From 98cf14d9fb550628319550215fc8171e10a8574b Mon Sep 17 00:00:00 2001 From: KholdFuzion Date: Mon, 6 Jun 2022 15:07:33 -0500 Subject: [PATCH] update to current private --- .clang-format | 209 + .editorconfig | 79 + .github/workflows/EU.yml | 81 + .github/workflows/JPN.yml | 13 +- .github/workflows/main.yml | 21 +- .gitignore | 133 +- CppProperties.json | 202 +- Makefile | 743 +- assets/GlobalImageTable.c | 1432 +- assets/GlobalImageTable.h | 111 + assets/Globalimagetable_commandblock.c | 1917 + assets/Makefile.obseg | 1 - assets/animationtable_data.c | 875 + assets/animationtable_data.h | 390 + assets/animationtable_entries.c | 868 + assets/animationtable_entries.h | 347 + .../embedded/player_gait_object/header.inc.c | 2 + .../player_gait_object/modelnode.inc.c | 24 + assets/embedded/skeletons/g_weapon.inc.c | 42 + assets/embedded/skeletons/guard.inc.c | 132 + assets/embedded/skeletons/gun_kf7.inc.c | 33 + assets/embedded/skeletons/gun_revolver.inc.c | 29 + .../embedded/skeletons/gun_unassigned.inc.c | 17 + .../skeletons/player_gait_object.inc.c | 45 + assets/embedded/skeletons/prop_weapon.inc.c | 15 + assets/embedded/skeletons/props.inc.c | 217 + assets/embedded/skeletons/standard_gun.inc.c | 21 + .../embedded/skeletons/standard_object.inc.c | 16 + assets/embedded/skeletons/suit_lf_hand.inc.c | 36 + assets/font/font.s | 21 - .../font_first_font_table_controller_large.c | 726 + .../font_first_font_table_controller_small.c | 395 + assets/font/readme.md | 21 + assets/font_chardatae.c | 267 + assets/font_chardataj.c | 4886 ++ assets/font_dl.c | 33 + assets/font_dl.h | 8 + assets/{images => }/image_externs.h | 490 +- assets/images.def | 2698 ++ assets/images/readme.md | 5 + assets/music/instruments.ctl.s | 13 + assets/music/instruments.tbl.s | 12 + assets/music/music.s | 32 +- assets/music/readme.md | 3 + assets/music/sfx.ctl.s | 13 + assets/music/sfx.tbl.s | 12 + assets/obseg/Makefile.bg | 16 +- assets/obseg/Makefile.setup | 87 +- assets/obseg/Makefile.stan | 68 +- assets/obseg/Makefile.text | 139 +- assets/obseg/bg/bg_all_p.h | 18 +- assets/obseg/bg/bg_ame_all_p.c | 4 +- assets/obseg/bg/bg_ame_all_p.h | 2 +- assets/obseg/bg/bg_arch_all_p.c | 10 +- assets/obseg/bg/bg_arch_all_p.h | 2 +- assets/obseg/bg/bg_arec_all_p.c | 20 +- assets/obseg/bg/bg_arec_all_p.h | 2 +- assets/obseg/bg/bg_ark_all_p.c | 4 +- assets/obseg/bg/bg_ark_all_p.h | 2 +- assets/obseg/bg/bg_azt_all_p.c | 4 +- assets/obseg/bg/bg_azt_all_p.h | 2 +- assets/obseg/bg/bg_cat_all_p.c | 4 +- assets/obseg/bg/bg_cat_all_p.h | 2 +- assets/obseg/bg/bg_cave_all_p.c | 4 +- assets/obseg/bg/bg_cave_all_p.h | 2 +- assets/obseg/bg/bg_crad_all_p.c | 6 +- assets/obseg/bg/bg_crad_all_p.h | 2 +- assets/obseg/bg/bg_cryp_all_p.c | 4 +- assets/obseg/bg/bg_cryp_all_p.h | 2 +- assets/obseg/bg/bg_dish_all_p.c | 4 +- assets/obseg/bg/bg_dish_all_p.h | 2 +- assets/obseg/bg/bg_lip_all_p.c | 4 +- assets/obseg/bg/bg_lip_all_p.h | 2 +- assets/obseg/bg/bg_ref_all_p.c | 4 +- assets/obseg/bg/bg_ref_all_p.h | 2 +- assets/obseg/bg/bg_rit_all_p.c | 4 +- assets/obseg/bg/bg_rit_all_p.h | 2 +- assets/obseg/bg/bg_run_all_p.c | 4 +- assets/obseg/bg/bg_run_all_p.h | 2 +- assets/obseg/bg/bg_sev_all_p.c | 4 +- assets/obseg/bg/bg_sev_all_p.h | 2 +- assets/obseg/bg/bg_sevb_all_p.c | 4 +- assets/obseg/bg/bg_sevb_all_p.h | 2 +- assets/obseg/bg/bg_sevx_all_p.c | 4 +- assets/obseg/bg/bg_sevx_all_p.h | 2 +- assets/obseg/bg/bg_silo_all_p.c | 10 +- assets/obseg/bg/bg_silo_all_p.h | 2 +- assets/obseg/bg/readme.md | 5 + assets/obseg/brief/Ubrief.h | 4 +- assets/obseg/brief/UbriefarchZ.c | 2 +- assets/obseg/brief/UbriefarkZ.c | 2 +- assets/obseg/brief/UbriefaztZ.c | 2 +- assets/obseg/brief/UbriefcaveZ.c | 2 +- assets/obseg/brief/UbriefcontrolZ.c | 2 +- assets/obseg/brief/UbriefcradZ.c | 2 +- assets/obseg/brief/UbriefcrypZ.c | 2 +- assets/obseg/brief/UbriefdamZ.c | 2 +- assets/obseg/brief/UbriefdepoZ.c | 2 +- assets/obseg/brief/UbriefdestZ.c | 2 +- assets/obseg/brief/UbriefjunZ.c | 2 +- assets/obseg/brief/UbriefpeteZ.c | 2 +- assets/obseg/brief/UbriefrunZ.c | 2 +- assets/obseg/brief/UbriefsevbZ.c | 2 +- assets/obseg/brief/UbriefsevbunkerZ.c | 2 +- assets/obseg/brief/UbriefsevxZ.c | 2 +- assets/obseg/brief/UbriefsevxbZ.c | 2 +- assets/obseg/brief/UbriefsiloZ.c | 2 +- assets/obseg/brief/UbriefstatueZ.c | 2 +- assets/obseg/brief/UbrieftraZ.c | 2 +- .../chr/camguard/chrModelFileRecord.inc.c | 1 + .../obseg/chr/camguard/modelFileHeader.inc.c | 2 + assets/obseg/chr/chrHeadHats.inc.c | 676 + assets/obseg/chr/chrModelFileHeaders.inc.c | 99 + assets/obseg/chr/chrModelFileRecords.inc.c | 83 + assets/obseg/file_resource_id_enums.h | 878 + assets/obseg/file_resource_table.inc.c | 1593 +- assets/obseg/gun/fist/gunFileRecord.inc.c | 2 + assets/obseg/gun/fist/gunWeaponStat.inc.c | 27 + assets/obseg/gun/fist/modelFileHeader.inc.c | 2 + assets/obseg/gun/gunModelFileHeaders.inc.c | 142 + assets/obseg/gun/gunModelFileRecord.inc.c | 91 + assets/obseg/gun/gunWeaponStats.inc.c | 277 + assets/obseg/gun/knife/gunFileRecord.inc.c | 2 + assets/obseg/gun/knife/gunWeaponStat.inc.c | 27 + assets/obseg/gun/knife/modelFileHeader.inc.c | 2 + assets/obseg/ob_seg.s | 148 +- assets/obseg/obseg.h | 310 +- .../prop/alarm1/ExplosionDetailsRecord.inc.c | 4 + assets/obseg/prop/alarm1/Model.c | 150 + .../obseg/prop/alarm1/ModelFileHeader.inc.c | 14 + assets/obseg/prop/alarm1/propFileRecord.inc.c | 3 + .../prop/propExplosionDetailsRecords-eu.inc.c | 146 + .../prop/propExplosionDetailsRecords.inc.c | 1366 + .../obseg/prop/propItemModelFileRecord.inc.c | 343 + assets/obseg/prop/propModelFileHeaders.inc.c | 406 + assets/obseg/readme.md | 65 + assets/obseg/setup/Ump_setupameZ.c | 563 +- assets/obseg/setup/Ump_setuparkZ.c | 681 + assets/obseg/setup/Ump_setupashZ.c | 299 + assets/obseg/setup/Ump_setupcaveZ.c | 726 + assets/obseg/setup/Ump_setupcradZ.c | 333 + assets/obseg/setup/Ump_setupcrypZ.c | 417 + assets/obseg/setup/Ump_setupdishZ.c | 203 + assets/obseg/setup/Ump_setupimpZ.c | 231 + assets/obseg/setup/Ump_setupoatZ.c | 200 + assets/obseg/setup/Ump_setuprefZ.c | 214 + assets/obseg/setup/Ump_setupsevbZ.c | 489 + assets/obseg/setup/Ump_setupstatueZ.c | 394 + assets/obseg/setup/Usetup.ld | 42 +- assets/obseg/setup/UsetuparchZ.c | 2696 ++ assets/obseg/setup/UsetuparkZ.c | 2397 + assets/obseg/setup/UsetupaztZ.c | 1512 + assets/obseg/setup/UsetupcaveZ.c | 2303 + assets/obseg/setup/UsetupcontrolZ.c | 1780 + assets/obseg/setup/UsetupcrypZ.c | 1103 + assets/obseg/setup/UsetupdamZ.c | 2084 + assets/obseg/setup/UsetupdepoZ.c | 1617 + assets/obseg/setup/UsetuppeteZ.c | 1690 + assets/obseg/setup/UsetuprunZ.c | 916 + assets/obseg/setup/UsetupsevbZ.c | 1405 + assets/obseg/setup/UsetupsevbunkerZ.c | 952 + assets/obseg/setup/UsetupsevxZ.c | 2112 + assets/obseg/setup/UsetupsevxbZ.c | 1973 + assets/obseg/setup/e/Ump_setuparchZ.c | 781 + assets/obseg/setup/e/UsetupcradZ.c | 1001 + assets/obseg/setup/e/UsetupdestZ.c | 1342 + assets/obseg/setup/e/UsetupjunZ.c | 2392 + assets/obseg/setup/e/UsetuplenZ.c | 825 + assets/obseg/setup/e/UsetupsiloZ.c | 1588 + assets/obseg/setup/e/UsetupstatueZ.c | 1241 + assets/obseg/setup/e/UsetuptraZ.c | 1842 + assets/obseg/setup/j/Ump_setuparchZ.c | 781 + assets/obseg/setup/j/UsetupcradZ.c | 1001 + assets/obseg/setup/j/UsetupdestZ.c | 1342 + assets/obseg/setup/j/UsetupjunZ.c | 2392 + assets/obseg/setup/j/UsetuplenZ.c | 828 + assets/obseg/setup/j/UsetupsiloZ.c | 1588 + assets/obseg/setup/j/UsetupstatueZ.c | 1241 + assets/obseg/setup/j/UsetuptraZ.c | 1842 + assets/obseg/setup/readme.md | 128 + assets/obseg/setup/readme_propdef.md | 51 + assets/obseg/setup/stagesetup.h | 555 +- assets/obseg/setup/u/Ump_setuparchZ.c | 781 + assets/obseg/setup/u/UsetupcradZ.c | 1001 + assets/obseg/setup/u/UsetupdestZ.c | 1342 + assets/obseg/setup/u/UsetupjunZ.c | 2392 + assets/obseg/setup/u/UsetuplenZ.c | 772 + assets/obseg/setup/u/UsetupsiloZ.c | 1580 + assets/obseg/setup/u/UsetupstatueZ.c | 1238 + assets/obseg/setup/u/UsetuptraZ.c | 1842 + assets/obseg/stan/Tbg_ame_all_p_stanZ.c | 6375 +++ assets/obseg/stan/Tbg_arch_all_p_stanZ.c | 21584 +++++++++ assets/obseg/stan/Tbg_arec_all_p_stanZ.c | 29741 ++++++++++++ assets/obseg/stan/Tbg_ark_all_p_stanZ.c | 33935 +++++++++++++ assets/obseg/stan/Tbg_ash_all_p_stanZ.c | 6375 +++ assets/obseg/stan/Tbg_azt_all_p_stanZ.c | 20493 ++++++++ assets/obseg/stan/Tbg_cat_all_p_stanZ.c | 6948 +++ assets/obseg/stan/Tbg_cave_all_p_stanZ.c | 18713 ++++++++ assets/obseg/stan/Tbg_crad_all_p_stanZ.c | 9794 ++++ assets/obseg/stan/Tbg_cryp_all_p_stanZ.c | 11977 +++++ assets/obseg/stan/Tbg_dam_all_p_stanZ.c | 35953 ++++++++++++++ assets/obseg/stan/Tbg_depo_all_p_stanZ.c | 26385 ++++++++++ assets/obseg/stan/Tbg_dest_all_p_stanZ.c | 24255 ++++++++++ assets/obseg/stan/Tbg_dish_all_p_stanZ.c | 2689 ++ assets/obseg/stan/Tbg_imp_all_p_stanZ.c | 6375 +++ assets/obseg/stan/Tbg_jun_all_p_stanZ.c | 27395 +++++++++++ assets/obseg/stan/Tbg_len_all_p_stanZ.c | 2715 ++ assets/obseg/stan/Tbg_name_all_p_stan.ld | 42 +- assets/obseg/stan/Tbg_oat_all_p_stanZ.c | 6043 +++ assets/obseg/stan/Tbg_pete_all_p_stanZ.c | 16279 +++++++ assets/obseg/stan/Tbg_ref_all_p_stanZ.c | 7162 +++ assets/obseg/stan/Tbg_run_all_p_stanZ.c | 6495 +++ assets/obseg/stan/Tbg_sev_all_p_stanZ.c | 14041 ++++++ assets/obseg/stan/Tbg_sevb_all_p_stanZ.c | 17968 +++++++ assets/obseg/stan/Tbg_sevx_all_p_stanZ.c | 33292 +++++++++++++ assets/obseg/stan/Tbg_silo_all_p_stanZ.c | 33595 +++++++++++++ assets/obseg/stan/Tbg_stat_all_p_stanZ.c | 17930 +++++++ assets/obseg/stan/Tbg_tra_all_p_stanZ.c | 9067 ++++ assets/obseg/stan/readme.md | 82 + assets/obseg/text/LameE.c | 13 +- assets/obseg/text/LameJ.c | 13 +- assets/obseg/text/LarchE.c | 7 +- assets/obseg/text/LarchJ.c | 5 +- assets/obseg/text/LarecE.c | 9 +- assets/obseg/text/LarkE.c | 5 +- assets/obseg/text/LashE.c | 13 +- assets/obseg/text/LashJ.c | 13 +- assets/obseg/text/LaztE.c | 19 +- assets/obseg/text/LcatE.c | 13 +- assets/obseg/text/LcatJ.c | 13 +- assets/obseg/text/LcaveE.c | 9 +- assets/obseg/text/LcaveJ.c | 9 +- assets/obseg/text/LcradE.c | 5 +- assets/obseg/text/LcrypE.c | 5 +- assets/obseg/text/LdamE.c | 7 +- assets/obseg/text/LdepoE.c | 15 +- assets/obseg/text/LdestE.c | 5 +- assets/obseg/text/LdestJ.c | 5 +- assets/obseg/text/LdishE.c | 13 +- assets/obseg/text/LdishJ.c | 13 +- assets/obseg/text/LearE.c | 13 +- assets/obseg/text/LearJ.c | 13 +- assets/obseg/text/LeldE.c | 13 +- assets/obseg/text/LeldJ.c | 13 +- assets/obseg/text/LgunE.c | 5 +- assets/obseg/text/LimpE.c | 13 +- assets/obseg/text/LimpJ.c | 13 +- assets/obseg/text/LjunE.c | 7 +- assets/obseg/text/LleeE.c | 13 +- assets/obseg/text/LleeJ.c | 13 +- assets/obseg/text/LlenE.c | 27 +- assets/obseg/text/LlipE.c | 13 +- assets/obseg/text/LlipJ.c | 13 +- assets/obseg/text/LlueE.c | 13 +- assets/obseg/text/LlueJ.c | 13 +- assets/obseg/text/LmiscE.c | 3 +- assets/obseg/text/LmpmenuE.c | 3 +- assets/obseg/text/LmpweaponsE.c | 7 +- assets/obseg/text/LoatE.c | 13 +- assets/obseg/text/LoatJ.c | 13 +- assets/obseg/text/LoptionsE.c | 9 +- assets/obseg/text/LpamE.c | 13 +- assets/obseg/text/LpamJ.c | 13 +- assets/obseg/text/LpeteE.c | 9 +- assets/obseg/text/LpropobjE.c | 9 +- assets/obseg/text/LrefE.c | 13 +- assets/obseg/text/LrefJ.c | 13 +- assets/obseg/text/LritE.c | 13 +- assets/obseg/text/LritJ.c | 13 +- assets/obseg/text/LrunE.c | 15 +- assets/obseg/text/LrunJ.c | 7 +- assets/obseg/text/LsevE.c | 5 +- assets/obseg/text/LsevbE.c | 11 +- assets/obseg/text/LsevxE.c | 11 +- assets/obseg/text/LsevxbE.c | 13 +- assets/obseg/text/LsevxbJ.c | 5 +- assets/obseg/text/LshoE.c | 13 +- assets/obseg/text/LshoJ.c | 13 +- assets/obseg/text/LsiloE.c | 5 +- assets/obseg/text/LstatE.c | 3 +- assets/obseg/text/LtitleE.c | 9 +- assets/obseg/text/LtraE.c | 9 +- assets/obseg/text/LwaxE.c | 13 +- assets/obseg/text/LwaxJ.c | 13 +- assets/obseg/text/j/LarecJ.c | 9 +- assets/obseg/text/j/LarkJ.c | 5 +- assets/obseg/text/j/LcradJ.c | 5 +- assets/obseg/text/j/LcrypJ.c | 5 +- assets/obseg/text/j/LdamJ.c | 7 +- assets/obseg/text/j/LdepoJ.c | 5 +- assets/obseg/text/j/LgunJ.c | 5 +- assets/obseg/text/j/LjunJ.c | 7 +- assets/obseg/text/j/LmiscJ.c | 9 +- assets/obseg/text/j/LmpmenuJ.c | 3 +- assets/obseg/text/j/LmpweaponsJ.c | 7 +- assets/obseg/text/j/LoptionsJ.c | 9 +- assets/obseg/text/j/LpeteJ.c | 9 +- assets/obseg/text/j/LpropobjJ.c | 9 +- assets/obseg/text/j/LsevJ.c | 5 +- assets/obseg/text/j/LsevxJ.c | 7 +- assets/obseg/text/j/LsiloJ.c | 5 +- assets/obseg/text/j/LtitleJ.c | 7 +- assets/obseg/text/j/LtraJ.c | 9 +- assets/obseg/text/u/LarecJ.c | 9 +- assets/obseg/text/u/LarkJ.c | 3 +- assets/obseg/text/u/LcradJ.c | 5 +- assets/obseg/text/u/LcrypJ.c | 5 +- assets/obseg/text/u/LdamJ.c | 7 +- assets/obseg/text/u/LdepoJ.c | 5 +- assets/obseg/text/u/LgunJ.c | 5 +- assets/obseg/text/u/LjunJ.c | 7 +- assets/obseg/text/u/LlenJ.c | 5 +- assets/obseg/text/u/LmpmenuJ.c | 3 +- assets/obseg/text/u/LmpweaponsJ.c | 7 +- assets/obseg/text/u/LoptionsJ.c | 9 +- assets/obseg/text/u/LpeteJ.c | 9 +- assets/obseg/text/u/LpropobjJ.c | 9 +- assets/obseg/text/u/LsevJ.c | 5 +- assets/obseg/text/u/LsevxJ.c | 7 +- assets/obseg/text/u/LsiloJ.c | 5 +- assets/obseg/text/u/LtitleJ.c | 5 +- assets/obseg/text/u/LtraJ.c | 9 +- assets/ramrom/ramrom.s | 231 +- assets/ramrom/readme.md | 3 + assets/readme.md | 30 + assets/romfiles.s | 38 - assets/romfiles2.s | 9 +- build/test.c | 3754 ++ checksums.txt | 715 + clean_baserom.sh | 7 + diff.py | 0 diff_settings.py | 0 extract_baserom.u.sh | 19 +- extract_cdata.sh | 83 + extract_diff.e.sh | 34 + extract_diff.j.sh | 17 +- filediff.e.csv | 157 + filediff.j.csv | 64 +- filelist.e.csv | 782 + filelist.j.csv | 144 +- filelist.u.csv | 147 +- ge007.d.ld | 4346 ++ ge007.e-test_basis.csv | 1136 + ge007.e.ld | 2092 +- ge007.j-test_basis.csv | 1374 + ge007.j.ld | 1912 +- ge007.ld | 4269 ++ ge007.u-test_basis.csv | 1413 + ge007.u.ld | 1917 +- include/CPPLib.h | 652 + include/LibFixedPoint.h | 323 + include/PR/abi.h | 898 +- include/PR/gu.h | 289 +- include/PR/libaudio.h | 582 +- include/PR/os.h | 1009 + include/PR/os_ai.h | 92 - include/PR/os_cache.h | 96 - include/PR/os_cont.h | 208 - include/PR/os_eeprom.h | 107 - include/PR/os_exception.h | 119 - include/PR/os_internal.h | 129 +- include/PR/os_libc.h | 10 - include/PR/os_message.h | 164 - include/PR/os_misc.h | 11 - include/PR/os_pi.h | 86 - include/PR/os_rdp.h | 92 - include/PR/os_thread.h | 75 - include/PR/os_time.h | 27 - include/PR/os_tlb.h | 107 - include/PR/os_vi.h | 118 - include/PR/primage.h | 118 + include/PR/ram_ORIGINAL_rom.h | 105 + include/PR/rdb.h | 84 + include/PR/region.h | 123 + include/PR/rm_ORIGINAL_on.h | 31 + include/PR/sptask.h | 67 +- include/PR/ultraerror.h | 165 + include/PR/ultratypes.h | 108 +- include/assert.h | 57 + {src/libultra => include}/bstring.h | 5 +- include/gbi_extension.h | 222 + include/limits.h | 304 + include/math.h | 617 +- include/os_extension.h | 26 + include/readme.md | 3 + include/sgidefs.h | 189 + include/stddef.h | 77 + include/stdlib.h | 225 +- include/string.h | 9 +- include/svr4_math.h | 38 + include/ultra64.h | 28 +- make_test_files_basis.sh | 178 + notes/GE_Documentation.tgz | Bin 2767750 -> 0 bytes notes/PD_Documentation.tgz | Bin 250898 -> 0 bytes notes/StyleGuide.md | 497 + readme-build.md | 60 + readme.md | 154 +- rename_sym.sh | 2 +- show_build_offsets.sh | 110 + src/aicommands.def | 11879 +++++ src/aicommands2.h | 6870 +++ src/audi.c | 370 +- src/audi.h | 2 +- src/bondaicommands.h | 936 +- src/bondconstants.h | 4441 +- src/bondgame.h | 18 +- src/bondtypes.h | 3963 +- src/boot.c | 20 +- src/boot.h | 10 +- src/boss.c | 873 +- src/boss.h | 3 +- src/c_data_filler.c | 4 +- src/cfb.c | 11 +- src/deb.c | 41 +- src/deb.h | 2 +- src/deb_print.c | 197 +- src/deb_print.h | 18 +- src/deb_video.c | 727 - src/deb_video.h | 8 - src/debug_getlastRA.c | 56 - src/debugmenu.c | 379 +- src/debugmenu.h | 11 +- src/decompressbuffer.c | 6 +- src/fault.c | 658 + src/fault.h | 9 + src/fr.c | 2090 + src/fr.h | 207 + src/game/alloc_window_pieces.c | 27 + src/game/alloc_window_pieces.h | 7 + src/game/bg.c | 6607 ++- src/game/bg.h | 90 +- src/game/bg2.c | 253 + src/game/blood_animation.c | 36 +- src/game/blood_animation.h | 5 +- src/game/blood_decrypt.c | 43 +- src/game/blood_decrypt.h | 5 +- src/game/bondhead.c | 515 + src/game/bondhead.h | 28 + src/game/bondinv.c | 4991 +- src/game/bondinv.h | 22 +- src/game/{bond.c => bondview.c} | 39992 +++++++++------- src/game/{bond.h => bondview.h} | 1305 +- src/game/bondview_r.c | 470 + src/game/bondview_r.h | 8 + src/game/bondwalk2.c | 2 +- src/game/bondwalk2.h | 8 + src/game/cheat_buttons.c | 5829 +-- src/game/cheat_buttons.h | 108 +- src/game/chr.c | 5326 +- src/game/chr.h | 304 +- src/game/chr2.c | 23928 --------- src/game/chrObjRandom.c | 4 +- src/game/chr_b.c | 118 + src/game/chr_b.h | 11 + src/game/chrai.c | 31889 ++---------- src/game/chrai.h | 608 +- src/game/chraidata.c | 816 + src/game/chraidata.h | 22 + src/game/chrlv.c | 12033 +++++ src/game/chrlv.h | 126 + src/game/chrobjdata.c | 3086 -- src/game/chrobjdata.h | 1201 +- src/game/chrobjhandler.c | 24620 +++++----- src/game/chrobjhandler.h | 110 +- src/game/chrprop.c | 7512 +++ src/game/cleanexplosions.c | 41 + src/game/cleanplayersound.c | 138 + src/game/cleanupSFXRelated.c | 20 +- src/game/cleanup_alarms.c | 8 +- src/game/cleanup_alarms.h | 2 +- ...{initunk_0073B0.c => cleanup_guard_data.c} | 14 +- src/game/cleanup_object_sounds.c | 22 + src/game/cleanup_objectives.c | 10 +- src/game/cleanup_objects.c | 63 +- src/game/cleanup_objects.h | 7 + src/game/cleanwindowpieces.c | 13 + src/game/cobjdata.c | 13 + src/game/compiletime.c | 16 +- src/game/compiletime.h | 2 +- src/game/crc.c | 34 + src/game/deb_loadallmodels.c | 119 +- src/game/deb_loadallmodels.h | 7 + src/game/debugmenu_08FE00.c | 657 +- ...debugmenu_090490.c => debugmenu_handler.c} | 938 +- ...debugmenu_090490.h => debugmenu_handler.h} | 26 +- src/game/decompress.c | 6 +- src/game/decompress.h | 4 +- src/game/dyn.c | 10 +- src/game/dyn.h | 2 +- src/game/ejectedcartridges.c | 6 +- src/game/ejectedcartridges.h | 7 + src/game/{unk_09C250.c => explosions.c} | 1273 +- src/game/explosions.h | 226 + src/game/file.c | 201 + src/game/file.h | 70 + src/game/file2.c | 1415 + src/game/file2.h | 19 + src/game/fog.c | 2479 +- src/game/fog.h | 226 +- src/game/{mainmenu.c => front.c} | 21054 ++++---- src/game/front.h | 376 + src/game/game_debug.c | 10 +- src/game/game_debug.h | 2 +- src/game/gamefile.c | 508 - src/game/gamefile.h | 46 - src/game/gamefile2.c | 2554 - src/game/gamefile2.h | 8 - src/game/gobjdata.c | 23 + src/game/gobjdata2.c | 45 + src/game/{bondwalk.c => gun.c} | 22852 +++++---- src/game/{bondwalk.h => gun.h} | 79 +- src/game/image.c | 3108 +- src/game/image.h | 17 +- src/game/image_bank.c | 453 +- src/game/image_bank.h | 14 + src/game/indy_commands.c | 1972 +- src/game/indy_commands.h | 121 +- src/game/indy_comms.c | 64 +- src/game/indy_comms.h | 18 +- src/game/initBondDATA.c | 415 +- src/game/initBondDATA.h | 12 +- src/game/initBondDATAdefaults.c | 1103 +- src/game/initBondDATAdefaults.h | 7 + src/game/initactorpropstuff.c | 50 +- src/game/initactorpropstuff.h | 2 +- src/game/initanitable.c | 223 +- src/game/initanitable.h | 41 + src/game/initcameraandthrown.c | 2234 - src/game/initcheattext.c | 22 + src/game/initcheattext.h | 8 + src/game/initexplosioncasing.c | 345 +- src/game/initexplosioncasing.h | 7 + src/game/initgamedata.c | 8 +- src/game/initgamedata.h | 2 +- src/game/initguards.c | 163 +- src/game/initguards.h | 8 + src/game/initimages.c | 29 +- src/game/initintromatrices.c | 9 +- src/game/initintromatrices.h | 7 + src/game/inititemslots.c | 67 +- src/game/inititemslots.h | 7 + src/game/initmenus.c | 119 +- src/game/initmenus.h | 7 + src/game/initmttex.c | 18 +- src/game/initmttex.h | 7 + src/game/initnull_0009D0.c | 2 +- src/game/initnull_000BC0.c | 2 +- src/game/initobjects.c | 732 +- src/game/initobjects.h | 48 +- src/game/initpathtablelinks.c | 8 +- src/game/initpathtablelinks.h | 8 + src/game/initpathtablesomething.c | 29 +- src/game/initpathtablesomething.h | 2 +- src/game/initplayergaitobject.c | 8 + src/game/initunk_0009E0.c | 4 +- src/game/initunk_000B60.c | 8 - src/game/initunk_005450.c | 4 +- src/game/initunk_005450.h | 7 + src/game/initunk_005520.c | 4 +- src/game/initunk_005520.h | 8 + src/game/initunk_007180.c | 86 - src/game/initunk_007290.c | 6 +- src/game/initunk_007290.h | 7 + src/game/initunk_0072B0.c | 41 - src/game/initunk_0072B0.h | 7 - src/game/initunk_007460.c | 70 - src/game/initweaponanigroups.c | 4 +- src/game/lightfixture.c | 68 +- src/game/lightfixture.h | 2 +- src/game/loadobjectmodel.c | 1101 +- src/game/loadobjectmodel.h | 11 + src/game/lvl.c | 7699 ++- src/game/lvl.h | 74 +- src/game/lvl_text.c | 359 +- src/game/lvl_text.h | 8 +- src/game/mainmenu.h | 787 - src/game/math_asinacos.c | 117 + src/game/math_asinacos.h | 9 + src/game/{unk_05ACB0.c => math_asinfacosf.c} | 17 +- src/game/math_asinfacosf.h | 9 + ...nvertangleusinginverse.c => math_atan2f.c} | 27 +- src/game/math_atan2f.h | 8 + src/game/math_ceil.c | 54 + src/game/math_ceil.h | 9 + src/game/math_floor.c | 65 + src/game/math_floor.h | 9 + src/game/math_sincos.h | 7 + src/game/{sin.c => math_sincos.s} | 99 +- src/game/{unk_05A9E0.c => math_unk_05A9E0.c} | 4 +- src/game/math_unk_05A9E0.h | 8 + src/game/matrixmath.c | 4367 +- src/game/matrixmath.h | 47 +- src/game/{unk_05AE00.c => matrixmath_misc.c} | 241 +- src/game/mp_music.c | 1083 +- src/game/mp_music.h | 16 + src/game/mp_watch.c | 6814 +-- src/game/mp_watch.h | 12 +- src/game/mp_weapon.c | 240 +- src/game/mp_weapon.h | 45 +- src/game/music_0D2720.c | 139 +- src/game/music_0D2720.h | 2 +- src/game/null_007970.c | 2 +- src/game/ob.c | 494 +- src/game/ob.h | 4 +- src/game/objecthandler.c | 759 +- src/game/objecthandler.h | 83 +- src/game/objecthandler_1.c | 15411 ++++++ src/game/objecthandler_2.c | 13266 +---- src/game/objective.c | 180 +- src/game/objective.h | 7 + src/game/objective_status.c | 827 +- src/game/objective_status.h | 13 + src/game/objective_status2.c | 163 +- src/game/othermodemicrocode.c | 2 +- src/game/othermodemicrocode.h | 8 + src/game/{unk_08DBB0.c => padhalllv.c} | 1028 +- src/game/padhalllv.h | 7 + src/game/{unk_093880.c => player.c} | 4527 +- src/game/player.h | 113 + src/game/player_2.c | 3355 ++ src/game/player_2.h | 12 + src/game/playerstats_007770.c | 62 +- src/game/pobjdata.c | 21 + src/game/prop.c | 4672 +- src/game/prop.h | 16 +- src/game/{unk_05B1E0.c => quaternion.c} | 68 +- src/game/quaternion.h | 30 + src/game/radar.c | 578 +- src/game/ramromreplay.c | 650 +- src/game/ramromreplay.h | 28 +- src/game/room_model_buffer.c | 2 +- src/game/room_model_buffer.h | 2 +- src/game/rsp.c | 417 +- src/game/rsp.h | 23 +- src/game/setguscale.c | 4 +- src/game/spectrum.c | 7701 ++- src/game/spectrum.h | 4 +- src/game/stan.c | 1197 +- src/game/stan.h | 115 +- src/game/textrelated.c | 797 +- src/game/textrelated.h | 11 +- src/game/{intro_logos.c => title.c} | 776 +- src/game/{intro_logos.h => title.h} | 2 +- src/game/truncf.c | 98 - src/game/unk_007800.c | 123 - src/game/unk_007920.c | 58 - src/game/unk_007980.c | 118 - src/game/unk_01B0E0.c | 29 +- src/game/unk_01B240.c | 4 +- src/game/unk_01B240.h | 9 + src/game/unk_01BAE0.c | 2 +- src/game/unk_05AB70.c | 166 - src/game/unk_05C440.c | 36 - src/game/unk_05C440.h | 9 - src/game/unk_091080.c | 323 +- src/game/unk_091080.h | 8 + src/game/unk_092890.c | 161 +- src/game/unk_092E50.c | 490 +- src/game/unk_092E50.h | 4 +- src/game/unk_093880.h | 57 - src/game/unk_09B600.c | 101 - src/game/unk_09B7A0.c | 178 +- src/game/unk_09B7A0.h | 8 + src/game/unk_09C250.h | 11 - src/game/unk_0A1DA0.c | 1948 +- src/game/unk_0A1DA0.h | 70 +- src/game/unk_0B3200.c | 4 +- src/game/unk_0BC530.c | 637 +- src/game/unk_0BC530.h | 10 + src/game/unk_0C0A70.c | 281 +- src/game/unk_0C0A70.h | 10 +- src/game/unk_0CC4C0.c | 678 +- src/game/unk_0CC4C0.h | 52 +- src/game/unk_0D1AC0.c | 118 +- src/game/viewport.c | 49 +- src/game/viewport.h | 13 + src/game/watch.c | 8578 ++-- src/game/watch.h | 91 +- src/game/zlib.c | 2016 +- src/game/zlib.h | 17 +- src/getra.s | 45 + src/inflate/inflate.c | 9 +- src/inflate/inflate.h | 4 +- src/init.c | 188 +- src/init.h | 11 +- src/joy.c | 25 +- src/joy.h | 2 +- src/libultra/ai.c | 11 - src/libultra/aigetlen.c | 7 - src/libultra/aisetfreq.c | 30 - src/libultra/align.s | 159 - src/libultra/audio/auxbus.c | 64 + src/libultra/audio/bnkf.c | 143 + src/libultra/audio/cents2ratio.c | 33 + src/libultra/audio/copy.c | 34 + src/libultra/audio/cseq.c | 400 + src/libultra/audio/cseq.h | 8 + src/libultra/audio/cseqp.h | 8 + src/libultra/audio/cspgetstate.c | 28 + src/libultra/audio/csplayer.c | 860 + src/libultra/audio/cspplay.c | 33 + src/libultra/audio/cspsetseq.c | 33 + src/libultra/audio/cspsetvol.c | 31 + src/libultra/audio/cspstop.c | 31 + src/libultra/audio/event.c | 269 + src/libultra/audio/filter.c | 32 + src/libultra/audio/heapalloc.c | 65 + src/libultra/audio/heapinit.c | 36 + src/libultra/audio/initfx.h | 59 + src/libultra/audio/load.c | 469 + src/libultra/audio/mainbus.c | 67 + src/libultra/audio/resample.c | 146 + src/libultra/audio/save.c | 68 + src/libultra/audio/seq.c | 343 + src/libultra/audio/seq.h | 9 + src/libultra/audio/seqp.h | 39 + src/libultra/audio/seqplayer.c | 1206 + src/libultra/audio/seqpsetbank.c | 32 + src/libultra/audio/sl.c | 65 + src/libultra/audio/synaddplayer.c | 34 + src/libultra/audio/synallocfx.c | 32 + src/libultra/audio/synallocvoice.c | 132 + src/libultra/audio/syndelete.c | 27 + src/libultra/audio/synfreevoice.c | 54 + src/libultra/audio/synsetfxmix.c | 52 + src/libultra/audio/synsetpan.c | 50 + src/libultra/audio/synsetpitch.c | 50 + src/libultra/audio/synsetpriority.c | 27 + src/libultra/audio/synsetvol.c | 50 + src/libultra/audio/synstartvoice.c | 48 + src/libultra/audio/synstartvoiceparam.c | 65 + src/libultra/audio/synstopvoice.c | 44 + src/libultra/audio/synthInternals.h | 337 + src/libultra/audio/synthesizer.c | 321 + src/libultra/auxbus.s | 86 - src/libultra/bnkf.s | 177 - src/libultra/cents2ratio.s | 42 - src/libultra/conteeplongread.s | 100 - src/libultra/conteeplongwrite.s | 100 - src/libultra/conteepprobe.s | 45 - src/libultra/conteepread.s | 289 - src/libultra/conteepwrite.s | 348 - src/libultra/contpfs.s | 950 - src/libultra/contquery.s | 63 - src/libultra/contramread.s | 268 - src/libultra/contramwrite.s | 267 - src/libultra/contreaddata.s | 180 - src/libultra/controller.s | 420 - src/libultra/copy.s | 46 - src/libultra/coss.s | 26 - src/libultra/createmesgqueue.s | 24 - src/libultra/createthread.s | 92 - src/libultra/cseq.s | 774 - src/libultra/cspgetstate.s | 12 - src/libultra/csplayer.s | 1359 - src/libultra/cspplay.s | 22 - src/libultra/cspsetseq.s | 23 - src/libultra/cspsetvol.s | 26 - src/libultra/cspstop.s | 23 - src/libultra/destroythread.s | 84 - src/libultra/devmgr.s | 275 - src/libultra/dp.s | 29 - src/libultra/dpctr.s | 29 - src/libultra/dpsetnextbuf.s | 55 - src/libultra/dpsetstat.s | 14 - src/libultra/drvrNew.s | 571 - src/libultra/epirawdma.s | 77 - src/libultra/epirawwrite.s | 36 - src/libultra/event.s | 244 - src/libultra/filter.s | 23 - src/libultra/getcurrfaultthread.s | 14 - src/libultra/getthreadpri.c | 8 - src/libultra/gettime.s | 43 - src/libultra/gu/align.c | 75 + src/libultra/gu/cosf.c | 137 + src/libultra/gu/coss.c | 45 + src/libultra/gu/guint.h | 42 + src/libultra/{ => gu}/libm_vals.s | 2 + src/libultra/gu/lookat.c | 83 + src/libultra/gu/lookatref.c | 111 + src/libultra/gu/mtxutil.c | 73 + src/libultra/gu/normalize.c | 23 + src/libultra/gu/ortho.c | 41 + src/libultra/gu/perspective.c | 58 + src/libultra/gu/rotate.c | 56 + src/libultra/gu/scale.c | 32 + src/libultra/gu/sinf.c | 157 + src/libultra/gu/sins.c | 61 + src/libultra/gu/sintable.h | 1031 + src/libultra/{ => gu}/sqrtf.s | 2 + src/libultra/gu/translate.c | 31 + src/libultra/hardware.h | 127 - src/libultra/heapalloc.s | 32 - src/libultra/heapinit.s | 25 - src/libultra/initialize.s | 207 - src/libultra/io/ai.c | 12 + src/libultra/io/aigetlen.c | 6 + src/libultra/io/aisetfreq.c | 20 + src/libultra/io/contpfs.c | 298 + src/libultra/io/contquery.c | 27 + src/libultra/{ => io}/controller.h | 7 +- src/libultra/{ => io}/crc.c | 34 +- src/libultra/io/dp.c | 11 + src/libultra/io/dpctr.c | 10 + src/libultra/io/dpsetnextbuf.c | 19 + src/libultra/io/dpsetstat.c | 7 + src/libultra/io/piacs.c | 24 + src/libultra/io/pidma.c | 28 + src/libultra/io/pigetcmdq.c | 9 + src/libultra/io/pigetstat.c | 7 + src/libultra/{ => io}/piint.h | 6 +- src/libultra/io/pirawdma.c | 22 + src/libultra/io/pirawread.c | 9 + src/libultra/io/pirawwrite.s | 33 + src/libultra/io/piread.c | 11 + src/libultra/io/si.c | 10 + src/libultra/io/siacs.c | 23 + src/libultra/io/siint.h | 10 + src/libultra/io/sirawdma.c | 23 + src/libultra/io/sirawread.c | 10 + src/libultra/io/sirawwrite.c | 10 + src/libultra/io/sp.c | 12 + src/libultra/io/spgetstat.c | 7 + src/libultra/io/sprawdma.c | 16 + src/libultra/io/spsetpc.c | 14 + src/libultra/io/spsetstat.c | 6 + src/libultra/io/sptaskyield.c | 7 + src/libultra/io/sptaskyielded.c | 20 + src/libultra/io/viblack.c | 63 + src/libultra/io/vigetcurrcontext.c | 7 + src/libultra/io/vigetcurrframebuf.c | 12 + src/libultra/io/vigetnextframebuf.c | 13 + src/libultra/io/viint.h | 205 + src/libultra/io/vimodentsclan1.c | 36 + src/libultra/io/virepeatline.c | 15 + src/libultra/io/visetevent.c | 12 + src/libultra/io/visetmode.c | 12 + src/libultra/io/visetspecial.c | 38 + src/libultra/io/visetxscale.c | 14 + src/libultra/io/visetyscale.c | 11 + src/libultra/io/viswapbuf.c | 9 + src/libultra/io/viswapcontext.c | 71 + src/libultra/jammesg.s | 106 - src/libultra/kdebugserver.s | 448 - src/libultra/ldiv.s | 121 - src/libultra/leodiskinit.s | 198 - src/libultra/leointerrupt.s | 4722 -- src/libultra/libaudio_internal.h | 127 - src/libultra/{ => libc}/bcmp.s | 5 + src/libultra/{ => libc}/bcopy.s | 4 + src/libultra/{ => libc}/bzero.s | 5 + src/libultra/libc/ldiv.c | 31 + src/libultra/libc/ll.c | 53 + src/libultra/libc/llcvt.c | 32 + src/libultra/libc/string.c | 32 + src/libultra/libc/xldtob.c | 351 + src/libultra/libc/xlitob.c | 68 + src/libultra/{printf.h => libc/xstdio.h} | 20 +- src/libultra/libultra_internal.h | 100 - src/libultra/ll.s | 218 - src/libultra/llcvt.s | 172 - src/libultra/load.s | 800 - src/libultra/lookat.s | 220 - src/libultra/lookatref.s | 331 - src/libultra/mainbus.s | 103 - src/libultra/mtxutil.s | 183 - src/libultra/new_func.h | 28 - src/libultra/normalize.s | 47 - src/libultra/ortho.s | 130 - src/libultra/os.h | 800 - src/libultra/os/createmesgqueue.c | 11 + src/libultra/os/createthread.c | 28 + src/libultra/os/exceptasm.h | 82 + src/libultra/{ => os}/exception.s | 47 +- src/libultra/{ => os}/getcount.s | 2 + src/libultra/os/getcurrfaultthread.c | 7 + src/libultra/{ => os}/getfpccsr.s | 2 + src/libultra/{ => os}/getsr.s | 2 + src/libultra/os/getthreadpri.c | 9 + src/libultra/os/gettime.c | 17 + src/libultra/{ => os}/gettlbhi.s | 2 + src/libultra/{ => os}/interrupt.s | 2 + src/libultra/{ => os}/invaldcache.s | 2 + src/libultra/{ => os}/invalicache.s | 2 + src/libultra/os/jammesg.c | 29 + src/libultra/os/kdebugserver.c | 4 + src/libultra/{ => os}/osint.h | 9 +- src/libultra/{ => os}/parameters.s | 2 + src/libultra/{ => os}/probetlb.s | 2 + src/libultra/os/recvmesg.c | 32 + src/libultra/os/resetglobalintmask.c | 13 + src/libultra/os/sendmesg.c | 31 + src/libultra/{ => os}/setcompare.s | 2 + src/libultra/os/seteventmesg.c | 15 + src/libultra/{ => os}/setfpccsr.s | 2 + src/libultra/os/sethwinterrupt.c | 10 + src/libultra/{ => os}/setintmask.s | 10 +- src/libultra/{ => os}/setsr.s | 2 + src/libultra/os/setthreadpri.c | 24 + src/libultra/os/settimer.c | 19 + src/libultra/os/startthread.c | 40 + src/libultra/os/stopthread.c | 28 + src/libultra/os/thread.c | 24 + src/libultra/os/timerintr.c | 110 + src/libultra/{ => os}/unmaptlb.s | 2 + src/libultra/os/virtualtophysical.c | 19 + src/libultra/{ => os}/writebackdcache.s | 2 + src/libultra/{ => os}/writebackdcacheall.s | 2 + src/libultra/os/yieldthread.c | 9 + src/libultra/osAi.h | 7 - src/libultra/osContInternal.h | 47 - src/libultra/perspective.s | 186 - src/libultra/pfsinit.s | 136 - src/libultra/pfsisplug.s | 273 - src/libultra/piacs.s | 84 - src/libultra/pidma.s | 83 - src/libultra/pigetcmdq.s | 27 - src/libultra/pigetstat.s | 14 - src/libultra/pimgr.s | 528 - src/libultra/pirawdma.s | 75 - src/libultra/pirawread.s | 41 - src/libultra/piread.s | 26 - src/libultra/readme.md | 5 + src/libultra/recvmesg.s | 96 - src/libultra/resample.s | 239 - src/libultra/resetglobalintmask.s | 36 - src/libultra/reverb.s | 855 - src/libultra/rotate.s | 148 - src/libultra/save.s | 68 - src/libultra/scale.s | 56 - src/libultra/sendmesg.s | 101 - src/libultra/seq.s | 458 - src/libultra/seqplayer.s | 1864 - src/libultra/seqpsetbank.s | 23 - src/libultra/seteventmesg.c | 18 - src/libultra/sethwinterrupt.s | 34 - src/libultra/setthreadpri.c | 24 - src/libultra/settimer.c | 23 - src/libultra/si.s | 28 - src/libultra/siacs.s | 85 - src/libultra/sins.s | 305 - src/libultra/sirawdma.s | 65 - src/libultra/sirawread.s | 36 - src/libultra/sirawwrite.s | 37 - src/libultra/sl.s | 78 - src/libultra/sp.s | 28 - src/libultra/spgetstat.s | 19 - src/libultra/sprawdma.s | 54 - src/libultra/spsetpc.s | 30 - src/libultra/spsetstat.s | 18 - src/libultra/sptask.s | 248 - src/libultra/sptaskyield.c | 5 - src/libultra/sptaskyielded.c | 17 - src/libultra/startthread.c | 37 - src/libultra/stopthread.s | 63 - src/libultra/string.s | 59 - src/libultra/synaddplayer.s | 30 - src/libultra/synallocfx.s | 53 - src/libultra/synallocvoice.s | 160 - src/libultra/syndelete.s | 17 - src/libultra/synfreevoice.s | 58 - src/libultra/synsetfxmix.s | 51 - src/libultra/synsetpan.s | 45 - src/libultra/synsetpitch.s | 45 - src/libultra/synsetpriority.s | 18 - src/libultra/synsetvol.s | 51 - src/libultra/synstartvoice.s | 47 - src/libultra/synstartvoiceparam.s | 75 - src/libultra/synstopvoice.s | 42 - src/libultra/synthesizer.s | 493 - src/libultra/thread.s | 41 - src/libultra/timerintr.s | 334 - src/libultra/translate.s | 56 - src/libultra/ultra7001B830.s | 139 - src/libultra/ultra7001B9A0.s | 161 - src/libultra/vi.s | 122 - src/libultra/viblack.c | 14 - src/libultra/vigetcurrcontext.s | 18 - src/libultra/vigetcurrframebuf.s | 27 - src/libultra/vigetnextframebuf.s | 27 - src/libultra/vimgr.s | 1625 - src/libultra/vimodentsclan1.s | 19 - src/libultra/vimodepallan1.s | 21 - src/libultra/virepeatline.s | 40 - src/libultra/virtualtophysical.c | 11 - src/libultra/visetevent.c | 11 - src/libultra/visetmode.c | 11 - src/libultra/visetspecial.s | 128 - src/libultra/visetxscale.s | 88 - src/libultra/visetyscale.s | 32 - src/libultra/viswapbuf.c | 10 - src/libultra/viswapcontext.s | 243 - src/libultra/vitbl.s | 224 - src/libultra/xldtob.s | 817 - src/libultra/xlitob.s | 208 - src/libultra/xprintf.s | 966 - src/libultra/yieldthread.s | 29 - src/libultrare/Makefile.libultrare | 475 + src/libultrare/audio/drvrNew.c | 300 + src/{libultra => libultrare/audio}/env.s | 2 + src/libultrare/audio/env_wip.c | 530 + src/libultrare/audio/reverb.c | 446 + .../io}/aisetnextbuf.c | 40 +- src/libultrare/io/conteeplongread.c | 31 + src/libultrare/io/conteeplongwrite.c | 31 + src/libultrare/io/conteepprobe.c | 16 + src/libultrare/io/conteepread.c | 78 + src/libultrare/io/conteepwrite.c | 168 + src/libultrare/io/contramread.c | 115 + src/libultrare/io/contramwrite.c | 111 + src/libultrare/io/contreaddata.c | 78 + src/libultrare/io/controller.c | 111 + src/libultrare/io/devmgr.c | 96 + src/libultrare/io/epirawdma.c | 33 + src/libultrare/io/epirawwrite.c | 13 + src/libultrare/io/leodiskinit.c | 33 + src/libultrare/io/leointerrupt.c | 269 + src/libultrare/io/pfsinit.c | 61 + src/libultrare/io/pfsisplug.c | 97 + src/libultrare/io/pimgr.c | 53 + src/libultrare/io/sptask.c | 70 + src/libultrare/io/vi.c | 42 + src/libultrare/io/vimgr.c | 122 + src/libultrare/io/vimodepallan1.c | 46 + src/libultrare/io/vitbl.c | 1467 + src/libultrare/libc/xprintf.c | 248 + src/libultrare/libultrare.h | 24 + src/libultrare/os/destroythread.c | 43 + src/libultrare/os/initialize.c | 87 + src/libultrare/readme.md | 10 + src/{libultra => libultrare}/ultra80069080.s | 0 src/macro.h | 12 + src/mema.c | 57 +- src/mema.h | 2 +- src/memp.c | 8 +- src/memp.h | 4 +- src/motor.c | 4 +- src/music.c | 128 +- src/music.h | 59 +- src/{osMapTLB.c => osMapTLB.s} | 28 +- src/pi.c | 2 +- src/pi.h | 3 +- src/ramrom.c | 2 +- src/random.c | 14 +- src/random.h | 4 +- src/rmon.c | 202 +- src/rmon.h | 16 +- src/rom_header.s | 6 +- src/rspboot.s | 3 + src/sched.c | 103 +- src/sched.h | 7 +- src/snd.c | 2700 +- src/snd.h | 167 +- src/speed_graph.c | 97 +- src/speed_graph.h | 11 +- src/sprintf.c | 3 +- src/stacks.c | 5 +- src/str.h | 3 +- src/structs.h | 56 - src/thread_config.h | 22 + src/tlb_buffer.c | 3 - src/tlb_buffer.h | 7 - src/tlb_hardwire.h | 2 +- src/tlb_manage.c | 93 +- src/tlb_manage.h | 2 +- src/tlb_random.c | 2 +- src/tlb_random.h | 2 +- src/tlb_resolve.h | 2 +- src/token.c | 19 +- src/token.h | 8 +- src/unused_fp.c | 68 - src/vi.c | 20 +- src/vi.h | 2 +- src/video.c | 1804 - src/video.h | 52 - test_files.sh | 85 + test_files_readme.md | 112 + tools/1172compress.sh | 57 +- tools/1172inflate.sh | 59 + tools/Makefile | 12 +- tools/RareZip.sh | 0 tools/aaa_rip/main.c | 56 +- tools/aaa_rip/makefile | 4 +- tools/aiParse.c | 4598 ++ tools/armips.cpp | 4 +- tools/asmpreproc/asm-processor.py | 0 tools/asmpreproc/compile.sh | 10 +- tools/cmdbuilder.c | 255 + tools/data_compress.sh | 0 tools/ge-stats-deprecated.py | 288 + tools/ge-stats.py | 982 +- tools/gzipsrc/util.c | 2 +- tools/ido5.3_recomp/.gitignore | 16 + tools/ido5.3_recomp/Makefile | 37 + tools/ido5.3_recomp/elf.h | 99 + tools/ido5.3_recomp/header.h | 30 + tools/ido5.3_recomp/helpers.h | 13 + tools/ido5.3_recomp/libc_impl.c | 2543 + tools/ido5.3_recomp/libc_impl.h | 163 + tools/ido5.3_recomp/recomp.cpp | 2938 ++ tools/irix/root/lib/rld | Bin tools/irix/root/usr/bin/cc | Bin tools/irix/root/usr/lib/acpp | Bin 0 -> 93440 bytes tools/irix/root/usr/lib/as0 | Bin tools/irix/root/usr/lib/as1 | Bin tools/irix/root/usr/lib/cfe | Bin tools/irix/root/usr/lib/copt | Bin 0 -> 3597360 bytes tools/irix/root/usr/lib/ugen | Bin tools/irix/root/usr/lib/ujoin | Bin tools/irix/root/usr/lib/uld | Bin tools/irix/root/usr/lib/umerge | Bin tools/irix/root/usr/lib/uopt | Bin tools/irix/root/usr/lib/usplit | Bin tools/makebg.sh | 4 - tools/rasm2armips.py | 0 tools/report/main.c | 34 +- undefined_syms.txt | 97 - 1117 files changed, 789008 insertions(+), 222675 deletions(-) create mode 100644 .clang-format create mode 100644 .github/workflows/EU.yml create mode 100644 assets/GlobalImageTable.h create mode 100644 assets/Globalimagetable_commandblock.c create mode 100644 assets/animationtable_data.c create mode 100644 assets/animationtable_data.h create mode 100644 assets/animationtable_entries.c create mode 100644 assets/animationtable_entries.h create mode 100644 assets/embedded/player_gait_object/header.inc.c create mode 100644 assets/embedded/player_gait_object/modelnode.inc.c create mode 100644 assets/embedded/skeletons/g_weapon.inc.c create mode 100644 assets/embedded/skeletons/guard.inc.c create mode 100644 assets/embedded/skeletons/gun_kf7.inc.c create mode 100644 assets/embedded/skeletons/gun_revolver.inc.c create mode 100644 assets/embedded/skeletons/gun_unassigned.inc.c create mode 100644 assets/embedded/skeletons/player_gait_object.inc.c create mode 100644 assets/embedded/skeletons/prop_weapon.inc.c create mode 100644 assets/embedded/skeletons/props.inc.c create mode 100644 assets/embedded/skeletons/standard_gun.inc.c create mode 100644 assets/embedded/skeletons/standard_object.inc.c create mode 100644 assets/embedded/skeletons/suit_lf_hand.inc.c delete mode 100644 assets/font/font.s create mode 100644 assets/font/font_first_font_table_controller_large.c create mode 100644 assets/font/font_first_font_table_controller_small.c create mode 100644 assets/font/readme.md create mode 100644 assets/font_chardatae.c create mode 100644 assets/font_chardataj.c create mode 100644 assets/font_dl.c create mode 100644 assets/font_dl.h rename assets/{images => }/image_externs.h (95%) create mode 100644 assets/images.def create mode 100644 assets/images/readme.md create mode 100644 assets/music/instruments.ctl.s create mode 100644 assets/music/instruments.tbl.s create mode 100644 assets/music/readme.md create mode 100644 assets/music/sfx.ctl.s create mode 100644 assets/music/sfx.tbl.s create mode 100644 assets/obseg/bg/readme.md create mode 100644 assets/obseg/chr/camguard/chrModelFileRecord.inc.c create mode 100644 assets/obseg/chr/camguard/modelFileHeader.inc.c create mode 100644 assets/obseg/chr/chrHeadHats.inc.c create mode 100644 assets/obseg/chr/chrModelFileHeaders.inc.c create mode 100644 assets/obseg/chr/chrModelFileRecords.inc.c create mode 100644 assets/obseg/file_resource_id_enums.h create mode 100644 assets/obseg/gun/fist/gunFileRecord.inc.c create mode 100644 assets/obseg/gun/fist/gunWeaponStat.inc.c create mode 100644 assets/obseg/gun/fist/modelFileHeader.inc.c create mode 100644 assets/obseg/gun/gunModelFileHeaders.inc.c create mode 100644 assets/obseg/gun/gunModelFileRecord.inc.c create mode 100644 assets/obseg/gun/gunWeaponStats.inc.c create mode 100644 assets/obseg/gun/knife/gunFileRecord.inc.c create mode 100644 assets/obseg/gun/knife/gunWeaponStat.inc.c create mode 100644 assets/obseg/gun/knife/modelFileHeader.inc.c create mode 100644 assets/obseg/prop/alarm1/ExplosionDetailsRecord.inc.c create mode 100644 assets/obseg/prop/alarm1/Model.c create mode 100644 assets/obseg/prop/alarm1/ModelFileHeader.inc.c create mode 100644 assets/obseg/prop/alarm1/propFileRecord.inc.c create mode 100644 assets/obseg/prop/propExplosionDetailsRecords-eu.inc.c create mode 100644 assets/obseg/prop/propExplosionDetailsRecords.inc.c create mode 100644 assets/obseg/prop/propItemModelFileRecord.inc.c create mode 100644 assets/obseg/prop/propModelFileHeaders.inc.c create mode 100644 assets/obseg/readme.md create mode 100644 assets/obseg/setup/Ump_setuparkZ.c create mode 100644 assets/obseg/setup/Ump_setupashZ.c create mode 100644 assets/obseg/setup/Ump_setupcaveZ.c create mode 100644 assets/obseg/setup/Ump_setupcradZ.c create mode 100644 assets/obseg/setup/Ump_setupcrypZ.c create mode 100644 assets/obseg/setup/Ump_setupdishZ.c create mode 100644 assets/obseg/setup/Ump_setupimpZ.c create mode 100644 assets/obseg/setup/Ump_setupoatZ.c create mode 100644 assets/obseg/setup/Ump_setuprefZ.c create mode 100644 assets/obseg/setup/Ump_setupsevbZ.c create mode 100644 assets/obseg/setup/Ump_setupstatueZ.c create mode 100644 assets/obseg/setup/UsetuparchZ.c create mode 100644 assets/obseg/setup/UsetuparkZ.c create mode 100644 assets/obseg/setup/UsetupaztZ.c create mode 100644 assets/obseg/setup/UsetupcaveZ.c create mode 100644 assets/obseg/setup/UsetupcontrolZ.c create mode 100644 assets/obseg/setup/UsetupcrypZ.c create mode 100644 assets/obseg/setup/UsetupdamZ.c create mode 100644 assets/obseg/setup/UsetupdepoZ.c create mode 100644 assets/obseg/setup/UsetuppeteZ.c create mode 100644 assets/obseg/setup/UsetuprunZ.c create mode 100644 assets/obseg/setup/UsetupsevbZ.c create mode 100644 assets/obseg/setup/UsetupsevbunkerZ.c create mode 100644 assets/obseg/setup/UsetupsevxZ.c create mode 100644 assets/obseg/setup/UsetupsevxbZ.c create mode 100644 assets/obseg/setup/e/Ump_setuparchZ.c create mode 100644 assets/obseg/setup/e/UsetupcradZ.c create mode 100644 assets/obseg/setup/e/UsetupdestZ.c create mode 100644 assets/obseg/setup/e/UsetupjunZ.c create mode 100644 assets/obseg/setup/e/UsetuplenZ.c create mode 100644 assets/obseg/setup/e/UsetupsiloZ.c create mode 100644 assets/obseg/setup/e/UsetupstatueZ.c create mode 100644 assets/obseg/setup/e/UsetuptraZ.c create mode 100644 assets/obseg/setup/j/Ump_setuparchZ.c create mode 100644 assets/obseg/setup/j/UsetupcradZ.c create mode 100644 assets/obseg/setup/j/UsetupdestZ.c create mode 100644 assets/obseg/setup/j/UsetupjunZ.c create mode 100644 assets/obseg/setup/j/UsetuplenZ.c create mode 100644 assets/obseg/setup/j/UsetupsiloZ.c create mode 100644 assets/obseg/setup/j/UsetupstatueZ.c create mode 100644 assets/obseg/setup/j/UsetuptraZ.c create mode 100644 assets/obseg/setup/readme.md create mode 100644 assets/obseg/setup/readme_propdef.md create mode 100644 assets/obseg/setup/u/Ump_setuparchZ.c create mode 100644 assets/obseg/setup/u/UsetupcradZ.c create mode 100644 assets/obseg/setup/u/UsetupdestZ.c create mode 100644 assets/obseg/setup/u/UsetupjunZ.c create mode 100644 assets/obseg/setup/u/UsetuplenZ.c create mode 100644 assets/obseg/setup/u/UsetupsiloZ.c create mode 100644 assets/obseg/setup/u/UsetupstatueZ.c create mode 100644 assets/obseg/setup/u/UsetuptraZ.c create mode 100644 assets/obseg/stan/Tbg_ame_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_arch_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_arec_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_ark_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_ash_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_azt_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_cat_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_cave_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_crad_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_cryp_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_dam_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_depo_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_dest_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_dish_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_imp_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_jun_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_len_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_oat_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_pete_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_ref_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_run_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_sev_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_sevb_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_sevx_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_silo_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_stat_all_p_stanZ.c create mode 100644 assets/obseg/stan/Tbg_tra_all_p_stanZ.c create mode 100644 assets/obseg/stan/readme.md create mode 100644 assets/ramrom/readme.md create mode 100644 assets/readme.md delete mode 100644 assets/romfiles.s create mode 100644 build/test.c create mode 100644 checksums.txt mode change 100644 => 100755 diff.py mode change 100644 => 100755 diff_settings.py mode change 100644 => 100755 extract_baserom.u.sh create mode 100755 extract_cdata.sh create mode 100755 extract_diff.e.sh mode change 100644 => 100755 extract_diff.j.sh create mode 100644 filediff.e.csv create mode 100644 filelist.e.csv create mode 100644 ge007.d.ld create mode 100644 ge007.e-test_basis.csv create mode 100644 ge007.j-test_basis.csv create mode 100644 ge007.ld create mode 100644 ge007.u-test_basis.csv create mode 100644 include/CPPLib.h create mode 100644 include/LibFixedPoint.h create mode 100644 include/PR/os.h delete mode 100644 include/PR/os_ai.h delete mode 100644 include/PR/os_cache.h delete mode 100644 include/PR/os_cont.h delete mode 100644 include/PR/os_eeprom.h delete mode 100644 include/PR/os_exception.h delete mode 100644 include/PR/os_libc.h delete mode 100644 include/PR/os_message.h delete mode 100644 include/PR/os_misc.h delete mode 100644 include/PR/os_pi.h delete mode 100644 include/PR/os_rdp.h delete mode 100644 include/PR/os_thread.h delete mode 100644 include/PR/os_time.h delete mode 100644 include/PR/os_tlb.h delete mode 100644 include/PR/os_vi.h create mode 100644 include/PR/primage.h create mode 100644 include/PR/ram_ORIGINAL_rom.h create mode 100644 include/PR/rdb.h create mode 100644 include/PR/region.h create mode 100644 include/PR/rm_ORIGINAL_on.h create mode 100644 include/PR/ultraerror.h create mode 100644 include/assert.h rename {src/libultra => include}/bstring.h (88%) create mode 100644 include/gbi_extension.h create mode 100644 include/limits.h create mode 100644 include/os_extension.h create mode 100644 include/readme.md create mode 100644 include/sgidefs.h create mode 100644 include/svr4_math.h create mode 100755 make_test_files_basis.sh delete mode 100644 notes/GE_Documentation.tgz delete mode 100644 notes/PD_Documentation.tgz create mode 100644 notes/StyleGuide.md create mode 100644 readme-build.md mode change 100644 => 100755 rename_sym.sh create mode 100755 show_build_offsets.sh create mode 100644 src/aicommands.def create mode 100644 src/aicommands2.h delete mode 100644 src/deb_video.c delete mode 100644 src/deb_video.h delete mode 100644 src/debug_getlastRA.c create mode 100644 src/fault.c create mode 100644 src/fault.h create mode 100644 src/fr.c create mode 100644 src/fr.h create mode 100644 src/game/alloc_window_pieces.c create mode 100644 src/game/alloc_window_pieces.h create mode 100644 src/game/bg2.c create mode 100644 src/game/bondhead.c create mode 100644 src/game/bondhead.h rename src/game/{bond.c => bondview.c} (55%) rename src/game/{bond.h => bondview.h} (72%) create mode 100644 src/game/bondview_r.c create mode 100644 src/game/bondview_r.h create mode 100644 src/game/bondwalk2.h delete mode 100644 src/game/chr2.c create mode 100644 src/game/chr_b.c create mode 100644 src/game/chr_b.h create mode 100644 src/game/chraidata.c create mode 100644 src/game/chraidata.h create mode 100644 src/game/chrlv.c create mode 100644 src/game/chrlv.h delete mode 100644 src/game/chrobjdata.c create mode 100644 src/game/chrprop.c create mode 100644 src/game/cleanexplosions.c create mode 100644 src/game/cleanplayersound.c rename src/game/{initunk_0073B0.c => cleanup_guard_data.c} (89%) create mode 100644 src/game/cleanup_object_sounds.c create mode 100644 src/game/cleanup_objects.h create mode 100644 src/game/cleanwindowpieces.c create mode 100644 src/game/cobjdata.c create mode 100644 src/game/crc.c create mode 100644 src/game/deb_loadallmodels.h rename src/game/{debugmenu_090490.c => debugmenu_handler.c} (62%) rename src/game/{debugmenu_090490.h => debugmenu_handler.h} (72%) create mode 100644 src/game/ejectedcartridges.h rename src/game/{unk_09C250.c => explosions.c} (87%) create mode 100644 src/game/explosions.h create mode 100644 src/game/file.c create mode 100644 src/game/file.h create mode 100644 src/game/file2.c create mode 100644 src/game/file2.h rename src/game/{mainmenu.c => front.c} (61%) create mode 100644 src/game/front.h delete mode 100644 src/game/gamefile.c delete mode 100644 src/game/gamefile.h delete mode 100644 src/game/gamefile2.c delete mode 100644 src/game/gamefile2.h create mode 100644 src/game/gobjdata.c create mode 100644 src/game/gobjdata2.c rename src/game/{bondwalk.c => gun.c} (61%) rename src/game/{bondwalk.h => gun.h} (63%) create mode 100644 src/game/image_bank.h create mode 100644 src/game/initBondDATAdefaults.h create mode 100644 src/game/initanitable.h delete mode 100644 src/game/initcameraandthrown.c create mode 100644 src/game/initcheattext.c create mode 100644 src/game/initcheattext.h create mode 100644 src/game/initexplosioncasing.h create mode 100644 src/game/initguards.h create mode 100644 src/game/initintromatrices.h create mode 100644 src/game/inititemslots.h create mode 100644 src/game/initmenus.h create mode 100644 src/game/initmttex.h create mode 100644 src/game/initpathtablelinks.h create mode 100644 src/game/initplayergaitobject.c delete mode 100644 src/game/initunk_000B60.c create mode 100644 src/game/initunk_005450.h create mode 100644 src/game/initunk_005520.h delete mode 100644 src/game/initunk_007180.c create mode 100644 src/game/initunk_007290.h delete mode 100644 src/game/initunk_0072B0.c delete mode 100644 src/game/initunk_0072B0.h delete mode 100644 src/game/initunk_007460.c create mode 100644 src/game/loadobjectmodel.h delete mode 100644 src/game/mainmenu.h create mode 100644 src/game/math_asinacos.c create mode 100644 src/game/math_asinacos.h rename src/game/{unk_05ACB0.c => math_asinfacosf.c} (78%) create mode 100644 src/game/math_asinfacosf.h rename src/game/{convertangleusinginverse.c => math_atan2f.c} (61%) create mode 100644 src/game/math_atan2f.h create mode 100644 src/game/math_ceil.c create mode 100644 src/game/math_ceil.h create mode 100644 src/game/math_floor.c create mode 100644 src/game/math_floor.h create mode 100644 src/game/math_sincos.h rename src/game/{sin.c => math_sincos.s} (81%) rename src/game/{unk_05A9E0.c => math_unk_05A9E0.c} (56%) create mode 100644 src/game/math_unk_05A9E0.h rename src/game/{unk_05AE00.c => matrixmath_misc.c} (60%) create mode 100644 src/game/mp_music.h create mode 100644 src/game/objecthandler_1.c create mode 100644 src/game/objective.h create mode 100644 src/game/objective_status.h create mode 100644 src/game/othermodemicrocode.h rename src/game/{unk_08DBB0.c => padhalllv.c} (58%) create mode 100644 src/game/padhalllv.h rename src/game/{unk_093880.c => player.c} (65%) create mode 100644 src/game/player.h create mode 100644 src/game/player_2.c create mode 100644 src/game/player_2.h create mode 100644 src/game/pobjdata.c rename src/game/{unk_05B1E0.c => quaternion.c} (88%) create mode 100644 src/game/quaternion.h rename src/game/{intro_logos.c => title.c} (54%) rename src/game/{intro_logos.h => title.h} (97%) delete mode 100644 src/game/truncf.c delete mode 100644 src/game/unk_007800.c delete mode 100644 src/game/unk_007920.c delete mode 100644 src/game/unk_007980.c create mode 100644 src/game/unk_01B240.h delete mode 100644 src/game/unk_05AB70.c delete mode 100644 src/game/unk_05C440.c delete mode 100644 src/game/unk_05C440.h create mode 100644 src/game/unk_091080.h delete mode 100644 src/game/unk_093880.h delete mode 100644 src/game/unk_09B600.c create mode 100644 src/game/unk_09B7A0.h delete mode 100644 src/game/unk_09C250.h create mode 100644 src/game/unk_0BC530.h create mode 100644 src/game/viewport.h create mode 100644 src/getra.s delete mode 100644 src/libultra/ai.c delete mode 100644 src/libultra/aigetlen.c delete mode 100644 src/libultra/aisetfreq.c delete mode 100644 src/libultra/align.s create mode 100644 src/libultra/audio/auxbus.c create mode 100644 src/libultra/audio/bnkf.c create mode 100644 src/libultra/audio/cents2ratio.c create mode 100644 src/libultra/audio/copy.c create mode 100644 src/libultra/audio/cseq.c create mode 100644 src/libultra/audio/cseq.h create mode 100644 src/libultra/audio/cseqp.h create mode 100644 src/libultra/audio/cspgetstate.c create mode 100644 src/libultra/audio/csplayer.c create mode 100644 src/libultra/audio/cspplay.c create mode 100644 src/libultra/audio/cspsetseq.c create mode 100644 src/libultra/audio/cspsetvol.c create mode 100644 src/libultra/audio/cspstop.c create mode 100644 src/libultra/audio/event.c create mode 100644 src/libultra/audio/filter.c create mode 100644 src/libultra/audio/heapalloc.c create mode 100644 src/libultra/audio/heapinit.c create mode 100644 src/libultra/audio/initfx.h create mode 100644 src/libultra/audio/load.c create mode 100644 src/libultra/audio/mainbus.c create mode 100644 src/libultra/audio/resample.c create mode 100644 src/libultra/audio/save.c create mode 100644 src/libultra/audio/seq.c create mode 100644 src/libultra/audio/seq.h create mode 100644 src/libultra/audio/seqp.h create mode 100644 src/libultra/audio/seqplayer.c create mode 100644 src/libultra/audio/seqpsetbank.c create mode 100644 src/libultra/audio/sl.c create mode 100644 src/libultra/audio/synaddplayer.c create mode 100644 src/libultra/audio/synallocfx.c create mode 100644 src/libultra/audio/synallocvoice.c create mode 100644 src/libultra/audio/syndelete.c create mode 100644 src/libultra/audio/synfreevoice.c create mode 100644 src/libultra/audio/synsetfxmix.c create mode 100644 src/libultra/audio/synsetpan.c create mode 100644 src/libultra/audio/synsetpitch.c create mode 100644 src/libultra/audio/synsetpriority.c create mode 100644 src/libultra/audio/synsetvol.c create mode 100644 src/libultra/audio/synstartvoice.c create mode 100644 src/libultra/audio/synstartvoiceparam.c create mode 100644 src/libultra/audio/synstopvoice.c create mode 100644 src/libultra/audio/synthInternals.h create mode 100644 src/libultra/audio/synthesizer.c delete mode 100644 src/libultra/auxbus.s delete mode 100644 src/libultra/bnkf.s delete mode 100644 src/libultra/cents2ratio.s delete mode 100644 src/libultra/conteeplongread.s delete mode 100644 src/libultra/conteeplongwrite.s delete mode 100644 src/libultra/conteepprobe.s delete mode 100644 src/libultra/conteepread.s delete mode 100644 src/libultra/conteepwrite.s delete mode 100644 src/libultra/contpfs.s delete mode 100644 src/libultra/contquery.s delete mode 100644 src/libultra/contramread.s delete mode 100644 src/libultra/contramwrite.s delete mode 100644 src/libultra/contreaddata.s delete mode 100644 src/libultra/controller.s delete mode 100644 src/libultra/copy.s delete mode 100644 src/libultra/coss.s delete mode 100644 src/libultra/createmesgqueue.s delete mode 100644 src/libultra/createthread.s delete mode 100644 src/libultra/cseq.s delete mode 100644 src/libultra/cspgetstate.s delete mode 100644 src/libultra/csplayer.s delete mode 100644 src/libultra/cspplay.s delete mode 100644 src/libultra/cspsetseq.s delete mode 100644 src/libultra/cspsetvol.s delete mode 100644 src/libultra/cspstop.s delete mode 100644 src/libultra/destroythread.s delete mode 100644 src/libultra/devmgr.s delete mode 100644 src/libultra/dp.s delete mode 100644 src/libultra/dpctr.s delete mode 100644 src/libultra/dpsetnextbuf.s delete mode 100644 src/libultra/dpsetstat.s delete mode 100644 src/libultra/drvrNew.s delete mode 100644 src/libultra/epirawdma.s delete mode 100644 src/libultra/epirawwrite.s delete mode 100644 src/libultra/event.s delete mode 100644 src/libultra/filter.s delete mode 100644 src/libultra/getcurrfaultthread.s delete mode 100644 src/libultra/getthreadpri.c delete mode 100644 src/libultra/gettime.s create mode 100644 src/libultra/gu/align.c create mode 100644 src/libultra/gu/cosf.c create mode 100644 src/libultra/gu/coss.c create mode 100644 src/libultra/gu/guint.h rename src/libultra/{ => gu}/libm_vals.s (96%) create mode 100644 src/libultra/gu/lookat.c create mode 100644 src/libultra/gu/lookatref.c create mode 100644 src/libultra/gu/mtxutil.c create mode 100644 src/libultra/gu/normalize.c create mode 100644 src/libultra/gu/ortho.c create mode 100644 src/libultra/gu/perspective.c create mode 100644 src/libultra/gu/rotate.c create mode 100644 src/libultra/gu/scale.c create mode 100644 src/libultra/gu/sinf.c create mode 100644 src/libultra/gu/sins.c create mode 100644 src/libultra/gu/sintable.h rename src/libultra/{ => gu}/sqrtf.s (96%) create mode 100644 src/libultra/gu/translate.c delete mode 100644 src/libultra/hardware.h delete mode 100644 src/libultra/heapalloc.s delete mode 100644 src/libultra/heapinit.s delete mode 100644 src/libultra/initialize.s create mode 100644 src/libultra/io/ai.c create mode 100644 src/libultra/io/aigetlen.c create mode 100644 src/libultra/io/aisetfreq.c create mode 100644 src/libultra/io/contpfs.c create mode 100644 src/libultra/io/contquery.c rename src/libultra/{ => io}/controller.h (98%) rename src/libultra/{ => io}/crc.c (57%) create mode 100644 src/libultra/io/dp.c create mode 100644 src/libultra/io/dpctr.c create mode 100644 src/libultra/io/dpsetnextbuf.c create mode 100644 src/libultra/io/dpsetstat.c create mode 100644 src/libultra/io/piacs.c create mode 100644 src/libultra/io/pidma.c create mode 100644 src/libultra/io/pigetcmdq.c create mode 100644 src/libultra/io/pigetstat.c rename src/libultra/{ => io}/piint.h (98%) create mode 100644 src/libultra/io/pirawdma.c create mode 100644 src/libultra/io/pirawread.c create mode 100644 src/libultra/io/pirawwrite.s create mode 100644 src/libultra/io/piread.c create mode 100644 src/libultra/io/si.c create mode 100644 src/libultra/io/siacs.c create mode 100644 src/libultra/io/siint.h create mode 100644 src/libultra/io/sirawdma.c create mode 100644 src/libultra/io/sirawread.c create mode 100644 src/libultra/io/sirawwrite.c create mode 100644 src/libultra/io/sp.c create mode 100644 src/libultra/io/spgetstat.c create mode 100644 src/libultra/io/sprawdma.c create mode 100644 src/libultra/io/spsetpc.c create mode 100644 src/libultra/io/spsetstat.c create mode 100644 src/libultra/io/sptaskyield.c create mode 100644 src/libultra/io/sptaskyielded.c create mode 100644 src/libultra/io/viblack.c create mode 100644 src/libultra/io/vigetcurrcontext.c create mode 100644 src/libultra/io/vigetcurrframebuf.c create mode 100644 src/libultra/io/vigetnextframebuf.c create mode 100644 src/libultra/io/viint.h create mode 100644 src/libultra/io/vimodentsclan1.c create mode 100644 src/libultra/io/virepeatline.c create mode 100644 src/libultra/io/visetevent.c create mode 100644 src/libultra/io/visetmode.c create mode 100644 src/libultra/io/visetspecial.c create mode 100644 src/libultra/io/visetxscale.c create mode 100644 src/libultra/io/visetyscale.c create mode 100644 src/libultra/io/viswapbuf.c create mode 100644 src/libultra/io/viswapcontext.c delete mode 100644 src/libultra/jammesg.s delete mode 100644 src/libultra/kdebugserver.s delete mode 100644 src/libultra/ldiv.s delete mode 100644 src/libultra/leodiskinit.s delete mode 100644 src/libultra/leointerrupt.s delete mode 100644 src/libultra/libaudio_internal.h rename src/libultra/{ => libc}/bcmp.s (97%) rename src/libultra/{ => libc}/bcopy.s (96%) rename src/libultra/{ => libc}/bzero.s (95%) create mode 100644 src/libultra/libc/ldiv.c create mode 100644 src/libultra/libc/ll.c create mode 100644 src/libultra/libc/llcvt.c create mode 100644 src/libultra/libc/string.c create mode 100644 src/libultra/libc/xldtob.c create mode 100644 src/libultra/libc/xlitob.c rename src/libultra/{printf.h => libc/xstdio.h} (70%) delete mode 100644 src/libultra/libultra_internal.h delete mode 100644 src/libultra/ll.s delete mode 100644 src/libultra/llcvt.s delete mode 100644 src/libultra/load.s delete mode 100644 src/libultra/lookat.s delete mode 100644 src/libultra/lookatref.s delete mode 100644 src/libultra/mainbus.s delete mode 100644 src/libultra/mtxutil.s delete mode 100644 src/libultra/new_func.h delete mode 100644 src/libultra/normalize.s delete mode 100644 src/libultra/ortho.s delete mode 100644 src/libultra/os.h create mode 100644 src/libultra/os/createmesgqueue.c create mode 100644 src/libultra/os/createthread.c create mode 100644 src/libultra/os/exceptasm.h rename src/libultra/{ => os}/exception.s (93%) rename src/libultra/{ => os}/getcount.s (91%) create mode 100644 src/libultra/os/getcurrfaultthread.c rename src/libultra/{ => os}/getfpccsr.s (92%) rename src/libultra/{ => os}/getsr.s (97%) create mode 100644 src/libultra/os/getthreadpri.c create mode 100644 src/libultra/os/gettime.c rename src/libultra/{ => os}/gettlbhi.s (94%) rename src/libultra/{ => os}/interrupt.s (98%) rename src/libultra/{ => os}/invaldcache.s (96%) rename src/libultra/{ => os}/invalicache.s (96%) create mode 100644 src/libultra/os/jammesg.c create mode 100644 src/libultra/os/kdebugserver.c rename src/libultra/{ => os}/osint.h (90%) rename src/libultra/{ => os}/parameters.s (98%) rename src/libultra/{ => os}/probetlb.s (99%) create mode 100644 src/libultra/os/recvmesg.c create mode 100644 src/libultra/os/resetglobalintmask.c create mode 100644 src/libultra/os/sendmesg.c rename src/libultra/{ => os}/setcompare.s (97%) create mode 100644 src/libultra/os/seteventmesg.c rename src/libultra/{ => os}/setfpccsr.s (92%) create mode 100644 src/libultra/os/sethwinterrupt.c rename src/libultra/{ => os}/setintmask.s (88%) rename src/libultra/{ => os}/setsr.s (97%) create mode 100644 src/libultra/os/setthreadpri.c create mode 100644 src/libultra/os/settimer.c create mode 100644 src/libultra/os/startthread.c create mode 100644 src/libultra/os/stopthread.c create mode 100644 src/libultra/os/thread.c create mode 100644 src/libultra/os/timerintr.c rename src/libultra/{ => os}/unmaptlb.s (95%) create mode 100644 src/libultra/os/virtualtophysical.c rename src/libultra/{ => os}/writebackdcache.s (96%) rename src/libultra/{ => os}/writebackdcacheall.s (95%) create mode 100644 src/libultra/os/yieldthread.c delete mode 100644 src/libultra/osAi.h delete mode 100644 src/libultra/osContInternal.h delete mode 100644 src/libultra/perspective.s delete mode 100644 src/libultra/pfsinit.s delete mode 100644 src/libultra/pfsisplug.s delete mode 100644 src/libultra/piacs.s delete mode 100644 src/libultra/pidma.s delete mode 100644 src/libultra/pigetcmdq.s delete mode 100644 src/libultra/pigetstat.s delete mode 100644 src/libultra/pimgr.s delete mode 100644 src/libultra/pirawdma.s delete mode 100644 src/libultra/pirawread.s delete mode 100644 src/libultra/piread.s create mode 100644 src/libultra/readme.md delete mode 100644 src/libultra/recvmesg.s delete mode 100644 src/libultra/resample.s delete mode 100644 src/libultra/resetglobalintmask.s delete mode 100644 src/libultra/reverb.s delete mode 100644 src/libultra/rotate.s delete mode 100644 src/libultra/save.s delete mode 100644 src/libultra/scale.s delete mode 100644 src/libultra/sendmesg.s delete mode 100644 src/libultra/seq.s delete mode 100644 src/libultra/seqplayer.s delete mode 100644 src/libultra/seqpsetbank.s delete mode 100644 src/libultra/seteventmesg.c delete mode 100644 src/libultra/sethwinterrupt.s delete mode 100644 src/libultra/setthreadpri.c delete mode 100644 src/libultra/settimer.c delete mode 100644 src/libultra/si.s delete mode 100644 src/libultra/siacs.s delete mode 100644 src/libultra/sins.s delete mode 100644 src/libultra/sirawdma.s delete mode 100644 src/libultra/sirawread.s delete mode 100644 src/libultra/sirawwrite.s delete mode 100644 src/libultra/sl.s delete mode 100644 src/libultra/sp.s delete mode 100644 src/libultra/spgetstat.s delete mode 100644 src/libultra/sprawdma.s delete mode 100644 src/libultra/spsetpc.s delete mode 100644 src/libultra/spsetstat.s delete mode 100644 src/libultra/sptask.s delete mode 100644 src/libultra/sptaskyield.c delete mode 100644 src/libultra/sptaskyielded.c delete mode 100644 src/libultra/startthread.c delete mode 100644 src/libultra/stopthread.s delete mode 100644 src/libultra/string.s delete mode 100644 src/libultra/synaddplayer.s delete mode 100644 src/libultra/synallocfx.s delete mode 100644 src/libultra/synallocvoice.s delete mode 100644 src/libultra/syndelete.s delete mode 100644 src/libultra/synfreevoice.s delete mode 100644 src/libultra/synsetfxmix.s delete mode 100644 src/libultra/synsetpan.s delete mode 100644 src/libultra/synsetpitch.s delete mode 100644 src/libultra/synsetpriority.s delete mode 100644 src/libultra/synsetvol.s delete mode 100644 src/libultra/synstartvoice.s delete mode 100644 src/libultra/synstartvoiceparam.s delete mode 100644 src/libultra/synstopvoice.s delete mode 100644 src/libultra/synthesizer.s delete mode 100644 src/libultra/thread.s delete mode 100644 src/libultra/timerintr.s delete mode 100644 src/libultra/translate.s delete mode 100644 src/libultra/ultra7001B830.s delete mode 100644 src/libultra/ultra7001B9A0.s delete mode 100644 src/libultra/vi.s delete mode 100644 src/libultra/viblack.c delete mode 100644 src/libultra/vigetcurrcontext.s delete mode 100644 src/libultra/vigetcurrframebuf.s delete mode 100644 src/libultra/vigetnextframebuf.s delete mode 100644 src/libultra/vimgr.s delete mode 100644 src/libultra/vimodentsclan1.s delete mode 100644 src/libultra/vimodepallan1.s delete mode 100644 src/libultra/virepeatline.s delete mode 100644 src/libultra/virtualtophysical.c delete mode 100644 src/libultra/visetevent.c delete mode 100644 src/libultra/visetmode.c delete mode 100644 src/libultra/visetspecial.s delete mode 100644 src/libultra/visetxscale.s delete mode 100644 src/libultra/visetyscale.s delete mode 100644 src/libultra/viswapbuf.c delete mode 100644 src/libultra/viswapcontext.s delete mode 100644 src/libultra/vitbl.s delete mode 100644 src/libultra/xldtob.s delete mode 100644 src/libultra/xlitob.s delete mode 100644 src/libultra/xprintf.s delete mode 100644 src/libultra/yieldthread.s create mode 100644 src/libultrare/Makefile.libultrare create mode 100644 src/libultrare/audio/drvrNew.c rename src/{libultra => libultrare/audio}/env.s (99%) create mode 100644 src/libultrare/audio/env_wip.c create mode 100644 src/libultrare/audio/reverb.c rename src/{libultra => libultrare/io}/aisetnextbuf.c (55%) create mode 100644 src/libultrare/io/conteeplongread.c create mode 100644 src/libultrare/io/conteeplongwrite.c create mode 100644 src/libultrare/io/conteepprobe.c create mode 100644 src/libultrare/io/conteepread.c create mode 100644 src/libultrare/io/conteepwrite.c create mode 100644 src/libultrare/io/contramread.c create mode 100644 src/libultrare/io/contramwrite.c create mode 100644 src/libultrare/io/contreaddata.c create mode 100644 src/libultrare/io/controller.c create mode 100644 src/libultrare/io/devmgr.c create mode 100644 src/libultrare/io/epirawdma.c create mode 100644 src/libultrare/io/epirawwrite.c create mode 100644 src/libultrare/io/leodiskinit.c create mode 100644 src/libultrare/io/leointerrupt.c create mode 100644 src/libultrare/io/pfsinit.c create mode 100644 src/libultrare/io/pfsisplug.c create mode 100644 src/libultrare/io/pimgr.c create mode 100644 src/libultrare/io/sptask.c create mode 100644 src/libultrare/io/vi.c create mode 100644 src/libultrare/io/vimgr.c create mode 100644 src/libultrare/io/vimodepallan1.c create mode 100644 src/libultrare/io/vitbl.c create mode 100644 src/libultrare/libc/xprintf.c create mode 100644 src/libultrare/libultrare.h create mode 100644 src/libultrare/os/destroythread.c create mode 100644 src/libultrare/os/initialize.c create mode 100644 src/libultrare/readme.md rename src/{libultra => libultrare}/ultra80069080.s (100%) create mode 100644 src/macro.h rename src/{osMapTLB.c => osMapTLB.s} (66%) delete mode 100644 src/structs.h create mode 100644 src/thread_config.h delete mode 100644 src/tlb_buffer.c delete mode 100644 src/tlb_buffer.h delete mode 100644 src/unused_fp.c delete mode 100644 src/video.c delete mode 100644 src/video.h create mode 100755 test_files.sh create mode 100644 test_files_readme.md mode change 100644 => 100755 tools/1172compress.sh create mode 100755 tools/1172inflate.sh mode change 100644 => 100755 tools/RareZip.sh create mode 100644 tools/aiParse.c mode change 100644 => 100755 tools/asmpreproc/asm-processor.py create mode 100644 tools/cmdbuilder.c mode change 100644 => 100755 tools/data_compress.sh create mode 100755 tools/ge-stats-deprecated.py mode change 100644 => 100755 tools/ge-stats.py create mode 100644 tools/ido5.3_recomp/.gitignore create mode 100644 tools/ido5.3_recomp/Makefile create mode 100644 tools/ido5.3_recomp/elf.h create mode 100644 tools/ido5.3_recomp/header.h create mode 100644 tools/ido5.3_recomp/helpers.h create mode 100644 tools/ido5.3_recomp/libc_impl.c create mode 100644 tools/ido5.3_recomp/libc_impl.h create mode 100644 tools/ido5.3_recomp/recomp.cpp mode change 100644 => 100755 tools/irix/root/lib/rld mode change 100644 => 100755 tools/irix/root/usr/bin/cc create mode 100755 tools/irix/root/usr/lib/acpp mode change 100644 => 100755 tools/irix/root/usr/lib/as0 mode change 100644 => 100755 tools/irix/root/usr/lib/as1 mode change 100644 => 100755 tools/irix/root/usr/lib/cfe create mode 100755 tools/irix/root/usr/lib/copt mode change 100644 => 100755 tools/irix/root/usr/lib/ugen mode change 100644 => 100755 tools/irix/root/usr/lib/ujoin mode change 100644 => 100755 tools/irix/root/usr/lib/uld mode change 100644 => 100755 tools/irix/root/usr/lib/umerge mode change 100644 => 100755 tools/irix/root/usr/lib/uopt mode change 100644 => 100755 tools/irix/root/usr/lib/usplit delete mode 100644 tools/makebg.sh mode change 100644 => 100755 tools/rasm2armips.py delete mode 100644 undefined_syms.txt diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..c208389 --- /dev/null +++ b/.clang-format @@ -0,0 +1,209 @@ +--- +# default tab width for all files +IndentWidth: 4 +TabWidth: 4 +--- +# specifics for C +Language: Cpp + +# N/A to C +AccessModifierOffset: -2 + +# allignments +# horizontally aligns long list of arguments after an open bracket +AlignAfterOpenBracket: Align + +# initialization for an array of structs aligns the fields into columns +# AlignArrayOfStructures: Right + +AlignConsecutiveAssignments: AcrossComments +AlignConsecutiveBitFields: AcrossEmptyLinesAndComments +AlignConsecutiveDeclarations: AcrossEmptyLinesAndComments +AlignConsecutiveMacros: AcrossComments +AlignEscapedNewlines: Left + +# horizontally align operands of binary and ternary expressions +AlignOperands: Align + +# aligns trailing comments. +AlignTrailingComments: true + +# If a function call or braced initializer list doesn't fit on a line, break all arguments onto seperate lines +AllowAllArgumentsOnNextLine: false + +# deprecated +AllowAllConstructorInitializersOnNextLine: false + +# If a function call or braced initializer list doesn't fit on a line, break all arguments onto seperate lines +AllowAllParametersOfDeclarationOnNextLine: false + +# allman even short blocks +AllowShortBlocksOnASingleLine: Never +AllowShortCaseLabelsOnASingleLine: false +AllowShortEnumsOnASingleLine: false + +# allman even short blocks except for empty (eg stubs stay on one line like chrGetNumArghs(){} ) +AllowShortFunctionsOnASingleLine: Empty + +# allman should be used, but if no brace supplied dont break +AllowShortIfStatementsOnASingleLine: WithoutElse + +# N/A C however Merge all lambdas fitting on a single line +AllowShortLambdasOnASingleLine: All + +# allman should be used, but if no brace supplied dont break +AllowShortLoopsOnASingleLine: true + +# deprecated +AlwaysBreakAfterDefinitionReturnType: None + +# no extra breaks after return +AlwaysBreakAfterReturnType: None + +# keep blocks of strings together and indented +1 rather than indented + var length +AlwaysBreakBeforeMultilineStrings: true + +# N/A to C +AlwaysBreakTemplateDeclarations: No + +# +# AttributeMacros: + +# if args broken, place each on new line +BinPackArguments: false +BinPackParameters: false + +BitFieldColonSpacing: Both + +BraceWrapping: + AfterCaseLabel: true + AfterClass: true + AfterControlStatement: Always + AfterEnum: true + AfterFunction: true + AfterNamespace: true + AfterObjCDeclaration: true + AfterStruct: true + AfterUnion: true + AfterExternBlock: true + BeforeCatch: true + BeforeElse: true + BeforeLambdaBody: true + BeforeWhile: false + IndentBraces: false + SplitEmptyFunction: false + SplitEmptyRecord: false + SplitEmptyNamespace: false + +BreakAfterJavaFieldAnnotations: true + +# break after opperator and allign +BreakBeforeBinaryOperators: None + +BreakBeforeBraces: Allman + +# ternary operators will be placed after line breaks. +BreakBeforeTernaryOperators: true + +BreakConstructorInitializers: AfterColon +BreakInheritanceList: AfterColon + +# break and align strings that are too long +BreakStringLiterals: true + +# dont arbitarelly cut lines off at col 80 +ColumnLimit: 0 +CompactNamespaces: false + +# deprecated +ConstructorInitializerAllOnOneLineOrOnePerLine: true +ConstructorInitializerIndentWidth: 4 +ContinuationIndentWidth: 4 + +Cpp11BracedListStyle: true + +# use specified line ending and pointer allignment +DeriveLineEnding: false +DerivePointerAlignment: false + +DisableFormat: false + +# EmptyLineAfterAccessModifier: Never +# EmptyLineBeforeAccessModifier: LogicalBlock + +ExperimentalAutoDetectBinPacking: false + +# adds missing namespace end comments for short namespaces and fixes invalid existing ones. +FixNamespaceComments: true + +# A vector of macros that should be interpreted as controls instead of as function calls. +ForEachMacros: ['FOREACH', 'BOOST_FOREACH'] +# IfMacros: ['IF', 'IF_ELSE'] + +# dont resort includes +IncludeBlocks: Preserve +IncludeCategories: + - Regex: ^"(llvm|llvm-c|clang|clang-c)/ + Priority: 2 + - Regex: ^(<|"(gtest|gmock|isl|json)/) + Priority: 3 + - Regex: .* + Priority: 1 +IncludeIsMainRegex: (Test)?$ + +# indents +IndentCaseBlocks: false +IndentCaseLabels: true +IndentExternBlock: AfterExternBlock +IndentGotoLabels: false +IndentPPDirectives: AfterHash +IndentWrappedFunctionNames: true + +# remove empty lines +KeepEmptyLinesAtTheStartOfBlocks: false +MaxEmptyLinesToKeep: 1 + +MacroBlockBegin: "#pragma region" +MacroBlockEnd : "#pragma endregion" + +NamespaceIndentation: None + +# pointer is each variable not type so stick * to variable +PointerAlignment: Right +DerivePointerAlignment: false +#ReferenceAlignment: Pointer + +# qualifier should be left of type (volatile int) +# QualifierAlignment: Left + +ReflowComments: true + +# includes are sorted in an ASCIIbetical or case insensitive fashion +SortIncludes: true +SortUsingDeclarations: true + +# spacings +SpaceAfterCStyleCast: false +SpaceAfterLogicalNot: false +SpaceAroundPointerQualifiers: After +SpaceBeforeAssignmentOperators: true +SpaceBeforeCaseColon: false +SpaceBeforeInheritanceColon: true +SpaceBeforeParens: ControlStatements +SpaceBeforeRangeBasedForLoopColon: true +SpaceBeforeSquareBrackets: false +SpaceInEmptyBlock: false +SpaceInEmptyParentheses: false +SpacesBeforeTrailingComments: 1 +SpacesInAngles: false +SpacesInCStyleCastParentheses: false +SpacesInConditionalStatement : false +SpacesInContainerLiterals : false +# SpacesInLineCommentPrefix : 1 +SpacesInParentheses: false +SpacesInSquareBrackets: false +Standard: Cpp03 +TypenameMacros: ['BITFLAG'] +UseTab: Never +WhitespaceSensitiveMacros : ['BOOST_PP_STRINGIZE'] +... diff --git a/.editorconfig b/.editorconfig index 184ac86..e4fc247 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,8 @@ # To learn more about .editorconfig see https://aka.ms/editorconfigdocs +# top-most EditorConfig file +root = true + # All files [*] indent_style = space @@ -12,4 +15,80 @@ insert_final_newline = true curly_bracket_next_line = true spaces_around_operators = true indent_brace_style = Allman + +# Visual C++ Formatting settings + +cpp_indent_braces = false +cpp_indent_multi_line_relative_to = innermost_parenthesis +cpp_indent_within_parentheses = align_to_parenthesis +cpp_indent_preserve_within_parentheses = true +cpp_indent_case_contents = true +cpp_indent_case_labels = true +cpp_indent_case_contents_when_block = false +cpp_indent_lambda_braces_when_parameter = true +cpp_indent_goto_labels = one_left +cpp_indent_preprocessor = one_left +cpp_indent_access_specifiers = false +cpp_indent_namespace_contents = true +cpp_indent_preserve_comments = true +cpp_new_line_before_open_brace_namespace = new_line +cpp_new_line_before_open_brace_type = new_line +cpp_new_line_before_open_brace_function = new_line +cpp_new_line_before_open_brace_block = new_line +cpp_new_line_before_open_brace_lambda = new_line +cpp_new_line_scope_braces_on_separate_lines = true +cpp_new_line_close_brace_same_line_empty_type = true +cpp_new_line_close_brace_same_line_empty_function = true +cpp_new_line_before_catch = true +cpp_new_line_before_else = true +cpp_new_line_before_while_in_do_while = false +cpp_space_before_function_open_parenthesis = remove +cpp_space_within_parameter_list_parentheses = false +cpp_space_between_empty_parameter_list_parentheses = false +cpp_space_after_keywords_in_control_flow_statements = true +cpp_space_within_control_flow_statement_parentheses = false +cpp_space_before_lambda_open_parenthesis = false +cpp_space_within_cast_parentheses = false +cpp_space_after_cast_close_parenthesis = true +cpp_space_within_expression_parentheses = false +cpp_space_before_block_open_brace = true +cpp_space_between_empty_braces = false +cpp_space_before_initializer_list_open_brace = false +cpp_space_within_initializer_list_braces = true +cpp_space_preserve_in_initializer_list = true +cpp_space_before_open_square_bracket = false +cpp_space_within_square_brackets = false +cpp_space_before_empty_square_brackets = false +cpp_space_between_empty_square_brackets = false +cpp_space_group_square_brackets = true +cpp_space_within_lambda_brackets = false +cpp_space_between_empty_lambda_brackets = false +cpp_space_before_comma = false +cpp_space_after_comma = true +cpp_space_remove_around_member_operators = true +cpp_space_before_inheritance_colon = true +cpp_space_before_constructor_colon = true +cpp_space_remove_before_semicolon = true +cpp_space_after_semicolon = true +cpp_space_remove_around_unary_operator = true +cpp_space_around_binary_operator = insert +cpp_space_around_assignment_operator = insert +cpp_space_pointer_reference_alignment = right +cpp_space_around_ternary_operator = insert +cpp_wrap_preserve_blocks = never continuation_indent_size = 4 +vc_generate_documentation_comments = doxygen_slash_star +# Visual C++ Code Style settings +cpp_generate_documentation_comments = doxygen_slash_star + + +[Makefile] +indent_style = tab + +[ge007.u.old.elf.c] +generated_code=true + +[*.{mips,s,asm}] +indent_style = tab +indent_size = 12 +tab_width = 12 diff --git a/.github/workflows/EU.yml b/.github/workflows/EU.yml new file mode 100644 index 0000000..43b362c --- /dev/null +++ b/.github/workflows/EU.yml @@ -0,0 +1,81 @@ +name: EU-Status + +on: + push: + branches: master + paths-ignore: # Don't trigger on files that are updated by the CI or other non-breaking files + - 'tools/**' + - '*.md' + - '.github/**' + - '.gitignore' + - 'CppProperties.json' + pull_request: + branches: master + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +jobs: + buildeu: + + runs-on: ubuntu-18.04 + + steps: + - uses: actions/checkout@v2 + + - name: Install Depedencies + run: | + sudo apt update + sudo apt install binutils-mips-linux-gnu make + wget https://github.com/n64decomp/qemu-irix/releases/download/v2.11-deb/qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb + sudo dpkg -i qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb + + - name: Get precompiled recomp to save time + env: + IDO_RECOMP: ${{ secrets.FILE_RECOMP }} + run: | + wget -O recomp.zip $IDO_RECOMP + unzip -u recomp.zip -d tools/ido5.3_recomp + + - name: Get US File + env: + FILE_US: ${{ secrets.SECRET_FILE_US }} + run: wget -O baserom.u.z64 $FILE_US + + - name: Get EU File + env: + FILE_EU: ${{ secrets.SECRET_FILE_EU }} + run: wget -O baserom.e.z64 $FILE_EU + + - name: Extract US Assets + run: ./extract_baserom.u.sh + + - name: Extract EU Assets + run: ./extract_diff.e.sh + + - name: Make EU + run: make -j IDO_RECOMP=YES VERSION=EU + + - name: Make report + run: make -C tools/report + + - name: Stats + run: python3 tools/ge-stats.py --version eu --report + + - name: Upload output files + + uses: dmnemec/copy_file_to_another_repo_action@v1.0.4 + + env: + API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} + API_TOKEN_USER: ${{ secrets.API_TOKEN_USER }} + API_TOKEN_EMAIL: ${{ secrets.API_TOKEN_EMAIL }} + + with: + destination_repo: 'kholdfuzion/goldeneyestatus' + user_email: $API_TOKEN_EMAIL + user_name: $API_TOKEN_USER + source_file: | + tools/report/EU.htm + +#need way of telling report that EU passed/failed diff --git a/.github/workflows/JPN.yml b/.github/workflows/JPN.yml index 3d90cf8..c52395c 100644 --- a/.github/workflows/JPN.yml +++ b/.github/workflows/JPN.yml @@ -2,7 +2,7 @@ name: JP-Status on: push: - branches: master + branches: master # Only trigger on master paths-ignore: # Don't trigger on files that are updated by the CI or other non-breaking files - 'tools/**' - '*.md' @@ -10,7 +10,7 @@ on: - '.gitignore' - 'CppProperties.json' pull_request: - branches: master + branches: master # Only trigger on master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -29,6 +29,13 @@ jobs: sudo apt install binutils-mips-linux-gnu make wget https://github.com/n64decomp/qemu-irix/releases/download/v2.11-deb/qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb sudo dpkg -i qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb + + - name: Get precompiled recomp to save time + env: + IDO_RECOMP: ${{ secrets.FILE_RECOMP }} + run: | + wget -O recomp.zip $IDO_RECOMP + unzip -u recomp.zip -d tools/ido5.3_recomp - name: Get US File env: @@ -47,7 +54,7 @@ jobs: run: ./extract_diff.j.sh - name: Make JP - run: make -j VERSION=JP + run: make -j IDO_RECOMP=YES VERSION=JP - name: Make report run: make -C tools/report diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2345a0b..8304eb6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: NTSC-Status on: push: - branches: master + branches: master # Only trigger on master paths-ignore: # Don't trigger on files that are updated by the CI or other non-breaking files - 'tools/**' - '*.md' @@ -11,7 +11,7 @@ on: - 'CppProperties.json' pull_request: - branches: master + branches: master # Only trigger on master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -30,17 +30,24 @@ jobs: sudo apt install binutils-mips-linux-gnu make wget https://github.com/n64decomp/qemu-irix/releases/download/v2.11-deb/qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb sudo dpkg -i qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb - + + - name: Get precompiled recomp to save time + env: + IDO_RECOMP: ${{ secrets.FILE_RECOMP }} + run: | + wget -O recomp.zip $IDO_RECOMP + unzip -u recomp.zip -d tools/ido5.3_recomp + - name: Get US File env: FILE_US: ${{ secrets.SECRET_FILE_US }} run: wget -O baserom.u.z64 $FILE_US - + - name: Extract US Assets run: ./extract_baserom.u.sh - + - name: Make US - run: make -j VERSION=US + run: make -j IDO_RECOMP=YES VERSION=US - name: Make report run: make -C tools/report @@ -50,7 +57,7 @@ jobs: #git diff HEAD^ HEAD --name-only # expected args - # 1481 15854 12774 232276 564 1312 652 20330 15471 269772 49 336 tools/report/index.html "src/game/bond.c" + # 1481 15854 12774 232276 564 1312 652 20330 15471 269772 49 336 tools/report/index.html "src/game/bondview.c" # Replace this with Git push to repo # but somehow avoid loop diff --git a/.gitignore b/.gitignore index ab85ae7..78904ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,49 +1,58 @@ .*~ -.vscode/c_cpp_properties.json -.vscode/ipch/* -.vscode/launch.json -.vscode/settings.json +__pycache__/* +.vscode/ *.rz *.tmp -*.z64 *.o branchdiff.sh -baserom.*.dump -ge007.*.dump -/.vs +branchdiff_report.txt +*.dump +*.cdata* +*.[zZnN]64 +.[vV][sS]/ 021990.bin 0219D0.bin assets/animationtable_data.bin assets/animationtable_entries.bin assets/font/*.bin +assets/ge007.e.118660.jfont_chardata.bin assets/ge007.j.118660.jfont_chardata.bin +assets/jfont_dl.bin +assets/font_chardataj.bin +assets/font_chardatae.bin +assets/ge007.u.29D160.Globalimagetable.bin +assets/Globalimagetable_commandblock.bin +assets/ge007.u.2A4D50.usedby7F008DE4.bin assets/ge007.u.117880.jfont_dl.bin assets/ge007.u.117940.jfont_chardata.bin assets/ge007.u.123040.efont_chardata.bin -assets/ge007.u.29D160.Globalimagetable.bin assets/ge007.u.29E560.Globalimagetable_commandblock.bin -assets/ge007.u.2A4D50.usedby7F008DE4.bin assets/images/split/*.bin* assets/music/*.bin assets/music/*.ctl assets/music/*.tbl +assets/music/*.sbk +assets/music/*.seq +assets/music/*.aifc +assets/music/*.aiff assets/obseg/bg/*.bin +assets/obseg/bg/e/*.bin assets/obseg/chr/*.bin assets/obseg/gun/*.bin assets/obseg/ob__ob_end.seg assets/obseg/prop/*.bin assets/obseg/setup/*.bin -assets/obseg/setup/e/*.bin -assets/obseg/setup/j/*.bin -assets/obseg/setup/u/*.bin +assets/obseg/setup/[eju]/*.bin assets/obseg/stan/*.bin assets/obseg/text/*.bin -assets/obseg/text/e/*.bin -assets/obseg/text/j/*.bin -assets/obseg/text/u/*.bin +assets/obseg/text/[eju]/*.bin assets/ramrom/*.bin +assets/ramrom/[eju]/*.bin build/* build-*/* +notes/* +!build/test.c +!notes/StyleGuide.md tools/extractor/*.o tools/extractor/extractor tools/aaa_rip/main.o @@ -52,3 +61,95 @@ tools/n64cksum tools/armips tools/gzipsrc/gzip tools/gzipsrc/*.o +tools/report/report +/StructLayoutSettings.json + + + +assets/obseg/text/e/LameP.c +assets/obseg/text/e/LarchP.c +assets/obseg/text/e/LarecE.c +assets/obseg/text/e/LarecJ.c +assets/obseg/text/e/LarecP.c +assets/obseg/text/e/LarkE.c +assets/obseg/text/e/LarkJ.c +assets/obseg/text/e/LarkP.c +assets/obseg/text/e/LashP.c +assets/obseg/text/e/LaztP.c +assets/obseg/text/e/LcatP.c +assets/obseg/text/e/LcaveP.c +assets/obseg/text/e/LcradE.c +assets/obseg/text/e/LcradJ.c +assets/obseg/text/e/LcradP.c +assets/obseg/text/e/LcrypE.c +assets/obseg/text/e/LcrypJ.c +assets/obseg/text/e/LcrypP.c +assets/obseg/text/e/LdamE.c +assets/obseg/text/e/LdamJ.c +assets/obseg/text/e/LdamP.c +assets/obseg/text/e/LdepoE.c +assets/obseg/text/e/LdepoJ.c +assets/obseg/text/e/LdepoP.c +assets/obseg/text/e/LdestP.c +assets/obseg/text/e/LdishP.c +assets/obseg/text/e/LearP.c +assets/obseg/text/e/LeldP.c +assets/obseg/text/e/LgunE.c +assets/obseg/text/e/LgunJ.c +assets/obseg/text/e/LgunP.c +assets/obseg/text/e/LimpP.c +assets/obseg/text/e/LjunE.c +assets/obseg/text/e/LjunJ.c +assets/obseg/text/e/LjunP.c +assets/obseg/text/e/LleeP.c +assets/obseg/text/e/LlenE.c +assets/obseg/text/e/LlenJ.c +assets/obseg/text/e/LlenP.c +assets/obseg/text/e/LlipP.c +assets/obseg/text/e/LlueP.c +assets/obseg/text/e/LmiscP.c +assets/obseg/text/e/LmpmenuE.c +assets/obseg/text/e/LmpmenuJ.c +assets/obseg/text/e/LmpmenuP.c +assets/obseg/text/e/LmpweaponsE.c +assets/obseg/text/e/LmpweaponsJ.c +assets/obseg/text/e/LmpweaponsP.c +assets/obseg/text/e/LoatP.c +assets/obseg/text/e/LoptionsE.c +assets/obseg/text/e/LoptionsJ.c +assets/obseg/text/e/LoptionsP.c +assets/obseg/text/e/LpamP.c +assets/obseg/text/e/LpeteE.c +assets/obseg/text/e/LpeteJ.c +assets/obseg/text/e/LpeteP.c +assets/obseg/text/e/LpropobjE.c +assets/obseg/text/e/LpropobjJ.c +assets/obseg/text/e/LpropobjP.c +assets/obseg/text/e/LrefP.c +assets/obseg/text/e/LritP.c +assets/obseg/text/e/LrunP.c +assets/obseg/text/e/LsevbP.c +assets/obseg/text/e/LsevE.c +assets/obseg/text/e/LsevJ.c +assets/obseg/text/e/LsevP.c +assets/obseg/text/e/LsevxbP.c +assets/obseg/text/e/LsevxE.c +assets/obseg/text/e/LsevxJ.c +assets/obseg/text/e/LsevxP.c +assets/obseg/text/e/LshoP.c +assets/obseg/text/e/LsiloE.c +assets/obseg/text/e/LsiloJ.c +assets/obseg/text/e/LsiloP.c +assets/obseg/text/e/LstatP.c +assets/obseg/text/e/LtitleE.c +assets/obseg/text/e/LtitleJ.c +assets/obseg/text/e/LtitleP.c +assets/obseg/text/e/LtraE.c +assets/obseg/text/e/LtraJ.c +assets/obseg/text/e/LtraP.c +assets/obseg/text/e/LwaxP.c +tools/report/index.html +tools/report/JPN.htm +tools/gaudio/* +bondtypes_AI.h +baserom* diff --git a/CppProperties.json b/CppProperties.json index 74845cd..c4379a8 100644 --- a/CppProperties.json +++ b/CppProperties.json @@ -1,21 +1,203 @@ { "configurations": [ { - "name": "MIPS3-DEBUG", + "name": "MIPS2-DEBUG", "configurationType": "Debug", "generator": "Unix Makefiles", - "includePath": [ - "${env.INCLUDE}", - "${workspaceRoot}\\**", - "" + "compilerPath": "", + "cStandard": "c89", + "includePath": [ /*INCLUDE := -I . -I include -I include/ultra64 -I include/PR -I src -I src/game -I src/inflate*/ + "${workspaceRoot}", + "${workspaceRoot}\\include", + "${workspaceRoot}\\src", + "${workspaceRoot}\\src\\game", + "${workspaceRoot}\\src\\inflate" + ], + "defines": [ + "DEBUG", + "TRI4_Ext", + "VERSION_US", + "TARGET_N64", /* IDO 5.3 Defs below */ + "_MIPS_FPSET=16", + "_MIPS_ISA=2", + "_ABIO32=1", + "_MIPS_SIM=_ABIO32", + "_MIPS_SZINT=32", + "_MIPS_SZLONG=32", + "_MIPS_SZPTR=32", + "__EXTENSIONS__", + "LANGUAGE_C", + "_LANGUAGE_C", + "__INLINE_INTRINSICS", + "sgi", + "__sgi", + "unix", + "mips", + "host_mips", + "__unix", + "__host_mips", + "_SVR4_SOURCE", + "_MODERN_C", + "_SGI_SOURCE", + "__DSO__", + "SYSTYPE_SVR4", + "_SYSTYPE_SVR4", + "_LONGLONG", + "__mips=2", + "_MIPSEB", + "MIPSEB", + "__STDC__=1" + ], + "undefines": [ "__cplusplus" ] + }, + { + "name": "MIPS2-FINAL US", + "configurationType": "Release", + "generator": "Unix Makefiles", + "cStandard": "c89", + "includePath": [ + "${workspaceRoot}", + "${workspaceRoot}\\include", + "${workspaceRoot}\\src", + "${workspaceRoot}\\src\\game", + "${workspaceRoot}\\src\\inflate" ], - "wslPath": "${defaultWSLPath}", "defines": [ "TRI4_Ext", - "DEBUG" - ] - //"compilerPath": "/usr/", - } + "VERSION_US", + "TARGET_N64", /* IDO 5.3 Defs below */ + "_MIPS_FPSET=16", + "_MIPS_ISA=2", + "_ABIO32=1", + "_MIPS_SIM=_ABIO32", + "_MIPS_SZINT=32", + "_MIPS_SZLONG=32", + "_MIPS_SZPTR=32", + "__EXTENSIONS__", + "LANGUAGE_C", + "_LANGUAGE_C", + "__INLINE_INTRINSICS", + "sgi", + "__sgi", + "unix", + "mips", + "host_mips", + "__unix", + "__host_mips", + "_SVR4_SOURCE", + "_MODERN_C", + "_SGI_SOURCE", + "__DSO__", + "SYSTYPE_SVR4", + "_SYSTYPE_SVR4", + "_LONGLONG", + "__mips=2", + "_MIPSEB", + "MIPSEB", + "__STDC__=1" + ], + "undefines": [ "__cplusplus" ] + }, + { + "name": "LibUltra-Debug", + "configurationType": "Release", + "generator": "Unix Makefiles", + "cStandard": "c89", + "includePath": [/*include -I include/PR -I src/libultra*/ + "${workspaceRoot}", + "${workspaceRoot}\\include", + "${workspaceRoot}\\include\\PR", + "${workspaceRoot}\\src\\libultrare", + "${workspaceRoot}\\src\\libultra" + ], + "defines": [ + "_DEBUG", + "TRI4_Ext", + "VERSION_US", + "TARGET_N64", /* IDO 5.3 Defs below */ + + "_MIPS_FPSET=16", + "_MIPS_ISA=2", + "_ABIO32=1", + "_MIPS_SIM=_ABIO32", + "_MIPS_SZINT=32", + "_MIPS_SZLONG=32", + "_MIPS_SZPTR=32", + "__EXTENSIONS__", + "LANGUAGE_C", + "_LANGUAGE_C", + "__INLINE_INTRINSICS", + "sgi", + "__sgi", + "unix", + "mips", + "host_mips", + "__unix", + "__host_mips", + "_SVR4_SOURCE", + "_MODERN_C", + "_SGI_SOURCE", + "__DSO__", + "SYSTYPE_SVR4", + "_SYSTYPE_SVR4", + "_LONGLONG", + "__mips=2", + "_MIPSEB", + "MIPSEB", + "__STDC__=1" + ], + "undefines": [ "__cplusplus" ] + }, + { + "name": "LibUltra-FINAL", + "configurationType": "Release", + "generator": "Unix Makefiles", + "cStandard": "c89", + "includePath": [ + "${workspaceRoot}", + "${workspaceRoot}\\include", + "${workspaceRoot}\\include\\PR", + "${workspaceRoot}\\src\\libultrare", + "${workspaceRoot}\\src\\libultra" + ], + "defines": [ + "_FINALROM", + "TRI4_Ext", + "VERSION_US", + "TARGET_N64",/* IDO 5.3 Defs below */ + + "_MIPS_FPSET=16", + "_MIPS_ISA=2", + "_ABIO32=1", + "_MIPS_SIM=_ABIO32", + "_MIPS_SZINT=32", + "_MIPS_SZLONG=32", + "_MIPS_SZPTR=32", + "__EXTENSIONS__", + "LANGUAGE_C", + "_LANGUAGE_C", + "__INLINE_INTRINSICS", + "sgi", + "__sgi", + "unix", + "mips", + "host_mips", + "__unix", + "__host_mips", + "_SVR4_SOURCE", + "_MODERN_C", + "_SGI_SOURCE", + "__DSO__", + "SYSTYPE_SVR4", + "_SYSTYPE_SVR4", + "_LONGLONG", + "__mips=2", + "_MIPSEB", + "MIPSEB", + "__STDC__=1" + ], + "undefines": [ "__cplusplus" ] + } ] } diff --git a/Makefile b/Makefile index 7e75670..fce1c3a 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,164 @@ # Makefile to rebuild Goldeneye 007 ### Default target ### -default: all +default: colour -### Build Options ### +### Default Build Options ### # Version of the game to build FINAL := YES VERSION := US -# If COMPARE is 1, check the output sha1sum when building 'all' +IDO_RECOMP := YES +VERBOSE := 0 +# If COMPARE is 1, check the output sha1sum when building 'all', and if fail to match +# then compare ELF sections to known md5 checksums. +# If compare is 2, it will just compare the sha1sum. COMPARE := 1 + +## VT100 Codes ## +SAVECURSOR := \0337\033[s +RESTORECURSOR := \0338\033[u +SET_SCROLLREGION = \033[$(1);$(2)r +RESTORESCROLLREGION := \033[r +CURSOR_GOTO = \033[$(1);$(2)H +SET_TEXTATTRIB = \033[$(1)$(if $(2),;$(2))$(if $(3),;$(3))m +BELL := \007 + +#Attributes +RESTORECOLOUR := \033[m +BOLD := 1 +DIM := 2 +UNDERSCORE := 4 +BLINK := 5 +INVERT := 7 +HIDDEN := 8 + +#Colours +FG_BLACK:= 30 +FG_MAROON:= 31 +FG_GREEN:= 32 +FG_OLIVE:= 33 +FG_NAVY:= 34 +FG_PURPLE:= 35 +FG_TEAL:= 36 +FG_SILVER:= 37 +FG_GRAY:= 90 +FG_RED:= 91 +FG_LIME:= 92 +FG_YELLOW:= 93 +FG_BLUE:= 94 +FG_VIOLET:= 95 +FG_CYAN:= 96 +FG_WHITE:= 97 + +BG_BLACK:= 40 +BG_MAROON:= 41 +BG_GREEN:= 42 +BG_OLIVE:= 43 +BG_NAVY:= 44 +BG_PURPLE:= 45 +BG_TEAL:= 46 +BG_SILVER:= 47 +BG_GRAY:= 100 +BG_RED:= 101 +BG_LIME:= 102 +BG_YELLOW:= 103 +BG_BLUE:= 104 +BG_VIOLET:= 105 +BG_CYAN:= 106 +BG_WHITE:= 107 + +### Build Functions ### +# Common build print status function +PRINT_STATUS = @echo "$(call SET_TEXTATTRIB,$(FG_GREEN))$(1) $(call SET_TEXTATTRIB,$(FG_OLIVE))$(2)$(call SET_TEXTATTRIB,$(FG_GRAY)) $(if $3, -> $(call SET_TEXTATTRIB,$(FG_NAVY))$(3))$(RESTORECOLOUR)" + +# Seperate "constant" drawing from variable drawing to speed up PBar rendering +# draws a box and fills it grey ready for blue bar +SetupProgressBar = \ + { \ + str="$(SAVECURSOR)$(call SET_SCROLLREGION,4,0)$(call CURSOR_GOTO,2,999)\033[1J$(call CURSOR_GOTO,1)";\ + str=$$str"\033(0lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk"; \ + str=$$str"\nx$(call SET_TEXTATTRIB,$(BG_GRAY))%78s$(RESTORECOLOUR)x\n"; \ + str=$$str"mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj\033(B"; \ + str=$$str"$(RESTORECURSOR)"; \ + printf $$str ""; \ + } + +#(call DrawProgressBar,Percent) +# OR +#(call DrawProgressBar,NumberOfItemsDone,TotalNumberOfItems) +# If second param is given, use it to work out a percentage. +# divide the percentage into a 80 char long bar +# paint the whole bar grey +# paint the first half, then text, then second half. +# clear colour codes +DrawProgressBar = \ + { \ + $(if $(2), \ + if [ "$(1)" -ne "$(2)" ]; \ + then \ + _pdone=`expr 100 / $(2) \* $(1)`; \ + else \ + _pdone=100; \ + fi \ + ,_pdone=$(1) \ + ); \ + pdone=`expr $$_pdone \* 74 / 100`; \ + pdoneb=0; \ + str="$(SAVECURSOR)$(call CURSOR_GOTO,2,2)";\ + str=$$str"$(call SET_TEXTATTRIB,$(BOLD),$(FG_WHITE),$(BG_NAVY))" ; \ + \ + if [ "$$pdone" -lt "36" ]; \ + then \ + str=$$str"%$${pdone}s"; \ + str=$$str"$(call SET_TEXTATTRIB,$(BG_GRAY))";\ + pdoneb=`expr 36 - $$pdone`; \ + str=$$str"%$${pdoneb}s%3d%%"; \ + else \ + pdoneb=`expr $$pdone - 36`; \ + str=$$str"%1s%35s%3d%%%$${pdoneb}s"; \ + fi; \ + str=$$str"$(RESTORECURSOR)$(RESTORECOLOUR)"; \ + printf $$str "" "" $$_pdone; \ + } + +# Increment Progress Bar From percentage (1), and increase by 1 every (2) seconds. +# Continue doing so until calling process ends +IncrementProgressBarFromAtRate = \ + { \ + i=$(1); \ + while [ -d /proc/$$! ] && [ $$i -le 100 ]; do \ + $(call DrawProgressBar,$$i); \ + i=$$((i+1)); \ + sleep $(2); \ + done; \ + } + +# Ask to continue +# (1) Prompt, (2) Do if Yes, +# (3) Do if No [can be blank], +# (4) Do if anything else [can be blank] +# (5) Timeout [can be blank] +ContinuePrompt = \ + { \ + echo "$1 [y/n]"; \ + $(if $(5), readchr(){ old=$$(stty -g); stty raw -echo min 0 time 30; printf '%s' $$(dd bs=1 count=1 2>/dev/null); stty $$old;}; REPLY=$$(readchr) ,read REPLY ); \ + echo $$REPLY; case $$REPLY in \ + y|Y) $2;; \ + n|N) $3;; \ + *) $4;; \ + esac; \ + } + +# Convert AI Print commands from readable strings to byte arrays automatically. +ConvertAIPRINT = sed -E -e ':loop s/PRINT\("(..*?)(.)"/PRINT\("\1",\x27\2\x27/g; tloop; \ + s/(PRINT\(.*?)\x27\\\x27,\x27(.)\x27(.*)\)/\1\x27\\\2\x27\3\)/g; \ + s/(PRINT\()"(.)"(.*)\)/\1\x27\2\x27\3\)/g; \ + s/PRINT\((.*)\)/PRINT\(\1,\x27\\0\x27\,)/g; \ + s/PRINT\((.*)\)/AI_PRINT,\1/g' + +## More Build Variables (Auto) ## + ifeq ($(shell type mips-linux-gnu-ld >/dev/null 2>/dev/null; echo $$?), 0) TOOLCHAIN := mips-linux-gnu- else ifeq ($(shell type mips64-linux-gnu-ld >/dev/null 2>/dev/null; echo $$?), 0) @@ -18,18 +167,26 @@ else TOOLCHAIN := mips64-elf- endif -QEMU_IRIX := $(shell which qemu-irix 2>/dev/null) -ifeq (, $(QEMU_IRIX)) - $(error Using the IDO compiler requires qemu-irix. Please install qemu-irix package or set the QEMU_IRIX environment variable to the full qemu-irix binary path) +ifeq ($(IDO_RECOMP), NO) + QEMU_IRIX := $(shell which qemu-irix 2>/dev/null) + ifeq (, $(QEMU_IRIX)) + $(error Using the IDO compiler requires qemu-irix. Please install qemu-irix package or set the QEMU_IRIX environment variable to the full qemu-irix binary path) + endif + IRIX_ROOT := tools/irix/root +else + IRIX_ROOT := tools/ido5.3_recomp endif -IRIX_ROOT := tools/irix/root # other tools TOOLS_DIR := tools DATASEG_COMP := $(TOOLS_DIR)/data_compress.sh RZ_COMP := $(TOOLS_DIR)/1172compress.sh N64CKSUM := $(TOOLS_DIR)/n64cksum -MAKEBG := $(TOOLS_DIR)/makebg.sh -SHA1SUM = sha1sum + +ifeq ($(VERBOSE), 1) + SHA1SUM = sha1sum +else + SHA1SUM = sha1sum --quiet +endif ifeq ($(FINAL), YES) OPTIMIZATION := -O2 @@ -42,40 +199,61 @@ else endif ifeq ($(VERSION), US) -COUNTRYCODE := u -LCDEFS := -DVERSION_US -ASMDEFS := --defsym VERSION_US=1 + COUNTRYCODE := u + OUTCODE := $(COUNTRYCODE) + LCDEFS := -DVERSION_US -DLANG_US -DREFRESH_NTSC -DLEFTOVERDEBUG -DLEFTOVERSPECTRUM -DBUGFIX_R0 + ASMDEFS := --defsym VERSION_US=1 --defsym LANG_US=1 --defsym REFRESH_NTSC=1 --defsym LEFTOVERDEBUG=1 --defsym LEFTOVERSPECTRUM=1 --defsym BUGFIX_R0=1 endif ifeq ($(VERSION), EU) -COUNTRYCODE := e -LCDEFS := -DVERSION_EU -ASMDEFS := --defsym VERSION_EU=1 + COUNTRYCODE := e + OUTCODE := $(COUNTRYCODE) + LCDEFS := -DVERSION_EU -DLANG_EU -DREFRESH_PAL -DBUGFIX_R1 -DBUGFIX_R2 + ASMDEFS := --defsym VERSION_EU=1 --defsym LANG_EU=1 --defsym REFRESH_PAL=1 --defsym BUGFIX_R1=1 --defsym BUGFIX_R2=1 endif ifeq ($(VERSION), JP) -COUNTRYCODE := j -LCDEFS := -DVERSION_JP -ASMDEFS := --defsym VERSION_JP=1 + COUNTRYCODE := j + OUTCODE := $(COUNTRYCODE) + LCDEFS := -DVERSION_JP -DLANG_JP -DREFRESH_NTSC -DBUGFIX_R1 -DLEFTOVERDEBUG -DLEFTOVERSPECTRUM + ASMDEFS := --defsym VERSION_JP=1 --defsym LANG_JP=1 --defsym REFRESH_NTSC=1 --defsym BUGFIX_R1=1 --defsym LEFTOVERDEBUG=1 --defsym LEFTOVERSPECTRUM=1 endif +ifeq ($(VERSION), DEBUG) + COUNTRYCODE := u + OUTCODE := d + LCDEFS := -DVERSION_US -DLANG_US -DREFRESH_NTSC -DLEFTOVERDEBUG -DLEFTOVERSPECTRUM -DBUGFIX_R0 -DDEBUGMENU + ASMDEFS := --defsym VERSION_DEBUG=1 --defsym LANG_US=1 --defsym REFRESH_NTSC=1 --defsym LEFTOVERDEBUG=1 --defsym LEFTOVERSPECTRUM=1 --defsym BUGFIX_R0=1 --defsym DEBUGMENU=1 + COMPARE := 0 +endif + +ALLOWED_VERSIONS := US EU JP DEBUG + BUILD_DIR_BASE := build # BUILD_DIR is the location where all build artifacts are placed -BUILD_DIR := $(BUILD_DIR_BASE)/$(COUNTRYCODE) +BUILD_DIR := $(BUILD_DIR_BASE)/$(OUTCODE) include assets/Makefile.obseg include assets/Makefile.music BUILD_SUB_DIRS := \ - rsp src src/game src/inflate src/libultra assets assets/obseg \ + rsp src src/game src/inflate \ + src/libultra src/libultra/audio src/libultra/gt src/libultra/gu src/libultra/io \ + src/libultra/libc src/libultra/os src/libultra/rg src/libultra/sched src/libultra/sp \ + src/libultrare src/libultrare/audio src/libultrare/gt src/libultrare/gu src/libultrare/io \ + src/libultrare/libc src/libultrare/os src/libultrare/rg src/libultrare/sched src/libultrare/sp \ + assets assets/obseg \ assets/obseg/brief assets/obseg/chr assets/obseg/gun assets/obseg/prop \ - assets/obseg/text assets/obseg/bg assets/obseg/setup assets/obseg/stan \ - assets/music assets/ramrom assets/images assets/images/split assets/font + assets/obseg/text assets/obseg/bg assets/obseg/setup assets/obseg/setup/$(COUNTRYCODE) assets/obseg/stan \ + assets/music assets/ramrom assets/images assets/images/split assets/font \ + assets/embedded assets/embedded/skeletons assets/embedded/player_gait_object # create build directories $(shell mkdir -p $(BUILD_DIR)) $(foreach subdir,$(BUILD_SUB_DIRS),$(shell mkdir -p $(BUILD_DIR)/$(subdir))) -APPELF := $(BUILD_DIR)/ge007.$(COUNTRYCODE).elf -APPROM := $(BUILD_DIR)/ge007.$(COUNTRYCODE).z64 -APPBIN := $(BUILD_DIR)/ge007.$(COUNTRYCODE).bin +## Collect Objects ## + +APPELF := $(BUILD_DIR)/ge007.$(OUTCODE).elf +APPROM := $(BUILD_DIR)/ge007.$(OUTCODE).z64 +APPBIN := $(BUILD_DIR)/ge007.$(OUTCODE).bin HEADERFILES := $(foreach dir,src,$(wildcard $(dir)/*.s)) HEADEROBJECTS := $(foreach file,$(HEADERFILES),$(BUILD_DIR)/$(file:.s=.o)) @@ -86,20 +264,14 @@ RSPOBJECTS := $(foreach file,$(RSPCODE),$(BUILD_DIR)/$(file:.s=.bin)) CODEFILES := $(foreach dir,src,$(wildcard $(dir)/*.c)) CODEOBJECTS := $(foreach file,$(CODEFILES),$(BUILD_DIR)/$(file:.c=.o)) -LIBULTRA := lib/libultra_rom.a -ULTRAFILES_S := $(foreach dir,src/libultra,$(wildcard $(dir)/*.s)) -ULTRAFILES_C := $(foreach dir,src/libultra,$(wildcard $(dir)/*.c)) -ULTRAOBJECTS := $(foreach file,$(ULTRAFILES_S),$(BUILD_DIR)/$(file:.s=.o)) \ - $(foreach file,$(ULTRAFILES_C),$(BUILD_DIR)/$(file:.c=.o)) +GAMEFILES_C := $(foreach dir,src/game,$(wildcard $(dir)/*.c)) +GAMEFILES_S := $(foreach dir,src/game,$(wildcard $(dir)/*.s)) +GAMEOBJECTS := $(foreach file,$(GAMEFILES_S),$(BUILD_DIR)/$(file:.s=.o)) \ + $(foreach file,$(GAMEFILES_C),$(BUILD_DIR)/$(file:.c=.o)) -GAMEFILES := $(foreach dir,src/game,$(wildcard $(dir)/*.c)) -GAMEOBJECTS := $(foreach file,$(GAMEFILES),$(BUILD_DIR)/$(file:.c=.o)) -ROMFILES := assets/romfiles.s -ROMOBJECTS := $(BUILD_DIR)/assets/romfiles.o - -GLOBALIMAGETABLEFILES := assets/GlobalImageTable.c -GLOBALIMAGETABLEOBJECTS := $(BUILD_DIR)/assets/GlobalImageTable.o +ASSET_DATAFILES := assets/GlobalImageTable.c assets/animationtable_data.c assets/animationtable_entries.c assets/font_dl.c assets/font_chardataj.c assets/font_chardatae.c assets/Globalimagetable_commandblock.c +ASSET_DATAOBJECTS := $(foreach file,$(ASSET_DATAFILES),$(BUILD_DIR)/$(file:.c=.o)) ROMFILES2 := assets/romfiles2.s ROMOBJECTS2 := $(BUILD_DIR)/assets/romfiles2.o @@ -107,11 +279,13 @@ ROMOBJECTS2 := $(BUILD_DIR)/assets/romfiles2.o RAMROM_FILES := assets/ramrom/ramrom.s RAMROM_OBJECTS := $(BUILD_DIR)/assets/ramrom/ramrom.o -FONT_FILES := assets/font/font.s -FONT_OBJECTS := $(BUILD_DIR)/assets/font/font.o -MUSIC_FILES := assets/music/music.s -MUSIC_OBJECTS := $(BUILD_DIR)/assets/music/music.o +FONTFILES_C := $(foreach dir,assets/font,$(wildcard $(dir)/*.c)) +FONTOBJECTS := $(foreach file,$(FONTFILES_C),$(BUILD_DIR)/$(file:.c=.o)) + + +MUSIC_FILES := $(foreach dir,assets/music,$(wildcard $(dir)/*.s)) +MUSIC_OBJECTS := $(foreach file,$(MUSIC_FILES),$(BUILD_DIR)/$(file:.s=.o)) OBSEG_FILES := assets/obseg/ob_seg.s OBSEG_OBJECTS := $(BUILD_DIR)/assets/obseg/ob_seg.o @@ -123,115 +297,478 @@ IMAGE_OBJS := $(foreach file,$(IMAGE_BINS),$(BUILD_DIR)/$(file:.bin=.o)) RZFILES := inflate/inflate.c RZOBJECTS := $(foreach file,$(RZFILES),$(BUILD_DIR)/src/$(file:.c=.o)) -OBJECTS := $(RSPOBJECTS) $(CODEOBJECTS) $(GAMEOBJECTS) $(RZOBJECTS) $(OBSEGMENT) $(ROMOBJECTS) $(RAMROM_OBJECTS) $(FONT_OBJECTS) $(MUSIC_OBJECTS) $(IMAGE_OBJS) +OBJECTS := $(RSPOBJECTS) $(CODEOBJECTS) $(GAMEOBJECTS) $(RZOBJECTS) $(OBSEGMENT) $(ROMOBJECTS) $(RAMROM_OBJECTS) $(FONTOBJECTS) $(MUSIC_OBJECTS) $(IMAGE_OBJS) +## Command Line args for builders ## +MIPSISET := -mips2 -32 -INCLUDE := -I . -I include -I include/ultra64 -I src -I src/game -I src/inflate +INCLUDE := -I . -I include -I include/ultra64 -I include/PR -I src -I src/game -I src/inflate -CC := $(QEMU_IRIX) -silent -L $(IRIX_ROOT) $(IRIX_ROOT)/usr/bin/cc -CFLAGS := 0 -Wab,-r4300_mul -non_shared -G 0 -Xcpluscomm $(CFLAGWARNING) -woff 819,820,852,821,838 -signed $(INCLUDE) -mips2 $(LCDEFS) -DTARGET_N64 -CFLAGS_LIBULTRA := 0 -Wab,-r4300_mul -non_shared -G 0 -Xcpluscomm $(CFLAGWARNING) -woff 819,820,852,821,838 -signed $(INCLUDE) -mips2 $(LCDEFS) -DTARGET_N64 +# ignore warnings: +# 609 : The number of arguments in the macro invocation does not match the definition - disabled because CPPLib uses "VarArgs" which wasnt invented till c99 +# 649 : Missing member name in structure / union - used for "Inheritance" +# 709 : Incompatible pointer type assignment - could be fixed by casting, but implicit is fine. +# 712 : illegal combination of pointer and integer - could be fixed by casting, but implicit is fine. +# 807 : member cannot be of function or incomplete type - Variable length structs +# 838 : Microsoft extension (unnamed structs) - used for "Inheritance" and member/array call swapping +WOFF := -woff 609,649,709,712,807,838 + +ifeq ($(IDO_RECOMP), NO) + CC := $(QEMU_IRIX) -silent -L $(IRIX_ROOT) $(IRIX_ROOT)/usr/bin/cc +else + CC := $(IRIX_ROOT)/cc +endif + +CFLAGS := -Wab,-r4300_mul -non_shared -Olimit 2000 -G 0 -Xcpluscomm $(CFLAGWARNING) $(WOFF) -signed $(INCLUDE) $(MIPSISET) $(LCDEFS) -DTARGET_N64 LD := $(TOOLCHAIN)ld -LD_SCRIPT := ge007.$(COUNTRYCODE).ld -LDFLAGS := -T undefined_syms.txt -T $(LD_SCRIPT) -Map build/ge007.$(COUNTRYCODE).map +LD_SCRIPT := ge007.$(OUTCODE).ld + +# --no-warn-mismatch is needed to link -mips3 object files (some libultra math) with the regular files compiled with -mips2 +LDFLAGS := -T $(LD_SCRIPT) -Map build/ge007.$(OUTCODE).map --no-warn-mismatch AS := $(TOOLCHAIN)as ASFLAGS := -march=vr4300 -mabi=32 $(INCLUDE) $(ASMDEFS) -ARMIPS := $(TOOLS_DIR)/armips +# Use the system installed armips if available. Otherwise use the one provided with this repository. +ifneq (,$(shell which armips 2>/dev/null)) + ARMIPS := armips +else + ARMIPS := $(TOOLS_DIR)/armips +endif ASM_PREPROC := python3 tools/asmpreproc/asm-processor.py OBJCOPY := $(TOOLCHAIN)objcopy +#Now using cursor commands for better look original was //"\033[5;42;97m%80s\r\n%43s%37s\r\n%80s\007\033[0;0m\n" +# Rsrv Up 3 80 Dn 1 Return Dn 1 Ret 80ch +# Lines Lines ch Line SoL midway Line SoL Bell +PRINTNOMATCH := printf "\n\n\033[3A$(call SET_TEXTATTRIB,$(BLINK),$(BG_MAROON),$(FG_WHITE))%80s\033[1B\r%45s%35s\033[1B\r%80s$(BELL)$(RESTORECOLOUR)$(call SET_TEXTATTRIB,$(FG_RED))\n\n\n" "" "NOT MATCH!" "" "" +PRINTMATCH := printf "\n\n\n\033[3A$(call SET_TEXTATTRIB,$(BLINK),$(BG_GREEN),$(FG_WHITE))%80s\033[1B\r%43s%37s\033[1B\r%80s$(BELL)$(RESTORECOLOUR)\n" "" "MATCH!" "" "" + +## Build Recipies ## + +# this file references variables defined above: BUILD_DIR, CFLAGWARNING, INCLUDE, LCDEFS +# this file defines $(ULTRAOBJECTS) +include src/libultrare/Makefile.libultrare + all: $(APPROM) +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,100) +endif ifeq ($(COMPARE),1) + + @echo "\n" +# Calculate Checksum if fail Allow overspill Which File failed Quick Check (data) Slow Check (extract .text binary) + @$(SHA1SUM) -c ge007.$(OUTCODE).sha1 || ($(PRINTNOMATCH) && echo "$(SAVECURSOR)$(RESTORESCROLLREGION)$(RESTORECURSOR)\033[2D " && $(call ContinuePrompt,"Do you want to check Source Files?",echo "Please wait while we determine which files are affected..." && $(SHA1SUM) --quiet -c checksums.txt && ./test_files.sh -c -i ge007.$(OUTCODE)-test_basis.csv,,,3) && exit 1) +# Else complete + @$(PRINTMATCH) +endif +ifeq ($(COMPARE),2) @$(SHA1SUM) -c ge007.$(COUNTRYCODE).sha1 endif -.SECONDARY: - $(APPELF) $(APPROM) $(APPBIN) $(ULTRAOBJECTS) $(BUILD_DIR)/ge007.$(COUNTRYCODE).map \ - $(HEADEROBJECTS) $(BOOTOBJECTS) $(CODEOBJECTS) $(GAMEOBJECTS) $(RZOBJECTS) \ - $(OBSEG_OBJECTS) $(OBSEG_RZ) $(ROMOBJECTS) $(RAMROM_OBJECTS) $(FONT_OBJECTS) $(MUSIC_OBJECTS) $(IMAGE_OBJS) $(MUSIC_RZ_FILES) -ifeq ($(filter clean dataclean codeclean print-%,$(MAKECMDGOALS)),) + @echo "\n Rom File Generated in Build Directory. \n\n" - # Make tools if out of date - $(info Building tools...) - DUMMY != make -s -C tools >&2 || echo FAIL +.SECONDARY: + $(APPELF) $(APPROM) $(APPBIN) $(ULTRAOBJECTS) $(BUILD_DIR)/ge007.$(OUTCODE).map \ + $(HEADEROBJECTS) $(BOOTOBJECTS) $(CODEOBJECTS) $(GAMEOBJECTS) $(RZOBJECTS) \ + $(OBSEG_OBJECTS) $(OBSEG_RZ) $(ROMOBJECTS) $(RAMROM_OBJECTS) $(FONTOBJECTS) $(MUSIC_OBJECTS) $(IMAGE_OBJS) $(MUSIC_RZ_FILES) + +ifeq ($(filter clean dataclean help codeclean context cmdbuilder test stanclean setupclean colour print-%,$(MAKECMDGOALS)),) +# Dont print version on "default" since it will be spat out twice + ifneq ($(filter $(VERSION),$(ALLOWED_VERSIONS)),) + #$(info VERSION=$(VERSION)) + else + $(error VERSION "$(VERSION)" not supported") + endif + # Make tools if out of date + $(info Building tools...) + DUMMY != make -s -C tools >&2 || echo FAIL ifeq ($(DUMMY),FAIL) $(error Failed to build tools) endif - $(info Building ROM...) + $(info Building $(VERSION) ROM...) endif -codeclean: - rm -f $(APPELF) $(APPROM) $(APPBIN) $(ULTRAOBJECTS) $(BUILD_DIR)/ge007.$(COUNTRYCODE).map \ - $(HEADEROBJECTS) $(BOOTOBJECTS) $(CODEOBJECTS) $(GAMEOBJECTS) $(RZOBJECTS) $(RSPOBJECTS) - -dataclean: - rm -f $(APPELF) $(APPROM) $(APPBIN) $(ULTRAOBJECTS) $(BUILD_DIR)/ge007.$(COUNTRYCODE).map \ - $(OBSEG_OBJECTS) $(OBSEG_RZ) $(ROMOBJECTS) $(RAMROM_OBJECTS) $(FONT_OBJECTS) $(MUSIC_OBJECTS) $(IMAGE_OBJS) $(MUSIC_RZ_FILES) - -clean: - rm -f $(APPELF) $(APPROM) $(APPBIN) $(ULTRAOBJECTS) $(BUILD_DIR)/ge007.$(COUNTRYCODE).map \ - $(HEADEROBJECTS) $(BOOTOBJECTS) $(CODEOBJECTS) $(GAMEOBJECTS) $(RZOBJECTS) \ - $(OBSEG_OBJECTS) $(OBSEG_RZ) $(ROMOBJECTS) $(RAMROM_OBJECTS) $(FONT_OBJECTS) $(MUSIC_OBJECTS) $(IMAGE_OBJS) $(MUSIC_RZ_FILES) $(RSPOBJECTS) - -$(BUILD_DIR)/src/libultra/%.o: src/libultra/%.c - $(CC) -c $(CFLAGS_LIBULTRA) -o $@ $< - -$(BUILD_DIR)/rsp/%.bin: rsp/*.s +# Build RSP +$(BUILD_DIR)/rsp/%.bin: rsp/*.s pb1 + $(call PRINT_STATUS,Assembling1:,$<,$@) $(ARMIPS) -sym $@.sym -strequ CODE_FILE $(BUILD_DIR)/rsp/$*.bin -strequ DATA_FILE $(BUILD_DIR)/rsp/$*_data.bin $< -$(BUILD_DIR)/%.o: src/%.s - $(AS) $(ASFLAGS) -o $@ $< - -$(BUILD_DIR)/src/%.o: src/%.s - $(AS) $(ASFLAGS) -o $@ $< - -$(BUILD_DIR)/assets/%.o: assets/%.c - $(ASM_PREPROC) $(OPTIMIZATION) $< | $(CC) -c $(CFLAGS) tools/asmpreproc/include-stdin.c -o $@ $(OPTIMIZATION) - $(ASM_PREPROC) $(OPTIMIZATION) $< --post-process $@ --assembler "$(AS) $(ASFLAGS)" --asm-prelude tools/asmpreproc/prelude.s - -$(BUILD_DIR)/assets/%.o: assets/%.s - $(AS) $(ASFLAGS) -o $@ $< - $(BUILD_DIR)/src/rspboot.o: $(BUILD_DIR)/rsp/rspboot.bin -$(BUILD_DIR)/assets/ramrom/%.o: assets/ramrom/%.s +#Build asm files in root +$(BUILD_DIR)/%.o: src/%.s pb2 + $(call PRINT_STATUS,Assembling2:,$<,$@) $(AS) $(ASFLAGS) -o $@ $< -$(BUILD_DIR)/assets/font/%.o: assets/font/%.s +#Build asm files in src/ +$(BUILD_DIR)/src/%.o: src/%.s pb3 + $(call PRINT_STATUS,Assembling3:,$<,$@) $(AS) $(ASFLAGS) -o $@ $< -$(BUILD_DIR)/assets/obseg/%.o: assets/obseg/%.s $(OBSEG_RZ) - $(AS) $(ASFLAGS) -o $@ $< +#Build Images +$(BUILD_DIR)/assets/images/split/%.o: assets/images/split/%.bin pb5 + $(call PRINT_STATUS,Compiling5:,$<,$@) + $(LD) -r -b binary $< -o $@ -$(BUILD_DIR)/assets/images/split/%.o: assets/images/split/%.bin - $(LD) -r -b binary $< -o $@ -$(BUILD_DIR)/%.o: src/%.c +#Compress Obseg +$(BUILD_DIR)/$(OBSEGMENT): $(OBSEG_RZ) $(IMAGE_OBJS) pb6 + $(call PRINT_STATUS,Compressing6:,$<,$@) + +#Build C files in root/ +$(BUILD_DIR)/%.o: src/%.c pb7 + $(call PRINT_STATUS,Compiling7:,$<,$@) $(ASM_PREPROC) $(OPTIMIZATION) $< | $(CC) -c $(CFLAGS) tools/asmpreproc/include-stdin.c -o $@ $(OPTIMIZATION) $(ASM_PREPROC) $(OPTIMIZATION) $< --post-process $@ --assembler "$(AS) $(ASFLAGS)" --asm-prelude tools/asmpreproc/prelude.s -$(BUILD_DIR)/src/%.o: src/%.c + +#Build C files in src/ +$(BUILD_DIR)/src/%.o: src/%.c pb8 + $(call PRINT_STATUS,Compiling8:,$<,$@) + # convert AI_PRINT commands from readable to byte-array + # echo $< + # echo filter = $(filter-out %chraidata.c,$<) + # for some reason, normal ifeq doesnt work, so has to be single line... + $(if $(filter %chraidata.c,$<), $(ConvertAIPRINT) $< | $(CC) -c $(CFLAGS) tools/asmpreproc/include-stdin.c -o $@ $(OPTIMIZATION), $(ASM_PREPROC) $(OPTIMIZATION) $< | $(CC) -c $(CFLAGS) tools/asmpreproc/include-stdin.c -o $@ $(OPTIMIZATION); $(ASM_PREPROC) $(OPTIMIZATION) $< --post-process $@ --assembler "$(AS) $(ASFLAGS)" --asm-prelude tools/asmpreproc/prelude.s) + + +#Build RamRom +$(BUILD_DIR)/assets/ramrom/%.o: assets/ramrom/%.s pb9 + $(call PRINT_STATUS,Assembling9:,$<,$@) + $(AS) $(ASFLAGS) -o $@ $< + +#Build fonts +$(BUILD_DIR)/assets/font/%.o: assets/font/%.c pb10 + $(call PRINT_STATUS,Compiling10:,$<,$@) + $(CC) -c $(CFLAGS) -o $@ $(OPTIMIZATION) $< + +#Build asm files in assets/ +$(BUILD_DIR)/assets/%.o: assets/%.s pb11 + $(call PRINT_STATUS,Assembling11:,$<,$@) + $(AS) $(ASFLAGS) -o $@ $< + +#Build Obseg +$(BUILD_DIR)/assets/obseg/%.o: assets/obseg/%.s $(OBSEG_RZ) pb12 + $(call PRINT_STATUS,Assembling12:,$<,$@) + $(AS) $(ASFLAGS) -o $@ $< + +#Build C files in assets/ +$(BUILD_DIR)/assets/%.o: assets/%.c pb4 + $(call PRINT_STATUS,Compiling4:,$<,$@) +ifeq ($(filter-out %setup%,$<),) + $(ConvertAIPRINT) $< | $(CC) -c $(CFLAGS) tools/asmpreproc/include-stdin.c -o $@ $(OPTIMIZATION) +else $(ASM_PREPROC) $(OPTIMIZATION) $< | $(CC) -c $(CFLAGS) tools/asmpreproc/include-stdin.c -o $@ $(OPTIMIZATION) $(ASM_PREPROC) $(OPTIMIZATION) $< --post-process $@ --assembler "$(AS) $(ASFLAGS)" --asm-prelude tools/asmpreproc/prelude.s +endif -$(BUILD_DIR)/$(OBSEGMENT): $(OBSEG_RZ) $(IMAGE_OBJS) - +#$(BUILD_DIR)/src/random.o: OPTIMIZATION := -O3 +#$(BUILD_DIR)/src/random.o: INCLUDE := -I . -I include -I include/PR +#$(BUILD_DIR)/src/random.o: MIPSISET := -mips3 -o32 +#$(BUILD_DIR)/src/random.o: src/random.c +# $(CC) -c -Wab,-r4300_mul -non_shared -G 0 -Xcpluscomm $(CFLAGWARNING) -woff 819,820,852,821,838,649 -signed $(INCLUDE) $(MIPSISET) $(LCDEFS) -DTARGET_N64 $(OPTIMIZATION) -o $@ $< -$(APPELF): $(RSPOBJECTS) $(ULTRAOBJECTS) $(HEADEROBJECTS) $(OBSEG_RZ) $(BUILD_DIR)/$(OBSEGMENT) $(MUSIC_RZ_FILES) $(BOOTOBJECTS) $(CODEOBJECTS) $(GAMEOBJECTS) $(RZOBJECTS) $(ROMOBJECTS) $(GLOBALIMAGETABLEOBJECTS) $(ROMOBJECTS2) $(RAMROM_OBJECTS) $(FONT_OBJECTS) $(MUSIC_OBJECTS) $(OBSEG_OBJECTS) - $(LD) $(LDFLAGS) -o $@ +#Link Files +$(APPELF): $(RSPOBJECTS) $(ULTRAOBJECTS) $(HEADEROBJECTS) $(OBSEG_RZ) $(BUILD_DIR)/$(OBSEGMENT) $(MUSIC_RZ_FILES) $(BOOTOBJECTS) $(CODEOBJECTS) $(GAMEOBJECTS) $(RZOBJECTS) $(ROMOBJECTS) $(ASSET_DATAOBJECTS) $(ROMOBJECTS2) $(RAMROM_OBJECTS) $(FONTOBJECTS) $(MUSIC_OBJECTS) $(OBSEG_OBJECTS) pb14 + @echo "Linking Files into ELF" + $(LD) $(LDFLAGS) -o $@ & $(call IncrementProgressBarFromAtRate,87,1.5) $(APPBIN): $(APPELF) + ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,98) + endif + @echo "Building ROM" $(OBJCOPY) $< $@ -O binary --gap-fill=0xff $(APPROM): $(APPBIN) - $(DATASEG_COMP) $< $(COUNTRYCODE) + ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,100) + endif + @echo "Compressing ROM" + $(DATASEG_COMP) $< $(OUTCODE) + @echo "Finalizing ROM" $(N64CKSUM) $< $@ - rm header.tmp .PRECIOUS: %.bin %.o -.PHONY: all default codeclean dataclean clean + + + +## Phony Recipies - Get Make to do something ## + + +.PHONY: all default codeclean dataclean clean cmdbuidler test help colour +# Dont declare as phony otherwise make will re-evaluate every build including the recipies assosiated with them - just make sure no file is ever called pbx +# pb1 pb2 pb3 pb4 pb5 pb6 pb7 pb8 pb9 pb10 pb11 pb12 pb13 pb14 + +setupclean: + rm -f $(APPELF) $(APPROM) $(APPBIN) $(BUILD_DIR)/ge007.$(OUTCODE).map \ + $(SETUP_BUILD_FILES) + +stanclean: + rm -f $(APPELF) $(APPROM) $(APPBIN) $(BUILD_DIR)/ge007.$(OUTCODE).map \ + $(STAN_BUILD_FILES) + +libultraclean: + rm -f $(APPELF) $(APPROM) $(APPBIN) $(BUILD_DIR)/ge007.$(OUTCODE).map \ + $(ULTRAOBJECTS) + + +codeclean: +ifeq ($(VERBOSE),1) + rm -f $(APPELF) $(APPROM) $(APPBIN) $(ULTRAOBJECTS) $(BUILD_DIR)/ge007.$(OUTCODE).map \ + $(HEADEROBJECTS) $(BOOTOBJECTS) $(CODEOBJECTS) $(GAMEOBJECTS) $(RZOBJECTS) $(RSPOBJECTS) +else + @clear + $(call SetupProgressBar) + @echo "\n\nDeleting All Code Binaries Only [Assets will be left from previous compile]" + @rm -f $(APPELF) $(APPROM) $(APPBIN) $(ULTRAOBJECTS) $(BUILD_DIR)/ge007.$(OUTCODE).map + @$(call DrawProgressBar,50) + @rm -f $(HEADEROBJECTS) $(BOOTOBJECTS) $(CODEOBJECTS) $(GAMEOBJECTS) $(RZOBJECTS) $(RSPOBJECTS) + @$(call DrawProgressBar,100) +endif + @echo "\033[1J$(RESTORESCROLLREGION)\nCode Binaries Cleared! Make will Re-Build these next time.\n" + +dataclean: + rm -f $(APPELF) $(APPROM) $(APPBIN) $(ULTRAOBJECTS) $(BUILD_DIR)/ge007.$(OUTCODE).map \ + $(OBSEG_OBJECTS) $(OBSEG_RZ) $(ROMOBJECTS) $(RAMROM_OBJECTS) $(FONTOBJECTS) $(MUSIC_OBJECTS) $(IMAGE_OBJS) $(MUSIC_RZ_FILES) \ + $(STAN_BUILD_FILES) $(SETUP_BUILD_FILES) + +clean: +ifeq ($(VERBOSE),1) + rm -f $(APPELF) $(APPROM) $(APPBIN) $(ULTRAOBJECTS) $(BUILD_DIR)/ge007.$(OUTCODE).map \ + $(HEADEROBJECTS) $(BOOTOBJECTS) $(CODEOBJECTS) $(GAMEOBJECTS) $(RZOBJECTS) \ + $(OBSEG_OBJECTS) $(OBSEG_RZ) $(ROMOBJECTS) $(RAMROM_OBJECTS) $(FONTOBJECTS) $(MUSIC_OBJECTS) $(IMAGE_OBJS) $(MUSIC_RZ_FILES) $(RSPOBJECTS) \ + $(STAN_BUILD_FILES) $(SETUP_BUILD_FILES) +else + @clear + @echo "\n\nDeleting All Code and Asset Binaries" + $(call SetupProgressBar) + @$(call DrawProgressBar,0) + @rm -f $(APPELF) $(APPROM) $(APPBIN) $(ULTRAOBJECTS) $(BUILD_DIR)/ge007.$(OUTCODE).map + @$(call DrawProgressBar,1,4) + @rm -f $(HEADEROBJECTS) $(BOOTOBJECTS) $(CODEOBJECTS) $(GAMEOBJECTS) $(RZOBJECTS) + @$(call DrawProgressBar,2,4) + @rm -f $(OBSEG_OBJECTS) $(OBSEG_RZ) $(ROMOBJECTS) $(RAMROM_OBJECTS) $(FONTOBJECTS) $(MUSIC_OBJECTS) + @$(call DrawProgressBar,3,4) + @rm -f $(IMAGE_OBJS) $(MUSIC_RZ_FILES) $(RSPOBJECTS) $(STAN_BUILD_FILES) $(SETUP_BUILD_FILES) + @$(call DrawProgressBar,100) +endif + @echo "\033[1J$(RESTORESCROLLREGION)\nAll Code and Asset Binaries Cleared! Make will Re-Build these next time.\n" + + +# 0 4 35 80 80(with colour codes) +help: + @echo "\n\033[1;4mmakefile help$(RESTORECOLOUR)" + @echo "" + @echo " supported targets:" + @echo "" + @echo " all $(call SET_TEXTATTRIB,$(FG_LIME)) Build$(RESTORECOLOUR) all (default)" + @echo " clean $(call SET_TEXTATTRIB,$(FG_RED)) Delete all$(RESTORECOLOUR) build artifacts" + @echo " dataclean $(call SET_TEXTATTRIB,$(FG_RED)) Delete$(RESTORECOLOUR) only asset build artifacts" + @echo " codeclean $(call SET_TEXTATTRIB,$(FG_RED)) Delete$(RESTORECOLOUR) only code (asm, .c) build artifacts" + @echo " libultraclean $(call SET_TEXTATTRIB,$(FG_RED)) Delete$(RESTORECOLOUR) only code (asm, .c) build artifacts " + @echo " from Rare's libultra files" + @echo " stanclean $(call SET_TEXTATTRIB,$(FG_RED)) Delete$(RESTORECOLOUR) only stan build artifacts" + @echo " setupclean $(call SET_TEXTATTRIB,$(FG_RED)) Delete$(RESTORECOLOUR) only setup build artifacts" + @echo " cmdbuidler $(call SET_TEXTATTRIB,$(FG_LIME)) Build$(RESTORECOLOUR) AI Commands" + @echo " context [file] $(call SET_TEXTATTRIB,$(FG_LIME)) Build$(RESTORECOLOUR) Context File from [file]" + @echo " eg make context src/game/chrai.c" + @echo " test Re-Run Data Verification " + @echo "" + @echo "" + @echo " options:" + @echo "" + @echo " VERSION=v Region version. (US is default)" + @echo " Supported values: ${ALLOWED_VERSIONS}\n" + +#CMD Builder tools +AI_CMD_BUILDER := $(TOOLS_DIR)/cmdbuilder.c +AI_CMD_LIST_DEFINITIONS := src/aicommands.def +AI_CMD_LIST_TEMP := $(BUILD_DIR)/aicommands.temp +AI_CMD_LIST_H2 := src/aicommands2.h +#Pre-Format encoding newlines and tags +AI_CMD_BUILDER_PRECONVERT := sed -E +AI_CMD_BUILDER_PRECONVERT += -e 's/\x27\\n\x27/\x27\/n\x27/g;' # encode '\n' as '/n' (TEXT PRINT command) +AI_CMD_BUILDER_PRECONVERT += -e '/^\s*\*/ s/\x27/\?\?x27/g;' # encode DocBlock(/**...**/) quotes '' as x27 +AI_CMD_BUILDER_PRECONVERT += -e '/\/\*\*/ , /\*\// s/([^/])$$/\1 \\n\\/g;' # encode DocBlock(/**...**/) Newlines as \n\ . +#AI_CMD_BUILDER_PRECONVERT += -e '/^\s*\*/ s/([^\/])$$/\1 \\n\\/g;' # encode DocBlock(/**...**/) Newlines as \n\ . +AI_CMD_BUILDER_PRECONVERT += -e 's/[^/\*\S]\*$$/\\n\\/g; s/^(\s*)\*[^/\*]/\1 /g;' # remove DocBlock sides (causes problems with tooltips) fixed to check for ordinary comment +#AI_CMD_BUILDER_PRECONVERT += -e '/^_AI_CMD_POLYMORPH\(CMDNAME,\n(.|\n)*?\s{19}DESCRIPTION(\)| DESCRIPTION2\))/ s/[^,]\n/\\n\\/g;' # Newlines in POLYMORPHS +AI_CMD_BUILDER_PRECONVERT += -e 's/\/\*\*/\?\?\\\*\(\*\*/g;' # encode /** as ??\*(** +AI_CMD_BUILDER_PRECONVERT += -e 's/\*\*\//\*\*\)\*\?\?\\ /g;' # encode **/ as **)*??\ +#Format Newlines and Comment tags +AI_CMD_BUILDER_CONVERT := sed -E +AI_CMD_BUILDER_CONVERT += -e 's/\\n/\n/g;' # add newlines +AI_CMD_BUILDER_CONVERT += -e 's/\?{2}\=/\#/g;' # replace ??= with hash for defines +AI_CMD_BUILDER_CONVERT += -e 's/\?{2}\\/\//g;' # replace ??\ with / +AI_CMD_BUILDER_CONVERT += -e 's/DEFINE([^D])/\#define\1/g;' # replace DEFINE with #define +AI_CMD_BUILDER_CONVERT += -e 's/\\.*/\\/g;' # replace \... with \ (line continuation) +AI_CMD_BUILDER_CONVERT += -e 's/\*\(\*/\*/g;' # replace *(* with * +AI_CMD_BUILDER_CONVERT += -e 's/\*\)\*/\*/g;' # replace *)* with * +AI_CMD_BUILDER_CONVERT += -e 's/MAKE_EXPAND\(([^\n]*)MAKE_EXPAND_END\)/\1/g;' #replace MAKE_EXPAND(CONTENTS) with CONTENTS +AI_CMD_BUILDER_CONVERT += -e 's/\?{2}x27/\x27/g;' # replace ??x27 with ' +AI_CMD_BUILDER_CONVERT += -e 's/\x27\/n\x27/\x27\\n\x27/g;' # replace '/n' with '\n' +AI_CMD_BUILDER_CONVERT += -e 's/AI_EndList\s*,/AI_EndList/g;' # replace AI_EndList , with AI_EndList +AI_CMD_BUILDER_CONVERT += -e '/^ *$$/d' + +AI_CMD_LIST_H2_HEADER := \ +"/******************************************************************************\n\ +* *\n\ +* *\n\ +* Do not edit this file. It was automatically generated by \"cmdbuilder\" *\n\ +* from the file \"$(AI_CMD_LIST_DEFINITIONS)\". *\n\ +* To Add/Remove/Modify AI Commands please edit \"$(AI_CMD_LIST_DEFINITIONS)\" *\n\ +* and then run *\n\ +* make cmdbuilder *\n\ +* *\n\ +* *\n\ +*****************************************************************************/\n\n" + + +cmdbuilder: + @clear + @echo + @echo Building AI Command Macros... + @echo + @$(call SetupProgressBar) + @$(call DrawProgressBar,0) + @ # copy command definitions to temp + @cp $(AI_CMD_LIST_DEFINITIONS) $(AI_CMD_LIST_TEMP) + @$(call DrawProgressBar,5) + @ # Preformat Definitions for builder (encode documentation tags) + @$(call PRINT_STATUS,"Pre Formatting",$(AI_CMD_LIST_DEFINITIONS)) + @$(AI_CMD_BUILDER_PRECONVERT) $(AI_CMD_LIST_TEMP) > $(AI_CMD_LIST_DEFINITIONS) + @$(call DrawProgressBar,10) + @ # Print Header + @echo $(AI_CMD_LIST_H2_HEADER) > $(AI_CMD_LIST_H2) + @$(call DrawProgressBar,11) + @ # Execute Builder and format (re-add newlines, documentation tags etc) -C keeps /**/ comments + @$(call PRINT_STATUS,"Processing",$(AI_CMD_LIST_DEFINITIONS)) + @echo This might take some time... + @$(CC) -Xcpluscomm -c $(AI_CMD_BUILDER) $(INCLUDE) -w 581 -E | $(AI_CMD_BUILDER_CONVERT) >> $(AI_CMD_LIST_H2) & $(call IncrementProgressBarFromAtRate,12,0.5) + @$(call DrawProgressBar,98) + @ # restore command def from temp (no encoding) + @cp $(AI_CMD_LIST_TEMP) $(AI_CMD_LIST_DEFINITIONS) + @$(call DrawProgressBar,99) + @rm $(AI_CMD_LIST_TEMP) + @$(call DrawProgressBar,100) + @echo + @echo Done! + @echo + @echo Rebuild AI Command Macros whenever changing aicommands.def. + @echo "\n$(BELL)$(SAVECURSOR)$(RESTORESCROLLREGION)$(RESTORECURSOR)\033[1A" + +test: + @$(SHA1SUM) --quiet -c checksums.txt + @printf "\033[1;92m All Checked Files Match\033[0m\n\n" +# @$(SHA1SUM) $(BG__SEG_FILES) $(BRIEF_RZ_FILES) $(CHR_RZ_FILES) $(GUN_RZ_FILES) \ + $(PROP_RZ_FILES) $(SETUP_BIN_FILES) $(STAN_RZ_FILES) $(TEXT_RZ_FILES) > checksums.txt + + +ifneq ($(filter-out context,$(MAKECMDGOALS)),) + CONTEXTFILE := $(filter-out context ,$(MAKECMDGOALS)) +else + CONTEXTFILE := build/ctx.c +endif +context: + @clear + @echo Building Context File [ctx.h] from $(CONTEXTFILE) + @echo "#define TRUE 1" > build/ctx.h + @echo "#define FALSE 0" >> build/ctx.h +ifeq ($(CONTEXTFILE),build/ctx.c) + @echo "#include " > build/ctx.c +endif + @sed -n -E ':x /\\$$/ { N; s/\\\n//g ; bx };''/(^\s*#define)|(\\$$)/p; /(\\$$)/p;' src/bondconstants.h src/bondtypes.h $(CONTEXTFILE) >> build/ctx.h + @$(CC) -c $(CFLAGS) $(CONTEXTFILE) -E > build/ctx2.h 2> /dev/null || (rm build/ctx2.h && exit 1) + @sed -E '/^\s*$$/d' build/ctx2.h >> build/ctx.h + @rm build/ctx.c build/ctx2.h || exit 0 + @echo You can find it in Build [build/ctx.h]. + +testPB: + $(call SetupProgressBar) + $(call IncrementProgressBarFromAtRate,0,0.125) + +colour: + @echo "\033[3A" + ifeq ($(VERBOSE),0) +# @clear + @$(call SetupProgressBar) + @$(call DrawProgressBar,0) + endif + @$(MAKE) --no-print-directory all 2>&1 | sed -E \ + -e 's/\(\(\x27E\x27\,\x27R\x27\,\x27R\x27\,\x27O\x27\,\x27R\x27,\s?((\x27?,?\s?\x27.)*)\x27,\s?\x27([^x27])\x27\)/((\x27ERROR\x27,\1\3\x27\)/g; :loop s/\(\((\x27ERROR)((\x27?,?\s?\x27.)*),?\s?\x27(.)\x27([^x27]*)\x27\)/((\1\2\5\x27\)/g; tloop; ' \ + -e "s/(ERROR:[^\x27]*?\x27)|(^.*[Ee]rror.*)|(Mis-Match in)|(:\sFAILED)/$$(echo "$(call SET_TEXTATTRIB,$(FG_RED))")&$$(echo "$(RESTORECOLOUR)")/g" \ + -e "s/^.*[Ww]arning.*/$$(echo "$(call SET_TEXTATTRIB,$(FG_YELLOW))")&$$(echo "$(RESTORECOLOUR)")/g" \ + -e "s/^.*(([Bb]uilding)|(:\sOK)|([Ll]inkin)).*/$$(echo "$(call SET_TEXTATTRIB,$(FG_LIME))")&$$(echo "$(RESTORECOLOUR)")/g" \ + -e "s/((([^\/]*([^s][^t][^d][^i][^n])\.c)|([^\/]*\.o))\s)/$$(echo "$(call SET_TEXTATTRIB,$(FG_WHITE))")&$$(echo "$(RESTORECOLOUR)")/g" + @echo "$(SAVECURSOR)$(RESTORESCROLLREGION)$(RESTORECURSOR)\033[1A" + +ifeq ($(VERBOSE),0) +.SILENT: +endif + + +## Progress Bar status - call once ## +pb1: +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,1,15) +endif +pb2: +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,2,15) +endif +pb3: +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,3,15) +endif +pb4: +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,4,15) +endif +pb5: +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,5,15) +endif +pb6: +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,6,15) +endif +pb7: +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,7,15) +endif +pb8: +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,8,15) +endif +pb9: +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,9,15) +endif +pb10: +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,10,15) +endif +pb11: +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,11,15) +endif +pb12: +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,12,15) +endif +pb13: +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,13,15) +endif +pb14: +ifeq ($(VERBOSE),0) + @$(call DrawProgressBar,14,15) +endif + + + diff --git a/assets/GlobalImageTable.c b/assets/GlobalImageTable.c index f1b2e70..419a0f7 100644 --- a/assets/GlobalImageTable.c +++ b/assets/GlobalImageTable.c @@ -1,694 +1,748 @@ -#include "ultra64.h" -#include "bondconstants.h" -#include "bondtypes.h" -#include "PR/gbi.h" +#include +#include +#include +#include +#include +#include -struct sGlobalImageTable GlobalImageTable = { - { //globalDL_0x000 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00000000, - 0xB900031D, 0x00504B50, - 0xBA001001, 0x00000000, - 0xFC121824, 0xFF33FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD083A, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - { //globalDL_0x078 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD0824, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD0825, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - { //globalDL_0x120 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD0828, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD0829, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, +Gfx globalDL_0x000[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_1CYCLE), + gsDPSetRenderMode(G_RM_ZB_CLD_SURF, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_MODULATEIA,G_CC_MODULATEIA), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_11 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_11)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), - { //globalDL_0x1c8 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD0832, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD0833, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - - { //globalDL_0x270 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD0834, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD0835, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - - { //globalDL_0x318 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD0836, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD0837, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - - { //globalDL_0x3c0 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD0838, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD0839, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - - { //globalDL_0x468 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD083A, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD083B, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - - { //globalDL_0x510 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD083C, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD083D, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - - { //globalDL_0x5b8 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD083E, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD083F, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - - { //globalDL_0x660 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD0840, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD0841, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - - { //globalDL_0x708 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD0826, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD0827, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - - { //globalDL_0x7b0 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD082A, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD082B, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - - { //globalDL_0x858 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD082C, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD082D, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - - { //globalDL_0x900 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD082E, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD082F, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - - { //globalDL_0x9a8 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00100000, - 0xB900031D, 0x0C184B50, - 0xBA001001, 0x00000000, - 0xFC111404, 0xFF13FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD0830, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x0761F125, - 0xF5680E00, 0x00018060, - 0xF2000000, 0x000DC0DC, - 0xFD100000, 0xABCD0831, - 0xF5100188, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x070DF200, - 0xF5100988, 0x01090A42, - 0xF2000000, 0x010DC0DC, - 0xBA000E02, 0x00000000, - 0xE7000000, 0x00000000, - 0xB8000000, 0x00000000 - }, - - { //globalDL_0xa50 - 0xE7000000, 0x00000000, - 0xBA001402, 0x00000000, - 0xB900031D, 0x00552078, - 0xBA001001, 0x00000000, - 0xFC121824, 0xFF33FFFF, - 0xBB000001, 0xFFFFFFFF, - 0xFD700000, 0xABCD03F7, - 0xF5700000, 0x07000000, - 0xE6000000, 0x00000000, - 0xF3000000, 0x071FF200, - 0xE7000000, 0x00000000, - 0xF5680800, 0x00014050, - 0xF2000000, 0x0007C07C, - 0xBA000E02, 0x00000000, - 0xB8000000, 0x00000000 - }, - - { //s_genericimage - {0x858, 0x36, 0x36, 3, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_impactimages - {0x878, 0x30, 0x30, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x879, 0x40, 0x20, 7, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x87A, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xCE, 0x40, 0x20, 7, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x878, 0x30, 0x30, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x878, 0x30, 0x30, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x878, 0x30, 0x30, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x87B, 0x20, 0x20, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x87C, 0x20, 0x20, 0, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x5C3, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x87D, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x5C4, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x87E, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x87F, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x5C6, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x5C7, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x87A, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x878, 0x30, 0x30, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x878, 0x30, 0x30, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x878, 0x30, 0x30, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_explosion_smokeimages - {0x880, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x881, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x882, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x883, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x884, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x885, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0} - }, - - { //s_scattered_explosions - {0x886, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x887, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x888, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x889, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x88A, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0} - }, - - { //s_flareimage1 - {0x8B5, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0} - }, - - { //s_flareimage2 - {0x8B6, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0} - }, - - { //s_flareimage3 - {0x850, 0x10, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_WRAP, 0} - }, - - { //s_flareimage4 - {0x857, 0x10, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_WRAP, 0} - }, - - { //s_flareimage5 - {0x856, 0x20, 0x20, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_WRAP, 0} - }, - - { //s_ammo9mmimage - {0x8B7, 5, 0xC, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_rifleammoimage - {0x8B8, 5, 0x1C, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_shotgunammoimage - {0x877, 6, 0x14, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_knifeammoimage - {0x876, 6, 0x18, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_glammoimage - {0x875, 8, 0x15, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_CLAMP, 0} - }, - - { //s_rocketammoimage - {0x871, 7, 0x16, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_genericmineammoimage - {0x872, 0xE, 0xE, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_grenadeammoimage - {0x873, 0xE, 0x12, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_magnumammoimage - {0x874, 5, 0xF, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_goldengunammoimage - {0x8B9, 5, 0xC, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_remotemineammoimage - {0x8BA, 0xE, 0xE, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_timedmineammoimage - {0x8BE, 0xE, 0xE, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_proxmineammoimage - {0x8BB, 0xE, 0xE, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_tankammoimage - {0x9A0, 7, 0x16, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_crosshairimage - {0x8BC, 0x20, 0x20, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_WRAP, 0} - }, - - { //s_betacrosshairimage - {0x8BD, 0x20, 0x20, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_WRAP, 0} - }, - - { //s_glassoverlayimage - {0x292, 0x20, 1, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x28E, 0x36, 0x36, 3, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_monitorimages - {0x88B, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x88C, 0x80, 0x10, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x88D, 0x80, 0x10, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x88E, 0x80, 0x10, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x88F, 0x80, 0x10, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x890, 0x80, 0x10, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x891, 0x80, 0x10, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x892, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x893, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x894, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x895, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x4A1, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x896, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x897, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x4A2, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x4A3, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x898, 0x10, 0x10, 5, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x246, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x247, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x248, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x899, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x89A, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x89B, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x89C, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x245, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x89D, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x89E, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8B3, 0x40, 0x40, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8AF, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8B0, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8B1, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8B2, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8AB, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8AC, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8AD, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8AE, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8AA, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x89F, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8A0, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8A1, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8A2, 0x20, 0x20, 6, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8A3, 0x20, 0x20, 6, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8A4, 0x20, 0x20, 6, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8A5, 0x20, 0x20, 6, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8A6, 0x80, 0x30, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_CLAMP, 0}, - {0x8A7, 0x10, 0x10, 5, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8A8, 0x10, 0x10, 5, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8A9, 0x10, 0x10, 5, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x8D7, 0x36, 0x36, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0x345, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0} - }, - - { //s_skywaterimages - {0x8B4, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x5E4, 0x40, 0x40, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, - {0x5E5, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0} - }, - - { //s_mainfolderimages - {0, 0x20, 0x1C, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_CLAMP, 0}, - {2, 0x20, 0x1C, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_CLAMP, 0}, - {3, 0x7A, 0x12, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {1, 0xF, 0xF, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {4, 0x14, 0x14, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA47, 0x10, 0x10, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0} - }, - - { //s_mpradarimages - {0xC8, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0} - }, - - { //s_mpcharselimages - {0xA2A, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA2B, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA2C, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA2D, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA32, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA33, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA34, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA35, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA36, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA37, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA38, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA39, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA2E, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA2F, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA30, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA31, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA48, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA49, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA4A, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA4B, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA4C, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA4D, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA4E, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA4F, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA50, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA51, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA52, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA53, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA54, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA55, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA56, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA57, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA58, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA59, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA5A, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA5B, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA5C, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA5D, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA5E, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA5F, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA60, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA61, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA62, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA63, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA64, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA65, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA66, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA67, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA68, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA69, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA6A, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA6B, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA6C, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA6D, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA6E, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA6F, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA7A, 0x41, 0x43, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA7B, 0x41, 0x43, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA7C, 0x41, 0x43, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA7D, 0x41, 0x43, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA86, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA85, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA83, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA84, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0} - }, - - { //s_mpstageselimages - {0xA20, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA16, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA12, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA19, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA14, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA1E, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA1B, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA24, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA17, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA15, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA18, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA1A, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA7E, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA7F, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA80, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA81, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, - {0xA87, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0} - } + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList() }; + +Gfx globalDL_0x078[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_0 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_0)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + //IMAGE_FIRE_0 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_0)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0x120[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_2 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_2)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + //IMAGE_FIRE_2 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_2)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0x1c8[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_7 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_7)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + //IMAGE_FIRE_7 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_7)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0x270[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_8 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_8)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + //IMAGE_FIRE_8 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_8)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0x318[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_9 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_9)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + //IMAGE_FIRE_9 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_9)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0x3c0[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_10 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_10)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + //IMAGE_FIRE_10 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_10)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0x468[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_11 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_11)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + //IMAGE_FIRE_11 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_11)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0x510[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_12 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_12)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + //IMAGE_FIRE_12 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_12)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0x5b8[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_13 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_13)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + //IMAGE_FIRE_13 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_13)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0x660[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_14 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_14)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + //IMAGE_FIRE_14 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_14)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0x708[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_1 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_1)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + //IMAGE_FIRE_1 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_1)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0x7b0[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_3 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_3)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + //IMAGE_FIRE_3 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_3)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0x858[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_4 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_4)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + //IMAGE_FIRE_4 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_4)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0x900[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_5 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_5)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + //IMAGE_FIRE_5 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_5)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0x9a8[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetRenderMode(G_RM_PASS, G_RM_ZB_CLD_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetCombineMode(G_CC_INTERFERENCE,G_CC_MODULATEIA2), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_SMOKE_6 + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_SMOKE_6)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(56,56,G_IM_SIZ_8b), CALC_DXT(56,G_IM_SIZ_8b)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 7, 0, G_TX_RENDERTILE, 0, G_TX_WRAP, MASK_64, 0, G_TX_WRAP, MASK_64, 0), + gsDPSetTileSize(0, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + //IMAGE_FIRE_6 + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_FIRE_6)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 392, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, CALC_LRS(16,14,G_IM_SIZ_16b), CALC_DXT(16,G_IM_SIZ_16b)), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x0188, 1, 0, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2, G_TX_NOMIRROR | G_TX_CLAMP, MASK_16, 2), + gsDPSetTileSize(1, 0, 0, CALC_TILESIZE(56), CALC_TILESIZE(56)), + + gsDPSetTextureLUT(G_TT_NONE), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; + +Gfx globalDL_0xa50[] = { + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_1CYCLE), + gsDPSetRenderMode(G_RM_AA_ZB_OPA_SURF, G_RM_AA_ZB_OPA_SURF2), + gsDPSetTextureLOD(G_TL_TILE), + + gsDPSetCombineMode(G_CC_MODULATEIA,G_CC_MODULATEIA), + gsSPTexture(CALC_TEXSCALE(1), CALC_TEXSCALE(1), 0, G_TX_RENDERTILE, G_ON), + //IMAGE_STATIC_NOISE + gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, IMAGESEG(IMAGE_STATIC_NOISE)), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, 511, CALC_DXT(16,G_IM_SIZ_16b)), + gsDPPipeSync(), + gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_8b, 4, 0, 0, 0, G_TX_WRAP, 5, 0, G_TX_WRAP, 5, 0), + gsDPSetTileSize(0, 0, 0, 124, 124), + + gsDPSetTextureLUT(G_TT_NONE), + gsSPEndDisplayList(), +}; + +sImageTableEntry s_genericimage[] = { + {IMAGE_FLAREWHITEROUND, 0x36, 0x36, 3, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_impactimages[] = { + {IMAGE_IMPACT1, 0x30, 0x30, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACT2, 0x40, 0x20, 7, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACT3, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACTLOTS, 0x40, 0x20, 7, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACT1, 0x30, 0x30, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACT1, 0x30, 0x30, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACT1, 0x30, 0x30, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACT4, 0x20, 0x20, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACTMULTI, 0x20, 0x20, 0, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACTREDBRICK1, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACTREDBRICK2, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACTREDBRICK3, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACTBRICK2, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACTBRICK3, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACTBROWNBRICK1, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACTBROWNBRICK2, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACT3, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACT1, 0x30, 0x30, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACT1, 0x30, 0x30, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_IMPACT1, 0x30, 0x30, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_explosion_smokeimages[] = { + {IMAGE_SMOKE1, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_SMOKE2, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_SMOKE3, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_SMOKE4, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_SMOKE5, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_SMOKE6, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0} +}; + +sImageTableEntry s_scattered_explosions[] = { + {IMAGE_SMOKEBALLS1, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_SMOKEBALLS2, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_SMOKEBALLS3, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_SMOKEBALLS4, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_SMOKEBALLS5, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0} +}; + +sImageTableEntry s_flareimage1[] = { + {IMAGE_FLARENOVA, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0} +}; + +sImageTableEntry s_flareimage2[] = { + {IMAGE_WHITEBOX, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0} +}; + +sImageTableEntry s_flareimage3[] = { + {IMAGE_FLAREORANGELINE, 0x10, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_WRAP, 0} +}; + +sImageTableEntry s_flareimage4[] = { + {IMAGE_FLAREBLUELINE, 0x10, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_WRAP, 0} +}; + +sImageTableEntry s_flareimage5[] = { + {IMAGE_FLAREBLUEROUND, 0x20, 0x20, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_WRAP, 0} +}; + +sImageTableEntry s_ammo9mmimage[] = { + {IMAGE_9MMAMMO, 5, 0xC, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_rifleammoimage[] = { + {IMAGE_RIFLEAMMO, 5, 0x1C, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_shotgunammoimage[] = { + {IMAGE_SHOTAMMO, 6, 0x14, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_knifeammoimage[] = { + {IMAGE_KNIFEAMMO, 6, 0x18, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_glammoimage[] = { + {IMAGE_GLAMMO, 8, 0x15, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_rocketammoimage[] = { + {IMAGE_ROCKETAMMO, 7, 0x16, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_genericmineammoimage[] = { + {IMAGE_PLAINMINEAMMO, 0xE, 0xE, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_grenadeammoimage[] = { + {IMAGE_GRENADEAMMO, 0xE, 0x12, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_magnumammoimage[] = { + {IMAGE_MAGAMMO, 5, 0xF, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_goldengunammoimage[] = { + {IMAGE_GGAMMO, 5, 0xC, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_remotemineammoimage[] = { + {IMAGE_MINEAMMO, 0xE, 0xE, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_timedmineammoimage[] = { + {IMAGE_TIMEAMMO, 0xE, 0xE, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_proxmineammoimage[] = { + {IMAGE_PROXAMMO, 0xE, 0xE, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_tankammoimage[] = { + {IMAGE_TANKAMMO, 7, 0x16, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_crosshairimage[] = { + {IMAGE_CROSSHAIR1, 0x20, 0x20, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_WRAP, 0} +}; + +sImageTableEntry s_betacrosshairimage[] = { + {IMAGE_CROSSHAIR2, 0x20, 0x20, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_WRAP, 0} +}; + +sImageTableEntry s_glassoverlayimage[] = { + {IMAGE_GLASS7, 0x20, 1, 6, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_GLASS3, 0x36, 0x36, 3, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_monitorimages[] = { + {IMAGE_MONITOR_BOND, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_LOCATION, 0x80, 0x10, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_BEGINARMING, 0x80, 0x10, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_TARGET, 0x80, 0x10, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_SEVERNAYA, 0x80, 0x10, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_BREAKTARGET, 0x80, 0x10, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_AIMER, 0x80, 0x10, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_EARTH, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_DESKTOPBANG, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_HEATMAP, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_3DMATH, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_DESKTOPBARS, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_2DMATH, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_SATELLITE, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_DESKTOP, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_DESKTOPSTAGGERED, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_CUBE1, 0x10, 0x10, 5, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_SHUTTLE1, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_SHUTTLE2, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_EARTHFULL1, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_EARTHFULL2, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_BLUESTARS, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_GALAXY1, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_GALAXY2, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_EARTHTEXT, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_TARGETEARTH, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_GALAXY3, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_STATIC, 0x40, 0x40, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_SINE, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_TEXT, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_BARS, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_SQUARES, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_FIST1, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_FIST2, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_FIST3, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_FIST4, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_SKATEBOARD4, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_SKATEBOARD1, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_SKATEBOARD2, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_SKATEBOARD3, 0x20, 0x20, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_TALK1, 0x20, 0x20, 6, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_TALK2, 0x20, 0x20, 6, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_TALK3, 0x20, 0x20, 6, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_TALK4, 0x20, 0x20, 6, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_WORLDMAP, 0x80, 0x30, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_CLAMP, 0}, + {IMAGE_MONITOR_CUBE2, 0x10, 0x10, 5, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_CUBE3, 0x10, 0x10, 5, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_CUBE4, 0x10, 0x10, 5, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_MONITOR_TRIANGLE, 0x36, 0x36, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MONITOR_KEYBOARDKEY, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0} +}; + +sImageTableEntry s_skywaterimages[] = { + {IMAGE_CLOUDS_GRAYSCALE, 0x40, 0x40, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_WATER_GRAYSCALE, 0x40, 0x40, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0}, + {IMAGE_WATER_BLUE, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0} +}; + +sImageTableEntry s_mainfolderimages[] = { + {IMAGE_COPYICON, 0x20, 0x1C, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_CLAMP, 0}, + {IMAGE_DELICON, 0x20, 0x1C, 0, G_IM_FMT_RGBA, G_IM_SIZ_32b, G_TX_WRAP, G_TX_CLAMP, 0}, + {IMAGE_SELECTFILE, 0x7A, 0x12, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_X, 0xF, 0xF, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_CHECK, 0x14, 0x14, 0, G_IM_FMT_IA, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_DOT, 0x10, 0x10, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_WRAP, G_TX_WRAP, 0} +}; + +sImageTableEntry s_mpradarimages[] = { + {IMAGE_RUSTYDRUM_END, 0x20, 0x20, 6, G_IM_FMT_RGBA, G_IM_SIZ_16b, G_TX_WRAP, G_TX_WRAP, 0} +}; + +sImageTableEntry s_mpcharselimages[] = { + {IMAGE_BROSNAN_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_BROSNAN_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_BROSNAN_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_BROSNAN_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MOORE_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MOORE_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MOORE_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MOORE_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_DALTON_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_DALTON_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_DALTON_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_DALTON_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_CONNERY_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_CONNERY_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_CONNERY_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_CONNERY_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_BORIS_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_BORIS_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_BORIS_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_BORIS_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_OURUMOV_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_OURUMOV_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_OURUMOV_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_OURUMOV_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_TREVELYAN_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_TREVELYAN_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_TREVELYAN_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_TREVELYAN_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_VALENTIN_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_VALENTIN_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_VALENTIN_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_VALENTIN_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_XENIA_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_XENIA_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_XENIA_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_XENIA_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_NATALYA_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_NATALYA_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_NATALYA_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_NATALYA_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_BARON_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_BARON_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_BARON_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_BARON_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_JAWS_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_JAWS_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_JAWS_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_JAWS_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MAYDAY_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MAYDAY_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MAYDAY_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MAYDAY_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_ODDJOB_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_ODDJOB_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_ODDJOB_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_ODDJOB_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_RANDOM_UL, 0x41, 0x43, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_RANDOM_UR, 0x41, 0x43, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_RANDOM_LL, 0x41, 0x43, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_RANDOM_LR, 0x41, 0x43, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MISHKIN_UL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MISHKIN_UR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MISHKIN_LL, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MISHKIN_LR, 0x41, 0x41, 7, G_IM_FMT_I, G_IM_SIZ_4b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + +sImageTableEntry s_mpstageselimages[] = { + {IMAGE_MP_BUNKER2, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_CAVERNS, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_ARCHIVES, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_DAM, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_FACILITY, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_RUNWAY, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_FRIGATE, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_STATUE, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_CRADLE, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_AZTEC, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_EGYPT, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_DEPOT, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_TEMPLE, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_BASEMENT, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_COMPLEX, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_CAVES, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0}, + {IMAGE_MP_RANDOM, 0x44, 0x2C, 0, G_IM_FMT_I, G_IM_SIZ_8b, G_TX_CLAMP, G_TX_CLAMP, 0} +}; + diff --git a/assets/GlobalImageTable.h b/assets/GlobalImageTable.h new file mode 100644 index 0000000..0ac788a --- /dev/null +++ b/assets/GlobalImageTable.h @@ -0,0 +1,111 @@ +#ifndef _GLOBALIMAGETABLE_H_ +#define _GLOBALIMAGETABLE_H_ +#include +#include + +enum MONIMGIDS { + IMGBOND, //0x0 + IMGLOCATION, + IMGBEGINARMING, + IMGTARGET, + IMGSEVERNAYA, //0x4 + IMGBREAKTARGET, + IMGAIMER, + IMGEARTH, + IMGDESKTOPBANG, //0x8 + IMGHEATMAP, + IMG3DMATH, + IMGDESKTOPBARS, + IMG2DMATH, //0xC + IMGSATELLITE, + IMGDESKTOP, + IMGDESKTOPSTAGGERED, + IMGCUBE1, //0x10 + IMGSHUTTLE1, + IMGSHUTTLE2, + IMGEARTHFULL1, + IMGEARTHFULL2, //0x14 + IMGBLUESTARS, + IMGGALAXY1, + IMGGALAXY2, + IMGEARTHTEXT, //0x18 + IMGTARGETEARTH, + IMGGALAXY3, + IMGSTATIC, + IMGSINE, //0x1C + IMGTEXT, + IMGBARS, + IMGSQUARES, + IMGFIST1, //0x20 + IMGFIST2, + IMGFIST3, + IMGFIST4, + IMGSKATEBOARD4, //0x24 + IMGSKATEBOARD1, + IMGSKATEBOARD2, + IMGSKATEBOARD3, + IMGTALK1, //0x28 + IMGTALK2, + IMGTALK3, + IMGTALK4, + IMGWORLDMAP, //0x2C + IMGCUBE2, + IMGCUBE3, + IMGCUBE4, + IMGTRIANGLE, //0x30 + IMGKEYBOARDKEY +}; + + + +extern Gfx globalDL_0x000; +extern Gfx globalDL_0x078; +extern Gfx globalDL_0x120; +extern Gfx globalDL_0x1c8; +extern Gfx globalDL_0x270; +extern Gfx globalDL_0x318; +extern Gfx globalDL_0x3c0; +extern Gfx globalDL_0x468; +extern Gfx globalDL_0x510; +extern Gfx globalDL_0x5b8; +extern Gfx globalDL_0x660; +extern Gfx globalDL_0x708; +extern Gfx globalDL_0x7b0; +extern Gfx globalDL_0x858; +extern Gfx globalDL_0x900; +extern Gfx globalDL_0x9a8; +extern Gfx globalDL_0xa50; +extern sImageTableEntry s_genericimage[]; +extern sImageTableEntry s_impactimages[]; +extern sImageTableEntry s_explosion_smokeimages[]; +extern sImageTableEntry s_scattered_explosions[]; +extern sImageTableEntry s_flareimage1[]; +extern sImageTableEntry s_flareimage2[]; +extern sImageTableEntry s_flareimage3[]; +extern sImageTableEntry s_flareimage4[]; +extern sImageTableEntry s_flareimage5[]; +extern sImageTableEntry s_ammo9mmimage[]; +extern sImageTableEntry s_rifleammoimage[]; +extern sImageTableEntry s_shotgunammoimage[]; +extern sImageTableEntry s_knifeammoimage[]; +extern sImageTableEntry s_glammoimage[]; +extern sImageTableEntry s_rocketammoimage[]; +extern sImageTableEntry s_genericmineammoimage[]; +extern sImageTableEntry s_grenadeammoimage[]; +extern sImageTableEntry s_magnumammoimage[]; +extern sImageTableEntry s_goldengunammoimage[]; +extern sImageTableEntry s_remotemineammoimage[]; +extern sImageTableEntry s_timedmineammoimage[]; +extern sImageTableEntry s_proxmineammoimage[]; +extern sImageTableEntry s_tankammoimage[]; +extern sImageTableEntry s_crosshairimage[]; +extern sImageTableEntry s_betacrosshairimage[]; +extern sImageTableEntry s_glassoverlayimage[]; +extern sImageTableEntry s_monitorimages[]; +extern sImageTableEntry s_skywaterimages[]; +extern sImageTableEntry s_mainfolderimages[]; +extern sImageTableEntry s_mpradarimages[]; +extern sImageTableEntry s_mpcharselimages[]; +extern sImageTableEntry s_mpstageselimages[]; + +#endif diff --git a/assets/Globalimagetable_commandblock.c b/assets/Globalimagetable_commandblock.c new file mode 100644 index 0000000..589655d --- /dev/null +++ b/assets/Globalimagetable_commandblock.c @@ -0,0 +1,1917 @@ +#include + +u8 rgba0000[4] = { 0xDC, 0xDC, 0xDC, 0x00 }; +u8 rgba0004[4] = { 0xDC, 0xDC, 0xDC, 0x00 }; +u8 rgba0008[4] = { 0xFF, 0xFF, 0xFF, 0x00 }; +u8 rgba000C[4] = { 0xFF, 0xFF, 0xFF, 0x00 }; +u8 rgba0010[4] = { 0x00, 0x7F, 0x00, 0x00 }; +u8 rgba0014[4] = { 0x00, 0x00, 0x00, 0x00 }; + +Gfx DL_0x0018[] = { + gsSPEndDisplayList(), +}; +//G_IM_FMT_RGBA, G_IM_SIZ_16b +u32 imgRAre_0x0020[] = { + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xED0FCC4F, 0x0000ED0F, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xED0FED11, 0x82C9ED0F, + 0x00000000, 0xED11ED11, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0xED53ED53, 0x0000DCD1, 0x0000ED0F, 0xED0FCC8F, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xED0FED0F, 0xED0F82C8, 0xED0FED11, 0x49870000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000DCD1, 0xED51E4D1, + 0xF50FCC8F, 0x0000F50F, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0xED0F3184, 0xED0FED0F, 0xB3CD0000, 0xED0FED0F, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xF551E511, 0x0000F551, 0x0000F511, 0xF511CC8F, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xED0FF50F, 0xED110000, + 0xE4CFF50F, 0xCC4F0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x51C4F551, 0xF551DDD5, 0xF511D48F, 0x0000F551, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xED110000, 0xED0FF50F, 0xF50F0800, 0xD48DF50F, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xF5517BCE, 0x934BF551, + 0x0000F551, 0xF551ED11, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0xF50FF50F, 0xED110000, 0x0000F50F, 0xF50F59C6, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xC40DF551, 0xF5510000, 0xF551ED11, 0x0000F551, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xF5110000, 0xF50FF50F, + 0xF50F9309, 0x0000F50F, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0xF5510000, 0xD48FF551, 0x0000FD51, 0xF551F50F, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xF50FF50F, 0xDCCF0000, 0x0000F54F, 0xF50FE4CF, + 0x00000000, 0x00000000, 0x00000000, 0x00001880, 0xF551F551, 0xF5D50000, + 0xFD51F50F, 0x0000FD51, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0xE4CF0000, 0xF50FFD4F, 0xFD4FFD51, 0x0000B3CB, 0x62066206, 0x72466206, + 0x624682C8, 0x62066206, 0xB5150000, 0xFD51FD51, 0x0000FD4F, 0xFD4FDCD1, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFD4FFD4F, 0xD48F0000, + 0x00003902, 0xFD51FD51, 0xED0FECCF, 0xECCFECCF, 0xED0FED0F, 0xED11ED11, + 0xFD51FD93, 0x21040000, 0xFD4FF50F, 0x0000FD4F, 0x00000000, 0x00000000, + 0x00007246, 0x00000000, 0xFDD30000, 0xFD4FFD4F, 0xFD51FD51, 0x00000000, + 0xFD51FD51, 0xFD51FD51, 0xFD51FD51, 0xFD51FD51, 0x08400000, 0xFD91FD93, + 0x0000FD4F, 0xFD4FF54F, 0x00000000, 0x00000000, 0x00000000, 0x0000ED0F, + 0xFD51FD51, 0xD5970000, 0x00000000, 0xFD51FD51, 0xFD51FD51, 0xFD51FD51, + 0xFD51FD51, 0xFD51FD91, 0xFD91FE99, 0x00000000, 0xFD4FFD4F, 0x0000FD4F, + 0x8B088B08, 0x8B088B08, 0xFD51FD51, 0x8B08FD4F, 0x9C190000, 0xFD51FD51, + 0x59C4FD51, 0x00000000, 0x8C4E8C4E, 0xFD51944F, 0x9C8FFD91, 0x8C4E8C4E, + 0x00000000, 0xFD91A38B, 0x0000FD4F, 0xFD4FFD4F, 0xFD4FFD4F, 0xFD51FD51, + 0xFD51FD51, 0xFD51FD51, 0xFD51ED0F, 0x5AD60000, 0x00000000, 0x59C4FD51, + 0xFD510840, 0x00000000, 0x00000000, 0x9B4BFD91, 0xFD91A4D5, 0x00000000, + 0xFD4FFD51, 0x0000FD4F, 0xFD51FD51, 0xFD51FD51, 0xFD51FD51, 0xFD51FD51, + 0x00000000, 0xFD4F7BD4, 0x0000FD91, 0x00000000, 0x00000000, 0xFD91FD51, + 0x9B4BFD91, 0x00000000, 0x00000000, 0xFD9120C2, 0x0000DC8D, 0xFD91FD91, + 0xFD91FD91, 0xFD91FD91, 0xFD91FD91, 0xFD91FD91, 0xFD9120C2, 0x00000000, + 0x00000000, 0x0000D48D, 0xFD91FD51, 0x00000000, 0x00000000, 0x9B4BFD91, + 0xFE572104, 0x00000000, 0xFD91FD51, 0x0000DC8D, 0x8C4E8C4E, 0x8C4E8C4E, + 0x8B08FD91, 0x8C4E8B08, 0x00000000, 0xFD91FD91, 0x0000A38B, 0x00000000, + 0x00000000, 0xFD91FD91, 0xFD91FD91, 0x00000000, 0x00000000, 0xC44D0000, + 0x0000DCCD, 0xFD91FD91, 0x00000000, 0x00000000, 0x00000000, 0x0000DCCF, + 0xFD91FD91, 0xB40D0000, 0x00000000, 0x00000000, 0xFD91FD91, 0x29020000, + 0x00000000, 0xFD91FD91, 0xC5130000, 0x00000000, 0xFD91FD91, 0x0000DCCD, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFD910000, 0xFD91FD91, + 0x00000000, 0x00000000, 0xDCCF0000, 0xFD91FD91, 0xFD91FD93, 0x00000000, + 0x00000000, 0x838C0000, 0x0000DCCD, 0xFD91FD91, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xF54FFD91, 0xFD914144, 0x00000000, 0x00000000, + 0xED51FD91, 0xE50F0000, 0x00008B08, 0xFD91FDD3, 0x49840000, 0x00000000, + 0xFD91FD91, 0x0000DCCD, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0xFD915A06, 0x7AC8FD91, 0x00000000, 0x00000000, 0xFD910800, 0xCC8DFD91, + 0xFDD1FDD3, 0x0000ED51, 0x00000000, 0x39C80000, 0x0000DCCD, 0xFD91FD91, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x3944FD91, 0xFD91934B, + 0x00000000, 0x00000000, 0x5A06FD91, 0xFD9151C4, 0x0000F591, 0xFDD1E511, + 0x00000000, 0x00000000, 0xFD91FD91, 0x0000DCCF, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xFDD1A3CD, 0x9349FDD1, 0x00000000, 0x00000000, + 0xFDD1ABCB, 0x0000FD91, 0xFDD1AC0D, 0x0000FD91, 0x00000000, 0x00000000, + 0x0000DCCF, 0xFDD1FDD1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x9349FDD1, 0xFDD1AC4F, 0x00000000, 0x00000000, 0x0000FD91, 0xFDD1D4CF, + 0x49C4FDD1, 0xFDD1730C, 0x00000000, 0x00000000, 0xFDD1FDD1, 0x0000BC0D, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFDD149C4, 0xED4FFDD1, + 0x00000000, 0x00000000, 0xFDD1FDD1, 0x00004144, 0xFDD318C2, 0xC44DFDD1, + 0x00000000, 0x00000000, 0x0000D4CF, 0xFDD1FDD1, 0x00000000, 0x00000000, + 0x00000000, 0x0000E50F, 0xFDD1FDD1, 0xD4CF3148, 0x00000000, 0x00000000, + 0x00000840, 0xFDD1FDD1, 0xFDD1FDD1, 0xF5910000, 0x00000000, 0x00000000, + 0xFDD1FDD1, 0x0000DD0F, 0xFDD1FDD1, 0xFDD1FDD1, 0xFDD1FDD1, 0xFDD1FDD1, + 0x9B8B0000, 0xFDD1FDD1, 0x00000000, 0x00000000, 0xFDD1FDD1, 0x00000000, + 0xF69B0000, 0xFDD1FDD1, 0x00000000, 0x00000000, 0x0000B40D, 0xFDD1FDD1, + 0xFDD1FDD1, 0xFDD1FDD1, 0xFDD1FDD1, 0xFDD1FDD1, 0xFDD1FDD1, 0x5A040000, + 0x00000000, 0x00000000, 0x00000000, 0xFDD1FDD1, 0xFDD1FDD1, 0x83080000, + 0x00000000, 0x00000000, 0xFE11FE11, 0x0000B40D, 0xFE11FE11, 0xFE11FE11, + 0xFE11FE11, 0xFE11FE11, 0x00000000, 0xFE11EEA5, 0x00000000, 0x00000000, + 0x3944FE13, 0x00000000, 0x84140000, 0xFE13FE13, 0x00000000, 0x00000000, + 0x0000B40D, 0xFE11FE11, 0xFE11FE11, 0xFE11FE11, 0xFE11FE11, 0xFE11FE13, + 0x8B4A0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x20C2FE13, + 0xFE13FE13, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x49847A88, 0x00000000, 0x00000000, 0x6A4682C8, + 0x82C80000, 0x00000000, 0x00000000, 0x418482CA, 0x00000000, 0x82C8DCCF, + 0xED0FABCB, 0x00000000, 0x00000000, 0xED0F4984, 0x82C8ED11, 0x00000000, + 0x8AC8E4D1, 0x00000000, 0x00000000, 0xED0F82C9, 0xE4CF7A89, 0x00000000, + 0x00000000, 0xB3CDCD13, 0x00000000, 0x8AC8F511, 0xF50F82C9, 0x00000000, + 0x00000000, 0x8AC9B3CD, 0xE4CF8B08, 0x00000000, 0x8B08F551, 0x00000000, + 0x00000000, 0xF50F7AC8, 0x7A86F50F, 0x39443902, 0x39424184, 0xF5517B0A, + 0x00000000, 0x8B08F50F, 0xFD4F82C8, 0x000020C2, 0xF50FF50F, 0x1040FD51, + 0xFD510840, 0xF511F551, 0x8B08FD4F, 0x51845184, 0x7246C40D, 0xFD516ACC, + 0x0000DC8D, 0xE50FCCCF, 0xCCCFE551, 0xED530000, 0xFD4FFD51, 0x8B08FD4F, + 0xDCD118C6, 0xFD51FD51, 0xCC4D0000, 0x0000A34B, 0xBC4F0000, 0x0000CC4D, + 0x7A86FD91, 0xCD0FCD0F, 0xCC8FE4CF, 0xCC4D0000, 0x00006A46, 0xFD910000, + 0x0000E50F, 0x830A0000, 0x00000000, 0x7A86FD91, 0xFD917AC9, 0x00004184, + 0xFD9149C4, 0x00000000, 0x5A480000, 0x0000FD91, 0x7A86FD91, 0x00000000, + 0x00000000, 0xDCCFABCB, 0x00000000, 0xED518B08, 0x6A46FDD3, 0x29040000, + 0x00000000, 0x7AC6FD91, 0xB40BCC8F, 0x00000000, 0xA38BC44D, 0x00000000, + 0x00000000, 0x8B08E511, 0x7286FDD1, 0x00000000, 0x00000000, 0xDD0FC48D, + 0x00000000, 0x5A06F591, 0xC48DAC0D, 0x00000000, 0x8B488B48, 0x7AC8FDD1, + 0xFDD17288, 0x8B48C44D, 0x0000FDD1, 0x00000000, 0x00000000, 0xFDD18B8C, + 0x6246FDD1, 0xFDD1FDD1, 0xFDD1FDD1, 0xFE171882, 0x00000000, 0x0000D4CF, + 0xFE114A08, 0x00000000, 0x934B934B, 0x3944934B, 0x29020000, 0x934B934B, + 0x00005206, 0x00000000, 0x00000000, 0x934B0000, 0x8B090000, 0x0000A38B, + 0x7A880000, 0x0000930B, 0x0000BC0D, 0xBC0D0000, 0x0000BC4F, 0xAB8B0000, + 0xC40D0000, 0x0840BC0D, 0xA38B9B4B, 0x9B4BA3CD, 0xCC4D9B8D, 0xCC4DAB8B, + 0xA3CD72C8, 0x6A46A3CB, 0xBC0D72C8, 0x83089B4B, 0x20829B8B, 0x8B084184, + 0x0000C44D, 0xBC0D0000, 0xBC0D0840, 0x0000B40D, 0xBC4D49C4, 0x5A06C48D, + 0x00009B8B, 0xC48F0000, 0xCCCF5A48, 0x8B4ACCCD, 0x83080000, 0x00005206, + 0x5A066206, 0x51C45A06, 0x934B9B8B, 0x9309930B, 0x82C882C8, 0x62466A46, + 0x41845A06, 0x9B8B938B, 0x7A887A88, 0x00000000, 0x00000000, 0x8B485A06, + 0x7A880000, 0x00000000 +}; + + +Gfx DL_0x0AD8[] = { + gsSPEndDisplayList(), +}; +//G_IM_FMT_RGBA, G_IM_SIZ_16b +u32 img_raRE_0x0AE0[] = { + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0xED53D4D1, 0xED53ED53, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xED11BC0D, 0xD48FED11, + 0xED11ED11, 0xED11ED11, 0xED11ED11, 0xED11ED11, + 0xED11ED11, 0xED11ED11, 0x00000000, 0xED114144, + 0xE4D1ED53, 0xED53D4D1, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xE4D1ED11, 0xED1182C8, + 0xED11ED11, 0xED11ED11, 0xED11ED11, 0xED11ED11, + 0xED11ED11, 0xED11ED11, 0xED114144, 0x00000000, + 0xF553F553, 0xE511F553, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xF5514984, 0xE4D1ED11, + 0xED11ED11, 0xED11ED11, 0xED11ED11, 0xED11ED11, + 0xED11ED11, 0xED11ED11, 0x00000000, 0xED114144, + 0xDDD5F551, 0xF553F553, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xE4D1F551, 0xDCCF4984, + 0xF511F511, 0xED11ED11, 0xED11ED11, 0xED11ED11, + 0xED11ED11, 0xF511F551, 0xF5514144, 0x00000000, + 0xF551F551, 0x7BCEF551, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xDCCF4984, 0xE511F551, + 0x62060000, 0xF511F511, 0x84108410, 0x00000000, + 0x84128412, 0x84108410, 0x00000000, 0x84124208, + 0x0000F551, 0xF551F551, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xE511F551, 0xDCCF3944, + 0xF551F511, 0x7A880000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0xF551F551, 0x0000E4CF, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xE4D10000, 0xED11F553, + 0x7A880000, 0xF551F551, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000B3CD, 0xF553F553, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xED11FD53, 0xE4D10000, + 0xFD53F551, 0xA38B0000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0xFD93FD93, 0x0000B40D, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xE5110000, 0xED53FD93, + 0x9B4B0000, 0xFD93FD93, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000BC0D, 0xFD93FD93, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xFD93FD93, 0xE5110000, + 0xFD93FD93, 0x82C80000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0xFD93FD93, 0x0000BC0D, 0x00000000, 0x00000000, + 0x00005A06, 0x00000000, 0xE5110000, 0xFD93FD93, + 0xE4D10000, 0xFD93FD93, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000BC0D, 0xFD93FD93, 0x00000000, 0x00000000, + 0x00000000, 0x00008B0A, 0xFD93FD93, 0xD4910000, + 0xFD93FD93, 0xE5130000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000800, + 0xFD93FD93, 0x0000BC0D, 0x49C40000, 0x8B0A7288, + 0x8B0AFD93, 0x00008B0A, 0x72880000, 0xFDD3FDD3, + 0xE5130000, 0xE513FDD3, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000800, 0x00000000, + 0x00007288, 0xFD93FD93, 0xFD93FD93, 0xFD93FD93, + 0xFD93FD93, 0xFD93FD93, 0xFD93FDD5, 0x73960000, + 0xE511FDD3, 0xF5938B4A, 0x41448B4A, 0x084020C2, + 0x49846A88, 0x8B4A1040, 0x6A880000, 0x00000800, + 0xFD93FD93, 0x0000BC0D, 0xFD93FD93, 0xFD93FD93, + 0xFD93FD93, 0xFD93FD93, 0x00000000, 0xFD93934D, + 0xFDD3FDD3, 0xE511FDD3, 0xFDD3FDD3, 0xFDD3FDD3, + 0xFDD5FDD5, 0xFDD3FDD5, 0x00000840, 0xC44F0000, + 0x00007288, 0xFD93FD93, 0xFD93FD93, 0xFD93FD93, + 0xFD93FD93, 0xFD93FD93, 0xFD938B0A, 0x00000000, + 0xE511FD93, 0xFD93FDD3, 0xFDD3FDD3, 0xFDD3FDD3, + 0xFDD3FDD3, 0xFDD3FDD3, 0xE5110000, 0x00000840, + 0xFD91FD91, 0x00007286, 0x8B0A8B0A, 0x930B8B0A, + 0xFD93FD93, 0xF697F655, 0x00000000, 0xFD93FD93, + 0xFD93FD93, 0xE511FD93, 0xFDD3FDD3, 0xFDD3FDD3, + 0xFDD3FDD3, 0xFDD3FDD3, 0x00008B4A, 0xE5110000, + 0x00007286, 0xFD91FD91, 0x00000000, 0x00000000, + 0x00000000, 0x0000DD0F, 0xFD93FD93, 0xD48F0000, + 0xE511FD93, 0xF551DDD5, 0xFED9EE57, 0xFE99A3CD, + 0x8B4A8B4A, 0x9B8B8B4A, 0x8B4A0000, 0x00008B4A, + 0xFD93FD93, 0x00007288, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xFD910000, 0xF551FD91, + 0xF5510000, 0xCC8FFD91, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000BC4D, 0x00000000, + 0x00007288, 0xFDD1FD91, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xD4CFFD91, 0xFD9151C4, + 0xE511FD91, 0xF5510000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x0000FDD3, + 0xFDD1FDD1, 0x00007286, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0xFDD17AC9, 0x0000FDD1, + 0xF5910000, 0xCC8FFDD1, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000FDD3, 0x00000000, + 0x00006246, 0xFDD1FDD1, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0000FDD1, 0xFDD1A38B, + 0xCC8FFDD3, 0xF5910000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x0000FDD3, + 0xFDD1FDD1, 0x00004144, 0x00000000, 0x41440000, + 0x00000000, 0x00000000, 0xFDD3C44D, 0x0000FDD1, + 0xFD910000, 0xCC8FFDD3, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x4184FDD3, 0x00000000, + 0x00004144, 0xFDD1FDD1, 0x72460000, 0x00000000, + 0x00000000, 0x00000000, 0x0000FDD3, 0xFDD3A3CB, + 0xCC8FFDD3, 0xF5910000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x2902FDD3, + 0xFDD1FDD1, 0x00004144, 0x00000000, 0x72460000, + 0x00000000, 0x00000000, 0xFDD36206, 0x6A86FDD3, + 0xFDD30000, 0xCCCFFDD3, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x6A86FE13, 0x00000000, + 0x00004184, 0xFDD1FDD3, 0x72460000, 0x00000000, + 0x00000000, 0x00008308, 0xF5D1FDD3, 0xFDD351C6, + 0xCCCFFDD3, 0xFDD30000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x7AC8FE13, + 0xFDD3FDD3, 0x00000000, 0x8B4A8B4A, 0xF5D18B4A, + 0xFDD3FDD3, 0x8B4A9B8B, 0xED510000, 0xFE13FE13, + 0xFE13FDD3, 0x72C8FE13, 0xFDD3FDD3, 0xFDD3FDD3, + 0xFDD3FDD3, 0xFDD3FDD3, 0xDD11FE13, 0xFE13FE13, + 0x00000000, 0xFE13FE13, 0xFE13FE13, 0xFE13FE13, + 0xFE13FE13, 0xFE13FE13, 0xFE13FE13, 0xEEA90000, + 0x7288FE13, 0xFE13FE13, 0xFE13FE13, 0xFE13FE13, + 0xFE13FE13, 0xFE13FE13, 0xFE13FE13, 0xDD51FE13, + 0xFE13FE13, 0x00000000, 0xFE13FE13, 0xFE13FE13, + 0xFE13FE13, 0xFE13FE13, 0x00000000, 0xFE13FDD3, + 0xFE13FE13, 0x72C8FE13, 0xFE13FE13, 0xFE13FE13, + 0xFE13FE13, 0xFE13FE13, 0xFE13FE13, 0xFE13FE13, + 0x00004184, 0xFE13FE13, 0xFE13FE13, 0xFE13FE13, + 0xFE13FE13, 0xFE13FE13, 0x9BCD8C5C, 0x00000000, + 0x72C8FE13, 0xFE13FE13, 0xFE13FE13, 0xFE13FE13, + 0xFE13FE13, 0xFE13FE13, 0xFE13FE13, 0xFE13FE13, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x82CA7ACA, 0x00000000, 0x00000000, 0x7AC87A88, + 0x82C882C8, 0x82C882C8, 0x82C882C8, 0x59C60000, + 0x00000000, 0xED11ED11, 0xE511ABCD, 0x00000000, + 0xED11ED11, 0xED11ED11, 0x9B4B0000, 0xED11ED11, + 0xCD13F553, 0x00000000, 0x00000000, 0xED11934B, + 0xF5119B4B, 0x82C8BC91, 0xBC91BCD1, 0x834C0000, + 0x00000000, 0x82C8F551, 0xED118B08, 0x00000000, + 0x00000000, 0xF5514184, 0x00000000, 0x00000000, + 0x6246FD53, 0x00000000, 0x00000000, 0xF55382C8, + 0xFD5359C6, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x6A46FD93, 0xFD9382CA, 0x00001882, + 0x00000000, 0xFD936206, 0x00000000, 0x00000000, + 0x6A46FD93, 0x41841880, 0x29028B0A, 0xFD935A06, + 0xFD9382CA, 0x00000000, 0x00000000, 0x00000000, + 0xFD93FD93, 0x51C4FD93, 0xE5132106, 0xFD93FD93, + 0xB40F934B, 0xF553E511, 0x51C60000, 0xB40DAC0D, + 0x4144FD93, 0xCC4FCC4F, 0xFE13FD93, 0xE5110000, + 0xF551FD93, 0xFDD3FDD3, 0xFDD3FDD3, 0x7ACA2902, + 0x00000000, 0x4144FD91, 0xFD9182C8, 0x00004184, + 0x8BCC730A, 0xED51BC4F, 0x29025A06, 0x51C651C6, + 0x4144FDD1, 0x00000000, 0x00000000, 0xBC4DBC0D, + 0xED518B08, 0x00000000, 0x00000000, 0x00008B4A, + 0x10400000, 0x2902FDD1, 0x8B4ADCCF, 0x00000000, + 0x00000000, 0xE5118B08, 0x00009B8B, 0x00000000, + 0x20C2FDD1, 0x41440000, 0x00000000, 0xA3CBC48F, + 0xE5518B4A, 0x00000000, 0x00000000, 0x0000AC0D, + 0x830849C4, 0x1080FDD1, 0xFDD39B8B, 0x51C6ABCD, + 0x8B4A8B4A, 0xD4CFCC8F, 0x8B4AD50F, 0x8B4A8B4A, + 0x0000FE13, 0xFE13FE13, 0xFE13FE13, 0xFE134A0C, + 0xBC4DFE13, 0xFE13FE13, 0xFE13FE13, 0xFE13F5D3, + 0x934B934B, 0x1080934B, 0x524A0000, 0x934B934B, + 0x938B938B, 0x6A86934B, 0x938B938B, 0x938B938B, + 0xB40F0000, 0x0000A38B, 0xBC0DBC0D, 0xBC0D4184, + 0x0000C40D, 0xD48F0000, 0x6A882904, 0xB3CD5A06, + 0xB3CD0000, 0x0800BC4F, 0xB3CD0000, 0x00000000, + 0xB40DA38D, 0xB3CDA38B, 0x62461882, 0xD4D15A06, + 0xA38B7288, 0x9B8BA38B, 0xE511C48F, 0xABCD51C6, + 0x0000BC0D, 0xA38B0800, 0x000051C6, 0xBC4D0000, + 0x9B8B4984, 0x4984C44D, 0xC48F49C4, 0x49C48B4A, + 0xCCCF72CA, 0x72C8CCCF, 0xCCCFC4CF, 0xAC0DCCCF, + 0x6A486206, 0xA38B6A48, 0x82C820C2, 0x8B0A8B0A, + 0x72888308, 0xA38D5A06, 0xA3CD9BCB, 0x8B48938B, + 0x7A886A48, 0x00000000, 0x00000000, 0x8308934B, + 0x82C80000, 0x00000000 +}; + + +Gfx DL_0x1598[] = { + gsSPEndDisplayList(), +}; +//G_IM_FMT_RGBA, G_IM_SIZ_16b +u32 imgWAre_0x15A0[] = { + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00005A06, 0x8B0C0000, 0x00000000, 0x29040000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x20C20000, 0x00005A06, 0x00000000, 0x7ACA0000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0xFDD5FDD5, 0xFDD5FDD5, 0xFDD50000, 0x00000000, + 0x00000000, 0x00000000, 0x0000CC93, 0xFDD7FDD7, + 0xFDD7FE17, 0xFE17FE17, 0xFE17FE17, 0xFE17FE17, + 0xFE17FE17, 0xFE17FE17, 0xFE17E555, 0x00000000, + 0xD4D1FDD5, 0xFDD5FDD5, 0x00000000, 0xFDD71040, + 0x00000000, 0x00000000, 0xFDD7FDD7, 0x0000CCD3, + 0xFE17FE17, 0x51C6FE17, 0xFE17FE17, 0xFE17FE17, + 0xFE17FE17, 0xFE17FE17, 0x00000000, 0xFE17E555, + 0xFDD5FDD5, 0x7A89FDD7, 0xFDD71040, 0x00000000, + 0x00000000, 0x00000000, 0x0000DD55, 0xFE17F5D7, + 0x4184FE17, 0xFE17FE17, 0xFE17FE17, 0xFE17FE17, + 0xFE17FE17, 0xFE17FE17, 0xFE17F5D5, 0x00000000, + 0x4144FDD7, 0xFDD5FDD5, 0x00000000, 0xFDD71882, + 0x00000000, 0x00000000, 0xFE17F5D7, 0x0000DD55, + 0xFE17F5D7, 0x4184FE17, 0xF663F5D9, 0xF6A9F595, + 0xF595F595, 0xF6A9F665, 0x00000000, 0xF595E555, + 0xFDD5FDD5, 0x3944FDD7, 0xFDD71882, 0x00000000, + 0x00000000, 0x00000000, 0x0000CCD3, 0xFE17F5D7, + 0x3102FE17, 0xFE171040, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x3104FDD7, 0xFDD5D513, 0x00000000, 0xFDD71882, + 0x00000000, 0x00000000, 0xFE17F5D7, 0x0000CCD3, + 0xFE174184, 0x28C2FE17, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0xFDD551C6, 0x3104FDD7, 0xFDD71882, 0x00000000, + 0x00000000, 0x00000000, 0x0000CCD1, 0xFE17F5D5, + 0x1880FE17, 0xFE17934D, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x2082FDD5, 0xFDD50840, 0x00000000, 0xFDD51882, + 0x00000000, 0x00000000, 0xFDD5F5D5, 0x0000CCD1, + 0xFDD5DD13, 0x1880FDD5, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0xFDD50800, 0x1040FDD5, 0xFDD5830A, 0x00000000, + 0x00000000, 0x00000000, 0x0000CC91, 0xFDD5FDD5, + 0x0000ED53, 0xFDD5FD95, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x1040FDD5, 0xFDD50000, 0x00000000, 0xFDD59B8D, + 0x00000000, 0x00000000, 0xFDD5F593, 0x0000CC91, + 0xFDD3FD93, 0x0000ED51, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0xA3CD0000, 0x1040FDD5, 0xFDD59B8D, 0x00000000, + 0x00000000, 0x00000000, 0x0000DD11, 0xFDD3F593, + 0x0000ED51, 0xFD93FD93, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x1040FDD5, 0xA3CD0000, 0x00000000, 0xFDD59B8D, + 0x00000000, 0x00000000, 0xFDD3F593, 0x8B4AFDD3, + 0xFD93FD93, 0x0000DCCF, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x18820000, 0x0000E511, 0xFDD5FDD5, 0x8B4A8B4A, + 0x8B4A8B4A, 0x934BFDD3, 0xFDD3FDD3, 0xFDD3ED51, + 0x0000DCCF, 0xFDD3FD93, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x0000E511, 0x18820000, 0xFDD3FDD3, 0xFDD5FDD5, + 0xFDD3FDD3, 0xFDD3FDD3, 0xFDD3830A, 0xFDD3FDD3, + 0xFDD3FDD3, 0x0000BC0D, 0x8B4A8B4A, 0x8B4A8B4A, + 0x8B4A8B4A, 0x8B4A8B4A, 0x00000000, 0x8B4A82C8, + 0x18820000, 0x0000D48F, 0xFDD5FDD5, 0xFDD5FDD3, + 0xFDD3FDD3, 0xFDD3FDD3, 0xFDD3FDD3, 0x9B8B0000, + 0x0000BC0D, 0xFDD3FDD3, 0xFDD3FDD3, 0xFDD3FDD3, + 0xFDD3FDD3, 0xFDD3FDD3, 0xFDD3E551, 0x00000000, + 0x0000E551, 0x00000000, 0xFDD5FDD5, 0xFDD5FDD5, + 0xFDD3FDD3, 0xFDD5FDD3, 0xFDD30000, 0xFDD3FDD3, + 0xFDD3FDD3, 0x00009B8B, 0xFDD3FDD3, 0xFDD3FDD3, + 0xFDD3FDD3, 0xFDD3FDD3, 0x00000000, 0xFDD3E551, + 0x00000000, 0x0000C48F, 0xFE15FE15, 0x00000000, + 0x00000000, 0x0842A411, 0xBC4FFDD3, 0xFDD3ED93, + 0x0000A38B, 0xFDD3FDD3, 0xFDD3FDD3, 0xFDD3FDD3, + 0xFDD3FDD3, 0xFE13FE13, 0xFE15E553, 0x00000000, + 0x0000ABCD, 0x00000000, 0x00000000, 0xFE15FE15, + 0x00000000, 0x00000000, 0xFE15FE15, 0x0000FE19, + 0xFE15FE15, 0x728882C9, 0x00000000, 0x00000000, + 0x8C628C62, 0x00000000, 0x00000000, 0x8C627BDE, + 0x00000000, 0x0000830A, 0xFE15FE15, 0x00000000, + 0x00000000, 0x00000000, 0x00008B4F, 0xFE15FE15, + 0xCCD182C9, 0xFE15FE15, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00007B0A, 0x00000000, 0x00000000, 0xFE15FE15, + 0x00000000, 0x00000000, 0xF5D5FE15, 0x00000000, + 0xFE15FE15, 0xED936A45, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00006A86, 0xFE15FE15, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0xED93FE15, + 0xFE1561C4, 0xFE55FE15, 0x31040000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00006A86, 0x00000000, 0x00000000, 0xFE15FE15, + 0x00000000, 0x00000000, 0xC48FFE55, 0x00000000, + 0xFE55FE55, 0xFE555A04, 0x00000000, 0x7B0A0000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00006204, 0xFE15FE55, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0xB40FFE55, + 0xFE556206, 0xFE55FE55, 0xC4D10000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00003902, 0x00000000, 0x00000000, 0xFE55FE55, + 0x00000000, 0x00000000, 0xE593FE55, 0x00000000, + 0xFE15FE55, 0xFE5559C4, 0x00000000, 0x938D0000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00003102, 0xFE55FE55, 0x7B0A0000, + 0x00000000, 0x00000000, 0x00006288, 0xF615FE55, + 0xFE550800, 0xFE15FE55, 0xDD530000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00003102, 0x00000000, 0xF6153144, 0xFE55FE55, + 0x8B8A20C2, 0x8B8C7B0A, 0xFE55FE55, 0x8B8CE593, + 0xFE15FE55, 0xE5930000, 0x8B8C8B8C, 0xEE158B8C, + 0x8B8A8B8A, 0x8B8C8B8C, 0x8B8A0000, 0x8B8A1882, + 0x00000000, 0x00003102, 0xFE55FE55, 0xFE55FE55, + 0xFE55FE55, 0xFE55FE55, 0xFE55FE55, 0xFE55FE55, + 0x72C80000, 0xF5D3FE55, 0xFE55FE55, 0xFE55FE55, + 0xFE55FE55, 0xFE55FE55, 0xFE55FE55, 0xFE550000, + 0x00000000, 0x00000000, 0xFE55FE55, 0xF613FE55, + 0xFE55FE55, 0xFE55FE55, 0xFE55F655, 0xFE55FE55, + 0xF613FE55, 0x00000000, 0xFE55FE55, 0xFE55FE55, + 0xFE55FE55, 0xFE55FE55, 0xFE550000, 0xFE55FE55, + 0x00000000, 0x00000000, 0xF613FE55, 0xFE55FE55, + 0xFE95FE95, 0xFE95FE95, 0xFE95FE95, 0xFE95834A, + 0x00000000, 0xE593FE95, 0xFE95FE95, 0xFE95FE95, + 0xFE95FE95, 0xFE95FE95, 0xFE95FE95, 0xFE950000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x29041882, 0x08400000, 0x00000000, 0x00000000, + 0x18820840, 0x28C20000, 0x00000000, 0x00000000, + 0x934D0000, 0xFDD5F595, 0x728AFDD7, 0x00000000, + 0xFE17FE17, 0xD513FE17, 0xF5D70000, 0xFE17FE17, + 0xFDD5B40F, 0x938D0000, 0x00000000, 0x7ACAFDD7, + 0xA3CFFDD7, 0xF61BF61B, 0xF65FF5D7, 0xF5D50000, + 0x9B8D0000, 0xF595A3CF, 0x72CAFDD7, 0x00000000, + 0x00000000, 0xA3CD9BCD, 0x00000000, 0x00000000, + 0xA3CD9B8D, 0x9B8D0000, 0x00000000, 0x72C8FDD5, + 0x9B8DDD13, 0x00000000, 0x00000000, 0x00000000, + 0xCC910000, 0x934D934D, 0x7288FDD5, 0x00000000, + 0x00000000, 0x830BFDD5, 0x00000000, 0x00000000, + 0x5A06934D, 0xCCD10000, 0x00000000, 0xA38DFD93, + 0x82C8FD93, 0x00000000, 0x00000000, 0x00000000, + 0xFDD5CC8F, 0x104082C8, 0xFDD3DD11, 0xCC8FE511, + 0x51C451C4, 0x7286FDD3, 0x49C40000, 0x51C451C4, + 0x08407AC8, 0xFDD5FDD5, 0xFDD3FDD3, 0xFDD37288, + 0x6206FDD3, 0xFDD3FDD3, 0xFDD3FDD3, 0xF5930000, + 0xFE150000, 0x00006246, 0xBC4FFDD3, 0x00003144, + 0x934B934B, 0x6A46FDD3, 0xBCDB0000, 0x934BCD1B, + 0x00004984, 0xFE150000, 0x00000000, 0x2904FE15, + 0xABCDFE15, 0x00000000, 0x00000000, 0x00000000, + 0xFE150000, 0x00003944, 0x0000ED93, 0x00000000, + 0x31440000, 0xB44DFE55, 0x00000000, 0x00000000, + 0x000028C2, 0xFE550000, 0x00000000, 0x0000E593, + 0xB44FFE55, 0x62480000, 0x00000000, 0x00000000, + 0xFE5572C8, 0x00001880, 0x7B0AFE55, 0x49C63144, + 0x9BCD4A06, 0x8B4AFE55, 0x31442902, 0x4A064A06, + 0x00001040, 0xFE55FE55, 0xFE55FE55, 0xFE55FE55, + 0x20C2FE15, 0xFE55FE55, 0xFE55FE55, 0xFE55938D, + 0x8B8B938D, 0x00000000, 0x938D6AC8, 0x938D938D, + 0x938D938D, 0x00008B4A, 0x938D5206, 0x938D938D, + 0x934D3104, 0x00006A48, 0x8B4C938D, 0x8B4C49C6, + 0x0000BC51, 0xD4D351C6, 0x8B4E49C6, 0xBC518B4E, + 0x9B8D6248, 0x0000BC4F, 0xBC4F0000, 0x00000000, + 0x7AC8DD11, 0x6246AC0D, 0x29021880, 0xBC4D2902, + 0x4184CC91, 0x9B8DCCD1, 0xB40DCC8F, 0xD5137B0C, + 0x0000934B, 0x20C2934B, 0x00000000, 0xD5111040, + 0x1040A40D, 0x20C2A40D, 0xCD115A06, 0x29021882, + 0xCD11C4D1, 0x0000CD11, 0xCD11A40D, 0x72C8CD11, + 0x7ACA51C6, 0x9B8F6A8A, 0x72881040, 0x830A8B0A, + 0x72C8830A, 0xA3CD6248, 0x9BCD72C8, 0x6A889BCD, + 0x7ACA6248, 0x00000000, 0x00000000, 0x7B0A830A, + 0x7ACA0000, 0x00000000 +}; + + +Gfx DL_0x2058[] = { + gsSPEndDisplayList(), +}; +//G_IM_FMT_RGBA, G_IM_SIZ_16b +u32 imgwaRE_0x2060[] = { + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x7246ED11, 0x00000000, 0x00000000, 0xED110000, + 0x00000000, 0x00000000, 0x8B0A6A48, 0x00007ACA, + 0x8B0A0000, 0x0000830A, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00008B0C, 0x00000000, + 0x00000000, 0xB3CDED11, 0xED510000, 0x00000000, + 0x00000000, 0x00000000, 0x0000ED13, 0xF593F595, + 0x0000CC91, 0xF595F595, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x5A08FDD5, + 0xB3CDF553, 0x00000000, 0x00000000, 0xF553E511, + 0x00000000, 0x00000000, 0xF593F595, 0x0000ED53, + 0xF595FD95, 0x4986B389, 0x00000000, 0x62480000, + 0x00000000, 0x00000000, 0x7289FDD5, 0x00000000, + 0x00000000, 0xF553F553, 0xF553E511, 0x00000000, + 0x00000000, 0x00000000, 0x0000F593, 0xF593F593, + 0x8B0A0000, 0xFD95FD95, 0xB40F0000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0xB40FFDD5, + 0xF553F553, 0x00001882, 0x00000000, 0xF553F553, + 0x00000000, 0x00000000, 0xFD93FD95, 0x6248FD93, + 0xF553FD95, 0x934B0000, 0x00000000, 0xFD950000, + 0x00000000, 0x00000000, 0xBC0FFDD5, 0x00000000, + 0x00001882, 0xFD93FD93, 0xFD93FD93, 0x18820000, + 0x00000000, 0x00000000, 0x6248FD93, 0xFD95FD95, + 0xFD950000, 0xC40DFD95, 0xFD951882, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0xE553FDD5, + 0xFD93FD95, 0x000028C2, 0x8B0A0000, 0xF593FD95, + 0x00000000, 0x00000000, 0xFD93FD95, 0x82CAFD95, + 0x0800FD95, 0xFD951882, 0x00000000, 0xFD956A48, + 0x00000000, 0x00000000, 0xFDD5FDD5, 0x00002082, + 0x00007248, 0xFD93FD95, 0xE511FD95, 0xC44F0000, + 0x00000000, 0x00000000, 0xBC4FFD95, 0xFD93FD95, + 0xFD954984, 0x0000FD95, 0xFD95BC0F, 0x00000000, + 0x00000000, 0x00000000, 0x00003944, 0xFDD5FDD5, + 0xFD95FD95, 0x0000A38D, 0xDCD10000, 0x51C4FD95, + 0x00000000, 0x00000000, 0xABCDFD95, 0xD491FD95, + 0x00007A88, 0xFD958B0A, 0x10400000, 0xFDD5FDD5, + 0x00000000, 0x00000000, 0xFDD5FDD5, 0x00005A06, + 0x0000A38D, 0xFD95FD95, 0x0000FD95, 0xFD930000, + 0x00000000, 0x00000000, 0xDCD1FD95, 0x8B0ABC0F, + 0xFDD5F553, 0x000028C2, 0xFDD5FDD5, 0xDD11DD13, + 0xDD13DD13, 0xDD13DD13, 0xDD13E553, 0xFDD5FDD5, + 0xFDD5B40F, 0x0000FD93, 0xFDD54184, 0x0000FDD5, + 0x00000000, 0x00000000, 0x104051C6, 0xFD95FDD5, + 0x08401080, 0xFDD5FDD5, 0xFDD5FDD5, 0xFDD5FDD5, + 0xFDD5FDD5, 0xFDD5FDD5, 0xFDD5FDD5, 0xFDD5FDD5, + 0x0800FDD5, 0xFDD5B40F, 0x0000FDD5, 0xFDD5830A, + 0x00000000, 0x00003944, 0xFDD5FDD5, 0x00002902, + 0xFDD5FDD5, 0x10820000, 0xF553FDD5, 0xFDD5FDD5, + 0xFDD5FDD5, 0xFDD5FDD5, 0xFDD5FDD5, 0xFDD5A3CD, + 0xFDD55A06, 0x0800FDD5, 0xFDD5C491, 0x00001882, + 0x00004184, 0x00000000, 0x00000000, 0xFDD5FDD5, + 0x10820000, 0xFDD5FDD5, 0xFDD5FEE5, 0x6A48FDD5, + 0xFDD5FEE9, 0xFE19FE5F, 0xFDD5A3CD, 0xFDD5FDD5, + 0x0800FDD5, 0xFDD53104, 0x00001882, 0xFDD5FDD5, + 0x00000000, 0x000051C6, 0xFDD5FDD5, 0x00000000, + 0xED11FDD5, 0xFDD50000, 0x59C4FDD5, 0xFDD50800, + 0x00000000, 0x00000000, 0x1882FDD5, 0xFDD51882, + 0xFDD53104, 0x0840FDD5, 0xFDD5FDD5, 0x00000840, + 0x00007288, 0x00000000, 0x00000000, 0xFE15FE15, + 0xFDD50000, 0xC44FFE15, 0xFDD58B4A, 0x0000FDD5, + 0x00000000, 0x00000000, 0xFDD51882, 0x28C2FDD5, + 0x0840FDD5, 0xFDD53104, 0x00000840, 0xFDD5FDD5, + 0x41840000, 0x0000BC4F, 0xFE15FE15, 0x00000000, + 0x8309FE15, 0xFE150000, 0x0000B40F, 0xFE15F5D5, + 0x00000000, 0x00000000, 0x9B8DFE15, 0xFE151882, + 0xFDD50000, 0x8B4AFDD5, 0xED51FDD5, 0x00000000, + 0x0000BC4F, 0x41840000, 0x00000000, 0xFE159B8D, + 0xFE150000, 0x4142FE15, 0xFE15FE15, 0x0000A38B, + 0x00000000, 0x00000000, 0xFE150000, 0xBC4FFE15, + 0x8B4AFDD3, 0xFDD30000, 0x00000000, 0x9B4BFDD5, + 0xA3CD0000, 0x0000D4D1, 0xFE159B8D, 0x00000000, + 0x0000FE15, 0xFE15830A, 0x00000000, 0xFE15FE15, + 0x72C80000, 0x00000000, 0xFE15FE15, 0xBC4F0000, + 0xD4D10000, 0xBC4DFDD3, 0x51C6FE15, 0x00000000, + 0x0000FE15, 0xFE150000, 0x00000000, 0xFE151082, + 0xFE15E553, 0x0000E593, 0xFDD5FE15, 0x00000000, + 0x00000000, 0xD5110000, 0x72C80000, 0xFE15FE15, + 0xFDD3FDD3, 0xD4D10000, 0x00000000, 0x0000FE15, + 0xFE150840, 0x1882FE15, 0xFE151082, 0x00000000, + 0x0000D4D1, 0xFE15F5D3, 0x00000000, 0xDD11FE15, + 0xED930000, 0x00000800, 0xFE15FE15, 0x41840000, + 0xA3CD0000, 0xFDD3FDD3, 0x0000F593, 0x00000000, + 0x1882FDD3, 0xFDD32902, 0x00000000, 0xFE131080, + 0xFE15FE15, 0x0000A38B, 0x59C4FE15, 0x00000000, + 0x00004184, 0xFE151040, 0x39440000, 0xFE15FE15, + 0xFDD3FDD3, 0x8B4A0000, 0x00000000, 0x0000BC0D, + 0xFDD3B40D, 0x28C2FDD3, 0xFDD31040, 0x00000000, + 0x00000000, 0xFDD3FE13, 0x20C20000, 0x0000FE13, + 0xFE156A88, 0x0000938B, 0xFE15F5D3, 0x00000000, + 0x5A060000, 0xFDD3FDD3, 0x0000934B, 0x00000000, + 0x4984FDD3, 0xFDD3FDD3, 0x00000000, 0xFDD30000, + 0xFDD3FE13, 0x00000000, 0x0000F591, 0x8B4A0000, + 0x0000D4D1, 0xFE13CCCF, 0x00000000, 0xFE15DD51, + 0xFDD3FDD3, 0x20C20000, 0x00000000, 0x00003102, + 0xFE13FDD3, 0x8B4BFE13, 0xCCCF0000, 0x00000000, + 0x00000000, 0xE551FE13, 0xE5910000, 0x00006206, + 0xFE13FE13, 0x18C2F5D3, 0xFE15C4CF, 0x00000000, + 0x00000000, 0xFE13F593, 0x00000000, 0x00000000, + 0xC48FFE13, 0xFE13FE13, 0x00000000, 0xB44D0000, + 0x9B8BFE13, 0x00000000, 0x00001040, 0xFE130000, + 0x49C4FE13, 0xFE13FE15, 0x00000000, 0xFE157AC8, + 0xFE13ED91, 0x00000000, 0x00000000, 0x00000000, + 0xED91FE13, 0xFE13FE13, 0x41840000, 0x00000000, + 0x00000000, 0x1080FE13, 0xFE133944, 0x00000000, + 0xFE15FE15, 0xF5D3FE15, 0xFE156A88, 0x00000000, + 0x00000000, 0xFE13ED91, 0x00000000, 0x00000000, + 0xFE13FE13, 0xD511FE13, 0x00000000, 0x39440000, + 0x0000FE13, 0x00000000, 0x00000000, 0xFE136A88, + 0xFE55FE55, 0x934BFE55, 0x00000000, 0xF6130000, + 0xFE13ED93, 0x00000000, 0x00000000, 0x00000000, + 0x7AC8FE13, 0xFE13FE13, 0x39440000, 0x00000000, + 0x00000000, 0x0000FE15, 0xFE55BC8F, 0x00000000, + 0x3944FE55, 0xFE55FE55, 0xF6130000, 0x00000000, + 0x00000000, 0xFE13DD51, 0x00000000, 0x00000000, + 0xFE13FE13, 0x0000FE13, 0x00000000, 0x00000000, + 0x0000ED51, 0x00000000, 0x00000000, 0xFE55FE55, + 0xFE55FE55, 0x1882FE55, 0x00000000, 0xE5D30000, + 0xFE13DD51, 0x00000000, 0x00000000, 0x00000000, + 0x0000FE13, 0xFE53D551, 0x00000000, 0x00000000, + 0x00000000, 0x00008AC9, 0xFE55FE55, 0x00000000, + 0x0000F5D3, 0xFE55FE55, 0x834A0000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00006206, 0x49840000, 0x00000000, 0x20C24184, + 0x28C228C2, 0x00000000, 0x00000000, 0x00002902, + 0xBC0D0000, 0x0000D48F, 0x82CAF593, 0x00000000, + 0x18820000, 0x7A88F595, 0x0000B40F, 0x00000000, + 0x0800F553, 0xF5530000, 0x00000000, 0x9B8DF593, + 0x49C6F595, 0x7ACA0000, 0x00000000, 0x0000DD13, + 0xFD933102, 0x1040FD93, 0xBC0FFD95, 0x00000000, + 0xA3CD0000, 0x934BBC0F, 0x0800FD95, 0x00000000, + 0x4984FD93, 0xD4917288, 0x00000000, 0xE511ED13, + 0xBC0F6A48, 0xED530000, 0x00000000, 0x28C2FDD5, + 0x8B0B9B8D, 0x7288ED53, 0xF5936A88, 0x00000000, + 0xFDD5ED53, 0xFD951080, 0xED93FDD5, 0xED53ED53, + 0x934BC491, 0x51C6D4D1, 0x000020C2, 0xFDD51040, + 0xFDD50840, 0xDCD1FE19, 0xFE19FE1B, 0xFDD5D4D1, + 0x0840FDD5, 0x934BA3CD, 0xFDD50000, 0x00003144, + 0xA38DAC0F, 0xED538B4A, 0x9B8D9B8D, 0x00000000, + 0xAC0D9B8D, 0x0000FDD5, 0x20C26A48, 0xE5530000, + 0xB40F934D, 0x6206FDD5, 0x00000000, 0xD511938D, + 0x0000BC4F, 0xD4CF830A, 0xB44F0000, 0x7AC8830A, + 0x0000FE15, 0x8B4ADD13, 0xFE155206, 0x5A060000, + 0xFDD36A48, 0x00008B4A, 0x9B8D9B8D, 0x938D0000, + 0x6A46FDD5, 0x0000D4D1, 0x8B4A1080, 0xFE1520C2, + 0x00005A06, 0xFDD34184, 0x934B0000, 0xED51A3CD, + 0x31448B4A, 0x0000FDD3, 0xF5D30000, 0xCCD16246, + 0xFDD30840, 0x00001040, 0xFE13D4CF, 0x6A880000, + 0x0000E551, 0x8B4A20C2, 0xFE139BCD, 0xD5110000, + 0x00000000, 0xF5D30000, 0x20C20000, 0xF5D3FE13, + 0xAC0D0000, 0x0000938B, 0xA3CD0000, 0xE593FE15, + 0xF5D30000, 0x00000000, 0xA40DFE13, 0x10400000, + 0x00008B4A, 0xEDD30000, 0x9BCDFE55, 0x834A0000, + 0x00000000, 0x834A0000, 0x00000000, 0x51C6834A, + 0x938B0000, 0x000028C2, 0x29020000, 0x49C6938B, + 0x59C64984, 0x00007ACA, 0x7A880800, 0x00004184, + 0x0000D4D1, 0x8B0B934B, 0x0000830A, 0xA3CD51C6, + 0xABCD9B8D, 0x0000CC91, 0x934BC44F, 0x830ACC91, + 0x1882934D, 0xA3CD934D, 0x934FC491, 0xABCDCCD1, + 0xABCD7AC8, 0x624872C8, 0xAC0DA3CD, 0x1882B44F, + 0xB40D51C6, 0xAC0D4184, 0x7AC8938D, 0xA3CD6A88, + 0x8B4A0000, 0xF5932902, 0x6A465A46, 0xE5516A88, + 0xA3CD0000, 0x6A880000, 0xA40D3144, 0x31426A88, + 0x72886206, 0x62063944, 0xB40FABCF, 0xA38D6A48, + 0x830A7AC8, 0x938D7ACA, 0x5A068B4A, 0x49847AC8, + 0x72887ACA, 0x00000000, 0x00000000, 0x72887B0A, + 0x7AC80000, 0x00000000 +}; + +//split me into 28 groups of verts per the gsSPVertex calls +Vtx maybeverts2B18[] = { + {0x008E, 0x008E, 0x000B, 0x0000, 0x0362, 0x0317, 0x08, 0x09, 0x7E, 0x00}, + {0x008A, 0x009D, 0x000B, 0x0000, 0x0359, 0x0335, 0x07, 0x09, 0x7E, 0x00}, + {0x0080, 0x00AB, 0x000B, 0x0000, 0x033D, 0x0351, 0x07, 0x0A, 0x7E, 0x00}, + {0x0071, 0x00B5, 0x000B, 0x0000, 0x0317, 0x0365, 0x06, 0x0A, 0x7E, 0x00}, + {0x0063, 0x00B9, 0x000B, 0x0000, 0x02F2, 0x036C, 0x05, 0x0B, 0x7E, 0x00}, + {0xFFB3, 0x00B9, 0x000B, 0x0000, 0x0113, 0x036C, 0xFB, 0x0B, 0x7E, 0x00}, + {0xFFA4, 0x00B5, 0x000B, 0x0000, 0x00EB, 0x0365, 0xFA, 0x0B, 0x7E, 0x00}, + {0x008E, 0xFF73, 0x000B, 0x0000, 0x0362, 0x00E8, 0x08, 0xF7, 0x7E, 0x00}, + {0xFF8C, 0xFF64, 0x000B, 0x0000, 0x00A8, 0x00CB, 0xF9, 0xF7, 0x7E, 0x00}, + {0xFF96, 0xFF56, 0x000B, 0x0000, 0x00C4, 0x00AE, 0xF9, 0xF6, 0x7E, 0x00}, + {0xFFA4, 0xFF4B, 0x000B, 0x0000, 0x00EB, 0x009A, 0xFA, 0xF5, 0x7E, 0x00}, + {0xFFB3, 0xFF48, 0x000B, 0x0000, 0x0113, 0x0093, 0xFB, 0xF5, 0x7E, 0x00}, + {0x008A, 0xFF64, 0x000B, 0x0000, 0x0359, 0x00CB, 0x08, 0xF7, 0x7E, 0x00}, + {0x0080, 0xFF56, 0x000B, 0x0000, 0x033D, 0x00AE, 0x07, 0xF6, 0x7E, 0x00}, + {0x0071, 0xFF4B, 0x000B, 0x0000, 0x0317, 0x009A, 0x06, 0xF6, 0x7E, 0x00}, + {0x0062, 0xFF48, 0x000B, 0x0000, 0x02EE, 0x0093, 0x05, 0xF5, 0x7E, 0x00}, + {0xFF99, 0xFF63, 0x000B, 0x0000, 0x0010, 0x0010, 0x00, 0x00, 0x7F, 0x00}, + {0xFFD2, 0xFF63, 0x000B, 0x0000, 0x03F0, 0x0010, 0x00, 0x00, 0x7F, 0x00}, + {0x000A, 0xFF87, 0x000B, 0x0000, 0x03F0, 0x03F0, 0x6A, 0x44, 0x00, 0x00}, + {0xFFD2, 0xFF87, 0x000B, 0x0000, 0x0010, 0x03F0, 0x96, 0x44, 0x00, 0x00}, + {0xFFD2, 0xFF63, 0x000B, 0x0000, 0x0010, 0x0010, 0x96, 0xBC, 0x00, 0x00}, + {0x000A, 0xFF63, 0x000B, 0x0000, 0x03F0, 0x0010, 0x6A, 0xBC, 0x00, 0x00}, + {0xFF99, 0xFF87, 0x000B, 0x0000, 0x0010, 0x03F0, 0x00, 0x00, 0x7F, 0x00}, + {0xFF8C, 0xFF64, 0x000B, 0x0000, 0x00A8, 0x00CB, 0xF9, 0xF7, 0x7E, 0x00}, + {0xFFA4, 0x00B5, 0x000B, 0x0000, 0x00EB, 0x0365, 0xFA, 0x0B, 0x7E, 0x00}, + {0xFF96, 0x00AB, 0x000B, 0x0000, 0x00C4, 0x0351, 0xF9, 0x0A, 0x7E, 0x00}, + {0xFF8C, 0x009D, 0x000B, 0x0000, 0x00A8, 0x0335, 0xF9, 0x09, 0x7E, 0x00}, + {0xFF88, 0x008E, 0x000B, 0x0000, 0x009F, 0x0317, 0xF8, 0x09, 0x7E, 0x00}, + {0xFF88, 0xFF73, 0x000B, 0x0000, 0x009F, 0x00E8, 0xF8, 0xF7, 0x7E, 0x00}, + {0xFFD2, 0xFF87, 0x000B, 0x0000, 0x03F0, 0x03F0, 0x00, 0x00, 0x00, 0x00}, + {0x0028, 0x0013, 0x000B, 0x0000, 0x0198, 0x03F5, 0x3F, 0x27, 0x66, 0x00}, + {0x001D, 0x0019, 0x000F, 0x0000, 0x012B, 0x0429, 0x3F, 0x27, 0x66, 0x00}, + {0x0077, 0xFF98, 0x000F, 0x0000, 0x04BF, 0xFFD8, 0x40, 0x2C, 0x64, 0x00}, + {0x001D, 0x0019, 0x000F, 0x0000, 0x012B, 0x0429, 0x40, 0x1B, 0x69, 0x00}, + {0x0028, 0x0013, 0x000B, 0x0000, 0x0198, 0x03F5, 0x47, 0x1E, 0x64, 0x00}, + {0x001C, 0x0026, 0x000B, 0x0000, 0x0123, 0x0496, 0x3E, 0x32, 0x62, 0x00}, + {0x0012, 0x002B, 0x000F, 0x0000, 0x00BC, 0x04C7, 0x36, 0x30, 0x67, 0x00}, + {0x0081, 0xFF92, 0x000B, 0x0000, 0x052E, 0xFFA4, 0x40, 0x2C, 0x64, 0x00}, + {0x007C, 0xFF63, 0x000B, 0x0000, 0x03F0, 0x0010, 0x0A, 0xFA, 0x7E, 0x00}, + {0x007C, 0xFF87, 0x000B, 0x0000, 0x03F0, 0x03F0, 0x0A, 0x06, 0x7E, 0x00}, + {0x0043, 0xFF87, 0x000B, 0x0000, 0x0010, 0x03F0, 0xF6, 0x06, 0x7E, 0x00}, + {0x0043, 0xFF63, 0x000B, 0x0000, 0x0010, 0x0010, 0xF6, 0xFA, 0x7E, 0x00}, + {0x0043, 0xFF63, 0x000B, 0x0000, 0x03F0, 0x0010, 0x6B, 0xBE, 0x00, 0x00}, + {0x000A, 0xFF63, 0x000B, 0x0000, 0x0010, 0x0010, 0x96, 0xBC, 0x00, 0x00}, + {0x000A, 0xFF87, 0x000B, 0x0000, 0x0010, 0x03F0, 0x96, 0x44, 0x00, 0x00}, + {0x0043, 0xFF87, 0x000B, 0x0000, 0x03F0, 0x03F0, 0x6B, 0x42, 0x00, 0x00}, + {0xFFB4, 0x002D, 0x000F, 0x0000, 0xFCE9, 0x04D9, 0xF0, 0x41, 0x6B, 0x00}, + {0xFFBF, 0x0033, 0x000F, 0x0000, 0xFD5D, 0x0504, 0xDB, 0x3D, 0x68, 0x00}, + {0xFFBC, 0x0037, 0x000B, 0x0000, 0xFD40, 0x052D, 0xDB, 0x3D, 0x68, 0x00}, + {0xFFC7, 0x0041, 0x000B, 0x0000, 0xFDAD, 0x057F, 0xC3, 0x2E, 0x65, 0x00}, + {0xFFCB, 0x003D, 0x000F, 0x0000, 0xFDD5, 0x0560, 0xC3, 0x2E, 0x65, 0x00}, + {0xFFD4, 0x004F, 0x000F, 0x0000, 0xFE32, 0x05F7, 0xB6, 0x18, 0x63, 0x00}, + {0xFFCF, 0x0051, 0x000B, 0x0000, 0xFE01, 0x0609, 0xB6, 0x18, 0x63, 0x00}, + {0xFFB0, 0x0033, 0x000B, 0x0000, 0xFCC9, 0x0508, 0xF0, 0x41, 0x6B, 0x00}, + {0xFFB6, 0x0096, 0x000B, 0x0000, 0x0202, 0x0900, 0xD7, 0xB2, 0x5A, 0x00}, + {0xFFB8, 0x009A, 0x000F, 0x0000, 0x0227, 0x0916, 0xD7, 0xB2, 0x5A, 0x00}, + {0xFFA8, 0x009E, 0x000F, 0x0000, 0x0254, 0x086D, 0xE9, 0xA9, 0x59, 0x00}, + {0xFFA8, 0x009A, 0x000B, 0x0000, 0x0229, 0x086F, 0xE9, 0xA9, 0x59, 0x00}, + {0xFFA6, 0x002B, 0x000F, 0x0000, 0xFC5F, 0x04C7, 0x00, 0x46, 0x69, 0x00}, + {0xFF9D, 0x0031, 0x000B, 0x0000, 0xFC01, 0x04FB, 0x00, 0x46, 0x69, 0x00}, + {0xFFA5, 0x0032, 0x000B, 0x0000, 0xFC56, 0x04FC, 0xFC, 0x44, 0x6A, 0x00}, + {0xFFAB, 0x002C, 0x000F, 0x0000, 0xFC93, 0x04CA, 0xFC, 0x44, 0x6A, 0x00}, + {0xFFB6, 0x0096, 0x000B, 0x0000, 0xFD01, 0x0857, 0xD7, 0xB2, 0x5A, 0x00}, + {0xFFB8, 0x009A, 0x000F, 0x0000, 0xFD17, 0x0876, 0xD7, 0xB2, 0x5A, 0x00}, + {0x0049, 0x0065, 0x000B, 0x0000, 0x02EB, 0x06B0, 0x4E, 0x00, 0x64, 0x00}, + {0x0045, 0x007D, 0x000B, 0x0000, 0x02BF, 0x077C, 0x49, 0x1B, 0x64, 0x00}, + {0x0040, 0x007B, 0x000F, 0x0000, 0x028C, 0x076D, 0x49, 0x1B, 0x64, 0x00}, + {0x0044, 0x0065, 0x000F, 0x0000, 0x02B5, 0x06B1, 0x4E, 0x00, 0x64, 0x00}, + {0xFFC8, 0x008D, 0x000F, 0x0000, 0xFDBE, 0x080C, 0xC1, 0xCA, 0x5F, 0x00}, + {0xFFD2, 0x0065, 0x000B, 0x0000, 0xFE22, 0x06B3, 0xB2, 0x00, 0x64, 0x00}, + {0xFFCF, 0x0051, 0x000B, 0x0000, 0xFE01, 0x0609, 0xB6, 0x18, 0x63, 0x00}, + {0xFFD4, 0x004F, 0x000F, 0x0000, 0xFE32, 0x05F7, 0xB6, 0x18, 0x63, 0x00}, + {0xFFD8, 0x0065, 0x000F, 0x0000, 0xFE58, 0x06B1, 0xB2, 0x00, 0x64, 0x00}, + {0xFFD4, 0x007B, 0x000F, 0x0000, 0xFE30, 0x076D, 0xB8, 0xE5, 0x64, 0x00}, + {0xFFCF, 0x0079, 0x000B, 0x0000, 0xFDFD, 0x075E, 0xB8, 0xE5, 0x64, 0x00}, + {0xFFC5, 0x008A, 0x000B, 0x0000, 0xFD96, 0x07EE, 0xC1, 0xCA, 0x5F, 0x00}, + {0x0045, 0x004D, 0x000B, 0x0000, 0x02C0, 0x05E5, 0x4A, 0xE8, 0x63, 0x00}, + {0x0040, 0x004F, 0x000F, 0x0000, 0x028F, 0x05F7, 0x4A, 0xE8, 0x63, 0x00}, + {0x0049, 0x0065, 0x000B, 0x0000, 0x02EB, 0x06B0, 0x4E, 0x00, 0x64, 0x00}, + {0x0044, 0x0065, 0x000F, 0x0000, 0x02B5, 0x06B1, 0x4E, 0x00, 0x64, 0x00}, + {0x0006, 0xFF93, 0x000B, 0x0000, 0x0041, 0xFFA8, 0xF4, 0xB6, 0x66, 0x00}, + {0x0081, 0xFF92, 0x000B, 0x0000, 0x052E, 0xFFA4, 0x0C, 0xB6, 0x66, 0x00}, + {0x0077, 0xFF98, 0x000F, 0x0000, 0x04BF, 0xFFD8, 0x0C, 0xB7, 0x67, 0x00}, + {0x0037, 0x003D, 0x000F, 0x0000, 0x0231, 0x0560, 0x3D, 0xD2, 0x65, 0x00}, + {0x001C, 0x0026, 0x000B, 0x0000, 0x0123, 0x0496, 0x08, 0xBF, 0x6C, 0x00}, + {0x0017, 0x002C, 0x000F, 0x0000, 0x00EF, 0x04CA, 0x08, 0xBF, 0x6C, 0x00}, + {0x0012, 0x002B, 0x000F, 0x0000, 0x00BC, 0x04C7, 0x03, 0xBC, 0x6A, 0x00}, + {0x0020, 0x002D, 0x000F, 0x0000, 0x0146, 0x04D9, 0x14, 0xC2, 0x6C, 0x00}, + {0x003B, 0x003A, 0x000B, 0x0000, 0x0259, 0x0540, 0x3D, 0xD2, 0x65, 0x00}, + {0x002B, 0x0033, 0x000F, 0x0000, 0x01B9, 0x0504, 0x28, 0xC5, 0x68, 0x00}, + {0x002E, 0x002E, 0x000B, 0x0000, 0x01D6, 0x04DC, 0x28, 0xC5, 0x68, 0x00}, + {0x0023, 0x0028, 0x000B, 0x0000, 0x0166, 0x04AA, 0x14, 0xC2, 0x6C, 0x00}, + {0xFFA7, 0x001E, 0x000B, 0x0000, 0xFC6C, 0x0451, 0xBE, 0xCE, 0x60, 0x00}, + {0xFFB1, 0x0019, 0x000F, 0x0000, 0xFCCE, 0x0429, 0xC7, 0xD1, 0x66, 0x00}, + {0xFFA6, 0x002B, 0x000F, 0x0000, 0xFC5F, 0x04C7, 0xBC, 0xE6, 0x67, 0x00}, + {0xFFA8, 0x009A, 0x000B, 0x0000, 0x0229, 0x086F, 0x82, 0x00, 0xFA, 0x00}, + {0xFFA8, 0x009E, 0x000F, 0x0000, 0x0254, 0x086D, 0x82, 0x00, 0xFA, 0x00}, + {0xFFA8, 0x00A4, 0x000B, 0x0000, 0x028F, 0x086F, 0x82, 0x00, 0xFA, 0x00}, + {0xFF9D, 0x0031, 0x000B, 0x0000, 0xFC01, 0x04FB, 0xB6, 0xE4, 0x63, 0x00}, + {0x0006, 0xFF93, 0x000B, 0x0000, 0x0041, 0xFFA8, 0xF4, 0xB6, 0x66, 0x00}, + {0x0077, 0xFF98, 0x000F, 0x0000, 0x04BF, 0xFFD8, 0x0C, 0xB7, 0x67, 0x00}, + {0x000A, 0xFF98, 0x000F, 0x0000, 0x0062, 0xFFD8, 0xF4, 0xB7, 0x66, 0x00}, + {0xFFB1, 0x0019, 0x000F, 0x0000, 0xFCCE, 0x0429, 0xBE, 0xDA, 0x64, 0x00}, + {0xFFA7, 0x001E, 0x000B, 0x0000, 0xFC6C, 0x0451, 0xBE, 0xDA, 0x64, 0x00}, + {0x0006, 0xFF93, 0x000B, 0x0000, 0x0041, 0xFFA8, 0xC1, 0xD5, 0x64, 0x00}, + {0x000A, 0xFF98, 0x000F, 0x0000, 0x0062, 0xFFD8, 0xC1, 0xD5, 0x64, 0x00}, + {0x0040, 0x007B, 0x000F, 0x0000, 0x028C, 0x076D, 0x49, 0x1B, 0x64, 0x00}, + {0x0045, 0x007D, 0x000B, 0x0000, 0x02BF, 0x077C, 0x49, 0x1B, 0x64, 0x00}, + {0xFF78, 0xFF73, 0x0007, 0x0000, 0x027D, 0x0117, 0xE2, 0xFF, 0x7B, 0x00}, + {0xFF88, 0xFF73, 0x000B, 0x0000, 0x0234, 0x0117, 0xE2, 0xFF, 0x7B, 0x00}, + {0xFF88, 0x008E, 0x000B, 0x0000, 0x0234, 0x030C, 0xE2, 0x01, 0x7B, 0x00}, + {0xFF78, 0x008E, 0x0007, 0x0000, 0x027D, 0x030C, 0xE2, 0x01, 0x7B, 0x00}, + {0x0035, 0x008D, 0x000F, 0x0000, 0x021A, 0x080C, 0x39, 0x33, 0x64, 0x00}, + {0xFFA8, 0x009E, 0x000F, 0x0000, 0xFC6E, 0x089C, 0x00, 0x49, 0x67, 0x00}, + {0x0010, 0x009E, 0x000F, 0x0000, 0x00A5, 0x089C, 0x08, 0x49, 0x67, 0x00}, + {0x0010, 0x00A4, 0x000B, 0x0000, 0x00A7, 0x08CD, 0x08, 0x49, 0x67, 0x00}, + {0xFFA8, 0x00A4, 0x000B, 0x0000, 0xFC70, 0x08CD, 0x00, 0x49, 0x67, 0x00}, + {0x0024, 0x009A, 0x000F, 0x0000, 0x016F, 0x0876, 0x1F, 0x43, 0x66, 0x00}, + {0x0026, 0x009F, 0x000B, 0x0000, 0x0184, 0x08A1, 0x1F, 0x43, 0x66, 0x00}, + {0x0038, 0x0091, 0x000B, 0x0000, 0x0242, 0x082A, 0x39, 0x33, 0x64, 0x00}, + {0x0062, 0xFF48, 0x000B, 0x0000, 0xFE37, 0x00CB, 0x0C, 0xE4, 0x7B, 0x00}, + {0xFFB3, 0xFF48, 0x000B, 0x0000, 0x016B, 0x00CB, 0xF4, 0xE4, 0x7B, 0x00}, + {0xFFB3, 0xFF38, 0x0007, 0x0000, 0x016B, 0x00AF, 0xF4, 0xE1, 0x7A, 0x00}, + {0xFF7D, 0x00A3, 0x0007, 0x0000, 0x0265, 0x0332, 0xE5, 0x0C, 0x7B, 0x00}, + {0xFF8C, 0x009D, 0x000B, 0x0000, 0x0223, 0x0326, 0xE5, 0x0C, 0x7B, 0x00}, + {0xFF96, 0x00AB, 0x000B, 0x0000, 0x01F3, 0x0340, 0xEB, 0x15, 0x7B, 0x00}, + {0xFF8B, 0x00B6, 0x0007, 0x0000, 0x0227, 0x0353, 0xEB, 0x15, 0x7B, 0x00}, + {0x0062, 0xFF38, 0x0007, 0x0000, 0xFE37, 0x00AF, 0x0C, 0xE1, 0x7A, 0x00}, + {0x009D, 0x008E, 0x0007, 0x0000, 0xFD25, 0x030C, 0x1E, 0x00, 0x7B, 0x00}, + {0x008E, 0x008E, 0x000B, 0x0000, 0xFD6E, 0x030C, 0x1E, 0x00, 0x7B, 0x00}, + {0x008E, 0xFF73, 0x000B, 0x0000, 0xFD6E, 0x0117, 0x1E, 0xFF, 0x7B, 0x00}, + {0x009D, 0xFF73, 0x0007, 0x0000, 0xFD25, 0x0117, 0x1E, 0xFF, 0x7B, 0x00}, + {0x0062, 0x00C9, 0x0007, 0x0000, 0xFE37, 0x0374, 0x01, 0x1E, 0x7B, 0x00}, + {0x0063, 0x00B9, 0x000B, 0x0000, 0xFE37, 0x0358, 0x01, 0x1E, 0x7B, 0x00}, + {0xFFB3, 0x00B9, 0x000B, 0x0000, 0x016B, 0x0358, 0x00, 0x1E, 0x7B, 0x00}, + {0xFFB3, 0x00C9, 0x0007, 0x0000, 0x016B, 0x0374, 0x00, 0x1E, 0x7B, 0x00}, + {0xFFB3, 0x00B9, 0x000B, 0x0000, 0x016B, 0x0358, 0x00, 0x1E, 0x7B, 0x00}, + {0x0062, 0x00C9, 0x0007, 0x0000, 0xFE37, 0x0374, 0x01, 0x1E, 0x7B, 0x00}, + {0x0063, 0x00B9, 0x000B, 0x0000, 0xFE37, 0x0358, 0x01, 0x1E, 0x7B, 0x00}, + {0x0071, 0x00B5, 0x000B, 0x0000, 0xFDF1, 0x0352, 0x0C, 0x1B, 0x7B, 0x00}, + {0x0078, 0x00C4, 0x0007, 0x0000, 0xFDD2, 0x036B, 0x0C, 0x1B, 0x7B, 0x00}, + {0x008B, 0x00B6, 0x0007, 0x0000, 0xFD7A, 0x0353, 0x15, 0x15, 0x7B, 0x00}, + {0x0080, 0x00AB, 0x000B, 0x0000, 0xFDAE, 0x0340, 0x15, 0x15, 0x7B, 0x00}, + {0xFFB3, 0x00C9, 0x0007, 0x0000, 0x016B, 0x0374, 0x00, 0x1E, 0x7B, 0x00}, + {0xFF9D, 0x00C4, 0x0007, 0x0000, 0x01D0, 0x036B, 0xF3, 0x1A, 0x7B, 0x00}, + {0xFF8B, 0x00B6, 0x0007, 0x0000, 0x0227, 0x0353, 0xEB, 0x15, 0x7B, 0x00}, + {0xFF96, 0x00AB, 0x000B, 0x0000, 0x01F3, 0x0340, 0xEB, 0x15, 0x7B, 0x00}, + {0xFFA4, 0x00B5, 0x000B, 0x0000, 0x01B1, 0x0352, 0xF3, 0x1A, 0x7B, 0x00}, + {0xFF7D, 0x00A3, 0x0007, 0x0000, 0x0265, 0x0332, 0xE5, 0x0C, 0x7B, 0x00}, + {0xFF8C, 0x009D, 0x000B, 0x0000, 0x0223, 0x0326, 0xE5, 0x0C, 0x7B, 0x00}, + {0xFF88, 0x008E, 0x000B, 0x0000, 0x0234, 0x030C, 0xE2, 0x01, 0x7B, 0x00}, + {0xFF78, 0x008E, 0x0007, 0x0000, 0x027D, 0x030C, 0xE2, 0x01, 0x7B, 0x00}, + {0x0098, 0xFF5D, 0x0007, 0x0000, 0xFD3C, 0x00F1, 0x1B, 0xF4, 0x7B, 0x00}, + {0x008B, 0xFF4A, 0x0007, 0x0000, 0xFD7A, 0x00CF, 0x15, 0xEB, 0x7B, 0x00}, + {0x0080, 0xFF56, 0x000B, 0x0000, 0xFDAE, 0x00E3, 0x15, 0xEB, 0x7B, 0x00}, + {0x0078, 0xFF3D, 0x0007, 0x0000, 0xFDD2, 0x00B8, 0x0D, 0xE6, 0x7B, 0x00}, + {0x0071, 0xFF4B, 0x000B, 0x0000, 0xFDF1, 0x00D1, 0x0D, 0xE6, 0x7B, 0x00}, + {0x0062, 0xFF38, 0x0007, 0x0000, 0xFE37, 0x00AF, 0x00, 0xE2, 0x7B, 0x00}, + {0x0062, 0xFF48, 0x000B, 0x0000, 0xFE37, 0x00CB, 0x00, 0xE2, 0x7B, 0x00}, + {0x008A, 0xFF64, 0x000B, 0x0000, 0xFD7F, 0x00FC, 0x1B, 0xF4, 0x7B, 0x00}, + {0x0098, 0x00A3, 0x0007, 0x0000, 0xFD3C, 0x0332, 0x1A, 0x0D, 0x7B, 0x00}, + {0x008B, 0x00B6, 0x0007, 0x0000, 0xFD7A, 0x0353, 0x15, 0x15, 0x7B, 0x00}, + {0x0080, 0x00AB, 0x000B, 0x0000, 0xFDAE, 0x0340, 0x15, 0x15, 0x7B, 0x00}, + {0x008A, 0x009D, 0x000B, 0x0000, 0xFD7F, 0x0326, 0x1A, 0x0D, 0x7B, 0x00}, + {0x008E, 0xFF73, 0x000B, 0x0000, 0xFD6E, 0x0117, 0x1E, 0xFF, 0x7B, 0x00}, + {0x009D, 0xFF73, 0x0007, 0x0000, 0xFD25, 0x0117, 0x1E, 0xFF, 0x7B, 0x00}, + {0x009D, 0x008E, 0x0007, 0x0000, 0xFD25, 0x030C, 0x1E, 0x00, 0x7B, 0x00}, + {0x008E, 0x008E, 0x000B, 0x0000, 0xFD6E, 0x030C, 0x1E, 0x00, 0x7B, 0x00}, + {0xFFB3, 0xFF38, 0x0007, 0x0000, 0x016B, 0x00AF, 0x00, 0xE2, 0x7B, 0x00}, + {0xFFB3, 0xFF48, 0x000B, 0x0000, 0x016B, 0x00CB, 0x00, 0xE2, 0x7B, 0x00}, + {0x0062, 0x00D0, 0x0005, 0x0000, 0x02D8, 0x0381, 0x03, 0x1E, 0x7B, 0x00}, + {0xFFB3, 0x00D0, 0x0005, 0x0000, 0x0129, 0x0381, 0xFD, 0x1D, 0x7B, 0x00}, + {0xFFB3, 0x00C9, 0x0007, 0x0000, 0x0129, 0x0374, 0xFD, 0x1D, 0x7B, 0x00}, + {0x0062, 0x00C9, 0x0007, 0x0000, 0x02D8, 0x0374, 0x03, 0x1E, 0x7B, 0x00}, + {0xFFA4, 0xFF4B, 0x000B, 0x0000, 0x01B1, 0x00D1, 0xF3, 0xE6, 0x7B, 0x00}, + {0xFF7D, 0xFF5D, 0x0007, 0x0000, 0x0265, 0x00F1, 0xE5, 0xF4, 0x7B, 0x00}, + {0xFF8C, 0xFF64, 0x000B, 0x0000, 0x0223, 0x00FC, 0xE5, 0xF4, 0x7B, 0x00}, + {0xFF88, 0xFF73, 0x000B, 0x0000, 0x0234, 0x0117, 0xE2, 0xFF, 0x7B, 0x00}, + {0xFF78, 0xFF73, 0x0007, 0x0000, 0x027D, 0x0117, 0xE2, 0xFF, 0x7B, 0x00}, + {0xFF8B, 0xFF4A, 0x0007, 0x0000, 0x0227, 0x00CF, 0xEB, 0xEB, 0x7B, 0x00}, + {0xFF96, 0xFF56, 0x000B, 0x0000, 0x01F3, 0x00E3, 0xEB, 0xEB, 0x7B, 0x00}, + {0xFF9D, 0xFF3D, 0x0007, 0x0000, 0x01D0, 0x00B8, 0xF3, 0xE6, 0x7B, 0x00}, + {0xFFB3, 0xFF31, 0x0005, 0x0000, 0x0129, 0x00A2, 0xFD, 0xE2, 0x7B, 0x00}, + {0x0062, 0xFF31, 0x0005, 0x0000, 0x02D8, 0x00A2, 0x03, 0xE2, 0x7B, 0x00}, + {0x0062, 0xFF38, 0x0007, 0x0000, 0x02D8, 0x00AF, 0x03, 0xE2, 0x7B, 0x00}, + {0xFF76, 0xFF5A, 0x0005, 0x0000, 0x0095, 0x00EC, 0xE5, 0xF4, 0x7B, 0x00}, + {0xFF7D, 0xFF5D, 0x0007, 0x0000, 0x00A6, 0x00F1, 0xE5, 0xF4, 0x7B, 0x00}, + {0x0098, 0xFF5D, 0x0007, 0x0000, 0x035B, 0x00F1, 0x1B, 0xF4, 0x7B, 0x00}, + {0x009F, 0xFF5A, 0x0005, 0x0000, 0x036C, 0x00EC, 0x1B, 0xF4, 0x7B, 0x00}, + {0xFFB3, 0xFF38, 0x0007, 0x0000, 0x0129, 0x00AF, 0xFD, 0xE2, 0x7B, 0x00}, + {0xFF71, 0x008E, 0x0005, 0x0000, 0x0088, 0x030C, 0xE2, 0x03, 0x7B, 0x00}, + {0xFF71, 0xFF73, 0x0005, 0x0000, 0x0088, 0x0117, 0xE2, 0xFD, 0x7B, 0x00}, + {0xFF78, 0xFF73, 0x0007, 0x0000, 0x009A, 0x0117, 0xE2, 0xFD, 0x7B, 0x00}, + {0xFF78, 0x008E, 0x0007, 0x0000, 0x009A, 0x030C, 0xE2, 0x03, 0x7B, 0x00}, + {0x009D, 0xFF73, 0x0007, 0x0000, 0x0367, 0x0117, 0x1E, 0xFD, 0x7B, 0x00}, + {0x009D, 0x008E, 0x0007, 0x0000, 0x0367, 0x030C, 0x1E, 0x03, 0x7B, 0x00}, + {0x00A5, 0x008E, 0x0005, 0x0000, 0x0379, 0x030C, 0x1E, 0x03, 0x7B, 0x00}, + {0x00A5, 0xFF73, 0x0005, 0x0000, 0x0379, 0x0117, 0x1E, 0xFD, 0x7B, 0x00}, + {0xFF9D, 0xFF3D, 0x0007, 0x0000, 0x00F5, 0x00B8, 0xF4, 0xE5, 0x7B, 0x00}, + {0xFF9B, 0xFF36, 0x0005, 0x0000, 0x00EE, 0x00AC, 0xF4, 0xE5, 0x7B, 0x00}, + {0xFFB3, 0xFF31, 0x0005, 0x0000, 0x0129, 0x00A2, 0xFD, 0xE2, 0x7B, 0x00}, + {0xFF85, 0xFF45, 0x0005, 0x0000, 0x00BA, 0x00C6, 0xEB, 0xEB, 0x7B, 0x00}, + {0xFF8B, 0xFF4A, 0x0007, 0x0000, 0x00C7, 0x00CF, 0xEB, 0xEB, 0x7B, 0x00}, + {0xFF7D, 0xFF5D, 0x0007, 0x0000, 0x00A6, 0x00F1, 0xE5, 0xF4, 0x7B, 0x00}, + {0xFF76, 0xFF5A, 0x0005, 0x0000, 0x0095, 0x00EC, 0xE5, 0xF4, 0x7B, 0x00}, + {0xFFB3, 0xFF38, 0x0007, 0x0000, 0x0129, 0x00AF, 0xFD, 0xE2, 0x7B, 0x00}, + {0x0090, 0xFF45, 0x0005, 0x0000, 0x0347, 0x00C6, 0x15, 0xEB, 0x7B, 0x00}, + {0x009F, 0xFF5A, 0x0005, 0x0000, 0x036C, 0x00EC, 0x1B, 0xF4, 0x7B, 0x00}, + {0x0098, 0xFF5D, 0x0007, 0x0000, 0x035B, 0x00F1, 0x1B, 0xF4, 0x7B, 0x00}, + {0x008B, 0xFF4A, 0x0007, 0x0000, 0x033A, 0x00CF, 0x15, 0xEB, 0x7B, 0x00}, + {0x0062, 0xFF38, 0x0007, 0x0000, 0x02D8, 0x00AF, 0x03, 0xE2, 0x7B, 0x00}, + {0x0062, 0xFF31, 0x0005, 0x0000, 0x02D8, 0x00A2, 0x03, 0xE2, 0x7B, 0x00}, + {0x007B, 0xFF36, 0x0005, 0x0000, 0x0313, 0x00AC, 0x0C, 0xE5, 0x7B, 0x00}, + {0x0078, 0xFF3D, 0x0007, 0x0000, 0x030C, 0x00B8, 0x0C, 0xE5, 0x7B, 0x00}, + {0xFFB3, 0x00C9, 0x0007, 0x0000, 0x0129, 0x0374, 0xFD, 0x1D, 0x7B, 0x00}, + {0xFFB3, 0x00D0, 0x0005, 0x0000, 0x0129, 0x0381, 0xFD, 0x1D, 0x7B, 0x00}, + {0x0062, 0x00C9, 0x0007, 0x0000, 0x02D8, 0x0374, 0x03, 0x1E, 0x7B, 0x00}, + {0x0078, 0x00C4, 0x0007, 0x0000, 0x030C, 0x036B, 0x0C, 0x1B, 0x7B, 0x00}, + {0x007B, 0x00CB, 0x0005, 0x0000, 0x0313, 0x0377, 0x0C, 0x1B, 0x7B, 0x00}, + {0x0062, 0x00D0, 0x0005, 0x0000, 0x02D8, 0x0381, 0x03, 0x1E, 0x7B, 0x00}, + {0xFF9B, 0x00CB, 0x0005, 0x0000, 0x00EE, 0x0377, 0xF2, 0x1A, 0x7B, 0x00}, + {0xFF78, 0x008E, 0x0007, 0x0000, 0x009A, 0x030C, 0xE2, 0x03, 0x7B, 0x00}, + {0xFF7D, 0x00A3, 0x0007, 0x0000, 0x00A6, 0x0332, 0xE5, 0x0C, 0x7B, 0x00}, + {0xFF76, 0x00A6, 0x0005, 0x0000, 0x0095, 0x0337, 0xE5, 0x0C, 0x7B, 0x00}, + {0xFF71, 0x008E, 0x0005, 0x0000, 0x0088, 0x030C, 0xE2, 0x03, 0x7B, 0x00}, + {0xFF85, 0x00BC, 0x0005, 0x0000, 0x00BA, 0x035D, 0xEB, 0x15, 0x7B, 0x00}, + {0xFF8B, 0x00B6, 0x0007, 0x0000, 0x00C7, 0x0353, 0xEB, 0x15, 0x7B, 0x00}, + {0xFF9D, 0x00C4, 0x0007, 0x0000, 0x00F5, 0x036B, 0xF2, 0x1A, 0x7B, 0x00}, + {0xFFB3, 0x00D0, 0x0005, 0x0000, 0x0364, 0x03BC, 0xF2, 0x7E, 0x00, 0x00}, + {0x0062, 0x00D0, 0x0005, 0x0000, 0x0364, 0x03BC, 0x0E, 0x7E, 0x00, 0x00}, + {0x0062, 0x00D0, 0xFFF4, 0x0000, 0x0190, 0x03BC, 0x0E, 0x7E, 0x00, 0x00}, + {0x007B, 0x00CB, 0xFFF4, 0x0000, 0x0190, 0x03B0, 0x33, 0x74, 0x00, 0x00}, + {0x007B, 0x00CB, 0x0005, 0x0000, 0x0364, 0x03B0, 0x33, 0x74, 0x00, 0x00}, + {0x0090, 0x00BC, 0x0005, 0x0000, 0x0364, 0x0390, 0x59, 0x59, 0x00, 0x00}, + {0x0090, 0x00BC, 0xFFF4, 0x0000, 0x0190, 0x0390, 0x59, 0x59, 0x00, 0x00}, + {0xFFB3, 0x00D0, 0xFFF4, 0x0000, 0x0190, 0x03BC, 0xF2, 0x7E, 0x00, 0x00}, + {0x00A5, 0x008E, 0x0005, 0x0000, 0x0379, 0x030C, 0x1E, 0x03, 0x7B, 0x00}, + {0x009F, 0x00A6, 0x0005, 0x0000, 0x036C, 0x0337, 0x1B, 0x0C, 0x7B, 0x00}, + {0x0098, 0x00A3, 0x0007, 0x0000, 0x035B, 0x0332, 0x1B, 0x0C, 0x7B, 0x00}, + {0x009D, 0x008E, 0x0007, 0x0000, 0x0367, 0x030C, 0x1E, 0x03, 0x7B, 0x00}, + {0x008B, 0x00B6, 0x0007, 0x0000, 0x033A, 0x0353, 0x15, 0x15, 0x7B, 0x00}, + {0x0078, 0x00C4, 0x0007, 0x0000, 0x030C, 0x036B, 0x0C, 0x1B, 0x7B, 0x00}, + {0x007B, 0x00CB, 0x0005, 0x0000, 0x0313, 0x0377, 0x0C, 0x1B, 0x7B, 0x00}, + {0x0090, 0x00BC, 0x0005, 0x0000, 0x0347, 0x035D, 0x15, 0x15, 0x7B, 0x00}, + {0x009F, 0xFF5A, 0x0005, 0x0000, 0x0364, 0x009D, 0x74, 0xCD, 0x00, 0x00}, + {0x0090, 0xFF45, 0x0005, 0x0000, 0x0364, 0x006F, 0x59, 0xA7, 0x00, 0x00}, + {0x0090, 0xFF45, 0xFFF4, 0x0000, 0x0190, 0x006F, 0x59, 0xA7, 0x00, 0x00}, + {0x007B, 0xFF36, 0xFFF4, 0x0000, 0x0190, 0x004F, 0x33, 0x8C, 0x00, 0x00}, + {0x007B, 0xFF36, 0x0005, 0x0000, 0x0364, 0x004F, 0x33, 0x8C, 0x00, 0x00}, + {0x0062, 0xFF31, 0x0005, 0x0000, 0x0364, 0x0043, 0x0E, 0x82, 0x00, 0x00}, + {0x0062, 0xFF31, 0xFFF4, 0x0000, 0x0190, 0x0043, 0x0E, 0x82, 0x00, 0x00}, + {0x009F, 0xFF5A, 0xFFF4, 0x0000, 0x0190, 0x009D, 0x74, 0xCD, 0x00, 0x00}, + {0x009F, 0x00A6, 0xFFF4, 0x0000, 0x0190, 0x0363, 0x74, 0x33, 0x00, 0x00}, + {0x0090, 0x00BC, 0xFFF4, 0x0000, 0x0190, 0x0390, 0x59, 0x59, 0x00, 0x00}, + {0x0090, 0x00BC, 0x0005, 0x0000, 0x0364, 0x0390, 0x59, 0x59, 0x00, 0x00}, + {0x009F, 0x00A6, 0x0005, 0x0000, 0x0364, 0x0363, 0x74, 0x33, 0x00, 0x00}, + {0x00A5, 0xFF73, 0xFFF4, 0x0000, 0x0190, 0x00D1, 0x7E, 0xF2, 0x00, 0x00}, + {0x00A5, 0xFF73, 0x0005, 0x0000, 0x0364, 0x00D1, 0x7E, 0xF2, 0x00, 0x00}, + {0x00A5, 0x008E, 0xFFF4, 0x0000, 0x0190, 0x032F, 0x7E, 0x0E, 0x00, 0x00}, + {0x00A5, 0x008E, 0x0005, 0x0000, 0x0364, 0x032F, 0x7E, 0x0E, 0x00, 0x00}, + {0xFF76, 0xFF5A, 0x0005, 0x0000, 0x0364, 0x009D, 0x8C, 0xCD, 0x00, 0x00}, + {0xFF71, 0xFF73, 0x0005, 0x0000, 0x0364, 0x00D1, 0x82, 0xF2, 0x00, 0x00}, + {0xFF71, 0xFF73, 0xFFF4, 0x0000, 0x0190, 0x00D1, 0x82, 0xF2, 0x00, 0x00}, + {0xFF71, 0x008E, 0x0005, 0x0000, 0x0364, 0x032F, 0x82, 0x0E, 0x00, 0x00}, + {0xFF71, 0x008E, 0xFFF4, 0x0000, 0x0190, 0x032F, 0x82, 0x0E, 0x00, 0x00}, + {0xFF76, 0x00A6, 0xFFF4, 0x0000, 0x0190, 0x0363, 0x8C, 0x33, 0x00, 0x00}, + {0xFF76, 0x00A6, 0x0005, 0x0000, 0x0364, 0x0363, 0x8C, 0x33, 0x00, 0x00}, + {0xFF76, 0xFF5A, 0xFFF4, 0x0000, 0x0190, 0x009D, 0x8C, 0xCD, 0x00, 0x00}, + {0x0062, 0xFF31, 0xFFF4, 0x0000, 0x0190, 0x0043, 0x0E, 0x82, 0x00, 0x00}, + {0x0062, 0xFF31, 0x0005, 0x0000, 0x0364, 0x0043, 0x0E, 0x82, 0x00, 0x00}, + {0xFFB3, 0xFF31, 0x0005, 0x0000, 0x0364, 0x0043, 0xF2, 0x82, 0x00, 0x00}, + {0xFFB3, 0xFF31, 0xFFF4, 0x0000, 0x0190, 0x0043, 0xF2, 0x82, 0x00, 0x00}, + {0xFF85, 0xFF45, 0xFFF4, 0x0000, 0x0190, 0x006F, 0xA7, 0xA7, 0x00, 0x00}, + {0xFF85, 0xFF45, 0x0005, 0x0000, 0x0364, 0x006F, 0xA7, 0xA7, 0x00, 0x00}, + {0xFF9B, 0xFF36, 0x0005, 0x0000, 0x0364, 0x004F, 0xCD, 0x8C, 0x00, 0x00}, + {0xFF9B, 0xFF36, 0xFFF4, 0x0000, 0x0190, 0x004F, 0xCD, 0x8C, 0x00, 0x00}, + {0x00A5, 0x008E, 0xFFF4, 0x0000, 0x0379, 0x030C, 0x1E, 0x03, 0x85, 0x00}, + {0x00A5, 0xFF73, 0xFFF4, 0x0000, 0x0379, 0x0117, 0x1E, 0xFD, 0x85, 0x00}, + {0x009D, 0xFF73, 0xFFF2, 0x0000, 0x0367, 0x0117, 0x1E, 0xFD, 0x85, 0x00}, + {0xFF78, 0xFF73, 0xFFF2, 0x0000, 0x009A, 0x0117, 0xE2, 0xFD, 0x85, 0x00}, + {0xFF71, 0xFF73, 0xFFF4, 0x0000, 0x0088, 0x0117, 0xE2, 0xFD, 0x85, 0x00}, + {0xFF71, 0x008E, 0xFFF4, 0x0000, 0x0088, 0x030C, 0xE2, 0x03, 0x85, 0x00}, + {0xFF78, 0x008E, 0xFFF2, 0x0000, 0x009A, 0x030C, 0xE2, 0x03, 0x85, 0x00}, + {0x009D, 0x008E, 0xFFF2, 0x0000, 0x0367, 0x030C, 0x1E, 0x03, 0x85, 0x00}, + {0xFF76, 0x00A6, 0xFFF4, 0x0000, 0x0190, 0x0363, 0x8C, 0x33, 0x00, 0x00}, + {0xFF76, 0x00A6, 0x0005, 0x0000, 0x0364, 0x0363, 0x8C, 0x33, 0x00, 0x00}, + {0xFF85, 0x00BC, 0x0005, 0x0000, 0x0364, 0x0390, 0xA7, 0x59, 0x00, 0x00}, + {0xFF85, 0x00BC, 0xFFF4, 0x0000, 0x0190, 0x0390, 0xA7, 0x59, 0x00, 0x00}, + {0xFFB3, 0x00D0, 0x0005, 0x0000, 0x0364, 0x03BC, 0xF2, 0x7E, 0x00, 0x00}, + {0xFFB3, 0x00D0, 0xFFF4, 0x0000, 0x0190, 0x03BC, 0xF2, 0x7E, 0x00, 0x00}, + {0xFF9B, 0x00CB, 0x0005, 0x0000, 0x0364, 0x03B0, 0xC5, 0x70, 0x00, 0x00}, + {0xFF9B, 0x00CB, 0xFFF4, 0x0000, 0x0190, 0x03B0, 0xC5, 0x70, 0x00, 0x00}, + {0x0078, 0x00C4, 0xFFF2, 0x0000, 0x030C, 0x036B, 0x0C, 0x1B, 0x85, 0x00}, + {0x008B, 0x00B6, 0xFFF2, 0x0000, 0x033A, 0x0353, 0x15, 0x15, 0x85, 0x00}, + {0x0090, 0x00BC, 0xFFF4, 0x0000, 0x0347, 0x035D, 0x15, 0x15, 0x85, 0x00}, + {0x009F, 0x00A6, 0xFFF4, 0x0000, 0x036C, 0x0337, 0x1B, 0x0C, 0x85, 0x00}, + {0x0098, 0x00A3, 0xFFF2, 0x0000, 0x035B, 0x0332, 0x1B, 0x0C, 0x85, 0x00}, + {0x009D, 0x008E, 0xFFF2, 0x0000, 0x0367, 0x030C, 0x1E, 0x03, 0x85, 0x00}, + {0x00A5, 0x008E, 0xFFF4, 0x0000, 0x0379, 0x030C, 0x1E, 0x03, 0x85, 0x00}, + {0x007B, 0x00CB, 0xFFF4, 0x0000, 0x0313, 0x0377, 0x0C, 0x1B, 0x85, 0x00}, + {0xFFB3, 0xFF31, 0xFFF4, 0x0000, 0x0129, 0x00A2, 0xFD, 0xE2, 0x85, 0x00}, + {0xFFB3, 0xFF38, 0xFFF2, 0x0000, 0x0129, 0x00AF, 0xFD, 0xE2, 0x85, 0x00}, + {0x0062, 0xFF38, 0xFFF2, 0x0000, 0x02D8, 0x00AF, 0x03, 0xE2, 0x85, 0x00}, + {0x0062, 0xFF31, 0xFFF4, 0x0000, 0x02D8, 0x00A2, 0x03, 0xE2, 0x85, 0x00}, + {0x0062, 0x00C9, 0xFFF2, 0x0000, 0x02D8, 0x0374, 0x03, 0x1E, 0x85, 0x00}, + {0x0062, 0x00D0, 0xFFF4, 0x0000, 0x02D8, 0x0381, 0x03, 0x1E, 0x85, 0x00}, + {0xFFB3, 0x00D0, 0xFFF4, 0x0000, 0x0129, 0x0381, 0xFD, 0x1D, 0x85, 0x00}, + {0xFFB3, 0x00C9, 0xFFF2, 0x0000, 0x0129, 0x0374, 0xFD, 0x1D, 0x85, 0x00}, + {0xFF71, 0x008E, 0xFFF4, 0x0000, 0x0088, 0x030C, 0xE2, 0x03, 0x85, 0x00}, + {0xFF78, 0xFF73, 0xFFF2, 0x0000, 0x009A, 0x0117, 0xE2, 0xFD, 0x85, 0x00}, + {0xFF7D, 0xFF5D, 0xFFF2, 0x0000, 0x00A6, 0x00F1, 0xE5, 0xF4, 0x85, 0x00}, + {0xFF76, 0xFF5A, 0xFFF4, 0x0000, 0x0095, 0x00EC, 0xE5, 0xF4, 0x85, 0x00}, + {0xFF71, 0xFF73, 0xFFF4, 0x0000, 0x0088, 0x0117, 0xE2, 0xFD, 0x85, 0x00}, + {0xFF8B, 0xFF4A, 0xFFF2, 0x0000, 0x00C7, 0x00CF, 0xEB, 0xEB, 0x85, 0x00}, + {0xFF85, 0xFF45, 0xFFF4, 0x0000, 0x00BA, 0x00C6, 0xEB, 0xEB, 0x85, 0x00}, + {0xFF78, 0x008E, 0xFFF2, 0x0000, 0x009A, 0x030C, 0xE2, 0x03, 0x85, 0x00}, + {0xFFB3, 0x00D0, 0xFFF4, 0x0000, 0x0129, 0x0381, 0xFD, 0x1D, 0x85, 0x00}, + {0xFFB3, 0x00C9, 0xFFF2, 0x0000, 0x0129, 0x0374, 0xFD, 0x1D, 0x85, 0x00}, + {0xFF9D, 0x00C4, 0xFFF2, 0x0000, 0x00F5, 0x036B, 0xF2, 0x1A, 0x85, 0x00}, + {0xFF9B, 0x00CB, 0xFFF4, 0x0000, 0x00EE, 0x0377, 0xF2, 0x1A, 0x85, 0x00}, + {0xFF76, 0x00A6, 0xFFF4, 0x0000, 0x0095, 0x0337, 0xE5, 0x0C, 0x85, 0x00}, + {0xFF7D, 0x00A3, 0xFFF2, 0x0000, 0x00A6, 0x0332, 0xE5, 0x0C, 0x85, 0x00}, + {0xFF85, 0x00BC, 0xFFF4, 0x0000, 0x00BA, 0x035D, 0xEB, 0x15, 0x85, 0x00}, + {0xFF8A, 0x00B6, 0xFFF2, 0x0000, 0x00C7, 0x0353, 0xEB, 0x15, 0x85, 0x00}, + {0x00A5, 0xFF73, 0xFFF4, 0x0000, 0x0379, 0x0117, 0x1E, 0xFD, 0x85, 0x00}, + {0x008B, 0xFF4A, 0xFFF2, 0x0000, 0x033A, 0x00CF, 0x15, 0xEB, 0x85, 0x00}, + {0x0090, 0xFF45, 0xFFF4, 0x0000, 0x0347, 0x00C6, 0x15, 0xEB, 0x85, 0x00}, + {0x007B, 0xFF36, 0xFFF4, 0x0000, 0x0313, 0x00AC, 0x0C, 0xE5, 0x85, 0x00}, + {0x0078, 0xFF3D, 0xFFF2, 0x0000, 0x030C, 0x00B8, 0x0C, 0xE5, 0x85, 0x00}, + {0x0062, 0xFF38, 0xFFF2, 0x0000, 0x02D8, 0x00AF, 0x03, 0xE2, 0x85, 0x00}, + {0x0062, 0xFF31, 0xFFF4, 0x0000, 0x02D8, 0x00A2, 0x03, 0xE2, 0x85, 0x00}, + {0x009D, 0xFF73, 0xFFF2, 0x0000, 0x0367, 0x0117, 0x1E, 0xFD, 0x85, 0x00}, + {0xFF8B, 0xFF4A, 0xFFF2, 0x0000, 0x00C7, 0x00CF, 0xEB, 0xEB, 0x85, 0x00}, + {0xFF9D, 0xFF3D, 0xFFF2, 0x0000, 0x00F5, 0x00B8, 0xF4, 0xE5, 0x85, 0x00}, + {0xFF9B, 0xFF36, 0xFFF4, 0x0000, 0x00EE, 0x00AC, 0xF4, 0xE5, 0x85, 0x00}, + {0xFF85, 0xFF45, 0xFFF4, 0x0000, 0x00BA, 0x00C6, 0xEB, 0xEB, 0x85, 0x00}, + {0x0098, 0xFF5D, 0xFFF2, 0x0000, 0x035B, 0x00F1, 0x1B, 0xF4, 0x85, 0x00}, + {0x009F, 0xFF5A, 0xFFF4, 0x0000, 0x036C, 0x00EC, 0x1B, 0xF4, 0x85, 0x00}, + {0xFFB3, 0xFF31, 0xFFF4, 0x0000, 0x0129, 0x00A2, 0xFD, 0xE2, 0x85, 0x00}, + {0xFFB3, 0xFF38, 0xFFF2, 0x0000, 0x0129, 0x00AF, 0xFD, 0xE2, 0x85, 0x00}, + {0x009D, 0xFF73, 0xFFF2, 0x0000, 0x000A, 0x00A5, 0x09, 0xF8, 0x82, 0x00}, + {0x0098, 0xFF5D, 0xFFF2, 0x0000, 0x001B, 0x0071, 0x08, 0xF7, 0x82, 0x00}, + {0x008B, 0xFF4A, 0xFFF2, 0x0000, 0x0049, 0x0043, 0x07, 0xF6, 0x82, 0x00}, + {0x0078, 0xFF3D, 0xFFF2, 0x0000, 0x0089, 0x0022, 0x06, 0xF5, 0x82, 0x00}, + {0x0062, 0xFF38, 0xFFF2, 0x0000, 0x00D3, 0x0016, 0x05, 0xF5, 0x82, 0x00}, + {0xFFB3, 0xFF38, 0xFFF2, 0x0000, 0x032D, 0x0016, 0xFB, 0xF5, 0x82, 0x00}, + {0xFF9D, 0xFF3D, 0xFFF2, 0x0000, 0x0377, 0x0022, 0xFA, 0xF5, 0x82, 0x00}, + {0x009D, 0x008E, 0xFFF2, 0x0000, 0x000A, 0x035A, 0x09, 0x08, 0x82, 0x00}, + {0xFF7D, 0x00A3, 0xFFF2, 0x0000, 0x03E5, 0x038E, 0xF8, 0x09, 0x82, 0x00}, + {0xFF8A, 0x00B6, 0xFFF2, 0x0000, 0x03B7, 0x03BC, 0xF9, 0x0A, 0x82, 0x00}, + {0xFF9D, 0x00C4, 0xFFF2, 0x0000, 0x0377, 0x03DD, 0xFA, 0x0B, 0x82, 0x00}, + {0xFFB3, 0x00C9, 0xFFF2, 0x0000, 0x032D, 0x03E9, 0xFB, 0x0B, 0x82, 0x00}, + {0x0098, 0x00A3, 0xFFF2, 0x0000, 0x001B, 0x038E, 0x08, 0x09, 0x82, 0x00}, + {0x008B, 0x00B6, 0xFFF2, 0x0000, 0x0049, 0x03BC, 0x07, 0x0A, 0x82, 0x00}, + {0x0078, 0x00C4, 0xFFF2, 0x0000, 0x0089, 0x03DD, 0x06, 0x0B, 0x82, 0x00}, + {0x0062, 0x00C9, 0xFFF2, 0x0000, 0x00D3, 0x03E9, 0x05, 0x0B, 0x82, 0x00}, + {0x001D, 0x0019, 0x000F, 0x0000, 0x0241, 0x0391, 0x07, 0xF7, 0x7E, 0x00}, + {0x0012, 0x002B, 0x000F, 0x0000, 0x021C, 0x0419, 0x08, 0xF7, 0x7E, 0x00}, + {0xFFA6, 0x002B, 0x000F, 0x0000, 0x00A8, 0x0419, 0xF4, 0xFD, 0x7E, 0x00}, + {0x0035, 0x008D, 0x000F, 0x0000, 0x0291, 0x06E6, 0x08, 0x09, 0x7E, 0x00}, + {0xFFC8, 0x008D, 0x000F, 0x0000, 0x011D, 0x06E6, 0xF9, 0x0A, 0x7E, 0x00}, + {0xFFD4, 0x007B, 0x000F, 0x0000, 0x0143, 0x065D, 0xF9, 0x0A, 0x7E, 0x00}, + {0xFFD8, 0x0065, 0x000F, 0x0000, 0x0150, 0x05BD, 0xF7, 0x08, 0x7E, 0x00}, + {0x0077, 0xFF98, 0x000F, 0x0000, 0x0373, 0xFFDE, 0x07, 0xF6, 0x7E, 0x00}, + {0xFF7D, 0x00A3, 0xFFF2, 0x0000, 0x03E5, 0x038E, 0xF8, 0x09, 0x82, 0x00}, + {0xFF9D, 0xFF3D, 0xFFF2, 0x0000, 0x0377, 0x0022, 0xFA, 0xF5, 0x82, 0x00}, + {0xFF8B, 0xFF4A, 0xFFF2, 0x0000, 0x03B7, 0x0043, 0xF9, 0xF6, 0x82, 0x00}, + {0xFF7D, 0xFF5D, 0xFFF2, 0x0000, 0x03E5, 0x0071, 0xF8, 0xF7, 0x82, 0x00}, + {0x000A, 0xFF98, 0x000F, 0x0000, 0x01FE, 0xFFDE, 0x01, 0xF4, 0x7E, 0x00}, + {0xFFB1, 0x0019, 0x000F, 0x0000, 0x00CD, 0x0391, 0xF6, 0xFA, 0x7E, 0x00}, + {0xFF78, 0x008E, 0xFFF2, 0x0000, 0x03F6, 0x035A, 0xF7, 0x08, 0x82, 0x00}, + {0xFF78, 0xFF73, 0xFFF2, 0x0000, 0x03F6, 0x00A5, 0xF7, 0xF8, 0x82, 0x00}, + {0x0037, 0x003D, 0x000F, 0x0000, 0x0299, 0x049B, 0x0C, 0xFF, 0x7E, 0x00}, + {0x0040, 0x004F, 0x000F, 0x0000, 0x02B8, 0x051D, 0x0C, 0x01, 0x7E, 0x00}, + {0xFFD4, 0x004F, 0x000F, 0x0000, 0x0144, 0x051D, 0xF4, 0x02, 0x7E, 0x00}, + {0xFFCB, 0x003D, 0x000F, 0x0000, 0x0124, 0x049B, 0xF4, 0xFE, 0x7E, 0x00}, + {0x0012, 0x002B, 0x000F, 0x0000, 0x021C, 0x0419, 0x08, 0xF7, 0x7E, 0x00}, + {0x0017, 0x002C, 0x000F, 0x0000, 0x022E, 0x041B, 0x09, 0xF8, 0x7E, 0x00}, + {0x0020, 0x002D, 0x000F, 0x0000, 0x024A, 0x0428, 0x0A, 0xFA, 0x7E, 0x00}, + {0xFFC8, 0x008D, 0x000F, 0x0000, 0x011D, 0x06E6, 0xF9, 0x0A, 0x7E, 0x00}, + {0x0035, 0x008D, 0x000F, 0x0000, 0x0291, 0x06E6, 0x08, 0x09, 0x7E, 0x00}, + {0xFFD8, 0x0065, 0x000F, 0x0000, 0x0150, 0x05BD, 0xF7, 0x08, 0x7E, 0x00}, + {0x0044, 0x0065, 0x000F, 0x0000, 0x02C5, 0x05BD, 0x0B, 0x04, 0x7E, 0x00}, + {0x0040, 0x007B, 0x000F, 0x0000, 0x02B7, 0x065D, 0x0A, 0x07, 0x7E, 0x00}, + {0xFFB8, 0x009A, 0x000F, 0x0000, 0x00E5, 0x0740, 0xF9, 0x09, 0x7E, 0x00}, + {0xFFA8, 0x009E, 0x000F, 0x0000, 0x00AD, 0x0761, 0xF8, 0x09, 0x7E, 0x00}, + {0x0010, 0x009E, 0x000F, 0x0000, 0x0215, 0x0761, 0x03, 0x0C, 0x7E, 0x00}, + {0x0024, 0x009A, 0x000F, 0x0000, 0x0258, 0x0740, 0x05, 0x0B, 0x7E, 0x00}, + {0xFFBF, 0x0033, 0x000F, 0x0000, 0x00FC, 0x044D, 0xF4, 0xFD, 0x7E, 0x00}, + {0xFFB4, 0x002D, 0x000F, 0x0000, 0x00D6, 0x0428, 0xF5, 0xFC, 0x7E, 0x00}, + {0xFFAB, 0x002C, 0x000F, 0x0000, 0x00B9, 0x041B, 0xF4, 0xFD, 0x7E, 0x00}, + {0xFFA6, 0x002B, 0x000F, 0x0000, 0x00A8, 0x0419, 0xF4, 0xFD, 0x7E, 0x00}, + {0xFFCB, 0x003D, 0x000F, 0x0000, 0x0124, 0x049B, 0xF4, 0xFE, 0x7E, 0x00}, + {0x0012, 0x002B, 0x000F, 0x0000, 0x021C, 0x0419, 0x08, 0xF7, 0x7E, 0x00}, + {0x0020, 0x002D, 0x000F, 0x0000, 0x024A, 0x0428, 0x0A, 0xFA, 0x7E, 0x00}, + {0x002B, 0x0033, 0x000F, 0x0000, 0x0271, 0x044D, 0x0B, 0xFC, 0x7E, 0x00}, + {0x0037, 0x003D, 0x000F, 0x0000, 0x0299, 0x049B, 0x0C, 0xFF, 0x7E, 0x00} +}; + +Gfx D_020043E8[] = { + gsDPSetCycleType(G_CYC_1CYCLE), + gsDPSetRenderMode(G_RM_AA_OPA_SURF, G_RM_AA_OPA_SURF2), + gsDPSetCombineLERP(TEXEL0, 0, PRIMITIVE, 0, TEXEL0, 0, PRIMITIVE, 0, TEXEL0, 0, PRIMITIVE, 0, TEXEL0, 0, PRIMITIVE, 0), + gsSPSetGeometryMode(G_LIGHTING | G_TEXTURE_GEN ), + gsSPVertex(maybeverts2B18, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(8, 11, 15, 0), + gsSP1Triangle(8, 15, 14, 0), + gsSP1Triangle(8, 14, 13, 0), + gsSP1Triangle(8, 13, 12, 0), + gsSP1Triangle(8, 12, 7, 0), + gsSP1Triangle(8, 7, 0, 0), + gsSP1Triangle(8, 0, 1, 0), + gsSP1Triangle(8, 1, 2, 0), + gsSP1Triangle(8, 2, 3, 0), + gsSP1Triangle(8, 3, 4, 0), + gsSP1Triangle(8, 4, 5, 0), + gsSP1Triangle(8, 5, 6, 0), + gsSPVertex(0x02002C18, 14, 0), + gsSP1Triangle(7, 8, 9, 0), + gsSP1Triangle(7, 9, 10, 0), + gsSP1Triangle(7, 10, 11, 0), + gsSP1Triangle(7, 11, 12, 0), + gsSPEndDisplayList(), +}; + +Gfx DL_RAREWARETEXT[] = { + gsSPClearGeometryMode(G_LIGHTING | G_TEXTURE_GEN ), + gsSPTexture(0xFFFF, 0xFFFF, 5, 0, TRUE), + gsDPPipeSync(), + gsDPSetCycleType(G_CYC_2CYCLE), + gsDPSetCombineLERP(TEXEL0, TEXEL0, LOD_FRACTION, TEXEL0, TEXEL0, TEXEL0, LOD_FRACTION, TEXEL0, COMBINED, 0, PRIMITIVE, 0, COMBINED, 0, PRIMITIVE, 0), + gsDPSetTextureLOD(G_TL_LOD), + + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, &imgRAre_0x0020), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, 7, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, 1371, 0), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_WRAP, 5, 0, G_TX_WRAP, 5, 0), + gsDPSetTileSize(0, 2, 2, 126, 126), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 256, 1, 0, G_TX_WRAP, 4, 1, G_TX_WRAP, 4, 1), + gsDPSetTileSize(1, 2, 2, 62, 62), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 2, 320, 2, 0, G_TX_WRAP, 3, 2, G_TX_WRAP, 3, 2), + gsDPSetTileSize(2, 2, 2, 30, 30), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, 336, 3, 0, G_TX_WRAP, 2, 3, G_TX_WRAP, 2, 3), + gsDPSetTileSize(3, 2, 2, 14, 14), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, 340, 4, 0, G_TX_WRAP, 1, 4, G_TX_WRAP, 1, 4), + gsDPSetTileSize(4, 2, 2, 6, 6), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, 342, 5, 0, G_TX_WRAP, 0, 5, G_TX_WRAP, 0, 5), + gsDPSetTileSize(5, 2, 2, 2, 2), + gsDPSetRenderMode(G_RM_PASS, G_RM_OPA_SURF2), + gsSPVertex(0x02002C18, 14, 0), + gsSP1Triangle(13, 6, 0, 0), + gsSP1Triangle(13, 0, 1, 0), + gsDPPipeSync(), + + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, &img_raRE_0x0AE0), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, 7, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, 1371, 0), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_WRAP, 5, 0, G_TX_WRAP, 5, 0), + gsDPSetTileSize(0, 2, 2, 126, 126), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x100, 1, 0, G_TX_WRAP, 4, 1, G_TX_WRAP, 4, 1), + gsDPSetTileSize(1, 2, 2, 62, 62), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 2, 0x140, 2, 0, G_TX_WRAP, 3, 2, G_TX_WRAP, 3, 2), + gsDPSetTileSize(2, 2, 2, 30, 30), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, 0x150, 3, 0, G_TX_WRAP, 2, 3, G_TX_WRAP, 2, 3), + gsDPSetTileSize(3, 2, 2, 14, 14), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, 0x154, 4, 0, G_TX_WRAP, 1, 4, G_TX_WRAP, 1, 4), + gsDPSetTileSize(4, 2, 2, 6, 6), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, 0x156, 5, 0, G_TX_WRAP, 0, 5, G_TX_WRAP, 0, 5), + gsDPSetTileSize(5, 2, 2, 2, 2), + gsSP1Triangle(2, 3, 4, 0), + gsSP1Triangle(2, 4, 5, 0), + gsDPPipeSync(), + + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, &imgWAre_0x15A0), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, 7, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, 1371, 0), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_WRAP, 5, 0, G_TX_WRAP, 5, 0), + gsDPSetTileSize(0, 2, 2, 126, 126), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x100, 1, 0, G_TX_WRAP, 4, 1, G_TX_WRAP, 4, 1), + gsDPSetTileSize(1, 2, 2, 62, 62), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 2, 0x140, 2, 0, G_TX_WRAP, 3, 2, G_TX_WRAP, 3, 2), + gsDPSetTileSize(2, 2, 2, 30, 30), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, 0x150, 3, 0, G_TX_WRAP, 2, 3, G_TX_WRAP, 2, 3), + gsDPSetTileSize(3, 2, 2, 14, 14), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, 0x154, 4, 0, G_TX_WRAP, 1, 4, G_TX_WRAP, 1, 4), + gsDPSetTileSize(4, 2, 2, 6, 6), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, 0x156, 5, 0, G_TX_WRAP, 0, 5, G_TX_WRAP, 0, 5), + gsDPSetTileSize(5, 2, 2, 2, 2), + gsSPVertex(0x02002CF8, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsDPPipeSync(), + + gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, &imgwaRE_0x2060), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, 7, 0, G_TX_WRAP, 0, 0, G_TX_WRAP, 0, 0), + gsDPLoadSync(), + gsDPLoadBlock(7, 0, 0, 1371, 0), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, 0, 0, G_TX_WRAP, 5, 0, G_TX_WRAP, 5, 0), + gsDPSetTileSize(0, 2, 2, 126, 126), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 4, 0x100, 1, 0, G_TX_WRAP, 4, 1, G_TX_WRAP, 4, 1), + gsDPSetTileSize(1, 2, 2, 62, 62), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 2, 0x140, 2, 0, G_TX_WRAP, 3, 2, G_TX_WRAP, 3, 2), + gsDPSetTileSize(2, 2, 2, 30, 30), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, 0x150, 3, 0, G_TX_WRAP, 2, 3, G_TX_WRAP, 2, 3), + gsDPSetTileSize(3, 2, 2, 14, 14), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, 0x154, 4, 0, G_TX_WRAP, 1, 4, G_TX_WRAP, 1, 4), + gsDPSetTileSize(4, 2, 2, 6, 6), + gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, 0x156, 5, 0, G_TX_WRAP, 0, 5, G_TX_WRAP, 0, 5), + gsDPSetTileSize(5, 2, 2, 2, 2), + gsSP1Triangle(15, 14, 13, 0), + gsSP1Triangle(15, 13, 12, 0), + gsSPEndDisplayList(), +}; + +Gfx D_02004758[] = { + gsDPSetCycleType(G_CYC_1CYCLE), + gsDPSetRenderMode(G_RM_AA_OPA_SURF, G_RM_AA_OPA_SURF2), + gsDPSetCombineLERP(TEXEL0, 0, PRIMITIVE, 0, TEXEL0, 0, PRIMITIVE, 0, TEXEL0, 0, PRIMITIVE, 0, TEXEL0, 0, PRIMITIVE, 0), + gsSPSetGeometryMode(G_LIGHTING | G_TEXTURE_GEN ), + gsSPTexture(0x1C81, 0x1426, 0, 0, 1), + gsDPSetTileSize(0, 46, 116, 124, 124), + + gsSPVertex(0x02002CF8, 16, 0), + gsSP1Triangle(7, 0, 1, 0), + gsSP1Triangle(7, 1, 2, 0), + gsSP1Triangle(3, 4, 5, 0), + gsSP1Triangle(3, 5, 6, 0), + + gsSPVertex(0x02002DF8, 16, 0), + gsSPVertex(0x02002EF8, 14, 0), + gsSP1Triangle(7, 8, 9, 0), + gsSP1Triangle(7, 9, 10, 0), + gsSP1Triangle(11, 12, 7, 0), + gsSP1Triangle(11, 7, 10, 0), + gsSP1Triangle(13, 12, 11, 0), + gsSP1Triangle(13, 11, 6, 0), + gsSP1Triangle(0, 13, 6, 0), + gsSP1Triangle(0, 6, 1, 0), + gsSP1Triangle(2, 3, 4, 0), + gsSP1Triangle(2, 4, 5, 0), + + gsSPVertex(0x02002FD8, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(11, 9, 8, 0), + gsSP1Triangle(11, 8, 15, 0), + gsSP1Triangle(15, 14, 13, 0), + gsSP1Triangle(15, 13, 11, 0), + gsSP1Triangle(13, 14, 12, 0), + gsSP1Triangle(13, 12, 7, 0), + gsSP1Triangle(12, 0, 1, 0), + gsSP1Triangle(12, 1, 7, 0), + gsSP1Triangle(1, 0, 2, 0), + gsSP1Triangle(1, 2, 3, 0), + gsSP1Triangle(4, 5, 6, 0), + + gsSPVertex(0x020030D8, 14, 0), + gsSP1Triangle(7, 8, 9, 0), + gsSP1Triangle(10, 11, 12, 0), + gsSP1Triangle(10, 12, 13, 0), + gsSP1Triangle(6, 0, 1, 0), + gsSP1Triangle(6, 1, 2, 0), + gsSP1Triangle(3, 4, 5, 0), + + gsSPVertex(0x020031B8, 14, 0), + gsSP1Triangle(7, 8, 9, 0), + gsSP1Triangle(7, 9, 10, 0), + gsSP1Triangle(11, 12, 9, 0), + gsSP1Triangle(11, 9, 8, 0), + gsSP1Triangle(13, 12, 11, 0), + gsSP1Triangle(13, 11, 6, 0), + gsSP1Triangle(0, 1, 13, 0), + gsSP1Triangle(0, 13, 6, 0), + gsSP1Triangle(2, 3, 4, 0), + gsSP1Triangle(2, 4, 5, 0), + + gsSPVertex(0x02003298, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(15, 14, 13, 0), + gsSP1Triangle(15, 13, 12, 0), + gsSP1Triangle(7, 0, 1, 0), + gsSP1Triangle(7, 1, 2, 0), + gsSP1Triangle(3, 4, 5, 0), + gsSP1Triangle(3, 5, 6, 0), + + gsSPVertex(0x02003398, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(15, 14, 13, 0), + gsSP1Triangle(15, 13, 12, 0), + gsSP1Triangle(7, 8, 11, 0), + gsSP1Triangle(7, 11, 0, 0), + gsSP1Triangle(1, 2, 3, 0), + gsSP1Triangle(1, 3, 4, 0), + gsSP1Triangle(5, 4, 3, 0), + gsSP1Triangle(5, 3, 6, 0), + + gsSPVertex(0x02003498, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(8, 11, 15, 0), + gsSP1Triangle(8, 15, 14, 0), + gsSP1Triangle(13, 12, 7, 0), + gsSP1Triangle(13, 7, 0, 0), + gsSP1Triangle(1, 0, 7, 0), + gsSP1Triangle(1, 7, 2, 0), + gsSP1Triangle(3, 1, 2, 0), + gsSP1Triangle(3, 2, 4, 0), + gsSP1Triangle(5, 3, 4, 0), + gsSP1Triangle(5, 4, 6, 0), + + gsSPVertex(0x02003598, 14, 0), + gsSP1Triangle(7, 8, 9, 0), + gsSP1Triangle(7, 9, 10, 0), + gsSP1Triangle(11, 12, 8, 0), + gsSP1Triangle(11, 8, 7, 0), + gsSP1Triangle(11, 13, 6, 0), + gsSP1Triangle(11, 6, 12, 0), + gsSP1Triangle(13, 0, 1, 0), + gsSP1Triangle(13, 1, 6, 0), + gsSP1Triangle(2, 3, 4, 0), + gsSP1Triangle(2, 4, 5, 0), + + gsSPVertex(0x02003678, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(15, 14, 13, 0), + gsSP1Triangle(15, 13, 12, 0), + gsSP1Triangle(7, 0, 1, 0), + gsSP1Triangle(7, 1, 2, 0), + gsSP1Triangle(9, 3, 4, 0), + gsSP1Triangle(9, 4, 10, 0), + gsSP1Triangle(12, 5, 6, 0), + gsSP1Triangle(12, 6, 15, 0), + + gsSPVertex(0x02003778, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(11, 15, 14, 0), + gsSP1Triangle(11, 14, 8, 0), + gsSP1Triangle(13, 14, 15, 0), + gsSP1Triangle(13, 15, 12, 0), + gsSP1Triangle(7, 0, 1, 0), + gsSP1Triangle(7, 1, 2, 0), + gsSP1Triangle(3, 1, 0, 0), + gsSP1Triangle(3, 0, 4, 0), + gsSP1Triangle(4, 5, 6, 0), + gsSP1Triangle(4, 6, 3, 0), + + gsSPVertex(0x02003878, 14, 0), + gsSP1Triangle(7, 8, 9, 0), + gsSP1Triangle(7, 9, 10, 0), + gsSP1Triangle(11, 9, 8, 0), + gsSP1Triangle(11, 8, 12, 0), + gsSP1Triangle(12, 13, 6, 0), + gsSP1Triangle(12, 6, 11, 0), + gsSP1Triangle(13, 0, 1, 0), + gsSP1Triangle(13, 1, 6, 0), + gsSP1Triangle(2, 3, 4, 0), + gsSP1Triangle(2, 4, 5, 0), + + gsSPVertex(0x02003958, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(15, 14, 13, 0), + gsSP1Triangle(15, 13, 12, 0), + gsSP1Triangle(12, 10, 9, 0), + gsSP1Triangle(12, 9, 15, 0), + gsSP1Triangle(7, 0, 1, 0), + gsSP1Triangle(7, 1, 2, 0), + gsSP1Triangle(3, 2, 1, 0), + gsSP1Triangle(3, 1, 4, 0), + gsSP1Triangle(3, 4, 5, 0), + gsSP1Triangle(3, 5, 6, 0), + + gsSPVertex(0x02003A58, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(8, 11, 15, 0), + gsSP1Triangle(8, 15, 14, 0), + gsSP1Triangle(14, 15, 13, 0), + gsSP1Triangle(14, 13, 12, 0), + gsSP1Triangle(7, 12, 13, 0), + gsSP1Triangle(7, 13, 0, 0), + gsSP1Triangle(7, 0, 1, 0), + gsSP1Triangle(7, 1, 2, 0), + gsSP1Triangle(3, 2, 1, 0), + gsSP1Triangle(3, 1, 4, 0), + gsSP1Triangle(3, 4, 5, 0), + gsSP1Triangle(3, 5, 6, 0), + + gsSPVertex(0x02003B58, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(15, 11, 10, 0), + gsSP1Triangle(15, 10, 14, 0), + gsSP1Triangle(15, 14, 13, 0), + gsSP1Triangle(15, 13, 12, 0), + gsSP1Triangle(7, 12, 13, 0), + gsSP1Triangle(7, 13, 0, 0), + gsSP1Triangle(7, 0, 1, 0), + gsSP1Triangle(7, 1, 2, 0), + gsSP1Triangle(2, 1, 3, 0), + gsSP1Triangle(2, 3, 4, 0), + gsSP1Triangle(5, 4, 3, 0), + gsSP1Triangle(5, 3, 6, 0), + + gsSPVertex(0x02003C58, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(15, 11, 10, 0), + gsSP1Triangle(15, 10, 14, 0), + gsSP1Triangle(13, 15, 14, 0), + gsSP1Triangle(13, 14, 12, 0), + gsSP1Triangle(7, 0, 1, 0), + gsSP1Triangle(7, 1, 2, 0), + gsSP1Triangle(3, 4, 5, 0), + gsSP1Triangle(3, 5, 6, 0), + + gsSPVertex(0x02003D58, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(15, 14, 13, 0), + gsSP1Triangle(15, 13, 12, 0), + gsSP1Triangle(7, 0, 12, 0), + gsSP1Triangle(7, 12, 13, 0), + gsSP1Triangle(1, 0, 7, 0), + gsSP1Triangle(1, 7, 2, 0), + gsSP1Triangle(3, 4, 1, 0), + gsSP1Triangle(3, 1, 2, 0), + gsSP1Triangle(5, 4, 3, 0), + gsSP1Triangle(5, 3, 6, 0), + + gsSPVertex(0x02003E58, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(11, 10, 15, 0), + gsSP1Triangle(11, 15, 14, 0), + gsSP1Triangle(15, 13, 12, 0), + gsSP1Triangle(15, 12, 14, 0), + gsSP1Triangle(12, 13, 7, 0), + gsSP1Triangle(12, 7, 0, 0), + gsSP1Triangle(1, 2, 3, 0), + gsSP1Triangle(1, 3, 4, 0), + gsSP1Triangle(3, 2, 5, 0), + gsSP1Triangle(3, 5, 6, 0), + + gsSPVertex(0x02003F58, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(10, 9, 15, 0), + gsSP1Triangle(10, 15, 14, 0), + gsSP1Triangle(13, 12, 7, 0), + gsSP1Triangle(13, 7, 0, 0), + gsSP1Triangle(1, 12, 13, 0), + gsSP1Triangle(1, 13, 2, 0), + gsSP1Triangle(3, 4, 1, 0), + gsSP1Triangle(3, 1, 2, 0), + gsSP1Triangle(5, 4, 3, 0), + gsSP1Triangle(5, 3, 6, 0), + + gsSPVertex(0x02004058, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(8, 11, 15, 0), + gsSP1Triangle(8, 15, 14, 0), + gsSP1Triangle(8, 14, 13, 0), + gsSP1Triangle(8, 13, 12, 0), + gsSP1Triangle(8, 12, 7, 0), + gsSP1Triangle(8, 7, 0, 0), + gsSP1Triangle(8, 0, 1, 0), + gsSP1Triangle(8, 1, 2, 0), + gsSP1Triangle(8, 2, 3, 0), + gsSP1Triangle(8, 3, 4, 0), + gsSP1Triangle(8, 4, 5, 0), + gsSP1Triangle(8, 5, 6, 0), + + gsSPVertex(0x02004158, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(8, 11, 15, 0), + gsSP1Triangle(8, 15, 14, 0), + gsSP1Triangle(13, 12, 7, 0), + gsSP1Triangle(13, 7, 0, 0), + gsSP1Triangle(13, 0, 1, 0), + gsSP1Triangle(13, 1, 2, 0), + gsSP1Triangle(3, 4, 5, 0), + gsSP1Triangle(3, 5, 6, 0), + + gsSPVertex(0x02004258, 16, 0), + gsSP1Triangle(8, 9, 10, 0), + gsSP1Triangle(8, 10, 11, 0), + gsSP1Triangle(8, 15, 14, 0), + gsSP1Triangle(8, 14, 13, 0), + gsSP1Triangle(8, 13, 12, 0), + gsSP1Triangle(8, 12, 7, 0), + gsSP1Triangle(0, 1, 10, 0), + gsSP1Triangle(0, 10, 9, 0), + gsSP1Triangle(0, 9, 2, 0), + gsSP1Triangle(0, 2, 3, 0), + gsSP1Triangle(4, 5, 6, 0), + + gsSPVertex(0x02004358, 9, 0), + gsSP1Triangle(5, 6, 7, 0), + gsSP1Triangle(5, 7, 8, 0), + gsSP1Triangle(5, 8, 4, 0), + gsSP1Triangle(5, 4, 0, 0), + gsSP1Triangle(5, 0, 1, 0), + gsSP1Triangle(5, 1, 2, 0), + gsSP1Triangle(5, 2, 3, 0), + gsSPEndDisplayList(), +}; + +Gfx DL_0x4FE0[] = { + gsSPEndDisplayList(), +}; + +// G_IM_FMT_RGBA, G_IM_SIZ_16b, 32x32 +u32 D_02004FE8[] = { + 0x00950095, 0x00950095, 0x00950095, 0x00950095, + 0x00930053, 0x00530051, 0x00510051, 0x0051004F, + 0x004F004F, 0x004F004F, 0x004F000F, 0x004F004F, + 0x004F004F, 0x00510051, 0x00510051, 0x00510051, + 0x00530053, 0x00530053, 0x00510051, 0x004F000F, + 0x000D000D, 0x000D000D, 0x000D000D, 0x000D000D, + 0x000D000D, 0x000D000D, 0x000F000F, 0x00510051, + 0x00510053, 0x00530095, 0x00950095, 0x00950095, + 0x00950095, 0x00950095, 0x00970097, 0x00970097, + 0x00970097, 0x00950095, 0x00950095, 0x00950095, + 0x00950095, 0x00950053, 0x00530053, 0x00530053, + 0x00530051, 0x00510051, 0x00510051, 0x00510051, + 0x00510051, 0x00530053, 0x00530053, 0x00510051, + 0x00510051, 0x00510051, 0x00510051, 0x000F0011, + 0x00510051, 0x00510051, 0x00530053, 0x00530053, + 0x00950095, 0x00950095, 0x00950095, 0x00550053, + 0x00950095, 0x00950095, 0x00950097, 0x00970097, + 0x00970097, 0x00970097, 0x00970097, 0x00970097, + 0x00970097, 0x00970097, 0x00950095, 0x00950095, + 0x00950095, 0x00550053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00550055, 0x00550055, + 0x00530053, 0x00530053, 0x00530055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00950095, 0x00950095, 0x00950095, + 0x00970095, 0x00950095, 0x00550055, 0x00550055, + 0x00550055, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00530053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00130053, 0x00530053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00570057, 0x00570057, 0x00570055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550053, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00530055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00530055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00550055, 0x00550055, 0x00550055, + 0x00550055, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00530051, 0x00510011, 0x00110011, 0x00110051, + 0x00510051, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00550055, 0x00550055, 0x00550055, 0x00550095, + 0x00950095, 0x00950095, 0x00950095, 0x00950095, + 0x00950095, 0x00950095, 0x00950095, 0x00950095, + 0x00950095, 0x00950095, 0x00950095, 0x00550053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00530053, 0x00530053, 0x00530053, 0x00530053, + 0x00950095, 0x00950095, 0x00950095, 0x00970097, + 0x00970097, 0x00950095, 0x00950095, 0x00950095, + 0x00950095, 0x00950095, 0x00930053, 0x00530053, + 0x00530051, 0x00510051, 0x00510051, 0x00510051, + 0x00510051, 0x00510051, 0x00510051, 0x00510051, + 0x00510051, 0x00510051, 0x00510051, 0x00510051, + 0x00510051, 0x00530053, 0x00530053, 0x00530093, + 0x00950093, 0x00930093, 0x00930053, 0x00530053, + 0x00530093, 0x00950095, 0x00950095, 0x00950095, + 0x00950093, 0x00930053, 0x00530051, 0x00510051, + 0x00510051, 0x00510051, 0x004F004F, 0x004F004F, + 0x004F004F, 0x00510051, 0x00510051, 0x00510051, + 0x00510053, 0x00530051, 0x00510051, 0x004F000F, + 0x000D000D, 0x000D000D, 0x000D000D, 0x000D000D, + 0x000D000D, 0x000D000F, 0x004F0051, 0x00510051, + 0x00530093, 0x00930095, 0x00950093, 0x00930053, + 0x00950093, 0x00930093, 0x00530051, 0x00510051, + 0x004F004F, 0x000D000D, 0x000B000B, 0x000B000B, + 0x000B000B, 0x000B000B, 0x000B000B, 0x000B000B, + 0x000B000B, 0x000D000D, 0x000D000D, 0x000D000F, + 0x004F004F, 0x004F004F, 0x004F000F, 0x000D000D, + 0x000D000D, 0x000D000D, 0x000D000D, 0x000D000D, + 0x000D000D, 0x000B000B, 0x000B000D, 0x000D000D, + 0x004F004F, 0x00510051, 0x00530093, 0x00930093, + 0x00930051, 0x0051004F, 0x000D000B, 0x000B0009, + 0x00090009, 0x00090009, 0x00090009, 0x00090009, + 0x00090009, 0x00090009, 0x0009000B, 0x000B000B, + 0x000B000B, 0x000B000B, 0x000B000B, 0x000B000B, + 0x000B000B, 0x00090009, 0x000B000D, 0x000D004F, + 0x004F0051, 0x00910051, 0x00510051, 0x0051004F, + 0x004F004F, 0x004F004D, 0x000D000D, 0x000D000D, + 0x000B000B, 0x000B000B, 0x000B000B, 0x000B000B, + 0x004F004F, 0x000D000B, 0x00090009, 0x00090009, + 0x00090009, 0x00090009, 0x0009000B, 0x000B000B, + 0x000D004D, 0x004D004F, 0x004F004D, 0x000D000B, + 0x000B000B, 0x00090009, 0x0009000B, 0x000B000B, + 0x000B000B, 0x000B000B, 0x000B000D, 0x004D004D, + 0x004F004F, 0x004F0051, 0x0051004F, 0x004F004F, + 0x004D000D, 0x000B000B, 0x000B0009, 0x000B000B, + 0x000B0009, 0x00090009, 0x00090009, 0x00090009, + 0x004F004D, 0x004D000D, 0x000B000B, 0x00090009, + 0x00090009, 0x00090009, 0x0009000B, 0x000B004D, + 0x004F004F, 0x004F004F, 0x004F004D, 0x004D000B, + 0x000B000B, 0x000B000B, 0x0009000B, 0x000B000B, + 0x000B000D, 0x004D000D, 0x000D000B, 0x000B0009, + 0x00090009, 0x00090009, 0x00090009, 0x00090009, + 0x00090009, 0x00090009, 0x00090009, 0x00090009, + 0x00090009, 0x00090009, 0x00090009, 0x00090009, + 0x004F004F, 0x004D004D, 0x000B000B, 0x00090009, + 0x00090009, 0x00090009, 0x0009000B, 0x000B004D, + 0x004D004D, 0x004D000B, 0x000B0009, 0x00090007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070009, 0x000B000B, 0x000B000B, + 0x000B000B, 0x00090009, 0x00090009, 0x00090009, + 0x00090009, 0x00090009, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070009, 0x00090007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x0009004B, 0x004D004D, + 0x004D004D, 0x004D004D, 0x004D004D, 0x004D004D, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070009, + 0x0009000B, 0x004B004D, 0x004F004F, 0x004F004F, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00090009, 0x00090009, + 0x000B000B, 0x004D004D, 0x004F0091, 0x00910093, + 0x00090009, 0x00090009, 0x00090009, 0x00090009, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x0009004D, 0x004D004D, + 0x004B004B, 0x00090007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00090009, 0x004B004B, 0x004D008F, 0x00910091, + 0x009300D5, 0x00D500D5, 0x00D500D7, 0x00D700D7, + 0x0091008F, 0x008F004F, 0x004F004D, 0x004B0009, + 0x00090007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x0007004B, 0x004F008F, 0x008F008F, + 0x004F004D, 0x004B0009, 0x00090007, 0x00070005, + 0x00050005, 0x00050005, 0x00050005, 0x00050005, + 0x00050005, 0x00070007, 0x00070007, 0x00070007, + 0x0007004B, 0x004D008F, 0x009100D3, 0x00D500D7, + 0x01170119, 0x01190119, 0x01190119, 0x01190119, + 0x004B004D, 0x004D004F, 0x008F008F, 0x008F008F, + 0x004F004D, 0x004D004B, 0x004B000B, 0x004B004B, + 0x004D004D, 0x008F0091, 0x00910091, 0x009300D3, + 0x00930091, 0x008F004F, 0x004D0009, 0x00090007, + 0x00070007, 0x00050005, 0x00050005, 0x00050005, + 0x00050005, 0x00050005, 0x00050005, 0x00070009, + 0x004B004D, 0x00910091, 0x009300D3, 0x00D300D3, + 0x00D300D3, 0x00D300D3, 0x00D300D3, 0x00D300D5, + 0x009300D3, 0x00D500D5, 0x00D700D5, 0x00D500D5, + 0x00930091, 0x008F004D, 0x004D004D, 0x004D004B, + 0x004D004D, 0x004D004D, 0x008F0091, 0x009300D3, + 0x00D300D3, 0x00D30091, 0x008F004D, 0x004B0009, + 0x00090007, 0x00070007, 0x00070007, 0x00050005, + 0x00050005, 0x00050005, 0x00050007, 0x00090049, + 0x004B004B, 0x004D004D, 0x008D004D, 0x004D004D, + 0x004D004D, 0x004D008F, 0x008F008F, 0x008F008F, + 0x0119011B, 0x011B011B, 0x011B0119, 0x011900D7, + 0x00D30091, 0x008F004D, 0x004B0009, 0x00090009, + 0x004B004D, 0x004F008F, 0x00910091, 0x00910091, + 0x00910091, 0x008F008F, 0x008F004D, 0x004D004D, + 0x004B004B, 0x004B0009, 0x00090007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070009, + 0x00090009, 0x00090009, 0x00090007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00090049, + 0x015F015F, 0x015F015D, 0x015D011B, 0x011900D7, + 0x00D50093, 0x0091008F, 0x004D004D, 0x004D004D, + 0x008F008F, 0x00910091, 0x00910091, 0x008F008F, + 0x00910091, 0x00910091, 0x0091008F, 0x008F004D, + 0x004D004B, 0x004B0049, 0x00090007, 0x00070009, + 0x00090009, 0x00090009, 0x00090007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x015F015F, 0x015F015D, 0x015D015B, 0x011B0119, + 0x011900D7, 0x00D500D5, 0x00D300D3, 0x00D300D3, + 0x00D300D3, 0x00D500D3, 0x00D300D3, 0x00D300D3, + 0x00D30091, 0x00910091, 0x00910091, 0x008F008F, + 0x008F004D, 0x004B004B, 0x004B0049, 0x00490049, + 0x00490049, 0x004B004B, 0x004B004B, 0x00490049, + 0x00490049, 0x00490049, 0x00490007, 0x00070007, + 0x00070007, 0x00070007, 0x00070007, 0x00070007, + 0x015F015F, 0x015F015F, 0x015F015D, 0x015D015D, + 0x011B011B, 0x01190119, 0x01190119, 0x01190117, + 0x01170117, 0x01170117, 0x01170117, 0x00D700D5, + 0x00D500D3, 0x00D300D3, 0x00D300D3, 0x00D500D3, + 0x00D30091, 0x008F008F, 0x008D004D, 0x004D004B, + 0x004B004B, 0x004B004B, 0x004B004B, 0x004B004B, + 0x004B004B, 0x004B004B, 0x004B0049, 0x00490049, + 0x00470007, 0x00070007, 0x00070007, 0x08470847, + 0x015D015D, 0x015F015F, 0x015F015F, 0x015F015F, + 0x015F015F, 0x015F015F, 0x015D015D, 0x011B0119, + 0x01190119, 0x0119011B, 0x011B011B, 0x01190117, + 0x00D700D7, 0x00D500D7, 0x00D70117, 0x011700D7, + 0x00D500D3, 0x0091008F, 0x008F008F, 0x008F008F, + 0x008F008D, 0x004B004B, 0x004B004B, 0x004B004B, + 0x004B004B, 0x004B004B, 0x004B004B, 0x004B088B, + 0x088D088D, 0x088D088B, 0x08490847, 0x08470847, + 0x015D015D, 0x015F015F, 0x01A101A1, 0x01A101A1, + 0x01A101A1, 0x01A101A1, 0x015F015D, 0x011B0119, + 0x0119011B, 0x011B011B, 0x011B011B, 0x01190119, + 0x01170117, 0x01170117, 0x01170119, 0x01190119, + 0x01190117, 0x00D500D5, 0x00D300D3, 0x00D300D3, + 0x00D300D3, 0x00D10091, 0x008F008F, 0x008D008D, + 0x008D008D, 0x008D088D, 0x088D088D, 0x088D088D, + 0x088F08CF, 0x08D108D1, 0x08D108CF, 0x088D088D, + 0x015F01A1, 0x01A301A3, 0x01A301A3, 0x01A301A3, + 0x01A301A1, 0x01A1015F, 0x015D011B, 0x011B011B, + 0x011B015B, 0x015B015B, 0x015B011B, 0x011B011B, + 0x011B011B, 0x011B011B, 0x015B015B, 0x015B015B, + 0x011B0119, 0x01190117, 0x01170117, 0x01170117, + 0x01170117, 0x01170117, 0x01150115, 0x00D508D3, + 0x08D108D1, 0x08D108D1, 0x08D108D1, 0x08D108D1, + 0x08D108D1, 0x09130913, 0x09150915, 0x09150913 +}; + +Gfx DL_0x5FE8[] = { + gsSPEndDisplayList(), +}; + +//G_IM_FMT_RGBA, G_IM_SIZ_16b, 32, 32 +u32 D_02005FF0[] = { + 0xEE4DEE0D, 0xEDCBBB07, 0x89459145, 0xDD4BF68F, + 0xEE8FEE8F, 0xE58BB9C5, 0x9943A945, 0xB145DAC7, + 0xE2C7DAC7, 0xD247D247, 0x91052843, 0x08030001, + 0x00010001, 0x00010003, 0x00010001, 0x00010001, + + 0xEE0DEE0D, 0xC3896945, 0x8985D489, 0xEE8FF68F, + 0xEECFEE4D, 0xD387A145, 0xA943A105, 0xD2C5E3C9, + 0xDAC7DA87, 0xDA45C1C7, 0x81033845, 0x00010001, + 0x00010003, 0x00010001, 0x00010001, 0x00010001, + + 0xE58DD409, 0xA2058145, 0xD409EE8D, 0xEE8FEE8F, + 0xEE8FDD09, 0xB185A145, 0xA945B185, 0xE3C7E50B, + 0xE409D2C7, 0xDA47B9C5, 0x71051843, 0x00030001, + 0x00010001, 0x00010001, 0x00030001, 0x00010001, + + 0xDD0BC347, 0xA245C307, 0xDDCBE64D, 0xE68FE64F, + 0xE60BCB07, 0x9905B183, 0xB185CB87, 0xE509DD8B, + 0xE54BD3C9, 0xCA45B185, 0x50851043, 0x00010001, + 0x00010003, 0x00010001, 0x00010001, 0x00010001, + + 0xD4CBD407, 0xD449D58B, 0xE64BDE4D, 0xE64FDE0D, + 0xD487C1C5, 0xA143C285, 0xD4C9D549, 0xDD8BDD8B, + 0xDD89DD8B, 0xCC09A945, 0x50850801, 0x00030001, + 0x00010001, 0x00010001, 0x00010003, 0x00010001, + + 0xD50BDD09, 0xD589E60D, 0xDE4BDE0D, 0xDE4DDDCB, + 0xD387B9C5, 0xC2C3DCC9, 0xD5CBDDCB, 0xDDC9DD4B, + 0xDE0BE5CD, 0xD4C9A9C5, 0x30430001, 0x00010001, + 0x00010001, 0x00030001, 0x00010001, 0x00010001, + + 0xDD8BDDCB, 0xE60DDE0D, 0xDE4BDE0D, 0xE60DD589, + 0xD407C347, 0xD487DDCB, 0xDDC9DDCB, 0xDD8BDE0D, + 0xE60BDD8D, 0xD54BC287, 0x48831003, 0x08010003, + 0x00010001, 0x00010001, 0x00010001, 0x00010003, + + 0xDE0DE64D, 0xDE0FDE0F, 0xE64DDDCB, 0xD58BDDCB, + 0xCB87D507, 0xD589DDCB, 0xDDCBDE0B, 0xDDCBE60D, + 0xDE4DDE0D, 0xDDCBD48B, 0x70C51003, 0x08410001, + 0x00010003, 0x00010001, 0x00010001, 0x00010001, + + 0xDE4DE60F, 0xDE4FDE0F, 0xE60DD58B, 0xDDC9D58B, + 0xDD09D549, 0xDDC9DDCB, 0xDE0DDE0B, 0xDE0DDDCD, + 0xDE0BDE0F, 0xE60DD4CB, 0x79051843, 0x00010001, + 0x00010001, 0x00030001, 0x00010001, 0x00010001, + + 0xDE0BDE0F, 0xE5CBDE0D, 0xDDC9D58B, 0xDD49D5C9, + 0xDD8BD5C9, 0xDDCBDE0B, 0xDE0DDE0D, 0xE60DDE0D, + 0xDE0DDE0F, 0xDDCBDD0B, 0x78C51043, 0x08010001, + 0x00010001, 0x00010001, 0x00030001, 0x00010001, + + 0xE60DDDCB, 0xDE0BDDCB, 0xD5CBDD4B, 0xDD89D5CB, + 0xDD8BD60B, 0xDDCDDE4D, 0xDE0FE60D, 0xDE0FDE4F, + 0xDDCBDE0F, 0xDE0FD50B, 0x71030003, 0x00010001, + 0x00030001, 0x00010001, 0x00010801, 0x00010001, + + 0xE60FE64D, 0xDDCBD5CB, 0xDD89DD8B, 0xDD89DE0D, + 0xD5CDDE0D, 0xDE0DDE0D, 0xDE4FDE0B, 0xDE0FDE0D, + 0xDDCBDE0F, 0xDE4FDD4B, 0x79451003, 0x00010003, + 0x00010001, 0x00010001, 0x00010003, 0x00010001, + + 0xE64FDE0D, 0xD58BDDCB, 0xDE0BDDCD, 0xDE4FDE4F, + 0xDE0FDDCB, 0xDE0DDE0F, 0xDE0DDE0D, 0xD60FDDCB, + 0xDE0DDE0D, 0xDD8BD4CB, 0x81051043, 0x00010001, + 0x00010003, 0x00010803, 0x29051885, 0x00010003, + + 0xDE0FDE0D, 0xDE0DDDCB, 0xDE4DE729, 0xE6E5DE55, + 0xDE0DD5CB, 0xDE0FDE0D, 0xD60DDDCD, 0xDE0DDE0D, + 0xD5CBDDCB, 0xD58BCB47, 0x81451803, 0x00010003, + 0x00010001, 0x084362D1, 0x94176AD3, 0x08410003, + + 0xE651DE51, 0xE64FDE0F, 0xDE9BEF6D, 0xE775DE5B, + 0xDDCDD60B, 0xDE0FD5C9, 0xDDCDDE0D, 0xDE0DD5CB, + 0xDDCDDE0D, 0xD54BBA05, 0x70C51043, 0x00010001, + 0x08031885, 0x41CB7B95, 0x9C5B9C5D, 0x39890001, + + 0xE653DE4F, 0xE651DE4F, 0xDE97EF73, 0xDEA3DE0F, + 0xDE0DD60D, 0xDDCDD60D, 0xDDCBD5CD, 0xDE0DD60D, + 0xDDCDD60F, 0xDD8BC307, 0x69050843, 0x08010843, + 0x28C5420D, 0x7B55945D, 0xDEF3CEAF, 0x5A0B0003, + 0xE653DE51, 0xE64FDE51, 0xDE51DE9B, 0xDE0FDE0D, + 0xD5CDDE0D, 0xD5CDDDCB, 0xD60DDE0D, 0xD5CDDE0D, + 0xD5CDDE0D, 0xD5CFD489, 0x99855905, 0x10852085, + 0x420D7313, 0x949FDF37, 0xEFBBB523, 0x520B1083, + 0xE611DE4F, 0xDE51DE4D, 0xDE0FD5CB, 0xDE0BD5CD, + 0xD5CBDDCD, 0xD60BD5CD, 0xDDCDD60D, 0xDE0DD5CD, + 0xDE0DD5CD, 0xDDCFD4C9, 0xA18599C7, 0x5A4B83DB, + 0x945BC62D, 0xE7BBEFBD, 0xEF79E731, 0xB51F41CB, + 0xE64FDE51, 0xDE0FDE0D, 0xD5CDDDC9, 0xD58BCD09, + 0xD58BD509, 0xD589D5CD, 0xD60DDDCD, 0xD60DDDCD, + 0xD5CDD60D, 0xDE0DCB49, 0xAA05B2C9, 0xBDA7C629, + 0xC62DE777, 0xE7BDEFBF, 0xEFFDEF7B, 0x945B18C5, + 0xDE0FE64F, 0xDE0DD5CB, 0xD589CC87, 0xBAC799C3, + 0xAA05CC87, 0xD5CBD5CD, 0xDE0DD60D, 0xDDCDD5CB, + 0xDE0FD5CD, 0xD509B1C5, 0xA185AACB, 0xC5E7CE6F, + 0xDF77EF7D, 0xE7FDEFBF, 0xEFBDDF35, 0x4A0F0801, + 0xDE0DE5CD, 0xD60BDD8B, 0xCC47A203, 0x91459103, + 0xB385D549, 0xD60DDDCB, 0xD60DD5CD, 0xDDCDD60D, + 0xDDCDD60D, 0xCC89BA45, 0x994592CB, 0xAD21E779, + 0xE7BDEFBB, 0xE77DEFBD, 0xE779A521, 0x624F0841, + 0xDE0DDDCB, 0xD509CB85, 0xBA859183, 0x9143AA85, + 0xD549D5C9, 0xD5CBD5CB, 0xDDCBD60D, 0xD5CBD5CD, + 0xD58DC3C7, 0xB2C7A143, 0x99859AC9, 0xD6AFEFBD, + 0xE77BE7BD, 0xE77BD6F3, 0x735541CD, 0x49CB0803, + 0xDDCDDDCB, 0xD4C9C285, 0xA9839985, 0xA243CCC9, + 0xD589D589, 0xD5C9DDCD, 0xD60BD5CB, 0xD5CBD58B, + 0xB2878903, 0x9945AA03, 0xBA87C44B, 0xE6A7DEF5, + 0xE779E779, 0xDF779CA3, 0x394920C7, 0x29050843, + 0xDE0DDD89, 0xCC47C205, 0xB205BB85, 0xCCC9D5CB, + 0xD589D589, 0xD5C9DDCB, 0xD5C9D5CB, 0xCCC9A205, + 0x8945A985, 0xC285C387, 0xD407B287, 0xC4D1D6F5, + 0xE6EDDEEB, 0x9C153149, 0x18851085, 0x00010001, + + 0xDDCBDDCB, 0xD407BA45, 0xCBC5D589, 0xD589CD49, + 0xCBC7CD49, 0xD5C9DDCB, 0xD5C9CD49, 0xAA458903, + 0xBB47CC87, 0xCD09D509, 0xCB87CC89, 0xDE19DEF7, + 0xC55BAC0D, 0x59871043, 0x00010803, 0x00010001, + + 0xDDCBD4C9, 0xCB87CC47, 0xDD49CD47, 0xA3477143, + 0xBB45D5CB, 0xDDCBD587, 0xCD49B347, 0xA183BBC7, + 0xD58BD60B, 0xD60BD4C9, 0xC307D4C9, 0x9BCD4A0B, + 0x41053085, 0x30C30003, 0x00010001, 0x00010003, + + 0xDD8BD4C9, 0xD507D549, 0xC4874903, 0x080369C3, + 0xD58BD5CD, 0xD5C9DDCB, 0xB2C5AB05, 0xCCC7D58B, + 0xD60DD5CB, 0xD589D589, 0xC2878943, 0x18432041, + 0x00030801, 0x00010001, 0x00030001, 0x00010801, + + 0xDD8BD509, 0xD589C447, 0x59031001, 0x2843C405, + 0xD58BD5CD, 0xD5CBD547, 0xC4C9D589, 0xD5CBDDCD, + 0xCD89D5CB, 0xD589D589, 0xCB078105, 0x38415083, + 0x00010001, 0x00030001, 0x00010001, 0x00010001, + 0xDDCBD509, 0xB34550C3, 0x18031041, 0x8A43CD49, + 0xD5C9D5CB, 0xD5CBD5C9, 0xD5CBDE53, 0xD611D5CB, + 0xDDCBD5CD, 0xD60BD5CB, 0xC34570C5, 0x18013043, + 0x00010001, 0x00010001, 0x00010001, 0x00030001, + + 0xDD4BB305, 0x81433043, 0x204192C5, 0xCD89D5CB, + 0xD60BD5CB, 0xDDC9D5CB, 0xD60BDE0D, 0xD5CBD60B, + 0xD5CDD60D, 0xDE0FD589, 0xC285A185, 0x38831001, + 0x00010001, 0x00010003, 0x00010001, 0x00010001, + + 0xDD8BB2C5, 0x79457103, 0xAB47CD07, 0xD60DD60B, + 0xDDCBD5CB, 0xD5CBD60D, 0xDE0DD60B, 0xD5CBD5CB, + 0xD60BD5CD, 0xDE0DD5CD, 0xBA058103, 0x20410003, + 0x00010001, 0x00010001, 0x00010001, 0x00010001, + + 0xDD4DAAC7, 0x9A05BBC7, 0xD58BDE0D, 0xD60DD60D, + 0xD5CBDE11, 0xD64FDE95, 0xDE13DE95, 0xD60DD5CD, + 0xD5CBD60F, 0xDE53DE0F, 0xB2474083, 0x08010003, + 0x00010001, 0x00010001, 0x00010001, 0x00010003 + +}; + + + + diff --git a/assets/Makefile.obseg b/assets/Makefile.obseg index 2f3cbdd..d237d30 100644 --- a/assets/Makefile.obseg +++ b/assets/Makefile.obseg @@ -1,4 +1,3 @@ -BUILD_DIR := build/$(COUNTRYCODE) OBSEGMENT := obsegment.o OBSEG_DIR := assets/obseg diff --git a/assets/animationtable_data.c b/assets/animationtable_data.c new file mode 100644 index 0000000..1935039 --- /dev/null +++ b/assets/animationtable_data.c @@ -0,0 +1,875 @@ +#include +#include + +//until autogenerated, be sure to also update header offset values +//this is all one file due to data not being padded like seperate files +u32 ANIM_DATA_empty[] = +{ + 0x00000000,0x00000000,0x0000043b,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 ANIM_DATA_idle[] = +{ + PTR_ANIM_ENTRY_idle,0x00a30c00,0x00000000,0x00000220,0x00000018,0x00000600,0x00010006,0x07000412,0x000d0600,0xffff0013,0x00000000,0x196864ae,0xf0b59e14,0xb0151676,0x3aa00552,0x202a4201,0x48422a17,0xf5017e98,0x1f520dea,0x857e4e58,0x674820b0,0xa58c2c60,0xe31014d2,0x02a03874,0x461070a2,0x11341384,0xfb401f42,0x0bd0b0f8,0x8e7643c8,0xb4401683,0xfae07e65,0x23cd63f9,0xb84efb8b,0xdfb17df8,0x1f7f84f7,0xf89f7c07,0xff807fec,0x1ffd03ff,0xb040f608,0x1e8203d8,0x3ffa07ff,0x80fff81f,0xff0407e0,0x81f80fff,0x01fff03f,0xfd07ffa0,0xfdf41ffe,0x83ffc07f,0xf80fff01,0xffe05ffd,0x07efc0ff,0xfc1fff83,0xfff0bffe,0x0fff43fb,0xe0fff81b,0xff00ffe0,0x103c03ff,0x707ff00f,0xdd81fbb0,0x1e77f79f,0x5ee803ae,0x7d79f7c0,0x3ef7ff5d,0xb7e3af55,0xedb33cf7,0xe186dbae,0x579d99f3,0xa51574a4,0xdacd99e0,0xcb3cb8fd,0xc72f8203,0xf1707e40,0x0fcb41f9,0x603f2c04 +}; + +u32 ANIM_DATA_fire_standing[] = +{ + PTR_ANIM_ENTRY_fire_standing,0x006a0c00,0x00000030,0x00130220,0x00000048,0x00000500,0xffff0005,0x0500043e,0x000a0600,0x00040010,0x00000000,0x093bf0f6,0xb8bbef41,0xfe7dd580,0x05547600,0x4f6c003a,0x087c2fcd,0x0ffc17bc,0x1f3b0ffd,0x08c02a00,0x22bf4a82,0x62840204,0xe10208bd,0x213d20fd,0x10fd08bd,0x087c087c,0x103d00bd,0x083e287f,0x2040087e,0x080017c4,0x003f007e,0x20bb30fb,0x10bb08bc,0x183f187d,0x17bc0fbc,0x18be1fc0,0x1f7c27bc,0x177c0f7c,0xeef50f3e,0x277e4770,0xffab1fb3,0x4772d782,0xffbc2ff8,0x17bb3ff3,0x3fb21f76,0x2776083c,0xd83c8872,0x903af043,0xc7b3cdb2,0x15fc15fd,0xf67de683,0x17400000 +}; + +u32 ANIM_DATA_fire_standing_fast[] = +{ + PTR_ANIM_ENTRY_fire_standing_fast,0x00510c00,0x00000158,0x00100220,0x00000170,0x00000600,0x00000006,0x07000406,0x000d0600,0xfffe0013,0x00000000,0x0168612b,0xfc44defe,0x880e4e82,0x09408022,0x40828728,0x2863ff38,0x2f678bd4,0xc3371426,0xb104d261,0x3a1a0f51,0x05e9554c,0x2f1f6560,0xac200587,0x85a06013,0x03fa885f,0xd50c0ae2,0x7b5c4fab,0x880d20c0,0xa217d3c2,0xfe786050,0x13f9e1fd,0x40302806,0x050080a2,0x10330202,0x78404e08,0x09818330,0x2066040c,0xc0c39420,0x52020240,0x40480819,0x22811c30,0x64041470,0x81881031,0x02fe205f,0x460bf8c1,0x011c2022,0x03fc5ffe,0x8fe6b2ea,0xb2a576dc,0xc30bd1d5,0x921c33e3,0x86ea74e5,0x4eddf6ff,0xdfa07d00,0x10bb8020,0x1e85ff61,0x1ebb2e18,0x07c5f138,0xbfa7f465,0x3b08b3e0,0x9978133f,0xc56df84e,0x4201d81f,0xba0c0000 +}; + +u32 ANIM_DATA_fire_hip[] = +{ + PTR_ANIM_ENTRY_fire_hip,0x005a0c00,0x00000228,0x00130220,0x00000240,0x00000300,0x00010003,0x0500042d,0x00080400,0x0000000c,0x00000000,0xce2ee4ee,0x029c42be,0x54c65024,0x3a118138,0x41831631,0x53164f74,0xf70f5ef5,0x0f511321,0x53d83f93,0x16216115,0x1181192f,0x80fb016f,0x140f40f2,0x0f40f41d,0x63f93f91,0x190170f8,0x0d90f90f,0x71f80f90,0xf91f90f8,0x0f80f80f,0x71f70f70,0xf60f60f5,0x0f50f601,0x4014ff61,0xf71f7ed8,0xef90fa0f,0xa0faffbf,0xfa0dcffc,0xedcdfcfe,0x0003e03d,0x21b1ecfe,0xec11ea40 +}; + +u32 ANIM_DATA_fire_shoulder_left[] = +{ + PTR_ANIM_ENTRY_fire_shoulder_left,0x00550c00,0x0000032c,0x000c0220,0x00000344,0x00000600,0x00000006,0x07000412,0x000d0700,0x00030014,0x0a00fff7,0xf97fa9ef,0xc5dea7b0,0x17ff9ec0,0x5bfa7bfd,0x77e9efd5,0xbfe7bfd6,0xfe9eff5b,0xf27bfd5f,0xc9ec057f,0x67b014f7,0x9efc4bd2,0x7bf937c9,0xec24e027,0xb0947f9e,0xc451ba7b,0x1146e9ec,0x550067b3,0xd6069ece,0x5c0a7b2d,0x8019ecc5,0x8627b393,0x969ec932,0x4a7b20f1,0x69ecd507,0x27b3121b,0x9ec93476,0x7b34a179,0xed51c7e7,0xb147149e,0xfb20867b,0xfc8059ec,0x61a5a7b2,0x04159ec3,0x12127b17,0xf119ec1f,0x0467b336,0x129ec8ca,0x267be33f,0xc9efdd63,0x00b3f50b,0x02cdd000,0x0b036fc0,0x2fde5f00,0xbcbcf802,0xf6fde00b,0xd427502f,0xd0be80b0,0x437d02c1,0x0bf40b00,0x37d02c00,0xbf40b002,0xfc02c10d,0xec0b0828,0x002c10c0,0x00b0c27e,0x02c20bf0,0x0bf02810,0x2c10bfc0,0xb0827c02,0xc109f00b,0xfc2fd02c,0x009f00b0,0x427b02c0,0x0bec0b00,0x37c02c00,0xde80b002,0xf902c00b,0xe80bf437,0x502fd0be,0x40b0027e,0x02fe09f0,0x0bf82fb0,0x2ff0bf00,0xb0027d02,0xff09f00b,0x081fe02c,0x600040b0,0xffff02c0,0x01f40b03,0xffc02c00,0x1ec0b000,0x7702ff03,0xe00bf80f,0x202fd03a,0x40bdbc6e,0x02f4e9e0,0x0bf7a7b0,0x2f7dbbc0,0xbdf2ec02,0xfbc1d00b,0xced6902f,0x6af8c0be,0x28df02f6,0x8f9c0bd6,0x3f002efb,0x1a00bcb2,0x6c612adf,0xc584cfef,0x7613801b,0x584e01f5,0x612d15c9,0x84e07796,0x13727cd8,0x4fcaf961,0x342dd584,0xc0b75613,0x52fed84c,0x0c796103,0x37e18410,0xe7561343,0x1b184d4c,0xf161043b,0xed8410ef,0x9613f3ff,0x5841508a,0x61065215,0x840157b6,0x13e63e18,0x4018f761,0x0061ed84,0x017fd613,0xa5df984e,0x577e613f,0x5df98405,0x87f61006,0x40984e99,0x0361346a,0x2984fdb0,0x46100700,0xd84c1afc,0x613765f9,0x84099846,0x13f680d8,0x4d9a8961,0x34685d84,0xd1a17610 +}; + +u32 ANIM_DATA_fire_turn_right1[] = +{ + PTR_ANIM_ENTRY_fire_turn_right1,0x00910c00,0x000003d8,0x001e0220,0x000003f0,0x00000600,0x00000006,0x0700041c,0x000d0700,0x00000014,0x0b000050,0x11086ade,0x39f055bc,0x23dfeb7f,0xa7c856f0,0x8f88adfe,0x1f0f5bfa,0x3826b786,0x60b56f34,0xd08ade31,0xa035bc22,0xa22b7843,0xc556f0c6,0x06ade387,0x135bcefe,0x52b78dec,0x5d6f27d0,0xbadebf92,0xb5bd0f85,0xab79204a,0xd6f18315,0xade2092b,0x5bfa147a,0xb7802905,0x6f2028aa,0xde4ff1b5,0xbc4f646b,0x78be4a7b,0x207c8bf6,0x40790bec,0x82f207d9,0x1bd83fb2,0x17c85f65,0xfff05ec8,0x00207d90,0x20427b2f,0xc085f65f,0x0003ec80,0x0007d900,0x0017b203,0xf81f65ff,0xe01ecbb0,0x003d96c1,0x7cfb2d84,0x75f65e89,0x03ec8110,0x1bd9061c,0x1fb21430,0x3f643030,0x9ec8303f,0xbd90003f,0x7b2000ff,0xf64001ff,0xec8003ff,0xd97e03f7,0xb2fc0fdf,0x65e82f1e,0xcbb07fbd,0x978102fb,0x208182f6,0x4182ffec,0x820403d9,0x000807b2,0x04102f64,0x08303ec8,0x105fbd90,0x60bdfb20,0x81fdf640,0x02ffecbf,0x09efd97a,0x1bdfb2e4,0x47df65f0,0x9f3ec801,0x1d3d97e1,0xfe7b2004,0xfff64008,0xefecb709,0xc3d967fb,0x5fb2e3ce,0x8f653e9c,0x1ecaabba,0x7d9756f4,0xfb2f2d71,0xf656dae7,0xeca9b3c7,0xd97b67d2,0x910ec775,0x22158f0a,0x478bdf14,0x8d7cfaa9,0x1cc1f852,0x3e0af4a4,0x7423c948,0xec4bca91,0xe4b7d523,0xe9efca47,0xa4bed48f,0x697b2910,0x11f45221,0x20eea441,0x33b54880,0x5fc291fc,0xc85523f9,0x908a47a2,0x9e148f84,0x3b291088,0x80f5c416,0xf7ebbe2e,0x03d76074,0x27aedd27,0x9f5dfa4e,0xbeb8c41b,0xbd77e7fb,0xfaed9081,0xf5daa41f,0xebb54e3f,0xd75aa047,0xaee1406f,0x5c000000 +}; + +u32 ANIM_DATA_fire_turn_right2[] = +{ + PTR_ANIM_ENTRY_fire_turn_right2,0x00790c00,0x00000624,0x001f0220,0x0000063c,0x00000500,0x00000005,0x0a00032f,0x000f0700,0x00050016,0x00000000,0x1a27e868,0x8fb1a1df,0x08877f32,0x1e0f2887,0x8ca16008,0x8509f206,0x22a7995f,0x1dc24873,0x1559ade8,0x66006016,0x04844c21,0x00fe8cc3,0x3a5508e8,0xca1211ff,0xfa43bec0,0xcf78c1b9,0xd48ce70c,0x479ac94f,0x66037d87,0x8bf60834,0x58303260,0xdfcd80fe,0x0601ef98,0x0fede0ff,0xbb857af6,0x15e4186f,0xbfe1bf3f,0x87fcfe1f,0xeff87fcd,0xe25f378b,0xfefe2ff8,0x18bfcfe3,0x1f3f8c7e,0x062fec38,0xbf91e2bf,0x478a7d1e,0x23dc5887,0xa0621fc1,0x88fc0e21,0xe8388790,0x621ec387,0xfc1e1df0,0x58679fe1,0x9eff86fc,0x0e1bebf8,0x7f7f621e,0xc1887d0e,0x23ec187f,0x90e19e05,0x85f80e11,0xdc1847af,0xe11ebf84,0xfa0611ec,0x3847a1e0,0x7d457f76,0x0df7dc17,0xd75d5f7b,0xb37f6e1d,0xfbd0f7cf,0x22defc93,0x796b35db,0xbd376692,0x5f1c8581,0xf74637bc,0xf986f0e7,0x3e3da876,0xeeebc43c,0x7ee175ba,0xf3e963cf,0xe3a300de,0x0e0777f0,0x2ddb00f5,0xa3c4e6aa,0x14b87652,0x672145bc,0xc4feed16,0x1d6e5f79,0xf9a1f087,0x37a41dde,0x987b7d11,0xf3dc87ef,0x939fbc42,0x80ec1a09,0xf8000000 +}; + +u32 ANIM_DATA_fire_kneel_right_leg[] = +{ + PTR_ANIM_ENTRY_fire_kneel_right_leg,0x00790c00,0x00000828,0x00160220,0x00000840,0x00000600,0x00060006,0x0a000321,0x00100700,0xfffa0017,0x00000000,0x29210eaa,0x38280458,0x3fc8991e,0x911239a1,0xc3ed4286,0x5a810dc0,0xf819c1ee,0x1b93d04e,0x27195acd,0x833699c6,0xb33110e2,0x5a94b89b,0x2f88ee92,0xf10cd600,0x313d3e03,0x59f4c9f3,0xde8d67aa,0x9ddf363d,0xbe30536b,0xe84eb6d8,0x9ded521d,0x5ae2bab6,0x03756c87,0xf2dc13f5,0xce2c3bd8,0x90581910,0xb0b2a163,0xe4c4c744,0x8f8ff5e7,0x2015c644,0x43dc8c57,0x59288eb2,0x713de4e2,0x3ccac3fb,0x9687ef2b,0x0de65e27,0xccc44f79,0x907ef341,0x1de6c27c,0xce057d9d,0x8af73e11,0xee7a23cc,0xf43f99f8,0x6f33c0fe,0x6801fcd0,0x43fda206,0xf7450dee,0x8a1fbd18,0x37ba282f,0x74505d68,0xa1bad183,0x77a306ef,0x460dde90,0x1bad1837,0x7a406ef4,0x70dde901,0xbdd1c379,0xa505f346,0x0de6921b,0xcd24379a,0x586eb4a0,0xdd6961ba,0xd28375a5,0x06eb4a0d,0xd6941fad,0x303f5a60,0x6ef4c0fd,0xe981bbd3,0x02f7a585,0xef4c0dd6,0x941bad28,0x375a584e,0x74807be8,0xe0f9d142,0xeda202db,0x4005ce7e,0x130cdfdd,0xd9779c72,0x5fdae460,0xf4c73fe3,0x8afbd316,0x01a623fb,0x1c338f38,0x678ef25f,0x9c693eb9,0xd7377db6,0xf1ff9903,0xd7861fcf,0x9be80047,0xff026edc,0x895cfa16,0xc18839fe,0x1882f811,0x11f3a24f,0xe904a752,0xc8febe12,0x7b3526fb,0x7453852c,0xa8eec947,0x5c02d7a8,0x265893ce,0x2e201dbc,0xf83ec87c,0x828afd09,0x0a321bf8,0x9443d008,0x980d1181,0x392464b6,0x4a060094,0x01b52b03,0x325423d4,0xa41f6938,0x2d92607c,0xa4a0c000 +}; + +u32 ANIM_DATA_fire_kneel_left_leg[] = +{ + PTR_ANIM_ENTRY_fire_kneel_left_leg,0x009e0c00,0x000009a4,0x00170220,0x000009bc,0x00000600,0xfffe0006,0x0a000334,0x00100600,0x00040016,0x0b00ffe1,0x0d0ef92f,0x8486f497,0xc4437f4b,0xe0a160a5,0xffd0de92,0xf9e85f69,0x7d2427c4,0xbe4a0dca,0x5f0d04dd,0x2ff07ff2,0x97fb3ffb,0x4be21efb,0x25f18eed,0x92f8276f,0x497ff3a7,0x84bff1c9,0xea5ffcdb,0x152fe26c,0xf097e635,0x464bf519,0x46a5fe4a,0xc1d2fe24,0x49a97e81,0x4594bf38,0x0eaa5fbf,0xda252fe9,0xc99297fa,0xd6084be3,0x657fa5f1,0xf07e8100,0x78076080,0x2bebc040,0x0defe820,0x06f7f810,0x017c7c08,0x00bebe04,0x005fbf82,0x00300fc1,0x00181fe0,0x800c17e0,0x40060df0,0x200707f8,0x100383fc,0x0800c1fe,0x040060ff,0x0200707f,0x8100383f,0xc0801c1f,0xe0400e0f,0xe8200706,0xf4100582,0xf80802c1,0x3c040160,0xde0200b0,0x7f010058,0x37a0800c,0x2000400e,0x17f02003,0x0cf41079,0x887a083e,0xc4fc041f,0xe27e020f,0xf15f4100,0x38b78080,0x2c5fc040,0x162de020,0x0b16f010,0x058a7808,0x02c57c04,0x0162be02,0x00b15f01,0x0058af80,0x802c57c0,0x401629e0,0x200b15f0,0x10058a78,0x0803c4fc,0x0401e27e,0x0200f13f,0x0100589f,0x60801c57,0xa0401629,0xd0201315,0xec10078a,0x7a0802c5,0x3c040162,0x9e0200b1,0x5f010058,0xa780802c,0x4fd04016,0x27e0200b,0x12f01005,0x89f80802,0xc4fc0401,0x625e0200,0xf11f0100,0x9877a080,0x4c2fe040,0x2e11f020,0x2afefc10,0x0f7cfd67,0xccbcf7b3,0xe3deb9d9,0xf26f3f2c,0xf9978fb6,0x7cebd75b,0x3e6df9ad,0x9f26fde6,0xcfa186e7,0x67c9c7f5,0xb3e2659b,0x59feb52f,0x2cff9b87,0xb67c8deb,0x8b3e7f2f,0x759f3fbf,0xa2cfb5f1,0x5567f604,0x31b3f708,0x99d9f006,0xfc2cfa04,0xad567fe2,0xe67b3f29,0xafd59fec,0xe4fecf96,0x746dd3c6,0x3ab5e9e1,0x1ddd74f0,0x8f5f7a78 +}; + +u32 ANIM_DATA_fire_kneel_left[] = +{ + PTR_ANIM_ENTRY_fire_kneel_left,0x007d0c00,0x00000b98,0x00210220,0x00000bb0,0x00000600,0x00000006,0x0a000337,0x00100700,0x00080017,0x0b0000b9,0x10eeeb40,0xc03a74d0,0x304e9ff4,0x0f939c5d,0x03b0d81b,0x40c33483,0x50358c40,0xb40c52dc,0x3503f0a6,0x2340c227,0x435031c9,0x40540cf2,0x0c350334,0x730b40c1,0x1c405031,0x8662340c,0xe120ed03,0x3c233140,0xc70307d0,0x327ea454,0x0c8f50cd,0x0327c933,0x40cbee12,0xd0323a82,0x740ced9d,0x05031b33,0x1940c5c8,0x86d03171,0x10b40c6b,0xd80503fa,0xf4f5d23f,0xbdbef48f,0xef4fdd20,0x1bdbdf48,0x06f5f9d2,0x3fbf4174,0x8ef050dd,0x23dc17cf,0x48f302e3,0xd23cc0fb,0x748fb05f,0x9d200c1f,0xe748ff07,0xf3d23dc1,0xfb748e70,0xaf1d23ac,0x37d748ff,0x0ff5d23d,0xc4fe748f,0x716f7d20,0x1c5fef48,0x0f17f7d2,0x01c63c74,0x80319f3d,0x200c67cf,0x48031bf3,0xd23fc6bc,0xf48ff1cf,0x3d200c73,0xcf48f722,0xfdd23fc9,0xc0f48ff2,0xafbd23ec,0xabcf48f7,0x2af3d23e,0xcb3e7480,0x32cf7d20,0x1cc3ff48,0xff3609d2,0x3fce4074,0x8ff3af3d,0x23ecdf9f,0x48ff36ed,0xd200cd7c,0x7480337f,0x3d2c0ce3,0xc74b0735,0xf1d2c0cd,0xfc74b033,0x7f1d2c0c,0xdfc74b03,0x37f1d2c0,0xcdbc74b0,0x335f1d2c,0x1cdbbf4b,0x0b33edd2,0xc2cc7c74,0xb0b33edd,0x2c1ccbaf,0x4bff31ef,0xd2ffcc3b,0x74b072ee,0xbd2c1cb3,0xaf4b1329,0xebd2c4c9,0xfa74b0b2,0x3e5d2fdc,0x8b8f4bdf,0x1bc9d2f3,0xc67274be,0x319e3d2f,0x9c5f5f4b,0xf313bbd2,0xc7c57774,0xb0714dbd,0x2f7c3307,0x4bd31abd,0xd2f4cd33,0x74be34fd,0xdd2ece06,0xd74bb3a7,0xc5d2f6ee,0x7774be7c,0x2e3d2f3f,0x476f4ba3,0xf0c4bf39,0xff78afcb,0x021ccbf2,0x914f3afc,0xd886dcbf,0x3b26772f,0xce89fdab,0xf3b3236a,0xfc10e8e6,0xbf063f77,0x2fcf902e,0x6bf013ff,0xaafc20fe,0xe2bf093f,0xb4afc20f,0x0e0bf3b3,0xbb8afca4,0xe7fabf33,0x3a3d73ff,0x4e6f5cfc,0x53c3a73f,0x04f4efcf,0xff3ebcf3,0xf00fbf1c,0xffd3ffef,0x3fed0605,0xcffc42be,0x73fc90c0,0x3cfed430,0x1f3fed09,0xfdcfc000 +}; + +u32 ANIM_DATA_fire_kneel_right[] = +{ + PTR_ANIM_ENTRY_fire_kneel_right,0x00890c00,0x00000dc8,0x00220220,0x00000de0,0x00000700,0x00310007,0x0a000254,0x00110700,0x001b0018,0x0800ff94,0xa4f0e393,0x8ef0e193,0x9cf06793,0x9cf06693,0xa2efe793,0xa6f06a93,0xa6f06a93,0xa4f16b93,0xa2f0f293,0x96f27493,0x98f17e93,0x98f1f593,0xa8f1f993,0xa2f1ee93,0xa6f16e93,0xaef07193,0xb0f0f093,0xb0f06f93,0xb8eff593,0xbaeef993,0xd0ec0293,0xcee80b93,0xc8e3f893,0xe2dffd93,0x16db8d93,0x34d60993,0xaacf0a93,0xbec58e93,0x1ab9a493,0xd2ab8e93,0xce9c0293,0xe68d0893,0x0a7a9593,0xda660493,0xea520f93,0x443cb793,0x4026a993,0x600cb793,0x0bed9493,0x31ce2493,0x45c51a93,0x59bc8e93,0x73a68f93,0x2b8c8193,0x1d6ef793,0x0156ef93,0x0142fb93,0xe131f493,0xcd1eeb93,0xbf0fea93,0xc10e6c93,0xcb0e6d93,0xc10de893,0xb911e593,0xc117e693,0xb31ee293,0xaf22e093,0xbd2d6293,0xb74be793,0xbb78e693,0xc397e393,0xe7bfdc93,0xf7dbd893,0xebecd793,0xd1f55a93,0xcdfdda93,0xce075693,0xd612ce93,0xd8274d93,0xe839cd93,0xd045d193,0xea59cc93,0xf669e093,0xee745993,0xd4795d93,0x02846f93,0xc08bd06c,0xb28fc96c,0xcc91d96c,0xda8c596c,0xba88536c,0xa686506c,0xa6885e6c,0xac90726c,0xcea28e6c,0xccad066c,0xa6aee66c,0x90b1e16c,0x9eb4ea6c,0xaabb786c,0xa4bdec6c,0xaabd676c,0xacbae86c,0xbcb4646c,0xaeaf626c,0xc6acf36c,0xd0a66f6c,0xaca2e36c,0xa0a3ec6c,0xaaa0686c,0xac98586c,0xa6955c6c,0xae94e66c,0xa494e76c,0x9e94e56c,0x9e94e56c,0x9a94e46c,0x9e95656c,0x9c95656c,0x9c95e76c,0x9897666c,0x9698e66c,0x9c99e86c,0xa2996e6c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99656c,0x9e99e56c,0x9e99e56c,0x9e99e56c,0x9e99e56c,0x9e99e56c,0x9e99e56c,0x9e99e56c,0x9e99e56c,0x9e99e56c,0x9e99e56c,0x9e99e56c,0x9e99e56c,0x9e99e56c,0x9e99e56c,0x9e99e56c,0x9e99e56c,0xa09a696c,0xa49e776c,0x9ca16f6c,0x96a5666c,0x9aa9656c,0x98b0ec6c,0x98b66a6c,0x9abae46c,0x9abf5f6c,0x9cc35e6c,0x9cc6e06c,0x9ec9e06c,0xa0cc606c,0x9ecf616c,0x9ad2e36c,0x94d6e56c,0x8edb676c,0x8cdfe86c,0x8ce4e86c,0x92e8676c +}; + +u32 ANIM_DATA_fire_roll_left[] = +{ + PTR_ANIM_ENTRY_fire_roll_left,0x00b80c00,0x0000103c,0x00200220,0x00001054,0x00000800,0xffcc0008,0x0a000259,0x00120700,0x00210019,0x0900008e,0x2e79e7a3,0x4cde6bc8,0xd347a732,0x34d1eac2,0x8d347a2f,0xa34d1e8b,0xe8d347a7,0x0234b9e6,0xc48d2c79,0x31234bde,0x6ce8d2f7,0x8f4234a5,0xddbc8d22,0x7730234b,0xddcc68d3,0x7766ea34,0xd9d5b68d,0x3374b323,0x465cdd08,0xdff72b3a,0x3479c2b6,0x8d236dab,0xa344da3a,0x68d0f646,0xd2348192,0xd48d0a65,0xc7a37e98,0xb3e8de95,0xec723705,0x52388d01,0x4c85a375,0x8f26c8dd,0x22bcf236,0xfc6c428d,0xc60dcf23,0x794220e8,0xdc1f987a,0x3707a41e,0x8de2db7e,0xa37ab3ff,0x28ddcba4,0x12343eae,0xe48d0995,0xf8234521,0x8d48d248,0x572234a2,0x16c08d29,0x88f0234a,0x237b48d2,0x9912ca34,0xb659b68d,0x2299ab23,0x46a74b08,0xd15a5b1a,0x3446bdcc,0x8d0eb6f3,0x23446f6c,0x68d18c46,0xe2347f2a,0xb68d2acc,0xaea34af4,0x9ae8d2dd,0x72b5c8bb,0x69b77225,0xe0aa5c89,0xfa895722,0x1f7695c8,0x9806bf72,0x2f0a2f5c,0x8ac57b57,0x2251dabd,0xc864939b,0x722d266b,0x5c8b89db,0xf722f283,0x0dc8c0a1,0xd3723627,0xf5dc8d09,0xdcd72302,0x4f45c8e0,0x8ecd7237,0x2331dc8c,0x884c3723,0x320315c8,0xe87dc972,0x361f705c,0x8d07dbf7,0x2361eae5,0xc8d07cbf,0x72351f2f,0x5c8d47eb,0xd72331fe,0xf5c8d07f,0xc1723520,0xb0dc8cc8,0x4c772342,0x1f1dc8dc,0x89c17235,0x222fdc8d,0x08abf723,0x4222fdc8,0xd488bd72,0x34222f5c,0x8d089bf7,0x23422afd,0xc8d08bbf,0x723422b0,0x5c8d08ab,0xf723422a,0xfdc8cc8b,0xbf723423,0x305c8d88,0xdc172342,0x430dc8cc,0x99c97235,0x2831dc8c,0x8b0cf722,0xe33375c8,0xc8dfd372,0x3a3df45c,0x8d516cd7,0x2364c755,0xc8f547d7,0x723853b1,0xdc8b162c,0xd722c5d3,0x2dc8dd7a,0xbf723e61,0x70dc8f18,0xfc372326,0x7f0dc8cd,0xa9c17240,0x6cf0dc8f,0x1b7bf720 +}; + +u32 ANIM_DATA_fire_roll_right1[] = +{ + PTR_ANIM_ENTRY_fire_roll_right1,0x007e0c00,0x00001348,0x00220220,0x00001360,0x00000700,0x002c0007,0x0a0001de,0x00110700,0x00130018,0x0900ff80,0xae196ebf,0x570d355f,0xac87b9af,0xd5c43d97,0xeac23eeb,0xf5815375,0xfaa8b5a6,0xfd6863d5,0x7ebc386d,0xbf6020f4,0xdfab927a,0x6fd88b1d,0xb7ecc60f,0x0bf64373,0x6dfb59fb,0xdafdc913,0xfd7ece8f,0xf5bf704d,0xc0df81a9,0x44afc054,0xf217ed0a,0x9ffbf7f4,0xf825fbc2,0x4df6fd61,0x23df7eda,0x8a7abf2f,0x360d5f82,0x98026fca,0x0965b7e4,0x02ba6bf2,0x4fbd25f8,0x773e5efc,0x1346337e,0x039310bf,0x76c0b75f,0xbcdb5a6f,0xd7ed7d77,0xebf5f69b,0xf56acb5d,0xfaa561b6,0xfd52b4db,0x7ea3576f,0xbf54ab36,0x5fab561a,0xafd6eb5d,0x97ed360f,0x1bf67b2f,0x85fb1db9,0xb2fdb2ea,0xd97ed982,0xeabf6fc3,0x745fb2e2,0x39efdab1,0xfc37ec3a,0x5e3bf73e,0x4e9dfb87,0x7b6afc1f,0xe6af7efa,0x04d9bf71,0x09ed5fb3,0x85f8afc4,0x836bb7ed,0x423e3bf7,0x611eea03,0xd8938d01,0xe451d480,0xd2286940,0x7314b4a0,0x3d8a9bd0,0x1d048d88,0x0e625e74,0x07213f5a,0x03a089a1,0x00301dac,0x80e0045e,0x40690178,0xa039feba,0x501a7fbb,0x280d5f0e,0xd405af83,0x8202a7b5,0xa1014fd3,0xd480a7e9,0x6d4054f3,0x76a02af9,0x7b90153c,0xfd880a5e,0x6eb4052f,0x3b5a02b7,0x95b50163,0xc3d280ab,0xe16a4055,0xf137202a,0x78fb9014,0xfbcda80a,0x9e06d405,0x5ef36a02,0xa773b501,0x4fb7da80,0xa9dbed40,0x54edf720,0x2a76fb90,0x153bada8,0x0a9dbed4,0x053ee382,0x02a777b9,0x0153bbdc,0x80a9de6d,0x4054ef37,0x2029f7bb,0x5014fbdd,0xa80a9e06,0xd4054eef,0x6a02a77d,0xb10157ba,0xd880abdd,0x6d4054ee,0xb6a02a77,0x5b50153b,0xcda80a9d,0xe6d4054e,0xf36a02a7,0x79b5014f,0xbcda80a9,0xde6d4054,0xef36a02a,0x779b5015,0x3bbda80a,0x9dded405,0x5ee37202,0xa777b501,0x53bbda80 +}; + +u32 ANIM_DATA_fire_roll_left_fast[] = +{ + PTR_ANIM_ENTRY_fire_roll_left_fast,0x00800c00,0x0000158c,0x00210220,0x000015a4,0x00000500,0xfffd0005,0x080003df,0x000d0700,0xffe30014,0x00000000,0x2b3a1133,0x9c032980,0xae182261,0x83a19f31,0xb24f989e,0xc9916c17,0x14c948dd,0x1604d938,0xc00f9610,0xa0808582,0xf7cf6fec,0xdb2e4f31,0xe1851609,0x0d5c7625,0xa135d688,0x552f5dd0,0x04f4e141,0x4d170ccf,0xe1cd022c,0xe7fed0f4,0xa557fc58,0x92556fd1,0x5885edc1,0x10dd1b1d,0xd1d2de8b,0x1de9d1de,0x1515d013,0x5a8d25a1,0x1ddc9145,0xd9c5de9f,0x1e314267,0x964e9233,0xeb9d3ee8,0xf36d9646,0xc9e2ec1c +}; + +u32 ANIM_DATA_hit_left_shoulder[] = +{ + PTR_ANIM_ENTRY_hit_left_shoulder,0x00380c00,0x000017c8,0x00140220,0x000017e0,0x00000600,0xfffd0006,0x08000405,0x000e0600,0xffed0014,0x00000000,0x10c540d0,0x14f4f94f,0x8ed6150d,0x620f5510,0xf53ecf9b,0x08ed410f,0x9324e902,0x0e8c2cd8,0x42cb4a40,0x57f38145,0x47f4537e,0x780c0330,0xc2262beb,0x833a64fb,0xc3effe0b,0x03f8f400,0xb3240bdf,0x81c8f03c,0x4245c020,0x475f013c,0x03fcb23f,0x0b04049c,0x012edfc3,0x9578305f,0x6e34f747,0x4b7c51f9,0x430f90f1,0x39951bc1,0x90fbd80f,0xcd307bcb,0x07acc1bb,0x172bb1bf,0xf951ff99,0x2fb8d2d3,0x7cbe770b,0xbb484bb2,0xfccf177f,0xef890ef5,0x2f7007d3,0x03c1b1d1,0xe72cfbb4,0xc5f76cd0,0x7692fb71,0x2eb9519f,0x704bb988,0x13796178,0x90e387af,0x3780ff3c,0x1e747ecb,0x489e3690,0x03656076,0xd10b6d00,0xb6100f5d,0x20f59303,0x68b0b690,0x0b7110b7,0x130b7111,0xf6525f39,0x50000000 +}; + +u32 ANIM_DATA_hit_right_shoulder[] = +{ + PTR_ANIM_ENTRY_hit_right_shoulder,0x005d0c00,0x00001880,0x00140220,0x00001898,0x00000600,0xfff70006,0x080003e1,0x000e0600,0xffee0014,0x00000000,0x355cf215,0x0f0534dd,0x4f18f4d1,0x724d1128,0xcd22cb50,0x1c9d0048,0x8de474ab,0x0506f82c,0xc342083c,0x17d3003f,0x4fdf143d,0x2c43bb73,0x7a853332,0x61b0371e,0xf811af09,0x1ef8eeb2,0xb41b40c0,0x74c60764,0xb1b8ce1f,0xa8b1f5bf,0x22ef03ad,0xb522eb71,0x6bc422a8,0x91aa0712,0xa8c02d8e,0x16ed122f,0x1226f92c,0x6f881301,0x1ef150d7,0x20ecb5cc,0xdf6ca0fa,0x500fe13f,0xff0d1839,0x0242cd20,0x208302c9,0x4044c304,0x902c4ce2,0x84cf3449,0x02c4d12c,0x4cf284d1,0x30492284,0x92244922,0x44922445,0x22845228,0x45224452,0x28413284,0x12000000 +}; + +u32 ANIM_DATA_hit_left_arm[] = +{ + PTR_ANIM_ENTRY_hit_left_arm,0x004a0c00,0x00001998,0x00140220,0x000019b0,0x00000600,0x000c0006,0x080003f4,0x000e0600,0xfff30014,0x00000000,0xcd20ed52,0x0bd11cbc,0xd148d0fc,0x8d0d85d4,0xa87d4847,0xd053ee47,0x02f8643e,0x8642d468,0x9d86c5e4,0x739d480d,0xd468cd04,0x8ad0448d,0x4307ebf7,0x0eb92ee3,0x73df36b9,0xff66de76,0x7ccb73be,0xf577033f,0xcf728ad7,0x30ddb3c0,0xd33c8cf1,0xc1c70f7d,0xae6dd6de,0x7bedeed2,0xebef2ec5,0xd7038cf2,0x38eb44c3,0x350b635f,0x613508fb,0x54f172bd,0xef1ffdf2,0x0d17397c,0xb3cbd324,0x3e71b6f7,0x183f314d,0xd70f7af1,0x84d71d4e,0x314ce30c,0x8f710de7,0x20fd72ca,0xd730cdf3,0xd1d33cde,0x3492c754,0xea7608a3,0x789b7990,0xd7a11d7a,0x0e000000 +}; + +u32 ANIM_DATA_hit_right_arm[] = +{ + PTR_ANIM_ENTRY_hit_right_arm,0x004a0c00,0x00001a80,0x00140220,0x00001a98,0x00000600,0x00000006,0x080003f7,0x000e0600,0xfffe0014,0x00000000,0x012c0fd2,0xbef52bae,0x116ce50a,0xeecdf004,0xbba189f4,0x087edf46,0x78ec4fae,0xc37ad407,0x2e7e76f3,0xcb8fbcbc,0x03bc1efb,0xbaefa7bc,0x37f0ab5f,0x4bf376d7,0x0fbdae7c,0xe2cfbdec,0x3adabfcd,0xec7cd2ef,0xbeb10203,0x47e0f7fa,0x0ba3e03b,0xbcffcfd0,0x3d4003df,0xf07e7a13,0xe800fd3b,0xfbc7affb,0xc007bc30,0x7c0213cc,0x027dbd33,0xf4218143,0xfc341f84,0x04e43c8f,0x03c4f448,0x4f0506ec,0x545d038b,0x00283140,0xc0f8041f,0x7fc40008,0x10018000,0x383f84c0,0xec5bdf85,0xc3fc445f,0x82fcfc17,0xd0414110,0x0fd181b5,0x241b8543,0x39282b70,0x82be2c2f,0xf3430018,0x4031c47f,0xf8171201,0xbd443421,0xc47d0843,0xd2c68624,0x686146bc,0x106c0247,0x47187c30,0x48050094,0x90098404,0x9c708b0c,0xfcac1fcb,0x0408b4d0,0x8b0b00b8,0xbf0ccff0,0xe52f8ec9,0xf4fc8ed0,0xce0118c0,0x920d012c,0x6f534b01,0x40f093c4,0x053c2000 +}; + +u32 ANIM_DATA_hit_left_hand[] = +{ + PTR_ANIM_ENTRY_hit_left_hand,0x00710c00,0x00001b68,0x00140220,0x00001b80,0x00000600,0xfffd0006,0x080003e1,0x000e0700,0xfff50015,0x00000000,0x0984088b,0x7f0456fe,0x2a9852d1,0x3e0e6feb,0xf26ede8f,0x041c5432,0x20be9afe,0xf0bfcfe4,0xbcbd97da,0x0d2eb12b,0xf3862790,0x087c7f04,0xe4062718,0x9478842d,0xba106dcf,0x23ec7423,0x57795916,0x08c1de65,0xf7716f7f,0x0789d02c,0x7f8162fd,0x0f101878,0xa044c5f4,0x360ef26e,0xfba75bdc,0xca0e1fcf,0xf51eafb9,0x955ec3ac,0xe645a051,0xaf04cb8b,0xa2ecfedd,0xeb84df5f,0xe6da2035,0xcb0585ef,0x3daab7f9,0x4a000aa1,0x61d48b16,0xac389561,0xc3aa05ed,0xa81fb2c6,0x7daa042e,0x0003758c,0x0bf07840,0xc1830404,0x2810a2bf,0x85b5d3fc,0x2e403ef2,0x06fb8418,0x3c01c0e1,0x15c738a0,0x7a4579d6,0x07be901e,0x7788ebf0,0x77202335,0x06101040,0xb142c684,0x162800a1,0x40048be4,0x0c47ffa1,0x82fb161f,0xd0b13e86,0x8df4347f,0xa183fc8c,0x17dc609e,0xc2c2f20e,0x1780a13c,0x8989d824,0x4e40646e,0x87276c58,0xfb63c3dc,0x1a3ef102,0x78488fbc,0x286dd142,0x70931388,0x813c640c,0xe82a4759,0x347a489f,0xcc3c4e61,0x63731033,0xa4c95ce5,0x48e62897,0x3a13798a,0x91c64c4e,0x42617515,0x13bcb8ff,0x29c3f614,0x4798d2fd,0x0a93f050,0x4f91befd,0x060410c1,0xa1e88f0f,0x1bf0a90e,0xc7cb064a,0x5b929120 +}; + +u32 ANIM_DATA_hit_right_hand[] = +{ + PTR_ANIM_ENTRY_hit_right_hand,0x008f0c02,0x00001cb0,0x00150220,0x00001cc8,0x00000600,0x00010006,0x080003ec,0x000e0600,0xfff30014,0x00000000,0x092fff11,0x3ce0efbf,0x4c3108a3,0x1fc8b6e4,0x779ec601,0xe847b083,0x84102c30,0x028b0814,0x31bfb703,0xf8c2fd83,0x4bc7637c,0x7d1fd4c3,0x7c061fb8,0x4f3c4af7,0xc86f7c04,0xefb80eba,0xc6079791,0xf6f30f54,0x00350b13,0x4872b37f,0x033070f2,0xc53f2052,0xb146fb14,0x1f70c5ff,0x0ff0b039,0xfafbbfef,0xc50efc40,0xf0410b08,0x61f24c23,0x3c9073cb,0xff44cd38,0xc4fb9cdf,0x3b4cdbfc,0x6ec1c808,0x44de074b,0x147034c5,0x4a0c4fff,0x03fb5028,0xc14303b8,0x82fdc429,0xfbfa5e3a,0xe8f39c70,0x398b0f73,0xe072f402,0xf7efef4e,0x32f0f32e,0xccfee41f,0x2d77f2d0,0x7f6d87d2,0xf3bb31fa,0xeb305ff3,0xfcef605f,0xf80e03a0,0xcefc41fb,0xf091c090,0x1c20a002,0x0bf02ccc,0x0647fc70,0xde884fdc,0x98beca8a,0xfcb8dfcb,0xccf8c4ef,0xccd2fcd0,0xff4d0eec,0xe15f8e52,0xfce4df4e,0x8ef8f13f,0xcf50fcf4,0xef4f9100,0xfd015059 +}; + +u32 ANIM_DATA_hit_left_leg[] = +{ + PTR_ANIM_ENTRY_hit_left_leg,0x00700c00,0x00001e54,0x00140220,0x00001e6c,0x00000600,0xfff50006,0x080003f6,0x000e0600,0xfffc0014,0x00000000,0x2d17d24f,0xf624eb73,0x8ab21467,0x7f81f50f,0xef527cf6,0x2fc7b37b,0xb337aaa2,0xfa782fac,0x343b0447,0xb0337ac2,0x43a7b4b9,0x35577c15,0xb6c14763,0xc2f63e23,0x5c0f75f5,0xd76eeeb8,0xbaefafb9,0xfef4d014,0x8fc20220,0x17d240bb,0x2bffb2be,0xfe2be3f2,0x7bb31382,0xb135b31b,0x43c2327d,0x06def22d,0x7f22e0a2,0x2f88231c,0x60764e13,0x9d013d4c,0x1804d281,0x482c1c42,0xc44b2c70,0xa2c78224,0x7b7287bf,0x3477d445,0x2d4822c5,0xbce42f8a,0x71f5a747,0x436532f9,0x47277532,0xf75f57e4,0xb7043374,0x4378423b,0x981339c1,0x43b7c53e,0x03481024,0x82ff585c,0x53457c20,0x53e3458a,0x4843a57f,0x264bab42,0x78f90b66,0xc1f6792b,0x70337886,0x37a0633a,0xc22fabd2,0xfafb4bcc,0x357f0633,0xfb933fff,0x4c309404,0x06303c23,0x04013848,0x7344c430,0x4be34442,0x40404403,0xc0303813,0xc3083c34,0x6343022c,0x3442c345,0x2c344403,0x882c3c42,0xc3c42c40,0x53044930,0x5072c546,0x345cb306,0x8b246c72,0x47cf2880,0xf2078428,0x78634899,0x28951249,0xc924a481,0xcbd420d5,0x32cd452c,0xd4624d46,0x10d4628e,0x5430f542,0x0fc91904,0x92d11325,0x25b1d289,0x312d3352,0x8f212014,0x51504d21,0x3351c831,0x1452d104,0x2d0c5290,0xc6390d20 +}; + +u32 ANIM_DATA_hit_right_leg[] = +{ + PTR_ANIM_ENTRY_hit_right_leg,0x009b0c00,0x00001f98,0x00140220,0x00001fb0,0x00000600,0x00100006,0x0a0002a2,0x00100700,0x00130017,0x00000000,0xcda0dd8b,0x3da72676,0xfe2c95cc,0x98ed7a31,0x3c7161b4,0xe0c26ac5,0x82d19aff,0xa355eb26,0x6bb67c97,0x3d992e3b,0x735bf4e0,0xb5e9c566,0xd79ac3ab,0x2577562a,0xc6dc556d,0xb9a9da30,0x52355ea3,0x6dbd44dd,0x8285bf04,0xff6e09ee,0xac538d38,0xa65af14b,0xf562956a,0xbd25d98a,0x41b73467,0x6e6896cb,0xd0cdd820,0x7af03fb5,0xe07c71cc,0xf1db99d9,0xab13ab66,0x0756dc8e,0x3df89c1b,0xb137f7e6,0x6decc4d8,0xd981adcb,0x33539686,0x7efd0cae,0x5a989d33,0x2f7a605b,0xf6c0b1e7,0x7149d2b2,0x5f9d8477,0x7bc8ae56,0x8f9cad1b,0xf85e37ee,0xb46be148,0xc7e2915b,0xdd223ffa,0x833fd404,0xbfe40245,0xd5f807a3,0xd5135f80,0x12fe9c66,0x1c786cb7,0x40baea40,0x78d2f773,0xa7edc758,0xeb8ecfe7,0x1dcfd5fb,0xc79bf7be,0xb7ef9bf0,0xdf76e1bf,0x6dbb82d9,0x7f07bafe,0x137e1c36,0xfbf88df7,0xf13bf0e2,0xb763c66d,0xc78bdb8f,0x19bb3e3f,0x6e3c66ec,0x38ddb971,0x59f1e234,0x63c46bc3,0x85db9707,0xab2e074e,0x1c06cc77,0xfd58ef59,0xf0ddf465,0xba68c373,0xd37ee5af,0x0dcf4e1b,0x8e8c371d,0x78ee9c32,0xdd7861bc,0x71bf78e1,0x96efb71d,0xdb661bb6,0xdc375db8,0x6edb6fdd,0xb6dfbaee,0xc375dd86,0xefb70ddb,0x763bbedc,0xb75d98ee,0xdb71dcf6,0x61b9ecc3,0x72d57ee3,0xaf0dcb65,0xdb96cb77,0x2db7ee5b,0x70dc76e3,0xb9eac375,0xdb7ee9b2,0xddcb5dfb,0x8edc371d,0xb86dfb70,0xdbb6e3b6,0x6cc76cd3,0x86d5b30d,0xa36e3b46,0xcc768d98,0x6cfb70d8,0xb65fb06b,0xbf61d98e,0xbfaf1d6f,0x5e1adecc,0x359d596a,0x99f0d374,0x5fa369c3,0x42d58679,0xa71ccf26,0x196eacb2,0x6d3963b9,0xf0c5b4e3,0x85e8c6ff,0xd195eba3,0x2bb74e57,0x1e8c6ddd,0x385afaf1,0xb3f5e764,0x6acabed7,0x8d7bb70a,0xf36eb5d6,0xcc2b8d98,0xd71b31ac,0xf663596d,0xcab2d98d,0x5db30ac3,0x76358eec,0x6afd98d5,0xfaf1abf6,0xe556edc6,0xaedb7d5d,0xbefac37e,0x357edc6b,0x2d98563b,0x74ab7661,0x57edc6ae,0xdb9d61bb,0x3acf7655,0x96ecab1d,0xd9569b34,0xadb5e75c,0x6fcab9df,0x9571b71a,0xe77635ce,0xecebed98,0xd7db6fb0,0x37e1616d,0xc6c2e185,0x89bb1b13,0x6e361edb,0xec4db858,0xbb70b1f6,0xe3646dc2,0xcadd7d93,0xb6fb2b65,0xf656ec2c,0xcdb8591a,0xedb2775d,0x646ebec9,0xdd8593b7,0x0b2b6dd6,0x46dbecbd,0xb7d9bb6e,0xb2765d63,0x6abac5db,0x7d8dbb0b,0x1b65d626,0xbb2c3dd7,0x587b6eb0,0x75db60ee,0xbec0db7d,0x81aefaff,0x65f5feec,0x2c0db858,0x1b70b036,0xe15fedc2,0xc3db7585,0xbafb0376,0x160ecbec,0x2d77585b,0xaeb177e1,0x636dbacb,0xdb6d9bbe,0xeb4775f6,0x9edbad6d,0xd85b1b6f,0xb5f6596f,0xf0b6e4df,0x7dc7b6eb,0xa37dd74e,0xfbeeadb8,0x5d5b70ba,0xf6df756b,0xbeecdb7d,0xd7badbab,0x75d756db,0xee9db7dd,0x5b70b9f6,0xe1746cba,0xe4d97dc9,0xb70b8f66,0x1716dc2e,0x2dd85c3b,0x30b7b5e1,0x706cc2df,0xdb85bfb6,0xfb777e16,0xfedc2e0d,0xb85c1b2f,0xb836df71,0x6ec2e0db,0x85c5b70b,0x8b761716,0xdc2e5dd8,0x5cfbf2ba,0x37e5736d,0xbee6db85,0xd1b70b97,0x6e172edc,0xae0d585b,0xdb71b6f6,0xe36d6dc2,0xd6d985a9,0xb32b4356,0x363edcec,0x3d9957ba,0xf1af7665,0x5deccab8,0xd78d65af,0x1acb6e35,0x96dcaafd,0x78d59b30,0xab375f56,0x6ec2aadb,0x8551b2fa,0xab6dd556,0xecaa6d98,0xd53aefa9,0xf75d53ee,0xc2a6d97d,0x4fb2fa9b,0x66151edc,0x6a6d9855,0x3bb1aaf7,0xe354edc2,0xabdb855d,0xb70ac36e,0x158edc6b,0x2df8d6bc,0x32aef765,0x5f6dcac3,0xe1a595bf,0x6b5b8677,0x0f1d6e9e,0x1b5e1bb4,0xbdf8f183,0x77e312e5,0xbe3bd35c,0xa7cf19a7,0x9e73dedc,0x695e39d5,0x7df5aff9,0xd365e386,0xcbb72d9f,0x9ebb979c,0xf72e3c6f,0x3db9dffd,0xefc27fdf,0x8bf9a71d,0xd39e5c17,0x5ce7bff9,0xafdef3a0,0xbce7c475,0xd07d2796,0x12271c24,0x1e147f1b,0xe7e236c1,0x22ebc131,0xd6b8e7ab,0xf9eb4e0c,0xa66091cc,0x54425837,0x80efceeb,0x5ae111b2,0xf7135eea,0x1aadfe3d,0x3dcbba57,0x3674770d,0x287e5f50,0xdaf4a1b6,0x694270ca,0x81e38503,0xb70a037e,0x13e71c67,0xddd84f5b,0x6e9f7657,0x3f69ba7e,0xd564f9e2,0xc9fbadb3,0xff2c27dd,0x38cff9af,0xa075e140,0xecbe7fd9,0x7cffb709,0xff6e140e,0xdc281db8,0x4ffb709f,0xf6e1416d,0xc27fdb94,0xffb71a07,0x6e540ecc,0x67fd9850,0x1b30a036,0xe1406dc2,0x7fdb7cff,0xb70a036e,0x1406dc28,0x2db8501b,0x70a03761,0x416ec283,0xdb8501b7,0x0a036e14,0x1edc281d,0xb8503bb0,0xa077e141,0x6dc681d7,0x7cffaefa,0x036613fe,0xbc281d98,0x505b71a1,0x36dd426d,0xa685df6d,0x11bada1b,0x55943e8b,0xa87d7951,0x3bf2a2f7,0x6144efbe,0x89df9515,0xab3a2746,0x344ebc68,0x8d98511b,0x70a2375f,0x4370ca88,0xe18d0fba,0xda1375f4,0x1eeca83d,0xf8d07bb0,0xa0b6e140,0x6dbe7fd9,0x8cfdafa9,0xf356f3ce,0xcc677e19,0x4e5bf39b,0x375f3673,0xba6be56c,0xcfbf0997,0x65f31eec,0x263dd8cc,0x3b709836,0xe130edc2,0x62db84c3,0xc3098b6e,0x1316dc26,0x2df8cc5d,0x3498b8ef,0x30eaba64,0xd764cbb6,0xf99765f3,0x36cbe67d,0x974cbaed,0x99b4dd34,0x6cbe6adb,0x84d3b309,0xab6e135e,0xcc26cdd8,0x4ddc319b,0xf76338ea,0xba72d584,0xefab09e3,0x6553defb,0xe7bd994f,0xd9af9ff4,0x5f41eeca,0x84db7509,0xaaca176d,0x942efbe8,0x5dd5d0fc,0x30a1f65f,0x43ebb687,0xd99511c7,0x6a237614,0x4e9b689d,0x56d13ab1,0xa2336744,0x5fba89d7,0x5d13c6ea,0x23759456,0xeba89dd7,0xd11bafa2,0xb76144ee,0xc288df8d,0x13c32a2b,0xa6744f5c,0x68be1a51,0x5c71a275,0xe343e8c2,0x89db850f,0xb6fa1b45,0xd43ebc68,0x6d9950bb,0x71a0f8e1,0x416fc681,0xdb8d03bb,0x1a0f7e54,0x06ec67fd,0xb8503b70,0x9fb6e13f,0x6dc67fd5,0x94fd9b29,0xf75e33d6,0xfc67bdc0 +}; + +u32 ANIM_DATA_death_genitalia[] = +{ + PTR_ANIM_ENTRY_death_genitalia,0x025d0c02,0x00002148,0x00170220,0x00002160,0x00000600,0xfffe0006,0x07000405,0x000d0600,0xfff60013,0x00000000,0x09d0c0b8,0xe8467df8,0xbbee1400,0x112201fc,0x479a01eb,0x001edc14,0x0be0878c,0x41f1f28d,0x59cf9780,0xb2020a38,0x01caf049,0xc5113fa1,0x645a1ccd,0x829fefd3,0xbbe62e1d,0xc5fbd941,0x014c30ad,0x0c263204,0xd040da84,0x1f5821eb,0x248d8319,0xb421f504,0x6e2e0abc,0x10d7c626,0xf6a4dfec,0x9ce389bc,0x3fbb7fef,0xd13beffe,0x3a2fbefe,0xdc5f085c,0x638f9481,0xb50426f1,0x43e8511e,0xc647df28,0xf8049f06,0x89d89179,0x063ed0c7,0xdc787d0f,0x10014286,0x2060e50a,0x20a0c394,0x1062820a,0x60410ef0,0x121b813b,0xc08b0011,0x8f4193c8,0x0102fc59,0x1f8e27f9,0x29823d30,0x688e0411,0xbef857d2,0x4a0077e1,0x49f85021,0x092020e4,0x00147f82,0x06083242,0x06506008,0x07f100fd,0x1c4f450f,0xd4a07a8d,0xef81bff6,0x57bf86ec,0x113f073c,0x01067824,0x8e4825d1,0x85fe3060,0x260a00a0,0x60942012,0x658048df,0x088fa101,0xfe248005,0x51fcb99e,0x182c5329,0xf66cbad0,0x080244c4,0x54c04b13,0x017960ae,0x24462888,0xc9109916,0x0b33c168,0xb8000000 +}; + +u32 ANIM_DATA_hit_neck[] = +{ + PTR_ANIM_ENTRY_hit_neck,0x00870c02,0x00002840,0x00130220,0x00002858,0x00000600,0xfff60006,0x0a000280,0x00100700,0x00190017,0x00000000,0x2dc3d663,0x85a0870f,0x408e2eb1,0xdc5d43b8,0x9a466ff4,0x8adb69fd,0xa6bc0b33,0x74863b31,0x4bdea297,0x9d06ad98,0x4c582f0e,0xafdd2159,0xb65a9f4c,0xb5162109,0xfd4113da,0x2427d6c9,0x4faf149f,0xde3937aa,0x9a5120f4,0x8e99e8dc,0xf3118ae5,0x22b2c844,0xee1488d8,0x310c9652,0x11386402,0x6847c481,0x0f8ae3a0,0x38413daa,0x8a785f1c,0xeec269e5,0x7cd3e712,0x07de158f,0x2ac89d57,0x133ab0a2,0x72dd2cdf,0xbe49b990,0x736b3126,0xce428dec,0x851bd9c8,0x37b6106f,0xec20dfce,0x29c19c83,0x6759a69f,0x130d1dc5,0x197a4833,0xba906871,0x1cd2de39,0x9fbc6347,0xc1067712,0x4c8e6417,0x7e092d7a,0x14560028,0xabdc5951,0xc4a28789,0x64e7a388,0xf1c80f80,0xd21b7e28,0x33737457,0xe4b089a9,0x708351c0,0x56b3fe0d,0xe5fa3ac7,0xf23911e4,0xf423d1e2,0x3fbbac9f,0x6f415eb6,0xa2fd7d25,0xfb19ccf4,0xf215e866,0x23cfd03f,0x9b982f23,0x181e2e40,0x3c6c4178,0xd885f233,0x0fe4e823,0xc6ca4f83,0x90bef711,0x7de6533b,0x8c25f698,0x0aec7117,0xd3d32b9c,0xb2571b58,0xae06a93b,0xc5d1760a,0xe36a1606,0xd12c8796,0xd21b1db0,0x4607609b,0xb2e176d6,0x22eccc44,0xd81908ae,0x73935968,0x26adce4d,0x559caa9b,0x41953662,0xea4cc5d4,0x398ca733,0x194c6832,0x99ce652d,0x90ba5739,0x549e7269,0x0c84d1b9,0x49a3b415,0x46e72a8b,0xcc4d17a0,0x9a2f4954,0x6e62e90c,0xa55239ca,0xa4f4154a,0x682695cc,0x4d29946a,0x6318b4de,0x31aa0c23,0x545882ab,0xb28d5a6a,0x22b9d255,0x85a4cb33,0x59969e92,0xee3d655d,0xbacbbdf7,0x177eeb2f,0x07d65e21,0xa4ac4b39,0x58c6a332,0x6e0665fa,0xcdce7619,0xa0ec3b4b,0xe466a5b0,0xcd7b819b,0x6733f79e,0x8870dd51,0xe53e23d0,0xf953acfe,0xa76df91e,0xf3f1fe0f,0xe43c6fc7,0xf9604df3,0x450de73b,0x0bc74bcf,0x7a5eaeb0,0xf6bd0718,0x792c736e,0x3af2d373,0xf3975eba,0xfeab95dd,0x8b9b8758,0xd6e6912d,0x5d21d99a,0x44b1b40b,0x6267f2b5,0xd3fd49a4,0x0a474094,0x4690e7ad,0x43ce1a48,0x9b749131,0x692e5bd0,0x5caf9cc9,0x5b399296,0x73654cc6,0xcb398c97,0xb31b31e6,0x2e65cc5c,0xcb98b99f,0x39533e72,0xa67ce4cd,0x99ca9ab3,0x9535672a,0x69ce54d5,0x9ca9b339,0x535672a6,0xbce54cf9,0xca9a7395,0x34e72a67,0xce54cf9c,0xa99b3953,0x3e72668c,0xe4ccd9ca,0x99f38d33,0xe62a65ce,0x4ccb9889,0xa321538e,0x72e79d06,0x50b9cca4,0x73994ae7,0x2e8dcc5c,0xf798c9ef,0x2993ee43,0x286ca5d1,0x794ba4f2,0x954ae72a,0x96ce5535,0x94aa7339,0x54e672a9,0xfce553f9,0xcaa7f313,0x4f672699,0xce552fa0,0xaa474154,0x5682a84d,0x25507a09,0x9ff41540,0x682a7bce,0x4cf59ca9,0xef3953be,0x72a75ce5,0x4ef9ca9d,0x33953a67,0x2a76ce54,0xef9ca9e7,0x3953d672,0xe7bce5cf,0x79cb9eb3,0x953ee926,0x7dda3cfb,0xbc79cb61,0x335e82a6,0xbce4ccf9,0x4a98f397,0x33672e62,0xce5cd59c,0xa9db3933,0xbe62672c,0xc4ccf9c9,0x98740f30,0x681e5fcc,0x4cc18cb9,0x8b19b2f6,0x43662cc6,0x4d198e9a,0xf31939e6,0x3275cc5c,0xf3a0a9f7,0x4933f682,0xa7bce3ce,0xfa499db4,0x1339e71e,0x69ce4ccb,0x9ca99339,0x73267326,0x0ce5cc79,0xca97f395,0x2de72a58,0xce4caf9c,0x996b4132,0xd67265ad,0x054b79ca,0x96f3932c,0xe72a5ace,0x54b59ca9,0x633952de,0x72a57ce5,0x4ad9c995,0x74132c68,0x1e55d034,0xaba0695b,0x3912ae62,0x257ca5cb,0x598d97f3,0x17316732,0x6bcc64eb,0x9ca9df39,0x73de72e7,0xbce5ceb9,0xc99b7411,0x3269225b,0xd04caf98,0xb97b3193,0x3e6326cc,0xc74e394c,0x9d731b3a,0x662e73ce,0x54e1a099,0xbf413376,0x82267d24,0x4cd9c898,0xb40f2de9,0x225ad03c,0xa9a48943,0x41324e82,0x641d0547,0xf9ca8fb3,0x971e672e,0x3bcc5c75,0x9cb8ef39,0x71f662a3,0xdce64839,0x8a90f397,0x22672e47,0xce5c919c,0xa9233952,0x5e72a4bc,0xe54979ca,0x93739526,0x67264cce,0x4c919c00 +}; + +u32 ANIM_DATA_death_neck[] = +{ + PTR_ANIM_ENTRY_death_neck,0x019a0c02,0x000029b0,0x00170220,0x000029c8,0x00000600,0x00030006,0x0a000272,0x00100700,0xfff50017,0x00000000,0xf5d417eb,0xa82fc750,0x3faea0bf,0x1d411dba,0x813873bd,0x68e1fba1,0xba13736c,0x2786cc67,0x6d50c01a,0x304633be,0xcf650192,0xc785f58e,0x05d31c23,0xd6345f8c,0x60bf18a1,0x3e30c0fb,0x5e367ab1,0xdbfd51d5,0xf295d775,0x1ed70a5e,0x9ed4cd1f,0xaa380056,0xb77eb07c,0x0d5ed022,0xb79cf567,0x432a9642,0x547c1928,0x3aeb50bd,0xd4a078ad,0x3be79272,0x0bb4e85f,0xa9c8bfd1,0xdedd2321,0x35437c6e,0x7d7b04e4,0xfa1197dc,0x22771843,0x76cfc47f,0x1e83bd06,0xf5f617d1,0x6c1772b0,0x1ea3985c,0xa7bff898,0x6f71017d,0x602176b8,0xfff7708c,0xb6c02bd4,0xfe5c48ac,0xd77161f9,0xa4d4f84a,0xe540920b,0x111f18fe,0x4033e482,0x3ba9004f,0xf210bf64,0x119dc7e2,0x3c8fc4fb,0x1f8bfa3f,0x1fec7e2f,0xd8fc67d1,0xf8bf63f1,0x7ec7e2fd,0x8f85fb1f,0x0bf63e17,0xec7c2c00 +}; + +u32 ANIM_DATA_death_stagger_back_to_wall[] = +{ + PTR_ANIM_ENTRY_death_stagger_back_to_wall,0x005a0c00,0x00002e78,0x00170220,0x00002e90,0x00000500,0xfffd0005,0x0a00027a,0x000f0700,0x000b0016,0x00000000,0xeb7fbc4d,0xf6c1b7d9,0xc0def2fb,0x77dbadc7,0x5db69c86,0xdb70e375,0xb64dd74b,0xb75c82de,0x6c1b71a4,0x8d96a335,0xdb12d2d7,0x132d6c8c,0x3e75ae38,0x0cb26b22,0xb3e06a8f,0xc028fec2,0x9afd1245,0xec285f90,0x1dc0846f,0xfe19bbd8,0x05889195,0xfd8654f8,0x1137f423,0xb8e10c21,0x86260720,0x5460e110,0xe602a3d7,0xfd8d2ff9,0xf09fc7d3,0xff0211fb,0x875fce4d,0x1ee14278,0xc705dd0f,0x273e5c9b,0xa22fe989,0x7d8b2905,0xd87c15e2,0x1ed16877,0x311cc488,0x8ff20950,0xc9458325,0x0ceca873,0x92914f4a,0x04432806,0x14a5e7d2,0x97fd4a42,0x4529791c,0xa5e05297,0x804a5e7f,0x297914a5,0xd8929741,0xca5d0b29,0x7364a5c1,0x1297244a,0x5d0f2976,0x3ca5d492,0x9761ca5d,0x87297524,0xa5d47297,0x51ca5d47,0x29751ca5,0xd4000000 +}; + +u32 ANIM_DATA_death_forward_face_down[] = +{ + PTR_ANIM_ENTRY_death_forward_face_down,0x00590c00,0x00002fa8,0x00160220,0x00002fc0,0x00000600,0x000b0006,0x0a000248,0x00100600,0x00140016,0x00000000,0xd9ea8e27,0x926ade2d,0xf678f6d9,0xe3c76788,0xcd9dfd7b,0x76fde9d9,0xef97635d,0x9d8c6f76,0x31bdd2b2,0xd7367c9c,0xaab572ac,0xcdc4c367,0x0aee1bdc,0x796d7101,0x9ae7d5fc,0x4e96bfbc,0x53bef530,0x04343c51,0xd0918b3a,0x8234c401,0xd2010385,0x505e024e,0x2bae058d,0x0972ac94,0x03a156fe,0x5f1c7927,0x90a37e37,0x8daee246,0x1769231e,0x245ebb8d,0x9de2262b,0xb887b022,0x2fbe88f7,0xee28efa8,0xa78f226d,0xf9886fda,0x1abb485a,0xfda17af5,0x86abd21d,0xb35876cd,0xa1caf587,0x2bd61dab,0x587abce1,0xfbf5882f,0xda20af58,0x86bd221b,0x3588abd6,0x22af488a,0xed222b75,0x882ada21,0xaf5886ed,0x621b7588,0x6cd620af,0x5882cd62,0x0b34882d,0xd61fb768,0x7ebd61fb,0x3587ecd6,0x20b35882,0xcd621b75,0x886cda1f,0xb0000000 +}; + +u32 ANIM_DATA_death_forward_spin_face_up[] = +{ + PTR_ANIM_ENTRY_death_forward_spin_face_up,0x00590c00,0x000030cc,0x00160220,0x000030e4,0x00000600,0x00010006,0x0a00024d,0x00100600,0xffe70016,0x00000000,0x4de9e007,0x9d1eddf0,0x3275bae5,0xd423c739,0x1b5b836d,0x6f0cb5b2,0x37266cec,0x56913954,0x4ae14513,0x84fcbdd4,0x417b50f2,0xed448fc5,0x1312537b,0x4a3b6800,0xa89fb20c,0x1ec5e071,0x0ac1c7f8,0x07afa52d,0x7c732dda,0x85d31410,0x28b89261,0x63468752,0x0a245408,0xe99fe656,0x7f99d7fe,0x58480911,0x1063c1c0,0x9a47fe87,0x43ea615f,0x6ad53cae,0x96fab767,0xeac59fea,0x667f901b,0x0a3b7038,0xc1c062a6,0x808a9a02,0x2b67e899,0x9fa2967e,0x8b98fe2b,0x67f8b59f,0xe2d67f8c,0x1afe2d67,0xf8c59fe3,0x267f8c19,0xfe2e67f8,0xc19fe2f6,0x7f8b9902,0x31640000 +}; + +u32 ANIM_DATA_death_backward_fall_face_up1[] = +{ + PTR_ANIM_ENTRY_death_backward_fall_face_up1,0x00450c00,0x000031f0,0x00160220,0x00003208,0x00000600,0xfffa0006,0x0a000284,0x00100700,0xffea0017,0x00000000,0x0d4027fa,0x5c3ff468,0x60a89873,0x513106a3,0x43974e43,0x9aad0319,0x79dbcb55,0xeff74c8e,0xaf2feb5e,0x4e1bba9d,0xff72c002,0xe003c99e,0xfb92f9f4,0x25a86809,0x9fbf0a2d,0xfc7edbfe,0xd3f88595,0x7bfadabb,0xed4bd329,0x66f610de,0x0c22fd16,0xc81be595,0x36cf2c7c,0xb6560a04,0xac4a5950,0x97f2b15f,0x25b2b7cb,0x05fa94ce,0xf71e9efe,0x353c2c66,0x6cc8dd0a,0x11b983a3,0x43cd4645,0xd68c0ba5,0x17164632,0x2a7c6255,0x58bcb9f1,0x7972e322,0xc445e5c7,0x8bcb8b19,0x960a322e,0x14606058,0xb4b09171,0x6122f2a0,0xc665428b,0xcb0b1895 +}; + +u32 ANIM_DATA_death_backward_spin_face_down_right[] = +{ + PTR_ANIM_ENTRY_death_backward_spin_face_down_right,0x00400c00,0x000032dc,0x00170220,0x000032f4,0x00000700,0xfff30007,0x0a000259,0x00110700,0xffd20018,0x00000000,0x3884a930,0x7d2a227b,0x2b407220,0x306fa934,0x73a85480,0x9e329527,0x2aab2b14,0xd12ed6e6,0xbaaef626,0xaefb80aa,0xf2eeb8df,0x64c8c357,0xd2a665ce,0x7ddcce45,0xd50c1e1b,0x17e426e1,0x68c51150,0x190d267b,0x231a0929,0x19202122,0x9f1935a4,0x17481c0f,0x529f0b5a,0x9b1b5926,0x2157aa1d,0x552a214c,0xab29452d,0x213e2e17,0x34af112b,0xb11117b1,0x1104b117,0x07b01b0b,0x2f1b0b2e,0x1b06ae1d,0x072e1d08,0xae1d09ae,0x1d092d19,0x082c1906,0xae1b05ae,0x1b08ae1b,0x082e1b07,0xaf1b07ae,0x1b06ae1b,0x08ae1b07,0xae1d07ae,0x1b08ad1b,0x07ae1d08,0xae1b09ae,0x1b082e1b,0x082e1b08,0x2e1b072e,0x1b072e1b,0x05ae1b06,0xae1b07ae,0x1b07ae1b,0x07ae1b07,0xae1b07ae,0x1b07ae1b,0x07ae1b07,0xae1b07ae,0x1b07ae1b,0x07ae1b07,0xae1b07ae +}; + +u32 ANIM_DATA_death_backward_spin_face_up_right[] = +{ + PTR_ANIM_ENTRY_death_backward_spin_face_up_right,0x00540c00,0x000033c0,0x00180220,0x000033d8,0x00000600,0x00050006,0x0a000261,0x00100700,0xffd40017,0x00000000,0xe9cb4fd3,0x7c73e694,0xeecc0a2d,0x95c4bb27,0xe83445ce,0x5c7897c0,0xe42389d4,0x3713c8ac,0x68f04a94,0x517a2b06,0x755a0a70,0xb81ee975,0x37daf62b,0xd5ed104b,0xa163158f,0x63276144,0x4786966d,0x7b146ab2,0x07cbbc6c,0x1b92732c,0x4723538e,0xc6aa1590,0x142329b6,0x1a5541ec,0xa2a8d958,0xa812ba6f,0xe555004a,0xe9c69512,0x1129230a,0x565004ac,0xbff9598f,0x528b5e24,0xf77cc96d,0xba929a6f,0x21b7da3f,0x63bc7eb3,0x38ed4f11,0xbabea3f5,0x99c80afb,0x9015731f,0xa9e24157,0xd480b7c9,0x055fb212,0xafa415be,0xc82bfe90,0xd6fb202d,0xee405bdc,0x82afb905,0x4f5212be,0x64458000 +}; + +u32 ANIM_DATA_death_backward_spin_face_down_left[] = +{ + PTR_ANIM_ENTRY_death_backward_spin_face_down_left,0x00450c00,0x000034e8,0x00170220,0x00003500,0x00000800,0x00250008,0x0a000268,0x00120800,0xffcf001a,0x00000000,0xc5590774,0x55926c24,0xcc572d16,0x1fd9444b,0xf4d0122c,0xd3dc6af4,0xe51bbe39,0x89abcef2,0x8ac3ecd2,0xe90435fa,0x3f5054d6,0x13630774,0x67b5f01e,0xde7c06f7,0x1f02b0c7,0x36f789be,0x1bef64bd,0xbcd5cf7f,0xa44fd820,0x92dce9dc,0xbb762a1f,0x5d78b053,0x6e1816de,0x83c937e1,0xa29e48b8,0xa396422b,0xdf91ca76,0xe4d29db9,0x04bf6e3e,0x31dd92ca,0x36e4931d,0xd944c382,0x572fdd96,0x0b36a4c2,0xedb8dcc3,0x6a1a32da,0x85ccf6e1,0x634db85c,0xd36e1533,0xdb84ccb6,0xa1431da8,0x48c76a15,0x32db860c,0x76e1831d,0xa870cb6e,0x1931db86,0x0c36e1d2,0xfdb874c3,0x6e1731db,0x850c76e1,0x731dc850,0xc7721330,0xdb860c76,0xe1431db8,0x50c76e17,0x31db850c,0x40000000 +}; + +u32 ANIM_DATA_death_backward_spin_face_up_left[] = +{ + PTR_ANIM_ENTRY_death_backward_spin_face_up_left,0x00450c00,0x000035dc,0x001a0220,0x000035f4,0x00000500,0x00020005,0x0a00027e,0x000f0700,0x00170016,0x00000000,0xeb81abce,0x1e9f381a,0x7ce069f3,0x81a7ce06,0x9fb7da02,0xe96503a9,0x9feeb6c2,0xbabc0aee,0x73b3c7b7,0x8f270fbc,0x9ac0f36b,0x23cdbbaf,0x369ebdba,0xbaf56bf3,0xd7abaf5e,0xbebd3afc,0xf5edfbd7,0xa72f2ead,0x3cdafef3,0xe8f3cda7,0x6f26debc,0xbbc0f36b,0xf3d1a7cf,0x469bbcfc,0xbef3ea03,0xcdabef36,0x9e3cba3c,0xf17013c3,0xc04f26ae,0xbc19baef,0x6a13bfaf,0xeefeed3b,0xdc3aeef1,0xf3bbc38e,0xbf3e3a9b,0x7eea6f03,0xa1eb6e76,0xac387c76,0xdafc1b4f,0xec2ce70e,0xb1dbf2b1,0x85fa89e7,0xe89fce19,0xa0723c81,0xe861efff,0x0faf7d40,0xf7f376ef,0xcdb33f57,0xee7cfbf3,0xf677d7e5,0xf79faf8e,0x7e9cfdfb,0x71fff3ac,0x3fdf1fff,0x5b7ffdf1,0xf7ede41f,0x978f7d7e,0xbdf17e07,0xbdf05e80,0x6ff95cff,0xe0f70f4c,0x447ccfa1,0xf0004ba6,0x1e2e1868,0x96e0b059,0xdd154023,0x1cc610b1,0xc8f1c2e1,0xcb09980c,0x661fd217,0xbeca3d7d,0x2f73fccf,0xaff33e4e,0xcc78b731,0x5ff4bf93,0x92c5ce4a,0x57fd2a68,0xdc9db3d2,0x7e90ca3a,0xc1296bf4,0xa3b3f29e,0xa0000000 +}; + +u32 ANIM_DATA_death_forward_face_down_hard[] = +{ + PTR_ANIM_ENTRY_death_forward_face_down_hard,0x00760c00,0x000036ec,0x00160220,0x00003704,0x00000500,0xfffd0005,0x0a00027f,0x000f0700,0x00150016,0x00000000,0xf383a40e,0x36b3bcbb,0x8af2f023,0xd3e90f37,0x91bcdb38,0xeee793a5,0xa86e9704,0x38fb06e2,0x66f3879c,0x4dc6b2b6,0xdb08df6c,0x337bad2d,0xe691b73a,0xc0dcee1b,0x6db48dce,0xa1b6da86,0xdbeb1b6f,0xac8dcea2,0x371a8cda,0x690b71a7,0xedaeb1b7,0x1b0adbea,0x2373ac6d,0xc6f2b6fb,0x8cdcef1b,0x69c0adae,0xf2b63bc4,0xd9f0236b,0xcccd9ef2,0x367accda,0x730b65bc,0x2daf8336,0xbf48dbf9,0xf367dc4d,0x8f33b57e,0xc2d2fa03,0x3c08accf,0xc2b23dbe,0xbe831ad2,0x0caa77b1,0x279d0296,0xf11a59b3,0x86b0e199,0xfb085874,0x20a01400,0x2040fc5f,0xc7f37e1f,0xd2049f6f,0xb47dde4b,0xf87627df,0xc51f7f75,0x7dbd8ff4,0x7537dbe0,0xdf2f31fd,0x1b19effb,0x27c5c0be,0xf7947b20,0x13e7023f,0x800cdde7,0xb5f46391,0xc8055ed2,0x6d99d166,0xe3031773,0x116d3081,0x92e174c6,0x82491871,0x1c59ad90,0xb1a2437c,0xcf170034,0x78045247,0xb1c9fd45,0x326ee4f3,0xb3b40ebf,0xcf19bf28,0x60f49984,0x522641c6,0x3a09186b,0x4441bcf1,0x1ec2441a,0x49136d2c,0x51b47146,0xa0000000 +}; + +u32 ANIM_DATA_death_forward_face_down_soft[] = +{ + PTR_ANIM_ENTRY_death_forward_face_down_soft,0x00760c00,0x00003860,0x00160220,0x00003878,0x00000700,0xfff20007,0x0a0002b8,0x00110700,0x000e0018,0x00000000,0x22c3f71a,0xc37012c3,0x6c26c2ec,0x40bee21c,0xbc5e0ec0,0xe418c2ed,0x28ca7b1a,0xcd79fad2,0xfa0ad374,0x02d5770c,0xd20022d7,0x851ed608,0x0ed41b1e,0xd30f1cd2,0x8102cf86,0x14cd771c,0xc81820c4,0x9722bf87,0x18b3121e,0x99132c80,0x0a1e6a7b,0x0a248809,0xda01fb99,0xfacf5500,0xbf4209e9,0x3bfdc935,0x18e1331e,0xe7289f09,0x28021b28,0x73f134a0,0x0d36eafd,0x38eb2b3b,0x22353d1b,0x0f3ff213,0x416f1f43,0x731f44f2,0x2745702d,0x45ee2b46,0x6d23446b,0x1f42ea23,0x40f02740,0xf0214071,0x1d407219,0x3ff31d3f,0xf21d3ff2,0x1b3ff31d,0x3ff21b3f,0xf21d3f72,0x1d40711b,0x3f72173e,0x731b3ff3,0x1d3f721d,0x3ff21f3e,0x731d3ef2,0x1d3ef21d,0x3ef21d3e,0xf21d3ef2,0x1d3ef21d,0x3ef21d40,0x721d3ef2,0x1d3ef21d,0x3ef21d3e,0x721d3cf2,0x1d3e721d,0x3ef20000 +}; + +u32 ANIM_DATA_death_fetal_position_right[] = +{ + PTR_ANIM_ENTRY_death_fetal_position_right,0x00560c00,0x000039d4,0x00180220,0x000039ec,0x00000600,0x000a0006,0x0a000282,0x00100600,0x001a0016,0x00000000,0xc1c5db87,0x230f1ca9,0x3b7669dd,0xdcab779a,0x9e1ea8f6,0x79e5e1ec,0xb7a7ba9e,0x9eb9757a,0xe8e9e8b7,0x979a9dde,0x59b278a3,0xbddf8f77,0x82bf1dbb,0xbe76aae9,0xd9b3d773,0x2f5dabff,0x76f9e9d2,0x0c3723e1,0x1c3d826d,0x4a119e3c,0xe5956311,0x06cc2b1f,0x40296cbe,0xb5913544,0x84b94a0a,0x920bf96f,0xce23de74,0x8af5da21,0xcfa8731f,0xa24fbc84,0x79fe3cfb,0xe98f6065,0xcd009bb1,0xf272bbb9,0xb2cda6a9,0xf49c25d2,0x759339c6,0x2ca79874,0x9ea3da7b,0x9769e25d,0xa778f69e,0x26d6779b,0x69d65de7,0x59b69d67,0xd6749b69,0xd66de749,0xb79ce6de,0x729b69ca,0x6da729b6,0x9ce6da70,0x9b69c26d,0xa709b69b,0x26da6f9b,0x69ca6da7,0x39b59c26,0xd6709b69,0xc26da709,0xb69c26da,0x709b69c2,0x6da709b6,0x9c260000 +}; + +u32 ANIM_DATA_death_fetal_position_left[] = +{ + PTR_ANIM_ENTRY_death_fetal_position_left,0x00580c02,0x00003b04,0x00160220,0x00003b1c,0x00000400,0x00030004,0x0a000249,0x000e0700,0xffe70015,0x00000000,0xf7dd373e,0xe6bdf837,0xafb1ac7d,0x8e7bfa64,0x1fb2befc,0x1367c08b,0xbce2f1dc,0x132f38bd,0x7b05dbe7,0xbe1dcb14,0xe3fcc680,0x06ad62b5,0x3501c7d9,0xd030c6a8,0xd385019d,0xb7db718d,0x97ee6085,0x36add1d2,0x8f4180ca,0x8c086021,0x72fd1c19,0xa95106cf,0x7f368a39,0x9489cda3,0x0b64fa6a,0xe5e3f91b,0x97e8950e,0xc4667623,0x33b1120d,0x888dec44,0x63a2237b,0x111bc884,0xa6c42676,0x2133b101,0x9d880cec,0x406761f3,0x3b0f99d8,0x7ccec3c6,0x761e33b0,0xf19d874c,0xec3a6761,0xd33b0e19,0xd870cec3,0x86761b33,0xb0d99d86,0xccec3467,0x61a33b0d,0x19d864ce,0xc3267618,0x33b0c190 +}; + +u32 ANIM_DATA_death_backward_fall_face_up2[] = +{ + PTR_ANIM_ENTRY_death_backward_fall_face_up2,0x004c0c00,0x00003c24,0x00150220,0x00003c3c,0x00000600,0x001c0006,0x0700040a,0x000d0500,0x00010012,0x00000000,0x9588e460,0x29188246,0x60919fe6,0x6409d8fe,0xd51ac8ae,0xf111fdb9,0xef8bb8fe,0x86cb9da4,0x6b77dc40,0x1b3fffcf,0xf1c077e0,0x3ffc0098,0xe6972e10,0x69f6c266,0x879bcfa7,0xf6ea5fc6,0xb134b43b,0xb1fa8d62,0xcb60f1dd,0xf9f87e4e,0x1f93ca25,0xf409bd8e,0x9024a037,0xe60ff984,0x0281bf94,0x876523f9,0xc97a42bd +}; + +u32 ANIM_DATA_side_step_left[] = +{ + PTR_ANIM_ENTRY_side_step_left,0x00300c00,0x00003d18,0x00120220,0x00003d30,0x00000700,0xffd50007,0x0a0001a0,0x00110700,0x00230018,0x09000084,0x563fdd41,0xac206da0,0xd7103690,0x6b481ba8,0x35644df4,0x1ad23eea,0x0d59216d,0x06a491b8,0x835849dd,0x41ac252d,0xa0d612d6,0xd06ac96b,0xa83464c5,0x841ac266,0xea0d6137,0x75069ca1,0xb8834055,0x5c41a52c,0xaea0ce17,0x5910658c,0x3ce831c6,0xa6a41883,0xb7620c6a,0x0fa10679,0x1ec283fc,0x957c41e3,0x4b8aa0ef,0xa5c25079,0x1282083d,0x28f1341e,0xf43c9a0c,0x49f5f506,0x34e0f683,0xfa620941,0xd32914a0,0xf1104750,0x7d85d048,0x39a1d134,0x1e8063ea,0x0fb7f5b5,0x0737dbd8,0x83edd8e4,0x41f7def4,0x20f7e856,0x106370ec,0x8831d74e,0x341a7b6a,0xe20d55a7,0x5d06a2d1,0xac83516a,0x5741abb7,0x6c20d3dd,0xb71067f0,0x6be83519,0x6dd41b1d,0xa2d20d5e,0xfb6d067f,0xcdb88349,0xf75a41aa,0x01eca0d5,0x0616906a,0xc57b6835,0x633dd41a,0xb1befa0d,0x58ed7d06,0xac8ebf7c,0x56575ebe,0x2b342edf,0x159d976f,0x8acf8bb7,0xc5674ddb,0xe2b34eed,0xf1599576,0xf8acc4bb,0x7c565cdd,0xbe2b286e,0xdf159117,0x6f8ac76b,0xb7c56365,0xdbe2b19a,0xedf158c7,0x76f8ac61,0xbb7c562f,0xddbe2b17,0xaedf158b,0xf76f8ac6,0x0bb7c563,0x0ddbe2b1,0x86edf158,0xc576f8ac,0x62bb7c56,0x315dbe2b,0x18aedf15,0x8c376f8a,0xc60bb7c5,0x62fddbe2,0xb176edf1,0x58b576f8,0xac57bb7c,0x562a5dbe,0x2b152edf,0x158a776f,0x8ac52bb7,0xc5628ddb,0xe2b142ed,0xf1589d76,0xf8ac4dbb,0x7c5425dd,0xbe2e126f,0x5f160917,0x6f8a446b,0x97c4c225,0xabe2c10e,0xedf17085,0x7af8b441,0xb97c5420,0x5bbe2a0f,0xeedf0000 +}; + +u32 ANIM_DATA_fire_roll_right2[] = +{ + PTR_ANIM_ENTRY_fire_roll_right2,0x00720c00,0x00003db0,0x00210220,0x00003dc8,0x00000400,0x00030004,0x07000429,0x000b0500,0x00310010,0x00000000,0xf319d299,0xd1bbe0bd,0xdf7fbe00,0xbce3bc06,0xabc7bc25,0xbd01be1f,0xcf7ce0bb,0x01fa02fb,0x03baf440,0xe3fef35a,0x0299119a,0x003c1efd,0x2da03c84,0x4be83c28,0x3ca46ce1,0x5d9e1edc,0xf0380199,0x02b90358,0x03780000 +}; + +u32 ANIM_DATA_walking[] = +{ + PTR_ANIM_ENTRY_walking,0x00250c01,0x00003fb4,0x00100220,0x00003fcc,0x00000500,0x00040005,0x0700040a,0x000c0600,0x00af0012,0x00000000,0x2fbece8d,0x01b73fcd,0xc6d24070,0x179c6dc2,0xda6ebf3d,0xec146e1e,0x572c18db,0x05be68df,0x7310377c,0x24bb5326,0x74d1bc00 +}; + +u32 ANIM_DATA_sprinting[] = +{ + PTR_ANIM_ENTRY_sprinting,0x00130c01,0x0000402c,0x00120220,0x00004044,0x00000400,0x00010004,0x0800041c,0x000c0600,0x00730012,0x00000000,0x20b248b8,0xe3442451,0xc4e350b0,0x5c0af1ea,0xb3f4abcc,0xf2e383ca,0x15394c50,0x53c8790b,0x2a3a890c,0xf2228868,0x5305f4fd,0x760d6157,0x3305e0dc,0x80400000 +}; + +u32 ANIM_DATA_running[] = +{ + PTR_ANIM_ENTRY_running,0x00180c01,0x00004084,0x00120220,0x0000409c,0x00000400,0x00010004,0x0600041f,0x000a0500,0x0036000f,0x00000000,0xf7ec2de7,0xd5a69b5c,0x0f57d7ab,0x205d84ba,0x4f95176e,0x0eebfcfb,0xba46bd1c,0x03390730,0x2e7059c0,0x29923324,0x16876e0d,0x7e390670,0x24e0594c,0x61b0278f,0x9b8e0838,0xe32e0a5f,0x9bb00000 +}; + +u32 ANIM_DATA_bond_eye_walk[] = +{ + PTR_ANIM_ENTRY_bond_eye_walk,0x00230c01,0x000040e8,0x000f0220,0x00004100,0x00000500,0x00090005,0x07000415,0x000c0700,0x001f0013,0x00000000,0x11128032,0x43e846f9,0x30df291b,0xe5237c98,0x77508ee1,0x921d1e4b,0xc0cafbb9,0x9f6e3dec,0xe83d9107,0xf31dfea3,0x3de057be,0x497c2100,0x0e1e0323,0x82806852,0x8c0a6162,0x482c6787,0x10b1020a,0x203fa409,0xbc917115,0x3d9308ac,0x69360c9e,0xe1625f22,0x1c43ff9c,0x77b60df7,0x217df027,0x9f44e808,0xbc841f70,0xa4ec1095,0x820cc080,0x9a1df765,0x7c6cdf4d,0x9ee1b3fb,0x767f56d0,0x68da2cda,0x478f2931,0x611e1c22,0xc374586c,0x8b0d9161,0xba1c3843,0x8b087161,0x162ca2c5,0x8478b097,0x1612e1c2,0x6c384d87,0x09b0e136,0x1ba5c384,0xb870970e,0x12e2c25c,0x58498709,0x30e1261c,0x24c38498,0x708f0dd1,0xe1c23c38,0x4586e8b0,0xdd160ba2,0xc1845830,0x8b061160,0xba2c1745,0x86e8b0dd,0x0e1ba1c3,0x74386c87,0x0dd0e1ba,0x1c374386,0xe870dd0e,0x1ba1c374,0x386e870e,0x10e1ba1c,0x37438708,0x70e10e1c,0x20c37418,0x6e830e10,0x61b9fc37,0x3f86e7f0,0xdcfe0000 +}; + +u32 ANIM_DATA_bond_eye_fire[] = +{ + PTR_ANIM_ENTRY_bond_eye_fire,0x007c0c00,0x00004158,0x00130220,0x00004170,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 ANIM_DATA_bond_watch[] = +{ + PTR_ANIM_ENTRY_bond_watch,0x003c0c00,0x000042ac,0x00000220,0x000042c4,0x00000200,0x00000002,0x080003da,0x000a0400,0x0002000e,0x00000000,0x163f57ed,0x5b754c94,0x3649fd00,0x7353c9cc,0x17240c9f,0x02388cd7,0x433ccc92,0x3107c00e,0xf82bb02e,0xb8b9e2e7,0x8b9e2eb8,0xbbe2f38b,0xce2f38bb,0xe2ef8bae,0x2eb8b9e2,0xe38b7e2d,0xb8b4e2cb,0x8b1e2c38,0xaee2b78a,0xde2b38ac,0xe2b38ace,0x2b38ace2,0xb38ade2b,0x78aee2bb,0x8ade2b38,0xabe2af8a,0xae2a78aa,0xe2af8aae,0x2ab8aae2,0xab8a9e2a,0x78a9e2ab,0x8aae2af8,0xaae2a38a,0x8e2a78a9,0xe2a78aae,0x2af8abe0 +}; + +u32 ANIM_DATA_surrendering_armed[] = +{ + PTR_ANIM_ENTRY_surrendering_armed,0x00520c00,0x000042dc,0x000e0220,0x000042f4,0x00000500,0xfffd0005,0x080003d4,0x000d0500,0xfff90012,0x00000000,0x0b8042df,0xe136784c,0xfe1b1e46,0xbd91addc,0x0b1b0ab0,0x8ca874ab,0x356b6f63,0x1394d4a4,0xb8212e46,0x4b70d2c8,0x142afcc8,0xff21e004,0x6bff997b,0x863bd18d,0xf2635c98,0xdb45dae9,0x4f0249c2,0x1168c479,0x4115d43b,0x350c4102,0xb140ad4c,0x2fa10cf4,0x03bff120,0x3c580e98,0xff465db9,0x7eac517c,0x10d743d6,0xc9067247,0xdd92fba4,0xfdf1477a,0x4fee9377,0xc49ef908,0x023e118d,0x8ca2a438,0x79100e54,0xfe957e41,0x6f27d9ae,0x05e58538,0x434dd153,0x6c63da94,0xd6a435a9,0x0d6a52da,0x14b64335,0x890d6052,0xd794b5c5,0x35714d5e,0x335788d5,0xe22568c3,0x525f519b,0x73a7ccb9,0xaf244bc7,0x0ef1c29c,0x9925347a,0x519ed583,0xc5a0b578,0x2de10fd8,0xe2fe4901,0x9260629c,0x58261df1,0xc97872dd,0x2097272d,0xb98b6c52,0xdb10d6e4,0x25c0856e,0x205a87f6,0x82f5993d,0x685fda98,0x16a7fdb1,0xc16e6fdb,0x9c16c80d,0x9a036470,0xd89c5628,0x15820562,0x8159a456,0x89159a45,0x6a90db24,0x76a91d92,0x436490d9,0xa8762915,0x82036480,0xd9a05628,0x15824362,0xa1592876,0x08157203,0x5c800000 +}; + +u32 ANIM_DATA_surrendering_armed_drop_weapon[] = +{ + PTR_ANIM_ENTRY_surrendering_armed_drop_weapon,0x00960c00,0x00004398,0x00120220,0x000043b0,0x00000500,0x00060005,0x06000419,0x000b0500,0x002f0010,0x00000000,0xdbbbe35c,0xea7df17f,0xf8620743,0x26463da9,0x45a945e6,0x46412efd,0x179a003a,0xf119e9d9,0xea18e235,0xc9fcc95e,0xc87ec77f,0xc622c546,0xc48acc6b,0xc4eabda7,0xce83d7a0,0xd0ffd23e,0xdb1ddb9c +}; + +u32 ANIM_DATA_fire_walking[] = +{ + PTR_ANIM_ENTRY_fire_walking,0x00220c01,0x00004518,0x00100220,0x00004530,0x00000400,0x00070004,0x070003f8,0x000b0500,0x00640010,0x00000000,0x2ec932ed,0x362727fe,0xe684a24b,0xcd21d994,0xd81228b8,0x6b446da2,0x60c363aa,0x54e743a3,0x101dfb98,0x08d94899,0x59dd0000 +}; + +u32 ANIM_DATA_fire_running[] = +{ + PTR_ANIM_ENTRY_fire_running,0x00150c01,0x00004588,0x00100220,0x000045a0,0x00000800,0xfffa0008,0x0a000463,0x00120600,0x00040018,0x00000000,0x0ef7fd06,0xf73b06f6,0xba08f638,0x08f5b608,0xf4f408f4,0x3108f2af,0x08f0aa08,0xed2a08e7,0xac08e36c,0x09dcee0c,0xd53110cd,0x7413c678,0x13c0bb16,0xbafc19b5,0x7e1ab201,0x1eb18422,0xb40727ba,0x0a2ec3cd,0x39d1d244,0xe45a4ef9,0x9f550e5b,0x5520d14d,0x30053f3b,0xb8384372,0x3948343a,0x4ab63b4b,0x313d48f0,0x3f437543,0x39f8462c,0x394919fb,0x4d043b51,0xecb44ed8,0x6f43cbee,0x32c3ac2b,0xbe6d2cbd,0x7129bf37,0x26c0bb24,0xc14121c2,0xc71dc44d,0x19c75014,0xcad011cf,0x4f0ed34f,0x0ad6ce09,0xd9cc09dc,0x8b08de89,0x06df8606,0xdf8206e0,0x0006e080,0x06e14007,0xe18007e1,0xc006e27f,0x05e3bf03,0xe57f03e7,0x3f07e83e,0x09e7be09,0xe67d0ae5,0x7a09e53a,0x09e57908,0xe5b909e6,0x760be6b4,0x09e6b509,0xe6b308e6,0x6f07e62e,0x07e5eb05,0xe52902e3,0x6701e0e9,0x00ddedfe,0xda6dfbd6,0x6efbd26f,0xfccd70fa,0xc833f7c4,0x36f4c078,0xf4bcbbf2,0xb93deeb6,0xfeeab4bf,0xe4b4c1df,0xb704dbbb,0x86d4c309,0xcece4cc5,0xde0cbbf0,0x4ab00308,0xa914c3ab,0x267eb736,0x35c44230,0xcb4a2fce,0x4e70d24e,0xb3d44bf3,0xd34675d1,0x3f79d035,0xf9ce28b7,0xc61776be,0x01f3bde8,0x6cc5d1a2,0xd6c4e1e4,0xbee9eabc,0x2ceebbac,0xf1bcf1f2,0xbe37f4bf,0x79f7c27c,0xf9c63ffb,0xca03fdce,0xc5fed306,0x00d70701,0xdb8901e0,0x0900e548,0x00ea8900,0xef4700f2,0xc3fef5c4,0x00f84403,0xf90002f9,0x7e02f83d,0x02f7bc03,0xf7bc0000 +}; + +u32 ANIM_DATA_fire_jump_to_side_left[] = +{ + PTR_ANIM_ENTRY_fire_jump_to_side_left,0x00960c00,0x000045e0,0x00180220,0x000045f8,0x00000800,0xfffd0008,0x0a00046c,0x00120600,0x00050018,0x00000000,0x04f33a04,0xf33a04f3,0x7b04f37b,0x04f3bb03,0xf3bb03f3,0xbb03f3fb,0x03f43b03,0xf43b03f4,0x3b03f3fb,0x03f3bb03,0xf37a04f2,0xf905f276,0x06f1b208,0xf0730bee,0xf40cecb3,0x0bea300a,0xe6ad08e1,0xec06dd2d,0x05d8ae02,0xd3b002ce,0x76ffc8b9,0xfac33af5,0xbd7cf0b8,0x7fecb501,0xe8b304e3,0xb287deb5,0x4ad8bbcc,0xcfc58ec5,0xd310bae5,0x51aff912,0xa80c4ba9,0x1f41b530,0x3ac53d37,0xcf45f9d0,0x4b37cc4d,0x72cb4db1,0xcc4af2cd,0x4531cd3c,0x32ca3034,0xc72137c2,0x0ebbbef8,0x38bee0eb,0xc4d126d4,0xc86cddc2,0x31e4c034,0xeac178ef,0xc43df3c7,0xc2f5cc06,0xf5d18af5,0xd789f4dd,0x8bf5e2cc,0xf6e78af6,0xeac8f7ed,0x46f9eec5,0xfaef84fa,0xf042fbf0,0x82fdf081,0xfff07fff,0xf03efeef,0xfefeefbe,0xffefbdff,0xef7dffef,0x3dffef3c,0x00ef7c00,0xef7c01ef,0x7c02ef7b,0x02ef7b01,0xef7b02ef,0xbb03efbb,0x02efbb02,0xef7a02ef,0x3a02eef9,0x03eeb904,0xeeba04ee,0xba05eeba,0x04eefa04,0xef3905ef,0x7906ef79,0x05ef7a05,0xef3a04ef,0x3a04ef3a,0x04ef3a05,0xeefa05ee,0xfa06ee7a,0x07ee3907,0xedf907ed,0xb807ed75,0x07ed7407,0xedb207ed,0xf305edb2,0x05edaf04,0xeded02ed,0xee03ee2b,0x04ee2a06,0xee2807ed,0x6606eba5,0x06e96607,0xe6aa08e2,0xae08ddb2,0x09d7f60a,0xd17b0ccb,0x4113c4c5,0x14be8817,0xbacb1fbb,0x0f25bfd3,0x2dc91637,0xd6da40e8,0xdb4bfd1a,0x56111954,0x240f4634,0x01383f79,0x3245bb32,0x483c3649,0x393b4876,0x3e457840,0x3f7a4436,0x3c482980,0x48190447,0x040148ec,0x7946d8f2,0x34cdb129,0xc5f626c0,0xfa1ec03c,0x19c1c018,0xc50318c8,0xc519cd46,0x15d24713,0xd74810dc,0x0b0de0ca,0x0ce4860a,0xe78408e9,0xc507eb86,0x06ec8805,0xee0405ef,0x0104efc1,0x04f00005,0xf08004f0,0xbf03f0bf,0x03f07f02,0xf07f02f0,0x7e02f0bf,0x01f0fe01,0xf0fe01f1,0x3d02f17d,0x02f17d01,0xf1bc01f1,0xfc02f1fd,0x02f23c02,0xf23c02f2,0x3c000000 +}; + +u32 ANIM_DATA_fire_jump_to_side_right[] = +{ + PTR_ANIM_ENTRY_fire_jump_to_side_right,0x00c70c00,0x000047d0,0x00180220,0x000047e8,0x00000600,0xfffa0006,0x09000434,0x000f0700,0x000b0016,0x00000000,0x1805d460,0x3f41817c,0xc607711c,0x25bc609e,0xf143fc84,0x11770c39,0xf0309810,0x8080c200,0x05fc1a2f,0xe189af8c,0xe8c1509f,0x099e6027,0x2980dcc6,0xc1711b05,0xb04035d0,0xb090e1bf,0x237efc01,0xf41e1840,0xf402c3c8,0x8af31a2f,0xac583ff1,0x7e04c47b,0x0efa042b,0x70d0aa00,0x4aa07722,0x3dfc58ff,0xf2280003,0xa8fff2c0,0x37fb60ef,0xeee4bcb7,0x98e2c667,0x7ac93e2a,0x84bfaa14,0x12a0540a,0x59312905,0x0da39622,0x8c3c99f8,0x42e6608b,0xa27f229d,0xe08ab770,0xeb9cfeaa,0xeff68dab,0xc9e67e26,0x19f49269,0xfe37c019,0x06f0e49b,0xc7986f42,0x61d4e96f,0x52e55b89,0x946c2a53,0xbcd97f03,0x66dc4ea0,0x733281c8,0xca171367,0xbc529f73,0x3e83d089,0xff02a8db,0xcca9f126,0xbfc86b4f,0x11edbcc7,0xb5731ac9,0xc4caef63,0x69fd4ca0,0x72366dd0,0xe96f5364,0x9dcb8dfa,0x3a33ed38,0xe7a4a49f,0x50967f42,0x6bf8fa27,0xe2eaa008,0xb2810ee8,0x082c1000,0xb21f82cc,0xff033dfb,0xfd07df74,0xbf7dd37b,0x034bd41d,0x0f0fb35b,0x7ec86b07,0x0bb84bd6,0xf12e3c42,0xb4f3fac9,0xcfab5f0c,0xeffb2ad2,0x6c9fa9a6,0x801e3a03,0xd8ed1063,0xf43da7b0,0xb73c7fdd,0x71e86ebf,0x378acb5d,0xcc68b774,0x95e2ea49,0xbbc9375f,0x661e7ea4,0x7dfab5fb,0xfb7fa070,0x3e40c6f5,0x0725c84c,0x66f1723c,0x06c96e1f,0x1db02c4e,0xdff09a40,0xbf6826f3,0xb17bfee3,0xaf9989bb,0xe82aeba4,0x2b8e8fee,0x19c4be6e,0x22fbd0cc,0x0f82f0bd,0xc6c2f42b,0x17bcec86,0x7372f94b,0xd1e62353,0x98ad6ea3,0x365b4bdb,0x68137594,0x3df6b138,0x7b06e36c,0x1f93c47e,0x5731f97c,0x46e4701b,0x8dc86e3f,0x21791c85,0xe2f31b85,0xd09e1731,0xf89d04e2,0x741387d0,0x4e0f5178,0x1d42def5,0x0f75dc6d,0xcf91b6de,0x87d9fb2b,0x61ecbd7f,0xc1f55f0a,0xd07b4731,0xf0dc9ff2,0xb200cac8,0x051f2424,0x3c70c131,0x6346c50b,0x1706203c,0x28607160,0xc2c7ff0b,0x23f04c9f,0xc1737f04,0xd07d1347,0xf83d07f0,0xf36003cb,0x000f23f8,0x3c6fb131,0x3d86c3f4,0x2305d08b,0xf7322f5c,0x40000000 +}; + +u32 ANIM_DATA_hit_butt_long[] = +{ + PTR_ANIM_ENTRY_hit_butt_long,0x00e30c00,0x00004a54,0x00160220,0x00004a6c,0x00000600,0xfffe0006,0x0a000428,0x00100700,0x000e0017,0x00000000,0x0822e610,0x43cc2083,0x9840ff30,0x81ee7f06,0x493e10d2,0x023b9d10,0xcd261228,0x30150c48,0x0af07056,0xf0c1aea1,0xc45b4284,0xac820938,0x00120ff8,0x232bd843,0xf76fc25e,0x7f7abec1,0xe90307c6,0x8c138414,0x46f61cbd,0xc828fb2f,0xd0f60f21,0x6cfe81db,0xbe7dc0fb,0xf383efde,0xf9d77deb,0xaf1bdf4e,0xb7ce9def,0xfcfde079,0x7dbff303,0x7be60ee9,0xc42d9f88,0x5ad73074,0xbee0e7be,0xc2ccbe09,0x93fc171e,0xf8363208,0x8c6020d8,0xb8617160,0xe3e36143,0xc702058c,0x850f180a,0x1e2e1c5c,0x6450d8b8,0xe1b18220,0xe325c3c5,0xcb918c97,0x1b252c1e,0x664cbce8,0x81d9c043,0x32ff62e5,0x3e80cb40,0xfd9c851f,0x3e047e65,0xf02c7fef,0xf867b16f,0xfea4debc,0x88bb7a0b,0x73f40ee2,0xe60dbfcb,0xfb778fd6,0xd70f2d5d,0xde5a9b3b,0xb534f76a,0x68eed4d1,0xf5a5a01b,0x3f50963e,0xf22b9e64,0xd53cc9a7,0xf9954af2,0x1e8de02d,0x17b85a3f,0x60b4d6b1,0x6a8d6257,0x5ac4b474,0x857568ff,0x06d1fe3f,0x9beceb17,0xdaaddf76,0xdb81f078,0x4ce63421,0xd0ed3fa8,0xde5f57c8,0x9eab7a1d,0x564279dc,0xc1f237c0,0xe2ee87c7,0xea1391d9,0xdf23bb9e,0x5f8e9cff,0x8bbadff9,0xf91ff0f9,0x80d80185,0xbc260d70,0xa21f01e4,0x3e64883c,0x09a09b13,0x1f7a237d,0x70427df0,0x7af5f0e1,0xefd18fd0,0x0226dfc2,0x5d7d02dc,0x3804b96e,0x0574dbfa,0xf1b7c9ec,0x0f1be0bd,0x877d797f,0x9b70dff9,0xdbc0efae,0x02d36a03,0xaf0017be,0x5c207cc0,0x2239a044,0xf3c18be6,0x0223c87c,0x4b88fa77,0x1414ee20,0x321ce054,0xbb40c978,0x6291f387,0x25e99147,0xd1226f90,0x2ccf0859,0x3e30e13d,0x22417bc3,0xc0f9c4fd,0xf685f7f1,0x03dfe007,0xbfe437c0,0x38200000 +}; + +u32 ANIM_DATA_hit_butt_short[] = +{ + PTR_ANIM_ENTRY_hit_butt_short,0x00b40c00,0x00004cf4,0x00170220,0x00004d0c,0x00000500,0x00030005,0x0a00024d,0x000f0600,0x00050015,0x00000000,0xc39c06dc,0x5330df29,0x76dd1db5,0xe5f9a823,0xcd191e67,0x06032620,0x98904cbf,0x0095b805,0x2bbfa54f,0x00ea3fe5,0x503e2a75,0xf9535fc6,0x98fc14bb,0xe0a59e81,0x2bf40967,0xbf4b3cfa,0x5de012de,0x8295f224,0xb371a5fa,0x0d2fc8c9,0x8e484bb1,0x4a558a52,0x7c8e92ea,0x74778322,0xbd090df0,0x083fbe40,0xbde1f9ee,0xcf7fb479,0xfd93bffc,0x9d7fe0e8,0x03072018,0x3800c1b8,0x060d702e,0x69ff7343,0xeb999fe0,0xc702e620,0x393041d1,0x7e060bdf,0xf05d7e03,0x00241882,0x78bcfb85,0xb7602e7a,0xf16dcfcb,0x1e4057f1,0xe2ab8015,0x1d04a9ef,0xc50f9f26,0xfb093bdf,0x89cefc4d,0x77d25fbe,0x923df488,0xf3242f99,0x203dd8fa,0x06c7d0b6,0x3c0991c8,0x5a8cc3d0,0x58226228,0xb40bc6a8,0x342d8060,0x71fd7d8f,0xb7dbfbbe,0x5fcfdf1e,0x5e76f3f2,0xa7ad8d7e,0x0cabf567,0x3fc35a7d,0xdbdbecdb,0x3f56dcfa,0x78f7d5c8,0x3ebf03f6,0xfc2fb801,0x7dc08bef,0x047f7843,0xfb8227da,0x117ee0c9,0xf7842fc4,0x10fe6087,0xf5001fa8,0x1efdbff7,0xedffbf6f,0xbdfb7dff,0xdfeffeff,0x7bf8f7df,0xc79ffdfc,0xffefe7ff,0x6ebffa73,0xffcb8ffd,0xfb83ecd4,0x1f4680f8,0xf307bd90,0x3d9c01ea,0x600f4700,0x7997ffc8,0xb83e05e1,0xeeae0767,0x70ba8bc5,0xcedc2e56,0xd1f1d68f,0x84b47bdd,0xc2dcb01e,0xd170f57a,0xc9a65e5d,0x42f3ea36,0x2745ad59,0x6d6cc5ab,0x6df75b2d,0xbb176058,0xcaeae6d8,0x5836cab9,0x765dc9b1,0xf0358b90,0x6c7d0166,0xea2b5351,0xdb9a9ae3,0xd117066a,0xb3f2557f,0x8aab2b93,0x535a8a6e,0xb1d255fa,0x8abb741e,0x789f33bc,0xed8de71c,0x7335e9b9,0x978e4c3d,0xf25ff392,0xe79b967c,0xdcb1dee5,0x6f792b7b,0xd95fdecb,0x3e765af3,0xb2dfbc97,0x3ce4bde7,0x660f3930,0xf7c98bbe,0x4c7df265,0xef933f5c,0x9a7ae4d5,0xd726beb7,0x35f5b9af,0xadcd7cea,0x6ae77347,0x5a99b9dc,0xcbd6e64e,0xb93175c9,0x83ad4b9d,0x6657eb72,0xa77b94bb,0xdca1df64,0xeefb2679,0xe92bcf48,0xfe7a45f3,0xd2179e90,0x3bec7bdf,0x63befb1c,0xf7d8e3be,0xc6fdf636,0xefb1af7d,0x8d3bec69,0xdf633efb,0x1977d8c7,0xbec63d80 +}; + +u32 ANIM_DATA_death_head[] = +{ + PTR_ANIM_ENTRY_death_head,0x00f50c00,0x00004f28,0x00150220,0x00004f40,0x00000700,0x00050007,0x0a00026a,0x00110600,0xfff40017,0x00000000,0xf2e025e9,0xbb4ffb68,0x9896bcf2,0x6d48885a,0x601434c2,0x24694a38,0xd31c55a5,0x3c932079,0x15e541eb,0x2a839543,0x44284582,0x4d89fc94,0x0fe91313,0xb9fc1f53,0xbc2e4738,0x1c8e1f39,0x1b5c6f34,0xfadc65f7,0xb4c1e761,0x6fc6f2b3,0x7e650ebc,0xc98cba11,0x39761df5,0xf233f1e4,0x57ebc089,0xe740c7dd,0xe0e79940,0x5e6c7d7a,0xdcf1f8b9,0xd5f56797,0xef0711f6,0x5e079cbc,0x0e79786b,0xb27214ee,0xe62af1cc,0x5fdf91b3,0x9f11575d,0xe6bf1b15,0x9f341b80,0x62d783b8,0x7009506c,0x2a71dc7c,0xd79089de,0xc053ce1f,0x671efecc,0xc0fc95c1,0xef2509d2,0x4213bc7e,0x3799008f,0x52191f24,0x213cc822,0x749105ef,0x230bea48,0x17d49448,0x0930c012,0x719da513,0x41ca860b,0x93c81123,0x0c16411c,0x147e47e9,0x009fb229,0x5f64233d,0xc8477990,0x8fef21a3,0xd6434fac,0x92a75925,0x2e725a9c,0xa4e57a4a,0x4af69594,0xef2e25de,0x6247c4ce,0x7f99ad0f,0x73723ee7,0x143d4e67,0xfc9d0ff9,0x3999f673,0x2fece857,0xb9d0bf73,0xa99f2792,0xbd4f8679,0x9f0ff73e,0x9fea8043,0xc50a9f7a,0x313ed49a,0x7d6974fa,0x534a73a7,0x92e55023,0xcea23fa5,0x48776a9c,0xcf15417e,0x6a72fdd4,0x85fba88b,0xf75097ee,0xa02fe540,0x5fba80bf,0x75097f2a,0x12fdd406,0x7ba7ccf9,0x4f99f29d,0x37e53a67,0xca6ccfb4,0xc97f6972,0xbf526480,0xa3c80146,0x0e028b20,0x050e400a,0x087033f8,0xe027c1ff,0x4f647e9e,0x49fb3b15,0xf2742fe4,0xe467c9c4,0xcf93819f,0x26f33dcd,0xe67c9b8b,0xf93697ee,0x6c2fd4d6,0x5fa9acbf,0x53617ea6,0xd2fccda6,0x799b8df3,0x379be670,0x37cce077,0x99c8ff53,0xa1fea753,0xbd4ec779,0x9e0ef33c,0x1dea7937,0xd4f267a9,0xe8cf53d1,0x9ea7a37d,0x4f467b9e,0x4cf73c99,0xf27833dc,0xf0580000 +}; + +u32 ANIM_DATA_death_left_leg[] = +{ + PTR_ANIM_ENTRY_death_left_leg,0x00bb0c00,0x000051d8,0x00170220,0x000051f0,0x00000600,0xffeb0006,0x080003de,0x000e0400,0x00000012,0x00000000,0x5974155a,0xf4963115,0x69494211,0x46834f68,0xa34c24a7,0x081bd142,0xb41f8cf3,0xb6f8e1ad,0x352afc8a,0xaeee69af,0x8a69e2a9,0xc99e5f26,0x9ccaa9aa,0xbb2ab306,0xefd29cf8,0xb37f30ec,0x13be1300,0x481822e6,0x08f54448,0x51d49085,0xc4298ccd,0x67441a11,0x1684499d,0x14673599,0x8d86435d,0x91000000 +}; + +u32 ANIM_DATA_slide_right[] = +{ + PTR_ANIM_ENTRY_slide_right,0x002d0c00,0x00005420,0x00120220,0x00005438,0x00000600,0x00180006,0x080003f4,0x000e0500,0x00010013,0x00000000,0xa53bf4a7,0x7ea4eed6,0x9dcb1373,0x725ded47,0xad8875b8,0xeeb8975f,0x321cea27,0xbdc179d7,0xc77dedf0,0x3c411358,0x246588db,0xf1256625,0xaac6c551,0x1baf3b96,0xc96ae52b,0xdfa93c74,0x17a281f6,0x90371a05,0xec405e88,0xfc04de89,0x9b9233ea,0x5c4c8dc7,0xa2013247,0x1de982b9,0x3c56288a,0xb51054a6,0x2ad5493a,0xa0a450fc,0x89c19938,0x72a68a44,0xc0c89819,0x53012a68,0x654d0ca9,0xc0913400 +}; + +u32 ANIM_DATA_slide_left[] = +{ + PTR_ANIM_ENTRY_slide_left,0x00390c00,0x000054b4,0x00130220,0x000054cc,0x00000500,0x00050005,0x0a000266,0x000f0700,0xffdd0016,0x00000000,0xdb988f6e,0x6a3db9a8,0xf6e622db,0x988f4e5a,0x1db96878,0xe623e39a,0x8b6e6a2e,0x39c7f8e8,0x19e3ae0f,0x6ee8fcbb,0x60b2ea8d,0xf380402d,0x38f03264,0xb8c71fd3,0x0c7eead0,0xee29c73c,0x980fea18,0x276778de,0x9c45806b,0x890191ef,0xc638d119,0x608a6cea,0xf9cc0007,0x97c49f95,0x467d7019,0xdda3a749,0x3e1ce7c6,0x6879f188,0x3c2495de,0x8bb93e10,0x7207a9bf,0xfc9040e8,0x617f681c,0xfca68752,0xaa4bcba8,0xf5331fdc,0xd453b359,0x2f4d85bd,0x3693e4d0,0x77b3199e,0xcb483b24,0x20ec8287,0x71e23d46,0x89771824,0xcc5ea331,0x92ae46e9,0x751f24d4,0x868fd21a,0x1e47a8b3,0x1a23d462,0x8f718a3e,0x4628b918,0xa2dc6293,0x71924dc6,0x69371a23,0xd4688b71,0xa23dc668,0xf718a3d4,0x608f7182,0x3dc608f7,0x1823dc60,0x8f71823d,0xc608f718,0x23dc608f,0x71123000 +}; + +u32 ANIM_DATA_jump_backwards[] = +{ + PTR_ANIM_ENTRY_jump_backwards,0x005e0c00,0x00005568,0x00160220,0x00005580,0x00000400,0x00000004,0x0400043f,0x00080400,0x0000000c,0x00000000,0x0af1ae0a,0xf1a01bf0,0xb00b01b0,0x1b00c00c,0x11b00bf0,0xb01b00c0,0x0c00c00c,0x00c00c00,0xcf0c00c0,0x0c00c01c,0x23d32d10,0xe0fd10d1,0x1e11e10e,0x10e11e13,0xf11f13d5,0x50222f02,0x02222220,0x31f33231,0x14f04014,0x01400400,0x50050051,0x15116006,0x00510600,0x6f060050,0x15005004,0x004005ff,0x5ff40040,0x04ff4fd3,0x0d11e1f9,0x2bd2fef3,0xff0dfcbd,0xf0b11cf0,0xdffdf0e0,0x0ef0e00e,0x00e00f10,0xf10f0fe0,0x0e10e000 +}; + +u32 ANIM_DATA_extending_left_hand[] = +{ + PTR_ANIM_ENTRY_extending_left_hand,0x00620c00,0x00005698,0x000c0220,0x000056b0,0x00000600,0xfff90006,0x07000428,0x000d0600,0x00060013,0x00000000,0x1c77438e,0xe871dd0e,0x3ba1c774,0x38ee871d,0xd0e3ba1c,0x77440ee8,0x81dd103b,0xa1c77438,0xee881de0,0xe3ba1c77,0x440ee881,0xdc8e3ba1,0xc77430fe,0xc51fe0c4,0x391c8f03,0x12e4725d,0x0e4ba1c9,0x74391e87,0x23d0e47a,0x1c8f2390,0xe871fd92,0x3fb247f2,0x38fe871d,0xd903bb20,0x77238ee4,0x71dd0e37,0x91c6f238,0xde871bd0,0xe3b91c77,0x438ee861,0xdd0e3ba1,0xc77238ee,0x461dc8c3,0xb81c7f03,0x10e0523c,0x8a4b910a,0x70194e44,0x29d065f9,0x14c72217,0xec52fd8e,0x5fa18bf6,0x397e862f,0xd0863b14,0xc7a31af8,0x635e886b,0xe18d7a29,0xaf4431e8,0xc5fc1cbf,0x8315e862,0x5e1453f2,0x8af8414e,0x891bf921,0xff283f66,0x88f4b0c0,0xa208e441,0x8860318c,0x0479a0c8,0x40494508,0x34f0c9a4,0x29014598,0x28931008,0xb9c08f47,0xe28b7279,0x1e2595c4,0x81f8fe3f,0x1e8cceb1,0x59fc3f37,0xc7e4f85b,0x9f0153df,0x6adf7da8,0xb3bd56db,0x65a42cb7,0x91cb733b,0xf28b8dd4,0x7952b27e,0x5430ca7c,0xcd408126,0xfbf46208,0x8461917d,0xe9fec339,0xe9264028,0xc78418e8,0xa31da05f,0x948ae851,0x0d121bb2,0x03b32076,0xe38ee8e0,0xdd0e1ba2,0x02f2681c,0x8efd719e,0xb543ce45,0xf8b08eb9,0x1dd702b9,0x5c3e8e4c,0xc789b8ac,0x0b0cc1e0,0xac6bfc0f,0x7fa32fda,0x460e08c7,0x789ae30f,0x8d63f3cc,0x8f368df6,0xe0415410,0x9ac21958,0x42f2186e,0x4391b062,0x39164f43,0xcd6451cd,0x8b379986,0xb334dec7,0x1ec0c3d8,0x9e77334e,0xea71ec89,0x3b914674,0x2cc6a518,0xdc833c92,0x6382cc6c,0x518d472f,0xc0e5b920,0xb6e395dc,0x729d1057,0x918b7039,0x6e842bd8,0xc53a1ca7,0x4314e800 +}; + +u32 ANIM_DATA_fire_throw_grenade[] = +{ + PTR_ANIM_ENTRY_fire_throw_grenade,0x00d20c00,0x00005758,0x00130220,0x00005770,0x00000500,0x00000005,0x0600043b,0x000b0500,0x00020010,0x00000000,0x013e015e,0x015e017e,0x017e017e,0x017e017e,0xf97ef97e,0xf97ef97e,0xf97e017d,0xf95ef95e,0xf95ef95e,0xf93ff93e,0xf91ef91e,0xf91ff900,0xf90000ff,0x00fff8e0,0xf8e0f0e1,0xf0c2f0a2,0xf0a1f0c0,0xf0c0f8c0,0x00bff89f,0xf09ff89f,0x007e007e,0x005e005f,0x085f085f,0x083f003f,0x001e07fe,0x07fe07de,0x07beffbf,0xffbfefbe,0xe7bee7be,0xdf9ddf9d,0xdf9edf7e,0xdf7edf7d,0xd77dd77e,0xd77ed77d,0xcf7cd79d,0xdf9fe780,0xe760e75f,0xe73fe71f,0xef1ff71f,0xff1fff1f,0xff3f075f,0x075f0f7f,0x0f9f17be,0x17de101f,0x10201841,0x18412041,0x20432045,0x20252826,0x30463866,0x38a638c6,0x38c738a7,0x28862065,0x20652065,0x18652065,0x208518a4,0x08a2f881,0xf840f01f,0xe81fe01f,0xe7ffe7fd,0xe81be83b,0xe85ce87c,0xf07cf07d,0xf07df07d,0xf03df01d,0xf7fdffdd,0x07bc0f9b,0x17bc1ffc,0x101cf01d,0xe81ef01e,0xf03ef05f,0xe83ee01f,0xf000f822,0xf842f07f,0xf07ef07f,0xf040f05f,0xf03df83c,0xf81bfffa,0xffdaffba,0x07ba07ba,0x07d907fa,0x07fa07fa,0xf81bf03c,0xf05bf03b,0xfffb07bb,0x179a1f9a,0x27ba2ffa,0x30193ff9,0x3ff83019,0x38394038,0x48384039,0x383a383a,0x303b309b,0x28bb285b,0x2ffb2fdb,0x283b289c,0x28dc291c,0x291c28fc,0x211d217e,0x19c01202,0x01c4f9a5,0xf185e986,0xe986e187,0xe167d929,0xd0c9d0a8,0xc907d147,0xd147d946,0xd925d8e4,0xe0a4e064,0xe044e043,0xe043e862,0xf041f820,0xf83ff81e,0xf81e001e,0x07fd0ffd,0x0ffd0ffd,0x0fdd0fdd,0x101d187e,0x10be08de,0x00fff8e1,0xf0e3f0e3,0x00a10060,0xf802ffa3,0xff62ff20,0x073f0f3f,0x175e175d,0x175b175b,0x1f7a1f9a,0x27b92fd7,0x37f62fb8,0x273a26db,0x1edb16fa,0x1f192758,0x2758273a,0x26fa26f8,0x1f361f16,0x26f82679,0x1e9a171b,0x1f5b273c,0x2f5c1f1d,0x165d15fd,0x1e7c1f3c,0x179e0f7f,0x0f2016c2,0x16641684,0x0f050f86,0x0768070a,0x06ca0e6a,0x062a0687,0xfee6ff07,0xf6c8f6a7,0xf6c7eee6,0xe706df05,0xdf04dea3,0xde42de5f,0xe6bde71b,0xe6faeeb9,0xee9aee5a,0xf65afe9a,0xfefa0718,0x0f160f17,0x0f380f59,0x0f7a07bb,0x07fb07fc,0xfffcf81c,0xf01cf03d,0xf03ef03e,0xe83ee83e,0xe83fe81f,0xefffffdf,0x07bf07bf,0x077f075f,0x075f0f5f,0x0f5f077e,0x077d0f7d,0x179c179c,0x1f7c1f7b,0x1f7b179b,0x17bb17db,0x17db17fb,0x17fb17fb,0x17dc17dc,0x17bc17bc,0x0fbb0fdb,0x0ffb081b,0x101a083b,0x005bf85b,0xf87b009b,0x009bf8bc,0xf8bcf8bd,0xf0bef8be,0xf8ddf8fc,0xf91cf93d,0x013d013d,0x093e093f,0x09401142,0x110510e7,0x18e82128,0x2149194a,0x194a194a,0x116a0989,0x0188f9c7,0xf9e6f206,0xf225f225,0xf225ea04,0xe1e3d9e3,0xd1c3d1c3,0xc9a2c181,0xb980b97e,0xb17db95d,0xb8fdb8dd,0xb8dcb8fc,0xc11cc8fb,0xd0dbd8bb,0xd8bbe0bb,0xe09ae89b,0xf89c009d,0x009d009d,0x009d009d,0x009d007d,0x005d003c,0x081c0ffc,0x0fdc0fbc,0x0fbd179d,0x179e0000 +}; + +u32 ANIM_DATA_spotting_bond[] = +{ + PTR_ANIM_ENTRY_spotting_bond,0x01bf0c00,0x00005978,0x00100220,0x00005990,0x00000500,0x00050005,0x0700042e,0x000c0500,0x00000011,0x00000000,0xd9b06cd8,0x366c1b36,0x0d9b06cd,0x8366c1b3,0x60d9a06c,0xd036681b,0x340d9a06,0xcd036681,0xb320d980,0x70b8385f,0xda31bd19,0xb6cc5384,0xf3b1dcc8,0xce5c6f30,0x3bd91bfc,0x0bf584f6,0x823740dc,0x905ec81f,0xec041705,0xeb01ee3f,0x733ef9be,0xfbe73cfb,0x8643b322,0xd39168c8,0xb4641a32,0x0d3a06ac,0x836641bf,0x42e1a270,0xe1377cfb,0x46ad4476,0x74372319,0x916dca86,0x655ab130,0xd7d22ba8,0xfdd3faf1,0x7778b9ba,0x5b5d25af,0x06d7fb6c,0x3bae4d63,0x4eb3b777,0xe1cb70d5,0x77ee9bbb,0x3dfe9710,0x57a7edd8,0x36f04af9,0x2d7c9afe,0x51af49e7,0xb577dafb,0xe97bf4ac,0x7c4dbfa2,0xc04f5045,0xa041d431,0x2e247818,0x1c0f0e08,0x8b248792,0x7fc93de4,0xa7b253f8,0x2bdb94e5,0xca76a53b,0x527db92e,0xd89f6657,0xd42dfa98,0xfd8cfec6,0xff83bfc9,0xe06cf0b8,0x7c5e402f,0x9f180e88,0x46c45340,0x299f94cf,0x8a67a633,0xd318e94b,0x74857622,0x9b093e00,0x8ffe401e,0x1c0e900e,0xc90b4545,0x82e2b961,0x58b86c64,0x36360b1b,0x058d82e6,0xc17380c1,0xd0e4f034,0x7bfb3ded,0x1efecf7f,0x67bdb3de,0xe1e06cf0,0x76805a42,0x2da31ed1,0x8f68c7b4,0x64da226d,0x0936809b,0x424d2126,0x9097484b,0xb424da01,0xecf8f47c,0x7b3c2d1e,0x0ecf0367,0x81b3c0d1,0xe06cf036,0x781b3c0d,0x9d06ce83,0x6741b3bf,0xd9dfece8,0x36741b3a,0x0d9d06ce,0x836741b3,0xa0d9d06c,0xe836741b,0x3a000000 +}; + +u32 ANIM_DATA_look_around[] = +{ + PTR_ANIM_ENTRY_look_around,0x00cc0c00,0x00005d24,0x00110220,0x00005d3c,0x00000600,0x00000006,0x0600043a,0x000c0700,0xfffe0013,0x00000000,0x14202104,0x00108182,0x08414208,0x30610110,0x10020227,0xc2017808,0x3f4109f0,0x10fe0617,0x8184ec50,0x5f0ff3f2,0x7dfa53af,0xc6f5e89e,0xb833ef27,0x34e8c5dc,0x1bf752a2,0xe657fd14,0xfb915fb0,0x33c6a57f,0xd8379b8c,0xef923d76,0x579f4b72,0x016e822b,0xd8847c14,0x67e286ec,0x41210810,0x11010020,0x2e840c00,0x61030040,0x9f0503e0,0x5f7c0fff,0x817e001f,0xc003f820,0x80041800,0x82fc105f,0x82040040,0xfe081fc1,0x04002081,0x04100082,0x00104002,0x04004100,0x08200204,0x00408004,0x100102fc,0x201f0404,0x10810408,0x200105f8,0x20800417,0xe081fc10,0x0083f800,0x807c1020,0x02040020,0xc0041800,0x82001040,0x02080041,0x00082001,0x03f84040,0x08102102,0xfc203f84,0x08008100,0x10200204,0x00408008,0x10010224,0x2f400408,0x107d8bf7,0x32fcf42f,0x9e7eef60,0xbdf133cd,0xc27bbc5d,0xb59d8ec1,0xf0d9ee75,0x4ccb6218,0x751f7c81,0x75dbcf72,0x8ff75382,0xe640dbca,0x1ba24479,0x148f5e0b,0x8820fe8e,0x3fafcae1,0xe11e3f1b,0xf04575e4,0xde1d13d0,0x41798227,0x4e02ddd0,0x7c7c337f,0x6875fd00,0x1d1befa2,0x7c80481f,0x89f5e13e,0x3c23dfc3,0x7efc6fdf,0x8dfff180,0x80280005,0xfc009f82,0x0c0063fc,0x00701f08,0x13f08180,0x10204408,0x0080800c,0x10208404,0x10600608,0x00c10220,0x20440200,0x80800c18,0x01820440,0x40080801,0x01802030,0x04040080,0x80101002,0x02004060 +}; + +u32 ANIM_DATA_fire_standing_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_fire_standing_one_handed_weapon,0x00b90c00,0x00005f04,0x00130220,0x00005f1c,0x00000600,0x00030006,0x06000432,0x000c0600,0x00000012,0x00000000,0xe93ff957,0xee16f775,0xbcd94f72,0x4bdc94ef,0x35b8d57e,0x765fbd95,0xfb5401c4,0x706ff02c,0xb20b9b45,0x06c1c0b0,0x0f6c0b9b,0x04e2b102,0xa80de917,0x2a0b0a71,0xca984225,0x10990742,0x31919083,0x242ca949,0x2251838c,0x6fe71c3b,0x850f723e,0xfcdec14f,0x5ed8c736,0x34b17e2a,0x4fbb0ff2,0xe3bcbcdf,0xaf33fc0a,0xff123fc8,0x50330c0d,0x03ff50bf,0xe01fba07,0xdec1f3c0,0xbcf01f3b,0x07cec0f3,0xa03ce81f,0x3a0bce81,0xf3903ce4,0x0f3803de,0x00f3803c,0xd80f3503,0xdd40f750,0x3dd41f75,0x07dd40f7,0x603dd81f,0x7707edc1,0xf7807de0,0x1f7803de,0x00f7703c,0xdc0f7703,0xddc0f770,0x3ddc0f37,0xffde00f7,0x803ce3ff,0x38ffce00,0xf3803ce0,0x0f3803ce,0x00f7803d,0xe00f7803,0xde00f780,0x3de00f78,0x03de00f7,0x803de00f,0x3703cdc1,0xf37ffddb,0xefb7f40e,0x3d079ec5,0xeb82bdc8,0xd0ab346a,0x0c22b248,0xb4726f10,0xcc0142e0,0x56b846b1,0x0dbcff73,0x4f9dcc07,0x75fdddfd,0x738f5ceb,0xb73be5ce,0x7677ad1c,0x032681c5,0x8ff15fdc,0x99fb36ff,0xcdbff570,0x0e1dffa7,0x40edc03b,0x6bf00000 +}; + +u32 ANIM_DATA_fire_standing_draw_one_handed_weapon_fast[] = +{ + PTR_ANIM_ENTRY_fire_standing_draw_one_handed_weapon_fast,0x00960c00,0x000060e8,0x00120220,0x00006100,0x00000500,0x00020005,0x05000440,0x000a0600,0x00030010,0x00000000,0xf7bdf7be,0xf7bef7fe,0xf7fee83d,0xf03ef7c1,0xf782ffbe,0xfffcf83b,0x08fa19bc,0x11fb11ba,0x28fe4780,0x26c2f6c3,0xe743ef82,0xef41dec2,0x15843cc3,0x2c032c83,0xed83d645,0xcf05d008,0xc84bb08c,0xa08e9891,0x8891888f,0x890d89cb,0x9ac9ab06,0xbb04cb04,0xd283e200,0xe9fef1bd,0xf97cf97b,0xf1bcf1bc,0xf9bcf1fc,0xf17df13d,0xf93df1bd,0xf1bce9bc,0xe93ce8fb,0xe8bbe8bb,0xf0bcf0bc,0xf0bcf0bc,0xe8bcf0bc,0xf0bcf0bd,0xf0bdf07d,0xf07df07d,0xf07df07d,0xf07cf07b,0xf8bbf8bb,0xf8bcf87c,0xf83b007a,0x10ba28ba,0x38b94877,0x57f56773,0x777177af,0x786f7970,0x69f24a74,0x32f52af6,0x23381338,0x0336fb78,0xf3f8e3f7,0xcbb7bb78,0xb2f9a2b9,0xa238a1f9,0xa23aaabb,0xb33abb3a,0xcafcd1fb,0xd97be13b,0xe939e9b8,0xe900e880,0xf07c0000 +}; + +u32 ANIM_DATA_fire_standing_draw_one_handed_weapon_slow[] = +{ + PTR_ANIM_ENTRY_fire_standing_draw_one_handed_weapon_slow,0x007d0c00,0x00006268,0x00100220,0x00006280,0x00000400,0x00000004,0x06000435,0x000a0400,0x0001000e,0x00000000,0x043c10f0,0x40010004,0x00100040,0x01000400,0x10004801,0x50058054,0xf14bc53f,0x15bfd5dd,0x4b399c16,0xb0d4cf3b,0x348bc0b6,0xfc2add2b,0x35ac1aee,0x50b446e0,0x0b87ed2f,0xb4bec2ea,0x8ba81e9c,0x7a6109c4,0x2910a842,0x910a4029,0x00abc2af,0x0afc2bf1,0xb3c6cf1b,0x3c6de0b7,0x82ee0bb8,0x2ee1bbc6,0xef1bb86e,0xe1bb86ee,0x0bb82ef0,0xbbc6ef1b,0x786de1b7,0xc6df1b7c,0x6d01b402,0xdf0bbc2e,0xf0bbc2ef,0x0bc02f00,0xc3c31f0c,0xbc32f0d3,0xc76f1e40,0xbc0307cc,0x6f32f90f,0xd44b513e,0x34f894d0,0x56c16b15,0xe858a05f,0x016d0578,0x14f053c1,0x3d04f013,0xc14f453e,0x14f813e0,0x4f812004,0x4411f047,0x412e04bc,0x11f047c1,0x1f047c00 +}; + +u32 ANIM_DATA_fire_hip_one_handed_weapon_fast[] = +{ + PTR_ANIM_ENTRY_fire_hip_one_handed_weapon_fast,0x007d0c00,0x00006390,0x000e0220,0x000063a8,0x00000400,0x00000004,0x07000421,0x000b0400,0x0001000f,0x00000000,0x04e009bf,0xd307a6ff,0x4dde9fbd,0x3ffa7ff4,0xfc09f813,0xefa7cf4f,0x809f7935,0x724be417,0x87330c05,0x951c223a,0x3cb468e8,0xb2112241,0x7c410000,0x30f665d8,0x8371f673,0xec25d708,0x2d005801,0xb1e56386,0xcf1dbe2b,0x7c5738ee,0xe95de2b9,0xa56f86ff,0x963f1cfe,0x7ac0b780,0x73e1edc7,0xef4c1e18,0xac521ea5,0x3ccc791b,0xe33ba483,0x890f1220,0x344848bc,0x91d125b1,0x48608d45,0x180a3014,0x60290412,0x00240048,0x20900120,0x02400480,0x09001200,0x25004be0,0x97c13000 +}; + +u32 ANIM_DATA_fire_hip_one_handed_weapon_slow[] = +{ + PTR_ANIM_ENTRY_fire_hip_one_handed_weapon_slow,0x00570c00,0x00006498,0x000f0220,0x000064b0,0x00000500,0x00000005,0x07000412,0x000c0600,0x00010012,0x00000000,0x0af002bb,0xf1adf88b,0x0032b0d0,0xa844aa09,0x8a40625f,0xd4744295,0x2003c9e0,0xc3b8313e,0x0e4fa453,0xd925723d,0x9a857a7c,0x9ead9731,0x257dc447,0x508edc33,0x3d18bf48,0x1bf2820c,0xd041441f,0xd307f500,0xfd5fff5b,0xf057fc16,0x7e05afc3,0x6be0daf8,0x16bf05af,0xc167f058,0xfc15ff05,0x7fc35ff0,0x58fc163e,0x0d9f0567,0xa1d8e4b6,0x37358d13,0x6735dbc1,0x77eb6679,0x55c235fa,0x89a12448,0xb9ca46a2,0x96a8a72d,0x11fbc28b,0x21a7d46b,0x3712fe00,0xc3ae31f7,0x6cfdd35f,0xaedffab7,0xfaae3db3,0x9f6eebec,0x3cf32f7b,0xc3cef2f3,0xbdbdef6f,0xbce3df7c,0xf7e03cf4 +}; + +u32 ANIM_DATA_fire_hip_forward_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_fire_hip_forward_one_handed_weapon,0x00570c00,0x00006568,0x00120220,0x00006580,0x00000300,0x00010003,0x0400043f,0x00070300,0x0001000a,0x00000000,0xfdff7fdf,0xf7fdff7f,0xfff7fdff,0xfffffffd,0xff7fc7f7,0xfdff7fdf,0xffffffff,0xffffffc0,0x745c1906,0xd262939e,0xe7f9fe7f,0x9fe7f9fe,0x7f9fa7e1,0x082a80a2,0x308c3f9f,0xe7f9fc63,0x9fe7f17c,0x2380e1f0,0x7e1f80e0,0x387e1f88,0xe3f8fe1c,0x07e1f87e,0x1f8fe3f8,0xfe1f87e1,0xf87e1b87,0xe1f8fe3f,0x8fe3f8fe,0x3f8fe3f8,0xfe3f8fe1,0xf87e3f8f,0xe3f8ee5b,0x8fe3f8fe,0x3f8fe3f9,0x7e5f97e5,0xf97e7f97,0xe5f97e5b,0x8fe3f8fe,0x3f8fe3f8,0xfe3f00c0,0x70ebfe62,0xfa386e1b,0x07e1f87e,0x3f8fe3f8,0xfe3f8fe3,0xc0f03806,0x01f8765b,0x97e7b900,0x200fe3f8,0xee3f8fe3,0xf8f03f8e +}; + +u32 ANIM_DATA_fire_standing_right_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_fire_standing_right_one_handed_weapon,0x00a00c00,0x00006658,0x000a0220,0x00006670,0x00000600,0x00000006,0x0500044d,0x000b0400,0xffff000f,0x00000000,0x03dc0078,0x01e0039f,0xc95f973e,0x3efc8df9,0x5beaffb6,0x1f4c5dd8,0xbaadb24b,0x5e66b02d,0x4f565ca4,0xf63b2e57,0x686fe061,0xf0cc01bf,0xc39e8f7b,0x2f345ee4,0xffc20184,0x06e615c8,0x2b085510,0xaa215002,0xa0034002,0x83fcc7fa,0x0ff51fec,0x3fd87fb1,0x016202c4,0x15843b88,0xb9127426,0x6890d8a7,0xb15760c6,0xc1ad0b5a,0x06b7ad7b,0x1706a81d,0x445a7938,0xc37148e1,0xd3e32bc5,0x57889011,0x021a0424,0x10073fcc,0x7f14bc20,0xf631ec23,0xd807bf97,0x9f2f3c5e,0x78bdf100 +}; + +u32 ANIM_DATA_fire_step_right_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_fire_step_right_one_handed_weapon,0x00570c00,0x0000674c,0x000f0220,0x00006764,0x00000500,0x00000005,0x04000441,0x00090500,0x0001000e,0x00000000,0x067c19f0,0x67c19f06,0x7c19f067,0xc19f067c,0x19f067c1,0x9f067c39,0xefff761e,0xe703a5ae,0x273ebff2,0x03402f87,0xfa5cd1f3,0x5c0f607f,0xbff7f7de,0x0b912c64,0xcf93dc8e,0x096801bf,0x14264d98,0xb5c41790,0x260fa77c,0x7ff9ffa2,0x000fc220,0x007c1e00,0x7001df07,0x7c1a006f,0xc1bf06fc,0x1be06fc1,0xbf06fc1b,0xf06fc1bf,0x06fc3bf0,0xefc39f0e,0xf839f160,0x07800e78,0x19f05fc1,0x9f067c19,0xf067c19f,0x067c19f0,0x67c19f06,0x7c19f067,0xc19f05fc,0x19e06781,0x9f0e7839,0xe16f07bb,0x1f687fa1,0xfe861b10,0x7021eef6,0x057d6778,0x61bf660f,0x8058f043,0x80f7c5a0,0x48ec47c2,0x70456105,0xfc7bf06f,0xc5fc1f74,0x7c0317c4,0x9e020046,0x211f807e,0x01fc2401,0x97c63d27,0xf8a1d10f,0x05de2700,0x7fd0ef41,0x9f067c56,0x0067c19e,0x05803600,0x5fc17f05,0x0015f057,0xc17f05fc,0x17f05fc1,0x60058017,0xf05fc000 +}; + +u32 ANIM_DATA_fire_standing_left_one_handed_weapon_slow[] = +{ + PTR_ANIM_ENTRY_fire_standing_left_one_handed_weapon_slow,0x009f0c00,0x0000681c,0x000e0220,0x00006834,0x00000400,0xffff0004,0x080003ce,0x000c0400,0xfffe0010,0x00000000,0x06c406b4,0xf6b4f6b4,0xe6c4e6b3,0xe6c2e6c1,0xd69ec66c,0xc60ac5ba,0xb549a488,0x9368a22b,0xb0dedf50,0xdde3ccb6,0xcb97daa7,0xe9f5f986,0xf93518f4,0x08d3f8b3,0x18a22892,0x28812880,0x38a038b0,0x28c028e0,0x28f02911,0x19220932,0x09412952,0x29631993,0x09c31a24,0x2ab52b74,0x4c724d92,0x3ea14fd2,0x50f32214,0x13241403,0x14c32575,0x15f51662,0x16b026e1,0x1703f732,0x07511762,0x17711771,0x17811780,0x17711772,0x17821782,0x17722772,0x27722762,0x27622762 +}; + +u32 ANIM_DATA_fire_standing_left_one_handed_weapon_fast[] = +{ + PTR_ANIM_ENTRY_fire_standing_left_one_handed_weapon_fast,0x00500c00,0x00006960,0x00100220,0x00006978,0x00000600,0x00020006,0x09000358,0x000f0700,0x00050016,0x00000000,0xf1cdf7b7,0x2ffedc80,0x7b7280dd,0xc8178700,0x5f1ba17c,0x6d82e9b0,0x13d6a07f,0x9a5fff69,0x7e29aa4f,0xd6a7ff19,0xc2466115,0x39705815,0x49715207,0x4e379e0c,0x8e83d0a2,0x50fbe7c0,0xdd0eeb4c,0x174bd92f,0x6c61fcaa,0x00f6a3f3,0xaa5ffca7,0x017d98fd,0xf247ffa8,0xd7cda37f,0x3a8ffefa,0x43f7d927,0xee64a077,0x9382e655,0xfb795ffe,0x657ffd96,0x80ee5ffb,0xa987df66,0x1efc987c,0xea63fbe9,0x97bfa67e,0xbe99fafa,0x67efe9a7,0xbfa69efd,0x9a7bfa69,0xf3e9a7bf,0xa69efe9a,0x7bfa69ef,0xe9a7bfa6,0x7efe99fb,0xfa67efe9,0x9fbfa67e,0xfe99fbfa,0x67efe99f,0xbfa67efe,0x99fbfe69,0xefe9a7bf,0x669efc99,0xfbf667f3,0xe9a7bfa6,0x9efe99fb,0xfa69ebe9,0xa7afa67e,0xfe997b02,0x65e8099f,0xafe67ec0,0x98fbfe63,0xefe98fb0,0xa63e7e98,0x7b025ff0,0x4977d165,0x9ec4947a,0x164bed09,0x0fa1645e,0x47947516,0x5bd8c9d6,0xc1e91b06,0xadea16eb,0x8bfc3e8f,0xb15dfcca,0x72eb6383,0xfde72ffb,0x58f7005c,0xc44d8342,0x6ddc0e96,0xb048dfe5,0x538fa5f6,0x5d195b79,0x67f2f9b7,0x7bc7260e,0x9cbb3c71,0xf5f9c7ef,0xe71faf9c,0x7ebf71fa,0xfdc7ebf7,0x1f9fdc7e,0x7f71f9fd,0xc7e7f71f,0x901c7e00,0x71f801c7,0xe0071f80,0x1c7e0071,0xf801c7e0,0x071f801c,0x7e0071f8,0x01c5e007,0x17801c5e,0x00717801,0xc5e00717,0x801c5e3f,0x7179fdc5,0xe7f7179f,0xdc5e7f71,0x79fdc5eb,0xf717af9c,0x5ebe717a,0xf9c5efe7,0x17bf9c5e,0xff70fc01,0xc3ebf70f,0xaf9c3efe,0x717bf9c7,0xeff71fc0 +}; + +u32 ANIM_DATA_fire_kneel_forward_one_handed_weapon_slow[] = +{ + PTR_ANIM_ENTRY_fire_kneel_forward_one_handed_weapon_slow,0x00aa0c00,0x00006a2c,0x00160220,0x00006a44,0x00000500,0x00010005,0x09000361,0x000e0700,0x00010015,0x00000000,0xfb8bffdc,0x403ee103,0xf7001fb7,0xc17dbe0f,0xce005d6f,0x84eb742f,0x1b61b4d9,0x1196b09c,0x34c55d94,0x32cbe1d8,0x570de27c,0x5f9183bc,0x7a17f338,0xbf944900,0x705821f3,0x61019f17,0xa1113989,0x4fac548c,0x6a83dc52,0x96ae8894,0x13a39898,0x148ca0a3,0x23cb1518,0x0890af44,0x04fa241f,0xd170be8d,0x04ec7417,0x63e07f22,0x05f9284f,0x49c1fe53,0xfc32b022,0x97030cc4,0x18268041,0x3501f9a0,0x1fcd00fe,0x6607f330,0x1f998004,0xc8002620,0x01300209,0x80004c3f,0x8265f813,0x4fa09bfd,0x0cf3e8a8,0x5f474bf6,0x3ac7a159,0xbc02eddf,0xf89ebecf,0x73fed78f,0xf9dbf9e7,0xd9900e8c,0x87326065,0x86c49bf4,0x335da212,0xb513b5e8,0xb0b945f5,0xebb2b069,0xab974dbd,0x3c6eeaf3,0x9767dd5b,0xc4ede237,0x7f41bbfb,0x95dfd0ce,0xfe8876fa,0x5bb7dadd,0xddd2f0ec,0x775f63bb,0x3b99d5e8 +}; + +u32 ANIM_DATA_fire_kneel_forward_one_handed_weapon_fast[] = +{ + PTR_ANIM_ENTRY_fire_kneel_forward_one_handed_weapon_fast,0x00660c00,0x00006c2c,0x00150220,0x00006c44,0x00000500,0x00010005,0x0a00032f,0x000f0600,0x00030015,0x00000000,0xfa1fefd0,0xff7e87fd,0xf43fdfa1,0xfefd0ff7,0xe877bf43,0xfdfa1fe8,0x511f488a,0x74344bb1,0xa1ff050f,0xf56886c4,0x437c2a08,0x0a4f9148,0x78fb9377,0xcd986210,0xa918a419,0x4214d110,0x4870bf41,0x77e7ff7e,0xbc4cf145,0xff672bfa,0x809fd27f,0xae544771,0xe07b8589,0xcbe89edd,0xa50ae614,0x573fbebb,0x39f5e3df,0xef9f7f7e,0x7bdbf3cf,0x5f9efefc,0xfbf7e7df,0xbf3efdf9,0xefefcf7f,0x7dfdfbef,0xdfdf7efe,0xfbf7f7e7,0xbfbf3df5,0xf9efafcf,0x7f7efdeb,0xf7df5fbe,0xfafef7d7,0xf7bdbfbc,0xedfdefaf,0xdf7f7efb,0xfbf7df5f,0xbefefcf7,0xf7e79fbf,0x3dfdf7ef,0xefbf7f7d,0xf9fbefdf,0xdf5efefb,0xf7f7d7bf,0xbebdfdf5,0xefefaf7f,0x7d7bfbeb,0xdfdf5efe,0xfaf7f7cf,0x9fbdfc0d,0xe9d82f3e,0xbb7979eb,0xc7dd5dbe,0x7eecec17,0x573db9b9,0xe5c3d7ed,0xcdc56e66,0x2b9b015e,0x9a9f08d8,0xf906c5d0,0x361ec7a8,0xb86cc1d8,0x5fcf473e,0xfe7afc0b,0xdf815698,0x1531c8e5,0xcec90f34,0x596f832f,0x9e1bff7c,0xf5f36837,0x19437ae2,0x21e051bf,0x7c9275b4,0x93cea45f,0x8520fc09,0x079e47fc,0xca31f811,0x70048bff,0xf463df23,0x1f011600,0x28afdf45,0x7efa29f0,0x112fc089,0x7c0447d0,0x223f0111,0xfc0897de,0x447ffa21,0xf8110f80,0x887bf443,0xdfa21efd,0x10f40000 +}; + +u32 ANIM_DATA_fire_kneel_right_one_handed_weapon_slow[] = +{ + PTR_ANIM_ENTRY_fire_kneel_right_one_handed_weapon_slow,0x00960c00,0x00006d64,0x00150220,0x00006d7c,0x00000400,0x00000004,0x0a000336,0x000e0400,0x00000012,0x00000000,0x540f9102,0xe540394f,0xee53eb54,0xf4c43b6d,0x0e2a334e,0xc4bddf28,0xbf4831c1,0x84ac3b3a,0x070a8031,0x9fabe7c6,0xf9e7fef7,0xb1cd6cf3,0x3d5dc8db,0xf0e5fbf9,0x82f150b9,0xd42e140b,0x84bee41f,0xba07eec1,0x0bc042f2,0x20bccc2f,0x230bc882,0xf220bcc4,0x2f410bd0,0x02f51fbd,0xc3ef800b,0xdc46f611,0xbd842f71,0xfbe03ef8,0x0fbe402f,0x800bdfc2,0xf6f0bd38,0x6f1d1bbf,0x06edc0ba,0xec2eab0b,0xb2c6f3a2,0xc028f149,0x4cb2174a,0x94daa8f8,0x9c3ea34b,0xc8e1fa80,0x40c210b0,0xc851311c,0xcc890312,0xa880c12f,0x35cfced3,0x0400c10e,0x3f460b91,0xd2d478b1,0x1c1b45c6,0x9141a44c,0x2d131b45,0x02d130b4,0x446d101c,0x43840000 +}; + +u32 ANIM_DATA_fire_kneel_right_one_handed_weapon_fast[] = +{ + PTR_ANIM_ENTRY_fire_kneel_right_one_handed_weapon_fast,0x005f0c00,0x00006f1c,0x00120220,0x00006f34,0x00000600,0x00030006,0x09000360,0x000f0600,0x00020015,0x00000000,0xf5c1f7cd,0xff7d6ffb,0xeb7fdf5b,0xfef8e0f3,0xc71f3db9,0xb7e5d1ce,0xae9e3776,0xf383cfbc,0x9e81f6f3,0x0f3787f8,0xb8c3cd96,0x66eac43a,0x4997c1b4,0xed458aed,0xfc3f7e4a,0x5e690af7,0x360f9841,0x3ab38dd5,0x683f2804,0xfd291bb8,0xd0ddc445,0xee203f51,0x12788997,0xd4509f62,0x827b1307,0xb8885fc3,0x83021807,0xb0ef7d87,0x7ddc3fef,0x61ff7911,0xfbc89fde,0x45bff22c,0x07d15fc1,0x8afbf45b,0xef62c0fd,0x1503e8af,0xdf45bff6,0x2a07b16f,0xbd8bfdec,0x5fef62ff,0x7b18ffd8,0xd05f467f,0xfa3007b1,0x8ffe8d7d,0xf46befa3,0x5ffd1b03,0xe8dfbf47,0x3dfa37ff,0xb1bfbd8e,0xf9ec7bef,0xa3df7b1e,0xfbd8f7df,0x477efa39,0xf7f1cf7f,0x8e77e473,0xaee39dfd,0x1ce408e6,0xbf4738fe,0x2fa0514d,0x3c8bdfcc,0x6b4ea3f9,0xf72ac3a9,0xaefe4f7b,0xf67de875,0x3b7faeef,0xfda79fef,0x5b839ac8,0x4de62175,0xb30c0951,0x227bcb26,0x6429b780,0x8fdd1491,0xd0f58dc3,0xb0364197,0xe18d4e40,0x6beffb63,0x719b9c90,0xe3dbf70f,0xa0377ef9,0xb9efedee,0xbd7073cb,0x87eedc02,0xfee40ba7,0x2f3cb8ff,0x05c2180e,0x107d71fb,0xe3900f9c,0x80fce4ff,0xd7200039,0x4201cc07,0xae7fbd74,0x7dcb901f,0x5c9f7ae3,0xffe71fde,0xb93ef5c7,0xf7ae3fbf,0x727deb93,0xef5c7ffa,0xe3fbd71f,0xdeb8fef5,0xc9f7ae4f,0x80000000 +}; + +u32 ANIM_DATA_fire_kneel_left_one_handed_weapon_slow[] = +{ + PTR_ANIM_ENTRY_fire_kneel_left_one_handed_weapon_slow,0x009a0c00,0x00007020,0x00150220,0x00007038,0x00000600,0xfffd0006,0x0a000353,0x00100500,0x00030015,0x00000000,0x10fbe8a7,0xf7064072,0x32037210,0x3a9281cc,0x83fa449f,0x1424f0b1,0x47460b37,0x7261a9c3,0xcc60245a,0x1152710d,0x106a6065,0x52e1fad4,0x069a97e8,0xd47d26a3,0xda311e61,0x88efcb47,0x684a3aaa,0x10d08c7e,0x6253b221,0x978c04ac,0x480561a0,0x230b08d8,0x5006c2bc,0x3615e1b0,0x9f0b84f8,0x4c23e260,0xfe1706f0,0xb82745c1,0x3a1e0bd0,0xf07f0584,0x782c1fc1,0x60de0b04,0xe8581f02,0xc0b81e03,0xc0f00d85,0x7f6c2bf7,0x60dfbb06,0xfde017ff,0x3fc0b7e6,0x0dbef0cc,0xf38a5f8c,0x82dc65f5,0xe743a73a,0xcd79dcad,0xd71d4eba,0xca75e45b,0x8f931a7f,0xf9c81bde,0x01af6d13,0xb748cba9,0x87ad4846,0x66526f13,0x94f8a8b1,0xc5a5e670,0x327391a9,0x8d8dfbf2,0x7467b3c3,0x7e9edbf8,0xfad807e6,0xc13f762a,0x01c1d01e,0x0e7ff083,0xf7641f7b,0x1cfbd927,0xdf0e3f3a,0x59fdc000 +}; + +u32 ANIM_DATA_fire_kneel_left_one_handed_weapon_fast[] = +{ + PTR_ANIM_ENTRY_fire_kneel_left_one_handed_weapon_fast,0x00640c00,0x000071e4,0x00150220,0x000071fc,0x00000500,0x00010005,0x0900035b,0x000e0500,0x00000013,0x00000000,0xfbac1f75,0x83eeb07d,0xd80fbb00,0x076fc0ee,0xf05e3d13,0xcf647ae4,0xaf6c15eb,0x723cee57,0x8610edca,0xdd3c5b8b,0x8c6bf1ac,0x8fb55854,0x218e7302,0x943c5283,0x295fe10d,0xe89d9ae3,0xaf1c74dc,0x947aca8b,0x3f316585,0x347cc38a,0x9c50e306,0x14504288,0x08710114,0x176323cc,0x705a8f8b,0xb210fa4a,0x2f4a47f9,0x60ff2d17,0xe5e0fcc8,0x1f9987f3,0x30fe661f,0xcc81e99f,0xfd33ffe6,0x7ff4d3ff,0x9a00134f,0x8268004c,0xc0099801,0x32ffe65f,0xfcc7ff98,0xfff30f7e,0x5fe14bbc,0x396f812e,0xef663dec,0xdbdc9f7b,0x749ee6b1,0xcc5af78b,0xee7392cd,0x75779f1e,0xb8f2db00,0x6b644d5d,0x91ade33d,0x8284b093,0x170aaf40,0x5ff02d1f,0x81ba2f39,0x47d75138,0xec1e5da3,0xbbb05975,0x9b2e93e5,0xd25cba09,0x973936e6,0x1f9cc3fb,0x987f7288,0x2e518000 +}; + +u32 ANIM_DATA_fire_kneel_left_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_fire_kneel_left_one_handed_weapon,0x006b0c00,0x00007318,0x00130220,0x00007330,0x00000400,0x00010004,0x07000428,0x000b0500,0x00340010,0x00000000,0xe3b7f358,0xe29ad19c,0xc07fbf43,0xce68cdcb,0xbdc8be25,0xbec1bfdd,0xd0fce21a,0xf31a13da,0x241a13fa,0x139a22fb,0x221c20bd,0x2f3f3dc2,0x4ca64c09,0x3c2a3ca5,0x4d205e1b,0x3f370094,0xf1f6e31a,0xf3980000 +}; + +u32 ANIM_DATA_aim_walking_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_aim_walking_one_handed_weapon,0x00230c01,0x00007444,0x00100220,0x0000745c,0x00000400,0x00000004,0x06000432,0x000a0500,0x0035000f,0x00000000,0xf4efe7df,0xc8b87f8f,0xdb5d6776,0x60e505ca,0xd357a6b1,0x2665fddb,0x9ffec88c,0xa25735f2,0x0be019c1,0x31825322,0x5e840d16,0xdc2b8078,0x913641ea,0x62d407be,0xd3cc1897,0x02ee08dc,0x13b00000 +}; + +u32 ANIM_DATA_aim_walking_left_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_aim_walking_left_one_handed_weapon,0x00230c01,0x000074b8,0x000f0220,0x000074d0,0x00000400,0x00010004,0x0600043c,0x000a0500,0x0031000f,0x00000000,0xd7b1cce3,0x92d695db,0x0bf5d86b,0x41d5c78a,0xd5162a70,0x34ee19ff,0xf847390d,0xfaf8f76c,0x4de817e0,0x21af275e,0x0e438d15,0xdc39bc71,0x09213a48,0x94a4ab80,0x1b7ebffa,0x41ee2858,0x56b8b58d,0x63200000 +}; + +u32 ANIM_DATA_aim_walking_right_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_aim_walking_right_one_handed_weapon,0x00250c01,0x00007528,0x000f0220,0x00007540,0x00000500,0x000a0005,0x08000415,0x000d0600,0x00830013,0x00000000,0x0e3165eb,0x34622594,0x98c09391,0xc13137d8,0x16f03cbd,0x9f39bcf4,0xba239fd8,0xf4912494,0x14909871,0xd0092911,0x251d24bf,0x8183577f,0xe1da2c5b,0x43c5b000 +}; + +u32 ANIM_DATA_aim_running_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_aim_running_one_handed_weapon,0x00170c01,0x0000759c,0x00130220,0x000075b4,0x00000400,0xffff0004,0x08000407,0x000c0600,0x006f0012,0x00000000,0xfeb37c31,0x21314c51,0x50e422f4,0xb09b1122,0xbb00cced,0xb31f6fd3,0xf0bc4740,0x855070d5,0x3d2d524b,0x43e25084,0x851d1d7e,0xbd3d1c16,0xdaa4b8ac,0x726f0000 +}; + +u32 ANIM_DATA_aim_running_right_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_aim_running_right_one_handed_weapon,0x00180c01,0x00007600,0x00120220,0x00007618,0x00000500,0xfffe0005,0x080003ff,0x000d0600,0x006d0013,0x00000000,0x47f8e81a,0x1cc6a194,0xf4209d87,0xc3112e20,0x067976f6,0x45e0bec8,0x999f139d,0x12801e72,0x644c7888,0x904f0999,0xff213fc0,0xa4fb7c0f,0x666ffcac,0x7d8fa7b6,0x7c000000 +}; + +u32 ANIM_DATA_aim_running_left_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_aim_running_left_one_handed_weapon,0x00180c01,0x00007664,0x00130220,0x0000767c,0x00000500,0x00010005,0x07000412,0x000c0600,0x00a00012,0x00000000,0x2f921078,0x8330246a,0x83f91039,0xbfdd5ae2,0xf4faddb1,0x43bd618f,0x7c4b5e03,0xa63cb91e,0x902bbac6,0xe5bf3543,0x4dc58433,0xf6000000 +}; + +u32 ANIM_DATA_aim_sprinting_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_aim_sprinting_one_handed_weapon,0x00140c01,0x000076cc,0x00120220,0x000076e4,0x00000400,0x00010004,0x0800041d,0x000c0600,0x006d0012,0x00000000,0xf13240e4,0xa3533117,0x0d353300,0xe4ae1323,0x3a83dc2f,0x32a78ca4,0xe36c7efc,0xc187d0d0,0x1f43d011,0xd514315c,0xed5237d0,0x0cf231fc,0x4beffbd3,0xf7afed4c,0xfb77b000 +}; + +u32 ANIM_DATA_running_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_running_one_handed_weapon,0x001a0c01,0x00007728,0x00120220,0x00007740,0x00000500,0xffff0005,0x07000407,0x000c0600,0x00ae0012,0x00000000,0x4105529d,0x61291fe8,0xb8d87cf3,0x9efc51aa,0xd26bd50d,0xc5c48419,0x502cceeb,0x7140a3d1,0x8be49b34,0x25fb0976,0xb163e400 +}; + +u32 ANIM_DATA_sprinting_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_sprinting_one_handed_weapon,0x00130c01,0x00007790,0x00120220,0x000077a8,0x00000300,0x00000003,0x03000446,0x00060300,0x00000009,0x00000000,0x0381c0e0,0x707f3f9e,0x08040000,0x00700000,0x01c1e4f2,0x783c1e08,0x04120804,0x72792110,0x802391c8,0x04020100,0x8040201e,0x0f040001,0x00904820,0x10070303,0xc9048241,0x44a0572b,0x847a5d2e,0x8f67a592,0xc5627938,0x9c160783,0xc0e07038,0x1c0e4723,0x90080804,0x391c8e40,0x20000000,0x0000e070,0x38000007,0x0391c8e4,0x7030f87f,0xffffffff,0xe3f1f8ff,0xfff7fbfd,0xfefb7dfe,0xffffb7d8,0x6c361a8d,0x46a2d1af,0xd7f9fce2,0x0f47a7e2,0x311c8e7f,0x20100804,0x02090410,0x080401c0,0xe0804020,0x11c80000,0x00000000,0x00000000,0x00000402,0x01000000,0x00000004,0x02000000 +}; + +u32 ANIM_DATA_draw_one_handed_weapon_and_look_around[] = +{ + PTR_ANIM_ENTRY_draw_one_handed_weapon_and_look_around,0x00af0c00,0x000077e8,0x00090220,0x00007800,0x00000500,0x00030005,0x0a00033f,0x000f0500,0xfffa0014,0x00000000,0xc5e88cde,0xa8cdf27d,0x5f85de00,0x6ce067ce,0x088d60c9,0xce0e9ce1,0x08d6128d,0xe149ce14,0xbce1a6f6,0x23ff6201,0xf61a7f61,0x46e6102e,0xe103f60e,0x2ee0c2de,0x087de068,0xf6042fe0,0x22ee025e,0xe046ee04,0x6ee065f6,0x065ee087,0xee0a7ee0,0xa7fe0c7f,0xe0e7ee0e,0x5e60e5e6,0x0e4e60e5,0xe60e5de1,0x04de103d,0xe103de12,0x4de124e6,0x124e6143,0xe6124e61,0x25e6165e,0x6184ee1a,0x5ee1c5ee,0x1c5ee1e6,0xf6206ee1,0xc6f61c7f,0xe1c7161a,0x71e18726,0x1872e166,0x2e146261,0x66161e60,0xe2e50e4c,0x41e68226,0x8e11ebc1,0x16f3f172,0xdd1769c0,0xfa7c0fe3,0xa001b9f8,0x4daf87d8,0x00a95f8d,0x55e9075e,0x9374f163,0x5f1877f9,0xa96f9c17,0x01d7a01e,0x9b01f9d0,0xa03e0a09,0xf0a0e112,0x1030a103,0x12145221,0x851a1862,0x21683a14,0x84210842,0x0e9420e8,0x32107321,0x262a1261,0xa1071210,0x71210602,0x0e6fa0c7,0xfa0a6fa0,0x87f2086f,0x2087ea08,0x8ea088ea,0x087e2067,0xe2068e20,0x68e2068e,0xa067e206,0x8e2048e2,0x048ea046,0xea046e20,0x46ea046e,0xa046ea04,0x6ea046ea,0x046ea046,0xf2045ea0,0x46ea046e,0xa026f202,0x6ea026ea,0x046ea046,0xea045f20,0x45ea026e,0x2047e204,0x6ea045e2,0x045e2027,0xe2026ea0,0x26ea025e,0x2026ea00,0x7ea007ea,0x006ea006,0xea007ea0,0x07ea006e,0xa026ea02,0x7ea027ea,0x026ea026,0xea027ea0,0x26ea026e,0xa026ea02,0x6ea02600 +}; + +u32 ANIM_DATA_draw_one_handed_weapon_and_stand_up[] = +{ + PTR_ANIM_ENTRY_draw_one_handed_weapon_and_stand_up,0x00ae0c00,0x000078dc,0x00140220,0x000078f4,0x00000600,0x00000006,0x080003f2,0x000e0600,0x000f0014,0x00000000,0xf9333f93,0x34f92f5f,0x52b6f127,0x6f1236f1,0x1f7ed036,0xe8df3e8a,0x31f0872f,0xc4f1fc27,0x5f81bbf8,0x201002ca,0x04594147,0x96307964,0x0596301d,0x12bc4c1f,0x5c80b183,0xfef3ffed,0x7dfad3af,0xacf8f6cf,0x6f6cf5f6,0xd34f6d33,0xf6d31fad,0x70fedef0,0x6eaf0efa,0xf130b017,0x1b21b272,0x1f2b01f2,0x2e1f1b02,0x30f422fb,0x61aeb512,0xdb50acf4,0x06cb2fec,0xb1fecb1f,0xac71f6c7,0x1fac71fa,0xcb1facb1,0xfecf1fed,0x3102d310,0x2d3102d7,0x102db102,0xdf102eb1,0x02fb2fb1,0x31f72f1f,0x34f0eb6e,0xfe38aedb,0xa6cd3c2a,0xcbdeac3f,0xabbc1abc,0x03eac06a,0x9c892ad0,0xbebd8e6c,0xe102ee51,0xafed270f,0x1331f537,0x2fd37205,0x3330d2f2,0x11270151,0xf0111b01,0x11b00d1a,0xf0d16f0d,0x12f0d0ee,0x0d0ad0d0,0xad0d06d0,0xd06d0906,0xe090ae09,0x0af090ee,0x0912f091,0x30051310,0x50f10513,0x20117201,0x1b2011f2,0x011f2011,0xf1012310,0x12320123,0x201272fd,0x271fd2b1,0xfd2f2fd3,0x32fd3720,0x13b2013b,0x1013f201,0x3f2013f2,0x013f2013,0xf2013b20,0x13b2013b,0x2013b201,0x3b2013b2,0x013b1013,0xb2013720,0x1372fd37,0x2fd372fd,0x3b2013b2,0x013b2013,0xb2013b10,0x13b1013b,0x1013b100 +}; + +u32 ANIM_DATA_aim_one_handed_weapon_left_right[] = +{ + PTR_ANIM_ENTRY_aim_one_handed_weapon_left_right,0x00960c00,0x00007abc,0x00140220,0x00007ad4,0x00000600,0xfff80006,0x05000448,0x000b0500,0x000d0010,0x00000000,0x33f437d6,0x37f62c16,0x30573478,0x2c9620ba,0x18ff0d15,0x04f00115,0xf138e915,0xe0f5d497,0xd416cbb5,0xbfb6c7f8,0xcc97d515,0xe174edb4,0xf1d5f5b6,0xfdb701b8,0x09b8097a,0x111f1480,0x17e20b46,0x02ea028c,0xfe2ef62f,0xf64ef6ac,0xf6ca02e9,0x13261bc2,0x2021207f,0x189d20bd,0x28fe28e0,0x251d293a,0x351b40bb,0x3c793457,0x34363457,0x34553435,0x33f63016,0x2c142814,0x2bf42bb3,0x27932bd5,0x27f51fb4 +}; + +u32 ANIM_DATA_cock_one_handed_weapon_and_turn_around[] = +{ + PTR_ANIM_ENTRY_cock_one_handed_weapon_and_turn_around,0x00460c00,0x00007c60,0x00100220,0x00007c78,0x00000400,0x00020004,0x04000442,0x00080400,0xffff000c,0x00000000,0xe31d31d3,0x1e31e31f,0x31f32d41,0xd40e41e4,0x2d32d22d,0x23d13d23,0xd14e14f1,0x0e11e12d,0x02ef010c,0xff0de3dd,0x3dd3dc3d,0xc3dc3dc3,0xdd3dd3dd,0x3dd3dd3d,0xd3dd3dd3,0xdc3dc3dc,0x34ee3fe2,0x0d0f1ff2,0xef1f0e11,0xbf1dd0fd,0x00c0f01c,0xf2fb23c2,0x1c21d21d,0x21d22d23,0xd22d23d1,0x3e12e03d,0x03ef3df3,0xef2ef2df,0x3ee2de2e,0xd2ee0ee0,0xee1de1de,0x2ed2ed1e,0xd1ed1ed1,0xed1ed1ed,0x1ec1ed1e,0xd1ec1ec1,0xec1fc1ec,0x1ec2ec1e,0xc1ec1ec1,0xec1ec1ec,0x1ec1ec0e,0xc1000000 +}; + +u32 ANIM_DATA_holster_one_handed_weapon_and_cross_arms[] = +{ + PTR_ANIM_ENTRY_holster_one_handed_weapon_and_cross_arms,0x006e0c00,0x00007d18,0x000c0220,0x00007d30,0x00000500,0x00030005,0x0a00036d,0x000f0600,0x000f0015,0x00000000,0xe5bb6f6d,0xebfb6fdf,0xcb7afedb,0xb876dccb,0x96d61cb6,0xadedb59e,0xedad756d,0xe5bb6f1e,0x5b58eed9,0xbf56c63b,0xb5f1cdab,0x8e6d2cb5,0x68679b3f,0x4c59d962,0xcfcb569e,0xb9b6f7bd,0xd1bdefcd,0xed8a6d5c,0xbf5a69fc,0x5771ee9c,0xaf33eef9,0x9fc9dd00,0xfe681d71,0x51977c91,0x7bf0aae7,0xe61f6135,0xfb11cfe8,0x8f40047e,0x06240092,0x20261500,0x40a81245,0x41501a18,0x60913242,0x8c8c2470,0x41a40205,0x2404093f,0xe04a7e12,0x57e092de,0x8497f234,0xc792a63d,0x1d2fe8c9,0x76e54bb6,0x3a5daa52,0xed1496e8,0xa4b34525,0x9a352dd5,0x496ea64b,0xf23a657a,0x531bce99,0x6254cb32,0x26198d2f,0xc8297e02,0x4bf30a5d,0x9812ecc0,0x96e604b3,0x30257981,0x2bcfe95e,0x7e4af2f2,0x579f52bc,0xfa9665d4,0xaf3ea599,0x752bcba9,0x665d4b31,0xea599792,0xccba9665,0xd4af1000 +}; + +u32 ANIM_DATA_cock_one_handed_weapon_turn_around_and_stand_up[] = +{ + PTR_ANIM_ENTRY_cock_one_handed_weapon_turn_around_and_stand_up,0x00640c00,0x00007dec,0x00150220,0x00007e04,0x00000500,0xfffb0005,0x06000432,0x000b0600,0x000b0011,0x00000000,0x329a953d,0x4a9ea54f,0x51a590d5,0xb46ae425,0xf612db81,0x4e3e9f1d,0x438d9bce,0x8cf3667f,0x8280b101,0xd851ec19,0x9708cb7a,0x257502b8,0x075b01b5,0x41e291b3,0x58fcb49e,0xde57b333,0xdb9fee91,0xf7897bd4,0x3df19d04,0xaf8848c8,0x1c658853,0x4239a094,0xe00e87e8,0x4bf429e2,0x55e90b72,0x7578427c,0x1d2e0a8f,0x05477325,0xb992dca9,0x6c453622,0xbb800000 +}; + +u32 ANIM_DATA_draw_one_handed_weapon_and_turn_around[] = +{ + PTR_ANIM_ENTRY_draw_one_handed_weapon_and_turn_around,0x00390c00,0x00007f20,0x00110220,0x00007f38,0x00000500,0x00000005,0x06000448,0x000b0600,0x00100011,0x00000000,0x2877a41b,0xd216281b,0x23958a8b,0xc5266263,0xb139f898,0xfc8a7664,0x3f51a5b0,0xd3dc4a6e,0x14f9025d,0x812f4087,0xdf3bff16,0x0f490fa3,0x0bc088df,0xa56b7331,0x91d7b50b,0xd8856f42,0xb81f4bcd,0xae25db42,0x2fa8d9d8,0x5d701efa,0x079dfddf,0x7df7de7f,0xeefff741,0xffa0ffc8,0x80e080f0,0x50b8305c,0x182e0c0f,0x07038301,0xb941dca0,0xec407520,0x3a8c0cc6,0x06630331,0x019081c4,0x40e22031,0x0819040c,0x42060103,0x10018000,0xc0006000,0x30001800,0x0c000600 +}; + +u32 ANIM_DATA_step_forward_and_hold_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_step_forward_and_hold_one_handed_weapon,0x004b0c00,0x00007fc8,0x00110220,0x00007fe0,0x00000300,0x00000003,0x03000449,0x00060300,0x00010009,0x00000000,0x0381c1e0,0xe038187f,0xf7fb0f80,0xc4ee783c,0xae0fa06f,0xf8e0f008,0x038e071f,0x0fc7c3f0,0x381c0e06,0x030f87c3,0xe1f01c0c,0x06038fc7,0xe371ff18,0x0e080001,0xc8e8f086,0x23703820,0x1008e471,0xf8fc7e3f,0xff7fbfc3,0xe3e8f46c,0x361f0fc0,0xe070781c,0x0e3e1f0f,0xc0e07038,0x1c0e0703,0x81c7e070,0x783c000f,0x0783c0e0,0x70381c0e,0x07078380,0xe060301c,0x0e070783,0xc0e06030,0xfc7e0703,0x81c1e0f0,0x781c7e3f,0xe381c0e0,0xf0001c0e,0x3fff81c8,0x00000000,0x8e070291,0xcf03a1d0,0xe07e3f1f,0x9c0502f1,0x70dc7e3f,0x1f8fc000 +}; + +u32 ANIM_DATA_holster_one_handed_weapon_and_adjust_suit[] = +{ + PTR_ANIM_ENTRY_holster_one_handed_weapon_and_adjust_suit,0x00a20c00,0x00008094,0x00090220,0x000080ac,0x00000000,0x00000000,0x0000043e,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 ANIM_DATA_idle_unarmed[] = +{ + PTR_ANIM_ENTRY_idle_unarmed,0x00300c00,0x00008178,0x00000220,0x00008190,0x00000400,0x00010004,0x0600042e,0x000a0500,0x0033000f,0x00000000,0xf4b405ec,0x48e909e2,0xe827890e,0xc424e83a,0x90789136,0x0375c5ff,0x442e08db,0x125605ad,0xecdb58ae,0x299c377a,0x3f340067,0x63bf8f41,0xa6855d8c,0x8b283667,0x68fdd29a,0xe4b3c8e7,0x57c80000 +}; + +u32 ANIM_DATA_walking_unarmed[] = +{ + PTR_ANIM_ENTRY_walking_unarmed,0x00230c01,0x000081a8,0x000f0220,0x000081c0,0x00000500,0xfff60005,0x06000430,0x000b0500,0x00370010,0x00000000,0x18f917fb,0x069d05ff,0xfd20ecc2,0xd4e7bd89,0xc546dd41,0xedbd069b,0x181b289b,0x315c227a,0x133a1b3b,0x1a9e219e,0x207e2f00,0x25e33567,0x3cc834c5,0x3ce045fd,0x373a2039,0x18f81938,0x21971977 +}; + +u32 ANIM_DATA_fire_walking_dual_wield[] = +{ + PTR_ANIM_ENTRY_fire_walking_dual_wield,0x00220c01,0x00008218,0x00100220,0x00008230,0x00000400,0xffff0004,0x06000430,0x000a0500,0x0038000f,0x00000000,0x11f21feb,0xf4e7dffe,0xa43b30ea,0x74458a8a,0x8f55072d,0xef69b103,0x4626d4ad,0x92791672,0x4ce894e9,0x99d30fa9,0xc7d2f1b5,0x66798ed3,0x11a7fb5f,0xb5e7240e,0x047c0938,0x232e25d8 +}; + +u32 ANIM_DATA_fire_walking_dual_wield_hands_crossed[] = +{ + PTR_ANIM_ENTRY_fire_walking_dual_wield_hands_crossed,0x00220c01,0x00008288,0x000f0220,0x000082a0,0x00000400,0x00000004,0x0800040d,0x000c0500,0x00650011,0x00000000,0xf0a7017a,0x412540a2,0x80463095,0x18c1427c,0x784c79ad,0xb446e6bf,0x9bd1ed39,0x8630489f,0xe5aff276,0x7872fbb8,0xfd943cb6,0x15d7ff6e,0x401a6600 +}; + +u32 ANIM_DATA_fire_running_dual_wield[] = +{ + PTR_ANIM_ENTRY_fire_running_dual_wield,0x00180c01,0x000082f4,0x00110220,0x0000830c,0x00000400,0xffff0004,0x08000411,0x000c0500,0x005f0011,0x00000000,0x1174798a,0xb9057c84,0xcd33660a,0x32fa8f98,0x7cdacbdd,0x353ac6a1,0x99bfece9,0x07088c06,0x496625a3,0x92c14d0c,0xa83e24f6,0xd9ebd4b2,0x663973fd,0xcc7fc800 +}; + +u32 ANIM_DATA_fire_running_dual_wield_hands_crossed[] = +{ + PTR_ANIM_ENTRY_fire_running_dual_wield_hands_crossed,0x001a0c01,0x00008354,0x00110220,0x0000836c,0x00000500,0x00010005,0x080003ea,0x000d0600,0x009c0013,0x00000000,0x18134118,0x63e329f0,0x44ce7207,0xdcbfaf91,0x8db4a5c7,0x163a030f,0x24e76500,0xed230fd3,0x7ffe2fc7,0xfcf30ebd,0xc8c4bd37,0x3b16f022,0xe7240000 +}; + +u32 ANIM_DATA_fire_sprinting_dual_wield[] = +{ + PTR_ANIM_ENTRY_fire_sprinting_dual_wield,0x00150c01,0x000083b8,0x00130220,0x000083d0,0x00000500,0x00000005,0x070003db,0x000c0600,0x00990012,0x00000000,0x5d95160d,0x74a04c8a,0x0f01b2ff,0xf02ee3de,0x75b59c5d,0xf3501e7f,0x3b8955db,0xb578dcff,0x2823e1fa,0x0deb454e,0x94e2f800 +}; + +u32 ANIM_DATA_fire_sprinting_dual_wield_hands_crossed[] = +{ + PTR_ANIM_ENTRY_fire_sprinting_dual_wield_hands_crossed,0x00130c01,0x00008418,0x00120220,0x00008430,0x00000400,0x00020004,0x0600045f,0x000a0500,0x0039000f,0x00000000,0xa3378673,0x07ee004c,0xe4b9aa2f,0x565de8bc,0x857e8ac4,0x15fe2cff,0x9a153c0d,0xa95e33b8,0x05f847f8,0x8221f4a1,0xe203b607,0x4a2f8a60,0x98c44015,0x6042828f,0x6ced0000 +}; + +u32 ANIM_DATA_walking_female[] = +{ + PTR_ANIM_ENTRY_walking_female,0x001f0c01,0x00008470,0x000f0220,0x00008488,0x00000400,0x00000004,0x07000462,0x000b0600,0x00720011,0x00000000,0x2ba67fd3,0xb921bae8,0xbe7a2eb8,0x10131022,0x021cfa8d,0x2bc216bf,0x202cca7e,0x8b405418,0x0ccb25e2,0x91f20409,0x23a030a5,0xb246c000 +}; + +u32 ANIM_DATA_running_female[] = +{ + PTR_ANIM_ENTRY_running_female,0x00160c01,0x000084d8,0x00110220,0x000084f0,0x00000500,0x00000005,0x0a000349,0x000f0600,0x00000015,0x00000000,0x01fe0810,0x007e7f85,0xe3f83e9f,0x81f0fb17,0x67d0d93e,0x08c1ee4d,0x8f422e78,0x91a3a46e,0x9ca37cda,0x20065940,0x2d8b0938,0x70c7e408,0x2e2450dd,0x7301ad9f,0xde74dd83,0xa4e1db16,0xc8c07485,0x4197a7fc,0x690fe147,0xff003017,0xc100be45,0x05fa2830,0x20ff8405,0xfc303fe1,0x81ff0c13,0xf8609fc3,0x03061810,0x30d0c387,0x041c3c10,0x61e0830e,0x07f87000,0xc380fe1c,0x0830d041,0x86000c30,0x00e18007,0x0c001858,0x00c2fffe,0x1607f0b0,0x7f8581fc,0x2c0fe160,0xff0b0018,0x5800c2c0,0x06160070,0xafff8680,0x0c3c0062,0x40031400,0x18b820c6,0x40063600,0x31d0418e,0x000c6c00,0x63400719,0x0018c820,0xc6000e2f,0xf8316041,0x8a820c50,0x00624087,0x10043878,0x00c47fee,0x29efb1ce,0xbf94701c,0xe73069f8,0x7b6ab3bc,0x555bebe7,0xcfb32600,0x88f01cc5,0x91a23d12,0x33f0b1a7,0xa6657e38,0x6df9e370,0x0fec0282,0xe2341f21,0xa0f99107,0xd0a81ec5,0x3f7831f5,0xc9cfaed2,0x7d7a83eb,0xc39f7c98,0xfbe8c7d7,0x863f3b29,0xfbd94fcf,0x4a7efe33,0xf7f11fbf,0x80000000 +}; + +u32 ANIM_DATA_fire_kneel_dual_wield[] = +{ + PTR_ANIM_ENTRY_fire_kneel_dual_wield,0x007d0c00,0x00008534,0x00150220,0x0000854c,0x00000500,0x00000005,0x09000354,0x000e0600,0xffff0014,0x00000000,0xfbac203a,0xc3fbb03f,0xbb02f3ac,0x2f3ac3f3,0xa82f3a03,0xeb984eb8,0xc3e3802d,0xb742cb60,0x2cb441cb,0x27fcb03e,0xd2d00da9,0xc1e2783e,0x2505e21c,0x8e1d8af9,0x84d1128f,0x28c10485,0x925fe136,0x761476d1,0x47635365,0x9d165193,0x5c9d34c5,0x8f3c44d3,0x440c1c3c,0xb0c34a0c,0x4090c4c6,0x0c5060c5,0x850c6420,0x46c20c70,0x30c7010c,0x6c114681,0x146bf1c6,0xff1c6c10,0xc6800c64,0x00c6010c,0x5c00c580,0x145410c5,0x7f0c5001,0x44c00c47,0xf0c400dc,0x4c60c4c0,0x144800c4,0x7f0c4001,0x43ff143b,0xe143be1c,0x37e1c33c,0x1433c143,0x3c0c3bc0,0x44bdfc6b,0xcf49bbf4,0xd7ced23b,0xe57baddd,0xface4f9c,0x6c78bf43,0x7afbf3a8,0x3f298bef,0x893ac89b,0x6b922ea9,0xa9aba2f2,0xfbb372cb,0x635db8f7,0xe3af9ebc,0x3bebcfce,0xbcfefbcf,0xe03cfe0b,0xc8023c43,0x23c4323c,0x021bc011,0xbc7f23cb,0xf23cc01b,0xc8013cbf,0x0bc800bc,0x810bc410,0x3c4003c4,0x003c4103,0xc8103c80,0x03c8103c,0x8103c800,0x3c8103c8,0x10000000 +}; + +u32 ANIM_DATA_fire_kneel_dual_wield_left[] = +{ + PTR_ANIM_ENTRY_fire_kneel_dual_wield_left,0x007d0c00,0x000086ac,0x00140220,0x000086c4,0x00000500,0x00010005,0x0a00034a,0x000f0600,0x00020015,0x00000000,0xf1f7f7cf,0xbffe7dff,0xe3f3ef1f,0x9f74fcff,0xa7dffd3e,0xbee1f3f6,0xcf9ff47c,0x0193dffc,0x1edfe0f4,0xff4797bb,0x3bbee1d0,0x0f8e10fe,0x6c88033c,0x7098a408,0xbb286579,0x85288d39,0x228207f4,0x92342881,0x2d74052c,0x9c076cbe,0xf343edd9,0x0f26c877,0x15c1aa2a,0x1ced10e4,0xc703172c,0x1878ffc2,0xc5fe101f,0xf0903d85,0x7fdc33fe,0xe1df770f,0xf7b887dd,0xc43eee21,0xefb10f7d,0x87fdec3f,0xef61deff,0x0ef7d86f,0xbec37efe,0x1beff0df,0x7f877ffc,0x37efe1df,0xff0efff8,0x77ffc37d,0xf619efb0,0xcfbf85fb,0xfc2fdfe1,0x7fff0afb,0xf84fdfc2,0x3e060ff0,0x307f4183,0x7c0c17e0,0x607e8301,0xf41807c0,0xbffd05ff,0xe0302ebf,0x84f00c4f,0x60643a03,0x33c81a3e,0x1fd7eff6,0xf377794b,0x79d957bf,0x4aacfe54,0xdc14a6e1,0xc5161726,0xb0f73d89,0x49f0554b,0xa2fe9d9a,0x17ecddcb,0x872e9d3b,0x75f9edb0,0x0fae007e,0x7423efc2,0x1f7e94fc,0xf907e7e9,0x3f3f41fd,0xfa100f8e,0x80f65403,0xa29fdd90,0xfdec67ef,0x413f7b09,0xf9e00fce,0x807df7f3,0xebbf9f5e,0x00000000 +}; + +u32 ANIM_DATA_fire_kneel_dual_wield_right[] = +{ + PTR_ANIM_ENTRY_fire_kneel_dual_wield_right,0x007d0c00,0x00008814,0x00150220,0x0000882c,0x00000500,0x00010005,0x0900035c,0x000e0700,0x00000015,0x00000000,0xf38c179c,0x00badd03,0xc6c01cb4,0xc1dda61e,0xcd30f669,0x06bb2c36,0x1821b2b8,0x0fb590ce,0x2b87f554,0x47ca3260,0x4e160248,0xb8106642,0x703822d1,0xe2905018,0x4690e024,0xc8ef2636,0xe9313349,0x477d421b,0x21b053cb,0x82784812,0xc1ff900b,0xf45c3f62,0x21bb0f0b,0xe8805ec5,0x02763013,0xb1b09d8f,0x03ec8027,0xa4613d25,0x07e9302f,0x4a017a54,0x07d2c03e,0x9681fcb8,0x0025e041,0x30fbe988,0x1f4c40fe,0x64001320,0x20998104,0xd01026c1,0x03370829,0xb830ce01,0x8a720433,0x90009e7d,0x0507d069,0x3e0355ec,0x1b37305e,0xb7ff25b3,0xbadcfce5,0xe3dfaefe,0x81d6f234,0xb392ad8d,0x1d2d6d1f,0x778a5bdd,0x5ae0eb07,0x275939fa,0xd1d7f6ce,0xe0b7f88d,0xcbcc8e9e,0xa476f633,0xbfba1dfe,0x12eff087,0x8763bc7b,0x15e3dcaf,0x0f25777a,0x1bb3d85d,0x7f00ebf8,0x0757d000 +}; + +u32 ANIM_DATA_fire_kneel_dual_wield_hands_crossed[] = +{ + PTR_ANIM_ENTRY_fire_kneel_dual_wield_hands_crossed,0x00640c00,0x0000898c,0x00150220,0x000089a4,0x00000600,0x00000006,0x09000359,0x000f0500,0x00020014,0x00000000,0xfdb5bfda,0x9afd9d9f,0xd8d70179,0x80963a09,0x49b0d2fc,0x0d15f14f,0x4120d842,0x4b663092,0x94070a48,0x48a400ac,0x3fced3f9,0x6d3b62d2,0xf2ed2afa,0xc32cea2e,0xa682a806,0x1e607164,0x47163031,0x62211220,0x00a22102,0x281fe2e0,0x0235f023,0x9f063a00,0x23c0023a,0x00643cee,0x4970235e,0xf22d91e2,0xbe062c10,0x2300fe34,0x00239f06,0x39f02380,0x02360063,0x400633f0,0xa35e0635,0xe0635e06,0x35e0633e,0x0631e0a3,0x1d062fc0,0x62fd062f,0xc062dc06,0x2dc0231a,0xfa359f23,0x7aee3baf,0x6418ee4d,0xae261be6,0x738ea8d8,0xeaaf7e6d,0x56e3035d,0xb374db6d,0x3d7a94d3,0xe74cc272,0xc0632b49,0xb2b4d14b,0x1034b533,0x4bd5b4c5,0x7d4d1996,0xd9af7e1b,0xd8e9cd8f,0x1d7af5dd,0xbf9dfc01,0xdff05ddf,0x0ddbf11d,0xa211dc21,0x5dbf15d8,0x011d600d,0xd7f09d5f,0x09d5f09d,0x7f05d7e0,0x5d5e01d7,0xe01d7e05,0xd9e01d9f +}; + +u32 ANIM_DATA_fire_kneel_dual_wield_hands_crossed_left[] = +{ + PTR_ANIM_ENTRY_fire_kneel_dual_wield_hands_crossed_left,0x00700c00,0x00008ac0,0x00140220,0x00008ad8,0x00000600,0xffff0006,0x09000354,0x000f0600,0x00020015,0x00000000,0xf9e5dfaf,0x0efd77f7,0xebbbaf9d,0xbcfaece3,0xe75effba,0x38fdc7df,0xcddffc6c,0x05db5440,0x5a2292cb,0x1c761922,0x2e4b0d5c,0x6829f3bf,0x462241d5,0x240b8a1c,0x3d5cb0d3,0x257cd827,0x9cb0dad4,0xc4c7a23d,0xd0e26b86,0x094927c9,0xd0fe4b85,0xfa481ff1,0xc0808a80,0x0447f061,0xdf010ef8,0x0877a043,0xbd021fe8,0x310f0288,0xfbf43fc0,0xa1de870f,0xf8387fc1,0x43bf061d,0xf030efbf,0x87fdfc47,0xe0225f01,0x12f80897,0xc0447e06,0x21f0111f,0xbf8a7a0c,0x6bc1245e,0x0d2de819,0xef1e5476,0xfad19ff8,0x2c01cf5d,0xd6eecd3b,0x756dfaa3,0x70bcdc0d,0x26e09f36,0xc67a343d,0xd58a32cb,0xd37712a8,0xbc759642,0xaf340d89,0xbfecceff,0x6979fb63,0xdfdbbf80,0xe1080718,0x82390325,0xca114e80,0x09750243,0xac01dd7f,0x8ceaf867,0x5fc33b3e,0x15d9f08e,0xcf84767a,0x1bafd0dd,0x7e86ecf4 +}; + +u32 ANIM_DATA_fire_kneel_dual_wield_hands_crossed_right[] = +{ + PTR_ANIM_ENTRY_fire_kneel_dual_wield_hands_crossed_right,0x00660c00,0x00008c04,0x00150220,0x00008c1c,0x00000500,0x00010005,0x05000441,0x000a0600,0x00000010,0x00000000,0xe042d802,0xcfc3c782,0xbf81b7c1,0xb7c0b780,0xbf01bec0,0xc6bfce41,0xde84df05,0xef86f7c7,0xf7c607c7,0x07cb0fcd,0x17911f13,0x26d12690,0x26cf2f0e,0x2f4d2f0a,0x27071ec7,0x16861644,0x0e420601,0x0601fe3f,0xfe7ffe7f,0xf67ff63f,0xf63efdfe,0xfdfcfdfc,0xf5fff5ff,0xf5fff5c0,0xfdc0fdc0,0xf5c0f5c0,0xf5c1f5c1,0xfe00fe00,0xfe01fe01,0xfe01fe01,0xfe41fe41,0xfe41fe40,0xfe42f643,0xfe80f6bd,0xf6fdeebc,0xeeb9e6f6,0xdef5cef2,0xcf2ec76c,0xcfadc82d,0xc86ec8b1,0xd134e1b6,0xe9f6f278,0xf279fa39,0xf9fc1180,0x218129fe,0x31fd4180,0x49014082,0x408138ff,0x30fe40ff,0x404137c0 +}; + +u32 ANIM_DATA_fire_standing_dual_wield[] = +{ + PTR_ANIM_ENTRY_fire_standing_dual_wield,0x00640c00,0x00008d3c,0x00100220,0x00008d54,0x00000600,0xffff0006,0x0500043d,0x000b0400,0x0001000f,0x00000000,0xfcc001bc,0x03000600,0x0fff9fbf,0x3f7e8df9,0x37ea77d4,0x7788cf51,0x7f1efe35,0xfc5d04a0,0x21846311,0x06224846,0x044ef121,0xc04b5c96,0x7d2cfa5b,0xd479a8eb,0xd0cf1d8d,0x373a5e70,0x8c68f7e1,0xafa2e383,0xbf856e0a,0xdc15bc1b,0xfff7ffee,0x1fdbffaf,0xff5002bf,0xfd7ffa87,0xf5002be0,0x5400a801,0x4002800d,0x7c2a8036,0x006a00d4,0x01af8550,0x06be0d7c,0x2a805500,0xabe157c1,0xaf834f06,0x9e0d3c1a,0xf814f028,0x0053c0a7,0x035f069e,0x053c0a78,0x13f069c0,0x53bfa77d,0x4efa9ff5,0x7fbbff19,0xfdf41aec,0x32e7e5ee,0xc01d6876,0xd175a2db,0x85b893b4,0x376a9de1,0x9ddb3fd6,0x7fecf058,0x212c4350,0x08931528,0x3a4874a0,0xe9419042,0xa085410a,0x92000000 +}; + +u32 ANIM_DATA_fire_standing_dual_wield_left[] = +{ + PTR_ANIM_ENTRY_fire_standing_dual_wield_left,0x00780c00,0x00008e30,0x000f0220,0x00008e48,0x00000600,0x00020006,0x05000440,0x000b0500,0x00000010,0x00000000,0xf442f840,0xf85ff820,0xf841f85f,0xf840f840,0xf85ffc5e,0xfc5ff85f,0xf85efc5f,0x0040007e,0x007e087d,0x0c5d105e,0x145c145c,0x149b14d9,0x14f8113a,0x0d3a093c,0x013ef95e,0xf15fe55f,0xd91ed0dc,0xc45bbbfa,0xb379b358,0xbb37b759,0xb77bbf9a,0xc39ac37c,0xcb3cd31c,0xdafce2fc,0xe6deeabf,0xeaa0f6a1,0xfea202c1,0xfec2fec2,0xfec20302,0x07220322,0xff21ff21,0xff21ff20,0xfb21f721,0xf721fb20,0xff20fb21,0xf721fb21,0xfb20ff40,0xfb41f741,0xf741fb40,0xff40fb61,0xf761f761,0xf760fb60,0xfb60fb61,0xfb61fb60,0xfb5ffb7f,0xf760f761,0xfb60fb7f,0xfb5ff740,0xf760fb7f,0xff7e077e,0x07600f81,0x17811fa2,0x1fa52bc5,0x3bc543c6,0x4bc74fc7,0x50074c26,0x44453864,0x2c8424a3,0x1cc214e2,0x0ce20501,0x0101f901,0xf91ff0e1,0xecc2e4a3,0xdc82d822,0xdc23dc42,0xdc61dc80,0xf880f880,0xf880f880,0xf880f880,0xf880f880,0xf880f880,0xf880f880,0xf880f880,0xf880f880,0xf8800000 +}; + +u32 ANIM_DATA_fire_standing_dual_wield_right[] = +{ + PTR_ANIM_ENTRY_fire_standing_dual_wield_right,0x00950c00,0x00008f40,0x00100220,0x00008f58,0x00000600,0xffff0006,0x0500043d,0x000b0400,0x0001000f,0x00000000,0xfcc001bc,0x03000600,0x0fff9fbf,0x3f7e8df9,0x37ea77d4,0x7788cf51,0x7f1efe35,0xfc5d04a0,0x21846311,0x06224846,0x044ef121,0xc04b5c96,0x7d2cfa5b,0xd479a8eb,0xd0cf1d8d,0x373a5e70,0x8c68f7e1,0xafa2e383,0xbf856e0a,0xdc15bc1b,0xfff7ffee,0x1fdbffaf,0xff5002bf,0xfd7ffa87,0xf5002be0,0x5400a801,0x4002800d,0x7c2a8036,0x006a00d4,0x01af8550,0x06be0d7c,0x2a805500,0xabe157c1,0xaf834f06,0x9e0d3c1a,0xf814f028,0x0053c0a7,0x035f069e,0x053c0a78,0x13f069c0,0x53bfa77d,0x4efa9ff5,0x7fbbff19,0xfdf41aec,0x32e7e5ee,0xc01d6876,0xd175a2db,0x85b893b4,0x376a9de1,0x9ddb3fd6,0x7fecf058,0x212c4350,0x08931528,0x3a4874a0,0xe9419042,0xa085410a,0x92000000 +}; + +u32 ANIM_DATA_fire_standing_dual_wield_hands_crossed_left[] = +{ + PTR_ANIM_ENTRY_fire_standing_dual_wield_hands_crossed_left,0x00780c00,0x00009098,0x000f0220,0x000090b0,0x00000600,0x00020006,0x05000440,0x000b0500,0x00000010,0x00000000,0xf442f840,0xf85ff820,0xf841f85f,0xf840f840,0xf85ffc5e,0xfc5ff85f,0xf85efc5f,0x0040007e,0x007e087d,0x0c5d105e,0x145c145c,0x149b14d9,0x14f8113a,0x0d3a093c,0x013ef95e,0xf15fe55f,0xd91ed0dc,0xc45bbbfa,0xb379b358,0xbb37b759,0xb77bbf9a,0xc39ac37c,0xcb3cd31c,0xdafce2fc,0xe6deeabf,0xeaa0f6a1,0xfea202c1,0xfec2fec2,0xfec20302,0x07220322,0xff21ff21,0xff21ff20,0xfb21f721,0xf721fb20,0xff20fb21,0xf721fb21,0xfb20ff40,0xfb41f741,0xf741fb40,0xff40fb61,0xf761f761,0xf760fb60,0xfb60fb61,0xfb61fb60,0xfb5ffb7f,0xf760f761,0xfb60fb7f,0xfb5ff740,0xf760fb7f,0xff7e077e,0x07600f81,0x17811fa2,0x1fa52bc5,0x3bc543c6,0x4bc74fc7,0x50074c26,0x44453864,0x2c8424a3,0x1cc214e2,0x0ce20501,0x0101f901,0xf91ff0e1,0xecc2e4a3,0xdc82d822,0xdc23dc42,0xdc61dc80,0xf880f880,0xf880f880,0xf880f880,0xf880f880,0xf880f880,0xf880f880,0xf880f880,0xf880f880,0xf8800000 +}; + +u32 ANIM_DATA_fire_standing_dual_wield_hands_crossed_right[] = +{ + PTR_ANIM_ENTRY_fire_standing_dual_wield_hands_crossed_right,0x00950c00,0x000091a8,0x00100220,0x000091c0,0x00000500,0x00000005,0x0500043f,0x000a0600,0x00010010,0x00000000,0xe0fed8bf,0xc040b000,0xa840a080,0x983fa7c0,0xb001c041,0xc881d0c2,0xe104e985,0xe9c5e9c6,0xf207fa08,0x020901ca,0x018b094d,0x10ce204e,0x27d01ed2,0x1e511e90,0x1f4d184b,0x19081906,0x10c41082,0x08c000fe,0x00bd007d,0x007df83d,0xf83dfffd,0xf7fdffbd,0xff7df77d,0xf77dff7e,0xff7fff7f,0x077f077f,0xff400740,0x0740ff40,0xff400740,0x077fff40,0x073f073f,0x073f073f,0x073f073f,0x073f073f,0x073f073f,0x073f073f,0x0f3f073e,0x073e06ff,0x0efe0efe,0x06ff06ff,0x0eff0eff,0x06ff06ff,0x06ff06ff,0x06ff06ff,0x06ff06ff,0x06ff06ff,0x06ff06ff,0x0eff0ebf,0x0e7c05fa,0xfdb7f534,0xf4b1f4af,0xf52dedef,0xee72f733,0xf8330134,0xf9b5fa35,0xf2b6f2b7,0xf2f8f2f9,0xfafafb39,0x037913bb,0x23bd33bd,0x437d4b3c,0x5a7c5a3c,0x51fc59bc,0x51fc4a3c,0x4a7c427d,0x3a3c31fd,0x21bd213e,0x18411f82,0x1f7f1ffd,0x17fe0fbf,0x0fbf0fbf,0x0f7f0f7f,0x0f7f07bf,0x077f07bf,0x0fbf0a80 +}; + +u32 ANIM_DATA_fire_standing_aiming_down_sights[] = +{ + PTR_ANIM_ENTRY_fire_standing_aiming_down_sights,0x00960c00,0x00009300,0x00100220,0x00009318,0x00000500,0x00000005,0x09000350,0x000e0700,0x00000015,0x00000000,0xd3901e5c,0xa130e40b,0x97185d38,0x42f5ba17,0xed90e06b,0x090b4c50,0x99e2c6c9,0x185608d2,0xad479558,0x44ca0267,0x48953a04,0xc20da6d0,0x6338a2b9,0xd58ecfac,0x3a815ff4,0x29f0a147,0x14f9f566,0x49932c3b,0xe9215a07,0x06aa3414,0x417f9a89,0xfca047e3,0xc1bf1609,0xf8884f43,0x817a1a07,0xd0c05e86,0x01fc2c08,0x21404309,0x02185000,0xc2800216,0x0410b020,0x85800c30,0x08618041,0x0c040868,0x10434002,0x1a07f0e0,0x20870004,0x380021e0,0x410f01f8,0x781fc3c0,0xfe2007f1,0x001f8880,0xfc440fe2,0x207f1103,0xf8900fc4,0xc0822603,0xf1401f8a,0x00fc5007,0xe2a00115,0x01f8b010,0x4580fe2c,0x08116020,0x8b010458,0x0022c001,0x150008b0,0x10c58006,0x2800314f,0xe18a7e04,0x5be7e37e,0x7d23edd9,0x6f4ece39,0x728fc775,0x9ddab76d,0xce1f5e34,0x7a31c1cd,0x7f163b01,0x6fd0577a,0xa51bf633,0xe0b1e715,0xd118f093,0xc9a54e6d,0x2ef4e995,0xb34d5dbc,0x6febf39b,0x7f9d7cfe,0xede8077f,0x413bfa8d,0xdfd8af0e,0xc678773b,0xbfc21dde,0x12edf2a7,0x7785bbbb,0xa9e5e0cf,0x6f687b7a,0x4bd3d9de,0x5f0cf3fa,0x579fd23d,0x3f91e800,0x6f40017a,0x0003d000,0x1e60c6f0,0x1617705f,0xbbfe85e2,0x07ef107f,0x788103c4,0x081e4000,0xf2000790,0x003cc001,0xe8000000 +}; + +u32 ANIM_DATA_fire_kneel_aiming_down_sights[] = +{ + PTR_ANIM_ENTRY_fire_kneel_aiming_down_sights,0x00960c00,0x00009458,0x00150220,0x00009470,0x00000500,0x00000005,0x0700042c,0x000c0600,0x00000012,0x00000000,0x00e00038,0x100e0403,0x8100e040,0x38100e04,0x03fef90f,0x3c43dd93,0x0b2645f1,0xc0886bd2,0x15e42477,0xf15cfa7b,0x3e20e765,0xfde0aefe,0x079effeb,0x20bbd05f,0x040fe4fa,0x019c813f,0x407e000d,0x89f761f9,0xdfcdbfdb,0x717ae860,0xba186dc6,0x136101db,0xffb5d7be,0x2bebc979,0xf29db8c7,0x4db3df6c,0x7bdb5eb5,0x0f8c51e2,0xe679c59f,0x38402f3e,0x0fabfdde,0xbd34deac,0x018aefde,0xc39834ee,0x7dc1c390,0xf6e83dba,0x1f2e4bbf,0x736fdcfc,0x794f5f55,0xdff4f8f8,0xde3c277f,0x49dff1f8,0xfc3efef7,0xdfb7f82e,0x7e17bf87,0xe7e1f5f8,0x7d7d27bf,0x0b07b2c3,0xf4cf843f,0xe2cdf112,0x36449d8b,0x438110e8,0x430028a2,0x9224e58b,0x31524648,0x600e0b82,0x83c87134,0x202f0d00,0x24be014f,0x7a5bfe18,0x0f6606c9,0x327030bd,0x0c27c4c6,0x01c10288,0x30a20446,0x84190284,0x3480120c,0x06051181,0xc8586211,0x0c630010,0x80021800,0x08ffe2be,0xf8af3e27,0xbf89f3e2,0x7e00afc0,0x2bdf8bff,0xe301f8c0,0xbc2c3f8a,0x17e286f8,0xb17c303f,0x8d0c0346,0xf8b27e24,0x7f890c02,0x82009042,0x20008704,0x2200088f,0xc21ff087,0xfc223f08,0x9f8423e1,0x09fc4280,0x10a00228,0x008a0022,0x8008b000,0x28000a00,0x028100b0,0x402c100b,0x07e301f8,0xc03e300f,0x8c03e301,0xf8c03e30,0x0f8b0000 +}; + +u32 ANIM_DATA_hit_taser[] = +{ + PTR_ANIM_ENTRY_hit_taser,0x00b30c00,0x00009610,0x00120220,0x00009628,0x00000600,0x00110006,0x0b0002d1,0x00110700,0x00300018,0x00000000,0x4cd8344c,0xf3b44d13,0xb34d1fb4,0xe919eee5,0x13eee50e,0x6fe90871,0xe902f2e8,0xf773e8ea,0xf5e8de76,0xe8d1f8ec,0xc3f9ecb4,0xfaeca67b,0xe897fde8,0x76fde854,0xfee8307e,0xec0afeeb,0xe4ffefbd,0xfeef967e,0xeb6e7eef,0x45fce327,0x72d714e5,0xd705e1d2,0xf95fceee,0xddcee55c,0xcee85cce,0xeb5cceee,0x5cd2f05d,0xd2f1ddd2,0xf2ddd2f2,0xddd2f1dd,0xd2ef5dba,0xed4dbaea,0xccbae8cc,0xbae7ccba,0xe74cb6e7,0x4bb6e74c,0xb6e6ccba,0xe64cbae5,0xcdbae54d,0xbae44dba,0xe34ebae2,0x4ebae14d,0xbae04ebe,0xe050bee0,0x50bee050,0xbee050be,0xe050bee0,0x50bee050,0xbee050be,0xe050bee0,0x50bee050,0xbee050be,0xe050bee0,0x50bee050,0xbee050be,0xe0500000 +}; + +u32 ANIM_DATA_death_explosion_forward[] = +{ + PTR_ANIM_ENTRY_death_explosion_forward,0x004a0c00,0x000097d0,0x00180220,0x000097e8,0x00000800,0x00280008,0x0b000261,0x00130600,0xffff0019,0x00000000,0xd63c416c,0x1e30760f,0x203b0794,0x2d93cc06,0xf1e9ff9c,0xf781d67e,0xf9f84119,0x02205d83,0xcf9722c7,0x5bc1236d,0xe88990e4,0x6cb0ec52,0x4df82d24,0x411391e2,0x8b8909a7,0xa4450401,0xe681c0bf,0x38bc3c1e,0x5609912f,0xf98718f6,0x72cab810,0xe2dab6e0,0xecb57fde,0x27ebd308,0xedd981fe,0xe5c1c5f3,0x62633a32,0x613d39d8,0x5e7d3817,0x16bc177b,0x6805b5b0,0xbed7d5fd,0xeae9feb5,0x34a75a9a,0x939ced39,0xe63e8003,0x23318599,0x917fc7c4,0xdce060ce,0x712fbf79,0xd7f3ed5b,0xfe0eb601,0x0b5f0105,0xaf8082d7,0xc0216c5f,0xe0762fe0,0x3b17ec1d,0x8bf606c5,0xfb0362fd,0x81b37eff,0xd9bf606c,0xdfb0366f,0xd01b17e8,0x0d9bf206,0xc5f80362,0xfb81b17d,0xc0d8bee0,0x6c5f7076,0x2fb83b17,0xdc1d8bee,0x0ec5f707,0x62fb83b1,0x7dc1d8be,0xe0ec5f70,0x762fb83b,0x17dc1d8b,0xee0ec5f7,0x0762fb83,0xb17dc1d8,0xbee0ec5f,0x70762fb8,0x3b17dc1d,0x8bee0ec5,0xf70762fb,0x83b17dc1,0xd8bee0ec,0x5f70762f,0xb8200000 +}; + +u32 ANIM_DATA_death_explosion_left1[] = +{ + PTR_ANIM_ENTRY_death_explosion_left1,0x00630c00,0x000098dc,0x00190220,0x000098f4,0x00000700,0x001c0007,0x0a000269,0x00110700,0xffe90018,0x00000000,0xc8ec18ca,0xec98cced,0x17caee15,0xcef010d0,0xf18ad4f0,0x85def001,0xeaf07bf8,0xf4f708fe,0xf118faec,0x28e8eb32,0xd46832bd,0xe534a5e3,0x3a89db3e,0x68d84a43,0xd6541754,0x57e45555,0xadd64772,0xdd2f3be7,0x19127109,0x017af905,0x82e91404,0xe12005e1,0x260bdd2c,0x90d73297,0xcf361cc3,0x3c9fc946,0x1ed34d1d,0xcd5221d3,0x52a1d54f,0x1fcf491e,0xcd419cd1,0x399cc731,0x9ec12b23,0xb32628ad,0x23aaa921,0xa9ab2026,0xad2028b7,0x20a7bb21,0x25bd21a2,0xc1209ebf,0x1c9cbf16,0x9dc1111a,0xc50e18c9,0x0f17cb12,0x96cb1616,0xcb1616cd,0x1696cd16,0x95cb1615,0xcb1615c9,0x1595c914,0x96c91396,0xc91295c9,0x1195c910,0x95c90f95,0xcb0f15cb,0x0d95cb0c,0x95cb0b95,0xcb0a15cb,0x0915c907,0x95c90595 +}; + +u32 ANIM_DATA_death_explosion_back_left[] = +{ + PTR_ANIM_ENTRY_death_explosion_back_left,0x00500c00,0x00009a40,0x00180220,0x00009a58,0x00000600,0x00070006,0x0a000258,0x00100700,0xffdb0017,0x00000000,0xe5eb49cb,0xd89797b5,0x372f7a1e,0x5f23bc3e,0x45797c04,0xf0f402d9,0xd9f5cb8b,0xcbe6bb67,0xecce2fd8,0xeb80b0f6,0x445fea8e,0xbc532d6e,0xa272bb51,0x050a91e7,0xc4c30a29,0xc5893449,0xf86b8d9b,0x781aa528,0x2cd25839,0x98983321,0x406243a2,0x4586c58c,0x8d871c9c,0xfa4039ec,0x9077c940,0xef92c9df,0x2633be4d,0xa77c9dce,0xf73e9eee,0x7f3ddd04,0x7bba10f7,0x7419eee7,0xd3ddcf07,0xb39d5961,0x35adbe63,0x4d8cb48f,0x493d26d2,0x1a2de384,0x3cc629fb,0x89d3f512,0xa6e6244b,0xcc469798,0x892f310a,0x4e61f4bc,0xc3c97a87,0x52750da5,0xea1a4dd4,0x3097985d,0x2f30b25e,0x6154bc42,0xa9388512,0xf10926e6,0x1149cc20,0x93983930 +}; + +u32 ANIM_DATA_death_explosion_back1[] = +{ + PTR_ANIM_ENTRY_death_explosion_back1,0x004b0c00,0x00009b5c,0x00170220,0x00009b74,0x00000700,0xffdd0007,0x0b000298,0x00120600,0x00020018,0x00000000,0x386b7b34,0x6c762e6d,0x36246bfb,0x1668ff04,0x6586e863,0xc6d662c3,0xd66306d2,0x6608c06a,0x88b6708b,0xaa77cb9e,0x7e8ca082,0xcaa68408,0xac810aae,0x788bac6a,0x8bae5949,0xb04508ae,0x2dcdae13,0x91b5f68c,0xb7d908b5,0xbdc0bfa5,0x2fe19b31,0xff967e0d,0x92ff1b93,0x73299636,0x359a4635,0x9e882ba0,0xc327a5ff,0x31ae7e43,0xb2c04fb3,0x8257b243,0x5bad0361,0xa6c261a0,0x40619a7e,0x61957c5b,0x9179538e,0x784f8bb9,0x4f893d4d,0x867f4983,0x82458083,0x3f7e023f,0x7cc2417d,0x03437d82,0x417e0143,0x7ebf457e,0xbe457e3d,0x457dfc47,0x7d3d477c,0xbd457c3d,0x457c3e47,0x7bfe457c,0x3e457c7f,0x457cbf45,0x7d3f457d,0x7f457dfe,0x477e3e47,0x7e3d497e,0xbc000000 +}; + +u32 ANIM_DATA_death_explosion_right[] = +{ + PTR_ANIM_ENTRY_death_explosion_right,0x004b0c00,0x00009c60,0x00180220,0x00009c78,0x00000700,0xffe00007,0x0a0002a9,0x00110700,0x00220018,0x00000000,0x40cbde40,0xcbde40cb,0x6024cc65,0x2ac9e924,0xc7ee16c4,0xf408c27a,0x02c002fc,0xc18af6c4,0x90f8c492,0xecc397ea,0xcd1ae2dd,0x1dd6eca3,0xcaec27be,0xeaa9b6e5,0x27b8d8a6,0xbcc323be,0xa620be83,0x20c65aa1,0xca2e22cd,0xfba0d1c1,0xa0c585a7,0xa94d23ad,0x1e09dd13,0xf1012965,0x112ad623,0x32572f39,0xde313ee0,0x3340e337,0x4063433d,0x61513c5f,0x5738dd53,0x315d4d30,0xdd4d2fdc,0x4f2f5b53,0x2ddb572e,0xdc5731dd,0x5138de4f,0x415f5148,0x61574e61,0x55516047,0x5161414f,0xdf3d4d5d,0x394b5d39,0x495d3747,0x5b35455a,0x37435939,0x425a0000 +}; + +u32 ANIM_DATA_death_explosion_forward_right1[] = +{ + PTR_ANIM_ENTRY_death_explosion_forward_right1,0x003e0c00,0x00009d70,0x00180220,0x00009d88,0x00000700,0x00210007,0x0a000248,0x00110700,0xffeb0018,0x00000000,0xbefa16be,0xfa94befa,0x94bef995,0xbefa14be,0xfa93c0fb,0x0fc0fb8b,0xc2fb84c4,0xfbf5c6fa,0xe6ccf660,0xd0efe3d0,0xe6e2d8e3,0xdde2e45a,0xece5d4f0,0xe4cceedd,0x46f0cd46,0xf2b648f4,0x9948fc76,0x4b004b4d,0x021ad001,0xe45209aa,0xe031767d,0x6132f1cf,0x10c8a504,0xf0a10cfe,0xa11a04b1,0x3285b54c,0x8abd5e06,0xcd7782d3,0x8e01d1a0,0x00d1ad82,0xd3b684d5,0xc106d3c7,0x08d1c90c,0xd1c611d1,0xc318cdbe,0x1fcfb7a6,0xcfaf2dcf,0xa4b2d397,0xb4d58937,0xd77b39d7,0x6db3d562,0xacdd5c28,0xdd51a7d7,0x49a4d746,0x22db4427,0xd942acc9,0x40a9b93f,0x23b13d9d,0xb33f19b5,0x4196b944,0x12bb4590,0xbd458fbf,0x448dc143,0x8ec54310 +}; + +u32 ANIM_DATA_death_explosion_back2[] = +{ + PTR_ANIM_ENTRY_death_explosion_back2,0x00480c00,0x00009e58,0x00180220,0x00009e70,0x00000600,0x00030006,0x0b00026d,0x00110800,0x00340019,0x00000000,0xeceeed78,0x7735fe3b,0x1aa09d1d,0x110ea690,0xe7535893,0xcfa649f8,0xd02106ea,0x8c84b685,0x40dc429f,0x6ec10f27,0xa8473c07,0xf37817d9,0xb710d8e0,0x8b686fc7,0x7437c45c,0x1b42504c,0xf16985dc,0xece27680,0x60e93e28,0x409d9802,0x8ccff1c4,0xe871c223,0xf701399a,0xb0943d02,0x31ce630a,0xe32a01fd,0x977ec6cf,0x7ec6e9df,0x63334fa1,0xd8c7b8ec,0x5bcc5e34,0xdf2b1feb,0x1192b445,0xcad9c1e6,0x0cc0734e,0x5839bf33,0xfce19dee,0x71cfeb37,0x68f79ab4,0x7accf9bc,0xe63ceef3,0x2e7f99a3,0x33bcd397,0xe669cbf3,0x3566739a,0x72f8ccb9,0x3ae62c9c,0xb2f65659,0x5722fc99,0x93a640c5,0xef1ae07d,0x8af17fc4,0x191ee1ec,0xcf70e667,0xb86b33dc,0x3199ee16,0xccf70a66,0x7b84b33d,0xc2199ee0,0xeccf7066,0x67b82b33,0xdc0f99ee,0x05ccf701,0xe67b8073,0x3dbff99e,0xdfdccf6f,0xde67b7e7,0x33dbef99,0xedf5ccf6,0xf9e67b7c,0x733dbdf9,0x9ededcc0 +}; + +u32 ANIM_DATA_death_explosion_forward_roll[] = +{ + PTR_ANIM_ENTRY_death_explosion_forward_roll,0x005c0c00,0x00009f5c,0x00190220,0x00009f74,0x00000500,0x00030005,0x0a00028b,0x000f0700,0x00210016,0x00000000,0xeb6393ad,0x860e35f8,0xb6d867e3,0x55cfed36,0x2bb399a0,0xd0726323,0x810c25d0,0xae7d04b4,0x7cdadfbf,0x2c30c2b3,0xc950dead,0xfbb8a80f,0x3a323c43,0x46e62b0b,0x5474ebb1,0xc228c402,0x8e7709bf,0xacc52772,0x101cde26,0x1367f02c,0xfc30e365,0x21d33178,0x1c6dbff1,0x6f1d451a,0xbb13e3e4,0x4b873156,0x7d467831,0x1a60cc65,0x76f15dbc,0x44d73511,0x58c43b4b,0x11255c45,0x763718dc,0xe4677791,0x8dde45d7,0x7b15dfec,0x53837126,0x0fc418c1,0x0f62e43d,0x7fb0f60f,0x43b83b0e,0xdfec397b,0xb0e5fe43,0x97fd0e5f,0xfc377bb0,0xddde4377,0xf90d5fdc,0x357b90d6,0x0e4358bd,0x0d5ef433,0x7790cdee,0xc337fb0c,0xdfec337f,0xb0c5fec3,0x17fd0c60,0xec317fb0,0xc5eec317,0xfb0c5fec,0x317f90c5,0xfe4317fb,0x0c5f0431,0x80000000 +}; + +u32 ANIM_DATA_death_explosion_forward_face_down[] = +{ + PTR_ANIM_ENTRY_death_explosion_forward_face_down,0x00590c00,0x0000a0a8,0x00160220,0x0000a0c0,0x00000700,0x00210007,0x0a000249,0x00110500,0xfff60016,0x00000000,0xb4d73303,0x6a9c2db2,0x7336c6ca,0xdb9f036f,0xccedb837,0x36d2d0da,0xf33b682d,0xcd7079b4,0x9ddcc9ef,0xa2f58d2b,0x28b1a967,0xbea4ab5a,0x6aad093a,0x7aa245d8,0x8b93923e,0x6129893e,0x27e5eca6,0x986ac274,0xeb613e2d,0x85fcaf20,0xd2747248,0x78ca1a65,0x264517c8,0xc66c42f2,0x4f7b06d3,0xdc23b6cc,0x3e7820b3,0xd966d535,0x9efc922c,0x72c0b24d,0xc0cf3f8b,0x5d162f94,0xfdbad61c,0xd9578b2d,0x443c14c1,0xefd0e8bf,0x3eaadcbe,0x9b92ba6c,0xca08b526,0x2ae494ab,0x925aae49,0xabbd26ae,0xfc9eabf2,0x82b04a0b,0xc327af04,0x9cac1262,0xefc96bbf,0x262af498,0xabf25aaf,0xc98cbf26,0xab049abb,0xf26aaec9,0xcbbd27af,0x049cbbf2,0x72afc9aa,0xbf26aafc,0x9a9bd26a,0x6fc989bf,0x2626fc98,0xabf262ef,0xc98abf26,0x2afc98ab,0xf262afc9,0x8abf262a,0xfc98bbf2,0x62b04969,0xbf25aafc,0x96abd25a,0xb8494a00 +}; + +u32 ANIM_DATA_death_explosion_left2[] = +{ + PTR_ANIM_ENTRY_death_explosion_left2,0x00640c00,0x0000a1cc,0x00160220,0x0000a1e4,0x00000700,0xffe60007,0x0a0002af,0x00110600,0x00160017,0x00000000,0x34cb5469,0x96a8cb2f,0x49764ab2,0xccc584d9,0x4a0531da,0x1063322c,0xc4e06589,0xb0cb11b9,0x661ee1ec,0x16c4575d,0x8bac7510,0x54ed28a5,0x604d3db8,0xa2552924,0x627167f5,0x834e8c88,0x1b579436,0x2d166e66,0x34e6d42a,0x07f7b4a4,0xcfca8138,0x9927b336,0xcbe2711f,0xdae5a821,0xcdebc37a,0x0ee68c80,0xac8f7ad5,0xc5f322c9,0xef3588fc,0x54ffb85c,0x36d7ccbd,0xfdfd3d19,0xc97bb0c2,0x7dd8a1fa,0xa344f528,0x880e42e0,0x946f7198,0xe2a1323e,0x84e5cb82,0x4d5c8c9d,0x76233b64,0x4a68d0cc,0xa969b92a,0xb4121cc9,0x63c8d146,0xd09e8ce4,0x3d1a507a,0x37a0cc75,0x5178eeb3,0x31d546a3,0xaa8dc755,0x9a8eaa33,0x1d565e3a,0xb4d47559,0xb8eab331,0xcd26639a,0x8dc6f51b,0x8da9351b,0x526a38ac,0xd47151a8,0xe2a351c5,0x46a38a8d,0x46f51a8e,0x29000000 +}; + +u32 ANIM_DATA_death_explosion_forward_right2[] = +{ + PTR_ANIM_ENTRY_death_explosion_forward_right2,0x00580c00,0x0000a30c,0x00170220,0x0000a324,0x00000700,0xffe60007,0x0a0002b1,0x00110600,0x00160017,0x00000000,0x34d25469,0xa4a8d349,0x51967e92,0xecd56599,0xab09b354,0x0a66f320,0xce64599c,0xc0cb3361,0x962372cc,0x15c397dd,0x88ae5b17,0x586a20a8,0x5a514ac0,0x9a757144,0x92524884,0xc2cf9b06,0x9cb91034,0x6f28685a,0x2ccecc69,0xb7a05403,0xef69899f,0x958270b2,0x4ee56f97,0xc4e63db5,0xd34c43ab,0xd787141d,0xcd590159,0x9ef5ac8b,0xe54792dc,0x6f0ff8b1,0xff70c865,0xafb97bdc,0x3a5a3412,0xb76284fb,0xb903f55a,0x07e63a10,0x1c61c128,0xd6e3320d,0x42650d09,0xcb170499,0xf919396a,0x4673c894,0xe1a199a6,0xd3729568,0x241992c6,0x92228b61,0x3d15c87a,0x2ba0f45d,0x4198c6a2,0xf19d6663,0x2a8d4655,0x1b8c6b35,0x18d46631,0xacbc6369,0xa8cab371,0x8d66631a,0x4cc6151b,0x8c2a0000 +}; + +u32 ANIM_DATA_death_explosion_forward_right2_alt[] = +{ + PTR_ANIM_ENTRY_death_explosion_forward_right2_alt,0x00500c00,0x0000a438,0x00170220,0x0000a450,0x00000700,0xfff20007,0x0a000288,0x00110700,0x00230018,0x00000000,0x18f16116,0xf3621af4,0xde18f5df,0x1af45d18,0xeedf18e7,0xdf1adddc,0x1ad0de18,0xc4df1abf,0x5d1ab8dd,0x14b4de16,0xb15c14ae,0x5d10ab5e,0x06a965f2,0xaa74d4ae,0x8ac0b698,0xa6baacbe,0xc298c0c1,0x96cec688,0x9cd02aba,0xcfff8ec3,0x2bc0b610,0xe4ab7808,0x9edec891,0x10e682f8,0xec6bf5b8,0x510fb023,0x8fbe0504,0xefe8f10f,0xcb64ffb2,0x69ff93e9,0x1177e01b,0x595e2925,0x63450f71,0x410aef71,0x12f94916,0x6c4d16ee,0x3d156847,0x106e2d0d,0xe9210f64,0x17125f1b,0x135d1114,0x5c09155b,0x1914dc15,0x145b0112,0x54090fd3,0x190ed815,0x0cd5190b,0x59210adb,0x210b5c1d,0x0c5d1d0c,0xdd1f0cde,0x210ce01f,0x0ce11f0c,0xe01d0cde,0x1f0cdd1d,0x0cdd1d0d,0x5d1d0d5d,0x1d0d5d1b,0x0d5e0000 +}; + +u32 ANIM_DATA_death_explosion_forward_right3[] = +{ + PTR_ANIM_ENTRY_death_explosion_forward_right3,0x004e0c00,0x0000a54c,0x00180220,0x0000a564,0x00000400,0x00020004,0x070003df,0x000b0400,0x003e000f,0x00000000,0x5e44dfd5,0x86b29d73,0x3ec2793c,0xd9713fc0,0xdb7df27d,0x5cffc913,0x9220283c,0x50fda305,0x4856902d,0x9b3c2418,0x1773a56e,0x59ebd217,0xec000000 +}; + +u32 ANIM_DATA_running_hands_up[] = +{ + PTR_ANIM_ENTRY_running_hands_up,0x001a0c01,0x0000a664,0x000f0220,0x0000a67c,0x00000500,0xfffe0005,0x0700044d,0x000c0600,0x009c0012,0x00000000,0xb8d3aea9,0x2dba2f8d,0xc8f20206,0x2b61dfcc,0x936d1d6e,0x11ccf412,0x44484809,0xb0022401,0xfcf0b734,0x2c5d8000 +}; + +u32 ANIM_DATA_sprinting_hands_up[] = +{ + PTR_ANIM_ENTRY_sprinting_hands_up,0x00110c01,0x0000a6c4,0x00120220,0x0000a6dc,0x00000500,0x00020005,0x0600042a,0x000b0400,0x0001000f,0x00000000,0xf15fe2bf,0xc57f8aff,0x15fe2bfc,0x57f8aff1,0x5fe2bfc5,0xff8bff17,0xfe2ffc5f,0xf8bff17f,0xe2ffc5ff,0x8bff17fe,0x2ffc5ff8,0xbff17fe2,0xffc5ff8a,0xfe95fe2b,0xfc57f8af,0xf15fe2bf,0xe5ff8bff,0x17fe2ffc,0x5ff8bff1,0x7ff2ffe5,0xf7cbff96,0x3f343c77,0xf4eff1df,0xe3bfc77f,0x8eff1dfe,0x3bfc77f8,0xeff1bfe3,0x7fc6ff8d,0xff1bfe37,0xfc6ff8cf,0xf19fe33f,0xc6778bff,0x17fe2ffc,0x5ff8bef1,0x7fe2ffc5,0xff8bff19,0xff37bc77,0x6cdeb9d5,0x736ba4f0,0x49f41da0,0x343c6078,0xcff963e3,0x3fc676cc,0xee920223,0x4245807f,0x08c2023b,0x647ec70f,0x957d2f7e,0x5004d102,0x1fe47f46,0xaf0b2f16,0x1e303861,0x6896e947,0xe2c34296,0xfd5f79f9,0xe2f1a1e3,0x77f6f3dc,0xeff8f831,0xffe5fecb,0xfd97f73d,0xee7decfc,0xfaa0b60f,0x6d9ecebd,0x777aefed,0xfdfbbc57,0xe032a16b,0xe5dfc3de,0x600e0000,0x4fbc1f7f,0xbefdfe3d,0xfc000700,0x2df03df0,0x40010783,0xfe89ff14,0x7e30785e,0xf09de143,0xa387071f,0x0e3e1ffc,0x3f889be9,0x5fd2ffc6,0x1fcf0ea1,0xdd403c87,0xf50fea01,0xd43fa877,0x0ffe9c1e,0x3ffc87f9,0x0fe9e1e3,0xbfc7ff8f,0xfe9ffe3f,0xfc87750f,0xf1ffe3ff,0xa7ff8fff,0x1ffe3ffc,0x87f90ffa,0x3fe47fc8,0xff51ef23,0xfe43fc87,0xf10fea1f,0xe4000000 +}; + +u32 ANIM_DATA_aim_and_blow_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_aim_and_blow_one_handed_weapon,0x00d20c00,0x0000a718,0x000f0220,0x0000a730,0x00000300,0x00000003,0x03000441,0x00060300,0x00010009,0x00000000,0x3f0fc0c4,0x60381c0c,0x070381c0,0xe0703818,0x0e072313,0x80007071,0x3c1e0f07,0x0381e4f0,0x783d7e3f,0xe013cac4,0xe038fc7d,0xb7ff83f9,0xfc8e4928,0x900f0400,0x781b8f89,0xe0f0783c,0x1e0f0400,0x08040207,0x028f80c0,0x6030180c,0x06030380,0xc3e1f018,0x0c06030f,0x87c06030,0xf87c0000 +}; + +u32 ANIM_DATA_aim_one_handed_weapon_left[] = +{ + PTR_ANIM_ENTRY_aim_one_handed_weapon_left,0x00570c00,0x0000a8d0,0x00090220,0x0000a8e8,0x00000300,0x00000003,0x02000441,0x00050400,0x00000009,0x00000000,0x27800623,0x02000060,0x303f9fc6,0x1f120800,0x63f0180c,0x3e3f0008,0x03e1f018,0x0c463f1f,0x0fc7a3c1,0xe0800200,0x00000000,0x000003c0,0x000e0000,0x1e0f0000,0x0000f180,0xfc7e3f18,0x0c07e3f1,0xf93c9e3f,0x1f93c9c3,0xf1803c1c,0x9c0fe106,0x63100804,0x62010080,0x46231180,0xc0600000 +}; + +u32 ANIM_DATA_aim_one_handed_weapon_right[] = +{ + PTR_ANIM_ENTRY_aim_one_handed_weapon_right,0x00570c00,0x0000a960,0x00090220,0x0000a978,0x00000300,0x00000003,0x04000443,0x00070500,0x0000000c,0x00000000,0x1c11c11c,0x11c11c11,0xc11c11c1,0x1c01c11c,0x11c11c11,0xc1fc11c1,0x1a134012,0x01411421,0x42f43f63,0xf64b64d6,0x4f44d23d,0x23d22f22,0xf21f20f2,0x013f1201,0x2432155d,0x55c5b861,0x83c15fc6,0x5947a49a,0x29c29d09,0xee9e09e0,0x9e09e09e,0x09e09e07,0xf07f07f0,0x7f05ee5d,0x05c05c07,0xc07c09c0,0x9b0bb2bb,0x2bc0bc0d,0xd0de0de0,0xdf0c00c1,0xea2ea2ea,0x3e83083e,0x65065045,0x0260061e,0x61e61c61,0xc51a5fa5,0xf84f84f8,0x41631631,0x63143142,0x14314316,0x21811a01,0xa01bf19e,0x3be5de3f,0xe3fe3fd3,0xbe1be1de,0x1de1fe1f,0xe3fe01f0,0x1f21f020,0xe00e00e2,0x1e21e00e,0x01001001,0x0011e11e,0x11e0fe0f,0xe01e0200,0x20120120,0x02002002,0x1f2001e2,0x3c03df3d,0xe1de5de5,0xde3dd3fd,0x01d23d05,0xbe7de9ee,0xbeedeedf,0xcc0ac0cc,0x0ea0ea1e,0xa1ea00a1,0x0a00a108,0x10820820,0x82082062,0x06206306,0x20420420,0x42021021,0x02102100,0x10012010,0x01000000,0x00000000,0x00200200,0x21041040,0x041e41e2,0x0e21e200,0x01e00e00,0x00000002,0x00010002,0x005e01c0,0x1c01c01d,0xf1dffded,0xfee1ee1e,0xe3e03f03,0xf03f03f0,0x3f23f23f,0x23f21f01,0xfe1de1de,0x1ce1d03d,0x03d25d25,0xd27e27f2,0x60061062,0x06306324,0x3e44e44e,0x23023003,0x023002e0,0x1c02fc5f,0x87f63162,0x19f1dc3c,0x11a21c13,0xc11e0000,0x22020020,0x03e03e02,0x00200200,0x3e000020,0x05e03e00,0x01020020,0x0213e01c,0x0fc1fc1f,0xe11e01e0,0x1e01e01c,0x01c01c01,0xc01c01c0,0x1c11c11c,0x11a11c01,0xc01c01c0,0x1c01c01c,0x01a01a11,0xa01c01a0,0x1c0fdfff,0xffff1fff,0xfffff1ff,0x1ff3ff21,0xf01f2002,0x00200200,0x20000001,0xf01f1ffe,0x1fe1f01f,0x01f01f03,0xe03f1e53,0xa33bffc0,0x1c03c01c,0x01c15a23,0x823bd21a,0xe3fe21e2,0x1e23b8af,0x623f5e1d,0xc00c00c0,0x0e01e011,0xe01e11e0,0x3e03e11e,0x11e11e21,0xe13e15c2,0x3833bf3b,0xe1a01a11,0xa0180380,0x39f1befd,0xe1fe1fe1,0xfe3fe01d,0x21d21c43,0xc45c47c4,0x7d49d29e,0x29e09e09,0xe09fe80e,0x81e82e82,0xe83ea3ea,0x3ec30c30,0xa3083063,0x04206007,0xf0600400,0x20000000,0x000000fe,0x1fc01de1,0xfe03d05d,0x03d00000 +}; + +u32 ANIM_DATA_conversation[] = +{ + PTR_ANIM_ENTRY_conversation,0x01c10c00,0x0000a9f0,0x000c0220,0x0000aa08,0x00000600,0x00040006,0x090003c7,0x000f0600,0x00030015,0x00000000,0xf105e788,0x2f3c417b,0xe20bdf10,0x5ef882f7,0xc417be20,0xfdf107ef,0x883fbc41,0xfde20fef,0x107ef883,0xf7c41fbe,0x20fdf109,0xef884f7c,0x427be213,0xded0bef4,0x86fba437,0xbd217ee5,0x09f7284f,0xb8427fc2,0x13fe109f,0x6e84fb84,0x1fbba0bd,0xdd05e6e8,0x3f364279,0xba17ce10,0xbe7086f3,0x843f9ca1,0xfbe50fdf,0x287efa43,0xf9da1fdf,0x111efa89,0xfbe44fff,0x2240fd12,0x00088001,0x4402121c,0x20d0c18a,0x85146421,0x0320c91d,0x0630e821,0x47410a3a,0x04519001,0x8a800844,0x00422001,0x11000868,0x00033f80,0x11fc00cf,0x9f847bfc,0x03d7ff9e,0x7e00f1f0,0x077f803b,0xfdf9dfdf,0x8efefc77,0xf7d3bfbe,0x1dfdf0f1,0xef679f7a,0x3d7bd1ef,0xde4f9ef0,0x7cf763e7,0xbb1effdc,0xf206c790,0xb43b83a1,0xd81d4ec1,0x68750723,0xa0199cbf,0xd0e3f6a6,0xff76377b,0xb9b7cdcd,0x5e7268f3,0xb34f9d1a,0x3cf0cde7,0xa62f3c2e,0x79e957cf,0x89fefe47,0xf40207bf,0x8e7d0067,0xe002debf,0x13f5f083,0xdfc35f7c,0x13fbd057,0xde80bff7,0xf5f7bf1f,0xbef5fdf7,0x9befbb7f,0x7bd0ffde,0x2ffeeebe,0xf75dffba,0x3fbecd7f,0xfe4bff31,0x5f7985fb,0xdc07df5f,0x3ff6f5ff,0xb78fbdbb,0xfdeddfef,0x2eff7979,0xfbbbe7de,0x607ef311,0xf7791fbb,0xccfdee83,0xfff4c077,0xafff8dc7,0xfd7040e7,0x96171d61,0x39f187cf,0xb82e3ee1,0xf0010b80,0x605c0582,0xe83c0f22,0x60b91703,0xc8d81e47,0xa0f24507,0x92685c15,0x41dcb80e,0xe6207a33,0x03d1a01e,0x4d60f26f,0x0793901c,0x9d7fe8ef,0xf7478f7a,0x3cfbd1e3,0xce8f1df6,0x78ebb3cf,0x5d9ebbec,0xf7df67ce,0xfb3f77e1,0xffbf101d,0xf881efc4,0x179ea0fc,0xf907e7a8,0x2f7c40f9,0xea07cf50,0x1f7a7ffb,0xb3ffbe20,0x7ef903ff,0xc8303e42,0x01ea141f,0xd0a17e85,0x04042840,0xa1430908,0x18684105,0x420a3210,0x61d06410,0x82249401,0x251fc92c,0xfe4187e1,0x8e3e8881,0xec440f01,0x207504e3,0x97e61bff,0x28dbf106,0xafc63300,0x2190008c,0x60826607,0xf35ffe9c,0x7ef0ebef,0x677ebb3b,0x73d9cb7e,0xcddaf669,0xcfb3361d,0x98eeecc3,0x67661afc,0x3057e17a,0xbf0b3678,0x51b7d245,0xdf1031fc,0x73a0036d,0xc01af200,0xd7c0471f,0x023d0422,0x10611104,0x08862044,0x11431f88,0x10ec3006,0xe17e3203,0xe167df09,0xbdf43fef,0x817f7c08,0x7de82bef,0x40fffa07,0x03d0405e,0x8302f026,0x1781b13c,0x1209e8ac,0x4f464278,0x3613d1b8,0x5e8e00f4,0x6df7832f,0x3c16f7e0,0xafbf459d,0xf832f3c1,0xd7bd90fe,0xe499f705,0x3ff72c01,0xc9680e8b,0x40f65903,0xb2b7fd94,0x7fec99f7,0x846f3d20,0xfbe8ffdf,0x481efc44,0xf3e24f9f,0x13bcf8a3,0xdfa53ebd,0x2975e13f,0xaf095df8,0x45efc217,0x7e0ffcf4,0x7defa3ff,0x7d217de1,0x180f4940,0xfa4e0bc2,0x90be9506,0xf8aa3fe5,0x427f2817,0xf92cc008,0x86003c30,0x1199600a,0xc9fc483f,0xc1f13d0d,0x83e063fe,0xc2fef618,0xefa0cf5c,0x8738e043,0xaee26d37,0x15e5b0cb,0x1dc778ee,0x44c7725e,0x5c1472e4,0xa797251c,0xb92665c9,0x173e477a,0x7232d7a1,0x4ebd88f6,0xec3fbf41,0xee391071,0xc8978e05,0x9bee34db,0x81defc8f,0xf7e87fc7,0x63cebc1b,0xfbe8c80f,0xc5c1022c,0x14116900,0x8bcc0866,0x806374c2,0x1e2a1101,0x50c88a08,0x4648323a,0x0191cd08,0x90502481,0xc0248a09,0x28404921,0x7e470be2,0x105e8f42,0xf0701f63,0x40b91785,0xb8a81d84,0x80ec2003,0x40d81986,0x00c82a0e,0x2140b10b,0x87806c2c,0x0420e026,0x0b116079,0x0cc3cc72,0x1e8400f5,0x2289b124,0x6e0943f4,0x4823b219,0x3e0f8af4,0x7457e382,0x401b9208,0xdcb046c5,0x82382801,0xc91f0ec7,0xf0742f63,0x80fa1983,0xd0bbfe45,0x3f7423f7,0xb0e7be05,0xbdf421ef,0xc0dfbf04,0xfe001c00,0x40c08207,0x08103840,0x82430018,0x1801013f,0x0a89f868,0x4f84027a,0x260fc158,0x9e0c43f0,0x6c0f6390,0x3a1e7dc8,0xfbce47dd,0xf23de791,0xdf1d0e78,0xe86bc000 +}; + +u32 ANIM_DATA_drop_weapon_and_show_fight_stance[] = +{ + PTR_ANIM_ENTRY_drop_weapon_and_show_fight_stance,0x01c10c00,0x0000acc0,0x00150220,0x0000acd8,0x00000300,0x00000003,0x0400044d,0x00070400,0x0000000b,0x00000000,0x1602c060,0x0b01602c,0x0580c018,0x0300600b,0x01802c06,0x00b01802,0xc0580b01,0x80300600,0xc01822c0,0x588b1140,0x280508a1,0x14028050,0x0a01602f,0xc678d01b,0xff7c6f8d,0x01a03407,0x00e01c23,0x84708d01,0xc2384689,0xc01602c4,0x588c1180,0x700608c2,0x18230460,0x8c118230,0x7e08c118,0x2304608c,0x21a23446,0x80d11a23,0x44688d11,0xa2344e88,0xd11a4348,0x710d13a4,0x748610c1,0x1a0343ef,0x8df1ddc2,0xf8e02de5,0xbcf41e03,0xc0780f49,0xe83d09a5,0x30a505a0,0xb8574a6a,0x4d27c0f8,0x9f92f25e,0x4bc9002f,0x05e08010,0x0300600c,0x01884108,0x21442905,0x1e420087,0x8fe0fa1f,0xbff7feef,0xddffbff7,0xfdffdffb,0xff7ff1dd,0xfff7ff0e,0xe5a0bc90,0x1202428c,0x91a23626,0x848d0991,0x322644c8,0x98030040,0x08010f21,0xe3fcbf17,0xe1fc3f87,0xe8fd1fa3,0xf40688d0,0x1a034000 +}; + +u32 ANIM_DATA_yawning[] = +{ + PTR_ANIM_ENTRY_yawning,0x00c20c00,0x0000b188,0x000b0220,0x0000b1a0,0x00000500,0x00030005,0x07000447,0x000c0400,0xffff0010,0x00000000,0xe811e811,0xe811e811,0xe811e811,0xe811e811,0xe811e811,0xe811e812,0xe811e811,0xe811e811,0xe811e811,0xe811e811,0xe811e811,0xe811e811,0xe811e811,0xe811e801,0xe801e011,0xe811e801,0xe801eff1,0xe7f1efe1,0xefe0efd0,0xe7d0e7c0,0xe7c0e7b0,0xe7afdf90,0xdf91e772,0xe760ef6f,0xef60ef62,0xef52f740,0xf730ff2f,0xff1ff700,0xef00e700,0xdee1dec1,0xdeb1f6c1,0x0ee0073f,0xf760f791,0x07930fa3,0x0f93ff82,0xf763e741,0xe73fd71e,0xcf0fdf0f,0xe6fee6e0,0xeed1f6d1,0xf6f1f720,0xf772f7b5,0xffc4ff92,0xe74fd6ef,0xd6afd670,0xde70eea0,0xf6d2fed2,0x06d106b1,0xf6a0ee9f,0xde9fdeaf,0xdecde6ab,0xe63ccdbf,0xb581bdb2,0xbdf0be2e,0xc63bce58,0xce88d6a9,0xe6cdeee2,0x0f161f15,0x26f10e9d,0xf64ae62b,0xde5ed691,0xc6f19711,0x86f38ef4,0x9f25a767,0xa7a7bfc7,0xcfd6cfc5,0xc7a6bfa7,0xb7a6c7a6,0xe796e795,0xef73f751,0xff420f51,0x1f6f279f,0x279f1f8f,0x17600f60,0x0f6f0f8f,0x179d1fad,0x179f0791,0xf772f764,0xf755f744,0xf713eeb2,0xee23e5d5,0xddf3e671,0xe6e1df22,0xe703eed2,0xf6b2eea2,0xeea1f690,0xee7fe670,0xd661d671,0xce82ceb2,0xcee2d6f1,0xd701def1,0xdef1e6f1,0xe6f1ef01,0xeef1eef1,0xeef1f701,0xef11e701,0xe702df03,0xd703d703,0xdf14df24,0xd714d6f4,0xded4e6c4,0xe6b2f690,0x0e7026a3,0x27141fc3,0x18922982,0x323f4a7c,0x5a0b694b,0x787b77fa,0x47ba2f7b,0x376d276e,0x077fe7af,0xd7b0cfc0,0xc7cfbfcf,0xafdea7fd,0x981e902e,0x901e97fd,0x97dd9fcd,0xa7ceafcf,0xbfc0c7c1,0xcfc1d7d0,0xdfd2efd3,0xffd307e3,0x0fe317e3,0x1ff32013,0x20232843,0x20422052,0x18511861,0x18601861,0x10610851,0x08410042,0xf843f843,0xf054e854,0xe045e034,0xe034e013,0xe812e002,0xe012e021,0xe021e821,0xe811e811,0xe811e811,0xe811e801,0xe001e001,0xe001e801,0xe801e800,0xe801e801,0xe801e800,0xe800e801,0xe801eff1,0xeff10000 +}; + +u32 ANIM_DATA_swatting_flies[] = +{ + PTR_ANIM_ENTRY_swatting_flies,0x01270c00,0x0000b2c0,0x00100220,0x0000b2d8,0x00000500,0x00000005,0x0500044b,0x000a0500,0x0004000f,0x00000000,0x063a0c70,0x18e031d0,0x63a0c701,0x8e031c06,0x380bf017,0xe02fc063,0x80bf018e,0x071c0638,0x0c7038e0,0x71c0e781,0xcf038e07,0x3c06780c,0xf019e033,0xcfe77ed6,0xfdbdf79a,0xdf359de7,0x1ad5b3ab,0x6356c6ab,0x8d5719b6,0x356c6af9,0xd5f5bc6f,0x7adeb7cd,0x739ae735,0xde6fbcdf,0x79cf739d,0xe6fbcdf7,0x7bef37de,0x6bbcd7b9,0xbf777eef,0x3ddeff9e,0xf6fdec7b,0xf6f7ebcf,0xd37faebf,0x6d031b06,0xb61f6441,0xc847b113,0x8227044e,0x889d1138,0x227423f0,0x03d07f80,0xf6c1fd00,0x1a087210,0xe442c887,0xa10f621e,0xc42e085c,0x1078206c,0x40d08391,0x0f422ec6,0x8d8d3b1a,0x76256c6b,0xe0d5d1ab,0xa457469e,0x911d29fa,0x4274a3e9,0xc3d403a8,0xf755ddaf,0xba5f72ae,0xe55dcabd,0x857f0afe,0x120b9c37,0x30ac61d8,0xa3b10962,0x0ec415c6,0x2c083817,0xee1fe41e,0xd03da07b,0x40ef01de,0x839d073e,0x0e041e27,0xc45004c0,0x023e04fc,0x0af015e0,0xa7c24f04,0x9d80fdf1,0xb9d37384,0xe705dd83,0xba0f341e,0xe7ddcf3d,0x9dff3a06,0x720cd81a,0xa87570e7,0x01c6017c,0x82fa05f4,0x0be817d8,0x2dbfdb9f,0xb73f6e7e,0xdd000000 +}; + +u32 ANIM_DATA_scratching_leg[] = +{ + PTR_ANIM_ENTRY_scratching_leg,0x00b80c00,0x0000b53c,0x000f0220,0x0000b554,0x00000400,0x00000004,0x06000437,0x000a0500,0xffff000f,0x00000000,0xf283e507,0xca0f922f,0x285e50bc,0xa1f143f2,0x82248048,0x10124020,0x82390472,0x80c6014f,0xe1a3c338,0x047f053f,0xf9fbc3e7,0x69de8bfc,0x903718ec,0x11d445a8,0xcb619ee3,0x2d843a88,0x3308640f,0xc7c18fbf,0x107e22fc,0x85f90bb2,0x17e21fbc,0x0178070f,0x86000c04,0x180c3118,0x623fc85d,0x90bf200e,0x5efc81d9,0x87b31766,0x3dcc9991,0x3711fe22,0x0c403978,0x3200641f,0xc83f903f,0x30fe620d,0x001af877,0xe8efe2e3,0xc7cecfad,0x9f993fb2,0x60e504b2,0x0f6326e2,0x4dc4ac09,0x790375e7,0x6bcdde9d,0xcc43768f,0x6d1059e1,0xb3c5680f,0x4f1e1c3d,0x30826148,0xd291a533,0x4a6690cc,0x2198322c,0x445888c0,0x91802300,0x25fc4af0,0x93f12be2,0x5784af89,0x5f02bc24,0xfc490092,0x00000000 +}; + +u32 ANIM_DATA_scratching_butt[] = +{ + PTR_ANIM_ENTRY_scratching_butt,0x007c0c00,0x0000b6c4,0x000f0220,0x0000b6dc,0x00000300,0x00000003,0x06000442,0x00090400,0x0001000d,0x00000000,0x1fe1fb57,0xfc7fe1fe,0x8ff87fc3,0xfe3ff2ff,0x8ffa3fe3,0xff1ff47f,0xbfde1ef1,0xfb8f9a80,0xb63db375,0x23a11ec7,0x7d2ba8bf,0x3ef9b05c,0x075e3f01,0x1910d4ff,0x263c55e2,0xbf89fe2c,0x11611308,0x9864c426,0x21010c06,0x44123f91,0xf847c03e,0x01e80ec4,0x761fb0dd,0x80000000 +}; + +u32 ANIM_DATA_adjusting_crotch[] = +{ + PTR_ANIM_ENTRY_adjusting_crotch,0x00390c00,0x0000b7dc,0x000d0220,0x0000b7f4,0x00000400,0x00020004,0x07000408,0x000b0600,0xfff30011,0x00000000,0xc526eaa3,0x79619cb8,0xbe5e5faf,0x2c1717eb,0x4de587ea,0xb4795a3c,0xb10e5a87,0x2d439621,0xca8fe528,0x7a743d29,0xc08ce042,0x701e340e,0x99e74af3,0x8481a27c,0xd13e68ae,0x38671e3b,0x8f9fc7cf,0xe3c7f1f4,0x34fa587d,0x4c38ae1a,0x530d27a6,0x52e30871,0x7378d13e,0x743041d9,0x22c50ed2,0xc5ea4159,0x87de87b7,0x49d3b2e9,0xf8730c39,0x8c1cc9de,0x4606d387,0x3a3b8d2c,0xc4966243,0x309d97cc,0xbb65e562,0xbea17b40,0xdc98764a,0x42e52372,0xd1b9c855,0x03ee91d7,0x4ceba87d,0xd442a9a3,0x54929a49,0x4d346ab2,0x15650aba,0x85e24f33,0xa99b53de,0x4a77853f,0xf2be0d40,0x0c98094f,0xc625e453,0xe2ca71b5,0x3cfa808d,0x304e9fab,0x4c16a40b,0x9105c802,0xd3c161a0,0xa8d14e68,0x2633d297,0xe90af485,0x6a52b939,0x9c9cce52,0x6f2a3fd6,0x21cb90f6,0x08fb4475,0xaa18d0fd,0x687eb543,0x5a1fcd0e,0xe667f343,0xb9a1bcd0,0xde6a6735,0x339a99cd,0x4de6a6f3,0x53400000 +}; + +u32 ANIM_DATA_sneeze[] = +{ + PTR_ANIM_ENTRY_sneeze,0x008a0c00,0x0000b868,0x00110220,0x0000b880,0x00000300,0x00000003,0x04000443,0x00070400,0x0000000b,0x00000000,0x02204408,0x81102204,0x40881100,0x00440880,0x10020078,0x00011e27,0x8000701e,0x05c0b81f,0x03e09453,0x0a6f4de7,0xb8f716e2,0xdc3f43e8,0x0e01de78,0x0ff2fd5f,0xa82d94a1,0xd41e8350,0x521a2184,0x740f72e0,0x5c0b8170,0x3e07c0f8,0x1f83f05e,0x0bc0f01d,0x0180300e,0x01c0384a,0xc9593b25,0x84f01e83,0xe07c0bc1,0x0021e25c,0x4b81f03f,0xe7fd7fa8,0xf500c3d8,0x7b0f61ec,0x3d7f2fd5,0xfa9f13e2,0x7b31662c,0xc5189212,0x624c510b,0x11802c05,0x79ae35ca,0xf8df1ce3,0x9a6b8570,0xae17c2f8,0x5f1ce19e,0x33ce80e0,0xfa1f43f0,0xfe1fc1f8,0x7e87e11c,0x274468fe,0x0fa1f407,0x00e03c27,0x84f81f03,0xe07fcf80,0xe23c077c,0xef0ee5dc,0xbb8f69fd,0x1fa4340d,0xf2de5c0f,0xba774fe6,0x18c29872,0x0e41c438,0x80110200,0x44088120,0x24048090,0x1202404f,0x89712024,0x04808811,0x02204400,0x80122200,0x40000000,0x00000000,0x00200440,0x8810e220,0x44087110,0x00007f87,0xf11e23c0,0x780f11e0,0x780700e0,0x1c038077,0x8effddfb,0x8770ee1f,0xc3fc7f8f,0xf1fe3fcf,0xf9ff3de7,0x7c6f8dd1,0xbbf706e0,0xdd1da7b4,0xfe9fe21e,0x7c000802,0x027c4c11,0x824e49c8,0xc1182304,0x7ccb9972,0x2e45c8b9,0x17120220,0x04010f21,0xe27c4000,0x10220400,0x90130260,0x4c090120,0x24044108,0x11022044,0x48811002,0x20440881,0x10220401,0x00200400,0x80100200,0x40080100,0x20e21c40,0x08811020,0x04008010,0x02004008,0x01000200,0x08801002,0x1c7f8ff1,0xf03fc7c0,0x780f01e4,0x3c8780f2,0x00440881,0x10200000,0x07f1f05e,0x0fc1702e,0x05e0bc17,0x03e06048,0x01803028,0x01001803,0x10440841,0x804e081d,0x47a0f42e,0x63cc39ff,0x40e81d03,0x98731e62,0x0c418830,0x2604c418,0x8310640c,0x49092124,0x04809002,0x00420801,0x011023e4,0xb89703e0,0x7c5389f1,0x3d27a531,0x2625c4b8,0x9753695e,0x2bc5782f,0x84fe81cc,0x799732e6,0x7ccb99f4,0x30860cf9,0x98230440,0xc02f8500,0x80100200,0x40080103,0x98f2003c,0x0f82685d,0x0ba00000 +}; + +u32 ANIM_DATA_conversation_cleaned[] = +{ + PTR_ANIM_ENTRY_conversation_cleaned,0x01c10c00,0x0000b9bc,0x000b0220,0x0000b9d4,0x00000400,0x00000004,0x05000458,0x00090500,0xfffe000e,0x00000000,0x10880220,0x08802200,0x88042010,0x80420108,0x02200880,0x02000802,0x20108002,0x00080020,0x00800200,0x08002000,0x80020008,0x002000c0,0x22008802,0x30008002,0xf0884034,0x0183c5c0,0x87841f18,0xfc65f10f,0xc42f10c0,0x24011044,0x31108442,0x1108c423,0x10484131,0x08c42318,0x4c804205,0x08142014,0x8052814b,0xf537d4df,0x537d4df5,0x3fd4ff53,0x81500538,0x10c04285,0x0a2328cc,0xc3228c8a,0x3220c464,0x120c4830,0x20c0a302,0x8c0c3030,0xc0c3f30b,0xcc3030c0,0xc2030fcc,0x3f30bcc2,0xf30bcc2f,0x307cc1f3,0x040c1030,0x7ca2f287,0xca102840,0xa102840a,0x102840a0,0x02804be1,0x3740de02,0xf84db14e,0x813ef57f,0xd5ff507d,0x62f58b98,0x2d597548,0xd49b546c,0x597167b4,0xaacead2a,0xbca7c29e,0x8c8d1a34,0x87b31eca,0x8c223047,0xc09b425e,0x117424d0,0x8b422d08,0x7840e083,0x81fe07f8,0x3ed0fb49,0xef1ffc9f,0xe2fb89ee,0x27b8dde2,0xfbcbdf2f,0x7cbde27b,0xc9ef27bc,0x9ff2ffca,0x002fc0c0,0xf287ca1f,0x2840a202,0x08082020,0x80630110,0x04400900,0x24008c02,0x3008c023,0x000c0030,0x08c02300,0x8c023008,0xc023008c,0x00300080,0x23008c02,0x3008c023,0x008c0230,0x00c00300,0x0c003000,0xc003000c,0x003000c0,0x02000800,0x20008002,0x000c0020,0xf883e20f,0x883e20f8,0x83e20f88,0x00100080,0x02000840,0x20084421,0x10884411,0x10444211,0x88462118,0x84621188,0x46211884,0x62118846,0x21188442,0x11084620,0x18846201,0x8c463118,0x84620188,0x48212084,0x83020c0a,0x302884a2,0x028c0830,0x20806201,0x8c063018,0x80420108,0x04201080,0x42010c04,0x2f10bc42,0x01080420,0x10804201,0x0c042008,0x80220088,0x02200880,0x23008c02,0x30008002,0xf0080221,0x08bc43e1,0x13c46f11,0xbc26f01b,0xfe6ff17f,0xa4fe13f2,0x60b8c6df,0x1a7c69e1,0xa752994b,0x54af72be,0x0ad72be0,0xef93ce4f,0x783ce0f5,0x84d60f79,0x3e6537b3,0xcecf5b2d,0x70b5d2df,0x879f1e04,0x3a40e97f,0xa6ee9f7a,0x8ee1fb87,0xdd9b768d,0xd27b45ed,0x13b64ed1,0x3f24ec8f,0x724dc0fb,0x03ec0fb2,0x3fd8ff63,0xfe0c3830,0xe8c3a40e,0x943c60e9,0xc3a70e9c,0x3a70e9c3,0x870e9c3a,0x71f9bfc6,0xff1bfc6f,0xf97c06f0,0x17c24009,0x4004f08f,0xc23f08fc,0x220087c2,0x20088042,0x01040410,0x10404201,0x08042008,0x8022008c,0x4221f8c0,0x230f9000,0x3f08fc63,0x010c0240,0x18c02300,0x8bc22f10,0x80410108,0x06201840,0x81020406,0x20188081,0x02040620,0x18804201,0x08042000,0x83e20188,0x043018c0,0x83020c08,0x3018c043,0x010c0000 +}; + +u32 ANIM_DATA_conversation_listener[] = +{ + PTR_ANIM_ENTRY_conversation_listener,0x01c10c00,0x0000bc54,0x000e0220,0x0000bc6c,0x00000400,0x00000004,0x0700041b,0x000b0600,0x00110011,0x00000000,0x051702ab,0x815de0ab,0x0055802a,0xbc155e0a,0xaf055782,0xabc15600,0xa7005380,0x29c014de,0x0a6f0537,0x829bc14d,0xe0a6f055,0x702ab815,0x5e0ab005,0x38029c01,0x4e00a2f0,0x517829bc,0x14e00ab0,0x15770acb,0x8555829e,0xa049501f,0xac0d5806,0x2d033701,0x9b80cdc2,0x66e13570,0x19b40c5b,0xe5ade296,0x792b3c85,0x803acf1b,0x678bb3c4,0xdbe1ef00,0xb8083ccc,0x16c40360,0xffbffddf,0xbce99d72,0xde58ff0c,0x838641ce,0xf0f367fd,0xb73f617f,0xf2c01967,0xfcf7f67d,0xfb4efbaf,0xffd7c169,0xe0b4f059,0x783c8026,0xa017710d,0xc208e144,0xf2a17d50,0x80285158,0x296e08f7,0xf26bef31,0xb418768b,0x2a851d92,0x932947c8,0xd1f2987f,0x5b81aba0,0x95c04ac8,0x55a41ab9,0xf8def82f,0x830bc603,0xe4bf02df,0x117f4cc7,0xac63f627,0xf993ec09,0x73e4f7e2,0x9af13cf8,0xaebc5f6e,0x31af19cb,0x8d63c6b2,0xe35969ac,0xf4d6ba6b,0x5d35a69b,0xcf4e67c7,0xb2e418fa,0x0c7cf61e,0x77003978,0x9cbc4e5e,0x476f23b7,0x91dc04f6,0x047b023d,0x811ec04f,0x6027b013,0xd809fc04,0xfe1e7f0f,0x3d879ec0,0x0f6007af,0xf3b7f9db,0xc0e5c272,0xe139709b,0xb84ddc26,0xae135709,0x9b84d5a2,0x6ad13769,0x1bb84d5c,0x26ae1357,0x89abc0dd,0xe06ef037,0x7f9abc0c,0xde267013,0x38018bc0,0xc5e05ef0,0x2f7817bc,0x0bdfe5ef,0xf2d7f15b,0xfca5e257,0x022d8096,0xc00be206,0x31033981,0x7c84bde4,0x62c23760,0x9ebc4ee0,0x273013d8,0x0a2c4516,0x42872143,0x8922bc51,0xde092f04,0x97825b81,0x2dc09ae0,0x4d7026bc,0x135c096e,0x04b78a6b,0xc53de09e,0xf04f7826,0xbc135e09,0xef04f782,0x7bc13de0,0x9eff4f78,0x27bc13de,0x09ef04f7,0x827bc13d,0xe09ef04f,0x7827bc54,0x5e0a2ff4,0xf7fa6bf9,0x35fc9af0,0x4d7926bc,0x53de09ef,0x04d7826b,0xc135e09e,0xf04f7827,0xbc13de09,0xef04f78a,0x7c053e02,0xa2f05370,0x2abbd4e1,0xea710518,0x0a9c054e,0x00a70051,0x8028c013,0xe009f004,0xf8027c01,0x46009f00,0x518028c0,0x14e00a70,0xf518028c,0x014600a3,0x00518028,0xc014600a,0x2f051780 +}; + +u32 ANIM_DATA_startled_and_looking_around[] = +{ + PTR_ANIM_ENTRY_startled_and_looking_around,0x01290c00,0x0000bf94,0x00110220,0x0000bfac,0x00000300,0x00000003,0x05000436,0x00080400,0x0000000c,0x00000000,0x0c10c10c,0x00d00d00,0xd00d00d0,0x0c00c00c,0x00c00c00,0xc00c00c0,0x0c00c00c,0x00c00c00,0xc00c00c0,0x0c00c00c,0x00cf0cf0,0xdf0d00c0,0x0c00c00c,0x00c00c00,0xc00c00c0,0x0c00c00c,0x00c00c00,0xc00c00c0,0x0b00b00b,0x0eb0eb0c,0xb1eb00b0,0x2b02cf2c,0xe2de4df4,0xd02d00d0,0x0e00e10f,0x10f10f10,0xe10e10e1,0x0d20c30b,0x22c12c00,0xd00d00d0,0x0d00d00c,0x10b10b10,0xb00cf0c0,0x0c10b10b,0x00c00c00,0xc00c00c0,0x0c00c00c,0x00c00c00,0xb00b00c0,0x0c00c00c,0x00c00c10,0xc10cf0cf,0x0c00c10c,0x10c00b00,0xb12c10c1,0x0c00b00c,0x00c00c00,0xc00c00c0,0x0cf0c0ec,0x0ec10b00,0xc00c00b0,0x0b00b00b,0x00b00b10,0xa10a12a0,0x2a12a12a,0x10a10900,0x91091081,0x08107107,0x10700700,0x70061061,0x06006007,0x02a02c12,0xc10c22a3,0x2742353f,0x65c63a61,0xa51a41b1,0x1c03b137,0x23423123,0x0231034f,0x37d39c3b,0xb3cb3cb3,0xeb21a04a,0x06a06a06,0xa06a07a0,0x7c08e09e,0xe9fe9fe9,0x0e90e91e,0x91e91e91,0xea2ea2ea,0x1ea1ea1e,0x91e91e92,0xe9209209,0x20930830,0x74064054,0x05404504,0x5044e340,0x33033033,0x03203223,0x10302402,0x4f25f25e,0x25e25e25,0xd25d25d0,0x5d05d06d,0x06c07c07,0xd07d07de,0x7de8de8e,0xe8fe8f08,0xf09f09f0,0xaf0a00a1,0x0a10a10a,0x10a10a20,0xa20a10a1,0x0a10a10a,0x10920920,0x81080080,0x08108208,0x10810710,0x71061061,0x06006026,0x12612510,0x51050050,0x05000000 +}; + +u32 ANIM_DATA_laughing_in_disbelief[] = +{ + PTR_ANIM_ENTRY_laughing_in_disbelief,0x01290c00,0x0000c238,0x000c0220,0x0000c250,0x00000500,0x00020005,0x0500043e,0x000a0400,0xffff000e,0x00000000,0xf083c21f,0x04bc11f0,0x47c04f00,0xfdf2f7cb,0xdf2f7cbf,0xe2ff53fd,0x5f797de5,0xffd3e030,0x044020e8,0xc7441b8c,0x300ec773,0x3dbd02b6,0x5be22fe8,0xb096c40b,0x27ecbfb3,0x7f11fe47,0xb8fef2fb,0xc9f01fc4,0x3f107c7f,0xe3f74fbc,0x3e74f9d3,0xdf4f7d3e,0x74f9d3e7,0x8f9e2e7c,0xb9e2e78b,0xbf2ef8bb,0xe1f787dd,0x1ef47dd1,0xf747dd1f,0x747dc1f7,0x07bc1eec,0x7db1f6c3,0xbb0eec7b,0xb1eec7bb,0x1eec7bb1,0xeec7ba1f,0x687da1f6,0x87da1f68,0x7da1f687,0xda1f647d,0x91f647d9,0x1f647d92,0xf64bd91f,0x647d91f6,0x47d91fe4,0x7d91f647,0xda1f647d,0x91f647d9,0x1f647d91,0xf607b81e,0xe07d70ed,0xc3d71f5c,0x3d70f5c7,0xd70f5c7d,0x70f5c3d7,0x0f5c3d71,0xf607d82f,0x5cbd72f5,0xcbd72f5c,0x7d71f607,0xd81f647f,0x91f647d9,0x1f647d91,0xee47d91e,0xe47b91e6,0x44000000 +}; + +u32 ANIM_DATA_surrendering_unarmed[] = +{ + PTR_ANIM_ENTRY_surrendering_unarmed,0x00950c00,0x0000c424,0x000e0220,0x0000c43c,0x00000500,0xffff0005,0x080003f5,0x000d0600,0xfffb0013,0x00000000,0x0a68814d,0x1429a285,0x3450a688,0x14d14298,0x2853050a,0x58a14a18,0x29430128,0x5fa58a04,0xb1429420,0x52020a40,0x60460808,0xa00113f1,0x20fa23de,0xc071c84c,0x7a095720,0x22dfe33c,0xfc3fd002,0xfc0fef7f,0xf007fd44,0xff98c0f2,0x241e44ff,0xd45f7c0b,0xdfb13bfa,0x1f4000d8,0x2ffe09f4,0xa17e1033,0xb2067450,0xbe4815c9,0x8237401e,0xa8fcd51e,0xda23c354,0x75f06e8e,0xcbd1d8fa,0xfd177001,0xf10bfedf,0xf7f7ce00,0xf3a02d6e,0x017dfeea,0xd79d3ced,0xab9d7773,0xa72e726d,0xee2e7fc5,0xf7f902ff,0x40a1ea18,0x3d8307c0,0x51790c3f,0x318be819,0x7d00278f,0xe5edfcbc,0xff1783b3,0xed787d2f,0x4b99e972,0x7f2e4005,0xc8047942,0x0b3850e8,0x883d2187,0xa4383486,0xfe80c1ce,0x1c196283,0x1c7fe313,0xfc52ff8a,0x57b18af6,0x413dcb23,0x99c3eb3c,0x6ce58bac,0x61b58036,0xaec7ddb1,0x5ab32f96,0x6676d10d,0x5c21bbf3,0xfd908fb4,0x4efed181,0xe1385cc6,0x879cb0f3,0x163e428d,0xc251f6cc,0x4689c8c5,0x391787a2,0xdd145b24,0x7b644d72,0x792fd226,0x1a46c644,0x992a0339,0x51e9a84d,0x7547b4a0,0xb795171a,0xc2e9547e,0x0a0fe140,0xff2a0055,0x3e16a784,0x12f0a25e,0x1843c366,0x78749f0e,0x0fe190fa,0x2fe744fa,0xe86f7d09,0xefa0def8,0x17ee837f,0xe0704011,0xf8027e00,0x47c006fc,0x007f8007,0xdfff7c0f,0xcf81f9f0,0x3f0007f0,0x00000000,0x0083fc2f,0xff05ffc0,0x81f2003d,0xc007b801,0xf9f81f5f,0x83f80002,0x8200d080,0x26100642,0xf8e85f20,0x0c03e200,0x744f8e08,0x1181c226,0x3043c718,0x61620c28,0x21850c2c,0xd206a040,0xf3c62470,0xc55120c2,0x451848a2,0xca0c5141,0x892230e4,0x06128081,0x0c100181,0xfe383fa5,0x8bf89081,0x121071c2,0x16304385,0x08806013,0x0022a004,0x54200a04,0x01200220,0x1043c3f8,0x687f0d10,0x01e30450,0x600d0802,0x01044620,0x4942f927,0xff21f403,0xbf846001,0x0a00213f,0x8227e845,0x3f00bfe0,0x1bfc23c0,0x04844012,0x8602a0c2,0x58180b82,0x01804030,0x0825e184,0xb4309588,0x12a14254,0x284ac409,0x68812e10,0x05e180b8,0x301587f2,0x60fe421f,0xc6c100a8,0x600f1001,0x4180183f,0x0209e031,0x3e061fc1,0x04f818fe,0x031fe024,0x7ff8bf7e,0x95dfe2fc,0x0270004d,0xeff99c00,0x3bc087fc,0x2ccf8a1d,0xf1c43e44,0x87ca0df9,0x69403324,0x06a40000 +}; + +u32 ANIM_DATA_coughing_standing[] = +{ + PTR_ANIM_ENTRY_coughing_standing,0x012b0c00,0x0000c558,0x00130220,0x0000c570,0x00000500,0x00000005,0x0a00032f,0x000f0600,0xfff90015,0x00000000,0x02223811,0x1180888c,0x04447022,0x0381101c,0x08810043,0xc9021e38,0x10f1fe88,0x13f4408f,0x21c3fd0d,0x23e8711e,0x43c7fa1e,0x381101fe,0x8811e438,0x9f21a5f9,0x0b33e841,0xbf4150f2,0x048f5003,0xfa7e9fe3,0xe8ff1ec8,0x78f23be7,0x71be3a4b,0xf1c847cd,0xe1c06b8a,0x23400219,0x1f98bdfd,0x0587c827,0x41411c11,0xc7b0cc34,0x105170b2,0x0a258849,0x340219e0,0x0fcf007c,0x7803f3fe,0x209de110,0xdf89267c,0x4d33c289,0x5e1547f8,0xb23fc5c1,0x7c3005f1,0x881f8c80,0x80650043,0x282318c2,0x18be2105,0xa1082988,0x31386189,0x02944210,0x81f0a20e,0x84186c28,0x83118616,0x0c40a051,0x0462801f,0x1420d103,0x05481820,0x4880a380,0x019befe4,0xeffde77f,0xe437bec1,0x9df30def,0x7c66fb13,0x7bd1a1ee,0x4d1e704a,0x77705fba,0xfb5dd19a,0xee60dff1,0xe6bf88b7,0xdc25be60,0x4cf3015f,0x9832dbc3,0x52de1687,0x30a3f985,0x97cc38be,0x62467316,0x2378c09c,0xc643e630,0x0f316fb7,0x8a7bbc43,0xed61606b,0x08ff5830,0x1bc185ee,0x0e4fb0a2,0xff8693fc,0x44afe285,0xff172bf8,0xb8ffc5c7,0xfe2a3ff1,0x417d8889,0xec3c2f61,0xc0f70d07,0xb8587dc2,0x85e61437,0x70a23f86,0x140c34d0,0xe2268f16,0x3078c9c3,0xc64e1e36,0x58f1b245,0x8d122c68,0x7163228b,0x171058a0,0x41c43f06,0x17f0305f,0x817ffdfb,0xe3c05e7e,0x8aef0077,0x5823ba03,0x1dce28ee,0x81c77694,0x3bd0815f,0x82870810,0x38b0a0c9,0x85066e28,0x3471bfab,0x860d9831,0x6e428b7a,0x143c0881,0xe2430f24,0x2079b143,0xd30e1ecc,0x80782403,0xcf27fef9,0x5efb0af7,0xf647c0a2,0x7a0b13c0,0x849e0585,0x68352b21,0xc9580e8b,0xb86e7583,0x23ec1619,0x80a4cc05,0x06e0283b,0x21519a0b,0x8be0666f,0x43933820,0x1bd118df,0x89e68059,0x30231a02,0x1b1008ec,0x68881304,0x4694226c,0x71954310,0xb8148630,0x63348019,0xb9f88e4f,0x04757413,0xb7b09ddd,0x84efe047,0x86e53cfa,0x19e9df4f,0x3f407804,0x13bc211d,0xa10cec14,0x4758c23a,0x8819ce48,0xce520872,0x12638cc2,0x1c2484e0,0x1c26f900,0x36c9f1ac,0x474d123c,0x6513e308,0x7f178388,0xb91c65c9,0x042e8b31,0x7a718c04,0x4e62a283,0x2d2419e9,0x20d14106,0x99e83510,0x39a879cd,0x42ce6994,0x7348839a,0x031cce1d,0x06708833,0xc041a3f1,0xcd4f486b,0x7a235bb0,0x9afd04d8,0xe806ef5e,0x39b8f1db,0x9f0f1bb4,0x79d793ca,0x7c9d91e8,0xe88ee754,0xf63b6ec9,0xe1a64f3e,0x767bfbd3,0xec4e9fe4,0xf9042fe8,0x49a0438d,0xfa267751,0x64be8ba2,0x0460ffa3,0x0879183f,0xc8ba1e45,0x53f22a7f,0x91443e8a,0x20000000 +}; + +u32 ANIM_DATA_coughing_kneel1[] = +{ + PTR_ANIM_ENTRY_coughing_kneel1,0x012b0c00,0x0000c84c,0x00150220,0x0000c864,0x00000400,0x00010004,0x0a000310,0x000e0500,0xfffe0013,0x00000000,0xf4a81e95,0x0bd2a1fa,0x522f4a05,0xe940fd28,0x17a503f4,0xa07e9408,0x1280fa4e,0x2e49c3c9,0x4075271f,0xa4c30494,0x3e921392,0x13723c7c,0x46c9a8e6,0xf91cc723,0x7cd46b7a,0x8be3514b,0xea237e43,0x71c83eb1,0x01c69f99,0xf3d39e76,0x7b8e4ff1,0xb80e3505,0xe66238c5,0x5e980cd2,0xf59a5d3b,0x0b776168,0xde2c97c5,0x7af4ac2e,0x951fe293,0x7a4e5709,0x7a69254e,0x23a5c474,0x808d8191,0x72521ece,0x40e907ae,0x98e8151b,0x4662f948,0x5c318ae9,0x2155262b,0x21057510,0xb6b318d4,0x636abc76,0x50100b12,0x298249ac,0x49c48948,0x912ada45,0x9304b950,0x980a2311,0x4462a8cc,0x45a982b6,0x2ed8859a,0x90ac4a14,0xe84288a4,0x4e904982,0x79223e22,0x43a418ac,0x7a1d0e02,0x8188b229,0x16845158,0x70690a93,0x00caa807,0x5dff0dcf,0xa9b7edba,0xfcb76772,0xede95d9c,0x83b7797f,0x6c2ffd19,0xff94b030,0xc605ecb0,0xb89036b1,0x0ad7e8da,0xbb1b6383,0x70ec2ebf,0x05e450bd,0x8ff7c23e,0xf95fdf0c,0x0bdda37c,0x382fb605,0xfe91c0d4,0x383a830a,0x4061860c,0x34a18613,0xf081fe0a,0x00c0bc17,0xff7efce7,0xdf7b0be7,0x1f7adb6f,0x2bede18b,0xbbef3776,0x26eef5de,0x00abc411,0x7a96af83,0x55f679bf,0xcf38196b,0x0735e167,0xbc38db88,0x13f1036e,0x226dc489,0xd8914313,0x30e2871c,0x58e38b94,0x3171fe30,0x1fc5bdf8,0x977b0df7,0x611c0c17,0xa181fff0,0x30060620,0xc10a1819,0x3f043061,0x081c3123,0x87a8b126,0x162ca2c6,0x5258d9cb,0x1d3a63c8,0x3c75238d,0xa831b506,0x3431c5f8,0x588e870a,0xd860c01c,0x18618498,0x30c40e1e,0x91c49038,0x9f8310d0,0x617d0c17,0xbf806bef,0xee85f81f,0xbf89d801,0xfb044fe1,0x07fc34fd,0x881bb123,0x6e220dc3,0xb1b84677,0x01c75f57,0xebd69d78,0x5b6eed75,0xdbbebb41,0x9768f2ef,0x2ede67db,0xe55d7f2b,0xb033f610,0x6ec2cdd8,0x68bb0e06,0xe19edc27,0x7b826f30,0x0ee5f9ce,0xbe31d7ae,0xb6f3f6de,0x5eebcc3d,0x7b0faf72,0x6df03dbe,0x4bf7e1fa,0xff37e025,0xfc08fd81,0x9fb0536e,0x126dc34a,0x38918715,0x37e2c6ec,0x6cdb8f1f,0xf1e38636,0x5fc70bb8,0xf13b1f17,0x6421ec84,0x3b8fff31,0xce762fc1,0xc47bf85f,0xb708dfe0,0xdccc17f7,0x82ff3070,0xee104dc2,0x8bd858ff,0x0c2fe1e7,0x0c4c858a,0x18f1341e,0x2870c58d,0xf8c9431b,0x28e3a50c,0x80839090,0x32318000 +}; + +u32 ANIM_DATA_coughing_kneel2[] = +{ + PTR_ANIM_ENTRY_coughing_kneel2,0x012b0c00,0x0000cb8c,0x00130220,0x0000cba4,0x00000500,0x00000005,0x0a000259,0x000f0600,0x000c0015,0x00000000,0xfc09a7e0,0x4cc10268,0x08134fc0,0x9a7e06db,0xf036bf81,0xb5fc0fa8,0x207d4103,0xea081f50,0x40fa0207,0xd01046a0,0x82750413,0xa820ad03,0x05ea082f,0x40419a82,0x0dd41076,0xa083b504,0x1fa8211d,0x0109ea08,0x575042fa,0x8619d430,0xcea086b6,0x0435b021,0xbd810dea,0x086f5043,0x7a821bd4,0x10dea086,0xf5fc37a0,0x21bd7f0d,0xebf86f4f,0xc37a7a1b,0xd7b0e680,0x87342435,0x98a18cc7,0x0b68384f,0x40c259fa,0x11db9087,0x3c83f7f4,0x1bbf20cd,0xf706ebb8,0x3b4ec1da,0x760ecfb0,0x9e4188f7,0x0c6bc824,0x3d7f28e7,0xd9834f4d,0xdb7e7ae7,0xf42f61a4,0xfe1d4611,0x2b524f63,0xa29b5d84,0xdd0d26f8,0x5d782a4d,0xc38d4e22,0x623112d1,0x89144c54,0xb262a48b,0x1313f8a8,0x3fc5c1fe,0x2e00318f,0x7f8bf7ec,0x778065bb,0x0344dbfb,0x06bedf76,0xef37c7bb,0xae7febf4,0x1fe7b184,0x5d944bec,0xc39f6826,0xfa5187d2,0xcebed689,0x74b4df75,0x2b1ca577,0xecec9f45,0x6ab91b77,0xc85c9e3e,0xea6dd777,0x6e3c7ae9,0xe8cf2f5e,0x577b72ab,0xd98cdebc,0x24f55d27,0xaea9bdf3,0xd1f29aaf,0xad147d68,0xabe945df,0x5a34fcd7,0xb7eafdbf,0x78f1fbcb,0xafde7e7e,0xb4fbf3b0,0x5f7dc4fa,0xee37cf82,0x3e3c0df1,0xdc4f9ec2,0x7d761beb,0xb95f2e0a,0xf77047b3,0x61bdba8d,0xeed06f86,0xa47c7623,0xe3b0df0d,0x06f7e837,0xbb413dda,0x09efcc4f,0x7e617bf3,0x0bdf985e,0xecc2f7e6,0x07bf303d,0xd981eecc,0x0f76607b,0xf203df90,0x1eecc0f7,0x6607bb30,0x3df981ef,0xcc0f7e60,0x7bf303df,0xa01efcc0,0xf7e607c3,0x203e1981,0xf0cc0f86,0x607bf303,0xdf981efc,0xc0f7e607,0xbf303df9,0x81efcc0f,0x7e607bf3,0x03df981e,0xecc0f7e6,0x07bf203d,0xf9fdefcc,0x0f7e807b,0xf3000000 +}; + +u32 ANIM_DATA_standing_up[] = +{ + PTR_ANIM_ENTRY_standing_up,0x00c80c00,0x0000ce80,0x00150220,0x0000ce98,0x00000600,0x00020006,0x09000448,0x000f0600,0xffff0015,0x00000000,0xfffe07df,0xf07fff83,0xf7fc1fbf,0xc0fdff07,0xeff83f7f,0x81f7fc0f,0xdff07fff,0x820ffc10,0x7fa003fe,0xf01fef40,0xfeb90bef,0xb83f0d3c,0xf16bf74f,0x8ff87d79,0xb4efad4f,0xbde93aff,0x55dfdbe0,0xbcef0bf0,0x2831475e,0x9461e4b3,0xbf269f7b,0x30ede906,0x3084220e,0x188890c1,0x428404f0,0x106f0105,0xb5082998,0x204d40f5,0x6e0f2b41,0x36398da6,0xe44cdfe1,0xe6c20f4c,0x287b4106,0xde824f03,0xf2779e93,0xaef48cf7,0x61e5bbff,0x25efb93f,0xb9d07fb6,0xe3edfb1c,0xedfbbf80,0xacfd08e8,0xd84d5661,0xfb71055f,0x8fa6fd78,0xf7f7b5cb,0x8d975d6d,0xbc0377e0,0x9b9e47d7,0xf6468fd0,0xf45ef9ac,0x0b8db05a,0xef7fdf81,0xe67c2ff2,0xddfdbed7,0xacb7ffeb,0xdd2ff042,0xdf8f0f14,0xda5948f2,0xc951141a,0x8cdf9347,0x76874383,0x42bc0f57,0xe81ac79e,0x4501e01c,0x3e94a273,0x05139330,0xaca205e6,0x912b4c81,0xbb934ce4,0x9e5f3533,0x788b19b6,0x507d6221,0x6a4f035c,0x679b32ba,0xdf8fc748,0x3dfd5fec,0x09ef60ef,0xbb0940d0,0x422e61b1,0x33130190,0xffdd0bbc,0x6c75d753,0xeeb99e36,0xc0cdc604,0x7e6f10f1,0x80038bfc,0xdcdfd5ee,0xde5fb770,0xbbcf71bf,0x3b1dbad8,0xf1d6bfaf,0x75dd7fae,0xfbfd7800,0x6c020f68,0x20fc31cb,0xef949004,0x9604832a,0x3b28f1f9,0xe60d4f34,0x5689c333,0xcf269499,0xb03550bf,0xa6901104,0x60e59e88,0x1cb458e3,0x13c6051a,0x3fb4a27a,0xc415c21c,0x9d884368,0x7d0f2dd7,0xf95e3bcc,0xedbe877d,0x365addc6,0xce8ea674,0x7734abd1,0x95201beb,0x0edb70ce,0xdbc7765a,0x33baf106,0x5902b2dc,0x056f605a,0x3e0553e8,0x0efe7e5a,0x75dbdc0e,0x2720ecba,0x0f57f8fa,0x4088d47c,0x66d3e3b8,0x2223cc19,0x2e68ca72,0x444b9211,0x1da101fd,0x8e089031,0x0a3d8a73,0xe4442f21,0xa33c050d,0xff473fb7,0x2a03c8ac,0x4f400185,0xde042e78,0x81f34613,0x8420fac0,0xc6ca0016,0x0be06e9f,0x8168f7bb,0x0f5b57b6,0xd6b9af56,0x4bb7b85f,0x7e074cb1,0xfb7797df,0xad0efc6a,0x7bdb57fe,0xdaffb7df,0xfd9f6bdb,0xbf9d5624,0xd2c24e00 +}; + +u32 ANIM_DATA_dancing[] = +{ + PTR_ANIM_ENTRY_dancing,0x00ef0c00,0x0000d0bc,0x00150220,0x0000d0d4,0x00000600,0xfffe0006,0x09000440,0x000f0600,0x00070015,0x00000000,0x0807c840,0x3e8201f4,0x100f9080,0x7d0402e8,0x20172100,0xb90807d0,0x403e8201,0xf4100fa0,0x407d0004,0xe8102740,0x813a040d,0xcfe07e7f,0x046e101b,0x50805a81,0xf8dfef37,0x7f76fbfb,0xa7c81cde,0x43eef830,0x03b1c5fb,0x965bc0d3,0xe586a3ae,0x3d1f79c8,0x3c8c35ea,0x5923b343,0x401bf1f8,0xaedf24f4,0x382797b9,0x1c1c8bd8,0x546e9a93,0x74d697b2,0xc4de3e28,0xf7ee4fe3,0x5a5f8b10,0xf7da7776,0xf37a1795,0xd7c08f8e,0x81853204,0x755045d8,0x42394021,0xe660ce54,0x025eaff1,0xedbe85eb,0xf4035840,0x2b030556,0x101b1fbe,0x9cf5d8eb,0x6e1f19f0,0xb3c79b66,0x3e0af3f8,0x59b7c6cc,0xfcb6ddcd,0xbf2d7e1d,0x652b0309,0x48179b3f,0xb8dc15c3,0x012eb88f,0x7dd07c36,0x806531fb,0x5ba7bd4d,0x7b01e3d0,0xd69dcbb2,0x6e789354,0x3cd9a26b,0xd0fd7e66,0x5db2206f,0xa8675f3f,0x5a81ebe4,0x4f5f44fe,0x792c1399,0x40fc8304,0x700fdfc0,0x7d3bfbe3,0xcb8ee69d,0xf2b80b67,0xa8da5c08,0xd0e64697,0x62b67b99,0xc8d8def6,0x66fb2f33,0xd9717e2b,0x8ae85c4e,0xfad1f6b7,0x09b7cc1e,0x1f7ef63f,0xf7e3f7e0,0xbf7f0ef2,0x0087afc2,0xdf700203,0x9f2f9ff1,0x380b59e8,0x5a5100d9,0x12274d13,0x006c2638,0x652311e6,0x9ecb390c,0x91687606,0x3e382195,0xf0c88f8a,0x2470508b,0x22011713,0xe2b0dde4,0xc9eb9e4f,0x7112bc68,0x17eb448f,0x22a37418,0x1376a7db,0x7378e493,0xafac2d43,0x1d6a42d3,0x63067a1b,0xf7c4e7cd,0xe6beec2b,0x0368d81c,0x42bf6e06,0xebc05edf,0x8632fc3b,0x97814d79,0x01700000 +}; + +u32 ANIM_DATA_dancing_one_handed_weapon[] = +{ + PTR_ANIM_ENTRY_dancing_one_handed_weapon,0x00b30c00,0x0000d35c,0x00150220,0x0000d374,0x00000400,0xffff0004,0x04000442,0x00080400,0x0001000c,0x00000000,0x1af1af1a,0xf1af1af1,0xaf1af1af,0x1af2be2b,0xd19f19f4,0x9d2af1af,0x0af1af0a,0xe1afcae0,0xbf0cfffd,0xf1eaf100,0x0110c3e9,0x30e6207f,0xd5df40e3,0x405206f0,0x5f150150,0x05f05f14,0x02402403,0x5056f27e,0x16f22022,0xf32f22f2,0x0040051f,0x10d1fe2f,0xf1fe1ee2,0xdf2ee2ed,0x2de3cf2c,0xf5cb1ce0,0xae000000 +}; + +u32 ANIM_DATA_keyboard_right_hand1[] = +{ + PTR_ANIM_ENTRY_keyboard_right_hand1,0x00460c00,0x0000d560,0x000c0220,0x0000d578,0x00000300,0x00000003,0x03000440,0x00060300,0x00000009,0x00000000,0xf40c4603,0x1188c3e0,0x28140a05,0x0707ca3c,0x2c4840a1,0xc9e0f000,0x00000000,0x03f1f88e,0x465729c8,0x04124100,0x80804020,0x1004120a,0x01808840,0x20100804,0x02148c0e,0xef7180dc,0x8e38180e,0x080401c8,0xe1004100,0x00000000,0x00001048,0x20000000 +}; + +u32 ANIM_DATA_keyboard_right_hand2[] = +{ + PTR_ANIM_ENTRY_keyboard_right_hand2,0x004b0c00,0x0000d5f8,0x00090220,0x0000d610,0x00000400,0x00010004,0x03000443,0x00070300,0x0001000a,0x00000000,0xf9fe709b,0xe7f9fe7f,0x9fe7f9fe,0x7f9fe7f9,0xfe7f9fe7,0x09feef98,0x671bbf8e,0x090f35bd,0xfe23c810,0x097f43c1,0x00007f1f,0xc701fcff,0x3fcf01c0,0x7f03c740,0xc0703f8f,0xf23c7f3f,0xc7f03d7d,0x7b0fe238,0xed1f70fd,0xff7e53d7,0xe238803b,0xd6e1ffde,0xd7b7fdff,0x7edfa8eb,0xfbdefbff +}; + +u32 ANIM_DATA_keyboard_left_hand[] = +{ + PTR_ANIM_ENTRY_keyboard_left_hand,0x00500c00,0x0000d67c,0x000a0220,0x0000d694,0x00000000,0x00000000,0x0000043d,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 ANIM_DATA_keyboard_right_hand_tapping[] = +{ + PTR_ANIM_ENTRY_keyboard_right_hand_tapping,0x005a0c00,0x0000d70c,0x00000220,0x0000d724,0x00000500,0xfffe0005,0x07000428,0x000c0700,0x00200013,0x00000000,0xf1a17f2e,0x23c4c4f8,0x68b0051a,0x1fc3c7ec,0x813c9227,0x92e4ec74,0xdd90afd2,0x160136a0,0xe34e1c71,0x868e2151,0x02382028,0x04051850,0xa3080461,0x0288280f,0x86f961a0,0x2027e3c1,0x7458ad87,0x1f9084b0,0x04c5c09b,0xa822f508,0x4ec18760,0x489d0d0d,0xd2417e5c,0x200d0301,0xa04133fc,0x26bf84c8,0x20960e22,0x61483c11,0x85883081,0x85122881,0x4697e922,0xf7242ce3,0xc17c466e,0x81bdf077,0xc81a7b85,0xd7b0fbf8,0x238f643d,0xe479b80f,0x368186cc,0x115a7e33,0x67a5f5ea,0xbf9bd807,0x6a81ea48,0x3ccc0591,0x60711c16,0x1303c260,0x97ca12f9,0x0260204b,0xe40b7c81,0x6f842600,0x04c24038,0x0a0b0101,0xe2184c44,0x09848170,0x8c361206,0xc040f806,0x1f00c3e1,0x108c030f,0x7c623008,0x460108c0,0x21184423,0x00846010,0x8c021180,0x22300446,0x0108c021,0x18402700,0x44e0108c,0x02118022,0x30084601,0x08c210f8,0x021ef884,0x60108c02,0x0f804230,0x08460107,0xc020f846,0x2300c45f,0x189c0213,0x80227008,0x460189c0,0x21580427,0x0084e008,0x9c000000 +}; + +u32 ANIM_DATA_bond_eye_fire_alt[] = +{ + PTR_ANIM_ENTRY_bond_eye_fire_alt,0x00890c00,0x0000d73c,0x00130220,0x0000d754,0x00000000,0x00000000,0x0f00cdbc,0x000f0500,0x000f0014,0x00000000,0x66ad166a,0xd166ad16,0x6ad166ad,0x166ad166,0xad166ad1,0x66ad166a,0xd166ad16,0x6ad166ad,0x166ad166,0xad166ad1,0x66ad166a,0xd166ad16,0x6ad166ad,0x166ad166,0xad166ad1,0x66ad166a,0xd166ad16,0x6ad166ad,0x166ad166,0xad166ad1,0x66ad166a,0xd166ad16,0x6ad166ad,0x166ad166,0xad166ad1,0x66ad166a,0xd166ad16,0x6ad166ad,0x166ad166,0xad166ad1,0x66ad166a,0xd166ad16,0x6ad166ad,0x166ad166,0xad166ad1,0x66ad166a,0xd166ad16,0x6ad166ad,0x166ad166,0xad166ad1,0x66ad166a,0xd166ad16,0x6ad166ad,0x166ad166,0xad166ad1,0x66ad166a,0xd166ad16,0x6ad166ad,0x166ad166,0xad166ad1,0x66ad166a,0xd166ad16,0x6ad166af,0x166af166,0xaf166af1,0x66af166a,0xf166af16,0x6af166af,0x166af166,0xaf166af1,0x66af166a,0xf166af16,0x6af166ad,0x166ad166,0xad166ab1,0x66ab166a,0x9166a916,0x6a7166a7,0x166a5166,0xa5166a31,0x66a3166a,0x1066a106,0x6a10669f,0x0669f066,0x9f0669d0,0x669d0669,0xb0669b06,0x69906697,0x06695166,0x93166911,0x668f1668,0xd1668d16,0x68b16689,0x16687166,0x85166831,0x66811668,0x51668fe6,0x699e669f,0xe66a1e66,0xadf66ce1,0x66f81671,0xe3673e36,0x76036780,0x567a0767,0xbe967daa,0x67f4c680,0xcd6822e6,0x834e6840,0xe684af68,0x4ee684ce,0x6846e683,0x8d6824b6,0x808b67e6,0xb67bcb67,0x8eb675ab,0x6724b66e,0xcb66b2b6,0x67ab6640,0xb660ab65,0xd6b65969,0x654a764f,0xc764b076,0x46276416,0x763c8763,0x7c763307,0x62e27629,0x67624876,0x1e846172,0x260fe260,0x88260142,0x5fa025f2,0xa25eb625,0xe4025dcc,0x25d5625c,0xe225c6e2,0x5bdb65b4,0x965ab765,0xa2365991,0x658ff658,0x6b657d96,0x5747656b,0x56562165,0x58f654fd,0x65469653,0xd7653456,0x52b36521,0x36514d65,0x08964fc3,0x64efd64e,0x3964d736,0x4cad64be,0x934b2334,0xa5d34999,0x348d3348,0x0d347493,0x4683345b,0xd344f934,0x4333436d,0x34297441,0xb1640cb6,0x3fe563ef,0xf63e1963,0xd3363c4d,0x63b6763a,0x816399b6,0x38b5637c,0xf63675c3,0x51bc33c1,0xc3267c31,0x0dc2fb3c,0x2e59c2cf,0xfc2ba5c2,0xa49c28ef,0xc2795c25,0xcb523ff5,0x22355206,0x951e9d51,0xcd351b07,0x5193d517,0x71515a55,0x13db5120,0xf5102b40,0xe2d40c2d,0x40a2f408,0x31406334,0x04354023,0x5400374f,0xe394fc3b,0x4fa3d4f8,0x3d4f63f4,0xf3dd6f17,0xb6ef176e,0xcb56ea53,0x6e7f16e5,0x8d6e32b6,0xe0c96de6,0x76dc036d,0x9a16d6a3,0x4d3a34d0,0xa54cda54,0xcaa74c7a,0x74c4a94c,0x1a94beab,0x4bbab4b7,0x2d1b2ad1,0xae2d1a9a,0xd1a52f1a,0x0af19c2f,0x197af100 +}; + +u32 ANIM_DATA_dam_jump[] = +{ + PTR_ANIM_ENTRY_dam_jump,0x013e0c00,0x0000d8b0,0x00140220,0x0000d8c8,0x00000500,0x00060005,0x0e00f409,0x00130600,0x001b0019,0x00000000,0xd20b32e9,0x05997482,0xccba4166,0x5d20b32e,0x90599748,0x2ccba416,0x65d20b32,0xe9059974,0x82ccba41,0x665d20b1,0x2e905893,0x682c49b4,0x15e4d20a,0xf1ed0568,0xf882ac7c,0x414a2f20,0x990f5044,0x87881e43,0xa40ca2ca,0x04d1f101,0xa934804c,0x773fd64b,0x9fc13dcf,0xcdaee7de,0xe193ec77,0xd9f53ee8,0xfa50f27d,0x491b3ed8,0xdd9f9290,0x0fdd6047,0xf83073ff,0x5741ff8b,0x94fea50a,0x7e4a653e,0x75529e4a,0xb18e605c,0xe6c8b863,0x2d9e1979,0x4ef4b25d,0x32533819,0x26a00d11,0xd406882c,0x0343b701,0xa1abc0d0,0xbe206853,0x303623a8,0x1b0edc0d,0x85f006c2,0x3a0360be,0x01b02f80,0xdfffe073,0xf41039f4,0x183cf714,0x1e7a0c0f,0x3c48079d,0xc503ceb3,0x01e741c0,0xf394f079,0xc4883ddf,0x4c1eee2a,0x0f765607,0xbacc03dd,0x3681ee83,0x80f735d0,0x7b94f83d,0xc7841ee2,0x460f7065,0x07b7d302 +}; + +u32 ANIM_DATA_surface_vent_jump[] = +{ + PTR_ANIM_ENTRY_surface_vent_jump,0x00570c00,0x0000dbf8,0x00190220,0x0000dc10,0x00000a00,0xfe97000a,0x0e001786,0x00180b00,0xff520023,0x00000000,0x5a6ccf15,0xcb4d99e2,0xb969b33c,0x572d3667,0x8ae5a6cc,0xf15cb4d9,0x9e2b969b,0x33c572d3,0x6678ae5a,0x6ccf15cb,0x4d99e2b9,0x69b33c57,0x2d36678a,0xe5a6ccf1,0x5eb4d99e,0x2bd69b33,0xc57ad366,0x78af5d6c,0xca15ebb5,0x98a2bd76,0xb30457af,0x16610d05,0xeecb61e0,0xbdd9543c,0x17bb2787,0x82f96490,0xf05f2c86,0x1e0be596,0x248d7cb3,0x6892b036,0x7b926622,0xd0324ec3,0x59f84998,0x3b394923,0x03661122,0x5fec9c23,0xcbf58e84,0x5d7db178,0x8caf962f,0x9215f6c7,0x424ebfd9,0x304bd81b,0x3189b301,0x6799395f,0x6d17274b,0xdda544e5,0x79b4ac9b,0x2f368e13,0x55eacfd2,0x6abcd9a2,0x4c176b29,0x493ae964,0x591d5cec,0x7522eb8d,0x8d646d70,0xb0f48c2d,0xb5fd94e5,0xa6ca635e,0xb55afa69,0x16bb9c0d,0x92d97a61,0xd65b6fdf,0x422b6e00,0x67c96ebf,0x10e72dd7,0xaa9f55ba,0xee43b6b7,0x5caa6896,0xeb67cbba,0xdd67c94c,0x5bac5926,0x4b7576a4,0xa16dac04,0x982db548,0x1235b2a1,0xe236b653,0x5e44d6ba,0x4b8872d5,0x44e90a5a,0x68151feb,0x44f303d5,0x669ca074,0xacb3550d,0xb5966171,0xc4b34b8c,0x3716796d,0xc6e2d12d,0x38e25a65,0x9d208b54,0xb3048d6c,0x9654932e,0x12d20b95,0xca5b0172,0xb94b722e,0x16e96f85,0xb2d12dd8,0xb25825b1,0x162ad4b4,0x62c15896,0x5457ab12,0xc60ad56e,0x589158ae,0x4b162ad5,0xd9644332,0xbb2d2065,0x57a5b70c,0x8b14b641,0x9566965c,0x32ad12bd,0x8ab5a656,0xb158b5ca,0xc234d6c9,0x5706a2dd,0x2ad0d55b,0xa55b1c4b,0x7caba3bd,0x6f957c78,0xadf2ab8d,0x45c25461,0x72b8ca6c,0x2ed7194a,0x05dae328,0xe8b75c25,0x43164b84,0xada2b96f,0x965c56ac,0xf2d40ad4,0xea5c218a,0x74cbc43f,0x50c97508,0x39f32c91,0x3831654b,0x2605149f,0xa4b09092,0x98960d92,0x22132112,0x4691be11,0xc8ce2ec1,0x8908c580,0x191f58ae,0xff23db16,0xbf5c7de1,0xfbda8fe4,0x38fa11f8,0x876f2e3d,0xa0f5dec7,0x761f7b58,0xe543876b,0x1b786dd6,0x23540dda,0x646801b7,0x5c8cac36,0xed118a06,0xddca2fa0,0xddb8c5b0,0x0935f8aa,0x3b56c713,0xb76dd962,0x41ee1b24,0x415dd70b,0x8707a9dd,0xf0bef4eb,0xa2138eab,0x704233d7,0x6e083ffb,0x3da9083f,0x6face16e,0xeeb5843a,0x7de71e8a,0xc3976711,0xd8f19cca,0x4e8e2d95,0x4d47c432,0x5a1a384e,0x8952cf08,0xceacb8e0,0xd795e6fc,0x0276c7e3,0x7b5e9a45,0xec3e4b6f,0x0d35db72,0xbba93a9e,0xfc34580f,0xf53e0901,0x0167c340,0x0885f897,0xfd1bf316,0x0684f862,0xd100cf0c,0x501d1fe5,0x87c344bc,0xf0805aaf,0x9dfd0998,0xf6be4113,0x7f77b822,0x7c02f700 +}; + +u32 ANIM_DATA_cradle_jump[] = +{ + PTR_ANIM_ENTRY_cradle_jump,0x00b30c00,0x0000dd34,0x00230220,0x0000dd4c,0x00000000,0x00000000,0x000004e6,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 ANIM_DATA_cradle_fall[] = +{ + PTR_ANIM_ENTRY_cradle_fall,0x003f0c01,0x0000e070,0x00000220,0x0000e088,0x00000000,0x00000000,0x0000044f,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 ANIM_DATA_credits_bond_kissing[] = +{ + PTR_ANIM_ENTRY_credits_bond_kissing,0x01460c00,0x0000e0a0,0x00000220,0x0000e0b8,0x00000000,0x00000000,0x0000047a,0x00000400,0x00040004,0x00000000,0xcccccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xccccdde0,0x12233444,0x43321110,0x000ffffe,0xeeeeeddd,0xdddddccc,0xcccccccc,0xcccccccc,0xcccccddd,0xdddccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xcddddddd,0xdddddddd,0xdddddddd,0xdddddddd,0xdddddddd,0xdddddddd,0xdddddddd,0xdccccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xcccccccc,0xcccccc00 +}; + +u32 ANIM_DATA_credits_natalya_kissing[] = +{ + PTR_ANIM_ENTRY_credits_natalya_kissing,0x01460c00,0x0000e0d0,0x00040220,0x0000e0e8,0x00000900,0xff820009,0x0d000e66,0x00160900,0x007c001f,0x00000000,0x3f52a308,0x7ea55610,0xfd4adc21,0xfa95f843,0xf52c7087,0xea5a610f,0xd4b6c21f,0xa971843f,0x52e7087e,0xa5d610fd,0x4bbc21fa,0x977843f5,0x2eb087ea,0x5c610fd4,0xb5c21fa9,0x65843f52,0xbb087ea5,0x5610fd4a,0x6c21fa94,0x5843f527,0xb087ea4d,0x610fd497,0xc21fa929,0x843f524f,0x087ea496,0x10fd492c,0x21fa9278,0x43f52530,0x87ea4ae1,0x0fd497c2,0x1fa93384,0x3f526f08,0x7ea4ee10,0xfd49fc21,0xfa941843,0xf528b087,0xea51e10f,0xd4a5c21f,0xa94f843f,0x52a3087e,0xa55610fd,0x4acc21fa,0x95d843f5,0x2c3087ea,0x58e10fd4,0xb2c21fa9,0x67843f52,0xcf087ea5,0x9610fd4b,0x1c21fa95,0xf843f52b,0x7087ea55,0x610fd4a6,0xc21fa947,0x843f527f,0x087ea4e6,0x10fd499c,0x21fa92d8,0x43f52530,0x87ea49e1,0x0fd493c2,0x1fa92784,0x3f525308,0x7ea4b610,0xfd498c21,0xfa935843,0xf5277087,0xea50610f,0xd4a3c21f,0xa94d8442,0x52ab089a,0xa57e113d,0x4b5c20be,0x9a584485,0x2f70874a,0x5c610e74,0xc6c21e29,0xab844353,0x33088aa6,0x3611154c,0x0c222a97,0x3844552c,0xf088aa56,0xe11154a7,0xc2246943,0x844cd26b,0x0876a4e6,0x10ed49ec,0x21da9418,0x43b528f0,0x876a52e1,0x0ed4a7c2,0x1da95384,0x3b52af08,0x76a56e10,0xed4afc21,0xda963844,0x152bb088,0x2a55e110,0x54a8c220,0xa94b8441,0x528b0882,0xa4fe1105,0x49cc220a,0x93384415,0x25b0882a,0x49e11054,0x90c220a9,0x1b844052,0x47067ba4,0xbdf4f749,0xebf1fe94,0xb864452a,0xf2c94a58,0x6a13f4b4,0xdc29696f,0xc75452eb,0xaca6a5e7,0x91434bdf,0x8a5e97df,0xd4652f81,0x284a5f05,0x0fb4be0f,0x1da97a27,0x3852f060,0x6ba5d8dc,0xcf4b91f1,0x8e970443,0x052d8945,0xea5a138b,0xb4b32917,0x2962552e,0x52c0b05d,0xa57964bf,0x4ae2d186,0x95a5a325,0x2b0b244a,0x56163db4,0x9f2f7ba9,0x0a66f7d1,0x84dbefa1,0xb9cbdf40,0xa3bfbe7b,0xe7cf7cee,0x0ffee9cc,0xa07db386,0x417b2706,0x83f5ce49,0x05ea9dc2,0x07d13f83,0xff9a8aa7,0xbf2534cf,0x1e9ab79e,0xfdb6233f,0xfbadd881,0xf6df1d03,0xeac591ff,0xc79a93d7,0x6b55074e,0x7eeb8d7c,0x0e5b9835,0xfdc029e7,0x3da644c5,0xffd0717c,0x0908b6e0,0x25712598,0x72a1daf9,0x3602f5a3,0x10052ae7,0x690955d1,0x6612aca7,0xec295e59,0xf85ecac7,0xd0e00000 +}; + +u32 ANIM_DATA_helicopter_cradle[] = +{ + PTR_ANIM_ENTRY_helicopter_cradle,0x00b30c00,0x0000e1a0,0x001f0028,0x0000e1b8,0x00000800,0xff9f0008,0x0c000523,0x00140200,0x008b0016,0x00000000,0x61bac586,0xeb161bab,0x586ead61,0xba9586ea,0x161ba658,0x6e9161ba,0x2586e816,0x1b9d586e,0x6961b975,0x86e5161b,0x91586e39,0x61b8b586,0xe1d61b84,0x586e0561,0xb7e586de,0xd61b7958,0x6dd961b7,0x4586dc96,0x1b70586d,0xb961b6d5,0x86db161b,0x6c586db1,0x61b6c586,0xdb561b6e,0x186dc061,0xb72186dd,0x461b7818,0x6df461b8,0x1186e1c6,0x1b8d186e,0x5061b9b1,0x86e9061b,0xad186edc,0x61bc2186,0xf3857bdb,0x15efa057,0xbf715b01,0xc56c17d5,0x70a355c3,0xad531375,0x4c60d4f1,0xd352c89d,0x4b27b51c,0xb5d4b32f,0x53ce2d53,0x3eb55d12,0xd574af55,0xd44d5b57,0xb56d78d5,0x764b55da,0xdd537235,0x4de3d4f7,0xff52e1b9,0x438de4fe,0x539379be,0x4be8b927,0xaa247ec4,0x917b8642,0xefe8ffc6,0xa3cf368e,0x7d4e36f6,0xf8cfe2e2,0xffa78aff,0x0e27fde8,0x8ffea1f0,0x1587c0be,0x1e04a874,0x1921b07d,0x86425a16,0x0af84c31,0xe100de83,0x03ce0710,0x680c466f,0xd12dbdc5,0x0af1159b,0xac5d2e31,0x92b706da,0xd11dbb18,0x7f6bc21e,0xacc902ac,0x264a98a3,0x2a12b9a7,0xcbba9d32,0xaa74dc69,0xf3c4a850,0x92a64938 +}; + +u32 ANIM_DATA_plane_runway[] = +{ + PTR_ANIM_ENTRY_plane_runway,0x007d0c00,0x0000e484,0x00160028,0x0000e49c,0x00000000,0x00000000,0x0d000c35,0x000d0900,0x00830016,0x00000000,0xb62df6d8,0xb7db62df,0x6d8b7db6,0x2df6d8b7,0xdb62df6d,0x8b7db62d,0xf6d8b7db,0x62df6d8b,0x7db62df6,0xd8b7db62,0xdf6d8b7d,0xb62df6d8,0xb7db62df,0x6d8b7db6,0x2df6d8b7,0xdb62df6d,0x8b7db62d,0xf6d8b7db,0x62df6d8b,0x7db62df6,0xd8b7db62,0xdf6d8b7d,0xb62df6d8,0xb7db62df,0x6d8b7db6,0x2df6d8b7,0xdb62df6d,0x8d7db63d,0xf6d937db,0x65df6d9b,0x7db685f6,0xda77db6b,0x5f6db57d,0xb6f5f6dc,0x77db745f,0x6ddb7db7,0x9df6df37,0xdb805f6e,0x0f7db875,0xf6e2b7db,0x8f5f6e4d,0x7db97df6,0xe717dba0,0xdf6e977d,0xbab5f6ec,0x17dbb65f,0x6eef7dbc,0x1df6f1f7,0xdbce5f6f,0x537dbdb5,0xf6f897db,0xe95f6fa7,0x7dbeadf6,0xfb37dbef,0xdf6fcd7d,0xbf7df6ff,0x57dc035f,0x70277dc1,0x1df70677,0xdc235f70,0xb57dc385,0xf710f7dc,0x505f7175,0x7dc6b5f7,0x1e77dc89,0xdf72677d,0xcab5f72f,0x37dccfdf,0x738d7dcf,0x76734339,0x5d22e474,0xe990d51e,0x435ab93d,0x84663679,0x9fdb96a7,0x753b4df0,0xf0b835d3,0xe2af9792,0x1fae6684,0x7a142cea,0x4123b105,0xeee49bfc,0x167bf272,0x0bd2683f,0x6ca03e42,0x77fb59a7,0xf6a5e000,0x16c09858,0x04c9581d,0x05409c14,0xc314510e,0xf94446c5,0x01481445,0xda511a71,0x48764532,0x0e14c914,0x5327d94c,0xae0532f3,0x94ccc253,0x36d94cea,0xc533e894,0xd0965346,0x214d2745,0x30000000 +}; + +u32 ANIM_DATA_helicopter_takeoff[] = +{ + PTR_ANIM_ENTRY_helicopter_takeoff,0x00960c00,0x0000e608,0x00160028,0x0000e620,0x00000000,0x00000000,0x00000000 +}; + diff --git a/assets/animationtable_data.h b/assets/animationtable_data.h new file mode 100644 index 0000000..db2d6a8 --- /dev/null +++ b/assets/animationtable_data.h @@ -0,0 +1,390 @@ +#ifndef ANIMATIONTABLE_DATA_H_ +#define ANIMATIONTABLE_DATA_H_ +//this needs to be autogenerated based on modified sizes +// these defines are named "PTR_" + nameof(enum ANIMATIONS value) +// These values are "really const" compile time constants, used to define the enum in bondconstants.h + +#define PTR_ANIM_idle 0x1C +#define PTR_ANIM_fire_standing 0x144 +#define PTR_ANIM_fire_standing_fast 0x214 +#define PTR_ANIM_fire_hip 0x318 +#define PTR_ANIM_fire_shoulder_left 0x3C4 +#define PTR_ANIM_fire_turn_right1 0x610 +#define PTR_ANIM_fire_turn_right2 0x814 +#define PTR_ANIM_fire_kneel_right_leg 0x990 +#define PTR_ANIM_fire_kneel_left_leg 0xB84 +#define PTR_ANIM_fire_kneel_left 0xDB4 +#define PTR_ANIM_fire_kneel_right 0x1028 +#define PTR_ANIM_fire_roll_left 0x1334 +#define PTR_ANIM_fire_roll_right1 0x1578 +#define PTR_ANIM_fire_roll_left_fast 0x17B4 +#define PTR_ANIM_hit_left_shoulder 0x186C +#define PTR_ANIM_hit_right_shoulder 0x1984 +#define PTR_ANIM_hit_left_arm 0x1A6C +#define PTR_ANIM_hit_right_arm 0x1B54 +#define PTR_ANIM_hit_left_hand 0x1C9C +#define PTR_ANIM_hit_right_hand 0x1E40 +#define PTR_ANIM_hit_left_leg 0x1F84 +#define PTR_ANIM_hit_right_leg 0x2134 +#define PTR_ANIM_death_genitalia 0x282C +#define PTR_ANIM_hit_neck 0x299C +#define PTR_ANIM_death_neck 0x2E64 +#define PTR_ANIM_death_stagger_back_to_wall 0x2F94 +#define PTR_ANIM_death_forward_face_down 0x30B8 +#define PTR_ANIM_death_forward_spin_face_up 0x31DC +#define PTR_ANIM_death_backward_fall_face_up1 0x32C8 +#define PTR_ANIM_death_backward_spin_face_down_right 0x33AC +#define PTR_ANIM_death_backward_spin_face_up_right 0x34D4 +#define PTR_ANIM_death_backward_spin_face_down_left 0x35C8 +#define PTR_ANIM_death_backward_spin_face_up_left 0x36D8 +#define PTR_ANIM_death_forward_face_down_hard 0x384C +#define PTR_ANIM_death_forward_face_down_soft 0x39C0 +#define PTR_ANIM_death_fetal_position_right 0x3AF0 +#define PTR_ANIM_death_fetal_position_left 0x3C10 +#define PTR_ANIM_death_backward_fall_face_up2 0x3D04 +#define PTR_ANIM_side_step_left 0x3D9C +#define PTR_ANIM_fire_roll_right2 0x3FA0 +#define PTR_ANIM_walking 0x4018 +#define PTR_ANIM_sprinting 0x4070 +#define PTR_ANIM_running 0x40D4 +#define PTR_ANIM_bond_eye_walk 0x4144 +#define PTR_ANIM_bond_eye_fire 0x4298 +#define PTR_ANIM_bond_watch 0x42C8 +#define PTR_ANIM_surrendering_armed 0x4384 +#define PTR_ANIM_surrendering_armed_drop_weapon 0x4504 +#define PTR_ANIM_fire_walking 0x4574 +#define PTR_ANIM_fire_running 0x45CC +#define PTR_ANIM_null50 1 +#define PTR_ANIM_null51 1 +#define PTR_ANIM_fire_jump_to_side_left 0x47BC +#define PTR_ANIM_fire_jump_to_side_right 0x4A40 +#define PTR_ANIM_hit_butt_long 0x4CE0 +#define PTR_ANIM_hit_butt_short 0x4F14 +#define PTR_ANIM_death_head 0x51C4 +#define PTR_ANIM_death_left_leg 0x540C +#define PTR_ANIM_slide_right 0x54A0 +#define PTR_ANIM_slide_left 0x5554 +#define PTR_ANIM_jump_backwards 0x5684 +#define PTR_ANIM_extending_left_hand 0x5744 +#define PTR_ANIM_fire_throw_grenade 0x5964 +#define PTR_ANIM_spotting_bond 0x5D10 +#define PTR_ANIM_look_around 0x5EF0 +#define PTR_ANIM_fire_standing_one_handed_weapon 0x60D4 +#define PTR_ANIM_fire_standing_draw_one_handed_weapon_fast 0x6254 +#define PTR_ANIM_fire_standing_draw_one_handed_weapon_slow 0x637C +#define PTR_ANIM_fire_hip_one_handed_weapon_fast 0x6484 +#define PTR_ANIM_fire_hip_one_handed_weapon_slow 0x6554 +#define PTR_ANIM_fire_hip_forward_one_handed_weapon 0x6644 +#define PTR_ANIM_fire_standing_right_one_handed_weapon 0x6738 +#define PTR_ANIM_fire_step_right_one_handed_weapon 0x6808 +#define PTR_ANIM_fire_standing_left_one_handed_weapon_slow 0x694C +#define PTR_ANIM_fire_standing_left_one_handed_weapon_fast 0x6A18 +#define PTR_ANIM_fire_kneel_forward_one_handed_weapon_slow 0x6C18 +#define PTR_ANIM_fire_kneel_forward_one_handed_weapon_fast 0x6D50 +#define PTR_ANIM_fire_kneel_right_one_handed_weapon_slow 0x6F08 +#define PTR_ANIM_fire_kneel_right_one_handed_weapon_fast 0x700C +#define PTR_ANIM_fire_kneel_left_one_handed_weapon_slow 0x71D0 +#define PTR_ANIM_fire_kneel_left_one_handed_weapon_fast 0x7304 +#define PTR_ANIM_fire_kneel_left_one_handed_weapon 0x7430 +#define PTR_ANIM_aim_walking_one_handed_weapon 0x74A4 +#define PTR_ANIM_aim_walking_left_one_handed_weapon 0x7514 +#define PTR_ANIM_aim_walking_right_one_handed_weapon 0x7588 +#define PTR_ANIM_aim_running_one_handed_weapon 0x75EC +#define PTR_ANIM_aim_running_right_one_handed_weapon 0x7650 +#define PTR_ANIM_aim_running_left_one_handed_weapon 0x76B8 +#define PTR_ANIM_aim_sprinting_one_handed_weapon 0x7714 +#define PTR_ANIM_running_one_handed_weapon 0x777C +#define PTR_ANIM_sprinting_one_handed_weapon 0x77D4 +#define PTR_ANIM_null91 1 +#define PTR_ANIM_null92 1 +#define PTR_ANIM_null93 1 +#define PTR_ANIM_null94 1 +#define PTR_ANIM_null95 1 +#define PTR_ANIM_null96 1 +#define PTR_ANIM_draw_one_handed_weapon_and_look_around 0x78C8 +#define PTR_ANIM_draw_one_handed_weapon_and_stand_up 0x7AA8 +#define PTR_ANIM_aim_one_handed_weapon_left_right 0x7C4C +#define PTR_ANIM_cock_one_handed_weapon_and_turn_around 0x7D04 +#define PTR_ANIM_holster_one_handed_weapon_and_cross_arms 0x7DD8 +#define PTR_ANIM_cock_one_handed_weapon_turn_around_and_stand_up 0x7F0C +#define PTR_ANIM_draw_one_handed_weapon_and_turn_around 0x7FB4 +#define PTR_ANIM_step_forward_and_hold_one_handed_weapon 0x8080 +#define PTR_ANIM_holster_one_handed_weapon_and_adjust_suit 0x8164 +#define PTR_ANIM_idle_unarmed 0x8194 +#define PTR_ANIM_walking_unarmed 0x8204 +#define PTR_ANIM_fire_walking_dual_wield 0x8274 +#define PTR_ANIM_fire_walking_dual_wield_hands_crossed 0x82E0 +#define PTR_ANIM_fire_running_dual_wield 0x8340 +#define PTR_ANIM_fire_running_dual_wield_hands_crossed 0x83A4 +#define PTR_ANIM_fire_sprinting_dual_wield 0x8404 +#define PTR_ANIM_fire_sprinting_dual_wield_hands_crossed 0x845C +#define PTR_ANIM_walking_female 0x84C4 +#define PTR_ANIM_running_female 0x8520 +#define PTR_ANIM_fire_kneel_dual_wield 0x8698 +#define PTR_ANIM_fire_kneel_dual_wield_left 0x8800 +#define PTR_ANIM_fire_kneel_dual_wield_right 0x8978 +#define PTR_ANIM_fire_kneel_dual_wield_hands_crossed 0x8AAC +#define PTR_ANIM_fire_kneel_dual_wield_hands_crossed_left 0x8BF0 +#define PTR_ANIM_fire_kneel_dual_wield_hands_crossed_right 0x8D28 +#define PTR_ANIM_fire_standing_dual_wield 0x8E1C +#define PTR_ANIM_fire_standing_dual_wield_left 0x8F2C +#define PTR_ANIM_fire_standing_dual_wield_right 0x9084 +#define PTR_ANIM_fire_standing_dual_wield_hands_crossed_left 0x9194 +#define PTR_ANIM_fire_standing_dual_wield_hands_crossed_right 0x92EC +#define PTR_ANIM_fire_standing_aiming_down_sights 0x9444 +#define PTR_ANIM_fire_kneel_aiming_down_sights 0x95FC +#define PTR_ANIM_hit_taser 0x97BC +#define PTR_ANIM_death_explosion_forward 0x98C8 +#define PTR_ANIM_death_explosion_left1 0x9A2C +#define PTR_ANIM_death_explosion_back_left 0x9B48 +#define PTR_ANIM_death_explosion_back1 0x9C4C +#define PTR_ANIM_death_explosion_right 0x9D5C +#define PTR_ANIM_death_explosion_forward_right1 0x9E44 +#define PTR_ANIM_death_explosion_back2 0x9F48 +#define PTR_ANIM_death_explosion_forward_roll 0xA094 +#define PTR_ANIM_death_explosion_forward_face_down 0xA1B8 +#define PTR_ANIM_death_explosion_left2 0xA2F8 +#define PTR_ANIM_death_explosion_forward_right2 0xA424 +#define PTR_ANIM_death_explosion_forward_right2_alt 0xA538 +#define PTR_ANIM_death_explosion_forward_right3 0xA650 +#define PTR_ANIM_null143 1 +#define PTR_ANIM_null144 1 +#define PTR_ANIM_null145 1 +#define PTR_ANIM_null146 1 +#define PTR_ANIM_running_hands_up 0xA6B0 +#define PTR_ANIM_sprinting_hands_up 0xA704 +#define PTR_ANIM_aim_and_blow_one_handed_weapon 0xA8BC +#define PTR_ANIM_aim_one_handed_weapon_left 0xA94C +#define PTR_ANIM_aim_one_handed_weapon_right 0xA9DC +#define PTR_ANIM_conversation 0xACAC +#define PTR_ANIM_drop_weapon_and_show_fight_stance 0xB174 +#define PTR_ANIM_yawning 0xB2AC +#define PTR_ANIM_swatting_flies 0xB528 +#define PTR_ANIM_scratching_leg 0xB6B0 +#define PTR_ANIM_scratching_butt 0xB7C8 +#define PTR_ANIM_adjusting_crotch 0xB854 +#define PTR_ANIM_sneeze 0xB9A8 +#define PTR_ANIM_conversation_cleaned 0xBC40 +#define PTR_ANIM_conversation_listener 0xBF80 +#define PTR_ANIM_startled_and_looking_around 0xC224 +#define PTR_ANIM_laughing_in_disbelief 0xC410 +#define PTR_ANIM_surrendering_unarmed 0xC544 +#define PTR_ANIM_coughing_standing 0xC838 +#define PTR_ANIM_coughing_kneel1 0xCB78 +#define PTR_ANIM_coughing_kneel2 0xCE6C +#define PTR_ANIM_standing_up 0xD0A8 +#define PTR_ANIM_null169 1 +#define PTR_ANIM_dancing 0xD348 +#define PTR_ANIM_dancing_one_handed_weapon 0xD54C +#define PTR_ANIM_keyboard_right_hand1 0xD5E4 +#define PTR_ANIM_keyboard_right_hand2 0xD668 +#define PTR_ANIM_keyboard_left_hand 0xD6F8 +#define PTR_ANIM_keyboard_right_hand_tapping 0xD728 +#define PTR_ANIM_bond_eye_fire_alt 0xD89C +#define PTR_ANIM_dam_jump 0xDBE4 +#define PTR_ANIM_surface_vent_jump 0xDD20 +#define PTR_ANIM_cradle_jump 0xE05C +#define PTR_ANIM_cradle_fall 0xE08C +#define PTR_ANIM_credits_bond_kissing 0xE0BC +#define PTR_ANIM_credits_natalya_kissing 0xE18C + +// these defines are named "PTR_" + nameof(enum AIRCRAFT_ANIMATIONS value) + +#define PTR_ANIM_helicopter_cradle 0xE470 +#define PTR_ANIM_plane_runway 0xE5F4 +#define PTR_ANIM_helicopter_takeoff 0xE7C0 + +// These are compile time extern constants (so not "really" const), but used the same +// as the defines above, which is to index into ptr_animation_table. + +extern s32 ANIM_DATA_idle; +extern s32 ANIM_DATA_fire_standing; +extern s32 ANIM_DATA_fire_standing_fast; +extern s32 ANIM_DATA_fire_hip; +extern s32 ANIM_DATA_fire_shoulder_left; +extern s32 ANIM_DATA_fire_turn_right1; +extern s32 ANIM_DATA_fire_turn_right2; +extern s32 ANIM_DATA_fire_kneel_right_leg; +extern s32 ANIM_DATA_fire_kneel_left_leg; +extern s32 ANIM_DATA_fire_kneel_left; +extern s32 ANIM_DATA_fire_kneel_right; +extern s32 ANIM_DATA_fire_roll_left; +extern s32 ANIM_DATA_fire_roll_right1; +extern s32 ANIM_DATA_fire_roll_left_fast; +extern s32 ANIM_DATA_hit_left_shoulder; +extern s32 ANIM_DATA_hit_right_shoulder; +extern s32 ANIM_DATA_hit_left_arm; +extern s32 ANIM_DATA_hit_right_arm; +extern s32 ANIM_DATA_hit_left_hand; +extern s32 ANIM_DATA_hit_right_hand; +extern s32 ANIM_DATA_hit_left_leg; +extern s32 ANIM_DATA_hit_right_leg; +extern s32 ANIM_DATA_death_genitalia; +extern s32 ANIM_DATA_hit_neck; +extern s32 ANIM_DATA_death_neck; +extern s32 ANIM_DATA_death_stagger_back_to_wall; +extern s32 ANIM_DATA_death_forward_face_down; +extern s32 ANIM_DATA_death_forward_spin_face_up; +extern s32 ANIM_DATA_death_backward_fall_face_up1; +extern s32 ANIM_DATA_death_backward_spin_face_down_right; +extern s32 ANIM_DATA_death_backward_spin_face_up_right; +extern s32 ANIM_DATA_death_backward_spin_face_down_left; +extern s32 ANIM_DATA_death_backward_spin_face_up_left; +extern s32 ANIM_DATA_death_forward_face_down_hard; +extern s32 ANIM_DATA_death_forward_face_down_soft; +extern s32 ANIM_DATA_death_fetal_position_right; +extern s32 ANIM_DATA_death_fetal_position_left; +extern s32 ANIM_DATA_death_backward_fall_face_up2; +extern s32 ANIM_DATA_side_step_left; +extern s32 ANIM_DATA_fire_roll_right2; +extern s32 ANIM_DATA_walking; +extern s32 ANIM_DATA_sprinting; +extern s32 ANIM_DATA_running; +extern s32 ANIM_DATA_bond_eye_walk; +extern s32 ANIM_DATA_bond_eye_fire; +extern s32 ANIM_DATA_bond_watch; +extern s32 ANIM_DATA_surrendering_armed; +extern s32 ANIM_DATA_surrendering_armed_drop_weapon; +extern s32 ANIM_DATA_fire_walking; +extern s32 ANIM_DATA_fire_running; +extern s32 ANIM_DATA_null50; +extern s32 ANIM_DATA_null51; +extern s32 ANIM_DATA_fire_jump_to_side_left; +extern s32 ANIM_DATA_fire_jump_to_side_right; +extern s32 ANIM_DATA_hit_butt_long; +extern s32 ANIM_DATA_hit_butt_short; +extern s32 ANIM_DATA_death_head; +extern s32 ANIM_DATA_death_left_leg; +extern s32 ANIM_DATA_slide_right; +extern s32 ANIM_DATA_slide_left; +extern s32 ANIM_DATA_jump_backwards; +extern s32 ANIM_DATA_extending_left_hand; +extern s32 ANIM_DATA_fire_throw_grenade; +extern s32 ANIM_DATA_spotting_bond; +extern s32 ANIM_DATA_look_around; +extern s32 ANIM_DATA_fire_standing_one_handed_weapon; +extern s32 ANIM_DATA_fire_standing_draw_one_handed_weapon_fast; +extern s32 ANIM_DATA_fire_standing_draw_one_handed_weapon_slow; +extern s32 ANIM_DATA_fire_hip_one_handed_weapon_fast; +extern s32 ANIM_DATA_fire_hip_one_handed_weapon_slow; +extern s32 ANIM_DATA_fire_hip_forward_one_handed_weapon; +extern s32 ANIM_DATA_fire_standing_right_one_handed_weapon; +extern s32 ANIM_DATA_fire_step_right_one_handed_weapon; +extern s32 ANIM_DATA_fire_standing_left_one_handed_weapon_slow; +extern s32 ANIM_DATA_fire_standing_left_one_handed_weapon_fast; +extern s32 ANIM_DATA_fire_kneel_forward_one_handed_weapon_slow; +extern s32 ANIM_DATA_fire_kneel_forward_one_handed_weapon_fast; +extern s32 ANIM_DATA_fire_kneel_right_one_handed_weapon_slow; +extern s32 ANIM_DATA_fire_kneel_right_one_handed_weapon_fast; +extern s32 ANIM_DATA_fire_kneel_left_one_handed_weapon_slow; +extern s32 ANIM_DATA_fire_kneel_left_one_handed_weapon_fast; +extern s32 ANIM_DATA_fire_kneel_left_one_handed_weapon; +extern s32 ANIM_DATA_aim_walking_one_handed_weapon; +extern s32 ANIM_DATA_aim_walking_left_one_handed_weapon; +extern s32 ANIM_DATA_aim_walking_right_one_handed_weapon; +extern s32 ANIM_DATA_aim_running_one_handed_weapon; +extern s32 ANIM_DATA_aim_running_right_one_handed_weapon; +extern s32 ANIM_DATA_aim_running_left_one_handed_weapon; +extern s32 ANIM_DATA_aim_sprinting_one_handed_weapon; +extern s32 ANIM_DATA_running_one_handed_weapon; +extern s32 ANIM_DATA_sprinting_one_handed_weapon; +extern s32 ANIM_DATA_null91; +extern s32 ANIM_DATA_null92; +extern s32 ANIM_DATA_null93; +extern s32 ANIM_DATA_null94; +extern s32 ANIM_DATA_null95; +extern s32 ANIM_DATA_null96; +extern s32 ANIM_DATA_draw_one_handed_weapon_and_look_around; +extern s32 ANIM_DATA_draw_one_handed_weapon_and_stand_up; +extern s32 ANIM_DATA_aim_one_handed_weapon_left_right; +extern s32 ANIM_DATA_cock_one_handed_weapon_and_turn_around; +extern s32 ANIM_DATA_holster_one_handed_weapon_and_cross_arms; +extern s32 ANIM_DATA_cock_one_handed_weapon_turn_around_and_stand_up; +extern s32 ANIM_DATA_draw_one_handed_weapon_and_turn_around; +extern s32 ANIM_DATA_step_forward_and_hold_one_handed_weapon; +extern s32 ANIM_DATA_holster_one_handed_weapon_and_adjust_suit; +extern s32 ANIM_DATA_idle_unarmed; +extern s32 ANIM_DATA_walking_unarmed; +extern s32 ANIM_DATA_fire_walking_dual_wield; +extern s32 ANIM_DATA_fire_walking_dual_wield_hands_crossed; +extern s32 ANIM_DATA_fire_running_dual_wield; +extern s32 ANIM_DATA_fire_running_dual_wield_hands_crossed; +extern s32 ANIM_DATA_fire_sprinting_dual_wield; +extern s32 ANIM_DATA_fire_sprinting_dual_wield_hands_crossed; +extern s32 ANIM_DATA_walking_female; +extern s32 ANIM_DATA_running_female; +extern s32 ANIM_DATA_fire_kneel_dual_wield; +extern s32 ANIM_DATA_fire_kneel_dual_wield_left; +extern s32 ANIM_DATA_fire_kneel_dual_wield_right; +extern s32 ANIM_DATA_fire_kneel_dual_wield_hands_crossed; +extern s32 ANIM_DATA_fire_kneel_dual_wield_hands_crossed_left; +extern s32 ANIM_DATA_fire_kneel_dual_wield_hands_crossed_right; +extern s32 ANIM_DATA_fire_standing_dual_wield; +extern s32 ANIM_DATA_fire_standing_dual_wield_left; +extern s32 ANIM_DATA_fire_standing_dual_wield_right; +extern s32 ANIM_DATA_fire_standing_dual_wield_hands_crossed_left; +extern s32 ANIM_DATA_fire_standing_dual_wield_hands_crossed_right; +extern s32 ANIM_DATA_fire_standing_aiming_down_sights; +extern s32 ANIM_DATA_fire_kneel_aiming_down_sights; +extern s32 ANIM_DATA_hit_taser; +extern s32 ANIM_DATA_death_explosion_forward; +extern s32 ANIM_DATA_death_explosion_left1; +extern s32 ANIM_DATA_death_explosion_back_left; +extern s32 ANIM_DATA_death_explosion_back1; +extern s32 ANIM_DATA_death_explosion_right; +extern s32 ANIM_DATA_death_explosion_forward_right1; +extern s32 ANIM_DATA_death_explosion_back2; +extern s32 ANIM_DATA_death_explosion_forward_roll; +extern s32 ANIM_DATA_death_explosion_forward_face_down; +extern s32 ANIM_DATA_death_explosion_left2; +extern s32 ANIM_DATA_death_explosion_forward_right2; +extern s32 ANIM_DATA_death_explosion_forward_right2_alt; +extern s32 ANIM_DATA_death_explosion_forward_right3; +extern s32 ANIM_DATA_null143; +extern s32 ANIM_DATA_null144; +extern s32 ANIM_DATA_null145; +extern s32 ANIM_DATA_null146; +extern s32 ANIM_DATA_running_hands_up; +extern s32 ANIM_DATA_sprinting_hands_up; +extern s32 ANIM_DATA_aim_and_blow_one_handed_weapon; +extern s32 ANIM_DATA_aim_one_handed_weapon_left; +extern s32 ANIM_DATA_aim_one_handed_weapon_right; +extern s32 ANIM_DATA_conversation; +extern s32 ANIM_DATA_drop_weapon_and_show_fight_stance; +extern s32 ANIM_DATA_yawning; +extern s32 ANIM_DATA_swatting_flies; +extern s32 ANIM_DATA_scratching_leg; +extern s32 ANIM_DATA_scratching_butt; +extern s32 ANIM_DATA_adjusting_crotch; +extern s32 ANIM_DATA_sneeze; +extern s32 ANIM_DATA_conversation_cleaned; +extern s32 ANIM_DATA_conversation_listener; +extern s32 ANIM_DATA_startled_and_looking_around; +extern s32 ANIM_DATA_laughing_in_disbelief; +extern s32 ANIM_DATA_surrendering_unarmed; +extern s32 ANIM_DATA_coughing_standing; +extern s32 ANIM_DATA_coughing_kneel1; +extern s32 ANIM_DATA_coughing_kneel2; +extern s32 ANIM_DATA_standing_up; +extern s32 ANIM_DATA_null169; +extern s32 ANIM_DATA_dancing; +extern s32 ANIM_DATA_dancing_one_handed_weapon; +extern s32 ANIM_DATA_keyboard_right_hand1; +extern s32 ANIM_DATA_keyboard_right_hand2; +extern s32 ANIM_DATA_keyboard_left_hand; +extern s32 ANIM_DATA_keyboard_right_hand_tapping; +extern s32 ANIM_DATA_bond_eye_fire_alt; +extern s32 ANIM_DATA_dam_jump; +extern s32 ANIM_DATA_surface_vent_jump; +extern s32 ANIM_DATA_cradle_jump; +extern s32 ANIM_DATA_cradle_fall; +extern s32 ANIM_DATA_credits_bond_kissing; +extern s32 ANIM_DATA_credits_natalya_kissing; + +extern s32 ANIM_DATA_helicopter_cradle; +extern s32 ANIM_DATA_plane_runway; +extern s32 ANIM_DATA_helicopter_takeoff; + + + +#endif diff --git a/assets/animationtable_entries.c b/assets/animationtable_entries.c new file mode 100644 index 0000000..0fa324b --- /dev/null +++ b/assets/animationtable_entries.c @@ -0,0 +1,868 @@ +#include + +u32 ANIM_ENTRY_idle[] = +{ + 0xfa0f7f00,0x8034029f,0xfb06805c,0x03607a01,0xfc99a817,0x57c8d000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00003,0xe000000f,0xb8000f7f,0xfe8ff4fb,0xd01f0390,0xfa0f7f00,0x8033029f,0xfb06805c,0x03507a01,0xfc99a827,0x56c8c000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00003,0xf000000f,0xbb000f7f,0xfe8ff4fc,0x101d03b0,0xfa0f7f00,0x8033029f,0xfb06805c,0x03507a01,0xfc99a827,0x56c8c000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00003,0xe000000f,0xba000f80,0xfe8ff4fb,0xe01e03a0,0xfa0f7f00,0x8033029f,0xfb06805a,0x03407a01,0xfc99a827,0x56c8d000,0xd5d00000,0x0238000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00003,0xd000000f,0xb9000f80,0xfe8ff4fb,0xb01f0380,0xf9ff7f00,0x7033029f,0xfb069059,0x03407a01,0xfc99a817,0x57c8d000,0xd5d00000,0x0238000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00003,0xf000000f,0xba000f7f,0xfe8ff4fb,0xe01e0390,0xf9df7f00,0x703302af,0xfb06a059,0x03407a01,0xfc99a837,0x56c8c000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x1000000f,0xb9000f7f,0xfe8ff4fc,0x101d03b0,0xf9cf7f00,0x7032029f,0xfb06a059,0x03407a01,0xfc99a837,0x55c8c000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x2000000f,0xb9000f7f,0xfe8ff4fc,0x201d03c0,0xf99f7e00,0x7033029f,0xfb06a05a,0x03407a01,0xfc99a847,0x55c8c000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe2,0x3bd00004,0x3000000f,0xb9000f7f,0xfe8ff4fc,0x501c03d0,0xf96f7e00,0x7034029f,0xfb06b05a,0x03407a01,0xfc99a847,0x55c8d000,0xd5d00000,0x0236000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe2,0x3bd00004,0x8000000f,0xbb000f7e,0xfe8ff4fc,0xa01a0400,0xf97f7e00,0x7034029f,0xfb06b05a,0x03407a01,0xfc99a857,0x55c8c000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe2,0x3bd00004,0x8000000f,0xbb000f7e,0xfe8ff4fc,0xa01a0410,0xf98f7e00,0x7034028f,0xfb06b05a,0x03507a01,0xfc99a877,0x54c8c000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe2,0x3bd00004,0x6000000f,0xbb000f7e,0xfe8ff4fc,0x801b0400,0xf99f7e00,0x7034028f,0xfb06b05b,0x03607a01,0xfc99a877,0x55c8c000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe2,0x3bd00004,0x7000000f,0xbb000f7e,0xfe8ff4fc,0x901a0400,0xf9af7e00,0x7034027f,0xfb06c05b,0x03607a01,0xfc99a887,0x55c8b000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe2,0x3bd00004,0x7000000f,0xbc000f7e,0xfe8ff4fc,0xa01a0400,0xf9bf7e00,0x7034026f,0xfb06c05b,0x03607a01,0xfc99a887,0x56c8b000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe2,0x3bd00004,0x6000000f,0xbd000f7e,0xfe8ff4fc,0x601b03e0,0xf9af7e00,0x7034026f,0xfb06c05b,0x03607a01,0xfc99a867,0x56c8c000,0xd5d00000,0x0238000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe2,0x3bd00004,0x7000000f,0xbf000f7e,0xfe8ff4fc,0x501b03d0,0xf9af7e00,0x7035027f,0xfb06b05b,0x03607a01,0xfc99a857,0x57c8c000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe2,0x3bd00004,0x8000000f,0xc0000f7e,0xfe8ff4fc,0x701a03e0,0xf9cf7e00,0x7035027f,0xfb06c05b,0x03707a01,0xfc99a847,0x58c8c000,0xd5d00000,0x023a000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe2,0x3bd00004,0x8000000f,0xc1000f7e,0xfe8ff4fc,0x801a03e0,0xf9cf7e00,0x7035027f,0xfb06c05b,0x03707a01,0xfc99a847,0x58c8c000,0xd5d00000,0x023a000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe2,0x3bd00004,0x8000000f,0xc1000f7e,0xfe8ff4fc,0x801a03e0,0xf9cf7e00,0x7035027f,0xfb06c05c,0x03707a01,0xfc99a857,0x57c8b000,0xd5d00000,0x023a000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe2,0x3bd00004,0x6000000f,0xc0000f7e,0xfe8ff4fc,0x601b03d0,0xf9cf7e00,0x7034026f,0xfb06c05c,0x03807a01,0xfc99a877,0x55c8b000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x4000000f,0xbf000f7f,0xfe8ff4fc,0x301c03c0,0xf9bf7e00,0x7034027f,0xfb06b05c,0x03807a01,0xfc99a867,0x55c8c000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe2,0x3bd00004,0x5000000f,0xbf000f7f,0xfe8ff4fc,0x401b03d0,0xf9bf7e00,0x7035027f,0xfb06b05c,0x03807a01,0xfc99a857,0x55c8d000,0xd5d00000,0x0238000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe2,0x3bd00004,0x7000000f,0xc0000f7e,0xfe8ff4fc,0x401b03d0,0xf9ef7e00,0x7034028f,0xfb06a05b,0x03907a01,0xfc99a847,0x55c8c000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x5000000f,0xc0000f7f,0xfe8ff4fc,0x001d03a0,0xfa1f7e00,0x7033026f,0xfa06b05c,0x03a07a01,0xfc99a887,0x53c8b000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x4000000f,0xc0000f7f,0xfe8ff4fb,0xd01e0380,0xfa1f7e00,0x8033026f,0xfa06c05d,0x03c07a01,0xfc99a8b7,0x51c8a000,0xd5d00000,0x023a000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x5000000f,0xc1000f7f,0xfe8ff4fb,0xf01e0390,0xfa2f7f00,0x8033025f,0xfa06c05d,0x03d07a01,0xfc99a8d7,0x50c89000,0xd5d00000,0x023b000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x5000000f,0xc0000f7f,0xfe8ff4fb,0xd01e0390,0xfa2f7f00,0x8033025f,0xfa06d05d,0x03c07a01,0xfc99a8e7,0x50c89000,0xd5d00000,0x023b000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x4000000f,0xbe000f7f,0xfe8ff4fb,0xb01f0370,0xfa3f7e00,0x8034026f,0xfa06d05d,0x03d07a01,0xfc99a8d7,0x50c8a000,0xd5d00000,0x023b000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x5000000f,0xbe000f7f,0xfe8ff4fb,0xe01e0390,0xfa4f7e00,0x8035027f,0xfa06d05d,0x03d07a01,0xfc99a8e7,0x50c8a000,0xd5d00000,0x023b000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x5000000f,0xbe000f7f,0xfe8ff4fc,0x101d03b0,0xfa8f7e00,0x8036026f,0xfa06e05d,0x03c07a01,0xfc99a907,0x4fc89000,0xd5d00000,0x023c000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x4000000f,0xbc000f7f,0xfe8ff4fb,0xf01d03a0,0xfa8f7e00,0x8036025f,0xfa06f05d,0x03c07a01,0xfc99a907,0x4fc89000,0xd5d00000,0x023c000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x4000000f,0xbc000f7f,0xfe8ff4fb,0xf01c03a0,0xfa7f7e00,0x8037025f,0xfa06f05d,0x03d07a01,0xfc99a907,0x50c89000,0xd5d00000,0x023d000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x4000000f,0xbc000f7f,0xfe8ff4fb,0xf01c03a0,0xfa8f7f00,0x8036025f,0xfa06f05d,0x03d07a01,0xfc99a8f7,0x50c89000,0xd5d00000,0x023d000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x1000000f,0xba000f7f,0xfe8ff4fb,0xd01d0390,0xfa7f7f00,0x8037025f,0xfa06f05e,0x03d07a01,0xfc99a8e7,0x50c8a000,0xd5d00000,0x023a000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x1000000f,0xba000f7f,0xfe8ff4fb,0xc01d0390,0xfa6f7f00,0x8038025f,0xfb06f05f,0x03c07a01,0xfc99a8d7,0x4fc8c000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x2000000f,0xbb000f7f,0xfe8ff4fb,0xe01d03a0,0xfa6f7f00,0x8038025f,0xfb06f05f,0x03c07a01,0xfc99a8d7,0x4fc8c000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x2000000f,0xbb000f7f,0xfe8ff4fb,0xe01d03a0,0xfa6f7f00,0x8038027f,0xfb06e05d,0x03c07a01,0xfc99a897,0x51c8c000,0xd5d00000,0x0238000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x1000000f,0xbb000f80,0xfe8ff3fb,0xc01d0390,0xfa6f7f00,0x8038028f,0xfb06e05c,0x03c07a01,0xfc99a877,0x52c8c000,0xd5d00000,0x0238000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x1000000f,0xbb000f80,0xfe8ff3fb,0xc01d0380,0xfa6f7f00,0x8038027f,0xfb06e05d,0x03d07a01,0xfc99a887,0x51c8b000,0xd5d00000,0x0238000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x0000000f,0xbb000f80,0xfe8ff3fb,0xc01d0380,0xfa7f7f00,0x8037026f,0xfb06e060,0x03f07a01,0xfc99a8b7,0x4fc8b000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x0000000f,0xbb000f80,0xfe8ff3fb,0xb01e0380,0xfa7f7f00,0x8037026f,0xfb06e061,0x04107a01,0xfc99a8b7,0x4ec8b000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x0000000f,0xbc000f80,0xfe8ff3fb,0xb01e0380,0xfa7f7f00,0x8037026f,0xfb06e062,0x04107a01,0xfc99a8c7,0x4ec8b000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x0000000f,0xbc000f80,0xfe8ff3fb,0xb01e0380,0xfa6f7f00,0x8036026f,0xfb06e062,0x04107a01,0xfc99a8d7,0x4dc8a000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x0000000f,0xbc000f80,0xfe8ff3fb,0xb01e0380,0xfa6f7f00,0x8036026f,0xfb06e062,0x04107a01,0xfc99a8e7,0x4dc8a000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x1000000f,0xbc000f80,0xfe8ff3fb,0xc01e0380,0xfa4f7f00,0x8037027f,0xfb06e062,0x04207a01,0xfc99a8e7,0x4dc8b000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x2000000f,0xbd000f7f,0xfe8ff4fb,0xd01d0390,0xfa4f7f00,0x8037027f,0xfb06e063,0x04307a01,0xfc99a8f7,0x4dc8a000,0xd5d00000,0x0238000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x2000000f,0xbd000f7f,0xfe8ff4fb,0xe01d03a0,0xfa5f7f00,0x8037026f,0xfa06e063,0x04407a01,0xfc99a907,0x4dc8a000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x1000000f,0xbc000f7f,0xfe8ff4fb,0xd01d0390,0xfa5f7f00,0x8037026f,0xfa06f064,0x04507a01,0xfc99a907,0x4dc8a000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x1000000f,0xbc000f7f,0xfe8ff4fb,0xd01d0390,0xfa4f7f00,0x8038026f,0xfb071065,0x04607a01,0xfc99a917,0x4dc8a000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x2000000f,0xbd000f7f,0xfe8ff4fb,0xe01d03a0,0xfa5f7f00,0x8038026f,0xfa071065,0x04707a01,0xfc99a927,0x4dc89000,0xd5d00000,0x023a000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x2000000f,0xbd000f7f,0xfe8ff4fb,0xd01d0390,0xfa5f7f00,0x8038026f,0xfa071065,0x04707a01,0xfc99a917,0x4ec8a000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x1000000f,0xbd000f7f,0xfe8ff4fb,0xb01d0380,0xfa5f7f00,0x8038026f,0xfb072065,0x04707a01,0xfc99a907,0x4ec8a000,0xd5d00000,0x023a000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x1000000f,0xbe000f7f,0xfe8ff4fb,0xb01d0380,0xfa5f7f00,0x8038027f,0xfb072066,0x04807a01,0xfc99a8f7,0x4fc89000,0xd5d00000,0x023b000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x2000000f,0xbe000f7f,0xfe8ff4fb,0xd01d0390,0xfa5f7f00,0x8037027f,0xfa072066,0x04807a01,0xfc99a8f7,0x4fc89000,0xd5d00000,0x023b000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x2000000f,0xbe000f7f,0xfe8ff4fb,0xd01c0390,0xfa5f7f00,0x8037027f,0xfa072066,0x04807a01,0xfc99a8f7,0x4fc89000,0xd5d00000,0x023b000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x2000000f,0xbf000f7f,0xfe8ff4fb,0xd01c0390,0xfa4f7f00,0x8038027f,0xfb071066,0x04607a01,0xfc99a8c7,0x4fc8b000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x1000000f,0xbf000f80,0xfe8ff4fb,0xb01d0390,0xfa4f7f00,0x8038027f,0xfb071066,0x04707a01,0xfc99a8c7,0x4fc8b000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x1000000f,0xc0000f80,0xfe8ff3fb,0xb01d0380,0xfa5f7f00,0x8037027f,0xfb071066,0x04607a01,0xfc99a8c7,0x4fc8a000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x1000000f,0xc1000f80,0xfe7ff3fb,0x901e0370,0xfa7f7f00,0x8036028f,0xfb071065,0x04607a01,0xfc99a8b7,0x50c8b000,0xd5d00000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x0000000f,0xc1000f80,0xfe7ff3fb,0x50200340,0xfa8f7f00,0x8035029f,0xfb070063,0x04507a01,0xfc99a887,0x52c8c000,0xd5d00000,0x0238000a,0x86f68fb5,0xf57fcb12,0x6fe103fc,0x040e6fe2,0x3be00003,0xf000000f,0xc0000f80,0xfe7ff3fb,0x10220310,0xfa7f7f00,0x803602af,0xfb070063,0x04407a01,0xfc99a897,0x53c8c000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe103fc,0x040e6fe2,0x3bd00003,0xf000000f,0xc0000f80,0xfe7ff3fb,0x20210320,0xfa7f7f00,0x803602af,0xfb071063,0x04407a01,0xfc99a8d7,0x52c8c000,0xd5d00000,0x0236000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x0000000f,0xc1000f80,0xfe7ff3fb,0x60200350,0xfa6f7f00,0x803602bf,0xfb071063,0x04407a01,0xfc99a907,0x51c8d000,0xd5d00000,0x0234000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x0000000f,0xc0000f80,0xfe8ff3fb,0x701f0360,0xfa5f7f00,0x803702cf,0xfb072063,0x04407a01,0xfc99a927,0x51c8d000,0xd5d00000,0x0233000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe2,0x3bd00004,0x1000000f,0xc0000f80,0xfe8ff3fb,0xa01d0380,0xfa6f7f00,0x803702cf,0xfb072063,0x04407a01,0xfc99a937,0x52c8c000,0xd5d00000,0x0234000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x2000000f,0xc0000f7f,0xfe8ff4fb,0xc01c03a0,0xfa8f7f00,0x803702cf,0xfb073063,0x04507a01,0xfc99a957,0x53c8c000,0xd5d00000,0x0235000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x0000000f,0xbf000f80,0xfe8ff3fb,0xa01c0390,0xfa8f7f00,0x803602bf,0xfb073064,0x04507a01,0xfc99a947,0x55c8c000,0xd5d00000,0x0235000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x0000000f,0xbf000f80,0xfe8ff3fb,0x701d0370,0xfa7f7f00,0x803702bf,0xfb074064,0x04507a01,0xfc99a957,0x56c8c000,0xd5d00000,0x0236000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x3000000f,0xbf000f7f,0xfe8ff4fb,0xa01b0390,0xfa8f7f00,0x803602af,0xfb075065,0x04607a01,0xfc99a967,0x56c8b000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x3000000f,0xbe000f7f,0xfe8ff4fb,0x901b0390,0xfaaf8000,0x8034027f,0xfb075064,0x04607a01,0xfc99a957,0x58c8c000,0xd5d00000,0x0236000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00003,0xe000000f,0xbd000f80,0xfe8ff3fb,0x001e0330,0xfa9f8000,0x8033025f,0xfb074064,0x04607a01,0xfc99a947,0x59c8d000,0xd5d00000,0x0235000a,0x86f68fb5,0xf57fcb12,0x6fe103fc,0x040e6fe3,0x3be00003,0xd000000f,0xbf000f81,0xfe8ff3fa,0xe01f0310,0xfa7f8000,0x8034026f,0xfb074064,0x04707a01,0xfc99a957,0x59c8c000,0xd5d00000,0x0236000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00003,0xe000000f,0xbf000f80,0xfe8ff3fb,0x201d0350,0xfa6f8000,0x8034026f,0xfb074064,0x04807a01,0xfc99a977,0x58c8b000,0xd5d00000,0x0237000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00003,0xd000000f,0xbf000f80,0xfe8ff3fb,0x401b0360,0xfa5f8000,0x8034026f,0xfb074064,0x04907a01,0xfc99a987,0x58c8b000,0xd5d00000,0x0236000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00003,0xd000000f,0xbe000f80,0xfe8ff3fb,0x401b0360,0xfa3f7f00,0x8035026f,0xfc073065,0x04807a01,0xfc99a997,0x57c8c000,0xd5d00000,0x0234000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00003,0xf000000f,0xbe000f80,0xfe8ff3fb,0x70190380,0xfa4f7f00,0x8035026f,0xfc073065,0x04807a01,0xfc99a9b7,0x56c8c000,0xd5d00000,0x0234000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00003,0xf000000f,0xbe000f80,0xfe8ff3fb,0x70190380,0xfa6f8000,0x8034025f,0xfb073065,0x04707a01,0xfc99a9d7,0x55c8c000,0xd5d00000,0x0233000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00003,0xe000000f,0xbe000f80,0xfe8ff3fb,0x401a0350,0xfa5f8000,0x8034025f,0xfc074064,0x04707a01,0xfc99a9d7,0x55c8c000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00003,0xe000000f,0xbe000f80,0xfe8ff3fb,0x401a0360,0xfa5f8000,0x8034025f,0xfc074064,0x04707a01,0xfc99a9e7,0x55c8c000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00003,0xf000000f,0xbf000f80,0xfe8ff3fb,0x501a0360,0xfa4f8000,0x8034025f,0xfc078063,0x04707a01,0xfc99aa17,0x54c8a000,0xd5d00000,0x0232000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x2000000f,0xc0000f80,0xfe8ff3fb,0x60190370,0xfa4f8000,0x8034024f,0xfc078062,0x04707a01,0xfc99aa37,0x54c8a000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x2000000f,0xc0000f80,0xfe8ff3fb,0x60190370,0xfa5f8000,0x8035024f,0xfc079061,0x04707a01,0xfc99aa37,0x54c8b000,0xd5d00000,0x0230000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x1000000f,0xbf000f80,0xfe8ff3fb,0x50190370,0xfa5f8000,0x8036025f,0xfc07b061,0x04707a01,0xfc99aa47,0x54c8b000,0xd5d00000,0x0230000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x1000000f,0xbf000f80,0xfe8ff3fb,0x80180380,0xfa7f8000,0x8037025f,0xfc07c060,0x04707a01,0xfc99aa57,0x54c89000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3bd00004,0x0000000f,0xbe000f80,0xfe8ff3fb,0x80170380,0xfa8f8000,0x8037026f,0xfb07c05e,0x04607a01,0xfc99aa47,0x54c89000,0xd5d00000,0x0232000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3bd00003,0xe000000f,0xbd000f80,0xfe8ff3fb,0x50180360,0xfa7f8000,0x8038026f,0xfc07b05e,0x04707a01,0xfc99aa27,0x55c8a000,0xd5d00000,0x0232000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3bd00003,0xf000000f,0xbe000f80,0xfe8ff3fb,0x60180370,0xfa4f8000,0x803a026f,0xfc07a05d,0x04707a01,0xfc99a9f7,0x56c8a000,0xd5d00000,0x0232000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3bd00004,0x0000000f,0xbf000f80,0xfe8ff3fb,0x90160390,0xfa5f8000,0x803a026f,0xfc07b05d,0x04807a01,0xfc99aa07,0x55c8a000,0xd5d00000,0x0233000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3bd00004,0x0000000f,0xbf000f80,0xfe8ff3fb,0x80160390,0xfa5f8000,0x803a026f,0xfc07a05d,0x04807a01,0xfc99aa17,0x52c89000,0xd5d00000,0x0233000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3bd00003,0xf000000f,0xbe000f80,0xfe8ff3fb,0x60170380,0xfa4f8000,0x803b027f,0xfc07905d,0x04807a01,0xfc99aa17,0x50c8a000,0xd5d00000,0x0230000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3bd00003,0xf000000f,0xbe000f80,0xfe8ff3fb,0x60170370,0xfa3f8000,0x803c028f,0xfc07805b,0x04807a01,0xfc99a9e7,0x51c8c000,0xd5d00000,0x022f000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3bd00004,0x0000000f,0xbe000f80,0xfe8ff3fb,0x70160380,0xfa4f8000,0x803c029f,0xfc07805a,0x04807a01,0xfc99a9c7,0x51c8c000,0xd5d00000,0x0230000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3bd00003,0xf000000f,0xbf000f80,0xfe8ff3fb,0x50170370,0xfa3f8000,0x803b029f,0xfb07905a,0x04a07a01,0xfc99a9f7,0x4fc8b000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3bd00003,0xe000000f,0xbf000f80,0xfe8ff3fb,0x50170360,0xfa2f8000,0x803c028f,0xfb07905a,0x04a07a01,0xfc99aa17,0x4dc8b000,0xd5d00000,0x0230000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3bd00003,0xf000000f,0xbf000f80,0xfe8ff3fb,0x70170380,0xfa3f8000,0x803d028f,0xfb07905a,0x04a07a01,0xfc99aa07,0x4dc8b000,0xd5d00000,0x0230000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3bd00004,0x0000000f,0xbf000f80,0xfe8ff3fb,0x80170380,0xfa3f8000,0x803d028f,0xfb07905a,0x04a07a01,0xfc99aa07,0x4dc8b000,0xd5d00000,0x0230000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3bd00004,0x0000000f,0xbf000f80,0xfe8ff3fb,0x80170390,0xfa4f8000,0x803c028f,0xfb07905a,0x04a07a01,0xfc99aa17,0x4dc8c000,0xd5d00000,0x022f000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3be00003,0xf000000f,0xbe000f80,0xfe8ff3fb,0x50180360,0xfa4f8000,0x803c028f,0xfb07905a,0x04a07a01,0xfc99aa17,0x4dc8c000,0xd5d00000,0x022f000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3be00003,0xf000000f,0xbe000f80,0xfe8ff3fb,0x40180350,0xfa4f8000,0x803c028f,0xfb07905a,0x04a07a01,0xfc99aa17,0x4dc8c000,0xd5d00000,0x022f000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3be00004,0x0000000f,0xbf000f80,0xfe8ff3fb,0x50180360,0xfa4f8000,0x803d028f,0xfb079059,0x04a07a01,0xfc99aa17,0x4dc8b000,0xd5d00000,0x0230000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3bd00004,0x1000000f,0xbf000f80,0xfe8ff3fb,0x60180370,0xfa4f8000,0x803d028f,0xfb079059,0x04b07a01,0xfc99aa17,0x4dc8b000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3be00004,0x0000000f,0xbf000f80,0xfe8ff3fb,0x40180360,0xfa4f8000,0x803c028f,0xfb07905a,0x04b07a01,0xfc99aa27,0x4dc8b000,0xd5d00000,0x0230000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3be00004,0x1000000f,0xc0000f80,0xfe8ff3fb,0x30190350,0xfa3f8000,0x803d028f,0xfb07905a,0x04b07a01,0xfc99aa27,0x4dc8b000,0xd5d00000,0x0230000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe4,0x3be00004,0x2000000f,0xc0000f80,0xfe8ff3fb,0x40180360,0xfa4f8000,0x803c028f,0xfb07905a,0x04b07a01,0xfc99aa27,0x4dc8b000,0xd5d00000,0x0230000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe4,0x3be00004,0x2000000f,0xc1000f80,0xfe8ff3fb,0x30180360,0xfa4f8100,0x803c028f,0xfb07905a,0x04b07a01,0xfc99aa27,0x4ec8b000,0xd5d00000,0x0232000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x0000000f,0xc1000f80,0xfe8ff3fb,0x20190350,0xfa3f8000,0x803c028f,0xfb07805a,0x04c07a01,0xfc99aa17,0x4ec8b000,0xd5d00000,0x0232000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc2000f80,0xfe8ff3fb,0x20190350,0xfa0f8000,0x803d028f,0xfb07805a,0x04d07a01,0xfc99aa07,0x4fc8b000,0xd5d00000,0x0232000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x3000000f,0xc4000f80,0xfe8ff3fb,0x60170380,0xf9ff8000,0x803e029f,0xfb07705a,0x04c07a01,0xfc99aa17,0x4ec8b000,0xd5d00000,0x0232000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x4000000f,0xc4000f7f,0xfe8ff3fb,0x80160390,0xfa0f8000,0x803d029f,0xfb07605a,0x04c07a01,0xfc99aa17,0x4ec8a000,0xd5d00000,0x0232000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x3000000f,0xc4000f7f,0xfe8ff3fb,0x70170380,0xf9ff8000,0x803c028f,0xfc07705b,0x04d07a01,0xfc99aa17,0x4fc8b000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x3000000f,0xc5000f80,0xfe8ff3fb,0x70170370,0xfa0f8000,0x803b028f,0xfc07705b,0x04e07a01,0xfc99aa17,0x50c8c000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x3000000f,0xc5000f80,0xfe8ff3fb,0x70170370,0xfa1f8000,0x8037025f,0xfb07a05d,0x05007a01,0xfc99aa87,0x4fc89000,0xd5d00000,0x0232000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x2000000f,0xc4000f80,0xfe8ff3fb,0x50180360,0xfa1f8000,0x8034024f,0xfb07c05e,0x05107a01,0xfc99aac7,0x4ec88000,0xd5d00000,0x0232000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc4000f80,0xfe8ff3fb,0x40190360,0xfa0f8000,0x8034023f,0xfb07d05f,0x05007a01,0xfc99aad7,0x4ec89000,0xd5d00000,0x0232000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc3000f80,0xfe8ff3fb,0x40190360,0xfa0f8000,0x8034023f,0xfb07d05f,0x05007a01,0xfc99aad7,0x4fc89000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x2000000f,0xc3000f80,0xfe8ff3fb,0x40190360,0xf9ff8000,0x8034022f,0xfb07d05f,0x04f07a01,0xfc99aa97,0x53c8b000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x2000000f,0xc5000f80,0xfe8ff3fb,0x70170370,0xfa0f8000,0x8034022f,0xfb07e05f,0x04f07a01,0xfc99aab7,0x53c8a000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x2000000f,0xc5000f80,0xfe8ff3fb,0x70170370,0xfa0f8000,0x8033022f,0xfb07e060,0x04f07a01,0xfc99aac7,0x52c89000,0xd5d00000,0x0232000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x2000000f,0xc4000f80,0xfe8ff3fb,0x70100370,0xfa0f8000,0x8032021f,0xfb07f060,0x04f07a01,0xfc99aad7,0x52c88000,0xd5d00000,0x0232000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x2000000f,0xc4000f80,0xfe8ff3fb,0x50120360,0xf9ff8000,0x803101ff,0xfb080060,0x04e07a01,0xfc99aad7,0x53c89000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x2000000f,0xc6000f80,0xfe8ff3fb,0x400c0360,0xfa0f8100,0x802f01ef,0xfc080060,0x04d07a01,0xfc99aac7,0x54c89000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x2000000f,0xc6000f80,0xfe8ff3fb,0x200a0340,0xfa1f8100,0x802e01df,0xfb081061,0x04d07a01,0xfc99aac7,0x54c88000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc5000f80,0xfe8ff3fa,0xe00b0320,0xfa0f8100,0x802e01df,0xfc081062,0x04e07a01,0xfc99aac7,0x54c89000,0xd5d00000,0x0231000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x2000000f,0xc6000f80,0xfe8ff3fa,0xe00a0320,0xfa1f8100,0x802e01cf,0xfc082063,0x04e07a01,0xfc99aad7,0x54c88000,0xd5d00000,0x0230000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc7000f80,0xfe8ff3fa,0xf00a0330,0xfa1f8100,0x802e01cf,0xfc083064,0x04f07a01,0xfc99aae7,0x53c88000,0xd5d00000,0x0230000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x0000000f,0xc6000f80,0xfe8ff3fa,0xf00a0330,0xfa0f8100,0x802d01cf,0xfc085064,0x05007a01,0xfc99aad7,0x54c88000,0xd5d00000,0x022f000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x0000000f,0xc6000f80,0xfe8ff3fa,0xf0080330,0xfa0f8100,0x802e01df,0xfc086062,0x05007a01,0xfc99aac7,0x54c88000,0xd5d00000,0x022f000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc6000f80,0xfe8ff3fb,0x000c0330,0xfa0f8100,0x802d01df,0xfc087060,0x04f07a01,0xfc99aad7,0x54c88000,0xd5d00000,0x022f000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x0000000f,0xc5000f80,0xfe8ff3fb,0x000d0330,0xfa0f8100,0x802d01df,0xfc089060,0x05007a01,0xfc99aae7,0x53c88000,0xd5d00000,0x022e000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x0000000f,0xc5000f80,0xfe8ff3fb,0x000c0330,0xfa0f8100,0x802c01cf,0xfc08d060,0x05307a01,0xfc99ab07,0x51c88000,0xd5d00000,0x022e000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x0000000f,0xc5000f80,0xfe8ff3fb,0x100d0340,0xfa0f8100,0x802c01cf,0xfc08d060,0x05307a01,0xfc99ab17,0x51c88000,0xd5d00000,0x022e000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc5000f80,0xfe8ff3fb,0x100c0350,0xfa1f8100,0x802c01cf,0xfc08e060,0x05307a01,0xfc99ab27,0x50c88000,0xd5d00000,0x022d000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x1000000f,0xc5000f80,0xfe8ff3fb,0x100c0350,0xfa1f8100,0x802c01cf,0xfc08e060,0x05207a01,0xfc99ab37,0x50c88000,0xd5d00000,0x022d000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc5000f80,0xfe8ff3fb,0x100e0350,0xfa0f8100,0x802d01cf,0xfc08f060,0x05207a01,0xfc99ab37,0x4fc88000,0xd5d00000,0x022c000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x0000000f,0xc5000f80,0xfe8ff3fb,0x100b0340,0xfa0f8100,0x802d01df,0xfc090060,0x05207a01,0xfc99ab37,0x4fc88000,0xd5d00000,0x022c000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc5000f80,0xfe8ff3fb,0x200d0350,0xfa0f8100,0x802d01cf,0xfc091060,0x05207a01,0xfc99ab47,0x4ec88000,0xd5d00000,0x022c000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc5000f80,0xfe8ff3fb,0x200c0350,0xfa1f8100,0x802d01cf,0xfc093060,0x05207a01,0xfc99ab57,0x4ec87000,0xd5d00000,0x022d000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc5000f80,0xfe8ff3fb,0x100d0340,0xfa1f8100,0x802e01cf,0xfc09405f,0x05207a01,0xfc99ab57,0x4ec87000,0xd5d00000,0x022d000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc5000f80,0xfe8ff3fb,0x100e0340,0xfa0f8100,0x802e01cf,0xfc09505f,0x05307a01,0xfc99ab57,0x4ec87000,0xd5d00000,0x022e000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x2000000f,0xc6000f80,0xfe8ff3fb,0x200d0350,0xfa1f8100,0x802e01cf,0xfc09505f,0x05307a01,0xfc99ab57,0x4ec87000,0xd5d00000,0x022e000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x2000000f,0xc6000f80,0xfe8ff3fb,0x100a0350,0xfa1f8100,0x802f01cf,0xfc095060,0x05307a01,0xfc99ab47,0x4ec87000,0xd5d00000,0x022d000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3be00004,0x2000000f,0xc7000f80,0xfe8ff3fb,0x000d0340,0xfa0f8100,0x802f01df,0xfc095060,0x05407a01,0xfc99ab27,0x4ec88000,0xd5d00000,0x022c000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x4000000f,0xc9000f80,0xfe8ff3fb,0x10090340,0xfa1f8100,0x802f01ef,0xfc095060,0x05407a01,0xfc99ab17,0x4ec87000,0xd5d00000,0x022d000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x3000000f,0xc9000f80,0xfe8ff3fb,0x00090330,0xfa1f8100,0x802f01ff,0xfc09305f,0x05407a01,0xfc99aaf7,0x4fc88000,0xd5d00000,0x022c000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc8000f80,0xfe8ff3fa,0xd00c0320,0xfa1f8100,0x802f020f,0xfc09305f,0x05307a01,0xfc99aab7,0x50c8b000,0xd5d00000,0x022a000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc8000f81,0xfe8ff3fa,0xc0080310,0xfa1f8100,0x8030021f,0xfc09305f,0x05307a01,0xfc99aaa7,0x50c8b000,0xd5d00000,0x022a000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc8000f80,0xfe8ff3fa,0xe0090330,0xfa1f8100,0x8030021f,0xfc09205f,0x05307a01,0xfc99aab7,0x50c8a000,0xd5d00000,0x022a000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x2000000f,0xc8000f80,0xfe8ff3fb,0x00080330,0xfa2f8100,0x8030021f,0xfc09105f,0x05307a01,0xfc99aab7,0x50c8a000,0xd5d00000,0x022a000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc7000f80,0xfe8ff3fa,0xe00b0320,0xfa3f8100,0x8030021f,0xfc09105f,0x05307a01,0xfc99aab7,0x50c8b000,0xd5d00000,0x0229000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc7000f81,0xfe8ff3fa,0xd00a0320,0xfa3f8100,0x8030021f,0xfc09105f,0x05207a01,0xfc99aab7,0x50c8b000,0xd5d00000,0x0229000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x0000000f,0xc7000f81,0xfe8ff3fa,0xd00c0320,0xfa3f8100,0x8030022f,0xfc09105f,0x05207a01,0xfc99aab7,0x50c8b000,0xd5d00000,0x0229000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x0000000f,0xc7000f81,0xfe8ff3fa,0xd00c0320,0xfa3f8100,0x8031022f,0xfc09105f,0x05207a01,0xfc99aab7,0x4fc8a000,0xd5d00000,0x022a000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x1000000f,0xc7000f80,0xfe8ff3fa,0xe00b0320,0xfa3f8100,0x8031022f,0xfc09205f,0x05207a01,0xfc99aab7,0x4fc8a000,0xd5d00000,0x022a000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x1000000f,0xc7000f81,0xfe8ff3fa,0xf00c0320,0xfa3f8100,0x8030021f,0xfc09205f,0x05307a01,0xfc99aac7,0x4fc8a000,0xd5d00000,0x022a000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x0000000f,0xc7000f81,0xfe8ff3fa,0xe00b0320,0xfa3f8100,0x8030021f,0xfc09205f,0x05307a01,0xfc99aad7,0x4ec8a000,0xd5d00000,0x022a000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x1000000f,0xc8000f80,0xfe8ff3fa,0xd00a0320,0xfa2f8100,0x8030020f,0xfc092060,0x05307a01,0xfc99aad7,0x4fc8a000,0xd5d00000,0x022b000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3bd00004,0x3000000f,0xca000f80,0xfe7ff3fa,0xe0060320,0xfa1f8100,0x802f01ff,0xfc092060,0x05307a01,0xfc99aad7,0x4fc8a000,0xd5d00000,0x022b000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x3000000f,0xca000f80,0xfe7ff3fa,0xc0070310,0xfa1f8100,0x803001ff,0xfc09105f,0x05407a01,0xfc99aac7,0x4fc8a000,0xd5d00000,0x022c000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x3000000f,0xc9000f80,0xfe7ff3fa,0xa0070300,0xfa1f8100,0x803001ff,0xfc09105f,0x05407a01,0xfc99aab7,0x50c8a000,0xd5d00000,0x022c000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3be00004,0x3000000f,0xca000f80,0xfe7ff3fa,0xb0060310,0xfa1f8100,0x8030020f,0xfc09105f,0x05407a01,0xfc99aac7,0x50c89000,0xd5d00000,0x022d000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x3000000f,0xca000f80,0xfe7ff3fa,0xc0070320,0xfa1f8100,0x8030020f,0xfc092060,0x05407a01,0xfc99aac7,0x4fc89000,0xd5d00000,0x022d000a,0x86f68fb5,0xf57fcb12,0x6fe203fc,0x040e6fe3,0x3be00004,0x2000000f,0xc9000f80,0xfe8ff3fa,0xc0060320,0xf9ff8100,0x8032021f,0xfc091060,0x05507a01,0xfc99aac7,0x4fc8a000,0xd5d00000,0x022c000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe3,0x3bd00004,0x2000000f,0xc7000f80,0xfe8ff3fb,0x00070340,0xfa8f7e00,0x8036025f,0xfa092060,0x05507a01,0xfc99aac7,0x4fc89000,0xd5d00000,0x022c000a,0x86f68fb5,0xf57fcb12,0x6fe303fc,0x040e6fe4,0x3bd00004,0x2000000f,0xc6000f80,0xfe8ff3fb,0x50070380 +}; + +u32 ANIM_ENTRY_fire_standing[] = +{ + 0x01cfebff,0x402b08f0,0x17009ff7,0x01196184,0x03e1257f,0xc4325000,0xde5fff00,0x03bf000b,0x0afcf02a,0xf4df8a0b,0x2f9dffec,0x4af3d00e,0x3e500000,0xc000000f,0xc9000009,0x00afdbfb,0x10160290,0x02afe4ff,0x00410a10,0x1efceff3,0x00697e85,0x63f7254f,0xdc337000,0xdeefff00,0x0395000b,0x44fd7034,0xf35fad0b,0xff7ffdec,0x48f38017,0x3da00002,0x4000000f,0xb900000a,0x005fe6fc,0x40180320,0x03cfcbfe,0x50560b90,0x17f9fff8,0xffd99b86,0xe40b250f,0xf434b000,0xdf7fff00,0x0367000b,0x80fdd03d,0xf1cfd20c,0xdf5ffc2c,0x48f33021,0x3cf00003,0x7000000f,0xa0000002,0x001feffd,0xc02503b0,0x045faefe,0x60660c90,0x12f80002,0xff99b588,0x741d24c0,0x0b35f000,0xe01fff00,0x0338000b,0xbefe2047,0xf04ff90d,0xbf4cfb8c,0x4df2f02b,0x3c500004,0x6000000f,0x8d000ff6,0xffeff5ff,0x70350460,0x044f84fd,0xd08b0d90,0x14f5601b,0xffb9c88a,0x24292480,0x23373000,0xe0cfff00,0x0309000b,0xfbfe7051,0xeed0210e,0xaf3ffb9c,0x49f2b034,0x3ba00004,0x8000000f,0x6a000fd3,0xff600702,0x803305e0,0x044f6ffd,0xb0a20db0,0x12f3f02c,0xffa9d38b,0xd42d2440,0x3b387000,0xe1cfff00,0x02dc000c,0x37fed05b,0xed60460f,0x8f34fb8c,0x4af2503e,0x3af00005,0x1000000f,0x61000fc6,0xff200c04,0x202f0680,0x042f5bfd,0xc0bd0d20,0x0af29045,0xff49c08d,0x741d2400,0x52399000,0xe30fff00,0x02b2000c,0x71ff6064,0xebf06910,0x5f25fbcc,0x4df1d048,0x3a400005,0x9000000f,0x5e000fbf,0xfec00c06,0x30210680,0x041f55fd,0xc0c60cf0,0x08f2304c,0xff299a8f,0x43fe23d0,0x6a3a9000,0xe4cfff00,0x028d000c,0xa600106e,0xea908710,0xff29fbec,0x4ef12052,0x39a00005,0xa000000f,0x5e000fbd,0xfea00c06,0xe0150680,0x03ff50fd,0xd0cb0ca0,0x06f23054,0xff097791,0x83db2390,0x813b6000,0xe71fff00,0x026e000c,0xd5010078,0xe9409f11,0x7f1cfc6c,0x4df0305d,0x38f00005,0x5000000f,0x5b000fbc,0xfe900c07,0xb0030660,0x036f35fe,0x20e40b60,0x00f29078,0xfe495e94,0x63b82370,0x993bf000,0xea3fff00,0x0258000c,0xfc025081,0xe800ae11,0xaf03fddc,0x47eef068,0x38500004,0x9000000f,0x4d000fba,0xfe000c0b,0xfff305c0,0x033f2efe,0x60ed0af0,0x01f2c081,0xfe094c97,0xe3912350,0xb03c4000,0xee7fff00,0x024b000d,0x1b04008b,0xe6d0b411,0x9efcfe1c,0x41ed6075,0x37b00004,0xb000000f,0x39000fbb,0xfd300e0d,0x2fec0560,0x02bf20fe,0xe0fb09f0,0x00f33093,0xfd79479c,0x935f2330,0xc73c4000,0xf4ffff00,0x024a000d,0x30061094,0xe5a0af11,0x2eedfe0c,0x3feaa084,0x37100005,0x9000000f,0x1e000fbc,0xfc20110e,0x6ff30460,0x026f16ff,0x21010910,0x01f370a3,0xfd092ca3,0x93082320,0xde3c0000,0xff7fff00,0x0251000d,0x3e08c09e,0xe470a110,0x6edefd7c,0x45e92095,0x37600007,0xb000000e,0xfc000fc1,0xfab0100e,0x000303f0,0x01ff06fe,0xb10c0840,0x0af3a0c3,0xfca905a6,0xc2e023e0,0xfe3a5000,0xff6fff00,0x0274000d,0x4d0be0ac,0xe0f0950d,0xfec6fc7c,0x54e860a7,0x38c0000a,0xd000000e,0xd8000fcc,0xf920090b,0x601a03a0,0x019efafe,0x711507d0,0x15f400d9,0xfc78d7a9,0x42bc2471,0x1c395000,0xff6fff00,0x0284000d,0x380e80b2,0xdee0880c,0x0ebafb3c,0x5ae920b8,0x39a0000e,0xb000000e,0xb3000fcf,0xf7800608,0x90350390,0x008edafe,0x41210710,0x27f61111,0xfd28d6aa,0x82a12611,0x6d381000,0xfb5fff00,0x028e000d,0x220ff0b2,0xdb506b08,0x6e9df9ac,0x6bec60c8,0x3aa00013,0x1000000e,0x91000fd1,0xf6000403,0xa0510390,0xffdebefe,0x312106a0,0x30f8713b,0xfe58d5ab,0xb28527c1,0xaf366000,0xf74fff00,0x0298000d,0x0a10f0ab,0xd8105d06,0x3e8af80c,0x76ee50d6,0x3aa00017,0xb000000e,0x73000fcd,0xf4d00802,0x706b0380,0xff2e92fe,0x71220710,0x3cfc4153,0x0078d4ac,0xf26928f2,0x00346000,0xf33fff00,0x02a7000c,0xf211809f,0xd6504703,0xfe6ff64c,0x7cefd0e0,0x39c0001c,0x5000000e,0x5d000fb9,0xf4201104,0x10800370,0xfece71fe,0xd1230780,0x43fee162,0x01b8d3ae,0x224d29a2,0x33340000,0xef2fff00,0x02ad000c,0xdb119090,0xd6b03702,0x6e57f49c,0x8df0e0e5,0x39200020,0xc000000e,0x50000fa4,0xf4100d05,0x408e0340,0xff0e4eff,0x011507d0,0x4300f177,0x0298d2af,0x62312a52,0x6433f000,0xeb0fff00,0x02ba000c,0xc8113082,0xd8002c00,0xce58f30c,0x9df160e5,0x38b00024,0xa000000e,0x4f000f8a,0xf4dfe207,0x40910300,0xff5e30fe,0xe10707d0,0x4502b18c,0x0348d1b0,0x92152ac2,0x95333000,0xe6ffff00,0x02cd000c,0xba106075,0xd88022ff,0x4e63f18c,0xb2f160e1,0x38300028,0x4000000e,0x58000f75,0xf65fb609,0x808c02e0,0xffde1bfe,0x81020710,0x5003e1a0,0x0388d0b1,0xd1f92ce2,0xcf33a000,0xe2efff00,0x02d2000c,0xb40f306d,0xd88016fd,0x7e78effc,0xc5f0e0d9,0x37900029,0xe000000e,0x67000f71,0xf8dfa10b,0x708002f0,0x006e0afe,0x10ff05d0,0x5804f1b5,0x03c86eb0,0xa3083012,0xfd35e000,0xdbafff00,0x02d3000c,0xb30d2067,0xd9800dfb,0x9e8eedec,0xdcf060d2,0x3710002b,0x4000000e,0x78000f73,0xfb8f990d,0x00720370,0x00ddfefd,0x70fc04b0,0x5a05a1c7,0x044809af,0xb41c3153,0x1e367000,0xd71fff00,0x02e0000c,0xc80b6064,0xd97005f9,0xdea1eb7d,0x00efd0c9,0x36c0002c,0x3000000e,0x85000f74,0xfe4fa00e,0x80630460,0x018de2fc,0x310403f0,0x5f0621de,0x04e7daab,0x34ab3163,0x55350000,0xd2ffff00,0x02f6000b,0xae0af060,0xd65fe0f9,0x7eb6e85d,0x33ef30c3,0x35d0002c,0xf000000e,0x82000f73,0x01efac11,0x40500510,0x01edcbfb,0x51120440,0x630611e8,0x0507a2aa,0x354b3213,0x7634c000,0xd20fff00,0x02f8000b,0xae0af060,0xd4afd2f9,0x2ec6e74d,0x47ef60c7,0x3540002c,0x8000000e,0x72000f77,0x039faf12,0xd0490630,0x01fdc6fb,0x21150450,0x640601e9,0x050799aa,0x355b3263,0x7c34f000,0xd1efff00,0x02f7000b,0xae0af060,0xd46fd1f9,0x1ecbe74d,0x50ef70c8,0x3530002b,0x0000000e,0x6f000f78,0x03efaf13,0x10490660,0x019db4fb,0x012a0430,0x5a0581ef,0x04c78bab,0x85143773,0x813a8000,0xd0efff00,0x02ed000b,0xae0af060,0xd50fd5f8,0xbec0e78d,0x5ef020ce,0x34b0002a,0x7000000e,0x5d000f8c,0x044faa13,0x90480710,0x016dacfb,0x112f0400,0x500511f4,0x049793ac,0xe4cf3753,0x843aa000,0xd03fff00,0x02f2000b,0xae0af060,0xd4ffd4f8,0x9ecae7ed,0x55f060d3,0x34500028,0xd000000e,0x51000f90,0x030faa13,0xf0490760,0x00fd94fb,0x113d0390,0x38042202,0x0447a6af,0x746b3733,0x923ae000,0xce6fff00,0x02ff000b,0xaf0af060,0xd43fd1f8,0x0eede6dd,0x3bf100e8,0x33500029,0x2000000e,0x29000f96,0x013fad15,0x004c0810,0x014d8bfa,0xc14402f0,0x2d044208,0x0477bdb1,0x241c39e3,0x9f3d7000,0xcd8fff00,0x02ff000b,0xaf0af060,0xd3bfcef7,0x8ef4e70d,0x32f160fb,0x32e00028,0x3000000e,0x0d000fa3,0xfe8fa715,0x10520870,0x01ad8bfa,0xb1470240,0x26044209,0x0457d1b2,0x43ed3b93,0xa33f4000,0xcd7fff00,0x0300000b,0xaf0af060,0xd3efcaf6,0xfee6e90d,0x28f1c105,0x33000024,0xe000000e,0x07000fb9,0xfbcf9c14,0x80570890,0x01fd8dfa,0xa14701e0,0x1e03f208,0x03d7d5b2,0xf3ed3c33,0x9e403000,0xcdffff00,0x0303000b,0xaf0af060,0xd47fc4f6,0x4edeea7d,0x23f26107,0x33700022,0xd000000e,0x0e000fcc,0xfa8f9d13,0x70570870,0x02ad92fa,0x814301a0,0x19039204,0x0307e7b4,0x93d63cd3,0x9d40b000,0xd02fff00,0x0307000b,0xaf0af060,0xd4bfadf4,0xdedbeb4d,0x22f3e0ff,0x34800021,0x7000000e,0x30000fda,0xfacfaa11,0x10520810,0x032d96fa,0x714701e0,0x2102f1fa,0x0227f8b5,0x73c33bf3,0x9d3f8000,0xd22fff00,0x0309000b,0xaf0af060,0xd57f9cf3,0xced7ec8d,0x20f510f9,0x35200020,0x1000000e,0x48000fdb,0xfaffb10f,0x505207d0,0x035d98fa,0x714e0270,0x2b0221ee,0x015803b5,0x93cc37f3,0x933ba000,0xd41fff00,0x030b000b,0xaf0af060,0xd6cf9bf3,0x3edced9d,0x1ff5f0f6,0x3590001e,0x2000000e,0x56000fde,0xfaefb40e,0x20510780,0x036d9afa,0x814c0350,0x300261e4,0x01a801b6,0x440232f3,0x83373000,0xd77fff00,0x030d000b,0xaf0af060,0xd7af9df2,0xded6ee7d,0x20f680eb,0x3620001c,0xe000000e,0x68000fe5,0xfbafb60d,0x604a06f0,0x036d9efa,0x614c03e0,0x350331df,0x026818b7,0x23e33553,0x773a5000,0xd9dfff00,0x0300000b,0xaf0af060,0xd8af9ff2,0xded8ef3d,0x1ff6a0de,0x3660001a,0x5000000e,0x76000feb,0xfbafb60c,0xf04406a0,0x034da2fa,0x414f03d0,0x3b0401dd,0x02d821b7,0xa3993e13,0x6f443000,0xd9afff00,0x02e8000b,0xaf0af060,0xd9ff9ef3,0x7ed4ef9d,0x20f680d7,0x3670001a,0x1000000e,0x77000fec,0xfc1fb50c,0xe04306b0,0x02cda9fa,0x115003b0,0x4a0551d8,0x03a82fb7,0xf35d4143,0x4b4ae000,0xd9efff00,0x02dd000b,0xaf0af060,0xdd7f97f5,0xded5efcd,0x20f660c4,0x36a0001a,0x9000000e,0x7b000fe6,0xfbafb40c,0xc04506d0,0x022dadfa,0x314b0390,0x510731dd,0x053863b7,0x43493883,0x3f43c000,0xda2fff00,0x02fd000b,0xaf0af060,0xde2f97f8,0x0ed7efed,0x1ff640b5,0x3680001a,0xe000000e,0x7c000fe2,0xfb3fb40c,0xe0480700,0x01cdaefa,0x714703a0,0x5708d1dd,0x068867b7,0x938b3233,0x3b3dd000,0xdc8fff00,0x030e000b,0xaf0af060,0xde1f97f8,0xbed9efed,0x1ff670b7,0x3650001b,0x3000000e,0x71000fdf,0xfaefb40c,0xd04e0720,0x01bdaefa,0x814303c0,0x5c09a1d5,0x06f87db9,0x438b3293,0x303e7000,0xe14fff00,0x0307000b,0xaf0af060,0xdedf8bf7,0xbed6efbd,0x1ff6e0bf,0x3680001c,0x3000000e,0x65000fe1,0xfacfb30c,0x80570710,0x01bdaefa,0x813b0420,0x6209e1ca,0x072870bc,0x34032fa3,0x2b3b9000,0xe89fff00,0x030c000b,0xaf0af060,0xdecf7bf7,0x0ed5ef9d,0x1ff720c1,0x36b0001c,0xc000000e,0x60000fe4,0xfabfb30c,0x505c0700,0x01cdaefa,0x81390460,0x680981cc,0x071877be,0x54522b03,0x3036a000,0xed3fff00,0x0317000b,0xaf0af060,0xddff76f7,0x6edaefad,0x1ff730c2,0x36a0001c,0x0000000e,0x60000fe6,0xfa9fb40c,0x305c0720,0x01cdaefa,0x913a0450,0x690911d5,0x06f884bd,0x744d2983,0x28357000,0xebefff00,0x031e000b,0xaf0af060,0xde6f7ef7,0xded9efcd,0x1ff760c4,0x36a0001b,0xf000000e,0x60000fed,0xfabfb40b,0xe05c0710,0x01edadfa,0x91380440,0x6808e1d6,0x06d86cbc,0xc45a2a23,0x28361000,0xea9fff00,0x031c000b,0xaf0af060,0xde7f80f7,0xeed7efbd,0x1ff770c5,0x36c0001c,0x5000000e,0x63000ff3,0xfabfb30b,0xc05b0700,0x020dabfa,0x81360400,0x6808f1d9,0x06d87dbd,0x542c2b53,0x3436c000,0xeabfff00,0x0318000b,0xaf0af060,0xdddf78f7,0xaed7ef7d,0x1ff770c7,0x36b0001d,0x7000000e,0x64000ff1,0xfa5fb20b,0xd0590700,0x022daafa,0x813503b0,0x670911dd,0x06c894bd,0xd3fd2c53,0x40376000,0xeadfff00,0x0315000b,0xaf0af060,0xdd3f71f7,0x7ed4ef3d,0x1ef770c8,0x36b0001d,0x3000000e,0x63000fef,0xfa5fb20b,0xe0590700,0x022da9fa,0x813503a0,0x670911dd,0x06c89abd,0xe3f22c83,0x42377000,0xeacfff00,0x0314000b,0xaf0af060,0xdd1f70f7,0x6ed2ef2d,0x1ef770c9,0x36b0001c,0xa000000e,0x63000fef,0xfa7fb10b,0xe07c0700,0x022da8fa,0x91360380,0x6608e1e4,0x0698b9bd,0xb3b42e53,0x4439d000,0xe9ffff00,0x030a000b,0xaf0af060,0xdd7f76f7,0xeed6ef4d,0x1ef760c8,0x36a0001c,0x8000000e,0x69000ff0,0xfa6fad0b,0xe0780700,0x023da7fa,0xb1360350,0x6508b1eb,0x0678e0bd,0x936f3033,0x463c2000,0xe94fff00,0x0300000b,0xaf0af060,0xddef7cf8,0x6eccf00d,0x1df750c7,0x3690001a,0xf000000e,0x6f000ff1,0xfa8fa90b,0xf0740700,0x025da6fa,0xa1350360,0x6508c1ec,0x0688e5bd,0x73673033,0x433c4000,0xe91fff00,0x0301000b,0xaf0af060,0xde1f7df8,0x5ed2efad,0x1df740c6,0x3680001b,0x5000000e,0x73000ff2,0xfa7fa90c,0x00720700,0x029da3fa,0x71330350,0x640921f0,0x06c854bc,0xe4133063,0x3e3c9000,0xe86fff00,0x0304000b,0xaf0af060,0xde6f7bf8,0x1ed1ef9d,0x1cf720c7,0x3680001b,0xb000000e,0x77000ff2,0xfa4faa0c,0x506e0720,0x02dda0fa,0x41340320,0x6409f1f6,0x073861bd,0x13f631d3,0x3c3dc000,0xe84fff00,0x0307000b,0xaf0af060,0xdecf70f7,0x3eceef4d,0x1bf700c9,0x3660001b,0xb000000e,0x78000ff1,0xfa4faa0c,0x906b0750,0x02fd9ffa,0x41350300,0x620a11fb,0x075869bd,0x13e432a3,0x393ea000,0xe82fff00,0x0309000b,0xaf0af060,0xdf3f6bf6,0xaec9ef9d,0x1af700ca,0x3660001c,0x4000000e,0x7a000ff0,0xfa1faa0c,0xb06a0780,0x030d9efa,0x413402f0,0x5f093209,0x06e868bc,0x03e731a3,0x2a3e6000,0xe66fff00,0x0312000b,0xaf0af060,0xe03f70f6,0xdec8ef8d,0x19f6f0c7,0x3670001c,0x5000000e,0x7f000fef,0xf9efa90c,0xc0690790,0x030d9ffa,0x313402f0,0x5d086218,0x06884cba,0x440830a3,0x193e3000,0xe38fff00,0x031f000b,0xaf0af060,0xe15f73f7,0x3ec7ef8d,0x19f6e0c6,0x3680001c,0x5000000e,0x83000ff0,0xfa0fa80c,0xf0680780,0x030da0fa,0x313402d0,0x5c08021f,0x06486cb9,0xc3bb3203,0x153fb000,0xe1dfff00,0x0322000b,0xaf0af060,0xe1df6df7,0x1ec6efad,0x19f6d0c5,0x3680001c,0x2000000e,0x82000ff0,0xf9cfa80d,0x006907a0,0x030da1fa,0x413402c0,0x5b06c22f,0x05880db9,0x84323403,0x1441e000,0xe15fff00,0x0320000b,0xaf0af060,0xe24f63f6,0xbec7efed,0x18f6c0c5,0x3670001b,0xa000000e,0x82000ff1,0xf9cfa80d,0x106807b0,0x031da1fa,0x313302d0,0x5c063239,0x053807b9,0xb43f33c3,0x1441c000,0xe1afff00,0x0322000b,0xaf0af060,0xe24f61f6,0xaec5efbd,0x19f6c0c6,0x3670001c,0x1000000e,0x81000ff3,0xf9bfa80d,0x106607c0,0x031da1fa,0x313402e0,0x5c065238,0x054823b9,0xa41133b3,0x1541a000,0xe13fff00,0x0323000b,0xaf0af060,0xe23f61f6,0xdec3ef9d,0x14f6d0c7,0x3670001c,0x5000000e,0x7f000ff5,0xf96fa80d,0x106607c0,0x031da1fa,0x213402e0,0x5c066238,0x05584db9,0xa3c53463,0x17426000,0xe09fff00,0x0321000b,0xaf0af060,0xe23f61f7,0x0ec2ef9d,0x14f6e0c8,0x3670001c,0x6000000e,0x7d000ff6,0xf9cfa80d,0x106807c0,0x031da2fa,0x213302f0,0x5c066238,0x05485bba,0xb3ab3573,0x2443c000,0xe0bfff00,0x0322000b,0xaf0af060,0xe1cf54f7,0xaec5ef7d,0x14f700c9,0x3690001c,0x8000000e,0x7c000ff7,0xf95fa80c,0xe06907c0,0x032da2fa,0x21320310,0x5d06623c,0x053840bb,0x83eb3363,0x31419000,0xe1afff00,0x032b000b,0xaf0af060,0xe0df4ef8,0x2ec5ef3d,0x17f710c8,0x36a0001d,0x1000000e,0x7d000ff7,0xf9afa80c,0xd06907c0,0x032da3fa,0x21310330,0x5e06723e,0x051871bb,0x03b231b3,0x313fc000,0xe0dfff00,0x0330000b,0xb00af060,0xe08f54f8,0x8ec6ef6d,0x15f720c8,0x36b0001c,0xa000000e,0x7f000ff7,0xf9afa80c,0xb06907c0,0x033da3fa,0x11310340,0x6006523e,0x04d815ba,0x44273203,0x32400000,0xdfffff00,0x032e000b,0xb00af060,0xe08f57f8,0xcec0efbd,0x17f750c8,0x36d0001c,0x3000000e,0x80000ffa,0xf9afa60c,0x706a07b0,0x033da4fa,0x11310340,0x6206323d,0x04b82dba,0x74013253,0x34403000,0xe01fff00,0x032d000b,0xb00af060,0xe06f55f8,0xbebfefdd,0x17f760c7,0x36f0001c,0x0000000e,0x81000ffb,0xf99fa60c,0x506b07a0,0x034da4fa,0x11310350,0x6206123e,0x04a82cba,0x64063213,0x343fe000,0xe02fff00,0x032f000b,0xb00af060,0xe06f54f8,0xaec0efdd,0x16f770c7,0x3700001b,0xf000000e,0x82000ffb,0xf9cfa60c,0x506b07a0,0x034da4fa,0x013103a0,0x6104f244,0x041845b9,0x03fe2eb3,0x243c0000,0xdecfff00,0x0346000b,0xb00af060,0xe0af53f7,0xeec6efbd,0x15f790c6,0x3710001c,0x3000000e,0x83000ffc,0xf9bfa60c,0x306a07a0,0x035da3fa,0x013203c0,0x6104d244,0x04182cb6,0x74262e73,0x0b3b8000,0xdc2fff00,0x0352000b,0xb00af060,0xe1ff5bf7,0x1ebeefed,0x17f790c6,0x3710001c,0x1000000e,0x82000ffd,0xf99fa60c,0x306b07a0,0x037da2f9,0xd13203e0,0x61049244,0x03e7ffb2,0xd44431a2,0xf03e8000,0xd77fff00,0x0357000b,0xb00af060,0xe3df5df6,0x0ebcefbd,0x1bf780c7,0x3700001c,0x9000000e,0x81000ffe,0xf93fa40c,0x606c07b0,0x03bda1f9,0x71340400,0x64044243,0x03a79db2,0xd4c035c3,0x0a42a000,0xd61fff00,0x0351000b,0xb00af060,0xe30f44f6,0x8ebfef9d,0x1ef700c1,0x36c0001d,0x3000000e,0x82000ffc,0xf8dfa30d,0x106d0800,0x03ed9ff9,0x11370430,0x6703f242,0x0367aeb6,0x44903493,0x2b41f000,0xd7efff00,0x0356000b,0xb00af060,0xe15f34f8,0x0ec3ef0d,0x22f660bc,0x3660001e,0x9000000e,0x82000ff6,0xf82fa30d,0xf06e0850,0x03fd9ef9,0x01380450,0x6703d242,0x0347d3b6,0xc46d3213,0x27402000,0xd84fff00,0x035d000b,0xb00af060,0xe19f39f8,0xaec5ef2d,0x20f640bc,0x3650001e,0x5000000e,0x80000ff5,0xf82fa30e,0x206d0850,0x040d9ef8,0xf1380450,0x6603d241,0x0327d9b6,0xc46c3183,0x233fe000,0xd85fff00,0x035e000b,0xb00af060,0xe1df3df8,0xeec3ef1d,0x22f630be,0x3650001e,0x9000000e,0x7e000ff5,0xf7ffa30e,0x306e0850,0x042d9df8,0xe1380450,0x6503d23d,0x02e7eeb8,0x84523123,0x2c402000,0xda4fff00,0x0359000b,0xb00af060,0xe18f3cf9,0x6ec2ef1d,0x23f610c0,0x3670001e,0xa000000e,0x7a000ff5,0xf7cfa40e,0x60700840,0x042d9ef8,0xe1390450,0x6503e23d,0x030830bb,0x840a3073,0x3b3fd000,0xde2fff00,0x0351000b,0xb00af060,0xe0ef35f9,0x9ec2eefd,0x23f600c1,0x3660001e,0xc000000e,0x78000ff5,0xf7dfa70e,0x706f0860,0x041d9ef8,0xe13a0460,0x6403c23d,0x02f87ebc,0x43bd2f43,0x363f2000,0xdf8fff00,0x0355000b,0xb00af060,0xe15f34f9,0x8ec2ef1d,0x21f600c2,0x3650001e,0x8000000e,0x75000ff7,0xf7efa90e,0x50700870,0x03fda0f9,0x013b0440,0x6103a240,0x02d831bb,0x14242e63,0x243ea000,0xde2fff00,0x0361000b,0xb00af060,0xe26f35f9,0x3ebcef0d,0x25f630c5,0x3660001e,0xd000000e,0x6e000ffc,0xf81fab0e,0x00720880,0x03bda6f9,0x313b03e0,0x6003a244,0x02c85cbb,0x13df2fb3,0x24401000,0xdf2fff00,0x035b000b,0xb00af060,0xe28f37f9,0x4ebdef2d,0x24f630c6,0x3650001e,0xb000000e,0x64000000,0xf83faa0d,0xd0750880,0x02fdb2f9,0xb13d0320,0x5c03624d,0x0298bbbb,0x03802e83,0x09403000,0xe02fff00,0x034a000b,0xb00af060,0xe41f57f9,0xeec1ef5d,0x1ff620c2,0x3630001e,0x6000000e,0x5e000005,0xf85fa80d,0x50780860,0x024dc0fa,0x613c0260,0x57031256,0x0238b9b8,0xc3d92992,0xc83d7000,0xe1ffff00,0x0343000b,0xb00af060,0xe71f95fb,0x3ec8ef5d,0x1bf620b9,0x3640001e,0x5000000e,0x6000000c,0xf90fa40c,0x807f0810,0x015dd6fb,0x413401b0,0x53034259,0x021959b2,0xc3bc20b2,0x4b369000,0xe20fff00,0x034a000b,0xb00af060,0xe8100fff,0x4ed1f00d,0x13f6a0ab,0x3690001c,0xf000000e,0x67000019,0xfadf9d0a,0xf0810790,0x00cde0fb,0xc12e0180,0x52037253,0x01e9c5af,0x135b1cb2,0x05336000,0xe1dfff00,0x0346000b,0xb00af060,0xe8706602,0x0ed5efad,0x14f750b6,0x3690001d,0x9000000e,0x4d00001f,0xfb3f990a,0x10850760,0x00ade2fb,0xe12e0190,0x5203923c,0x01b9ccaf,0x538e1c51,0xfb331000,0xe25fff00,0x0343000b,0xb00af060,0xe9207402,0x1ed6efad,0x14f810ca,0x3660001d,0x8000000e,0x25000020,0xfb4f9909,0x80860760,0x008de3fc,0x012e0190,0x5103a21a,0x0189c9ad,0x63c51c31,0xe7337000,0xdfbfff00,0x0339000b,0xb00af060,0xea009703,0x3ed6efad,0x14f8b0d9,0x3660001d,0x9000000e,0x09000021,0xfb5f9809,0x30890750,0xffcdeafc,0xb12f0180,0x4d03b1ee,0x0149c0aa,0xb3e91c21,0xcb341000,0xdcafff00,0x032f000b,0xb00af060,0xeaf0b904,0x5ed8ef7d,0x15fa80eb,0x36d0001d,0xc000000d,0xea000027,0xfbef9307,0x608c0740,0xff4df4fd,0x312d0120,0x4803b1bc,0x0109ada9,0x23f01be1,0x9f351000,0xdbefff00,0x032e000b,0xab0b2063,0xecd0d304,0x7edbef7d,0x16fc40f8,0x3770001d,0xb000000d,0xcb00002f,0xfc4f8d06,0x10900720,0xfdee12fe,0x51290010,0x3a03b188,0x00d993a7,0xd3e81b91,0x7135c000,0xdbffff00,0x0330000b,0xb00af05f,0xeeb0ec04,0x8ee6ef4d,0x1bff3118,0x38e0001d,0xb000000d,0x79000045,0xfd8f8002,0x70950700,0xfd0e27fe,0xe127ff90,0x3803b154,0x009977a6,0x635f1b01,0x51358000,0xdf8fff00,0x032f000c,0x75088038,0xf1e0f404,0x2ef0ef0d,0x21024124,0x3ac0001d,0xc000000d,0x52000051,0xfe8f7900,0xb09c06d0,0xfcae3dff,0x7122ff90,0x3d03a124,0x006964a4,0x42fe19f1,0x05368000,0xe12fff00,0x0360000c,0xaa088038,0xf500d204,0x0ef7eead,0x2301a12e,0x3b40001d,0x4000000d,0x3b00005e,0xff7f72ff,0xd0a406a0,0xfc6e58ff,0xe11aff90,0x4503a0fb,0x004960a2,0xd2c51890,0xd739b000,0xe22fff00,0x0397000c,0xc1088038,0xf9007105,0x7f03ee9d,0x2300d13b,0x3c10001c,0x5000000d,0x1c00006a,0x00af6bff,0x50b10660,0xfcae8300,0x510ffeb0,0x4c0390dd,0x00295da1,0x32bc16f0,0xc534f000,0xe2dfff00,0x03ca000c,0xcd086038,0xf8404f07,0x9f30eeed,0x18fe5135,0x3cb0001a,0x9000000d,0x1c000061,0x02cf67ff,0x80c90610,0xfc8ea700,0x90fffe10,0x500390cc,0x00095a9f,0x42c41600,0xa9349000,0xe35fff00,0x03e2000c,0xcc081038,0xf7401c0a,0x4f50ef8d,0x09fc7148,0x3cc00018,0x5000000d,0x0f000057,0x055f62fe,0x80de04e0,0xfd7ec800,0xd0eafe20,0x4e0380cc,0x0009579d,0x22ce15a0,0x9035a000,0xe39fff00,0x03e7000c,0xc007a038,0xf70ff10c,0x5f62f07c,0xf7fbc15e,0x3d400013,0xf000000d,0x0f000051,0x050f5cfc,0xb0e30360,0xfe0ee300,0xd0dffee0,0x4f0380d8,0x0009559a,0xc2d91570,0x87351000,0xe3afff00,0x03ee000c,0xa9071038,0xf61fc70e,0xcf7cf1ac,0xe1f99163,0x3cc0000e,0x6000000d,0x2300003e,0x06af60fc,0x50d80290,0xfe7eff00,0xf0d5ffa0,0x550380d2,0x00095398,0x32e51590,0x81344000,0xe38fff00,0x03ed000c,0x8a066038,0xf52faa11,0x4f84f30c,0xc9f76162,0x3c400008,0x4000000d,0x3600003a,0x0b2f6ffc,0x00c901e0,0xfebf2001,0x70cd0020,0x580380d2,0x00095295,0x92f31590,0x7d337000,0xe34fff00,0x03e8000c,0x6405a038,0xf44f9114,0x6f8bf49c,0xb0f5915a,0x3c000003,0xb000000d,0x5500004d,0x0cdf8afa,0xe0d100e0,0xfe9f3c01,0x80bf0100,0x570380d2,0x00095092,0xc30115f0,0x7932c000,0xe2efff00,0x03d7000c,0x3a04d038,0xf21f8617,0x9f91f63c,0x99f3d149,0x3bf00001,0xf000000d,0x81000053,0x0e0f9dfa,0x60bc0040,0xfeaf5101,0x20aa0200,0x4f0380d2,0x00094f8f,0xf3101690,0x73323000,0xe28fff00,0x0398000c,0x0d040038,0xf26fd319,0xff97f7ec,0x86f1d129,0x3bb00001,0xd000000d,0xbf000041,0x0b5fadfb,0x209f0070,0xff0f6400,0x40900320,0x440380d2,0x00094d8d,0x131f17b0,0x6731c000,0xe22fff00,0x0322000b,0xdf032038,0xf1806b1c,0xbf9cf9ac,0x76ef60f7,0x3c000001,0xd000000e,0x25000016,0x0a8fb7fb,0xa09100c0,0xff8f87ff,0x50720460,0x360380cc,0x00094c8a,0x332e1960,0x4e315000,0xe1bfff00,0x0312000b,0xb2024038,0xf3e08a1c,0x1fa1fb5c,0x6df040be,0x3cf00001,0xc000000e,0xae000009,0x070fc6fb,0x808d00e0,0x000fa9fe,0xc05405a0,0x270380c7,0x00094a87,0x733c1b10,0x0f310000,0xe15fff00,0x0323000b,0x87017038,0xeee07d1b,0xbfa7fcec,0x5ff1f090,0x3d900001,0xc000000f,0x11000ffc,0x014fd2fb,0x20570160,0x007fd3fe,0xe03606e0,0x180380b6,0x00094984,0xb34a1c1f,0xdd30c000,0xe11fff00,0x03b0000b,0x5f00b038,0xec4faa1a,0xdfacfe6c,0x53f35048,0x3e800001,0xb000000f,0x81000ff6,0x00efd7fa,0x90320230,0x00dfefff,0x401a0820,0x0c0380aa,0x00094782,0x23571cff,0xb9307000,0xe0efff00,0x03ed000b,0x3e000038,0xef1f5319,0xffb1ffbc,0x42f44004,0x3f000001,0xb000000f,0xd5000ff7,0x00bfd8fa,0x100b0290 +}; + +u32 ANIM_ENTRY_fire_standing_fast[] = +{ + 0x013044fe,0xd0020520,0x1a0e6013,0x01487968,0xe3992ce0,0xaa26d000,0xc4600000,0x0423000a,0xdbf0a007,0xf8efe714,0xefb8f9ec,0x77fbf05b,0x3ef00003,0x8000000f,0xa3000015,0x006f9bfe,0x501803b0,0x01d04aff,0x1ffb04c0,0x160e4012,0x01587169,0xb3992da0,0xa9296000,0xc5f00000,0x03f3000a,0x8eef9009,0xfa5fed14,0xffbaf89c,0x75fb507a,0x3e900004,0x2000000f,0x83000017,0x00af9dfe,0x90200390,0x023050ff,0x9ff90430,0x0e0dd011,0x0178626a,0xd3992df0,0xa72bb000,0xc5a00000,0x03d8000a,0x73eee00e,0xfa5fec13,0x7faef7ec,0x79fbc098,0x3ed00004,0xa000000f,0x54000028,0x00bf95fd,0xc03402a0,0x02504fff,0xbffd03e0,0x070cb00f,0x01e8446c,0x73992d70,0xa12db000,0xc5100000,0x03d4000a,0xb6eef019,0xfa5fec11,0x0fa2f83c,0x80fc90ab,0x3f600004,0x7000000f,0x2f000033,0x00af8ffd,0x404b01d0,0x026036ff,0xe00b047f,0xfe0ae012,0x03582d6e,0xf3a52ca0,0x9a2fa000,0xc4f00000,0x03d2000a,0xf6eee025,0xf8efec10,0x4f88f8dc,0x8afe00c0,0x3fc00004,0x4000000f,0x08000039,0x009f8bfd,0x205d0130,0x02300400,0x0022062f,0xee09601f,0x04b81d73,0x23a92ba0,0x90319000,0xc6700000,0x03cd000a,0xf3edf02b,0xfa5fec0f,0x2f51fa4c,0x9a0150d1,0x41200004,0x3000000e,0xe7000047,0x001f7efc,0x7060fff0,0x01ffdcff,0xf032077f,0xdd088035,0x05881b79,0x13ae2a70,0x89337000,0xc9c00000,0x03c3000a,0xeaecc032,0xfa5fec0f,0x8f17fd8c,0xa403b0c1,0x42000003,0x7000000e,0xea000058,0xfe8f6dfd,0x2068ff60,0x019fb1ff,0xc045080f,0xd808a056,0x0628327f,0xc3a62950,0x8c351000,0xcec00000,0x03a9000a,0xe3ec003b,0xfa5fe60f,0x9f11ff1c,0x9603c0c0,0x41000003,0x5000000e,0xd7000035,0xfd8f7600,0x006400b0,0x013f96ff,0x7057072f,0xd209907a,0x06f85386,0x93ac2830,0x9636c000,0xd8800000,0x0380000a,0xd8eb504d,0xfa5fe60e,0x7f24fdec,0x8802b0d4,0x3fa00005,0xd000000e,0xae00000d,0xfc8f8502,0xe0490210,0x00df90ff,0x405a066f,0xcf0a2089,0x0758848c,0x73aa2730,0xa838a000,0xe2f00000,0x0340000a,0xc3ea8087,0xfa5fdb0c,0x6f23fd6c,0x880230d7,0x3f400007,0x1000000e,0xa6000009,0xfbef8303,0xc0320240,0x008f90ff,0x205a064f,0xce0a308b,0x0768b690,0x43ac2670,0xc43a5000,0xe7d00000,0x0303000a,0xa0ea30dc,0xfa5fdb0a,0x6f22fd5c,0x890220d7,0x3f300007,0x4000000e,0xa600000a,0xfbdf8303,0xd0250250,0x005f8cff,0x0048012f,0xcf0c90d4,0x0878e393,0x33a62610,0xf23b8000,0xe8800000,0x02e2000a,0x42eec147,0xfa5fd509,0x8f30fcdc,0x90ff30c6,0x3e600009,0x4000000e,0xae000ffa,0xfa5f8407,0x303c0430,0x005f8cff,0x004700df,0xd10cb0d8,0x08890596,0x03a525e1,0x293c9000,0xe6600000,0x02cf0009,0xf8f6b18b,0xfa4fd008,0xcf32fcbc,0x90fef0c7,0x3e400009,0x7000000e,0xac000ff7,0xfa5f8507,0x603a0460,0x004f8cfe,0xf047ffdf,0xd80d00e5,0x08892798,0xe3a125c1,0x5c3d9000,0xe1e00000,0x02cc000a,0x0b013103,0xfa4fd007,0xef38fc4c,0x8efe50ca,0x3e00000a,0x1000000e,0xa6000fee,0xfa8f8a07,0xf03b04d0,0x005f8cfe,0xe046fd4f,0xeb0dd100,0x08d93e9b,0xb3a525b1,0x903e9000,0xdd200000,0x02cc000a,0x3907107b,0xf8dfb905,0x8f46fb4c,0x8bfd20d1,0x3d90000b,0x7000000e,0x9c000fdc,0xfb0f9508,0xb03e0580,0x008f8efe,0xf03cfbbf,0xfe0ec11d,0x09693e9e,0x93b025d1,0xc03f4000,0xd9900000,0x0301000a,0x88016085,0xf53fa802,0xff49fa9c,0x8dfc90d5,0x3db0000c,0x3000000e,0x9a000fd8,0xfc4f9d08,0x803205b0,0x00df90fe,0xf02ef8e0,0x0d0f8134,0x09b927a1,0x63c72681,0xe2405000,0xd7700000,0x0333000b,0x1106b08b,0xeddf7701,0x4f43fa8c,0x8ffc60d7,0x3dd0000b,0xe000000e,0x9e000fdf,0xfd5fa408,0x202805c0,0x012f8dfe,0xf021f330,0x29109147,0x09d911a3,0x43e927e2,0x0140e000,0xd6c00000,0x0359000b,0x5509407c,0xe90f1bff,0x9f37fb0c,0x89fc60d9,0x3db0000a,0xa000000e,0xa1000fea,0xfe2fac07,0xf01d0630,0x017f86ff,0x0015f040,0x38116155,0x09c8faa4,0xf40b29f2,0x25404000,0xd8d00000,0x0360000b,0x770a1068,0xe6aefcfe,0xaf2afbac,0x82fcb0db,0x3da00009,0x7000000e,0xa3000ff0,0xfe8fae07,0xb0170690,0x01bf6eff,0x3009eee0,0x44126169,0x0978e3a6,0x64242b72,0x333ff000,0xda100000,0x0361000b,0x8209d067,0xe3eef4fc,0xcf13fcec,0x72fdf0e2,0x3d700007,0xc000000e,0xa2000fea,0xfe2fad07,0xc0180700,0x01cf52ff,0x3000ee10,0x4c131174,0x0968cda6,0xa42f2ce2,0x413f5000,0xd9f00000,0x035c000b,0x87099061,0xe1bf05fc,0x6f01fe3c,0x64fef0e5,0x3d200006,0xb000000e,0x9e000fdd,0xfd8faf08,0xb01607a0,0x022f47ff,0x4ffbed80,0x5113b177,0x0978b7a5,0xd4312e82,0x4f3e9000,0xd8600000,0x0357000b,0x86095056,0xdf3f17fb,0xeef5febc,0x60ffb0e2,0x3d500006,0x3000000e,0xa7000fdf,0xfcffa808,0x80250790,0x029f43ff,0x7ff8ece0,0x55149176,0x09f8a4a4,0x942d3002,0x5e3df000,0xd6200000,0x0352000b,0x81093049,0xdcef28fb,0x6ef5fe8c,0x610060df,0x3db00006,0xc000000e,0xb2000fdf,0xfbef9f07,0xc03a0740,0x028f41ff,0x7ff7ec60,0x58152173,0x0a7893a3,0x74263132,0x6a3d6000,0xd4100000,0x034d000b,0x7b09303e,0xdb3f39fb,0x0efafe3c,0x630090de,0x3dd00007,0x9000000e,0xb2000fd8,0xfb3f9e07,0xc0420750,0x026f3dff,0x4ff4ec20,0x5b164166,0x0b6885a2,0xe41f31d2,0x723d3000,0xd2f00000,0x034b000b,0x77095039,0xda9f48fa,0xdf06fe0c,0x610070de,0x3db00008,0x6000000e,0xaa000fca,0xfa6fa308,0x503d07a0,0x024f3aff,0x1ff1ec30,0x5e17215a,0x0c387ca3,0x341831f2,0x773d5000,0xd2e00000,0x034a000b,0x750a003c,0xdb3f3cfa,0xdf0cfe1c,0x5e0070df,0x3db00008,0xc000000e,0x9f000fc2,0xf9dfa908,0xb0380830,0x024f38fe,0xffeeec80,0x60174155,0x0c8874a3,0xf40d31c2,0x7a3dc000,0xd3200000,0x034b000b,0x720b1045,0xdccf2efa,0xff0efe1c,0x5e0080e3,0x3dc00008,0xe000000e,0x98000fc0,0xf9afac08,0xe0380880,0x025f37fe,0xefeced00,0x63175154,0x0ca86ea4,0xd4013172,0x7b3e5000,0xd3800000,0x034c000b,0x700c504f,0xdedf1ffb,0x3f0efdec,0x6000b0e9,0x3df00009,0x2000000e,0x90000fbe,0xf98fae08,0xf03b08b0,0x026f36fe,0xefeaed60,0x65175154,0x0ca869a5,0x93f63112,0x7a3ef000,0xd3d00000,0x034f000b,0x6e0d5058,0xe0cf14fb,0x8f0efddc,0x6000c0ea,0x3df00009,0x3000000e,0x8e000fbe,0xf98faf09,0x003908c0,0x026f36fe,0xdfe9ed80,0x66177154,0x0cb866a5,0xc3ed30e2,0x763f7000,0xd3c00000,0x0351000b,0x6c0de05c,0xe21f0ffb,0xdf10fdcc,0x6100b0ea,0x3de00009,0x7000000e,0x8c000fbc,0xf96fb109,0x203908d0,0x025f35fe,0xdfe8ed40,0x6717f154,0x0cf864a5,0x23e530d2,0x68400000,0xd3100000,0x0355000b,0x690dc05a,0xe2cf12fc,0x2f15fd9c,0x620070ec,0x3d90000a,0x6000000e,0x85000fb7,0xf90fb809,0x803a0920,0x025f34fe,0xdfe8ecc0,0x6717e154,0x0d0863a3,0xd3dd30d2,0x51409000,0xd1d00000,0x0359000b,0x670d4054,0xe34f1afc,0x9f14fd9c,0x620090ec,0x3da0000a,0x7000000e,0x83000fb9,0xf8ffb809,0x60360920,0x023f2ffe,0xefe9ec20,0x6617f154,0x0d6863a2,0x23d730e2,0x36413000,0xd0700000,0x035e000b,0x650cb04d,0xe3bf26fc,0xff0dfddc,0x630110ec,0x3dd0000a,0x7000000e,0x80000fbc,0xf8efb709,0x40400920,0x020f23fe,0xbfeaeb70,0x66188153,0x0e0864a0,0xa3d330d2,0x1f419000,0xcf500000,0x0362000b,0x630c2047,0xe40f32fd,0x6f03fe9c,0x6201a0ec,0x3df0000a,0x2000000e,0x7a000fba,0xf8dfb909,0xb0350970,0x01ef1afe,0x7feaeaf0,0x6618f152,0x0e58679f,0xb3d530b2,0x1241b000,0xcec00000,0x0366000b,0x600bc047,0xe45f3afd,0xeefcff5c,0x6001e0ea,0x3df00009,0xa000000e,0x78000fb7,0xf8bfbb0a,0x202d09d0,0x01ff17fe,0x6feaea80,0x66196153,0x0e586a9f,0x53e03062,0x10416000,0xcf100000,0x0368000b,0x5e0bc04e,0xe49f41fe,0x5ef9ff7c,0x610210e8,0x3e000009,0xa000000e,0x79000fb8,0xf88fba0a,0x40320a20,0x01ff12fe,0x4fe9ea20,0x65195150,0x0e28709f,0x23f72ff2,0x1140a000,0xcfd00000,0x0369000b,0x5d0be05d,0xe4cf47fe,0xeef7ff7c,0x630220e3,0x3e20000a,0x3000000e,0x7c000fb7,0xf81fb60a,0xb0380a70,0x01ff0cfe,0x2fe9e9c0,0x6518b146,0x0e98779f,0x04132f72,0x153fc000,0xd0c00000,0x036a000b,0x5b0c106d,0xe4ff4cff,0x6ef1ffec,0x660200d8,0x3df0000a,0x8000000e,0x85000fba,0xf79fb20b,0x803e0ac0,0x01ff09fe,0x2fe9e980,0x6517e145,0x0ec87d9f,0x042f2ee2,0x193ef000,0xd1a00000,0x036b000b,0x580c407d,0xe51f4fff,0xfef0002c,0x6501f0d3,0x3df0000a,0x9000000e,0x88000fba,0xf79fb10b,0xb03d0ad0,0x020f08fe,0x0fe9e960,0x66172152,0x0ec8839f,0x04442e52,0x1a3e6000,0xd2100000,0x036c000b,0x550c7086,0xe53f5100,0x7ef8000c,0x6601f0d0,0x3e10000b,0x1000000e,0x88000fb0,0xf7bfb30b,0xc0390ae0,0x01ef06fd,0xefe9e980,0x67178157,0x0f08889f,0x04532da2,0x193e1000,0xd2100000,0x0370000b,0x4f0ca089,0xe55f5100,0xff00ffbc,0x6601d0d3,0x3e00000b,0xe000000e,0x81000fa6,0xf79fb50c,0x202e0b10,0x019f01fd,0xffe9e9d0,0x6a182155,0x0ff88e9f,0x24602cc2,0x173dd000,0xd1c00000,0x0375000b,0x480ce08a,0xe56f4e01,0x6f00ff6c,0x610190d8,0x3da0000d,0x1000000e,0x73000fa7,0xf74fb70c,0xf0250b60,0x017efffe,0x1feaea40,0x6c177154,0x1008939f,0x446c2bf2,0x143db000,0xd1600000,0x037a000b,0x400d2089,0xe57f4b01,0xcf02ff2c,0x5d0190db,0x3d70000d,0xa000000e,0x6c000fa7,0xf70fb90d,0x20240b80,0x017efefe,0x2fe9eaa0,0x6f170157,0x0ff8979f,0x64752b52,0x113dc000,0xd1000000,0x037d000b,0x380d4087,0xe59f4802,0x4f05fefc,0x5901c0dc,0x3d80000e,0x1000000e,0x68000fa1,0xf6cfbd0d,0x00250b70,0x016efdfe,0x2fe9eae0,0x7117715c,0x1018989f,0x647d2b12,0x0f3e0000,0xd0c00000,0x037c000b,0x330d3084,0xe5ef4602,0xcf0dfeec,0x550200df,0x3d90000e,0x8000000e,0x5e000f92,0xf64fc30c,0xe02a0b60,0x014efcfe,0x3fe7eaf0,0x74172161,0x1088959f,0x54822b22,0x0c3f1000,0xd0c00000,0x0371000b,0x2f0cf07f,0xe67f4603,0x7f12fedc,0x510210e3,0x3d60000e,0xe000000e,0x54000f8a,0xf61fc80c,0xc0250b40,0x012efdfe,0x5fe5eaf0,0x7616216c,0x10d88e9f,0x54852b92,0x0940e000,0xd0f00000,0x035e000b,0x2d0c8078,0xe76f4804,0x4f15feac,0x4e0200e6,0x3d20000f,0x4000000e,0x4e000f8a,0xf5ffca0c,0x702a0af0,0x011efefe,0x5fe2eae0,0x7815e172,0x10e8869f,0x34862c22,0x0642e000,0xd1200000,0x0349000b,0x2c0be06f,0xe84f4a05,0x1f17fe9c,0x4d01f0e6,0x3d10000f,0x6000000e,0x4d000f89,0xf5ffcb0c,0x702d0ad0,0x010efffe,0x5fdfeac0,0x7a164175,0x10e87e9e,0xf4882cb2,0x04449000,0xd1300000,0x0338000b,0x2a0b1068,0xe90f4b05,0xbf1bfecc,0x4901c0e2,0x3ce0000f,0x5000000e,0x4d000f84,0xf5ffcf0c,0xa01a0ac0,0x00cf02fe,0x7fddeaa0,0x7d16c17a,0x1118799e,0x748b2d22,0x03454000,0xd0f00000,0x0332000b,0x270a2063,0xe93f4a06,0x0f22ff2c,0x420180dc,0x3c70000f,0x4000000e,0x4d000f80,0xf5cfd30c,0xb02c0ad0,0x007f04fe,0x9fdcea70,0x7f16f185,0x1188759d,0x44902d82,0x0744e000,0xd0000000,0x0339000b,0x22088062,0xe89f4506,0x0f25ff2c,0x3f0170db,0x3c40000f,0x8000000e,0x48000f7f,0xf59fd40c,0xa02f0ad0,0x004f04fe,0x9fdcea10,0x8217c18d,0x11e8729b,0x54972e02,0x0e43d000,0xce400000,0x034a000b,0x1b060064,0xe74f3d05,0xef27ff2c,0x3d0160db,0x3c20000f,0xd000000e,0x44000f7c,0xf56fd60c,0xc02a0ae0,0x002f04fe,0x8fdbe9c0,0x8418f192,0x12387099,0x249e2e62,0x15423000,0xcc500000,0x0364000b,0x14035066,0xe58f3405,0x9f29ff1c,0x3c0160db,0x3c10000f,0xf000000e,0x43000f7a,0xf55fd70c,0xd0290ae0,0x002f04fe,0x9fdce9a0,0x87193194,0x12487097,0x74a12e72,0x16402000,0xcad00000,0x0385000b,0x1000e067,0xe3df2d05,0x4f2aff1c,0x3c0150db,0x3c10000f,0xf000000e,0x43000f7a,0xf55fd70c,0xc02d0ad0,0x001f0ffe,0xffdde9c0,0x881811ab,0x11887196,0xc49f2de2,0x0d3db000,0xca400000,0x03ad000b,0x12ff4065,0xe27f2a04,0xdf2bfe3c,0x420120df,0x3c100010,0xb000000e,0x40000f88,0xf59fcf0c,0x00320a50,0x000f12fe,0xdfe0ea60,0x891731bb,0x11087297,0x94882bb1,0xe5399000,0xcc000000,0x03ef000b,0x28fe405d,0xe14f2904,0x6f2efe7c,0x4200e0da,0x3bf00010,0x8000000e,0x44000f89,0xf59fcf0c,0x102f0a60,0xffff16fe,0xafe3eb80,0x8a1621ce,0x10787399,0xa45a2961,0xb436b000,0xd0200000,0x041d000b,0x54fd7050,0xdfef2a03,0xdf34febc,0x400060d4,0x3bb00010,0x4000000e,0x48000f86,0xf59fd30c,0x602f0aa0,0xff8f20fe,0xafe7ed20,0x8a1501d9,0x1008779c,0x241f2881,0x9936d000,0xd5500000,0x0417000b,0x88fcc042,0xdecf2d03,0x3f40fdec,0x3e0000d7,0x3b800011,0x0000000e,0x45000f81,0xf5efdb0c,0x00250a90,0xff3f2dff,0x0fecef10,0x8913b1d8,0x0f58819e,0x63e527c1,0x6a36b000,0xda500000,0x0430000b,0xb3fc7036,0xde1f3502,0x9f42fcbc,0x430060dc,0x3bf00011,0xb000000e,0x4a000f8c,0xf6afd70a,0x702109e0,0xff0f33ff,0x0ff4f160,0x881261d7,0x0e78939f,0xb3b82811,0x5e363000,0xddc00000,0x0423000b,0xc7fc7030,0xde3f4201,0xdf42fc5c,0x470070de,0x3c200011,0xc000000e,0x4c000f91,0xf70fd609,0xe02209a0,0xfebf39fe,0xdffff430,0x861021da,0x0cf8b6a0,0x33972881,0x433a3000,0xdfc00000,0x03de000b,0xc7fcc030,0xdf1f5701,0x7f45fc0c,0x490020e1,0x3c100011,0xb000000e,0x4b000f92,0xf72fd709,0xd01209a0,0xfeff44ff,0x000ef480,0x810de1da,0x0b68c59f,0xb3842761,0x333a8000,0xe1600000,0x03c7000b,0xc5000032,0xdfff6802,0x3f40fccc,0x4bfff0d2,0x3c200010,0x3000000e,0x63000fa5,0xf75fcc09,0x10270940,0xff3f4ffe,0xf01af510,0x790bb1dc,0x09f8cc9e,0x937d25b1,0x2738e000,0xe2200000,0x03bb000b,0xc7ff9030,0xe0cf7703,0x6f44fccc,0x4dffb0cb,0x3c40000f,0x7000000e,0x75000fac,0xf76fc708,0x802e0900,0xff4f53fe,0xb020f580,0x750a91e1,0x0928ce9c,0xc38824f1,0x1737e000,0xe1200000,0x03d2000b,0xbbfbe023,0xe18f8104,0x0f4cfc5c,0x4dff50cc,0x3c40000f,0xa000000e,0x77000fa6,0xf75fcc08,0xa0290920,0xff4f54fe,0xa021f5f0,0x740a61e2,0x08f8cc9a,0x539e2441,0x11349000,0xdee00000,0x03f7000b,0xa9f3a019,0xe25f8b04,0xaf4efc3c,0x4dff40cd,0x3c40000f,0xb000000e,0x77000fa4,0xf75fcd08,0xa0270920,0xff4f5bfe,0x6032f660,0x730861cb,0x07c8cc97,0x73bb2371,0x0b341000,0xda400000,0x03fd000b,0x77f23029,0xe38f9b05,0x7f58fb9c,0x4cfea0d0,0x3c000010,0x0000000e,0x77000fa1,0xf75fd008,0xe0180960,0xff3f63fe,0x3042f6e0,0x720691b6,0x06a8cc94,0x43d422d1,0x0533e000,0xd4e00000,0x0400000b,0x55f3303c,0xe4bfaa06,0x8f64fadc,0x4bfde0d3,0x3bb00010,0x7000000e,0x77000f9e,0xf76fd309,0x000f0990,0xff4f69fe,0x1045f740,0x720631b0,0x0678cc90,0xf3e722b1,0x0032c000,0xd1400000,0x040f000b,0x41f4903e,0xe58faf08,0x2f6efa4c,0x47fd70d6,0x3b800010,0xd000000e,0x77000f99,0xf75fd709,0x100e09a0,0xff8f76fd,0xd046f7a0,0x7105b1a7,0x0628cc8d,0x83f822d0,0xfa312000,0xce200000,0x0422000b,0x27f4d03b,0xe63fb309,0xef80f97c,0x44fc70d5,0x3b500011,0x1000000e,0x7e000f94,0xf75fdc09,0x100809b0,0xffff95fd,0x503ef860,0x6a05719c,0x05c8cc89,0xe4092310,0xee2f4000,0xcb700000,0x0430000b,0x11f3e03a,0xe69fbd0a,0xef9bf8fc,0x46fab0c6,0x3b600010,0x6000000e,0x9d000f96,0xf7dfdc08,0xc00509b0,0x000fa7fd,0x503df8e0,0x65058195,0x0588cc86,0x64182380,0xe32e0000,0xc9000000,0x0440000b,0x05f16037,0xe70fc90b,0xef9ff8ec,0x4cfa00bc,0x3b80000f,0xd000000e,0xad000fa3,0xf85fd508,0x300b0960,0xffefcbfd,0x7040f9d0,0x5d051178,0x0518cd83,0x24242410,0xdd2ad000,0xc6a00000,0x0457000b,0x07f4802b,0xe7cfd50d,0x6fa8f7dc,0x54f930b6,0x3bb00010,0x0000000e,0xbd000fc0,0xf93fc506,0xa01008a0,0x004ffdfd,0x703cfaf0,0x5304414a,0x04d8cc80,0x042d24f0,0xd8287000,0xc4400000,0x0466000b,0x11f95020,0xe89fde0e,0x9fbff6cc,0x5df740a3,0x3c00000f,0x7000000e,0xe2000fdc,0xfa0fb605,0x30210800,0x00b021fd,0x3037fc10,0x50039123,0x04d8c77c,0xb4352720,0xcd2aa000,0xc1200000,0x0460000b,0x21fbd01d,0xe8efde0e,0xefd6f6ac,0x60f5408a,0x3c20000e,0x6000000f,0x05000fe9,0xfa5fb105,0x10290810,0x009046fd,0x9044fd90,0x4f0270f4,0x0478c179,0x94382900,0xc12c0000,0xbec00000,0x0450000b,0x35fcf020,0xe94fdd0f,0x3fe6f58c,0x61f41084,0x3c10000f,0x3000000f,0x09000ffe,0xfa7fa904,0x204107b0,0x001061fe,0x005aff50,0x4b0110c9,0x0408bc77,0x04312960,0xb62cc000,0xbdf00000,0x0434000b,0x49fc3028,0xea4fe110,0x0feaf47c,0x68f36083,0x3c100010,0x5000000f,0x05000017,0xfa8f9f03,0x50630760,0xffb06dfd,0xc0650110,0x490050ad,0x0418b674,0x74222930,0xb62cc000,0xbdc00000,0x0422000b,0x60f8f035,0xeb7fe611,0x1fe4f48c,0x72f2c07b,0x3c100010,0x2000000f,0x07000028,0xfabf9b03,0x906107b0,0xff9072fd,0x906601f0,0x4a0050a2,0x0438ab71,0x640f29c0,0xb62b7000,0xc0600000,0x0423000b,0x5af1804b,0xec3feb11,0xffddf4dc,0x78f27076,0x3c10000f,0xc000000f,0x08000033,0xfadf9803,0xc05e07f0,0xff507bfd,0x906a0330,0x4d00508f,0x04389f6e,0x33f42aa0,0xb6293000,0xc2f00000,0x042d000b,0x49ec8059,0xeceff013,0x0fd3f56c,0x7ef2706f,0x3c40000f,0x2000000f,0x0c000049,0xfaff8d03,0x405d07d0,0xff2087fd,0xa06d0480,0x4a006076,0x0438906b,0x23ca2b60,0xb126d000,0xc2600000,0x043e000b,0x39ee5039,0xed9ff014,0x8fc8f64c,0x86f2c061,0x3cd0000e,0x1000000f,0x18000061,0xfb1f7b02,0x50640780,0xff108afd,0x80690540,0x4900c06a,0x04188068,0x13992c10,0xaa244000,0xc1600000,0x0453000b,0x26f1c005,0xee5fee16,0x4fc9f6cc,0x88f2f05b,0x3d20000d,0x6000000f,0x1d000063,0xfb2f7401,0xf05f0770 +}; + +u32 ANIM_ENTRY_fire_hip[] = +{ + 0xfe4037fe,0x603b0620,0x32044ff3,0x0109057d,0xf391115f,0x6c3c6000,0xd0700000,0x040b000c,0x0bfd007e,0x0e9f571a,0x5fddf6cc,0x79f5f057,0x3d20000f,0xa000000e,0xff000060,0xfb1f6ffe,0x407e04a0,0xfe4037fe,0x603a0610,0x31048fed,0x00c91c7e,0x039c116f,0x773c2000,0xd1900000,0x0400000c,0x0bfd107f,0x0e9f6318,0x3fe2f61c,0x76f5e064,0x3cd00010,0x7000000e,0xec00005c,0xfb0f71fe,0x508404a0,0xfe6036fe,0x60390620,0x30049fe7,0x00a9337e,0x53a711ff,0x803be000,0xd0c00000,0x03f5000c,0x22fd2082,0x0e8f6e15,0x6febf41c,0x71f59077,0x3c300013,0x6000000e,0xcf000054,0xfa5f76fe,0xd08d04e0,0xfe7035fe,0xa0390640,0x2d049fe2,0x0099557e,0xd3af127f,0x823b5000,0xd1900000,0x03fc000c,0x2dfd5082,0x0e8f7911,0x2ff2f33c,0x6ef5a085,0x3bc00014,0xc000000e,0xb8000059,0xfa0f74fe,0xc09704a0,0xfe6032ff,0x303b0680,0x2404bfd7,0x00794980,0x63b212ef,0x903b4000,0xd2300000,0x03f4000c,0x4ffd4084,0x0e7f850c,0x2fcdf35c,0x7cf6509c,0x3ba00015,0x4000000e,0x8e000073,0xf96f68fe,0x00ac0350,0xfe0021ff,0x70420770,0x1d04dfca,0x00796083,0xd3af13ef,0x9a3b1000,0xd6a00000,0x03e9000c,0x5bfcc090,0x0e6f900c,0x2fb2f30c,0x88f730ad,0x3b400017,0xa000000e,0x6a000089,0xf84f63fe,0x40b802c0,0xfd8ff000,0x00540a00,0x1b04bfc9,0x00896c87,0xe3a9149f,0xb03b6000,0xda000000,0x03d1000c,0x71fe3093,0x0e5fa70c,0x3f6af4cc,0x9dfa50ba,0x3b800018,0xb000000e,0x4c0000a1,0xf73f5bfe,0x40c101f0,0xfd0fb5ff,0xf06b0bc0,0x23046fe6,0x00195589,0x339f144f,0xb73b0000,0xda100000,0x03bb000c,0x9200f088,0x0e5fb20c,0x3f34f59c,0xb1fe00ca,0x3c90001a,0xe000000e,0x310000a9,0xf5ef55fe,0x40c90130,0xfc7f8eff,0xd07d0bd0,0x2c045001,0xffe9338b,0x4395147f,0xc73b0000,0xdd800000,0x03a5000c,0x8501b071,0x0e4fbe0c,0x3f1ff5dc,0xbbff80d2,0x3d10001c,0x8000000e,0x1c00009e,0xf4df57ff,0x20cd0170,0xfb8f61ff,0x90970aa0,0x33051034,0x00391c8b,0x638a14cf,0xd83bb000,0xdd900000,0x0399000c,0x7603605b,0x0e4fc90c,0x3efdf7ac,0xca0150c9,0x3d50001d,0xd000000e,0x0c000093,0xf30f4f00,0xc0d70230,0xfa6f31ff,0xb0b608d0,0x3706006e,0x00f93e8c,0xc37c154f,0xe23b9000,0xdbb00000,0x0393000c,0x3d06f04f,0x0c1fd30c,0x7ee2f98c,0xd00310bd,0x3d40001f,0x5000000d,0xff00008a,0xf1bf4802,0x80e302d0,0xf9af00ff,0xf0cd06f0,0x390720a7,0x01296c8e,0xe36c155f,0xe33c8000,0xddc00000,0x038b000c,0x2709102d,0x066fd00d,0x4ecef98c,0xd90420bc,0x3cf00022,0x3000000d,0xf100006a,0xf17f4c05,0x00ee03a0,0xf91ed4ff,0xe0df05b0,0x3d0800d2,0x01698e8f,0x535b149f,0xd13cc000,0xde900000,0x039e000c,0x2709e02d,0xff4fc00e,0x5ecbf81c,0xdf04e0bf,0x3c800026,0x8000000d,0xe100003b,0xf15f5b07,0xb0f50500,0xf8fecbff,0xd0e30580,0x3f0830da,0x0179b091,0x134e155f,0xbf3d9000,0xe1300000,0x03b7000c,0x2b09d016,0xfa3f8307,0x9eccf71c,0xe404f0c1,0x3c700028,0xc000000d,0xdd00002e,0xf1ff5f08,0x60f70570,0xf92eb8ff,0xb0e704e0,0x4308a0ee,0x01b9c791,0xc34817ef,0xa83d2000,0xe0a00000,0x03ea000c,0x240a000b,0xf80f78fc,0x2ed9f59c,0xeb0520bf,0x3bf0002b,0x9000000d,0xe1000018,0xf3af5609,0xe0f906b0,0xf99e8bff,0x80f30330,0x4e09a121,0x0249bb96,0x934b1bcf,0x8e3db000,0xe8700000,0x03ed000c,0x160a0038,0x016fb2f6,0x8ee9f39c,0xf905a0bc,0x3ad0002f,0x7000000d,0xeb000fe7,0xf75f3d0d,0x60fe09b0,0xf9be7dff,0xa0f702a0,0x5109d131,0x0209bb96,0xc3551c3f,0xc43d4000,0xe6f00000,0x03b9000c,0x2208607d,0x043fe6f7,0x1eedf26d,0x0305e0be,0x3a800030,0xa000000d,0xed000fde,0xf9ff3b0e,0x50ff0a70,0xf9ee58ff,0xc10101c0,0x590a0153,0x0179bb99,0x93621d90,0x0b3b1000,0xe4b00000,0x03af000c,0x4803a093,0x04202af8,0x4f0beefd,0x0d0660c2,0x39a00032,0xe000000d,0xf3000fc3,0x000f4311,0x00fa0c80,0xf9ae28ff,0x81110160,0x650a7173,0x0149b19a,0x536d2160,0x2236b000,0xe3c00000,0x03dd000c,0x58fe5071,0x03c04cf4,0xcf48e97d,0x070680c3,0x38100035,0xb000000d,0xf5000f8f,0x05af5a14,0xe0ec0f40,0xf89e00ff,0xc12900f0,0x6c0b318a,0x01993390,0x237225b0,0x2430e000,0xd5600000,0x03f4000c,0x33fa8044,0x03b090f2,0x9f83e67c,0xf106d0c2,0x36a00034,0x7000000d,0xf1000f5e,0x087f6717,0x80df1120,0xf7cded00,0x41340090,0x6d0bf195,0x01d9008c,0x13702830,0x292d9000,0xd2100000,0x0401000c,0x2ef75024,0x0390b0f1,0xaf7ee6dc,0xfa0750b9,0x36100032,0x1000000d,0xf6000f62,0x084f6817,0xf0da11a0,0xf74dd700,0x7130ffa0,0x710d51a7,0x01f8e68a,0x136a29b0,0x322b7000,0xd0f00000,0x0407000c,0x45f4900d,0x0360c0f1,0x6fb2ebbc,0xd207e0a8,0x35b00029,0xe000000d,0xfe000fb8,0xfe6f5917,0xd0da1210,0xf73dc900,0x7128fea0,0x780ed1bc,0x0248dd89,0x63622a80,0x3b2a3000,0xd1000000,0x0408000c,0x68f27ffd,0x0320c6f1,0x8fa1edcc,0xda0810b5,0x35a00027,0x6000000d,0xe800001a,0xfa8f3c18,0x30dd1290,0xf77dc600,0x8121fdb0,0x7c0fe1c6,0x02b8dc89,0x335c2af0,0x4429a000,0xd1500000,0x0408000c,0x89f0fff4,0x02f0c7f1,0xdf84f09c,0xe30870c5,0x36300023,0x2000000d,0xd400005c,0xf6cf3617,0x70e01270,0xf79dc600,0x811bfd40,0x7a1081c9,0x0328dc88,0xa35b2b40,0x48295000,0xd0f00000,0x0408000c,0x9af04ff0,0x02d0c9f2,0x0f6df17c,0xeb0920c5,0x37300022,0x4000000d,0xd1000074,0xf79f3915,0xe0de11d0,0xf7adc500,0x7117fd30,0x7910e1cc,0x0368de87,0x93642b80,0x47295000,0xcfc00000,0x0409000c,0x9af03ff4,0x02c0cdf2,0x3f65f20c,0xec09b0c1,0x37c00021,0xb000000d,0xd500007a,0xf7af3914,0xd0db1170,0xf7bdc300,0x5117fd40,0x7b1171ce,0x03b8e586,0xa3752b80,0x4429b000,0xce400000,0x0409000c,0x95f09000,0x02c0cef2,0x8f68f25c,0xe80a30be,0x37e00021,0x8000000d,0xd7000079,0xf76f3914,0x30d71170,0xf7bdc100,0x3119fd40,0x7c11d1cd,0x0438ef85,0xd3882b60,0x3f2a4000,0xccc00000,0x0408000c,0x8df1200f,0x02c0cef2,0xef68f26c,0xea0ad0bb,0x38300022,0x0000000d,0xd5000079,0xf6ef3c13,0x80da1140,0xf7bdc100,0x0118fd60,0x791231cc,0x04f8fa85,0x43992b30,0x3a2ae000,0xcbb00000,0x0406000c,0x84f1b01e,0x02c0cdf3,0x3f6af2bc,0xea0b10b7,0x38800022,0x1000000d,0xd1000079,0xf6df4213,0x50e11130,0xf7bdc3ff,0xc112fda0,0x751311cd,0x06190485,0x13a32b00,0x352b7000,0xcb300000,0x0405000c,0x7df1f029,0x02d0cbf3,0x7f75f21c,0xe80ae0b6,0x38600023,0x4000000d,0xcb000073,0xf61f4713,0xb0e51160,0xf7adc5ff,0xb10cfdf0,0x7213f1d6,0x06f90d85,0x63a42ac0,0x312be000,0xcbb00000,0x0404000c,0x78f1f031,0x02d0c8f3,0x8f7cf1bc,0xe50ab0b3,0x38400023,0xf000000d,0xc800006f,0xf5df4a13,0xf0e911a0,0xf7adcbff,0xa103fe70,0x6f1561fe,0x08391786,0x23a12a70,0x2c2c5000,0xcce00000,0x0403000c,0x74f1c037,0x02d0c4f3,0x8f7ef19c,0xe50a90ae,0x38500024,0x5000000d,0xc700006e,0xf56f4b13,0xf0f211e0,0xf7adceff,0x90fefe90,0x6d15f212,0x08c92187,0x239d2a20,0x272cc000,0xce500000,0x0402000c,0x6ff1803c,0x02d0bff3,0x7f86f17c,0xe10aa0ac,0x38700024,0x7000000d,0xc600006e,0xf59f4f13,0xe0f711f0,0xf7bdd1ff,0x70feff00,0x6d15b211,0x09792a88,0x239929d0,0x232d4000,0xcfc00000,0x0401000c,0x6cf14041,0x02d0bbf3,0x7f8df19c,0xde0b00a9,0x38800024,0x3000000d,0xc700006b,0xf57f5713,0x90fa1230,0xf7cdd3ff,0x60ffff40,0x6c15720f,0x09993188,0xf3972990,0x1e2db000,0xd0c00000,0x0400000c,0x68f12045,0x02d0b7f3,0x7f8cf15c,0xe00b20a9,0x38800024,0x9000000d,0xc600006c,0xf55f5813,0x60fc1240,0xf7cdd8ff,0x60ffff60,0x6a14e217,0x09293689,0x73982970,0x1a2e2000,0xd1500000,0x03ff000c,0x66f10049,0x02d0b4f3,0x8f8cf1cc,0xe30b30a4,0x38b00024,0x4000000d,0xc7000074,0xf54f5412,0xd0ff11a0,0xf7cdd9ff,0x50ffff70,0x69148224,0x08e93a89,0xf39b2940,0x162ea000,0xd1c00000,0x03ff000c,0x64f0e04c,0x02d0b1f3,0xaf8ef1fc,0xe20b30a2,0x38b00024,0x3000000d,0xc7000078,0xf53f5212,0xa1011120,0xf7bdd9ff,0x50ffff70,0x69147229,0x08f93d8a,0x639e2930,0x132f1000,0xd2200000,0x03fe000c,0x62f0d04f,0x02d0aef3,0xcf93f1ec,0xe00b30a1,0x38b00024,0x6000000d,0xc7000079,0xf4ff5212,0x91011110,0xf7bdd9ff,0x50ffff80,0x6914722a,0x08f93f8a,0xb3a32900,0x102f7000,0xd2500000,0x03fd000c,0x60f0c052,0x02d0acf3,0xff8ef20c,0xe10b40a2,0x38a00024,0x3000000d,0xc7000079,0xf4ff5112,0x91021110,0xf7bdd9ff,0x5101ffa0,0x69145228,0x08f9428a,0xe3a928e0,0x0e2fd000,0xd2700000,0x03fd000c,0x5ef0b054,0x02d0abf4,0x2f90f16c,0xe20b70a4,0x38900025,0x4000000d,0xc500007d,0xf4bf4d12,0x61041120,0xf7bdd9ff,0x5101ffa0,0x69145229,0x08e9478a,0xf3b22890,0x0e300000,0xd2400000,0x03fb000c,0x5bf0b056,0x02d0abf4,0x8f90f1cc,0xe10b80a4,0x38900024,0xa000000d,0xc500007e,0xf50f4d12,0x51041120,0xf7cdd8ff,0x5100ff90,0x6914222d,0x08a94c8a,0xf3c02840,0x0f303000,0xd1f00000,0x03f9000c,0x58f0b058,0x02d0adf4,0xff92f1dc,0xe20ba0a3,0x38b00024,0xd000000d,0xc6000083,0xf4af4b12,0x31041100,0xf7bdd7ff,0x5101ff80,0x6a13f234,0x0859518a,0xd3ce27e0,0x11305000,0xd1800000,0x03f7000c,0x55f0c05a,0x02d0b0f5,0x7f90f1cc,0xe40bb0a4,0x38c00025,0x3000000d,0xc5000086,0xf45f4912,0x410510e0,0xf7cdd6ff,0x5104ff40,0x6b13d239,0x0829558a,0xb3da27a0,0x14306000,0xd1000000,0x03f6000c,0x52f0d05c,0x02d0b1f5,0xff8cf1bc,0xe60bc0a5,0x38b00025,0x7000000d,0xc5000087,0xf47f4712,0x510510f0,0xf7edd4ff,0x4106fef0,0x6c13a23e,0x07c9558a,0x83df2780,0x16307000,0xd0a00000,0x03f5000c,0x51f0e05e,0x02d0b2f6,0x4f8df1cc,0xe60be0a7,0x38d00025,0x5000000d,0xc500008b,0xf43f4212,0x410510f0,0xf7fdd2ff,0x3107fec0,0x6d138243,0x0789508a,0x53db2790,0x18308000,0xd0500000,0x03f6000c,0x50f10060,0x02d0b1f6,0x8f83f20c,0xea0c00a8,0x38d00025,0x2000000d,0xc500008d,0xf41f4112,0x51051100,0xf7fdceff,0x210dfe70,0x7113224d,0x06e9468a,0x03d227d0,0x1b308000,0xd0000000,0x03f7000c,0x50f12062,0x02d0aff6,0xbf82f1bc,0xeb0c10a9,0x38c00026,0x1000000d,0xc400008e,0xf3cf4212,0x91031130,0xf7fdcbff,0x2111fe20,0x7112c254,0x06793b89,0xa3c62820,0x1e307000,0xcfb00000,0x03f9000c,0x51f15064,0x02d0adf6,0xcf7cf19c,0xed0c30ae,0x38c00026,0x6000000d,0xc2000091,0xf3af4112,0xc1031140,0xf81dcaff,0x2112fde0,0x7012a259,0x06493089,0x63bc2870,0x21308000,0xcf700000,0x03fa000c,0x53f19066,0x02d0abf6,0xef77f18c,0xf00c40b0,0x38c00026,0x7000000d,0xc2000095,0xf3cf3f12,0xd1031150,0xf81dcaff,0x2112fde0,0x7012925a,0x06492989,0x43b528a0,0x2230a000,0xcf400000,0x03fb000c,0x56f1e068,0x02d0a9f7,0x0f79f16c,0xef0c40b0,0x38c00026,0xa000000d,0xc2000095,0xf3af3f12,0xd1031150,0xf85dc8fe,0xe112fdb0,0x7112a25e,0x06392789,0x53b428b0,0x2130e000,0xcf300000,0x03f9000c,0x5af2606b,0x02d0a9f7,0x2f76f17c,0xf10c20ad,0x38a00026,0x9000000d,0xc8000096,0xf3af3d13,0x11001180,0xf85dc8fe,0xd113fdb0,0x7212825f,0x06192889,0x83b528b0,0x1f314000,0xcf300000,0x03f7000c,0x5ff3206f,0x02d0a9f7,0x5f73f14c,0xf40c20ad,0x38a00027,0x0000000d,0xc9000097,0xf36f3d13,0x21001190,0xf86dc7fe,0xc116fdb0,0x74123260,0x05c92989,0xb3b728b0,0x1d31b000,0xcf400000,0x03f5000c,0x65f3e073,0x02d0a9f7,0x8f76f13c,0xf20c20ae,0x38900027,0x1000000d,0xc8000098,0xf32f3c13,0x30ff11a0,0xf87dc6fe,0xa11efd90,0x76115264,0x05192989,0xe3b928a0,0x1a322000,0xcf400000,0x03f2000c,0x6df48075,0x02d0a9f7,0xaf72f13c,0xf40c30b1,0x38a00027,0x3000000d,0xc5000099,0xf36f3b13,0x40ff11c0,0xf8adc6fe,0x8124fd60,0x76105269,0x0479258a,0x03b92890,0x18329000,0xcf200000,0x03f1000c,0x76f4f072,0x02d0a9f7,0xbf72f0dc,0xf60c20b4,0x38b00027,0xa000000d,0xc2000098,0xf2ff3b13,0x510011c0,0xf8bdc8fe,0x6129fd40,0x760ef271,0x03d91889,0xe3b72880,0x1632f000,0xceb00000,0x03f0000c,0x83f51069,0x02d0aaf7,0xcf75f09c,0xf60bf0b4,0x38a00028,0x1000000d,0xc2000099,0xf32f3a13,0x710011e0,0xf8cdcbfe,0x612dfd30,0x760d727d,0x03390389,0xb3b32880,0x15334000,0xce100000,0x03f0000c,0x96f50058,0x02d0acf7,0xcf76f09c,0xf40bd0b3,0x38800028,0x0000000d,0xc300009b,0xf2ff3a13,0x710011f0,0xf8fdcffe,0x612dfd20,0x7508f288,0xfff8eb89,0x73ae2860,0x1333a000,0xcd600000,0x03f0000c,0xa8f4d042,0x02d0adf7,0xbf72f0ac,0xf70ba0b3,0x38a00027,0x9000000d,0xc40000a2,0xf32f3813,0x310211b0,0xf92dd3fe,0x712dfd30,0x7404528e,0xfc88d989,0x53aa2840,0x11341000,0xccf00000,0x03f0000c,0xb7f4c029,0x02d0adf7,0xbf71f04c,0xfa0b70b4,0x38b00027,0xd000000d,0xc40000a7,0xf35f3712,0xf1041180,0xf92dd5fe,0x612efd70,0x7502628e,0xfb48d289,0x73a827e0,0x0e349000,0xcce00000,0x03ef000c,0xbcf4f00f,0x02d0a9f7,0xbf71f03c,0xfa0b60b5,0x38a00027,0xc000000d,0xc30000a8,0xf39f3612,0xf1041190,0xf91ddafe,0x6130fdf0,0x76fdd297,0xf858d989,0xe3a92740,0x09353000,0xcd800000,0x03ed000c,0xb7f59fec,0x02d0a1f7,0xdf75efac,0xfb0b10b4,0x38700028,0xa000000d,0xc10000aa,0xf3df3412,0xf10511b0,0xf8eddefe,0x812efe10,0x74fa0298,0xf568ec8a,0xc3ac2660,0x02360000,0xced00000,0x03e9000c,0xa9f6bfbf,0x02d094f8,0x0f76efec,0xfa0af0b4,0x38a00028,0x3000000d,0xbd0000ae,0xf45f3012,0xc1071160,0xf8bde3fe,0xc12bfe10,0x71f79289,0xf3b9048b,0xd3af255f,0xfc36d000,0xd0b00000,0x03e6000c,0x94f7df92,0x02d084f8,0x2f78f03c,0xf90ab0b6,0x38e00027,0x7000000d,0xb40000b3,0xf4bf2b12,0x910b10e0,0xf7edfdff,0xb126fe00,0x68f7426b,0xf4791d8d,0x13b0244f,0xf737a000,0xd2c00000,0x03e2000c,0x77f88f70,0x02e06ff8,0x5f79f0dc,0xf80a00b9,0x39a00025,0x9000000d,0xa00000c8,0xf66f1a10,0xd1160f30,0xf77e2700,0x6115fd50,0x5ef82254,0xf5a9328e,0x43ae234f,0xf6385000,0xd5000000,0x03e0000c,0x55f88f65,0x02e058f8,0x7f90f0bc,0xf408d0af,0x3aa00024,0x2000000d,0x9d0000dd,0xfa0f070d,0xe1220cb0,0xf7ae5500,0x50fdfcb0,0x5ef9323d,0xf699418f,0xc3a6224f,0xfa390003,0xd8300000,0x03de000c,0x2bf78f6f,0x02e030f8,0x8fb1efcc,0xf00710a3,0x3b800023,0x1000000d,0xa00000e8,0xfd1efa0b,0x412a0a60,0xf80e8d00,0x50ecfc70,0x64f96214,0xf6d94e91,0xa3982140,0x0339a00a,0xdc900000,0x03de000b,0xecf5ef82,0x02fff6f8,0x8fd5ee0c,0xe604f0a7,0x3c600021,0xc000000d,0x9a0000f0,0x003ef208,0x61310800,0xf8beca00,0xa0d8fbc0,0x5df961f8,0xf7395b93,0x93882050,0x0e3a400f,0xe1100000,0x03dd000b,0x84f3af94,0x030fb8f8,0x7ff2ec3c,0xdd02e0af,0x3d50001f,0xd000000d,0x9c0000fe,0x034eec04,0xd1330560,0xf93ef200,0xb0c8fba0,0x57f961e1,0xf7796895,0x037c1f80,0x163ab00e,0xe4a00000,0x03dd000b,0x3ff3ffa1,0x030f86f8,0x7001eb8c,0xd701a0b2,0x3df0001d,0xd000000d,0xa6000108,0x057eea02,0x912f03d0,0xf9ff3100,0x30bcfc20,0x5ff921a7,0xf7997795,0xc3771ee0,0x1a3b0000,0xe6100000,0x03dd000b,0x82f07fae,0x030f6df8,0x7003e9cc,0xd1ff20b5,0x3e30001c,0xc000000d,0xbc00010f,0x08bef300,0x711d02b0,0xfa2f6f00,0x00bcfbf0,0x65f8e178,0xf7e98995,0xb37e1ea0,0x173b2f9b,0xe5600000,0x03dd000b,0xb6f06fbe,0x030f68f8,0x7012e86c,0xb8fc40b3,0x3da0001c,0x0000000d,0xd0000118,0x0b6f04ff,0x41100200,0xfa3f9600,0x10bcfbd0,0x5df8b15c,0xf8799d95,0x43901e90,0x113bbf3a,0xe3900000,0x03dd000b,0xdaf3afd0,0x030f68f8,0x7023e86c,0xa5fa70aa,0x3d40001c,0xb000000d,0xe5000124,0x0acf14fe,0x71080160,0xfa6fa100,0x00bffcb0,0x57f89147,0xf8d9b094,0xa3a41ea0,0x083b0f62,0xe1600000,0x03dd000b,0xd0f85fe4,0x030f68f8,0x7033e95c,0x96fa00a6,0x3d30001d,0x1000000d,0xf1000128,0x0a8f25fe,0x51010140,0xfa7fa5ff,0xf0c0fd20,0x54f8713e,0xf8f9c293,0xe3b51e8f,0xfc3a5fc2,0xdf800000,0x03dd000a,0xcdfc9ff8,0x030f68fa,0x203ee9ec,0x88f9e0a4,0x3d30001d,0xd000000d,0xf5000128,0x07cf2dfe,0x50fe0130,0xfacfa7ff,0xe0cb0030,0x66f7a104,0xf8f9cd93,0x33bd1e0f,0xee3a5000,0xdea00000,0x03dd000a,0xc3fe900d,0x030f68f8,0x3036eb3c,0x82f9b09e,0x3d50001d,0x6000000e,0x10000122,0x057f54fe,0x20e70140,0xfaffa8ff,0xe0cc0090,0x68f790fd,0xf8f9d492,0x83b91d2f,0xdd3a5009,0xded00000,0x03dd000a,0x76fe501f,0x030f68fb,0xb01fecec,0x83f9b09d,0x3d50001c,0xb000000e,0x14000122,0x031f59fe,0x20e40130,0xfb4fb4ff,0xf0c800f0,0x68f750f4,0xf919d991,0xc3af1ddf,0xbb3a500a,0xdf700000,0x03dd000a,0x56fd702f,0x030f68fb,0xb00bee8c,0x85f9c09e,0x3d90001c,0x9000000e,0x1e00012b,0x002f59fd,0x70df00c0,0xfbcfdd00,0x50b80260,0x64f690d1,0xf9b9db90,0xf3a21d2f,0xb03b0007,0xe0500000,0x03dd000a,0x90fc6040,0x030f68fa,0x0001ef3c,0x86f9d09c,0x3e80001a,0x5000000e,0x4b000146,0x012f56fb,0x30cbff50,0xfc5ff000,0x20a80340,0x5df640bd,0xfa69dd90,0x03961d2f,0xb0399002,0xe1500000,0x03dd000a,0x75fbb056,0x030f68fa,0x9ff8f0fc,0x8ef97094,0x3f100018,0xf000000e,0x72000142,0xffcf54fa,0xa0b9fef0,0xfd0001ff,0xc0990360,0x60f600ae,0xfac9dd8e,0xe38e1c7f,0x90380000,0xe2200000,0x03dd000a,0xf8fbc073,0x030f68fe,0x5fe2f25c,0x9df86088,0x3f100018,0xb000000e,0x97000118,0xfeef5bfa,0xd0abff50,0xfe3021ff,0x60830320,0x68f5809b,0xfaf9de8d,0x838a1bdf,0x78376000,0xe3000000,0x03dd000a,0xb0fcd098,0x030f68fe,0xdfc4f2fc,0x9bf6a078,0x3f000017,0x8000000e,0xcc0000ce,0xfdef6cfa,0xd09bffc0,0xfe8033ff,0x207d02c0,0x6bf50092,0xfaf9de8b,0xd3871b6f,0x65377000,0xe4100000,0x03dc000a,0x9ffd40a6,0x030f68fd,0xbfb2f2cc,0x97f5f078,0x3f400018,0x3000000e,0xde0000a1,0xfc5f7cfa,0x8093ffe0,0xfea049fe,0x40750230,0x6ff47088,0xfb29dc89,0xe3851b0f,0x5737d000,0xe5100000,0x03dc000a,0xd7fd00b1,0x030f68fc,0xbfb0f12c,0x9cf4f07d,0x3fa00019,0x8000000e,0xef00005b,0xfcbf9bfa,0x90840060,0xfef057fd,0xf06901d0,0x6ff47083,0xfb89d987,0xe3871aaf,0x4c385000,0xe5b00000,0x03de000a,0xf8fcf0b3,0x030f68fc,0xbfb4f1ac,0x9bf4007a,0x3f600018,0x9000000f,0x0200003c,0xfd3fadfa,0xe07a00d0,0xff9072fe,0x20520130,0x68f4b07a,0xfc39d285,0xe38e1a5f,0x41389000,0xe5b00000,0x03e6000b,0x56fd20b1,0x031f30ff,0x8fbcf33c,0x8bf29070,0x3ed00014,0x8000000f,0x28000024,0xfbdfbffa,0xb0680120,0xffd07dfe,0x50480100,0x62f4e074,0xfc79c382,0xd3a919ff,0x36389000,0xe1200000,0x03f7000b,0x4bfd10af,0x077ef806,0x0fc3f48c,0x7ef1f06b,0x3e800012,0x3000000f,0x3a000019,0xfc0fc4fa,0x905e0140,0xfff083fe,0x603f0110,0x57f5106e,0xfce9ad7f,0x03d719bf,0x2d38a000,0xd7f00000,0x0412000b,0xd2fc70ab,0x0b0f330c,0x9fcaf5fc,0x6cf1c065,0x3e70000f,0x0000000f,0x4f00000c,0xfccfb9fa,0x80510150,0x000085fe,0x703301c0,0x4ff5a062,0xfd79997c,0x8400196f,0x2538a000,0xcf900000,0x0436000b,0xc7fc00a1,0x0e8f6e0c,0x2fc9f84c,0x64f24058,0x3ed0000a,0x9000000f,0x6e000004,0xfcef9af9,0xf0430140,0xfff088fe,0x802802c0,0x4ff65050,0xfda98f7d,0x640a18ef,0x20389000,0xcd600000,0x045e000b,0xbbf8708d,0x0e8f6e12,0xbfc5f9ac,0x62f3004e,0x3f200007,0xe000000f,0x83000005,0xfdff7ef9,0x20390130,0xfff08afe,0xb0290350,0x4af64044,0xfd799085,0xa3f5182f,0x1d388000,0xd1a00000,0x048c000b,0x8af7507f,0x0e8f6e11,0x6fb1f9ec,0x6bf3b04c,0x3f800007,0x6000000f,0x8800001a,0xfe9f6ef8,0x503900d0 +}; + +u32 ANIM_ENTRY_fire_shoulder_left[] = +{ + 0x023fb4ff,0x702e0430,0x0502f058,0x00e0c811,0x9c2d2220,0x243d9000,0xcbc00000,0x031d000a,0xf0fb9030,0xfcef5d18,0xef33f6ec,0x5b03b0bc,0x4080000c,0x8000000f,0x2e000ffb,0xfbbfc5ff,0x90410480,0x01afb2ff,0x304003f0,0x0c036064,0x0130ab10,0x7c2d2390,0x433e1000,0xc9a00000,0x0327000a,0xfcfd203b,0xfa5f6516,0x9f21f67c,0x6d0340a5,0x4090000f,0xc000000f,0x3900000c,0xfa3fba00,0x30440480,0x013fb4ff,0x205203d0,0x10041077,0x01b0800e,0xdc2f25c0,0x713ed000,0xc6800000,0x0332000b,0x08feb045,0xf7df6e14,0x2f21f40c,0x7b02109e,0x3ff00014,0xf000000f,0x3600000c,0xf9cfb101,0x404404d0,0x00bfb5ff,0x006503e0,0x11050091,0x02604b0c,0xdc302890,0xac3fc000,0xc2c00000,0x033d000b,0x1200004b,0xf56f7711,0xbf34effc,0x8d0050ac,0x3ef0001a,0x9000000f,0x1d000ff7,0xfbbfa503,0x004305b0,0x000fb7fe,0xa07c0460,0x1b0620b0,0x03300f0a,0xac322bd0,0xef40d000,0xbea00000,0x0347000b,0x1800e04b,0xf2df800f,0x5f57ed1c,0x8efe40bb,0x3db0001d,0x1000000e,0xfd000fd8,0xfedfa105,0x30440700,0x000fb7fe,0xa0930490,0x290770d4,0x041fd208,0x6c342f51,0x35420000,0xba800000,0x0351000b,0x1b018038,0xf04f880d,0x0f99ee1c,0x80fc50a8,0x3d400018,0x4000000f,0x0a000fd0,0xffef9705,0xe0470790,0xfdffe7fe,0x409c04d0,0x2808e0fb,0x052f9606,0x4c3632f1,0x7b434000,0xb6a00000,0x035b000b,0x1d021010,0xedaf8f0a,0xdfd5f06c,0x77fb9070,0x3d300011,0xe000000f,0x0c000fc8,0x044f9205,0xe05d0790,0xfe0fe7fe,0x40a005f0,0x310a6125,0x063f6104,0x6c383691,0xbe447000,0xb3600000,0x0364000b,0x1c027fe1,0xeadf9408,0xe000f34c,0x72fa606f,0x3c70000d,0x1000000e,0xf5000fc4,0x032f9d07,0x206e0860,0xfd6ff6fe,0x00ae0730,0x530c0152,0x076f3603,0x0c3a39f1,0xf9459000,0xb1200000,0x036d000b,0x1a029fba,0xe7df9807,0x3028f1dc,0x5cf8406e,0x3af00011,0x4000000e,0xd6000fdc,0x002fa408,0xe07909b0,0xfd3000fe,0x50a207a0,0x570db180,0x089f1902,0x4c3c3cf2,0x2746a000,0xb0200000,0x0374000b,0x14025fa7,0xe4af9905,0xd049f19c,0x46f7706c,0x3a200012,0xb000000e,0xc6000ff1,0xfedfa809,0x90830a50,0xfd4ff9fe,0xf07a08f0,0x420f61ae,0x09cf0601,0xec3e4002,0x5047a000,0xb0000000,0x037a000b,0x08016fab,0xe0ef9704,0xb03df26c,0x3ff7f06c,0x39b00012,0x4000000e,0xb9000000,0xfe1fb409,0xd0940ac0,0xfdefbdfe,0xf0580be0,0x481101db,0x0afef401,0xac404372,0x7a48d000,0xb0100000,0x0381000a,0xf8ffcfb4,0xdcaf9203,0xb01bf20c,0x4cf9a07d,0x39c00013,0xf000000e,0xb6000008,0xfc7fb50a,0x008e0b20,0xfdefbdfe,0xf03d0e40,0x5412a208,0x0c1ee401,0x8c424722,0xa44a1000,0xb0500000,0x0388000a,0xf1fdffb1,0xd81f8a02,0xdff3f1cc,0x55fb107a,0x39900015,0x0000000e,0xb600000b,0xfbcfb50a,0x20930b70,0xfe5fa5ff,0x603d1030,0x66143232,0x0d3ed601,0x8c444af2,0xcd4b5000,0xb0a00000,0x038f000a,0xfffb9f5c,0xd39f8302,0x0fd4f1fc,0x51fc3082,0x39100015,0x8000000e,0xb6000006,0xfa9fb90a,0x80970c20,0xfe0f91ff,0x603b1070,0x6b15925a,0x0e3eca01,0x8c464ec2,0xf44ca000,0xb1000000,0x0395000b,0x0bf9df07,0xcf5f7d01,0x3fb8f2fc,0x58fd1075,0x39000016,0x0000000e,0xbd000006,0xf9cfba0b,0x20920ce0,0xfdaf7fff,0x603910b0,0x6f16e27d,0x0f2ec001,0x9c485253,0x194dd000,0xb1600000,0x039a000a,0xfef9ef00,0xcbbf7a00,0x7fb7f44c,0x5bfe1062,0x39200015,0xe000000e,0xca00000b,0xf8dfb90b,0x90960d40,0xfd0f81ff,0x90370fd0,0x8618029c,0x0ffeb901,0x9c4a55a3,0x394ef000,0xb1b00000,0x039d000a,0xe3fa9f04,0xc8ff7cff,0xcfbaf4ac,0x56fdd05b,0x38d00016,0x6000000e,0xc400000e,0xf8dfbb0b,0x909b0d90,0xfc9f8aff,0xb0340eb0,0x9f18f2b6,0x109eb301,0xbc4b5863,0x544fe000,0xb2100000,0x039e000a,0xd3fbaf0c,0xc6cf84fe,0xffbbf48c,0x51fd405b,0x38900016,0xb000000e,0xb9000010,0xf90fbf0b,0x809e0dc0,0xfc8f8dff,0xb0320e60,0xa819a2c9,0x112ead01,0xdc4c5a93,0x6850a000,0xb2700000,0x039e000a,0xd3fd6f1d,0xc4cf91fe,0x3fbbf4dc,0x50fd005a,0x38900016,0x1000000e,0xb6000010,0xf8ffc00b,0x80a40dc0,0xfcaf92ff,0x80310dc0,0xb91a12d6,0x117eaa01,0xfc4d5c03,0x75511000,0xb2d00000,0x039a000a,0xda000f34,0xc31f9efd,0x8fc1f4ac,0x51fc9059,0x38d00016,0x5000000e,0xb400000e,0xf8efc20b,0x90a50dc0,0xfcbf9cff,0x30300d30,0xc01a42da,0x118ea902,0x0c4e5c83,0x7a514000,0xb2f00000,0x0395000a,0xe602af4d,0xc1ffa7fd,0x0fd4f40c,0x49fb8052,0x38a00017,0x7000000e,0xb5000008,0xf84fcb0c,0x20a30e60,0xfcefb2ff,0x90300d30,0xc01a42da,0x118eba00,0x9c375ca3,0x86519000,0xb2200000,0x0394000b,0x15055f71,0xc1ffa5fd,0x0fecf47c,0x36f9d040,0x37a00016,0x8000000e,0xc500000c,0xf86fd40c,0x60a40f20,0xfd0fc3ff,0xf0300d30,0xc01a42da,0x118ed9fd,0xec0f5c93,0x9151d000,0xb0b00000,0x0397000b,0x6a084f9e,0xc1ffa0fd,0x0feef51c,0x30f9002f,0x37300015,0x5000000e,0xd400001b,0xf8cfd40b,0xf0a60f40,0xfd1fc6ff,0xb0300d30,0xc01a42da,0x118ef8fa,0xfbe85c83,0x9a520000,0xaf300000,0x039b000b,0xbd0abfc6,0xc1ff99fd,0x0fe5f55c,0x38f8e028,0x37900015,0x5000000e,0xdd000026,0xf89fd10b,0xc0a20f40,0xfd3fcaff,0x10300d30,0xc01a42da,0x118f06f8,0xdbd75c73,0x9f521000,0xae800000,0x039d000b,0xe50befd9,0xc1ff91fd,0x0fe3f50c,0x43f8c020,0x38200016,0x8000000e,0xe3000033,0xf77fd00b,0x80a70f60,0xfd4fd6ff,0x00300d30,0xc01a42da,0x118f03f7,0x5bdc5c73,0x9e521000,0xafa00000,0x039b000b,0xe30a3fd6,0xc1ff88fd,0x0fdaf50c,0x47f8b01c,0x38300016,0xe000000e,0xe400003e,0xf6ffcc0b,0x20aa0f80,0xfd5fd6ff,0x00300d30,0xc01a42da,0x118efef6,0x7be35c73,0x9851f000,0xb2700000,0x0397000b,0xd405cfc7,0xc1ff7ffd,0x0fcbf4fc,0x4af8801a,0x38000017,0x7000000e,0xe300004e,0xf66fc30a,0xc0af0fb0,0xfd5fe0ff,0x70300d30,0xc01a42da,0x118efef6,0x7be85c73,0x8f51c000,0xb5c00000,0x0392000b,0xbd007fb1,0xc1ff77fd,0x0fc7f5dc,0x49f8901c,0x38100016,0x0000000e,0xe1000051,0xf6efbd0a,0xb0b30fb0,0xfd6fd0ff,0x80300d30,0xc01a42da,0x118efff6,0xfbec5c73,0x87519000,0xb8800000,0x038e000b,0xa3fbff9a,0xc1ff71fd,0x0fbef65c,0x4af8e01c,0x38500015,0xb000000e,0xe1000055,0xf70fb40a,0x80b70fa0,0xfd6fe1ff,0xa0300d30,0xc01a42da,0x118f01f7,0x9bef5c73,0x82517000,0xb9900000,0x038c000b,0x8afa1f85,0xc1ff6dfd,0x0fb8f65c,0x47f9601a,0x38400015,0xf000000e,0xe300005c,0xf6bfb009,0x90ba0fa0,0xfd5fdfff,0xe0300d30,0xc01a42da,0x118f03f8,0x4bef5c73,0x81517000,0xb9500000,0x038c000b,0x71fa6f73,0xc1ff6cfd,0x0fb2f60c,0x4af9d01e,0x38600016,0xe000000e,0xde000063,0xf73fac08,0xf0bf0f90,0xfd5fc9ff,0x40300d30,0xc01a42da,0x118f06f9,0x2bf05c63,0x81517000,0xb8900000,0x038d000b,0x56fb1f61,0xc1ff6dfd,0x0fb3f57c,0x4afa0026,0x38c00018,0x1000000e,0xd200005d,0xf60fb108,0xf0c30f60,0xfd4fc7fe,0xb0300d30,0xc01a42da,0x118f08fa,0x6bf25c53,0x82518000,0xb7500000,0x0390000b,0x3dfc0f54,0xc1ff6ffd,0x0fb4f55c,0x48fa3026,0x39000018,0x9000000e,0xd000005a,0xf51fb408,0x90bf0f20,0xfd4fc6fe,0xb0300d30,0xc01a42da,0x118f0bfc,0x7bf35c43,0x84519000,0xb4600000,0x0391000b,0x27fd2f4b,0xc1ff72fd,0x0fb4f56c,0x48fa4025,0x39000018,0xb000000e,0xd200005b,0xf51fb308,0x40c20f10,0xfd4fc6fe,0xb0300d30,0xc01a42da,0x118f0dfe,0x3bf65c33,0x84519000,0xb1c00000,0x0392000b,0x16fe9f46,0xc1ff76fd,0x0fb4f53c,0x48fa4024,0x39000019,0x1000000e,0xd200005b,0xf4dfb308,0x30c00f10,0xfd6fc8fe,0xe0300d30,0xc01a42da,0x118f0ffe,0x2bf95c33,0x83518000,0xb1900000,0x0391000b,0x0a006f52,0xc1ff7afd,0x0fb4f54c,0x48fa6023,0x39200018,0xf000000e,0xd400005e,0xf4dfaf07,0xa0c50eb0,0xfd7fc8fe,0xe0300d30,0xc01a42da,0x118f10fc,0xebfc5c23,0x81517000,0xb2a00000,0x038e000b,0x0302cf74,0xc1ff7dfd,0x0fb4f56c,0x49fa5020,0x39300018,0xd000000e,0xd800005f,0xf4cfae07,0xa0c50e90,0xfdafc9fe,0xd0300d30,0xc01a42da,0x118f11fb,0x1c025c23,0x7f516000,0xb4200000,0x038b000a,0xfe052f9d,0xc1ff80fd,0x0fb5f5ec,0x4cfa0016,0x39a00018,0x4000000e,0xe6000060,0xf4bfab07,0x90c50e20,0xfdefccfe,0xc0300d30,0xc01a42da,0x118f11f9,0x4c0c5c23,0x7e515000,0xb5800000,0x0389000a,0xfb074fc3,0xc1ff82fd,0x0fbbf67c,0x49f9900a,0x3a000017,0x7000000e,0xf500005e,0xf4cfad07,0x40c40dd0,0xfdefd0fe,0xc0300d30,0xc01a42da,0x118f11f8,0x4c1c5c23,0x7d514000,0xb6200000,0x0388000a,0xf9089fd9,0xc1ff82fd,0x0fc3f67c,0x43f93006,0x3a100017,0x5000000e,0xf900005a,0xf48fb206,0xa0c70dc0,0xfddfd4fe,0xb0300d30,0xc01a42da,0x118f0ff8,0x6c1e5c23,0x7d515000,0xb6500000,0x0389000a,0xf9094fe0,0xc1ff80fd,0x0fc9f62c,0x3ff8d007,0x39e00017,0xb000000e,0xf6000056,0xf4afb706,0x90c70dc0,0xfddfd6fe,0xa0300d30,0xc01a42da,0x118f0bf8,0xbc1e5c33,0x7e516000,0xb6400000,0x038b000a,0xfb09cfe2,0xc1ff7efd,0x0fd0f5ec,0x3bf82009,0x39a00018,0x2000000e,0xf200004f,0xf48fbe07,0x00c70dd0,0xfdefd7fe,0xa0300d30,0xc01a42da,0x118f07f9,0x2c1c5c43,0x7f517000,0xb5e00000,0x038e000a,0xff0a1fdf,0xc1ff7afd,0x0fd0f5cc,0x3bf81008,0x39a00018,0x5000000e,0xf2000050,0xf42fbf06,0xc0c90db0,0xfdffd7fe,0xa0300d30,0xc01a42da,0x118f04f9,0xcc1a5c53,0x80519000,0xb5700000,0x0391000b,0x050a3fda,0xc1ff76fd,0x0fccf5cc,0x3cf84007,0x39d00018,0x5000000e,0xf4000058,0xf4afbc05,0xc0cc0d50,0xfdffd7fe,0xb0300d30,0xc01a42da,0x118f03fa,0x6c195c63,0x8051a000,0xb4e00000,0x0392000b,0x0c0a3fd1,0xc1ff71fd,0x0fcaf5dc,0x3df84005,0x39e00018,0x4000000e,0xf600005b,0xf48fbb05,0x70cc0d30,0xfe0fd7fe,0xa0300d30,0xc01a42da,0x118f04fb,0x0c195c63,0x7f51a000,0xb4400000,0x0393000b,0x140a1fc7,0xc1ff6cfd,0x0fcbf5ec,0x3ef81004,0x39e00018,0x2000000e,0xf6000059,0xf41fbe05,0xb0cd0d50,0xfe1fe8fe,0xf0300d30,0xc01a42da,0x118f06fb,0x9c195c63,0x7c51a000,0xb3b00000,0x0392000b,0x1c09dfbc,0xc1ff67fd,0x0fcbf5dc,0x3df81005,0x39f00018,0x3000000e,0xf5000059,0xf49fbf05,0x80d00d30,0xfe1fe9fe,0xe0300d30,0xc01a42da,0x118f08fc,0x0c195c63,0x7951a000,0xb3400000,0x0391000b,0x24098fb1,0xc1ff62fd,0x0fcdf5cc,0x3bf81004,0x3a000018,0x4000000e,0xf6000058,0xf4afc105,0x40d10d20,0xfe3fe9fe,0xe0300d30,0xc01a42da,0x118f0bfc,0x5c195c53,0x7851a000,0xb3000000,0x0390000b,0x2b092fa7,0xc1ff5efd,0x0fcef59c,0x3bf80002,0x3a100018,0x8000000e,0xf8000055,0xf4bfc505,0x10d40d00,0xfe4fe9fe,0xe0300d30,0xc01a42da,0x118f0dfc,0x7c195c63,0x78519000,0xb3100000,0x0391000b,0x3008bf9f,0xc1ff5bfd,0x0fcff55c,0x3bf7e001,0x3a200018,0xf000000e,0xf8000056,0xf4dfc904,0xe0d80cf0,0xfe5fe9fe,0xe0300d30,0xc01a42da,0x118f0ffc,0x3c195c63,0x7c519000,0xb3700000,0x0394000b,0x3607ef97,0xc1ff57fd,0x0fd0f4ec,0x3af7d001,0x3a400019,0x7000000e,0xf700005a,0xf4ffce04,0xa0da0ce0,0xfe6ff0fe,0xe0300d30,0xc01a42da,0x118f11fb,0x8c1a5c73,0x83518000,0xb4400000,0x0398000b,0x3d066f8d,0xc1ff52fd,0x0fcff4cc,0x3bf7e001,0x3a500019,0x9000000e,0xf700005c,0xf52fd004,0x50db0cd0,0xfe6ff1fe,0xf0300d30,0xc01a42da,0x118f14fa,0xac1a5c83,0x8b518000,0xb5600000,0x039e000b,0x45048f82,0xc1ff4dfd,0x0fcdf4bc,0x3df80001,0x3a700019,0x9000000e,0xf700005d,0xf56fd204,0x10de0ce0,0xfe7ff0fe,0xf0300d30,0xc01a42da,0x118f17f9,0x9c1b5c83,0x92517000,0xb6a00000,0x03a2000b,0x4d025f77,0xc1ff47fd,0x0fcbf4dc,0x3ff87004,0x3a600019,0x8000000e,0xf100005c,0xf54fd603,0xe0e10d40,0xfe7ff1fe,0xf0300d30,0xc01a42da,0x118f19f8,0x8c1c5c83,0x96517000,0xb8000000,0x03a5000b,0x54000f6c,0xc1ff43fd,0x0fcbf4dc,0x40f89007,0x3a500019,0x9000000e,0xed00005c,0xf52fd803,0xd0e50d70,0xfe7ff2fe,0xf0300d30,0xc01a42da,0x118f19f7,0x7c1c5c73,0x99517000,0xb9400000,0x03a5000b,0x5afddf62,0xc1ff3ffd,0x0fcbf4ac,0x40f89009,0x3a500019,0xc000000e,0xea00005f,0xf55fd803,0xb0e40d60,0xfe9ff6fe,0xe0300d30,0xc01a42da,0x118f19f6,0xac1d5c53,0x99517000,0xba500000,0x03a5000b,0x5efbff58,0xc1ff3dfd,0x0fcbf47c,0x42f86009,0x3a70001a,0x0000000e,0xea000062,0xf51fd703,0x80e80d40,0xfeaffafe,0xd0300d30,0xc01a42da,0x118f16f6,0x2c1d5c33,0x99517000,0xbb100000,0x03a4000b,0x5ffa9f50,0xc1ff3efd,0x0fccf45c,0x44f82007,0x3a80001a,0x1000000e,0xed000064,0xf50fd803,0x80e70d40,0xfeaffffe,0xa0300d30,0xc01a42da,0x118f11f5,0xfc1d5c13,0x98517000,0xbb600000,0x03a2000b,0x5df9cf4b,0xc1ff41fd,0x0fcff44c,0x43f7a004,0x3a70001a,0x1000000e,0xef000066,0xf4bfdb03,0xa0e50d70,0xfeb000fe,0xb0300d30,0xc01a42da,0x118f08f6,0x5c1c5c03,0x96517000,0xbb300000,0x03a0000b,0x56f9ef47,0xc1ff48fd,0x0fcdf42c,0x43f7c007,0x3a90001a,0x1000000e,0xed00006a,0xf4afdc03,0x60e80d40,0xfebffcfe,0x90300d30,0xc01a42da,0x118efaf7,0xbc1c5c13,0x93517000,0xba300000,0x039f000b,0x47fb0f46,0xc1ff57fd,0x0fc8f43c,0x45f8100a,0x3ab0001a,0x0000000e,0xec00006a,0xf51fdb03,0x50e20d40,0xfebff3fe,0x50300d30,0xc01a42da,0x118ee4fa,0x1c1b5c33,0x90517000,0xb8800000,0x039d000b,0x2ffd0f46,0xc1ff70fd,0x0fc3f44c,0x46f85010,0x3a800019,0xe000000e,0xe7000065,0xf42fde03,0xa0e40d80,0xfecfecfe,0x40300d30,0xc01a42da,0x118ecdfc,0xfc195c63,0x8b516000,0xb6700000,0x039a000b,0x13ff4f48,0xc1ff8afd,0x0fbff42c,0x48f89018,0x3a700019,0xf000000e,0xe1000064,0xf47fdc03,0xc0e20d90,0xfedfeafe,0x20300d30,0xc01a42da,0x118eb7ff,0xcc185c83,0x84516000,0xb4800000,0x0398000a,0xf9015f4a,0xc1ff9ffd,0x0fbbf42c,0x4ff88017,0x3ad00019,0xc000000e,0xe7000067,0xf4bfd703,0xc0e10d60,0xff0fe9fe,0x00300d30,0xc01a42da,0x118ea902,0x0c175c83,0x7a514000,0xb2f00000,0x0395000a,0xe602af4d,0xc1ffa7fd,0x0fbbf46c,0x51f8100f,0x3b100019,0x4000000e,0xf6000066,0xf47fd703,0xb0db0d60,0xfeffecfd,0xf0300d40,0xbb1982c7,0x110ea203,0x9c175c23,0x67510000,0xb1d00000,0x0392000a,0xda034f51,0xc26fb1fd,0x4fc4f41c,0x4bf78012,0x3af00019,0x5000000e,0xf5000062,0xf4dfdc03,0xb0d50d80,0xff0ff3fd,0xf0310d60,0xb618a2b0,0x106ea105,0x0c175b43,0x4a50a000,0xb0e00000,0x038e000a,0xd003cf57,0xc36fb9fd,0xcfccf3cc,0x4af73015,0x3b700019,0x3000000e,0xf6000061,0xf53fdc03,0x90d50d20,0xff3ff7fd,0xd0320d80,0xb017a293,0x0fcea506,0x4c1759e3,0x29501000,0xb0000000,0x0389000a,0xc8042f5d,0xc4efbdfe,0x9fccf3fc,0x4ff6f011,0x3be00018,0x9000000e,0xfe000066,0xf57fd903,0x80d80d00,0xff4ff9fd,0xb0330d90,0xa9169272,0x0f0ead07,0x6c185813,0x064f7000,0xaf300000,0x0384000a,0xc2045f64,0xc6dfbfff,0x8fccf41c,0x50f6c011,0x3be00018,0x4000000f,0x00000067,0xf51fd903,0x90d20d20,0xff4ff9fd,0xb0340db0,0xa215624d,0x0e4eba08,0x6c1955d2,0xe64ea000,0xae600000,0x037e000a,0xbe046f6c,0xc92fbf00,0xbfccf41c,0x50f6b011,0x3bd00018,0x3000000f,0x00000067,0xf51fd903,0x90d50d30,0xff8ffefd,0xd0360dd0,0x9b141224,0x0d8ecb09,0x4c1a5342,0xcc4dc000,0xad700000,0x0378000a,0xba045f75,0xcbefbd02,0x0fd0f3ac,0x4bf6901a,0x3bd00018,0x4000000e,0xfb000068,0xf58fd803,0x60d00d10,0xffc003fe,0x10380df0,0x9412c1f9,0x0caedf0a,0x0c1b5062,0xb34cc000,0xac600000,0x0372000a,0xb9041f7e,0xceefb903,0x8fd4f33c,0x48f69022,0x3bd00018,0x4000000e,0xf6000069,0xf5cfd603,0x10d80ce0,0xffc004fe,0x20390e20,0x8c1161ca,0x0bcef70a,0xbc1c4d32,0x9a4bb000,0xab700000,0x036b000a,0xb803bf89,0xd23fb405,0x2fd2f33c,0x4bf6b023,0x3bf00018,0x4000000e,0xf500006c,0xf5cfd302,0xf0da0cb0,0xffc005fe,0x303b0e40,0x840fe19a,0x0aef120b,0x6c1d49d2,0x7f4a9000,0xaac00000,0x0364000a,0xb8034f94,0xd5bfad06,0xdfcff33c,0x4ff6d026,0x3c100017,0xd000000e,0xf400006e,0xf67fd002,0xd0da0c80,0xffd005fe,0x303d0e60,0x7c0e6167,0x09ff2f0b,0xfc1f4642,0x5f497000,0xaa900000,0x035c000a,0xb902cf9f,0xd97fa608,0xafcff36c,0x4cf6d02e,0x3be00016,0xc000000e,0xf000006b,0xf6afd002,0xd0d70c90,0xfff005fe,0x90400e80,0x740ce133,0x090f4f0c,0x8c204282,0x39483000,0xab500000,0x0355000a,0xbb025fab,0xdd5f9d0a,0x8fcbf33c,0x4bf7303b,0x3bd00016,0x3000000e,0xe7000070,0xf73fce02,0x40d90c40,0x003001fe,0xa0420ea0,0x6c0b50fe,0x080f710d,0x1c213eb2,0x0d46f000,0xad100000,0x034d000a,0xbe01dfb8,0xe15f940c,0x7fc3f32c,0x4ef78044,0x3bf00015,0xa000000e,0xe5000072,0xf76fcc01,0xe0d90c00,0x00affafe,0x80440ed0,0x6409c0c9,0x071f940d,0xac233ad1,0xdd45b000,0xaf900000,0x0346000a,0xc2013fc5,0xe55f8b0e,0x6fbdf33c,0x51f7d04d,0x3c100014,0xb000000e,0xe700006d,0xf82fcc01,0xe0d40bd0,0x016ff1fe,0x20460ef0,0x5b082093,0x062fb80e,0x4c2436e1,0xa9446000,0xb2700000,0x033e000a,0xc6005fd3,0xe96f8210,0x5fc2f2ac,0x4df7c05f,0x3bf00013,0xb000000e,0xe900005c,0xf8afd302,0x20c60bd0,0x01afe8fd,0xe0480f10,0x5306905d,0x052fdd0e,0xec263311,0x71432000,0xb5700000,0x0336000a,0xcbfeffe0,0xed6f7912,0x4fc5f1bc,0x4bf7c072,0x3bf00013,0x9000000e,0xe500004d,0xf91fd902,0x60bc0bc0,0x016fdafd,0x404a0f30,0x4b050029,0x0430060f,0x9c272f41,0x3541e000,0xb9c00000,0x032f000a,0xcffbafee,0xf15f7014,0x3fcbf0ac,0x4bf7b086,0x3bc00014,0x6000000e,0xd7000037,0xf9bfe503,0x30a60c00,0x013fcffd,0x004d0f60,0x43038ff5,0x03403610,0x2c282b90,0xf140b000,0xbfb00000,0x0327000a,0xd5f74ffc,0xf53f6816,0x1fd1f00c,0x49f7e094,0x3b800014,0x9000000e,0xce000026,0xfa9fec03,0x909b0c30,0x013fccfd,0x204f0f80,0x3b020fc3,0x02506a10,0xcc2a2800,0xa93f9000,0xc5d00000,0x0320000a,0xdaf5500a,0xf8df6017,0xdfd5efbc,0x45f8309c,0x3b700014,0x8000000e,0xcc000020,0xfadfee03,0x50990c10,0x01afccfd,0x20500fa0,0x33009f93,0x01709f11,0x6c2b24b0,0x603e7000,0xca900000,0x0319000a,0xdff74019,0xfc5f5a19,0x8fd6effc,0x47f8609a,0x3bc00013,0x8000000e,0xd800001f,0xfb1fed03,0x209a0be0,0x028fc5fc,0xb0520fc0,0x2cff3f66,0x0090d211,0xfc2c21a0,0x193d6000,0xcc800000,0x0313000a,0xe5fa2027,0xff8f551b,0x1fd0f13c,0x50f8d092,0x3c600010,0xd000000e,0xf000001b,0xfbdfef03,0x60970bf0 +}; + +u32 ANIM_ENTRY_fire_turn_right1[] = +{ + 0x038fd6fe,0x60540960,0x0e022ff1,0x01971e80,0x03bd2060,0x223c5006,0xde1e4700,0x233f119e,0x8bfa2037,0x149f0106,0x1f89f56c,0x44fbc0a1,0x3dc00008,0x8000000f,0x6a000ff4,0xfe7ff202,0x302807e0,0x035ff6fe,0x90580930,0x0e002f70,0x0137257f,0xf3bd2000,0x223c2005,0xdf7e6c00,0x2315102e,0x85fa2039,0x14af2105,0x3f88f4fc,0x46fbd0a2,0x3de00009,0x3000000f,0x68000ffb,0xfe6fef01,0xe03007a0,0x034012fe,0x705c0960,0x10fe4ee1,0x01172c7f,0xd3bc1fc0,0x213bd005,0xe0ee9300,0x22e80e9e,0x7efa103a,0x148f4404,0x3f8af4ec,0x48fb80a3,0x3de00009,0x5000000f,0x62000ffc,0xfe5fee02,0x102c07b0,0x03402ffe,0x606109e0,0x13fc8e4b,0x01b7337f,0x93bc1f80,0x213b9004,0xe24ebc00,0x12ba0cfe,0x78fa103b,0x145f6903,0x2f8ef4dc,0x48fad0a4,0x3db00009,0x8000000f,0x5d000ffb,0xfe4fef02,0x403107d0,0x03304bfe,0x60650a10,0x13fabdee,0x02773b7f,0x53bc1f50,0x203b4004,0xe3aee500,0x128a0b5e,0x71fa103d,0x142f8e02,0x1f8ef4ac,0x48fac0a4,0x3da00009,0xb000000f,0x5a000ffd,0xfe3fee02,0x303307c0,0x034067fe,0x806709d0,0x0cf72d96,0x0447427f,0x13bc1f20,0x1f3af003,0xe51f0f00,0x125a09ae,0x6afa103e,0x13ffb301,0x0f8bf47c,0x4cfb509c,0x3e00000a,0x0000000f,0x69000002,0xfe3fe901,0xe0350780,0x033081fe,0x806809c0,0x09f55d74,0x05c74a7e,0xd3bb1ee0,0x1f3aa002,0xe67f3700,0x122c080e,0x64fa003f,0x13dfd7ff,0xef8bf46c,0x4dfb509e,0x3e10000a,0x2000000f,0x66000003,0xfe2fe701,0xd0340760,0x03209bfe,0x806909a0,0x09f25d65,0x08b7517e,0xa3bb1ea0,0x1f3a6002,0xe7df5e00,0x11ff067e,0x5dfa0041,0x13bffafe,0xef8ef43c,0x4cfb909a,0x3e10000a,0x6000000f,0x6e000002,0xfe2fe701,0xd0350770,0x0310b6fe,0x806a0980,0x09efad5f,0x0ae7577e,0x93bb1e40,0x1e3a3001,0xe93f8300,0x01d5050e,0x57f9f042,0x13c01bfd,0xff8ff3fc,0x4cfb309f,0x3df0000a,0xc000000f,0x65000003,0xfe1fe601,0xb0390760,0x0300d0fe,0x806a0960,0x08ee5d5a,0x0bb75d7e,0xb3ba1dd0,0x1f3a1001,0xea9fa500,0x01af03ae,0x52f9e044,0x13f039fd,0x1f8ff3dc,0x4efb20a0,0x3e00000b,0x0000000f,0x61000005,0xfdffe501,0xb03c0760,0x02e0edfe,0x706b0910,0x09ed1d54,0x0cf7627e,0xf3ba1d40,0x203a1000,0xebffc200,0x018e028e,0x4df9d045,0x146052fc,0x6f9af33c,0x4bfaf0a5,0x3dc0000b,0xc000000f,0x5a000fff,0xfdefe801,0xf03a0780,0x02f10efe,0xc06b0890,0x05ebbd4b,0x0e57667f,0x73b91c90,0x213a2000,0xed5fdb00,0x0173018e,0x48f9c046,0x150068fb,0xdfa5f21c,0x44f960b4,0x3d30000c,0xd000000f,0x47000ffc,0xfdefea01,0xd03a0770,0x034128ff,0x10690870,0x00e9dd3e,0x0ff76980,0x33b81bb0,0x233a6000,0xeeafee00,0x015e00be,0x44f9a048,0x15e077fb,0x8fa2f1bc,0x41f9b0c2,0x3d00000d,0x0000000f,0x36000000,0xfdefe801,0xb0420730,0x037138ff,0x206b091f,0xfee74d3c,0x12376a81,0x43b71aa0,0x263ac000,0xeffffa00,0x0152003e,0x42f97049,0x172081fb,0x7f8bf23c,0x45f9c0df,0x3cb0000c,0x6000000f,0x0300000e,0xfe0fe701,0xe0530720,0x03a149ff,0x206d09af,0xfee52d3f,0x14376a82,0xa3b61960,0x2a3b4000,0xf1300000,0x014e000e,0x40f9404b,0x18b084fb,0x9f72f2bc,0x4bf9f0f7,0x3c90000b,0xc000000e,0xdb00001d,0xfe1fe602,0x207d0710,0x03c124ff,0x407b0d3f,0xf8e20d44,0x17276a84,0xe3b617a0,0x2f3c1000,0xf2c00000,0x014ffffe,0x3df9104d,0x1b1084fc,0x0f2ff32c,0x4efd5123,0x3d40000b,0xa000000e,0xb200001e,0xfe0fee02,0xa07a06e0,0x03f0f6ff,0xa08a111f,0xf1df5d4c,0x19a76786,0xd3b41630,0x343cd000,0xf3c00000,0x0153000e,0x3ef8d04e,0x1d5082fc,0x8ee8f39c,0x50013145,0x3e20000b,0x9000000e,0x9a00001d,0xfddff503,0x406e06a0,0x0410f6ff,0xa091123f,0xedde1d55,0x1a975987,0x53ae15a0,0x333d2000,0xf3800000,0x015e000e,0x49f89050,0x1e707efc,0xdec7f45c,0x54024148,0x3e60000b,0x3000000e,0x9b000023,0xfd9ff103,0xd0690680,0x0420d8ff,0x80a2145f,0xe6dbbd6d,0x1c374488,0xb39f1490,0x303da000,0xf3200000,0x0181000e,0x5df7d059,0x21006cfd,0xbe84f61c,0x5a03d148,0x3ec0000a,0x4000000e,0xa300002b,0xfd0fea05,0xd05c0640,0x0400baff,0x40b315df,0xe6db1d87,0x1c57348b,0x038e14f0,0x373d5000,0xf3c00000,0x01a1000e,0x70f6d064,0x222054fe,0xae50f7bc,0x5b040148,0x3e800009,0x7000000e,0xa8000026,0xfc8fe508,0xe0530630,0x03b069ff,0x30ce173f,0xe8ddcdc1,0x19573d8f,0xc3691680,0x603cb000,0xf5600000,0x01b9000e,0x6af5a080,0x23f02800,0xddf5fa6c,0x5b004152,0x3d400008,0xc000000e,0x90000018,0xfbffd411,0xd0570670,0x035009ff,0x60dc189f,0xdce11e00,0x16073493,0x833816a0,0x793ce000,0xf5b00000,0x01d3000e,0x7bf4c0a3,0x272ffe03,0xbd7afedc,0x5dfa4157,0x3c700008,0xb000000e,0x6a000023,0xfaafaf1b,0xc0690630,0x02bfd2ff,0x50dc197f,0xd1e38e2b,0x14171c95,0xc3131830,0x813c5000,0xf5b00000,0x01ec000e,0xa9f440bc,0x261fe505,0x2d2c026c,0x61f7514f,0x3d400009,0xc000000e,0x54000029,0xf94f981e,0x60770500,0x011f62fe,0xd0e71a9f,0xd1e83e90,0x0fe7a299,0x62fc1b20,0x963bd000,0xf5e00000,0x0211000e,0x69f8110b,0x21ffa606,0xfcf7054c,0x74f90127,0x4200000e,0x0000000e,0x5d000fe3,0xf5ef9c14,0x106e0160,0xffff0afe,0x40e21a9f,0xceec0ef5,0x0c28099c,0x62db1d00,0xb13c5000,0xf5b00000,0x022e000e,0x59fb413f,0x1c1f72ff,0x3cf807cc,0x47fb70f3,0x44b0000b,0x3000000e,0x71000f81,0xf5cfad09,0xe0460010,0xfefebefd,0xf0cc196f,0xc3ef2f61,0x08d8699f,0x92d11f50,0xeb3c2000,0xf4400000,0x0247000e,0x3900414c,0x12bf5cf9,0x5d2c072c,0x52fe30c3,0x44c00011,0xd000000e,0x79000eff,0xf5dfca04,0xf02f0070,0xfe6e78fe,0x00b817cf,0xbaf24fc8,0x05d8c1a2,0xf2d621f1,0x4a3b1000,0xf14002ff,0xf25c000e,0x05074141,0x057f5af5,0x0d79038c,0x6a01b0b7,0x4410001b,0xb000000e,0x60000e7c,0xf66fde03,0xf04b0130,0xfe9e45fd,0xc0a4167f,0xb9f46015,0x03b914a6,0x72e62481,0xb3397000,0xedb003ff,0xf272000d,0xcc0e8129,0xf73f6af2,0x1db1ff7c,0x8c0430b4,0x43700024,0x5000000e,0x4f000e31,0xfabfc805,0xb0750200,0xfede2afd,0x7091151f,0xc1f5b04d,0x02b964a9,0xe2fb2662,0x0f37a000,0xea9003ff,0xf28b000d,0x9e14610f,0xeabf81f0,0x6dd0fc3c,0xa604e0b1,0x42600028,0xe000000e,0x48000e18,0xffffa808,0x808c02e0,0xff0e00fd,0x1071125f,0xd5f7c0a4,0x01a9b4ad,0x43112722,0x4435e000,0xe8e00000,0x02aa000d,0x891730fc,0xe27f8fef,0xedf9f5fc,0xdf04f0b2,0x40b0002f,0x8000000e,0x40000e1f,0x07ef840d,0x20990450,0xffbdf9fc,0x7060107f,0xe4f880d2,0x00ea0cb0,0xd3352682,0x5833ffff,0xe89ff700,0x02ddffed,0x8e17b0f0,0xdd5f76f0,0x4e14f20d,0x0a0500ad,0x40100031,0xf000000e,0x49000e43,0x0b5f7b0f,0x509b0560,0x018df1fb,0x004d0e3f,0xfcf870fd,0xff7a6ab4,0xa37124e2,0x65319fff,0xe89fe800,0x0323ffdd,0x9d17e0e6,0xd8af37f0,0xfe40eccd,0x4a056098,0x3ff00033,0xb000000e,0x6c000e7d,0x0def6f11,0x009806e0,0x01be02fa,0xe0480db0,0x01f87106,0xff2ac2b8,0x43b422d2,0x6e2f2fff,0xe8bfd800,0x036dffbd,0xb017d0dc,0xd48ee9f1,0xfe46ec2d,0x55057093,0x3ff00032,0xf000000e,0x74000e8a,0x058f6c11,0x60980730,0x019df8fa,0x60420ca0,0x1af81122,0xff1b09bb,0x33ee20f2,0x772d2fff,0xe8dfc900,0x03abffad,0xc217b0d2,0xd11ea5f3,0x0e98ebed,0x3905e07d,0x3ee0002c,0x7000000e,0x82000e85,0x006f4a13,0x409808e0,0x013dedfa,0x203e0b90,0x30f7b13e,0xff0b35bc,0xe4101fd2,0x842befff,0xe8bfbd00,0x13cdffcd,0xcc1770c8,0xcece82f3,0xdef2ec2d,0x11064069,0x3da00026,0x4000000e,0x8c000e7c,0xfb0f2a15,0x209b0ab0,0x007dfbfa,0xb0400b50,0x32f7a148,0xfeab32bd,0x241e2082,0x982c1fff,0xe84fb700,0x13d2002d,0xce16c0be,0xcd4e7ef4,0x9f03ed8c,0xfe067067,0x3cf00022,0xe000000e,0x8a000e7b,0xf6ff2d15,0x80a00b30,0xff2dfcfb,0xd0430a50,0x35f76162,0xfe4afcbc,0x14262362,0xb52dbfff,0xe76fb300,0x13c700bd,0xcb1540b2,0xcc1e83f5,0x9f60ef6c,0xc006f062,0x3b50001d,0x4000000e,0x85000e99,0xf30f4716,0x30b00ca0,0xfe6e01fc,0xd03b0900,0x35f7417b,0xfeca9fba,0x042b27e2,0xd8309fff,0xe65fb200,0x13af019d,0xc31330a5,0xcb2e8ff6,0xbf90efcc,0xa907a05c,0x3a30001b,0xc000000e,0x85000efe,0xf6af7116,0x30c50dc0,0xff0e05fc,0xa01a0780,0x4ef8918c,0x003a27b7,0x442d2d82,0xfd342fff,0xe50fb200,0x138d029d,0xb910d099,0xca6ea0f7,0xef88eddc,0xab078066,0x3930001f,0xa000000e,0x7a000f63,0xf5bf9017,0x50d70f40,0xff7e05fc,0xbff806a0,0x6efaa195,0x0149a1b4,0x142c33a3,0x22382000,0xe3afb300,0x136703cd,0xac0e308c,0xc9feb4f9,0x1f90eccc,0xa6086078,0x38e00022,0x1000000e,0x6c000fab,0xf4efa517,0x80e71030,0xff1e10fd,0x5feb06f0,0x78fbd192,0x01f91ab0,0xa42939c3,0x453c3000,0xe23fb400,0x0340051d,0x9e0bb081,0xc9bec8fa,0x2f6fee0c,0xb80a707e,0x39b00020,0xe000000e,0x69000fcf,0xf53fa415,0xc0ee0fa0,0xff1e00fd,0x3fd30720,0x88fcc18b,0x04889cad,0x64253f53,0x633fe000,0xe0efb500,0x031b067d,0x90097078,0xc9bedafa,0xff6cef7c,0xb20cf071,0x3a700020,0x3000000e,0x79000fdd,0xf4cfa713,0x40f00f70,0xff3df9fc,0x9fc306b0,0x93fc2189,0x072836aa,0x742143d3,0x7a42e000,0xdfcfb400,0x02fe07ed,0x8407b071,0xc9fee8fb,0x7f91eefc,0x910d5066,0x39f00021,0xd000000e,0x85000fb9,0xf31fbe13,0x10e61020,0xff3df8fc,0x2fbf0660,0x96fb618a,0x0837f3a8,0x241e46a3,0x8644e000,0xdedfb100,0x02ea095d,0x7906a06c,0xca6eeffb,0x9f97eebc,0x820cd065,0x39500022,0x5000000e,0x88000f9d,0xf34fd313,0xb0da10a0,0xff3df9fc,0x3fbb06a0,0x92fbb183,0x0817dfa6,0xc41b4753,0x85457001,0xde4fac00,0x02e50abd,0x7106706b,0xcb1eeefb,0x2f98eefc,0x840d2064,0x39700021,0x8000000e,0x8e000fa5,0xf3cfdc12,0xb0cc1010,0xff4dfafc,0x3fb806e0,0x90fc017d,0x0857eda5,0xe41b4673,0x7944f001,0xdddfa200,0x02ea0c7d,0x6a06f06c,0xcd3ee3f9,0x5f8eefbc,0x8a0d8063,0x39b00020,0x1000000e,0x91000fb0,0xf48fdb12,0x00c70fc0,0xff8dfafc,0x9fac0730,0x8bfc4176,0x09a802a5,0x241b4523,0x66441001,0xdd8f9600,0x02f30e9d,0x6307d06f,0xd13ed1f5,0xff74f0bc,0x9f0e9061,0x3aa0001e,0x2000000e,0x97000fca,0xf56fcb10,0x80ca0f00,0xff8df8fc,0xffa50780,0x85fc416e,0x0a581ba4,0x74194373,0x4c430001,0xdd3f8a00,0x02ff10ad,0x5d08f074,0xd61ebaf2,0x1f5bf1bc,0xaf0f8061,0x3b60001c,0x7000000e,0x99000fde,0xf63fbf0f,0x80cd0e60,0xff6df4fd,0xaf970850,0x72fc6151,0x0b6834a4,0x04164173,0x2e420002,0xdd2f7e00,0x030d123d,0x590a407b,0xda8ea3ee,0xdf38f30c,0xc010c065,0x3c40001a,0x5000000e,0x96000ff9,0xf7dfb10e,0x30d20d90,0xff5df3fd,0xcf880930,0x66fd4131,0x0c7849a3,0xe40e3f53,0x0c412002,0xdd4f7500,0x031f12cd,0x5b0ba082,0xdd7e8ded,0x6f2af3cc,0xc4113064,0x3ca00019,0x0000000e,0x97000003,0xf88fac0d,0xc0d40d60,0xff6df2fd,0xbf7f0990,0x6efe3118,0x0cb85aa4,0x63f73c82,0xdb407001,0xde1f7000,0x133710bd,0x6c0da08e,0xdede73ee,0x1f29f3dc,0xc4111063,0x3ca00019,0x0000000e,0x99000002,0xf83fad0d,0xf0d20d90,0xff6df2fd,0xaf7d09b0,0x72fea10c,0x0ce86aa5,0x73ce38d2,0x973fe001,0xdfaf6d00,0x13570bdd,0x8d10509f,0xdfbe52f0,0x2f2af3ac,0xc5110063,0x3c900019,0x4000000e,0x9a000001,0xf87fad0e,0x10d10db0,0xff6df2fd,0xaf7809f0,0x64fe20fe,0x0d9879a6,0xa3a034e2,0x4c3f6001,0xe16f6a00,0x137d05fd,0xb21300b0,0xe06e30f2,0xcf29f3dc,0xc4110062,0x3c800018,0xf000000e,0x9b000002,0xf86fac0e,0x40d20e20,0xff6df2fd,0xaf750a00,0x5bfda0f5,0x0e0886a7,0xa37b3122,0x083ed000,0xe2df6800,0x13a500ed,0xd11520bd,0xe11e13f5,0x5f29f3ec,0xc5110062,0x3c800018,0xf000000e,0x9c000003,0xf82fab0e,0x60d30e50,0xff5df2fd,0xaf7409e0,0x57fd80ef,0x0e588fa8,0x136c2e21,0xd63e2000,0xe36f6400,0x13cbfe6d,0xde15f0c1,0xe1fe00f7,0x0f2bf3bc,0xc510e061,0x3c800019,0x4000000e,0x9d000004,0xf86fab0e,0x60d20e60,0xff3df7fd,0x9f740980,0x55fe80e8,0x0e9894a7,0xb37a2bb1,0xb33d4001,0xe2bf5d00,0x13f5fe0d,0xce14e0b3,0xe31df7f8,0x0f31f39c,0xc510505b,0x3c500019,0x6000000e,0xa5000003,0xf83fab0e,0xb0cc0e90,0xff6dfefd,0x5f740900,0x560070e8,0x0e3896a6,0xc39b2951,0x943c2001,0xe12f5500,0x1425fded,0xa9126095,0xe45df1f8,0xdf39f3bc,0xc20f9055,0x3bf00019,0x2000000e,0xae000002,0xf81fad0f,0x00c90ee0,0xff8e03fd,0x1f7408b0,0x570150ed,0x0e1897a5,0x93c32741,0x7a3b0002,0xdf3f4c00,0x2453fe0d,0x7d0f5071,0xe59dedf9,0x7f42f3ac,0xbe0f2051,0x3bd00019,0x1000000e,0xb3000002,0xf80fae0f,0x30c80f20,0xff9e0bfc,0xff730840,0x570130f0,0x0e1897a4,0x73e425a1,0x663a2002,0xdd8f4500,0x2477fe2d,0x580ca04f,0xe6ddebf9,0xef52f2dc,0xb90e604f,0x3b70001a,0x3000000e,0xb5000fff,0xf7afb00f,0x90c60f70,0xff9e25fd,0x1f6e06a0,0x540150f5,0x0d1899a3,0x93f224b1,0x5939b003,0xdc9f4400,0x2486fe4d,0x470b303b,0xe80deafa,0x0f6af24c,0xab0c5048,0x3ab00019,0xc000000e,0xbd000ff8,0xf7cfb310,0x10c30fc0,0xffde37fd,0x1f6605b0,0x5301e0fe,0x0a989aa3,0x03e72441,0x5239e003,0xdc6f4900,0x2483fe4d,0x4c0b0032,0xe95deaf9,0xff80f1ac,0xa40b503d,0x3a70001a,0x0000000e,0xcb000ffb,0xf7dfb20f,0xe0c20fc0,0x000e3afc,0xef600620,0x55021101,0x08c899a2,0x73cb2421,0x4f3a5002,0xdc6f5400,0x2478fe5d,0x5b0b102c,0xeacdecf9,0xaf82f17c,0xa40b0039,0x3a60001a,0x4000000e,0xcf000ffc,0xf7cfb30f,0xf0c11000,0x000e39fc,0xdf5d06f0,0x58021100,0x07f89aa2,0x03a62411,0x4e3b0002,0xdc9f6200,0x2467fe6d,0x6f0b6028,0xec2df0f9,0x3f80f15c,0xa60af03c,0x3a60001a,0x9000000e,0xcc000ffd,0xf76fb310,0x20c01010,0x000e39fc,0xdf5e0760,0x59023100,0x07789ca1,0xc3812421,0x4e3bb002,0xdcff6f00,0x2455fe7d,0x840ba026,0xed1df6f8,0xcf7df12c,0xa80b003e,0x3a60001a,0xd000000e,0xca000ffe,0xf73fb310,0x20c01020,0x001e39fc,0xdf5d0790,0x570270fe,0x0738a2a1,0xd3642431,0x4d3c5001,0xdd9f7900,0x2446fe9d,0x960bc024,0xed6dfdf8,0x7f7af17c,0xa90b003f,0x3a60001a,0x3000000e,0xcb000002,0xf78fb210,0x10c01010,0x002e39fc,0xdf5c07d0,0x570310f9,0x06f8aea2,0x73512441,0x4b3cc001,0xdebf7e00,0x2438fecd,0xa40ba023,0xeb2e09f8,0x8f6ef16c,0xaf0b103f,0x3a70001a,0x1000000e,0xcb00000b,0xf81fb20f,0xf0c01000,0x001e38fc,0xdf5d07f0,0x560340f8,0x0738bfa3,0xd3432461,0x493d3001,0xe0bf7f00,0x242aff1d,0xb40b4023,0xe61e1cf8,0xdf6af12c,0xb30b4041,0x3a90001a,0x6000000e,0xca00000c,0xf84fb10f,0xd0c00ff0,0x001e37fc,0xdf5c0810,0x520360f8,0x0798d7a5,0x83352481,0x473db001,0xe33f8100,0x141cff6d,0xc50ad023,0xe02e32f9,0x3f64f17c,0xb50b8043,0x3ac00019,0xa000000e,0xc800000d,0xf8cfaf0f,0xa0c00fd0,0x001e37fc,0xcf5b0810,0x510360f8,0x07b8f3a7,0x332324a1,0x483e2000,0xe60f8400,0x140dffad,0xd50a4025,0xdb4e46f9,0x7f63f18c,0xb50b9045,0x3ae00019,0x7000000e,0xc700000e,0xf8cfaf0f,0x90c10fc0,0x001e3afc,0xcf5b0810,0x4f03a0f7,0x07d912a8,0xa30824c1,0x4a3ea000,0xe8df8d00,0x13fdffbd,0xe409b028,0xd92e51f9,0x6f66f17c,0xb60b7046,0x3b000019,0x3000000e,0xc6000010,0xf8ffae0f,0x70c30f90,0x001e3efc,0xcf5c0810,0x4d0410f6,0x07f947a9,0xd2c324d1,0x543f5000,0xec7fac00,0x13e9ff9d,0xf109202b,0xd95e53f9,0x6f65f13c,0xb90b5047,0x3b200019,0x5000000e,0xc5000012,0xf96fad0f,0x50c50f50,0xfffe41fc,0xdf5d0800,0x4d04c0f5,0x081994aa,0xf24d24d1,0x63401fff,0xf10fe400,0x13d1ff3d,0xfb08c02f,0xda2e51f9,0x6f65f13c,0xbb0b4049,0x3b400019,0x5000000e,0xc2000015,0xf94fac0f,0x40c60f30,0xffae47fd,0x0f610840,0x4c0630f5,0x0899e6ac,0x11cc24e1,0x7340efff,0xf5902200,0x13bafede,0x03088034,0xdb4e4df9,0x7f62f1bc,0xbd0b404a,0x3b900018,0x3000000e,0xbc00001d,0xfa4fa80e,0xe0ca0ec0,0xff7e4cfd,0x1f680930,0x470650f1,0x091a26ac,0xe16324e1,0x81417ffe,0xf9105500,0x13a8fe7e,0x07088039,0xdc8e49f9,0x6f61f1cc,0xc20b7048,0x3c000018,0x2000000e,0xba000024,0xfa6fa40e,0x70d00e60,0xff8e4ffc,0xff690a40,0x450580e6,0x08da41ad,0x513724c1,0x8741dffe,0xfa806b00,0x13a0fe5e,0x0608c03f,0xddbe46f9,0x2f64f1ac,0xc20b6044,0x3c100018,0x6000000e,0xbd000025,0xfa0fa50e,0x60d50e60,0xff8e50fd,0x0f660ab0,0x470530dd,0x086a3bad,0x61442481,0x8341cffe,0xfa105d00,0x13a3fe6d,0xfe09a046,0xdf1e43f8,0x7f62f19c,0xc40b7043,0x3c200018,0x6000000e,0xbf000029,0xfa8fa40e,0x40d70e20,0xff6e50fd,0x3f660b00,0x4b0540d9,0x07ca27ad,0x31652421,0x79418fff,0xf8b03b00,0x13adfe9d,0xf10af04f,0xe0ce3ff7,0x5f58f20c,0xc70ba044,0x3c400017,0xa000000e,0xbe000032,0xfb2fa10e,0x00d80de0,0xff6e4ffd,0x4f680b70,0x4c0590d5,0x06ea0aac,0xe19323c1,0x6b413fff,0xf6d01000,0x13bbfeed,0xe20c6059,0xe27e3bf6,0x1f4cf23c,0xcc0bc047,0x3c400017,0x4000000e,0xbb00003e,0xfb3f9e0e,0x00da0de0,0xff7e4efd,0x4f6a0ba0,0x4c0560d7,0x06b9ebac,0x71c42361,0x5e40cfff,0xf4cfea00,0x13c9ff3d,0xd50da061,0xe3ce3af5,0x1f49f21c,0xce0be048,0x3c300017,0x7000000e,0xb9000041,0xfb2f990e,0x00dc0df0,0xff6e4cfd,0x6f6a0b90,0x4b04f0da,0x06c9ceab,0xf1f02331,0x54406fff,0xf2efd400,0x13d3ff7d,0xd00e6068,0xe45e3bf4,0xaf45f24c,0xce0c0049,0x3c300017,0x1000000e,0xb9000041,0xfb3f930e,0x00dd0de0,0xff7e4afd,0x5f6c0b30,0x4c04b0e0,0x06d9adab,0x421c2341,0x4d400fff,0xf0dfcd00,0x13dcffcd,0xd30ea06d,0xe40e40f4,0xdf47f1fc,0xce0bf04a,0x3c100017,0xc000000e,0xb900003c,0xfadf950e,0x40dd0e00,0xffbe49fc,0xef710a80,0x5504a0ea,0x06b985aa,0x424f2381,0x463fafff,0xee5fc800,0x13e6000d,0xdd0eb072,0xe30e48f5,0x7f51f0ec,0xcb0b8048,0x3bc00019,0xa000000e,0xbc00002e,0xf9cf9d0f,0x00db0e90,0xffde48fc,0xbf7409f0,0x5a0470f4,0x06b95ea9,0x427e23d1,0x403f3fff,0xebffc700,0x13ee005d,0xe90ea076,0xe1ce52f6,0x4f5af0cc,0xc70b5046,0x3b900019,0xc000000e,0xbe000028,0xf98fa00f,0x50da0ed0,0xffce49fc,0xbf7a0900,0x5f034105,0x068941a8,0x72a22401,0x3d3eefff,0xea2fc900,0x13f3008d,0xf30e6078,0xe0be5df7,0x2f5af0cc,0xc60b4046,0x3b800019,0xc000000e,0xbe000027,0xf98fa10f,0x60d90ee0,0xffce4afc,0xbf7e08a0,0x6302210d,0x060936a8,0x12af2401,0x3e3ebffe,0xe97fcf00,0x13f300ad,0xf80e0076,0xe02e68f7,0xdf5cf0bc,0xc60b3046,0x3b800019,0xd000000e,0xbf000027,0xf99fa20f,0x60d90ee0,0xffde4ffc,0x9f800870,0x6500510e,0x05996da8,0x527723c1,0x463eaffe,0xebdfed00,0x13eb00ad,0xf50d706f,0xe00e73f8,0x5f62f05c,0xc60ae044,0x3ba0001a,0x3000000e,0xc2000028,0xf99fa20f,0x40d80ed0,0xffbe55fc,0xaf860870,0x63fd3111,0x0499eda9,0x01f22331,0x543eaffe,0xf1402a00,0x13da007d,0xed0c9064,0xe00e7ef8,0xcf64f09c,0xc50ab047,0x3bc00019,0x6000000e,0xbd00002b,0xfa1fa10f,0x10d80eb0,0xff8e57fc,0xcf8f08a0,0x5ffaf115,0x03aa86a9,0xe1542291,0x663ebffd,0xf7c06f00,0x13c4004d,0xe30b7055,0xe03e8af9,0x4f5ff0dc,0xc80ae04b,0x3c000018,0xc000000e,0xb7000032,0xfa7f9e0e,0xb0d90e70,0xff0e61fc,0xff9e0840,0x53f90107,0x024b06aa,0x80d02211,0x7b3efffd,0xfd30a900,0x03a8001d,0xdc0a2044,0xe09e98f9,0xcf62f14c,0xc80ac050,0x3c900017,0xe000000e,0xa800003b,0xfb3f980e,0x10dc0e00,0xfdfe71fd,0x6fae0740,0x4df88100,0x01cb3baa,0xa09921c1,0x913f5ffd,0xff70c000,0x0389fffd,0xdb08a035,0xe13eaafa,0x6f68f13c,0xca0a7057,0x3d400017,0xd000000e,0x90000046,0xfd6f8e0d,0x30df0d40,0xfd3e87fd,0xcfb705d0,0x4af8c109,0x019af7a9,0x60df21b1,0xae401ffe,0xfb50a600,0x035bffed,0xe706c025,0xe24ec1fb,0x3f71f06c,0xd20a106d,0x3e600018,0xe000000e,0x57000057,0xfd9f7f0b,0xf1030c20,0xfd0e9dfd,0xdfbb0490,0x4af8f119,0x013a52a6,0xa18821e1,0xd4415fff,0xf1806600,0x031affed,0xfe047015,0xe3eedefc,0x3f7ff03c,0xd6097074,0x3f300018,0xa000000e,0x3e000063,0xfdef720a,0xc1140b40,0xfcfea5fd,0xcfbe0410,0x4cf8e120,0x010984a2,0xf2542211,0xfb42a000,0xe5c01a00,0x02d2fffe,0x1901d003,0xe60f00fd,0x4f87f02c,0xd6093075,0x3f700018,0x7000000e,0x38000064,0xfe1f6e0a,0x81160b00,0xfc7eb4fe,0x3fc70310,0x4ef8b12c,0x0068c59f,0x03062242,0x1843a002,0xdbdfd900,0x0290fffe,0x30ff1ff2,0xe88f25fe,0x4f8fef9c,0xd908c08b,0x40300018,0xb000000e,0x1000006c,0xfeaf6309,0xa11f09d0,0xfbfec4fe,0xbfd20210,0x4ff8a139,0xffa84e9b,0x735f2242,0x2543f002,0xd7afbc00,0x0263000e,0x3cfc8fe1,0xeb5f4bff,0x1f95eeec,0xdd0860a3,0x41000019,0x0000000d,0xe4000075,0xff4f5708,0xb12d0860,0xfbcecefe,0xbfdc01b0,0x4df8b141,0xff181498,0x03722222,0x1a42d002,0xd7ffc0ff,0xf248fffe,0x3bf9efd0,0xefaf78ff,0x8f96ee6c,0xe10800ae,0x41600019,0x3000000d,0xd100007d,0xffaf5208,0x013307a0,0xfbbee7fe,0x7ff800d0,0x4df8714f,0xfdd7e594,0x637f21d2,0x00403002,0xd92fcdff,0xf232fffe,0x35f73fbf,0xf5dfadff,0xbf9ded9c,0xeb0740bb,0x42800018,0xd000000d,0xbb00008f,0x00ef4906,0x613d0600,0xfbbf0cfd,0xf014ff90,0x52f7a155,0xfcc7c090,0xd3862171,0xde3cd001,0xdabfdfff,0xf220fffe,0x2cf48fad,0xfc8fe6ff,0xafb7ecdc,0xe80590c3,0x43300017,0x3000000d,0xb3000095,0x02df4305,0x013a04e0,0xfb8f36fe,0x102cfe20,0x51f74156,0xfc279f8d,0x938d2111,0xbb398000,0xdc5ff100,0x0210fffe,0x23f21f9d,0x02801cff,0xbfd7eb8c,0xd60340d9,0x42e00015,0xc000000d,0x9f000095,0x050f3f04,0x61380410,0xfb8f59fe,0x7048fd10,0x52f6c154,0xfab7818a,0xf39420c1,0x9e370000,0xdda00000,0x0201000e,0x1bf01f8e,0x06b047ff,0xffe9ea5c,0xc80160f8,0x42700014,0xc000000d,0x7c00009e,0x06df3b03,0xb1450350,0xfbff7dfe,0xb057fc70,0x50f5d14a,0xf9a76488,0xe39d2071,0x87354fff,0xdea00a00,0x01f2001e,0x17ee7f81,0x09606900,0x5ffde9bc,0xbaff7107,0x41e00012,0xf000000d,0x780000a5,0x085f3903,0x013f02b0,0xfccfbcff,0x0066fb90,0x4ff46132,0xf8574a87,0x03a52021,0x7233bfff,0xdf901200,0x01e5002e,0x13ecff75,0x0be08700,0xc020e92c,0x9cfc10fd,0x40e0000f,0x5000000d,0xb10000af,0x0a9f3b01,0xf12201b0,0xfd0fd2ff,0x6074fb30,0x50f3f117,0xf7d73285,0x43ac1fe1,0x5e325ffe,0xe0601900,0x01da004e,0x10ebbf6a,0x0e10a201,0x2023e92c,0x81fa00f6,0x4050000c,0xf000000d,0xd90000c3,0x0a0f5100,0xc10700b0,0xfdaff3ff,0xd087fb10,0x4bf360f4,0xf7671b83,0xc3b21f91,0x4c311ffe,0xe1201f00,0x01d1007e,0x0eea9f61,0x1010ba01,0x9002e94c,0x65f7f0f1,0x4010000b,0x1000000e,0x050000ea,0x071f7afe,0xa0eeff40,0xfeb00a00,0x208ffbf0,0x4ff280ca,0xf6870782,0x53b81f51,0x3a2ffffe,0xe1d02300,0x01c900ae,0x0ce99f58,0x11d0cf01,0xffd1e90c,0x50f620ee,0x3fc0000a,0xb000000e,0x300000eb,0x02cf9bfd,0x20cefe10,0xfec00c00,0xa098fcf0,0x4bf200ab,0xf6a6f581,0x23bd1f01,0x2a2efffe,0xe2702600,0x01c300ee,0x0ce8cf51,0x1360e002,0x5fa5e84c,0x4af580f4,0x3f80000c,0xc000000e,0x410000cd,0xff6fa6fc,0x10aefd00,0xfed00500,0xc09ffd80,0x47f1f09c,0xf706e580,0x13c11ec1,0x1a2e2ffd,0xe3002800,0x01be013e,0x0ce81f4a,0x14c0ef02,0xaf8fe82c,0x4cf540f5,0x3fb0000e,0x1000000e,0x4e0000b8,0xfdcfa7fb,0x20a1fc60,0xff601400,0xa0b1fed0,0x43f1f082,0xf7c6d77f,0x23c41e81,0x0c2d7ffd,0xe3802900,0x01bb018e,0x0de79f45,0x15f0fb03,0x0f69e8bc,0x57f4d0f0,0x40900010,0x2000000e,0x77000090,0xfb2fa4f9,0x3087fb70,0xffb01f00,0xa0adfed0,0x3ef28083,0xf846ca7e,0x53c71e40,0xff2cdffd,0xe3f02800,0x01b901de,0x0ee73f40,0x17010403,0x6f67e95c,0x53f350e8,0x40a00011,0x1000000e,0x9400008a,0xfacfa4f8,0x9078fb20,0xffa04100,0xa0aafea0,0x36f39086,0xf8e6bf7d,0xb3c91e00,0xf32c6ffd,0xe4602700,0x01b9023e,0x10e6ef3d,0x17e10a03,0xcf6fea5c,0x45f080da,0x40200013,0x3000000e,0xba00007e,0xfa4fa9f7,0xf060fac0,0xff703800,0xb0acfe80,0x34f3f086,0xf906b67d,0x33ca1dc0,0xe72c0ffd,0xe4b02400,0x01ba029e,0x13e6cf3a,0x18a10e04,0x1f76ea7c,0x3fefb0d6,0x3fd00014,0x0000000e,0xc0000078,0xfa2fadf7,0xf05afab0,0xff804500,0xd0adfed0,0x34f5a08b,0xf8e6ae7c,0xc3cb1d80,0xdd2bcffd,0xe5002000,0x01bb030e,0x17e6bf38,0x19310f04,0x7f77eacc,0x41ee50d4,0x3fb00016,0x4000000e,0xd1000071,0xf97faef7,0x204ffa40,0xffd05301,0x00adff30,0x34f74092,0xf8c6a87c,0x73cc1d40,0xd32baffd,0xe5401c00,0x01bf037e,0x1be6df36,0x19b10e04,0xcf74eafc,0x47ed50d5,0x3fe00018,0x4000000e,0xe300006e,0xf8dfacf6,0x0045f9a0,0x00304901,0x30a9ff20,0x31f7709b,0xf8a6a37c,0x43cb1d00,0xcb2b9ffd,0xe5701600,0x01c303ee,0x1fe70f36,0x1a010b05,0x2f6eeb1c,0x4fed70d9,0x40600018,0xc000000e,0xec000071,0xf8cfa8f5,0x1043f930,0x00a05d01,0x50a1feb0,0x2ff7e0b3,0xf8569f7c,0x33cb1cd0,0xc22b9ffd,0xe5901000,0x01c8046e,0x24e74f36,0x1a410505,0x7f71eb9c,0x59ec20d7,0x40c0001a,0x2000000f,0x0100006a,0xf8bfabf3,0xe03cf8a0,0x00407f00,0xc09dfdd0,0x36f860d9,0xf8269d7c,0x33ca1c90,0xbb2bbffe,0xe5b00900,0x01ce04ee,0x2ae7af37,0x1a60fe05,0xdf94ec9c,0x4de810c8,0x3fb0001b,0xa000000f,0x11000046,0xf8efcaf4,0x9034f930,0xffe08a00,0x609efdb0,0x3cf8a0fa,0xf8469c7c,0x53c81c50,0xb42beffe,0xe5c00100,0x01d5056e,0x2fe81f38,0x1a60f506,0x2fa8ed2c,0x43e570c3,0x3ea0001c,0x7000000f,0x1000002e,0xf95fe6f5,0x1030f9a0,0xffd0b200,0x30a0fd90,0x40f8d122,0xf8869b7c,0x83c71c20,0xae2c2ffe,0xe5dff900,0x01dd05fe,0x36e8af3a,0x1a50ea06,0x8fa4ed7c,0x42e300ca,0x3dd0001c,0xc000000f,0x0e00002e,0xfa9009f3,0x902af980,0xfff0e4ff,0xf099fd10,0x42f89141,0xf8a69c7c,0xc3c51be0,0xa82c8ffe,0xe5dfef00,0x01e5068e,0x3ce93f3c,0x1a30dd06,0xdf97ee1c,0x43e010ca,0x3d30001c,0x0000000f,0x18000033,0xfb602ef2,0x0022f990,0xfff0eeff,0xc094fd50,0x44f8b151,0xf9269d7d,0x13c21bb0,0xa32ceffe,0xe5dfe600,0x01ee071e,0x43e9ef3f,0x19f0cf07,0x2f82ef5c,0x38ddd0c1,0x3c500019,0xc000000f,0x1d000024,0xfab049f2,0x501cfa10,0xfff101ff,0xd092fe30,0x44f90161,0xfa06a07d,0x73bf1b70,0x9f2d5fff,0xe5cfdc00,0x01f807be,0x4beaaf42,0x19a0c007,0x7f61f13c,0x1fdb50b8,0x3ac00015,0xd000000f,0x1d000ff8,0xfac069f2,0x6015fab0,0xffe102ff,0xe094feb0,0x43f8a163,0xfa36a37d,0xf3bc1b40,0x9a2ddfff,0xe5bfd100,0x0203084e,0x52eb7f46,0x1930af07,0xdf5ef23c,0x0fda50b2,0x3a600013,0x8000000f,0x21000fcc,0xfb706af1,0xf014faf0,0xff6100ff,0x60950010,0x40f82156,0xfa86a77e,0x73b91b00,0x972e6fff,0xe5afc600,0x020e08ee,0x5aec4f4a,0x18c09e08,0x1f65f44c,0x0fd9209b,0x3ab00010,0x8000000f,0x2b000f93,0xfb8042f2,0x2015fb80,0xfeb0f6fe,0xd09e0250,0x42f7f13e,0xfb36ab7e,0xf3b51ad0,0x932f0000,0xe58fba00,0x0219098e,0x62ed2f4e,0x18408b08,0x6f63f67c,0x18d8d08e,0x3ab0000d,0xc000000f,0x21000f76,0xfc9018f1,0xe01afbf0,0xfe50e3fe,0x90ac04c0,0x43f8211f,0xfbf6b07f,0x93b21a90,0x902f9000,0xe56faf00,0x02250a2e,0x6aee1f53,0x17b07808,0xbf4af79c,0x25da0098,0x3a60000c,0x2000000f,0x02000f95,0xfd3009f0,0x3024fbe0,0xfdd0d4fe,0x50b20670,0x3af8b104,0xfcd6b580,0x23ae1a60,0x8d304000,0xe54fa300,0x12310ace,0x73ef0f58,0x17106409,0x0f34f82c,0x32dbc0a4,0x3aa0000b,0x1000000e,0xe7000fba,0xff7009ed,0xf028fbc0,0xfd00cbfd,0xb0b30780,0x38f9c0f2,0xfd56ba80,0xd3aa1a30,0x8a30e001,0xe52f9600,0x123d0b6e,0x7befff5d,0x16705009,0x4f2ef89c,0x3fdd90a6,0x3af0000a,0x8000000e,0xd0000fd0,0xffc00aeb,0xf01ffc80,0xfcb0bdfd,0x50b307f0,0x3cfa90eb,0xfd66c081,0x73a619f0,0x87319001,0xe4ff8a00,0x12490c0e,0x84f0ff62,0x15c03b09,0x9f2ff8dc,0x45dea0a5,0x3b00000a,0x3000000e,0xc3000fda,0xffd009ea,0xf015fd70,0xfcc0a7fd,0x40b30800,0x3dfab0ea,0xfd76c682,0x23a219c0,0x85325001,0xe4df7d00,0x12560cbe,0x8df1ff67,0x15102609,0xef2ff8ec,0x46ded0a5,0x3b00000a,0x2000000e,0xc1000fdc,0xffd008ea,0xd014fd90,0xfcf099fd,0x50b108c0,0x3afb60e3,0xfd36cc82,0xd39e1980,0x82330002,0xe4af7100,0x12630d5e,0x95f2ff6c,0x1460110a,0x2f27f8dc,0x4fe180a9,0x3b40000a,0x2000000e,0xb9000ff2,0xffbffce8,0xe00bfe80,0xfd308dfd,0x60ad09a0,0x36fc30dd,0xfd06d183,0x839a1950,0x7f33b002,0xe48f6400,0x126f0dfe,0x9ef40f71,0x13affc0a,0x6f1df8bc,0x58e4c0af,0x3b90000a,0x2000000e,0xae00000b,0xffafede7,0x1003ffa0,0xfd5079fd,0x50a909c0,0x32fc70e0,0xfcf6d784,0x23961920,0x7d346002,0xe45f5800,0x127c0eae,0xa7f50f76,0x12ffe70a,0xbf1cf8cc,0x5be5b0b3,0x3b80000a,0x1000000e,0xa700000f,0xff9fe9e7,0x70040010,0xfd6065fd,0x20a109e0,0x2bfcb0e8,0xfd16dd84,0xd39218e0,0x7a351003,0xe43f4b00,0x12880f4e,0xb0f5ff7b,0x124fd30a,0xff1ef8ec,0x5de6d0ba,0x3b500009,0xd000000e,0x9c000011,0xff9fe5e8,0xd00900a0,0xfd8059fc,0xd08f0a60,0x1efd80f9,0xfd76e285,0x738e18b0,0x7735c003,0xe41f3f00,0x12950fee,0xb8f6ff80,0x119fbe0b,0x4f24f94c,0x61e9e0cb,0x3af00009,0x1000000e,0x80000019,0xffafdaec,0x40120230,0xfdf053fc,0xe0880a90,0x1afdb0f8,0xfda6e886,0x138a1880,0x74366003,0xe3ff3300,0x12a1108e,0xc0f7ef85,0x10efab0b,0x8f26f97c,0x63ebd0d1,0x3b700008,0x6000000e,0x84000029,0x001fceee,0x201802d0,0xfe805dfd,0x00810a70,0x11fd90eb,0xfdc6ec86,0xa3861840,0x71370003,0xe3df2700,0x12ac112e,0xc9f8df8a,0x104f980b,0xdf2ef9cc,0x68eef0cf,0x3d000007,0x6000000e,0xa0000045,0x004fbaef,0x50200360,0xfe8054fc,0xd0800a40,0x0cfd80e6,0xfdf6f187,0x33831810,0x6d37a004,0xe3bf1c00,0x12b811ce,0xd1f9bf8e,0x0fbf860c,0x1f3bfa2c,0x68f080c6,0x3dc00006,0xe000000e,0xb2000047,0x00afb6ef,0x502203a0,0xfe8052fc,0xb07b0a50,0x07fd90db,0xfe46f487,0xb38017d0,0x69382004,0xe3af1100,0x12c3126e,0xd9fa8f92,0x0f3f740c,0x6f52fa6c,0x64f540bb,0x3ee00006,0x6000000e,0xd3000046,0x00bfb3ee,0x102b0390,0xff0059fd,0x40700a4f,0xfbfdc0c8,0xfe86f788,0x237d17a0,0x6538a004,0xe38f0600,0x12cd130e,0xe0fb5f95,0x0ebf640c,0xaf5af94c,0x67fc60c1,0x40400007,0x5000000e,0xf000005c,0x009fa7eb,0xf03e02d0,0xff5058fd,0x70610a6f,0xf0fe70b8,0xff26fa88,0x837a1760,0x61392005,0xe38efc00,0x12d7139e,0xe8fc1f99,0x0e5f550c,0xff62f84c,0x6a00f0c0,0x40e00008,0x4000000f,0x07000069,0x007fa2ed,0x804c02a0,0xff504cfd,0x30510b3f,0xedff30a6,0xffc6fb88,0xd3771730,0x5b398005,0xe38ef200,0x12e0142e,0xeffccf9c,0x0e0f470d,0x3f73f88c,0x690330b0,0x40900007,0xf000000f,0x24000062,0x009fa5f2,0xc0530430,0xff803dfd,0x20470bef,0xedffa098,0x0006fc89,0x237516f0,0x5639d005,0xe38ee900,0x12e914be,0xf5fd5f9e,0x0dcf3b0d,0x8f81f8cc,0x650360a7,0x3fe00007,0x8000000f,0x3000005c,0x007fa6f7,0x905105f0,0x00203cfd,0x80340c3f,0xe8002082,0x0006fb89,0x437316c0,0x503a2005,0xe39ee100,0x22f0154e,0xfcfdefa0,0x0daf300d,0xdf90f8bc,0x6102909c,0x3fa00007,0x0000000f,0x41000061,0x005fa4fc,0xc03a05b0,0x01403bfd,0xe0140bbf,0xda00d078,0x0056fa89,0x63721680,0x493a5005,0xe3aed900,0x22f715cf,0x01fe5fa1,0x0daf270e,0x2f87f9cc,0x6902b07f,0x40200006,0x2000000f,0x6b00007e,0xff6f98fd,0x703504c0,0x027038fe,0x2fe90aaf,0xcc02307a,0x00e6f889,0x63711640,0x423a7006,0xe3ced200,0x22fe164f,0x07febfa2,0x0dcf1f0e,0x7f78fb3c,0x7003005c,0x40a00005,0x8000000f,0x9e0000a2,0xfdcf87fc,0x203d0410 +}; + +u32 ANIM_ENTRY_fire_turn_right2[] = +{ + 0x032fbffe,0xf0430b5f,0xfd079f08,0x0087cf82,0xa3e39b37,0x8fc09002,0xe3af6e00,0x12690e5d,0x9bf7ffbf,0x095f040d,0x2edef44c,0x5dfa30d6,0x3e30000b,0x5000000f,0x20000023,0xfe2fc900,0xa03604d0,0x030fccff,0x704e0c2f,0xfd05fefc,0x0137c383,0xf3d89ae7,0x9ebfe001,0xe69f8100,0x12480c6d,0x97f8afd1,0x0d7f2a0b,0x6ee3f4dc,0x48f900de,0x3ce0000a,0x9000000f,0x13000008,0xfe2fd903,0x20300520,0x029fd700,0x10590d0f,0xf9055ef3,0x0157b785,0x33cc9a97,0xafbf2001,0xe9af9600,0x12250a6d,0x92f96fe2,0x11bf5309,0x9ed5f59c,0x3ef7f0e0,0x3bd0000a,0x3000000f,0x06000ffe,0xfe2fe105,0x50310510,0x023fc001,0x005e0e8f,0xe7045ee9,0x00e7aa86,0x73c19a57,0xc0be7001,0xeccfaa00,0x1201085d,0x8dfa1ff3,0x160f7d07,0xde85f8dc,0x40f3f0f2,0x39d00008,0x2000000e,0xbf000014,0xfe8fdb0b,0x70510480,0x01dfba01,0x40640fcf,0xe503aee6,0x01179d87,0xb3b59a07,0xd0bdb000,0xefcfbe00,0x01de065d,0x88fad005,0x1a1fa706,0x2e53fafc,0x43f0c0fb,0x39000007,0x0000000e,0x9400001d,0xfeafd90f,0x20740390,0x012f9701,0x7070122f,0xf0033edc,0x01179289,0x03aa99c7,0xdebd0000,0xf29fd100,0x01bf047d,0x84fb8016,0x1dcfd004,0x9e03fdbc,0x4ded110d,0x3a600006,0xe000000e,0x6700002b,0xfe3fcf0d,0x708cff50,0x00cf8c01,0xb070136f,0xec031ed9,0x00f78a8a,0x539e9997,0xeabc6000,0xf50fe100,0x01a502dd,0x81fc4028,0x20fff503,0x2dceff6c,0x57ecb10f,0x3c700007,0x9000000e,0x62000038,0xfdbfc108,0xb08ffc90,0xffaf5c01,0xb06e14bf,0xe3022ee6,0x0137858b,0xa3939977,0xf3bbc000,0xf70fef00,0x0191018d,0x7ffcf039,0x23601501,0xfd93027c,0x60ee40fb,0x3e800008,0xd000000e,0x6600002a,0xfbefb1ff,0xe073fc00,0xfe4f2e01,0x307815ef,0xeb01cefa,0x01c7838d,0x03879967,0xf7bb4000,0xf85ffa00,0x0187008d,0x7ffdb04b,0x25002e01,0x0d8903dc,0x60f0c0f2,0x3fc0000a,0x1000000e,0x4f000fe6,0xfabfc0fa,0x9063fc70,0xfdbf2f00,0xd07f165f,0xf101cf05,0x0227878e,0x737b9987,0xf5bad000,0xf8f00000,0x0187000d,0x80fe705d,0x25a03e00,0x6d90040c,0x60f230ef,0x4030000a,0xe000000e,0x43000fbf,0xf9efcdf9,0x305ffcb0,0xfd4f1a00,0x908316df,0xfd01af11,0x01b79090,0x037199b7,0xeeba7000,0xf91000ff,0xf191ffdd,0x83ff106f,0x25a04800,0x1d91042c,0x6ef590df,0x4170000d,0x7000000e,0x43000f84,0xf7ffd6f7,0x705afcc0,0xfd0f0100,0x50831720,0x06018f1f,0x01479d91,0xb36899f7,0xe4ba2000,0xf92ffeff,0xf1a1ffcd,0x88ffa082,0x25904eff,0xfd92041c,0x7df910cf,0x42a00010,0xc000000e,0x46000f58,0xf64fdcf6,0x6059fcb0,0xfd0f0500,0x307b1730,0x03018f2d,0x0197ae93,0x635e9a47,0xd7b9d000,0xf91ffb00,0x01b6ffdd,0x8d004095,0x256052ff,0xdd9803dc,0x7efa50cb,0x42e00012,0xb000000e,0x46000f36,0xf49fe3f7,0x0060fc90,0xfd4f0000,0x006c16ef,0xfb01af45,0x0277c494,0xf3529ac7,0xc5b99000,0xf8cffb00,0x01cdfffd,0x940110a8,0x24f059ff,0xada5032c,0x7ffbc0cb,0x42e00015,0x8000000e,0x41000f05,0xf32fedf8,0xe072fc80,0xfdcebeff,0x905415ff,0xf101cf86,0x0457de96,0x33409b67,0xb0b94000,0xf8300000,0x01e4000d,0x9b0230b9,0x243063ff,0x2dc2fffc,0x87fef0ce,0x42f0001d,0x4000000e,0x36000e90,0xf21ffffc,0xc099fcd0,0xfe6eb2ff,0x404c153f,0xef019fae,0x05580197,0x131b9c87,0x90b8dfff,0xf5b01a00,0x01fbfffd,0xa30450cd,0x21e077fd,0xedcffdcc,0x900010d2,0x42b00021,0x3000000e,0x33000e59,0xf23ffcff,0x00aafd90,0xfebea1ff,0x4044144f,0xee016fdc,0x06f83197,0xa2e29e37,0x61b84ffe,0xf0e04bff,0xf213fffd,0xae07b0e2,0x1d7096fb,0xfe05faac,0xa500f0d9,0x42400024,0x4000000e,0x30000e27,0xf3afe801,0xe0b2fed0,0xff2e63ff,0x503912af,0xf302b032,0x0ab86c98,0x22a3a007,0x2bb7cffe,0xeb4084ff,0xf22efffd,0xba0b70f5,0x1790b6f9,0xde3bf55c,0xd001f0e5,0x41100026,0x7000000e,0x31000dfd,0xf54fcb08,0x10b40200,0xffce43fe,0xd04011d0,0x0404d061,0x0d98b098,0xe26fa196,0xf3b76ffd,0xe6b0b2ff,0xf24efffd,0xc30ed104,0x1110cef8,0x2e27f1fc,0xcf0260e3,0x40800023,0xb000000e,0x41000de8,0xfb10340c,0x30aa04f0,0x006e3bfe,0x00481110,0x18065077,0x0fa8fa9a,0x2256a286,0xbfb73ffd,0xe4c0c500,0x0273000d,0xc9110109,0x0a90d4f7,0x6e5bf13c,0xbd0280d6,0x4040001f,0x0000000e,0x5a000de6,0xff30940e,0xc09b0740,0x008e30fd,0xa04e0fe0,0x34087087,0x1189679d,0xf252a2d6,0x88b74ffd,0xe590b800,0x02ad002d,0xcc125103,0x01f097f7,0xbebbf0ec,0xb00310c3,0x3fc00019,0xb000000e,0x73000e45,0xfc303110,0xa08a0900,0x007e2afd,0x70570ec0,0x4c0ad091,0x1319fca4,0xc253a2e6,0x4bb78ffd,0xe7c09500,0x02fe005d,0xcc1380f4,0xf5e011f8,0x8f1ff0fc,0xa803c0b0,0x3f400014,0xc000000e,0x88000e79,0xfd7fd012,0x10800a80,0x009e36fd,0x50580db0,0x520c7093,0x143a94ac,0x7257a2c6,0x11b7effe,0xea506600,0x0354009d,0xcb1460df,0xe8ef75f9,0x8f6cf2fc,0xaa046090,0x3ea0000f,0xd000000e,0xa7000eb6,0xff5f9c12,0x80880ba0,0x006e42fd,0x70530c80,0x590e0097,0x156b0ab2,0xb25fa2b5,0xe7b85ffe,0xec803600,0x03a000cd,0xc914f0c7,0xde2eedfa,0x6fb7f3dc,0xa504c072,0x3da0000d,0xe000000e,0xbd000f10,0xfe6f6213,0x70940cf0,0xff5e4ffe,0x40490b70,0x5a0f90a5,0x161b3ab5,0x526ba2d5,0xd6b8efff,0xed700d00,0x13d200cd,0xc51500b0,0xd95e9efa,0xefb9f2dc,0x9b055076,0x3ca00011,0x1000000e,0xa9000f8f,0xfd9f6214,0x809f0dd0,0xfe8e54ff,0x00380a50,0x571170bc,0x16eaf4b4,0x3290a335,0xe5b9afff,0xec7fe600,0x13ef009d,0xc013c095,0xda7e79fa,0xefadf23c,0x9306b081,0x3bb00014,0x0000000e,0x8d000027,0xfc3f6215,0x50b10ec0,0xff3e67fe,0xb01c09f0,0x5b11f0c0,0x16ea4db1,0x62d7a3b6,0x0abaa000,0xea1fbc00,0x140a004d,0xb910e073,0xddbe56fa,0xdfa9f10c,0x9607d085,0x3ba00016,0xe000000e,0x8e000039,0xfa3f6c15,0x10c00f40,0x006e58fe,0x0ff60980,0x661220bd,0x16b985ae,0x0328a446,0x37bbc001,0xe74f9500,0x141effdd,0xb10d8051,0xe1ce3afa,0xcfa1f03c,0x9a091085,0x3bc00019,0x0000000e,0x98000030,0xf83f7a14,0x70cf0fa0,0x004e4bfe,0x5fd708e0,0x701380bf,0x16d8deab,0x236aa4d6,0x5cbcc002,0xe4ff7800,0x242bff8d,0xa80aa034,0xe55e27fa,0xcfa0f05c,0x920ad082,0x3bc00019,0xd000000e,0x9b00002e,0xf74f7e13,0x70d40f70,0xffde41fe,0xcfc60850,0x7714b0c3,0x16d896a9,0xf385a556,0x6dbd9002,0xe40f6c00,0x242fff6d,0x9f094023,0xe6ce20fb,0x0f9df13c,0x8a0c107e,0x3bd00019,0x9000000e,0x9b00002d,0xf6cf7f12,0xa0d50f20,0xffce3efe,0xbfc50850,0x7a1460c6,0x16b8a1aa,0xc375a5b6,0x68be4002,0xe5ef7400,0x2419ff7d,0x9309301b,0xe50e2cfb,0xef98f14c,0x890c307f,0x3bd00019,0xa000000e,0x9900002b,0xf69f8212,0xa0d40f20,0xff9e2dfe,0x3fc20850,0x8111e0dc,0x15b8beac,0xc34ba5e6,0x59bf0001,0xea4f8a00,0x13e6ffad,0x85098016,0xe0ce4bfd,0x4fa3f0cc,0x800ce081,0x3be0001b,0x9000000e,0x9400001f,0xf5ef9412,0xc0cb0f00,0xffce24fe,0x0fb50800,0x7d0f60f0,0x1598e1af,0x2319a626,0x44bf9000,0xef7fa600,0x13a9ffed,0x760a0013,0xdb7e72fe,0xaf9ff12c,0x7f0d5080,0x3c00001b,0x4000000e,0x9a00001e,0xf5cf9c12,0x80c20ea0,0x000e20fe,0x1f9f0730,0x7f0cf0ea,0x1588ffb1,0x22f0a686,0x2cbff000,0xf3dfc000,0x1374005d,0x6b0ab013,0xd66e96ff,0xcf90f23c,0x800d6075,0x3be00019,0x2000000e,0xb000001f,0xf69f9e12,0x40b70e50,0x002e1bfe,0x0f9806a0,0x890bc0e4,0x15190bb1,0xf2dea726,0x14bfffff,0xf5afd000,0x135900ed,0x670b5014,0xd2ceac00,0x3f87f28c,0x830dc071,0x3be00018,0x9000000e,0xba000021,0xf6bf9d11,0xf0b00e50,0x001e15fd,0xcf9f0640,0x900aa0e8,0x14c8f8b0,0xd2efa8c5,0xf6bf4fff,0xf38fd700,0x035501ed,0x6b0c2017,0xd03eb2ff,0x8f7ff2ec,0x880e706d,0x3c200018,0xe000000e,0xbb000025,0xf68f9d11,0x80b10ec0,0x000e0ffd,0x9fa305c0,0x9608f0e8,0x1538ccae,0x1318ab75,0xd0bdcfff,0xee9fdb00,0x0357036d,0x740d301e,0xcdaeb4fd,0xff80f35c,0x880f2066,0x3c400019,0x1000000e,0xc1000028,0xf5df9c11,0x20b30f20,0xffee0bfd,0xcfa30580,0x9908d0e1,0x159897aa,0xd349ae65,0xa9bc1000,0xe8bfdc00,0x035c050d,0x810e5026,0xcb7eb3fb,0xff73f37c,0x8c0f8062,0x3c300019,0x5000000e,0xc600002d,0xf5bf9911,0x20b40f20,0xffde09fd,0xdfa20560,0x970990da,0x16086ba8,0x1372b0c5,0x8cbab000,0xe3bfdd00,0x0360065d,0x8f0f402f,0xc9feb0fa,0x5f71f3cc,0x8b0f8061,0x3c100018,0xe000000e,0xc8000033,0xf60f9a11,0x40b40f50,0xffee0afd,0xcfa204f0,0x9609c0d5,0x16e858a6,0xe384b1c5,0x80ba2000,0xe19fdf00,0x0361070d,0x9b0fd037,0xc97eadf9,0x9f61f3ec,0x900f605f,0x3c000019,0x1000000e,0xc9000036,0xf5ef9c11,0x70b70fa0,0xffee0bfd,0xbfa20490,0x9709b0cf,0x17f85aa7,0x4382b145,0x8fbbb000,0xe1ffe000,0x035c06fd,0xa6101041,0xcb1ea7f9,0xdf69f38c,0x8e0f205e,0x3be00019,0xd000000e,0xc9000035,0xf54f9e11,0xd0b80ff0,0xffee10fd,0xbfa20420,0x980aa0bc,0x18f865a8,0x6377afe5,0xb2bf2000,0xe33fe000,0x0355069d,0xb110104b,0xcf2e9cfa,0x7f6cf38c,0x8e0e905b,0x3bd00019,0xc000000e,0xc9000036,0xf54f9f12,0x60b81090,0xffee1bfd,0xbfa10370,0x980b90b0,0x197877a9,0xd366ae05,0xddc34000,0xe4ffe000,0x034c060d,0xbc100056,0xd47e90fb,0x3f67f3fc,0x930e1053,0x3be00019,0x1000000e,0xcf000040,0xf5df9e12,0x10ba1090,0xff5e2bfe,0x7fa002b0,0x900b60aa,0x19b88fab,0x6350abf6,0x05c6c000,0xe6ffe100,0x0346056d,0xc60fd05d,0xd9ae85fb,0xdf5df50c,0x990e104c,0x3c500017,0x6000000e,0xce000054,0xf72f9210,0xe0bf0fc0,0xfe9e35ff,0x6fa102b0,0x810ac0a1,0x19a8abac,0xa336aa16,0x1ec85fff,0xe8ffe600,0x034504ed,0xcf0f905f,0xdd7e7cfc,0x6f50f59c,0x9f0e504e,0x3cd00016,0x6000000e,0xc400006a,0xf92f840f,0xc0c50ed0,0xfebe3dff,0x5fa203d0,0x7509c08e,0x19b8efad,0x92fea836,0x2bc86fff,0xeb6ff100,0x0349049d,0xd70f3058,0xe04e76fc,0xcf54f58c,0xa00dd04a,0x3ce00016,0x6000000e,0xc800006f,0xf93f820f,0xb0c60ea0,0xff1e43fe,0xefa104f0,0x6f08e07d,0x19c963ae,0x82a2a5f6,0x35c80fff,0xee800200,0x0352045d,0xe00e904a,0xe30e71fd,0x1f60f5ac,0x9b0d0041,0x3ca00015,0xd000000e,0xd200006a,0xf85f8610,0x20c50ee0,0xff2e46fe,0xafa20540,0x6f08d079,0x19b9e5af,0x623ea3d6,0x3cc76ffe,0xf1b01500,0x035f041d,0xe80df038,0xe56e6cfd,0x5f68f5bc,0x960c703d,0x3c600015,0xa000000e,0xd5000063,0xf7ef8810,0x90c30f30,0xff4e45fe,0x5fa80570,0x6f08f07c,0x199a4eb0,0x21eca226,0x3fc67ffe,0xf4402400,0x036c03ad,0xed0d6028,0xe70e68fd,0xaf76f51c,0x910c103d,0x3c200016,0xb000000e,0xd400005a,0xf75f8d11,0x20c00fc0,0xff8e3efd,0xbfaf05d0,0x7408f07d,0x196a7ab0,0xb1c9a166,0x3fc55ffe,0xf5a02a00,0x0379030d,0xee0d201d,0xe79e65fd,0xff7ef49c,0x910bf03e,0x3c100017,0xf000000e,0xd1000050,0xf68f9411,0xd0be1050,0xff9e35fd,0x5fb50630,0x7a08e077,0x193a6bb1,0x21cfa196,0x37c2dffe,0xf6002400,0x038901bd,0xe70d3018,0xe4ce65fe,0xaf7bf44c,0x970c5042,0x3c700018,0xf000000e,0xcb000050,0xf64f9412,0x00bd1060,0xff8e33fd,0x6fb60640,0x7b08d074,0x191a44b1,0x81e3a236,0x25be8ffe,0xf6201600,0x139cff9d,0xda0d7014,0xde2e6bff,0xbf74f45c,0x9b0c8044,0x3c900019,0x0000000e,0xc9000052,0xf65f9311,0xf0bd1050,0xff8e32fd,0x6fb70630,0x7d09206f,0x18ea15b1,0xc1fda316,0x11b9bffe,0xf6100300,0x13affd4d,0xca0dd012,0xd66e7500,0xbf71f4ac,0x9b0c7045,0x3c900018,0x9000000e,0xc8000051,0xf62f9212,0x00bc1050,0xff7e32fd,0x6fb80600,0x7e09706c,0x18b9eeb1,0xf216a3d6,0x00b5effe,0xf5eff400,0x13befb7d,0xbb0e4013,0xd00e7e01,0x3f74f4ac,0x990c5046,0x3c900018,0x9000000e,0xc6000050,0xf64f9212,0x10bc1050,0xff7e32fd,0x7fbb05e0,0x7a098072,0x1899deb2,0x0226a445,0xfab44ffe,0xf5afec00,0x13c5fabd,0xaf0eb017,0xcd5e8101,0x4f70f4ac,0x9b0c5047,0x3c900018,0xa000000e,0xc4000052,0xf63f9112,0x20bc1050,0xff6e32fd,0x8fc005a0,0x73097080,0x1859ebb1,0xf22da436,0x02b61fff,0xf52fee00,0x13c1fb1d,0xa70f3023,0xcf0e7c00,0xdf6bf47c,0x9e0c5049,0x3ca00019,0x0000000e,0xbf000057,0xf62f9112,0x20bd1050,0xff4e34fd,0x8fc20570,0x7209108a,0x182a0cb1,0xc233a3f6,0x16ba5fff,0xf47ff400,0x13b6fc3d,0xa00fd039,0xd35e74ff,0xff6af49c,0x9f0c404b,0x3cc00018,0xc000000e,0xbc00005b,0xf66f9112,0x00bd1040,0xff1e40fd,0x9fc204c0,0x7208509e,0x178a37b1,0x8237a3a6,0x2ebf7fff,0xf3bffd00,0x13a9fdbd,0x9a107051,0xd8ce6afe,0xcf67f4ac,0xa40bc04b,0x3d300018,0x1000000e,0xb9000061,0xf76f9011,0x90bc0ff0,0xff3e50fd,0x5fbf0400,0x750830a3,0x16ca63b1,0x4238a356,0x47c3ffff,0xf3000600,0x139eff4d,0x9710f066,0xddfe61fd,0x4f6cf4cc,0xa90b1042,0x3d800017,0x4000000e,0xc0000069,0xf80f8e11,0x20bd0fb0,0xffae65fc,0x9fbc0400,0x79079098,0x15ca85b0,0xf237a356,0x59c64fff,0xf2a00e00,0x139a008d,0x98113071,0xe16e5afb,0xbf7cf47c,0xae09e030,0x3dd00017,0x9000000e,0xd1000070,0xf7bf8f10,0xf0bc0fc0,0xffce6afc,0x4fbc04d0,0x7a06c08b,0x155aa0b0,0x9238a3c6,0x6cc69fff,0xf2801000,0x13a901ed,0xa0114071,0xe41e50f8,0xaf88f46c,0xad09602b,0x3dd00017,0xb000000e,0xd400006d,0xf79f9111,0x20ba1010,0xffae68fc,0x3fb90660,0x7d060074,0x14cabab0,0x223aa486,0x84c67fff,0xf2800d00,0x13c8037d,0xb011206c,0xe73e41f3,0xcf90f3dc,0xaa09502e,0x3db00018,0xa000000e,0xd1000066,0xf74f9211,0x70b81040,0xffae64fc,0x3fb90740,0x7b05d069,0x147ad2af,0xb237a556,0x97c63fff,0xf2b00d00,0x13e604dd,0xc610d064,0xe9be34ef,0x1f8bf3ec,0xab098030,0x3da00018,0x9000000e,0xd0000067,0xf75f9111,0x70b71050,0xffbe62fc,0x3fba0770,0x7a05f068,0x145ae5af,0x5228a5f6,0x9bc62fff,0xf3001200,0x13f3059d,0xdd108059,0xea6e30ec,0xbf8ff3cc,0xab09a031,0x3da00018,0xd000000e,0xd0000069,0xf74f9011,0x70b71050,0xffde5efc,0x2fb907c0,0x79061067,0x143af3af,0x1207a5f6,0x87c6affe,0xf3702300,0x13de052d,0xf310404e,0xe82e3bee,0x9f8ff3bc,0xaa09e032,0x3d900018,0xf000000e,0xd2000068,0xf6ef9011,0x80b51060,0xfffe58fc,0x2fb90810,0x79062066,0x142afbae,0xf1b4a566,0x2ac7bffe,0xf4104800,0x0365034e,0x03101045,0xda4e68f8,0xcf7ff41c,0xad0a3035,0x3d800018,0x5000000e,0xd2000065,0xf73f8f11,0x80b41080,0xfffe51fc,0x4fb90880,0x77061066,0x142ac2af,0xe1ada676,0x23c6dffe,0xf2c03500,0x0373029e,0x1010003b,0xd8de5cf7,0x3f78f3fc,0xae0aa03b,0x3d800018,0x8000000e,0xce000065,0xf71f8c11,0x80b31080,0xffee41fc,0x8fb90960,0x7505e067,0x142ae5af,0x5157a586,0x33c57ffd,0xf5304b00,0x0389020e,0x1d100030,0xda0e59f7,0x5f6af41c,0xb00ba04b,0x3d800018,0x3000000e,0xc3000063,0xf74f8711,0x80b11090,0xfffe3efc,0x7fba0960,0x7505e069,0x13fb48ad,0xc0bea336,0x55c3cffd,0xfa908000,0x03a4018e,0x27100027,0xdd4e5bf8,0x6f69f40c,0xb00bc050,0x3da00018,0x1000000e,0xc1000061,0xf79f8711,0x80af1090,0x000e41fc,0x7fba08c0,0x7705d070,0x13ab8bac,0xb05ca1b6,0x6bc2cffc,0xfe00a400,0x13b3012e,0x2b103022,0xdf8e5ff9,0x5f6cf3cc,0xb00b904e,0x3da00018,0x5000000e,0xc3000061,0xf77f8711,0x70af1090,0xffde53fc,0xcfbd05e0,0x7f05509d,0x11bb79ad,0x5081a216,0x6bc33ffc,0xfd909600,0x13b300fe,0x1d109024,0xe00e5ef9,0xaf7cf37c,0xa80a904c,0x3d600017,0xe000000e,0xc7000060,0xf82f8811,0x50ad1070,0xffbe63fd,0x2fbf0440,0x800470d4,0x0e9b2eaf,0x1106a386,0x62c4affd,0xfb306700,0x13aa00fd,0xfd11502b,0xe02e5cf9,0xbf81f3ac,0xa309d04c,0x3d500016,0x9000000e,0xc8000066,0xf90f8910,0xe0ae1020,0xffbe6efd,0x6fbe03a0,0x7e041102,0x0c2ac4b1,0x41b4a566,0x53c68ffe,0xf7c02c00,0x139a010d,0xd6120034,0xdffe5bf9,0xcf7bf3bc,0xa909b047,0x3d900016,0x2000000e,0xd0000077,0xf9cf8610,0x20af0f90,0xff8e7dfd,0x7fc402a0,0x8102f135,0x08aa52b3,0x2254a716,0x42c84ffe,0xf40ff800,0x1385011d,0xb712803b,0xdfbe5cf9,0xef82f34c,0xab092046,0x3dd00016,0x6000000e,0xce00007f,0xfaaf810f,0xa0b10f40,0xff4e8dfd,0x9fd80190,0x8c00b16e,0x0289efb3,0xe2b0a7f6,0x32c92fff,0xf0cfdf00,0x136f011d,0xaa12903c,0xdf8e62fa,0x6f8bf23c,0xae08b04e,0x3e200017,0x5000000e,0xc1000087,0xfc0f780f,0x10b40f00,0xff8e96fd,0x8fee01d0,0x9bfe3186,0xfc5991b2,0x72cfa826,0x1fc99fff,0xedafdf00,0x034d00ed,0xc3111034,0xdf4e7bfb,0xbf8ff1bc,0xb008d054,0x3e900017,0x4000000e,0xbc00008d,0xfc2f6f0e,0x50ba0ec0,0xffce9ffd,0x5ff40200,0xa6fc7195,0xf80926af,0x22e2a826,0x06c9ffff,0xe9ffe700,0x031c009d,0xfb0dc025,0xdeceabfd,0xff9ef1ec,0xac08b054,0x3ed00016,0x4000000e,0xbe000089,0xfc7f690d,0xf0bd0e70,0xffaeacfd,0x5ff30170,0xaafbb1b6,0xf598c1aa,0xd2f1a7f5,0xeeca1fff,0xe68ff100,0x02e6005e,0x3b098010,0xde7ee600,0xbfb5f18c,0xa608605a,0x3f100016,0x0000000e,0xb4000081,0xfccf610d,0x70c20e00,0xff6ec0fd,0x9ff300a0,0xa6fae1d7,0xf3c873a6,0xa303a775,0xddc9b000,0xe41ffb00,0x02b5001e,0x6d053ffa,0xde8f2103,0x5fbff0cc,0xac08a071,0x40400016,0x1000000e,0x8d000090,0xfd4f510b,0xc0cf0cd0,0xff0ed4fe,0x1ff70040,0x9df981ed,0xf2d84ea3,0x9320a6b5,0xdcc87000,0xe3600000,0x0295000e,0x7801bfe3,0xdf7f5105,0x6fc0f06c,0xb408d087,0x41a00015,0x8000000e,0x680000a4,0xfe6f3d09,0xb0ea0ae0,0xfebee9fe,0x7001fff0,0x91f90209,0xf2f847a1,0x934ba595,0xe8c54000,0xe4100000,0x0283000e,0x63ff0fcc,0xe19f7606,0xbfccefbc,0xb308109e,0x42400014,0xa000000e,0x490000aa,0xffdf2e08,0x70f30900,0xfe3f0cff,0x9015ff70,0x72f93225,0xf328549e,0x1346a396,0x11c1f000,0xe3300000,0x027e000e,0x84fcdfbf,0xe7cfb005,0xffc1ee2c,0xbd07e0d5,0x43d00014,0xa000000d,0xf30000cf,0x01ff1705,0x110b05f0,0xfe1f2f00,0x5021fef0,0x5cf92233,0xf358609b,0xc3469fb6,0x63bf4000,0xe3100000,0x0294000e,0x99fbcfbf,0xf0afda04,0xdfbdecbc,0xc10760f6,0x44c00014,0x7000000d,0xc80000eb,0x03df0702,0x311603b0,0xfe5f5800,0x302afe00,0x51f89246,0xf418659a,0x63529da6,0x9abc9000,0xe4900000,0x027e000e,0x94fb0fe1,0xf91fed04,0x8fe1eb4c,0xaf051109,0x44200013,0x0000000d,0xc50000e1,0x063eff01,0x91150290,0xfe9f7600,0x2030fd70,0x4df89251,0xf4886999,0x135d9bc6,0xcaba5000,0xe5ffff00,0x026a000e,0x8efa5ffe,0xff600004,0x7ffbea5c,0xa002d118,0x43600011,0xc000000d,0xc10000d8,0x080efc01,0x610701f0,0xff4fa800,0x503cfd40,0x48f9b253,0xf4586c97,0xd3679a16,0xf6b85000,0xe72ffe00,0x0259002e,0x89f9c018,0x04f01204,0x7009e9bc,0x90009126,0x42f0000e,0x6000000d,0xc80000e1,0x0bfef800,0x610500e0,0x002fe700,0x904cfcf0,0x39f9b25b,0xf4e86e96,0xa3719897,0x1eb69000,0xe83ffd00,0x024a004e,0x84f9302e,0x09f02104,0x7015e95c,0x7dfd5139,0x42300009,0xc000000d,0xcb0000ef,0x115ef7fe,0xe103ffd0,0x003fcb00,0xa04ffcc0,0x35f9825f,0xf5287095,0x83799737,0x42b51000,0xe92ffc00,0x023d007e,0x7ef8c041,0x0e402f04,0x801ee94c,0x74fbf141,0x41a00008,0x7000000d,0xc40000ee,0x12eef8fe,0xc105ffc0,0xffffaf00,0xb053fc80,0x33fa0262,0xf5d87094,0x73819607,0x61b3d000,0xe9effa00,0x023200be,0x79f85050,0x12103a04,0xa030e92c,0x61fa6143,0x40900007,0xa000000d,0xc60000e3,0x148ef9ff,0x20fefff0,0xffaf9400,0xd056fc70,0x30fb0263,0xf6d87093,0x73899507,0x7eb2c000,0xea8ff800,0x022a00fe,0x74f8005d,0x15504304,0xd03ee91c,0x51f94146,0x3fa00007,0x1000000d,0xc70000da,0x15cef8ff,0x50f70010,0xffaf7d01,0x005bfc80,0x2dfc6262,0xf8186f92,0x838f9417,0x97b1e000,0xeb0ff500,0x0223014e,0x6ef7c067,0x18104905,0x003ae95c,0x4cf7913b,0x3f200006,0xc000000d,0xdd0000dd,0x165ef2fe,0xb0f1ffc0,0xffbf8b01,0x506afca0,0x24ff0261,0xfac86e91,0xa3969347,0xacb14000,0xeb6ff200,0x021e01ae,0x69f7806e,0x1a604c05,0x402be9ec,0x41f63112,0x3f800006,0x9000000e,0x370000e5,0x16dedffc,0xe0c7fec0,0xffff8c01,0x7074fd00,0x20ff9263,0xfc086b90,0xd39b92a7,0xbeb0c000,0xebafef00,0x021b021e,0x63f75073,0x1c404c05,0x801cea7c,0x3ef500f0,0x40000007,0xf000000e,0x860000e8,0x143ed9fb,0x70a1fdf0,0x000f8101,0x6078fe60,0x22013256,0xfde86990,0x03a09217,0xceb07000,0xebdfec00,0x0219027e,0x5df74075,0x1dc04905,0xc011eb8c,0x37f430d6,0x4050000a,0x2000000e,0xc30000eb,0x0f2efefa,0xd086fd50,0x000f7d01,0x907fff90,0x2203e23b,0x0058658f,0x43a591a7,0xdbb05000,0xebefe800,0x021902fe,0x58f72075,0x1ed04406,0x1ff9ec1c,0x33f380c4,0x40e0000d,0x2000000e,0xfa0000fd,0x099f37f9,0x4064fc40,0x003f6f01,0xc080ffe0,0x20050228,0x0148628e,0x93a99157,0xe5b05000,0xebdfe400,0x021a037e,0x52f72073,0x1f903c06,0x6febec3c,0x31f2a0c7,0x40f0000e,0xe000000f,0x07000107,0x065f56f8,0x2055fb90,0x00cf7701,0x9071ffd0,0x2205e214,0x01e85d8d,0xe3ac9117,0xedb08000,0xebbfe000,0x021d03fe,0x4cf7206f,0x1ff03206,0xbfe9ecbc,0x30ef90be,0x40b00011,0x2000000f,0x260000f1,0x024f7af8,0x104afb80,0x016f9201,0x305affa0,0x28078201,0x0318598d,0x43b090f7,0xf3b0c000,0xeb8fdc00,0x0220048e,0x47f7306a,0x20102507,0x1ff1ed8c,0x27ea80ab,0x40100013,0xd000000f,0x510000c0,0xfe5fa2f9,0x0036fbd0,0x01cf9201,0x1053ff70,0x290881fa,0x03d8538c,0xa3b390d7,0xf7b13000,0xeb4fd800,0x0225051e,0x41f75062,0x1fe01707,0x6ff0edcc,0x2ee7e0a5,0x3ff00015,0x7000000f,0x6a0000aa,0xfccfb6f8,0xf017fbd0,0x01ff8e01,0x004cff50,0x230871f5,0x03b84e8c,0x13b590d7,0xf9b1b000,0xeaefd300,0x022b05be,0x3bf7705a,0x1f700707,0xcfdeee3c,0x37e680a6,0x40300016,0x8000000f,0x7b0000a0,0xfc4fcbf7,0xe00bfba0,0x020f8d00,0xa041ff70,0x1f0801ef,0x0358488b,0x83b890e7,0xf9b25000,0xea8fce00,0x0232065e,0x36f79050,0x1edff508,0x1fbeef0c,0x46e4d0a6,0x40700017,0x8000000f,0x8a000093,0xfbefebf6,0xd001fb80,0x024f80ff,0xf03bff80,0x250801e8,0x0358428b,0x03ba9107,0xf8b30001,0xea1fc900,0x023906fe,0x30f7c044,0x1dffe208,0x7fa1ef5c,0x4be330ad,0x40800017,0xa000000f,0x8a000085,0xfbc00bf6,0xa000fba0,0x02cf82ff,0x3036ffa0,0x3007e1d9,0x03283c8a,0x83bb9137,0xf6b3c001,0xe99fc400,0x0241079e,0x2af7f038,0x1cefce08,0xcf75ef4c,0x54e140c2,0x40600017,0xd000000f,0x7e00006d,0xf9f03bf5,0xa006fb70,0x02cf77ff,0x2033ff70,0x2e0741cb,0x0278358a,0x03bd9167,0xf3b49001,0xe91fbf00,0x024a084e,0x24f8202b,0x1bbfb809,0x2f69efdc,0x48dfc0c7,0x3fd00016,0xd000000f,0x76000045,0xf95053f4,0xf00bfb70,0x023f7bff,0x4031fed0,0x230621b9,0x01482e89,0x83be91a7,0xeeb57001,0xe88fba00,0x025308fe,0x1ef8601d,0x1a5fa209,0x8f75f23c,0x21dc80b3,0x3ea00013,0x6000000f,0x75000fe5,0xf9c069f5,0x3012fc00,0x01ff5aff,0x5032fec0,0x2005e1b4,0x01182789,0x13c091e7,0xeab66001,0xe7efb400,0x125d09ae,0x19f8a00f,0x18ef8b09,0xdf7ff35c,0x15db80a8,0x3e500012,0x0000000f,0x74000fbd,0xf9b06bf5,0x6016fc50,0x016f3eff,0x503fff40,0x280581ab,0x00782088,0x93c19237,0xe4b75001,0xe75faf00,0x12670a5e,0x13f8e000,0x175f740a,0x3f88f39c,0x1edc00b5,0x3d700011,0xd000000f,0x45000f91,0xf99044f3,0x702efbd0,0x00ef1eff,0x404dffe0,0x300521a1,0xffe81988,0x23c29287,0xdfb84001,0xe6bfaa00,0x12710b0e,0x0df92ff2,0x15cf5d0a,0x9f87f2cc,0x23dcb0c7,0x3c900013,0x8000000f,0x0b000f78,0xf8d01bf1,0x3046fb30,0x00df24fe,0xf0510030,0x3005119c,0xff881287,0xb3c392d7,0xd9b94001,0xe61fa400,0x127b0bbe,0x07f96fe2,0x142f460a,0xff87f2fc,0x29dc80cb,0x3c300013,0x2000000e,0xf7000f81,0xf8a017f0,0xe04afb10,0x008f3dfe,0x005d0030,0x2f049190,0xfeb80b87,0x43c59327,0xd3ba3001,0xe57f9f00,0x12850c6e,0x01f9afd3,0x128f2f0b,0x6f91f3ac,0x30dbe0d2,0x3b200011,0xb000000e,0xc6000f91,0xfa7018ef,0xd049faf0,0x006f67fd,0x8063ffc0,0x2a04517f,0xfe480486,0xd3c69367,0xcebb3001,0xe4df9a00,0x128f0d1d,0xfbf9efc5,0x10ef180b,0xcfa1f37c,0x34dbc0cb,0x3a500011,0x8000000e,0xaf000fb2,0xfb0018ee,0x4036fc00,0x00bf85fe,0x0064ffd0,0x2104916e,0xfe67fd86,0x53c793b7,0xc9bc2002,0xe44f9400,0x12990dcd,0xf6fa2fb6,0x0f5f020c,0x2fa2f4fc,0x35ddb0c1,0x3a30000e,0x3000000e,0xb9000fe1,0xfc4004ec,0x501efde0,0x00df99fe,0x80610040,0x1105115f,0xfeb7f785,0xe3c993f7,0xc4bd0002,0xe3bf8f00,0x12a20e6d,0xf0fa6fa8,0x0ddeec0c,0x8f96f61c,0x33e330c5,0x3a50000b,0x3000000e,0xc7000001,0xfebff3e9,0xa0020040,0x00afa6fe,0xa0600110,0x0705814c,0xfef7f085,0x63ca9427,0xc1bdd002,0xe32f8a00,0x12ab0f1d,0xeafa9f9b,0x0c7ed80c,0xff8ff6bc,0x2ee950d0,0x3a200009,0x1000000e,0xcb00000d,0xffafeae8,0x8ff50290,0xffffacfe,0x206802f0,0x0f05b12a,0xfee7e984,0xe3cc9457,0xbebea002,0xe2af8500,0x12b30fcd,0xe4facf8f,0x0b3ec40d,0x5fa7f61c,0x2cefe0e7,0x39300009,0x6000000e,0xb8000ffa,0x007ff0ec,0x10060530,0xffbfb8fd,0xf0690410,0x1406010f,0xff37e384,0x63ce9477,0xbdbf5002,0xe22f8000,0x12bb106d,0xdefaff83,0x0a2eb10d,0xbfbbf5fc,0x2df4b0ec,0x39500009,0x3000000e,0xc4000ff4,0x013feef1,0x901c06f0,0xffbfc8fd,0xf06304e0,0x120680f6,0xffd7dd83,0xd3d09497,0xbdc00002,0xe1cf7b00,0x12c2110d,0xd9fb2f79,0x094ea00e,0x1fc2f66c,0x32f8f0e2,0x3a400008,0x4000000e,0xe4000ffc,0x018fe4f7,0x002f07c0,0xffffd3fd,0xe0580590,0x0b06d0e3,0x0067d883,0x43d39497,0xbec08002,0xe16f7600,0x12c8119d,0xd3fb4f6f,0x08ae900e,0x7fc1f7dc,0x37fac0c7,0x3b900006,0x3000000f,0x0c000006,0x01ffd9fa,0x202907a0,0x002fdefd,0xe04f0660,0x070720cc,0x00b7d282,0xa3d59487,0xc1c0f002,0xe11f7200,0x12cd123d,0xcdfb5f68,0x085e810e,0xcfbef95c,0x3bfbd0ac,0x3c900004,0x3000000f,0x32000011,0x025fcefc,0xb01a0720,0x003fedfe,0x20420710,0x0807d0b3,0x0097ce82,0x03d99467,0xc6c14002,0xe0ef6d00,0x12d212cd,0xc8fb7f62,0x084e740f,0x1faafa7c,0x42fba093,0x3d100003,0x2000000f,0x54000034,0x027fbdfc,0xa0080500,0x007ff6fe,0x402c073f,0xfe08c0aa,0x0107c981,0x63dc9437,0xcec18002,0xe0cf6900,0x22d4134d,0xc2fb7f5d,0x088e690f,0x6fa2fafc,0x46fbc080,0x3db00003,0x0000000f,0x72000046,0x022fb5fb,0xa00103f0 +}; + +u32 ANIM_ENTRY_fire_kneel_right_leg[] = +{ + 0x066fee00,0xaff80510,0x0604c019,0x00980485,0xd3a520b0,0x44400000,0xe4000000,0x02fa000c,0xcef4909d,0x0baf6c16,0x2006f56c,0x18fe10c2,0x3de00002,0xa000000f,0x55000ffa,0x017fd4fb,0x505c05a0,0x071fee00,0xaff90570,0x0004101f,0x00980e86,0x53a520b0,0x44400000,0xe4e00000,0x02fa000c,0xbef440ac,0x0baf6c16,0x2ff7f4cc,0x13fe80e1,0x3d700002,0xa000000f,0x38000ffe,0x019fd5fb,0x805805b0,0x070fce01,0x4ffc05cf,0xfc034026,0x00981786,0xf3a520b0,0x44400000,0xe5b00000,0x02fa000c,0xaef400ba,0x0aef6b16,0x4fe6f45c,0x10ff10f8,0x3d200002,0xc000000f,0x23000001,0x020fd6fb,0xd05c05a0,0x079fc801,0x700905ef,0xfa02302f,0x00881f87,0x93a41ff0,0x44400000,0xe6400000,0x0302000c,0xa3f3f0c5,0x0acf6b16,0x4fd4f43c,0x10ffe0fd,0x3d200003,0x4000000f,0x20000003,0x012fd8fc,0x306e0560,0x075fb600,0xf02605df,0xfd00c03b,0x00682388,0x43a11f00,0x41408000,0xe6800000,0x0310000c,0xa0f430ca,0x0aef6b16,0x4fc0f48c,0x140120ef,0x3d900004,0x6000000f,0x31000005,0xffcfdcfc,0xb05e04f0,0x06bfb100,0xe0410520,0x00fff04a,0x00b82189,0x139b1ea0,0x353f2000,0xe6700000,0x032d000c,0xa7f4c0c8,0x0b1f6916,0x4fa8f41c,0x240220e8,0x3e000006,0xc000000f,0x2e000017,0xfe6fd1fc,0x005603f0,0x05cfa700,0xd05a04f0,0x05ffc056,0x0098228a,0x13961e90,0x2d3d7000,0xe6400000,0x0342000c,0xacf5b0c8,0x0aef6b16,0x4f83f49c,0x3d0370d3,0x3ee00008,0xe000000f,0x34000034,0xfd5fc0fb,0x10610320,0x03bf8600,0x008905c0,0x13ffa061,0xff98378b,0xd3961e70,0x3a3d8000,0xe6500000,0x02f7000c,0xa5f7a0d4,0x005fd817,0x5f53f61c,0x5e0690c6,0x4080000c,0xd000000e,0xff00004a,0xfaffb2fa,0xc07202a0,0x029f78ff,0xe0a80600,0x19ff2064,0xff38538d,0xe3961e80,0x553d9000,0xe6300000,0x02ab000c,0x9cfa30e1,0xf4c04a18,0x8f3ef6ac,0x6b07d0cf,0x4120000f,0xc000000e,0xb8000056,0xf84faafa,0x808f0250,0x00ff6900,0x70ce0560,0x18fef078,0xff48658f,0xe3921ef0,0x7d3cc000,0xe5400000,0x02c6000c,0x9afd20e5,0xf2304718,0x5f25f66c,0x7c0860b7,0x40700016,0x2000000e,0x8f000072,0xf36f93fa,0xb0cc0220,0xffbf5f00,0xd0e204e0,0x14ff3087,0xff787792,0x138a1fb0,0xb33ba000,0xe4500000,0x02e3000c,0x9d0030e9,0xf0203f17,0xff1cf56c,0x870840a6,0x3fd0001b,0x2000000e,0x7a000079,0xf1af86fb,0xa0e00270,0xfd9f5201,0x00f903b0,0x0efff09d,0xffe88d95,0x037b20f1,0x043a6000,0xe4400000,0x02d2000c,0xa70320f7,0xeb904217,0x9f25f2fc,0x8d074089,0x3e900023,0x1000000e,0x5300005b,0xf13f86fe,0x510603c0,0xfbcf4e01,0x21130320,0x100040a0,0x0068a697,0xd36e2201,0x5039b000,0xe4100000,0x02c0000c,0xaf05b102,0xe8304117,0x1f38ef3c,0x8a05f091,0x3d30002a,0x2000000e,0x1500002f,0xf27f9401,0x211e05b0,0xf98f5501,0x813601e0,0x0e0120ac,0x0158c799,0x836f2221,0x7f3b6000,0xe2400000,0x02c2000c,0xa807d0fd,0xe8501a16,0xcf4fea2c,0x9504608e,0x3b800031,0x8000000d,0xc600000d,0xfa8f8f03,0xe14c0810,0xf84f5701,0x71480110,0x0c01d0b7,0x01d8e99b,0x237021d1,0x973d2000,0xdff00000,0x02cd000c,0xa10960f5,0xe88ff716,0x7f59e7dc,0xa603d07b,0x3ac00034,0x2000000d,0xa2000002,0x015f8f05,0x71730980,0xf69f4a01,0x81560060,0x0803b0c7,0x02e9089d,0xb3672041,0x8a3ca000,0xde800000,0x02fd000c,0xa30a60f4,0xe4b00215,0x6f4be5dc,0xd2048074,0x39800033,0x9000000d,0x5800000c,0x051f9c08,0x818b0c60,0xf4ff3c01,0xc164ffd0,0x040650d2,0x046921a0,0x035c1e31,0x7d3b8000,0xdd300000,0x033b000c,0xa80ae0f3,0xdf701314,0x4f34e4cd,0x03058076,0x38000031,0xb000000d,0x0500002e,0x071f9f0c,0x11900fb0,0xf37f2701,0xb16effa0,0x090900d6,0x05a930a1,0x63521c91,0x88394000,0xdb700000,0x0368000c,0xac0aa0e9,0xdc701513,0xbf1ee4bd,0x2f06f079,0x36700030,0x5000000c,0xb700005e,0x08ff9110,0x21731300,0xf1cf1001,0x6174ff50,0x120c20d4,0x07193aa2,0x734c1ba1,0x9d376000,0xda100000,0x0384000c,0xaf0a30df,0xda101213,0x3f0de46d,0x53088085,0x34a00031,0xb000000c,0x60000098,0x081f7a14,0x813c1570,0xf0af0601,0x6176feb0,0x180ea0d4,0x08693da3,0x834b1be1,0xb4376000,0xd9800000,0x038b000c,0xaf09f0da,0xd8500d12,0xaf05e39d,0x63097097,0x33300034,0x6000000c,0x0e0000c0,0x040f6c17,0x71141680,0xf05f0201,0xb16afdc0,0x1510e0d4,0x09a93da4,0x73511ca1,0xcc37b000,0xd9600000,0x038b000c,0xaf09d0d9,0xd6f00412,0x2eefe21d,0x7c0a30ae,0x31b00039,0x4000000b,0xaf0000f3,0xfecf5f19,0xc0ef1720,0xf03f0102,0x2158fce0,0x0f12a0d5,0x0ab936a5,0x535c1da1,0xe5389000,0xd9a00000,0x0378000c,0xad09a0d8,0xd5dff911,0x9ed5e08d,0x940ab0c0,0x30a0003e,0x4000000b,0x5e00011e,0xfa6f551b,0x50d31750,0xf03f0102,0x514bfc60,0x0b1390d5,0x0b4929a6,0x236c1e71,0xf7394000,0xda400000,0x0365000c,0xaa0960d4,0xd4aff011,0x0ec8df9d,0xa40af0c7,0x30300041,0x2000000b,0x3c000134,0xf85f4f1c,0x10c31750,0xf05eff02,0x8133fb90,0x091550d5,0x0c4908a6,0xf38b1e21,0xfd387000,0xdc200000,0x0369000c,0xa80920cd,0xd31fe910,0x8eb6de2d,0xba0c00c7,0x30300045,0xe000000b,0x07000150,0xf58f451d,0x60a81710,0xf06ef802,0xa10ffad0,0x0917f0cf,0x0d78daa7,0xb3af1de1,0xfc379000,0xde700000,0x0373000c,0xa40890c4,0xd21fdf0f,0xdea2dcdd,0xd50de0c1,0x3080004b,0xe000000a,0xd600016e,0xf1af351f,0x408316f0,0xf08eeb02,0xd0e3fa50,0x0c1b40bd,0x0eb8afa8,0x13ca1f01,0xea383000,0xe0200000,0x0380000c,0x9c0720b4,0xd2bfc50e,0x7e8ddc2d,0xf01120b3,0x31600052,0x5000000a,0xa2000188,0xebef1d22,0x205b1740,0xf0aedc03,0x00c0fa80,0x091d60ae,0x0f189ca8,0x13d72121,0xd938f000,0xe2200000,0x0389000c,0x9d0580a8,0xd3efa70c,0x9e7bdbee,0x0713d0a9,0x32400056,0xb000000a,0x78000191,0xe69f0e24,0xb04b17a0,0xf0cecc02,0xd09ffa90,0x0b1ea0a6,0x0ee891a7,0xb3d824d1,0xe138e000,0xe5400000,0x037e000c,0x9b047094,0xd4bf960a,0x0e7cdb7e,0x1615f099,0x3350005a,0xb000000a,0x5700018d,0xe33f0426,0x90481760,0xf12ebb02,0x107bfa60,0x181fa0a1,0x0e889ca7,0x13d427b1,0xe638b000,0xe8000000,0x0378000c,0x96035079,0xd5ef7d06,0xde91dc8e,0x0e18307f,0x34e0005d,0x4000000a,0x6400017b,0xe09efd28,0x404516b0,0xf18eac01,0x7066fa50,0x261ff0a5,0x0e58a0a4,0xf3cf27c1,0xc838e000,0xe6200000,0x038e000c,0x9a029063,0xd91f3f02,0xcea5dc9d,0xff19c074,0x35e0005f,0x1000000a,0x7900015e,0xe0ef0528,0xe03a15c0,0xf1fea101,0x5053fa70,0x2b2070a7,0x0e589ea4,0xd3c52631,0x99379000,0xe6e00000,0x03d1000c,0xa302b057,0xe17ee100,0xbeb1dc6d,0xea1ac079,0x35f00060,0x0000000a,0x8800013b,0xe0bf1429,0x702c1470,0xf2ee9801,0x6035fa40,0x3021c0a5,0x0e889ca5,0x23c62611,0x8e373000,0xe7900000,0x0433000c,0xad047055,0xe29e6eff,0xcecfdb8d,0xb71b008f,0x34f00061,0x2000000a,0x8c0000fd,0xdf2f2f2a,0x601211a0,0xf37e9b01,0x8029f9a0,0x3622b0a4,0x0e98aea5,0x839c2561,0x8a36c000,0xe7d00000,0x043a000c,0xa806205a,0xe40e56ff,0x4eefdadd,0x8f19c098,0x34400061,0xa000000a,0x900000e0,0xdebf3a2a,0x10060fe0,0xf3eea301,0x7025f8b0,0x3c22f0aa,0x0e58cea5,0xf34e2451,0x8c365000,0xe7c00000,0x042d000c,0xa506d059,0xe53e51ff,0x2f18da4d,0x6e18d094,0x34200062,0x1000000a,0x940000d9,0xdeff3e28,0x8fec1010,0xf42eac01,0x5027f790,0x4222c0b5,0x0e18e3a6,0x631c2381,0x8e360000,0xe7b00000,0x0422000c,0xb107304c,0xe63e51ff,0x1f49d9bd,0x5017e08b,0x34200062,0x9000000a,0xa30000d9,0xe13f4526,0xbfce1100,0xf41eb001,0x602ff710,0x432270bf,0x0e08e0a6,0xf3132341,0x8f35e000,0xe7a00000,0x041f000c,0xc107c03b,0xe70e57ff,0x0f5cd9bd,0x49176087,0x34500062,0xc000000a,0x9f0000e1,0xe1af4f26,0x5fcd1170,0xf41eb201,0x6035f6d0,0x4121f0c7,0x0e38cfa7,0x93122331,0x9235e000,0xe7800000,0x041f000c,0xc4084035,0xe7ce69ff,0x0f61d9dd,0x4b170086,0x34800062,0xc000000a,0x9c0000ea,0xe1bf5826,0x2fd511c0,0xf41eb301,0x6037f6c0,0x402150ce,0x0e88b8a8,0x43152351,0x9535e000,0xe7600000,0x0420000c,0xc3087034,0xe85e7fff,0x1f61d9dd,0x4c16e086,0x34900062,0xb000000a,0x9e0000ed,0xe24f5a26,0x1fd811e0,0xf47eb301,0x6038f6c0,0x3e20a0d4,0x0ee8a4a8,0xd31a2371,0x97360000,0xe7500000,0x0421000c,0xcc089038,0xe8ce93ff,0x2f57d9ed,0x5416708a,0x34b00062,0x8000000a,0x9a0000f3,0xe19f6125,0x6fe411e0,0xf4ceb301,0x5039f6d0,0x3d2000da,0x0f389ca9,0x331c2381,0x99360000,0xe7400000,0x0422000c,0xd708b03b,0xe91e9eff,0x2f4cd9ed,0x5c16008e,0x34e00062,0x4000000a,0x970000f9,0xe13f6724,0x9ff011e0,0xf4ceb401,0x603af6e0,0x3c1f50df,0x0f98a3a9,0x731c2381,0x9a360000,0xe7500000,0x0422000c,0xdc08a03b,0xe93ea0ff,0x1f4ad9ed,0x5d15e08d,0x34d00062,0x3000000a,0x960000f9,0xe14f6824,0x6ff211d0,0xf4deb401,0x803df710,0x3b1e90e2,0x1008b2a9,0x831c2381,0x9a360000,0xe7600000,0x0422000c,0xe208a03e,0xe93e9ffe,0xff44da0d,0x5f15c08d,0x34c00062,0x2000000a,0x960000fa,0xe0ef6a23,0xfff411e0,0xf4beb701,0xd046f790,0x371dd0e5,0x1078c6a9,0x831c2381,0x9a360000,0xe7800000,0x0422000c,0xcb097059,0xe92e9cfe,0xcf40da9d,0x6015a086,0x34a00061,0xc000000a,0x9c000100,0xe13f6923,0x3fed1240,0xf49eba01,0xf04af810,0x321d20e9,0x10d8d8a9,0x731c2381,0x99360000,0xe7a00000,0x0422000c,0xbd09a074,0xe91e97fe,0xaf41db1d,0x6115a07b,0x34900061,0x8000000a,0xa9000104,0xe1af6622,0xdfe31270,0xf46eb901,0xe04df870,0x321c70ee,0x1118e3a9,0x331c2381,0x99360000,0xe7b00000,0x0422000c,0xcb089076,0xe90e92fe,0x8f41db7d,0x64160073,0x34900061,0x8000000a,0xb20000ff,0xe26f6423,0x4fda1260,0xf42eb601,0xe051f900,0x351bc0f7,0x1108e7a8,0xd31c2381,0x99360000,0xe7b00000,0x0422000c,0xde079074,0xe8fe8afe,0x5f3bdbfd,0x6a16a06e,0x34a00061,0x7000000a,0xb70000fc,0xe1ef6224,0x6fd41260,0xf3eeb101,0xd055f9a0,0x391b2102,0x10c8e7a8,0x331c2381,0x99360000,0xe7b00000,0x0422000c,0xf206b078,0xe8ee7ffe,0x2f34dcad,0x74174069,0x34d00061,0x5000000a,0xbd0000fe,0xe1ef6025,0xbfce1230,0xf3aeaf01,0xc056f9c0,0x3b1a810d,0x1088e6a7,0x831c2381,0x99360000,0xe7b00000,0x0422000d,0x0505806c,0xe8ce73fe,0x0f31dd1d,0x7a178063,0x34f00061,0x7000000a,0xc4000102,0xe25f5e26,0x4fc61200,0xf36eab01,0xa059f9f0,0x3e1a0116,0x1048e4a6,0xd31c2381,0x99360000,0xe7900000,0x0422000d,0x0103d060,0xe8be69fd,0xff2fddad,0x7f18205f,0x35100061,0x8000000a,0xc7000103,0xe22f5b27,0x0fba1220,0xf35ea601,0x905afa30,0x4119911c,0x1058e3a6,0x631c2381,0x99360000,0xe7500000,0x0422000c,0xdf029073,0xe8be65fd,0xff29ddfd,0x83192061,0x35300061,0xa000000a,0xce000101,0xe22f5828,0x5fac1270,0xf36ea001,0x8057fa50,0x4319511c,0x10d8e3a6,0x231c2381,0x99360000,0xe6f00000,0x0422000c,0xc702008d,0xe8be67fe,0x1f22ddfd,0x8419f064,0x35300061,0xd000000a,0xd60000fa,0xe23f5629,0xffa21260,0xf36e9a01,0x8056faa0,0x45193119,0x11a8e3a6,0x031c2381,0x99360000,0xe6600000,0x0422000c,0xc102709c,0xe8ce6ffe,0x6f1bde1d,0x841a9066,0x35100061,0xc000000a,0xdb0000f2,0xe1bf562b,0x2f9b1220,0xf32e9501,0xb05bfac0,0x46191114,0x1298e3a5,0xf31c2381,0x99360000,0xe5b00000,0x0422000c,0xce03e0a1,0xe8de78fe,0xbf19de4d,0x801b406c,0x35100061,0xd000000a,0xd70000eb,0xe10f552c,0x5f951210,0xf2fe9201,0xc062fa90,0x47190111,0x1368e3a5,0xe31c2381,0x99360000,0xe5000000,0x0422000c,0xee054091,0xe8ee81ff,0x0f1fde5d,0x7b1bc06e,0x35000062,0x0000000a,0xd90000e7,0xe14f522d,0x2f941200,0xf2ee9001,0xb067fa20,0x4718e111,0x13e8e3a5,0xb31c2381,0x99360000,0xe4600000,0x0422000d,0x06066079,0xe8ee87ff,0x4f25de4d,0x791bd06a,0x34e00062,0x2000000a,0xdb0000e5,0xe14f4f2d,0x4f9711d0,0xf2de8f01,0xa069f9f0,0x4718b115,0x1408e3a5,0x531c2381,0x99360000,0xe3d00000,0x0422000d,0x0c06f072,0xe8fe89ff,0x5f27de4d,0x781bd069,0x34e00062,0x3000000a,0xdd0000e5,0xe17f4e2d,0x4f9811c0,0xf2de9001,0x906ff950,0x4418811c,0x1408e3a4,0xd31c2381,0x99360000,0xe3300000,0x0422000d,0x14070073,0xe8fe88ff,0x5f2cde3d,0x751bc069,0x34e00062,0x4000000a,0xdb0000e6,0xe1ef4d2d,0x3f9911d0,0xf2de9101,0xa074f8c0,0x41185125,0x13d8e3a4,0x531c2381,0x99360000,0xe2900000,0x0422000d,0x1d06c075,0xe8ee87ff,0x5f30de2d,0x721ba06a,0x34d00062,0x4000000a,0xd80000e8,0xe1df4c2d,0x2f991200,0xf2de9201,0xb075f8b0,0x4018112e,0x1398e3a3,0xd31c2381,0x99360000,0xe2100000,0x0422000d,0x2306206f,0xe8ee86ff,0x4f31de2d,0x711ba06b,0x34c00062,0x4000000a,0xd90000e9,0xe1cf4d2d,0x1f991220,0xf2be9201,0xd078f8c0,0x3f17d136,0x1358e3a3,0x831c2381,0x99360000,0xe1c00000,0x0422000d,0x3204a063,0xe8ee87ff,0x4f31de3d,0x701bb06b,0x34a00062,0x4000000a,0xd60000eb,0xe1cf512c,0xff9b1260,0xf27e9001,0xe07df8d0,0x3e17613d,0x1318e3a3,0x631c2381,0x99360000,0xe1b00000,0x0422000d,0x3d03a063,0xe8fe8aff,0x4f30de5d,0x6c1bc06b,0x34700062,0x6000000a,0xd20000e9,0xe15f562c,0xff9d1230,0xf24e9401,0xe080f8a0,0x3d16e145,0x12a8e3a3,0x531c2381,0x99360000,0xe1c00000,0x0422000d,0x4a02a058,0xe8fe8fff,0x5f31de4d,0x681ba06a,0x34400062,0x7000000a,0xd00000ea,0xe12f582c,0xff9b1230,0xf22e9902,0x1082f860,0x3a16614c,0x1238e3a3,0x531c2381,0x99360000,0xe1e00000,0x0422000d,0x5b00f044,0xe90e95ff,0x6f34de4d,0x681b6067,0x34000062,0x7000000a,0xd00000f1,0xe17f582c,0xbf9a1250,0xf21e9a02,0x2084f850,0x39160153,0x11c8e3a3,0x631c2381,0x99360000,0xe2000000,0x0422000d,0x5e006041,0xe90e9aff,0x5f34de5d,0x6a1b5065,0x33e00062,0x6000000a,0xd10000f5,0xe20f572c,0x9f9a1260,0xf21e9c02,0x208af850,0x3c15e159,0x1168e3a3,0x831c2381,0x99360000,0xe2200000,0x0422000d,0x53013053,0xe91e9eff,0x2f34de3d,0x6b1b3065,0x33d00062,0x6000000a,0xd20000f7,0xe1ef572c,0xaf9b1250,0xf23ea502,0x3093f820,0x4216015e,0x1108e3a3,0xd31c2381,0x99360000,0xe2200000,0x0422000d,0x4c01e059,0xe90e9ffe,0xcf35dded,0x681a9066,0x33b00062,0x5000000a,0xd1000100,0xe2cf542c,0x8f9b1250,0xf24ea902,0x5099f830,0x44167164,0x10a8e3a4,0x531c2381,0x99360000,0xe2200000,0x0422000d,0x52028061,0xe8ee9efe,0x2f34dded,0x6c1a4064,0x33a00062,0x2000000a,0xcf00010b,0xe2bf512c,0x4f9d1250,0xf23ea902,0x409bf860,0x4416f168,0x1048e3a4,0xd31c2381,0x99360000,0xe2200000,0x0422000d,0x5405607d,0xe8de9dfd,0x6f2eddfd,0x741a3063,0x33a00062,0x0000000a,0xd000010f,0xe28f522c,0x0f9e1230,0xf24eaa02,0x409cf860,0x4417716c,0x1008e3a5,0x531c2381,0x99360000,0xe2200000,0x0422000d,0x5407e089,0xe8de9cfc,0xcf27dddd,0x781a3064,0x33a00062,0x0000000a,0xd100010d,0xe2af562b,0xef9e1220,0xf22eaa02,0x609df880,0x4217d16e,0x1008e3a5,0xb31c2381,0x99360000,0xe2200000,0x0422000d,0x5b07c076,0xe91e9efc,0x5f23dddd,0x791a6067,0x33900062,0x1000000a,0xce00010f,0xe2ef552c,0x0f9b1240,0xf1dea802,0xa0a3f8e0,0x3f18216f,0x1028e3a5,0xf31c2381,0x99360000,0xe2200000,0x0422000d,0x5c075068,0xe9aea2fc,0x1f1fdded,0x7b1af06b,0x33800062,0x1000000a,0xc7000111,0xe27f502c,0x6f971260,0xf18ea602,0xb0abf960,0x3e17a16d,0x1008e3a6,0x331c2381,0x99360000,0xe2200000,0x0422000d,0x4607906e,0xea9ea9fb,0xef1edded,0x7b1b606f,0x33a00062,0x4000000a,0xc500010e,0xe2ef4d2c,0xff941250,0xf16ea802,0xb0b0f970,0x3c17416f,0x0ff8e3a6,0x731c2381,0x99360000,0xe2200000,0x0422000d,0x2e07106a,0xebaeb1fb,0xdf20ddcd,0x791b8072,0x33a00062,0x7000000a,0xbd00010e,0xe27f4b2d,0x6f911250,0xf15ea902,0xb0b1f970,0x3c17316f,0x0fe8e3a6,0x831c2381,0x99360000,0xe2200000,0x0422000d,0x2806d068,0xec8eb8fb,0xcf21ddbd,0x791b7073,0x33b00062,0x8000000a,0xbb00010e,0xe25f4b2d,0x7f901250,0xf17eaf02,0x80b1f920,0x3b164177,0x0f88e3a6,0x631c2381,0x99360000,0xe2200000,0x0422000d,0x1b051061,0xed0ebcfb,0xbf2bdd4d,0x751af072,0x33b00062,0x9000000a,0xbb000111,0xe2bf472d,0x6f911250,0xf19eb502,0x50b0f8e0,0x3b15217c,0x0f18e5a6,0x331823a1,0x9935f000,0xe2200000,0x0425000d,0x1003505d,0xed2ebbfb,0x8f35dcdd,0x721a606f,0x33b00062,0x9000000a,0xbb000114,0xe38f442d,0x3f941240,0xf18eb502,0x40b1f8e0,0x3b14a16d,0x0ec8e7a5,0xe31523c1,0x9935d000,0xe2200000,0x0427000d,0x0f03105f,0xed1eb9fb,0x5f37dccd,0x711a406e,0x33b00062,0xa000000a,0xb9000113,0xe3af432d,0x3f951230,0xf15eb602,0x20b4f900,0x3c13c172,0x0e48e3a4,0xf31c2381,0x99360000,0xe1600000,0x0422000d,0x0b02a063,0xed0ebcfb,0xbf3cdcad,0x6e1a106b,0x33c00062,0xc000000a,0xb8000112,0xe3ff432d,0x2f971210,0xf0cebc01,0xf0bff9c0,0x3e12a167,0x0de8d6a2,0xc33f22d1,0x9936c000,0xdef00000,0x040b000d,0x0101605d,0xed1ec7fd,0x1f48dc3d,0x651a2068,0x33b00063,0x3000000a,0xaf00010f,0xe3df432d,0x0f951250,0xf04ec201,0xd0c8fa60,0x3c120146,0x0de8d7a0,0x13552101,0x7f370000,0xe0100000,0x03ee000c,0xfbffe050,0xed0ecaff,0x2f53dbed,0x5c1a4065,0x33a00063,0x9000000a,0xa600010c,0xe3ef452d,0x0f9112a0,0xefbecd01,0x70d1fb00,0x33118136,0x0e890da3,0x62e71f61,0x51379000,0xea900000,0x03d5000c,0xfbfd7042,0xed2ed201,0x5f60db9d,0x4e1a105c,0x33800063,0xd000000a,0xa500010a,0xe37f4e2d,0x5f8f12b0,0xef6edc01,0x30d7fb50,0x2a10d11b,0x0ed8fc9f,0x333b1f21,0x1a3af000,0xe6000000,0x03c5000c,0xf9fb8040,0xedaf0703,0x3f6fdb5d,0x3d198054,0x33800063,0xf000000a,0xa2000109,0xe38f572d,0x7f8e12b0,0xef5ef701,0x00dcfb90,0x210fa101,0x0ec8ec9b,0xd37d1ee0,0xdf3f4000,0xe1700000,0x03be000c,0xf2fa505b,0xee2f0e04,0xbf8bdb0d,0x2217b04c,0x33a00063,0x6000000a,0x9900010b,0xe29f5d2d,0x0f8e12b0,0xef4f1200,0x90e1fcd0,0x190e50f3,0x0ed9059c,0xa3561d00,0x9f423000,0xe5000000,0x03c6000c,0xf5f9207c,0xeeff1605,0x6fa6dabd,0x09159040,0x34200062,0x7000000a,0x96000106,0xe10f662c,0x7f911290,0xeeef16ff,0xf0e20020,0x1c0d70ac,0x0f390a9b,0xc35a1b70,0x7243c000,0xe4b00000,0x03d2000d,0x06f8d07c,0xefaf1505,0xef9ddafd,0x0814f037,0x34d00061,0x7000000a,0x920000ec,0xde6f782c,0x4f921210,0xee0f11ff,0x80eb03a0,0x280c907d,0x0f59729d,0xb3d91ca0,0x69414000,0xe9100000,0x03da000d,0x1ff8f05d,0xf01f1b06,0x9f88dbbd,0x0b14c030,0x35a00060,0x5000000a,0x850000cd,0xdc1f8e2b,0xbf911180,0xed9f0fff,0x40f505b0,0x320b9050,0x0f48cd95,0x53ec1e00,0x613ec000,0xddd00000,0x03db000d,0x36f91036,0xf09f4707,0x2f7fdc4d,0x0914d02f,0x3670005f,0x4000000a,0x7b0000b9,0xda6f982b,0x0f8d1170,0xed2f09fe,0xa10e0870,0x4309105e,0x0ed8a692,0xe3e71de0,0x2b42a000,0xde000000,0x03a7000d,0x59f99ff6,0xf12f7907,0x7f81db7d,0x01155038,0x3800005f,0x5000000a,0x6b000092,0xda6f9c2a,0x2f821140,0xed0f06fe,0x411e09d0,0x4c078056,0x0e489291,0xc3e61d9f,0xfe474000,0xe0600000,0x0352000d,0x69f9cfd8,0xf1afa707,0xbf86da2c,0xfd152042,0x38c00060,0x0000000a,0x5e000079,0xdb7f9a29,0xcf7a1080,0xed3f02fd,0xe1350ae0,0x5c055052,0x0cb86d90,0x53eb1dc0,0x21486000,0xe1600000,0x02f3000d,0x72f90fc2,0xf21fc808,0x0f95d88c,0xef135057,0x3930005f,0xf000000a,0x4c000056,0xdcdf9428,0x8f6b0e70,0xed5f01fd,0xc1430b50,0x6604303c,0x0bc8568e,0x83f11e10,0x4448d000,0xe1500000,0x02b7000d,0x70f81fbb,0xf28fdf08,0x5f9cd8ac,0xe711f062,0x3930005e,0x9000000a,0x52000046,0xddcf9227,0x2f650d70,0xedaf00fd,0xb14a0b70,0x6b03903d,0x0b18418d,0x43f51e80,0x2e489000,0xe0e00000,0x02bc000d,0x6ef71fba,0xf2dfeb08,0x9f9ed8cc,0xe410e069,0x3930005d,0x8000000a,0x5a00003f,0xdeaf9425,0x5f660d10,0xee2efcfd,0x71550b80,0x7702803f,0x09c8218a,0xc3fb1f60,0x1747b000,0xe0100000,0x02ca000d,0x5cf52fbf,0xf34ff108,0xefa0d93c,0xde0f2078,0x3930005b,0x2000000a,0x69000034,0xe01f9822,0x1f6c0cf0,0xeebef8fd,0x415f0b80,0x8101906d,0x08a80888,0x840122f0,0x26439000,0xdf500000,0x02e6000d,0x48f36fc5,0xf4dff309,0x7fa1d9dc,0xd70da086,0x39300058,0xe000000a,0x7900002c,0xe0cf9d1f,0x5f720cf0,0xeeeef9fd,0x41610b60,0x84014040,0x08480087,0xc40327d0,0x44400000,0xdf200000,0x02fa000d,0x3ff2dfc7,0xf61ff409,0xffa1da2c,0xd50d3088,0x39200057,0xe000000a,0x8100002c,0xe13f9e1e,0x9f750d20,0xef6efdfd,0x71610ad0,0x8800a037,0x0797ed85,0xe4022c20,0x75411000,0xde900000,0x02c9000d,0x31f1afc7,0xf58ff40a,0x4fa3dafc,0xd00c208b,0x38d00055,0x5000000a,0x9b00002f,0xe29fa21d,0x2f7a0df0,0xf03f03fd,0xc15b09d0,0x87fff055,0x06a7c283,0x23f62f00,0x99425000,0xdde00000,0x0296000d,0x32f03fbd,0xf4bff40a,0x6fa5dc5c,0xc90ac092,0x38700051,0x4000000a,0xc2000035,0xe45fa71b,0xbf830f30,0xf0ef08fd,0xc1560910,0x87ff7056,0x05b79f80,0xd3e52fb0,0x9741b000,0xdd400000,0x029d000d,0x38efafbb,0xf4aff60a,0x2fa8dd0c,0xc509809d,0x3860004e,0x5000000a,0xdd000036,0xe5ffac1b,0x4f8f0f90,0xf1bf0efd,0xa1510850,0x88fed05d,0x04b77f7e,0x63d42fc0,0x8c411000,0xdc800000,0x02a4000d,0x34ef7fc4,0xf4bff40a,0x2facddec,0xc007b0ab,0x3870004a,0x9000000a,0xfb000036,0xe7efb11a,0xcfa00f70,0xf29f1bfe,0x214507a0,0x81fed069,0x04c7667d,0x53bf2de0,0x69419000,0xdcf00000,0x0295000d,0x33f00fd5,0xf48fed0c,0x3faadf2c,0xc00590b9,0x38900045,0xd000000b,0x1e000044,0xea3fae18,0x9fb70f60,0xf39f27fe,0x61390750,0x7ffe9059,0x04675d7b,0xd3b72aa0,0x44422000,0xdc800000,0x0288000d,0x26f10fe6,0xf4afde0f,0xdfa5e00c,0xc30400c4,0x38c00041,0xb000000b,0x42000056,0xed0fa916,0xafc50fb0,0xf56f3bfe,0x51220710,0x7ffe0065,0x03675a79,0x73b12660,0x3441e000,0xdb400000,0x02bf000d,0x0ef31004,0x000f9e13,0xcf9de08c,0xcb0210d6,0x3950003c,0x0000000b,0x7d000071,0xf0ffa114,0x9fd41090,0xf71f4bfe,0x310806e0,0x7efdc056,0x02e75a79,0x53ab2380,0x2d416000,0xdbc00000,0x02fa000d,0x07f50020,0x0baf6c16,0x2f97e03c,0xcc00d0e9,0x39d00037,0x8000000b,0xab000080,0xf54f9a13,0xafe11150,0xf91f5dfe,0x40e906d0,0x7bfdc04a,0x02e75278,0xe39e2430,0x3740a000,0xdb400000,0x02fc000d,0x13f7202c,0x0bdf6a16,0x4f90dfec,0xcdff70ff,0x3a800032,0x1000000b,0xe1000090,0xf9cf8b12,0x4ffc11e0,0xfb4f6efd,0xc0c706e0,0x77fda043,0x02e73378,0x438224f0,0x44400000,0xd9d00000,0x02fa000d,0x3df8e031,0x0baf6c16,0x2f96dfdc,0xc7fd810b,0x3b20002b,0x6000000c,0x24000090,0xfe5f7f11,0x10221180,0xfd1f80fd,0xc0aa0730,0x73fd7041,0x02174379,0x53852450,0x453fe000,0xdaa00000,0x02fa000d,0x45fa6046,0x0baf6c16,0x2f9ce02c,0xbbfb7114,0x3ba00024,0x0000000c,0x7000008d,0x05af770e,0xa0561000,0xfe6f95fe,0xc0960770,0x69fd4009,0x0187667b,0x13942380,0x44400000,0xdc100000,0x02fa000d,0x38fbf056,0x0baf6c16,0x2f91e11c,0xacfa411b,0x3c50001c,0x8000000c,0xc200009b,0x0a0f710a,0x20f20d90,0xff1fa0ff,0x308e07f0,0x62fd4ff7,0x00e7797b,0x839e2380,0x44400000,0xdc100000,0x02fa000d,0x2efcf05d,0x0bbf6c16,0x2f75e2bc,0xa8fa711a,0x3d300016,0x1000000d,0x0c0000b4,0x0c9f7405,0xd1500b60,0xff1fa7ff,0x208f0800,0x5ffd4fe8,0x0087807c,0x339f2380,0x44400000,0xdca00000,0x02fa000d,0x2cfd1068,0x0baf6c16,0x2f5de45c,0xa1fab10f,0x3d900011,0xe000000d,0x410000ce,0x0e3f8003,0xb17e0a50,0xfebfb5fe,0xf0930770,0x5dfd4ffb,0x00578c7e,0x03a022f0,0x44400000,0xde500000,0x02fa000d,0x23fce080,0x0aff6c16,0x4f46e68c,0x8efa710e,0x3d40000d,0x5000000d,0x5b0000f3,0x0fbf9402,0x018c0970,0xfeafebfe,0xe09206d0,0x58fd3fb2,0x0027a87f,0x43aa2220,0x44400000,0xdf700000,0x02fa000d,0x06fd3088,0x0a2f6b16,0x5f41e80c,0x6cfa5100,0x3d10000b,0x2000000d,0x88000100,0x0d7f8e00,0x41620840,0xfeffdaff,0xe08e0660,0x53fd2fd2,0x0017c080,0x03b42150,0x44400000,0xe0000000,0x02fa000c,0xecfd808b,0x09bf6b16,0x6f45e90c,0x4ffa40f1,0x3cf0000a,0x6000000d,0xad0000ff,0x098f81ff,0x215b0770,0xff3fd6ff,0x908c0630,0x50fd1fbb,0x0017c380,0x23b520b0,0x44400000,0xe0100000,0x02fa000c,0xeafd708c,0x097f6b16,0x7f4ee98c,0x43fa30d6,0x3d00000a,0xa000000d,0xe90000e8,0x069f7bff,0x01330750,0xffafd9ff,0xa0890600,0x4cfd1fcb,0x0037bc80,0x13b020a0,0x44400000,0xdff00000,0x02fa000c,0xf4fcf08f,0x09bf6b16,0x6f66ea0c,0x37f9f0bb,0x3ce0000c,0xa000000e,0x2500009f,0x00af78ff,0x80fe0780,0x004fe2ff,0xd08005b0,0x49fd3fc6,0x0037be80,0xa3ad20b0,0x44400000,0xe0800000,0x02fa000c,0xf7fcd096,0x0a2f6b16,0x5f7dea6c,0x2df970b4,0x3c80000f,0xa000000e,0x43000047,0xfb1f8600,0x00f307f0,0x00eff600,0x60630520,0x43fd5fbf,0x0007da82,0x33b420b0,0x44400000,0xe1d00000,0x02fa000c,0xe1fd90a0,0x0a8f6b16,0x4f92eafc,0x21f880ac,0x3b800014,0xe000000e,0x7c000fd9,0xf49fa800,0x50dc08d0,0x018ffb00,0x805604d0,0x3cfd6fd7,0x0007ea82,0x93bb20b0,0x44400000,0xe1e00000,0x02fa000c,0xd1fe5099,0x0aef6b16,0x4f91eb2c,0x21f870b1,0x3af00018,0x8000000e,0x90000fcb,0xf2cfb2ff,0xe0d008e0,0x021ffa00,0x704c0490,0x33fd8fdb,0xffe7f282,0xe3be20b0,0x44400000,0xe2200000,0x02fa000c,0xcbfe809d,0x0b5f6c16,0x3f9dec0c,0x25f8b0b3,0x3b00001a,0x9000000e,0xa1000fcf,0xf3dfafff,0x60c508c0,0x022ffa00,0x704103d0,0x29fdcfcf,0xffd81183,0xb3c820b0,0x44400000,0xe2f00000,0x02fa000c,0xb1ff00af,0x0baf6c16,0x2fc5ed0c,0x19f890bd,0x3aa0001a,0xf000000e,0xa8000fc7,0xf7efa9ff,0x00b908d0,0x032ff701,0x403b02f0,0x21fe0ff3,0xffe83184,0x23d420b0,0x44400000,0xe3400000,0x02fa000c,0x92ff80b9,0x0baf6c16,0x2fe0ed6c,0x09f850cc,0x3a100019,0x6000000e,0x9e000fc9,0xf9efa1fe,0xa0b408c0,0x039fed01,0x003102a0,0x1efdf004,0xffd84183,0xe3d920b0,0x44400000,0xe2b00000,0x02fa000c,0x88ff40b6,0x0baf6c16,0x2febf05c,0x03f900ca,0x3a700013,0x5000000e,0xb1000fec,0xf8cf93fe,0x20ac08a0 +}; + +u32 ANIM_ENTRY_fire_kneel_left_leg[] = +{ + 0x02bfeffd,0xc01902a0,0x1406b00f,0x03385088,0x13caa0b7,0x82c4f000,0xe4800000,0x022d000c,0xb2faa086,0x000fda15,0x5fdff3ec,0x35f9b068,0x3f70000f,0xe000000f,0x9900000b,0xf9ffdaff,0x303808f0,0x021feefd,0xc02802d0,0x1706b00c,0x03186789,0x23d6a277,0x5ac3a000,0xe5000000,0x022b000c,0x9cfb8090,0x000fda15,0x5ff9f42c,0x1ff82074,0x3da00011,0x1000000f,0x5f000feb,0xf92ff501,0x804c0aa0,0x017feafd,0xe03502c0,0x0f06b009,0x03287789,0xd3dca137,0x5dc30000,0xe5400000,0x023b000c,0x92fc3098,0x000fda15,0x5ffaf44c,0x1bf85082,0x3ce00012,0x3000000f,0x2e000fea,0xf85ffa01,0xb0640ad0,0x00cfe4fe,0x204402b0,0x0206d006,0x03a86789,0xf3d1a1d7,0x4fc2a000,0xe4e00000,0x0249000c,0xb4fc5092,0x000fda15,0x5fdff55c,0x24f9508e,0x3c500012,0xf000000e,0xf000000c,0xf73fe901,0x70910a30,0xffffe0fe,0x30540310,0x0206e005,0x04184f8a,0x13c1a327,0x3ac22000,0xe4800000,0x0257000c,0xe0fc208c,0x000fda15,0x5fd2f65c,0x25f9409f,0x3be00013,0x9000000e,0xa7000015,0xf61fe802,0xd0b80ac0,0xff1fddfe,0x20630340,0x0106e003,0x0428518a,0xb3bba467,0x2cc06000,0xe4d00000,0x026a000c,0xf2fc0092,0x000fda15,0x5fb5f76c,0x34fa30b9,0x3bf00014,0xe000000e,0x5a000038,0xf4ffd402,0x30da0a00,0xfe7fddfe,0x506e033f,0xfd06e001,0x0428598b,0x53baa527,0x21bf0000,0xe5200000,0x0276000c,0xf8fc0098,0x000fda15,0x5f97f84c,0x44fb60ce,0x3cb00016,0x0000000e,0x1f00005f,0xf3ffba00,0xe0f408d0,0xfddfe5fe,0x807a02ff,0xfc070ffd,0x04685d8b,0x83bba427,0x1bbfb000,0xe4b00000,0x026f000d,0x00fc0091,0x000fda15,0x6f86f85c,0x59fbe0ea,0x3d600018,0x3000000d,0xd800008c,0xf2af9bff,0x50fc07f0,0xfd7feefe,0xb08402af,0xfc071ff9,0x04a85e8b,0x83bca327,0x13c0a000,0xe4200000,0x0262000d,0x09fbf085,0x000fda15,0x5f7cf83c,0x6cfc1104,0x3de0001a,0x6000000d,0x9e0000af,0xf18f82fe,0x10fb0750,0xfd5feffe,0xb08802af,0xfc072ff8,0x04b85d8b,0x73bba446,0xfec0d000,0xe4000000,0x0253000d,0x11fbd083,0x001fda14,0xdf7af82c,0x72fc210d,0x3e10001b,0x0000000d,0x8b0000b7,0xf15f7cfd,0xc0f90720,0xfd0ff1fe,0x808f029f,0xfb070ff8,0x04d8538b,0xa3b5a566,0xf0c0c000,0xe4200000,0x024a000d,0x22fb507f,0x000fda13,0xef77f7fc,0x7cfc211c,0x3e70001c,0x0000000d,0x710000c3,0xf0ff72fd,0x60eb06c0,0xfc0ffdfd,0xa0a8023f,0xf906aff4,0x0548368c,0x73a1a337,0x34c08000,0xe4800000,0x0285000d,0x66f9b070,0xff6fda11,0x8f6ef7ac,0xaafc2162,0x3fd00020,0x2000000c,0xf70000fd,0xef5f42fb,0x60aa0560,0xfbe013fd,0x40b1016f,0xfa065ff1,0x05e8318d,0x339da0f7,0x79c05000,0xe4800000,0x02c3000d,0x78f96061,0xfe9fda0e,0xaf72f79c,0xc5fbe194,0x40500022,0x4000000c,0xbf00012e,0xeeaf1cfa,0x40710570,0xfb9029fc,0xd0c1011f,0xff05efeb,0x0698238d,0x139ba0f7,0x71c0a000,0xe3700000,0x02c4000d,0x89f95043,0xfddfda0c,0xef7ef71c,0xdbfba1c9,0x40200024,0xb000000c,0x9d000158,0xee7efafa,0xe04106b0,0xfb403afc,0x20d10150,0x04053fe2,0x06d8158d,0x5397a167,0x68c0d000,0xe2e00000,0x02c4000d,0x9ff9002b,0xfd2fda0b,0x4f8af71c,0xf3fb31f9,0x3f100026,0x9000000c,0x9c000178,0xee2edefc,0xc0130840,0xfa3048fb,0xd0e501d0,0x0e04ffd4,0x06b80c8e,0x0393a267,0x8fbf9000,0xe3100000,0x02ee000d,0xa8f93014,0xfc7fda09,0x5f90f6bd,0x04fa5228,0x3cc00029,0xd000000c,0x9d000194,0xed7ed1fe,0xeff10980,0xf8e053fb,0xe10002b0,0x1b047fc3,0x0668038d,0xc396a3a7,0xb5be8000,0xe1c00000,0x0315000d,0xa5fa1ff4,0xfbbfda07,0x7f93f62d,0x15f9a249,0x3aa0002e,0x0000000c,0xae0001b8,0xec1ec800,0x5fe409e0,0xf76059fb,0xa12003c0,0x2e03cfb7,0x05a7f68d,0x5399a497,0xb0bfa000,0xe0300000,0x0306000d,0xa7fabfdc,0xfb0fdc05,0xdf99f64d,0x37f9f24f,0x39f00032,0x9000000c,0xd10001df,0xe9deb400,0xaff009b0,0xf5105bfb,0x214104a0,0x4603afab,0x04f7e18d,0x6394a5a7,0xa0c0c000,0xdfe00000,0x02f4000d,0xb3fb3fcc,0xfa5fdb04,0xafa4f53d,0x67faa24d,0x3a100039,0x6000000c,0xd8000204,0xe75e9e00,0x80130900,0xf33059fa,0xd15a0580,0x5f03afa6,0x0497cc8c,0xf392a737,0x83bfd000,0xdf400000,0x02f5000d,0xb7fbcfb9,0xf9afd303,0xdfb1f34d,0x8dfa4252,0x39b00042,0x4000000c,0xbb00021e,0xe5ae8c01,0xa0420820,0xf28057fa,0x91620640,0x6c03dfa7,0x0467b88c,0x5390a8e7,0x64be9000,0xdea00000,0x02fa000d,0xbefb7faf,0xf8dfc503,0x8fcaf1ed,0xa1f86269,0x38700047,0x6000000c,0x79000225,0xe56e7b03,0xc06e0820,0xf18052f9,0xf16a0720,0x81048fab,0x03f79f8b,0x938daa57,0x52be0000,0xde900000,0x0306000d,0xc6f9cfb5,0xf7dfaf03,0xe006f02d,0xb5f3d29c,0x3540004e,0xf000000b,0xe200021f,0xe6ce6707,0xc0ae08e0,0xf06050f9,0xa1740770,0x97054fb5,0x03f7a38b,0x5390ab37,0x45bde000,0xdf500000,0x030f000d,0xaef82fcb,0xf6af9804,0xb03eef8d,0xb3f092b3,0x32700055,0x5000000b,0x7900021d,0xe96e6c09,0x50cd0990,0xefa04ff9,0x71770790,0xa2068fc3,0x03e7ad8a,0xf391aa97,0x40bf4000,0xdfd00000,0x0304000d,0x8df66ff0,0xf58f8506,0xc075efad,0xa1ed62c4,0x2f600059,0xe000000b,0x1d000222,0xec0e7909,0xf0e80a60,0xef304bf9,0x51760770,0xa807afd2,0x03a7c38b,0x738ea9a7,0x39c09000,0xe1200000,0x02f5000d,0x63f4c02d,0xf46f7709,0x709ef0cd,0x8eea82cd,0x2c00005d,0x1000000a,0xd100021b,0xedde8c0b,0xd10e0bb0,0xeea047f9,0x71780730,0xae085fda,0x03b7e48c,0x738ba937,0x25bfd000,0xe2f00000,0x02ec000d,0x32f4306b,0xf34f700b,0xa0b2f23d,0x7de922d0,0x29d0005f,0xb000000a,0x9c00020f,0xeebea40d,0xb13a0d00,0xee2048f9,0xe17a06e0,0xab08bfde,0x03e7ff8d,0x3389a897,0x0ebe8000,0xe3e00000,0x02e7000d,0x0ef4d094,0xf22f6d0e,0x20bdf31d,0x68e962f1,0x28d00062,0xd000000a,0x64000202,0xeeeeb80e,0x91470dd0,0xed704cfa,0xf17b0680,0x9a091fe0,0x0468208e,0x9378a5e7,0x02bd4000,0xe5300000,0x02ef000c,0xeef630cb,0xf11f7012,0x30d3f46d,0x41ea9313,0x28300065,0x0000000a,0x270001e7,0xef2ed010,0x11560f70,0xed404cfb,0xd1750610,0x84098fdc,0x05085492,0xf339a2b6,0xf6bc5000,0xe9500000,0x02f4000c,0xe5f7a11b,0xf00f7b16,0x90faf60d,0x1debf306,0x28400064,0x3000000a,0x0e0001b5,0xf0cedb13,0x016911c0,0xed704bfc,0x11650580,0x7709bfd9,0x05a8b495,0x6329a116,0xd6bc3000,0xeac00000,0x02b8000c,0xa7fbb166,0xef3fc219,0xe110f69d,0x14ecd2f5,0x28800063,0x2000000a,0x09000193,0xf34eeb15,0x01751320,0xed904bfc,0x115c0520,0x7109efd8,0x0618ef96,0x03309f66,0xbebc2000,0xea600000,0x027f000c,0x7afeb186,0xee70101c,0xa113f69d,0x18ed32f0,0x28d00062,0xb000000a,0x0900018a,0xf4cef915,0x91841380,0xee1045fc,0x415704a0,0x610a1fe2,0x06a94698,0x43189b66,0xc6bb9000,0xea200000,0x029a000c,0x6a02b1a8,0xed70291f,0x210bf68d,0x1dee72f4,0x29f00061,0xf000000a,0x0300018e,0xf73f1216,0x218813d0,0xeee03bfc,0x61510470,0x510a5ff0,0x07098c9a,0xb2f59706,0xd2baa000,0xe9f00000,0x02c4000c,0x6705a1c1,0xec803721,0x00fbf6bd,0x22f032f8,0x2bf00061,0x0000000a,0x02000193,0xf96f2516,0x81971400,0xefb02bfc,0x414604c0,0x4c0a9ff9,0x0729a49b,0x92e29456,0xd8b97000,0xe9d00000,0x02de000c,0x700661cb,0xeb703f22,0x10e2f75d,0x28f1e2f5,0x2df0005f,0x9000000a,0x1100018e,0xfa5f2816,0xb1a01420,0xf16005fc,0x112e04f0,0x430b4018,0x0779e79e,0x02b49216,0xd8b82000,0xe9400000,0x02f6000c,0x8208d1e0,0xea704222,0xa0aaf90d,0x36f622fa,0x3250005d,0x4000000a,0x27000185,0xfccf2517,0x31a71460,0xf27fe5fc,0x211e0420,0x3f0c003f,0x07aa25a0,0x728c8f96,0xc6b70000,0xe8100000,0x030f000c,0x900bb1eb,0xe9b04022,0xa07ffacd,0x41f9a2fd,0x35a0005a,0xd000000a,0x37000183,0xfeff1a17,0xb1aa1490,0xf27fe5fc,0x211101f0,0x3a0d106d,0x07aa3fa2,0x82738e16,0xa4b5b000,0xe6600000,0x032a000c,0xa50d51ee,0xe9003922,0x3064fbfd,0x3ffb42f7,0x36f00059,0xe000000a,0x48000186,0x001f1218,0x91991480,0xf40fc7fb,0x20f4fcc0,0x310f80be,0x07aa3fa5,0xa2558e66,0x5fb2f000,0xe3b00000,0x0347000c,0xe10e11f1,0xe7f02e20,0x6046fdbd,0x38fb32f6,0x36700056,0xf000000a,0x5400018b,0x007f021a,0xe1661400,0xf43fa5fb,0x70ecf970,0x3310b0df,0x07aa29a6,0xb25a8fa6,0x2db0f000,0xe1c00000,0x0371000c,0xff0d91e6,0xe6b0191c,0x7040fddd,0x35f8d2f1,0x33b00057,0x0000000a,0x50000183,0x002efc1c,0xb16613d0,0xf3dfd2fa,0x40e4f0e0,0x3112a0fb,0x08b9c3a6,0x92a096b6,0x6cb52000,0xdc200000,0x03f9000d,0x1a0b71a0,0xe4bf8c0c,0x505dfaad,0x12f0d2b5,0x2b000059,0x8000000a,0x55000163,0xff0f001f,0x61641390,0xf43fedfa,0xb0cbeba0,0x2813e107,0x098976a5,0xd2cea026,0xabb95000,0xd9500000,0x0466000d,0x2e094165,0xe20eebfd,0x0072f9ed,0x03ecf298,0x27000059,0x2000000a,0x5d000161,0xfebeff20,0x61871350,0xf4cff1fa,0xe0b0e910,0x2414a10a,0x0a1944a5,0x02e6a576,0x14b63000,0xd8700000,0x0431000d,0x3606b121,0xdd9eb9fa,0x907dfa3d,0x04ebd28f,0x26200058,0x3000000a,0x63000169,0xfedefb20,0xc19e1310,0xf50fedfa,0xc090e650,0x2915d108,0x0b2905a3,0x6311aa45,0x8ab40000,0xd6b00000,0x03d5000d,0x370450e4,0xdb2e9cf9,0xb086fa7d,0x09eb2284,0x25d00057,0x9000000a,0x62000177,0xffaefa21,0x81af1290,0xf52fecfa,0xc084e540,0x2e167106,0x0bb8e4a0,0xe32bafa5,0xc7c00000,0xd5a00000,0x0382000d,0x340250bb,0xe46e8df8,0xb087fa9d,0x0aeae280,0x25b00057,0x0000000a,0x60000182,0x004eff21,0xc1aa1250,0xf54febfa,0xd075e430,0x32174101,0x0c28ca9f,0xd338afd5,0xcec09000,0xd4e00000,0x0384000d,0x2d01309c,0xe46e8df8,0xb083fadd,0x09eab27a,0x25900056,0x7000000a,0x5d000198,0x015f1322,0x01b01240,0xf56febfa,0xd066e380,0x3917d0fd,0x0c38bba0,0x633eafd5,0xd2c0d000,0xd4700000,0x0385000d,0x20016081,0xe46e8ff8,0xa080fafd,0x08ea7276,0x25600056,0x2000000a,0x5d0001a1,0x01af1a22,0x01ae1230,0xf58febfa,0xb05ee3b0,0x4317e0f3,0x0c28a8a0,0x334eafa5,0xd2c0b000,0xd5200000,0x0384000d,0x1601d06c,0xe48e95f8,0x907cfb0d,0x06ea4271,0x25200056,0x0000000a,0x5e00019a,0x018f1a22,0x31a31240,0xf5afebfa,0x905ae410,0x4b17e0e8,0x0c3896a0,0x234aaf55,0xd0c05000,0xd6800000,0x0381000d,0x1201f05b,0xe49e9cf8,0x7078fb1d,0x03ea426c,0x24e00055,0xd000000a,0x5f000192,0x016f1a22,0x819e1260,0xf5bfebfa,0x8058e430,0x4d17e0e3,0x0c3893a1,0x2343aee5,0xcbbfc000,0xd6700000,0x037e000d,0x1302104f,0xe4aea1f8,0x7076fb1d,0x02ea426b,0x24d00055,0xf000000a,0x5f00018f,0x015f1a22,0xa1a71270,0xf5efeafa,0x7051e4b0,0x521830d5,0x0c889ba2,0x0330ae65,0xc5bf1000,0xd7d00000,0x037a000d,0x21024048,0xe48ea3f8,0xa072fb4d,0x00ea6269,0x24e00055,0x9000000a,0x61000185,0x012f1822,0xe1971290,0xf62fe9fa,0x504ae530,0x5818b0c7,0x0cd8a3a2,0x7323ade5,0xbebe5000,0xd9600000,0x0376000d,0x2c027046,0xe44ea2f9,0x106efb7c,0xfeea8268,0x24e00055,0x2000000a,0x6200017b,0x010f1423,0x219512a0,0xf63fe9fa,0x5048e560,0x5c18f0c3,0x0d18a5a1,0xe32aad75,0xb8bda000,0xd9b00000,0x0372000d,0x1e02c04b,0xe3de9ef9,0xd06efb9c,0xfdea9268,0x24f00054,0xf000000a,0x63000178,0x011f1123,0x319412a0,0xf65fe9fa,0x4044e5c0,0x661a10b8,0x0dd8afa1,0xa33ead05,0xb3bd1000,0xda000000,0x036f000d,0x10032050,0xe35e99fa,0x906cfbdc,0xfceab268,0x25000054,0xa000000a,0x64000174,0x013f0d23,0x519412c0,0xf69fe8fa,0x403ee620,0x6d1b50ae,0x0e48b1a1,0x9339acc5,0xafbcb000,0xdb200000,0x036c000d,0x1703404e,0xe2fe94fb,0x506cfc0c,0xfaeaf26a,0x25200054,0x2000000a,0x65000173,0x016f0923,0x518612d0,0xf6dfe6fa,0x2035e6d0,0x731b90a8,0x0e18bca2,0x331faca5,0xafbca000,0xdc600000,0x036c000d,0x1e03904c,0xe2ee8ffb,0xc06afc3c,0xf7eb226c,0x25300053,0xb000000a,0x66000175,0x01af0423,0x618312c0,0xf73fe3f9,0xf02de740,0x7f1b50a7,0x0df8d6a2,0x932daca5,0xb0bcc000,0xdbd00000,0x036d000c,0xfe05e051,0xe31e89fb,0xe067fc5c,0xf5eb426b,0x25100053,0x1000000a,0x6900017c,0x025efa23,0xc17412b0,0xf77fe2f9,0xc028e700,0x881af0b1,0x0e18dda2,0x9348aca5,0xb2bcf000,0xdae00000,0x036f000c,0xe1085057,0xe39e82fb,0xf065fc5c,0xf3eb326c,0x24f00052,0xc000000a,0x6a000186,0x033ef523,0xe1711270,0xf7afe1f9,0x9024e6d0,0x8d1ab0b4,0x0e68d0a2,0x734eacc5,0xb5bd4000,0xdb000000,0x0372000c,0xf108e05a,0xe43e7cfb,0xd065fc3c,0xf2eb226d,0x24f00052,0xa000000a,0x6a00018c,0x03aef123,0xd16e1230,0xf7bfdff9,0x7022e6e0,0x911a70b1,0x0ee8d3a2,0x0361acf5,0xb9bdb000,0xdab00000,0x0374000d,0x0d09005b,0xe4fe77fb,0xb066fc3c,0xf1eb326d,0x25100052,0x9000000a,0x6b00018f,0x03eeed23,0xa17011c0,0xf7bfdff9,0x6021e6b0,0x961a20b4,0x0f58d6a1,0x0373ad55,0xbfbe5000,0xda100000,0x0374000d,0x22089057,0xe5be74fb,0x7066fc3c,0xf1eb426e,0x25200052,0x8000000a,0x6b000191,0x041eec23,0x416c1170,0xf7cfdff9,0x3020e650,0x9a1a10b9,0x0f58bda1,0x336badf5,0xc8bfa000,0xd9100000,0x0371000d,0x36084052,0xe6be75fb,0x2067fc2c,0xf1eb5271,0x25400052,0xc000000a,0x6c000193,0x043eec22,0xf17c1160,0xf7efdff9,0x0021e5d0,0x9d1a10c1,0x0f68a3a1,0x336daef5,0xd6c1c000,0xd7f00000,0x036d000d,0x4a08c052,0xe7fe79fa,0x9066fc1c,0xf1eb6272,0x25700052,0x6000000a,0x6f000192,0x043eeb22,0xc1671140,0xf7ffdff8,0xe027e570,0xa119b0c9,0x0f5897a1,0x5375b015,0xe4c41000,0xd6e00000,0x0367000d,0x5609b050,0xe93e7ffa,0x1064fc0c,0xf1eb6271,0x25700052,0x6000000a,0x72000190,0x043eeb22,0xc1641120,0xf83fdef8,0x9041e480,0xaa17f0e0,0x0ed886a0,0xe37eb125,0xeec5f000,0xd5d00000,0x0363000d,0x4a0af039,0xea1e83f9,0x905efbfc,0xf0eb7271,0x25800052,0x3000000a,0x7900018a,0x041eec22,0xb15e10f0,0xf84fdcf8,0x404ae4a0,0xac1750e0,0x0ed892a1,0x9379b1d5,0xf2c6c000,0xd6800000,0x0361000d,0x380c3023,0xea7e85f9,0x505afbfc,0xf0eb8272,0x25b00052,0x6000000a,0x7d000185,0x03feed22,0xa16210e0,0xf85fd9f8,0x004ee4f0,0xac1730dc,0x0f18a6a2,0x837ab255,0xebc6b000,0xd7600000,0x0361000d,0x2a0d1021,0xe9ee84f9,0x4056fbfc,0xf1eba271,0x25f00052,0x7000000a,0x82000180,0x03deed22,0xb16110e0,0xf85fd9f7,0xf04fe4f0,0xac1740dc,0x0f38aba2,0xc37bb2c5,0xdbc63000,0xd7800000,0x0364000d,0x1f0dc027,0xe8ae80f9,0x6055fbfc,0xf1eba271,0x26000052,0x5000000a,0x8300017f,0x03deed22,0xb15b10e0,0xf83fd6f7,0xb054e500,0xab1770da,0x0f98b4a3,0x8371b315,0xc7c57000,0xd8600000,0x0367000d,0x170e603b,0xe70e7cf9,0x9051fbcc,0xf1ebd270,0x26300052,0xd000000a,0x8300017b,0x03beee22,0xe15610f0,0xf82fd4f7,0x8058e500,0xaa17b0d7,0x0fe8bba4,0x6364b335,0xb2c47000,0xd9300000,0x036b000d,0x130ec04d,0xe56e78f9,0xe04efb8c,0xf2ec0270,0x26500053,0x4000000a,0x83000178,0x03aeef23,0x014e10f0,0xf82fd4f7,0x7058e500,0xaa17e0d6,0x0ff8bda4,0xf35fb305,0xa2c35000,0xd9300000,0x036d000d,0x1b0e804c,0xe43e76fa,0x404efb8c,0xf2ebf270,0x26400053,0x3000000a,0x84000178,0x039eef23,0x014e1100,0xf82fd4f7,0x6057e520,0xab1830d0,0x1008c1a5,0x1352b1b5,0x93c18000,0xda000000,0x036f000d,0x290e204a,0xe35e76fa,0xc04ffb7c,0xf3ebd270,0x26300053,0x3000000a,0x86000178,0x039eee23,0x014a1100,0xf83fd5f7,0x4052e640,0xad18b0b1,0x1018e9a6,0x033caf15,0x83bed000,0xdaf00000,0x0370000d,0x340df059,0xe27e77fb,0x8050fb6c,0xf4eb9270,0x26200053,0x3000000a,0x8b000179,0x039eee22,0xf14b1110,0xf84fd5f7,0x1049e830,0xb618b089,0x0fd919a6,0x4326ac15,0x74bbf000,0xdb200000,0x0370000d,0x410da067,0xe1be78fc,0x5051fb5c,0xf5eb526f,0x25f00053,0x4000000a,0x9000017a,0x039eef23,0x014c1130,0xf84fd5f7,0x1041e910,0xbe18e07e,0x0f8927a6,0xa312a985,0x6ab9b000,0xdb000000,0x0371000d,0x570cb063,0xe14e7afd,0x004ffb4c,0xf4eb7271,0x25f00053,0x1000000a,0x9100017c,0x03aef423,0x013e1170,0xf85fd5f7,0x103ee970,0xb819207d,0x0fb924a7,0x12f5a845,0x68b8c000,0xdc000000,0x0372000d,0x730b905a,0xe12e7afd,0x704ffb4c,0xf4ebc275,0x26400053,0x2000000a,0x9200017e,0x039ef922,0xc14311a0,0xf84fd5f7,0x003ce990,0xb518a08e,0x0fa909a6,0x32e7a835,0x75b9a000,0xdbf00000,0x0372000d,0x9c0a604d,0xe20e79fd,0x804efb4c,0xf4ec1276,0x26a00053,0x0000000a,0x9200017c,0x039ef922,0xa13d11c0,0xf84fd5f7,0x003ae970,0xb61800aa,0x0f88f3a5,0x72dea885,0x93bbd000,0xdb600000,0x0373000d,0xba096044,0xe3ce78fd,0x604dfb5c,0xf3ec3275,0x26900053,0x4000000a,0x9100017a,0x037ef922,0xc13e11e0,0xf84fd5f6,0xf039e940,0xb717d0b9,0x0f48eca4,0xf2d9a905,0xb5be8000,0xdc100000,0x0374000d,0xbc08b053,0xe5de75fd,0x104bfb5c,0xf1ec3275,0x26800053,0x3000000a,0x90000177,0x036ef922,0xe13811e0,0xf85fd3f6,0xd039e8c0,0xbb1780d2,0x0e78e9a4,0xe2eba9b5,0xd2c11000,0xdd100000,0x0375000d,0xb7086064,0xe7be73fc,0xc048fb4c,0xefec5274,0x26900053,0x5000000a,0x91000172,0x034efa22,0xf13b11d0,0xf86fd1f6,0xd03ae7e0,0xc11750e8,0x0de8daa5,0x030aaa65,0xe0c2a000,0xdbe00000,0x0376000d,0xaf08b067,0xe8ce70fc,0x7044fb4c,0xeeec6275,0x26a00053,0x2000000a,0x9200016f,0x032efa23,0x013011d0,0xf87fd0f6,0xd03be740,0xca1720f6,0x0d48bea4,0xe315ab75,0xdac37000,0xdac00000,0x0377000d,0xa2096066,0xe90e6dfc,0x403ffb4c,0xecec8275,0x26a00053,0x8000000a,0x9500016b,0x031efc23,0x014011d0,0xf88fcff6,0xc03ce700,0xd016e0fd,0x0ce8ada4,0xe316acf5,0xcbc40000,0xda500000,0x0377000d,0x8a0a9065,0xe8ee68fb,0xf03cfb4c,0xebec8275,0x26a00053,0x4000000a,0x97000168,0x030efd23,0x113711c0,0xf88fcdf6,0xb03de730,0xce16310b,0x0c68b7a6,0x1327ae85,0xb8c47000,0xd9600000,0x0378000d,0x710bb061,0xe8ae62fb,0xa038fb4c,0xeaec5272,0x26a00053,0x4000000a,0x99000164,0x02eefe23,0x113711b0,0xf89fccf6,0xa03ee730,0xcd15411d,0x0bc8b5a6,0x0341afb5,0xa8c4b000,0xd8800000,0x0379000d,0x600c7058,0xe87e5dfb,0x6034fb4c,0xe8ec1270,0x26700053,0x3000000a,0x9b00015f,0x02bf0023,0x213211c0,0xf89fccf6,0xa03de730,0xcd15111f,0x0ba8b0a5,0xe346b045,0xa3c4f000,0xd8400000,0x037b000d,0x560cc04d,0xe89e5afb,0x2034fb5c,0xe8ec0270,0x26500053,0x4000000a,0x9b00015e,0x02bf0123,0x213511d0,0xf89fccf6,0xa03ce730,0xcd153120,0x0bb8a8a6,0xa356aff5,0xacc4f000,0xd9300000,0x037f000d,0x570ba042,0xe94e58fa,0xf033fb5c,0xe8ebe270,0x26300053,0x3000000a,0x9b00015a,0x029f0523,0x113011f0,0xf89fccf6,0xa03be730,0xcc154120,0x0bc8a0a6,0x3369af25,0xc1c4c000,0xdaa00000,0x0384000d,0x570a803d,0xea5e57fa,0xd032fb4c,0xe7ebd271,0x26300053,0x6000000a,0x9b000156,0x027f0823,0x01321200,0xf89fccf6,0xa03be740,0xcc150121,0x0ba8a5a5,0xf376ae25,0xdbc49000,0xdae00000,0x038a000d,0x3e0ac04c,0xeb8e57fa,0xa031fb4c,0xe7ebd270,0x26300053,0x6000000a,0x9c000155,0x026f0923,0x01311200,0xf89fccf6,0xa03ae780,0xca147123,0x0b68bea6,0x039fad25,0xf3c47000,0xdb700000,0x038f000d,0x150b4065,0xec9e56fa,0x8030fb5c,0xe7ebd270,0x26300053,0x5000000a,0x9c000152,0x024f0a23,0x11391200,0xf89fcdf6,0xa037e7b0,0xca143127,0x0b38e3a5,0xa3bbac96,0x01c49000,0xdae00000,0x0392000c,0xe60bb07f,0xed4e55fa,0x7031fb6c,0xe7ebd26f,0x26200053,0x4000000a,0x9c00014e,0x023f0a23,0x11341200,0xf88fcef6,0xa034e7b0,0xca146127,0x0b490ca6,0xb39eac66,0x07c54000,0xdcc00000,0x0393000c,0xe50ae084,0xed8e51fa,0x6032fb8c,0xe7ebc26d,0x26000053,0x0000000a,0x9d00014d,0x023f0b23,0x212e1210,0xf88fcef6,0xa032e7b0,0xc9147126,0x0b5927a9,0x738bac66,0x0bc66000,0xe0e00000,0x0392000c,0xea0ae080,0xedae4bfa,0x6032fb8c,0xe7ebe26d,0x26100053,0x0000000a,0x9d00014c,0x022f0c23,0x212d1230,0xf88fcff6,0x9031e7a0,0xc9147127,0x0b390fa8,0x9383ac86,0x0cc7a000,0xdeb00000,0x0390000d,0x3f0bd087,0xed9e45fa,0x6031fb9c,0xe6ec426f,0x26500053,0x0000000a,0x9c00014a,0x021f0c23,0x112a1270,0xf88fcff6,0x8031e780,0xca145127,0x0b28fba7,0xb380aca6,0x0bc89000,0xdd200000,0x038f000d,0x740c1079,0xed6e40fa,0x6030fb8c,0xe6ec626f,0x26500053,0x2000000a,0x9c000148,0x020f0d23,0x21211290,0xf87fd1f6,0x7032e750,0xcb144129,0x0b18f0a5,0x737cacc6,0x09c90000,0xda600000,0x038e000d,0xbd0cc064,0xed1e3efa,0x9028fb7c,0xe4ec726d,0x26500053,0x4000000a,0x9e000141,0x01ef1523,0x412312a0,0xf87fd2f6,0x6032e700,0xcc14512d,0x0b18eca4,0x837dad05,0xffc84000,0xd8100000,0x038a000d,0xe40ec066,0xec6e41fa,0xe020fb4c,0xe3ec726c,0x26500053,0x7000000a,0x9e000137,0x019f1d23,0x412212a0,0xf88fd1f6,0x5033e6d0,0xce143130,0x0af8d1a5,0x238dad85,0xedc6a000,0xd7a00000,0x0381000d,0xcc0f8051,0xeb5e47fb,0x601dfb4c,0xe4ec826e,0x26700053,0x8000000a,0x9d000128,0x015f1f23,0x412112a0,0xf88fd1f6,0x4034e6e0,0xd0141131,0x0ac8b5a5,0x239aade5,0xdcc4e000,0xd8200000,0x037c000d,0xb60e203b,0xea1e4ffb,0xe01cfb4c,0xe4eca26f,0x26800053,0xa000000a,0x9d00011a,0x011f2123,0x412712a0,0xf88fd1f6,0x4035e6f0,0xd013f131,0x0ab8afa5,0x43a1adf5,0xd7c3c000,0xd9100000,0x037e000d,0xa90ce046,0xe91e56fc,0x501bfb3c,0xe4ecb26f,0x26900053,0xa000000a,0x9d000116,0x010f2223,0x312712a0,0xf86fd0f6,0x4037e710,0xcd13c138,0x0a98aaa4,0x53b2ad65,0xe8c40000,0xd9700000,0x038f000d,0x850ad051,0xe89e5afc,0x901cfb1c,0xe4ec826f,0x26900053,0xd000000a,0x9c000116,0x010f2223,0x21261260,0xf84fd2f6,0x3039e720,0xcc13e13b,0x0aa8a8a2,0xf3b9abe6,0x39c62000,0xd9200000,0x03c1000d,0x7008504f,0xe89e5afc,0x901ffacc,0xe6ebe26d,0x26300054,0x5000000a,0x9b000118,0x010f2123,0x012a1200,0xf81fd5f6,0x403ee770,0xcd140139,0x0ab8a8a1,0xc3b5ad06,0x27c79000,0xd9000000,0x03a3000d,0x70061050,0xe89e5afc,0x9025fa8c,0xe8eb426c,0x25c00054,0xa000000a,0x9900011e,0x012f2122,0xc12b11c0,0xf80fd6f6,0x5040e790,0xcd13f137,0x0ab8a8a1,0x73b2ae86,0x0bc82000,0xd9100000,0x037c000d,0x72056052,0xe89e5afc,0x9028fa6c,0xe9eb126c,0x25b00054,0xe000000a,0x99000121,0x013f2122,0xa13511a0,0xf7afdaf6,0x704be860,0xc613212e,0x0a78ada0,0x53a9ae26,0x0cc57000,0xd9200000,0x038f000d,0x7f046052,0xe8ae58fc,0x9032fa1c,0xeceac26f,0x25900055,0x5000000a,0x93000129,0x015f2022,0x31341190,0xf73fdff6,0x9057e920,0xbf123126,0x0a28b09f,0x33a2ad66,0x15c2c000,0xd9300000,0x03a4000d,0x8d039050,0xe89e5afc,0x903cf9bc,0xeeea6271,0x25700056,0x0000000a,0x8d000132,0x018f1f21,0xb1351190,0xf71fe2f6,0x905be930,0xbe11e126,0x09f8ae9e,0xa3a4ad26,0x38c3c000,0xd9000000,0x039c000d,0x8e03604a,0xe75e72fc,0x8040f99c,0xeeea4270,0x25500056,0x3000000a,0x8a000134,0x019f1e21,0x91351190,0xf66ff3f6,0xc06be8f0,0xb5111126,0x0988a99c,0xb3a8ac96,0x6dc4d000,0xd8c00000,0x0394000d,0x94017035,0xe4ee97fc,0xe05df87c,0xeee97270,0x24d00057,0x9000000a,0x7f000147,0x01ff1e20,0x91481180,0xf58008f7,0x2080e8c0,0xa80fe126,0x0918a39a,0x43aca7e6,0xa8c3d000,0xd8c00000,0x03b3000d,0x9dfe501a,0xe29eb300,0x1084f72c,0xf1e87270,0x24600059,0x0000000a,0x72000161,0x026f1d1f,0x215a1180,0xf50015f7,0x5090e900,0x9e0ed128,0x08b89e98,0x73aba376,0xe4c1f000,0xd9900000,0x03d0000d,0xabfb6004,0xe1eed504,0x309ef63c,0xf6e7f273,0x2490005a,0x2000000a,0x69000177,0x02cf1c1d,0xf17a1170,0xf4d018f7,0x60aaeaf0,0x980c5122,0x08188695,0x63a3a327,0x14be7000,0xdb100000,0x03bc000d,0xd3f80fde,0xe39f3607,0x10abf61c,0xffe8927a,0x25e0005a,0x3000000a,0x66000188,0x02ff1b1c,0xc1861160,0xf4801af7,0xf0c7ecf0,0x940a011a,0x07686392,0x739ba367,0x39bbf000,0xdc100000,0x0391000d,0xfbf56fb6,0xe52fb508,0x90b4f60d,0x01e9f284,0x2780005a,0xa000000a,0x64000199,0x033f1b1a,0xf1b21130,0xf4001ef9,0x00e5eec0,0x86081115,0x06b83790,0x0393a5a7,0x53bd1000,0xdd600000,0x0328000e,0x2bf47f90,0xe4303505,0xf0c0f61c,0xfbec029a,0x2960005a,0xf000000a,0x5a0001ad,0x038f1c18,0x51c810e0,0xf3b022f9,0xa0f9f020,0x7d069113,0x05e81389,0xc3a1a897,0x65be3000,0xda800000,0x02d6000e,0x42f49f77,0xe3008003,0x40caf63c,0xf3ed52a7,0x2b10005a,0x9000000a,0x570001b9,0x03ff1a16,0x11d11030,0xf3702afa,0x1109f0d0,0x7f05710b,0x05080487,0xa3a8aa67,0x6fbbf000,0xda800000,0x02ff000e,0x44f4ff70,0xe3305703,0x40d4f61c,0xe7ee12b6,0x2c10005b,0x0000000a,0x4c0001bd,0x047f1714,0x11dc0f60,0xf2f036fa,0xe124f1a0,0x8203e0fb,0x03e7ed86,0x43acab87,0x79b9a000,0xdbe00000,0x0329000e,0x3cf5af72,0xe4002903,0xc0e2f55c,0xcaef92ca,0x2dc0005b,0xc000000a,0x400001b7,0x056f1510,0xb1e30e00,0xf2a036fb,0x1134f260,0x810360f4,0x03b7d384,0xe3a7aba7,0x8aba5000,0xdc400000,0x0317000e,0x33f66f7e,0xe5902405,0x20e0f49c,0xb9f082d0,0x2ec0005c,0x9000000a,0x410001aa,0x05ff1b0f,0x31df0d40,0xf35033fb,0xa135f450,0x8802e0e4,0x0337d384,0x53a9aba7,0x94bb8000,0xdd300000,0x02f4000d,0xf2f7ffac,0xe7802406,0xf0b7f3dc,0xaef172ca,0x2fb0005b,0x6000000a,0x68000188,0x055f3e0e,0x01cb0c80,0xf4d032fc,0xa12df6d0,0x920280cf,0x0267e083,0x73b1ac87,0x7dbc7000,0xdd900000,0x02c5000d,0x9afa5fde,0xe9302108,0x8081f30c,0xa1f292c5,0x30500058,0xe000000a,0xa0000156,0x048f680c,0xa1b90bf0,0xf56030fd,0x412df870,0x9602c0c4,0x01a7db82,0x23b3ad47,0x65bd7000,0xdd400000,0x0296000d,0x75fbfff2,0xeaf01f0a,0x0067f1cc,0x96f3c2c0,0x31000058,0x1000000a,0xc100012e,0x044f750c,0x11a90c00,0xf5f02bfd,0x7127f9c0,0x980310be,0x0107d681,0xc3b1ad57,0x67bea000,0xdde00000,0x0278000d,0x67fcb003,0xecb01d0b,0x905af0ec,0x8ff472b9,0x31900057,0x2000000a,0xdd00010e,0x043f6d0c,0x219d0c30,0xf7a027fd,0xe111fbc0,0xa20350ae,0xffd7f782,0x33bfad07,0x6ec00000,0xdfc00000,0x025d000d,0x27fe002c,0xee701c0d,0x2047f07c,0x8af402a1,0x31600053,0x7000000b,0x290000e7,0x045f540d,0x81830ce0,0xf8902afe,0x5108fca0,0xa70340a5,0xff481282,0x13cdab77,0x7bc22000,0xe0700000,0x0241000c,0xf5fec042,0xf0301a0e,0xb041f03c,0x8bf2f281,0x30e0004f,0xd000000b,0x720000e7,0x049f450e,0x41620d30,0xf9d032fe,0xa0fefd10,0xa60290a4,0xfea81480,0x63d7a997,0x84c3e000,0xdff00000,0x0227000c,0xd6fe8053,0xf1f01810,0x3041f00c,0x8ff1326c,0x2fe0004c,0x5000000b,0xb60000f7,0x04ef3d0e,0x51430cf0,0xfac037fe,0x90f6fd60,0xa601c0a4,0xfe081a7f,0xa3dfa887,0x78c45000,0xe0600000,0x020d000c,0xbffe0069,0xf3b01711,0xc03fef8c,0x8cefc253,0x2f400049,0x7000000b,0xf9000101,0x04df3e0e,0x911a0cb0,0xfb7042fe,0xb0f3fd20,0xa800c0a5,0xfdd8377f,0xd3eaa7f7,0x65c45000,0xe0a00000,0x01fd000c,0x9ffe3076,0xf5701613,0x4037ee8c,0x7beeb246,0x2ea00047,0x5000000c,0x280000ff,0x044f470e,0x00db0c90,0xfc5052ff,0x20edfcd0,0xa8ffe0a4,0xfdc8547f,0xa3f6a8d7,0x55c2f000,0xe0400000,0x0200000c,0x81fec07f,0xf7301615,0x202eed7c,0x68edc238,0x2de00044,0xb000000c,0x5e000101,0x02ef4d0d,0x20920ca0,0xfce058ff,0x50e6fcc0,0xa4ffd0a2,0xfdc8557f,0x43f8a9a7,0x4ec1b000,0xe0000000,0x0204000c,0x82ff0083,0xf8f01416,0x502bed6c,0x62ed7233,0x2d900042,0xf000000c,0x78000102,0x029f550c,0xe0700cc0,0xfd405eff,0x40ddfcd0,0xa2ffc09b,0xfda8597f,0x63f6a917,0x65c2c000,0xe0400000,0x01ff000c,0x88ffa08f,0xfab00f16,0x302aed7c,0x53ecd227,0x2ce00040,0x9000000c,0x980000ef,0xff1f690d,0x20290d30,0xfd9064ff,0x20d6fcf0,0x9fffc093,0xfd88607f,0xb3f4a7e7,0x7ec43000,0xe0900000,0x01f6000c,0x8f00709d,0xfc700815,0xd02aed9c,0x40ec321a,0x2c30003e,0x1000000c,0xbc0000d0,0xf96f7d0d,0x8ff30dc0,0xfdc06aff,0x20d3fd00,0x9cff808c,0xfd986980,0x03f5a647,0x79c48000,0xe0900000,0x01ee000c,0x950160a6,0xfe900215,0x802dedcc,0x30ec020e,0x2bc0003c,0x1000000c,0xdb0000b8,0xf44f870d,0x7ff10e20,0xfde072ff,0xb0d2fd00,0x93ff3084,0xfdc86c7f,0xc3f5a497,0x73c4a000,0xdfa00000,0x01e9000c,0xa502a0a3,0x000ffc15,0x5033ee6c,0x1feca200,0x2bf00039,0xa000000d,0x070000a7,0xf28f8f0c,0x8fee0e60,0xfdb07aff,0xd0d0fd20,0x8aff4076,0xfdd8677f,0x33f1a377,0x8bc50000,0xde500000,0x01f1000c,0xcb0430a1,0x001ff615,0x5045eeec,0x01ecc1ea,0x2b900036,0xa000000d,0x42000080,0xed3f9c0c,0x2fe50f30,0xfd607eff,0x70cefd30,0x86ffa06a,0xfdd8667f,0xa3e9a247,0xa7c51000,0xde800000,0x0202000c,0xe60530aa,0x000ff115,0x5056ef0b,0xeaec81da,0x2b200034,0xc000000d,0x6a000060,0xe90fa60c,0x3fdc0fe0,0xfd2085ff,0xb0c4fd90,0x7c00705b,0xfe288f81,0xe3e8a0b7,0xb0c3b000,0xe0100000,0x0225000c,0xd80760bd,0x000feb15,0x5059ef5b,0xe4edb1cc,0x2be00031,0xf000000d,0xac000060,0xe71fac0a,0x8fc81020,0xfd308900,0x00bbfde0,0x72011050,0xfea8a783,0x43e99ec7,0xb9c27000,0xe0d00000,0x0244000c,0xcd08a0c6,0x000fe515,0x5053efbb,0xeaef61c0,0x2d30002f,0x5000000d,0xec000070,0xe71fae08,0x8fb31020,0xfdd08bff,0x80a8fdd0,0x62020048,0xff489183,0xb3da9bf7,0xd4c44000,0xe1600000,0x024d000c,0xe507d0d9,0x000fdf15,0x5047f0ab,0xfff1a1a6,0x2fc0002b,0x7000000e,0x54000082,0xe6efad05,0xef911040,0xfe107dfe,0x9099fe40,0x5a034044,0xff788685,0x83ca9a07,0xe7c6a000,0xe3200000,0x024e000c,0xea0730ef,0x000fda15,0x5035efcc,0x05f3418b,0x3200002b,0x3000000e,0xbd00007b,0xe65fbc04,0x8f691040,0xfda05ffd,0xd09fff60,0x63044045,0xff589d87,0x43ce9ab7,0xc9c7d000,0xe3b00000,0x022e000c,0xc107b0ee,0x000fd915,0x5022edcb,0xeff2c187,0x3280002c,0xc000000e,0xed000057,0xe73fdc05,0xff560fd0,0xfdc048fe,0x00a10040,0x5d04b047,0xff389987,0x83cf9bd7,0xacc84000,0xe3200000,0x0214000c,0xb50750e2,0x000fda15,0x5006eeeb,0xf5f3617f,0x33b00029,0x8000000f,0x15000058,0xe97fe106,0x7f620ee0,0xfe1026fd,0xa09c0150,0x4e052050,0xff487487,0x83c19c77,0xb5c76000,0xe3200000,0x022b000c,0xd50590df,0x000fda15,0x5fe2f09c,0x06f2e16f,0x35900025,0xd000000f,0x33000057,0xeb6fe107,0xef950d20,0xfe1ff6fd,0x30a202f0,0x4d05205b,0xfed87f87,0x93cf9467,0xd7cb7000,0xe1d00000,0x022d000c,0xc404c0d5,0x000fda15,0x5fbff24c,0x0ef1316d,0x37a00020,0xd000000f,0x1900003e,0xeeafec08,0x6ffd0b00,0xfe4fe1fd,0x509d0300,0x48056068,0xfee87a86,0xd3d797b7,0xc7c94000,0xe0500000,0x023a000c,0xc30400c2,0x000fda15,0x5facf26c,0x12f1516f,0x38d0001e,0x9000000e,0xde000038,0xf07ff105,0x00550a30,0xff0fd4fd,0x20880280,0x3c05b076,0xfef85285,0x53cd9bf7,0xabc67000,0xdf400000,0x0242000c,0xe90210b7,0x000fda15,0x5f98f41c,0x22f1a15d,0x39d0001a,0x5000000e,0xb7000042,0xf22fea02,0x608e0a00,0xff5fc9fc,0xe07f0270,0x3905c07c,0xfee84684,0x93cb98e7,0xa2c99000,0xdeb00000,0x0215000c,0xf50140b6,0x000fda15,0x5f8ef50c,0x28f19155,0x3a000017,0xf000000e,0x9a000041,0xf39feb02,0x00a20a20,0xff8fc0fc,0xb0770280,0x3705e081,0xfee84184,0x93ca9537,0x9bcd7000,0xdee00000,0x01d6000c,0xfb00c0b9,0x000fda15,0x5f89f59c,0x28f16151,0x39f00016,0x4000000e,0x7e00003a,0xf41fee02,0x20ad0a40,0xffcfb4fc,0x706b02b0,0x3a067088,0xff384384,0xc3cd9457,0x8fceb000,0xdf700000,0x01ac000c,0xf20090b8,0x000fda15,0x5f8cf5bc,0x1ef0d153,0x39400014,0xa000000e,0x4d000028,0xf53ff803,0x10b70aa0,0x003fa6fc,0x205c02f0,0x3f07408e,0xffb84885,0x13d29417,0x85cf2000,0xe0200000,0x0196000c,0xe00090b3,0x000fda15,0x5f92f59c,0x0ff03157,0x38200013,0x2000000e,0x11000014,0xf6900404,0x80bf0b10,0x009f9afc,0x204e0320,0x3e07e093,0x00484385,0x23d19757,0x7bccc000,0xe0900000,0x01b7000c,0xdc0050ae,0x000fda15,0x5f91f5cc,0x08f00156,0x37a00011,0x9000000d,0xec00000a,0xf7600705,0x40c50b30,0x00ef93fc,0x60430320,0x32083096,0x00c82c84,0xc3c69a07,0x7ccad000,0xe0b00000,0x01dc000c,0xf0ff70a8,0x000fda15,0x5f82f66c,0x0df0a14e,0x37e00010,0x1000000d,0xe0000019,0xf80ff705,0x20c80ad0,0x01af7ffc,0x80290370,0x1e08c099,0x01a80384,0x33b49747,0xaccd3000,0xe1000000,0x01e0000d,0x14fde0a3,0x000fda15,0x5f5df88c,0x15f26138,0x38c0000c,0x0000000d,0xd4000037,0xf93fd304,0x20bf09e0,0x024f6bfc,0xe01103f0,0x0d095098,0x0247ea84,0x23a79767,0xd2cd8000,0xe1a00000,0x01dd000d,0x29fcb0a3,0x000fda15,0x5f42fa6c,0x13f43125,0x39500008,0x4000000d,0xcd000048,0xfa8fb702,0xd0ae0900,0x027f62fd,0x10090430,0x09098097,0x02b7ef84,0x23a79777,0xddcd4000,0xe1b00000,0x01ec000d,0x1ffc60a1,0x000fda15,0x5f4efa7c,0x02f4f120,0x38e00007,0x1000000d,0xcf000038,0xfb6fba02,0x409c08e0,0x02ef56fe,0x0ff6045f,0xf709f096,0x0347f483,0x73a997b7,0xdecca000,0xe1000000,0x0204000d,0x0ffb008a,0x000fda15,0x5f33fb4b,0xfef7e100,0x39900004,0xe000000e,0x18000053,0xfc4f9dff,0xd0710820,0x034f4dfe,0xdfdf041f,0xe30a9098,0x03a7e783,0x23a398c7,0xd4cb0000,0xe1100000,0x021b000d,0x14f91075,0x000fda15,0x5efefcec,0x0afb80d0,0x3b800003,0x8000000e,0x85000087,0xfcdf79fd,0xb04b07f0,0x036f46fe,0xdfd203ff,0xe00b309b,0x03c7ec83,0x53a69a87,0xc8c8b000,0xe1a00000,0x0234000d,0x07f83072,0x000fda15,0x5f05fdcb,0xfcfd00ad,0x3c200002,0xf000000e,0xd100007b,0xfc1f82fe,0x504809b0,0x036f45fe,0xefcc03bf,0xdf0bb09c,0x03d7f083,0x03aa9e57,0xc6c59000,0xe1900000,0x025a000c,0xf8f7c06b,0x000fda15,0x5f15fe0b,0xf3fd4095,0x3c600003,0x4000000f,0x0000006f,0xfa8f89ff,0xb05c0af0,0x035f44ff,0x0fc3031f,0xd80c609c,0x0427da82,0x23a6a137,0xc8c36000,0xe1300000,0x0273000d,0x02f7105d,0x000fda15,0x5f11fe3b,0xf8fd8075,0x3d500004,0x4000000f,0x3f00007a,0xfa1f8300,0xe0670ad0,0x034f40fe,0xffbe02df,0xd30cb09b,0x0447cd81,0xd3a4a117,0xc8c38000,0xe1600000,0x0271000d,0x08f6e060,0x000fda15,0x5f0cfe7b,0xfcfe905f,0x3e900004,0xc000000f,0x6700007d,0xf9cf81ff,0xb0660930 +}; + +u32 ANIM_ENTRY_fire_kneel_left[] = +{ + 0x01ff9cff,0xaff00520,0x06114094,0x04b93681,0xd3bf1b00,0x3e3be000,0xddb00000,0x0295000a,0x3efd609e,0x060fe81c,0x5fb2f8cc,0x07fc8060,0x3f100004,0x4000000f,0x66000fdd,0x00c002fc,0xd06f05f0,0x022f6eff,0xcfef0570,0x0711309c,0x04a94082,0xd3c41bc0,0x483bf000,0xde800000,0x0297000a,0x3bfcb09f,0x048fe81b,0x7fabf7ec,0x05fd006b,0x3ef00005,0xd000000f,0x59000fd9,0xfff004fc,0xe07205e0,0x029f40ff,0x8ff005a0,0x0b1090ac,0x04695084,0x43cc1c80,0x523c0000,0xdfc00000,0x0298000a,0x36fb909f,0x02ffe81a,0x7fa8f6dc,0x07fd4077,0x3ef00007,0x6000000f,0x50000fd2,0xff0008fd,0x50760620,0x033f10ff,0x5fed0560,0x100f60dc,0x04796386,0x03d61d50,0x5c3c1000,0xe1300000,0x0299000a,0x2ffa40a0,0x014fe819,0x7f92f66c,0x12fdf081,0x3f500008,0x0000000f,0x49000fda,0xfe7002fd,0x807b0610,0x03bedaff,0x5ff00510,0x180da128,0x04a97787,0xf3e11e20,0x673c2000,0xe2c00000,0x029b000a,0x27f8e0a0,0xff9fe818,0x6f72f4dc,0x24ff608e,0x3fe0000a,0xd000000f,0x42000fe8,0xfddff9fd,0x207105a0,0x046e98fe,0x90020600,0x250a3175,0x04098c89,0xe3eb1ef0,0x723c3000,0xe4600000,0x029c000a,0x1ef7709f,0xfdefe817,0x5f64f38c,0x290030a2,0x3fe0000c,0xb000000f,0x34000fd2,0xfd0003fe,0x70680660,0x050e5cfd,0x601606e0,0x3305e1c6,0x03099e8b,0xa3f51fd0,0x7d3c4000,0xe5d00000,0x029e000a,0x14f6209d,0xfc2fe916,0x4f61f25c,0x2d0040b5,0x3fe0000e,0xa000000f,0x1f000fb7,0xfc401000,0x205d0750,0x058e30fc,0xd0240700,0x3e031208,0x0289ae8d,0x23fd20a0,0x883c5000,0xe7100000,0x029f000a,0x09f51099,0xfa6fea15,0x3f58f15c,0x360000c3,0x3fd00010,0x6000000f,0x0e000fb3,0xfbc01201,0x005f07a0,0x05fe0ffc,0x603b0600,0x47ff7260,0x01b9b88e,0x24022180,0x933c6000,0xe7e00000,0x02a10009,0xfef46094,0xf8bfeb14,0x2f51f09c,0x42fee0cd,0x3fa00011,0xa000000e,0xfd000fbe,0xfae00e01,0xd05f07d0,0x064df0fc,0x104d04b0,0x43fc02a4,0x0019bc8e,0x74042250,0x9e3c7000,0xe8200000,0x02a20009,0xf3f4208d,0xf70fec13,0x1f36efec,0x5bfe60ca,0x40200013,0x8000000e,0xfb000fdc,0xfa200102,0x00700760,0x06adcefb,0xb0550420,0x40fa92ba,0xff39bd8e,0xb4062310,0xa83c8000,0xe8200000,0x02a30009,0xeff48087,0xf57fed12,0x2f27efec,0x68fe20cb,0x40800014,0x0000000e,0xf3000fec,0xf9effb02,0x10730710,0x06edbafa,0xb0700310,0x4ef782cd,0xfc99be8f,0x540c23d0,0xb23c9000,0xe8200000,0x02a50009,0xe2f57075,0xf3ffee11,0x2f1feeec,0x7bfba0d7,0x40300016,0x9000000e,0xcc000000,0xf91ffc03,0x80830740,0x072da9f9,0xc08a0200,0x5df502d9,0xfa49bf90,0x34142480,0xbb3ca000,0xe8100000,0x02a60009,0xd0f6c05c,0xf28fef10,0x4f1eedcc,0x89f8f0dd,0x3f900019,0x1000000e,0xaf00000f,0xf81fff04,0xf0930790,0x07ad8ff9,0x208e0160,0x5cf4b2dc,0xfa09c191,0x441e2520,0xc33cb000,0xe8000000,0x02a70009,0xbaf8603d,0xf14ff00f,0x7f24ed8c,0x87f870da,0x3f700019,0x8000000e,0xae000012,0xf79fff05,0x10980790,0x07fd92f8,0x109dfee0,0x5af372e4,0xf909c392,0x742825b0,0xca3cc000,0xe7e00000,0x02a80009,0xa3fa301b,0xf01ff20e,0xcf3decac,0x80f520cf,0x3e60001b,0x3000000e,0xa0000020,0xf7600105,0xa09a07f0,0x06bdc0f7,0xf0bff9b0,0x50f062ee,0xf659c593,0xa4332620,0xd13cc000,0xe7d00000,0x02a90009,0x8bfbfffa,0xef2ff30e,0x2f79eafc,0x5fedf0a2,0x3b90001e,0xb000000e,0x9200003a,0xf8100c08,0x00a00980,0x03adf5fa,0x00e8f500,0x43ed42e1,0xf289c794,0xb43d2680,0xd63cd000,0xe7c00000,0x02a90009,0x75fdafdb,0xee5ff30d,0xafb9e9ec,0x22e6306b,0x37100022,0x0000000e,0x6b00005a,0xf8001f0b,0x10b10c00,0xfeee29fe,0x5112f220,0x31ec22c7,0xf019c895,0x944526d0,0xda3cd000,0xe7b00000,0x02aa0009,0x63feffc2,0xedcff40d,0x4fc7ea3c,0x01e26034,0x33e00025,0x0000000e,0x4b0000a4,0xf790150b,0x00d60d70,0xfb6e4a00,0xf139f140,0x2becc2a3,0xef19c996,0x344a2700,0xdc3cd000,0xe7a00000,0x02aa0009,0x57ffefb0,0xed6ff50d,0x0faaeaac,0x19e12ff8,0x31f00028,0xc000000e,0x2f000109,0xf6aff60a,0x61020f60,0xf9ee5201,0xb14df160,0x32edb281,0xee99ca96,0x644c2710,0xdd3cd000,0xe7a00000,0x02aa0009,0x52003faa,0xed4ff50c,0xff88ea8c,0x43e12fcf,0x3120002b,0xf000000e,0x19000157,0xf5ffdb09,0xe1241110,0xf6ae7801,0xa174f150,0x4ef1224c,0xef99c797,0x34492700,0xe33c9000,0xe7b00000,0x02b70009,0x5a003fa2,0xed3fea0c,0x4f65e61c,0x85e48fbd,0x2f100035,0x5000000d,0xb30001bc,0xf80fbb06,0x11631290,0xf3ee8d02,0x1188f240,0x60f59216,0xf209c199,0x444126e0,0xf23bd000,0xe7c00000,0x02d90009,0x70002f8d,0xecffcd0a,0x5f30e2ec,0xd7e9dfb5,0x2d90003b,0x6000000d,0x44000223,0xff0f9202,0xb1911470,0xf1fe8d02,0x818bf4a0,0x6cfbc1d8,0xf649b89c,0x643526b1,0x0a3aa000,0xe7f00000,0x030b0009,0x90002f6e,0xec9fa207,0x7ef3dfdd,0x2af01fbc,0x2c40003e,0x8000000c,0xb0000255,0x0a4f6903,0x619e17c0,0xf06e8803,0x0179f7c0,0x77031191,0xfb89ada0,0x34262681,0x26394000,0xe8100000,0x03480009,0xb7001f48,0xec2f6e04,0x0ec0dd0d,0x6ff5bfca,0x2b800041,0x4000000c,0x0000022d,0x0dbf4a06,0x518d1a40,0xef4e7903,0xd15efa70,0x7e08715b,0xffc9a2a4,0x44172641,0x4537c000,0xe8400000,0x038b0009,0xe1ffff1e,0xebaf3500,0x4e99dbfd,0xa1f97fd5,0x2b500044,0x5000000b,0xa40001f5,0x08af4508,0xc1741b30,0xedfe6304,0x8143fe10,0x760ec125,0x05a996a8,0x64072601,0x64364000,0xe8700000,0x03cd000a,0x0bffeef5,0xeb2efdfc,0x9e57dacd,0xeafe4008,0x2b90004c,0x7000000b,0x0a0001bd,0xfe4f650e,0x51411bb0,0xebfe3e05,0xb1340270,0x671410f9,0x0b298bac,0x33f825c1,0x8034d000,0xe8a00000,0x040a000a,0x32ffdecf,0xeaaec9f9,0x3e1fdade,0x1e04003a,0x2c200053,0xa000000a,0x970001ac,0xf6ef8b15,0x01071bf0,0xe9de1407,0x012d0600,0x5c1660e3,0x0eb982af,0x43ec2591,0x9733b000,0xe8c00000,0x043c000a,0x52ffceaf,0xea3e9ef6,0x7e0ddbbe,0x22091053,0x2cd00057,0x8000000a,0x490001ad,0xef9f9c1b,0x80bd1bf0,0xe9ae0f07,0x312507b0,0x5b16f0df,0x10497cb1,0x63e42571,0xa732f000,0xe8e00000,0x045f000a,0x68ffce9a,0xe9ee81f4,0xae08dc0e,0x200b705e,0x2db00059,0x2000000a,0x180001a5,0xe83f9f1f,0x20871b90,0xe9ae0e07,0x312407e0,0x5b1700df,0x10897ab2,0x33e12571,0xad32a000,0xe8e00000,0x046b000a,0x70ffce92,0xe9ce76f3,0xfe05db5e,0x260bc060,0x2de00059,0xf000000a,0x0e0001a3,0xe77f9f1f,0xb07e1b70,0xe9ce0c07,0x31220810,0x5c1700e1,0x109977b1,0xe3e72571,0xad32a000,0xe8600000,0x046b000a,0x6dffde9f,0xe9de78f4,0x0e05daee,0x280c0062,0x2e10005b,0x1000000a,0x0500019c,0xe71f9d20,0xf0641ab0,0xe9fe0807,0x41210820,0x5c16f0e4,0x107971b0,0xf3f82571,0xad32a000,0xe6f00000,0x046b000a,0x64002ec2,0xe9ee7bf4,0x3e08da9e,0x270c5064,0x2e60005c,0x5000000a,0x01000191,0xe5ff9a22,0xc03d1980,0xea3e0407,0x51200810,0x5c16e0ea,0x103967af,0xb4122571,0xad32a000,0xe4c00000,0x046b000a,0x58009ef5,0xe9fe7ff4,0x8e0eda7e,0x230c8067,0x2ea0005c,0xb000000a,0x06000183,0xe55f9a23,0xc02018b0,0xea7dfe07,0x712007e0,0x5c16b0f1,0x0fd95cae,0x24312571,0xad32a000,0xe2300000,0x046b000a,0x4a012f34,0xea1e86f4,0xfe15da6e,0x1d0cc06a,0x2ef0005e,0x1000000a,0x1b00014d,0xe3cf9b26,0x4fae1630,0xeacdf807,0x811f07b0,0x5d1680f9,0x0f594fac,0x64532571,0xad32a000,0xdf500000,0x046b000a,0x3a01cf78,0xea3e8df5,0x6e1fda7e,0x160cf06d,0x2f40005e,0x5000000a,0x39000121,0xe17f9b27,0x7f421410,0xeb2df107,0xa11f0760,0x5d165102,0x0ec942aa,0xb4752571,0xad32a000,0xdc800000,0x046b000a,0x2a025fbc,0xea6e94f5,0xfe29da9e,0x0d0d2070,0x2f90005d,0xf000000a,0x4a000117,0xe05f8924,0xdf0911d0,0xeb7deb07,0xb11f0700,0x5d16110c,0x0e1937a9,0x24942571,0xad32a000,0xd9e00000,0x046b000a,0x1c02effa,0xea8e9cf6,0x7e33dabe,0x050d4073,0x2fd0005d,0xa000000a,0x5a000112,0xe06f7521,0xcee20ff0,0xebcde607,0xc11f06a0,0x5d15d117,0x0d692da7,0xd4ae2571,0xad32a000,0xd7c00000,0x046b000a,0x1003502d,0xeabea4f7,0x0e3ddadd,0xfd0d6075,0x3010005d,0x3000000a,0x66000110,0xe05f7321,0x3edf10b0,0xec1de107,0xc1200630,0x5d159121,0x0ca927a6,0xf4bf2571,0xad32a000,0xd6500000,0x046b000a,0x0803a050,0xeadeabf7,0x7e46dafd,0xf70d8077,0x3040005c,0x5000000a,0x6f00011d,0xe0df7020,0x3eeb1290,0xec6ddd07,0xb12005c0,0x5d15412c,0x0bf924a6,0xa4c52571,0xad32a000,0xd5c00000,0x046b000a,0x0503c05d,0xeafeb1f7,0xee4edb0d,0xf20d9078,0x3060005b,0xd000000a,0x78000147,0xe31f621e,0x5f0d1370,0xecaddb07,0x91200540,0x5d14f136,0x0b3924a6,0x94c72571,0xad32a000,0xd5a00000,0x046b000a,0x0404005d,0xeaeeb5f8,0x3e54db1d,0xf00da078,0x3080005c,0x1000000a,0x7900015b,0xe39f601d,0xcf2a13a0,0xecfdd907,0x612104d0,0x5d14b140,0x0a8922a6,0x94cd2571,0xad32a000,0xd5500000,0x046b000a,0x0304905b,0xeadeb9f8,0x7e5cdb2d,0xed0db078,0x3090005c,0xd000000a,0x75000153,0xe2af671e,0xbf2b13b0,0xed3dd707,0x11210460,0x5d146149,0x09f920a6,0x84d42571,0xad32a000,0xd4d00000,0x046b000a,0x01057059,0xeacebdf8,0xce63db4d,0xec0db077,0x3090005c,0xf000000a,0x6f00015f,0xe16f5f1e,0x8f2913f0,0xed8dd506,0xc12103f0,0x5e141150,0x09791da6,0x64de2571,0xad32a000,0xd4300000,0x046b0009,0xff068057,0xeaaec0f9,0x0e6adb5d,0xea0db075,0x3090005c,0xe000000a,0x6a000166,0xe0af591e,0x4f271400,0xedddd406,0x71210390,0x5e13d156,0x09091ba6,0x54e82571,0xad32a000,0xd3900000,0x046b0009,0xfc07a055,0xea9ec4f9,0x5e71db7d,0xe90da074,0x3080005c,0xd000000a,0x7300016e,0xe03f4c1d,0x9f151490,0xee1dd406,0x21210340,0x5e13915b,0x08c918a6,0x34f32561,0xad32a000,0xd2e00000,0x046b0009,0xfa08d052,0xea8ec8f9,0x9e77db9d,0xe90da072,0x3070005c,0xb000000a,0x7e000177,0xe00f3e1d,0x7f021510,0xee5dd305,0xd1200300,0x5f13515b,0x089915a6,0x24fc2561,0xad32a000,0xd2400000,0x046b0009,0xf709e050,0xea7ecbf9,0xee7ddbbd,0xe80d9070,0x3060005c,0xd000000a,0x84000178,0xdfef351e,0x2efa14e0,0xee7dd305,0x912002c0,0x6013115a,0x087913a6,0x15042561,0xad329000,0xd1c00000,0x046b0009,0xf50ab04e,0xea6ecffa,0x2e82dbcd,0xe80d906e,0x3060005c,0xe000000a,0x87000178,0xe09f331e,0x5ef914b0,0xee9dd305,0x711f02a0,0x6112c158,0x085911a6,0x05092561,0xad329000,0xd1700000,0x046b0009,0xf40b504d,0xea5ed3fa,0x7e85dbdd,0xe80d806d,0x3050005c,0xe000000a,0x8a000178,0xe11f331e,0x6ef914b0,0xeeadd205,0x611d02a0,0x62126156,0x085911a6,0x050b2561,0xad329000,0xd1500000,0x046b0009,0xf40b804d,0xea4ed6fa,0xbe87dbed,0xe70d806c,0x3050005d,0x1000000a,0x91000180,0xe11f291f,0x9ef51440,0xee9dd205,0x611c02b0,0x63121153,0x085912a6,0x050b2561,0xad329000,0xd1500000,0x046b0009,0xf50b7050,0xe9fed4fa,0xee89dbfd,0xe70d806c,0x3050005d,0x1000000a,0x90000182,0xe11f271f,0xaef51450,0xee8dd205,0x711802c0,0x6411b14f,0x085916a6,0x050b2561,0xad329000,0xd1700000,0x046b0009,0xf90b405a,0xe9bed2fb,0x1e8cdc0d,0xe50d806b,0x3050005d,0x1000000a,0x91000187,0xe0ff221f,0xcef71460,0xee7dd205,0x811702b0,0x6311514b,0x08691ba5,0xf50b2561,0xad329000,0xd1a00000,0x046b0009,0xfe0af069,0xe97ed0fb,0x3e91dbfd,0xde0d506c,0x3050005d,0x3000000a,0x9000018a,0xe1df1d1f,0xeefb1460,0xee8dd105,0x811502b0,0x62110147,0x087921a5,0xf50b2561,0xad329000,0xd1e00000,0x046b000a,0x050aa07a,0xe92ecefb,0x6e92dc0d,0xdc0d206e,0x3060005d,0x4000000a,0x8d00018d,0xe15f1a1f,0xcefe1440,0xeebdcc05,0xa10c02f0,0x6310a142,0x089928a5,0xf50a2561,0xad329000,0xd2100000,0x046b000a,0x0c0a408e,0xe8eeccfb,0x9e8cdc7d,0xe50d306c,0x3060005d,0x2000000a,0x92000199,0xe16f151f,0x5efd1480,0xeebdca05,0xb1020300,0x6310513d,0x08b92fa5,0xe50a2561,0xad329000,0xd2500000,0x046b000a,0x1309e0a1,0xe8aecafb,0xbe8adcad,0xe80d306a,0x3060005d,0x1000000a,0x9a0001a0,0xe20f121f,0x0efd14c0,0xeecdca05,0xa0f80300,0x610ff138,0x08d935a5,0xe50a2561,0xad329000,0xd2900000,0x046b000a,0x1a0980b2,0xe85ec8fb,0xee8bdcbd,0xe90d3067,0x3080005d,0x1000000a,0x9c0001a4,0xe21f101e,0xdeff1500,0xeefdcc05,0xb0f002e0,0x5e0fa132,0x09093ba5,0xe50a2561,0xad329000,0xd2b00000,0x046b000a,0x1f0930c1,0xe81ec6fc,0x1e8fdcfd,0xe90d0061,0x30c0005c,0xd000000a,0xa50001ad,0xe1ef0b1e,0x5f011580,0xeefdcf05,0xd0ea02c0,0x5d0f612c,0x09393ea5,0xd50a2561,0xad329000,0xd2d00000,0x046b000a,0x230900cb,0xe7cec4fc,0x4e95dd4d,0xe60d005c,0x30f0005c,0xa000000a,0xaa0001b3,0xe30f081e,0x1f0315f0,0xeefdd005,0xe0e602d0,0x5c0f2126,0x09593fa5,0xd50a2561,0xad329000,0xd2e00000,0x046b000a,0x2408f0ce,0xe78ec2fc,0x6e96dd6d,0xe60ce05c,0x30f0005c,0xa000000a,0xa80001b6,0xe2ff081e,0x2f0515f0,0xef2dd005,0xe0e202d0,0x5d0ef120,0x098940a5,0xe50a2561,0xad328000,0xd2f00000,0x046b000a,0x2308f0cd,0xe78ec0fc,0x6e96dd7d,0xe70cb05c,0x3100005c,0x9000000a,0xac0001b6,0xe36f091d,0xef061600,0xef2dd105,0xe0e002d0,0x5e0ec11a,0x09b941a5,0xf5092561,0xad328000,0xd3200000,0x046b000a,0x1e08f0ca,0xe78ebefc,0x6e96dd7d,0xe50ce058,0x3110005c,0x9000000a,0xb30001b3,0xe3af0b1d,0xdf021660,0xef0dd205,0xe0e002e0,0x600ea113,0x09e943a6,0x05092561,0xad328000,0xd3600000,0x046b000a,0x1708f0c6,0xe78ebcfc,0x5e98dd6d,0xe30d1055,0x3100005c,0xb000000a,0xb50001af,0xe3ef0e1e,0x2eff1660,0xef0dd205,0xe0e00310,0x630e910d,0x0a1946a6,0x15092561,0xad328000,0xd3b00000,0x046b000a,0x0e08e0c0,0xe78ebafc,0x5e98dd4d,0xe10d1056,0x30f0005c,0xd000000a,0xb60001ac,0xe3ef101e,0x8efd1610,0xef0dd205,0xe0e00320,0x640e9106,0x0a4949a6,0x35082561,0xad328000,0xd4000000,0x046b000a,0x0508e0ba,0xe79eb8fc,0x4e98dd3d,0xe10d0056,0x30f0005c,0xe000000a,0xb60001ab,0xe3bf111e,0xaefc15f0,0xef0dd205,0xe0e00320,0x640eb100,0x0a794ba6,0x55082561,0xad328000,0xd4500000,0x046b0009,0xfb08e0b4,0xe79eb6fc,0x4e98dd3d,0xe10d0056,0x30f0005c,0xe000000a,0xb30001ab,0xe38f111e,0xaefc15f0,0xef0dd205,0xe0e00320,0x650ed0fa,0x0ab94ea6,0x75082561,0xad328000,0xd4a00000,0x046b0009,0xf108e0af,0xe79eb4fc,0x3e98dd3d,0xe20d0056,0x30f0005c,0xe000000a,0xb40001ab,0xe3bf111e,0xcefb15e0,0xef0dd205,0xd0e00320,0x680f00f4,0x0af950a6,0x85072561,0xad328000,0xd4e00000,0x046b0009,0xe908f0aa,0xe79eb2fc,0x3e97dd3d,0xe30d0056,0x30f0005c,0xf000000a,0xb40001aa,0xe38f111e,0xeefb15e0,0xef0dd205,0xd0df0330,0x680f50ee,0x0b4951a6,0x95072561,0xad328000,0xd5100000,0x046b0009,0xe20900a7,0xe79eb1fc,0x3e97dd3d,0xe30d0056,0x30f0005c,0xf000000a,0xb40001aa,0xe38f121e,0xeefb15e0,0xeefdd205,0xe0dd0350,0x6a0fa0e8,0x0b9952a6,0x95072561,0xad328000,0xd5200000,0x046b0009,0xdd0910a5,0xe79eaffc,0x2e96dd2d,0xe30d0056,0x30f0005d,0x0000000a,0xb50001a8,0xe3af141f,0x1efb15d0,0xeefdd205,0xe0dd0360,0x6b0ff0e3,0x0be950a6,0x85072561,0xad328000,0xd5000000,0x046b0009,0xdd0920a6,0xe79eb0fc,0x3e96dd1d,0xe10d0057,0x30e0005d,0x0000000a,0xb20001a6,0xe3cf141f,0x2efb15c0,0xeefdd205,0xe0de0360,0x6b1050de,0x0c394ca6,0x75072561,0xad328000,0xd4c00000,0x046b0009,0xdd0940a9,0xe79eb1fc,0x4e97dd0d,0xe10cd059,0x30e0005d,0x1000000a,0xaf0001a6,0xe36f131f,0x1efc1590,0xeefdd305,0xe0df0340,0x6b10c0d9,0x0c9945a6,0x45082561,0xad328000,0xd4700000,0x046b0009,0xdd0970ad,0xe7aeb2fc,0x6e98dcfd,0xe10cc058,0x30d0005d,0x1000000a,0xb10001a6,0xe42f131f,0x0efc1590,0xeeedd305,0xe0e10320,0x6b1120d5,0x0ce93ea6,0x25082561,0xad328000,0xd4000000,0x046b0009,0xdd09a0b1,0xe7aeb3fc,0x7e99dcdd,0xe10cc058,0x30d0005d,0x2000000a,0xb10001a5,0xe43f131f,0x0efc15a0,0xeefdd405,0xc0e802c0,0x6c1180d1,0x0d3935a5,0xe5082561,0xad327000,0xd3800000,0x046b0009,0xdd09e0b6,0xe7aeb4fc,0x8e9adc9d,0xdf0cd057,0x30c0005d,0x3000000a,0xaf0001a2,0xe40f131f,0x1efb15a0,0xeeedd405,0xc0ea0290,0x6c11e0cd,0x0d792da5,0xb5092561,0xad327000,0xd3000000,0x046b0009,0xdc0a20bb,0xe7aeb5fc,0x9e97dc8d,0xdf0cd058,0x30b0005d,0x3000000a,0xad0001a0,0xe3df171f,0x3efa1590,0xeeedd405,0xc0ea0280,0x6a1230ca,0x0db925a5,0x85092561,0xad327000,0xd2a00000,0x046b0009,0xdc0a60c0,0xe7aeb6fc,0xae94dc8d,0xe00ce058,0x30b0005d,0x2000000a,0xae00019e,0xe3bf1b1f,0x3efa1590,0xeeddd405,0xe0ea0280,0x681280c8,0x0de91fa5,0x650a2561,0xad327000,0xd2400000,0x046b0009,0xdc0a90c4,0xe7beb7fc,0xbe92dc8d,0xe00cd058,0x30b0005d,0x3000000a,0xae00019d,0xe3df1c1f,0x2efa15a0,0xee7dd306,0x20ea0270,0x6412c0c6,0x0e191ba5,0x450a2561,0xad327000,0xd2000000,0x046b0009,0xdc0ab0c6,0xe7beb9fc,0xde92dcdd,0xdf0cc058,0x30c0005d,0x1000000a,0xad0001a0,0xe41f1c1e,0xdefc15a0,0xee0dd106,0x80eb0270,0x6212f0c5,0x0e2919a5,0x450a2561,0xad327000,0xd1e00000,0x046b0009,0xdc0ac0c7,0xe7bebafc,0xee93dd3d,0xdd0cd057,0x30d0005c,0xf000000a,0xaa0001a2,0xe40f1a1e,0x9efd15a0,0xed7dce06,0xf0ed0270,0x621300c5,0x0e391ba5,0x350a2561,0xad327000,0xd1f00000,0x046b0009,0xdb0ac0c8,0xe77eb9fd,0x2e93ddad,0xda0cf058,0x30b0005c,0xe000000a,0xa70001a2,0xe44f1a1e,0x5efd1580,0xed7dcd06,0xf0e90220,0x641320c3,0x0e291ea5,0x150a2561,0xad327000,0xd1f00000,0x046b0009,0xd80ab0ca,0xe74eb8fd,0x6e92ddad,0xdb0ce058,0x30b0005c,0xf000000a,0xa60001a2,0xe44f191e,0x4efc1560,0xed7dcc06,0xe0dd0170,0x651330c3,0x0e0923a4,0xd50a2561,0xad327000,0xd1f00000,0x046b0009,0xd40ab0cd,0xe70eb7fd,0xbe95dddd,0xdc0cc058,0x30b0005c,0xe000000a,0xa50001a8,0xe44f141e,0x3efe1550,0xed7dcc06,0xe0d90150,0x661330c3,0x0dd92aa4,0x950a2561,0xad327000,0xd1f00000,0x046b0009,0xcf0aa0d0,0xe6ceb6fd,0xfe99dded,0xda0cb057,0x30b0005c,0xd000000a,0xa60001ac,0xe43f111e,0x3eff1550,0xed6dcc06,0xe0d80160,0x661340c4,0x0da931a4,0x450a2561,0xad327000,0xd1f00000,0x046b0009,0xca0aa0d3,0xe69eb5fe,0x3ea0dded,0xd30ca058,0x30c0005c,0xe000000a,0xa50001b0,0xe45f0c1e,0x1f021540,0xed6dcb06,0xe0d70160,0x661340c6,0x0d5938a4,0x050a2561,0xad327000,0xd2000000,0x046b0009,0xc40a90d7,0xe65eb4fe,0x8ea4dddd,0xd00c9059,0x30b0005c,0xe000000a,0xa20001b1,0xe40f091e,0x0f031530,0xed6dcb06,0xe0d40160,0x651340c7,0x0d193ea3,0xc50a2561,0xad327000,0xd2000000,0x046b0009,0xbf0a80da,0xe61eb3fe,0xcea5dddd,0xd10ca059,0x30a0005c,0xe000000a,0xa20001b3,0xe3bf071d,0xcf051550,0xed6dca06,0xf0d10170,0x641330c8,0x0cc943a3,0x85092561,0xad327000,0xd2000000,0x046b0009,0xbb0a80dd,0xe5eeb2ff,0x0ea5dddd,0xd00cb05a,0x30a0005c,0xf000000a,0xa00001b3,0xe3df071d,0xbf061570,0xed6dca06,0xf0d00180,0x641310c7,0x0c8947a3,0x65092561,0xad327000,0xd2000000,0x046b0009,0xb80a70df,0xe5aeb1ff,0x4ea6ddcd,0xcf0cc05a,0x3090005c,0xf000000a,0xa00001b1,0xe38f071d,0xbf061570,0xed5dca06,0xf0cf0180,0x6312f0c6,0x0c3948a3,0x55092561,0xad327000,0xd2000000,0x046b0009,0xb70a70df,0xe57eb0ff,0x9ea8ddbd,0xce0cb05a,0x30a0005c,0xf000000a,0x9f0001b1,0xe3df051d,0xbf061570,0xed5dca06,0xf0cf0170,0x6312d0c2,0x0c0948a3,0x04ff2561,0x9d332000,0xd2a00000,0x044e0009,0xc909b0df,0xe51ee100,0x5ea8ddad,0xce0cb05a,0x3090005d,0x0000000a,0x9f0001b1,0xe43f051d,0xbf061570,0xed5dca06,0xf0cf0170,0x631290bc,0x0bd948a2,0x44e32581,0x8b340000,0xd4400000,0x04260009,0xf507c0dc,0xe4af1801,0x0ea9dd9d,0xcd0cc05a,0x3080005d,0x0000000a,0x9f0001b1,0xe40f051d,0xcf061570,0xed3dca06,0xf0d10180,0x631240b3,0x0bb948a1,0x34b925b1,0x78350000,0xd6900000,0x03f8000a,0x2a0530d9,0xe41f5301,0xbeafdd3d,0xca0d005a,0x3060005d,0x1000000a,0x9d0001ad,0xe46f011e,0x0f061570,0xecfdc506,0xe0d601b0,0x6611f0a7,0x0ba9489f,0xd48625e1,0x63360000,0xd9200000,0x03c7000a,0x560270d6,0xe39f8c02,0x6eb7dccd,0xcd0da05c,0x3060005d,0x5000000a,0x990001ab,0xe4def81e,0x5f031560,0xecadbe06,0xe0dd0210,0x6a11a098,0x0bc9479e,0x644f2601,0x4e370000,0xdbb00000,0x0394000a,0x6a0000d3,0xe32fbf03,0x4ebfdcbd,0xd70ea05e,0x3060005d,0x8000000a,0x990001ad,0xe5feee1e,0xdeff1560,0xec6db706,0xa0e50240,0x6c116086,0x0bf9479c,0xe4182621,0x3937f000,0xdef00000,0x0363000a,0x65fd90d1,0xe30fe904,0x3ec5dc8d,0xd90fd05f,0x3080005d,0xd000000a,0x960001ab,0xe5eeea1f,0x9ef91570,0xec9db105,0x70fa0200,0x6911106f,0x0c39479b,0x93e52621,0x2538d000,0xe3100000,0x0337000a,0x56fad0ce,0xe3200405,0x6ee1db3d,0xcb11505f,0x30a0005e,0xf000000a,0x930001a1,0xe5aee621,0x9eef14c0,0xed3dd904,0x310901b0,0x60109053,0x0c69479a,0x73bb2611,0x12398000,0xe7300000,0x0312000a,0x42f830cb,0xe3a00d06,0xdef9da6d,0xba11b05d,0x30a0005f,0xb000000a,0x9100019a,0xe53ee323,0x0eec1390,0xed8e0c02,0xe11b0140,0x570fe030,0x0c794699,0xb39f25e1,0x003a1000,0xea600000,0x02f8000a,0x32f650c8,0xe4e00808,0xcf2cd9ad,0x84112052,0x30d00060,0x1000000a,0x8d00018a,0xe37ee923,0xbeec12a0,0xedce3a01,0xd12601a0,0x520ec006,0x0c494699,0x73942580,0xf03a5000,0xebb00000,0x02eb000a,0x2bf590c8,0xe610030a,0x8f53da0d,0x5e0fb046,0x31e0005f,0x5000000a,0x8700017f,0xe1aef422,0x8ef61280,0xee2e5600,0xf1280440,0x4d0d3fd2,0x0bd94899,0x739324d0,0xe23a6000,0xebc00000,0x02e8000a,0x3df730c9,0xe600070b,0xbf4edabd,0x590f9044,0x32d0005e,0x8000000a,0x81000167,0xde6f0821,0x8efc1290,0xee5e7300,0xb1250670,0x480c8fac,0x0bf94e99,0x938f23d0,0xd23a4000,0xec000000,0x02e7000a,0x68fb40cc,0xe4e0140c,0x8f3cdaad,0x59103048,0x3340005e,0x5000000a,0x7e00014a,0xdd1f1c20,0xfefd12f0,0xee9e9100,0xb11c0920,0x3b0c5f7d,0x0bd95699,0xb38922b0,0xc33a2000,0xec600000,0x02e8000a,0x9e0010d0,0xe330270d,0x3f21d9cd,0x5510d04c,0x34a0005e,0x2000000a,0x7b000114,0xddaf421f,0x7f021460,0xef3ea800,0x71140c10,0x270c7f51,0x0b496099,0xd3812190,0xb639e000,0xecd00000,0x02ea000a,0xcc0410d5,0xe1603b0d,0xcf11d8ed,0x4e117052,0x36f0005d,0x9000000a,0x7d0000d5,0xdddf5d1d,0xef0915a0,0xefcec100,0x21120d70,0x200c4f49,0x0a296b9a,0x037920b0,0xad39a000,0xed500000,0x02eb000a,0xe405d0d9,0xe0104f0e,0x6f0ed81d,0x5311505a,0x3820005d,0xc000000a,0x780000b7,0xde7f5e1d,0x3f181530,0xf08ed3ff,0xb10e0ea0,0x1c0bbf4d,0x0809769a,0x33712020,0xa9397000,0xedc00000,0x02ec000a,0xe204b0db,0xdf905c0f,0x3f0bd86d,0x5010106e,0x3940005c,0x0000000a,0x7900008e,0xde3f5c1b,0x6f3713c0,0xf0fef3ff,0xa10a0ee0,0x1a0b8f50,0x0739809a,0x636a1ff0,0xaa395000,0xee300000,0x02ec000a,0xdf01f0df,0xdff06610,0x3f0cd90d,0x470f307a,0x3990005a,0x4000000a,0x8000007e,0xdedf5b19,0x9f481350,0xf14f14ff,0x81060ef0,0x170baf51,0x06a9889a,0x83641fe0,0xae392000,0xee900000,0x02eb000a,0xdbfec0e5,0xe0b06f11,0x5f0fd9ad,0x450e3082,0x3a100058,0xe000000a,0x8800007b,0xdf3f5617,0x3f5b1320,0xf1cf2aff,0x11020f00,0x170b8f53,0x05698e9a,0xa3601ff0,0xb438f000,0xeed00000,0x02ea000a,0xd8fc00e9,0xe1907512,0x8f0adc5d,0x5d0ca085,0x3bb00055,0x2000000a,0xa7000085,0xe0ff4911,0xdf8b12b0,0xf24f3ffe,0xb1000f20,0x180b2f55,0x0469909a,0xa35e1ff0,0xb838d000,0xeef00000,0x02ea000a,0xd7fae0eb,0xe2707913,0x9f03deed,0x750b7087,0x3d200051,0xe000000a,0xc600008d,0xe1cf3e0d,0x7fb31250,0xf28f60fe,0x90fd0f40,0x1a0abf57,0x04598a9a,0x535f1fd0,0xb938a000,0xee900000,0x02ea000a,0xd9fad0e5,0xe3307914,0x9efedf2d,0x710ba08e,0x3d200050,0xf000000a,0xd0000085,0xe20f400d,0x1fb91230,0xf32f72fe,0x70f60f80,0x1a097f5e,0x04497b99,0x63631fb0,0xb9388000,0xeda00000,0x02eb000a,0xdefaa0d4,0xe4107215,0xaeefe09d,0x680c00a1,0x3d20004d,0xc000000a,0xef000077,0xe29f440c,0x0fc811f0,0xf43f73fe,0x40ee1000,0x1b080f69,0x04096498,0x03691f80,0xb7386000,0xec500000,0x02ec000a,0xe7fa50bb,0xe5006816,0xaed6e2bd,0x650cb0bc,0x3d800049,0x4000000b,0x1e00006b,0xe41f480b,0x4fd91140,0xf56f6afd,0x70e610a0,0x2306df7a,0x03794996,0x636f1f50,0xb5384000,0xeab00000,0x02ee000a,0xf1f9f09c,0xe6005b17,0xaebde3ad,0x690d50e0,0x3d900045,0x8000000b,0x4d000049,0xe54f500c,0x5fdc1030,0xf6cf69fe,0x40d31140,0x1705df8d,0x03592b94,0x93761f20,0xb3383000,0xe8e00000,0x02f0000a,0xfcf9907b,0xe6f04b18,0x9e9be75d,0x710d50f0,0x3ed0003f,0x4000000b,0x8400004b,0xe7df4d0a,0xdfea0ed0,0xf85f6afe,0xe0ba11d0,0x0a04dfa3,0x03090d92,0xd37e1f00,0xb0382000,0xe7100000,0x02f1000b,0x07f9305a,0xe7e03c19,0x6e75eb4d,0x7a0ca0ff,0x40100038,0x3000000b,0xc600004f,0xeaff4808,0xbffc0ce0,0xfacf5ffe,0x10a21240,0x0f039fba,0x01d8f191,0x33841ee0,0xaf382000,0xe5700000,0x02f2000b,0x11f8d03c,0xe8c02c1a,0x0e52eccd,0x840ad11e,0x40500032,0x9000000c,0x1500003b,0xee1f4d08,0x10090a50,0xfc4f5ffd,0x908a11a0,0x1402efdb,0x0118db8f,0xd38a1ee0,0xae383000,0xe4100000,0x02f3000b,0x19f88023,0xe9701f1a,0x8e47ecdd,0x7b06513d,0x3f40002d,0x3000000c,0x6200000d,0xf37f5a08,0x001406a0,0xfd8f6bfe,0x10691020,0x06027009,0x01a8cc8e,0xe38d1ef0,0xae385000,0xe3300000,0x02f3000b,0x1ff85012,0xea00151a,0xbe46ed6d,0x6000d146,0x3e800026,0xb000000c,0xc4000fe8,0xf8cf6a05,0x70340370,0xfe8f88ff,0x80620e3f,0xf300c031,0x0178c68e,0x938f1f20,0xb0388000,0xe2d00000,0x02f2000b,0x21f8400b,0xea600f1a,0xbe44ef2d,0x48fd5128,0x3f50001f,0xd000000d,0x43000fdf,0x00bf6eff,0x806e00e0,0xff3fa7ff,0xd0690c9f,0xebfef051,0x00e8cd8e,0xa3921f70,0xb438c000,0xe2700000,0x02f0000b,0x16f8a01e,0xea900c1a,0x6e5cf0ad,0x27fc40f8,0x40000019,0x6000000d,0xc2000fbc,0x035f78fa,0x30a10030,0xff7facff,0x906c0bdf,0xeefe4066,0x00a8de8e,0xb3991fe0,0xba392000,0xe1900000,0x02ed000a,0xfcf9904c,0xeab00b19,0xde82f0fd,0x03fc00de,0x3f700015,0xc000000e,0x03000f8a,0x029f88f8,0x40b80100,0xff8fb6ff,0x80740aef,0xfbfdd077,0x0068f18e,0xe3a12060,0xc0398000,0xe0700000,0x02eb000a,0xddfaa082,0xeac00b19,0x3ec3f0dc,0xd7fb30ce,0x3dd00013,0x8000000e,0x2b000f4b,0x01cf9bf9,0x30c30350,0xff8fbfff,0x80800940,0x0cfd8086,0xffc9028e,0xf3a920e0,0xc639f000,0xdf900000,0x02e8000a,0xc3fb90af,0xeac00b18,0x8f1ff10c,0xa5f940bc,0x3bf00011,0x0000000e,0x57000efd,0x014fb6fd,0xc0bf0730,0xff6fc8ff,0x708507f0,0x0dfd8091,0xffd9098f,0x03ac2150,0xcc3a5000,0xdf300000,0x02e5000a,0xb8fbf0c2,0xead00b17,0xef53f15c,0x95f830ad,0x3ba00010,0x0000000e,0x74000ed9,0x02ffcb00,0x80b208a0 +}; + +u32 ANIM_ENTRY_fire_kneel_right[] = +{ + 0x00500eff,0xa00b089f,0xff029fa3,0x04891c85,0xb3d61ba0,0x823cf000,0xd8e00000,0x02d1000a,0x98fca0c7,0x00ffdd1d,0x4fd4f21c,0x75fa40b6,0x3b800010,0x1000000e,0x7d000026,0xfdbfb9ff,0x60bf0900,0x00001b00,0x801309ef,0xef026f72,0x05891f84,0xd3d71a90,0x7e3d1000,0xd7700000,0x02da000a,0xbcfce0ee,0x01bfd61e,0x9fb1f1bc,0x74fb40db,0x3ab00011,0x8000000e,0x46000031,0xfd9fb6ff,0x40b807d0,0xffe01301,0x70200c2f,0xd8015f3d,0x06192583,0x83d91970,0x7b3d3000,0xd5500000,0x02e3000a,0xf2fd4126,0x027fcd20,0x0f72f3dc,0x7dfcd0f0,0x3a800010,0x8000000e,0x21000046,0xfd2fac00,0x10b906a0,0xffcfff02,0xd0380dff,0xb8ffdf0d,0x07292b81,0xf3dc1850,0x773d5000,0xd2b00000,0x02eb000b,0x32fdc16a,0x033fc521,0x7f0ef7ac,0x90fe6103,0x3ab0000f,0x1000000d,0xfb000074,0xfd4f9001,0x50c504f0,0xffcff904,0x80550edf,0xa1ff0ee3,0x08493280,0x43df1740,0x733d7000,0xcfe00000,0x02f4000b,0x79fe41b4,0x03ffbd22,0xdeacfafc,0xa7ff410f,0x3b50000f,0x0000000d,0xdf0000b6,0xfcef6601,0x20ea0280,0xff4fed05,0x00740fdf,0xa3fe7ec7,0x08e9397e,0x93e21640,0x703d8000,0xcd200000,0x02fd000b,0xbffec1fe,0x04afb624,0x2e75fdcc,0xaefef11a,0x3ba0000e,0xf000000d,0xbc0000c6,0xfcff5001,0x60ea0110,0xfdefc404,0x709a111f,0xaefdfeb1,0x09c9407d,0x03e41560,0x6d3d9000,0xca800000,0x0306000c,0x00ff3242,0x054faf25,0x3e4dfeac,0xd5fdd12a,0x3bd00015,0x9000000d,0x820000b6,0xf89f4502,0x70ef0000,0xfd1fb504,0x40b010ff,0xb4feaeb7,0x0aa9457b,0xc3e614b0,0x6a3d9000,0xc8600000,0x030e000c,0x35ff927a,0x05bfaa26,0x2e2e010c,0xeafd5130,0x3c300017,0xf000000d,0x5b0000ba,0xf69f3002,0x00f9ff10,0xfbcf9104,0x50d1100f,0xbd004ecd,0x0bf9497a,0xe3e81440,0x693d7000,0xc6f00000,0x0317000c,0x59ffe2a0,0x060fa726,0xbe0405ec,0xfdfc7133,0x3cd00019,0x2000000d,0x210000d3,0xf56f0400,0x8110fdc0,0xfb1f9404,0x30de0f7f,0xc400eedd,0x0c394a7a,0x93e81410,0x683d4000,0xc6700000,0x0320000c,0x67fff2ae,0x061fa526,0xfdeb089d,0x05fbf131,0x3ce00019,0x4000000d,0x050000da,0xf4eef100,0x411afdc0,0xfa5f9803,0xe0e70f1f,0xcb014eee,0x0c594a7a,0xe3ed1410,0x703cd000,0xc6700000,0x032a000c,0x630012a8,0x05efa726,0xfde70a5d,0x0efba131,0x3cb0001a,0x8000000c,0xe60000d8,0xf3aee500,0xa11ffe20,0xf89f7b03,0xc0f60dcf,0xd2030f1a,0x0c794c7b,0xe3f81420,0x843c3000,0xc6600000,0x0334000c,0x5a007295,0x058fab26,0xcdf80b5d,0x17fc3131,0x3c80001f,0x1000000c,0xa70000a4,0xefaef101,0x6125ff40,0xf70f6503,0xb1040c7f,0xd704ef45,0x0ca94d7d,0x64091420,0xa13b6000,0xc6600000,0x033e000c,0x4c01027a,0x04efb226,0x6e150b5d,0x17fd312f,0x3c600023,0x9000000c,0x72000061,0xeb9f0302,0x212b0090,0xf6bf7803,0xd10b0bff,0xd705af55,0x0cd94e7f,0x541c1430,0xc53a8000,0xc6800000,0x0349000c,0x3c01a25a,0x042fba25,0xde260abd,0x0bfde127,0x3c200024,0xb000000c,0x68000040,0xea1f0c02,0x71300160,0xf56f6e04,0x31200a4f,0xd907cf81,0x0d294f81,0xb4301440,0xec399000,0xc6b00000,0x0354000c,0x2a026236,0x034fc325,0x2e4908ec,0xf2002112,0x3b400028,0x3000000c,0x45000fdb,0xe6ef2704,0x11410410,0xf30f5804,0xb148074f,0xdd0a0fc1,0x0d595084,0x74431451,0x1238a000,0xc7100000,0x035e000c,0x18031212,0x025fcb24,0x4e91016d,0x010340fe,0x39c00035,0xe000000c,0x06000f57,0xe6ef4f08,0x915e0840,0xf0af4f04,0xf17e041f,0xea0b0002,0x0d194f87,0x64521451,0x3637d000,0xc7a00000,0x0367000c,0x0803c1f1,0x015fd323,0x4ea0f6fd,0x340580f7,0x38800045,0x6000000b,0xc0000eff,0xee4f850e,0x91730c10,0xefcf5704,0xd1a3020f,0xf90b802a,0x0cc94d8a,0x745c1461,0x54373000,0xc8600000,0x036f000b,0xfa0451d7,0x006fd922,0x2e77eedd,0x6b06e0f8,0x3800004e,0x4000000b,0x92000ed1,0xf8dfb412,0x81760e70,0xef6f5604,0x31c7fe70,0x180c0061,0x0c19498d,0xa45d1461,0x6736c000,0xc9700000,0x0376000b,0xf104a1c4,0xff7fdc20,0xedf4e3dd,0xcb08c10a,0x37900053,0x3000000b,0x51000e98,0x091fc516,0x816410b0,0xef2f5e03,0xb1defbb0,0x2d0c308d,0x0b694390,0xe4541471,0x6f36a000,0xcae00000,0x037a000b,0xee04d1bd,0xfeafdb1f,0x8da1dd2e,0x060a2114,0x37300053,0x8000000b,0x27000e7c,0x11dfb619,0x414f11c0,0xeebf6203,0xc1e6f960,0x340c10b3,0x0a593394,0x141f14f1,0x7136f000,0xcd700000,0x037e000b,0xf7044199,0xfddfd51d,0x2d8eda4e,0x0e0c2116,0x36c0004e,0xd000000b,0x0f000e7d,0x135f841b,0x212f1180,0xee4f5804,0x61e2f750,0x300c10de,0x08a91b97,0x83b61671,0x7737a000,0xd1b00000,0x0380000c,0x0c030143,0xfcffc819,0x2d93d87e,0x060fc11f,0x36800046,0xe000000a,0xef000eae,0x11ef441c,0xe0fe10c0,0xee6f5e04,0x81d7f590,0x260c10f0,0x0719049b,0x53401891,0x8038a000,0xd7100000,0x0381000c,0x260170dd,0xfc1fb814,0x1d9fd79e,0x02130124,0x36d00045,0x2000000a,0xdb000f1c,0x0b2f2a1e,0x20db1060,0xee9f5604,0x41c9f420,0x1a0cf0fe,0x04e8fa9f,0xc2e31b31,0x8b39d000,0xdd000000,0x0381000c,0x3c003087,0xfb3fa40e,0x4d8fd4de,0x2418e10c,0x37e0004b,0x6000000a,0x88000035,0xff9f1321,0x10a21030,0xeedf6404,0x21bef2f0,0x120df108,0x03f906a5,0x12c71e21,0x993b2000,0xe2f00000,0x0381000c,0x45ffa063,0xfa4f8f08,0x4d8dd3ae,0x2c1c00f5,0x38a0004f,0xb000000a,0x4e0000c3,0xf95f1023,0x30851080,0xef1f6c03,0xe1b4f1f0,0x0d0de108,0x03d93cab,0x42de2101,0xa73c7000,0xe8e00000,0x0380000c,0x59fe7012,0xf95f7a02,0x6da4d39e,0x181f20d1,0x39600054,0x7000000a,0x560000f9,0xf43f4027,0x60691120,0xef6f8103,0x81aaf120,0x080da107,0x036992b1,0x025423b1,0xb63da000,0xf3000000,0x037e000c,0x73f75fa8,0xf86f67fd,0x4dc0d3bd,0xfb2000b5,0x39800056,0xc000000a,0x510000f5,0xedef6529,0x505f10d0,0xef8f8f03,0x319ff070,0x030d5106,0x02ba27b5,0x514025f1,0xc53eb000,0xfcd00000,0x037c000c,0x84f32f66,0xf78f58f9,0x2ddfd1fd,0xdf20a098,0x3990005a,0x8000000a,0x400000c0,0xe93f8c29,0x805e0fd0,0xef8f7d03,0x7193efd0,0x000ce105,0x01eb3db7,0xb0092791,0xd23f7000,0x04800000,0x0379000c,0x94eeaf28,0xf6af4df6,0xaddfd3bd,0xde21c096,0x3a10005b,0x9000000a,0x3d0000aa,0xe69f9c29,0x30580f60,0xefef7403,0xb188ef6f,0xff0c6103,0x00dba4b8,0x8f782841,0xde3fd000,0x02200000,0x0376000c,0x9bfa8f08,0xf5df4af6,0x1defd50d,0xd722609c,0x39c0005c,0x1000000a,0x4c0000a5,0xe4bf9828,0xe03e0f00,0xf05f6f03,0xc17def00,0x020bc101,0xffbbcfb9,0x1f362841,0xeb3fe000,0x02200000,0x0372000c,0x9afabeff,0xf51f4bf6,0xce02d51d,0xd122a0a2,0x3940005c,0xe000000a,0x540000a5,0xe3af8e28,0xa0200eb0,0xf08f6d03,0xb173eed0,0x0d0b2100,0xfe7be7b9,0x5f0a27f1,0xf83fb000,0x02100000,0x036c000c,0x96fb3ee9,0xf4ef3cf7,0xde14d58d,0xc222a0a2,0x3920005c,0xd000000a,0x5f0000a2,0xe26f8828,0x800f0e40,0xf0bf6c03,0x816aeeb0,0x1e0a80fe,0xfd3beeb9,0x5ef12752,0x073f6000,0x02100000,0x0365000c,0x90fbfec8,0xf4bf35f8,0xae22d59d,0xb92260a1,0x3930005d,0x1000000a,0x6200009e,0xe19f8028,0x6ffe0da0,0xf13f6d03,0x5161eeb0,0x3209d0fc,0xfbebe8b9,0x3ee72692,0x163ef000,0x02100000,0x035d000c,0x88fcdea0,0xf4af2ff9,0x5e47d5ed,0x9d21e096,0x3950005c,0xd000000a,0x7b0000b1,0xe10f6428,0x7fdf0d30,0xf1bf6e03,0x8159eec0,0x480930fa,0xfa9bd8b8,0xeee825b2,0x243e7000,0x02100000,0x0354000c,0x80fdde74,0xf54f2af9,0xde60d73d,0x8d214087,0x38e0005c,0x3000000a,0x980000e1,0xe05f3d29,0x5fc40d30,0xf18f6803,0xc151eee0,0x5f0890f8,0xf96bc3b8,0x8ef124c2,0x313df000,0x02000000,0x034c000c,0x78fede48,0xf59f1dfb,0x0e5ed7ad,0x95218087,0x3900005c,0xd000000a,0x960000f4,0xe0cf322a,0x1fc50d40,0xf0df5504,0x3149ef00,0x740800f6,0xf83baab8,0x1efe23f2,0x3d3d6000,0x02000000,0x0345000c,0x70ffce20,0xf58f0efd,0x1e4fd8ed,0xad227090,0x39c0005d,0xe000000a,0x7e000102,0xe1df2f2a,0x7fd30d30,0xf0df5004,0x4141ef30,0x870780f4,0xf73b92b7,0xaf0a2332,0x463cf000,0x02000000,0x033f000c,0x6a008dff,0xf59f06fd,0xee4dd97d,0xb3227092,0x3a20005e,0x6000000a,0x7a000108,0xe1df3129,0xffdc0da0,0xf12f5404,0x213aef50,0x940710f3,0xf65b7db7,0x4f1322c2,0x4c3c9000,0x02000000,0x033b000c,0x66010de8,0xf5bf01fd,0xfe54d96d,0xae21e090,0x3a00005e,0x9000000a,0x7a00010e,0xe2af3229,0x4fe10e70,0xf14f5804,0x2132ef70,0x9a06b0f2,0xf5bb70b6,0xef152292,0x4e3c5000,0x02000000,0x0339000c,0x64013de0,0xf58efefd,0xee5dd96d,0xa821808b,0x39d0005e,0x8000000a,0x7d000111,0xe2af2f29,0x0fe20eb0,0xf14f5904,0x212aefa0,0x9b0680f1,0xf54b67b6,0x8f122282,0x4d3c3000,0x02300000,0x0339000c,0x63012de0,0xf55ef8fd,0xee66d96d,0xa221608a,0x39e0005e,0x9000000a,0x82000111,0xe32f2829,0x4fdc0e70,0xf15f5b04,0x2123efc0,0x9a0670f1,0xf52b5db6,0x1f112272,0x4b3c2000,0x02a00000,0x033c000c,0x61011de0,0xf51ef2fd,0xde69d96d,0xa521208c,0x3a20005e,0xb000000a,0x7f000115,0xe33f2429,0x7fd50e20,0xf19f6404,0x411beff0,0x980640f2,0xf4bb52b5,0xaf102262,0x483c0000,0x03200000,0x0341000c,0x5f00fde0,0xf51eecfd,0x4e71d98d,0xa720108a,0x3a30005e,0x6000000a,0x7f000127,0xe3af1e28,0x9fd60de0,0xf1af6c04,0x5114f030,0x950630f3,0xf45b47b5,0x5f102242,0x443c0000,0x03a00000,0x0347000c,0x5d00dde1,0xf51ee2fc,0xde77da1d,0xaa1f1082,0x3a50005d,0xe000000a,0x7b00013e,0xe3af1727,0x7fdb0db0,0xf18f6b04,0x310df060,0x920620f4,0xf40b3cb5,0x3f102222,0x3f3c0000,0x03d00000,0x034e000c,0x5c00dde1,0xf49ed9fd,0x0e72dadd,0xae1ef07a,0x3a80005d,0x7000000a,0x83000147,0xe31f1826,0xefdf0dd0,0xf1bf6d04,0x3105f090,0x8e0620f6,0xf3cb30b5,0x5f0f2202,0x3b3c1000,0x03c00000,0x0354000c,0x5b00cde1,0xf44ed3fc,0xee6adb4d,0xb41e8075,0x3ab0005d,0x1000000a,0x88000153,0xe3bf1a26,0x4fdf0e00,0xf1ef6f04,0x50fef0d0,0x890630f8,0xf39b22b5,0xaf0f21e2,0x373c2000,0x03b00000,0x035b000c,0x5900ade1,0xf42ecdfc,0xde64db8d,0xba1e3072,0x3ab0005c,0xf000000a,0x8b00015d,0xe43f1925,0xefdf0e10,0xf1ef6804,0x80f8f100,0x840640fb,0xf36b15b6,0x1f0f21d2,0x343c4000,0x03a00000,0x0360000c,0x56008de1,0xf3dec7fd,0x7e54dc2d,0xc61ec06f,0x3a80005c,0xf000000a,0x92000161,0xe43f1826,0x5fdc0df0,0xf1ff5b04,0xa0f1f140,0x7f0660fd,0xf34b0cb6,0x8f0d21c2,0x313c8000,0x03900000,0x0363000c,0x54007de1,0xf35ec4fe,0x6e45dcfd,0xce200072,0x3ab0005c,0xc000000a,0x9800015c,0xe2cf1a27,0x0fd70e20,0xf24f5304,0xd0eaf170,0x7c068100,0xf32b08b6,0xdf0b21b2,0x313cc000,0x03800000,0x0364000c,0x53006de1,0xf32ec4ff,0x0e3cdd3d,0xd320c079,0x3ad0005c,0xb000000a,0x99000158,0xe36f1727,0x8fd40e10,0xf26f5104,0xe0e4f1a0,0x7a06a103,0xf31b0bb7,0x1f0521e2,0x313d3000,0x03800000,0x0363000c,0x4d009de5,0xf31ec0ff,0x3e3ddcfd,0xd320c07b,0x3ab0005c,0xf000000a,0x99000158,0xe3cf1027,0xcfd50dc0,0xf26f5104,0xf0ddf1d0,0x7906c107,0xf30b15b7,0x4efe2242,0x323dc000,0x03700000,0x0360000c,0x3d010dee,0xf30eb9ff,0x3e40dccd,0xd220b07a,0x3aa0005d,0x3000000a,0x9b000157,0xe41f0c27,0xdfd60db0,0xf27f5104,0xf0d7f200,0x7906e10a,0xf30b22b7,0x6ef522d2,0x333e7000,0x03500000,0x035b000c,0x2a019df8,0xf2feb3ff,0x0e43dcbd,0xd0209079,0x3aa0005d,0x4000000a,0x9e000158,0xe4ef0927,0xcfd80db0,0xf28f5104,0xf0d0f220,0x7907110e,0xf30b2fb7,0x9eed2392,0x343f4000,0x03400000,0x0356000c,0x1b020e01,0xf2feadfe,0xde48dcad,0xcd207078,0x3aa0005d,0x4000000a,0x9b000159,0xe42f0727,0xafd90db0,0xf29f5104,0xf0caf240,0x79073111,0xf30b3ab7,0xbee62452,0x35402000,0x03300000,0x0350000c,0x14023e05,0xf2fea7fe,0x8e4cdcad,0xca205078,0x3ab0005d,0x4000000a,0x9e00015a,0xe49f0527,0x8fda0db0,0xf2af5204,0xf0c4f260,0x79075114,0xf31b45b7,0xfedf2522,0x3640f000,0x03200000,0x0349000c,0x0e026e07,0xf30ea2fe,0x4e4ddcad,0xc9203077,0x3aa0005d,0x3000000a,0x9d00015b,0xe4bf0527,0x5fdb0db0,0xf34f5605,0x10bef280,0x7a077118,0xf31b50b8,0x2ed725e2,0x3841c000,0x02f00000,0x0343000b,0xff02ee0e,0xf39ea3fd,0x9e54dc8d,0xc01f1073,0x3a60005c,0xd000000a,0xa7000160,0xe4ff0026,0x2fe50d80,0xf3cf5b05,0x10b8f290,0x7b07811b,0xf32b5ab8,0x6ed02672,0x39428000,0x02c00000,0x033c000b,0xee037e16,0xf3fea4fc,0xfe59dc9d,0xb91e206b,0x3a00005c,0x7000000a,0xaf000163,0xe53f0024,0xefef0d80,0xf3ff5a05,0x30b2f2a0,0x7d07911e,0xf33b62b8,0x9ecb26d2,0x39431000,0x02a00000,0x0336000b,0xdf03fe1c,0xf43ea2fc,0xee53dcfd,0xbe1df068,0x39f0005c,0x6000000a,0xb5000168,0xe57f0524,0x4ff30db0,0xf42f5805,0x50acf2b0,0x7e079121,0xf34b64b8,0xbeca2702,0x3a439000,0x02800000,0x0331000b,0xd9043e1f,0xf46ea4fd,0x2e4add4d,0xc81e006d,0x3a00005c,0x9000000a,0xb400016f,0xe55f0823,0xfff30db0,0xf45f5805,0x70a7f2b0,0x8107c123,0xf35b60b8,0xbece2712,0x3a43e000,0x02700000,0x032c000b,0xdd042e1a,0xf49ea3fd,0x6e45dd6d,0xcd1dd06f,0x3a30005c,0xb000000a,0xb0000175,0xe5af0723,0x9ff40d90,0xf49f5905,0x70a1f2a0,0x8407f126,0xf36b57b8,0xaed72742,0x3d441000,0x02300000,0x0327000b,0xe6042e0f,0xf48ea3fd,0x5e45dd9d,0xce1da06c,0x3a40005c,0xe000000a,0xb500017a,0xe6bf0623,0x4ff50da0,0xf4af5a05,0x509cf290,0x87082128,0xf37b4bb8,0x8ee22792,0x40443000,0x01f00000,0x0323000b,0xf1041e01,0xf43ea2fd,0x7e49dd9d,0xcc1dc06a,0x3a60005c,0xf000000a,0xb800017a,0xe66f0423,0x6ff50dd0,0xf52f6204,0xf097f270,0x8a085129,0xf37b3eb8,0x7eee27e2,0x45444000,0x01c00000,0x031e000b,0xfa040df6,0xf3eea4fd,0x0e5ddd5d,0xb91cf05f,0x3a40005c,0x7000000a,0xca000173,0xe57efe23,0x6ff10da0,0xf5ff6e04,0x8092f260,0x8d08712b,0xf38b32b8,0x7ef92842,0x49445000,0x01a00000,0x0319000b,0xfe040df1,0xf3dea9fc,0x2e72dcdd,0xa51b8050,0x39e0005b,0xb000000a,0xe500016b,0xe43efc23,0x0fee0d80,0xf63f7204,0x708df250,0x9008712a,0xf38b27b8,0x8f0328a2,0x4e445000,0x01e00000,0x0315000c,0x0703fde6,0xf39ea9fb,0xee77dcdd,0xa31b0046,0x39a0005b,0x9000000a,0xf000016e,0xe50efe22,0xcff00da0,0xf61f7004,0x9088f240,0x9308712a,0xf38b1db8,0xaf0d2902,0x52446000,0x03000000,0x0311000c,0x0e03eddd,0xf32ea6fc,0x4e74dd1d,0xa81b4046,0x39a0005b,0xb000000a,0xf1000171,0xe57f0122,0xdff00dd0,0xf5ff6804,0xd084f230,0x9508712a,0xf39b13b8,0xef152942,0x56447000,0x03300000,0x030d000c,0x1603edd3,0xf2aea5fd,0x0e66dd7d,0xb61c5050,0x39e0005c,0x4000000a,0xe8000174,0xe5df0123,0x6fed0e20,0xf5ff6504,0xe080f230,0x96087129,0xf3bb0bb9,0x1f1d2972,0x58449000,0x02d00000,0x030a000c,0x1c03ddcb,0xf27ea4fd,0x5e5ddd9d,0xbf1cf057,0x3a00005c,0xa000000a,0xe1000177,0xe65f0324,0x2fea0e80,0xf60f6504,0xe07df240,0x96087129,0xf3cb06b9,0x5f222982,0x5944c000,0x02900000,0x0307000c,0x1f03ddc8,0xf25ea2fd,0x7e5edd9d,0xc01d3059,0x3a10005c,0xc000000a,0xe3000178,0xe6af0225,0x1fe80ed0,0xf60f6504,0xe07bf250,0x95088128,0xf3eb04b9,0x8f232992,0x58451000,0x02b00000,0x0304000c,0x2503fdcb,0xf25ea0fd,0x7e60dd9d,0xbf1d3058,0x3a10005c,0xc000000a,0xe5000178,0xe6ef0225,0x5fe70ed0,0xf60f6504,0xe07af250,0x95088127,0xf40b06b9,0xaf2029d2,0x57457000,0x03000000,0x0302000c,0x32045dd3,0xf28e9ffd,0x6e60dd9d,0xbe1d3057,0x3a10005c,0xc000000a,0xe6000178,0xe74f0125,0x5fe70ed0,0xf5ff6404,0xe074f290,0x95088126,0xf42b0bb9,0xdf182a12,0x5545e000,0x03800000,0x0300000c,0x4204cddd,0xf28e9afd,0x4e65dd9d,0xb91d4058,0x3a00005c,0xb000000a,0xe4000174,0xe64eff25,0x6fe40ea0,0xf5ff6404,0xf073f2a0,0x93088125,0xf45b12b9,0xff0e2a72,0x52465000,0x04100000,0x02fe000c,0x50052de5,0xf2ae98fc,0xfe66dd7d,0xb71d4058,0x3a00005c,0xd000000a,0xe7000172,0xe70eff25,0x7fe30ea0,0xf5ff6404,0xf073f2d0,0x8f088124,0xf47b1cba,0x1f042ad2,0x4f46d000,0x04b00000,0x02fd000c,0x56055de9,0xf2ce97fc,0x9e67dd4d,0xb51d3059,0x3a00005c,0xf000000a,0xe6000170,0xe76eff25,0x7fe20ea0,0xf5ff6404,0xf073f2e0,0x8e089123,0xf4ab26ba,0x2ef92b32,0x4d474000,0x05500000,0x02fc000c,0x5704adeb,0xf32e96fc,0x3e66dd5d,0xb71d3058,0x3a00005d,0x0000000a,0xe5000172,0xe78eff25,0x7fe20ea0,0xf5ff6304,0xf074f2f0,0x8e089122,0xf4db30ba,0x3ef02b92,0x4a47b000,0x05e00000,0x02fc000c,0x59031def,0xf37e94fb,0xde64dd7d,0xba1d4059,0x3a00005d,0x0000000a,0xe5000174,0xe70f0125,0x8fe20ea0,0xf5ef6304,0xf074f320,0x8e089120,0xf50b3aba,0x2eea2bd2,0x48480000,0x06600000,0x02fc000c,0x5b012df4,0xf3ae91fb,0x7e5fdd9d,0xbf1d4059,0x3a00005d,0x2000000a,0xe3000177,0xe74f0425,0x9fe20eb0,0xf5ef6304,0xe071f390,0x8f08911f,0xf53b42ba,0x0ee72c02,0x47484000,0x06b00000,0x02fd000c,0x5eff9df9,0xf3de89fa,0xee5cdd9d,0xc21d4059,0x39f0005d,0x4000000a,0xe3000179,0xe79f0625,0xafe20eb0,0xf5ef6304,0xe06af4b0,0x9508a11e,0xf56b48b9,0xdeea2c12,0x46485000,0x06d00000,0x02fe000c,0x5ffefdfb,0xf43e79f9,0xee5ddd6d,0xc11d405a,0x39f0005d,0x6000000a,0xe5000177,0xe82f0525,0xcfe20ea0,0xf5df6604,0xb067f5d0,0x9908a11d,0xf58b4cb9,0x7ef42bf2,0x43485000,0x07000000,0x0301000c,0x65ff5e00,0xf4de6bf8,0xae61dd3d,0xb91d305a,0x39e0005d,0x7000000a,0xe3000171,0xe6ef0625,0xffe10eb0,0xf5df6e04,0x8066f5c0,0x9a08a11b,0xf5bb50b8,0xff022b72,0x3b483000,0x07600000,0x0304000c,0x74005e0c,0xf59e68f7,0xce6cdc9d,0xad1cc056,0x39b0005d,0x9000000a,0xe200016a,0xe64f0926,0x2fe00ec0,0xf59f7504,0x6068f550,0x9a08a11a,0xf5eb53b8,0x7f142ac2,0x2f480000,0x07d00000,0x0308000c,0x87018e1b,0xf69e6af7,0x9e74dc0d,0xa31c9056,0x3970005e,0x0000000a,0xe7000162,0xe7bf0c26,0x8fdf0ec0,0xf55f7504,0x606af540,0x9a08b119,0xf61b57b8,0x0f2629f2,0x2147d000,0x08300000,0x030d000c,0x96028e28,0xf79e6ff7,0x6e74dbed,0xa11cb058,0x3960005e,0x4000000a,0xe200015d,0xe7ef0d26,0xcfde0ec0,0xf55f7704,0x706bf500,0x9808b118,0xf64b5ab7,0xdf362902,0x12478000,0x08600000,0x0312000c,0x9c02fe2d,0xf87e79f7,0x6e71dbed,0xa41ca059,0x3960005e,0x5000000a,0xde00015e,0xe7ef0f26,0xcfde0ec0,0xf54f7904,0x9075f3e0,0x9408b117,0xf66b62b8,0x1f402822,0x02472000,0x08200000,0x0317000c,0xa3036e32,0xf97e90f8,0x0e6fdbfd,0xa91c805b,0x3940005e,0x5000000a,0xdd000164,0xe85f0f26,0xcfde0eb0,0xf4ff7604,0xc08bf280,0x8e08b116,0xf68b6eb8,0xbf452741,0xf446b000,0x07800000,0x031d000c,0xb2046e3f,0xfa7eabf9,0x0e75dc1d,0xa81ce05d,0x3930005e,0x6000000a,0xd4000165,0xe84f0927,0x1fdc0eb0,0xf48f7204,0xf09cf220,0x8708b115,0xf6ab78b9,0x5f4c2691,0xe8463000,0x06c00000,0x0323000c,0xc5059e4e,0xfb1ebff9,0x5e76dc4d,0xa81d605f,0x3920005e,0x9000000a,0xd2000164,0xe82f0627,0x6fdb0ea0,0xf3ff7104,0xf0aff1e0,0x8008c114,0xf6cb79b9,0xbf5e2621,0xe045b000,0x06200000,0x0329000c,0xd4069e5a,0xfb4ecef9,0x5e7bdc5d,0x9f1de05d,0x38f0005e,0xc000000a,0xce00015c,0xe7af0827,0xffd80eb0,0xf34f7204,0xe0bff1c0,0x7808c114,0xf6eb6cb9,0x5f8225f1,0xde452000,0x05e00000,0x0330000c,0xda070e5f,0xfb0ed8f9,0x2e84dc4d,0x8e1e6058,0x38b0005e,0xf000000a,0xcc000151,0xe7bf0b28,0xafd50ec0,0xf2cf7504,0xe0caf1a0,0x7008c113,0xf6faf3b7,0xe00325c1,0xdc448000,0x03300000,0x0336000c,0xb205ae7e,0xfb3ee5f9,0xbe8ddc3d,0x821e9058,0x3890005f,0x2000000a,0xc6000149,0xe75f0c29,0x2fd30ec0,0xf27f7905,0x10cff180,0x6908c113,0xf70a33b5,0x80c62541,0xd843b000,0xfdb00000,0x033e000c,0x6b035eb3,0xfbaf01fa,0xee95dc0d,0x7c1e805d,0x38a0005f,0x5000000a,0xbb00014d,0xe7ef0929,0x3fd30ea0,0xf1bf8705,0xb0dcf180,0x5108c112,0xf70965b1,0x71af2491,0xd342e000,0xf4700000,0x0345000c,0x1b00bef0,0xfc2f23fd,0x3eaedb6d,0x691df069,0x38d0005f,0xb000000a,0x9d000156,0xe83f0229,0x3fd30e60,0xf13fa106,0x30edf2a0,0x3108c112,0xf71890ab,0x82b023c1,0xcb41f000,0xe7c00000,0x034d000b,0xc5fdff30,0xfc9f3c03,0xded4da5d,0x461c1070,0x38f0005f,0x7000000a,0x81000158,0xe94efd28,0x8fd60e20,0xf14fb406,0x20f8f3f0,0x2109410c,0xfd3826a5,0x434922e1,0xc2410000,0xdd900000,0x0355000b,0x9efcaf4e,0xfcef530d,0xbeedd98d,0x301a606d,0x3900005e,0xe000000a,0x79000152,0xe90f0127,0xbfd90e10,0xf12fcb05,0x810df6e0,0x1109d106,0x0518259d,0xc37c21f1,0xb8402000,0xd7700000,0x035d000b,0x7bfa0f8b,0xfd4f6b17,0xbf0bd90d,0x13180065,0x3960005d,0x3000000a,0x7400013e,0xe53f1b26,0x9fd80df0,0xf0bfd605,0x212ffb8f,0xfd09d107,0x08383794,0x83a020e1,0xac3f3000,0xcf400000,0x0364000b,0x7df8cfa7,0xfd9f811b,0xff17d99c,0xfc16c066,0x39e0005a,0xa000000a,0x6700011d,0xe0af4625,0x9fd30dc0,0xf16fd604,0x4142ffaf,0xf708f114,0x05b8518b,0x63b71ff1,0x9e3e5000,0xc5700000,0x036b000b,0x81f62fe4,0xfddf941f,0x4f13d81c,0xec172066,0x3a90005a,0x2000000a,0x6f0000e9,0xdf7f7224,0xffce0ea0,0xf26fd504,0x0150036f,0xe907b132,0x02b86884,0x73c41f31,0x8f3da000,0xbd300000,0x0371000b,0x85f37021,0xfe0fa321,0x8f01d5ac,0xec18207d,0x3c10005a,0x3000000a,0x680000c2,0xe04f9124,0x1fbb0fb0,0xf2dfd604,0x2166062f,0xdd05e153,0xfea87281,0xb3c81eb1,0x803d2000,0xb9c00000,0x0374000b,0x86f2403d,0xfe1faf22,0x5efdd2ec,0xf418109f,0x3db0005a,0xc000000a,0x4b0000b0,0xe23f9d22,0xdfa10f30,0xf33fde03,0xc17d081f,0xd5057164,0xfbd86f81,0xc3c61e91,0x6f3ce000,0xba100000,0x0377000b,0x88f25037,0xfe0fb721,0xef1ad24c,0xe616a0b7,0x3f200059,0x2000000a,0x4f00009d,0xe3ffa421,0x0f8d0dd0,0xf3dff003,0x018608cf,0xd4065178,0xfa286781,0xe3c01ef1,0x5c3ce000,0xbaf00000,0x0378000b,0x8df27028,0xfddfbd20,0x8f47d25c,0xc91490c3,0x40200056,0x6000000a,0x6a00008c,0xe63fae1e,0x8f840d10,0xf4500002,0x7183089f,0xd706718b,0xf9185a82,0x13b91f91,0x463d0000,0xbc300000,0x0378000b,0x93f2a011,0xfd8fc11e,0x7f67d2fc,0xb21260c5,0x40700053,0x5000000a,0x87000087,0xe7dfb31c,0x6f8a0c70,0xf5002101,0x7179082f,0xde05319b,0xf7d84b82,0x43af2071,0x2f3d5000,0xbdc00000,0x0376000b,0x9bf2dff5,0xfd2fc41b,0xff8ed45c,0x980dd0d3,0x40c0004d,0x8000000a,0xb600008f,0xeb6fb618,0xbfac0b40,0xf5e04500,0xa16f075f,0xe003f1a0,0xf7283a82,0x83a52161,0x183da000,0xbf700000,0x0374000b,0xa4f31fd6,0xfccfc619,0x3fadd54c,0x840a20e4,0x40c00048,0x8000000a,0xdb00009e,0xedcfb416,0x0fc70b10,0xf6505800,0x416706bf,0xe00361a2,0xf6e82a82,0xc39b2261,0x013e1000,0xc1200000,0x0370000b,0xacf35fb8,0xfc6fc716,0x7fc0d59c,0x770850ef,0x40c00046,0x0000000a,0xee0000a6,0xef8fb214,0xcfd40b10,0xf6c06700,0x215f063f,0xe00341a0,0xf6d81b82,0xf3912340,0xeb3e8000,0xc2a00000,0x036b000b,0xb4f38f9c,0xfc2fc813,0xefcfd5bc,0x6b0760f5,0x40a00044,0x7000000a,0xf80000ab,0xefffb014,0x3fd90b20,0xf7807f00,0x0150053f,0xde03119e,0xf6d80e83,0x23892400,0xd63ee000,0xc3f00000,0x0365000b,0xbbf3bf85,0xfbffc911,0xdfe6d58c,0x5505a102,0x40400042,0x8000000b,0x0a0000b2,0xf1afaa13,0x2fe30b10,0xf8e074ff,0xd133035f,0xdb02919a,0xf6c80583,0x43842470,0xc43f4000,0xc4c00000,0x035e000b,0xbff3df75,0xfbffcb10,0x6016d5bc,0x2b02311a,0x3fb0003d,0x7000000b,0x300000c0,0xf4afa110,0xfff60ae0,0xf9804cff,0xd12902bf,0xd9023198,0xf6d80283,0x53822470,0xb53f8000,0xc5100000,0x0356000b,0xc1f3ef70,0xfc2fcd0f,0xd028d5fc,0x18010121,0x3f40003b,0x4000000b,0x410000c4,0xf65fa010,0x7ffc0ad0,0xfb704800,0x010f011f,0xd6016194,0xf6c80982,0xf38623f0,0xa83fa000,0xc5100000,0x034a000b,0xbef44f78,0xfcdfcf10,0x605ad6fb,0xe5fdf132,0x3e300034,0x3000000b,0x790000d2,0xfa1f9c0e,0xf00d0b40,0xfdf05c00,0x70f2ff6f,0xd400618a,0xf6581c82,0x039022b0,0x9b3fd000,0xc5200000,0x0339000b,0xb5f53f8d,0xfe2fd112,0x0095d97b,0xa8fa013e,0x3cb00028,0xb000000b,0xd10000ee,0x011f9b0d,0x00270c30,0xff906f00,0xb0dafe3f,0xdaff5178,0xf5783880,0xa39f2100,0x90400000,0xc5200000,0x0323000b,0xa7f69fad,0xffffd414,0x60afdcab,0x85f58134,0x3b70001d,0x2000000c,0x38000119,0x0d9fa80b,0x503f0bf0,0x00506f00,0xb0cdfe2f,0xe0fea16a,0xf518597e,0xf3b11f00,0x85402000,0xc5200000,0x030b000b,0x97f85fd4,0x020fd617,0x408ae0cb,0x84f1b11c,0x3b200012,0xe000000c,0x74000158,0x13afc509,0x60520a30,0x00d05801,0x00c5feff,0xdffe5168,0xf5487e7d,0x23c51cd0,0x7b404000,0xc5200000,0x02f1000b,0x86fa3fff,0x043fd91a,0x6022e38b,0x96f03109,0x3ba0000e,0xe000000c,0x8f0001c0,0x13efd806,0x40670870,0x01a05c01,0x80b2ffcf,0xdbfdb16e,0xf5b8a37b,0x43d81aa0,0x72406000,0xc5200000,0x02d8000b,0x74fc1029,0x065fdc1d,0x8f72e55b,0xb2ee80e2,0x3c300010,0xb000000d,0x17000268,0x0d3fc300,0x308e05e0,0x01d03e01,0xa0a7ffdf,0xdafd6171,0xf5c8c479,0x93ea1890,0x6a408000,0xc5200000,0x02c1000b,0x64fdc050,0x085fde20,0x7f57e53b,0xbbedb0cf,0x3c200014,0x4000000d,0x8e000267,0x079f8ffd,0xe09f04f0,0x01d03401,0xd092ff7f,0xd3fe0178,0xf6a8e078,0x33f916e0,0x64409000,0xc5300000,0x02ac000b,0x57ff3070,0x0a0fe122,0xef72e5fb,0xd2ec60b5,0x3bc0001a,0xc000000e,0x0d0001d4,0xfd2f23fb,0xc0af0430,0x01a04601,0xf07bfdaf,0xc9001184,0xf898f377,0x440315b0,0x5e409000,0xc5300000,0x029d000b,0x4e002086,0x0b2fe324,0x8faee87b,0xebe9e090,0x3b600020,0xf000000e,0x57000104,0xf4dedefa,0x60b70460,0x00a05001,0x7076fbdf,0xc8014188,0xf998fa76,0xe4071520,0x5a409000,0xc5300000,0x0293000b,0x4b00808e,0x0bafe525,0x3ff3ea7b,0xe7e6407e,0x3a000023,0x2000000e,0x50000092,0xf5af1efb,0x20b805a0,0xff204d00,0x7079faaf,0xd101e183,0xf9b8f377,0x84011530,0x58408000,0xc6300000,0x028e000b,0x4dffe08a,0x0b9fe624,0xe01eed6b,0xede29078,0x37b00021,0x1000000e,0x19000027,0xfadf90fd,0x00a207a0,0xfe6036ff,0x8082fb2f,0xe3020171,0xf9d8e179,0x13f11590,0x57406000,0xc8f00000,0x028b000b,0x53fe307f,0x0b2fe723,0xf011f09c,0x08e0f092,0x3420001c,0x1000000d,0xb6000fdf,0xfb8000fe,0x90640b20,0xfe900efe,0xc07dfd3f,0xf301c155,0xfa38c77b,0x73d91630,0x58404000,0xcd000000,0x028a000b,0x5cfbb06f,0x0a6fe722,0x9fd4f25c,0x33e2e0c4,0x30700018,0x4000000d,0x5d000fe4,0xf7403aff,0xd01a0f40,0xfe8ff8fe,0x607cfedf,0xfb01a127,0xfad8a77e,0x53bc16f0,0x5a401000,0xd1f00000,0x028a000b,0x67f8a05c,0x098fe820,0xefacf22c,0x55e640d5,0x30300018,0x7000000d,0x73000018,0xf7901cff,0x9ff21150,0xfeefe7fe,0xc079006f,0xfe01a0f4,0xfb988581,0x739d17e0,0x5c3fe000,0xd7500000,0x028b000b,0x73f56047,0x087fe81f,0x0f8ef23c,0x74eae0c9,0x32900018,0x9000000d,0xdb00006b,0xf6afcbfd,0xb0891230,0xff000cfe,0xc077019f,0xfb01a0cc,0xfc986284,0x937d18c0,0x5f3fa000,0xdca00000,0x028d000b,0x7ff21032,0x076fe81d,0x3f91f1dc,0x7bee90bd,0x34400018,0x9000000e,0x2f000095,0xf76fa2fd,0x409711d0,0xff001dfe,0xb071026f,0xf501c0b8,0xfd484287,0x636019a0,0x613f6000,0xe1900000,0x0290000b,0x8aef101e,0x066fe71b,0x9f9bf1cc,0x7ef070b7,0x35800018,0x3000000e,0x5600009d,0xf7af97fe,0x709e10b0,0xfec01dfe,0x306204af,0xf20220a4,0xfdc82889,0xc3481a50,0x643f3000,0xe5a00000,0x0293000b,0x93ec900e,0x059fe61a,0x4fa8f28c,0x79f2f0b8,0x37600016,0x7000000e,0x7100008b,0xf99f9701,0x10710d50,0xfec01dfe,0x2055065f,0xf3024098,0xfe18168b,0x63381ad0,0x653ef000,0xe8600000,0x0295000b,0x99eae004,0x04ffe419,0x7fbbf37c,0x6df4b0b1,0x38700014,0x4000000e,0x8e000074,0xf9cf9b00,0xb05a0a60,0xfed01dfe,0x204b073f,0xef024094,0xfe68108b,0xf3321af0,0x663ec000,0xe9600000,0x0297000b,0x9bea4000,0x04afe119,0x5fccf43c,0x63f5d095,0x39600012,0x8000000e,0xcd000063,0xfaff9eff,0x504c0880,0xfed01efe,0x2049075f,0xed024094,0xfe78158b,0x13351af0,0x643e9000,0xe8400000,0x0298000b,0x93eb4006,0x049fdc19,0xdfcff45c,0x61f64088,0x39c00012,0x2000000e,0xe8000060,0xfb0f9efe,0xf04d0820,0xff2020fe,0x403a075f,0xe4026097,0xfeb82488,0xb33b1ac0,0x5f3e6000,0xe5500000,0x029a000b,0x7fede017,0x04afd71a,0xbfddf52c,0x5df7607d,0x3a600010,0x3000000f,0x04000050,0xfb9f9dfe,0x40480780,0xffc025fe,0x601d075f,0xd602909c,0xff283885,0x73441a90,0x593e3000,0xe1400000,0x029c000b,0x64f1702f,0x04dfd11b,0xfff8f6bc,0x55f7c06c,0x3b20000c,0x8000000f,0x2f000033,0xfcaf9afc,0xf0340690,0x00302cfe,0x5011073f,0xd702709a,0xff384e81,0xe34e1a50,0x503df000,0xdce00000,0x029e000b,0x46f55049,0x051fcb1d,0x5003f74c,0x53f7a060,0x3b60000a,0xc000000f,0x4c00002a,0xfd6f9bfc,0x502a0680,0x010052fe,0x6ff7069f,0xd6022096,0xff68627e,0xb3571a10,0x473dc000,0xd8d00000,0x02a0000b,0x2bf8e060,0x055fc41e,0xd007f86c,0x59f81057,0x3c300007,0x1000000f,0x67000030,0xfedf97fa,0x802c0600,0x00f052fe,0x6fe005df,0xce01e092,0xffb8717c,0x535e19d0,0x3f3d9000,0xd5e00000,0x02a3000b,0x16fb7071,0x059fbd20,0x4fe4fa0c,0x6ff8e045,0x3d900004,0x7000000f,0x86000060,0x00ff8cf8,0x203404f0,0x00f053fe,0x6fd305af,0xcf01f08d,0xffa8767b,0x63601990,0x373d6000,0xd4c00000,0x02a5000b,0x0ffc7078,0x05cfb721,0x9fc7fbcc,0x7df8d04a,0x3de00004,0x4000000f,0x78000085,0xff3f89f7,0xd04904e0 +}; + +u32 ANIM_ENTRY_fire_roll_left[] = +{ + 0xff2fd4ff,0x50240610,0x3e0c1006,0xffc08bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x86f68fb5,0xf57fcb12,0x6f84f45c,0x467cc78a,0xc3400011,0x9000000f,0x28000f89,0xf84fddf9,0xc05cfdd0,0xff2fe2ff,0x80280670,0x3d0ba00c,0x00008bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x86f67fb5,0xf57fcb12,0x6f7df40c,0x477d1787,0xc3600012,0x2000000f,0x23000f8d,0xf7ffdbf9,0x705efd90,0xff2feeff,0x902c06c0,0x3b0b800c,0x00008bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x86f66fb5,0xf57fcb12,0x6f77f3ac,0x497d6783,0xc3800012,0xc000000f,0x20000f91,0xf7cfd8f9,0x205efd50,0xff3ff6ff,0xc0300720,0x3b0b300b,0xffb08bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x86f65fb5,0xf57fcb12,0x6f72f31c,0x4b7dc781,0xc3a00013,0x9000000f,0x1d000f95,0xf7cfd3f8,0xf05efd20,0xff5ffbff,0xd0350780,0x3b0af00b,0xffa08bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x86f64fb5,0xf57fcb12,0x6f6df21c,0x4e7e4781,0xc3900014,0xe000000f,0x1d000f9a,0xf86fc9f8,0xe060fd00,0xff7ffdff,0xe03a07f0,0x3c0b2009,0xff908bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x86f63fb5,0xf57fcb12,0x6f68f08c,0x537ed781,0xc3800016,0xc000000f,0x1d000f9e,0xf9bfbaf9,0x0060fcf0,0xffaffdff,0xf03f0870,0x3f0b9009,0xff908bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x86f62fb5,0xf57fcb12,0x6f63eeac,0x587f7783,0xc3600018,0xf000000f,0x1f000fa3,0xfb7fa8f9,0x305ffd00,0xffeffc00,0x00450910,0x440bd009,0xff808bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x86f61fb4,0xf57fcb12,0x6f60ecdc,0x5d802785,0xc330001a,0xf000000f,0x21000fa9,0xfd3f95f9,0x8061fd10,0x004ffd00,0x304b09a0,0x4a0bd00c,0xff208bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x86f60fb4,0xf57fcb12,0x6f5eeb4c,0x6280b788,0xc310001c,0x7000000f,0x24000fb0,0xfeaf82f9,0xe068fd20,0x00e00100,0xa0510a10,0x4e0bc018,0xff908bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x86f60fb4,0xf57fcb12,0x6f5eea3c,0x6581478b,0xc2f0001d,0x2000000f,0x27000fb9,0xff8f72fa,0x3074fd40,0x01c00700,0xe0550a70,0x520b8025,0x00008bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x87f66fb5,0xf57fcb12,0x6f61e99c,0x6781c78f,0xc2e0001c,0xd000000f,0x2b000fc5,0xffef63fa,0x8082fd60,0x02700d01,0x10590aa0,0x560b9027,0xffc08bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x89f74fb5,0xf57fcb12,0x6f65e93c,0x69824795,0xc2e0001c,0x0000000f,0x31000fd4,0x001f53fa,0xb08cfd60,0x02f01301,0x205c0ad0,0x590bb024,0xff608bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x8cf8afb6,0xf57fcb12,0x6f6ce8fc,0x6a82c79b,0xc2f0001a,0xe000000f,0x37000fe5,0x002f43fa,0xe090fd70,0x03601801,0x105f0af0,0x5d0b0036,0xff808bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x8ffa4fb7,0xf57fcb12,0x6f74e8cc,0x6a8337a2,0xc2f00019,0xb000000f,0x3d000ff7,0x001f36fb,0x1098fd90,0x03a01c00,0xf0620b10,0x600a504a,0xffc08bf7,0xfca0a817,0x57c8d000,0xdd800000,0x0239000a,0x93fc0fb7,0xf57fcb12,0x6f7ce87c,0x6a8397a8,0xc2f00018,0xc000000f,0x42000006,0xffff2bfb,0x50a3fdc0,0x03e01e00,0xa0680b30,0x620a404d,0xffd08af8,0x3c97a797,0x5fc80000,0xdca00000,0x024a000a,0x96fddfb8,0xf56fcc12,0x7f85e80c,0x6a83d7ad,0xc2e00018,0x6000000f,0x46000012,0xffbf26fb,0xa0a3fe00,0x04101c00,0x306f0b60,0x650a904c,0xffd0a0f9,0x0c9ca6d7,0x6cc6a000,0xda500000,0x026a000a,0x9aff7fb9,0xf55fd012,0xaf8be76c,0x6e83f7b1,0xc2b00018,0xc000000f,0x4800001e,0xff4f23fc,0x10aafe60,0x043018ff,0xb0790b90,0x680b4047,0xffa0b7fa,0x0ca1a5d7,0x7bc4c000,0xd6f00000,0x0297000a,0x9c00dfba,0xf53fd512,0xef8ce69c,0x7683d7b3,0xc2700019,0xe000000f,0x4600002e,0xfe9f22fd,0x10b3ff60,0x046016ff,0x20840bd0,0x6b0b1058,0x0020d1fa,0xeca5a4b7,0x8ec27000,0xd2f00000,0x02cd000a,0x9e01bfba,0xf50fdd13,0x4f8de5ac,0x808397b4,0xc210001b,0x8000000f,0x4100003f,0xfdaf24fe,0xa0c000f0,0x04b018fe,0xb0920c00,0x6e0ac067,0x00c098fb,0xac5ba377,0xa2bfe000,0xcea00000,0x030c000a,0x9f021fbb,0xf4dfe513,0xbf90e49c,0x898337b5,0xc1a0001d,0x7000000f,0x3b00004d,0xfc9f2800,0xd0d20340,0x05e010fd,0xc0a10c40,0x700b2067,0x010095fc,0x9c34a227,0xb8bd2000,0xcab00000,0x0350000a,0xf0025fc7,0xf49fee14,0x2f97e38c,0x8e82c7b5,0xc130001f,0x9000000f,0x34000056,0xfb7f3003,0x50e505f0,0x07300afc,0xe0b20c80,0x720b4060,0x00d08ffe,0xabd9a0c7,0xceba4000,0xc4b00000,0x0396000b,0x8102dfdf,0xf46ff814,0xafa6e28c,0x8b8257b4,0xc0c00021,0xa000000f,0x2f000058,0xfa5f3c05,0xd0f708c0,0x07e00bfc,0x10c50cd0,0x720ae06d,0x01408901,0x1b6f9f67,0xe5b76000,0xc0300000,0x03de000c,0x06036ff9,0xf4200215,0x2fbfe19c,0x7d81f7b2,0xc0500023,0x8000000f,0x2d00004e,0xf94f4e08,0x01040b50,0x08d007fa,0xf0da0d20,0x710b1070,0x01708803,0x0b1b9e07,0xfbb49000,0xbc400000,0x0423000c,0x59040013,0xf3f00c15,0xafe6e0cc,0x6281c7af,0xc0000024,0xe000000f,0x2f000037,0xf66f6609,0x81080d60,0x0a2ffaf9,0x30f50d90,0x6d0b8065,0x01108f03,0x9b029cc8,0x0fb1f000,0xba900000,0x0464000c,0xaa045022,0xf3b01616,0x101edf7c,0x2b81d7b2,0xbf100027,0x1000000f,0x3b000006,0xf33f870a,0x90e80f20,0x0c2fe6f6,0xf1180e20,0x670b006e,0x00d0b702,0x8b389bb8,0x21af9000,0xb9e00000,0x049f000c,0x72033025,0xf3801e16,0x8040de1c,0x0881a7ae,0xbe400028,0xb000000f,0x52000fdb,0xf2dfc80b,0x70bc10c0,0x0ecfe5f6,0x213d0ec0,0x5f0a3074,0x00810000,0x5b9c9ab8,0x30ad9000,0xb8900000,0x04d1000c,0x0a00b02a,0xf3602516,0xe005dcdc,0x3481c79b,0xbea0002a,0x5000000f,0x6c000ff4,0xef3fe60c,0x30c41250,0x111fe6f4,0xf1620f50,0x5709706e,0x006123fe,0xbbd59a08,0x3cac0000,0xb7b00000,0x04f8000b,0xd2fdf028,0xf3402b17,0x2fd2dadc,0x5883e780,0xbea0002d,0x9000000f,0x64000ff5,0xeccfff0c,0xd0cf13a0,0x154fd6f1,0x01810fb0,0x5008105f,0x008109fe,0x1bd49988,0x44ab0000,0xb7800000,0x0511000b,0xd9fad010,0xf3202f17,0x5fa4da7c,0x7481f782,0xbf10002d,0x2000000f,0x99000fb8,0xe8e0410d,0x308614a0,0x176fddee,0xa1970fd0,0x4a074063,0x00d0e9fd,0x9bcf9968,0x46aab000,0xb7900000,0x0519000b,0xe7f88ff0,0xf3203017,0x6f72d9ac,0xa181d779,0xbf90002f,0x9000000f,0x9f000fa8,0xe5605d0d,0x50761550,0x183fe6ec,0xd1a60fb0,0x44072065,0x0170eafd,0x3bc29938,0x51ab4000,0xb8a00000,0x0517000b,0xf2f8efe8,0xf3903416,0xdf54d8fc,0xb5819779,0xbfe00032,0x1000000f,0x98000f8b,0xe2b0830d,0x00721580,0x18eff0ea,0xd1b20f50,0x3d077065,0x0260eefc,0x2ba298d8,0x6dacd000,0xbb400000,0x0510000c,0x0df9ffd4,0xf4c03f15,0x3f35d94c,0xc281177d,0xc0800033,0x0000000f,0x85000f67,0xe030b00c,0x20731560,0x1a6ff8e7,0x71bb0ed0,0x3607b065,0x0360f3fa,0x8b719848,0x97af3000,0xbee00000,0x0506000c,0x31fb5fba,0xf6805012,0xdf0ad98c,0xd680677c,0xc2600034,0x2000000f,0x63000f4e,0xde40cf0b,0x10771520,0x1b3010e5,0xe1c30e20,0x3107c063,0x0410faf8,0xab379798,0xc9b21000,0xc3000000,0x04fa000c,0x57fcdf9e,0xf8a0640f,0xeeb5d84d,0x0d7ff77f,0xc3400039,0x7000000f,0x30000f47,0xdea0db0a,0x307a14f0,0x1c4031e3,0xb1ca0d60,0x3207d05f,0x051101f6,0x8af796d9,0x01b52000,0xc6d00000,0x04ed000c,0x79fe1f86,0xfaf07b0c,0xce94d77d,0x2c7fb77c,0xc460003c,0xa000000e,0xec000f3f,0xdf60ea09,0xe0791500,0x1f0066de,0x21d10c90,0x3807f057,0x073108f4,0x7ab79619,0x38b84000,0xcb600000,0x04e0000c,0x9bff6f6d,0xfd309109,0x9e1dda4d,0x897ff773,0xc4e0003a,0x9000000e,0x92000f26,0xe3a1190a,0x80731590,0x20d09fd8,0xe1d70bb0,0x47083045,0x08610ef2,0x8a7c9559,0x6abb2000,0xd0f00000,0x04d4000c,0xc200ef51,0xff30a706,0xbe08dcbd,0x8f809764,0xc4f00034,0x6000000e,0x15000ef6,0xe7c1500c,0x606516b0,0x22d0e9d1,0xa1df0ae0,0x6108c025,0x09b114f0,0xfa4c94c9,0x94bd7000,0xd6700000,0x04ca000c,0xe6024f37,0x00e0b804,0x4e8bde2d,0x5a81174e,0xc3f00027,0xa000000d,0x78000ea3,0xf071920f,0xc04e1870,0x236128cd,0x51f609d0,0x7608c001,0x0a7118ef,0xea2b9469,0xb0bf1000,0xda900000,0x04c3000d,0x01035f23,0x0200c402,0xaec8e06d,0x5680c73e,0xc3200020,0x9000000d,0x15000e73,0xf4218311,0x004618e0,0x237190c6,0xd22f0740,0x95085fc2,0x0bd119ef,0x8a1f9449,0xbbbfa000,0xdc400000,0x04c1000d,0x0b03bf1b,0x0270c902,0x0f50e55d,0x667fb731,0xc1500012,0xc000000c,0x89000e5d,0xf9013912,0x103a1980,0x21c1e2c0,0xc26d04c0,0xa6084f9a,0x0d811bef,0xaa2b9659,0x9dbf4000,0xd6900000,0x04e1000d,0x07032f2a,0xfc209904,0xcf5be70d,0x857f972a,0xc0000010,0x3000000c,0x39000e6a,0xf5911512,0xd02a1a20,0x1dc229b8,0x72c801b0,0x9e08ef82,0x0ed121f0,0x1a4b9b69,0x56be5000,0xc9400000,0x052e000c,0xfc01bf4f,0xf050300a,0x3f1ce4ad,0x99802701,0xbf40001b,0x8000000b,0xd2000e59,0xf1f11514,0x000e1ab0,0x17025cae,0x232ffe60,0x7e0a9f80,0x0e112af0,0xba7aa169,0x02bd4000,0xb9900000,0x058a000c,0xeeffcf81,0xea2fbe0e,0x8ee8e2bd,0xb67ff6d0,0xbf600029,0x1000000b,0x67000e47,0xee710c14,0xeff21b20,0x106271a4,0x8370fc80,0x6a0c1f87,0x0c4134f1,0x8ab4a668,0xbbbc5000,0xad000000,0x05d8000c,0xdefdbfb7,0xefdf2e10,0x9ec2e16d,0xd77eb6a8,0xc0300033,0x8000000b,0x24000e50,0xec00ef14,0x9fea1b20,0x08628696,0x5383fc40,0x7e0dcf92,0x097140f2,0x5af2a888,0x9dbbf000,0xa8d00000,0x05f8000c,0xd0fbcfe8,0xf53ec212,0x1e8cde6e,0x0b7d164b,0xc190003f,0xd000000a,0xce000e99,0xe980a515,0x5fde1b20,0xffb27885,0xd383fd60,0xb70edf9e,0x06914cf3,0x2b31a688,0x8dba6000,0xac600000,0x05ec000c,0xc2f9f017,0xf44ec913,0xbe59db9e,0x4b7a85d9,0xc300004b,0xf000000a,0x7c000f06,0xe7103a17,0x3fca1b40,0xf9625c78,0x2382ff40,0xfe0eefa8,0x046156f3,0xfb6aa1b8,0x68b6c000,0xafc00000,0x05d0000c,0xb6f85042,0xf24f1815,0x0e40d9de,0x7d759588,0xc2d00053,0xe000000a,0x59000f88,0xe64fd118,0x6fc31b60,0xf612326d,0x83800161,0x2e0f4fac,0x02615ff4,0x9b9a9bf8,0x3cb26000,0xb0f00000,0x05ae000c,0xabf6e067,0xefff8416,0x1e23d76e,0x8f6fb54f,0xc0400059,0xc000000a,0x4e000ff2,0xe6bf9218,0x1fd01b00,0xf5520866,0x937b0391,0x3d101fbb,0x00d165f5,0x0bba9728,0x16aeb000,0xb1800000,0x0591000c,0xa2f5b086,0xee2fe416,0xce06d58e,0x8a6b452c,0xbc70005d,0x3000000a,0x49000012,0xe67f8517,0x2fde1a70,0xf4f1eb60,0xd37205a1,0x3810ffd2,0xff8167f5,0x2bc59528,0x07ad3000,0xb1b00000,0x0585000c,0x9ef52093,0xed600e17,0x0e09d5ae,0x6c6a352d,0xba10005d,0xa000000a,0x4e000011,0xe65f8a15,0x1fdd18a0,0xf4e1c75a,0x936507c1,0x2e11bfea,0xfe01bbed,0x1bb094c7,0xe4ae5000,0xbbe00000,0x0571000c,0x72f4507c,0xf09fe017,0x8e19d66e,0x446ab53b,0xb8e0005d,0x2000000a,0x58000017,0xe73f8912,0x2fd415d0,0xf511a253,0x134c0951,0x0f11900e,0xfbe167ef,0xcbcf93e7,0x93b11000,0xbb800000,0x0542000c,0x33f39053,0xf87f7518,0x9e1dd77e,0x286fc541,0xbca0005b,0x3000000a,0x5c000034,0xeadf710b,0x3fdd1110,0xf6c1784b,0x63300a00,0xdb0fa03b,0xf8a12cee,0xcbb092d7,0x31b45000,0xbf900000,0x050a000b,0xf6f32024,0x026efa19,0xce29d8cd,0xf875a53f,0xc0400057,0x5000000a,0x5d000039,0xf0bf5902,0xefe20bd0,0xf8d16644,0xc31c08a0,0xad0bf05b,0xf4a11fea,0x3b6e91f6,0xdfb71000,0xc8600000,0x04da000b,0xc0f2eff2,0x0b3e981a,0x9e4fd99d,0xd779453d,0xc2500052,0x9000000a,0x63000036,0xf8df47fe,0x9fe60800,0xfa51653d,0xe30d0640,0x90080066,0xf080fee8,0x0aed9196,0xbdb84000,0xcec00000,0x04c7000b,0x9ef2efc8,0x0f0e701a,0xee87d9cd,0xbe7a1539,0xc3c0004d,0x7000000a,0x7100004b,0x015f39fb,0xc0070420,0xfbc16f39,0x43080420,0x7804805e,0xed90f6e7,0x3aae90f6,0xb9b8d000,0xcd000000,0x04ca000b,0x98f4ffab,0x0d7e7f1a,0xeec2d96d,0x8276852e,0xc0e00048,0x8000000a,0x7f00004e,0x05ef31fa,0x403000d0,0xfd017f34,0x031302e0,0x7600a030,0xebd12ce4,0x2a7c8f96,0xb1ba4000,0xca600000,0x04d3000b,0x9df99f94,0x09bea41a,0xfec9d93d,0x806f7516,0xbda00044,0x5000000a,0x87000084,0x09ff43f8,0xc05afd90,0xfd318b2d,0x83290260,0x87fccfeb,0xeb319cdd,0x6ac18de6,0xa7bc0000,0xc9b00000,0x04dd000b,0xa8ff1f84,0x056ed11a,0xfea5d8cd,0xb86804ec,0xbcc00041,0x8000000a,0x780000e2,0x0e4f61f6,0x307cf9c0,0xfd418f28,0xb3360330,0x92fadfae,0xec7213d9,0x0a578c76,0x9ebd7000,0xcb300000,0x04e6000b,0xb403af7a,0x01def81a,0xee86d86d,0xd56514e5,0xbc800040,0x4000000a,0x50000106,0x0eff5af3,0x907cf630,0xfd419322,0xb33b0420,0x91f87f6c,0xeed254d6,0x7a408be6,0x9bbe1000,0xcc500000,0x04e9000b,0xb9059f76,0x006f081a,0xee73d73d,0xe06124fa,0xba30003f,0x5000000a,0x23000112,0x0c0f3df1,0xb075f120,0xfd219f1d,0xd3300490,0x8bf67f55,0xf1d2ead4,0x69db8c36,0x8fbc2000,0xd2400000,0x04dc000b,0xaa049f74,0xffef1817,0x5e7dd57d,0xed5f8529,0xb8e00040,0xf000000a,0x1d00011c,0x084f1bf5,0x4083f000,0xfb21aa17,0x633804b0,0x81f3af44,0xf67392d2,0x296c8ce6,0x74b79000,0xd8f00000,0x04be000b,0x8c01ff75,0xfecf3c0e,0xdec8d49d,0xc75f857a,0xb7600044,0x8000000a,0x1b000132,0x01df0cfa,0xb096f110,0xf811ac11,0x734f0490,0x75f04f38,0xfc0431d0,0x09028dc6,0x54b21000,0xdf400000,0x049a000b,0x62fe6f78,0xfd6f6804,0xbf4ad44d,0x725f55c8,0xb5100049,0x6000000a,0x0e000126,0xfb4ed301,0x50a9f410,0xf5a1a90d,0xa36b0460,0x70ed7f2d,0x0034acce,0x38ab8e86,0x38ad8000,0xe4000000,0x047c000b,0x30fa8f7c,0xfc5f8dfc,0x3fa3d49d,0x2b600604,0xb330004c,0xb000000a,0x0500010f,0xf97e9506,0x50b4f700,0xf471ac0c,0x33860440,0x74eb6f22,0x0294e8cc,0xe8768ed6,0x2dab9000,0xe6100000,0x046f000a,0xfbf6ef7e,0xfbef9cf8,0xafbfd62d,0x06620618,0xb2f0004d,0xe0000009,0xfe000103,0xf6ce7e09,0x10b6f940,0xf461ad0b,0x739603d0,0x73e9ef1e,0x0404f8cc,0x08598e56,0x2babf000,0xe6100000,0x047b000a,0xb0f3bf81,0xfc9f94fa,0x9fced6ac,0xe0644617,0xb240004e,0x70000009,0xf90000e4,0xf45e8b0c,0x00b8fba0,0xf4d1ab0a,0xe3a302e0,0x6fe85f1f,0x04f502cb,0x58428d26,0x26acc000,0xe6100000,0x0497000a,0x79f00f82,0xfe5f80ff,0x2fd4d71c,0xb866f60d,0xb140004e,0x80000009,0xf90000b2,0xf19eac0f,0x40b9fe60,0xf581a60a,0x53b40180,0x68e60f24,0x05b508ca,0xd8318bb6,0x20adc000,0xe6b00000,0x04b8000a,0xb5e96f7c,0x007f6904,0x9fd3d80c,0x8b6a85ff,0xb040004d,0xd000000a,0x02000076,0xedded012,0xe0b601d0,0xf7318f09,0xb3b60080,0x76e36f25,0x05d50cca,0x68248a86,0x1baea000,0xe7c00000,0x04d4000b,0x39e0ff70,0x024f5609,0x2fa3d91c,0x8a7005eb,0xb1a0004b,0x5000000a,0x37000047,0xecaf0a14,0xb0ba0420,0xf9016c08,0xc3b0fff0,0x90e13f21,0x05b50eca,0x181a8a06,0x19aef000,0xe8e00000,0x04e0000b,0x92db2f64,0x030f4e0b,0x0f71d8fc,0x8a74c5cf,0xb2b00049,0x4000000a,0x69000008,0xebef4916,0x20cc05c0,0xfa315508,0x93afff60,0x9fe00f19,0x04d50cc9,0xd8128a36,0x1daf5000,0xea300000,0x04da000b,0xacd9af55,0x02cf500b,0x3f60d96c,0x7c7675c2,0xb3300047,0x4000000a,0x8e000fdb,0xebef6b14,0xa0e20630,0xfba12108,0x03abff40,0xbbde7f0b,0x033505c9,0xc80e8a96,0x27b04000,0xebf00000,0x04c8000b,0xbddadf41,0x021f570b,0xaf41dbbc,0x757955bb,0xb5a00042,0xa000000a,0xd6000faa,0xeacf9610,0xb1040620,0xfc60e606,0xc3a300c0,0xdfdeaeff,0x0254fac9,0xd80d8b36,0x36b1b000,0xee000000,0x04ae000b,0xc6de4f29,0x011f600c,0x4f20dd2c,0x867cc5c5,0xb8a0003f,0x8000000b,0x23000f88,0xeb1fb40e,0xc11e05e0,0xfc70b805,0x539b0120,0xf4dfeefe,0x00d4ebc9,0xf80e8be6,0x49b37000,0xf0400000,0x048f000b,0xcae32f10,0xffef6c0d,0x0f06de2c,0x8f7e35d5,0xb9e0003d,0x9000000b,0x67000f6b,0xeaffdd0d,0x51300590,0xfc40a304,0x83950100,0xfde0df09,0xff84dbca,0x28108ca6,0x5db55000,0xf2800000,0x046d000b,0xc9e90ef5,0xfe9f790d,0xdef4dedc,0x937de5de,0xba20003c,0x9000000b,0x8c000f5b,0xeb5ffd0c,0xa1390550,0xfc206802,0x837b0301,0x15e2ff1a,0xfe74caca,0x58138d76,0x71b73000,0xf4b00000,0x044a000b,0xc6ef3edc,0xfd5f870e,0xaed3e08c,0xa57d65fe,0xbab0003a,0x7000000b,0xdd000f3a,0xeb20210c,0x714d0510,0xfc204301,0x035e0361,0x05e45f37,0xfd44bbca,0x98178e26,0x83b8f000,0xf6900000,0x042b000b,0xc1f50ec5,0xfc2f930f,0x6eb7e18c,0xb17dc60c,0xbc300038,0xb000000c,0x1a000f20,0xeb20340b,0x915103c0,0xfc1020ff,0xf3410340,0xe7e4ff5f,0xfc14aeca,0xc81a8ec6,0x92ba5000,0xf8200000,0x0411000b,0xbbf9feb3,0xfb2f9d10,0x0ea8e1dc,0xbc7eb613,0xbdf00037,0x8000000c,0x49000f05,0xeb803c0b,0x114d02d0,0xfc1ffcfe,0xc32b02d0,0xd6e4ff8d,0xfac4a6ca,0xe81d8f26,0x9cbb5000,0xf9200000,0x03ff000b,0xb7fd6ea7,0xfa8fa410,0x7eade12c,0xca801618,0xbf100037,0x0000000c,0x6f000ede,0xec903e0c,0xb1430420,0xfbdfe2fd,0xa31d0330,0xd5e5bfa1,0xfa24a3ca,0xf81e8f46,0xa0bba000,0xf9800000,0x03f9000b,0xb5feaea3,0xfa4fa610,0x9ecadf5c,0xbc80060f,0xbe200037,0xc000000c,0x73000ea9,0xec60490f,0xa13a0640,0xfb6fccfd,0x430b0300,0xbee6afc0,0xf9946dcb,0x784c9036,0xabbbb000,0xf9000000,0x03f0000b,0xb9feaeaf,0xfb3fb60e,0xaee9de7c,0xb2809603,0xbe700038,0x3000000c,0x75000e85,0xed404b10,0x712c06f0,0xfadfb8fd,0x42f50270,0x94e79fe8,0xf91414cb,0xf8a69276,0xc5bbd000,0xf8200000,0x03eb000b,0xbdfe7ec4,0xfccfc90b,0x0f09de3c,0xab8195f6,0xbf800038,0x5000000c,0x77000e6e,0xeea04510,0x711b0710,0xfacfa8fd,0x52df0210,0x73e8200a,0xf8e3a8cc,0xa9199526,0xe5bbe000,0xf7000000,0x03e5000b,0xc1fe2edd,0xfe8fde06,0xdf25de6c,0xa88255f4,0xc0300038,0x1000000c,0x84000e70,0xef003210,0x810d0740,0xfb6f9bfd,0x52c70200,0x63e82024,0xf90336cd,0x99939756,0xffbc0000,0xf5900000,0x03df000b,0xc5fdcef7,0x004ff102,0xff38df2c,0xab829605,0xc0200037,0x5000000c,0xa7000e9e,0xed700410,0xe10407b0,0xfcdf76fc,0xc28f0230,0x50e8b055,0xf8f2cece,0xca009847,0x0abc0000,0xf3d00000,0x03d5000b,0xc9fd7f0f,0x01900300,0x7f43e26c,0xb682b637,0xbf300034,0x1000000d,0x04000ee4,0xec2fd012,0xe0e509c0,0xfd6f4ffc,0x025f01c0,0x47ea507b,0xf80262d1,0xaa6a9947,0x12bc4000,0xf0d00000,0x03c2000b,0xcefd4f23,0x028012ff,0x1f49e60c,0xc7829664,0xbe000031,0x0000000d,0x4a000f2e,0xeb6fa814,0xc0ca0c10,0xfd0f43fc,0x12480000,0x31eb90a3,0xf751e7d6,0x6ae09b87,0x25bcd000,0xec300000,0x03a6000b,0xd5fd2f35,0x034021fe,0x0f47e76c,0xd682b66a,0xbe300030,0x9000000d,0x53000f67,0xeb5f9913,0x00c40b80,0xfccf42fc,0x9224fc80,0x07ece0ee,0xf75173db,0xab509e47,0x3cbd8000,0xe6d00000,0x0389000b,0xdbfcff48,0x03f02efd,0x3f35e97c,0xe183366c,0xbf90002f,0xc000000d,0x5a000fe2,0xeb7f820c,0xf0ca0820,0xfcef3efc,0x920dfad0,0x01ee010b,0xf7111ddf,0xebaba097,0x50be1000,0xe1a00000,0x0372000b,0xdefcbf5f,0x04903bfc,0x7f33ea4c,0xd883267a,0xbf80002f,0x3000000d,0x6c000ffe,0xeb7f840a,0xe0cb0700,0xfd5f34fc,0x71e5f850,0x08f01126,0xf5a0fae1,0xcbe1a187,0x58be5000,0xdd800000,0x036a000b,0xddfc4f7b,0x052046fb,0xdf38ebdc,0xc6835697,0xbee0002d,0x6000000d,0x92000fe8,0xeaef9309,0x60cc0620,0xfd8f2ffc,0x71d1f6a0,0x03f10142,0xf51107e1,0x5be9a117,0x58be6000,0xdca00000,0x0374000b,0xd0fbef98,0x052046fb,0xdf36ecbc,0xc383c69c,0xbf30002c,0x6000000d,0x99000fe2,0xeaef9907,0xd0ce0520,0xfd6f27fc,0x81bcf510,0x08f28166,0xf4c128e0,0x5bfda007,0x57be8000,0xda700000,0x038f000b,0xb1fadfdd,0x053048fb,0xdf35ed2c,0xb684469b,0xbf70002c,0x7000000d,0x95000fdc,0xea6faa07,0x20cf04e0,0xfd4f20fc,0x61b8f4d0,0x13f3116f,0xf4614fdf,0x0c159ea7,0x56beb000,0xd7600000,0x03b7000b,0x8bf99031,0x05404afb,0xdf37ecbc,0xad84469b,0xbf20002d,0x7000000d,0x92000fcf,0xea2fba07,0xd0d305a0,0xfcdf12fc,0x31c0f560,0x1cf3416f,0xf40173dd,0xdc2b9d67,0x55bed000,0xd4000000,0x03e6000b,0x69f8607a,0x05504dfb,0xdf2eebdc,0xb183f68d,0xbe50002f,0x7000000d,0x7b000fc1,0xe94fc809,0x90cf0750,0xfc8f0bfc,0x21c3f590,0x1df3a176,0xf46186dd,0x2c389cb7,0x55bef000,0xd0e00000,0x0419000b,0x57f7c09d,0x064081fd,0x2f21eb5c,0xb783c67e,0xbe200031,0x3000000d,0x64000fc1,0xe84fcf0a,0x80d00840,0xfcaf00fb,0x71c4f610,0x2af4a175,0xf5618bdc,0xec3b9c77,0x54bf0000,0xce000000,0x0450000b,0x53f780a3,0x05905cfd,0x2f1debac,0xaa824687,0xbc700031,0xc000000d,0x68000fab,0xe73fed0d,0x40c80a70,0xfcaef6fa,0x81cbf660,0x39f5116e,0xf5818cdc,0xec3c9c77,0x54bf0000,0xcd700000,0x0456000b,0x51f770a5,0x05b053fd,0x2f1beb0c,0xa4809687,0xba900033,0xa000000d,0x5f000f91,0xe6300910,0x30c10cd0,0xfc8ef4fa,0x41cff610,0x3cf52174,0xf5818adc,0xfc3a9c87,0x54bef000,0xcdc00000,0x0449000b,0x53f790a2,0x05d062fd,0x2f0deadc,0xaf80467e,0xba600034,0xc000000d,0x50000f96,0xe5900c10,0xb0c20d50,0xfcbef2fa,0x01caf620,0x47f58174,0xf5c187dd,0x1c389ca7,0x54bef000,0xceb00000,0x0434000b,0x55f7a0a0,0x05f077fd,0x2f04ebac,0xb2806685,0xba900034,0x7000000d,0x54000f9f,0xe5100a10,0xc0c60d90,0xfc9eedf9,0x81cdf670,0x54f5b16d,0xf5c186dd,0x2c389cb7,0x55bef000,0xd0e00000,0x0419000b,0x57f7c09d,0x064081fd,0x2f04eb3c,0xb4805683,0xba700035,0x7000000d,0x49000f99,0xe4500e11,0x70c50e20,0xfc1eecf9,0x61d3f670,0x54f5c16b,0xf5d186dd,0x2c389cb7,0x55bef000,0xd2400000,0x0408000b,0x59f7d09c,0x063095fd,0x2f01e98c,0xbc80666d,0xba800037,0xd000000d,0x28000f8f,0xe3d01311,0xa0c70e40,0xfc0eedf9,0x61d4f660,0x53f5d16c,0xf5e186dd,0x2c389cb7,0x55bef000,0xd3000000,0x03fd000b,0x5af7d09b,0x06609efd,0x3efee8cc,0xbd807660,0xba900038,0x9000000d,0x18000f8b,0xe4501711,0x80cd0e40,0xfc5eedf9,0x21d0f690,0x58f5c169,0xf60186dd,0x2c389cb7,0x55bef000,0xd3500000,0x03f9000b,0x5af7e09a,0x06809efd,0x3f04e87c,0xb0805662,0xba300038,0x7000000d,0x1b000f7f,0xe3b02211,0xe0c80ee0,0xfc8eecf9,0x01d0f6d0,0x59f5a167,0xf62186dd,0x2c389cb7,0x55bef000,0xd3400000,0x03fa000b,0x5af7d09a,0x06a0a4fd,0x3f04e86c,0xad806666,0xba100038,0x7000000d,0x1e000f78,0xe3a02712,0x10cd0f40,0xfc8eecf9,0x01d1f6e0,0x58f59166,0xf63186dd,0x2c389cb7,0x55bef000,0xd2f00000,0x03fe000b,0x59f7d09b,0x06b0a7fd,0x3f05e87c,0xac808666,0xba300038,0x6000000d,0x1e000f77,0xe3702712,0x00ce0f40,0xfc8eedf9,0x01d1f6e0,0x58f59166,0xf63186dd,0x2c389cb7,0x55bef000,0xd2800000,0x0404000b,0x59f7d09b,0x06d09cfd,0x3f05e87c,0xac808666,0xba300038,0x6000000d,0x1d000f77,0xe3b02711,0xf0d00f30,0xfc7eeef9,0x11d0f6d0,0x55f5b168,0xf65186dd,0x2c389cb7,0x55bef000,0xd1f00000,0x040b000b,0x58f7c09c,0x06e085fd,0x3f05e86c,0xae80b665,0xba700038,0x8000000d,0x1b000f7a,0xe3902411,0xb0d10f10,0xfc7eeef9,0x11d0f6d0,0x55f5b168,0xf66186dd,0x2c389cb7,0x55bef000,0xd1700000,0x0412000b,0x58f7c09d,0x06f087fd,0x3f03e88c,0xaf80b665,0xba700038,0x5000000d,0x1c000f7a,0xe3c02411,0xb0ce0f10,0xfc8eeef9,0x01cef6d0,0x56f5c167,0xf67186dd,0x2c389cb7,0x55bef000,0xd1100000,0x0417000b,0x57f7c09d,0x070088fd,0x3f03e88c,0xaf80a666,0xba700038,0x6000000d,0x1d000f7b,0xe3b02411,0xc0d00f20,0xfc9eeff9,0x01cbf6f0,0x58f5e165,0xf67186dd,0x2c389cb7,0x55bef000,0xd0e00000,0x0419000b,0x57f7c09d,0x064081fd,0x2f04e8bc,0xae808669,0xba600038,0x2000000d,0x1f000f7c,0xe3b02311,0xe0ce0f40,0xfcaef1f9,0x01c8f6f0,0x57f61164,0xf68186dd,0x2c389cb7,0x55bef000,0xd0e00000,0x0419000b,0x57f7c09d,0x072088fc,0xdf02e8ec,0xb280666b,0xba600037,0xe000000d,0x22000f80,0xe3a01e11,0xd0d00f40,0xfccef3f9,0x11c5f720,0x57f63160,0xf6b186dd,0x2c389cb7,0x55bef000,0xd0f00000,0x0419000b,0x57f7c09d,0x07707ffc,0x8f04e91c,0xb480566d,0xba900037,0x9000000d,0x26000f88,0xe3a01811,0x90d00f20,0xfceef4f9,0x01c4f770,0x59f6515b,0xf6f186dd,0x2c389cb7,0x56bef000,0xd0f00000,0x0419000b,0x57f7d09d,0x082077fc,0x0f03e95c,0xb4801671,0xba600037,0x6000000d,0x2a000f89,0xe3901611,0xd0d00f40,0xfd3ef4f8,0xc1bff800,0x5bf6c152,0xf76186dd,0x2c389cb7,0x56bef000,0xd1000000,0x0419000b,0x57f7e09d,0x08d07ffc,0x0f09e94c,0xaf7f5676,0xb9c00037,0x7000000d,0x2e000f80,0xe3101b12,0x90d10fb0,0xfd3ef4f8,0xc1bff800,0x5bf6c152,0xf76186dd,0x2c389cb7,0x57bef000,0xd1100000,0x0419000b,0x57f8009d,0x08d07ffc,0x0f09e94c,0xaf7f5676,0xb9c00037,0x7000000d,0x2e000f80,0xe3101b12,0x90d10fb0,0xfd3ef4f8,0xc1bff800,0x5bf6c152,0xf76186dd,0x2c389cb7,0x58bef000,0xd1200000,0x0419000b,0x57f8209d,0x08c07ffc,0x0f09e94c,0xaf7f5676,0xb9c00037,0x7000000d,0x2e000f80,0xe3101b12,0x90d10fb0,0xfd3ef4f8,0xc1bff800,0x5bf6c152,0xf76186dd,0x2c389cb7,0x5abef000,0xd1400000,0x0419000b,0x57f8409d,0x08c07ffc,0x0f09e94c,0xaf7f5676,0xb9c00037,0x7000000d,0x2e000f80,0xe3101b12,0x90d10fb0,0xfd3ef4f8,0xc1bff800,0x5bf6c152,0xf76186dd,0x2c389cb7,0x5bbef000,0xd1500000,0x0419000b,0x57f8609d,0x08c07ffc,0x0f09e94c,0xaf7f5676,0xb9c00037,0x7000000d,0x2f000f80,0xe3101b12,0x90d10fb0,0xfd3ef4f8,0xc1bff800,0x5bf6d152,0xf76186dd,0x2c389cb7,0x5dbef000,0xd1700000,0x0419000b,0x57f8909d,0x08b07ffc,0x0f09e94c,0xaf7f5676,0xb9c00037,0x7000000d,0x2f000f80,0xe3101b12,0x90d10fb0,0xfd3ef4f8,0xc1bff800,0x5bf6d152,0xf77186dd,0x2c389cb7,0x5fbef000,0xd1900000,0x0419000b,0x57f8c09d,0x08b07ffc,0x0f09e94c,0xaf7f5676,0xb9c00037,0x7000000d,0x2f000f80,0xe3101c12,0x90d10fb0,0xfd3ef4f8,0xc1bff800,0x5bf6d152,0xf77186dd,0x2c389cb7,0x60bef000,0xd1b00000,0x0419000b,0x57f8f09d,0x08a07ffc,0x0f09e94c,0xaf7f5676,0xb9c00037,0x7000000d,0x2f000f80,0xe3101c12,0x90d10fb0,0xfd4ef4f8,0xc1bff800,0x5bf6d152,0xf77186dd,0x2c389cb7,0x62bef000,0xd1d00000,0x0419000b,0x57f9209d,0x08907ffc,0x0f09e94c,0xaf7f5676,0xb9c00037,0x7000000d,0x2f000f80,0xe3101c12,0x90d10fb0,0xfd4ef4f8,0xc1bff800,0x5bf6d152,0xf77186dd,0x2c389cb7,0x64bef000,0xd1f00000,0x0419000b,0x57f9509d,0x08907ffc,0x0f09e94c,0xaf7f5676,0xb9c00037,0x7000000d,0x2f000f7f,0xe3101c12,0x90d10fb0,0xfd4ef4f8,0xc1bff800,0x5bf6d152,0xf77186dd,0x2c389cb7,0x66bef000,0xd2100000,0x0419000b,0x57f9909d,0x08807ffc,0x0f09e94c,0xae7f4676,0xb9c00037,0x6000000d,0x2f000f7f,0xe3101c12,0x90d10fb0,0xfd4ef4f8,0xc1bff800,0x5bf6d152,0xf77186dd,0x2c389cb7,0x69bef000,0xd2300000,0x0419000b,0x57f9c09d,0x087080fc,0x0f09e94c,0xae7f4676,0xb9c00037,0x6000000d,0x2f000f7f,0xe3101c12,0xa0d10fb0,0xfd4ef4f8,0xc1bff800,0x5bf6d152,0xf77186dd,0x2c389cb7,0x6bbef000,0xd2600000,0x0419000b,0x57fa009d,0x086080fb,0xff09e94c,0xae7f4676,0xb9b00037,0x6000000d,0x2f000f7f,0xe3101c12,0xa0d00fb0,0xfd4ef4f8,0xb1bff810,0x5bf6e152,0xf77186dd,0x2c389cb7,0x6dbef000,0xd2800000,0x0419000b,0x57fa409d,0x085080fb,0xff09e94c,0xae7f4676,0xb9b00037,0x6000000d,0x2f000f7f,0xe3101c12,0xa0d00fb0,0xfd4ef4f8,0xb1bff810,0x5bf6e151,0xf78186dd,0x2c389cb7,0x6fbef000,0xd2a00000,0x0419000b,0x57fa709d,0x083080fb,0xff09e94c,0xae7f4676,0xb9b00037,0x6000000d,0x2f000f7f,0xe3101c12,0xa0d00fb0,0xfd4ef4f8,0xb1bff810,0x5bf6e151,0xf78186dd,0x2c389cb7,0x72bef000,0xd2d00000,0x0419000b,0x57fab09d,0x082080fb,0xff09e94c,0xae7f4676,0xb9b00037,0x6000000d,0x2f000f7e,0xe3101d12,0xa0d00fb0,0xfd4ef4f8,0xb1bff810,0x5bf6e151,0xf78186dd,0x2c389cb7,0x74bef000,0xd2f00000,0x0419000b,0x57faf09d,0x081080fb,0xff09e94c,0xae7f4676,0xb9b00037,0x6000000d,0x30000f7e,0xe3001d12,0xa0d00fb0,0xfd4ef4f8,0xb1bff810,0x5bf6e151,0xf78186dd,0x2c389cb7,0x76bef000,0xd3100000,0x0419000b,0x57fb209d,0x080080fb,0xff09e94c,0xae7f3677,0xb9b00037,0x6000000d,0x30000f7e,0xe3001d12,0xa0d00fc0,0xfd5ef4f8,0xb1bff810,0x5bf6f151,0xf78186dd,0x2c389cb7,0x78bef000,0xd3400000,0x0419000b,0x57fb609d,0x07e080fb,0xff0ae94c,0xad7f3677,0xb9b00037,0x6000000d,0x30000f7e,0xe3001d12,0xb0d00fc0,0xfd5ef4f8,0xb1bef810,0x5bf6f151,0xf79186dd,0x2c389cb7,0x7abef000,0xd3600000,0x0419000b,0x57fba09d,0x07d081fb,0xff0ae95c,0xad7f3677,0xb9b00037,0x5000000d,0x30000f7d,0xe3001d12,0xb0d00fc0,0xfd5ef4f8,0xb1bef820,0x5bf6f151,0xf79186dd,0x2c389cb7,0x7cbef000,0xd3800000,0x0419000b,0x57fbd09d,0x07c081fb,0xff0ae95c,0xad7f3677,0xb9b00037,0x5000000d,0x30000f7d,0xe3001d12,0xb0d00fc0,0xfd5ef4f8,0xb1bef820,0x5bf6f150,0xf79186dd,0x2c389cb7,0x7ebef000,0xd3a00000,0x0419000b,0x57fc009d,0x07a081fb,0xff0ae95c,0xad7f3677,0xb9a00037,0x5000000d,0x30000f7d,0xe3001e12,0xb0d00fc0,0xfd5ef4f8,0xb1bef820,0x5bf6f150,0xf79186dd,0x2c389cb7,0x80bef000,0xd3c00000,0x0419000b,0x57fc309d,0x079081fb,0xef0ae95c,0xad7f3677,0xb9a00037,0x5000000d,0x30000f7d,0xe3001e12,0xb0d00fc0,0xfd5ef4f8,0xb1bef820,0x5bf70150,0xf79186dd,0x2c389cb7,0x82bef000,0xd3e00000,0x0419000b,0x57fc609d,0x078081fb,0xef0ae95c,0xad7f2677,0xb9a00037,0x5000000d,0x31000f7d,0xe3001e12,0xb0d00fc0,0xfd5ef4f8,0xb1bef820,0x5bf70150,0xf7a186dd,0x2c389cb7,0x84bef000,0xd4000000,0x0419000b,0x57fc909d,0x076081fb,0xef0ae95c,0xac7f2677,0xb9a00037,0x5000000d,0x31000f7c,0xe3001e12,0xc0d00fc0,0xfd5ef4f8,0xa1bef820,0x5bf70150,0xf7a186dd,0x2c389cb7,0x85bef000,0xd4200000,0x0419000b,0x57fcc09d,0x075081fb,0xef0ae95c,0xac7f2677,0xb9a00037,0x5000000d,0x31000f7c,0xe3001e12,0xc0d00fc0,0xfd6ef4f8,0xa1bef820,0x5bf70150,0xf7a186dd,0x2c389cb7,0x87bef000,0xd4300000,0x0419000b,0x57fce09d,0x073082fb,0xef0ae95c,0xac7f2677,0xb9a00037,0x4000000d,0x31000f7c,0xe2f01e12,0xc0d00fc0,0xfd6ef4f8,0xa1bef830,0x5bf7114f,0xf7a186dd,0x2c389cb7,0x88bef000,0xd4400000,0x0419000b,0x57fd009d,0x072082fb,0xef0ae95c,0xac7f2678,0xb9a00037,0x4000000d,0x31000f7c,0xe2f01f12,0xc0d00fc0,0xfd6ef4f8,0xa1bef830,0x5bf7114f,0xf7b186dd,0x2c389cb7,0x89bef000,0xd4500000,0x0419000b,0x57fd209d,0x070082fb,0xef0ae95c,0xac7f1678,0xb9900037,0x4000000d,0x31000f7b,0xe2f01f12,0xc0d00fd0,0xfd6ef4f8,0xa1bdf830,0x5bf7114f,0xf7b186dd,0x2c389cb7,0x8abef000,0xd4600000,0x0419000b,0x57fd309d,0x06f082fb,0xef0be95c,0xac7f1678,0xb9900037,0x4000000d,0x31000f7b,0xe2f01f12,0xc0d00fd0,0xfd6ef4f8,0xa1bdf830,0x5bf7114f,0xf7b186dd,0x2c389cb7,0x8abef000,0xd4700000,0x0419000b,0x57fd409d,0x06d082fb,0xef0be95c,0xab7f1678,0xb9900037,0x4000000d,0x32000f7b,0xe2f01f12,0xd0d00fd0,0xfd6ef4f8,0xa1bdf830,0x5bf7114f,0xf7b186dd,0x2c389cb7,0x8bbef000,0xd4800000,0x0419000b,0x57fd509d,0x06c082fb,0xdf0be95c,0xab7f1678,0xb9900037,0x4000000d,0x32000f7b,0xe2f01f12,0xd0d00fd0,0xfd6ef4f8,0xa1bdf830,0x5bf7214f,0xf7b186dd,0x2c389cb7,0x8bbef000,0xd4800000,0x0419000b,0x57fd609d,0x06b083fb,0xdf0be95c,0xab7f1678,0xb9900037,0x4000000d,0x32000f7a,0xe2f02012,0xd0d00fd0,0xfd6ef4f8,0xa1bdf830,0x5bf7214f,0xf7c186dd,0x2c389cb7,0x8bbef000,0xd4800000,0x0419000b,0x57fd609d,0x069083fb,0xdf0be95c,0xab7f1678,0xb9900037,0x3000000d,0x32000f7a,0xe2f02012,0xd0d00fd0,0xfd7ef4f8,0xa1bdf840,0x5bf7214e,0xf7c186dd,0x2c389cb7,0x8bbef000,0xd4800000,0x0419000b,0x57fd509d,0x068083fb,0xdf0be95c,0xab7f0678,0xb9900037,0x3000000d,0x32000f7a,0xe2f02012,0xd0d00fd0,0xfd7ef4f8,0xa1bdf840,0x5bf7214e,0xf7c186dd,0x2c389cb7,0x8abef000,0xd4700000,0x0419000b,0x57fd409d,0x067083fb,0xdf0be95c,0xab7f0678,0xb9900037,0x3000000d,0x32000f7a,0xe2f02012,0xd0d00fd0,0xfd7ef4f8,0x91bdf840,0x5bf7214e,0xf7c186dd,0x2c389cb7,0x8abef000,0xd4600000,0x0419000b,0x57fd309d,0x066083fb,0xdf0be95c,0xaa7f0679,0xb9800037,0x3000000d,0x32000f7a,0xe2f02012,0xe0d00fd0,0xfd7ef4f8,0x91bdf840,0x5bf7314e,0xf7c186dd,0x2c389cb7,0x89bef000,0xd4500000,0x0419000b,0x57fd109d,0x064083fb,0xdf0be95c,0xaa7f0679,0xb9800037,0x3000000d,0x33000f79,0xe2e02012,0xe0d00fd0,0xfd7ef4f8,0x91bdf840,0x5bf7314e,0xf7d186dd,0x2c389cb7,0x87bef000,0xd4400000,0x0419000b,0x57fcf09d,0x063083fb,0xdf0be95c,0xaa7f0679,0xb9800037,0x3000000d,0x33000f79,0xe2e02012,0xe0d00fd0,0xfd7ef4f8,0x91bdf840,0x5bf7314e,0xf7d186dd,0x2c389cb7,0x85bef000,0xd4200000,0x0419000b,0x57fcc09d,0x062083fb,0xdf0be96c,0xaa7f0679,0xb9800037,0x3000000d,0x33000f79,0xe2e02112,0xe0d00fe0,0xfd7ef4f8,0x91bcf840,0x5bf7314e,0xf7d186dd,0x2c389cb7,0x83bef000,0xd4000000,0x0419000b,0x57fc909d,0x061084fb,0xdf0be96c,0xaa7ef679,0xb9800037,0x3000000d,0x33000f79,0xe2e02112,0xe0d00fe0,0xfd7ef4f8,0x91bcf840,0x5bf7314e,0xf7d186dd,0x2c389cb7,0x81bef000,0xd3d00000,0x0419000b,0x57fc509d,0x060084fb,0xdf0be96c,0xaa7ef679,0xb9800037,0x3000000d,0x33000f79,0xe2e02112,0xe0d00fe0,0xfd7ef4f8,0x91bcf840,0x5bf7314e,0xf7d186dd,0x2c389cb7,0x7ebef000,0xd3a00000,0x0419000b,0x57fc009d,0x05f084fb,0xcf0ce96c,0xaa7ef679,0xb9800037,0x2000000d,0x33000f78,0xe2e02112,0xe0d00fe0,0xfd7ef4f8,0x91bcf840,0x5bf7414d,0xf7d186dd,0x2c389cb7,0x7bbef000,0xd3700000,0x0419000b,0x57fbb09d,0x05f084fb,0xcf0ce96c,0xaa7ef679,0xb9800037,0x2000000d,0x33000f78,0xe2e02112,0xe0d00fe0,0xfd8ef4f8,0x91bcf850,0x5bf7414d,0xf7d186dd,0x2c389cb7,0x78bef000,0xd3300000,0x0419000b,0x57fb609d,0x05e084fb,0xcf0ce96c,0xaa7ef679,0xb9800037,0x2000000d,0x33000f78,0xe2e02112,0xf0d00fe0,0xfd8ef4f8,0x91bcf850,0x5bf7414d,0xf7d186dd,0x2c389cb7,0x74bef000,0xd2f00000,0x0419000b,0x57faf09d,0x05d084fb,0xcf0ce96c,0xa97ef679,0xb9800037,0x2000000d,0x33000f78,0xe2e02112,0xf0d00fe0,0xfd8ef4f8,0x91bcf850,0x5bf7414d,0xf7e186dd,0x2c389cb7,0x6fbef000,0xd2b00000,0x0419000b,0x57fa809d,0x05d084fb,0xcf0ce96c,0xa97ef679,0xb9800037,0x2000000d,0x33000f78,0xe2e02112,0xf0d00fe0,0xfd8ef4f8,0x91bcf850,0x5bf7414d,0xf7e186dd,0x2c389cb7,0x6bbef000,0xd2600000,0x0419000b,0x57fa009d,0x05c084fb,0xcf0ce96c,0xa97ef679,0xb9800037,0x2000000d,0x33000f78,0xe2e02112,0xf0d00fe0,0xfd8ef4f8,0x91bcf850,0x5bf7414d,0xf7e186dd,0x2c389cb7,0x65bef000,0xd2000000,0x0419000b,0x57f9809d,0x05c084fb,0xcf0ce96c,0xa97ef679,0xb9800037,0x2000000d,0x33000f78,0xe2e02112,0xf0d00fe0,0xfd8ef4f8,0x91bcf850,0x5bf7414d,0xf7e186dd,0x2c389cb7,0x60bef000,0xd1a00000,0x0419000b,0x57f8e09d,0x05c084fb,0xcf0ce96c,0xa97ef679,0xb9800037,0x2000000d,0x33000f78,0xe2e02112,0xf0d00fe0,0xfd8ef4f8,0x91bcf850,0x5bf7414d,0xf7e186dd,0x2c389cb7,0x5abef000,0xd1400000,0x0419000b,0x57f8409d,0x05c084fb,0xcf0ce96c,0xa97ef679,0xb9800037,0x2000000d,0x33000f78,0xe2e02112,0xf0d00fe0,0xfdaef3f8,0x71baf880,0x5df79148,0xf80180dd,0xec339c87,0x53bed000,0xd0d00000,0x040f000b,0x60f79096,0x065082fd,0xef0ce99c,0xa77ed67d,0xb9600036,0xd000000d,0x39000f75,0xe2e02413,0x10cf1000,0xfe5ef1f8,0x21b0f930,0x64f9012c,0xf8c158e3,0x5c1b9b77,0x4abe0000,0xd0400000,0x03d0000b,0x97f6b06c,0x09a0770e,0x0f0fea7c,0x9c7e768f,0xb9000035,0x7000000d,0x53000f6b,0xe2d02b13,0xa0cc1070,0xfedef0f8,0x01a6f9c0,0x67fa4107,0xf94128ea,0x6bff9a37,0x40bd1000,0xcf900000,0x0380000b,0xdbf5a039,0x0b107315,0xcf16eaac,0x987e6699,0xb9000034,0xa000000d,0x65000f6b,0xe2902813,0xa0cb1070,0xff3ef2f8,0x4195fa30,0x61fb80d9,0xfac0fbf1,0x5be59907,0x37bc3000,0xcef00000,0x0333000c,0x1cf4a008,0x0ba07019,0x4f1bea7c,0xa17e9697,0xb9800033,0xe000000d,0x73000f71,0xe3801712,0xb0c80fb0,0xff7ef2f8,0x7187fa60,0x5bfc90bb,0xfc20dbf6,0x6bd29847,0x31bb9000,0xce900000,0x02fc000c,0x4bf3ffe5,0x0c006e1b,0x8f25ea9c,0x987ec699,0xb9e00032,0xb000000d,0x83000f70,0xe4301412,0x00c00f10,0x000eeef8,0xa17bfb20,0x5afd3087,0xfce0d1f7,0xebcd9817,0x2fbb6000,0xce700000,0x02ec000c,0x58f3cfdb,0x0c206c1c,0x3f24ebbc,0x917ed6ad,0xb9d00030,0x4000000d,0xb1000f6e,0xe5001111,0xa0b30ee0,0x007eebf8,0xd174fba0,0x55fd3061,0xfd40c5f9,0x4bcf9957,0x30bb8000,0xcdb00000,0x02f1000c,0x4df3cfdf,0x0c505e1b,0x4f27ec6c,0x917f16b8,0xba00002e,0xa000000d,0xcf000f74,0xe5c00711,0x30aa0e80,0x00cee9f9,0x216cfc30,0x4dfd3045,0xfd90acfb,0xebd39bd7,0x32bbb000,0xcc700000,0x02f9000c,0x36f3afe7,0x0cd03f19,0x2f2cecac,0x8d7f66be,0xba30002d,0x0000000d,0xeb000f74,0xe6c00310,0x809e0e20,0x010ee8f9,0x8163fcc0,0x42fd402e,0xfdd091fe,0xfbd89ee7,0x35bbf000,0xcb000000,0x0304000c,0x15f38ff2,0x0d601816,0x7f31ec9c,0x857fc6c0,0xba60002b,0x8000000e,0x04000f6f,0xe810030f,0xb0910da0,0x013ee7f9,0xd159fd50,0x38fd701b,0xfdf07901,0x9bdea1c7,0x37bc3000,0xc9d00000,0x030e000b,0xeef35fff,0x0dfff113,0xef38ec8c,0x7c8036c2,0xbaa0002a,0x1000000e,0x1c000f67,0xe960060e,0xe0830d40,0x016ee7fa,0x114cfdc0,0x32fde006,0xfe206d02,0xfbe5a3d7,0x39bc6000,0xc9700000,0x0316000b,0xc5f3200d,0x0e6fd611,0xff3fec8c,0x7280a6c6,0xbad00028,0xa000000e,0x35000f5f,0xea800a0e,0x10760cf0,0x017ee8fa,0x413bfe20,0x31feaff0,0xfe406a03,0xcbeca467,0x39bc7000,0xc9900000,0x0318000b,0x9df2f01b,0x0e6fca11,0x5f4becac,0x648116cc,0xbb000027,0x4000000e,0x4d000f54,0xeb70100d,0x506a0cc0,0x018eebfa,0x7127fe80,0x32ffcfdb,0xfe606a04,0x6bf1a467,0x39bc7000,0xc9f00000,0x0318000b,0x78f2c027,0x0c8fc312,0x0f59eccc,0x548186d1,0xbb300025,0xf000000e,0x64000f46,0xec60190c,0x905e0ca0,0x01aeecfa,0x8111fed0,0x3300dfc7,0xfe706b04,0xcbf6a477,0x39bc6000,0xcaa00000,0x0318000b,0x5bf2a031,0x08efb213,0x9f64ecec,0x488206d8,0xbb700024,0x9000000e,0x7e000f3a,0xed40220b,0xc0510c80,0x021eebfa,0x80fdff20,0x3101afb4,0xfe906d05,0x0bf9a477,0x38bc6000,0xcbb00000,0x0317000b,0x49f29038,0x055f9d15,0x8f68ed1c,0x448296e0,0xbbe00023,0x1000000e,0x9c000f34,0xee40290a,0xd0430c30,0x02eee7fa,0x60e9ff70,0x2c024fa2,0xfea07005,0x1bfaa487,0x38bc6000,0xcd300000,0x0317000b,0x35f22039,0x039f8517,0x8f61ed4c,0x4b8356ea,0xbcb00021,0x8000000e,0xc2000f34,0xef602f09,0xb0340bd0,0x03fee0fa,0x20d5ffc0,0x2602df92,0xfec08604,0xcbfba487,0x38bc6000,0xd1600000,0x0317000a,0xc9ee8039,0x037f601a,0x6f53ed8c,0x598426f4,0xbdd0001f,0xe000000e,0xee000f38,0xf0803408,0x70240b40,0x053ed7f9,0xd0c00000,0x1e035f82,0xfee09f04,0x5bfba497,0x37bc6000,0xd6000000,0x0317000a,0x5feaa039,0x039f391d,0x7f41edcc,0x6b851700,0xbf20001e,0x3000000f,0x1e000f3e,0xf1c03807,0x20130ab0,0x067ecff9,0x80ac0050,0x1703af72,0xfef0a503,0xbbfba497,0x37bc6000,0xd6e00000,0x0317000a,0x4ee9f039,0x03af2f1e,0x8f2eee0c,0x7e85f70c,0xc070001c,0x8000000f,0x4e000f44,0xf2f03d05,0xd0020a10,0x075ec9f9,0x409c0090,0x1103cf62,0xff109703,0x0bfaa497,0x37bc6000,0xd2c00000,0x0316000a,0xc2ee5039,0x038f521c,0xef22ee3c,0x8b86a715,0xc160001b,0x3000000f,0x72000f47,0xf3e04104,0xdff509a0 +}; + +u32 ANIM_ENTRY_fire_roll_right1[] = +{ + 0x037fb0ff,0x0ffc0260,0x0500efff,0x02107c01,0xfc9ca817,0x57c8c000,0xd5c00000,0x023b000a,0x86f68fdc,0xf56fc912,0x6fc0f6fc,0x42874731,0xc2100008,0x0000000f,0x41000f7b,0xfdefcff8,0x401f0190,0x039f9eff,0x10010220,0x09019001,0x01b08202,0x0ca1a817,0x56c8c000,0xd5900000,0x023a000a,0x86f67fdd,0xf56fcc12,0x5fc6f66c,0x3f87372c,0xc2000008,0xd000000f,0x3d000f74,0xfd7fd1f8,0x50240190,0x03df8dfe,0xf00801b0,0x0d028003,0x01808902,0x1ca7a827,0x55c8b000,0xd5600000,0x023a000a,0x86f65fd4,0xf56fcf12,0x5fcbf6cc,0x4186b735,0xc1c00008,0x9000000f,0x4a000f70,0xfd5fd1f8,0xc02201b0,0x042f7cfe,0xc00c00c0,0x0f03c00d,0x02009002,0x2cada827,0x55c8a000,0xd5200000,0x0239000a,0x86f64fd6,0xf56fd112,0x5fd5f6bc,0x3f863734,0xc1d00008,0xc000000f,0x4b000f68,0xfd0fd5f9,0x301b01a0,0x045f6bfe,0xa00ffff0,0x0f053016,0x02909602,0x4cb3a827,0x54c8a000,0xd4f00000,0x0238000a,0x87f62fdb,0xf56fd312,0x5fdff66c,0x3c85e730,0xc1f00009,0x1000000f,0x47000f5e,0xfcafdbf9,0x80210180,0x047f59fe,0x9011ffc0,0x1106c018,0x02909b02,0x4cb7a827,0x54c89000,0xd4d00000,0x0237000a,0x87f5ffde,0xf56fd412,0x5fe5f63c,0x3885a730,0xc1e00009,0x5000000f,0x47000f58,0xfc9fe6f9,0xc0210180,0x049f47fe,0x8017ff90,0x1408601a,0x02709c02,0x4cb8a827,0x53c88000,0xd4c00000,0x0236000a,0x87f5dfe1,0xf56fd412,0x5fedf5ec,0x3285272f,0xc1b00009,0xc000000f,0x46000f51,0xfc6fe6fa,0x301d0190,0x04ff38fe,0x7033ff20,0x120a001c,0x02109902,0x2cb6a827,0x53c88000,0xd4f00000,0x0234000a,0x87f5afd8,0xf56fd312,0x5fe3f52c,0x3e83b724,0xc110000a,0xd000000f,0x37000f62,0xfb7fdefb,0x902901e0,0x056f2bfe,0x8043fe90,0x020b8024,0x02b09101,0xfcaea827,0x52c87000,0xd5400000,0x0232000a,0x87f58fd7,0xf56fd212,0x5fd5f4ac,0x4e83271c,0xc0f0000b,0x8000000f,0x2a000f77,0xfaffd1fc,0x103301a0,0x05df1ffe,0x6049fe0f,0xfe0cd02f,0x03008101,0xaca1a827,0x51c86000,0xd5e00000,0x0231000a,0x88f56fde,0xf56fd212,0x5fdaf4dc,0x5082d720,0xc150000b,0x4000000f,0x2e000f78,0xfadfd1fb,0xf0320130,0x063f17fe,0x4073fdc0,0x030b5037,0x01c06901,0x3c8ea827,0x51c86000,0xd6b00000,0x022e000a,0x88f54fdb,0xf56fd012,0x5feff46c,0x4680c71c,0xc070000b,0xf000000f,0x1a000f71,0xfa0fdcfd,0x50460180,0x067f11fe,0xa09ffd50,0x0109e041,0x00d04900,0xac76a837,0x50c85000,0xd7d00000,0x022b000a,0x88f52fd2,0xf55fcd12,0x5fe8f37c,0x507f1703,0xbf90000d,0x4000000e,0xee000f89,0xf8efccfe,0x405c01a0,0x06ff12ff,0x00b8fc1f,0xf509f057,0x00e05900,0x7c7da837,0x50c84000,0xd8700000,0x0229000a,0x88f51fd3,0xf55fcc12,0x5fd9f2ec,0x647f46f7,0xc090000d,0xc000000e,0xde000fac,0xf94fb2fc,0xd0710020,0x07bf0dfe,0xd0defc4f,0xf808b057,0x00a05100,0x4c78a807,0x4fc83000,0xd8100000,0x022a000a,0x88f50fd7,0xf55fd112,0x4fe6f1ec,0x637e96f1,0xc0d0000e,0x8000000e,0xda000fab,0xf82fb4fc,0x9077ffd0,0x08bf07fe,0x5123fd70,0x0506104c,0xffd05cfd,0x9c64a5c7,0x4ec6b000,0xd8a00000,0x0235000a,0x88f4ffd6,0xf50fea12,0xeffcef7c,0x5d7ca6d9,0xbff00010,0xc000000e,0xc2000fa1,0xf6ffbefd,0xb0800090,0x095efbfe,0x314efde0,0x0a05304e,0xff90b0f1,0x7c41a1d7,0x2ec3f000,0xdf500000,0x0251000a,0xf0f7bfd5,0xf4202214,0x5ffdee1c,0x627b86c4,0xbf500012,0x2000000e,0xab000fa6,0xf73fbafe,0x808a00f0,0x09feeffe,0x4195fe70,0x0b043057,0xff8110e6,0x0c189cb6,0xf3c03000,0xe4c00000,0x0279000b,0x57fa6fd4,0xf3205d16,0x300ded6c,0x577a26bf,0xbed00012,0xc000000e,0xa5000f9d,0xf6afc0ff,0x60930140,0x0aaef2ff,0x51e7fe40,0x08022059,0xff41f1db,0x3bc496c6,0xa6bba000,0xe8500000,0x02ab000b,0x14f9e005,0xf2107e17,0xf00eec8c,0x5a7926c1,0xbec00013,0x8000000e,0xab000fb9,0xf57fa5ff,0x00af0090,0x0b7f0501,0xb22afcb0,0x0600905a,0xfeb311d1,0x6b5a9076,0x4eb65000,0xeae00000,0x02e3000a,0x96f8f061,0xf0d06a19,0xcff2eb7c,0x7a7836bb,0xbf100014,0x4000000e,0xa6000009,0xf42f5bfd,0x60dcff40,0x0b2f0203,0x225dfc30,0x01005060,0xfe5392cb,0xbb268a45,0xf5b0a000,0xeba00000,0x031d000a,0x52f87093,0xef20291b,0xffdfea2c,0x8a7836a8,0xbf600016,0x2000000e,0x87000036,0xf3ef31fb,0xf100fe40,0x0a9efc04,0xb28afbdf,0xfb002067,0xfde347c9,0xab2c84b5,0xa3aa9000,0xe9c00000,0x0356000a,0x49f8608b,0xed4fd11e,0x3fcee88c,0x9778868a,0xbf800018,0xd000000e,0x5300005e,0xf3bf0cfa,0x511dfd40,0x0a3f0107,0x42c5fadf,0xf3fee06b,0xfd12bcc8,0x0b3a8025,0x5fa46000,0xe6600000,0x038b000a,0x38f8507b,0xeb7f7720,0x5fb7e58c,0xab794651,0xbf30001c,0xb000000e,0x0100009b,0xf2fed8f7,0x6136fb60,0x0a7f0909,0xc2eef9df,0xedfdb06f,0xfc222fcb,0x1b4c7d15,0x339e5000,0xe2500000,0x03b8000a,0x29f84067,0xea2f3221,0xdfa8e35c,0xb879c625,0xbed0001f,0x2000000d,0xc70000d3,0xf2bea7f5,0x2144fa00,0x0b2f020a,0xe2f5f95f,0xf0fd9077,0xfb61a8ce,0xeb617bf5,0x17988000,0xdcf00000,0x03da000a,0x1bf82053,0xe99f1622,0x7face36c,0xb479a623,0xbea0001e,0x4000000d,0xc80000e0,0xf22e99f4,0xc142f9f0,0x0dcf000d,0x1302f8af,0xfefd608d,0xf95158d1,0xbb767aa5,0x2a91d000,0xda1000ff,0xf3e2000a,0x16f8103e,0xe93f2220,0x2fd0e51c,0x8a774634,0xbc300019,0xa000000d,0xe30000db,0xf11e92f6,0xb158fc40,0x107ef910,0x1311f860,0x10fd509b,0xf6f15dd0,0x8b8a7755,0x5a89c000,0xdce000ff,0xf3f7000a,0x23f8002a,0xe83f411a,0x4fe8e7dc,0x5d74b658,0xb9800013,0xd000000e,0x110000e4,0xefae82f9,0x4191fee0,0x125eef13,0x6314f840,0x1dfdb09c,0xf5a180cc,0x3b9c72b5,0x9c812000,0xdbe000ff,0xe414000a,0x3ef7e018,0xe6ef6c12,0x4fade9bc,0x64747673,0xb9500011,0xc000000e,0x40000143,0xef5e3af8,0xa178fe20,0x14fee717,0xe30ff810,0x2dfed098,0xf491a9c7,0x0baa6db5,0xe478e000,0xd79000ff,0xe433000a,0x5ff7d008,0xe56f9b09,0x8f2cebdc,0x86749696,0xb9a00011,0x6000000e,0x860001fa,0xf1adb6f6,0xa163fbd0,0x15cec61b,0x0314f8b0,0x3400b092,0xf3f1bcc3,0x5bb06916,0x2671e000,0xd22000ff,0xe450000a,0x70f7d002,0xe41fc701,0x7f1eec7c,0x6673e69e,0xb8000011,0x6000000e,0x9d00022c,0xf0cd98f6,0x8166fb70,0x17ce7a21,0xd323fa80,0x2f045089,0xf301c0c1,0x3bc665c6,0x576d1000,0xcc0000ff,0xe465000a,0x7df68027,0xe32fe6fb,0x9f2aeb6c,0x1172d696,0xb3100016,0x6000000e,0xbd000270,0xf04d89f6,0x1167fb60,0x19ae3e28,0x6326fa60,0x040590a9,0xf201bfbf,0x4be26476,0x696b3000,0xcc2000ff,0xe46d000a,0x97f4006d,0xe2cff3f9,0x5f2ce82b,0xf0736679,0xaf70001f,0x6000000e,0xe00002a6,0xefdd6df3,0xe153fa80,0x1bce0c2e,0xa322f8ef,0xe30670cd,0xf051babd,0xec0b65d6,0x6a6db000,0xd0400000,0x046e000a,0xb7f0f0c4,0xe3dff2fa,0xcf39e51b,0xf376e66b,0xaeb0002a,0xa000000f,0x260002ce,0xf02d43f0,0x312af910,0x1c8de534,0xd327f7cf,0xde0790d3,0xef71acbd,0x4c4b6976,0x6d747000,0xd6500000,0x046e000a,0xc7ef70ef,0xe68feffe,0x8f54e46b,0xfe7ce683,0xb0000034,0xa000000f,0x670002ed,0xf18d2fec,0x110df830,0x1bedc83a,0x732cf72f,0xd207e0d9,0xef4117bc,0xed4b6ec6,0x707e2000,0xdef00000,0x046f000b,0x78ed0081,0xea7fed03,0xff63e3bc,0x097f768c,0xaef0003b,0x7000000f,0x770002f8,0xf35d3deb,0x60fff9d0,0x1a4d9344,0x431cf72f,0xa90cc100,0xf05004bc,0xded47516,0x7489a000,0xe7200000,0x046f000c,0xa7e8cfc7,0xef2feb0a,0x5f60e14c,0x0c7a5660,0xa9400042,0xa000000f,0x5f0002d5,0xf6ed8ff4,0x30da00e0,0x15dd6c50,0x7314f78f,0x7f145113,0xf37f6fbe,0x2fa07bb6,0x7895b000,0xe9e00000,0x0470000d,0x73e5ff49,0xf41fea11,0x0f58df6b,0xfd736633,0xa3500048,0xb000000e,0xfc000290,0xf8ddf0fe,0x50cb08d0,0x108d635a,0xd320f79f,0x6b1a410a,0xf7606ccf,0x0e6b8206,0x7ca13000,0xdfb00000,0x04710009,0x59009006,0xf8bfea17,0x5f56de3b,0xe76e1620,0x9f50004c,0x8000000e,0x7600024e,0xf86e2b04,0xc0bb0e60,0x0aad5766,0xd328f7af,0x6c163104,0xfb315cdd,0x1cd08746,0x7faaf000,0xc5b00000,0x04710009,0xe5f900cd,0xfcafeb1c,0xaf54db8b,0xb9684609,0x98c0004f,0x9000000d,0xca000207,0xf87e5409,0x90841170,0x02ed5d78,0xc326f79f,0x881030e3,0xfeb13de6,0x0be88af6,0x81b1a000,0xbcf00000,0x0472000b,0x52f43056,0xff6fed20,0x5f55d6eb,0x6b5f75e3,0x8d500052,0xd000000c,0xd50001bb,0xfa1e790f,0xb02e1450,0xffad7283,0x5315f6ef,0xa10c60b9,0xfeb10de9,0xfb898c56,0x82b42000,0xba300000,0x1472000c,0x68f21fc2,0x006fed21,0xbf5ed42b,0x3e59b5d1,0x85800053,0xe000000c,0x510001b6,0xfbfe7d13,0x10011650,0xfafd9094,0x02f6f48f,0x9f091099,0xfe410eea,0xcb548d06,0x7db3a000,0xb8000000,0x1472000c,0x68f38fc7,0xfecff220,0xbf73d05a,0xe85175dd,0x78c00055,0x5000000b,0x900001d7,0xfe7e7e19,0x3fbf1880,0xf8ddcba2,0xc2e3f1bf,0x9506308e,0xfe6112ea,0xcb318ed6,0x70b26000,0xb6e00000,0x2473000c,0x66f6dfd3,0xfa60001d,0xdf80cc8a,0xa74a15fa,0x6c200057,0xd000000a,0xcb000207,0x00be7d20,0x4f7a18f0,0xf95df2ac,0x42ceefbf,0x97049090,0xfec116ea,0x5b1d9176,0x5bb08000,0xb6400000,0x2473000c,0x65fadfe0,0xf4001619,0xbf73c9ea,0xb945861c,0x6450005a,0x6000000a,0x4b000245,0x027e6c25,0xff4417a0,0xfa4e0ab4,0x12b1ee6f,0x9f02d092,0xfed119e9,0xeb1594b6,0x42ae4000,0xb5800000,0x2475000c,0x63fe2fec,0xec503514,0x9f2ec96b,0x3342e633,0x6260005c,0x1000000a,0x0c000285,0x041e4d27,0xff1f1700,0xfb9e22ba,0x3298ed5f,0xa6013094,0xfed11bea,0x0b149846,0x25abd000,0xb4100000,0x1476000c,0x62ff8ff1,0xe410590e,0xeee4c9ab,0xb2412642,0x6220005d,0x60000009,0xe60002b8,0x055e3128,0x9f0516c0,0xfbfe3ac0,0x9272ed2f,0x8c01a0a1,0x0090ffeb,0x5b339be6,0x06a96000,0xb0800000,0x1477000c,0x6b023ffa,0xdbd08009,0x1ee7cb4b,0xc9410634,0x6400005d,0x20000009,0xdd0002af,0x048e3127,0x6ef217a0,0xfc1e4fc5,0xe257ed5f,0x6b0250b3,0x0300beed,0xbb7c9f35,0xe6a72000,0xaac00000,0x1478000c,0x7f087012,0xd460a703,0x9ef2cdfb,0xd5417619,0x6770005c,0x70000009,0xde000291,0x028e3c25,0x6ee71900,0xfc8e59c8,0x8260ee0f,0x6001c0bf,0x04b06ff0,0x5bd2a205,0xc8a54000,0xa4900000,0x0479000c,0x970ff02e,0xce30c7fe,0xeedbd0cb,0xed43a600,0x6ba0005b,0xc0000009,0xea000247,0xfebe7323,0xbedf1a10,0xfbee6ecd,0x127eef4f,0x5a0050c8,0x06002df2,0x7c1ba3f5,0xada40000,0x9fa00000,0x047a000c,0xab164046,0xca00defb,0xbea7d42c,0x0c47e5e6,0x7110005b,0x0000000a,0x070001d1,0xf91ed922,0x3edc1b00,0xfaee80d2,0x62a5f0af,0x5efe30d4,0x065012f3,0x5c3ca4e5,0x97a38000,0x9da00000,0x047a000c,0xb318e04f,0xc870e7fa,0x8e69d7ec,0x324c75dc,0x7720005a,0xc000000a,0x2f000170,0xf46f3a21,0xcee21b30,0xf9ce85d7,0x12d7f27f,0x77f9e0e9,0x04b00ff1,0xdc37a4b5,0x92a40000,0x9f6000ff,0xf470000c,0xab171033,0xc9b0e3fa,0xce18dc5c,0x6e5095eb,0x7df0005b,0x4000000a,0x8000012b,0xf0ef9622,0xef0119d0,0xf89e83db,0x6313f3bf,0xa2f530f7,0x01b012ee,0x3c26a455,0x85a54000,0xa3f000ff,0xf456000c,0x9812aff1,0xcd00d9fb,0x9dd3e0bc,0xa35585f7,0x8500005c,0x3000000a,0xc6000106,0xeeefcc24,0xcf381800,0xf70e76df,0x635df37f,0xdbf230ea,0xfd4018e9,0x6c11a3c5,0x73a72000,0xaa1000ff,0xf430000c,0x7f0cefa2,0xd1d0cafc,0xbdb2e42c,0xb95d55db,0x8b60005d,0xb000000a,0xd4000109,0xef7fb927,0x4f921710,0xf56e65e3,0x0397f290,0x13efe0db,0xf89020e4,0x7bfea315,0x5ca96000,0xb08000ff,0xf401000c,0x68072f5f,0xd7b0bafd,0xfda3e6ec,0xc86525bb,0x9170005f,0xb000000a,0xdc00011c,0xf0af9028,0xbff81680,0xf4ce59e5,0xe3acf160,0x37ee10d9,0xf54026e0,0x6bf4a255,0x44abd000,0xb61000ff,0xf3cf000c,0x5802bf40,0xde10a9ff,0x3da6e8bc,0xd86a35b4,0x96f00061,0xc000000a,0xe500014b,0xf1bf6027,0x70481640,0xf4de42e8,0xe39cf0c0,0x55ecb0ea,0xf2402add,0x0bf2a185,0x2bae4000,0xbac000ff,0xf39c000c,0x5601af4c,0xe4709a00,0x5db5eabc,0xde6f759e,0x9b700062,0x6000000a,0xeb000194,0xf40f3423,0x708f1320,0xf52e30ea,0x2392f080,0x63ec20f3,0xf0d033d9,0xbbf2a0d5,0x15b08000,0xbf9000ff,0xf36d000c,0x50feff69,0xea508d01,0x4dbdebbc,0xe171759a,0x9cd00062,0x9000000a,0xfa0001ba,0xf54f2021,0x50b01140,0xf4ce16ed,0x1371f150,0x6feca0f5,0xefa03ed6,0x9bf5a045,0x02b26000,0xc4400000,0x0347000c,0x49fb6f8f,0xef208402,0x0dcced0c,0xdb76358c,0xa0000062,0x6000000b,0x010001e9,0xf8af091e,0x30e40f20,0xf34e11f0,0xb34cf250,0x74eda0f6,0xeee049d3,0xabfc9fe4,0xf6b3a000,0xc8d00000,0x032d000c,0x41f7efb4,0xf2707f02,0x7de4ee3c,0xd07ba579,0xa2e00061,0xe000000a,0xed000210,0xfc8ef01b,0x511f0d40,0xf24e12f2,0xc338f2c0,0x6bee40fc,0xeea052d1,0x1c059fc4,0xf1b41000,0xcd100000,0x0323000c,0x3cf52fd1,0xf3a07d02,0xae07eefc,0xc57cc56e,0xa4700061,0x5000000a,0xc4000225,0xfeaed819,0xe14f0c30,0xf06e20f6,0xc306f340,0x57f0010d,0xee2056ce,0xec139fe4,0xfab4e000,0xd0e00000,0x0325000c,0x39f41fdd,0xf4507b02,0x8e5befcc,0xab7ef56a,0xa620005f,0x8000000a,0xa500024b,0x03eea016,0x018a0990,0xeeae2efa,0xa2d1f3e0,0x3cf1c121,0xedd067cd,0x2c2da035,0x13b70000,0xd4800000,0x0329000c,0x0ef3cff8,0xf6207302,0x4e9eedec,0x94846582,0xab90005d,0x2000000a,0x96000253,0x09ce6710,0xd1cf0720,0xed2e3ffe,0x32aef460,0x1df2612d,0xeda08fcb,0xac55a0b5,0x38ba2000,0xd7e00000,0x032f000b,0xaff33034,0xf8d06901,0xdecaeb8c,0x848675be,0xade00059,0x6000000a,0xa7000246,0x0fee360d,0x21e70630,0xec9e4eff,0xf29ff450,0x0bf24135,0xed60b6ca,0x3c7fa145,0x64bdf000,0xdb000000,0x0336000b,0x50f2906f,0xfc205e01,0x5ee4ea4c,0x7a8715e4,0xae700056,0x3000000a,0xb900022f,0x13fe160b,0xc1cb0620,0xebee5e01,0xf2a6f49f,0xfbf13135,0xec80c8c8,0xec9ca1f5,0x95c21000,0xddb00000,0x033e000b,0x25f2408b,0xffc05200,0xdef8e6ec,0x6487c5fc,0xaeb00052,0xf000000a,0xcb0001d5,0x190ddc0a,0x71ac0610,0xeb9e7903,0xf2b9f56f,0xf3ef4115,0xeb60bbc7,0x9cada295,0xc5c63000,0xdfd00000,0x0346000b,0x2df2806c,0x03704700,0x4f19e05c,0x47886608,0xaef00050,0xe000000a,0xd700013b,0x211d9308,0x61350560,0xebde8804,0xc2c7f62f,0xf0ee00f9,0xeb6097c6,0x5cb9a335,0xf2ca0000,0xe1b00000,0x034e000b,0x41f31020,0x06c03dff,0xcf30dd2c,0x4888160f,0xb0400050,0x4000000a,0xd9000119,0x239d8d06,0xb0f604a0,0xed0ea005,0xd2e0f75f,0xedebb0cc,0xebc065c5,0x2cc2a3b6,0x16cd2000,0xe3500000,0x0354000b,0x5bf3bfbe,0x099036ff,0x6f5fd86c,0x4e886611,0xb3a0004e,0x3000000a,0xdf000122,0x1c8dc204,0xf0ee0440,0xedcea905,0xc2f1f7ef,0xf9ea90af,0xebe030c3,0xfccaa406,0x2fcf4000,0xe4e00000,0x0358000b,0x76f43f5c,0x0b7031ff,0x1f81d66c,0x4a879612,0xb6a0004c,0x1000000a,0xd6000100,0x136dfb05,0x20e904e0,0xeeaeb204,0xc312f890,0x2be9c077,0xebb001c2,0xccd4a426,0x38d00000,0xe6900000,0x035a000b,0x8af47f11,0x0c202fff,0x0fb4d62c,0x5086561a,0xb8000047,0xd000000a,0xda000098,0xff9e9907,0x70ea06c0,0xeedeb604,0x5328f8f0,0x44e9605d,0xeb6009c2,0xecd4a406,0x39cfe000,0xe6900000,0x035a000b,0x93ed2ef5,0x0c5031ff,0x0fc4d73c,0x6185a622,0xb9300045,0x8000000a,0xd800007b,0xfd6ef108,0xe0ec07a0,0xeebeb504,0x133bf910,0x4ee97064,0xea200cc2,0xfcdaa3a6,0x3acf8000,0xe6900000,0x035a000b,0x93ed4ef9,0x0cd036ff,0x3fbbd9ec,0x7184662c,0xba500043,0xc000000a,0xd300008e,0xf93f5a09,0xc0e90820,0xee7eaa04,0x034af9c0,0x52e9306f,0xe9100ec3,0x6cd9a326,0x3ccef000,0xe6900000,0x035a000b,0x94ed4ef7,0x0d803eff,0x6fa2dafc,0x7f84b62c,0xba700043,0xd000000a,0xcd0000a5,0xf77f9c0b,0x00e308e0,0xee6e9e04,0x134efa90,0x55e8d07c,0xe8900cc3,0xecd8a296,0x3ece4000,0xe6a00000,0x035b000b,0x95ed4ef8,0x0e5047ff,0xaf8fdb2c,0x8f85262b,0xba600044,0x8000000a,0xc60000b4,0xf69f9f0c,0x00e30950,0xee9e9104,0x334cfba0,0x57e87088,0xe8400ac4,0x5cd9a1e6,0x41cd9000,0xe6a00000,0x035b000b,0x95ed4ef9,0x0f3052ff,0xef8ddb5c,0x9c84962d,0xb9e00045,0x8000000a,0xb50000b1,0xf3ff7e0d,0x60ef0990,0xeebe8a04,0x034bfc20,0x56e87088,0xe84008c4,0xccdba136,0x43ccd000,0xe6b00000,0x035c000b,0x96ed5efa,0x10205c00,0x2fa4db2c,0x8583f632,0xb9900046,0x7000000a,0xae00009e,0xf21f710d,0xe0fd09b0,0xeeee8403,0xd34dfc80,0x55e87088,0xe84009c5,0x2cd7a0a6,0x46cc2000,0xe6c00000,0x035c000b,0x96ed5efa,0x10f06500,0x6fb2db2c,0x7683f634,0xb9400047,0x1000000a,0xac000093,0xf10f6f0e,0x61020a20,0xef0e8303,0xc34dfc90,0x55e87088,0xe84009c5,0x5cd5a026,0x48cb9000,0xe6d00000,0x035c000b,0x96ed5efb,0x11906d00,0x9fb5db5c,0x78840637,0xb9300047,0x1000000a,0xaf000093,0xee8f6d0e,0x71380a40,0xef3e7f03,0xd34bfc70,0x52e87088,0xe84009c5,0x8cd29fc6,0x49cb3000,0xe6d00000,0x035c000b,0x97ed5efb,0x12107300,0xbfb8db9c,0x77841639,0xb9300047,0x4000000a,0xb200008b,0xecef720e,0xa1580a60,0xef3e7903,0xe347fc60,0x4ee87088,0xe84009c5,0x8cd29fa6,0x49cb1000,0xe6e00000,0x035c000b,0x97ed5efc,0x12307500,0xcfbedb5c,0x68844636,0xb8c00047,0xd000000a,0xb1000076,0xec2f830f,0x71600af0,0xef4e7803,0xe346fc60,0x4de87088,0xe84009c5,0x8cd29fa6,0x49cb1000,0xe6e00000,0x035c000b,0x97ed5efc,0x12307500,0xcfc0db3c,0x63845634,0xb8900048,0x0000000a,0xb100006f,0xebff890f,0xc1590b20,0xef4e7803,0xe345fc60,0x4ce88088,0xe8400ac5,0x8cd29fa6,0x49cb1000,0xe6e00000,0x035c000b,0x97ed5efc,0x12307500,0xcfc0db2c,0x63845634,0xb8800048,0x1000000a,0xb100006f,0xec4f8b0f,0xd15b0b20,0xef5e7803,0xf343fc50,0x46e88088,0xe8400ac5,0x8cd39fa6,0x49cb2000,0xe6e00000,0x035c000b,0x97ed5efc,0x12307500,0xcfb6dafc,0x6884362f,0xb8300048,0x4000000a,0xad000070,0xebff9310,0x51600b90,0xef5e7803,0xf342fc40,0x46e88088,0xe8400ac5,0x7cd49fa6,0x49cb2000,0xe6e00000,0x035c000b,0x97ed5efc,0x12307500,0xcfb6db0c,0x6984362e,0xb8300048,0x2000000a,0xad00006f,0xec0f9410,0x61580ba0,0xef6e7803,0xf340fc30,0x45e88088,0xe8400ac5,0x7cd49fa6,0x49cb2000,0xe6e00000,0x035c000b,0x98ed5efb,0x12307500,0xcfb6db1c,0x6784362e,0xb8300048,0x1000000a,0xad00006b,0xec0f9710,0x71580bd0,0xef7e7603,0xf33dfc10,0x48e88088,0xe8400ac5,0x6cd59fa6,0x49cb3000,0xe6e00000,0x035c000b,0x98ed5efb,0x12307500,0xcfb5db1c,0x6684462f,0xb8500048,0x0000000a,0xae000069,0xec3f9910,0x714a0bf0,0xef8e7503,0xe33bfbd0,0x4ae88088,0xe8400ac5,0x6cd69fa6,0x49cb3000,0xe6e00000,0x035c000b,0x98ed5efb,0x12307500,0xcfb2db3c,0x6a844631,0xb8900047,0xd000000a,0xb100006a,0xebef9810,0x51590bf0,0xef9e7303,0xd33afb80,0x4ae88088,0xe8400ac5,0x5cd69fa6,0x49cb3000,0xe6e00000,0x035c000b,0x98ed4efb,0x12307500,0xcfb0db5c,0x6b846633,0xb8b00047,0xc000000a,0xb3000067,0xebdf9d10,0x515b0bf0,0xef9e7103,0xd339fb60,0x4be88088,0xe8400ac5,0x5cd69fa6,0x49cb3000,0xe6e00000,0x035c000b,0x98ed4efb,0x12307500,0xcfaddb6c,0x6a84a634,0xb8a00047,0xc000000a,0xb5000061,0xebafa510,0xa14c0c20,0xefce6f03,0xd337fb70,0x4ee88088,0xe8400ac5,0x5cd69fa6,0x49cb3000,0xe6e00000,0x035c000b,0x98ed4efb,0x12307500,0xcfaddbac,0x6a84b636,0xb8600047,0x8000000a,0xba000060,0xebdfa610,0xe14d0c50,0xefee6e03,0xd334fb90,0x52e89088,0xe8400ac5,0x5cd69fa6,0x49cb3000,0xe6e00000,0x035c000b,0x98ed4efa,0x12307500,0xcfafdbdc,0x6984a638,0xb8200047,0x4000000a,0xbe00005e,0xebafa511,0x21430c70,0xefee6c03,0xd333fbc0,0x57e89088,0xe8400ac5,0x5cd69fa6,0x49cb3000,0xe6e00000,0x035c000b,0x98ed4efa,0x12307500,0xcfb0dbec,0x6584d638,0xb8100047,0x5000000a,0xbe000059,0xebbfa711,0x71420c90,0xefee6a03,0xd333fbe0,0x5de89088,0xe8400ac5,0x5cd69fa6,0x49cb3000,0xe6e00000,0x035c000b,0x98ed4efa,0x12307500,0xcfaedbec,0x6784f638,0xb8100047,0x5000000a,0xbd00005a,0xebafa711,0x813f0ca0,0xefee6a03,0xd333fbe0,0x5fe89088,0xe8400ac5,0x5cd69fb6,0x49cb3000,0xe6e00000,0x035c000b,0x98ed4efa,0x12307500,0xcfacdbfc,0x6984f638,0xb8200047,0x5000000a,0xbd00005c,0xebbfa511,0x71390cb0,0xefee6a03,0xd332fbe0,0x61e89088,0xe8400ac5,0x6cd69fb6,0x49cb4000,0xe6e00000,0x035c000b,0x98ed4efa,0x12407600,0xcfabdbfc,0x6984f638,0xb8200047,0x6000000a,0xbd00005d,0xeb9fa311,0x513b0cb0,0xefde6903,0xd332fbe0,0x63e89088,0xe8400ac5,0x6cd59fb6,0x49cb4000,0xe6d00000,0x035c000b,0x98ed4efa,0x12407600,0xcfa8dbec,0x6b851637,0xb8300047,0x7000000a,0xbb000060,0xebbfa011,0x413b0cc0,0xefce6903,0xe333fbf0,0x63e89088,0xe8400ac5,0x6cd59fb6,0x49cb4000,0xe6d00000,0x035c000b,0x98ed4efa,0x12407600,0xcfa7dc0c,0x6d852636,0xb8300047,0x6000000a,0xba000063,0xebcf9d11,0x313a0cc0,0xefbe6903,0xf334fbf0,0x63e88088,0xe8400ac5,0x6cd49fb6,0x48cb4000,0xe6d00000,0x035c000b,0x98ed4efa,0x12407700,0xbfa8dc2c,0x6e852636,0xb8300047,0x4000000a,0xb9000064,0xebaf9a11,0x31350cb0,0xefbe6903,0xf334fbf0,0x63e88088,0xe8400ac5,0x6cd49fc6,0x48cb4000,0xe6d00000,0x035c000b,0x97ed4efa,0x12407700,0xbfa8dc3c,0x6e852636,0xb8300047,0x3000000a,0xb9000064,0xec1f9a11,0x31270cb0,0xefbe6903,0xf334fbf0,0x63e88088,0xe8400ac5,0x7cd39fc6,0x48cb4000,0xe6d00000,0x035c000b,0x97ed4efa,0x12407700,0xbfa8dc3c,0x6e852636,0xb8300047,0x3000000a,0xb9000064,0xec1f9a11,0x31240cb0,0xefbe6903,0xf334fbe0,0x63e88088,0xe8400ac5,0x7cd39fc6,0x48cb4000,0xe6d00000,0x035c000b,0x97ed4efa,0x12407800,0xbfaddc3c,0x66851636,0xb8300047,0x6000000a,0xb900005f,0xebcf9c11,0x212f0cb0,0xefbe6903,0xf334fbe0,0x63e88088,0xe8400ac5,0x7cd29fc6,0x48cb4000,0xe6d00000,0x035c000b,0x97ed4efa,0x12407800,0xbfaddc3c,0x66851636,0xb8300047,0x6000000a,0xb900005f,0xebbf9c11,0x31320cb0,0xefbe6903,0xf334fbd0,0x63e87088,0xe84009c5,0x7cd29fc6,0x47cb4000,0xe6d00000,0x035c000b,0x97ed4efb,0x12407900,0xbfacdc3c,0x67851637,0xb8300047,0x7000000a,0xba000060,0xebbf9d11,0x212c0cb0,0xefce6b03,0xe334fbc0,0x63e87088,0xe84009c5,0x7cd29fd6,0x47cb4000,0xe6d00000,0x035c000b,0x94ed4efc,0x12407900,0xbfa9dc7c,0x6a84f63a,0xb8300047,0x6000000a,0xbc000063,0xeb9f9e11,0x112d0cb0,0xefbe6c03,0xd334fbb0,0x64e8708b,0xe8b009c5,0x8cd19fd6,0x47cb4000,0xe6d00000,0x035c000b,0x90ed4efe,0x12407900,0xbfa8dcbc,0x6984e63e,0xb8200047,0x4000000a,0xc000005f,0xeb7fa611,0x11330cb0,0xefbe6b03,0xb334fbb0,0x67e8508f,0xe93009c5,0x8cd19fd6,0x47cb4000,0xe6d00000,0x035c000b,0x8ded5eff,0x12407900,0xbfa9dcdc,0x6484e643,0xb8100047,0x4000000a,0xc3000055,0xeb7fb411,0x31320cc0,0xefde6c03,0x832ffba0,0x6de83094,0xe9c009c5,0x8cd19fd6,0x47cb4000,0xe6d00000,0x035c000b,0x8aed7efb,0x12407900,0xbfacdd0c,0x6384b648,0xb7f00047,0x0000000a,0xc8000053,0xeb9fb911,0x512f0cd0,0xf04e7002,0xf319fb90,0x82e80099,0xea6009c5,0x8cd49fd6,0x47cb4000,0xe6a00000,0x035c000b,0x94ed1eff,0x12407900,0xbfb6dd8c,0x60840657,0xb7a00046,0x5000000a,0xd8000050,0xebdfbd11,0x712d0ce0,0xf0ce7202,0x6305fbd0,0x91e7d09e,0xeb1011c8,0x8cc39fc6,0x4ecb3000,0xe2f00000,0x035c000c,0x5bedff0e,0x12307501,0x2fc1dddc,0x57836664,0xb7600045,0xe000000a,0xe7000048,0xebdfc511,0xa1230cf0,0xf1be7601,0xc2f6fc40,0x99e7a0a4,0xebc026cb,0x9cb29fb6,0x56cb1000,0xdf300000,0x035c000c,0x76f0bf2b,0x12206f01,0xafd1de8c,0x4c82a676,0xb6f00044,0x8000000b,0x02000041,0xebdfcb12,0x01180d40,0xf38e7d00,0xe2d9fd00,0xa1e770a9,0xec8041ce,0xaca09fa6,0x61cb0000,0xdb600000,0x035d000c,0x78f46f4e,0x12206802,0x5fe8dfbc,0x3f818691,0xb6700041,0xe000000b,0x3200003a,0xebefd012,0x50f60dc0,0xf4ce8000,0x52c1fda0,0xa5e750af,0xed405cd1,0xbc8f9f96,0x6ccae000,0xd7c00000,0x035d000c,0x69f84f73,0x12106003,0x1ff7e09c,0x3680f6a3,0xb670003f,0xe000000b,0x5400002e,0xec0fd712,0x50e10e10,0xf67e7dff,0x72a4fef0,0xa4e730b5,0xee1071d4,0x9c7f9f76,0x7acac000,0xd4700000,0x035d000c,0x54fb8f92,0x12005803,0xe002e19c,0x2b80f6b2,0xb6d0003d,0x2000000b,0x7d000018,0xec9fe812,0x60c00e80,0xf7fe79fe,0xe2860060,0x9ee720bb,0xeee079d7,0x6c709f66,0x88caa000,0xd1b00000,0x035e000c,0x44fd4fa4,0x11e04e04,0xd001e2dc,0x2f8166bc,0xb7900039,0xf000000b,0xac000010,0xed7ff011,0xb0b30ec0,0xf98e75fe,0x725f01c0,0x94e710c0,0xefc07ada,0x0c639f46,0x98ca8000,0xcf700000,0x035e000c,0x33fddfad,0x11d04405,0xcfffe41c,0x2d81f6c5,0xb8600036,0x6000000b,0xeb000005,0xee8ffc10,0x709b0ec0,0xfade6efe,0x123c02b0,0x86e730c6,0xf0907ddc,0x0c559f26,0xa8ca5000,0xcd700000,0x035f000c,0x19fe3fb4,0x11c03a06,0xd004e4dc,0x1d8256ca,0xb8900033,0x9000000c,0x1e000fee,0xefb0100f,0xc0840ee0,0xfb4e6cfd,0xe23102f0,0x81e750cb,0xf17080de,0x5c499f06,0xbaca3000,0xcba00000,0x035f000b,0xf8fe6fb8,0x11b02f07,0xe007e51c,0x178266cb,0xb8700032,0x9000000c,0x2d000fe5,0xf030180f,0xc07d0f00,0xfc3e73fd,0xd2140320,0x77e790cf,0xf24084e1,0x7c3e9ee6,0xcbca1000,0xc9f00000,0x0360000b,0xd5fe7fbb,0x11902408,0xf00ae62c,0x198216d8,0xb8a0002f,0xa000000c,0x58000fe6,0xf130190e,0xc0760e90,0xfd1e79fd,0xd1f40340,0x6ce7f0d4,0xf32087e3,0x8c359ec6,0xddc9e000,0xc8400000,0x0360000b,0xb1fe6fba,0x1180180a,0x100be74c,0x1d81d6e4,0xb900002c,0x9000000c,0x84000fe9,0xf240190d,0x90710df0,0xfd6e75fd,0xc1e40390,0x65e880d7,0xf3f088e5,0x9c2f9eb6,0xf0c9c000,0xc6800000,0x0361000b,0x90fe6fb8,0x11600d0b,0x4008e79c,0x1e81e6e5,0xb950002b,0x6000000c,0x94000fe4,0xf2d01b0c,0xf06e0d60,0xfe0e6cfd,0x91c10440,0x59e930db,0xf4d07ce7,0xec309e97,0x02c99000,0xc4f00000,0x0361000b,0x8eff4fb0,0x1150020c,0x6007e82c,0x1981f6e7,0xb9d00029,0x0000000c,0xba000fd6,0xf430240b,0x70620c40,0xfe5e67fd,0x51a804f0,0x56e9f0de,0xf5b05fea,0x5c329e77,0x14c97000,0xc3800000,0x0361000b,0x91009fa3,0x113ff60d,0x8009e8cc,0x158196e9,0xba100026,0xf000000c,0xd8000fcd,0xf5602a0a,0x20560ba0,0xfeae68fd,0x418705c0,0x55ead0e1,0xf6a03aec,0xfc349e57,0x26c94000,0xc2200000,0x0362000b,0x97023f91,0x112feb0e,0x9007ea4c,0x1d8056db,0xba400023,0x7000000c,0xe1000fd3,0xf6f02508,0x50560b40,0xfede68fd,0x316d0630,0x53ebb0e4,0xf78014ef,0x9c379e37,0x37c92000,0xc0c00000,0x0362000b,0x9f040f7e,0x111fe00f,0xa00aeb6c,0x218096af,0xbb900020,0xf000000c,0xfa000fd4,0xf8102107,0x605d0b20,0xfeee63fc,0xd14c0680,0x51ec80e8,0xf87ff7f2,0x4c399e17,0x47c8f000,0xbf600000,0x0363000b,0xa705cf6b,0x10ffd610,0xb022ec4c,0x1080f698,0xbc10001e,0x9000000d,0x3b000fb8,0xf9b02c08,0xc0610c30,0xff1e62fc,0xa13206b0,0x4ded50eb,0xf95fecf4,0xdc399e07,0x57c8d000,0xbe000000,0x0363000b,0xad076f59,0x10efcc11,0xa039ecec,0x03810693,0xbe20001c,0x8000000d,0xd3000fa5,0xfb10310a,0x60640d60 +}; + +u32 ANIM_ENTRY_fire_roll_left_fast[] = +{ + 0xe05fe502,0x62c900df,0xfb044036,0xfb191f97,0x331a9007,0x49c49000,0xcfb00000,0x02ff000d,0x65fa605d,0xff80e620,0xffbfe4bc,0x95fa31c4,0x2ed0006c,0xb0000009,0x490000a9,0x07cf1b10,0x8fed0890,0xe0bff002,0x22d100cf,0xfe047038,0xfaf92c97,0xd3128ff7,0x49c4c000,0xd0e00000,0x0304000d,0x5ffa7063,0xff90e820,0x8fd6e42c,0x86fa01ca,0x2f00006c,0x80000009,0x500000b0,0x087f0a10,0x9fe908b0,0xe1bff801,0x92d100c0,0x0705003b,0xfb293998,0x730b8ff7,0x4ac4f000,0xd1f00000,0x030b000d,0x57fa906b,0xffa0e820,0x2fede37c,0x77f991d2,0x2ee0006c,0x00000009,0x5f0000c0,0x093ef311,0x3fe408b0,0xe2600201,0x52d000d0,0x0c05603c,0xfb394599,0x03058ff7,0x4ac51000,0xd2c00000,0x0311000d,0x50faa071,0xffb0e91f,0xdff6e32c,0x71f961d6,0x2eb0006b,0xb0000009,0x6a0000c9,0x098ee811,0xbfe108b0,0xe2d00b01,0x32d300f0,0x0a05703e,0xfb394f99,0x83018fe7,0x4bc52000,0xd3200000,0x0313000d,0x4efab073,0xffc0ec1f,0x9001e30c,0x71f911da,0x2ec0006b,0x50000009,0x730000dd,0x0a4ee511,0xcfe10890,0xe3f00d00,0xf2dd0120,0x02057044,0xfb595799,0xe2fd8fe7,0x4bc54000,0xd2f00000,0x0317000d,0x4cfaa073,0xffe0f11f,0x601ce2cc,0x71f841e3,0x2ee0006a,0x90000009,0x86000110,0x0c0edf11,0xcfe10850,0xe4801a00,0xb2e100e0,0x02059045,0xfb795d9a,0x42fa8fd7,0x4dc58000,0xd2500000,0x031f000d,0x49fa8071,0x0000f81f,0x502ae27c,0x69f7c1e6,0x2ec0006a,0x30000009,0x94000126,0x0ceedc11,0xffde0830,0xe5802400,0x12e70080,0x0a05e041,0xfb69629a,0x92f88fb7,0x50c5c000,0xd1800000,0x0329000d,0x44fa606f,0x0020ff1f,0x503ae1fc,0x5af731eb,0x2e200069,0xa0000009,0xa6000138,0x0dded812,0xffd80830,0xe6b02aff,0x62ed0030,0x1006503d,0xfb49689a,0xc2f88fa7,0x52c60000,0xd0900000,0x0332000d,0x41fa506e,0x0021061f,0x403fe14c,0x49f6b1f2,0x2da00068,0xe0000009,0xba00012e,0x0deed313,0xdfd30840,0xe8802dfe,0xa2f6fff0,0x1106f039,0xfb496f9a,0xc2fd8f97,0x53c61000,0xcf900000,0x0335000d,0x3ffa406d,0x00110d1f,0x403ee08c,0x35f5f1fb,0x2da00067,0x60000009,0xdc000112,0x0dbecd14,0x2fd00850,0xe9c036fe,0x52fafff0,0x0f077037,0xfb597a9a,0x830e8f57,0x54c62000,0xce600000,0x0338000d,0x42fa3069,0xffb1141f,0x403ce03c,0x31f58202,0x2e100066,0x10000009,0xf7000107,0x0d9ec913,0xcfcf0850,0xec5035fd,0x8303ffe0,0x0f085035,0xfb89899a,0x132c8ec7,0x56c63000,0xccd00000,0x033f000d,0x49f9f05e,0xff111c1f,0x4035df7c,0x2bf4f20d,0x2e300063,0xd000000a,0x2a0000ef,0x0cfec014,0x6fc708a0,0xee1039fc,0x830affb0,0x0e08c036,0xfb999799,0x834e8e07,0x5ac64000,0xcb400000,0x0348000d,0x52f9c052,0xfe61241f,0x502edefc,0x21f47210,0x2db00062,0x8000000a,0x4e0000db,0x0c1ebf15,0xefbc08e0,0xf08044fb,0x6310ff00,0x09091035,0xfbb9a298,0xe36a8d67,0x5cc65000,0xca100000,0x034f000d,0x59f99048,0xfdf1291f,0x5034deac,0x13f35211,0x2d000060,0x9000000a,0x830000e1,0x0b6ec517,0x9fa90920,0xf4004bf9,0xf312fe40,0x0509802f,0xfbc9a798,0x63758d27,0x5ec66000,0xc9900000,0x0352000d,0x5cf97043,0xfdd1291f,0x4039de5c,0x05f20211,0x2c30005d,0xd000000a,0xcd0000f1,0x0a8ed319,0xff9109a0,0xf6e048f8,0x9312fe40,0x0209d029,0xfba9a297,0xd3628cd7,0x60c67000,0xca500000,0x0351000d,0x63f94040,0xfeb11e1f,0x102ede4c,0x03f19210,0x2be0005b,0xa000000b,0x080000f6,0x09bee11c,0x7f7d0a10,0xf86049f7,0xa313fe4f,0xfe09f029,0xfb999497,0x33368c07,0x66c69000,0xcc300000,0x034e000d,0x72f8c037,0x0071081e,0xc01fde6c,0x09f1a20f,0x2c30005a,0x5000000b,0x2d0000f5,0x094eeb1d,0xdf720a30,0xfb4038f5,0xc311fe5f,0xf20a302d,0xfb898496,0x93008b17,0x6dc6d000,0xcea00000,0x034b000d,0x84f8302e,0x0280ef1e,0x6ff2df1c,0x2df2120d,0x2dc00057,0xa000000b,0x750000f5,0x086ef81f,0xbf5e0a40,0xff2013f2,0xe307ff0f,0xe40a8033,0xfb797896,0x32d08a57,0x73c6f000,0xd1200000,0x0349000d,0x94f7b025,0x0450db1e,0x0fa5e05c,0x66f28209,0x2f800054,0x2000000b,0xce0000e3,0x06bf0722,0xbf440a00,0x021ff4ef,0xf2fdff7f,0xd40a903c,0xfb797596,0x32b88a07,0x75c70000,0xd3200000,0x0348000d,0x9af78022,0x0520d31d,0xcf56e1dc,0x98f28203,0x30e00051,0x2000000c,0x120000c4,0x04ef2125,0x2f3509c0,0x036fedee,0x82f7ff5f,0xc90a8043,0xfb598a97,0x32b489d7,0x77c6e000,0xd4e00000,0x0347000d,0xa0f76020,0x04d0dc1d,0xbf2ee2cc,0xb3f271fe,0x31b0004f,0x8000000c,0x370000b7,0x042f3226,0x1f3009b0,0x059fdeeb,0x82f2ff3f,0xc10a4042,0xfb69b999,0x42b68987,0x79c69000,0xd6c00000,0x0347000d,0xaef7201c,0x03d0f11d,0xbefee36c,0xcaf0b1f5,0x3110004d,0xc000000c,0x540000a1,0x039f3728,0x1f330a10,0x070fd5e9,0x32ecff1f,0xb80a0041,0xfb69f39b,0xa2ba8917,0x7dc62000,0xd8700000,0x0346000d,0xbef6d018,0x02b10d1d,0xaecee40c,0xe2ef01ec,0x3070004c,0x0000000c,0x7200008b,0x02ff3d2a,0x0f360a70,0x06bfe0e9,0x02ecff0f,0xb809f041,0xfb6a289d,0x92bd88b7,0x80c5d000,0xd9a00000,0x0345000d,0xccf68014,0x01c1281d,0x6ecae40c,0xe4eed1ec,0x3060004b,0xd000000c,0x7500008a,0x02ff3d2a,0x2f370a80,0x076fe5e7,0x82e8feef,0xb209b03d,0xfb8a4b9e,0x72ba8897,0x81c5b000,0xda100000,0x0345000d,0xd2f66012,0x01813e1c,0xaebfe40c,0xe6edb1e6,0x2fd0004a,0xc000000c,0x7d000088,0x02ff3929,0xdf360b40,0x0b9fcde2,0x32d9fe3f,0x9f08b02e,0xfc2a5e9d,0xb2a987f7,0x85c58000,0xd7e00000,0x034d000d,0xe9f69010,0x03514f19,0x1e9be42c,0xf0ea11d6,0x2e300046,0xb000000c,0x94000088,0x034f2c27,0x9f350dd0,0x0dbfcbde,0xe2d4fd7f,0x97081021,0xfcaa6f9b,0xd28c8697,0x90c50000,0xd2e00000,0x0362000e,0x1ff6f00a,0x07716311,0xfe8fe46c,0xf7e8d1cf,0x2df00043,0xe000000c,0xa000008c,0x036f2725,0x4f340eb0,0x121fd2d7,0xa2d2fbcf,0x9306e000,0xfe2a7c99,0xa26b84e7,0x9dc47000,0xcce00000,0x037b000e,0x60f77003,0x0c417509,0x9e8de56d,0x08e871c0,0x2ec0003d,0xe000000c,0xb900008a,0x02ef2b21,0x9f390ef0,0x154fe2d0,0x72d3fa9f,0x99064fe1,0xffda8497,0xd2508387,0xa8c40000,0xc7f00000,0x0390000e,0x97f7dffe,0x10618302,0x3e99e67d,0x15e951b6,0x2fc00038,0x3000000c,0xdd000074,0x01ff381f,0x1f430f00,0x17fffec8,0x62d8f96f,0xa2063fbd,0x01da8797,0x124582e7,0xadc3d000,0xc5d00000,0x0399000e,0xaef80ffb,0x126187fe,0x3eb8e78d,0x18ea11b0,0x2ff00032,0x0000000d,0x18000045,0x00bf491d,0x4f4b0f10,0x197020c1,0xd2dcf84f,0xac067f9d,0x035a9097,0x62408257,0xa1c36000,0xc5000000,0x03ac000e,0xaff83005,0x12a16cfc,0xeed8e84d,0x23ea31a6,0x2fe0002d,0x5000000d,0x63000020,0xffaf4e1c,0x6f470f10,0x19e058ba,0x62f9f62f,0xb3065f7e,0x045aa398,0x323580e7,0x86c26000,0xc3200000,0x03db000e,0xb2f8b01b,0x12c12dfc,0x0f01e8dd,0x46ea9192,0x3090002a,0x5000000d,0xd7000027,0xfe9f301a,0x3f370f40,0x18d090b2,0x132ef3ff,0xb305ef62,0x04eaba99,0x32277f37,0x65c13000,0xc0d00000,0x0412000e,0xb5f95036,0x12b0e3fb,0x8f2ce8ed,0x6beb617a,0x31000029,0x1000000e,0x5000004a,0xfdbf0417,0xdf250f80,0x1760afab,0x2357f33f,0xb6052f53,0x045acd9a,0x021c7dd7,0x4ac02000,0xbef00000,0x0440000e,0xb8f9e04c,0x12a0a3fb,0x2f36e65d,0x73eb0185,0x2f20002c,0x8000000e,0x84000070,0xfcceea17,0x9f130f50,0x1590c9a2,0x837df2ef,0xbd047f3f,0x034ad59a,0x52177d37,0x3ebfc000,0xbe200000,0x0454000e,0xb9fa1055,0x12d086fb,0x0f31e25d,0x73ea119c,0x2ba00032,0x5000000e,0xaf0000a9,0xfbdecb17,0x8efb0f00,0x1360bf9c,0xf386f3cf,0xca052f22,0x023aca9a,0xa21c7db7,0x2ebfe000,0xbdf00000,0x0452000e,0xb0f9e05b,0x139088fb,0x2f18e08d,0x6bea61af,0x28c00037,0x0000000e,0xa70000dc,0xfc2eb416,0x1ef30e90,0x10309e94,0x0384f66f,0xf407aee6,0xffaab29b,0x52287ee7,0x07c05000,0xbd900000,0x044d000e,0x9bf9706a,0x14e093fb,0x8eddde8d,0x5eec91d1,0x2500003e,0x0000000e,0x7a000125,0xfcee9513,0x0ef20dc0,0x0df0788c,0xd37df900,0x2b0b0ebd,0xfcaa949c,0x22358056,0xd8c0c000,0xbd100000,0x0447000e,0x82f8f07b,0x1670a1fc,0x1eacdd2d,0x55f081e5,0x24f00042,0x4000000e,0x5500014e,0xfd4e8611,0x7ef20d30,0x0d006389,0x437afa30,0x490cceaa,0xfb1a7b9c,0xd2418186,0xb1c13000,0xbcb00000,0x0443000e,0x6df88089,0x1800adfc,0xee98dc3d,0x4df2c1ed,0x25500044,0x3000000e,0x43000160,0xfd5e8111,0x0eef0d10,0x0cc05388,0xc37afa50,0x4d0d0ea8,0xfada709d,0x22458206,0xa1c15000,0xbc800000,0x0441000e,0x64f8508f,0x1940b0fd,0xde95dc1d,0x4cf311ee,0x25600044,0x7000000e,0x42000162,0xfd5e8010,0xfeee0d00,0x0c504184,0x6371fb30,0x6c0f6e96,0xf89aae9e,0xf23382f6,0x9bc1f000,0xc1900000,0x043c000e,0x60f87092,0x1a509bff,0x3e91da0d,0x29f421f7,0x24900046,0xb000000e,0x1d000174,0xfdae7b10,0x1edb0d40,0x0bf04282,0x9372fbd0,0x78102e95,0xf7bb40a3,0x42078536,0x8cc35000,0xcd900000,0x042f000e,0x56f89098,0x1b706e01,0x3e8ada0d,0x28f481f8,0x24e00047,0x3000000e,0x0b000179,0xfdfe770f,0xaed80d50,0x0ae0267b,0x0377fe60,0xa7130e95,0xf48befa8,0x91d387f6,0x7bc50000,0xdbe00000,0x0421000e,0x49f8c0a0,0x1c903903,0x6e6eda6d,0x2ef5f1f9,0x26800048,0xa000000d,0xc400018e,0xff3e680d,0xfed10d50,0x0acfd675,0x037b0070,0xc814ce9f,0xf1dc81ad,0x31a88a36,0x6cc67000,0xe7e00000,0x0415000e,0x3ef8e0a7,0x1d600c05,0x4e51db2d,0x3df83204,0x29b0004a,0x2000000d,0x710001a3,0x007e5f0b,0x1edf0c90,0x0aefba6a,0x637d0280,0xe6159ec1,0xee4cbfaf,0x81968b26,0x66c71000,0xecf00000,0x040f000e,0x3af8f0a9,0x1ddff706,0xae33dcdd,0x4cfc6223,0x3010004c,0x3000000c,0xd00001c4,0x02de5704,0xbf120a20,0x0b8fc163,0xd3790280,0xe714eedf,0xec1c78af,0xd1af8c96,0x66c7f000,0xeb100000,0x0406000d,0xfaf920a0,0x1deff607,0x9e49ddcd,0x24fd8238,0x3140004c,0x8000000c,0x590001d2,0x052e4d00,0x5f3c0840,0x0c6fc55f,0x537b0280,0xe713fef4,0xea6bcfaf,0xd1e98ff6,0x64ca3000,0xe6800000,0x03ef000d,0x62f98088,0x1dbffb08,0x6e5dde8d,0x07fe4246,0x31c0004c,0x2000000c,0x090001d9,0x072e47fd,0x2f6006d0,0x0d9fce58,0x838702d0,0xf3123f12,0xe7ab05af,0xa22e93f6,0x62ccd000,0xe0b00000,0x03d4000c,0xadfa306c,0x1d500409,0x1e64dfad,0x0900a259,0x3490004b,0x5000000b,0xb00001e7,0x0a7e41f8,0x5f9e0480,0x0f2fde52,0x038d0340,0xf80fdf2c,0xe4da5baf,0x726a9766,0x60cf0000,0xdb100000,0x03be000c,0x16fb3053,0x1cd00f09,0x8e69e05d,0x0a01c270,0x37600049,0x4000000b,0x7b0001f0,0x0d4e3ff3,0xffc601e0,0x10eff94a,0x939003b0,0xf40c7f4a,0xe15a13af,0xa28598c6,0x60cff000,0xd7200000,0x03b4000b,0xdafc7048,0x1c301d09,0x9e74e0fd,0x0702228a,0x3aa00045,0xc000000b,0x520001f4,0x104e3aef,0x9fe7feb0,0x12901345,0x538a03d0,0xea099f58,0xdf5a14b0,0x228899c6,0x63d08000,0xd4900000,0x03b1000b,0xe5fee048,0x1b903308,0xfe88e15c,0xf800c291,0x3bf00041,0xd000000b,0x490001e9,0x113e32ef,0x0ff9fd90,0x1410433e,0x337a03a0,0xda058f64,0xdd3a1ab0,0xd2879c36,0x6bd1f000,0xd2500000,0x03a7000b,0xf802104b,0x1ab05307,0x7ea9e14c,0xe3fca291,0x3bb0003c,0x3000000b,0x450001d9,0x11ae2bf0,0x1010fd20,0x1520613a,0xc36c0360,0xd3037f68,0xdcca25b1,0x62819f06,0x75d3a000,0xd0f00000,0x039c000c,0x0f03a051,0x19b07705,0x7eb0e0bc,0xe2f8d28e,0x39d0003a,0x5000000b,0x3e0001d5,0x110e2af1,0xa014fd30,0x15a09934,0x63570320,0xc8ff9f68,0xdcba38b1,0xb272a166,0x7ed51000,0xd0500000,0x0393000c,0x3303305a,0x18809803,0x5e9fdf4c,0xfdf1a282,0x36b0003a,0x4000000b,0x160001c6,0x0dee24f5,0xd00cfbb0,0x1540be2f,0xc3520310,0xc1fcbf64,0xdd0a59b1,0xd255a266,0x81d5a000,0xd0400000,0x038f000c,0x4a023066,0x1700b001,0x4e89de3d,0x1eed8271,0x3520003b,0xb000000a,0xf50001bb,0x0b5e22f9,0x7004fa50,0x1260e02a,0x037102e0,0xb8f9af56,0xde6a80b0,0xd208a246,0x7ad47000,0xd2b00000,0x0387000c,0x3300807a,0x1400bdff,0x4e71dd4d,0x82eb3246,0x3500003f,0x7000000a,0xcb0001bf,0x08ee2afe,0x0ff2f9d0,0x0fd0fa25,0xd3900280,0xb0f77f49,0xdfdae8b0,0x8184a1e6,0x6ad18000,0xd9000000,0x0372000b,0xdcfe7090,0x0f40c7fd,0x2e68dcdd,0x96e9d229,0x35400042,0x0000000a,0xa80001bb,0x066e2f01,0x8fe1f940,0x0e311523,0x33a60220,0xaaf5cf36,0xe15ccebc,0xe0cca176,0x56ce1000,0xe6f00000,0x035a000a,0x48fca0a3,0x09f0cffb,0x2e7bdd1d,0x8ae9b20d,0x34d00043,0x1000000a,0x8c00019b,0x027e2d05,0x6fe0f9e0,0x0d512a21,0xc3b201f0,0xa6f49f28,0xe2ae4bc2,0xc019a116,0x46cb2000,0xe6700000,0x03450009,0xaeffe07f,0x0550d6f9,0x7e8bdd0d,0x8ce9d1f9,0x34800044,0x3000000a,0x7c000188,0x000e3007,0xdfe1fa90,0x09214b1d,0x93d00150,0x9cf10ef7,0xe7af2ac5,0xcfa7a0e6,0x3fc9f000,0xe5100000,0x033d0009,0x25fa60ba,0x0290dbf8,0x4ea8dd4d,0xb3ea51be,0x33700049,0x8000000a,0x4e000182,0xfc9e5a0c,0xafeffd50,0x0871621c,0x83d50110,0x9defcee4,0xe97f54c5,0xdf9b9f96,0x4cc98000,0xe5400000,0x03460009,0x0af950c7,0x0150dcf7,0x9ea7dd7d,0xafea41ae,0x32c0004b,0x5000000a,0x40000184,0xfb2e660e,0x0ff0fe10,0x0621761a,0x53d50090,0x9eed4ec4,0xeccf3ac2,0xefde9c76,0x6ac89000,0xe7000000,0x035b0009,0x37fa10b9,0x0040d8f6,0xfea7de0d,0xc2eaa18d,0x3170004e,0x4000000a,0x2e00018a,0xf91e7610,0xeff0ff20,0x03a18517,0xd3c80050,0x94ea2eb3,0xf0eef8be,0x904898b6,0x8dc76000,0xe9800000,0x03740009,0x8ffbb09b,0xff80d4f6,0x8eadde0d,0xdbec6166,0x30b00051,0xd000000a,0x2200018b,0xf85e7d14,0xbff10080,0x01518b15,0x73b3fff0,0x78e80ebc,0xf42eaaba,0x40ac9586,0xabc66000,0xebc00000,0x03890009,0xf2fd607a,0xff00d2f6,0x3ebade1d,0xe7ee6149,0x30800054,0x8000000a,0x14000181,0xf8ae8718,0x2ff50220,0x00019014,0x73a5ff60,0x5de78eca,0xf5ce6cb7,0x60e29436,0xb7c5f000,0xecf00000,0x0392000a,0x40fe2060,0xfed0d6f6,0x3ec7de4d,0xf5f02133,0x30700055,0x9000000a,0x12000171,0xf9ce931a,0xaff40340,0xfd119a13,0x939dfe20,0x26e79ee5,0xf83e3cb5,0xd0f09396,0xbbc5b000,0xed000000,0x038f000a,0x7cfdc04f,0xff10edf6,0x8ef0de1d,0xf2f410fe,0x2fe00057,0x6000000a,0x0e000152,0xff3ead1e,0xefe90470,0xf8f19d12,0x039ffcef,0xeee84f05,0xfabe06b4,0x70f89226,0xc3c4f000,0xecb00000,0x0389000a,0xbbfcd03d,0xffc119f7,0x3f1edd4d,0xeff880c6,0x2f100058,0x5000000a,0x01000143,0x04fea923,0x0fd404f0,0xf5f1950f,0xd39afc0f,0xcfe8df26,0xfc3dcdb3,0x60fd9056,0xccc42000,0xec400000,0x0382000a,0xf9fbb02b,0x00914bf8,0x1f24db5e,0x0ffbc0af,0x2e800055,0x80000009,0xf600013d,0x050e8725,0xffbc04a0,0xf3517b0d,0x9386fbdf,0xb4e96f50,0xfdcd92b2,0x71008ee6,0xd5c37000,0xebe00000,0x037c000b,0x33fac01b,0x014175f8,0xef26d96d,0xf5ff90a6,0x2e500053,0x40000009,0xe9000131,0x020e7828,0x8fa10430,0xf1214b0b,0xa36cfccf,0xa7eb0f76,0xfe2d57b1,0xd1058e46,0xd8c32000,0xebc00000,0x0379000b,0x66fa500d,0x01c186f9,0x7f29da9d,0xf60380a6,0x2f100053,0x90000009,0xe000013b,0xfe7e762a,0x2f8903a0,0xef71120a,0xb35afd7f,0xa0ec8f9c,0xfd6d12b1,0x51098ec6,0xd6c3a000,0xebd00000,0x037a000b,0x9cfaa001,0x01e179f9,0xbf27dc4e,0x0e0780ae,0x2fd00055,0x60000009,0xd4000144,0xfbde6c2b,0x3f790320,0xecb0b809,0x433ffdef,0x93ee8fe3,0xfb5cc0b0,0xf10d9006,0xd2c4e000,0xec000000,0x037d000b,0xd8fb7ff5,0x01e158f9,0xef1dddfe,0x4a0ef0cf,0x30200059,0xa0000009,0xaf000139,0xf78e562c,0xff630280,0xeba08a08,0xc32cfd9f,0x8eef800a,0xf9ac73b0,0xb1109176,0xccc66000,0xec500000,0x0380000c,0x0cfc7fea,0x01d12dfa,0x0f0ede5e,0x6712e0e8,0x3020005c,0x40000009,0x97000128,0xf4be4d2d,0x6f5d02d0,0xeb106308,0x431ffcef,0x8ff00029,0xf7fc38b0,0x911392b6,0xc8c79000,0xecc00000,0x0382000c,0x2bfd6fe2,0x01d102fa,0x2f07df6e,0x6c13b0e7,0x30e0005d,0x20000009,0x97000124,0xf2de512b,0x7f6e0390,0xe9d03206,0xd31bfb5f,0x92f02054,0xf5bc1fb0,0x91159336,0xc6c82000,0xed400000,0x0383000c,0x27fe1fdd,0x01f0e1fa,0x7efbe04e,0x9b15a0e8,0x31e0005e,0xf0000009,0x9200010b,0xef6e6d29,0xff910450,0xe9002106,0x5326fa5f,0x9cefe061,0xf4fc1eb0,0xa1169346,0xc4c7e000,0xede00000,0x0381000c,0x03fe7fdb,0x0250c8fb,0x0edadefe,0x6e19e0fb,0x31600061,0x10000009,0x810000cb,0xebfea22d,0x0fa20430,0xe8b00c05,0xe326f9ff,0xa8efe067,0xf4bc22b0,0xe1179366,0xbec74000,0xeeb00000,0x037e000b,0xcbfe9fdc,0x02d0b2fb,0xceb7de8e,0xa11cb101,0x30c00061,0xf0000009,0x87000097,0xe9aece2e,0xbfaa0420,0xe8500405,0xa327f9df,0xa5f0106d,0xf4dc51b1,0x31089386,0xb8c68000,0xefc00000,0x0379000b,0xa7ff7fe4,0x03609efc,0x9eafdeae,0xab1cf0ff,0x30d00062,0x60000009,0x8400008f,0xe93eda2e,0x2faf03e0,0xe7900405,0x7327f98f,0x97f09079,0xf53ca4b1,0x90eb93b6,0xb1c5c000,0xf0f00000,0x0374000b,0x8f00dff0,0x04008cfd,0x6eaadeee,0xb21c90fe,0x31300063,0x30000009,0x76000093,0xe92ee42c,0x5fba02c0,0xe7300605,0x6327f97f,0x92f0e07d,0xf58cdcb1,0xe0d493d6,0xadc53000,0xf2000000,0x0370000b,0x7f020ffa,0x0480b3f7,0x3ea3defe,0xbf1c90fd,0x31400063,0xa0000009,0x70000092,0xe91eec2b,0x2fbc0210,0xe7000605,0x7327f97f,0x91f1107a,0xf5bcdbb1,0xe0d493d6,0xaec53000,0xf2100000,0x0370000b,0x7f020ffb,0x0480b3f7,0x3e9bdf1e,0xc81cc0fd,0x31400063,0xd0000009,0x6b000091,0xe91ef329,0xcfb701b0,0xe6f00605,0x7328f97f,0x91f12078,0xf5dcdab1,0xd0d293d6,0xb0c51000,0xf2400000,0x0370000b,0x82021ffc,0x0480b3f7,0x3e98df3e,0xd61cd0fc,0x31400063,0xe0000009,0x69000092,0xe92ef529,0x0fb501a0,0xe6a00705,0x8329f96f,0x8bf15078,0xf5dcd9b1,0xc0d093d6,0xb3c4f000,0xf2700000,0x0370000b,0x86022ffd,0x0480b3f7,0x3e98dfae,0xde1bf0fa,0x31500064,0x10000009,0x5e00009c,0xe95ef326,0x3fba0120,0xe6600805,0x9329f95f,0x87f18079,0xf5dcd7b1,0xa0cd93d6,0xb7c4c000,0xf2c00000,0x0370000b,0x8b023000,0x0480b3f7,0x3e97e00e,0xd71b10f9,0x31600064,0x30000009,0x560000a5,0xe99ef323,0xcfbf00c0,0xe6300a05,0xb328f96f,0x86f1a078,0xf5dcd5b1,0x80ca93d6,0xbbc49000,0xf3200000,0x0370000b,0x90025002,0x0480b3f7,0x2e98e04e,0xd61a60f7,0x31700064,0x30000009,0x510000a8,0xe9bef322,0x2fc00090,0xe5f00c05,0xf326f97f,0x84f1f075,0xf5dcd2b1,0x60c793d6,0xbfc46000,0xf3700000,0x0370000b,0x97026005,0x0480b3f7,0x2e97e09e,0xd41960f4,0x31800064,0x30000009,0x4b0000ab,0xe9fef31f,0x4fbf00a0,0xe5b00a06,0x0322f97f,0x83f26072,0xf5bccfb1,0x30c393d6,0xc3c42000,0xf3d00000,0x0370000b,0x9d028008,0x0480b3f7,0x2e96e0be,0xe418e0f3,0x31700064,0x60000009,0x450000ad,0xea6eef1d,0x8fc00110,0xe5700a06,0x231cf96f,0x7ef33077,0xf5accdb1,0x10bf93d6,0xc7c40000,0xf4200000,0x0370000b,0xa402a00b,0x0480b3f7,0x2e91e09e,0xf61920f5,0x31400064,0xb0000009,0x3f0000a9,0xeaaeed1d,0x9fc60140,0xe5500b06,0x3318f95f,0x7cf3a079,0xf5accab0,0xf0bb93d6,0xcac3d000,0xf4700000,0x0370000b,0xaa02c00e,0x0480b3f7,0x2e8de08e,0xf319a0f8,0x31100064,0xe0000009,0x3c0000a3,0xeaceee1e,0x4fc70130,0xe5300a06,0x3317f92f,0x7bf3b07a,0xf58cc8b0,0xc0b893d6,0xcdc3c000,0xf4b00000,0x0370000b,0xb102e011,0x0480b3f7,0x2e8ce09e,0xf219d0f7,0x31000064,0xe0000009,0x3d0000a2,0xeaceee1e,0x9fc70130,0xe5300906,0x3316f90f,0x7bf3c07b,0xf55cc5b0,0xa0b493d6,0xcec3b000,0xf4e00000,0x0370000b,0xb7030014,0x0470b3f7,0x2e8ce0ae,0xee19e0f6,0x31000064,0xe0000009,0x3e0000a2,0xeaceee1e,0xafc60120,0xe5200a06,0x4315f8df,0x7cf3c07b,0xf52cc2b0,0x80b093d6,0xd0c3a000,0xf5100000,0x036f000b,0xbe032017,0x0470b3f7,0x2e8ce0cf,0x0519d0f5,0x31000064,0xf0000009,0x3d0000a3,0xeadeee1e,0xafc400e0,0xe5100a06,0x4316f8df,0x7ef3c07a,0xf51cbfb0,0x50ac93d6,0xd1c3a000,0xf5400000,0x036f000b,0xc603401b,0x0470b4f7,0x1e8ce0ce,0xfa19f0f6,0x31000064,0xf0000009,0x3c0000a2,0xeadeef1e,0xcfc400d0,0xe5000906,0x3317f8ef,0x80f3c078,0xf50cbbb0,0x10a793d6,0xd2c3a000,0xf5700000,0x036f000b,0xcf03701e,0x0470b4f7,0x1e8be0af,0x011a60f7,0x30f00065,0x20000009,0x3b00009f,0xeacef11f,0x4fc300c0,0xe5000906,0x4317f8ff,0x81f3c077,0xf4fcb7af,0xe0a293d6,0xd2c3a000,0xf5900000,0x036f000b,0xd8039023,0x0470b4f7,0x1e8be0af,0x071a70f6,0x30f00065,0x20000009,0x3b00009f,0xeabef11f,0x4fc200c0,0xe5100906,0x4316f91f,0x84f3e075,0xf4ecb3af,0xb09c93e6,0xd3c3a000,0xf5b00000,0x036f000b,0xe203c027,0x0470b4f7,0x1e8ae0af,0x0c1a50f7,0x30f00065,0x20000009,0x3a00009f,0xeacef11f,0x3fc200b0,0xe5100906,0x5315f91f,0x85f3f075,0xf4ccafaf,0x709693e6,0xd3c3a000,0xf5d00000,0x036f000b,0xed03f02c,0x0470b4f7,0x1e89e0af,0x111a50f7,0x30f00065,0x10000009,0x3a00009e,0xeacef11f,0x3fc200b0,0xe5100906,0x5314f92f,0x85f40077,0xf49cabaf,0x309093e6,0xd4c3b000,0xf5f00000,0x036f000b,0xf8042031,0x0470b4f7,0x0e8ae0bf,0x101a50f7,0x30f00065,0x20000009,0x3b00009f,0xeacef01f,0x4fc200b0,0xe5100806,0x6313f92f,0x85f3f07a,0xf45ca6ae,0xf08a93e6,0xd4c3b000,0xf6000000,0x036f000c,0x03045036,0x0470b4f7,0x0e89e0bf,0x0f1a40f7,0x30e00065,0x20000009,0x3b0000a0,0xeacef11f,0x5fc200b0,0xe5100806,0x6313f92f,0x85f3e07b,0xf44ca2ae,0xb08493e6,0xd4c3c000,0xf6100000,0x036f000c,0x0e04803b,0x0460b4f7,0x0e89e0bf,0x0a1a40f8,0x30e00065,0x10000009,0x3b00009f,0xeacef11f,0x7fc200a0,0xe5100806,0x6313f92f,0x85f3d07b,0xf44c9dae,0x707e93e6,0xd4c3c000,0xf6300000,0x036e000c,0x1904c040,0x0460b4f7,0x0e88e0bf,0x131a40f8,0x30e00065,0x00000009,0x3b00009f,0xeacef11f,0x8fc20090,0xe5200806,0x7312f93f,0x86f3d07b,0xf41c99ae,0x307793e6,0xd3c3d000,0xf6400000,0x036e000c,0x2404f045,0x0460b4f7,0x0e8be0df,0x0b19d0f6,0x30e00064,0xe0000009,0x3d0000a2,0xeaeeef1f,0x4fc100a0,0xe5200806,0x7312f93f,0x86f3c07b,0xf40c94ad,0xf07193e6,0xd3c3e000,0xf6400000,0x036e000c,0x2f05204a,0x0460b5f7,0x0e8be0ef,0x0a19d0f5,0x30e00064,0xe0000009,0x3e0000a3,0xeaeeef1f,0x4fc100a0,0xe5300706,0x8312f94f,0x86f3b07b,0xf3fc90ad,0xb06b93e6,0xd2c3f000,0xf6500000,0x036e000c,0x3a05504e,0x0460b5f6,0xfe8ae0ff,0x0619d0f5,0x30d00064,0xd0000009,0x3f0000a3,0xeadeee1f,0x5fc100a0,0xe5400706,0x9310f95f,0x87f3b07a,0xf3ec8cad,0x706593e6,0xd1c3f000,0xf6600000,0x036e000c,0x45058053,0x0460b6f6,0xfe89e0ff,0x0619d0f6,0x30c00064,0xb0000009,0x400000a4,0xeaceed1f,0x7fc20090,0xe5500706,0xa310f96f,0x88f3b079,0xf3ec88ad,0x405f93f6,0xd0c41000,0xf6600000,0x036e000c,0x4f05b058,0x0460b6f6,0xfe8ae0ef,0x0419f0f7,0x30b00064,0xc0000009,0x400000a5,0xeabeec1f,0xafc10090,0xe5500706,0xa30ff97f,0x89f3b079,0xf3dc84ad,0x005a93f6,0xcfc42000,0xf6700000,0x036e000c,0x5805e05c,0x0460b6f6,0xfe8ce0ef,0x0119c0f7,0x30b00064,0xe0000009,0x410000a9,0xea9ee81f,0x8fc10090,0xe5600706,0xb310f98f,0x8af3b076,0xf3dc80ac,0xd05593f6,0xcec43000,0xf6700000,0x036d000c,0x61060060,0x0460b6f6,0xee8de0de,0xf819a0f7,0x30b00065,0x00000009,0x410000aa,0xea6ee71f,0x6fc00090,0xe5600706,0xc311f99f,0x8cf3a074,0xf3cc7dac,0xa05093f6,0xccc44000,0xf6700000,0x036d000c,0x6a062064,0x0450b5f6,0xee90e0de,0xeb19a0f7,0x30a00065,0x10000009,0x420000ab,0xea4ee41f,0x5fc00090,0xe5600706,0xc311f9af,0x8cf39074,0xf3dc7aac,0x804c93f6,0xcbc45000,0xf6700000,0x036d000c,0x71065067,0x0450b5f6,0xee92e0ee,0xfc1990f7,0x30b00065,0x20000009,0x410000af,0xea3ee11f,0x4fc10080,0xe5700706,0xc310f9cf,0x8df3a072,0xf3dc77ac,0x504993f6,0xc9c47000,0xf6700000,0x036d000c,0x7806606a,0x0450b4f6,0xee94e0ee,0xf319a0f8,0x30a00065,0x30000009,0x400000b1,0xea3ee01f,0x5fc10080,0xe5700706,0xc30ff9df,0x8df3b072,0xf3ec75ac,0x304593f6,0xc8c48000,0xf6800000,0x036d000c,0x7d06806d,0x0450b2f6,0xde94e0ce,0xf619e0fa,0x30900065,0x40000009,0x3f0000b0,0xea1edf1f,0xafc10080,0xe5700706,0xc30ef9df,0x8df3b072,0xf3ec73ac,0x204393f6,0xc6c4a000,0xf6800000,0x036d000c,0x8206906f,0x0450b0f6,0xde95e0ce,0xf31a00fa,0x30900065,0x50000009,0x3f0000b1,0xea1ede1f,0xdfc10080,0xe5700706,0xd30ef9ef,0x8df3c072,0xf3ec72ac,0x004193f6,0xc4c4b000,0xf6800000,0x036d000c,0x8506a070,0x0450aef6,0xde95e0de,0xf519f0fa,0x30900065,0x40000009,0x3f0000b2,0xea1ede1f,0xcfc10080,0xe5600706,0xd30df9ef,0x8df3c072,0xf3ec71ac,0x00409406,0xc3c4c000,0xf6800000,0x036d000c,0x8706b071,0x0450abf6,0xce95e0ee,0xfa19f0fa,0x30900065,0x40000009,0x3f0000b2,0xea1ede1f,0xcfc10080,0xe5700706,0xd30ef9df,0x8df3b072,0xf3ec71ab,0xf0409406,0xc1c4e000,0xf6800000,0x036c000c,0x8806b071,0x0450a9f6,0xce96e0ee,0xf419f0fa,0x30900065,0x30000009,0x3f0000b2,0xea1edd1f,0xefc10080,0xe5700706,0xc30ff9df,0x8df3a072,0xf3dc66ac,0x003c9406,0xc0c4f000,0xf6500000,0x036c000c,0x92072070,0x0440a7f6,0xce96e0ee,0xf11a10fa,0x30900065,0x30000009,0x400000b2,0xea1edd20,0x1fc00080,0xe5700706,0xc30ff9df,0x8df3a072,0xf3dc4dac,0x00369406,0xbfc50000,0xf5e00000,0x036c000c,0xa708106f,0x0440a5f6,0xce96e0ee,0xee1a10fa,0x30900065,0x30000009,0x400000b2,0xea1edd20,0x1fc00080,0xe5700706,0xd30ff9df,0x8df39071,0xf3dc35ac,0x102f9406,0xbec51000,0xf5700000,0x036c000c,0xbd09006d,0x0440a3f6,0xce96e0ee,0xf31a00fa,0x30800065,0x30000009,0x400000b3,0xea1edd20,0x2fc10070,0xe5600806,0xd310f9df,0x8df39071,0xf3dc2aac,0x102c9406,0xbcc52000,0xf5400000,0x036c000c,0xc609606c,0x0440a2f6,0xce97e0ee,0xf119f0fa,0x30800065,0x30000009,0x400000b4,0xea0edc20,0x3fc30060,0xe5600806,0xd310f9df,0x8df39070,0xf3dc2aac,0x102c9406,0xbcc53000,0xf5400000,0x036c000c,0xc609506c,0x0440a1f6,0xde97e0ee,0xf019f0fa,0x30800065,0x30000009,0x400000b4,0xea0edc20,0x2fc30060,0xe5600806,0xd310f9df,0x8df39070,0xf3dc2aac,0x102c9406,0xbbc54000,0xf5500000,0x036c000c,0xc609006c,0x0440a1f6,0xee97e0ee,0xee19f0fa,0x30900065,0x30000009,0x400000b3,0xea0edd20,0x3fc30060,0xe5600806,0xd311f9df,0x8df3906f,0xf3dc2bac,0x102d9406,0xbac55000,0xf5500000,0x036c000c,0xc708a06c,0x0440a1f6,0xfe97e0de,0xee1a10fb,0x30800065,0x30000009,0x3f0000b3,0xe9fedd20,0x5fc30050,0xe5600806,0xc312f9df,0x8ef3806e,0xf3dc2bac,0x102e9406,0xb9c56000,0xf5500000,0x036c000c,0xc708206c,0x0440a1f7,0x0e97e0ce,0xef1a30fb,0x30800065,0x40000009,0x3e0000b2,0xe9eedd20,0x8fc30050,0xe5600806,0xc313f9df,0x8ff3806d,0xf3dc2cac,0x102f9406,0xb8c58000,0xf5600000,0x036c000c,0xc707906c,0x0440a2f7,0x2e96e0ce,0xf01a50fc,0x30800065,0x50000009,0x3e0000b2,0xe9dedd20,0xafc30050,0xe5600706,0xc315f9df,0x90f3706b,0xf3cc2dac,0x10309406,0xb7c59000,0xf5600000,0x036c000c,0xc707006c,0x0440a2f7,0x3e96e0ce,0xf71a70fb,0x30700065,0x50000009,0x3f0000b1,0xe9dedd20,0xdfc30050,0xe5600706,0xc316f9df,0x90f35069,0xf3ac2eac,0x00319406,0xb6c5a000,0xf5700000,0x036c000c,0xc706806d,0x0440a2f7,0x5e96e0ce,0xef1a50fb,0x30700065,0x50000009,0x3f0000b2,0xe9dedd20,0xcfc30050,0xe5600706,0xc317f9df,0x90f31068,0xf3ac2eac,0x00329406,0xb6c5b000,0xf5700000,0x036c000c,0xc706106d,0x0440a2f7,0x6e97e0ce,0xf81a50fb,0x30700065,0x50000009,0x400000b4,0xe9dedc20,0xbfc30040 +}; + +u32 ANIM_ENTRY_hit_left_shoulder[] = +{ + 0xfc2f97ff,0xbff506b0,0x0a0d905a,0xfd87cc83,0x73792e90,0xcb408000,0xe2f00000,0x020b000c,0x37ff7046,0xea10ba11,0xd05c002c,0x19f9a00b,0x3fb00001,0xa000000f,0x93000f6d,0x023ff40f,0x102efeb0,0xfbcf92ff,0xc0020660,0x080cf05e,0xfd87cc82,0xe3732e50,0xd0405000,0xe2500000,0x020e000c,0x44ff4043,0xea50b311,0xc041febc,0x1bfa8018,0x3fd00003,0x3000000f,0x71000f84,0x02aff00e,0x603bfe90,0xf9cf8fff,0xe0300650,0x0f0b9058,0xfce7f184,0x33802df0,0xe1403000,0xe3d00000,0x020e000c,0x26feb042,0xeb309f11,0x5022fdbc,0x22fbd020,0x40000008,0x6000000f,0x2c000fa0,0x011fe70d,0x5053fe20,0xf70f91ff,0x90770620,0x2109a057,0xfb983487,0x13932e21,0x0340c000,0xe5f00000,0x0204000b,0xf5ff2045,0xee207d0e,0xe012fd4c,0x2efb301b,0x3fc0000e,0x1000000e,0xe3000fb6,0x001fde0d,0xe05dfe80,0xf36f96fe,0xd0d505a0,0x3e094074,0xfa18868a,0x13a730a1,0x4f425000,0xe6e00000,0x0201000b,0xcd020041,0xf4603507,0xf00efc1c,0x40f81017,0x3e400016,0x5000000e,0x7a000fcd,0xffafce11,0x705b0110,0xf23f99fe,0xd0ce05a0,0x491190aa,0xfc186e88,0xb39634c1,0x8a435000,0xe4900000,0x0226000b,0xfe045033,0xf8c00902,0xa01cfb5c,0x3bf6301a,0x3c700019,0xf000000e,0x47000fce,0xff7fc315,0x00530480,0xf1ffa6fe,0xc08c06d0,0x641cd0b3,0xff685886,0x737938a1,0x9c456000,0xe2e00000,0x0250000c,0x1b056027,0xfb5ffbfe,0xb034fa3c,0x2ff4601b,0x3b00001c,0x3000000e,0x2c000fcc,0xff1fbf17,0xd05406c0,0xf1bfbcfe,0xf0550900,0x7f23408c,0x01784c84,0xe3763c31,0xa1495000,0xe1500000,0x027a000c,0x1305c017,0xf8f00afd,0xb044f93c,0x28f3601c,0x3a90001d,0xf000000e,0x18000fd9,0xff3fba17,0x90660690,0xf0ffd8ff,0x70410a60,0x8f248072,0x01883d84,0x13873f11,0xae4d1000,0xe0000000,0x0295000b,0xfc059008,0xf3d027ff,0x0048f89c,0x26f3601e,0x3ab0001f,0x5000000e,0x03000ff4,0xffefaf15,0x707a0580,0xf00001ff,0xd03b0b60,0x9c229068,0x00881683,0xa3924341,0xb1527000,0xdf500000,0x02bb000b,0xfc03d007,0xefe02eff,0x1048f7dc,0x25f3f029,0x3a800020,0x5000000d,0xd900001a,0x01af9a13,0x007f04e0,0xef103000,0x403e0c90,0xad1f4061,0xfe77ee83,0xc39a47c1,0xb0584000,0xdf100000,0x02e9000c,0x03026009,0xec7038ff,0x603bf6ec,0x24f4b03a,0x39f00021,0x3000000d,0xa700004a,0x049f7a10,0xe0760440,0xee304a00,0xc0400e00,0xba1b8056,0xfbf7cf82,0xd3944851,0xa5598000,0xddf00000,0x0314000c,0x1b02c00d,0xea605401,0x6019f6ac,0x2df50042,0x39d00021,0xf000000d,0x91000075,0x062f4c0f,0x706d0310,0xedb05700,0xe03e0f50,0xce17804a,0xf9b7c082,0x43984751,0x9b590000,0xdd400000,0x032d000c,0x19031013,0xe8908404,0xbff8f70c,0x41f43040,0x3a200022,0xa000000d,0x9a000098,0x04cf1e0e,0x10770100,0xed905e00,0xb0430f10,0xdb15204e,0xf957be82,0x23aa4791,0x9c599000,0xdcf00000,0x0324000c,0x0202e018,0xe7c0aa06,0xafebf77c,0x4df32040,0x3a400023,0xe000000d,0xa10000a1,0x023f150d,0x3087ff40,0xed306c00,0x70510d40,0xd712a060,0xfb87a380,0xb3b44851,0x9e5ab000,0xdb100000,0x0314000c,0x01024024,0xe830b907,0x5fe9f8cc,0x55f1f053,0x39b00028,0x5000000d,0x8f000088,0xfd2f350b,0x609ffca0,0xecc07b00,0x40560b60,0xcc117066,0xfd97847f,0xc3aa48b1,0xa55af000,0xd9d00000,0x0319000c,0x1401602d,0xe830bd07,0xbff1f95c,0x57f1506c,0x3940002c,0xd000000d,0x73000075,0xfacf4c0a,0x109ffb10,0xec708300,0x206e08e0,0xc10f1059,0xfef76c80,0x73a749c1,0xc05b7000,0xda300000,0x0321000c,0x14feb032,0xe860c608,0x2ffef91c,0x55f1509f,0x38e00031,0xd000000d,0x48000061,0xf9ff5f08,0xa08ef970,0xec2091ff,0xb0b70410,0xaf081030,0xffb75f83,0x63b04d31,0xf45da000,0xdb300000,0x0321000b,0xfdf9b037,0xea10ce08,0x301af87c,0x46f090ef,0x37a00037,0x6000000d,0x07000035,0xf5cf8907,0x806ff7f0,0xebe09fff,0x20f70070,0xa301401a,0xffa76b85,0xb3c05022,0x0c5f9000,0xdad00000,0x031a000b,0xddf77042,0xec00cf07,0xa02ff87c,0x33eef110,0x36000038,0x3000000c,0xee000017,0xf19fb308,0x1060f800,0xebd0a5fe,0xf120fe60,0x9afcd01b,0xffd77786,0xf3cd5172,0x18602000,0xda100000,0x0315000b,0xcdf7604f,0xed30d207,0x1038f8ac,0x27ede11b,0x35200037,0xb000000c,0xee000009,0xef1fd208,0xc057f850,0xebc0a8fe,0xd137fd50,0x95fa501e,0x00077e87,0xa3d35202,0x1f604000,0xd9a00000,0x0313000b,0xc7f79056,0xedd0d306,0xb03cf8bc,0x20ed4120,0x34c00037,0x5000000c,0xf1000003,0xedafe409,0x3052f880,0xebd08cfe,0xf178fce0,0x89f92041,0x01f7a38c,0x33d052c2,0x295f6000,0xdaa00000,0x0312000b,0xfef7f058,0xf060c103,0xe023f71c,0x36ed3131,0x35c00038,0x9000000d,0x27000fe0,0xe99ffd0b,0x4032f9d0,0xeb8081fe,0xf18ffd20,0x89f9f04c,0x0277af8d,0x83cd5322,0x295f5000,0xdaf00000,0x0311000c,0x0ef7f054,0xf0a0be03,0x001bf6ec,0x3aeda132,0x36200038,0xd000000d,0x33000fd4,0xe930060b,0xf027fa70,0xea406efe,0xd1b8fdd0,0x8afde063,0x0357c18e,0xc3c553d2,0x1b5f5000,0xdab00000,0x030e000c,0x2df7d044,0xefe0b501,0x2012f6cc,0x37ee912c,0x36700039,0x3000000d,0x42000fbc,0xea801a0d,0xa010fc20,0xe8a063fe,0x71cdfe30,0x86063074,0x0557d08e,0xa3b45371,0xfb5e7000,0xd9900000,0x0317000c,0x5ff77027,0xed109cfe,0x3011f5ec,0x2feff120,0x36600039,0xd000000d,0x55000fa4,0xec603010,0xefeeffe0,0xe7d062fe,0x41b9fec0,0x850df074,0x0757df8d,0xc3a35211,0xe45dc000,0xd8c00000,0x0325000c,0x83f6c016,0xe9108bfc,0xd012f53c,0x34f29116,0x36f00039,0x4000000d,0x49000fa6,0xee203015,0xbfec0510,0xe75065fe,0x11abff00,0x8a131075,0x0867f18c,0xb3985191,0xd85e6000,0xd7500000,0x0326000c,0x94f67010,0xe8107dfc,0x501bf4ec,0x33f4710e,0x37000038,0x8000000c,0xf3000fa6,0xefa02f18,0xe01107f0,0xe71069fe,0x11a0ff60,0x8f158071,0x08c7fb8b,0xe3915161,0xd55ec000,0xd6900000,0x0327000c,0x9ff6800c,0xe89071fc,0x1022f4ac,0x2cf5110c,0x36a00038,0x0000000c,0xa0000fa4,0xf0803017,0xe0310760,0xe73071fe,0xe16c0210,0xa818a058,0x08680a8a,0xa3704fd1,0xe45df000,0xd7400000,0x0339000c,0xc1f6b005,0xe7c058fc,0xc020f39c,0x1ef7a0f8,0x36300036,0xf000000b,0xf7000fab,0xf2802e0d,0xd04a0110,0xe80069ff,0xf1540530,0xc4194049,0x0758218a,0xb35f4fa1,0xef5e0000,0xd8500000,0x0340000c,0xc5f61014,0xe8a05bfe,0xf00ef23c,0x18fa60d6,0x36000035,0xf000000b,0xc3000fae,0xf3e02906,0x7027fcc0,0xe9205101,0x315408b0,0xec18a044,0x05483d8a,0xc3615091,0xf15eb000,0xd9000000,0x033f000c,0xadf53034,0xea406501,0x8fecf0ac,0x1cfc209d,0x35600034,0x8000000b,0xf9000fae,0xf5401e00,0xf0edf960,0xe9f04a02,0x615b0a71,0x0b174054,0x02783e89,0x136f5141,0xf25f0000,0xd8100000,0x033e000c,0x8ef4703f,0xeaa06d02,0xffd3ef6c,0x1ffae07c,0x33900032,0xa000000c,0x3b000fae,0xf6d012fe,0x3145f620,0xea805d03,0x416609d1,0x14150069,0x00683587,0xb3745231,0xf55fa000,0xd7900000,0x033c000c,0x77f2e047,0xeae07603,0xefcaef0c,0x19f96079,0x3220002f,0xb000000c,0x54000fb2,0xf8000bfb,0xe141f3d0,0xeab06d03,0xc17308f1,0x1213a06e,0xffa83587,0x837252d1,0xf7606000,0xd7e00000,0x0337000c,0x6cf20050,0xeb507b04,0x3fc3ef8c,0x16f8e079,0x3210002d,0x9000000c,0x5d000fba,0xf86007fa,0x212bf260,0xea808c02,0x918305c1,0x18126071,0xff784386,0xa37952b1,0xee60c000,0xd7e00000,0x0332000c,0x59f2c066,0xebf07c03,0x5fd3ef4c,0x08f6407c,0x3040002d,0x1000000c,0x6e000fa6,0xf8100efc,0x112af3d0,0xea509a02,0x217c0491,0x1f13b061,0xffc84c86,0x737950f1,0xeb5ef000,0xd9200000,0x033d000c,0x4df3f072,0xeb407802,0x4fd0effc,0x0cf5707e,0x3020002f,0xa000000c,0x82000fa2,0xf7200bfc,0x5116f430,0xea509c02,0x216d0461,0x1f15705d,0x00484985,0xd3704fa1,0xe25df000,0xd9f00000,0x0342000c,0x53f4907c,0xeac07601,0xbfc0f13c,0x26f5c07f,0x31000034,0x8000000c,0x9b000faf,0xf62ffdfb,0xc10cf3e0,0xea609c02,0x21680451,0x1d15f05f,0x00784685,0x736d4f71,0xdc5df000,0xda000000,0x0341000c,0x59f4a07e,0xead07701,0xafbbf19c,0x31f5d07f,0x31500036,0x6000000c,0xa5000fb4,0xf5dff8fb,0xb10cf3d0,0xea709c02,0x21680451,0x1d15f05f,0x00784685,0x736c4f71,0xdc5df000,0xda000000,0x0341000c,0x5af4a07e,0xeae07801,0xafbaf19c,0x32f5d07f,0x31500036,0x8000000c,0xa6000fb5,0xf5dff8fb,0xb109f3d0,0xeb009d01,0x414d0421,0x0f16e04d,0x00e83684,0x03644fa1,0xd85ee000,0xd9500000,0x033a000c,0x7ff48077,0xeb407d01,0xafd4f37c,0x38f46087,0x3170003f,0xf000000c,0xcd000fbb,0xf62ff4fd,0x7103f4e0,0xeb009e01,0x314c0421,0x0f16e04d,0x00e83684,0x03644fa1,0xd85ee000,0xd9500000,0x033a000c,0x80f48076,0xeb407d01,0xafd5f37c,0x37f46087,0x31600040,0x0000000c,0xcd000fbb,0xf62ff4fd,0x7102f4f0,0xeb10a400,0xf14403f1,0x0716b04d,0x01183283,0xe3644f81,0xdb5ed000,0xd9500000,0x033f000c,0x88f48074,0xeb507d01,0xafe0f40c,0x30f3c08a,0x31200040,0x6000000c,0xcf000fba,0xf6dff5fd,0xd0fef540,0xebd0c700,0x31130350,0xe416004a,0x01b82a84,0x93654ed1,0xe75e6000,0xdac00000,0x034b000c,0xa9f4506d,0xec007e01,0xf00ef7cc,0x0ff10093,0x2f80003d,0x8000000c,0xdd000fbb,0xf43ffeff,0x50f7f6d0,0xed40edff,0x90d30300,0xb916e04b,0x02682385,0x53654e21,0xec5e0000,0xdcd00000,0x034f000c,0xcef3d066,0xecb08202,0x6037fbcb,0xf7ee1099,0x2d600037,0x1000000c,0xf0000f99,0xe8602c01,0x3100f8e0,0xee2100ff,0x60aa0350,0x9619b056,0x03081f84,0x93674db1,0xd55e2000,0xdd300000,0x0346000c,0xeef31056,0xed308002,0x1042fc6b,0xf4ed60a6,0x2cf00034,0x9000000c,0xf7000f7d,0xe5005401,0x60f8fa10,0xee4105ff,0xa0940490,0x801ca05c,0x03682084,0x83624cf1,0xc45dc000,0xde400000,0x0345000d,0x06f28048,0xed207b01,0x5039fbfb,0xf7eeb0b4,0x2e400034,0xa000000c,0xfb000f8c,0xe6104dff,0xd0edfa00,0xee3104ff,0x707e0650,0x75209064,0x03e83c83,0xd36b4c71,0xb75e3000,0xde700000,0x0341000c,0xfcf2d053,0xec607c01,0xc030fc5b,0xf8efc0ac,0x2f300033,0xb000000d,0x15000f91,0xe6104600,0x20dcfa90,0xee1103ff,0x306f0760,0x6a23a068,0x04585583,0x13754c71,0xb15ee000,0xde400000,0x033d000c,0xf0f33061,0xebd07b02,0x0029fcbb,0xfaf010a0,0x2f700032,0x6000000d,0x2d000f95,0xe5804401,0x40d2fba0,0xedf106ff,0x105c0840,0x5c23f058,0x03685583,0x036c4c71,0xc85ea000,0xded00000,0x0344000c,0xfef37059,0xeae07a01,0xc024fd1c,0x00f02099,0x2fb00030,0xb000000d,0x36000fa3,0xe5d03d03,0x90cefd60,0xedf106ff,0x00450940,0x52227046,0x01585b83,0x53694ce1,0xd85ea000,0xdf900000,0x0346000c,0xf5f38054,0xeab07e02,0x3021fdec,0x02f0c092,0x3030002e,0x7000000d,0x35000fad,0xe6003508,0x30da0010,0xee7102ff,0x303609d0,0x4920603b,0xff186183,0xd36c4d71,0xdb5ed000,0xe0200000,0x0343000c,0xe3f33059,0xeb708803,0x4020fe9b,0xfdf1808b,0x3050002c,0xa000000d,0x2a000fac,0xe6b02e0d,0x80f702c0,0xeec0ffff,0x803009e0,0x3e1e4035,0xfd685d83,0x936e4dd1,0xd85f1000,0xdfa00000,0x033e000c,0xdbf33059,0xebe08c03,0xc01ffecb,0xf8f23087,0x3040002b,0xc000000d,0x23000fb3,0xe7102310,0xb1090400,0xef10f800,0x002c09c0,0x341a102f,0xfaf85582,0x73774eb1,0xc65fd000,0xddc00000,0x032d000c,0xc9f3805c,0xec808b04,0x0015fe9b,0xf0f30085,0x2fd0002a,0xf000000d,0x23000fc2,0xe7501113,0x00bf0470,0xef60e800,0x10250a40,0x3617101e,0xf8984b82,0x23794ed1,0xc25ff000,0xdd400000,0x032b000c,0xc3f37061,0xecb08c04,0x4002fe8b,0xf5f36089,0x2fd0002a,0x5000000d,0x30000fc9,0xe7a00813,0x80ba0470,0xefa0d8ff,0xe0220a80,0x3815a007,0xf6a84182,0x33794eb1,0xc65fd000,0xdd300000,0x032f000c,0xc2f34065,0xecb09104,0x9ff5fe7b,0xfcf3a090,0x2ff00029,0xd000000d,0x34000fca,0xe7f00614,0x10d504c0,0xefa0d5ff,0xc0230a70,0x39155fff,0xf6083e82,0x33794eb1,0xc75fc000,0xdd100000,0x0331000c,0xc3f34066,0xecb09304,0xbff3fe5b,0xfcf3a093,0x2fe00029,0xe000000d,0x32000fc9,0xe8200714,0x40da04f0 +}; + +u32 ANIM_ENTRY_hit_right_shoulder[] = +{ + 0xf9207300,0xf095052f,0xf9095f67,0x0167b189,0xa3abb007,0x39c1d000,0xd9600000,0x026f000b,0x7eedcfe6,0xed30ecf0,0xe8558023,0xf3fbdfbf,0x39200006,0x0000000f,0xb8000054,0x00cff5f5,0xa0290970,0xf9307400,0xd094053f,0xfb085f63,0x01a7b289,0xa3acafb7,0x3dc1f000,0xd9600000,0x026e000b,0x7dedcfe6,0xed90eff1,0x18488163,0xf7fb7fc4,0x39100008,0x4000000f,0xb1000078,0x03aff0f6,0x00120980,0xf8607000,0x90a705e0,0x04065f4f,0x0237be8a,0x43a9ad67,0x4bc1f000,0xd9b00000,0x026d000b,0x7dedcfe8,0xef30fff2,0x68228334,0x0afbafd9,0x3980000d,0x2000000f,0x84000096,0x01fff1f6,0x50190970,0xf6a069ff,0xf0cb0700,0x16057f3f,0x0257d18b,0x43a8aa17,0x58c21000,0xda200000,0x026b000b,0x7aedefee,0xf0e111f4,0x47fd8344,0x23fc2fdf,0x3a200010,0xb000000f,0x530000b5,0x00eff7f6,0xb0190980,0xf45063ff,0x70e907a0,0x2507ff44,0x0227ed8c,0x33a0a517,0x78c22000,0xda000000,0x0276000b,0x7bef8003,0xf33113f7,0x97ec8254,0x30fbcfdc,0x39b00013,0x5000000f,0x13000084,0x00b043f8,0x8feb0ac0,0xf2405fff,0x20fc0800,0x310b6f50,0x0218098c,0xf3959ff7,0x9fc22000,0xd9b00000,0x0287000b,0x80f1901c,0xf5810efb,0x17e381a4,0x34fb0fdc,0x38b00015,0xf000000e,0xd100001a,0x00b038fa,0xdff30c50,0xf2005fff,0x10fe0800,0x320bcf52,0x02180c8d,0x13939f77,0xa3c22000,0xd9b00000,0x0288000b,0x80f1d01e,0xf5c10efb,0x67e38194,0x35faefdc,0x38a00016,0x3000000e,0xca00001b,0x00b037fb,0x1fe70c70,0xf15060fe,0xe0bc0740,0x2c1adf69,0x0068278f,0x03939ae7,0xd6c29000,0xdd500000,0x0278000b,0xa9f4a041,0xf8f0f4fd,0xe7e38364,0x42fb7ff5,0x3900001a,0xa000000e,0x8d00001e,0x02d022fb,0x4fe30d30,0xf13060fe,0xd0b30730,0x2b1cef6d,0x00382b8f,0x53939a47,0xddc29000,0xddd00000,0x0276000b,0xaff51046,0xf970f0fe,0x47e383a4,0x44fb8ff8,0x3910001b,0x4000000e,0x8400001e,0x03201ffb,0x5fe80d50,0xf0f05bfe,0xe0b20700,0x2a1daf6c,0x00182d8f,0x639499d7,0xe3c25000,0xdd500000,0x027b000b,0xb5f59046,0xf970deff,0x17e683e4,0x42fbbffb,0x3910001c,0x3000000e,0x7c000019,0x03c019fb,0x4fce0d40,0xeff046ff,0x00a80610,0x27205f68,0xffa8348f,0xd39697f8,0x04c05000,0xdb300000,0x029b000b,0xd2f7a04a,0xf9708502,0x97f48544,0x3bfc8009,0x38d00020,0x3000000e,0x55000005,0x06dffdfb,0x6fc50cf0,0xefb03bff,0x209d04e0,0x27200f6a,0xff08378f,0xf3949728,0x13be1000,0xda300000,0x02bb000b,0xe0f7a04e,0xfa504b04,0x68058614,0x34fcb01a,0x38700020,0xb000000e,0x3c000002,0x08afecfb,0xbfb10cf0,0xf0b01cff,0x508801d0,0x351bef86,0xfcb83e90,0x23ae9598,0x03ba8000,0xd9500000,0x02dc000b,0xcdf4506b,0x01a00008,0xc8288704,0x26fd3050,0x37d0001b,0x5000000e,0x1500001d,0x09bfdafd,0x4f760da0,0xf15ffdff,0xb0860090,0x3d175f8c,0xfb884090,0x03cb9437,0xf6b8c000,0xd8500000,0x02f6000b,0xc8f22077,0x060fd70b,0xd8288734,0x1ffdc075,0x37400018,0x6000000d,0xfb000034,0x085fe1fe,0xff7a0e60,0xf0ffc101,0x10950070,0x410ebf8b,0xfaf8308e,0x33da91d7,0xeab6f000,0xd7500000,0x031c000c,0x11ef3047,0x079fb50e,0x77eb8774,0x23ff8097,0x36c00018,0xb000000d,0xd9000044,0x04100e01,0xffbf0ff0,0xf09f8a02,0x50a00180,0x4b09ef8f,0xfa48248c,0xe3af9027,0xe6b70000,0xd8600000,0x0325000c,0x94ebdff6,0x05bfc30d,0xa7a987d4,0x3100409a,0x36100019,0x9000000d,0xcd000046,0x01d02e04,0x601210b0,0xf04f6403,0x90ad02b0,0x55094f92,0xf8d8248b,0xb36e9027,0xdbb7e000,0xd9b00000,0x0308000d,0x06e9dfbd,0xfde00a0a,0x577f8854,0x30ff7090,0x34700019,0xc000000d,0xab00003f,0x02503c03,0xb0580f70,0xefff4904,0xd0b203c0,0x610a2f82,0xf758438a,0x836590f7,0xbdb81000,0xdb300000,0x02c8000c,0xebe97fea,0xf3105808,0x57628914,0x2a005098,0x34100019,0x7000000d,0x6c00003b,0x03a03efe,0xa05e0c20,0xf01f2505,0xf0bc0590,0x760a2f5a,0xf718838a,0x735b9077,0xa2b83000,0xde000000,0x0291000c,0x95ea9046,0xebe09008,0x873789d4,0x3b0350a6,0x35b00018,0xa000000d,0x4c000042,0x053037f8,0xd0490960,0xf09eea07,0x10e108a0,0x9f08bf09,0xf798f78b,0xe33e8d97,0x7db94000,0xe2e00000,0x0253000c,0x1bee60ce,0xe6c0c509,0xd6fc8ad4,0x5c0770b8,0x38100016,0xf000000d,0x49000042,0x079029f3,0x104d07b0,0xf0aed207,0x210f0910,0xb2062ed5,0xf9b93f8d,0x032b8a67,0x71bac000,0xe4100000,0x0251000b,0xf5f330ff,0xe740bd0a,0x070e8b74,0x5b0720c5,0x38300016,0x4000000d,0x53000023,0x088018f3,0x407a0760,0xf05ec707,0x215c0700,0xc0025e9c,0xfed9b08e,0x83098587,0x76bcf000,0xe4000000,0x0274000b,0xc6fcc131,0xe960a709,0xa75f8c34,0x3e0470dc,0x37a00017,0x0000000d,0x56000ffb,0x07fffaf4,0x80a105d0,0xf06ecf07,0x117404d0,0xc0036e98,0x0069fa8f,0xa2eb8327,0x88bdf000,0xe4500000,0x0281000b,0x9e01a14d,0xea20b80a,0x47798c14,0x3002d0db,0x37400019,0x4000000d,0x65000021,0x05fffff4,0xc0880510,0xf0ced106,0xb17803a0,0xbf05ce99,0x006a2890,0x72d98197,0x99be9000,0xe4400000,0x0286000b,0x8a03e15a,0xea80cc0b,0x97738ba4,0x2f01a0d8,0x3710001a,0xf000000d,0x77000044,0x04100cf5,0x60780520,0xf12ed106,0x617902f0,0xbe07be9a,0x004a4791,0x12cd8077,0xa5bf0000,0xe4100000,0x0288000b,0x7f054162,0xeac0d90c,0xd7698b44,0x3100d0d6,0x3710001c,0x1000000d,0x8400005b,0x02a016f6,0x00610540,0xf19ed004,0xd18200f0,0xbd0c4e9a,0xffaa6291,0x72b47de7,0xd4bf3000,0xe2500000,0x0296000b,0x9205b151,0xea30dc0e,0x37688b14,0x27fe90ea,0x37300020,0x3000000d,0x7f000038,0xfee036f8,0x20130610,0xf1fece03,0xe185ff90,0xbe0f1e9a,0xff1a7191,0xc2a47c37,0xf5bf0000,0xe0d00000,0x029e000b,0x9e05a13b,0xe960d90e,0x67698aa4,0x20fd40f6,0x37700022,0xb000000d,0x8200001d,0xfc6049f9,0x7ff606a0,0xf29eca03,0xa17cff10,0xbe105e9b,0xfe9a7d92,0xa29d7b08,0x07be3000,0xdf900000,0x0299000b,0x9a05411a,0xe7e0d30c,0xe7688974,0x1efd00f7,0x38100023,0x4000000d,0x98000012,0xfb1049f9,0xeff306f0,0xf3bebb02,0xe16afef0,0xbc11ae9a,0xfdea9194,0xc29578a8,0x1abd4000,0xddd00000,0x0284000b,0x8f0460e7,0xe450c80a,0x776b8784,0x1bfca0f7,0x39400024,0x1000000d,0xc100000d,0xf97044fb,0x1fe40790,0xf4be9d01,0xc164ff60,0xb70fce97,0xfe0a8898,0xa2867668,0x22bc8000,0xdc300000,0x0277000b,0xa60270c3,0xe010b608,0x777086d4,0x18fb80ff,0x3a000024,0x5000000d,0xde000019,0xf92042fd,0xdfb30880,0xf4fe8701,0x0163ffb0,0xb40b0e8a,0xff8a849c,0x72697538,0x19bb4000,0xdab00000,0x026b000b,0xcc0010af,0xdc00a705,0xe76d86c4,0x1ffa2104,0x3a800023,0x9000000d,0xf200001a,0xf7e05200,0xcfb809f0,0xf4ae8100,0xc169ffc0,0xb6055e77,0x016aaca0,0x624c73f8,0x01bac000,0xd8700000,0x025d000b,0xeafe80b2,0xd960ac03,0xe7688724,0x30f900f9,0x3a800023,0xc000000e,0x03000003,0xf5106603,0xcfea0c80,0xf45e8200,0xa17b0020,0xba00ee65,0x027af7a5,0x02347337,0xf1bb7000,0xd6c00000,0x0262000c,0x23fd10c1,0xd7c0ba02,0x97658784,0x37f8b0e9,0x39700024,0x0000000d,0xfe000ff3,0xf4607405,0x90230e40,0xf3ee8700,0xa19b0120,0xbffb8e41,0x03bb99a7,0x82027267,0xd9bcc000,0xd5a00000,0x026d000c,0x9afa20d3,0xd5b0d001,0x376087c4,0x34f970d0,0x36f00023,0xc000000d,0xdd000fe8,0xf5508805,0x402f0ed0,0xf38e8c00,0xe1ab00e0,0xc3fa3e34,0x040bfba7,0x11d47327,0xbdbcd000,0xd4c00000,0x0260000c,0xc8f8e0d4,0xd5d0d701,0x475d87c4,0x35fb90c1,0x36800023,0x8000000d,0xc4000fec,0xf5b08a02,0x003c0d70,0xf24e9f02,0x61d1fec0,0xbbf9fe30,0x039ca0a6,0x81ad76d7,0x6fbcd000,0xd1500000,0x0234000c,0xf4f740c9,0xd8d0d401,0xd7518854,0x470140a1,0x37900024,0x1000000d,0x9b00000e,0xf61074f9,0xe04a0960,0xf17ea703,0x71edfd90,0xadf9de34,0x036ce0a6,0xa1ab7827,0x40bde000,0xcf700000,0x0225000d,0x0ff620b8,0xdbf0cb02,0xc74788f4,0x5603f097,0x38800024,0xd000000d,0x87000026,0xf65064f5,0xd0ad0760,0xf0fe9903,0x8226fc30,0xa8fa2e4c,0x032d05a7,0x41b27b87,0x01c00000,0xce000000,0x022c000d,0x43f3a071,0xde20bd03,0x57478b14,0x5a0500a6,0x38000026,0x3000000d,0x64000014,0xf7c068f5,0x30c30700,0xf0ce7803,0xe263fab0,0xa2fd1e7b,0x01fd1aa7,0xf1aa8296,0xb3c15000,0xcdb00000,0x0238000d,0x93f10fff,0xdca0c203,0x47438d74,0x620610c3,0x37c00026,0x9000000d,0x52000ffb,0xfa2062f6,0x60a806c0,0xf0fe5604,0x1285f9d0,0x99006e9b,0x00ad15a7,0xf19f8766,0x87c1f000,0xcd300000,0x0241000d,0xddf1cfd4,0xdc20cf04,0xf74e8e54,0x580710de,0x37800025,0x5000000d,0x4f000fd8,0xfbd05ff8,0x007f0720,0xf0ee3704,0xd2abf950,0x85027eb3,0x005d16a7,0x918c8a96,0x70c2b000,0xcce00000,0x025c000e,0x0cf27fc9,0xdd10d807,0x375a8ee4,0x4b07e103,0x37600024,0x3000000d,0x45000fc1,0xfcf05df9,0xa05207f0,0xf0ce2605,0xb2c0f8b0,0x72031ec7,0x004d1ca7,0x91758c56,0x62c1e000,0xcc200000,0x026e000e,0x13f22fc7,0xdc10e307,0xe7608f44,0x4708511a,0x37a00023,0x9000000d,0x45000fc4,0xfd7056fa,0x50380830,0xf0ce2405,0xf2c3f880,0x6e032ecc,0x004d1ea7,0x916f8cb6,0x5fc17000,0xcc800000,0x0271000e,0x13f20fc7,0xdba0e607,0xf7618f44,0x4608711e,0x37c00023,0x7000000d,0x47000fc7,0xfd9054fa,0x60360830,0xf0de1f05,0xf2c7f840,0x71033ecf,0x002d23a7,0xf1708cb6,0x5dc15000,0xcc100000,0x0271000e,0x0df20fcb,0xdba0e908,0x57688f14,0x4108611c,0x37900023,0x0000000d,0x4f000fc7,0xfdc054fa,0xc0350880,0xf11e1305,0xe2cef7d0,0x79034ed4,0xfffd2da8,0xc1738c86,0x5ac12000,0xcaf00000,0x0270000e,0x01f21fd8,0xdbf0ed09,0x77778ea4,0x35084116,0x37200021,0xf000000d,0x63000fc8,0xfe2054fb,0xd0170960,0xf10e0c05,0xf2d0f790,0x7a034ed6,0xffcd31a8,0xe1768c06,0x5ec17000,0xca700000,0x0272000d,0xfef28fe2,0xdca0e60a,0x977e8e54,0x31082114,0x36c00021,0xb000000d,0x6d000fcd,0xfe2053fc,0x901b09e0,0xf09dfe06,0x72cff6a0,0x76037edd,0xff3d37a8,0x81748b06,0x6cc19000,0xca600000,0x0274000e,0x01f36ff7,0xdde0d20c,0xf78e8e34,0x31082114,0x36600022,0x0000000d,0x7c000fed,0xfdb042fd,0xd0070aa0,0xeffdf707,0x12c8f5b0,0x7303aee6,0xfebd3fa8,0x71708a56,0x76c11000,0xca600000,0x026d000e,0x00f3c001,0xddd0cc0d,0x57958e34,0x38085115,0x36a00022,0x9000000d,0x8400001a,0xfd202efe,0x00160ab0,0xef2ded07,0xc2bbf4c0,0x7603aef1,0xfe3d4aa9,0x71758976,0x7cbfe000,0xc9000000,0x0257000d,0xf7f4300a,0xdc30da0c,0x37958da4,0x4008b111,0x36e00022,0xb000000d,0x8e00004a,0xfc701cfe,0x202f0ad0,0xeeade107,0xf2b4f480,0x7703aef8,0xfdcd49a9,0x61798896,0x80bf1000,0xc8c00000,0x0250000d,0xfbf4700e,0xdad0e30b,0xf7938d34,0x3d08710f,0x36700022,0xa000000d,0x90000047,0xfc001cff,0x50220b90,0xedadcf08,0x729ff440,0x7803cf06,0xfccd41a8,0x616a86f6,0x8bbcf000,0xca700000,0x024f000d,0xfff4000b,0xd810ec0b,0x37918c94,0x3507310d,0x35600022,0x8000000d,0x93000029,0xfb702001,0x90190cc0,0xecddcb09,0x3289f440,0x82039f11,0xfbed40a8,0xf1678516,0x92bb2000,0xca300000,0x024d000d,0xeff38004,0xd640ed09,0xb7918bd4,0x32055103,0x34400022,0x1000000d,0xa000001e,0xfb101c01,0x70550cc0,0xebfdc909,0xd27cf4c0,0x9102af18,0xfb3d40a9,0x617482d6,0x9cba8000,0xc8c00000,0x0255000d,0xe8f3c002,0xd5d0e408,0xc7928b54,0x2e02c0fb,0x32b00021,0xf000000d,0xa2000015,0xfaf01cff,0x50460b90,0xeb2dc90a,0x6272f550,0x9a017f22,0xfabd42a8,0xe1748146,0xa8ba0000,0xc8f00000,0x0263000d,0xeaf3a002,0xd530da07,0xf7928ae4,0x2e0170fa,0x32000021,0xe000000d,0x93000014,0xfaf01afb,0x90480960,0xea2dd20b,0x8259f640,0xa8ff8f41,0xf9bd4ea8,0x21627f56,0xb5b83000,0xca800000,0x0279000d,0xe4f29003,0xd320d005,0xe7908a24,0x320170f4,0x32700021,0xa000000d,0x79000021,0xfad011f3,0xf0790510,0xe9bdd80c,0x024df680,0xb4fe5f57,0xf8fd56a8,0x41607e36,0xb3b76000,0xca100000,0x0280000d,0xdaf28009,0xd2b0cc05,0x778f89f4,0x3802a0ec,0x32a00022,0x0000000d,0x71000029,0xfaa00bf1,0x108603b0,0xe8fddc0c,0x5240f700,0xcafbcf84,0xf76d66a8,0x01647bb6,0xadb73000,0xc9000000,0x0298000d,0xd2f3701f,0xd3d0ca06,0x879589c4,0x480540d5,0x32b00022,0xe000000d,0x6d00002e,0xfa8ffdee,0xf0c002e0,0xe82dde0c,0x623ff700,0xcefa3fa8,0xf6cd79a7,0x01547a06,0xaeb6a000,0xca200000,0x02b3000d,0xcdf3e02d,0xd3e0da07,0x67a48944,0x5b05e0cb,0x34200023,0x3000000d,0x5700002f,0xfb2ff0ee,0x90d902d0,0xe7ade60c,0x423ef670,0xcff94fc4,0xf6bd89a6,0xe14d7876,0xb2b62000,0xc9e00000,0x02cd000d,0xc2f44034,0xd3c0f408,0x37be8954,0x5e04e0ca,0x35400023,0x2000000d,0x38000020,0xfc9ffcee,0xc0ed02a0,0xe7ede60b,0xe235f650,0xd4f88fd3,0xf6cd8ea7,0x815d76c6,0xbcb7a000,0xc7f00000,0x02e8000d,0xbaf4f037,0xd5110009,0x87d589f4,0x450310cd,0x34700023,0x0000000d,0x29000ff4,0xf86030f1,0x50ff03e0,0xe81de20b,0xa22ff670,0xd4f81fdb,0xf69d8fa7,0x716275e6,0xc6b83000,0xc7c00000,0x02f8000d,0xb8f5203a,0xd5210409,0xe7d88a24,0x350230ce,0x34000023,0x0000000d,0x25000fd6,0xf7d059f2,0xf10804b0,0xe80ddb0b,0xc222f6c0,0xcff84fea,0xf63d94a7,0x51547506,0xccb6f000,0xc9000000,0x02f1000d,0xaaf4903d,0xd3610b08,0xa7bc8a44,0x2c01c0cf,0x34b00023,0xa000000d,0x27000fbc,0xf81080f3,0x410a04a0,0xe7edd30c,0x5211f770,0xd2f8affd,0xf5fd97a7,0xd15373a6,0xceb56000,0xc8a00000,0x02e1000d,0x9df3a03c,0xd1f11306,0xd7868aa4,0x2901a0d0,0x36300024,0xe000000d,0x2f000faa,0xf7b09cf2,0xb10803d0,0xe81dc10c,0x2208f820,0xd8f8e010,0xf58d94a7,0xe15272e6,0xd2b46000,0xc8a00000,0x02d5000d,0x97f4003d,0xd1111006,0x47568bf4,0x160110d6,0x36000027,0x3000000d,0x30000fb8,0xf5b098f4,0x81030480,0xe87db30c,0x21f3f8a0,0xd4f9302a,0xf53d97a7,0xa1387276,0xceb25000,0xca800000,0x02b4000d,0x89f4603f,0xcf210f05,0x77178cd4,0x0700a0d3,0x36800028,0x8000000d,0x4000000c,0xf5f064f5,0x61000450,0xe90db20c,0x21e0f8d0,0xcff98039,0xf56da0a7,0xb11e7286,0xc4b03000,0xcc100000,0x028c000d,0x7af4303f,0xcd111604,0x26f28c84,0x000080c7,0x38100026,0xf000000d,0x59000078,0xf99015f4,0x41000300,0xe94db10c,0x01dbf8d0,0xd0f9b03d,0xf58da3a7,0xd1197296,0xbfaf6000,0xcc300000,0x027d000d,0x76f4203f,0xcc511803,0x96eb8c73,0xfc0060c2,0x38b00026,0x1000000d,0x60000099,0xfabff8f3,0xe1010280,0xe98daf0b,0x91ddf8f0,0xd8f9b039,0xf58da0a8,0x11257256,0xc2b01000,0xcb300000,0x0282000d,0x7af4403e,0xccd11503,0xa6f38c33,0xf6fff0c0,0x38b00025,0x2000000d,0x6000009b,0xfa6febf4,0x810202c0,0xea4da50a,0x61e1f990,0xeaf9c030,0xf59d9aa8,0x514471b6,0xd1b22000,0xc8e00000,0x0297000d,0x86f4a03d,0xce710b04,0x17108bb3,0xe9fec0ba,0x38a00023,0x3000000d,0x5c000089,0xf90fe3f6,0xb10103f0,0xeacd9409,0x91e1fae0,0xf4fa402a,0xf5cd98a7,0x81507156,0xedb45000,0xc8c00000,0x02b1000d,0x90f4d03d,0xcf810204,0x97378b83,0xe8fd70b5,0x38900022,0xb000000d,0x5500004b,0xfba01bfa,0x30ef0650,0xea2d8a0a,0x11d8fc30,0xeefb002c,0xf5bd99a7,0x214f7126,0xfeb5f000,0xc9500000,0x02b7000d,0x8ff4603b,0xd090fb04,0xd7538a73,0xf6fc00a4,0x38600022,0x1000000d,0x5700002a,0xf9d03cfe,0x513a0a10,0xe8ed8a0a,0xd1d6fca0,0xe6fb7035,0xf53d92a7,0x815b7137,0x05b63000,0xc8800000,0x02b3000d,0x92f41037,0xd100f704,0xb75c88f3,0xfcfa009d,0x35a00021,0x7000000d,0x3f000029,0xf9504504,0x70ff1000,0xe87d840a,0x41d9fcd0,0xe3fb6042,0xf4cd8da7,0x21627197,0x0fb5e000,0xc8900000,0x02b4000d,0x9cf49037,0xd070f004,0xc76c8883,0xf5f850a2,0x31700021,0xb000000d,0x1200000f,0xf960570a,0xd0b51500,0xe8ad8109,0x91d6fce0,0xe4fb6047,0xf47d91a6,0xa15771c7,0x12b58000,0xc9c00000,0x02b3000d,0x9cf49038,0xd050ee04,0xe77788a3,0xf7f8b0a4,0x30000022,0x2000000d,0x14000002,0xf9805e09,0xe07914d0,0xe8bd8409,0x41ccfd20,0xecfbd046,0xf43d91a6,0xc15371a7,0x11b51000,0xc9e00000,0x02ae000d,0x99f39034,0xd0d0f204,0x778088e4,0x0afbf0a8,0x30900022,0xc000000d,0x61000006,0xf98059fe,0xf08f0e60,0xe82d8509,0x31cbfd50,0xf3fc5045,0xf43d8aa7,0x41647147,0x10b60000,0xc8500000,0x02b0000d,0x98f3c030,0xd220f104,0xd7858924,0x18feb0a3,0x30a00023,0xf000000d,0xaa000005,0xf97055f9,0x406d09e0,0xe7fd8508,0x61ccfd70,0xf6fce047,0xf47d90a7,0x215d70e7,0x12b71000,0xc8d00000,0x02b2000d,0x8df43034,0xd2d0ef05,0x478d89b4,0x2e001090,0x31800025,0x9000000d,0xd2000007,0xf9904cf7,0x807c0880,0xe84d8d07,0x91c8fd30,0xf6fd1046,0xf4ad9aa6,0xa15070f7,0x13b6e000,0xca000000,0x02ac000d,0x87f3e038,0xd240f304,0xe7978a14,0x45fff082,0x32e00026,0x8000000d,0xd8000017,0xf9c03df5,0x808c07b0,0xe8ed9a07,0x31befd00,0xf9fd2048,0xf4bd9ea6,0xd1587147,0x13b64000,0xc9500000,0x02a8000d,0x86f3903b,0xd1b0f604,0x87a889d4,0x47fda07a,0x32000025,0xb000000d,0xd500001d,0xfa3037f6,0xb09108c0,0xe96da107,0x01b4fd10,0xfafd304b,0xf4ada2a7,0x115e7167,0x15b61000,0xc8c00000,0x02a7000d,0x81f3903f,0xd1b0f504,0x97b88974,0x41fb4075,0x30b00024,0xa000000d,0xd0000019,0xfab036f8,0xf0940a20,0xe9ada206,0xf1a8fd60,0xfafd9050,0xf47daba7,0x21517147,0x19b68000,0xc9b00000,0x02a9000d,0x6ff39047,0xd2b0ed05,0x47cc8904,0x32f91071,0x2f700023,0x9000000d,0xc9000009,0xfb103afb,0xb09d0b00,0xe9ada407,0x11a0fd90,0xfbfdd052,0xf47dafa7,0x31487147,0x1db68000,0xca800000,0x02a7000d,0x65f2f049,0xd310ed05,0x37d288d4,0x29f8706c,0x2f700023,0xa000000d,0xcb000005,0xfac03cfc,0x00a10ae0,0xe99da407,0x319dfdd0,0xfffdf053,0xf48da9a7,0x71527107,0x21b6e000,0xc9d00000,0x02ab000d,0x65f2a046,0xd3b0ea05,0x37d088c4,0x28f8206c,0x2f500024,0x4000000d,0xca000007,0xfa303dfc,0x20a20ac0,0xe97da407,0x519bfe31,0x06fe0054,0xf44d9da7,0xc1697087,0x29b7c000,0xc7f00000,0x02b9000d,0x6df2a040,0xd4d0e405,0x97c388c4,0x2bf7706f,0x2eb00026,0x0000000d,0xc2000010,0xf9103cfd,0x00a30ae0,0xe95da307,0x6198fe71,0x09fdf053,0xf3dd97a7,0xb1737057,0x30b82000,0xc7500000,0x02c3000d,0x77f2e039,0xd510df05,0xb7b288a4,0x30f6b072,0x2e200027,0xe000000d,0xb8000019,0xf8503efd,0xe0a40b10,0xe95da207,0x6197fe81,0x08fde052,0xf3ad96a7,0x91737067,0x32b81000,0xc7700000,0x02c4000d,0x7bf30037,0xd4e0de05,0xa7a98884,0x32f68073,0x2e000028,0xb000000d,0xb500001c,0xf6a040fe,0x20a50b20,0xe92da107,0xb18ffec1,0x02fe0054,0xf3ad92a7,0x917070b7,0x32b77000,0xc8000000,0x02bd000d,0x85f2502a,0xd410e204,0xf77e8774,0x2df6d078,0x2ef00029,0xd000000d,0xb600001e,0xf52057fd,0x20aa0a70,0xe93da107,0xc18dfed1,0x02fdf056,0xf3ad8da7,0xb17670c7,0x34b79000,0xc7b00000,0x02bf000d,0x86f21025,0xd420e204,0xe7718714,0x27f6e079,0x2f200029,0x5000000d,0xb7000016,0xf5205efc,0xe0ab0a50,0xe96da207,0xb185ff11,0x02fde057,0xf3ad7ba8,0x618770b7,0x33b7f000,0xc7200000,0x02bd000d,0x82f17017,0xd480e004,0xe7598644,0x1ef6e07b,0x2f400027,0xc000000d,0xb8000ff4,0xf3f070fc,0xb0ad0a30,0xe9bda407,0x917cff61,0x00fdb057,0xf37d5da8,0xa1937097,0x35b86000,0xc7e00000,0x02ba000d,0x78efcffd,0xd4b0df04,0xf74c8564,0x1cf6b07b,0x2f400026,0x1000000d,0xb9000fc4,0xf32085fc,0xb0ad0a40,0xe9fda707,0x6178ffc0,0xfdfd6056,0xf36d3aa9,0x31a070a7,0x3eb8b000,0xc9100000,0x02ba000d,0x74ed9fdb,0xd470e404,0x874e8544,0x1df6b07b,0x2f700025,0xa000000d,0xbb000fab,0xf2008cfc,0x60ae0a20,0xea3daa07,0x11790020,0xfdfce055,0xf36d17a9,0x51a770c7,0x45b92000,0xc8d00000,0x02b4000d,0x72eccfc2,0xd460e404,0x07508594,0x1df6d07c,0x2f800025,0xc000000d,0xb9000fa7,0xf2308bfc,0x20ad0a10,0xeaddac05,0xb1860151,0x01fbb04f,0xf37cd5a9,0x71ac70a7,0x60ba9000,0xc7100000,0x02ab000d,0x68eccfa2,0xd530da03,0x97568624,0x20f70085,0x2f700026,0x2000000d,0xab000fa7,0xf1c08cfc,0x00a80a10 +}; + +u32 ANIM_ENTRY_hit_left_arm[] = +{ + 0xf90fdf01,0x00670320,0x09081010,0xf9583a87,0x83799787,0x9ec2b000,0xd9900000,0x0299000c,0x64021010,0xf4506d1c,0x08237ea3,0xeafb9055,0x38300004,0xa000000e,0xdd000f90,0x02d04803,0x907e08e0,0xf83fdc00,0xc0770360,0x0e076016,0xf9384988,0x73739797,0x9cc27000,0xdad00000,0x029e000c,0x6001b01e,0xf4106e1b,0xf8117fb3,0xf4fc1061,0x38800007,0xf000000e,0xb3000f9f,0x01404403,0x70860900,0xf6aff7ff,0x90920170,0x1c06a01c,0xf938948c,0xa38a9737,0x9ac27000,0xde700000,0x02a1000c,0x1201e03f,0xf4306a1c,0x481a8204,0x0dfaa052,0x3970000e,0x7000000e,0x98000fb4,0xfe903b03,0x20880910,0xf5002efd,0xd0acfe00,0x2c06001a,0xf9190a94,0x23e894f7,0x99c2f000,0xdf900000,0x02ad000b,0x6f070036,0xf4d0511d,0xb83a84f4,0x32f7602c,0x3ae00015,0xa000000e,0x95000fd8,0xfb502702,0xa08c0890,0xf4005cfd,0x00b8fce0,0x3705a007,0xf8a9219a,0xc3f89027,0x97c26000,0xdb100000,0x02cb000b,0x98126f6a,0xf4902f20,0x185e8784,0x35f3900c,0x3ae0001b,0x2000000e,0x95000fe9,0xf9301d03,0x608c0850,0xf3507dfd,0x10bcfdb0,0x42062ff3,0xf819039d,0xe3a18aa7,0xa0c0a000,0xd4a00000,0x02f9000c,0x021d2dad,0xf3601322,0x38788864,0x1ff07ffb,0x3960001d,0x6000000e,0x86000ff2,0xf9301b04,0xd08c08a0,0xf32086fd,0x20befe10,0x46068fee,0xf7e8fb9e,0x838888a7,0xa6c02000,0xd2100000,0x030a000c,0x011fdce1,0xf3100823,0x087e8874,0x17efaff6,0x38c0001d,0xb000000e,0x80000ff5,0xf9801a05,0x308d08d0,0xf200b0fd,0x409cfd50,0x4f0dc031,0xf7f8a39c,0x138883a7,0xbcbdb000,0xc8100000,0x0326000d,0x631f6c70,0xefaff824,0x28988824,0x02ed6fed,0x36b0001e,0x1000000e,0x55000008,0xfbb01805,0xd0a009f0,0xf150d2fd,0x407bfcb0,0x5512f05c,0xf8588399,0xd3718097,0xcbbb9000,0xc2600000,0x032e000e,0x401fcc98,0xeccff924,0x48ab8863,0xf5ebefeb,0x3570001e,0xd000000e,0x3300001b,0xfcc01605,0xe0ae0aa0,0xf0e0fffd,0x004ffc20,0x5b181077,0xf9089e97,0x53387e17,0xdab92000,0xbf300000,0x0323000e,0xe71f0d76,0xe9a00523,0x28c189d3,0xe8ea7ff4,0x34700020,0xa000000e,0x0a000036,0xfcb01205,0x10be0b10,0xf05136fc,0xa02efc10,0x641c0080,0xf918e198,0x43077ab7,0xebb73000,0xbe600000,0x031c000f,0x22173e51,0xe8d00220,0xe8ce8c13,0xe0e9b009,0x33e00023,0x2000000d,0xd9000067,0xfc500a02,0xd0cc0b40,0xefa185fb,0xe021fcf0,0x731d8064,0xf769739e,0xa2c974e8,0x03b51000,0xc0200000,0x0323000e,0xa905bf2c,0xecdfe51c,0x38b99003,0xe9e9f02c,0x33e00027,0x1000000d,0x980000d2,0xfbd003fe,0x00ce0b60,0xef41b1fb,0x3024fdf0,0x7b1b303f,0xf529d7a1,0x32927158,0x0eb3b000,0xc0400000,0x0329000e,0x62fd9f70,0xf10fd019,0xa8969223,0xfbe9e035,0x34400028,0xe000000d,0x8b000120,0xfbe008fb,0xd0b80ba0,0xee61c7fa,0x7042fee0,0x88152019,0xf26a20a2,0x02606e88,0x06b27000,0xc0800000,0x0322000e,0x5ef85f65,0xf4bfbf18,0x287591d4,0x0dea6030,0x34c00029,0x6000000d,0x8c00014f,0xfc5003fb,0x00ad0b20,0xed01d5f9,0xb07dffb0,0x9f0bbff2,0xef0a66a3,0x62256ba7,0xefb16000,0xc1e00000,0x0315000e,0x96f23f1e,0xf9cfb016,0x984f9034,0x27ec0036,0x3530002a,0x5000000d,0x7b000174,0xfc0fd3f8,0xf0cc0870,0xecd1d7f9,0xb0a2ff80,0xa9048ff5,0xed8a75a2,0xf2036ae7,0xe4b11000,0xc4600000,0x0300000e,0xfcef2eb5,0xfdbfc615,0xb8488e84,0x39ecf048,0x3480002b,0x7000000d,0x65000173,0xf99f6ef6,0x70f903b0,0xece1d7f9,0xf0aeff30,0xacff1010,0xecda4da1,0x520a6ad7,0xdeb18000,0xc6400000,0x02cc000f,0x2aee0e76,0x01bff615,0x486e8d14,0x1feca05e,0x3220002c,0xb000000d,0x4a00011d,0xf66f34f6,0x40fb0080,0xec71cbfa,0x50c9fe80,0xb3fbb02d,0xec1a0fa1,0x82216b37,0xd1b25000,0xc6b00000,0x0291000e,0xf9eede7e,0x03203616,0x38908c73,0xf6ed1073,0x3090002e,0x4000000d,0x31000088,0xf4ef61f7,0x00f0ffb0,0xeb51b6fa,0x50f9fde0,0xc2f9603c,0xeab9eaa1,0xe2276b27,0xbbb30000,0xc6300000,0x0261000e,0x9ff0cea5,0x00907818,0x58888c83,0xe9ee207f,0x3040002f,0xe000000d,0x28000038,0xf52fb2f7,0xc0df0000,0xeac1abfa,0x4110fdc0,0xcbf82042,0xe9a9dca1,0xc2296a97,0xacb31000,0xc5f00000,0x0245000e,0x75f10eb6,0xfdc09919,0x687c8c83,0xe8eeb083,0x30200030,0x5000000d,0x2900002f,0xf4efd8f8,0x20d20060,0xeae1a6fb,0x2130fc70,0xd6f45060,0xe5b9a8a1,0x923e68b7,0x6cb0e000,0xc6000000,0x01db000e,0x3eee1ed6,0xf2d0ea19,0x086a8da3,0xcdef9099,0x2ef00030,0x6000000d,0x2d00003c,0xf2a014f8,0x60a80110,0xeb61a9fb,0xf144fb10,0xd9f28079,0xe31979a2,0x02586677,0x37afd000,0xc5600000,0x01a0000e,0x1eecaee1,0xecf0fd17,0x88628ea3,0xbbf010aa,0x2e300030,0x5000000d,0x28000038,0xf2e029f8,0x50940160,0xec21adfc,0xc152fa00,0xdcf1908b,0xe0e953a2,0x826e6407,0x09af2000,0xc4a00000,0x017c000e,0x04ec1ee8,0xe950f815,0xc85b8f73,0xaef060b7,0x2d80002f,0xf000000d,0x21000035,0xf3802ff8,0x808b01b0,0xed11b5fd,0x715ef950,0xdcf0d094,0xdf394aa2,0xa26b6276,0xeaae9000,0xc4200000,0x016d000d,0xfaec2eea,0xe680ee13,0xf8569043,0xa6f050c2,0x2cf0002f,0x8000000d,0x1800003c,0xf4102df8,0xc08c01d0,0xed91b9fd,0xc164f8f0,0xdcf07097,0xde6948a2,0xb26761c6,0xddae5000,0xc3f00000,0x0168000d,0xf7ec4eea,0xe530e913,0x085490a3,0xa2f040c7,0x2cb0002f,0x4000000d,0x14000040,0xf4602bf8,0xe08e01d0,0xf0a1ccff,0xf18ff8f0,0xe0ee109b,0xdb7989a1,0xa2085fa6,0xabac7000,0xc3a00000,0x0152000e,0x26ed2ed4,0xdee0c00b,0xb8389233,0x9cefc0dc,0x2c60002c,0x2000000c,0xf300006f,0xf76020fa,0xa0ac01f0,0xf0e1d000,0x419df8c0,0xe2ee409f,0xdb498fa1,0xc2006026,0xa6ac7000,0xc3400000,0x0153000e,0x22ed4ed6,0xddd0bd0a,0x08309203,0x9def80d6,0x2c80002b,0x4000000c,0xf100007c,0xf8101dfb,0x40ae0200,0xf121e100,0xb1bcf7d0,0xebefc0ad,0xdb3995a2,0x61fb61b6,0x96ad4000,0xc2100000,0x015a000e,0x03edbee7,0xdc30b906,0x281891b3,0xa9ee20c5,0x2c800029,0x5000000c,0xf10000a6,0xf9b012fc,0xe0a60240,0xf121f400,0xc1d9f680,0xfaf270c1,0xdb7999a2,0xd1fb6476,0x87aef000,0xc0900000,0x0165000d,0xd1ee3f05,0xda70c002,0x27f99173,0xc4ec40b4,0x2c700027,0x7000000c,0xfc0000e0,0xfb6ffffe,0x208d0280,0xf0a1fc00,0x720bf4d0,0xf8f2e0d0,0xdae9bba1,0x81e96d96,0x93b18000,0xbe500000,0x018c000d,0xc7ee3f24,0xd3c0d9fb,0x67dd9063,0xf4ec50ae,0x2d200026,0x8000000d,0x12000121,0xfcbfc7fb,0x808902b0,0xeff1ff00,0x2235f390,0xf8f430df,0xdac9e6a1,0x01d076d6,0x92b2f000,0xbd900000,0x019a000d,0xb6ed8f44,0xcca0e4f4,0x57d48f94,0x1bed30ae,0x2de00027,0x7000000d,0x2100015a,0xfd3f7af7,0xb09c0240,0xeea1f9ff,0x824cf290,0xfcf810fd,0xdbf9e0a1,0xe1d87ea6,0x7eb47000,0xbd800000,0x0197000d,0x8aedbf57,0xc9c0aaf0,0x07f68fc4,0x23edd0bb,0x2e00002c,0x2000000d,0x1200018c,0xfb4f02f6,0x00ab00e0,0xece1e4fe,0xb26bf1a0,0xf8fd312f,0xdda9cca2,0x31e78a46,0x73b7d000,0xbd000000,0x01af000d,0x6aeeef5a,0xc8b025ec,0x98288fb4,0x20ef10da,0x2e000031,0x9000000c,0xf00001ae,0xf89e82f5,0x20acff50,0xec21cafe,0xa27cf1f0,0xea007159,0xdec9b4a1,0x81f393e6,0x70bb5000,0xbcd00000,0x01ce000d,0x72ef6f37,0xcc7f93ed,0x283a8f34,0x0cf070ef,0x2e200032,0xf000000c,0xe100016a,0xf75ea6f5,0x50a1ff00,0xeb91bdfe,0x628bf230,0xd903e179,0xe06992a0,0xe2069cb6,0x60bf5000,0xbc800000,0x01e8000d,0x78eeff02,0xd39f2fee,0xe8409023,0xfdf0f0fc,0x2e300034,0x6000000c,0xe200012d,0xf67f13f5,0x9090ff00,0xeb71b7fe,0x029ef310,0xcc07a18b,0xe2b991a0,0x71f9a3a6,0x51c36000,0xbd800000,0x020e000d,0x87eddec7,0xd95f24f2,0x183d90f4,0x01f10102,0x2e800034,0x8000000c,0xf700012d,0xf4df5cf5,0xe07bff30,0xeb31b6fd,0x92b7f430,0xc30b0191,0xe449bfa0,0xa1c1a9d6,0x3cc6a000,0xc0400000,0x0232000d,0x9bec8ea0,0xd9ef54f6,0xf83c9144,0x02f0c0fb,0x2e900034,0x1000000d,0x15000129,0xf45f76f6,0xc064ffb0,0xead1b9fd,0x42d4f4a0,0xb70d718e,0xe519dda0,0x41a6af96,0x2ac9d000,0xbf700000,0x0246000d,0x8aedaea8,0xd93fa5fb,0x08409183,0xfcf050f1,0x2e900033,0xe000000d,0x2f000123,0xf48f7bf7,0xb0560060,0xeac1bcfd,0x22e9f490,0xaa0ea188,0xe579e19f,0x81b2b396,0x33cc3000,0xbda00000,0x024e000d,0x6aeecec4,0xda4feefd,0x283e9193,0xfef030ed,0x2ec00033,0x2000000d,0x3d000124,0xf52f7bf8,0x205100d0,0xeaf1c2fd,0x02fdf440,0x980ee178,0xe5aa499a,0xd186b946,0x61ce9000,0xbd400000,0x0253000d,0x5fefef1b,0xdd1071ff,0xb8339174,0x0bf080e8,0x2f900030,0xc000000d,0x5300012e,0xf70f7cf7,0xf04f0180,0xeb21c5fd,0x0303f430,0x8d0ec175,0xe58a8698,0x216abc36,0x6fcf8000,0xbd700000,0x0256000d,0x55efff50,0xdd80a900,0xa8309154,0x0ff0e0e5,0x3020002f,0x9000000d,0x5c000132,0xf7df7cf7,0x905101d0,0xeb21c6fd,0x0303f430,0x8b0eb175,0xe57a9097,0xb166bca6,0x70cf9000,0xbd800000,0x0256000d,0x53efef58,0xdd80b000,0xc82f9154,0x10f100e5,0x3040002f,0x7000000d,0x5d000132,0xf7ff7bf7,0x705201e0,0xeb21c6fd,0x0303f430,0x8b0eb175,0xe57a9097,0xb166bca6,0x70cf9000,0xbd800000,0x0256000d,0x53efef58,0xdd80b000,0xc82f9154,0x10f100e5,0x3040002f,0x7000000d,0x5d000132,0xf7ff7bf7,0x705201e0,0xec61defd,0x6318f5a0,0x630ca16e,0xe6ab3295,0xa156bff6,0x72d3d000,0xc0d00000,0x0268000c,0xa3ea9fdf,0xded0f705,0xf83e9264,0x05f140eb,0x31a0002d,0xf000000d,0x31000135,0xf90f6af6,0x108801a0,0xecb1e5fd,0x7321f5b0,0x620c1164,0xe6ab5094,0xd150bf76,0x77d40000,0xc1100000,0x0272000c,0x89eb8fef,0xdf40ff08,0x784292b4,0x03f110ed,0x31d0002d,0x9000000d,0x22000136,0xf94f63f5,0xf0960180,0xeda1f9fd,0x9334f5b0,0x630a814a,0xe66b9a93,0x613cbe26,0x78d3f000,0xc1e00000,0x028a000c,0x40ef400b,0xde412f0f,0x284c9383,0xfef0a0f3,0x3240002c,0x5000000c,0xf400013c,0xfa1f52f5,0x80bc0130,0xefa215fe,0x533ff530,0x6308712e,0xe51bcf93,0xc121bd16,0x62d2d000,0xc2700000,0x02a3000b,0xeff47fe3,0xdad1ad16,0x185394a3,0xf3f030f7,0x32c0002a,0x2000000c,0xbe000147,0xfbaf3ef4,0x70e100d0,0xf25234ff,0xf347f420,0x57062126,0xe30bc794,0x911abd46,0x4fd23000,0xc0e00000,0x02a4000b,0xd1f66f76,0xdd02271c,0x48519583,0xe1ef80ef,0x32900027,0x6000000c,0xa7000156,0xfd7f30f3,0x50e20040,0xf3c25100,0xc35bf2e0,0x4a044128,0xe1cba594,0x4127bd46,0x5cd1d000,0xbe700000,0x02a3000b,0xe9f55f1b,0xe6224123,0xd84995b3,0xd6ee40d9,0x31f00024,0xc000000c,0xb6000161,0xff1f28f3,0x40c2ff90,0xf4425c01,0x1366f2d0,0x47037125,0xe1ab9294,0x2129bce6,0x64d15000,0xbe000000,0x02a5000c,0x02f3eef8,0xeb923927,0x78389553,0xd8eda0c9,0x31f00022,0xc000000c,0xd100016b,0x003f26f3,0x40adff00,0xf5626401,0x836ff400,0x4e02c10e,0xe26b7d94,0xb121bc16,0x5dd0b000,0xbf100000,0x02a1000c,0x2af17ee8,0xf0522f29,0x37f19413,0xeced60bc,0x3250001e,0xf000000d,0x0100018d,0x01cf32f2,0xd0c0fdc0,0xf6026c01,0xa380f4e0,0x5d0200ee,0xe32b6395,0xa12cbb46,0x59d11000,0xbec00000,0x028a000c,0x3df05ef9,0xf4321f2a,0x978b92e4,0x0fed10b9,0x3270001c,0x5000000d,0x230001bd,0x023f41f2,0x1100fbe0,0xf6326d01,0x7389f570,0x630180df,0xe39b5a96,0x212fbae6,0x5cd19000,0xbeb00000,0x027a000c,0x33f0bf16,0xf522172b,0x275c9274,0x31ecc0b9,0x3270001c,0x4000000d,0x350001c7,0x009f32f2,0x0117fad0,0xf6026d00,0x9389f5d0,0x6800d0d5,0xe43b5896,0xc126ba46,0x5ed19000,0xbfe00000,0x0272000c,0x22f0bf3d,0xefc21c28,0xd77e92f4,0x4cec70bc,0x32a0001f,0x4000000d,0x49000166,0xfaaefdf2,0x5112fb00,0xf5726fff,0x7387f5d0,0x6d0030cb,0xe4fb5497,0x4122b9a6,0x5ed19000,0xc0a00000,0x026c000c,0x10f0bf62,0xe9a22526,0x07c49414,0x54ec10c0,0x32a00023,0x8000000d,0x540000e0,0xf41ed5f2,0xd10bfb90,0xf5326efe,0xe389f5e0,0x6dffc0bf,0xe5db5297,0x4128b936,0x65d1e000,0xc0200000,0x0267000c,0x05f17f7a,0xe6122424,0x980b93a4,0x49ebb0be,0x32600025,0xb000000d,0x5e000071,0xf2ceedf3,0xe105fc60,0xf5226bfe,0xa38bf640,0x68ffa0b1,0xe71b5397,0x6129b8e6,0x6dd26000,0xc0000000,0x0262000b,0xfcf23f8c,0xe2922123,0x484a91f4,0x41ebb0b9,0x32400026,0x0000000d,0x6d000013,0xf51f1af5,0x00fffd50,0xf52266fe,0x838bf6e0,0x63ffd0a7,0xe7fb5998,0x011db976,0x63d29000,0xc1000000,0x0264000b,0xf8f26f8e,0xdf723221,0x584d90d4,0x42ec40b9,0x32800024,0xe000000d,0x72000018,0xfa0f4bf5,0x00fbfdc0,0xf4c262fe,0x338ff790,0x5b000092,0xe8fb5898,0xf115ba36,0x57d2a000,0xc1600000,0x0269000b,0xf0f2df8a,0xdc02491e,0xb8419024,0x43ecf0ba,0x32d00024,0x8000000d,0x73000047,0xf9df8af4,0xe0f7fe50,0xf47260fd,0xd393f7b0,0x59002066,0xe9fb4599,0x4122ba56,0x5dd2c000,0xc0100000,0x0268000b,0xebf35f7f,0xdc32471e,0x88389054,0x49ed20bb,0x32f00024,0xf000000d,0x73000070,0xf9bf9bf5,0x00f4fe80,0xf4225dfd,0x5395f7e0,0x57007012,0xeb7b2999,0x5131baa6,0x6bd30000,0xbe900000,0x025d000b,0xeaf3af6e,0xdd92411e,0xf82c9074,0x54ed10bc,0x33300025,0x3000000d,0x79000095,0xf8cfabf5,0x70edfec0,0xf4025cfd,0x1398f850,0x5400cfdc,0xec2b2898,0xf132bac6,0x6dd2e000,0xbe800000,0x025d000b,0xf3f33f6f,0xde02461e,0xe82b9054,0x55ecf0b9,0x33300025,0x2000000d,0x7e000093,0xf84fb6f5,0xe0e8fef0,0xf3a25cfc,0xb39ff920,0x5101af88,0xed6b3598,0x0137ba86,0x6cd28000,0xbe400000,0x0269000c,0x08f26f80,0xde424c1e,0xb82f9064,0x52ec80b6,0x33100025,0x6000000d,0x7e000084,0xf88fc5f6,0xa0e2ff60,0xf3725cfc,0x83a2f970,0x50025f61,0xedeb3c97,0x9137ba36,0x70d28000,0xbe300000,0x026d000c,0x0ff25f88,0xdea2441f,0x08309074,0x51ec50b6,0x33000025,0x9000000d,0x7c00007f,0xf87fccf6,0xe0e0ff90,0xf3325dfc,0x239cf9e0,0x4d035f3b,0xee5b4897,0x7128ba36,0x6dd27000,0xbf800000,0x0273000c,0x15f24f8b,0xdd023a1e,0x38309074,0x52ec20b5,0x32f00025,0xb000000d,0x7b00007d,0xf83fd4f7,0x10defff0,0xf3125dfc,0x1398fa10,0x4b039f30,0xee6b4d97,0x811fba46,0x69d25000,0xc0500000,0x0276000c,0x16f22f8c,0xdb82381d,0x68309074,0x53ec20b4,0x33000025,0xc000000d,0x7b00007e,0xf82fd6f7,0x10dc0010,0xf3125dfc,0x0393fa40,0x4a03af2e,0xeeab4f97,0xa11aba56,0x63d24000,0xc0f00000,0x0278000c,0x16f1ff8b,0xd9f23b1c,0x78309074,0x53ec20b3,0x33000025,0xd000000d,0x7b00007e,0xf81fd8f7,0x00db0030,0xf3025dfc,0x0390fa50,0x4703cf2e,0xeefb4d97,0x911aba76,0x63d25000,0xc1200000,0x0277000c,0x19f20f8a,0xd9823a1c,0x38309094,0x51ec30b6,0x33000026,0x2000000d,0x7700007d,0xf7ffd9f6,0xd0db0020,0xf3025dfc,0x038dfa50,0x4403ef2e,0xef4b4a97,0x711cba76,0x65d26000,0xc1100000,0x0276000c,0x1bf21f88,0xd9b2361c,0x683090a4,0x51ec40b8,0x33100026,0x6000000d,0x7400007d,0xf7dfdbf6,0xa0db0000,0xf3025dfc,0x038bfa50,0x4503cf2e,0xef8b4897,0x911cba76,0x64d25000,0xc1400000,0x0276000c,0x19f20f88,0xd9e2341c,0x782f90a4,0x51ec60b7,0x33300026,0x7000000d,0x7600007e,0xf7cfdbf6,0x80dafff0,0xf3025cfc,0x0389fa60,0x45037f2c,0xf01b4697,0xa11cba76,0x63d24000,0xc1900000,0x0276000c,0x1af1df88,0xd9e2341c,0x582e90a4,0x51ec60b6,0x33400026,0x8000000d,0x7800007e,0xf7cfdcf6,0x60d9ffc0,0xf3025bfc,0x1389fa70,0x45032f27,0xf14b4397,0xd124ba46,0x62d22000,0xc2000000,0x0276000c,0x1af1cf94,0xda12321c,0x782c90a4,0x51ec50b7,0x33300026,0x9000000d,0x7700007d,0xf7bfdcf6,0x50d8ff90,0xf32258fc,0x3388fa90,0x4602ff1e,0xf2db4799,0x2127b966,0x63d1b000,0xc3f00000,0x0278000c,0x10f15fb1,0xdad22e1d,0x78299084,0x53ec50b9,0x33200026,0x7000000d,0x7600007e,0xf7bfdcf6,0x50d7ff70,0xf35254fc,0x5387fac0,0x4702df19,0xf3cb489a,0x112ab866,0x61d12000,0xc5700000,0x0278000c,0x05f0afbf,0xdb822f1e,0xa8249064,0x55ec80bb,0x33200026,0x4000000d,0x7600007d,0xf7bfddf6,0x60d6ff70 +}; + +u32 ANIM_ENTRY_hit_right_arm[] = +{ + 0xf88f8f00,0x00380550,0x150bafeb,0xfd183389,0x5383a157,0x38c1a000,0xde800000,0x0263000c,0x8305806b,0xf0e04d13,0x88387d93,0xf0f5afea,0x3c100008,0x0000000f,0x3e000f86,0xfd201115,0x803c02f0,0xf8cf94ff,0xf0340520,0x160b9feb,0xfd283689,0x7384a167,0x37c1c000,0xdea00000,0x025f000c,0x8205906c,0xf0e04f13,0x683f7e23,0xeff54ff0,0x3bf00008,0x6000000f,0x3b000f84,0xfd301215,0x903d0310,0xf90f97ff,0xe0300510,0x150b8feb,0xfd383589,0xf386a1f7,0x2bc1b000,0xdf200000,0x0256000c,0x8205906a,0xf0205513,0x283f7ec3,0xf0f51ff6,0x3bf00008,0xf000000f,0x37000f87,0xfd001015,0x803b0300,0xf95f9aff,0xe02b0510,0x150b8fea,0xfd582d8b,0xa38ba3c6,0xffc16000,0xe0f00000,0x023e000c,0x8405805e,0xed406a12,0x68378023,0xf5f53005,0x3c20000a,0xa000000f,0x2d000f92,0xfc500c15,0x204102b0,0xf91f9bff,0xe0340530,0x170adfe8,0xfd281e8d,0x1395a3e6,0xd8c1b000,0xe2600000,0x022f000c,0x8a05204b,0xebe06712,0xf82a8263,0xfbf58010,0x3c20000e,0x9000000f,0x19000fa3,0xfac00614,0xb0520280,0xf89f9eff,0xd06405d0,0x22075fd9,0xfca8188f,0x83a1a236,0x9fc2b000,0xe2f00000,0x0225000c,0x9004602d,0xec604c14,0x381286b4,0x09f61027,0x3c100016,0x6000000e,0xe5000fc2,0xf61ff913,0xf06f0240,0xf82fa0ff,0xa0b30710,0x3600ffae,0xfbf84992,0x039f9ef6,0x7ec26000,0xe2000000,0x0230000c,0x9302f024,0xef203514,0xc80889f4,0x17f63048,0x3bb0001c,0x4000000e,0xa1000fd3,0xf3fff013,0xc0870240,0xf7cfa2ff,0x70ea07e0,0x47fb0f81,0xfb687e93,0x93959c06,0x6dc15000,0xe2100000,0x0236000c,0x9f00b028,0xf1703115,0xa80d8bd4,0x1ef63062,0x3b40001f,0x6000000e,0x68000fd5,0xf33fe713,0xb0980250,0xf72fa8ff,0x812307a0,0x5def8f49,0xfbf8e293,0x937d9736,0x6bc11000,0xe2f00000,0x020f000c,0xa6fb805f,0xf9a03718,0x38208c84,0x28f66080,0x3a90001f,0x7000000e,0x28000fd2,0xf5ffc913,0x50a40280,0xf6bfb1ff,0x514406c0,0x5de90f41,0xfca91391,0x734e9426,0x82c17000,0xe2800000,0x020b000c,0xd7f9708e,0x02204d17,0x882b8c24,0x28f58085,0x39b0001e,0x2000000e,0x13000fd7,0xfb2faf14,0x40770340,0xf67fb7fe,0xf1560650,0x55e72f4d,0xfdc95690,0x33149286,0x97c09000,0xe3d00000,0x0211000c,0xf1f970af,0x04b09414,0xe8308b74,0x20f45089,0x3900001c,0x6000000e,0x09000fe2,0xf99f9f16,0x006d0400,0xf64fb6fe,0xb1630680,0x59e6af53,0xfea9bd91,0x32f99156,0x91c01000,0xe5c00000,0x01fa000c,0xaefaa0c4,0x02b0c613,0x38318b64,0x1df46096,0x3910001b,0xb000000d,0xf7000ffc,0xf96f9b16,0x70580430,0xf63fb5fe,0xb16706a0,0x5be68f53,0xfee9dd91,0x92f490f6,0x8dc00000,0xe6300000,0x01f1000c,0x94fb10c8,0x01f0cf12,0xe8318b84,0x1cf4909b,0x3920001b,0xc000000d,0xf0000007,0xfa6f9b16,0x704c0420,0xf60fb3fe,0xc1730670,0x5de6bf58,0xff59fb91,0xc2ec9096,0x86c04000,0xe5c00000,0x01ec000c,0x80fb60be,0x0090c911,0x082e8bd4,0x1cf500a4,0x3940001c,0x1000000d,0xe800001a,0xfb1f9f15,0xf04303e0,0xf5afaefe,0xf1900600,0x63e81f68,0x008a4c92,0x32d48fc6,0x70c0f000,0xe4900000,0x01de000c,0x4cfc509e,0xfc10b20b,0x38238ca4,0x1cf640b9,0x3990001c,0xb000000d,0xd800004d,0xfe5fac14,0xa01f0320,0xf5afadfe,0xf18d05f0,0x64e9cf6d,0x009a6392,0x32ca8fa6,0x69c12000,0xe4a00000,0x01d5000c,0x43fca094,0xf9f0a808,0xe8218c84,0x1cf650b7,0x3990001c,0x6000000d,0xe0000052,0xfeefb214,0xa0130320,0xf59fadfe,0xf18b0590,0x66ecaf78,0x004a9292,0x52b98fe6,0x5ac18000,0xe4700000,0x01c5000c,0x34fd0084,0xf5608605,0x381d8c34,0x1cf650af,0x39a0001b,0xb000000d,0xf2000053,0xfdcfbf14,0xb03102f0,0xf53facff,0x019003c0,0x68f07f92,0xff2ad892,0x729991f6,0x3ac2b000,0xe2f00000,0x01aa000c,0x25fd406c,0xedd03400,0xc8158bb4,0x1ff6309e,0x39a0001a,0xe000000e,0x1200004f,0xfcbfd314,0xd04e0280,0xf4cfabff,0x01a00140,0x68f17fac,0xfdaada92,0x127d9506,0x1bc40000,0xe0d00000,0x019b000c,0x2bfce05b,0xea600700,0x280e8b94,0x23f62099,0x3990001b,0x1000000e,0x18000055,0xfcdfd315,0x004d0270,0xf42faaff,0x01afff70,0x66f1efc1,0xfc5ac591,0xb26797c6,0x00c4a000,0xdfb00000,0x0190000c,0x3afc103f,0xe71ff9ff,0xf8078b84,0x26f65099,0x39a0001b,0x8000000e,0x1100005b,0xfcdfd015,0x304c0270,0xf1cfaaff,0x01dafbf0,0x55f25fed,0xfaca8f92,0x52629d35,0xd0c64000,0xde500000,0x0184000c,0x5df8efe4,0xe00fe9ff,0x98038bf4,0x24f6b0a2,0x3940001e,0x2000000d,0xe700005c,0xfc9fd215,0x203f0290,0xefdfacff,0x320bf970,0x3bf3100f,0xfa3a5b92,0xe261a075,0xb7c9a000,0xdd600000,0x0195000c,0x65f65fc5,0xdd7fd7ff,0x98048cc4,0x1df6e0b0,0x38c00020,0x9000000d,0xbc00005c,0xfc9fd514,0xe0520260,0xef5faeff,0x622af880,0x2bf4301b,0xfa2a3f93,0xb260a245,0xa5cc1000,0xdce00000,0x01b5000c,0x4df4ffbd,0xdc7fc8ff,0xd8068d64,0x19f6e0bd,0x38500021,0x1000000d,0xa700005a,0xfd1fd614,0xd04b0220,0xef7fa7ff,0x4258f860,0x1ff4901c,0xfa4a1e94,0xc253a505,0x97d15000,0xdbe00000,0x01e2000c,0x7af2cf6e,0xddbfb300,0x78068df4,0x19f710d7,0x3840001f,0xe000000d,0x9600004f,0xfe5fd814,0xf02e0220,0xef7f95ff,0x9292f880,0x0bf46027,0xfa99f895,0x7245a935,0x90d6c000,0xd9f00000,0x0216000c,0xccefef00,0xde3fa000,0x97fc8e44,0x1af840f7,0x38a0001e,0xf000000d,0x88000043,0xff5fd914,0xdffb0210,0xef6f82ff,0xe2b2f8cf,0xfbf45033,0xfad9e295,0xa241ac25,0x8fd8b000,0xd8300000,0x0234000c,0xfaeddeb9,0xdcdfa500,0x77ed8df4,0x21f97106,0x3940001f,0x1000000d,0x8d000040,0xfedfd614,0xcfe001c0,0xef6f5e00,0xd2daf93f,0xd9f55049,0xfb59b595,0xc23faf95,0x91d9d000,0xd5c00000,0x024f000d,0x3aea3e42,0xd88feb01,0x37c78cf4,0x36fb5110,0x3af00021,0x9000000d,0xb6000046,0xfb6fc114,0xcfc10010,0xef2f4c00,0xd2fdf88f,0xbef5d063,0xfc299095,0xb242b225,0x96db6000,0xd3d00000,0x025f000d,0x75e8adf1,0xd4f03202,0xe7ca8d24,0x37fb5115,0x3b800023,0x6000000d,0xd1000037,0xf9ffaa15,0x8fadff30,0xee9f4600,0x2325f70f,0xa6f5f077,0xfce96c95,0x0241b3d5,0x9edcb000,0xd1800000,0x027d000d,0xa4e95dcb,0xd1c06904,0xf7db8df4,0x34f9610f,0x3b000024,0x8000000d,0xe500002d,0xf9ef9217,0x5f90ff00,0xee6f45ff,0x8338f64f,0xa1f6007a,0xfd495f94,0xb23fb465,0xa0dd6000,0xd0900000,0x028d000d,0xafe9edc5,0xd0807e06,0x17e48e84,0x32f7b10a,0x3a500025,0x2000000d,0xed00002b,0xf9ff8a18,0xdf85ff10,0xee6f45ff,0x633af63f,0xa1f6107a,0xfd595e94,0xb23fb475,0xa0dd7000,0xd0800000,0x028f000d,0xb0e9fdc5,0xd0608106,0x37e58e94,0x32f7710a,0x3a300025,0x4000000d,0xed00002a,0xfa0f8919,0x0f79ff20,0xee4f46ff,0x6355f58f,0x9df59063,0xfde96f96,0x023fb515,0xa1e06000,0xd0400000,0x02ba000d,0xa8ea6dd5,0xd1608d0a,0xb7e38ea4,0x2ff5c0fd,0x39f00024,0x1000000d,0xff00004b,0xfccf851a,0x4f6bffe0,0xee4f46ff,0x735df57f,0x9cf5505f,0xfe197596,0x223eb525,0xa3e0e000,0xd0000000,0x02c9000d,0xaaeaadd8,0xd1b0870b,0x77e28ed4,0x2ff550fb,0x39e00023,0xf000000d,0xfd000054,0xfcff891a,0x6f720030,0xee3f48ff,0x836cf58f,0x9cf4c05d,0xfe698395,0xe23bb505,0xa7e12000,0xcf800000,0x02e6000d,0xb8eb6dd7,0xd2006d0b,0xa7dd8f54,0x34f4c0fd,0x39e00024,0x0000000d,0xed000062,0xfc5f981a,0x3f9200b0,0xee3f4aff,0xc380f5bf,0x9df44054,0xfed99a95,0x3234b4b5,0xafe15000,0xceb00000,0x0314000d,0xd4ecedd0,0xd240410b,0x37d29024,0x3df47104,0x3a100024,0x0000000d,0xc8000077,0xfb9fac19,0x4fb40140,0xee7f47ff,0xf38ef64f,0xb9f4602e,0xfe29c394,0xc227b385,0xb3e07000,0xcea00000,0x0348000e,0x06ef3db3,0xd2c02408,0xf7ce9144,0x3ff5d11a,0x3a500023,0x0000000d,0x6800006c,0xfcefb715,0x200801a0,0xeeef4a00,0x139ef68f,0xdef47000,0xfd29f395,0x0223b255,0xb5e00000,0xcf400000,0x0369000e,0x3df11d96,0xd3d02e06,0xe7d39254,0x3df75127,0x3a500021,0x4000000d,0x0500005a,0xfeefb710,0xb04201c0,0xef1f5600,0x93b7f64f,0xedf3bfe5,0xfc9a0d94,0xe229b175,0xc1dfd000,0xcf400000,0x037d000e,0x79f2dd82,0xd5e06607,0x27d79274,0x3af80119,0x3930001e,0xc000000c,0xe000004f,0x00dfac0e,0x60780130,0xef1f5c01,0x23d2f5cf,0xf3f35fd3,0xfbca1994,0xa22eb065,0xccdef000,0xcf200000,0x038c000e,0xa7f3bd7b,0xd880b30a,0x17df91b4,0x2ff78105,0x3720001b,0x9000000c,0xeb000031,0x02bfaa0d,0xe0970000,0xef1f5a01,0x33e4f56f,0xfdf37fcb,0xfb8a2895,0x122aafd5,0xc7dee000,0xd0200000,0x038a000e,0xb9f36d81,0xd9c0e80d,0x97ea9134,0x23f6e103,0x35d00019,0x8000000c,0xf6000010,0x03bfaf0e,0xc08cff40,0xeeef5301,0xd3faf52f,0xfaf3ffd2,0xfbda3994,0xd22aaf65,0xcddee000,0xd0000000,0x0396000e,0xbdf32d98,0xdae10111,0x47dc9044,0x25f7210a,0x35900018,0x5000000d,0x0700000d,0x035fa510,0x3077fef0,0xeecf4902,0x840cf4ff,0xf8f4ffdb,0xfc7a4594,0x122aaed5,0xd7de7000,0xcf400000,0x03af000e,0xbbf37daf,0xdb610714,0x37c48f54,0x2ef7d112,0x35f00018,0x3000000d,0x1b00001c,0x018f9410,0xd04ffeb0,0xeeef3c02,0x740df520,0x03f5efd7,0xfcfa5394,0x0224aeb5,0xd4de6000,0xcf500000,0x03bb000e,0xadf39dbb,0xda60f914,0x97bc8ef4,0x32f85118,0x36400019,0x8000000d,0x28000024,0xfeaf8c11,0x2028ff10,0xef9f2101,0xf407f570,0x22f6efcd,0xfd5a7694,0xb219ae85,0xc9deb000,0xd0000000,0x03c4000e,0x90f32dd2,0xd860e014,0x77be8f24,0x29f88127,0x3610001d,0x4000000d,0x39000022,0xfddf8813,0x2fff0050,0xf0cef801,0x03f4f590,0x42f73fd2,0xfd9a9794,0x220face5,0xc7dd6000,0xd0700000,0x03da000e,0x93f3bdef,0xd580c713,0xa7b29054,0x24f8b146,0x36800024,0x9000000d,0x5000002e,0xf58f7815,0x7fbd0110,0xf18ed600,0x33eaf5e0,0x55f70fd7,0xfdaa9c93,0x3207ab35,0xc8db9000,0xd0800000,0x03eb000e,0xaaf4ddf2,0xd3b0c613,0x17a39004,0x27f94156,0x37a00028,0x2000000d,0x6400003a,0xf21f6f16,0xdf9f0150,0xf1ceb8ff,0xa3e9f670,0x60f69fd8,0xfdbaa393,0x7204aa95,0xc3db4000,0xd0f00000,0x03e7000e,0xb1f4fdf2,0xd2f0d513,0x979a8f24,0x23fa015b,0x38c00029,0x2000000d,0x76000034,0xef1f7917,0xef850190,0xf14e8bff,0x83f5f740,0x59f4ffea,0xfdcaab94,0x320caa35,0xc4dbe000,0xd1400000,0x03d9000e,0xb5f4bdf8,0xd390ff16,0x078e8ea4,0x1cfb6159,0x3aa0002a,0x7000000d,0x9800001d,0xf0ef9719,0x5f8401a0,0xf0ce78ff,0xa3fef780,0x4ef40ff7,0xfdcaab94,0x5213a9e5,0xcbdc1000,0xd1300000,0x03d7000e,0xbbf4cdfb,0xd4411417,0x67868ec4,0x1dfc0157,0x3b80002b,0x6000000d,0xa8000015,0xf1efa319,0xef740180,0xf0ce71ff,0x9400f790,0x4af3affc,0xfdbaa694,0x1212a9c5,0xcbdbd000,0xd1200000,0x03d6000e,0xc1f52df8,0xd4611d17,0x87828ec4,0x1efba155,0x3b80002b,0x5000000d,0xb0000013,0xf25fa81a,0x8f6e0170,0xf10e48ff,0x340af7f0,0x32f1d017,0xfd8a8292,0x9205a905,0xc3da0000,0xd1300000,0x03cc000e,0xe8f77ddf,0xd5115117,0x77668e64,0x28f8c144,0x3b10002a,0x4000000d,0xe0000005,0xf36fc41f,0x3f3b00e0,0xf0ee3cff,0x940ef820,0x2cf1b015,0xfd7a8592,0xf201a9a5,0xbbdac000,0xd1c00000,0x03bf000e,0xeaf72dd6,0xd5815b17,0x875a8e14,0x2bf7e13b,0x3b500029,0xa000000d,0xf5000004,0xf36fd420,0x8f380070,0xf09e2d00,0x2416f880,0x24f1a00f,0xfd6a8e93,0xc205aa85,0xb7dc2000,0xd2700000,0x03b2000e,0xe5f62dcb,0xd6b16417,0xe7458e04,0x36f61130,0x3ba00029,0x6000000e,0x0f000003,0xf30ff222,0x6f53ffe0,0xf01e1c00,0xb424f840,0x1cf31005,0xfc8a8793,0x5203aa25,0xbedb6000,0xd2c00000,0x03c1000e,0xeaf5adb5,0xd7e16417,0x87318ea4,0x4cf2a12c,0x3b900029,0xf000000e,0x0d000ffd,0xf1800d22,0xef340040,0xefbe0300,0xf42ef800,0x22f49ff3,0xfb4a8393,0x31fcaa25,0xbcdad000,0xd3200000,0x03c6000e,0xe4f4ed9d,0xd8b15e16,0xa72d8f14,0x52f05133,0x3b300029,0x1000000d,0xe8000fdd,0xf200231f,0xdf1701c0,0xef6dee01,0x0432f810,0x2df4efe8,0xfaaa8b93,0xa1fcaa85,0xb7db4000,0xd3700000,0x03bf000e,0xd7f3ed96,0xd8f15316,0x47308f44,0x4ef0c13c,0x3ae00028,0x4000000d,0xbc000fbe,0xf300301b,0x9f3b02f0,0xeecdd101,0x9439f7d0,0x34f45fea,0xf99a9d93,0xf1fcaa05,0xb2da8000,0xd3800000,0x03c3000e,0xcbf31da2,0xd8213b15,0x471e8f64,0x6bf4d13c,0x3b900028,0x0000000d,0x6c000fb4,0xf4202712,0x0fd10350,0xeebdc001,0x543cf700,0x39f38ff6,0xf8aaa293,0x61f0a935,0xadd91000,0xd3700000,0x03ca000e,0xcdf3edb0,0xd7212e14,0x570e8ea4,0x8bf85119,0x3c400027,0x9000000d,0x4d000fc2,0xf4a0190c,0x404802a0,0xee9dac00,0xf443f6b0,0x3df28fff,0xf7eab294,0x21efaa15,0xa8da7000,0xd3c00000,0x03bd000e,0xbff39dc2,0xd6e12714,0x870a8e04,0x93fa30df,0x3b500027,0x4000000d,0x5d000fb6,0xf5001d0a,0xd09f0130,0xee1d9b01,0x5449f640,0x2cf1e019,0xf6eabd94,0xc1f8aac5,0xaddbf000,0xd3d00000,0x03b7000e,0xb8f2cddb,0xd6712b15,0x870b8df4,0x91f8b0cc,0x37c00027,0x4000000d,0x5d000fa6,0xf5901f0c,0x90c8ff00,0xedad9001,0xf44bf570,0x10f1b03b,0xf59ab594,0x11f0aa15,0xaedad000,0xd4000000,0x03bd000e,0xcef34de0,0xd5314116,0x27188e34,0x89f670dc,0x35300027,0x1000000d,0x44000f96,0xf640150f,0x10bdfde0,0xedbd8802,0x044df500,0x07f1a047,0xf4fab594,0x11eea9d5,0xacda8000,0xd4200000,0x03bd000e,0xd5f36ddb,0xd4e14e16,0xa72f8ec4,0x74f4d0ee,0x33d00026,0xc000000d,0x33000f78,0xf6b01512,0x408afec0,0xedad7d02,0x544ff490,0x03f1b04d,0xf4aac094,0xb1f7ab15,0xacdc4000,0xd4000000,0x03b1000e,0xc9f2edd4,0xd6014c17,0xa73c8ec4,0x67f460ef,0x33600025,0xd000000d,0x3c000f63,0xf7401813,0xe0680050,0xed6d7302,0xe450f41f,0xfbf1c058,0xf41ac694,0xf1fcac25,0xabdd4000,0xd3e00000,0x03a9000e,0xc1f2cdcc,0xd7114c18,0x373e8e84,0x66f490ee,0x33700024,0xe000000d,0x4b000f5f,0xf7d01414,0x906301e0,0xed3d6b03,0x444bf3df,0xfaf1e05f,0xf3aabf94,0xa1f4ac85,0xa6dd2000,0xd4200000,0x03a1000e,0xc2f33dc3,0xd7715217,0x273b8e54,0x68f500f0,0x33b00024,0x8000000d,0x50000f65,0xf7f01014,0xc0620270,0xed0d5f03,0x9444f3bf,0xfef21064,0xf33ab694,0x51e9ad55,0x9edd6000,0xd4d00000,0x038d000e,0xc3f3ddb6,0xd8115c15,0x573c8e14,0x65f570f4,0x33e00024,0x0000000d,0x53000f66,0xf8100e15,0x305302f0,0xecfd5e03,0xa443f3bf,0xfff21064,0xf32ab594,0x41e7ad75,0x9ddd7000,0xd4f00000,0x038b000e,0xc4f3edb4,0xd8215d15,0x273d8e14,0x65f580f4,0x33e00023,0xf000000d,0x53000f66,0xf8100e15,0x40530300,0xed0d5403,0xb446f350,0x08f16061,0xf25ac195,0xc1feae55,0x9fde0000,0xd4200000,0x0380000e,0xa9f27dbf,0xd8b15c13,0xa74a8e04,0x55f540f3,0x33900023,0x7000000d,0x5d000f57,0xf8901916,0x404d0330,0xecfd5103,0xf444f310,0x0bf0e063,0xf1eac596,0x720aaea5,0xa0de2000,0xd3c00000,0x037b000e,0x9df1cdc6,0xd8f15d12,0xc74f8dc4,0x50f510ef,0x33800022,0xf000000d,0x6a000f55,0xf8e01b16,0xb04a0330,0xecdd5404,0x843ef2e0,0x07f09068,0xf1dac096,0x620dae75,0xa0ddc000,0xd3c00000,0x037a000e,0xa0f1ddc8,0xd8e16112,0x57488d54,0x58f510e6,0x33a00022,0x5000000d,0x7c000f64,0xf9101116,0x805a0300,0xecbd5505,0x3435f2c0,0x03efb06f,0xf1caaf96,0x620eadd5,0x9cdcb000,0xd4200000,0x0369000e,0xa7f20dbf,0xd8c17c11,0x67438ca4,0x5ff540da,0x33f00021,0x5000000d,0x95000f75,0xf9600516,0x306a02e0,0xecbd5205,0x842ff2d0,0x05ee1071,0xf18a8c97,0x521dac85,0x97dac000,0xd4c00000,0x033e000e,0xaef1dda8,0xd8a1b10f,0xe7438bc4,0x5ef590ce,0x34600020,0x1000000d,0xae000f7b,0xf9f00116,0x206c0320,0xecdd5005,0x7430f2d0,0x09ed206f,0xf14a7598,0xb239ab65,0x98d9a000,0xd4e00000,0x0322000e,0xa6f0fda6,0xd861c80e,0xf7468b94,0x59f5a0cc,0x3450001f,0xc000000d,0xb3000f76,0xfa300816,0x70670380,0xeced5005,0x642af300,0x0eec806c,0xf11a4199,0x1251a815,0x8bd59000,0xd5d00000,0x0304000e,0xbbf1dda9,0xd571e00b,0xc7478ba4,0x5af5b0cb,0x3440001f,0xe000000d,0xb6000f79,0xfa501016,0x706303d0 +}; + +u32 ANIM_ENTRY_hit_left_hand[] = +{ + 0xff9faa01,0x7010052f,0xfc061030,0xfad000fb,0x5b831f90,0x8b3ec000,0xe1a00000,0x025c000c,0xa501b074,0xed609718,0x681f84e3,0xd9f78074,0x39800007,0x2000000f,0x4c000f58,0xff101a05,0x302700a0,0xffbfb001,0x7018051f,0xfc03c028,0xfa402ef8,0xdb861e80,0x8f3ee000,0xe3100000,0x0262000c,0xb300e065,0xec709f17,0x88168633,0xdff74078,0x39800008,0xf000000f,0x48000f67,0xfec00e05,0x10250090,0xffffc701,0x403a04d0,0x06ff5011,0xf8c085f3,0xeb871b60,0xa63f5000,0xe4b00000,0x026a000c,0xd7fec03c,0xec309d16,0xc8198903,0xe7f61081,0x3990000c,0xc000000f,0x3e000f7f,0xfe7ffb04,0xc0230060,0xffdff400,0xc07e0390,0x16f97fee,0xf740d2ee,0x7b811770,0xcf3ef000,0xe4600000,0x0282000d,0x34fbcfee,0xed209e16,0x782b8ce3,0xf1f43099,0x39a00011,0xd000000f,0x15000fa0,0xfe6fe503,0xc0270000,0xff701200,0x80b302b0,0x1ff45fd6,0xf680eaeb,0x4b7d14e0,0xee3e1000,0xe2b00000,0x02a2000d,0x7af9efaa,0xedc09f16,0x68318f23,0xf8f310b0,0x39a00014,0xc000000e,0xe9000fba,0xfe6fd602,0xe02effc0,0xff102600,0x70fc0250,0x20ec3fc2,0xf5c0cbe9,0x2b7011e1,0x163c2000,0xdd300000,0x02e3000d,0x76f68f67,0xee209b16,0xe82a9073,0xfef170cc,0x38b00016,0x2000000e,0xb2000fd4,0xfe0fcc03,0x003b0000,0xfec02c00,0x81470300,0x1be60fb9,0xf540a9e9,0x1b570ef1,0x303a1000,0xd6400000,0x0330000d,0x28f0df57,0xee909617,0x182490a3,0xfff050e0,0x37a00016,0x3000000e,0x86000fdf,0xfdcfcc03,0x80490060,0xfe302f00,0xd1820490,0x1fe40fab,0xf3609ce9,0x4b4d0c61,0x47383000,0xd0400000,0x0362000c,0xbeee6f75,0xeee08415,0xb8269113,0xf3efe0f4,0x36400016,0xc000000e,0x5a000fdd,0xfddfd303,0xb0540070,0xfd803501,0x61a605f0,0x29e52fa4,0xf1309fe7,0xdb500ae1,0x6336e000,0xce300000,0x0367000c,0x9fef8f80,0xeee06912,0xc82891e3,0xe4efc10a,0x35000017,0xd000000e,0x32000fdf,0xfe3fd803,0x40590040,0xfd203e01,0xa1c706b0,0x3fe95fc0,0xef40b0e4,0xeb570a51,0x8535a000,0xce900000,0x0353000c,0xabef8f7b,0xf070440e,0x18289263,0xdfef8115,0x34600018,0x6000000e,0x1b000fe7,0xfe8fd902,0xe05f0000,0xfcc04e01,0xa1f006c0,0x5bef1ff3,0xed40c4e1,0x1b6609c1,0xa633f000,0xcee00000,0x0340000c,0xbeef2f7e,0xf3e01e07,0xd82a92e3,0xdeeea11b,0x33b00019,0x0000000e,0x03000ff8,0xfe9fd702,0xa068ffc0,0xfc405f01,0xa20305f0,0x64f1800e,0xecd0c5df,0x3b760941,0xaa330000,0xce800000,0x033d000c,0xc9ef0f7c,0xf6501905,0x282d9353,0xddedd11d,0x33400019,0xd000000d,0xf3000006,0xfe6fd202,0x406cff80,0xfb407d01,0xc21a0480,0x6ef55038,0xecc0badb,0x3b9507e1,0xab313000,0xce500000,0x0331000c,0xdfee5f64,0xf8c02302,0x783593f3,0xdaecd120,0x3280001b,0x7000000d,0xd400001c,0xfe1fc801,0x6071ff20,0xfa709101,0xe23403f0,0x7efb5072,0xedb076d2,0x0bea0511,0xba2df000,0xcf900000,0x0302000c,0xf9ebbf45,0xf7c03b01,0x08399463,0xd5ecb12e,0x31a0001c,0x8000000d,0xa900002b,0xfe1fc001,0x7066ff20,0xfa009b01,0xe2500370,0x8bffc0a0,0xee2f82ca,0xccda0281,0xc72b9000,0xcdf00000,0x02e3000c,0xfce8df36,0xf8205200,0x683d94d3,0xd2ed9143,0x3130001d,0x1000000d,0x84000032,0xfe7fba02,0x3048ff40,0xf9e09f01,0xe25e0320,0x8d0140b4,0xee0ea7c8,0xbda70121,0xcc2aa000,0xcb600000,0x02e0000c,0xf9e7ef2f,0xf9405a00,0x683f9503,0xd1ee7157,0x3100001d,0x2000000d,0x69000034,0xfeafb802,0xb032ff50,0xf9e0a001,0xe2610310,0x8e0170b7,0xedfe7fc8,0x7dcb00e1,0xcd2a7000,0xcae00000,0x02e0000c,0xf9e7df2d,0xf9705b00,0x68409513,0xd1ee9159,0x3110001d,0x2000000d,0x67000034,0xfebfb702,0xd02fff50,0xf9c0a601,0xd26d0310,0x9202b0c7,0xedfd8fc7,0xaea2ff81,0xde29e000,0xc8200000,0x02d5000c,0xeee7ff11,0xf9605500,0xe8419543,0xd1f02165,0x3180001d,0x2000000d,0x5c000036,0xfeffb403,0x9024ff80,0xf9a0ae01,0xa27702a0,0x980340cf,0xee2d5cc7,0xbeccfe91,0xeb29b000,0xc6c00000,0x02ce000c,0xe6e7ff08,0xf9a05200,0xd84695d3,0xd1f08171,0x3190001d,0x8000000d,0x4b000039,0xff2fb104,0x5025ffd0,0xf980c701,0x32970150,0xa60480e0,0xeeed3ac8,0x8ee2fc02,0x0a28f000,0xc3e00000,0x02bc000c,0xcce83ef5,0xfad04f00,0x58519773,0xd1f14179,0x31f0001e,0x8000000d,0x3f000045,0xff8fa606,0x403000d0,0xf9a0da01,0x42be00d0,0xaa0650ef,0xefdd8ec9,0x9eb7f8b2,0x1f275000,0xc4000000,0x02ad000c,0xa5ebcee5,0xfc405cff,0x284398c3,0xddf1e17c,0x3290001e,0xf000000d,0x3c000056,0xffdf9407,0x00530130,0xf9c0e801,0xa2e50130,0xac07c0f1,0xf10ef9cb,0xedb7f572,0x25257000,0xc8900000,0x029c000c,0x78f6cf08,0xfd0074fd,0xb82f9a13,0xe4f15179,0x3260001f,0xf000000d,0x3b00005d,0xffff8406,0xa0800090,0xf9c0f502,0x13100150,0xba0840e9,0xf260d4cd,0x7c48f232,0x2f235000,0xcf900000,0x0286000c,0x33056f66,0xfd608cfc,0x48249b03,0xe3f0717d,0x31900020,0xb000000d,0x2d000061,0x007f7506,0x709d0010,0xf9810002,0x733e00e0,0xcb0860e3,0xf371f0ca,0xeb6eeeb2,0x3c20c000,0xd5000000,0x0273000c,0x09082f8a,0xfde0a0fb,0x681b9bb3,0xe2efc181,0x30c00021,0x4000000d,0x1b000069,0x017f6706,0x40adffc0,0xf9710a02,0xd3580050,0xd40880e2,0xf41260c9,0x0af0ec92,0x401f2000,0xd5c00000,0x026c000c,0x2eff4fa0,0xfde0aafa,0xe8179c23,0xdfef1182,0x30100021,0x6000000d,0x1300006f,0x027f5a06,0x10b6ff70,0xf9611503,0x13670010,0xe70910dd,0xf50306c7,0x49fdea92,0x491ec000,0xd3300000,0x0255000c,0x60f69f85,0xff00b7fa,0x58079c63,0xe2ee0182,0x2f700020,0xf000000d,0x11000082,0x035f3c05,0xd0bafef0,0xf9a12303,0x536fffa0,0xfd0980d2,0xf5b3dcc5,0x38cee8c2,0x501eb000,0xcf400000,0x023b000c,0x8cefcf5e,0x0050c6f9,0xb7f19ca3,0xe8ecc184,0x2eb00020,0x5000000d,0x1100009d,0x041f1105,0x80bbfe50,0xfa913803,0xe361fed1,0x0408d0c3,0xf52574c1,0x36dee812,0x481e9000,0xc8f00000,0x022d000c,0x88ebaf58,0x00c0d2f9,0x37d89d03,0xe9eb4184,0x2da0001f,0xd000000d,0x1d0000af,0x043eed05,0x20b7fde0,0xfc015704,0x9342fde1,0x0c05e0ac,0xf326c0bb,0x1523e792,0x331f4000,0xbfc00000,0x0222000c,0x75e85f50,0x0150dff8,0xb7aa9c83,0xf2e95181,0x2c50001e,0x9000000d,0x370000b4,0x038ed004,0xb0abfd60,0xfd316804,0x831efe11,0x170280a1,0xf16643b8,0x0584e782,0x25212000,0xbca00000,0x0211000c,0x86ea2f27,0x0290e7f8,0xb7819c64,0x0be7f181,0x2be0001f,0xf000000d,0x56000097,0x020ee704,0xa099fd50,0xfe216d04,0x52fbfed1,0x150140a6,0xf09584b3,0x0643e8e2,0x12241000,0xbb900000,0x0203000c,0xabeb5efe,0x0350eff8,0xa76b9d64,0x30e7517a,0x2c300025,0xf000000d,0x82000066,0x003f1f05,0x1082fd90,0xfef16c04,0x12deffe1,0x050260bb,0xefb4f3ac,0x56e5eb81,0xed26f000,0xba300000,0x0209000c,0xb2eacef1,0x01f0eef8,0x276e9d74,0x49e74172,0x2d00002b,0x5000000d,0xb600002d,0xfe7f6305,0xb068fe10,0xff916b03,0xd2c800f1,0x0203f0c6,0xef04aaab,0x574fec01,0xdc27d000,0xbb500000,0x01ff000c,0xc6ea7ee9,0x0100ebf7,0xf77a9c74,0x4fe73170,0x2d80002c,0x6000000d,0xd9000006,0xfd8f8c06,0x1054fe70,0x00617003,0xb2bb01c1,0x010610cd,0xeef42aaa,0x37f5eb71,0xce27d000,0xbe200000,0x01fd000c,0xade93f12,0x00a0e7f8,0x27929c34,0x4be71170,0x2de0002d,0x7000000d,0xf6000fe4,0xfddfab06,0x0041fe80,0x00f17603,0xa2af0290,0xff0830d4,0xeed3aba9,0x189ceae1,0xc027d000,0xc0e00000,0x01fc000c,0x93e80f3b,0x0050e4f8,0x57aa9c44,0x42e6e171,0x2e30002e,0x3000000e,0x13000fc2,0xfe1fc905,0xf02ffe90,0x01317803,0xa2ab02d0,0xff08f0d6,0xeed380a8,0x98d3eab1,0xbb27d000,0xc1d00000,0x01fc000c,0x87e79f4a,0x0020e2f8,0x57b79c54,0x3de6e172,0x2e50002e,0xa000000e,0x1c000fb7,0xfe3fd305,0xe028fea0,0x01317f03,0x92ab0300,0xfd09b0d8,0xeef37da7,0x68d5ea71,0xb127c000,0xc1500000,0x0202000c,0x63e7bf58,0xff60def8,0x57bd9c64,0x40e71173,0x2e50002e,0xc000000e,0x21000fbc,0xfecfce05,0x6022fe50,0x01419803,0x72b003a0,0xf50c30e2,0xef536aa5,0x18ede991,0x9227b000,0xc0b00000,0x0216000c,0x02e89f6a,0xfc70d1f8,0x17de9bf4,0x43e81175,0x2e70002e,0xc000000e,0x2e000fda,0xfeefb803,0x800efd70,0x00d1b203,0x52be0310,0xee0d90f0,0xf003b0aa,0x38bee8b1,0x85282000,0xc2d00000,0x0229000b,0xfaeb3f3b,0xfae0c9f7,0xc7f09994,0x38e8416c,0x2de0002b,0x8000000e,0x29000ff8,0xfb7fac02,0x1007fd20,0xffe1d802,0xf2d10180,0xe70e40f6,0xf13570b1,0xd716e791,0x8128a000,0xc5900000,0x023a000c,0x02ee4f31,0xf9a0c2f7,0xc7eb9814,0x32e73159,0x2c900029,0x7000000e,0x1900000c,0xf8bfba01,0x2009fd90,0xff51ef02,0x82e10100,0xe00e00f1,0xf22732af,0xf55be6b1,0x7f289000,0xc6000000,0x0243000b,0xc3f2ef58,0xf830b8f7,0xb7ec9804,0x33e6c155,0x2c100029,0x5000000e,0x0d000018,0xf7afc200,0x400bfdc0,0xff21f302,0x52e90120,0xdd0e00ee,0xf297aaad,0x54e5e651,0x7c28b000,0xc6e00000,0x0248000b,0xabf7df76,0xf7d0b3f7,0xb7ea97a4,0x36e6f156,0x2c300028,0xa000000e,0x0a00001c,0xf76fc3ff,0xd00afdd0,0xfec1f601,0xc3040200,0xd40ed0e8,0xf3d836a6,0x4469e541,0x752a0000,0xcd300000,0x0257000b,0x950a2fd1,0xf7e0a3f8,0x17e697a4,0x41e7e15a,0x2d000028,0xc000000e,0x0c000026,0xf6efc3fe,0xb002fe30,0xfeb1f501,0xa3090210,0xd10fc0e8,0xf42831a5,0x5470e521,0x762a9000,0xcf200000,0x0256000b,0x9a0b7fc0,0xf880a3f8,0x47e89754,0x40e7f159,0x2d200028,0x2000000e,0x10000024,0xf6cfc6fe,0xaffffe50,0xfe61f501,0x230902b0,0xc41040e9,0xf497e8a3,0x74a9e5c1,0x6a2b3000,0xcfb00000,0x024d000b,0xc605efa6,0xf8309bf8,0xe7ef9724,0x40e7c153,0x2d700027,0xe000000e,0x1d00001e,0xf69fcffe,0xeff4fea0,0xfd91f8ff,0xe2f70380,0xbf10f0ec,0xf53781a2,0x44eee6f1,0x492c0000,0xce800000,0x0244000c,0x12ffdf99,0xf7008ef9,0xf7fe9784,0x3de70144,0x2e000028,0x7000000e,0x35000012,0xf6bfdeff,0xafe4ff30,0xfd11fffe,0x82d50410,0xc71180ee,0xf5271ea1,0x852de831,0x152ce000,0xcb200000,0x0246000c,0x6ffc2f9c,0xf5a081fb,0x081497c4,0x36e66131,0x2ec00028,0x5000000e,0x55000007,0xf76feb00,0x4fd2ffb0,0xfd1209fe,0x02ba0460,0xcc1120f2,0xf456c6a0,0xf56ce900,0xec2db000,0xc7900000,0x024f000c,0xa3f74f96,0xf46079fb,0xa82297f4,0x2ee67128,0x2f400027,0xb000000e,0x6a000005,0xf84ff100,0xdfc1fff0,0xfd921dfe,0x02970520,0xca1010f7,0xf33651a1,0xa5c1e9c0,0xc72e3000,0xc4100000,0x024c000c,0xb2ecef7a,0xf1906bfc,0x28279874,0x28e7e129,0x2fa00026,0xf000000e,0x6d00000c,0xf9dff203,0x6fba00e0,0xfdc230fe,0x12860580,0xcb0f80fe,0xf345f2a3,0xe606e9f0,0xad2f1000,0xc2900000,0x0253000c,0xbee7ef4e,0xef6060fc,0xa82b98c4,0x23e9a12a,0x2fe00026,0x8000000e,0x6000001a,0xfb6fea05,0xffc60270,0xfdf253fe,0x62820530,0xcf0ec108,0xf3d582a7,0x064fe9b0,0x90311000,0xc1f00000,0x0270000c,0xcfe62f02,0xed5056fd,0x382e99c4,0x1feba126,0x2fe00027,0x0000000e,0x45000038,0xfd4fd308,0x4fe704b0,0xfe3261fe,0x928304b0,0xd00e4109,0xf39565a6,0xc65de9a0,0x8731b000,0xc1800000,0x027d000c,0xd0e58eed,0xecf055fd,0x58349a04,0x1cebb124,0x2fc00026,0xc000000e,0x41000044,0xfdbfc908,0x1fef04f0,0xfe8271ff,0x22870480,0xcb0d9106,0xf34579a5,0x0645e990,0x82321000,0xc1d00000,0x0283000c,0xdce7eec6,0xec9054fd,0x682c99a4,0x1eeb711a,0x2fa00026,0x4000000e,0x47000057,0xfdefb907,0x1ff60460,0xfef28900,0x128e0430,0xc40c8101,0xf2d5a6a2,0x0615e990,0x7b328000,0xc2a00000,0x028b000c,0xf1ec6e84,0xebf052fd,0x781f98e4,0x22eb0109,0x2f800025,0x4000000e,0x53000078,0xfe4fa005,0x50030340,0xfee29000,0x52950400,0xc40c50fd,0xf2d5f3a1,0xd5d8e960,0x7832c000,0xc4b00000,0x0292000c,0xf5ef4e99,0xebe053fd,0xb8169834,0x29eb610b,0x2f800024,0x6000000e,0x48000087,0xfdff9504,0x900d02e0,0xfe92a600,0xc2af0330,0xc90ba0ef,0xf2d6eb9d,0x1521e8c0,0x6733c000,0xc8100000,0x02b3000c,0xf9f44eea,0xebd055fe,0x78059764,0x39ec6112,0x2fa00023,0xe000000e,0x240000b3,0xfccf7402,0x302b01b0,0xfdf2ae00,0x82be02c0,0xd00b20ef,0xf2d75a95,0x54f3e890,0x59349000,0xc4e00000,0x02cb000c,0xabf4bf34,0xec305afe,0xe8039714,0x3dec910f,0x2f900024,0x1000000e,0x120000be,0xfbef6a01,0xb0390190,0xfc82b7ff,0x82c70270,0xd80aa104,0xf417e48d,0x34e8e890,0x53353000,0xc1800000,0x02d2000b,0xaaff7fa9,0xed0061ff,0x98049714,0x42ec3104,0x2f600025,0x9000000d,0xff0000c6,0xfa9f6601,0xe04901a0,0xfbc2bdfe,0xf2c70260,0xda09c114,0xf588188c,0xe4d5e8a0,0x54354000,0xc2500000,0x02ca000b,0x99009fa8,0xed206200,0x080696d4,0x45ec1104,0x2f700025,0x8000000d,0xf30000cc,0xfa3f6501,0xb04f0170,0xfb42c1fe,0x92bf0350,0xd708111c,0xf8281b94,0x24bae920,0x50355000,0xc6700000,0x02b4000c,0x17f74f74,0xec306400,0x480696e4,0x48ec5106,0x2fd00025,0xb000000d,0xef0000d2,0xfa4f6301,0x10500120,0xfae2c2fe,0x32ad0560,0xce08a11b,0xfaa7d099,0x94dae9e0,0x3f359000,0xc6300000,0x02a0000c,0x7ff1ef66,0xe9e06100,0x280596d4,0x4bec9104,0x30300025,0x6000000d,0xf50000d1,0xfabf6400,0xd04c0110,0xfa42c2fd,0x429507a0,0xc60a111a,0xfcc7469f,0x351cea90,0x3335b000,0xc4200000,0x028a000c,0xebedef36,0xe7605800,0x27ff9764,0x54eca0ff,0x30f00025,0x6000000e,0x0c0000cd,0xfbff6500,0xc03d00f0,0xf9c2c2fb,0xf2890890,0xc40a811d,0xfd46c4a3,0xa563eb00,0x37361000,0xc2b00000,0x027e000d,0x0de84f19,0xe6c05300,0x38019744,0x5bec80fb,0x32100023,0xd000000e,0x2c0000c8,0xfcdf6700,0xb02900b0,0xf8e2c4fa,0x92870900,0xb50a7124,0xfcf608a4,0x75fbebd0,0x4336c000,0xc1e00000,0x027a000c,0xd2e55f1b,0xe6605100,0x780896e4,0x5eec70f7,0x33000022,0x4000000e,0x440000be,0xfccf6c00,0xa01a0060,0xf792c9f8,0xf28a0990,0x9b0a312a,0xfc6535a4,0x86afed40,0x53377000,0xc1f00000,0x0276000c,0xaae4eef8,0xe5204e00,0xe8169624,0x5eec90f2,0x34000020,0x2000000e,0x580000b3,0xfc2f7300,0x700d0020,0xf6c2ccf7,0xe29209d0,0x8d0a3117,0xfbf533a5,0xb6a6edf0,0x5a37f000,0xc4000000,0x027b000c,0xe2e95ec3,0xe4404c01,0x68179594,0x65eca0f1,0x34a0001e,0xb000000e,0x610000b4,0xfb6f7500,0x400a0020,0xf572d3f6,0x72a10a10,0x850a80df,0xfbd5aba4,0xc626ee50,0x5938b000,0xc7900000,0x028a000c,0xfef46ed0,0xe3804e02,0x081a9614,0x6cec50f4,0x34c0001f,0x5000000e,0x540000b8,0xfa3f7600,0x400d0070,0xf3b2dcf5,0x22ae0a40,0x800aa098,0xfc46379f,0x35b0eeb0,0x5338b000,0xc9800000,0x0290000c,0x75fc8f44,0xe2605102,0x58229664,0x68eba0ea,0x34700020,0x7000000e,0x500000b8,0xf97f7b00,0x901500f0,0xf2a2dff4,0x62b50a60,0x7a0a504a,0xfca6ac9d,0x255bef10,0x5338b000,0xce700000,0x028f000c,0x10019fa3,0xe2105002,0x681c9694,0x6aebc0eb,0x34300021,0x8000000e,0x410000c0,0xf8df7e00,0x801a0150,0xf262def4,0x42b70a50,0x760a1013,0xfd16de9c,0x4532ef40,0x5538e000,0xd2700000,0x028f000c,0x1e01dfc8,0xe2304d02,0x681896a4,0x6cebe0e9,0x34400022,0x0000000e,0x420000c4,0xf88f7f00,0x70190180,0xf252d7f4,0x42b40a30,0x6c096fc8,0xfd86f598,0x250cefc0,0x5b394000,0xd5400000,0x028d000c,0x89fb5f90,0xe2304502,0x681796a4,0x6bec00f0,0x34000022,0x5000000e,0x350000bf,0xf87f8400,0xe01101a0,0xf212c7f4,0x42a70a50,0x5d08af9f,0xfd86f296,0x44def0b0,0x67398000,0xd8100000,0x027e000c,0xfbf79f55,0xe2803c02,0xd8169644,0x66ec80d8,0x34b00022,0x5000000e,0x680000af,0xf87f8f01,0x70050200,0xf232b5f4,0x829a0a40,0x5107bf97,0xfd86e594,0x84b6f1c0,0x6f39c000,0xd9300000,0x0273000d,0x2df69f36,0xe3403603,0x381595b4,0x60ed20d2,0x34b00022,0x3000000e,0x7500009d,0xf85f9d02,0x1ffc0270,0xf35294f5,0xb28909a0,0x4304af9e,0xfe26e28e,0xa48bf380,0x6b3a7000,0xd8100000,0x0279000c,0xfef5bf30,0xe5203203,0x780c9484,0x56ee60c6,0x34b00021,0xd000000e,0x95000080,0xf77fb203,0x5fed0320,0xf38281f6,0x32830930,0x3a01cfa9,0xfef6eb89,0xe47af4b0,0x5c3ad000,0xd5e00000,0x028a000c,0xbef57f49,0xe5703203,0xc80993f4,0x4feef0c0,0x34800022,0x1000000e,0x9f00006c,0xf6dfc104,0x3fe50390,0xf3727bf6,0x42810910,0x37010fad,0xff36ed88,0x8474f520,0x573ad000,0xd5100000,0x028e000c,0xaef57f52,0xe5503203,0xd80893d4,0x4def10bf,0x34600022,0x3000000e,0xa1000066,0xf6bfc504,0x7fe303b0,0xf40266f7,0x026808f0,0x2d00bfb0,0xffe6de87,0xb454f650,0x5d3a9000,0xd6b00000,0x027b000c,0xcaf51f4f,0xe5002e04,0x47fd92e4,0x4aeff0b9,0x34600021,0xe000000e,0xb1000056,0xf65fd205,0x3fdc03f0,0xf4b24ef7,0xe24e08d0,0x24007fb3,0x0096d086,0xe434f790,0x623a6000,0xd8500000,0x0268000c,0xe5f4bf4b,0xe4b02b04,0xb7f29204,0x48f0c0b3,0x34600021,0x9000000e,0xc2000045,0xf5ffde05,0xefd50440,0xf50244f8,0x324708d0,0x2300bfb1,0x00a6ce86,0xd42ff7d0,0x643a7000,0xd8e00000,0x0264000c,0xe6f47f48,0xe5002904,0xc7ed9164,0x46f120ae,0x34700021,0x1000000e,0xcb00003e,0xf5ffe306,0x3fd10450,0xf54235f8,0xa23d0880,0x2100efa9,0x00b6d086,0x2429f850,0x613aa000,0xd9600000,0x0264000c,0xdef3ff45,0xe5b02604,0xe7e990c4,0x41f180ab,0x34700020,0xd000000e,0xd5000032,0xf5dfed06,0x9fca0460,0xf4e228f9,0x02320690,0x1d007f89,0x0096e583,0x3427f950,0x4c3b7000,0xd8600000,0x027b000c,0xb6f2af49,0xe7c01e05,0x47f09194,0x33f1a0b3,0x34300022,0x9000000e,0xce00001b,0xf5900206,0xbfbc0420,0xf54213f9,0xa2170590,0x15009f51,0x00c6e682,0xb412fb00,0x4e3b2000,0xd9300000,0x026e000c,0xdbf28f33,0xe8601405,0xa7ea9104,0x2df1c0af,0x34700022,0x5000000e,0xd7000009,0xf5a00f05,0xdfb10390,0xf611f2fa,0x91ef0460,0x0c014efb,0x0096ea82,0xe3f7fdf0,0x5a3a4000,0xdaf00000,0x024f000d,0x1bf26f0b,0xe9000805,0xc7de8f64,0x26f230d0,0x34200020,0xb000000e,0x94000ff1,0xf5e01f04,0x2fa702e0,0xf641dafb,0x31de0310,0x05018ec2,0xff270182,0x33f700b0,0x63399000,0xdb700000,0x023c000d,0x29f19ef1,0xe9b00205,0x77d98e84,0x1ef120d2,0x34600020,0x0000000e,0x7e000fdd,0xf6202a02,0x6fab0230,0xf661c8fb,0xd1d001ff,0xff013ea2,0xfcb71181,0xa3f50310,0x73390000,0xdc000000,0x0224000d,0x3df1bee2,0xeaaffc05,0x67d18df4,0x1bee50d9,0x33f0001f,0xb000000e,0x5a000fd2,0xf6503000,0xffb90160,0xf771a3fc,0xe1ae000f,0xf6ffae78,0xf7d72181,0x63e80740,0x9a387000,0xddf00000,0x01f4000d,0x7bf32eca,0xed0fec05,0x77bf8c84,0x14eb60a9,0x3560001d,0xc000000e,0xa7000fbd,0xf6b03800,0x0fdaffe0,0xf85184fd,0xb19cfe7f,0xf2fe8e5c,0xf4f73780,0x93e50ae0,0xaa382000,0xde300000,0x01eb000d,0x92f30ec3,0xee2fe004,0xf7b38cc4,0x0cea70b5,0x3510001e,0x2000000e,0x9a000fa8,0xf7404000,0x4fe7ff00,0xf8e16afe,0x7189fd3f,0xeffe4e33,0xf3074c80,0x33e70e60,0xb437d000,0xde700000,0x01ee000d,0x93f2dec6,0xedffce04,0x67a68d44,0x05ebb0c2,0x34f0001e,0xd000000e,0x98000f92,0xf7e04900,0x4fe6fed0,0xf96157fe,0xe175fc5f,0xf2fdfe13,0xf2175880,0xf3e90fe0,0xbc383000,0xdfc00000,0x01ea000d,0x8ff30ecb,0xee8fbc04,0x379d8d63,0xffecf0c4,0x3500001e,0xe000000e,0xa4000f81,0xf8705000,0x6fe3ff20,0xf9f141ff,0x316afab0,0x02fccdf8,0xf1576e81,0xa3ee1000,0xbe395000,0xe0e00000,0x01ea000d,0x67f21ee2,0xf09faf04,0x77988e03,0xf5ed30bd,0x34e0001f,0xd000000e,0xbe000f69,0xf9305a01,0xafdfffc0,0xfa5129ff,0xa15ef950,0x0cfb4dde,0xf1377581,0x33e91090,0xbe399000,0xe0e00000,0x01f1000d,0x4ff1eef5,0xf1bfa505,0x078a8e83,0xefed80b8,0x34d00020,0xc000000e,0xd3000f52,0xf9f06302,0xefdb0000,0xfac11400,0x414ff8c0,0x0cfa1dc8,0xf1e76780,0xa3d611a0,0xbd38e000,0xe0f00000,0x01ff000d,0x66f36ef7,0xf1bf9b05,0xb77b8e63,0xedee50b8,0x35000020,0xe000000e,0xe1000f47,0xfa606303,0x7fdaffd0,0xfb410600,0xd146f890,0x0bf99dbb,0xf2575f80,0xa3c81220,0xbb388000,0xe1500000,0x020b000d,0x83f4cef2,0xf1ef9306,0x17748dc3,0xe9ef00b9,0x3540001f,0xc000000e,0xec000f43,0xfa906203,0xafd9ffa0,0xfb610300,0xe144f890,0x0bf98db9,0xf2775d80,0xb3c61230,0xbb387000,0xe1600000,0x020d000d,0x89f50ef1,0xf1ef9206,0x277c8d93,0xe4ef20b9,0x3540001f,0x4000000e,0xee000f42,0xfaa06203,0xafd8ff90,0xfb90fb01,0x2143f820,0x0ff97dbc,0xf2376780,0xd3c41230,0xb938c000,0xe1e00000,0x0212000d,0x8bf4aef5,0xf2ff9206,0x477c8d83,0xe1ef30b8,0x3540001f,0x3000000e,0xf4000f3c,0xfac06304,0x2fd8ff80,0xfc00ea01,0x913ef720,0x16f96dc3,0xf1a77c81,0x33c11230,0xb7397000,0xe2f00000,0x021b000d,0x8cf40efd,0xf53f9206,0x97738ca3,0xdcef40b5,0x3530001d,0xe000000e,0xff000f31,0xfaf06505,0x1fd7ff60,0xfbf0e701,0xb138f6d0,0x1cf9bdc7,0xf1278981,0x53c41220,0xb939d000,0xe3700000,0x0215000d,0x83f41f00,0xf5ef9206,0xb77b8cb3,0xd7ef40b5,0x3530001e,0x3000000e,0xfe000f2d,0xfb006605,0x4fd8ff60,0xfc00de01,0xf127f630,0x29fa1dd3,0xf0679d81,0xe3c11240,0xbb3a7000,0xe4f00000,0x020e000d,0x7ef4bf04,0xf70f9207,0x37848c93,0xcfeef0b4,0x3510001e,0x4000000e,0xfd000f20,0xfb306a06,0x1fdcffa0,0xfc90cf02,0x311bf580,0x2df95de5,0xf1379682,0x03a91340,0xb039f000,0xe5800000,0x0227000d,0x9ef5ef05,0xf6cf9708,0x07988cb3,0xbeee80b6,0x34c0001e,0xa000000e,0xfd000f0a,0xfb607107,0x6fe50040,0xfcf0c402,0x5118f530,0x2af8adf3,0xf2378f81,0xb3991420,0xa5395000,0xe5300000,0x023f000d,0xb5f68f07,0xf64fa008,0x978c8d43,0xbeee90b8,0x34a00020,0x2000000e,0xfc000efd,0xfb907408,0x1fed0080,0xfce0b102,0xa113f550,0x29f81e01,0xf3279981,0x738e14b0,0x9b390000,0xe5100000,0x024f000d,0xc6f74f0c,0xf62fb009,0x67878d33,0xbeefa0b6,0x34d00021,0x1000000e,0xfa000ef5,0xfc207208,0x5ff800c0,0xfca08f03,0x3104f680,0x2df7be10,0xf437be82,0xd38414d0,0x96392000,0xe7400000,0x0254000d,0xdbf8bf08,0xf58fc40b,0x07788d03,0xc8f130aa,0x35600022,0x8000000f,0x03000ef8,0xfdb06309,0x40060150,0xfc706a03,0xa0fcf810,0x2ef76e20,0xf4f7e784,0x937f14e0,0x93395000,0xe9a00000,0x025c000d,0xe5f96f08,0xf55fd70c,0x97668c43,0xd4f290a0,0x36000022,0xc000000f,0x0e000f01,0xfef0540a,0x70100200,0xfc405003,0xe0fff920,0x29f70e2d,0xf5d7fd85,0x137a1560,0x8f390000,0xe9f00000,0x0271000d,0xedf9bf09,0xf55feb0d,0xd7558be3,0xe1f3809e,0x36700023,0x1000000f,0x0f000f0c,0xff904c0b,0x30150290,0xfc203d03,0xf0fcf9e0,0x27f6ce34,0xf6980585,0xa36e1620,0x8d38a000,0xea000000,0x0288000d,0xf6fa5f0a,0xf4cffc0e,0xe7538b43,0xebf40098,0x36e00022,0x4000000f,0x16000f21,0xff90430b,0xf0180310,0xfc102603,0xe0f2fab0,0x2af6ce3b,0xf7382087,0x13631730,0x9138b000,0xeaf00000,0x0297000d,0xe5fa7f12,0xf4100f10,0x27518a93,0xf9f4608b,0x37800020,0xf000000f,0x27000f3f,0xff40370d,0x301a03e0,0xfc101403,0xd0eafb50,0x2ef71e3f,0xf7783c88,0x336517e0,0x99394000,0xeb400000,0x0296000d,0xb8f99f23,0xf3802011,0x07568a93,0xfef4a082,0x37c00020,0x6000000f,0x31000f4e,0xff202e0e,0x301b0470,0xfbfffb03,0xd0e2fc50,0x2ef74e41,0xf8385689,0x336718e0,0xa039d000,0xea700000,0x029e000d,0x76f86f41,0xf2103b12,0x37598a44,0x03f52077,0x3800001e,0x7000000f,0x3c000f60,0xff00200f,0x901c0540,0xfbeff103,0xd0defcc0,0x2ef71e40,0xf8d85889,0x73641950,0xa039e000,0xe9c00000,0x02a7000d,0x5df82f50,0xf1204612,0xb75c89a4,0x04f56072,0x3820001c,0x7000000f,0x41000f69,0xfef01810,0x101c0570,0xfbefdc04,0x00d7fda0,0x2df68e37,0xfa085c8a,0x035f1a10,0xa33a7000,0xe8d00000,0x02ac000d,0x19f76f82,0xef205413,0x475e8a14,0x0bf6906a,0x3880001b,0x4000000f,0x4d000f77,0xff000a10,0x501d0570,0xfbefbd04,0x30cefec0,0x29f60e2f,0xfb18658a,0x735f1af0,0xa73b7000,0xe7800000,0x02ac000c,0xb7f5cfcc,0xeca06413,0xe7638ae4,0x11f84063,0x38e00019,0x8000000f,0x57000f85,0xff3ff910,0xa0200570,0xfbcfaf04,0x50c9ff30,0x25f60e31,0xfb885e8a,0x43621b60,0xa93bb000,0xe6700000,0x02ae000c,0xa0f52fe2,0xeb406b14,0x676a8b54,0x11f8c064,0x38c00018,0x6000000f,0x54000f87,0xff6ff311,0x00210590,0xfbcfac04,0x60c8ff50,0x24f60e32,0xfb985b8a,0x23621b70,0xa93bb000,0xe6200000,0x02af000c,0x9ef50fe6,0xeaf06d14,0x876c8b74,0x11f8e065,0x38c00018,0x2000000f,0x52000f88,0xff7ff211,0x202205a0 +}; + +u32 ANIM_ENTRY_hit_right_hand[] = +{ + 0xff0fcd01,0x8feb02af,0xfe039ff0,0xfbf83787,0xd37c1ac0,0xb93ed000,0xd9800000,0x0270000c,0x13fff0c7,0xefb06a1d,0xc8418483,0xe8f4b05b,0x37e00009,0x5000000f,0x5a000f76,0xfd7ffe06,0x401901c0,0xff6fc901,0x8fe3034f,0xfc036feb,0xfc783787,0xc3791a70,0xb33ec000,0xd9600000,0x0274000c,0x18ffe0c3,0xeef0711d,0xb83187a3,0xeef6307c,0x3840000d,0x4000000f,0x43000f83,0xfc6ff905,0x50220170,0xfeffbe01,0xbfea044f,0xf8033fe5,0xfcd83587,0x83761a00,0xab3eb000,0xd8f00000,0x027c000c,0x20fff0c1,0xee10771d,0xa81b8993,0xf2f750ac,0x38000010,0xc000000e,0xf5000f90,0xfbbff404,0x402e0130,0xfe0fb401,0xeff9052f,0xf7022fdf,0xfcf83587,0xa37419b0,0xa93ea000,0xd8d00000,0x0280000c,0x24fff0c0,0xedc07b1d,0x98058a43,0xf6f890c1,0x38000013,0x2000000e,0xc6000f9a,0xfb7ff103,0xd0330130,0xfb1f9f02,0x303f066f,0xfefc6fca,0xfd083b89,0x33721820,0xa73ef000,0xd8c00000,0x028f000c,0x2aff80ba,0xee207c1d,0xf7d08b44,0x02fbd0d5,0x38300019,0x3000000e,0x78000fb4,0xfadfe903,0x403a0130,0xf90fa301,0xf0a404e0,0x0df45fb7,0xfc484c8c,0x837b1490,0x9c406000,0xd7c00000,0x02ac000c,0x22fea0b3,0xf040711f,0xf7bf8c84,0x0dfbe0e4,0x3830001d,0xe000000e,0x36000fc3,0xfa5fe403,0x103b0110,0xf7cfaa01,0x410801b0,0x14eb4fb0,0xfbd85990,0x23810f20,0x58407000,0xd6100000,0x02e6000c,0x24fd80b6,0xeff0a023,0x27a18e64,0x30fc00fc,0x39200022,0xa000000d,0xf6000fe7,0xf9bfd101,0xd046fff0,0xf7bfaa00,0xb12cfe80,0x08e75fc4,0xfc984c92,0x337d090f,0xee3ea000,0xd5c00000,0x0308000c,0x3cfc70bd,0xeb210823,0xb77f8ee4,0x56fbf100,0x3a400024,0x6000000d,0xf0000010,0xf85fb600,0xd05dfe60,0xf77fa500,0x6144fbaf,0xeee85fd9,0xfe383693,0xe39200ef,0x923e6000,0xd5b00000,0x0308000c,0x45fcb0c2,0xe451241e,0xd7768ec4,0x61fac10e,0x39d00024,0xf000000d,0xd800001c,0xf5ffa601,0x9064fdd0,0xf6af9100,0x1162fa2f,0xcfed3fd4,0xfff81e95,0x43b1fa3f,0x413d3000,0xd4f00000,0x0306000c,0x4bfd60c1,0xdd00e317,0x47718f44,0x63f9f12d,0x39100026,0x4000000d,0xa400000f,0xf42fb003,0x6054fe60,0xf5cf67ff,0xb171fa6f,0xb2f3ffd4,0x01980796,0xa3c2f59f,0x013a8000,0xd5600000,0x02ff000c,0x5efc60b9,0xda10a013,0x47588f94,0x6bfad12a,0x39a00027,0x0000000d,0xbc000ff3,0xf42fcb05,0x7043ff40,0xf50f41ff,0xa17bfaaf,0x90faefdf,0x0207ed97,0xe3d5f1fe,0xdc37b000,0xd6200000,0x0302000c,0x6afb20b1,0xda407212,0x77458f74,0x6afc1120,0x3a400026,0xf000000d,0xe0000fd3,0xf4cfe506,0xe039ffe0,0xf3ff2200,0x0189fa5f,0x6b00cff1,0x0117cd98,0x13e6f00e,0xce33c000,0xd5700000,0x031a000c,0x72fac0ad,0xdb804411,0xc73a8f74,0x65fda11e,0x3ad00027,0x7000000d,0xf0000fb6,0xf53ffb07,0xc02e0040,0xf31f0800,0x918ef9cf,0x53047007,0xffc7ae97,0xd3ecf09e,0xda2e9000,0xd5100000,0x0323000c,0x7afa80ad,0xdc802910,0xa72a8f04,0x68ff8121,0x3b700027,0x9000000d,0xf4000fac,0xf5700708,0x502300a0,0xf2aef300,0xa191f87f,0x45069018,0xfe778e97,0x83f8f09e,0xfb2a1000,0xd4d00000,0x0331000c,0x74fa80b0,0xde601a10,0x27268ee4,0x5fff611b,0x3af00027,0x4000000e,0x0a000f96,0xf5c0190a,0x10140150,0xf24edf00,0xd199f6af,0x34086027,0xfca76a96,0xb40af00f,0x20259000,0xd3c00000,0x034d000c,0x67faf0b1,0xe0900d0f,0xe72b8f14,0x4dfe911d,0x39f00026,0xf000000e,0x16000f76,0xf630320c,0x50000210,0xf1bed701,0x619bf5af,0x2d08f024,0xfab75795,0xd415ef7f,0x32220000,0xd2900000,0x036a000c,0x55fba0ae,0xe1400e10,0x07288f24,0x48fe311f,0x39a00026,0xe000000e,0x10000f71,0xf6a03a0c,0x7ffb01f0,0xf12ecd02,0x5193f4af,0x28093015,0xf8074895,0x3416edaf,0x571d3000,0xd1c00000,0x038a000c,0x44fc20ad,0xe2201911,0x67198f04,0x4dfda125,0x39b00026,0x4000000d,0xf4000f7a,0xf7503a0a,0xf00e0100,0xf12ec902,0xc189f48f,0x2a09000b,0xf6c74a95,0x540aeb9f,0x711bb000,0xd1d00000,0x0393000c,0x46fc30b0,0xe2f02413,0x07138f34,0x4ffcd12a,0x39a00025,0xd000000d,0xd9000f7b,0xf7d03a09,0xb0260030,0xf13ec802,0xc186f48f,0x2b08f009,0xf6874b95,0x6408eb0f,0x761b8000,0xd1c00000,0x0395000c,0x46fc40b1,0xe3202713,0x67128f44,0x4efc912c,0x39900025,0xb000000d,0xd0000f7a,0xf7e03b09,0x802c0000,0xf1beca02,0x3184f42f,0x3508a007,0xf5e75095,0x3401e9bf,0x841af000,0xd1500000,0x0394000c,0x47fc90b3,0xe3303314,0x17279054,0x40fac12c,0x38900025,0xd000000d,0xc4000f66,0xf8504709,0xf0390020,0xf27ecf01,0x617ff3af,0x43082003,0xf4d75795,0x03f4e79f,0x9d1a1000,0xd0800000,0x0391000c,0x4afd20b5,0xe3304c15,0x07459204,0x2af83133,0x37400025,0xf000000d,0xa3000f49,0xf910580a,0x504d0020,0xf2aed501,0xc17af39f,0x44072fff,0xf3a76495,0x13dce52f,0xc7195000,0xcf900000,0x0380000c,0x53fd90ba,0xe2a07a15,0x575292f4,0x1ff7a144,0x37100025,0x9000000d,0x70000f48,0xf9f05808,0xc05bff50,0xf2fedd02,0x5174f3bf,0x4e059ff3,0xf2077c95,0xa3bde1af,0xfa188000,0xcee00000,0x036e000c,0x59fe50c3,0xe160be15,0x57649434,0x11f70161,0x36c00025,0x2000000d,0x1f000f48,0xfb105806,0xd06cfe60,0xf33ee103,0x017ef5ef,0x7d022fb7,0xf087cd99,0xe398dd80,0x101a8000,0xd0a00000,0x037b000c,0x3e0020d9,0xda815211,0x077395c4,0x05f72173,0x36f00024,0x7000000c,0xe7000f57,0xfc205005,0x8070fe50,0xf32eea04,0x91a3f8ff,0xa9fcef69,0xef68459f,0x635cdb30,0x181f8000,0xd1600000,0x03a0000c,0x220330fe,0xcb723d07,0x677297c4,0x00f7f198,0x37500023,0xe000000c,0x9b000f85,0xfd303903,0x807cfe50,0xf2eef705,0x41c3f9ff,0xbdfa7f3f,0xef688ea2,0x032dddb0,0x0f232000,0xd1000000,0x03b1000c,0x18053118,0xc4427802,0xb7729883,0xfbf81198,0x37300023,0x7000000c,0xa3000fa4,0xfd602502,0x509bfd70,0xf2af0a05,0x61e7fa7f,0xe3f86f0d,0xefe8e7a5,0x62f1e3f0,0x0a27d000,0xd1300000,0x03b0000c,0x05078136,0xc4124e02,0x577e98f3,0xeff7e17e,0x36b00022,0xc000000c,0xd9000fbe,0xfd400a01,0x40cbfb70,0xf2cf1805,0x01fffa2f,0xf8f79efd,0xf0891ca6,0xb2c0e830,0x1a2ad000,0xd1300000,0x0382000c,0x0207613f,0xcbe1bc08,0x67829953,0xf0f7a181,0x36b00023,0xc000000c,0xe9000fd4,0xfc5ff000,0x40c5fa40,0xf35f2f04,0x421cf900,0x07f7fefa,0xf1095ca6,0xf276ecd0,0x2a2de000,0xd0f00000,0x033d000c,0x1005a14e,0xdac05a0f,0x57889893,0xf4f71183,0x37200026,0x0000000d,0x0e000ff6,0xfa3fc7ff,0x10a4f8b0,0xf39f3c03,0xf225f840,0x0bf85efe,0xf12973a6,0x825bee10,0x2a2e5000,0xd0d00000,0x032c000c,0x1604f157,0xdf3fb90d,0x878c97f3,0xf8f6b185,0x37600027,0xe000000d,0x2000000a,0xf92fb5fe,0x9091f810,0xf3cf4603,0xa226f790,0x0ff85f05,0xf1097da6,0x7253ee00,0x2b2de000,0xd1400000,0x0328000c,0x1204e157,0xdf5f860a,0xb78c9804,0x00f6318a,0x3780002a,0x7000000d,0x2700001a,0xf89fabfe,0x6084f7b0,0xf3ff4a03,0x6225f740,0x11f84f0b,0xf0f97fa6,0x6254edb0,0x2e2db000,0xd1800000,0x032a000c,0x0c04f153,0xdf4f7909,0x778b98b4,0x07f5d18e,0x3790002d,0x5000000d,0x2d000023,0xf85fa6fe,0x707cf790,0xf48f4e02,0xe21df6b0,0x16f7ff17,0xf10972a6,0x526cec80,0x342d7000,0xd1c00000,0x033c000b,0xfd05013d,0xdf9f9208,0xe7879964,0x16f4e197,0x37900031,0xf000000d,0x40000031,0xf7ef9cff,0x306bf7c0,0xf56f5102,0x7215f630,0x1bf7af23,0xf10965a6,0x4284eb40,0x3b2d4000,0xd2000000,0x034f000b,0xed052128,0xdfefab08,0x678299d4,0x23f3e1a0,0x37900037,0x8000000d,0x52000040,0xf78f93ff,0xf05af7f0,0xf66f5002,0x6209f600,0x0af71f34,0xf1e955a5,0xc297e870,0x3529b000,0xd1b00000,0x037a000b,0xf1049103,0xe11ff00b,0x578199d4,0x26f281b7,0x3730003c,0xb000000d,0x67000059,0xf7df8300,0xf042f860,0xf70f4f02,0x4202f5f0,0x01f6af3f,0xf28954a5,0xb298e5f0,0x3d262000,0xd2000000,0x0383000b,0xf603c0e8,0xe1603a0d,0x878a9944,0x1bf0d1c8,0x3670003f,0x8000000d,0x73000066,0xf83f7d02,0x3030f8f0,0xf6ff4502,0x0208f6d0,0x01f57f42,0xf31963a5,0xc294e390,0x5424b000,0xd2100000,0x0373000b,0xeb0320d9,0xddc0b60d,0xc79d98b3,0xf0eec1d6,0x35200040,0xd000000d,0x76000055,0xf68fa604,0x701dfa10,0xf64f3702,0x4217f7df,0xf7f46f45,0xf39971a5,0x5286e300,0x5f253000,0xd1c00000,0x036f000b,0xed0260d1,0xd761360c,0x47a39793,0xd4ee91e1,0x35300040,0x0000000d,0x7b00003d,0xf1efdf05,0x800afaa0,0xf52f2703,0x122af96f,0xe6f40f46,0xf40980a5,0x0272e620,0x52276000,0xd1d00000,0x0373000b,0xf901a0d0,0xcfa18b09,0x27949573,0xe3f0a1e0,0x3720003c,0xf000000d,0x8e000038,0xed5ff505,0x3ff9fac0,0xf41f0203,0x9242fc7f,0xdaf37f4e,0xf4f988a5,0x5270ee60,0x482c8000,0xd2200000,0x036c000b,0xf300b0cd,0xce11840b,0xc78491d3,0xe9f151c3,0x39200035,0x9000000d,0xd6000015,0xe9c01007,0x1fe4fc90,0xf44eeb03,0x524dfe0f,0xcdf3cf62,0xf5796ea5,0x928cf2a0,0x5a2fb000,0xd2100000,0x034a000b,0xe8ffe0c4,0xdf209b15,0x277b9293,0xefee71c6,0x38d00035,0x0000000d,0xdf000ff7,0xe990230a,0x2fe9ff40,0xf40ee003,0x2258fe8f,0xb5f48f78,0xf5c947a5,0x129cf3a0,0x652e2000,0xd2500000,0x033b000b,0xeefea0ba,0xeebfe317,0x377592c4,0x03eb41b3,0x38e00034,0x8000000d,0xf0000ff9,0xea201d0a,0xeffa0150,0xf43ed202,0x425efeff,0xb1f48f8c,0xf65923a4,0xb2a4f290,0x72296000,0xd3500000,0x0332000b,0xf4fd40b1,0xee700418,0x277e9294,0x07e7e19b,0x38200032,0xd000000d,0xe9000fe4,0xeb40280a,0x500f0220,0xf49ec901,0x825eff3f,0xb3f44f96,0xf6d907a4,0x42b1f070,0x78276000,0xd3e00000,0x033b000b,0xf3fc90ab,0xe9b04418,0x87899264,0x08e6e183,0x37e00031,0x5000000d,0xe5000fcf,0xec203009,0x301f01e0,0xf4becd01,0xf25dff5f,0xa7f47f93,0xf738cfa2,0x82dfebe0,0x58273000,0xd3500000,0x0385000b,0xdefd009f,0xe2807b15,0x07869244,0x30ea7184,0x38d0002f,0xe000000d,0xa5000ff4,0xed400603,0x9036ff50,0xf52ed001,0xc257ff0f,0x9ef4bf97,0xf7a8a9a0,0xc2d1e940,0x5622c000,0xd3400000,0x0384000c,0x01fc5090,0xdc70b611,0x978e9234,0x4bed1194,0x3820002e,0x5000000d,0x46000006,0xee6fe9ff,0xa040fd60,0xf60eca00,0xb251ff0f,0xaef47f99,0xf7f8939f,0xc2bee690,0x6b211000,0xd3400000,0x0371000c,0x1bfc1088,0xdb70e510,0xc7a29274,0x59ef818d,0x3690002c,0xc000000d,0x0d000ff9,0xefafdffd,0xb041fc30,0xf67ec5ff,0xe255ff3f,0xbef40f99,0xf808889e,0xf2b2e480,0x83225000,0xd2400000,0x036b000c,0x28fc6082,0xdb60ff10,0x87ad9334,0x70f24198,0x35c0002c,0xc000000c,0xd2000ffa,0xf09fd0fb,0x403cfac0,0xf63ebdff,0xb26affcf,0xcff31f8f,0xf7d8909f,0x12a8e3a0,0x8c23d000,0xd1300000,0x0376000c,0x27fc607a,0xd8f1230e,0xf7ab9384,0x89f5319e,0x34f0002d,0x6000000c,0xbc000008,0xf11fc1f9,0xe030f9c0,0xf5aeb2ff,0xa28b00bf,0xe6f1af80,0xf7a8a29f,0xf29fe380,0x94264000,0xd0500000,0x0386000c,0x1cfc0072,0xd5e1530c,0xe7a59384,0xa3f90197,0x3400002e,0x0000000c,0xc3000016,0xf16fb6f9,0x501ff930,0xf4cea8ff,0xa2b501af,0xfeefff7e,0xf748bda1,0xb298e6d0,0xb12c2000,0xd0500000,0x0382000c,0x02fa406e,0xd491810b,0x979e93c4,0xc2fcd19d,0x3320002f,0xa000000c,0xcd00001d,0xf10fa9f9,0xe007fa70,0xf3fea9ff,0xc2dd01a0,0x09ef3f7d,0xf6b8cda2,0xa28beb90,0xc530c000,0xd0100000,0x0368000b,0xf1f8b06c,0xd381830a,0x87aa94d4,0xd2fcc19f,0x32100031,0xb000000c,0xcd00001d,0xf0df9dfa,0xe023fd30,0xf39eab00,0x12f800f0,0x0ceecf7a,0xf608d2a3,0xa281f020,0xd532f000,0xd0900000,0x0341000b,0xd8f78070,0xd431440b,0x07bf9534,0xc9fa2194,0x30600031,0xf000000c,0xd400000f,0xf0ff9dfc,0xa04dfe70,0xf3aeab00,0x33010080,0x0eeeaf79,0xf5b8d2a4,0x2280f200,0xdd338000,0xd1100000,0x032d000b,0xc5f71077,0xd5e10e0c,0x37c99504,0xc1f81180,0x2f200031,0x5000000c,0xeb000003,0xf12fa1fd,0xb05afec0,0xf3aeab00,0x43020080,0x0eee9f79,0xf5a8d2a4,0x4281f240,0xde339000,0xd1300000,0x032b000b,0xc2f71078,0xd631060c,0x77ca9504,0xc0f8317f,0x2f300031,0x3000000c,0xec000002,0xf13fa2fd,0xe05bfed0,0xf3beaa00,0x4317fff0,0x10ee6f79,0xf5b8d8a4,0x2285f240,0xe133e000,0xd1c00000,0x031c000b,0x9bf8608f,0xde708d0f,0xb7dd9584,0xb0f6116e,0x2dd00030,0xb000000d,0x02000fe8,0xf20fa9ff,0xb066ffa0,0xf3beab00,0x531fffc0,0x0fee3f79,0xf5a8daa4,0x0285f210,0xe033a000,0xd1d00000,0x031b000b,0x91f8d095,0xe1306610,0xf7e395d4,0xacf5a16b,0x2da00030,0x8000000d,0x07000fe0,0xf26faa00,0x0069ffc0,0xf3bead00,0x8325ff70,0x0bedff79,0xf578daa3,0xb281f170,0xd9325000,0xd1a00000,0x0323000b,0x91f92094,0xe2506012,0x07e39624,0xacf5e175,0x2e000030,0x3000000d,0x02000fe2,0xf2ffa6ff,0x8069ff60,0xf44eb201,0x0324ff1f,0xfeed5f7c,0xf588d7a3,0xc282ef80,0xcb2f4000,0xd2000000,0x0338000b,0x8ff9b091,0xe4206314,0xa7dc95d4,0xacf60179,0x2ea0002d,0xb000000d,0x15000fe5,0xf44f9ffe,0xa063fee0,0xf55eb201,0x531afeff,0xefec9f86,0xf5f8c7a4,0x6298ec70,0xbf2c4000,0xd2a00000,0x0357000b,0x8afa008f,0xe5706e16,0xd7d694f4,0xa7f55169,0x2ea00029,0xf000000d,0x49000fdd,0xf5ef9afe,0xf056fed0,0xf63eb701,0x9312fe5f,0xd4ec2f91,0xf678a6a4,0x22b3e910,0xac291000,0xd1d00000,0x037b000b,0x92fa0088,0xe5907b17,0x17d194c4,0xa8f4c171,0x2ee00026,0xd000000d,0x5d000fda,0xf7ef8efe,0xd042fe60,0xf72ebc01,0xb30afdaf,0xc0ebef97,0xf6a889a4,0x12c9e5d0,0x8d255000,0xd0e00000,0x039e000b,0x9cfa0080,0xe3e09215,0x97d594e4,0xa2f4517a,0x2f500023,0xa000000d,0x73000fd2,0xfa4f88fe,0x902bfde0,0xf7cebb01,0x9307fd5f,0xb9ebbf9e,0xf6b87ba4,0x72d8e380,0x7b237000,0xd0800000,0x03b4000b,0x9dfa007e,0xe240a414,0x87db9454,0x98f3616b,0x2f300021,0x5000000d,0x9d000fc8,0xfbaf89ff,0x601bfe00,0xf81eb601,0x730dfd2f,0xadeb4fad,0xf6e874a4,0xb2d9e050,0x7421a000,0xcfa00000,0x03c5000b,0xa8fa107f,0xdf70c413,0x87ca92c4,0x9df2313e,0x2f70001f,0xc000000d,0xf0000fd7,0xfccf8200,0xc009fe60,0xf81eb201,0x1315fd1f,0xabebdfb5,0xf6f87ca5,0x12cfde80,0x75208000,0xcf300000,0x03c8000b,0xb5f9e07f,0xdc50e611,0xe7b69334,0xa9f2311b,0x30f00022,0x3000000e,0x36000001,0xfd9f6700,0xeffefe80,0xf82eaf00,0x731efd0f,0xafecffbb,0xf7088ba5,0xe2c5dd80,0x7e1fa000,0xcf300000,0x03c4000b,0xbff95080,0xd881100f,0x67a59514,0xb7f2411a,0x32200026,0xe000000e,0x4400002c,0xfe6f4a00,0xcff3fea0,0xf87eadff,0xf326fcff,0xb7ed5fbe,0xf6c89aa6,0xe2c0de70,0x9920f000,0xcf600000,0x03c5000b,0xbdf8d080,0xd6f1250d,0xc7b29514,0xaef18118,0x32100026,0xe000000e,0x4d00001b,0xfcef5901,0xafedff40,0xf8ceaaff,0x7334fcdf,0xc0ed6fbf,0xf668b2a8,0x02b3e0f0,0xc323e000,0xcf500000,0x03c9000b,0xbef8607e,0xd5e1370c,0x17c09424,0x9ff04117,0x31700025,0x1000000e,0x50000ff5,0xfa1f7903,0x1fe90030,0xf8ceaefe,0xb35bfc6f,0xcdecafb4,0xf5a8e7a8,0x627be931,0x03296000,0xcdd00000,0x03bb000b,0xdaf7b06d,0xd5414309,0x77e095d4,0x8ceee12f,0x30200026,0x8000000e,0x27000fd6,0xf79f9704,0x1fe60170,0xf8ceb6fe,0xf37cfc0f,0xcfeb5fa8,0xf4e929a9,0x2239f321,0x412e7000,0xcd200000,0x03d4000b,0xf2f6a05e,0xd5914f07,0xd7e29694,0x8deed137,0x2f800027,0x0000000e,0x1e000fdc,0xf6ef9b03,0xffe40260,0xf8cebeff,0x73a0fc3f,0xd9ea3f8f,0xf45971a9,0xc205ffc1,0x66378000,0xccb00000,0x0425000b,0xfbf55052,0xd9314409,0x07de96d4,0x8eef6141,0x2e900026,0xd000000e,0x0d000fe5,0xf6cf9904,0x5fdf0400,0xf8dec8ff,0xc3bdfc3f,0xe1e9af77,0xf3d9a5a9,0x71e30aa1,0x6b3ef000,0xcbe00000,0x042c000c,0x04f42046,0xdc112c0a,0x67dc9754,0x8ff10157,0x2e300026,0xe000000d,0xed000ff2,0xf6bf9304,0x6fdd0550,0xf8decdff,0xe3c6fc2f,0xe3e99f6f,0xf3a9b3a9,0x41db0dd1,0x6940f000,0xcba00000,0x0441000c,0x06f3c043,0xdcd1230a,0xc7db9794,0x90f1b15f,0x2e300026,0xf000000d,0xe3000ff8,0xf6bf9004,0x4fde05a0,0xf90ed2ff,0xf3ccfc1f,0xe9e9af67,0xf3b9c5a9,0x31d01101,0x63425000,0xcbe00000,0x0440000c,0x05f35041,0xdea1110b,0xa7db9794,0x90f21163,0x2e100026,0x8000000d,0xdc000ffd,0xf6ef8d04,0x9fe00600,0xf9aee300,0x33dffbf0,0x00e9df4c,0xf3da07a9,0x11a81c71,0x4d475000,0xcd000000,0x0435000b,0xfff1b03b,0xe5e0bf0e,0xa7dc9784,0x90f31156,0x2e000024,0xb000000d,0xf100000d,0xf78f8205,0xefea0740,0xf9dee700,0x43e6fbe0,0x07ea3f4a,0xf3ea17a8,0xd1a11f91,0x4748c000,0xcd600000,0x043e000b,0xfaf1503b,0xe940810e,0x17de9784,0x8df2d14f,0x2de00024,0x1000000d,0xfe00000c,0xf7df7f06,0x3ff00740,0xfa0ef100,0x93f6fba0,0x11eb2f4d,0xf3ea29a7,0xa19b25f1,0x3b4b0000,0xcd800000,0x0422000b,0xf9f0b035,0xefe0110c,0xe7e097c4,0x8df2d158,0x2e000023,0x1000000d,0xf800000f,0xf88f7705,0xcffc06a0,0xfa4efb00,0xe405fb20,0x15ec6f59,0xf3ea2fa6,0x51982b41,0x334b8000,0xcd500000,0x03ea000b,0xfef0602a,0xf4dfcf0c,0xf7e19814,0x90f32169,0x2e800022,0x3000000d,0xe8000016,0xf95f6c04,0x600505a0,0xfacf0201,0x240dfaf0,0x16ed6f6f,0xf40a2fa5,0xe19c2f31,0x324c5000,0xcd700000,0x03e4000b,0xf8f05028,0xf6efbe0e,0xe7e897d4,0x8af2e169,0x2e900020,0x7000000d,0xf2000013,0xfa2f6a03,0xe00904f0,0xfbbf0801,0x6417fab0,0x14ee8f93,0xf41a2aa5,0x31a733f1,0x384dd000,0xcd400000,0x03a9000b,0xf0f05028,0xf78fbd12,0x57f49724,0x7df23158,0x2ea0001d,0x9000000e,0x1c000008,0xfb3f6a03,0xd00b0450,0xfc7f0e01,0xc423fa70,0x04eebfaf,0xf3ea1ea4,0x71ae3741,0x464e7000,0xcc400000,0x03a8000b,0xfdf0001c,0xf64fd314,0xd7f996d4,0x7af23164,0x2ea0001b,0xb000000e,0x16000004,0xfbdf6703,0x500c03b0,0xfd3f1702,0x5443fa2f,0xe4ee6fdc,0xf3aa0ea3,0xd1b83c91,0x614f6000,0xcaa00000,0x0375000c,0x16ef4005,0xf3f00218,0x67fd9684,0x78f26186,0x2e800019,0x7000000d,0xef000002,0xfcef6202,0x400a02c0,0xfd5f1902,0x6461fa2f,0xd7edcff0,0xf35a0da3,0xe1bd3f21,0x6e503000,0xc9e00000,0x034b000c,0x19eeb000,0xf320161a,0x28059644,0x74f1e183,0x2e300018,0xd000000d,0xf3000ffa,0xfd4f6602,0x900802b0,0xfd5f1a02,0x5498fa0f,0xccec9005,0xf25a15a3,0x51be41f1,0x7a50f000,0xc8500000,0x032c000c,0x1ceddffd,0xf200231b,0xe81495f4,0x6cf0c163,0x2e000018,0x1000000e,0x25000fea,0xfd7f6d03,0xa0070300,0xfd5f1b02,0x54b2f9df,0xccec3006,0xf1ea23a2,0xe1b34271,0x7f50b000,0xc7900000,0x0306000c,0x21ed9ff9,0xf0f0211b,0xa81695f4,0x6cf0b160,0x2e100018,0x0000000e,0x29000fe8,0xfd9f6d03,0xa00a02f0,0xfd6f1d02,0x74d5fa0f,0xcdebb003,0xf1ba40a3,0x219f4301,0x81500000,0xc7800000,0x0305000c,0x22ed0ff4,0xef201c1a,0x98149624,0x6ef0b166,0x2e200018,0x0000000e,0x1d000feb,0xfdaf6903,0x501602c0,0xfd8f1e02,0x84e6fa3f,0xcaeb5004,0xf1aa4ba3,0xb19a4381,0x83503000,0xc7800000,0x0308000c,0x1fec9ff5,0xee401c1a,0x68109634,0x72f0b16d,0x2df00017,0xf000000e,0x10000fef,0xfdaf6603,0x301d02b0,0xfd9f2002,0xd501fa3f,0xc0eb0001,0xf1ba4fa4,0x019b4401,0x85508000,0xc6a00000,0x02fa000c,0x1dec0ff4,0xed20211a,0x080296a4,0x7df13186,0x2df00018,0x6000000d,0xe9000ffc,0xfdbf5c02,0x602a0250,0xfd9f2202,0xf510fa6f,0xc1eb3ffc,0xf23a52a3,0xd19a43b1,0x80505000,0xc6100000,0x033f000c,0x1eebcff1,0xece02419,0x47fd9744,0x84f1c19c,0x2e100019,0x5000000d,0xc7000003,0xfd7f5601,0x703401e0,0xfd9f2302,0xf515fabf,0xc8eb7ff8,0xf2ca5aa4,0x11984351,0x79502000,0xc6500000,0x0334000c,0x18eb8ff6,0xecf02318,0xd7fd9784,0x85f1d19c,0x2e300019,0xf000000d,0xc6000004,0xfd2f5401,0x403901c0,0xfd9f2302,0xf515facf,0xc9eb8ff7,0xf2da5da4,0x21984341,0x77502000,0xc6700000,0x036a000c,0x16eb7ff8,0xed002218,0xc7fd9794,0x85f1d1a2,0x2e10001a,0x0000000d,0xbc000004,0xfd1f5301,0x403a01c0,0xfdaf2202,0xe51afacf,0xceebdff3,0xf2da62a3,0xb19542e1,0x72503000,0xc6200000,0x03b8000c,0x1aeb4ff9,0xecf01d18,0xb80097b4,0x82f19197,0x2df0001a,0x7000000d,0xc9000000,0xfccf5601,0x803f01e0,0xfdaf2102,0xc51ffacf,0xd3ec1fef,0xf2ca67a3,0x31914281,0x6d501000,0xc5d00000,0x03d6000c,0x1eeb2ffa,0xece01818,0x980497f4,0x7ef16190,0x2dd0001b,0x0000000d,0xd2000ffb,0xfc7f5801,0xc0440210,0xfdaf2002,0x9522fabf,0xd6ec3fed,0xf2ba6aa2,0xf18d4241,0x6d4fb000,0xc5b00000,0x03bc000c,0x20eb3ffa,0xece01818,0x880a9844,0x7cf1318e,0x2dd0001b,0x6000000d,0xd3000ff6,0xfc5f5b01,0xd0460210,0xfdaf2002,0x5524faaf,0xdbec7fea,0xf2ba6da2,0xc18841f1,0x6d4f4000,0xc5b00000,0x03cf000c,0x20eb4ffc,0xed001a18,0x680e9894,0x7af14185,0x2e20001b,0xf000000d,0xe1000ff3,0xfc2f5c01,0xc0490200,0xfd9f2002,0x3523facf,0xe4ecdfe6,0xf2da73a2,0xc1824161,0x6c4ed000,0xc6100000,0x03c0000c,0x1beb5004,0xed501d18,0x381098c4,0x7af15188,0x2e10001c,0x8000000d,0xd7000ff4,0xfbff5c01,0xa04d01f0,0xfd8f2102,0x2522faef,0xe7ed0fe4,0xf2da73a2,0xd1824131,0x6a4ed000,0xc6200000,0x03f9000c,0x19eb8007,0xed901d18,0x281098e4,0x7af18186,0x2e20001c,0xd000000d,0xd8000ff4,0xfbcf5c01,0xa04f01f0,0xfd5f2202,0x251efb1f,0xe8ed2fe2,0xf2ea6ba2,0xc18640d1,0x664f0000,0xc5d00000,0x03bc000c,0x1bec0005,0xee401618,0x080e9944,0x7cf1b192,0x2e30001d,0xb000000d,0xc1000ff8,0xfb8f5b01,0x405201c0,0xfd3f2202,0x0519fb4f,0xe9ed2fe1,0xf2ea65a2,0xc1884061,0x634f2000,0xc5b00000,0x03c4000c,0x1cec5005,0xeef01018,0x180d9954,0x80f1f195,0x2e80001e,0x3000000d,0xb8000ffb,0xfb4f5a01,0x005401a0,0xfccf1f01,0x450cfbff,0xefed1fe5,0xf30a5ca3,0x21893f31,0x5f4fa000,0xc6200000,0x03a8000c,0x1aece00a,0xf0300719,0x181598d4,0x83f2617f,0x2f40001f,0x1000000d,0xc7000ff6,0xfa8f5d01,0x705501f0,0xfc3f1d00,0xb509fc1f,0xeeeccfeb,0xf30a4ba2,0xd1903e81,0x5f4fd000,0xc5a00000,0x03d2000c,0x20ed600a,0xf0d00419,0xb81a98e4,0x8af2d17b,0x2ff00020,0x8000000d,0xbd000ff6,0xf9ef5f01,0x405601e0,0xfb8f1e00,0x4503fc4f,0xebec7fed,0xf35a41a2,0x91913dc1,0x614f2000,0xc5600000,0x03b8000c,0x29ede009,0xf1600919,0xf81f9974,0x91f39184,0x30b00022,0x6000000d,0xa3000ff9,0xf97f6300,0x805a0160,0xfaef1eff,0xd4fefc9f,0xeeec4fed,0xf3ba44a2,0xd1883d21,0x654eb000,0xc5f00000,0x03c8000c,0x2aee400c,0xf1c00e1a,0x482999d4,0x90f3a184,0x30d00023,0xd000000d,0x98000ff5,0xf92f6a00,0x905c0150,0xfa9f1cff,0x74fafcbf,0xf1ebffec,0xf3ea45a3,0x11863ce1,0x674eb000,0xc6300000,0x03aa000c,0x28ee9010,0xf2100f1a,0xd8329a14,0x8bf3a179,0x30e00024,0xb000000d,0xa1000fec,0xf8ef7201,0x105d0190,0xfa7f1bff,0x04e9fcdf,0xeceb4fed,0xf41a37a2,0xc1883c71,0x6e4eb000,0xc5900000,0x0389000c,0x2def900c,0xf2b0171c,0x583d9a04,0x87f3c172,0x31200025,0x4000000d,0xa2000fe4,0xf88f7b01,0x305d01a0,0xfa6f1cfe,0xe4d8fccf,0xe6eacfed,0xf42a2da2,0xa1873c01,0x724e5000,0xc5200000,0x038d000c,0x32f06007,0xf3401e1d,0xd83f99d4,0x87f4316f,0x31900025,0x7000000d,0xa3000fe4,0xf85f7e00,0xc05c0190,0xfa3f1bfe,0xa4c8fcdf,0xe4ea7fee,0xf3fa2ba3,0x21813b61,0x744df000,0xc5d00000,0x03a7000c,0x31f08009,0xf4002120,0xd8449984,0x83f4515f,0x31b00025,0x9000000d,0xb7000fe0,0xf82f8401,0x005801e0,0xfa0f18fe,0x44b7fcef,0xe2ea1fed,0xf3aa24a3,0xc1833a91,0x764dd000,0xc6800000,0x0392000c,0x2ef08010,0xf4602424,0x18499924,0x7ef48150,0x31b00025,0xc000000d,0xc6000fd9,0xf7ff8c01,0x60510250,0xf9af19fe,0x24aafcef,0xe1ea0fe5,0xf39a15a3,0xe18d3931,0x774d4000,0xc6900000,0x03aa000c,0x32f08013,0xf4d02125,0xd84a9924,0x7ef4c151,0x31e00026,0x3000000d,0xc1000fdb,0xf7df8e01,0x104e0240,0xf95f1afd,0xf498fcff,0xe1e9efd9,0xf3aa06a4,0x41973701,0x774c5000,0xc7000000,0x03a8000c,0x35f08015,0xf5b01a27,0x18469904,0x81f5514d,0x32500026,0xa000000d,0xc2000fe1,0xf7cf9000,0xa04a0230,0xf92f17fe,0x0474fd6f,0xe5e9afbe,0xf3e9faa5,0xd1a432d1,0x7a4b5000,0xc8e00000,0x03bc000c,0x23f0e025,0xf7900d23,0xe8359834,0x89f5d13f,0x32600026,0x4000000d,0xd3000fec,0xf79f9300,0xa0420250,0xf8ff16fe,0x1454fdcf,0xe5e95fa0,0xf429e1a6,0x61bd2e11,0x7a4a2000,0xc9500000,0x03eb000c,0x16f1c02d,0xf8d00322,0x882797a4,0x91f6b146,0x32900026,0x3000000d,0xc4000ff8,0xf75f9500,0x503b0240,0xf8cf13fd,0xe42efe6f,0xeae95f7e,0xf4b9c8a6,0xc1d12851,0x77481000,0xc9e00000,0x03f6000c,0x0ff2b030,0xf8b00521,0xc8209744,0x93f76143,0x32f00026,0x7000000d,0xc5000ffc,0xf6ff9b00,0x10340240,0xf8af0cfd,0x9409ff5f,0xf1e95f62,0xf579bba7,0xe1e32261,0x77466000,0xcb700000,0x03fa000c,0x03f3303d,0xf8100520,0x381f9694,0x8df7712a,0x32d00026,0x8000000d,0xe8000ff7,0xf67fa700,0xa02c02c0,0xf89f07fd,0x73f4ffdf,0xf3e94f54,0xf5e9afa8,0x51f11f01,0x7845a000,0xcc000000,0x03f9000c,0x00f37046,0xf7b0011e,0xc81d9604,0x89f76119,0x32b00026,0x7000000d,0xff000ff2,0xf62fb001,0x20270320,0xf86f01fc,0xf3df005f,0xf6e9cf48,0xf60993a7,0xb2091ae1,0x74442000,0xcb700000,0x03f1000c,0x06f4a058,0xf76ff21b,0x081e9624,0x85f7910c,0x32b00027,0x9000000e,0x0e000feb,0xf59fbb01,0x70210360,0xf82efcfc,0x93cb00cf,0xf8ea4f3c,0xf62977a7,0x122116d1,0x6f42a000,0xcad00000,0x03e7000c,0x0df5d069,0xf70fe317,0x38209654,0x80f7e105,0x32e00028,0xb000000e,0x15000fe5,0xf50fc601,0xc01c03a0,0xf81efbfc,0xb3bd012f,0xfaeacf36,0xf6396fa7,0x422b1521,0x6a428000,0xcb600000,0x03e2000c,0x08f67075,0xf77fd415,0x381b9634,0x81f83106,0x32f00028,0xe000000e,0x14000fe8,0xf4cfc701,0x901a0390,0xf7fef7fc,0xc3a301af,0xfceb7f33,0xf6395ba7,0x52411231,0x66420000,0xcc400000,0x03b7000c,0x02f7908a,0xf90fba11,0xe81595e4,0x80f8a109,0x32b00029,0x1000000e,0x0e000fe8,0xf45fcc01,0x901503a0,0xf7eeedfc,0xa377023f,0xfaec9f38,0xf5f92ea6,0x426c0ce1,0x67406000,0xcc800000,0x037b000c,0x03f950aa,0xfcaf970c,0xb80c9544,0x7cf970f7,0x32900029,0xa000000e,0x27000fe3,0xf36fd801,0xc00c03f0,0xf7bee7fc,0x9357029f,0xf3ed7f3f,0xf5b90da4,0x528a09a1,0x603ea000,0xcbd00000,0x0371000c,0x11fa10b4,0xfdcf900a,0x880294f4,0x7efad104,0x32d0002a,0x8000000e,0x0c000fe5,0xf29fde01,0x400603d0,0xf79ee3fc,0x8340030f,0xf2ee1f45,0xf5b8fea3,0x729e07f1,0x5c3dc000,0xcc100000,0x0332000c,0x16fa50b7,0xfc6f9a0a,0x07fd94a4,0x7cfb810a,0x32b0002a,0xf000000d,0xfd000fe4,0xf20fe401,0x200003c0,0xf77edafc,0x031b03ff,0xf8eeef51,0xf5f8eea2,0xa2c905d1,0x583dd000,0xcdc00000,0x02f1000c,0x0afaa0bd,0xf69fbe0a,0x57fe93d4,0x6bfb50e4,0x31b0002b,0x6000000e,0x2d000fcf,0xf13ffa02,0xafef0440,0xf74ed5fb,0xa30a046f,0xf8ef8f59,0xf628e5a1,0x52dc0501,0x523db000,0xce100000,0x02e7000c,0x0efac0ba,0xf1afda0a,0xd8019394,0x62fbb0d2,0x3180002c,0x1000000e,0x42000fc4,0xf0b00503,0x4fe40430,0xf6fed7fb,0x72f2046f,0xf0f0af5e,0xf628db9e,0xe2e60501,0x433c5000,0xcdf00000,0x02e0000c,0x20fac0ae,0xe8600a0b,0x88019334,0x61fca0f2,0x3190002c,0xb000000e,0x00000fc8,0xf0200502,0xbfd10340,0xf6fed9fb,0x62e1046f,0xeef14f5e,0xf638d89d,0xf2eb0521,0x3c3b9000,0xce600000,0x02d9000c,0x25fab0a8,0xe390270c,0x080192b4,0x5ffd30fa,0x31a0002c,0x9000000d,0xea000fca,0xefe00602,0xbfc402e0,0xf72edafb,0x42d1048f,0xeff19f5d,0xf658da9d,0xc2f00551,0x3a3b4000,0xcf700000,0x02d0000c,0x21faa0a7,0xe0c03c0c,0x88009204,0x5dfc00eb,0x3100002b,0xe000000d,0xfb000fca,0xefc00903,0x3fb702d0,0xf75edbfb,0x12c3049f,0xf4f1bf5d,0xf678df9d,0x82fc0571,0x383b7000,0xd0300000,0x02c7000c,0x15fad0a6,0xdf60500d,0x58049164,0x57fb00e0,0x3060002b,0x4000000e,0x06000fc4,0xefa00f04,0x0fa502f0,0xf7eedefa,0xa2a304af,0xfef1ff5f,0xf6a8ec9c,0x631c0601,0x343c4000,0xd1900000,0x02b2000b,0xf5fb40a4,0xdcf0820f,0x880f9024,0x48f940c5,0x2f200029,0xf000000e,0x23000fb4,0xef801d05,0xcf760330,0xf7bee2fa,0xa29d045f,0xfaf24f60,0xf678ed9b,0x131b0711,0x333c2000,0xd1400000,0x02b2000b,0xfbfb309e,0xdc509510,0x38109034,0x48f980da,0x2f20002a,0x4000000d,0xfe000fb8,0xef701c05,0x0f6502e0,0xf75eebfa,0x728903cf,0xf8f2ef62,0xf628f799,0xb31309b1,0x353b5000,0xd2600000,0x02ae000c,0x01faf094,0xdae0c011,0x781a9034,0x42fa10ef,0x2f40002a,0xd000000d,0xd6000fb8,0xef902103,0xff420240,0xf75ef4fa,0x1273035f,0xfdf31f63,0xf6390c99,0xb30a0c11,0x3c3b2000,0xd4e00000,0x02a7000b,0xf8fa9091,0xdac0e113,0x282a8fc4,0x32fa70ea,0x2f20002a,0x6000000d,0xd6000fac,0xefe02f04,0x0f2301a0,0xf77efaf9,0xd26902e0,0x02f31f60,0xf6291c99,0x63100d61,0x3e3c0000,0xd5900000,0x02a6000b,0xe8fa9092,0xdcb0e815,0x18368f54,0x25f810d8,0x2e300029,0xf000000d,0xec000f9f,0xf0203c04,0x6f160140,0xf75f07f9,0xf26301ff,0xfbf35f5e,0xf5c92597,0xc3140f41,0x383d0000,0xd4e00000,0x02b3000b,0xe8fa808c,0xdfb0ea17,0xf8428f34,0x1bf740de,0x2e200029,0xb000000d,0xdc000f9f,0xf0603f03,0x5f130090,0xf70f16fa,0x725b010f,0xeef38f5c,0xf5892596,0x13091121,0x2d3d2000,0xd4600000,0x02ca000b,0xf9fa5081,0xe150eb1a,0x18458f24,0x1df780f7,0x2ee00029,0x8000000d,0xad000fb2,0xf0903501,0x3f1effc0,0xf75f21fa,0xc243008f,0xeef37f55,0xf5993296,0x23101251,0x273de000,0xd5500000,0x02ce000b,0xe4faa07c,0xe3e0e41c,0x984a8e14,0x15f700fd,0x2f500027,0xa000000d,0x9b000fb6,0xf1003701,0x8f37ff60,0xf80f2ffa,0xc228ff9f,0xedf27f56,0xf6793595,0xc3131351,0x213e4000,0xd5f00000,0x02d5000b,0xddfb0073,0xe740df1f,0xb85f8ce3,0xf9f370ea,0x2e900025,0x3000000d,0xaa000fa3,0xf1f04b04,0x4f58ff70,0xf85f3dfa,0xa221fe6f,0xe4f1af5e,0xf7292694,0x730a13f1,0x173d1000,0xd5500000,0x02ef000b,0xf9fb0067,0xe8a0d920,0xf8738d33,0xe4f130f9,0x2e500025,0x0000000d,0x90000f99,0xf2905705,0x5f6aff80,0xf89f45fb,0x5211fd9f,0xd5f13f64,0xf7791a93,0xd3011431,0x0c3bd000,0xd5700000,0x0306000c,0x0bfae064,0xe8f0ca21,0x58728c93,0xe1f01101,0x2f100023,0x7000000d,0x92000fa2,0xf3005105,0x5f77ff80,0xf8ef4afc,0x11fcfd1f,0xc9f0ff67,0xf7991393,0x93001411,0x033b3000,0xd5e00000,0x0314000c,0x0dfaf065,0xe930b521,0x786f8b73,0xdfeef106,0x2fc00021,0x3000000d,0x9d000fac,0xf3804c05,0x9f82ff80,0xf96f50fc,0xa1e9fccf,0xc9f0ef5e,0xf7b91793,0x73141381,0x013ca000,0xd5f00000,0x0308000b,0xf5fb6069,0xea309421,0x58728ac3,0xd3ed0102,0x2fc0001f,0xa000000d,0xba000fab,0xf3e04e06,0x8f8affd0,0xf9bf5ffe,0x51cffb7f,0xb3f0ff54,0xf7990f92,0x232112f0,0xf83d0000,0xd5700000,0x0312000b,0xf7fc106f,0xeb006920,0xf86d8ad3,0xcaebf127,0x30d0001e,0x5000000d,0xc8000fc3,0xf4303c05,0xef93fff0 +}; + +u32 ANIM_ENTRY_hit_left_leg[] = +{ + 0x000fcbfc,0xbfb90240,0x4a0d204f,0xfc67fb84,0x83959f37,0x6cc1a000,0xe4300000,0x0289000c,0xd2fb5067,0xfacfc818,0xe048f2fc,0x13f66074,0x3f000011,0xe000000f,0x71000f47,0xfc601b09,0x001f0170,0x009fb7fb,0x4fba0430,0x600d0044,0xfc47fb84,0xb3bb9d57,0x7ec17000,0xe5200000,0x028e000c,0xc3fa9045,0xfc2fc819,0x0028f00c,0x3df89095,0x41500015,0x5000000f,0x5f000f5c,0xfba01008,0x001700c0,0x008fa3f9,0xafd206b0,0x7c0c4030,0xfbf80f86,0xe3e69a67,0x8ac06000,0xe7100000,0x029f000c,0xc1fa000e,0xfcbfd319,0x6fcdeddc,0x88fb30ac,0x44300019,0x0000000f,0x4d000f7b,0xfaa00206,0xb00e0020,0xffefa9f8,0xa00f0740,0x9709701b,0xfb28438a,0x642396f7,0x7dbf1000,0xe8200000,0x02af000c,0xd8f8afa8,0xfc3fe51a,0x2fb5ebdc,0xa7fb80c9,0x4550001b,0xc000000f,0x25000f8d,0xfabffd05,0xf00affe0,0xffbfd0f8,0x804a0490,0xa3048012,0xfa28478c,0x44719447,0x6abdf000,0xe8300000,0x02c9000d,0x6df61efa,0xfaeff11b,0x9fe3e9fc,0x91f8c0ee,0x4410001c,0x8000000e,0xfe000f96,0xf9effd06,0x10090000,0x002004f8,0xe06c0090,0xa5fd3fff,0xf948018d,0xd4969257,0x56bc9000,0xeb500000,0x02de000e,0xcbf8fe36,0xf8a0061d,0x301fe44c,0x6bf4810f,0x41a00023,0x1000000e,0xe4000f98,0xf9bff206,0xc0080010,0x001028f9,0x6090fdc0,0xa5f5ffed,0xf8a7c48f,0xc49f9077,0x3ebbf000,0xee700000,0x02e20000,0x0cff5df2,0xf750121e,0x3057e1bc,0x49f1a123,0x40000025,0xa000000e,0xd1000f9b,0xfbdfde07,0x0004ffd0,0xffa035f9,0x90bafd30,0xa7f17fd8,0xf867b390,0xc49b8e57,0x31bb8000,0xeec00000,0x02f10000,0x9a022e22,0xf700121e,0xc06fe1bc,0x3ef09129,0x3f700025,0x2000000e,0xc3000fa7,0xfd6fd207,0x0002ff90,0xfed041f9,0xc11afe20,0xb4e9bf95,0xf7d7b492,0x74698837,0x21b9b000,0xee100000,0x03290001,0x4504ced1,0xf6400d1f,0xc089e33c,0x34ef3133,0x3ea00021,0xa000000e,0xaa000fc6,0xfeefc507,0x1001ff70,0xfe6044f9,0xd153ffe0,0xc9e69f5f,0xf707e293,0xc41a8317,0x1cb7a000,0xef600000,0x034e0001,0x57033f3f,0xf5b00d1f,0xd098e42c,0x2aeea138,0x3de0001f,0x3000000e,0x9d000fc2,0xfebfcc07,0x6ffeffe0,0xfdf046f9,0xe17c0110,0xdbe4df3b,0xf6681994,0x73de7f67,0x16b5e000,0xf1000000,0x03620001,0x3e009f85,0xf5200e1f,0xa0a6e4bc,0x1dee113b,0x3d10001d,0xe000000e,0x92000fb7,0xff0fd607,0xcffa0050,0xfdd046f9,0xf1840150,0xdfe49f35,0xf6482594,0x93d37eb7,0x15b58000,0xf1500000,0x03650001,0x35ffff91,0xf5100e1f,0x90a9e4cc,0x1aedf13b,0x3ce0001d,0xb000000e,0x90000fb5,0xff2fd807,0xdffa0060,0xfd3043fa,0x41a50200,0xe8e3cf22,0xf6286c94,0x33bd7cb7,0x1cb47000,0xf1900000,0x03780000,0xeefe4fba,0xf4e00c1f,0x00a0e50c,0x18ee413c,0x3c80001d,0x6000000e,0x8d000fbb,0xffafda07,0xcff50060,0xfbf03bfa,0xf1ec0390,0xfce22efc,0xf5f90593,0x738c7867,0x2ab22000,0xf2100000,0x03a20000,0x55faa013,0xf480091d,0xd08ce58c,0x13eef13d,0x3bb0001c,0xe000000e,0x86000fc8,0x00afdf07,0xbfea0060,0xfbe039fa,0xf1f003b0,0xfde24efd,0xf5f90793,0x63887847,0x2ab20000,0xf2300000,0x03a30000,0x57fab016,0xf490091d,0xb089e59c,0x14ef013d,0x3bb0001c,0xd000000e,0x86000fc8,0x00afdf07,0xcfea0060,0xfb501ffa,0xf21f0531,0x09e3bf14,0xf5a92f92,0xe35376f7,0x28b0b000,0xf3f00000,0x03b20000,0x5dfc0037,0xf600011c,0x0065e60c,0x20f01143,0x3bd0001c,0x4000000e,0x80000fc8,0x010fdd08,0x7fe30040,0xfa7ff0fa,0xf26706d1,0x0fe59f52,0xf579ab93,0xd32a76b7,0x08afd000,0xf5100000,0x03b00000,0x1801904c,0xf9ffe619,0xc02be68c,0x3af28157,0x3ca0001c,0x0000000e,0x6d000fc2,0x016fd409,0x1fda0020,0xfa5fbdfa,0xd28b0740,0xf9e75fa5,0xf579e995,0x034779e6,0xc9b12000,0xf3500000,0x0393000f,0xdb088028,0xfe9fc218,0x3fece6dc,0x61f5f16f,0x3e80001c,0x1000000e,0x5b000fc3,0x015fc909,0x2fd50020,0xfaaf95fa,0xa28e0790,0xdae98fe8,0xf5c9ba94,0xf35e7dc6,0xa3b22000,0xf2e00000,0x037a0000,0x010bd01a,0x00afb317,0x0fb5e76c,0x86f8c17d,0x4040001c,0x0000000e,0x57000fcc,0x00dfbf09,0x4fd30020,0xfa5f75fa,0x327d06f0,0xbced001d,0xf5c97394,0x93768376,0x77b36000,0xf3900000,0x03430000,0x790cf045,0xffffb415,0x9f95e76c,0x9cf9a180,0x4110001d,0xf000000e,0x52000fda,0xffffb10a,0x7fcc0010,0xf9df58fa,0x626b06d0,0x9ef0503c,0xf5193493,0xa3938926,0x51b5c000,0xf2e00000,0x030c0000,0xcd0e805d,0xfe9fb614,0x1f75e81c,0xacf95175,0x4150001e,0x6000000e,0x64000fee,0x004fa50c,0x9fbdff90,0xf9ef3efb,0x22560820,0x76f2a042,0xf498a391,0xa38b8ca6,0x5db5b000,0xf1e00000,0x031b0001,0x5d0ec074,0xfa7fd112,0xcf56e8fc,0xb7f6915a,0x40f0001d,0x4000000e,0x87000fed,0x007fa810,0x3fbbff60,0xfa2f29fb,0xe23d09c0,0x5ef40039,0xf4685190,0xe3818f26,0x6db60000,0xf2700000,0x03210001,0xac0ee077,0xf6dfec11,0x7f42e92c,0xbcf24143,0x4000001c,0xd000000e,0x8a000fd7,0xffffbd13,0x7fdc0070,0xfa1f1cfc,0x522d0b50,0x59f4502c,0xf4683f90,0xd38690d6,0x6db79000,0xf2900000,0x030f0001,0xc10f6072,0xf52ff510,0x9f2de94c,0xc7f01149,0x3f50001c,0xc000000e,0x47000fd2,0xffcfcc11,0x600d0080,0xf9ef08fc,0xc21a0dd0,0x55f52015,0xf4681190,0xa38a92d6,0x68b97000,0xf1f00000,0x02f80002,0x020fb07f,0xf270000f,0xaf02e9ec,0xe2ef7148,0x3f60001c,0xa000000d,0xe3000fde,0xffefd908,0xf056fec0,0xfa1ef0fc,0xc1ff1000,0x55f6900c,0xf3f7e291,0x838a9566,0x50ba1000,0xf3c00000,0x02e00002,0x410d809d,0xee30100f,0x2edeea7c,0xfdf0e159,0x3fa0001c,0x5000000d,0x4b000fdc,0x002fd8fe,0xa063fb20,0xf9aedefc,0xa1f41120,0x5bf7000c,0xf327b792,0x33899846,0x33ba5000,0xf5500000,0x02d00002,0x790a60bc,0xea201b0f,0x3ecfea5d,0x0ff19163,0x3f10001c,0x8000000c,0xb5000fcd,0x00afd8f5,0x604bf7b0,0xf91ed4fc,0x41fd10a0,0x65f63019,0xf2278e92,0x13869b06,0x1bba8000,0xf5600000,0x02d30002,0x9c07e0cb,0xe8301b0f,0xced4e9cd,0x16f1e15c,0x3e50001c,0xe000000c,0x74000fb7,0x018fd9f1,0xb032f610,0xf8feccfb,0xd2000fb0,0x6ef5d029,0xf1277092,0x63829d66,0x03bae000,0xf5d00000,0x02cd0002,0xaa06a0cf,0xe7501c10,0x5edae96d,0x1cf15154,0x3d80001c,0xd000000c,0x66000fa5,0x023fd7f1,0x1034f570,0xf8fecbfb,0xc2010f80,0x6ff5c02c,0xf0f76a92,0x83819de5,0xfdbaf000,0xf6000000,0x02ca0002,0xac0670d0,0xe7301c10,0x7edbe95d,0x1ef1814b,0x3da0001c,0xc000000c,0x76000fa2,0x025fd6f1,0x1037f560,0xf94ec3fb,0xa2010ed0,0x76f54034,0xefe76893,0x23829fc5,0xecbba000,0xf7100000,0x02be0002,0xa20610cd,0xe7601f11,0x2ee1e8fd,0x1ff13148,0x3d40001c,0x8000000c,0x83000f91,0x030fd6f2,0x8062f5a0,0xf9ceb2fb,0x52040d70,0x84f41043,0xedc76c94,0x6386a395,0xc9bd4000,0xf9200000,0x02a70002,0x890550c7,0xe8202412,0xaeece83d,0x20f11139,0x3d00001b,0xd000000c,0xb1000f6f,0x047fd7f5,0x60bbf630,0xf9ceaefb,0x720a0d20,0x84f37044,0xed577b94,0x7389a445,0xc7bdf000,0xf9100000,0x02a50002,0x770570c4,0xe8e02113,0x2eede84d,0x20f13133,0x3d30001b,0x8000000c,0xc2000f6c,0x04efd8f5,0x80cbf640,0xf9dea4fb,0x62180ca0,0x88f21046,0xec878f94,0x738ba545,0xc5bef000,0xf8900000,0x02a90002,0x630580c2,0xea601b14,0x2eefe86d,0x21f18131,0x3d80001a,0xb000000c,0xd4000f64,0x05ffdaf5,0xe0e2f670,0xfa3e87fa,0x723e0bb0,0x9fef4045,0xeaf7ab94,0x9384a655,0xcabff000,0xf7500000,0x02bc0002,0x5105b0c9,0xedb01116,0x3efce8bd,0x28f1c128,0x3dc00018,0xc000000c,0xf8000f49,0x084fdaf8,0x00f4f780,0xfa5e72f9,0xf25c0af0,0xb7edc044,0xe9e7f395,0x7384a715,0xcec0c000,0xf7a00000,0x02b90002,0x170710c7,0xf0400e17,0x8f0ee90d,0x2af1a12d,0x3d900017,0x6000000c,0xfb000f2d,0x09efcff9,0xc0faf820,0xf9de68fa,0x82730a20,0xb8ecb04e,0xe9e81694,0xe37fa6e5,0xddc08000,0xf6100000,0x02c30002,0x0207f0cd,0xf2a00b18,0x2f18ea3d,0x23f1912f,0x3d700015,0x1000000d,0x04000f1f,0x0aefbbfa,0x90f8f800,0xf97e63fb,0x22800990,0xb5ed2058,0xea282894,0x8379a655,0xe8c01000,0xf4f00000,0x02cc0001,0xfd0880d1,0xf4800718,0x7f21eabd,0x1df1412f,0x3d200013,0xf000000d,0x0b000f18,0x0b9faffb,0x30f6f7e0,0xf8de5ffc,0x129608e0,0xbdf0705d,0xea489b95,0x837ca535,0xf1c00000,0xf4c00000,0x02c30001,0x9d0b10ba,0xf7900219,0x1f3beb6d,0x0af02133,0x3c100011,0xb000000d,0x12000f02,0x0cafa8fc,0x90f4f7e0,0xf81e60fc,0xf2ac0860,0xc5f3305b,0xeab90196,0x7384a415,0xf3c04000,0xf4400000,0x02b10001,0x3e0d809c,0xf90fff19,0x6f5deb8c,0xf5ef713c,0x3ba00010,0x7000000d,0x10000ee9,0x0dafa7fc,0xc0eff780,0xf7ce63fd,0xd2c007f0,0xc8f53056,0xeb292396,0xc380a235,0xfbbf4000,0xf3100000,0x02b60001,0x2b0e5093,0xfa1ffa19,0x6f7aebdc,0xe2ef3146,0x3ba0000e,0xc000000d,0x12000ed4,0x0eafa6fc,0x30eaf6d0,0xf7ee63fe,0x42cd07d0,0xcef6f053,0xeb393c97,0x2379a0d5,0xfbbe5000,0xf2800000,0x02b70001,0x240ea090,0xfafff919,0x3f8cec0c,0xd6ef314e,0x3bc0000d,0x9000000d,0x15000ec6,0x0f0fa9fb,0xe0e6f660,0xf82e61fe,0x92df07d0,0xdbf9d04d,0xeb496d97,0xb3709f15,0xf6bda000,0xf2000000,0x02ad0001,0x0c0f0089,0xfc5ff718,0xff9eeb1c,0xc9ef415a,0x3be0000e,0x3000000d,0x18000eb7,0x0f1fb1fb,0xa0e0f5e0,0xf83e5fff,0x12f807e0,0xdafbb04e,0xeba95d97,0x03689db5,0xf4bd2000,0xf0700000,0x02b30001,0x240e3095,0xfd7ff018,0xcf99eb4c,0xbfef4160,0x3bc0000d,0x8000000d,0x20000ec4,0x0edfb2fb,0xc0d9f5a0,0xf83e5eff,0x430c07e0,0xd9fcf04e,0xec094c96,0xc3609cd5,0xf1bcd000,0xefa00000,0x02b80001,0x390d809d,0xfe1fec18,0xbf97eb5c,0xb7ef0162,0x3b90000d,0x6000000d,0x27000ecc,0x0e9fb0fc,0x30d3f5b0,0xf87e5cff,0x032c07d0,0xd3fe5050,0xece93098,0x534e9ce5,0xd4bd2000,0xf0600000,0x02b10001,0x520c209f,0xfdeff318,0xbfa3eb0c,0xa6ed815b,0x3aa0000e,0x8000000d,0x3a000ec5,0x0dffacfe,0x70c8f6d0,0xf8ce5efe,0x93480750,0xbcff3061,0xee18f099,0xf3409ea5,0xa8be4000,0xf1900000,0x02a00001,0x8309f0a8,0xfcc00318,0xafb5eaac,0x90eb614d,0x39a0000f,0xc000000d,0x56000eb6,0x0d2fa801,0x50b9f870,0xf8de60fe,0x834d0700,0xb0ff406b,0xee68cd9a,0x033d9f85,0x9dbea000,0xf1a00000,0x029d0001,0x9f0910ae,0xfc400818,0xafbaea0c,0x8beac148,0x39500011,0x0000000d,0x5e000eb3,0x0cffa702,0x10b5f8e0,0xf8de61fe,0x834d06e0,0xacff506e,0xee78c099,0xf33d9fd5,0x9abec000,0xf1900000,0x029d0001,0xa908c0b0,0xfc100918,0x9fbaeaec,0x88ea9146,0x3940000f,0x8000000d,0x62000eb3,0x0cffa702,0x40b4f8f0,0xf8ae6dff,0x23500570,0x6600e0a5,0xee681999,0x6343a445,0x81c0b000,0xf0300000,0x02ac0002,0x290530c3,0xf9301718,0x2fbeed9c,0x78e8b127,0x38d0000b,0xd000000d,0x9d000ebd,0x0cff9b04,0xa0a2fa50,0xf8ae6eff,0x334d0540,0x5c0180ac,0xee580799,0xc349a505,0x7cc0f000,0xf0a00000,0x02ac0002,0x3604e0c5,0xf8801b18,0x2fc2ee2c,0x75e88122,0x38d0000b,0x2000000d,0xa7000ebc,0x0cdf9a05,0x109efaa0,0xf8ae71ff,0x734504e0,0x460280b8,0xee37e49a,0x2356a685,0x76c1c000,0xf1300000,0x02a90002,0x4f0460c8,0xf7802018,0x1fc8ef4c,0x6de83119,0x38c00009,0x9000000d,0xbc000ebc,0x0caf9705,0xc096fb20,0xf87e7a00,0xc3260420,0x0b0410d2,0xee379199,0xa379a9e5,0x78c45000,0xf1200000,0x029b0002,0x9103c0d3,0xf6702618,0x3fcdf06c,0x5ce80109,0x38b00008,0x3000000d,0xf1000ece,0x0c6f9006,0xc082fbf0,0xf85e7c01,0xd30a03df,0xe304b0e0,0xee575398,0xb388ab35,0x82c4e000,0xf0900000,0x029b0002,0xc40380dc,0xf6102a18,0x5fcaf0fc,0x4fe86106,0x38a00007,0x7000000e,0x0d000edd,0x0c3f8e07,0x1075fc40,0xf8ce6f03,0x32c103ef,0xac0590e8,0xeed6e997,0xc3a8acd5,0x9ec57000,0xf1800000,0x02930003,0x0d03e0e7,0xf6803a19,0x2fc4f15c,0x38e93112,0x38400006,0xf000000e,0x29000eea,0x0b5f9708,0x1063fcd0,0xfa1e6704,0x0270035f,0x7e0590eb,0xeff6a696,0x03d5adf5,0xc8c73000,0xf2500000,0x02820003,0x2504e0ec,0xf7b03e1a,0x9fa8f18c,0x32e9d119,0x38f00005,0xe000000e,0x53000f05,0x0adf9f08,0xb056fd10,0xfb7e5d03,0x722d01ef,0x5e04a0ed,0xf1e66192,0xc3f0ae55,0xfbc7b000,0xf1900000,0x028b0003,0x3605f0f1,0xf7f03f1c,0x4f97f0cc,0x36e9f128,0x39f00006,0xd000000e,0x66000f15,0x09efab09,0x304dfd60,0xfd6e4801,0x01f9ffcf,0x5a0320f1,0xf3f60a8f,0xc3faafe6,0x1ac74000,0xf1300000,0x02980003,0x4b06b0f6,0xf660491d,0xaf93ec5c,0x4ee9d138,0x3b80000f,0xa000000e,0x69000f10,0x05afc20a,0x6046fe60,0xfece34fe,0xe1dafd9f,0x5b0070ff,0xf6a5e38d,0x0408b1a6,0x38c81000,0xf1800000,0x02900003,0x2a0830f0,0xf610411e,0x6f5feabc,0x82ec113d,0x3f000014,0xb000000e,0x85000f30,0x02cfc809,0xa037fe80,0xfeae27fe,0x01d4fb6f,0x4efd6113,0xf9c5da8a,0x2408b316,0x4ec7f000,0xf0700000,0x029b0002,0xf30a40e9,0xf5d0331e,0x1f36eacc,0xa9eec135,0x41d00017,0xe000000e,0xa3000f51,0x009fc308,0x8021fdf0,0xfe5e1dfc,0xb1dff9df,0x52fac117,0xfc15f088,0xd40fb4e6,0x48c77000,0xf0b00000,0x02a70002,0xbd0ce0e1,0xf3e0301c,0xef43e9ec,0x9eed812d,0x4110001b,0x0000000e,0x9a000f26,0xff2fd30a,0xe007fe70,0xfdce1cfc,0x61eaf90f,0x56f8310e,0xfe361088,0x8411b596,0x3bc78000,0xf0e00000,0x02ad0002,0xa20eb0df,0xf110291b,0x6f65eafc,0x8bebc125,0x3fb00019,0x2000000e,0x8b000f09,0x003fd90e,0x1fee0000,0xfcae22fd,0x41eef96f,0x55f650f8,0xfff63487,0xb3f3b366,0x3ac5a000,0xee600000,0x02d30002,0xaa0fc0f2,0xee001519,0xdf80f0bc,0x87ec7123,0x3f30000e,0x8000000e,0x70000f2a,0x04ffd211,0x2fda0460,0xfb7e22fd,0xd1eafd0f,0x85f5b0a4,0xfff6ab88,0x33ddad16,0x51c27000,0xed900000,0x02fb0002,0xa411f105,0xecefec18,0x3f5cf00c,0xaaee3131,0x3f20000f,0x9000000e,0x20000f4d,0x05bfd514,0x1fe20a10,0xface1cfd,0xe1ea023f,0xdff5902a,0xfeb74a8a,0xf3d4a5c6,0x71c0e000,0xef900000,0x02f70002,0x8813e0fd,0xef8fb316,0x6f37eebc,0xd5eff14d,0x3f900011,0x8000000d,0xa7000f67,0x066fd210,0xa0190a00,0xfa1e17fe,0x120605b0,0x29f49fd3,0xfd37b98c,0x53b6a0c6,0x81bee000,0xeeb00000,0x03040002,0x6c1440ed,0xf34f8814,0x8f0eee0d,0x02f2217d,0x3f400012,0xe000000d,0x03000f85,0x072fc105,0xb04904d0,0xfa1e10fd,0xe2290740,0x60f32fa4,0xfb580f8d,0xb3a19e86,0x7ebd0000,0xedc00000,0x03180002,0x321410d0,0xf69f7513,0x7f06ee5d,0x0df3717f,0x3d500012,0x5000000c,0xb9000f87,0x07cfbbfd,0x403600b0,0xf9fe0afd,0xd2420780,0x7ef25f96,0xf9b8508f,0x039b9e96,0x6cbd2000,0xedd00000,0x030b0001,0xe713e0b0,0xf87f7313,0x2f03ee8d,0x11f4c180,0x3c800012,0x2000000c,0x93000f84,0x081fbbf9,0x6018ff00,0xf93e00fd,0xf26d0720,0xa1f14f91,0xf738ac90,0xd396a026,0x44bea000,0xedd00000,0x02e60001,0x6613407e,0xfa9f7813,0x0ef6ee5d,0x1ef74189,0x3ce00012,0xe000000c,0x59000f86,0x088fbaf4,0xeff8fd30,0xf81deefe,0x52930690,0xa4f04fa1,0xf5f8b190,0x738aa286,0x2fbf7000,0xec000000,0x02e00001,0x3d12607c,0xfa3f8a13,0xaee8ee3d,0x38f7a17e,0x3cf00014,0x3000000c,0x64000f83,0x092faef7,0x505bfd10,0xf72ddafe,0x92b80650,0xa9ef4fab,0xf4b8be90,0xc387a4c6,0x20c07000,0xea800000,0x02db0001,0x1311f07b,0xf9ff9e14,0x5ee1ee7d,0x4cf7e162,0x3ce00014,0xc000000c,0x8d000f79,0x09efa0fa,0x50c4fcc0,0xf71dd5fe,0x92be0660,0xabef2fab,0xf478c491,0x0389a526,0x1ec0c000,0xea500000,0x02d90001,0x0a12007a,0xfa0fa214,0x8ee2eead,0x4ef7d157,0x3cd00014,0xa000000c,0x9e000f75,0x0a0f9dfa,0xe0d7fc90,0xf72dcdfe,0x02ca0660,0xb3ef1faa,0xf458d591,0xb390a5b6,0x1cc1b000,0xea500000,0x02cf0000,0xfc12107a,0xfa6faa14,0xdef9ee3d,0x46f72146,0x3c500014,0xb000000c,0xb9000f5c,0x0a3f9ffb,0xc0e8fc60,0xf73dc7fd,0x92d50670,0xbbeeffa9,0xf448e792,0x6397a656,0x1ac2a000,0xea500000,0x02c50000,0xee12207a,0xfacfb215,0x3f10edcd,0x3ef6913b,0x3bd00014,0xd000000c,0xcc000f42,0x0a5fa0fc,0xa0f9fc30,0xf70dcafd,0xd2d30620,0xb2ef3fb2,0xf4a8d892,0x0391a6b6,0x1cc2f000,0xea200000,0x02c10001,0x0911508e,0xfadfbc15,0xbf1dedcd,0x39f6013e,0x3be00014,0x4000000c,0xc7000f3b,0x0a9f9bfc,0x30fdfb50,0xf69dcffe,0x72d20570,0x9eef9fc5,0xf598b191,0x2383a746,0x24c36000,0xe9a00000,0x02c20001,0x460f60b8,0xfb1fd016,0xdf43ed6d,0x2ef4a141,0x3bb00013,0xd000000c,0xc1000f28,0x0b2f90fb,0x8107f9a0,0xf68dd2fe,0xa2d40550,0x95efdfc7,0xf5f8a691,0x5387a756,0x2dc3a000,0xe9d00000,0x02c60001,0x530ec0bf,0xfb8fda17,0x5f63ed4d,0x24f3913f,0x3b300013,0x6000000c,0xc1000f15,0x0baf8dfb,0xc10bf900,0xf69dd5fe,0xb2d90540,0x8df0cfc0,0xf608b392,0xa39fa756,0x37c4c000,0xeb300000,0x02bb0001,0x3d0ee0b2,0xfbffe917,0xff80ed4d,0x18f1e138,0x3a800012,0x3000000c,0xc7000efb,0x0d1f96fc,0x610ff7e0,0xf6bde3ff,0x12d304a0,0x77f17fc9,0xf6188492,0x039ea6f6,0x41c49000,0xeb500000,0x02c10001,0x6f0de0bf,0xfb7ff618,0x7f89ef3d,0x0cf09132,0x3a90000d,0x8000000c,0xd7000efb,0x0ebf97fb,0xd10df6d0,0xf71df8ff,0xc2c003f0,0x5ef26fca,0xf5f84e91,0x8399a676,0x4ac35000,0xebe00000,0x02d20001,0xa60d20c5,0xfa000918,0x8f8df18c,0xfcef412b,0x3aa00007,0xa000000c,0xf3000f02,0x0fef91fb,0x410bf620,0xf79e06ff,0xf2b50400,0x53f33fc0,0xf6185092,0x73b0a666,0x47c40000,0xeda00000,0x02c60001,0x940e60ab,0xf8c01718,0x6f9df25c,0xebee2129,0x3a700004,0xf000000d,0x04000ef8,0x103f8afb,0xa108f610,0xf78e1200,0x22ae0450,0x43f37fbf,0xf6a83192,0x53b7a646,0x46c4e000,0xee800000,0x02bb0001,0xa40f509c,0xf7a01d18,0x2fa3f20c,0xdfed612a,0x3ab00005,0x0000000d,0x12000ef1,0x0fff7ffb,0x60fdf5c0,0xf7ce1d00,0x62a00460,0x2df3afc1,0xf6f7e491,0x73a6a656,0x46c3b000,0xeeb00000,0x02cc0001,0xea0f10a8,0xf5d02a17,0x9faff11c,0xd0ec6123,0x3a100006,0xb000000d,0x29000ee5,0x0f3f78fc,0x20f2f630,0xf81e2200,0x729404b0,0x21f3afbe,0xf717d291,0xe3aba6d6,0x3ec3d000,0xefd00000,0x02c80001,0xf00f80a6,0xf4f03017,0x4fbdf17c,0xbfeb911e,0x39900006,0x5000000d,0x3c000ed8,0x0e6f79fd,0x40e8f6d0,0xf85e2700,0x72860580,0x11f34fbd,0xf7b7e393,0x23c9a7b6,0x32c5e000,0xf1d00000,0x02ae0001,0xcc10d096,0xf4b03117,0x4fc5f1ac,0xafead11a,0x39800006,0x4000000d,0x56000ed0,0x0d8f7cfe,0x50d5f740,0xf87e3100,0xd27605bf,0xecf28fc7,0xf8c79592,0x53c3a816,0x34c58000,0xf1600000,0x02be0002,0x1c0ff0c1,0xf4303217,0x2fc3f1ec,0xa1ea2114,0x39900006,0x0000000d,0x78000ed4,0x0d2f7afe,0xc0c0f7a0,0xf8ee3800,0xf26305df,0xd1f24fca,0xf9675691,0xf3bda866,0x33c4a000,0xf1800000,0x02ce0002,0x650f10e9,0xf3903817,0x0fd0f24c,0x8ee9710d,0x39500006,0x0000000d,0x96000ecb,0x0c3f7dff,0xb0b0f870,0xf9be3c00,0x924d05df,0xc3f21fc7,0xf9274d92,0xc3cea976,0x26c58000,0xf3400000,0x02bc0002,0x7c0f50fe,0xf3903e17,0x8fecf15c,0x7ae8d108,0x39600008,0x7000000d,0xb0000eb1,0x0aef8500,0xe0a3f940,0xfa5e4100,0x023e055f,0xb2f19fd1,0xf9272a92,0x63d0aa36,0x1ec58000,0xf3400000,0x02b80002,0xac0ee11c,0xf3804518,0x0003f0ec,0x6ce86106,0x39d00009,0x6000000d,0xc7000ea0,0x0a2f8c01,0x6096f9a0,0xfa7e43ff,0xe23c051f,0xaef16fd5,0xf9271e92,0x13cdaa36,0x1ec55000,0xf2e00000,0x02bc0002,0xbb0e9125,0xf3704718,0x1005f04c,0x6be85106,0x3a00000a,0x6000000d,0xcb000e9f,0x0a2f8d01,0x6094f9a0,0xfaae46ff,0xd23804df,0xa9f14fd8,0xf9271491,0xc3cbaa26,0x22c50000,0xf2900000,0x02c30002,0xc60e612b,0xf3604518,0x4008f0ec,0x6ae83102,0x3a200009,0x6000000d,0xd4000ea2,0x0a0f8f01,0x8092f9c0,0xfbce56ff,0x9220034f,0x92f0cfe8,0xf916e390,0x13c1a996,0x35c39000,0xf1100000,0x02e90002,0xff0d4149,0xf3403d19,0x000cf1cc,0x63e770ef,0x3ac00008,0x5000000e,0x08000eb5,0x098f9802,0x1088fa60,0xfbde57ff,0x921e034f,0x93f0cfe7,0xf906ea90,0x23c5a996,0x36c3c000,0xf1400000,0x02e60002,0xf80d7146,0xf3603b19,0x100bf2ec,0x63e770ee,0x3ad00006,0x5000000e,0x0a000eb6,0x098f9902,0x1087fa70,0xfc5e5bff,0x720f031f,0x97f10fde,0xf8a72990,0xb3e6a986,0x41c5d000,0xf3600000,0x02ca0002,0xba0f7129,0xf4e02619,0xbffef32c,0x62e780e4,0x3bb00006,0x1000000e,0x2d000ec9,0x098fa302,0x707cfa80,0xfcce62ff,0x71fa025f,0x95f14fdf,0xf8a73790,0x13f3a8a6,0x57c64000,0xf4000000,0x02c60002,0xb010111f,0xf5f0111a,0x6fe0f37c,0x62e760ee,0x3bd00006,0x1000000e,0x29000ef4,0x098fb202,0xa06afab0,0xfcde66ff,0x71e501df,0x95f21fe3,0xf897248e,0xe3eea706,0x72c3e000,0xf3100000,0x02e70002,0xc60fb11e,0xf5d0051a,0x8fc5f3ac,0x5ce6d0f1,0x3b300007,0x3000000e,0x20000f16,0x08bfc303,0x005afb60,0xfcbe67ff,0x61cb020f,0xa6f40fd8,0xf7d7658f,0x040ca5a6,0x88c36000,0xf3d00000,0x02e30002,0x7911c0ea,0xf61ff81a,0x7faff36c,0x54e810ee,0x3bc00009,0x3000000e,0x31000f25,0x077fd503,0x004efbc0,0xfcae67ff,0x61b2024f,0xb3f55fd7,0xf7c7858d,0x6417a406,0xaac39000,0xf1c00000,0x02e10002,0x481340be,0xf6bfe51a,0x3fa7f30c,0x4de970ea,0x3c90000a,0xd000000e,0x42000f24,0x067fe002,0x6049fba0,0xfc9e67ff,0x519a027f,0xbdf66fda,0xf7d7768b,0x4411a276,0xc8c2e000,0xee700000,0x02f00002,0x4613f0a6,0xf63fdd1a,0x0faef32c,0x43e9e0db,0x3cf0000b,0x4000000e,0x5c000f15,0x05efe902,0x504bfb90,0xfcbe64ff,0x317d02af,0xd1f7bfd6,0xf717a78b,0x8425a186,0xd2c34000,0xedd00000,0x02e30001,0xf314f063,0xf53fdb1a,0x0faff36c,0x40ea10cd,0x3d30000b,0x3000000e,0x73000f0d,0x059fef02,0xe04dfb90,0xfcce62ff,0x0161027f,0xdcf87fe6,0xf6d7a58a,0x8418a0f6,0xd7c38000,0xebb00000,0x02d70001,0xbd142031,0xf3dfdc1a,0x4fa6f38c,0x46ea40cc,0x3d70000b,0x2000000e,0x74000f12,0x056fee02,0xe04afb70,0xfcce60ff,0x014f026f,0xe1f8dff2,0xf6f78989,0x33fea086,0xe1c32000,0xe9300000,0x02de0001,0x9012a00b,0xf30fd91a,0x5f9df3bc,0x4bea10d5,0x3d40000a,0xf000000e,0x5f000f1c,0x054fea02,0xa048fb40,0xfcfe5cff,0x0130030f,0xf7fa1fef,0xf617c18a,0x54049fa6,0xecc33000,0xe8000000,0x02d90000,0x530f3f6d,0xf20fd01a,0x5f93f46c,0x4bea70cf,0x3d60000a,0x5000000e,0x66000f23,0x04ffeb02,0x9043fb40,0xfd0e59ff,0x011b0340,0x05facff1,0xf5a7e78a,0xd4019f26,0xefc38000,0xe6600000,0x02ce000f,0x5a0bdf12,0xf17fce1a,0x7f8cf4bc,0x4deb30ce,0x3de0000a,0x2000000e,0x6a000f26,0x04dfeb02,0x003ffae0,0xfd0e58ff,0x01120350,0x07fadff7,0xf5f7e08a,0x03ec9ec6,0xf6c33000,0xe4100000,0x02d1000e,0xff0a4f03,0xf11fd21a,0x7f88f4bc,0x4febd0d2,0x3e30000a,0x3000000e,0x66000f29,0x04cfea01,0x603cfa70,0xfd0e59ff,0x01030370,0x0cfb3ff9,0xf657cc89,0x43ba9e37,0x02c1c000,0xe0900000,0x02e6000e,0xa807bf1e,0xf02fe31a,0x1f81f4fc,0x51eb10d8,0x3dc0000a,0x0000000e,0x55000f31,0x04cfea01,0x1037fa30,0xfd2e58ff,0x00f20410,0x1efc2fed,0xf5d7f38a,0xe3ad9d77,0x08c18000,0xdfa00000,0x02e2000e,0x1a038f3b,0xf02ff019,0xcf82f56c,0x4ee920dd,0x3ca00009,0x8000000e,0x3b000f32,0x04bfef01,0x802ffa50,0xfd3e58fe,0xf0ed0460,0x26fc7fe7,0xf5780e8b,0xa3b69d17,0x09c1e000,0xdfc00000,0x02da000d,0xe1021f42,0xf09fef19,0xbf84f59c,0x4cead0e2,0x3d200009,0x6000000e,0x3b000f30,0x04aff101,0xa02cfa50,0xfd3e59fe,0xf0ec0460,0x28fc8fe6,0xf578128b,0xa3b59ce7,0x0bc1f000,0xdf900000,0x02d9000d,0xd601af45,0xf0bfee19,0xbf84f59c,0x4bea30e4,0x3cd00009,0x6000000e,0x31000f30,0x04aff101,0xa02bfa50,0xfcee5ffe,0xf0e204b0,0x32fcdfe3,0xf5e81289,0xd3879b77,0x21c21000,0xdb800000,0x02e0000d,0x88fd7f62,0xf17ff219,0x9f89f5ec,0x49e9a0e5,0x3c400009,0x6000000e,0x1f000f33,0x048ff201,0xe020fa60,0xfcce60fe,0xf0df04b0,0x33fd1fe3,0xf6080f89,0xd37b9b87,0x23c19000,0xdb600000,0x02e3000d,0x77fc4f69,0xf0fffd19,0xaf8ef63c,0x44e950de,0x3bd00009,0x5000000e,0x20000f2f,0x047ff502,0x7020fac0,0xfc7e62fe,0xc0d804d0,0x3dfddfe0,0xf5d8178a,0xb3729bb7,0x20c11000,0xdc400000,0x02d9000d,0x2ff91f7c,0xf020131a,0x0fa6f6ec,0x33e7a0c9,0x3a100009,0x4000000e,0x1c000f1b,0x04000004,0x4022fc00 +}; + +u32 ANIM_ENTRY_hit_right_leg[] = +{ + 0xff2ff401,0xe032036f,0xde069f75,0xfd188485,0x43899677,0xa3c2c000,0xe0900000,0x0274000b,0xfafd008d,0xf560381c,0x382b8773,0xe2fa4096,0x38300008,0x5000000f,0x36000f72,0xff501007,0x101e0140,0xff6ff902,0x303703ef,0xd4054f5e,0xfd68d387,0x238a93e7,0xbac27000,0xe3e00000,0x0286000b,0xd4fcd0a3,0xf5703a1c,0x382a89e3,0xdff9c0c6,0x37a0000b,0x7000000e,0xee000f7d,0xfed00d07,0x302a0110,0xff600202,0xc04f04df,0xca021f37,0xfe190f89,0x43819147,0xcac23000,0xe5f00000,0x02a1000b,0xcefd40a7,0xf5603d1c,0x18298c13,0xd8f890f6,0x3680000e,0x5000000e,0xa3000f8a,0xfe300907,0xc0280100,0xfef01a03,0x809b060f,0xc5f96ee9,0xff79548c,0x73648d07,0xd9c20000,0xe6800000,0x02db000b,0xecfdd098,0xf5703f1b,0xb8318ee3,0xc6f54137,0x33400012,0xb000000e,0x27000f9e,0xfce00609,0x401d0150,0xfd403e03,0x70e404af,0xdaf1ded9,0x0019868e,0xd3518b37,0xcbc1b000,0xe6200000,0x02e2000b,0xe5fd308c,0xf500471b,0xa8359013,0xc5f3713a,0x31800016,0xc000000d,0xf1000fbc,0xfbbffe09,0xd02801c0,0xfb306603,0x113b02cf,0xf9ea4ed8,0x0019b091,0x23318967,0xb3c0e000,0xe5a00000,0x02e6000b,0xe0fc7081,0xf4804d1c,0x082d9173,0xd2f3012d,0x3120001b,0x5000000d,0xd5000fe9,0xfa2fec09,0x704601f0,0xfa807602,0xd16b0250,0x0de77ed8,0xffb9bb92,0x430f87b7,0xa3bf9000,0xe5800000,0x02f4000b,0xeefca07a,0xf4e0451c,0x782392e3,0xdaf3d132,0x31c0001e,0x3000000d,0xc5000000,0xf98fdf08,0x20620110,0xf9f07e02,0xb1970200,0x20e4eed7,0xffa9bc93,0x12f185a7,0x90be6000,0xe5200000,0x0301000c,0x00fcc071,0xf7701a1d,0x582593a3,0xd8f4e13c,0x3230001f,0x9000000d,0xb2000003,0xf9bfdb06,0xa0700000,0xf9807e02,0x61ce0140,0x34e2cee1,0xff79b893,0xa2e08447,0x77bde000,0xe4300000,0x030c000c,0x0bfc506d,0xfbcfcf1e,0x682693f3,0xd8f5d13b,0x32d00020,0x0000000d,0xb9000000,0xfa8fda05,0xe06bff50,0xf9306f01,0xa1ff00a0,0x4ce35efb,0xfe69ab93,0xe2dd8457,0x60bd5000,0xe2f00000,0x030c000c,0x0afbe071,0xffaf891f,0x381b94f3,0xe8f69142,0x34200020,0xc000000d,0xce000000,0xfb7fd506,0x2055ff20,0xf9504a00,0xd2160120,0x60e5df20,0xfd399893,0x82e68547,0x52bc8000,0xe2300000,0x02fd000b,0xfffbf07a,0x016f601f,0xe7f39654,0x0ef83159,0x36400021,0x9000000d,0xe4000005,0xfc2fca06,0xc039ff30,0xf9b02b00,0xc21d01e0,0x63e79f3a,0xfca98c93,0x42ee85f7,0x4ebc3000,0xe2500000,0x02ee000b,0xf5fbf081,0x01bf4f20,0x77cc96b4,0x2cf9f166,0x37d00021,0xa000000d,0xf9000010,0xfc5fbe07,0x1027ff30,0xf9c02600,0xc21d0200,0x63e7ef3f,0xfc998a93,0x42ef8617,0x4dbc2000,0xe2600000,0x02eb000b,0xf3fbf082,0x01bf4d20,0x97c496c4,0x32fa4168,0x38200021,0xa000000d,0xfe000012,0xfc5fbb07,0x1024ff30,0xfa600200,0xa2230310,0x59ea2f55,0xfcc97792,0xd2f686a7,0x50bc8000,0xe3200000,0x02de000b,0xf9fbd086,0x019f4e21,0x07a69754,0x4bfb416f,0x39100022,0xb000000e,0x1c00001d,0xfc2faf08,0x6013ffb0,0xfb0fdf00,0x82280410,0x50ec7f6b,0xfcf96492,0x62fc8747,0x52bcd000,0xe3e00000,0x02d1000b,0xfefbb08a,0x016f4f21,0x87839824,0x68fc3176,0x3a100024,0x5000000e,0x3a000027,0xfbffa209,0xa0030030,0xfb0fda00,0x822a0430,0x4deccf6f,0xfd096092,0x52fd8767,0x52bce000,0xe4000000,0x02ce000b,0xfffbc089,0x013f5221,0x877f9864,0x6cfc5176,0x3a200025,0x2000000e,0x3d000028,0xfbefa209,0xe0000050,0xfaefc800,0x72300450,0x42edcf7e,0xfd295292,0x330587d7,0x52bd4000,0xe4800000,0x02bf000b,0xfefbf089,0x00af5c21,0xa76f9914,0x79fcc178,0x3a900027,0xe000000e,0x4700002c,0xfbbfa10a,0x9ff500b0,0xfacfb200,0x323903c0,0x2feeef9c,0xfd293991,0xe31288c7,0x51be2000,0xe4e00000,0x02a7000b,0xfafc1087,0x000f7121,0x475e9954,0x8afde180,0x3b80002a,0xc000000e,0x51000035,0xfa6fa60b,0x1fe50110,0xfb2fa3ff,0x72400260,0x16efcfbe,0xfcb90f91,0x13158a27,0x52be8000,0xe4f00000,0x02a2000c,0x12fb7082,0xffaf951f,0xe76998c4,0x88fec18a,0x3c70002a,0x1000000e,0x58000029,0xf77fb80b,0x4fd80150,0xfb6f9efe,0xb243010f,0xfbf0ffd6,0xfc28ec90,0xa3098b67,0x52be1000,0xe5700000,0x02a8000c,0x39fad078,0xfedfc91d,0xd7889874,0x75ff2194,0x3cc00028,0x7000000e,0x57000003,0xf5bfd30b,0x7fd00170,0xfb3f9efe,0xa243003f,0xe7f20fdc,0xfb88ed91,0x03038c17,0x53bda000,0xe6900000,0x02a5000c,0x46fae06f,0xfd7ffc1c,0x279e98c4,0x65ff8197,0x3cb00028,0x6000000e,0x55000fe6,0xf50fe40b,0x8fc90160,0xfaef9ffe,0xc244ffcf,0xddf2ffd5,0xfaa90f91,0xf3088be7,0x51bde000,0xe7e00000,0x0292000c,0x2ffb606d,0xfc601e1b,0x47ab98b4,0x5dffd195,0x3c900028,0x2000000e,0x55000fdd,0xf49fe70b,0x9fc20190,0xfaafa6fe,0xf245ff2f,0xd5f44fcc,0xf9292892,0x730b8bf7,0x50bde000,0xe8b00000,0x0283000c,0x22fbc06a,0xfb303b1a,0xc7bc98f4,0x55ff9194,0x3c400028,0x1000000e,0x52000fdf,0xf44fe00b,0xafbe01e0,0xf9dfd1ff,0x9253fc9f,0xc2f4efc2,0xf7592892,0x030a8c57,0x53bd2000,0xe8b00000,0x0284000c,0x26fb7063,0xfa90501a,0xb7ed98e4,0x35fdb189,0x3ab00027,0x3000000e,0x4e000fed,0xf47fcd0a,0xdfba01b0,0xf8d02500,0xf26bf8af,0xa4f57fac,0xf5593591,0xb3018b97,0x55bcc000,0xe9300000,0x0288000c,0x1efaa063,0xfb704d1b,0x78459833,0xf1f9416e,0x36e00024,0xc000000e,0x5600000b,0xf52fab09,0xafb40120,0xf9307402,0x427ff6cf,0x98f65f78,0xf3a96892,0x72ef8897,0x60bce000,0xeab00000,0x029f000c,0x0ffa106a,0xfcd03c1c,0xc8909793,0xb2f44151,0x32e00021,0x0000000e,0x77000033,0xf62f7f08,0xdfa40060,0xfa40ac03,0x4289f62f,0x9af66f49,0xf3099893,0x22e285e7,0x74bd3000,0xeb700000,0x02bf000c,0x0afa206d,0xfd50331d,0x689e9733,0x99f1513e,0x30c0001d,0xe000000e,0x9c000054,0xf72f5d07,0xcf95ffa0,0xfca10505,0x228df59f,0xa7f61f0a,0xf289e493,0xf2d28227,0x97be0000,0xeb900000,0x02ec000c,0x02fb406e,0xfce0361d,0x58489663,0xa0ee411f,0x2ec0001a,0x1000000e,0xe900006f,0xf98f3905,0x3f79fe50,0xfdf12a06,0x2290f5bf,0xb3f67efa,0xf229fd94,0x12ce80c7,0xa2bec000,0xeb100000,0x02f7000b,0xfffbe06d,0xfcf03d1c,0x87d794d3,0xc6ee510d,0x2ef0001a,0xe000000f,0x1d00004c,0xfaef5103,0x1f66fde0,0xfdf13706,0x328ff5ff,0xbcf80f0f,0xf129f193,0xa2d680c7,0xa2bf2000,0xea100000,0x02ef000b,0xfafc9069,0xfd703d1b,0x87949333,0xe7eeb0ff,0x2f80001f,0xa000000f,0x3b00000b,0xfbcf8802,0x0f57fde0,0xfd913d06,0x028df5ef,0xc1f90f1c,0xf079e793,0x52de80f7,0xa0bf4000,0xe9600000,0x02e8000b,0xf5fcf067,0xfdb0391b,0x17879473,0xf5ee80fb,0x2fa00025,0xb000000f,0x41000fea,0xfc1fa301,0xdf50fdf0,0xfd614605,0xc28af5bf,0xc2f8cf25,0xf039d493,0x02e48137,0x9dbf5000,0xe8b00000,0x02e6000b,0xf7fce067,0xfe40311a,0xf7879433,0xfceda0f8,0x2f600028,0xe000000f,0x45000fdd,0xfb6fb302,0x3f4bfe20,0xfd314e05,0x8286f57f,0xc3f89f2e,0xf009c192,0xa2ea8187,0x9abf7000,0xe8000000,0x02e5000b,0xf9fcd066,0xfed0281a,0xd78c9384,0x01ecb0f6,0x2f20002a,0xd000000f,0x49000fd0,0xfaafc402,0x8f45fe60,0xfd215605,0x6284f53f,0xc3f84f36,0xefe9b292,0x62ee81b7,0x97bf8000,0xe7800000,0x02e4000b,0xfbfcb066,0xff40221a,0xd78f9314,0x04ebe0f5,0x2ee0002c,0x3000000f,0x4a000fcc,0xf98fcd02,0xdf41fe80,0xfd115e05,0x3285f4df,0xc3f7cf3e,0xf009aa92,0x52ee81c7,0x93bf9000,0xe7500000,0x02e3000b,0xfdfc7067,0xff60191a,0xf79f9243,0xfceae0f7,0x2e80002a,0xe000000f,0x47000fd2,0xf77fce03,0x2f3dfe90,0xfce17304,0xc28cf45f,0xc3f68f4c,0xf0b9a392,0xc2e88197,0x8abfb000,0xe7600000,0x02e8000c,0x04fbf067,0xff30041b,0xa7c69213,0xe5e8a0fd,0x2d500029,0xd000000f,0x3a000fca,0xf41fe003,0xcf38fee0,0xfc418a04,0x529ff51f,0xc6f4cf57,0xf219b394,0x12d480b7,0x80bfc000,0xe7f00000,0x02fe000c,0x0cfb3062,0xfddfe61c,0xa7e092b3,0xd4e6c105,0x2c400029,0x9000000f,0x26000fbd,0xf25ff804,0x0f3dff90,0xfb619503,0xf2b9f66f,0xccf3cf72,0xf2b9cb95,0x42c77fc7,0x77c00000,0xe7400000,0x031c000c,0x03fad05c,0xfc8fbc1d,0x87dc9313,0xd9e5f106,0x2be0002a,0x3000000f,0x1b000fbe,0xf1600204,0x0f4300d0,0xfaa19c03,0x52d1f71f,0xd3f48f96,0xf2c9d896,0x02c27f67,0x6cc08000,0xe6000000,0x0336000b,0xf4faa058,0xfc1f971d,0xe7dd9333,0xdde52108,0x2bb0002a,0x4000000f,0x13000fb7,0xf0c01004,0x1f4101c0,0xfa01a402,0xd2dcf70f,0xd6f56fa9,0xf2e9d796,0x32c27fb7,0x65c0a000,0xe5500000,0x0341000b,0xeffa9055,0xfbef881d,0xc7e59413,0xdbe4d109,0x2b80002b,0x8000000f,0x0a000fac,0xf0901d04,0x0f3d0230,0xf821b901,0x92ecf68f,0xd8f6efca,0xf349ca96,0x82cc8117,0x51c09000,0xe4200000,0x034d000b,0xebfa804f,0xfb8f721c,0xf80095c3,0xd0e5310a,0x2b20002e,0x9000000e,0xee000f8d,0xf0d03903,0x6f350300,0xf781be01,0x42f0f66f,0xd8f6cfd1,0xf349c696,0xb2d381c7,0x46c09000,0xe3d00000,0x0350000b,0xebfa504e,0xfbbf651c,0xa8049593,0xcee60109,0x2b40002e,0xa000000e,0xe3000f83,0xf0f04303,0x5f360380,0xf6c1c600,0xc2e4f6bf,0xd5f72fd9,0xf3e9bd97,0x62e68367,0x2ac0b000,0xe4800000,0x0343000b,0xedfa104c,0xfc9f4c1c,0x77ff9523,0xd5e80101,0x2b90002e,0x9000000e,0xca000f73,0xf1805204,0x8f4104a0,0xf631d400,0x62cbf6ff,0xd4f78fdb,0xf4c9b597,0xa2f98487,0x16c08000,0xe5400000,0x0334000b,0xeffa2048,0xfd3f3e1c,0xc7fc9493,0xd8e9c0f6,0x2bd0002d,0xf000000e,0xb0000f64,0xf2406005,0x8f510590,0xf621e400,0x52b0f70f,0xd6f6ffd6,0xf559b397,0x930284f7,0x0ebff000,0xe5d00000,0x032b000b,0xf2fa2045,0xfd5f3c1d,0x77fe93a3,0xd5eab0ee,0x2be0002c,0x5000000e,0x9b000f5c,0xf2d06906,0x0f6205f0,0xf7220e00,0xa275f6bf,0xe3f4ffc4,0xf669b697,0x43048507,0x0bbe8000,0xe7200000,0x0324000c,0x09f9a03b,0xfd2f431e,0xe7fd9293,0xd3ebc0e9,0x2b900028,0x9000000e,0x6c000f53,0xf4107106,0x2f8e05b0,0xf9023601,0x823cf67f,0xf4f3efaa,0xf709be96,0xb30784a7,0x13bd9000,0xe7500000,0x032c000c,0x1ff9802f,0xfd6f451f,0xc7f69253,0xcfec10f1,0x2ac00025,0x9000000e,0x3e000f54,0xf4e06f05,0x5fb304b0,0xfba25f02,0xf1fdf6d0,0x09f2cf83,0xf729d296,0x530983d7,0x1dbc6000,0xe6f00000,0x0332000c,0x28fa2026,0xfd3f4d20,0x97dd91d3,0xd0ec70f2,0x2a200022,0x2000000e,0x37000f6a,0xf5405803,0x4fc70320,0xfe227c04,0x91cef790,0x18f13f5f,0xf6e9dd96,0x03038327,0x27bb4000,0xe6a00000,0x0337000c,0x35fa8023,0xfccf5b21,0x17b69133,0xdbed40f7,0x29b0001e,0xc000000e,0x37000f95,0xf5002501,0x4fc801e0,0xff028405,0x21c1f7e0,0x1cf0af53,0xf6c9df95,0xe3008307,0x2bbaf000,0xe6700000,0x0339000c,0x3afa9022,0xfcbf6021,0x37a690f3,0xe0eda0fa,0x2990001d,0xa000000e,0x35000fa8,0xf4e00f00,0x9fc70190,0xff128505,0x31c0f7e0,0x1cf09f52,0xf6c9df95,0xe30082f7,0x2bbaf000,0xe6700000,0x0339000c,0x3bfa9022,0xfcbf6021,0x37a590e3,0xe0ed80f1,0x29c0001d,0x9000000e,0x46000fa9,0xf4d00d00,0x9fc70190,0x01129006,0x41acf830,0x26efff3c,0xf6d9dd95,0x82fd8317,0x35bad000,0xe5b00000,0x0344000c,0x43fae026,0xfccf6321,0x578390f3,0xececb0ce,0x2a60001c,0x4000000e,0x98000fca,0xf57fe2ff,0xefbf0180,0x03029c07,0x5199f880,0x31ef5f25,0xf6d9db95,0x22fa8337,0x3fbab000,0xe4f00000,0x034f000c,0x4afb302a,0xfcdf6521,0x87619103,0xf8ec10b2,0x2ad0001b,0x0000000e,0xdd000feb,0xf60fb6ff,0x3fb70160,0x03029f07,0x5195f8b0,0x33ef3f21,0xf6c9db95,0x22fa8337,0x3dba9000,0xe4e00000,0x034b000c,0x46fb402c,0xfcbf6821,0x875e9103,0xfcebf0ae,0x2ad0001b,0x4000000e,0xe4000fec,0xf64fb5ff,0x3fb40160,0x0302ac07,0x3180f980,0x40ee8f07,0xf689d695,0x02fd8347,0x30ba1000,0xe4900000,0x0331000c,0x2ffbb03c,0xfc6f7a21,0x87539154,0x17eb7099,0x2b30001d,0x3000000f,0x0e000ff5,0xf7cfb0fe,0xff9f0170,0x02e2af07,0x017bf9e0,0x49ed8efb,0xf699cf94,0xf2ff83a7,0x23baa000,0xe4700000,0x031f000c,0x1bfbe04f,0xfd1f7b21,0x07619174,0x31eb608c,0x2bc0001f,0xa000000f,0x32000fff,0xf94fabfe,0xaf8e0190,0x02c2ac06,0xb182f9d0,0x4cec6efa,0xf6f9c394,0xe3008417,0x1ebbd000,0xe4400000,0x031c000c,0x0ffbe05c,0xfe3f6f20,0x978a91a4,0x3beb8087,0x2c200021,0xf000000f,0x4d000ffe,0xfa7faffe,0x9f7d01d0,0x0232a105,0xe193fa20,0x4fea8efc,0xf7c9b094,0xf2f58467,0x1cbc4000,0xe4100000,0x032c000c,0x1bfb205c,0xfebf6920,0x87b69244,0x31eb308f,0x2b700023,0x9000000f,0x56000fef,0xfa2fb2ff,0x5f6a0280,0x01529204,0xf1affab0,0x55e75ef9,0xf8d9a295,0x12eb8447,0x16bc0000,0xe3d00000,0x033a000c,0x2cf98052,0xfe4f6c21,0x07ce9334,0x23eae09b,0x2ab00025,0x9000000f,0x58000fe9,0xf77fb100,0x5f590340,0xffd27803,0x71e5fbd0,0x62e0eef2,0xfb099f95,0x42de8387,0x0ebb7000,0xe3600000,0x034f000c,0x39f63037,0xfccf7622,0x67da93a4,0x0deaf0a9,0x2a100027,0x1000000f,0x62000fdf,0xf24fc101,0xaf3f0460,0xfeb26f02,0xa20dfcc0,0x67ddbef4,0xfca9b596,0x12c481e7,0x10baa000,0xe4300000,0x035c000c,0x35f47023,0xfabf8c24,0x17d19524,0x01eb70b2,0x29a00029,0x9000000f,0x67000fcc,0xf0dfe301,0xcf310520,0xfdb26902,0x2237fd70,0x65dc5eff,0xfd89cd97,0x32b08077,0x0fbad000,0xe4d00000,0x035e000c,0x20f3b021,0xf89f9e25,0xf7b995e4,0x03ecc0bd,0x2980002b,0x2000000f,0x66000fc7,0xefeffc01,0x4f2405c0,0xfce25c01,0xa260fd10,0x5ddc3f21,0xfdb9c897,0x22b38087,0x13bc8000,0xe3c00000,0x0367000c,0x0cf3302b,0xf81f9c25,0xf79e95a4,0x0ceed0ce,0x29a0002b,0x7000000f,0x53000fc7,0xef100b01,0x1f290620,0xfc225001,0x1278fc50,0x4fdf0f3e,0xfd29b896,0xa2bc8197,0x17bd9000,0xe2700000,0x036a000b,0xfbf32038,0xf89f9a24,0x179095d4,0x0df100e0,0x29e0002c,0x5000000f,0x38000fc0,0xeea01a01,0x3f3c0640,0xfb724b00,0x927ffc10,0x43e22f43,0xfcf9af96,0x62be8237,0x1abdc000,0xe1f00000,0x0367000b,0xf2f3403f,0xf8cfa022,0x778a95c4,0x0bf1f0d4,0x2a90002c,0xb000000f,0x4d000fba,0xee702601,0x8f330660,0xfa8241ff,0x9281fbb0,0x35e52f37,0xfd79a895,0xd2bc82e7,0x21be0000,0xe0c00000,0x0364000b,0xf3f3d049,0xf86fad21,0x47839564,0x0bf210d7,0x2b40002c,0x6000000f,0x42000fb1,0xeeb03001,0xcf350680,0xf9e233fe,0xc281fb40,0x23e82f28,0xfe29a295,0x72b98387,0x2cbe3000,0xdfa00000,0x0368000b,0xfaf47053,0xf80fbc20,0x877994a4,0x0ef220d1,0x2c80002b,0x7000000f,0x49000fad,0xef703101,0xff2c0670,0xf9d229fe,0xa27dfb40,0x1ae98f1f,0xfe79a295,0x62b883a7,0x30be4000,0xdf500000,0x036a000b,0xfbf4c058,0xf80fc220,0x47719414,0x12f200bd,0x2da0002a,0xa000000f,0x6d000faf,0xf0102c01,0xcf210640,0xf9d227fe,0xa27cfb40,0x19e9bf1d,0xfe79a395,0x62b883a7,0x30be4000,0xdf500000,0x036a000b,0xfbf4d058,0xf81fc320,0x476f9404,0x12f200b9,0x2de0002a,0x8000000f,0x75000fb0,0xf0202b01,0xbf1c0630,0xfa021ffe,0xd275fb80,0x12ea2f13,0xfe69a895,0xc2b983a7,0x2cbe2000,0xdf800000,0x0363000b,0xf5f4f05c,0xf83fc620,0x27699394,0x11f250bd,0x2e500029,0xf000000f,0x6f000fad,0xf0802901,0x5f230600,0xfa1217ff,0x026dfbc0,0x0cea8f09,0xfe59ae96,0x12ba83a7,0x27bdf000,0xdfb00000,0x035c000b,0xeff5105f,0xf86fca20,0x17629324,0x10f290c1,0x2ed00029,0x5000000f,0x69000fab,0xf0d02700,0xdf2c05b0,0xf9f216fe,0xd26cfb60,0x06ea1f08,0xfe59a996,0x02ba8407,0x25bdc000,0xdf400000,0x035e000b,0xf5f5105e,0xf84fcd20,0x17659314,0x0df220c3,0x2f000028,0xf000000f,0x62000fa9,0xf1202600,0xcf2b0570,0xf99215fe,0x5265f9cf,0xf2e86f04,0xfe599495,0xd2bd85b7,0x1abd3000,0xdd900000,0x035e000c,0x0cf5305a,0xf7dfd820,0x17709314,0x05f080c9,0x2fd00028,0x4000000f,0x49000fa0,0xf2402200,0x5f350480,0xf9a212fe,0x025bf76f,0xd9e6bf07,0xfdc97896,0x02cf8896,0xf6bd3000,0xdb700000,0x034b000c,0x17f52053,0xf7ffdc1f,0xe77c9273,0xfaef50cf,0x30f00026,0x5000000f,0x34000f98,0xf35020ff,0x9f450320,0xfa4218fd,0xe238f47f,0xc7e5ff10,0xfc795796,0xa2f58c26,0xbdbdc000,0xda000000,0x031a000c,0x07f4f047,0xf85fd81f,0xa79091a3,0xe8ee70d3,0x31d00023,0xb000000f,0x28000f8f,0xf40023fe,0xff550200,0xfb9224fe,0x520bf1cf,0xbde53f15,0xfbb93896,0xb3188f26,0x93be1000,0xd9100000,0x02fb000c,0x00f42037,0xf8ffcf1f,0xb7a49173,0xd1ecc0d0,0x31d00021,0xe000000f,0x2a000f8b,0xf4b025ff,0x8f7201a0,0xfd422cff,0x71f4f09f,0xb5e50f07,0xfbd92d96,0x03249046,0x8cbde000,0xd7f00000,0x0310000c,0x1ef37021,0xfa1fbf1f,0xc7a19163,0xc2ea90c1,0x30d00020,0x9000000f,0x3d000fa5,0xf6900d01,0x4f630230,0xff023e00,0xf1ddf0ff,0xb7e54ee5,0xfcd94196,0x23258f66,0x93bd0000,0xd7800000,0x0332000c,0x41f3b00b,0xfb0fb41f,0xf77e9583,0xd2e810b7,0x2ef00026,0x6000000f,0x4b000fe8,0xf9dfc902,0x8f5d0340,0xfff24b02,0x71cdf3df,0xc3e4feb8,0xfed97296,0xa3118c76,0xb7bb1000,0xd7f00000,0x0367000c,0x74f43ff9,0xfaffb920,0x27699733,0xf6e7a0ad,0x2dd0002a,0x2000000f,0x5400003f,0xfc5f7302,0x1f5a03a0,0xff723f02,0xf1daf7cf,0xcfe4dea2,0x01199496,0x52fd8a76,0xefb9e000,0xd7200000,0x03ac000c,0xb5f4bfea,0xfacfc21f,0xf78595e4,0x16e9e0a8,0x2e50002a,0x6000000f,0x5300007e,0xfd0f4800,0xcf6202a0,0xfd021e02,0x81fafc1f,0xdce5eea0,0x02899995,0xf3008a27,0x06ba1000,0xd5700000,0x03cb000c,0xd6f4efde,0xfaefc71f,0x87b493f4,0x22ed30b4,0x2e90002a,0x1000000f,0x28000085,0xfb1f5400,0x2f6c0160,0xfa11fa01,0xf21effaf,0xe8e63ea7,0x02b98996,0x83168b16,0xf3bb9000,0xd4100000,0x03bb000c,0xc1f39fd6,0xfbdfc01e,0xc7eb92a4,0x03ef70c8,0x2dc0002b,0x4000000e,0xed00005e,0xf7ef8001,0x0f7000f0,0xf841e501,0x323b010f,0xf5e68eb5,0x02597197,0x132c8cd6,0xe0be1000,0xd3500000,0x03a5000c,0x98f15fd3,0xfdbfa91d,0xc7f69283,0xf6f080d8,0x2d70002c,0xa000000e,0xcc000047,0xf57fab01,0xef6f00d0,0xf7c1db00,0x9254018f,0xf8e71ebd,0x02596497,0xf32d8e36,0xd0bfc000,0xd3800000,0x039b000c,0x76f01fd5,0xff0f9b1c,0xe7f092f3,0xf7f140e8,0x2dd0002c,0xa000000e,0xc300003c,0xf46fbf01,0xff6a00d0,0xf7a1d5ff,0xf280025f,0xf4e7aec0,0x02b95899,0x431f8f96,0xb7c17000,0xd4100000,0x0396000c,0x44eedfdd,0x009f921b,0x67eb94a3,0xf3f230ff,0x2e70002d,0x8000000e,0xc300002a,0xf36fd001,0xaf5f0110,0xf7b1d9ff,0xd29b02af,0xeee7bebd,0x02995899,0x73108ff6,0xadc20000,0xd4b00000,0x0395000c,0x1ded9fe8,0x01ef8b1a,0x07f19453,0xecf2f100,0x2eb0002c,0x0000000e,0xcf000023,0xf31fd601,0x3f5501b0,0xf7e1dbff,0xe2aa02bf,0xeae7debb,0x02695c99,0x63069026,0xa9c26000,0xd5100000,0x0394000c,0x0aecbff0,0x02ff8218,0xf7ee93d3,0xedf3e0fe,0x2f20002a,0xd000000e,0xda000025,0xf30fd700,0xaf4f01f0,0xf811d9ff,0xe2b602af,0xe6e91eb6,0x01c96199,0xc30b90c6,0xa4c28000,0xd5400000,0x0390000b,0xf5ec7ff4,0x039f8218,0x07df9353,0xf5f500fc,0x2fc00029,0x9000000e,0xde00002f,0xf38fda00,0x2f5001d0,0xf841d7ff,0xe2c1029f,0xe2ea4eb2,0x0129669a,0x23109156,0x9fc2a000,0xd5700000,0x038b000b,0xe0ec3ff9,0x043f8117,0x07d192c3,0xfcf630fb,0x30600028,0x4000000e,0xe3000039,0xf40fddff,0xaf5001c0,0xf851d7ff,0xd2c7027f,0xe1eb3eae,0x0099689a,0x631791c6,0x9ac2a000,0xd5900000,0x0385000b,0xd1ec1ffc,0x048f8216,0x57ca9283,0xfff6c0fb,0x30c00027,0x7000000e,0xe300003f,0xf46fe0ff,0x6f5201a0,0xf821d9ff,0xa2c6023f,0xe2ebdeab,0xffe9689a,0xa3229226,0x95c2a000,0xd5a00000,0x037d000b,0xc7ec1ffe,0x049f8316,0x07cc92b3,0xfcf6b0fc,0x30d00027,0x7000000e,0xde00003d,0xf49fe4ff,0x7f5301a0,0xf7f1daff,0x62c3020f,0xe2ecaea5,0xff19689a,0xe32a9286,0x8dc24000,0xd5c00000,0x0375000b,0xc6ec0ffc,0x046f8815,0xb7cd92f3,0xf9f6a0fe,0x30f00027,0x8000000e,0xd700003a,0xf4efe9ff,0x8f560180,0xf861cdff,0x32b1022f,0xd5eede96,0xfe196d9b,0x532d9326,0x7ec0f000,0xd6700000,0x0370000b,0xeeebdfe3,0x033f9515,0xb7c39283,0xfef6b0fc,0x31e00026,0x2000000e,0xdd000036,0xf54febff,0xcf5c0140,0xf8b1bdff,0x1295022f,0xc1f15e87,0xfdd96d9b,0xe33693c6,0x70c03000,0xd7300000,0x036a000c,0x21ebefc2,0x01dfa216,0x77b99194,0x02f6a0f4,0x32d00024,0x5000000e,0xeb000030,0xf58feb00,0x2f600110,0xf861bbfe,0xc279018f,0xb2f29e7b,0xfe19539b,0x034393e6,0x74bfa000,0xd6600000,0x0370000c,0x5dec4f95,0x00afac17,0x97c19163,0xfaf610ef,0x33200023,0xa000000e,0xec000026,0xf5afee00,0x6f610120,0xf851bafe,0xb268012f,0xacf34e70,0xfe49489a,0xd34893e6,0x75bf8000,0xd6300000,0x036d000c,0x7aec4f81,0xffefb318,0x37c39133,0xf7f5c0ea,0x33400023,0x3000000e,0xef000024,0xf5dfee00,0x8f620120,0xf8a1acff,0x223700af,0xa4f6fe47,0xfd79529d,0x13569466,0x5fc12000,0xd8700000,0x0335000c,0x85ec3f7e,0xfe3fc419,0x27b78f23,0xf7f5b0d7,0x33e00020,0x2000000f,0x02000028,0xf6bfe400,0xbf640110,0xf8d1a7ff,0x4214002f,0xa0f9de2c,0xfc89519d,0xe35d9466,0x58c19000,0xd9400000,0x031b000c,0x94ecaf74,0xfcafd719,0x97b48ef3,0xf8f520cf,0x3400001f,0xa000000f,0x0a00002a,0xf74fdf01,0x0f660100,0xf8d1a9ff,0x21f8ffaf,0x9efb1e1c,0xfc694a9d,0xf35d9416,0x59c15000,0xd9600000,0x0313000c,0xafed4f65,0xfb0feb19,0xf7b48fa3,0xfaf470cc,0x33f00020,0x7000000f,0x0d00002c,0xf7afdb01,0x5f6500f0,0xf8f1aeff,0x21dbfe8f,0x90face0a,0xfe49319c,0x434a92f6,0x7ebfa000,0xd8100000,0x033f000d,0x12eeaf43,0xf810101a,0x67bb8ff3,0xf8f390c5,0x33b00020,0x4000000f,0x1900002e,0xf80fd601,0xdf6000e0,0xf941aeff,0x31d0fdbf,0x89fbadfe,0xfe59209a,0xd34992b6,0x9abf7000,0xd6800000,0x035d000d,0x46ef9f30,0xf7201d1a,0x57be9043,0xf5f330c0,0x33900020,0x7000000f,0x2500002c,0xf83fd402,0x2f5c00f0,0xf971adff,0x51c4fd3f,0x87fc6df6,0xfde91899,0xe35192b6,0xacbfa000,0xd5600000,0x036b000d,0x54efcf2f,0xf740201a,0x37c28fd3,0xeff2f0bd,0x3360001f,0x8000000f,0x2c00002a,0xf84fd502,0x5f5a0120,0xf991adff,0x91abfcaf,0x86fd3dee,0xfd691199,0x035e92b6,0xbfbfe000,0xd4b00000,0x0375000d,0x58ef7f3a,0xf750261a,0x07c38fb3,0xe8f2a0b9,0x3310001f,0x5000000f,0x36000026,0xf85fd802,0xbf550170,0xf9a1abff,0xc1a1fc7f,0x85fd8def,0xfd690f98,0xa36192d6,0xc5c02000,0xd4b00000,0x0375000d,0x56ef3f41,0xf740261a,0x07c49023,0xe4f250b5,0x32c00020,0x1000000f,0x3c000023,0xf86fda03,0x2f530190,0xf9c1a5ff,0xe19afc8f,0x82fdfdf2,0xfd590c98,0x635e9306,0xc9c06000,0xd4d00000,0x0377000d,0x5bef3f42,0xf7202519,0xe7c09083,0xe1f200b4,0x32700020,0xc000000f,0x4200001d,0xf87fde03,0xcf5001b0,0xfa019c00,0x318ffcdf,0x7cfebdf7,0xfd190598,0x035c9336,0xd2c08000,0xd5200000,0x037e000d,0x61ef5f3f,0xf6f02219,0xd7bc9033,0xd9f1b0b4,0x32100020,0x4000000f,0x4900000f,0xf85fe804,0x8f4c01d0,0xfa219600,0x7184fd0f,0x7dff2df8,0xfcc8fb97,0x93639376,0xd8c0e000,0xd4d00000,0x037f000d,0x5bef8f3e,0xf7301d19,0xd7c39003,0xd0f190b3,0x31e00020,0x0000000f,0x4f000fff,0xf82ff804,0xff4a0200,0xfa518e00,0x817afd0f,0x80ff8df8,0xfc88f096,0xe36c93e6,0xdac15000,0xd4300000,0x0377000d,0x5aefcf3c,0xf7801b19,0xd7cd9003,0xc8f160b0,0x31d0001f,0xe000000f,0x58000fed,0xf8300e05,0x7f480240,0xfa918800,0x9171fcff,0x81ffedf7,0xfc68e796,0x536d9436,0xdfc15000,0xd4000000,0x0375000d,0x61efef37,0xf7402319,0xf7d58fc3,0xc0f130ae,0x31c0001f,0x1000000f,0x62000fdd,0xf8801f05,0xef460270,0xfaa18300,0xd167fcff,0x81ffedf8,0xfc98e095,0xf36c9476,0xe4c12000,0xd4300000,0x0371000d,0x64efbf35,0xf630341a,0x27db9023,0xb9f150ac,0x31b0001f,0xc000000f,0x68000fd1,0xf8b02906,0x3f450280,0xfa717d01,0x1162fd0f,0x84004dfa,0xfc68dc95,0xe37594b6,0xe1c1b000,0xd4700000,0x035e000d,0x58ef4f3a,0xf4f0411a,0x27d88f83,0xb6f1d0aa,0x31c0001f,0x3000000f,0x68000fcb,0xf8e02d06,0x3f450270,0xfa617b01,0x2161fd0f,0x85008dfb,0xfc38da95,0xd37994c6,0xdfc1f000,0xd4800000,0x0355000d,0x52ef1f3d,0xf480441a,0x27d98f43,0xb5f200a8,0x31c0001f,0x1000000f,0x68000fc9,0xf8f02e06,0x3f450260,0xfa517b01,0x2161fd0f,0x85009dfb,0xfc38da95,0xd37994c6,0xdfc1f000,0xd4700000,0x0354000d,0x52ef1f3d,0xf480451a,0x27d88f43,0xb5f210a8,0x31c0001f,0x1000000f,0x68000fc9,0xf8f02f06,0x3f450260,0xfa717701,0x414efcef,0x8c020dfa,0xfb58d896,0x03849476,0xe9c2f000,0xd5300000,0x033c000d,0x3beebf45,0xf320591b,0x47dd8f03,0xacf200a5,0x31a0001e,0xc000000f,0x6c000fbd,0xf9703406,0x9f460250,0xfa717701,0x414dfcdf,0x8c021dfa,0xfb48d896,0x03849476,0xeac2e000,0xd5400000,0x033d000d,0x3beebf45,0xf2f05c1b,0x57df8f03,0xabf200a5,0x3190001e,0xb000000f,0x6c000fbc,0xf9703406,0xaf460240,0xfa817701,0x5149fcbf,0x8d022dfc,0xfb48d795,0xe3839456,0xefc2a000,0xd5500000,0x033c000d,0x3deeaf45,0xf210671b,0x97e18f03,0xaaf210a5,0x3190001e,0xb000000f,0x6c000fbb,0xf9903506,0xaf470230,0xfa917601,0x7141fc4f,0x8e024e00,0xfb28d495,0x737e93f6,0xf3c22000,0xd5500000,0x0331000d,0x47ee9f45,0xefa0861c,0x07e48ea3,0xa7f240a5,0x3170001e,0x4000000f,0x68000fb7,0xf9c03506,0x9f4b0210,0xfab17501,0xa139fb9f,0x9002be07,0xfab8d494,0xe3779366,0xf5c1c000,0xd5300000,0x031f000d,0x5aeebf42,0xed30a81c,0x67e98ee3,0xa2f270a7,0x3160001e,0xe000000f,0x5f000faf,0xfa003706,0x7f5301f0,0xfac17401,0xf12dfb2f,0x92037e0b,0xfa28d894,0xd36e9276,0xfdc14000,0xd5900000,0x031a000d,0x71ef4f3c,0xebc0c21c,0xe7f08e13,0x9df2b0a8,0x3140001d,0xb000000f,0x57000fa6,0xfa503806,0x6f5b01d0,0xfae17302,0x4122fabf,0x96039e0e,0xfa08dd94,0x536a9167,0x0cc0b000,0xd5200000,0x031c000d,0x8aefdf3b,0xeb40d41d,0x87f38df3,0x99f2a0a7,0x30f0001d,0xe000000f,0x4f000f9c,0xfaa03a06,0xaf6301c0,0xfb217002,0xa11efa2f,0x98036e14,0xfa58e393,0x73679077,0x1dc0d000,0xd4100000,0x031e000d,0xa0f08f3d,0xeb30dc1e,0x87fa8df3,0x91f2b0a8,0x30a0001e,0x3000000f,0x45000f91,0xfaf03d06,0xef6d01c0,0xfb616e02,0xf117f9bf,0x9803ae17,0xfa68f093,0x735a8fa7,0x2ec0a000,0xd4000000,0x0324000d,0xb6f15f40,0xea90ed1f,0x77fb8d33,0x8ef2d0a9,0x3070001d,0x4000000f,0x3c000f8b,0xfb303d06,0xdf7701b0,0xfb816f03,0x410ef96f,0x99039e19,0xfa98fe93,0xa34f8ed7,0x38c02000,0xd4100000,0x0323000d,0xcef20f44,0xe9710420,0x28068d73,0x88f2d0aa,0x3040001e,0x1000000f,0x31000f89,0xfb703c06,0xef810190,0xfbd16b03,0x9107f90f,0x9e032e1f,0xfac90c93,0xf34e8e17,0x3ac02000,0xd4100000,0x0314000d,0xdcf28f4a,0xe8911420,0x87f98d53,0x90f300ac,0x3050001e,0x6000000f,0x28000f8a,0xfb903606,0xdf8d0160,0xfc016903,0xb100f88f,0xa5030e26,0xfac91a94,0x234e8d77,0x45c04000,0xd3f00000,0x0311000d,0xe0f31f54,0xe8211a20,0xa7f38d83,0x96f340b0,0x3070001f,0x2000000f,0x1b000f86,0xfb903306,0xaf9c0150,0xfbe16b03,0xa0f9f82f,0xab02fe2a,0xfac92694,0x43498cd7,0x4fbfd000,0xd4400000,0x0314000d,0xe7f33f5d,0xe7812520,0x57fb8e13,0x92f330b7,0x30500020,0x4000000f,0x07000f7b,0xfb903606,0x8fa80140,0xfbf16b03,0xa0f4f81f,0xae02de2c,0xfac92d94,0x63458c97,0x50bf8000,0xd4a00000,0x0312000d,0xeaf32f63,0xe7012d20,0x180c8e03,0x8cf340ba,0x30600020,0x6000000e,0xff000f76,0xfb903706,0x7faf0120,0xfc916003,0xb0e9f7ff,0xb5030e34,0xfa794094,0xc3398c17,0x49bf6000,0xd5c00000,0x0302000d,0xe9f2ef74,0xe6a12e1f,0xb7ff8e23,0x94f3b0c0,0x30c00020,0xf000000e,0xf8000f6b,0xfb603806,0x7fbe00e0,0xfd115803,0xa0ddf7df,0xbe034e3b,0xf9e94a94,0xd3338bd7,0x4cbf3000,0xd6600000,0x0302000d,0xe4f2ef7e,0xe6b12b1f,0x980a8dc3,0x96f420c6,0x31500020,0x3000000e,0xf5000f68,0xfb303506,0x4fc70090,0xfd715303,0x90cff7af,0xc7037e40,0xf9594f94,0xc3338bb7,0x50bf1000,0xd6b00000,0x0303000d,0xdaf2ef85,0xe6d1281f,0x780a8e03,0x9cf470cb,0x31c00020,0x5000000e,0xf4000f69,0xfb103206,0x1fcd0050,0xfdc15003,0x80c4f78f,0xd0036e43,0xf9195294,0xb3338b97,0x50bee000,0xd7000000,0x0300000d,0xcff2ef8d,0xe6f1251f,0x58078e23,0xa2f480ce,0x32000020,0x4000000e,0xf6000f6a,0xfaf03006,0x1fd00030,0xfe714203,0xb0c5f72f,0xce024e56,0xf9b94d93,0x631a8c07,0x5fbdc000,0xd7400000,0x0319000d,0xe5f38f9b,0xe651271e,0xb80f8d13,0xa8f580cd,0x32e0001e,0x5000000f,0x03000f71,0xfab02605,0xcfd5ffe0,0xff013404,0x00c5f6cf,0xcc013e6a,0xfa594892,0x23018c77,0x6fbca000,0xd7900000,0x0333000d,0xfcf42fa9,0xe5b1291e,0x08148be3,0xaef690cc,0x33c0001c,0x4000000f,0x0f000f79,0xfa701d05,0x7fdaff80,0xff013303,0xf0c5f6bf,0xcd012e6b,0xfa494792,0x03018c87,0x71bc8000,0xd7800000,0x0336000d,0xfaf42fab,0xe5c1281e,0x08038bb3,0xb5f690cc,0x33d0001b,0xd000000f,0x10000f79,0xfa701c05,0x7fdaff80,0xff213103,0xe0c5f67f,0xd0012e70,0xfa294691,0xa2ff8c97,0x77bc3000,0xd7700000,0x033f000d,0xf5f44fb0,0xe5c1241d,0xe8128c23,0xb1f6a0cd,0x33f0001c,0x7000000f,0x11000f78,0xfa601b05,0x6fdcff90,0xff512c03,0xd0c1f62f,0xd7010e79,0xf9f94691,0x32fd8cb7,0x7dbbc000,0xd7800000,0x0347000d,0xdff4bfc0,0xe5e11d1d,0xa8218c13,0xaff6c0cf,0x3440001c,0x2000000f,0x14000f77,0xfa401905,0x6fdfffa0,0xffd12403,0xb0a6f5ef,0xf4009e87,0xf9895e92,0x02fe8c67,0x6dbb9000,0xd8e00000,0x032b000d,0x5ff73002,0xe741031d,0x58158ca3,0xbaf6f0d4,0x34f0001c,0x6000000f,0x1d000f77,0xf9d01305,0x9fe4ff90,0x00911603,0x708ef5c0,0x1400de90,0xf8297a92,0xd2fd8c27,0x5bbc8000,0xd9b00000,0x0307000c,0xd2fae046,0xe9f0da1d,0xc82b8c03,0xbaf730d4,0x35a0001b,0x1000000f,0x2f000f75,0xf9900c06,0x0fe9ff90,0x01310603,0x4083f570,0x2a00de9f,0xf7197d91,0xe2fb8c47,0x5ebcd000,0xd8c00000,0x0304000c,0x77fe4074,0xec70ba1e,0x77f38bc3,0xd1f790d0,0x3630001a,0x8000000f,0x41000f71,0xf9a00206,0x8fedff90,0x0170f703,0x5077f5a0,0x37012eae,0xf6997791,0x03068bf7,0x5ebc3000,0xd8300000,0x02f8000c,0x3902107f,0xee30aa1f,0xc8238cf3,0xc2f7c0ce,0x3680001c,0xc000000f,0x4a000f70,0xfa7fef07,0x5fefffc0,0x01a0e503,0x706cf600,0x4301aec3,0xf6897190,0x73158b97,0x57bb7000,0xd8800000,0x02dd000c,0x0d05d07c,0xefd09e21,0x37bb8d83,0xedf7e0cb,0x36e0001e,0xa000000f,0x55000f6f,0xfbbfd708,0x9fef0010,0x01c0d003,0x806af6b0,0x44026ed9,0xf7296c90,0x33178bb7,0x54bb5000,0xda000000,0x02cd000c,0x09062078,0xf0709521,0xa79b8d43,0xfcf870c1,0x3750001f,0x3000000f,0x64000f6e,0xfccfcc09,0x6ff00050,0x01f0a903,0xd06bf820,0x3e03ceff,0xf8495b8f,0x331d8c27,0x57bb1000,0xdbf00000,0x02c1000c,0x0805a06f,0xf0e08421,0xe76e8ce4,0x10fa50b3,0x38200020,0x8000000f,0x78000f6a,0xfeefc10a,0x3ff10070,0x01909204,0x1070f930,0x3c042f15,0xf8f9458e,0x03258c97,0x5ebb3000,0xdc900000,0x02bd000c,0x0e04e064,0xf1107421,0xf7698d34,0x14fb70af,0x38800022,0x8000000f,0x76000f61,0x011fc50a,0xcff400a0,0x01207803,0xf077fa50,0x3d050f29,0xf929398d,0x732b8d27,0x65bbb000,0xdda00000,0x02ba000c,0x0a04205e,0xf1205d21,0xf7778d94,0x10fc40a5,0x38e00023,0xf000000f,0x72000f5f,0x02cfcc0b,0xbffd0120,0x00706103,0xe084fb20,0x38070f46,0xf9492a8c,0x93328e27,0x6cbbe000,0xdde00000,0x02bb000c,0x0604305b,0xf1105221,0xc77e8dc4,0x0dfd00a0,0x39300024,0x7000000f,0x66000f6f,0x02dfc80c,0x60040190,0xff505304,0x1094fba0,0x2d08df68,0xf9e9118b,0x53308f47,0x6fbb6000,0xddd00000,0x02bc000c,0x1404605e,0xf0e05621,0x778e8ef4,0x04fdb0a2,0x39600025,0xf000000f,0x4c000f8a,0x025fbc0c,0xc00901d0,0xff004303,0xf099fc60,0x2c0a0f86,0xfa89048a,0xc32d9007,0x70bb5000,0xde700000,0x02b9000c,0x1b045062,0xf1704f21,0x77a99133,0xf2fd909d,0x39200027,0xe000000f,0x3e000f98,0x01cfb60d,0xe01302a0,0xff103403,0xd099fd20,0x2d0b3f97,0xfab9068a,0xc3319067,0x6fbb9000,0xdf500000,0x02b4000c,0x12043064,0xf2404221,0x67bb9303,0xe3fd8099,0x38e00028,0xa000000f,0x37000f9e,0x015fb40e,0xc01d0360,0xff103003,0xd09afd60,0x2d0b8f9b,0xfab9088a,0xd3339087,0x6fbbb000,0xdf900000,0x02b3000c,0x0e043065,0xf2803f21,0x67be93d3,0xe1fd9099,0x38d00029,0x9000000f,0x35000fa0,0x013fb30e,0xf01f0380,0xfea02604,0x009ffdf0,0x2b0c1fa2,0xfa890c8a,0x833f90b7,0x6fbc2000,0xdf800000,0x02a9000b,0xfd04c068,0xf3403821,0x47c394f3,0xddfea09c,0x38e00029,0x2000000f,0x24000faa,0x012fae0e,0xb0290390,0xfe201c04,0x50a4fe90,0x290cbfaa,0xfa690f8a,0x334a90f7,0x6fbca000,0xdf800000,0x029f000b,0xed05606b,0xf4003221,0x37c795d3,0xdaffb0a0,0x38f00028,0x5000000f,0x12000fb3,0x010fa90e,0x703303a0,0xfe101a04,0x60a4feb0,0x270ccfac,0xfa690f8a,0x234b9117,0x6fbcb000,0xdf800000,0x029c000b,0xed05706d,0xf4003321,0x27c89603,0xd90000a0,0x39000028,0x3000000f,0x0f000fb4,0x011fa80e,0x50350390,0xfde01404,0x80a6ff00,0x240cdfaf,0xfa890c89,0xf34d9157,0x6fbcd000,0xdf800000,0x0297000b,0xee05a073,0xf4103521,0x17cb9633,0xd700d0a0,0x39200027,0x5000000f,0x08000fb6,0x012fa80d,0xf03b0380,0xfdb00604,0x90abffa0,0x210cffb7,0xfab90489,0x735091f7,0x70bd2000,0xdf300000,0x028c000b,0xf4069080,0xf4303c20,0xf7c09723,0xde02709e,0x39800026,0x0000000e,0xff000fb1,0x01dfa90d,0x40480340 +}; + +u32 ANIM_ENTRY_death_genitalia[] = +{ + 0x02aff201,0x6fb101cf,0xfb02ef5b,0xfa384b85,0xb3889617,0xa2c13000,0xded00000,0x021d000c,0x24fc207f,0xf220921f,0x18598a73,0xeffad09f,0x3a20000b,0x1000000f,0x44000f94,0xfe5ff508,0xc03d0170,0x02afef01,0x6fb101ff,0xfb02ef5d,0xfa284985,0xb3899667,0xa3c13000,0xdf200000,0x0213000c,0x24fbd07d,0xf2309d1e,0xe85c8ae3,0xecfb10a6,0x3a20000b,0xd000000f,0x3c000f8e,0xfdfff808,0xb03e0160,0x027fe401,0x7fb6028f,0xf902ef65,0xf9f84085,0x538c9807,0xa4c16000,0xe0000000,0x01ee000c,0x27fa9072,0xf120c41e,0x18608c93,0xe5fcb0c4,0x3a80000e,0x9000000f,0x16000f82,0xfdeffd07,0xd04400c0,0x024fd601,0x8fbe033f,0xf7026f6b,0xf9c82684,0xb38d9ba7,0x9dc1b000,0xe0e00000,0x01b7000c,0x3af8f055,0xed00fc1b,0xc8628ef3,0xe1ffa0f5,0x3b800012,0x7000000e,0xd5000f77,0xfc200005,0xf051ffc0,0x029fc901,0x3fcf0420,0x00fedf57,0xfa081984,0xe3859f57,0x87c1b000,0xe1200000,0x018e000c,0x50f7b03e,0xe9e10b16,0xd86f9033,0xdd01b113,0x3c700014,0x7000000e,0xaf000f61,0xfb900c04,0xd05aff40,0x031fbc00,0x900805b0,0x17f53f1f,0xfaa82886,0x4377a287,0x6ac18000,0xe0a00000,0x0169000c,0x5af5c02e,0xeca0db0d,0xf8909153,0xd003d12b,0x3da00016,0x6000000e,0x91000f36,0xfa302803,0xd064fec0,0x031fbd00,0x60360610,0x21ee5f07,0xfb183b86,0xc372a1b7,0x73c15000,0xdf600000,0x0174000c,0x59f4c028,0xf5b0920b,0xf8a59213,0xc6043131,0x3e000017,0xb000000e,0x88000f22,0xfa703a03,0x7069fe80,0x031fc000,0x504b0630,0x28ea2f0c,0xfb384586,0xd36ba117,0x88c14000,0xdef00000,0x017e000c,0x5df3c018,0xf9d06d0c,0xd8af9273,0xc2040134,0x3df00018,0x6000000e,0x84000f1d,0xfa204203,0x706bfe80,0x030fc800,0x306d0640,0x38e41f24,0xfaf85d87,0x135da067,0xaac17000,0xdf200000,0x0183000c,0x5ef12ffb,0xfd40470e,0x98bd9303,0xba039139,0x3dc00019,0x5000000e,0x7e000f18,0xfa404a03,0x806efea0,0x02ffd200,0x10900590,0x41e27f3a,0xfa487787,0x835b9fb7,0xaec1f000,0xdf900000,0x0182000c,0x56eeafec,0xfe50380f,0x08ce9393,0xaf03513f,0x3db0001a,0x6000000e,0x74000f10,0xfa304d03,0x4070fec0,0x02cfdeff,0xf0b70490,0x48e1af4f,0xf9b88f87,0x73589ec7,0xa5c23000,0xdf100000,0x018c000c,0x59ec8fc3,0xfe002d0f,0x28e09493,0xa102d14d,0x3d50001c,0x1000000e,0x5b000f0d,0xfa404e02,0xf074fec0,0x029fe7ff,0xf0d203d0,0x4fe17f5b,0xf998a687,0x53519ee7,0x94c24000,0xdee00000,0x0193000c,0x5ceaaf9d,0xfcd02f0e,0xd8e59563,0x9a02d15a,0x3d30001d,0x6000000e,0x43000f13,0xfa304c02,0x7078fea0,0x029fecff,0xe0e90330,0x55e24f66,0xf9c8c287,0x934f9f37,0x8cc2a000,0xdf200000,0x0195000c,0x51e8ef95,0xfd50320e,0x38ea95f3,0x9602f160,0x3d20001e,0x7000000e,0x37000f16,0xfa504902,0x207bfe90,0x029feeff,0xd0f402e0,0x56e31f6c,0xf9d8cf87,0xb34f9f77,0x8ac2b000,0xdf400000,0x0198000c,0x4ce85f95,0xfde0330d,0xd8ed9653,0x9302f163,0x3d20001f,0x0000000e,0x31000f17,0xfa204702,0x007dfe80,0x026ff1ff,0xd1060280,0x53e52f76,0xfa08db88,0x1347a0d7,0x8ac22000,0xdf900000,0x01ab000c,0x5be89f87,0xfda0380c,0xe8ec96d3,0x9103316c,0x3d200020,0x0000000e,0x1c000f21,0xfa504401,0xa081fe70,0x022ff5ff,0xf1130270,0x54e73f7c,0xfa18ec88,0x8342a287,0x89c1a000,0xdff00000,0x01b8000c,0x66e90f78,0xfdf03c0b,0x48e19743,0x9403d176,0x3d500020,0xd000000e,0x03000f33,0xf9b03e01,0x0085fe50,0x020ff600,0x11210270,0x5ae94f7e,0xf9790689,0xa343a367,0x7fc1e000,0xe0700000,0x01b4000c,0x60e8df7b,0xff903e09,0xd8d89793,0x9504517e,0x3d700021,0x9000000d,0xef000f3d,0xf8f03a00,0xa08afe40,0x01dff800,0x31350240,0x60eaef7e,0xf8e9188a,0x8345a3b7,0x77c25000,0xe0300000,0x01b1000c,0x5fe8ef7d,0x01d03c08,0xb8d89813,0x90045187,0x3d200022,0xa000000d,0xd9000f41,0xf8d03700,0x908ffe50,0x019ffb00,0x61420240,0x5feb7f7e,0xf9091d8b,0x233fa457,0x73c23000,0xe0300000,0x01ba000c,0x71e93f74,0x02a03d07,0xd8d79873,0x8c04318e,0x3cd00023,0x6000000d,0xc7000f47,0xf8503400,0x8093fe50,0x018ffe00,0xa14c02b0,0x62ebbf78,0xf9792a8c,0xd338a607,0x68c1e000,0xe0a00000,0x01bd000c,0x8ae9af6e,0x03504806,0x48d198c3,0x89046198,0x3cb00024,0x0000000d,0xb0000f51,0xf7b03000,0x209afe10,0x01700100,0xc15602d0,0x65ebdf75,0xf9a9328d,0xe336a6a7,0x63c1f000,0xe0600000,0x01ad000c,0x9bea0f6c,0x04704f05,0x68d09913,0x8604619e,0x3c800024,0x9000000d,0xa3000f55,0xf7c02f00,0x009efdf0,0x01300701,0x01750250,0x68ebff72,0xf9b9298d,0x833ca547,0x75c23000,0xdcf00000,0x01b6000c,0xc5eb6f5b,0x08505105,0x08d299a3,0x7b03e1a9,0x3bd00025,0xc000000d,0x88000f5a,0xf7502f00,0x00a6fdd0,0x01000c01,0x41870220,0x6aec0f6f,0xf9c9218d,0x433ca487,0x7fc23000,0xdab00000,0x01d1000c,0xe9ec8f4c,0x0a505404,0xb8cf9a03,0x7603c1b1,0x3b700026,0x8000000d,0x73000f63,0xf6e02dff,0xe0abfdc0,0x01000e01,0x618b0250,0x6bebff6d,0xf9e9208d,0x9338a487,0x7fc22000,0xda500000,0x01cb000c,0xfdeccf45,0x0a805804,0x98ca9a33,0x770421b6,0x3b800026,0xb000000d,0x69000f6a,0xf6a02aff,0xb0aefdb0,0x01100f01,0x818c0270,0x6cebff6c,0xfa09218d,0xd334a487,0x7fc23000,0xda400000,0x01c6000d,0x0becdf41,0x0a905c04,0x78c69a53,0x780471ba,0x3ba00026,0xd000000d,0x62000f6e,0xf61028ff,0x90b0fdb0,0x01200f01,0xb19b02a0,0x6eec6f71,0xfa19298e,0xd333a417,0x7ec2b000,0xd9d00000,0x01bb000d,0x22ecaf41,0x0bc06104,0x88c09ac3,0x7504f1c0,0x3bb00027,0x6000000d,0x56000f72,0xf67023ff,0x50b6fd90,0x01201001,0xd1a702c0,0x6fecdf76,0xfa392d8f,0x6332a3b7,0x7fc31000,0xd9500000,0x01c4000d,0x36ecbf3e,0x0ca06504,0xa8bc9b13,0x730531c4,0x3bb00027,0xe000000d,0x4c000f76,0xf5d01fff,0x20bafd80,0x01001301,0xf1ae02e0,0x6ced4f7a,0xfa89298f,0x5330a387,0x85c2f000,0xd8900000,0x01d2000d,0x4ced5f32,0x0ce06504,0xb8ba9b53,0x720531c9,0x3ba00028,0x5000000d,0x41000f7b,0xf6401cfe,0xf0bcfd60,0x00e01702,0x01b70330,0x6cee0f82,0xfb19288f,0x9328a387,0x8ac2a000,0xd8100000,0x01df000d,0x70edef22,0x0cf06a04,0xc8b89bb3,0x6f0521d1,0x3b800029,0x1000000d,0x2f000f82,0xf5f017fe,0xa0c0fd30,0x00d01901,0xf1c30360,0x70eedf8b,0xfb693390,0x5322a347,0x88c2b000,0xd8000000,0x01dc000d,0x81edbf21,0x0d807004,0xd8b59c33,0x6d0521d8,0x3b900029,0xc000000d,0x21000f84,0xf52015fe,0x60c5fd10,0x00b01b01,0xf1d60340,0x75efdf91,0xfb793e90,0xd323a277,0x88c33000,0xd7700000,0x01ec000d,0x80edaf26,0x0eb07305,0x08b59c93,0x690521de,0x3b80002a,0xa000000d,0x13000f85,0xf55014fe,0x40cafd00,0x00901d02,0x01e10320,0x77f06f93,0xfb794591,0x0326a1c7,0x8bc38000,0xd6f00000,0x01fa000d,0x79edcf2a,0x0f707105,0x18b29cd3,0x690511e3,0x3b70002b,0x3000000d,0x07000f8b,0xf4d013fe,0x20cdfcf0,0x00601b02,0x11e90330,0x76f0df91,0xfb694b91,0x4324a197,0x8bc38000,0xd6c00000,0x0201000d,0x75eddf2d,0x0f907405,0x08a79cf3,0x6f0581e6,0x3bc0002b,0xb000000c,0xfb000f92,0xf40011fd,0xe0d0fcc0,0x00301902,0x11f30330,0x76f19f8d,0xfb395391,0xa322a177,0x88c37000,0xd6a00000,0x020f000d,0x6fedbf31,0x0fa07804,0xf89e9d43,0x7505e1ec,0x3c00002c,0x8000000c,0xef000f96,0xf39010fd,0xc0d5fcb0,0x00101901,0xe1fc0300,0x76f24f8c,0xfb195a91,0xd321a157,0x88c38000,0xd6200000,0x0210000d,0x61ed7f32,0x0fe07a05,0x089f9db3,0x7205b1f1,0x3bc0002d,0x7000000c,0xe4000f94,0xf2c012fe,0x10dafce0,0xffd01601,0xa20802d0,0x74f31f8b,0xfae96492,0x131da137,0x89c38000,0xd5800000,0x021c000d,0x48ed0f35,0x10107c05,0x189b9e33,0x7305a1f8,0x3bc0002e,0xe000000c,0xd0000f96,0xf27014fe,0x50e3fd00,0xff900e01,0x920f0320,0x72f3cf85,0xfa996f92,0x8314a147,0x85c39000,0xd6200000,0x021d000d,0x3aec5f3c,0x0fb08105,0x388c9e63,0x7d0661fd,0x3c80002f,0xc000000c,0xc2000f99,0xf16012fe,0x40e9fcf0,0xff300401,0x721b0340,0x6cf49f80,0xfa197292,0xc30fa137,0x84c3a000,0xd6400000,0x021c000d,0x30ebff41,0x0fc08605,0xa87c9ea3,0x89072203,0x3d300030,0xf000000c,0xb0000f99,0xf02012fe,0x70f0fcf0,0xfedff901,0x32280340,0x60f4ff81,0xf9996692,0x6310a147,0x88c3a000,0xd5800000,0x023c000d,0x29ebdf41,0x0ff08906,0x286a9f03,0x9a07e208,0x3e100032,0x2000000c,0x9f000f9d,0xefd00ffe,0xb0f6fcf0,0xfedfe800,0xc22e0380,0x5af52f83,0xf9395d92,0x5312a177,0x85c3e000,0xd5500000,0x023d000d,0x1ceb3f49,0x0ff08e06,0x98549f53,0xaf09120f,0x3f700033,0x0000000c,0x95000f9b,0xeeb010fe,0xf0f9fd10,0xfebfd900,0x32390360,0x56f5bf80,0xf8a95a92,0x8318a167,0x80c46000,0xd5300000,0x0248000d,0x09ea8f59,0x10709206,0xf84d9fd3,0xb8096215,0x40200034,0x2000000c,0x8b000f8e,0xee1016ff,0xe0fdfda0,0xfe9fd3ff,0xe2410310,0x4ff66f79,0xf8195492,0x631fa167,0x81c4a000,0xd4c00000,0x0247000c,0xfbea7f62,0x10a09407,0x284da023,0xba09021a,0x40100035,0x2000000c,0x83000f84,0xed301b00,0xa106fe10,0xfe8fd2ff,0xc2420300,0x4ef68f77,0xf7f95392,0x6321a177,0x81c4a000,0xd4a00000,0x024c000c,0xf8ea8f63,0x10909407,0x284ea033,0xba08e21b,0x40100035,0x5000000c,0x81000f82,0xed201d00,0xd106fe20,0xfe8fd0ff,0xb2420300,0x4cf67f77,0xf8095192,0x5320a187,0x82c4a000,0xd4b00000,0x0239000c,0xfaea7f62,0x10809507,0x284ca053,0xbd08e21c,0x40200035,0x8000000c,0x80000f80,0xed101e01,0x0101fe40,0xfe9fc4ff,0x12420320,0x43f65f76,0xf8594692,0x2315a1f7,0x85c45000,0xd5500000,0x023b000d,0x06ea1f5b,0x0ff09c07,0x3843a0c3,0xcb08a224,0x40900036,0x8000000c,0x77000f77,0xecb02702,0x110afee0,0xfeafc1fe,0xe2430320,0x43f67f74,0xf8694892,0x5314a207,0x84c46000,0xd5a00000,0x0244000d,0x05e9ef5f,0x10009e07,0x4843a0d3,0xcd089226,0x40b00036,0xb000000c,0x76000f73,0xec402902,0x510cff00,0xfeafbcfe,0xa2460320,0x40f6cf71,0xf8894892,0x8313a217,0x83c48000,0xd6000000,0x0248000d,0x03e9bf64,0x1000a107,0x5841a0f3,0xd0088228,0x40d00037,0x1000000c,0x74000f6d,0xec702d02,0xc10eff40,0xfe9fb2fe,0x625102c0,0x32f74f67,0xf8993e92,0x6316a257,0x85c49000,0xd5c00000,0x0255000d,0x03ea3f68,0x1010a207,0x683ca123,0xd708522b,0x40e00037,0xf000000c,0x6d000f65,0xec003503,0xa10affc0,0xfe8fabfe,0x425502a0,0x2af77f5d,0xf8b93792,0x4317a2a7,0x87c46000,0xd5a00000,0x0260000d,0x06ea8f68,0x0fd0a407,0x4836a133,0xde08422d,0x41100038,0x7000000c,0x68000f62,0xebb03804,0x110c0000,0xfe8fa0fd,0xe25902b0,0x25f77f51,0xf8f93592,0x6319a2d7,0x84c47000,0xd5f00000,0x0269000d,0x07ea6f6c,0x0fd0aa07,0x382ca143,0xe908c22f,0x41e00039,0x1000000c,0x62000f58,0xeb304104,0x710e0020,0xfe9f96fd,0x72600280,0x1ef7bf45,0xf8f93292,0x931da317,0x81c49000,0xd6200000,0x027c000d,0x0aea7f70,0x0fc0b007,0x182ba163,0xed08d232,0x42300039,0xe000000c,0x5c000f47,0xeab04d05,0x21110070,0xfe9f90fd,0x12620230,0x1af81f37,0xf8c92e92,0xd324a347,0x7dc4c000,0xd6200000,0x026c000d,0x05eaef72,0x0f90b406,0xd82da173,0xef087234,0x4210003a,0xc000000c,0x52000f3e,0xea505405,0xd11500d0,0xfe9f89fc,0xa2630210,0x18f81f2c,0xf8b92892,0xd325a397,0x7ac4b000,0xd6400000,0x026c000d,0x0ceb2f6f,0x0f60b906,0xa82ca183,0xf2083237,0x4220003b,0xb000000c,0x48000f32,0xe9e05d06,0xa1170140,0xfe8f80fc,0x02690200,0x16f83f27,0xf8a92492,0xe324a3f7,0x78c49000,0xd6700000,0x0272000d,0x17eb7f6e,0x0f50bb06,0x882da1a3,0xf407f238,0x4250003c,0xe000000c,0x3c000f1f,0xe9606907,0x911a01d0,0xfe4f79fb,0x826d01f0,0x14f87f25,0xf8991e92,0xf326a457,0x76c48000,0xd6c00000,0x0268000d,0x1bebff6e,0x0ee0bc06,0x482ca193,0xf7079238,0x4250003e,0x3000000c,0x2c000f13,0xe8e07208,0x611c0240,0xfe1f75fb,0x026b01e0,0x15f88f25,0xf8a91893,0x0326a4a7,0x74c47000,0xd6f00000,0x026b000d,0x1dec5f6d,0x0e70bd06,0x082ba193,0xfc07623a,0x4290003f,0x3000000c,0x1d000f0e,0xe8707608,0xf11b0270,0xfdff74fa,0xb26d01d0,0x16f87f26,0xf8b91292,0xc327a4c7,0x72c47000,0xd6c00000,0x0275000d,0x21ec7f6c,0x0e70bd06,0x182ba1a3,0xff07323b,0x42b00040,0x1000000c,0x11000f09,0xe8207909,0x611902b0,0xfd3f74fa,0x72770150,0x0ef85f29,0xf8d90892,0x632ba4c7,0x6fc49000,0xd6500000,0x0282000d,0x23ecbf6e,0x0e90ba06,0x482ba184,0x0306923b,0x42800042,0x2000000b,0xf3000f07,0xe750770a,0x41210300,0xfc6f77fa,0x627c00e0,0x06f86f2a,0xf8e90392,0x632fa4c7,0x6dc4a000,0xd6500000,0x028b000d,0x1aed2f76,0x0e80b506,0x582ba174,0x0606123b,0x42400044,0x4000000b,0xd1000f0e,0xe690710a,0xd1290320,0xfbef7bfa,0x227900b0,0x04f89f28,0xf8e90292,0xb330a507,0x6ac4c000,0xd6b00000,0x0296000d,0x0eed5f7e,0x0e50b406,0x582da194,0x0805e23e,0x42500046,0x2000000b,0xb5000f13,0xe6206f0b,0x41250330,0xfbbf7cfa,0x02780090,0x04f89f27,0xf8e90292,0xd330a527,0x68c4d000,0xd6f00000,0x0292000d,0x09ed4f82,0x0e40b406,0x682ea1b4,0x0805c240,0x42500046,0xf000000b,0xa9000f13,0xe600700b,0x812b0340,0xfacf82f9,0xf281005f,0xfef8af26,0xf8d90192,0xd330a537,0x66c4e000,0xd6f00000,0x0296000d,0x04ed6f87,0x0e20b306,0x8835a1a4,0x0305723d,0x42000048,0xe000000b,0x8e000f19,0xe5c06b0b,0xe1370340,0xf9ef88fa,0x028a001f,0xf8f8bf25,0xf8c90092,0xc330a547,0x63c50000,0xd6f00000,0x029f000c,0xffed8f8b,0x0e10b206,0x983da183,0xff05323a,0x41b0004a,0xc000000b,0x73000f1e,0xe590650c,0x21400340,0xf9cf89fa,0x128a001f,0xf7f8cf25,0xf8c90092,0xb330a547,0x64c4f000,0xd6f00000,0x02aa000c,0xffed9f8b,0x0e00b206,0x983da183,0xff05223a,0x41a0004a,0xf000000b,0x70000f20,0xe590640c,0x313c0340,0xf96f8dfa,0x2289000f,0xf5f8ef24,0xf8b8ff92,0x9330a547,0x65c4e000,0xd6e00000,0x02b4000c,0xfdedcf8c,0x0dd0b106,0x883ea173,0xff051238,0x4180004b,0xb000000b,0x64000f29,0xe590600c,0x413f0330,0xf88f96fa,0x5286ffff,0xeef91f21,0xf888fe92,0x432ea577,0x65c4a000,0xd7000000,0x02bc000c,0xf9ee1f8d,0x0d30b106,0x783fa144,0x01050235,0x4150004d,0xa000000b,0x44000f40,0xe5c0520c,0x81300300,0xf7bf9ffa,0x7281ffef,0xe8f8ff20,0xf878fd91,0xf328a5c7,0x64c45000,0xd7500000,0x02b1000c,0xfeee3f8c,0x0c90b206,0x6840a124,0x02053233,0x4130004f,0x9000000b,0x24000f53,0xe5f0460d,0x013402f0,0xf6afb1fa,0xe27eff7f,0xddf91f1d,0xf848fd91,0x7322a607,0x61c41000,0xd7900000,0x02b4000d,0x01ee7f8f,0x0c00af06,0x784ba0e3,0xf605322d,0x40200052,0x4000000a,0xfa000f68,0xe650340e,0x812a0350,0xf57fc8fb,0x5279feef,0xd3f93f19,0xf7f8fd90,0xc320a627,0x61c3e000,0xd7900000,0x02bf000d,0x00eeef91,0x0b80aa06,0x8859a0a3,0xe5050226,0x3ea00055,0x2000000a,0xcc000f80,0xe6d02010,0x512f03d0,0xf4afddfb,0xb266fe9f,0xd1f94f13,0xf7c90890,0x9322a617,0x5dc40000,0xd8400000,0x02a5000c,0xf2ef1f9a,0x0b00a906,0x9863a0a3,0xdf052223,0x3dc00057,0xa000000a,0xa2000fa0,0xe7900911,0xe1010430,0xf3c000fc,0x8243fe3f,0xd0f96f0a,0xf7892090,0x5323a5d7,0x59c44000,0xd9800000,0x0291000c,0xdcef4faa,0x0a80a906,0xd872a0b3,0xd4059221,0x3c60005b,0x7000000a,0x62000fd0,0xe8efe614,0xc0f20510,0xf3a01efd,0x6220fe1f,0xcaf96f03,0xf739328f,0x7322a527,0x60c42000,0xd9d00000,0x0281000c,0xd5efefb5,0x0a90a707,0x5885a0c3,0xc105c21f,0x3a60005e,0x8000000a,0x32000ff3,0xea1fcd18,0x01050640,0xf4303bfe,0x71ecfe4f,0xc5f8cefb,0xf6d9468e,0x5321a427,0x6ec3c000,0xda300000,0x026d000c,0xcaf0afbf,0x0a40a608,0x2899a113,0xb905e21f,0x38c00061,0x6000000a,0x0300002a,0xeb6fae1a,0x71340700,0xf4f04dff,0x41c0fecf,0xc3f83ef6,0xf689578d,0xb320a377,0x77c39000,0xdaf00000,0x025c000c,0xbff0ffc8,0x0980a808,0xd8a7a163,0xb905f21f,0x37e00063,0x40000009,0xe2000059,0xec5f951b,0xb16a0730,0xf6406100,0x7185001f,0xc1f74ef0,0xf5796c8d,0x2319a267,0x82c38000,0xdc800000,0x0232000c,0xb0f1afd2,0x0740ab09,0xe8bea103,0xb206a20d,0x36b00065,0x60000009,0xad00009d,0xedbf6f1d,0x61560750,0xf7607101,0x8153014f,0xbff61eea,0xf469808c,0xc317a1d7,0x8cc37000,0xddb00000,0x020d000c,0x98f28fdc,0x04f0ad0a,0x78d6a083,0xaf0751f9,0x35d00067,0x10000009,0x850000df,0xef1f4c1e,0xe1480740,0xf7b07402,0x7133035f,0xc1f2eee3,0xf379ac8c,0x931fa1f7,0x98c34000,0xdec00000,0x01ec000c,0x5ef35ff8,0x02c0b30a,0x18f29ea3,0xbe0941d8,0x35e00068,0x60000009,0x7200013c,0xf16f2320,0x00960690,0xf7307303,0x612205bf,0xc8eedee2,0xf299e38c,0x3329a267,0xa4c31000,0xe0100000,0x01cc000c,0x19f3d020,0x00f0bd09,0x39169bc3,0xc90c31a7,0x36100069,0xd0000009,0x540001a1,0xf47ef321,0xa03305b0,0xf7306a03,0xd125076f,0xd4ea2ee5,0xf29a1b8b,0xf326a1f7,0xa9c35000,0xe1b00000,0x01b3000b,0xecf2d047,0x00b0c409,0x39449aa3,0xc30f1194,0x35b00069,0xb0000009,0x520001f4,0xf97ee224,0x601804c0,0xf8d05904,0x7127095f,0xe8e11eeb,0xf33a698c,0xb320a0f7,0xacc3a000,0xe3700000,0x01a0000b,0xa6f1207e,0x0000ca09,0x698196a3,0xba13019d,0x34e00068,0x30000009,0x49000278,0x01beee29,0x6fea0300,0xfb504e04,0xc12608df,0xf9db0f0b,0xf43a4b8d,0x8324a0c7,0xabc37000,0xe3000000,0x01ab000b,0xa4f1007d,0x0000c808,0x89899783,0xba1421b7,0x34d00065,0xc0000009,0x600002cb,0x04ef1a2c,0x6fce0260,0xfcd04704,0xd1360750,0x0cd9ff37,0xf54a0b8c,0xe3249f57,0xaec33000,0xe2900000,0x01c7000b,0xcaf19068,0x0280bf08,0x897b9713,0xb91441b8,0x35a00063,0x60000009,0x830002ee,0x063f342d,0x0fbe0340,0xfd504504,0xd14a0600,0x1fdcef57,0xf649f08c,0x33289cb7,0xb2c31000,0xe2500000,0x01e9000b,0xe1f29060,0x05b0af08,0xe96f95c3,0xb413f1aa,0x36700061,0x40000009,0x9d0002ed,0x08cf3f2b,0x8fc30480,0xfd904404,0xe1530540,0x2ae1ff6c,0xf719eb8b,0xc3289bd7,0xacc2d000,0xe2f00000,0x01f2000b,0xf0f36060,0x06e0a608,0xd96695d3,0xb813319e,0x36c0005f,0x10000009,0xa90002e9,0x0f1f5a29,0xcfc404f0,0xfde04804,0xf15404a0,0x31e7ef82,0xf839f68b,0xd3259cd7,0x9ec2b000,0xe4300000,0x01e2000b,0xf2f47068,0x05f0a708,0x39639633,0xb512e19d,0x3680005d,0xb0000009,0xac0002e6,0x177f8e29,0xcfb80470,0xfe504d05,0x01500430,0x34ebff90,0xf93a068c,0x23259e17,0x95c2a000,0xe5000000,0x01d1000b,0xeef5606e,0x04c0ab07,0x79679553,0xae12f1a2,0x3630005d,0x20000009,0xac0002e0,0x1ccfba2a,0xdfab03a0,0xfe704e05,0x014f0420,0x35eccf93,0xf96a098c,0x33259e67,0x93c2a000,0xe5300000,0x01d0000b,0xedf5906f,0x0490ac07,0x49689573,0xac12f1a3,0x3620005d,0x00000009,0xac0002df,0x1dbfc32b,0x2fa90370,0xfea04e05,0x114f0430,0x36ed4f96,0xf9ca0c8c,0x33259e67,0x95c29000,0xe5200000,0x01ce000b,0xf0f5c06d,0x04b0ac07,0x29699553,0xac12f1a6,0x3620005c,0xe0000009,0xac0002d9,0x1e6fca2b,0x4fa80340,0xffb05105,0x31530450,0x3fef4fa4,0xfb6a1b8c,0x23249e47,0xa3c27000,0xe4c00000,0x01e1000b,0xfdf64068,0x0570a906,0x996d9643,0xad12d1b5,0x3620005c,0x30000009,0xad0002b7,0x218fe62b,0x6fa40220,0xfff05105,0x315b0460,0x46ef8fa3,0xfbaa238c,0x33229da7,0xa7c26000,0xe4800000,0x01ee000b,0xfff60069,0x0620a806,0x896c9643,0xad1261b6,0x3650005b,0xf0000009,0xaf0002a7,0x21ffdf2a,0xafa60200,0x00805305,0x216d0460,0x56f06fa4,0xfc5a388c,0x831f9c37,0xadc25000,0xe4200000,0x0205000c,0x03f5406a,0x0780a306,0x696b9693,0xa71171b8,0x3680005b,0x60000009,0xb4000278,0x22efc228,0xdfac01b0,0x00c05505,0x117e0420,0x64f17fa7,0xfcfa498c,0xd31d9b37,0xb0c25000,0xe3e00000,0x0211000c,0x0bf4c067,0x08709f06,0x296e96e3,0x9f10b1b6,0x3680005b,0x00000009,0xb900024b,0x239f9f27,0x9fb10190,0x01005804,0xf18d0400,0x74f2bfac,0xfd8a578d,0x031a9a07,0xb6c23000,0xe3b00000,0x0226000c,0x2df41057,0x09b09305,0xf96f9723,0x9e10a1b4,0x36a0005a,0xf0000009,0xbf00021c,0x23ef8128,0x0fb20130,0x01505a04,0xd19a03f0,0x83f3dfb0,0xfdea668d,0x531498d7,0xbac22000,0xe3a00000,0x0242000c,0x4df37048,0x0af08705,0xe96c9773,0x9e1121b4,0x36d0005a,0xf0000009,0xc80001f4,0x239f6a29,0x6fad00a0,0x01a05b04,0xd1aa03a0,0x8ef4afb4,0xfe4a6f8d,0xa30f97c7,0xbcc25000,0xe3400000,0x0250000c,0x63f3003a,0x0c207c05,0xf96a97c3,0x9a11d1b6,0x36c0005b,0x10000009,0xd20001d3,0x22ff602b,0x6fa0ffa0,0x02205a04,0xe1c10340,0x9cf56fb9,0xfeaa748d,0xf30a9697,0xbec29000,0xe2800000,0x0266000c,0x83f2a022,0x0d606f06,0x09659813,0x961261bd,0x3690005b,0x40000009,0xde0001a4,0x229f572d,0xff84fdc0,0x02a05504,0xe1d10350,0xa3f5afbf,0xfeba738e,0x63069647,0xbac29000,0xe1a00000,0x026f000c,0x95f29013,0x0dd06b05,0xe9589863,0x9b1231c6,0x3670005b,0x10000009,0xea00017f,0x1a3f2b2c,0xcfb3fdf0,0x03104c04,0xe1e90300,0xa9f5cfc7,0xfe8a6f8f,0x82ff9617,0xb2c2b000,0xe0e00000,0x029a000c,0xa3f2900c,0x0e906b05,0xd94b98a3,0x9f11a1ce,0x3680005a,0xe0000009,0xfa000161,0x115efd2a,0xcfd0fe30,0x03604404,0xd2060280,0xa9f5ffcf,0xfe2a5990,0xa2f39627,0xabc2c000,0xdfe00000,0x02ca000c,0xc6f2d000,0x0f706d05,0xd94298f3,0xa01111d4,0x36a0005a,0xc000000a,0x08000163,0x0bbeff28,0xafcaff90,0x03b03c04,0xd2200240,0xa3f64fd5,0xfd9a4091,0xa2e99687,0xa5c2c000,0xdec00000,0x02d0000c,0xf5f32ff1,0x0fe07005,0xb9379943,0xa91091dc,0x3720005a,0x9000000a,0x0d000171,0x05bf0c24,0xefff0280,0x03e03604,0xd23201f0,0x9ef6afd9,0xfd2a3092,0x62e296e7,0x9ec2c000,0xdde00000,0x02c2000d,0x16f32fe9,0x10307205,0xa92e9993,0xb01041e3,0x3770005a,0x7000000a,0x0e000178,0x05cf1d22,0xbfe702c0,0x03503104,0xf26300a0,0x94f76fe1,0xfcaa1893,0xe2da9767,0x8fc30000,0xdc000000,0x02ea000d,0x48f34fdc,0x11007605,0xa92b99d3,0xae0fa1e1,0x37900058,0xb000000a,0x0d000198,0x0f5f7520,0x2fb80270,0x03002e04,0xf287ffe0,0x8df7afe6,0xfc2a0c95,0x92d397e7,0x7dc34000,0xdac00000,0x030c000d,0x65f36fcf,0x11407a05,0x59299a23,0xb20f51e1,0x37b00058,0xc000000a,0x080001ac,0x0f3f951e,0xdfb50200,0x03002a04,0xf2a1ff80,0x84f79feb,0xfbb9fe96,0x92cc98a7,0x74c37000,0xd9d00000,0x0320000d,0x7ff34fc1,0x11607d04,0xe9249a73,0xba0f31e6,0x37e00059,0x1000000a,0x010001b5,0x0e6fa21e,0x4fb90260,0x03002904,0xe2a8ff60,0x81f79fed,0xfba9f896,0xc2ca98e7,0x73c37000,0xd9900000,0x030d000d,0x88f32fbc,0x11707e04,0xc9239ac3,0xbd0f21e7,0x37f00059,0x30000009,0xff0001b6,0x0f6fa51e,0x2fa901a0,0x03102704,0xd2c5fec0,0x79f77ff1,0xfb49ed97,0x52c69997,0x70c3a000,0xd8600000,0x033c000d,0xa4f33faf,0x12108404,0x29219b03,0xb90e81ed,0x37b00059,0x80000009,0xfc0001a9,0x107f9f1e,0x5f9c0200,0x03102604,0xc2e2fe20,0x71f75ff6,0xfae9e297,0xd2c19a47,0x6cc3d000,0xd7400000,0x037a000d,0xc0f34fa2,0x12b08a03,0x89209b53,0xb50de1f4,0x37700059,0xd0000009,0xf800019b,0x112f971e,0x9f950290,0x03002604,0xb2e7fe00,0x70f75ff6,0xfad9e197,0xe2c09a67,0x6bc3e000,0xd7100000,0x038b000d,0xc5f35fa0,0x12b08c03,0x59209ba3,0xb50da1f4,0x3760005a,0x00000009,0xf8000199,0x112f951e,0xef9902b0,0x02f02804,0xa2f9fda0,0x6bf76ff9,0xfa79dc97,0xe2bf9af7,0x68c40000,0xd6800000,0x0363000d,0xd7f3cf9b,0x12b08f02,0xe9229bf3,0xb40d01f7,0x3730005a,0x50000009,0xf7000174,0x11ffaa1d,0xef840320,0x02d02b04,0x631dfcf0,0x64f7afff,0xf9a9d997,0xb2bc9c27,0x61c45000,0xd5a00000,0x036e000d,0xf5f4af9e,0x12409401,0xb9219c43,0xb50c01fc,0x3710005a,0xf0000009,0xf3000158,0x126fd71c,0x6f6b0270,0x02f02d04,0x0348fc50,0x63f7cfff,0xf8b9e397,0x92b49d77,0x52c4b000,0xd5800000,0x0365000e,0x0df61fbb,0x11e09900,0x091d9c83,0xb60b6204,0x3730005b,0xb0000009,0xec000154,0x120fa81a,0xdf660310,0x02f02e03,0xc37bfb90,0x64f84000,0xf7e9f397,0x72ad9eb7,0x42c50000,0xd5900000,0x035f000e,0x1cf7efe6,0x1210a1fe,0x491b9cd3,0xb10b020b,0x3700005c,0x80000009,0xe500014b,0x118f6c1b,0x0f620340,0x02f02f03,0xa3a1fb30,0x61f92000,0xf76a0097,0x82a89fc7,0x37c54000,0xd5a00000,0x0354000e,0x1ff96006,0x1200a4fd,0x49149d23,0xb40ab210,0x36f0005c,0xb0000009,0xe0000147,0x12cf5c1b,0x0f6b03a0,0x03502d03,0x93c4faf0,0x5dfa1002,0xf71a1697,0xe29da087,0x33c56000,0xd4800000,0x0366000e,0x23fbb028,0x1220a7fc,0xa9069d73,0xbd0a8219,0x3710005c,0xf0000009,0xdc000138,0x130f4919,0x8f6604c0,0x03c02e03,0x63f1fa70,0x59fc100a,0xf6da3a97,0xf28ba157,0x33c57000,0xd2200000,0x036d000e,0x49ff7056,0x12b0acfc,0x08fc9db3,0xc20a1224,0x3710005d,0x30000009,0xd800011d,0x128f2417,0xcf650650,0x03e03203,0x5411f9b0,0x5bff200e,0xf69a5b97,0x727da1a7,0x35c58000,0xd0100000,0x0374000e,0x7a011067,0x1310aefb,0xd9019e03,0xbb095227,0x36a0005d,0x80000009,0xd50000f9,0x13af0215,0xaf380740,0x04303203,0x6430f930,0x5e02f012,0xf5fa8597,0x326ca1a7,0x35c59000,0xcdf00000,0x037b000e,0x8c02d07c,0x13f0b2fb,0xc8f99e53,0xbf08d22d,0x3670005d,0xa0000009,0xd30000e2,0x13beef13,0x6f3108f0,0x04c02c03,0x8451f900,0x6206b012,0xf56ab997,0x9255a157,0x2fc5b000,0xcbd00000,0x0381000e,0x97050097,0x1540b7fc,0x08eb9ea3,0xc108c234,0x3660005d,0x20000009,0xd50000c2,0x14aede11,0xbf2709b0,0x05702803,0x8476f8c0,0x6509b00c,0xf4faea97,0xf23fa0f7,0x29c5a000,0xc9300000,0x0388000e,0xc205e099,0x1680c0fc,0x58e39ef3,0xbe08923a,0x3630005c,0xd0000009,0xd80000a1,0x149ec610,0xef2809e0,0x06102503,0x8495f890,0x630bb001,0xf49b1197,0xd22da0f7,0x26c56000,0xc6900000,0x038f000e,0xfb06807b,0x17c0cdfc,0x98dd9f33,0xc5085240,0x3640005c,0x70000009,0xda00009a,0x14dec510,0x3f3609d0,0x06902503,0x64adf840,0x5e0cdff7,0xf44b2d97,0x6220a127,0x25c50000,0xc4900000,0x0396000f,0x2508503d,0x18c0d6fc,0xc8da9f83,0xcc07f242,0x3670005c,0x80000009,0xdd0000b4,0x12fed40f,0xaf3e0990,0x06a02703,0x44bcf7f0,0x5c0d5ff0,0xf42b3e97,0x121aa187,0x23c4e000,0xc3600000,0x039d000f,0x3c0a7ffc,0x1910d9fc,0xb8df9fd3,0xc307b23e,0x3630005c,0x90000009,0xe00000b1,0x140edd0f,0x8f370910,0x06902903,0x34c1f7d0,0x5b0d7fef,0xf42b4397,0x0219a1a7,0x23c4e000,0xc3200000,0x03a4000f,0x420b2fe8,0x1920d9fc,0xb8e1a023,0xbe07923c,0x3600005c,0xf0000009,0xe10000ad,0x142edd0f,0x9f3508f0,0x06902903,0x34c1f7d0,0x5b0d7fef,0xf42b4397,0x0219a1b7,0x23c4e000,0xc3100000,0x03ab000f,0x430b2fe6,0x1920d9fc,0xa8e2a003,0xbe07923c,0x3600005d,0x00000009,0xe10000ae,0x13eedc0f,0x9f3508f0,0x06902d03,0x24cbf790,0x550d8fe5,0xf3ab5596,0x821aa297,0x20c4b000,0xc1700000,0x03b2000f,0x910fdf69,0x18f0d5fc,0x28e59fe3,0xbb072235,0x35b0005c,0xd0000009,0xe300009c,0x14ced50f,0xcf3408d0,0x06902d03,0x24cbf790,0x550d8fe5,0xf3ab5696,0x821aa297,0x20c4b000,0xc1700000,0x03b9000f,0x95100f64,0x18f0d5fc,0x28e4a003,0xbb072235,0x35b0005d,0x10000009,0xe300009c,0x13bed00f,0xef3b08f0,0x06902d03,0x24caf790,0x550d8fe5,0xf39b5a96,0x7218a2a7,0x20c4b000,0xc1700000,0x03c0000f,0xa610df50,0x18f0d5fc,0x18e19fe3,0xbe072236,0x35c0005d,0xa0000009,0xe300009e,0x112ec30f,0xbf3308e0,0x06902e03,0x14c9f790,0x550d7fe5,0xf38b6596,0x4214a2c7,0x21c4c000,0xc1900000,0x03c7000f,0xd612ff1e,0x18f0d3fb,0xf8dca023,0xc1071236,0x3600005d,0x90000009,0xe400007e,0x12beb10f,0x7f2b0910,0x06803102,0xe4c9f780,0x570d1fe6,0xf38b6e96,0x3213a2f7,0x22c4e000,0xc1a00000,0x03ce0000,0x14159ef5,0x18f0d0fb,0xd8dea053,0xbb06f234,0x35f0005d,0xd0000009,0xe5000054,0x132e910f,0x8f2a0990,0x06703202,0xd4c8f790,0x580c3fe8,0xf3db7096,0x3214a317,0x22c50000,0xc1a00000,0x03d50000,0x42176eeb,0x18d0cefb,0xa8dd9ff3,0xbd06e232,0x35f0005d,0xd0000009,0xe500003d,0x127e790f,0x5f330a40,0x06603002,0xc4c1f7d0,0x590b8fed,0xf47b6d96,0x2213a337,0x24c51000,0xc2000000,0x03dc0000,0x57183ef6,0x18a0ccfb,0x78d6a023,0xc406f231,0x3640005d,0xc0000009,0xe5000029,0x134e660e,0x9f280a90,0x06602f02,0xb4bdf7e0,0x5a0b4ff1,0xf50b6a96,0x2213a337,0x25c51000,0xc2500000,0x03e20000,0x6318ef15,0x1870cafb,0x78d5a013,0xc4070231,0x3650005d,0xc0000009,0xe500001f,0x133e5a0e,0x9f2c0ac0,0x06602f02,0xa4bbf7e0,0x5b0b4ff3,0xf56b6896,0x2212a337,0x25c51000,0xc2900000,0x03e90000,0x7a19df3f,0x1860c9fb,0x78d5a043,0xc1070231,0x3620005d,0xf0000009,0xe500001e,0x137e600e,0xcf290ab0,0x06602f02,0x94bbf7f0,0x5b0b6ff3,0xf5ab6796,0x2212a337,0x25c51000,0xc2a00000,0x03f00000,0x8d1a7f58,0x1850c8fb,0x78d5a053,0xc1071232,0x3610005e,0x00000009,0xe400001e,0x133e5f0e,0xff2d0ab0,0x06602e02,0x74bbf800,0x5b0bdff1,0xf64b6796,0x1211a357,0x25c50000,0xc2d00000,0x03f70000,0xa21acf68,0x1830c9fb,0x58d5a083,0xc2074235,0x3630005e,0x30000009,0xe300001b,0x140e600e,0xef210a80,0x06402e02,0x74bff7d0,0x5a0c2fee,0xf68b6896,0x1211a377,0x23c4f000,0xc2c00000,0x03fe0000,0x9d1adf5b,0x1830ccfb,0x48d9a0a3,0xbf074235,0x3620005e,0x60000009,0xe1000021,0x136e610f,0x3f2e0a90,0x06002f02,0x64c7f780,0x590c3fea,0xf66b6c96,0x120fa397,0x22c4e000,0xc2900000,0x04050000,0x961aff4b,0x1870cefb,0x48daa073,0xc2076235,0x3620005e,0x90000009,0xdd00002c,0x132e670f,0x7f330a80,0x05d02f02,0x64cff750,0x590c2fe7,0xf64b7096,0x320da3a7,0x1fc4d000,0xc2600000,0x040c0000,0x971b1f46,0x18b0cffb,0x28daa043,0xc5078236,0x3630005e,0xc0000009,0xd9000038,0x12de6e0f,0x6f2e0a50,0x05b03002,0x84d4f720,0x5a0c1fe4,0xf63b7696,0x720ba3b7,0x1bc4e000,0xc2600000,0x04130000,0x921b1f46,0x18d0d2fb,0x18dda013,0xc1077237,0x35f0005e,0xe0000009,0xd600003e,0x11ce6a0f,0xdf3f0a80,0x05903002,0xc4d9f700,0x580c1fe1,0xf63b7d96,0xb209a3c7,0x17c4f000,0xc2400000,0x041a0000,0x8a1aff46,0x18f0d5fa,0xf8df9fe3,0xc0076237,0x35e0005e,0xe0000009,0xd300004a,0x114e6e0f,0x8f390a70,0x05702f02,0xf4dcf700,0x550c1fe2,0xf63b7e96,0xa209a3f7,0x16c4d000,0xc2200000,0x04210000,0x831a8f45,0x1910d5fa,0xd8dd9fb3,0xc6077236,0x3630005e,0xd0000009,0xd1000055,0x119e760f,0x1f3e0a90,0x05602e03,0x04ddf700,0x540c1fe2,0xf62b7e96,0xa209a407,0x16c4c000,0xc2200000,0x04280000,0x801a3f45,0x1910d4fa,0xd8db9f83,0xc9077236,0x3650005e,0xc0000009,0xd1000058,0x116e750e,0xdf3e0ab0,0x05602e03,0x04def710,0x540c1fe2,0xf62b7e96,0xa209a407,0x16c4c000,0xc2200000,0x042f0000,0x7f1a3f45,0x1910d4fa,0xd8db9f53,0xc9077236,0x3650005e,0xc0000009,0xd100005c,0x116e790e,0x9f300a70,0x05103103,0x34e2f6c0,0x510bffe4,0xf61b7e96,0xa209a437,0x16c4c000,0xc2100000,0x04360000,0x821a2f4e,0x1910d4fa,0xc8e19f23,0xbf075232,0x35c0005e,0xe0000009,0xd000005d,0x103e720f,0x2f410ab0,0x05103103,0x34e2f6c0,0x510bffe4,0xf61b7e96,0xa209a437,0x17c4c000,0xc2000000,0x043c0000,0x831a3f4e,0x1910d4fa,0xc8e19ef3,0xbf075232,0x35c0005e,0xe0000009,0xd000006a,0x0eae720f,0x6f4d0ae0,0x04f03203,0x54e4f6b0,0x500befe4,0xf61b7e96,0x9209a447,0x17c4b000,0xc2000000,0x04430000,0x841a4f50,0x1910d4fa,0xb8e29ec3,0xc1075232,0x35d0005e,0xf0000009,0xce00006c,0x0efe730f,0x1f420ae0,0x04a03103,0x74e7f6c0,0x4d0bcfe3,0xf61b7d96,0x8209a457,0x17c4a000,0xc1e00000,0x044a0000,0x881a6f51,0x1920d1fa,0xb8e09e93,0xc7079231,0x3600005e,0xe0000009,0xcb00007b,0x0eee7b0e,0xcf3a0ad0,0x04602f03,0xa4e9f6d0,0x4c0b7fe1,0xf62b7d96,0x9209a477,0x16c4a000,0xc1f00000,0x04510000,0x8a1a7f51,0x1920cffa,0xa8dc9e63,0xcb07e22e,0x3640005e,0xc0000009,0xca00007c,0x104e830e,0xaf340ad0,0x03f02e03,0xc4edf6c0,0x4b0b3fdf,0xf64b7d96,0xa209a487,0x15c4c000,0xc2000000,0x04580000,0x8b1acf50,0x1910ccfa,0x98de9e33,0xc8083227,0x3630005e,0xc0000009,0xcb000088,0x10ae920e,0xcf220a80,0x03a02d03,0xd4eef6c0,0x4b0b0fdd,0xf66b7d96,0xa208a4a7,0x14c4e000,0xc2000000,0x045f0000,0x8d1aff4e,0x1910c8fa,0x98df9e03,0xcd088224,0x3630005e,0xc0000009,0xca0000a0,0x10eeaa0f,0x5f270aa0,0x03602c03,0xe4f0f6c0,0x4b0adfdd,0xf67b7d96,0xa208a4a7,0x14c4e000,0xc2100000,0x04660000,0x8d1b0f4a,0x1920c5fa,0xa8dd9dd3,0xd108e221,0x3650005e,0xb0000009,0xc90000af,0x11aebb0f,0xaf280ab0,0x02a02a03,0xf4f6f6b0,0x4b0a8fdc,0xf6bb7b96,0xc207a4a7,0x12c4f000,0xc2100000,0x046d0000,0x831b3f36,0x1980bffa,0xc8e09da3,0xd209b217,0x3690005e,0x90000009,0xc90000d0,0x12aed910,0x7f190a70,0x01e02e03,0xf4faf640,0x4b0a6fda,0xf6eb7896,0xe207a4a7,0x10c51000,0xc1f00000,0x04740000,0x6a1b8f12,0x19b0bafa,0xe8ec9cd3,0xcc09e20d,0x3640005e,0xc0000009,0xc80000f1,0x115ef011,0x7f1d0a50,0x01302f03,0xf4faf620,0x4b0a6fd7,0xf72b7697,0x1208a487,0x0fc51000,0xc1f00000,0x047b0000,0x3a1b9ed2,0x1a00b4fb,0x08ef9c33,0xd30a4203,0x3670005e,0xb0000009,0xc6000121,0x10bf1a12,0x4f290a60,0x00602f03,0xf4f8f600,0x490a6fd6,0xf76b7796,0xe209a497,0x0fc4f000,0xc2700000,0x04820000,0x071b3e90,0x1a50b0fb,0x28f29bb3,0xd60ad1f8,0x36b0005e,0xa0000009,0xc600014a,0x110f4213,0x1f220a20,0xffa03003,0xf4f8f5d0,0x470a4fd5,0xf7ab7d96,0xc20da497,0x10c4b000,0xc3000000,0x0489000f,0xe51b1e5c,0x1ab0adfb,0x48fc9b43,0xd10b51ec,0x36a0005e,0xb0000009,0xc600016a,0x0eff5a14,0xaf2a09c0,0xff303103,0xe4f7f5d0,0x480a2fd3,0xf7cb8496,0xe20fa487,0x0fc4b000,0xc3600000,0x0484000f,0xd81b2e43,0x1ae0acfb,0x59009ad3,0xd10b91e6,0x36a0005e,0xc0000009,0xc6000181,0x0e1f6f15,0x9f300990,0xfe703303,0xc4ecf610,0x4f09efcc,0xf86b9a97,0x8212a427,0x0cc50000,0xc4d00000,0x047f000f,0xd71b5e1c,0x1b70a6fb,0xb9049a83,0xdd0c31df,0x36d0005e,0xd0000009,0xc40001c5,0x0c7fb517,0xaf3908d0,0xfdd03503,0xb4e8f600,0x5409bfc7,0xf8dba198,0x0215a3c7,0x08c53000,0xc5f00000,0x047a000f,0xf31b5e17,0x1bb0a2fb,0xe90a9a33,0xdd0c81d9,0x36f0005f,0x90000009,0xc20001e5,0x0a4fd018,0xcf350830,0xfd303803,0xb4e5f5e0,0x56098fc3,0xf90b9d98,0x221ca387,0x06c53000,0xc6d00000,0x04750000,0x241bae26,0x1bd09efc,0x191599e3,0xdb0cc1d2,0x36f0005f,0xc0000009,0xbe000200,0x09afeb19,0xef490800,0xfcf03903,0xb4e4f5e0,0x56096fc2,0xf91b9a98,0x221fa367,0x06c53000,0xc7100000,0x04700000,0x361bce2e,0x1be09cfc,0x29189993,0xdb0cc1d0,0x36f0005f,0xc0000009,0xbc000209,0x095ff31a,0x3f4e07f0,0xfc403903,0xb4e3f610,0x57093fbf,0xf93b9598,0x0226a337,0x04c53000,0xc7d00000,0x046b0000,0x601b5e4b,0x1be098fc,0x39189943,0xdd0d41c9,0x36f00060,0x10000009,0xba000219,0x08d0061b,0x6f530760,0xfba03903,0xb4e1f640,0x57090fbd,0xf94b8f97,0xe22ea317,0x03c53000,0xc8900000,0x04660000,0x8b1aee68,0x1be094fc,0x491798e3,0xe00dc1c1,0x36f00060,0x60000009,0xb9000226,0x0830161c,0x7f5506d0,0xfb803903,0xb4e1f640,0x5808ffbc,0xf95b8f97,0xd22ea307,0x02c54000,0xc8e00000,0x04610000,0x911a8e6d,0x1be094fc,0x49189893,0xe00de1c1,0x36f00060,0x50000009,0xb8000225,0x07b0151c,0xbf5506a0,0xfb003c03,0xa4e0f630,0x5b08cfbb,0xf99b8f97,0xc231a2d7,0x00c55000,0xc9a00000,0x045d0000,0xa2198e7b,0x1bf093fc,0x591e9843,0xdc0e31be,0x36e00060,0xb0000009,0xb4000237,0x07102a1d,0xff5505e0,0xfa104103,0x74dff5f0,0x5e087fb9,0xf9db8b97,0x7238a296,0xfec56000,0xca900000,0x04580000,0xb817fe90,0x1bd091fc,0x792a9813,0xd10eb1b7,0x36700061,0x40000009,0xae000240,0x0770361f,0xef590530,0xf9004303,0x64def610,0x5e081fb7,0xfa0b8496,0xf23ea277,0x00c53000,0xcb300000,0x04530000,0xce160eaf,0x1bc08ffc,0x89309803,0xd20f41b1,0x36700061,0xd0000009,0xa5000245,0x08803420,0x5f5805d0,0xf8104303,0x44daf640,0x6007bfb5,0xfa3b8496,0xe241a236,0xffc53000,0xcc100000,0x044e0000,0xd912eed7,0x1bb08dfc,0xa93497f3,0xd70fc1ad,0x36b00062,0xd0000009,0x9b00025a,0x07c04120,0x5f4705f0,0xf7704403,0x44daf630,0x60077fb2,0xfa4b8696,0xf241a1f6,0xfec52000,0xcca00000,0x04490000,0xd9105ef4,0x1b908cfc,0xc93897e3,0xd71011aa,0x36c00063,0x60000009,0x95000251,0x08102f1f,0xff390660,0xf6c04603,0x34dbf630,0x60074fb1,0xfa5b8597,0x0241a1d6,0xfec52000,0xccf00000,0x04440000,0xd90eff02,0x1b508afc,0xd93e97e3,0xd31041a6,0x36a00063,0x90000009,0x8f000267,0x09704720,0x0f2d0660,0xf5404b02,0xf4dbf650,0x5f06ffae,0xfa7b7e96,0xf243a187,0x01c51000,0xcd900000,0x043f0000,0xd80caf17,0x1ab085fd,0x094a97e3,0xce10f19d,0x36700064,0xe0000009,0x8100027c,0x08805921,0x1f320630,0xf4804a02,0xd4d6f6a0,0x5d06efae,0xfa7b7796,0xd245a177,0x03c50000,0xcde00000,0x043a0000,0xd30bbf1d,0x1a5081fd,0x394b97d3,0xd011819b,0x36a00065,0xe0000009,0x7800026c,0x09504121,0x4f2a0620,0xf3a04902,0xb4cff6d0,0x5d06cfad,0xfa6b7096,0xf247a137,0x03c4f000,0xce300000,0x04350000,0xc20acf1e,0x19a07bfd,0x694e97c3,0xcb126198,0x36a00066,0xa0000009,0x6f00025f,0x0ab03022,0x1f2b0600,0xf2804a02,0x94c9f6e0,0x61069fa8,0xfa4b6e97,0x824aa0b6,0xffc51000,0xce400000,0x04300000,0xa50a5f14,0x18f077fd,0x795697a3,0xc8137191,0x36900067,0xb0000009,0x66000260,0x0a802a23,0x9f2b0570,0xf1a04a02,0x74c6f710,0x63065fa6,0xfa0b6897,0xc24da066,0xffc52000,0xce300000,0x042c0000,0x950a4f0b,0x188074fd,0x995b9793,0xcb14518d,0x36a00068,0x50000009,0x5d00027e,0x09e04724,0xff3104e0,0xf0804a02,0x24c4f720,0x5e057fa4,0xf95b5897,0xc24ea037,0x01c50000,0xce800000,0x04270000,0x8a0a0efd,0x181072fd,0xe9649793,0xcc159187,0x36c00069,0x80000009,0x5300028d,0x09904c26,0xef2d03c0,0xef504c01,0xd4c0f720,0x58046f9f,0xf81b4297,0x9253a017,0x04c4e000,0xce900000,0x04220000,0x760a1eeb,0x177070fe,0x297097b3,0xc916d181,0x36c0006a,0xb0000009,0x490002a0,0x0a305929,0x0f3a0320,0xee304d01,0x94baf740,0x55036f99,0xf69b3397,0x72589fd7,0x05c4c000,0xceb00000,0x041d0000,0x5b0a2ed8,0x16b06ffe,0x597897c3,0xc8183179,0x36b0006b,0x40000009,0x400002a7,0x0cb0602a,0x9f3e02f0,0xed204d01,0x34b0f7b0,0x57029f91,0xf53b3097,0xd2559f97,0x01c4f000,0xcfd00000,0x04180000,0x400a3ec3,0x15c06cfe,0x897f9793,0xc9199172,0x36b0006c,0x90000009,0x380002b5,0x0a40642c,0xef4b0210,0xec204e00,0xe4a8f7c0,0x5601ef8b,0xf40b2a98,0x12559f66,0xfec51000,0xd0800000,0x04130000,0x2c0adeae,0x15106afe,0xd98a9773,0xc61ae16a,0x36a0006d,0x20000009,0x330002c5,0x0b90702e,0xff4d0120,0xeb804f00,0xa4a3f7b0,0x54017f88,0xf31b1f97,0xf2599f37,0x00c4f000,0xd0800000,0x040e0000,0x210bde9b,0x14c068ff,0x09929783,0xc41be164,0x3680006d,0x90000009,0x2f0002d0,0x0b107330,0xcf610120,0xead04d00,0x3496f800,0x56010f83,0xf20b1697,0xe25d9ee6,0xffc4f000,0xd1000000,0x04090000,0x060d6e75,0x143067ff,0x899a97b3,0xcc1cf162,0x36f0006e,0xc0000009,0x290002d9,0x0a907532,0x2f6600d0,0xea304aff,0xd48bf830,0x5500af7d,0xf10b0c97,0xf2609eb6,0xfdc50000,0xd1a00000,0x0404000f,0xeb0f2e49,0x13a06600,0x099f97e3,0xd11e015d,0x3730006f,0x50000009,0x240002e5,0x0b907f33,0xaf6f0090,0xe99049ff,0x7484f860,0x51001f78,0xf05b0397,0xf2639e96,0xfec51000,0xd2200000,0x03ff000f,0xdf10ee24,0x13306600,0x59a697f3,0xce1f3158,0x37100070,0x70000009,0x220002ec,0x0c508735,0x4f7a0080,0xe91048ff,0x047cf8a0,0x51ff6f73,0xefdafe97,0xe2649e67,0x00c51000,0xd2a00000,0x03fb000f,0xdb123e0f,0x12a06600,0xa9ae9873,0xcd204156,0x37100070,0xc0000009,0x1e0002f1,0x0cc08d36,0xcf76ffe0,0xe8e047fe,0xd479f8d0,0x51ff2f70,0xef9afc97,0xe2649e56,0xffc51000,0xd2d00000,0x03f6000f,0xda129e08,0x12606600,0xc9b19893,0xcf20b156,0x37300070,0xc0000009,0x1c0002f7,0x0d109337,0x5f79ffd0,0xe8d047fe,0xd479f8d0,0x52ff1f70,0xef9afc97,0xe2649e56,0xffc51000,0xd2e00000,0x03f1000f,0xda129e08,0x12606600,0xc9b19883,0xcf20c156,0x37300070,0xc0000009,0x1c0002fe,0x0d509d37,0x6f79ffd0,0xe87043fe,0x7474f920,0x4ffebf66,0xeefafb97,0xe2659e27,0x00c51000,0xd3000000,0x03ec000f,0xdc139dfe,0x11906600,0xe9ae9893,0xc921b151,0x37200071,0x50000009,0x1f000307,0x0da0a938,0xcf80ffe0,0xe85044fe,0x7474f910,0x4ffeaf64,0xeeeafc97,0xf2659e16,0xffc52000,0xd2f00000,0x03e7000f,0xdc13adfd,0x11806600,0xe9b098b3,0xc821d150,0x37200071,0x30000009,0x1f000310,0x0db0b438,0xef820010,0xe82044fe,0x4474f920,0x50fe7f5f,0xee8afd98,0x02669df6,0xffc52000,0xd2d00000,0x03e2000f,0xdc141df9,0x11606600,0xf9b49883,0xc722114e,0x37100071,0x40000009,0x1f000315,0x0d70ba39,0x7f7eff90,0xe7c042fd,0xe472f950,0x52fe2f58,0xedeafe97,0xf2669da7,0x01c52000,0xd2b00000,0x03dd000f,0xe014bdf7,0x11306601,0x29ba98a3,0xcd22a14b,0x37300071,0xe0000009,0x1f000316,0x0cc0b83a,0x5f84ffb0,0xe76040fd,0x746ff990,0x55fe3f51,0xed4b0498,0x22649d56,0xfec50000,0xd2d00000,0x03d8000f,0xe3152df5,0x10b06801,0x69bf9863,0xd1230149,0x37700072,0x90000009,0x20000311,0x0b40ac3a,0x6f8300b0,0xe73041fd,0x246cf9a0,0x56fe7f4a,0xecab0b98,0x72639cf6,0xfac51000,0xd2f00000,0x03d3000f,0xe1158def,0x10206a01,0x99c59853,0xcc234146,0x37600072,0x70000009,0x23000321,0x0bc0bd3b,0x7f8d0070,0xe72042fc,0xf469f9d0,0x55fe7f47,0xec1b0a98,0x52639cd6,0xfac51000,0xd2d00000,0x03ce000f,0xe4162dec,0x0fd06c01,0xa9cb9883,0xcd234144,0x37500072,0x50000009,0x2300031f,0x0d40be3b,0xaf84fff0,0xe73041fc,0xb467fa20,0x51fe1f44,0xeb8b0698,0x02639cb6,0xffc4c000,0xd2a00000,0x03ca000f,0xf0171df1,0x0fb07001,0xf9cc9893,0xd3230145,0x37900072,0xa0000009,0x2400031b,0x0bd0b83b,0xdf900010,0xe74040fc,0x5466fa60,0x4cfdbf42,0xeaeb0297,0xa2639c97,0x02c49000,0xd2600000,0x03c5000f,0xfc182df5,0x0f907502,0x49ce98c3,0xd722c145,0x37b00073,0x00000009,0x26000309,0x0b80a33b,0xcf9600a0,0xe73041fc,0x2465fa80,0x49fdbf41,0xeaab0197,0x92629c87,0x03c49000,0xd2600000,0x03c0000f,0xfe18ddf1,0x0f507a02,0x39d398e3,0xd322b143,0x37a00072,0xd0000009,0x28000307,0x0d70a63b,0xef8f0030,0xe71044fb,0xb461faf0,0x49fdbf3e,0xea2b0297,0x92619c37,0x04c48000,0xd2a00000,0x03bb000f,0xf919fde2,0x0eb08401,0xc9dc98b3,0xd0228140,0x37a00073,0x10000009,0x29000304,0x0cb0a23c,0x1f980110,0xe71045fb,0x745efb30,0x4afdcf3b,0xe9eb0497,0xa25f9c07,0x04c48000,0xd2c00000,0x03b6000f,0xf51a6ddc,0x0e808901,0x99df98f3,0xcf22613f,0x37a00073,0x50000009,0x2b000304,0x0ca0a43c,0x2f970130,0xe72045fa,0xf45afb60,0x4cfe0f3a,0xe96b0a97,0xc25f9b97,0x02c4a000,0xd2e00000,0x03b5000f,0xef1abdd6,0x0e709301,0x79e09933,0xcd22213e,0x37900073,0x10000009,0x2f000315,0x0d50bf3c,0x9f9900f0,0xe73046fa,0xb458fba0,0x4dfe0f3a,0xe92b0c97,0xc2609b47,0x03c4a000,0xd2b00000,0x03b3000f,0xec1b1dd1,0x0e609801,0x99e19973,0xcc21e13d,0x37900073,0x40000009,0x3200030b,0x0d80b73c,0x8f9200d0,0xe75044fa,0x7455fc30,0x4efddf3b,0xe91b0e97,0xa25e9af7,0x06c49000,0xd2c00000,0x03b2000f,0xf01b9dd2,0x0e509d01,0xc9e29983,0xd221913e,0x38000073,0x40000009,0x3200030c,0x0da0b73c,0x4f900090,0xe77042fa,0x4453fc90,0x4efddf3b,0xe90b1197,0x925c9ab7,0x07c49000,0xd2f00000,0x03b1000f,0xf81bfdd8,0x0e40a102,0x09e199a3,0xd721313f,0x38500073,0x40000009,0x32000306,0x0d00b03b,0xbf940110,0xe78042fa,0x2453fcb0,0x4dfdff3b,0xe8fb1297,0x825b9a97,0x08c49000,0xd2f00000,0x03b0000f,0xfc1c2ddb,0x0e40a302,0x29e099b3,0xd721113f,0x38500073,0x20000009,0x3300030d,0x0dc0bc3b,0xaf8d00b0,0xe79043fa,0x1455fcb0,0x4cfe0f3b,0xe8eb1397,0x825a9a87,0x08c4a000,0xd2f00000,0x03ae000f,0xfe1c4ddc,0x0e40a302,0x29df99c3,0xd421013e,0x38400072,0xe0000009,0x3500031f,0x0ce0d03b,0xff990100,0xe79043fa,0x1455fcb0,0x4cfe0f3b,0xe8eb1497,0x82599a87,0x08c4a000,0xd2f00000,0x03ad000f,0xff1c5ddd,0x0e30a402,0x29df99c3,0xd321013d,0x38400072,0xf0000009,0x3600031e,0x0ca0ce3c,0x0f990100,0xe7a043f9,0x6453fcc0,0x51fe5f3b,0xe8bb1597,0x525b9a27,0x0dc4b000,0xd2800000,0x03ac0000,0x011ceddd,0x0e70a502,0x79e39ab3,0xcd21113f,0x38100073,0x70000009,0x39000325,0x0dd0e23c,0xef9700b0,0xe7b043f9,0x4453fcc0,0x52fe5f3a,0xe8ab1697,0x525b9a27,0x0dc4b000,0xd2800000,0x03ab0000,0x021cedde,0x0e70a502,0x89e59ad3,0xcd210140,0x38200073,0x80000009,0x39000320,0x0da0dd3c,0xef9e0160,0xe7c043f9,0x0452fcc0,0x54fe7f3a,0xe89b1897,0x525a9a07,0x0ec4a000,0xd2900000,0x03a90000,0x051cede1,0x0e70a602,0xa9e79a63,0xcd210141,0x38300073,0x90000009,0x3a00031a,0x0cf0d83d,0x0f9d0140,0xe7f040f8,0xe454fd00,0x53fecf3b,0xe87b1b97,0x425899e7,0x0fc4a000,0xd2900000,0x03a80000,0x0b1d1de7,0x0e80a602,0xe9d99ae3,0xcb20c140,0x38400073,0xa0000009,0x3f00030e,0x0c60d53c,0x8f9e0210,0xe8303ef8,0xd456fd40,0x4fff1f3c,0xe85b1b97,0x125799e7,0x11c49000,0xd2700000,0x03a70000,0x121d7deb,0x0e80a503,0x19cd9ad3,0xc920913f,0x38300073,0xb0000009,0x44000304,0x0c40d63c,0x2f980210,0xe8603df8,0x8456fd70,0x51ff4f3d,0xe84b1b96,0xf25599e7,0x12c48000,0xd2800000,0x03a60000,0x191dbdf0,0x0e90a503,0x29cb9af3,0xcd206142,0x38600073,0xc0000009,0x46000302,0x0d10d83c,0x3f9301b0,0xe8a03af8,0x2455fd90,0x54ff8f3e,0xe82b1e96,0xf25399c7,0x11c46000,0xd2900000,0x03a40000,0x1f1dbdf5,0x0e90a603,0x39ca9b83,0xcf204145,0x38a00073,0xd0000009,0x49000311,0x0ce0ec3c,0x1f910220,0xe8d03bf8,0x0457fd90,0x53ffcf3e,0xe81b2097,0x025299c7,0x10c46000,0xd2900000,0x03a30000,0x1e1dbdf6,0x0ea0a703,0x39c69b73,0xcb200144,0x38900073,0xe0000009,0x4c000302,0x0bf0e33b,0xef8f0220,0xe9103bf7,0xd45bfd90,0x50002f3c,0xe7eb2297,0x025399c7,0x11c47000,0xd2700000,0x03a20000,0x1d1dcdf6,0x0ee0a603,0x39bb9b93,0xc71f8142,0x38800073,0xf0000009,0x530002f1,0x0c90de3b,0x8f8b0220,0xe97038f7,0xa459fdc0,0x53004f3b,0xe7cb2396,0xf25399b7,0x12c47000,0xd2600000,0x03a10000,0x201dbdf9,0x0f30a703,0x49ab9bd3,0xcb1f4145,0x38c00074,0x00000009,0x580002cb,0x0d70c83b,0x6f8d0230,0xe9d036f7,0x6457fdc0,0x53004f3b,0xe7bb2496,0xe25399b7,0x12c47000,0xd2600000,0x039f0000,0x231d9dfc,0x0f50a803,0x39a49c33,0xcc1ee14a,0x38f00074,0x10000009,0x5c0002c7,0x0d20ca3a,0xef850210,0xea0036f7,0x4458fdc0,0x53006f3b,0xe7bb2696,0xe25299c7,0x12c48000,0xd2600000,0x039e0000,0x211dadfb,0x0f60a803,0x19a29ca3,0xc91ea14a,0x39000074,0x20000009,0x600002c6,0x0d90cc3a,0xbf780180,0xea6034f7,0x1456fdf0,0x55008f3b,0xe7bb2796,0xd25199c7,0x13c48000,0xd2700000,0x039d0000,0x201d9dfa,0x0f80a803,0x099d9cf3,0xce1e414d,0x39400074,0x30000009,0x620002b5,0x0e00bf3a,0x4f740150,0xeae031f6,0xc453fe10,0x5900af3b,0xe7bb2996,0xe24f99c7,0x13c47000,0xd2a00000,0x039c0000,0x1e1d6dfa,0x0fa0aa03,0x09979d73,0xd41de152,0x39b00074,0x40000009,0x670002ab,0x0e50bc39,0xef6600a0,0xeb3033f6,0x7453fde0,0x5a00ff3b,0xe7ab2c96,0xf24f99c7,0x13c48000,0xd2a00000,0x039a0000,0x1d1d6dfa,0x0fc0ac02,0xe9969d93,0xce1d9154,0x39a00074,0x50000009,0x6d000295,0x0e00ae39,0xef6c0170,0xeb9033f6,0x5453fde0,0x59015f3b,0xe77b2c96,0xe25199b7,0x15c49000,0xd2500000,0x03990000,0x1c1d9df9,0x1020ae02,0xe9959e23,0xcf1d2155,0x39b00074,0x60000009,0x71000291,0x0da0b039,0x8f680170,0xebe032f6,0x6452fe00,0x58017f3a,0xe76b2b96,0xd25299a7,0x15c4a000,0xd2200000,0x03980000,0x1c1dadf9,0x1050ae02,0xe9919e13,0xd31ce158,0x39e00074,0x70000009,0x7200028d,0x0cc0af39,0x2f630140,0xebe032f6,0x7451fe00,0x58017f3a,0xe76b2b96,0xd25299a7,0x15c4a000,0xd2200000,0x03960000,0x1c1dadf9,0x1060af02,0xe9909df3,0xd31cd158,0x39f00074,0x80000009,0x72000285,0x0c60a739,0x1f640140,0xec4031f6,0x4451fe20,0x5801cf3a,0xe75b2f96,0xc24d99c7,0x14c46000,0xd2800000,0x03950000,0x241d9e01,0x1020b102,0xb98c9e53,0xd61c915b,0x3a200074,0x90000009,0x77000277,0x0ca09c39,0x0f5a00d0,0xec6030f6,0x3451fe20,0x5801ff3a,0xe75b3196,0xc24b99c7,0x14c44000,0xd2b00000,0x03940000,0x261d9e04,0x1000b202,0xa98a9e63,0xd61c715c,0x3a300074,0xb0000009,0x79000276,0x0bf09e39,0x0f5b0120,0xec7031f6,0x2453fe20,0x57021f3b,0xe75b3196,0xd24b99d7,0x13c44000,0xd2a00000,0x03930000,0x261dae02,0x1000b202,0x99899e53,0xd41c715b,0x3a200074,0xc0000009,0x7b000275,0x0af0a139,0x2f580100,0xec8032f6,0x2457fe10,0x55026f3b,0xe74b3196,0xd24b99f7,0x13c45000,0xd2700000,0x03910000,0x241dce00,0x1030b202,0x898a9e63,0xd21c615b,0x3a000074,0xd0000009,0x7d000279,0x0b10a539,0x4f580130,0xec8032f6,0x245bfe10,0x55029f3a,0xe73b3196,0xd24d9a07,0x13c44000,0xd2500000,0x03900000,0x251dde01,0x1050b202,0x898d9e53,0xd41c515c,0x3a200074,0xe0000009,0x7d00025d,0x0bb08439,0x4f580120,0xec9032f6,0x245dfe20,0x5502bf3a,0xe73b3196,0xd24c9a07,0x12c43000,0xd2400000,0x038f0000,0x271dce04,0x1050b302,0x898d9e53,0xd61c515c,0x3a500074,0xe0000009,0x7d000270,0x0a209939,0x1f590150,0xeca032f6,0x245efe10,0x5402df3a,0xe72b3196,0xd24c9a17,0x11c43000,0xd2300000,0x038e0000,0x281dde05,0x1060b302,0x798b9e43,0xd51c415d,0x3a500074,0xf0000009,0x7d000266,0x09a09139,0x0f5b0180,0xecd033f6,0x545ffe00,0x53034f39,0xe70b3396,0xd24e9a27,0x11c44000,0xd2000000,0x038c0000,0x251dce04,0x1090b302,0x69879e43,0xd31c115e,0x3a200075,0x00000009,0x7f00024d,0x0a507838,0xef540110,0xecf033f6,0x7460fdf0,0x5303af3a,0xe70b3496,0xd24f9a47,0x10c43000,0xd1c00000,0x038b0000,0x221dbe04,0x10b0b302,0x59839e43,0xd51c015f,0x3a000075,0x10000009,0x7f000256,0x08a08638,0xaf510130,0xed0033f6,0x9463fde0,0x52040f3c,0xe73b3496,0xd2509a57,0x10c42000,0xd1800000,0x038a0000,0x221dce05,0x10d0b102,0x49819e43,0xd21c0161,0x39f00075,0x20000009,0x7e00023d,0x09906738,0xaf560140,0xed1035f6,0xd468fdb0,0x50045f3e,0xe77b3696,0xc24e9a57,0x10c42000,0xd1600000,0x03890000,0x211dde05,0x1120ae02,0x39849e43,0xcd1c1162,0x39a00075,0x20000009,0x7c000241,0x09006938,0xbf560140,0xed3035f7,0x146afdb0,0x50048f3e,0xe7ab3896,0xc24c9a67,0x11c41000,0xd1600000,0x03870000,0x231dde06,0x1160ad02,0x39849e33,0xcf1c3165,0x39900075,0x30000009,0x7900023c,0x08406138,0xaf5b0180,0xed3034f7,0x446efd80,0x5004cf3f,0xe7cb3996,0xc24a9a77,0x0fc42000,0xd1700000,0x03860000,0x281dbe09,0x1180ac02,0x39819e33,0xcd1c7168,0x39600075,0x30000009,0x78000241,0x07d06738,0xbf5f01d0,0xed1035f7,0x8473fd30,0x4e051f40,0xe7fb3696,0xb2499a97,0x0fc43000,0xd1700000,0x03850000,0x2a1dce09,0x11b0a902,0x397f9e33,0xc81cb167,0x39200075,0x40000009,0x76000233,0x09105539,0x0f5a0140,0xed0033f7,0xe475fd50,0x4d052f42,0xe80b3396,0xa2499ab7,0x10c43000,0xd1800000,0x03840000,0x2c1dce09,0x11d0a602,0x297e9e23,0xce1ce168,0x39400075,0x40000009,0x72000247,0x07d06338,0xcf5b0140,0xed1032f8,0x2476fd50,0x4d054f42,0xe82b3496,0xb2489ac7,0x0fc43000,0xd1800000,0x03820000,0x2a1d9e08,0x11e0a502,0x297d9e13,0xd21d116a,0x39500075,0x50000009,0x6f000249,0x07c05e38,0xbf5500c0,0xed1031f8,0x8478fd10,0x4c057f42,0xe84b3797,0x024a9ac7,0x0ac46000,0xd1600000,0x03810000,0x221d2e03,0x1210a302,0x29789e13,0xd11d416b,0x39400075,0x50000009,0x6d00023c,0x07a04c38,0xaf5600c0,0xed1030f8,0xc479fd00,0x4b059f41,0xe85b3797,0x124b9ad7,0x09c47000,0xd1300000,0x03800000,0x1e1d1e00,0x1230a102,0x29749df3,0xcf1d616a,0x39200075,0x50000009,0x6d000235,0x08104238,0x9f550090,0xed1030f8,0xd47afd00,0x4b059f41,0xe85b3797,0x124b9ad7,0x09c47000,0xd1300000,0x037f0000,0x1e1d1dff,0x1240a102,0x29739de3,0xcf1d616a,0x39200075,0x50000009,0x6d000259,0x05507338,0x1f5a01a0,0xed1030f9,0x0478fcd0,0x4d05cf3e,0xe83b3597,0x124f9ad7,0x0ac49000,0xd0e00000,0x037d0000,0x191cedfa,0x12809f02,0x19789dc3,0xd31d816c,0x39100075,0x50000009,0x6800024d,0x06a05638,0x8f5a00e0,0xed0030f9,0x2478fcc0,0x4e05ef3c,0xe82b3497,0x22519ae7,0x0ac49000,0xd0c00000,0x037c0000,0x161ccdf8,0x12a09d02,0x197b9da3,0xd61d916d,0x39100075,0x50000009,0x66000267,0x04107538,0x4f5a0120,0xecf030f9,0x3479fcb0,0x4f05ff3c,0xe83b3497,0x22509ae7,0x08c48000,0xd0d00000,0x037b0000,0x161cadf7,0x12909c02,0x097b9d73,0xd81d916d,0x39200075,0x50000009,0x6400024f,0x04b05338,0x4f6901c0,0xeca031f9,0x447efc70,0x4f060f3b,0xe85b3497,0x324f9af7,0x06c48000,0xd0f00000,0x03790000,0x131c7df5,0x12809a01,0xf9819d53,0xd61dd16b,0x39200075,0x50000009,0x60000266,0x04f06438,0x8f5d00e0,0xec5033f9,0x9484fc30,0x4b061f3c,0xe8ab3097,0x024e9b37,0x0ac46000,0xd0e00000,0x03780000,0x131cadf3,0x12909601,0xd98a9d33,0xd41e1169,0x38d00075,0x40000009,0x5b000273,0x05a06638,0xcf630110,0xec5033f9,0xe483fc40,0x4a062f3c,0xe8db2d96,0xd24c9b67,0x0cc43000,0xd0f00000,0x03770000,0x131cbdf2,0x12b09201,0xd98b9d33,0xda1e316c,0x38c00075,0x40000009,0x5600028c,0x04607c38,0xaf6000c0,0xec5032fa,0x3481fc50,0x4b066f3c,0xe8fb2f97,0x024b9b77,0x08c44000,0xd1100000,0x03760000,0x0e1c4def,0x12d08f01,0xc9859d53,0xdb1e716f,0x38d00075,0x40000009,0x5300027e,0x05706638,0xaf6400b0,0xec2032fa,0x8483fc40,0x4a068f3d,0xe90b2f97,0x224c9b87,0x07c45000,0xd1100000,0x03740000,0x081c0dea,0x12e08d01,0xc9839d23,0xd81ec16e,0x38900075,0x40000009,0x52000283,0x04f06d38,0xcf6500d0,0xebd032fb,0x0485fc30,0x4906cf40,0xe90b2e97,0x424c9ba7,0x05c46000,0xd1300000,0x0373000f,0xfc1bbddf,0x13108a01,0xa9859c93,0xd61f316c,0x38500075,0x40000009,0x4d000264,0x06c03b39,0x0f6900a0,0xebc031fb,0x5482fc30,0x4a06ef40,0xe8eb2e97,0x624c9bc7,0x03c48000,0xd1600000,0x0372000f,0xf71b5dd9,0x13408a01,0x798a9c73,0xdd1f516f,0x38700075,0x30000009,0x460002b9,0x01b09438,0x8f620090,0xebb032fb,0xa483fbd0,0x4906ef3f,0xe8cb2b97,0x724e9be7,0x02c4a000,0xd1300000,0x0371000f,0xf21b1dd1,0x13a08901,0x398d9c73,0xdc1f8171,0x38500075,0x30000009,0x4200029c,0x04106438,0xcf640020,0xeb8034fc,0x0484fb70,0x4906cf3e,0xe8db2597,0x82529c17,0x02c4c000,0xd0e00000,0x036f000f,0xe81addc5,0x13f08500,0xf9909c13,0xda1fd171,0x38100075,0x30000009,0x3e00029f,0x04505d39,0x0f680020,0xeb7032fc,0x5483fb70,0x4a068f3d,0xe93b2197,0x72549c37,0x02c4d000,0xd0d00000,0x036e000f,0xe51a8dbf,0x14408100,0xe9909c43,0xe1201173,0x38400075,0x20000009,0x380002bc,0x02607838,0xbf6e0090,0xeb6031fc,0x7483fb60,0x4b064f3c,0xe98b1f97,0x72559c47,0x02c4e000,0xd0d00000,0x036d000f,0xe41a5dbe,0x14707e00,0xe98f9c43,0xe4204174,0x38600075,0x10000009,0x360002b1,0x03f06538,0xdf6d0050,0xeb4033fc,0xc486fad0,0x4805ef39,0xea2b1a97,0x72569c97,0x02c50000,0xd0c00000,0x036c000f,0xde1a0db8,0x14f07700,0xe9919be3,0xdd20c174,0x38000075,0x00000009,0x340002d0,0x01808939,0x1f6f00a0,0xeb4033fd,0x1485faa0,0x47059f36,0xeaab1597,0x72579cc7,0x03c51000,0xd0c00000,0x036a000f,0xd719cdaf,0x15307000,0xe9919be3,0xdb20f175,0x37c00074,0xf0000009,0x320002b3,0x03706139,0x7f730060,0xeb5032fd,0x5482faa0,0x49056f33,0xeb1b1397,0x72579ce7,0x03c52000,0xd0e00000,0x0369000f,0xd3198daa,0x15706b00,0xf98d9bf3,0xde211177,0x37d00074,0xe0000009,0x300002c7,0x02c07839,0x2f730090,0xeb6031fd,0x6481fab0,0x49056f33,0xeb3b1397,0x82579cf7,0x03c52000,0xd0f00000,0x0368000f,0xd3196da9,0x15806a01,0x098b9bf3,0xdf211178,0x37e00074,0xc0000009,0x300002ba,0x04306639,0x4f710020,0xeb6030fd,0x9482fa50,0x49056f2f,0xeb7b1197,0xa2589d17,0x02c54000,0xd0e00000,0x0367000f,0xcd18fda5,0x15f06501,0x19879be3,0xde215179,0x37c00074,0xa0000009,0x300002aa,0x05705739,0x6f740020,0xeb6030fd,0xc483fa00,0x48056f2c,0xebbb1097,0xc25a9d27,0x01c56000,0xd0c00000,0x0365000f,0xc8188da1,0x16606101,0x39829be3,0xdd21817a,0x37b00074,0x80000009,0x300002a7,0x05c05539,0x8f760050,0xeb6030fd,0xd484f9f0,0x47056f2b,0xebcb0e97,0xb25b9d47,0x01c57000,0xd0b00000,0x0364000f,0xc6188d9f,0x16706001,0x39819bd3,0xdc21917a,0x37900074,0x60000009,0x300002cd,0x03508439,0x7f740060,0xeb5030fe,0x1486f9c0,0x46056f28,0xebeb0897,0xb25e9d77,0x02c57000,0xd0600000,0x0363000f,0xc1186d97,0x16b05e01,0x29809bb3,0xdb21c179,0x37700074,0x30000009,0x2f0002ba,0x04d06b39,0xaf7c00c0,0xeb702efe,0x5485f9a0,0x47057f25,0xec3b0397,0xc2609da7,0x02c57000,0xd0500000,0x0361000f,0xba181d8e,0x17205c01,0x097e9bc3,0xdf21f17d,0x37800074,0x10000009,0x2d0002cf,0x03607e39,0x7f7c00b0,0xeba02cfe,0xa486f950,0x48059f23,0xec9b0297,0xe2609dd7,0x00c58000,0xd0400000,0x0360000f,0xb517ad89,0x17905b00,0xf97a9bd3,0xe1220180,0x37900073,0xe0000009,0x2c0002b8,0x06706039,0x9f74ffb0,0xeb902dfe,0xd489f910,0x4705bf22,0xeceb0197,0xf2619df6,0xfec5a000,0xd0100000,0x035f000f,0xb0176d84,0x17e05900,0xf9789b93,0xdf222180,0x37600073,0xb0000009,0x2c0002ca,0x05807339,0x9f73ffb0,0xeb902eff,0x448ef8c0,0x4205bf23,0xed4afa97,0xd2629e47,0x00c59000,0xcfd00000,0x035e000f,0xac177d7b,0x18405500,0xc9769b23,0xda22317e,0x37100073,0x80000009,0x2c0002b8,0x05c05b39,0x8f780000,0xebb02eff,0x848ff8b0,0x4305bf22,0xedaaf997,0xe2619e56,0xfec5a000,0xcfe00000,0x035c000f,0xaa171d77,0x18905200,0xb9719b03,0xdd222180,0x37200073,0x50000009,0x2b0002b7,0x05f05939,0x3f73ffb0,0xebf02cff,0xe48ff870,0x4505bf22,0xee3af898,0x22619e86,0xfbc5d000,0xd0000000,0x035b000f,0xa7165d71,0x19204d00,0xa9679b13,0xe121e185,0x37400073,0x50000009,0x290002be,0x04206138,0x8f6fff80,0xec102d00,0x4494f800,0x4405bf24,0xee8af298,0x12659eb6,0xfcc5e000,0xcf900000,0x035a000f,0xa4160d69,0x19b04800,0x89649ad3,0xdc21b185,0x37100073,0x50000009,0x2a0002c1,0x02706438,0x2f6aff60,0xec502d00,0xa495f7b0,0x4405bf27,0xeecaeb97,0xf2679ee6,0xfec5e000,0xcf600000,0x0359000f,0xa0159d61,0x1a504000,0x59609a93,0xdf218187,0x37000072,0xd0000009,0x290002a4,0x03f03c37,0x5f720050,0xeca02b01,0x1496f780,0x4405bf29,0xef0ae797,0xe2679f16,0xfec5f000,0xcf700000,0x0357000f,0x9f14ed60,0x1b103b00,0x39589a53,0xe621318c,0x37300071,0x80000009,0x270002c9,0x05206636,0xbf700000,0xecd02b01,0x849af710,0x41059f2c,0xef7ae197,0xc2689f67,0x00c60000,0xcf400000,0x0356000f,0x9b143d62,0x1bd046ff,0xb95399f3,0xe421018e,0x37100070,0x80000009,0x260002cf,0x06506a36,0x2f6effe0,0xed002b01,0xe49cf6c0,0x41056f2f,0xeffadc97,0xa2699f97,0x01c60000,0xcf100000,0x0355000f,0x8c133d66,0x1c1057ff,0x295099e3,0xe120e18f,0x36e0006f,0xe0000009,0x260002c4,0x08705f35,0xef720030,0xed402a02,0x249af680,0x44053f31,0xf0aadb97,0xd26a9fb6,0xfdc61000,0xcf200000,0x0354000f,0x7c118d73,0x1c3065fe,0xa94b99d3,0xe420d194,0x36f0006f,0x80000009,0x240002ce,0x07f06935,0x7f710020,0xed602a02,0x649df600,0x4504ff35,0xf17ad998,0x026b9fe6,0xfac62000,0xcf300000,0x0352000f,0x6f0ffd81,0x1c806efe,0x494899a3,0xe120e196,0x36d0006f,0x60000009,0x230002c0,0x08505c35,0x5f750060,0xed602902,0xb4a0f590,0x45049f38,0xf24ad398,0x026fa006,0xf9c62000,0xcf000000,0x0351000f,0x620eed83,0x1cd072fd,0xf9459973,0xdf20e196,0x36b0006f,0x50000009,0x230002b1,0x09304635,0x2f710040,0xeda02403,0x549ff5c0,0x44043f3c,0xf33ad198,0x2270a036,0xf7c62000,0xcf100000,0x0350000f,0x560e0d80,0x1d1073fd,0xd9379923,0xeb209197,0x3710006f,0x40000009,0x210002a0,0x06802633,0x9f780110,0xedc02203,0xc4a0f5b0,0x4203bf3f,0xf42ad198,0x6270a046,0xf4c65000,0xcf400000,0x034f000f,0x4c0d5d7c,0x1d4074fd,0xa93098d3,0xef204197,0x3750006f,0x30000009,0x20000294,0x05600f32,0x9f740110,0xedd02304,0x14a1f570,0x40036f40,0xf4bacf98,0x8272a076,0xf2c67000,0xcf400000,0x034d000f,0x460ced77,0x1d6073fd,0x892f9883,0xeb201197,0x3730006f,0x00000009,0x2000028a,0x05effe32,0x4f740120,0xee102304,0x849ef540,0x3e02ff43,0xf5aac798,0x6275a0c6,0xf3c65000,0xcf300000,0x034c000f,0x3f0c7d6e,0x1d606efd,0x492b9823,0xec1fd199,0x36e0006e,0xc0000009,0x1f000292,0x03900231,0xbf7a0180,0xee102304,0xc49df520,0x3c029f46,0xf65ac098,0x4275a106,0xf4c64000,0xcf600000,0x034b000f,0x400c3d6c,0x1d5069fd,0x292a97c3,0xf01fb19a,0x3700006e,0x80000009,0x1d000296,0x035fff31,0x3f790180,0xee102304,0xe49ef510,0x3a026f48,0xf6babd98,0x4275a126,0xf4c64000,0xcf900000,0x034a000f,0x400c0d6c,0x1d4067fd,0x19299773,0xee1f919a,0x3700006e,0x40000009,0x1d00028b,0x043fed30,0xff7d01d0,0xee002405,0x149ff4e0,0x38023f48,0xf6fabb98,0x5276a146,0xf3c64000,0xcfb00000,0x0348000f,0x3e0bed6c,0x1d3065fd,0x09289733,0xe91f9198,0x36d0006e,0x00000009,0x1d000291,0x03fff730,0xff7a01a0,0xedf02405,0x249ff4d0,0x37022f49,0xf70abb98,0x5276a156,0xf3c64000,0xcfc00000,0x0347000f,0x3d0bdd6c,0x1d3064fd,0x092896f3,0xe81f9197,0x36c0006d,0xd0000009,0x1e000297,0x03d00031,0x0f780170,0xedc02805,0xb49ff450,0x31018f49,0xf78aa697,0xf280a1a6,0xfac64000,0xcf200000,0x0346000f,0x290c4d5b,0x1d705dfc,0xd92996c3,0xdf1fa193,0x3610006d,0xa0000009,0x1d000295,0x045ffa31,0x0f7e01c0,0xedc02805,0xc49ef450,0x31017f49,0xf79aa597,0xf281a1a6,0xf9c64000,0xcf300000,0x0344000f,0x270c4d5a,0x1d705cfc,0xd9299683,0xe01fa193,0x3630006d,0x70000009,0x1c00029f,0x04000531,0x2f810180,0xedc02605,0xf49cf460,0x32014f49,0xf7caa397,0xf281a1b6,0xf9c65000,0xcf400000,0x0343000f,0x220c5d57,0x1d8059fc,0xd9289653,0xe31fb195,0x3650006d,0x40000009,0x1a0002b1,0x02b01830,0xef800180,0xedb02606,0x449af430,0x3200ef4b,0xf84aa098,0x1281a1d6,0xf8c66000,0xcf900000,0x0342000f,0x1c0c4d55,0x1d9055fc,0xd9279623,0xe61fb196,0x3670006d,0x10000009,0x170002bd,0x02b02330,0x7f7e0180,0xeda02706,0x9498f400,0x32009f4d,0xf8ea9d98,0x4282a206,0xf6c68000,0xcfd00000,0x0341000f,0x160c2d52,0x1d9050fc,0xd92795f3,0xe51fc197,0x3660006c,0xf0000009,0x140002b9,0x02c01930,0x4f7e0170,0xed902706,0xd495f400,0x33005f4e,0xf96a9a98,0x5283a206,0xf5c69000,0xcff00000,0x033f000f,0x100c1d4c,0x1d804dfc,0xd92695d3,0xe6201198,0x3640006c,0xc0000009,0x110002b3,0x03e00c30,0x8f800180,0xed802607,0x1490f400,0x36000f50,0xfa0a9598,0x5284a206,0xf3c69000,0xd0300000,0x033e000f,0x0c0bdd46,0x1d904afc,0xe92295a3,0xe920819b,0x3640006c,0xa0000009,0x0e0002b0,0x04d00030,0x8f8801f0,0xed702507,0x548ff3e0,0x35ffcf52,0xfa7a9098,0x6285a226,0xf3c6a000,0xd0500000,0x033d000f,0x070b7d3e,0x1da048fc,0xd9209583,0xe820d19c,0x3630006c,0x80000009,0x0d0002b1,0x05700330,0xcf7d0140,0xed302607,0xb48ef3b0,0x31ff9f56,0xfb3a8598,0x7288a256,0xf3c6c000,0xd0800000,0x033c000e,0xfa0acd27,0x1da045fc,0xa91f9553,0xe1215199,0x35d0006c,0x60000009,0x0c00029e,0x066fef31,0x2f830160,0xed002607,0xd48bf390,0x33ff6f59,0xfbca7c98,0x628aa276,0xf3c6c000,0xd0e00000,0x033a000e,0xef0a0d12,0x1d8041fc,0x79229533,0xe321a199,0x35e0006c,0x40000009,0x0700029d,0x083fe731,0x4f7b00f0,0xecc02508,0x1489f340,0x34ff3f5a,0xfbea7898,0x828ca276,0xf1c6c000,0xd1100000,0x0339000e,0xe608ed04,0x1d803cfc,0x69209513,0xe621f198,0x3600006c,0x30000009,0x050002ac,0x079ff231,0x6f870130,0xeca02508,0x4488f2f0,0x33ff2f59,0xfc2a7698,0xa28ea286,0xefc6d000,0xd1300000,0x0338000e,0xe1083cfd,0x1d4038fc,0x491f94f3,0xe3222197,0x35e0006c,0x10000009,0x050002c7,0x06201231,0x6f800100,0xec902608,0x7484f2f0,0x34feef5a,0xfc8a6f98,0x9291a2b6,0xf0c6e000,0xd1500000,0x0337000e,0xe207ecf9,0x1cf031fc,0x291f94c3,0xe1224197,0x35b0006c,0x00000009,0x050002ba,0x07b00531,0x6f7a00f0,0xec902508,0x947ef2e0,0x35fe9f5b,0xfd0a6798,0x7295a2f6,0xf0c6f000,0xd1700000,0x0335000e,0xe9078cf9,0x1cd028fc,0x191c94a3,0xe2226198,0x35c0006b,0xf0000009,0x040002be,0x07000631,0x7f7b00d0,0xec702508,0xa47ef280,0x34fe4f5d,0xfd9a6198,0x5297a346,0xefc71000,0xd1900000,0x0334000e,0xf0070cfd,0x1cb021fc,0x191d9473,0xe222a197,0x35c0006b,0xe0000009,0x030002d8,0x06402531,0xef7b0080,0xec302708,0xc47ff250,0x32fe0f60,0xfe2a5c98,0x4299a386,0xf0c73000,0xd1a00000,0x0333000e,0xf206bcfd,0x1ca01bfc,0x09219453,0xdf230195,0x3580006b,0xd0000009,0x020002c9,0x08601432,0x4f770070,0xec202808,0xd47ef250,0x32fdef61,0xfe8a5a98,0x329aa396,0xf1c74000,0xd1b00000,0x0332000e,0xf2069cfc,0x1ca019fb,0xf9229423,0xdd233194,0x3570006b,0xc0000009,0x020002bc,0x07bfff32,0x6f8000f0,0xec202808,0xd47ef250,0x32fdef62,0xfe8a5998,0x329aa396,0xf2c74000,0xd1c00000,0x0330000e,0xf2068cfb,0x1ca018fb,0xf9229423,0xdd233194,0x3560006b,0xb0000009,0x020002ce,0x07201632,0x9f7d0090,0xec202808,0xd47ef250,0x32fdef62,0xfe8a5998,0x329aa396,0xf2c74000,0xd1c00000,0x032f000e,0xf2068cfb,0x1ca018fb,0xf9229413,0xdd233194,0x3560006b,0xb0000009,0x020002bd,0x08300232,0x7f8000f0,0xec202608,0xe47bf210,0x38fdcf62,0xff4a5a98,0x629aa396,0xedc76000,0xd2000000,0x032e000e,0xf2058cfa,0x1cd012fb,0xf91f9403,0xe2236197,0x35a0006b,0xa0000009,0x000002c5,0x08200832,0x7f7b0090,0xec202608,0xe47bf200,0x38fdbf63,0xff5a5998,0x529ba3a6,0xedc76000,0xd1f00000,0x032d000e,0xf2057cfa,0x1cd011fb,0xf91f9403,0xe2237197,0x35a0006b,0xa0000009,0x010002b9,0x085ff732,0x8f7d00b0,0xec202608,0xf47bf1d0,0x38fdaf64,0xff7a5898,0x529ca3c6,0xeec75000,0xd1e00000,0x032b000e,0xf2055cf9,0x1cd010fb,0xe91f93f3,0xe0238197,0x3590006b,0xa0000009,0x010002bd,0x07fffb32,0x9f850110,0xec102809,0x247bf1a0,0x37fd8f64,0xffca5598,0x329ca3e6,0xefc75000,0xd1d00000,0x032a000e,0xf0052cf4,0x1cc00bfb,0xb91f93e3,0xdd238197,0x3550006b,0xa0000009,0x010002cb,0x07000a32,0xbf860100,0xec202809,0x547bf170,0x39fd5f65,0x002a5598,0x329ca406,0xeec75000,0xd1f00000,0x0329000e,0xee04bcf0,0x1cb005fb,0x991f93e3,0xdd238197,0x3540006b,0xa0000009,0x000002c5,0x06b00032,0x9f8100c0,0xec302709,0x847bf130,0x3cfd3f67,0x008a5698,0x429ca406,0xebc75000,0xd2100000,0x0327000e,0xf0043cf1,0x1cb001fb,0x991d93d3,0xde236197,0x3550006b,0xa0000009,0x000002c1,0x068ff632,0x1f8100f0,0xec302809,0xa47af0f0,0x3efd1f6a,0x00ea5698,0x429da426,0xeac75000,0xd2200000,0x0326000e,0xf203ecf2,0x1cbffdfb,0x691b93c3,0xdc235197,0x3530006b,0xa0000009,0x000002b8,0x079fef32,0x0f730050,0xec402809,0xb478f0d0,0x42fcff6b,0x013a5798,0x329da426,0xeac75000,0xd2500000,0x0325000e,0xf5037cf8,0x1caff6fb,0x691a93a3,0xdb235198,0x3520006b,0xa0000009,0x000002bf,0x064ff331,0xff7f0100,0xec402809,0xc477f0a0,0x45fcdf6c,0x016a5898,0x329ea426,0xe8c76000,0xd2700000,0x0324000e,0xf8030d00,0x1caff0fb,0x69199393,0xdc235198,0x3530006b,0xb0000009,0x000002b8,0x066fea31,0xdf770090,0xec402809,0xd478f050,0x45fc9f70,0x01aa5998,0x42a2a466,0xe5c77000,0xd2d00000,0x0322000f,0x00022d13,0x1c5fe7fb,0x59189373,0xd9231196,0x3500006b,0xb0000009,0x010002bc,0x058fed31,0xaf810100,0xec30290a,0x0478f020,0x44fc6f74,0x01ea5998,0x52a7a4a6,0xe2c78000,0xd3400000,0x0321000f,0x0900dd2f,0x1bffd9fb,0x79169343,0xd622a193,0x34e0006b,0xa0000009,0x030002be,0x045fef31,0x2f8200f0,0xec10280a,0x3475f020,0x44fc6f77,0x024a5b98,0x32a9a4b6,0xe1c76000,0xd3e00000,0x0320000f,0x14ffad52,0x1bbfcafb,0xf9119313,0xd7226190,0x34f0006b,0xa0000009,0x040002b8,0x038fe730,0x8f7b00c0,0xec20270a,0x346deff0,0x44fc8f78,0x028a5b97,0xf2aaa4a6,0xe0c75000,0xd4500000,0x031f000f,0x1efead76,0x1b6fbdfc,0xa90e92d3,0xd422618f,0x34d0006b,0xa0000009,0x060002a9,0x041fd630,0x7f7800e0,0xec00290a,0x2462efc0,0x4afc5f78,0x02ca6098,0x02aca456,0xdcc72000,0xd4e00000,0x031d000f,0x20fdbd94,0x1adfb2fd,0x691092a3,0xcf22718d,0x3480006b,0xa0000009,0x070002cb,0x02800831,0x3f7e0070,0xebc02a0a,0x245aefc0,0x4cfc0f7a,0x030a6297,0xe2ada406,0xdcc71000,0xd5600000,0x031c000f,0x24fcfdae,0x1a7fa5fe,0x29139283,0xd022618a,0x3490006b,0xa0000009,0x060002b1,0x042fe230,0xbf7e0100,0xeba02a0a,0x1457efc0,0x4bfbdf7d,0x033a5f97,0xa2afa406,0xdfc71000,0xd5900000,0x031b000f,0x29fcadbe,0x1a5f9ffe,0x99159263,0xd1227189,0x34a0006b,0xa0000009,0x040002af,0x039fdd30,0xbf7d0110,0xeb802b0a,0x0455efb0,0x4bfb9f7f,0x036a5f97,0x82b0a3f6,0xdfc72000,0xd5a00000,0x031a000f,0x2cfc6dca,0x1a4f9afe,0xf9169253,0xd1228188,0x34a0006b,0xb0000009,0x040002b3,0x049fe330,0xcf7d0110,0xeb802b0a,0x0454efa0,0x4bfb8f7f,0x036a5f97,0x82b1a3f6,0xdfc72000,0xd5b00000,0x0318000f,0x2dfc4dce,0x1a4f98ff,0x19179273,0xd0229188,0x34a0006b,0xc0000009,0x030002b0,0x04bfe030,0xcf7a00f0,0xeb103109,0xe448efb0,0x4dfa8f80,0x041a6397,0x32b4a366,0xe4c72000,0xd6700000,0x0317000f,0x35fbadf4,0x199f8dff,0xe9219293,0xc8233185,0x3420006b,0xd0000009,0x010002c0,0x058ffa32,0x2f8200e0,0xeb103109,0xe447efb0,0x4efa7f80,0x041a6497,0x32b4a356,0xe5c72000,0xd6800000,0x0316000f,0x36fb9df6,0x198f8cff,0xe92192c3,0xc8234185,0x3420006b,0xf0000009,0x010002d5,0x04601632,0x6f7d0060,0xeaf03209,0xd443efd0,0x52fa3f81,0x043a6697,0x22b4a336,0xe6c71000,0xd6c00000,0x0315000f,0x37fb5dfe,0x196f8bff,0xf92292f3,0xc8237185,0x3410006c,0x20000009,0x000002ba,0x070ffb32,0x8f720020,0xeab03309,0xa438f010,0x5af99f81,0x048a6c97,0x12b3a2c6,0xe9c71000,0xd7600000,0x0313000f,0x3bfaae16,0x193f8900,0x19269313,0xc823e185,0x3410006c,0x60000008,0xff0002c1,0x06900233,0x2f7d0080,0xea603509,0x842ff040,0x5ef8ff83,0x04ba7296,0xf2b2a256,0xebc72000,0xd8100000,0x0312000f,0x41f9fe30,0x190f8a00,0x092a92f3,0xc9242181,0x3420006c,0xa0000008,0xfc0002b9,0x079ff933,0x6f740010,0xea103709,0x7429f070,0x60f89f83,0x04da7796,0xe2b1a206,0xedc71000,0xd8900000,0x0311000f,0x44f98e3f,0x18cf8bff,0xf92e92c3,0xc624417e,0x3410006d,0x00000008,0xfb0002bd,0x06effb33,0xaf72ffe0,0xe9903c08,0xe417f0d0,0x6bf80f7f,0x04ea8096,0xf2aea146,0xefc6f000,0xd9e00000,0x030d000f,0x47f8de57,0x180f8d00,0x093b9303,0xc524f17b,0x33e0006d,0x70000008,0xf90002cd,0x06e01035,0x0f76ffc0,0xe9403d08,0x740bf120,0x71f79f81,0x04da8196,0xe2aea0d6,0xf2c6f000,0xdab00000,0x0307000f,0x49f86e67,0x178f9000,0x494293b3,0xc625717a,0x33f0006e,0x10000008,0xf70002d8,0x08302536,0x0f70ff20,0xe8e03f08,0x13fff180,0x72f71f83,0x04ba7f96,0xc2b0a076,0xf4c6f000,0xdb500000,0x0301000f,0x4bf85e71,0x16ef9300,0x89479453,0xc025f177,0x33b0006e,0xc0000008,0xf90002d8,0x08c02e37,0x1f6bfe90,0xe8904107,0x93f0f1f0,0x76f66f82,0x044a7e96,0xa2b3a006,0xf7c6d000,0xdbe00000,0x02fb000f,0x4af84e78,0x164f9700,0xf9509473,0xbe266173,0x33a0006f,0x80000008,0xf90002d9,0x08403138,0x0f6afe60,0xe8404106,0xf3e2f270,0x79f5af85,0x03ea7996,0x52b69fb6,0xfac6c000,0xdc500000,0x02f3000f,0x4af84e80,0x15df9d01,0x995a94a3,0xc226e172,0x33d00070,0x40000008,0xf80002d5,0x07b02839,0x0f6ffe40,0xe7f04206,0x73d8f2b0,0x79f4ff8a,0x03aa7496,0x12b89f96,0xfdc6b000,0xdcc00000,0x02ee000f,0x4cf87e87,0x159fa201,0xf96194c3,0xc1275171,0x33d00070,0xf0000008,0xf90002c6,0x07601639,0xff76fea0,0xe7904305,0xe3d1f310,0x7af40f8c,0x035a7496,0x12b99f66,0xfec6a000,0xdd400000,0x02e9000f,0x4bf8ae8a,0x151fa902,0x296b94e3,0xbf27b16d,0x33d00071,0x80000008,0xf90002da,0x0610303a,0xbf7bfee0,0xe7104405,0x33c8f3a0,0x7af2af92,0x02da7296,0x02bb9f37,0x01c69000,0xddd00000,0x02e5000f,0x4cf91e8e,0x149fb102,0x59779503,0xc2280167,0x34000071,0xf0000008,0xf80002d6,0x0740303b,0x8f7eff00,0xe6e04304,0xc3c3f400,0x77f18f9c,0x025a6c95,0xd2bd9f47,0x04c68000,0xde000000,0x02e1000f,0x4df97e90,0x145fb902,0x697a9523,0xc6282166,0x34500072,0x20000008,0xf80002e3,0x0650413b,0xcf80ff30,0xe6c04104,0x43baf4b0,0x6fef8faa,0x013a6195,0x82c19f77,0x06c67000,0xde100000,0x02d8000f,0x50fa4e92,0x13cfc802,0x697c9553,0xc8282164,0x34900072,0x30000008,0xf90002e4,0x06c04c3b,0xdf84ffd0,0xe6804003,0xe3b6f550,0x67edefb2,0x005a5495,0x12c69f87,0x0cc65000,0xddd00000,0x02d4000f,0x54fb4e8f,0x137fd502,0x597e9573,0xc7286160,0x34a00072,0x20000008,0xfb0002e7,0x08b05a3c,0x7f82ff50,0xe6403f03,0xa3b4f5b0,0x66ed0fb4,0xfffa5094,0xf2c89f77,0x0ec64000,0xddc00000,0x02d1000f,0x54fbce8e,0x133fdc02,0x697e9593,0xc928a15d,0x34c00072,0x80000008,0xfc0002e3,0x08f05c3c,0x8f7fffb0,0xe6403d03,0x63aff640,0x66ec6fb2,0xffba5595,0x22c59f57,0x0bc64000,0xde500000,0x02ca000f,0x52fbee90,0x12cfe502,0x898095b3,0xcd28815d,0x35000072,0xa0000008,0xfb0002e5,0x08d05d3c,0x7f7bff80,0xe6403c03,0x33abf6d0,0x66ebcfb0,0xff7a5a95,0x62c39f37,0x08c65000,0xded00000,0x02c3000f,0x50fc1e92,0x125fed02,0x998295d3,0xd128615d,0x35500072,0x90000008,0xfb0002eb,0x08b0623c,0x6f78ff10,0xe6403c03,0x13a8f720,0x64eb4fb0,0xff4a5b95,0x72c29f27,0x06c65000,0xdf100000,0x02be000f,0x4ffc4e92,0x120ff302,0xa98595f3,0xd328515d,0x35700072,0x70000008,0xfa0002f9,0x09206f3c,0xaf7cfeb0,0xe6303d02,0xf3a6f750,0x61eadfb1,0xfeea5595,0x42c59f27,0x09c64000,0xded00000,0x02bc000f,0x51fcce91,0x11dffa02,0x99899623,0xd128415d,0x35700072,0xb0000008,0xfa0002f9,0x09306d3c,0xcf78fe70,0xe6203d02,0xa3a1f7e0,0x5ce9dfb1,0xfe3a4d95,0x02c89f17,0x0cc61000,0xdeb00000,0x02b8000f,0x56fdae8e,0x11600702,0x99909643,0xd528215c,0x35900073,0x00000008,0xf90002ff,0x08106e3c,0xcf80ff10,0xe6203b02,0x639cf8c0,0x5ae8cfb0,0xfd4a4c94,0xd2c69ee7,0x0fc61000,0xdee00000,0x02b3000f,0x5afe6e8f,0x10f01502,0xb9949663,0xdf28015d,0x36000072,0xe0000008,0xf700030d,0x08207d3c,0x1f71ff30,0xe6203c02,0x039af940,0x56e7ffae,0xfc4a4c94,0xb2c69eb7,0x12c61000,0xdec00000,0x02af000f,0x5eff1e93,0x10b02302,0xc9989683,0xdd27f15d,0x35e00073,0x10000008,0xfa000314,0x0840863d,0x3f7dfe90,0xe6303e01,0xd399f980,0x52e73fac,0xfb5a4b94,0x92ca9e97,0x14c61000,0xde400000,0x02aa000f,0x5dffbe93,0x10802e02,0xb99c96a3,0xd827d15c,0x35a00073,0x70000008,0xfc000306,0x07c0743d,0x5f7dfed0,0xe6303d01,0xb397f9f0,0x51e68fab,0xfa7a4a94,0x62ca9e77,0x16c60000,0xddf00000,0x02a8000f,0x61005e94,0x10603802,0xb9a096d3,0xdc27b15d,0x35e00073,0x90000008,0xfb000310,0x07007a3d,0x6f81feb0,0xe6403c01,0x639afa80,0x4fe59fab,0xf95a4a94,0x42c79e47,0x17c60000,0xddb00000,0x02a5000f,0x69011e97,0x10404702,0xb9a996f3,0xe227915f,0x36400073,0xd0000008,0xf9000307,0x0780673d,0x6f83fed0,0xe6403e01,0x239efab0,0x4ce52fae,0xf8da4b94,0x52c69e37,0x15c60000,0xdd700000,0x02a4000f,0x6e019e98,0x10304f02,0x99ae9713,0xe027815f,0x36300073,0x60000008,0xf9000315,0x08807d3d,0xaf82fea0,0xe6503f00,0xf3a2fb10,0x49e49fb3,0xf84a4b94,0x42c49e17,0x17c5e000,0xdd100000,0x02a6000f,0x75027e97,0x10105a02,0x69b59733,0xe027515f,0x36300074,0x00000008,0xfa000311,0x06806c3d,0x8f84ff00,0xe6403f00,0xc3a7fb70,0x49e42fb6,0xf7ca4d94,0x32c19de7,0x18c5b000,0xdcc00000,0x02a8000f,0x7c032e98,0x10106402,0x49bb9753,0xe427215e,0x36600074,0x10000008,0xf9000317,0x07006e3d,0x9f85ff00,0xe6603f00,0x93aafb80,0x4ce42fb7,0xf78a5794,0x82c19da7,0x14c5c000,0xdc700000,0x02a2000f,0x77033e99,0x10306d02,0x29bd9783,0xe426d15f,0x36700074,0x10000008,0xfa000317,0x07f0743d,0x7f81feb0,0xe6b04100,0x63affb70,0x4ce42fb8,0xf74a5e94,0xc2c29d77,0x12c5e000,0xdbd00000,0x029e000f,0x74038e9a,0x10907801,0xf9be97a3,0xdf267161,0x36300074,0x00000008,0xfd00031f,0x06707e3d,0x3f7eff10,0xe6f04100,0x53b4fb90,0x4ae42fba,0xf72a5894,0x82c19d67,0x16c5c000,0xdb300000,0x02a4000f,0x7f042e99,0x10f07e01,0xd9bd97e3,0xe0262164,0x36300073,0xf0000008,0xff00030f,0x0720703d,0x7f82feb0,0xe7703e00,0x23bdfbd0,0x48e42fbb,0xf6da4e94,0x22bd9d77,0x1bc59000,0xda600000,0x02af000f,0x96051e9a,0x11908901,0xb9b69823,0xe425a169,0x36500074,0x10000009,0x010002fa,0x07505d3d,0x0f87ff40,0xe7903e00,0x03c3fbd0,0x47e44fbc,0xf69a4b94,0x02bc9d87,0x1cc59000,0xda100000,0x02b3000f,0x9e057e9b,0x11f08e01,0xa9b39873,0xe425616a,0x36600073,0xc0000009,0x03000305,0x08a0753c,0xdf83ff00,0xe7d03e00,0x03c6fbd0,0x46e4afbb,0xf66a4d94,0x22bb9d87,0x1bc5a000,0xd9e00000,0x02b3000f,0xa105ae9b,0x12209101,0x99b198b3,0xe225016b,0x36500073,0xb0000009,0x040002f7,0x0900693c,0x8f7dfeb0,0xe8304000,0x03cbfbe0,0x46e56fb9,0xf62a4f94,0x52b89d67,0x1ac5a000,0xd9a00000,0x02b5000f,0xa5060e97,0x12609701,0x69ad98f3,0xdf24616d,0x36200073,0x20000009,0x070002f6,0x0ab0753c,0x1f7afe90,0xe89042ff,0xf3d0fbf0,0x46e62fb7,0xf5ea5194,0x72b69d57,0x19c5a000,0xd9500000,0x02b8000f,0xa9067e94,0x12909c01,0x49a99943,0xdb23b16e,0x35f00072,0xc0000009,0x0a0002f6,0x0bd0803b,0xbf7bfea0,0xe8b041ff,0xe3d0fbe0,0x47e63fb7,0xf5da5294,0x82b69d47,0x18c5a000,0xd9400000,0x02b8000f,0xa9067e94,0x12b09e01,0x49a89983,0xdb23916f,0x35f00073,0x40000009,0x0b0002ec,0x0ab0723b,0x9f7dfed0,0xe91041ff,0xc3d4fbd0,0x4ae65fb5,0xf5aa5494,0xa2b59d37,0x16c5b000,0xd8e00000,0x02b7000f,0xab06ae94,0x1310a201,0x59a399c3,0xdc230172,0x35f00073,0x30000009,0x0e0002e5,0x0b00733b,0x2f78fe80,0xe9b041ff,0xb3dffb80,0x4be6cfb2,0xf55a5694,0xc2b49d27,0x13c5d000,0xd8100000,0x02b7000f,0xb006de95,0x13c0aa01,0x69989a03,0xda21d174,0x36000072,0x80000009,0x130002dd,0x0c807b3a,0x0f6cfe00,0xea4043ff,0xb3ecfb40,0x47e73fb3,0xf56a5794,0xc2b29d37,0x13c5e000,0xd7600000,0x02be000f,0xb9076e97,0x1440af01,0x79909a53,0xd2208173,0x35a00072,0x20000009,0x190002c7,0x0d207138,0xdf6ffeb0,0xeac045ff,0x93f3fb10,0x47e75fb3,0xf58a5894,0xc2b09d37,0x15c5e000,0xd7000000,0x02c5000f,0xbf07ce9a,0x1490b201,0x898b9ac3,0xcc1fc175,0x35500071,0x80000009,0x1e0002ba,0x0f007538,0x5f6efed0,0xeb9044ff,0x63fafae0,0x4fe77fac,0xf54a6194,0xe2ae9d07,0x12c5f000,0xd6900000,0x02c5000f,0xc107ce9d,0x1510b701,0xa97e9b33,0xcc1eb17c,0x35600071,0x20000009,0x220002a3,0x0f806c37,0x3f68fee0,0xec5042ff,0x5402fa90,0x52e7efa9,0xf54a6694,0xf2ad9ce7,0x12c60000,0xd6300000,0x02c8000f,0xc607eea0,0x1590ba01,0xd96e9c53,0xc71db17e,0x35400070,0x20000009,0x2a000293,0x13707636,0x0f6bffa0,0xed703fff,0x440efa70,0x53e89fa6,0xf58a6c94,0xe2ab9cd7,0x14c60000,0xd5a00000,0x02cf000f,0xd0084ea3,0x1620be02,0x39549c53,0xc01c5181,0x3520006e,0xe0000009,0x36000266,0x15306334,0x2f6b0070,0xee7039ff,0x4414fa90,0x55e8cfa4,0xf5ca7194,0xc2a79cc7,0x14c5e000,0xd5800000,0x02d4000f,0xda089ea5,0x1670c102,0xa93e9c73,0xc51b3185,0x3570006d,0x90000009,0x3e000234,0x18104732,0x0f7101a0,0xef7034ff,0x141efa30,0x5be92f9e,0xf60a7d94,0xf2a49c97,0x10c60000,0xd5500000,0x02d0000f,0xde087ea7,0x1700c303,0x29299ca3,0xc01a1189,0x3590006c,0x60000009,0x460001f9,0x1bc0242f,0xcf7402a0,0xf06032fe,0xf426f9c0,0x5ce96f9b,0xf63a8295,0x02a79c77,0x0fc62000,0xd4c00000,0x02d0000f,0xe1089ea6,0x1780c403,0x89199cc3,0xb419118c,0x3540006b,0xc0000009,0x500001b3,0x1e0ff12e,0x0f720310,0xf1502ffe,0xe429f9b0,0x5de94f9b,0xf65a8394,0xf2a89c87,0x10c62000,0xd4700000,0x02d4000f,0xe808dea5,0x17d0c403,0xc90b9cf3,0xb3183190,0x3520006a,0xd0000009,0x58000182,0x1fdfd02c,0x4f7403d0,0xf33026fe,0xc42df9d0,0x5ee8ff9a,0xf68a8694,0xc2a59c97,0x13c61000,0xd4500000,0x02db000f,0xf908fea7,0x1860c404,0x38eb9d63,0xb616a19b,0x35500069,0x20000009,0x6800011e,0x22af8828,0x8f720510,0xf47022fe,0xb438f980,0x5be93f9a,0xf6aa8794,0x92a49cb7,0x15c60000,0xd3f00000,0x02e00000,0x04092ea9,0x18d0c304,0x88d69d53,0xac15619c,0x35200067,0x70000009,0x770000b2,0x259f3625,0xdf6e0570,0xf5c01efe,0xb441f940,0x5ae96f98,0xf6ca8694,0x62a79cb7,0x18c5e000,0xd3400000,0x02e70000,0x0b097ea6,0x1920bf04,0xd8c29d33,0xa713e19e,0x34f00066,0x50000009,0x85000056,0x252eeb22,0xef7105b0,0xf73015fe,0x9447f960,0x5ee99f95,0xf71a8c94,0x72a49ca7,0x17c5e000,0xd3600000,0x02ea0000,0x11097ea5,0x1940bb05,0x28a79d33,0xab1251a2,0x35500065,0x10000009,0x93000ff8,0x248ea11f,0x7f710530,0xf8100dfe,0x5458f940,0x60e9cf96,0xf78a9394,0xa2a19c97,0x14c61000,0xd3900000,0x02e90000,0x15095ea4,0x1970b705,0x888b9c63,0xa610c19b,0x35900063,0xe0000009,0xa4000f87,0x224e431b,0xef7604c0,0xf88009fe,0x146ef8d0,0x5fe9bf96,0xf7ba9694,0xb2a39c87,0x13c62000,0xd3500000,0x02ea0000,0x13096ea0,0x1980b105,0xe8739b63,0xa10ee18e,0x35900062,0xd0000009,0xb3000f2e,0x200dfd17,0x3f6f03f0,0xf96001fd,0xd47df8a0,0x5fe9af96,0xf7da9794,0x92a29c87,0x14c63000,0xd3500000,0x02ec0000,0x15095e9d,0x19c0ac06,0x58599af3,0xa50d0189,0x35f00061,0xc0000009,0xc2000ef8,0x1ccdd011,0xef7a0390,0xfa8ff6fd,0xb48bf870,0x5ce9af98,0xf7fa9994,0x82a09ca7,0x14c62000,0xd3500000,0x02ec0000,0x19092e9d,0x1a00aa06,0xa83f9a83,0xa60b6186,0x36300060,0x50000009,0xd7000ed4,0x1aadab0c,0x3f7602e0,0xfb5fedfd,0xb49df840,0x55e9af9a,0xf7fa9994,0x72a29cd7,0x14c62000,0xd3000000,0x02ed0000,0x1a094e9a,0x1a00a906,0xb82d99b3,0xa30a117d,0x3630005e,0xe0000009,0xed000ed5,0x19ddaa07,0x7f710260,0xfb9febfd,0xc4a8f810,0x50e9af9b,0xf7ea9894,0x62a39d07,0x15c62000,0xd2d00000,0x02f10000,0x1a098e99,0x19f0a806,0xa8279933,0xa4095177,0x3640005e,0x30000009,0xf6000eeb,0x196dbe04,0xcf680210,0xfbafebfd,0xc4a9f800,0x4fe9af9b,0xf7ea9894,0x52a39d17,0x15c61000,0xd2d00000,0x02f10000,0x19098e99,0x19e0a806,0xa8269923,0xa5093176,0x3650005e,0x10000009,0xf7000eef,0x192dc204,0x9f6e0220,0xfc2fe9fd,0xb4adf7d0,0x4fe9af9a,0xf7fa9b94,0x52a19d17,0x15c61000,0xd2e00000,0x02f20000,0x1a096e9a,0x1a00a606,0xb81f9953,0xa708b177,0x3650005d,0xb000000a,0x00000f1f,0x1a9de903,0x8f7201f0,0xfd6fe7fd,0xa4b4f750,0x4ee99f98,0xf80aa194,0x629d9d37,0x13c62000,0xd3000000,0x02f30000,0x1b092e9c,0x1a20a306,0xd80e99a3,0xab07a179,0x3660005c,0xf000000a,0x13000f7f,0x18ce3801,0x0f7c01a0,0xfdefe6fd,0xa4b4f710,0x4de9af97,0xf81aa594,0x829c9d37,0x12c63000,0xd3100000,0x02f20000,0x18091e9d,0x1a30a106,0xe80799e3,0xa707417a,0x3620005c,0xb000000a,0x1a000f93,0x18be4900,0x2f760170,0xff4fe5fd,0xb4b5f690,0x4de9af94,0xf84ab194,0xf29c9d47,0x0ec66000,0xd2d00000,0x02f20000,0x0e090ea1,0x1a509d07,0x17f49a53,0x9c064180,0x3570005c,0x1000000a,0x2a000fc2,0x181e76fe,0x8f780120,0x015fe1fd,0xb4aff640,0x4ce99f91,0xf89ac095,0x529a9d97,0x0dc67000,0xd2300000,0x02f8000f,0xff099ea8,0x1a509307,0x17d99ad3,0x9705118e,0x34d0005b,0x0000000a,0x40000fff,0x174eb9fc,0xaf8400d0,0x03afd9fd,0x84a5f630,0x4fe99f8b,0xf8fae096,0x228c9dd7,0x0cc69000,0xd2000000,0x02fe000f,0xee0a8eae,0x1a308406,0xf7c29b03,0x9804319d,0x34b00059,0xf000000a,0x59000049,0x17af01f9,0xaf780020,0x056fd5fd,0x74a2f5a0,0x50e99f83,0xf95b1897,0xa2719dd7,0x07c6b000,0xd1d00000,0x0301000f,0xdc0c8ead,0x19c07006,0xc7b59ac3,0x900391a3,0x34800059,0x4000000a,0x72000099,0x188f38f8,0x1f76ffa0,0x063fd4fd,0x64a1f530,0x50e9bf80,0xf97b3e98,0xb25b9de7,0x07c69000,0xd1800000,0x0305000f,0xdc0e3ea5,0x19606406,0xa7b19a83,0x8b0341a4,0x34600059,0x0000000a,0x7f0000cc,0x1b5f4af7,0xdf7cff60,0x087fd0fc,0xa496f480,0x53ea2f7c,0xf99bb79d,0x02099df7,0x0bc64000,0xd1000000,0x0313000f,0xfb110e74,0x19204706,0xa7ae9a13,0x8802d1a9,0x34800057,0xf000000a,0xa2000148,0x1e1f71f7,0x8f8cfee0,0x0a0fcefb,0xe491f3d0,0x58ea7f7a,0xf99c0da1,0x81c19de7,0x07c64000,0xd1300000,0x0312000f,0xe90fce35,0x19703407,0x07b299e3,0x8102d1aa,0x34b00057,0x6000000a,0xbc00018f,0x20cf7cf6,0xaf8cfe60,0x0bbfcefa,0xf48bf2b0,0x58eadf7b,0xf96c56a7,0x41789de7,0x05c60000,0xd1000000,0x030e000f,0xa70bfde4,0x19801d08,0x07bf99d3,0x7402c1a8,0x34a00056,0xf000000a,0xde0001ce,0x268f7af6,0x9f99fde0,0x0dcfcef9,0xd480f1d0,0x51eb0f7d,0xf8fc7aaa,0x915e9e07,0x03c5c000,0xd0300000,0x0309000f,0x6809fdcb,0x19200809,0x67cb99d3,0x7302e1a5,0x35000056,0x6000000b,0x0800021b,0x2eaf99f5,0x9f9afd50,0x102fccf8,0x9475f1a0,0x4aeadf7e,0xf8ec92aa,0xd15a9e17,0x00c5c000,0xd1100000,0x0303000f,0x670b5dc2,0x18eff80a,0xe7d299b3,0x7703719f,0x36100055,0x6000000b,0x3a000242,0x2eafb5f5,0x4f9efd40,0x118fcaf7,0xb471f190,0x47eadf7e,0xf91c9faa,0xe15b9e16,0xffc5d000,0xd1c00000,0x02fe000f,0x880d1db8,0x18bff10b,0xd7d59993,0x7603d19a,0x36800054,0xd000000b,0x57000249,0x2e7fb8f5,0xbfa2fd60,0x140fcef6,0x2472f160,0x42eabf7c,0xfa3c90aa,0xe1689e06,0xfdc60000,0xcfa00000,0x02fa000f,0xc3113dcd,0x185fe80d,0x67de9983,0x6a042192,0x36b00054,0x4000000b,0x8d000244,0x2e5faff6,0x4f9ffda0,0x16bfd1f4,0xa46af180,0x3eeabf7c,0xfb2c73a9,0xe1729e26,0xfdc60000,0xcdc00000,0x02f7000f,0xe414dde4,0x180fe60e,0x77e799b3,0x6704818e,0x37500053,0xc000000b,0xc2000253,0x2e7fb8f6,0xdfa5fdd0,0x19bfd1f3,0x045cf200,0x3eeaff7f,0xfc1c52a8,0x61769e66,0xfcc5f000,0xccf00000,0x02f20000,0x05178dfa,0x180fe90f,0x17ec99c3,0x68054189,0x38700052,0xd000000c,0x00000264,0x2e5fc4f6,0x7fa2fdc0,0x1b0fd1f2,0x3456f240,0x3eeb2f81,0xfc8c45a7,0xe1799e76,0xfbc5e000,0xccd00000,0x02ef0000,0x1b186e07,0x181feb0f,0x47ee99a3,0x67059185,0x38f00052,0x5000000c,0x1e000263,0x2e3fc2f8,0x1f7afe20,0x1cffd8f0,0x345af280,0x42eb6f83,0xfdcc11a7,0x019f9e56,0xfac60000,0xcca00000,0x02eb0000,0x5818be2e,0x184fe80f,0xc7f29943,0x6405b178,0x39900052,0x3000000c,0x52000248,0x2dffaaf9,0x7f62fe70,0x1e7fe1ee,0x845df2c0,0x47ebbf85,0xff1bdca6,0x11c59e26,0xf8c61000,0xcc600000,0x02e60000,0x95190e55,0x188fe510,0x57f598f3,0x6105e16b,0x3a200052,0x0000000c,0x8600022d,0x2dbf91fa,0x4f4ffea0,0x1edfe2ee,0x445af2d0,0x47ebdf86,0xff5bd4a5,0xb1c99e26,0xf9c62000,0xcc600000,0x02e70000,0xa0194e5c,0x189fe410,0x57f798f3,0x6405d16b,0x3a600051,0xf000000c,0x8e000233,0x2dcf95fa,0x4f39feb0,0x1fdfe7ed,0x8453f300,0x48ec2f88,0x002bbda4,0xc1d39e26,0xfcc63000,0xcc600000,0x02e70000,0xc019ce70,0x18cfe110,0x57fb9903,0x6d05c168,0x3b000051,0xc000000c,0xa4000244,0x2defa1fa,0x5f42fed0,0x21ffeceb,0xd444f3c0,0x4cec7f8d,0x01fb93a2,0xc1e59e27,0x03c61000,0xcc700000,0x02ee0000,0xf81a3e96,0x190fd910,0x27fe9923,0x79059166,0x3be00051,0x5000000c,0xd1000257,0x2ddfadfb,0x1f34ff70,0x265fe7e7,0x342af6b0,0x56ed3f99,0x05cb459e,0xd20a9e47,0x10c5d000,0xcc800000,0x03060001,0x43199edd,0x198fbf0e,0xb7f29943,0x8404f167,0x3cb00050,0x9000000d,0x26000257,0x2d3fa0ff,0x0f3201e0,0x279fc6e2,0xb440fa30,0x44ef3fa7,0x067b189d,0xc2359ff7,0x00c7d000,0xcbc00000,0x03090001,0x13181eed,0x1b0f980c,0x77ce98c3,0x7d04b170,0x3be00051,0x8000000d,0x2e000241,0x2ccf7b04,0x7f3504c0,0x27af98de,0x9466fd10,0x1df00fbe,0x05baec9d,0x5261a306,0xdfc9b000,0xca900000,0x03050000,0xd616eee5,0x1ccf8a0a,0xc7af9853,0x7c045182,0x3b100053,0x0000000d,0x0300025a,0x2d0f7409,0x1f420710,0x282f79db,0x7476fed0,0x06ef0fcd,0x051acf9c,0x6273a496,0xcfc99000,0xc9b00000,0x03090000,0xb8172ece,0x1d5f9f0a,0x67ac9863,0x80037193,0x3ab00053,0xe000000c,0xda000277,0x2cff700b,0x3f2b07d0,0x29bf48d4,0xc48c029f,0xf4ec9fd9,0x039ab69b,0xe287a506,0xc7c8a000,0xc7700000,0x03160000,0x4f19ce60,0x1c5fe00a,0xa7c898f3,0x7e00a1b2,0x39f00055,0x6000000c,0x7a00027a,0x2b5f3b0c,0xaf0e07f0,0x2acf28ce,0xb49a05cf,0xedec4fd9,0x00fab89c,0x5285a4c6,0xc5c8b000,0xc5100000,0x0318000f,0xd61cdde2,0x1a400c0a,0xd7f099d3,0x7cff41d4,0x3aa00057,0x6000000c,0x04000272,0x2a4f220a,0x2f1708d0,0x2d3f1ac8,0x7484087f,0xebed8fd5,0xfd5ab49d,0x227fa3d6,0xc7c8e000,0xc3f00000,0x030c000f,0xac1eed8d,0x17c0200b,0x18109b33,0x7dfe91fe,0x3d500058,0xc000000b,0x91000265,0x2aaf5503,0xcf510950,0x304f25c2,0xd4470a3f,0xf0f10fdd,0xf96a949d,0x127da266,0xd1c83000,0xc5600000,0x02f4000f,0xc31c3d96,0x14b02b0c,0x280a9c23,0x91fd1209,0x3fe00059,0x6000000b,0x59000248,0x2b5fddfe,0x5f8d0780,0x310f31bf,0x04090b3f,0xeff65ff6,0xf59a689c,0x5285a0f6,0xeec77000,0xc8400000,0x02d6000f,0xb6170dcf,0x10b0450c,0xd7f69c53,0xa9fb51fb,0x4070005a,0x7000000b,0x3a000261,0x2d408dfb,0xaf9c0620,0x314f37bd,0x63d50b8f,0xe5fab010,0xf30a489b,0xa290a027,0x0ec6e000,0xcae00000,0x02be000f,0xca154e08,0x0da06a0c,0x37f49c83,0xb4f9d1f2,0x4040005a,0x9000000b,0x300002ae,0x2ff108fa,0xdf920610,0x323f3ebc,0x73a60b2f,0xd9fde026,0xf05a309b,0x22949f97,0x27c62000,0xce500000,0x02a40000,0x4a14fe66,0x0a70a00a,0x37fb9c43,0xb3f861e1,0x3fd00059,0x5000000b,0x47000268,0x3160e3fb,0x4f840630,0x330f45bb,0x93820adf,0xcd00503b,0xedaa1b9a,0xc29a9ee7,0x3fc5c000,0xd1c00000,0x028c0000,0xda13deca,0x0780cd08,0x47ff9be3,0xb1f741d0,0x3f600058,0x3000000b,0x5c000204,0x3240a3f9,0xff840420,0x330f47ba,0xb3710aef,0xbe01904f,0xeafa089a,0x62aa9d77,0x5bc6e000,0xd4500000,0x02790001,0x58102f25,0x0590da07,0x57f69bd3,0xb5f6f1cc,0x3f100058,0x9000000b,0x540001ce,0x326087fa,0x4f7b0490,0x330f48ba,0x636c0aff,0xba01f055,0xea2a029a,0x42af9d07,0x63c73000,0xd5200000,0x02730001,0x7e0f0f40,0x0500de07,0x17f39bd3,0xb5f6d1cb,0x3f000058,0xc000000b,0x520001bf,0x32607ffa,0xcf750550,0x335f4eb9,0xe3600abf,0xb3017062,0xe7da079a,0x32b09d17,0x64c7a000,0xd6500000,0x02690001,0xb50d9f63,0x0410de05,0xe7ee9b53,0xb5f6e1c6,0x3ef00057,0xd000000b,0x5a000197,0x32e05cfb,0xdf710610,0x33bf55b9,0x73550a8f,0xab01006f,0xe59a0c9a,0x22b19d37,0x64c80000,0xd7800000,0x025f0001,0xed0c3f86,0x0320de04,0xb7e99ad3,0xb4f6e1c1,0x3ee00056,0xe000000b,0x6300016f,0x33603afc,0xbf6f0690,0x33bf55b9,0x63550a7f,0xab00f070,0xe57a0d9a,0x22b19d37,0x64c80000,0xd7900000,0x025e0001,0xef0c2f87,0x0310de04,0xa7e99ad3,0xb5f6f1c1,0x3ef00056,0xd000000b,0x6400016c,0x336036fc,0xcf6f06a0,0x33bf59b9,0x43540a6f,0xa9008075,0xe47a199a,0x22ac9d97,0x60c7e000,0xd8000000,0x025c0001,0xf80bff90,0x02b0db04,0x77e59ab3,0xb5f721bd,0x3f100056,0xb000000b,0x69000156,0x336023fd,0x0f7106c0,0x33bf60b9,0x03540a2f,0xa3ffb07f,0xe26a3799,0xf2a09e47,0x5ac7a000,0xd8f00000,0x02590002,0x040b8f9d,0x01c0d404,0x17e19a83,0xb6f791b7,0x3f700056,0xa000000b,0x72000131,0x335ffefd,0xff6f0790,0x337f64b8,0xf35609df,0x9ffef087,0xe0ca6799,0xa2909ea7,0x57c79000,0xda000000,0x02590001,0xf10aafa0,0x0120cf04,0x47e19a83,0xb7f7b1b5,0x3fa00056,0xe000000b,0x72000123,0x335feefe,0x9f6c0830,0x332f6ab9,0x3357095f,0x97fde08e,0xdebad699,0x12709f37,0x55c7e000,0xdc100000,0x025a0001,0xaf088f9c,0x00a0ce04,0xc7e59a83,0xb6f771b5,0x3fa00057,0x3000000b,0x6e00011e,0x339fe5fe,0xaf6a0800,0x32ef6db9,0x7359091f,0x92fd708c,0xddcb2498,0xa2599fa7,0x51c80000,0xdce00000,0x02590001,0x8a071f9d,0x0070d004,0xf7e79a93,0xb5f721b4,0x3f800057,0x6000000b,0x6f000123,0x338fe6ff,0x9f5c0870,0x323f71ba,0x7368084f,0x88fd1078,0xdc4baf97,0xb231a067,0x4ac80000,0xdcd00000,0x02590001,0x4704bf9e,0x0080d005,0x27e79af3,0xbdf681b0,0x3f600058,0x1000000b,0x73000164,0x328018ff,0x5f4b06a0,0x31af73bb,0x8373077f,0x80fc806a,0xdb8bf997,0x421ea0f7,0x45c82000,0xdc300000,0x025b0001,0x1d032f97,0x00e0c805,0x57eb9b23,0xc3f601ae,0x3f500058,0xa000000b,0x730001ad,0x31a054fe,0xbf460600,0x31cf7cbd,0x5373058f,0x78fb2058,0xdb1c2f96,0xd21ba207,0x3bc89000,0xd9c00000,0x025c0000,0xf1008f7d,0x0250b906,0x18039aa3,0xbcf551a4,0x3ec00057,0xb000000b,0x820001e7,0x310086fe,0xaf4605c0,0x31ff81be,0x6373047f,0x72fa704e,0xdaac4696,0xa21ca2f7,0x2ec89000,0xd8400000,0x02590000,0xdefe5f6a,0x02c0b406,0x680f9a33,0xb3f5519c,0x3eb00057,0x1000000b,0x900001f4,0x30a093ff,0x2f440640,0x31df7fbf,0x037703ff,0x6efa404c,0xda6c4696,0x9225a387,0x26c89000,0xd7900000,0x02590000,0xddfd9f69,0x0360ab06,0xb81299e3,0xaef61199,0x3f400057,0x0000000b,0x8e0001f6,0x305099fe,0x9f480650,0x318f7bbf,0x837f03df,0x68fa104a,0xda4c4596,0xa22ba407,0x20c89000,0xd7300000,0x025d0000,0xd7fd8f70,0x0400a106,0xf81299d3,0xaaf6b19e,0x3fb00057,0x6000000b,0x7f0001ff,0x3020a6fd,0x7f4c05d0,0x315f76bf,0xa387041f,0x69f9b046,0xda6c4c96,0xb22ba427,0x1ac88000,0xd7200000,0x02610000,0xcdfd9f77,0x03f0a007,0x180f99e3,0xa7f6d1a2,0x3fa00057,0x8000000b,0x76000203,0x3050adfd,0x6f4c05c0,0x315f74bf,0xb38e047f,0x70f95041,0xdabc5696,0xa229a3b7,0x19c86000,0xd6f00000,0x02650000,0xbefd6f81,0x03c09f07,0x180f99f3,0xa6f6c1a2,0x3f700057,0x9000000b,0x76000207,0x3050b1fd,0x7f4c05c0,0x316f71bf,0xc38e049f,0x76f92041,0xdb2c5996,0x8226a327,0x1dc83000,0xd6e00000,0x02680000,0xaffd5f8a,0x03809b06,0xd8119a13,0xa5f6c1a4,0x3f600057,0xc000000b,0x75000208,0x3060b4fd,0x5f4e05d0,0x318f6fbf,0xd38a04af,0x7af90046,0xdbac5896,0x7223a2f7,0x1fc81000,0xd6d00000,0x02670000,0xa7fd7f8c,0x03209906,0x88119a13,0xa2f6b1a3,0x3f500057,0x9000000b,0x74000202,0x30b0b2fc,0x5f5a0530,0x31af6ebf,0xd38704bf,0x7df91049,0xdbec5896,0x7220a2e7,0x20c80000,0xd6c00000,0x02650000,0xa6fdbf8a,0x02f09c06,0x48119a23,0xa1f6a1a1,0x3f200057,0x7000000b,0x750001f9,0x30d0adfc,0x6f6405d0,0x31af6dbf,0xd38804cf,0x7df92049,0xdbfc5896,0x7220a307,0x1fc7f000,0xd6b00000,0x02640000,0xa6fdef86,0x02d09d06,0x18109a33,0xa0f6a1a3,0x3f200057,0x9000000b,0x700001ef,0x30e0a6fc,0x4f680600,0x31af6dbf,0xd38704df,0x7df92049,0xdbfc5796,0x7220a317,0x20c7f000,0xd6b00000,0x02650000,0xa8fe2f84,0x02c09d05,0xe8109a33,0xa0f6a1a4,0x3f200057,0x9000000b,0x6d0001ea,0x3100a2fc,0x2f690600,0x31af6dbf,0xd38704df,0x7ef92048,0xdc0c5896,0x7220a317,0x20c7f000,0xd6b00000,0x02650000,0xabfe9f82,0x02c09d05,0xd8109a33,0x9ff6a1a5,0x3f200057,0x8000000b,0x6e0001e4,0x31109dfc,0x2f690600,0x31bf6dbf,0xd38804ef,0x7ff93046,0xdc0c5996,0x7220a307,0x20c80000,0xd6b00000,0x02650000,0xacfecf7f,0x02f09d05,0xc8109a43,0x9ef6a1a5,0x3f200057,0x8000000b,0x6d0001dd,0x312097fc,0x2f6705f0,0x31af6cbf,0xd38904ef,0x80f93044,0xdbfc5b96,0x8220a2f7,0x20c80000,0xd6a00000,0x02650000,0xadfedf7d,0x03209e05,0xa80f9a43,0x9df6a1a6,0x3f200057,0x8000000b,0x6c0001d8,0x313094fc,0x1f6605d0,0x31af6cbf,0xd38904ef,0x80f93044,0xdbec5b96,0x821fa2f7,0x20c80000,0xd6b00000,0x02650000,0xaefeef7c,0x03309e05,0x980f9a43,0x9df6a1a6,0x3f200057,0x8000000b,0x6c0001d8,0x314094fc,0x0f6505d0,0x31af6cbf,0xd38a04ef,0x80f93044,0xdbec5b96,0x821fa2f7,0x20c80000,0xd6b00000,0x02650000,0xaefeef7c,0x03409e05,0x980f9a43,0x9df6a1a6,0x3f200057,0x8000000b,0x6c0001d8,0x314094fc,0x0f6505c0,0x31bf6cbf,0xc38b050f,0x81f93041,0xdbec5d96,0x9220a2c7,0x20c82000,0xd6900000,0x02640000,0xaffeef79,0x03a09e05,0x780e9a63,0x9df6c1a8,0x3f200057,0xa000000b,0x6a0001d0,0x31308dfc,0x2f6505b0,0x31bf6bbf,0xc38b050f,0x81f93041,0xdbec5d96,0x9220a2c7,0x20c82000,0xd6900000,0x02650000,0xaffeef79,0x03a09e05,0x680d9a73,0x9df6c1a9,0x3f200057,0xb000000b,0x690001cf,0x31308cfc,0x2f6405a0,0x31af6bbf,0xb38c051f,0x80f93041,0xdbec5e96,0x9220a2c7,0x20c82000,0xd6900000,0x02650000,0xaefeef79,0x03a09e05,0x580c9a83,0x9cf6d1aa,0x3f200057,0xd000000b,0x670001cc,0x31308afc,0xaf610620,0x31af6bbf,0xa38c052f,0x80f94040,0xdbdc5e96,0x9220a2c7,0x21c82000,0xd6a00000,0x02650000,0xaefeef78,0x03a09f05,0x580c9a93,0x9cf6d1ac,0x3f200057,0xe000000b,0x650001ca,0x314088fc,0x9f610620,0x31bf6abf,0xa38b052f,0x80f9503f,0xdbdc5e96,0x9220a2c7,0x21c82000,0xd6a00000,0x02650000,0xb0feff77,0x03b0a005,0x580c9ab3,0x9cf6d1ae,0x3f100057,0xe000000b,0x640001c5,0x313083fc,0x9f610620,0x31bf6abf,0xa38b052f,0x80f9603e,0xdbdc5e96,0x9220a2b7,0x21c83000,0xd6900000,0x02660000,0xb0ff0f77,0x03c09f05,0x580c9ac3,0x9bf6d1ae,0x3f100057,0xf000000b,0x630001c0,0x31307ffc,0x9f610620,0x31bf6abf,0xa38b052f,0x80f9603d,0xdbdc5e96,0x9220a2b7,0x22c82000,0xd6900000,0x02660000,0xb1ff0f76,0x03c09f05,0x580c9ac3,0x9bf6d1af,0x3f000057,0xf000000b,0x630001bf,0x31307efc,0x9f610620,0x31cf6abf,0xa38b052f,0x80f9603c,0xdbdc5e96,0x921fa2b7,0x21c82000,0xd6900000,0x02660000,0xb5ff4f74,0x03c09f05,0x480c9ac3,0x9bf6d1af,0x3f100057,0xe000000b,0x640001bf,0x31307efc,0x1f6305a0,0x31cf6abf,0xb38a051f,0x7ff9603c,0xdbdc5e96,0x921fa2b7,0x21c82000,0xd6900000,0x02660000,0xc9003f74,0x03d09f05,0x480d9ac3,0x9cf6d1af,0x3f300057,0xd000000b,0x660001c4,0x312083fb,0xff6305a0,0x31df6abf,0xb38a051f,0x7ff9603b,0xdbdc5c96,0xa21fa2b7,0x21c82000,0xd6900000,0x02660001,0x15034f75,0x03c09f05,0x480e9ac3,0x9df6d1af,0x3f300057,0xd000000b,0x660001c7,0x312086fb,0xef6405a0,0x31df6abf,0xb38a051f,0x7ff9603b,0xdbdc5a96,0xb21fa2b7,0x21c83000,0xd6900000,0x02660001,0x8c072f7d,0x03d0a005,0x480e9ac3,0x9df6d1af,0x3f400057,0xc000000b,0x670001c7,0x312085fb,0xef6305a0,0x31ef6abf,0xb38b051f,0x80f96039,0xdbec5596,0xc220a297,0x21c83000,0xd6a00000,0x02670001,0xdf0a3f8a,0x03e0a005,0x580e9ac3,0x9cf6d1af,0x3f300057,0xb000000b,0x680001c5,0x311083fb,0xff630590,0x31ef6abf,0xb38c052f,0x82f95036,0xdbdc4596,0xd224a277,0x21c84000,0xd6900000,0x02680001,0xff0c2f8d,0x0400a005,0x680e9ac3,0x9cf6d1af,0x3f300057,0xb000000b,0x680001c4,0x311082fb,0xff630590,0x320f6abf,0xb38d052f,0x83f92035,0xdbec3797,0x0225a267,0x20c83000,0xd6800000,0x02690001,0xfc0d4f87,0x04109f05,0x680f9ad3,0x9cf6d1b0,0x3f300057,0xa000000b,0x680001c5,0x311083fb,0xff630590,0x321f6abf,0xb38e053f,0x83f8f034,0xdbfc3297,0x1225a257,0x20c83000,0xd6800000,0x026b0001,0xf20d9f84,0x04109f05,0x880e9ad3,0x9cf6d1b0,0x3f300057,0x9000000b,0x690001c5,0x311084fc,0x0f6305a0,0x321f6abf,0xb391053f,0x83f8b033,0xdc3c3197,0x2225a247,0x1fc82000,0xd6800000,0x026d0001,0xee0d9f82,0x04109e05,0x980e9ae3,0x9df6e1b1,0x3f400057,0x9000000b,0x690001c6,0x311084fb,0xff6305a0,0x321f6abf,0xa393054f,0x83f89033,0xdc4c3097,0x2226a247,0x1ec82000,0xd6700000,0x026d0001,0xec0d8f81,0x04109e05,0x980e9ae3,0x9df6e1b1,0x3f400057,0xa000000b,0x680001c6,0x310084fb,0xff6305a0,0x321f6abf,0xa393054f,0x83f89033,0xdc5c3097,0x2226a247,0x1ec82000,0xd6700000,0x026e0001,0xec0d8f81,0x04109e05,0x980e9ae3,0x9df6e1b1,0x3f400057,0xa000000b,0x680001c6,0x310084fb,0xff6305a0,0x321f69bf,0xa397055f,0x86f84030,0xdd1c3097,0x2226a1f7,0x1fc82000,0xd6400000,0x02700001,0xdf0d8f7b,0x04209c05,0xb80d9ae3,0x9cf6f1b2,0x3f400057,0xa000000b,0x680001c3,0x310081fb,0xff6305a0,0x322f69bf,0xa398055f,0x88f82030,0xdd6c3097,0x2225a1d7,0x1fc81000,0xd6300000,0x02710001,0xd90dbf78,0x04309b05,0xc80d9ae3,0x9cf6f1b2,0x3f300057,0xa000000b,0x680001c2,0x311080fb,0xff6305a0,0x323f69bf,0x939d055f,0x90f7c030,0xde7c3097,0x4222a137,0x1fc7f000,0xd5d00000,0x02750001,0xc60e3f70,0x04909a05,0xf80c9af3,0x9af6f1b2,0x3f200057,0x8000000b,0x680001bd,0x31107cfc,0x2f6205a0,0x325f69bf,0x83a5056f,0x9af77030,0xdf9c3397,0x621fa087,0x20c7f000,0xd5600000,0x02790001,0xb40edf67,0x05209606,0x180c9af3,0x99f6f1b3,0x3ef00057,0x7000000b,0x6a0001b6,0x312076fc,0x5f6205a0,0x327f68bf,0x83ab058f,0xa3f7a030,0xe0cc3797,0x721ba007,0x21c81000,0xd4f00000,0x027d0001,0xa30f5f5f,0x05509206,0x080b9b03,0x97f701b4,0x3ee00057,0x6000000b,0x690001b5,0x312075fc,0x6f6205b0,0x327f64bf,0x73af05af,0xabf80033,0xe20c3c97,0x62159fb7,0x23c82000,0xd4900000,0x02800001,0x980fff59,0x05408f05,0xd8099b23,0x97f721b8,0x3ee00057,0x8000000b,0x650001b8,0x312078fc,0x4f6205b0,0x329f60bf,0x83b505bf,0xb2f86038,0xe2ec3f97,0x220e9f97,0x22c7d000,0xd4300000,0x02840001,0x9c10af58,0x05109105,0x98079b53,0x95f741bd,0x3ed00057,0x9000000b,0x640001bd,0x31107dfc,0x2f6205c0,0x32bf5bbf,0x93bf05df,0xbaf9203d,0xe41c4497,0x02099f57,0x21c79000,0xd3b00000,0x02890001,0x9c114f57,0x04d09005,0x48069b83,0x94f761c0,0x3ea00057,0xb000000b,0x630001c3,0x30e082fc,0x1f6305d0,0x32bf57bf,0xa3c605ff,0xc5fa4043,0xe55c4996,0xf2049f27,0x21c77000,0xd3300000,0x028e0001,0x95120f55,0x04708c04,0xe8059bb3,0x92f761c4,0x3e700057,0xd000000b,0x5f0001c5,0x30d085fb,0xff6305d0,0x32df54bf,0xb3cc061f,0xd1fb8049,0xe68c4d97,0x01fe9f07,0x1fc75000,0xd2b00000,0x02900001,0x9212df53,0x04408f04,0x98029bb3,0x8ef761c8,0x3e300057,0xb000000b,0x5d0001bf,0x30e082fc,0x1f6305e0,0x32ef53bf,0xc3d3063f,0xdafc504c,0xe77c5097,0x11fb9ee7,0x1dc74000,0xd2600000,0x02900001,0x93134f53,0x04409304,0x68009bc3,0x8af751c9,0x3df00057,0x9000000b,0x5c0001b3,0x30f079fc,0x3f6305f0,0x32ff50bf,0xe3de069f,0xe8fdd050,0xe8fc5496,0xf1fd9e77,0x22c79000,0xd1c00000,0x02950001,0x8d13cf50,0x04b09504,0x17fb9bf3,0x82f751cd,0x3d600057,0xd000000b,0x5600019d,0x30d068fd,0x9f600700,0x330f4dc0,0x13e006cf,0xeffec053,0xe9dc5696,0xe1fe9e37,0x26c7d000,0xd1800000,0x02970001,0x8913ff50,0x04f09603,0xe7fc9be3,0x80f751ce,0x3d300057,0xa000000b,0x540001a3,0x30c06efd,0x8f630720,0x338f48c0,0x83e106cf,0xf4ffe059,0xeacc5b96,0xe1f99e27,0x24c7b000,0xd1500000,0x02950001,0x89145f52,0x04e0a103,0x87fe9bc3,0x81f751cc,0x3d100057,0x0000000b,0x5c0001bc,0x308086fc,0xef6a06d0,0x33af44c0,0xd3e406bf,0xf600805e,0xeb2c5d96,0xe1f69e27,0x22c7a000,0xd1300000,0x02950001,0x89148f55,0x04d0a703,0x57ff9bc3,0x81f751cb,0x3d000056,0xe000000b,0x600001cd,0x303094fc,0x3f6f0670,0x339f3ec1,0x33ea06df,0xf9014066,0xeb8c6096,0xd1f49e47,0x22c78000,0xd1000000,0x029a0001,0x8214cf56,0x0460a802,0xe7fd9bc3,0x81f751cd,0x3cf00057,0x0000000b,0x580001e4,0x2fc09dfb,0x4f7605f0,0x339f38c1,0x73ee070f,0xfb01b06c,0xebbc6396,0xd1f29e47,0x22c79000,0xd0e00000,0x029a0001,0x82151f58,0x0450ac02,0xc7fb9bc3,0x82f771cf,0x3d100057,0x0000000b,0x540001fa,0x2f60a3fa,0x6f7b0570,0x339f36c1,0x83f0071f,0xfb01d06e,0xebcc6496,0xd1f19e37,0x22c7b000,0xd0d00000,0x02990001,0x85153f5a,0x0460af02,0xd7fa9bc3,0x83f781d0,0x3d200056,0xf000000b,0x53000203,0x2f30a4fa,0x3f7d0580,0x33af33c1,0xb3f5072f,0xfb019073,0xebcc6296,0xb1f39e37,0x24c78000,0xd0b00000,0x029d0001,0x89154f5f,0x0460b102,0xd7f89bf3,0x7ef751d2,0x3cd00057,0x1000000b,0x500001fe,0x2ed094fa,0x4f7f0570,0x33cf31c1,0xf3f6072f,0xfb016076,0xebbc6296,0x91f39e27,0x26c76000,0xd0900000,0x02a00001,0x88155f60,0x0450b202,0xc7f79c13,0x79f721d4,0x3c700057,0x2000000b,0x4d0001f9,0x2ea088fa,0x4f830580,0x33ef31c2,0x23f0071f,0xff014075,0xebdc6496,0x91f29df7,0x28c76000,0xd0900000,0x02a10001,0x80155f5e,0x0430b202,0xb7f99c03,0x73f6e1d5,0x3c300056,0xe000000b,0x4b0001fa,0x2ec084fa,0x4f870580,0x341f30c2,0x53e90700,0x0200f072,0xec1c6696,0x91f09dd7,0x29c76000,0xd0a00000,0x02a00001,0x7d155f5f,0x0420b402,0xc7fc9bf3,0x71f6a1d3,0x3bf00056,0x7000000b,0x4d0001fc,0x2ec080fa,0x5f8a0580,0x33ff2ec2,0x73eb0700,0x0100406c,0xec8c6696,0x91f09de7,0x29c76000,0xd0b00000,0x029f0001,0x7b155f60,0x0410b402,0xd7fb9c23,0x73f691d5,0x3bf00056,0xc000000b,0x48000205,0x2e9083fa,0x1f8e05a0,0x33bf2dc2,0x83ee0700,0x00ff6064,0xecfc6696,0x91f09de7,0x29c76000,0xd0b00000,0x029f0001,0x79155f60,0x0400b402,0xe7fa9c53,0x75f691d9,0x3c100057,0x3000000b,0x3f00020f,0x2e8088f9,0x3f920530,0x33af2cc2,0x83ed070f,0xfffee05f,0xed2c6596,0xa1f19df7,0x28c76000,0xd0c00000,0x029e0001,0x79154f5f,0x03f0b302,0xf7f99c63,0x76f691da,0x3c200057,0x5000000b,0x3b000211,0x2e9089f9,0x1f930530,0x339f2dc2,0x83e7071f,0xfafe2058,0xedac5e96,0xb1f49e57,0x27c78000,0xd0e00000,0x029a0001,0x77154f5e,0x03a0b302,0xf7f89c73,0x77f6a1da,0x3c100057,0x5000000b,0x3b00020e,0x2e9084f9,0x1f940540,0x339f2dc2,0x83e106ff,0xf2fdc057,0xedcc5496,0xd1f79ee7,0x25c78000,0xd1000000,0x02950001,0x75153f5c,0x0320b203,0x07f89c63,0x77f6a1da,0x3c200057,0x5000000b,0x3a00020c,0x2e8081f9,0x1f940540,0x338f2fc2,0x73d806cf,0xe9fd5055,0xedbc4c96,0xe1f99f27,0x23c79000,0xd1500000,0x02910001,0x7414ff57,0x02e0ae03,0x67f89c53,0x79f6a1d7,0x3c500057,0x4000000b,0x3c00020c,0x2e8080f9,0x1f950550,0x336f36c2,0x43cf067f,0xdefc804e,0xed6c4497,0x01fc9f17,0x22c7d000,0xd1f00000,0x028d0001,0x77147f52,0x0350a804,0x97f79bf3,0x7ff6b1cf,0x3cb00057,0x0000000b,0x41000208,0x2e907cf9,0x3f940550,0x333f3cc2,0x03d0066f,0xd9fbf047,0xed3c4097,0x22019ef7,0x23c83000,0xd2300000,0x028a0001,0x7a141f52,0x03f0a705,0x27f49ba3,0x83f6c1c9,0x3ce00056,0xe000000b,0x430001fc,0x2ea071fa,0x2f9105c0,0x32bf44c1,0xb3ce060f,0xd2fb503e,0xecfc3697,0x32059f57,0x20c83000,0xd2900000,0x02890001,0x79137f4e,0x0400a304,0xf7ef9b33,0x8af6d1c0,0x3d500056,0xf000000b,0x440001f3,0x2eb069fb,0x1f8f0710,0x325f4dc1,0x43c805bf,0xc6fa9032,0xecdc2997,0x6208a027,0x19c81000,0xd3300000,0x02830001,0x7d12cf4a,0x03b0a304,0xd7ea9aa3,0x94f6f1b5,0x3df00056,0xb000000b,0x4c0001e9,0x2ee060fb,0x3f8d0720,0x323f53c0,0xe3c5058f,0xb4f9a029,0xed0c2097,0x920ca0c7,0x12c82000,0xd3e00000,0x027c0001,0x87121f4c,0x03b0a605,0x17e89a53,0x9cf711af,0x3e700056,0x8000000b,0x550001e8,0x2f005dfa,0xbf8a0680,0x320f57c0,0xb3c4055f,0xa8f90025,0xed2c1997,0xa212a127,0x12c83000,0xd4500000,0x027b0001,0x8c119f4d,0x03e0a405,0x47e89a33,0x9ff721ac,0x3ea00056,0x8000000b,0x580001e5,0x2f1057fb,0x4f840700,0x31ff58c0,0xb3c4054f,0xa6f8e025,0xed3c1797,0x9213a137,0x12c83000,0xd4600000,0x027c0001,0x8d118f4d,0x03f0a305,0x57e89a23,0xa0f721ac,0x3ea00056,0x9000000b,0x580001e3,0x2f1055fb,0x5f840700,0x31ff59c0,0xa3c1053f,0xa3f8b022,0xed4c1697,0xa214a147,0x12c85000,0xd4700000,0x027a0001,0x8c115f4c,0x0410a305,0x57e89a23,0xa1f721ab,0x3eb00056,0x8000000b,0x580001e4,0x2f2055fb,0x5f830700,0x31cf60c0,0x43b204bf,0x94f7e016,0xedac0f98,0x021aa1d7,0x11c8d000,0xd4f00000,0x02720001,0x86108f45,0x04d0a305,0x37e999e3,0xa9f741a9,0x3f400056,0x3000000b,0x5b0001e7,0x2f7054fb,0x4f7d06e0,0x31bf61c0,0x33b204bf,0x90f7b013,0xedbc0e98,0x221ca207,0x0fc8e000,0xd4f00000,0x026f0001,0x86107f45,0x04d0a505,0x27e899e3,0xacf751a8,0x3f700056,0x3000000b,0x5d0001ec,0x2f8058fa,0xbf7e0660,0x318f62c0,0x03b104bf,0x89f7400c,0xedcc0c98,0x421fa247,0x0cc90000,0xd5000000,0x026b0001,0x86105f43,0x04e0a705,0x27e799e3,0xb1f771a7,0x3fc00056,0x5000000b,0x5e0001f1,0x2f805bfa,0x1f7d05d0,0x310f69bf,0x63af049f,0x78f63ffe,0xedfbfe98,0x5228a2f7,0x0bc95000,0xd5200000,0x02680001,0x860fcf41,0x0560a305,0x27dd9a43,0xbaf7b1aa,0x40500057,0x5000000b,0x590001ea,0x2f7053fa,0xaf720640,0x30df71be,0xd3a6044f,0x66f53ff5,0xee1bec98,0x122fa407,0x0ac97000,0xd5600000,0x02690001,0x8e0f9f42,0x0580a004,0xf7da9a53,0xc1f7d1ac,0x40a00057,0x8000000b,0x580001ec,0x2fa050fb,0x5f6806a0,0x30ff78be,0x839b03cf,0x5cf4bfea,0xee3be398,0x2232a507,0x04c9a000,0xd5800000,0x02610001,0x900f7f41,0x0550a304,0xa7dd9a23,0xc6f7c1a8,0x40e00057,0x0000000b,0x620001f8,0x2fb056fb,0xaf600690,0x30df81be,0x3399035f,0x4ef3bfe0,0xee6bd598,0x3239a656,0xfdc9b000,0xd5700000,0x025d0001,0x940f3f43,0x04d0a204,0x57dc9a13,0xcef7c1a5,0x41500057,0x4000000b,0x6c00020c,0x2f5066fb,0xcf570690,0x30af8bbd,0xc39602bf,0x3ff28fd6,0xee9bc498,0x5241a7e6,0xf4c9c000,0xd5500000,0x025b0001,0x970f0f45,0x04009e04,0x27da9a13,0xd7f7d1a2,0x41f00057,0x9000000b,0x71000222,0x2f0077fb,0x0f5405b0,0x30bf96bd,0x738e022f,0x3af1bfce,0xeecbb998,0x8246a8f6,0xeec9e000,0xd5400000,0x02570001,0x990f1f46,0x03709c04,0x27dc99b3,0xd8f7b19b,0x42100056,0xf000000b,0x7e000222,0x2f3075fc,0x9f4906d0,0x30df9dbd,0x538c01bf,0x32f0ffc7,0xeefbb198,0xa24aa996,0xe8ca1000,0xd5200000,0x02520001,0x9b0f3f47,0x03309f04,0x47e09973,0xdef78195,0x42400056,0x9000000b,0x8d00022e,0x2f007cfc,0xef4406e0,0x30dfa2bd,0x4389012f,0x22efffbe,0xef2ba598,0x924faa36,0xe4ca2000,0xd5200000,0x02500001,0x9e0f2f48,0x0310a004,0x57e69963,0xe9f7618f,0x42b00056,0xa000000b,0x9a00024f,0x2e9094fb,0xef4405f0,0x30bfa4bd,0x438400cf,0x1bef8fb8,0xef3b9f98,0x524eaa56,0xe7c9f000,0xd5400000,0x02530001,0x9e0f2f48,0x03209d04,0x57e69953,0xe8f74190,0x42d00056,0xa000000b,0x9a000252,0x2e9096fb,0x5f440560,0x30cfa8bd,0x2383007f,0x14eeffb0,0xef5b9b98,0x8251aac6,0xe1ca1000,0xd5100000,0x024f0001,0xa10f5f49,0x0320a004,0x67e89943,0xe8f7218d,0x42c00056,0x6000000b,0xa1000251,0x2ea094fb,0xaf400550,0x30cfacbd,0x0385006f,0x0dee6fa6,0xef6b9798,0xb257ab06,0xdcca4000,0xd4d00000,0x024d0001,0xa30f7f4a,0x0340a104,0x67e99943,0xeaf6f189,0x42c00056,0x6000000b,0xa8000252,0x2e9093fc,0x5f3a05d0,0x30bfaebc,0xf385005f,0x0dee3f9b,0xef8b9698,0xa25aaab6,0xe0ca6000,0xd4900000,0x02500001,0x9f0f6f46,0x03c09c04,0x77ea9953,0xebf6c189,0x42c00056,0x8000000b,0xa8000256,0x2e9094fb,0xef3c0540,0x30cfaebd,0x0383002f,0x0eee2f94,0xef9b9798,0xa25baa76,0xe1ca7000,0xd4700000,0x02500001,0x9d0f5f44,0x04209a04,0x87ec9963,0xebf6a18a,0x42c00056,0x7000000b,0xa800025b,0x2ea098fb,0xdf3e0550,0x30cfaebd,0x0382002f,0x0fee2f94,0xef9b9798,0xa25baa66,0xe2ca7000,0xd4700000,0x02500001,0x9d0f5f44,0x04309a04,0x87ed9963,0xebf6918a,0x42c00056,0x6000000b,0xa900025c,0x2ea098fb,0xdf3e0550,0x30cfaebd,0x0382002f,0x0fee1f94,0xef9b9798,0xa25baa66,0xe2ca7000,0xd4600000,0x02500001,0x9d0f5f44,0x04309a04,0x87ed9963,0xebf6918a,0x42c00056,0x6000000b,0xa900025c,0x2ea098fb,0xdf3e0550,0x310fb0bc,0xe37f001f,0x0bee2f98,0xef6b9398,0xb25daa86,0xe0ca9000,0xd4700000,0x024b0001,0x9e0f6f45,0x04509c04,0x87f099a3,0xecf63186,0x42700056,0x6000000b,0xaf000266,0x2e40a2fc,0x1f4305b0,0x310fb0bc,0xe380002f,0x0bee1f98,0xef6b9298,0xc25daa96,0xe0ca9000,0xd4700000,0x024b0001,0x9e0f6f45,0x04509c04,0x87f199a3,0xecf62187,0x42600056,0x7000000b,0xae000269,0x2e30a6fc,0x1f4405c0,0x310fb0bc,0xd380002f,0x09ee1f98,0xef6b9198,0xc25eaaa6,0xe0ca9000,0xd4600000,0x024c0001,0x9f0f6f45,0x04409b04,0x87f199c3,0xecf60187,0x42500056,0x9000000b,0xad000270,0x2e10affc,0x0f4605f0,0x314fb1bc,0xb37c002f,0x0bee1f97,0xef6b9098,0xc25eaaa6,0xdfca8000,0xd4700000,0x024d0001,0x9e0f6f44,0x04309a04,0x77f099f3,0xe9f5b185,0x42100056,0x6000000b,0xaf000275,0x2e60b8fc,0x3f490650,0x31dfb5bc,0x7373000f,0x0fee1f96,0xef5b8f98,0xc25daab6,0xdfca8000,0xd4700000,0x024d0001,0x9d0f6f44,0x04209904,0x67ef9a53,0xe5f55183,0x41a00055,0xe000000b,0xb7000270,0x2eb0b5fd,0x4f480740,0x324fb7bc,0x236c002f,0x12ee2f96,0xef5b8e98,0xc25eaaa6,0xdfca7000,0xd4700000,0x024e0001,0x9d0f6f43,0x04309904,0x77ec9ad3,0xe4f56188,0x41800055,0xf000000b,0xb8000266,0x2ed0acfe,0x7f4108a0,0x329fb6bb,0xa366008f,0x14ee4f95,0xef3b8898,0xb260aa86,0xe1ca6000,0xd4700000,0x024f0001,0x9e0f6f3f,0x04209604,0x77e59c33,0xe8f5a195,0x41a00056,0xd000000b,0xaa000267,0x2f00a8fe,0x2f460940,0x32bfb5bb,0x936400bf,0x17ee7f95,0xef1b7d98,0xa262aa56,0xe3ca5000,0xd4800000,0x02510001,0xa10f5f36,0x04209304,0x97ea9d03,0xe9f58196,0x41b00056,0xe000000b,0xab00027c,0x2f90adfd,0xef4b09c0,0x32dfb5bb,0xa36400ef,0x1beebf94,0xeedb7498,0xa262a9f6,0xe5ca5000,0xd4b00000,0x02530001,0xa40f5f2c,0x04309004,0xc7f09db3,0xecf5418f,0x41a00057,0x0000000b,0xb3000299,0x3010a2fd,0x2f560930,0x32cfb4bb,0xa367012f,0x1def1f95,0xee9b6d98,0xb261a9d6,0xe5ca2000,0xd4e00000,0x02560001,0xa50f4f24,0x03f08c04,0xe7f19ea3,0xeff5118c,0x41900057,0xb000000b,0xb20002b6,0x2fc07efc,0xff5909d0,0x32bfb4bb,0xb367012f,0x1fef6f97,0xee5b6898,0xc260a9d6,0xe5ca1000,0xd5100000,0x02570001,0xa30f4f1e,0x03b08c04,0xe7f29f43,0xf0f4c189,0x41600057,0xc000000b,0xb10002c7,0x2ee04bfc,0x8f6109d0,0x32bfb3bb,0xc365013f,0x21efbf99,0xee2b6698,0xb25da9c6,0xe6ca0000,0xd5500000,0x02570001,0xa40f6f1a,0x03a08d04,0xe7f29f93,0xf4f48186,0x41300057,0x9000000b,0xb50002cf,0x2dc023fd,0x1f5f0aa0,0x329fb1bb,0xe366014f,0x20efef9a,0xee1b6698,0xa25ca9a6,0xe7c9f000,0xd5500000,0x02580001,0xa50f8f19,0x03b08d04,0xf7f19fc3,0xf8f47184,0x41300057,0xc000000b,0xb60002da,0x2cb014fc,0x2f6a0990,0x326fadbc,0x2369014f,0x1ff01f9d,0xee0b6898,0x925da996,0xe8c9f000,0xd5400000,0x02590001,0xa20f9f16,0x03d08d05,0x17ef9fd3,0xfbf46184,0x41300058,0x2000000b,0xb40002ef,0x2ac002fb,0x5f720900,0x326facbc,0x4368015f,0x22f02f9d,0xedfb6b98,0x925da986,0xe7ca1000,0xd5400000,0x02570001,0x9f0faf15,0x04008e05,0x37eb9fc3,0xf9f47183,0x41300058,0x0000000b,0xb30002fa,0x288fe9fb,0x4f720900,0x325facbc,0x536a017f,0x25f02f9f,0xedfb6e98,0x925ea966,0xe8ca3000,0xd5200000,0x02560001,0x9d0fcf14,0x04308f05,0x47e49fc3,0xfaf49183,0x41300058,0x3000000b,0xb1000304,0x264fd9fb,0xaf6f09a0,0x323fabbc,0x536b01af,0x26f01fa1,0xedeb7098,0x825ea946,0xe9ca3000,0xd5200000,0x02560001,0x9b0fcf15,0x04408e05,0x47e19fc3,0xfbf4c185,0x41400058,0x8000000b,0xac00030a,0x254fd4fb,0x8f700990,0x323fabbc,0x536c01bf,0x27f01fa1,0xedeb7198,0x825ea946,0xe9ca3000,0xd5200000,0x02560001,0x9a0fcf15,0x04408d05,0x47e09fc3,0xfbf4d185,0x41400058,0x8000000b,0xab00030a,0x251fd3fb,0x8f710990,0x322fa9bc,0x636a01cf,0x2df03fa0,0xedeb7798,0x725da8c6,0xedca4000,0xd5000000,0x02560001,0x930fcf12,0x04908b05,0x37e09fb3,0xf8f51189,0x41700058,0x6000000b,0xa500030a,0x249fcdfb,0xaf6e0a20,0x324fa8bc,0x636801ef,0x30f05fa1,0xedeb7c98,0x725da886,0xefca5000,0xd5000000,0x02560001,0x900fdf12,0x04a08c05,0x27e29fb3,0xf7f54188,0x41700058,0x4000000b,0xa7000308,0x245fcafb,0xbf6e0a20,0x327fa7bc,0x9365022f,0x37f0bfa4,0xedcb8998,0x825ca806,0xf1ca6000,0xd4f00000,0x02550001,0x88100f10,0x04d08e04,0xf7e59fa3,0xf3f59188,0x41700057,0xf000000b,0xac000305,0x23afc4fb,0xff6c0a10,0x328fa4bc,0xa365025f,0x3bf0dfa6,0xedbb8f98,0x825aa7c6,0xf3ca5000,0xd4f00000,0x02570001,0x84103f0f,0x04d08e04,0xc7e69fa3,0xf0f5d18b,0x41800057,0xd000000b,0xa9000304,0x237fc3fb,0xcf6e0a40,0x329f9abc,0xd36402bf,0x40f0cfac,0xedab9c98,0x3251a776,0xf6c9c000,0xd4f00000,0x025f0001,0x8010af0c,0x04608c04,0x37e69fd3,0xe7f68197,0x41800058,0x0000000b,0x9b000306,0x237fc4fb,0xcf6e0ae0,0x32bf94bc,0xf36402ef,0x44f0efac,0xedaba498,0x124ca726,0xf9c9a000,0xd4f00000,0x02620001,0x7f110f0a,0x04408c03,0xf7e5a003,0xe3f6e19b,0x41800058,0x0000000b,0x98000309,0x238fc7fb,0x5f730a30,0x32cf88bd,0x536903af,0x4af12faf,0xedcbab97,0xe24ca676,0xffc9c000,0xd4b00000,0x02620001,0x8011af08,0x04308c04,0x07e8a033,0xd8f731a1,0x40f00058,0x2000000b,0x9300030e,0x238fccfc,0x0f6f0a60,0x32ef7fbd,0xc368040f,0x55f1afb1,0xeddbb497,0xe249a5a7,0x03c9c000,0xd4800000,0x02640001,0x7711bf01,0x03908504,0x37efa033,0xc8f721a8,0x40300057,0xf000000b,0x8a00030b,0x23bfd2fc,0x8f6e0ad0,0x335f78be,0x3365041f,0x62f20fb6,0xedbbba97,0xc23fa4e7,0x04c95000,0xd4600000,0x02690001,0x77121f01,0x02b08004,0xc7f99fe3,0xb9f6f1aa,0x3f600056,0xf000000b,0x8d000301,0x24bfe6fd,0x4f6b0b40,0x338f71be,0x936e045f,0x6df24fbd,0xed7bbe97,0x8237a447,0x03c8d000,0xd4200000,0x026c0001,0x7c130f00,0x01e07f05,0x77fe9fd3,0xb2f701ad,0x3ef00056,0xa000000b,0x8a0002fc,0x25b004fd,0x6f6c0af0,0x335f67bf,0x137704ef,0x7af33fc0,0xed8bc697,0x7234a377,0x06c8c000,0xd3b00000,0x02700001,0x7213def4,0x01907b05,0xc7fea013,0xadf741b6,0x3ec00057,0x2000000b,0x79000301,0x26c01efc,0x7f740a10,0x334f61bf,0x737a053f,0x86f40fc3,0xed9bcf97,0x7230a2f7,0x08c8a000,0xd3500000,0x02730001,0x6a14aee8,0x01507905,0xe801a023,0xa5f761bc,0x3e900057,0x2000000b,0x6e000302,0x278028fc,0x3f7809d0,0x338f5ebf,0xb382059f,0x98f4ffc7,0xedabde97,0x5226a227,0x09c84000,0xd3100000,0x02750001,0x6815dee4,0x01507f06,0x4804a033,0x98f751bd,0x3df00056,0xd000000b,0x6e0002f0,0x27b020fd,0x3f750a10,0x339f59c0,0x038e063f,0xb0f63fca,0xedbbf296,0xf21da0d7,0x12c7f000,0xd2a00000,0x027a0001,0x6116bee2,0x01b08306,0xa806a063,0x8cf731c1,0x3d300056,0xf000000b,0x660002de,0x27c017ff,0x0f6c0b40,0x339f53c0,0x7392067f,0xc1f72fcb,0xedcc0396,0x82189fc7,0x1fc7d000,0xd2300000,0x02810001,0x5916fee1,0x02508506,0x880aa073,0x89f701c6,0x3d100057,0x1000000b,0x5e0002e6,0x27d020fd,0x8f770a10,0x33df4ec0,0xc392068f,0xc8f79fcc,0xedcc0b96,0x62149f77,0x23c7c000,0xd2000000,0x02820001,0x57172ee3,0x02908a06,0x580fa063,0x87f6f1c7,0x3d100056,0xc000000b,0x600002ed,0x27f027fc,0xbf7b0970,0x341f4cc1,0x0393067f,0xccf7cfce,0xedbc1196,0x52109f67,0x22c79000,0xd1e00000,0x02820001,0x57175ee5,0x02a08f06,0x1812a043,0x84f6c1c6,0x3cf00056,0x5000000b,0x660002ed,0x281028fc,0x3f7e08c0,0x343f4bc1,0x2394067f,0xcff7efcf,0xedbc1496,0x420f9f47,0x22c78000,0xd1d00000,0x02830001,0x56176ee5,0x02c09105,0xf814a043,0x83f6b1c6,0x3ce00056,0x3000000b,0x680002ec,0x281028fb,0xbf800820,0x347f44c1,0xb3a306af,0xe1f8afd7,0xedfc2496,0x42079e37,0x28c77000,0xd1300000,0x02860001,0x4517aee1,0x03809805,0xe81ba023,0x7cf681c4,0x3c700056,0x0000000b,0x6b0002e3,0x280027fb,0x1f820730,0x346f42c1,0xc3a606cf,0xe4f8cfd8,0xee0c2696,0x32089e07,0x2ac76000,0xd1000000,0x028a0001,0x4017aee1,0x03809606,0x081aa033,0x7bf691c5,0x3c700056,0x2000000b,0x680002e2,0x280027fa,0xff820730,0x345f3fc1,0xf3aa06ef,0xeaf92fdc,0xee2c2a96,0x22079da7,0x2dc74000,0xd0b00000,0x028f0001,0x3917cee2,0x03909306,0x581aa043,0x79f691c8,0x3c700056,0x4000000b,0x620002e0,0x282028fa,0xaf840730,0x34bf38c2,0x83ad06ef,0xf5f9efe6,0xee7c3295,0xe2009ce7,0x2fc70000,0xd0400000,0x02970001,0x36183eea,0x03c08f07,0x7821a073,0x72f681ce,0x3c200056,0x0000000b,0x5e0002de,0x287029f9,0xcf8b06c0,0x350f33c2,0xf3b106f0,0x01faaff0,0xeecc3a95,0xb1fc9c07,0x33c71000,0xcfe00000,0x029b0001,0x32186ef1,0x04008808,0x782aa0d3,0x68f631d1,0x3b700056,0x3000000b,0x5d0002d4,0x286023fa,0x1f8c0700,0x350f30c3,0x43b906e0,0x08fb0ff6,0xef2c3d95,0x81fd9bc7,0x35c71000,0xcf700000,0x02a10001,0x32189ef7,0x03f08009,0x0831a133,0x60f5d1d7,0x3ac00056,0xd000000b,0x540002cb,0x28601dfa,0x5f8b0730,0x34ff2cc3,0x83be0700,0x09fb3ffa,0xef7c3e95,0x51fe9be7,0x35c6f000,0xcf300000,0x02a80001,0x3518defd,0x03b07d09,0x5830a143,0x58f5b1db,0x3a900057,0x0000000b,0x4c0002c0,0x28a018fa,0x5f8a0750,0x34ff28c3,0xa3c20730,0x10fb9001,0xefdc4295,0x21fc9be7,0x34c6e000,0xcef00000,0x02aa0001,0x38191f03,0x03b07d09,0xd82ea133,0x50f5a1dd,0x3a600056,0xc000000b,0x480002ad,0x29000ff9,0xaf8b0690,0x350f23c3,0xd3cb0770,0x1afc000a,0xf02c4b95,0x01f79b97,0x33c6c000,0xced00000,0x02ac0001,0x3c193f0a,0x03e07d0a,0x482fa143,0x4ef581de,0x3a300056,0xc000000b,0x470002a4,0x29100af9,0x6f8a0600,0x34cf1fc4,0x23d30780,0x20fc400f,0xf07c5294,0xf1f59b67,0x34c69000,0xcec00000,0x02b20001,0x38194f0e,0x03e07b0a,0x782fa183,0x4df571e3,0x3a100057,0x6000000b,0x3d0002a6,0x29200ef8,0x7f8a0550,0x344f17c4,0x93dc0790,0x25fcc014,0xf0ec5b94,0xd1f19b17,0x38c65000,0xcea00000,0x02bb0001,0x31195f12,0x03f0780a,0xb82ea223,0x4cf551ef,0x3a100058,0x8000000b,0x290002ae,0x294018f6,0x9f8d0410,0x344f14c4,0xd3dd0790,0x28fcf017,0xf11c5d94,0xc1f09ad7,0x39c65000,0xce900000,0x02bd0001,0x33195f17,0x0430780a,0xf830a233,0x4cf551ef,0x3a000058,0x8000000b,0x280002af,0x29501af6,0x6f8f0410,0x349f13c5,0x23dd0770,0x2afd101d,0xf14c5e94,0xb1ee9a97,0x3ac63000,0xce700000,0x02bf0001,0x35196f1d,0x0480790b,0x6835a1f3,0x4af541e9,0x39e00058,0x0000000b,0x310002aa,0x295017f6,0x4f9303e0,0x349f12c5,0x53dd0760,0x2cfd201f,0xf16c5e94,0xb1ee9a77,0x3cc63000,0xce600000,0x02c10001,0x34197f1f,0x0490780b,0x8836a1d3,0x4af531e8,0x39f00057,0xe000000b,0x310002a7,0x297014f5,0xef960390,0x34bf11c5,0x93d90750,0x2dfd1021,0xf1ac5e94,0x91ed9a77,0x3dc62000,0xce600000,0x02c30001,0x36197f22,0x04b0770b,0xa839a193,0x4cf521e6,0x3a300057,0x6000000b,0x340002a8,0x29c015f5,0x4f9a0350,0x34df11c5,0xa3d70750,0x2dfd1021,0xf1cc5d94,0x91ed9a77,0x3ec62000,0xce600000,0x02c30001,0x38197f24,0x04c0780b,0xb83aa183,0x4ef521e4,0x3a500057,0x2000000b,0x370002a9,0x29d015f4,0xaf9b02c0,0x34df12c5,0xb3d80760,0x2dfd1021,0xf20c5d94,0x91ef9a67,0x3fc65000,0xce600000,0x02c30001,0x38197f25,0x04f0770b,0xc83ba173,0x4ef521e3,0x3a400057,0x1000000b,0x390002a5,0x29c011f4,0xcf9a02b0,0x34ef12c5,0xb3d80760,0x2efd1020,0xf21c5d94,0x91ef9a57,0x3fc66000,0xce500000,0x02c20001,0x37197f25,0x0510770b,0xd83ba163,0x4df531e2,0x3a400057,0x1000000b,0x390002a3,0x29d00ff5,0x1f9a02e0,0x34ef13c5,0xa3d70770,0x2efcf01c,0xf26c5c94,0xa1f09a57,0x40c67000,0xce500000,0x02c20001,0x37196f25,0x0530780b,0xd83aa163,0x4ef531e2,0x3a600056,0xf000000b,0x3a0002a1,0x29d00ef5,0x1f9b02e0,0x34ef14c5,0x83d50750,0x2afcb018,0xf2cc5694,0xc1f09a67,0x41c69000,0xce600000,0x02c10001,0x36195f24,0x0550780b,0xa839a143,0x4ff551e0,0x3a700056,0xd000000b,0x3c00029c,0x29d00af5,0x3f9a02e0,0x34ff18c5,0x53cc0720,0x22fc801c,0xf2fc4b94,0xf1f19ac7,0x42c6e000,0xce900000,0x02be0001,0x33192f1f,0x0580770b,0x3836a113,0x51f571dd,0x3a900056,0xb000000b,0x3e000294,0x29e003f6,0x2f9b03c0,0x354f1dc5,0x03c50700,0x1bfc1021,0xf31c4395,0x01f59b27,0x3fc71000,0xcec00000,0x02bb0001,0x3718ff1e,0x05b0780a,0xe835a0f3,0x50f591db,0x3aa00056,0x5000000b,0x43000284,0x29fff6f7,0x5f9a0490,0x358f23c4,0xb3c406e0,0x17fb7024,0xf31c4095,0x11f99b57,0x3cc70000,0xcec00000,0x02bb0001,0x3d18cf23,0x05a0780a,0xd835a0c3,0x4ef591d7,0x3a800055,0xf000000b,0x49000272,0x2a0fe6f8,0xdf9705b0,0x359f25c4,0xa3c406d0,0x16fb4025,0xf31c3f95,0x11fa9b67,0x3bc70000,0xcec00000,0x02bc0001,0x3f18bf24,0x05a0780a,0xd835a0b3,0x4df591d6,0x3a700055,0xd000000b,0x4b00026c,0x2a0fe2f9,0x8f960640,0x358f29c4,0x73c206c0,0x16fb2021,0xf34c3f95,0x21fb9b77,0x3bc6f000,0xced00000,0x02bd0001,0x3a18af21,0x0560780a,0xa835a083,0x4af591d5,0x3a600055,0xc000000b,0x4b00025b,0x2a0fd3fa,0x3f9406e0,0x355f2ac4,0x53c106c0,0x14faf01d,0xf36c3d95,0x21fb9b87,0x3bc71000,0xcef00000,0x02bc0001,0x3a189f1e,0x0560780a,0x7832a083,0x4cf5b1d5,0x3a900055,0xe000000b,0x4800025b,0x2a1fd3f9,0xff9506f0,0x350f2ac4,0x23bf06c0,0x0ffa9017,0xf3ac3a95,0x31fc9b97,0x3bc75000,0xcf100000,0x02b90001,0x3a187f1a,0x0590780a,0x282da0a3,0x53f601d7,0x3b100056,0x5000000b,0x43000262,0x2a2fd8f8,0xff970670,0x34df2cc3,0xe3bd0690,0x06fa1013,0xf3fc3495,0x71fe9bd7,0x38c78000,0xcf500000,0x02b30001,0x3a182f13,0x05a07909,0xd829a063,0x58f631d2,0x3b600056,0x3000000b,0x47000260,0x2a2fd7f9,0x7f970710,0x348f30c3,0xb3b8065f,0xfcf96010,0xf47c2c95,0xb2009c17,0x36c7b000,0xcfa00000,0x02ae0001,0x3717ef0a,0x05a07b09,0x7826a013,0x5ef651cc,0x3bc00056,0x3000000b,0x4a000261,0x2a4fd7f8,0xcf9906b0,0x343f32c3,0x93b3060f,0xf1f8b00d,0xf4fc2595,0xd2009c77,0x35c7e000,0xd0000000,0x02a90001,0x3817bf05,0x05d07f09,0x2823a013,0x64f671ca,0x3c400056,0x7000000b,0x49000267,0x2a6fdcf7,0xef9b0640,0x341f34c3,0x83af05cf,0xe8f8100d,0xf56c1e95,0xe2019cb7,0x34c80000,0xd0400000,0x02a50001,0x3f179f04,0x06108308,0xf822a003,0x68f681c8,0x3ca00056,0x6000000b,0x4c00026d,0x2a8fe1f7,0xaf9b0640,0x33df38c3,0x53af057f,0xdcf6d00e,0xf5ec1596,0x02059d17,0x32c80000,0xd0800000,0x02a40001,0x3e173eff,0x06108308,0x88209ff3,0x70f6a1c5,0x3d300056,0x9000000b,0x4f000273,0x2a8fe5f6,0xef9a05b0,0x338f3fc3,0x03ad052f,0xd5f5800e,0xf66c0d96,0x32079d87,0x2fc80000,0xd0b00000,0x02a20001,0x3b16def9,0x06108508,0x181d9fc3,0x75f6c1c1,0x3db00056,0xa000000b,0x5100026e,0x2abfe0f7,0x4f960600,0x337f49c2,0x93aa04ef,0xd1f4100c,0xf6cc0396,0x72089dd7,0x29c80000,0xd0e00000,0x029c0001,0x3b169ef7,0x06608b08,0x081b9f63,0x7af6e1b9,0x3df00056,0x4000000b,0x5a000262,0x2aefd6f8,0x0f900650,0x335f4ec2,0x73a9049f,0xc6f29009,0xf73bf896,0xb20d9e07,0x27c81000,0xd0f00000,0x02970001,0x39163ef6,0x06a08d08,0x181b9f13,0x85f6f1b2,0x3e800056,0x1000000b,0x64000271,0x2aefe0f7,0x6f8e05d0,0x332f51c2,0x63a2043f,0xbbf13005,0xf7bbed96,0xd2109e47,0x28c82000,0xd1200000,0x02970001,0x3515fef4,0x06c08b08,0x081d9f03,0x8cf6f1b1,0x3ef00056,0x1000000b,0x66000282,0x2affebf6,0xdf8e05c0,0x333f54c2,0x439c03ff,0xb5f03002,0xf82be696,0xf2129e67,0x28c84000,0xd1400000,0x02940001,0x3515eef3,0x06d08c08,0x181e9ef3,0x8df6e1b1,0x3f000055,0xf000000b,0x69000285,0x2b1fedf6,0xef8c05d0,0x333f57c2,0x139b03df,0xa6ee3ffe,0xf8cbdc97,0x32199e77,0x24c8a000,0xd1500000,0x028f0001,0x3b15bef1,0x07508e08,0xa81e9f13,0x8cf6d1af,0x3ef00055,0xf000000b,0x70000284,0x2b1fecf7,0xcf850660,0x332f5ac1,0xe39803bf,0xa0ec5ffb,0xf92bd797,0x421e9e27,0x27c8e000,0xd1500000,0x02930001,0x37158ee9,0x07b08609,0x081d9f33,0x8cf6d1b0,0x3ef00056,0x4000000b,0x70000286,0x2b0fecf7,0xef830660,0x331f5cc1,0xc395038f,0x9deb0ff8,0xf96bd497,0x321f9e07,0x2ac8d000,0xd1500000,0x02980001,0x34156ee3,0x07e07f09,0x381d9f33,0x8df6d1b0,0x3f000056,0x5000000b,0x6e000289,0x2b1fedf7,0xff820660,0x331f5cc1,0xc394037f,0x9deabff8,0xf96bd397,0x321f9e07,0x2ac8d000,0xd1500000,0x02990001,0x34156ee2,0x07e07e09,0x481d9f33,0x8df6d1b0,0x3f000056,0x5000000b,0x6e000289,0x2b2feef8,0x3f8006a0,0x331f5dc1,0xb394037f,0x9bea1ff6,0xf97bd297,0x321f9df7,0x2ac8e000,0xd1600000,0x02970001,0x33156ee0,0x08007e09,0x781c9f33,0x8df6e1b0,0x3f000056,0x4000000b,0x6f000288,0x2b2fedf8,0x0f800660,0x331f5ec1,0x6393037f,0x96e78ff0,0xf9cbcf97,0x52219d97,0x28c94000,0xd1600000,0x02920001,0x30154ed8,0x08a07e0a,0x58199f23,0x8ff701af,0x3f000056,0x1000000b,0x72000286,0x2b3feaf9,0x1f7a0730,0x32ff5dc1,0x6396038f,0x92e6dfed,0xf9cbce97,0x52229d87,0x29c95000,0xd1600000,0x02930001,0x2d152ed5,0x08b07d0a,0x88179f33,0x91f721b1,0x3f200056,0x6000000b,0x6f00028b,0x2b3feef8,0xaf7b06f0,0x329f5bc1,0x439c038f,0x8be53fe8,0xf9ebc897,0x42239db7,0x29c92000,0xd1600000,0x02970001,0x2814fece,0x0890790a,0xc8139f73,0x97f751b5,0x3f700056,0xf000000b,0x66000297,0x2b2ff7f7,0xdf7d0670,0x327f5dc1,0x139d035f,0x84e31fe3,0xfa1bc097,0x22239e47,0x28c8c000,0xd1700000,0x029e0001,0x2714eec9,0x07f0750a,0xc8129f93,0x9af761b7,0x3f900057,0x4000000b,0x6300029d,0x2b3ffaf7,0xcf7d0680,0x329f5fc1,0x1399033f,0x83e1dfdf,0xfa3bbe97,0x32239e77,0x25c8d000,0xd1900000,0x029b0001,0x2514cec6,0x07c0730a,0xc8149f93,0x99f741b6,0x3f700057,0x1000000b,0x660002a0,0x2b5ffaf7,0xbf7b0640,0x32af5fc1,0x1397033f,0x82e13fda,0xfa3bbe97,0x42249e77,0x24c90000,0xd1a00000,0x02980001,0x2314bec4,0x07c0730a,0xe8159f83,0x97f731b5,0x3f600057,0x0000000b,0x6900029f,0x2b5ff7f8,0x1f790690 +}; + +u32 ANIM_ENTRY_hit_neck[] = +{ + 0xfe600401,0x3ffc019f,0xf5025ff1,0xfd085f85,0x73881ae0,0x7640a000,0xe9500000,0x022a000c,0x8500405b,0xf240341b,0x486e8303,0xe4f59047,0x39700001,0x2000000f,0x9a000f6c,0x03d00807,0x4ff90330,0xfde00f01,0x900500ff,0xef023ff3,0xfd286185,0x93881b10,0x7740a000,0xe9700000,0x022c000c,0x8300305c,0xf200331b,0x28718433,0xdcf56054,0x38e00002,0x1000000f,0x83000f74,0x05400406,0xeff802f0,0xfbe02901,0xb027ff5f,0xea015fef,0xfd486b86,0x738b1c30,0x8140b000,0xe9e00000,0x023a000c,0x7800705d,0xf0902d1a,0x488d8493,0xcbf3b047,0x37c00004,0x5000000f,0x69000f71,0x05b00607,0x4ff80320,0xf9004900,0xf06bfd9f,0xf0fc6fce,0xfcc88b89,0xc3971e70,0xac411000,0xeae00000,0x0251000c,0x59018058,0xed701d18,0x989f84d3,0xcbf2a02b,0x38000008,0x9000000f,0x4d000f7e,0x04e00106,0xcffe02e0,0xf7804e00,0x70b4fdbf,0xf9f53fae,0xfb88c38e,0xc3a92010,0xf3419000,0xeb700000,0x025a000c,0x2802c04e,0xeae00f16,0xe8858653,0xddf4103a,0x3910000c,0xd000000f,0x1a000fa0,0x038ff505,0x00110210,0xf7505000,0x70d5fdd0,0x0bef6fb9,0xf7c91a92,0xf3cf2421,0x49401000,0xe9700000,0x025b000b,0xed041024,0xe3b01011,0xa8618a13,0xe6f40099,0x37a00013,0xb000000e,0x65000fc9,0xff1ff304,0xb03601d0,0xf7505e00,0x80d0fde0,0x19edbfca,0xf4b95095,0x03d62711,0x743c9000,0xe6800000,0x0276000c,0x43053fd3,0xdc10280e,0x88498da3,0xebf270ea,0x3560001a,0x7000000d,0xc6000ff1,0xfc0ff305,0x00330200,0xf6e08500,0x70cafe20,0x20ee8fbd,0xf3a97296,0xa3942651,0x76388000,0xe3d00000,0x0293000d,0x4a095f87,0xd7a06910,0xe8559003,0xe2ef011f,0x31f0001f,0x6000000d,0x3a000013,0xfa1fe704,0xc01602a0,0xf660a900,0x60ccfee0,0x2cedefa6,0xf2a9ab98,0xf34024b1,0x7835c000,0xe0100000,0x0289000e,0x30110f7e,0xd640a313,0x58659173,0xd7ed8119,0x30c00022,0x7000000d,0x18000030,0xf98fd104,0x10250320,0xf650ba00,0x30c1ffa0,0x3bed5f9e,0xf1d9f59b,0x23042441,0x7d349000,0xdc100000,0x026b000e,0x89157fb1,0xd6d0a013,0x68699243,0xd6ed310c,0x31300023,0x5000000d,0x2800003f,0xf9dfc503,0x304a0240,0xf680cbff,0xb0a700f0,0x51ed6f99,0xf11a969f,0x529922d1,0x8132a000,0xd5f00000,0x0250000e,0xcc16a02a,0xd9605312,0xb8639343,0xdeecd0f2,0x32900023,0x1000000d,0x60000056,0xfb5fbb01,0x6079ff70,0xf680cfff,0x80a201a0,0x57ed0f96,0xf10aa99c,0xf2d32161,0x87321000,0xc8900000,0x024f000e,0xd3150044,0xdbf01512,0x38599323,0xe7ecc0ea,0x32f00022,0x9000000d,0x73000063,0xfc5fb500,0xd07bfe90,0xf680c9ff,0x50a00280,0x5cea3f8e,0xf10b109e,0xa29e1f11,0xa533a000,0xc2500000,0x025b000e,0xb5103028,0xe4ff7b0d,0x484394c3,0xfbed00f1,0x33000025,0x9000000d,0x7b00007c,0xfd4f9800,0xc06efe60,0xf6b0b9ff,0x209803a0,0x60e59f84,0xf16b85a1,0xc2c11cd1,0xe2372000,0xbab00000,0x027d000e,0x9209cfee,0xf16eca06,0xd83396e4,0x0ded711b,0x3210002a,0xc000000d,0x5d0000a0,0xfbcf5401,0x405bfec0,0xf690b3ff,0x009503c0,0x5fe3df81,0xf1ac04ad,0xc2b81c02,0x0e393000,0xb5500000,0x029b000e,0x91068fc9,0xf2feae07,0xd8349734,0x0bed6131,0x3110002d,0x8000000d,0x4b0000b7,0xf98f2c01,0xc04fff20,0xf690b2fe,0xf09403b0,0x5fe37f80,0xf1ac47ad,0x624f1be2,0x1b39b000,0xb3e00000,0x02a4000e,0x9305afbd,0xf2aeaf08,0x98359724,0x0aed5136,0x30d0002e,0x2000000d,0x460000bd,0xf8ef2201,0xe04bff40,0xf680a7ff,0x40960320,0x58e1ff8d,0xf1bc97b2,0x22101dd2,0x493c4000,0xb0c00000,0x02b2000e,0x9f02ef92,0xf0fec209,0x283396d4,0x0fee5142,0x3140002f,0x9000000d,0x4a0000a5,0xf84f2301,0x903fff10,0xf68091ff,0xc0990250,0x4edf4fa4,0xf19d0bbc,0x21ed21a2,0x99413000,0xb0c00000,0x02cc000e,0xb4fdef46,0xef3ee409,0x68319644,0x15f02154,0x32300031,0xe000000d,0x58000070,0xf80f2d01,0x3026fec0,0xf6c085ff,0xf0950290,0x4ede8fad,0xf18d00bb,0xd1f42362,0xac43b000,0xb0c00000,0x02dd000e,0xbcfbaf29,0xf1bef407,0xc82e96d4,0x15f04157,0x32500032,0xd000000d,0x6d00004d,0xf9df4101,0xc011fec0,0xf7207c00,0x208e0310,0x4cde3fb6,0xf1acf6bb,0x61fb2492,0xc946b000,0xb0c00000,0x0303000e,0xd9f7befe,0xf70f2104,0xe82697a4,0x0eeef15d,0x31600032,0xe000000d,0x8800002a,0xfb4f6903,0x4ff1ffb0,0xf7a07c00,0x608703f0,0x45dedfb9,0xf1ace9ba,0xc2032392,0xd8479000,0xb0c00000,0x032a000e,0xfff4beea,0xfbbf7002,0x38379743,0xf8edf169,0x3020002f,0xc000000d,0x8d000026,0xf83f8e04,0xefe501d0,0xf7f07c00,0x908304f0,0x41df1fb8,0xf18ce1ba,0x52072252,0xdf478000,0xb0c00000,0x0349000f,0x09f3eef1,0xfcdfbcff,0xc83b9593,0xf0eed163,0x3010002a,0xd000000d,0x8c000017,0xf62fb005,0xfff402c0,0xf8008100,0x70800570,0x42deffaf,0xf18cdeba,0x22092122,0xe346b000,0xb0c00000,0x035c000e,0xf7f43f02,0xfc0fdcfd,0xc8519493,0xe3ef2154,0x30200028,0x0000000d,0x82000007,0xf60fc206,0x100b0250,0xf8009000,0x808c05b0,0x48ddcf9b,0xf18cdcba,0x020a2012,0xf1459000,0xb0c00000,0x0367000e,0xe4f44f13,0xfbbfecfc,0x786494a3,0xd8ef6154,0x30100027,0x2000000d,0x49000006,0xf64fc504,0xc0340190,0xf7e0ae00,0x90ad0570,0x55dabf7c,0xf16cdab9,0xd20b1fd3,0x0f44c000,0xb0c00000,0x0376000e,0xd8f41f27,0xfbe008fa,0xd8859573,0xc4f01143,0x30800027,0x1000000c,0xfc000009,0xf6efc502,0x40800070,0xf7d0c300,0x80bd0490,0x61d8df7b,0xf15cd8b9,0xb20c2132,0xf945f000,0xb0c00000,0x03c9000e,0xf0f40f2a,0xfc7016fa,0x489995c3,0xb9efb122,0x31000026,0x5000000d,0x0000000d,0xf7dfc501,0x90b1ffc0,0xf820d600,0x70be03e0,0x6ed85f7e,0xf17cd8b9,0xb20c2762,0xc2488000,0xb0c00000,0x045f000f,0x04f4af38,0xfc8011f9,0xd89c95d3,0xb8ee4102,0x30e00024,0x5000000d,0x2400001c,0xf97fc901,0xc0d8ff20,0xf850e100,0x60bc0370,0x78d94f86,0xf23cd8b9,0xb20c2ce2,0x6b4ea000,0xb0c00000,0x04c4000f,0x0bf54f43,0xfc1007f9,0xb87f9563,0xc8ed00e6,0x30d00021,0xc000000d,0x5a00003c,0xfb2fd101,0xb0dcfed0,0xf860e500,0x40bb0300,0x7dda2f8d,0xf29cd8b9,0xb20c31e2,0x5350d000,0xb0c00000,0x04f6000f,0x11f69f52,0xfb3000f9,0x985a94b3,0xdbecb0d7,0x31200020,0x2000000d,0x7c000059,0xfbcfd401,0xb0d2fec0,0xf850e8ff,0xf0b10210,0x78d98f9e,0xf2ccd8b9,0xb20c3432,0xca4c8000,0xb0c00000,0x0527000f,0x22fccf7f,0xf6afe9f9,0x580f9394,0x04ec70c6,0x31800020,0x2000000d,0xab00007a,0xfa8fc502,0x40c2ff00,0xf840ebff,0xc09c00c0,0x6ed97fb4,0xf30cd8b9,0xb20c2fc3,0x11451000,0xb0c00000,0x0527000f,0x1f016f80,0xf0dfe8f9,0x97ec9284,0x21ec60bc,0x31b00021,0xd000000d,0xc7000078,0xf7ffad02,0x70b4ff30,0xf800f2ff,0x9088fee0,0x60d8dfcf,0xf33cd8b9,0xb20c3013,0x0e459000,0xb0c00000,0x0527000f,0x17039f5e,0xec0001f9,0xd7f490a4,0x2bebd0b3,0x31600022,0xf000000d,0xd600005a,0xf57f9b02,0xf0a5ff60,0xf790fcff,0x7078fca0,0x4dd78fec,0xf35cd8b9,0xb20c3063,0x0a460000,0xb0c00000,0x0527000f,0x0f04ef2c,0xe80024fa,0x08098e64,0x2fead0a8,0x30b00024,0x1000000d,0xe400002e,0xf2ef8e03,0xa092ffa0,0xf780fdff,0x6076fc60,0x4bd76fef,0xf35cd8b9,0xb20c30a3,0x07467000,0xb0c00000,0x0527000f,0x0e050f27,0xe79028fa,0x080c8e54,0x2feac0a6,0x30a00024,0x8000000d,0xe600002a,0xf2af8d03,0xb090ffa0,0xf740f6ff,0x6063fbf0,0x4bd6eff2,0xf31cd8b9,0xa20c30f3,0x0346d000,0xb0c00000,0x0527000f,0x04040f07,0xe40049f9,0x981c8e84,0x2deae0a5,0x30700027,0xf000000d,0xe9000014,0xf36f8b04,0x0084ffc0,0xf6d0ebff,0x6044fb50,0x49d62ff6,0xf27cd7b9,0xa20c3133,0x00474000,0xb0c00000,0x0527000e,0xf2024ed1,0xde307ff8,0xa8368dd4,0x26eb30a5,0x3030002b,0xf000000d,0xed000fee,0xf4ff8a04,0x8072fff0,0xf6b0e2ff,0x7044fb70,0x46d64ff5,0xf21cd7b9,0xa20c3172,0xfc47a000,0xb0c00000,0x0527000e,0xe7010ec0,0xdd1084f7,0xf83b8ed4,0x1deba0ae,0x3010002e,0x9000000d,0xe5000fe1,0xf62f9004,0xa06f0010,0xf6b0ceff,0x9047fba0,0x3ed60ff4,0xf1acd7b9,0xa20c31b2,0xf9481000,0xb0c00000,0x0527000e,0xc2fd7e92,0xdc9082f6,0xc8418f94,0x08ec90c6,0x2fb00031,0x0000000d,0xd0000fd8,0xf6dfa604,0xc06c0050,0xf700bcff,0xd047fbd0,0x35d51ff4,0xf18cd7b9,0xa20c31f2,0xf5487000,0xb0c00000,0x0527000e,0x89f97e68,0xdea07ff6,0x68378e44,0x00edd0db,0x2fc0002e,0x6000000d,0xc6000fea,0xf32fc204,0x806a0080,0xf720b0ff,0xf040fc00,0x33d4affa,0xf17cd7b9,0xa20c3222,0xf248d000,0xb0c00000,0x0527000e,0x57f75e6c,0xe0107ff5,0xc8318cc3,0xfdef10e7,0x3030002b,0x1000000d,0xc9000fea,0xf0afd404,0x205f0060,0xf6c0a300,0x0037fbd0,0x33d4c006,0xf0fcd7b9,0xa20c3262,0xef492000,0xb0c00000,0x0527000e,0x21f4ee83,0xe1d07af4,0x882e8ce3,0xf0f100f9,0x30b00029,0xf000000d,0xce000fd3,0xf0afeb03,0x80430010,0xf6e09600,0x7034fc20,0x2ed4d012,0xf09cd7b9,0xa20c3292,0xeb498000,0xb0c00000,0x0527000e,0x1ef3be72,0xe33080f4,0xd82d8d73,0xdff21102,0x30a00029,0x9000000d,0xe6000fc6,0xf17ffb03,0xb0280010,0xf7a08700,0xd025fd60,0x28d5202b,0xf0dcd7b9,0xa20c32c2,0xe849e000,0xb0c00000,0x0527000e,0x1ef2be64,0xe3d081f5,0x68198d23,0xdef28102,0x30900027,0x8000000e,0x10000fbb,0xf2500504,0xe00b0090,0xf8408201,0x1015ffb0,0x1bd6f05a,0xf1ccd7b9,0xa20c3302,0xe44a3000,0xb0c00000,0x0527000e,0x1bf06e5e,0xe45079f5,0xa81a8ca3,0xdbf2f105,0x30e00025,0x1000000e,0x1f000fb4,0xf2f00b05,0xaffb0120,0xf8a08901,0x000d0370,0x05da105e,0xf32cd7b9,0xa20c3332,0xe04a9000,0xb0c00000,0x0527000e,0x1ded3e45,0xe64071f6,0x58238bc3,0xddf30109,0x31700021,0xd000000e,0x01000fb5,0xf3400d05,0xc0030150,0xf9009700,0xc0070640,0x01dc104b,0xf3ccd7b9,0xa20c3362,0xdd4ae000,0xb0c00000,0x0527000e,0x30ebfe2c,0xe9306ef8,0x68308af3,0xe1f21104,0x31c0001e,0xc000000d,0xd5000fba,0xf3600a05,0xf0150180,0xf8f0b400,0x800f06c0,0x09dd3037,0xf3bcd7b9,0xa20c3392,0xd94b4000,0xb0c00000,0x0527000e,0x3dec0e23,0xea7074fa,0x884b8c73,0xdaf0010a,0x30f00020,0x4000000d,0x85000fc2,0xf3500605,0xd02b01c0,0xf880f300,0x00350580,0x15ddc019,0xf36cd7b9,0xa20c33c2,0xd44ba000,0xb0c00000,0x0527000e,0x4fecde0b,0xebb083fd,0x28828f33,0xc5ec90f7,0x30100023,0x6000000d,0x40000fd8,0xf35ffb05,0x005f01b0,0xf8b11500,0x205904a0,0x1add5012,0xf33cd7b9,0xa20c3402,0xd04c1000,0xb0c00000,0x0527000e,0x47ed9df8,0xed8092fe,0xc88c9113,0xc3eab0e6,0x30000024,0x7000000d,0x42000ffc,0xf3efea03,0x809e00a0,0xf9512000,0x60610530,0x23de2011,0xf32cd7b9,0xa20c3432,0xcb4c7000,0xb0c00000,0x0527000e,0x25ecbdfb,0xee00a1ff,0x787a9243,0xcceb80e0,0x31000023,0xb000000d,0x6500001b,0xf52fdf01,0xf0c7ff90,0xf9b12600,0x10630550,0x2edf200f,0xf31cd7b9,0xa20c3462,0xc64ce000,0xb0c00000,0x0527000e,0x1bec3dfc,0xee40a8ff,0x887392f3,0xd0eb50d7,0x31400022,0xf000000d,0x85000027,0xf62fdf01,0x70cbff60,0xf9e12bff,0xa0670530,0x37dfe00d,0xf30cd7b9,0xa20c34a2,0xc04d5000,0xb0c00000,0x0527000e,0x1dec1dfb,0xeea0abff,0x88719353,0xd2eac0ce,0x31500022,0x6000000d,0x9e00002d,0xf6dfe201,0x50c8ff80,0xf9a128ff,0x807f0500,0x44e11008,0xf2bcd7b9,0xa20c34e2,0xba4dd000,0xb0c00000,0x0527000e,0x13eccdf0,0xefa0bd00,0x484f93b3,0xe3ebe0cb,0x31e00022,0xd000000d,0xb2000048,0xf89fd400,0x70bbfee0,0xf96125ff,0x809304c0,0x49e19006,0xf2acd7b9,0xa20c3522,0xb24e7000,0xb0c00000,0x0527000e,0x06edadec,0xf040cf00,0xc8309433,0xf4ecf0c8,0x32700024,0x0000000d,0xc3000060,0xf9ffc3ff,0xc0affe30,0xf96122ff,0x80980450,0x43e0e007,0xf31cd7b9,0xa20c3572,0xa84f2000,0xb0c00000,0x0527000d,0xf3ee4df9,0xefd0daff,0xf82293a4,0x02ed50c3,0x32e00023,0xf000000d,0xd700006c,0xfa2faaff,0xb0a4fdd0,0xf9711dff,0x90970310,0x38e02009,0xf3ccd7b9,0xa20c35c2,0x9d4fe000,0xb0c00000,0x0527000d,0xcaef0e18,0xee10ebfd,0x781491f4,0x19edb0bb,0x32e00023,0xb000000d,0xf5000081,0xf8af6e00,0x008ffd90,0xf9b113ff,0xf08e0060,0x25e00010,0xf47cd7b9,0x920c3612,0x8f50c000,0xb0c00000,0x0527000d,0xaaf06e2b,0xebd105fb,0xa8248fc4,0x19edb0bf,0x31b00024,0x7000000d,0xff00006e,0xf52f4201,0x207efe20,0xf9e0fdff,0xd07efdd0,0x19df6013,0xf56cd7b9,0xa20c35b2,0x9f4fc000,0xb0c00000,0x0527000d,0x96f18e2f,0xea5121fb,0x184a8f34,0x0cee10c8,0x31300028,0x8000000e,0x04000029,0xf35f4e02,0x6074fee0,0xf9e0e5ff,0x806bfcf0,0x1adf1012,0xf63cd7b9,0xa20c3612,0x9050c000,0xb0c00000,0x0527000d,0x87f14e37,0xe9a127fa,0x98508f34,0x10eee0cd,0x31b0002b,0xb000000e,0x0a000ffa,0xf44f6703,0x2070ff20,0xf9d0d6ff,0x6063fca0,0x1bdf4010,0xf66cd7b9,0xa20c35b2,0x9e4fd000,0xb0c00000,0x0527000d,0x82f0ce3c,0xe9c11ffa,0x58508f54,0x11ef90d5,0x3210002d,0x3000000e,0x07000fef,0xf5af7403,0x506fff10,0xf9a0c2ff,0x405efc00,0x19dfb00b,0xf69cd7b9,0x920c3572,0xa94f1000,0xb0c00000,0x0527000d,0x7fefce3e,0xea7111f9,0xe83e8fe4,0x17f090e4,0x3290002f,0xd000000d,0xfb000ff2,0xf71f8603,0x606eff00,0xf960b4ff,0x5062fa90,0x0edf1006,0xf64cd7b9,0x920c35d2,0x9b500000,0xb0c00000,0x0527000d,0x7eeede32,0xec0103f9,0x282a8e74,0x1af160f0,0x3290002e,0xe000000d,0xee00000d,0xf46f9603,0x806dff90,0xf960aaff,0x905df920,0x05dd9003,0xf5dcd7b9,0x920c3572,0xa74f3000,0xb0c00000,0x0527000d,0x78ed7e30,0xedf0e9f7,0xc81e8b74,0x1af260f1,0x32a00029,0x8000000d,0xf2000025,0xef8f9c03,0x80690050,0xf970a7ff,0xc054f8e0,0x04dd0003,0xf53cd8b9,0xb20c3532,0xaf4e9000,0xb0c00000,0x0527000d,0x79ebee35,0xeea0cef6,0xf8218974,0x19f2a0e9,0x32d00025,0xe000000e,0x05000029,0xee6f9803,0xd05c0060,0xf970a6ff,0xf04cf8d0,0x00dcc001,0xf40cd6b9,0x820d35a2,0xa24f8000,0xb0c00000,0x0527000d,0x86e9ee30,0xeff0a8f6,0xd82086d4,0x1af270d7,0x32f00020,0xe000000e,0x2900002c,0xee6f9404,0xd03f0080,0xf980a500,0x0047f91f,0xfcdc3000,0xf2dcdab9,0xd20b3552,0xac4ee000,0xb0c00000,0x0527000d,0x8ae97e2a,0xf0d0a3f7,0x98248594,0x15f2b0d0,0x3300001e,0x8000000e,0x28000029,0xee6f9805,0xd0340130,0xf9a0a300,0x0037f9af,0xfddb3ffb,0xf01ce1ba,0x52073512,0xb34e5000,0xb0c00000,0x0527000d,0x83e92e34,0xf1109df8,0x682684d4,0x0ff2d0d8,0x32b0001c,0xc000000d,0xf7000021,0xee6f9d07,0x40370270,0xf9b0a100,0x2023fa8f,0xfbdb0ff0,0xecacd9b9,0xc20b34e2,0xb94dd000,0xb0c00000,0x0527000d,0x7de94e3d,0xf0e095f9,0xa82584d4,0x0af2b0d3,0x3260001c,0xa000000d,0xd800001e,0xee9fa208,0x604303b0,0xf9a0a100,0x3019fb4f,0xf2da6fe8,0xeb1cd3b9,0x520e3562,0xa94f1000,0xb0c00000,0x0527000d,0x83e9be35,0xf0b097fb,0x18228524,0x08f210ba,0x3240001d,0x6000000d,0xeb000020,0xeedfa408,0xc0560470,0xf9a0a100,0x4017fb8f,0xefda1fe6,0xeaecd6b9,0x820d3522,0xb24e6000,0xb0c00000,0x0527000d,0x87e9ee31,0xf0b099fb,0x882185e4,0x08f1f0b5,0x3230001e,0xe000000d,0xee000021,0xeeefa408,0xc05c0490,0xf9b0a200,0x4010fc0f,0xefd9afe2,0xea8cdbb9,0xf20a34e2,0xb94de000,0xb0c00000,0x0527000d,0x8ce9ae32,0xf06095fb,0xb8218634,0x08f1e0ac,0x3250001f,0x9000000d,0xf9000022,0xef0fa408,0x906a0490,0xf9b0a700,0x3005fcdf,0xf0d93fdf,0xe9eceaba,0xc20335c2,0x9d4fe000,0xb0c00000,0x0527000d,0x97e92e35,0xefe08dfc,0x082286a4,0x0af1b09e,0x32800020,0x9000000e,0x08000024,0xef3fa308,0x307e0470,0xf950bb00,0x0001fdcf,0xf0d96fe4,0xe8fce7ba,0xa20435e2,0x98503000,0xb0c00000,0x0527000d,0xb7e82e2c,0xef9077fc,0xb8338724,0x0ff0d08d,0x32900021,0xe000000e,0x0e00002c,0xef4f9b07,0xa09103d0,0xf8c0dc00,0x0008fecf,0xe9d9bfea,0xe84ce5ba,0x82053632,0x8b511000,0xb0c00000,0x0527000d,0xf4e79e09,0xf09064fe,0x684c8674,0x14ef1074,0x32700020,0xf000000e,0x1000003a,0xef5f8d07,0x10a20330,0xf890faff,0xb007ffaf,0xe5d9eff0,0xe89ce3ba,0x62063692,0x77524000,0xb0c00000,0x0527000e,0x15e78dfb,0xf19060ff,0xd86b8574,0x18ec8055,0x31f0001f,0x6000000e,0x18000043,0xef1f8308,0x20a403e0,0xf8a109ff,0x9ff4012f,0xecda3ff5,0xe8bce2ba,0x520736e2,0x62537000,0xb0c00000,0x0527000e,0x04e74e28,0xefe065ff,0xa87b8554,0x1beb3041,0x31b0001f,0x8000000e,0x1a00004a,0xeeff7c08,0xe0aa0490,0xf8410aff,0xfff5025f,0xecda7ff8,0xe86ce0ba,0x42083722,0x4d549000,0xb0c00000,0x0527000d,0xf7e7de44,0xee8071ff,0x087684c4,0x1bec1045,0x31e0001f,0x6000000e,0x0b000055,0xef4f7707,0xe0b20430,0xf7810800,0x7001033f,0xefda8ffd,0xe7bcdfba,0x320836b2,0x7152a000,0xb0c00000,0x0527000d,0xf4ea2e44,0xeda099fe,0xb86484d4,0x1eee6054,0x32900021,0x1000000d,0xe800006c,0xefcf6f05,0x80c00320,0xf7310500,0x700703af,0xf1da1ff6,0xe80cdeba,0x12093702,0x5c53d000,0xb0c00000,0x0527000d,0xeaeb4e4b,0xece0aefe,0x48528534,0x24efd05c,0x33000022,0x4000000d,0xd700007d,0xf01f6f04,0x60c20290,0xf7110000,0x5007042f,0xf1d98fe7,0xe91cddba,0x02093732,0x4654f000,0xb0c00000,0x0527000d,0xd7ec1e62,0xeb30befd,0x18298584,0x35f1f066,0x33a00022,0x8000000d,0xca00009c,0xf0cf6f03,0x00c10190,0xf730fb00,0x7003044f,0xefd99fd5,0xe9dcdcb9,0xf20a3772,0x27568000,0xb0c00000,0x0527000d,0xd1ecde68,0xeae0d3fc,0xb81d8694,0x34f3106b,0x33a00024,0x9000000d,0xca00009d,0xf23f6702,0x40bf00f0,0xf770e900,0xfff3043f,0xebd9bfbd,0xeaacdbb9,0xe20a3782,0x18572000,0xb0c00000,0x0527000d,0xc6ee3e76,0xeac0f1fc,0x98248894,0x1cf42066,0x32b00028,0x9000000d,0xd7000068,0xf53f5f03,0x10ba0170,0xf770cc01,0x8fd6038f,0xead9cfb6,0xeb9cdab9,0xd20b3782,0x17573000,0xb0c00000,0x0527000d,0xb1efde94,0xe9c10bfb,0xf82c89a4,0x06f5a060,0x31e0002c,0x2000000d,0xe3000020,0xf7ef6404,0x30b50230,0xf6e0b601,0xbfce028f,0xe9d9bfb6,0xec2ce2ba,0x52073782,0x1b571000,0xb0c00000,0x0527000d,0xb0ef9e8c,0xe9a119fc,0x282b8953,0xfaf7006c,0x3210002b,0xb000000d,0xda000ff3,0xf89f8604,0x50af0220,0xf6309f01,0xcfd001bf,0xe7d95fac,0xecacdeba,0x22093782,0x1c570000,0xb0c00000,0x0527000d,0xbaee5e68,0xeaa125fd,0x181288c3,0xfef8307b,0x3260002b,0x6000000d,0xce000fd1,0xf80fbe04,0x80a701f0,0xf6109301,0x9fcb015f,0xecd8afa8,0xed4cd5b9,0x820d3782,0x1c570000,0xb0c00000,0x0527000d,0xbced8e63,0xeb3120fd,0xb8228883,0xedf8007e,0x3210002b,0x2000000d,0xd2000fc1,0xf6dfdc05,0x809e0210,0xf6608101,0x8fbb010f,0xf2d81fac,0xedecdcba,0x020a3782,0x1c570000,0xb0c00000,0x0527000d,0xbcec7e6e,0xeaf114fe,0x38238733,0xe3f79081,0x31a00028,0x9000000d,0xe0000fb5,0xf54ff106,0x90900200,0xf6b07901,0xefb500cf,0xedd83faf,0xee0cdcb9,0xf20a3791,0xf458c000,0xb0c00000,0x0527000d,0xc2ec2e6a,0xead113ff,0x08128613,0xebf7b085,0x31d00026,0x2000000d,0xeb000fbd,0xf4dfec06,0x60870180,0xf6c07502,0x1fb5ffff,0xe1d8ffaf,0xee2cdbb9,0xf20a3791,0xe159a000,0xb0c00000,0x0527000d,0xd5ebfe54,0xeb711400,0xb8078553,0xf0f77088,0x31e00023,0xe000000d,0xf7000fc5,0xf48fe506,0x807b0140,0xf6c07402,0x0fb3ff8f,0xded9ffb0,0xeefcdbb9,0xf20a3791,0xfb587000,0xb0c00000,0x0527000d,0xdfebde4d,0xea810e01,0x780a8563,0xf0f70087,0x31c00023,0xb000000d,0xfd000fc2,0xf48fe506,0xf0770190,0xf6c07301,0xcfb4fedf,0xe0dcbfbc,0xf0bcdcb9,0xf20a3792,0x02583000,0xb0c00000,0x0527000d,0xecebee4f,0xe7c10002,0xc8138663,0xedf65087,0x31800025,0x2000000e,0x00000fb8,0xf4dfe607,0xc0740260,0xf6a07401,0xcfbbfe7f,0xdfdebfc3,0xf13cdeba,0x12093792,0x05580000,0xb0c00000,0x0527000d,0xfeeb8e47,0xe6a10303,0x98178713,0xecf62088,0x31800026,0x3000000e,0x00000fb6,0xf51fe608,0x007202b0,0xf6607501,0xbfcbfe1f,0xdbe1bfca,0xf29ce0ba,0x32083771,0xc55ac000,0xb0c00000,0x0527000e,0x38e98e25,0xe4711404,0xa81387c3,0xf1f5c085,0x31600027,0x0000000e,0x06000fb5,0xf5bfe508,0x606f0340,0xf6507501,0xafd0fe0f,0xdae2ffcb,0xf37ce5ba,0x92053781,0xd85a0000,0xb0c00000,0x0527000e,0x4ae86e1d,0xe2c11704,0xc8138833,0xf2f5a083,0x31500027,0xa000000e,0x09000fb4,0xf60fe408,0xa06e0390,0xf6507501,0xafd1fe1f,0xdae34fca,0xf39d03bb,0xe1f33791,0xf158f000,0xb0c00000,0x0527000e,0x4ce83e1d,0xe2611704,0xb8168853,0xf0f5a082,0x31500027,0xc000000e,0x0a000fb3,0xf61fe508,0xb06e03a0,0xf6707401,0x9fddfe4f,0xd8e88fbb,0xf54d01bb,0xd1f43792,0x0a57d000,0xb0c00000,0x0527000e,0x59e8de29,0xe1310405,0x58298933,0xe1f5b085,0x31400029,0x2000000e,0x0c000fa8,0xf68feb08,0xe0740440,0xf6707401,0xafe3fe3f,0xd6e9bfb5,0xf55d01bb,0x41f23791,0xf058f000,0xb0c00000,0x0527000e,0x67e91e1a,0xe2210105,0xd8288993,0xe1f5e087,0x31600029,0xa000000e,0x0b000fa9,0xf68fec08,0xc0770440,0xf6707401,0xaff0fe1f,0xd2eb6fa7,0xf5dd02ba,0xc1ef3732,0x4754e000,0xb0c00000,0x0527000e,0x81e99e02,0xe4110407,0x182989d3,0xe0f63088,0x31700029,0xd000000e,0x0b000faa,0xf68fee08,0x907c0460,0xf6a07401,0x7ff9fe0f,0xd8ed6f90,0xf6bd04ba,0x51ec35a2,0x6a536000,0xb0d00000,0x0500000e,0x9be95e00,0xe5911509,0x08338a83,0xd8f61089,0x3140002a,0xd000000e,0x0b000fa3,0xf66ff708,0xf08204b0,0xf6e07401,0x2003fddf,0xe4f01f72,0xf7cd05b9,0xe1e933f2,0x6b51b000,0xb0e00000,0x04d6000e,0xc6e92dff,0xe7112b0b,0x984a8b83,0xc6f5b08d,0x30f0002c,0x4000000e,0x09000f97,0xf6400509,0x80870520,0xf7007501,0x3011fd9f,0xe4f17f5f,0xf83d06b9,0x51e73222,0x674fe000,0xb0f00000,0x04aa000e,0xf6ea4df1,0xe8013d0c,0xc8578bb3,0xbef5b091,0x30f0002c,0x1000000e,0x0a000f96,0xf6600709,0x60870510,0xf7407501,0x9027fd2f,0xdff29f43,0xf8dd05b8,0xb1e63032,0x5f4e0000,0xb1000000,0x047b000f,0x38ec6de3,0xe901560d,0xe8508b93,0xc4f5f091,0x3120002b,0x4000000e,0x12000f9b,0xf6800409,0x008604d0,0xf7707401,0xd02efd0f,0xe1f38f2b,0xf7ed02b7,0xf1e72e42,0x544c1000,0xb1000000,0x044b000f,0x55ed3de8,0xe951580e,0x38438b73,0xcbf63093,0x3140002a,0xa000000e,0x17000f9e,0xf6900108,0xc08604a0,0xf7d07002,0x7039fcef,0xe5f60efe,0xf44cfcb7,0x01eb2c42,0x3c4a2000,0xb1100000,0x041a000f,0x84ee5df4,0xea31530e,0x98228b33,0xdbf6f09d,0x31800029,0x4000000e,0x19000fa3,0xf69ffd08,0x10860420,0xf8106c02,0xe047fc9f,0xe6f67ee7,0xf2dcddb5,0x21fa2a52,0x23483000,0xb2000000,0x03e9000f,0xadeffe04,0xec81580f,0x08188a63,0xe3f7c0a1,0x31f00027,0x4000000e,0x1f000fae,0xf6aff507,0x308503a0,0xf8506903,0x0052fc4f,0xeef60eda,0xf29c96b1,0xb2192851,0xfe464000,0xb4900000,0x03b9000f,0xc0f14e1a,0xeef14a0f,0x280889c3,0xeef8509f,0x32500026,0x3000000e,0x29000fb2,0xf6dff006,0xc0840360,0xf8706603,0x2057fc3f,0xf4f68ed4,0xf20c2fad,0x32452671,0xe0446000,0xb8700000,0x038b000f,0xc1f1ce30,0xf0b1390f,0x07f48a03,0xfaf8b0a0,0x32900026,0x8000000e,0x2c000fb1,0xf70fef06,0x80840330,0xf8a06203,0x7066fc3f,0xf2f75ed0,0xf12bb0a7,0xc27c24a1,0xb5429000,0xbd500000,0x035e000f,0xcaf22e5e,0xf4b1300f,0x97e18984,0x05f960a9,0x33000025,0x5000000e,0x2a000fb7,0xf76fe805,0xe08402a0,0xf9405803,0xf06efc9f,0xeff79ecc,0xf0cb21a1,0xd2b822e1,0x8540f000,0xc2e00000,0x0334000f,0xcff2de7e,0xf911230f,0xe7db8884,0x09fa80ab,0x33d00023,0x7000000e,0x35000fc3,0xf7bfdc04,0xf08501f0,0xfa104e04,0x506bfd1f,0xf3f7eec9,0xf04a8a9b,0xa2f82151,0x553f6000,0xc8b00000,0x030d000f,0xdaf3fe87,0xfcf10b0f,0xc7e88734,0x06fb90ae,0x34900020,0x9000000e,0x41000fcf,0xf7cfd004,0x30870160,0xfa804904,0x706cfd1f,0xf7f86ec8,0xefa9f495,0x93371ff1,0x373e0000,0xce900000,0x02eb000f,0xe7f47e8c,0xffb0fc0f,0xa7e08744,0x0cfbf0b5,0x34f00020,0x4000000e,0x3f000fd4,0xf7cfcb03,0xd0890100,0xfa804904,0x806cfd0f,0xf8f87ec8,0xef89678f,0xe3721eb1,0x313cd000,0xd4200000,0x02cd000f,0xe9f47e8d,0x0020f90f,0xa7d887a4,0x11fc00b7,0x34f00020,0xb000000e,0x3e000fd5,0xf7cfca03,0xc0890100,0xfa904b04,0x607afc7f,0xfdf8fec8,0xeeb8eb8a,0xe3a61dc1,0x123bd000,0xd9000000,0x02b5000f,0xebf42ea4,0x0420ec10,0x07d38824,0x15fbf0c2,0x35200021,0x2000000e,0x32000fd4,0xf7dfc903,0xa08900d0,0xfa904b04,0x407efc3f,0xfff92eca,0xee988886,0xf3cf1d01,0x023b1000,0xdce00000,0x02a2000f,0xedf44eaf,0x05b0e80f,0xe7d888b4,0x15fbe0c6,0x35300021,0xe000000e,0x2e000fd3,0xf7efc903,0xa08a00c0,0xfad04904,0x007ffc00,0x03f97ed1,0xeef84784,0x63ea1c80,0xe23aa000,0xdf700000,0x0297000f,0xf5f57ec3,0x0810e10e,0xd7da8994,0x19fbd0cb,0x35700023,0x0000000e,0x2c000fcd,0xf80fca03,0xc08a00c0,0xfb304403,0xa07bfbf0,0x08f9eed6,0xef382f83,0x73f41c60,0xbb3a7000,0xe0600000,0x02930000,0x04f70ed1,0x0aa0d40d,0x47d98a84,0x20fbc0d4,0x35d00024,0x0000000e,0x28000fc5,0xf83fca03,0xf08c00c0,0xfb704203,0x707afbf0,0x0bfa6ed6,0xef181582,0xb3ec1ac0,0xa239e000,0xe2a00000,0x027a0000,0x1af7ceda,0x0c70ca0c,0x27db8b14,0x26fc10df,0x36700024,0x3000000e,0x20000fc6,0xf86fc503,0x908d0060,0xfc003d03,0x307bfbe0,0x0efb7ed8,0xeee7ec81,0xe3e516e0,0x71396000,0xe7b00000,0x023f0000,0x48f88ef7,0x1170c609,0xd7e18c64,0x33fce0f1,0x37e00025,0x7000000e,0x19000fcd,0xf8dfba02,0xa08eff90,0xfca03602,0xf079fc00,0x10fbeeda,0xef17c680,0xd3e11450,0x4e390000,0xe9f00000,0x021f0000,0x6ef9df02,0x14c0c308,0x77d98c74,0x3bfd40f5,0x38800025,0x3000000e,0x21000fcb,0xf90fb602,0x808eff60,0xfd402c03,0x0073fc70,0x11fc2edd,0xef978d7f,0xd3da11f0,0x2d389000,0xebb00000,0x01fd0000,0xa7fcff01,0x16e0b207,0x37cf8c44,0x3ffd90f6,0x38c00024,0x0000000e,0x2c000fc3,0xf92fb502,0xa08eff50,0xfd902603,0x1073fcb0,0x10fc7edf,0xefc76f7f,0x93da0f90,0x1738b000,0xed600000,0x01df0000,0xcdff4f09,0x18e0a206,0x77d08c54,0x3efdf0f8,0x39000023,0xc000000e,0x32000fc0,0xf93fb202,0xb08eff30,0xfdd01d03,0x0079fd00,0x12fd2edd,0xef87697f,0xf3ec097f,0xf23a3000,0xf0800000,0x01a50000,0xf2028f2f,0x1da08205,0xf7ec8c54,0x34fea0f6,0x39900023,0xa000000e,0x3f000fbf,0xf95fad02,0xd08fff40,0xfe101402,0x9079fd80,0x1dfd3edb,0xef97607f,0x23f105df,0xda3af000,0xf0a00000,0x018c0001,0x16054f44,0x1fc06a05,0x57c98c34,0x45fe90ed,0x39b00023,0xe000000e,0x4f000fb1,0xf94fb003,0xb090ffd0,0xfe200a02,0xd07bfe00,0x1cfd4edb,0xefc74e7e,0xa3ef034f,0xc93b5000,0xf0a00000,0x01760001,0x3e076f57,0x1fe05704,0x57cb8b74,0x45ffa0eb,0x3a500022,0x9000000e,0x56000fb3,0xf97fa803,0x508fff60,0xfdfff803,0xf085ff00,0x0afd8edf,0xf0673e7e,0xc3eeff5f,0xb83c0000,0xf1400000,0x01500001,0x60093f76,0x1e303b02,0x779688f4,0x570290e9,0x3be0001e,0x8000000e,0x5f000fc6,0xfa3f8b01,0x7089fdf0,0xfdffea03,0xf08affe0,0x10fdaedf,0xf107597f,0x43f8fcef,0xac3c7000,0xf1e00000,0x013e0001,0x3c099f76,0x1b002001,0x17a08894,0x500340d9,0x3c20001e,0x4000000e,0x77000fb5,0xfaff8301,0xd084fdf0,0xfdffdc03,0xc08c00e0,0x1cfe1edc,0xf1577e80,0x0404fb9f,0xa53ca000,0xf2b00000,0x01300001,0x0c09cf6a,0x16dffbff,0xb7a18964,0x4f0390c6,0x3c100020,0x1000000e,0x92000f98,0xfc4f8102,0xa080fe50,0xfdcfcf03,0xc0940180,0x1dfecedc,0xf1976f80,0x73fffb8f,0xa83c8000,0xf2c00000,0x01240001,0x1109ef6e,0x136fddff,0x77ac8aa4,0x4103e0b6,0x3bf00022,0xe000000e,0xa8000f85,0xfe7f8b03,0x407dfe70,0xfd9fc603,0xf09d01d0,0x19ff3ede,0xf1e75180,0xe3f4fbef,0xa83c6000,0xf2c00000,0x01230001,0x2709ef79,0x11dfccff,0xc79e8b64,0x3d0430ac,0x3bd00024,0x1000000e,0xb4000f7d,0x009f9903,0xa07bfe80,0xfd8fc404,0x00a001d0,0x18ff5edf,0xf2074a81,0x13f1fc1f,0xa83c5000,0xf2c00000,0x01240001,0x2d09df7c,0x118fc8ff,0xe79d8bd4,0x3c0440ab,0x3bd00024,0xc000000e,0xb6000f7b,0x012f9c03,0xb07afe80,0xfd8fbc03,0xf0a10230,0x1bffaee4,0xf2973b80,0xd3e9fbff,0xa93c5000,0xf2200000,0x01240001,0x3109ef7c,0x120fc1ff,0xe79d8d64,0x390430a1,0x3b900026,0x5000000e,0xc2000f68,0x034fa904,0x707bfee0,0xfd7fb303,0xe0a20290,0x1f000eea,0xf3172c80,0xa3e1fbdf,0xa93c5000,0xf1900000,0x01240001,0x3409ff7b,0x128fbaff,0xf79a8e84,0x38043098,0x3b500027,0x4000000e,0xce000f56,0x056fb605,0x307bff30,0xfd7fb103,0xe0a40290,0x1f002eed,0xf3172e80,0x73e1fc0f,0xa93c4000,0xf1500000,0x01290001,0x2e09bf7a,0x128fb9ff,0xf7968f54,0x39042097,0x3b400028,0x3000000e,0xce000f54,0x05dfb805,0x507bff40,0xfd8fa703,0xe0af0250,0x1d00cf01,0xf387397f,0xb3e0fccf,0xad3c4000,0xf0000000,0x01410001,0x08083f72,0x12efae00,0x279692b4,0x34042092,0x3b20002a,0xb000000e,0xd5000f48,0x085fc106,0x107dff90,0xfdcf9a03,0xe0af0270,0x1d013f17,0xf4473f7f,0x63e0fd6f,0xb63c3000,0xef900000,0x01510000,0xf5076f6e,0x129fa500,0x37ab94f4,0x28045086,0x3b00002a,0x3000000e,0xe4000f4d,0x09efb606,0xc07f0000 +}; + +u32 ANIM_ENTRY_death_neck[] = +{ + 0xfb5fbd00,0xa03906df,0xef048fe6,0xfe486d88,0x53921bc0,0x97406000,0xdf000000,0x0279000c,0x35fb006a,0xf0f0741c,0xd03a01dc,0x00f77005,0x3a300001,0x6000000f,0x87000f68,0x00900707,0x30140380,0xfa1fc000,0x804e06bf,0xf404cfe9,0xfe487488,0x83931ba0,0x96407000,0xdf200000,0x027a000c,0x31fb206d,0xf0f0731c,0xd04202ab,0xfff73ff0,0x3a200002,0x3000000f,0x85000f64,0x00300a07,0x801403b0,0xf84fd1ff,0xe06b063f,0xff063ffa,0xfe78988a,0x13911ae0,0x9440b000,0xe0c00000,0x027a000c,0x1cfb607d,0xf0f06f1c,0xe051039c,0x07f64fce,0x3a700003,0xc000000f,0x81000f67,0xffa00807,0xa01003d0,0xf7cfd8ff,0x607106a0,0x0908c019,0xfee8c98c,0x438e1990,0x9640f000,0xe2e00000,0x0276000b,0xfefc008d,0xf0f06b1d,0x205203dc,0x15f65fc3,0x3b500004,0x5000000f,0x80000f71,0xff400207,0x000b0390,0xf7bfddff,0x106c0700,0x100ba032,0xff78e78d,0xb3951800,0x9d401000,0xe3d00000,0x0276000b,0xe3fcd08e,0xf0406d1e,0x105403ac,0x1cf66fc1,0x3bc00004,0xf000000f,0x7c000f75,0xfedfff06,0xa00e0370,0xf76fe8fe,0xe05b06c0,0x1910904a,0x0048e48e,0xa3a71490,0x9b3d0000,0xe4500000,0x027e000b,0xd0fdf06c,0xeee07921,0x505d02ec,0x1ff5efc2,0x3bd00006,0xf000000f,0x65000f78,0xfdfffd06,0x801c0370,0xf62006fe,0x90420530,0x2214e047,0x00188b8e,0x73bd0d30,0x7337f000,0xe3a00000,0x0280000c,0x07ff3ffc,0xeec09029,0x106c016c,0x23f3afc6,0x3b10000b,0x7000000f,0x25000f8c,0xfc2ff607,0x503503a0,0xf51021fe,0x10320410,0x2b163038,0xff884b8e,0xe3dd0660,0x4833d000,0xe2d00000,0x027d000c,0x3e008f8d,0xef90a22f,0xb077ffdc,0x2bf17fc8,0x3a90000f,0xa000000e,0xf1000fa2,0xfa8fef08,0x104e03d0,0xf47037fd,0x901e0450,0x3712002c,0xfd981291,0xb403ff00,0x1c2dc000,0xe1b00000,0x0267000c,0xbe057eeb,0xf220bb36,0x006ffc0c,0x3cf02fe0,0x3ac00016,0x3000000e,0xb8000fcd,0xf84fe107,0xc07103a0,0xf43040fd,0x400d0540,0x420d102a,0xfbf7e795,0x4414f8e0,0x0b286000,0xdfc00000,0x0248000d,0x3e0c3e85,0xf3a0c439,0x005cf86c,0x4cefe001,0x3ae0001c,0x1000000e,0x82000ff5,0xf86fd507,0x20990380,0xf4403dfd,0x700e0680,0x4808502b,0xfb17ef99,0xf42af5c0,0x45259000,0xdcf00000,0x0236000d,0x7612bedd,0xef60802e,0xf040f64c,0x59f05022,0x3a40001f,0xf000000e,0x4a000013,0xf7ffcd07,0x50ab03e0,0xf4403cfd,0xa01307a0,0x4c037028,0xfa47ff9f,0x7451f330,0xa923c000,0xd9f00000,0x021e000d,0x93174f56,0xea40001f,0x6023f42c,0x65f07045,0x39300023,0xe000000e,0x06000033,0xf5dfc507,0xd0d10450,0xf4303dfd,0xa01507c0,0x4c027027,0xfa1802a0,0xd45df2b0,0xc823a000,0xd9500000,0x0215000d,0x94179f6e,0xe96fd51b,0x301ef3bc,0x67f0604c,0x38e00024,0xc000000d,0xf400003b,0xf65fc408,0x00d70460,0xf33058fd,0x801806b0,0x4a00f01e,0xf96809a3,0x846af570,0xef21f000,0xd7c00000,0x024e000d,0x94146f7f,0xe79f4812,0x2027f24c,0x57ef1058,0x36f00027,0xc000000d,0xb600004c,0xf5dfcd08,0x80d704e0,0xf22076fd,0x40180580,0x47fef014,0xf88818a6,0x9471f8a1,0x1d203000,0xd6600000,0x0292000d,0x9e109f90,0xe66eaf09,0x0030f0ac,0x48ede066,0x3500002b,0x2000000d,0x71000061,0xf69fd608,0xd0c70570,0xf2007efd,0x40100570,0x47fca00f,0xf7b830a8,0x6463fa81,0x47205000,0xd6900000,0x02b4000d,0xc30daf9a,0xe85e7f07,0x502befdc,0x4fee7071,0x3520002c,0x4000000d,0x5f000070,0xf80fd108,0x60c105d0,0xf1f082fd,0x300305c0,0x48f8b008,0xf67846ab,0x4463fe21,0x95218000,0xd7100000,0x02e2000d,0xff07afa4,0xeb2e7005,0xb028ef5c,0x57ef8077,0x35e0002c,0x9000000d,0x60000079,0xf86fbc07,0xb0d205d0,0xf1e08afd,0x4ff905c0,0x48f54004,0xf54852ad,0x447302c1,0xdb23e000,0xd7500000,0x0311000e,0x30025fa7,0xedae9705,0x003deefc,0x46efa081,0x3610002c,0x6000000d,0x5b00006a,0xf67f9506,0x50e90450,0xf190a4fd,0x3ff704b0,0x45f20002,0xf4b875ad,0x34630912,0x16285000,0xd7200000,0x033b000e,0x61fe5fab,0xf02ec904,0x5060ed7c,0x21eea0a1,0x34d0002d,0x7000000d,0x2c000061,0xf65f7104,0x50cd0230,0xf180b5fd,0x2ff903f0,0x43efffff,0xf49884ad,0x145d0d92,0x3d2bb000,0xd7100000,0x034b000e,0x78fc2fae,0xf14ee403,0xd073ec6c,0x0dede0b8,0x33f0002e,0x1000000d,0x0c000068,0xf63f6203,0x30c90140,0xf1f0c9fd,0x50060410,0x4bed4ff2,0xf4885fae,0x64980ff2,0x3f329000,0xd6f00000,0x03c6000e,0x7ef88fa8,0xf24f1502,0xb08eeaab,0xf5ece0d3,0x3340002e,0xe000000c,0xfa000082,0xf80f5802,0x40ba0040,0xf220d2fd,0x60120430,0x53ec5fe8,0xf4684caf,0x24b212c2,0x2b38a000,0xd6e00000,0x0448000e,0x87f72fa1,0xf2bf3402,0x709ae9db,0xeaec60db,0x3300002f,0x2000000c,0xfa00008a,0xf96f5801,0xb0b1ff90,0xf210d8fd,0x602a0440,0x5eeb8fd4,0xf49847af,0xc4b31242,0x3b32b000,0xd7400000,0x0484000e,0xacf6bf8d,0xf30f5d03,0x6087e9db,0xf2ec00da,0x3310002d,0xd000000d,0x06000094,0xfabf6700,0xb0b6fe30,0xf200dcfd,0x704503d0,0x68ea4fbd,0xf51824b0,0x14d11de2,0x1147a000,0xd7b00000,0x0496000e,0xd8f5ff78,0xf33f9405,0x0064ea1c,0x05ebd0db,0x3310002b,0xe000000d,0x100000a8,0xfb2f78ff,0x80c0fcb0,0xf200dbfd,0x80450310,0x63e9ffb6,0xf577e4af,0xa50e2231,0xe64c4000,0xd8500000,0x04b3000f,0x00f57f65,0xf2dfc707,0x3047ea2c,0x0eebb0e9,0x3260002b,0x1000000d,0x0a0000bd,0xf94f82ff,0x50c0fc20,0xf1f0d1fd,0xd03b0260,0x55ea1fb9,0xf5c7a5ae,0xd5462511,0xd24d1000,0xd9a00000,0x04af000f,0x38f61f47,0xf1e00b0a,0x201be6ac,0x18ebe102,0x31700031,0x0000000c,0xfe0000d6,0xfc2f8bff,0x80b8fbb0,0xf160b3fe,0x10390280,0x48e9cfc4,0xf6777eae,0x35652102,0x38409000,0xdb600000,0x04ed000f,0x62f78f33,0xef50520b,0x0ff7e80c,0x3aedc116,0x32600033,0x4000000c,0xf90000e8,0xf9bf6bff,0x40a9fb20,0xf06083fe,0x503802c0,0x36e91fd8,0xf7e732ac,0xa5ab2951,0xce46f000,0xde200000,0x0532000f,0x97f82f1d,0xea40c50a,0xefdeec2c,0x68f10131,0x34900035,0x8000000c,0xf70000f7,0xf41f1bfe,0x808afa40,0xf01079fe,0x50340250,0x2ce98fdf,0xf87717ab,0xc5c42282,0x57373000,0xdf400000,0x058d000f,0xaef78f1a,0xe790f608,0xfffbeddc,0x5cf1713a,0x34e00036,0x8000000c,0xf80000c5,0xf0df05fe,0x8079fa00,0xefb07afe,0x703301a0,0x1deaafdf,0xf8a729ac,0x05a73582,0xaa477000,0xe0900000,0x056f000f,0xd2f73f21,0xe4811c04,0x6027ee8c,0x3df0d140,0x34500038,0x3000000c,0xfc00003d,0xee4f24ff,0x0065f9d0,0xefa078fe,0xa0390180,0x16ea4fe0,0xf8c73cac,0x058f3582,0xaa477000,0xe0900000,0x056f000f,0xdcf75f2d,0xe3611a02,0x702dee2c,0x35f0b146,0x34300038,0xf000000c,0xfd00000e,0xeedf47ff,0x305ef9d0,0xf03069ff,0x10370220,0x0be94fe5,0xf94755ab,0xd57f3582,0xaa477000,0xdf800000,0x056f000f,0xd5f86f4f,0xe1810dff,0xc01fed7c,0x36f1315a,0x34500038,0x3000000d,0x06000001,0xefef7fff,0xc04efad0,0xf0f054ff,0xc0260390,0x00e95fe6,0xf9676cab,0xf57d3582,0xaa477000,0xdde00000,0x056f000f,0xc4faaf6e,0xdee0f9fc,0xa011ed3c,0x30f22177,0x34700035,0xa000000d,0x1b000fff,0xef2fb900,0xf032fc70,0xf1804800,0x4019049f,0xfbe99fe4,0xf9277dab,0x85783582,0xaa477000,0xdc700000,0x056f000f,0xb6fcaf6b,0xddf0e2fb,0x1002ebdc,0x30f2b18a,0x34900035,0x8000000d,0x25000fee,0xef7fd701,0xd027fd70,0xf2903f00,0x9006059f,0xf7e8ffde,0xf90771a9,0xb5983582,0xaa477000,0xda200000,0x056f000f,0xa5fbef50,0xdda0d2fa,0x9ff4e8dc,0x37f301a9,0x34800036,0x9000000d,0x0d000fe1,0xf08fe801,0xe039fe70,0xf3304400,0xaffb05ef,0xf8e83fd4,0xf8f739a6,0x55f33582,0xaa477000,0xd6c00000,0x056f000f,0x7ef96f2f,0xdd40c2fa,0xaffce66c,0x32f2d1be,0x34000036,0xa000000c,0xd3000fda,0xf1bff401,0x1059fee0,0xf2e05500,0x7fff054f,0xfde84fcc,0xf8c710a3,0xe62f3582,0xaa477000,0xd4c00000,0x056f000f,0x61f7ef22,0xdd40b9fa,0xe010e66c,0x26f241b6,0x33700035,0x8000000c,0xac000fdb,0xf23ff700,0x1068fe90,0xf2806100,0x400a0520,0x05e82fc3,0xf87717a3,0xa6293582,0xaa477000,0xd4300000,0x056f000f,0x6bf79f27,0xdda0b1fb,0x801ae7ac,0x1ff1f1a6,0x33300033,0x7000000c,0x98000fdc,0xf28ffaff,0x006dfe00,0xf0d08dff,0x90420520,0x2ce6cf9b,0xf7576da6,0x15d03582,0xaa477000,0xd3400000,0x056f000f,0xc2f7ff5f,0xe0308cfe,0xc03fe75c,0x07f0c17e,0x32000034,0x3000000c,0x11000fe6,0xf37008f9,0x8073fb40,0xf060a1ff,0x205c04c0,0x39e5df92,0xf797b5aa,0x45973582,0xaa477000,0xd3800000,0x056f000f,0xf5fa2f9c,0xe2208100,0x704ce6ab,0xfef0116c,0x31600034,0xc000000b,0xe0000fee,0xf3d00ef6,0x6068fa10,0xf050b2fe,0xc0740480,0x48e52f85,0xf7a83faf,0x45283582,0xaa477000,0xd3300000,0x056f0000,0x30fd9ff0,0xe4207702,0x4051e5eb,0xf7ef714f,0x30700034,0xf000000b,0xba000ff7,0xf45018f3,0xd05cf8d0,0xf030bdfe,0xa08f0470,0x59e47f6c,0xf719b5b2,0xf3f33582,0xaa477000,0xced00000,0x056f0000,0x7403906d,0xe7506e03,0xd035e5fb,0xfeeee0fe,0x2e500033,0xf000000b,0xc9000002,0xf5402cf3,0x508bf730,0xf040c2fe,0xa09903f0,0x5be36f66,0xf6facbb5,0x13183582,0xaa477000,0xcad00000,0x056f0000,0x7207d09c,0xea207502,0x3002e6ac,0x19ef30b7,0x2ea00033,0x2000000c,0x15000016,0xf5303bf2,0xc0f1f5c0,0xf0d0cbfe,0xb08e0310,0x52e2cf67,0xf71ba3b6,0xe2613582,0xaa477000,0xc8b00000,0x056f0000,0x25095070,0xebc084fe,0x8feee70c,0x27ee809d,0x2df00034,0x3000000c,0x43000016,0xf2e03af3,0x2122f550,0xf1c0d8fe,0xf06d01b0,0x40e2cf6a,0xf72c7bba,0x21a13582,0xaa477000,0xc7100000,0x056f000f,0x7f075fe4,0xeba09bf7,0xbffce85c,0x2dece0a4,0x2b400038,0x5000000c,0x41000feb,0xec301cf4,0xa134f5b0,0xf150ccff,0x205600d0,0x31e3af7f,0xf78ad0bc,0x233e3582,0xaa477000,0xc8e00000,0x056f000f,0x9cfeef61,0xe670a0f2,0xc00eecac,0x45ed90ae,0x2b00003a,0x6000000c,0x39000fa7,0xe78ff2f4,0x7138f5a0,0xf0e0baff,0x20460070,0x27e41f97,0xf84707bb,0xf6f13582,0xaa477000,0xce500000,0x056f0000,0x06f50ee2,0xe1d09ff0,0xb02bf07c,0x53eee0b4,0x2b90003c,0xf000000c,0x40000f4e,0xe7efe8f4,0x4134f590,0xf090baff,0x103f0020,0x23e4ef9c,0xf874c0b9,0xd91e3582,0xaa477000,0xd5e00000,0x056f0000,0x56ed5e8e,0xe150b4f3,0xf052f0dc,0x43ef30bd,0x2b200041,0xe000000c,0x31000f00,0xee000df4,0x312df580,0xf050c4ff,0x103eff80,0x20e58f9b,0xf834cdb9,0x58ea3582,0xaa477000,0xda200000,0x056f0000,0x9beade69,0xe2e0c5f8,0xd06cf04c,0x32eed0c1,0x2ab00045,0x3000000c,0x26000ee8,0xf3e032f3,0xf129f560,0xf040ceff,0x203ffee0,0x1be59f9d,0xf8459cb6,0x87ff3582,0xaa477000,0xd9400000,0x056f0000,0xb9ea9e67,0xe3e0c1fa,0xd070f01c,0x30ee80c2,0x2a600045,0x9000000c,0x1f000ef3,0xf5004ff3,0x9125f540,0xf040dfff,0x403dfdc0,0x10e5bfa7,0xf8665cab,0x673a3582,0xaa477000,0xd4b00000,0x056f0000,0xa4ea0ea7,0xe570affb,0xf062f0ac,0x3dee20cc,0x29a00042,0xb000000c,0x15000f15,0xeda088f2,0xf114f500,0xf040e1ff,0xb03bfe00,0x09e65fb4,0xf836b5a3,0x86e33582,0xaa477000,0xd0100000,0x056f0000,0x79ebff08,0xe6a09efb,0x4052f17c,0x44ee70dc,0x29200040,0x2000000c,0x10000f33,0xe8709af2,0xb0fdf4d0,0xf040da00,0x303bff50,0x04e6efbe,0xf7e721a1,0xd6653582,0xaa477000,0xcca00000,0x056f0000,0x7df12f53,0xe7c087f9,0x3036f22c,0x54eef0ed,0x28b0003f,0x2000000c,0x11000f49,0xe80099f3,0x20e5f530,0xf050d700,0x603bffe0,0x02e70fbf,0xf7d748a2,0x56373582,0xaa477000,0xcc000000,0x056f0000,0x8bf36f65,0xe8507df8,0x5026f23c,0x5fef20f3,0x2890003f,0x2000000c,0x12000f51,0xe80099f3,0x60dcf580,0xf010d600,0x20370240,0x05e78fa1,0xf7d845ab,0x353e3582,0xaa477000,0xd0d00000,0x056f0000,0xb4f85f96,0xe8806bf6,0x1018f2ec,0x76f0c0f5,0x29d0003e,0x7000000c,0x0a000f5e,0xe74092f3,0x30d2f6e0,0xefd0d6ff,0xe0340490,0x08e81f84,0xf7e942b4,0x14463582,0xaa477000,0xd5a00000,0x056f0000,0xdcfd3fc7,0xe8b05af3,0xd010f3ac,0x89f260f7,0x2b10003d,0xd000000c,0x01000f6c,0xe6808bf3,0x00c7f840,0xefa0d5ff,0xc03404c0,0x0ae84f81,0xf7d993b4,0x03f63582,0xaa477000,0xd5900000,0x056f0000,0xd4fe8fd7,0xe8b059f3,0xc011f3dc,0x8cf330f5,0x2bc0003d,0xb000000b,0xf8000f6e,0xe65089f2,0xd0c3f860,0xef10cfff,0x60330570,0x13e8bf7d,0xf79a81b3,0x13133582,0xaa477000,0xd4b00000,0x056f0000,0xb602e00a,0xe8a056f3,0xc00cf49c,0x9cf5e0ef,0x2e10003d,0x5000000b,0xdb000f77,0xe5d07ff2,0x50adf8b0,0xee90c0ff,0x10340640,0x1ee86f7e,0xf78b73b0,0x22443582,0xaa477000,0xd1c00000,0x056f0000,0x76079038,0xe8905bf4,0xeffff51c,0xb9f930ea,0x30d0003d,0xf000000b,0xab000f87,0xe51069f2,0x307af840,0xee70aeff,0x103606d0,0x23e6ef80,0xf80c3aad,0x81b33582,0xaa477000,0xcf600000,0x056f0000,0x16085040,0xe7407cf7,0x6febf63c,0xcef9e0da,0x3240003d,0xd000000b,0x97000f97,0xe4104fef,0xf061f550,0xee00a1ff,0x10350640,0x24e57f87,0xf88cd3ac,0xe14c3582,0xaa477000,0xce200000,0x056f000f,0xb607a036,0xe5609bf8,0xefe1f6fc,0xd2f8a0b2,0x3260003e,0x4000000b,0xc1000f9f,0xe34042eb,0x208df150,0xeda09dff,0x10310570,0x24e4ff90,0xf88cf3ad,0x51433582,0xaa477000,0xccc00000,0x056f000f,0x8006401f,0xe410a6f9,0x1fdff71c,0xccf8209f,0x3240003e,0xf000000b,0xd5000f9b,0xe2e042e8,0x70b3efa0,0xed309eff,0x302d0360,0x23e3afa9,0xf8dce4b0,0x11653582,0xaa477000,0xcb500000,0x056f000f,0x36003fcd,0xe1a0aef8,0x4fdcf7ac,0xc1f76083,0x3210003f,0x2000000b,0xea000f8f,0xe3204ae7,0x30c7ee20,0xed20a0ff,0x30280250,0x20e32fb4,0xf8ecdbb2,0x71733582,0xaa477000,0xcb800000,0x056f000f,0x15fb4f95,0xe070b0f7,0xbfdaf7cc,0xbaf69077,0x3180003f,0x3000000b,0xf1000f85,0xe37053e7,0x20cded90,0xed40a7ff,0x401c0150,0x1ee3afbb,0xf87c7db6,0x31cc3582,0xaa477000,0xcd300000,0x056f000f,0x19f42f43,0xdfe0aff6,0xafe0f73c,0xacf5106e,0x3010003f,0xf000000b,0xef000f65,0xe4c068e7,0x90d9ed40,0xed50b0ff,0x60100070,0x1ae40fc3,0xf7fba2b8,0xf29c3582,0xaa477000,0xcf700000,0x056f000f,0x35edaeee,0xdf80adf5,0x6fe8f6cc,0xa1f37066,0x2e900040,0xa000000b,0xec000f3f,0xe6507de7,0xf0e3ed30,0xed90bbff,0xb005ff80,0x0ee3dfd1,0xf7a94cb9,0x34da3582,0xaa477000,0xd3e00000,0x056f000f,0x96e6ee74,0xdf60a7f3,0x5ff4f73c,0x9bf12057,0x2c400040,0xd000000b,0xe8000f03,0xe88098e8,0xb0e6edb0,0xedc0bfff,0xefffff60,0x06e39fd5,0xf7b84ab8,0x95d43582,0xaa477000,0xd6300000,0x056f000f,0xc5e4be45,0xdf70a7f2,0x4ff8f76c,0x98f03051,0x2b200040,0xe000000b,0xe6000ee6,0xe950aae9,0x20e4ee00,0xee20c700,0x5ff3ffff,0xf8e42fcf,0xf79773b5,0x96ab3582,0xaa477000,0xd7700000,0x056f000f,0xd0e44e3a,0xdf60a2f0,0x9ffbf72c,0x8cef604b,0x29d00041,0x7000000b,0xe1000ec2,0xea00cde8,0xe0ddee30,0xee90d501,0x2fe5015f,0xe2e55fb8,0xf78738b1,0x06d23582,0xaa477000,0xd8300000,0x056f000f,0xd3e6fe45,0xdfa090ee,0xaff7f6bc,0x82eef050,0x27f00042,0x8000000b,0xc3000ea3,0xea70f6e7,0xa0c5eeb0,0xeef0da01,0x9fdf021f,0xd8e58fab,0xf7972cae,0x46d03582,0xaa477000,0xd7e00000,0x056f000f,0xc9e90e54,0xe03081ee,0x4feef6dc,0x89ef2054,0x27400042,0xc000000b,0xb2000e9f,0xea5106e7,0x30b5ef20,0xefb0dc02,0x3fd302df,0xcde5bf9c,0xf78704a6,0x26ee3582,0xaa477000,0xd3800000,0x056f000f,0x9eea9e69,0xe1606eee,0xffdef76c,0x9ef03051,0x26c00042,0xd000000b,0xa1000ea0,0xea1116e7,0x00a3efe0,0xefe0dd02,0x5fcf030f,0xcbe5bf98,0xf776f8a3,0xb6f73582,0xaa477000,0xd2300000,0x056f000f,0x91eb0e6f,0xe1b069ef,0x3fd9f79c,0xa4f0904f,0x26e00042,0xd000000b,0xa3000ea1,0xea011be7,0x009ef010,0xf000de02,0x9fc9035f,0xcae65f95,0xf6a6e3a1,0x170e3582,0xaa477000,0xd1600000,0x056f000f,0x71eb0e75,0xe0c071ef,0x1fd6f80c,0xa8f12046,0x26d00042,0xe000000b,0xa1000e99,0xea4123e7,0x009ff040,0xf010de02,0xdfc4038f,0xc9e6bf93,0xf5e6ce9f,0x67243582,0xaa477000,0xd1500000,0x056f000f,0x58eb6e7a,0xdf707dee,0xcfd3f89c,0xaef20042,0x26e00042,0xf000000b,0x98000e96,0xea7128e6,0xf0a0f070,0xf030d803,0x3fc003cf,0xc7e66f93,0xf526ad9e,0x47503582,0xaa477000,0xd2d00000,0x056f000f,0x3decce7f,0xdb109aec,0xdfccfa3c,0xc2f3a038,0x27900042,0x8000000b,0x93000e9e,0xea8128e6,0xb0a4f090,0xf0c0c104,0x1fb604bf,0xc2e52f8e,0xf466659a,0x07da3582,0xaa477000,0xd4f00000,0x056f000e,0xf1eebe90,0xd000cfe7,0xbfb5fdec,0xeaf7302f,0x29100041,0x6000000b,0x8c000ea8,0xea2128e6,0x00a3f0b0,0xf140a404,0xffa5060f,0xc1e44f85,0xf4861098,0x88b83582,0xaa477000,0xd9b00000,0x056f000e,0x83f11ea6,0xc790fce5,0x0fa2008c,0xf6fb003b,0x2a500041,0x1000000b,0x72000e96,0xe9b12de5,0x6093f0f0,0xf1508c05,0x4f9c06bf,0xcbe33f7f,0xf535c29b,0xc9423582,0xaa477000,0xdda00000,0x056f000e,0x61f6fe9c,0xc5012de8,0x0f9d02ac,0xfbfdf041,0x2b300041,0x1000000b,0x63000e7e,0xe9e12de5,0x5082f180,0xf1107804,0xcf9a067f,0xe1e1df80,0xf695a2a0,0x79393582,0xaa477000,0xdc600000,0x056f000e,0x93febeaa,0xca7141f1,0xff9b03dc,0xf4001040,0x2c900041,0x6000000b,0x61000e52,0xeaf12ee5,0xe06cf260,0xf1305a03,0xff8f05a0,0x07e02f8a,0xf91578a7,0xf9413582,0xaa477000,0xd9500000,0x056f000e,0xd0098efc,0xd9612406,0x9f9103cc,0xc702e04d,0x2e300042,0xe000000b,0x4b000dea,0xed813ae7,0x7042f3e0,0xf2c05304,0x3f8104d0,0x17deff92,0xfa75bfad,0x88de3582,0xaa477000,0xd6c00000,0x056f000f,0x0e0dcf52,0xe220df12,0x0f8e018c,0x93035061,0x2d500044,0xe000000b,0x2e000da5,0xefd13ce8,0xa023f470,0xf6105805,0x0f760300,0x31dc5fa6,0xfd079fb6,0x069e3582,0xaa477000,0xcfb00000,0x056f000f,0xbb107fee,0xebd0631f,0xaf9dfcfc,0x4601d07c,0x2b400048,0xc000000b,0x13000d58,0xf43125e9,0xaff2f4c0,0xf7405a05,0x1f7e01e0,0x4adb8fb8,0xfe5944b6,0x94b73582,0xaa477000,0xcac00000,0x056f0000,0x0d0ed016,0xef904123,0xafaffb4c,0x2c012081,0x2ae0004b,0x0000000b,0x01000d48,0xf750fee9,0xffd8f4f0,0xf8405b04,0x3f8cffc0,0x84dc7fd7,0xfebac6ab,0x127f3582,0xaa477000,0xc0100000,0x056f0000,0x650a3ff9,0xf3604523,0x9fd6f8dc,0x0f006083,0x2a90004f,0x2000000a,0xd6000d4e,0xfee099eb,0xbfaef510,0xf8705d03,0xaf98fe90,0x9fdcffe4,0xfe1aeca9,0x625d3582,0xaa477000,0xbb200000,0x056f0000,0x7f08cfcd,0xf4206421,0x3fe6f7cc,0x13fff086,0x2a300050,0x8000000a,0xbf000d68,0x041069ed,0x7f98f530,0xf8f06002,0xefb5fd20,0xb6dd000a,0xfc3adfab,0x32923582,0xaa477000,0xb6900000,0x056f0000,0x7e065f64,0xf260bc19,0x2ff3f7ac,0x4cff7086,0x2ae0004f,0x8000000a,0xb3000dbf,0x0ca026f0,0x2f8af670,0xf9b06002,0x7fc0fd20,0xb3dd4024,0xfb1b31ac,0x52763582,0xaa477000,0xb4b00000,0x056f0000,0x5303af2c,0xeff0f20e,0x1005f85c,0x72fe6080,0x2c60004d,0xb000000a,0xc8000de4,0x10afd8ee,0xef86f6d0,0xfab06501,0xffb9fdb0,0xa5dd302e,0xfa0b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0xd9feaf24,0xeca10601,0xd01ff8cc,0x85fc907a,0x2e50004c,0x0000000a,0xed000de7,0x116f80e9,0xef84f740,0xfb206a01,0x7fb3fe60,0x92dc3030,0xf99b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x5af8bf3c,0xea4101fa,0x502df8fc,0x94fba076,0x2fc0004b,0x4000000b,0x02000dfa,0x121f53e6,0x3f89f7f0,0xfb306b01,0x5fb2fe90,0x8ddbb030,0xf98b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x35f6ef45,0xe9a0fef8,0x902ff90c,0x98fb7075,0x3020004b,0x1000000b,0x06000e04,0x127f4ce5,0x7f8af820,0xfb206801,0x4fb70030,0x73d9701f,0xf98b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xcbf13f53,0xe5b0eef4,0xb01ff94c,0x9cfc006f,0x3060004b,0x3000000b,0x03000e54,0x146f57e7,0x4f7ef830,0xfb106701,0x4fba0150,0x61d84010,0xf97b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x83ee2f5b,0xe320e3f2,0x8014f96c,0x9afc606b,0x3060004b,0x6000000b,0x00000e87,0x159f5fe8,0xbf73f850,0xfae06701,0x6fbd01e0,0x58d86001,0xf96b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x63ee3f5b,0xe200e0f2,0x700df96c,0x93fc6067,0x3000004b,0xb000000a,0xfd000e99,0x161f63e9,0xbf67f890,0xfa506401,0xffcd0270,0x49d8dfe6,0xf95b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x7bf16f2b,0xe070e2f5,0x3ff6f9ec,0x87fc3065,0x2ec0004c,0x5000000a,0xf1000ea4,0x170f64eb,0x0f58f920,0xfa105602,0x9fdd02f0,0x3ed9afc4,0xf9ab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc8f82eed,0xe0b0f3fb,0x8fd0faec,0x85fc406e,0x2dc0004c,0x5000000a,0xe3000ea7,0x17df59ec,0x2f4ef9e0,0xfa404402,0xefe502e0,0x3adadfa8,0xfa3b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x0cfd8edc,0xe3b11302,0xffb1fb8c,0x8dfcf07e,0x2db0004c,0x0000000a,0xda000e9b,0x18af43ed,0x2f4dfab0,0xfa103903,0x3ff50160,0x33db8f9e,0xfb1b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x4aff4ee8,0xe6d13108,0xdfa7fbdc,0x94fd808d,0x2db0004c,0x4000000a,0xc9000ea1,0x188f36ef,0x2f51fb90,0xf9a03103,0xa017fdb0,0x26dc2f99,0xfd4b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0xb1ff2f1a,0xea81580e,0xafabfc7c,0xa8fda0a6,0x2dc0004c,0x8000000a,0xa4000ec3,0x17ff31f1,0xbf49fcc0,0xf9903103,0xa02cfa20,0x28dd3fa2,0xfedb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0xf1fe1f5b,0xebd17610,0x4fbbfc5c,0xbafca0b9,0x2e90004c,0x7000000a,0x8c000ed3,0x192f2df1,0x5f42fd70,0xf9703a03,0x803ef620,0x2edf6fc2,0xfefb5caa,0x827b3582,0xaa477000,0xae500000,0x056f0000,0x05fc4fa8,0xeb01790d,0xffd3fb6c,0xc1faf0bd,0x2f60004c,0xd000000a,0x7f000ee3,0x18ff1def,0xdf48fda0,0xf9304c03,0x5053f300,0x2fe0eff3,0xfe2b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0xdaf92fce,0xe8f15e09,0xafe9fa7c,0xc5f8e0b4,0x2f70004d,0x3000000a,0x7f000ee9,0x1b4f1aed,0xff4dfd90,0xf9105b03,0x1062f1b0,0x2ce1201a,0xfd6b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x8bf68fcc,0xe7c13d06,0xcff8f9ec,0xc9f760a6,0x2f20004d,0x6000000a,0x85000f04,0x1c7f18ed,0x3f57fd60,0xf8f06902,0xc066f1d0,0x2ee13032,0xfceb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x36f4dfbe,0xe8411804,0x4007f94c,0xc7f69098,0x2ee0004d,0xd000000a,0x89000f10,0x1d0f11ed,0x3f5bfd50,0xf8408a02,0x006df3b0,0x36e0904d,0xfc0b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x88f02f8e,0xecc0bdfc,0xf02ef7bc,0xb7f58074,0x2e20004f,0x3000000a,0x8c000f02,0x1d0ef1ef,0x8f63fd00,0xf740a201,0x6078f720,0x3ddef04a,0xfbcb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x0dec9f74,0xf16082f6,0xc04cf6fc,0xaef53058,0x2d900050,0x4000000a,0x8a000ee4,0x1d3ed8f2,0x6f6efcc0,0xf640ac00,0xe07ffab0,0x46dd9037,0xfbab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000d,0xc5eb7f7f,0xf38069f3,0x3058f6ec,0xaaf5b04a,0x2d400051,0x2000000a,0x82000ec1,0x1d7ec5f4,0x8f71fcb0,0xf5e0ae00,0xc080fbd0,0x49dd4030,0xfb8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000d,0xb0eb5f86,0xf3e063f2,0x505bf6dc,0xa8f5f047,0x2d200051,0x8000000a,0x7e000eba,0x1d0ebdf5,0x8f7bfcc0,0xf560af00,0xa07dfd10,0x4fdd5022,0xfb5b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000d,0xa3ebff89,0xf3805ff1,0xe05af69c,0xa2f6704a,0x2d000052,0x4000000a,0x74000ea7,0x1cbeb0f6,0x4f79fcc0,0xf4f0ae00,0x807bfe50,0x54dd6014,0xfb1b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000d,0x96ec8f8c,0xf3205af1,0x805af64c,0x9cf6f04e,0x2cd00053,0x1000000a,0x6a000e9a,0x1caea7f6,0xdf74fcc0,0xf4c0aa00,0x807bfef0,0x56dd7008,0xfafb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000d,0x9aed7f85,0xf2405bf1,0xc055f62c,0x9ef77055,0x2ce00053,0x9000000a,0x62000e95,0x1c8ea6f7,0x4f75fce0,0xf3c09900,0x707e0170,0x5ddd9fdc,0xfa4b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000d,0xb7f1bf64,0xeea066f3,0x503af5ec,0xa7f9a074,0x2d200055,0xb000000a,0x40000e84,0x1c0ea6f8,0xcf6afd60,0xf3108800,0x60860290,0x61ddbfc1,0xf9fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000d,0xeaf60f3d,0xebe080f5,0xa01ef5cc,0xb7fb908d,0x2d900057,0x6000000a,0x26000e83,0x1b8eb2f9,0xff5cfdc0,0xf1b06f00,0x80a00180,0x55decfa1,0xf92b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x5cfdff06,0xeb10eafd,0x1fdef5fc,0xcfff00ad,0x2e700059,0xf000000a,0x04000e7e,0x1a7ed2fc,0xaf4efe50,0xf0105c00,0xc0bdfe70,0x31df8fa1,0xf88b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xba057ed2,0xeb016904,0x6fa3f66c,0xe102f0c8,0x2f40005c,0x50000009,0xe1000e71,0x1a3ed900,0x3f48ffc0,0xef105801,0x00d1fbf0,0x0adf2fb7,0xf87b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xce084eb5,0xec01aa06,0xcf93f67c,0xe80520d4,0x2fb0005d,0x90000009,0xd0000e74,0x1b1ec002,0x7f3600a0,0xed906401,0x20eff87f,0xc4dd9fe9,0xf8fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xae079e81,0xee41c804,0x6fb1f50c,0xf00700de,0x2ff00060,0x20000009,0xba000ea5,0x1d7e7305,0x1ef1ffe0,0xec507300,0xf0fdf70f,0x9edd400c,0xf8fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x8803be5f,0xef51a900,0xbfe0f35c,0xed0730dc,0x2f800062,0x50000009,0xa8000ec5,0x1f9e3106,0xbed5fee0,0xeb208100,0xc106f75f,0x91dd201b,0xf8eb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x75ff5e46,0xeff164fd,0xf01af21c,0xec06e0d6,0x2ea00063,0xd0000009,0x96000ee3,0x231e0a06,0xcecbfe10,0xe9409100,0x7117f91f,0x8fdc102a,0xf8fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x76f99e24,0xf130e5fa,0xd074f0ac,0xef0740cf,0x2d400065,0x80000009,0x77000f62,0x282e2007,0x2ed9fd50,0xe7d09700,0x4121fb9f,0xa0dbe01e,0xf8bb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x88f68e19,0xf2209ff9,0x70a5effc,0xeb0960d2,0x2ca00066,0xc0000009,0x5d0000b1,0x29df240a,0x2ee7fc80,0xe6109a00,0x112cfe4f,0xbadcefeb,0xf83b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x8ef59e27,0xf1d086f9,0x40ccefcc,0xe40c60d7,0x2c900068,0x70000009,0x4200026b,0x21808b0e,0xbedbfaa0,0xe43097ff,0xc140febf,0xc6dcbfb5,0xf83b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xa4f9be42,0xf0409bfa,0x50f1efdc,0xed0fd0dc,0x2d00006a,0x50000009,0x2b00031b,0x16e0f513,0x7edaf910,0xe2e090ff,0x714efdcf,0xc6dc2f8e,0xf85b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbfff4e5b,0xee00ccfc,0x4107efdc,0xf812d0e2,0x2da0006b,0xa0000009,0x1e000342,0x15911116,0xdec8f760,0xe1d08cff,0x6158fb5f,0xb6dbbf88,0xf7eb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xcf03ee7e,0xeae115fe,0x211defcc,0xf915c0e5,0x2e10006c,0x90000009,0x15000362,0x1561291a,0x3ec5f630,0xe0e08cff,0x4161f89f,0xa0db1f99,0xf7ab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xd5068e99,0xe8614aff,0x2133efdc,0xfb17c0e4,0x2e60006d,0x20000009,0x0e000386,0x14f1421c,0xaeb7f4a0,0xe00091ff,0x116cf59f,0x86da2fc4,0xf7bb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xd1068ea8,0xe7215aff,0x014aefed,0x001890df,0x2e70006d,0x30000009,0x080003a7,0x15215a1d,0xfebdf460,0xdf709efe,0xc165f3af,0x7cda5feb,0xf73b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc502ae9a,0xe9b127ff,0x015eef7c,0xf31880d6,0x2da0006d,0x80000009,0x060003c4,0x1591701e,0x8eb6f380,0xdee0aefe,0x6157f30f,0x80dae00f,0xf68b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xb1fc2e79,0xedf0cffe,0x416deefc,0xe117e0ca,0x2c20006d,0xd0000009,0x050003dd,0x1581801e,0xaebff300,0xde80b6fe,0x314cf45f,0x8edad02b,0xf66b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x9ff66e56,0xf17087fc,0x6175eeec,0xdc1700c0,0x2b00006d,0xd0000009,0x030003f8,0x1541981d,0xfebcf220,0xde30b9fe,0x1141f6af,0xa4daf029,0xf66b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x8df2ce41,0xf3e063fa,0x6179eecc,0xdb16b0ba,0x2a40006e,0x00000009,0x020003fb,0x15219f1d,0x4ec0f1d0,0xddc0bafd,0xd131fa2f,0xc8dbd00e,0xf61b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x74f00e37,0xf6204ef8,0x017eee5c,0xd61710b2,0x2970006e,0xa0000009,0x010003f7,0x14d1a21c,0xcecdf200,0xdd90bbfd,0xc12cfb4f,0xd4dc3002,0xf5eb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x6cefae36,0xf6804df7,0x717fee3c,0xd31770af,0x2930006e,0xe0000009,0x010003f7,0x1501a61d,0x1edbf260,0xdd80b9fd,0xb12efc1f,0xdcdc7ff5,0xf5eb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x70f0ee39,0xf5a05bf7,0xb17eee1c,0xd91870b0,0x2940006e,0xe0000009,0x030003fd,0x14b1ae1e,0x9eddf1f0,0xdd40b5fd,0xa135fdaf,0xeadcbfdd,0xf5fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x7ef43e40,0xf3907df8,0xc17aedec,0xe71ad0b3,0x2980006e,0xc0000009,0x07000413,0x15f1da22,0x7ee4f110,0xdd10b2fd,0x713afddf,0xeedccfda,0xf61b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x8ff67e41,0xf29095fa,0x1176edec,0xea1c00b5,0x29e0006e,0xc0000009,0x0a00041d,0x1671ed24,0xfedff020,0xdce0b1fd,0x413efdef,0xf1dd6fdf,0xf62b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xa4f89e46,0xf1b0adfb,0xc171eddc,0xe91d30b6,0x2a20006e,0xf0000009,0x0e00041c,0x16a1f127,0x8eecf090,0xdcc0b4fd,0x0140fd9f,0xf2dfd006,0xf68b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc2fa3e55,0xf130befe,0xa177ed8c,0xe31e20b7,0x2a30006f,0x40000009,0x11000423,0x1581ea2a,0x3eedf010,0xdca0b6fc,0xe143fd9f,0xf4e0d02f,0xf73b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xd4f96e56,0xf130b7ff,0xd17ded6c,0xe51e30b6,0x2a20006f,0x50000009,0x1000042f,0x14d1f02a,0xdef4f0a0,0xdc90b8fc,0xd14cfeb0,0x07e14044,0xf7eb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xddf6de4c,0xf2309cff,0xe182ed5c,0xe31e10b5,0x29f0006f,0x70000009,0x0e000430,0x1451ef2a,0x9ef3f080,0xdc80c0fc,0xd16501f0,0x3de1a049,0xf8eb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xe7f1ee3a,0xf49061ff,0x018eed2c,0xd61dd0b5,0x2950006f,0xd0000009,0x0b00042f,0x14b1f12a,0x0eecefd0,0xdc80c5fc,0xe18204d0,0x74e11039,0xf9eb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xe2ef4e33,0xf5a038fd,0x819aed1c,0xd11d80b7,0x29000070,0x10000009,0x06000432,0x1431ef29,0x5ee6ef60,0xdca0c5fc,0xf19d06f0,0xa6e09024,0xfa8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xdeee8e37,0xf60023fc,0xd19fecfc,0xd41d30bb,0x29000070,0x20000009,0x0400042b,0x13f1e728,0xaee6efd0,0xdcb0c5fc,0xf1af0800,0xcde1200b,0xfacb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xdfef9e40,0xf5d027fd,0x91a2ecec,0xd41d50be,0x29300070,0x30000009,0x0300042b,0x1441ec28,0x7ed8ef30,0xdcb0c3fd,0x01c50890,0xf5e23fec,0xfabb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xe5f22e4e,0xf5503eff,0x41a4ecdc,0xd51dc0c4,0x29b00070,0x40000009,0x0300042e,0x1471ee28,0xaed2ef30,0xdcc0befd,0x21d407e0,0xfee2bfdd,0xfaab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xeef53e54,0xf4c06600,0xf1a1ecfc,0xdf1e10c9,0x2a400070,0x10000009,0x0100042c,0x13e1e928,0xaeccef30,0xdcf0b6fd,0x61e70630,0xfce39fc8,0xfa9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfbfa6e5b,0xf3d0b303,0xb197ed2c,0xed1e80d2,0x2b20006f,0xe0000008,0xff000430,0x1481f828,0x6ec5ef60,0xdd30b5fd,0x81ef04a0,0xece49fbc,0xfa9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfefd3e63,0xf2e0e404,0xe190ed0c,0xeb1ea0d7,0x2b30006f,0xe0000008,0xff000432,0x1411f528,0x5ec3ef70,0xddc0b7fd,0xc1fb01e0,0xc9e5cfb5,0xfacb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfb002e6f,0xf1112105,0xa183ecac,0xe51e90de,0x2ae0006f,0xd0000009,0x01000429,0x13f1e728,0x4ecbf020,0xde00b8fd,0xe1ff00f0,0xbce5ffb7,0xfadb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfb00de6f,0xf0813105,0xb17eec9c,0xe41e70e1,0x2ac0006f,0xc0000009,0x01000432,0x13d1ef28,0x5ec3ef70,0xde70bafd,0xf20bff50,0xa9e65fc8,0xfabb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x0200ae62,0xf0d13005,0xd17bec5c,0xe31df0e3,0x2a60006f,0xb0000009,0x03000431,0x13b1ef28,0x2ec2ef70,0xdee0befe,0x0216fda0,0x97e6bfd8,0xfa9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x09007e55,0xf1113005,0xf179ec0c,0xe11d70e6,0x2a00006f,0x90000009,0x0400042b,0x1361e927,0xfec5efd0,0xdee0c0fe,0x0219fd50,0x93e6ffde,0xfa8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x0a002e4f,0xf1412b05,0xd17aec0c,0xdc1d30e5,0x29d0006f,0xa0000009,0x04000424,0x12f1dd27,0xceccf040,0xdf00c6fe,0x021ffc80,0x8ce75feb,0xfa5b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x0cff5e42,0xf1c11f05,0xa17eebec,0xd21c90e2,0x2950006f,0xb0000009,0x04000426,0x1301dd27,0x8ec5efb0,0xdf90d5fe,0x0233fb40,0x8be7b010,0xfa3b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x10fc4e14,0xf3f0f204,0xb190eb3c,0xc61b00e0,0x2840006f,0xb0000009,0x03000420,0x1271ce26,0xdecdf050,0xe060e4fd,0xe24ffa80,0x9be81033,0xfa7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x1bf84dd7,0xf760b803,0x51a1ea4c,0xbd1920e1,0x2760006f,0x90000009,0x01000418,0x12a1c426,0x4ecdf080,0xe120e9fd,0xd264fae0,0xbde8f039,0xfafb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x24f52dac,0xfa609302,0x01a5e97c,0xb917f0e8,0x2760006f,0x90000008,0xfd000409,0x1261af25,0xcecff110,0xe210eafd,0xc279fb60,0xe2ea0031,0xfb7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x2ff38d95,0xfca08201,0x91a7e8ac,0xbc1680f4,0x27b0006f,0x60000008,0xf9000413,0x12b1b624,0xaec6f160,0xe380e7fd,0xa2a6fba1,0x14ebf020,0xfbeb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x49f35d86,0xfed07c02,0x51a7e78c,0xcb144107,0x28b0006e,0xa0000008,0xf6000407,0x12419622,0x3ec3f390,0xe410e5fd,0xb2dcfab1,0x28ee0015,0xfb9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x67f59d8c,0xfeb08e04,0xf1a4e79c,0xce137110,0x29e0006d,0xb0000008,0xfb000412,0x12819921,0x6eb2f460,0xe490e7fd,0xb30bf951,0x26eff011,0xfb1b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x7ef83d99,0xfda0aa07,0xe1a9e7ac,0xbd131115,0x2aa0006c,0xf0000009,0x02000416,0x13f19821,0xce9ef450,0xe5b0e8fd,0xd338f861,0x17f1201b,0xfa4b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x91fa5da1,0xfce0d00a,0x41b0e71c,0xa6129122,0x2b30006c,0x30000009,0x0b000429,0x12918022,0x1e9df520,0xe750e4fe,0x2370f7e1,0x00f1f02c,0xf94b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0xa1fc4da3,0xfc61030c,0x41b1e64c,0x88121136,0x2bf0006b,0x60000009,0x1600043d,0x12b17122,0x2e93f5b0,0xe890e0fe,0x7393f840,0xf3f16034,0xf91b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x9efc8d9b,0xfc11200b,0xa1a6e5cc,0x7911a142,0x2c20006b,0x10000009,0x2100042a,0x13615f22,0x3e82f540,0xead0dfff,0x13c7f930,0xe5efa03e,0xf94b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x88fc3d8e,0xfb114008,0xa18be4fc,0x6c10514f,0x2bd0006a,0x60000009,0x36000423,0x11e15522,0x1e8ef620,0xec30e1ff,0x43e0f980,0xe2ee3049,0xf98b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x6ffb9d8d,0xf9d14005,0xe17ae47c,0x6f0f1153,0x2b400069,0xb0000009,0x43000402,0x13b15222,0x5e8cf5e0,0xedc0e4ff,0x73f0fa00,0xe5ed205d,0xfa7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x45fa6d92,0xf8612b03,0x2169e40c,0x6f0d8158,0x2ab00068,0xf0000009,0x520003ec,0x12113e22,0x6e96f6b0,0xeec0e5ff,0x93f9fa60,0xe8ec906b,0xfb4b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x29f99d96,0xf7711b01,0x615fe3bc,0x6f0c815c,0x2a600068,0x70000009,0x5c0003e4,0x12513f22,0xae86f640,0xf000e5ff,0xb402fad0,0xf4ec6075,0xfc5b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x12f82d9a,0xf7010700,0xc153e38c,0x6e0b5160,0x2a500067,0xe0000009,0x680003c5,0x13212b21,0xce82f730,0xf0e0e5ff,0xc40bfb40,0xffec207e,0xfd6b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfaf6bd9e,0xf690f400,0x1147e35c,0x6e0a2165,0x2a400067,0x50000009,0x740003a7,0x13d11520,0xfe82f830,0xf0f0e5ff,0xc40bfb50,0xffec207e,0xfd6b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfaf6ad9e,0xf6a0f400,0x1146e35c,0x6e0a2165,0x2a400067,0x40000009,0x740003a1,0x13d11020,0xee82f830,0xf180e4ff,0xb40efb81,0x08ec107c,0xfd7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfcf63d9c,0xf710f100,0x613de34c,0x74095166,0x2a700066,0xd0000009,0x7a0003ab,0x1221111f,0xde7cf8c0,0xf340dfff,0x7415fc21,0x23ec0076,0xfdbb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x04f53d99,0xf860eb01,0x8121e2ec,0x8507116c,0x2ae00065,0x90000009,0x8b00038e,0x14410a1c,0xbe6ffa50,0xf440deff,0x341afc61,0x31ec106a,0xfdab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x0af59da3,0xf880ed02,0xa115e27c,0x8a05c16e,0x2af00065,0x00000009,0x9600037c,0x1340fa1b,0x3e6afaf0,0xf5d0e0fe,0xc427fc41,0x3bec404f,0xfd1b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x11f7ddc5,0xf6e0f904,0xe108e1bc,0x8b03f171,0x2ae00064,0x50000009,0xa6000360,0x1490ee19,0x6e62fbb0,0xf6e0e1fe,0xa42efc41,0x36ec4043,0xfc8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x19f99ddc,0xf5610606,0x30fbe14c,0x9002f175,0x2ac00063,0xc0000009,0xb1000352,0x1500e918,0x3e78fd10,0xf900e1fe,0xa435fc91,0x18ec0045,0xfc1b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x2afc7e09,0xf2d11f08,0x90dfe07c,0x9501417f,0x2a700062,0xb0000009,0xc400034d,0x1490ef16,0xbe70fdc0,0xfa50e2fe,0xd439fcc1,0x04ebc051,0xfc2b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x30fd9e1f,0xf1a12a09,0xb0d0e01c,0x90005184,0x2a200062,0x10000009,0xce00035e,0x12c0fc15,0xde6dfe20,0xfc80e3ff,0xb43dfcf0,0xe6eb307b,0xfc1b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x2bfd1e29,0xf101230a,0x40b3dfec,0x85fea18a,0x29300060,0xb0000009,0xde000338,0x13e0f014,0x4e7eff50,0xfeb0e200,0xa43cfd20,0xdceaa0a1,0xfbeb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x1bfb0e17,0xf1210308,0xb09adfdc,0x77fcf18e,0x2810005f,0x60000009,0xef000304,0x1440d313,0x2e88ffe0,0x0120e101,0x9434fda0,0xecea20bb,0xfc0b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x02f7ddf1,0xf220d004,0xa089df6c,0x60faf18f,0x26b0005e,0x3000000a,0x020002ba,0x15c0a611,0xde9c0070,0x03f0dd02,0x5428fe51,0x10e990be,0xfb9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xecf4bdce,0xf390aaff,0xf073defc,0x51f88190,0x2570005c,0x7000000a,0x1600025f,0x17c0650f,0xeebe0130,0x0750d302,0xf41aff51,0x35e910ae,0xfa9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xe6f30dbe,0xf4309afc,0x2053debc,0x51f5d197,0x24a00059,0xc000000a,0x3200020f,0x1a702d0c,0xded401a0,0x0a00ca03,0x64110051,0x4ae8b0a0,0xfa1b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xeaf2fdbf,0xf3a09ef9,0xf03dde8c,0x4df3e19f,0x24300057,0x9000000a,0x4b0001b7,0x1d0fec0a,0x5ef30230,0x0d20ba03,0xd41101a1,0x53e7f095,0xf95b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfaf4edc9,0xf200b2f9,0x5022debc,0x44f1e1ab,0x23d00054,0x9000000a,0x6c000169,0x1f6fb206,0xeef40240,0x0ff0a904,0x341202d1,0x55e7508f,0xf86b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x0ef70dd2,0xf0a0c4f9,0xb007df0c,0x3ff031b8,0x23600051,0xb000000a,0x88000134,0x208f8c04,0x1f0602f0,0x12509804,0x740e03c1,0x4ce6b094,0xf72b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x23f82dd3,0xf050befb,0x5ff1df2c,0x3eef31c6,0x2340004f,0xa000000a,0xa0000129,0x202f8501,0xbf1103a0,0x14808704,0x940b04b1,0x43e6109a,0xf5db5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x38f94dd4,0xf000b7fd,0x0fdadf5c,0x3dee21d4,0x2320004d,0x9000000a,0xb9000122,0x1eef82ff,0x8f190430,0x16d07604,0xc40505a1,0x39e5509f,0xf46b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x4cf9fdcf,0xefb0aafe,0xcfc7df8c,0x3bed31e1,0x2320004b,0x7000000a,0xd200010f,0x1d6f71fd,0x2f200480,0x19706704,0xd3fc06b1,0x30e450a0,0xf29b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x5cfa1dc5,0xeec09900,0x2fb8dfdc,0x3aec11ee,0x23600048,0xc000000a,0xf20000ef,0x1def51fb,0x0f360450,0x1ce05604,0xd3eb0831,0x27e3409b,0xf01b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x65f9cdbc,0xed509200,0xafa4e02c,0x43ea91fd,0x23b00045,0x4000000b,0x1c0000d1,0x1dff2cf8,0x6f370310,0x24a03e04,0xf3b90bc1,0x13e1a082,0xeb0b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x5df86db7,0xeb70a700,0x2f7ae05c,0x66e7720d,0x24b0003d,0xf000000b,0x860000aa,0x1a7edff6,0xcf5c0060,0x2a503405,0xa3900e50,0xffe0506e,0xe83b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x4ff7ddb8,0xec10b201,0x2f66dfcc,0x76e4920e,0x25200039,0x8000000b,0xd60000ad,0x1beed0f6,0xff67ff00,0x2e703107,0x536d0f30,0xe9e04062,0xe6cb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x4af7bdbd,0xee10b303,0x4f59df5c,0x7de141fb,0x25a00036,0xf000000c,0x1a0000ec,0x210f09f8,0x7f60feb0,0x3290300a,0xc34a0eb0,0xcae1c05c,0xe59b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x4ff7cdcc,0xf150a807,0x1f50df6c,0x81dc11c6,0x26a00034,0xb000000c,0x75000181,0x237f82fb,0xaf4cff30,0x3340390d,0xd34b0c60,0xbfe2d064,0xe61b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x59f7cde0,0xf3c08a0a,0x4f6ddf3c,0x71d86188,0x27400035,0x7000000c,0xa00001d0,0x260fd4fd,0xff30ffe0,0x33704b14,0x635606d0,0xade3a075,0xe77b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x62f74e0f,0xf7a05e0f,0x8fc9ddcc,0x39d1810b,0x28400038,0xb000000c,0xe4000234,0x23f01001,0xeeef0140,0x3380431a,0x53660230,0x94e33064,0xe7fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x51f62e3b,0xf9807111,0x501eddfb,0xf7cd809a,0x2a50003a,0xc000000d,0x4400027c,0x21601e05,0x0e980320,0x32a03e1e,0xe386ff20,0x87e3604c,0xe99b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x3ef4ce55,0xf9f09710,0x5066df0b,0xc2cc5037,0x2dd0003c,0x8000000d,0xb500029a,0x1f300a06,0x7e390620,0x31604721,0xd3a5fda0,0x8ce38046,0xebfb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x39f41e3c,0xf890b00d,0xa09bdf2b,0xabd0bfff,0x3370003e,0xd000000e,0x2f000299,0x1e2fec03,0xde1f0cb0,0x30405d26,0x73c1fb80,0xa1e3d043,0xf01b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x1ff3ddf8,0xf6e0c509,0x40e3ddfb,0x92df7fec,0x3e000042,0x6000000e,0xcb000289,0x1d0fd8fc,0x0e531680,0x31b0632b,0x63a0f990,0xa7e4f044,0xf3ab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xcdf3eded,0xf780c506,0xe10ddbeb,0x73f1c040,0x44e00043,0x5000000e,0xb0000266,0x1bc00af7,0xaed216b0,0x33305f2f,0xb37bf830,0x9de5a055,0xf6eb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x78f3edf8,0xf800c806,0x011cda9b,0x52fdf094,0x47a00043,0x1000000e,0x56000239,0x1a204af7,0xbf001460,0x33805d30,0xe372f7d0,0x98e5b05d,0xf7eb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x60f3fdfc,0xf810c905,0xf11dda6b,0x480080a9,0x47e00042,0xe000000e,0x3c00022a,0x19905ef8,0x6efd13b0,0x33b06132,0x836cf790,0x9be5d06a,0xf95b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x57f45df2,0xf7d0c805,0xc116da9b,0x450070ab,0x48200042,0xb000000e,0x3200020f,0x17f06bf9,0xcee71350,0x33b06734,0x4361f730,0xa0e60081,0xfc0b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x46f50de1,0xf760c505,0x5107dafb,0x400050af,0x48900042,0x6000000e,0x200001dc,0x14e082fc,0x7ebe12b0,0x33d06935,0x935cf6f0,0xa3e6208d,0xfd8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x3cf56dd8,0xf720c405,0x2100db3b,0x3d0040b0,0x48c00042,0x3000000e,0x160001c1,0x13408ffd,0xeea71250,0x34006636,0x6354f780,0xafe65095,0xff3b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x3af49dbf,0xf780c204,0xd0fadb1b,0x37ffc0be,0x47900042,0x1000000e,0x090001ae,0x12f084fd,0xdeac1350,0x34c05738,0xb33df9b0,0xd0e6d0b3,0x046b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x35f1fd78,0xf950bf03,0xe0e5dafb,0x24ff80e4,0x44600040,0xf000000d,0xd700018a,0x14b05dfd,0xdecb14f0,0x3530453a,0x3330fc20,0xe7e6f0cb,0x081b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x39ef9d43,0xfbf0c202,0xd0c7db0b,0x190180f8,0x42e0003f,0x0000000d,0x9d000182,0x1b305efe,0x4ed91330,0x3530383b,0x232bfe61,0x00e720d4,0x0a7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x4cee5d12,0xfdc0c501,0xb097db0b,0x1b02d101,0x4250003d,0x8000000d,0x71000160,0x20b090ff,0xdecd1010,0x3530303b,0xd325ffe1,0x15e7a0d2,0x0bbb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x5eeeacff,0xfda0c401,0x4059db2b,0x2a0350ff,0x4240003b,0xe000000d,0x6300015a,0x2360d800,0x9ed10ee0,0x3550213c,0xc31901d1,0x2ce880cf,0x0cdb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x7ef09cfd,0xfbf0bf01,0xe009dbcb,0x530410fa,0x42100038,0xe000000d,0x6100015a,0x26813400,0x1ee10ed0,0x3580183d,0x531302c1,0x36e8b0ce,0x0d0b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x99f2ad00,0xfaa0c003,0x5feadc5b,0x6504c0f8,0x41d00036,0xf000000d,0x6500012b,0x284120ff,0x9ee50f00,0x3590103d,0xe31403c1,0x48e8f0c3,0x0d3b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xb4f4fd00,0xf900c505,0xafdddd2b,0x6d05a0f7,0x41600034,0xf000000d,0x6c00006e,0x28e07600,0x0ede0f90,0x35900b3e,0x631a04d1,0x5be8d0b7,0x0d5b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc7f72cfd,0xf790cb07,0xffdedd9b,0x6d06a0f5,0x41200033,0x6000000d,0x73000fa6,0x27efc601,0x2ed20fd0,0x35b00a3e,0xa3230581,0x67e810ae,0x0d8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xd1f8ecfa,0xf6b0cf09,0x8ff2dd6b,0x620740f2,0x41200032,0xa000000d,0x79000f55,0x256f8602,0x6ec30fc0,0x35c00a3e,0xb32905e1,0x6ee790a7,0x0dab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xd7fa0cfa,0xf630d40a,0x6ffbdd7b,0x5d07a0ef,0x41200032,0x3000000d,0x7f000f47,0x22ff8403,0x1eb71000,0x35d00d3e,0x732d0641,0x74e7209a,0x0ddb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xdafaad0a,0xf560da0a,0xeff5ddbb,0x620850ed,0x41500031,0x8000000d,0x87000f44,0x1fef9a03,0xeead1040,0x35f0103e,0x332f0671,0x78e69088,0x0e1b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xdcfb3d1d,0xf4a0de0b,0x6feedddb,0x690910eb,0x41900030,0xf000000d,0x8e000f3a,0x1dafa404,0xdea41030,0x3610153d,0xb32f0681,0x7ae5e072,0x0e7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xdefc1d32,0xf3d0e20b,0xffe2ddeb,0x790a00ea,0x42000030,0x7000000d,0x96000f28,0x1c7f9505,0xbe990ff0,0x3620193d,0x432d0661,0x79e59062,0x0ecb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xdffcfd44,0xf2f0e50c,0x4fd3de1b,0x860ad0e9,0x42600030,0x1000000d,0x9d000f1d,0x1baf8c06,0x8e910fb0,0x36101c3c,0xc32d0611,0x72e5a061,0x0ebb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xddfdbd4c,0xf210e60b,0xffc6de4b,0x8f0b30e7,0x42b0002f,0xd000000d,0x9d000f24,0x1b3f9207,0x4e920f10,0x35f0203c,0x232f05b1,0x68e59068,0x0e8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xdcfead4f,0xf170e80b,0x9fbfde8b,0x9d0b60e4,0x4300002f,0xa000000d,0x9b000f2c,0x1abf9508,0x1e950e30,0x35c0223b,0xb3330591,0x64e5a06e,0x0e6b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xd4fead45,0xf1c0ec0b,0x3fc0defb,0xa00b50e4,0x42f0002f,0x6000000d,0x98000f2b,0x19ef8a08,0x4e990da0,0x35a0233b,0x63340571,0x61e5c071,0x0e6b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc3fded38,0xf220f20a,0xbfcddf7b,0x9e0ac0e6,0x42b0002f,0x2000000d,0x93000f25,0x18ef7c08,0x1ea20d20,0x35a0243b,0x23350561,0x5be5e077,0x0e5b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbbfd8d34,0xf290f40a,0x7fdcdf7b,0x960a50e7,0x4280002f,0x2000000d,0x8e000f1b,0x186f7407,0xaead0cc0,0x35a0253b,0x03350561,0x58e5e07c,0x0e5b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbcfd9d34,0xf2d0f40a,0x8fe4df5b,0x920a10e8,0x4270002f,0x4000000d,0x8c000f16,0x183f7107,0x5eb20c90,0x35a0253b,0x03350561,0x58e5e07d,0x0e5b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbcfdad34,0xf2e0f50a,0x9fe4df4b,0x910a10e8,0x4250002f,0x5000000d,0x8b000f16,0x183f7107,0x4eb20c80,0x35b0233a,0xe3300571,0x53e6307d,0x0e6b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbbfd8d34,0xf340f50a,0x9fdfdf6b,0x9009a0ef,0x41c0002f,0xb000000d,0x87000f21,0x179f7806,0xceba0c80,0x35c0233a,0xe32f0571,0x53e6407d,0x0e7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbafd8d33,0xf350f40a,0x9fdfdf5b,0x8f0990f0,0x41c0002f,0xc000000d,0x86000f22,0x178f7906,0x9ebc0c80,0x35c0223a,0xe32f0571,0x51e6407e,0x0e7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbbfd7d33,0xf360f30a,0x7fe5df2b,0x8b0970f0,0x41800030,0x0000000d,0x85000f20,0x175f7806,0x4ec00ca0,0x35d0223a,0xe32f0571,0x50e6407f,0x0e7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbbfd6d31,0xf380f20a,0x7feddeeb,0x860950f0,0x41800030,0x3000000d,0x83000f1d,0x173f7705,0xfec20cb0,0x35d0223a,0xf32e0561,0x4ee64080,0x0e7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbcfd5d2e,0xf3b0f20a,0x8ff2dedb,0x820920f2,0x41200030,0x5000000d,0x82000f1c,0x172f7605,0xaec30cd0,0x35d0213b,0x032e0561,0x4de64080,0x0e7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbdfd4d2b,0xf3e0f20a,0xbff5defb,0x7d0910f3,0x41000030,0x6000000d,0x81000f1f,0x173f7a05,0x4ec60d10,0x35d0213b,0x132d0551,0x4de64080,0x0e7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbdfd2d2a,0xf3f0f20a,0xaffddeeb,0x790910f3,0x40f00030,0x7000000d,0x80000f1e,0x175f7c05,0x1ec80d40,0x35e0203b,0x332c0551,0x4de6307f,0x0e7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbefd0d27,0xf400f10a,0xa008decb,0x6f0910f3,0x41000030,0x8000000d,0x80000f1c,0x178f7e04,0xeec80d60,0x35f0203b,0x332c0571,0x4fe6107c,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbdfced26,0xf420f00a,0xc009dedb,0x7108f0f3,0x41200030,0x7000000d,0x80000f1e,0x179f8004,0xdec80d60,0x35f0203b,0x432d0581,0x51e5f07a,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbdfccd25,0xf420ef0a,0xd007dedb,0x710910f4,0x41200030,0x7000000d,0x80000f1f,0x17af8204,0xcec80d70,0x35f0203b,0x332f0591,0x52e5e07a,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbefccd25,0xf420ee0b,0x0006dedb,0x710920f4,0x41200030,0x7000000d,0x80000f20,0x17af8304,0xcec70d80,0x35f0203b,0x33310591,0x52e5c07b,0x0e8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbffcdd25,0xf430ed0b,0x4006dedb,0x710920f5,0x41300030,0x6000000d,0x81000f20,0x17af8304,0xeec50d90,0x35f0203b,0x333105a1,0x53e5c07a,0x0e8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbffcdd25,0xf420ed0b,0x5005dedb,0x730920f5,0x41300030,0x6000000d,0x81000f20,0x17bf8405,0x0ec50d90,0x35e0203b,0x333105a1,0x53e5c07a,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbffccd25,0xf420ee0b,0x5004deeb,0x740930f4,0x41300030,0x5000000d,0x81000f20,0x17bf8405,0x2ec60d80,0x35e0203b,0x233205b1,0x54e5c07a,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbffcdd25,0xf420ed0b,0x6005deeb,0x730930f4,0x41300030,0x5000000d,0x81000f1e,0x17bf8305,0x2ec50d80,0x35e0203b,0x133305c1,0x54e5c07a,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbffcdd26,0xf420ee0b,0x6000dedb,0x740960f5,0x41400030,0x5000000d,0x80000f1f,0x17cf8305,0x2ec50d80,0x35e0203b,0x033305d1,0x54e5c07a,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbffcdd26,0xf420ee0b,0x6fffdecb,0x770970f6,0x41400030,0x5000000d,0x80000f21,0x17cf8405,0x1ec50d80,0x35e0203b,0x033305d1,0x54e5c07a,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbffcdd26,0xf420ee0b,0x6ffedecb,0x770960f6,0x41400030,0x5000000d,0x80000f21,0x17cf8405,0x1ec50d80,0x36502d3b,0xd3260521,0x5de5c079,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbefccd27,0xf420ed0b,0x701bde2b,0x6c0840fc,0x41b00030,0xd000000d,0x7e000f1e,0x17cf8205,0x3ec50d80,0x36502d3b,0xd3260521,0x5de5c079,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbefccd27,0xf420ed0b,0x701ede2b,0x6f0830fc,0x41c00030,0xd000000d,0x7e000f1e,0x17cf8205,0x3ec50d80,0x3640353c,0x93200451,0x60e5c079,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbffcdd28,0xf410ee0b,0x6031de2b,0x620750fa,0x41b00031,0x3000000d,0x80000f1c,0x17bf8205,0x4ec40d80,0x3600473e,0xa30e0191,0x5ae5a079,0x0e6b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc4fdad2e,0xf360f10b,0x5068de5b,0x4204b0f1,0x41300031,0xf000000d,0x84000f18,0x17bf7f05,0x6ec30d80,0x36004b3f,0xf2fffec1,0x34e50076,0x0dfb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xcfffbd3c,0xf1c0fa0b,0x7086debb,0x250340e9,0x40300032,0x2000000d,0x8a000f14,0x17af7c05,0x7ec30d80,0x36704c40,0x72f2fc71,0x0ee4e07b,0x0d8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xdf022d4d,0xf011080b,0xe09bde8b,0x1002c0ea,0x3fa00032,0x3000000d,0x8f000f0f,0x17af7605,0x7ec30d90,0x36f04e40,0x52effa80,0xeee58078,0x0d0b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xf104ed5c,0xeea1160c,0x7091de0b,0x0f0360f1,0x3f600031,0xe000000d,0x94000f14,0x17ff7905,0x1ebf0e30,0x3790503f,0xb2fcf800,0xbfe62075,0x0c4b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x07089d6e,0xecd1230c,0x7062dd3b,0x2a0480fd,0x3f800030,0xe000000d,0x9b000f2b,0x190f9604,0xeeae0f90,0x37c0533e,0xd31ff7e0,0xace53086,0x0c0b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xff07ed62,0xee11170a,0xf021dcab,0x5704d10a,0x3ff0002f,0xb000000d,0x96000f51,0x1abfce06,0xae9c0ee0,0x37d0563d,0x833efa20,0xc1e3707d,0x0cab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xdb02ed36,0xf3110808,0x9fd1dcdb,0x9b053114,0x40c0002e,0x5000000d,0x8e000f93,0x1c901b07,0x8e9b0dd0,0x37c0563c,0x2341fd50,0xeee2e04a,0x0dbb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xaafb4d11,0xf9210904,0xff97ddeb,0xd605c118,0x4200002d,0x0000000d,0x8d000fb0,0x1d702a05,0xceb00e60,0x3790543a,0xe32fffc1,0x0ce4401d,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x8cf6bd19,0xfb811301,0xdf86defb,0xec070116,0x4290002b,0xa000000d,0x90000f86,0x1d0fe504,0x2ed60ea0,0x37305539,0xc31c00d1,0x13e65018,0x0edb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x89f7ad44,0xf8b10c01,0x2f92dffb,0xf107e112,0x4340002a,0x7000000d,0x92000f4d,0x1b8f9b04,0x8ef60d70,0x36c05939,0x130e00b1,0x0de85033,0x0eeb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x90fb1d6e,0xf3b0f902,0x1fa1e0eb,0xeb08210e,0x43700029,0xe000000d,0x92000f32,0x197f7805,0x6f050c20,0x36805f38,0xf305ffe1,0x02e97063,0x0ecb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x95fe6d81,0xef30ea03,0x3fbfe13b,0xde07d10a,0x4370002a,0x0000000d,0x93000f24,0x174f6a05,0xaf050bd0,0x36506839,0x12fbfe90,0xf4ea30a5,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x9a024d8c,0xea30dd04,0x6feae11b,0xc7074103,0x4380002a,0x9000000d,0x96000f14,0x14cf5d05,0xbefe0c10,0x36406a39,0x12f9fe60,0xf1ea50af,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x9a02cd8d,0xe980db04,0x9ff1e11b,0xc4073103,0x4370002a,0xa000000d,0x97000f11,0x146f5c05,0xbefd0c20,0x36406a39,0x12f9fe60,0xf1ea50af,0x0e9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x9a02cd8d,0xe980db04,0x9ff0e11b,0xc4073103,0x4360002a,0xa000000d,0x97000f11,0x146f5c05,0xbefd0c20,0x36507a39,0xa2f2fc30,0xe2e9b100,0x0d6b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x97066d6e,0xe660cb04,0xd034e03b,0xa4056104,0x4350002c,0x8000000d,0x9b000ef8,0x117f4105,0xeee40c80,0x36507a39,0xa2f2fc30,0xe2e9a100,0x0d6b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x97066d6d,0xe660ca04,0xd035e03b,0xa3057105,0x4320002c,0x8000000d,0x9b000ef7,0x117f4105,0xeee40c80,0x36707c39,0xd2f3fbe0,0xe0e94108,0x0d1b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x95062d5c,0xe6c0c704,0xa045e00b,0x9b050106,0x4320002c,0xd000000d,0x9b000ef4,0x10cf3c05,0xdee20c70,0x36b0823a,0x32f5fb10,0xdee85118,0x0c4b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x93054d33,0xe7d0bf04,0x006adfab,0x83044109,0x4300002d,0x9000000d,0x9b000eed,0x0f4f3105,0xaede0c60,0x37108a3a,0x72f7faa0,0xe5e78117,0x0bab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x9a02fd0e,0xeab0c302,0xe090dedb,0x7103510e,0x4330002e,0x6000000d,0x9a000ee8,0x0f4f3805,0xaedc0c30,0x3770903a,0x82f6fa90,0xf0e7010d,0x0b2b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xa2008cf7,0xedc0cc02,0x10a1de3b,0x6a02c115,0x4340002e,0xe000000d,0x98000eec,0x0fef4905,0xaedc0c00,0x37c08d3a,0x52f4fb61,0x02e6d0db,0x0a8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xaefdccf2,0xf140da01,0xf095ddcb,0x6d02911e,0x4330002e,0xe000000d,0x93000f05,0x114f6e05,0x3ee20be0,0x3800883a,0x22f7fc41,0x12e690b0,0x0a1b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbcfbbcec,0xf440e502,0x3089dd8b,0x7202d124,0x4350002e,0xd000000d,0x8e000f1a,0x125f8e04,0x9ee80bf0,0x37e08139,0xf2fffd71,0x22e69094,0x0a4b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc7faace5,0xf5f0eb03,0x0076dddb,0x79036124,0x4340002e,0x8000000d,0x8d000f24,0x129f9b04,0x2eec0bf0,0x37b07939,0xd304feb1,0x32e6e07a,0x0acb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xccf9dcde,0xf6f0f103,0xc065de7b,0x8203a121,0x4350002e,0x1000000d,0x8c000f2c,0x129fa203,0xeef10be0,0x37707239,0xd305ffa1,0x36e75077,0x0b6b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbffa5ce1,0xf640f403,0xe062df1b,0x8404411c,0x4360002d,0xb000000d,0x8c000f2a,0x122f9903,0xbef90c00,0x37306a39,0xe3070091,0x38e7b084,0x0c3b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xacfb7cea,0xf4f0f604,0x0066dfcb,0x81055115,0x4390002d,0x3000000d,0x8b000f22,0x10df7f03,0xaf020c10,0x37106639,0xf3080121,0x3ce7d096,0x0c9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xa0fc5cf3,0xf3b0f104,0x1074e04b,0x7a05b114,0x4360002c,0xc000000d,0x89000f18,0x0faf6904,0x0f060bc0,0x3700603a,0x230701d1,0x43e800ab,0x0cfb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x92fd7d00,0xf1d0e503,0xf088e0eb,0x6d05e115,0x4330002c,0x1000000d,0x86000f0e,0x0e9f5a04,0xbf0a0b20,0x37105e3a,0x43050241,0x47e800b6,0x0d2b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x93fddd03,0xf100dc04,0x4091e11b,0x6405f113,0x4300002b,0xc000000d,0x86000f10,0x0e2f5c04,0xbf0d0b10,0x37205d3a,0x630202b1,0x4de7e0b8,0x0d4b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x9afdecfe,0xf130da05,0x3099e0fb,0x6305c113,0x4320002b,0xa000000d,0x86000f13,0x0e2f5e04,0x8f0d0b30,0x37305d3a,0x82fe0311,0x55e800af,0x0d6b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xa0fd6cf9,0xf1e0dd06,0x1099e0eb,0x6405c114,0x4320002b,0x9000000d,0x86000f17,0x0e5f6104,0x7f0d0b40,0x37305d3a,0x82fd0321,0x58e800ab,0x0d7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xa2fd2cf8,0xf220de06,0x5097e0eb,0x6305c114,0x4320002b,0x9000000d,0x86000f1a,0x0e7f6204,0x6f0d0b50,0x37405d3a,0x92fd0341,0x5be7e0a6,0x0d8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xa8fcdcf5,0xf2b0e006,0xe09ae0db,0x6605c114,0x4340002b,0x8000000d,0x87000f1d,0x0eaf6604,0x6f0b0b80,0x37405e3a,0xb2ff0361,0x5de7c0a1,0x0d9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xb2fcbcf2,0xf340e307,0xa09be0cb,0x6705c114,0x4350002b,0x8000000d,0x88000f20,0x0edf6b04,0x6f080bb0,0x37505f3a,0xb2ff0361,0x5ee7d098,0x0dbb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbdfd1cef,0xf390e608,0x809ce0cb,0x6605b114,0x4350002b,0x8000000d,0x89000f20,0x0f3f6f04,0x9f040bd0,0x3750603a,0xd2ff0351,0x5fe80087,0x0ddb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc9fdbced,0xf3a0e909,0xa09be0cb,0x6605a115,0x4350002b,0x7000000d,0x8a000f21,0x0fbf7304,0xcf030be0,0x3760603a,0xd2fe0331,0x5de7f080,0x0ddb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xcdfe2cee,0xf350ea0a,0x209ae0bb,0x6705b115,0x4350002b,0x5000000d,0x8a000f21,0x100f7604,0xcf040be0,0x3760603a,0xd2ff02f1,0x58e7f087,0x0dbb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xcffe9cee,0xf2f0eb0a,0x209ae0bb,0x6705d115,0x4360002b,0x4000000d,0x8a000f22,0x102f7804,0xcf040be0,0x3770613a,0xd2ff02c1,0x55e7f08b,0x0dab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xd1fedcef,0xf2d0ec0a,0x209ae0ab,0x6605e116,0x4350002b,0x3000000d,0x8a000f21,0x103f7804,0xcf040be0,0x3770613a,0xb2fc0291,0x53e8308d,0x0d8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xcffefcf0,0xf290ec0a,0x1094e0ab,0x6905f117,0x4350002b,0x2000000d,0x8b000f23,0x104f7a04,0xff030bc0,0x3770613a,0xa2fb0281,0x52e8308f,0x0d7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xceff0cf1,0xf290ed09,0xd091e0ab,0x6b060117,0x4360002b,0x1000000d,0x8b000f24,0x104f7b05,0x0f040ba0,0x3770623a,0x92fc0281,0x51e82091,0x0d7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xcdfeecf2,0xf2c0ed09,0x7090e09b,0x6c062117,0x4360002b,0x0000000d,0x8c000f24,0x105f7b05,0x1f040b90,0x3770633a,0x72fd0281,0x50e81093,0x0d7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xccfeacf5,0xf320ee09,0x208ee0ab,0x6e062116,0x4370002a,0xf000000d,0x8c000f24,0x104f7b05,0x3f030b80,0x3760623a,0x62fe0281,0x50e81092,0x0d7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xcbfe6cf6,0xf350ef09,0x008be0cb,0x71062114,0x4380002a,0xe000000d,0x8c000f25,0x103f7b05,0x3f030b80,0x3790573a,0x32fd02f1,0x46e81092,0x0d7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xcbfe1cf8,0xf370ef08,0xa083e0cb,0x6b06a118,0x42d0002a,0x9000000d,0x8c000f26,0x101f7b05,0x4f030b80,0x3820403a,0x62f50351,0x2fe7e08b,0x0d8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xcafdbcfb,0xf390f008,0x607fe0cb,0x5506e120,0x41600029,0xf000000d,0x8d000f28,0x100f7a05,0x4f030b80,0x38902d3b,0x32e50311,0x13e6d060,0x0deb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc8fdcd03,0xf330f107,0xf086e10b,0x39066124,0x3fa00029,0x7000000d,0x90000f2d,0x0fff7905,0x4f030b80,0x38b02b3c,0x52d00200,0xf5e5401e,0x0e5b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc4ff1d10,0xf1f0f207,0x309ce15b,0x2c04f11f,0x3f400029,0x7000000d,0x94000f31,0x0fff7905,0x3f040b70,0x38b02f3c,0xe2c80160,0xe9e4b007,0x0e6b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc2fffd16,0xf160f206,0xd0a9e17b,0x2a04411c,0x3f500029,0x8000000d,0x96000f31,0x0fff7905,0x3f040b70,0x38b02f3c,0xf2c70140,0xe7e4b004,0x0e6b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc2000d17,0xf150f306,0xd0abe17b,0x2a04311b,0x3f600029,0x9000000d,0x96000f31,0x0fff7905,0x3f040b70,0x38a0443e,0xb2c8fdf0,0xb7e4dfe8,0x0c1b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xcc052d26,0xef70fc06,0xa0d0e1ab,0x31017113,0x3f500029,0xe000000d,0x9b000f3a,0x105f8005,0x9f020b20,0x38b0453e,0xe2cefd30,0xace4fff2,0x0b8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xd1062d26,0xef10ff06,0xc0c4e1ab,0x2d010111,0x3f700029,0xa000000d,0x9f000f43,0x10af8905,0x9f000b00,0x38d0463f,0x52e1fb20,0x8ce53013,0x09fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xdf08dd28,0xee010407,0x20a8e16b,0x3800910e,0x3f400029,0x0000000d,0xae000f5c,0x118fa105,0x6ef90af0,0x3910453f,0x92f5f960,0x6de55039,0x08ab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xec0abd2f,0xed410507,0x5090e10b,0x4500a10b,0x3f500028,0x5000000d,0xc4000f72,0x126fb904,0xdeed0b30,0x3970413f,0x730ff7f0,0x4de5706d,0x07db5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xf0099d43,0xede0f706,0x0061e0ab,0x55025101,0x3f500027,0x6000000e,0x00000f94,0x135fdb04,0x1ed20c40,0x39d03f3f,0x3325f760,0x43e5d093,0x07db5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xe5060d48,0xf050e603,0xc021e09b,0x6e0470f3,0x3f800026,0x8000000e,0x43000fc1,0x14400404,0x0ec10d20,0x39b0433f,0x632ff8c0,0x70e7a095,0x0a1b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xb9fe4d23,0xf680ee01,0x4ff3e09b,0x870440ee,0x40000026,0x8000000e,0x54000fe6,0x16802b06,0x7ee60ca0,0x3950493f,0xc333fac0,0xa9e9c093,0x0d2b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x83f5dcf2,0xfd0108fe,0xefcce0eb,0x9f0360eb,0x40400026,0xb000000e,0x4c000005,0x18505209,0x0ee70bb0,0x39004840,0x232cfc80,0xcdebd090,0x100b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x63f16cd2,0xff9123fd,0xafbbe12b,0xac0290e8,0x40c00027,0x0000000e,0x3f000006,0x17d05709,0xeeaa0ad0,0x38f04340,0x5324fd90,0xdeed508e,0x11db5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x59f05cca,0xfef12efd,0x7fb7e13b,0xad02a0e8,0x40c00027,0x3000000e,0x3a000ff9,0x16804509,0x4e820b30,0x39303c40,0x231efeb0,0xeced808b,0x12cb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x65f29ce0,0xfaa11cfe,0xdfade0db,0xad03e0f5,0x40900027,0x6000000e,0x28000fea,0x15702506,0x8e9a0c70,0x39503c3f,0xa31affb0,0xf9ecc083,0x12db5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x88f6acf4,0xf5d10201,0x9fa2e04b,0xb8049101,0x40d00027,0x9000000e,0x18000fe6,0x15501704,0x9ebd0cc0,0x3920423e,0xf3140031,0x03ebc06f,0x120b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xaafaacff,0xf190ec04,0x6f9bdffb,0xc9048106,0x41200027,0xb000000e,0x0f000fe6,0x16201503,0xeed00c90,0x38b04a3e,0x330b0030,0xfbe9b050,0x103b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xb0fd5d07,0xee20dc05,0x4f8fe02b,0xdb04a101,0x41b00027,0xa000000e,0x0a000feb,0x16d01b03,0x3ed80d30,0x3850523d,0x8301ff80,0xe0e7f040,0x0e6b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xa4ffdd13,0xebc0d604,0x5f83e04b,0xf10560fa,0x42c00027,0x8000000e,0x0c000fed,0x16a01b02,0x3ed70e60,0x3840573d,0x12f5fe20,0xc4e77039,0x0cdb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x9e025d29,0xea50da02,0xff7be06b,0xfc0670f5,0x43300027,0x7000000e,0x15000fe3,0x15300601,0xfed00fa0,0x38305b3c,0xf2f0fcf0,0xb4e79037,0x0c0b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x9d038d3b,0xe9b0dc01,0xdf7de08b,0xfd0720f3,0x43900027,0x6000000e,0x1b000fd9,0x135feb02,0xaeca0fe0,0x3820633c,0xf2f2fb60,0xa1e83040,0x0b8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x9c03ed4c,0xe980d2ff,0xdf8ce08b,0xfd0740f1,0x44500027,0x7000000e,0x17000fd3,0x115fd106,0x0ec50d80,0x3800683d,0x22f6fa30,0x94e8e04f,0x0b7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x9602ed46,0xeaa0cdfd,0xff9ce08b,0xf306d0f1,0x44600027,0xd000000e,0x0f000fcc,0x104fc607,0xcec30c00,0x37c06d3d,0x82fcf8f0,0x8ae9d060,0x0b7b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x85001d30,0xed60cffb,0xbfaae0db,0xec05a0ef,0x44200028,0x5000000e,0x05000fc5,0x0f7fbe08,0xdec30ab0,0x37a06c3d,0xb2fff8d0,0x8eea7066,0x0bab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x78fdbd21,0xef80d8fa,0xafb0e14b,0xe504d0ec,0x43700028,0x4000000e,0x01000fc3,0x0f3fb808,0xeec80a40,0x3770693d,0xd309f9b0,0xa8ec007d,0x0cab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x6af8fcfb,0xf3e0f1f9,0x3fb0e1eb,0xde0300ea,0x42100027,0xf000000d,0xf8000fbd,0x0f5fab07,0xded70a00,0x3760653d,0xe30ffaa0,0xc1ece08b,0x0d4b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x66f5fcde,0xf6b103f8,0xafb4e20b,0xd901e0ec,0x41000027,0xd000000d,0xf1000fb7,0x0fbfa106,0xaee00a20,0x3760643d,0xd310fae0,0xc7ecf08c,0x0d5b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x66f57cd8,0xf73107f8,0x9faee20b,0xdc01a0ed,0x40e00027,0xd000000d,0xf0000fb6,0x0fdf9f06,0x6ee20a40,0x37805b3d,0xb310fc80,0xe0ed4088,0x0dab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x61f41cca,0xf7f110f8,0xcfa2e20b,0xdd0140f6,0x40a00027,0xd000000d,0xe6000fbc,0x104fa705,0x2ef30aa0,0x3780573d,0xa310fd20,0xe9ed6087,0x0dcb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x5ff39cc4,0xf83114f8,0xef9ae20b,0xde0130f9,0x40800027,0xd000000d,0xe2000fbe,0x106faa04,0xbefa0ad0,0x3780533d,0x8311fde0,0xf1ed5090,0x0e0b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x61f3dcc3,0xf7b110f9,0x8f90e20b,0xe201a0fc,0x40800027,0xe000000d,0xdd000fc3,0x104faa04,0x6f000ae0,0x37704a3c,0xf315fff1,0x06ed40ab,0x0ebb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x66f51cc1,0xf62106fb,0x9f72e21b,0xf4029102,0x40e00027,0xf000000d,0xd3000fcd,0x0fdfa603,0xef0c0ad0,0x3740443c,0x63160191,0x17ed80c6,0x0f4b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x6cf6eccb,0xf430fbfd,0xff58e27c,0x03037105,0x41400027,0xd000000d,0xce000fcd,0x0f8f9604,0x2f110a70,0x3710413c,0x031702c1,0x25edb0e2,0x0fab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x72f88cda,0xf260f000,0x1f4fe2dc,0x09043104,0x41700027,0xa000000d,0xcc000fcb,0x0f6f8a04,0x4f130a50,0x36e03f3b,0xd3170391,0x32edb0f2,0x0fdb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x7cf9dce6,0xf150ea02,0x2f4de31c,0x0a049101,0x41800027,0x6000000d,0xce000fc7,0x0f7f8504,0x3f110a90,0x36a03e3b,0xb31504a1,0x47edf0f4,0x104b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x90fb0cf3,0xf0b0e605,0x4f55e36c,0x060510fa,0x41b00026,0xf000000d,0xd4000fbd,0x0f9f7d03,0xdf080b60,0x36803d3b,0xb3120551,0x55ee50e2,0x10db5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xa2fabcf4,0xf100e607,0x2f65e3bb,0xfc05f0f3,0x41b00026,0x8000000d,0xdc000fb2,0x0faf7403,0x6f010c60,0x36603c3b,0xb31205a1,0x5dee60d6,0x111b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xb5fa5cec,0xf1a0e508,0x7f70e3db,0xf80670ee,0x41f00026,0x4000000d,0xe0000faa,0x0fbf7003,0x6efd0cd0,0x36503b3b,0xe3120621,0x68ee30c6,0x117b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xe0fa3cd5,0xf300e60b,0x0f7fe3db,0xf206f0ea,0x42500026,0x2000000d,0xe4000fa2,0x0fbf6f04,0x4ef20cc0,0x36603b3c,0x03100661,0x6eee40b9,0x11bb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xf4fa5cca,0xf3b0e80c,0xaf7fe3db,0xf106e0eb,0x42900026,0x2000000d,0xe5000fa0,0x0fbf6f05,0x2eee0c40,0x36803a3c,0x230d0681,0x6fee60ad,0x11eb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xf9fa9cc8,0xf3d0ea0d,0xdf80e3bb,0xf006a0ee,0x42700026,0x3000000d,0xe3000fa1,0x0faf6f05,0xdeee0b80,0x36c0383c,0x63090681,0x6eee50a1,0x11fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfefb3cc8,0xf3c0ee0f,0x4f83e36b,0xe80640f2,0x42100026,0x3000000d,0xdf000fa2,0x0faf7006,0x6eef0aa0,0x36f0373c,0x83060661,0x6bee509d,0x120b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x00fc1cc8,0xf3d0f110,0x4f85e33b,0xe50590f7,0x41a00026,0x4000000d,0xdc000fa3,0x0faf7006,0x8ef00a30,0x36f0363c,0xb3050651,0x6aee5099,0x120b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfffcacc7,0xf3c0f310,0xbf87e32b,0xe30520f9,0x41600026,0x5000000d,0xda000fa5,0x0fbf7006,0x4ef40a20,0x3700363c,0xb3040651,0x6aee5098,0x120b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfffcbcc7,0xf3b0f410,0xcf84e32b,0xe20510f9,0x41400026,0x5000000d,0xd9000fa6,0x0fbf7006,0x1ef60a30,0x3700363c,0xb3040651,0x6aee5098,0x120b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfffcbcc7,0xf3b0f410,0xcf8ae32b,0xe00520f9,0x41200026,0x5000000d,0xd9000fa6,0x0fbf7006,0x1ef60a30,0x3710363c,0xf3020601,0x67ee4097,0x11fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfcfd0cc1,0xf350f610,0xff8de30b,0xde04f0f9,0x41100026,0x6000000d,0xd8000fa5,0x0fbf7005,0x4ef70ab0,0x3710363d,0x03020601,0x67ee4098,0x11fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfcfd1cbf,0xf360f611,0x0f8be30b,0xdd04f0f9,0x41200026,0x6000000d,0xd8000fa5,0x0fbf7005,0x4ef60ac0,0x3710363d,0x230205d1,0x65ee4099,0x11fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfdfd5cba,0xf370f711,0x1f8de30b,0xdd04e0fa,0x41100026,0x6000000d,0xd9000fa5,0x0fcf6f05,0x3ef40ae0,0x3710363d,0x430205a1,0x63ee3099,0x11fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfcfd7cb4,0xf3a0f711,0x2f8fe32b,0xdb04f0f8,0x41200026,0x3000000d,0xdb000fa6,0x0fdf6f05,0x1ef50b20,0x3700373d,0x73040561,0x63ee109a,0x11eb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfbfd7cb0,0xf3e0f711,0x1f93e34b,0xd70540f4,0x41100026,0x0000000d,0xdd000fa5,0x0fff7004,0xfef60b60,0x36f0383d,0xc3050521,0x62ee009b,0x11eb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfcfd9caf,0xf430f711,0x0f9de36b,0xd20510f3,0x41300025,0xd000000d,0xdf000fa4,0x102f7105,0x7ef40b10,0x36f0373e,0x030404e1,0x60edf09b,0x11eb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfcfdacaf,0xf460f811,0x1f9fe38b,0xcf04c0f2,0x41300025,0xb000000d,0xe1000fa4,0x103f7205,0xcef20ae0,0x3700333e,0xd2fd0461,0x59ee009a,0x11eb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfcfd8caf,0xf460f811,0x0fb0e39b,0xc00400f0,0x40a00025,0xa000000d,0xe2000fa6,0x104f7406,0x0ef40aa0,0x3730313f,0x42f90431,0x57edf099,0x11fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfbfd6caf,0xf470f711,0x0fb2e38b,0xb603a0f1,0x3ff00025,0x9000000d,0xe2000fa7,0x104f7406,0x1ef40aa0,0x37702d3f,0xe2f10431,0x5aedb090,0x120b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfbfcdcac,0xf4d0f310,0xefbce34b,0xac02f0f6,0x3f700025,0x9000000d,0xe1000fa9,0x106f7506,0x1ef30a90,0x37e02b40,0x52e90471,0x5feda087,0x122b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfcfc2caa,0xf530f110,0xcfc1e2db,0xa5024100,0x3ee00025,0x9000000d,0xdd000fad,0x109f7806,0x3ef30a60,0x38202d40,0x62e604c1,0x67ed9082,0x122b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfdfb9ca7,0xf560f110,0xbfbae27b,0xa801d108,0x3ee00025,0x8000000d,0xd7000fb2,0x10df7b06,0x4ef60a30,0x38203340,0x82e40481,0x69eda082,0x121b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfdfbdca7,0xf540f410,0xcfb1e24b,0xb101410b,0x3f000025,0x7000000d,0xd3000fb9,0x114f8205,0xfefa0a20,0x37d03c40,0xd2de0341,0x5cee0086,0x11db5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xfffd5cab,0xf430fe10,0xafa7e26b,0xbc005108,0x3ef00025,0x5000000d,0xd1000fc5,0x11df8c05,0x6f000a30,0x37804241,0x22dc0161,0x40edc083,0x110b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x00ffccb1,0xf2a10d10,0x9fa9e29b,0xbcffd0ff,0x3ef00025,0x6000000d,0xd4000fcb,0x121f9204,0xdf060a90,0x37204d41,0xa2e3fe11,0x12ec9082,0x0f4b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x04041cbb,0xf0812310,0xffaae29b,0xbfff70ef,0x3f200025,0x8000000d,0xdd000fcf,0x127f9a03,0xcf0d0b50,0x37105041,0xb2e8fd01,0x04ec4088,0x0ecb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x07059cbe,0xeff12a11,0x4fa9e27b,0xbfff70eb,0x3f600025,0x8000000d,0xe1000fd0,0x12af9d03,0x7f0e0b90,0x37505542,0x12f4fa90,0xe3ec10a3,0x0dbb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x0d07ccce,0xeea13211,0x8fa9e22b,0xb90020e6,0x3f700025,0x9000000d,0xf1000fdb,0x136fb302,0x9f030cc0,0x37905942,0x8301f820,0xc2ebe0be,0x0cbb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x130a0cde,0xed613a11,0xcfa4e1eb,0xb600d0e2,0x3f500025,0xa000000e,0x01000fe6,0x143fc901,0xaef90de0,0x37905942,0xb308f780,0xbbebc0c8,0x0c8b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x0f09ece4,0xed213711,0x5f92e21b,0xbb0110e1,0x3f400025,0x9000000e,0x04000fea,0x149fcf01,0xdef50e20,0x37a05b43,0x231bf640,0xa9eb30e0,0x0c1b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x01090cf3,0xecb12d0f,0xcfa4e23b,0xb00170e2,0x3f600025,0x7000000e,0x08000ff2,0x15afde02,0xbeec0e40,0x37a05b43,0x732cf5a0,0xa0ea90f0,0x0bdb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xec078cf8,0xece11f0e,0x0fa4e26b,0xac0180e6,0x3f800025,0x3000000e,0x05000ff7,0x169fea04,0x2ee50da0,0x37a05943,0x9336f630,0xabe990ea,0x0beb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc603bcee,0xee810c0a,0xefa6e29b,0xac00f0ee,0x3fa00024,0xb000000d,0xfa000ffd,0x17bffa06,0x5edf0ba0,0x37c05443,0x6333f800,0xcbe920d2,0x0c9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x95fd7cd9,0xf1b0fc06,0x4f97e2fb,0xb40020f6,0x3f700024,0x0000000d,0xef00000a,0x18c00d07,0xdedd0a00,0x38004f42,0xb326fa80,0xeeea00bb,0x0dbb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x78f76cc9,0xf4e0fc02,0x3f7ae32b,0xcaffc101,0x3f600023,0x8000000d,0xe4000014,0x18e00f07,0xaee50a00,0x38704840,0xf311fed1,0x1deb8091,0x0f9b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x83f24cc0,0xf8810501,0x3f50e31b,0xeb008111,0x3fb00022,0xe000000d,0xda000007,0x180fe305,0x2efb0b70,0x38a0443f,0x62ff01e1,0x35ecf073,0x110b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xaaf29cce,0xf8c10a04,0x2f26e31c,0x0b01b11a,0x40300022,0x7000000d,0xd5000ff5,0x174fb003,0x4f0f0ca0,0x3870423e,0x72ee0271,0x2aeea070,0x11bb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xd0f7ecf0,0xf4510c08,0x1ef9e3ac,0x2102b11c,0x40600022,0x6000000d,0xd0000ffe,0x16ff9f03,0xef1b0c40,0x3810433d,0xe2e401a1,0x12efb07f,0x11db5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xf3feed15,0xeed1140b,0xdee0e42c,0x2f043116,0x40c00022,0x9000000d,0xcd000005,0x169f8b04,0x9f1c0bf0,0x37d0463d,0xb2e300a1,0x00ef908c,0x118b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x09039d2b,0xebc11f0e,0x4edee46c,0x3205510d,0x41500022,0xa000000d,0xd3000000,0x169f7704,0x6f110c60,0x37304c3d,0xd2ecfec0,0xedee3095,0x10bb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x1f083d45,0xe9112f10,0xdecbe56c,0x390660fb,0x42000022,0x8000000d,0xed000fec,0x16bf6004,0xdef20ce0,0x36e0503d,0xf2f6fdd0,0xe5ed8099,0x106b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x1b092d4d,0xe7f12d10,0xff21e4fc,0x190660f2,0x42200022,0x7000000d,0xfa000fd4,0x166f4b05,0xfee30c70,0x36a0543e,0x130bfd20,0xd6ec90a9,0x104b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xec072d33,0xe7e1120e,0x0f5ae46c,0x040560ea,0x42200022,0xb000000e,0x01000fb2,0x155f3307,0x8ed50b00,0x3690553e,0x1316fce0,0xceec20b4,0x104b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xcc053d1a,0xe901060b,0xdf75e40b,0xfb0470e8,0x41f00022,0xf000000e,0x03000fa7,0x148f2f07,0xaed10a80,0x36b0533e,0x031cfd40,0xd3eb80b0,0x103b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xa400acfa,0xed710508,0xdf79e3eb,0xf402b0ec,0x40e00023,0x6000000e,0x01000fad,0x134f4206,0x5ed70ab0,0x36b0513e,0x031efda0,0xdaeb20a7,0x103b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x94fdfcec,0xf0310507,0x2f79e3db,0xf101a0ee,0x40200023,0x9000000e,0x00000faf,0x12af4d05,0xaedf0ab0,0x36b04f3e,0x131efdf0,0xe1eb50a5,0x105b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0x99fd0ce6,0xf1410506,0xef7be3eb,0xee0120ee,0x40000023,0xa000000d,0xfe000fb2,0x12af5705,0x5ee50aa0,0x3680483e,0x431eff10,0xf4ec30a7,0x10bb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xb5fb0cd0,0xf4310507,0x3f7de40b,0xe50000ed,0x3f800023,0xc000000d,0xf7000fbe,0x12ef7e04,0x6ef60a80,0x3680433e,0x631bffa0,0xffecb0ab,0x10db5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbefa8cca,0xf5410508,0x0f76e41b,0xe2ffb0f0,0x3f400023,0xd000000d,0xf4000fc2,0x12ef8e04,0x0efc0a70,0x36703e3e,0x83170061,0x0bed20b0,0x10fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc1fa1ccc,0xf5c10508,0xbf73e42b,0xddff90f2,0x3f100023,0xf000000d,0xef000fc5,0x12df9603,0xdf030a50,0x3670333e,0xc3110191,0x1ded80be,0x111b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbef9bcdc,0xf5710009,0x6f6ce44b,0xd9ffe0f5,0x3ec00024,0x0000000d,0xe9000fc8,0x129f9503,0xff0b09f0,0x36802d3e,0xf30f0271,0x2aed80c7,0x112b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xbff9fce3,0xf520fc09,0xef6ce42b,0xd30030f9,0x3e600024,0x0000000d,0xe6000fc7,0x129f8f03,0xff0c09d0,0x36c0223f,0x230a0431,0x3fedb0c7,0x117b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xc9fa6ce7,0xf4f0f70b,0x2f6ee3eb,0xcc00c100,0x3e200023,0xf000000d,0xe3000fbf,0x12af7403,0xef0c09d0,0x36f01b3f,0x530605a1,0x50ee00c1,0x11db5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xd3fa6ce6,0xf500f70c,0x3f6ae3db,0xcb014104,0x3de00023,0xd000000d,0xe2000fba,0x12af6103,0xbf0d0a00,0x3710173f,0x730606a1,0x5dedf0bc,0x122b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000e,0xe3fa7ce2,0xf550f80d,0x6f76e3eb,0xc3018105,0x3e000023,0x2000000d,0xe2000fb4,0x130f5903,0x6f0e0a40,0x3720163f,0xc30507f1,0x6fedb0b0,0x129b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x02faccdb,0xf5e0fa0f,0xff91e42b,0xb901e105,0x3e500021,0xb000000d,0xe4000fa4,0x13cf4d03,0x2f0b0ad0,0x3720153f,0xe3040891,0x7aed90a1,0x12fb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x15fb5cdd,0xf5f0fb12,0x0f9ce48b,0xb4027104,0x3e700020,0xe000000d,0xe7000f99,0x141f4503,0x8f060b20,0x3720163f,0xf30608d1,0x7fed609b,0x131b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x20fbfce1,0xf5a0fc13,0x4fa5e4bb,0xb002d102,0x3ed00020,0x6000000d,0xe8000f93,0x144f4203,0xff030b30,0x37301940,0x030808c1,0x83ed2094,0x131b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x2dfd7cee,0xf4e0fc15,0x2fb0e4ab,0xb0035101,0x3f70001f,0xe000000d,0xeb000f8d,0x149f4604,0xfef90b10,0x37501f3f,0xe30a08b1,0x87ece07e,0x134b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x33ff1d04,0xf3a0fc16,0xffb6e4bb,0xb403e101,0x4030001f,0x6000000d,0xef000f8d,0x14ef5106,0x1eed0b00,0x3750223f,0xa30a08b1,0x89ecc06a,0x137b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x2cff9d16,0xf2a10117,0x5fb5e4cb,0xb90460ff,0x40c0001f,0x3000000d,0xf1000f95,0x150f6406,0x5eeb0b20,0x3750243f,0x830a0891,0x88eca067,0x136b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x26ffcd1e,0xf2010417,0x4fafe4db,0xbc04b0fd,0x4120001f,0x1000000d,0xf2000f9a,0x150f7106,0x5eec0b30,0x3750263f,0x630a0841,0x84eca06c,0x132b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x22002d21,0xf1910717,0x3faae4db,0xbd04f0fc,0x4130001f,0x0000000d,0xf3000f9d,0x150f7a06,0x6eea0b40,0x3750273f,0x53090831,0x83eca06e,0x131b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x21004d21,0xf1710717,0x3fb0e4db,0xbc0500fc,0x4140001f,0x0000000d,0xf3000f9e,0x151f7d06,0x6ee90b40,0x3740293e,0xf30907c1,0x7decc073,0x12bb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x1e012d24,0xf1710a17,0x7fa9e4fb,0xc30540fe,0x4170001e,0xc000000d,0xf5000f9f,0x153f8406,0xdee60b10,0x3740293e,0xe30807b1,0x7cecd073,0x12bb5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x1d012d21,0xf1910a17,0x8fa4e50b,0xc30540fd,0x4170001e,0xc000000d,0xf5000f9f,0x153f8406,0xeee60af0,0x37302a3e,0xb3080781,0x78ecf074,0x12ab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x1c00ed11,0xf2110a17,0x9f9be54b,0xca0560fc,0x4190001e,0xb000000d,0xf5000fa0,0x152f8507,0x1ee80ab0,0x37202a3e,0x830a0741,0x73ece077,0x128b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x1c00bcfb,0xf2b10a17,0xbf9be55b,0xca0590fb,0x4190001e,0xa000000d,0xf4000f9f,0x150f8307,0x3ee90a80,0x37202b3e,0x530a0741,0x71ece07a,0x127b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x1d009cec,0xf3910917,0xdf98e56b,0xcc0550fc,0x4190001e,0x9000000d,0xf2000f99,0x14df7507,0x9ee90a20,0x37102a3e,0x230a0731,0x6fecf07a,0x127b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x1c004ce0,0xf4610917,0xdf97e56b,0xce0520fd,0x4140001e,0x9000000d,0xef000f95,0x146f6507,0xceeb09d0,0x3700293d,0xf30a0741,0x6ded107a,0x127b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x17ffacdc,0xf4f10a17,0x4f92e58b,0xd00500fc,0x4110001e,0xa000000d,0xec000f98,0x13af5f07,0x4ef309d0,0x3710283d,0xe30a0741,0x6ced107b,0x126b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x16ff6cda,0xf5410a16,0xff96e56b,0xcf04e0fe,0x40d0001e,0xe000000d,0xea000f9a,0x12ff5b07,0x0ef509b0,0x3710273d,0xe30a0741,0x6ced107a,0x126b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x17ff4cdb,0xf5810a16,0xef9de53b,0xca049100,0x40c0001f,0x5000000d,0xe9000f98,0x126f5707,0x0ef509a0,0x3710273d,0xe3090751,0x6ced2079,0x127b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x17ff2cdc,0xf5910916,0xcfa4e51b,0xc5047101,0x40a0001f,0xc000000d,0xe9000f95,0x11ff5307,0x0ef80990,0x3710263e,0x03080741,0x6ded1077,0x127b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x17fefcdb,0xf5a10816,0x8fade4fb,0xc0047100,0x40800020,0x0000000d,0xe9000f90,0x11bf4f06,0xeef90990,0x3720263e,0x43060751,0x6fed0073,0x128b5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x16feccda,0xf5d10616,0x6fb7e4cb,0xb9044101,0x40500020,0x3000000d,0xe8000f8f,0x11af5006,0xeef90990,0x3730253e,0x63040771,0x72ece06e,0x12ab5caa,0x827b3582,0xaa477000,0xae500000,0x056f000f,0x15fe9cd9,0xf5e10516,0x6fb4e4ab,0xbc041102,0x40600020,0x6000000d,0xe8000f92,0x11af5706,0xdef90990 +}; + +u32 ANIM_ENTRY_death_stagger_back_to_wall[] = +{ + 0xfb4fdafe,0x70400060,0x0e02800b,0xfe574586,0x93cf2550,0xa23fd000,0xdf200000,0x029f000e,0x7bff5097,0xe3a01903,0x3ffe046c,0x0a089feb,0x3e900004,0xd000000f,0x92000fe6,0xfbcfedf8,0x903701e0,0xfb4fdafe,0x70400060,0x0e02800b,0xfe574586,0x83d02550,0xa23fd000,0xdf200000,0x029f000e,0x7bff5097,0xe3a01903,0x3ffe046c,0x0a089feb,0x3e900004,0xd000000f,0x92000fe7,0xfbeff2f8,0x903701e0,0xfb3fd8fe,0x70400030,0x0c027010,0xfe773e86,0x93ce25a0,0xa73fc000,0xdf300000,0x029c000e,0x80ff3097,0xe3401c03,0x5ff9042c,0x0b08dff6,0x3ec00005,0x2000000f,0x81000fe9,0xfbdff5f8,0x803d01e0,0xfb3fd8fe,0x70410030,0x0c026010,0xfe773e86,0xa3ce25a0,0xa73fc000,0xdf300000,0x029c000e,0x80ff3097,0xe3401c03,0x5ff9042c,0x0b08dff7,0x3ec00005,0x3000000f,0x7f000feb,0xfbbfedf8,0x803b01e0,0xfb1fd8fe,0x70560000,0x06010010,0xfec74087,0xa3d62490,0xac402000,0xdf300000,0x029c000e,0x7dff3099,0xe4802204,0x4ff3037c,0x0d08b011,0x3f000006,0x5000000f,0x4c000fee,0xfbefe8f8,0xd0530200,0xfacfdafe,0x9084ff7f,0xf9fd1008,0xff57488a,0x13e92210,0xb740c000,0xdf900000,0x029d000e,0x76ff609d,0xe7102f06,0x1fe401ec,0x12082049,0x3f500009,0x1000000e,0xdf000ffa,0xfadfeff9,0xc0520280,0xf97ff6fe,0xf0c5fe1f,0xe3f33fcd,0xffd7778e,0x640d1d80,0xb9410000,0xe2a00000,0x02a5000e,0x7bffa0a0,0xe9303f07,0x2fd3ffbc,0x1904507c,0x3dc0000e,0x0000000e,0x6500001a,0xf9cfe6fd,0x004b0460,0xf7b020ff,0x20f8fbbf,0xceee0fb8,0xffd79d91,0x841d1a20,0xab3fe000,0xe5b00000,0x02b9000e,0x8aff709e,0xe9404d07,0x0fd8fe0c,0x2100908d,0x3c300012,0x6000000e,0x1b00003c,0xf8cfd5fe,0xe04b0460,0xf60058fe,0x3118f86f,0xc5f10fd8,0xff57d694,0xb40b1560,0x5c3b8000,0xe9e00000,0x02ff000e,0xad002090,0xe8f04f06,0xbfe6fc8c,0x42fdc06b,0x3c900016,0xe000000e,0x18000071,0xf8cfcdfe,0x806b0390,0xf45085fd,0x611df66f,0xc2f96ff1,0xfef82597,0xd3e1108f,0xfe367000,0xecc00000,0x033e000e,0xe901a072,0xe9904405,0xfff3fb2c,0x5bfb5041,0x3d20001b,0x2000000e,0x2a00009c,0xf83fc8fd,0xc08502a0,0xf32091fd,0x30f5f7af,0xc502cfee,0xfed88699,0x439b0d2f,0xb6332000,0xecd00000,0x0342000f,0x38021045,0xead02b04,0x2ff7fa8c,0x64fa0027,0x3d80001e,0x0000000e,0x360000b4,0xf9cfd6fd,0x109201a0,0xf21085fd,0x40cafa0f,0xcf099ffa,0xfe19039a,0xc3710b7f,0xb0317000,0xeb500000,0x0300000f,0x5a01a011,0xed401402,0x7ffaf9dc,0x6af9e01d,0x3dd00020,0xd000000e,0x300000c3,0xf97fd6fc,0xb0a400c0,0xf0f068fd,0x909ffcff,0xe50df019,0xfbf9529c,0x137b0bcf,0xe72fd000,0xe8800000,0x0284000f,0x7d01bfe1,0xefa01402,0x2ff7f8bc,0x6bfa6022,0x3d700023,0xe000000e,0x170000c0,0xfb0fdefd,0x90a600b0,0xefd02dfe,0x907e0100,0x090f503c,0xf829199c,0x33b40bb0,0x332e4000,0xe6400000,0x01f4000f,0xf901dfcf,0xf3701a03,0x1fd3f87c,0x66fcb033,0x3c700026,0x4000000d,0xf30000a7,0xfc7feeff,0xb0970180,0xeeffe9ff,0xf06e04a0,0x2d0c7055,0xf2685f9a,0xc41307c0,0x842da000,0xe8300000,0x01780000,0xcb027fe8,0xfc001901,0x4f98f99c,0x5effc03f,0x3b700027,0x7000000d,0xe300007c,0xfbbff901,0xc09d0240,0xee7fca00,0xd05804b0,0x41046066,0xec878697,0x748700e0,0xbb2f4000,0xeb700000,0x014d0001,0x8104700f,0x05c019fc,0xdf70fbcc,0x5500a045,0x3aa00027,0xb000000d,0xdf00005c,0xf9100002,0xf0a50250,0xee4fca00,0xf0300290,0x41f96063,0xe996ec92,0x84e7fd70,0xc531a000,0xe9d00000,0x01840001,0x9605bfff,0x086010fc,0x5f6cfe1c,0x5600604a,0x3ab00029,0x7000000d,0xdc00005a,0xf6501102,0xa09e0250,0xee4fce00,0xe0170170,0x3af22051,0xe9c6b58e,0x751efda0,0xb7323000,0xe6b00000,0x01c10001,0x59041fda,0x06700afe,0x9f74ff6c,0x5b00004b,0x3ae0002b,0x7000000d,0xdd00005d,0xf6800702,0x40a001d0,0xee4fce00,0xd0130150,0x39f0e04d,0xea06ae8d,0xb528fdd0,0xb3323000,0xe6100000,0x01cc0001,0x49038fd2,0x05f009ff,0x2f75ff9c,0x5cfff04b,0x3ae0002b,0xe000000d,0xdd00005e,0xf7000602,0x409e01e0,0xee4fd000,0xc00801a0,0x30edf045,0xeb26bd8c,0x654dfdf0,0x8e305000,0xe5900000,0x01fb0001,0x02013fde,0x03e01700,0x9f7f00bc,0x5e00104b,0x3b20002d,0x4000000d,0xde000065,0xf6a01301,0xd09f01e0,0xee4fd500,0xaff40230,0x21e8c035,0xed56d88a,0x858efe00,0x482cc000,0xe4c00000,0x024e0000,0x88fd4ff8,0x00503202,0xdf9302cc,0x6000504d,0x3b90002f,0xa000000d,0xde000074,0xfa202400,0xf0a601b0,0xee2fdf00,0x7ff20200,0x1de7f029,0xee16dc8b,0x1599fd70,0x2a2b4000,0xe4300000,0x025d0000,0x7bfd4008,0xff704402,0x1fa6033c,0x5f003056,0x3bc0002f,0xb000000d,0xd4000083,0xf9a01f00,0x80a101b0,0xedc001ff,0xdff100d0,0x13e67008,0xefb6e18c,0xd5a4fb9f,0xee28b000,0xe2900000,0x025f0000,0x65fc6025,0xfd006efe,0xffdc03dc,0x54ffa075,0x3bd0002f,0x3000000d,0xb000009a,0xf53004ff,0x609601e0,0xed2029ff,0x1007ff2f,0xfee5efe5,0xf1e6d991,0x757ff87f,0xed280000,0xe2400000,0x020c0000,0x7bf9f039,0xf9a086fa,0x6014047c,0x3dff00a2,0x3ba0002d,0x8000000d,0x85000096,0xec6fd9fe,0x20870290,0xeca03efe,0x802bfe2f,0xe6e67fd5,0xf416d496,0x9543f5c0,0x2928b000,0xe4400000,0x01a80000,0x88f64039,0xf7e079f9,0x0027046c,0x33fec0bd,0x3b50002d,0x6000000d,0x73000081,0xe7efc9fd,0x707b0310,0xec1050fe,0x3050fd6f,0xd4ea7fc6,0xf626ef99,0xf502f4f0,0x4529e000,0xe6300000,0x01aa0000,0x7ff4a036,0xf74051f8,0x1027047c,0x31fe50c1,0x3ae0002d,0x0000000d,0x7b00006a,0xe5efc7fd,0x306c0360,0xea6085fd,0x40a7fb6f,0xabf4ff7d,0xfb874ea0,0x4450f440,0x552ec000,0xe9400000,0x022c0000,0x9df7dffa,0xf8f020f6,0x402d040c,0x3afce0b2,0x39c0002c,0x3000000d,0xa300005a,0xe59fbcfd,0x00390400,0xe940a8fc,0x60e3f92f,0x8ffb4f48,0xff0791a2,0x43f6f620,0x42310000,0xe9b00000,0x02ac0000,0x9dfb7fc6,0xfa1013f7,0xa03902dc,0x40fc10a5,0x3930002c,0x7000000d,0xc3000061,0xe73fbffd,0x5fef04f0,0xe8c0aefb,0x9107f57f,0x7a002f2b,0xffe7eba1,0x8423fb70,0x052dd000,0xe8400000,0x033c0000,0x37fbbfbb,0xfc3019fe,0x604000ac,0x44fd2098,0x39d0002d,0x1000000d,0xd5000071,0xe8cfc3fe,0xbfe60600,0xe8a09efb,0x4113f21f,0x6a031f1b,0x008827a0,0x046effff,0xd8292000,0xe5d00000,0x03ac000f,0xe5fb0fa4,0x00602d06,0xc036fedc,0x48fef093,0x3b00002c,0xb000000d,0xb600007f,0xeb6fcdfe,0xcffd0700,0xe9307bfb,0xe100f15f,0x73021f15,0x00a81c9d,0xf4b700df,0xc924d000,0xe3800000,0x03d9000f,0xd9fa3f79,0x0240400c,0x601ffe4c,0x49002098,0x3c30002b,0x1000000d,0x52000086,0xed3fd1fb,0x405606f0,0xe9f05dfc,0x60ecf21f,0x8600ff10,0xffd8169c,0xb4e0ffff,0xbc22b000,0xe2f00000,0x03ec000f,0xe4f9ef66,0x0210490e,0xa00ffdcc,0x4900e096,0x3d300029,0xd000000d,0x01000088,0xee6fccf7,0x50790740,0xeb2037fc,0x70caf4df,0xac00bf10,0xfd781e9d,0x74c9fddf,0xc323d000,0xe6400000,0x03cc0000,0x3efb0f7e,0xfda0540a,0x800cfb5c,0x4200c079,0x3e000029,0xe000000c,0xbf00006f,0xefcfd6f2,0x00b00690,0xec1014fc,0x90abf7ef,0xcd006f22,0xfb38239d,0xc49cfc6f,0xcd267000,0xe9400000,0x03a20000,0xb7fb4f92,0xf8805a04,0x6006f90c,0x3b003058,0x3e30002a,0x4000000c,0xa3000054,0xf0bfdded,0xf0d80550,0xed8fcdfd,0x6079ffbf,0xfe000f8c,0xf529349e,0x84e1f9d0,0x062c2000,0xea200000,0x02f90000,0x41fb8fb6,0xf40079fd,0xdfdff6cc,0x3affa023,0x3d10002a,0x0000000c,0xd900002c,0xf22fecea,0xe1360370,0xef2f6bfe,0xb04a0990,0x38ff204e,0xed3a94a1,0x9526f8b0,0x5b2fb000,0xea300000,0x0220000f,0x8afd0fbd,0xf2007df9,0xcfa1f3ec,0x40ff7ff5,0x39f0002a,0x0000000d,0x2d000ffc,0xf34ff9ea,0x41ca0680,0xef7f2dff,0xe0450fd0,0x69fdb109,0xe60b36a5,0x84d6f750,0xa830c000,0xee300000,0x0199000f,0x65fa5fa6,0xfa2061fa,0x1f74f17c,0x55ff4ffa,0x3680002a,0xb000000d,0x4a000ff6,0xf4bff4ec,0x51ae08a0,0xef3f2400,0x704e1310,0x84fda159,0xe22b58a8,0xa482f4b0,0xd8315000,0xf1600000,0x015c000f,0x56f83fab,0x02605afa,0xef6df08c,0x66fec009,0x35c0002a,0x8000000d,0x3b000014,0xf65fe4ec,0x41ae0880,0xeedf55ff,0x80611390,0x8bffa144,0xe44a2ca7,0x94f4f6b0,0xcf2e6000,0xecc00000,0x016d000f,0x97f89f8d,0x022056fd,0xbf99f03c,0x62fd7002,0x37000029,0x7000000d,0x29000035,0xf82fd8e9,0xf1b50730,0xee0f92fe,0x706012b0,0x84028110,0xe90908a3,0x05b3fa70,0xae2b0000,0xe7600000,0x0183000f,0xa1f88f8f,0x00705501,0x2fbbf04c,0x64fc6ff5,0x38b00029,0x2000000d,0x1b00004e,0xf94fd2e8,0x11bd05e0,0xecafd3fd,0xc0420fe0,0x6a0550dd,0xeea87c9d,0xc659ffd0,0x8627f000,0xe7400000,0x0186000f,0x6ef7dfab,0xff805104,0x4fd4f0ec,0x69fc2fea,0x39e0002a,0x2000000d,0x05000058,0xf8ffc9e8,0xa1b30500,0xeb5ffefd,0x90230ce0,0x4c08e0cb,0xf4184799,0x06c00440,0x6f25d000,0xea700000,0x0181000f,0x48f81fa3,0x01c03b08,0x7fddf26c,0x6efd4fe2,0x3a00002a,0xa000000c,0xe9000059,0xf84fc3ec,0x719d0580,0xead00cfd,0x80180b90,0x400af0ca,0xf6583c97,0x36d50590,0x6c255000,0xec400000,0x017d000f,0x47f86f91,0x03a02e0a,0x9fdef30c,0x70fddfe1,0x39b0002a,0xb000000c,0xdb000059,0xf82fbeee,0xa1900630,0xeac00dfd,0x80170b70,0x3f0b30ca,0xf6983c96,0xf6d705a0,0x6c254000,0xec700000,0x017c000f,0x47f86f8f,0x03e02c0a,0xcfdef31c,0x70fdefe1,0x39b0002a,0xc000000c,0xd9000058,0xf7efc1ee,0xe1880630,0xe6f03efc,0x70270640,0x141840a1,0xfec6cc99,0xe65203d0,0x63253000,0xf9600000,0x01820001,0x35fc8f79,0x0cbfe210,0x4fe9f2cc,0x5efffff0,0x37d0002d,0x5000000c,0xa000004c,0xf92fdff3,0x616009d0,0xe65045fc,0x402e05b0,0x1119c09a,0xffd65b9b,0x163202a0,0x4f250000,0xf8a00000,0x019a0001,0x9efedf82,0x0d1fdb0f,0xafe4f2bc,0x63ffcff4,0x37a0002d,0xb000000c,0xa0000052,0xf95fdef2,0x615e0a70,0xe4e054fb,0xc0440470,0x0a1d2078,0x02e5899e,0x25cffedf,0xf6240000,0xf4700000,0x01ff0002,0x5c054f99,0x0d5fd40e,0x0fd2f27c,0x73ff1003,0x3750002e,0xa000000c,0xa3000067,0xfa2fefee,0xd15a0a30,0xe3905cfb,0x7066036f,0xff1db02e,0x06256d9e,0x0544f7df,0x3d20e000,0xea300000,0x02bb0002,0x530b9f83,0x0be0040f,0x3fb8f1cc,0x89fe001b,0x3760002f,0xe000000c,0x98000088,0xfacff9ea,0x41650940,0xe24058fb,0x6081025f,0xf11a0fee,0x0775d890,0xb4aaef5e,0x821c6000,0xda700000,0x03480001,0x900a9f20,0x09105c14,0x6fa0f0bc,0x99fe3033,0x37300031,0xa000000c,0x720000ae,0xfb6011e8,0xb1630910,0xe0f054fb,0x808e015f,0xea15cfd1,0x07962f83,0xc505ea2e,0x17175000,0xd8f00000,0x03610000,0x5e028ebb,0x05309416,0x5f8fefdc,0xa3feb04b,0x36800033,0x5000000c,0x470000cd,0xfc0019e9,0x516109d0,0xde904afb,0xf0adff7f,0xdf0f1fed,0x07465076,0x75d8e8cd,0xa30f1000,0xdd300000,0x035f000f,0x12f8aed8,0x01105614,0x2f7cee4c,0xb6ff707a,0x35100037,0x5000000b,0xfd0000de,0xfc4024eb,0x314e0a60,0xdbe037fc,0x20d2fd6f,0xd80c5019,0x0556076d,0x2612e86d,0x72092000,0xe0e00000,0x0343000e,0x88f21f1e,0xfdc0290b,0x6f7aed3c,0xd20080a2,0x3440003d,0x1000000b,0xbc0000e2,0xfac01fed,0xd1300ae0,0xd9a027fb,0xf0f4fc3f,0xe00dd025,0x02d57f6e,0x95fbe6fd,0x95089000,0xe7000000,0x0310000e,0xe1eebf28,0xfc2010fc,0x8f94ec5c,0xd701c0b9,0x34900042,0xb000000b,0x950000d6,0xf8000ef0,0x112c0bb0,0xd6f01afc,0x1132fc7f,0xf10f4038,0x00d50376,0x35cee5fe,0x25087000,0xe8b00000,0x0284000f,0x4aefcf1a,0xf8d023f7,0xdfa4eb2c,0xc80330da,0x35000046,0x4000000b,0x710000ad,0xf81011f1,0xf1060bd0,0xd30002fc,0xc1b8fe60,0x190fd04a,0xfd546b85,0x54a9e4ce,0xc6097000,0xd9d00000,0x01f00000,0x07f79f13,0xeee05df9,0xffa5e8ec,0xaf04c11e,0x34900049,0x8000000b,0x4c000070,0xfb0021f6,0xb0ab0b70,0xd12fedfd,0x92430060,0x420be020,0xf9444a8e,0x7488e1de,0xb40df000,0xd8900000,0x02160000,0x40feff22,0xe76085fe,0x5fabe5ac,0x9904815e,0x33100047,0x4000000b,0x88000077,0x02b01efe,0x80180a30,0xd23febfd,0x92a600d0,0x5a032fe5,0xf584888d,0xa524de7e,0xb8138000,0xe2400000,0x0230000f,0xbb004efc,0xe3409aff,0xdfcae1bc,0x7b035195,0x31b0003d,0xf000000c,0x270000ae,0x10800e06,0x0f560a00,0xd4ffeefd,0x42c90030,0x5cfbdfc9,0xf294ed87,0x9528dc0e,0xd518d000,0xe2a00000,0x0246000f,0x1afd0ed0,0xe0809cff,0xefd2df8c,0x73ffd1be,0x2f100033,0xc000000c,0xb40000d1,0x1ab00d0a,0x6ec30a00,0xda3fedfc,0xb2bcfea0,0x59f75fc7,0xeb453f81,0x04c5d8ff,0x1c22b000,0xe0a00000,0x0267000e,0xbafa2eae,0xdeb0b901,0x0f9bde9c,0x8ef4a1e4,0x2a300023,0xa000000d,0x8700009f,0x2680520d,0x0e020380,0xdc9febfc,0x72b3fe00,0x58f6ffca,0xe6f5597e,0x2488d7df,0x3e288000,0xe0300000,0x026e000e,0xacf8ee97,0xde90d902,0x6f6adedc,0xa3ef81e7,0x2940001b,0x7000000e,0x0800018d,0x2c70b50c,0x9e3a0670,0xdcdfeafc,0x62b2fe00,0x58f73fcb,0xe6555b7d,0xc47fd7cf,0x41295000,0xe0300000,0x026d000e,0xaef8ce93,0xdea0e002,0xbf61defc,0xa7ef01e5,0x2960001a,0x6000000e,0x1c000051,0x280f3f0c,0x4e360690,0xdc2feafc,0x92bbfe20,0x56f8ffc8,0xe455627d,0x5484d80f,0x432cd000,0xe2500000,0x025a000e,0xb1f86ea1,0xe090fa03,0x8f5bdffc,0x9fefa1d1,0x2ae00017,0xd000000e,0x57000004,0x270f0e0a,0xde4306e0,0xdabfe9fc,0xe2cdfe60,0x53fc9fc1,0xe045707c,0x6490d88f,0x4533f000,0xe6b00000,0x0231000e,0xb8f79ebe,0xe4a12e05,0x1f50e21c,0x8ef111a7,0x2df00012,0x8000000e,0xcf000f64,0x24eea907,0xee5e0770,0xdaafe9fc,0xf2ccfe60,0x52fccfc4,0xdfe5627b,0xc480d72f,0x50354000,0xe6500000,0x0241000e,0xcef7eebb,0xe6111f05,0x7f4ae24c,0x8ff121a5,0x2e100012,0x2000000e,0xd6000f64,0x249eaa07,0xce650750,0xd98fedfd,0x62b8fdc0,0x44ff0feb,0xdbd4b275,0x53c2c7bf,0xc042f000,0xe1e00000,0x02e6000f,0xd1fb2e97,0xf6f07909,0xbf09e43c,0x9af1518d,0x2f60000d,0xa000000f,0x28000f4f,0x1fdeb506,0x6ebc0550,0xd8cff6fc,0x928afc00,0x3d024022,0xd8e3f974,0x034bb750,0x09496000,0xdf600000,0x02de0000,0x9bfdfe85,0x0a00480b,0x6f29e37c,0x6fedc17a,0x2f300009,0xb000000f,0x86000ef7,0x14bee605,0x3f200440,0xda2ffdfb,0x8242fba0,0x50065037,0xda23d97e,0x4409b0bf,0xc9454000,0xde500000,0x02e10000,0x8d041ecf,0x1120cd03,0x3f8ce19c,0x2be8916f,0x2e000007,0x70000000,0x07000ea8,0x080f4d05,0xcf5106a0,0xdb7ffefb,0xf216fcc0,0x49097057,0xdd843c81,0x5475b98f,0x53442000,0xe5d00000,0x02ce000f,0xd1035ef9,0x0790cdf8,0xaf4ce33c,0x32e7b16c,0x2e100002,0xf0000000,0x35000f08,0x019f9806,0x2f7d0820,0xdb0000fd,0xa215fed0,0x180d0092,0xe405067c,0x2475c63e,0xfa431000,0xe1500000,0x02a1000e,0x7afaaefa,0xfb3085f0,0x9e53e94c,0x75ed0158,0x304000fc,0x90000000,0x3a00003d,0xfebfb205,0x0fc90780,0xd98004fe,0x2227ff40,0x000fb093,0xe915067a,0x544bc95e,0xf5420000,0xe0500000,0x026b000e,0x57f8eefc,0xf6a06bf0,0xfe12ebfc,0x8bf1113f,0x318000fb,0xb0000000,0x380000b0,0xffaf9804,0x3fe80730,0xd8c00bfd,0x421afebf,0xf313507b,0xf1c4a279,0x1413cd2e,0xea3f1000,0xdf800000,0x023e000e,0x98fc6f04,0xef303bf2,0xee98eadc,0x7ff01130,0x305000fd,0x60000000,0x38000073,0x00bf9006,0x3fef0960,0xda2008fc,0xb1f7fe70,0x05130060,0xf5047a78,0xd420ca8e,0xe0404000,0xdec00000,0x022d000e,0xb5ff0f02,0xefc030f3,0x9ef1e8ec,0x75ebf13d,0x2ed000fd,0x90000000,0x40000022,0xfe7fac08,0xeffa0b80,0xdae003fc,0xb202fef0,0x150fb04d,0xf4c4867a,0x443bc8fe,0xe341c000,0xe2000000,0x0232000e,0xa1fe9ef0,0xf0a01df3,0x7eeae8bc,0x7cea9144,0x2ec000fc,0xd0000000,0x49000028,0xfd1fad08,0x50010bb0,0xdae001fc,0xb219ff20,0x1d0d504e,0xf324a07b,0x0447c92e,0xe9423000,0xe3900000,0x022b000e,0x7dfd0ee6,0xf0900bf2,0xeee1e8cc,0x82eab146,0x2f0000fc,0xd0000000,0x4400003b,0xfd6fa606,0xcffc0b30,0xdae002fc,0xb215fe70,0x260eb06e,0xef24ab7a,0x9446c7de,0xea428000,0xe4f00000,0x022d000e,0x73fbeedd,0xf32012f1,0x4ef8e8bc,0x83ea3146,0x2f1000fc,0xa0000000,0x4600002e,0xfd7faa06,0x5ff80b20,0xdac001fc,0xb212fe10,0x2811c088,0xeba4aa7a,0x843fc67e,0xed431000,0xe5e00000,0x0236000e,0x7ffbfedd,0xf56023ef,0xdf0fe8bc,0x82e9f145,0x2f3000fc,0xb0000000,0x4600001e,0xfd6faa06,0x3ff50b20,0xda1ffdfc,0xb21dfdc0,0x2214808a,0xe964a27a,0x8436c66e,0xf442e000,0xe4a00000,0x0242000e,0x96fcdee4,0xf5f027ef,0x3f17e95c,0x83ea713f,0x2f8000fc,0xd0000000,0x46000020,0xfdefa205,0xafec0ac0,0xd8fffcfc,0x922bfd70,0x1a14b084,0xe8a49f79,0xe430c7be,0xf841b000,0xe3800000,0x024a000e,0x98fd0eec,0xf5701fee,0xef18ea4c,0x84eb8134,0x300000fc,0x90000000,0x45000029,0xfedf9904,0xafe10a50,0xd88ffdfc,0x822ffd60,0x17145080,0xe8849e79,0xb430c88e,0xf8412000,0xe3900000,0x024f000e,0x99fd0eee,0xf5001aee,0xbf16ea9c,0x84ec1131,0x303000fc,0x70000000,0x4900002d,0xff2f9704,0x2fde0a20,0xd88ffdfc,0x922efd60,0x1714307f,0xe8949e79,0x9430c8ae,0xf7410000,0xe3900000,0x0252000e,0x98fcfeee,0xf4e019ee,0xcf15eaac,0x84ec2130,0x303000fc,0x70000000,0x4900002d,0xff2f9704,0x2fde0a20,0xd87ffcfc,0x9223fd80,0x13131078,0xe9a4a578,0x042bc90e,0xf340b000,0xe3800000,0x0255000e,0x8cfc7ef2,0xf4901bf0,0x5f10eabc,0x87ec212c,0x305000fc,0x80000000,0x4300002f,0xff2f9404,0x7fe20a60,0xd88ffbfc,0x9221fd90,0x14131077,0xe9c4a378,0x142bc8ee,0xf240c000,0xe3800000,0x0256000e,0x90fc8ef2,0xf4b01df0,0x7f0feabc,0x87ec212d,0x305000fc,0x80000000,0x43000030,0xff2f9404,0x7fe20a70,0xd88ffbfc,0x921efd90,0x14130073,0xea14a078,0x342cc8ae,0xf140e000,0xe3800000,0x0257000e,0x96fc9ef2,0xf50021f0,0xbf0eeabc,0x87ec212c,0x305000fc,0x80000000,0x40000030,0xff1f9404,0x8fe30a70,0xd89ffbfc,0x821dfd90,0x1712e06d,0xea949b78,0x942ec84e,0xf2410000,0xe3900000,0x0258000e,0xa1fccef1,0xf58028f1,0x2f0feaac,0x86ec412b,0x305000fc,0xa0000000,0x3b00002f,0xfeef9504,0x8fe80a70,0xd89ffbfc,0x821dfd90,0x1712e06c,0xea949b78,0xa42ec84e,0xf2410000,0xe3900000,0x0259000e,0xa1fccef1,0xf5e02cf1,0x7f0feaac,0x86ec412b,0x305000fc,0xb0000000,0x3b00002f,0xfeef9504,0x8fe80a70,0xd89ffbfc,0x821dfd90,0x1712e06c,0xeaa49a78,0xa42ec84e,0xf2410000,0xe3900000,0x0259000e,0xa2fccef0,0xf5f02df1,0x8f10eaac,0x86ec512b,0x305000fc,0xc0000000,0x3c00002f,0xfeef9504,0x8fe80a70,0xd89ffbfc,0x821dfd90,0x1712d06b,0xeaa49a78,0xb42ec84e,0xf2410000,0xe3900000,0x0258000e,0xa2fccef0,0xf5e02df1,0x8f11eaac,0x86ec512b,0x305000fc,0xf0000000,0x3e00002e,0xfedf9504,0x8fe80a70,0xd8affbfc,0x721dfd90,0x1812d06a,0xeab49a78,0xc42fc84e,0xf2410000,0xe3900000,0x0257000e,0xa3fccef0,0xf5c02cf1,0x7f12ea9c,0x86ec512b,0x305000fd,0x20000000,0x4000002e,0xfedf9504,0x8fe80a70,0xd8affbfc,0x721dfd90,0x1812c069,0xeab49a78,0xc42fc84e,0xf2410000,0xe3900000,0x0256000e,0xa3fccef0,0xf5a02af1,0x6f12ea9c,0x86ec612b,0x305000fd,0x50000000,0x4100002d,0xfedf9504,0x8fe80a80,0xd8affbfc,0x721efd90,0x1812c069,0xeac49a78,0xd42fc84e,0xf3410000,0xe3900000,0x0256000e,0xa3fccef0,0xf5a02af1,0x6f13ea9c,0x86ec612b,0x305000fd,0x80000000,0x4300002d,0xfedf9504,0x8fe80a80 +}; + +u32 ANIM_ENTRY_death_forward_face_down[] = +{ + 0x002fd3fe,0x9fdf0070,0x200860a1,0xff785b89,0x53921b60,0x213c3000,0xe4b00000,0x02a5000d,0xd3f900d9,0x0490520c,0x106cfe4c,0x1e08b070,0x3fb00004,0xe000000f,0x07000f76,0xfcfffdfe,0x807a02b0,0xff8fd3fe,0xcfe8ffe0,0x1f07f0a8,0xff285489,0x13911c60,0x253c2000,0xe4600000,0x02a5000d,0xd9f8e0d3,0x03c0520b,0x406cfddc,0x1e082073,0x3fb00005,0xd000000e,0xf8000f7b,0xfceffbfe,0x807c0290,0xfebfd3ff,0x0ff7ff30,0x1c0790af,0xfe984a88,0xc3901f20,0x353c3000,0xe3d00000,0x029d000d,0xe3f8a0ca,0x01c05708,0xf06cfd0c,0x1e077078,0x3fa00007,0x7000000e,0xe1000f7d,0xfd2ffafe,0x907f0260,0xfe7fd3ff,0x0ffffef0,0x1b0730b0,0xfe484b88,0xd3912170,0x493ca000,0xe3a00000,0x028d000d,0xe3f8b0c9,0x00205b06,0xf06cfcbc,0x1f072078,0x3fb00008,0x1000000e,0xdb000f7e,0xfcdff8fe,0x60800240,0xfe7fd3fe,0xf003fec0,0x1d06d0af,0xfe085089,0x03932350,0x5d3d2000,0xe3900000,0x027d000d,0xe1f8d0c9,0xfeb05d05,0x406bfcac,0x1e06e076,0x3fd00008,0x5000000e,0xda000f80,0xfcbff4fe,0x40810220,0xfdbfd3fe,0xf013feb0,0x200650af,0xfd285c89,0xb3982630,0x853dc000,0xe3500000,0x026e000d,0xd9f9c0c3,0xfb904d02,0xf06cfcac,0x1e06006c,0x3fd00009,0xb000000e,0xd5000f83,0xfbefedfe,0x30810200,0xfc3fd3ff,0x002cff00,0x250620b1,0xfb98788b,0x43a229a0,0xc33e9000,0xe3300000,0x025e000d,0xc8fbb0b9,0xf6e02aff,0xf06cfc9c,0x1e04605a,0x3fb0000c,0x3000000e,0xca000f84,0xfadfe4fe,0x608001e0,0xfb3fd3ff,0x2034ffd0,0x270820b7,0xfa78a18d,0x53a328f0,0xda3eb000,0xe4200000,0x025f000d,0xb4fd90b4,0xf5600eff,0xf06cfc0c,0x1e02d052,0x3f30000e,0x1000000e,0xc2000f7c,0xfacfe504,0x40900240,0xf9cfd3ff,0x60370120,0x2f0e50bf,0xf998f590,0xe38a25a0,0xf03df000,0xe5f00000,0x0274000d,0x9e0160af,0xf2ffe101,0x806cfa4c,0x1efec041,0x3e300012,0x1000000e,0xb5000f7c,0xfe1fe308,0xe07f0350,0xf94fd3ff,0x600c0130,0x4018f0cc,0xfb894092,0x63522180,0xdf3b1000,0xe7f00000,0x029f000d,0x950550b0,0xeecfd106,0x6fe1f82c,0x53f9f032,0x3d800015,0x8000000e,0xaf000fa0,0xfe1fda0f,0x307c0500,0xf8efd3ff,0x5fc200e0,0x502510c0,0xfee99e93,0x833a1e10,0xca380000,0xe9b00000,0x02b0000d,0x5709b0a4,0xea2feb0d,0x0fdff6dc,0x65f69030,0x3d200017,0x2000000e,0x9c000fd7,0xffafd815,0xc06c0640,0xf85fd3ff,0x4f9a00b0,0x542b30a1,0x0099ec94,0xe3391bb0,0xc0366000,0xeab00000,0x02b2000d,0x1b0ca091,0xe7f01011,0xafd6f65c,0x6ef58037,0x3cf00017,0xf000000e,0x84000ffd,0x016fdd15,0x50580670,0xf82fd4fe,0xff7b0050,0x5b2a4081,0x006a4095,0xb34219c0,0xad352000,0xea400000,0x02b5000c,0xe20e407b,0xe7903112,0x8fbbf5fc,0x7bf51048,0x3d100019,0x9000000e,0x6e000028,0x001fdd13,0xb05105b0,0xf83fd9fe,0x7f56ffd0,0x6625e060,0xff5a9a96,0x534d17e0,0x9533b000,0xe9500000,0x02b6000c,0xa80f5067,0xe7a04b12,0x5f92f5ec,0x91f4c05e,0x3d50001c,0x4000000e,0x57000061,0xfe2fd111,0xc06604d0,0xf89fdefe,0x1f43ff70,0x6e20e056,0xfe0ab896,0xf35d16d0,0x87334000,0xe7f00000,0x02b7000c,0x9b0ee05c,0xe9904c12,0x6f7ef64c,0x9cf4c070,0x3d70001f,0xa000000e,0x48000086,0xfb5fac10,0xc0660480,0xf9afecfd,0x6f21fe60,0x7a173047,0xfccad798,0x737b14b0,0x6e335000,0xe5200000,0x02ba000c,0xa90d403e,0xefd04b12,0xff79f5bc,0xa2f4309d,0x3d700027,0xe000000e,0x2b0000a8,0xf95f550f,0x10650420,0xfb0ffafd,0x0f04fd60,0x7d101037,0xfe1ae699,0x337813d0,0x6c33b000,0xe4900000,0x02b0000c,0xd60b501f,0xf3304a12,0xaf8df48c,0x9cf2f0c4,0x3d30002d,0x7000000e,0x1d00008a,0xf5ff220e,0x608a03f0,0xfba000fc,0xfef7fc90,0x7e0b402b,0xff3ade99,0xe37a1440,0x8233a000,0xe4800000,0x029b000d,0x00098001,0xf3704a12,0x2fa0f5ac,0x90f1f0d9,0x3cb0002d,0xa000000e,0x12000052,0xf76f160e,0x90a50420,0xfb0004fd,0x2f0cfac0,0x7e02e016,0x003a7f9b,0xf3a01600,0xc0343000,0xe3e00000,0x026a000d,0x6506bfcc,0xf2b04110,0x1fc3fc6c,0x69f0e0e9,0x3b200025,0xa000000d,0xf1000fe0,0xe6af2c10,0x70ae0580,0xfa3001fd,0x5f2cfa70,0x6ffab004,0x01aa389d,0xa39315c0,0xdf349000,0xe4e00000,0x024f000d,0xe6059fb3,0xf280370c,0xbfcc01bc,0x60f090ee,0x39c00020,0x9000000d,0xcd000fcb,0xe1df4d13,0x60ad07d0,0xf9effcfd,0x6f38fb60,0x5ff49ffd,0x029a0b9e,0x436d13d0,0xe8347000,0xe5a00000,0x023b000e,0x6204cfad,0xf3d02908,0xcfc1057c,0x74f110f4,0x3850001e,0x1000000d,0x9c00000f,0xe34f9518,0x20ac0b20,0xf9dffffd,0x9f3afc10,0x52f2900a,0x01a9e89f,0x13711200,0xec33a000,0xe4600000,0x0230000e,0xa503bf9c,0xf6102506,0x3fbe06ec,0x81f300ed,0x3730001e,0x4000000d,0x71000046,0xe1ffc01c,0x60df0d60,0xf97006fe,0x0f3bfc40,0x45f2e01b,0xffb9d39f,0xf38d11a0,0xef329000,0xe2a00000,0x0226000e,0xb402bf85,0xf6702304,0xafc7071c,0x7ff650d7,0x36d0001f,0xb000000d,0x4000005c,0xe03fa31e,0x11290da0,0xf9a008fe,0x4f22fd50,0x3ef4101b,0xfd09e0a0,0x639f12a0,0xf1313000,0xe2000000,0x0209000e,0xa900df76,0xf4b01f01,0xcfca06bc,0x7ffac0c1,0x37700021,0x1000000d,0x0300007a,0xdf5f711f,0x015b0d10,0xfa1008fe,0xcf02ff00,0x36f57012,0xf829faa1,0x93ce13d0,0xec2ee000,0xe1800000,0x01f1000e,0x9bfd1f6e,0xf1901e00,0x3fbd05fc,0x88ffd0a5,0x38900023,0x2000000c,0xcf0000a7,0xde2f4f1f,0x61890d20,0xfa1010ff,0x3f01ffc0,0x2ef46006,0xf20a07a3,0xa4221380,0xe42b6000,0xe0b00000,0x01f3000e,0xa1f89f70,0xee702801,0x2fbc042c,0x9704107b,0x39900027,0x1000000c,0xb90000ce,0xdc7f3b1f,0xb1c40eb0,0xfa3020ff,0x4f02fff0,0x2cf15fe4,0xec8a32a5,0x544c1100,0xe127d000,0xe1300000,0x01f0000e,0xb8f58f81,0xeec03004,0x3fc6020c,0xb306d04a,0x3a90002b,0xd000000c,0xc90000f7,0xda5f2020,0xc21e10e0,0xfa502aff,0x4f000000,0x2cef9fce,0xea2a4ba5,0xe45b0f50,0xdf260000,0xe1700000,0x01ee000e,0xc4f48f8d,0xf0402e06,0x6fcb012c,0xc507b032,0x3b20002d,0xf000000c,0xd600010f,0xd97f1121,0x625511c0,0xfa602bff,0x3f000000,0x2def5fcb,0xe9ba4ea5,0xf45d0f10,0xdf25c000,0xe1700000,0x01ee000e,0xc6f46f8e,0xf0802d06,0xbfcb010c,0xc807c02f,0x3b30002e,0x3000000c,0xd8000112,0xd8ef0f21,0x825e11d0,0xfa8053ff,0x3f11ff90,0x2beb6fb6,0xe4fa1ca9,0x452508d0,0xbd1c8000,0xdf100000,0x0220000e,0xf0f1dfb0,0xf7f01a0c,0xdfe9fd4c,0xf3068005,0x3b700035,0xb000000c,0xd900016e,0xd85ed921,0xf2ba1150,0xfa9054ff,0x3f14ffa0,0x2aeb3fb6,0xe4da16a9,0x85340880,0xb71be000,0xdf000000,0x0226000e,0xf5f1cfaf,0xf8001c0d,0x2febfd0c,0xf3066004,0x3b600036,0x2000000c,0xd7000172,0xd9ced642,0x51cc1c70,0xfaa059ff,0x4f1cffb0,0x27eaafb5,0xe47a03aa,0x755e0790,0xa719f000,0xdef00000,0x0237000f,0x01f18fac,0xf850200e,0x1ff1fc5c,0xf3062003,0x3b400037,0x7000000c,0xd20002f6,0xe89e2536,0x402122d0,0xfae062ff,0x7f240000,0x25e9dfb8,0xe3f9ecab,0x558d05e0,0x8c171000,0xdf800000,0x024b000f,0x3ff14f98,0xf9602a0f,0xdffcfb0c,0xf505d002,0x3b100039,0xd000000c,0xc400036b,0xff3d9b35,0xee611100,0xfc1072ff,0xcf1b00c0,0x2be94fd3,0xe399e9a9,0xc56d0330,0x6514d000,0xe3100000,0x02480000,0x4bf1ef35,0xfd104913,0x3012f91c,0xfe06300a,0x3ad0003e,0x4000000c,0x9600030c,0x159e0925,0xed741120,0xfce07aff,0xdf110140,0x30e94fdf,0xe409d8a8,0x35630210,0x51148000,0xe4c00000,0x02440000,0xedf31eff,0xff505d14,0x301ff86d,0x0406f00f,0x3af00040,0x4000000c,0x7b0001ec,0x214e9727,0xddb11180,0xfde07dff,0xcf100220,0x36e96fe6,0xe5a998a4,0x455d0060,0x3d160000,0xe4300000,0x02490001,0x81f59ee3,0x02706c12,0x002df83d,0x09089011,0x3ba00041,0xc000000c,0x62000202,0x1ede982a,0x0e011260,0xffa07bff,0x2f150430,0x47e99ff1,0xe979179b,0x74d2fab0,0x201c0000,0xe5c00000,0x02490002,0x90f97eb5,0x0ab0800a,0xe04df83d,0x0e0c0013,0x3d400044,0x9000000c,0x3400021c,0x132e932d,0xeea51410,0x014071fe,0x2f150610,0x58eabffe,0xee289295,0x245af4b0,0x12235000,0xe8c00000,0x023a0003,0x2ff7be8b,0x1190b603,0xf064f8dd,0x0c0ec01d,0x3e700045,0xd000000c,0x1100021d,0x057e8931,0x5f711510,0x04d062fd,0xdf030800,0x55ed1012,0xf5b7d890,0x23f3ee50,0x222c3000,0xec400000,0x02120003,0xa9f4fe55,0x159128fd,0x606ef8cc,0xeb11803b,0x3ec00045,0xf000000b,0xfc00020c,0xf58e8834,0xdf2b1560,0x081052fe,0x3ef20980,0x44ee800e,0xfac7608c,0x73aceae0,0x3f325000,0xed800000,0x01eb0003,0xd8f4fe4b,0x15e183fb,0x1070f84c,0xc2134057,0x3e500045,0x1000000b,0xf10001f7,0xf5fe9637,0x6eee1500,0x08f04efe,0x5eee09e0,0x3eeec008,0xfc174a8b,0x739aea40,0x4833d000,0xedb00000,0x01de0003,0xd9f52e51,0x15c197fb,0x0071f82c,0xb513b05e,0x3e200044,0xa000000b,0xee0001f1,0xf65e9d38,0x1ede14d0,0x098049fe,0x6ee80a00,0x39ee8008,0xfdd73e8a,0xa38feaa0,0x5234b000,0xee200000,0x01cd0003,0xccf4fe59,0x159199fb,0x3070f81c,0xb113c062,0x3de00043,0xf000000b,0xed0001f0,0xf74ea838,0x9ed31470,0x0ad041fe,0x7ed90a10,0x32ee2006,0x01f73289,0xc37aec20,0x49369000,0xf0000000,0x019f0003,0x80f30e79,0x14b198fb,0x6068f80c,0xaa13d068,0x3d500041,0xe000000b,0xf00001f3,0xfa1eca39,0x8ebf1390,0x0c6041fe,0x1ec809d0,0x37ef3ff3,0x05a77988,0xd378ef40,0x29378000,0xf4900000,0x01680002,0x61ecfeee,0x10f189fc,0x5050f87c,0xb013a068,0x3d10003e,0xc000000c,0x0a000206,0xfeaf0539,0x0eb81300,0x0f9045fd,0xceb30940,0x45f0afd5,0x08786487,0xe377f4ff,0xfe38c000,0xfa200000,0x011c000f,0xdced3027,0x05b15dfe,0x1027f87c,0xb513406b,0x3cf00039,0xe000000c,0x43000229,0x078f6637,0xae971250,0x13b04cfe,0x1eb80880,0x5cf01fd4,0x06996186,0xf3b0fa9f,0xd8397000,0xfb500000,0x00f0000e,0x46f930e7,0xf7a11600,0x6002f7cc,0xaf11b071,0x3cb00035,0xd000000c,0x8400023f,0x112fac34,0x6e611280,0x185051fe,0xceb80840,0x69ee6fd7,0x03c98586,0x03c2faef,0xc3399000,0xfc300000,0x00bf000e,0xd0f900d0,0xed50cd02,0xefdcf79c,0xae0f0074,0x3c800031,0x9000000c,0xc3000230,0x1a4fdf2e,0x4e3c1410,0x1b1053ff,0x2eb00850,0x6aed2fce,0x02196485,0x03c9fb1f,0xcd399000,0xfcb00000,0x0098000f,0xa6f4d099,0xe9e0b105,0x4fc3f7fc,0xb20d4071,0x3c80002e,0xe000000c,0xed000211,0x1edffa29,0xbe3315a0,0x1e1057ff,0x8eb10800,0x70e9bfbd,0xff190b84,0x13c8fb0f,0xfc39a000,0xfcc00000,0x006d0000,0xb602d03a,0xe6109107,0x2facf8dc,0xb20b8063,0x3ca0002b,0xe000000d,0x2e0001d5,0x217ff524,0x9e3417b0,0x22206000,0x1eba0710,0x7be35fb0,0xfaa85483,0x33c0fb0f,0xe1398000,0xfd300000,0x00480002,0x220c0fad,0xdd501d08,0xbf99f9fc,0xb009d04d,0x3cf00028,0x3000000d,0x8b00018b,0x22cfc31e,0x8e391a60,0x26906301,0x2eb80660,0x6fddffa2,0xf7384582,0x03d2fb2f,0x7e398000,0xfd800000,0x001e0003,0x3f0e6f9a,0xe3cffc0a,0x2f95fa2c,0xb409c03f,0x3d700025,0xb000000d,0xda000153,0x20ff8319,0x1e521c10,0x2b606502,0x6eb205d0,0x5ad96f95,0xf447d780,0x23c7fb3f,0x14398000,0xff200000,0x0ff70003,0xd40c20e0,0xf00ffe0b,0x7f94f9fc,0xb609d036,0x3df00023,0x7000000e,0x27000120,0x1e3f4214,0x1e721d40,0x2f306403,0x6eb205b0,0x42d80f9e,0xf297eb7f,0xd3d7fb5e,0xe4399000,0xfc4000ff,0xdfeb0004,0x940a50e3,0xfbcffb0c,0x9f95f96c,0xb509a031,0x3e200022,0xa000000e,0x5e000115,0x1b5f2411,0x7e931da0,0x33206004,0x7eb50600,0x1dd82fac,0xf1081875,0x03dffb7e,0xee39b000,0xfac00000,0x002b0004,0x7305902d,0x0790110d,0x8f98f8dc,0xb309902c,0x3e400022,0x4000000e,0x91000116,0x183f0c0f,0x1eb61db0,0x36e05305,0x9ebe07bf,0xd0dccfb7,0xf0080274,0x63fbfb9e,0xfb39c000,0xf9700000,0x006e0004,0xef07504b,0x1170aa0e,0x3f9cf89c,0xae0a6027,0x3e500023,0x1000000e,0xac000124,0x155eff0d,0x0ed81d20,0x39d04406,0x8eb2094f,0xa1e5cfaa,0xf0c7ec73,0xb400fbbf,0x0a39e000,0xf7e00000,0x007c0005,0x2d1b9030,0x125f8c0e,0xbfa7f87c,0xad0a8024,0x3e600025,0x3000000e,0xa3000125,0x12aefa0c,0xaee41c50,0x3d203307,0x1ea40bcf,0x78f38f7f,0xf517f673,0x343afbcf,0x1e3a1000,0xf6900000,0x007b0005,0x481bdfdb,0x12ae550f,0x2fb7f7ac,0xae0a002b,0x3ea0002a,0x2000000e,0x6f000110,0x0e7ef50d,0x4edd1ba0,0x3ef02b06,0x0eb10e3f,0x5efa4f45,0xfb284072,0xc44ffbdf,0x363a4000,0xf6000000,0x003d0005,0x01108f85,0x1280c20f,0x7fb1f69c,0xb109d03f,0x3eb0002f,0x8000000e,0x190000ea,0x0c0ef90f,0x0ec01bc0,0x3fd02504,0x1ecb0f4f,0x53fd5f0d,0xffd8577e,0xd45cfbff,0x513a8000,0xfb900000,0x00150004,0xeb0e2f3f,0x12504b0f,0xbf95f67c,0xbe0b004f,0x3ef00033,0xc000000d,0xb50000c8,0x0cef0e11,0x1e981bc0,0x3fe02402,0xfef00f9f,0x6101aee8,0x01183080,0xc448fc0f,0x6f3ac000,0xfb600000,0x0ff70005,0x3bfb7f26,0x121fe70f,0xef83f6ac,0xca0c2052,0x3f400036,0x0000000d,0x7b0000ad,0x0f0f2212,0x8e741b80,0x3f302701,0xcf5e0fbf,0x9b060ed4,0xfd680682,0x3441fc1f,0x8e3b1000,0xfab00000,0x0fe30005,0x12045f0f,0x123fc810,0x0f86f79c,0xd90c7042,0x3fa00037,0xd000000d,0x51000060,0x148f2a14,0xbe401ab0,0x3e602701,0x7fd20fcf,0xc30cbebb,0xf827fe84,0xb440fc2f,0xaf3b6000,0xfa300000,0x0fd80005,0x0209bf03,0x1310be10,0x2fa2f8fc,0xdd0ab02a,0x3f600035,0xa000000d,0x5c000003,0x1b5efb16,0x5e1e1a40,0x3dc02601,0xaff7107f,0xea106ea4,0xfae82386,0x63d8fc3f,0xd03bc000,0xf9800000,0x0fd30005,0x0009bf2b,0x15f08310,0x3fc3fa6c,0xd6086013,0x3ec0002f,0xc000000d,0x8c000f87,0x249e9618,0xcdfe19b0,0x3d902802,0x20021080,0x0b137e8c,0xf9f84387,0xa3c1fc3f,0xf03c1000,0xf8300000,0x0fd40004,0xfe09df5e,0x19f06d10,0x4fdafa5c,0xcc06800d,0x3e40002a,0xc000000d,0xb8000f05,0x2cae221b,0x2ded18f0,0x3d902802,0x40061060,0x14176e7b,0xfc384989,0x33eafc40,0x103c7000,0xf7a00000,0x0fd80005,0x0109ef68,0x1ae06710,0x9fe0fa1c,0xc906000e,0x3e200029,0x6000000d,0xc4000edb,0x2eedfc1b,0xddeb18c0,0x3db02402,0xa0631100,0x230a6e72,0xfa08668b,0xf3e8fc50,0x2e3cc000,0xf8f00000,0x0fe00004,0xf909ef87,0x1bd05710,0xbfe4f9ac,0xc1051014,0x3de00025,0xa000000d,0xdb000e4a,0x31bd6c1c,0x3dee1870,0x3dd01d03,0x40861240,0x4501ae6c,0xfca8a291,0x23abfc50,0x493d2000,0xfb100000,0x0fe90004,0xf909ffc8,0x1e103810,0xffe8f92c,0xb2036022,0x3d50001d,0x4000000e,0x0a000d13,0x371c391d,0x0df217d0,0x3d601d03,0x40981240,0x4ef90e6b,0xfca8ab91,0x33a7fc50,0x613d7000,0xfa000000,0x0ff20004,0xf909ffda,0x1f503111,0x2fe2f99c,0xaf032026,0x3d30001a,0x3000000e,0x13000cc0,0x37dbec1d,0x6def17c0,0x3c602003,0x70b41190,0x68f39e2f,0xfcb8ba91,0x438afc60,0x753dc000,0xf8b00000,0x0ffa0004,0xf50a0016,0x21901f11,0x5fdaf99c,0xa802e029,0x3ce00014,0xd000000e,0x3e000c48,0x38bb8e1e,0x4de217d0,0x3b202403,0xe0c10fe0,0x8cf36eb4,0xfcb8c692,0x0375fc60,0x843e1000,0xf7300000,0x00000004,0xf00a0083,0x244ffc11,0x8fbbf90c,0x9a02f029,0x3c60000c,0xb000000e,0xb1000c59,0x3a7bd81f,0x5dcf1820,0x3b602104,0x10d50f20,0x8af3beb3,0xfcc8bd92,0x2376fc60,0x8d3e5000,0xf6f00000,0x00020004,0xee0a10a2,0x1bd05710,0xbf99f8fc,0x9704f02d,0x3c900009,0xf000000f,0x05000d93,0x38bd1a1a,0x5dda1b60,0x3bd01e04,0x80d30e50,0x7ff36ebf,0xfcd8ae92,0x8372fc60,0x913e9000,0xf7e00000,0x00020004,0xec0a10b8,0x1f6fe312,0x3f72f7ec,0x9d09f03d,0x3d800009,0xa000000f,0x5a000f9c,0x2edefe0b,0x9dfd2620,0x3bf01e04,0xb0d20dc0,0x7ef29ee0,0xfca8aa92,0xf370fc70,0x8e3ed000,0xf8900000,0x00030004,0xeb0a20cb,0x1effde12,0x4f6bf81c,0x9e0b703f,0x3dd00009,0x6000000f,0x6b000fa5,0x2c0ef808,0xedfc2950,0x3bd02004,0xb0d20c60,0x84f17f11,0xfc489f93,0x7369fc70,0x883f0000,0xf9d00000,0x00050004,0xe90a20ef,0x220fd411,0x8f83f9cc,0x970ce037,0x3df00008,0x0000000f,0x7d000ea2,0x2c5e070a,0x5e2128a0,0x3b801e04,0x30d10c10,0x7ff03f4c,0xfbd89093,0xd36efc70,0x883f2000,0xf9f00000,0x00080004,0xe80a2101,0x266fcc10,0xff8efabc,0x9e0f102c,0x3e000007,0x7000000f,0x8a000e62,0x29bdad08,0xfe7429a0,0x3b301d03,0x80cf0bf0,0x7cef2f8d,0xfb688594,0x336cfc70,0x8c3f3000,0xf9b00000,0x000b0004,0xe6117113,0x295fca10,0xaf8cfb2c,0xa7109024,0x3e000007,0x8000000f,0x93000e6f,0x278da707,0x8ec62af0,0x3ab02202,0x60cc0b40,0x83ee6fce,0xfb187a94,0x936cfc70,0x923f3000,0xf9000000,0x000f0004,0xe31a2132,0x28afd510,0x9f72fb4c,0xb0105024,0x3dc00008,0x3000000f,0x8f000ecb,0x282e2208,0x6eec2b80,0x3a802301,0xc0cc0a80,0x80ee4009,0xfaf86694,0xb36cfc70,0x933f4000,0xf8800000,0x00120004,0xe220b13a,0x27bfd710,0x6f71fbfc,0xad108027,0x3da00007,0xe000000f,0x87000ee5,0x28ce480a,0xdeec29f0,0x3a702001,0x10cc0970,0x68eef03a,0xfb283392,0xe36cfc70,0x8f3ed000,0xf7300000,0x00140004,0xe120a133,0x25efdb10,0x1f90fd1c,0xa912802d,0x3d600007,0x6000000f,0x7d000ef4,0x27be4510,0x9eed24e0,0x3a701e00,0x90cc0930,0x5ff0b05b,0xfbb81d92,0x636cfc80,0x923ec000,0xf6f00000,0x00160004,0xe120b12c,0x24efde0f,0xefa6fd6c,0xab14602e,0x3d300007,0x8000000f,0x7e000f14,0x257e4913,0xbeee21d0,0x3a601d00,0x20cc0960,0x5ff3b068,0xfcc81692,0x636cfc80,0x963ef000,0xf6f00000,0x00170004,0xe020b124,0x24afdf0f,0xcfbdfd5c,0xac15902e,0x3d100007,0xc000000f,0x81000f2e,0x232e5114,0x8eef20e0,0x3a6019ff,0xe0cc0980,0x5cfa0067,0xfe380d92,0x236cfcb0,0x953ef000,0xf6900000,0x00150004,0xe020b11b,0x24efe20f,0xbfc8fcfc,0xae15a030,0x3cf00008,0x4000000f,0x80000f57,0x22ce6714,0x4ef12150,0x3a7016ff,0xc0cc0990,0x59f9f067,0xfe180891,0xf36cfcc0,0x943ef000,0xf6500000,0x00160004,0xe020b116,0x252fe40f,0xbfc6fcbc,0xb2158032,0x3ce00008,0x9000000f,0x7f000f7d,0x234e7d14,0x0ef22190,0x3a7016ff,0xb0cc09a0,0x59f9e067,0xfe180891,0xe36cfcc0,0x943ef000,0xf6400000,0x00160004,0xe020b115,0x252fe40f,0xbfc6fcbc,0xb3156032,0x3ce00008,0x9000000f,0x7e000f86,0x236e8213,0xeef321a0,0x3a8016ff,0xb0cc09a0,0x59f9d067,0xfe180891,0xf36cfcd0,0x963ef000,0xf6500000,0x00150004,0xe020b10f,0x253fe50f,0x9fd3fcbc,0xb113c02f,0x3d100008,0x8000000f,0x7f000fc7,0x245eb412,0xbef32210,0x3a8016ff,0xb0cc09b0,0x59f9d067,0xfe080791,0xf36cfcd0,0x963ef000,0xf6500000,0x00150004,0xe020b10b,0x252fe50f,0x9fdafcac,0xaf13202f,0x3d200008,0x7000000f,0x7e000fcc,0x24aeb712,0x3ef62240,0x3a8016ff,0xa0cc09b0,0x59f9c067,0xfdf80591,0xf36cfcd0,0x963ef000,0xf6400000,0x00150004,0xe120b105,0x253fe50f,0x9fe0fc8c,0xad11b02f,0x3d400008,0x7000000f,0x7a000fdd,0x255ebf11,0x7efa2290,0x3a9016ff,0xb0cc09b0,0x59f9a066,0xfdd80391,0xd36cfcd0,0x953ef000,0xf6200000,0x00150004,0xe120b101,0x254fe50f,0x9fdbfc6c,0xaf104030,0x3d600008,0x8000000f,0x76000ff8,0x264ece10,0xcefe22c0,0x3a9016ff,0xb0cc09b0,0x59f9a066,0xfdd80291,0xb36cfcb0,0x933ee000,0xf6100000,0x00160004,0xe120d0ff,0x295fca10,0xafd4fc4c,0xaf0fa02f,0x3d800008,0x9000000f,0x74000009,0x270edb08,0x6f042b80 +}; + +u32 ANIM_ENTRY_death_forward_spin_face_up[] = +{ + 0xffd019fd,0xbff60320,0x12028eeb,0xf6a6b07f,0xc3b2f7bf,0x9140b000,0xeeb00000,0x016b0002,0x230a8fcb,0x8be80c7d,0x407af39c,0x0af9207d,0x3f800011,0x1000000f,0x2b000f6a,0xfb801d06,0xe04e0170,0xff0008fc,0xe0050470,0x1e003ed6,0xf726827f,0x63a7f7ff,0x8f40d000,0xebc00000,0x01710002,0x520cefc9,0x8b380a7d,0x3019f01c,0x4dfc3083,0x42800018,0xc000000f,0x15000fbd,0xf7e00006,0xd057ff90,0xfd8ff2fc,0xc0240710,0x22f96e8d,0xfa36857f,0x83a6f6cf,0x88406000,0xea900000,0x01860002,0x5e0e3fc6,0x8a98137e,0x2fd0f09c,0x7cfde068,0x43d0001c,0x5000000f,0x0e000ff3,0xf57ff006,0xd060fef0,0xfcffebfc,0xc0300880,0x25f5ce5f,0xfc569280,0x13a4f56f,0x88400000,0xeb000000,0x01910002,0x5e0e7fc8,0x8ac81b7e,0xffbbf1ac,0x85fdb058,0x4390001c,0xa000000f,0x11000002,0xf4cff006,0xd065ff20,0xfcbfe9fc,0xe03a08d0,0x26f49e5f,0xfd46ae81,0xa3a7f48f,0x8c400000,0xec800000,0x01a40002,0x2c0e6fbf,0x8b382b7f,0x6fb3f27c,0x86fda052,0x4360001c,0x7000000f,0x0d000009,0xf4bfef07,0x106aff30,0xfb1fdffd,0x707a0950,0x26f03ea6,0x01c7ce8d,0x93ceef6f,0xa340b000,0xf7c00000,0x02420000,0x250baf5e,0x8f18b682,0x3f81f7cc,0x8cfdb030,0x4220001a,0xf000000e,0xef00003b,0xf53fe807,0x908effe0,0xfabfdcfd,0x60730720,0x25f5ceea,0x0068d390,0x43f2ee9f,0x8e41b000,0xf7700000,0x029c000e,0x74061f3e,0x91490483,0x3f7bf91c,0x8efe1025,0x41f0001a,0x4000000e,0xe8000046,0xf64fe208,0x509b0000,0xfa2fcdfd,0x204302b0,0x1e054f7f,0xfeba6f94,0x843cedff,0x5c41e000,0xf3500000,0x0348000b,0x9102bf57,0x9169b588,0xdf6dfb8c,0x8dfe9010,0x41400018,0xb000000e,0xde00004a,0xf3ffd509,0x60ae0150,0xfaafb4fd,0x2fe9fe70,0x10163fed,0xff9b1697,0x6471eeef,0x1e3bf000,0xec600000,0x03df000a,0x7f0b6f07,0x82ca449d,0x3f57fcbc,0x89fee010,0x40700017,0x7000000e,0xd4000039,0xf2bfca0a,0xd0bc0220,0xfc1fa1fd,0x4f98fb50,0x011df00d,0x00cafc99,0xc477efce,0xcd2ea000,0xe7d00000,0x0439000b,0x85139e30,0x6df9f8ba,0xbf48fc0c,0x81fea020,0x3fb00017,0x5000000e,0xd300001b,0xf23fd10c,0xc0c402e0,0xfd5f98fc,0xdf66f960,0x091d601b,0x005a7a9b,0xd491edde,0xa3236000,0xe3700000,0x0419000c,0xec190d7c,0x6b895cc6,0x2f41fa9c,0x89fe702b,0x40200018,0xb000000e,0xde00000f,0xf1efce0f,0x10c202d0,0xfe1f99fb,0x5f37f5a0,0x34153030,0xfd99219f,0x44b8e54e,0xbb189000,0xdc800000,0x035e000f,0x1b231cb5,0x73e8a4c8,0x4f48f7dc,0xb3fdb02c,0x4260001d,0x9000000e,0xeb000014,0xf14f8011,0xf0bc01f0,0xfd3faffa,0x9f52f1d0,0x4707700c,0xfac7e39f,0xf4d5d8ee,0xcb1aa000,0xd6800000,0x02ea0000,0x1625fcb4,0x7b082ec7,0xaf6df4ac,0xd0fb8029,0x43800023,0x8000000e,0xd300001b,0xef6f5f15,0x50c80140,0xfbefcbfa,0xaf96ef40,0x30f85fbd,0xfb66e19e,0xd536cdfe,0x8120e000,0xcfd00000,0x02ad0000,0x4c21dcab,0x86376dc9,0x4f9df1ac,0xdbf9202a,0x43a00028,0xe000000e,0xb0000023,0xee8f3d19,0x10dc0060,0xfb6fd4fa,0xcfb4eed0,0x1ff2df9d,0xfc76979e,0xb557ca6e,0x5c23c000,0xce100000,0x02980000,0x4a1ffca1,0x8ae720ca,0x5faff0bc,0xddf8602a,0x4380002a,0x8000000e,0xa4000025,0xee4f301d,0x40df0050,0xfb6fd5fa,0xcfb6eec0,0x1df26f9b,0xfc96919e,0xc559ca1e,0x59240000,0xce000000,0x02960000,0x4a1fdca0,0x8b471aca,0x7fb1f0ac,0xddf8502a,0x4380002a,0xa000000e,0xa3000025,0xee3f2f1d,0x30e10050,0xfa3ff3fb,0x5028f26f,0xade02f70,0xff76aea5,0x345bb5be,0x283b5000,0xc9100000,0x0203000f,0xf71c1c6d,0xa4c62ecf,0xf00beebc,0xc4f2b01a,0x4080002e,0x2000000e,0x8200000f,0xee9f0420,0x40f601a0,0xfa1ff2fb,0x602ff37f,0xa5df9f64,0xff06bba4,0xc43bb42e,0x223fc000,0xc8d00000,0x020a000f,0xe9194c65,0xa6e5f1cf,0x200eeedc,0xc2f23018,0x4000002e,0x5000000e,0x7b00000e,0xef1f0320,0xe0f90230,0xf9afeafb,0x9043f70f,0x8cde8f45,0xfd16d1a2,0xe3f6b12e,0x184af000,0xc8800000,0x0216000f,0xb20e9c45,0xa7a538c6,0xa012ef6c,0xbcf13013,0x3e90002e,0xf000000e,0x6500000f,0xf0ff0122,0xb1040300,0xf93fd8fb,0xc054fb5f,0x75debf2f,0xf9a6c99f,0x83eab28e,0x21516000,0xc9b00000,0x0201000f,0x5dfeac3f,0xa9744bbe,0x300df04c,0xb7f0e01a,0x3d20002f,0xc000000e,0x3f00001a,0xf37f0224,0x711403b0,0xf9cfa8fb,0xa051023f,0x62e2cf34,0xf226b196,0x145abefe,0x594f0000,0xced00000,0x01a5000e,0x82e19d66,0xce6240d6,0x3ffff19c,0xb4f1b04d,0x3b500031,0x0000000d,0xdc00003f,0xf22f0926,0x814104f0,0xfb5f7efa,0xb02f064f,0x68e7bf52,0xec26e28d,0xe490c62e,0x9f4db000,0xd3d00000,0x0199000d,0x5cd48f51,0xd8a0f3d9,0xd001f2cc,0xbcf2207f,0x3b000031,0x2000000d,0x8d000053,0xea3efc26,0x916b0600,0xfc9f5af9,0x8006081f,0x7aed3f95,0xe8672588,0xf49dcbae,0xd84c6000,0xda800000,0x01ab000c,0x95d4008a,0xd9c01ad3,0xf017f38c,0xc0f3e0a7,0x3c400032,0x0000000d,0x55000046,0xe4eee525,0x118a0600,0xfddf29f7,0xbfd0096f,0x98f65012,0xe5175983,0xb49ad54f,0x154a0000,0xe5300000,0x01d1000c,0x4cd6a119,0xddbef7c8,0x6047f43c,0xbdf7b0d5,0x3f100034,0x7000000d,0x1000001d,0xdecebf22,0xc1b20610,0xff3ef7f5,0x8f94090f,0xba04407d,0xe796bf7e,0x1453e06f,0x3f491000,0xec900000,0x023e000d,0xbdd7a032,0xf80e1dc1,0xe07df54c,0xaefc60ee,0x41b00037,0x8000000c,0xdf000ffb,0xdbef2723,0xb1d20850,0x00bebef2,0xef5e07af,0xec1240a6,0xed562c79,0xe40ded3f,0x78479000,0xf3900000,0x0289000f,0x2edd7fb0,0x13edc4be,0x509df6dc,0x92ffa103,0x42b0003a,0x5000000c,0xae000056,0xd56ed629,0xf18e0fa0,0x02ae82f0,0x6f4405d0,0x1d18506c,0xf3362778,0x43e1fa0f,0xba459000,0xf8300000,0x029e000f,0xb4e80ffb,0x1a8d9cc0,0x0088f88c,0x7100c11d,0x4150003b,0x6000000c,0x800000f4,0xd68e8f2f,0x312014b0,0x04de41ed,0xaf490480,0x4916a009,0xf876de78,0x63d3042f,0xf644f000,0xfaf00000,0x02b3000f,0x68f5c04b,0x1a1d5cc2,0x6050f9cc,0x59017146,0x3f20003b,0x9000000c,0x43000157,0xce5dcb32,0xa09517e0,0x07ee09e9,0x3f690400,0x7a0f5faa,0xfe68897a,0x53ee09b0,0x1b45a000,0xfb300000,0x02ca000e,0x2dfe0029,0x14bd7ece,0x0009fa9c,0x4c012173,0x3cf0003c,0x2000000b,0xfb000ad2,0x87d63538,0x90691160,0x0e2db4e0,0x5fb90390,0xd5ff0f23,0x098b6b7e,0x84271010,0x4246b000,0xf8f00000,0x02f0000b,0xc6025fc4,0x07fe0def,0x0f90fadc,0x37ff71bc,0x3990003e,0x2000000b,0x7a0002fb,0xf98f2e41,0x00160f00,0x128d92da,0x40050261,0x02f35efe,0x116c2f81,0x543a12b0,0x59465000,0xf8000000,0x0303000b,0x44022fd3,0x0c7e7bfa,0xef55f99c,0x26fd91dc,0x37c00040,0x9000000b,0x27000290,0xfe9f2742,0x7ffa0ce0,0x1add7bcf,0x00a4fe21,0x39e1ff11,0x1d0c7486,0x24401580,0x8f43e000,0xf8a00000,0x0316000b,0xb604103b,0x17ff5c08,0xef08f5dc,0x05f971fc,0x35200046,0x8000000a,0x9e00015b,0x042ef43f,0x1ff30a50,0x202d85c8,0x1103fa81,0x5bdd5f24,0x1eebdc88,0x043d1540,0xb4427000,0xf9200000,0x0319000c,0x9102806b,0x1b5fd612,0xbedcf39c,0x02f75209,0x2d000049,0xd000000a,0x5f000151,0x04eed43b,0x4ffe09d0,0x292dcebc,0x01a7f371,0x91de3f1b,0x1b29f689,0x042d0f00,0xd2411000,0xf6c00000,0x0339000e,0x6efb4093,0x1b005229,0x9e80efdc,0x20f6521a,0x2960004e,0x6000000a,0x22000036,0x041e9c36,0xe0050b40,0x2dee27b3,0xe221f001,0x9de39ee9,0x16390b87,0xe4150730,0xb1406000,0xead00000,0x038a000f,0x67fc80c6,0x15d0823a,0x2e37ed9c,0x3bf93216,0x25a0004f,0xb000000a,0x26000ffa,0x044e753c,0xcfcd0f10,0x302e9aad,0x0296ef61,0x96ec2eb3,0x0f38a286,0x73f5fe60,0x7c3fc000,0xd5b00000,0x03e20000,0x06027102,0x1000bf46,0x5e03ecbc,0x58fbd1f8,0x2af0004e,0x8000000a,0x4c000fa2,0x03de5e47,0x2f6c12d0,0x304f03a7,0x1303f181,0x82f4be9b,0x07a89386,0xe3d8f400,0x15403000,0xcbf00000,0x04250000,0x5909c140,0x1290fe4f,0x6dedee4c,0xa6fb41c6,0x30a0004d,0x3000000a,0x7f000f6a,0x04ce414b,0x3f361440,0x2f5f5ca2,0xc33ff4f1,0x67fd4ea6,0x00e86c88,0x93b1eacf,0x7a432000,0xd2500000,0x04190000,0xa1ee815a,0x21311f54,0x9e07eefc,0xecf82194,0x3640004c,0xa000000a,0xc7000f28,0x04ae0348,0x7f2914a0,0x2e7f98a1,0x933af691,0x57040ebd,0xfcc81e89,0x0389e75f,0x1e457000,0xcf500000,0x03d50000,0xdbee613b,0x2d012e54,0x7e44edec,0xfaf50172,0x38f0004c,0x0000000b,0x11000efd,0x03edc444,0x7f2514f0,0x2e4fa2a1,0x8335f6c1,0x53056ec3,0xfc080d89,0x0381e6ef,0x0f45e000,0xcf700000,0x03c40000,0xe6ebb131,0x2f113254,0x2e53ed9c,0xfaf4616c,0x3960004b,0xd000000b,0x21000ef7,0x03cdb743,0x8f241500,0x2e4ff69e,0xf2b3faf1,0x0c13cf5c,0xfb577a86,0xc35ee63e,0xb8495000,0xd7700000,0x02ed0002,0x46e080fb,0x29417a4c,0x3eadec5d,0x49f41126,0x44600048,0xd000000c,0x1a000eea,0x097d3436,0x2f191470,0x2e40049e,0x729dfbb0,0xff161f77,0xfb376086,0x6358e62e,0xab49e000,0xd2000000,0x02c60002,0x85f230f0,0x2811864a,0x9ebbec2d,0x56f41119,0x46900048,0x4000000c,0x46000ee9,0x0a7d1f33,0xdf171460,0x2e100f9d,0x827dfcc0,0xde13df8b,0xfb471f86,0x8358e7de,0xc748d000,0xce600000,0x02790002,0xeff2a0c6,0x22319244,0x3eb2ecfd,0x56f540f6,0x48f00046,0xc000000c,0x9f000ef3,0x0bcd2c30,0x8f1113f0,0x2df02b9b,0x6201fe30,0x5209bfda,0xfa261285,0x3362e85e,0xdf468000,0xe6b00000,0x01d50003,0xeff74052,0x10f15331,0xbe99ee3d,0x3bf8b080,0x4e300042,0x9000000d,0xdb000f2a,0x104d7425,0xaefb1340,0x30802a9c,0x0197f99f,0xd2fcd01a,0xf5864a83,0x9396e3ce,0xb1452000,0xe6d00000,0x01e40003,0x4e01102b,0x10306f2b,0x0e8deadc,0xfcfad057,0x4d200042,0x9000000e,0xb1000f88,0x12edeb20,0xbef51410,0x33801b9b,0x815cf5df,0x88f25028,0xf1f6cb7f,0xb40de2ce,0xd5434000,0xe6a00000,0x01c30002,0x73063ff4,0x158fbc25,0x9e6de7dc,0xebfe8054,0x4c200044,0xa000000f,0x2b000fe0,0x133e521e,0xaeff1460,0x35501696,0x411ef6df,0x64f34ffb,0xf3075a7b,0x8490e0ef,0x1143e000,0xe4f00000,0x01940001,0x8b048fd3,0x1d6f341b,0xbe11e84d,0x4605505c,0x4ca0004b,0x6000000f,0x49000027,0x0e1e9e1f,0x1ef71410,0x36201d91,0xe0ecf88f,0x60f87fe6,0xf3d7bc78,0xc4e6dd2f,0x38451000,0xe3100000,0x017b0001,0x0106ffc6,0x245f1713,0xadd5e9bd,0x9508906b,0x4db00051,0x5000000f,0x2e00005a,0x0a9ebf20,0x2ee41340,0x36e03e8d,0x20acfaff,0x8a004fee,0xf387bc77,0x94e3d5bf,0x48470000,0xe1200000,0x018c0000,0xb3115faa,0x343f950a,0x1dbaed3d,0xeb07f087,0x50600056,0x5000000e,0xde000083,0x0b6eb220,0xcef81010,0x3780588a,0x4082fc9f,0xac059ff7,0xf2f7bc76,0xe4dfd0bf,0x47484000,0xe2400000,0x01a40000,0xb4149fbf,0x363f8204,0x2da8effe,0x2306009c,0x52300058,0x5000000e,0x980000a1,0x0eceb91f,0x7f1c0d90,0x38207188,0x305dfdef,0xcd09e001,0xf227bc76,0xa4dccc9f,0x49494000,0xe5400000,0x01be0000,0xea11f000,0x2c9ef000,0x6d90f2ae,0x5402d0ae,0x53800058,0xb000000e,0x480000bb,0x156edb1c,0x6f4a0b50,0x38f07987,0x6043fecf,0xd70dbffc,0xf1e7bc76,0xd4d8cb4f,0x4d4a0000,0xe9700000,0x01a50000,0xbc0f2fea,0x2d8f5804,0xed6df3be,0x6a0120a3,0x52400058,0xc000000e,0x2d00009d,0x1daf091b,0x8f2a0b10,0x39907b87,0x0031feff,0xda0fdffa,0xf237bc77,0x54d5c9bf,0x544a8000,0xee500000,0x01930000,0xa00e2fd5,0x2e3f8f07,0x2d4ff4be,0x680010a1,0x50600057,0xa000000e,0x37000078,0x241f171b,0x2f020bc0,0x3a107686,0xe01ffeaf,0xd813aff8,0xf2e7bc78,0x14d1c77f,0x5c4af000,0xf3200000,0x018e0000,0xa60d5fce,0x2b3f7d05,0xad2ef61e,0x4dfe207e,0x4d700055,0x2000000e,0x8c000043,0x29fef819,0xbec90ee0,0x3a506987,0x801bfe3f,0xce150ff3,0xf2e7bc79,0x14cec78f,0x654ac000,0xf7500000,0x018b0000,0xb0098fbd,0x262f7303,0x3d23f6ee,0x3dfa502b,0x4b400055,0x6000000f,0x22000010,0x2a0eda17,0xbebc1160,0x3a805c88,0x601bfdaf,0xc1145ff2,0xf307bc7a,0x34cac75f,0x6d4a6000,0xfa500000,0x017d0000,0x8904bfa9,0x216f6a01,0xad20f78e,0x28f77ff1,0x49c00055,0xc000000f,0x87000fac,0x262ea416,0xeee80fd0,0x3a905588,0xf01cfd5f,0xbc136ff2,0xf337bc7b,0x84c7c69f,0x744a5000,0xfb700000,0x01750000,0x5301cfab,0x1e1f6c01,0xcd20f7ee,0x19f6dff2,0x4a100055,0xb000000f,0x87000f85,0x228e8f15,0xaf240de0,0x3a905489,0x101dfd4f,0xbb133ff2,0xf347bc7c,0xd4c3c67f,0x784a5000,0xfdc00000,0x01740000,0x48014fad,0x1d7f6e01,0xed20f7fe,0x16f6cfed,0x4a300055,0xa000000f,0x85000f82,0x21ee8e15,0x4f310d80,0x3a304a8a,0x402cfccf,0xbd109ff7,0xf307bc7e,0x24c0c67f,0x7a498000,0xff700000,0x01700000,0x10fddfe8,0x179f9e01,0x3d23f86e,0x07f48fe4,0x49a00056,0xa000000f,0x83000f96,0x1f8ebc13,0x1f630b90,0x39f0448a,0xf035fc7f,0xbd104ffa,0xf2e7bc7f,0x64bcc67f,0x78491000,0x01800000,0x016c0000,0x03fc4007,0x158fb900,0xcd25f8ad,0xfef39fdd,0x49300057,0x1000000f,0x7f000f99,0x1e8ecb12,0x5f750ab0,0x3970408b,0xd03efbff,0xb9104ffc,0xf2c7bc80,0x94b9c64f,0x6f48a000,0x03200000,0x01610000,0x20fb1026,0x15dfd600,0x3d2cf90d,0xf3f31fda,0x48b00057,0x6000000f,0x7b000f86,0x1dfec212,0x8f740a20,0x38b03c8d,0x204bfb4f,0xb9108ffc,0xf2a7bc81,0x94b5c5ff,0x5f482000,0x04c00000,0x01560000,0x55f9f046,0x167ff3ff,0xcd33f95d,0xe4f2afd4,0x48300057,0x7000000f,0x76000f5f,0x1cdeab12,0xef730980,0x37a0408e,0xe05cfa2f,0xc7108ff9,0xf257bc82,0x64b2c55f,0x4f482000,0x04d00000,0x01610000,0xa7faa04a,0x163fefff,0xed3ff98d,0xd2f37fcb,0x49000056,0xe000000f,0x71000f22,0x1a8e8012,0x1f8b0930,0x37004290,0x3065f98f,0xd2113ff5,0xf1f7bc82,0xe4aec4cf,0x46483000,0x04d00000,0x016b0000,0xe8fc2041,0x15cfe800,0x1d4bf97d,0xc9f53fc5,0x4a000056,0x9000000f,0x6b000ef3,0x18ce5b10,0xbfa60930,0x37204190,0x4060fa1f,0xd4116fee,0xf1f7bd83,0x14abc49f,0x4847f000,0x04d00000,0x01640001,0x13ff2032,0x152fea00,0x4d4bf94d,0xcbf88fc2,0x4a500056,0xb000000f,0x65000ed2,0x178e3d10,0x4fa809d0,0x3770428f,0xf05bfaff,0xd8110fe7,0xf237bd83,0x14a7c49f,0x5847a000,0x02e00000,0x015c0001,0x3403101e,0x146feb00,0x6d49f94d,0xd0fd7fce,0x4ae00056,0x8000000f,0x5f000eb3,0x160e1b10,0x3f9c0a90,0x37b0488f,0x605bfb6f,0xe20fffe5,0xf257bd83,0x14a4c4df,0x61478000,0x02400000,0x015e0001,0x3005800e,0x138fe700,0x4d48f98d,0xde026fd7,0x4bd00056,0x6000000f,0x58000eb6,0x156e0b10,0x4f8c0ad0,0x37f04c8e,0xa058fc0f,0xe90f2fe6,0xf247bd83,0x24a0c56f,0x69476000,0x02000000,0x01600001,0x21067007,0x11bfe9ff,0xdd45f9ed,0xef062fe0,0x4c500056,0xc000000f,0x51000ed1,0x15ce0c11,0x9f710ae0,0x38104d8e,0x1056fc6f,0xea0ecfe9,0xf247bd83,0x249dc5bf,0x6e475000,0x02500000,0x015c0001,0x16069005,0x10bff0ff,0x8d42fa0d,0xf7083fe6,0x4c600056,0xd000000f,0x4a000ee4,0x164e1113,0x2f5b0b10,0x3850518d,0x6051fc8f,0xe80e0ff2,0xf2a7bd83,0x2499c58f,0x7547a000,0x03600000,0x015b0001,0x0306a000,0x10cff2ff,0x6d3cfa2d,0xfe0b3fec,0x4cc00056,0x6000000f,0x44000efd,0x173e2015,0x7f430b80,0x3880538d,0x004dfc6f,0xe60d2ffa,0xf2e7bd83,0x3496c56f,0x7847d000,0x04d00000,0x015c0000,0xf6069ffd,0x112ff1ff,0x6d37fa3e,0x010d0ff0,0x4ce00056,0x4000000f,0x3d000f0a,0x17ce2916,0xbf360bc0,0x38d04f8c,0xa044fc4f,0xdb0d5004,0xf347bd83,0x4492c53f,0x7b47d000,0x04900000,0x01590000,0xf0069ffb,0x11dff5ff,0x5d33fa0e,0x040dfff8,0x4c200056,0xb000000f,0x37000f1c,0x185e3419,0x9f170c70,0x38f04d8c,0x803ffc3f,0xd70d6008,0xf367bd83,0x448ec53f,0x7b47d000,0x05800000,0x01570000,0xed069ffa,0x120ff7ff,0x3d31fa0e,0x050e2ffb,0x4bb00056,0xd000000f,0x31000f24,0x189e3c1b,0x5f070d00,0x3900508c,0x603dfc0f,0xda0da00c,0xf337bd83,0x548bc50f,0x7d47d000,0x06200000,0x015a0000,0xeb069ff8,0x125ff6ff,0x3d2efa0e,0x060e3ffc,0x4bc00056,0x9000000f,0x2c000f2b,0x18ae471c,0xbf040dc0,0x3910518c,0x603dfbef,0xdc0dc00d,0xf327bd83,0x6487c4ef,0x7d47d000,0x06700000,0x015b0000,0xeb069ff8,0x127ff6ff,0x2d2dfa0e,0x070e2000,0x4bd00056,0x8000000f,0x27000f2d,0x18ae4c1d,0x3f050e30,0x3910518c,0x603dfbef,0xdd0dd00d,0xf317bd83,0x7484c4ef,0x7d47d000,0x06a00000,0x015b0000,0xeb069ff8,0x127ff6ff,0x2d2dfa0e,0x060e2003,0x4bd00056,0x8000000f,0x23000f2d,0x18ae4d1d,0x4f050e40,0x39004f8c,0x803efbdf,0xd90df00e,0xf307bd83,0x8480c50f,0x7e47e000,0x06b00000,0x015b0000,0xe6063ff9,0x124ff8ff,0x0d2df9ee,0x050d4006,0x4b700056,0xd000000f,0x20000f2e,0x18be521d,0x6f050f20,0x39004f8c,0xa03efbcf,0xd80e000f,0xf307bd83,0x947dc50f,0x8047e000,0x06c00000,0x015b0000,0xe5062ffa,0x123ff9fe,0xfd2df9ee,0x030c8007,0x4b400056,0xd000000f,0x1d000f2d,0x18be531d,0xdf020f30,0x38f04e8c,0xc03ffbaf,0xd70e000f,0xf307bd83,0xa479c50f,0x8247d000,0x06d00000,0x015b0000,0xe5061ffb,0x123ff9fe,0xed2ef9de,0x010b4008,0x4b000056,0xb000000f,0x1c000f2a,0x189e531e,0xaefb0f10,0x38d0508c,0xe041fb7f,0xd90e100f,0xf307bd83,0xb476c53f,0x8347e000,0x06d00000,0x015b0000,0xe605fffd,0x102ffafe,0xcd2ff9dd,0xfe099008,0x4ba00056,0x7000000f,0x1b000f27,0x187e541c,0x9f220ec0,0x38c0508c,0xf042fb7f,0xd90e200f,0xf307bd83,0xc476c4ff,0x8447e000,0x06d00000,0x015b0000,0xe805effe,0x123ff9fe,0xdd30f9dd,0xfd099008,0x4ba00056,0x7000000f,0x1b000f25,0x186e551c,0x9f220ec0,0x38b04e8c,0xf042fbaf,0xd80e300d,0xf307bd83,0xd476c50f,0x8547e000,0x06e00000,0x015b0000,0xeb05efff,0x11eff9fe,0xdd30f9ed,0xfe099008,0x4ba00056,0x9000000f,0x1b000f26,0x186e561c,0x9f220ec0,0x38c04e8c,0xf043fbcf,0xd90e300b,0xf2f7bd83,0xe476c51f,0x8547e000,0x06f00000,0x015b0000,0xed05e000,0x117ff9fe,0xdd30f9ed,0xfe099008,0x4ba00056,0xa000000f,0x1b000f26,0x186e561c,0x9f220ec0,0x38c04f8c,0xf043fbff,0xdc0e3007,0xf2d7bd83,0xf477c53f,0x8547f000,0x06f00000,0x015c0000,0xf105e000,0x10bff7fe,0xdd30f9fd,0xfe099008,0x4ba00056,0x9000000f,0x1b000f26,0x186e561c,0x9f220ec0,0x38c04f8d,0x0044fbff,0xdd0e3006,0xf2c7bd84,0x0477c54f,0x8447e000,0x07000000,0x015c0000,0xf405e001,0x104ff9fe,0xcd31f9fd,0xfe099008,0x4ba00056,0x9000000f,0x1b000f27,0x186e561c,0x9f220ec0,0x38c04f8d,0x0043fc0f,0xdd0e3006,0xf2c7bd84,0x0477c54f,0x8447e000,0x06f00000,0x015b0000,0xf605e002,0x101ffbfe,0xcd32f9fd,0xfe099008,0x4ba00056,0x8000000f,0x1b000f28,0x187e561c,0x9f220ec0,0x38d0518d,0x0042fbff,0xde0e3006,0xf2c7bd84,0x1478c54f,0x8347e000,0x06f00000,0x015b0000,0xf705d001,0x102ffafe,0xcd31fa0e,0x00099008,0x4ba00056,0x8000000f,0x1b000f29,0x187e561c,0x9f220ec0,0x38e0518c,0xf041fc0f,0xdf0e3007,0xf2c7bd84,0x2478c54f,0x8347e000,0x07000000,0x015b0000,0xf705d001,0x102ffafe,0xcd31fa0e,0x01099008,0x4ba00056,0x8000000f,0x1b000f2b,0x189e561c,0x9f220ec0,0x38f0518c,0xf040fbff,0xde0e3007,0xf2c7bd84,0x3478c53f,0x8347e000,0x07100000,0x015b0000,0xf705e001,0x102ffafe,0xcd32fa0e,0x02099008,0x4ba00056,0x9000000f,0x1b000f2c,0x18be561c,0x9f220ec0 +}; + +u32 ANIM_ENTRY_death_backward_fall_face_up1[] = +{ + 0xfd0ee7fb,0xd097025f,0xe504d066,0x00076288,0x43fd2530,0xc9499000,0xd8900000,0x0208000d,0x2a02903f,0xf70fc005,0x1f4200fc,0x5d857777,0xc2400007,0x6000000f,0x2b000fd1,0xfd4fe300,0xaff000f0,0xfd1ee6fb,0xe0ac020f,0xda021070,0xffc76088,0x34032550,0xd249d000,0xd8300000,0x020f000d,0x3001d040,0xf7cfc305,0x5f3bffbc,0x6585f764,0xc2600008,0xe000000f,0x14000fd4,0xfd4fe100,0xcfec00d0,0xfdcee4fb,0xf0dc00ef,0xbdf99089,0xfe875c88,0x440e25b0,0xea4a5000,0xd7b00000,0x0221000d,0x4cffa03e,0xf9cfca05,0xef23fc2c,0x84875727,0xc330000d,0x6000000e,0xd4000fe7,0xfdafd400,0x9fd80060,0xffeeedfb,0xb10ffeff,0xa4ecf097,0xfbf76b8a,0x441424c0,0xfd4af000,0xd9b00000,0x0232000d,0x7bfbf044,0xfcefdc05,0x8f07f71c,0xc188d6c7,0xc5000012,0xb000000e,0x88000009,0xff8fb400,0x7fa1ffc0,0x017f01fb,0xc140fd7f,0x9ae40089,0xf997a98e,0xb42820e0,0xf84ac000,0xdec00000,0x0247000d,0x96fa105b,0xfeeffa04,0x9f16f29c,0xe987566f,0xc5200016,0x3000000e,0x4a00001b,0x025f9502,0xdf66ffa0,0x017f14fc,0x9161fd5f,0x97e0c068,0xf7e7fb93,0x343d1bd0,0xe6498000,0xe2d00000,0x0261000d,0x9bfbd066,0xfef00c04,0xcf34efec,0xf284e63a,0xc3d00018,0x8000000e,0x1700002e,0x044f8705,0x8f4bfff0,0x006f5cff,0xc16efd1f,0xb3e2b00d,0xf4a8f09d,0xd4050f40,0xcf465000,0xe9700000,0x026f000d,0x9a033036,0xff300c07,0x1f76ebfc,0xd87db608,0xbe90001b,0x9000000d,0xd5000075,0x04ef7e07,0x4f360200,0xfeefb802,0xc17cfbcf,0xece9ffc3,0xf14a36a6,0x533602f0,0xbb424000,0xed000000,0x0265000d,0xc5093fe7,0x00102507,0xafc9e92c,0xaa76b60f,0xb9c0001d,0xf000000d,0xbc0000ad,0x034f7a06,0x8f2a03d0,0xfc400304,0xb194fa80,0x3bf4afa5,0xef3b96aa,0xc238f960,0xc93d9000,0xeb600000,0x0232000d,0xdb0a8f77,0xfdf04804,0x2009e84c,0x83738639,0xb8100020,0x5000000d,0xac0000cb,0x00af7304,0xbf4d02b0,0xf9c02505,0xa19efa30,0x6efd7fa5,0xef4c52ae,0xd201f440,0xfc398000,0xe7b00000,0x01e9000d,0xa7064f2e,0xf96035ff,0xd00ee7ec,0x8174564a,0xb8c00022,0xf000000d,0x8b0000e9,0x00bf7002,0x3f7f00a0,0xf5a03b06,0x619bfa40,0x970a4fbe,0xf1cc7bb6,0xd26bf171,0x7632f000,0xe4f00000,0x0168000d,0x82f9bf39,0xf55fadf8,0x4fade6bc,0xc278d654,0xbb400027,0xf000000d,0x3e00013f,0x084f8afd,0x7fadff70,0xf3603c06,0x9195fab0,0xa5114fc5,0xf2bca9bc,0x9284f071,0xf630e000,0xe6200000,0x0108000d,0x6bf34f4f,0xfc2f4bf5,0x0f6be69c,0xf27c265b,0xbd400029,0x5000000d,0x18000166,0x0fff9ffb,0x9fb7ff40,0xf1502b06,0xb180fd20,0xa6163fac,0xf2bd00c7,0xa27dfcd2,0xd32d9000,0xe9000000,0x00a8000d,0x87f05f0d,0x043ea6fa,0xaf21e71d,0x287f766f,0xbf200026,0x8000000d,0x03000179,0x1dffb8fb,0x7fb6ff20,0xeff02606,0xb170fed0,0x9f179f99,0xf2fd49cd,0xd24b0bf3,0x722aa000,0xea900000,0x007b000d,0xeaf13ec5,0xffce7d05,0xbef5e7bd,0x4980c682,0xc0000022,0xe000000d,0x03000178,0x26efb4fb,0xbfbcff10,0xed504e06,0x816dfdf0,0x65140f95,0xf64d6ad0,0x119e4134,0x61417000,0xec900000,0x0097000f,0x12f9eeae,0xedaf850f,0x4f05e9ad,0x3b7cc6b6,0xbe100019,0x5000000d,0x2f0000ff,0x2b8f2bfe,0x1fc9ffb0,0xe9f07b06,0x317bfc00,0x060dffa2,0xfb7d6cd5,0x30d55c65,0x32499000,0xec400000,0x00b70000,0x29ffce98,0xe310620f,0x4f49eb3d,0x157816f8,0xbbb0000e,0xe000000d,0x6700004e,0x295e8c00,0xefc700d0,0xe7f07606,0x017ffb2f,0xaf060fbf,0xffcd73dd,0xc0065785,0xae46d000,0xe8100000,0x00bf0000,0xa2fa8ebf,0xe7209b0a,0x1f70eaed,0x1c78a714,0xbc200008,0xa000000d,0x98000ff8,0x217e8801,0xbfa60290,0xe7c05405,0xf173fbbf,0x87fe7fd1,0x020d8be4,0xcf5a52d6,0x0c499000,0xe3d00000,0x00cc0000,0x9bf03f20,0xeec0a107,0xef4fe9fd,0x587c670b,0xbde00006,0xf000000d,0xc0000ffc,0x1b2ee501,0x6f690520,0xe7901606,0x0174fdaf,0x77f35ff1,0x03ddd3f0,0xae6f46e6,0x914c3000,0xdeb00000,0x00d1000f,0x7beac037,0xfa106c07,0xdf07e5dd,0xd88236eb,0xbef0000e,0x1000000e,0x1f000fda,0x101f5102,0x1e830e00,0xe61fed05,0xf187ff6f,0x7ceb5000,0x03de26f3,0xbdb539b7,0x0c4a0000,0xdd900000,0x00bd000e,0xfff09116,0x02502107,0xaecbe03e,0x3b8556c3,0xbec0001a,0xa000000e,0x7e000fd8,0x080fa302,0x3d9a17d0,0xe3dfca05,0x619901ff,0xabe7efe7,0x01eeceea,0x4d493467,0x5f4bc000,0xe0900000,0x00d9000f,0x3a0200e6,0x05101203,0x6e81de1e,0x87890692,0xc1100026,0xb000000e,0xd2000ffa,0x05bfcafc,0x2d551e80,0xe29fb304,0xb1a4039f,0xd7e81fd3,0x000f73e2,0x5d1939e7,0x8b4eb000,0xe2100000,0x00f7000f,0x3a0fc080,0xfbf014fb,0x4e64df4e,0xa58cd677,0xc450002a,0x5000000f,0x04000003,0x06bfcdf7,0xad761e50,0xe16f9c04,0x01af0530,0x04e84fbf,0xfe2018da,0x6ce93f67,0xb651a000,0xe3800000,0x0114000f,0x3a1d801a,0xf2e016f3,0x1e47e08e,0xc390b65d,0xc7b0002d,0xe000000f,0x3600000d,0x07bfd0f3,0x5d971df0,0xdfaf9e02,0x01bc0490,0x32ec4fb5,0xfb603fd3,0xdd5248c7,0xc2554000,0xe0400000,0x0142000e,0x8c1b1f03,0xe61fb0ed,0xae67e0ee,0xac92d641,0xc9c0002d,0xf000000f,0x5a000034,0x0b9fc5f2,0xfdd21af0,0xdddfa100,0x11ca0400,0x60f04fab,0xf89067cd,0x3dba5217,0xcd58f000,0xdcf00000,0x0171000d,0xdd18adeb,0xd94f4ae8,0x3e87e14e,0x94951626,0xcbf0002e,0x0000000f,0x7e00005b,0x0f7fbaf2,0xde0e17b0,0xdd8fa3ff,0x61c403c0,0x6af1cfa8,0xf8300ecd,0xce245367,0xc15b0000,0xdad00000,0x0184000d,0xd114adec,0xd8cf58e7,0xee89e16e,0x9396061c,0xccd0002d,0x2000000f,0x8300006d,0x113fb3f2,0xfe1f1740,0xdcdfabfd,0x81b80300,0x7ff4ffa0,0xf78fc5ca,0xee975627,0xb1607000,0xd9200000,0x01b9000d,0xb20d5df4,0xd8ef79e8,0x0e94e19e,0x89965607,0xcd80002b,0x0000000f,0x89000094,0x153fa5f3,0x6e401650,0xd95fddf6,0x9197ff40,0xb0fdef78,0xf71183ac,0xcd555d67,0xc47bd000,0xe5a00000,0x0302000d,0x7303ce32,0xe69fc2ee,0xaeede0fe,0x478ee5e0,0xc9b00023,0x3000000f,0x8f0000eb,0x203f6ef4,0xfe7a1450,0xd2f004f1,0x319cfc40,0xcd059f56,0xf6e1c69b,0xfce25f87,0x7098e000,0xec800000,0x0442000d,0xd600ee7b,0xfd4f7efa,0xff8ee1fd,0xce873600,0xc320001b,0xd000000f,0x8c0000e3,0x25ceeff6,0x8e9813b0,0xcbdffeef,0x51c4fb50,0xd1095f5b,0xf7817a95,0xeccc5c08,0x28ab4000,0xeee00000,0x04f0000e,0x7cff2ed4,0xff3f7f10,0xffecde6d,0x6e85265c,0xbfe00016,0x6000000f,0x7a00006f,0x219e75fa,0x4e981290,0xc56fddef,0x61d0fad0,0xb80d2f8d,0xf8c04e8f,0x2d3056d8,0xacb02000,0xeea00000,0x04090000,0x18ff2f5d,0xfe807526,0xc04fe6fd,0x528576ce,0xc0500011,0x1000000f,0x66000038,0x1eee8000,0x1e880f50,0xc13fc3f0,0x21b4f9e0,0x8811bfd2,0xf99c8b90,0xfef55488,0x72afc000,0xe4900000,0x033f0003,0x54077ff3,0xfdd0862d,0x4053eead,0x6c85172c,0xc170000c,0x6000000f,0x5a000050,0x212ebe04,0x1e7b0cd0,0xbd9fb7f1,0x716ff870,0x5a15e00c,0xf81cecd2,0xc1c54d78,0x01b0a000,0xea400000,0x02f2000f,0x61efdfaa,0xfd5fcd23,0x6ffff48d,0x8483578d,0xc1200006,0xd000000f,0x530000cc,0x238f3005,0x0e5b0e10,0xbaffb1f2,0x414cf7a0,0x4d14b00e,0xf66e45fd,0xa30a4967,0xc7b21000,0xee500000,0x02de000c,0x41dbdf8d,0xfe8f6714,0x4fa8f79d,0x918177d7,0xc0500003,0x5000000f,0x6200013e,0x248f8905,0x2e1e1040,0xbaafb1f2,0x514bf790,0x4f13e009,0xf62e7701,0x13154927,0xc4b26000,0xee400000,0x02e0000c,0x04d9bf93,0xfedf6111,0x3f9af7fd,0x938167e1,0xc0300002,0xe000000f,0x67000150,0x249f9505,0x2e1010b0,0xb80fb2f1,0xf158f770,0x440cbffc,0xf77f9001,0xe3314a87,0xd4b22000,0xefd00000,0x02c9000a,0xf9dde0a0,0xfc8f8006,0x1f9cf8bd,0x7d7f581b,0xbfa00002,0x0000000f,0x83000130,0x241f7907,0xcde90ff0,0xb14fb9f0,0xd179f720,0x22fadfdd,0xfad23103,0x93724e68,0x01b15000,0xf3900000,0x028c0008,0x7de93307,0xf77fd0eb,0x9faefaed,0x3f7938b2,0xbe7000ff,0xc000000f,0xcb0000ce,0x21bf1f0f,0x0d8b0d50,0xaf9fc2f0,0x5172f720,0x0bf9efe1,0xfb020503,0xa3605068,0x0eb05000,0xf3900000,0x027a0008,0xc4ecd262,0xf9dfceed,0xdfd6fbdd,0x2676e8cd,0xbdd000ff,0x6000000f,0xdc000093,0x1e0ee90f,0x8d900cb0,0xad7fd6f0,0x0148f7af,0xddfa5fe7,0xfb211d00,0xd32c5438,0x19ae4000,0xf4d00000,0x0259000a,0x10f800c1,0xff9f93f9,0x602efcbd,0x007318f1,0xbcb000fe,0xb0000000,0x02000026,0x17fe8c0b,0xcdb10dc0,0xad7fe5f0,0xb108f8cf,0xb9fb4fe0,0xfb4eabf9,0xa2bd5638,0x07acb000,0xf6c00000,0x024c000c,0xef03ffed,0x01df050d,0x008bfb7c,0xf27248fa,0xbbe000fd,0xc0000000,0x2e000fd5,0x16de5e03,0xfdeb1000,0xae0feaf1,0x80e7f97f,0xa9fa1fd4,0xfbacc7f5,0x125456a7,0xedabc000,0xf5500000,0x024e000f,0x24076ff9,0xff6eb21a,0x40c9fa1c,0xf27348fb,0xbb7000fd,0x20000000,0x43000fbc,0x183e63ff,0xfe171050,0xae1fe9f2,0x70daf9cf,0x9cf89fd3,0xfbec53f3,0x22405757,0xdcaa4000,0xf4100000,0x024c000f,0x8b074fec,0xfd3eaf1e,0xf0eff9bc,0xf0758904,0xbb3000fc,0xc0000000,0x44000fbb,0x187e7efd,0xde431010,0xadefeaf3,0xe0cbf9df,0x8cf73fd5,0xfc1c3ff1,0xe2595797,0xdaa73000,0xf4000000,0x0247000f,0x5206df98,0xfbfee11f,0x510ff9ec,0xea795913,0xbaa000fc,0x40000000,0x36000fba,0x17deaafb,0x0e840f10,0xae0fedf5,0x60bef97f,0x7ff63fd2,0xfc1ca3f2,0x228254a7,0xfaa36000,0xf4e00000,0x024e000e,0x96042ef4,0xfc7f4e1b,0x510efa9c,0xe97c0919,0xb9e000fb,0x70000000,0x1f000fbf,0x165edcf9,0x4eba0be0,0xae6ff1f5,0xc0bdf8ff,0x76f55fcf,0xfc2d0bf4,0x52864f68,0x08a23000,0xf4b00000,0x025a000e,0x40ff4e88,0xfb5f941b,0x3110facc,0xe27ba916,0xb9c000fb,0x60000000,0x1d000fa8,0x13aefff6,0xfec60ac0,0xaf4ffaf5,0x70bff82f,0x65f42fcf,0xfc3dacf9,0xe2754848,0x02a1c000,0xf3a00000,0x026d000e,0x03f70e1e,0xf6dfd51b,0x212afbbc,0xcc7a390c,0xb99000fb,0xb0000000,0x2c000f6e,0x0e7f30f2,0x5eb00b00,0xb06008f4,0x50baf73f,0x54f39fcf,0xfc4e0cfe,0x12714547,0xe9a15000,0xf3d00000,0x0274000d,0xf1f35e09,0xf1bfee11,0xd14afd8c,0xb878a8ff,0xb8f000fb,0x90000000,0x46000f57,0x0c5f53f1,0xee850b10,0xb74038f3,0x00b1f66f,0x48f38fcc,0xfc4e5601,0x526743e7,0xdba08000,0xf3400000,0x0274000d,0xc7f24e1d,0xed501303,0xb163ff5c,0xab7718c4,0xb82000fb,0x50000000,0x56000f5a,0x0c5f5ff6,0xae7b0a10,0xb7d03bf2,0x70a9f64f,0x4df4bfd4,0xfc7e6c02,0xa24d4447,0xe79f0000,0xf3000000,0x026d000d,0x69f59e8b,0xe86001f7,0x11a2014c,0x9e74e8b4,0xb79000fd,0x50000000,0x59000f39,0x0aff40fe,0x4e8c0a00,0xb92043f1,0x709ff66f,0x60f65fdd,0xfc2e4f01,0x42354587,0xff9c8000,0xf4c00000,0x0268000d,0x55ff7f35,0xe3afc9ef,0x31defddc,0x7973e89d,0xb7000000,0xa0000000,0x5b000f44,0x0d2f1803,0x9e990b80,0xb8d03ef1,0x1098f66f,0x6ff6dfdb,0xfb9e25ff,0xa2274658,0x0c9ab000,0xf6000000,0x026b000d,0xd2066f78,0xe24fb7f1,0xb1dafccc,0x8074f8a2,0xb7800002,0x20000000,0x5c000fba,0x15af1a01,0x7e9a0d20,0xb9403cf0,0xf08ff63f,0x7cf75fd2,0xfb2e16fe,0xb2174668,0x17989000,0xf6c00000,0x0274000e,0x2308ff8f,0xe21fd1fa,0x51b4fb3c,0x9377f8a1,0xb8900002,0xe0000000,0x520000a4,0x26cf04fb,0xfea70db0,0xb96042ef,0xf08cf61f,0x7ef79fcf,0xfafe49fe,0x92194578,0x14975000,0xf7100000,0x0277000d,0xa707cf56,0xe4bfef00,0x218dfb1c,0x9a7998af,0xb8b00002,0xe0000000,0x4f0000cc,0x2b0ecdf9,0xaeab0d80,0xb9a039f1,0xc08cf5cf,0x7cf7dfd3,0xfaee69ff,0x021943b8,0x03968000,0xf6d00000,0x0278000d,0x38037f1c,0xe8e00a01,0xe16ffbbc,0x937b08a0,0xb8d00002,0xe0000000,0x4f000084,0x24decaf9,0x4e9f0d80,0xb94042f0,0x108cf57f,0x7af80fd8,0xfade45ff,0x220d41e7,0xef95e000,0xf6b00000,0x0278000d,0x70023f34,0xea801b00,0x8161fb2c,0x967b88b1,0xb8e00003,0x40000000,0x4e000033,0x1dfecef8,0x3e8d0df0,0xb8e044ef,0xa08ef56f,0x77f83fdb,0xfade19ff,0x22044077,0xe3959000,0xf6a00000,0x0275000d,0xc3047f7c,0xe88024fd,0x416ffb3c,0x8e7c18c1,0xb9600004,0x00000000,0x4f000015,0x1c7ecbf7,0x5e800e20,0xb96047ef,0xa08ff58f,0x76f87fdd,0xfaedf5ff,0x12013fd7,0xdb95e000,0xf6b00000,0x0276000d,0xfb078faf,0xe57029f9,0x9183fa1c,0x897ca8bb,0xb9500004,0xa0000000,0x5400001c,0x1e5ec5f7,0xae740e00,0xb91044ef,0xc08df5af,0x76f89fdd,0xfaede8fe,0xf2033fd7,0xda964000,0xf6c00000,0x0277000e,0x0f08ffbd,0xe3d029f7,0xa192fa5c,0x8e7c78c7,0xb9600004,0xe0000000,0x58000029,0x200ec2f8,0x1e6d0df0,0xb92044ef,0xc08df5af,0x76f8afdd,0xfaede6fe,0xe2033fe7,0xda965000,0xf6d00000,0x0278000e,0x11092fbe,0xe39029f7,0x6195fa4c,0x877c38c1,0xb9800004,0xf0000000,0x5900002c,0x205ec2f8,0x2e6c0df0,0xb91040f0,0x208df5ff,0x78f8bfda,0xfb0ddafe,0x72074057,0xd996e000,0xf7300000,0x027b000e,0x17091fba,0xe31021f6,0x219cfaec,0x927c58ca,0xba100004,0x60000000,0x5e000068,0x252eccf9,0x9e620de0,0xb8e03bf0,0xb08cf63f,0x78f8bfd9,0xfb1dd4fe,0x320b40a7,0xd8974000,0xf7700000,0x027d000e,0x18090fb7,0xe2d01af5,0x81a4fb6c,0x947c08c8,0xb9e00004,0x00000000,0x62000090,0x283ed0fa,0xae5b0dd0,0xb8b03af0,0x908cf64f,0x78f8cfd8,0xfb2ddbfe,0x220f40b7,0xd6975000,0xf7900000,0x027c000e,0x0c08cfb0,0xe30015f5,0xc1a3fbfc,0x997b68cf,0xba400003,0xd0000000,0x64000099,0x286ec8fb,0x8e580dc0,0xb8d03cf0,0x908bf66f,0x77f8ffd9,0xfb1de3fe,0x321240d7,0xd4977000,0xf7a00000,0x027c000d,0xec07bf9c,0xe39008f6,0xa1a5fc0c,0x927a58d0,0xba200003,0x90000000,0x6600009f,0x278eb9fd,0x0e520d80,0xb8d038f1,0x2089f66f,0x77f91fd9,0xfb1de3fe,0x521040e7,0xd2977000,0xf7800000,0x027d000d,0xcd065f94,0xe42ffbf7,0xb1a6fc3c,0x8e7998c6,0xbab00003,0x70000000,0x64000091,0x24debcfd,0x6e520d60,0xb9003af1,0x0088f65f,0x77f92fd9,0xfb1de6fe,0x820f40c7,0xd0976000,0xf7600000,0x027e000d,0xba059f9a,0xe48ff5f8,0x11a7fbdc,0x8f7898bc,0xba700003,0x50000000,0x63000074,0x225ecefc,0x7e530d90,0xb8f03bf0,0xd088f64f,0x76f92fd9,0xfb1deafe,0x82104067,0xcd973000,0xf7600000,0x027e000d,0xb3055f99,0xe4cff5f8,0x01adfbdc,0x8e77d8c0,0xba800003,0x40000000,0x63000060,0x213edffb,0x6e530dd0,0xb9003df0,0xa088f63f,0x75f92fd9,0xfb1de4fe,0x52114047,0xcc970000,0xf7800000,0x027d000d,0xb9056f98,0xe4cff9f7,0xe1affbac,0x8f7798be,0xbac00003,0x40000000,0x6400005e,0x214ee6fa,0xee530e00,0xb9203df0,0x9088f60f,0x74f92fd8,0xfb1dcefe,0x120f4047,0xcb971000,0xf7b00000,0x027e000d,0xd0059f9a,0xe4200af7,0x11b4fb7c,0x897778c0,0xbab00003,0x60000000,0x65000064,0x21dee4fa,0xce530e30,0xb8e03df0,0x6089f60f,0x75f91fd7,0xfb1dbcfd,0xd20f4047,0xcd970000,0xf7f00000,0x027e000d,0xe205cf9d,0xe3a00ff6,0xc1b6fbec,0x8977a8c3,0xbb300003,0x60000000,0x6600006e,0x227edffb,0x6e550e20 +}; + +u32 ANIM_ENTRY_death_backward_spin_face_down_right[] = +{ + 0xf49f8003,0x517b08b0,0x73e7ef1e,0xf5174187,0x7445da5f,0xbb425000,0xe1e00000,0x0197000f,0xd910100f,0xf5200303,0x0ec6ed5c,0x8af1b172,0x39f00030,0xc000000c,0xd2000002,0xf70ff1fd,0x6042ff60,0xf30fa003,0x016c0520,0x5ef29f2b,0xf7a7c291,0xd45cd9ef,0xb5403000,0xe4c00000,0x01c5000f,0xf40cdfef,0xf9100bff,0x9ef3ec3c,0x7aef816d,0x38800033,0x9000000c,0xae000ffa,0xf65ff1fc,0x8048fef0,0xf10fdb02,0xd157ff80,0x2d031f46,0xfa887ba0,0xb4a7dc1f,0xcf3a7000,0xe6a00000,0x0221000f,0xc0080f75,0xf8102cf9,0x9f5fe98c,0x42eb3157,0x35100037,0x8000000c,0x90000ffb,0xfa9fe5fc,0x4051fe60,0xee5ff603,0xa13cfbaf,0xe9119f73,0xfaf87ca7,0xd59ee0c0,0x34309000,0xe3100000,0x026d000e,0xf5008fa6,0xfad04ef5,0x3fd4e7ac,0x0eea012d,0x3330003a,0x1000000c,0x9700001f,0x06cfc1fc,0xa05efdb0,0xeb4fd205,0x8128fa7f,0xae197fb7,0xfa57aaa4,0x5684e780,0xe521d000,0xdb900000,0x0252000e,0xb9facfd0,0xffb069f4,0x3010e76c,0x08ec810d,0x33b0003a,0x3000000c,0xb000004c,0x147f9bfd,0x605bfd10,0xe93fab07,0x5123fa9f,0x8f1a9fe6,0xf8c6f1a3,0x96f6ea51,0x5613c000,0xda100000,0x021a000e,0xbdf8df92,0xfe4064f3,0x6020e76c,0x12eed0fe,0x34300039,0xc000000c,0xc9000058,0x1aaf74fe,0x5041fcf0,0xe4ff530c,0x511ffbef,0x5315f041,0xf2e53eaa,0xa7eae901,0xe4ef2000,0xe0100000,0x01b3000e,0xc5f3ff10,0xf2002ef1,0x3024e71c,0x32f430db,0x35000039,0x2000000d,0x1b00004d,0x1eaee301,0x0fe3fd80,0xe18f1810,0xf11cfe0f,0x340f3032,0xefa547a1,0x9777e1a1,0xf5dbc000,0xda900000,0x0183000e,0x5af38f38,0xf15008f1,0xd022e82c,0x50f740bd,0x3550003a,0x3000000d,0x78000034,0x1ceeb302,0x0f6a01e0,0xdb1ea21a,0x510d01de,0xfc01bfe1,0xed45a38b,0x5656cfd1,0xcfc0f000,0xd0300000,0x0147000d,0xc8f50fab,0xf41ff0f3,0x302aea3c,0x95fa7098,0x3690003f,0x5000000e,0x2700001e,0x1a6e92ff,0x8e7a0eb0,0xd46e1b25,0x60d003de,0xd8f76f80,0xf215907b,0xf557c171,0x88bc0000,0xcc600000,0x0176000d,0xbef58fc8,0xf69033f2,0x7020ef0c,0xf2f780b1,0x39500045,0x0000000e,0x7600003a,0x1c1eb5fa,0xfdf01ae0,0xcd5db22f,0xd083040e,0xdcf22f39,0xf8a57876,0x3487b9f1,0x76bef000,0xcbc00000,0x01bb000d,0xd6f51fb4,0xf69053f2,0xb016f43d,0x2bf280da,0x3ba0004a,0x9000000e,0x4a00005e,0x1f5ef3fb,0xedba1ef0,0xc5ad8f39,0x2052020e,0xe7f14ed4,0x00760e76,0x241fbb21,0x95c28000,0xcc700000,0x01e1000d,0xdbf58fdc,0xf3f055f3,0x602ff8fd,0x25ef30e2,0x3d800050,0xd000000d,0xeb0000c3,0x241f5c01,0xad811d40,0xbdad8342,0x302efe1e,0xf2f1be5a,0x09a74178,0xe3d2c2f1,0xc8c86000,0xcb100000,0x0203000e,0x60f41fe2,0xeff04cf4,0x603ffcdd,0x0ceb70ee,0x3f100057,0xd000000d,0x63000141,0x2a0fd708,0x7d571be0,0xb9dd8846,0x3026fa2f,0x00f3be2f,0x0d782d7f,0x7391cd41,0xe7cf6000,0xcbd00000,0x0226000f,0xcaf63f87,0xeec02cf7,0xb00dfdac,0xfae8d0f9,0x3f70005b,0x5000000d,0x09000146,0x2dcfdb0b,0x2d601c60,0xb7ed8f48,0x3028f81f,0x0ef56e21,0x0e18a086,0xd358d321,0xfcd48000,0xd0b00000,0x023b0000,0x9cf9bf5f,0xf0c01afb,0x3fd9fe0c,0xf1e7f0f6,0x3fa0005c,0x1000000c,0xe9000110,0x2f1f9d0d,0x4d5d1b40,0xb65d9549,0xb02ef6df,0x1cf6ae14,0x0db8ff8f,0x2321d702,0x16d90000,0xd7300000,0x02420001,0x08fc4f55,0xf4e00ffe,0xefa8fe3c,0xece7d0f1,0x3fc0005c,0x1000000c,0xd70000c4,0x2f2f4210,0x0d5118c0,0xb30da04c,0x6047f56f,0x29f7be19,0x0b69ae9a,0x42ccdba2,0x28e4f000,0xdb400000,0x025e0000,0xedfd3f41,0xfedfe102,0x6f79fecc,0xe8e8c0e0,0x4080005a,0x2000000c,0xe10000b8,0x2d8eff0e,0x7d7216f0,0xafbdaa4f,0x005ff3ff,0x37f8ce1f,0x091a5da5,0x7276e032,0x39f0d000,0xdf400000,0x027b0000,0xd1fe1f2d,0x08bfb305,0xff4aff5c,0xe4e9c0d0,0x41400058,0x4000000c,0xec0000ab,0x2beebc0c,0xed931520,0xae8db14f,0xb06ef3ef,0x3bf81e26,0x078aa6a8,0x723adfa2,0x38f2d000,0xdf700000,0x026b0000,0xb0fdff29,0x09bfbd05,0x6f4bff7c,0xe5ea50c2,0x41900057,0xe000000c,0xfa0000d6,0x2c0ed90b,0x5da61510,0xab7dc651,0x709af3ef,0x48f4be35,0x034b93ae,0xb162dd82,0x21f86000,0xdef00000,0x02460000,0x69fdaf43,0x0b2fee02,0xff53ffbc,0xe9ec009a,0x42200057,0x0000000d,0x1900014e,0x2c3f2c09,0x3dbe14f0,0xa8edea53,0x80c6f47f,0x5cee3e37,0xfd6cfab0,0xaffeda21,0xe1006000,0xdd600000,0x022d0000,0x3dfc1f90,0x0b6043fc,0xdf56ff8c,0xeced906e,0x42b00055,0xe000000d,0x1a000195,0x2bdf540a,0x9d961430,0xa94e1954,0x50c3f53f,0x66e7ae37,0xf82dc7ad,0x3f29d711,0xb9073000,0xdc900000,0x01fe0000,0x48faffbb,0x0f907df6,0xef4ffd5c,0xe6ee0061,0x43900055,0xd000000c,0xf2000173,0x2c0f3c0c,0xdd5b1390,0xacfe5052,0x00a8f43f,0x57e26e4f,0xf50ddea9,0x7f0fd851,0x920ca000,0xdc900000,0x01c90000,0x7dfb8fc4,0x1310c4f5,0x1f69f90c,0xcaede073,0x44700057,0x3000000c,0xd300016b,0x2d6f5c0c,0x4d4a14d0,0xaf6e7a50,0x6098f34f,0x4ae02e6c,0xf3adcaa8,0x3f2add51,0x750e4000,0xddd00000,0x01b10000,0xa6fbffc5,0x10b0eef2,0x9f86f6dc,0xb4ee407b,0x45500057,0x9000000c,0xd8000180,0x2e5f890a,0x2d5e1690,0xb0fedd50,0xd08bf36f,0x3fdd5ebc,0xf13d81a8,0x1f7cec11,0x8909c000,0xe3b00000,0x01630001,0x08fd1fcf,0x0930cfea,0x1fa6f64c,0x9bf15069,0x48a00056,0x2000000d,0x0a0001b4,0x301fe703,0x2db71a90,0xb09f2e54,0xc07ff39f,0x4bdbef1d,0xeffd5cab,0xbf88f441,0xcaf86000,0xe9400000,0x010b0001,0x4ff8cfca,0xfae052e6,0x7f81f7dc,0x9df5503e,0x49a00054,0xf000000d,0x510001af,0x313fe803,0x3dda1860,0xb19fb15c,0x606bf4af,0x66dbffb7,0xf0bd96af,0x2f090041,0x39de1000,0xf0200000,0x00e40001,0xbff08fa7,0xe6cfabe2,0xcf2afa2c,0xa0fcdffe,0x49400053,0xa000000d,0xe0000139,0x323f7005,0x1dff1330,0xb5f00661,0xb051f7ff,0x6fe1502b,0xf4de9e9d,0x9e280450,0x30d2c000,0xf3500000,0x01220001,0xd8f0dfbb,0xe0af99df,0x2efbf97c,0x8e01afef,0x46d00054,0x7000000e,0x750000b2,0x30cee103,0xae1411f0,0xbac03764,0xe025fa6f,0x7de860a5,0xf86fdb9b,0x1d8b0950,0x22c6c000,0xf5900000,0x01440001,0x87f7cff2,0xd72f3ddd,0xcef8f77c,0x7902cff0,0x44d00056,0x1000000f,0x010000b8,0x2e9ee600,0xde251390,0xbf004a67,0xcff9fb4f,0xa8f1b12a,0xfe216e96,0xad0f03e0,0x04c1c000,0xf5e00000,0x01640000,0x66fd2fb0,0xd9bf6cdf,0x8ef6f51c,0x74feeff2,0x43b00058,0x0000000f,0x7a0000e2,0x2caf12ff,0xee291530,0xc2d0536c,0x4fdcfc3f,0xddfde1b1,0x0773498f,0xfc84f7bf,0xf3be9000,0xf4000000,0x018e000e,0xe1fd5f58,0xe40fe6e6,0xbeccf34c,0x7ef96fee,0x42f0005a,0x0000000f,0xd70000e4,0x2adf0900,0xbe3e1560,0xc3905271,0x2ff0fd1f,0xf30671ec,0x0e53fb8b,0x4c36eaf0,0x01bc5000,0xf1900000,0x019b000e,0x4ffa8f54,0xedc01bee,0xae7cf3cc,0x8af63fde,0x42a0005a,0x0000000f,0xc60000bf,0x2a3ec204,0x6e7b1350,0xc3004d74,0xb00efd80,0x010b2208,0x11d40e88,0x4c17e0d0,0x29bac000,0xf0b00000,0x0196000e,0x3bf9df51,0xf4901ff3,0x8e41f51c,0x8ef38fc9,0x42500059,0x3000000f,0xa70000b9,0x2a2e9e08,0xfea31170,0xc2d04c75,0x7017fd90,0x0403720e,0x12740a88,0x6c12dea0,0x26ba5000,0xf0900000,0x0194000e,0x3cf9df4f,0xf6001cf4,0xae35f56c,0x8ff2cfc2,0x42300058,0xf000000f,0xa00000bc,0x2a2e990a,0x2eaa1100,0xbfd04079,0x105ffdd0,0x13fee224,0x1213e886,0x7c04d4e0,0x39b73000,0xeec00000,0x0181000e,0x32fa7f5b,0xf97fd8fd,0x8e18f87c,0x92f00f91,0x42100057,0x9000000f,0x86000116,0x2a8eb80f,0xaeb40ed0,0xbf303d79,0xe06dfdd0,0x16fdb228,0x11f3e386,0x9c01d2e0,0x3fb6b000,0xee600000,0x017e000e,0x2ffa9f5f,0xfa2fcaff,0x6e13f90c,0x93ef8f88,0x42100057,0x4000000f,0x81000127,0x2a9ebe10,0xaeb50e60,0xbf00377b,0x0073fdd0,0x1bffb223,0x1173f686,0xcbfdcf30,0x4eb81000,0xed600000,0x017d000e,0x1afb6f79,0xfabfad02,0x9e0ef8fc,0x95ef8f90,0x42400057,0x0000000f,0x87000130,0x2a3ec410,0xbea30df0,0xbe702d7d,0x607efdb0,0x2500b21c,0x10342b86,0x4bf9c720,0x5bba9000,0xeba00000,0x0176000e,0x02fe2fc1,0xfc1f5d08,0xfe04f8ec,0x99efcfa5,0x42a00056,0x9000000f,0x97000141,0x297ed810,0x4e780d20,0xbdb02b7e,0xe082fdb0,0x2a04121d,0x0f246a87,0x7bfbc350,0x73bb6000,0xeb000000,0x016d000e,0x2401b022,0xfddf130b,0xbdfdf9dc,0x9bf0bfb9,0x42f00056,0x5000000f,0xa9000157,0x299ef50d,0xbe500d00,0xba102a80,0x1086fdf0,0x2e15621e,0x0da4bd8b,0x2bfac320,0xa5bb9000,0xea600000,0x0164000e,0x5b05d0a7,0x001ee70c,0xfdf2fbcc,0x97f16fcf,0x43000055,0x7000000f,0xbd00016d,0x2a5f050a,0x0e0a0d60,0xb9802a80,0x508ffde0,0x2e10621d,0x0c35038a,0xbbf7c500,0x92bc1000,0xe9c00000,0x0159000e,0x8209010f,0x017ef00c,0xededfd9c,0x8ef11fd9,0x42b00054,0x9000000f,0xbf000176,0x2b1f0907,0x3dd30e00,0xb9102a80,0x1094fdb0,0x2e10421b,0x0b951a8b,0x0bf9c5f0,0x88bc8000,0xe9a00000,0x0153000e,0x8f0a312f,0x01bf030c,0x8dedfe4c,0x8af0ffd8,0x42800054,0x3000000f,0xb800017b,0x2b7f0c06,0x1dc80e80,0xb8302a7f,0x2099fd40,0x2d16b219,0x0af5248b,0xec04c870,0x95bcd000,0xe9f00000,0x0148000e,0x8a0ac136,0xfe7f460b,0xbdf4fe9c,0x8cf17fcd,0x42d00054,0x0000000f,0xae000191,0x2c4f2304,0x6dd80f20,0xb790297e,0x1098fcc0,0x2d1c8216,0x0a85278c,0x5c06cb30,0x9dbd0000,0xea200000,0x0141000e,0x780a612a,0xf9af8e0a,0x9dfbfe4c,0x92f22fc3,0x43700053,0xf000000f,0xb00001a9,0x2d0f3f03,0x4ded0f70,0xb780257d,0x5097fc60,0x2e1e5215,0x0a55248c,0x7c06cc70,0x9fbcf000,0xea600000,0x013e000e,0x7309d120,0xf66fc109,0x4dfcfdfc,0x99f29fbd,0x44100053,0xe000000f,0xb80001b7,0x2d7f5002,0x7df60fe0,0xb7201c7b,0xc094fb90,0x3220b213,0x0a85128d,0x1c0ecd90,0xa4bd2000,0xeb200000,0x013a000e,0x7308a117,0xf1e01206,0x6df9fd7c,0xaef32fb2,0x45700053,0xe000000f,0xcd0001d0,0x2e5f6f01,0x7df61160,0xb710187a,0x5090fad0,0x3320f215,0x0ac5028d,0x8c19ce60,0xa9bd5000,0xebb00000,0x0137000e,0x74081117,0xefa03e04,0x5df5fcdc,0xbbf37fb0,0x46100054,0x1000000f,0xd90001e3,0x2ecf8601,0x3de912b0,0xb7001878,0xc08df9d0,0x2f20d218,0x0b24fa8e,0x2c1ecf40,0xa4bda000,0xebb00000,0x0137000e,0x7807f11f,0xef504d03,0x4df0fbfc,0xbaf46fb9,0x45c00054,0x4000000f,0xd50001f4,0x2ebf9901,0x1dd31420,0xb6d01877,0x208af8b0,0x2922e21a,0x0b84f48e,0xfc21d000,0xa8bdf000,0xeba00000,0x0138000e,0x7c07f129,0xef805602,0x7decfb2c,0xb6f5bfc4,0x45500054,0x6000000f,0xce000205,0x2ebfab00,0xaddd15d0,0xb6e01475,0x808ef790,0x28235216,0x0bb4ec8e,0x3c29d0d0,0x9bbe1000,0xeba00000,0x0139000e,0x82083134,0xefe04f02,0x8de9fb0c,0xb5f8bfc4,0x45500054,0x4000000f,0xcb000223,0x2eefc0fe,0xbe1f1870,0xb6200a73,0x1097f5c0,0x2a22c210,0x0c24d98e,0x8c34d280,0x8bbdf000,0xebc00000,0x0139000e,0x8e086142,0xf1002f03,0xcde5fb3c,0xb5ff0fbd,0x45a00053,0xe000000f,0xcd00025e,0x2f7fe5fc,0x0e701cd0,0xb6100371,0xd09bf4f0,0x2a21920b,0x0c84d08e,0x5c38d410,0x78be0000,0xeba00000,0x013d000e,0x92083144,0xf3400405,0xfde1fb7c,0xb5037fb9,0x45b00053,0xa000000f,0xcb000279,0x2fdfeffd,0x5ed81e10,0xb6300071,0x309af480,0x2a21d208,0x0cc4c88e,0x9c3ad530,0x70be1000,0xeb900000,0x013e000e,0x9607e143,0xf58fe007,0xbddffbac,0xb4073fb7,0x45700053,0x6000000f,0xc7000281,0x2ffff500,0xbf3b1d20,0xb65fff70,0xd098f450,0x2b220206,0x0ce4c28e,0xac3bd5c0,0x61be1000,0xeba00000,0x013d000e,0x9807c142,0xf69fcb08,0xade1fbbc,0xb409efb5,0x45400053,0x4000000f,0xc6000282,0x2ffffd02,0x9f661c10,0xb6800070,0xc097f450,0x2a207207,0x0cf4be8e,0x4c3cd5e0,0x5fbe1000,0xebc00000,0x013d000e,0x9a07913f,0xf6dfc509,0x0de3fbbc,0xb40c2fb3,0x45200053,0x4000000f,0xca00026e,0x302ff402,0x1f8a1c30,0xb6600170,0xe097f460,0x29209209,0x0cf4bd8f,0x1c3dd5d0,0x61be1000,0xebd00000,0x013c000e,0x9b07913d,0xf6dfc609,0x2de6fb9c,0xb50d6fb2,0x45000053,0x5000000f,0xce00024d,0x306fde01,0x4f931ca0,0xb6300371,0x2098f4a0,0x2820d20a,0x0ce4bf8f,0x0c3bd5a0,0x64be2000,0xebd00000,0x013c000e,0x9b07913c,0xf64fce08,0xcde6fb8c,0xb50cbfaf,0x44e00053,0x7000000f,0xcf000230,0x306fc901,0x3f791ca0,0xb6300571,0x709bf4e0,0x2720120b,0x0cd4c38e,0x8c39d550,0x65be3000,0xebc00000,0x013b000e,0x9a07a13b,0xf50fdb08,0x3de3fb9c,0xb40befac,0x44a00053,0x6000000f,0xce00021e,0x305fbd01,0x5f781c90,0xb6400571,0x809bf4f0,0x271ee20c,0x0cd4c48e,0x2c39d540,0x5cbe4000,0xebc00000,0x013b000e,0x9907a13b,0xf4afdf08,0x0de3fb9c,0xb30bcfab,0x44900053,0x6000000f,0xce00021b,0x304fbb01,0x6f741c90,0xb6200671,0xd09bf500,0x271fe20f,0x0cd4c88e,0x5c37d4e0,0x69be3000,0xebd00000,0x013b000e,0x9807a13b,0xf3dfef07,0x5de0fb9c,0xb30aefaa,0x44900053,0x6000000f,0xcf00020e,0x304fb201,0x7f631c70,0xb6200672,0x109bf510,0x271fd211,0x0cd4cc8e,0x2c37d4a0,0x71be4000,0xebe00000,0x013b000e,0x9607b13b,0xf38ff807,0x1dddfbac,0xb30a4faa,0x44900053,0x6000000f,0xce000204,0x303fa901,0xcf581c50,0xb5d00672,0x909cf550,0x2820e215,0x0cf4d28e,0xec38d440,0x83be4000,0xebf00000,0x013a000e,0x9307e13a,0xf2f00506,0xadd9fbdc,0xb208efaa,0x44700053,0x5000000f,0xcb0001f0,0x302f9802,0x9f371bf0,0xb5e00672,0xe09cf580,0x2a212216,0x0ce4d48e,0x9c35d430,0x7abe4000,0xebd00000,0x0139000e,0x9607e13a,0xf2500e06,0x7dd8fc0c,0xb207cfa8,0x44600053,0x5000000f,0xca0001e5,0x301f9003,0x4f291b90,0xb5c00673,0x009af590,0x2c21d216,0x0cd4cf8f,0x3c30d450,0x85be3000,0xeb900000,0x0137000e,0xa007813c,0xf2400f06,0x7dd8fc0c,0xb1077fa8,0x44500053,0x5000000f,0xc90001df,0x300f8e03,0xbf201b50 +}; + +u32 ANIM_ENTRY_death_backward_spin_face_up_right[] = +{ + 0xf22fb204,0x629e05b0,0xc1f12e86,0xfe20b2e9,0x8b23e530,0x333d0000,0xdc300000,0x01fc000e,0x3c04713c,0xf4c01203,0xbfdde06c,0x2bfb1215,0x34d00039,0xa000000c,0x3e0000cd,0xfc6f44f9,0x801600b0,0xf0af9504,0x12a005c0,0xadf19e7c,0xfec10de7,0x6aefe4c0,0x2d3e2000,0xdce00000,0x01f5000e,0x4e04e190,0xf5f00805,0xafdce0dc,0x31fc8215,0x36b0003b,0x6000000c,0x2c0000a2,0xf84f4ff9,0x6023ffc0,0xefdf7d04,0x22a005b0,0x9cf1ee78,0xfe8135e5,0xdad8e490,0x263e8000,0xdca00000,0x0202000e,0x5c05c198,0xf6700407,0x0fd0e19c,0x3efdc210,0x3830003b,0xa000000c,0x2b000090,0xf7bf56f9,0xb023fff0,0xec4f1204,0x529e05b0,0x51f37e63,0xfd81ebde,0xca71e3c0,0x0a405000,0xdb800000,0x0240000e,0x9b0961bd,0xf8bfef0c,0xff9ae4dc,0x7a0391fa,0x3ed0003c,0x9000000c,0x2800003f,0xf54f75fb,0x402500e0,0xeafef204,0xd2880500,0x25f3de4f,0xfdd204dc,0xda59e4e0,0x053ed000,0xdaf00000,0x025d000e,0xa20b717b,0xf9bff50d,0x7f93e64c,0x790431ed,0x3f40003b,0x5000000c,0x3900001c,0xf60f80fc,0xe01c0160,0xe97ecf06,0x4271046f,0xf8f43e3c,0xfe221eda,0xda41e610,0x003d4000,0xda700000,0x0279000e,0xaa0d8139,0xfabffc0d,0xff8ce7bc,0x7704d1e0,0x3fa0003a,0x2000000c,0x49000ff9,0xf6bf8bfe,0x901201f0,0xe45e470b,0xc20d02ff,0x74f3fdf1,0x00a266d5,0x09eeea00,0x09362000,0xd9400000,0x02be000e,0xce107093,0xfc60230c,0x5f6dec0c,0x7b08e1b7,0x42e00034,0xb000000c,0x9a000f77,0xfadf9503,0x6fdf0330,0xde2dbe14,0x91a4035f,0x30f1fda5,0x044268d1,0xd9e3ebc0,0x392ef000,0xd8400000,0x02ce000e,0xfe0dc043,0xfb204a06,0xbf55eecc,0x880e4195,0x4760002e,0x5000000d,0x0b000ef8,0x017f6f06,0x4f940470,0xd14d6a24,0x214604bf,0x0df09d74,0x072218d1,0xea2deb60,0x7329b000,0xd6a00000,0x02c2000f,0x4209b002,0xfa705101,0xaf61f03c,0x8c12615f,0x49f00029,0xb000000d,0xa5000e83,0x084f0c04,0xff310b60,0xb01d554a,0x509a08be,0xecf12d51,0x09412cd7,0x9b06e9d0,0xeb213000,0xd2e00000,0x0289000f,0xcf019fa3,0xfc503efb,0xdf9af1fc,0x971680e2,0x4c700024,0x7000000e,0xd7000de6,0x115e04fc,0xbea41f50,0x9afdee64,0x60080d3e,0xeef41d6a,0x0820a9df,0xfb7fe8c1,0x641c0000,0xcfd00000,0x02570000,0x29fb7f8d,0x01c02afc,0x6fb8f4dc,0xaf142090,0x4df00021,0xd000000f,0x51000dfb,0x12dd64f9,0x4e8d29a0,0x937ee071,0xaf81109e,0xe0f60db6,0x06e0aee7,0x3b62e851,0xd41ad000,0xd0700000,0x02530000,0x7af6cfc8,0x07c019ff,0x9fd6f86c,0xa110004f,0x4cb00020,0x3000000f,0x54000e73,0x11dd43fb,0xce312c00,0x93efc377,0xef1c112e,0xd0f5ce1b,0x0680f0e8,0x8b18e992,0x3d1e5000,0xd4a00000,0x025b0000,0x69f4dffd,0x0da00d01,0xa00cfa8c,0x760c8037,0x48f00020,0xa000000f,0x1a000ee6,0x118d5a00,0x0dc52a20,0x9650857d,0xaee3108e,0xdaf45e8a,0x075139e4,0xaaf1efe2,0x83290000,0xd7600000,0x027c000f,0xf5f9800b,0x143ffe00,0xc054fc9c,0x4508902f,0x45e00022,0x4000000e,0xcf000f1f,0x10bd5b01,0xcd9c2510,0x9ac12684,0xaebf0f5e,0xfdf2aeeb,0x083181df,0xeae5f9b2,0x81364000,0xd5d00000,0x02a8000f,0xa003602d,0x18a002fe,0xd07cfe5c,0x1f01202c,0x42500023,0xf000000e,0x83000f43,0x127d7605,0xed761d80,0xa1e1a48e,0x4ebc0e1f,0x3df00f44,0x09d1abdc,0xdaea0362,0x643f0000,0xd2600000,0x02af000f,0xdb0c4061,0x18b008fd,0x408a001c,0x13fa8037,0x3e000024,0x4000000e,0x35000f61,0x165d8c09,0xdd6d1680,0xa951ef98,0x4ee50ddf,0x86ecff88,0x0ac1b6db,0x3aed0c02,0x4e449000,0xd0a00000,0x02a30000,0x390f7056,0x176011fc,0xa0b0018b,0xf7f97061,0x39e00023,0x8000000d,0xd7000f46,0x173d540c,0x4d801200,0xb421faa4,0x8f2e0d3f,0xf2e86fc3,0x0a519bd6,0xbb0b1622,0x3b4a9000,0xd3e00000,0x026f0000,0x2b09efd2,0x16c02ffc,0x50e6007b,0xb8fd80b6,0x36000022,0x8000000d,0x8e000f53,0x180d370d,0xcd841170,0xc001dfb1,0xaf850c50,0x73e38ff3,0x0a415bd0,0x6b572072,0x284f0000,0xda400000,0x0226000f,0xd1ff3f1f,0x14c04efb,0x7100fe6b,0x7a022112,0x32800021,0x7000000d,0x60000f80,0x194d4b0e,0xed7a1190,0xc271d1b4,0x5f9a0c30,0x92e2affa,0x0a7145ce,0xdb732282,0x244f4000,0xdc400000,0x0212000f,0xaefc0ef5,0x13c052fb,0x10fcfddb,0x7102d124,0x31e00021,0x4000000d,0x5c000f8d,0x197d590e,0xfd761180,0xc311c4b5,0x2fa40c20,0xa1e28ff6,0x0aa10bce,0xcbb32392,0x204f9000,0xdd100000,0x0207000f,0x9bfaaeef,0x13805afa,0xc0f6fdab,0x7002e12c,0x32200021,0x0000000d,0x5c000f8d,0x199d5f0e,0x9d7411c0,0xcac0f8be,0xc0250b11,0x7ce17fb3,0x0d6d79ce,0xdf9d33d1,0xe2545000,0xe9200000,0x016a000e,0x9be95ec5,0x1120ccf6,0x709cfb5b,0x7602d19d,0x3650001c,0xa000000d,0x63000f7a,0x1b7daa07,0xbd651560,0xcb10c2be,0xc03d0981,0xa8e1df9e,0x0e1d34cd,0xefb236c1,0xd6566000,0xeca00000,0x0167000e,0xdbea9ee8,0x1330c9f5,0x909cfb0b,0x830131a6,0x37a0001b,0x3000000d,0x76000f6b,0x1c0daf06,0xed621530,0xcce034be,0xc07505e2,0x05e40f62,0x108b31cd,0x40ad3a61,0xce5a5000,0xf4800000,0x01980000,0x94f14f32,0x1500cdf4,0x30a6f9db,0xadfea1c6,0x3c000017,0x3000000d,0xb8000f4a,0x1c8dac05,0x5d6113a0,0xd07f8fbf,0x30b70382,0x30ea0f11,0x129626d3,0x73033ab1,0xed5c6000,0xf5000000,0x021f0005,0x1ffcdfd3,0x11c0d9f1,0x30bcf74b,0xde02520b,0x42e00013,0x8000000e,0x11000f51,0x1b0da403,0xed701150,0xcf6f27c0,0xe12101d2,0x20ef8ed1,0x0eb339d9,0xf4983de2,0x045dc000,0xef200000,0x02710007,0xf0faf081,0x11c0d2ed,0x10a6f81b,0xef0c8221,0x47a00013,0xd000000e,0x2d000fcc,0x1a8dd100,0x5d8e1310,0xcabf06c1,0x318aff22,0x08ee1eb8,0x0712f5db,0xe5084001,0xe95e1000,0xf0200000,0x0287000a,0xcfdf824b,0x1550c2eb,0x507afbeb,0xe50f520a,0x46d00016,0xa000000e,0x03000089,0x1dde32fe,0x2da21600,0xc84f01c0,0xa1b0fe21,0xf2edfeae,0x01e307dd,0x05243dc1,0xda5cf000,0xf1d00000,0x028a000b,0x97d61323,0x16c0c4ec,0x905bfdab,0xdf0d9206,0x46100019,0x4000000d,0xd30000f9,0x1fee6dfd,0x7da516d0,0xc55ef6bf,0x61c9fdd1,0xc8f39e94,0xfa0345de,0x155335d1,0xdb59f000,0xf4000000,0x02860006,0xfaf92171,0x17b0dcf1,0xf023ff1b,0xe70b2209,0x47f0001e,0x3000000d,0x7d000178,0x207ea8fa,0xbda61800,0xc3deecc0,0x01e0fc61,0x8df54e8c,0xfa23c7dc,0x052f3201,0xeb589000,0xf4300000,0x028f0006,0x35042126,0x1910bdf9,0x000afe5b,0xf50b120c,0x48900020,0x6000000d,0x6c000148,0x216e76fb,0x5dbf1640,0xc1bee5c2,0x1208f9f1,0x26f59e86,0xfb7468d9,0xc4cf2ca1,0xf7559000,0xf3d00000,0x02a50005,0xb40d710b,0x1b207902,0xcfeefcec,0x050bb206,0x49900021,0x2000000d,0x7d0000c7,0x243e0afc,0x3e0012e0,0xc02ef2c4,0x8221f800,0xc0f3ee84,0xfc14a7d9,0x44772611,0xde504000,0xf3300000,0x02c50005,0x530ca10e,0x1ae03b07,0x4fe8fc8b,0xff0ae1e9,0x4990001d,0xa000000d,0xbe000043,0x277d96fc,0x1e3a0f60,0xbf0f04c6,0x6227f6c0,0x6df33e83,0xfb5502d7,0x342f1e91,0xad4ab000,0xf2e00000,0x02e50004,0xf20750ee,0x19201409,0x2fedfccb,0xf408d1c6,0x48a00019,0x5000000e,0x00000fe5,0x284d35fc,0x3e500cf0,0xbcff1dc8,0xe22cf570,0x04f44e8c,0xf885c3d3,0x53b31541,0x4c453000,0xf2300000,0x030a0004,0x9efc40bd,0x168fff09,0x9005fe5b,0xf6061182,0x47200014,0x8000000e,0x4e000fb2,0x23bd1ffb,0xae490ce0,0xba3f3fcc,0x922bf49f,0x8bf6ce98,0xf3f6cfd0,0x330609d0,0xc53f3000,0xf1800000,0x03310004,0x0df490b6,0x135ff609,0xb02a00cc,0x0402d129,0x45d00010,0x4000000e,0x96000f8c,0x1b7d49f9,0xee3c0d90,0xb8bf63d0,0x620ef40f,0x39fa9ea8,0xeec7fbd0,0x123cff10,0x38397000,0xf0100000,0x03520003,0x2bf9d0d0,0x0efffe09,0x003b024c,0x1a0040f1,0x4520000f,0x5000000e,0xa2000f7d,0x147db0f7,0x3e370e00,0xb97f91d1,0xa1e3f0ee,0xf7fecebc,0xe9f938d2,0xc15ef46f,0xaa32f000,0xee600000,0x035f0002,0x4401c0ae,0x07a01408,0x3039018c,0x13fbc0e7,0x42a0000f,0x9000000e,0x81000f89,0x128e4bf5,0x1e380e10,0xbb3faed1,0x91c5edce,0xdc012ec2,0xe779b6d6,0xa115ecdf,0x5c304000,0xee500000,0x033a0001,0xd7058084,0x01d03108,0x701bff9c,0x0af770fa,0x4060000f,0xb000000e,0x4e000f99,0x13ceb0f4,0xae2f0e30,0xbdffc2d2,0xb19beade,0xdd038eba,0xe549f1dc,0xc11be22f,0x162fb000,0xef900000,0x02d00001,0x82089055,0xf8f0630a,0xdfb8fcac,0x0ff2211e,0x3ec0000f,0x1000000d,0xf1000fab,0x15cefff5,0x5e0d0ee0,0xc02fc0d5,0xa16aeb4e,0xfa043eaa,0xe5ea58e1,0x310edb2e,0xe930d000,0xefe00000,0x02790001,0x2f09d027,0xf090750d,0x6fa1fafc,0x06f38144,0x41a0000d,0xe000000d,0xc7000f90,0x150edef7,0x4dd511d0,0xc20fb6d9,0x8132ed2f,0x1af7fea6,0xe85a95e4,0xf11ed57e,0xb932b000,0xf1200000,0x022d0001,0x0e09200f,0xecd0430b,0x0fa1f99c,0x00f86161,0x4620000b,0xf000000d,0xc4000f96,0x15be9efa,0x3dc41390,0xc2dfafdc,0x0112eeef,0x21f48ebd,0xeaea53e6,0xc164d3be,0x9733f000,0xf4600000,0x020f0001,0x4f065024,0xf37fb104,0x3facf93c,0x01fc8164,0x48f0000a,0x6000000d,0xd8000fd1,0x19fe9afa,0x1df21490,0xc31facdd,0x3105efbf,0x20f23ed4,0xebfa2ce7,0xf18dd38e,0x87347000,0xf6700000,0x01ff0001,0x6f047035,0xfa0f3400,0xdfb3f92c,0x03fdd161,0x49f00009,0xc000000d,0xdf000fee,0x1cde95f9,0x0e0715e0,0xc31fabdd,0x6103efdf,0x1ff1ced9,0xec1a28e8,0x2193d38e,0x84348000,0xf6d00000,0x01fc0001,0x71042038,0xfb5f1b00,0x7fb4f92c,0x04fde160,0x4a100009,0xa000000d,0xe0000ff2,0x1d3e92f8,0xde091620,0xc30fabe0,0x1102efdf,0x1dee1ede,0xec1a47e8,0xb18bd41e,0x84346000,0xf6e00000,0x01f70001,0x4c034038,0xfd9efb00,0x8fb4f93c,0x04fd815d,0x49f00009,0xb000000d,0xe1000ff7,0x1d0e8ef8,0xde091610,0xc28fa9df,0xc0fff00f,0x13f3aef5,0xebeadaeb,0x4166d6be,0x86341000,0xf7000000,0x01e20000,0x9bff103d,0x07ae7301,0x4fb1f97c,0x06fba150,0x4970000a,0x0000000d,0xe700000f,0x1bfe82f8,0xde0c1590,0xc25fa9de,0x5100f00f,0x12f71efa,0xebcaedeb,0xa163d78e,0x87340000,0xf7200000,0x01de0000,0x77fe2049,0x09fe6b01,0x9fb0f97c,0x04fad14d,0x4910000a,0x3000000d,0xe900000c,0x1bce8cf9,0x1e0b15a0,0xc1ffa8de,0x8103f04f,0x10f75f09,0xeb6af7ec,0x516ad9ee,0x8e33d000,0xf8100000,0x01d10000,0x44fc506b,0x0f6e6c02,0x7faaf9ac,0x03f88141,0x47f0000a,0x9000000d,0xf0000ffb,0x1b9ea8fa,0x2e0715c0,0xc16fa4de,0xf108f0df,0x0ff79f21,0xeadac9ec,0x717cdd5e,0x97338000,0xf9800000,0x01bc0000,0x5dfb308f,0x130e9903,0xef9cfa0c,0x06f5712d,0x46d0000a,0xd000000d,0xff000fd7,0x1b0ec3fb,0xedfc1640,0xc0ef9fdf,0x910bf19f,0x14f80f2d,0xeaaaceec,0x6167e07e,0xa2335000,0xf9600000,0x01a90000,0x6efbb0a1,0x11eedc05,0xbf8efa8c,0x0ef39119,0x4690000a,0xe000000e,0x14000fbc,0x19cecdfb,0xfdf017f0,0xc0bf9ae0,0x310cf26f,0x1af80f30,0xeafad9ec,0x815ee2ce,0xaf338000,0xf9500000,0x019f0000,0x75fca0ab,0x0f4f1907,0x3f86facc,0x14f3210d,0x46f0000a,0xe000000e,0x26000fb4,0x18cecbf9,0xcdea1a80,0xc0af97e0,0x910df2ef,0x1cf87f32,0xeb2aadec,0x6172e45e,0xb8339000,0xfa300000,0x019b0000,0x9efcd0b2,0x0dbf3b08,0x0f80fadc,0x18f38108,0x4760000a,0xd000000e,0x2f000fb8,0x18beccf7,0xadeb1c50,0xc0af95e0,0xd10ef33f,0x1ef5af35,0xeb5a9eec,0x517ae5ae,0xbe339000,0xfa700000,0x01960000,0xadfcf0b6,0x0d6f4d08,0x8f7afadc,0x1bf44106,0x47d0000a,0xa000000e,0x35000fc0,0x192ed0f6,0x5dee1d50,0xc0af93e1,0x110ef36f,0x1ff5cf39,0xeb8aaeec,0x6177e74e,0xc4339000,0xfa400000,0x018e0000,0xa3fd40b7,0x0e5f5909,0x3f74fadc,0x1cf56105,0x4860000a,0x7000000e,0x3d000fc8,0x199ed5f5,0x3df11e30,0xc0bf93e1,0x210df37f,0x21f5cf3f,0xebaaceec,0x816de8ce,0xc933c000,0xf9e00000,0x01830000,0x90fd60b0,0x127f500a,0x4f73faac,0x1bf6c107,0x48f0000a,0x9000000e,0x44000fca,0x196ed7f4,0x2df41f10,0xc0cf93e1,0x210cf35f,0x20f50f47,0xeb9ad1ec,0xa16fe94e,0xca33e000,0xf9f00000,0x017b0000,0x97fd20a8,0x164f3d0b,0x0f70fa7c,0x1cf78109,0x4930000a,0xc000000e,0x43000fce,0x195ed9f3,0xddf61f60,0xc0cf93e1,0x110cf34f,0x1ff5ef4f,0xeb8ad2ec,0xc171e99e,0xca33e000,0xfa200000,0x01750000,0x99fd10a5,0x183f2f0b,0x5f6dfa6c,0x1cf7c10a,0x4940000a,0xe000000e,0x42000fce,0x196edbf3,0xddf41f50,0xc0ef95e0,0xe10bf2ff,0x1df4cf5b,0xeb5ae0ec,0xf16ee9ce,0xc733d000,0xfa100000,0x016c0000,0x8dfd30a2,0x1aef0e0b,0x4f6cfa4c,0x1bf8110d,0x4950000b,0x1000000e,0x40000fca,0x196eddf3,0xbdf61f60,0xc10f99e0,0x810af28f,0x1af5df61,0xeb4ae4ec,0xf16be99e,0xc433e000,0xfa000000,0x01640000,0x8afce0a0,0x1e0ee40a,0xbf6ffa3c,0x19f8310f,0x4940000b,0x3000000e,0x40000fc9,0x194eddf3,0x5df91fb0,0xc11f99e0,0x510bf25f,0x1af5ef61,0xeb3ad9ec,0xd16ee97e,0xc233f000,0xfa200000,0x01600000,0x92fc90a1,0x1f9ecd09,0xff72fa2c,0x18f83110,0x4930000b,0x4000000e,0x3e000fc7,0x193edcf3,0x3dfa1fd0,0xc11f99e0,0x110df23f,0x19f55f60,0xeb2ac8ec,0x9171e9ae,0xbe33f000,0xfa300000,0x015e0000,0x9ffc30a4,0x21ceac08,0x7f76fa2c,0x17f87110,0x4940000b,0x4000000e,0x3c000fc3,0x195edaf2,0xfdfe2030,0xc11f99e0,0x010df22f,0x19f68f60,0xeb2ac4ec,0x8171e9be,0xbe33f000,0xfa300000,0x015d0000,0xa1fc10a5,0x229ea107,0xdf76fa2c,0x17f8a111,0x4960000b,0x4000000e,0x3c000fc3,0x195edaf2,0xbe012070,0xc12f99df,0xe10df20f,0x1af5df60,0xeb2ac6ec,0x8170e99e,0xbe340000,0xfa200000,0x015e0000,0x9efc00a5,0x235e9907,0x4f78fa1c,0x16f8d113,0x4970000b,0x4000000e,0x3c000fc2,0x195edaf2,0x8e0320a0,0xc13f99df,0xd10df20f,0x1af4ff5f,0xeb2abcec,0x7173e94e,0xbf342000,0xfa400000,0x01610000,0xa2fbb0a6,0x240e9306,0xaf78fa0c,0x16f92114,0x4980000b,0x4000000e,0x3a000fc4,0x195edcf2,0x6e0520c0,0xc13f99df,0xd10ef20f,0x1af5cf5d,0xeb2ab4ec,0x5174e94e,0xbf342000,0xfa400000,0x01630000,0xa8fb90a7,0x23ee9306,0xaf75f9fc,0x16f96115,0x4990000b,0x4000000e,0x39000fc7,0x196edef2,0x5e0720d0,0xc12f99df,0xd10ef22f,0x1bf57f5c,0xeb1ab2ec,0x2171e98e,0xbe341000,0xfa100000,0x01640000,0xaafb90a8,0x22de9b07,0x2f71fa0c,0x18f9c115,0x49c0000b,0x4000000e,0x39000fcb,0x199edff2,0x3e0820d0,0xc12f99df,0xd10ef23f,0x1cf5bf5b,0xeb1ab7eb,0xf16be99e,0xbd341000,0xf9c00000,0x01660000,0xa6fba0a8,0x21bea707,0xdf6efa0c,0x18f9f115,0x49e0000b,0x3000000e,0x3a000fcd,0x199ee0f2,0x1e0a20e0,0xc12f99df,0xd10ef23f,0x1cf61f5a,0xeb2ab6eb,0xf16ce95e,0xbf342000,0xf9c00000,0x01670000,0xa7fba0a7,0x20beba08,0x7f6ffa0c,0x18fa0115,0x49e0000b,0x4000000e,0x3b000fcb,0x197eddf2,0x1e0920e0,0xc13f99df,0xe10ef24f,0x1df59f59,0xeb2ab2eb,0xf16ee93e,0xbf343000,0xf9d00000,0x01670000,0xaafb90a7,0x1feec808,0xff6ffa0c,0x18f9f115,0x49e0000b,0x4000000e,0x3b000fca,0x196edcf2,0x1e0820f0,0xc13f99df,0xf10ef25f,0x1df68f59,0xeb3ab0eb,0xf16fe94e,0xbf343000,0xf9e00000,0x01670000,0xabfb90a7,0x1f8ecf09,0x2f6efa0c,0x18fa0115,0x49f0000b,0x4000000e,0x3b000fc9,0x196edcf2,0x1e0920f0,0xc13f98e0,0x210cf27f,0x1ef5ef58,0xeb3ab2eb,0xf16ee96e,0xbf342000,0xf9d00000,0x01660000,0xa9fb90a7,0x1f3ed609,0x7f6ef9fc,0x19f9f115,0x49f0000b,0x4000000e,0x3b000fc6,0x194edaf2,0x1e0720f0,0xc12f97e0,0x410cf29f,0x1ff54f58,0xeb3aafeb,0xf16fe95e,0xc0342000,0xf9e00000,0x01650000,0xacfb80a7,0x1f8ed509,0x7f6ff9fc,0x19f99114,0x49d0000b,0x4000000e,0x3d000fc3,0x193ed8f2,0x2e0520f0,0xc12f97e0,0x510cf2bf,0x1ff52f58,0xeb3aaceb,0xf170e97e,0xbf341000,0xf9f00000,0x01650000,0xadfb70a7,0x1fdecf09,0x5f6efa1c,0x1af97112,0x49d0000b,0x3000000e,0x3e000fc2,0x194ed8f2,0x4e0320e0,0xc11f97e0,0x610bf2bf,0x1ff54f57,0xeb3aadeb,0xf170e99e,0xbe341000,0xf9e00000,0x01640000,0xacfb80a7,0x202ec709,0x2f6efa1c,0x1af97112,0x49d0000b,0x2000000e,0x3f000fc3,0x195ed8f2,0x4e0320d0,0xc12f97e0,0x610bf2bf,0x1ff54f57,0xeb4aaceb,0xe170e98e,0xbe341000,0xf9e00000,0x01640000,0xaefb70a7,0x209ec108,0xef6dfa0c,0x1af97112,0x49d0000b,0x3000000e,0x40000fc4,0x195ed9f2,0x4e0320d0,0xc12f97e0,0x610bf2bf,0x1ff56f57,0xeb4aaaeb,0xe170e96e,0xbe342000,0xf9f00000,0x01640000,0xaffb60a7,0x212ebb08,0x8f6efa0c,0x1af96112,0x49d0000b,0x2000000e,0x41000fc5,0x194edaf2,0x4e0220e0,0xc12f97e0,0x610bf2bf,0x1ff55f57,0xeb4aabeb,0xf170e97e,0xbd341000,0xf9f00000,0x01640000,0xaefb70a7,0x213eb908,0x7f6df9fc,0x1af97112,0x49d0000b,0x2000000e,0x41000fc5,0x195edaf2,0x4e0220e0,0xc13f97e0,0x510af2af,0x1ff54f57,0xeb4aadeb,0xf170e97e,0xbd341000,0xf9e00000,0x01640000,0xadfb60a7,0x213eb908,0x7f6df9fc,0x1af96113,0x49d0000b,0x2000000e,0x41000fc5,0x195edaf2,0x4e0220e0,0xc12f97e0,0x510bf2bf,0x1ff58f57,0xeb4aa8eb,0xe171e96e,0xbd342000,0xf9f00000,0x01650000,0xb1fb50a7,0x213eb908,0x7f6ef9fc,0x19f96113,0x49c0000b,0x2000000e,0x40000fc5,0x194edaf2,0x4e0220e0,0xc12f97e0,0x510bf2bf,0x1ff56f57,0xeb4aa6eb,0xe171e97e,0xbd342000,0xf9f00000,0x01650000,0xb2fb40a7,0x212eb908,0x7f6ef9fc,0x19f96113,0x49c0000b,0x2000000e,0x40000fc5,0x194edaf2,0x4e0220e0,0xc12f97e0,0x510bf2af,0x1ff57f57,0xeb4aa6eb,0xe171e96e,0xbd342000,0xf9f00000,0x01650000,0xb2fb40a7,0x212eba08,0x7f6efa0c,0x19f96112,0x49c0000b,0x2000000e,0x40000fc5,0x194edbf2,0x4e0220e0,0xc12f97e0,0x510bf2af,0x1ef58f57,0xeb4aa7eb,0xe171e96e,0xbe342000,0xf9f00000,0x01650000,0xb2fb50a7,0x212ebc08,0x9f6dfa0c,0x19f95112,0x49b0000b,0x2000000e,0x40000fc6,0x195edcf2,0x5e0120d0,0xc12f97e0,0x510bf2af,0x1ef56f57,0xeb4aa7eb,0xe171e96e,0xbe342000,0xf9f00000,0x01650000,0xb1fb50a7,0x212ebd08,0x9f6dfa0c,0x19f95112,0x49b0000b,0x3000000e,0x40000fc6,0x195edcf2,0x5e0120d0,0xc12f97e0,0x510bf2af,0x1ff54f57,0xeb4aa9eb,0xe170e95e,0xbe342000,0xf9e00000,0x01650000,0xb0fb50a7,0x211ebe08,0xbf6dfa0c,0x19f96112,0x49b0000b,0x3000000e,0x41000fc6,0x195edbf2,0x5e0120e0 +}; + +u32 ANIM_ENTRY_death_backward_spin_face_down_left[] = +{ + 0xf89fe2fe,0x60f4fcc0,0x0afc300a,0xf5676889,0x043cf1ff,0x833fc000,0xd7300000,0x0126000f,0xac189e95,0x0e7ff1fe,0x1fa4f1bc,0x7d84273c,0xc0e00020,0x9000000e,0x67000054,0xfb8fcbfd,0xafe30660,0xf75fe6fe,0xd129fd50,0x0af96ff7,0xf3071884,0x2409ef9f,0x7e408000,0xd1f00000,0x01340000,0x3e168e89,0x107feffe,0x9f8af01c,0x8c84870f,0xc0300024,0xc000000e,0x0f000073,0xfb0fc8ff,0xefd407c0,0xf59fe2ff,0x415bfed0,0x0bf62fe1,0xefd6dd7d,0x23f0ec8f,0x74411000,0xce900000,0x01460000,0x870e1e3c,0x128fdd00,0x5f69eedc,0x9d85e6de,0xbfb00029,0x9000000d,0xa3000091,0xfa5fc703,0x1fc40990,0xf3efdfff,0x717c0010,0x0ef4ffdf,0xed06d37b,0x5438e72f,0x75415000,0xd2900000,0x014b000f,0xf8fafdca,0x157fa903,0xff4fed1c,0xb48746ae,0xbff0002f,0x5000000d,0x350000a4,0xf8cfc404,0xafd30a90,0xf25fe0ff,0x41950070,0x18f61ff3,0xeb96ee7c,0x0488e0ef,0x7a420000,0xd5100000,0x0156000e,0xf4eb5dc3,0x17cf6b06,0xff41ec0c,0xcc872697,0xc0200033,0xa000000c,0xed0000b2,0xf76fbf04,0xcff10aa0,0xf02fedfe,0x91a90000,0x1ef9301e,0xeb371e7b,0x64dddd8f,0x70415000,0xd2200000,0x0168000d,0xafec8e65,0x13af450a,0x4f4aeb4c,0xdc85b69b,0xc0400037,0x4000000c,0xb60000bf,0xf67fbd03,0xe0250940,0xed9ffffd,0xb1b7ff60,0x21fda055,0xebc75879,0x854eda8f,0x693fd000,0xccf00000,0x017e000c,0x83f40eff,0x0e3f260d,0x2f5bea5c,0xe78406a3,0xc080003a,0xd000000c,0x7d0000cc,0xf5cfba02,0xa0610790,0xeab01ffc,0xd1b4fea0,0x1f06d0a7,0xf197a575,0x3638d52f,0x8f3c3000,0xc4500000,0x01b3000c,0x87010e35,0x0d5f0f0a,0xdf7de95c,0xdc8236ae,0xc0a0003d,0x3000000c,0x450000d4,0xf68fb401,0x408f0680,0xe7e047fb,0xf1b0fe60,0x201130df,0xfab7ec78,0x0760d50f,0xb1353000,0xc0800000,0x01ec000c,0xa4001d23,0x0abf0b04,0x9f8ce93c,0xcd7f76c6,0xbf00003c,0xd000000c,0x260000e4,0xf93fc700,0xa0a505f0,0xe5e074fb,0x319afef0,0x2218a0e9,0x0287c37d,0xb8b5db9f,0xc129a000,0xbe100000,0x01f4000c,0xd0f2bc6c,0x082f0cfc,0x6f73e98c,0xce7c76e3,0xbcb00039,0x2000000c,0x2c00010d,0xfe7ff600,0x50a00580,0xe4d0a3fa,0x117bfeb0,0x211b50f1,0x0667527f,0x49bae2cf,0xd31e8000,0xbc500000,0x01e3000c,0xb1e81c37,0x06cf09f9,0x7f54e9ac,0xcb7996fd,0xbb200034,0x7000000c,0x4900013d,0x04402bff,0xc0900510,0xe2d11af5,0xa13dfae0,0x1a1ae11c,0x0ae68b81,0x2a5ff0c0,0x17095000,0xc0b00000,0x01c2000b,0xb8ed9d0c,0xfeff1800,0xbf1fea9c,0x93720746,0xb8900028,0x5000000c,0xc50001b6,0x11b0c7fe,0x504804c0,0xe0117cf0,0x7109f750,0x1f184141,0x0cf61484,0x3a4ef590,0x8dfbb000,0xc4b00000,0x0191000b,0xa0f2fd7e,0xfb2f3306,0x9ee2eb4c,0x696bf786,0xb7a00020,0x9000000d,0x3700024c,0x187174fd,0xbff004e0,0xddc1b0ec,0x80e7f590,0x2b154158,0x0cd5e984,0xba07f4c0,0xdbf51000,0xc6100000,0x0174000b,0xfff0ed92,0xfa4f4a09,0xcec4eb1c,0x4c6a07a0,0xb820001e,0x3000000d,0x7b000295,0x1ae1c9fd,0x6f9b0580,0xd9d1e4e6,0x90bef400,0x450f8174,0x0a95d180,0x99aff0b0,0xfeed3000,0xc7500000,0x0173000c,0xb5e48d63,0xf96f840d,0xcebaeb2c,0x1c6b97a9,0xba30001d,0x1000000d,0xc9000292,0x20a1bafc,0x6f0a07b0,0xd741fee2,0xf0a9f330,0x570bc184,0x08b5c87d,0x4986edd0,0xffe94000,0xc8500000,0x017b000d,0x27db5d28,0xf90faf0f,0xbebdebac,0x016d97aa,0xbb80001c,0xb000000d,0xf000028b,0x22519dfb,0xaeb50940,0xd32210dd,0xa097f2a0,0x7806518f,0x04a5d579,0x6930ea40,0xe7e3b000,0xc8900000,0x0171000c,0xd4ce0dbf,0xf75fe310,0x9edded9b,0xe36fc7a7,0xbb90001b,0x7000000d,0xf7000231,0x22b0d0fc,0x3e6a0a40,0xcab22dd2,0xf076f1a0,0xbbfb619e,0xfc15fa72,0x6874e480,0xacd79000,0xc8f00000,0x014e000c,0x05b48f17,0xf1e04b11,0x5f26f1fb,0xaf73579d,0xbab00018,0xa000000d,0xea000173,0x22ef21fd,0xcdf20bd0,0xc8222fcf,0xf06df150,0xcbf7f19e,0xf9560d71,0x3837e480,0x93d24000,0xc9c00000,0x0132000c,0x35af4f0e,0xed107210,0x9f39f38b,0xaa737798,0xb9d00017,0xb000000d,0xcf000163,0x22def1fd,0xadef0c60,0xc3122bc9,0xe059f0f0,0xe2f26198,0xf5762e6f,0x47d1db90,0x91cc1000,0xcc100000,0x0118000c,0x8ea8bf05,0xedf0670e,0x9f7ff6bb,0x9c73477f,0xb7900015,0x6000000d,0x8200012b,0x218e9cfc,0xde010c40,0xb98211bd,0xf027f0b1,0x02ea2183,0xf1d66b6e,0x7729c0e0,0xc9c7d000,0xd2b00000,0x013a000d,0x14a4cf06,0xfaeffd08,0xe035fc7b,0x8072a73b,0xb2900011,0xa000000c,0xd00000a6,0x1c4e1dfa,0x4e4a0a60,0xb441e5b6,0xdffff1f1,0x15e77163,0xf3d68873,0x66dcb670,0xe3c5d000,0xda500000,0x0191000c,0xbeadbfc5,0xfe6fe104,0x5094fe9b,0x7e72971b,0xaf700011,0xc000000c,0x7a000076,0x191e25f8,0xde800910,0xb171b9b2,0xefe6f421,0x1de67142,0xf6568a78,0xd6c1b250,0xecc14000,0xe0900000,0x01bb000c,0x84ba10be,0xff8fc503,0x20a0ff8b,0x8372771a,0xadd00012,0x9000000c,0x6e000086,0x195e74f9,0x1e9c08a0,0xaf116aae,0x4fc3f991,0x13e350fd,0xf9665483,0xd6bfa961,0x51b84000,0xe9300000,0x0207000f,0x97d05f4b,0x045f9d04,0x605500ab,0x8271f72f,0xac900014,0x3000000c,0xc70000ef,0x1b0f4bfc,0x3eaa08c0,0xaea125aa,0xdfa4fce1,0x0bdf90ce,0xfbb61b8c,0x16c79f21,0xbfb12000,0xee100000,0x02440000,0xd5dc2eea,0xf56fbd06,0x101d00bb,0x7d70d741,0xaca00015,0xa000000d,0x3700011c,0x19cfb2ff,0x2eaa08d0,0xaf40f2a8,0x8f8cfe11,0x0bdc90b3,0xfd25d891,0x86e097b1,0xf1ab7000,0xf0e00000,0x024b0001,0x31e09ef7,0xe76ffe06,0x400f001b,0x7d6f874d,0xad600016,0xb000000d,0x88000119,0x17ffc001,0x2ea80920,0xb28084a4,0x7f560041,0x0bd75079,0x0004469d,0x37d88d52,0x1aa31000,0xf5d00000,0x01fe0002,0x3bed6efb,0xf8a02604,0x301cfddb,0x8a6e574b,0xb0300018,0x5000000e,0x060000fd,0x158f9603,0x9ea30c50,0xb7dff99f,0xaf0702e1,0x03d3d039,0x046107a8,0xa9fc95f3,0x02b35000,0xf9000000,0x01c40003,0xf7fe7f4c,0x10802d04,0x401efbcb,0xae6f873c,0xb4000018,0xd000000e,0x8400010a,0x14bf6405,0x9e7e1230,0xbbdf989a,0xceeb02e0,0xf0d43023,0x075d2aa0,0xdbdbb935,0x33ea1000,0xf7d00000,0x01d80006,0x60054fc1,0x2bb06d04,0x3ff2fbeb,0xe773373e,0xb8e00018,0xb000000e,0xc400016f,0x169f6902,0x9e5516f0,0xbfaf5795,0xbf230450,0xe4d69fe6,0x03f9d293,0xcc8df005,0x45155000,0xf4400000,0x013d0009,0x200a501f,0x1960f8f7,0x5fa3fcbc,0x15770733,0xbe700018,0xa000000e,0xcb0001d2,0x194f6efc,0x1e5b1870,0xc2ef4092,0xff500690,0xd9e0af77,0xfd28048e,0x7c882265,0xca2f7000,0xf1100000,0x00c5000b,0xa210b078,0xfd50d4e7,0xef54fe0c,0x1e7a3737,0xc1a00017,0x9000000e,0xc00001d2,0x1bbf2cf7,0x7e8515d0,0xc45f4190,0xff6405c0,0xbfeb4f33,0xf9b6dc8c,0x2c9434a6,0x2135a000,0xf0d00000,0x00c4000d,0x581080de,0xf5104ae8,0xbf40ff8c,0x1d7c475c,0xc3600017,0x4000000e,0xc000017e,0x1c0eadf4,0xee9711c0,0xc4bf468f,0x8f670460,0xabef2f20,0xf8f6398c,0x5ca93886,0x4d36b000,0xf1d00000,0x00cc000d,0xc50c8118,0xf4801bed,0xaf4e000c,0x1c7cb772,0xc3f00017,0xa000000e,0xbf000146,0x1b5e6af4,0x2e8e0fc0,0xc4cf478f,0x4f670420,0xa8ef8f1e,0xf8e6218c,0x7cad38f6,0x5736d000,0xf2000000,0x00cd000d,0xce0bc120,0xf47016ee,0x8f51000c,0x1b7cc774,0xc4000017,0xb000000e,0xbf00013e,0x1b2e61f4,0x1e8c0f70,0xc5ff538c,0x2f5501a0,0x7af18f21,0xf6c3b38f,0xacf03386,0x7837c000,0xf3200000,0x00e70000,0x3a042046,0xf56034f9,0x1f91ff7c,0x177dd79b,0xc5400019,0xe000000e,0xc30000af,0x179e3ff3,0x5e810fe0,0xc65f568b,0x6f500110,0x6bf1ff23,0xf6131b90,0x8d0331a6,0x79385000,0xf2f00000,0x00f40000,0xd604600e,0xf6503cfb,0x6fa3ff4c,0x177de7a1,0xc570001a,0x7000000e,0xc6000090,0x171e41f3,0x4e791030,0xc6af598a,0xff4c0100,0x5ef21f25,0xf542cf91,0x0d0e2fb6,0x70395000,0xf1f00000,0x01060001,0x2d089feb,0xf82041fc,0x1faeff3c,0x197d879e,0xc530001a,0xb000000e,0xcd000086,0x177e55f3,0x8e6b10d0,0xc6ef5d8a,0x6f4900f0,0x4cf27f26,0xf4328791,0x4d182d56,0x663a7000,0xf0200000,0x01210001,0x670ecfae,0xfa9042fc,0xdfbcff5c,0x1d7cd79e,0xc4d0001a,0xf000000e,0xda000085,0x188e77f4,0x7e4f1130,0xc6df6689,0x2f5100d0,0x2cf46f26,0xf292668f,0xfd182b36,0x5f3b1000,0xeb500000,0x01690000,0xc0196efa,0xfdd01efc,0xbfcd005c,0x297bc7ba,0xc480001a,0xe000000f,0x060000ad,0x1d1ebff7,0x6e1c1090,0xc6df6d87,0x6f5d0080,0x11f79f29,0xf1724e93,0x1d252af6,0x4e3ab000,0xe6400000,0x01d1000f,0xb7200e3c,0x009fe1fb,0x6fdc013c,0x3b7b77d7,0xc4b0001a,0x7000000f,0x400000cb,0x231ef0fa,0x0dfa1000,0xc6cf6e85,0xcf690020,0x0af9af31,0xf1425293,0x4d372bc6,0x3639e000,0xe4600000,0x0216000f,0x3e1bde3f,0x039fcbf9,0x5fe7014c,0x4d7b57e1,0xc4600019,0x7000000f,0x5f0000af,0x264ee4fb,0xbddb0fc0,0xc67f7384,0x1f77ffe0,0x04facf3d,0xf1f27c93,0x4d412c56,0x2138f000,0xe3d00000,0x023a000e,0xb811be79,0x085fdbf6,0x3fec00cc,0x607bf7ee,0xc4100017,0xf000000f,0x7b000092,0x28bed4fc,0x7dc51030,0xc5bf7883,0x1f860020,0x00fb0f4a,0xf282b291,0x0d452d56,0x16384000,0xe4100000,0x024a000e,0x1b059ea1,0x0aafc7f5,0x9fe6ff7c,0x6d7cd7e7,0xc3900016,0x1000000f,0x8d000072,0x2a2ec6fc,0xddbb1110,0xc40f7a83,0x1f9f00cf,0xfefaaf4b,0xf2d2e78f,0xed422e16,0x20380000,0xe4f00000,0x0258000d,0xbcfbaec3,0x089fa0f9,0x3fe6fe7c,0x767dd7d7,0xc2600012,0xd000000f,0x95000013,0x2aee72fd,0xcdac1250,0xc1ef7d83,0xefb801af,0xfdf85f43,0xf3331490,0x2d3a2e26,0x1c383000,0xe5d00000,0x025d000d,0xa9f73eee,0x073fa2fc,0x3000fe1c,0x7b7f87d6,0xc150000c,0xe000000f,0xbc000f4a,0x2b4da3fd,0x7da81460,0xc0af7d84,0xafc4025f,0xfff5cf39,0xf3532c8f,0xed332e26,0x1a385000,0xe6400000,0x025d000d,0xb0f66f12,0x07dfacfc,0x5024fe1c,0x7e8077de,0xc1400007,0x6000000f,0xe3000e9e,0x2a7cf2fe,0x4daf1480,0xbfff7d85,0x6fc602f0,0x02f3df24,0xf3033190,0x1d302ea6,0x19386000,0xe6600000,0x0257000d,0xbbf6ef36,0x075facfb,0xe03efdac,0x848077d3,0xc1200003,0x8000000f,0xd9000e6f,0x291cc701,0xddc111e0,0xbf9f8086,0x1fbe036f,0xfff2cef1,0xf2331f91,0x3d2d2fb6,0x28393000,0xe6100000,0x0247000d,0xc2f9df58,0x04cfa6fc,0xa049fbbc,0x818127b6,0xc0400002,0x6000000f,0xcc000f30,0x273da305,0x5dae0ed0,0xbfbf8586,0x4fb0039f,0xfbf35ec6,0xf1730392,0x6d2c2fd6,0x173a3000,0xe5a00000,0x0242000d,0xcdfddf4f,0x046fb0fd,0x804cfa6c,0x7582e7b7,0xbff00001,0x5000000f,0xd1000027,0x2afebe03,0x8d9f1040,0xbfef8786,0xcfa4040f,0xfaf44ea3,0xf0c2ef92,0xfd2d3016,0x093ab000,0xe5400000,0x023d000d,0xed019f39,0x049fbefd,0xa04ffa4c,0x6e8357b7,0xbff00001,0x5000000f,0xd2000091,0x2a1f3902,0x1d9e11f0,0xc02f8788,0x1f98054f,0xfaf5de72,0xef72dc93,0xfd2f3116,0x123ae000,0xe4d00000,0x0232000e,0x1c066f0e,0x04bfcefc,0xd05bfb3c,0x6b82d7b4,0xc0000003,0x4000000f,0xcf000081,0x1b7f3001,0x0db71410,0xc01f8788,0xaf9605bf,0xf9f64e67,0xef12dc93,0x6d2d3136,0x153ad000,0xe4c00000,0x0231000e,0x1b073eff,0x055fd5fc,0x7063fb9c,0x6982b7b5,0xbff00003,0xc000000f,0xce000068,0x180f1a00,0x1dcd1560,0xc01f8988,0xcf9705cf,0xf8f65e64,0xef02de93,0x5d2c3116,0x0a3ac000,0xe4c00000,0x0230000e,0x16073ef8,0x05afd7fc,0x406afbcc,0x678247b8,0xbfe00003,0xe000000f,0xcc00005e,0x14bf0b00,0x7dd61550,0xbfbf9389,0xcf9c063f,0xf1f6ce56,0xeed2f992,0xdd242fe6,0x003a3000,0xe5500000,0x0230000d,0xf1072ecd,0x079fe7fb,0x80a2fcfc,0x577d97ce,0xbfd00005,0x2000000f,0xba000026,0x154ea005,0xbe131260,0xbfaf9689,0xcf9d060f,0xf1f71e54,0xeec30192,0x3d232fb6,0x043a1000,0xe5800000,0x0230000e,0x01073ed3,0x077fe4fb,0x80a7fd0c,0x557c37d1,0xbfd00005,0x7000000f,0xb6000039,0x174e9b07,0x3e171150,0xbf8f9989,0xefa005ff,0xeff7de4f,0xee630d92,0xed232f66,0x0439d000,0xe6000000,0x0230000e,0x33074eeb,0x074fe0fb,0x80aefd1c,0x517a37d0,0xbfb00005,0xd000000f,0xb500005a,0x1afe9a09,0x4e100ff0,0xbf6f9b8a,0x2fa2062f,0xedf8ae4c,0xedf31393,0xbd232f56,0x0539a000,0xe6300000,0x022f000e,0x61074f01,0x067fdafb,0xe0b3fd2c,0x4f7a07c9,0xbf800005,0x7000000f,0xc0000062,0x1d4e9809,0x0dfb1010,0xbf6f9c8a,0x6fa2066f,0xecfa1e4c,0xed531c93,0xdd1e2f76,0x14393000,0xe6500000,0x022b000e,0x95078f18,0x02cfc0fd,0xc0bbfd5c,0x507b97bd,0xbf700003,0x8000000f,0xd6000049,0x1fae8705,0xfdde1200,0xbf6f9a8a,0x7fa1067f,0xeefa9e4e,0xed232093,0x5d1f2f56,0x1a392000,0xe6700000,0x022c000e,0xa807ff16,0x015fb4fe,0x90b5fd5c,0x527c57ba,0xbfc00002,0x7000000f,0xde000041,0x206e8f04,0xadd612b0,0xbf9f958a,0x4fa0064f,0xf3fade53,0xed132593,0x0d222ff6,0x1b397000,0xe6d00000,0x0231000e,0xc5094ef3,0xff9facfe,0xd099fd0c,0x527cf7b6,0xc0500001,0xb000000f,0xe200004b,0x1e6edd03,0x6dd31350,0xbf8f9389,0xdfa405ff,0xf4fabe55,0xed232991,0xed223046,0x2639b000,0xe7000000,0x0233000f,0x000b5ece,0xff3facfe,0xd079fcfc,0x527de7b6,0xc0900001,0xc000000f,0xe600005b,0x1b1f1a01,0xadd41470,0xbf8f9489,0x7fa605af,0xf2fa6e55,0xed432892,0x8d2530a6,0x293a0000,0xe7300000,0x0235000f,0x430dbeb5,0xff3fadfe,0xd05efd1c,0x4f7ed7b6,0xc0700002,0x2000000f,0xe8000063,0x189f2a00,0x2dda1570,0xbfaf9489,0x3fa5059f,0xf0f9ae54,0xedc32392,0x5d2930f6,0x2b3a4000,0xe7400000,0x0235000f,0x750fee9a,0xff2fadfe,0xc03afcec,0x4e7f97b7,0xc0800002,0x8000000f,0xe900005c,0x182f1300,0x5de51500,0xbfbf9488,0xefa4057f,0xeef8be51,0xee531e91,0xcd2a3116,0x2a3a6000,0xe7200000,0x0234000f,0x8710fe80,0xff8faefe,0x9020fd1c,0x4e8067b9,0xc0600002,0x5000000f,0xe9000045,0x18aeee01,0x0df313f0,0xbfcf9588,0xbfa4055f,0xecf84e50,0xee831c91,0xfd283106,0x293a6000,0xe6f00000,0x0233000f,0x7d10be76,0xffdfaffe,0x801ffd5c,0x4e80c7bb,0xc0100001,0xd000000f,0xe800002e,0x18fed901,0x4dfb13a0,0xbfcf9588,0xafa1056f,0xeef81e50,0xeea31992,0x1d253116,0x2a3a4000,0xe6c00000,0x0230000f,0x72102e74,0xffefb0fe,0x601efd5c,0x4f8147ba,0xc0100001,0x8000000f,0xe900001c,0x191ecb00,0xddff1400,0xbfcf9188,0xbf9f059f,0xf2f80e4f,0xeea31491,0xdd243136,0x2c3a1000,0xe6a00000,0x022e000f,0x720fce79,0xffdfaffe,0x4015fd1c,0x5281d7b7,0xc0800001,0xa000000f,0xea000017,0x187ecf00,0x4e011450,0xbfcf9188,0xdf9e05af,0xf2f80e50,0xeeb31492,0x3d213136,0x2c3a1000,0xe6800000,0x022e000f,0x760f4e80,0xffcfaffe,0x4014fcdc,0x5281e7b5,0xc0900001,0xd000000f,0xe9000014,0x178ed700,0x5e021460,0xbfdf9288,0xff9e05cf,0xf1f81e50,0xeea31692,0xdd1f3126,0x2c3a1000,0xe6800000,0x022e000f,0x780ebe87,0xffbfaefe,0x501afcec,0x4f81d7b4,0xc0500001,0xd000000f,0xe800000b,0x16fed900,0x8e011460 +}; + +u32 ANIM_ENTRY_death_backward_spin_face_up_left[] = +{ + 0xf2bfeb00,0x6146fe40,0x08efd04e,0xf1f63b7d,0x73b86dd8,0x63c28000,0xe0100000,0x01710000,0x96147f2b,0x08c02c02,0x5f82ebfc,0x5c044146,0x3f100033,0x3000000d,0x0e000ff2,0xf36feb0b,0x50220880,0xf23ff300,0xa153fdb0,0x03ee5048,0xf1b6487d,0xa3c46bb8,0x5ec32000,0xdee00000,0x01770000,0x83173f0b,0x0a702303,0x0f7ceabc,0x6804a15d,0x3f700035,0x6000000c,0xe9000001,0xf33fe20b,0x60180880,0xf0f00801,0x217cfcbf,0xf8ea8038,0xf0a6647d,0xc3e16818,0x60c42000,0xda900000,0x018f0000,0x481e7ea9,0x0bc01304,0xcf70e7ac,0x83054197,0x4030003a,0xd000000c,0x8c000028,0xf2cfce0b,0x300608a0,0xefb02801,0x01a8fb8f,0xf0e6a026,0xef36687d,0x83f66778,0x74c3d000,0xd4100000,0x01a7000f,0xf9265e1e,0x08c00a06,0x6f80e56c,0x840431ba,0x3f60003f,0x1000000c,0x4400003f,0xf26fc10a,0xbffe08e0,0xeeb04700,0x51c3fa2f,0xefe3b01d,0xee76407c,0x73f56788,0x79c2a000,0xcd200000,0x01a2000f,0x6d2b5d61,0x05f00b07,0x5fabe50c,0x650261b2,0x3de00040,0x5000000c,0x2f00003e,0xf24fbf09,0x80010930,0xecb06cff,0x61ebf8ff,0xf0e02016,0xedc5dd78,0x43e66738,0x59bfe000,0xc0800000,0x016c000e,0x512cac0b,0x02301007,0xcfe4e53c,0x4000b197,0x3cf00041,0xc000000c,0x1900003d,0xf25fb908,0x50120960,0xeae087fe,0xa20cf8d0,0x08def01d,0xed156871,0x13fb6438,0x20be8000,0xb7900000,0x0158000d,0xe223bb69,0x010ff205,0x400ae57c,0x2cff317f,0x3cc00042,0xf000000c,0x07000041,0xf29fb207,0x402f08f0,0xe8e0ccfd,0x920efa50,0x35e21066,0xeb84b264,0x745465b7,0x97bd7000,0xb5100000,0x0174000e,0x6d101b69,0xfd9f40f7,0x7058e61b,0xfdfa8159,0x3b300042,0x4000000c,0x03000053,0xf47fa502,0xe07c05d0,0xe7a12cfb,0x11d5fac0,0x56e520db,0xeaf4695b,0x64c76d76,0xe4b95000,0xba700000,0x017b000f,0x3e01fb6c,0xf8de54eb,0x90c6e6eb,0xbaf3b12d,0x3870003e,0xc000000c,0x21000063,0xf7bf9cff,0xa0a70320,0xe441bcf4,0xd17af880,0x6de5915d,0xea84c458,0x456d74c6,0x22b02000,0xc3200000,0x01a50000,0x0efa0b2a,0xeeeda2ee,0x8154e73b,0x6ce970eb,0x3550003a,0x8000000c,0x59000096,0xfc4fa4fd,0x50a90170,0xd96269e6,0xf11ef3d0,0x83e481c6,0xe9755a5a,0x860b7205,0x80a56000,0xc9700000,0x02130000,0xa6f5eac7,0xe25d9efb,0xc1ebe86b,0x13dc6084,0x32500035,0xb000000c,0x9e0000ee,0x01dfd2fb,0xe09900b0,0xcac2b0d6,0x30d9efa0,0x98e3c1f8,0xe8b59e5e,0xa6426af5,0x2b9cc000,0xcc800000,0x02520000,0xe1f43aa8,0xdf3de502,0x323dea4a,0xe3d3103e,0x31c00030,0xf000000c,0xca000145,0x065010fa,0xd07f00e0,0xab620eb0,0x5011e450,0xebe41216,0xe7d5c06b,0x462a5665,0x3b7f7000,0xd2200000,0x026d0000,0xe6ee9b55,0xdcdeac0c,0xe2a4f20a,0xd8bd2fad,0x38400023,0x0000000d,0x3d000247,0x0bf0e1fc,0x10250490,0x97c0c492,0x2ef8d831,0x74e6b20e,0xe905d77a,0x25da4bd5,0x916cd000,0xd7b00000,0x02c10000,0xc7e98c67,0xe17f4216,0x72d3fa5b,0x39a57f56,0x45800013,0xa000000d,0xfd00036d,0x0a11c000,0x5f6d0900,0x979fde87,0xae45d3d1,0xcce8d1e8,0xeb15f281,0x857c54f5,0xae772000,0xd9000000,0x03420000,0xd5ea0ceb,0xef0f4a19,0x0284f97b,0xa7a39fb0,0x4b00000e,0xc000000e,0x98000426,0x035210fe,0xde8f0c60,0x995f7c83,0x8e0bd301,0xe3e991ca,0xebe60384,0x953f5885,0xb479c000,0xd9400000,0x03430000,0xfceb9d0e,0xf56f6f19,0xb24ef75b,0xc0aabfdd,0x4a60000e,0xb000000e,0xca00047a,0x02e233fc,0x6e291050,0x9b6f3c81,0x1df0d311,0xefea11b0,0xec660f87,0x25145625,0xb1733000,0xda200000,0x02df0001,0x27ed4d1c,0xf70fbc19,0xe23df60b,0xc5b14fe3,0x49b0000e,0x9000000e,0xc700049a,0x06224dfd,0xce0a12e0,0x9bff2c80,0x7de9d321,0xf2ea31aa,0xec861287,0xd5095565,0xb1715000,0xda600000,0x02c20001,0x33edbd20,0xf76fd119,0xf23af5bb,0xc6b2efe4,0x4980000e,0x9000000e,0xc50004a2,0x070253fe,0x4e031370,0xa77e8474,0x8d9fd611,0xfee9f127,0xea866191,0x74bc0572,0x3b4bd000,0xdfa00000,0x02df0001,0x77ef3d57,0x3d7ec70e,0xa183f47c,0x05c5500b,0x4b600009,0xe000000f,0x2f0004e9,0x1031e1fd,0x0e101540,0xa9ce6e71,0xadaad671,0xe9e9a113,0xea166d93,0x14a40412,0x0c479000,0xdf900000,0x03040001,0x6cf0ad62,0x3adec90f,0x0124f46c,0x1bc9d009,0x4c00000b,0xb000000f,0x3f00050a,0x0d41e4fa,0x6e231570,0xb04e3c69,0x1dddd761,0x9de920db,0xe9269896,0xe4590511,0xc5425000,0xde600000,0x03370001,0x4ff57d78,0x2edeba0b,0x6048f3fc,0x50d69005,0x4e700011,0x8000000f,0x53000542,0x0641d8f2,0xee6d14b0,0xb78e185f,0x5e29d801,0x42e9009e,0xe886cc99,0xf3ff0b11,0xc5432000,0xdc500000,0x03250001,0x3efb7d7d,0x1b0eebff,0xcfbaf2cc,0x7de3d00b,0x52400018,0x1000000f,0x3300054a,0x01c1a9ea,0xaedb12a0,0xc02e1955,0x1e73d990,0xf1e93071,0xe6e70b9a,0x839a1091,0xff450000,0xd9300000,0x02f10001,0x3b012d62,0x0c8f93f3,0x4f8cef3c,0xb6ed6042,0x5710001e,0x1000000e,0xd400054c,0x026161e3,0x7f4511a0,0xcbce4645,0xdf06dca0,0x58ea1041,0xe4177098,0x02fd1252,0x6343b000,0xd1b00000,0x02db0001,0x26085d12,0x028ff2ef,0xcf70e8fd,0x0bf6109e,0x5d100026,0xb000000e,0x5300056d,0x070117db,0x8fb41260,0xcd0eef38,0xa01ae09f,0x4feaa02f,0xe2677f8f,0x028d0d82,0xaa422000,0xc5f00000,0x030b0001,0x070b7c6c,0x032fc5f4,0x2fe1e88c,0xbcf3f0bc,0x5960002b,0x4000000e,0x04000582,0x0f512dd9,0x1fec1510,0xc96fcd2c,0x6143e54e,0x3aeba02c,0xe1776782,0x522b0962,0xe6439000,0xb6400000,0x03420000,0xd10c1ba3,0x08df8cf9,0x5082eacc,0x1ced90be,0x5030002d,0x7000000d,0xcc000585,0x186173d8,0xbffc1880,0xc5503727,0x61b5ea2d,0xfbecf037,0xe1b71378,0x721b02b3,0x0b409000,0xaab00000,0x03600000,0xd2066b0b,0x0a8f7200,0x90bbedbb,0xbcea0096,0x4940002c,0x6000000d,0xc6000556,0x1de19cda,0xafbd1b90,0xbd309e22,0xc234f61e,0x41f0b04d,0xe455bd68,0xd2a5f5d3,0x2a393000,0xa5400000,0x03920002,0x07f3f960,0x075fa80f,0xe0d7f4ab,0x58e6d010,0x3ff00027,0xa000000d,0xeb00048c,0x270196e3,0x1efe2010,0xb7a0c71f,0x8272fc6e,0xbdf6d050,0xe8a54b63,0x0384ef43,0x45369000,0xb5000000,0x039d0003,0x09f42853,0x04f01518,0xc103f9ab,0x20e45f9e,0x3b100024,0x1000000e,0x2000035b,0x2c30f8ec,0x3e562060,0xb5b0d71c,0xf26cfcbf,0x03fb0048,0xed756b63,0x93fce943,0x6031d000,0xc4300000,0x03980003,0x07fcc82b,0x02e04819,0x9136fafa,0xfde20f74,0x38900023,0xa000000e,0x34000257,0x2c9037f3,0x7e011dc0,0xb4e0fa19,0xc218fd7f,0x61f86024,0xf9555767,0x443ee223,0x7429d000,0xd3e00000,0x03bb0002,0x5508888f,0xfdd0510f,0x416bf9ba,0xe0df5f6f,0x34a00025,0x6000000e,0x0e00010c,0x262f3e00,0x8dcf16d0,0xb4411917,0x01bfff3f,0xbbf2bfe6,0x0385336a,0xc448cce3,0x7210f000,0xdb600000,0x03d20001,0xcf102941,0xfd902305,0xc18df78a,0xe0de8f8e,0x31a00028,0x2000000d,0xb300005c,0x1f0ec909,0x0dbe1220,0xb3211714,0x1186ffdf,0xf0f30fca,0x0625246b,0xc430b413,0x50f1e000,0xdbb00000,0x03a50001,0x9a0e6aa4,0xfde00602,0x21acf63a,0xffdf2fb6,0x31c00029,0xb000000d,0x49000060,0x1ddec608,0xfdae1200,0xb2510d11,0x615cffe0,0x0df57fce,0x06f5256c,0x4422b593,0x27efb000,0xdb500000,0x03980001,0x14078bf5,0xfad015fe,0x71c5f58b,0x22df6fd7,0x32b00029,0x8000000c,0xf500007b,0x1e7ec707,0x2da012c0,0xb2310a10,0xd152ffe0,0x12f61fd1,0x0725276c,0x6420b7f3,0x1ef18000,0xdb300000,0x03990000,0xec055c47,0xf9d01afd,0x91cbf56b,0x2adf6fdf,0x32e00029,0x5000000c,0xe2000082,0x1eaec806,0xad9d12e0,0xb2310a10,0xc152ffe0,0x13f61fd1,0x0725276c,0x7420b823,0x1df1a000,0xdb300000,0x03990000,0xea053c4d,0xf9c01bfd,0x81cbf56b,0x2bdf6fe0,0x32e00029,0x5000000c,0xe1000082,0x1eaec806,0xad9d12f0,0xb240fa0c,0xc10e00f0,0x3ef7b00e,0x0825666f,0x640dbce2,0x1af2b000,0xdc300000,0x037d0000,0x17081dfd,0xeac009fa,0x31bef42b,0x6fdfb02f,0x33000025,0x7000000c,0x290000c1,0x1f9f3202,0x9dc714b0,0xb1f0fb0b,0xe1090100,0x42f7a014,0x08457070,0x1406bca1,0xe6f0d000,0xdc600000,0x036b0000,0x2f0a7e50,0xe7e000fa,0x31b6f43b,0x75dfe034,0x32d00024,0x9000000c,0x070000d6,0x202f5502,0xcdcc1520,0xb070fc09,0x010100e0,0x47f7a027,0x08c58c71,0xf3f7bd01,0x85edb000,0xdcf00000,0x03530000,0x7510af35,0xe30ff4fa,0xc19cf4fb,0x7fe09037,0x32000022,0x1000000b,0xad000116,0x21efb804,0xcdcf1560,0xad50fb04,0xa107ffb0,0x48f7903e,0x0945a774,0x93e8bf71,0x4fed6000,0xde100000,0x03630000,0xb515b029,0xe1e00cfd,0xf170f76b,0x85e1d01d,0x30b0001e,0xf000000b,0x4d00015d,0x22c02d0b,0xbdc111a0,0xaa60f200,0xe11afe20,0x50f6d04b,0x0945ae77,0x23d8c191,0x1cedc000,0xdf400000,0x037d0000,0xb0160081,0xe0803601,0xb130fa9b,0x96e26000,0x3030001c,0x2000000b,0x2a000173,0x20507213,0x5dc30ca0,0xa940edfe,0x0126fd20,0x5bf4d04c,0x0845ad79,0xc3c8c260,0xc3ec6000,0xe0500000,0x03840000,0x97141061,0xdc405203,0x70e8fd4b,0xa6e14ff7,0x30500019,0xa000000b,0x4600016a,0x1bb08211,0x0dc911a0,0xa9b0ecfc,0x112cfc90,0x64f21043,0x06b5b37b,0xf3c0c290,0x67eac000,0xe1300000,0x03840000,0x83128010,0xd8006a03,0xe09cff8b,0xb6df6ffa,0x31000018,0x0000000b,0x87000163,0x16c06f07,0xbdc01d60,0xab20effb,0x512ffc80,0x6cefe039,0x0595b27d,0x53bec290,0x1ae95000,0xe2100000,0x037f0000,0x8c121fb0,0xd4b08203,0x903f01eb,0xd1de8005,0x32a00016,0xf000000b,0xd7000164,0x12c04402,0x2db42490,0xad00f5fb,0xc129fd40,0x72ef6025,0x04c5a37d,0x93c1c28f,0xe7e72000,0xe2d00000,0x03680000,0xb812df53,0xd2208d03,0x4fda04ab,0xf2df300e,0x34f00014,0x4000000c,0x2200015c,0x12100c00,0xcdb72700,0xaee0fbfd,0x411afe70,0x75f12003,0x0495907c,0xa3c5c26f,0xebe53000,0xe3200000,0x034e0000,0xe914af0d,0xd1f08c03,0x0f7a074c,0x0be1500e,0x3770000f,0xc000000c,0x54000135,0x160fd3ff,0x7dd42820,0xb08100ff,0x510bff80,0x78f3aff0,0x0535817b,0x73c8c1e0,0x13e34000,0xe2f00000,0x03300000,0xfe174eec,0xd3508802,0xbf36088c,0x1fe3a00b,0x3970000c,0x9000000c,0x710000c0,0x1e2f68fb,0x3de52920,0xb1d10301,0x10fc0040,0x78f60fe3,0x05e5797a,0x93c9c0e0,0x47e13000,0xe2b00000,0x03110001,0x06195ef5,0xd5908102,0xef2a086c,0x28e41004,0x3a10000b,0x0000000c,0x85000fc5,0x268e7df8,0xcdd82850,0xb2710501,0xe0f50090,0x77f73fdc,0x0625767a,0x43c9c050,0x62e05000,0xe2800000,0x03040001,0x0f1a1f08,0xd6a07a02,0xff36081c,0x2be39000,0x3a20000a,0x9000000c,0x8e000f26,0x27dde3f8,0xcdcf2710,0xb3410402,0xf0ea00f0,0x75f92fd0,0x06557479,0xa3cbbf60,0x8adf7000,0xe2200000,0x02f70001,0x291acf3d,0xd7806302,0x3f62074c,0x2fe1fff8,0x3a10000a,0xe000000c,0x98000e9e,0x208d62fa,0x8dc223a0,0xb4010404,0x00de0120,0x72fb8fbe,0x06b57478,0xd3d1be60,0xb5dea000,0xe2000000,0x02eb0001,0x551b6f90,0xd8a04a01,0x0f9a064c,0x2ddfefeb,0x39e0000c,0x5000000c,0xa2000ea6,0x18fd95fd,0x6db91f80,0xb4910504,0xe0d20160,0x6efddfaa,0x07257178,0x03d9bda0,0xdede2000,0xe2200000,0x02e20001,0x831bdfe5,0xda503d00,0x7fd1057c,0x24ddffdf,0x39c0000e,0x0000000c,0xa9000edc,0x14ae1800,0x2db71bd0,0xb4b10505,0x10ce0170,0x6cfe3fa5,0x07456e77,0xd3dbbd90,0xe7de3000,0xe2300000,0x02e20001,0x8c1bcff5,0xdac03c00,0x8fdd056c,0x21dd9fdd,0x39b0000e,0x5000000c,0xa9000eeb,0x148e4000,0x9db81b40,0xb4b10505,0x10ce0170,0x6cfe4fa4,0x07456e77,0xd3dbbd90,0xe8de3000,0xe2300000,0x02e20001,0x8d1bcff7,0xdac03c00,0x8fde055c,0x21dd9fdd,0x39b0000e,0x5000000c,0xa9000eec,0x148e4400,0x9db91b30,0xb4f10605,0xd0c20220,0x68fe5f9c,0x07756477,0x53e2be20,0xebdec000,0xe2a00000,0x02ea0001,0x681a8fe8,0xda803400,0xc033057c,0x07dcffd7,0x39b0000e,0xa000000c,0xa3000efc,0x151ee200,0x1dc61b40,0xb4f10605,0xd0c30220,0x68fe5f9c,0x07756477,0x53e2be20,0xecded000,0xe2a00000,0x02ea0001,0x661a7fe7,0xda803500,0xc035057c,0x06dcffd7,0x39a0000e,0xa000000c,0xa2000efb,0x151ee200,0x1dc71b50,0xb4f10506,0x00c50230,0x68fddf9a,0x07956477,0x43e5be40,0xefdf6000,0xe2c00000,0x02f00001,0x5a19ffd9,0xdab03800,0xb053059c,0x00dcefd4,0x3990000e,0x7000000c,0xa0000eeb,0x151ed5ff,0x9dca1bf0,0xb4f10306,0x80ce0250,0x67fbbf94,0x08256177,0x43e8be50,0xf5e10000,0xe2b00000,0x03040001,0x50187fc4,0xdb604000,0x90a7059b,0xf4dccfcd,0x3920000e,0x0000000c,0x9d000ed4,0x162e93fd,0x9dd71e40,0xb4e10306,0xb0d50250,0x64fa2f93,0x08855b77,0x53e5be40,0xf9e23000,0xe2500000,0x03150001,0x5717afc5,0xdc004300,0x90dc056b,0xeddc7fc6,0x38c0000d,0xb000000c,0x9d000ef6,0x193e5dfb,0xede02010,0xb4d10406,0xa0d80220,0x61f9af95,0x08b55977,0x53e4be10,0xfae28000,0xe2200000,0x031a0001,0x5917afc9,0xdc804500,0xc0ee054b,0xe9dc2fc1,0x3890000d,0x9000000c,0xa0000f39,0x1c5e58fb,0x4de320e0,0xb4a10406,0x50db01b0,0x60f94f98,0x08e55977,0x53e5bdb0,0xfce23000,0xe2000000,0x03180001,0x64184fd2,0xdd604f01,0x10f6050b,0xe5db8fbb,0x3850000d,0xd000000c,0xa7000ff4,0x20ce9ffb,0x3de02150,0xb4710405,0xd0dc0130,0x5ef92f98,0x08f55977,0x53e6bd60,0xfce1b000,0xe2000000,0x03120001,0x7d18efde,0xdde05401,0x40f904bb,0xe2dadfb8,0x3820000e,0x3000000c,0xac00009a,0x22eef5fb,0x9dde2160,0xb4410405,0x60da00e0,0x5df93f97,0x08f55877,0x53e6bd60,0xfae17000,0xe2200000,0x030f0001,0x91193fe8,0xdde05301,0x50fa04ab,0xe0da7fb7,0x3800000e,0x6000000c,0xad0000bf,0x222f13fb,0xcdde2150,0xb4310405,0x10d900c0,0x5ef93f95,0x08e55877,0x63e5bd90,0xf6e18000,0xe2300000,0x030f0001,0x9c195fed,0xdda05301,0x50f604ab,0xe0da7fb7,0x37f0000e,0x7000000c,0xac0000c5,0x21af1efb,0xddde2150,0xb4110404,0xe0d900d0,0x62f94f91,0x08b55777,0x93e1be00,0xe8e15000,0xe2400000,0x030d0001,0x9e195fee,0xdd005401,0x40e604cb,0xe5dabfbb,0x3820000e,0x4000000c,0xad0000c8,0x215f2bfb,0xbde12160,0xb4010404,0xc0d900e0,0x63f95f8f,0x08955677,0xb3debe30,0xdfe13000,0xe2300000,0x030c0001,0x99195feb,0xdc905401,0x30db04eb,0xe9db0fbe,0x3840000e,0x1000000c,0xad0000c9,0x216f2ffb,0x8de42160,0xb4010404,0xb0da00d0,0x64f97f8f,0x08755577,0xd3dbbe30,0xdce10000,0xe2200000,0x03090001,0x85192fe3,0xdc705401,0x30d0051b,0xecdb3fc0,0x3860000d,0xa000000c,0xad0000b7,0x220f21fb,0x4de62160,0xb3f10404,0xa0dc00c0,0x66f99f90,0x08555478,0x03d9bdf0,0xdee0a000,0xe2300000,0x03060001,0x76191fdf,0xdca05501,0x40c6054b,0xefdb5fc1,0x3880000d,0x5000000c,0xae00009b,0x227f09fa,0xfde92160,0xb3f10404,0xb0dd00d0,0x66f9bf91,0x08555578,0x03d9bdf0,0xdae08000,0xe2200000,0x03050001,0x75191fe2,0xdc705501,0x40c2055b,0xf0db6fc1,0x3890000d,0x4000000c,0xae000086,0x224ef6fa,0xddea2170 +}; + +u32 ANIM_ENTRY_death_forward_face_down_hard[] = +{ + 0xfc5fc0fe,0x905005a0,0x210d4ff1,0xff6f1002,0x8bfbed0f,0xb13fd000,0xe0800000,0x017c0000,0xd50faf9f,0x13cfe605,0x4fef015c,0x47866811,0xc3a0000a,0x3000000f,0x80000039,0xf84fb3ff,0x5039fb10,0xfc5fc0fe,0x905005a0,0x210d4ff1,0xff6f1002,0x8bfbed1f,0xb13fd000,0xe0800000,0x017d0000,0xd50faf9f,0x13bfe505,0x4fee015c,0x47867811,0xc3a0000a,0x3000000f,0x8000003c,0xfa0fb0ff,0x502ffb10,0xfc5fc0fe,0x905005a0,0x210d4ff1,0xff6f1002,0x7bfbed1f,0xb13fd000,0xe0800000,0x017e0000,0xd60faf9f,0x13afe505,0x4fee015c,0x48867811,0xc3a0000a,0x3000000f,0x8000003d,0xf84fafff,0x5042fb10,0xfc5fc0fe,0x905005a0,0x210d4ff1,0xff6f1002,0x7bfbed1f,0xb03fd000,0xe0800000,0x017e0000,0xd60faf9f,0x13afe505,0x4fee015c,0x48867811,0xc3a0000a,0x3000000f,0x8000003d,0xf84fafff,0x5042fb10,0xfc5fc1fe,0x80500590,0x230d4ff2,0xff5f1002,0x7bfbed2f,0xb23fc000,0xe0a00000,0x017a0000,0xd80fbfa1,0x133fe705,0x4ff2015c,0x46864811,0xc3a0000a,0x2000000f,0x7f000040,0xf88fadff,0x8048fb50,0xfc5fc1fe,0x80500590,0x230d4ff3,0xff5f1102,0x7bfbed2f,0xb23fc000,0xe0a00000,0x017a0000,0xd80fbfa1,0x133fe605,0x4ff2015c,0x46864811,0xc3a0000a,0x3000000f,0x7f000041,0xf86fadff,0x8044fb60,0xfc6fc1fe,0x70500590,0x270d4003,0xfecf1202,0x5bfaecbf,0xb43fd000,0xe0b00000,0x017b0000,0xd90fbfa7,0x12afe505,0x4fee00dc,0x4985e80b,0xc3a0000b,0x1000000f,0x77000049,0xf81fa700,0x0047fbe0,0xfc8fc1fe,0x205105b0,0x3b0d0038,0xfcaf1902,0x1bf5eb8f,0xb63fd000,0xe1400000,0x017c0000,0xe1104fb4,0x119fd905,0x2fe1ff6c,0x538417f7,0xc350000d,0xc000000f,0x57000062,0xfc1f9602,0x8ff4fda0,0xfc8fc3fe,0x104c05e0,0x5a0eb045,0xfb0f2202,0x2beaea1f,0xaf3f1000,0xe2800000,0x01790000,0xfc11bfab,0x12dfcb04,0xbfd4fecc,0x5b81e7eb,0xc2a0000f,0x2000000f,0x41000075,0xfc2f8c05,0x5ffffec0,0xfc8fc8fe,0x304405c0,0x7413d02c,0xfbbf1e02,0xbbdae8ff,0xab3e0000,0xe3900000,0x016e0001,0x35132fa0,0x14dfca04,0x4fc8fecc,0x5e80e7ec,0xc210000f,0x8000000f,0x3d000082,0xfcbf8d06,0x5ffcff20,0xfc0fd0fe,0x60390590,0x8018001c,0xfd3f2003,0x4bcfe89f,0xa13dc000,0xe4100000,0x01700001,0x64139fa8,0x151fcc03,0xcfccff6c,0x548037fa,0xc150000f,0x7000000f,0x3e00007d,0xfd5f9806,0x3ff4ff20,0xfb1fe0fe,0xd0210500,0x8d1b4010,0xfeaf3a03,0x5bc9e7af,0x983de000,0xe5200000,0x01740001,0x7312efb3,0x143fcb02,0xdfd7002c,0x4680280d,0xc0d0000f,0xf000000f,0x3800007a,0xfdefa104,0xbfe5fe90,0xfb0fedff,0x30120460,0x9619d008,0xfeff5203,0x2bcbe66f,0xa73e7000,0xe5600000,0x016e0001,0x2c108fa7,0x130fd302,0xafd3ffac,0x4c814803,0xc1700011,0x5000000f,0x1e00008c,0xfdcf9b02,0x7fe0fde0,0xfb2ff4ff,0x500e0410,0x9a16a001,0xff6f5803,0x4bcae64f,0xae3f3000,0xe4f00000,0x01780000,0xde0ddf9c,0x118fdc02,0xffd2ff6c,0x4d81a7fb,0xc1700012,0x1000000f,0x0d000093,0xfd9f9c01,0x6fe1fdf0,0xfb2ff6ff,0x500e03f0,0x9a157ffe,0xff9f5803,0x6bc9e67f,0xb03f7000,0xe4c00000,0x017d0000,0xc60d0f99,0x110fdd03,0x1fd1ff5c,0x4d81a7fa,0xc1600012,0x4000000f,0x09000094,0xfd8f9e01,0x4fe1fe00,0xfb2ff7ff,0x500b03f0,0x9a13d000,0xffbf5703,0x6bc9e6ff,0xae3f8000,0xe4b00000,0x017f0000,0xb60ccf98,0x110fdb03,0x1fd3ff6c,0x4b8187fb,0xc1400012,0x4000000f,0x09000092,0xfd9fa101,0x4fdffe10,0xfb0ffaff,0x600103e0,0x990e2003,0x001f5503,0x8bc7e8af,0xa73fa000,0xe4a00000,0x01800000,0x850c1f93,0x117fd303,0x0fd8ff8c,0x45811800,0xc0e00012,0x6000000f,0x09000089,0xfddfaa01,0x5fd6fe20,0xfb1ffbff,0x6ffe03e0,0x990d0001,0x005f5403,0x9bc7e90f,0xa73f8000,0xe4900000,0x017a0000,0x860c5f93,0x11ffd302,0xefdaff7c,0x44812800,0xc0e00012,0x7000000f,0x08000088,0xfdffab01,0x4fd2fe00,0xfb2ffdff,0x7ffa0400,0x980b7ffd,0x006f5203,0x9bc6e92f,0xaa3f7000,0xe4900000,0x01710000,0x8e0ccf93,0x134fd402,0xbfdcff4c,0x438137fe,0xc0f00012,0xb000000f,0x06000086,0xfe1fac00,0xffccfdf0,0xfb4ffeff,0x7ff70420,0x9508eff4,0xffff4d03,0x9bc2e90f,0xaf3fe000,0xe4a00000,0x01690000,0xa50d6f92,0x15ffd402,0x6fe1feec,0x418187f8,0xc1200013,0x1000000e,0xff000085,0xfe3faa00,0x5fc1fe00,0xfb4ffeff,0x7ff20460,0x8d06bfed,0xff8f4f03,0xabc1e9df,0xad401000,0xe5200000,0x01650000,0xba0e7f91,0x167fce02,0x1fe2feec,0x4181b7f4,0xc1400013,0x0000000e,0xf9000084,0xfe7fa600,0x3fbcfe30,0xfb5ffeff,0x6feb04c0,0x8205cfe2,0xffff5303,0xebc0ea9f,0xaa405000,0xe5e00000,0x015c0000,0xca0f7f92,0x161fce01,0xcfe3ff0c,0x4381b7f3,0xc1600012,0xd000000e,0xf8000086,0xfe9fa100,0x7fb6fe50,0xfb6ffeff,0x4fe70510,0x7605bfd8,0x00af5404,0x3bbfeabf,0xa940e000,0xe6800000,0x015a0000,0xd30f9f91,0x15bfd001,0xcfe3ff3c,0x4581a7f4,0xc1800012,0x7000000e,0xfa00008a,0xfecf9e00,0x8fb5fe50,0xfb8ffcfe,0xcfe00560,0x63060fcd,0x018f4904,0xdbbaeb7f,0xa5419000,0xe7300000,0x01560000,0xe70fcf94,0x146fd301,0xefe8ffdc,0x4a8177f7,0xc1d00011,0x3000000e,0xfe00008c,0xff4f9900,0xcfb4fe50,0xfb6ff8fe,0x5fd60590,0x5b067fc8,0x01cf3905,0x6bb4ec4f,0xa341a000,0xe7900000,0x014b0000,0xfa106f9e,0x138fd401,0xefeb007c,0x4f8147f9,0xc2200010,0x5000000e,0xff00008a,0xffbf9501,0x4fb5fe60,0xfbaff5fd,0xffcd0590,0x5106cfc1,0x019f2405,0xdbaeec0f,0xa8420000,0xe8500000,0x01410001,0x1510dfa5,0x140fd501,0x8fe800bc,0x5b8177f8,0xc2c0000f,0xa000000f,0x01000095,0xffff8601,0xafbcfe70,0xfbeff2fd,0xbfca05d0,0x4906ffb4,0x011f2806,0x7bafeadf,0xa142b000,0xe9200000,0x014d0001,0x1b10dfa3,0x14efd401,0x3fe4010c,0x6581b7f7,0xc320000e,0xf000000f,0x040000a4,0x001f7202,0x2fc8fee0,0xfbdfeffd,0xafcb0640,0x4306cfa6,0x009f4107,0x1bb5e98f,0x8f434000,0xe9400000,0x01650001,0x0f111f9f,0x15bfca01,0x4fe0017c,0x6881a7f9,0xc310000e,0x4000000f,0x070000aa,0x003f6802,0xdfcfff80,0xfbcfeefd,0xafc70660,0x3e06dfa1,0x008f4607,0x6bb7e91f,0x86435000,0xe9800000,0x01680001,0x11116fa3,0x15efc601,0x4fdf01cc,0x6a8177fc,0xc2f0000d,0xd000000f,0x0c0000ad,0x005f6203,0x5fd2ffd0,0xfc0ff1fd,0x5fb80650,0x2c085f9d,0x005f2e07,0xbbbbe8bf,0x81437000,0xea600000,0x01550001,0x34117fb5,0x161fcb01,0x3fdf024c,0x70811806,0xc310000c,0xd000000f,0x1c0000b5,0x005f5a04,0x1fd70030,0xfc3ff1fc,0xafaf0670,0x200a2f9d,0xff4f1908,0x0bc0e82f,0x7743f000,0xeb100000,0x01510001,0x4d10ffc0,0x163fcf01,0x2fdf02fc,0x7c80c811,0xc390000b,0xd000000f,0x2a0000bb,0x002f5304,0xafdf00b0,0xfc0feffb,0xffaa0690,0x220a7f9f,0xfe4f1308,0x5bc2e85f,0x68440000,0xeb400000,0x01570001,0x5010bfc4,0x15cfca01,0x1fe1037c,0x85805818,0xc400000b,0x5000000f,0x2f0000ba,0x002f4f05,0x5fe300f0,0xfc0ff0fb,0xbfa50690,0x220a6fa1,0xfe0f0f08,0x6bc2e87f,0x6343e000,0xeb600000,0x01540001,0x5210afc6,0x15bfc701,0x1fe2038c,0x8880381a,0xc430000b,0x4000000f,0x310000ba,0x002f4c05,0x8fe400f0,0xfc0ff0fb,0xbfa50690,0x220a6fa2,0xfe0f0e08,0x6bc2e87f,0x6343e000,0xeb700000,0x01530001,0x5210afc6,0x15bfc701,0x1fe2038c,0x8980281a,0xc440000b,0x4000000f,0x310000bb,0x002f4c05,0x8fe400f0,0xfca003fb,0x9f970520,0x1b0b9faa,0xfd2f1508,0xbbc8e7af,0x6743d000,0xeb500000,0x01430001,0x41105fc1,0x16dfd101,0x0fef031c,0x8e7f281f,0xc490000b,0x0000000f,0x3d0000c5,0x004f4705,0x5fe90080,0xfca003fb,0x9f970520,0x1a0bbfac,0xfd0f1708,0xcbc9e79f,0x6643f000,0xeb400000,0x01440001,0x40103fc1,0x16efd101,0x1ff0031c,0x8e7f181f,0xc480000b,0x1000000f,0x3c0000c4,0x003f4705,0x7fea0090,0xfca003fb,0x7f960510,0x170c2fb2,0xfcbf1908,0xfbcbe7bf,0x63442000,0xeb400000,0x01460001,0x3f0fffc2,0x16cfd101,0x3ff402fc,0x8e7ee81e,0xc460000b,0x6000000f,0x370000c2,0x001f4605,0x9fee00a0,0xfc7ffffb,0x7f920500,0x0f0c6fb8,0xfc8f1709,0x3bcfe88f,0x5f443000,0xeb600000,0x01420001,0x4a0fdfcc,0x165fd101,0x4ff402dc,0x907ee81c,0xc460000c,0x3000000f,0x2c0000c0,0xffef4405,0xaff30080,0xfc1ff5fb,0x8f900540,0x080d0fc0,0xfc8f1209,0x5bd7e90f,0x61447000,0xebd00000,0x01380001,0x5b0fffd8,0x16dfd301,0x9fea02dc,0x947f981a,0xc490000d,0x5000000f,0x1b0000c6,0xffaf4105,0x5ff70030,0xfc0febfb,0x9f8f05a0,0x020dcfc7,0xfc8f1109,0x6bdfe94f,0x6244e000,0xec200000,0x01370001,0x650fefdc,0x178fd702,0x0fe3034c,0x9280281c,0xc460000d,0x8000000f,0x150000c9,0xff5f3f05,0x4ffd0020,0xfc2fe6fb,0xaf8e05c0,0x010e3fca,0xfc5f1109,0x8be1e9ef,0x5f452000,0xec300000,0x013e0001,0x690fbfdd,0x173fd602,0x4fe103dc,0x8e80381f,0xc410000d,0x2000000f,0x150000c6,0xff2f4005,0x90010050,0xfbffdefb,0xaf8f05f0,0x020e9fd0,0xfc0f0e09,0xabe1eb2f,0x58457000,0xec300000,0x01480001,0x6d0f9fe0,0x167fcf02,0x4fdc042c,0x8d80681e,0xc3e0000d,0x4000000f,0x0c0000c3,0xff0f4005,0xd0050070,0xfbbfd6fb,0xbf8f05d0,0x050effd9,0xfbff0b09,0xdbe1ec9f,0x58457000,0xec400000,0x013f0001,0x720fafe3,0x15cfcc02,0x1fd503fc,0x9180d817,0xc410000e,0x4000000e,0xf90000c9,0xfedf3c05,0xc00a0010,0xfbafd1fb,0xaf910590,0x0a0f9fe1,0xfbff0a09,0xebe2ed1f,0x5c45b000,0xec500000,0x01360001,0x750f8fe1,0x15dfce01,0xefd303bc,0x9480f80c,0xc420000f,0x2000000e,0xdd0000cb,0xfe8f3905,0xb016ffc0,0xfb5fccfb,0x9f980550,0x0f102fe6,0xfbef0c09,0xcbe1ed7f,0x58460000,0xec400000,0x01390001,0x730f3fde,0x15afcd01,0xcfd703ec,0x9280f806,0xc410000f,0xb000000e,0xc10000c3,0xfe5f3b05,0xc024ffa0,0xfb3fc8fb,0xaf960520,0x1210afeb,0xfbef1009,0x9be0ee0f,0x52460000,0xec600000,0x01340001,0x6d0f4fdf,0x14efca01,0x3fd7042c,0x91811804,0xc4200010,0x1000000e,0xb10000c0,0xfe4f3b05,0xc02dff50,0xfb9fc6fb,0xef8e0520,0x11111feb,0xfc1f1509,0x4be1edcf,0x52461000,0xecb00000,0x01280001,0x670f2fdb,0x144fd200,0x8fd403fc,0x928177fd,0xc4400010,0xa000000e,0xa00000c4,0xfe2f3805,0x4037fee0,0xfc0fc2fc,0x0f880540,0x10116fea,0xfc7f1c08,0xebe3ed0f,0x51465000,0xecf00000,0x01260001,0x600ebfd7,0x144fd700,0x5fd203cc,0x9081c7f3,0xc4500011,0x1000000e,0x8d0000c3,0xfe2f3904,0xd042fe90,0xfc0fbffc,0x1f860560,0x10118fea,0xfccf2208,0xcbe3ecef,0x4e465000,0xecf00000,0x01270001,0x5b0ebfd6,0x146fd700,0x7fd203fc,0x9081d7f1,0xc4500011,0x7000000e,0x7d0000c1,0xfe6f3904,0xc048fe60,0xfbbfbdfc,0x4f870580,0x1311cfe7,0xfd2f2d08,0xabe3ecaf,0x46464000,0xed000000,0x01280001,0x530f2fd4,0x14efd500,0x7fd0043c,0x958187f1,0xc4300012,0xe000000e,0x5e0000c9,0xff3f3604,0xf04efe40,0xfbafbcfc,0x5f8705a0,0x1311ffe5,0xfd4f3208,0x8be4ec7f,0x43464000,0xed200000,0x01280001,0x4f0f2fd2,0x153fd600,0x7fcd041c,0x998197ef,0xc4400013,0x9000000e,0x520000d0,0xff8f3404,0xe04ffe30,0xfbafb7fc,0x6f8805e0,0x13121fe4,0xfd6f3508,0x8be4ec5f,0x45464000,0xed100000,0x01270001,0x4f0f1fd1,0x15bfd700,0x8fcc042c,0x9781c7ec,0xc4100014,0x3000000e,0x430000d2,0x001f3405,0x104ffe60,0xfbafabfc,0xaf8d0670,0x11125fe5,0xfdef3908,0x8be3ec6f,0x4b461000,0xecd00000,0x01250001,0x4f0eefd0,0x16afd900,0xbfca042c,0x8f8227e4,0xc3b00016,0x3000000e,0x1b0000d9,0x01ff3105,0x804ffef0,0xfb6facfc,0xff900640,0x0d125fe6,0xfe0f3908,0x9be3ed2f,0x4b45d000,0xecc00000,0x01240001,0x4f0effd2,0x164fd700,0xdfcb03bc,0x918227e1,0xc3c00017,0x9000000e,0x0b0000e4,0x02df2d05,0x604efee0,0xfacfc3fd,0x9f9604b0,0x05128fea,0xfe4f4108,0xcbe5edbf,0x4e456000,0xecc00000,0x011c0001,0x450f2fd0,0x165fd800,0xdfe5020c,0x9280c7e1,0xc300001b,0xd000000d,0xe7000108,0x04ff2805,0xc04aff30,0xf9efdffe,0x0fa102c0,0x0112efec,0xfe9f4d09,0x2be8eddf,0x53455000,0xecc00000,0x01180001,0x370f1fc9,0x16dfdb00,0xe00f000c,0x927f07e9,0xc1c00021,0xa000000d,0xb8000138,0x075f2607,0x00470050,0xf90fe4fd,0xffae0240,0x01132fee,0xfecf4809,0x7be6ee7f,0x52456000,0xec600000,0x01210001,0x3b0eefc9,0x166fda01,0x402dff4c,0x8f7e97f1,0xc0f00025,0xf000000d,0x8e000152,0x079f2308,0xd04301a0,0xf86fe2fe,0x0fb50240,0x02135fef,0xfeef4109,0xabe2ef9f,0x4f452000,0xec400000,0x01240001,0x400eefcc,0x157fd601,0x803cfecc,0x8d7eb7f2,0xc0800028,0xb000000d,0x6e00015d,0x070f1d0a,0x003d0260,0xf7ffdffe,0x2fb70250,0x03134ff2,0xfedf3f09,0xdbdff0ff,0x4d449000,0xec300000,0x01200001,0x3d0f0fcd,0x147fd401,0xa04afe2c,0x8b7f27ec,0xc040002b,0xb000000d,0x46000163,0x058f170b,0x60330310,0xf7ffdffe,0x8fbc0250,0x09122ffb,0xfecf540a,0x8bddf12f,0x4f441000,0xeb500000,0x011e0001,0x160ebfbe,0x148fda01,0xc067fd5c,0x7d8087da,0xbfa00031,0x6000000c,0xe900014f,0x00bf190f,0xa00c04e0,0xf80fdffe,0xcfbc0220,0x09115ffb,0xfedf530b,0x2bd6f0ff,0x4843f000,0xeac00000,0x01270001,0x0c0e9fbb,0x143fd601,0xd06cfd5c,0x6b8167cc,0xbee00034,0x3000000c,0xac00012e,0xff7f2813,0x5fe505c0,0xf82fe3ff,0x1fb101a0,0x090f9ffb,0xff2f450b,0xebc7f0bf,0x41436000,0xea900000,0x01230001,0x130eefc1,0x135fcf01,0xc065fd4c,0x5582b7b6,0xbdf00038,0xa000000c,0x53000100,0x01df4518,0x7fa506a0,0xf88ff2ff,0x2fab0080,0x0d0cbffc,0xffbf3f0c,0x0bbeeecf,0x47434000,0xeb100000,0x01120001,0x1d0f5fc8,0x136fcd01,0x605cfcfc,0x478377a8,0xbd80003e,0x4000000c,0x030000d7,0x08df6a1c,0x9f560760,0xf94001fe,0xefb1ffa0,0x13085ffe,0x005f4b0b,0xcbbfec2f,0x4b43e000,0xeb700000,0x01150001,0x1c0f5fce,0x133fca01,0x2054fbfc,0x4783279c,0xbdc00045,0x1000000b,0xbc0000b3,0x11ff841e,0x6ef20800,0xf9f004fe,0xafb6ff80,0x1703a000,0x010f4e0b,0xbbc0ebaf,0x44441000,0xebb00000,0x011d0001,0x210f5fda,0x120fc101,0x0047fadc,0x4c825793,0xbdf0004b,0x3000000b,0x7e000093,0x187f851e,0x7e9207d0,0xfae000fe,0xdfb0ffd0,0x16ffc007,0x023f380b,0x3bbfebaf,0x4543d000,0xecc00000,0x010d0001,0x3e0faff3,0x131fb900,0x1033fa3c,0x4d81778a,0xbda0004f,0xe000000b,0x33000070,0x0c0f741c,0x5e530730,0xfc7ffbff,0x7fa40060,0x0dfbb011,0x041f110a,0x3bc0eaef,0x4c442000,0xee300000,0x00f90001,0x7a0fd020,0x16dfb7fe,0x7019f98c,0x4c800778,0xbd600055,0x0000000a,0xc8000044,0xf53f5e17,0x500c0730,0xfd6ffbff,0xff9b00a0,0x04fad014,0x050f0009,0xbbc0ea7f,0x4d44e000,0xee900000,0x00fc0001,0xa20f503e,0x190fbffd,0xd011f94c,0x4b7ef76f,0xbd900056,0xc000000a,0x9c000038,0xf1ef5d13,0xe02107f0,0xfd9ffb00,0x1f9a00b0,0x01fab014,0x053efc09,0xabc0ea6f,0x4d451000,0xeea00000,0x00fe0001,0xab0f3045,0x197fc1fd,0xc010f93c,0x4b7eb76e,0xbda00057,0x1000000a,0x94000037,0xf48f5e13,0x20170820,0xfefffb00,0xcf7600cf,0xf9fcb010,0x062efc09,0x1bb9ebef,0x40462000,0xefa00000,0x00fc0001,0xfc0d6070,0x1a2fd9fd,0x8003f94c,0x4a7cc76e,0xbdf00057,0xe000000a,0x7d000028,0xf4df6e0e,0x70170820,0xff7ffd00,0xff6900af,0xf6fdf00e,0x066efb09,0x2bb7ecaf,0x3b462000,0xefc00000,0x00f80002,0x090d2075,0x197fe1fc,0xf001f94c,0x4b7c676f,0xbe000057,0xa000000a,0x7f000022,0xf4ff720d,0x801a07f0,0x00a00201,0x4f4c005f,0xf4018008,0x068ef909,0x9bb5ed8f,0x30463000,0xefc00000,0x00f00002,0x0a0cf06d,0x17cfecfb,0x9ffef99c,0x4b7c0773,0xbe200056,0x5000000a,0x9100000e,0xf51f730c,0x402d0770,0x02000c01,0x9f27ffef,0xf306e002,0x060ef20a,0x7bb3ed6f,0x19463000,0xef900000,0x00f00001,0xef0d304d,0x165febfa,0xbffafa6c,0x497c1784,0xbe100053,0x9000000a,0xbd000fe1,0xf4cf610b,0x103a0720,0x02d01601,0xdf0cff5f,0xf10b0000,0x055ee40a,0xfbb0ec9f,0x0945f000,0xef800000,0x00e80001,0xc50dc026,0x16ffdefb,0x4ff8fb6c,0x467c579c,0xbe100050,0x5000000a,0xf7000fab,0xf4ff3f09,0x600f07b0,0x03801a01,0xfeffff3f,0xf00d2003,0x045ee20a,0xdbb4eb2f,0x0a457000,0xefb00000,0x00d30001,0x950d7009,0x194fdefc,0x4feefc2c,0x467cb7aa,0xbe50004d,0x1000000b,0x26000f81,0xf87f2607,0x30220930,0x04101b01,0xeefcff6f,0xf00db006,0x037eea0a,0x9bbbea4f,0x0d454000,0xefe00000,0x00c70001,0x700c9ffa,0x1abfe4fc,0xcfe3fc9c,0x457d07b0,0xbe80004a,0xd000000b,0x40000f69,0xfaff1c05,0xf03d0aa0,0x04401c01,0xeefcff7f,0xf00db007,0x031eed0a,0x8bbce9ff,0x0e453000,0xf0000000,0x00c60001,0x660c4ff7,0x1b1fe6fc,0xdfe0fcbc,0x447d17b2,0xbe80004a,0x4000000b,0x47000f63,0xfa2f1b05,0xc03e0b10,0x04b01f01,0xeefdff9f,0xf00d1009,0x01eeed0a,0x5bc0e8ff,0x11455000,0xf0800000,0x00c40001,0x570b7ff7,0x1c0fe8fc,0xffdbfd2c,0x3f7d07ba,0xbe400048,0xa000000b,0x5e000f58,0xfa7f1905,0xa0410c00,0x05101f02,0x0efcffbf,0xee0c000b,0x00eeea0a,0x3bc0e85f,0x13457000,0xf0c00000,0x00c50001,0x550b6ffa,0x1cafe8fd,0x0fdbfd4c,0x3b7cf7be,0xbe000047,0xb000000b,0x6d000f57,0xf84f1a05,0xa0700c20,0x06601d02,0x2ef6002f,0xec0a0008,0xff7ed40a,0x1bbfe83f,0x17457000,0xf1600000,0x00c50001,0x690bb004,0x1d0fe5fd,0x2fd8fd3c,0x387d17bb,0xbdd00046,0x4000000b,0x83000f5f,0xf79f2105,0xb0930c10,0x08a01f02,0x1ef1004f,0xe9075000,0xfdeebb0a,0x1bbbea1f,0x19458000,0xf1e00000,0x00cf0001,0x8c0c1011,0x1c5fe0fd,0x4fd8fcdc,0x387d07b5,0xbdd00044,0x8000000b,0x9c000f6c,0xf6bf2e06,0x50990be0,0x0a602201,0xfeff007f,0xe9038ff7,0xfcdecd0a,0xabbaed1f,0x1c459000,0xf1000000,0x00dc0001,0x800c3013,0x1c4fe2fd,0x5fdafcbc,0x387cb7b4,0xbdc00043,0x7000000b,0xb0000f73,0xf7bf3407,0x60890b20,0x0c602301,0xff0a009f,0xeaffafec,0xfc5edf0b,0x0bbaf01f,0x2f454000,0xf0a00000,0x00cd0001,0x6e0cd015,0x1e9fedfd,0xdfd9fc9c,0x397c77b5,0xbdd00042,0x8000000b,0xc6000f7c,0xf40f3b07,0xc08e0ab0,0x0e902601,0xef0b009f,0xe8fd6fe5,0xfc1ef10a,0xebbef2cf,0x4544f000,0xf1100000,0x00bf0001,0x6a0e4013,0x214fe6ff,0x1fd7fc7c,0x3b7c47b6,0xbdf00041,0x8000000b,0xdf000f84,0xf57f4007,0xd05d0ab0,0x10502901,0xdf09009f,0xe7fc0fdf,0xfc1efe0a,0x6bc0f50f,0x5344b000,0xf1300000,0x00c60001,0x7210200b,0x211fc900,0xffd6fc8c,0x3a7c07ba,0xbe000040,0x7000000b,0xf6000f8b,0xf3df3f06,0xf0260b70,0x12f02a01,0xdf0300bf,0xe5fa1fd7,0xfc9f0909,0x5bc0f88f,0x6f442000,0xf0b00000,0x00d50001,0x7c138ff3,0x1def8b04,0xbfd6fcec,0x397bb7c6,0xbe10003e,0x6000000c,0x20000f99,0xf4bf3a04,0x40120d40,0x13e02a01,0xceff00bf,0xe5f98fd6,0xfccf0c08,0xfbc0f91f,0x7f43f000,0xf0800000,0x00d40001,0x7a14bfe9,0x1cff7505,0xffd7fd1c,0x397b97ca,0xbe20003d,0x8000000c,0x2f000fa0,0xf57f3803,0x50160dc0,0x15202b01,0xcefb00af,0xe4f94fd7,0xfcbf1008,0x6bc2f99f,0x9043e000,0xf0800000,0x00db0001,0x92169fed,0x1a7f1d08,0x2fd9fd5c,0x3a7b97cf,0xbe40003c,0x4000000c,0x45000fab,0xf8cf3802,0x600d0e00,0x18902d01,0xaef4009f,0xdff87fdc,0xfcaf1906,0xcbc9fadf,0xba43b000,0xf0b00000,0x00f60001,0xdf1c4000,0x123e1610,0x4fdcfe1c,0x3c7be7dd,0xbea00038,0xb000000c,0x86000fcb,0xfa9f3500,0x30230e90,0x19f02b01,0x6ef600cf,0xe0f7cfde,0xfcdf1906,0x0bcafb5f,0xc343a000,0xf0f00000,0x01090002,0x08200013,0x0bedac18,0xdfddfeac,0x3b7c47e8,0xbeb00036,0xd000000c,0xad000fdb,0xfc9f32ff,0xf03a0ea0,0x1bf02a01,0x3ef400ff,0xdff6efde,0xfd0f1805,0x5bccfcaf,0xc4437000,0xf1700000,0x01190002,0x3023401f,0x05cd6421,0xafdfff5c,0x3b7cb7f7,0xbec00033,0xf000000c,0xe9000ff6,0xfc2f31ff,0xd0150e90,0x20d02b01,0x1ee3011f,0xd8f52fda,0xfd9f0805,0x7bd8017f,0xa9428000,0xf2d00000,0x011a0002,0x70214ffa,0x055da624,0xdfe6006c,0x3f7d3815,0xbee0002c,0xb000000d,0x71000036,0xfc1f35ff,0xd0260eb0,0x25c02b00,0xded7014f,0xcdf2dfdb,0xfe1edf06,0x9be105df,0x85421000,0xf3900000,0x011c0002,0xd319efd4,0x0bce3f1e,0x9fef013c,0x437dc82a,0xbed00025,0x3000000d,0xef000060,0xfe3f2dff,0xaff90ff0,0x29702800,0x9ed2019f,0xc3f08fda,0xfe7eb407,0xfbe307ef,0x5c421000,0xf3d00000,0x01230003,0x2d129fbe,0x140ee815,0x7ffd01fc,0x447e083a,0xbea0001f,0x2000000e,0x5000006d,0xff4f16ff,0x9fd71110,0x2ac02700,0x6ed101cf,0xc0efbfd9,0xfe9ea308,0x8be308af,0x49422000,0xf3f00000,0x01200003,0x45103fb9,0x156f2f12,0x2003022c,0x437e283e,0xbe90001d,0x0000000e,0x73000066,0xfd6f05ff,0x4fd611b0,0x31c029fe,0xeecf036f,0xbdec6fcb,0xff0e430b,0x5bde0c4e,0xe342b000,0xf5000000,0x00d30003,0x76077fb4,0x0c40a004,0xf02501ec,0x437f7841,0xbf200012,0xf000000f,0x1e000fed,0x076e7bfa,0xff2c1650,0x35102dfe,0x4edc03bf,0xc0eb6fcd,0xff1e170b,0x9bd20a8e,0xdd43f000,0xf5200000,0x00a70003,0x74067fc3,0x08f0db01,0x9030012c,0x42803837,0xbf80000f,0x4000000f,0x5c000fb1,0x0c4e48f8,0x7ef61890,0x39c035fd,0x7f07033f,0xd7e9bfe6,0xfecdf601,0x9bb5084f,0x83447000,0xf4e00000,0x006e0003,0x36064fd2,0x0730ecff,0xd034000c,0x3f80e822,0xc010000a,0x8000000f,0xa5000f79,0x0e0e1ff6,0x2ee01a80,0x3d503bfc,0xff2e026f,0xf4ea6ffd,0xfeadf902,0xbb98044f,0x1e437000,0xf4d00000,0x00520002,0xeb065fd2,0x0b50cf02,0x0031fefc,0x3e81180f,0xc0800007,0xb000000f,0xc5000f68,0x0e9e18f6,0x1eee1ab0,0x428048fc,0xdf5e01b0,0x11f0affb,0xffee11ff,0x5b7af63f,0xe8420000,0xf5600000,0x00510002,0x8606efc5,0x19707609,0x1036fd6c,0x398097f4,0xc1200004,0xb000000f,0xd1000f53,0x0f6e17f8,0xeef31910,0x454053fd,0x5f870190,0x19f7ffe9,0x010e4dfa,0x4b80edf0,0x39424000,0xf5f00000,0x006f0001,0xf3083f9e,0x1da03b0b,0xf046fcec,0x388007e9,0xc1900003,0x5000000f,0xd3000f58,0x025e25fc,0x6f8316a0,0x463057fe,0x0fad0140,0x19ff5fe1,0x01ce8df7,0xcb90ed60,0x6242b000,0xf6300000,0x00890001,0x51092f65,0x1930260b,0x7054fcdc,0x3780e7eb,0xc2000003,0x6000000f,0xdb000f7e,0xfefe46fe,0x3fb71540,0x461055fe,0xafd30080,0x14036fe0,0x033ea9f6,0x2b9ced90,0x8342c000,0xf6200000,0x00900000,0xdd0a0f33,0x16b0120a,0x5069fc7c,0x3282d7e9,0xc2300004,0x8000000f,0xe5000f96,0xf85e6afd,0xcfdd15b0,0x45a056fe,0xaff4ffe0,0x0c03cfe2,0x047ea4f4,0xdba2ed20,0xa742c000,0xf5500000,0x008d0000,0xa90aff1c,0x17affe0a,0x407bfbec,0x2f8557dc,0xc2900005,0x1000000f,0xdc000f98,0xf74e95fc,0x10241670,0x453056fe,0x5007ffb0,0x0202efe7,0x04eea0f4,0x0ba7ec90,0xbf430000,0xf4c00000,0x008a0000,0x990b5f18,0x18fff80a,0x6082fbfc,0x2d86f7d4,0xc2d00004,0x4000000f,0xd7000f95,0xf6feb3fa,0xf0471660,0x44b053fe,0x0015ffef,0xfa01aff0,0x04fe9bf3,0xfbabed20,0xc4433000,0xf4500000,0x00870000,0x990b8f18,0x1930080a,0x3082fc3c,0x2e87c7cf,0xc2e00001,0xd000000f,0xe1000f99,0xfb4ec5fb,0x304a1500,0x441050fe,0x1021000f,0xf5009ff7,0x04ae94f4,0x4baced60,0xbe434000,0xf3f00000,0x00870000,0xa20b4f1b,0x18f01d0a,0x308cfc0c,0x2f8807cc,0xc2b00001,0x4000000f,0xd7000f99,0xfd1ec6fc,0x10561390,0x43104dfe,0x5030002f,0xf1ff3fff,0x040e87f4,0xabaced90,0xb6435000,0xf3800000,0x00860000,0xbd0a7f24,0x18603c0a,0x90b1fb2c,0x2d8827c7,0xc2400001,0xb000000f,0xc4000f85,0xfdbeb7fc,0xeff41240,0x42a04efe,0x6034003f,0xf0fef001,0x03ce7ff5,0x1bacedb0,0xaf436000,0xf3400000,0x00850000,0xd20a0f2b,0x1850480a,0xc0c7facc,0x2a8827c3,0xc2000001,0x8000000f,0xcc000f71,0x040eadfc,0x90051240,0x42504bfe,0xa031002f,0xefff2000,0x037e77f5,0xbbaced80,0xa3438000,0xf2f00000,0x00870000,0xf909af38,0x18c0480a,0xd0d3fa9c,0x2687d7c1,0xc1e00001,0x6000000f,0xdd000f75,0x081eb1fc,0x7fbb1180,0x426049fe,0xe028000f,0xf0ff5fff,0x033e73f6,0x4baded10,0x99439000,0xf2d00000,0x008a0001,0x11098f3e,0x1940400a,0xb0d5f83c,0x2687a79f,0xc1f00001,0x7000000f,0xe2000f80,0x196eb6fc,0xcf121090,0x428049fe,0xf025ffff,0xf0ff5fff,0x033e72f6,0x1badece0,0x9c43a000,0xf2d00000,0x008a0001,0x15098f3e,0x19703d0a,0xc0d5f6ec,0x26878781,0xc2000001,0x6000000f,0xe2000f82,0x1f8eb7fc,0xde5e1060,0x43e04bff,0x5007ff6f,0xf2fee001,0x02de64f6,0x6baeea50,0x94439000,0xf3000000,0x00890001,0x2709ff42,0x1c40220b,0xb0d0f5fc,0x2d85e76d,0xc2600000,0xc000000f,0xd9000f8b,0x1f7ec0fe,0x3e750f10,0x43e04bff,0x4007ff7f,0xf2feb001,0x02de64f6,0x2baeea30,0x98439000,0xf3100000,0x00890001,0x260a0f42,0x1c501f0b,0xb0cff61c,0x2d85b771,0xc2600000,0xc000000f,0xd9000f8a,0x1f8ec0fe,0x6e750ef0,0x43804dfe,0xc00affef,0xf4fd8001,0x02be6af6,0xcbb0e9d0,0x8e439000,0xf3500000,0x00880001,0x1c0a3f41,0x1bf00a0b,0x90c7f65c,0x2f848772,0xc2a00000,0xb000000f,0xd6000f81,0x1fceb8ff,0xbe6b0e50,0x43104dfe,0x4010006f,0xf4fce000,0x02be72f6,0x4bb1e9a0,0x96438000,0xf3a00000,0x00880001,0x0e0aaf41,0x1adff40b,0x50bbf6bc,0x30836779,0xc2c00000,0xb000000f,0xd9000f6e,0x208ea400,0x8e4f0e00,0x42d04efd,0xe01600bf,0xf4fcefff,0x02ce7bf6,0x6bb2e9b0,0x95438000,0xf3c00000,0x00870001,0x000aef41,0x19bfe70b,0x30adf6fc,0x3183177f,0xc2d00000,0xb000000f,0xe1000f66,0x214e9b00,0x2e310e50,0x42804efd,0xd02100af,0xf4fd3000,0x02ce8af6,0x0bb3ea30,0x9e438000,0xf3c00000,0x00880000,0xed0aef3f,0x18dfe00b,0x30a4f72c,0x2e82d780,0xc2c00000,0xd000000f,0xe6000f65,0x218e9c00,0x0e220eb0 +}; + +u32 ANIM_ENTRY_death_forward_face_down_soft[] = +{ + 0xfef01eff,0x30250040,0x17fb9fc3,0xfef7947d,0xd3bb77e8,0x39c31000,0xeaf00000,0x01210001,0x1c0defc7,0x129fdfff,0x1014ff2c,0x3a83b7fa,0xc2300007,0x3000000f,0xd3000012,0xfa0fa600,0xc013fc50,0xfeb024ff,0x201d0020,0x17fc6fbf,0xfee7947e,0x53ba7af8,0x32c1b000,0xecd00000,0x01020001,0x500edfd4,0x115fdf00,0x6011febc,0x418287ef,0xc2300008,0x7000000f,0xb500001f,0xfaef9901,0x6012fc70,0xfcb036fe,0xa0090060,0x1e00afa7,0xfe17f981,0xf3ba8358,0x1abd3000,0xf4800000,0x00a90001,0xdf12bfe2,0x10efa406,0x501fff3c,0x477db7f1,0xc140000b,0x3000000f,0x7400002e,0x02cf8804,0xffbcfd90,0xf9d040fe,0x5ff002e0,0x2c09af63,0xfd0a5088,0x83bc80d7,0xe4ba0000,0xf9700000,0x00550000,0xab13bec6,0x206edf09,0x201e00dc,0x527a9814,0xc0b0000d,0x7000000f,0x53000043,0x037f7807,0xcfbffea0,0xf7f049fe,0x7fd00690,0x3a172f23,0xfdccc08f,0x33ac7727,0xa2b7b000,0xf4b00000,0x0033000f,0x340f4d96,0x3a6e46fe,0x901d027c,0x55794839,0xc040000e,0x8000000f,0x48000052,0x042f7009,0x3fbdff80,0xf6f058fe,0x5fb20960,0x45236f21,0xfebd3193,0xf39575f7,0x91b5c000,0xefd00000,0x0056000f,0x530f2dd2,0x419e80f8,0xd02d031c,0x5078684b,0xbfa0000f,0x9000000f,0x34000054,0x03ff7209,0xcfbd0040,0xf65062fe,0x0fa20ad0,0x4829af22,0xfefd2d96,0x63867817,0x96b47000,0xee500000,0x0073000f,0x720dde46,0x3c3ee3f9,0xd036028c,0x53785847,0xbfb00011,0x2000000f,0x1c00005a,0x035f7109,0x5fbc0050,0xf6106ffd,0xbf8e0c40,0x472cff21,0xff4d079a,0x238079e7,0x75b37000,0xeca00000,0x007b000f,0x4f09feea,0x31cf7ffa,0xe035012c,0x6278b838,0xc0800013,0x6000000f,0x04000074,0x01cf6608,0x1fc00020,0xf6808cfd,0x5f6b0d90,0x432b5f2b,0xffdc9aa1,0xb38878b6,0xfdb36000,0xe9300000,0x0070000e,0xcb047fd2,0x243065f9,0xa02cff2c,0x7e78e827,0xc2100015,0x7000000e,0xfb0000ad,0xfe2f4e06,0x7fd00000,0xf6e0a1fd,0x1f5a0d40,0x38271f40,0x003c45a5,0xc38a76e6,0xcfb40000,0xe8d00000,0x0092000e,0x86040ff1,0x1fe08cfa,0x4030ff5c,0x8177e830,0xc1e00014,0x9000000f,0x0a0000c0,0xfd6f4907,0x4fe200b0,0xf6d0b3fc,0xcf490cc0,0x2e218f65,0xff9ba5a9,0x83b37726,0xb4b41000,0xe8e00000,0x00c6000e,0x7403dff4,0x19d07ffc,0x1035004c,0x7f77083d,0xc1a00013,0x1000000f,0x190000cb,0xfa5f4c08,0x1ffa0170,0xf690b7fc,0xdf450c90,0x2b1daf7d,0xfeab1cab,0x23f17966,0xa3b37000,0xe9000000,0x00d8000e,0x95038fef,0x153051fe,0x102f00ec,0x7f77383f,0xc1d00012,0x3000000f,0x1b0000d1,0xf9ff4b07,0xd0060180,0xf680b8fc,0xff460c70,0x291a0f88,0xfd9a78ac,0x645b7c76,0x8eb2d000,0xe9300000,0x00e4000e,0xd7032fee,0x10f00601,0x8021013c,0x8478083d,0xc2600011,0x9000000f,0x1c0000de,0xf9cf3f06,0xd00f0130,0xf680b8fd,0x0f470c30,0x29198f8a,0xfd49d8aa,0x84d77c76,0x8cb35000,0xe8400000,0x00ff000f,0x3002bfef,0x12bfdb05,0x101b019c,0x8578683d,0xc2800011,0x0000000f,0x1c0000e8,0xf8df3106,0x70100110,0xf670b8fd,0x0f4a0b10,0x2e19bf98,0xfd490fa4,0xb5797f36,0x88b2d000,0xe5d00000,0x011b000f,0xac02cfda,0x142fbb09,0xd018022c,0x8578983e,0xc2900010,0x4000000f,0x1c0000f5,0xf74f2106,0x40140110,0xf680b5fd,0x1f530880,0x3a18ffb7,0xfd58879b,0x85f285b6,0x66b13000,0xe2400000,0x01220000,0x0804ef95,0x127f950d,0xb01502dc,0x8678c83f,0xc290000f,0x5000000f,0x1e000100,0xf63f1706,0x402100d0,0xf690adfd,0x1f5d06b0,0x4317efae,0xfda83a92,0x064a8696,0x59af1000,0xdf600000,0x01370000,0x350a5f3c,0x140f5910,0x8015039c,0x8279183f,0xc270000e,0x5000000f,0x1e000104,0xf56f1206,0xb0320080,0xf670a1fc,0xff5d0680,0x4416df80,0xfe980e8c,0x56678306,0x7cab7000,0xe0b00000,0x014e0000,0x43128ef8,0x15ff5411,0x0014044c,0x7f79483e,0xc230000d,0xb000000f,0x19000101,0xf4bf1507,0x30440050,0xf6609bfd,0x0f5e0660,0x42151f62,0xff87dd87,0xb65d8046,0x91a79000,0xe2700000,0x012e0000,0x71195ee7,0x153f8e0f,0x300e049c,0x8179783e,0xc240000d,0x7000000f,0x16000101,0xf46f1507,0x1051fff0,0xf6a09cfd,0x3f6205c0,0x3e147f5e,0x0077a382,0xe64079f6,0xa1a6c000,0xe3400000,0x01150000,0xcb1c3f16,0x17ffa30b,0xa00c04cc,0x8379483b,0xc240000d,0x3000000f,0x0d000104,0xf41f1207,0x1059ff90,0xf6a09bfd,0x4f6504e0,0x3714bf60,0x0187597f,0x26167306,0xbda6d000,0xe4d00000,0x01110001,0x131c1f56,0x1a4fad07,0xb00f04dc,0x8178f832,0xc200000d,0x2000000e,0xf5000100,0xf3af1507,0x7060ff90,0xf68098fd,0x3f6a0420,0x3214cf62,0x02b7207c,0x55ed6fd6,0xcda5b000,0xe6000000,0x00f20001,0x011b0f67,0x182fc304,0xf012050c,0x8278c82d,0xc1f0000d,0x3000000e,0xe60000fb,0xf35f1807,0xa063ff90,0xf66096fd,0x2f7503b0,0x2e145f62,0x0397097a,0x15d26e66,0xdfa51000,0xe5800000,0x00e70000,0xc91a9f50,0x165fca03,0xc013052c,0x8178b82c,0xc1e0000d,0x2000000e,0xe10000f8,0xf35f1a07,0xc063ffa0,0xf66096fd,0x2f7803a0,0x2d142f62,0x03d70779,0x85cd6e06,0xe6a51000,0xe5300000,0x00e90000,0xb91a8f48,0x160fca03,0x8013052c,0x8178b82c,0xc1e0000d,0x2000000e,0xe00000f7,0xf35f1a07,0xd063ffa0,0xf66096fd,0x2f7803a0,0x2d142f62,0x03d70779,0x75cc6e06,0xe6a51000,0xe5300000,0x00ea0000,0xb81a8f47,0x160fca03,0x8013052c,0x8178b82c,0xc1e0000d,0x2000000e,0xe00000f7,0xf35f1a07,0xd063ffa0,0xf64093fd,0x2f820370,0x26144f60,0x04e70478,0x45b86a87,0x0fa68000,0xe4d00000,0x01100000,0x901a8f1b,0x175fc102,0xf015052c,0x7d78b82a,0xc1b0000d,0x5000000e,0xdb0000f2,0xf33f1e08,0x2063ffd0,0xf6308ffd,0x2f840360,0x24148f62,0x05370578,0x55b16a17,0x14a69000,0xe5400000,0x010f0000,0x951adf0e,0x172fbe02,0xb014053c,0x7d78c829,0xc190000d,0x5000000e,0xd70000f1,0xf33f2008,0x5064fff0,0xf60088fd,0x1f880330,0x1f14ff65,0x05f70778,0x959f68e7,0x21a6c000,0xe6600000,0x010d0000,0xa01baef0,0x168fb702,0x0011057c,0x7b78f826,0xc150000d,0x4000000e,0xcd0000ef,0xf33f2408,0xc0660020,0xf60083fd,0x2f8b0370,0x1c14df62,0x06471078,0xf59468a7,0x28a6a000,0xe6d00000,0x01070000,0xaf1c7ee6,0x161fb101,0xd00c057c,0x7d794821,0xc170000d,0x5000000e,0xc80000f0,0xf37f2308,0xa067fff0,0xf6207cfd,0x3f9403e0,0x1713ff60,0x06d72279,0xc5796797,0x33a75000,0xe7100000,0x01080000,0xdc1dfef2,0x16ffa101,0xf006059c,0x8179a81b,0xc1b0000d,0x2000000e,0xc10000ed,0xf3ff2308,0x8069ffb0,0xf63079fd,0x2f9b03e0,0x1413af62,0x0727287a,0xb5646667,0x3fa87000,0xe7800000,0x01150000,0xfc1e8f07,0x185f9802,0x400805bc,0x80798819,0xc1a0000c,0xe000000e,0xbc0000e6,0xf41f2608,0xe069ffd0,0xf61077fc,0xff9c03c0,0x1413ef63,0x07372e7b,0xc5566607,0x4aa95000,0xe7f00000,0x011b0001,0x051dff16,0x189f9602,0xc00a05cc,0x80793817,0xc170000c,0xe000000e,0xb40000e0,0xf41f2909,0x50690000,0xf5f075fc,0xdf9e0390,0x14144f67,0x06d7327c,0xd5486607,0x53aa1000,0xe8300000,0x011c0001,0x0e1d2f26,0x187f9303,0x700c05dc,0x8278d815,0xc150000c,0xd000000e,0xab0000dd,0xf40f2909,0xd0680030,0xf61076fc,0xafa502e0,0x15158f71,0x04e7317e,0x85356657,0x55ab3000,0xe8600000,0x011e0001,0x1d1bff3b,0x18af8504,0x800d061c,0x85782816,0xc130000c,0x8000000e,0xa70000dd,0xf3ef290a,0xb0680080,0xf60075fc,0x8fa90260,0x17173f80,0x02473f80,0xa52c66e7,0x62ac8000,0xe8e00000,0x012e0001,0x1b1aff43,0x186f8505,0x200f064c,0x8477b815,0xc0d0000c,0x8000000e,0x9c0000db,0xf39f2b0b,0x906900f0,0xf5f072fc,0x6fad0210,0x19176f94,0x00375082,0x652568a7,0x71ad2000,0xe8f00000,0x012b0001,0x1a1a3f47,0x16df9405,0x600f068c,0x85776815,0xc090000c,0xa000000e,0x930000d9,0xf35f2e0c,0x206c0120,0xf61070fc,0x7fb101c0,0x1b173fa0,0xff075883,0xa51d6917,0x6eadd000,0xe8d00000,0x01180001,0x2219bf4f,0x172f9905,0x700d06cc,0x86772816,0xc070000c,0x8000000e,0x900000d8,0xf35f2e0c,0x806f0130,0xf6206dfc,0x7fb30160,0x1c181fa9,0xfe576685,0x25196917,0x81af7000,0xe9000000,0x01280001,0x1f192f4f,0x179f9705,0x500e06cc,0x83771814,0xc040000c,0xb000000e,0x870000d4,0xf36f350c,0xe0720150,0xf6306afc,0x6fb500e0,0x1c190fb2,0xfda77986,0xc5166ae7,0xa2b0d000,0xe9100000,0x01340001,0x11185f4b,0x15df9d05,0x300e06bc,0x82772811,0xc010000d,0x2000000e,0x7d0000cd,0xf3cf3d0d,0x00750150,0xf66067fc,0x9fb700a0,0x1d18ffb2,0xfd478287,0xb50e6c77,0xb0b19000,0xe8f00000,0x01250001,0x0a176f4e,0x14efa604,0xd00c069c,0x84777811,0xc040000d,0xb000000e,0x7d0000c6,0xf48f430c,0xa0770110,0xf6a05ffc,0xbfbc00f0,0x1f199fae,0xfd078b88,0x55046be7,0xc6b38000,0xe8b00000,0x01300000,0xff161f55,0x165fa604,0x200d067c,0x81781812,0xc050000e,0xa000000e,0x7a0000b8,0xf51f4d0c,0x507700d0,0xf69057fc,0xbfbf0140,0x211a4fab,0xfcd79388,0x64ff6b87,0xd8b4a000,0xe8700000,0x01400000,0xf3155f57,0x16ffa503,0xc00e066c,0x7e788811,0xc030000f,0x6000000e,0x730000ae,0xf52f540c,0x407800c0,0xf69056fc,0xbfbf0150,0x221a6fab,0xfcd79488,0x64ff6b77,0xdbb4d000,0xe8600000,0x01430000,0xf1154f57,0x170fa503,0xb00e066c,0x7e789811,0xc030000f,0x8000000e,0x720000ac,0xf53f550c,0x407800c0,0xf6603ffc,0xdfc50250,0x291bdfa0,0xfc97ab88,0x04f36d77,0xfbb55000,0xe7e00000,0x01340000,0xce134f56,0x15efa904,0x000005dc,0x827a7807,0xc0e00012,0x7000000e,0x5400009c,0xf56f5e0a,0x807affb0,0xf6803ffc,0xffc40240,0x281bff9f,0xfc87ad87,0xc4ef6d27,0xfeb5c000,0xe7b00000,0x01310000,0xcd132f55,0x16afa604,0x1ffe05ac,0x837aa808,0xc1000012,0xe000000e,0x5500009d,0xf56f5e0a,0x2078ff80,0xf6f03ffd,0x0fc101d0,0x261cbf9f,0xfcc7a887,0x14e36b78,0x07b75000,0xe7700000,0x012e0000,0xd6131f56,0x198f9904,0x5ffd057c,0x847ac80c,0xc1200013,0xc000000e,0x5500009a,0xf57f6309,0xb074ff40,0xf7203ffd,0x0fb70100,0x221e9fa2,0xfd679b85,0xd4d26948,0x1db97000,0xe7700000,0x01330000,0xee13af56,0x1cef8504,0xa005059c,0x7d7a9811,0xc0c00014,0x9000000e,0x4c00008b,0xf57f6f09,0xe071ff60,0xf71039fd,0x1fad0070,0x201fffa9,0xfe078984,0x64c26868,0x2dba2000,0xe7800000,0x011f0001,0x0814cf57,0x1def7904,0xf00605fc,0x7a7ab814,0xc0900015,0x8000000e,0x3b000081,0xf5af740a,0x106fff70,0xf74030fd,0x6fab0060,0x1e1fefaf,0xfe877982,0xb4b46638,0x2fbab000,0xe6f00000,0x01070001,0x1815bf57,0x1fbf6e04,0xcffc062c,0x7e7b2813,0xc0b00016,0x5000000e,0x2b000083,0xf5ff700a,0x106eff60,0xf7502bfd,0x7fac0070,0x1e1fafaf,0xfed77281,0xa4ac6408,0x36bb8000,0xe6a00000,0x01090001,0x1a15ff58,0x20df6804,0x5ff9064c,0x7e7b6812,0xc0900017,0x1000000e,0x1e000082,0xf61f710a,0x606fff90,0xf6e01ffd,0x6fa700b0,0x201f0fac,0xffd75f7f,0x449c6118,0x5cbd1000,0xe6a00000,0x011d0001,0x1615cf5e,0x1f0f6f03,0x9ff5065c,0x7c7bc80f,0xc0100019,0x8000000d,0xf600007a,0xf62f7c0b,0x90710040,0xf7101afd,0x9f9d00a0,0x221ccfae,0x00b7557d,0x14945f38,0x68bd4000,0xe6300000,0x01160000,0xff155f59,0x1def7903,0x0ff2064c,0x7e7be812,0xc000001b,0x0000000d,0xea000079,0xf66f7e0b,0xd0720070,0xf78014fd,0xbf9800b0,0x2219cfb0,0x01c7407a,0x34865d38,0x73bdd000,0xe5000000,0x01180000,0xe714ef4e,0x1c5f8102,0x8ff1066c,0x807c4819,0xc000001c,0xa000000d,0xdf000078,0xf6cf7f0c,0x307400b0,0xf6f00cfd,0xbf9a0100,0x24180fb1,0x02771f77,0x64765cb8,0x89be3000,0xe4000000,0x01250000,0xdb155f3d,0x199f8702,0x9ff306ac,0x7a7cb81d,0xbf90001f,0x2000000d,0xba000071,0xf72f830d,0x20740150,0xf66007fd,0xcf980120,0x2316cfb6,0x02770775,0x94725c88,0x9abe2000,0xe3800000,0x01270000,0xd0168f27,0x17ef8702,0xfff706dc,0x777cd81d,0xbf000021,0x3000000d,0x9700006c,0xf7df840e,0x107201f0,0xf5f009fd,0xffa00140,0x20120fbc,0x0356e573,0x74795a28,0x9bbd9000,0xe2300000,0x01200000,0xc01a5eec,0x190f7503,0xbfff06bc,0x7c7cf820,0xbe700025,0x0000000d,0x5f00006f,0xf9df7c10,0x20600360,0xf5300cfe,0x0fab0170,0x1b0dffbd,0x03a6cb71,0xd4915958,0xa0bcf000,0xe1000000,0x01270000,0xb21eaeb5,0x19cf5504,0x3008065c,0x7c7d981e,0xbd200029,0xb000000d,0x15000075,0xfc2f7d13,0xf03c0550,0xf4500ffe,0x2fb30180,0x170b1fc2,0x0326c271,0x14b85b78,0xadbb9000,0xe0900000,0x012e0000,0xa3215e97,0x18df2f04,0xf00f05ac,0x7c7e8816,0xbbe0002e,0x5000000c,0xcd000084,0xfe8f8617,0xc01106c0,0xf3f010fe,0x4fb801b0,0x16086fc1,0x0276c870,0xe4db5d18,0xb2ba6000,0xe0500000,0x01300000,0x97219e8f,0x17df2606,0x101404ec,0x817f180e,0xbb700031,0x8000000c,0xa2000099,0x00bf901a,0x1ff10750,0xf3d012fe,0x5fba01e0,0x16062fbe,0x01e6d070,0xd4f55e08,0xb3b98000,0xe0200000,0x01320000,0x8d213e8c,0x172f2907,0x1019043c,0x877f7808,0xbb400033,0xa000000c,0x870000ab,0x027f981b,0x9fd907a0,0xf3c012fe,0x5fbb01e0,0x1605dfbe,0x01c6d170,0xc4f95e28,0xb3b97000,0xe0100000,0x01320000,0x8c212e8c,0x171f2a07,0x301a042c,0x877f7807,0xbb400033,0xf000000c,0x830000ae,0x02cf991b,0xdfd607a0,0xf4701bfe,0x6fcf02d0,0x13fb5fac,0xff96ec6f,0xb56562b8,0xb4b6e000,0xddb00000,0x01500000,0x6f195ec5,0x16ff5305,0x803d01cc,0x9e8097f5,0xba80003b,0xe000000c,0x2f000117,0x0dcfe123,0x1f6c0780,0xf4701bfe,0x5fcf02e0,0x13fb2fac,0xff76ec6f,0xb56762e8,0xb5b6d000,0xddb00000,0x01510000,0x6e191ec7,0x16df5405,0x703e01bc,0x9e8097f5,0xba70003c,0x1000000c,0x2d00011a,0x0e0fe323,0x4f6a0770,0xf49018fe,0x4fd20360,0x15f8afa7,0xfe56f06f,0xb5886538,0xbfb5d000,0xddb00000,0x015e0000,0x4f15eee6,0x153f6e05,0x104a010c,0xa080c7ee,0xb9f0003e,0xa000000c,0x0c000138,0x121ff625,0x5f580680,0xf5400bfe,0x8fd504f0,0x19f01fa5,0xfad6ec6f,0xd5df6ad8,0xc9b2c000,0xde100000,0x016f000f,0xc00d3f55,0x11cfb803,0xb072ff4c,0xa180d7d8,0xb8b00045,0x8000000b,0x9d00016f,0x1e000229,0x5f300390,0xf69005ff,0x1fcd05c0,0x13e9afa7,0xf966c270,0x36046aa8,0xafb27000,0xde400000,0x016f000f,0x2e084fbc,0x11dfd303,0x0088fe6c,0x9a8037cb,0xb8300049,0xa000000b,0x40000136,0x254fbc29,0xdeff0170,0xf7f007ff,0x9fc005a0,0x06e77fb0,0xf9f67e70,0x65f06728,0x92b4b000,0xddc00000,0x0176000e,0xdc062001,0x12ffca02,0xe084fe2c,0x8f7f77c4,0xb830004b,0xa000000b,0x030000c3,0x26df5f28,0x9ec10010,0xf8f01000,0x3faf050f,0xfce9afba,0xfaf62d71,0xc5ad6278,0x85b8b000,0xde000000,0x0184000e,0xbe04c030,0x11efcb02,0xc06bfe0c,0x827e57c8,0xb800004d,0xe000000a,0xda00005f,0x24ef3125,0xfe79ff20,0xfa501b00,0xaf97044f,0xfaee3fc5,0xfc85ea72,0xb5425d68,0x88be1000,0xde100000,0x0195000e,0xa204e035,0x0eafda02,0xa04cfe0c,0x797cc7d0,0xb840004f,0xd000000a,0xbe000012,0x219f2421,0x8e29ff60,0xfbe01f00,0x8f7e03f0,0x02f35fcf,0xfee5e571,0x94de5b28,0x9fc1d000,0xddd00000,0x0195000e,0xb5073fba,0x0b6fe402,0xe036fe1c,0x787c37cf,0xb8e0004f,0x6000000a,0xc3000ffa,0x1eff281e,0x1df900d0,0xfd601f00,0x3f610390,0x0bf92fd6,0x01e5e970,0x848159c8,0xbdc4f000,0xded00000,0x0186000f,0x480c4f03,0x0abfdb03,0x0022fe5c,0x757c77ce,0xb920004d,0xd000000a,0xdb000fdd,0x1c9f1d1c,0x3ddd01c0,0xfe9021ff,0xef4d0310,0x14fcbfd3,0x04a5fa6f,0xf43e5898,0xd1c6f000,0xe0300000,0x016e000f,0xf012ceae,0x0cafca03,0x0018fe9c,0x777c77d2,0xb970004c,0x1000000a,0xfe000fcb,0x1b6f161b,0x6dd40240,0xff4024ff,0xbf4702b0,0x1afe2fce,0x06a6076f,0xc41757c8,0xd9c80000,0xe1400000,0x015e0000,0x3e164ea4,0x0e9fc002,0xa014feac,0x797c87d7,0xb990004b,0x0000000b,0x16000fc8,0x1b0f181b,0x8dd20240,0x007028ff,0x3f450230,0x23006fbc,0x0b85fb70,0x13c55628,0xe0c9f000,0xe3e00000,0x01420000,0x9919eed0,0x107fd100,0x9009fecc,0x7c7d37dd,0xb9a00049,0x3000000b,0x3d000fc2,0x1a7f201d,0x2dd10130,0x01a028fe,0xbf4401e0,0x2c01bfa5,0x1055d870,0xe37a5528,0xe0cb2000,0xe6600000,0x012f0000,0xde19cf28,0x0e3006fd,0x4ffdfefc,0x7c7de7df,0xb9900047,0xb000000b,0x5a000fc0,0x19ff271e,0x1dd20070,0x02f027fe,0x7f4601e0,0x3200cf99,0x13f5d371,0xa35456b8,0xdecaa000,0xe8100000,0x012c0001,0x0915af91,0x09301ffa,0x8ff7fedc,0x7e7dd7dd,0xb9c00046,0x7000000b,0x6f000fcf,0x19af301c,0xedd40110,0x049026fe,0x4f5001d0,0x37ff0f96,0x16e5f672,0x034959f8,0xe1c94000,0xe8a00000,0x01330001,0x1c11afda,0x06900cfa,0xfff3fecc,0x7f7d97dd,0xb9d00045,0x3000000b,0x84000fe6,0x18ef3d1b,0x2dd70180,0x057026fe,0x3f5601b0,0x38fe8f98,0x18160b72,0x134a5bd8,0xe4c86000,0xe8a00000,0x01370001,0x24109fee,0x064ffdfc,0x2feffecc,0x7f7d97de,0xb9c00044,0x8000000b,0x8e000fef,0x185f451a,0x7dd90180,0x058026fe,0x3f5701b0,0x38fe7f98,0x18460e72,0x134a5c18,0xe4c84000,0xe8900000,0x01380001,0x25107fef,0x064ffafc,0x5feffecc,0x7e7d97de,0xb9b00044,0x7000000b,0x8f000ff0,0x184f461a,0x5dd90180,0x076022fe,0x1f590180,0x40feef9b,0x18964c72,0x736d5f08,0xe9c5c000,0xe9600000,0x01400001,0x3512cfbf,0x0abfd9ff,0xffe9fefc,0x797d57db,0xb9500043,0x7000000b,0x96000ffd,0x162f4f17,0x7de902b0,0x07f022fe,0x0f590170,0x40feaf9d,0x18a65c72,0x83785f98,0xe9c54000,0xe9800000,0x013f0001,0x2d132fad,0x0b6fd600,0x5fe9fefc,0x7a7d17dc,0xb9700043,0x2000000b,0x9b000fff,0x15df4e16,0xadec0320,0x096024fd,0xdf590150,0x41fe3fa3,0x18a67972,0xb39360f8,0xe8c43000,0xe9a00000,0x013c0001,0x1513bf86,0x0d0fd900,0xefe9ff1c,0x7c7ca7dd,0xb9c00042,0x2000000b,0xa9000001,0x14ff4814,0x5df30440,0x0b8022fd,0x7f530150,0x3efebfa6,0x17b68472,0xc3ad6238,0xe9c31000,0xe9400000,0x01320001,0x0212ef76,0x0e9fee00,0xcfe1ff4c,0x7b7c97dc,0xb9e00040,0xc000000b,0xba000ffd,0x138f4110,0xfdfd05d0,0x0db01ffd,0x2f4c0180,0x3cffefa2,0x15368172,0x93be61f8,0xefc2a000,0xe8e00000,0x01260000,0xf70fdf8a,0x10100c00,0x1fd5ffbc,0x787c77dd,0xba00003f,0x0000000b,0xd2000ff5,0x123f380d,0x0e0c0800,0x0ff01efc,0xcf4601a0,0x3bffcfa4,0x13268072,0x13ca6048,0xf3c2b000,0xe8a00000,0x011b0000,0xeb0b9f9f,0x12101cff,0xdfcc003c,0x767c27e3,0xba50003c,0xf000000b,0xf5000ff1,0x117f2e09,0x4e1c0a40,0x11601ffc,0x9f4401c0,0x39ff7fa6,0x12067e71,0xa3cd5f48,0xf8c30000,0xe8800000,0x01160000,0xde08efaa,0x13301dff,0xcfc8009c,0x757be7e8,0xba80003b,0x7000000c,0x0f000ff0,0x111f2a07,0x3e250b70,0x145025fc,0x4f4101b0,0x34ff3fa9,0x0f267370,0xc3c65d99,0x07c41000,0xe8800000,0x010f0000,0xbb048fc5,0x14f014ff,0xdfc1016c,0x6c7b77f6,0xbaa00038,0x2000000c,0x48000ff1,0x101f2603,0xae330d50,0x16902afc,0x2f3d01c0,0x31fe7fad,0x0d366870,0x33bb5c39,0x12c4b000,0xe8d00000,0x01040000,0xb103efd4,0x16c011ff,0xffbf020c,0x697ad803,0xbad00035,0x2000000c,0x7e000ffe,0x0faf2801,0x6e3b0eb0,0x1ae034fb,0xff340200,0x28fc7fb1,0x0a665a6f,0x63a959a9,0x23c5e000,0xe9a00000,0x00ed0000,0xb3044fe9,0x1ac00f00,0x0fbf030c,0x6679681c,0xbb50002f,0x3000000c,0xea00001f,0x0f7f31fe,0xae4510b0,0x1f303dfb,0x7f2902b0,0x20fa8faf,0x07a64e6e,0xd39c56e9,0x2dc70000,0xeaa00000,0x00dc0000,0xd005fff7,0x1f2017ff,0xbfbc03bc,0x65787829,0xbbb00029,0x3000000d,0x4b00003c,0x102f37fe,0x5e411170,0x22c041fa,0x9f2003d0,0x1bf90faa,0x05063e6e,0x83915419,0x32c80000,0xebc00000,0x00cf0000,0xfe088ffe,0x230025ff,0x5fb8043c,0x6278482e,0xbbd00023,0xd000000d,0x9a00004a,0x117f30ff,0x7e351190,0x27b047f9,0xff1604d0,0x10f51f9e,0x02d6306e,0x53885239,0x34c83000,0xec500000,0x00c20001,0x2a0c3004,0x277030fe,0x6fc6045c,0x5f77f834,0xbc30001d,0x0000000e,0x0a000040,0x13af0602,0x1e141190,0x2ef054f9,0x6f0d05b0,0x00ee3f87,0x0066136e,0x73805059,0x2dc7c000,0xecc00000,0x00af0001,0x4011100f,0x2ec01dfc,0x5fe203ac,0x5a782835,0xbd100014,0x8000000e,0xaa000013,0x162ebc05,0x5ddc11d0,0x351064f9,0x7f26050f,0xffe5ef80,0xfee5ea6f,0xe3784eb9,0x07c65000,0xed500000,0x009e0001,0x0b162ff9,0x360fc4f8,0xcffc020c,0x5779682d,0xbe00000e,0xd000000f,0x31000fd6,0x172e7d05,0x3db51330,0x394071f9,0xcf4e03e0,0x0ede8f89,0xfdf5d471,0xd36e4cf8,0xdcc4e000,0xee400000,0x009b0000,0xb61a0fc6,0x3adf67f5,0x700b00bc,0x567a6825,0xbee0000b,0x6000000f,0x8d000fb1,0x17de5903,0x3da914c0,0x3a3074f9,0xdf5903a0,0x12dcdf8c,0xfdc5d172,0x536c4c88,0xd2c4a000,0xee800000,0x009b0000,0x9e1adfb7,0x3bcf52f4,0xc00e006c,0x567aa823,0xbf20000a,0xb000000f,0xa0000faa,0x180e5202,0x9da81510,0x3a4074f9,0xdf590390,0x12dcbf8c,0xfdc5d172,0x536b4c88,0xd1c4a000,0xee900000,0x009b0000,0x9d1adfb6,0x3bdf51f4,0xb00e005c,0x567aa823,0xbf20000a,0xa000000f,0xa1000faa,0x180e5202,0x9da81520,0x40808af9,0xaf8504b0,0x20d72f98,0xfea5f674,0x936b5048,0xc0c3f000,0xf1c00000,0x008d0000,0x4e136fc8,0x341fa3f7,0x8ffffe4c,0x5f7c17fd,0xc0700007,0x0000000f,0xe9000fd3,0x1b4e52fe,0xcdd91720,0x413090f9,0xaf8c04e0,0x22d88f9b,0xfec5fd74,0xe36b51a8,0xc1c42000,0xf2300000,0x00910000,0x4d110fdc,0x31afc1f8,0x2ffdfdec,0x637c77f7,0xc0b00006,0xe000000f,0xe7000fdc,0x1bfe54fe,0x7de21720,0x42f09ef9,0xbf9f0560,0x2adeafa5,0xfee61175,0xa36d5558,0xbdc46000,0xf3100000,0x009e0000,0x560bb008,0x2bdffaf9,0x6000fd1c,0x6c7d77ee,0xc1500006,0xe000000f,0xe3000fe8,0x1d8e5afe,0x0df716e0,0x4470a8fa,0x2fb20550,0x2fec1fc1,0xff462f78,0x53765a98,0x4cc3d000,0xf3800000,0x00ac0000,0x79092018,0x26bff8fa,0x2013fc7c,0x6e7e37ec,0xc1a00007,0xa000000f,0xe0000fea,0x1f1e67fe,0x4e031600,0x4530a9fa,0xdfc40480,0x2dfb4fe1,0x01264e7f,0x83865f17,0xe2c32000,0xf3800000,0x00b10000,0x9c0b0ffe,0x23afccfa,0xf021fc4c,0x6c7ed7ed,0xc1800008,0x9000000f,0xe3000fff,0x203e86fe,0xadee1550,0x4560a8fb,0x7fd703c0,0x2805bff2,0x03666684,0x53946147,0x98c31000,0xf3700000,0x00b30000,0xb20ccfe3,0x21efc6fb,0xa02dfc7c,0x678027eb,0xc1100008,0xc000000f,0xe100000b,0x200ea1fe,0xedca1530,0x4550a6fb,0xdfe30370,0x25094ff6,0x04767189,0x639a61f7,0x49c32000,0xee700000,0x00f80000,0xbc0d3fda,0x215fcdfc,0x0037fcdc,0x658167eb,0xc0f00008,0x2000000f,0xdb000004,0x1edeafff,0x2dbe1550,0x4520a0fc,0xeffa02e0,0x1f0b6fff,0x05f67a8b,0x63a062e7,0x38c33000,0xedb00000,0x010a0000,0xd30dafd2,0x20efd6fd,0x104dfd7c,0x6284d7e9,0xc1100005,0x4000000f,0xd9000fd2,0x1a4eccfe,0xcdcb15d0,0x45009ffd,0xa00402a0,0x1d0aa001,0x0696798c,0x03a362e7,0x32c35000,0xec600000,0x010c0000,0xe00dffd3,0x211fdbfd,0x4055fd9c,0x658677e7,0xc1800003,0x0000000f,0xe0000fbf,0x17eedcfe,0x1e0314e0,0x4340a0fe,0x000e02b0,0x1c09c002,0x06866d8b,0x13a362b7,0x4cc37000,0xec500000,0x01170000,0xf00dafd7,0x212fe5fd,0x5047fdac,0x688657de,0xc1800002,0x0000000f,0xd1000fdd,0x16fef900,0x1e5011e0,0x40b09ffe,0x402102a0,0x1d09b002,0x05e66589,0xd3a16217,0x5cc3a000,0xf1200000,0x00b50000,0xf30cdfd7,0x20cff1fd,0x903dfdac,0x6b8467db,0xc1200002,0xb000000f,0xc5000ff9,0x183f0603,0x9e600f40,0x3fa09efe,0xb0330230,0x1e09d006,0x05166389,0xe3a16197,0x62c3b000,0xf2500000,0x00b80000,0xe60bffd5,0x202ff9fd,0xa04dfcfc,0x698367dc,0xc0e00002,0x3000000f,0xdd000fdf,0x1b5ef004,0x0e350f20,0x3f10a0fe,0xf03001e0,0x1f09f00a,0x04965d88,0xe3a16157,0x70c3c000,0xf2200000,0x00bb0000,0xe60affd8,0x201ff5fd,0x5050fc0c,0x6683b7db,0xc0a00002,0x8000000f,0xf6000fe4,0x1c5ef303,0x4e160f80,0x3f10a1fe,0xd01e01f0,0x2009900b,0x04465687,0x03a060e7,0x8ac3b000,0xf2400000,0x00b90000,0xf50a8fde,0x20cff1fd,0x304cfbac,0x688467d6,0xc0a00002,0xd000000f,0xfa000ff7,0x1bbeff02,0xee1e0f70,0x3f20a0fe,0x70180240,0x21085009,0x04065687,0x03a06097,0x8cc3a000,0xf2800000,0x00b80000,0xfd0a9fe0,0x216ff0fd,0x304ffbec,0x6984b7d4,0xc0900002,0xa000000f,0xfb000ff7,0x1b4efe02,0xfe250f50,0x3f109efd,0xe01e0290,0x1f053006,0x03b66086,0x53a46067,0x97c39000,0xf3000000,0x00b60001,0x030b0fe1,0x221fedfd,0x205afc4c,0x6584b7d3,0xc0500002,0xb000000f,0xfd000feb,0x1b5ef703,0x5e200f50,0x3ef09bfd,0x902502c0,0x1c03a003,0x03566a86,0xa3a66097,0x90c38000,0xf3500000,0x00b60001,0x030b8fe1,0x223fe7fd,0x1066fc5c,0x618487d2,0xbff00002,0xd000000f,0xfc000fde,0x1b8eef03,0xce1b0f30,0x3e8099fd,0x802b02b0,0x1b03a000,0x03367286,0x53a660f7,0x93c37000,0xf3500000,0x00b60000,0xfc0bdfdf,0x21efe1fd,0x206ffc6c,0x5f8447d2,0xbfd00002,0xb000000f,0xfb000fcf,0x1bcee504,0x1e170f00,0x3e709afd,0x503002d0,0x1a041fff,0x03567786,0xf3a66167,0x8ac37000,0xf3300000,0x00b50000,0xf30c1fdd,0x215fddfd,0x0070fc6c,0x6083f7d1,0xc0100002,0xa000000f,0xf8000fc2,0x1beed903,0xee0f0f00,0x3e509bfd,0x00340320,0x19057ffe,0x03767887,0x03a661c7,0x88c38000,0xf3100000,0x00b50000,0xec0c3fdc,0x209fdbfc,0xe06cfc9c,0x608367d0,0xc0400002,0xa000000f,0xf4000fb7,0x1bded303,0xde060f00,0x3e309afc,0xf0350330,0x18065ffe,0x03767786,0xf3a661f7,0x87c38000,0xf3100000,0x00b50000,0xec0c4fdc,0x205fdbfc,0xd067fcdc,0x5e82c7d4,0xc0300002,0x9000000f,0xf3000fb6,0x1bbed603,0xde060ee0 +}; + +u32 ANIM_ENTRY_death_fetal_position_right[] = +{ + 0xfd300dfd,0x804b03a0,0x3efa6f86,0xffa7c880,0xf3ae7e48,0x27c1d000,0xebb00000,0x01190001,0x370d6fde,0x121fe0fc,0xffb5011c,0x6a804827,0xc1b0000a,0x4000000f,0xa6000fec,0xf4efd200,0x4050fdf0,0xfdc014fd,0x703e0300,0x3cfaff8a,0xffc7ed80,0xc3aa8368,0x25c20000,0xe9000000,0x01620000,0xfb0fefdc,0x0e2f8bfb,0x2fb0ffec,0x6c7fd819,0xc1b0000b,0x0000000f,0xa0000ff7,0xf4cfcc00,0x4054fde0,0xfee029fd,0xa02d0140,0x37fb9f8c,0x00082581,0x039f8a28,0x16c22000,0xe5100000,0x01c60000,0x7912bfcc,0x08ff16f9,0x1fb2fd5c,0x717f17fd,0xc1e0000c,0xb000000f,0x8d00000c,0xf49fbfff,0xa05cfd70,0xff9032fd,0xe03d0020,0x37fb0f8e,0x00c85482,0x63908cd7,0xe6c4c000,0xe1700000,0x01f4000f,0xe611cfa2,0x06befbf8,0x6fbdfb6c,0x667de7e1,0xc110000e,0x6000000f,0x7200000b,0xf48fc000,0x4069fdd0,0x00402efe,0x408aff70,0x43f70f9c,0x0178a185,0xd3699077,0x81cb7000,0xda900000,0x0228000e,0xfe0b2f45,0x02cf3dfa,0x5fd0f86c,0x477bf7a6,0xbe900011,0xc000000f,0x22000ff5,0xf4ffcf02,0xa085ff60,0x01102dfe,0x70ceff60,0x5aedcfa4,0xfec8f288,0x13429727,0x67cc5000,0xd6000000,0x0273000e,0xa5041f00,0xfc5fa9ff,0xcfcef55c,0x467be765,0xbde00014,0x4000000e,0xda000ffe,0xf67fbf02,0xe087fff0,0x023033fe,0xb110fff0,0x75e01f9a,0xfba95389,0xa3229d37,0x61cb7000,0xd4000000,0x02a0000e,0x9dfeeecc,0xfab02405,0x8fbff3ac,0x507c573b,0xbde00014,0x0000000e,0xc0000024,0xf8bf9502,0xd0620080,0x02a03aff,0x113c0050,0x8bd96f8c,0xfa19928a,0x63129f57,0x5ccbf000,0xd4300000,0x029c000e,0xb4fd0eb5,0xfd805a09,0x6fb8f3ac,0x517c2737,0xbd700012,0x7000000e,0xcb000042,0xfa9f7403,0x804501b0,0x02a051ff,0x315a0040,0xb6d88f75,0xf7f9ba8a,0x63089f27,0x64cc3000,0xd5000000,0x0296000e,0xe3fd5ea0,0x00804d0d,0xcfcdf56c,0x467ac770,0xbbf0000e,0xf000000f,0x21000055,0xfd0f5305,0xd01e04d0,0x02b063ff,0x816b0060,0xd2d98f65,0xf6f9c389,0xe3069ee7,0x65cb9000,0xd5800000,0x0288000f,0x11fe6e8c,0x00f04d10,0x0fd4f67c,0x447ad796,0xbb60000c,0xd000000f,0x5900006c,0xfeff3806,0xd00806a0,0x02c07f00,0xd1880170,0xf8dfdf48,0xf7799888,0x13149dd7,0x54c82000,0xd6500000,0x0257000f,0x80030e6d,0xfd007c11,0x9fc9f79c,0x547e77c1,0xbbb0000a,0xc000000f,0x900000b2,0x02eef606,0x9ff40850,0x02409001,0x81a402a1,0x03e8cf3b,0xf9995f87,0x33319b07,0x51c59000,0xd6f00000,0x024f000f,0xca086e8c,0xfad07f13,0x0fe0f80c,0x5c8127cf,0xbb80000a,0x9000000f,0x8e0000cf,0x055ecc07,0x1ff00970,0x02009f02,0x31b60401,0x03f3df3e,0xfbe90a86,0x636096c7,0x57c3c000,0xd6500000,0x02500000,0x4b0eeedd,0xf9c04713,0x6005f7dc,0x678437c5,0xbb70000b,0x3000000f,0x6a0000ec,0x083ea007,0x6ff20a40,0x0230a702,0x91c40520,0xfffd9f5f,0xfcb8a085,0x13969297,0x57c28000,0xd4000000,0x02440001,0x0f11df42,0xfcafee10,0x4026f7bc,0x768707ba,0xbbe0000b,0x8000000f,0x49000106,0x0b1e7807,0x9feb0af0,0x0240a802,0x51d105b0,0xfa068f8d,0xfc084384,0x03c18e97,0x50c1c000,0xd1e00000,0x022f0001,0x8210ff8e,0x02dfaa0b,0xb048f86c,0x7d88a7bd,0xbc00000b,0x0000000f,0x3d000109,0x0cbe6008,0xcfdf0c00,0x0200a201,0xe1cd05f0,0xea0d6fb7,0xfb180383,0x43df8be7,0x52c1e000,0xd0a00000,0x02200001,0x60105fad,0x06af9108,0x805bf9ac,0x898a27c7,0xbc70000a,0x9000000f,0x3500010e,0x0d5e5909,0xcfd90ca0,0x01d09701,0x51b10610,0xb6163001,0xf9e7a281,0x640c89d7,0x5ec32000,0xce700000,0x020c0000,0xa60fbfbf,0x088f8c04,0x8070fb8c,0xa18cf7d5,0xbdf0000a,0xc000000f,0x25000123,0x0dde560a,0x8fce0ce0,0x01d09901,0x419a04f0,0x871a2031,0xf9076d80,0x24238a47,0x69c40000,0xcd300000,0x0202000f,0xfd0e0fc1,0x05ff9302,0x5095fc1c,0xa28d07e8,0xbde0000b,0xa000000f,0x28000120,0x0dee540b,0xdfc00d50,0x01c0a501,0xb1870340,0x5f1c304d,0xf8b7587f,0xc42d8b97,0x74c48000,0xcd200000,0x0201000f,0xa00c9fc0,0x02df8b01,0x10b6fbac,0x978bf7f5,0xbcf0000d,0x5000000f,0x2700011c,0x0e3e540d,0x6fb80de0,0x0240c903,0x8155ff90,0x1b1ed06b,0xf887567f,0xc4338e97,0x8cc51000,0xce100000,0x0207000f,0x5e0affb1,0xfdff66ff,0x80def94c,0x7b8aa7fb,0xbbe00011,0x7000000f,0x0f00012c,0x0efe590e,0x9fb50e30,0x0260d304,0x0146fe90,0x081f8072,0xf877567f,0xc4348f77,0x93c54000,0xce500000,0x0209000f,0x4d0a8fac,0xfcaf5cff,0x10e9f88c,0x738a57fc,0xbb900012,0xa000000f,0x08000131,0x0f2e5b0e,0xefb40e40,0x03810706,0x2123fabf,0xde1f307f,0xf7b76b80,0x14229207,0x9bc5e000,0xcf700000,0x0203000f,0x1d08cf83,0xfa5f58fe,0x510af86c,0x5488c82a,0xbb400013,0xd000000f,0x1400013f,0x0f1e6e0e,0x5fbf0da0,0x04a13d08,0x4102f6df,0xb61ec088,0xf6d78680,0xb40c9457,0xa3c69000,0xd0e00000,0x01fe000e,0xed06df59,0xf8cf57fd,0xa126f85c,0x36872856,0xbb100015,0x3000000f,0x19000150,0x0efe830d,0xafc90ce0,0x05316309,0xe0f1f4bf,0xa71e0087,0xf5c7af81,0xf3f19487,0xadc71000,0xd2e00000,0x0208000e,0xd2058f43,0xf9af54fd,0xa119f84c,0x2d861869,0xbb800016,0xd000000e,0xfa000168,0x0ebe970c,0xbfc80be0,0x0601950c,0x70d0f31f,0x9d1bb079,0xf3380e84,0x23b79407,0xbec79000,0xd6100000,0x021c000e,0xb604ef33,0xfb4f4bfd,0xe0d2f7ec,0x3985a864,0xbd60001a,0xf000000e,0x95000198,0x0daeb50a,0x6fb10a50,0x0641af0e,0x30b7f45f,0xae163052,0xefc89686,0x137093b7,0xc4c79000,0xd8800000,0x022a000e,0xc106cf48,0xfbff59fd,0xa054f7ec,0x6a86883b,0xc0a00021,0x7000000e,0x020001aa,0x0c3ec907,0xff720990,0x0581b70f,0x00b9f76f,0xc70f701d,0xec793087,0xf3339427,0xb9c75000,0xdad00000,0x0235000e,0xec097f72,0xfaef7bfd,0x4fdaf75c,0xab86b7fd,0xc370002b,0x4000000d,0x6100019a,0x0c6ee406,0x5f170a90,0x0511ba0f,0xa0c3f96f,0xcf0b2ffb,0xeaf99489,0x931894b7,0xaec73000,0xdc900000,0x023b000f,0x0a0acf80,0xf94f92fd,0x5fa7f5bc,0xd28617c4,0xc4e00033,0x3000000c,0xee000197,0x0dcf0305,0x8ed70be0,0x0681bb12,0x90d7fcff,0xc4ffdfa9,0xe99a2c8d,0x53089717,0x89c71000,0xdbc00000,0x023d000f,0x5c0d2f3a,0xf4afc6fe,0x9fb9f09d,0x0182f72b,0xc6f00041,0xd000000b,0xf60001f0,0x139f6b03,0x2e4c0ed0,0x08a1a315,0x40e9014f,0xaef4af62,0xe9da5f8f,0x23009867,0x70c71000,0xd8e00000,0x0247000f,0xf40f9f06,0xf2300001,0x3fd0ecdd,0x228186b0,0xcab0004a,0x2000000b,0x35000277,0x17eff7fb,0xfe0b14b0,0x0ba15c17,0xe0f408bf,0x83e8ef26,0xebaa4b8f,0xf2f89757,0x57c80000,0xd5600000,0x025c0000,0xd2118f05,0xf2103007,0x6fcae9bd,0x48824647,0xd150004e,0x6000000a,0x91000359,0x1ac0e2f0,0xbe2a1e80,0x1011161b,0xc1030eaf,0x3dde1f01,0xedea2991,0xe2eb94c7,0x37c8f000,0xd3c00000,0x02800001,0x4710ef23,0xf3e0270f,0x6fc1e68d,0x68815605,0xd7300050,0xb000000a,0x34000453,0x1a51f2e7,0x7e9a2720,0x1550eb20,0xd134102e,0xf3d57eec,0xef9a1b95,0xb2bf92a7,0x19c97000,0xd4700000,0x02ba0000,0xf00f2f25,0xf79fe513,0xffd6e3cd,0x567dc5e1,0xd8300051,0x6000000a,0x2b0004b7,0x18f287e1,0x2f272be0,0x1850ce24,0x2165100e,0xcbd1bee6,0xf02a2698,0xb28d9257,0x08ca0000,0xd4c00000,0x02e60000,0x720e8f0a,0xfa4fb213,0xefe0e24d,0x367c25c9,0xd7500051,0xb000000a,0x2f0004a9,0x1a42a0de,0xcf702db0,0x20808a2c,0xa1fe087e,0x75cfaefa,0xedfa629c,0x81fa9c86,0xcacc3000,0xcc200000,0x033a000f,0xb90faeb6,0xfdff7b07,0xbff0de3c,0xa07ae583,0xceb00050,0xa000000a,0x480003ed,0x230236df,0x6f792fb0,0x26f04632,0x028dfffe,0x3ad09f10,0xea7a899f,0xb194a816,0x7ccde000,0xbf300000,0x0364000f,0x4811ce6e,0x033f7efe,0x6fdadc0c,0x347b8556,0xc7d0004d,0x8000000a,0x6b00030f,0x28a19be0,0xcf403060,0x2b900434,0x22defa3e,0x25d7df3a,0xe6da9da3,0x814fb176,0x46d31000,0xb4600000,0x033e000e,0xae10be15,0x0d5fa7fd,0x1f94db7c,0x107f553e,0xc6000048,0xd000000a,0x94000254,0x2ad111e2,0x6ef02fb0,0x2d0fed34,0x62eef8fe,0x23db7f51,0xe5caa2a4,0xe13cb436,0x3dd5c000,0xb1600000,0x0325000e,0x660f4df2,0x11bfb8fe,0x6f75db8c,0x0f814539,0xc6400046,0xf000000a,0xa3000220,0x2b40ebe3,0x0ed12f50,0x2d1feb34,0x62eff8de,0x23dbdf54,0xe5aaa3a5,0x013bb466,0x3dd60000,0xb1300000,0x0323000e,0x5f0f2def,0x121fb9fe,0x9f72db8c,0x0f817539,0xc6500046,0xd000000a,0xa500021c,0x2b40e9e3,0x1ece2f40,0x306fe034,0x5341f54e,0x33e3b036,0xe71a9ba7,0xe169bd66,0x41db7000,0xa8d00000,0x030a000d,0xddfc5de8,0x0e2fc209,0x4f5fdc9c,0x03842547,0xc630003f,0x1000000a,0xe20001c5,0x2cf0b5ec,0x6e2b2690,0x2fffe834,0xd35bf4ee,0x33e37059,0xe6ca98a8,0x316ebe46,0x42dbd000,0xa8b00000,0x030a000d,0xeafb6de7,0x0dbfc609,0x2f6cdc3c,0x02838546,0xc650003f,0x8000000a,0xda0001be,0x2cf0b5ed,0x6e2a2530,0x2f100736,0x33a7f41e,0x36e1c0d4,0xe5fa9fa9,0x4171c116,0x46dd0000,0xa8f00000,0x030d000e,0x18f9ade2,0x0c9fd008,0xefa5dbfb,0xee808558,0xc520003f,0x8000000a,0xde000182,0x2ca098f2,0x0e1e1fc0,0x2e503037,0x2402f45e,0x3bdc6177,0xe5fae4aa,0x8142c476,0x4ede8000,0xaae00000,0x0323000e,0x55fa4de4,0x0befd608,0x2003df2b,0xb77c15b9,0xc110003b,0x5000000b,0x370000d8,0x2ae039fb,0x4dfc1670,0x2bc04336,0x8452f72e,0x3fd8218a,0xe81b56aa,0xa0f3c6d6,0x52df2000,0xacb00000,0x033c000e,0x80fb2e30,0x0bbfd805,0xd003e31b,0xbc7cd621,0xc1e00038,0xd000000b,0x8500004b,0x27fffaff,0x3dec12d0,0x29804835,0x8480f8fe,0x48d8d13c,0xea0babaa,0x40c1c836,0x53def000,0xada00000,0x0345000e,0xb7f91ed6,0x0a1fd903,0x3fcce2db,0xdb7fb637,0xc4b0003a,0x7000000b,0x8b000fe1,0x260fd0fd,0xbddc14a0,0x29204735,0x548cf92e,0x4ada3108,0xea8bd2aa,0x30acc8a6,0x54deb000,0xae500000,0x0347000e,0xe8f73f52,0x087fda02,0x2faae1ab,0xe381362f,0xc5a0003b,0x9000000b,0x88000fa8,0x253fbafc,0x4dcf1680,0x29903e35,0x248df90e,0x49dc80d2,0xeb0c07aa,0x6093c8c6,0x53de7000,0xaf100000,0x0346000f,0x85f5200b,0x06cfe501,0x2f71e00b,0xef83d61c,0xc690003c,0x2000000b,0x8c000f7c,0x24cfb8f9,0x8dcc1a00,0x29c03b35,0x248ef8ee,0x47dd80bd,0xeb3c1faa,0x608bc8d6,0x52de6000,0xaf300000,0x0345000f,0xeef44053,0x064fec00,0xaf5bdf7b,0xf484d615,0xc6f0003c,0x5000000b,0x8d000f70,0x24afbaf8,0x6dcd1b60,0x2a703b35,0xa48ff7ee,0x3dde70b1,0xeb0c39aa,0x008fc896,0x4fde3000,0xae500000,0x03440000,0xecf3d06f,0x062ff800,0x4f5adebb,0xf484f608,0xc740003c,0x9000000b,0x8b000f7f,0x23efc1f8,0x3dd21b70,0x2b904336,0x548af64e,0x3bdf60b9,0xeacc41a9,0x809fc776,0x4dddb000,0xace00000,0x03420001,0xbff45068,0x06c00600,0x9f6adddb,0xf68435fc,0xc7d0003c,0xf000000b,0x89000f9f,0x222fc9f8,0x3de11aa0,0x2bc05136,0x8485f5ae,0x48e080d2,0xeafc35a9,0x20b0c5b6,0x4cdd1000,0xac200000,0x03410001,0xf1f47068,0x07e00f01,0x6f74ddcc,0x04835600,0xc8e0003d,0x6000000b,0x88000fb7,0x206fd1f7,0x4e0419f0,0x2b705c36,0x747ff58e,0x55e1e0e7,0xebac27a8,0xd0bdc436,0x4edc9000,0xac300000,0x03400001,0xeef4506d,0x08c01002,0x7f79dddc,0x11827603,0xc9a0003e,0x1000000b,0x7e000fbe,0x1f3fd5f7,0x6e1e18c0,0x2b306a36,0x046df56e,0x66e44101,0xed3c14a8,0x80ccc216,0x54dbe000,0xacc00000,0x033d0001,0xdef41077,0x09f00b04,0x9f7fddfc,0x1c8115ff,0xc9e0003f,0x0000000b,0x69000fb0,0x1d6fd1f9,0x4e2f1660,0x2b207035,0x345ff58e,0x6ee5410d,0xedec0ba8,0x50d3c166,0x57db8000,0xace00000,0x033a0001,0xdbf3d078,0x0b000905,0xdf82de4c,0x1b80a5fd,0xc9b0003f,0x1000000b,0x63000f96,0x1c1fc7fa,0xde2a1570,0x2af07434,0x345bf5ce,0x6fe59118,0xedfc06a8,0x40dac1a6,0x58db8000,0xaca00000,0x03380001,0xdff3a077,0x0bb00906,0x7f85deac,0x178095ff,0xc990003f,0x2000000b,0x62000f79,0x1b0fbafb,0xde241520,0x2ae07533,0xe45bf5ee,0x6ee5911d,0xedec04a8,0x30dcc1d6,0x58db9000,0xac800000,0x03370001,0xe1f3a076,0x0bd00906,0x9f88debc,0x16808600,0xc980003f,0x3000000b,0x61000f6f,0x1abfb5fc,0x0e231520,0x2ae07533,0xe45bf5ee,0x6ee5911e,0xedec04a8,0x30dcc1e6,0x58db9000,0xac800000,0x03370001,0xe1f3a076,0x0bd00906,0x9f88debc,0x16808600,0xc980003f,0x4000000b,0x61000f6f,0x1aafb4fc,0x0e231520,0x2af07333,0x945af5ae,0x5ce52136,0xed1c09a8,0x20e0c316,0x5bdbd000,0xabf00000,0x03370001,0xf2f3a079,0x0ba00906,0x2f99de7c,0x097ff5fd,0xc9100040,0x0000000b,0x5b000f65,0x19efa9fb,0xde211550,0x2af07333,0x945af5ae,0x5ce52136,0xed1c09a8,0x20e0c316,0x5bdbd000,0xabf00000,0x03370001,0xf2f3a079,0x0ba00906,0x1f99de7c,0x097ff5fd,0xc9100040,0x0000000b,0x5b000f65,0x19efa9fb,0xde211550,0x2af07333,0x945bf5ae,0x5ae4f137,0xecec0aa8,0x30e1c336,0x5bdbe000,0xabe00000,0x03370001,0xf4f39078,0x0bd00a05,0xff9bde6c,0x087fe5fd,0xc9100040,0x1000000b,0x5c000f66,0x19efa8fb,0xbe211570,0x2b007233,0xa45ef59e,0x57e4913d,0xec7c0ba8,0x40e5c376,0x5adbe000,0xab900000,0x03370001,0xf8f35076,0x0c300b05,0x8fa1de5c,0x077fb5fd,0xc9100040,0x3000000b,0x5f000f6b,0x19efa6fb,0x6e221590,0x2b007133,0xa45bf58e,0x5be4f13e,0xec8c03a8,0x40eac326,0x5bdbc000,0xab800000,0x03360001,0xf3f33077,0x0c700a05,0x5fa3de4c,0x087fa5fe,0xc9200040,0x5000000b,0x5f000f6c,0x19ffa4fb,0x6e241580,0x2b107033,0xb453f59e,0x62e5c13e,0xecfbf4a8,0x40f1c296,0x5edb9000,0xabc00000,0x03340001,0xe5f31079,0x0c900a05,0x1fa3de2c,0x097f95fd,0xc9400040,0x6000000b,0x5e000f6f,0x19ffa3fb,0x4e261570,0x2b006f33,0xc44ff5ae,0x67e6513c,0xed6be7a8,0x60f6c236,0x60db7000,0xac000000,0x03330001,0xdaf3007a,0x0ca00b05,0x0fa3de2c,0x0a7f95fd,0xc9400040,0x5000000b,0x5d000f70,0x1a1fa2fb,0x2e271580,0x2af06e33,0xf44df5ce,0x6be6f13a,0xedebdba8,0x70f9c1d6,0x62db5000,0xac500000,0x03320001,0xd2f3207a,0x0c700c05,0x2fa4de4c,0x097f85fd,0xc9300040,0x3000000b,0x5c000f71,0x1a4fa0fa,0xee2915a0,0x2af06c34,0x144cf5ce,0x6be7313a,0xee0bd7a8,0x70f8c1b6,0x62db6000,0xac700000,0x03310001,0xd0f3407b,0x0c200c05,0x5fa7de3c,0x067f75fc,0xc9300040,0x4000000b,0x5a000f70,0x1a5f9ffa,0xde2a15b0,0x2b006a34,0x544bf5be,0x67e7213a,0xedfbd4a8,0xa0f6c1d6,0x62db8000,0xaca00000,0x032f0001,0xccf3607c,0x0bb00d05,0x6fabde1c,0x027f45fa,0xc9100040,0x4000000b,0x59000f72,0x1a7f9dfa,0xce2915a0,0x2b006934,0x744cf5ae,0x65e6e13a,0xeddbd4a8,0xc0f5c1f6,0x61db9000,0xacc00000,0x032f0001,0xcbf3607c,0x0b800e05,0x7fadde1c,0x017f35fa,0xc9000040,0x2000000b,0x5b000f72,0x1a9f9dfa,0xbe2815b0,0x2b006934,0x844ef59e,0x63e6c13a,0xedabd4a8,0xc0f5c206,0x60db9000,0xacb00000,0x032f0001,0xcdf3607b,0x0b700e05,0x7faede2c,0x007f25fb,0xc8f00040,0x2000000b,0x5b000f72,0x1aaf9cfa,0xbe2915b0,0x2b006934,0x844df59e,0x62e6a13a,0xed9bd5a8,0xb0f5c216,0x60dba000,0xacb00000,0x03300001,0xd0f3607b,0x0b600e05,0x8faede2b,0xff7f25fb,0xc8e00040,0x1000000b,0x5c000f70,0x1a9f9bfa,0xde2815a0,0x2b106934,0x744df59e,0x60e6513b,0xed7bd6a8,0xb0f4c236,0x60dba000,0xacd00000,0x03310001,0xd4f3607b,0x0b300f05,0x8faede3b,0xff7f25fb,0xc8d0003f,0xf000000b,0x5c000f6d,0x1a6f99fa,0xfe271590,0x2b206934,0x744df59e,0x5de6413d,0xed7bd7a8,0xb0f4c256,0x5fdba000,0xacd00000,0x03320001,0xd7f3607a,0x0b200f05,0x8fadde4b,0xff7f25fb,0xc8c0003f,0xd000000b,0x5d000f6c,0x1a6f99fb,0x0e261590,0x2b206934,0x744ef58e,0x5ae63140,0xed5bd7a8,0xa0f6c286,0x60db9000,0xacb00000,0x03330001,0xdcf3607a,0x0b100f05,0x9faede3b,0xff7f15fc,0xc8c0003f,0xe000000b,0x5d000f6b,0x1a6f98fb,0x0e271590,0x2b106934,0x744ff57e,0x58e63141,0xed4bd8a8,0xa0f7c296,0x60db9000,0xac800000,0x03330001,0xe0f3707a,0x0b100e05,0x9fafde2b,0xfe7f15fb,0xc8c00040,0x0000000b,0x5c000f6a,0x1a6f97fb,0x0e271580,0x2b206934,0x7451f57e,0x57e61141,0xed4bd8a8,0xa0f8c2a6,0x60db9000,0xac600000,0x03330001,0xe0f3707a,0x0b300f05,0x7fb0de2b,0xfe7f15fc,0xc8d00040,0x0000000b,0x5d000f6a,0x1a6f97fa,0xfe261590,0x2b206934,0x7451f57e,0x57e62142,0xed4bd7a8,0xa0fac2b6,0x5fdba000,0xac500000,0x03330001,0xe0f3607a,0x0b400f05,0x6fb1de2b,0xfe7f05fc,0xc8d00040,0x1000000b,0x5c000f6a,0x1a5f95fa,0xfe271580,0x2b206934,0x7451f57e,0x56e63144,0xed4bd6a8,0xa0fbc2a6,0x5fdba000,0xac500000,0x03340001,0xe0f3607a,0x0b300f05,0x5fb4de1b,0xfd7ee5fc,0xc8c00040,0x4000000b,0x5c000f69,0x1a4f94fa,0xfe271570,0x2b206934,0x7450f57e,0x57e63145,0xed3bd5a8,0xa0fbc2a6,0x5fdb9000,0xac500000,0x03340001,0xdff37079,0x0b200f05,0x5fb5de1b,0xfc7ee5fb,0xc8c00040,0x4000000b,0x5c000f68,0x1a3f94fa,0xfe271580,0x2b206934,0x744ff57e,0x57e64146,0xed4bd3a8,0xa0fbc296,0x60db9000,0xac600000,0x03340001,0xddf36079,0x0b300f05,0x5fb5de1b,0xfc7ee5fb,0xc8c00040,0x4000000b,0x5c000f68,0x1a4f94fa,0xee271580,0x2b206934,0x744ef57e,0x58e67147,0xed5bd1a8,0xa0fcc286,0x61db9000,0xac700000,0x03330001,0xdcf36079,0x0b400f05,0x5fb4de1b,0xfc7ee5fb,0xc8c00040,0x3000000b,0x5c000f68,0x1a4f94fa,0xee271580,0x2b206934,0x744ef57e,0x58e68147,0xed6bd1a8,0xa0fcc276,0x61db9000,0xac700000,0x03330001,0xdcf36079,0x0b400f05,0x5fb4de2b,0xfc7ee5fb,0xc8c00040,0x3000000b,0x5c000f68,0x1a4f94fa,0xee271580,0x2b306934,0x844cf57e,0x59e69147,0xed7bcfa8,0xc0fbc276,0x61dba000,0xac900000,0x03310001,0xd7f3707b,0x0b400f05,0x5fb4de1b,0xfd7ed5fb,0xc8c00040,0x3000000b,0x5c000f68,0x1a4f94fa,0xee271590,0x2b306834,0x844bf57e,0x59e6a146,0xed7bcea8,0xe0fbc266,0x61dbc000,0xaca00000,0x03300001,0xd4f3807c,0x0b300f05,0x5fb4de1b,0xfe7ed5fb,0xc8c00040,0x2000000b,0x5c000f69,0x1a5f94fa,0xee271590,0x2b306834,0x744bf57e,0x59e69146,0xed7bcea8,0xe0fbc276,0x61dbc000,0xac900000,0x03300001,0xd3f3807c,0x0b300f05,0x6fb3de2b,0xfe7ee5fb,0xc8d00040,0x2000000b,0x5c000f69,0x1a5f95fa,0xee271590,0x2b306834,0x744cf57e,0x59e69146,0xed7bcea8,0xe0fbc276,0x61dbc000,0xac900000,0x03300001,0xd3f3907c,0x0b301005,0x6fb3de2b,0xfe7ee5fb,0xc8c00040,0x1000000b,0x5c000f68,0x1a6f95fa,0xee271590,0x2b306834,0x744bf57e,0x58e68147,0xed6bcea8,0xd0fbc286,0x61dbb000,0xac900000,0x03300001,0xd4f3907c,0x0b200f05,0x6fb3de1b,0xfd7ee5fb,0xc8c00040,0x2000000b,0x5c000f67,0x1a5f94fa,0xee271590 +}; + +u32 ANIM_ENTRY_death_fetal_position_left[] = +{ + 0x001fd2fd,0x2fef06a0,0x23055ff9,0xff379a7d,0xe3c97968,0x4ac40000,0xebf00000,0x01150001,0x0f0d8fe0,0x166feffd,0x7fa4ff1c,0x8f8927e9,0xc420000b,0x3000000f,0x4c000059,0xf9efa904,0x7010feb0,0x007fb8fd,0x0fbe0800,0x1f0bdfe5,0xff37857b,0x03c279e8,0x74c3a000,0xeb600000,0x01180000,0xe60dffe2,0x164fe5fd,0xef8cff7c,0x8d8a67e6,0xc410000b,0x5000000f,0x49000056,0xf9bfac04,0xf014fee0,0x005f98fd,0x4f8707f0,0x18174fd0,0xffb73c78,0xd3a27dc8,0x79c29000,0xeb400000,0x00fc0000,0xdd0eb003,0x169fb4fd,0xff73002c,0x7f8b97d0,0xc360000a,0x1000000f,0x3200004c,0xfbafb006,0x500cfff0,0x009f8cfd,0x3f5e0620,0x1620ffcc,0x00c71677,0xe38e8278,0x60c25000,0xeb600000,0x00df0000,0xc70ed01a,0x18bf73fd,0xcf6f014c,0x718bc7ca,0xc3000007,0x3000000f,0x3600003f,0xfe8fb307,0xcff00110,0x00ff86fd,0x1f4d0430,0x14264fd9,0x01671e77,0xa38d85b8,0x49c2b000,0xeb400000,0x00e50000,0x9f0e8019,0x1adf4afe,0x4f6e020c,0x698b77d1,0xc2b00005,0x4000000f,0x54000035,0x005fb209,0x2fc901b0,0x019f78fc,0xff3900c0,0x0f2ce000,0x02374577,0xc3938af8,0x24c3c000,0xeae00000,0x01070000,0x510de00c,0x1def13ff,0xff6702dc,0x618a77dc,0xc2000003,0x2000000f,0x93000026,0x028fab0b,0xef7d0290,0x024f68fc,0xdf27fdd0,0x102ae02c,0x02876778,0xe39b93f7,0xffc2c000,0xeac00000,0x013a0000,0x280dbff9,0x15ef2203,0x5f62025c,0x6189c7cd,0xc1f00003,0x6000000f,0x95000015,0x02cf9a0d,0xff5a02f0,0x039f52fc,0x7f15fa60,0x1b23d05a,0x0217c47b,0x13ba9af7,0xc7c35000,0xea000000,0x016d000f,0xce0defc6,0x0d8f4d05,0x9f5300fc,0x6989d7b4,0xc2800004,0x9000000f,0x8d00000e,0x026f830f,0x6f370300,0x04af4afb,0xff1bf7d0,0x1f1b7062,0x01a7f47c,0xf3cc9af7,0xadc4e000,0xe8000000,0x01a3000f,0xad0e6fa3,0x0a5f6f05,0x9f51ffcc,0x6f8997a9,0xc2d00005,0xe000000f,0x8c000010,0x019f790f,0xcf2802d0,0x04df4dfb,0xbf2af5b0,0x2013205f,0x0177fa7f,0x03c79bb7,0x9bc57000,0xe6700000,0x01cb000f,0xae0e6f99,0x06df8f05,0x4f62febc,0x6e8847a7,0xc2800007,0xc000000f,0x8a00000c,0x00bf7510,0x7f2302c0,0x04bf5dfb,0xaf48f300,0x2404b054,0x00f81282,0xe3bd9e17,0x75c66000,0xe4900000,0x01df000f,0x9c0d3f90,0x00ffcd03,0x5f8afc8c,0x6c85f7a6,0xc210000b,0x8000000f,0x85000003,0xff6f6e11,0x7f230290,0x04ff81fb,0x9f68f140,0x20fa0031,0x00682b85,0x83ae9e97,0x71c6e000,0xe2d00000,0x01f6000f,0x9b0bff91,0xfd9ff001,0x2fbbfa6c,0x6982d7af,0xc1d0000e,0x2000000f,0x90000001,0xfe2f7111,0xef2d0240,0x04efabfb,0x7f8ef0b0,0x1af0effe,0xff483e87,0x43859df7,0x8bc65000,0xe0f00000,0x0222000f,0xb50b8f9d,0xfb3ffeff,0xdff1f95c,0x5f7e77c0,0xc0d0000f,0xc000000f,0x99000ffe,0xfd0f7b13,0x5f4002b0,0x049fc1fb,0x6fa3f0e0,0x18ebefe2,0xfeb84e88,0x13649e07,0x97c5c000,0xe0300000,0x022c000f,0xc50b7fa8,0xf94008ff,0x100bf92c,0x5a7c17ca,0xc0200010,0x6000000f,0x98000ffe,0xfc9f7f14,0x5f4d0350,0x048fc4fb,0x6fa7f0f0,0x18eb0fde,0xfea85188,0x335e9e27,0x98c5a000,0xe0200000,0x022c000f,0xc70b6fab,0xf8e00bfe,0xf00ff92c,0x597bb7cb,0xc0000010,0x8000000f,0x97000fff,0xfc8f7f14,0x8f4f0370,0x048fd3fb,0x9fb8f1d0,0x18e81fc2,0xfe488188,0x93569dc7,0xa1c62000,0xdfb00000,0x021f000f,0xa80adfb2,0xf84017fe,0xf011f87c,0x5c7b47cd,0xc0200011,0x1000000f,0x9a000010,0xfc8f7b14,0x5f5203c0,0x048feffb,0xefd8f370,0x16e30f91,0xfda8db89,0x33499cf7,0xb1c72000,0xdf100000,0x0209000f,0x6d09cfbd,0xf7302aff,0x2015f75c,0x627a47d1,0xc0500012,0x1000000f,0xa300002f,0xfc6f7414,0x0f570460,0x049ffafb,0xefe4f430,0x14e23f80,0xfd58fe89,0x63469c77,0xbac77000,0xdf200000,0x020b000f,0x57097fb8,0xf71026ff,0xb019f76c,0x627937da,0xc0200011,0xf000000f,0xac000038,0xfc3f7414,0xaf5a04d0,0x04500dfb,0xe000f6f0,0x17e07f54,0xfc395589,0xd33e9b67,0xcdc81000,0xdf500000,0x020d000f,0x2708ff99,0xf6f01700,0xa01cf7cc,0x6176e7f1,0xbf600011,0xc000000f,0xb800004b,0xfbef7316,0x8f600660,0x03c016fb,0xf021fb10,0x20de9f29,0xfb79b18a,0x932c9bf7,0xd4c7e000,0xe0800000,0x0208000f,0x0e08bf66,0xf5100a01,0x1014f85c,0x6375e802,0xbe800011,0xd000000f,0xb7000064,0xfbcf6b17,0xff690860,0x03a013fb,0xe045ff50,0x2dde5f15,0xfb69f08b,0x33249d97,0xc7c7b000,0xe1a00000,0x01fb000f,0x15084f48,0xf3100602,0x0ffdf8ec,0x6c778806,0xbe700011,0xc000000f,0xb5000082,0xfbcf5c17,0x9f740a00,0x03a003fb,0x70670360,0x42e02f12,0xfada0c8b,0x13249d17,0xc0c81000,0xe1800000,0x01f9000f,0x21084f41,0xf41ff503,0xbfe7fa3c,0x73799807,0xbe400011,0x2000000f,0xad00008f,0xfb9f5417,0x9f810bb0,0x039ff3fb,0x00780580,0x52e19f18,0xfa8a088a,0xc3209cd7,0xbdc82000,0xe1500000,0x01fd000f,0x3008df3e,0xf4efe704,0xcfdcfb5c,0x777af808,0xbe000010,0x9000000f,0xa300008e,0xfb6f5218,0x0f870cb0,0x03afc9f9,0xc09c09a0,0x77e4cf2a,0xfac9ea8a,0x43179ca7,0xaec80000,0xe0e00000,0x0201000f,0x4e0a1f3c,0xf73fd206,0xffc6fd7c,0x867fb7fc,0xbea00010,0x6000000f,0x7f000085,0xfa2f4518,0x2f970e10,0x046f92f8,0x00cd0e00,0xa2e9ff43,0xfbe9c88a,0x33179c07,0x94c85000,0xdf800000,0x0200000f,0x5a0acf40,0xfb0fc40a,0x5fb7ff3c,0x9a86c7e3,0xc0d00011,0x6000000f,0x4d000074,0xf7df2e17,0x5fae0ea0,0x050f5ff5,0xe0f910b0,0xc3f06f5a,0xfd19aa8a,0x231d9a67,0x86c93000,0xddd00000,0x0206000f,0x4d0aef3a,0xfdffb30e,0x5fbb002c,0x988b67c9,0xc2400013,0x4000000f,0x1600004e,0xf5bf3417,0xffb50f70,0x057f36f3,0xf11211e0,0xd6f60f73,0xfe29918a,0x131e99c7,0x80c98000,0xdcf00000,0x020e000f,0x3e0abf30,0xfeefae11,0xffc200ac,0x8e8df7b2,0xc3100015,0x6000000e,0xe5000023,0xf46f4719,0xbfad1030,0x077efaf0,0xc1121240,0xce009fa8,0xff79718a,0xb31d9ab7,0x70c93000,0xdcd00000,0x020f000f,0x2909ff16,0xfe1fd518,0xcfd000cc,0x7c912796,0xc4900019,0x4000000e,0xb4000fcc,0xf2af651d,0x4f880ff0,0x0a8ec7ec,0xc10e1270,0xc40aefd5,0x0009678b,0x23219a97,0x6ac9a000,0xdc000000,0x0217000f,0x14095eeb,0xfd8fec1f,0x4fda008c,0x69924783,0xc520001d,0x2000000e,0x9b000f70,0xf10f8522,0x6f670f40,0x0e8e94e7,0x510e1290,0xc414b00b,0xffb9728b,0x631e9a47,0x6cca2000,0xdb300000,0x0225000e,0xf7084eb5,0xfdafef23,0x9fe2ffec,0x45910767,0xc4500022,0x4000000e,0x72000f01,0xef7fa72a,0xbf570e20,0x13ae66e0,0x411212e0,0xcf1cd043,0xff39808b,0xb3159b17,0x68ca2000,0xdb800000,0x0226000e,0xe5069e87,0xfe800523,0xcfe6ff3c,0x148e0748,0xc3100028,0x2000000e,0x2f000e91,0xee3fb735,0x4f600bd0,0x19fe48d7,0xc11713c0,0xe221f072,0xfe49978c,0x13189b87,0x66cac000,0xdc100000,0x0226000e,0xd404ee61,0xfe601021,0xefe1fd2b,0xd5894729,0xc0e0002f,0x3000000d,0xd6000e2c,0xee5fba40,0xef830890,0x208e40cf,0x31121421,0x01218096,0xfcd9b48c,0x731f9bc7,0x6dcb6000,0xdc400000,0x023c000e,0xbf03ce31,0xfd1ff91f,0x9fd4f80b,0x878436ee,0xbdf00038,0x2000000d,0x54000ddc,0xf09fa54a,0x9fa70590,0x265e5dc8,0x410112d1,0x2c1b20a8,0xfb59c78d,0x031f9c37,0x73cbe000,0xdbf00000,0x024f000e,0xb503ae03,0xfcefdc1d,0xbfd1f20b,0x3c7ef6b1,0xba800040,0x8000000c,0xca000d9e,0xf3cf6e51,0x4fbc0290,0x2aee99c3,0x30f41001,0x5d0fa0ad,0xfa19cc8d,0xd3229c37,0x7ccca000,0xda500000,0x0266000e,0xac042de2,0xff1fb51d,0x8fd2eccb,0x0779a67f,0xb6e00047,0x1000000c,0x4b000d6a,0xf6ff2155,0x4fb5ff60,0x2dfefbbf,0xa0f30b81,0xa7ff60a7,0xfa29c38e,0xd3219c27,0x83ccf000,0xd7e00000,0x027c000e,0xaf04edd3,0x025f941d,0xffd8e94a,0xfa75365e,0xb4c0004c,0x0000000b,0xe0000d4b,0xf9ded857,0x2f9cfdb0,0x2e4f68bd,0x710b0651,0xf4f1c0a5,0xfd49b88f,0xa31f9c47,0x83cdc000,0xd5800000,0x0275000e,0xba05bddd,0x049f9a1d,0x4fcde9bb,0x2f739676,0xb640004e,0x3000000b,0xb4000d5a,0xfcbeb257,0xaf84fe00,0x2defc8bc,0x01240122,0x40e420a3,0x0069ac90,0x731c9c57,0x83cea000,0xd3300000,0x026f000e,0xc4069de8,0x06df9f1c,0x9fc3ea2b,0x6371f68d,0xb7c00050,0x7000000b,0x88000d6a,0xff9e8d58,0x2f6cfe50,0x2d600bba,0xf132fef2,0x4de0f0a7,0x0229a090,0xb31e9d97,0x86cf3000,0xd2300000,0x0270000e,0xc1062df2,0x061fa91b,0xefc7eb4b,0x8671e6a1,0xb9600050,0x7000000b,0x8d000d8b,0x025e8c56,0xef5aff40,0x2c803fba,0x514dfaf2,0x64db00b0,0x05698b91,0x23219fd7,0x8cd03000,0xd0400000,0x0272000e,0xbc054e05,0x04bfbc1a,0xafd0ed4b,0xc671d6c5,0xbc700050,0x7000000b,0x97000dc9,0x077e8954,0x9f370100,0x2bd05dba,0x115bf8c2,0x71d7d0b4,0x07297f91,0x6323a117,0x8fd0d000,0xcf400000,0x0274000e,0xb904de10,0x03ffc619,0xffd5ee5b,0xe971c6d9,0xbe100050,0x7000000b,0x9c000dea,0x0a3e8753,0x5f2401f0,0x2b706bba,0x4169f722,0x5ed840b7,0x08897b91,0x9321a297,0x90d0e000,0xcf300000,0x026e000e,0xb5044e22,0x037fdc19,0x3fe8ef3b,0xfa71a6e2,0xbf200050,0x1000000b,0xab000e1b,0x0c9e8950,0x5f1102f0,0x2af07eba,0xe185f432,0x18dc40b7,0x0c698f91,0xd30ba5c7,0x93d07000,0xd0b00000,0x0259000e,0xc503de6c,0x02802018,0x4012f09c,0x1c7136ee,0xc160004e,0xc000000b,0xd5000e90,0x11be8d47,0xbee805b0,0x2aa084bb,0xe191f251,0xb8e5a0df,0x0f59b091,0x62e3a807,0x98cf6000,0xd3a00000,0x023c000e,0xf3040eba,0x01506d18,0x5034f14c,0x3070d6f4,0xc330004d,0x1000000c,0x04000efc,0x15fe983d,0xbecb08c0,0x29d088be,0x5187f111,0x18fda2dd,0x0ee9ae8e,0xd2b1aad7,0xa2cd3000,0xd8600000,0x0220000f,0x36039eb4,0xfb50c717,0x605af1ec,0x4270a6fa,0xc510004a,0xa000000c,0x51000fa4,0x1bdece2c,0xfeba0f00,0x290089bf,0xf18ff140,0xb0013545,0x15b9b08e,0x02a4ad67,0x97cc5000,0xdae00000,0x020f000f,0x42033e9c,0xf630f115,0x806df24c,0x487186f7,0xc6300049,0x6000000c,0x7d00002e,0x1f7f0521,0x8eb513a0,0x27e04ec0,0xf1caf2a0,0x66fdf274,0x07a9cd8f,0x3296b0c7,0x77cb9000,0xd9f00000,0x0224000f,0x4806eeb7,0xf2d0d812,0x106ef2bc,0x237506de,0xc6800049,0x4000000c,0x770000b6,0x20bf3d19,0xdeb61720,0x26e04ac1,0x61fef390,0x2ffde07b,0x0029d48f,0xf287b347,0x5fcb1000,0xd7b00000,0x023a000f,0x630b6ed9,0xf030be0f,0x506bf2dc,0x0177c6c7,0xc6300049,0x9000000c,0x64000111,0x214f5c15,0x8ead18b0,0x26802fc1,0x8238f490,0x09fd9093,0x0229b491,0x728db3c7,0x44cbb000,0xd4b00000,0x0241000f,0x840d4eec,0xeee0c00f,0x006df22b,0xe078c6a7,0xc450004a,0xa000000c,0x46000107,0x215f4714,0x9e761790,0x26600fc1,0xd284f5df,0xebfcc0d8,0x04599a94,0x2298b2f7,0x27ccd000,0xd1b00000,0x0243000f,0x930d2efb,0xef60c30e,0x9083f0bb,0xbb782679,0xc120004c,0x2000000c,0x2c0000c9,0x217f2915,0x9e2512d0,0x265ffcc2,0x12bcf74f,0xebfbd0ff,0x06099e96,0xb29bb107,0x1bce0000,0xd0800000,0x0247000f,0x9d0b8f0d,0xeff0b50c,0xa0a7ef6b,0xaa75065c,0xbda0004d,0x3000000c,0x2c000086,0x22ff091a,0x4ded0970,0x264fefc2,0x52e5f8cf,0xf1fa610e,0x0719aa98,0x829caf77,0x15cef000,0xd0400000,0x0250000f,0xb208ff30,0xeef08e09,0x80c2ee3b,0xa2713647,0xbaa0004d,0xa000000c,0x38000046,0x255eed20,0x0dcb0110,0x264feec2,0x72f7f95f,0xf2f9a10e,0x0729b199,0x429baf27,0x0fcf5000,0xd0400000,0x0256000f,0xbd072f56,0xee606e07,0x50c7edab,0x9d6f7637,0xb970004d,0xa000000c,0x40000022,0x265eeb23,0x4db7fd90,0x266fdbc2,0x930af9ef,0xeff8e0fe,0x05f9ba99,0xe293af27,0x03cfe000,0xcff00000,0x0263000f,0xc6040fbf,0xef004304,0x50b7ed2b,0x9a6ee61a,0xb900004d,0x9000000c,0x44000fea,0x25bee727,0x7d9cf890,0x266fdfc2,0xb322fa5f,0xe7f7c0f1,0x03c9c49a,0xb28daed6,0xf1d0a000,0xcf800000,0x027b000f,0xc3003046,0xf0201801,0x909decab,0x987015f3,0xb9e0004d,0x9000000c,0x3e000fb0,0x23ded029,0xfd86f310,0x267fe1c2,0xf330fa4f,0xe1f6c0f1,0x0289cb9b,0x428fae76,0xe5d11000,0xcf600000,0x0285000f,0xb3fef06e,0xf1000300,0x7095ec8b,0x9571c5e2,0xbb30004d,0xb000000c,0x35000fa9,0x22eecb28,0xad7bf260,0x267fe1c3,0x1334fa3f,0xe0f670f2,0x0239ce9b,0x628fae46,0xe1d13000,0xcf600000,0x0288000f,0xadfea074,0xf15ffd00,0x3093ec8b,0x947245de,0xbb90004d,0xb000000c,0x32000faa,0x22becb28,0x0d77f280,0x267fdfc3,0x2337fa2f,0xe0f630f1,0x0209d19b,0x828eae36,0xdfd14000,0xcf700000,0x028a000f,0xadfe9071,0xf1bffc00,0x1092ec8b,0x9472a5db,0xbbd0004d,0xc000000c,0x30000fae,0x229ecf27,0x0d73f2f0,0x268fdcc3,0xb348f9ef,0xe1f4f0ed,0x0129e99c,0x1284adb6,0xcfd17000,0xcf900000,0x0298000f,0xaefe1056,0xf3eff4ff,0x7087ec9b,0x957515cc,0xbd50004e,0x0000000c,0x27000fc5,0x21feea20,0x9d5af630,0x269fdbc3,0xc34af9df,0xe2f4b0ec,0x0119ec9c,0x2282add6,0xccd16000,0xcf900000,0x029c000f,0xb7fe404e,0xf3eff5ff,0x9084ec9b,0x977595cb,0xbd90004e,0x0000000c,0x29000fc1,0x21beea1f,0x4d59f710,0x26bfdcc4,0x034cf9af,0xe2f470e9,0x00e9ef9c,0x327fae36,0xc9d15000,0xcf800000,0x02a2000f,0xc7fe9042,0xf3dff8ff,0xc07fec8b,0x997675cc,0xbe10004e,0x0000000c,0x2e000fb7,0x210ee61d,0x6d59f870,0x26dfd7c4,0x2347f96f,0xe4f490e7,0x00f9e99c,0x1280aef6,0xc9d13000,0xcf900000,0x02a2000f,0xd4fea043,0xf37ffcff,0x7077ec7b,0x9d7785cd,0xbe90004e,0x1000000c,0x36000fa3,0x1feedc1e,0x7d60f850,0x26ffdac4,0x4339f92f,0xe9f4f0e6,0x0199db9b,0xc283b006,0xcbd0f000,0xcfd00000,0x029a000f,0xe1fe804e,0xf25004fe,0xd06fec6b,0xa278d5cf,0xbf40004e,0x1000000c,0x3f000f88,0x1e5ecc21,0xad6ff710,0x270fdfc4,0x532cf91f,0xecf560e8,0x0289d09b,0x5283b046,0xd1d0a000,0xd0100000,0x0294000f,0xedfe8055,0xf1700cfe,0xa06cec7b,0xa37935d5,0xbfa0004d,0xf000000c,0x44000f7d,0x1dcec522,0xfd82f6b0,0x271fdfc4,0x6324f90f,0xedf5b0ea,0x0309ca9a,0xe284b026,0xd8d06000,0xd0300000,0x0292000f,0xf8fe7058,0xf12012fe,0xb06aec7b,0xa37935d9,0xbfc0004d,0xe000000c,0x46000f7a,0x1d8ec223,0x0d8df6f0,0x271fe1c4,0x6318f8df,0xeff620eb,0x0359bd9a,0x7288b026,0xdfd04000,0xd0300000,0x02890000,0x09fe705c,0xf0a019fe,0xf068ec7b,0xa27915de,0xbfc0004d,0xd000000c,0x48000f78,0x1ceebc22,0x2d94f7d0,0x271fe3c4,0x6315f8bf,0xf2f640ea,0x0369b99a,0x4288b006,0xe1d04000,0xd0300000,0x02870000,0x15fe8064,0xf0401bff,0x1068ec7b,0xa27905e0,0xbfa0004d,0xd000000c,0x4a000f77,0x1c5eb821,0x7d9bf840,0x271fe1c4,0x6314f8af,0xf4f650e9,0x0369b99a,0x2289afe6,0xe3d04000,0xd0000000,0x02880000,0x1bfeb06b,0xf0201aff,0x3067ec6b,0xa37915e2,0xbfb0004d,0xe000000c,0x4b000f73,0x1c2eb521,0x1da6f8a0,0x271fe2c4,0x5315f8bf,0xf7f630e8,0x0359bc9a,0x3288afc6,0xe3d07000,0xcff00000,0x028a0000,0x1afec06c,0xf04016ff,0x2066ec4b,0xa37965e3,0xbff0004d,0xe000000c,0x4d000f70,0x1c3eb420,0x9daaf960,0x272fddc4,0x4317f8df,0xf8f600e6,0x0359c49a,0x5285af96,0xe1d08000,0xd0000000,0x028e0000,0x18fed06e,0xf03015ff,0x1065ec3b,0xa279f5e0,0xc040004d,0xf000000c,0x4b000f6f,0x1c3eb220,0x2da9f9d0,0x272fdec4,0x4319f8ff,0xf9f5e0e5,0x0359ca9a,0x6283af86,0xdfd07000,0xd0000000,0x028f0000,0x14fee071,0xeff016ff,0x0064ec2b,0xa37a65de,0xc090004d,0xe000000c,0x4a000f70,0x1c2eb11f,0xddaaf9f0,0x272fdfc4,0x331bf8ff,0xf8f5c0e6,0x0349cd9a,0x8282af96,0xded07000,0xcff00000,0x02900000,0x07fee072,0xef7017fe,0xe063ec1b,0xa47ac5dd,0xc0e0004d,0xe000000c,0x4a000f6e,0x1c2eae1f,0x9da8f9e0,0x272fd9c4,0x331df8ff,0xf8f5a0e6,0x0339cf9a,0x9280afa6,0xddd08000,0xcfe00000,0x02900000,0x03fee072,0xef2019fe,0xb063ec1b,0xa47b15dc,0xc110004d,0xd000000c,0x4b000f6d,0x1c1eab1f,0x7da3f9f0,0x272fdac4,0x331ff8ff,0xf8f580e6,0x0329d19a,0xa27fafa6,0xdcd08000,0xcff00000,0x02910000,0x03fee073,0xef0019fe,0xa064ec1b,0xa37b35db,0xc120004d,0xd000000c,0x4b000f6d,0x1c0eaa1f,0x7da1f9f0,0x272fdbc4,0x331ff8ff,0xf8f580e6,0x0329d19a,0xa27eafa6,0xdcd08000,0xcff00000,0x02910000,0x04fee073,0xef0019fe,0xa064ec1b,0xa37b35db,0xc120004d,0xd000000c,0x4b000f6d,0x1c0eaa1f,0x7da0f9f0,0x273fd6c4,0x431ff8ef,0xf7f580e6,0x0329cf9a,0xa281afa6,0xdcd08000,0xcfd00000,0x02900000,0x05fef075,0xeee01afe,0xd065ec2b,0xa17b35da,0xc100004d,0xd000000c,0x4c000f72,0x1bdeb01f,0x7da0f9b0,0x273fdac4,0x431ff8ef,0xf7f580e6,0x0329cf9a,0xa281afa6,0xdcd08000,0xcfd00000,0x02900000,0x05fef075,0xeee01afe,0xd065ec2b,0xa17b35da,0xc100004d,0xd000000c,0x4c000f72,0x1bdeb01f,0x7da0f9b0,0x272fdcc4,0x531ff8df,0xf6f580e6,0x0329cf9a,0xb281afa6,0xdcd08000,0xcfd00000,0x02900000,0x05fee075,0xeee01afe,0xc066ec2b,0xa07b25db,0xc0f0004d,0xc000000c,0x4c000f72,0x1bdeb11f,0x7da0f9c0,0x272fddc4,0x7320f8bf,0xf6f580e6,0x0329cf9a,0xa282afa6,0xdcd08000,0xcfd00000,0x02900000,0x06fed075,0xeef01afe,0xc068ec3b,0x9f7af5dc,0xc0d0004d,0xd000000c,0x4d000f72,0x1bdeb21f,0x6da0f9c0,0x272fddc4,0x9320f8af,0xf4f580e6,0x0329ce9a,0xa282afc6,0xdbd09000,0xcfd00000,0x028f0000,0x07fec076,0xeef01afe,0xb069ec4b,0x9c7ac5dc,0xc0a0004d,0xd000000c,0x4d000f72,0x1bceb31f,0x5da0f9e0,0x272fd9c4,0xa321f89f,0xf4f590e5,0x0329ce9a,0xb282afe6,0xdad09000,0xcfd00000,0x028f0000,0x08fec077,0xeee01afe,0xb068ec4b,0x9c7aa5dd,0xc080004d,0xc000000c,0x4d000f72,0x1bceb41e,0xfda0fa20,0x272fddc4,0xa321f89f,0xf4f590e5,0x0329ce9a,0xb282b006,0xdad0a000,0xcfd00000,0x028f0000,0x08fec077,0xeec019fe,0x9067ec4b,0x9e7aa5dd,0xc080004d,0xc000000c,0x4e000f72,0x1bdeb51e,0xada0fa60,0x272fdcc4,0xa321f89f,0xf4f580e5,0x0319ce9a,0xb282b036,0xdad0b000,0xcfd00000,0x028f0000,0x08feb076,0xee8019fe,0x7066ec4b,0x9e7aa5dd,0xc080004d,0xc000000c,0x4e000f71,0x1bbeb31e,0xbd9efa70,0x272fdbc4,0xa321f8af,0xf4f580e4,0x0319ce9a,0xb282b046,0xd9d0b000,0xcfd00000,0x028f0000,0x08fec076,0xee5019fe,0x7066ec4b,0x9f7ab5dd,0xc090004d,0xc000000c,0x4e000f71,0x1bbeb31e,0xcd9ffa60,0x272fddc4,0xa322f8af,0xf5f580e3,0x0309cd9a,0xc283b046,0xd7d0c000,0xcfc00000,0x028f0000,0x08fed074,0xee3018fe,0x9065ec4b,0xa07ad5dd,0xc0b0004d,0xc000000c,0x4e000f71,0x1bceb31e,0xdd9ffa20,0x272fdcc4,0xa323f8af,0xf5f570e2,0x02f9ce9a,0xd283b046,0xd7d0d000,0xcfc00000,0x028f0000,0x07fed074,0xee3018fe,0x8065ec4b,0xa07af5dd,0xc0d0004d,0xc000000c,0x4e000f70,0x1bceb31e,0xdd9efa10,0x272fd9c4,0xa326f8bf,0xf5f550e1,0x02c9d09a,0xe281b046,0xd6d0d000,0xcfc00000,0x02900000,0x07fed073,0xee4018fe,0x8065ec4b,0xa07b45dc,0xc0f0004d,0xc000000c,0x4c000f6f,0x1bbeb21e,0xcd9dfa30,0x272fd9c4,0xa326f8bf,0xf5f550e0,0x02c9d09a,0xe281b036,0xd6d0d000,0xcfc00000,0x02910000,0x07fed073,0xee4019fe,0x8065ec4b,0x9e7b65db,0xc100004d,0xc000000c,0x4b000f6e,0x1baeb21e,0xdd9efa10 +}; + +u32 ANIM_ENTRY_death_backward_fall_face_up2[] = +{ + 0xf77f9bfe,0x91420330,0x08f7d02c,0xfb562486,0x83e3ece0,0x5c411000,0xf2e00000,0x01020001,0x7910b006,0x232f8900,0x4fa4ec9c,0x72f59129,0x3d300024,0xf000000d,0xf70000bd,0x090f7308,0x7ef6f690,0xf6ff98fe,0xa1350340,0x0afb203a,0xfbd60a87,0x03e4ec50,0x6240b000,0xf3e00000,0x00fa0001,0xa611c021,0x23cf7e00,0xafa2ecbc,0x73f5b11f,0x3d200025,0x9000000d,0xfa0000bc,0x096f7508,0xcef9f680,0xf51f8ffe,0xd1120370,0x1106405b,0xfd35e088,0xa3e5ea70,0x7d3f7000,0xf6100000,0x00e50002,0x1a15c067,0x258f6201,0x8f9eecfc,0x78f66100,0x3d300027,0xf000000e,0x030000b7,0x0b3f7409,0x7efcf670,0xf23f83ff,0x50eb03b0,0x2015e071,0xfe961e8b,0x53e0e8a0,0xb93d8000,0xf6500000,0x00d60002,0x501b5077,0x25bf6201,0x9f9dec0c,0x7df7d0db,0x3dc0002d,0x1000000e,0x0b0000b0,0x0ecf5d09,0xaee8f6f0,0xefbf7700,0x10c104e0,0x2b1f705e,0xfe96e38f,0x53d9e8f0,0xfe3b6000,0xf5e00000,0x00d60001,0xb61ceff5,0x230f9cfe,0xbf8ee95c,0x8af980be,0x3e700032,0xf000000e,0x130000c7,0x120f3809,0x2eb8f780,0xed6f6901,0x408b06f0,0x2e22903e,0xfd57b493,0x33dfe991,0x3a399000,0xf4800000,0x00d60000,0xbf188f62,0x212fdffa,0x4f5ee71c,0xa4fae0a7,0x3e800035,0xf000000e,0x1c000107,0x143f2008,0xee7cf760,0xec0f6502,0x106d07f0,0x2d229033,0xfc081995,0x53f6e9f1,0x5d38d000,0xf2300000,0x00d80000,0x2d13af35,0x212ffdf8,0x2f37e60c,0xb4fb309c,0x3e000036,0x1000000e,0x1f000130,0x157f1409,0x2e56f6e0,0xea6f5c03,0x60520950,0x281d4034,0xf9283198,0x641feb21,0x9f389000,0xeee00000,0x00da000f,0xdd0dbf65,0x21800af7,0xcef9e58c,0xcbfac095,0x3d300032,0x9000000e,0x1f00013d,0x177efc0a,0x0e26f560,0xe79f4a05,0x50350c00,0x240c302e,0xf3d7ff9d,0x343af052,0x11376000,0xeba00000,0x00e1000f,0xc8075faf,0x1ec00df8,0x8ea7e5bc,0xddf9708e,0x3b600029,0x6000000e,0x1700011c,0x19aec90b,0x5de1f2d0,0xe4ff3e06,0xd0230d90,0x25fce020,0xf1d7a29f,0xf453f502,0x5136a000,0xe9c00000,0x00f3000f,0xd005cfa4,0x1c7028f9,0xae91e6ac,0xccf8c083,0x39e00020,0x5000000e,0x0c0000d0,0x18eea20a,0xcdbbf280,0xe2ff3308,0x10160ed0,0x23ef2014,0xf21735a3,0xc497f8a2,0x8e34d000,0xe8d00000,0x0109000f,0xc804ef95,0x19304afb,0x0e8be76c,0xc7f8807c,0x39600017,0xd000000e,0x0400008b,0x15be9a09,0x3db3f2e0,0xe19f2808,0xb0070ff0,0x1de59ffe,0xf3b6e0a5,0xf4dff822,0xd8309000,0xe8600000,0x010b000f,0xd804bf9f,0x15d066fb,0xde9ae6fc,0xcaf7707d,0x39400011,0x4000000d,0xf9000064,0x129eb109,0x0dc9f200,0xdfff2109,0x3ff210c0,0x17e18feb,0xf596aaa5,0xc515f6a3,0x062dc000,0xe7d00000,0x0106000f,0xeb060faa,0x14007cfb,0xaeb4e74c,0xc5f64078,0x38d0000c,0x1000000d,0xec00004f,0x113ec409,0x4de2f110,0xdddf2309,0x6fee1070,0x17e14feb,0xf67669a6,0x4588f563,0x112cb000,0xe8500000,0x010f000f,0xcf068fac,0x13d088fb,0x3edde7cc,0xbff5a077,0x38800008,0xe000000d,0xce000034,0x101ecd07,0xadfdf290,0xdacf2e09,0x1ffb0f60,0x19e26ff0,0xf7060ba7,0xf62aef63,0x1e250000,0xe9d00000,0x0118000f,0xb9067fad,0x123084fa,0xdf2fe7ac,0xb8f50078,0x38300007,0x0000000d,0x9c00000b,0x0dbedf05,0x1e37f6a0,0xd8df3b08,0x80020ea0,0x1ae3bfec,0xf735fda7,0x263be8b3,0x0f1af000,0xe9400000,0x011e000f,0xc6072fa3,0x0f5077fa,0xbf58e73c,0xb4f4707a,0x37d00007,0x7000000d,0x8500000c,0x0d8eee05,0xee77f8e0,0xd7df4308,0x000a0de0,0x1be4ffe9,0xf765f0a6,0x564de203,0x0010e000,0xe8b00000,0x0124000f,0xd207df98,0x0c706afa,0xaf81e6dc,0xb0f3e07c,0x37800007,0xd000000d,0x6e00000d,0x0d6efd06,0xbeb6fb10,0xd7bf4408,0x000a0dd0,0x1ce52fe8,0xf765f1a6,0x164de1a2,0xfd105000,0xe8800000,0x0125000f,0xd107ef97,0x0c5069fa,0xaf84e6dc,0xb0f3d07c,0x37700007,0xd000000d,0x6c00000d,0x0d8eff06,0xdebcfb30,0xd47f4808,0x10200d40,0x2de9bff8,0xf6d5b9a4,0xc6e5e052,0xbc132000,0xe7700000,0x0180000f,0x7b090f71,0x0ec064fa,0xcf81e81c,0xc3f200a5,0x36d00005,0x5000000d,0x38000028,0x112f080c,0x2f1afd70,0xd40f4708,0x30260d40,0x2eea3ffb,0xf6b5afa4,0xa6f0dfc2,0xbd133000,0xe7300000,0x0189000f,0x7b093f70,0x0ed061fa,0xbf83e81c,0xc1f1e0a9,0x36c00005,0x2000000d,0x3d000025,0x113f0b0c,0xaf10fe20,0xd2df4908,0x70390d30,0x2feba000,0xf6858fa4,0x870bddb2,0xb6126000,0xe6800000,0x01a7000f,0x8309df6a,0x0db051fa,0x8f8ce81c,0xb9f160b7,0x36700004,0xb000000d,0x5400001c,0x113f140e,0x5ee600f0,0xd03f5508,0xa0610cc0,0x2eee7003,0xf69555a3,0xc727d872,0x780d9000,0xe4600000,0x01fa000f,0x9c0b8f4e,0x06e026fb,0x5fa7e7ec,0x9deff0c8,0x35900003,0xe000000d,0xaa000006,0x113f1c10,0x9e6b0950,0xcc9f6808,0x90a60c10,0x34f13ffe,0xf6f50ba1,0x174cd291,0xd707b000,0xdfc00000,0x0280000f,0x7e0ccf00,0xfb7fffff,0xcfc0e87c,0x85f000bf,0x36c00003,0x6000000e,0x45000ff8,0x115f0c0d,0x9e0414c0,0xc7bf7a08,0x61170b70,0x49f2fff2,0xf7749d9d,0x779dcd90,0xc9058000,0xdac00000,0x0328000f,0x120a3e90,0xeec02306,0x8fc4e9dc,0x7cf3609b,0x3a500003,0xb000000e,0xe600000a,0x124f0206,0x4e181c30,0xc37f7f08,0xa17a0b90,0x62f3ffe1,0xf804559a,0x87c5ca0f,0xe1066000,0xd7700000,0x039a000e,0xb3062e3f,0xe5606e0a,0x7fb4eb9c,0x81f79079,0x3d700003,0xe000000f,0x3a000023,0x137f0502,0x5e4b1e50,0xc10f8309,0x21a70c10,0x6bf58fd9,0xf8c43599,0x87dfc7df,0x80089000,0xd7900000,0x03c1000e,0x7b02ee14,0xe270970b,0xaf9ded0c,0x87fa006e,0x3eb00003,0xa000000f,0x4a000036,0x143f0501,0xce601e90,0xbd5f9009,0xe1d70ce0,0x6cfa1fdc,0xf9f3f49b,0x4811c41f,0x3f0c6000,0xdac00000,0x03d4000e,0x47001dda,0xe380b00e,0x3f75ef7c,0x8dfda069,0x3ff00002,0xd000000f,0x4c00004f,0x155ef902,0x8e711ea0,0xba1fa309,0xa1c30c40,0x55ffdffc,0xf984249b,0x4716be8f,0xe40c7000,0xd4000000,0x03aa000e,0x9806ad9d,0xee70350b,0x6f71f19c,0x85005071,0x40b00001,0xc000000f,0x3f00004a,0x142ecc06,0x9e5a1e00,0xb72faf08,0xc18c0b50,0x40fe1003,0xf9845192,0x05f9b890,0xdf06c000,0xcb100000,0x0371000e,0xd7097d26,0xf68f9ffc,0x2f8cf34c,0x7c013078,0x41400002,0x2000000f,0x33000035,0x0f9ea00d,0x2e1c1be0,0xb47fb808,0xe17e0c40,0x46f4bfea,0xfb93c18b,0x9691b871,0x10fc1000,0xd3f00000,0x031e000e,0x42f7dd68,0xf5dfadf7,0xcf88f52c,0x80ff605e,0x40f00005,0xc000000f,0x2e000034,0x0b4eb611,0xdded16a0,0xb0dfd209,0x517d0d40,0x45ef5fd7,0xfc43ba85,0x66a5bc80,0xe4efa000,0xd4a00000,0x02c5000d,0x06ea4ea5,0xf4dfdbff,0xcf6ff8fc,0x7bfbe027,0x3fc00008,0xf000000f,0x2400002e,0x0a1ee513,0x2ded0f60,0xaf6fe207,0xf1570cb0,0x35ee5fc8,0xfc53fa81,0xb6b9c180,0xc3e94000,0xd1e00000,0x02ac000d,0x59f52f12,0xf30ff706,0x7f62fbac,0x73f6affc,0x3e900008,0xd000000f,0x1a000038,0x0b6efd0c,0x5e2b0ce0,0xb0cfda05,0xa1080b00,0x21ef4fb6,0xfd246580,0xd6c5c200,0xdde9a000,0xcf900000,0x02cf000d,0xcdfcff0b,0xf34ffb07,0x8f61fb6c,0x6af24fe5,0x3ee00006,0xc000000f,0x28000061,0x0e3ef601,0x0e760e70,0xb27fcf04,0x30bf0960,0x18f04fb6,0xfd94b884,0xe699c100,0xf5edb000,0xcf700000,0x0313000d,0xb3fb6f27,0xf3500303,0x3f56fadc,0x5df0efcf,0x3fb00004,0x6000000f,0x44000083,0x10eedbfa,0x3e930fc0,0xb36fca04,0x009c08d0,0x1cf09fc7,0xfcc4e68a,0x164fc0d0,0xdaf26000,0xd0200000,0x0364000d,0x9df7ff63,0xeef003fc,0x3f4efa9c,0x4bf24fb9,0x40700003,0x2000000f,0x53000071,0x102ec7f9,0xee960fd0,0xb3ffc604,0x709308f0,0x23f04fd6,0xfc04fb8d,0xc601c0a0,0xabf66000,0xcf900000,0x03aa000d,0xc8f80f70,0xe9bff9f9,0x2f52fabc,0x3ef3bfae,0x41100003,0xc000000f,0x53000048,0x0cdec5fc,0x2e8a0ef0,0xb44fc404,0xb0910900,0x25efffdb,0xfbc5098e,0xa5d1c0c0,0x94f8f000,0xce900000,0x03cf000d,0xedf96f6c,0xe70ffcfa,0x2f57fb0c,0x3af3efac,0x41400004,0xa000000f,0x51000034,0x0b4ecbfd,0x5e750e50,0xb4afc304,0xd09608a0,0x27ef8fe3,0xfb65248d,0xf5aec170,0x96fac000,0xceb00000,0x03e9000e,0x04fa6f6f,0xe46ffdfd,0x8f64fc0c,0x38f27fb4,0x41100006,0x2000000f,0x4c000033,0x0adecdfd,0xce540dc0,0xb56fc304,0xc0a70790,0x26ee8ff2,0xfa654c8c,0x6596c140,0xaefa9000,0xd0e00000,0x03eb000e,0x1bfa3f71,0xe2bffeff,0xdf83fe0c,0x2eef8fc5,0x40500008,0x3000000f,0x44000046,0x0aaec5fd,0x2e480d60,0xb5efc304,0x90ac0720,0x22ee9ff3,0xfa45618b,0xd587c090,0xb4f96000,0xd2d00000,0x03db000e,0x44fa8f64,0xe3b00600,0x5f9bff1c,0x26ee0fd0,0x3fc00009,0x7000000f,0x3c000056,0x0a9ebefc,0x9e570d70,0xb68fc204,0x40a70690,0x1bf02fed,0xfad57d8a,0x7561bf60,0xacf76000,0xd5400000,0x03c0000e,0xa3fcef49,0xe6b01101,0x1fbe010c,0x20ec2fdd,0x3eb0000b,0x6000000f,0x27000074,0x0b0eacfc,0xde760d00,0xb6bfc204,0x30a60670,0x19f08feb,0xfb05848a,0x1558bf10,0xaaf6e000,0xd5d00000,0x03ba000e,0xbafd7f42,0xe7601401,0x4fc6017c,0x1eebbfe0,0x3e70000b,0xd000000f,0x2300007b,0x0b2ea8fc,0xfe7d0ce0,0xb6efc204,0x60a10660,0x19f1bfea,0xfb858b88,0xe54ebeb0,0xa9f68000,0xd7700000,0x03b8000e,0xe7ff5f34,0xe8001000,0xbfc501fc,0x21ebcfe2,0x3e50000b,0xc000000f,0x1e00008b,0x0edea5fe,0xee870b80,0xb74fc104,0xc0980630,0x17f3bfe9,0xfc659686,0xc53ebde0,0xa8f5e000,0xda800000,0x03b5000f,0x3802bf1b,0xe8d007ff,0x9fc102ac,0x27ebffe7,0x3e20000b,0xb000000f,0x190000a5,0x150e9d02,0x2e920910,0xb74fbf05,0x10970630,0x16f45feb,0xfc859b85,0x853cbd30,0xabf59000,0xdc600000,0x03b1000f,0x5a040f14,0xe86002fe,0xdfb8026c,0x2cec0fe7,0x3e50000b,0xe000000f,0x1d0000a7,0x15fe9802,0x8e8a0850,0xb71fbd05,0xa0980660,0x14f4ffec,0xfce5b382,0x053abbc0,0xb1f4c000,0xe0200000,0x03a5000f,0x8205ff0b,0xe84ffffd,0x2fa601ec,0x34ebefe5,0x3e80000c,0x5000000f,0x2a0000a5,0x15de9a02,0x2e7a0760,0xb78fbe06,0x309d06a0,0x12f4dfec,0xfd45bf7f,0xa52ebac0,0xb6f46000,0xe5600000,0x039f000f,0xaa08bf0c,0xe82000fb,0x5f94016c,0x38eb5fe0,0x3e70000c,0xe000000f,0x3500009c,0x14bea600,0xce7607c0,0xb79fc006,0x60a006b0,0x11f4afed,0xfd65b07f,0x451fba90,0xbcf47000,0xe9400000,0x03a1000f,0xd70bcf19,0xe75ffdfa,0x9f8c010c,0x39eb1fdd,0x3e50000d,0x4000000f,0x38000094,0x140eafff,0x9e7b08b0,0xb76fbf06,0x30a80660,0x0ef40ff1,0xfd75be7d,0x651bbac0,0xc1f53000,0xec300000,0x03aa0000,0x06131f55,0xe5c001fb,0x5f8b00fc,0x3beb0fdb,0x3e50000d,0x8000000f,0x35000097,0x136ebafe,0x1e880a50,0xb75fbf05,0xd0ae0610,0x0bf2bff8,0xfd65ce7c,0x9517bae0,0xbaf5d000,0xede00000,0x03b00000,0x641b5f9a,0xe51006fc,0x3f9200ec,0x38eaefd7,0x3e40000d,0x9000000f,0x3800009a,0x136ebcfd,0xae880ad0,0xb75fbf05,0xd0b005e0,0x09f18000,0xfd35e37c,0xd519bb10,0xadf66000,0xef100000,0x03b60000,0xc41fdfbd,0xe4b006fc,0x7f9200ec,0x38eaefd8,0x3e40000d,0x8000000f,0x3800009a,0x137ebcfd,0xae880ad0,0xb75fbf05,0xc0b205e0,0x08f0f006,0xfcb5f37e,0x0515bb50,0x9df70000,0xf0300000,0x03bf0001,0x311e1fee,0xe43002fc,0x0f9300fc,0x37eaefd8,0x3e40000d,0x8000000f,0x3800009a,0x137ebcfd,0xbe880ad0,0xb76fbf05,0xc0b505d0,0x0af0b00a,0xfc46007f,0x2509bb60,0x91f70000,0xf0b00000,0x03bd0001,0x701b9006,0xe47ff9fa,0xff9300fc,0x37eaefd8,0x3e40000d,0x7000000f,0x39000099,0x138ebbfd,0xbe880ad0,0xb76fbf05,0xc0b805c0,0x0bf0a00a,0xfc36097f,0x8502bb80,0x8ef6c000,0xf0600000,0x03b60001,0x471affc7,0xe47ff2fa,0x3f9300fc,0x37eaefd8,0x3e40000d,0x6000000f,0x39000098,0x138ebbfd,0xce880ad0,0xb77fbf05,0xc0b905c0,0x0cf0a009,0xfc360e7f,0xb501bbc0,0x92f6e000,0xf0400000,0x03b80001,0x141abf7e,0xe41ff0f9,0xef94010c,0x37eaefd8,0x3e40000d,0x4000000f,0x39000097,0x139ebbfd,0xce870ac0,0xb77fbf05,0xb0b905c0,0x0df0b008,0xfc360f7f,0xe502bc50,0x9af77000,0xf0200000,0x03c00000,0xe51b1f3a,0xe33feef9,0xcf95010c,0x36eaefd8,0x3e40000d,0x3000000f,0x3a000096,0x13aebbfd,0xde870ac0,0xb77fc005,0xb0b905c0,0x0df0d007,0xfc36107f,0xf502bca0,0x9ff7a000,0xf0100000,0x03c30000,0xcc1bbf17,0xe2bfecf9,0xbf95011c,0x36eaefd8,0x3e40000d,0x1000000f,0x3a000095,0x13bebafd,0xee860ac0,0xb78fc005,0xb0b905c0,0x0bf10002,0xfc66137f,0xe502bcd0,0xa4f77000,0xf0100000,0x03bc0000,0xbe1ddf05,0xe22fe8f9,0x9f96011c,0x36eaefd9,0x3e40000c,0xf000000f,0x3b000093,0x13debafe,0x0e860ab0,0xb78fc005,0xb0b905c0,0x0bf12fff,0xfc66167f,0xe504bd00,0xa6f7b000,0xf0300000,0x03c00000,0xd01eef17,0xe25fe7f9,0x6f97012c,0x35eaefd9,0x3e40000c,0xd000000f,0x3b000092,0x13eebafe,0x1e850ab0,0xb78fc005,0xa0b905c0,0x0bf13ffe,0xfc66177f,0xe504bd20,0xa7f7e000,0xf0400000,0x03c20000,0xdd1f6f24,0xe26fe7f9,0x5f98013c,0x35eaefd9,0x3e40000c,0xa000000f,0x3c000090,0x140eb9fe,0x2e850aa0,0xb79fc005,0xa0b905d0,0x0bf14ffd,0xfc46167f,0xd504bd10,0xa5f7e000,0xf0a00000,0x03c30000,0xed1fbf36,0xe27fe7f9,0x6f99014c,0x34eaefd9,0x3e40000c,0x8000000f,0x3c00008e,0x141eb9fe,0x4e840aa0,0xb79fc005,0xa0b805e0,0x0cf15ffb,0xfc36147f,0xa502bcd0,0xa1f7c000,0xf1100000,0x03c10000,0xfe201f4d,0xe29fe6f9,0x7f9a014c,0x34eaefd9,0x3e40000c,0x5000000f,0x3d00008d,0x143eb9fe,0x5e830a90,0xb7afc005,0x90b905f0,0x0df16ff9,0xfc36137f,0x8500bc50,0x96f78000,0xf1100000,0x03bc0000,0xf21fdf4a,0xe31fe3f9,0x5f9b015c,0x33eaefd9,0x3e40000c,0x3000000f,0x3e00008b,0x144eb8fe,0x6e830a80,0xb7afc005,0x90ba05f0,0x0cf16ff8,0xfc46107f,0x8500bbc0,0x89f77000,0xf1100000,0x03bc0000,0xd21f4f42,0xe42fdef8,0x9f9c016c,0x33eaefd9,0x3e40000c,0x0000000f,0x3e000089,0x146eb8fe,0x8e820a80,0xb7afc005,0x90ba05f0,0x0cf15ff7,0xfc460d7f,0x9500bb80,0x85f77000,0xf0f00000,0x03be0000,0xbf1eef42,0xe48fdbf7,0xdf9d017c,0x32eaefda,0x3e40000b,0xe000000f,0x3f000087,0x148eb7fe,0x9e810a70,0xb7bfc005,0x90ba0600,0x0df15ff7,0xfc46097f,0x84ffbb80,0x87f72000,0xf0700000,0x03b90000,0xc21f4f46,0xe42fd9f7,0x8f9e017c,0x32eaefda,0x3e40000b,0xb000000f,0x3f000086,0x149eb7fe,0xae810a70,0xb7bfc005,0x80ba0600,0x0df15ff7,0xfc46087f,0x7500bb80,0x88f71000,0xf0100000,0x03b70000,0xc21f9f45,0xe3efdaf7,0x8f9f018c,0x31eaefda,0x3e40000b,0x9000000f,0x40000084,0x14beb7fe,0xce800a60,0xb7bfc005,0x80ba0600,0x0cf15ff7,0xfc460a7f,0x9506bbc0,0x8af76000,0xefd00000,0x03bc0000,0xbe1fdf40,0xe3afdcf7,0xcfa0019c,0x31eaefda,0x3e40000b,0x7000000f,0x41000083,0x14ceb6fe,0xde800a60,0xb7cfc005,0x80ba0600,0x0cf15ff7,0xfc46097f,0xa508bc00,0x8cf79000,0xefc00000,0x03c00000,0xc11fdf42,0xe38fdff8,0x2fa101ac,0x31eaefda,0x3e40000b,0x5000000f,0x41000081,0x14deb6fe,0xee7f0a50,0xb7cfc005,0x80bb0600,0x0cf15ff7,0xfc46067f,0x9507bbf0,0x8cf77000,0xefb00000,0x03be0000,0xc91fdf49,0xe38fe1f8,0x6fa101ac,0x30eaefda,0x3e40000b,0x3000000f,0x41000080,0x14feb6fe,0xfe7f0a50,0xb7dfc005,0x70bb05f0,0x0cf15ff6,0xfc46057f,0x8506bbe0,0x8af75000,0xefa00000,0x03bc0000,0xcd1fdf4c,0xe37fe1f8,0x6fa201bc,0x30eaefda,0x3e40000b,0x1000000f,0x4200007f,0x150eb5ff,0x0e7e0a40,0xb7dfc005,0x70bb05e0,0x0cf14ff6,0xfc46057f,0x8506bbe0,0x89f75000,0xefa00000,0x03bc0000,0xd21fef50,0xe37fe0f8,0x6fa301bc,0x30eaefdb,0x3e40000b,0x0000000f,0x4200007e,0x151eb5ff,0x1e7e0a40,0xb7dfc005,0x70bb05e0,0x0cf14ff6,0xfc46057f,0x8505bbd0,0x8af74000,0xefb00000,0x03bb0000,0xde1fff5c,0xe38fe0f8,0x6fa301bc,0x2feaefdb,0x3e40000a,0xf000000f,0x4300007d,0x151eb5ff,0x2e7d0a40,0xb7efc005,0x60bb05f0,0x0df14ff6,0xfc46047f,0x7505bbd0,0x8af74000,0xefc00000,0x03bb0000,0xe31fef60,0xe38fe0f8,0x6fa401cc,0x2feaefdb,0x3e40000a,0xe000000f,0x4300007c,0x152eb5ff,0x2e7d0a30,0xb7efc105,0x60bb05f0,0x0df14ff5,0xfc46057f,0x7505bbd0,0x89f75000,0xefd00000,0x03bc0000,0xe41fdf60,0xe36fdff8,0x5fa401cc,0x2feaefdb,0x3e40000a,0xd000000f,0x4300007c,0x152eb5ff,0x2e7d0a30,0xb7efc105,0x60bc05f0,0x0cf13ff5,0xfc46067f,0x7506bbc0,0x88f75000,0xefe00000,0x03bd0000,0xe21fdf5e,0xe36fdef8,0x4fa401cc,0x2feaefdb,0x3e30000a,0xd000000f,0x4300007c,0x152eb5ff,0x2e7d0a30 +}; + +u32 ANIM_ENTRY_side_step_left[] = +{ + 0xf67fb000,0x70e60090,0x3400a03b,0xffc79f7e,0xe3e9fb2f,0xcd3d4000,0xeea00000,0x00bc0000,0x500cff8c,0x0d0ffa01,0x8fcd025c,0x8d00c03b,0x3d200011,0x1000000e,0x77000fca,0xf84fc5ff,0x807f0250,0xf6afaf00,0x40e500b0,0x3700a03c,0xffc79f7e,0xd3e9fb4f,0xce3d6000,0xeeb00000,0x00bb0000,0x510d0f8d,0x0d3ffa01,0x8fb8017c,0x96007037,0x3d100012,0xf000000e,0x7d000fd6,0xf8dfc1ff,0x807a02a0,0xf6afb000,0x40e600b0,0x3600b03c,0xffe79d7e,0xa3e9fb9f,0xcd3d7000,0xee900000,0x00bd0000,0x510d1f8d,0x0d1ffb01,0x7fa400ac,0x9f002034,0x3d000014,0xb000000e,0x83000fe1,0xf95fbdff,0x807602e0,0xf69fb200,0x50e600b0,0x3400a03b,0x0007997e,0x73e7fc5f,0xcb3d7000,0xee600000,0x00be0000,0x540d1f8e,0x0c9ffd01,0x6f95001c,0xa5ffe032,0x3cf00016,0x0000000e,0x87000fe9,0xf9bfbaff,0x90730310,0xf69fb300,0x60e600d0,0x32009039,0xffb7977e,0x73e6fcdf,0xcc3d6000,0xee700000,0x00bd0000,0x580d1f8f,0x0c0ffe01,0x6f8fffdc,0xa8ffc031,0x3cf00016,0x8000000e,0x89000fec,0xf9efb8ff,0x90720320,0xf6afb500,0x70e600d0,0x31006038,0x0007977e,0x93e5fcef,0xcf3d7000,0xee800000,0x00ba0000,0x5b0d1f91,0x0c100001,0x5f8aff0c,0xadff503c,0x3c500018,0x9000000e,0x72000ff2,0xf90fb7ff,0xc0760350,0xf6afb900,0x90e600b0,0x2f003037,0xfff7977e,0xa3e5fccf,0xd23d8000,0xee900000,0x00b80000,0x5c0d0f92,0x0c500201,0x4f7dfd2c,0xbbfe5056,0x3ad0001d,0x6000000e,0x3c000001,0xf70fb500,0x608203d0,0xf67fc301,0x10ee0060,0x28fff035,0xfed79a7e,0xf3e5fc2f,0xde3d5000,0xee900000,0x00b40000,0x5b0c0fa0,0x0d200301,0x2f6efafc,0xcbfd2076,0x39000023,0x3000000d,0xfc000012,0xf4afb201,0x108f0470,0xf62fca01,0xa1060050,0x2bffa032,0xfc17a080,0x13e0fb6f,0xf63c7000,0xee900000,0x00b20000,0x5b0a2fbb,0x0e200401,0x0f62f91c,0xd9fc1090,0x37700028,0x0000000d,0xc6000021,0xf2afb001,0xa09b04f0,0xf5efcb01,0xc1210010,0x33ff202f,0xfa07a380,0xd3ddfba0,0x083b3000,0xee200000,0x00b70000,0x60091fcb,0x0e400501,0x0f5cf84c,0xdffba09b,0x36d0002a,0x0000000d,0xaf000027,0xf1dfaf01,0xe09f0520,0xf51fd402,0x013eff40,0x35fe303d,0xf8179d81,0x63e0fca0,0x23395000,0xedd00000,0x00b20000,0x7c07dfd9,0x0e100700,0xff62f80c,0xeafbd0a0,0x35f0002a,0x0000000d,0xa3000024,0xf2cfb502,0x00a40560,0xf45fe302,0x5157fe00,0x38fce046,0xf6579682,0x63e8fb40,0x4737b000,0xee400000,0x00a30000,0x9c06afe3,0x10300700,0xdf6ef75d,0x05fc30ab,0x33c00029,0xe000000d,0x8500001d,0xf52fc102,0x60ae0610,0xf3efeb02,0x4171fd20,0x3efb704a,0xf597a282,0xb3f8f860,0x5636b000,0xedf00000,0x00aa0000,0x96064fdf,0x13700400,0xbf7df68d,0x25fcb0b8,0x31200029,0xc000000d,0x62000015,0xf7efd002,0xd0ba06d0,0xf3afee02,0x4180fd00,0x42fa4048,0xf4f7ae82,0x5409f720,0x52359000,0xed200000,0x00ba0000,0x81069fdb,0x13fffd00,0x4f8af5dd,0x40fd10c3,0x2f000029,0xa000000d,0x4500000f,0xfa3fdd03,0x20c50780,0xf41ff002,0x7184fda0,0x43f9a028,0xf447a382,0x3409f8b0,0x43342000,0xecc00000,0x00c30000,0x8a06cfdf,0x105ff8ff,0xaf8ff58d,0x4cfd40c7,0x2e100029,0x9000000d,0x3900000c,0xfb3fe203,0x50c907c0,0xf4bff302,0xa183fe20,0x41f9a044,0xf5479d82,0x4404f820,0x2f33c000,0xecd00000,0x00ce0000,0x8e068fe6,0x0f7ff8ff,0x7f99f5ad,0x44fda0c8,0x2dc00028,0x9000000d,0x4700000b,0xfc3fdd02,0xa0ae07d0,0xf4eff302,0xb182fe40,0x40fa0049,0xf5a79e82,0x5404f790,0x2633d000,0xed000000,0x00d20000,0x8c066fe8,0x0fcffaff,0x7fb2f5fd,0x32fea0c8,0x2d100026,0x1000000d,0x69000008,0xfeafd101,0x006f07f0,0xf4fff302,0xb182fe40,0x3ffa804a,0xf5a79e82,0x5403f780,0x2533d000,0xed000000,0x00d20000,0x8c065fe9,0x0fcffaff,0x7fcff65d,0x1cffd0c9,0x2c300023,0x1000000d,0x91000005,0x019fc4ff,0x10230820,0xf60ff403,0x115dff20,0x2afae04a,0xf8778980,0x73f9fa0f,0xf7331000,0xec500000,0x00c70000,0x81056ff0,0x0db005ff,0x2fe7f6ad,0x0a00d0ca,0x2b800020,0x9000000d,0xb3000002,0x040fb8fd,0x7fe40840,0xf64ff403,0x3157ff40,0x27fb1034,0xf7f78380,0x43f8fa1f,0xf3332000,0xec600000,0x00c30000,0x7e054ff1,0x0dc006ff,0x1ff1f6cd,0x030140ca,0x2b30001f,0x8000000d,0xc1000001,0x050fb3fc,0xcfc90850,0xf6eff003,0x8145ff70,0x1bfae04d,0xf9a7707f,0x93f3fa4f,0xe7335000,0xec700000,0x00ba0000,0x7204dff4,0x0e100dfe,0xdff3f70c,0xf90120d0,0x2b800020,0x1000000d,0xa8000008,0x02cfadfd,0x0fda0810,0xf6dfed03,0x5141ffb0,0x0bfa8052,0xfc075d7e,0xb3f2fb6f,0xce33e000,0xec200000,0x00b90000,0x5304cff6,0x0d6015fe,0x9ff6f78c,0xe200c0d8,0x2c300021,0x8000000d,0x6d000019,0xfd5f9ffd,0xd00407a0,0xf4ffee02,0x916000b0,0x03fa0045,0xfda76d7f,0x9402fbdf,0xb7354000,0xec500000,0x00c40000,0x1c063ff1,0x0ca015fe,0xbffaf82c,0xc60030e1,0x2d200023,0x5000000d,0x2700002f,0xf6cf8efe,0xd0390720,0xf37fee02,0x41770270,0x04f9a028,0xfe678582,0x6412f83f,0xc1379000,0xee100000,0x00b5000f,0xed083fea,0x0f8015fe,0xeffbf8bc,0xacff80e9,0x2e300025,0x1000000c,0xec000044,0xf11f7fff,0xa06c0680,0xf34feb02,0x517d0360,0x04f97015,0xfe379183,0xa419f4af,0xcc394000,0xeed00000,0x00ab000f,0xd2090fe3,0x131018ff,0x0ff8f90c,0x9dfee0ec,0x2f400026,0x4000000c,0xd2000054,0xee3f7600,0x008f05e0,0xf3bfe802,0x0179040f,0xf8f9801f,0xff678983,0x3418f51f,0xd03b0000,0xeea00000,0x00a8000f,0xb5087fd0,0x14401dff,0x6fedf8fc,0x98fe20ea,0x30b00027,0x0000000c,0xdb00005e,0xedbf74ff,0xb0a50500,0xf3efe601,0xd173048f,0xeff9d021,0xffa78482,0x8417f6bf,0xcf3c0000,0xee400000,0x00a5000f,0xa3081fc2,0x13d020ff,0xbfd8f8bc,0x98fd20e3,0x32800027,0xb000000c,0xf2000068,0xed8f75fe,0xe0b903e0,0xf3ffe601,0x916e051f,0xebfa201c,0x00277381,0xf40ff99f,0xcc3c6000,0xee100000,0x00a4000f,0xb6087fbf,0x113020ff,0xbfc0f86c,0x99fc30db,0x34500028,0x4000000d,0x0f000070,0xed8f79fd,0xf0c902b0,0xf43fe700,0xa16e05af,0xedfa8012,0x02075381,0x63fefdef,0xca3d4000,0xee400000,0x00a8000f,0xf809afc1,0x0c801dff,0x8facf82c,0x9bfb70d4,0x35c00028,0x9000000d,0x27000076,0xed9f7efd,0x30d401d0,0xf3efebff,0xd17a054f,0xf2fac01c,0x02676d80,0xd402fd1f,0xc73e5000,0xee800000,0x00b30000,0x060abfba,0x0cd018ff,0x9fa2f81c,0x9afb30d1,0x36500028,0xb000000d,0x31000077,0xedaf84fc,0xd0d80180,0xf39fefff,0x817e04ff,0xf1fae011,0x0247947f,0xc408fbbf,0xbf3f2000,0xedf00000,0x00c10000,0x030b9fae,0x0d700fff,0x3fa3f84c,0x96fb60ca,0x36600028,0x6000000d,0x3e000071,0xed9f8dfd,0x30d201d0,0xf3cfecff,0x617b04df,0xf2faf012,0x01f7a57e,0xd403faaf,0xba3f7000,0xed700000,0x00c80000,0x080bdfab,0x0f0006fe,0x9faaf89c,0x91fbf0b9,0x36900027,0xc000000d,0x5e000066,0xed8f9afe,0x20c30290,0xf3cfecfe,0xb17504bf,0xf8fb000d,0x0297b07f,0x13fdfa3f,0xba3f5000,0xee900000,0x00be0000,0x0d0bafab,0x103ffdfe,0x7fb4f90c,0x8cfca0a4,0x36d00027,0x0000000d,0x84000057,0xed8fa9ff,0x30b10380,0xf37fecfe,0x316a04cf,0xfbfb1006,0x0347aa7f,0x23f8fb8f,0xb73ec000,0xef700000,0x00b30000,0x1b0b7fad,0x0f2ff3fe,0xcfbcf97c,0x87fd2092,0x37000026,0x2000000d,0xa400004a,0xed9fb600,0x20a30450,0xf35fecfe,0x116604ef,0xfbfb4012,0x0337a27f,0x23f5fc6f,0xb53e8000,0xefb00000,0x00af0000,0x240b7faf,0x0e6ff0fe,0xefc0f9fc,0x84fd608b,0x37100025,0x5000000d,0xb1000040,0xed9fc000,0x809c04a0,0xf35fecfe,0x116504ef,0xfbfb7004,0x0367a27f,0x23f4fc7f,0xb53e7000,0xefc00000,0x00af0000,0x250b7faf,0x0e5ff0fe,0xefbffa6c,0x83fda086,0x37300024,0x9000000d,0xbb00003c,0xedafc600,0x609b04a0,0xf3cfdffe,0x314f04b0,0x05fbc007,0x0307be7f,0xf3f8f78f,0xcf3e9000,0xf1a00000,0x0086000f,0xf90b1fa1,0x142fedfe,0xbfb9faec,0x84fe507b,0x37700023,0xd000000d,0xd3000039,0xedafc900,0x109704a0,0xf3cfdefe,0x314f04c0,0x05fc1006,0x0327bf7f,0xf3f7f76f,0xd03e9000,0xf1a00000,0x0087000f,0xf80b1fa1,0x145fedfe,0xbfb2fb7c,0x85ff106e,0x37d00023,0x0000000d,0xef000038,0xedbfccff,0xc09204a0,0xf3efdafe,0x214f04f0,0x05fc6004,0x0367c17f,0xe3f6f74f,0xcf3e8000,0xf1800000,0x0089000f,0xf80b1fa0,0x148fecfe,0xbfadfbfc,0x86ffb063,0x38100022,0x4000000e,0x07000036,0xedcfceff,0x808d04a0,0xf40fd5fe,0x114c0550,0x03fc900e,0x03a7c47f,0xb3f4f84f,0xcb3e7000,0xf1400000,0x008f000f,0xfb0b3f9f,0x13ffeafe,0xafadfc6c,0x8500005e,0x38300021,0x8000000e,0x11000033,0xedffd1ff,0x608c04b0,0xf3ffd3fe,0x014a0530,0x01fcb003,0x03e7c27f,0x33f1f9df,0xc63e4000,0xf0d00000,0x00980000,0x040b3f9e,0x13ffe9fe,0x0fb4fccc,0x80002059,0x38400020,0xd000000e,0x1c00002d,0xee2fd4ff,0x508704b0,0xf3ffd0fd,0xd14b04c0,0x02fca00d,0x0407be7f,0x03eefacf,0xc43e2000,0xf0e00000,0x009c0000,0x100b0fa1,0x15cfe9fc,0xefc2fd1c,0x7900604e,0x38500020,0x1000000e,0x37000025,0xee6fd7ff,0x407c04c0,0xf40fcefd,0xc14d0470,0x01fca013,0x0447c67e,0xe3f0faef,0xc23e2000,0xf0c00000,0x00a00000,0x0b0aef9f,0x177feafc,0x3fd2fd6c,0x7100c040,0x3860001f,0x6000000e,0x5600001d,0xeebfdaff,0x306f04d0,0xf3ffcbfd,0xd14b040f,0xfdfcb01c,0x04a7da7e,0x23f9fadf,0xbe3e2000,0xefe00000,0x00a5000f,0xf60aff97,0x1a2feefb,0x6fddfdac,0x6b011034,0x3860001e,0xc000000e,0x70000016,0xef1fdcff,0x306504e0,0xf40fc7fd,0xe14203af,0xfafcf032,0x0487d37d,0xd3fcfa1f,0xc53e2000,0xefe00000,0x0098000f,0xfc0b0f97,0x1c1ff0fb,0x2fdffdec,0x6a01302f,0x3870001e,0x3000000e,0x7b000012,0xef5fddff,0x206004f0,0xf42fc2fd,0xe13b037f,0xfbfd7024,0x0567cc7e,0x33fcf8cf,0xcc3e4000,0xf0a00000,0x008e0000,0x040b0f9b,0x1d9ff1fb,0x2fd2fe1c,0x6e01302c,0x3870001d,0xc000000e,0x85000010,0xef9fddff,0x005804d0,0xf42fbdfd,0xe133036f,0xfefe2024,0x0597cd7e,0x93fff7ef,0xd13e4000,0xf1500000,0x0084000f,0xff0aff9e,0x1e6ff1fb,0x2fbdfe4c,0x75015027,0x3890001d,0x6000000e,0x98000010,0xefdfdcfe,0xd04804a0,0xf42fbcfd,0xf12c035f,0xfefec032,0x0547c97e,0xb3fef86f,0xd23e1000,0xf1900000,0x00800000,0x000abfa3,0x1d6feefb,0x4fa8fe7c,0x7c015024,0x3890001d,0x0000000e,0xa200000f,0xf01fdbfe,0xc03f0480 +}; + +u32 ANIM_ENTRY_fire_roll_right2[] = +{ + 0xe7cfe103,0xd24e0390,0x00027fea,0x06b7e477,0xe3da31b1,0x1e379000,0xac900000,0x0423000c,0x1ef1d01f,0xf7805700,0xdeb6e6cd,0xd2ef81fa,0x24d00068,0x60000009,0x5d000143,0xf1ffd813,0x60d005c0,0xe81fce03,0xd24703c0,0x00026feb,0x06b7e477,0xe3da31c1,0x1e379000,0xac900000,0x0423000c,0x1ef1d01f,0xf7805700,0xdeb4e66d,0xd3eff200,0x24f00068,0x40000009,0x60000144,0xf22fd514,0x60c90620,0xe88fb903,0xd23e03f0,0x01020fed,0x06a7e477,0xf3da31c1,0x1d379000,0xac900000,0x0422000c,0x1ef1c020,0xf7805700,0xdeb0e5fd,0xd5f0920a,0x25300068,0x20000009,0x65000146,0xf26fd015,0xc0be06a0,0xe8ffa803,0xc23803b0,0x00017ff1,0x0657e577,0xf3db31d1,0x1d37a000,0xac900000,0x0421000c,0x1ff1b020,0xf7805700,0xdeace55d,0xd7f16215,0x25700067,0xf0000009,0x6b000148,0xf2cfca17,0x80b10740,0xe9ff9803,0xc22a037f,0xfc00eff9,0x0617e578,0x03db31e1,0x1c37a000,0xac900000,0x0421000c,0x1ff1b021,0xf7805700,0xdea8e4ad,0xd9f23222,0x25c00067,0xc0000009,0x7200014a,0xf31fc419,0x50a407f0,0xeaaf8403,0xc221038f,0xf4002003,0x0607e578,0x13db31e1,0x1c37a000,0xaca00000,0x0420000c,0x1ff1a022,0xf7805700,0xdea3e40d,0xdbf3122f,0x26100067,0x90000009,0x7900014c,0xf37fbd1b,0x309608a0,0xeacf7103,0xd227039f,0xeeff100e,0x05f7e578,0x13db31f1,0x1c37b000,0xaca00000,0x041f000c,0x1ff19022,0xf7805700,0xde9fe36d,0xddf3e23a,0x26500067,0x70000009,0x7f00014e,0xf3cfb71c,0xe0890940,0xeadf6003,0xd23d03cf,0xe8fd501b,0x05f7e578,0x23db3201,0x1d37b000,0xaca00000,0x041e000c,0x1ff19023,0xf7805700,0xde9be2fd,0xdff48244,0x26900067,0x50000009,0x84000150,0xf41fb21e,0x507f09d0,0xeaef4d03,0xb24f03df,0xe7fc4022,0x05f7e678,0x23db3201,0x1e37b000,0xaca00000,0x041e000c,0x1ff19023,0xf7805700,0xde99e29d,0xe0f4f24a,0x26b00067,0x30000009,0x88000151,0xf44faf1f,0x40780a20,0xeb3f3603,0x426303cf,0xe7fb2030,0x05b7e678,0x23db3201,0x1f37b000,0xaca00000,0x041e000c,0x1ff18023,0xf7805700,0xde98e27d,0xe0f5124d,0x26c00067,0x20000009,0x89000151,0xf45fae1f,0xa0750a40,0xeb4f2203,0x227303bf,0xebfaf034,0x0597e678,0x13dd31c1,0x2137f000,0xabf00000,0x0420000c,0x25f18022,0xf7505801,0xae9ee25d,0xdbf5824d,0x27700067,0x00000009,0x8a000151,0xf43fac1f,0x70750a40,0xeb3f1203,0x227403af,0xecfaf035,0x0587e877,0xf3e13121,0x24389000,0xaa000000,0x0427000c,0x36f17020,0xf6f05b03,0xceade1dd,0xccf6b24d,0x29400066,0xa0000009,0x8e000151,0xf40fa81e,0xe0740a40,0xebbf0302,0x12a8036f,0xecfb204c,0x0537ea77,0xc3e73021,0x29398000,0xa7300000,0x0431000c,0x4ef1501d,0xf6605f06,0xfec4e13d,0xb7f8724e,0x2be00066,0x20000009,0x93000151,0xf3cfa11e,0x10720a40,0xebaef301,0xf2b1036f,0xecfb304f,0x0527ec77,0x93ef2ef1,0x2f3ab000,0xa3c00000,0x043d000c,0x6bf1301a,0xf5b0640a,0xdee0e06d,0x9cfa924f,0x2f200065,0x70000009,0x99000150,0xf36f991d,0x20700a30,0xebaee401,0xa2d2037f,0xe8fb6057,0x04f7ef77,0x53f72da1,0x353bf000,0xa0000000,0x044a000c,0x8bf11016,0xf4f06a0f,0x1efedf8d,0x80fce251,0x32b00064,0xc0000009,0xa0000150,0xf30f901c,0x206e0a30,0xebcedd01,0x430b033f,0xe2fbd066,0x04b7f277,0x13ff2c61,0x3c3d3000,0x9c400000,0x0457000c,0xabf0e012,0xf4307013,0x4f1cdead,0x63ff3252,0x36300064,0x00000009,0xa6000150,0xf2af871b,0x106c0a20,0xec4edd01,0x333e031f,0xdcfcc074,0x0477f576,0xd4072b31,0x423e5000,0x98d00000,0x0463000c,0xc9f0c00e,0xf3807517,0x2f38dddd,0x49014253,0x39700063,0x50000009,0xac00014f,0xf24f7f1a,0x206a0a20,0xeceed701,0x5357033f,0xdafd8076,0x0437f776,0xa40d2a31,0x473f5000,0x96000000,0x046d000c,0xe1f0a00b,0xf2f07a1a,0x5f4fdd3d,0x33030254,0x3c100062,0xd0000009,0xb200014f,0xf20f7819,0x50680a10,0xeeced202,0x537303ef,0xd9ff3074,0x0397f876,0x84122991,0x4a3ff000,0x94200000,0x0474000c,0xf1f09009,0xf2807d1c,0x8f5edcbd,0x25043255,0x3de00062,0x70000009,0xb500014f,0xf1df7418,0xd0670a10,0xf18ed003,0xc390049f,0xd5010071,0x02c7f976,0x74132951,0x4c403000,0x93600000,0x0476000c,0xf7f09009,0xf2607e1d,0x5f64dc9d,0x1f04a255,0x3e900062,0x50000009,0xb600014f,0xf1bf7218,0xa0670a10,0xf52ed405,0xa39f053f,0xd501c06f,0x02281479,0x640c2801,0x4d3ff000,0x95100000,0x0488000c,0xfaf1900a,0xf0f07c1d,0x4f65dc7d,0x19042255,0x3e400061,0x00000009,0xc100015b,0xf34f7117,0x70650980,0xf96ede07,0xe3ab062f,0xe0021070,0x01883f7f,0x44022661,0x4e3f5000,0x97f00000,0x04a0000c,0xf9f3000c,0xeeb0771c,0xcf66dc4d,0x0a02e256,0x3d70005d,0xc0000009,0xdf00017a,0xf6ff6d14,0x90610810,0xfcdee409,0xa3b206ef,0xec02206d,0x01087286,0x83f524a1,0x4f3e6000,0x9b600000,0x04bd000c,0xf8f4f00f,0xebf0701b,0xef68dc0c,0xf5011255,0x3c400059,0x7000000a,0x0b0001a0,0xfb9f6810,0xe05b0650,0xfe2ede0a,0x73b30800,0x0302505c,0x0088a58d,0xd3e722c1,0x4f3d4000,0x9ec00000,0x04dc000c,0xf7f75012,0xe8d0681a,0xef68dbdc,0xe0ff1254,0x3ad00055,0x1000000a,0x430001c2,0xffef630d,0x30510490,0x019eda0c,0xd3b808e0,0x29024045,0xffa8ce93,0xa3d920e1,0x4f3c0000,0xa1700000,0x04fb000c,0xfafa0017,0xe5906019,0xbf67dbdc,0xcdfd1250,0x39400051,0x8000000a,0x810001d6,0x028f5d0a,0x70450350,0x065ed711,0x33c30970,0x6a01d027,0xfdc8f198,0x63c81f01,0x4e3ac000,0xa3a00000,0x0519000d,0x02fea01d,0xe2605818,0x9f65dc1c,0xc9fb024b,0x37600050,0xe000000a,0xcc0001d2,0x02af5a08,0x903602a0,0x0a0ece17,0x33c008e0,0x8b01501d,0xfbc9139d,0x23b31d31,0x4d399000,0xa5b00000,0x0534000d,0x0f057024,0xdf905117,0x8f5ddcac,0xbff8e243,0x3540004f,0x4000000b,0x280001ca,0x030f5206,0xf0230200,0x0ddebb1b,0xa3b40840,0xa200e01a,0xf9f932a1,0x639e1ba1,0x4b389000,0xa7900000,0x0549000d,0x1d0ce02c,0xdd404d16,0xaf52dd7c,0xaff6c23a,0x32f0004c,0xd000000b,0x990001bd,0x038f4705,0x900e0180,0x114e9f1f,0x33af0830,0xaa00c019,0xf9694ba4,0xb38c1a51,0x4837e000,0xa9200000,0x0557000d,0x2b134034,0xdbc04b16,0x2f45de7c,0x9cf4622c,0x31300049,0xf000000c,0x010001ae,0x043f3904,0x6ffa0120,0x13fe7e22,0x93aa0840,0xae00d01a,0xf92959a6,0xa3821961,0x44378000,0xaa200000,0x055c000d,0x3516d03b,0xdb304d16,0x0f36df9c,0x88f24223,0x2ed00046,0xc000000c,0x6800019d,0x04ef2a03,0x6fe400d0,0x14de6b25,0x038b0840,0xc701a02a,0xf6995ea7,0x138218a1,0x3f379000,0xaac00000,0x0554000d,0x3b16f040,0xdbc05516,0x9f28e0bc,0x73eec219,0x2c600043,0x9000000c,0x9a00018c,0x059f1b02,0x7fcd00a0,0x156e5527,0x338308a0,0xc4023032,0xf62959a6,0x638e17f1,0x3937d000,0xab400000,0x0540000d,0x3d148045,0xdd406417,0xef1ae1bc,0x60ebb20e,0x2a600040,0xa000000c,0xc700017c,0x063f0d01,0xbfb80080,0x16be2c29,0xb37609e0,0xb703d049,0xf5394fa4,0xb3a21751,0x32384000,0xaba00000,0x0522000d,0x3d10104a,0xdf807919,0xbf0fe28c,0x51ea6200,0x2920003e,0x3000000d,0x11000170,0x06bf0201,0x3fa70060,0x18fdd32e,0x03750c10,0x9906b070,0xf47940a2,0x53bc16c1,0x2a38d000,0xabe00000,0x04fe000d,0x3b0a504d,0xe240911b,0xff08e31c,0x46ea21e7,0x2890003c,0x9000000d,0x7c000167,0x071efa00,0xdf9a0060,0x190d7833,0x137f0e00,0x750a2091,0xf4092e9f,0x53da1641,0x22397000,0xabe00000,0x04d5000d,0x3903e051,0xe560ac1e,0x7f05e35c,0x42ea31d6,0x2870003b,0xf000000d,0xc0000164,0x073ef700,0xaf950060,0x179d3b38,0x83810f00,0x5b0c909a,0xf3891b9c,0x03f715e1,0x193a2000,0xabc00000,0x04ac000d,0x37fd7054,0xe8a0c720,0xff08e26c,0x43e9b1e4,0x28000040,0x3000000d,0x44000143,0x037f0902,0xff950370,0x164ce842,0x03540fc0,0x3711609e,0xf2290a98,0x841215a1,0x0f3ac000,0xab800000,0x0485000d,0x37f7b057,0xebb0e223,0x5f04e00c,0x5fe88207,0x26d00046,0x2000000c,0x93000128,0xfe6f2608,0xbf880800,0x113cba4c,0xb3251070,0x261400ac,0xf1b8fb95,0x14281581,0x043b5000,0xab000000,0x0462000d,0x3af3205a,0xee80f925,0x7ef5df1c,0x89e71231,0x2570004a,0xa000000c,0x2200011c,0xfa0f3d0d,0x2f7b0ad0,0x091ca958,0xe32010f0,0x2216a0a7,0xf1f8f091,0xe4371580,0xf93bc000,0xaa500000,0x0448000d,0x40f0905e,0xf0c10d27,0x1ef0decc,0xa9e5e253,0x2440004e,0xb000000b,0xca000119,0xf74f4a10,0xef670c50,0xfa8cb36e,0xa3471190,0x14164088,0xf2e8ec8f,0x243a15a0,0xee3c0000,0xa9700000,0x0438000d,0x4cf09062,0xf2411b28,0x1ef9decc,0xd6e56262,0x23d00055,0x9000000b,0x30000122,0xf46f5916,0xff300e60,0xf37cd17a,0x036911a0,0x01155075,0xf3f8ed8c,0x54371640,0xe03c2000,0xa7600000,0x0431000d,0x62f3f066,0xf3412628,0x4f0edf4c,0xd8e55278,0x24300059,0x2000000a,0xdd000121,0xf32f6119,0xdf060f00,0xed5cf285,0xf384117f,0xe314f065,0xf608f189,0x14301790,0xcf3c3000,0xa3f00000,0x042e000d,0x83f9f06b,0xf4213027,0xaf4be0cc,0xc8e5228d,0x2300005c,0x5000000a,0x8700012a,0xf30f5b1d,0x3ed00f10,0xeb5d2091,0x238610df,0xba14d057,0xf978f685,0xf4261970,0xba3c4000,0xa0100000,0x0430000d,0xa900a06f,0xf4d13826,0x4fa7e32c,0xd0e62291,0x2480005e,0x6000000a,0x5100014f,0xf43f4d1f,0xbe940f50,0xec9d489a,0x63610f2f,0x8c14b054,0xfd28fb83,0xa41a1bb0,0xa43c4000,0x9ce00000,0x0436000d,0xc9064073,0xf5614024,0x4fd8e2fc,0xd7e5e280,0x25b0005f,0x4000000a,0x60000145,0xf5ff6b1f,0x7e7a0f40,0xf0ad94a2,0x63360aaf,0x5913f055,0x0168ff82,0xa40d1e20,0x8e3c3000,0x9b600000,0x043e000d,0xde08f075,0xf5e14721,0xb016dfcc,0xaedf6264,0x1d700060,0x4000000a,0x5a000100,0xf84fb321,0x7e710d40,0xf6bdd5a5,0xe316061f,0x45132057,0x04d90182,0xe3fa20a0,0x783c0000,0x9b400000,0x044a000d,0xe8095076,0xf6414c1e,0xb065dccc,0xa4db4237,0x1970005f,0xd000000a,0x6d0000db,0xfb0fe623,0x9e6a0bd0,0xf95deba6,0x130d04ff,0x4312e058,0x05c90183,0xb3e22310,0x653bd000,0x9b800000,0x0457000d,0xef096075,0xf691501b,0x407cdbdc,0xa8dad228,0x1980005f,0x9000000a,0x790000d3,0xfbfff424,0x3e660b70,0xfb2df7a7,0x230a045f,0x4b12b055,0x07190284,0xe3c72530,0x543b8000,0x9c000000,0x0465000d,0xf3093074,0xf6c15217,0x9099db9c,0xaedb720f,0x1b90005f,0xc000000a,0x870000c2,0xfc600424,0x9e5d0a00,0xfdfe07ac,0x030202cf,0x63122049,0x0ad90586,0x53ae26e0,0x493b2000,0x9cc00000,0x0475000d,0xf6091071,0xf6f15313,0xc0add4bc,0x8ddcd1cb,0x21600060,0xb000000a,0xa900008f,0xfd603225,0x2e490590,0xffae10ad,0xe2fb027f,0x6b118042,0x0c290d87,0xb39b2800,0x423ab000,0x9db00000,0x0485000d,0xf809206e,0xf701510f,0xc0a1d25c,0x83dc31be,0x22500060,0x8000000a,0xa4000077,0xfde04623,0xce580450,0x01be17b3,0x32ec020f,0x860fa033,0x0ec92c89,0x338d2860,0x433a1000,0x9f300000,0x0495000d,0xfc099068,0xf7114c0b,0xd064cbac,0x65db619d,0x22f00061,0xa000000a,0x9500004a,0xfe306521,0xce880260,0x036e16b9,0x32e7025f,0xbd0c502c,0x1159648b,0x037f27f0,0x4d391000,0xa1b00000,0x04a4000e,0x010a5061,0xf7214307,0xf028c6ec,0x57dbd166,0x23700062,0x0000000a,0x8f00000d,0xfe608821,0xfed200b0,0x04ce0ebe,0x12fb0310,0x04079041,0x1299a48c,0xf37426f0,0x63378000,0xa4a00000,0x04b2000e,0x040b0058,0xf7213604,0x3006c5dc,0x5edb7183,0x27600062,0x0000000a,0x94000fd3,0xfe60a81b,0xef0a01d0,0x066e03c0,0x331703b0,0x3a03205b,0x1279d88f,0x236d2580,0x82359000,0xa7a00000,0x04be000e,0x040b9050,0xf7312700,0xcff3c7cc,0x74db41b8,0x2ac00061,0x8000000a,0x93000fa6,0xfe30bf16,0x0f1f0350,0x079dfdc0,0xc32a03c0,0x52010067,0x1219ed91,0x836b23d0,0xa8336000,0xaa600000,0x04c8000d,0xff0bb04a,0xf73116fd,0xbfe2cafc,0x93dc21bf,0x2c000060,0xd000000a,0x98000f8b,0xfdc0cd15,0x0f3403e0,0x06cdebc6,0x536c0360,0x9dfa908a,0x1009df94,0x63752220,0xd2313000,0xacf00000,0x04ce000d,0xd20af046,0xf74103fb,0x1fc2cbdc,0xa3e151ab,0x2fa00060,0x6000000a,0xbc000f97,0xfc40bd13,0x7fbf0450,0x06fddac9,0x73800370,0xbaf8409e,0x0e39b997,0xe38a2080,0xff2f3000,0xaf900000,0x04d2000d,0x74096044,0xf750f0f8,0xff75cdfc,0xc9e431b4,0x30b0005f,0x6000000a,0xc8000fb2,0xf8b09811,0x702b04b0,0x066db3cf,0x938303d0,0xcdf630b9,0x0b39879b,0x83a21f21,0x2d2d8000,0xb2200000,0x04d1000d,0x05077043,0xf770dcf7,0x8f19d08c,0xf7e7f1fc,0x3120005e,0x2000000a,0xb1000fd3,0xf4606b0f,0x00800500,0x040d74d8,0x137905a0,0xbff510da,0x0789519e,0xd3b71e31,0x582c6000,0xb4600000,0x04cc000c,0xa905a040,0xf7a0c9f6,0xcecbd2ad,0x1dee824d,0x3240005d,0x2000000a,0x90000fee,0xf0d0460c,0x40ba0520,0xff1d33e2,0x036f08a0,0xa4f4c0f7,0x03d922a1,0x63c01de1,0x802be000,0xb6400000,0x04c1000c,0x7f04503b,0xf7e0b7f6,0xdeabd38d,0x2df79289,0x34e0005c,0xb000000a,0xa3000ffa,0xef403609,0x90ce04f0,0xfbad0de7,0xf3680a40,0x96f4c103,0x01d8f9a3,0x23bb1ee1,0xa82d5000,0xb7800000,0x04a8000c,0x81038034,0xf840a4f7,0xae7ad51d,0x45fa72a9,0x3520005c,0x3000000a,0xa100001f,0xedb01c06,0xf0cb0460,0xeedd08f7,0x13600a70,0x67f4e10c,0xfea8d0a4,0x83ac21b1,0xd6315000,0xb8700000,0x047a000c,0x8b02c02b,0xf8a08ff8,0xfe83d6ac,0xeafda2cf,0x3140005c,0x6000000a,0x9200004e,0xec400104,0x70c403b0,0xea0d31fc,0x035c0800,0x4af58117,0xfd38a7a5,0xb39b25c2,0x06372000,0xb9400000,0x043c000c,0x9902301f,0xf91078fa,0xaed1d86c,0xa2fe82be,0x2df0005c,0xe000000a,0x8b00007d,0xeb1fe902,0x50bb0300,0xe99d68fc,0xa34d0570,0x41f64128,0xfc4880a7,0x038d2ac2,0x383e4000,0xba500000,0x03f4000c,0xa501d011,0xf99060fc,0x8f20d9fc,0x9afd628e,0x2bb0005e,0x0000000a,0xa40000a1,0xea4fd700,0x90b20270,0xea9d7bfb,0xd33803f0,0x48f6b13f,0xfbb85ca8,0xb3883052,0x69461000,0xbbe00000,0x03a7000c,0xa701afff,0xfa0049fe,0x9f45db4c,0xa4fb725c,0x2ab0005d,0xa000000a,0xca0000b0,0xea0fcfff,0x50ac0230,0xeb5d7efb,0x532a02d0,0x4df6c152,0xfb483bab,0x538f35e2,0x964df000,0xbf300000,0x0359000c,0x9b01cfdf,0xfa603300,0x8f50dbfc,0xb1fa2223,0x2ae0005c,0x7000000a,0xff0000a6,0xeadfcffe,0x90ac0260,0xeb7d85fb,0xc3270230,0x4ef68160,0xfaf81dae,0xe39e3b22,0xbf553000,0xc4800000,0x0312000c,0x7f024fad,0xfab01e02,0x4f4cdc2c,0xc2f96208,0x2b00005a,0x4000000b,0x2100008d,0xecbfd5fe,0x20b10300,0xeadd8ffc,0x732e01c0,0x47f6116c,0xfa5800b2,0x73b53fa2,0xe05b4000,0xca500000,0x02d5000c,0x5a02df78,0xfae00c03,0xcf40dc0c,0xd3f9c1e9,0x2aa00057,0xd000000b,0x3b00006c,0xeeefdffe,0x00bb0400,0xe8cda0fe,0x73320140,0x2ef64173,0xfa97e1b5,0x53d24302,0xf95f9000,0xcf300000,0x02a7000c,0x32035f4e,0xfafffd04,0xcf34dbcc,0xe1fa51f1,0x28f00055,0xc000000b,0x24000049,0xf0cfeafe,0x10c70550,0xe72dae00,0x03310100,0x1ff74172,0xfb87c0b6,0x83f444c3,0x05617000,0xd1a00000,0x028f000c,0x0b039f3c,0xfadff205,0x2f2fdb9c,0xeafab200,0x27100054,0xe000000b,0x0700002c,0xf19ff5fe,0x80d306a0,0xe6cdb100,0x533100e0,0x1ef79172,0xfbb799b6,0x44314583,0x0a61c000,0xd2200000,0x0285000b,0xde038f41,0xfa5fea04,0xef31db6c,0xecfae208,0x26400055,0x5000000a,0xfa000013,0xf14003ff,0xd0d80800,0xe6cdb200,0x533100e0,0x1df7a172,0xfbb76cb5,0x64934613,0x0b61d000,0xd2400000,0x027e000b,0xa7035f51,0xf97fe504,0x3f37db1c,0xeafb120d,0x25c00056,0x9000000a,0xf2000ff7,0xf0601501,0xf0d60960,0xe5cdc700,0x034000a0,0x27f96172,0xfc173fb4,0x34ff4673,0x0a61a000,0xd2300000,0x027a000b,0x71030f67,0xf83fe003,0x3f3ddacc,0xe6fc71f5,0x24700058,0x3000000a,0xf0000fde,0xef302704,0xb0d10ab0,0xe55dc2ff,0xf3470100,0x2ef96171,0xfc1716b3,0x355e46c3,0x07616000,0xd2400000,0x0277000b,0x4802cf7d,0xf6cfdd01,0xef45da7c,0xe4fcd20f,0x23d00059,0xf000000a,0xd2000fcc,0xedf03607,0xa0ca0be0,0xe45db4ff,0xc35601b0,0x40f9516f,0xfbe6f7b2,0xb59646f3,0x02610000,0xd2a00000,0x0276000b,0x3702bf8e,0xf53fdb00,0x7f4bda4c,0xe5fd321d,0x22d0005b,0x7000000a,0xb9000fc4,0xecd03d0a,0x80c30ce0,0xe3cdb3ff,0x835e01c0,0x47f92172,0xfba6e0b2,0xf5af4712,0xfc608000,0xd3c00000,0x0276000b,0x4002ff9b,0xf3afdafe,0xff51da3c,0xecfda226,0x2210005c,0xd000000a,0xac000fc8,0xebd03b0d,0x20bb0da0,0xe34dbcff,0xc36201b0,0x40f95179,0xfb96cbb3,0x85c04722,0xf6601000,0xd5b00000,0x0277000b,0x57035fa7,0xf22fd9fd,0x8f57da3c,0xf7fe8231,0x2150005e,0x5000000a,0xa3000fd5,0xeac0330f,0xa0b40e50,0xe2edc0ff,0xc36c0160,0x3cf93177,0xfaf6bab4,0x45cd4732,0xf05fa000,0xd7e00000,0x0277000b,0x7403cfb2,0xf0dfd9fc,0x4f5eda5d,0x04ff9231,0x20e0005f,0xb000000a,0xa7000fe6,0xe9c02811,0xd0ad0ec0,0xe27dbf00,0x03720100,0x37f8e173,0xfa76acb4,0xf5d94742,0xec5f5000,0xd9c00000,0x0277000b,0x8e042fba,0xefdfd8fb,0x4f62da6d,0x1100222e,0x20900060,0xd000000a,0xad000ff9,0xe8f01e13,0x70b40f20,0xe1fdbf00,0x837700e0,0x32f94175,0xfa66a3b5,0x45e54752,0xe85f2000,0xdae00000,0x0276000b,0x9c043fc0,0xef3fd7fa,0xaf62da7d,0x1c004237,0x20100061,0x8000000a,0xa6000009,0xe8701514,0x70bf0f50,0xe1bdbb00,0xf37b0100,0x2ef9317e,0xfa669cb5,0x25f44752,0xe65f2000,0xdb500000,0x0274000b,0x9f040fc3,0xeeefd6fa,0x5f5dda7d,0x25005238,0x20100061,0xc000000a,0xaa000016,0xe8600f15,0x60cb0f50,0xe17db301,0xa37d0110,0x27f88188,0xfa0699b4,0xd6044752,0xe55f2000,0xdb800000,0x0273000b,0x9e03afc4,0xeebfd5fa,0x2f53da7d,0x2e005238,0x20100061,0xb000000a,0xaa000023,0xe8800916,0x60d80f50,0xe11db202,0x738100f0,0x23f7c188,0xf94697b4,0x66124742,0xe35f3000,0xdba00000,0x0272000b,0x9b031fc3,0xeebfd5fa,0x0f47da6d,0x35005238,0x20100061,0x9000000a,0xaa000030,0xe8b00417,0x50e40f50,0xe11db202,0xd3840100,0x20f70189,0xf8d697b3,0xe61c4742,0xe15f3000,0xdb900000,0x0271000b,0x95026fc2,0xeecfd4fa,0x0f3ada7d,0x3d005238,0x20100061,0x5000000a,0xa900003c,0xe8ffff18,0x10ef0f50,0xe13db202,0xe3840120,0x1df6b18c,0xf8c699b3,0x76214732,0xe05f3000,0xdb800000,0x0270000b,0x8d01afc2,0xeedfd4fa,0x1f2fda9d,0x44004238,0x20000061,0x3000000a,0xa9000047,0xe90ffa18,0x80fb1000,0xe11db203,0x637f0140,0x17f6818c,0xf8b69eb2,0xf61d4732,0xdf5f4000,0xdb500000,0x026f000b,0x80009fc1,0xef0fd5fa,0x2f26dacd,0x4b004238,0x20100061,0x0000000a,0xa9000051,0xe8eff518,0x81040f40,0xe10db403,0xb37e0140,0x14f6818b,0xf896a6b2,0x66144722,0xde5f4000,0xdb000000,0x026f000b,0x6dff2fc1,0xef2fd5fa,0x4f1ddb2d,0x52004238,0x20100060,0xd000000a,0xa900005b,0xe89ff018,0x310a0f30,0xe0fdb503,0xd37f0140,0x13f6818a,0xf886b0b1,0xd6074722,0xdd5f5000,0xda900000,0x026e000b,0x57fd9fc1,0xef4fd6fa,0x5f14db8d,0x58004238,0x20100060,0xa000000a,0xa8000064,0xe84fea17,0xc10e0f30,0xe0edb503,0xe3800140,0x13f6b18a,0xf876b9b1,0x65fa4722,0xdc5f5000,0xda400000,0x026d000b,0x44fc5fc1,0xef5fd6fa,0x6f0bdbed,0x60003238,0x20100060,0x7000000a,0xa800006b,0xe80fe617,0x61100f30,0xe0ddb503,0xe3800150,0x13f6c18a,0xf876beb1,0x25f04722,0xdc5f6000,0xda000000,0x026d000b,0x39fb8fc1,0xef5fd7fa,0x6f02dc3d,0x69003238,0x20100060,0x6000000a,0xa800006e,0xe7dfe217,0x41111020,0xe0cdb404,0x037e0150,0x11f72186,0xf896beb1,0x35e84732,0xdc5f7000,0xd9f00000,0x026d000b,0x39fb7fc1,0xef4fd9fa,0x6efadc6d,0x73003238,0x20100060,0x7000000a,0xa800006f,0xe7bfde17,0x71110f30,0xe0cdb404,0x037e0150,0x11f73186,0xf896bbb1,0x95e04742,0xdc5f7000,0xd9f00000,0x026c000b,0x45fc0fc2,0xef2fdafa,0x5ef5dc6d,0x7a003238,0x20100060,0x9000000a,0xa800006e,0xe7bfdc17,0xc10f0f30,0xe0cdb404,0x037e0140,0x11f75186,0xf896b5b2,0x45d84752,0xdd5f8000,0xda100000,0x026c000b,0x58fd1fc2,0xef0fdcfa,0x4ef2dc3d,0x7e003237,0x20100060,0xc000000a,0xa700006b,0xe7bfda18,0x210c0f30,0xe0cdb404,0x137c0140,0x11f7a187,0xf8b6acb3,0x15d14762,0xde5fa000,0xda400000,0x026c000b,0x72fe7fc3,0xeedfdffa,0x4eefdbed,0x80003237,0x20100060,0xe000000a,0xa7000067,0xe7bfd818,0x910a0f30,0xe0cdb404,0x13770140,0x10f8118a,0xf906a3b4,0x05cb4782,0xe05fb000,0xda800000,0x026c000b,0x8e000fc4,0xeeafe1fa,0x3eeddbbd,0x82003236,0x20100061,0x1000000a,0xa7000065,0xe7afd718,0xe1091020,0xe0edb504,0x03730130,0x0ef8718f,0xf98699b5,0x05c54792,0xe15fc000,0xdac00000,0x026c000b,0xab01afc5,0xee8fe4fa,0x2eeadb9d,0x86003236,0x20100061,0x3000000a,0xa7000063,0xe7afd619,0x410d0f40,0xe0fdb603,0xf3720130,0x0df8b193,0xf9d68fb5,0xe5c147a2,0xe25fd000,0xdb100000,0x026c000b,0xc6032fc6,0xee5fe6fa,0x2ee7db8d,0x89003236,0x20100061,0x5000000a,0xa7000062,0xe79fd619,0xc1120f40,0xe0fdb603,0xf3700140,0x0cf91198,0xfa5686b6,0xb5be47b2,0xe35fd000,0xdb600000,0x026c000b,0xdd046fc7,0xee3fe8fa,0x2ee4db7d,0x8c003236,0x20100061,0x6000000a,0xa7000062,0xe78fd61a,0x21190f40,0xe0fdb604,0x036f0140,0x0bf94198,0xfa967eb7,0x45bc47b2,0xe35fe000,0xdbb00000,0x026c000b,0xec054fc7,0xee1fe9fa,0x2ee3db7d,0x8e003237,0x20000061,0x8000000a,0xa7000063,0xe76fd61a,0x411e0f40,0xe0edb604,0x036d0150,0x0af98199,0xfb167ab7,0x95bc47b2,0xe35fe000,0xdbf00000,0x026c000b,0xf2059fc8,0xee0feafa,0x4ee4db6d,0x8e003237,0x20000061,0x9000000a,0xa7000065,0xe73fd419,0xf1221080,0xe0fdb603,0xf36b0140,0x0bf9d19d,0xfb7677b7,0xb5c047a2,0xe35fd000,0xdc400000,0x026b000b,0xeb055fc7,0xedffeafa,0x5ee9db4d,0x8b003237,0x20000061,0xb000000a,0xa700006a,0xe6ffd118,0xa1250f40,0xe0fdb503,0xe3670150,0x0bfa41a1,0xfbc674b7,0xa5c94782,0xe25fd000,0xdcc00000,0x026b000b,0xdb04afc7,0xedffeafa,0x8ef1db3d,0x85003237,0x20000061,0xc000000a,0xa7000070,0xe69fcc16,0x71290f40,0xe11db503,0xb3630130,0x0bfaa1a2,0xfc0672b7,0x85d44762,0xe05fc000,0xdd400000,0x026a000b,0xc303afc6,0xedffeafa,0xbefbdb1d,0x7e003236,0x20000061,0xe000000a,0xa7000078,0xe62fc614,0x412b0f40,0xe16db803,0x635e00d0,0x0bfb41a3,0xfc5671b7,0x55e24742,0xdf5fa000,0xdde00000,0x0269000b,0xa6026fc5,0xedffe9fa,0xef04dafd,0x78003236,0x20000062,0x0000000a,0xa700007f,0xe5cfc114,0x41290f40,0xe16db803,0x435c00b0,0x0dfbf1a4,0xfcc670b7,0x05f04712,0xdd5f9000,0xde600000,0x0268000b,0x88011fc4,0xedffe8fb,0x2f0adaed,0x76003236,0x20000062,0x1000000a,0xa7000084,0xe58fbe17,0xc1201070,0xe14db503,0x535a00a0,0x0ffc91a3,0xfd4670b6,0xb5fd46e2,0xdb5f8000,0xdee00000,0x0268000b,0x6affcfc4,0xee0fe7fb,0x6f0bdaed,0x77002236,0x20000062,0x4000000a,0xa7000086,0xe55fbc17,0x310d1030,0xe14db403,0x535900a0,0x0ffcc1a2,0xfd6671b6,0x560746c2,0xda5f6000,0xdf300000,0x0267000b,0x51feafc3,0xee1fe6fb,0xaf0bdadd,0x7c002237,0x20000062,0x6000000a,0xa7000087,0xe53fbc14,0x41070f40,0xe14db403,0x535800a0,0x0ffcf1a2,0xfd9674b5,0xf60d4692,0xd85f5000,0xdf600000,0x0267000b,0x3dfdbfc3,0xee2fe4fb,0xdf0adadd,0x82002237,0x20000062,0x9000000a,0xa7000087,0xe52fbd14,0x41090f40,0xe16db303,0x535600b0,0x0ffd71a3,0xfe3677b5,0x960f4672,0xd75f4000,0xdf500000,0x0267000b,0x33fd3fc3,0xee4fe2fc,0x0f09dadd,0x87002237,0x20000062,0xb000000a,0xa7000086,0xe51fbd14,0x410e0f40,0xe16db203,0x435500d0,0x0ffdc1a3,0xfe567bb5,0x36094652,0xd75f4000,0xdef00000,0x0267000b,0x35fd3fc3,0xee6fdffc,0x2f08dacd,0x8a002237,0x20000062,0xd000000a,0xa7000086,0xe4ffbd17,0x51121040,0xe16daf03,0x335400f0,0x0dfe31a4,0xfe8682b4,0xd5fb4632,0xd75f3000,0xde200000,0x0268000b,0x44fdbfc4,0xee9fddfc,0x4f0adabd,0x89003237,0x20000062,0xd000000a,0xa7000086,0xe4efbd14,0x31130f40,0xe14dac03,0x53530100,0x0cfe81a5,0xfe868ab4,0x65e44622,0xd85f3000,0xdd000000,0x0269000b,0x5afe7fc6,0xeebfd9fc,0x5f0bda9d,0x88003237,0x20000062,0xd000000a,0xa7000086,0xe4cfbc14,0x31130f40,0xe12daa03,0x735400f0,0x0efec1a4,0xfe6692b4,0x05cb4602,0xd85f3000,0xdbc00000,0x026a000b,0x74ff5fc7,0xeeefd6fc,0x7f0dda7d,0x86003237,0x20000062,0xc000000a,0xa7000086,0xe4afbb14,0x31130f40,0xe13daa03,0x635200e0,0x10ff01a5,0xfe569ab3,0x95b445f2,0xd95f3000,0xda800000,0x026b000b,0x8c001fc9,0xef1fd3fc,0x8f0fda6d,0x84003237,0x20100062,0xb000000a,0xa7000086,0xe48fbb17,0x41131050 +}; + +u32 ANIM_ENTRY_walking[] = +{ + 0xf88fdcfd,0x00870320,0x1eff6067,0x05f0e000,0x1cd93250,0x982e4000,0xd1900000,0x044d0009,0x87f55143,0xe81fae00,0x0f98081c,0x1bf900c0,0x3ea00009,0x5000000d,0x94000000,0xf8ffdd00,0x002d00e0,0xf8dfe1fd,0x208402b0,0x1aff1064,0x0680e4ff,0xfcde3240,0x972e9000,0xd1c00000,0x04480009,0x87f58147,0xe7ffb000,0xaf9609ec,0x17f8d0c6,0x3f200008,0x9000000e,0x11000000,0xf81fd300,0x003a0010,0xf8ffe9fd,0x70840250,0x14fea066,0x0700e4ff,0xfce031f0,0x942ee000,0xd1e00000,0x04480009,0x8af58141,0xe7ffab01,0x0f8d0bcc,0x12f8b0b9,0x3fa00008,0x0000000e,0xa4000000,0xf72fc100,0x003cff80,0xf93ff6fe,0x008101c0,0x08fe6065,0x0770e500,0x4ce131b0,0x8e2f1000,0xd1c00000,0x044a0009,0x8cf5213c,0xe82fa700,0xef880d6c,0x0cf6d0a3,0x3fb00008,0x0000000f,0x41000000,0xf62faf00,0x003aff70,0xf9b008fe,0xb078011f,0xfafe405b,0x07e0e300,0xbce33180,0x822f8000,0xd1700000,0x044d0009,0x91f5013a,0xe8bfa200,0xef8e0e6c,0x07f25092,0x3fe00008,0x9000000f,0xc1000000,0xf50fa100,0x00410180,0xfa0017ff,0x0074004f,0xf3fe0055,0x0810d600,0xfce131a0,0x7c2fe000,0xd1400000,0x044e0009,0x99f50135,0xe94fa201,0x0f9b0f6c,0x0cef608e,0x40800009,0xe000000f,0xfc000000,0xf3df9500,0x00510360,0xf9b025fe,0xd07cff4f,0xf8fdc054,0x07e0c601,0x3cdb31c0,0x83300000,0xd1200000,0x044d0009,0x9bf4d132,0xe90fa301,0x5faf108c,0x1af1008d,0x40d0000c,0x0000000f,0xf0000000,0xf30f8c00,0x005402e0,0xf92033fe,0x9083fe7f,0xfffdc054,0x0790b901,0x9cd53210,0x87301000,0xd1300000,0x04490009,0x9bf4b133,0xe89fa501,0xbfc9112c,0x2df4808c,0x40e0000f,0x8000000f,0xc3000000,0xf33f8500,0x001f0190,0xf87034fd,0xe08cfe70,0x10fdc051,0x0730af01,0x9cce3280,0x8b303000,0xd1a00000,0x04410009,0xa4f4c132,0xe8bfa801,0x3fdd10ac,0x43f9e08e,0x41e00014,0xf000000f,0x89000000,0xf4df7e00,0x0fddfda0,0xf7d026fc,0xf097ff20,0x27fdc051,0x06b0a401,0x6cc53330,0x94303000,0xd2800000,0x04390009,0xa8f4b12e,0xe88fa701,0x3fdc0edc,0x5dfcf090,0x4340001c,0x1000000f,0x44000000,0xf90f6a00,0x0fd1fb50,0xf7e015fc,0xb0980060,0x31fe104f,0x06a0a201,0x7cc733a0,0x9d303000,0xd2d00000,0x04360009,0xa6f4c12c,0xe82fa701,0x1fce0bbc,0x71fda08a,0x43f00023,0xc000000f,0x14000000,0x000f4a00,0x0feefbb0,0xf8300cfd,0x009501b0,0x2dfe3043,0x0700ac01,0xbcd133a0,0xa1303000,0xd2500000,0x04370009,0xa0f4b12e,0xe83fa800,0x8fc207dc,0x7bfe2078,0x4410002a,0x8000000e,0xff000000,0x065f4600,0x0015fbb0,0xf89007fd,0x609002b0,0x28fe703b,0x06f0b601,0xbcd933d0,0xa7300000,0xd1d00000,0x04390009,0x9af47131,0xe85fa8ff,0xdfb003dc,0x7ffe105d,0x43e0002f,0xa000000f,0x00000000,0x082f7100,0x0033fbe0,0xf91ffcfd,0xe08a0410,0x21fe7036,0x06a0bb01,0xbcdd3410,0xab2fc000,0xd1500000,0x043b0009,0x98f47134,0xe87fa6ff,0x4f97ffdc,0x7dfe003e,0x43700033,0x0000000f,0x10000000,0x061f9a00,0x0043fc80,0xf95feefe,0xd08605e0,0x14fe702c,0x0690bc01,0xccdf33f0,0xab2f9000,0xd0e00000,0x043f0009,0x99f47134,0xe8cfa0ff,0x3f7bfc5c,0x77fe601a,0x42a00034,0x4000000f,0x26000000,0x03bfa700,0x0050fd70,0xf96fe5ff,0xb0820740,0x06fed023,0x0690bc01,0x8ce133c0,0xaa2f8000,0xd1400000,0x04460009,0x99f46137,0xe92f9dff,0x5f63f99c,0x72fe6ff2,0x41a00033,0x8000000f,0x3d000000,0x01bfa400,0x005dfe90,0xf91fde00,0x807c085f,0xfeff6019,0x0660bd01,0x4ce23390,0xa82f9000,0xd2100000,0x044c0009,0x98f42136,0xe97f9aff,0x6f54f7ac,0x6cfddfc3,0x40d00030,0xa000000f,0x56000000,0xffcfa600,0x00660020,0xf88fd800,0xf078097f,0xfb00300f,0x0630bd00,0xdce03340,0xa72f9000,0xd2600000,0x044d0009,0x8ff38133,0xe9cf96ff,0x5f45f6cc,0x67fcff8f,0x4040002b,0x0000000f,0x65000000,0xfedfad00,0x006e0160,0xf7ffd401,0x00720a8f,0xfa00e006,0x0610ba00,0x8cdc3300,0xa52f5000,0xd2500000,0x044e0009,0x87f2f12a,0xe9ff95ff,0x5f37f63c,0x64fbbf64,0x40000024,0xa000000f,0x71000000,0xfdefc300,0x00760270,0xf7ffd000,0xc06f0bbf,0xfe016ffa,0x05e0b500,0x4cd732a0,0xa22f1000,0xd2000000,0x044c0009,0x82f2c11e,0xea0f9dff,0x9f2ef5cc,0x61fadf43,0x4000001c,0xd000000f,0x82000000,0xfd5fe100,0x00820380,0xf84fcb00,0x506a0c40,0x0a012fec,0x05b0b800,0x1ccf3220,0xa22ea000,0xd1b00000,0x044b0009,0x80f32124,0xea2fa7ff,0xcf2bf5fc,0x5ef9bf24,0x40000014,0x0000000f,0x90000000,0xfd3ffe00,0x008c0510,0xf8ffccff,0xd0650c10,0x1000ffed,0x0540b800,0x9cce3250,0x9f2e8000,0xd1700000,0x044c0009,0x82f35128,0xea3fabff,0xbf2cf63c,0x5af7ef0d,0x4010000a,0xf000000f,0x94000000,0xfcb01700,0x009606f0,0xfa0fc5fe,0xf0520c00,0x17012ff4,0x0520b501,0x4cd03320,0x9b2ec000,0xd1500000,0x044c0009,0x81f39128,0xea3facff,0x5f11f61c,0x5bf6df03,0x40600003,0x8000000f,0x8d000000,0xfc100500,0x00a30890,0xfb4fb6fd,0xe03e0cb0,0x2500cffa,0x0500b601,0x7ccf3380,0x9a2eb000,0xd1800000,0x044b0009,0x80f3c12c,0xea4fa6fe,0xdeecf55c,0x66f87efc,0x40b000ff,0x8000000f,0x81000000,0xfb9fda00,0x00b10850,0xfb9fabfd,0xa03b0d70,0x28000ffe,0x04e0b901,0x1cce3380,0x992eb000,0xd1e00000,0x04470009,0x7ff3c12b,0xea7fa5fe,0x8eeff4ac,0x67faeef1,0x403000ff,0xc000000f,0x69000000,0xfb0fc700,0x00be0730,0xfb5fa0fd,0xd03e0e00,0x23ff6008,0x04e0bc00,0xfcd033a0,0x962ed000,0xd1e00000,0x04470009,0x82f3e12c,0xea7fa9fe,0x2ef4f44c,0x64fd7ee1,0x3f200002,0xd000000f,0x47000000,0xfcafab00,0x00c10610,0xfa9f9dfe,0xa0460e50,0x12ff100e,0x0550c201,0x1cd63370,0x912f0000,0xd1900000,0x04490009,0x83f43132,0xea7fa8fe,0xef1af44c,0x53ffeed6,0x3d900006,0x5000000f,0x16000000,0x016fb100,0x00b104e0,0xf97f9bff,0xf0550eef,0xf7fe700a,0x05e0cc00,0xdcdd32d0,0x8f2f7000,0xd1800000,0x04460009,0x84f48130,0xea9fa800,0x6f5ef47c,0x37025ed6,0x3bf0000a,0x4000000e,0xd0000000,0x043ff000,0x00810340,0xf92f9e00,0xd0580f0f,0xe1fe4006,0x05e0d600,0x5cdf3260,0x902f8000,0xd1f00000,0x04420009,0x86f4d12e,0xea3fac01,0x1f7ff44c,0x22035efb,0x3ad0000e,0x2000000e,0x67000000,0x03d01100,0x003502b0,0xf9ef9c01,0x30480ecf,0xd7fec008,0x0580e300,0x2cdc3250,0x8e2ef000,0xd2800000,0x04460009,0x83f4f132,0xea1fa600,0x9f7af40c,0x1702ef44,0x39e00010,0xc000000d,0xe7000000,0x01c01100,0x0fd80340,0xfa5f9100,0xe0410e8f,0xdcff2013,0x0530ed00,0x2cdb3280,0x912e6000,0xd2a00000,0x044d0009,0x7bf4d13b,0xea5f9bff,0x8f7bf52c,0x1402af8c,0x39e00011,0xa000000d,0x71000000,0xffa01b00,0x0f750320,0xfa5f8f00,0x80440daf,0xe1ff4020,0x0570f4ff,0xece23270,0x972e3000,0xd2700000,0x044f0009,0x75f4f140,0xea6f9dff,0x2f80f74c,0x11023fce,0x3a900011,0x4000000d,0x12000000,0xfde01f00,0x0f4702b0,0xfa6f98ff,0xc04a0c4f,0xebffb02a,0x05d0f9ff,0x9ce43230,0x9a2e3000,0xd2600000,0x044e0009,0x71f4e142,0xe9cfa2ff,0x4f8cf95c,0x1301000e,0x3be00010,0xa000000c,0xc9000000,0xfc901f00,0x0f640210,0xfa0fa4fe,0xa0580a40,0x0000103d,0x05e0f2ff,0xace03240,0x982e0000,0xd2400000,0x04510009,0x73f4713b,0xe91fa6ff,0x7f9ffbfc,0x18ff7041,0x3d10000f,0x9000000c,0xa3000000,0xfba02200,0x0f980210,0xf97fb0fd,0xd0670880,0x1200004e,0x05f0ebff,0xecda3230,0x912df000,0xd2000000,0x04520009,0x7bf43139,0xe8ffaaff,0xdfaaff3c,0x1bfdb069,0x3db0000d,0x8000000c,0xa4000000,0xfb501e00,0x0fc40270,0xf92fbbfd,0x307206d0,0x1d00105b,0x05f0e4ff,0xfcd83240,0x902e0000,0xd1d00000,0x04540009,0x85f4d143,0xe87faa00,0x3fa7020c,0x1efc008d,0x3e30000b,0xf000000c,0xc5000000,0xfa900f00,0x0fee0240,0xf8ffc7fc,0xd07a0530,0x23000064,0x05f0df00,0x0cd83240,0x932e1000,0xd1900000,0x04550009,0x8bf58146,0xe7cfa900,0x3f9a048c,0x20fab0ab,0x3ea0000a,0xe000000d,0x02000000,0xf97ff900,0x001601e0 +}; + +u32 ANIM_ENTRY_sprinting[] = +{ + 0x0ce031fd,0xe13cf3ff,0xa8e230ed,0x03f1dced,0x8c1616c0,0x3116c004,0xbcf00400,0x44e1004b,0x4c0cc0b9,0xf91159fb,0xcf7af61c,0x4cf64328,0x39c00425,0x4004004b,0x57004ff1,0xe45ffe06,0x60fcf780,0x0d402efa,0xb163ee4f,0xe0e0d129,0xffd1c0ed,0x7c111680,0x4b15b004,0xbd000400,0x44d0004b,0x3d0ba0af,0xf8d155fd,0x6fa0005c,0x68f6b30e,0x3de0041a,0x7004004c,0x6800400b,0xef500d06,0x60fcf8d0,0x0de014f9,0x7153ebd0,0x09e0f14f,0xfc619aee,0xcc251770,0x5d160004,0xbbf00400,0x44c7004b,0x2b0a8099,0xf7e14afd,0xbfba04ac,0x67f6f2e8,0x41500419,0x8004004d,0x9200401a,0xf7601606,0x60f0fca0,0x0f9fedfa,0x011cecd0,0x23e1b159,0xfa817bf0,0xec421950,0x65178004,0xbac00400,0x44c4004b,0x23099094,0xf70132fc,0x4fd3034c,0x41f852cd,0x43f00425,0x9004004e,0x6100401a,0xf7501f06,0x60f00090,0x0f7fccfa,0x8100efd0,0x35e2e13f,0xf9e156f3,0x0c5b1b50,0x731a2004,0xb9400400,0x44bf004b,0x2609008c,0xf67113fb,0x4fc500dc,0x25fd42a9,0x46700436,0x7004004e,0x84004016,0xf5404006,0x60deff70,0x0ddfaaf9,0x910df550,0x5ae35105,0xf90127f4,0x6c841c90,0x941d1004,0xb6d00400,0x44b7004b,0x2409e075,0xf6d0ebfc,0xcf8cfdfc,0x3b021278,0x49b00447,0x2004004e,0x1f004011,0xf2807906,0x60b0fd10,0x0d4f86f7,0x4122fc30,0x96e290bf,0xf7e100f4,0x5cd91df0,0xcf1f9004,0xb5600400,0x44ae004b,0x020b1079,0xf7e0b1ff,0x1f4af6fc,0x88043242,0x4ca00454,0xd004004d,0xa400400d,0xf0608b06,0x60ccfd40,0x0eaf6af7,0x01180320,0xa7e25079,0xf860d5f3,0x7d2d1f41,0x1321b004,0xb5300400,0x449f004a,0xde0b5078,0xf81099ff,0x6f0ceaac,0xdf05420b,0x4bf0045b,0xd004004d,0x6200400a,0xeeb07e06,0x6131fdb0,0x0f5f59f9,0x51010900,0x7de2b02e,0xfa60b0f2,0xed6a2051,0x4f22f004,0xb5500400,0x448e004a,0xcc0a6074,0xf7a090fe,0xbec3de8d,0x270401a8,0x46e00459,0x9004004d,0x70004007,0xed708d06,0x618dfdf0,0x0e9f48fc,0x00f70e10,0x49e38fe3,0xfc909bf2,0xad8c20b1,0x6c237004,0xb5800400,0x4488004a,0xc8097074,0xf79089fe,0x6e6dd71d,0x60038110,0x4170044e,0xe004004d,0xc7004007,0xed30ac06,0x719afdf0,0x0d7f34fe,0x50ee1340,0x18e48f9f,0xfef099f2,0xed8c2061,0x58245004,0xb5500400,0x4487004a,0xd2093078,0xf86099fd,0xde28d4fd,0x7603e06f,0x3c60043d,0x6004004e,0x3c004009,0xee60ac06,0x6138fed0,0x0dcf2dff,0x80c5178f,0xe5e57f66,0x01a0a3f4,0x0d8420c1,0x3325a004,0xb4100400,0x4486004a,0xe208d070,0xf910bdfd,0xbde3d59d,0x7f04affc,0x38b00429,0xe004004e,0x7c00400a,0xeec06706,0x60c00180,0x0dff5200,0x5097171f,0xbbe69f49,0x03e0a2f5,0x7d842271,0x1b266004,0xb3600400,0x4493004a,0xea083068,0xf8a0d1fe,0xfdf8d62d,0x30066fbe,0x38300419,0xf004004e,0x2300400a,0xee8fff06,0x60a30220,0x0d1f77ff,0x908d14af,0xbee8bf4b,0x0530a0f6,0xed652441,0x0c260004,0xb3700400,0x449d004b,0x0308207e,0xf7d0e7fe,0xbe5ad6cc,0xe9075fb0,0x3b200412,0xa004004d,0x3700400b,0xef5fee06,0x60adff30,0x0b7f6bfe,0x3096134f,0xbce9ff6e,0x0670a4f7,0x1d2724c0,0xf725d004,0xb4000400,0x44a1004b,0x3807b095,0xf82104fe,0xbe70d85c,0xff06efbe,0x3d100415,0xd004004c,0x25004013,0xf3301506,0x60b6f870,0x094f7800,0xd0ad0fbf,0x75e93f9c,0x0890d9f4,0x2ce621f0,0xc424b004,0xb5000400,0x44b9004b,0x6708c08a,0xf9412301,0x5e76d90c,0xc202f002,0x3af0041e,0xd004004b,0x1c00401d,0xf9101806,0x60d0f4b0,0x09afa404,0x60c109df,0x1fe7bfd0,0x0b1142f0,0x2cb71dc0,0x8d221004,0xb6900400,0x44d1004b,0x720b4099,0xf8713200,0x0eb7d9cc,0x52fe70b8,0x38400428,0x4004004a,0x4a004017,0xf5a01a06,0x60e7f720,0x0b6fd303,0xc0d803cf,0x21e5f017,0x0b018ded,0xdc961b20,0x731db004,0xb8a00400,0x44dd004b,0x600cc0bf,0xf79138fc,0x8ef2dd5c,0x39fc91b8,0x3820042e,0x8004004a,0x00004007,0xed300906,0x60fbfa00,0x0c300001,0x60f8fd7f,0x4fe45066,0x08e1b8eb,0xec791960,0x6119b004,0xba700400,0x44ed004b,0x560e20c5,0xf8214bfa,0xaf26e6ec,0x39f9328e,0x37e00431,0x7004004a,0x49004ff8,0xe6cff506,0x6103f8f0 +}; + +u32 ANIM_ENTRY_running[] = +{ + 0x0baffbfc,0x008df840,0x38ee708e,0x012193f2,0x6c7e26f0,0x52229000,0xd3300000,0x0452000a,0x61082062,0x00a04bf6,0x9f46fafc,0x66f3825d,0x3d40001a,0x1000000c,0xc0000000,0xf62fc400,0x00e8fa10,0x0c3013fc,0x206cf530,0x55ef90a7,0xff918bf3,0xbc672830,0x41220000,0xd3500000,0x044d000a,0x62091069,0x004050f6,0x1f65fd7c,0x67eff241,0x3cb00018,0xe000000d,0xb6000000,0xfe9fd000,0x00f6fa90,0x0dd009fc,0xc03cf470,0x65f100bc,0xfe5176f5,0x1c5529b0,0x3a21d000,0xd3500000,0x0445000a,0x6408c06f,0xfff057f5,0x9f72fd8c,0x57f0222b,0x3e40001b,0xc000000e,0x97000000,0x014ff700,0x00f7fd00,0x0edfebfd,0xd01df570,0x5cf1d0bf,0xfd7161f6,0x0c4d2b30,0x3c221000,0xd3600000,0x043e000a,0x6d08b070,0xfea05af4,0xaf7afc5c,0x38f4321d,0x40100023,0x2000000f,0x1b000000,0x00001800,0x00f6fd80,0x0dcfd5fe,0xe028f6b0,0x4af240b6,0xfc914df6,0x2c4f2bc0,0x4b22c000,0xd3900000,0x043c000a,0x7008606c,0xfde053f4,0x9f81fbac,0x20faf211,0x4100002d,0x6000000f,0x13000000,0xfea01700,0x0102fb00,0x0affcfff,0x105df800,0x47f1b09e,0xfb6137f5,0xcc5c2ac0,0x6323b000,0xd2d00000,0x043f000a,0x6f084066,0xfeb04af5,0xef7cfb9c,0x25fdf1f9,0x41d00038,0x8000000e,0xab000000,0xfd700a00,0x00edfb90,0x083fccfd,0x30a0f960,0x6bef5083,0xfa3117f5,0x4c7729d0,0x8b248000,0xcde00000,0x0448000a,0x73081060,0xff6043f6,0xef67fa4c,0x5affa1dd,0x44900043,0xa000000e,0x1e000000,0xfb600400,0x00d7fb00,0x083fc7fa,0xb0b2fbb0,0xa3ed5069,0xf930f3f6,0xcc9e2a40,0xb4259000,0xc8800000,0x044f000a,0x6f088059,0xfef037f7,0xcf4af45c,0xa200d1d6,0x47c0004d,0x1000000d,0xa6000000,0xf8900300,0x0115f9b0,0x0a1fcbfa,0x909cfef0,0xadecc039,0xf920d7f9,0x9ccf2b10,0xd526f000,0xc3b00000,0x0452000a,0x5709604f,0xfe702cf8,0x0f2cea5c,0xcafec1c8,0x46b00052,0xc000000d,0x6b000000,0xf5b01200,0x016efad0,0x0b3fc3fb,0xd0920350,0x93ed0ffc,0xfa00c7fb,0xdcf82b70,0xef285fff,0xc0000000,0x0451000a,0x4e096051,0xfec02af7,0x7ef9e19c,0xe2fdd188,0x44700052,0x5000000d,0x75000000,0xf3402b00,0x01acfc50,0x0a1f5afd,0x50c20d20,0x64ecafbd,0xfb20e4fb,0x0cfe2b91,0x04291000,0xc1700000,0x0445000a,0x9bffc09b,0xfe7031f6,0x5e76e11d,0x050420f3,0x42f00049,0xc000000d,0xd2000000,0xf2703b00,0x01adfd30,0x0abf1afd,0xb0bc1450,0x4ced7f91,0xfc0112fb,0x8cf52ca1,0x04298000,0xc6700000,0x0436000a,0xaef3e0ea,0xfe0035f6,0x3e1fe02d,0x26089085,0x40b0003e,0x6000000e,0x3d000000,0xf2603f00,0x015bfce0,0x0bef01fd,0x709f1860,0x39eebf73,0xfcc105fc,0x9cf32db0,0xfa29d000,0xc5800000,0x042d000a,0xa8f4a0dd,0xff2037f7,0x1df9dfad,0x330af03f,0x3e600031,0x2000000e,0x88000000,0xf2503e00,0x00cdfd30,0x0d2f16fd,0x90701910,0x1defcf53,0xfde0f1fd,0x7cf82e60,0xe42a7000,0xc4500000,0x042b000a,0xa6f850b5,0xff9043f7,0xce0cdf1d,0x160a401c,0x3cc00023,0x5000000e,0x95000000,0xf2001700,0x0055fe10,0x0daf66fe,0xf04415af,0xf9f02f31,0x0020e6fd,0xdcff2df0,0xcb2b7000,0xc4600000,0x0428000a,0xb3fa2091,0xff5050f9,0x2e6eddbc,0xbe06a010,0x3c800017,0x7000000e,0x44000000,0xf12fcc00,0x003afce0,0x0c9fcb00,0xd047104f,0xe8f01f2d,0x02f0e5fd,0x7d022c70,0xb92c4000,0xc5900000,0x0422000a,0xc3fa0076,0xff7058f8,0xaf05ddbc,0x47018007,0x3d000010,0xe000000d,0xa3000000,0xef9fa800,0x0054fb70,0x0a0ff501,0x90700e8f,0xe4efbf3c,0x0540f4fb,0x5cfa2a70,0xad2ca000,0xc7e00000,0x041b000a,0xd5f9c066,0x00005af6,0xef39dfcc,0x1dffdff7,0x3d200011,0x7000000c,0xe1000000,0xeedfbc00,0x006ffa50,0x07effe01,0x509d0d2f,0xd4ee3f5f,0x0710f6f8,0x8cf528a0,0xa22c9000,0xca400000,0x041c000a,0xf6fa0044,0x010059f8,0x0f05e17c,0x40012ffc,0x3ca00018,0x3000000c,0x1d000000,0xf18fc100,0x008af8a0,0x080ff200,0x50d30adf,0xacec5f8a,0x0840fff6,0x8cf22750,0x952be000,0xcab00000,0x042d000b,0x11fca019,0x015047f9,0xfee6e29c,0x5600e044,0x3bf00020,0x2000000b,0x71000000,0xf2ffc000,0x00a6f7c0,0x091fe000,0xc0e307cf,0x8ceb1fac,0x086122f4,0xbcea26e0,0x862aa000,0xca500000,0x0439000b,0x1bff8010,0x00a03cfa,0xcedee3ac,0x5c0010c5,0x3b000024,0xe000000a,0xe8000000,0xef0fc300,0x00c1f900,0x0a8fd201,0xe09d052f,0x82eb3fd3,0x074153f3,0xece426d0,0x8628e000,0xcb000000,0x0440000b,0x0800e015,0x017032fb,0x8ed4e2ac,0x5ffe813d,0x3a80002a,0x3000000a,0xb2000000,0xea9fc900,0x00caf850,0x0ccfcb01,0x307401ef,0x94ebd019,0x058176f3,0x5ccc26d0,0x7c273000,0xcd000000,0x044b000a,0xe301c01c,0x02501afa,0xaed8e47c,0x60fcc1cb,0x3ac0002a,0xf000000a,0x92000000,0xe63fc700,0x00d6f830,0x0cefcdff,0x9077ff6f,0xb9eca050,0x040185f2,0x5cb02660,0x6f257000,0xcf000000,0x0458000a,0xc1027023,0x016020f8,0x0ef4eaec,0x58fab236,0x3ba00026,0xb000000a,0xcf000000,0xe54fc900,0x00e8f980,0x0c4fdafd,0x9087fccf,0xe9ee3065,0x03118ef1,0xac972630,0x62242000,0xd0300000,0x045c000a,0xa0039032,0x015030f8,0x1f17f24c,0x5cf88265,0x3d200021,0x2000000b,0x6d000000,0xe8afca00,0x00e6fa70 +}; + +u32 ANIM_ENTRY_bond_eye_walk[] = +{ + 0xfafff4ff,0x607a0380,0x02fe0fe1,0x0200a9fd,0x7cf98b88,0x26c21000,0xe4800000,0x0fbe0000,0xb3fe0fe5,0xf590cc00,0x2f5f04fb,0xfdf8b105,0x3cd0000a,0xc000000d,0x6c00000d,0xf80fa200,0x002bff50,0xfb600dff,0xa074017f,0xf9fd9fed,0x01a0aefb,0x2d078ba8,0x27c29000,0xe3800000,0x0fb80000,0xaafe1fed,0xf5c0c800,0x1f56077b,0xf6f7c104,0x3c900009,0x2000000d,0xe600000c,0xf76f8c00,0x0035fdf0,0xfbd01500,0x306a00af,0xf0fcffea,0x01a0aff8,0xad158c08,0x1ec2f000,0xe2a00000,0x0fb20000,0xa1fddff2,0xf600c900,0x3f50093b,0xeef8a100,0x3c500008,0x6000000e,0x7a00000b,0xf6af8400,0x0033fc20,0xfcb01c00,0xd060004f,0xe1fc7fe5,0x0210acf6,0xbd228c98,0x13c34000,0xe1a00000,0x0fb30000,0x9cfd4ffb,0xf5d0cd00,0x8f4b0a4b,0xe7f920f9,0x3c100008,0x1000000f,0x1a00000a,0xf5df7900,0x002ffa90,0xfd903001,0xa052feff,0xcffc7fe6,0x02c0aff6,0x7d2b8d18,0x0fc31000,0xe0600000,0x0fb40000,0x97fd0001,0xf5c0cc00,0x1f540b4b,0xe4f6a0e9,0x3b900008,0x6000000f,0xa7000009,0xf4ff6900,0x003afb50,0xfe204502,0x1048fd4f,0xc4fccfe6,0x02c0bbf6,0xfd328df8,0x0ec2b000,0xdf600000,0x0fb50000,0x8bfd0002,0xf620c400,0x7f6c0c3b,0xecf2d0de,0x3b900009,0x6000000f,0xf6000007,0xf40f6100,0x003efec0,0xfe305101,0xd045fc5f,0xc9fd1fe7,0x0250d0f7,0xbd368ea8,0x0ec25000,0xdeb00000,0x0fb90000,0x87fcf009,0xf670bb01,0x0f810d2c,0x00f440e1,0x3bf0000b,0x2000000f,0xec000006,0xf36f5b00,0x0040fe70,0xfd805501,0x304dfc0f,0xd6fd0fe6,0x0220e5f8,0x8d318f58,0x10c1c000,0xdee00000,0x0fbd0000,0x9afd2001,0xf620c200,0x1f970e2c,0x1cf780e4,0x3ce0000e,0x2000000f,0xae000006,0xf33f5900,0x002cfc90,0xfcf05200,0x9051fc5f,0xe5fcffe4,0x0210f9f9,0xbd288fd8,0x16c14000,0xdfc00000,0x0fbe0000,0xbbfd7fe5,0xf5e0ccfe,0xefb50dec,0x34fad0e5,0x3e400012,0xf000000f,0x70000008,0xf44f5e00,0x0ffcfaa0,0xfce043ff,0xf04afcff,0xf5fd1fe7,0x01b101fb,0x8d1890b8,0x1cc0d000,0xe1800000,0x0fb50000,0xdafd6fc9,0xf630d2fe,0x6fbf0b7c,0x46fd10ed,0x3fa0001a,0x3000000f,0x3100000d,0xf7af5c00,0x0fe6f980,0xfcf028ff,0x8047fe70,0x03fd2fea,0x013104fd,0x3d049168,0x1ec0b000,0xe4600000,0x0faa0000,0xf3fd4fbd,0xf5d0cffe,0xefab07fc,0x58fd40ea,0x40b00022,0x7000000e,0xfb000016,0xfdff5500,0x0ffbfad0,0xfc8011ff,0x40510070,0x09fd3fe5,0x015106fe,0x6cef9138,0x1ec0a000,0xe7b00000,0x0fa70001,0x08fe7fae,0xf470c9ff,0x0f9704bc,0x68fd10cd,0x41600029,0xe000000e,0xe400001d,0x037f6900,0x001afc30,0xfc4fffff,0x50570240,0x0afd6fdf,0x0180feff,0x8ce090f8,0x1dc0b000,0xeab00000,0x0fa50001,0x1eff8fa1,0xf3d0c6fe,0x9f83014c,0x72fe10a4,0x41f0002f,0xa000000e,0xea00001e,0x044f9300,0x0034fc40,0xfc7febff,0x90550440,0x05fd3fd3,0x0170f300,0xfcd590a8,0x16c0e000,0xed000000,0x0f9c0001,0x2bff5f9d,0xf3e0c8fe,0x7f5ffd6c,0x7bff807f,0x42400033,0x7000000e,0xfb00001b,0x01efbd00,0x0047fc40,0xfd0fd100,0x104d06bf,0xfbfd0fc6,0x01d0ed02,0x5cce9008,0x10c11000,0xeed00000,0x0f960001,0x2ffe8fa2,0xf390ccfe,0x6f35f9ac,0x8100305e,0x41d00034,0x9000000f,0x10000018,0xff7fcf00,0x0053fd60,0xfd4fbe00,0x604a085f,0xf5fd1fc3,0x01c0f103,0xaccb8f98,0x0cc11000,0xefe00000,0x0f940001,0x19fe9fa8,0xf360cafe,0x4f17f6cc,0x83002036,0x41500033,0x2000000f,0x2a000015,0xfd4fd200,0x005cfea0,0xfd6fb600,0x904b090f,0xf5fd0fc0,0x0140f105,0xacc58f68,0x08c0f000,0xefd00000,0x0f950000,0xfcfe8fab,0xf3a0c9fe,0x5f0af41c,0x80ff300f,0x40d0002f,0xb000000f,0x43000012,0xfb4fdf00,0x00660000,0xfd6fae00,0xb04f09df,0xf5fcdfb9,0x0110ee07,0x9cc08ef8,0x05c0e000,0xef600000,0x0f990000,0xf1fe3fa0,0xf3b0cafe,0xaf06f22c,0x73fddfe6,0x40400029,0xf000000f,0x5e000010,0xf9eff800,0x007001e0,0xfd3fa400,0xb0560aef,0xf6fcdfb5,0x0170f108,0xdcc08e78,0x01c0d000,0xef300000,0x0fa30000,0xeffe1f96,0xf380c6fe,0x7f05f16c,0x67fc7fb8,0x3fc00022,0x3000000f,0x77000010,0xf9d01a00,0x007c0400,0xfd3f8e00,0x805a0c9f,0xfafcbfb0,0x01b0f50a,0x0cc18e17,0xfec0a000,0xeee00000,0x0fab0000,0xf0fe1f97,0xf3a0c2fe,0x6ef8f1ec,0x60fc5f8c,0x3f800018,0xc000000f,0x90000010,0xfa503f00,0x00860590,0xfdcf75ff,0xf0570e00,0x06fc6fb0,0x0130f00b,0x5cbd8df7,0xfcc04000,0xee200000,0x0fb20000,0xf0ff8f8d,0xf3c0c4fe,0x9ee4f28c,0x5cfd0f66,0x3f70000e,0xb000000f,0xa9000011,0xfa705a00,0x00900690,0xfe7f6dff,0x20530ea0,0x13fc3fae,0x00b0e50c,0x1cb88d97,0xf8c01000,0xedc00000,0x0fbb0000,0xf4004f88,0xf3b0c3fe,0xeed3f29c,0x59fcef4a,0x3f900006,0x7000000f,0xb4000010,0xf9e05600,0x009d0750,0xff4f74fe,0x30480e90,0x1efc5fab,0x00b0d60c,0x9cb48ce7,0xf8c00000,0xedc00000,0x0fc50000,0xfcfecf87,0xf3f0c2fe,0xdedcf14c,0x5ffcff3a,0x40100002,0x3000000f,0xac00000f,0xf9004200,0x00ae06f0,0xff7f77fd,0xd0460e80,0x22fc2fa8,0x00f0c80c,0xbcb08c47,0xf5c00000,0xee000000,0x0fce0000,0xfefdbf8b,0xf450bffe,0xcef0f01c,0x66fe1f30,0x3fe00002,0x6000000f,0x8b00000e,0xf8402d00,0x00c10610,0xfe1f6dfe,0x805c0f30,0x17fc0fa4,0x0150bd0c,0x6cb08c07,0xf1c04000,0xee500000,0x0fd50000,0xf7fcaf98,0xf490bbff,0x3ee1f0cc,0x5f001f18,0x3e300005,0x8000000f,0x5b00000e,0xf8b00100,0x00c705f0,0xfd2f68ff,0x50620fd0,0x09fc8f9e,0x0180be0c,0x4cb58b97,0xf8c08000,0xeeb00000,0x0fda0000,0xf2fc3f94,0xf4a0beff,0x5ee2f14c,0x55020f12,0x3ca00008,0xf000000f,0x1a000013,0xfc3fe900,0x00b705a0,0xfcaf63ff,0xe05a106f,0xfafd5f97,0x0230bf0c,0x2cba8b58,0x06c0f000,0xef100000,0x0fd80000,0xeefd3f82,0xf490c5ff,0x4f11f15c,0x48048f2a,0x3bd0000c,0x5000000e,0xb8000018,0xff801000,0x008903d0,0xfc6f6700,0x9052106f,0xe5fddf8f,0x02d0ba0b,0x3cc08b08,0x0ec1a000,0xefc00000,0x0fd00000,0xf5fd6f7a,0xf500c2ff,0x4f39f14c,0x34053f5c,0x3b600010,0x1000000e,0x34000018,0xff703500,0x00300320,0xfc3f7701,0x404f0f5f,0xd1fdff8f,0x0300ba09,0xccc48ac8,0x11c26000,0xf0000000,0x0fcb0000,0xe8fe3f9e,0xf5e0c2ff,0xcf3df21c,0x2203df9b,0x3ac00012,0x9000000d,0xa7000015,0xfdb02a00,0x0fc80360,0xfbbf8601,0x90570def,0xcefe0f98,0x02e0b908,0x6cc28b08,0x15c29000,0xef500000,0x0fcd0000,0xcffe3fbb,0xf620c700,0x7f39f45c,0x12027fd8,0x3a700012,0xf000000d,0x2b000013,0xfc501900,0x0f860260,0xfb8f9701,0x705a0c1f,0xd6fe8fa3,0x0240af07,0x2cc18b88,0x1bc23000,0xee100000,0x0fcb0000,0xd9fddfac,0xf610c900,0xaf4ff69c,0x0000b01b,0x3a800012,0x6000000c,0xc6000012,0xfb701c00,0x0f8e0110,0xfbdfa401,0x00560a7f,0xddfe9fab,0x01f0a705,0xacc78be8,0x20c21000,0xec700000,0x0fc70000,0xe0fe2fb1,0xf650c500,0x9f53f88b,0xfeff0062,0x3ae00011,0xa000000c,0x89000011,0xfad01100,0x0fb00070,0xfbffb200,0x405808ff,0xe9feafb3,0x0200a603,0xecd18c28,0x24c20000,0xeae00000,0x0fc80000,0xd1fe1fcc,0xf670c300,0x9f4cfb1c,0x05fd809b,0x3b900010,0x8000000c,0x79000010,0xfa1ff800,0x0fc90090,0xfb6fc6ff,0xb065078f,0xf5fe9fbc,0x02209b02,0x3cda8c18,0x26c1c000,0xe8d00000,0x0fc80000,0xd4feefd2,0xf640c600,0xaf5afe2c,0x04fbd0c3,0x3bd0000f,0x1000000c,0x8b00000f,0xf93fe900,0x0fe10070,0xfaefdbff,0x7073058f,0xfffe4fd0,0x02409f00,0x0ce98bb8,0x26c1d000,0xe6500000,0x0fc40000,0xc3fe8fdb,0xf5e0c900,0x9f5f01bc,0x02fa50ea,0x3c60000d,0x0000000c,0xf200000e,0xf8afdb00,0x00080000 +}; + +u32 ANIM_ENTRY_bond_eye_fire[] = +{ + 0xfedfe400,0xa03e092f,0xcdf9906c,0x0240e605,0x2caa08df,0x4a3d9000,0xf7700000,0x0125000f,0xecfaf009,0xebdfef08,0xbf0af36c,0x1900a052,0x3ab00012,0x7000000c,0xb900001d,0xfca02804,0xef910090,0xfedff800,0x503d069f,0xd4f9b081,0x0220ef02,0x8cba084f,0x503d8000,0xf5300000,0x0129000f,0xf3fb0020,0xeb1ff208,0xbf1af5cc,0x0fff1094,0x3b300011,0x6000000c,0x7f00001b,0xfbc01f05,0x7fca0040,0xfe8009ff,0xe044044f,0xddf9e094,0x0220ecff,0x5ccf081f,0x553d5000,0xf3300000,0x01310000,0x00fab024,0xea0ff508,0x5f22f88c,0x0afd80ca,0x3bc0000f,0xf000000c,0x6f000019,0xfb401305,0xe0050030,0xfe3020ff,0x704b01df,0xe3fa409e,0x0260e3fc,0x1ce8084f,0x533d2000,0xf1400000,0x01400000,0x09fa7021,0xe8fff208,0x1f2bfb4c,0x08fbc0f6,0x3c20000e,0xa000000c,0x89000018,0xfad00106,0x30390010,0xfde03bff,0x3050ff8f,0xe7fa90a1,0x02e0dbf8,0xdd0108bf,0x4d3d0000,0xef400000,0x014e0000,0x07fa7024,0xe82ff307,0xef36fdcc,0x06f9e11c,0x3c20000d,0x9000000c,0xc3000017,0xfa5fed06,0x605cffd0,0xfdb054ff,0x2053fd9f,0xe7fa909e,0x0350d1f5,0x9d17091f,0x473cf000,0xed600000,0x01560000,0x03fa702c,0xe77ffd07,0x9f41000c,0x04f8313c,0x3bc0000c,0xb000000d,0x16000015,0xf98fdc06,0x706eff70,0xfda068ff,0x4055fc6f,0xe4fa7098,0x03a0c7f2,0x4d2a08df,0x433d2000,0xebb00000,0x015b0000,0x02fa5031,0xe7100307,0xef4a024c,0x01f7214c,0x3b80000c,0x0000000d,0x85000013,0xf89fd006,0x7076fed0,0xfdc076ff,0x9055fbaf,0xdefa4091,0x03c0bbef,0x0d3c080f,0x403d8000,0xea400000,0x01620000,0x04fa0033,0xe70ffc08,0xef51046b,0xfdf7314d,0x3bb0000b,0x5000000e,0x13000010,0xf78fc806,0x8077fd50,0xfe3081ff,0xe051faef,0xd7fa3091,0x03e0a9ec,0x3d4c077f,0x3f3e1000,0xe9000000,0x01690000,0x08f9a034,0xe72ff609,0x9f5b064b,0xf9f7b142,0x3c20000a,0xc000000e,0xb500000d,0xf67fc506,0x8076fae0,0xff108c00,0x5044f9ef,0xd0fa5096,0x042097ea,0x1d5a073f,0x3c3e8000,0xe7b00000,0x016c0000,0x0bf97036,0xe78ff209,0xef68074b,0xf7f76138,0x3c50000b,0x3000000f,0x5200000a,0xf52fc406,0x807af8d0,0x00109900,0xd033f8df,0xcbfa7099,0x04608ee8,0xbd61073f,0x393ec000,0xe6200000,0x01680000,0x0bf99039,0xe7efed09,0xdf73080b,0xf9f54135,0x3c20000c,0x1000000f,0xc5000007,0xf3ffbc06,0x8083f900,0x0090a901,0x302af7df,0xcafa3098,0x04608de7,0xdd61071f,0x383f0000,0xe4800000,0x015a0000,0x0af9d03b,0xe7cfed09,0x8f83094c,0x01f2e134,0x3c00000d,0x2000000f,0xf3000005,0xf35fb106,0x7091fa90,0x0020b901,0x102ff6ef,0xcff9d096,0x04108fe7,0x8d5b06df,0x393f3000,0xe3300000,0x014d0000,0x0ff99035,0xe74ff309,0x4fa10acc,0x12f35132,0x3bf0000f,0x2000000f,0xdf000005,0xf36fad06,0x7092fa20,0xff30be00,0x7039f67f,0xddf9b091,0x03b094e7,0xfd51067f,0x373f3000,0xe2400000,0x01490000,0x1cf94026,0xe6bffa09,0x5fbe0bbc,0x2af6112f,0x3cc00012,0xf000000f,0xa8000008,0xf4afad06,0x9070f820,0xfe00b5ff,0x6042f6df,0xf3f9c08f,0x03409ee9,0x1d41065f,0x343f0000,0xe1f00000,0x01470000,0x32f8f018,0xe6400209,0x8fc70b8c,0x44f9612b,0x3e900018,0xc000000f,0x67000012,0xf85fab06,0xf037f5e0,0xfd10a0fe,0x504bf7a0,0x0cf9c096,0x02d0abea,0xcd2d06bf,0x383e9000,0xe2600000,0x013d0000,0x4ef8b013,0xe5f00609,0x9fbb09ec,0x5cfbb128,0x4090001f,0xd000000f,0x24000021,0xfe9fb107,0x3013f4a0,0xfca087fd,0xb051f8d0,0x1cf9c09f,0x0280beec,0xbd19077f,0x413e2000,0xe3d00000,0x012f0000,0x65f82013,0xe5d00509,0x9fa1072c,0x70fc7121,0x41f00027,0x0000000e,0xea00002f,0x043fca07,0x4010f4c0,0xfc9073fd,0x9052fa30,0x20fa009f,0x0270d8ee,0x9d07083f,0x483de000,0xe6600000,0x01290000,0x71f78011,0xe6100709,0x7f8303ac,0x80fc9112,0x4290002d,0x5000000e,0xc5000034,0x065ff007,0x3021f520,0xfcb063fd,0xc053fb90,0x1ffa509b,0x0260f6f0,0x4cf408ff,0x493da000,0xe9b00000,0x012e0000,0x75f77007,0xe6c00a09,0x2f67ffdc,0x8afd00f7,0x42d00032,0x3000000e,0xb9000031,0x05101107,0x1037f540,0xfce050fe,0x2054fd10,0x1cfa809b,0x02310df2,0x2ce209af,0x493d5000,0xed400000,0x01350000,0x76f7cffa,0xe7900608,0xcf49fc0c,0x8efe00d5,0x42e00035,0x1000000e,0xbe00002b,0x02702306,0xf04af550,0xfd2038fe,0x7054fea0,0x19fa909f,0x01c11ef4,0x4cd10a3f,0x493cf000,0xf0900000,0x01350000,0x6df83ff7,0xe8000108,0x9f28f88c,0x90ff30b0,0x42e00035,0x7000000e,0xcf000025,0xffe02406,0xd057f590,0xfd301ffe,0xb0580050,0x18fa40a3,0x01512af6,0xbcc20a8f,0x483cb000,0xf3500000,0x012f0000,0x59f89000,0xe8100008,0xcf07f5cc,0x93005085,0x42d00033,0x9000000e,0xe600001f,0xfdb01a06,0xc060f600,0xfd2006fe,0xf05e01f0,0x15f9c0a7,0x01112ef9,0x7cb70acf,0x453c8000,0xf5700000,0x01280000,0x44f8d007,0xe82fff09,0x1ee9f39c,0x96015059,0x4280002f,0xe000000e,0xfe00001b,0xfc100e06,0xb069f680,0xfd2feeff,0x20650370,0x13f920ab,0x00c127fc,0x5cad0b1f,0x413c4000,0xf7000000,0x01230000,0x34f8f006,0xe82fff09,0x6ecff1cc,0x9a023032,0x4210002a,0xc000000f,0x13000019,0xfb300606,0x9071f700,0xfd3fd6ff,0x006c04c0,0x16f880af,0x00511eff,0x5ca40b3f,0x3d3c1000,0xf7e00000,0x01200000,0x27f90001,0xe8200009,0xceb9f09c,0xa202d00d,0x41b00024,0x7000000f,0x27000019,0xfaf00806,0x7079f7c0,0xfd5fc3fe,0xa07305a0,0x1ff7c0b5,0xffd11802,0x7c9a0b4f,0x363bc000,0xf8300000,0x011d0000,0x20f92ffe,0xe83ffe0a,0x0ea7f02c,0xaa02dfea,0x4160001c,0xd000000f,0x3c000019,0xfb401506,0x5080f8b0,0xfdafb9fe,0x207205e0,0x28f740be,0xff611305,0xec8e0b7f,0x2a3b6000,0xf8000000,0x011d0000,0x22f99ffd,0xe84ff50a,0x3e98f01c,0xac023fca,0x41000014,0x6000000f,0x4f00001b,0xfbc02806,0x3088f9b0,0xfe3fb4fd,0x706905d0,0x33f6e0ca,0xff011109,0x6c810bbf,0x193af000,0xf7a00000,0x011e0000,0x24fa2fff,0xe84fec0a,0x6e81f01c,0xaf014fac,0x40c0000c,0x1000000f,0x6300001b,0xfbf03706,0x1091fad0,0xfeffa8fc,0x90600650,0x3ff640d6,0xfea1110c,0x9c750bef,0x093a9000,0xf7200000,0x011e0000,0x1dfa2fff,0xe82fe90a,0xae54efec,0xb800af8f,0x40b00005,0x3000000f,0x7600001a,0xfbb03f05,0xe09bfbe0,0xff9f97fb,0xb05a0790,0x48f520dd,0xfe41100f,0x4c6d0bee,0xfd3a6000,0xf6900000,0x011a0000,0x14f9bff6,0xe7bfeb0b,0x1e24ef6c,0xca00af72,0x40700001,0x3000000f,0x84000019,0xfb205805,0xb0a8fcb0,0xffff85fb,0x30590960,0x48f370e0,0xfde10c11,0x6c690bbe,0xf33a8000,0xf6100000,0x01120000,0x0ef98fec,0xe6ffeb0b,0x6e1cee9c,0xe3012f58,0x3fc00001,0x0000000f,0x85000018,0xfad0ac05,0x70b9fd40,0x000f78fb,0x50580b60,0x3cf1b0e3,0xfda10712,0xcc6b0b7e,0xed3ae000,0xf6000000,0x010a0000,0x0ef9bfe5,0xe63fe40b,0x8e23ed8c,0xfb021f47,0x3e600004,0x8000000f,0x6c00001a,0xfba10705,0x30cbfd40,0xffbf7afc,0x10550d30,0x25f060e4,0xfd610313,0x5c750b3e,0xec3b7000,0xf6600000,0x01040000,0x10f9ffd8,0xe62fd20b,0x2e17ec5d,0x0602ef46,0x3c90000a,0x1000000f,0x2e00001f,0xfdc12505,0x20d2fd00,0xff5f9afd,0x504e0e10,0x0af020e2,0xfcf0fd12,0xec8b0b4e,0xf33c2000,0xf6e00000,0x00fe0000,0x12f9ffc0,0xe6cfc009,0xce12eb3c,0xf7020f56,0x3ad0000f,0x7000000e,0xc9000026,0x00510905,0x70b7fd10,0xff3fdcfe,0x80440e3f,0xf6f0e0d9,0xfc40f611,0x4ca70bef,0x053c9000,0xf6f00000,0x00fc0000,0x15fa3fb1,0xe82fb407,0x6e2aea4c,0xcfff6f74,0x39900013,0x2000000e,0x4700002b,0x0250d706,0x4062fd80,0xff2033ff,0x103e0eaf,0xf3f250c2,0xfbc0f10e,0x6cc20d3f,0x243c6000,0xf6100000,0x00ff0000,0x0ffa8fc1,0xe9bfaf04,0xee54e9cc,0xa2fcffa0,0x39a00015,0xd000000d,0xb300002b,0x0280a007,0x2ffbfdf0,0xfef092ff,0x403d0fef,0xf9f4209c,0xfbb0f40a,0xccd60eff,0x553b9000,0xf4300000,0x0109000f,0xedfa7fe7,0xea8fab02,0xfe7ee9fc,0x7bfb2fdc,0x3a900018,0x2000000d,0x18000028,0x01406207,0x5fd0ff90,0xfe70f7ff,0x703d1130,0x00f6b06c,0xfc50f607,0x3cdf10af,0x9a3a0000,0xf1b00000,0x0118000f,0xb6fa2004,0xea7fac01,0xcea6eaec,0x5af90021,0x3b200019,0xf000000c,0x8d000024,0xffc01907,0x1fe601b0,0xfd815dff,0x90411200,0x0afa103a,0xfd30f504,0x6cdd119f,0xf637d000,0xeef00000,0x0122000f,0x8bfa200d,0xea3fb801,0x1ecdec9c,0x3ff60061,0x3aa0001b,0x3000000c,0x2c000022,0xfeafd206,0xb0180200,0xfc21beff,0x704b1210,0x1afdb00f,0xfdb0f402,0x8cd21150,0x67354000,0xec600000,0x0126000f,0x7efa3007,0xea5fc700,0x6ef5eecc,0x2df2a093,0x38c0001c,0x0000000c,0x03000020,0xfdef9406,0x70520050,0xfab213ff,0x405611d0,0x2e010fee,0xfde0f901,0x7cc30f60,0xe8329000,0xeaa00000,0x012b000f,0x8bfa5ffc,0xeb2fd5ff,0xbf19f0fc,0x24efd0b4,0x35c0001c,0xa000000c,0x1800001e,0xfd2f6106,0x6085fe10,0xf9b255ff,0x20611230,0x4203bfd1,0xfdb10600,0xdcb60b51,0x6b2fc000,0xea100000,0x0138000f,0xa6fa2ff6,0xed1fe4ff,0x4f30f2dc,0x25ee90c6,0x32e0001d,0x0000000c,0x7200001c,0xfc6f3c06,0x80a0fc40,0xf94285ff,0x10661330,0x5005dfb6,0xfdb11700,0xccb005a1,0xea2d4000,0xea700000,0x0141000f,0xc2f98ff8,0xef6ff8ff,0x9f32f45c,0x2eef60c6,0x30f0001c,0xf000000d,0x0e00001b,0xfbcf2906,0xa095fbe0,0xf972b7ff,0x005d13f0,0x50070f9a,0xfe312601,0x1cb3ff82,0x5b2aa000,0xeb500000,0x013c000f,0xd6f96006,0xf0100900,0x0f26f54c,0x39f1a0b0,0x3000001c,0x8000000d,0xd5000019,0xfb5f2f06,0x405bfd00,0xf982f9fe,0x904a13d0,0x43078f77,0xff113201,0x6cbff9a2,0xb0261000,0xecd00000,0x0121000f,0xd8f98014,0xee800fff,0x6f20f58c,0x46f4c083,0x2fd0001c,0x6000000e,0x8d000018,0xfa9f3e05,0x5013ff00,0xf81346fc,0xd03d1340,0x33074f4b,0x00613801,0x0cd2f2a2,0xe61ec000,0xeef00000,0x00ed000f,0xcdf9a017,0xed200bfe,0x8f37f54c,0x55f7704f,0x3040001c,0xd000000e,0xf7000015,0xf98f4c03,0xfffd00c0,0xf3738bf8,0x403f12b0,0x2a06af23,0x01b13200,0x0ce1ea93,0x05164000,0xf1900000,0x00ac000f,0xbbfa0021,0xed5004fe,0x9f68f49c,0x63f71023,0x3170001d,0x9000000f,0x11000012,0xf85f6a03,0x201e02a0,0xeb73b9f0,0x80451290,0x24063f05,0x02b114ff,0x6ce7e323,0x170f6000,0xf4300000,0x0073000f,0xa5fa103d,0xee9ffeff,0x3f90f42c,0x6ef5200a,0x3310001d,0xf000000f,0x09000010,0xf79f9b03,0x705403e0,0xe503d0ea,0x00431360,0x1a063eee,0x0390e5ff,0xcce8dd83,0x1d0b3000,0xf6a00000,0x004b000f,0x93f9f056,0xefdffbff,0x9f9cf43c,0x79f46002,0x3470001d,0x4000000e,0xff000010,0xf7afbd05,0x307f03b0,0xe2b3dee7,0x60391500,0x0e069ed4,0x04a0b700,0xbce9da03,0x14094000,0xf8d00000,0x0031000f,0x83fa705e,0xf08ff9ff,0x5f95f4bc,0x84f47fff,0x3560001b,0xb000000f,0x00000012,0xf86fc509,0x50950360,0xdb93e8df,0xe02d1660,0x06071ebe,0x05a09c02,0x3cedd8d3,0x0708b000,0xfaa00000,0x001f000f,0x67fb7056,0xf0aff6fe,0xff8af56c,0x8ff40ff4,0x36400019,0xe000000f,0x0f000014,0xf95fc50e,0x509a03d0,0xc8c3efcc,0x901b1700,0x0107beb0,0x05d09d04,0x3cf2d903,0x0008f000,0xfc000000,0x0011000f,0x46fc203a,0xf0dff6ff,0x4f83f5fc,0x99f30fe9,0x37200018,0x0000000f,0x26000017,0xfa3fc512,0x909704a0,0xb5e3efb9,0x400a171f,0xfd081eaa,0x05c0aa06,0x4cf6d983,0x01098000,0xfd200000,0x0008000f,0x39fc1019,0xf12ff7ff,0xcf82f67c,0x9ef1efe2,0x37d00016,0x1000000f,0x39000018,0xfadfc314,0x80910590,0xac23efaf,0x4fff16ef,0xfb084eab,0x05c0ad08,0x2cf5da13,0x080a1000,0xfe300000,0x0003000f,0x45faa00b,0xf16ff6ff,0x9f86f73c,0xa1f13fdc,0x38500014,0x5000000f,0x43000019,0xfb3fc414,0x608f0650,0xa723f0aa,0x4ffa16bf,0xf7082eae,0x0610a509,0x8cf2da63,0x0e0a7000,0xff400000,0x0000000f,0x57f9200f,0xf16ff3ff,0x1f8af80c,0xa2f11fd8,0x38a00012,0xe000000f,0x4700001a,0xfb7fc514,0x509106b0,0xa403f1a6,0xfff316cf,0xf1080eb0,0x0640950a,0x5cefda83,0x100ab000,0xffd00000,0x0fff000f,0x67f9600b,0xf13feffe,0xcf89f88c,0xa4f10fd7,0x38d00011,0xe000000f,0x4a00001a,0xfbcfc414,0x40920710,0xa163f2a4,0x4feb170f,0xee081eaf,0x0620830a,0xfcebdaa3,0x0d0ae000,0xffe00000,0x0ffc000f,0x74fa6ffc,0xf12febfe,0xdf85f8cc,0xa6f07fd7,0x38f00011,0x5000000f,0x4f00001b,0xfbffc014,0x109007d0,0xa1e3f3a4,0xbfe6177f,0xf1083eac,0x05b06d0b,0x6ce6da73,0x080ae000,0xff700000,0x0ffa000f,0x7ffa7fee,0xf16fe8ff,0x1f81f90c,0xa8f00fd6,0x39100011,0x1000000f,0x5200001b,0xfc0fbd13,0xe08e0860,0xa833f3ab,0x2fe817af,0xf8081ead,0x05604e0b,0x8ce0da13,0x080a8000,0xfed00000,0x0ff9000f,0x8af93fe2,0xf18feaff,0x4f80f96c,0xaaf02fd3,0x39300010,0xd000000f,0x5400001b,0xfbefbc13,0xc08e0890,0xb0c3f3b3,0xefee17df,0xfe07beae,0x05402f0b,0x4cdbd9a3,0x090a1000,0xfe500000,0x0ffa000f,0x93f79fd8,0xf17fecff,0x6f82f9bc,0xabf08fd1,0x39500010,0xa000000f,0x5400001a,0xfbafbe13,0xc08f0890,0xb5a3f3b8,0xcff01830,0x04075eaa,0x0520200a,0xecd8d973,0x0609d000,0xfdd00000,0x0ffb000f,0x96f69fd3,0xf12fecff,0x3f86f9ec,0xacf0cfd0,0x39700010,0x9000000f,0x5400001a,0xfb7fc013,0xc09008a0,0xb983f2bc,0x9ff01880,0x07071ea6,0x04e0200a,0x8cd8d953,0x0409c000,0xfd600000,0x0ffd000f,0x92f60fdd,0xf0efeaff,0x0f87f9ec,0xacf10fd2,0x39800010,0x8000000f,0x54000019,0xfb5fc213,0xb09008b0,0xc103f1c3,0xdfed18b0,0x0906dea9,0x04c0230a,0x0cd8d913,0x0609c000,0xfcf00000,0x0ffd000f,0x8df57ff4,0xf0cfe6fe,0xff86f9cc,0xaef15fd5,0x39900010,0x6000000f,0x54000019,0xfb5fc313,0xb09008a0,0xc633f0c8,0xefec18b0,0x0b069eaf,0x04902209,0x9cd8d913,0x0b09e000,0xfc900000,0x0ffe000f,0x8df52007,0xf0cfe5fe,0xdf86f9cc,0xaff1cfd9,0x39b00010,0x2000000f,0x54000019,0xfb4fc513,0xb0910860,0xc7a3eeca,0x4fed18c0,0x0e068eb2,0x04702009,0x2cdbd963,0x0e0a4000,0xfc300000,0x0000000f,0x8df5700b,0xf09fe2fe,0x9f87f9ec,0xb0f1ffd9,0x39e0000f,0xe000000f,0x55000019,0xfb2fc913,0xb0910840,0xc8c3eecb,0x6fec18e0,0x0d069eb2,0x04402008,0xcce0d9d3,0x0e0ab000,0xfbc00000,0x0003000f,0x8bf60007,0xf06fdefe,0x3f87fa1c,0xb0f1dfd8,0x39e0000f,0x8000000f,0x57000019,0xfb2fcb13,0xa0900860,0xca33f0cc,0xbfea1910,0x0a06aeaf,0x04401e08,0x7ce5da43,0x0d0b1000,0xfb500000,0x0003000f,0x89f6a007,0xf05fdafd,0xbf84fa5c,0xaef1bfd7,0x39c0000f,0x1000000f,0x59000019,0xfb1fc913,0xa08e0860,0xc813f3ca,0x7fe41910,0x0406eeab,0x04401b08,0x4ce8dab3,0x0e0b9000,0xfaf00000,0x0002000f,0x86f7500d,0xf07fd8fd,0x5f7efa8c,0xacf1cfd8,0x39b0000e,0x8000000f,0x5b000019,0xfb3fc613,0xa08d0850,0xb923f5bb,0x4fdc18df,0xfd071ea9,0x04501508,0x4ceadb33,0x0e0c2000,0xfa900000,0x0000000f,0x81f80015,0xf0afd9fd,0x5f77fa9c,0xaaf1bfd8,0x39a0000d,0xe000000f,0x6000001a,0xfb6fc113,0x908c0830,0xa663f5a8,0x4fd5189f,0xf8071ea8,0x04800e08,0x3cecdb83,0x0d0c8000,0xfa500000,0x0fff000f,0x7ef88018,0xf0dfdafd,0x6f73faac,0xa9f14fd5,0x39b0000d,0x4000000f,0x6a00001a,0xfbafbb13,0x80880850,0x9f23f4a0,0xcfcf188f,0xf206dea7,0x04b00a08,0x2cecdba3,0x0c0c9000,0xfa100000,0x0ffe000f,0x7bf90017,0xf0cfdcfd,0x6f70fabc,0xa8f0efd2,0x39c0000c,0xc000000f,0x7600001b,0xfbdfb813,0x60840880,0xa083f6a1,0xefca18bf,0xee06aea7,0x04e00908,0x1cecdb83,0x0a0c7000,0xf9b00000,0x0ffe000f,0x79f9c017,0xf0bfdbfd,0x6f6efadc,0xa7f0cfd2,0x39d0000c,0x3000000f,0x7e00001b,0xfc0fb713,0x508008a0,0xaaf3f9ac,0x3fc818ef,0xeb067ea9,0x04e00808,0x1ce9db53,0x0a0c4000,0xf9700000,0x0ffd000f,0x78fa5015,0xf0cfd9fd,0x7f6afb0c,0xa5f0bfd2,0x39c0000b,0xd000000f,0x8000001c,0xfc3fb613,0x507e08c0,0xb073fab1,0xcfc918cf,0xeb065eab,0x04d00708,0x1ce6db23,0x0d0c2000,0xf9600000,0x0ffd000f,0x7afa6011,0xf10fd5fd,0x9f6afb3c,0xa3f09fd2,0x39a0000b,0xa000000f,0x8000001c,0xfc4fb713,0x607d08b0,0xa973faaa,0xcfca189f,0xec067eac,0x04b00708,0x0ce3dae3,0x100bf000,0xf9800000,0x0ffe000f,0x7dfa400c,0xf12fd3fd,0xbf6cfb4c,0xa3f09fd2,0x3990000b,0x9000000f,0x7f00001c,0xfc4fb813,0x607c0880,0xa4f3faa6,0x4fcb187f,0xec06beab,0x04a00907,0xfce0da43,0x100b8000,0xf9900000,0x0ffe000f,0x81fa0008,0xf10fd5fd,0xff70fb4c,0xa3f0bfd2,0x3990000b,0xa000000f,0x7d00001c,0xfc4fba13,0x707c0830,0xaa73faab,0xcfcc188f,0xec06fea9,0x04a00d07,0xecdfd983,0x100af000,0xf9a00000,0x0fff000f,0x85f9e004,0xf0dfd8fe,0x4f73fb4c,0xa3f0cfd3,0x39a0000b,0xb000000f,0x7c00001c,0xfc3fbc13,0x907c07f0,0xbda3fabe,0xefcb18af,0xeb072ea8,0x04a01007,0xecded933,0x100ac000,0xf9b00000,0x0000000f,0x88f9b001,0xf0afd8fe,0x7f72fb4c,0xa4f0efd4,0x39a0000b,0xc000000f,0x7b00001b,0xfc2fbd13,0xa07c07f0,0xcfc3f9d0,0xffca18cf,0xeb072ea9,0x04a01107,0xfcded923,0x120ab000,0xf9900000,0x0001000f,0x8cf9b000,0xf08fd7fe,0x6f6ffb5c,0xa5f0efd5,0x39b0000b,0xc000000f,0x7a00001b,0xfc1fbd13,0xc07d07f0,0xd7e3f7d9,0x1fca18ff,0xea072ea9,0x04900f08,0x0cded933,0x120a9000,0xf9500000,0x0000000f,0x90f9dffe,0xf07fd5fe,0x2f6ffb5c,0xa6f0ffd5,0x39b0000b,0xd000000f,0x7a00001b,0xfc0fc013,0xe07d07d0,0xddf3f6df,0x2fca191f,0xe9071ea9,0x04700c08,0x1cdfd9b3,0x120aa000,0xf9100000,0x0fff000f,0x94f9fffd,0xf03fd4fd,0xbf73fb5c,0xa6f10fd5,0x39b0000b,0xe000000f,0x7a00001b,0xfbefc613,0xf07d07a0,0xe393f6e4,0xdfcb192f,0xe9072ea9,0x04400608,0x2ce0da33,0x120ad000,0xf8f00000,0x0ffe000f,0x95fa0ffe,0xf03fd0fd,0x6f78fb5c,0xa4f11fd4,0x39b0000c,0x1000000f,0x7a00001b,0xfbdfcc14,0x007d0770,0xe863f4e9,0xafcc194f,0xeb074eaa,0x03fffc08,0x3ce0da73,0x130b1000,0xf8e00000,0x0fff000f,0x94f9f000,0xf05fcdfd,0x3f78fb6c,0xa4f12fd2,0x39b0000c,0x3000000f,0x7b00001b,0xfbdfcf14,0x107c0750,0xeb33f2ec,0x8fcc194f,0xec077ead,0x03bfed08,0x5cdedab3,0x150b3000,0xf8e00000,0x0fff000f,0x92f9d001,0xf06fcafd,0x3f75fb7c,0xa5f13fd2,0x39b0000c,0x5000000f,0x7a00001a,0xfbbfce14,0x207c0720,0xec83f2ed,0xdfcc194f,0xed079eae,0x039fdf08,0x7cdddaf3,0x150b5000,0xf8f00000,0x0fff000f,0x8df9a001,0xf06fcafd,0x4f72fb8c,0xa5f14fd1,0x39a0000c,0x5000000f,0x7a00001a,0xfbbfcc14,0x307b06e0,0xedd3f2ef,0x1fca195f,0xed07aead,0x039fd408,0x7cdbdb03,0x140b3000,0xf9200000,0x0fff000f,0x88f96003,0xf05fcafd,0x5f70fb9c,0xa4f16fd1,0x3990000c,0x3000000f,0x7a00001a,0xfbbfcb14,0x407b0690,0xed53f4ee,0x8fc8195f,0xec07beac,0x039fcd08,0x8cdbdae3,0x130b1000,0xf9400000,0x0ffe000f,0x85f92005,0xf04fcbfd,0x6f6ffb8c,0xa3f16fd2,0x3990000c,0x1000000f,0x7900001b,0xfbcfc914,0x507b0660,0xe993f8ea,0xafc6192f,0xeb07dead,0x038fc908,0x8cdbdab3,0x120b0000,0xf9600000,0x0ffe000f,0x84f8f007,0xf04fccfd,0x6f6efb6c,0xa2f13fd3,0x3980000c,0x0000000f,0x7900001b,0xfbefc714,0x707b0640,0xe1c3fbe2,0xcfc5190f,0xea07feaf,0x037fc808,0x8cdbda83,0x130ad000,0xf9600000,0x0fff000f,0x85f8e007,0xf05fccfd,0x5f6dfb4c,0xa2f0ffd3,0x3970000c,0x1000000f,0x7900001b,0xfbefc514,0x807b0640,0xd913fcda,0x2fc618ff,0xea07feae,0x037fc908,0x9cdbda33,0x130a8000,0xf9500000,0x0fff000f,0x87f8e005,0xf06fccfd,0x5f6dfb3c,0xa1f0cfd1,0x3970000c,0x3000000f,0x7b00001b,0xfbffc514,0x807b0640,0xe273fde3,0x8fc8190f,0xeb07dead,0x037fc908,0x8cdbda13,0x120a4000,0xf9300000,0x0fff000f,0x89f8e002,0xf06fccfd,0x6f6cfb3c,0xa0f0bfcf,0x3960000c,0x6000000f,0x7b00001b,0xfbffc514,0x907a0650,0xf143fcf2,0x7fcb192f,0xed07cead,0x037fca08,0x8cdada13,0x110a2000,0xf9200000,0x0000000f,0x88f8d001,0xf04fccfd,0x7f6afb3c,0x9ff0afce,0x3950000c,0x9000000f,0x7b00001b,0xfbffc614,0x907a0670,0xf893fbf9,0xcfcc192f,0xef07beae,0x037fcb08,0x9cdada33,0x110a2000,0xf9200000,0x0001000f,0x84f8e000,0xf02fccfd,0x8f68fb3c,0x9ef09fce,0x3930000c,0xb000000f,0x7900001b,0xfbffc414,0xa0790670,0xffa3fd00,0xdfcc18ff,0xf107aeaf,0x036fcc08,0xacd9da63,0x120a5000,0xf9200000,0x0001000f,0x82f8ffff,0xf04fccfd,0x7f65fb3c,0x9ef07fce,0x3910000c,0xd000000f,0x7800001b,0xfbefbf14,0xa0790660,0xde6401df,0x9fca18cf,0xf007aeaf,0x036fce08,0xbcdada93,0x120a8000,0xf9300000,0x0001000f,0x82f8fffe,0xf03fcbfd,0x6f64fb2c,0x9cf05fcd,0x3900000c,0xd000000f,0x7700001b,0xfbefbc14,0xa0790630,0xebb404ec,0xdfc8189f,0xef07aead,0x037fcf08,0xccdbdac3,0x110aa000,0xf9400000,0x0000000f,0x80f8dffd,0xf02fcbfd,0x8f64fb1c,0x9bf05fce,0x38f0000c,0xd000000f,0x7700001b,0xfbffba14,0xa0790600,0xedf406ef,0x0fc6188f,0xee07bead,0x037fcf08,0xccdcdae3,0x0f0ac000,0xf9400000,0x0fff000f,0x7bf8affb,0xf00fcefd,0xbf64fb0c,0x9af05fce,0x38e0000c,0xc000000f,0x7800001b,0xfc0fb814,0x907805f0,0xee0406ef,0x0fc5188f,0xee07aeae,0x037fce08,0xbcdddaf3,0x0e0ac000,0xf9300000,0x0fff000f,0x75f88ff9,0xf00fd2fd,0xcf63fafc,0x9af03fce,0x38e0000c,0xb000000f,0x7900001b,0xfc0fb714,0xa0790600,0xecf405ed,0xefc5189f,0xee079eaf,0x038fce08,0xccdcdb03,0x0e0ad000,0xf9000000,0x0000000f,0x72f8aff9,0xf00fd2fd,0xcf62faec,0x9af01fcf,0x38e0000c,0xb000000f,0x7900001b,0xfc0fb814,0xa0790630,0xe80405e9,0x0fc618af,0xef077eae,0x039fcd08,0xccdcdae3,0x0e0ac000,0xf8e00000,0x0000000f,0x74f8dff7,0xf01fd0fd,0xaf62faec,0x9af00fd0,0x38d0000c,0xb000000f,0x7a00001b,0xfc0fba14,0xa0790650,0xe39405e4,0x8fc718af,0xef076eac,0x039fcc08,0xccdcdad3,0x0d0aa000,0xf8c00000,0x0000000f,0x78f91ff5,0xf02fcdfd,0xbf64fadc,0x99efffd0,0x38d0000c,0xc000000f,0x7a00001b,0xfbffbb14,0x90780650,0xe27405e3,0x7fc818af,0xef074eab,0x037fcc08,0xccdcdac3,0x0e0aa000,0xf8c00000,0x0000000f,0x7df92ff5,0xf03fcbfd,0xef64fadc,0x99f00fd0,0x38c0000c,0xc000000f,0x7a00001b,0xfc0fbc14,0x90780650,0xe25404e3,0x4fc818af,0xf0073eab,0x034fcc08,0xccdcdab3,0x0f0aa000,0xf8e00000,0x0001000f,0x82f93ff9,0xf06fcbfe,0x1f63facc,0x9af01fd1,0x38d0000c,0xd000000f,0x7900001b,0xfc1fbc14,0x90770640,0xe41403e4,0xffc718af,0xf1074eaa,0x032fce08,0xbcdcdac3,0x0f0ab000,0xf9000000,0x0001000f,0x85f93ffc,0xf09fccfe,0x2f62fabc,0x9bf01fd2,0x38e0000c,0xd000000f,0x7900001b,0xfc1fbc14,0x90770630,0xe20402e2,0xefc618cf,0xf1076eaa,0x030fce08,0xbcdbdae3,0x0e0ad000,0xf9100000,0x0001000f,0x84f93ffd,0xf09fcdfe,0x1f62fabc,0x9cf02fd2,0x38f0000c,0xd000000f,0x7a00001b,0xfc0fbc14,0x90760620,0xd8b401d9,0x9fc518df,0xf107aeaa,0x02efcc08,0xbcdcdaf3,0x0d0ad000,0xf9100000,0x0001000f,0x7cf8fffc,0xf08fcdfe,0x1f63fabc,0x9cf04fd3,0x3900000c,0xc000000f,0x7a00001b,0xfc0fbe14,0x90760610,0xcdd401ce,0xbfc518ef,0xf007feab,0x02dfc808,0xccdcdaf3,0x0d0ad000,0xf9100000,0x0002000f,0x71f8bffa,0xf08fcdfe,0x2f65facc,0x9bf05fd3,0x38f0000c,0xb000000f,0x7a00001b,0xfc0fc014,0x90770610,0xccc402cd,0xafc518df,0xf0083eac,0x02dfc708,0xdcdbdaf3,0x0d0ae000,0xf8f00000,0x0003000f,0x66f8affc,0xf0afcdfe,0x3f66facc,0x9af05fd3,0x38f0000c,0xa000000f,0x7900001b,0xfbffc114,0xa0790620,0xd84403d9,0x2fc518af,0xf0086eac,0x02dfc808,0xecdadb33,0x0e0b1000,0xf8c00000,0x0004000f,0x5ef8c000,0xf09fcdfe,0x1f68fadc,0x99f06fd3,0x38e0000c,0xa000000f,0x7800001b,0xfc0fc214,0xa07a0610,0xda2403db,0x1fc6189f,0xf1087ead,0x02dfc909,0x0cdadb93,0x0e0b3000,0xf8a00000,0x0004000f,0x5cf8e001,0xf05fcdfd,0xff6afaec,0x99f09fd2,0x38e0000c,0x8000000f,0x7800001b,0xfc0fc414,0xa07a05f0,0xd41403d5,0x1fc618af,0xf0085eae,0x02efc909,0x0cdadbb3,0x0c0b3000,0xf8800000,0x0004000f,0x5ff91fff,0xf01fcdfd,0xff6dfafc,0x99f0cfd2,0x38e0000c,0x7000000f,0x7800001b,0xfc0fc614,0xa07a05d0,0xd4b403d5,0xbfc618bf,0xf0082eaf,0x02efcb09,0x0cdbdb63,0x0b0b1000,0xf8800000,0x0004000f,0x62f92ffe,0xefffcefe,0x3f70fb0c,0x98f0efd1,0x38e0000c,0x6000000f,0x7800001b,0xfc0fc814,0xa07a05b0,0xd8c403d9,0xcfc518bf,0xef081eaf,0x02ffcd09,0x0cdcdae3,0x0a0ae000,0xf8800000,0x0005000f,0x63f92ffc,0xf00fcffe,0x7f71fb1c,0x98f10fd1,0x38e0000c,0x6000000f,0x7800001b,0xfc0fc814,0xa0790590,0xdd1404de,0x2fc618af,0xf0082eaf,0x030fcd08,0xfcdcda93,0x0a0ad000,0xf8900000,0x0005000f,0x64f92ffa,0xf01fd0fe,0x9f73fb1c,0x97f12fd0,0x38e0000c,0x6000000f,0x7800001b,0xfc0fc914,0xa0790560,0xe1d405e2,0xffc618af,0xf0084ead,0x02ffcc09,0x0cdbda83,0x0a0ae000,0xf8900000,0x0005000f,0x66f91ff8,0xf03fd0fe,0x9f75fb3c,0x97f12fcf,0x38e0000c,0x5000000f,0x7800001b,0xfbffca14,0xa0790540,0xe3b405e4,0xdfc618af,0xf0086eab,0x02efcc09,0x0cdcda63,0x090ae000,0xf8900000,0x0005000f,0x68f91ff8,0xf04fd1fe,0xaf76fb4c,0x96f12fce,0x38e0000c,0x3000000f,0x7800001b,0xfc0fcb14,0xa0790540,0xe5b406e6,0xcfc418af,0xee086ea9,0x02efcd09,0x0cdcda33,0x080ae000,0xf8800000,0x0004000f,0x69f91ff9,0xf06fd2fe,0xbf76fb4c,0x96f0ffce,0x38e0000c,0x2000000f,0x7800001b,0xfc0fcb14,0xa07a0570,0xe8a406e9,0xbfc218af,0xee085eaa,0x02efce09,0x0cddd9f3,0x090ad000,0xf8800000,0x0003000f,0x68f92ffa,0xf09fd3fe,0xcf76fb3c,0x96f0cfce,0x38e0000c,0x2000000f,0x7800001b,0xfc0fcb14,0xb07b05a0,0xeb7407ec,0x7fc2189f,0xed083eab,0x02efcf09,0x0cddd9d3,0x090ad000,0xf8800000,0x0002000f,0x67f93ffa,0xf0cfd4fe,0xcf76fb3c,0x96f09fce,0x38d0000c,0x2000000f,0x7800001b,0xfbffcb14,0xb07b05c0,0xecd408ed,0xcfc018af,0xec081eab,0x02ffd109,0x0cded9b3,0x070ac000,0xf8700000,0x0002000f,0x66f94ff9,0xf0cfd4fe,0xdf76fb2c,0x97f08fcf,0x38e0000c,0x3000000f,0x7800001b,0xfbffca14,0xb07c05d0,0xec5409ed,0x4fbf18bf,0xea07eeac,0x030fd209,0x0cdfd983,0x050a9000,0xf8600000,0x0002000f,0x68f93ff8,0xf0cfd4fe,0xef75fb1c,0x97f08fcf,0x38d0000c,0x3000000f,0x7800001b,0xfbffc814,0xb07c05b0,0xebd409ec,0xbfbf18af,0xe907ceae,0x031fd209,0x0cded953,0x060a7000,0xf8600000,0x0002000f,0x67f93ff8,0xf0dfd4fe,0xff74fb0c,0x97f0afd0,0x38d0000c,0x4000000f,0x7700001b,0xfbffc714,0xb07c0590,0xe87408e9,0x5fc1188f,0xeb07aeb1,0x032fd209,0x0cddd993,0x080a7000,0xf8700000,0x0004000f,0x62f91ffa,0xf0afd2fe,0xff73fb0c,0x97f0cfd1,0x38d0000c,0x6000000f,0x7600001b,0xfbefc714,0xb07c0570,0xda8405db,0x8fc3189f,0xee077eb3,0x032fd209,0x0cdbda23,0x0a0aa000,0xf8800000,0x0006000f,0x5ff90ffa,0xf03fcffe,0xdf72fb2c,0x97f11fd0,0x38c0000c,0x7000000f,0x7500001b,0xfbcfc814,0xb07c0560 +}; + +u32 ANIM_ENTRY_bond_watch[] = +{ + 0x00000000,0x00000000,0x00000000,0x000ffffd,0xec210000,0x00400000,0xfdc00000,0x00000000,0x23000ffe,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ffffb,0xbc450000,0x00400000,0xfb600000,0x00000000,0x48000ffd,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ffef9,0x6c6a0000,0x00400000,0xf8f00000,0x00000000,0x6e000ffb,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ffef7,0x0c900000,0x00400000,0xf6600000,0x00000000,0x95000ffa,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ffdf4,0xacb70000,0x00400000,0xf3d00000,0x00000000,0xbd000ff8,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ffdf2,0x2cde0000,0x00400000,0xf1300000,0x00000000,0xe7000ff6,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ffcef,0xad070000,0x00400000,0xee800000,0x00000001,0x11000ff5,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ffced,0x1d300000,0x00400000,0xebc00000,0x00000001,0x3b000ff3,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ffbea,0x8d590000,0x00400000,0xe9000000,0x00000001,0x66000ff2,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ffae7,0xfd830000,0x00400000,0xe6400000,0x00000001,0x91000ff0,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ffae5,0x6dac0000,0x00400000,0xe3800000,0x00000001,0xbc000fee,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff9e2,0xddd50000,0x00400000,0xe0c00000,0x00000001,0xe7000fed,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff9e0,0x4dfe0000,0x00400000,0xde100000,0x00000002,0x12000feb,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff8dd,0xce270000,0x00400000,0xdb600000,0x00000002,0x3c000fe9,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff8db,0x5e4f0000,0x00400000,0xd8b00000,0x00000002,0x65000fe8,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff7d8,0xee760000,0x00400000,0xd6200000,0x00000002,0x8d000fe6,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff7d6,0x8e9b0000,0x00400000,0xd3a00000,0x00000002,0xb5000fe5,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff6d4,0x4ec00000,0x00400000,0xd1300000,0x00000002,0xdb000fe3,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff6d2,0x1ee40000,0x00400000,0xced00000,0x00000003,0x00000fe2,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff5cf,0xff060000,0x00400000,0xcc900000,0x00000003,0x23000fe0,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff5cd,0xff260000,0x00400000,0xca700000,0x00000003,0x44000fdf,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff5cc,0x1f440000,0x00400000,0xc8600000,0x00000003,0x64000fde,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff4ca,0x4f610000,0x00400000,0xc6800000,0x00000003,0x81000fdc,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff4c8,0xaf7b0000,0x00400000,0xc4d00000,0x00000003,0x9d000fdb,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff3c7,0x2f930000,0x00400000,0xc3300000,0x00000003,0xb5000fda,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff3c5,0xdfa90000,0x00400000,0xc1d00000,0x00000003,0xcb000fd9,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff3c4,0xafbb0000,0x00400000,0xc0900000,0x00000003,0xdf000fd8,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c3,0xbfcb0000,0x00400000,0xbf800000,0x00000003,0xef000fd7,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0xefd80000,0x00400000,0xbeb00000,0x00000003,0xfc000fd6,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbe100000,0x00000004,0x06000fd5,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbd900000,0x00000004,0x0e000fd5,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbd200000,0x00000004,0x15000fd4,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbcd00000,0x00000004,0x1a000fd4,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbc800000,0x00000004,0x1f000fd3,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbc400000,0x00000004,0x23000fd3,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbc100000,0x00000004,0x26000fd3,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbbf00000,0x00000004,0x28000fd3,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbbd00000,0x00000004,0x2a000fd2,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbbc00000,0x00000004,0x2b000fd2,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbbc00000,0x00000004,0x2b000fd2,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbbc00000,0x00000004,0x2b000fd2,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbbd00000,0x00000004,0x2a000fd2,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbbe00000,0x00000004,0x29000fd3,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbc000000,0x00000004,0x27000fd3,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbc200000,0x00000004,0x25000fd3,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbc400000,0x00000004,0x23000fd3,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbc600000,0x00000004,0x21000fd3,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbc900000,0x00000004,0x1e000fd3,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbcc00000,0x00000004,0x1b000fd4,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbce00000,0x00000004,0x19000fd4,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbd100000,0x00000004,0x16000fd4,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbd400000,0x00000004,0x13000fd4,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbd600000,0x00000004,0x11000fd5,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbd900000,0x00000004,0x0e000fd5,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbdb00000,0x00000004,0x0c000fd5,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbdd00000,0x00000004,0x0a000fd5,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbdf00000,0x00000004,0x09000fd5,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbe000000,0x00000004,0x07000fd5,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbe100000,0x00000004,0x07000fd5,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ff2c2,0x4fe20000,0x00400000,0xbe100000,0x00000004,0x06000fd5,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 ANIM_ENTRY_surrendering_armed[] = +{ + 0xff9fabff,0xd015075f,0xf8ff6011,0x05281583,0xd46c1e30,0x8e27e000,0xc3700000,0x0486000a,0xf80dcfec,0xe7103114,0xcf27fccc,0x65fdf04d,0x3c400011,0x8000000e,0xe0000fed,0xf3af9efe,0x20d10470,0xffafabff,0xc015073f,0xfaff700f,0x05081483,0x946b1e60,0x8a281000,0xc2d00000,0x0485000a,0xf40e7fe9,0xe7202d14,0x9f2bfc9c,0x67fe1052,0x3c600011,0xd000000e,0xd7000fed,0xf35f9dfe,0x30d60470,0xffefa9ff,0xa013071f,0xfafea012,0x05081083,0x446d1e70,0x87283000,0xc1b00000,0x0486000a,0xf50f9fe6,0xe7502f14,0x1f34fbec,0x69fe605e,0x3ca00012,0xb000000e,0xc8000fed,0xf2dfa5fe,0x50de0420,0x005fa8ff,0x9010074f,0xf8fd3013,0x05381283,0x14721dd0,0x82285000,0xbfcfff00,0x0488000b,0x0210fffc,0xe6b03a12,0x8f43fa8c,0x6bfec071,0x3cd00014,0x6000000e,0xae000fef,0xf21fb3fe,0x90eb03d0,0x009faaff,0x800d076f,0xf6fbf00f,0x05381982,0xe47c1c60,0x7b282000,0xbca00000,0x048f000b,0x19136026,0xe640480e,0x9f4ff91c,0x6ffef086,0x3d000016,0x9000000e,0x8b000ff3,0xf10fbafe,0xf0fc0370,0x007fafff,0x7010075f,0xf6faf008,0x05281d83,0x048a1980,0x6d27b000,0xb8900000,0x049b000b,0x4514a049,0xe6106808,0x0f5cf7dc,0x74ff2095,0x3d200019,0x5000000e,0x63000ff7,0xefcfbeff,0x51100330,0xffbfb5ff,0x3019073f,0xfcfa8006,0x04c81b83,0x849a14e0,0x5b278000,0xb4100000,0x04ae000b,0x9514c06d,0xe4e08b00,0x7f72f70c,0x79ff2098,0x3d50001c,0x7000000e,0x3d000ffd,0xee4fc6ff,0xc12402f0,0xfebfb8fe,0xf0230730,0x07fa5008,0x04a81184,0xa4bc0da0,0x5726a000,0xaf000000,0x04cc000c,0x231530a8,0xe510acf7,0x6f86f6ac,0x7cff6098,0x3db0001f,0x9000000e,0x13000004,0xecbfcf00,0x313a02b0,0xfdbfb6fe,0xe02b0740,0x0ffa000b,0x04a7ee88,0x051b02d0,0x7722e000,0xaaa00000,0x04e6000c,0xce1340ca,0xe5e0ddef,0x9f90f65c,0x7eff609d,0x3db00022,0xd000000d,0xe000000b,0xeb2fd000,0xc15102b0,0xfcdfb5fe,0xf02c0730,0x12faf00a,0x0447858d,0xd5ccf500,0xb51b1000,0xa8300000,0x04e0000d,0x6d0e40cf,0xe470fceb,0xaf99f5ac,0x7efef0a9,0x3d400026,0x4000000d,0xa6000013,0xe9afd301,0x41680340,0xfc1fb4ff,0x202e0700,0x12fc300a,0x0466db92,0xf6bae6b0,0xed104000,0xa8500000,0x04af000e,0x17082108,0xdfe0f8e8,0x9fa1f4dc,0x7cfec0b6,0x3cd00029,0xb000000d,0x6f00001a,0xe85fda01,0xf18303c0,0xfb3fb1ff,0x503606a0,0x11fc200f,0x04962194,0x07b5da01,0x08046000,0xab500000,0x0450000e,0xa0008135,0xd990f9e3,0xdfa2f46c,0x7bff00bb,0x3ca0002c,0xb000000d,0x42000022,0xe72fdd02,0xa19d03c0,0xfa3fafff,0x804205d0,0x10fbb017,0x04659b91,0x2883d051,0x0df98000,0xb2100000,0x03ba000f,0x15f86144,0xd3010fde,0x5f99f4ac,0x7ffec0ba,0x3c40002e,0xe000000d,0x1b00002a,0xe5dfcf03,0x31b20400,0xf99fb2ff,0xd04904e0,0x0cfc101f,0x04654c8e,0xa917c971,0x03f19000,0xbcb00000,0x0300000f,0x76f31138,0xcf1118d9,0xaf90f4fc,0x85fe00b9,0x3b800030,0x5000000c,0xfe000031,0xe4dfb603,0xa1c204a0,0xf92fb400,0x004a0470,0x09fce020,0x04850f8e,0x4979c4a0,0xfcec5000,0xc8300000,0x0250000f,0x9aeec135,0xcca115d7,0xcf8af53c,0x88fd80b9,0x3af00031,0x5000000c,0xe8000037,0xe40fa204,0x01cf0520,0xf8efb200,0x20460460,0x08fde020,0x0494dc8e,0xc9aec121,0x01e9a000,0xcf800000,0x01f1000f,0x99ec3140,0xcab122d7,0x6f86f57c,0x88fdf0b8,0x3b000032,0x0000000c,0xd800003c,0xe37f9f04,0x41d704e0,0xf8bfb100,0x60450450,0x05fe7025,0x04a4b78f,0x09c3bed1,0x07e91000,0xd1f00000,0x01ec000f,0xa2eac141,0xca0124d6,0x3f87f58c,0x85fed0b8,0x3b400032,0x7000000c,0xcd00003f,0xe30fa204,0x71db0400,0xf8cfb200,0x70410430,0x04fec028,0x0484ac8f,0x49c8be51,0x0ae93000,0xd2600000,0x0206000f,0x9eea513c,0xc9f123d5,0x7f88f56c,0x83ff90bb,0x3ba00032,0xd000000c,0xc5000041,0xe2cfa304,0x81de02f0,0xf8efb500,0x803a0430,0x01feb029,0x04c4ab90,0x09cbbef1,0x0ce99000,0xd3200000,0x0216000f,0xa0e9f131,0xcac126d5,0xcf8af52c,0x83fff0bd,0x3bf00033,0x2000000c,0xc0000043,0xe29fa104,0x91e00210,0xf8efba00,0x9037040f,0xfefef029,0x04f4b290,0xc9ccbfe1,0x12e9f000,0xd4100000,0x021a000f,0xa9e9712a,0xcc0126d6,0xdf8cf50c,0x840020bd,0x3c100033,0x8000000c,0xba000045,0xe25f9c04,0xb1e30190,0xf8bfbe00,0xc03903ef,0xfbff5023,0x04d4ba91,0x39cdc0f1,0x15ea1000,0xd4d00000,0x0216000f,0xb1e9811d,0xcbd120d7,0x5f8df50c,0x830000bd,0x3bf00033,0xc000000c,0xb5000046,0xe24f9704,0xb1e40140,0xf8bfbf00,0xe03b03cf,0xf9ff9024,0x04c4c191,0x89cdc1d1,0x18ea1000,0xd5300000,0x020e000f,0xbee9f108,0xcb8118d7,0xbf89f50c,0x84ffb0be,0x3bc00033,0xd000000c,0xb4000045,0xe24f9304,0xc1e60150,0xf8afc200,0xe03e039f,0xfaffa02b,0x04b4c791,0xd9c8c1c1,0x1ee9e000,0xd5100000,0x0209000f,0xcee9f0ed,0xcd3128d8,0xef86f50c,0x87fef0bd,0x3b500033,0xd000000c,0xb3000044,0xe26f8e04,0xd1e801f0,0xf87fc800,0xc044036f,0xfcff302d,0x0474c492,0x69c1c0f1,0x21e9b000,0xd4700000,0x0206000f,0xd4e9f0d9,0xd0013fda,0xcf86f51c,0x8bfdb0b8,0x3aa00033,0xe000000c,0xb2000043,0xe29f8404,0xe1e80320,0xf81fcf00,0xb04c035f,0xfeff9024,0x0424c493,0x59bac0a1,0x27e99000,0xd3700000,0x0202000f,0xd8ea80cc,0xd0e139db,0x2f7ff56c,0x93fc20b2,0x39c00033,0xf000000c,0xaf000042,0xe2af7104,0xc1e504b0,0xf7ffd700,0x804f0350,0x0100501b,0x0434c994,0x59b2c0f1,0x2ae99000,0xd2500000,0x01fc000f,0xdbeb80cf,0xd19126db,0x7f7af56c,0x9bfac0af,0x39000034,0x0000000c,0xac000042,0xe2bf5f04,0xb1e40610,0xf87fdb00,0x60490350,0x0300501a,0x0494d195,0x19aac121,0x2de99000,0xd1500000,0x01fb000f,0xdeec80cb,0xd1e114dc,0x4f83f4bc,0x98fb00b8,0x39600034,0x1000000c,0xad000041,0xe2cf6904,0xb1e30560,0xf92fd800,0x30410390,0x0400201f,0x04b4d895,0x99a4c0f1,0x31e99000,0xd0b00000,0x01fc000f,0xe0ec90c5,0xd22114dc,0xdf8ff3cc,0x91fc50c3,0x3a900034,0x1000000c,0xb2000041,0xe2cf8104,0xa1e20390,0xf96fd600,0x404003d0,0x01fff021,0x04c4da96,0x29a1c0b1,0x35e9a000,0xd0700000,0x01fc000f,0xe5eca0c2,0xd2911bdc,0xcf92f37c,0x90fcb0c7,0x3ae00034,0x0000000c,0xb3000040,0xe2ef8504,0xb1e40340,0xf93fd600,0x7046043f,0xfeffb01b,0x0494d896,0xb99fc0a1,0x34e9c000,0xd0400000,0x0200000f,0xe7ed90bb,0xd3211edc,0x9f94f39c,0x8efcc0c8,0x3aa00033,0xf000000c,0xb000003f,0xe30f8404,0xb1e30370,0xf94fd500,0x60490420,0x00ff701c,0x0474dd96,0xc997c041,0x36e98000,0xcfd00000,0x0208000f,0xeeee80ac,0xd38122dc,0x1f95f36c,0x8bfcc0cc,0x3ab00034,0x1000000c,0xad00003f,0xe30f8d04,0x81de0330,0xf97fd500,0x504803c0,0x02ff0020,0x0464e196,0xa98fbfe1,0x3ae93000,0xcf600000,0x0211000f,0xfbeee09c,0xd3f11ddc,0x0f8bf33c,0x92fb90d0,0x3a100034,0x3000000c,0xac000040,0xe2ff8404,0x91df0430,0xf96fd300,0x704b03b0,0x01fec025,0x0474df96,0x898cbf71,0x3de91000,0xcef00000,0x021c0000,0x04ef0093,0xd48119dc,0x5f80f35c,0x99fb00d0,0x39700034,0x3000000c,0xaa00003f,0xe31f7504,0x91e005a0,0xf98fcc00,0x804c03e0,0x01fed02b,0x0444db96,0x498bbec1,0x41e91000,0xcea00000,0x02290000,0x06ef408e,0xd4d11adb,0xff86f34c,0x91fc90d6,0x3a500034,0x4000000c,0xa800003e,0xe33f8a04,0x81de0470,0xfa0fc500,0x70450440,0x00ff0028,0x0454cd96,0x8991be61,0x40e94000,0xce900000,0x02330000,0x08ef8089,0xd4e11edb,0x5f8af29c,0x8cfe00e3,0x3b900034,0x7000000c,0xa400003f,0xe30fa204,0x91df0260,0xfa5fc500,0x703f042f,0xfbfef025,0x04a4be96,0xc99bbe51,0x3fe97000,0xceb00000,0x02370000,0x0deff07d,0xd49120da,0xdf7df26c,0x97fd90e8,0x3b500034,0x8000000c,0xa2000040,0xe2ff8e04,0xb1e302d0,0xfa3fc900,0x904103af,0xf7fed028,0x04d4af96,0xa9a2be31,0x3ee96000,0xced00000,0x023a0000,0x15f09072,0xd4a11cdb,0x2f77f28c,0x9dfce0e6,0x3ab00034,0x7000000c,0x9f000040,0xe2ef7804,0xb1e403b0,0xfa1fce00,0xb041033f,0xf3fed029,0x0504a196,0xb9a8be01,0x3ee99000,0xced00000,0x023f0000,0x13f0a075,0xd4c119db,0x6f79f26c,0x9bfc90e7,0x3a800034,0xe000000c,0x99000042,0xe2af7704,0xd1e70380,0xf9ffd500,0xb04002ff,0xf1ff4022,0x05149297,0x19aebdc1,0x3ee9c000,0xcef00000,0x02430000,0x06f0c083,0xd47116db,0x3f71f24c,0xa3fb90e6,0x39f00035,0x6000000c,0x91000043,0xe28f6204,0xf1ec0430,0xf9afd800,0xb04402cf,0xf0ff501e,0x04f48297,0x29b5bd41,0x3fe9e000,0xcf100000,0x0246000f,0xfdf1108f,0xd4610fdb,0x1f69f2ac,0xacfb20e1,0x39900035,0x7000000c,0x8f000043,0xe29f4b05,0x01ec04f0,0xf9cfd400,0xd03f02bf,0xefff3024,0x04d47997,0x09b5bcd1,0x45ea0000,0xcf100000,0x024d0000,0x06f090a1,0xd5210cdb,0x5f6ff28c,0xa6fc70e5,0x3a700035,0x7000000c,0x8f000043,0xe29f5b04,0xe1e90330,0xfa0fcf00,0xe03602bf,0xeeff702c,0x04d47397,0x09b1bcc1,0x4dea2000,0xced00000,0x02550000,0x0ff010a8,0xd4d108db,0xdf72f24c,0xa0fd60eb,0x3b300035,0x9000000c,0x8f000043,0xe28f6e04,0xf1ea01a0,0xf9dfd100,0xf036027f,0xedff902e,0x04c46a97,0x29b0bca1,0x52ea2000,0xcea00000,0x02570000,0x10f020ae,0xd4a10cdc,0x0f6bf29c,0xa5fcc0e5,0x3a900035,0x9000000c,0x8d000043,0xe29f5e05,0x11ee02d0,0xf97fd501,0x003a029f,0xecff4027,0x04c46497,0x59b1bc91,0x50ea3000,0xce400000,0x025b0000,0x0df100b2,0xd63111dc,0x9f65f31c,0xaafc40df,0x3a000035,0x8000000c,0x88000043,0xe29f4d05,0x11ee03f0,0xf96fd801,0x003902af,0xedff7024,0x04a46197,0x89b1bca1,0x4cea5000,0xcd900000,0x025e000f,0xfdf3009d,0xd7110add,0x2f67f30c,0xaafc20de,0x3a200035,0xb000000c,0x85000044,0xe26f4d05,0x21ef0390,0xf95fdb00,0xf03602bf,0xeeffd026,0x04846297,0xb9afbcd1,0x4cea6000,0xcd100000,0x025f000f,0xf3f4008c,0xd74108dd,0x6f69f30c,0xaafc00dd,0x3a100035,0xd000000c,0x84000045,0xe24f4a05,0x31f10360,0xf95fda01,0x103302ff,0xedffc022,0x04b46697,0xe9afbce1,0x4cea8000,0xcce00000,0x0260000f,0xf8f3c08f,0xd7310bdd,0x4f6df31c,0xa7fc50dd,0x3a200035,0xc000000c,0x84000046,0xe24f4b05,0x21f00330,0xf97fd601,0x1031033f,0xecfff01f,0x04b46b97,0xd9afbcc1,0x4eea9000,0xccf00000,0x0260000f,0xfdf3508d,0xd6e10bdd,0x0f6cf30c,0xa6fc90e0,0x3a600035,0xd000000c,0x85000046,0xe22f4f05,0x21f002d0,0xf96fd501,0x1032031f,0xee004020,0x04646f97,0x89aebc81,0x53ea6000,0xcd200000,0x0260000f,0xfbf34089,0xd71104dd,0x2f66f31c,0xaafc20df,0x3a100035,0xa000000c,0x86000046,0xe22f4d05,0x21f10370,0xf94fd501,0x003602bf,0xf1002026,0x04347197,0x29aabc61,0x57ea3000,0xcd000000,0x0263000f,0xf9f3508c,0xd780fadd,0x6f66f33c,0xa9fc20de,0x3a100035,0x6000000c,0x87000045,0xe25f5005,0x11ee0390,0xf92fd400,0xf03b024f,0xf5ffd02f,0x04047096,0xc9a8bc51,0x5bea0000,0xcce00000,0x0269000f,0xfbf2a08e,0xd7b0f5dd,0x9f6ef35c,0xa4fc50db,0x3a500035,0x4000000c,0x8b000045,0xe25f5c05,0x01ed0320,0xf93fd200,0xe03c022f,0xf8ffd032,0x03f46c96,0xa9a6bc41,0x5de9d000,0xccf00000,0x026d000f,0xfcf2108e,0xd7d0f8dd,0xaf75f35c,0xa1fc80db,0x3a800035,0x3000000c,0x8d000045,0xe25f6505,0x11ef0330,0xf95fcd00,0xd03b027f,0xfaffc02b,0x03f46796,0xd9a6bc41,0x5ae9e000,0xcd400000,0x026f0000,0x02f1b095,0xd840ffdd,0xef85f33c,0x95fd90dd,0x3b300034,0xe000000c,0x90000044,0xe26f7d05,0x01ed0250,0xf9afc900,0xb03602cf,0xfbff9029,0x04146797,0x19a7bc31,0x58ea0000,0xcd700000,0x02710000,0x09f150a8,0xd8b10dde,0x1f96f2dc,0x8afec0e1,0x3c200034,0xd000000c,0x93000044,0xe26f9c05,0x01ed00e0,0xf9efca00,0x903202bf,0xfaffa02a,0x04646997,0x59a7bc21,0x58ea3000,0xcd100000,0x0272000f,0xfef2009e,0xd8710fdd,0xff98f28c,0x8dfe60e4,0x3c200034,0xf000000c,0x94000045,0xe26f9c05,0x11ee0120,0xf9bfcf00,0x9034029f,0xf7ffa028,0x04b46697,0x99a9bc31,0x58ea7000,0xcc900000,0x026f000f,0xeef3507b,0xd7f10bdd,0xcf98f28c,0x90fda0e1,0x3ba00034,0xf000000c,0x91000044,0xe26f9005,0x21f00220,0xf98fd200,0x9037028f,0xf5000024,0x04846997,0xe9a8bc51,0x5bea9000,0xcc800000,0x026d000f,0xeff33073,0xd76102dd,0x5f99f29c,0x91fd70df,0x3ba00035,0x2000000c,0x90000045,0xe25f9105,0x21f10210,0xf93fd400,0xa039026f,0xf5006021,0x04347098,0x29a4bc91,0x5eea8000,0xccb00000,0x026d000f,0xeff2d079,0xd760fedd,0x1f91f2ec,0x97fcd0da,0x3b400035,0x6000000c,0x8f000045,0xe25f8505,0x31f30290,0xf8dfd300,0xb03d025f,0xf5004026,0x04347798,0x299fbcd1,0x62ea6000,0xccc00000,0x026e000f,0xeff2607c,0xd780fddd,0x1f88f36c,0x9efca0d5,0x3af00035,0x6000000c,0x8c000044,0xe26f7505,0x31f20320,0xf8efd200,0xe03b025f,0xf2ffe02b,0x04547998,0x299cbd11,0x64ea6000,0xcca00000,0x0272000f,0xeef1c07f,0xd77101dd,0x2f90f37c,0x96fdb0d7,0x3b700035,0x5000000c,0x89000043,0xe28f7f05,0x11ef01f0,0xf92fd001,0x1036027f,0xeffff02a,0x04447d98,0x399abd31,0x64ea8000,0xcc900000,0x0278000f,0xecf1f081,0xd78104dd,0x1f99f32c,0x8dfe70dc,0x3bf00035,0x9000000c,0x89000044,0xe27f8a05,0x21f100b0,0xf93fd201,0x3033029f,0xed005025,0x04347f98,0x7998bd61,0x63eaa000,0xccb00000,0x0279000f,0xecf21081,0xd75102dc,0xef8ff33c,0x92fde0db,0x3b800035,0x9000000c,0x88000044,0xe26f7c05,0x41f30170,0xf92fd501,0x4033024f,0xeb008028,0x04248198,0x8995bd61,0x66eaa000,0xccd00000,0x0279000f,0xedf16083,0xd74103dc,0xaf86f35c,0x98fd60da,0x3af00035,0x8000000c,0x85000046,0xe23f6d05,0x31f20230,0xf93fd401,0x5030022f,0xeb00802c,0x04148298,0x9992bd91,0x68ea8000,0xccb00000,0x0279000f,0xeef0d085,0xd6f107dc,0x6f87f34c,0x96fd80dc,0x3b200035,0x8000000c,0x85000046,0xe23f6e05,0x21f001a0,0xf94fd201,0x4030024f,0xec006030,0x04448198,0xa993bdb1,0x66ea8000,0xcc900000,0x0278000f,0xebf12084,0xd6d10adc,0x7f87f35c,0x97fd90dc,0x3b300035,0x8000000c,0x85000046,0xe23f6f05,0x31f301b0,0xf91fd201,0x5033024f,0xec00502d,0x04547f98,0x9995bda1,0x66ea6000,0xcc700000,0x0277000f,0xeef15080,0xd72108dc,0xdf85f38c,0x98fd70d9,0x3b000035,0x8000000c,0x84000046,0xe23f6b05,0x41f40240,0xf8ffd001,0x4036026f,0xed008028,0x04347f98,0x6996bd91,0x66ea5000,0xcc400000,0x0279000f,0xedf12081,0xd73108dc,0xcf88f3bc,0x97fdc0d9,0x3b500035,0x8000000c,0x84000046,0xe24f7205,0x31f101d0,0xf8efcc01,0x3038025f,0xf000b029,0x04248198,0x2993bd81,0x68ea3000,0xcc100000,0x027c000f,0xeaf0f083,0xd6810cdc,0x3f85f3dc,0x98fdc0d7,0x3b500035,0xa000000c,0x85000046,0xe24f7705,0x21f001b0,0xf8cfcd01,0x203a023f,0xf200b029,0x04348198,0x3992bda1,0x69ea2000,0xcc200000,0x027f000f,0xf4f04093,0xd6010cdc,0x1f81f3fc,0x9cfd10d5,0x3ae00035,0xb000000c,0x83000046,0xe23f6f05,0x21f102b0,0xf8efcd01,0x2037027f,0xf100b023,0x04248098,0x8994bdf1,0x67ea6000,0xcc400000,0x0282000f,0xffef70b0,0xd5d10adc,0x1f83f3ec,0x9bfd50d8,0x3b100035,0x8000000c,0x82000046,0xe23f7305,0x21f002c0,0xf93fc901,0x303202cf,0xef00e01d,0x03d48198,0xa995be11,0x67ea9000,0xcc500000,0x0282000f,0xfdef80b7,0xd56110db,0xbf88f39c,0x95fe00dd,0x3b900035,0x8000000c,0x82000047,0xe21f8005,0x21f101d0,0xf94fc701,0x3032027f,0xee00d023,0x03c48698,0x4992bdb1,0x6dea6000,0xcc800000,0x0280000f,0xfeefc0b2,0xd5a112db,0xcf84f39c,0x98fdc0dd,0x3b600035,0x9000000c,0x84000048,0xe1ef7d05,0x41f40220,0xf91fc701,0x3037022f,0xef00c02c,0x03d48b97,0xf98fbd91,0x70ea3000,0xcca00000,0x02800000,0x01efa0ac,0xd5e109dc,0x2f7ef3dc,0x9dfd40d9,0x3b000035,0x8000000c,0x84000048,0xe1ff7105,0x31f202f0,0xf90fc801,0x2039023f,0xf100b030,0x03d48c97,0xf98fbdb1,0x6dea3000,0xccc00000,0x0282000f,0xfeefb0ad,0xd5c10adc,0x2f8af3cc,0x96fde0da,0x3b600035,0x8000000c,0x84000046,0xe22f7f05,0x21f00250,0xf94fc901,0x1036024f,0xf300d02d,0x03e48d98,0x298dbda1,0x6bea4000,0xccc00000,0x0284000f,0xfbf000b0,0xd63113dc,0x6f99f33c,0x8cfe80e0,0x3c200035,0xc000000c,0x84000046,0xe23f9605,0x31f200e0,0xf93fca01,0x0037027f,0xf4014028,0x04148f98,0x598dbd91,0x6bea5000,0xcce00000,0x0285000f,0xfcf010ac,0xd67118dc,0x9f8ff35c,0x93fe10dd,0x3bc00035,0xf000000c,0x83000046,0xe22f8b05,0x41f30180,0xf8dfca01,0x203c026f,0xf401b029,0x04249398,0x798abdb1,0x6eea5000,0xcd000000,0x0284000f,0xfef010a9,0xd63119dc,0x7f7bf3fc,0x9ffd20d7,0x3ac00035,0xd000000c,0x81000047,0xe21f6c05,0x21f00360,0xf8afcb01,0x403e023f,0xf401902e,0x04149998,0x5986bdf1,0x70ea5000,0xcd000000,0x0286000f,0xfdefd0a9,0xd63116dc,0xaf79f43c,0xa0fd30d5,0x3a900035,0xb000000c,0x7f000046,0xe22f6404,0xf1eb0360,0xf8dfcd01,0x503a024f,0xf301202d,0x04549c98,0x8985be51,0x6eea8000,0xccf00000,0x0287000f,0xfdef40a8,0xd67117dc,0xaf83f3fc,0x97fdc0d8,0x3b000035,0xb000000c,0x80000047,0xe22f6f05,0x01ed0240,0xf90fd001,0x6036026f,0xf2014025,0x04349b98,0xe985beb1,0x6beaa000,0xcd000000,0x02860000,0x01ef30a8,0xd6911cdc,0x8f86f3bc,0x94fdc0d8,0x3af00035,0xa000000c,0x83000047,0xe20f6e05,0x31f20200,0xf92fce01,0x5035028f,0xf4013021,0x03e49c98,0xf985beb1,0x6ceab000,0xccd00000,0x0284000f,0xfeefa0a0,0xd6c11adc,0x9f84f3bc,0x96fe00d9,0x3b200035,0x7000000c,0x86000047,0xe21f6d05,0x21f10200,0xf93fca01,0x4035028f,0xf600e027,0x04049e98,0xa986be91,0x6feaa000,0xcc500000,0x0284000f,0xedf0e08c,0xd67116dc,0x9f8bf39c,0x91fe90db,0x3b900035,0x6000000c,0x87000045,0xe24f7b04,0xf1eb0130 +}; + +u32 ANIM_ENTRY_surrendering_armed_drop_weapon[] = +{ + 0xfe9f85ff,0xc034092f,0xe902402b,0x083f4607,0x4c852781,0x07281000,0xb7900000,0x04f4000a,0xe6ef5f78,0xe780070c,0x0ee3004c,0x44fc8007,0x3d60000b,0x6000000f,0x7a000000,0xf71fcafe,0x30650290,0xfeff84ff,0x504c0a5f,0xedff6019,0x088f5707,0x8c8a2640,0xf3278000,0xb3f00000,0x0507000a,0xd7ef5f7d,0xe790140c,0x2ee1fdfc,0x5afe102d,0x3e00000f,0x1000000f,0x44000000,0xf5bfc8fe,0x60760120,0xff4f7ffe,0xe0670abf,0xeffbe019,0x091f5308,0x9c8a2630,0xef26e000,0xaf100000,0x0519000a,0xc5ef7f7a,0xe6c0270b,0xbed2fc4c,0x70ff0052,0x3eb00011,0xd000000f,0x09000000,0xf4ffd2fe,0x908a0050,0xff0f83fe,0xe08c0c3f,0xf4f7f001,0x095f7d05,0x9cac2381,0x00235000,0xac900000,0x051f000a,0xaceeaf7f,0xe3a03e0e,0x0ee8fabc,0x76ffc070,0x3ed00014,0x9000000e,0xd2000000,0xf42fc1fe,0xc09dffa0,0xff8f7ffe,0xa09b0d1f,0xfbf5affb,0x071f9efc,0x5cdc1f91,0x621cc000,0xaf400000,0x04c4000a,0xc7ed3f77,0xe2c0a119,0x2eeef86c,0x82004093,0x3f500017,0x2000000e,0xac000000,0xf38fb1fe,0xc0a3ff90,0xffbf90fe,0xa0a50b6f,0xfef6a00b,0x059fb3ec,0xcd211c22,0x20169000,0xba300000,0x03b4000b,0x81ea8ef8,0xe541291a,0xbefcf60c,0x8aff20b0,0x3f200019,0xe000000e,0x88000000,0xf2ffb3fe,0xe0afff80,0xff6f9afe,0xd0b60a4f,0xfdf8200f,0x069f95db,0xcd7917d2,0xbd114000,0xcef00000,0x0255000c,0xafea1ddc,0xef504f10,0xfef4f4fc,0x90fe30c9,0x3ea0001b,0x2000000e,0x5f000000,0xf33fc1fe,0xf0b4ffe0,0xff4fa7ff,0x40c3092f,0xeaf89008,0x071f2acd,0x7e3e0ea3,0x4c109000,0xe9a00000,0x00ab000d,0xb5fc0d7f,0x061fa404,0xbeecf3ec,0x94fde0df,0x3e10001c,0x4000000e,0x40000000,0xf3bfd8fe,0xf0b6ff10,0xfeffc5fe,0xe0d4088f,0xedf4fff4,0x07cdaac5,0xbfb1f273,0x59fdf000,0xf8700000,0x001e000d,0xbf099ddd,0x08cfd702,0x8f0af32c,0x92fca0db,0x3de0001c,0xd000000e,0x3b000000,0xf40fd4fe,0xe0b3ff20,0xff6fd9fe,0x10cb075f,0xf9f4dff2,0x074d09c5,0x7086ec53,0x37f5b000,0xf8a00000,0x003b000d,0x2afb9e28,0x014fd907,0x0f2df1cc,0x93fab0de,0x3e00001d,0xb000000e,0x39000000,0xf42fc5fe,0xe0b3ff50,0xff4fcffd,0x80c20890,0x0bf70fe9,0x062e19c5,0xbfaaef73,0x11f5c000,0xefa00000,0x0067000c,0xfaf92e3d,0x00200d05,0xff2ff23c,0x97fb60d6,0x3e80001d,0xc000000e,0x40000000,0xf41fb6fe,0xc0abff90,0xfe7fb7fd,0xb0bf0960,0x0afa5ff3,0x05af01c7,0x7ed2f463,0x04f75000,0xe8000000,0x007c000d,0x57fb9e55,0x03a01103,0xef21f3ec,0x92fce0c1,0x3e90001d,0x5000000e,0x4f000000,0xf49fb2fe,0x909cff70,0xfdbfa6fe,0x30ba08f0,0x02fdc006,0x060f70ca,0x7e67fa13,0x0ffb7000,0xe4200000,0x0076000d,0xeffdfe60,0x07401302,0x2f15f52c,0x88fde0af,0x3e20001d,0x1000000e,0x5f000000,0xf5bfb3fe,0x608affa0,0xfd8f9bfe,0x80ae084f,0xfd000017,0x061facce,0x5e390003,0x19021000,0xe1b00000,0x0075000e,0x54035e44,0x08d01d02,0x2f0df58c,0x85fe20a6,0x3da0001c,0xf000000e,0x70000000,0xf6efb7fe,0x20760020,0xfdcf91fe,0x70a007df,0xff00b029,0x05aff3d2,0x1e1b0553,0x12080000,0xdf500000,0x0093000e,0x45047e34,0x09201303,0xaf04f55c,0x88fe10a6,0x3d80001d,0x1000000e,0x7e000000,0xf75fbefd,0xf06600c0,0xfdef84fe,0x30a00830,0x01ff8034,0x061045d4,0xde1b0832,0xf70a5000,0xdce00000,0x00cb000e,0x37041e43,0x0a300104,0xfef4f58c,0x8ffe50a6,0x3db0001d,0x3000000e,0x86000000,0xf70fc5fd,0xe0610130,0xfd6f78fe,0x10b208d0,0x01fd3034,0x06908bd6,0xae4008d2,0xcc0a1000,0xda400000,0x0118000e,0x73099e34,0x0d2ff305,0x7ee5f5fc,0x93fec0a7,0x3dc0001d,0x9000000e,0x7e000000,0xf66fc7fd,0xf0680190,0xfccf6ffe,0x50c709bf,0xfcfab02a,0x0680c1d8,0x0e6a0932,0x9c0a7000,0xd7000000,0x016a000e,0xbd0e8e0d,0x106ffb05,0x3edaf5fc,0x92ff10b4,0x3d90001e,0xb000000e,0x5c000000,0xf56fc5fe,0x308301c0,0xfc6f68fe,0xb0d40a2f,0xf5f88025,0x0660d0d9,0xae920992,0x770b8000,0xd3900000,0x01b7000e,0xef11cde8,0x11102205,0xbed1f56c,0x91ff60ce,0x3d400020,0x1000000e,0x26000000,0xf42fc3fe,0xa0a801d0,0xfc4f62ff,0x00db09bf,0xf1f7302c,0x05d0addb,0xfeb10922,0x5e0c0000,0xd0c00000,0x020d000f,0x0a138dcc,0x11d02606,0x0ecdf4ac,0x90ff90e8,0x3d000021,0x9000000d,0xe4000000,0xf30fbdff,0x10cd02f0,0xfbdf5bff,0x30e4096f,0xf4f69033,0x058073de,0x6eba0752,0x4a0bb000,0xce400000,0x0256000f,0x04126dd7,0x16701705,0x9ecbf3fc,0x940030f6,0x3d100023,0x4000000d,0xa5000000,0xf26fb4ff,0x60e803d0,0xfb5f56ff,0x80ed098f,0xfaf6a031,0x04f033e0,0x2ebc04b2,0x370ac000,0xcc500000,0x0285000f,0x1212edfd,0x1a001403,0xaec9f37c,0x980160f5,0x3d500024,0xb000000d,0x7f000000,0xf29fb4ff,0x80f30370,0xfacf5a00,0x00f509bf,0xfef6e027,0x042ff0e1,0x2ec40152,0x24092000,0xcb300000,0x029c000f,0x28124e30,0x1a002d02,0xcecaf32c,0x970240e7,0x3d100025,0x4000000d,0x82000000,0xf34fb8ff,0x90fc02d0,0xfa8f6700,0x90fb0970,0x01f6e01c,0x033fafe1,0xeed9fd62,0x11073000,0xca400000,0x02a4000f,0x25112e54,0x1b004403,0x0ecef2bc,0x930210d8,0x3cb00025,0x4000000d,0x9e000000,0xf3efc0ff,0xb1060220,0xfaaf7d00,0xe0fe0890,0x01f6a01a,0x028f73e2,0xcefcf931,0xfe052000,0xc9900000,0x02a7000f,0x25118e78,0x1d904803,0x8ed1f1cc,0x950140d4,0x3cb00025,0x5000000d,0xb0000000,0xf47fd2ff,0xc10c00f0,0xfabf9701,0x010207b0,0x02f5d016,0x02df3ce3,0x1f24f4c1,0xe9032000,0xc9300000,0x02a1000f,0x2110ae7c,0x1f703e04,0xeed4f0ec,0x9b00b0db,0x3ce00025,0x4000000d,0xb2000000,0xf4aff4ff,0xb108ff70,0xfa8fb401,0x210706f0,0x02f5a009,0x037f09e2,0xaf46f091,0xd001c000,0xc8d00000,0x029f000f,0x28105e67,0x1fb02205,0x5edcf0cc,0x9cffb0de,0x3cb00025,0x4000000d,0xaf000000,0xf3a016ff,0xa104feb0,0xfa3fcc01,0x1102065f,0xfff67ff9,0x040edbe2,0x2f5feca1,0xb7016000,0xc8600000,0x02a5000f,0x50117e56,0x1f100b05,0x3eeff11c,0x9dfe30df,0x3c500026,0x5000000d,0xac000000,0xf1d01cff,0xa103feb0,0xfa1fdb00,0xd0f5056f,0xfaf77ff3,0x049e9fe2,0x4f7fe841,0xa800b000,0xc8600000,0x02ac000f,0x8311ee44,0x1ef01706,0x4f02f18c,0xa5fd90e5,0x3c800029,0x3000000d,0xa5000000,0xf04022ff,0x9102fe60,0xf9dfe200,0x90ea049f,0xf6f82ff3,0x04ee55e2,0xaface3a1,0xa1ff0000,0xc8800000,0x02ad000f,0xb5120e41,0x1ef02d05,0xff13f27c,0xacfd90eb,0x3ce0002c,0x8000000d,0xa0000000,0xefa035ff,0x80fefdf0,0xf96fe300,0x60e3046f,0xf4f8fff2,0x04be09e2,0x9fdadef1,0x99fd0000,0xc8900000,0x02ab000f,0xc8114e62,0x1ee03304,0x3f24f43c,0xabfdb0ed,0x3d20002e,0xa000000d,0xa2000000,0xef8043ff,0x70fafdb0,0xf8ffe100,0x40df043f,0xf2f9cff5,0x047dc3e2,0x6000d9b1,0x9afb2000,0xc8400000,0x02a7000f,0x850f0e9a,0x1f203603,0x4f36f6ac,0xa0fde0eb,0x3d30002e,0x3000000d,0xaa000000,0xeeb048ff,0x60f4fdf0,0xf8bfdb00,0x10d7039f,0xeffab001,0x048d93e2,0x3016d501,0xb1fa2000,0xc7f00000,0x02ab000f,0x440c5ec7,0x1e503a03,0x0f3df90c,0x91fe00f2,0x3d30002b,0x1000000d,0xad000000,0xecc048ff,0x40ecfe70,0xf88fd2ff,0xe0d3038f,0xeffb4009,0x056d6ee1,0x302bd191,0xc8f99000,0xc8000000,0x02b8000f,0x340abec3,0x1c604802,0x6f32fa0c,0x86fe2101,0x3d400028,0x5000000d,0xaa000000,0xeaf036ff,0x20e3ff00,0xf88fcfff,0xb0d303ff,0xf2fba004,0x060d4bdf,0xc04dcf91,0xcbf8f000,0xc8a00000,0x02c5000f,0x400a7eaa,0x1b605302,0x3f36f8ec,0x7efde117,0x3d300028,0x3000000d,0xa2000000,0xea7018ff,0x00daff90,0xf8afc9ff,0x80cf04cf,0xf6fc0ffa,0x05fd2dde,0x906fcee1,0xc3f8a000,0xc9800000,0x02cc000f,0x720cee8f,0x1c105702,0x3f40f77c,0x7afd5128,0x3cf00028,0xc000000d,0x9f000000,0xea9004fe,0xf0da0050,0xf84fb8ff,0x60ce05cf,0xfdfcaffb,0x05fd27de,0x9083cf41,0xbff86000,0xca900000,0x02c6000f,0x9e0e3e98,0x1c604e02,0x0f35f77c,0x7cfda12b,0x3d400028,0x8000000d,0x9e000000,0xeb1ffeff,0x10e400c0,0xf7afabff,0x50c90650,0x02fd9000,0x060d3cde,0xe08cd0c1,0xbcf86000,0xcbc00000,0x02b5000f,0x930d3ea5,0x1bc05201,0xbf2df7ec,0x7ffe2120,0x3d800028,0x0000000d,0x89000000,0xeb9ff7ff,0x50f400c0,0xf77facff,0x60b70690,0x01ff3ff9,0x061d5bde,0xa08fd2b1,0xb7f8f000,0xcca00000,0x029f000f,0x770c6ea0,0x1b805e01,0x9f33f7dc,0x7bfe4114,0x3d400027,0x7000000d,0x5a000000,0xebdfeaff,0x81070060,0xf79fb4ff,0x909b06bf,0xfc00ffeb,0x062d7ede,0x3087d441,0xb4f9c000,0xcd200000,0x028b000f,0x7a0c4ea1,0x1bd05900,0xef42f7ac,0x71fe0104,0x3c800026,0x7000000d,0x25000000,0xec0fe1ff,0xc118ff90,0xf7cfb7ff,0xe07f071f,0xf7022fe0,0x064d9edd,0xd07ed561,0xb5fa7000,0xcdc00000,0x027a000f,0x900c5ea9,0x1c1053ff,0xaf4ef7cc,0x67fe10ec,0x3c100024,0xf000000c,0xfe000000,0xec5fd9ff,0xd120feb0,0xf7dfb100,0x306b080f,0xf7032fd5,0x063dabdd,0xa075d621,0xb3fac000,0xce000000,0x0273000f,0xa40caea7,0x1d005601,0xaf4ff83c,0x62ff00cc,0x3c100023,0x9000000c,0xec000000,0xeccfd6ff,0xc11bfe60,0xf7dfad00,0x705f08df,0xf6045fca,0x05ad9ddd,0x706dd631,0xadfa9000,0xcd900000,0x0276000f,0x990c1e93,0x1d105403,0xcf51f87c,0x5f0020a6,0x3be00022,0x7000000c,0xf4000000,0xed2fd3ff,0x6103fee0,0xf82fb100,0xa05308cf,0xf304efcc,0x053d7cdd,0xb06ed561,0xabf9e000,0xcd100000,0x027d000f,0x4a09de8d,0x1c204b03,0xdf54f7ec,0x6000b07f,0x3ba00022,0x1000000d,0x24000000,0xed5fd1ff,0x50ffff50,0xf84fb900,0xd053089f,0xee047fce,0x051d49de,0x0084d3b1,0xa5f8a000,0xccb00000,0x0287000e,0xeb070eac,0x1b804603,0x4f55f6ec,0x6600f054,0x3b800022,0xa000000d,0x6f000000,0xedafd600,0x1135ffa0,0xf85fc001,0x005d08af,0xeb03dfcb,0x04ed09de,0x50a5d181,0x99f72000,0xcc800000,0x0295000e,0xe7073eb6,0x1ba04902,0x9f55f5ac,0x70004039,0x3bb00023,0xc000000d,0xa5000000,0xee0fdf01,0x1171fff0,0xf8afc201,0x1066087f,0xec02ffd0,0x048cdadf,0x70b9cf11,0x93f5a000,0xcc200000,0x02a8000f,0x3709ceb2,0x1c804302,0x6f52f41c,0x7aff9043,0x3c300024,0xc000000d,0xb0000000,0xee9fe301,0x818bffc0,0xf8dfc101,0x1070081f,0xf001afdd,0x045cc9e1,0x20beccf1,0x96f44000,0xcb500000,0x02bf000f,0x7c0aceba,0x1d304301,0xef4ef31c,0x83ff905a,0x3ca00024,0xe000000d,0xa0000000,0xefdfe501,0x918dff90,0xf88fc501,0x407d07af,0xef013fe5,0x03fcc5e2,0xb0c3cb91,0x98f37000,0xca700000,0x02d0000f,0x860a0eb5,0x1d404701,0x7f4ef31c,0x86fec05d,0x3cb00024,0x3000000d,0x9d000000,0xf0ffec01,0x71880010,0xf83fd301,0x808606ff,0xe9014fea,0x03eccce3,0xd0cccab1,0x9ff2f000,0xc9d00000,0x02d7000f,0x7309ceb4,0x1c404000,0xff4ff34c,0x86fdc059,0x3ca00023,0x4000000d,0xa4000000,0xf1dff801,0x51820020,0xf86fe001,0xd07f060f,0xe1026feb,0x03dce8e4,0x40caca41,0xb9f28000,0xca100000,0x02d8000f,0x980aaef5,0x1ab03600,0x8f4df2fc,0x85fd7061,0x3cb00022,0x7000000d,0xa6000000,0xf2d00301,0x517fffa0,0xf83fe602,0x107d060f,0xe2037fe5,0x040d09e3,0x50bdcab1,0xd5f1d000,0xcae00000,0x02d2000f,0xd80b4f13,0x1a703300,0xdf44f31c,0x86fd8066,0x3cc00021,0xa000000d,0xa4000000,0xf3d00f01,0x417dff50,0xf7efea02,0x307f066f,0xe6038fe1,0x041d32e1,0xf0aacba1,0xe7f14000,0xcb200000,0x02cd000f,0xf40bdef4,0x1c202802,0x3f3df38c,0x88fda065,0x3ce00020,0xd000000d,0xa6000000,0xf4801b01,0x3179ff50,0xf77ff502,0x3086065f,0xe702dfdc,0x044d54e1,0x009dccb1,0xe9f14000,0xcac00000,0x02d3000f,0xf70c6ee0,0x1e102103,0x0f3cf39c,0x89fd5062,0x3d100020,0x8000000d,0xa7000000,0xf4e02501,0x317aff40,0xf7600602,0x308a060f,0xe5025fd6,0x044d61e0,0x8098cd71,0xdbf1c000,0xca200000,0x02df000f,0xe30baeee,0x1f402303,0x4f3ff30c,0x8afcb066,0x3d200020,0x8000000d,0xa4000000,0xf5002d01,0x417cff30,0xf7701402,0x308c05cf,0xe4024fce,0x043d59e0,0x7096cd81,0xc5f24000,0xc9600000,0x02ea000f,0xc10b4f09,0x20a01703,0x4f3bf25c,0x8ffc406f,0x3d200020,0xd000000d,0x9e000000,0xf5003101,0x517fff10,0xf7301e02,0x4093054f,0xe0026fcd,0x046d49e1,0x1094ccd1,0xb6f28000,0xc9100000,0x02ee000f,0xb50beef7,0x21400e02,0xef36f22c,0x91fc0070,0x3d200021,0x2000000d,0x99000000,0xf4e02701,0x6181fed0,0xf6902502,0x609e04df,0xde02afd2,0x044d37e1,0xe094cbd1,0xacf27000,0xc9100000,0x02eb000f,0xb20beee2,0x21501002,0xdf38f25c,0x93fbd06d,0x3d100021,0xf000000d,0x90000000,0xf4801d01,0x7184fed0,0xf6202702,0x60a1047f,0xde030fd7,0x040d2ce2,0x8091cb31,0xa5f25000,0xc9300000,0x02e9000f,0xae0bfee3,0x21a00c02,0xdf40f25c,0x99fbc070,0x3d100024,0x2000000d,0x82000000,0xf3b01e01,0x7186fed0,0xf5c02002,0x60a4048f,0xe2037fde,0x03ad21e2,0xf08dcad1,0xa4f24000,0xc9200000,0x02ec000f,0xaa0c0edd,0x219ffc02,0xcf49f26c,0xa1fc2073,0x3d100027,0xb000000d,0x72000000,0xf2301a01,0x918bff00,0xf5701602,0x70a304bf,0xe603dfe8,0x039d18e3,0x6088ca91,0xa7f23000,0xc8900000,0x02ef000f,0xae0c2ed8,0x214ff702,0xcf55f2bc,0xa7fc8079,0x3d00002b,0xb000000d,0x61000000,0xf0301301,0xd194ff90,0xf5300b02,0x60a404bf,0xeb03cff3,0x035d12e4,0x2080ca61,0xa8f24000,0xc7200000,0x02f7000f,0xad0d1ed6,0x217ffb02,0xff68f32c,0xa8fcf082,0x3d100030,0x0000000d,0x4b000000,0xeee01902,0x019d0020,0xf4e00202,0x30ac04ef,0xf302affa,0x033d05e5,0x107ac9f1,0x97f20000,0xc5400000,0x0304000f,0x9e0e8ec9,0x21d00003,0x0f7df3ec,0xa4fde08b,0x3d700034,0x4000000d,0x33000000,0xef402c02,0x31a3ffe0,0xf4eff801,0xe0b904df,0xff010006,0x035cf2e7,0x2076c8f1,0x7bf1a000,0xc3000000,0x031d000f,0x870efebe,0x21bfff03,0x1f8bf4cc,0x9bfee09e,0x3df00036,0x7000000d,0x19000000,0xef702d02,0x51a7ff30,0xf58ff101,0x60bd0420,0x0effe013,0x034ce2e9,0xb071c801,0x6bf21000,0xc1a00000,0x0340000f,0x850eaecf,0x21cfff02,0xbf8ff56c,0x90fef0bf,0x3e000035,0xa000000c,0xf9000000,0xec201002,0x91afffd0,0xf63fea00,0xf0be03c0,0x18ff3017,0x035cd2eb,0x3070c761,0x5ff2f000,0xc1a00000,0x0356000f,0x8e0e8ee1,0x21b00202,0x4f8cf60c,0x88ff10de,0x3df00034,0x0000000c,0xd9000000,0xe72fef02,0xd1b700d0,0xf66fe201,0x00c20420,0x18ff3010,0x03bcbdeb,0x4076c701,0x53f40000,0xc2600000,0x0358000f,0x840e4eda,0x21200502,0x8f82f62c,0x84ff80f4,0x3de00033,0xb000000c,0xbe000000,0xe49fe103,0x01bd0160,0xf5ffdf01,0x10cb0420,0x14ffa00e,0x03acb2ea,0xb079c6d1,0x55f4c000,0xc2f00000,0x034e000f,0x720e0ecc,0x20500b02,0xcf79f5dc,0x84ff80fb,0x3d700034,0xc000000c,0xaa000000,0xe47fe203,0x31c001f0,0xf55fdd00,0xf0d303e0,0x15000012,0x036cbbea,0x5075c6e1,0x5ff51000,0xc3000000,0x0344000f,0x5a0e2ebd,0x1fa00a03,0x0f72f5fc,0x89ff40fc,0x3d200035,0xc000000c,0x9b000000,0xe43fe603,0x51c302a0,0xf52fd600,0xa0d30410,0x1bffc012,0x038cceea,0x1070c731,0x61f4f000,0xc2b00000,0x033b000f,0x440dfeae,0x1e200c04,0x9f6cf5fc,0x8dff40ff,0x3d200036,0x5000000c,0x93000000,0xe37fe203,0x71c60380,0xf52fd000,0x70d204a0,0x1dff100e,0x03dcdae9,0xa070c781,0x58f4f000,0xc2600000,0x0339000f,0x4b0dcea6,0x1d100f06,0x0f6cf5cc,0x8dff7103,0x3d400036,0xa000000c,0x8f000000,0xe31fdb03,0x81c503f0,0xf50fcb00,0x60d50510,0x1cff000b,0x03fcd9e9,0x6072c7a1,0x52f4e000,0xc2300000,0x0339000f,0x600dcea9,0x1db01005,0xcf6af5bc,0x8bffa103,0x3d500036,0xc000000c,0x90000000,0xe32fd403,0x71c20430,0xf4efc300,0x60d80510,0x1aff9012,0x040cd6e9,0x9073c791,0x59f4d000,0xc2600000,0x0339000f,0x600d6eaa,0x1e201304,0xcf66f5ec,0x8affc102,0x3d400036,0xc000000c,0x93000000,0xe34fcc03,0x51bd04c0,0xf4bfc000,0x40db04f0,0x18002014,0x03ecd5e9,0x8074c761,0x63f50000,0xc2800000,0x0339000f,0x530cfea8,0x1de01604,0x6f66f5fc,0x88ffa104,0x3d100036,0xe000000c,0x92000000,0xe36fc503,0x31b60530,0xf49fbe00,0x20dc0500,0x18004012,0x043cd7e9,0x4077c791,0x6bf54000,0xc2b00000,0x0339000f,0x530ceea8,0x1db01904,0x7f68f5ec,0x88ff5107,0x3cf00037,0x1000000c,0x8f000000,0xe37fbe03,0x21b305d0,0xf48fb400,0x00dd05a0,0x19007011,0x04fcdae8,0xc07dc821,0x6ff5a000,0xc2f00000,0x0336000f,0x600ceeac,0x1da01e04,0xdf63f5dc,0x8bffa109,0x3d300037,0x5000000c,0x8e000000,0xe36fb703,0x21b10680,0xf48faaff,0xf0db0620,0x1a00b013,0x054ce4e8,0x4080c941,0x74f61000,0xc3000000,0x0334000f,0x6a0c9eb5,0x1dc01a04,0xcf5ff5cc,0x8bfff10b,0x3d500037,0xa000000c,0x8f000000,0xe34fb003,0x21af0730,0xf48fa3ff,0xd0d80630,0x1c01201a,0x051cefe8,0x2080ca21,0x7df65000,0xc2d00000,0x032f000f,0x590b4ebd,0x1e401203,0x5f5ef5ac,0x8b00410e,0x3d800037,0xc000000c,0x8f000000,0xe36fa903,0x21ae07a0,0xf42f9fff,0xc0dd0670,0x1d01601b,0x052cf3e7,0x9086c9e1,0x7df68000,0xc2c00000,0x032b000f,0x230a4ec9,0x1dc01603,0xbf5ff5ec,0x8a00a10b,0x3dd00037,0xd000000c,0x8e000000,0xe34fa403,0x51b30850,0xf3af9eff,0xc0e40680,0x1d013018,0x054cece6,0xe08dc931,0x7bf6d000,0xc2e00000,0x032c000e,0xe40a0ecf,0x1c801505,0x7f5ff63c,0x8900e106,0x3dd00037,0xe000000c,0x8c000000,0xe31fa203,0x91b80990,0xf37f9dff,0xb0e70610,0x1d01701c,0x04fce7e6,0xc08cc8f1,0x88f6f000,0xc3000000,0x032e000e,0xd30a8ed0,0x1c600a04,0x4f5ef64c,0x8a00e105,0x3dc00037,0xf000000c,0x8d000000,0xe31fa203,0xc1bc0b60,0xf33f9cff,0x80eb0550,0x1f022025,0x049ce8e7,0x0081c8f1,0xa5f6f000,0xc2900000,0x0335000e,0xe60b6ed2,0x1d100702,0x8f5df66c,0x8b00e105,0x3db00037,0xe000000c,0x8e000000,0xe32fa203,0xd1bf0e30,0xf2df95ff,0x60f304b0,0x2403102a,0x049cece7,0x4072c921,0xc3f70000,0xc1a00000,0x0346000e,0xf80b8ed5,0x1d400b02,0xcf5cf6bc,0x8c00e10a,0x3d900037,0xe000000c,0x86000000,0xe34fa003,0xc1c21210,0xf29f8aff,0x70fb04e0,0x2b03d029,0x04dcebe6,0xf06bc971,0xd5f72000,0xc0700000,0x035c000f,0x0c0bded2,0x1d900c03,0xaf54f70c,0x8f013113,0x3d900037,0xf000000c,0x75000000,0xe37f9d03,0xc1c915a0,0xf26f7fff,0xd0fd0590,0x2b03f027,0x056cebe6,0x506ac9e1,0xdaf77000,0xbf700000,0x036c000f,0x300cded5,0x1df00a03,0xef49f72c,0x8f01e119,0x3d600038,0x0000000c,0x5c000000,0xe39f9a03,0xf1d31630,0xf27f7f00,0x40f80610,0x2603d022,0x054ce8e5,0x906cca31,0xd0f78000,0xbf400000,0x0378000f,0x590d6eda,0x1da00503,0x8f48f6cc,0x8902b116,0x3cc00038,0x5000000c,0x3a000000,0xe36f9704,0x41de1420,0xf23f8800,0x80f805a0,0x2303e023,0x04ace4e5,0x506fc971,0xc9f70000,0xbfb00000,0x0380000f,0x7a0d6edc,0x1d2ffd03,0xbf53f68c,0x84039101,0x3c100038,0xd000000c,0x1d000000,0xe34f9604,0x21e010c0,0xf20f9300,0x90f604f0,0x21044028,0x043ce4e5,0x606ec871,0xc8f67000,0xc0700000,0x0383000f,0x900d8ee8,0x1d0ff603,0xcf60f62c,0x840490e3,0x3b700039,0x8000000c,0x18000000,0xe30f9603,0x31d60bd0,0xf22f9600,0xa0f004c0,0x20047026,0x043ce6e5,0x606cc7c1,0xc8f5c000,0xc1200000,0x0382000f,0x900e4efc,0x1ceffb03,0xbf67f5ac,0x880560c1,0x3af0003a,0x4000000c,0x3a000000,0xe2af9503,0x21d40760,0xf28f8d00,0xe0e90550,0x1e04401c,0x047ce8e5,0xa068c741,0xcaf54000,0xc1500000,0x0386000f,0x880e9f06,0x1c9ff903,0xff66f51c,0x8e05c0ac,0x3ac0003a,0xd000000c,0x5d000000,0xe27f8d05,0xf1f806c0,0xf2ef7e01,0x40e40610,0x19048017,0x047ce4e6,0x3061c701,0xd0f49000,0xc1000000,0x0390000f,0x890e6ef6,0x1c9ff604,0x3f68f49c,0x8f05d0b2,0x3ac0003b,0x0000000c,0x61000000,0xe2bf7807,0xb20f0700,0xf33f6f01,0x50df0610,0x1a04f01d,0x047ce2e7,0x1051c6e1,0xdef3b000,0xc0800000,0x0396000f,0x860daedb,0x1caff604,0xdf70f43c,0x900560c5,0x3b10003a,0xc000000c,0x58000000,0xe33f5e07,0x320c0650,0xf32f6a01,0x30df05a0,0x1b056023,0x048ce9e7,0xb03ec6f1,0xeaf32000,0xc0700000,0x0398000f,0x8e0c7edb,0x1caff605,0x6f7cf4ac,0x940450c6,0x3b40003a,0x1000000c,0x59000000,0xe3ff4f06,0xe2090600,0xf2cf6901,0x40e00520,0x1805b026,0x04fcf3e8,0x302ec721,0xf3f2d000,0xc0d00000,0x0394000f,0x9b0b9edf,0x1ceff605,0x9f8cf56c,0x930360b6,0x3b500039,0x2000000c,0x66000000,0xe51f4006,0xe20c05e0,0xf2ff6601,0x40d704c0,0x1605e027,0x056d01e8,0xe01cc741,0xfcf25000,0xc1800000,0x038e000f,0xb50abee3,0x1caff605,0x9f9df52c,0x8d02d0ae,0x3b900038,0xe000000c,0x78000000,0xe72f1e06,0xa20b0520,0xf35f5901,0x30ce0460,0x18060030,0x056d09ea,0x400ec682,0x0df10000,0xc2900000,0x0387000f,0xcf0a4eec,0x1c6ff805,0x6fa6f3cc,0x8902d0ae,0x3c200039,0x8000000c,0x8a000000,0xeacef206,0x12050420,0xf36f4401,0x70d204b0,0x1805b038,0x052d05eb,0x500ac542,0x17ef8000,0xc3900000,0x0384000f,0xdb0aaeee,0x1c8ffb05,0x2fa3f29c,0x870330ae,0x3cb0003a,0x9000000c,0x9a000000,0xee0ee505,0x81fe0350,0xf32f3401,0xb0db0550,0x19056039,0x055cfdeb,0x900bc4a2,0x13eea000,0xc4600000,0x0388000f,0xd50afee5,0x1c6ffa04,0xef9bf1ec,0x870310ac,0x3cd0003b,0x8000000c,0xa6000000,0xee0f2605,0x21fa02d0,0xf31f2901,0xe0e205c0,0x1a053035,0x05bcf4eb,0x700ec442,0x0dee3000,0xc4e00000,0x0391000f,0xc80b7ed8,0x1c1ff604,0x5f92f15c,0x860270ac,0x3ca0003b,0xb000000c,0xae000000,0xec4f9404,0x81f10260,0xf35f1c01,0xe0e40600,0x1c04c03d,0x05bceeeb,0x9011c392,0x0ceda000,0xc5000000,0x0397000f,0xbe0c0ed4,0x1b7ff904,0x3f7ef0dc,0x870200b1,0x3ca0003a,0xe000000c,0xb7000000,0xeadfd703,0xc1e101d0,0xf3bf1101,0xe0e20610,0x1d04d046,0x05acedeb,0xc016c312,0x0ded5000,0xc4e00000,0x0399000f,0xb60cded5,0x1b1ffc04,0x9f6af0ac,0x8401d0ba,0x3cc00039,0x2000000c,0xb7000000,0xeabfe303,0x51d90120,0xf3df0c01,0xc0e10610,0x1f04f049,0x05fcefeb,0x801fc302,0x08ed9000,0xc4a00000,0x039f000f,0xb30e1ecf,0x1adff904,0xff63f13c,0x810180bf,0x3cd00037,0x2000000c,0xb4000000,0xeaefd903,0x11d500d0,0xf41f0901,0x60e00630,0x24051046,0x06bcf3eb,0x1028c341,0xffee1000,0xc3f00000,0x03a3000f,0xb10faece,0x1a8ff804,0xbf65f1dc,0x810110c2,0x3cf00036,0x0000000c,0xaf000000,0xe95fcd02,0xd1d200c0,0xf41f0701,0x30e20660,0x26052042,0x06ecf6ea,0x9031c351,0xf3ee6000,0xc3200000,0x03a7000f,0xb710aeea,0x1a4ffa04,0x5f64f22c,0x8300e0c4,0x3d100035,0xe000000c,0xa8000000,0xe80fc602,0xb1d20080,0xf3df0701,0x50e60640,0x2305a045,0x06dcfbea,0x9037c321,0xecee8000,0xc2300000,0x03ac000f,0xba10ef04,0x1a3ffc03,0xff61f23c,0x8300c0c5,0x3ce00036,0x0000000c,0xa3000000,0xe7ffc402,0x91d0ffd0,0xf36f0501,0xa0ed0640,0x20064044,0x069d01ea,0x9037c321,0xe4ee8000,0xc1100000,0x03b0000f,0xb910bf0d,0x1a3ffe03,0xef5df2bc,0x800110c3,0x3cc00035,0xe000000c,0x9f000000,0xe7cfc502,0x71ceff50,0xf31f0201,0xb0f00670,0x2206b03d,0x061d05ea,0x402fc361,0xdaee9001,0xbffffe00,0x03b2000f,0xb410eefa,0x1a3ffd03,0xbf58f30c,0x800160c3,0x3cb00035,0xf000000c,0x9a000000,0xe76fc702,0x61ceff20,0xf32f0201,0x90f00660,0x28063038,0x060d01ea,0x602ec3b1,0xd3ee8000,0xbf100000,0x03b0000f,0xa3116ed2,0x19fffe03,0x5f57f2dc,0x830110c6,0x3c900036,0x4000000c,0x95000000,0xe72fc902,0x61ceff60,0xf2ff0301,0x70f60610,0x2e052039,0x060cfcea,0xf02ec3c1,0xd1ee3000,0xbe800000,0x03ac000f,0x97115ec3,0x19a00303,0x5f5bf2cc,0x830060c5,0x3c300036,0x9000000c,0x92000000,0xe71fc502,0x51cd0010,0xf2eefd01,0x50fa05e0,0x35053040,0x056cf9eb,0x902bc391,0xd5edb000,0xbdd00000,0x03a9000f,0x83102ec1,0x19a00303,0x7f59f2dc,0x830030c6,0x3c000036,0x9000000c,0x91000000,0xe73fbd02,0x61cd00d0,0xf32ef301,0x20fb0600,0x4105e046,0x04bcf6ec,0x0023c381,0xdbed8000,0xbd000000,0x03ac000f,0x620e9ec4,0x19a00103,0x9f57f2ac,0x860060cd,0x3c300036,0x9000000c,0x91000000,0xe74fb102,0x61cd01b0,0xf35ee701,0x10fd0610,0x4a05c04f,0x040cf4ec,0x9018c351,0xe2ed6000,0xbc600000,0x03b1000f,0x560dfed1,0x19800503,0xbf56f26c,0x8700a0d6,0x3c500036,0x8000000c,0x91000000,0xe76fa702,0x71cd0290,0xf39edb01,0x21000650,0x4d05604e,0x03dcf1ed,0x2014c331,0xe5ed7000,0xbc100000,0x03b5000f,0x5b0e1eda,0x19000703,0xaf58f23c,0x850130de,0x3ca00036,0x5000000c,0x92000000,0xe7af9402,0x81cd0320,0xf3ded101,0x110406c0,0x5004f04b,0x03cceaed,0xa019c311,0xdfed9000,0xbc000000,0x03b3000f,0x590dfed8,0x18c00603,0xbf66f1cc,0x7e0250e4,0x3da00036,0x3000000c,0x94000000,0xe7bf7702,0x81cc02a0,0xf43ecc01,0x010506f0,0x4e04504d,0x03cce6ed,0xf020c321,0xdaedd000,0xbc000000,0x03ae000f,0x5a0dbed8,0x18d00703,0xaf7bf10c,0x7303b0eb,0x3ef00036,0x1000000c,0x94000000,0xe7bf5c02,0x91cc0190,0xf46ece01,0x210206e0,0x4603d050,0x040ce7ed,0xe026c381,0xd7ee4000,0xbc500000,0x03a9000f,0x610deede,0x18e00603,0x6f86f09c,0x6d0450f1,0x3f800035,0xe000000c,0x91000000,0xe7cf5302,0xb1ce0120,0xf45ed801,0x31000670,0x3e03d04e,0x048cebed,0x5028c3f1,0xd5eed000,0xbcf00000,0x03a8000f,0x670e6edf,0x18d00103,0x5f81f06c,0x740350f3,0x3f000036,0x1000000c,0x8e000000,0xe7df6702,0xd1d101c0,0xf41ee501,0x31030630,0x3b03d049,0x04dcf3ec,0x8025c451,0xd1ef3000,0xbd500000,0x03a9000f,0x680eaee3,0x18c00103,0x6f72f0ac,0x8401b0ec,0x3e500036,0x3000000c,0x8e000000,0xe7df8802,0xe1d302b0,0xf41eec01,0x40ff05e0,0x3804304c,0x048d00ec,0x501fc481,0xd7ef3000,0xbdd00000,0x03a8000f,0x6a0ecee2,0x18e00703,0x2f65f0dc,0x8f0100ea,0x3df00036,0x2000000c,0x8e000000,0xe7ff9c02,0xf1d40310,0xf43ef001,0x80f60580,0x3104d055,0x044d0bec,0x5019c471,0xe0ef0000,0xbe600000,0x03a7000f,0x770eeedb,0x19300702,0xdf62f0bc,0x8f00e0ec,0x3dd00035,0xf000000c,0x8d000000,0xe81fa303,0x11d602f0,0xf40ef401,0xd0f40590,0x2d04b055,0x046d0eec,0x4018c451,0xdeeed000,0xbe900000,0x03ab000f,0x880ebedd,0x18f00703,0x0f6ef0dc,0x850190e8,0x3e400035,0xb000000c,0x91000000,0xe83f9d03,0x11d70210,0xf42ef301,0xf0f20610,0x2a04004f,0x047d0dec,0x2019c441,0xd9eec000,0xbe600000,0x03ac000f,0x8a0eeee4,0x19200a02,0xcf7af0bc,0x7c0300e8,0x3f300035,0x9000000c,0x92000000,0xe84f8f03,0x21d80090,0xf42ef402,0x00f00660,0x2903a04a,0x04bd0aeb,0xe01cc401,0xd5eed000,0xbe300000,0x03ab000f,0x820f1ee8,0x19400b03,0x1f7df0cc,0x7c02f0e7,0x3f500035,0x8000000c,0x92000000,0xe83f8d03,0x31da0090,0xf42ef902,0x10ed0610,0x2603c051,0x04dd06eb,0xf01ec3b1,0xd5ee9000,0xbe300000,0x03aa000f,0x840ecee7,0x19000903,0x4f86f0dc,0x780220e7,0x3ed00035,0x7000000c,0x91000000,0xe83f8b03,0x31da00f0,0xf45ef902,0x20e705d0,0x2303c054,0x04bd04ec,0x301fc381,0xd6ee3000,0xbe400000,0x03a9000f,0x910e7efd,0x19200902,0xff9af05c,0x6a02f0ed,0x3f900035,0x9000000c,0x8d000000,0xe83f7203,0x21d9ff70,0xf47ef801,0xf0e605b0,0x2503d052,0x049d01ec,0x3021c351,0xd5edf000,0xbe400000,0x03ad000f,0x910e6f09,0x19700602,0xff9beffc,0x6c02d0f1,0x3fc00036,0x0000000c,0x86000000,0xe80f6e03,0x21dbff70,0xf45efc01,0xc0ea0560,0x2803804f,0x04ecfdec,0x1021c341,0xd3ede000,0xbe200000,0x03b1000f,0x8a0e5f04,0x19600502,0xff88f05c,0x800050ef,0x3e400036,0x1000000c,0x84000000,0xe7ef8e03,0x31de01f0,0xf41efe01,0xd0ef0510,0x2702f052,0x04ecfbec,0x201ec2f1,0xd5edc000,0xbdf00000,0x03b6000f,0x8c0e4f02,0x18c00103,0x6f81f0bc,0x86ff40eb,0x3d900035,0xe000000c,0x83000000,0xe7ef9b03,0x31df02e0,0xf43efa02,0x10eb0520,0x24032056,0x04bcffec,0x501ac2e1,0xdaedf000,0xbdc00000,0x03bb000f,0x900e3f05,0x188fff03,0xdf90f05c,0x770140ef,0x3ec00036,0x1000000c,0x81000000,0xe7cf8103,0x21df0080,0xf48ef202,0x30e405b0,0x2503e056,0x04bd06eb,0xf016c351,0xdcee5000,0xbe000000,0x03be000f,0x960dff08,0x18900404,0x0f8cf02c,0x770290f3,0x3f900036,0x0000000c,0x83000000,0xe7bf7903,0x21e0ff70,0xf47ef002,0x40e605d0,0x28047057,0x04cd0beb,0xc014c3b1,0xddee8000,0xbe600000,0x03c0000f,0x9b0e2f04,0x18a00503,0xcf7bf0dc,0x8101d0ec,0x3ef00035,0x8000000c,0x88000000,0xe7ff8c03,0x21e00080,0xf4aef502,0x50e00590,0x28046054,0x050d11eb,0xd014c411,0xdbeeb000,0xbe700000,0x03c0000f,0x980eaeff,0x18900003,0xbf81f09c,0x7c01c0ee,0x3ed00035,0x7000000c,0x89000000,0xe81f8a03,0x11e00020,0xf54ef802,0x50d20580,0x28048050,0x04cd16eb,0xb015c471,0xdaeee000,0xbe900000,0x03bf000f,0x940eaf00,0x18b00204,0x0f8fefbc,0x720260f9,0x3f400035,0xd000000c,0x86000000,0xe80f7b03,0x01e1fed0,0xf54ef702,0x50d40570,0x2b042054,0x047d13eb,0xe016c431,0xdbee9000,0xbe800000,0x03b9000f,0x960eaf02,0x18f00703,0xef85f01c,0x7a01a0f4,0x3ec00035,0xa000000c,0x87000000,0xe80f8403,0x01e2ff80,0xf49ef502,0x60e10580,0x2c03c054,0x046d0ceb,0xf01ac3e1,0xdaee6000,0xbe700000,0x03b5000f,0x980e8f05,0x18f00703,0xaf7bf13c,0x7f0100e5,0x3e500035,0x3000000c,0x8b000000,0xe82f9102,0xf1e20050,0xf4cef202,0xa0dd05f0,0x2a03a051,0x04cd09eb,0xb01cc401,0xd7ee9000,0xbe500000,0x03b5000f,0x940e2f0a,0x18f00303,0x9f88f0ec,0x7302a0ea,0x3f300035,0x6000000c,0x88000000,0xe81f7e02,0xf1e3fe70,0xf54eef02,0x80d40630,0x2e03904e,0x04dd08eb,0x801ac411,0xd8eea000,0xbde00000,0x03b5000f,0x890e0f12,0x19200603,0xdf8ef03c,0x7003d0f3,0x40200035,0xd000000c,0x82000000,0xe7ff7002,0xf1e5fcf0,0xf4fef102,0x70da05f0,0x2f039051,0x04cd04eb,0x8019c3f1,0xdbee9000,0xbd800000,0x03b5000f,0x890dbf15,0x19100904,0x1f7af0dc,0x8001f0ed,0x3f000035,0xd000000c,0x80000000,0xe7df8902,0xf1e7fed0,0xf45ef502,0xb0e30580,0x2803d055,0x04ad02eb,0xb017c3c1,0xe0ee9000,0xbd300000,0x03b4000f,0x8e0d9f16,0x18e00803,0xdf6ff1bc,0x860030e4,0x3d900035,0x8000000c,0x7f000000,0xe7afa002,0xf1e90080,0xf48ef103,0x00dd05b0,0x2403f054,0x048d05eb,0xd010c3f1,0xe3eeb000,0xbcd00000,0x03b6000f,0x8f0ddf1c,0x19200903,0x9f7df16c,0x780210ea,0x3e900035,0x8000000c,0x7d000000,0xe78f8902,0xe1e9fea0,0xf52eea03,0x00cf05f0,0x22041056,0x04dd08eb,0xf009c451,0xe9eee000,0xbc900000,0x03b7000f,0x810e8f05,0x19700603,0x6f83f0bc,0x720410f4,0x3ff00035,0xc000000c,0x79000000,0xe79f7602,0xf1ebfcb0,0xf4eeed03,0x00d405e0,0x23041054,0x04fd05eb,0xb007c461,0xeaeef000,0xbc800000,0x03b7000f,0x670f1ed9,0x19500203,0x8f74f13c,0x7f02f0ed,0x3f400035,0xb000000c,0x7c000000,0xe79f8c03,0x11f0fdd0,0xf49ef402,0xe0da0570,0x2303f058,0x04ad05eb,0xc006c431,0xeaeeb000,0xbca00000,0x03b5000f,0x5d0f8ecd,0x19800403,0x9f6ef1bc,0x850150e3,0x3e500035,0x8000000c,0x81000000,0xe7af9f03,0x11f0ff10,0xf57ef502,0xe0ca0520,0x2104405c,0x048d0cec,0x5fffc441,0xf1ee8000,0xbcb00000,0x03ae000f,0x5d0ffec8,0x1a900b03,0x1f83f0ac,0x780290f0,0x3f500035,0xa000000c,0x7f000000,0xe7bf8403,0x01effd40,0xf60ef002,0xf0ba0590,0x20051059,0x049d14ec,0x4ff9c4c1,0xf4eee000,0xbd100000,0x03a9000f,0x5f0ffec2,0x1b400c02,0xff90effc,0x6e0430fa,0x40500035,0xe000000c,0x78000000,0xe7bf6b03,0x11f1fbf0,0xf58eec03,0x10c10630,0x21054054,0x050d14eb,0xfff9c4f1,0xf2ef2000,0xbd500000,0x03a7000f,0x5b102ec0,0x1b600e03,0x1f80f0fc,0x7603a0ee,0x3fc00035,0xb000000c,0x7a000000,0xe79f7a03,0x21f3fd40,0xf4eee603,0x30cb06b0,0x2304b050,0x051d0fec,0x0ffbc4e1,0xeeef0000,0xbd100000,0x03a5000f,0x5c10fec1,0x1b800903,0x6f73f20c,0x7d0360e2,0x3f700035,0x4000000c,0x7d000000,0xe74f8503,0x21f3fde0,0xf52ee203,0x50c506d0,0x2104a051,0x04dd09ec,0x9ffbc4d1,0xf0eec000,0xbcd00000,0x03a5000f,0x6010fec2,0x1ba00003,0xef76f1cc,0x790450e9,0x40100035,0x7000000c,0x78000000,0xe6ef7803,0x21f3fcb0,0xf57ee503,0x50bd0660,0x1e04d052,0x04ad02ec,0xfffdc4b1,0xf5eeb000,0xbcc00000,0x03a3000f,0x5d108eb9,0x1c100503,0xcf71f12c,0x7c03d0f1,0x3fc00036,0x2000000c,0x70000000,0xe6af7d03,0x41f9fd00,0xf54eed03,0x30bf05d0,0x1d04b051,0x04ccf9ec,0xdfffc4b1,0xf6eed000,0xbcb00000,0x03a4000f,0x5a10beb3,0x1c400803,0x2f60f17c,0x8c0220ec,0x3ed00036,0x6000000c,0x71000000,0xe69f9a03,0x51fdfe80 +}; + +u32 ANIM_ENTRY_fire_walking[] = +{ + 0xfb2f68ff,0x0031fb30,0x330830fa,0xff59e396,0x33c49ca8,0xa1c29000,0xe0d00000,0x042e000a,0xf7f310a6,0x0a200df2,0x2eb4f42c,0xadfe4fdd,0x3fa00028,0x0000000f,0x09000000,0xfabfd500,0x00aa0480,0xfadf63fe,0xe034fbb0,0x3307a0fd,0xff89d895,0xe3cb9ca8,0x9fc2c000,0xdf900000,0x042e000a,0xf8f370a5,0x091008f0,0xceaff39c,0xaffddfb3,0x3f400021,0x6000000f,0x1d000000,0xfa7ff400,0x00b60530,0xfacf66fe,0xb033fb90,0x320780f9,0xffb9cd96,0x13cb9cf8,0x9cc2d000,0xdf000000,0x042d000a,0xfbf360a2,0x075010f0,0xaec1f34c,0xa6fcef8b,0x3ed00019,0xa000000f,0x31000000,0xfb701900,0x00c10610,0xfadf6cfe,0x202dfb10,0x3707f0f8,0xffd9c796,0x73c29cf8,0x95c2a000,0xdfc00000,0x042e000a,0xfcf350a3,0x079003f0,0xcee1f36c,0xa0fbdf64,0x3ed00011,0xd000000f,0x46000000,0xfc602c00,0x00c906e0,0xfb0f6ffd,0x4023fb00,0x400860f5,0xffe9bf96,0x63b89d78,0x9cc25000,0xdfc00000,0x0435000b,0x02f3e0a1,0x06d00bef,0x9efaf3ac,0xa3fb0f42,0x3ee0000b,0xc000000f,0x51000000,0xfc802100,0x00d107b0,0xfb3f69fc,0xb01bfbd0,0x450870ed,0xfff9b696,0x13ad9cf8,0xa8c1f000,0xdf100000,0x043d000b,0x0ff3f097,0x064007f0,0x0f06f38c,0xabfbef2a,0x3e900009,0x8000000f,0x4b000000,0xfcd00700,0x00da07a0,0xfadf63fc,0xd019fcf0,0x3f0830e2,0x0079ab95,0x93989b38,0xaec21000,0xde200000,0x0446000b,0x1df3f090,0x060ffef1,0x3f15f2ec,0xa8fdcf1a,0x3d70000c,0x3000000f,0x2b000000,0xfe5ff000,0x00e306e0,0xf9df5efd,0x7021fde0,0x3107a0dd,0x00d99894,0xe37f9a28,0xbac20000,0xdd200000,0x044f000b,0x39f3f082,0x066003f1,0xcf28f2cc,0x99ffaf15,0x3b900011,0x2000000e,0xec000000,0xff6fec00,0x00e00630,0xf8af55fe,0x502bfee0,0x2307e0d7,0x01399594,0x736d9a18,0xc6c1a000,0xdd500000,0x0450000b,0x56f3206f,0x05400bf1,0x5f29f3fc,0x8701cf25,0x39d00014,0x9000000e,0x8d000000,0xfebfee00,0x00bc0520,0xf7ff4bff,0x6028ffd0,0x140950cd,0x01a9a894,0x53659b18,0xc7c0c000,0xdf900000,0x0446000b,0x5bf1b069,0x03b006f0,0x6f1af59c,0x72038f52,0x38500016,0x5000000e,0x16000000,0xfc8fe800,0x007103d0,0xf7af4b00,0x2023fef0,0x060af0d6,0x0259aa94,0xd3679d48,0xb7bfc000,0xe2800000,0x043d000b,0x46f16075,0x029ff6ef,0x6f1df72c,0x5803df8e,0x37900017,0x3000000d,0x99000000,0xfa3fe800,0x001301f0,0xf7cf5200,0x601ffd9f,0xff0ba0e5,0x02c9a094,0xe3729e78,0xa9bf5000,0xe3400000,0x043d000b,0x29f2f096,0x020ff0ee,0x9f24f86c,0x45030fd1,0x37d00017,0x6000000d,0x26000000,0xf86fe600,0x0fc8ff10,0xf87f5b00,0x2018fc60,0x010b70ef,0x02899194,0x43829ed8,0xa7bf2000,0xe1900000,0x0446000b,0x1bf3a09f,0x019ff8ef,0x3f23f95c,0x3d01d017,0x38c00017,0x3000000c,0xcd000000,0xf6ffdc00,0x0fc1fc60,0xf8ff65ff,0xd015fb10,0x050b70f3,0x02898494,0x138c9f68,0xa8bf0000,0xe1100000,0x043c000b,0x1ef37099,0x014006ef,0xaf27fadc,0x3400c052,0x3a100016,0x5000000c,0x95000000,0xf61fd500,0x0feafb60,0xf90f71ff,0x6019fa30,0x080c50eb,0x03098394,0x238e9f38,0xabbf9000,0xe1900000,0x0434000b,0x24f4f0af,0x027015ef,0x7f2ffd2c,0x2dff807f,0x3b700014,0xb000000c,0x86000000,0xf5cfce00,0x000bfbe0,0xf8ff82fe,0xd023f9a0,0x0b0c30e2,0x02f98893,0xe3929e08,0xacc0a000,0xe1000000,0x0436000b,0x25f610c0,0x034021ef,0x6f36ff7c,0x29fdc0a2,0x3cb00013,0x2000000c,0x99000000,0xf51fbe00,0x002bfc70,0xf94f95fe,0x702ef910,0x0d0bd0e3,0x02c98693,0xe39a9df8,0xa5c14000,0xe0a00000,0x0430000b,0x20f5d0c3,0x03702df0,0x1f3a012c,0x25fc00c6,0x3db00011,0xf000000c,0xc6000000,0xf4afb300,0x004dfca0,0xf9cfa1fd,0xf036f880,0x110b90e5,0x02898694,0x53a49dc8,0xa4c1d000,0xe0800000,0x042f000b,0x1af580c3,0x03e03af0,0xbf3d028c,0x23fad0ea,0x3ed00011,0x7000000d,0x09000000,0xf40fac00,0x0070fcb0,0xfa9faefd,0x903bf7e0,0x170ab0eb,0x01e99c94,0xd3ab9d48,0xaac25000,0xe0500000,0x0438000b,0x13f520bd,0x03f040f0,0x4f4103ec,0x23f9c102,0x3ff00011,0x6000000d,0x60000000,0xf31fa200,0x008afce0,0xfb7fbafd,0x5038f780,0x1c09e0ed,0x0149bf95,0x43b39c88,0xb6c28000,0xe0500000,0x0441000b,0x0cf520b4,0x04b03ef0,0x2f4604fc,0x23f8310d,0x40600011,0xb000000d,0xdc000000,0xf1ff9700,0x008dfd30,0xfc0fc4fd,0x8031f780,0x2008f0ed,0x00ca0695,0x43b99b28,0xbbc2d000,0xe0200000,0x043e000b,0x00f5b0ad,0x05d03ef1,0x0f4f064c,0x23f6c109,0x40e00011,0xf000000e,0x6f000000,0xf0df9d00,0x008afd50,0xfc8fcdfd,0xa028f6c0,0x210810e5,0x004a4795,0xe3bb99e8,0xb9c38000,0xe0200000,0x043a000a,0xebf600b3,0x07d045f2,0x4f5c07bc,0x22f510f7,0x41600012,0x4000000f,0x0e000000,0xf06f9700,0x0081fdd0,0xfd1fd4fe,0x001ff550,0x1f06e0e6,0x006a4696,0x33bf9978,0xb2c42000,0xdfd00000,0x043c000a,0xe1f630c3,0x08f034f3,0x6f6408fc,0x22f390ea,0x41a00012,0x9000000f,0x83000000,0xf05f8000,0x007c0060,0xfd6fd8fe,0x1019f430,0x2305d0e9,0x006a2d96,0xb3ba9928,0xaac47000,0xdf600000,0x0445000a,0xe7f5e0bf,0x09c023f4,0xdf710a3c,0x27f500eb,0x41e00013,0x2000000f,0x9c000000,0xf09f6f00,0x00750250,0xfd9fd6fd,0xc014f380,0x340570ed,0x001a1797,0x43af9978,0xa4c43000,0xdf700000,0x0446000a,0xf8f5f0bb,0x09c01cf5,0x5f7a0b1c,0x33f990f5,0x42700014,0xe000000f,0x70000000,0xf1ef6100,0x004d0100,0xfd3fd1fd,0x3019f360,0x4705a0ef,0xff7a0297,0x63aa9a18,0x9fc3b000,0xdf600000,0x0440000a,0xfef650bc,0x0a301cf5,0x1f770b5c,0x46fe30f9,0x43700018,0xe000000f,0x2e000000,0xf51f5000,0x0024fda0,0xfc8fc8fd,0x3024f3c0,0x4c05f0ef,0xff19ef97,0x03ae9a58,0x9ec39000,0xded00000,0x043c000a,0xfef620b6,0x0a801df5,0x1f650a0c,0x5afed0ee,0x4380001f,0x9000000e,0xf5000000,0xfaef3d00,0x0018fd70,0xfc5fbdfd,0xd024f470,0x430620ef,0xff19e096,0x73b69ad8,0xa6c37000,0xde900000,0x043d000b,0x02f530b0,0x0a701ff4,0xdf4f072c,0x64fe30e0,0x42c00026,0xb000000e,0xcb000000,0x022f4d00,0x0030fea0,0xfc5faffe,0x601ff5e0,0x3e0670ea,0xfef9e096,0x03b19ab8,0xb0c35000,0xde800000,0x0442000b,0x08f510b0,0x0a2023f4,0x6f3c03bc,0x6afea0cc,0x4250002c,0xb000000e,0xb4000000,0x065f7a00,0x0052ff00,0xfc5f9efe,0x6021f730,0x4306c0eb,0xfe69d795,0xf3ad9b08,0xb3c30000,0xde700000,0x0441000b,0x16f530b0,0x09b025f3,0xcf21006c,0x78fef0b1,0x42300031,0x7000000e,0xad000000,0x058fa100,0x006affb0,0xfc3f8efe,0x8022f840,0x4506c0ed,0xfe29d095,0xe3af9b58,0xb4c2e000,0xde700000,0x0444000b,0x16f4c0a6,0x09a020f3,0x6f02fd4c,0x88feb08e,0x41c00034,0x4000000e,0xb4000000,0x033fb000,0x007b0100,0xfbef82fe,0xc027f920,0x4106a0f9,0xfe69d095,0xa3b59b58,0xb6c2c000,0xddb00000,0x044d000b,0x11f470a8,0x09601ff3,0x7ee9faac,0x95fe9064,0x41400034,0xd000000e,0xc5000000,0x00ffa600,0x008701e0,0xfbaf7aff,0x0029f9c0,0x3d06f103,0xfeb9cd95,0x73bb9bf8,0xb4c29000,0xdd600000,0x044a000b,0x12f420ae,0x093024f2,0xeed8f84c,0x9efeb03d,0x40c00033,0x4000000e,0xd8000000,0xfeafa000,0x00920260,0xfb7f72ff,0x102afa70,0x3b07d0fa,0xff09d795,0xb3bc9cb8,0xaec26000,0xdf000000,0x0437000b,0x0af390a9,0x095025f1,0xfec9f62c,0xa6fe9018,0x4040002f,0xd000000e,0xe9000000,0xfc9fad00,0x009c0340 +}; + +u32 ANIM_ENTRY_fire_running[] = +{ + 0x036f70fe,0x2035f360,0x43f961a3,0xfa59a7a1,0x23911f60,0x0934b000,0xe3100000,0x0472000b,0x5afa1f95,0xfa7015f4,0x6ef0fc4c,0x2ffb81ee,0x3eb0001f,0xc000000c,0x46000ff4,0xe6d0430a,0xd0fc06d0,0x03df76fc,0x902aefe0,0x79f621b2,0xf889869f,0xd3b521b0,0x1033b000,0xe2e00000,0x0469000b,0x4bf94fb4,0xfa4015f4,0xbf1a005c,0x29f6b1dc,0x3f10001b,0x7000000d,0x18000001,0xed20430a,0x90f00780,0x059f68fb,0xc00bef00,0xaaf841b6,0xf699769e,0xa3cf2360,0x1532b000,0xe2200000,0x045f000b,0x2df99fd8,0xf95015f4,0xaf20010c,0x2df461c9,0x4090001c,0x3000000d,0xeb00000d,0xf4902f0a,0xa0f309e0,0x07bf48fb,0xcff2f130,0xbff9a197,0xf679709e,0x53d923f0,0x1832a000,0xe1800000,0x0457000b,0x19fa7feb,0xf8b015f4,0x0f07ff1c,0x30f6c1c3,0x42c00022,0x4000000e,0x86000014,0xf8a0320a,0xa0f10b50,0x078f44fd,0x2feff2d0,0xb3fa4167,0xf7c9859e,0x73cb2320,0x0b32e000,0xe1500000,0x0459000b,0x05fbdfe9,0xf8f014f3,0xbf12fcfc,0x2efb91c4,0x42c0002b,0x3000000e,0xa0000013,0xf830500a,0x70e70900,0x048f58fe,0xf012f240,0x90f9e160,0xf7a9909f,0x13c122a0,0x00339000,0xe1900000,0x0462000a,0xfefcffd7,0xf9c013f4,0x5f29fccc,0x2dfd71b4,0x40c00034,0x7000000e,0x43000010,0xf600860a,0x20d607a0,0x00cf5aff,0x2061f220,0x75f75166,0xf6d97ba1,0x03cb22d0,0x10348000,0xe2200000,0x046d000b,0x0cfd1fc6,0xfae00df4,0xaf1efcec,0x4bfe5185,0x4020003c,0x9000000d,0xce00000c,0xf3b0ac0a,0x60e406b0,0xff7f51fe,0x0094f420,0x7ef49157,0xf62979a3,0x63c52230,0x25350000,0xe3000000,0x0477000b,0x16fccfba,0xfb5006f4,0x8f00f82c,0x86ffc162,0x41100042,0xf000000d,0x71000009,0xf1b0ab0b,0xa1270570,0x003f54fe,0x008ff7c0,0x89f32138,0xf499c4a4,0xc38e1f80,0x2834f000,0xe4300000,0x047e000b,0x1cfccfb4,0xfc0005f4,0x2ee4f12c,0xb1fef14b,0x3fe00045,0xd000000d,0x3e000006,0xf0509b0d,0x31700590,0x00af5afe,0xd08afa10,0x7ff2711e,0xf34a00a5,0xd3631d90,0x1434b000,0xe5e00000,0x0483000b,0x25fd4fba,0xfc8009f3,0xeecdeb5c,0xbcfd010b,0x3e700043,0x9000000d,0x49000005,0xef708f0e,0x419e0600,0x013f63ff,0xb088fc90,0x72f38101,0xf3fa0fa6,0x834d1cef,0xfe344000,0xe8000000,0x0487000b,0x30fe1fd4,0xfcc009f3,0xbec2e71c,0xacfbd0c7,0x3d10003c,0x4000000d,0x90000003,0xee907f0e,0x61a30580,0x01bf7200,0x8085fde0,0x68f5d0ef,0xf61a20a6,0x93411c6f,0xe9342000,0xe9600000,0x0490000b,0x3ffeffed,0xfcc029f3,0x6ebde48c,0xa6fb4080,0x3b600033,0xe000000d,0xdb000003,0xee606f0d,0xe18d03d0,0x01bf8a01,0x3084fdf0,0x5ef750f2,0xf84a30a6,0x83371bef,0xd6341000,0xea300000,0x0497000b,0x4cfe9006,0xfd102af3,0xaebde52c,0x97fd7022,0x39600029,0x2000000e,0x23000005,0xef40580c,0x41450060,0x017fa201,0xa082fd90,0x4ff8f0f2,0xfa3a40a6,0x632d1b6f,0xc1342000,0xea200000,0x04a1000b,0x4afd400b,0xfdb021f4,0x1ebee6dc,0x74ff9fe8,0x3820001e,0xe000000e,0x33000007,0xf050140a,0x30dafde0,0x021fae01,0xb06efdf0,0x48fa20ed,0xfb9a51a6,0x43221aaf,0xaf348000,0xe9700000,0x04a7000b,0x40fcfffc,0xfd8018f4,0x5ec1e74c,0x66021ff2,0x38200019,0xf000000d,0xda000006,0xf02ff008,0xe08d0040,0x034fb301,0x904efe70,0x3cfaa0e7,0xfc9a5da5,0xf31319df,0x9d352000,0xe8700000,0x04aa000b,0x3efcfff4,0xfd501ef4,0x2ed3e64c,0x6304d030,0x3920001b,0x4000000d,0x27000008,0xf1501408,0xc08506c0,0x02ffa801,0x904ffed0,0x20fa10f1,0xfd7a74a5,0x42ff18cf,0xa335f000,0xe7600000,0x04ac000b,0x3afd1fd0,0xfd5024f3,0xbec9e73c,0x6807405d,0x3a900020,0x0000000c,0x6e00000b,0xf3002709,0x209b0a40,0x00ef9f02,0x1075fe5f,0xfaf860fc,0xfe4a7fa4,0xc2fd182f,0xc136f000,0xe6500000,0x04a4000b,0x3dfd3fb1,0xfd8021f4,0x1ec9e9dc,0x5f07407d,0x3b600026,0x5000000b,0xd6000004,0xef203409,0x80b108c0,0x001fa002,0x507efc2f,0xe1f7010c,0xfeca67a4,0x9316187f,0xdb375000,0xe4b00000,0x049d000b,0x3cfd2fbd,0xfd801ef4,0x9ed6ec4c,0x5304c0d1,0x3b80002a,0xd000000b,0x62000ffa,0xe9703809,0xf0cd06d0,0x012f8c01,0xb065fa5f,0xe9f5c122,0xfe5a3aa3,0xe33e19af,0xed36c000,0xe3200000,0x0496000b,0x30fd1fbd,0xfd501bf4,0xdec2ef3c,0x58030153,0x3c20002b,0xa000000b,0x30000ff2,0xe5a0270a,0x70e60660,0x028f7200,0x9049f8d0,0x07f4e12a,0xfcfa12a3,0x03531b5f,0xfa35b000,0xe2d00000,0x0488000b,0x36fc6fb0,0xfbe016f4,0xaeb6f3ac,0x4f0161bc,0x3d900028,0x9000000b,0x5f000fee,0xe400270a,0xd0fc0690 +}; + +u32 ANIM_ENTRY_fire_jump_to_side_left[] = +{ + 0xf5dffe02,0x40790280,0x1406202b,0xfe50e505,0x7c922780,0xa12ef31f,0xb6eceae7,0xa4cae52a,0xd9016086,0xe6ff68ff,0x2ed107cc,0x34f5ff63,0x3a700d0b,0x101eff7f,0x7a017ffc,0xfc2fd3fc,0x306c0100,0xf60ff902,0x207f0250,0x1705902f,0xfe50e005,0x3c912760,0xb02e63f7,0xb77c0fe8,0x54cee5ca,0xe5ff6082,0xe6df5500,0xdece075c,0x38f68f6a,0x3a800e0b,0xa020ff6f,0x74018ffc,0xfbefd5fc,0x407300c0,0xf5fff802,0x108c0240,0x1a05102e,0xfe00de04,0xec902710,0xbf2dd4bc,0xb71b47e7,0x94c9e51a,0xebfe1081,0xe6df5301,0x3ece06ec,0x3cf70f71,0x3a50100c,0x9022ff5f,0x6501affd,0xfb7fd6fc,0x80810080,0xf5dffa02,0x109e0200,0x1c040032,0xfd70de04,0x7c8b2630,0xcc2cf55d,0xb60aa2e7,0x64c8e4fa,0xedfd508f,0xe65f4903,0x4ed7065c,0x3cf72f7b,0x39e0120d,0x9025ff2f,0x4f01effd,0xfb0fdffc,0xa08c0090,0xf60ff702,0x10b10130,0x1f021044,0xfca0d204,0x2c8325e0,0xdf2c25da,0xb48a22e8,0x04cce58a,0xf2fc5097,0xe5cf3605,0x9edf054c,0x3df78f8e,0x3990150e,0xe029feff,0x35023ffe,0xfa6febfc,0xe09b0090,0xf68ff001,0xe0c60080,0x23ffa057,0xfbc0c403,0xec7b2600,0xf82b45bd,0xb4fa40e8,0x24cde5aa,0xfbfab097,0xe63f4704,0xcee103bc,0x43f7efa9,0x39601a10,0xc02ffebf,0x17028ffe,0xf98ff4fd,0x20a800b0,0xf71fe801,0xb0e1ffc0,0x26fcc066,0xfab0b503,0xac7725d1,0x142a75a0,0xb56a5fe7,0xf4cce57b,0x07f86085,0xe6df5804,0xcee5019c,0x4af82fc8,0x39402113,0x6037fe5e,0xf202ffff,0xf85003fd,0x40b300f0,0xf7ffe001,0x70fdff50,0x2af9706f,0xf9d0ab03,0x6c782531,0x3029c56a,0xb5fa96e7,0xe4cbe55b,0x0af6d07a,0xe71f5e06,0x4ee7febc,0x54f91ff8,0x39302c16,0xb042fdce,0xc0039fff,0xf70013fd,0xb0ca0050,0xf9cfcc00,0xf111ffd0,0x31f65078,0xf910a703,0x1c7f24f1,0x4e29451d,0xb69ae4e9,0x14d3e68b,0x04f6607c,0xe5ef5406,0x1ee3fa8c,0x65fac043,0x39903d1b,0x0052fcee,0x7c047fff,0xf58028fe,0x40e6ff70,0xfaefbb00,0xa1340020,0x31f3207f,0xf7c0a102,0xbc8b2491,0x7328b4c9,0xb70b39ea,0x14dae77a,0xfff51083,0xe4ff5206,0x6ee8f69c,0x74fb9088,0x3980541f,0xd066fbae,0x32059000,0xf42039fe,0xe103ff80,0xfaefb300,0x916f0060,0x2aeef082,0xf6e09c02,0x6c7e22b1,0x9a27e451,0xb75bb1ea,0x14dae77a,0xf8f36090,0xe4af5e07,0x1ef8f3bc,0x80fbf0b7,0x39407224,0xa081fa1d,0xea070000,0xf2f035ff,0x611bfff0,0xfa3fad00,0x91b90060,0x1fea5087,0xf6208d02,0x4c772041,0xcc26e36a,0xb71c95e9,0x64d7e6ca,0xfbf3b091,0xe52f6809,0x0f0bf1ac,0x8cfcb0e0,0x38f09929,0x20a3f7dd,0x9d08f000,0xf1a022ff,0xd1330050,0xf9bfa5ff,0xf1fcfff0,0x17e6508d,0xf5406903,0x1c701ff2,0x0b26a26b,0xb53d90e5,0x94c2e31b,0x0cf4b071,0xe85f7105,0x4f1fef8c,0x9ffc9106,0x38f0ce2d,0x70d4f51d,0x540b7fff,0xefc01900,0xa1550140,0xfa5f9efe,0xb222ff90,0x1be3308c,0xf4304004,0xac5f2092,0x4326d1c4,0xb25e32e1,0x94b1df3b,0x18f4f061,0xea9f7eff,0x6f26ec9c,0xbefac12f,0x38b12031,0xc120f1cd,0x160e7fff,0xecf01701,0x617403b0,0xfb0f92fd,0xb245ffa0,0x21e06085,0xf3001d05,0x6c412032,0x6d26716a,0xafbe8adf,0x84aadd2b,0x1ef4e069,0xea6f8402,0x3f0eea1c,0xddf9215a,0x37e1a335,0x619decac,0xdb134ffe,0xe9f01901,0xb1850660,0xfacf89fd,0x02730010,0x2bde0078,0xf1f00509,0x2c201e52,0x8524d10e,0xaa9eece1,0x94b2df2b,0x23f5d06d,0xe8ff8507,0x6ef7e7ec,0xf4f7f175,0x36b2a538,0x729ae58c,0xac1a1ffd,0xe7f02301,0xb1890880,0xf95f8dfd,0x02b20070,0x2fdc206d,0xf17ffe0b,0xbc041bb2,0x992250e0,0xa5ff20e1,0xf4b3df8b,0x26f6806f,0xe9aff20b,0x0efbe69c,0xf2f7217a,0x35242539,0x8413dc3c,0x88232ffc,0xe6b02b01,0xe1950970,0xf7df92fc,0xd2e90070,0x2fdae074,0xf1eff50b,0xdbf817d2,0xab1e90d0,0xa3bf33e0,0x14acddcb,0x1cf8007d,0xef602f05,0xcef7e66c,0xf3f6817d,0x33753b38,0xd527cf4c,0x712fdffb,0xe5b02502,0x019f0a90,0xf6bf95fc,0xd3080030,0x17dae095,0xf3cfdb09,0xfbfc1452,0xc61ab0ca,0xa2ef38e0,0x34acdddb,0x14fb4088,0xf3203405,0x8eeae64c,0xf4f5e183,0x3155e337,0x85cbc05c,0x693e8ffb,0xe5001501,0xd19f0bc0,0xf5cf9dfd,0x2309ffcf,0xf3dc00bf,0xf67fc208,0xac011462,0xd919a0c3,0xa20f3de2,0x14b3dfbb,0x18fe3092,0xf1602a02,0x7ee4e61c,0xe7f61180,0x2fc63c36,0x5622b88c,0x6b464ffa,0xe4d00a01,0x81990ba0,0xf59fa8fc,0xd2ebfedf,0xd6dda0e3,0xf93fb207,0x5c0b16b2,0xef1a90c2,0xa1df3ee2,0x24b3dfdb,0x1d01e0ae,0xef400b01,0xaee3e5fc,0xd8f75178,0x2fd66235,0xc647bb1c,0x6a43cffa,0xe4a00401,0x319409b0,0xf5dfb3fc,0x32b6fdcf,0xcbdf30f8,0xfb8fbb06,0x3c1e19d2,0xf41c60c9,0xa2bf39e0,0xe4aedebb,0x2204b0d6,0xeab01f00,0x9edfe68c,0xc9f8f167,0x30a65a35,0xf63fc73c,0x6b37dffb,0xe51ff500,0xb1820780,0xf65fc5fb,0x7270fc9f,0xd3e120f7,0xfd6fe105,0xec3e1b72,0xdd1cc0d4,0xa40f30e1,0xa4b1df7b,0x190640ea,0xe5effcff,0xbed6e78c,0xbbf9e147,0x30f60f37,0x15f6d8fc,0x80265ffd,0xe69fd9ff,0xc16005c0,0xf73fdffa,0x821dfa5f,0xe5e3a0f6,0xfe800c06,0xac601ce2,0xc81c80df,0xa53f28e3,0xd4bbe19a,0xf605e0e8,0xe58fe3fb,0xeed1e83c,0xadfa1117,0x31154838,0xd533ea1c,0xc615bfff,0xe96fb6fe,0x612a03c0,0xf84ffef9,0x61bff6f0,0x05e760fe,0xff103a07,0xec771f22,0xc51c30f8,0xa7df14e5,0x34c2e2fa,0xca03b0e5,0xec4f83f5,0x0ecae9ec,0x9cfaa0d4,0x31836339,0x6355f44d,0x450c2fff,0xedbf89fc,0x10cd01c0,0xf9301ef8,0xa156f4e0,0x3eecc0ea,0xfff08c0c,0x6c9721d2,0xae1b910f,0xa9df06e6,0x54c8e41a,0xad0270f2,0xe7dfccf7,0xdeb8ed9c,0x86fd5076,0x32d18434,0xc180fabe,0x08067fff,0xf3df42f8,0xb032fe90,0xfa1033f8,0xc0e5f640,0x7ef2a0a4,0xff810b10,0x4cd023b2,0x691a5125,0xab8ef8e7,0x34cfe4fa,0x9803c0f2,0xe1cfdff8,0xde9bf32c,0x6303300e,0x3400ae2b,0x00b7fe1e,0xda034ffd,0xfbeedcf5,0x7fa0fcb0,0xfb5042f9,0xb07cfa50,0xaff8204f,0xfd318f12,0x1d122362,0x0218614e,0xae4ed5e5,0xa4c8e37a,0x8203b0e0,0xdfc024fa,0x9e75f94c,0x2a09efd4,0x3420451c,0xe059feef,0x2e024ffa,0x062e4cf4,0x8f7ffd10,0xfbd05afb,0xc040fbd0,0xb3fbb021,0xfac1bd13,0x1d1e21c1,0xb316b196,0xb19e90e5,0x04c6e2ea,0x740200ee,0xe1006700,0x7e57fefb,0xd908ffd9,0x3390170f,0xb02bfdee,0xca037ff4,0x0edde7f5,0x3fa5fd20,0xfb007efe,0x803efa30,0x91fcb007,0xf8e19f13,0xcd001f81,0x941501ea,0xb41e3ee5,0xe4cbe3ca,0x770060ff,0xe0e0a105,0xde6c013b,0x9404cfef,0x3280110d,0x5024fb2e,0x1a061ff0,0x10fe2bf5,0xcfc6fab0,0xfb60a000,0x6047fdb0,0x70fdffae,0xf831bd0e,0xccef1b51,0x4813124d,0xb5fddce6,0xc4d0e4aa,0x87ff4103,0xe120dc07,0xee85fe5b,0x89ff9018,0x31f02113,0x7037f72d,0x87099fed,0x0fce22f5,0xcfcbfb10,0xfb00b201,0x40700320,0x59ff1f3d,0xf8520408,0x3cf717f0,0xf512a2de,0xb7ad4ce7,0x34d3e52a,0x9dfdc10c,0xe180d308,0x2e81fb3b,0xa6fb5036,0x3230391a,0x404ef29d,0x250dbfea,0x0fedddf5,0xbfd0ff40,0xf8a0a602,0x40c608d0,0x51ff4ede,0xf9223d02,0x2cfd14f0,0xb413136f,0xb88cbbe7,0x14d2e51a,0xa9fd3101,0xe220ca09,0x5e7afa9b,0xc6fa303b,0x33404e1e,0xa061ee7c,0xec119fe6,0x0fee07f6,0x0fe20300,0xf6c07803,0x01180eb0,0x5afe1ea5,0xfa9257fe,0x1cfc1270,0x8e13c3e0,0xb8dc4ae7,0x04d3e50a,0xb1fc70f2,0xe460f10b,0x0e6dfa6b,0xf0fae047,0x35005820,0x906aed2c,0xde12cfe4,0x0e8e7af6,0x2fef0510,0xf7503603,0x413f1440,0x61fc3e8b,0xfc0253fb,0xccf91080,0x831483f7,0xb8cc32e6,0x74d0e48a,0xbdfc30de,0xe630ee0b,0xfe55f8bc,0x2cfb7071,0x37205820,0x806aef2c,0xf210efe3,0x0cbeeef6,0x3ff80880,0xf93ffc03,0x814518a0,0x51fa1e82,0xfdc243fa,0xad020f50,0x8a15538d,0xb87c99e4,0xe4c8e31a,0xc9fd10c6,0xe871060b,0x5e45f6ac,0x67fa80a1,0x3890501f,0x3063f28d,0x200dcfe2,0x0b1f5cf6,0x50020d80,0xfa5fda03,0xa14b1990,0x37f7fe94,0xff1221fa,0x9d160f20,0xa015a2ff,0xb78d24e5,0x24cae36a,0xd5fd90c5,0xea71150b,0xde5df5ac,0x93f770b9,0x38e0461d,0x505af56d,0x580b2fe0,0x09efb7f6,0x800e1230,0xfaafca04,0x015917f0,0x1bf54ec2,0xfff1f0fb,0xfd300fc0,0xc415a266,0xb5edbae6,0x44d0e47a,0xdefdf0c3,0xebc1010b,0xbe8df59c,0xb4f340c3,0x38403b1a,0xf050f72d,0x83099fdd,0x0a0febf6,0x600f1490,0xfa6fc204,0xa16e1580,0x03f34ef3,0xffb1c3fe,0x7d481170,0xf01521e7,0xb38e38e7,0x84d9e5ba,0xdfff00bd,0xec30d908,0x1eb7f63c,0xd0efc0c7,0x37403018,0x3045f86d,0xa7087fd9,0x0b1feff5,0xdffe1540,0xf99fbd05,0x7186127f,0xeef30f26,0xfed18f01,0xfd4f1411,0x2114d187,0xb06e96e9,0xc4eae7ea,0xe800a0ba,0xeb80b002,0x6ee9f75c,0xdfeed0c0,0x36b02615,0x603cf99d,0xd0076fd4,0x0c8fcdf5,0x7ff616c0,0xf84fbd06,0xc1a30eef,0xd2f2ef63,0xfe314a05,0xfd371661,0x5a14a145,0xad0ed5eb,0x94f9e99b,0x000220cd,0xeb508afe,0x7f2ef7fc,0xd8f0f0bb,0x35a02515,0x003bf8dd,0xb5081fd1,0x0c7f99f9,0x208115a0,0xf7ffb707,0xd1b30b2f,0xb2f16fa5,0xfcd0f708,0xcd031841,0xa314c11e,0xaa2efbeb,0xc4fbe9eb,0x1c02b0eb,0xecb06cfb,0x5f61f5fc,0xc4f500e7,0x34703d1b,0x3052f48d,0x460befda,0x04cf6f00,0xb16c12e0,0xf75fb307,0xc1d9079f,0xa9ef7fe1,0xfaf0a808,0x9cbf1821,0xe1151109,0xa86f10ea,0xb4f1e8fb,0x37020114,0xeec065f9,0xff5df2ec,0xb5fa013a,0x33d07524,0xa084e9ec,0xc615eff0,0xf64f8704,0x31ba0fe0,0xf4dfbd07,0x923d058f,0xa7ed1009,0xfb707e03,0xac9e1501,0xf415510e,0xa95f10e8,0x94dfe6fb,0x3f01013c,0xf15075f9,0xdf53f10c,0xa6fea173,0x3350c12c,0x40c8d1cc,0x732d6ffe,0xee8f9202,0x71930cc0,0xf2dfcb07,0xd29e05ef,0xa4e9c008,0xfd9087fe,0x2cb311b1,0xde16f11c,0xab2f09e5,0xf4cfe48b,0x2f019135,0xf150a2fd,0x0f47eebc,0x9a01d186,0x33412431,0xc124bf7c,0x683f7001,0xed1f8401,0xe1850a20,0xf30fcf08,0x22ca06ff,0xa0e7b004,0xfea0a0fb,0x7cd30fe1,0xbd19a11d,0xab9f0ce4,0x64c8e31b,0x3801a121,0xf270d1ff,0x1f25ec7c,0x99040196,0x33417334,0x316fbd1c,0x6941d004,0xed1f6b02,0xe19907e0,0xf34fc707,0xc2e4070f,0x9be6b009,0xfdf0a5fb,0x5ce40f41,0xb21bb10e,0xaa7f1be4,0x84cbe33b,0x51023125,0xf640c802,0xcf04eb5c,0xa106f1a3,0x3411a735,0x61a1c16c,0x683d8007,0xecdf5c02,0xa1930690,0xf22fb906,0xb309064f,0x97e60026,0xfd209bfc,0x1ce60fc1,0xbd1c10fe,0xa8ff2de6,0x34d5e4db,0x4a026107,0xf5e0b403,0xfeeaec2c,0xae08d18f,0x3511c135,0xd1bacc9c,0x6e328008,0xed2f5401,0xc1780650,0xf1afaa05,0xe30605bf,0x96e6a042,0xfd00a8fd,0x4ce310b1,0xb81b40f3,0xa7bf3ae8,0xf4e8e77b,0x290160db,0xf1f0a502,0xaedfecec,0xae089180,0x3461ca35,0xf1c4d7cc,0x8027700a,0xecff5801,0x315a0780,0xf1ff9705,0x62dc054f,0x9be9b047,0xfdc0cfff,0x2ce91161,0x971a70e9,0xa64f45eb,0x24fbe99b,0x1a0350dd,0xefa0ae03,0xdee0ecec,0xa3081180,0x3361e736,0x91e0de1c,0x9021400d,0xebff6900,0xa1430870,0xf16f7f04,0xb2af046f,0x9aeee05f,0xffc0f2fe,0x0cf11251,0x7f1a00e3,0xa53f4cec,0x2506ea9b,0x1406a0f2,0xeca09b02,0xcedeee2c,0x9e08216f,0x33420137,0x11f9e2fc,0xa01c9011,0xeb1f7900,0x313008d0,0xefff5f03,0xd28302ef,0x92f59096,0x03a101fc,0x7cfc1381,0x801a00de,0xa4bf51eb,0xe504ea6b,0x110940fb,0xea608d01,0x0edbf0ec,0x9d08d147,0x33d1f836,0xf1f0e83c,0xb9177015,0xea4f8900,0x01240940,0xee9f3d03,0x1252014f,0x93fdd0c4,0x08f115fa,0x4d001401,0x7c19f0ed,0xa6df3feb,0x14fee9ab,0x0b0a3104,0xe84091ff,0xbedaf42c,0x9b08c119,0x33d1c936,0x41c3ed2c,0xdf12d018,0xe9bf99ff,0xb1130a50,0xee2f2102,0x4217feff,0x960600e3,0x0e4123f8,0x6cfe1461,0x7719f10f,0xaa5f14eb,0x9505ea2a,0xfc0910fb,0xe3b07afd,0x2edef6bc,0x980870f3,0x33d18334,0xe17ff0fd,0x0b0f3019,0xe9dfaaff,0x51000b10,0xee6f0e01,0x81d8fc0f,0x9b0d30ea,0x11f12bf7,0x4d041441,0x71199136,0xacfee4ed,0x0518eb7a,0xed0770f2,0xdf404dfa,0xbee8f87c,0x8e0820d4,0x33e13e33,0x013df3ed,0x390c8019,0xea2fbbff,0x00ec0b30,0xee9f0100,0xe1a0f89f,0x9d13b0ec,0x14112ef6,0xdd181441,0x8118e137,0xaceedaed,0x9521ebfa,0xee05d0ea,0xdc6039f9,0x7ef3fa5c,0x830780b2,0x33b10630,0xc108f64d,0x6c0a5019,0xea7fc4fe,0xa0d70ba0,0xef0ef100,0x516ef47f,0x9b19d0fc,0x15711df7,0x2d331571,0xa918f129,0xac1eddee,0x2527ec9a,0xf202e0c7,0xd9e029f9,0x0ef3fc0c,0x8206d095,0x33b0df2e,0xb0e3f81d,0x9f08b019,0xeaefc2fe,0x60c60c30,0xef1edaff,0xe14af12f,0x9e1e810b,0x1630fdf9,0x5d4b16c1,0xcb19110e,0xaa5ef0ef,0x1534ed8a,0xf1021084,0xd7801af8,0x4ee5fe0c,0x8806b079,0x3400c22c,0xc0c8f97d,0xce078017,0xeb8fbefe,0x40b80ca0,0xee8eb7ff,0xc134ef8f,0xaa21f115,0x1680dcfc,0x7d5b17a1,0xe518c0f0,0xa83f0aef,0xe541ee4a,0xda052019,0xd5600cf7,0x6ec900bc,0x8e07a060,0x3480a92a,0xc0b2fa7d,0xf706a016,0xebcfb9fe,0x00a40cd0,0xed9e9300,0x4122ef0f,0xaf25511a,0x16b0ccff,0x4d6d1871,0xfc1850e1,0xa71f17f0,0x3548ee9a,0xd0076025,0xd34ffbf6,0xbeac035c,0x8b09704c,0x34e09728,0xf0a1fb3e,0x1905f015,0xebefb7fd,0xc0900c80,0xecde7900,0xf109ee7f,0xaf27811c,0x16a0c702,0x6d791972,0x1517b0db,0xa67f1bf0,0x3549eeab,0x0905e0cd,0xd15fe4f5,0xbe9804ec,0x800b203f,0x34f08b27,0xa097fbce,0x34058015,0xebffbefd,0xa0840c10,0xecfe6601,0x40eaee7f,0xb8279109,0x1640d004,0xed8119c2,0x2216c0dc,0xa65f18f0,0x0547ee8b,0x0105d0ec,0xcfafcff5,0x3e90055c,0x780c403f,0x35308526,0xf092fc0e,0x45054015,0xebefccfd,0xa07a0bb0,0xed0e5801,0x40d4eeaf,0xc22880f3,0x1550dc05,0x8d8719a2,0x2715f0e9,0xa76f0af0,0x0548ee9a,0xe006c0dd,0xce3fb2f6,0x1e8d05ac,0x730d3040,0x35908126,0x608ffc2e,0x4c052016,0xebcfdbfd,0xb0760b40,0xecce4e01,0x70c8ee4f,0xc228e0e7,0x14f0d705,0xcd831a32,0x2f15e0fa,0xa92ef8f0,0x254beeca,0xc40860bb,0xcd1f90f7,0xce8a063c,0x6d0dd03e,0x35a07e25,0xe08cfc3e,0x50051016,0xebafe6fd,0xb0770ac0,0xec6e4201,0xb0beedaf,0xc229e0e6,0x14e0d206,0xed7e1ba2,0x3a16a10d,0xaadee3f0,0x154ceeca,0xab0990a6,0xcccf7df8,0x5e8206cc,0x6a0e503d,0x35b07b25,0x9089fc4e,0x55050016,0xebbfebfd,0xb0740a80,0xec2e3102,0x10b2ed8f,0xc62b40eb,0x1510d707,0xdd811d02,0x44172122,0xac6eccf0,0x154eeeda,0xa50b00c9,0xcc3f6df8,0x3e73074c,0x680eb03f,0x35907925,0x4087fc7e,0x6004d016,0xebafedfd,0x60650ab0,0xec3e2202,0x60a1ed6f,0xcd2c80ef,0x1580e608,0xed881d92,0x4816a124,0xacdec6f0,0xa558ef5a,0xb10d40fc,0xcb8f5bf7,0xfe65076c,0x660e4045,0x35307725,0x0086fcae,0x6d04a016,0xebafeffd,0x30550b50,0xec9e1b02,0x608eed7f,0xd42da0e5,0x15d0fa09,0xad8e1c42,0x3614a104,0xab4ee1f2,0x1571f0aa,0xac0e10f1,0xca3f56f8,0x3e62073c,0x640d9048,0x34f07524,0xb084fcde,0x78048016,0xebcff2fd,0x104d0bb0,0xed7e1b02,0x0077eddf,0xdc2f30ce,0x16010b09,0x8d911992,0x131200e2,0xa8fefff3,0x658bf1ca,0xaa0d90dc,0xc89f69f8,0xce6406ec,0x660cf046,0x35107324,0x6082fd0e,0x88044015,0xebcff0fd,0x00460b70,0xee9e2101,0x305bed7f,0xe73030c4,0x15a11108,0xcd8f17a1,0xf81040d2,0xa79f0df3,0xf598f25a,0x970d30be,0xc7bf7cf8,0xbe6606ac,0x6e0cc03e,0x35906f23,0xe07efd5e,0x9b040014,0xec2fe3fc,0xe03f0a60,0xef6e2300,0xc03bed3f,0xf22fa0bd,0x15710907,0x4d881731,0xf21060d3,0xa79f0df3,0xc594f22a,0x780be075,0xc7ff79f8,0x9e6106bc,0x720d3037,0x36206923,0x1079fd9e,0xad03c011,0xecdfd5fc,0xe03b0910,0xefce1900,0xe020edbf,0xfd2f40ba,0x1500ee05,0x0d781802,0x021200e4,0xa8fefff2,0xd580f15a,0x610a3023,0xc86f74f8,0xde5606dc,0x6f0de039,0x36506522,0x6075fdbe,0xb903900f,0xed6fd6fc,0xd03808a0,0xef3e0c01,0x601aef0f,0xfc2e10bc,0x14f0d202,0xad6d18a2,0x1a1360fd,0xaabeeaf1,0x8566f02a,0x4f09bff1,0xc87f6df9,0x3e52071c,0x650e403c,0x36006422,0x4075fdbe,0xb903900f,0xed6fddfc,0xe0380940,0xee2e0201,0xe026f0cf,0xf62c90bf,0x14e0c100,0xed6918c2,0x2e13e11c,0xac8ecff0,0x254feefa,0x490b4009,0xc8cf6df9,0x5e57078c,0x5b0e203f,0x35a06722,0xa077fd9e,0xad03c012,0xecefdbfc,0xf03b0a50,0xed7dfa02,0x6030f22f,0xf42b70c5,0x14e0b200,0x4d661952,0x4114813c,0xae0eb3ef,0x053eedfa,0x881080ac,0xc96f71f9,0x8e56079c,0x530dd047,0x35506822,0xc079fd6e,0xa103e015,0xec6fd5fd,0x003c0b50,0xed1df802,0xc036f38f,0xf02a70c7,0x14c0ab00,0x3d671a32,0x4715717f,0xb0ce6fee,0x3533ed3a,0xd311f12b,0xc9df73f9,0xde52078c,0x4e0d404e,0x34f06822,0xc079fd5e,0x9c040014,0xec3fd9fd,0x20360bb0,0xed4dfe02,0xe038f4bf,0xef29b0c2,0x1460a300,0x3d631b72,0x441681da,0xb33e13ed,0xd52decea,0xa70fc0fd,0xca1f70f9,0xce52073c,0x4c0ca051,0x34a06722,0xa078fd5e,0x9c040014,0xec1fd6fd,0x40310b70,0xed7e0a02,0xc03ef67f,0xf028a0ae,0x13d0aaff,0xcd541c22,0x3516d22e,0xb49dc1ed,0xa52becba,0x750d00cc,0xcacf70f9,0xde6106cc,0x470c804f,0x34806622,0x7077fd6e,0x9d03f013,0xec0fddfd,0x10330b80,0xedae1302,0xb04cfa1f,0xf326508d,0x12f0dbfe,0x6d421b92,0x0e16523f,0xb4ddb4ed,0xb52becca,0x770930d5,0xcc0f74f9,0xee76062c,0x3f0d304d,0x34a06622,0x7077fd6e,0x9f03f013,0xec0fedfc,0x90380c10,0xedfe1b02,0xd05dfdff,0xf7236074,0x124120fd,0x2d3f1b71,0xe7161273,0xb56d86ed,0xd52becea,0x620660eb,0xcdff7df9,0xbe86050c,0x380dc051,0x34b06822,0xc078fd7e,0xa303e012,0xebeffcfc,0x003b0ca0,0xedbe3102,0xd07e003f,0xf820b06e,0x11c142fc,0x8d321c91,0xcc1672c7,0xb64d38ed,0x9526ecba,0x55067100,0xcfaf8ff9,0xee99049c,0x340dc048,0x34606b23,0x307bfd7e,0xa603d011,0xec0ffefb,0x703f0d30,0xee1e4b02,0x809e014f,0xfe1de07e,0x10e147fc,0x9d201ea1,0xbf17032b,0xb70cdaed,0x2520ec5a,0x5604b0df,0xd18f99f9,0xdea603ac,0x380da046,0x34406e23,0xb07dfd7e,0xa503e010,0xec2ff5fa,0xe0450da0,0xeebe6702,0x00c50170,0x011a4097,0x0f614bfd,0xdd142091,0xba1773a7,0xb78c61ed,0x051fec3a,0x590530c0,0xd31f8ff9,0xeeaf025c,0x430cf048,0x34307324,0x7082fd7e,0xa203e00f,0xec0fe2fa,0x90460d50,0xefae8901,0x70eb01c0,0x0815e0a0,0x0d914e00,0x1d0121b1,0xae17a403,0xb79c03ed,0x5523ec8a,0x760790cc,0xd33f8bfb,0x4ebe00ac,0x4d0bf04b,0x34207925,0x4087fd6e,0x9f03f00f,0xebefd0fa,0x90440c30,0xf09eac00,0xe1160200,0x0e10a0a3,0x0b713e02,0x7ce62271,0xa817c40d,0xb78bf4ed,0xd529ecfa,0x910720d3,0xd48f96fc,0x6ed6fe9c,0x510b0053,0x34208026,0x408dfd4e,0x9504100e,0xebefcefa,0xb0490b20,0xf1eecd00,0x21430200,0x160aa0a2,0x09112006,0xdccf22f1,0xac179286,0xb5ad7bee,0xd536edea,0x950740c5,0xd67fa2fc,0x5ef7fbec,0x5509c068,0x34708b27,0xa097fcee,0x7c04700e,0xebdfdafa,0xf0510a30,0xf3eee6ff,0x216602f0,0x2704e090,0x06e11d0b,0x3cc12311,0xaa16f1b2,0xb1de51f0,0x554bef3a,0xbe0290c2,0xd80fa4fb,0x4f14f88c,0x5e08708f,0x35209929,0x20a4fc5e,0x5904f00e,0xeb8fe4fb,0x505c0990,0xf53efafe,0x71900450,0x39ffb077,0x0541430c,0x6cbd2381,0xa017821b,0xb46df3f1,0x855df03b,0x0aea80f0,0xda8f97f9,0x8f24f5cc,0x6a0730b9,0x35b0aa2a,0xa0b3fb8e,0x2d05b00f,0xeb3fe7fb,0xc06b0980,0xf47f0ffe,0xa1dd0510,0x42faa065,0x03c14c0a,0xbcb52401,0x96190307,0xb74d12f1,0xd560f05a,0xb6dc1170,0xdd1f9af9,0x0f31f4fc,0x680690d0,0x3590ba2b,0xe0c1fa8d,0xfb06a00f,0xeb0fe7fc,0x607f0970,0xf45f28fe,0xe2240540,0x48f58055,0x02213a09,0x3cae2461,0x941b12ab,0xb6ad70f1,0x054fef6a,0xbdd9c16e,0xde2fb4f9,0xaf38f3ec,0x680570ea,0x3510cf2d,0x80d4f93d,0xc607c010,0xea8fddfd,0x10960980,0xf45f4bfe,0xf25e0460,0x4af06049,0x00f12807,0xdca224c1,0x9b1d6239,0xb53de3ef,0xb538ee0a,0xe4d91157,0xdf4fc0fa,0x2f4af1ec,0x67035107,0x3420ee2f,0x70f2f7bd,0x95091010,0xea5fcffd,0xc0ac09c0,0xf41f6efe,0xe29a02e0,0x4aeb203e,0xffe11806,0x9c952541,0xa41f91d2,0xb32e4aee,0x9526ecdb,0x0cd92138,0xe11fc2fa,0xaf68efec,0x5f00b11c,0x32c11431,0x4115f60d,0x670a9010,0xea5fc9fe,0x60c009f0,0xf42f7cff,0x62cc0300,0x43e67032,0xff611304,0x2c922621,0xa6221184,0xb08e94ed,0xa517ebdb,0x26da2129,0xe2cfdef9,0xaf62ee3c,0x64feb13d,0x30f13d32,0xb13cf3cd,0x3b0ca010,0xea3fc2ff,0x00ca0a50,0xf36f8d00,0xa2fb0320,0x23e2202a,0xfef11100,0x9c982761,0xac24d13e,0xacfed2ed,0x650feb6b,0x2edc213c,0xe3e00af6,0x8f53ecdc,0x61fd115d,0x2e216c34,0x1168f0ad,0x0c0f800f,0xea3fb9ff,0x80c809a0,0xf2afa002,0x133602af,0xfdde2028,0xfe60f8fc,0xcca22891,0xb8272102,0xa8bf04ed,0xf512ebcb,0x55df311b,0xe5503bf1,0x7f48ec2c,0x5ffbf176,0x2c01a735,0x71a1ec2c,0xdb13b00f,0xea3faa00,0x10c407d0,0xf1bfa802,0xe36e029f,0xe9db101f,0xfd70c9fe,0xbcb32921,0xc62910df,0xa5af1fee,0x150febcb,0xa8e370a9,0xe76055ee,0xff37ebec,0x6cfbe187,0x2bc1f036,0xc1e8e62c,0xb019700f,0xea1f9a00,0xb0d90650,0xf17fa603,0x838902af,0xe6d9e013,0xfc4097ff,0xfcb72971,0xd02ab0ce,0xa41f2aec,0xb4fdea5b,0xfae8e01f,0xe7e05eee,0xdf26eb3c,0x7ffc119f,0x2bd24d37,0xd243de6c,0x9021000f,0xea0f9401,0x20e605c0,0xf13fa104,0x239902bf,0xe7d91014,0xfb206a00,0x9cbc2a01,0xdd2c60c8,0xa39f2ce9,0xd4e2e77c,0x2aef0fa2,0xe6907aef,0x8f1bea7c,0x92fcd1b7,0x2c62d638,0xd2cad43c,0x7a2b0010,0xe9af8f01,0x30f20600,0xf0df9c05,0x03a402af,0xead8e011,0xfa104e00,0xacc42a61,0xe82e00b6,0xa06f42e6,0xa4cae44c,0x2ef53f46,0xe53091f3,0x0f10ea3c,0xa2fe21cc,0x2d534339,0x4335c81c,0x6d36e012,0xe93f8000,0xe0fe0590,0xf0cf9b06,0x33a5024f,0xe7d8c016,0xf9504100,0x8cce2ad1,0xf32fd0a8,0x9d2f55e3,0x94b7e12c,0x09fb8f1e,0xe49099fa,0xef05eaac,0xaeff41db,0x2df32d39,0x231fbd1c,0x6b41b013,0xe94f6600,0xe11104b0,0xf0ff9e07,0x439d018f,0xe2d82026,0xf8b02302,0x8cab2a62,0x0d2fb0bd,0xa29f31e2,0xd4b4e07b,0xc5fa5ed4,0xe2c047fd,0x7f02eb8c,0xb7ffb1de,0x2e62ba38,0x92aeb4fc,0x6e49b010,0xe9cf5b01,0x61260500,0xf17fa007,0xc383009f,0xebd7602f,0xf7c01f05,0xac8228f2,0x192ed0db,0xa7df06e3,0x04b4e0ab,0x81f7beca,0xe43fd1ff,0xcf08ec9c,0xbfff51d6,0x2f322c37,0x6223b2dc,0x704bd00d,0xea9f5401,0xd13c0500,0xf27f9c08,0x3349001f,0xfad7602d,0xf6802c0a,0xec5f2802,0x0c2e9109,0xacdecae4,0x24b9e1cb,0x48f40ef8,0xe6ef7c05,0xaf10edbc,0xc8fe41ce,0x30319d35,0x3198b65c,0x6d487006,0xec4f5802,0x514c04f0,0xf37f9808,0xf2faffcf,0xf8d8d037,0xf4f02d11,0xcc422951,0xf2300161,0xb1de67e4,0x84bae22b,0x13efdf5e,0xe92f3c0c,0x4f1ceffc,0xc7fc81bc,0x30b11631,0x3117c0dc,0x693e1ffe,0xee9f5a02,0xb1540600,0xf4af870a,0x229b002f,0xe9dc104f,0xf3100f18,0x8c132c61,0xd731e246,0xb6cd76e3,0x44b4e0ea,0xfaeaffd7,0xed6ef60c,0xbf1cf3ac,0xc4fa819f,0x30d0a42a,0x10aed49c,0x782aaff0,0xf2ef5402,0x91520820,0xf5ff680b,0xb236027f,0xd8e0c068,0xf24ff415,0x5bf62e31,0xbf3341bc,0xb45e05e1,0x84acdf4b,0x2cf0b03f,0xf0ded20b,0x4f0bf84c,0xbaf91177,0x3190531f,0x7066e89c,0xbc172fd3,0xfccf4901,0xc14109b0,0xf7af540d,0x21ce057f,0xbee69072,0xf3ffe411,0xbbe22d81,0xa333716c,0xb1be5ae1,0xf4aedfbb,0x65f40066,0xf30edf09,0x4f02fbec,0xa5f70140,0x32702414,0x603af3cd,0x370cafb2,0x088f4aff,0xd1170b20,0xf94f5b0d,0x916b06df,0x92ed3076,0xf88fd70e,0x2bdb2c01,0x8a33a135,0xaf1e97e3,0x94b5e13b,0x97f6c079,0xf3ff2607,0xbefcfcfc,0x9bf3e0f1,0x3420130e,0x2026f9ad,0xd5075fa8,0x0bcf78fc,0x80c80d60,0xfa8f6d0c,0x7126068f,0x65f38071,0xff0fd50a,0x0beb2a81,0x8534d119,0xacdebce3,0xd4b7e17b,0xbdfa609c,0xf48f6a06,0x6ee5fbec,0xaef0b08d,0x37f0130e,0x2026fd5e,0x98040fb1,0x08efbbf7,0x203a1040,0xfbaf840a,0x60fd060f,0x57f81060,0x03cfff04,0xec1127b1,0x8e34b112,0xabaecde3,0x54b5e0fb,0xc3fea0b4,0xf50f9304,0x7ed4f95c,0xd3ec803b,0x3c301d12,0x4032ff1f,0x40020fbe,0x04bfcef0,0xcf8b1700,0xfd6f9307,0x90e306cf,0x78fa204f,0x05e056fe,0xbc2422a1,0x96320113,0xab1ed8e3,0x54b5e0fb,0xad0230b5,0xf3ffbe05,0xcee1f56c,0xf9ea603d,0x3ee03018,0x4046ff2f,0x4a01efc6,0x01ffb5ee,0x5f4e1d40,0xfe1f9305,0x50e7084f,0xa8fb2043,0x07409ef8,0x9c031de1,0x952f710d,0xaa4ee9e2,0x34b1dfdb,0xac0570b8,0xf48ffa08,0x6ef5f20d,0x0aee707a,0x3f004d1e,0xd060fdce,0xb8038fca,0x00afacef,0x1f651dc0,0xfc6f8f04,0xb119092f,0xcbfc002c,0x07d0b904,0xbc291b21,0x9d2da0e0,0xa51f27e0,0x84aade3b,0xb105d0b5,0xf500160a,0x7ef7f13c,0xfaf180a7,0x3cc06e24,0x207dfaee,0x04063fcd,0xffafc5ef,0xbf791f90,0xf98f8c04,0xe163095f,0xedfbd008,0x06a0c501,0xbc061991,0xad2b910d,0xa99ef9df,0x04a5dccb,0xa403309e,0xf4a00d0a,0x8ee9f23c,0xdcf290b1,0x39108e28,0x0099f6dd,0x7209dfcf,0xfecfd8ef,0xef811ee0,0xf7df9305,0x519107f0,0x0afb2ff4,0x0420c8ff,0x6be11941,0xb629f149,0xad9ebbdd,0x84a1db4b,0x9600e08f,0xf4300309,0xdecdf25c,0xb9f350bd,0x34a0af2b,0x20b8f1bd,0x0f0e8fd1,0xfe4fc8ef,0xbf7f1a60,0xf84fa005,0x51910620,0x2ffb2fe2,0x0070d8fd,0xcbbc18f1,0xaf28719d,0xb12e64dd,0x24a0dafb,0x8dffb091,0xf3affa09,0xce9ff0bc,0x98f4e0d9,0x3080cd2d,0x50d3ee7c,0xed118fd0,0xfeefa5ee,0xaf6815b0,0xf94fac04,0x91850450,0x66fbafd1,0xfc00ecff,0x1ba81841,0xa7270141,0xad2ecedf,0xf4a9ddab,0x7ffed090,0xf33feb0b,0x8e62ef4c,0x7ff7d0f5,0x2e50d92e,0x00ddf01d,0x04101fca,0x015f78ee,0x2f5f1130,0xf8dfb303,0x419501f0,0xa7fb6fcb,0xf840faff,0xeb9e1751,0xab25b108,0xa90f14e1,0x64afdf0b,0x63fe807d,0xf690260a,0x6e26f00c,0x69fc30f8,0x2e80cb2d,0x40d1f3dd,0x3c0c9fc2,0x049f2eef,0xff910b30,0xf83faf02,0x11b1ffa0,0xddfa9fd8,0xf510fa00,0xaba41701,0xbc24c0dd,0xa40f4de2,0x24b2dfbb,0x4cfde068,0xfc006908,0xddf5f1bc,0x520150e1,0x2f30ae2b,0x30b6f7ed,0x9c08ffbe,0x061ebbf2,0x1fcb04b0,0xf93fa301,0x61b4ff31,0x00f9bfe4,0xf340e902,0x6bae1841,0xc324c0e6,0xa55f3ee6,0x14c5e38b,0x4afcb062,0xfb803708,0xade1f15c,0x3506b0c9,0x2f309128,0x709cfb3e,0x2005ffbd,0x069e62f2,0x1fcf0160,0xfa7f9300,0xd1abff61,0x07f91ff4,0xf340bc04,0xcbb41931,0xc52620e9,0xa5af33e7,0xd4cee53b,0x4efad063,0xf9c01a09,0xce0aefec,0x160cf0b8,0x2f707925,0xa087fd2e,0x91043fb9,0x084e56f0,0x9faa02c0,0xfaef71ff,0x11c60031,0x0cf84009,0xf4907e05,0xdbb01931,0xd42830ed,0xa60f28e6,0xb4c9e41b,0x56f92061,0xf8d01d0b,0x6e5cef3c,0x1e14b0ac,0x32a08627,0x3093fd9e,0xae03cfc9,0x027e8cf0,0x5fa805d0,0xf99f3cfc,0x51fcff20,0xf5f5e05b,0xf5700b04,0xcb961d92,0x0e2d30f1,0xa68f1ce2,0x44b6dfcb,0x65f86058,0xf9301b0e,0xfe78ee1c,0x591690bc,0x3740ec2f,0x10f0fc3e,0x51052ff2,0xf28f0bf6,0x103f0810,0xf92f2afb,0x722cfdb0,0xbcf2e0a1,0xf62fc002,0x7b862292,0x403290f4,0xa74f12de,0xb4aadc4b,0x69f9504d,0xf70fda10,0x2e9dea4c,0x7711b0fb,0x3811fc36,0xc1f3f8ad,0xbd085012,0xe80f86fd,0xe0ef0cb0,0xf85f2cfb,0x226cfe70,0xb8eff090,0xf70fe301,0x0b851f92,0x4a2fe0ff,0xa8af01e2,0xd4b8e05b,0x5afa9047,0xe90f9710,0x0ef2e4ec,0x740d2148,0x37d48239,0x7470f2dd,0x300d8015,0xe71ff800,0x01100fe0,0xf55f1dfb,0x52e00050,0xceed906d,0xf8a036fd,0xfb8d1702,0x4028f109,0xa9aef4e4,0xa4c0e21b,0x47fb7044,0xe64f520d,0x3f1be4cc,0x760b915d,0x38658138,0x656bec5c,0xdc138010,0xe88032ff,0xf1091050,0xf47f0bfb,0xa324fe80,0x7eec20c1,0xf7c012fa,0xbb941962,0x752a6117,0xaaeee4e2,0xc4b7e04b,0x2ffb5038,0xe62f3d0d,0xff24e5cc,0x850a0174,0x38757038,0x755ae74c,0xb7186014,0xe7404500,0x310c0f80,0xf61f09fb,0x8334f94f,0xd1e7916d,0xf3bf6df8,0x8b9b2b02,0xbb38b125,0xabfed3e1,0x64b2deeb,0x1ffaa02d,0xe4df2c0e,0xcf35e46c,0x9308c196,0x38f56938,0x8553e4ec,0xaa1ab018,0xe6005300,0x811a0da0,0xf65f15fc,0x534bf7df,0x8be3f198,0xf1ef3ef7,0x9ba12f52,0xc23d5134,0xad0ec1e2,0xf4b8e07b,0x14f99021,0xe38f0a0e,0xef47e40c,0x8a083198,0x38951638,0xe501e58c,0xb01a1015,0xe6c05700,0xa1200c00,0xf5af22fd,0x934af86f,0x9de58177,0xf29f66f7,0xcb9b2932,0xab38e14f,0xae7ea5e5,0x34c2e29b,0x0bf82011,0xe26ee60e,0x6f4ae50c,0x8507918b,0x37d47739,0x5464e61c,0xb5198012,0xe7c04700,0x911d0ad0,0xf63f2afd,0x9332f83f,0xabe6e172,0xf2cf6ef8,0xab982812,0x8f38815c,0xaf0e98e6,0x24c7e38b,0x03f6b000,0xe26ed20e,0xef45e51c,0x95072190,0x38941239,0x7400e60c,0xb2199011,0xe7d03100,0x91270a50,0xf63f36fd,0xe328f78f,0x9de6e180,0xf20f61f8,0xfb9e2952,0x7f3a816b,0xafae8ae4,0xb4c0e22a,0xfef5fff2,0xe43edb10,0x9f47e60c,0x9b06d185,0x38f38f39,0x7380e78c,0xb7182011,0xe7d01a00,0x913209a0,0xf5ff3cfe,0x2313f75f,0x9fe77180,0xf1df62f9,0xfb9b2962,0x683ac17d,0xb05e78e2,0x94b7e01a,0xfbf4dfe2,0xe5eef510,0xdf3fe79c,0xa306e16c,0x3982df38,0xd2d2ea6c,0xc9156010,0xe8000400,0x81350900,0xf61f42ff,0x42f2f79f,0x9de7f17a,0xf2cf6dfb,0x2b9228b2,0x4d39f198,0xb13e5fe1,0xd4b3df5a,0xf5f40fd4,0xe67f080f,0xdf35e9ac,0x9c074153,0x39223137,0x8228ecdc,0xde13100e,0xe8cfed00,0x81340830,0xf57f4bff,0xf2c6f71f,0x98e8c17f,0xf32f77fc,0x0b832822,0x2e38e1cc,0xb29e2de2,0x44b5dfda,0xedf35fc6,0xe61f020f,0xef2eeb9c,0x96076138,0x38c1aa35,0x91a4ef8c,0xfa10900b,0xe98fd400,0x61300760,0xf61f54ff,0xe284f62f,0xa8eac17a,0xf3ff88fd,0x1b6926d2,0x0737022b,0xb46dd3e1,0x64b1defa,0xe4f1efb6,0xe4cef211,0x9f28ed6c,0x9807011e,0x38d13a32,0xa138f24d,0x200e0008,0xea7fbd00,0x212c0580,0xf77f5cff,0xf23ef59f,0xbdedb16c,0xf56fa3fe,0x0b4f24f1,0xe134c2b0,0xb60d51e0,0x24acddca,0xdef0cfa8,0xe33efa12,0x0f22ef2c,0x9804710a,0x37b0e92f,0x20edf47d,0x490c0005,0xeb9fa7ff,0xd1200580,0xf71f6800,0x8208f49f,0xb5f0a17c,0xf6dfacfe,0x3b402421,0xc333035c,0xb72ca8de,0xa4a6dc5a,0xe5ef4f79,0xe39f1b11,0x3f21f18c,0x880070ed,0x3510ac2a,0xf0b5f65d,0x730a4001,0xed0f95ff,0xa1110700,0xf75f7100,0x61d6f2ff,0xb5f2819c,0xf7afa1fe,0x4b382431,0xaa31f419,0xb77becda,0xf49bd8ca,0xf0ee7f54,0xe43f3910,0x4f22f3bc,0x83fec0c8,0x34e08326,0xc08ff86d,0xaa087ffd,0xeedf90ff,0x910306e0,0xf7ff76ff,0x61b1f16f,0xc5f371a7,0xf79f91fe,0x3b2d2481,0x983124c4,0xb70b42d4,0xa48ed2aa,0xe9ee0f58,0xe5cf5a0f,0xaf27f5dc,0x8effe0a1,0x37606622,0xf076fa5d,0xea06bffa,0xf09f91ff,0x50ea0470,0xf6df81fe,0x61a9ef8f,0xc6f481a5,0xf79f7901,0x7b2324f1,0x94301436,0xb77bd6d1,0x1488cf2a,0xdeee2f6c,0xe76f7b10,0x0f3bf91c,0x92029064,0x3a404e1f,0x2060fc2e,0x3a050ff9,0xf35f92fe,0x90c202c0,0xf73f89fd,0xd17fed5f,0xccf4d1c0,0xf87f5606,0x0b192691,0x962f737b,0xb75c97d2,0x8489d09a,0xe2ed6f6b,0xe8cf8e10,0x3f47faec,0x9403a041,0x3bc03b1b,0x3050fd5e,0x8203fff9,0xf4df96fd,0xb0a002e0,0xfa3f89ff,0x810aec9f,0xcff671cb,0xfa4f420c,0xbb1f2881,0x893002c8,0xb66d4fd4,0x448bd24a,0xdfec6f60,0xe98f9110,0x0f2efafc,0x7d047030,0x3a402916,0x303ffe4e,0xe1030ffa,0xf66f8ffc,0xa0930490,0xfabf8e00,0xd0c5ecbf,0xc8f811bf,0xfbbf5212,0xcb4228c1,0x7f30c23b,0xb4fde2d5,0x248cd32a,0xcbebbf70,0xeb6f9210,0xaf24fcac,0x65059000,0x39501b11,0x7030ff1f,0x3f020ffc,0xf8af8bfb,0xf0710380,0xfabf9201,0x30a3ec2f,0xcaf961bf,0xfcff5b17,0x6b6628b1,0x7b3161ba,0xb27e67d4,0xb48cd2ca,0xb9eb9f84,0xf06fa812,0xaf1ffebc,0x5c058fe0,0x3930120d,0xb025ff7f,0x74017fff,0xfa8f8cfb,0x805c0440,0xfb0f8f01,0x007feabf,0xdbfac1d1,0xfdbf8118,0x2b7a2911,0x763211d5,0xb32e48d3,0x848ad1aa,0xb5ec1f7e,0xf62fbc13,0xaf16000c,0x5d03afd1,0x39400d0b,0x001effaf,0x93012003,0xfbbf91fc,0x104d02e0,0xfa3f8e01,0x707bea6f,0xcffb11d3,0xfe2fa417,0xbb942891,0x64326214,0xb46e06d5,0x648cd36a,0xbdec8f71,0xf6cfa812,0x8f1101cc,0x56015fb8,0x38b00a09,0x6019ffbf,0xa500f007,0xfc8f98fd,0x104e02b0,0xf93f9501,0xb080ea9f,0xc2fad1c5,0xfe9fb716,0x6b9f2771,0x4532728c,0xb60d8dd8,0xb493d6ba,0xd5ecdf70,0xf2ef7210,0xff0b036c,0x53feefa0,0x38600808,0x1016ffcf,0xb000d00a,0xfd4f96fd,0x904c0310,0xf91f9c01,0x7074eaef,0xc9fa81b3,0xff1fbd15,0x3b942431,0x23322308,0xb6fd0fd8,0x5492d65a,0xfeec2f64,0xf44f7114,0x7f0103fc,0x59fd6f95,0x38d00607,0x1013ffcf,0xbc00b00f,0xfe0f90fd,0x904403c0,0xf9df9e00,0xd05aeb1f,0xe0fa91a9,0xff1fd314,0xeb9120c1,0x0231e38a,0xb79c8ad6,0x248ed42b,0x2bea9f5b,0xf7bf6f1a,0x2ef403cc,0x63fc4f94,0x39900506,0x3010ffdf,0xcb008013,0xfecf92fd,0x90340480 +}; + +u32 ANIM_ENTRY_fire_jump_to_side_right[] = +{ + 0x006f3d00,0x00140ba0,0x2102600b,0xfe614d01,0x6cba2590,0x632dbe58,0xcd819cdb,0xd48ed8e9,0xf2094010,0xe88f8003,0xeec7fcbc,0x5404c031,0x3a60110d,0x9024ff7f,0x78016fe8,0xf76fa5f7,0x506003d0,0x007f3d00,0x00150ba0,0x2202a00b,0xfe514b01,0x2cb22590,0x632dce66,0xcde18edb,0xc48ed8c9,0xf808b014,0xe88f7f04,0x3ec6fcac,0x5404a031,0x3a60110d,0x9024ff7f,0x79016fe7,0xf77fa4f7,0x30600420,0x008f3d00,0x00150ba0,0x2302a00b,0xfe614b00,0xdcac2580,0x632dde72,0xce4181db,0x848ed889,0xfe080014,0xe88f7e04,0x4ec5fc8c,0x54048033,0x3a60110d,0x9024ff7f,0x7b016fe7,0xf76fa3f7,0x20600440,0x00af3d00,0x00140ba0,0x2302a00a,0xfe814b00,0x9ca62570,0x622dce7f,0xceb173db,0xc48ed8ca,0x05074014,0xe86f7d04,0x2ec2fc6c,0x5404a034,0x3a60110d,0x9025ff7f,0x7b016fe7,0xf75fa2f7,0x10620470,0x00af3cff,0xf0150b90,0x2402c009,0xfe814b00,0x5ca12590,0x632dce8a,0xcf2167db,0xb48ed8ba,0x0a068017,0xe84f7c04,0x1ec2fc6c,0x54049034,0x3a50110d,0x8024ff8f,0x7c016fe7,0xf73fa2f6,0xf06204c0,0x00bf3c00,0x00140ba0,0x2302e00b,0xfe914b00,0x1c9c2590,0x642dde94,0xcf815ddb,0xc48ed8ca,0x1005c018,0xe83f7c04,0x3ec3fc4c,0x5404a036,0x3a50110d,0x9025ff8f,0x7c016fe7,0xf73fa2f6,0xe06304d0,0x00cf3bff,0xf0140ba0,0x2302e00c,0xfea14bff,0xcc962590,0x642dce9f,0xcff151db,0xf48fd8fa,0x1805201b,0xe83f7c04,0x6ec3fc5c,0x5404a036,0x3a50110d,0x8024ff8f,0x7d015fe7,0xf72fa4f6,0xc0640510,0x00bf3b00,0x00150ba0,0x2303000b,0xfeb14cff,0x7c912580,0x642dcea9,0xd06146db,0xe48fd8ea,0x1e04401e,0xe83f7e04,0x7ec2fc5c,0x54049035,0x3a50110d,0x9024ff8f,0x7e015fe7,0xf71fa3f6,0xb0640540,0x00cf3b00,0x00150bb0,0x23032009,0xfec14eff,0x2c8c2560,0x622dceb2,0xd0d13cdc,0x248fd92a,0x25036021,0xe83f7f04,0x8ec1fc4c,0x5304b035,0x3a50110d,0x9025ff8f,0x7f015fe7,0xf70fa1f6,0xa0660550,0x00df3a00,0x00150bb0,0x2302e00c,0xfed14cfe,0xec862570,0x632dceb9,0xd12135dc,0x048fd90a,0x2b02d021,0xe83f8204,0x7ebefc3c,0x5404c035,0x3a50110d,0xa025ff8f,0x81015fe8,0xf6dfa0f6,0x80670580,0x00df3900,0x00170bc0,0x2202c00c,0xfee14dfe,0x9c7f2550,0x632dcec1,0xd1912cdc,0x4490d94a,0x33020025,0xe83f8604,0x5ebdfc3c,0x5304f035,0x3a50120d,0xb025ff8f,0x82015fe8,0xf6bfa0f6,0x80690580,0x00bf3800,0x001b0bc0,0x2302b00a,0xff214cfe,0x4c7a2550,0x632dcec8,0xd1f124dc,0x3490d93a,0x38018028,0xe83f8a04,0x3ebefc2c,0x54052033,0x3a60120d,0xf026ff8f,0x82015fe8,0xf68fa4f6,0x706b0590,0x00af36ff,0xf0220bd0,0x2402800a,0xff414bfd,0xfc742540,0x672ddecc,0xd2311fdb,0xb48ed8ba,0x3a00f029,0xe83f8d04,0x4ebffc1c,0x55057033,0x3a80130e,0x6027ff8f,0x80015fe9,0xf63fa7f6,0x606d0580,0x009f32ff,0xe02c0bf0,0x2602000b,0xff514cfd,0x8c6e2530,0x6b2deed3,0xd2a117db,0x048dd81a,0x3e001029,0xe83f8f04,0x8ec6fbec,0x56060037,0x3aa0150f,0x0029ff7f,0x79016fea,0xf5cfaff6,0x70700560,0x00df2dff,0xa0350c30,0x2a017010,0xff514dfc,0xec682520,0x702deedd,0xd3310dda,0x648bd77a,0x40ff302a,0xe82f9004,0xbed4fb3c,0x5a06e041,0x3af01810,0x202cff6f,0x6e018fed,0xf4cfbff6,0x80750510,0x013f26ff,0x40430c90,0x31009011,0xff114ffc,0x2c602500,0x772ddee4,0xd3c105d9,0xa48ad6ba,0x48fee02f,0xe81f9204,0xbee5fa0c,0x5f07c051,0x3b601c11,0xe032ff5f,0x5f01bff1,0xf37fd0f6,0x907a04e0,0x019f1bfe,0xb05e0d40,0x3dff2012,0xfef150fa,0xdc5924a0,0x862dbeeb,0xd430fed8,0x7488d58a,0x4efed034,0xe7ff9504,0x9ee6f87c,0x6c086063,0x3bf02414,0x803aff2f,0x4b01eff6,0xf21fd4f6,0xa07d0520,0x01bf18fe,0x30820d50,0x4efd7012,0xfeb150f9,0x9c502430,0x942d6ef2,0xd4b0f6d8,0x6488d57a,0x44fdc041,0xe7df9504,0x9ee4f6fc,0x79078078,0x3c302d17,0x3043feef,0x2b024ff9,0xf10fd1f7,0x708204c0,0x018f1efd,0xe0ac0cb0,0x61fb9015,0xfe3149f8,0x5c4623e0,0xa12cdefa,0xd540eed8,0xd489d5ea,0x26fb6050,0xe7af9404,0xbee7f5ac,0x8204608f,0x3bc03719,0xa04cfe8f,0x0202cffc,0xf02fcff8,0xe0860430,0x014f21fd,0xb0dd0bf0,0x71f9601a,0xfdb144f7,0x2c3c2360,0xb12c4efd,0xd580ead9,0x648ad66a,0x19fbe06e,0xe78f9504,0xaedff43c,0x8b0120b1,0x3ad0421c,0x4056fdde,0xc3038fff,0xef4fcbfa,0x20950530,0x019f1ffd,0xe1080bc0,0x77f7101d,0xfd313ef5,0xfc3722f0,0xc12c5efb,0xd580e9d8,0xb489d5ca,0x2cfd306e,0xe72f9c04,0x2ecaf21c,0x94ff10e3,0x39b0501f,0x1063fcee,0x7b047002,0xee6fc5fb,0x10aa0690,0x028f17fe,0x012f0c10,0x77f4b01f,0xfca129f4,0xcc422290,0xd72cfef7,0xd540ecd5,0xe485d2fa,0x54fb8016,0xe6efa403,0x7eacef6c,0xa4fe211f,0x38d06122,0x0072fbbe,0x34058004,0xedbfc1fb,0xf0c106f0,0x02ff10fe,0x01650c30,0x80f17025,0xfb3112f3,0xec5022b0,0xf62dbeed,0xd4b0f2d0,0x447fcd6a,0x69faeff3,0xe78fa202,0xce92ed1c,0xbafdd151,0x38507825,0x4087fa5d,0xf006c007,0xed0fbffc,0xd0dc06b0,0x033f09fd,0xc1a20bd0,0x8eedd02d,0xf930f0f3,0xfc612461,0x1e2e8ee1,0xd3e0fccb,0x247cc85a,0x6afa1000,0xe98f9601,0xee78eadc,0xd6fdc17d,0x38309a29,0x00a5f89d,0xaf084009,0xec4fc2fd,0x80f205b0,0x034f02fd,0x91e10b30,0x98ea5030,0xf7d0c3f5,0xcc812691,0x472faec6,0xd24114c8,0x647bc5aa,0x6bf8cfff,0xeb9f8a01,0xae60e8fc,0xf4fdc1a7,0x3820c32c,0x70caf67d,0x6f0a300c,0xebafc3fd,0xe10d0550,0x032efbfd,0xc21f0ad0,0xa0e76029,0xf6f0a0f8,0xeca72871,0x5f317e9a,0xd0113bc6,0x947bc3ca,0x62f78005,0xed8f8502,0x9e46e75d,0x0dfd91ce,0x37a0f82f,0xa0fbf3ad,0x340cc00f,0xeadfc4fe,0x31260460,0x029ef6fe,0x825b0a20,0xa6e58018,0xf5b08bfc,0x6cc42b01,0x67332e67,0xce116bc4,0x747cc1aa,0x4df7201f,0xef3f8204,0x1e32e61d,0x1bfd01ed,0x36613d32,0x713befbc,0xfa106011,0xea1fc7fe,0xb14203d0,0x018eeaff,0xd29b0a00,0xb0e42006,0xf48077fe,0xbcd22ca1,0x6a33de43,0xccf18ec3,0x147cc05a,0x3bf78030,0xef8f8005,0x5e16e5dd,0x28fce204,0x35118f34,0xb18aea3c,0xc6159014,0xe98fc2ff,0x41610450,0x004edf01,0x82d60ad0,0xbee3bff3,0xf5305eff,0xdcd12ca1,0x6b33be28,0xcc31a8c5,0x947dc2ca,0x3ef7d026,0xeedf7c06,0x6defe64d,0x37fd421c,0x33e1f836,0x91f0e1fc,0x9a1d8016,0xe8cfb1ff,0xc17c04e0,0xff4ee303,0x32fb0b10,0xd3e44fdd,0xf7c05000,0xccc82ba1,0x6a334e0c,0xcb81c3ca,0x447ec75a,0x41f8102c,0xed9f7b07,0x7dcfe64d,0x4afcc234,0x32329d38,0x5291d43c,0x772b0019,0xe80f9600,0x61990530,0xfe5ef004,0x930e0ab0,0xf0e49fc9,0xfa905301,0x5cba2a31,0x71322e09,0xcb71c6cc,0x247fc93a,0x42f7f041,0xeb5f8108,0xcdc0e66d,0x58fc8242,0x31036539,0x4356c13c,0x693db01c,0xe77f8001,0x01b20510,0xfd5efb05,0xb3130a01,0x06e55fbf,0xfc805e01,0xfcad2951,0x8230ce16,0xcbc1bbcb,0xe47ec8fa,0x48f7804f,0xe8af8909,0xedc3e6fd,0x5dfd6245,0x3123f539,0x83e4b0ac,0x6f4e101d,0xe70f7201,0x71c50490,0xfccf0406,0xb2fe0981,0x0ce67fba,0xfd507202,0xeca92911,0x8d2fce2d,0xcc41a5c9,0xb47dc6da,0x52f71050,0xe76f8d0a,0x0dd1e79d,0x5afef243,0x32442039,0x840fa6cc,0x7d57c01d,0xe6ef6c01,0xc1d00350,0xfcdf0a07,0x42d10911,0x09e77fbb,0xfd408a03,0xfca72951,0x862ede4a,0xcd018aca,0x247dc74a,0x5bf6704b,0xe70f8e09,0x4de4e86d,0x5600a23b,0x3453c739,0x83b8a38c,0x845b001a,0xe79f6c01,0xf1d60220,0xfd5f0c07,0x828d08e0,0xfde93fbf,0xfbf09c05,0xaca429a1,0x7b2e1e59,0xcd817cca,0xe47ec80a,0x61f5d048,0xe6af9008,0x6df6e9bd,0x5101e227,0x3692e038,0xd2d4a64c,0x7d585014,0xe8ff6c02,0x11d70150,0xfe4f0b08,0x22340910,0xdfecbfd3,0xfa20a207,0xcc9f2a31,0x732dbe52,0xcd6182cb,0x247dc84a,0x69f5f046,0xe5ef9107,0x6e0aeb9d,0x4202320d,0x37e1cb36,0x11c4b13c,0x6d4d800b,0xeb4f6401,0xe1d20120,0xff0efc09,0xa1d409f0,0xa8f0bffa,0xf8509c09,0xfca22bc1,0x652dae3d,0xcce197d0,0x5480cd6a,0x71f66046,0xe50f9606,0x6e1ceead,0x220261ed,0x38a10230,0x3104c97c,0x6a359ffb,0xef8f5001,0x21bd0120,0xff2edb0c,0x51760cb0,0x5bf5101c,0xf700990a,0x5cb02c41,0x482d2e1e,0xcc41b3d5,0x2484d23a,0x78f67042,0xe45fa705,0xee23f35c,0xee0311c4,0x38e08326,0x8090e2bc,0x9b1cdfe0,0xf7cf30ff,0xc1930140,0xff2eba0e,0xd1141050,0x07fa4037,0xf7f0ac09,0xecc92b11,0x312bde13,0xcc31bed7,0x0486d41a,0x79f5c049,0xe40fc606,0xce33f87c,0xae032187,0x38d03719,0x904cf0fd,0x070f4fb8,0x04cf11fd,0xe15201f0,0xff7eb00f,0x30b4119f,0xbffff043,0xfb00c309,0x5ce62a51,0x2d2aee38,0xcd319cd9,0x2489d62a,0x75f4505a,0xe3efdd07,0xde79fcac,0x8601b123,0x39a0140e,0xb028f88d,0xa9085f9c,0x0def3cfb,0x30ea0330,0xfffeb10d,0xe069114f,0x8c04b03f,0xff00df07,0xfd0e2991,0x372b2e7a,0xcf315fda,0x248bd73a,0x68f2d05d,0xe3cfde09,0x4ec5fddc,0x820180a4,0x3c50100d,0x0023fd0e,0x7f044f9e,0x0d0fd9f7,0x804404c0,0x006ebd0c,0x7043110f,0x6b074039,0x02511604,0xad472711,0x422b3eb7,0xd18128db,0x348cd84a,0x4ff1e05d,0xe3afd70a,0xdec2fbcc,0x90017034,0x3e602013,0x4035ff1f,0x3d020fad,0x088018f3,0xff9b0ac0,0x01ded30a,0x902b110f,0x6c092030,0x03c15600,0x2d692411,0x4f29eeed,0xd420f9dc,0x148dd92a,0x33f0a064,0xe36fcf0c,0x2ea3f77c,0xaaff101c,0x3f80401c,0x3054ff5f,0x5a01bfb4,0x060fe8f2,0xff6e12e0,0x032ed708,0x3027120f,0x980b3022,0x03517dfc,0x2d542231,0x6128af1b,0xd760d2d8,0x2485d55a,0x27ee606e,0xe2ffc40d,0x3e7ff3fc,0xc2fed04b,0x40206322,0xb073fe2e,0xd7032fb3,0x067fa2f3,0x1f751220,0x032ec906,0xf03e13af,0xcb0c701e,0x021190f9,0x6d222131,0x6828df40,0xdac0b4ce,0x847bcbca,0x2deb8089,0xe2dfba0e,0x2e64f23c,0xbbff4086,0x3f007625,0x5084fbae,0x27059faf,0x07af74f2,0xdf6b0e40,0x021eb006,0x8074153f,0xfd0cf023,0x00818ef6,0xfceb1f91,0x5f28ff5d,0xddc09dc9,0x3479c67a,0x41e98090,0xe39fb90e,0x8e43f1fc,0xa20060b1,0x3cd07925,0x9087f82d,0x9808bfb0,0x075f4df2,0x7f5a0d80,0x00ae9b05,0xb0c71570,0x3a0c3028,0xfee174f4,0x8cc21dc1,0x55286f6f,0xdfe08fcb,0x447ac87a,0x54e87075,0xe49fbd0e,0x9e1ff24c,0x9001f0ce,0x3b907324,0xd082f3fd,0x330c6fb0,0x071f30f2,0x8f5c0db0,0x004e9c04,0x410b1380,0x720a5038,0xfd615ef2,0xecb01c21,0x4d27af73,0xe0708ccf,0x247dcc4a,0x59e86069,0xe4efba0f,0x9e09f14c,0x830200f6,0x3b006d24,0x107def2c,0xeb10efaa,0x08ef32f3,0x5f810bb0,0x018eab02,0x012b1080,0xa6085050,0xfb5156f2,0x9cb21a91,0x4226ef69,0xdef095d3,0x5482d06a,0x69e95060,0xe48fba11,0x1dfbeedc,0x8200712a,0x3a806923,0x7079ebec,0xcb140fa5,0x0aaf2ef4,0x0fa20900,0x02aeb7ff,0x51520d70,0xde05d066,0xf8e14af2,0xacc019b1,0x4a25ef52,0xdc10a8d8,0x748ad57a,0x7be97058,0xe46fb511,0xfdf8ed2c,0x84fec14c,0x3a006322,0x8074ed7c,0xda128fa6,0x0a3f04f4,0x9fbc06d0,0x02bebcfd,0x31870a71,0x0802c070,0xf6b138f2,0x7cce1951,0x6025df38,0xd960beda,0x048dd6fa,0x80e91072,0xe5afa911,0xee03eccc,0x77fd5152,0x39005720,0x6069f20d,0x130e3fae,0x07bed4f5,0x6fe10620,0x031ebefc,0x21a70761,0x09ff0085,0xf51111f2,0xfcda19a1,0x75280f1c,0xd6f0d7d8,0x848ad58a,0x93e87078,0xe79f9f11,0x0e07ec3c,0x5efc4152,0x3760471d,0x305bf70d,0x7d09afb6,0x050ebaf5,0xeffa04e0,0x03eeb6fb,0xd1b40570,0xf2fb30a3,0xf3c0e4f3,0xdcd41a71,0x792aff02,0xd500eed7,0xf48ad4ea,0xb9e7906d,0xe93f920f,0xee09eb6c,0x45fcf151,0x35e03719,0xa04cfb2e,0x17060fb5,0x050eb1f5,0xafed0170,0x04ee99fb,0x81b80600,0xdbf980b6,0xf2f0cef3,0xdcc51aa1,0x672d9ef7,0xd440f9d6,0x3489d32a,0xd4e6c06a,0xeaaf810e,0x6e0feaac,0x4701c14c,0x35903419,0x204afdde,0xc0037fb9,0x03feabf4,0x5fb3ff00,0x062e60fa,0x91b80950,0xc5f840ca,0xf370d0f2,0xccb71a51,0x50304efa,0xd470f7d2,0x3485cf2a,0xd3e69069,0xebaf710d,0x9de5e91c,0x830b5160,0x36c0561f,0xf069fe9f,0x0502afd5,0xfa4ec9f3,0xaf940090,0x042e45fa,0xf1df0af0,0xa4f530d6,0xf450deef,0x7cac1991,0x50331f06,0xd520edcc,0x3481c92a,0xb8e7f078,0xec3f690d,0xedd3e6ac,0xd110a184,0x3880c52c,0x00ccfcbe,0x7204aff2,0xf10f18f6,0xd02503e0,0xfede75fc,0xf2360850,0x89f130d3,0xf480f6ea,0x9c8d1691,0x6533cf10,0xd590e5c9,0xd47fc6da,0xbde9007f,0xec9f660e,0xbe2ee38c,0xde0d4197,0x3791e836,0x61e0f79d,0x97093ff6,0xef9f5bfa,0x60c107b0,0xfbde8dfd,0x628006d0,0x99eed0be,0xf2711ae7,0x3c351201,0x6931af11,0xd570e4cc,0x8480c98a,0xdce90058,0xecbf680f,0x4e52e25c,0xf80b91aa,0x3813b539,0x73a5f16d,0x130edff4,0xf05f6dfb,0x50e60a40,0xfc0e85fd,0xf28606b0,0x8fed60ca,0xf13127e7,0x1bf81071,0x58308f09,0xd4f0ecd2,0xa485cf8a,0xf1e7b02c,0xecaf6f0f,0xbe2be20d,0x2a0c61cf,0x39c46739,0x4454ebcc,0xd6141ffa,0xee9f6bfc,0x610e0af0,0xfc3e84fe,0xb27e0500,0x6deb40f1,0xf0511be7,0x5bf51101,0x55307efe,0xd440f7d5,0x9489d27b,0x00e6f025,0xec7f7a10,0x1e22e31d,0x370bb1dc,0x39f44a39,0x6438e88c,0xbd173007,0xeacf63fd,0xf1420b30,0xfc1e7efe,0xf27a03a0,0x65ea6106,0xef7121e7,0x2bff10d1,0x55300efb,0xd400fad4,0xc488d1aa,0xffe74042,0xec3f8710,0x5e3ce46d,0x330bc1d6,0x3ae40339,0x83f2e80c,0xb817b00f,0xe8ef6afe,0x514b0b00,0xfbce6dff,0x12680390,0x6ceb310e,0xefa138e7,0x2c031041,0x4d2f5f01,0xd450f5d3,0x5486d03b,0x08e78049,0xebbf9710,0x7e5ce59d,0x2a0c01c8,0x3c039039,0x6381e99c,0xc316300c,0xe98f7dfe,0x41410ab0,0xfbde54ff,0x923c0420,0x6aed6123,0xf0e142e7,0xac131051,0x432f5efb,0xd3e0fbd2,0x2485cf0b,0x15e81028,0xeacfa00f,0x0e6be76d,0x210b81bd,0x3c32e338,0xc2d6ec1c,0xd613d00c,0xe96f87fe,0x513e0b20,0xfc2e35ff,0xe2010450,0x5ef07149,0xf2c131e8,0xcc2f11c1,0x40302eea,0xd2f10bd0,0x7484cd5b,0x25e84011,0xe95faa0d,0x5e6bea3d,0x180b91ab,0x3ca21637,0x220eef4c,0xf510c010,0xe85f8cfe,0xa1440b40,0xfc4e1200,0x01c90430,0x58f4516e,0xf4e11ae9,0xec431381,0x4630bedd,0xd24118ce,0xb483cbab,0x42e77009,0xe78fb30b,0xde6bedcd,0x080cf186,0x3dc17234,0x416ef2dd,0x260d8013,0xe7bf98fe,0xb1420a60,0xfcedeeff,0xd18c0410,0x55f98197,0xf8e0ffea,0x7c5a1551,0x5a309ed3,0xd1c122cb,0xe481c8db,0x4ae66013,0xe59fbc0b,0x1e6af0dc,0xf70f1162,0x3f310730,0x9109f5ed,0x630ab012,0xe7efa9fe,0x813208c0,0xfd4ddaff,0xc15002c0,0x4c00f1c4,0xff90d4eb,0x4c7417b1,0x81305ebb,0xd0a138c5,0xe47ec2fb,0x50e6c01b,0xe35fc20a,0xae78f38c,0xde10313a,0x3fb0c22c,0x90c9f83d,0xa308a00e,0xe8dfbefe,0x411b0730,0xfd2dcdff,0xf11900d0,0x4409b1d7,0x07609feb,0xec811a61,0xb3300eb2,0xd0513fbe,0xa47fbbeb,0x62e79017,0xe0dfc109,0xce8bf62c,0xc1105110,0x3f509228,0x709df9fd,0xe2071008,0xea3fd1fe,0x01020640,0xfdedb9ff,0xb0e0ffa0,0x471181d3,0x0e306deb,0xcc841c61,0xe52f4ebf,0xd0f12fbd,0xd47fbb1b,0x69e80017,0xde0fb508,0xae88f86c,0xb21060f3,0x3f207024,0x607ffb5e,0x2105d003,0xeb6fdbfd,0xc0e605e0,0xff8d9cfe,0xe0a9ffd0,0x571771ba,0x12b053eb,0x5c8e1cb2,0x082ddeb7,0xd0b132c3,0x747ec0ab,0x5ee93022,0xdb2fa607,0x9e72fa9c,0xae10a0dd,0x3f605620,0x4068fc7e,0x5e04dfff,0xec5fdcfd,0xa0ca0600,0x005d7efe,0x00880030,0x641bb1a0,0x153042ea,0x6c9f1c22,0x232c9e9a,0xcf8149ca,0xe480c7eb,0x5aeb3022,0xd7cf9706,0xde5cfd6c,0xa61180c0,0x3fb0411c,0x5056fd4e,0x93041ffb,0xed7fdefd,0xa0b60600,0x010d63fd,0x706b0090,0x6c1e9195,0x170032e9,0x6caf1ad2,0x3d2b0e76,0xce2166d1,0x7485ce6b,0x5ded6024,0xd47f8606,0x3e43ffcc,0x9b12e0a6,0x3ff03318,0xc048fdde,0xbf038ff6,0xeecfdcfd,0xb0a50570,0x017d50fd,0x504c0100,0x6b20618c,0x18b02be8,0xacc118e2,0x56288e59,0xcd217ed6,0x948bd37b,0x56eed030,0xd21f7605,0x8e3401ac,0x8b142092,0x3fd02715,0x903dfe4e,0xe5030ff2,0xefdfd7fd,0xd0990460,0x009d43fd,0xb03efeb0,0x672301a0,0x1a2000e9,0x0cef1a72,0x7d289e3f,0xcc6192da,0xd492d7ab,0x42f02043,0xd06f6904,0xbe3903fc,0x78158076,0x3fb01f12,0xd034fe8f,0x0002cfef,0xf0dfdbfd,0xc0910360,0xffad3cfd,0xe039fc70,0x642501af,0x1abfd9ea,0x2d0e1bb2,0x9a27fe08,0xcb11c6e0,0xa4a0dd5b,0x2ff0e049,0xcf4f5a03,0xfe4505bc,0x6a16605f,0x3fb01a11,0x302ffeaf,0x0b02afec,0xf18febfd,0xb08c02a0,0xffad37fd,0xd02bfbf0,0x6524c1ac,0x1a0fd2eb,0xcd111a92,0xa1256d97,0xc95235e5,0x74b1e21b,0x23f1304e,0xce9f5103,0x8e43064c,0x65169059,0x3fa01910,0x802dfeaf,0x0e029feb,0xf1fff2fd,0xb08d02d0,0x004d30fd,0x9016fc00,0x6a2451ad,0x18ffceed,0x0d0f19a2,0xa722dd1e,0xc832ade8,0x84c0e51b,0x1af1403a,0xce0f4c03,0x5e38065c,0x6416a05c,0x3f901810,0x302cfeaf,0x0e029fea,0xf20febfd,0xc0950340,0x00fd2ffd,0x2006fbd0,0x7023e1b3,0x17bfc9ee,0x4d0f18a2,0xb1209ca3,0xc78328eb,0x14cee79b,0x1df0d011,0xcd6f4403,0x2e39069c,0x6516c05f,0x3fc0170f,0xb02bfeaf,0x0b02afea,0xf1efeafd,0xd09c0370,0x010d32fd,0x0ffefb10,0x732391bb,0x173fc2ef,0xcd101812,0xbd1f4c2f,0xc7339cec,0xf4dae97b,0x22f0bfff,0xcc9f3802,0xee3f06fc,0x6416f05b,0x3ff0160f,0x702afe9f,0x0502bfea,0xf1dfeffd,0xe0a30320,0x00ed37fc,0xcff6fa40,0x782431bc,0x176fc0f1,0x5d0e1862,0xc81efbd2,0xc723f8ed,0x74dde9eb,0x21f1e02a,0xcbcf2f02,0xbe47074c,0x6716f055,0x4010160f,0xa02bfe8e,0xfe02cfeb,0xf19ff4fd,0xf0a90310,0x013d37fc,0x5fecf9d0,0x7f24d1bd,0x173fbef2,0x2d0b18c2,0xd51eabc7,0xc73403ed,0x24dbe9ab,0x28f28049,0xcaef2d02,0xbe49075c,0x6b16f053,0x40501710,0x102cfe7e,0xf902dfec,0xf14ff5fe,0x00ad0330,0x010d37fc,0x6fe6f9c0,0x8224f1bb,0x170fb8f2,0x2d0a1892,0xdd1ddbe4,0xc723e6ed,0x24dce9ab,0x28f26042,0xca0f2d02,0xbe4a079c,0x6c16e050,0x40501810,0x502dfe6e,0xf602efec,0xf13ff5fe,0x00b00340,0x00ed35fc,0x7fdffa10,0x8524d1b2,0x165fb7f2,0x0d0b1822,0xdd1cec07,0xc723c2ed,0x54dde9cb,0x29f2403f,0xc95f2e02,0xce4907dc,0x6b17504c,0x40601810,0x502dfe6e,0xf402efec,0xf11ff8fe,0x10b20310,0x00bd33fc,0x9fdafa60,0x862551a9,0x15ffb4f1,0xcd0f17f2,0xde1c9c2f,0xc7239aed,0x84dee9fb,0x27f21040,0xc8df3002,0xfe4a07fc,0x69179049,0x40601810,0x602dfe6e,0xf302efec,0xf15ffbfe,0x10b202e0,0x00dd33fc,0x9fd4fa70,0x8825e1a7,0x160fb0f1,0xad1217f2,0xe01c7c47,0xc72381ed,0x94dfea0b,0x2af1d03d,0xc84f3103,0x1e4f07cc,0x6b17804a,0x40601910,0xc02efe5e,0xf002ffeb,0xf17ffdfe,0x10b402f0,0x00bd37fc,0xcfcffa80,0x8b25d1a4,0x15ffb3f1,0x4d1217e2,0xe11c6c87,0xc74340ed,0x44dde9bb,0x33f1f041,0xc78f3203,0x2e4e07ac,0x6e17204d,0x40601a11,0x202ffe4e,0xea030feb,0xf1aff4fe,0x10b50330,0x001d3afd,0x5fcffad0,0x8925a19b,0x162fbaf0,0x9d121742,0xe01bccd2,0xc792f6ec,0xd4dae94b,0x40f2803a,0xc6af3103,0x4e4a07ac,0x6d16e04d,0x40301b11,0x7030fe3e,0xe2032fea,0xf1cfeefe,0x20b70330,0x000d3dfd,0xbfc8fb30,0x8825a190,0x160fc1f0,0x1d121642,0xdf1add0e,0xc7f2b9ec,0xa4d8e91b,0x4ef29025,0xc5ff2f03,0x7e45074c,0x6d173053,0x40301c11,0xb031fe1e,0xdb033feb,0xf1cfe9fe,0x20bb0290,0xfffd45fd,0xffc3fb20,0x8a256185,0x15dfc3ef,0xcd151592,0xdf1a1d3b,0xc8328cec,0x84d8e8fb,0x52f30023,0xc54f2b03,0xbe4406ec,0x6e174056,0x40401c11,0xf032fe0e,0xd3034fea,0xf1efe3fe,0x30c10200,0xffcd4efe,0x2fc1fac0,0x8c25617d,0x159fc0ef,0xad151542,0xe119ad51,0xc86275ec,0x74d8e8fb,0x57f3f02c,0xc4cf2803,0xde4506dc,0x70172056,0x40301d12,0x2032fdfe,0xcf035fea,0xf20fdbfe,0x40c501a0,0xffad54fe,0x5fbffab0,0x8f25717b,0x156fbcef,0x7d111502,0xe5191d66,0xc88260ec,0xa4d9e92b,0x5af3e02d,0xc45f2803,0xce4606ac,0x7116d059,0x40301d12,0x3033fdee,0xca036fea,0xf22fd5fe,0x40c601a0,0xff6d56fe,0x9fbffae0,0x90257179,0x157fb9ef,0x3d0c1412,0xe617dd7a,0xc8b24bec,0xd4dae94b,0x5cf38027,0xc41f2a03,0x8e47069c,0x7116c05a,0x40201e12,0x6033fdee,0xc6037fe9,0xf24fd3fe,0x50c80180,0xff3d5afe,0xcfbefb10,0x9225217a,0x151fbbee,0xdd0b1332,0xe9168da3,0xc92221ec,0xc4dae93b,0x5df31025,0xc3af2a03,0x7e48068c,0x71169059,0x40101e12,0x8033fdde,0xc4038fea,0xf24fd0fe,0x50cc0150,0xfefd5dfe,0xdfc1fb50,0x9324e177,0x14ffc0ee,0x1d0a1282,0xe9157dd5,0xc9e1efec,0xb4d9e92b,0x5ff2d020,0xc31f2a03,0x7e4c06ac,0x72164056,0x40101e12,0xa034fdde,0xc1038fea,0xf24fcffe,0x60d10160,0xfecd63fe,0xdfc3fb80,0x9424a173,0x148fc7ed,0x6d0911a2,0xe7147dff,0xca91c6ec,0xc4dae92b,0x5ef2b020,0xc2af2903,0x7e4f06ac,0x7515e054,0x40001f12,0xc034fdce,0xbd039fea,0xf22fcafe,0x70d50180,0xfe9d6bfe,0xdfc1fba0,0x9624416c,0x141fcfec,0xed0510e2,0xe1137e1f,0xcb21a6ec,0xe4dbe94b,0x5ef2a025,0xc25f2603,0x7e53069c,0x78157053,0x40001f13,0x0035fdbe,0xb903afeb,0xf1ffc5fe,0x80da0150,0xfe9d70fe,0xdfbffc20,0x96242163,0x13dfd9eb,0xdcf90fb2,0xd9122e4c,0xcc317aec,0x44d7e8bb,0x5df26025,0xc22f2303,0x6e55067c,0x7b154055,0x40202013,0x1035fdae,0xb503bfec,0xf1efc2fe,0x80e00130,0xfeed75fe,0xbfbbfcd0,0x97242155,0x13dfe9e9,0xdce10ef2,0xd0114e82,0xce1145ec,0x04d4e87b,0x5df1e022,0xc1ef2103,0x6e54061c,0x7e14505b,0x40002013,0x3036fd9e,0xb103cfec,0xf20fbdfe,0x90e501c0,0xfe8d79fe,0xcfc3fd80,0x9623414b,0x13cffde8,0x2cc00e52,0xc310ce9e,0xcf512aec,0x14d5e88b,0x64f1c01f,0xc19f2003,0x6e59062c,0x7e13805a,0x3fd02113,0x6036fd9e,0xad03cfec,0xf21fbefe,0x90e50260,0xfe1d7dfe,0xdfccfdc0,0x9622c147,0x13b00ee7,0xfcab0dc2,0xbc102ea6,0xcfa121eb,0x94d2e80b,0x6af1c01f,0xc14f2003,0x7e5e064c,0x7f133056,0x3fc02113,0x8037fd8e,0xab03dfeb,0xf23fbdfe,0x90e40260,0xfe1d80fe,0xefccfdb0,0x9722e149,0x13b014e8,0x7cab0e22,0xb9105eac,0xcfe11aeb,0x44d1e7bb,0x67f1f01a,0xc10f2003,0x7e5e062c,0x7e137057,0x3fc02113,0x6036fd9e,0xad03cfeb,0xf27fb9fe,0x90e301f0,0xfe5d82fe,0xffc9fd50,0x9923414d,0x13d012e9,0x1cb00eb2,0xbb10bead,0xcff118eb,0x54d1e7cb,0x65f21018,0xc0ff2103,0x8e5c05ec,0x7f13a05a,0x3fc02013,0x5036fd9e,0xb003cfea,0xf2afb3fe,0x90e001a0,0xfe8d82fe,0xffc8fcf0,0x9b23614d,0x14300ae9,0x4cb20f12,0xbe10eeac,0xcfd118eb,0xb4d4e82b,0x68f2601a,0xc12f2103,0x8e5c059c,0x7f13a05d,0x3fd02013,0x5036fdae,0xb303bfea,0xf2afb0fe,0x90df0180,0xfe7d80ff,0x0fcffcd0,0x9a23214a,0x14a001e9,0x0cb30eb2,0xc3109eab,0xcfa118eb,0x64d2e7db,0x6ef2b017,0xc19f2203,0x8e59059c,0x7f13f05f,0x3fd02113,0x5036fd9e,0xb103bfea,0xf2bfaefe,0x80df0180,0xfe2d7cff,0x0fdafca0,0x9a23314a,0x150ff6e8,0x6cb70e02,0xcb0fceb4,0xd0110feb,0x34d1e79b,0x72f23014,0xc1ef2203,0x8e5a05bc,0x7f141060,0x3ff02113,0x7037fd9e,0xac03cfeb,0xf2cfaefe,0x70dc01c0,0xfded7aff,0x1fe0fc70,0x9923714a,0x153ff2e7,0xfcbf0d82,0xcf0f4ebc,0xd08106eb,0x74d3e7db,0x72f20010,0xc1df1e03,0xae5d05ec,0x7d141060,0x3fe02113,0x8037fd8e,0xac03dfeb,0xf2dfadfe,0x60d70220,0xfded7bff,0x1fdefc60,0x9823f149,0x154ff4e7,0xccc40cf2,0xcc0edec4,0xd0e0fdeb,0xa4d4e81b,0x6ff2000f,0xc1af1903,0xce5c05cc,0x7e13d060,0x3fd02113,0x8037fd9e,0xae03cfeb,0xf2dfacfe,0x50d40270,0xfdfd7cff,0x0fdbfc60,0x98244144,0x157ff9e7,0x9cc80c42,0xc60e2eca,0xd130f7ec,0x44d8e8ab,0x6cf24013,0xc17f1903,0xce5c05bc,0x7f13c060,0x3fe02113,0x8037fd9e,0xb003cfeb,0xf2ffabfe,0x40d30280,0xfe0d7efe,0xefd8fc70,0x9924313f,0x15afffe7,0x6cca0bd2,0xc20ddecf,0xd170f1ec,0x24d7e88b,0x6bf27014,0xc15f1d03,0xae5d05bc,0x8113d05f,0x40002113,0x8037fdae,0xb103bfea,0xf31fa7fe,0x40d00260,0xfe3d7efe,0xcfd4fc70,0x9b241141,0x15effee7,0x3cca0b92,0xc20d9ed4,0xd1b0eceb,0xf4d6e85b,0x68f29013,0xc11f2203,0x9e5f059c,0x81141060,0x40202113,0x8037fdae,0xb103bfeb,0xf31fa6fe,0x30d00210,0xfe2d7cfe,0xafd6fca0,0x9d238141,0x15effae7,0x0cc70b22,0xc40d4ed5,0xd1a0e9ec,0x14d7e88b,0x6ef2e014,0xc0cf2503,0xbe5d05ac,0x8214805f,0x40402113,0x9037fdae,0xb103bfeb,0xf30fa4fe,0x30d20200,0xfe4d79fe,0x7fd8fcd0,0xa1233144,0x15bff6e6,0xbcc30b52,0xc40dfed2,0xd180eeeb,0x74d2e7db,0x70f2a01c,0xc06f2903,0xfe5b059c,0x83146061,0x40502213,0xb037fd9e,0xb003cfec,0xf2ffa3fe,0x30d30270,0xfdfd75fe,0x9fddfd10,0xa023114c,0x15dff5e6,0xbcc30cb2,0xc4102ec5,0xd100fdea,0x94cde70b,0x5df29023,0xc03f2d03,0xfe5c059c,0x81146062,0x40402213,0xd038fd9e,0xae03cfec,0xf2ffa5fe,0x20d202e0,0xfd4d73fe,0xffe6fd40,0x9d22a15a,0x158001e7,0x8cc50e92,0xbd12ceaf,0xd00115ea,0xc4cee73b,0x4cf2302e,0xc01f3303,0xee5e05bc,0x7d145060,0x40102313,0xf038fd9e,0xad03cfed,0xf2efa6fe,0x10ce0310,0xfd1d76ff,0x1ff1fd50,0x9b21416f,0x14c019e8,0xbcc61042,0xa914fe98,0xcf112feb,0x74d2e7eb,0x4af0c036,0xc06f3803,0xee60058c,0x7d144061,0x40102314,0x1039fd9e,0xad03cfee,0xf2dfa6fe,0x00ce0320,0xfd2d7dfe,0xdffefdd0,0x9a1f5186,0x137045e9,0xbcc31142,0x87168e8c,0xced13eeb,0x64d1e7db,0x40efa03e,0xc1df3b04,0x1e65051c,0x82140062,0x40302414,0x603afd9e,0xad03cfee,0xf2dfa3fe,0x00ce0330,0xfd7d89fe,0x9008ff40,0x961ca199,0x11b098ea,0x8cc111e2,0x5517ce90,0xcf313eea,0xa4cce72b,0x1fef8059,0xc42f3c04,0x6e6a044c,0x8a133067,0x40302614,0xf03cfd9e,0xae03cfef,0xf2cf9cfd,0xf0cb03a0,0xfd6d97fe,0x801c0080,0x8f1961b4,0x0f70f0ea,0x9cc61362,0x2619bea6,0xd0412ee9,0x44c5e5ca,0xfaeff070,0xc6cf3d04,0xae6f039c,0x9212606a,0x40202715,0x703dfd9e,0xad03cfee,0xf2ff90fd,0xe0c703d0,0xfcadafff,0x003500f0,0x821651d4,0x0d2144e9,0xecc315f1,0xf61c1ed6,0xd2a107e7,0x44bce3ca,0xdcef8069,0xca0f3d04,0xde8502fc,0x91112069,0x3fb02815,0xa03efd8e,0xaa03dfed,0xf35f8afd,0xd0c503d0,0xfbedcfff,0x605101b0,0x741391e8,0x0b91ade9,0x0cb71871,0xbe1dff14,0xd6f0d2e4,0x84b0e10a,0xb8ee9068,0xcdaf3b05,0x2ea4029c,0x900f8064,0x3f302815,0x803efd8e,0xa803dfec,0xf38f85fd,0xc0c203c0,0xfb5deeff,0x507302e0,0x6c10e1ed,0x0a0214e8,0x6c9c1a21,0x7e201f46,0xdbe0a8e1,0x24a4ddca,0x91ede06a,0xd25f3505,0xeebd024c,0x950e005b,0x3f102715,0x603dfd8e,0xaa03dfeb,0xf3ef7dfd,0xa0bb0340,0xfbbe0dfe,0xe08d03f0,0x6b0ec1f3,0x088256e8,0xcc7f1b31,0x4521df60,0xdf2093df,0xf49fdc9a,0x71edc078,0xd6ef2e06,0xbecf014c,0x9f0cf05c,0x3f502715,0x503dfd9e,0xae03cfea,0xf42f71fd,0x80b402a0,0xfc7e33fe,0x50a70410,0x670b7203,0x05a264ea,0x4c6d1b71,0x15236f63,0xdfd090e2,0x44a6defa,0x74ecc081,0xd8af3707,0x0ee3ffac,0xac0bd062,0x3fb02715,0x603dfdae,0xb403bfe8,0xf49f61fd,0x60af0200,0xfd6e4dfd,0xf0c60510,0x6605920b,0xfff24ceb,0xfc571a90,0xe624bf5c,0xdf0095e6,0x64b6e2fa,0x9eeb2075,0xd90f4e07,0x2eedfddc,0xb60b506f,0x40102715,0x803dfdce,0xba039fe6,0xf50f57fd,0x50a90180,0xfe8e5bfd,0xd0e70690,0x6affb20f,0xf8e218ed,0x8c3f19e0,0xc4265f4f,0xdd909ee8,0x64bfe4ea,0xd1eb4064,0xd98f6407,0x3ef1fbcc,0xbe0b8085,0x40902916,0x003ffdce,0xbc039fe7,0xf50f54fd,0x40a500b0,0xfffe61fd,0xc1090810,0x6bf9e21f,0xf1a1c5ee,0xfc2c1980,0xc2289f3c,0xdbb0ade5,0x84b3e22a,0xf6ebd057,0xdb2f7406,0xeee9f92c,0xc80bf0a6,0x41002d17,0x5043fdbe,0xb503afe8,0xf4af53fd,0x50a70030,0x01ae6afd,0xb1290840,0x65f1b23f,0xe8b158f1,0x6c271a50,0xe82b8f1a,0xd890c7dc,0x0495d8cb,0x1eebb04a,0xdd4f7e06,0xaedbf5cc,0xd70c40d4,0x41703619,0x804bfd6e,0x9e03ffeb,0xf42f4efd,0x70adffd0,0x02fe79fd,0xb14d0730,0x58e7a248,0xdef0f4f4,0xbc411c81,0x222e4ee8,0xd490f1d0,0x8484cd7b,0x32ebc043,0xdf8f7b07,0xcecef22c,0xe80c1109,0x41e0411c,0x3056fcce,0x74048fed,0xf39f4ffd,0xa0b8ffa0,0x035e87fd,0xe1830590,0x44df7225,0xd7c0a8f8,0x6c781f61,0x5e312eae,0xd11124ca,0x2480c72b,0x0bebd042,0xe21f6a0b,0x1ec2ef3c,0xf60bb135,0x4200511f,0x2063fbee,0x3e056ff0,0xf2ef65fd,0xf0c7fff0,0x033e93fe,0x11be0430,0x2cda71ef,0xd4106ffb,0xfcab22e1,0x88346e6b,0xce2161c6,0x5480c35a,0xfeebf053,0xe3bf5d0d,0x8eb0eccd,0x040b015c,0x42006422,0x5075face,0x05066ff4,0xf22f8dfe,0x20d20060,0x034e99fd,0xf1f403f0,0x1fd7f1bd,0xd2b045fe,0x9cca25d1,0x9c36ee1d,0xcbe1abc5,0xb480c2bb,0x02ed6066,0xe3ef5d0d,0xae8feaad,0x1e0a7182,0x42307f25,0xf08df95d,0xcc07aff8,0xf15fb8fe,0x50da0110,0x030e9efe,0x022804d0,0x1bd71194,0xd2601fff,0x9cd32681,0xa237bdce,0xca51f6c9,0x6481c65a,0xfaeed063,0xe3bf610d,0x2e72e8cd,0x3609c1a8,0x41e0a82a,0x10b1f77d,0x8e095ffb,0xf09fcdfe,0x80f702a0,0x027ea9fe,0x725805d0,0x1fd6e17c,0xd1eff8ff,0x3cc125f1,0xa7373d7e,0xc92243ce,0xf485cbdb,0x04ef5056,0xe41f600c,0xae67e6ed,0x450841ce,0x4080ea2e,0xc0eef4ad,0x4a0bdffe,0xefffd2fe,0xb11404c0,0x021eb6fe,0x727d0700,0x33d80175,0xd1afd4fd,0xdc9a2491,0xab35fd56,0xc89268d5,0x848bd25b,0x1eef4058,0xe51f5b0b,0xee60e55d,0x560711ed,0x3f415a33,0x5157f13d,0x100f0004,0xeebfd8fe,0xd12c0650,0x018ec2fd,0x42a00760,0x59d8d17f,0xd1dfb1fb,0xac692361,0xb3343d56,0xc87266da,0x3493d6eb,0x30f02066,0xe5ff590b,0x4e65e4fd,0x6306f1f1,0x3f821636,0xe20ded4c,0xe412b00e,0xecdfd3ff,0x01430730,0x005ed8fb,0x82bc0630,0x7ed92195,0xd27f98f9,0x3c3c2311,0xc432eda3,0xc93218da,0x9493d75b,0x4df09056,0xe67f5f0a,0xde79e4fd,0x5c0631e4,0x3f734039,0x0331e88c,0xbe17301e,0xea0fd9ff,0x315c07f0,0x002ef0f9,0x62af0570,0xa4dab1b2,0xd4cf98f7,0xdc2b22e1,0xce32ee05,0xcab1b7d6,0x148cd2eb,0x5cf0d044,0xe6cf680a,0x9e74e46d,0x770401e3,0x3e949b39,0x3487e2cc,0x9d1cc030,0xe71fd2ff,0x61730910,0xfffefdf8,0x528b0650,0xb7de01ca,0xd8ffacf6,0xac2b2241,0xcb337e4e,0xcc516fd0,0x9485cd7b,0x58f1d04a,0xe6bf6c0a,0x2e6ae3ed,0x880201e4,0x3cd57a38,0x5564ddcc,0x8a21a037,0xe5ffc0ff,0x51810a90,0xff7efef8,0xb25f0870,0xafe211d0,0xde9fc9f4,0xac252081,0xb533be60,0xcd015fd1,0x5486ce3b,0x54f2e051,0xe60f6a09,0x5e5ee42d,0x720241d9,0x3b05b037,0xe598de5c,0x8c211033,0xe64fbcfe,0xb17d0b30,0xff8f07f8,0x822109e0,0xa8e701bc,0xe53fe5f3,0x8c131e61,0x91338e32,0xcc0192d7,0x348dd3fb,0x61f3d04d,0xe4ff6508,0x7e5be4fd,0x530301bc,0x39e55c38,0x8546e64c,0xad19502e,0xe70fb0fd,0xa1540a50,0x004f26f7,0x31cc0970,0xaded4194,0xece001f5,0x0c061d81,0x6b330dd4,0xca51f2dc,0x2496d8eb,0x6df56049,0xe3cf6b08,0xbe6be5dd,0x3202a184,0x39044a39,0x7438f05d,0x020fd023,0xe8af97fc,0x411f0910,0x009f54f5,0xb1760770,0xc1f4b15d,0xf4603ff8,0xbc071d61,0x36312db7,0xca2214e1,0x64a2de1b,0x5cf4d064,0xe30f7509,0x6e81e78d,0x0b02b125,0x38929c38,0x6290f7fd,0x9d08e010,0xebdf77fa,0x20bf06a0,0x014f75f4,0x61210730,0xeafc910f,0xf9c0acfc,0x7c101c40,0xef2dae1f,0xcc41b7e6,0x34b2e2eb,0x26f2b08a,0xe32f850a,0xce87ea4c,0xe80700b8,0x39d15333,0x5150fcee,0x7b047ff7,0xf0bf4af6,0x800e00d0,0x023f78f4,0x20dd09d1,0x140430c6,0xfc8125ff,0x1c181ad0,0xa329ce89,0xcf315ce9,0x44bfe5fa,0xd4f160a5,0xe3ff9b0c,0xfe7beebc,0xb410106c,0x3a70a029,0xb0aafedf,0x25025fd5,0xf80f13f3,0xdf84fac0,0x020f6ff5,0xd0b90cc1,0x2c0c409b,0xfde18a00,0xcc111a80,0x6326aede,0xd28118ea,0x34c3e6ea,0x73f000c5,0xe48fac0e,0xde64f4fc,0x5e11a05c,0x3940401b,0xd054fedf,0x24025fa9,0x02beb7f3,0xaf7bfbe0,0x029f5ef8,0x509c0f11,0x25128089,0xfe91a101,0xabfb1ba0,0x5424df1e,0xd5a0e6e8,0x14b8e4da,0x30ee60d1,0xe42fb50f,0xae19f97c,0x120cb095,0x37f0160f,0x902afd4e,0x94040f87,0x0afe24f4,0x5f9dfdf0,0x045f56fa,0xb07a1020,0xf7155090,0xff916901,0x0be11c60,0x7324ff46,0xd7a0c7e3,0x94a4e07a,0x21ebf0c2,0xe38fbb10,0x1dd5f85b,0xf509a0ea,0x3780130e,0x6026fa0d,0xdd070f83,0x0bdde3f4,0xbfaffcf0,0x051f76fc,0xc0670eb0,0xbd172097,0x01812bff,0x7bc81be0,0x9326af5d,0xd840b7dc,0x9491d99a,0x30ea00b2,0xe3bfc310,0x9deaf4cc,0x0906a126,0x38002b16,0xc040f40d,0x340c5f86,0x0b7e0cf4,0xffb9fde0,0x03cfa1fe,0x707f0ca0,0x9017b088,0x03310dfd,0xfbc01a80,0x9b28af6a,0xd820afd5,0x5486d25a,0x3fe9d0aa,0xe49fcb11,0x0e1cf2dc,0x3703513e,0x38d05a21,0x606ce7dc,0xaf17ef88,0x0b1e18f5,0x6fcfff60,0x010fb0ff,0x60c90c20,0x7b16307d,0x045118fb,0xabc81840,0xa42a2f6d,0xd750afcf,0x5481cc6a,0x4cea109c,0xe5afd211,0xbe3ef38c,0x6b01313c,0x3ad09328,0xc09ed20c,0x6e2d3f87,0x0b8e52f5,0xbfdf0080,0xff3fa9ff,0x410f0c20,0x7913d08b,0x05011ef9,0x2bc61690,0xb62b3f62,0xd580bbca,0x647ec78a,0x57e98093,0xe69fd512,0xee51f48c,0xa1ffd140,0x3e20b62b,0xd0bec61c,0x65390f87,0x0baedef5,0xdfe403d0,0xff8f9cfe,0xe1330be0,0x7711609e,0x04e102f7,0x6bbc1520,0xc62c6f42,0xd2a0ddc6,0x847dc3aa,0x70e89087,0xe78fd814,0x6e5bf47c,0xd0fe415b,0x4160b22b,0x60bad15c,0x6f2def8f,0x09ef52f5,0xefe708d0,0x013fa1ff,0x71370b30,0x610ed0a5,0x0440def6,0x9bb31330,0xc32e2eff,0xcf1120c6,0x647ec38a,0x9be8206e,0xe85fde15,0xfe68f31c,0xe6fc5183,0x42e09228,0x509de46c,0xa01b3f96,0x085f95f6,0x2ff20e60,0x032fb801,0x213309f0,0x400bb09c,0x0340c1f6,0x4bac10a0,0xaa2ffe81,0xcb519dce,0x8482cb7a,0xcee82048,0xe91fe217,0x2e7af15c,0xdffa11a3,0x42506923,0x4079f13d,0x0d0eff98,0x07ffbcf6,0x2ff01300,0x051fd003,0x012f0880,0x2b08d08d,0x0180a8f6,0x7ba10ee0,0x8330ed92,0xc8528bda,0x8491d74a,0xebe98040,0xe99fe217,0x2e78f02c,0xcff8b1ae,0x4140441c,0xc058f83d,0xa508af96,0x08afb4f5,0x9fd61320,0x069fe704,0xc12b0750,0x28072089,0xffa097f7,0x1b920e50,0x5c311c60,0xc733bce0,0x84a0dd3a,0xfceb6055,0xe96fe316,0x3e5eefec,0xc0fa31a8,0x40b02915,0xf03efbce,0x38058f95,0x08df81f4,0xafa40eb0,0x07affc06,0x61230620,0x2e05d088,0xfd607bf7,0xeb8a0f00,0x4d30fb4a,0xc7b4d0e0,0x649fdd2b,0x0aecf05d,0xe8efe614,0xfe40efcc,0xb0fe81a5,0x40001810,0x902dfcce,0x73048f9a,0x07df57f4,0x4f910b50,0x08000607,0x91270560,0x3402707e,0xfa6046f8,0x9b8b10e0,0x5f304a5a,0xc9c5bde0,0x149edcdb,0x0fedf062,0xe84fe913,0xfe3cef4c,0xad01c1ae,0x3f50140e,0xd028fbde,0x3b057f9e,0x06bf4bf6,0xe0150790,0x06aff307,0x814d0500,0x41fda081,0xf80ff2f8,0x4b7f1470,0xa52f29cb,0xcc8649df,0x149cdbcb,0x1fee1048,0xe76fec13,0x1e54eecc,0xc90401c5,0x3f902213,0xc038f88d,0xb7086fb2,0x01bf4dfb,0xa0f504c0,0x044fc506,0xd19405c0,0x4ef8207e,0xf68fa8f7,0x1b681871,0x162ed977,0xcf3699d8,0xa48fd56b,0x3aef4034,0xe6cfec12,0x5e42ed6c,0xf808f205,0x4140551f,0x4068f06d,0x090fcfd6,0xf7cf51fd,0xc1490450,0x013faa07,0xf1f307c0,0x47f3504e,0xf61fa0f5,0x1b691961,0x5e2ff954,0xd076bbd0,0x2483cd1b,0x44f0c036,0xe69fe311,0xde26ebdd,0x080f1235,0x4250a829,0xc0b1df4c,0x91202fe9,0xf2bf5cfd,0x012a03b0,0xff1fba08,0xd22e0820,0x4df0e01a,0xf56fb0f2,0xdb711901,0x5a31e970,0xcf26a2cc,0xb481c9bb,0x32f1403f,0xe69fd611,0x8e2cea3c,0xfe10d237,0x40e0ff2f,0xc101d0ec,0x742e3ff2,0xf05f60fd,0x31320380,0xff5fcd07,0xe22e0740,0x5cef4003,0xf47fa3f1,0xcb6e1a31,0x4434598c,0xce1688cb,0xe481c8db,0x1ff11048,0xe69fd111,0x3e34e82c,0xfd10422b,0x3fd14932,0xd147d12c,0x752e0000,0xed0f6aff,0x317a02b0,0xffffd107,0x12220730,0x5aede000,0xf55f86f2,0x4b721b41,0x31362978,0xcef69bcd,0x5483ca4b,0x20f0b045,0xe6afd410,0xee35e71c,0xfb114221,0x40216c33,0xe168d3cc,0x772b600a,0xeacf6f00,0x91a801d0,0xffafd206,0x92200810,0x58edbff8,0xf6bf7cf3,0x8b7a1ad1,0x24365959,0xd056b7d0,0xd485cdab,0x2cf0c045,0xe6afd510,0xee3de78c,0xec12c20e,0x40316933,0xd165d9bc,0x8225a00d,0xea1f75ff,0xf19c01c0,0xfe5fcf05,0x92230890,0x5fee4ffa,0xf7bf78f4,0xbb791af1,0x1e35e949,0xd116c5d2,0x5486cf3b,0x2cf15050,0xe66fce11,0xae4ae98c,0xe01281e0,0x3fc15033,0x214ee1dc,0x9b1da00e,0xe99f7bff,0x71960330,0xfe1fc804,0x220508a0,0x62ef7fff,0xf8af6ef6,0x3b761be1,0x1235a94b,0xd0f6c3d1,0x9485ce7b,0x1cf2205c,0xe61fc512,0xce53eacc,0xdb10d1bf,0x3f113332,0x3132e87c,0xbb174010,0xe93f83ff,0x619504b0,0xff0fbf02,0xf1cc0920,0x5ff10002,0xf9ef71f8,0x7b7b1c80,0xf834e95b,0xd046b3d3,0x3487d01b,0x06f2c073,0xe59fc013,0x5e57eb1c,0xd70ee1b4,0x3dc11330,0xf114edac,0xe4125010,0xe92f8eff,0x118605b0,0xff4fb101,0xf1a30a00,0x5cf24003,0xfb8f7bfa,0x3b821cd0,0xe2340979,0xcf2696d5,0xc48ad2aa,0xf5f2907a,0xe50fbe13,0x6e58ec8c,0xd10dd19a,0x3d30ea2f,0x00eef1dd,0x160e700d,0xe9bf97fe,0x616b0660,0xff2f9c01,0x41820ae0,0x51f3d006,0xfd0f80fb,0x7b851db0,0xd5333998,0xce1677d7,0x048bd3ea,0xf1f2706f,0xe45fbd13,0x7e53eeec,0xc60d6174,0x3cc0be2c,0x20c5f51d,0x520b6007,0xeacf9dfd,0xa14e06d0,0xfeff8f00,0xa15e0b40,0x44f5b008,0xfedf84fc,0xfb891ec0,0xc93299b2,0xcd465cd8,0x748cd56a,0xf9f2f064,0xe39fbe13,0xce53f11c,0xbb0d114b,0x3c909f29,0x80a9f78d,0x8e094003,0xebbfa2fd,0x213606b0,0xff1f8c00,0x01360b20,0x37f78003,0x006f8cfe,0x6b8d1ef0,0xb43259d6,0xcc6638d9,0x448dd63a,0xfef3a06e,0xe2cfc014,0x2e5bf29c,0xb00c412a,0x3c508727,0x1093f93d,0xc407c000,0xec6fa5fc,0xb11e0670,0xffaf8aff,0x710d0b20,0x2df8bffd,0x014f93ff,0x3b8e1eb0,0xa2320a03,0xcb760ad9,0xc48ed6aa,0xfef3c06b,0xe1ffbf14,0x6e5ef38c,0xa70b4113,0x3bf07324,0x9081fa8d,0xfa069ffc,0xed2fa6fb,0xf10106c0,0x002f8cff,0x00ea0af0,0x25f9eff6,0x019f99ff,0xbb8e1e80,0x9731aa2c,0xcac5e1da,0xd490d7ba,0xfbf4705b,0xe11fbe14,0x9e60f46c,0x9f0a00f9,0x3b606322,0x4073fbae,0x31059ffa,0xedafa4fb,0x20eb0790,0x004f90fe,0x90cc0a60,0x20fb0ff5,0x021f9f00,0x2b8e1e80,0x8c314a67,0xc9f5a5dd,0x0495d9da,0xfaf4105a,0xe07fbb14,0xde64f5ac,0x9708e0d8,0x3b00551f,0xf067fcae,0x6904bff8,0xee1f9ffa,0x90dc0860,0xffdf9cfe,0x70b909d0,0x19fc0ff4,0x030fa700,0xbb911e30,0x8030ea8d,0xc9857ddf,0x449bdc0a,0xf9f3e05c,0xe02fb715,0x0e71f74c,0x8b07f0ad,0x3aa0491d,0xc05dfd7e,0xa003eff6,0xee8f9af9,0xf0cc08b0,0xff1fadfe,0x90aa08f0,0x0cfd5fed,0x03efa801,0x5b921df0,0x7130ea9d,0xc9656be1,0x04a0ddca,0xfef4b05d,0xe01fb215,0x3e85f8ec,0x7a078081,0x3a20401b,0xd054fe0e,0xcf035ff5,0xeeef98f9,0x50bd0860,0xff1fb1fe,0xa09308b0,0x01fe9fe2,0x044fa901,0xcb901de0,0x69311ae5,0xc8d522e0,0xb49edd8b,0x02f4b05f,0xe00fb115,0x3e8df9fc,0x70085066,0x3a203819,0xf04dfe7e,0xf902dff3,0xef4f98f8,0xb0af0780,0xff7facfe,0xa07908df,0xf6ff4fe4,0x04dfa901,0xfb911e20,0x63317b46,0xc854c1df,0x649adc4b,0x00f50062,0xe00fb314,0xee8dfa8c,0x6709b057,0x3a403218,0x7047fecf,0x1c026ff2,0xef8f9cf8,0x20a30650,0xff9fa5fe,0xb06508df,0xecff9fee,0x056fa302,0x2b941ed0,0x5d31eba3,0xc81463df,0x0499dbda,0xfef57061,0xe03fb614,0xae8afb6c,0x600af04b,0x3a502c16,0xf042ff0f,0x35022ff1,0xefdf9ff7,0xa09a05c0,0xff9f9bfe,0xc057091f,0xe6ffffeb,0x056f9b02,0x6b961f30,0x59323bdb,0xc80429df,0x1499dbeb,0x06f53063,0xe0afb714,0x8e84fc6c,0x590ba043,0x3a502715,0x803dff1f,0x4201fff0,0xf01fa2f7,0x50970600,0xff4f93fe,0xd051090f,0xe4ffffee,0x04df8f02,0xcb961fd0,0x58326bfa,0xc80407df,0x1499dbeb,0x12f4706e,0xe12fb614,0x6e83fd6c,0x530be03d,0x3a202414,0x903aff2f,0x4401fff0,0xf02fa5f7,0x809405f0,0xfeff8aff,0x104c090f,0xe1ffbff6,0x048f8503,0x2b9720d0,0x59327c17,0xc813e8de,0xf499dbcb,0x14f46072,0xe17fb813,0xce7efe4c,0x4c0b9039,0x39d02213,0xe038ff2f,0x4401fff0,0xf04fa8f7,0x908f0670,0xfecf81ff,0x5043092f,0xde002ffb,0x041f8103,0x8b9821d0,0x5c322c4e,0xc823afdf,0x5499dc2b,0x14f48078,0xe17fbb12,0x9e7afedc,0x440b8039,0x39802013,0x5036ff1f,0x4201ffef,0xf04faef7,0xc08d06c0,0xfe8f7bff,0x803d095f,0xdd009000,0x03df8403,0xeb992290,0x5c31aca1,0xc8535be0,0x349cdd1b,0x12f45077,0xe18fbf11,0xae7cff8c,0x3d0bb034,0x39501f12,0xc034ff2f,0x4301ffef,0xf05fb4f8,0x008c06b0,0xfe2f74ff,0xb03909df,0xdd00b001,0x03af8704,0x8b9922c0,0x5e312cc9,0xc88331e0,0x849cdd5b,0x10f40073,0xe18fc311,0x7e78003c,0x380c302c,0x39201e12,0x7033ff2f,0x4801eff0,0xf04fb7f7,0xf08c06a0,0xfe0f6dff,0xb03309ff,0xe1014006,0x039f8404,0xeb962340,0x6230acf3,0xc8b306e0,0xe49dddcb,0x11f3c079,0xe18fc711,0x8e7400bc,0x380ce025,0x39301e12,0x5033ff3f,0x4f01dff0,0xf04fbaf7,0xe0890640,0xfe0f6aff,0xb02909ef,0xe301b00b,0x038f8004,0xeb9323a0,0x64304d2b,0xc912cce1,0x449ede1b,0x14f48078,0xe16fcb11,0x7e7200dc,0x380d4021,0x39401e12,0x5033ff4f,0x5501cff0,0xf04fbaf7,0xc0860600,0xfddf68ff,0xc0230a1f,0xe4023007,0x035f8004,0xeb902390,0x63300d63,0xc98293e1,0xa4a0de7b,0x14f45072,0xe14fcf11,0x5e70012c,0x380d901c,0x39401e12,0x7033ff4f,0x5701cff0,0xf05fb9f7,0xd08705e0,0xfd9f66ff,0xc02009ff,0xe7030001,0x033f7d04,0xdb8e23e0,0x652ffd93,0xca0262e1,0x449fde2b,0x12f3c073,0xe13fd311,0x3e6f019c,0x380de017,0x39501e12,0x5033ff4f,0x5701cfef,0xf06fb9f7,0xd08805c0,0xfd6f63ff,0xf01c0a0f,0xe703affc,0x032f7d04,0xbb8e2410,0x69300dbc,0xca7238e0,0x849cdd6b,0x10f42079,0xe13fd411,0x2e6c020c,0x350df014,0x39201d12,0x0032ff4f,0x5501cfef,0xf09fb8f7,0xe08905f0,0xfd5f6300,0x10160a1f,0xe8043ff3,0x02ef8304,0xab902400,0x682ffddd,0xcaf216e0,0x549cdd3b,0x10f3e07f,0xe14fd411,0x1e6e026c,0x300d9013,0x38f01b11,0x8030ff3f,0x5301dfef,0xf0bfbaf7,0xe08a0670,0xfd6f6400,0x100f0a0f,0xeb04ffef,0x02df8c04,0xab9523f0,0x652ffdf4,0xcb51fee0,0x049bdcdb,0x11f34087,0xe14fd611,0x2e71028c,0x2f0d5015,0x38f01a11,0x302fff3f,0x4f01dfef,0xf0bfbcf7,0xf08b06a0,0xfdbf6500,0x00050a0f,0xec05afea,0x02ef9704,0x9b9a23e0,0x60300e0d,0xcbc1e5e0,0x049bdceb,0x00f32092,0xe13fd811,0x4e6e026c,0x310d3017,0x39101a11,0x002fff3f,0x5101dfee,0xf0cfb9f7,0xf08b06a0,0xfdef67ff,0xfffe09ef,0xed062fe5,0x031f9b04,0x6b9e23d0,0x5d300e24,0xcc31cddf,0xf49adcda,0xebf3408f,0xe13fd811,0x7e6f024c,0x320d4015,0x39101a11,0x002fff4f,0x5601cfef,0xf0afb8f7,0xe08a0650,0xfdbf6900,0x0ffd09ff,0xed069fdf,0x033f9f04,0x4ba02380,0x59300e3d,0xccc1b4e0,0x049bdcea,0xebf2f08b,0xe16fd711,0xae72027c,0x320d800e,0x39101a11,0x102fff4f,0x5c01bfef,0xf0afb9f7,0xd08805f0,0xfdbf69ff,0xfff90a1f,0xee071fdf,0x030f9e04,0x5b9f2360,0x57301e48,0xcd01a9df,0xf49adcda,0xeef31090,0xe1bfd511,0xde71027c,0x340db009,0x39201a11,0x302fff5f,0x6301afef,0xf0afb9f7,0xc08505b0,0xfddf69ff,0xcff30a3f,0xf207afe0,0x030f9a04,0x6b9b2360,0x56302e4a,0xcd11a6df,0x7499dc5a,0xf6f3408d,0xe1efd411,0xfe6c027c,0x390e0006,0x39501b11,0x4030ff6f,0x6b018fef,0xf0afb4f7,0xc0850570,0xfdef68ff,0xaff00a5f,0xf5083fe1,0x033f9804,0x8b982370,0x56301e4f,0xcd31a2df,0xb49adc9a,0xfff2f089,0xe1ffd312,0x0e69028c,0x3c0e0001,0x39601b11,0x4030ff7f,0x74017fef,0xf0bfb0f7,0xb0820570 +}; + +u32 ANIM_ENTRY_hit_butt_long[] = +{ + 0x01dfb6ff,0xefa90390,0x0607404f,0x001072fd,0xec8c2810,0x812fe000,0xc1900000,0x04b7000a,0x950a905e,0xf2af3603,0x9f74fc8c,0x3ff5b031,0x3c10000b,0x8000000f,0x4d000ff3,0xf72fcce3,0xf0e30c80,0x023fb800,0x0fa70350,0x0406b04a,0x00206dfe,0x5c8b2830,0x822ff000,0xc1300000,0x04b9000a,0x940b404d,0xf2cf3203,0x2f78fd4c,0x39f62028,0x3c500007,0x8000000f,0x7a000ff4,0xf97fcce4,0x30ba0c40,0x02cfb800,0x1fa70320,0x0105f04a,0x004073fe,0xfc902850,0x852fd000,0xc1400000,0x04be000a,0x8b0ac03b,0xf2ef2502,0x6f7bfd9c,0x36f6a027,0x3c700003,0xf000000f,0xa1000ff7,0xfb0fc9e4,0xa0980c30,0x03dfb800,0x0fa502f0,0x0004a04e,0x003074ff,0xec922850,0x8c2fa000,0xc0e00000,0x04c2000a,0x8d0ad032,0xf2cf1401,0xaf76fcec,0x37f6d035,0x3c900001,0x3000000f,0xb7000ffb,0xfbffc2e5,0x70810c90,0x04ffb4ff,0xbfab0300,0x0501f053,0xff806900,0x9c8c2840,0x982f5000,0xc0900000,0x04c5000a,0xa309e047,0xf29f0901,0x7f6bfbec,0x3cf72050,0x3cd000ff,0x3000000f,0xb3000ffe,0xfd0fbce6,0x90740cd0,0x05cfafff,0x5fbb0360,0x0cfe4056,0xfeb05e01,0x1c882810,0xa22f2000,0xc0800000,0x04cb000a,0xb206c061,0xf27f0201,0x2f5efaec,0x45f7906e,0x3d2000fe,0x4000000f,0xa0000001,0xfe3fb9e7,0xa0670c20,0x066fa9fe,0xdfc603c0,0x13fb205d,0xfdd05502,0x1c872800,0xa32f1fff,0xc0200000,0x04d3000a,0xaf067048,0xf26eff00,0xdf4cf9cc,0x53f7e087,0x3d8000fe,0xe000000f,0x91000004,0xff4fb2e8,0x504d0b40,0x062facfe,0xcfd503a0,0x16f9f05f,0xfd104e03,0x0c872800,0x9e2f1000,0xbf500000,0x04d9000a,0xb6077040,0xf17f0200,0x7f46f95c,0x5bf8008d,0x3d900000,0xa000000f,0x85000007,0xff1face9,0x20530ac0,0x04ffb3ff,0x1fea02f0,0x16fa605c,0xfc904203,0x7c8027f0,0x9c2f5000,0xbf100000,0x04d5000a,0xb609b049,0xeeff0c01,0x6f4efa1c,0x5af88085,0x3d400002,0xf000000f,0x6b00000a,0xfd7fabea,0x207d09b0,0x038fb4ff,0x3ff702d0,0x15fb905c,0xfc503203,0x2c752720,0x9d304000,0xbfcfff00,0x04bc000a,0xb10cd05a,0xeb7f1603,0x4f52fb8c,0x5bf95078,0x3d600006,0x7000000f,0x5500000c,0xfbdfafeb,0x10a30800,0x028fb8ff,0x7ff402a0,0x14fae059,0xfb002301,0x5c6b2610,0xb6313000,0xc1500000,0x049a000a,0xc30f207f,0xe83f1704,0xdf58fa1c,0x66f92089,0x3d00000a,0xc000000e,0xf400000e,0xf90fb5eb,0xc0cf0740,0x02ffc2ff,0xafd30280,0x11f8e04f,0xf91025fd,0x6c6424e0,0xe3314000,0xc4c00000,0x046a000a,0xd511c091,0xe60f2906,0x0f5ef82c,0x6df7e09f,0x3c40000e,0x3000000e,0xb500000e,0xf74fb4ec,0x20f20810,0x03efd0ff,0x8fa10310,0x0df5a040,0xf82046f8,0x9c632330,0xf730a000,0xcc600000,0x0421000a,0xd910b07c,0xe32f5c06,0x9f5bf78c,0x79f6a0a0,0x3c20000f,0x3000000e,0xac00000d,0xf6efa2eb,0xf1040940,0x041fe0ff,0xef6f031f,0xfbf12038,0xf7d063f6,0xcc6c21c0,0xdd308000,0xd4700000,0x03a4000a,0xfd0c4039,0xdf8fa807,0x5f56fa2c,0x73f58070,0x3c10000c,0x4000000e,0xe6000007,0xf8ef82ea,0x00eb0ac0,0x050fea00,0x1f22024f,0xf0ed403e,0xf7c069f9,0x5c892170,0xa030e000,0xdaf00000,0x0300000b,0x6e051057,0xdd8fe908,0x5f41fd5c,0x6ff5603c,0x3c300007,0x5000000f,0x3b000ffc,0xfe9f51e5,0xa08a0c70,0x05dfedff,0x8edd0150,0x01ea9046,0xf7a05cfd,0xecac20a0,0x52304000,0xe0200000,0x0276000b,0x8708fffe,0xdd7fdd07,0x6f2efeec,0x79f63020,0x3c900005,0xf000000f,0x6f000ff1,0x050f3be1,0x00160e90,0x05ffeefe,0x6eb00110,0x20e9c053,0xf7005402,0x8cd11eff,0xfb2e2000,0xe4b00000,0x0220000b,0x6e094fca,0xe00fa303,0x0f2cfe3c,0x92f7a01c,0x3d00000b,0x7000000f,0x61000fed,0x06bf58de,0x6fdf1110,0x05cff4fd,0xbe9100e0,0x33ea3055,0xf7006607,0xdcff1cef,0x9d2b7000,0xe7600000,0x01ea000b,0x7b05eff2,0xe0bf87fd,0x9f2efccc,0xadf88026,0x3cf00013,0x7000000f,0x1c000fee,0x04ff5ddd,0xdfe71130,0x039001fe,0x3e9bffb0,0x33ec8063,0xf7b0950e,0x0d381c4f,0x4228a000,0xe7a00000,0x01cf000b,0x81033ff0,0xdddf7ffa,0xcf46fd9c,0xb3f7c00f,0x3b900018,0xb000000e,0xce000fec,0x052f33de,0x200d1040,0x00efdbff,0x2eb70150,0x23ee1061,0xf930fa14,0xed861e6e,0xe5262000,0xe5b00000,0x01d9000b,0x7d01ffe4,0xda4f74fc,0x5f3d00ec,0xa5fa2fe5,0x39d0001a,0x3000000e,0xa3000fea,0x05af0bde,0x90391050,0x004f8dff,0x4ebb0600,0x21ef9065,0xf9d1851b,0x0ddd232e,0x8823e000,0xe2500000,0x01fa000b,0x87033fff,0xd72f64ff,0xaf09042c,0x93ff5fda,0x3920001a,0x3000000e,0xce000fea,0x04def8de,0x705110c0,0x004f81ff,0x3ebd0730,0x22f0405f,0xf9320f1f,0x4e2028fe,0x37223000,0xdf800000,0x0228000b,0x82054fea,0xd4bf5a02,0x7f0e043c,0x89002fdf,0x39300019,0xf000000e,0xf7000fe9,0x041ef2dd,0x704c11c0,0x00ffbcff,0x5ec203e0,0x21f16067,0xf8827122,0x5e342d0d,0xfb220000,0xddb00000,0x0264000b,0x6a05efc7,0xd1cf5d03,0x7f4b010c,0x89fc5ff8,0x39a0001a,0xd000000f,0x08000fe8,0x03defadd,0x205e12e0,0x016fccff,0x6ee00320,0x1bf29064,0xf9229b24,0x7e232c7d,0xd5250000,0xdae00000,0x02b6000b,0x5e06dfda,0xcc8f6004,0xcf69fe6c,0x8afac026,0x39e0001f,0xf000000e,0xc8000fed,0xfebf24df,0x40c71190,0x012fc7ff,0x8f0a0360,0x12f60064,0xfa129b26,0x2df8296d,0xce2a0000,0xd6100000,0x0320000b,0x6104bfcd,0xc6cf4405,0xcf65fe1c,0x91f9b04b,0x39800026,0x8000000e,0x4e000ff7,0xf48f44e3,0x41641160,0x014ff8ff,0xbf18fff0,0x15fd407b,0xfab28227,0x2daf265d,0xdb2e0000,0xcfb00000,0x037c000b,0x65032f9c,0xbe2ecf07,0x8f93fd6c,0x8df5b050,0x38e00029,0xd000000e,0x08000fff,0xebbf66e6,0xa1d41320,0x010ffe00,0x4f21ffd0,0x0b049084,0xfbd25726,0x7d59230d,0xe430e000,0xcac00000,0x038a000b,0x3206ff82,0xb6fe6108,0x5fa7fdcc,0x7bf62047,0x3870002d,0x2000000d,0xe5000003,0xe6bf96e8,0x921613d0,0x000fec00,0xef3901ff,0xfc0b507f,0xfdb22424,0xed2120fd,0xf231f000,0xcb600000,0x0367000a,0xd407cf89,0xbace7607,0xff8cfc9c,0x7bf8a039,0x38400035,0x3000000d,0xd0000000,0xe6bface8,0xb2301310,0xfeaffc00,0x5f60026f,0xfd10106f,0xfeb22d23,0xdd36209d,0xff31c000,0xccd00000,0x035a000a,0xef058fb4,0xbcde9d09,0x2f75f96c,0xa2f87013,0x3960003f,0xb000000d,0xd9000ffd,0xe81fb3e7,0x52311260,0xff8005ff,0x1f7203f0,0x0112805b,0xfec25d22,0x3d6d206e,0x06322000,0xcc700000,0x035e000b,0x1b03efe4,0xbbbe8e0a,0x8f3ff3fc,0xe0f8500c,0x3b100048,0x3000000d,0xf2000ffe,0xe3efc1e5,0xa22f1210,0x027ff1fe,0x0f75078f,0xfb13e049,0xffc26520,0xad84202e,0x15337000,0xccf00000,0x034d000b,0x1d01ffe1,0xbc4e870a,0x6ed3edcd,0x23fa402c,0x3cc0004c,0x1000000e,0x07000000,0xdd7fbce4,0x623510d0,0x056004fe,0x1f8107bf,0xeb14503d,0x00325820,0xbd7c211e,0x29346000,0xcd700000,0x0321000b,0x36026feb,0xbddeaf08,0x1e8be6bd,0x3dfa105b,0x3d30004b,0x3000000d,0xfe000000,0xdabf9ae3,0xa2460f00,0x059035fe,0x9fc705bf,0xe413903d,0xffd24a20,0xfd6c216e,0x3a352000,0xcf300000,0x02ed000b,0x51018ff4,0xc16ef904,0x7e8de24d,0x1ff87067,0x3d000045,0x6000000d,0xe0000003,0xdbcf6fe3,0x32630dc0,0x03007bfe,0xb037035f,0xeb122035,0xffb24120,0x5d62203e,0x42363000,0xd2300000,0x02cb000b,0x5bff8ff0,0xc49f3203,0xeef3e20c,0xc2f5b045,0x3d50003c,0xf000000d,0xb7000009,0xdf8f52e3,0x428d0da0,0x053079fd,0x904b051f,0xf7107025,0xff62331f,0xdd551e7e,0x54379000,0xd4400000,0x02a5000b,0x5afdbfe6,0xc60f6304,0xcf26df8c,0xb2f69081,0x3e400039,0x5000000d,0x7400000c,0xdf8f74e3,0x52b70f70,0x07f036fc,0xf058097f,0xef0f601f,0xff12241f,0x8d411d7e,0x6f382000,0xd4200000,0x028d000b,0x5afbafde,0xc68f7a04,0x2f0add6c,0xe1fac0d4,0x3dc0003b,0x6000000d,0x1100000a,0xdc8fb0e3,0xa29b13a0,0x07fffbfd,0x008a0cef,0xdd0e7019,0xfef2331f,0x1d421d1e,0x8a38e000,0xd1200000,0x0290000b,0x5e009fe9,0xc58f7404,0x0ed3ddfd,0x08ff2105,0x3cf0003d,0xc000000c,0xa9000007,0xdc7fc7e3,0x727a1820,0x076fcffd,0x10c10e3f,0xd00df012,0xfe423a1e,0x3d411dbe,0xae391000,0xce000000,0x0292000b,0x68084ffc,0xc3af6405,0x0eb3deed,0x1d038133,0x3d70003f,0xa000000c,0x4e000005,0xdfefd6e4,0x02611b30,0x065fbcfd,0xb0f90c7f,0xc20c7029,0xfcc2321d,0x0d321e9e,0xd4387000,0xcf900000,0x0279000b,0x4705c00d,0xc3df6d05,0x2edcdf7c,0xf9059160,0x3ce00040,0xb000000c,0x12000002,0xe82ff5e5,0x224f1b40,0x05cfa1fc,0xd11b0abf,0xc409e04e,0xfce2321d,0x3d2d1f8e,0xf5380000,0xd1500000,0x025f000a,0xfdfed021,0xc47f7905,0x3eefe08c,0xfe08218e,0x3ed00041,0x7000000c,0x08000000,0xedc011e6,0x223b17d0,0x03af95fb,0x7142095f,0xd9096056,0xfe32441d,0xcd371efe,0xfc388000,0xd1300000,0x0263000a,0xdffc302e,0xc46f6705,0xaf27e34c,0xf209a18e,0x41700042,0x3000000c,0x3b000fff,0xeb802ae6,0x321d1320,0x022f72fa,0x814b097f,0xe8095046,0xfd725a1e,0x3d481dce,0xf138b000,0xd0100000,0x027f000a,0xd7fc503b,0xc46f4005,0xaf54e62c,0xe60b0184,0x43000043,0x1000000c,0xae000002,0xe8d05ce5,0x61f10f80,0x021f47f9,0x511e08af,0xf007c044,0xfbc26e1f,0x9d561e7e,0xd737a000,0xce900000,0x0295000a,0xc3fe6053,0xc44f3305,0x9f6be7cc,0xea0b1179,0x43f00044,0x9000000d,0x19000008,0xe69089e6,0xa1e40e80,0x024f1ff8,0xa0dc069f,0xf105c057,0xfbc27121,0x1d4e201e,0xbe364000,0xcee00000,0x029e000a,0xc7fe405b,0xc41f3305,0xdf79e8ec,0xee0a916d,0x44200046,0x8000000d,0x2000000e,0xe59096e9,0x71ef1170,0x010ef2f8,0xa0b0054f,0xf3076076,0xfc428121,0x7d43209e,0xb435d000,0xd0000000,0x029f000a,0xcdfd106a,0xc3bf1e07,0x0f7eeb2c,0xf60a9153,0x43d00048,0xc000000d,0x0200000c,0xe7b092eb,0x21e91510,0xff1ebcf8,0xa09f054f,0xf9081087,0xfcd2a320,0x6d4920ae,0xb635e000,0xd0b00000,0x0298000a,0xbcfe107c,0xc3ef0c07,0x5f68ee2d,0x110b312c,0x43e0004b,0x3000000c,0xee000003,0xeac067ec,0x31fb1700,0xfe2ea2f9,0x207904cf,0xf706908f,0xfe02c320,0x2d5c20ce,0xb1361000,0xd0d00000,0x0288000a,0xbeffa076,0xc45f0d07,0xaf5eef4d,0x220a9118,0x42f0004d,0x4000000c,0xe0000ffe,0xec1015ed,0x120c17f0,0xfc0eb8fa,0xf064030f,0xe6051093,0xfe72ba21,0x3d4220de,0xb2368000,0xd1500000,0x0277000a,0xd1ff108c,0xc40f1408,0x9f86ef9c,0xfd07b0f9,0x3fa0004c,0xe000000c,0xd8000004,0xeb1fe2ee,0x421d1a50,0xfa5ee8fc,0x105700ef,0xe2031092,0xfdd2b322,0xcd2b214e,0xae367000,0xd1600000,0x0277000a,0xd9ff70b0,0xc23f0609,0x5fbfef5c,0xcc04c0d4,0x3ce00049,0xb000000c,0xcf00000e,0xe98fdeef,0xb22a1da0,0xfb1efdfb,0xe02001df,0xed01e08e,0xfde2f521,0x4d5a214e,0x9336c000,0xd1e00000,0x0286000a,0xa30270ac,0xc11ef309,0x6fbaef7c,0xd304d0c7,0x3cc00046,0x5000000c,0xc8000019,0xe84fc9ef,0xc2281ea0,0xf99f1afb,0xf01702ff,0xf700d08a,0xfd92da21,0xcd53216e,0x8136a000,0xd0b00000,0x02a2000a,0xa0052081,0xc00ed108,0xdfc4f25c,0xce04b096,0x3c300044,0x5000000c,0xc4000029,0xe6bf9cef,0x22211ed0,0xf90f5bfc,0x2ffc01ff,0xff001090,0xfc32bd24,0x5d44228e,0x6d356000,0xcf000000,0x02bd000a,0xba06a074,0xbeaeaa09,0x0ff4f30c,0xab030082,0x3b300042,0xd000000c,0xb1000038,0xe5bf74ec,0x720a1d50,0xf9bf7bfb,0xdfd302d0,0x09ff2090,0xfb02cc25,0x7d4f234e,0x5c352000,0xced00000,0x02c9000a,0xb4058083,0xbf3e9609,0x1ff3f2dc,0xb503e09b,0x3bb00041,0x3000000c,0x7f000036,0xe50f64e7,0x01db1b20,0xf9ff90fb,0xffc203f0,0x10fe5090,0xfae2d525,0xdd55236e,0x5c34f000,0xce700000,0x02d2000a,0xac02d095,0xc0ae8409,0x4fe4f2bc,0xc50560bd,0x3c200040,0x2000000c,0x3d00002f,0xe4cf49e3,0xd1c31c20,0xf9dfabfc,0xbfb90440,0x11fe4099,0xfb72dc26,0x4d59234e,0x5e34d000,0xcda00000,0x02de000a,0xac03e0a1,0xbf1e710a,0x7fe9f2ac,0xb90680d2,0x3be0003f,0x4000000c,0x16000027,0xe4cf40e4,0x91d61d90,0xf73fbdfe,0x2fe60570,0x11fe1097,0xfbb2cc25,0x8d4822de,0x69350000,0xce200000,0x02e7000a,0xa60600a0,0xbdde650a,0xcff3f53c,0x9b08d0b5,0x3bc0003e,0x1000000c,0x2c00001d,0xe51f4de6,0xf1f41c90,0xf4afcaff,0x90270710,0x1bfd1090,0xfb52b624,0x0d2e21ee,0x7e35b000,0xcf100000,0x02e5000a,0xa20540ab,0xbe9e6908,0xfff2f76c,0x840b908f,0x3bd0003d,0x0000000c,0x81000015,0xe57f5fe8,0x92061a20,0xf4dff600,0x803506a0,0x20fcc097,0xfa42b023,0xad2421fe,0x7d358000,0xcf800000,0x02e9000a,0x9e0410aa,0xbe5e6d09,0x2000f5cc,0x6e0bc08e,0x3af0003c,0xe000000c,0xd400000e,0xe5ef67ea,0x221518e0,0xf5e03200,0xc03a0580,0x2cfd20a8,0xf9b2ae23,0xcd1c221e,0x6f34f000,0xd0300000,0x02f0000a,0xac01a0a4,0xbe2e710a,0x8008f2ac,0x6a0a8090,0x3a60003d,0x8000000c,0xe6000008,0xe66f5ded,0x02261980,0xf7b07500,0x90350450,0x3cfe70b3,0xf992a923,0xfd0b21fe,0x6534d000,0xd0c00000,0x02eb000a,0xc1ffe0aa,0xbd3e440b,0x8ffdedcc,0x7809409a,0x3a30003e,0xc000000c,0xda000004,0xe6bf51ed,0x422b19d0,0xf970b900,0xc03b03a0,0x44ff60b5,0xf9629a23,0xecf021ce,0x6a34d000,0xd0e00000,0x02ea000a,0xd10110ba,0xbcee2a0a,0x4fd5e8dc,0x810820ac,0x39500040,0x3000000c,0xbe000001,0xe77f73eb,0x72471a00,0xfa30f801,0x305a0320,0x4f0020b6,0xf8d27723,0xecc2221e,0x71341000,0xd1500000,0x02f5000a,0xcd0140c7,0xbe8e3e07,0x1f9ae5ec,0x8106d0b7,0x38500040,0x9000000c,0x9e000fff,0xe87fbbea,0x52661ba0,0xfb313301,0x407402c0,0x5c01f0bb,0xf8b24f23,0xcc99227e,0x79338000,0xd2300000,0x02fa000a,0xbcff60c8,0xbf9e5105,0xcf57e32c,0x910540c2,0x37a0003f,0xf000000c,0x87000fff,0xe8eff6ea,0x72881d40,0xfc516f01,0x308902d0,0x6603e0bf,0xf9323d22,0xfc88222e,0x7e33d000,0xd2e00000,0x02ff000a,0xabfe50bb,0xbffe5204,0x4f1ae00c,0xaf03a0ca,0x3760003f,0x9000000c,0x79000000,0xe8f011eb,0x92ac1ea0,0xfd61bc02,0x509801c0,0x5f05c0c2,0xf9323922,0x7c7d226e,0x7733e000,0xd3700000,0x0303000a,0x94fff0b8,0xc0be4d02,0x7f17ddac,0x9c0120bc,0x3630003f,0x0000000c,0x76000002,0xe8f000ed,0xd2d01f90,0xfef1ed03,0xa0a60250,0x590750c4,0xf8b23822,0x2c73226e,0x77344000,0xd3d00000,0x0302000a,0x98fff0d9,0xc09e3702,0x7f25dcac,0x80ff90b7,0x3590003e,0x0000000c,0x7a000000,0xe9cfd0ee,0x72d01d80,0xff420d04,0x90ca03a0,0x5407b0c5,0xf9022721,0x9c68224e,0x8034c000,0xd3e00000,0x0302000a,0xa7ff80f2,0xc02e3c01,0x4f3bdd9c,0x6aff40ae,0x3590003d,0xf000000c,0x71000fff,0xe95fe6ec,0xa2cf1a00,0x01122005,0x20c70520,0x4c07f0c8,0xf9820e21,0xac5d22ee,0x85351000,0xd3800000,0x02fa000a,0xb60000ec,0xc02e4c00,0x6f39dd5c,0x72ff30c5,0x3540003e,0xf000000c,0x67000001,0xe99019ea,0x02cc1740,0x00124704,0x90d70520,0x530830c7,0xfa420a21,0xbc59224e,0x87361000,0xd3500000,0x02e5000a,0xd10010f4,0xbfbe3d04,0xaf71dedc,0x6bfda0b7,0x3550003f,0x5000000c,0x6d000004,0xe9c012e9,0x02cb15e0,0x00826203,0x70c80680,0x5608a0bc,0xfb022321,0x9c6920ae,0x83380000,0xd3800000,0x02cf000a,0xd7fff0fc,0xbf4e4206,0xdf8edfbc,0x74fc20c4,0x35d0003d,0x4000000c,0x77000013,0xe61fc0ea,0x52cc15e0,0x01826b02,0xe0c807c0,0x520790b5,0xf9e21e20,0xfc63202e,0x86389000,0xd4400000,0x02c9000a,0xd0ffa0ec,0xc02e5902,0xcf73dfdc,0x88fc80d8,0x3640003b,0xd000000c,0x74000019,0xe37fb2eb,0x82cd16d0,0x02927702,0xd0d60850,0x4805a0b5,0xf8920820,0xac521fce,0x9338f000,0xd4a00000,0x02c3000a,0xd7ff00e8,0xc04e5b02,0x8f59ddac,0x95fd20e8,0x3690003c,0x6000000c,0x7500000f,0xe59fc4ec,0xe2ce1780,0x03928103,0x60f10950,0x3a04c0b2,0xf901fc20,0x1c4e1f8e,0x9f39d000,0xd4a00000,0x02b7000a,0xddfda0f2,0xbfee5f03,0x0f56dbfc,0x94fd20ed,0x36a0003d,0x0000000c,0x8100000b,0xe79fbaee,0xa2c916d0,0x04528603,0xd10d0ac0,0x320540a6,0xf961f91f,0x7c4e1f6e,0xa83ab000,0xd4800000,0x02af000a,0xe1fd9105,0xc03e6402,0x6f52db8c,0x8dfd60f2,0x3680003c,0xf000000c,0x8b000010,0xe6ffa7ef,0x02bf14c0,0x04828903,0x511e0b40,0x3005f0a3,0xf951ec1f,0x2c471f7e,0xb13b4000,0xd4900000,0x02a6000a,0xebfd00f6,0xc04e6b02,0x1f4adb1c,0x90fdb0fb,0x36c0003c,0xd000000c,0x97000015,0xe61f98ee,0x22b51260,0x04428902,0x81300ba0,0x2e060098,0xf971ed1e,0xec4b1dfe,0xad3bb000,0xd4900000,0x02ae000a,0xeefc40ea,0xc13e7402,0x0f49dadc,0x94fdf0fe,0x3710003c,0x9000000c,0x9500001a,0xe5bf8cec,0xc29c10d0,0x02b27c02,0x71690bb0,0x2d05d090,0xf9a1eb1d,0xec431cbe,0xb93c0000,0xd5100000,0x02b2000a,0xe0fc10fc,0xc28e7901,0xbf4edd2c,0x87ff60eb,0x3750003b,0xc000000c,0x8d00001e,0xe55f8bea,0x92800f60,0xff526202,0x51c30b60,0x3004c091,0xf971d81c,0x4c321cde,0xdb3c1000,0xd5900000,0x02a2000a,0xe6fb20f4,0xc30e8501,0xaf52e19c,0x7b0270c6,0x3810003b,0x3000000c,0x7a000024,0xe4df8fe7,0x425f0e90,0xfca24601,0xb1ff0ac0,0x30040094,0xf901c81b,0xbc2b1d2e,0xf33c2000,0xd5200000,0x0294000a,0xeefaa0f0,0xc2fe9401,0xaf55e4ac,0x7404e0bb,0x3900003b,0x8000000c,0x5a00002b,0xe3ff8fe6,0x224210a0,0xfd323601,0x01f209c0,0x26049096,0xf951cb1b,0xec2b1cde,0xf63c5000,0xd5a00000,0x0291000a,0xe0fb4110,0xc2ee9901,0xaf67e41c,0x6004d0eb,0x3940003b,0x6000000c,0x3200002e,0xe43fb2e7,0xf2301670,0xffa223ff,0x31b008b0,0x2406109d,0xfa11cb1c,0x7c2a1cde,0xea3c2000,0xd6900000,0x0294000a,0xdffbe131,0xc2de9c01,0x7f68e10c,0x67037153,0x39f0003b,0x0000000c,0x0b000031,0xe4afe0ea,0x720c1db0,0xff9205fc,0x219907a0,0x3e0890a7,0xf9f1c41c,0xfc1f1d8e,0xea3b8000,0xd6e00000,0x028b000a,0xdefb514f,0xc29eb101,0x2f53df7c,0x910261b0,0x3c40003b,0x4000000b,0xf0000037,0xe41ff4ec,0x51e72230,0xfdd1e2fb,0x71ce0660,0x4a0a00aa,0xf961a21c,0x4c061e5f,0x013b3000,0xd7600000,0x027d000a,0xe7f87133,0xc2fec9ff,0xff57e16c,0x900191d7,0x3df0003b,0x1000000b,0xf6000039,0xe48011ed,0xb1c222d0,0xfcf1bffb,0xc2070580,0x4a0990a3,0xf8f18d1a,0x7bf41f5f,0x163aa000,0xd9100000,0x027e000a,0xf6f4911c,0xc38ec800,0x7f5de33c,0x810101f2,0x3f60003b,0x1000000c,0x26000033,0xe6102ded,0x01952250,0xfcc19afc,0x623e0580,0x470a509f,0xf9718918,0x9bf31fcf,0x283a9000,0xd9c00000,0x027f000b,0x03f2112d,0xc39ecd00,0xbf59e31c,0x7f0211f6,0x4160003c,0xd000000c,0x7f00001d,0xea8044ea,0x316d12d0,0xfcb174fe,0x12860660,0x370ad09c,0xfae18216,0xebfc1eaf,0x353af000,0xd8d00000,0x0288000b,0x04f02140,0xc46ee1ff,0x6f4ae23c,0x7f04f1da,0x42afff40,0x0fff000c,0xbc000001,0xf03045ea,0x11771020,0xfd515900,0x42c50780,0x2109608d,0xfa217615,0x9c081c8f,0x3c3b7000,0xd7500000,0x029d000b,0x0feec129,0xc56eecff,0x5f4be02c,0x7a0831c8,0x42c00042,0xd000000c,0xb7000ff7,0xf26001eb,0x51940e20,0xfda14701,0xc3020860,0x16074082,0xf6d16c13,0xfc0c1b3f,0x4d3bc000,0xd6900000,0x02ae000b,0x22edd10a,0xc61eecff,0xff6ade3c,0x740a71c8,0x42f00041,0x7000000c,0xa8000ff8,0xf21f9ceb,0x01a30ce0,0xfdb13a01,0xb3350860,0x17081079,0xf7516011,0xcc001b7f,0x613bb000,0xd8700000,0x02ab000b,0x23eb50e8,0xc76f0bfe,0x6fa1dd9c,0x6f0b11d4,0x4370003b,0xa000000c,0x9e000ffa,0xf1af65e9,0xb1910ca0,0xfec13b01,0xc3510780,0x160b9068,0xfcd1600f,0x3bf71bbf,0x733b9000,0xdbf00000,0x02ac000b,0x03e9d0c8,0xc7df2bfd,0xbfdbdd9c,0x560a61f0,0x42e00038,0x4000000c,0x8c000003,0xef6f56e9,0xe1950cf0,0x01c13601,0xa33b0770,0x1f0ce073,0xfce1770e,0x9bff1acf,0x733bf000,0xdcd00000,0x02b0000a,0xcfeb20da,0xc81f2bfe,0x5fcad9fc,0x610ae232,0x4330003b,0x5000000c,0x6f00000a,0xed9f56eb,0xb1b20dc0,0x03712802,0x33390810,0x240da09f,0xfb81830e,0x5c0b19bf,0x753ca000,0xdcb00000,0x02b5000a,0xbfea70dc,0xc90f20ff,0xbf9ed79c,0x760cc258,0x43e0003e,0xa000000c,0x5000000b,0xed2f59ec,0xd1c40e70,0x03311e02,0xd34407a0,0x1b1110d4,0xfd21710e,0x8c0c1b0f,0x7c3c8000,0xdc600000,0x02b0000a,0xb8e6f0c9,0xc9cf24ff,0xef9ad80c,0x6b0e6258,0x44600041,0x3000000c,0x3700000f,0xec2f64ed,0x21ca0ec0,0x02a11403,0x233e0710,0x1714e0f3,0xff11700f,0x8c131c7f,0x7f3c2000,0xdbe00000,0x02a3000a,0xa9e500c9,0xca6f2aff,0x8f9ed8ac,0x5d0f7252,0x44d00043,0xd000000c,0x24000012,0xeb6f75ec,0x91c50f00,0x02810c03,0x03240640,0x1016810e,0xffd16a10,0xdc181def,0x7a3b8000,0xdb100000,0x02a4000a,0x9ce510c5,0xca9f2afe,0xbf97d87c,0x660ff257,0x45400046,0x8000000c,0x10000017,0xe9ef77ec,0xc1ca1000,0x01f10102,0xa31705b0,0x0d15d11f,0xff316410,0xac191edf,0x7c3b0000,0xdb500000,0x02b0000a,0x91e540bd,0xca3f22fd,0x8f7bd8cc,0x8310b250,0x46000048,0xf000000c,0x0300001b,0xe90f71ed,0x61d510b0,0x0100f702,0xd3080620,0x27152101,0xfe718410,0x2c251dcf,0x743b9000,0xdc300000,0x02b2000a,0x7ae3c0c9,0xc97f17fd,0xbf66da1c,0x8d11123c,0x4610004a,0xf000000b,0xfb000015,0xea0f72ed,0xb1db10e0,0x0060f403,0xc2e90740,0x5514f0be,0xfd91c810,0xbc3f1aef,0x573ca000,0xdaa00000,0x02b4000a,0x51e26107,0xc82f00fe,0x0f62dc1c,0x7a10622a,0x4420004b,0x4000000b,0xfa00001b,0xe87f61ed,0xc1de11e0,0xffd0f905,0x02c006c0,0x5b12a09f,0xfd11cb11,0x9c331adf,0x403cb000,0xd8400000,0x02b3000a,0xc9eab0f9,0xc79ef4fe,0x8f5dde1c,0x630f520e,0x41c0004a,0x3000000b,0xfffff01d,0xe7ff52ee,0x31e512c0,0x00310006,0x127b05b0,0x510be09e,0xff41b013,0x0c1e1cbf,0x2b3c8000,0xd8000000,0x02a5000b,0x1af1f0ec,0xc7aef3fe,0x9f4edf4c,0x5b0ec1fb,0x40100049,0x0000000c,0x0700001a,0xe87f3aee,0x31ea11f0,0x00010607,0x62430500,0x4e05909d,0x0161a114,0x8c121eaf,0x203c5000,0xd8400000,0x0290000b,0x10f230fb,0xc6ced9fe,0x7f47e1bc,0x460ea1db,0x3e700047,0x0000000c,0x1600001b,0xe7ff1eed,0xc1ec0fc0,0xfe310e09,0x323504e0,0x4c06405c,0xffd1a815,0x1c0e1f6f,0x143c4000,0xd8f00000,0x028a000b,0x0bf220f0,0xc53eb2fe,0xaf42e64c,0x260ec196,0x3c900044,0x6000000c,0x31000018,0xe88f11ed,0xa1f20da0,0xfd81220a,0x220b0420,0x4b07605a,0xfda1af15,0xec09203f,0x003c3000,0xd9600000,0x0285000b,0x50f3105f,0xc3ceacfe,0xdf4ae8ac,0x0f0dd166,0x3b200042,0x3000000c,0x4f000011,0xe9ef0eed,0x31ec0d70,0xfda13f0a,0x11c60280,0x4906c066,0xfd61bd17,0x2c08219e,0xe83bc000,0xd9400000,0x0282000b,0x6ef55010,0xc2cea5ff,0x8f67e9bb,0xfd0c514a,0x3a900040,0x2000000c,0x6b00000b,0xeb4f13ec,0xc1e60d40,0xfd214c09,0xa18e01e0,0x4705e05a,0xfd41d517,0xdc0c223e,0xd13ba000,0xd9a00000,0x0283000b,0x53f79016,0xc24e9300,0xaf6debcc,0x030b9129,0x3ad0003d,0x9000000c,0x8b00000a,0xeb8f06ec,0x91e40de0,0xfc414f09,0x116201b0,0x4505204d,0xfd31e618,0x7c0a230e,0xbf3b8000,0xda200000,0x0282000b,0x35fa701d,0xc17e7c01,0xaf6cedcc,0x100b2104,0x3b10003b,0x4000000c,0xb200000d,0xea8ef6ec,0x21d90d60,0xfba15108,0x81390160,0x42036043,0xfce1fb19,0x5c0d23ee,0xb23b8000,0xda000000,0x027f000b,0x18fc9028,0xc04e6502,0x6f77ef3c,0x150a10e9,0x3ae00039,0x1000000c,0xd800000d,0xea6effeb,0xa1cc0d30,0xfba15307,0xd1060100,0x41022042,0xfc82141a,0x8c1824de,0xa13b5000,0xd9800000,0x027b000b,0x09fd0032,0xc01e6003,0xef87efec,0x1a08f0de,0x3ae00036,0xe000000c,0xfa00000d,0xea3f0beb,0x41c20d10,0xfc214e07,0x30d000f0,0x3d00c041,0xfca22b1c,0x0c27255e,0x8d3b2000,0xd8700000,0x027d000b,0x06fd202c,0xbfbe5704,0xff8cefbc,0x250820dd,0x3b300035,0x4000000d,0x1600000c,0xea1f15eb,0x31ba0d00,0xfbd14a06,0xf0af00a0,0x31ffe03f,0xfd123c1d,0x2c3a252e,0x7b3b5000,0xd7400000,0x0287000b,0x13fd601e,0xbf9e5604,0x2f90f07c,0x2c0750d2,0x3b400033,0xd000000d,0x2a00000c,0xea1f22eb,0xc1bb0d80,0xfa713e06,0xc0aa0100,0x24ffc034,0xfd324b1d,0x5c4b251e,0x773c2000,0xd6e00000,0x027f000b,0x28fce004,0xbfae4305,0x4f8df30c,0x360740b8,0x3ba00031,0xd000000d,0x3700000e,0xe96f27eb,0x91b30d80,0xf9213606,0x60a60110,0x1d00702a,0xfd02571d,0x2c51255e,0x773c9000,0xd7700000,0x0279000b,0x26fbbff3,0xbefe3c07,0x2f8df49c,0x420720a7,0x3c200031,0x1000000d,0x3900000b,0xe9df30eb,0x41a80d20,0xf8612d05,0xe09c00c0,0x1f00c02a,0xfc52571d,0x3c4825ce,0x743c3000,0xd8100000,0x027c000b,0x14fafff9,0xbf2e4907,0x9f98f4ac,0x440720a7,0x3ce00031,0x3000000d,0x2f00000b,0xe9cf48eb,0x31a10cb0,0xf8011f05,0xc09b0080,0x1f00c032,0xfb924e1d,0x7c3e26ce,0x723b5000,0xd8400000,0x027f000b,0x0ffa0001,0xbe6e1f07,0x4fa2f3fc,0x4107e0b0,0x3da00032,0x1000000d,0x1c00000c,0xe94f67eb,0x319b0c00,0xf7810a05,0xd0a700f0,0x2001503c,0xfac24c1d,0x6c3e282e,0x763a9000,0xd8200000,0x027b000b,0x12f86006,0xbd0e0106,0xef9bf37c,0x460980ba,0x3eb00033,0x2000000c,0xff00000e,0xe88f7ceb,0x61980b10,0xf750fb05,0xe0b00110,0x23023047,0xf982511d,0x4c4427fe,0x7b3ab000,0xd7c00000,0x027f000b,0x1df6dffb,0xbdfe1806,0x7f8af35c,0x4f0b00ca,0x3fe00033,0x7000000c,0xdd000014,0xe6ef79eb,0xc1a20b40,0xf870fc06,0x10970000,0x2104c055,0xf8f2501d,0x9c40284e,0x773a9000,0xd7700000,0x027d000b,0x1ef68fea,0xbf0e4f04,0xff8df14c,0x4d0b30f3,0x40200034,0x7000000c,0xb7000014,0xe6cf80ec,0x31ab0bd0,0xf890fd06,0xe092ff10,0x1907c05e,0xf882481d,0xdc3428ce,0x763a6000,0xd7500000,0x0278000b,0x18f64fe4,0xbf4e6403,0x5f8feffc,0x440ad108,0x3f600036,0x2000000c,0x98000011,0xe74f8eec,0x61b10cf0,0xf7f0fa07,0xc096fe40,0x100af06f,0xf8023d1e,0x2c2a294e,0x7a3a2000,0xd7600000,0x027b000b,0x20f4bfd8,0xbf3e6803,0x0f7def8c,0x470b2109,0x3f000037,0x8000000c,0x7f000016,0xe64f79ec,0x41b20d60,0xf770fb08,0x6091fd00,0x0b0d107e,0xf762301e,0x7c1e29de,0x7d39d000,0xd7700000,0x027d000b,0x2ef29fc6,0xbeae4405,0x5f71efbc,0x490bf108,0x3f400037,0xa000000c,0x68000017,0xe69f6aec,0x31b60cb0,0xf6d0fe08,0xd08dfbe0,0x070db07d,0xf752341e,0xcc1b2a5e,0x7e39a000,0xd7b00000,0x027d000b,0x39f08fb6,0xbdde1b08,0x5f78f0dc,0x400c4100,0x3f700036,0x3000000c,0x62000014,0xe86f6eeb,0xa1b90a50,0xf6c0f909,0x007cfb70,0x070db077,0xf7f23f1f,0x3c1c2aee,0x7b397000,0xd8400000,0x0275000b,0x4befdf98,0xbe5e3008,0x6f6ff12c,0x450ba100,0x3f000034,0x1000000c,0x7800000d,0xebbf6dea,0x81b20970,0xf690e609,0x3074fb90,0x040c4069,0xf952461e,0xfc282b2e,0x7a398000,0xd7800000,0x026b000b,0x55f43f62,0xbede3906,0xdf62f36c,0x4a0b10f4,0x3ea0002f,0x2000000c,0xae000000,0xf0cf72e9,0xb1aa0900,0xf6e0cd08,0xf060fbd0,0x030aa060,0xfb224c1e,0xdc372b2e,0x7139c000,0xd6a00000,0x0267000b,0x28fe8f67,0xbd7e1907,0xdf5df68c,0x4a0a80e6,0x3f200027,0x9000000d,0x03000ff6,0xf4cf73e8,0xc16b0860,0xf940ac07,0xd021fbe0,0x1708706b,0xfd124e1f,0x7c382c0e,0x5c38b000,0xd6a00000,0x026a000b,0x03099f92,0xbcce050a,0x7f4ff72c,0x5908c0ef,0x3fb00020,0x8000000d,0x71000ff2,0xf6af7fe6,0xa1030ad0,0xfa806b06,0x8004fe30,0x3404906e,0xffe2681f,0xac492d4e,0x4c36e000,0xd5f00000,0x0275000a,0xf00edf7f,0xbc4e090c,0x5f33f7ac,0x730660e8,0x3fc0001f,0x5000000d,0xda000ff4,0xf61f83e6,0x10a611a0,0xfc504b04,0xdfdefff0,0x51019065,0x01829a20,0x3c772d9e,0x3135d000,0xd4400000,0x0287000a,0xf10fdf5d,0xbaee030d,0x6f33f4bc,0x96016104,0x3f800027,0x2000000d,0xf9000ffb,0xf38f2de6,0xe07314f0,0xff404b02,0x8f9b0060,0x7cfff055,0x0132c221,0x1c992d3e,0x0b352000,0xd3100000,0x02a9000b,0x0f103f7b,0xbb5df50d,0x5f4cef1c,0xbbfd614f,0x3f200032,0xc000000d,0xa4000fff,0xf11eafe7,0x207612a0,0xfdd01d02,0xcfac01c0,0x95ff106a,0xffa2b621,0xbc7e2e4d,0xfd338000,0xd3000000,0x02c1000b,0x2e0eefe8,0xbb3de80d,0x3f52f04c,0x9c002148,0x3dc0003a,0xc000000d,0x15000ff2,0xf17e6be6,0x90ab10b0,0xf9700303,0x8fe70070,0xaf00b094,0xfe328821,0xec3a2f6d,0xfc31b000,0xd4600000,0x02c2000b,0x2d0ab06b,0xb9ade60d,0x4f5af52c,0x6e03c0f5,0x3bb0003e,0xd000000c,0x99000fd8,0xf45e42e5,0xa0dc0e40,0xf6001003,0x3004fe90,0xc203809b,0xfdd27122,0x3c172dad,0xfa329000,0xd5700000,0x02b8000b,0x21092092,0xb7cdd50d,0x6f71f89c,0x5805b096,0x39a0003f,0x0000000c,0x72000fbb,0xf75e23e2,0x00e00920,0xf7801a04,0x2fda0030,0xac05f07c,0xff027723,0x4c1f2b1d,0xe434c000,0xd5900000,0x02b9000b,0x2b0a1078,0xb63dd10d,0xef5af70c,0x2e06c07b,0x35d0003b,0x4000000c,0xab000fa2,0xf9ae69de,0x20ea06d0,0xfa000805,0x6fbc0230,0x8f06b064,0x01727824,0x2c1d2b8d,0xd1348000,0xd6000000,0x02cd000b,0x2f088088,0xb57dcf0d,0xff22f46b,0xfc05e084,0x32400037,0x6000000c,0xe3000fa1,0xf62f75e1,0x91780af0,0xfaffbe05,0x1fd70440,0x9607f057,0x03627524,0x7c012dbd,0xd0328000,0xd7c00000,0x02e0000b,0x0403e0db,0xb68dc60c,0x6ef4f3bc,0x060680ad,0x32400037,0x6000000c,0xca000fdf,0xe5c017ec,0x322916e0,0xfb7f6d04,0x60020640,0xab0a904f,0x04729324,0x2bf02d1d,0xda31c000,0xd9d00000,0x02ee000a,0xb101413a,0xb8adc20a,0x1ec0f3ec,0x200a20f6,0x35300038,0x4000000c,0x83000039,0xd8801df3,0xb2832070,0xfa9f4c04,0x10350470,0xb60d5054,0x04d2b223,0x5bf728fd,0xe3331000,0xda800000,0x02ff000a,0x8a00c159,0xba4dbb08,0x6ec7f56c,0x0d0c9114,0x38100037,0xc000000c,0x380000a0,0xd4b019f2,0xd2781e70,0xf98f6f04,0xa0420060,0xb310d054,0x0432b222,0xfbf724bd,0xe434d000,0xdab00000,0x030c000a,0x82ffa13a,0xbc5da906,0x8f0bf66b,0xd20b6117,0x38200036,0xb000000c,0x0c0000e6,0xd4703ef1,0x426a1b80,0xf9cf7c04,0xf02aff70,0xb912b040,0x0412a823,0x4bf1231d,0xdb358000,0xdb900000,0x030f000a,0x77fea10a,0xbcfd9c06,0x2f2df64b,0xb40a711a,0x37e00035,0x3000000c,0x090000f1,0xd69076f1,0x92641b10,0xf92f6c05,0x70230070,0xbe11c038,0x04929f23,0x8bec24ed,0xd3345000,0xdcf00000,0x030c000a,0x66fd40eb,0xbb4d8c06,0x3f27f70b,0xb00af104,0x37e00034,0x4000000c,0x220000bc,0xdb308cf2,0xa2611c10,0xfaff6106,0x7fe20220,0xb5115037,0x04d2a024,0x9bf0282d,0xbc321000,0xde000000,0x030c000a,0x59fc80e0,0xb9fd7903,0x0f15f5bb,0xb30aa10e,0x36f00033,0x9000000c,0x4600007b,0xe0c062f2,0xf25b1ca0,0xfa7f6707,0x6fca02f0,0xab12800f,0x04e2ca24,0xfc0e297d,0xaf313000,0xde300000,0x0310000a,0x48fcb0e5,0xb96daf04,0xbefff6db,0xb90a30f0,0x36000032,0x7000000c,0x70000057,0xe3604df1,0xd24e1b70,0xf74f6b08,0x6ff40420,0xa30f8012,0x03c2fc24,0x7c3728ed,0xac317000,0xdd200000,0x0319000a,0x4bfeb0e3,0xb87dc909,0x1eedf9fb,0xc10ad0a1,0x35600031,0xd000000c,0xac000033,0xe66034f2,0x42491aa0,0xf93f8608,0x9fc00580,0x9a0b4036,0x02131225,0xdc51295d,0x8e30d000,0xdb200000,0x031c000a,0x730110ee,0xb80dca0d,0x0f0ff73b,0xd008b096,0x34700033,0x0000000c,0xeb000ff7,0xec0ff4f2,0xf2451a30,0xfbffa007,0xef8906d0,0x9a090034,0x00c30127,0xcc532afd,0x722f9000,0xd8a00000,0x0320000a,0xbc03a0fa,0xb7ddd00e,0x1f2bf39b,0xef07509e,0x35000034,0x5000000d,0x18000fd1,0xf0bf90f1,0x22341820,0xfcafa705,0x7f920770,0xc6065040,0xff12c929,0x4c2c2c5d,0x6e2de000,0xd6400000,0x031a000b,0x0005b10f,0xb86da70b,0xdf25f22c,0x2f07f08d,0x38200034,0x6000000d,0x3c000fe0,0xf02f6cf0,0x92291610,0xfd7fba04,0x7f9c06f0,0xd304e049,0xfe02a02a,0x6c0f2b4d,0x6b2de000,0xd5700000,0x02f9000b,0x1004614e,0xbf3dd805,0x9f1feffc,0x5007e08e,0x39900033,0x5000000d,0x47000006,0xed3fa8f0,0x42201460,0xfcefd405,0x5fbd0580,0xbe040050,0xfd926c2a,0xfbeb287d,0x662f5000,0xd7600000,0x02c1000a,0xdbff0175,0xc51e3c01,0x0f25ef5c,0x48074083,0x38d00030,0xc000000d,0x43000028,0xeacfc8ef,0x921412f0,0xfc7fe105,0x2fe803e0,0xc203a058,0xfcc1fb2a,0x0b8f269d,0x692ff000,0xda300000,0x0299000a,0xf7fa9155,0xc59e3c00,0x2f30ef4c,0x4e06c085,0x38f0002d,0xf000000d,0x2f000046,0xe8cfa7ef,0x720b1290,0xfccfe604,0xf0070320,0xbf04d05c,0xfc719028,0x4b44240d,0x6f31b000,0xdb900000,0x0298000b,0x40fa6127,0xc29dfb01,0x7f43eeac,0x5306409f,0x38e0002c,0xe000000d,0x0f00004c,0xe8df92ef,0xb20512a0,0xfd1fd904,0x902b03f0,0xb607a05c,0xfd116426,0x7b3c206d,0x7b351000,0xdac00000,0x02bc000b,0x72fc9106,0xc22dfa01,0xaf37ee9c,0x6d06f0b7,0x3990002c,0xf000000c,0xf1000047,0xe9df99ef,0xe1ff1240,0xfd7f8e04,0x206208c0,0xad0a905f,0xfe216d24,0x1b601dcd,0x98387000,0xd9e00000,0x02e5000b,0xa1fda0dd,0xc32e0401,0xced5efbc,0xb10c20da,0x3c40002d,0x2000000c,0xcf000053,0xe8df7fef,0xc1fa11d0,0x00bf3900,0xc0700db0,0xca0df076,0xffc18622,0x5b7b1e1d,0xa7396000,0xdbf00000,0x02e4000b,0x90fa70e2,0xc42e1001,0x0e58ef4d,0x3512d11a,0x42a0002e,0x9000000c,0xa200005b,0xe84f5ced,0x91e710c0,0x01ff5fff,0x707809c0,0xce1240b0,0x01c18e20,0x8b741e0d,0xa7387000,0xde600000,0x02df000b,0x52f710f5,0xc7ce19fd,0x8e7deb7d,0x43109144,0x43200030,0x6000000c,0x8100005a,0xe89f6eec,0x21d910c0,0xfbcfba03,0x4106ff80,0x8d14e0da,0xff11721c,0xbb521ead,0xcc348000,0xde700000,0x0302000b,0x36f5d0ec,0xcafe35fc,0x2f3beccc,0x840a20f7,0x3c600030,0x8000000c,0x77000050,0xe99fb5eb,0xf1d41170,0xf99fc503,0xb174fca0,0x6f14f0dd,0xfbf1541a,0xbb3e1e3d,0xf732f000,0xdc700000,0x0316000b,0x49f5c0f5,0xcd5e4efc,0x1f69edbc,0x590950e1,0x3b600031,0x2000000c,0x6d000047,0xea9fd3eb,0x71cc12a0,0xf9ffd204,0xf1b6fcf0,0x4b15b0be,0xfd214a1b,0x7b451c5e,0x2634e000,0xd8d00000,0x030c000b,0x67f440da,0xcede5efb,0xaf82ec2c,0x32083101,0x39400031,0x9000000c,0x59000043,0xeb1fefea,0x71c01400,0xf8affb08,0x7228fd10,0x0614c08d,0xfd715a1c,0x7b661a6e,0x7b381000,0xd5200000,0x02ef000b,0x98f49085,0xce0e6ffb,0xefb9ecab,0xcf05d105,0x34000031,0x6000000c,0x44000040,0xeb7016e9,0xc1b71560,0xfbdfef08,0x6234ff40,0x07148072,0xfe61731e,0xfb85199e,0xb93a9000,0xd2800000,0x02c1000b,0x8bf360a7,0xcd1e87fb,0xcfade8bb,0xdf052149,0x33900031,0x9000000c,0x3e00003d,0xebf018e9,0xe1b41670,0x026f9c04,0x11ec0570,0x4414e065,0xfec18e22,0x9baa188e,0xa93bb000,0xcf700000,0x02bb000b,0x71f230d6,0xcffeb6fa,0x7f22e29c,0x8b0991b8,0x3a500031,0xc000000c,0x4c000038,0xec8ffcea,0x51b416c0,0x03bf8601,0xb1f507b0,0x5f13c065,0xfdf19e23,0x7bbd180e,0x7d3be000,0xce300000,0x02da000b,0x6df2d0dc,0xd1aec4f9,0xaee7e23c,0xd80c11bf,0x3e200031,0x9000000c,0x5c00003a,0xec7fe7eb,0x21b716d0,0x026f9601,0x82150710,0x60126069,0xfc619322,0x7bba18be,0x403af000,0xcd900000,0x0308000b,0x82f520d5,0xd04ec9fa,0xef01e38c,0xc20c019f,0x3e800031,0x0000000c,0x63000040,0xec2fd9eb,0x11b31600,0x01cfa501,0xb21c0690,0x5a12406e,0xfb11671f,0xab8f1a1e,0x0939d000,0xcef00000,0x032f000b,0x91f790ce,0xcdeed4fc,0x9f21e42c,0xa20bf18f,0x3e500030,0x5000000c,0x6600003f,0xec5fcee9,0xb1a414b0,0xffffb502,0x92320600,0x4610b07a,0xfa51371b,0x6b621a4e,0x0839f000,0xd1b00000,0x032f000b,0x7df570d5,0xcbbedefd,0xdf41e5dc,0x790b5170,0x3d10002f,0xb000000c,0x6c00003b,0xecdfd1e8,0x619513e0,0xfedfbc02,0xd2440650,0x350f4079,0xf9d12c18,0x7b57193e,0x383ae000,0xd3d00000,0x0305000b,0x72f280e9,0xcc7edffe,0x2f3fe6dc,0x6c0aa15a,0x3c90002f,0x1000000c,0x7c000038,0xed4fd9e7,0x91891370,0xfeefb202,0xc25c0780,0x3410706f,0xf9314017,0xbb60187e,0x823ae000,0xd4d00000,0x02d5000b,0x8cf0f0e2,0xce5ef1fd,0x0f26e75c,0x710a3158,0x3c30002d,0xb000000c,0x97000036,0xed9fd5e7,0x118113f0,0x003fb502,0x62730770,0x3e111068,0xf8e16818,0x7b76179e,0xbc3a7000,0xd5500000,0x02c1000b,0x92f130dc,0xcedefdfc,0x4f2ae63c,0x6f08a16d,0x3b30002c,0x7000000c,0xae000033,0xee1fe1e6,0xb1711560,0x02cfc200,0xf28a06b0,0x5d10d052,0xf991811a,0x8b8b166e,0xd13a3000,0xd3800000,0x02c1000b,0x8ff210e6,0xd03f0ffc,0xaf3ee38c,0x79074188,0x3b60002b,0x8000000c,0xd200002e,0xeedff4e6,0x015e15d0,0x046fb000,0x12c40800,0x75117039,0xfa418e1d,0x3ba0155e,0xc63ab000,0xd0800000,0x02d4000b,0xb3f310e1,0xd23f1efd,0x1f23e29c,0x9209d195,0x3d600029,0xe000000c,0xf6000023,0xf05005e5,0x314914d0,0x06ef9b00,0x42e809f0,0x7213b025,0xfac1aa20,0x8bc5153e,0x9e3c2000,0xce500000,0x02f5000b,0xc7f260ba,0xd37f18fc,0xbef1e07c,0xad0d31c5,0x3ef00028,0xe000000c,0xfe000016,0xf22002e5,0x113b1370,0x084f9600,0x33120a70,0x7b15c018,0xfb71d623,0x2bec166e,0x663d1000,0xcd800000,0x030d000b,0xa5f16092,0xd28f1afc,0x1ed4df7c,0xc20e71da,0x3f700028,0x3000000d,0x0e00000e,0xf39feee5,0x613112d0,0x090f9400,0x13360a70,0x84170010,0xfd91f824,0x0bfe162e,0x333e3000,0xcdc00000,0x032b000b,0x7cf15090,0xd07f1afd,0x4ec4df2c,0xc70ed1e2,0x3f500027,0x2000000d,0x2200000c,0xf43feee5,0xb12812b0,0x0a0f81fe,0x934e0ba0,0x9c177ffe,0xfef1f722,0xfbfd138e,0x233fd000,0xcd400000,0x033c000b,0x67f1809f,0xce4f13fe,0x2e90df1c,0xf61121e9,0x41c00026,0x0000000d,0x3700000c,0xf4a000e5,0x71181260,0x0bdf58fa,0xf3580ee0,0xbd170ffc,0xfed1dc20,0xcbff125e,0x313fb000,0xcbe00000,0x0341000b,0x53f070c3,0xcf8f14fc,0xee16e03d,0x771661ec,0x47b00025,0x9000000d,0x5000000b,0xf54ff5e4,0xf1071210,0x0ddf3af8,0x234b11a0,0xbe15b019,0xff41ac1d,0x8bf313be,0x4a3d6000,0xcad00000,0x034d000b,0x7fef50d9,0xd21f16fa,0xcdb2e1ad,0xdd1a81f4,0x4c100025,0x1000000d,0x6200000a,0xf5cfdfe4,0x90f71280,0x0f7f2af6,0xa3351340,0xaa15802c,0xfe816d1a,0xcbd6154e,0x663bb000,0xca300000,0x034e000b,0xd7ed90b9,0xd38f20f9,0x8d7ae29e,0x131d21fc,0x4e700024,0x7000000d,0x7300000d,0xf59fd4e4,0x80e91310,0x116f1ff4,0xd3211490,0xa1142036,0xfec1421a,0x8bb8166e,0x673b8000,0xcac00000,0x033c000b,0xffec50a7,0xd53f2cf9,0x5d4be32e,0x451fb202,0x51200023,0xe000000d,0x8700000d,0xf5bfd3e4,0x80dd12f0,0x128f24f3,0xc31814c0,0xa112503d,0x00b12a1d,0x2b9c17be,0x413be000,0xcbb00000,0x032e000b,0xcaed80bf,0xd4ef28fa,0x9d37e30e,0x63209209,0x52900023,0xa000000d,0x9000000b,0xf68fdce4,0x30cd12e0,0x12ff2ef3,0x53191480,0xa713302d,0x00111d20,0x7b87188e,0x093c4000,0xcc500000,0x0336000b,0x9aef90c3,0xd34f2dfb,0x9d33e2be,0x73204211,0x52c00023,0xe000000d,0x94000009,0xf74fd8e3,0xb0c312e0,0x137f2df2,0xa3201550,0xb915c025,0xfef12822,0x4b92178d,0xdf3d6000,0xcc000000,0x0345000b,0x8ff0a0b2,0xd2bf31fc,0x3d1ae31e,0x8c209215,0x53800024,0x4000000d,0x9a000008,0xf7afcae3,0x60c31300,0x135f22f1,0xf33916a0,0xda1bc027,0xfed15121,0xbbba146d,0xd83f7000,0xcb900000,0x0350000b,0x9beff0b9,0xd37f2efc,0x0d02e44e,0x9b21320a,0x54400024,0x6000000d,0x9f000009,0xf7afc5e3,0x20c41310,0x13ef1bf1,0x63411820,0xf5211017,0xfed1881f,0x5bf211fd,0xf4409000,0xcac00000,0x0354000b,0xb7ee50c5,0xd4df30fb,0x1ce8e4ce,0xae21e20e,0x55200024,0x7000000d,0xa400000a,0xf7cfc1e2,0xf0c51350,0x153f19f0,0xc33b19a1,0x09227fe8,0xfe41a91c,0x0c180fae,0x25418000,0xc9700000,0x0357000b,0xcfed70b7,0xd58f38fa,0xcccee47e,0xc623321b,0x56900024,0x9000000d,0xa400000a,0xf7dfc1e3,0x10c91370,0x149f1cf0,0xf34d19c1,0x24209fd3,0xffe1b41a,0x0c1c0c6e,0x48438000,0xc9700000,0x035c000b,0xe1ec00b1,0xd6ef39fb,0x9cdde43e,0xbf22d214,0x56700024,0xc000000d,0xa200000a,0xf82fc3e3,0x50cf1340,0x12ef25f1,0xa36418d1,0x3a1b9fc2,0x0251c41a,0xdc1b0a4e,0x3d458000,0xcb500000,0x0355000b,0xdaebb0b9,0xd81f3dfb,0xbcfee42e,0xa9213204,0x55300025,0x2000000d,0x9c000009,0xf88fc2e3,0x90d41310,0x11df2df2,0x23681811,0x44173fa5,0x0331e61d,0xfc3309be,0x07473000,0xcca00000,0x034f000b,0xc5ed60b5,0xd6df42fa,0xed0fe3de,0xa21fb205,0x54100025,0xe000000d,0x9200000a,0xf88fbee3,0xf0da1370,0x124f2cf2,0x735a1861,0x3d166fa2,0x01a21421,0x1c5b0a4d,0xcd47c000,0xcd700000,0x0352000b,0xaeeea0a6,0xd58f3afa,0xfd07e36e,0xa51f9216,0x53c00026,0x3000000d,0x8c00000b,0xf8bfbde4,0x20df1410,0x123f27f2,0xa35b1881,0x3916ffa6,0x00f22c22,0x5c710b5d,0xae472000,0xcd800000,0x0354000b,0x8deed0af,0xd56f33fb,0x9d06e37e,0x9d1fb216,0x53a00025,0xe000000d,0x8b00000d,0xf86fc7e3,0xe0e01450,0x11df1ef2,0x736518e1,0x3c187fa3,0x01721f21,0x5c710bcd,0xb1462000,0xcd400000,0x0358000b,0x72ede0c0,0xd5cf31fb,0x9d03e46e,0x9b20120a,0x53d00025,0x9000000d,0x8f000010,0xf7bfcde4,0x10e51470,0x120f13f2,0x436919a1,0x3f19df8d,0x01d2151e,0xdc710acd,0xce45b000,0xcb000000,0x035f000b,0xccf0b0b1,0xd67f3cfb,0x0cf7e53e,0x9f20e206,0x54400025,0x5000000d,0x93000012,0xf77fcce4,0x90ed1460,0x118f11f2,0xd3721961,0x3f198f8d,0x02d22d1d,0x1c7f099d,0xf245a000,0xc5700000,0x0362000c,0xb0fc80da,0xd67f47fa,0x5d02e52e,0x8f207201,0x53800025,0x2000000d,0x96000011,0xf7efcfe4,0x70ee1430,0x113f16f2,0xd37618f1,0x47180f9c,0x0452371d,0x3c7e091e,0x0545d000,0xc4100000,0x0352000d,0x37006138,0xd67f4ef9,0xad0ae4ee,0x8f1f9201,0x53400025,0x8000000d,0x93000011,0xf83fcee4,0x90f21480,0x11ff24f2,0x435e18c1,0x48165f9a,0x0602291e,0x6c75093d,0xee465000,0xc8500000,0x0344000c,0x79f550f6,0xd62f4efa,0x0cfbe43e,0xb11f0215,0x54200026,0xa000000d,0x83000013,0xf83fc2e5,0x20fb1500,0x121f2bf2,0x334918a1,0x40157f92,0x06922420,0x0c7e0a5d,0xbb461000,0xccd00000,0x0346000b,0xabeeb095,0xd5bf4afa,0xecfce3de,0xbd1f121f,0x54900027,0xa000000d,0x71000013,0xf85fb4e5,0x91021500,0x118f2ff2,0xd33b1811,0x34158f94,0x05e23e21,0x5c940c7d,0x94449000,0xcdd00000,0x0347000b,0x82eee07b,0xd5af3ffc,0xbd0ee35e,0xaf1ec21d,0x53f00028,0x2000000d,0x67000014,0xf85fb4e5,0xb10614b0,0x108f47f4,0x13241641,0x2515ffaa,0x05324420,0xfc990ddd,0x9242e000,0xcd000000,0x033e000b,0xa3f0507f,0xd56f38fd,0xbd31e19e,0x8f1c6220,0x51c00028,0x6000000d,0x61000018,0xf7ffc2e5,0x91081420,0x0fbf78f5,0xf2fc1311,0x11161fc7,0x0572321e,0xfc920d0d,0xad41b000,0xcc200000,0x033a000b,0xbeef4084,0xd5df42fc,0xcd71de0e,0x5b17f22f,0x4df00028,0xb000000d,0x5a000018,0xf82fcfe5,0x61091390,0x0f2fb6f7,0x82d70f51,0x11187fb6,0x03b2271c,0x3c910a8d,0xd240e000,0xcb500000,0x0341000b,0xbeeda0a2,0xd5cf48fc,0x0dd2d9ee,0x1311e23c,0x49500029,0x2000000d,0x56000018,0xf87fe0e5,0x310a1360,0x0d8ff6f8,0x52ce0b31,0x2f1b7f93,0x0112311a,0x3c92075d,0xf3408000,0xca800000,0x0340000b,0xdeedd0a4,0xd55f52fc,0x3e65d74d,0xa40ba228,0x45300029,0xb000000d,0x5600001a,0xf84ff6e5,0x610f1320,0x0cf027f9,0xb2b30821,0x231baf9d,0x01023e1a,0xbc9c070d,0xef3fd000,0xcb000000,0x033c000b,0xe0ed7098,0xd56f5bfc,0xdeeed4dd,0x2c080228,0x4280002a,0xf000000d,0x3f00001e,0xf7d00be6,0x21191260,0x0e5043fb,0x52790690,0xfb1b2fc3,0x00b2581d,0x8cb0098d,0xc93e2000,0xcbd00000,0x033a000b,0xc6ee1091,0xd53f56fc,0xef4bd1ac,0xcc04f24d,0x3f90002c,0xb000000d,0x1a000022,0xf78017e7,0x01241260,0x0f1051fb,0xf24c0550,0xe51a5ff5,0xfe028420,0x9cc50d7d,0xa23ab000,0xcb400000,0x0339000b,0xe3f1e09d,0xd42f4dfc,0x5f87cfec,0x9101925e,0x3cb0002e,0x5000000d,0x05000025,0xf5f01ae7,0xd1301370,0x0d804bfb,0x82490410,0xd1189039,0xfb028b21,0xecb8129d,0xa3357000,0xca200000,0x0335000c,0x38f670ce,0xd2df4afc,0xbf8ed12c,0x8a018243,0x3d10002f,0x8000000c,0xf9000028,0xf4501fe8,0x813c1420,0x0a6027fa,0x72610420,0xb6170081,0xf9d25920,0x7c7d163d,0xd430c000,0xcac00000,0x032a000c,0x59f3f120,0xd21f45fe,0x0f62d4dc,0xb105420c,0x4080002f,0xe000000c,0xf300002c,0xf2c02be9,0x11461430,0x079fe5f9,0x22650620,0x9e1640c7,0xf992181d,0xfc40185e,0x192d0000,0xcce00000,0x0316000c,0x14ea01b6,0xd14f37fe,0xaf1dd9bc,0xe70ab1cc,0x44b0002f,0x8000000c,0xf5000030,0xf11037e9,0x914f1430,0x052fa9f8,0x22480830,0x8d14f10e,0xf8b1e91c,0xac281a7e,0x5229e000,0xce100000,0x02fa000b,0xfae6b230,0xcfef26fe,0x7ef1debd,0x040ed187,0x4780002e,0xc000000c,0xfc000035,0xef403cea,0x11581420,0x027f97f7,0xe21e0880,0x8412014b,0xf701d41c,0x8c271cee,0x6c276000,0xcf300000,0x02dd000c,0x43eb021f,0xcebf24fe,0xaef4e2dc,0xfd0f6144,0x47f0002e,0xa000000c,0xfe00003c,0xedf036ea,0x716013f0,0x005fb0f8,0x41e50720,0x7f0dc170,0xf4a1d11c,0xec241f9e,0x66253000,0xd1700000,0x02cc000c,0x68f051d5,0xcdaf23ff,0x5f1ae4bc,0xe40cb11f,0x4680002f,0xc000000c,0xf5000042,0xec9027ea,0x91661430,0x000fd9f8,0xa1960550,0x7b09517f,0xf291d41d,0x8c1c220e,0x57235000,0xd3a00000,0x02ca000c,0x54f3b18e,0xcc2f0f00,0x5f43e45c,0xcc086123,0x44400031,0x5000000c,0xe7000049,0xeb5017ea,0x716b1550,0x010ff0f8,0x913a04a0,0x7e068178,0xf1c1e21e,0x2c2423ae,0x4e223000,0xd5b00000,0x02c8000c,0x24f6114a,0xcadef501,0x5f4ee34c,0xcf04813a,0x42500032,0x2000000c,0xde000050,0xea200eea,0x116d1730,0x020fe6f8,0x10ea0510,0x8506215c,0xf202011e,0x9c3f247e,0x5421e000,0xd8b00000,0x02bc000b,0xd3f57115,0xc9fee602,0x0f33e37c,0xf202614a,0x41600032,0x1000000c,0xe0000054,0xe9200ae9,0x716e1960,0x02bfbef7,0x20b10540,0x9005f145,0xf252191e,0xbc57256e,0x6f218000,0xdb100000,0x02aa000b,0x8af3b103,0xc8dee002,0xaf02e51d,0x2802914e,0x41d00031,0x9000000c,0xea00005c,0xe87ff1e8,0xd16e1b70,0x03cf80f6,0x208504d0,0x9b04614e,0xf1a2171e,0x6c64264e,0x9120e000,0xdb500000,0x02a1000b,0x70f4a0ec,0xc7fed203,0x1ec2e72d,0x63053159,0x43500031,0x3000000c,0xf1000061,0xe7ffdee8,0x71711d40,0x05bf3af5,0x205204b0,0xa702d162,0xf042211e,0x2c7f263e,0xa320b000,0xdb400000,0x02a9000b,0x52f5e0c2,0xc7eeb502,0xfe7fe8bd,0x96093170,0x45a00031,0x1000000c,0xf3000065,0xe79fd0e8,0x91771ed0,0x087efcf3,0xc01804e0,0xbb04215f,0xf2024a1e,0x1ca4259e,0xa8208000,0xdbc00000,0x02b8000b,0x20f620b7,0xc7be9002,0xde47e9cd,0xc30d4187,0x48500030,0xf000000c,0xf9000067,0xe72fc7e8,0xe17f2050,0x0b0ecaf2,0x2fe704d0,0xd706d13f,0xf6026a1d,0xfcb424fe,0xaf1fe000,0xdc300000,0x02c7000b,0x01f7f0c8,0xc6be7403,0x4e1feaad,0xe4109196,0x4ac00030,0xf000000c,0xfc000068,0xe6cfc5e9,0x618821b0,0x0c6ea6f1,0x0fc804a0,0xf007911d,0xf812751d,0x6cb423ee,0xb61f6000,0xdc800000,0x02d2000b,0x00fa80d7,0xc5ae6504,0x2e08ebad,0xf512919a,0x4c500031,0x2000000c,0xf500005c,0xe7eff1ea,0x01912310,0x0cee8ef0,0x6faf0571,0x0106511b,0xf872851c,0x9cbb221e,0xb81f9000,0xdcd00000,0x02d2000b,0x0cfc30e4,0xc50e6005,0x5df8ec8d,0xfd13319b,0x4cc00031,0x7000000c,0xec000050,0xe90017ea,0xc19b2470,0x0d0e84f0,0x1f930781,0x0d054123,0xf8529e1b,0xbccf205e,0xb5200000,0xdcb00000,0x02cc000b,0x24fdc0ec,0xc47e5b06,0x7debed7e,0x04134193,0x4cb00031,0xd000000c,0xe9000053,0xe91024eb,0xb1a62560,0x0c8e86ef,0xef760a21,0x1205a114,0xf8b2b81a,0xfcee1f6e,0xb51ff000,0xdbf00000,0x02cd000b,0x3dff60e8,0xc34e4a07,0x7de8eeae,0x0613717d,0x4c900031,0xe000000c,0xeb000064,0xe82016ec,0xa1b12530,0x0bae8fef,0xff590cc1,0x0f05f0fd,0xf942d31a,0x0d0e1fae,0xbe1fb000,0xdb900000,0x02d1000b,0x3d0040e3,0xc17e3508,0x9dedf00e,0x0313e162,0x4cb00031,0x8000000c,0xee000076,0xe72ffeed,0x61ba23e0,0x0a7e9af0,0x4f410f21,0x050580e7,0xf992e618,0xed27208e,0xd41fc000,0xdc000000,0x02d3000b,0x29ff90df,0xbf7e2409,0xbdf2f1ad,0xff142144,0x4ca00031,0x0000000c,0xf0000086,0xe64fe0ee,0x21c32210,0x094ea1f1,0x1f291190,0xe904a0cc,0xf9b2ee17,0xed42211e,0xed208000,0xdc700000,0x02d5000b,0x1dfeb0d2,0xbd8e190b,0x1dedf30d,0xfa14c129,0x4c900030,0xe000000c,0xf5000094,0xe58fbbef,0x01cc1fd0,0x08ae9ff2,0x3f091460,0xbd02d0b3,0xf962f216,0xcd6120df,0x0121d000,0xdc400000,0x02d1000b,0x27ff50bd,0xbb6e280d,0x2dd7f3fd,0xf5167114,0x4cd00031,0x2000000c,0xfa00009f,0xe4ff9bf0,0x01d61d30,0x07ee98f3,0x5ef316a0,0x990040a3,0xf8b2f415,0xbd77201f,0x1622f000,0xdb800000,0x02bd000b,0x400160aa,0xb89e640f,0xddc0f4ed,0xf0183101,0x4cf00031,0x7000000c,0xfb0000a7,0xe49f8cf0,0xa1dd1af0,0x065e91f4,0x8ef517a0,0x87fdf099,0xf842f814,0xbd861f9f,0x31238000,0xda900000,0x029a000b,0x4803c0aa,0xb5aeca12,0x0db3f64d,0xe51900ec,0x4c400031,0xa000000c,0xfa0000ad,0xe44f87f0,0xe1e319b0,0x044e87f6,0x3f061810,0x78fce090,0xf8e30913,0x4d951eff,0x4c23e000,0xda200000,0x027c000b,0x2d0500c8,0xb41f3212,0xddadf7cd,0xd21950d7,0x4ae00031,0xc000000c,0xf90000ae,0xe45f81f1,0x01e81970,0x01ce7af8,0x8f201850,0x66fd5088,0xfa731d11,0x6da21dbf,0x59242000,0xda700000,0x0279000b,0x0b0410e0,0xb45f5212,0x4dacf94d,0xb419a0c5,0x49100031,0xd000000c,0xf90000aa,0xe4bf81f0,0xf1ed1970 +}; + +u32 ANIM_ENTRY_hit_butt_short[] = +{ + 0xfcbf77ff,0x30450700,0x2bfb603a,0xf9f0f10c,0x9c9d066f,0x21329000,0xed500000,0x0204000f,0xb5f66029,0xed1fa502,0x5f3604cc,0x29fbbfe9,0x3ed000fe,0x60000000,0x0c000010,0x011fe002,0x4fd40180,0xfb7f80fe,0xf0540650,0x37fad043,0xf8a13d0e,0x3c92057f,0x1632a000,0xeed00000,0x0237000f,0x7cf81031,0xeedf9900,0x6f40042c,0x3bfb0fea,0x3eb00002,0x2000000f,0xd8000013,0xffbfe203,0x7ffb0170,0xfbff94fe,0xa04304b0,0x3bfa204c,0xf8618910,0xbc8d04bf,0x25331000,0xeec00000,0x024a000f,0x2dfa5019,0xf01f9bfd,0xbf4c038c,0x4af92fec,0x3ec00004,0x6000000f,0xbb000014,0xff1fe304,0x40110120,0xfb2fa3fe,0xf04d0390,0x31f8604a,0xf8e1d413,0xfca0031f,0x4033c000,0xeb200000,0x0263000e,0xf1fbafe8,0xf0cf96fc,0x8f5302ec,0x4df83fed,0x3e500003,0xd000000f,0xc7000014,0xff5fde04,0x80130160,0xfaefabff,0x80470390,0x23f6a03b,0xf8e22b17,0xecd001bf,0x4a340000,0xe4700000,0x029a000e,0xbefa2fc2,0xf12f9afc,0x9f52022c,0x4bf7bfee,0x3d800000,0x6000000f,0xf1000011,0x007fcd04,0x300402d0,0xfdffb9ff,0x2ff00370,0x25f6f02e,0xf8a28a1c,0x8d09017f,0x37332000,0xde100000,0x02d0000e,0x8bf7afc2,0xf24fb3fd,0xcf56014c,0x4bf69ff8,0x3dd00002,0x2000000f,0xa100000d,0x02cfbb02,0xdff404c0,0x015fabfe,0xef830540,0x1cf92028,0xf8d2de20,0x6d41019f,0x22320000,0xd9400000,0x02ee000e,0x45f94fcf,0xf35fbf01,0x2f3e027c,0x3ff77feb,0x3e4000ff,0xa000000f,0x94000002,0x085fa5ff,0xcfb30760,0x02ef9efe,0xef2c06c0,0x0ffc5028,0xf8e30823,0x1d60027f,0x17303000,0xd6300000,0x0301000e,0x10fa5fe8,0xf2dfb805,0xcf2f05dc,0x29f8cfae,0x3e5000fb,0x3000000f,0xaf000feb,0x139f8bfa,0x1f2a0a80,0x038facff,0x3ee606df,0xfffef01d,0xf9430e24,0xad6303af,0x102de000,0xd4200000,0x0316000d,0xf3fb800f,0xf0efc708,0xcf4207ec,0x19f7ff76,0x3e4000f9,0x6000000f,0xaf000fca,0x1f7f6cf3,0x3e9c0f20,0x033fc3ff,0x5ec0066f,0xf2008011,0xf9130025,0x0d4e045f,0x152ba000,0xd2500000,0x032e000d,0xb5fef02a,0xee7fe50b,0x1f3307fc,0x1df41f57,0x3e9000fe,0xd000000f,0x51000fba,0x22df54ef,0xde6b15e0,0x017fddff,0x6ec505af,0xe901100a,0xf892e624,0x9d21041f,0x2b295000,0xd1900000,0x0353000d,0x4d049041,0xeb8ffa0d,0xdf2307bc,0x2df24f49,0x3e200009,0x6000000f,0x33000fc2,0x1fdf5df0,0x0e811810,0xffbfefff,0x4ed2055f,0xe2022004,0xf8b2e023,0xdd05034f,0x53270000,0xd1f00000,0x0377000d,0x0808605b,0xe9a0050f,0xaf2b07bc,0x45f3df4d,0x3d200014,0x2000000e,0xe6000fc7,0x1cff5af1,0x2ead1540,0xfe7ffdff,0x6ed6052f,0xd8044006,0xf922e323,0xccff011f,0x86249000,0xd2000000,0x0386000c,0xff095057,0xeb000a11,0x9f4a076c,0x56f57f59,0x3c20001a,0x5000000e,0xa4000fc8,0x1b4f4cf1,0xded11310,0xfdb00aff,0x9ece050f,0xce06e004,0xf972e524,0x0d07fd4f,0xb9222000,0xd1500000,0x0387000c,0xee09c051,0xed900513,0x7f7206cc,0x5ef67f63,0x3b40001c,0x3000000e,0x85000fc9,0x198f48f1,0xeee812a0,0xfd600fff,0xbec5058f,0xc407d000,0xf902e424,0x0d0ff89f,0xed1f5000,0xd1700000,0x0373000c,0xe509b05d,0xef200312,0xbf86062c,0x61f74f72,0x3a50001c,0x9000000e,0x7d000fc9,0x17bf4bf2,0x3f0412b0,0xfc8015ff,0x4ecf05ef,0xc7085ff8,0xf8c2e023,0xed08f350,0x231be000,0xd2600000,0x0350000c,0xe6097069,0xf0b00210,0xef8a060c,0x6df80f74,0x3a40001c,0x3000000e,0x8d000fcc,0x14ef4cf2,0xef2d1260,0xfbe022fe,0xfedb066f,0xc709afe7,0xf942e723,0x9d01ed60,0x4417f000,0xd3500000,0x0329000c,0xe2089070,0xf10ff50c,0x5f86057c,0x77f85f78,0x3a50001b,0x4000000e,0xac000fd2,0x103f3df4,0x3f6b11f0,0xfc5035fe,0xdedc05ff,0xc409cfe8,0xf922da23,0xacf0e8c0,0x5913a000,0xd4000000,0x02f0000c,0xe507d077,0xefdff906,0xcf8103dc,0x7af80f8f,0x3a400019,0x2000000e,0xd1000fd7,0x0b4f20f5,0xafb511e0,0xfc704aff,0x2eee058f,0xbc091ff3,0xf832be23,0x9cd9e510,0x610ec000,0xd4b00000,0x02a2000c,0xef08207c,0xee4ff803,0xff83023c,0x6af82fa7,0x39f00016,0xb000000e,0xf7000fd9,0x078f1cf5,0x9fcb1200,0xfd605aff,0x6efb061f,0xb1080ff3,0xf7d2a423,0x6cc8e250,0x4e099000,0xd4f00000,0x0249000c,0xf009008b,0xeb7ffb03,0x5f73fecc,0x5cf8efdb,0x39800018,0xf000000e,0xec000fe0,0x007f3cf6,0x1ff41190,0xfe6069ff,0x1f0c065f,0xb406ffe3,0xf7e27c22,0xccb1e0c0,0x3a053000,0xd5600000,0x01fd000c,0xe608a099,0xe7500402,0x5f58fa1c,0x6dfa002c,0x39800021,0xc000000e,0x5f000ff2,0xf26f56fa,0x90ae0f00,0xfd8086ff,0x5f33050f,0xb207afea,0xf8024920,0xfc91df00,0x2d042000,0xd7800000,0x01ee000c,0xda07c09d,0xe5400501,0x1f61f7ac,0x7bf9d05d,0x39100029,0xa000000d,0xb8000003,0xe6af55ff,0xa1600d20,0xfb30a6ff,0xbf5a040f,0xa60a9ff8,0xf7a21820,0xcc6ddca0,0x14067000,0xd8b00000,0x0218000c,0xe407b09f,0xe3c01902,0x4f93f7ec,0x6ff9805d,0x38b0002e,0x4000000d,0x51000010,0xdf2f6701,0xd1ac0b90,0xf960c4ff,0x2f5f038f,0xa40eaffd,0xf7f20921,0x9c5fdc0f,0xf509b000,0xd8a00000,0x0249000c,0xee085097,0xdff03005,0x3fcaf7ec,0x66f9f057,0x39c00031,0x8000000d,0x14000018,0xda9f8102,0x01c40920,0xf870cefe,0x5f4a03cf,0xa8122ff8,0xf9721921,0xdc6bdd2f,0xe20c0000,0xd8b00000,0x0267000c,0xe108b08d,0xdcb04606,0xffdef7ac,0x6bfa4051,0x3ae00033,0x6000000c,0xff00001a,0xd89f9201,0x61c907c0,0xf760cdfe,0x1f3c03df,0xaf139feb,0xfae22222,0x0c70ddff,0xeb0d3000,0xd8d00000,0x0281000c,0xd207307e,0xdcb05307,0xdfd6f96c,0x73fa0037,0x3ab00033,0x5000000c,0xfa000016,0xd9ef9300,0x61c50840,0xf5f0d0fe,0xbf44037f,0xb312bfeb,0xfb322b22,0x2c72de10,0x020da000,0xd9600000,0x02a3000c,0xc706106d,0xdd705507,0xffd5fbdc,0x6bfa102d,0x39300032,0xe000000c,0xcf000013,0xdb0f7ffe,0xa1ad0920,0xf570caff,0xbf4d02ef,0xb4104ff8,0xfa724122,0x0c7addf0,0x210e3000,0xda100000,0x02d0000c,0xce071086,0xddd05808,0x5fcdfd2c,0x65fad04b,0x37600032,0xa000000c,0x7d000013,0xdb8f5dfd,0xe1ab0a90,0xf5f0bb00,0xaf4d020f,0xbc0e600b,0xf9f24722,0x2c78df10,0x4f0e0000,0xda600000,0x02f2000c,0xca0810a4,0xde305107,0x9fb8fdac,0x62fb6076,0x36000032,0x8000000c,0x43000013,0xdbbf51fe,0x91cf09c0,0xf5c0a601,0x3f58018f,0xce0e5020,0xf9f23e21,0xec6ce0f0,0x7e0ce000,0xdba00000,0x02fb000c,0xbe0930a5,0xde605505,0xdfb0fe9c,0x5cfc0086,0x35d00032,0x8000000c,0x5c000011,0xdcaf60ff,0xe2010600,0xf5409a01,0x8f6a013f,0xdd0f4030,0xfa222f21,0x5c5ee260,0x9a0c8000,0xdc600000,0x0300000c,0xae09709c,0xdd206e05,0x1fb9ff8c,0x52fc707a,0x36000032,0xb000000c,0xbb00000e,0xddef7a01,0xa21303e0,0xf5c08f02,0x2f7001af,0xdf10802e,0xfaf22421,0x4c54e380,0x970e4000,0xdc600000,0x031c000c,0xb807208c,0xd9c08504,0xffb9ff4c,0x4bfd007d,0x36200033,0x3000000c,0xea000010,0xddbf8904,0x12290400,0xf6907c02,0xef7c027f,0xde11a034,0xfba21920,0xfc4de5a0,0x7f116000,0xdc600000,0x0340000c,0xc602e079,0xd570a102,0x8facfecc,0x43fee091,0x36900033,0xb000000c,0xd7000013,0xdcdf9905,0x522704e0,0xf6706f03,0x4f9f02cf,0xe413b047,0xfbe20920,0x3c41e990,0x49158000,0xdce00000,0x0367000c,0xb700b068,0xd330d503,0x8fa6fedc,0x3b006096,0x37500034,0x7000000c,0xc4000016,0xdc7fb605,0x921805b0,0xf6a06c02,0xcfbb02df,0xf0168053,0xfbd2031f,0x7c36ef2f,0xf119e000,0xdcc00000,0x037a000c,0xc7010076,0xd3e0dc07,0x2fa7fdbc,0x46fff09c,0x38100035,0xd000000c,0xbf000014,0xdd2fc805,0xe20806d0,0xf7806e02,0x8fd002ef,0xf718e05c,0xfb81f71e,0xbc2cf6af,0x9c1db000,0xdc800000,0x0350000c,0xd700807c,0xd4d0a607,0x1fa9fbbc,0x54ff30ab,0x38800037,0x7000000c,0xbf00000f,0xdf3fca06,0x121106e0,0xf8907002,0x8fe4028f,0xfb1a706e,0xfb51d61e,0x2c1bfdff,0x64213000,0xdcb00000,0x02ea000c,0xdbfed06a,0xd5006305,0xffa9f92c,0x5ffec0ba,0x38b00039,0x9000000c,0xc1000008,0xe22fc806,0x721c0730,0xf8b06b03,0x200d028f,0xf81c508a,0xfb91ae1d,0x3c09032f,0x47250000,0xdd100000,0x025c000c,0xebfc5063,0xd6205005,0x5f9ef74c,0x62ffb0b5,0x38d0003c,0x0000000c,0xc7000000,0xe66fce06,0xc2270710,0xf8d06703,0x8033027f,0xfb1dd0a1,0xfb518a1c,0x4bf807cf,0x36285000,0xdd400000,0x01ce000d,0x01fa205d,0xd8d05c05,0x3f97f4cc,0x6700c0b0,0x3940003f,0x3000000c,0xcc000ff9,0xea4fd006,0xf2300650,0xf9006d03,0xb0590370,0x011da094,0xfa718e1b,0x1c000bcf,0x162b1000,0xdd200000,0x0171000d,0x0cf8d05a,0xdb705107,0x2f9af20c,0x690130b1,0x39c00042,0xa000000c,0xc8000ffa,0xea3fc307,0x623d0540,0xf9007304,0x10880690,0x0a1db06e,0xfa21b619,0x7c1e0d6e,0xee2e0000,0xdd100000,0x0142000d,0x09f8405c,0xdec05608,0x9f98efcc,0x6601f0b1,0x3a400044,0x9000000c,0xbd000001,0xe71fa507,0xc24803e0,0xf9807704,0x90b10970,0x0f1d704e,0xfa81d018,0x3c340e8e,0xce30e000,0xdd100000,0x0131000d,0x0df79057,0xe0305b07,0xff8aed1c,0x6402c0bd,0x3a600043,0xc000000c,0xad000005,0xe56f7807,0xd2500260,0xfad07d05,0x60cb08ff,0xff1c1059,0xfb51b017,0x7c2613fe,0xc6315000,0xdd500000,0x013f000d,0x17f6c052,0xddf05007,0x9f70ea0c,0x5f0310dc,0x39c0003f,0x8000000c,0x92000004,0xe64f5308,0x02580190,0xfbf08905,0xb0e1075f,0xf31a9068,0xfb519416,0xbc131b2e,0xce307000,0xddb00000,0x0154000d,0x1cf65058,0xdb005e09,0x8f4de7ec,0x5c0290f6,0x3970003a,0x8000000c,0x78000007,0xe56f5e08,0xc2650160,0xfca0a304,0xb0f10740,0x031ca05b,0xfc31b415,0xfc1f1f0e,0xcc312000,0xde300000,0x0166000d,0x1bf4a05a,0xd8208d0b,0x3f47e67c,0x61012105,0x39d00039,0xc000000c,0x5f00000e,0xe27f7e09,0x526f0170,0xfbd0b803,0xb11807c0,0x1b1d3036,0xfc41e514,0x6c2f201e,0xcf32e000,0xdf000000,0x0184000d,0x1df2e056,0xd4d0aa0b,0x5f5ce6ac,0x670080f8,0x3a50003b,0x4000000c,0x41000013,0xe10f8008,0x326901b0,0xfa10c603,0x31540810,0x291c6015,0xfc320612,0x5c3c205e,0xe634a000,0xdfc00000,0x01b0000d,0x2af1f049,0xd130cf0b,0xef71e7bc,0x680010da,0x3a80003c,0xa000000c,0x2c000014,0xe10f7207,0xa2670200,0xf940d402,0xc17507f0,0x2e1cd00e,0xfd520911,0x3c4320de,0xff35c000,0xe0800000,0x01e3000d,0x44f0601f,0xcb50ff0b,0x5f80e78c,0x6aff00ce,0x3a70003e,0x2000000c,0x1c000014,0xe13f6908,0x62700210,0xf950d002,0xd1820980,0x2a1d500a,0xfe61ff10,0x7c4e211f,0x0b369000,0xe1200000,0x01f8000d,0x6aeeeff1,0xc5e10c08,0xaf7be78c,0x6ffee0cd,0x3a60003e,0xe000000c,0x11000015,0xe12f6909,0xa27c01a0,0xfa00d802,0x81730ab0,0x2a1c6fea,0xfd620c0f,0xfc62215e,0xfa366000,0xe1400000,0x0207000d,0x84ee3fde,0xc4f0f808,0x6f87e6fc,0x6dfe30cd,0x3a40003f,0x9000000c,0x0d000017,0xe0cf6d09,0xc27b01a0,0xf9b0e902,0x116f0b30,0x2d1bdfcb,0xfd522b0f,0x3c76219e,0xe8359000,0xe1100000,0x0222000d,0x8eee7fd2,0xc4f0ee09,0x1fa9e77c,0x5bfd80b8,0x3a1fff40,0x0fff000c,0x0a00001b,0xe00f6e08,0xc26e01a0,0xf970f601,0x51600bd0,0x2a1b5fc9,0xff423f0f,0x4c82227e,0xe1353000,0xe0b00000,0x022f000d,0x85ef1fcb,0xc4d0e109,0x6fc4e80c,0x56fd40b1,0x3a700040,0x4000000b,0xf9000020,0xdf4f6906,0x62500070,0xf9f10300,0x31380c40,0x2419ffca,0x00624810,0x0c8923be,0xdd351000,0xe0600000,0x022f000d,0x70f13fea,0xc420d109,0x2fd7e7ac,0x5ffdb0cb,0x3b400040,0x6000000b,0xcd000025,0xde7f5f01,0xb20f0060,0xf9810600,0x21300cd0,0x1818ffc7,0x01225410,0x0c8e242e,0xde34f000,0xe0600000,0x0230000d,0x62f15ff8,0xc3a0c908,0xffe4e94c,0x56ff90d8,0x3b50003f,0xc000000b,0x9500002a,0xdddf5efe,0xc1d704b0,0xf90108ff,0x41250ca0,0x16180fca,0x01d25810,0x2c8e249e,0xe134d000,0xe0b00000,0x022e000d,0x61efbfe5,0xc390c908,0xcfeeea7c,0x600100ec,0x3bf0003f,0x6000000b,0x5c000030,0xdd0f58fe,0xb1cc0a10,0xf88109fe,0x11130ba0,0x19167fd5,0x02825510,0xcc8a255e,0xe834d000,0xe0d00000,0x0222000d,0x4bf1b00e,0xc3b0c708,0x8ff3eb2c,0x7501e10b,0x3cf0003f,0xc000000b,0x32000037,0xdc5f5000,0x31da0be0,0xf7c0fefd,0xa10a0ab0,0x14157fe7,0x02124e11,0x8c83266e,0xf2349000,0xe0f00000,0x0219000d,0x3cf30021,0xc430c208,0xeff2ecac,0x82037129,0x3dbfff40,0x2fff000b,0x2100003d,0xdb7f5001,0xa1e80bb0,0xf780e6fd,0x10ef0980,0x11157ffd,0x01a23e12,0xcc79284e,0xf633c000,0xe0c00000,0x0217000d,0x3df02ff7,0xc460c209,0x1fefedec,0x8f061151,0x3f500040,0x5000000b,0x28000046,0xd9ff5d02,0xb1ef0d90,0xf6a0c8fd,0x60e00830,0x09160016,0x01622e14,0x1c7029be,0xf9332000,0xe0600000,0x0217000d,0x2ff00002,0xc440c008,0xffe9f09c,0x8f091166,0x40900040,0x7000000b,0x51000051,0xd86f6c03,0x01ee0e90,0xf650a6fd,0x90bc0900,0x0c15f00f,0x00b25015,0x3c8428ae,0xec33b000,0xe0600000,0x0219000d,0x22ef300d,0xc3e0b808,0xdfe3f2ac,0x920b417a,0x41b00041,0x0000000b,0xa400005a,0xd74f7b02,0xa1e40b60,0xf5a083fe,0x109809a0,0x0c15a00e,0x00927a16,0x1c9f270e,0xe134c000,0xe0100000,0x020f000d,0x18ef1009,0xc390b109,0x4fdff56c,0x8b0c716c,0x42300041,0x6000000b,0xfa00005c,0xd6ff8f02,0xe1e70750,0xf49066fd,0x806e0420,0x1c15a064,0x00924b17,0xfc7c2b3e,0xe532f000,0xdf800000,0x0203000d,0x13ef9fee,0xc330a809,0x6fdbf83c,0x9c0ca146,0x43500041,0x9000000c,0x0c000059,0xd73f9b04,0xd2030740,0xf49047fe,0x103500c0,0x281620a1,0x00b23319,0x5c5e2ece,0xe0316000,0xdf700000,0x0204000d,0x2ff0cfdd,0xc2509108,0x7fcdfa2c,0x970da12d,0x43c00041,0x5000000b,0xfefff04b,0xd87fba06,0xd2240900,0xf3703700,0x801600a0,0x1914c0ba,0x01325119,0xec612e8e,0xc8310000,0xdee00000,0x0215000d,0x33f3efe0,0xc1e07408,0x9fcffd0c,0x5c0e60fd,0x41e00040,0xb000000b,0xfefff02d,0xdc9feb07,0xf23c0a20,0xf1903501,0xc00500c0,0x1912c0c4,0x02926f1a,0x3c692dce,0xaf30e000,0xddd00000,0x0220000d,0x1cf5bfe4,0xc1506608,0xefdcff9c,0x3a0e00bc,0x40400040,0x7000000c,0x1000000a,0xe32ffa08,0x824c0ae0,0xf0003302,0xfff802b0,0x181260a8,0x03328c1a,0x2c7f2cae,0x95315000,0xdce00000,0x0228000d,0x16f68fd8,0xc1105c09,0xafde00fc,0x340db083,0x3e600040,0xa000000c,0x24000fec,0xea6fe008,0xd25a0c30,0xf2904406,0x1fa3068f,0xe112506f,0x0382be1a,0xdca92b5e,0x69324000,0xdbb00000,0x0235000d,0x0cf83fd4,0xc0805d09,0xffd8fd4c,0x110d009e,0x39a00041,0xa000000c,0x2b000fd3,0xf14fbc08,0xb2640dc0,0xf7405b09,0x1f4108ff,0x9a10b041,0x0352d61b,0x2cc32b6e,0x5032a000,0xdaa00000,0x0241000d,0x06f9ffdf,0xbf305809,0xcfd8f61b,0xf20b60e5,0x34d00045,0x5000000c,0x22000fd0,0xf2bf7d08,0x726c0f00,0xfde08009,0xded207bf,0x790f4034,0x0272ba1b,0x8cb92e5e,0x4730f000,0xda700000,0x0250000d,0x15f96fcd,0xbe705309,0x2fe5eb8b,0xfa076145,0x3170004a,0x6000000c,0x12000fe5,0xee3f3607,0xf2720f70,0x0130a309,0x8ea007df,0x670de011,0x01e2ba1b,0x2cbd2fde,0x4130b000,0xdb400000,0x025e000c,0xfaf1dff4,0xbe704f07,0x6fd3e45c,0x1a04f16d,0x3090004b,0xa000000c,0x05000ffb,0xea8f4406,0xc2730da0,0xffc0d507,0xceb1086f,0x710defed,0x01f2ce1a,0xfcd42fde,0x36314000,0xda700000,0x0268000c,0xc3eeb02c,0xbf003007,0x4fd3e2dc,0x3103c13e,0x33300047,0x1000000c,0x09000007,0xe93f8506,0x32760b90,0xf9410c04,0x6f0b093f,0xa40eafcc,0x0172dd1a,0x1cea2ebe,0x33320000,0xd9500000,0x027f000c,0xd8f12ffa,0xc05fea09,0x6002e7ac,0x350340b5,0x38d00040,0xb000000c,0x24000013,0xe82f9005,0xf27f0810,0xf6413502,0x6f2c0a0f,0xba0f4fac,0x0032e919,0x6cfa2dce,0x2c32a000,0xd8900000,0x0291000d,0x09f3cfa5,0xc12fba0b,0x202deaac,0x2e021071,0x3ba0003e,0xf000000c,0x3000002f,0xe4ff7f06,0x028a06b0,0xf9f14002,0x8ee70b6f,0xa20fffa7,0xfff2f019,0xbd042e1e,0x25330000,0xd7c00000,0x028b000d,0x16f5bf6b,0xc1bfe90d,0x1024e82c,0x3d01c0a7,0x3ae0003f,0x1000000c,0x1e00004a,0xe28f6506,0x42980760,0xfcb12801,0x9eaf0e2f,0x920f9faa,0x0072f619,0x6d152dee,0x2d349000,0xd7800000,0x0275000d,0x28f66f44,0xc180200e,0x0fd6e69c,0xa10310d6,0x3be0003e,0xe000000c,0x14000060,0xe10f2407,0x52a907f0,0xfd710a00,0x3e9c113f,0x910dcf9c,0x0082fe18,0xcd252d2e,0x34363000,0xd7300000,0x0265000d,0x47f7cf43,0xc050370e,0x1f7ae6cd,0x1504d0e6,0x3d90003f,0xc000000c,0x1000006b,0xe01eed09,0xd2c009d0,0xfd910300,0x4ea612cf,0x8c0c7f92,0x00630a18,0x1d2e2c7e,0x31370000,0xd6b00000,0x0261000d,0x3bfa1f90,0xbf50420c,0xff55e64d,0x3b05b0e5,0x3d700041,0xd000000c,0x04000064,0xe00ee40c,0x22d30c60,0xfde10100,0xceb512ff,0x8f0c1f95,0x00a30518,0x1d2d2d2e,0x2f369000,0xd6e00000,0x0263000d,0x1ff8afbf,0xbef0420b,0x6f4ae58d,0x3d0660e8,0x3cc00043,0x8000000b,0xee000065,0xdeeed90d,0xa2e30de0,0xfe60f601,0x4ec4123f,0x990c5fa3,0x00e2f718,0x5d242e6e,0x3635c000,0xd6e00000,0x0260000d,0x19f6afb4,0xbed0380a,0x1f41e56d,0x3b06d0f1,0x3c200044,0x7000000b,0xdf00006c,0xde3ec70f,0x22f40dc0,0xfef0e001,0x8ec712df,0x950d0f99,0x00f30c17,0xad2e2d6e,0x3436c000,0xd7100000,0x0257000d,0x1cf5cfb4,0xbe503407,0xbf31e56d,0x410790fe,0x3c000045,0x2000000b,0xd5000076,0xdd4ec210,0x73050ce0,0xff80c001,0xcec6146f,0x8a0d3f86,0x01432716,0x9d3b2bee,0x31380000,0xd7700000,0x0251000d,0x22f33fa6,0xbde02e05,0x6f1de4fd,0x49096110,0x3c800045,0xe000000b,0xd100007f,0xdc8ecc10,0xe3050d70,0x00209e02,0x2ecc159f,0x7f0d1f7b,0x01f33016,0x1d3e2b5e,0x32385000,0xd7600000,0x0252000d,0x16f4cfa5,0xbe201b05,0xbf06e4dd,0x500b9125,0x3d200046,0x6000000b,0xc900007f,0xdc7ed810,0x53020d90,0x00e08302,0x8ed4163f,0x700d1f72,0x02833615,0xad412a9e,0x3538c000,0xd7300000,0x0251000c,0xf6f87fda,0xbeb01f06,0x4ef1e4ad,0x570d2140,0x3d800046,0xb000000b,0xbd00007a,0xdcced80e,0xb2fc0d00,0x01907202,0xbee2162f,0x660d3f62,0x03633a15,0x2d3f295e,0x39396000,0xd7d00000,0x0248000c,0xedf6bff0,0xbf403805,0xdee1e40d,0x610e315f,0x3de00047,0x1000000b,0xab00007b,0xdd0ed50c,0x92f30ca0,0x01806b02,0xcf05165f,0x650d0f4d,0x04c33c14,0x6d3b278e,0x3f3a2000,0xd8f00000,0x0241000c,0xf0f2efdf,0xbfe04705,0xeedde39d,0x680f2177,0x3e400047,0x9000000b,0x93000080,0xdd4ed309,0xf2e70cc0,0x01d06602,0xcf2416af,0x610cdf3f,0x05433b13,0xdd37263e,0x493a9000,0xd9900000,0x023d000c,0xfff1efd7,0xc0705305,0xded9e2ad,0x6e103192,0x3eb00048,0x0000000b,0x81000065,0xddaf1e08,0x22dd0df0,0x01d05302,0xbf4b17af,0x640cef3c,0x05732c13,0x5d2825ee,0x5a3a6000,0xd9900000,0x0238000d,0x1cf49fed,0xc1105905,0xdecce21d,0x8212319e,0x3fa00048,0xd000000b,0x8000002e,0xde2fa308,0x32dc0f80,0x01c03602,0x9f7519af,0x660c7f3b,0x05931712,0x8d1b258e,0x6c3a7000,0xda100000,0x022e000d,0x2ef45ff3,0xc1d05c05,0xaeace13d,0xbb15519a,0x4140004a,0xa000000b,0x8900000d,0xe52fbf09,0x52e010e0,0x02302802,0xbf9c1aff,0x5e0baf3e,0x05930311,0xcd16254e,0x7a3aa000,0xdaa00000,0x0222000d,0x3cf30ff1,0xc2d07704,0xfe7bdf0e,0x1117419e,0x4200004d,0x8000000b,0x8e000003,0xeeaf6f0a,0x32e21240,0x01503c03,0xfff21b0f,0x6108ff43,0x0672ed11,0x1d16246e,0x893ae000,0xda500000,0x021b000d,0x59f2aff4,0xc3f09405,0x9e5ddc7e,0x4016919a,0x4040004f,0x1000000b,0x84000001,0xf49f3609,0xc2df12e0,0x00405f05,0x80541aaf,0x6b06bf40,0x06f2d810,0x4d15231e,0x993b1000,0xda200000,0x021e000d,0x5af2a00e,0xc4d09906,0xae3ada2e,0x3e15418e,0x3df0004c,0x1000000b,0x4a000001,0xf35f1c07,0xa2c91170,0x00108506,0x308e1a5f,0x7706df2c,0x06c2d30f,0x6d12231e,0x9d3ae000,0xdad00000,0x0233000d,0x49f0600c,0xc6207203,0x3e26d8be,0x2514218b,0x3ca00046,0x5000000b,0x12000003,0xf1ef0705,0xb2b20ff0,0x00409f06,0x00a81a9f,0x88090f1d,0x0622d70e,0x8d0b244e,0xa13ad000,0xdb900000,0x023d000d,0x5aed4feb,0xc87058ff,0x7e2bd7fe,0x1a13b18c,0x3ca00045,0x8000000a,0xe600000f,0xed4ef304,0x72a810b0,0xff50a005,0xf0d01bbf,0x9f0a0f27,0x0582cd0d,0xdcff24ce,0xad3a9000,0xdc200000,0x0234000d,0x6bed4ff2,0xc90066fe,0xee29d80e,0x2714f17d,0x3dc00047,0xa000000a,0xc600000c,0xed7f0402,0xa29b0ff0,0xfe70a307,0x20fe1d2f,0xa4092f27,0x05c2c10d,0x1cfb23ce,0xb33ae000,0xdcb00000,0x0231000d,0x73ebafde,0xc9507cff,0x0e2bd7fe,0x19152169,0x3d700049,0x0000000a,0xae000009,0xed6f1700,0xf2900db0,0xfe50ae08,0xd1171d3f,0x9808ef2a,0x05e2b60c,0xecfd238e,0xb53b3000,0xdca00000,0x0230000d,0x84ec5fd6,0xc97094fe,0x6e2fd75d,0xfb13d163,0x3c300049,0xe000000a,0x9c000007,0xecef2b00,0x728e0a50,0xfe00b009,0x11221c8f,0x9a09bf32,0x0542af0d,0x1cfc246e,0xbb3af000,0xdc800000,0x022d000d,0x9becdfd6,0xc940a1fe,0x0e29d79d,0xfd142162,0x3dc0004a,0x7000000a,0x7f000006,0xee0f2b00,0xb2880630,0xfdd0a108,0xc11f1bcf,0x9c0a6f3f,0x0462ab0d,0x3cf6252e,0xbd3a8000,0xdd900000,0x022e000d,0x94ea7fd0,0xc9109efd,0x4e11d82e,0x19152167,0x3ef0004a,0xe000000a,0x6f00000b,0xeccf0801,0x127a0490,0xfe208808,0xc10c1b9f,0x920a7f43,0x0422b10d,0x9cf7251e,0xba3a6000,0xde000000,0x0231000d,0x85eacfe0,0xc93099fc,0x7dffd8ce,0x2614d17d,0x3d80004a,0x9000000a,0x7c000015,0xea0ef001,0xb26e0540,0xfe906508,0x10eb1bcf,0x910b0f3d,0x03e2bb0e,0x0cf924fe,0xb53a6000,0xddf00000,0x0231000d,0x6beb6ff6,0xc93090fc,0x4df1d91e,0x34151198,0x3db00049,0xe000000a,0x8f000018,0xeadf0602,0x326204b0,0xfe003307,0x40d91c2f,0x9a0b3f40,0x0452bc0e,0x4cf6258e,0xb43a1000,0xde100000,0x022d000d,0x70ec1ffb,0xc90075fd,0x2df7da7e,0x3117419f,0x3fb00048,0xc000000a,0x9d000018,0xec4f2b03,0x12580440,0xfdeffe06,0x80b31bef,0x950b0f55,0x05c2b80e,0xfcf5268e,0xb039e000,0xde800000,0x0225000d,0x81ecdff5,0xc8c063fe,0x0dfedbae,0x2b19a1ab,0x41b00047,0x3000000a,0xaf000023,0xed0f2804,0xc2560480,0xfe0fce05,0xd0921b2f,0x960b1f5c,0x0572be0f,0x7cf0273e,0xaa396000,0xdf300000,0x0225000d,0x68eccffa,0xc87058fe,0xfe10dc5e,0x131b41b7,0x43500045,0x1000000a,0xc7000037,0xeccf2f06,0x72550530,0xfcef9605,0x40901a5f,0xa70a8f72,0x04e2b90f,0xcce4288e,0xad388000,0xe0000000,0x0222000d,0x6deceff3,0xc8905fff,0x2e2ededd,0xef1d41aa,0x45000042,0x1000000a,0xe6000042,0xed6f4407,0xc25206c0,0xfd5f5b04,0x306c185f,0xad0aef9f,0x05029e10,0xbccf2b1e,0xab372000,0xe1a00000,0x021c000d,0x89ec8fe0,0xc91056ff,0x6e24e0ed,0xf41fd1aa,0x4770003f,0x0000000b,0x0c00003c,0xef3f4e08,0xc24f0960,0xfe0f3403,0x8051185f,0xb30b3f9e,0x05a2b410,0x6cd32a5e,0xa537b000,0xe3b00000,0x0214000d,0x8cea1fcc,0xc8f04400,0x0e31e16d,0xe62091a8,0x48a0003b,0xb000000b,0x6600003c,0xefbf4309,0x923a0ac0,0xfdbf1703,0xa053190f,0xb70a4f8c,0x06d2cf0f,0x6cdb29ce,0xac382000,0xe5d00000,0x01fd000d,0x7de76fc5,0xc8104900,0xbe56e26d,0xb9208191,0x48a00037,0xb000000b,0xd1000029,0xf16f440a,0xc22909c0,0xfe9efb03,0xc04216ef,0xab096fac,0x0842bb0f,0x9cd32cbe,0xc0370000,0xe7600000,0x01e1000d,0x67e63fce,0xc7804f01,0xbe5de2fd,0xa522618e,0x49f00033,0x8000000c,0x2c000016,0xf12fa40b,0x12100890,0xffeee103,0x3032157f,0xa8082fc9,0x09c2ad10,0x1cd32d9e,0xc0365000,0xe7e00000,0x01ef000d,0x61e60fce,0xc8203803,0x9e67e37d,0xa125518f,0x4c900030,0x2000000c,0x71000012,0xefafb409,0x31e40710,0x00aec802,0xa02a158f,0xaf071fcc,0x0ab2ab10,0xfcd82dce,0xba35b000,0xe7300000,0x0204000d,0x6ce77fc3,0xc8002604,0xae90e49d,0x8926a18e,0x4d60002e,0xb000000c,0xbe000014,0xed4fae07,0x61b506b0,0x00fe9802,0x201e165f,0xba074fd2,0x0b22a712,0x7cd42f5e,0xb934a000,0xe5c00000,0x020c000d,0x6be99fc4,0xc7e02d04,0x4ec4e73d,0x6227918b,0x4d900030,0x1000000c,0xfd00000d,0xec4fc306,0x31880840,0x01ee5800,0xb00816ef,0xd409efe3,0x0b829113,0xecb9305e,0xb4339000,0xe5600000,0x0210000d,0x5feb1fc6,0xc8302904,0x0eefeafd,0x40289197,0x4ef00033,0xf000000d,0x2b00000b,0xec3f7405,0x415d0b80,0x046e19fe,0x3fe016af,0xf20dbff6,0x0b326b14,0xec9c2fce,0xa8330000,0xe5600000,0x0211000d,0x68ec3fa4,0xc9202204,0xef07eeed,0x222ac1b2,0x52100036,0xd000000d,0x4200000a,0xebdef504,0xa1340ec0,0x04ade4fd,0x4fd51560,0x01108010,0x0b226b15,0x6c9c2f2e,0xa032a000,0xe4a00000,0x021b000d,0x67ecef9a,0xc9f01806,0x1f13f4ac,0xdb2c11bc,0x53f00034,0xd000000d,0x4b00000b,0xeb6ea504,0x410e11e0,0x043db7fd,0x1fd513b0,0x05128023,0x0c029315,0xacac2ede,0x9d322000,0xe3f00000,0x0228000d,0x56ed5fae,0xcac00307,0x4f0afa5c,0x8d2d11c5,0x55a0002d,0x8000000d,0x48000019,0xe82ea804,0x60f014a0,0x084d8afa,0x7fb51300,0x0b123024,0x0ab2b716,0x2cb32ece,0xa1319000,0xe3600000,0x022c000d,0x46edafc1,0xcbcff508,0x5eeefbec,0x653141ea,0x5af00026,0xa000000d,0x34000043,0xe15ee304,0x50d01710,0x07ed76fa,0x6fc511e0,0x0311b016,0x0aa2c616,0xfcb62e4e,0xa7323000,0xe3000000,0x0221000d,0x2ced0fd2,0xcc4ffa08,0x5ee8fcbc,0x4332c1fd,0x5d600024,0x5000000d,0x1b000063,0xdcef2e03,0xc0a718c0,0x0a3d54f8,0xbfba141f,0xeb11aff2,0x0bc2da17,0x2cc92c1e,0xa034d000,0xe3800000,0x0213000d,0x0bec9ff6,0xcc100807,0xaec0fafc,0x66363215,0x63000026,0x6000000c,0xf6000067,0xdc2f4f03,0x007b18e0,0x113d2cf2,0x7fa5172f,0xe911bfcf,0x0c12d017,0x1cd82a1e,0x9536e000,0xe4300000,0x0210000c,0xf1ea3015,0xcc001e07,0xee7ff97c,0xc838a226,0x6a200029,0xc000000c,0xd4000060,0xdc8f3702,0x004a1730,0x13bd0fef,0xbfbb171f,0xee125fce,0x0b42a117,0x5cd32a8e,0x94365000,0xe4000000,0x021a000c,0xf6e6d001,0xcbb02807,0xfe5ef9cc,0xe4368230,0x6c20002b,0x0000000c,0xc400005a,0xdcef2b00,0xd0161440,0x155cebee,0x4fd0173f,0xdf139fd3,0x0a929b16,0xfcd62b5e,0x9f359000,0xe3b00000,0x021e000c,0xe8e50022,0xcb703107,0x6e3dfaec,0xdd350231,0x6d40002a,0x7000000c,0xc4000058,0xdcdf2500,0x0fea1290,0x165cdcec,0xefe5169f,0xdb149fdb,0x0962a817,0x2cde2c2e,0xa7352000,0xe3b00000,0x0220000c,0xd9e43042,0xcbc03406,0xee32fc3c,0xdb32b231,0x6cb00029,0x7000000c,0xd3000058,0xdc9f26ff,0xefcc12f0,0x1c0ccde8,0x1fde16af,0xda158fdf,0x0822b517,0xbcdd2d7e,0xb0347000,0xe3e00000,0x0224000c,0xc0e44056,0xcbb03106,0xbe1dfc9c,0xdc332223,0x6d500027,0x3000000c,0xeb000055,0xdcaf4300,0x6fbd1400,0x1ffcbfe4,0x4fe2164f,0xe0179fdb,0x0632be18,0x4cd52ede,0xb733c000,0xe4100000,0x0222000c,0x9fe4707a,0xcbd03406,0xde1efd7c,0xc4322209,0x6bd00023,0xc000000d,0x0b00004e,0xdd6f7701,0x0fb11460,0x1fdcbbe4,0x2fec14af,0xe9198fe0,0x0382c319,0x0ccb304e,0xb832d000,0xe4900000,0x0223000c,0x69e3e0bf,0xcc103507,0x0e35fe9c,0x9c2e91f4,0x67f0001f,0xc000000d,0x3b00003c,0xdfffb801,0x1f9d1450,0x253cb5e0,0x0fd5141f,0xf31c4ff5,0x0102c719,0xacc7319e,0xbd31e000,0xe4a00000,0x022b000c,0x45e3d0e8,0xcb502306,0x9e30fe3c,0x862d21df,0x65b0001b,0xe000000d,0x7a000020,0xe4efef00,0xff8814c0,0x28dcb1dd,0x2fc5144f,0xfd1e7007,0xfed2e419,0x6cc6320e,0xb8314000,0xe5800000,0x0232000c,0x36e410e6,0xcb501607,0xae20fe3c,0x7c2b01c7,0x62500018,0xd000000d,0xc1000007,0xead00800,0xcf711560,0x1f7cbee6,0xdfc212bf,0xfb1f3002,0xfd230019,0x0ccb319e,0xa730e000,0xe5b00000,0x023f000c,0x2de450e6,0xcbb00b09,0xfe3afdcc,0x632561cb,0x5ba00016,0xa000000e,0x04000ff3,0xf0d01500,0x2f531650,0x16bcdff0,0xdfad118f,0xec1d4ff5,0xfb42f619,0x7ce130fe,0x9330d000,0xe3300000,0x0251000c,0x67e5a0a2,0xcbcff00b,0x2e58fcac,0x481f31d2,0x54700014,0x3000000e,0x52000fe0,0xf7401cff,0x1f2b1790,0x16bcf2ee,0xdfd01380,0x241c2fe9,0xf962e319,0x1cdb31ce,0x8c2fc000,0xe1e00000,0x024a000c,0x98e6f068,0xc8401609,0x1e42ffcc,0x601ac17d,0x4ff00010,0x7000000e,0xc6000fcc,0xfed006fd,0x2e621950,0x1a4d1be8,0x100b1520,0x9d1efff9,0xfae2d318,0xacbd335e,0x7f2cf000,0xe1700000,0x0243000c,0xc7e88042,0xc3006709,0x2e3303ec,0xa018010c,0x4ec0000c,0x2000000f,0x46000fb6,0x075fdffb,0x4e691980,0x18fd44ea,0x1ff51670,0xb4204ffb,0xfd72dd19,0x3ccf340e,0x652c2000,0xdf400000,0x0251000c,0xfdeb101f,0xc1806c0a,0xae3a03bc,0xb516c0ea,0x4ce00008,0x7000000f,0x9e000fa2,0x0eefb4f9,0x6e6e1870,0x11cd71f0,0xfff915a0,0xa71ec008,0xff32e319,0x8cee346e,0x522c7000,0xdc300000,0x025f000d,0x3af0dfcc,0xc0605109,0xde59049c,0xa91410be,0x48d00005,0x9000000f,0xe0000f91,0x14df81f7,0x6e701720,0x10fd81f5,0x4fbb18a0,0x691dd010,0x0182ee18,0x5d0332ce,0x372e4000,0xdaa00000,0x0281000d,0x6af93f7b,0xc0d00209,0x8e42026c,0x9813e0dc,0x46200002,0xe0000000,0x03000f81,0x19af3ef5,0xfe791640,0x135d89f9,0x9f321bbf,0xe91e4008,0x04130917,0x0d22301e,0x1b30e000,0xd9c00000,0x02a8000d,0x84ff4f4b,0xc23faf0b,0x6e29fcfc,0x8114b13d,0x44100001,0x10000000,0x05000f74,0x1d4efdf5,0x8e901470,0x134dadfb,0x4f1a1bff,0xde1ef014,0x04731016,0x6d26301e,0x0c30b000,0xd9400000,0x02c1000d,0x90031f23,0xc20f8d0c,0x6e4bfb8c,0x8214f147,0x432000ff,0xe0000000,0x0c000f6b,0x1fdec6f5,0xeeb410c0,0x13cdc2fb,0x9f201d7f,0xea1e4038,0x05030d15,0xad21306e,0x05303000,0xd9200000,0x02d2000d,0x9904bf1f,0xc0ff7a0c,0x2e5ffa7c,0x8d15f146,0x43000000,0x60000000,0x10000f69,0x210eabf6,0xbee10d60,0x124de3fb,0x4f771e40,0x3e1c304a,0x02c30415,0x2d1631ee,0x042e3000,0xd8900000,0x02d3000d,0xa6043f31,0xbeff8f0a,0x1e70fa9c,0xa8159118,0x42e00004,0x10000000,0x1a000f73,0x200edcf7,0xbf140a50,0x0f7e14fa,0xdff71cf0,0xb515900a,0xfc42ec14,0x7cfd33ee,0x072b7000,0xd8d00000,0x02c2000d,0xbb022f36,0xbc9fbe04,0xfe8ffa3c,0xd41520d7,0x4350000b,0x60000000,0x1d000f96,0x196f09f8,0xef4d0680,0x10fe26fd,0xffc61fd0,0x5c126fc1,0xfbe2f312,0x9d11324d,0xff2df000,0xda700000,0x02c8000d,0xd2ff0f31,0xbdffaf03,0x4e63f23c,0xe616e12d,0x42200014,0x7000000f,0xe9000fc1,0x0e2f1afa,0x3f8d0330,0x136e3800,0x3f88229f,0xf815bfe6,0xff52f810,0xbd1d2fdd,0xfb30d000,0xdc700000,0x02e0000d,0xe4fc8f1f,0xc1cf8104,0x1e08ea3d,0x0c197188,0x4210001a,0x6000000f,0xaa000fdc,0x05df3ffb,0xafd3ff70,0x137e5c01,0x1fa8233f,0xf616f010,0x01e2ed0f,0x8d142e9d,0xff320000,0xde300000,0x02d9000d,0xebfadf16,0xc36f8101,0xadb7e5cd,0x3619c1a6,0x4280001c,0x1000000f,0x6d000feb,0x013f44fd,0x101cfce0,0x131e8401,0xcfd122ff,0xff16b00e,0x0262e10e,0xfd122d4d,0xfb32d000,0xdeb00000,0x02d2000d,0xf6f9cf13,0xc4cf9601,0x0d62e24d,0x571801c6,0x4290001b,0x6000000f,0x21000ff3,0xff1ee7fe,0x5054fd80,0x135ea702,0x0fe522ef,0xfc147fea,0x00e2db0e,0xad152bdd,0xf6342000,0xde800000,0x02d5000e,0x09fa2f07,0xc7bf91ff,0x7d00df3d,0x7615c1ee,0x42e00019,0xb000000e,0xd5000fef,0x015e80ff,0xf082ff40,0x138eb701,0x400023cf,0xfe111fc2,0xfec2dc0e,0x0d122a2d,0xf935c000,0xdea00000,0x02d0000e,0x12facf0f,0xc91f8ffb,0xcc83dd5d,0x9c156208,0x44700018,0x9000000e,0x82000fe9,0x04eea002,0x20b300f0,0x13decdff,0xb00f23d0,0x0810cfc2,0xffb2d80d,0xdd0a286d,0xf7366000,0xded00000,0x02c3000e,0x1afaaf2b,0xc94facfb,0xbc1edafd,0xc3151227,0x46d00019,0x1000000e,0x1c000001,0xfc4f8804,0x30ef0200,0x143f7402,0xbfe71880,0x0b12dfda,0x00a2d00e,0xfcef294d,0xf0348000,0xdf500000,0x02b0000e,0x24fa0f34,0xc99fcffc,0x2d73cfbc,0xc4034279,0x3c000019,0xe000000d,0xa2000012,0xf2f05505,0x81320250,0x16900504,0xffb70d40,0x1a13800b,0x01b2be0f,0xecc52cfd,0xff307000,0xdfc00000,0x0290000e,0x2ffa4f48,0xc9d005fb,0x2068cada,0x3fef82b4,0x2d60001d,0x4000000d,0x2400000e,0xf240e204,0xf1290310,0x15b00c02,0x6fdf0bb0,0x2f141040,0x02e2ab0f,0xccb72ffe,0x232e2000,0xde300000,0x027d000e,0x57fe6f62,0xc90031f8,0xa0b5c91a,0x29f122e3,0x2fa00021,0x2000000c,0xb2000007,0xf3013b01,0x70f50410,0x14c002ff,0xd0080a80,0x39161075,0x01929610,0xfcbe328e,0x442c4000,0xda900000,0x027b000e,0x6a00ef7a,0xc8f04df7,0x9073c7ca,0x8ef6231b,0x33b00023,0xd000000c,0x44000ffe,0xf3217afd,0xf0bf0870,0x13e005fe,0xf02a0830,0x3216b092,0x00929e11,0xecc9334e,0x5d2b9000,0xd9100000,0x027b000e,0x5ffdbfaa,0xca805ff8,0x0098c80a,0x7ff76351,0x34100025,0xd000000b,0xe3000027,0xf5b13dfd,0x30b80f70,0x126012fe,0xd0580600,0x2416a07e,0x01c2b612,0x1ccf32be,0x712bc000,0xd9300000,0x027a000e,0x55f96fed,0xcbd077f8,0x70a8c95a,0x7df8f375,0x34700027,0x6000000b,0xac000050,0xfd5108fe,0x30cd13f0,0x119ff1fc,0xc0810880,0x1f17705e,0x0282cb11,0x5cd9316e,0x7b2c6000,0xd9a00000,0x0282000e,0x4bf74017,0xcd5081f8,0x5f8ec8eb,0x9d12939a,0x4d800028,0x4000000b,0xa9000068,0xf910e3ff,0x50e31360,0x0fef6df8,0xe0cf1230,0x1c18003b,0x0172d90f,0x8ced2f6e,0x8d2dc000,0xd9a00000,0x0293000e,0x41f5a026,0xce806ff7,0x4d83d05d,0x9e354323,0x6ec00028,0xc000000b,0xce000032,0xf5310200,0x40f51110,0x0f2f00f6,0x410718f0,0x1918a03c,0x0112c40f,0x2cf82f8e,0xa52df000,0xd8700000,0x02a2000e,0x43f5e021,0xcf9063f6,0x1d33d9ae,0x0c3e62a1,0x75a0002c,0x1000000c,0x14000ffc,0xf6009700,0xb0fe0fb0,0x0edef0f5,0xd1151820,0x141a7066,0x03829310,0x0ce9325e,0xbc2ca000,0xd8100000,0x02af000e,0x44f71011,0xd11050f5,0x6d60dc6e,0x0242c27b,0x7760002d,0xf000000c,0x74000ff1,0xf0f04d00,0xb1020fb0,0x0d7f26f6,0x613d1340,0x401e9081,0x02b2780f,0xecca346e,0xce2aa000,0xd8d00000,0x02bf000e,0x3ef6f006,0xd2a02cf4,0xfdb8db5d,0xbb412290,0x7370002d,0xc000000c,0xf0000feb,0xf03064ff,0xc0fa1110,0x0c4f93f8,0x514d0b60,0x6a21f0a9,0x0032780f,0xfcb8359e,0xd128c000,0xd9500000,0x02d2000e,0x31f5b00b,0xd3b00af4,0xae44d8ad,0x3c3922ce,0x69d0002d,0x9000000d,0x3f000fe9,0xf0405cff,0x70fa12a0,0x0cd009fb,0xe12403c0,0x782470c4,0x00127d10,0xbcb2358e,0xbf27a000,0xda000000,0x02e7000e,0x27f48002,0xd47feaf5,0x6ef0d53c,0x882c131c,0x5ba0002e,0xb000000d,0x48000feb,0xf04039ff,0xf1041260,0x11c05200,0x00b00030,0x7727b0c2,0x01a28812,0x5cb4354e,0x9b270000,0xdaa00000,0x02f9000e,0x2ef3efef,0xd56fcff6,0xcf7bcedb,0xdf246388,0x51800031,0x3000000d,0x3c000ff1,0xf2dffeff,0x81031170,0x15807102,0xf05dff90,0x7b2a60b0,0x03b29313,0x3cb5357e,0x8e26f000,0xdb700000,0x02fa000e,0x3ef35fdb,0xd52fb6f7,0x7fc7ca2b,0x7f1be3b4,0x46100033,0x2000000d,0x45000ffd,0xf8bfa9fd,0xb0f31000,0x16107d04,0xa0490040,0x7e2c0099,0x05f29d12,0xfcb3358e,0x8926e000,0xdbf00000,0x02ee000e,0x2df3cfe1,0xd3cfb8f8,0x2fa8c8fb,0xa019c391,0x41c00033,0xf000000d,0x57000001,0xfa5f84fd,0xd0fa0e20,0x16709406,0xc03100f0,0x782c0084,0x0782a812,0xbcaf35ae,0x7726f000,0xdc900000,0x02e8000e,0x01f4dff3,0xd1bfb9f8,0x2ff1c83b,0x68161366,0x3bc00032,0xe000000d,0x6a000ffe,0xf84fd6fd,0xa0fd0c00,0x1740ad08,0x400f0270,0x782b0073,0x0822ad12,0xecb3351e,0x66276000,0xdcc00000,0x02f4000d,0xfaf59fe4,0xd07f89f9,0x4055c7eb,0x1e14633a,0x3850002d,0xc000000d,0x87000ffd,0xf7d065fc,0x90f50a00,0x17e0c40a,0x0fee0400,0x6a2ac066,0x08f2b512,0xdcba32fe,0x46280000,0xdd100000,0x030b000e,0x01f63fce,0xd12f58fc,0xf0a6c91a,0xea12e30f,0x35500025,0x5000000d,0x98000001,0xfb7096fc,0x20f10970,0x1800dc0b,0xcfcf05a0,0x5229305c,0x0982cb12,0x9cc9313e,0x29294000,0xdd500000,0x031e000d,0xfef6cfb9,0xd00f1dff,0x70bacaea,0xeb11f2e0,0x3370001f,0x7000000d,0x99000004,0xfeb05afc,0xd0f60940,0x1761060c,0xefb30700,0x4726d04f,0x09d2e112,0x4cdc302e,0x192aa000,0xdd300000,0x031d000d,0xfcf74f99,0xce1f0201,0xe09eccbb,0x0111429e,0x3320001f,0xc000000d,0x9f000003,0xff900dfd,0x90fa0740,0x1521350e,0x8fb60730,0x3626104f,0x0a22e711,0xdce02ece,0x0f2bb000,0xde000000,0x0314000d,0xeff74f88,0xcc7f0204,0x705ed0fb,0x1e10923d,0x33100020,0xa000000d,0x9b000000,0xff6fd4fc,0xf11106e0,0x12915f10,0x4fc70820,0x1c24004f,0x0a72fd11,0x0ce62d7e,0x0b2c9000,0xdf400000,0x02f8000d,0xdbf68f86,0xc9ff1f07,0x403ad61b,0x2f1041e2,0x32d00020,0xc000000d,0x82000ff9,0xfdcf99fa,0xe1270870,0x1221950f,0xcf9a0a00,0x16221032,0x0b531e10,0x7cea30ce,0x072b3000,0xe0700000,0x02c6000d,0xd2f5af7b,0xc80f8905,0x3059d6cb,0x340ec1d0,0x33200022,0x6000000d,0x49000ff6,0xfdaf6ff8,0x81110930,0x1151d10f,0x3f750ae0,0x1321e02b,0x0b533310,0x4cf0347d,0xfd2a3000,0xe0700000,0x02b8000d,0xcef5ff70,0xc6efcbfe,0x8091d81b,0x270c21be,0x32a00023,0xe000000d,0x08000ff4,0xfeff5cf9,0x00ff0b60,0x0eb20a0e,0x1f6a0a20,0x1c22f070,0x07633810,0xdcf8342d,0xf12b3000,0xdf700000,0x02b5000d,0xc8f89f6c,0xc7bfd2fe,0x10b9db4b,0x3009718c,0x32e00024,0xb000000c,0xf1000ff3,0x009f51fa,0x91060f10,0x0a52380a,0xff670860,0x352050b5,0x01f33011,0xdcf335cd,0xfb2a7000,0xdf200000,0x02b2000d,0xbcf8ff69,0xc65fd600,0x30c9de5b,0x5e07914b,0x35100025,0x2000000d,0x2d000ff5,0x038f50fb,0x11010e40,0x06224f07,0x7f5f06d0,0x462170b4,0x01d32612,0xace837be,0x06298000,0xdf600000,0x02a9000d,0xa9f95f6c,0xc4afe500,0x80d1e08b,0x8d04d10f,0x37900025,0x5000000d,0xa9000ff9,0x07ff61fc,0x61040720,0x03724d05,0x3f5605f0,0x4728c0b3,0x03332c13,0x5ce8391e,0x0828a000,0xde800000,0x02a9000d,0xacfc2f85,0xc38fdefc,0x30d6e22b,0xad0110dd,0x38c00025,0x9000000e,0x09000ff8,0x081f74ff,0x91120370,0x03523504,0x9f3905b0,0x3434a0ba,0x05a32414,0x1cf33aae,0x0827d000,0xdde00000,0x02ac000d,0xb9fcef5f,0xc34fecfa,0xa0d8e2ab,0xbffff0cf,0x39000025,0xa000000e,0x27000ff2,0x04df9201,0x911206a0,0x05621004,0xbf020540,0x192ca09a,0x07132814,0x9cfe3bce,0x0d272000,0xde900000,0x02ac000d,0xa6f9df49,0xc3bff901,0x20d5e19b,0xc70130f0,0x39100025,0x9000000e,0x21000fee,0x01ffc302,0x110906d0,0x0761cd04,0x0ec60650,0x021ef076,0x08b34e14,0xed083b6e,0x0d272000,0xe0200000,0x02a8000d,0x67f49f86,0xc3b00c05,0x309ce05b,0xfd02c123,0x39200024,0xf000000e,0x20000fed,0x012ff102,0x30fe0650,0x07311f04,0xaeaf0e2f,0xb81a1041,0x09f39714,0x8d30389d,0xff2a0000,0xdf000000,0x029a000d,0x42f67fda,0xc2101e07,0xbfdce57c,0x6b0ab129,0x39a00021,0x3000000e,0x38000fed,0x01601602,0xc0f806b0,0x06b03707,0x1e7d18bf,0x37177029,0x0c63d313,0xad5f37be,0x062c7000,0xda400000,0x0297000d,0xd106700d,0xbdd00f07,0xaf17edec,0x7d171126,0x39b0001b,0xf000000e,0x5b000fef,0x02604703,0x90f806a0 +}; + +u32 ANIM_ENTRY_death_head[] = +{ + 0x04ae9dfc,0xcf55187f,0xd4092f70,0x05212902,0x7cc21f90,0x1b2ed64f,0xb1e9a469,0x1329668a,0x4ef9dfd4,0xd9ff4805,0x9d62facd,0x3708509b,0x3f483866,0x684d7d09,0x71846001,0xf4bf2cff,0x210dffc0,0x039e72fc,0xff3e196f,0xc60ffec5,0x08310904,0x6cbe2150,0x2c2ea659,0xb1b99c67,0xc332655a,0x68f86fdc,0xd94f5305,0xdd46fd6d,0x350a708f,0x3f383d65,0x58527ca9,0x8784bffe,0xf32f0bff,0x81210060,0x013e60fd,0x9f46167f,0xd211ce28,0x06f0d107,0xecb32300,0x622ed649,0xb249ab63,0xf34561ba,0x68f82fe0,0xd84f6908,0x6d6cff9d,0x230aa06a,0x3e984264,0x38577c69,0x9584fffe,0xf18f10ff,0xe1350130,0xffde48fd,0x5f4c12df,0xf20cdddf,0x07c0bd0b,0x7cb524c0,0x9d2f763e,0xb289b55f,0xc3545dba,0x27fa6010,0xd76f870c,0x9d9800ed,0x210b5057,0x3ed84c62,0x68607bf9,0xb0856fff,0xefbf2300,0x314901b0,0xffee1afc,0xef4010d0,0x11031dfb,0x0b80ea0d,0xeccd2700,0xd22f3664,0xb179925f,0xc3545dca,0x0ef9e00d,0xd85f980f,0x6da6016d,0x1f0d4061,0x3f485b5f,0xd86d7b49,0xd3860004,0xedef3b00,0xa15f02c0,0xff9deafd,0x1f3e1010,0x2cf78e53,0x0e01300e,0x9ced28b0,0xf62ea688,0xb0796f62,0x934b6099,0xf5fa9fbd,0xda7f9a10,0xfdaf018d,0x160f706a,0x3f486f5c,0xd87f7aa9,0xf0869007,0xec7f7601,0x31770480,0xfebdc8fd,0x7f461000,0x40ed8eb0,0x0dd16d0d,0x7cfd2950,0xf92df6c0,0xae993c65,0x533f6359,0xd2f6dfe6,0xdb4f8f10,0xedc2014d,0x1510a066,0x3ee88b59,0x58987a3a,0x0286f007,0xec2f9201,0xd18d0670,0xfe1dadfd,0x9f531050,0x50e78efe,0x0c51710b,0xbcef29a0,0xeb2d06fa,0xabb90765,0x233e6339,0xcbf30002,0xdbdf8b0f,0x5dd3007d,0x2710e065,0x3e58b955,0x08c179ca,0x14875001,0xed6f8d02,0x61a20910,0xfd4d99fd,0xdf651110,0x53e42f22,0x0ba12709,0x7cc12890,0xd12c2726,0xa8c8e064,0x6340627a,0x0ff26fbf,0xdbdf9a0e,0xdde6ff5d,0x3f11406a,0x3dd8f551,0x28f8791a,0x2e87eff8,0xef8f6402,0xf1b50b60,0xfc9d90fe,0x6f761250,0x46e26f17,0x0be0ce06,0xfc8d26a0,0xb02b6734,0xa7f8d364,0xe33c630a,0x8cf3cf6f,0xdc0fa20e,0x5df9fdcd,0x51120077,0x3d890750,0x5909782a,0x5088cff8,0xef2f2403,0x91c90c80,0xfc0d92ff,0x2f891390,0x32e20f05,0x0bd0b204,0x6c7024b0,0x912aa736,0xa7e8d266,0x8332649a,0xf6f4cf4c,0xdd4f9f0c,0x0e09fb9d,0x5412b089,0x3d48d353,0x68d976ea,0x7689dffb,0xedaf1a04,0x61de0cd0,0xfbdd98ff,0x9fa11430,0x26e35f00,0x0a70b102,0x3c5e22c0,0x7329c72f,0xa868d868,0xb32466cb,0x38f54f3e,0xdccfa80a,0xbe1ff93d,0x511350a2,0x3d38b955,0x68c1751a,0xa48b7ffe,0xec4f2705,0x21f10cf0,0xfbdd98ff,0xefb91520,0x1de60eff,0x0810c900,0xac5b2090,0x55290721,0xa958e46a,0x5316686b,0x65f42f44,0xd9ffc10b,0x7e26f76d,0x521480c2,0x3d78d453,0x88da727a,0xd78dd003,0xeaaf3005,0xa1ff0d00,0xfadd9701,0x3fd216b0,0x0bea5efa,0x0500f5ff,0x4c611e40,0x36289712,0xaa18f16b,0x430e695b,0x8af25f4d,0xd82fdd0c,0x9e19f67d,0x4d15e0d9,0x3d18f651,0x88f96faa,0xff907007,0xe94f3606,0x52100d10,0xf9ad9b02,0xcfe9183f,0xf7ef6ef2,0x01a116fe,0x1c661be0,0x2228a6f2,0xac290e6b,0x230d694b,0x78f31f66,0xd8cfee0d,0x3e12f57d,0x441700e4,0x3c891b4f,0xc91b6d5b,0x1892900a,0xe84f3807,0x021f0d00,0xf99da003,0x0ffa18bf,0xf1f41ef8,0xfe711efc,0xcc6119b0,0x2228a6e6,0xacb9196a,0x931168cb,0x2ef41fa2,0xdd9feb0e,0x8e10f45d,0x4517c0ef,0x3c993f4e,0x493d6b7b,0x2a94600c,0xe76f3907,0x32270cc0,0xf9eda102,0xd004184f,0xf3f8ff17,0xfbc103fc,0x2c5116d0,0x382846e7,0xac891869,0x931967da,0xeff59fc2,0xe52fe311,0xfe0cf37d,0x471840fb,0x3cd95d4d,0x595a69bb,0x3896100e,0xe68f3a07,0x522f0ce0,0xf9cda103,0x5009178f,0xeefddf3f,0xf920d9fc,0x3c421390,0x602796ec,0xac391367,0xa326661a,0xe8f5afbf,0xe8cff912,0xee0bf2bd,0x41187106,0x3c59784c,0x9973688b,0x40972010,0xe61f4907,0xa22f0d50,0xf99d9c03,0x9010168f,0xf0017f66,0xf760b0fc,0x4c3a10e0,0x962696ea,0xac991567,0x8327660a,0xf5f6bfc4,0xe6500a0d,0xde0bf27d,0x3d18d108,0x3c298c4c,0x0986684b,0x42977011,0xe59f5808,0x02300db0,0xf9bd9003,0x7011162f,0xf7045f8c,0xf6b095fb,0xbc380d70,0xc82596f2,0xac790e6a,0x831168fa,0xf7f7efc6,0xe2c00507,0x7e04f29d,0x3f19b10b,0x3c89984b,0xc992681b,0x4397a014,0xe4cf6308,0x222e0df0,0xf9dd8503,0x500d180f,0xfa088fa1,0xf800affa,0xec3e07b0,0xe1249709,0xaae8f96e,0xc2e66d0b,0x00f76fdf,0xe0700202,0x5dfdf2ad,0x411a610f,0x3cd9a24b,0xa99c67cb,0x4597f015,0xe44f6e08,0x322c0e30,0xf9cd8403,0x30111920,0x010b8fb1,0xf8d0bffa,0x1c3d0221,0x0123c712,0xaa48f172,0xa2ad709b,0x40f98016,0xdedff0fc,0x7e00f2ad,0x3f1a710e,0x3cc9ac4b,0x69a567cb,0x4497e014,0xe42f7b08,0x622a0e10,0xf9ad8503,0x301a17c0,0x0b0a5fad,0xf6c0aaf9,0x7c39ff01,0x45235720,0xa998e575,0x327572eb,0x28f8affc,0xddafc6f8,0xce03f2bd,0x3b1a910a,0x3cb9b14b,0x49a9684b,0x42977014,0xe3ef8408,0x92290db0,0xf9ed8303,0x00201580,0x160bbff3,0xf71089f8,0xac3afe31,0x8f24772f,0xa888d877,0x324174ab,0x15f6eff4,0xdd9faff8,0x0dfdf2bd,0x3e1ae10a,0x3cd9b34b,0x49ab68bb,0x3e970013,0xe3af8708,0x82250d90,0xfa0d8602,0xf02711d0,0x220e3073,0xf76061f7,0x9c4500b1,0xd927e744,0xa698c578,0xb20f760b,0x01f6d011,0xdd7faaf8,0x6dfbf27d,0x3f1b110a,0x3cd9b44b,0x39ad694b,0x3a967012,0xe3bf8e08,0x82210da0,0xfa0d8f03,0x10320ee0,0x2b0d60b0,0xf4f04af6,0x3c4e0432,0x162be758,0xa4c8b479,0xa1e976ca,0xe4f8803a,0xdbef9ff9,0x2e00f20d,0x3c1ad108,0x3ca9ba4b,0x09b369db,0x3695e011,0xe3af9208,0x921f0db0,0xfa0d8a03,0x203d0df0,0x350c80cf,0xf32040f4,0xcc540822,0x3f309769,0xa338a57a,0x31ce774a,0xcaf9f041,0xd9ff94fa,0x2df6f1dd,0x451b5109,0x3ca9ce4a,0xa9c66acb,0x2f95000d,0xe44f8a08,0xa21c0dd0,0xf97d7b04,0x004f0de0,0x340be0e6,0xf2c041f3,0x1c640cc2,0x5b36377d,0xa0f8947a,0x71bf777a,0xb2f96041,0xd89f91fa,0xaddef1ad,0x591ce10a,0x3cea0749,0xc9fd6b7b,0x29946007,0xe67f7408,0xb2190db0,0xf82d7805,0xc0640d10,0x1d09b0f0,0xf2b032f0,0xec771182,0x713c278d,0x9f48867a,0xc1b377aa,0xb7f8f02c,0xd89f8dfb,0x5dcbf0bd,0x6e1dd112,0x3caa6748,0xaa5b6b3b,0x2c94a000,0xe9af4f08,0xc2170d80,0xf76d7d07,0x107a0b90,0x010640f3,0xf3a017ee,0x2c8e1622,0x8441879c,0x9d88787b,0x11a477ea,0xccf8e029,0xd8df7ffb,0x0dc0efed,0x811e4121,0x3c7a5848,0xda4c6a0b,0x3695cffd,0xeb0f3208,0x92110d50,0xf76d7c06,0xe09c0b4f,0xf20290e4,0xf5b010ea,0xcca117b2,0x984437ab,0x9b486b7b,0x5198782a,0xe6f7d04e,0xd7ff76f9,0xddc7f01d,0x871f112a,0x3d49a94b,0x79a2689b,0x40972fff,0xea5f3908,0x82120e00,0xf8bd7405,0xb0b90baf,0xe8fec0d1,0xf8a01be9,0x1ca61772,0xaf45e7aa,0x9b386b7b,0x6193782a,0xfef7006d,0xd7bf7cf8,0xedccefcd,0x9220a13c,0x3f29634d,0x395f663b,0x4f997003,0xe8af4f08,0x92140e60,0xfaad6e03,0x70db0bff,0xeafb60c2,0xfc1037e7,0xacaf16b2,0xca46f7a6,0x9ba86f7b,0x5193781a,0xfbf6a083,0xd7bf88f7,0xfdcaee7d,0xac223149,0x41898a4c,0x298563bb,0x5b9be003,0xe87f6408,0x92160e90,0xfbbd7102,0x70f90cdf,0xe0f910ac,0xff5054e2,0x9cd21522,0xd946f7b7,0x9908607b,0x718d783a,0xdaf78091,0xd85f9cf7,0x0dcaec8d,0xbc233157,0x42c9bb4b,0x29b360db,0x679ea002,0xe9bf7808,0xa2180f00,0xfaed7403,0x611a0dff,0xc6f7809a,0x01a03dde,0xdcbb1522,0xe44797b9,0x99685e7b,0x9189784b,0x24f86081,0xd9afaff5,0xfdcceb7d,0xb624915e,0x4329d44a,0xb9cb5e3b,0x70a13001,0xea4f8508,0x82190f20,0xfa6d6404,0x01320eef,0xb0f6609e,0x018027dd,0xec9b18d2,0xe449d7ac,0x9c68697b,0xa186785b,0x7cf97076,0xdb5facf3,0x1dbceb5d,0xbc275161,0x4479f44a,0x39ea5b3b,0x78a42002,0xea7f8d08,0x821b0f40,0xfadd5003,0xa1410fcf,0xa7f6e0a8,0xffb01fdb,0xec9a1bf2,0xd64b87ad,0x9c48687b,0xa185785b,0x87fa0074,0xdc0fa6f2,0x0da2eb5d,0xd129d168,0x464a2549,0xaa19567b,0x83a8c003,0xea2f9608,0xd2201020,0xfabd4f03,0xa15611df,0xaaf81093,0xfe5055d9,0x5c6c19b2,0xcd4907b3,0x9b38627b,0x9187783b,0x94fa406f,0xdc1fa2f2,0xdd99eafd,0xda2af164,0x46da6149,0x0a5453eb,0x87ab4003,0xea1f9608,0xd2231020,0xfa1d5a04,0x216f150f,0xb8f8d058,0xfcb0d0d7,0x2c0113a2,0xc24387be,0x9918587b,0x818a782b,0xbcf9b055,0xdc5fa5f3,0x3d9bea9d,0xd82af160,0x467a8b48,0x9a7d51eb,0x8aad4003,0xeabf8a08,0xb2251030,0xf9dd6604,0x6176164f,0xbafa1049,0xfc0117d5,0xbbb51232,0xb041d7ce,0x95d8497b,0x718c781b,0xe4f95016,0xdc6fb0f3,0x2d96ea4d,0xdc2b115e,0x463ab248,0x4aa34e0b,0x8fb11003,0xeaff7d09,0x222b10a0,0xf9ed7004,0x917115df,0xb1fb8064,0xfbf119d4,0xbb9913e2,0x9942b7da,0x92983c7b,0xa186785b,0xfcf97fcf,0xdc6fb4f3,0x3d8de9ed,0xe32b515b,0x462ae547,0xfad549db,0x94b54003,0xeb0f6f09,0xc2311100,0xf9cd7f04,0xb17215cf,0xb0fc9067,0xfb214cd2,0x7b731402,0x8c4277e7,0x8e582d7b,0xc180788b,0xd7f9ffba,0xdc8faef3,0x5d8be9bd,0xe52b0159,0x45eb1c47,0x9b0b45cb,0x96b94004,0xeaff6109,0x523210d0,0xf96d9005,0x217315bf,0xb0fd4065,0xfa21aad0,0x0b4113b2,0x854207f2,0x8a181f7b,0xe17c78ab,0xb2f97fb5,0xdc5fa3f3,0x9d91e92d,0xdf2a5159,0x455b5447,0x4b4341eb,0x97bd1005,0xea6f5708,0x72370fb0,0xf90d9b05,0x817115df,0xb2fdf069,0xf8c1c2d1,0x1b2413d2,0x7f41b7f2,0x8a281f7b,0xf17a78cb,0xcdf8bfa3,0xdbbf9cf3,0x5d99e8bd,0xd929c156,0x44cb8e47,0x2b7c3f2b,0x97bfc005,0xe9ef5208,0x92400f80,0xf89d9705,0xe16e16bf,0xbafec072,0xf771d4d2,0x8b1c1492,0x784187ee,0x8bb8257b,0xe17b78bb,0xc3f69f93,0xdadf9cf2,0x2d9ae91d,0xda2a2150,0x44cbbd47,0x1bab3cbb,0x97c23006,0xe95f4f08,0xf24b0fe0,0xf83d9806,0x6169179f,0xc7ff907a,0xf65202d3,0xbb161592,0x6b4177e9,0x8d882c7b,0xc182788b,0xb4f34f85,0xdabfa2f1,0xdd98e91d,0xda2a114f,0x447bd747,0x2bc4394b,0x96c59007,0xe8ff4b09,0x82561080,0xf7bda007,0x116517ff,0xd400b088,0xf53212d5,0xab141762,0x5541f7e0,0x9088377b,0x9189785b,0xdaf27f74,0xdbcfacf1,0x7d98e8ed,0xd629614f,0x43cbf847,0x1be4358b,0x94c94007,0xe8af440a,0x82631160,0xf6fda807,0xc168184f,0xe3020098,0xf39216d6,0xdb1d1872,0x3f4217d4,0x93c8437b,0xa188786c,0x1df22f4d,0xdc3fabf2,0x4d9fe8fd,0xcd28d14b,0x430c1e47,0x1c09327b,0x92cc4008,0xe81f3d0b,0x626f11f0,0xf63db608,0xa16a184f,0xf002c0a5,0xf25214d7,0xab3218c2,0x2d41b7c4,0x9758537b,0xd180789c,0x61f1df27,0xdc3f9df3,0xadabe8bd,0xbe282146,0x41fc4447,0x1c2f305b,0x90ce600a,0xe76f370c,0x02791240,0xf5cdcc09,0x916517ef,0xf80320b8,0xf1c20fd8,0xab641902,0x1f41e7af,0x9b08677b,0xc182788c,0x9df0df09,0xdbcf91f5,0x9db9e7ed,0xac26c149,0x407c7447,0x1c5e2dcb,0x8dd0e00b,0xe6ef310c,0xc28412d0,0xf55ddc0a,0x616017e0,0x0202d0e9,0xf141f4d9,0xeba118d2,0x1641f793,0x9f087f7b,0xa187786c,0xfaf0aed5,0xdb2f86f7,0xddbfe78d,0xa125c148,0x3f4c9547,0x2c7f2c7b,0x8bd2300b,0xe6af290d,0x528e1310,0xf50ddd0a,0xc15e1890,0x14046107,0xf211bbdb,0xdbdb18a2,0x0e41a771,0xa3789d7b,0x9189785d,0x65f1de92,0xdaef86f8,0x3db8e7ed,0xa525c13e,0x3edcad47,0x3c972deb,0x8cd0c00d,0xe5df260d,0x829712f0,0xf4eddf0b,0x115a1900,0x260510f5,0xf1e18cdd,0xdc2418a2,0x06415756,0xa678b57b,0x818b784d,0xb6f10e71,0xdaff8df7,0xfdb5e82d,0xa825a137,0x3e6cd247,0x5cbb2e6b,0x8dd0400e,0xe56f1d0e,0x22a11380,0xf47de60b,0x91551920,0x330470fa,0xf11169df,0xec731852,0x0140e741,0xa7f8c77b,0x818d784d,0xf5f07e6a,0xdb2f91f7,0xedbee84d,0xa024d137,0x3dacf647,0x6cdf2a6b,0x88d4300e,0xe57f100f,0xf2ac1540,0xf3edeb0c,0x11531940,0x4105e0f2,0xf2212de2,0x9c9c1811,0xff40a727,0xaa38df7b,0x718f783e,0x3cf4fe39,0xdb0f8ef8,0x4dc7e89d,0x95244130,0x3cfd0847,0x7cf029db,0x87d4c00f,0xe50f0a11,0x02b61660,0xf38dee0c,0x81511970,0x4e0680fd,0xf200fae5,0xccc817d2,0x02404718,0xab48ec7b,0x6192782e,0x77f77e0e,0xda7f8ff8,0x4dcfe8ad,0x8923c12a,0x3c2d1647,0x8cfe2b9b,0x89d30011,0xe47f0b11,0x22b81660,0xf36df70c,0xd14b1910,0x5706e109,0xf1b0d6e9,0x5cf41792,0x0a3fa713,0xab88f17b,0x5194781e,0x91f85e01,0xda0f8ef7,0x8ddee84d,0x7922b129,0x3b2d2347,0x9d0b2bcb,0x8ad2d012,0xe40f0e11,0xc2bb1720,0xf37df50c,0xd1471970,0x65071106,0xf070b7ec,0xdd1a1762,0x103f2710,0xab98f37b,0x6193782e,0x8df9cdf5,0xd98f8af6,0xdde0e87d,0x7a229127,0x3b0d2f47,0xad172b5b,0x89d34013,0xe38f0b12,0xa2bd17e0,0xf3fde80c,0x61411a70,0x79066109,0xeeb0a1f0,0x0d3516e2,0x143eb718,0xaaf8ec7b,0x6192782e,0x8afaadff,0xd90f8af7,0x3dd7e8fd,0x89234129,0x3bdd3847,0xbd202b1b,0x88d38015,0xe30f0713,0x12c01810,0xf2ae3a0d,0xd1421570,0x5a05410f,0xedc07af2,0xbd3e16e2,0x203e171d,0xaa78e87b,0x818e784e,0xa0fb1e26,0xd8bf86f6,0xfe44e5dd,0x0a1e2118,0x372d4347,0x9d2c299b,0x88d51017,0xe27f2c13,0x52c21830,0xf06e9c0f,0xb15e0ed0,0x36043110,0xec6043f5,0x2d3717b2,0x2e3d971b,0xaa78e97b,0xa186787e,0xb5fa7e4d,0xd8af84f6,0xbedfe49c,0x4a18d0ef,0x31bd4b47,0x5d3527fb,0x87d6b018,0xe23f6413,0xb2c418a0,0xf0eeb00f,0x415c0d30,0x3c03b10a,0xed3016f7,0xcd3417e2,0x343dd707,0xabc8fb7b,0xb186787e,0x98fb5e42,0xd8ef8ef7,0x6ef9e37c,0x341710f2,0x30cd9047,0xbd79269b,0x85d80014,0xe2ef7014,0x22c61980,0xf1ceca0e,0x515f0bc0,0x460340fc,0xeedfe2f8,0xad2e16c2,0x403d46fd,0xac49047b,0xa187787e,0xb0fafe3c,0xd8bf8df7,0xbf11e14c,0x3114c0f5,0x2ffe0248,0xbdea24bb,0x82d9e00c,0xe53f7114,0xc2c81ab0,0xf07eab0f,0x618b0e40,0x560200db,0xedefc2f8,0x9d301522,0x563c26f2,0xacb90f7b,0xb186787e,0xc2f99e37,0xd80f8bf7,0xdedde1dc,0x4a1780ed,0x309dec48,0xadd4262b,0x85d88003,0xe7af8114,0xe2ca1ac0,0xf12eaf0f,0x019a0e60,0x5d0070c2,0xed9fb4f8,0xcd361432,0x653bf6da,0xade9247b,0xb186787e,0xaffc5e01,0xd79f8df8,0x5ecde14c,0x581770f3,0x30bdbb48,0x3da4250b,0x83d9a004,0xe72f8f14,0xd2cb1ab0,0xf2feda0d,0xd1950bc0,0x5bfe00bf,0xedefaff8,0xad3b1422,0x703c76c6,0xaed9377b,0xa187787e,0xaefcadf1,0xd7bf88f8,0x7ef5dffc,0x3d1480fc,0x2fcdb047,0xfd9921cb,0x7cdcd00d,0xe53f8814,0xf2cd1ad0,0xf33ed80d,0xe1ae0c70,0x61fcc0af,0xee3fbcf7,0xad491302,0x7c3c26ab,0xafe94f7b,0xa187787e,0xb1fb0e0e,0xd7af81f8,0x6eeae05c,0x3f155101,0x303d9247,0xbd7b215b,0x7add3012,0xe46f7814,0x72cf19c0,0xf4aef50d,0x31b00ba0,0x63fcd09d,0xef6fc2f5,0x8d571122,0x7f3b5691,0xb0e9687b,0xb186788e,0xc7fbae0c,0xd7bf85f8,0x5f04de5c,0x33140106,0x301dc448,0x1dad1feb,0x76dea011,0xe4df7214,0x62d518f0,0xf3ff160d,0xf1d20a30,0x54fc8091,0xf06fb8f2,0xbd651042,0x833af672,0xb1f9857b,0xb185788e,0xedfdcdf1,0xd81f8cf8,0x1f25de6c,0x051360f2,0x2f0dbe47,0xfda71edb,0x74dfb00f,0xe53f7314,0x12dc17c0,0xf24f240f,0x32070970,0x45fc7090,0xf0efb1ef,0xed7f1092,0x863b3658,0xb2b99e7b,0xa188787f,0x1aff0def,0xd85f89f7,0xcf28dffb,0xe71400dd,0x2e1da047,0xbd8a1ddb,0x71e0a00e,0xe53f7413,0xc2e31730,0xf42f260d,0xb1f908c0,0x54fd90a6,0xf12faded,0xed8e11f2,0x733c1638,0xb389bc7b,0x818e785f,0x4b00cdf6,0xd88f84f7,0x8f22ddcc,0x061350f2,0x2f0df348,0x8ddc1cab,0x6ce1d00f,0xe4cf6b14,0x02ea17a0,0xf51f210d,0x31fd08a0,0x5cfd90bc,0xf0ff9ceb,0x5d981362,0x633cc607,0xb489eb7b,0x818f784f,0x83044dd9,0xd8ff83f7,0x9f10dc8c,0x1e1390fe,0x2f9e1e49,0x1e051beb,0x68e2900f,0xe4bf6714,0x62f11800,0xf43f210e,0x12240810,0x52fc90c8,0xefaf94e8,0xedbf1472,0x663d25d3,0xb57a1e7b,0x718f784f,0xa405edd6,0xd90f79f8,0x4f0fdd2c,0x0c1440f6,0x2f1e1248,0xfdfa1b5b,0x66e3200d,0xe4ff6f14,0xd2f81840,0xf44f260e,0x023b0710,0x4ffc10d9,0xee8f84e7,0x2def1552,0x753e159d,0xb62a537b,0x119f77df,0xaf061dd5,0xd7ff7bf8,0x7f13dcdc,0x091420f6,0x2f1e2449,0x2e0b1a5b,0x63e4100c,0xe4ff7115,0x72ff18d0,0xf42f270e,0x32540660,0x47faa0d7,0xed0f76e5,0x9e251622,0x7f3f0587,0xb67a687a,0xc1ac777f,0xb704cde7,0xd6cf87f8,0xaf11dcac,0x081490f4,0x2f2e3749,0x7e1e198b,0x5fe4e00c,0xe4ef7415,0xf3061940,0xf46f260e,0x426605e0,0x3ef830bc,0xeb1f6be3,0xde4d1742,0x713f758e,0xb67a627a,0xf1a377cf,0xb8037e0f,0xd6cf85f8,0xff0cdc2c,0x0b14c0fa,0x2f3e4849,0xbe2e182b,0x59e6300b,0xe4ef7716,0xd30d1a20,0xf52f120f,0x32660730,0x2af8e0db,0xebff5be2,0x2e821802,0x693fe5af,0xb62a417b,0x219e77ef,0xb202ce1c,0xd68f80f9,0x3ee1db0c,0x2615d116,0x2e8e5149,0xfe37179b,0x54e6c00b,0xe4df7717,0xc3131b60,0xf61f1010,0x02610760,0x13f960f7,0xec2f52e0,0xeec018b2,0x7a4095dd,0xb59a157a,0xd1a7779f,0xaa025e2d,0xd58f77f8,0xced2d9ac,0x2815b11e,0x2cfe614a,0x5e45192b,0x58e5200a,0xe4ff7a18,0x831a1c60,0xf57f2e0e,0xc2890480,0x1cf860ff,0xeb0f38df,0xdee319d2,0x9a4055f1,0xb55a027a,0x81b2774f,0xaf021e3b,0xd52f76f6,0xdf05da0c,0x0f146108,0x2d6e854a,0xfe6a164b,0x4ce80009,0xe4ef8119,0x53201cb0,0xf53f370e,0x32a40380,0x21f76101,0xea3f41e0,0x7f051a82,0x8e4025ff,0xb529f57a,0x71b7773f,0xa3fe3e6e,0xd5cf90f6,0x0f0cd9fc,0x1414410e,0x2dbea24b,0x8e86130b,0x3aeb2009,0xe4ff851a,0xf3261eb0,0xf55f2f0e,0x72ab03f0,0x22f610eb,0xe8ef76e2,0x8f0a1a22,0x763fc612,0xb4e9e27a,0x81b6775f,0x82f90ec3,0xd5df9df6,0xcef8d9ac,0x2314e116,0x2d1eb04b,0xee9312eb,0x3aeb3007,0xe4df861b,0x832c2060,0xf4af1a0e,0xf2bf0550,0x2af660e0,0xe88fa5e4,0xded71882,0x743e164f,0xb3a9a77a,0x61bb772f,0x7df69ec3,0xd54f9ef7,0x1ed4da8c,0x3e167115,0x2cceb84c,0x3e9b130b,0x3deb0007,0xe48f8a1a,0x333320b0,0xf4ef270e,0x92be0460,0x35f830e7,0xe91fd9e9,0x0e9b1612,0x6e3bc696,0xb1b9647a,0x21c376ef,0x7ef79e98,0xd49fa8f7,0x3ee6d9ec,0x3315c114,0x2baedc4d,0x3ebe119b,0x34ec5006,0xe44f9018,0x733a21b0,0xf48f2e0e,0x82c30430,0x3df8a0dc,0xe9d009ee,0x2e6c1352,0x673976e0,0xaee91f7a,0x21c176ef,0x95fafe71,0xd49fb2f6,0xaee8d9cc,0x3116710b,0x2adeff4e,0x7edf101b,0x29edc004,0xe4ef9b17,0x334123a0,0xf3ff3d0e,0x32c503f0,0x47fa20d5,0xebe01bf2,0x3e4e1082,0x5a37973b,0xa958cc7a,0x51bc770f,0xdbfffe3a,0xd4afb8f6,0x5ee9d95c,0x391790f4,0x2a5f2a50,0x8f080ebb,0x1eef0001,0xe63fa216,0xd3472660,0xf2ff530e,0x52ca0410,0x4bfaa0ae,0xed601bf4,0xde440db2,0x4f35f786,0xa1b88a7a,0x81b57730,0x1202ae0d,0xd4cfb4f6,0x5eecd92c,0x3118e0d2,0x29af4952,0x5f250d4b,0x12f05fff,0xe78fab15,0xc34d2940,0xf35f610e,0xa2b505b0,0x55fd30a1,0xf04010f5,0xde380a42,0x403427bc,0x99085a7a,0xa1ae7760,0x34038dfc,0xd4cfa9f6,0xded6d80c,0x3f1a00ca,0x28ef5f53,0xff3b0bdb,0x01f1bfff,0xe6dfb113,0x33532b80,0xf3cf730e,0x62a406c0,0x69ff9090,0xf20fe1f6,0x5e320732,0x3832a7dd,0x91283a7a,0xd1a77790,0x2c030e02,0xd49f9df7,0xbeced76c,0x4a1a80be,0x288f7555,0xdf4f0aaa,0xf2f2c001,0xe4bfb410,0x73582bf0,0xf45f860d,0xd2980740,0x80ff306d,0xf15fa3f7,0x6e350482,0x423087ec,0x8c08287b,0x01a177cf,0xec017e3b,0xd46f8ef7,0xeed7d73c,0x4c1a40b6,0x282f8357,0x2f5c09aa,0xe6f3b003,0xe12fb40d,0x735c2af0,0xf4ff940d,0xa2970820,0x98fe4043,0xf10f6af8,0xee3c02e2,0x3f2e77f2,0x89a8207b,0x918c785f,0x8afe9e71,0xd56f8ef7,0xfee1d6dc,0x5019e0bc,0x27af8b58,0x0f64086a,0xd3f4e005,0xddcfa30a,0x835f2a30,0xf55fa20d,0xd2a508a0,0xabfd001f,0xf08f39fb,0x2e4605a2,0x162e57f2,0x89581f7c,0xb153799f,0x2afa7e5b,0xd94f9af8,0x7edfd62c,0x5b1920d1,0x254f9559,0x3f6e071a,0xbbf62005,0xdc9f8e08,0x73632a90,0xf53fb20e,0x82c808f0,0xc2fb4ff8,0xee3f20fd,0x3e4cffb2,0x392a47f1,0x8a18217c,0x9158796e,0xdff67e3d,0xd6cf90f8,0x8ec6d52c,0x6e18f0dd,0x22bfa05a,0x9f77060a,0xa4f72003,0xdd0f8007,0x03672a70,0xf52fca0f,0x62ee08d0,0xdbfb7fe3,0xef4f07fe,0x4e48f532,0x692347ee,0x8b18257b,0xf17a78ce,0xc2f48e50,0xd21f83f7,0xaeabd3fc,0x8118b0e1,0x208fa85b,0xcf7e051a,0x92f81000,0xddff7406,0x336b2a00,0xf59fe110,0x230b0780,0xe1fd800b,0xf37edeff,0xbe31f322,0x742157ea,0x8cc82b7c,0x117578fe,0xd6f53e77,0xd18f7df6,0xbe89d2bc,0x941700ee,0x1e7fac5c,0x6f82043a,0x83f8fffd,0xde5f7803,0x536c2720,0xf62ff210,0x232d04b0,0xe8fe0041,0xf68ec501,0x9dfbf2b2,0x872027e1,0x8f98367b,0xe17b78be,0xd9f6bea1,0xd1af80f6,0x0e67d1bc,0xb11440fe,0x1cbfaf5c,0xcf85038a,0x78f9bff9,0xdedf8600,0x536d2390,0xf71ffb10,0x134d0321,0x0afad022,0xf4cee401,0x9dceefd2,0x771e27d8,0x9208407b,0x9188785e,0xb9f7aee2,0xd27f89f6,0xde22d0fc,0xe2132106,0x1d8fab5c,0x4f82035a,0x7ff9fff7,0xe00faf03,0xd37727a0,0xf8600510,0x43610140,0xdcf5efe5,0xf0becb03,0x3db7f2e2,0x8a2257ce,0x9448497b,0x6190782e,0xc9f69ee2,0xd3df94f7,0x3db3d01d,0x2912810f,0x1e4fa35b,0x2f7a036a,0x93f9dff4,0xe0afef07,0xd3802ca0,0xf9801610,0xa38cfb20,0x02f14082,0xefce2609,0xfd700b32,0xdb3727b5,0x99a8617b,0x419577fe,0xe4f53ed9,0xd3cfa4f7,0x1d67cfcd,0x47120111,0x1ecf9c5a,0x4f73038a,0x9ef9bff3,0xe1f03706,0xd3832c70,0xfab02c11,0x13c3f7bf,0x7fef30d5,0xef2ddf0c,0x2d561992,0xd043b782,0xa1a88f7b,0x419277de,0xebf6df01,0xd2dfa2f6,0x8d50cfcd,0x33114111,0x1f4f9359,0x2f69036a,0x9bf9dff2,0xe3207b05,0x43862bc0,0xfc504411,0xd3cbf6df,0x71f0a0c7,0xefee0109,0xbda51752,0xab41e73c,0xa8e8cc7b,0x319277cf,0x13f8af20,0xd37fb0f6,0x4d21cf4d,0x46100115,0x1f3f8958,0x0f61033a,0x94fa0ff2,0xe4308e05,0xe38b2da0,0xfd205712,0x83d8f62f,0x62f290c8,0xf0ce2f06,0x0e141802,0x7d4176e4,0xae991b7a,0xf19d778f,0x32fa1f3e,0xd5bfd7f6,0x5cf6cecd,0x670ec117,0x1e3f8657,0x7f5f02fa,0x8bfa5ff6,0xe6408806,0xe3902fe0,0xfd306212,0xd3ecf60f,0x4df3e0cd,0xf15e5601,0x6e931902,0x5f41a68e,0xb2296c7a,0x71b0770f,0x67fa2f3b,0xd6f041f4,0xdcd4cfbd,0x840e4117,0x1dcf8757,0x9f5f02ca,0x85fa8ff4,0xe6b07605,0x83932e10,0xfdb06a13,0x13faf5cf,0x3bf500d0,0xf18e7bfc,0x1f1616c2,0x5c404647,0xb439af7a,0x71ac76df,0x90f97f43,0xd470def0,0x9cafd08d,0xa40da11d,0x1d5f8557,0x9f5d02aa,0x7ffabfec,0xe5e05f03,0xf3952c70,0xfe507413,0x1402f51f,0x2af620d5,0xf20eaaf7,0x7f8e14f2,0x623ea62a,0xb509cc7a,0xa1a376ef,0x9af7cf5d,0xd20134ec,0xbc98d03d,0xbb0cd122,0x1cdf8957,0xff61029a,0x7efacfe5,0xe5b05403,0xd3992ce0,0xfeb07713,0x2402f4cf,0x19f750d8,0xf27ecbf2,0x1feb1482,0x683d1662,0xb3e9977a,0xc19f772f,0x8cf62f26,0xd1e138ea,0x1c8dd07d,0xc50ca125,0x1c5f9058,0xdf68029a,0x81facfdd,0xe5705f04,0x739d2e10,0xfed07013,0x2405f50f,0x0af7c0e0,0xf2aed2eb,0x902b1462,0x773bb6d3,0xb0592b7b,0x0198778f,0xc5f89eda,0xd22127e8,0x4c74d15d,0xd60d112a,0x1c2f9559,0x6f6c02ba,0x86faafd9,0xe5b06f05,0xb3a12fb0,0xfeb06912,0xc410f54f,0x00f7c0e9,0xf27ed6e4,0x20561362,0x923a0740,0xa9e8c77b,0x618c780f,0xe9fc1eee,0xd430a3ea,0x4c62d22d,0xe70d812b,0x1caf9859,0xef6f02ca,0x8bfa9fd7,0xe5206d06,0xf3a53080,0xfed06312,0x8416f54e,0xf5f830ef,0xf29ecedb,0xe06611e2,0xb0384792,0xa1087f7b,0xb193786f,0xc9fb7f43,0xd49fabee,0x2c61d29d,0xea0d612d,0x1c9f9859,0xdf6f02da,0x90fa8fd4,0xe4706106,0xb3a82fa0,0xfed05d11,0xf420f56e,0xedf8f0f1,0xf28e91d4,0x006d11a2,0xd23747c4,0x9838527b,0xe1b2788f,0xb5fbbf70,0xd43f35ed,0x5c58d2fd,0xfb0d312c,0x1cdf9259,0x0f6902fa,0x97fa6fe3,0xe6404106,0xb3ab2f20,0xfea05311,0x6431f5de,0xe5f9a0fa,0xf31e29cd,0x00821212,0xff3547de,0x9148387c,0x21c878bf,0x51fb6fa0,0xd58f06e5,0xdc56d38e,0x030d7129,0x1d7f8e58,0x9f65030a,0x9cfa4ff0,0xe8003406,0x93ae2e70,0xfef04711,0x243ef66e,0xd8f9510d,0xf44d7cc7,0x20eb1263,0x363167ee,0x8b88247c,0x91d6792e,0xecf4f03f,0xd95edcdb,0x7c51d3ce,0x080d612f,0x1d6f9058,0xef66032a,0xa2fa3fe8,0xe6703c06,0x63b02d80,0xff603910,0xd449f72e,0xc7f9a123,0xf4db12c4,0x62c01133,0x712c47f7,0x8778177c,0xe1e9798f,0xb4ebd0c4,0xde8eb9d2,0x1c40d37e,0x1e0d3137,0x1d5f9759,0xbf6d034a,0xa9fa0fe0,0xe4e04e07,0x93b42da0,0xff902910,0x6454f7fe,0xb9fa8136,0xf528dbc6,0x83f20993,0xa52197f6,0x87f8187d,0x31eb79e1,0x0ae3b026,0xe34eb2c9,0x9c3ad34e,0x2c0d413d,0x1d9f9c5a,0x6f72036a,0xaef9efe0,0xe4806109,0x73b72e90,0xff701810,0x5464f8de,0xadfb413a,0xf567bbc8,0x542ff193,0xbc0687ed,0x8d18267d,0x81db7a32,0x1ae7cf46,0xe6feb4c1,0xcc46d37e,0x210da141,0x1d8f9f5a,0xcf75039a,0xb4f9afe1,0xe4707105,0xe3b72990,0xff500910,0x5470f99e,0xa5fb7137,0xf506ffc8,0xe465d833,0xaaea67da,0x94a83a7d,0xa1d07a62,0x95ef4ef5,0xe8aec6bb,0xdc4dd39e,0x190dc144,0x1d8fa15b,0x0f7703fa,0xbff94fdc,0xe3608300,0x03b52110,0xff4ffc10,0x647afa2e,0xa0fc113e,0xf4c682c8,0xf4a1cbd3,0x7ddcf7bd,0x9d18567d,0xd1c37aa2,0xaff82ee6,0xe8fec9b8,0x4c53d3de,0x100e0146,0x1d8fa25b,0x4f78042a,0xc3f91fd3,0xe1d08d02,0x63b92210,0xff9ff310,0x547ffa4e,0xa1fd8145,0xf47619c9,0x34dbc673,0x4dd71798,0xa468767d,0xf1b97ad2,0xb3feeed8,0xe90ec9b6,0x5c55d3fe,0x0e0df149,0x1d9fa35b,0x6f79044a,0xc6f8efc4,0xdfc08b04,0x53bc2300,0x004fec10,0x347ffa1e,0xa2fe4148,0xf495c6c9,0xb4ffc303,0x1fd3a774,0xa998967e,0x01b47ad2,0xb5011ea2,0xe8bed4b5,0x2c4ad3ee,0x180d714f,0x1d6fa45b,0x7f79047a,0xcaf8bfc6,0xdf608505,0x63bf22e0,0x00dfe710,0x647bfa0e,0x9ffdc14e,0xf4f584ca,0x151fc113,0x01d1f745,0xae38c07e,0x11b07ae2,0xb4048e7f,0xe98ed2b4,0x6c45d40e,0x170d0154,0x1ccfa45b,0x9f79049a,0xccf89fc8,0xdec07006,0x13c122d0,0x008fe510,0x4483fa4e,0xa0fcb152,0xf4c55cca,0x6534c002,0xf1d1270f,0xb1b8f27e,0x11ab7ae2,0xab072e6f,0xeb7ed7b4,0x6c57d4ce,0x060d114c,0x1cffa35b,0x5f7804ba,0xcff86fc6,0xdd805b05,0x63c22180,0x009fe410,0x1484fa5e,0xa3fbf152,0xf4f546ca,0x954dbfc2,0xecd0f6fb,0xb2d9067e,0x21a87ae2,0x94041e8b,0xecbeebb5,0xac4dd4fe,0x110cc147,0x1cefa45b,0x8f7904da,0xd2f85fce,0xdda04a05,0xe3c42110,0x00cfe40f,0xf482fa3e,0xa7fbd14d,0xf50530ca,0xb556c032,0xedd166d2,0xb4792d7e,0x21a47af2,0x92064e89,0xed6efdb7,0x2c3fd4de,0x210c5146,0x1ccfa65b,0xcf7b04ea,0xd4f84fd3,0xdd603d06,0xb3c62110,0x010fe40f,0xd480fa0e,0xacfba147,0xf4e51cca,0xd54fc0e2,0xecd23685,0xb689787e,0x31a07b02,0xa40cbe5f,0xee5efbb7,0x9c3ed4ce,0x250bf145,0x1c8fa75b,0xff7d04fa,0xd6f82fd0,0xdba02b07,0x63c72140,0x012fe10f,0xc47dfa0e,0xb0fb813d,0xf56514cb,0x1550c1c2,0xe9d3167f,0xb6a97d7e,0x419a7b12,0xaf0dee60,0xefaf01b7,0xac3dd4de,0x260be146,0x1c3fa85c,0x0f7d051a,0xd8f80fd1,0xdaa01708,0x03c921b0,0x015fdc0f,0xc479fa1e,0xb4fcc134,0xf83515cb,0x654ac2a2,0xe5d3c6af,0xb5794f7e,0x41957b12,0xbe0c8e62,0xf0bf04b7,0x1c39d4be,0x280bf149,0x1c0fa85c,0x1f7d053a,0xdaf7efd6,0xda100a0a,0x43cb2380,0x012fd60f,0xb47afa5e,0xbbfef134,0xfb351acb,0xb543c4c2,0xded5d6e6,0xb3a91a7e,0x41947b02,0xd00ade67,0xf0bf04b6,0x4c40d4ce,0x200c2149,0x1c1fa85c,0x1f7d053a,0xd7f7efda,0xd940050b,0x53cc23d0,0x010fd20f,0xa47afa8e,0xc2003137,0xfc6523cb,0xe538c772,0xd1d8b71d,0xb0f8e57e,0x41927b02,0xe6088e67,0xefff08b5,0xdc4dd4be,0x140c2149,0x1c0fa85c,0x0f7d053a,0xd2f7efde,0xd86ffa0a,0x63cc2220,0x012fd00f,0x9478fa7e,0xca00b13b,0xfd4533cc,0x1528c9b2,0xcadae74f,0xad88b77e,0x518d7b13,0x02055e67,0xef5f08b5,0xdc51d4ae,0x0f0bf14b,0x1bcfa75b,0xff7c052a,0xcdf7ffe5,0xd80fe70b,0x63cd22b0,0x012fce0f,0x7475fa5e,0xd300c139,0xfd2541cc,0x451ccc52,0xd6dda773,0xa9d8967e,0x418d7b03,0x22039e77,0xee7ef2b6,0x7c4ed47e,0x140c014d,0x1bafa75c,0x1f7c051a,0xc7f81fed,0xd7cfda0c,0xe3ce23d0,0x00cfce0f,0x6474fa6e,0xdc00e12e,0xfc1548cc,0x7514cff2,0xffe23797,0xa508767e,0x11967aa3,0x43ff4e7a,0xeddecab8,0xdc4ad44e,0x1a0c414b,0x1b8faa5c,0x7f7f04fa,0xbff83ff4,0xd79fd00d,0x73cf2420,0x007fcf0f,0x5471fa5e,0xe500a121,0xfb5555cc,0x950cd443,0x4de897b4,0x9fc85d7d,0xc1a779f3,0x63fa5e77,0xed3e89bd,0x6c4bd41e,0x1a0c6149,0x1b5fac5c,0x9f8104da,0xb8f85ffb,0xd75fc30c,0xa3cf2300,0x001fd00f,0x246bfa5e,0xf0ffe114,0xfb0564cc,0x9505eb53,0xa102a7ca,0x9aa8497d,0x11c478f3,0x7df5fe7a,0xea8e3ac5,0x3c4dd3ee,0x1a0c9148,0x1b6fad5c,0xcf8204aa,0xaff88002,0xd71fb50e,0xb3d02460,0xff8fd00e,0xf465fa6e,0xfcff7103,0xf8a570cc,0xa5051af3,0x773627d9,0x96383b7c,0x11eb7783,0x8df38e95,0xe3ee19d2,0x0c50d3de,0x180d2146,0x1bffad5c,0xef82046a,0xa4f8d009,0xd6dfaa0f,0x13d02460,0xfeefd10e,0xa45ffa7f,0x08ff20f7,0xf5f579cc,0x95022482,0xef4467e6,0x91682d7a,0xd21375e3,0xa5ef4e93,0xdb1e2de1,0x1c55d3ae,0x150df144,0x1cffae5d,0x0f83042a,0x97f9100f,0xd72fa90f,0xb3d12500,0xfe3fd30e,0x5457fa8f,0x15ff30eb,0xf6a584cc,0x75042352,0x6347b7ef,0x8da82379,0xc22f74c3,0xa4ed6eb6,0xd4be74ed,0xcc56d37e,0x180ec141,0x1defaf5d,0x3f8403fa,0x8bf95016,0xd6afa610,0xb3d125e0,0xfd5fd20e,0x044efacf,0x22ff60db,0xf7a591cc,0x64fe2051,0xed4797f6,0x89881879,0x923574a3,0xaeeaeec3,0xd2eed5f5,0x2c56d38e,0x1e0fe13e,0x1effb15d,0x8f8603ba,0x7ef9901d,0xd66f9810,0x33d12550,0xfc5fd60d,0xc44afaef,0x2dff90ce,0xf8359ccc,0x54f91db1,0x954677fb,0x86281079,0xe22e7523,0xb0e94ed0,0xd35f32f8,0xbc5dd34e,0x1910f139,0x1fffb25d,0xaf87037a,0x6ff9e022,0xd69f940f,0xb3d024d0,0xfb9fdb0d,0x6440fabf,0x3affd0bc,0xf8d59ccc,0x54f81b41,0x5a44b7fd,0x8358087a,0x622175e3,0xbce83ed0,0xd48f78fa,0x3c5ad2be,0x1d11b136,0x20cfb45d,0xef88033a,0x5ffa2027,0xd6bf9210,0x23d02550,0xfacfe20d,0x0433fa7f,0x4a0060a4,0xf9458acc,0x150718a1,0x3c4277ff,0x8108027a,0xe21476a3,0xc3e7deda,0xd60fa4f9,0xec54d22e,0x26127134,0x216fb55e,0x2f8902fa,0x4efa7027,0xd74f8610,0x53d025b0,0xf94fec0d,0x142dfa6f,0x5400c088,0xf9d566cb,0xb53b15d1,0x383fe800,0x7fa7ff7b,0x520a7753,0x94e8df1d,0xd78fc6f8,0x8c71d23e,0x0613d129,0x21dfb45e,0x0f8802ba,0x3dfab024,0xd86f820e,0xc3cf24e0,0xf86ff60c,0x441bf9ef,0x6700d070,0xfa8533cb,0x25731391,0x403e6800,0x7f27fd7b,0x920477c3,0x80ec9f5b,0xd8dfd6f7,0xac75d18e,0x07147124,0x22bfb65e,0x4f89027a,0x2bfb001e,0xd9af8c0d,0x93cd2450,0xf6e0000b,0xb41bf9ff,0x6d010056,0xfb350fca,0xd57d11c1,0x523e2800,0x7f17fd7b,0x620977a3,0xb2f10f69,0xd97fe0f7,0x2c7cd15e,0x04156118,0x239fb65e,0x5f8a025a,0x1cfb302a,0xd82f8f0b,0x53cc2230,0xf600090b,0x640cf9ef,0x71018034,0xfbc4d7ca,0x45970fd1,0x613db800,0x7f77fe7b,0x320e7763,0xf0f45f56,0xd9afdef6,0xdc6bd0ae,0x1415e118,0x238fb75e,0x6f8b021a,0x0cfb702c,0xd80f9009,0xc3ca2100,0xf460100b,0x540dfa2f,0x74002028,0xfc94b4ca,0x75ce0dc1,0x783ce7ff,0x80c8027b,0x220f7743,0xf3fb1f93,0xd99fd3f6,0xbc77d0ce,0x0217010d,0x23afb65e,0x6f8a01ea,0x00fba01e,0xd9cf930a,0xe3c92200,0xf2b0190a,0xe40ffa1f,0x7dfeb01d,0xfd94a7ca,0xe5ef0c01,0x8a3c27ff,0x81a8047b,0x220d7753,0xd9003fc0,0xd97fd7f6,0xcc8ad0dd,0xf617b100,0x242fb95e,0xef8d01c9,0xf6fbd018,0xda8f760a,0x23c820d0,0xf240260a,0xc3f9f99f,0x84fe7008,0xfdc496cb,0x160a0a81,0x943b97ff,0x8158037b,0x120e7733,0xb3ffefae,0xd96fdff6,0xec72cfee,0x0d17b107,0x236fbc5f,0x6f9001a9,0xeafc0011,0xdb2f6309,0xc3c62080,0xf1a02e0a,0xd3e6f98f,0x8cfd9ff9,0xfd1490cb,0x963a0931,0xa33b37ff,0x81d8047a,0xf2117723,0x90020fbb,0xd98fdff7,0x0c50cf6e,0x2218110e,0x22dfbc5f,0x5f900189,0xdefc300c,0xdb7f6409,0x93c51fd0,0xf050320a,0x93e5f99f,0x9afaefef,0xfc048ccc,0x864c0781,0xb83b07fe,0x82a8077a,0xf20f7723,0x93078fab,0xd91fd9f8,0x0c46cf9e,0x2618f109,0x233fba5f,0x2f8e0169,0xd8fc4008,0xdb9f5b0a,0xd3c42010,0xeec03a0a,0x63e7f97f,0xa4f93fec,0xfad4b0cd,0x863c0601,0xcb3b27fe,0x82d8077a,0xe2117713,0x950dafa0,0xd8afdbf9,0x2c4bcffe,0x1919f0ff,0x236fb95e,0xff8d0159,0xd1fc6ff2,0xdd9f560b,0x23c31fa0,0xeda0480a,0x13ddf90f,0xabf38014,0xf754f0ce,0x263105d1,0xd23b57fe,0x8288067a,0xe2127723,0x77117f6f,0xd94fe4f9,0xec3ecfee,0x1c19f0fa,0x234fb95e,0xef8c0159,0xcefc6fde,0xdf6f5408,0x03bf1ad0,0xecf05609,0x83cff87f,0xb4ea403e,0xf0b52cce,0xb63d0541,0xdf3b27fe,0x82e8077a,0xe2127723,0x3c13bf13,0xd93fe4fa,0x1c29cfbe,0x2c18f0f6,0x235fb95e,0xdf8d0159,0xcffc6fd5,0xdfcf4905,0x63ba14d0,0xecc06a08,0x93b5f75f,0xc0ea2033,0xefd575cf,0x16510491,0xed3b17fd,0x83a80a7a,0xd2127712,0xf313becc,0xd8cfdffa,0x4c09cefe,0x4a17e0f7,0x232fb95e,0xdf8d0139,0xc6fc8fca,0xe05f3506,0x83b914f0,0xeb507708,0x23b1f71f,0xbfebd028,0xf0c5b7cf,0x76550531,0xf33ba7fc,0x84d80d7a,0xe20f7722,0xc9125ea9,0xd9cfe0fa,0x5c0acfde,0x4518d0ee,0x232fb55e,0x5f890119,0xbafcbfbc,0xe12f1809,0x13ba17e0,0xe8e08207,0xa3c0f73f,0xb8ed801f,0xf255d9cf,0xb65405e2,0x013c67fa,0x8698127a,0xe20d7712,0xcf113ea4,0xda1fdaf9,0xec1dd18e,0x2d1970d9,0x238fb35e,0x0f870119,0xb6fcbfa8,0xe28f070a,0xb3ba1700,0xe8709806,0xa3a7f65f,0xc1ef300e,0xf405f6cf,0xe6670542,0x053b87f6,0x88a8187b,0x12047762,0xd30f9e9c,0xd9dfd1f9,0x0bf7d12e,0x3d16c0d5,0x232fb25d,0xaf860119,0xb7fcbf8e,0xe4bf120e,0x43bb1560,0xe850ae05,0x937ef5bf,0xe2f26fed,0xf6a60bd0,0x969e0262,0x0338a7f2,0x8ad81e7b,0x51fb77a2,0xb20c6e98,0xda3fd0f7,0xebb5d0ce,0x571390d9,0x229fab5c,0xaf7f0129,0xbcfcaf6c,0xe7ff4113,0x23bd1420,0xe6c0bc04,0x836ef57f,0xfdf69fcc,0xfa764cd0,0x56c9fef2,0x0834e7ec,0x8d88277b,0xa1f07802,0x6e08ce8b,0xdadfcbf7,0x2b7dd16e,0x5d1190d2,0x224fa45b,0x9f780139,0xc1fc8f48,0xebcf9814,0x33bc1140,0xe500c903,0x6361f520,0x18f6afb5,0xfc273bce,0x46b2f9c2,0x0f2ff7e3,0x90b8327c,0x01e17871,0xe5001e80,0xdbcfc2f7,0x8b29d1fe,0x7b1160cd,0x21af9659,0xcf6b0129,0xbffc9f1f,0xf0602216,0xa3bb12d0,0xe3a0e001,0x7340f410,0x42f5df9c,0xfe08ddc8,0x6612f2e2,0x0929a7ab,0x9e48687c,0x61d178f1,0x03facedb,0xdd7fadf6,0xbabbd1ee,0xaa1270cb,0x20cf7556,0x6f4b0119,0xb5fcbef5,0xf590ee18,0xc3ba1730,0xe230f7ff,0xa31af370,0x74f4ef74,0x010cdbc2,0x0234ed11,0xec2476fb,0xae59067c,0xb1c07960,0xd1fb6f12,0xe0ff93f2,0xea85d33e,0x8f1470c8,0x203f4e53,0x2f280109,0xaffccee0,0xf701bf17,0x13b81880,0xe14108fd,0x72e8f310,0xa2f3ff60,0x04f035c8,0x4eb8e9a1,0xc521b57b,0xb6fa767c,0xf1b379a0,0xbaf8df35,0xe45f9df0,0x0a3ad54e,0x8a1680ce,0x1fcf2b50,0xef070109,0xadfcdedf,0xf4b25411,0xf3b216c0,0xe03118fa,0x52b6f230,0xc4f21f6b,0x099076cf,0xae4ae7b1,0xab1ff344,0xb83ca17d,0x31a479e0,0xa7f6ff55,0xe74faeed,0x99efd6fe,0x871830d6,0x1fcf144f,0x9ef20109,0xaefcdef3,0xef429209,0x03a411a0,0xded126f7,0xd299f240,0xd4ef7f70,0x0f3093d7,0x5e00e611,0x9d1ec20f,0xb5fdce7d,0x519a7a10,0xc6f61f71,0xe9efa4ea,0xf9e4d9ae,0x4a1a80e0,0x1fef124f,0x4ef10109,0xb1fccf18,0xe8727c01,0xf3900e30,0xdc6132f6,0x028ff380,0xddf0ff3a,0x16c0d1e0,0x7d9de621,0x812071c6,0xb4be137d,0x419b79f0,0xddf45f9d,0xebbfbbe9,0x5a27dccd,0xee1c90cb,0x210f1c4f,0x7efc0139,0xc4fc7f2e,0xe4723bff,0xb3840d50,0xdb5137f3,0x7261f591,0x02f51ef6,0x1d210fea,0x8d4ee8d1,0x4123e26f,0xb69d6d7d,0x51947a00,0xb1f18fed,0xed5ff5e8,0x4a7edbed,0xba1bc0b9,0x22af0d4e,0xaeef0199,0xe4fbff2f,0xe30229fd,0xe3780b80,0xdbb130f0,0x9224f881,0x2ff79ed2,0x20b114f2,0xed35eb41,0x0a25e452,0xb7ab937d,0x91857a30,0x93f0d00e,0xee101ee4,0xbacdd8bd,0xa71990be,0x249ee34d,0x1ec6021a,0x05fb6f1a,0xe3e242fc,0x736b0a20,0xdba126ee,0x01fffab1,0x43f7cee1,0x2180f7f8,0x8d3cecf1,0x032625ca,0xb4fa257d,0xb17b7a50,0x8ff2101b,0xee6019e0,0xfb1bd68d,0x901840c8,0x262eb24b,0xae96027a,0x20faeeee,0xe72265fb,0xa3600a00,0xda5124eb,0x61effb01,0x3bf8cef6,0x2130dffb,0xfd54ee61,0x1b26065b,0xb2499b7d,0xa17c7a50,0x71f4d027,0xee801fe3,0xdb79d5fd,0x6117a0c3,0x26ee934a,0xde7902ea,0x35fa6ed5,0xea028afb,0xb3590a10,0xd75122e8,0xf202fb11,0x28fa1ef9,0x2120d5fd,0x3d75edf1,0x36269681,0xb149767d,0x71877a10,0x72f7b00d,0xefd022e6,0xcbced87d,0x311800a3,0x281e8e4a,0xae74034a,0x49f9fec9,0xeb9298fc,0x63570a20,0xd5110ce7,0x7217fd81,0x1ef9bee3,0x22b0d9fc,0xdd9fed11,0x3a27d683,0xb179757d,0x518b79f0,0xabf76fd7,0xf0f013e5,0x1bd8dc4d,0x4818d08c,0x2a4ea04b,0x2e8603da,0x60f96eca,0xeb728efe,0x035b0ac0,0xd320f9e6,0x12250081,0x0df9feae,0x2590effa,0xfdd3ec71,0x2f292687,0xb199717d,0x618479f0,0xdef6afa9,0xf0f014e4,0xbbdbe04d,0x64193075,0x2c0ebb4b,0xeea0047a,0x79f8bedb,0xe9526900,0x63630c10,0xd110f1e4,0x622f02f0,0xf2f96e9b,0x27310af7,0xee07ebd1,0x232a568d,0xb1a96c7d,0x717e7a00,0xf4f84f78,0xf0b00de6,0x3bf3e3dd,0x6618f05b,0x2ceed14c,0x8eb5052a,0x90f80ef1,0xe6b226fe,0x334f0a40,0xcf50e3e3,0x523705c0,0xd3f77eb0,0x25c112f4,0x9e2bebb1,0x1f2b3693,0xb1a9677d,0x81797a11,0x0dfcbf30,0xf03ff4e9,0x1c0ce6cd,0x6e195048,0x2d6ee04c,0xfec4060a,0xabf71f01,0xe501d7fc,0x133608e0,0xcd90d3e1,0xc23207a0,0xb4f86eb5,0x22f105f1,0x7e30ea21,0x272b6698,0xb179627d,0x91737a21,0x4a023efb,0xed9fcbee,0x6c3ae85d,0x70193037,0x2dbee04c,0xfec4072a,0xc7f60f0f,0xe391b3fb,0x43260830,0xcba0c1df,0x22230820,0x9dfa3ea2,0x2010ebee,0x1e06e7b1,0x312ad6a3,0xb0e9577d,0x91727a21,0xaf07fee7,0xeb8fa7ef,0x1c7ee7bd,0x6317902b,0x2dbece4c,0x5eb207ca,0xd7f56f1a,0xe281b2fb,0xf3230880,0xc9f0acdc,0x520c0830,0x82faee8a,0x1df0d6eb,0x2dc0e6f1,0x2f2a56bb,0xaf99407d,0x717779f2,0x100f1f04,0xebdf99eb,0x7cc2e66d,0x4c157023,0x2d8eb44b,0x9e9a083a,0xe1f50f1d,0xe251b6fc,0x431d0950,0xc82093d9,0xc1f70840,0x69fb2e75,0x1b80e5e8,0x6d86e5a1,0x2529a6e5,0xad591a7d,0x71777a02,0x2411ff02,0xe9af92eb,0xcd09e5cd,0x33138011,0x2d8e944a,0xce7a090a,0xf0f43f1c,0xe261c5fa,0x82fe08e0,0xc63077d7,0x71e40800,0x56fcce63,0x169104e5,0xcd55e481,0x1f28e717,0xaa08ed7d,0x418079e2,0x09110ed9,0xe71f91ed,0x2d4fe5dd,0x1d119ff9,0x2d9e764a,0x0e5d09da,0xfff37f19,0xe2a1d5f9,0x72e20910,0xc4b058d5,0x91c806f0,0x41005e5d,0x10d0f2e1,0xcce6e581,0x2027e76a,0xa298a57d,0x218a79c2,0x350f7ec8,0xe68f98ee,0x7d8ae61d,0x0e0fffe6,0x2d9e5849,0x7e410b0b,0x10f25f10,0xe381def8,0xe2ca09c0,0xc37035d4,0x21aa05b0,0x2b04ee6c,0x0c40a7dd,0xec47e751,0x24274797,0x9e087c7d,0x218979d2,0xd812fedb,0xe50f94ef,0xddc1e67d,0x050f0fd4,0x2e3e2a48,0xbe140ccb,0x27f09f03,0xe4d1f7f8,0x02a809b0,0xc32011d3,0xd1790530,0x0f092e7d,0x099055dd,0x0bcfeab1,0x24283796,0xa0387c7d,0x218979d3,0x7e18bed5,0xe42f99f1,0xdde5e66d,0x0b0e4fd2,0x2fadee47,0xfdda0ebb,0x3beebef8,0xe60225f7,0xe2940960,0xc41ff5d4,0x414004ef,0xf60b5e9c,0x05b01ade,0x3b9ff041,0x2429a75e,0xa8a8ac7d,0x417e7a03,0x4d20de86,0xe4ef88f2,0x2defe56d,0x140d9fe8,0x30edba47,0x7da6103b,0x47ed3ee7,0xe7e233f8,0x62900940,0xc67fe5d5,0x40fc028f,0xe00cfef5,0xff4fcfdf,0x5ba2f671,0x3f2b86bb,0xb329427d,0x417e7a02,0x91294dfb,0xe2af79f2,0x8ddae34d,0x230d001b,0x31bd7747,0x1d63111b,0x4cec5edd,0xe90235f9,0x229009b0,0xc90fd4d6,0xb0b6fe4f,0xcd0d4f64,0xfaff69df,0xabc2fbf1,0x6a2df464,0xba1b8f7d,0x018b79c1,0xf5303d31,0xe0ef91f5,0x3dafe14d,0x420d3057,0x32bd0f46,0xacfd11db,0x51eb9ee4,0xe83257f9,0x62850a40,0xcaafc1d8,0x308bf9bf,0xc60b8faf,0xf7ff07df,0xfbf30151,0xa12f718e,0xb6ee5d7c,0xe19379a1,0x6731ec65,0xe23fa7f6,0x2d82e02d,0x690e0083,0x340cba46,0x8ca8130b,0x58ea6eeb,0xe7627df9,0x326d09b0,0xcb3faed9,0x9083f83f,0xc9078fb2,0xf47ee5df,0x7c0601c1,0xe62e60d6,0xb1cf117c,0xb19c7980,0xfd2efc2c,0xdfefa7f6,0xdd5ddffd,0x890ed09d,0x356c8846,0x9c76140b,0x5ee96ee7,0xe7d28df9,0x425d0890,0xcb0fa2da,0xc086f94f,0xc8053fa0,0xf0eefbde,0x8bf8fd22,0x0f2b6093,0xadff527c,0x91a37970,0xab2b6c17,0xdb7fa7f7,0xfd48e03d,0x990f80a8,0x362c7746,0xac64145b,0x60e92ee0,0xe8b291f9,0x925307e0,0xca3f9fdb,0xb08cf9cf,0xbb034fa1,0xefef0fde,0x4bebfa42,0x1a29b06e,0xaa9f777c,0x71a97940,0x8e28ec04,0xdadfb5f9,0x0d48e0dd,0x970fe0a8,0x361c7246,0xbc5f13bb,0x5de9bee5,0xe82294fa,0x024c07c0,0xc92fa2dc,0x6098f9ef,0xa8ff5f88,0xf02f1ade,0xabe3f8f2,0x1f291053,0xa72f917c,0x41b07910,0x7b26bbf4,0xdb5fc3fa,0x2d54e1ad,0x8510009f,0x357c7646,0xbc6312fb,0x59ea7eed,0xe73278fa,0xb24c0800,0xc81fa7dd,0x10a7f84f,0x8ffd7f8b,0xefaef4de,0xbbfcfb02,0x352aa042,0xa45fa27c,0x21b378f0,0x6e24fbff,0xda5fd9fa,0xed64e25d,0x71104092,0x34cc8446,0xcc71125b,0x55eb1ef9,0xe5e26ffb,0x825008a0,0xc74faddd,0xd0aef64f,0x77f88fb0,0xef8ec2de,0xfc1bfe02,0x4d2ce037,0xa22fad7c,0x01b978c0,0x70238c16,0xd96fe9fb,0x3d69e32d,0x6410a08a,0x343c9d46,0xcc89117b,0x50ebef05,0xe49267fc,0x425308f0,0xc6bfb1de,0xb0aff5bf,0x69f2efd2,0xf01ea9df,0x4c27ff02,0x5a2e102f,0xa05fb57b,0x91c97850,0x7e220c25,0xd9afe6fb,0x2d61e40d,0x5d112086,0x33dcb346,0xdc9f10cb,0x4becaf09,0xe4424afd,0x12570900,0xc66fb4df,0xc0b1f55f,0x5cfb2fd2,0xefae93df,0x3c340002,0x612f902a,0x9f0fbb7b,0x11dd77d0,0x8420dc30,0xd9ffeafb,0x2d51e4dd,0x5c124084,0x33acc046,0xecac105b,0x48ed1f12,0xe34234fd,0xa2530990,0xc63fb9e0,0xb0adf54f,0x4f028fc6,0xefae8bdf,0x5c390132,0x5c30f026,0x9e0fbf7a,0xd1e57790,0x8d203c40,0xd97fecfb,0x9d3ee59d,0x5d137084,0x339cc146,0xecad0fbb,0x43edaf27,0xe16237fe,0x32510a00,0xc61fbfe1,0x70a7f5bf,0x46025fa9,0xf15e92df,0xac3101f2,0x4f318022,0x9cffc37b,0x01da77b0,0xa61fbc56,0xd94fe5fb,0x6d2fe63d,0x5a146083,0x33acc646,0xfcb10f4b,0x3fee2f35,0xe04233fe,0xc24e0a10,0xc61fc3e2,0x30a0f61f,0x3d029f98,0xf2fe96df,0xec280282,0x41323020,0x9c1fc67b,0x51cb7800,0xd11e3c74,0xda5fdffa,0xed1fe6bd,0x58154082,0x33ccd046,0xfcbc0f3b,0x3fee3f3e,0xdf8225ff,0x524b0a00,0xc61fc7e2,0xf09af67f,0x34040f92,0xf34e94df,0xfc2402d2,0x3533001e,0x9bafc77b,0x81c27820,0xf41bfc96,0xdbbfdcfa,0xfd0ce77d,0x5916407f,0x33ecda47,0x0cc50f2b,0x3eee3f4b,0xde821d00,0x124c0a40,0xc5dfcbe3,0xb099f74f,0x2a04df8d,0xf39e96e0,0x4c1c0282,0x2933501c,0x9affc97b,0x91bc7840,0xcf19dcae,0xdc4fdafb,0x6cfce87d,0x58176079,0x343cdd46,0xfcc80f1b,0x3dee5f59,0xdd721400,0xd24f0a70,0xc59fd0e4,0x7097f81f,0x1f067fa4,0xf48e8ce1,0x7c120232,0x21334019,0x99cfcd7b,0x91ba7840,0x7e183cc5,0xdc1fd2fb,0xbcece96d,0x57189073,0x349ce346,0xfcce0f1b,0x3eee5f69,0xdc720d01,0x824f0a50,0xc58fd3e5,0x6091f8bf,0x150b9ffc,0xf63e85e1,0x6c120262,0x1e33701a,0x99efcc7b,0x91ba7830,0x2116bce9,0xdbefcbfb,0xbcdaea4d,0x591a006f,0x350ce646,0xfcd10f5b,0x40ee1f7a,0xdb620a02,0x124d0a60,0xc54fd5e6,0x508ef96f,0x0c0dc01c,0xf64e85e0,0xdc130212,0x1c33501b,0x9a7fca7b,0x91b9783f,0xc613ad34,0xdbafc7fb,0x8ccbeb3d,0x5b1b9067,0x35dcf047,0x0cdb0fab,0x42edcf87,0xdaa20502,0xa24a0a50,0xc54fd6e7,0x3087f9ff,0x050d5010,0xf61e7fe0,0xfc140182,0x1833001b,0x9a8fca7b,0x91b8783f,0x5b11cd8f,0xdb8fcafb,0xacb9ebfd,0x601d2064,0x36cd0747,0x0cf20fdb,0x44ed9f93,0xd9f1fd03,0x324909f0,0xc54fd7e8,0x4080fa4e,0xfc0d6013,0xf67e79e1,0x3c1400f2,0x1132b01b,0x9a4fca7b,0x91b6783f,0x06113dd8,0xdbbfd0fb,0xcca5eccd,0x671ed062,0x37dd2147,0x2d0c0feb,0x44ed8f98,0xd9a1f203,0xc2470940,0xc52fd7e9,0x7079fb2e,0xf40df019,0xf6fe72e1,0x4c12fef2,0x0731401a,0x9a0fcb7b,0xa1b1785e,0xd60e9de2,0xdc1fcffb,0xcc8feddd,0x7020905f,0x38ed4247,0x4d2c0ffb,0x45ed7f90,0xda11e404,0x424208a0,0xc4ffd8ea,0xa074fbfe,0xec0ec020,0xf75e69e1,0x7c12fc51,0xf72f701a,0x99ffcb7b,0xc1ab787e,0xc30b9dd9,0xdc8fd3fc,0x3c7beefd,0x79224059,0x39cd6647,0x7d50104b,0x47ed2f9d,0xd961d304,0xa23d0830,0xc4cfd8eb,0x606dfc4e,0xe40f0021,0xf81e5de1,0xbc1afaa1,0xe62e901b,0x99ffca7b,0xd1a7789e,0xb309fde0,0xdd3fdafd,0x6c6af03d,0x8423c050,0x3a9d8b47,0xcd7510eb,0x4cec8fb0,0xd871be05,0x123807a0,0xc49fd8ec,0x3064fc9e,0xdb10002a,0xf8be56e2,0x0c21f891,0xd12e401b,0x9a3fc97b,0xe1a578ae,0xad091dfc,0xddcfe7ff,0x2c5bf16d,0x8e252049,0x3b4dad48,0x0d96117b,0x4febffb4,0xd841ae05,0x82330720,0xc43fd8ec,0xf060fcfe,0xd6112038,0xf8fe54e2,0x4c25f591,0xb92d101c,0x9a5fc87b,0xb1ab788e,0xa509fe0e,0xddf00600,0x3c53f2ad,0x9526403f,0x3bcdc748,0x3daf11eb,0x53eb8fb4,0xd851a106,0x023106e0,0xc3dfd8ed,0xc05afd9e,0xd1115033,0xf97e5be2,0x8c26f2b1,0x962b301d,0x9a9fc77b,0x91af786e,0xae0bae20,0xde901900,0x9c4df3dd,0x9d275037,0x3c1de148,0x7dc9128b,0x56eaefb8,0xd8119706,0xa2310690,0xc38fd6ee,0xb054fdfe,0xce11a043,0xf99e5ae2,0xac2bf081,0x6a29301f,0x9b2fc57b,0x91ae787e,0xd40c6e33,0xdf001c00,0xbc44f4fd,0xa928b033,0x3c3e0548,0xdded131b,0x5aea5fbb,0xd7f18f07,0x122c06c0,0xc33fd3ef,0xd04dfe2e,0xcc11d05a,0xf95e4be2,0xbc35ef01,0x3b278021,0x9bdfc27b,0x71b4785f,0x070d6e39,0xde802101,0x4c35f68d,0xb42a0031,0x3c6e2249,0x3e09135b,0x5bea1fac,0xd8a17c07,0x922a06e0,0xc2dfd1f0,0xf049ff3e,0xca118056,0xf96e49e2,0xac35edc0,0xfe263024,0x9c9fbf7b,0x41bc782f,0x410e8e3d,0xde702002,0x2c28f84d,0xbe2b202d,0x3c9e3749,0x7e1d136b,0x5cea0fa7,0xd8e16a08,0x322a06e0,0xc25fcef2,0x2048ffde,0xc910d055,0xfa2e3ee2,0x7c3ced50,0xbe250027,0x9d9fba7b,0x01c777ef,0x710f0e3f,0xde602a02,0xdc1ff9dd,0xc92ca02a,0x3cae4649,0xbe2c13bb,0x5de9cfb7,0xd8215a08,0x92250760,0xc1cfcbf3,0x5046006e,0xc7110068,0xfb1e2ce2,0x5c45ede0,0x7624402b,0x9e9fb67a,0xd1ce77bf,0x8a0f0e2c,0xdf402f03,0x4c16fb6d,0xd32e0026,0x3cce5549,0xfe3b144b,0x61e92fb7,0xd8214f09,0x02210790,0xc15fc8f4,0x9042007e,0xc50f305e,0xfb4e0be2,0xbc55efe0,0x2a23e02f,0x9f5fb27a,0x81d6777f,0x950eee0f,0xe1f02202,0xfc0cfced,0xdd2f4024,0x3cee624a,0x2e47146b,0x61e91fb2,0xd8614609,0x822007b0,0xc0efc4f5,0xd03d00ae,0xc5014fa2,0xfcfdede3,0x0c62f1ef,0xd4239033,0xa03fad7a,0x11e7770f,0xa90eee0d,0xe4701e02,0xcc01fe5d,0xe6308023,0x3d0e6f4a,0x6e55149b,0x62e8dfaa,0xd8c13b0a,0x121e07e0,0xc06fc2f6,0xe03a00fe,0xc6f79f65,0x01ddd3e3,0x3c6cf3ef,0x72237038,0xa13fa879,0x91f7769f,0xbe0efe15,0xe6301902,0xebf9ff9d,0xed31b022,0x3d2e774a,0x8e5d150b,0x64e86fa1,0xd931340a,0x621907e0,0xbfefc0f7,0xc037010e,0xc7fbff8b,0xff7db4e3,0xdc7df6bf,0x1123003d,0xa22fa278,0xb21375df,0xc90d8e30,0xe8700f02,0x8bf400ad,0xf232a020,0x3d5e784a,0x8e5e151b,0x64e86f9b,0xd981360a,0xc21507d0,0xbf7fbff8,0xa03500ae,0xcafd4fa5,0xfedd8be4,0xdc96f96e,0xc022c043,0xa31f9c76,0xd249742f,0xd40a2e6a,0xecb00d02,0xcbee019d,0xf733901e,0x3d8e764a,0x7e5c150b,0x64e87f95,0xd9d13b0b,0x421307f0,0xbf2fbcf9,0x7030002e,0xcffd4fb3,0xfeed65e5,0xfcacfbfe,0x85223048,0xa3ef9672,0xf29c70bf,0xd7090e9c,0xf2e01b03,0x7be5026d,0xfc348020,0x3dae744a,0x6e5a14db,0x63e8af92,0xd9f1450b,0xd2130840,0xbeefb9fa,0x902bff6e,0xd2fd7fc7,0xfefd3ae7,0x0cc8ff8e,0x8320a04e,0xa4af9069,0x231367bf,0xcd08dec7,0xf8601505,0x0bd8033e,0x0135b026,0x3dee714a,0x4e57144b,0x60e93f94,0xd9e1550c,0x52120880,0xbe5fb9fb,0xc02e000e,0xd0fd8fcd,0xff4d25e7,0x9cdb014e,0xa2210053,0xa54f8b46,0xc37b466f,0xc8081eea,0xfcbffb08,0x5bcf043e,0x0436f027,0x3e0e6b4a,0x2e5213ab,0x5de9df90,0xda11660c,0xc21108b0,0xbe1fbafc,0x702f017e,0xcdfd1fbc,0x002d26e7,0xece101de,0xae22a057,0xa5bf861a,0xc33a1b8f,0xc7073f00,0x023fe409,0xabc604ae,0x0537c029,0x3e1e634a,0x0e4a130b,0x59ea6f8c,0xda51760d,0x42100900,0xbe2fb9fc,0xc02b024e,0xcafc4fab,0x010d23e8,0xace7044e,0xb923a059,0xa5ef840b,0xe2ad0d6f,0xc505cf09,0x075fe307,0x1bbe04be,0x0538402d,0x3e3e5149,0xbe3812ab,0x57eacf89,0xda71850d,0xc20f0930,0xbe2fb8fd,0x002802ce,0xc8fc5fa4,0x015d1ae9,0x7cee071e,0xc724b059,0xa5df8305,0x8214077f,0xbb043f0e,0x0a3ff804,0x7bb504de,0x0338c02e,0x3e6e3749,0x5e1e129b,0x56eadf7f,0xdb01930e,0x320d0930,0xbe0fb8fd,0x2029030e,0xc8fc7fa1,0x01ad12ea,0x6cf209fe,0xd1259058,0xa58f8402,0x718a043f,0xad03bf23,0x0a600403,0x6bae04fe,0x0139302b,0x3e7e2449,0x1e0c12bb,0x57eabf70,0xdbf1a00e,0xa20c0930,0xbe1fb7fd,0x202802de,0xcafcefa1,0x01bd08eb,0x8cf60c7e,0xcd266057,0xa54f8501,0x1125027f,0xb6039f41,0x089ff403,0x5ba904ee,0x0239602b,0x3e9e1748,0xedff12cb,0x57eaaf78,0xdb71ac0f,0x120b0920,0xbe3fb7fd,0x1024021e,0xcbfd3fa5,0x019cf9ec,0xecfe0d9e,0xba273055,0xa51f8500,0x80e5016f,0xda02af66,0x078fda04,0x4ba504ae,0x0139802b,0x3ebe1348,0xddfc12cb,0x57eaaf7d,0xdb31b40f,0x82090900,0xbe2fb8fc,0xe025011e,0xcdfcefaa,0x01ccebee,0x7d06117e,0xac26b053,0xa4af8700,0x60d6013f,0xe7feff95,0x07ffee03,0xaba4047e,0x01398028,0x3ebe1048,0xcdf912bb,0x57eaaf7b,0xdb41be0f,0xf2080900,0xbe3fb7fc,0xc026002e,0xcffcafb0,0x020ce3ef,0xfd0b159e,0xb225f050,0xa41f8a00,0x80ec017f,0xd0fb8fc8,0x08200bff,0x5ba5042e,0x01398028,0x3ebe0748,0xadf012bb,0x57eabf7b,0xdb51ca10,0x62070920,0xbe5fb6fc,0x8024fffe,0xd1fd4fb1,0x01ece8f1,0x0d0f144e,0xc326b04e,0xa3cf8b00,0x90f2018f,0xa8fa8fd2,0x05e001ff,0xcba403be,0x0139802b,0x3ebdfd48,0x8de612ab,0x56eacf81,0xdaf1d510,0xd2070950,0xbe8fb4fc,0x6023004e,0xd3fd9fac,0x019cf3f1,0x9d1310fe,0xc528204d,0xa3af8d00,0x80ed017f,0x7ffa6fbb,0x07900600,0xaba3035e,0x0239702f,0x3ecdf248,0x6ddb128b,0x56eadf87,0xdaa1dc11,0x42070990,0xbe9fb1fc,0x2022003e,0xd6fd1faa,0x01acf7f2,0x4d1c106e,0xc729104d,0xa3bf8e00,0x70e5015f,0x59faff96,0x08b009ff,0xdba1030e,0x04396030,0x3efde948,0x4dd212bb,0x57eaaf79,0xdb71e011,0xa2050990,0xbe9faefb,0xc026fffe,0xdafc6fac,0x01dcf6f2,0xfd2511de,0xcc29904d,0xa3cf8e00,0x60dd012f,0x37fe1f78,0x077014fe,0x0ba402ce,0x0739202d,0x3f3de048,0x3dca130b,0x58ea6f74,0xdbb1e412,0x02040970,0xbe8facfb,0x7028ff9e,0xddfc0fae,0x01acf3f3,0xcd2c134e,0xc729d04d,0xa3df8e00,0x60df012f,0x1d010f76,0x07801efb,0xcba9028e,0x0a38c02d,0x3f6dd748,0x2dc1131b,0x59ea5f86,0xdab1e512,0x82060900,0xbe8faafb,0x402aff3e,0xe0fc0faf,0x017ceff4,0xcd3314ae,0xc429b04e,0xa3ff8d00,0x60e6014f,0x0100af7f,0x08301cfa,0x5bad023e,0x0c38a02f,0x3f8dd348,0x1dbd12db,0x57ea9f89,0xda81e612,0xf2050920,0xbe8fa9fb,0x002dfede,0xe2fc3fb0,0x015cebf5,0x9d3a142e,0xcb29c050,0xa43f8a00,0x60e8014e,0xe7ffcf86,0x083024fa,0xbbb001de,0x0e38a031,0x3f8dd448,0x1dbe12ab,0x56eacf77,0xdb81ea13,0x220209b0,0xbe9fa7fa,0xd02cfe7e,0xe4fc6fb0,0x015ce8f6,0x8d3f130e,0xd429d051,0xa45f8900,0x60ea014e,0xd2ff6f8f,0x07a030fb,0xcbb3017e,0x0f388035,0x3f9dd248,0x1dbc12ab,0x56eacf67,0xdc91ec13,0x720009b0,0xbebfa6fa,0xa02afe2e,0xe6fc8fb3,0x015ce7f7,0xcd43127e,0xd629b04e,0xa40f8c00,0x70f0015e,0xbcff1f9b,0x078033fc,0x7bb6011e,0x10386038,0x3fadcf48,0x1db8128b,0x55eaef70,0xdbf1e913,0xd1ff09b0,0xbebfa5fa,0x702cfdee,0xe7fc8fb5,0x016ce7f8,0xdd4712de,0xd829d04d,0xa3df8e00,0x60ee014e,0xa6feffa5,0x07c03afc,0x2bbc00ee,0x12383038,0x3fadcf48,0x1db9126b,0x54eb0f7b,0xdb51e814,0x31ff09d0,0xbecfa3fa,0x402bfdae,0xeafcffb4,0x015ce7f9,0xdd4c141e,0xde29e04d,0xa3df8e00,0x60ec013e,0x90feafab,0x079030fb,0x5bbf00ae,0x1538103a,0x3fcdd148,0x1dbb125b,0x54eb0f80,0xdb01e814,0xa20009b0,0xbedfa1fa,0x2028fd6e,0xecfd2fb5,0x013ce7fa,0xed5113ae,0xdf29f04d,0xa3cf8d00,0x60ef013e,0x7afe3fad,0x084031fb,0x5bc1007e,0x1837e03d,0x3fedd748,0x2dc1124b,0x53eb2f80,0xdb01e715,0x12030970,0xbedfa0fa,0x1029fd5e,0xedfd1fb6,0x011ce7fb,0xdd56137e,0xe42a004d,0xa3cf8d00,0x60f3014e,0x65fdcfb0,0x080033fb,0xdbc4005e,0x1a38003e,0x3ffdde48,0x3dc7120b,0x52eb6f80,0xdb01e415,0x520209a0,0xbedf9ffa,0x1029fd6e,0xeefd3fb6,0x00ece5fc,0x9d5c138e,0xe92a304e,0xa3ff8d00,0x60f5014e,0x4bfd2fb2,0x07c031fb,0xbbc6004e,0x1c38003f,0x400de648,0x5dcf120b,0x52eb5f78,0xdb81e315,0xc2040970,0xbedf9efa,0x1028fd4e,0xeffd5fb7,0x012ce1fd,0x8d63136e,0xec2a6050,0xa43f8b00,0x60f2013e,0x31fc9fb3,0x082037fb,0xcbc7003e,0x1e382040,0x401ded48,0x6dd6122b,0x53eb3f66,0xdc91e116,0x02020980 +}; + +u32 ANIM_ENTRY_death_left_leg[] = +{ + 0xfe6f4802,0x8fa00c6f,0xd9087f97,0x0250b403,0x6cad2830,0x3f2c9000,0xc4100000,0x04b2000a,0x7effd048,0xee5f6b07,0x8ef1010c,0x20f9a038,0x3800000f,0x5000000e,0xa0000ff3,0xf17fc0ff,0x510f0460,0x002f3a02,0x0f6e0cbf,0xe30d7fad,0xff70d603,0xccab2590,0x2c2bc000,0xc6100000,0x048d000a,0x98fc8058,0xeebfa20b,0x6ee8fdac,0x39fa9060,0x38500014,0x5000000e,0x86000ffa,0xee3fccff,0x711903c0,0xffff1d00,0xcf7e0c40,0x1a0e4fe2,0xfa70c803,0xbc902260,0x182a0000,0xc7800000,0x0468000a,0x7afd606c,0xefffd90e,0x1ee4fbec,0x5efbc064,0x38f0001a,0xc000000e,0x75000ffe,0xeb3ff0ff,0x811c0500,0xfe7efc01,0x0fbf0a20,0x4a07500c,0xf780ae03,0x1c761edf,0xf9287000,0xc8c00000,0x0447000a,0x69fde0a0,0xf0afd60f,0x4efbfa4c,0x5efce05e,0x37f00021,0x5000000e,0x66000fff,0xe9b028ff,0x81200750,0x00debd00,0x9fdc0930,0x74f8e02d,0xf770b202,0x5c6d1b0f,0xd127f000,0xc9400000,0x041f000a,0x61fdd0c7,0xeebf850d,0x4f09f4fc,0x62ffa0aa,0x37a00025,0x8000000e,0x4a000fff,0xe9103bff,0x21190a20,0x036e6300,0x901808e0,0x9be8105f,0xf710cb00,0x7c7917df,0xcc274000,0xc9e00000,0x03ed000a,0x43fda0ba,0xf3af2007,0xbf28f06c,0x4e04e118,0x37b00024,0x8000000e,0x1f000ffe,0xe9d01ffe,0x20fd0eb0,0x04ddffff,0x908906c0,0xc4dc80a5,0xf6c0d9fe,0x9ca815ef,0xee267000,0xc9600000,0x03bd000a,0x1dfc20b3,0xfcaef504,0x5f6eee7c,0x3e0d5168,0x3a100022,0x9000000d,0xff000ffb,0xeaf00cfc,0xf0e514c0,0x0a0d91fa,0x60ea0560,0xf2d510e8,0xf630d7fe,0x6cea1530,0x04263000,0xc6f00000,0x03a0000a,0x15fb30b8,0xfc7f0105,0x1f75eccc,0x681811a2,0x40900023,0x3000000d,0xf7000ffa,0xeb0012fc,0x30d917f0,0x0fdd4af4,0xf1360361,0x04d5b0f3,0xf650bdfd,0x4d201510,0x0825f000,0xc6600000,0x03ae000a,0x11f8f0b5,0xf1af3e05,0x5f48eb5c,0x8c1ec1bd,0x46700023,0xc000000d,0xe1000ffb,0xeb500dfb,0xf0d51460,0x103d33f4,0x7181ff80,0xebda00c5,0xf68082fa,0x4d481430,0x06277000,0xc8000000,0x03e6000a,0x00f550b3,0xecaf5b01,0x9f3de9fc,0x891c91bf,0x47a00025,0x8000000d,0xad000ffd,0xea9034fc,0x60ef0e80,0x0d0d20f7,0x41c7fd00,0xbedc20b0,0xf5f045f7,0x7d60121f,0xfd2ae000,0xc8a00000,0x0411000a,0x0df2a0bb,0xf0ff27fd,0x6f2be8cc,0x7f16d1c3,0x46100028,0x9000000d,0x67000ffe,0xe9505dfd,0x41180b20,0x083d01fb,0xf203fd10,0x9edec091,0xf59013f3,0x3d460dbf,0xe12e4000,0xcab00000,0x0421000a,0x6ff680a1,0xf23f14fc,0xdf00e80c,0x7612d1d2,0x43c0002b,0x7000000d,0x27000ffe,0xe8505ffe,0x11350a10,0x03dcd800,0x7244fe50,0x7de0a07a,0xf5bfcdee,0x5d0b09ef,0xd2311000,0xcc300000,0x042c000b,0x060010be,0xef4f23ff,0x3edce6ec,0x7a14b1e0,0x43c0002e,0xb000000d,0x07000fff,0xe75045fe,0x514c0a10,0x02bc9f03,0x327101e0,0x6ae11061,0xf62fd6eb,0x1cbe084f,0xd132a000,0xc9a00000,0x0434000b,0x54fc10f2,0xeb9ef600,0xbeaae40c,0xa01d0201,0x48000031,0xa000000c,0xed000fff,0xe6e02bfe,0x61590a40,0xff4c8b07,0x72970400,0x66e1e04b,0xf6505cea,0x8c6707df,0xce325000,0xc5800000,0x043e000b,0x90f0e113,0xe71ed703,0x9e92e21c,0xad21e218,0x4a800033,0x1000000c,0xc7000ffe,0xe6f014fe,0x51630ad0,0xfddcad09,0x12a80310,0x73e45038,0xf6c0f1ec,0x2c2b07cf,0xbe312000,0xc1200000,0x0454000c,0x30ecb073,0xe1eef406,0xfe98e05c,0xa21fe23f,0x49b00034,0xd000000c,0x94000002,0xe5c008fe,0x91740c00,0xff3cde07,0x22b000c0,0x8be7902b,0xf6b16fed,0xdc04088f,0xad2fb000,0xbe900000,0x0475000d,0x39f00f6d,0xdebefd07,0x7ea1df8c,0xa01bb255,0x47c00036,0xf000000c,0x67000006,0xe3e009ff,0xa1920ce0,0xfe0d0b07,0xe2b0ff50,0x95eae015,0xf611f4ee,0x8bdf08ef,0x9b2ea000,0xbf200000,0x049a000e,0x32f48eec,0xdd6ec806,0xae98df1c,0xa1194254,0x45e00039,0x3000000c,0x44000004,0xe2d01002,0x21c20ce0,0xfa0d320b,0x42b5ff60,0x92ee2ff9,0xf54267ef,0x5bba08ef,0x922df000,0xc1e00000,0x04b4000f,0x36f91e9a,0xd7ce7e07,0xbe83dfbc,0x9e18b23b,0x4420003b,0x4000000c,0x27000fff,0xe3100e05,0x41ee0cb0,0xf67d5f0d,0xf2b8ffc0,0x92f16fe3,0xf442aaef,0xcb9f0a0f,0x932d0000,0xc4600000,0x0497000f,0xf3019e65,0xd6eea608,0x0e76e0fc,0x9419721c,0x4340003c,0x9000000c,0x09000ffb,0xe3100a05,0xc1f50ab0,0xf4bd9f0e,0x52b8ff20,0x9cf37fbc,0xf3c2d1ee,0x5b7c0bef,0x972b6000,0xc7c00000,0x04710000,0x1603ee6c,0xd77eef09,0x5e8ae28c,0x7a18d201,0x4290003d,0x0000000b,0xe4000ff3,0xe2601603,0xf1ea0780,0xf4fddd0c,0xb2a9fe60,0xb9f49f89,0xf462e9ec,0x6b550cff,0x9529c000,0xcc800000,0x0466000f,0xc8fcee78,0xd5cef80a,0x2ea3e34c,0x711701f7,0x4260003d,0xa000000b,0xba000fe9,0xe1c02d02,0x01de06e0,0xf54e110a,0xe2a2fe10,0xd7f55f6e,0xf452e3eb,0x9b610ccf,0x91287000,0xccf00000,0x0462000f,0x82fc1e7c,0xd49ee80a,0xdeb8e37c,0x7a1591f3,0x4210003e,0x9000000b,0x7e000fe2,0xe1d04701,0x01ae0700,0xf40e4b0a,0x32aafd50,0xdcf47f4f,0xf4f2fde9,0xcb6a0cbf,0x8c275000,0xce900000,0x0461000f,0x8ffdee89,0xd52edc0b,0x4ed7e43c,0x701371db,0x3fc0003f,0x3000000b,0x33000fe4,0xe2d05300,0xf15e0660,0xf2ae810a,0xb2aafd50,0xcaf2ff1f,0xf7e351e7,0x1b640d2f,0x8726c000,0xd3800000,0x0459000f,0x78f85ea0,0xd46ecc0b,0x5eeae46c,0x5f1161c4,0x3cf0003f,0xc000000a,0xde000feb,0xe3c05001,0xa1591080,0xf27e920b,0x729fffe0,0xbaf59f0b,0xf8435fe7,0x1b820d8f,0x8426d000,0xd4c00000,0x043b000f,0x2df3ae89,0xd2fe9e0c,0x3ed1e3cc,0x741181b7,0x3ca00040,0x3000000a,0x9b000ff0,0xe4503f01,0x313419b0,0xf34e9d0c,0x228702a0,0xa7f8ef02,0xf73320e9,0xfb8d0d5f,0x8b277000,0xd6c00000,0x03f5000f,0x70f55e5c,0xd50e720d,0x0eaae24c,0x9910f1a6,0x3c600040,0xd000000a,0x8c000ff6,0xe4e02400,0xb10a2000,0xf48ecd0c,0x62620270,0x8dfb7ef9,0xf66333ea,0x9b7f0c0f,0xa127d000,0xdba00000,0x038e000f,0x9df83e6c,0xdc7e5c09,0x9eb0df4c,0x9f0e0183,0x3a500042,0x5000000a,0xb1000ffd,0xe5900c01,0x810a23d0,0xf58ee60c,0xe24e02b0,0x7afebefa,0xf4f364ea,0x1b6e0a2f,0xcb275000,0xdf700000,0x030d000f,0x96fc9e8a,0xe70e6a00,0x2e99dccc,0xb60e415d,0x39e00043,0x5000000a,0xd400000e,0xe76ff205,0x11612910,0xf58ee10e,0x325703f0,0x6402af18,0xf4136ae9,0x5b6c0820,0x0e25f000,0xe0f00000,0x0284000f,0xb4fcee7f,0xf11e81f6,0x5e51db6c,0xf50f814e,0x3ad00044,0x1000000a,0xca000027,0xea5fcc09,0x61bd2af0,0xf4eee70f,0xa27203c0,0x4a081f66,0xf3336be7,0x9b8b0590,0x5b23a000,0xde500000,0x01ff000f,0x8ffb6e53,0xf4ce7ef3,0x7e1ed9cd,0x340e5163,0x3b400045,0x6000000a,0xa7000037,0xec5fab0b,0x41d427f0,0xf33f0111,0x729e0210,0x280bffbc,0xf06373e4,0x8b9401e0,0xa6205000,0xda600000,0x0185000f,0x5aff9e0e,0xf3ae69f5,0x1e35d85d,0x350d5173,0x3a300045,0x8000000a,0x87000037,0xec5fe70b,0xa1cc2670,0xf19f1012,0xb2cb0080,0x130d3fd3,0xec5378e0,0x8b96fce0,0xe11c2000,0xd5900000,0x0120000f,0x6d090dcb,0xf4fe63f4,0xae83d7fd,0x170e5179,0x3a000042,0x4000000a,0x6d00002e,0xeb20960c,0x41c72730,0xf0ef0513,0x72ebfff0,0x1b0a0f9c,0xe7f370dc,0xab95f691,0x01172000,0xd0200000,0x00cf000f,0x600ddd92,0xf74e72f2,0xdec9d8fd,0x0e10318c,0x3bd0003c,0x8000000a,0x4d00002f,0xeb512a0c,0xd1c22700,0xf0cefb14,0xb2f9ff80,0x2005af81,0xe5d342d9,0xcba8f091,0x0b11e000,0xcb600000,0x008a000f,0x490b7d95,0xf95e86f1,0x7e99d95d,0x3f1261b4,0x3df0003a,0xf000000a,0x23000044,0xedf12e0d,0x71be2610,0xef8f0317,0x2311fe30,0x0b012f9c,0xe512e7d7,0xebf5eb51,0x110d0000,0xc7200000,0x004d000f,0x62060dd3,0xfbbe8bef,0xce34da2d,0x7914c1cb,0x3f00003b,0x90000009,0xf8000058,0xf0d0fc0e,0x91c625f0,0xee1f0e1a,0x5328fcef,0xe3fd2fc0,0xe36268d8,0x9c83e631,0x1308d000,0xc1e00000,0x002d000f,0x71031df4,0xff6e97ed,0x4e0fdb7d,0x7f1791d8,0x4020003b,0x30000009,0xd1000064,0xf280d10f,0xc1ce2530,0xecbf201c,0x7349fb0f,0xc6fb0fdd,0xe40207dc,0x7d21e491,0x15052000,0xbc600000,0x0024000f,0xa301fdf1,0x005e9feb,0xae1edc9d,0x701711d2,0x41f0003a,0x90000009,0xb200006d,0xf3e09210,0xa1d02270,0xea5f381d,0x1389f91f,0xccfa8fe3,0xe6f21fdf,0xcd67e381,0x0d025000,0xbb200000,0x0024000f,0xf500de0b,0xfeee96e8,0x6e62df1d,0x5e13e1a3,0x44400038,0x00000009,0xa3000076,0xf5500f12,0x01dc1f90,0xeb1f511f,0xd36af8ef,0xd0fd6fec,0xea6255e2,0xdd82df30,0xfb028000,0xbb900000,0x002b0000,0x6dfede59,0xfa6eccde,0xde82defd,0x6513c1d0,0x44800033,0x20000009,0x8000007a,0xf61f4513,0x51e62150,0xec6f6b23,0x2335f9df,0xba030fe7,0xf2a265e3,0x9d9ad920,0xe7052000,0xbaa00000,0x00610000,0x8bff0e8a,0xf91f67d8,0xceb6de7d,0x4b13d214,0x4470002d,0x40000009,0x5c00006f,0xf45ecf13,0x91dc21e0,0xecaf7e23,0x631bf97f,0x980affa5,0xfda26ce2,0xedadde81,0x14065000,0xb9f00000,0x006a0000,0x3cff4e9d,0xf57f4adb,0x1f0fdf0d,0x1b11322f,0x45a00029,0x90000009,0x56000064,0xf2af0d13,0xc1ce2240,0xeddf7f20,0x62f2f6ff,0x8d177f34,0x040270e2,0x7dbae421,0x7e068000,0xb9600000,0x003c000f,0xde023e98,0xf22f0edc,0x0f50df8d,0x090e8254,0x47c00025,0xa0000009,0x6300005e,0xf1af9715,0x21da2780,0xee3f5b1c,0xc2eef5cf,0x9920cf0a,0x028253e1,0x8dd8e321,0xd7078000,0xb8500000,0x0027000f,0x94079e4d,0xf58f20da,0x5f84e14d,0x2d0ca265,0x4b700021,0xb0000009,0x7b00005d,0xf19ff316,0x11dd2b30,0xed4f321c,0x3303f7ef,0x8f260f0b,0xfe1248df,0x9dfce3e2,0x0009c000,0xb7200000,0x003f000f,0x7608ae0b,0xf61f1eda,0x4f92e3fd,0x4a0a4268,0x4cd0001f,0x40000009,0x91000065,0xf2cffd16,0x31ce2b10,0xeb8f231d,0xd31ffb2f,0x6f2a3f29,0xf86269dc,0x9e04e642,0x130b9000,0xb6600000,0x0056000f,0x7d07ee01,0xf2fefddb,0xaf97e64d,0x3307426f,0x4a20001d,0xb0000009,0xaf00006e,0xf4201516,0xb1c92b80,0xe87f081d,0xe364feef,0x6b290f3a,0xf68295d8,0xbdede772,0x2c0be000,0xb6400000,0x005d000f,0x7c093e00,0xf16ecfdc,0x1fc8ea1d,0x2002823f,0x47d0001c,0x00000009,0xf200007a,0xf6105117,0x41c32b90,0xe77ede1d,0xd37b024f,0x6f1ebf23,0xf6e2dfd5,0x7da5e8f2,0x4b0c4000,0xb7000000,0x0051000f,0x740bade6,0xf04eacdc,0x6fecebbd,0x20fe9229,0x45c0001a,0xf000000a,0x2d00007f,0xf6d09217,0xb1bb2ba0,0xe8debc1f,0x2350054f,0x5d14ef2e,0xf69370d3,0x0d1beb32,0x610df000,0xb9200000,0x0049000f,0x760dedc1,0xee2e99dc,0x6fe0e9ad,0x27fb126a,0x4320001b,0x1000000a,0x29000079,0xf5e0b418,0x71b92c90,0xe95ea820,0x6334086f,0x4f13bf47,0xf3f438d1,0xbc6aec72,0x600f9000,0xbc300000,0x005d000f,0x77116db2,0xed1e8edb,0xefc7e80d,0x35f6429e,0x3ff0001b,0x4000000a,0x32000073,0xf4e0b418,0xa1aa2dd0,0xe90e9c20,0x633f0aff,0x57144f68,0xefc503d1,0x9bb4ec42,0x5c0f2000,0xbf900000,0x0072000f,0x87138db6,0xec6e78dd,0x5fc4e7ed,0x43f002a8,0x3c00001a,0xc000000a,0x4d000070,0xf460b817,0x718f2ee0,0xe8ce941f,0xd34b0cff,0x6714df86,0xeb55c1d2,0xcb18ec82,0x5a0e2000,0xc3700000,0x007e000f,0xc0124ddf,0xebbe64de,0xafd0e7dd,0x4fe8e2a6,0x3880001a,0x1000000a,0x5e00006f,0xf440cb16,0x316d2d80,0xe84e8b1f,0xe34a0f5f,0x76182f8f,0xe81646d5,0x0ab5edf2,0x4e0e2000,0xc7600000,0x0089000f,0xf60f8e03,0xeace62de,0x1fd7e7dd,0x5ce382a5,0x37100019,0xa000000a,0x5500006d,0xf3f0d615,0x41542950,0xe7ae8a20,0x933711cf,0x7d1c9f91,0xe67674d8,0x2a8aefa2,0x370ea000,0xcac00000,0x009e0000,0x070d8df8,0xea0e55de,0x7fdee7bd,0x65df52b3,0x36200019,0x1000000a,0x3e000068,0xf340da14,0x613d23c0,0xe6be9321,0x332613af,0x88200f92,0xe5c68eda,0x5a6bf142,0x1e0ea000,0xcca00000,0x00b7000f,0xf70bade6,0xea4e39df,0x8fdee78d,0x70daf2c2,0x34f00018,0xd000000a,0x2b000064,0xf290e413,0x81241d50,0xe44eab21,0xd32614ff,0x9e229f8c,0xe536a7db,0xaa50f361,0xfd0e4000,0xcc600000,0x00d8000f,0xdf0b6dd0,0xeaee08e2,0x1fd7e7ad,0x78d9a2e2,0x37300019,0x3000000a,0x19000061,0xf220ea13,0x71241760,0xdf8ee121,0x334b143f,0xc2235f8d,0xe536b7db,0x8a3ef5a1,0xdc0e3000,0xc9900000,0x010c000f,0xc80d4dbd,0xebddf3e5,0xdfeae89d,0x67d922e1,0x39a0001a,0x4000000a,0x10000060,0xf210e013,0xa12d11e0,0xda0f171e,0x137e0f2f,0xcd20ffcd,0xe3f67ad8,0x6a3bf6b1,0xdf0ed000,0xc5d00000,0x0164000f,0xae0f2db1,0xf0ee25e5,0xb033e9bd,0x3fd552a2,0x3880001b,0x6000000a,0x19000062,0xf240e313,0x812b0f30,0xd76f301c,0xb3890aaf,0xad1f5037,0xe105e7d5,0x2a5ff7f1,0xc9111000,0xc3d00000,0x0207000f,0x9810bd9f,0xf60e59e6,0xd05feb1d,0x1ad33275,0x36000019,0xc000000a,0x2900006c,0xf3d0db13,0x41251110,0xd3df3c1e,0xc3a10a0f,0x891f3074,0xdee539d3,0xaac6fba1,0x7513b000,0xc4200000,0x02d1000f,0x93110d98,0xf96e55e7,0xd05eeffc,0xf8d59236,0x35500015,0xa000000a,0x4d000083,0xf760b312,0xf11e1410,0xd12f5720,0xb39b09ef,0x621d9084,0xdf54a0d3,0xfb5f0111,0x06170000,0xc4f00000,0x036c000f,0x8e0f3d7a,0x012e8ae4,0x3053f30c,0xd8d8120e,0x35400013,0xb000000a,0x74000096,0xfa909b12,0xd11c1600,0xd17f8320,0x735c072f,0x3017c086,0xe1b435d5,0x4bf20500,0x821a5000,0xc4c00000,0x03ca000f,0xca0e7da8,0x0b4effe0,0xf063f17c,0xb7d5f213,0x32200014,0xf000000a,0x8800009d,0xfbc0b912,0xe1211750,0xd21fad1f,0xc31c035f,0x040f1085,0xe523e2d7,0x5c520620,0x381d1000,0xc4700000,0x03f50000,0x100f9dfb,0x0fef4ae2,0x2077ef9c,0x9ed2d21f,0x2e000016,0x9000000a,0x840000a4,0xfcd0ea13,0x71371860,0xd0efcc1f,0x82f6003e,0xde0680a8,0xe8537ed9,0xfc950590,0x051f1000,0xc4b00000,0x04130000,0x030e0e02,0x11efa2e3,0xc077f00c,0x91d27219,0x2c700017,0x4000000a,0x7e0000b0,0xfee10414,0x815818c0,0xcf8fe61e,0xa2d5fc0e,0xb6fd70e1,0xea2303dd,0x7cdb0570,0x03202000,0xc5400000,0x0430000f,0xef097e15,0x14eff0e2,0xc068f0dc,0x8ed2c206,0x2c500018,0x0000000a,0x7f0000b7,0x0020f915,0xd18019a0,0xce3ffb1d,0x92b5f81e,0xa5f6e100,0xed22bfe0,0x9cfc04d0,0x25213000,0xc6e00000,0x04440000,0x05056e43,0x18b017e0,0xe05cf15c,0x8cd491f4,0x2d600019,0x3000000a,0x8b0000b4,0xff80d917,0x61ab1b10,0xcd300d1c,0xc287f4be,0xb3f33104,0xf082b0e2,0xfcf30400,0x6321c000,0xc9900000,0x04530000,0x1c01ce63,0x1f303fe1,0xe064f0ec,0x80d5c1e7,0x2dc0001b,0x3000000a,0x920000b1,0xff20bf18,0x91c81be0,0xcbe0211c,0x6256f1de,0xc3f08100,0xf282aae4,0xece80820,0xc31a6000,0xccd00000,0x042e0000,0x11ff4e5f,0x26c02ae5,0xb071f02c,0x6ed691d8,0x2cf0001e,0x6000000a,0x900000bc,0x00e0a319,0x31d81c40,0xca702f1c,0xe22af08e,0xcdee90ef,0xf632a9e6,0x8cdf0da1,0x2313e000,0xd0c00000,0x03ab000f,0xfefe7e56,0x299017e7,0xe06aef8c,0x65d841c8,0x2ce00022,0x4000000a,0x910000cd,0x03d07b19,0xd1e61c80,0xc8e0301e,0xb20df27e,0xd7eac0d7,0xfb62a8e7,0xccd70f61,0x6f13f000,0xd4000000,0x0315000f,0xfcfd0e48,0x293ffbe9,0x7042ef9c,0x74db91bd,0x2eb00026,0x6000000a,0x940000d6,0x05405a1a,0x71f41c60,0xc7003820,0x1204f56e,0xd4e6a0ae,0xff12b2e8,0xfccb0d61,0x60154000,0xd6100000,0x02fd0000,0x01fbee3e,0x284fe0e9,0xd021f02c,0x80dd419f,0x2f20002a,0xe000000a,0x980000cf,0x0430261a,0xd1fd1bc0,0xc6204420,0x91f1f78e,0xcde3d084,0x0012c0ea,0x8cb50c61,0x4a17b000,0xd8500000,0x02df0000,0x07fbbe4d,0x261ff6e9,0xd010f02c,0x88dd3187,0x2e50002f,0x6000000a,0x9c0000c6,0x028fd61b,0x22041b20,0xc6404920,0xc1d3f86e,0xcbe2807f,0xfed2b9ec,0x0c9e0c31,0x3c19d000,0xdae00000,0x02c4000f,0xfdfb3e56,0x252ffbeb,0xcffbef6c,0x90dc517f,0x2d500032,0x5000000a,0x9b0000bf,0x015fc11b,0x720c1ae0,0xc6205120,0x31c9f8ae,0xc5e1f08c,0xfce2aeec,0xdc850bf1,0x331b3000,0xdd300000,0x02ab000f,0xe2fa5e55,0x259fe4ed,0x7fffef0c,0x80dab16e,0x2bd00032,0xa000000a,0x9f0000ba,0x008fba1a,0xd2011a10,0xc5905820,0x21c5f97e,0xbee3b092,0xfbb2a2ed,0x6c6e0bb1,0x2b1c5000,0xdeb00000,0x02a6000f,0xd1fa0e60,0x257fd3ee,0x1007ef9c,0x71d9c15a,0x2a700031,0xb000000a,0xa80000ba,0x00afa119,0xb1ed1970,0xc5a05420,0x01c1f97e,0xc4e75097,0xfaa28ced,0xcc570b81,0x281bd000,0xdf400000,0x02bc000f,0xc6f9fe67,0x259facee,0x9010ef4c,0x64d8b156,0x29700031,0xa000000a,0xac0000ba,0x009fba19,0x51e719e0,0xc6604b1f,0x61b9f86e,0xcfebe09e,0xf9d277ee,0x5c480b91,0x1f1b1000,0xdf200000,0x02d6000f,0xaef84e6a,0x257f87ee,0xd01eee0c,0x65d73157,0x28e00032,0x2000000a,0xae0000b6,0xffefca19,0x71eb1aa0,0xc660531d,0xe1c1f7ee,0xc7f1909c,0xfa3279ef,0x2c4d0b11,0x021a8000,0xde800000,0x02f8000f,0xbaf61e7d,0x24cf81ee,0xc028ed9c,0x6cd5c150,0x28500032,0x3000000a,0xb10000b6,0xffdfb619,0x71ec1ab0,0xc6e04e1c,0xa1cef6fe,0xd6f570aa,0xf8c272ee,0xdc530970,0xeb188000,0xddb00000,0x03270000,0x03f4fe78,0x24ff75ee,0xe02eec1c,0x6dd45155,0x28300032,0xe000000a,0xaf0000ba,0x008fb919,0x41eb1ab0,0xc7103f1c,0xb1f2f77e,0xe8f970b5,0xf6e273ed,0x2c7006e0,0xd6166000,0xdc000000,0x03510000,0x4af4ae40,0x24af7eee,0x601deb1c,0x7bd4415b,0x28c00033,0xc000000a,0xaa0000bc,0x00efc119,0x51ee1b60,0xc680391d,0x0227f96e,0xf400b0ad,0xf6b287eb,0x0c9903c0,0xb214d000,0xd9800000,0x03790000,0x84f3ce28,0x23af9aec,0xf002eb2c,0x8ed5a15d,0x28a00034,0x4000000a,0xa50000bd,0x010fbd19,0x41ee1bf0,0xc640371c,0xe259fa7e,0xfc09e0ad,0xf6d28ee9,0x8cbe0140,0x8f13c000,0xd7000000,0x03a30000,0xc7f13e52,0x233fb3eb,0x8feceb1c,0x9ed62163,0x28200034,0x3000000a,0x9f0000be,0x015fae18,0xd1e61ba0,0xc6603b1c,0x328bfa5e,0xf112d0b3,0xf6a280e8,0xbce8ff80,0x76133000,0xd3b00000,0x03d40000,0xf2eece79,0x238fbaea,0x9fe2eaec,0xa2d5b166,0x27800033,0x7000000a,0xa90000c3,0x022f9916,0x21ac1950,0xc6a0471b,0x62bffa4e,0xe51aa0b1,0xf67281e7,0xdd10fe30,0x5012c000,0xcf900000,0x040e0000,0xf5ecfe9a,0x23dfafea,0x8fd9eaec,0xa1d4c16b,0x26c00032,0x3000000a,0xc70000c9,0x032f7911,0x41251560,0xc710551a,0x72f6f9ce,0xdc2040b0,0xf48280e6,0xdd33fce0,0x25122000,0xcae00000,0x043f0001,0x00ebfea7,0x236fbceb,0x0fd2ea8c,0xa2d3d177,0x25c00031,0x3000000a,0xd20000cb,0x038f590d,0x409b12f0,0xc7e06319,0x5325f87e,0xd32350b3,0xf2a274e6,0x1d53fbcf,0xf8123000,0xc6500000,0x04590001,0x20eb8e92,0x227fe6ea,0x7fcde96c,0xa0d31189,0x24500030,0xd000000a,0xb60000cc,0x03af410c,0x10701340,0xc8b07418,0x034bf70e,0xc12440b7,0xf2c263e5,0xdd7afb9f,0xcf130000,0xc2800000,0x04600001,0x41ec5e69,0x20000fe9,0x7fcfe85c,0x98d2c196,0x23300030,0x5000000a,0xa00000cb,0x037f2b0c,0x207613d0,0xc9608116,0xf36ef62e,0xac2380a9,0xf53253e5,0xcd99fd1f,0xb5138fff,0xc0000000,0x045f0001,0x48edce59,0x1ba038e7,0xdfd3e7dc,0x8fd321a0,0x22a0002f,0x7000000a,0x9f0000c8,0x02ef210b,0xf0721490,0xc9b08916,0x238cf61e,0x9821608f,0xf9824ee5,0xcdaeffff,0xab13a000,0xbf100000,0x04550001,0x60ee0e5a,0x168054e5,0xcfd0e7fc,0x8ed421a6,0x22e0002e,0x2000000a,0xa40000c6,0x029f2f0b,0xa0671490,0xc9e08d15,0x93a3f6fe,0x8d1e507c,0xfde25be5,0x6dba02ef,0xaa142000,0xbf300000,0x04390001,0x7deece59,0x11e04ee5,0x6fbfe8bc,0x96d4a1a7,0x2360002c,0x3000000a,0xa40000c6,0x02af550b,0x70641330,0xca608a15,0xd3aaf8fe,0x921b7069,0x00927ae4,0x0db9052f,0xac151ff3,0xc0000d00,0x04130001,0x79effe68,0x0cd043e5,0xffa5e9dc,0xa8d4e1a9,0x23f00029,0xe000000a,0x9a0000c2,0x020f740b,0xc07311f0,0xcbf07e16,0xa397fb5e,0xa0193055,0x0132afe2,0x0da4066f,0xb2165000,0xc1e00000,0x03e80001,0x61ef9e86,0x083056e5,0x6f81ea4c,0xc7d4c1b3,0x24800027,0xd000000a,0x930000bc,0x00df820c,0x30871140,0xce107417,0x5378fd5e,0xaa170050,0x01a2f6df,0xdd7806ff,0xba17d000,0xc4a00000,0x03b70001,0x48eece98,0x05106ee3,0x1f60ea2c,0xe4d311bc,0x24700026,0x4000000a,0x8e0000ba,0x009f840c,0xb09d1120,0xcfc06c17,0xd361ff8e,0xb2144058,0x02434add,0x8d3a068f,0xc419f000,0xc8700000,0x037d0001,0x39ee1e99,0x02f07cdf,0xef46ea3c,0xf9d091b8,0x24100025,0x4000000a,0x8e0000c3,0x022f880c,0xd0a51170,0xd1606218,0x834b01ce,0xb110f068,0x0093a1db,0xccec066f,0xd81bf000,0xcd400000,0x033d0001,0x36ed3e9b,0x02a078e0,0x2f28ea4d,0x0cce41b8,0x23d00024,0x6000000a,0x8e0000d3,0x04df890c,0xc0a611f0,0xd3705319,0x632c03fe,0xab0cf075,0xfca3efdb,0x4c9e076f,0xf11dc000,0xd1d00000,0x02fb0001,0x37ec5eab,0x00a085df,0x5f03ea3d,0x22cc81c9,0x23c00023,0x1000000a,0x8b0000e4,0x078f7b0c,0xa0a512b0,0xd5c0421a,0x830b063e,0xa707806f,0xf8742cdb,0x6c670900,0x081f9000,0xd4f00000,0x02bf0001,0x39eb2eb5,0xfcd085dc,0x0eefe96d,0x30cb41e8,0x23900022,0x6000000a,0x880000ed,0x08ff6e0c,0x70a11350,0xd770331b,0x72fc089e,0xa6016065,0xf4e462db,0x5c420ae0,0x2521a000,0xd6d00000,0x02840001,0x3eeabea5,0xfa006cd9,0x8ef6e86d,0x34ca8201,0x23700022,0x5000000a,0x890000eb,0x08af540c,0x009213a0,0xd860221c,0x22fd0aee,0xacfaa05c,0xf1c48edb,0x2c2c0ca0,0x3c236000,0xd7a00000,0x025e0001,0x49eb0e93,0xf89057d7,0xbefee81d,0x3aca820f,0x24400022,0x1000000a,0x8e0000e4,0x07af370b,0x80831410,0xd920131c,0x83050cde,0xbef4b032,0xef14b9db,0x1c160db0,0x37247000,0xd7800000,0x02570001,0x57eb1e91,0xf6e09bd9,0x4efbe7bd,0x45cae21d,0x25700022,0x2000000a,0x930000e0,0x06ff2e0b,0x507f1500,0xd9f0071c,0xc3100e4e,0xd4f1b018,0xed94f0da,0xdbfc0d70,0x1e249000,0xd7500000,0x02690001,0x45ea2ecd,0xf410c9dc,0x1ef3e72d,0x50cae226,0x26000022,0x4000000a,0x930000e0,0x06ef310b,0x40801610,0xda8ffe1c,0xe31c0f3e,0xdff09019,0xed850ada,0xabf80c00,0x0d23f000,0xd6c00000,0x02800001,0x1eea0f1d,0xf2e0aadd,0xceefe6dd,0x59cae22a,0x26700022,0x6000000a,0x910000e0,0x06ff370b,0x40821700,0xdaaffd1c,0xd3300f6e,0xdcf1f016,0xee94f8d9,0xec090970,0x0f22f000,0xd5c00000,0x028c0001,0x30eb4efc,0xf2c048df,0x4ef0e6dd,0x5bcb122b,0x26b00022,0x6000000a,0x8e0000df,0x06cf360b,0x408417a0,0xdacffd1c,0x83400f2e,0xd4f4f01d,0xef64d5d9,0x1c2d06d0,0x18222000,0xd4000000,0x029b0001,0x4eec6ece,0xf1300dde,0xfee8e6dd,0x62cb6230,0x26d00022,0x9000000a,0x8a0000df,0x06cf2e0b,0x40871810,0xda8ff91b,0xf3600ede,0xdef8d020,0xefe4c8d8,0x3c4a0400,0x1f218000,0xd1700000,0x02b10001,0x51ed0ed4,0xee5feedc,0xcee0e73d,0x6ccbd22c,0x27800022,0x8000000a,0x8c0000df,0x06df220b,0x20871870,0xda7ffb1b,0xb3880e3e,0xecfd1004,0xf064d0d6,0x9c580190,0x29215000,0xce600000,0x02c70001,0x52ee8ecf,0xeb5fd5db,0x0edde75d,0x6ccba22b,0x27400022,0x4000000a,0x900000df,0x06cf1c0a,0xe07f1890,0xda60011b,0x93b40d7e,0xf6016ff2,0xf1c4ddd4,0xdc65ff90,0x3421a000,0xcb800000,0x02ca0001,0x48f03ede,0xeadff3d7,0x0edce78d,0x65cb2226,0x26800022,0x0000000a,0x950000df,0x06bf200a,0x70721880,0xda40001b,0x63d90cce,0xfc066fff,0xf444e1d3,0x6c81fda0,0x3b220000,0xc8a00000,0x02be0001,0x2ef13f15,0xebb01bd2,0x4ec8e80d,0x71cab221,0x26200021,0xf000000a,0x9b0000df,0x06cf170a,0x10651880,0xda3fff1b,0x43fd0bae,0xf50a7002,0xf4c4b1d2,0x2cc5fb50,0x3621f000,0xc5300000,0x02ce0001,0x1ff2cf33,0xebd012d0,0x0eb1e87d,0x7ec9f21a,0x25a00022,0x0000000a,0xa00000e0,0x06ff0d09,0xa0571840,0xdbbffd1b,0x340b09be,0xd30de00e,0xf48453d0,0xdd27fb00,0x2f21d000,0xc0d00000,0x02fb0001,0x15f6df18,0xebb019ce,0x0e90e79d,0x8bc7d224,0x24200021,0xf000000a,0xa60000e1,0x071f0809,0x304a17f0,0xdceff61b,0x2418084e,0xb3104028,0xf593f2cf,0xed9bfc90,0x2f215000,0xbb600000,0x032e0000,0xf4fadf1c,0xeb4010cc,0xae6ce71d,0xa2c66231,0x23c00022,0x3000000a,0xac0000e2,0x073efc08,0xf04217a0,0xdd9feb1b,0x842707be,0xa0122038,0xf7038ed1,0x0e00fd20,0x27211000,0xb9000000,0x035a0000,0xfbfa5f2d,0xeb800dcd,0x7e4be74d,0xb9c62241,0x24000022,0x9000000a,0xad0000e2,0x074eec08,0xb03b1700,0xde3fda1c,0x2435079e,0x9a146030,0xf78342d2,0x6e35fcf0,0x1a210000,0xb8200000,0x03770001,0x2af9ff1b,0xeaf012ce,0xbe2de7bd,0xd3c6d257,0x24c00023,0x1000000a,0xa90000e3,0x076edf08,0x80381620,0xdf2fc71c,0xb43f074e,0x9c16301b,0xf8e336d3,0x1e21fb9f,0xff218000,0xb6c00000,0x03a10001,0x4bfc3f03,0xeae017cd,0xfe18e7fd,0xe9c7b26c,0x25900023,0x1000000a,0xa60000e3,0x077ed308,0xe0481610,0xe02fbc1d,0x244b069e,0xa3179002,0xfbc337d3,0x4e1ff9ff,0xdb229000,0xb4b00000,0x03ca0001,0x04045f2b,0xebe018cb,0xbe0fe7bd,0xf4c7f27c,0x25b00023,0x1000000a,0xa40000e2,0x072ed308,0xe04c1530,0xe0ffb91d,0xb45d05ee,0xa9194009,0xfb6330d2,0xfe3bf8af,0xb523a000,0xb2d00000,0x03f10000,0xad110f88,0xecb013cb,0x0e0de76d,0xf3c7f287,0x25700023,0x5000000a,0xa40000e0,0x06eedd08,0x302c1210,0xe23fae1e,0x7461056e,0xb31b0015,0xf9e329d2,0x9e54f6ef,0x91257000,0xb1400000,0x04140000,0xa31dcfe5,0xed1016ca,0xfdf6e75e,0x02c7e298,0x25600023,0xb000000a,0xa40000e0,0x06ded908,0x302d10c0,0xe42f9d1f,0x745004de,0xbd1c7001,0xfb033ed2,0x7e47f50f,0x7027a000,0xafa00000,0x042b0001,0x312f00a2,0xed202bc9,0xfdcde74e,0x1cc732b4,0x25100023,0xc000000a,0xa60000de,0x068ecd08,0x40330fe0,0xe60f9520,0x6441040e,0xc41d7fe6,0xfc3367d2,0x5e22f3cf,0x49295000,0xada00000,0x04460006,0x40360583,0xed702ec9,0xadb7e6de,0x23c602d5,0x23e00023,0x4000000a,0xa40000da,0x05fec908,0x603a0ef0,0xe6bf9020,0xd446037e,0xcf1e1fd4,0xfcb373d2,0x2e1bf25f,0x292b4000,0xac800000,0x045e0007,0x6d2cc671,0xede032ca,0x1dbde6ee,0x20c6a2e2,0x24600022,0xb000000a,0xa30000d8,0x05aec408,0x70420df0,0xe6ef8c21,0x444f033e,0xd91f3fc4,0xfd036cd2,0x4e27f0af,0x152db000,0xac000000,0x046d0007,0x6028a64a,0xede04cc9,0x7dc8e72e,0x1cc802e1,0x25d00022,0x8000000a,0xa90000d5,0x051ecc08,0x904d0d40,0xe72f8921,0xb45402fe,0xde205fb5,0xfd8364d2,0x7e32ef3f,0x03302000,0xabc00000,0x04780007,0x2b25360a,0xedc061c8,0xcdd0e72e,0x17c8f2e7,0x26800022,0x6000000a,0xa90000d2,0x049eda08,0xe06b0db0,0xe76f8922,0x245a02ae,0xdf210fae,0xfdd360d2,0x8e3bee5e,0xff31d000,0xac500000,0x04850005,0xe02f0506,0xeda06bc8,0x6dd8e71e,0x0fc992ee,0x26c00022,0x1000000a,0xac0000d1,0x047ee208,0xf0770cb0,0xe78f8622,0x945e027e,0xdc21bfab,0xfe3357d2,0x7e43ee0f,0x0532d000,0xaca00000,0x04930004,0x6733939e,0xed9074c7,0xdde1e71e,0x08ca82f3,0x27700022,0x0000000a,0xb10000cf,0x042ee908,0xe07a0b50,0xe7bf8222,0xf45d025e,0xd821bfa6,0xfe634ad2,0xce4dedcf,0x0933f000,0xac900000,0x04a40003,0xc833c300,0xed7082c7,0x3de5e6fe,0x06cbf2f6,0x28e00022,0x0000000a,0xba0000cd,0x03def608,0xd07d0a20,0xe7cf7e23,0x445c024e,0xd721efa6,0xfe8337d3,0x1e5ced6e,0xf034e000,0xac300000,0x04b20003,0x2e334266,0xed8090c6,0x9deae6de,0x05cd72fa,0x2a800022,0x1000000a,0xc10000cb,0x036f0708,0xb07f08b0,0xe7af7923,0x945e025e,0xeb229f9f,0xfeb335d2,0x7e5debde,0xd3360000,0xab800000,0x04be0002,0xd7337200,0xee7094c5,0xadf5e6ee,0x02cf1301,0x2c200021,0xf000000a,0xc50000c9,0x031f1208,0xa0830720,0xe7af7823,0xa466021f,0x27233f7a,0xff2373cf,0xce25e73e,0xb0393000,0xaae00000,0x04cc0003,0x17347230,0xef209bc5,0x0dffe6ae,0x00cfd306,0x2d000021,0xd000000a,0xc90000c9,0x031f1808,0x908805d0,0xe79f7823,0xa46e01df,0x4e23cf5a,0xff73a3ce,0x5df4e3de,0x963c0000,0xaa600000,0x04d80003,0x7033f28c,0xef50a3c4,0xbe03e67d,0xffd03308,0x2d600021,0xf000000a,0xcc0000ca,0x033f1c08,0x708c0490,0xe78f7a23,0x9477018f,0x55240f54,0xffd395ce,0x1df6e29e,0x853d7000,0xa9f00000,0x04e10003,0x6433d27d,0xef50a7c4,0xae04e67d,0xfdd05308,0x2d700021,0xe000000a,0xcf0000ca,0x035f1d08,0x608e0360,0xe77f7c23,0xa482015f,0x5a22cf4d,0x007382cd,0x9dffe1be,0x863e6000,0xa9a00000,0x04e60003,0x3d34d244,0xef80aec4,0x4e02e67d,0xfbd05309,0x2d500021,0xd000000a,0xd20000cc,0x038f1d08,0x40900230,0xe76f7e23,0xa489011f,0x61202f50,0x02837ccd,0x4e00e0ce,0x863f7000,0xa9300000,0x04e40003,0x083651f8,0xef00bfc3,0xbe05e67d,0xf7d07303,0x2d700021,0xb000000a,0xd60000cc,0x03af1d08,0x30950130,0xe72f7f23,0x749300ff,0x671d0f5f,0x05436fcd,0x2e06e04e,0x80400000,0xa8e00000,0x04e20002,0xd73741b7,0xecf0ccc3,0x7e0ae68d,0xf4d0a2fd,0x2db00021,0xb000000a,0xd80000cc,0x039f1f08,0x109b0050,0xe70f7f23,0x549900df,0x6b1bdf67,0x06236ecd,0x1e02dfde,0x6f403000,0xa8a00000,0x04e70002,0xa1380176,0xebd0b7c4,0x0e0ce69d,0xf4d082fb,0x2d900021,0xb000000a,0xd80000cc,0x039f1e07,0xf0a2ff70,0xe6ff8123,0x449d00bf,0x6b1f0f51,0x036387cd,0x5ddedf8e,0x66408000,0xa8500000,0x04eb0002,0x8c397150,0xec3090c5,0x4e0de69d,0xf3d062f7,0x2d700021,0xa000000a,0xd80000cc,0x03af1907,0xd0abfe80,0xe6df8323,0x249f00af,0x6823ef3d,0xff4388cd,0xcdd4df5e,0x62410000,0xa8600000,0x04e90001,0xda3a3089,0xec9070c6,0x8e0ce6cd,0xf4d022f3,0x2d200021,0x8000000a,0xd70000cd,0x03cf1207,0xa0b4fd90,0xe6cf8523,0x149c00af,0x6224cf44,0xfe6386ce,0x7dcddf7e,0x6541a000,0xa8700000,0x04e10001,0x2239dfbd,0xec9058c8,0x2e07e6ed,0xf4cf52f2,0x2c300021,0x8000000a,0xd40000ce,0x03ef0907,0x80bdfca0,0xe6ff8823,0x148e00cf,0x5523bf55,0xff4381cf,0x8dcae08e,0x63411000,0xa9300000,0x04da0001,0x5a38effb,0xecf03ac9,0x9dfce6dd,0xf6ce62f4,0x2b300021,0x8000000a,0xd30000cf,0x041f0107,0x60c4fc50,0xe72f8b23,0x048200ef,0x4622ef6a,0xff436ad0,0x5dd7e22e,0x633f7000,0xaac00000,0x04d70001,0x67361011,0xee7009ca,0x3df2e6ed,0xf7cdc2f6,0x2a800021,0x6000000a,0xd10000d0,0x043ef807,0x60ccfcc0,0xe6ff9122,0xd46f012f,0x3422ef82,0xff034bd1,0x6df7e40e,0x613dd000,0xad500000,0x04cd0001,0x562f7013,0xeebfe5ca,0xddeee70d,0xf6cd02f2,0x29b00021,0x7000000a,0xce0000d0,0x045eed07,0x70d4fd60,0xe6bf9622,0x9458015f,0x2922df92,0xff4331d2,0x0e1de5be,0x613c7000,0xb0100000,0x04bb0001,0x3d23d01f,0xee2fd0cb,0x7dece71d,0xf5cc32ec,0x28e00021,0x7000000a,0xca0000d1,0x046ee507,0x70dbfe00,0xe65f9d22,0x4447017f,0x1e221fa0,0x002327d2,0x8e1ce75e,0x683af000,0xb2000000,0x04ab0001,0x34145010,0xedffb9cc,0xbdf0e71d,0xf2cb92e4,0x28500021,0x6000000a,0xc90000d2,0x049ee007,0x80e0feb0,0xe5efa521,0xe434019f,0x0f213fae,0x003321d3,0x7e0de8fe,0x7039b000,0xb3c00000,0x04a00001,0x5502bfea,0xee5fa1ce,0x1df6e71d,0xebcb52e6,0x27900021,0x4000000a,0xbf0000d3,0x04bee007,0x90eaff20,0xe5cfaa21,0xb41801be,0xff1fdfbb,0xff631fd4,0x2e06eaae,0x7e388000,0xb5700000,0x04930001,0x93f54fc7,0xef0f92ce,0xddfae6ed,0xe6cae2f7,0x26500020,0xf000000a,0xae0000d3,0x04bee507,0xa0f4ff30,0xe4afad21,0x640b021e,0xf01e0fdc,0xff031cd4,0xce05ecbe,0x8e36b000,0xb7500000,0x04830001,0xaeefbfc9,0xef4f87cf,0x3e10e75d,0xdacbe2ed,0x26d00020,0x9000000a,0xa90000d2,0x048ee707,0xb0e9fe70,0xe25fb520,0xb416028e,0xe11c3006,0xfea316d5,0xadfaef3e,0x9d349000,0xb9200000,0x04750001,0xa0ee7fd0,0xef6f7acf,0xbe3de86d,0xc3cdd2c9,0x28600020,0x5000000a,0xab0000d1,0x046ee807,0xc0ddfdc0,0xe0afb920,0x241302de,0xd51a501d,0xffd314d6,0x1df2f1be,0xab326000,0xbb300000,0x04620001,0x9eec5fb7,0xef9f70d0,0x2e60e8dd,0xb6cf42b7,0x29a00020,0x6000000a,0xac0000d1,0x047ef007,0xd0e7fe10,0xdfffb41f,0xf3fc032e,0xce17f039,0x00531dd6,0x2debf42e,0xbd302000,0xbda00000,0x04470001,0x8eeb8fa6,0xef8f6ad0,0xee70e8cd,0xb6d082b8,0x2ad00020,0x9000000a,0xad0000d3,0x04befd07,0xe0d3fd50,0xdf4fb01f,0xf3e503be,0xbf154053,0xff8324d6,0x8ddff6be,0xd52e1fff,0xc0400000,0x042a0001,0x92ec0f5f,0xef3f63d1,0x3e86e8ad,0xaed1d2b9,0x2bb00020,0xc000000a,0xaa0000d4,0x04ef0f07,0xe0c4fdf0,0xde5fad20,0x03d3047e,0xb311504f,0x013332d6,0xfdc9f92e,0xee2c5000,0xc2c00000,0x040d0001,0x9deb8f1e,0xef1f5ad0,0x8ea5e8bd,0xa3d352b4,0x2cd00020,0xe000000a,0xaa0000d3,0x04df2508,0x00daff30,0xdd5faa20,0x03c4053e,0xb90d604f,0x02435fd6,0xed96fa5e,0xeb2ba000,0xc5400000,0x03f50001,0xa8eb2ef2,0xef3f5dd0,0x3ec5e8ed,0x98d522ad,0x2e300021,0x1000000a,0xab0000d2,0x04af3608,0x10e2fff0,0xdc8fa820,0x03b2060e,0xcc08104d,0x01e398d6,0xad68fa9e,0xe02b5000,0xc6f00000,0x03d80001,0xaceaaedd,0xef0f65d0,0x5edfe8fd,0x8dd692aa,0x2f300021,0x4000000a,0xa90000d2,0x049f3708,0x20e50080,0xdc1fa51f,0xe39e06ee,0xe8029044,0x01e3e2d6,0x8d30fa9e,0xcf2b2000,0xc8500000,0x03bf0001,0x90e99ef8,0xeedf63d0,0xbef0e8ed,0x8ad7d2ac,0x30400021,0x7000000a,0xa70000d5,0x052f4508,0x40f201c0,0xdbcfa31f,0xb38c075e,0xf8ff303d,0x01f414d6,0xccfffa5e,0xc02b7000,0xc9d00000,0x03b20001,0x88ea3edf,0xef3f69d0,0xbef3e8dd,0x8ad8c2ae,0x31100021,0x4000000a,0xa30000e3,0x078fa708,0x70fd02e0,0xdb4fa31f,0xb37e078e,0xfbfbf043,0x02241cd7,0x4cf0fa7e,0xb62b6000,0xcb000000,0x03ab0001,0x93ea3ebe,0xef9f72d0,0x9ef0e92d,0x8ad9b2ae,0x31b00021,0x2000000a,0x9f0000ec,0x08efeb08,0x91050350,0xdadfa11f,0xa37307ae,0xfbf9104d,0x020417d7,0xccecfafe,0xae2b1000,0xcbb00000,0x03a70001,0x96e99ec3,0xefcf78d0,0xbeece9ad,0x8eda82ad,0x32400021,0x3000000a,0x9b0000ed,0x090ff208,0xa1050320,0xdacf9f1f,0xa364078e,0xfcf6c050,0x01941bd8,0x6cdcfb1e,0xa52af000,0xccc00000,0x03a70001,0xa7e8fec5,0xefff84d0,0xeee3e9dd,0x94daf2ae,0x32900021,0x4000000a,0x970000ee,0x092ff908,0xc1060310,0xdabf9f1f,0xa358074e,0xfff4a04e,0x01041ed9,0x3cccfafe,0x982af000,0xcda00000,0x03a70001,0xb3e85ecb,0xf00f8ed1,0x2edce9ed,0x97db32af,0x32a00021,0x5000000a,0x940000ef,0x094ffe08,0xe10c0390,0xda7fa01f,0xb351072f,0x00f2d04f,0x00a418da,0x1cc9face,0x8d2b1000,0xcdf00000,0x03a60001,0xb8e86ec7,0xf02f91d1,0x2ed8ea2d,0x98db82ad,0x32b00021,0x5000000a,0x920000f0,0x097ffc09,0x01110410,0xda4f9f1f,0xd34c071e,0xfef18055,0x00840eda,0xbcccfa6e,0x842b7000,0xcde00000,0x03ab0001,0xbae8cec5,0xf08f95d1,0x1ed4ea7d,0x99dc12ac,0x33000021,0x6000000a,0x910000f1,0x099ffb09,0x21160490,0xda0f9e1f,0xe34e06fe,0xfbefe05d,0x0043feda,0xfcd9fa1e,0x7c2bc000,0xcd800000,0x03b60001,0xbde8bec4,0xf0ef9bd1,0x2ed4eabd,0x98dca2ab,0x33600021,0x5000000a,0x900000f1,0x09afff09,0x511b04e0,0xd9ef9e1f,0xf35306be,0xf6eee063,0x0003efdb,0x8cdefa1e,0x732bd000,0xcd600000,0x03c30001,0xcce8aebd,0xf11f9cd1,0x1ed3eadd,0x97dd22ad,0x33c00021,0x3000000a,0x8f0000f2,0x09dffe09,0x711f0510,0xd9ef9c20,0x135406ae,0xf7ee8064,0xffe3e6dc,0x2ce1f9ee,0x6a2bf000,0xcd100000,0x03d10001,0xd2e92eb2,0xf15fa1d1,0x1ecfeb1d,0x9bdde2b0,0x34800020,0xf000000a,0x900000f4,0x0a1ff509,0xa1240530,0xd9ef9b20,0x2358069e,0xf9ee2061,0x0023dddc,0x5ceaf95e,0x682c5000,0xcc200000,0x03e10001,0xc2e9ceb1,0xf18fa1d1,0x2ecfeb3d,0x9bde42b3,0x34e00020,0xc000000a,0x900000f4,0x0a3fef09,0xd1280560,0xda0f9e20,0x2362065e,0xf8edb062,0x0023d3dc,0x6cf1f8ae,0x6a2cd000,0xcb700000,0x03ee0001,0xbee9feb2,0xf1df9bd0,0xfed3eb2d,0x94ddf2b4,0x34800020,0x8000000a,0x920000f5,0x0a3ff209,0xf12b0590,0xda3fa220,0x536a061e,0xf6ed5062,0x0053cbdc,0x9cf3f7ce,0x6d2d8000,0xcae00000,0x03fa0001,0xc4e99eb4,0xf26f9bd0,0xced3eb1d,0x8edd92b7,0x34100020,0x3000000a,0x920000f5,0x0a6ff30a,0x212f05a0,0xda5fa320,0x737505fe,0xf4ed2064,0x0063bfdc,0xccf8f69e,0x712e9000,0xca300000,0x04060001,0xc6e9beb1,0xf2efa1d0,0x8ecbeb5d,0x8edd32b7,0x33b0001f,0xd000000a,0x920000f7,0x0aaff30a,0x513305d0,0xdacfa220,0x738005be,0xf5ecf065,0x0043b2dc,0xbcfef53e,0x782fa000,0xc9900000,0x040c0001,0xc8ea0ea7,0xf32fa7d0,0xaebfeb4d,0x92dc52bb,0x3300001f,0x8000000a,0x910000fa,0x0b1ffc0a,0x813605e0,0xdb5fa220,0x8388056e,0xf5ecf064,0x0013aadc,0x7d02f46e,0x7d302000,0xc9100000,0x04100001,0xcfe9fea2,0xf33faad1,0x3eb3eb1d,0x97db72c0,0x3260001f,0x6000000a,0x910000f8,0x0abfe40a,0xb13c0620,0xdbefa020,0x838e052e,0xf3ed4062,0x00239ddc,0xad0af43e,0x80304000,0xc8600000,0x04190001,0xd4ea0ea7,0xf36fa5d1,0x4eadeb1d,0x9fdac2c4,0x31f0001f,0xa000000a,0x900000e3,0x077f5f0a,0xf1410660,0xdc9f9d20,0x739304de,0xf3edc061,0x005392dc,0xad14f3de,0x82308000,0xc7a00000,0x04210001,0xdbea4eab,0xf37fa2d1,0x0ea0eaed,0xaada32cd,0x31b0001f,0xd000000a,0x8f0000d6,0x053f0e0b,0x21450660,0xdd0f9f20,0x539f046e,0xf2ee905b,0x00a38fdc,0xad12f35e,0x8630d000,0xc7500000,0x04250001,0xe4eaaead,0xf37fa1d0,0xae98eaad,0xacd942d0,0x30f0001f,0xc000000a,0x8f0000d7,0x056f0d0b,0x51480670,0xddafa120,0x33a903de,0xf0ef3055,0x00b399dc,0x4d04f2be,0x8e312000,0xc7900000,0x04250001,0xe2ea9eba,0xf39fa2d0,0x5e8cea6d,0xb0d7c2d2,0x2fb0001f,0x9000000a,0x8e0000d9,0x05bf0c0b,0x914c06d0,0xde3fa120,0x13b3034e,0xf0efb052,0x008387db,0xfd16f23e,0x97314000,0xc6400000,0x04240001,0xe6eb4ebb,0xf38fa8d0,0x4e7aea3d,0xbad672d6,0x2ea0001f,0xa000000a,0x8c0000da,0x05ef000b,0xc15006f0,0xdedfa31f,0xf3bd02ce,0xf0f02053,0x008371db,0xed2ef20e,0x9a311000,0xc4d00000,0x04260001,0xf0ebdeb8,0xf34faacf,0xee68e9fd,0xc2d542db,0x2da0001f,0xc000000a,0x8a0000da,0x060ef70b,0xf1520700,0xdf3fa41f,0xb3c9025e,0xf1f01053,0x00536adb,0x7d34f1be,0x98315000,0xc4500000,0x042c0001,0xfbec8eb7,0xf34faccf,0x6e59e9ed,0xc8d472db,0x2cc0001f,0xd000000a,0x8b0000db,0x061eee0c,0x21530700,0xdf7fa71f,0x83d6020e,0xf3f0304e,0x003367da,0xfd3ef18e,0x97316000,0xc4000000,0x04280002,0x0decceb9,0xf2efb4cf,0x1e4fe9ed,0xcdd3d2db,0x2c00001f,0xe000000a,0x8c0000db,0x061ee30c,0x415206e0,0xdfcfab1f,0x73df01ce,0xf4f00050,0xffc36bda,0x7d44f14e,0x94319000,0xc3d00000,0x04240002,0x14ed0ebf,0xf28fbece,0xde48e9cd,0xcdd312de,0x2b30001f,0xc000000a,0x8e0000db,0x061edc0c,0x515006b0,0xe02fb01f,0x83e9019e,0xf6efc055,0xff7378d9,0xcd3ef09e,0x95324000,0xc3e00000,0x04200002,0x15ed4ec5,0xf27fcace,0x4e45e99d,0xc7d272e1,0x2a70001f,0x6000000a,0x910000db,0x061ed70c,0x514c0660,0xe07fb11f,0xb3eb01ae,0xf9f05053,0xff9383d9,0x5d3af0be,0x8c31d000,0xc4100000,0x04230002,0x1ded4ec5,0xf22fcccd,0x8e3be9ad,0xc7d252e7,0x2a50001f,0x2000000a,0x950000dc,0x063ed10c,0x61480630,0xe0bfb01f,0xd3ea01ae,0xf7f10053,0xffc384d9,0x6d3df17e,0x8030e000,0xc4000000,0x042a0002,0x20ed8ec3,0xf1dfc8cd,0x1e31e9cd,0xcad232eb,0x2a30001f,0x0000000a,0x990000dc,0x064ecd0c,0x51430600,0xe0bfb11f,0xe3ea01ae,0xf3f1205a,0xff7382d9,0x6d41f19e,0x8a313000,0xc3e00000,0x041f0002,0x1eedaec3,0xf1dfe2cc,0x9e2ee9ed,0xcad232ec,0x2a30001f,0x0000000a,0x9c0000dc,0x063eca0c,0x513e05e0,0xe0afb01f,0xe3eb01be,0xf3f1005b,0xff3383d9,0x7d41f16e,0x9231a000,0xc3c00000,0x04190002,0x22ed8ec3,0xf1e005cc,0x1e2ee9fd,0xcbd292ec,0x2a90001f,0x1000000a,0x9f0000db,0x062ecb0c,0x413805c0,0xe0afad1f,0xf3ea01ce,0xf5f08057,0xfef382d9,0x7d44f0de,0x8c324000,0xc3a00000,0x04280002,0x22ed6ec7,0xf2401fcb,0x9e2fea0d,0xced312ef,0x2b10001f,0x2000000a,0xa30000db,0x061ecc0c,0x213105a0,0xe09fa920,0x03ea01ae,0xf9f0405a,0xfec382d9,0x3d45f03e,0x8832c000,0xc3d00000,0x04370002,0x21ed7ec5,0xf29037cb,0x2e30ea0d,0xd1d372f2,0x2b80001f,0x4000000a,0xa50000db,0x060ecf0c,0x012805a0,0xe06fa620,0x03e801be,0xf8f0805e,0xfee384d9,0x4d44f06e,0x8c32b000,0xc4400000,0x04350002,0x1eed5ec6,0xf28053ca,0xae35ea1d,0xd1d412f3,0x2c00001f,0x5000000a,0xa80000da,0x05fed30b,0xd11f05a0,0xe04fa520,0x13e001de,0xf4f13063,0xff3382d9,0xcd45f17e,0x9431d000,0xc4800000,0x04220002,0x20ed8ec1,0xf1e06ec9,0xce3bea1d,0xcfd4a2f3,0x2c80001f,0x6000000a,0xac0000da,0x05eed60b,0x81120580 +}; + +u32 ANIM_ENTRY_slide_right[] = +{ + 0xffaf9700,0x2fd60560,0x0703100c,0xff8080ff,0x9c8a2ed0,0x832c5000,0xd8100000,0x045f000a,0x56f4cfbc,0xe06f7003,0x9f36fcac,0x4cf78032,0x39e0000e,0x0000000f,0x6c000fdb,0xf6efa7fc,0x20490550,0xffef97ff,0xdfd40540,0x0c03000c,0xffa081ff,0xac8d2ee0,0x842c7000,0xd8900000,0x045e000a,0x52f4efc0,0xe09f7103,0x7f36fc0c,0x54f7c03a,0x3a30000e,0xe000000f,0x63000fdc,0xf69fa7fc,0x404c0530,0x006f93fe,0xefd50580,0x1a02b00b,0xff9082ff,0x8c912ee0,0x892c7000,0xd9000000,0x045b000a,0x4cf52fc3,0xe07f7203,0x6f32fa9c,0x6af8004c,0x3b000011,0x2000000f,0x4d000fe0,0xf5cfa9fc,0x70560560,0x013f8afd,0xdfd60650,0x2a021005,0xff9089ff,0x2c962e80,0x8f2c5000,0xd9500000,0x045c000a,0x41f5cfce,0xe09f7303,0xaf2ff8ac,0x85f7c070,0x3bc00013,0xe000000f,0x1c000fe4,0xf4cfb1fd,0x007306d0,0x023f7bfd,0x0fd907b0,0x3400dffe,0xff608ffe,0xfc992de0,0x942c2000,0xd9600000,0x0461000a,0x41f6afd9,0xe11f7004,0x3f1ff6fc,0x9cf700a7,0x3b900016,0x1000000e,0xc9000fe7,0xf42fb8fd,0xd0a20a50,0x027f6cfc,0xcfe80900,0x36ff3ff7,0xff4094fe,0xcc9e2d70,0x9a2c2000,0xd9600000,0x0464000a,0x3df7afe7,0xe16f6f03,0xef0ef5ec,0xacf680d8,0x3a600018,0x4000000e,0x6e000fed,0xf2dfb5fe,0x70c70f60,0x01af6cfc,0xe0070900,0x37fe0ff4,0xff0096fe,0x9ca82d50,0xa42c6000,0xd9a00000,0x0465000a,0x2ff7bfed,0xe17f7003,0x5f0bf52c,0xb8f680e9,0x38a0001b,0x3000000e,0x2c000ff2,0xf1afb4fe,0xd0da1220,0x009f7bfc,0xc02807f0,0x3ffd6ffa,0xfe908cfe,0x9cb02d60,0xad2cb000,0xda100000,0x0464000a,0x1cf61fe8,0xe17f6c03,0x4f17f40c,0xc9f730e5,0x3720001e,0xd000000e,0x09000ff7,0xf08fb1fe,0xd0dc0f70,0xffff8cfc,0x404006e0,0x50fd2ffe,0xfde07eff,0x0cad2d50,0xb12ce000,0xda000000,0x0461000a,0x1ef56fea,0xe18f7103,0x5f1ff2bc,0xe1f760df,0x35600022,0x5000000d,0xfc000ffc,0xef5fa6fe,0x40b80ab0,0xff8f98fb,0xd0540680,0x61fc8ffa,0xfce071ff,0x6ca22d20,0xae2cf000,0xd9d00000,0x0460000a,0x38f64ff8,0xe1df7403,0x3f23f18c,0xf8f6e0d5,0x33300025,0x7000000e,0x04000001,0xee4f9efd,0x60800590,0xfeff9cfb,0xa06a06b0,0x6ffbefed,0xfc0063ff,0x8c952d70,0xac2d0000,0xda200000,0x0466000a,0x56f71001,0xe1bf5e03,0xaf29f0ad,0x0bf790c9,0x31200028,0x4000000e,0x1d000005,0xed5f9efc,0xb04f0090,0xfe4f9dfb,0xa08506f0,0x78fb3fe2,0xfba05cff,0x7c902de0,0xb72cf000,0xda700000,0x0469000a,0x66f74005,0xe21f4e04,0x5f33effd,0x1bf9a0bc,0x2f30002a,0xf000000e,0x3d000009,0xec4fa1fc,0x302bfdb0,0xfd7f9ffb,0xc0a20710,0x81fa2fd1,0xfb8060ff,0x6c962de0,0xc82cc000,0xda800000,0x0469000a,0x6df7800a,0xe2ef5105,0x0f41ef5d,0x2bfcc0ac,0x2db0002d,0x6000000e,0x5c00000c,0xebafa3fb,0xb007fe90,0xfcdfa4fb,0xf0b906d0,0x84f91fbe,0xfb3068ff,0x7ca32dd0,0xd62d0000,0xda100000,0x0464000a,0x62f8500e,0xe32f5605,0xbf52ee8d,0x390030a0,0x2c70002f,0x6000000e,0x7300000c,0xebbfaefb,0x5fe60110,0xfc8faefc,0x80c70670,0x81f89faa,0xfb006cff,0x5cb52d80,0xdc2d3000,0xd9200000,0x045d000a,0x2afa2020,0xe36f6006,0x8f63ed6d,0x430360a2,0x2b600030,0xf000000e,0x7000000c,0xeb8fb4fb,0x3fd90240,0xfbbfb9fd,0x70dd05e0,0x78f82f9b,0xfaa06dfe,0xecc12d30,0xdc2d9000,0xd8200000,0x0459000a,0x02fce040,0xe34f6105,0xdf76ecfd,0x480460aa,0x2a700032,0x0000000e,0x3d00000c,0xeb6fb2fb,0xd0040270,0xfa8fc1fe,0xb0f90510,0x6bf7cf98,0xfa3067fe,0x7cc42d50,0xe32e1000,0xd7500000,0x045c0009,0xf7fee051,0xe23f5205,0x6f86ed3d,0x4b0280b6,0x29900032,0x4000000d,0xe800000a,0xebefb3fd,0x205b0130,0xf91fca00,0x01190410,0x5cf75f9b,0xf9a059fe,0x1cc42da0,0xf02e5000,0xd6800000,0x04590009,0xec000049,0xe23f4b05,0xcf9bedbd,0x4a0070c6,0x28b00032,0x5000000d,0x91000007,0xec9fbafe,0x40ac0040,0xf7efd501,0x613402e0,0x51f74fa0,0xf8e04bfd,0xbcbd2de0,0xfb2e1000,0xd6200000,0x04540009,0xe5007036,0xe24f4906,0x2fb2ee5d,0x45ff70db,0x27e00031,0x8000000d,0x3c000003,0xed9fbeff,0x20e30090,0xf79fdb02,0xd13a01b0,0x40f78fb2,0xf7d038fd,0xacb22ec1,0x032dd000,0xd6500000,0x04510009,0xe100501b,0xe22f4206,0x5fb6ef0d,0x44fe20f8,0x26b0002f,0x6000000c,0xf5000ffc,0xef4fbcff,0xc10b0180,0xf6efdc03,0xe1440080,0x37f78fc8,0xf68024fd,0xbca43051,0x112de000,0xd7100000,0x044b0009,0xe6ff5ffc,0xe20f3b05,0x4fbbf09d,0x4dfd6103,0x2680002c,0x9000000c,0xc6000ff3,0xf1ffb900,0x512f0230,0xf6efd504,0xa1410010,0x33f79fdc,0xf59017fe,0x4c963221,0x1c2e0000,0xd7f00000,0x04460009,0xf6fd3fde,0xe1af3204,0xcfbef21d,0x54fd2112,0x27700029,0x0000000c,0xaa000fe5,0xf61fbc00,0xc14b0200,0xf93fc905,0xc1130020,0x29f7eff7,0xf58012ff,0x4c8a3371,0x1b2dc000,0xd9100000,0x044a000a,0x04fa8fc2,0xe17f2b05,0x6fb1f1ed,0x54fc113f,0x28100024,0xe000000c,0x9b000fd6,0xfb2fcd01,0x115e0160,0xfb1fbf06,0xf0ef0040,0x19f90fff,0xf45017ff,0xec8533d1,0x162d8000,0xda000000,0x044b000a,0x19f85fa2,0xe21f2a05,0x9fa8f1ed,0x46fb315f,0x28700020,0x4000000c,0x97000fc4,0x01400101,0x31650160,0xfbefbc07,0xb0e10030,0x0cf98002,0xf37022ff,0xfc833371,0x122d1000,0xdab00000,0x044b000a,0x4cf50f97,0xe29f2d05,0xcfadf24d,0x37faf165,0x29b0001b,0xe000000c,0xa2000fb1,0x07f04d01,0x316600e0,0xfd3fb907,0xa0cb0050,0x09f8900f,0xf4c02eff,0xdc8232f1,0x0e2c9000,0xdb700000,0x0447000a,0x78f23f91,0xe2ef3a06,0x6f97f1ed,0x34fb216e,0x2bd00019,0x4000000c,0xb6000fac,0x09f07901,0x2163ffb0,0xfe4fb907,0x80b60050,0x06f8501b,0xf5e034ff,0xdc8032e1,0x0b2c5000,0xdbf00000,0x0444000a,0x90f0df84,0xe37f4406,0x6f66f0ed,0x2dfbd16f,0x2e200019,0xb000000c,0xd2000fbc,0x04f05c00,0xf15bfe50,0xfeefc007,0x70a4002f,0xfff89025,0xf69038ff,0xfc8132d1,0x052c7000,0xdc200000,0x0446000a,0x98f04f74,0xe3bf3c06,0x7f37efcd,0x19fc6165,0x3000001c,0x1000000c,0xf3000fd1,0xfde02c00,0xc14efd00,0xffbfbf07,0x509200cf,0xfaf8e028,0xf7303eff,0xbc823260,0xfe2c8000,0xdc500000,0x0446000a,0x8bf14f5e,0xe39f3506,0xff08eecd,0x05fc815c,0x3180001e,0xa000000d,0x1a000fe0,0xf8bfff00,0x8140fc80,0x00bfc006,0xd078013f,0xfbf96029,0xf7c041ff,0xac813250,0xf52c8000,0xdc900000,0x0443000a,0x8af1af5b,0xe3af3b06,0xeeecedac,0xf2fb8154,0x32900021,0x3000000d,0x46000fe9,0xf5cfd900,0x713afd00,0x017fc906,0x205a011f,0xfffab02f,0xf8404400,0x7c7e3240,0xe22cc000,0xdca00000,0x0442000a,0x9ef0ef65,0xe42f3f07,0x3eeeec9c,0xdaf9d142,0x33700023,0x9000000d,0x79000fed,0xf44fc200,0x312cfd90,0x019fc805,0x904d01cf,0xfdfbf02b,0xf9104a00,0xec813180,0xce2ce000,0xdc800000,0x0445000a,0xa1f0bf62,0xe49f3e07,0x4eebed0c,0xc3f95128,0x34a00024,0xf000000d,0xad000ff0,0xf34faaff,0xf116fe20,0x016fc305,0x1046030f,0xf6fcc01c,0xfa305301,0x1c8830f0,0xc32d1000,0xdc700000,0x0449000a,0x9ff06f57,0xe45f3c06,0xcee9ee2c,0xaff9a109,0x36400025,0x5000000d,0xe7000ff1,0xf32f8dff,0xa0fffe60,0x01dfbf04,0x803203df,0xeefdb010,0xfae05a01,0x7c8d3070,0xba2d8000,0xdc300000,0x0449000a,0x8ef13f66,0xe47f4107,0x6ee5eeec,0xa1fa00f0,0x37c00024,0xe000000e,0x22000ff0,0xf36f6cff,0x50e7fe80,0x02dfbe03,0xe014041f,0xe9feb009,0xfb905f01,0xec902fd0,0xb22df000,0xdbd00000,0x0446000a,0x78f27f83,0xe56f4509,0x2ee0ef1c,0x9af9d0e0,0x38f00023,0xc000000e,0x5b000ff2,0xf2df3aff,0x10d1fed0,0x03afc303,0x0ffb040f,0xeaffd004,0xfc706302,0x3c952f80,0xac2e1000,0xdc200000,0x0447000a,0x96f09f59,0xe56f4309,0xfedcef9c,0x9af970cb,0x3a600021,0x6000000e,0x96000ff0,0xf3cf0cfe,0xe0baff00,0x043fc802,0x2fe903df,0xed00cfff,0xfd506a02,0x6c9b2f70,0xa92e2000,0xdbd00000,0x044b000a,0x8df06f62,0xe47f400b,0x6ee4f04c,0x97f910b5,0x3bd0001e,0x9000000e,0xcd000fec,0xf55efcfe,0xa0a3ff20,0x045fca01,0xafde03df,0xec015ffa,0xfe007102,0xcca42f30,0xa72e2000,0xdb200000,0x044d000a,0x79f07f75,0xe44f3e0e,0x0ef4f16c,0x8df8f09d,0x3cc0001b,0xf000000e,0xfa000fea,0xf66f15fe,0x7091ff30,0x041fca01,0x6fda03df,0xeb01bff5,0xfea07503,0x2caa2f30,0xa92e3000,0xdb000000,0x044f000a,0x86ef2f68,0xe45f390e,0xef02f2fc,0x82f8f084,0x3d600019,0x6000000f,0x1e000fe9,0xf6bf37fe,0x6085ff50,0x03efc701,0x3fd5040f,0xe8024ff0,0xff607a03,0x3cae2f60,0xac2e3000,0xdae00000,0x0453000a,0x86eebf6c,0xe39f320d,0xff0af47c,0x7af8c071,0x3de00017,0x1000000f,0x37000fec,0xf5ef44fe,0x6081ffa0,0x03dfc301,0x0fcd040f,0xe7029fef,0xffc07b03,0x5cb02ff0,0xb02e5000,0xdad00000,0x0453000a,0x84eeaf70,0xe32f2c0e,0x0f12f59c,0x76f7d066,0x3e300015,0x3000000f,0x45000fed,0xf5af50fe,0x607f00b0,0x03efc100,0xdfc203df,0xe802dff2,0x00107a03,0xccaf30d0,0xb22e5000,0xdad00000,0x0456000a,0x81ee8f71,0xe2df2e0e,0x0f16f67c,0x71f65060,0x3e300013,0x5000000f,0x50000fed,0xf5df60fe,0x607d0220,0x042fbf00,0xdfb3037f,0xe9036ff9,0x00607404,0x5caa31b0,0xb12e5000,0xdac00000,0x045a000a,0x7aeecf78,0xe2df2b0e,0x0f17f72c,0x69f5305e,0x3e000011,0x8000000f,0x58000fec,0xf63f6efe,0x607b0340,0x048fb900,0xefa4038f,0xea03cffd,0x00607004,0xcca43200,0xaa2e3000,0xdac00000,0x045d000a,0x76ef2f7e,0xe2ef250e,0x0f19f7ac,0x60f5105f,0x3d900010,0x0000000f,0x5c000fec,0xf67f7efe,0x707a03b0,0x044fb500,0xdfa103bf,0xed03cffc,0x00807005,0x4ca03220,0xa72e1000,0xdab00000,0x045e000a,0x76ef2f80,0xe30f260d,0xff28f89c,0x58f5b056,0x3da0000e,0xd000000f,0x64000fec,0xf6af94fe,0x70790370 +}; + +u32 ANIM_ENTRY_slide_left[] = +{ + 0x019fbffe,0xdfaf04c0,0x21037ffe,0xfec096fc,0xfc802b80,0x472cd000,0xd4800000,0x04890009,0xc1032f92,0xe9af4c06,0xbf33feec,0x51f3a002,0x3e600008,0x5000000f,0xc7000fda,0xf8cfc6fc,0xf04d04c0,0x019fbdfe,0xefb404d0,0x24033ffd,0xfea095fc,0xcc7e2b90,0x4a2c9000,0xd3c00000,0x048b0009,0x9b065fb5,0xe97f4906,0x9f35fe6c,0x51f2f004,0x3e400009,0x4000000f,0xc3000fdd,0xf86fcefc,0xf04e0590,0x01afbafe,0xdfbb04f0,0x2a025ffb,0xfe7093fc,0x8c7c2ba0,0x4f2c7000,0xd3000000,0x04890009,0x81090fd1,0xe94f4906,0x7f39fd7c,0x55f2600d,0x3e20000b,0x1000000f,0xb8000fe0,0xf7cfd7fd,0x00500620,0x01bfb9fe,0xbfc70530,0x34016ff9,0xfe0092fc,0x0c7b2b90,0x582c4000,0xd2a00000,0x04870009,0x7909cfdb,0xe93f4906,0x5f3ffbcc,0x5df3c01a,0x3e20000e,0x2000000f,0xa6000fe3,0xf6efe1fd,0x005504d0,0x01bfb7fe,0x7fd90590,0x41008ff8,0xfdd096fb,0x4c792bb0,0x652bf000,0xd3100000,0x048a0009,0x86077fcb,0xe95f4205,0xef38f95c,0x6bf4f031,0x3df00012,0xc000000f,0x80000fe8,0xf5dfdefd,0x306303d0,0x01cfb7fe,0x6fef05a0,0x4eff1ff8,0xfd6096fa,0xcc772c10,0x742b8000,0xd3200000,0x048e0009,0x9b056fbd,0xe9af3a05,0x3f1bf65c,0x83f6104d,0x3da00018,0xa000000f,0x51000feb,0xf4ffc1fd,0x607402c0,0x01dfbffe,0x80060510,0x56fd9ffe,0xfcb090fa,0x4c7a2c70,0x832b2000,0xd2600000,0x04930009,0x9705efc5,0xea0f3804,0xbef4f31c,0xa3f7306c,0x3d30001e,0xc000000f,0x1f000feb,0xf53f89fd,0xa0850130,0x01bfd1ff,0x00220420,0x56fbfffc,0xfc308ef9,0x8c812c30,0x922af000,0xd1900000,0x04980009,0x8f064fc9,0xea8f3904,0x8ee3efdc,0xbff8108d,0x3c700024,0x7000000e,0xe4000fe9,0xf64f46fd,0xe099ff20,0x01bfe3ff,0x903e0320,0x52fa6ffb,0xfb7087f8,0xdc872be0,0x9f2af000,0xd0800000,0x049c0009,0x95060fce,0xeb7f3904,0xaee9ecec,0xd3f800b4,0x3b400028,0xc000000e,0x9b000fe8,0xf6ff11fe,0x40b2fdd0,0x018fec00,0x205b0280,0x4ef8cffe,0xfab077f8,0x7c8a2b60,0xa92b1000,0xcf200000,0x04a20009,0x9a062fd3,0xec5f3804,0xbef0eafc,0xe8f680d8,0x3980002b,0x0000000e,0x4f000fe9,0xf6af0dfe,0xa0cdfe90,0x00cfec00,0xd0820290,0x46f74ffd,0xfa6068f8,0x0c8b2a70,0xb22b5000,0xcdb00000,0x04a50009,0xa1062fd6,0xed0f3505,0x0ef4ea7c,0xfcf510ee,0x3770002b,0x4000000e,0x0e000feb,0xf65f3eff,0x00e5fff0,0xffdfe801,0xc0ae02c0,0x38f5cffb,0xfa2055f7,0x5c8b29b0,0xbf2bb000,0xcc600000,0x04a30009,0xb4061fdc,0xed6f3405,0x4f02eafd,0x09f4a0fc,0x35500029,0xa000000d,0xd8000fea,0xf73f79ff,0x40f700b0,0xff2fe503,0x00d30300,0x22f3fff8,0xfa5041f6,0x8c8c2940,0xc62c6000,0xcb800000,0x04a20009,0xc6064fe6,0xee0f3005,0x8f1eebcd,0x0ff4710f,0x32f00026,0xa000000d,0xa2000fe6,0xf8ff9eff,0x91070140,0xfedfde04,0x40f00330,0x08f16ffd,0xfae025f6,0x1c932940,0xcd2d5000,0xca900000,0x04a10009,0xc4056fe0,0xef0f2a05,0x4f3feccd,0x14f4d129,0x30900022,0xf000000d,0x70000fe3,0xfb3fafff,0xd1170170,0xfe8fd605,0x2109030f,0xf3eec00a,0xfb0002f6,0x4c9b29b0,0xe52de000,0xc9400000,0x049f0009,0xb9035fcc,0xeedf2b05,0x3f64ee3d,0x1ef5a13f,0x2ed0001e,0xc000000d,0x4a000fde,0xfe3fb5ff,0xf11e0130,0xfdffd305,0x512501ff,0xe6ecd01d,0xfa8fe6f6,0x8ca12a60,0xff2e2000,0xc7b00000,0x049d0009,0xbb035fca,0xeebf2b04,0xff96f00d,0x29f6914a,0x2dc0001a,0xb000000d,0x2b000fd9,0x016fba00,0x11240080,0xfd5fd405,0x114000cf,0xdeebb02d,0xfa0fdbf6,0xaca42b21,0x112e4000,0xc5e00000,0x049e0009,0xcb05bfe0,0xeedf2a04,0xbfc3f12d,0x38f7714f,0x2cf00018,0x8000000d,0x0d000fd9,0x02afb600,0x51350000,0xfcffd604,0xa154002f,0xdaeaf034,0xfa3fdbf6,0x7ca82b41,0x1c2e3000,0xc4800000,0x04a30009,0xdc06dfee,0xee5f2a04,0xbfd9f15d,0x4af80151,0x2c100019,0x1000000c,0xfb000fde,0x00af9f00,0x6138ffc0,0xfc8fda04,0x0167000f,0xd8ea6035,0xfaafe1f5,0xacaf2ad1,0x202e1000,0xc3a00000,0x04aa0009,0xde068ff3,0xed8f2c02,0xffcbf05d,0x59f8814f,0x2b30001c,0xa000000c,0xf3000fe8,0xfb9f8800,0x5133ff80,0xfc2fe103,0x4178ffff,0xdaea6034,0xfb4fedf4,0x9cb52a51,0x222e2000,0xc2f00000,0x04ac0009,0xe006d001,0xed2f3401,0x1f97ee6d,0x6cf99148,0x2ac00022,0x2000000c,0xf4000ff2,0xf6af7400,0x212afeb0,0xfc5fe702,0x517b002f,0xe0ea802a,0xfbe002f3,0x3cb92901,0x1a2e3000,0xc2d00000,0x04ae0009,0xf106900e,0xed1f2e00,0xff67ebdd,0x7ffb0142,0x2ab00027,0x4000000d,0x02000ff7,0xf3cf60ff,0xf11efd30,0xfc8feb01,0x717c00ef,0xe5eaa01a,0xfcb017f1,0x8cbd27a1,0x132e9000,0xc3700000,0x04ac000a,0x0a04f009,0xecdf2801,0x2f54e9dd,0x85fd0133,0x2af0002b,0x3000000d,0x27000ffa,0xf1df52ff,0x7103fb40,0xfc6fee00,0xe17f01bf,0xe5eb200c,0xfdb029f0,0x3cbc2671,0x0e2f0000,0xc3f00000,0x04a8000a,0x12048009,0xed1f2701,0x7f50e8cd,0x78ff5115,0x2af0002e,0x3000000d,0x5c000ffe,0xef8f50fe,0xc0dcf960,0xfd8ff100,0x4164029f,0xe8ec6ffa,0xff7041ef,0xfcb725b0,0xfe2ea000,0xc4200000,0x04b3000a,0x0f04b01c,0xed1f1c00,0x5f3ee72d,0x7100d103,0x2aa00030,0x5000000d,0x9b000000,0xee2f4cfd,0xe0a8f7e0,0xff7ff7ff,0x1133031f,0xf5ee0fe6,0x00d056f0,0x7cb225a0,0xe92e0000,0xc4600000,0x04c0000a,0x03048027,0xed0f14fe,0xef23e4dd,0x790190f8,0x2ac00032,0x1000000d,0xe4000001,0xed8f3efc,0xc05ff5f0,0xffbffbfd,0xc1260380,0x09ef3fd6,0x014068f0,0xecb12570,0xdd2d9000,0xc4200000,0x04c10009,0xf5054023,0xed4f1afe,0xdf1be48d,0x760270d9,0x2ba00032,0xf000000e,0x2e000002,0xec7f35fb,0x8011f2e0,0xff9ff9fc,0xc12003b0,0x16f00fd2,0x01e072f1,0x5cb22580,0xda2d2000,0xc3b00000,0x04c40009,0xed05f01e,0xed3f1eff,0x2f16e53d,0x6800e0c3,0x2c200032,0xd000000e,0x58000003,0xebff36fa,0xefe9f250,0xffaff9fb,0xe11203c0,0x1ef0efcc,0x02a07df2,0x1cb62590,0xd22d1000,0xc3700000,0x04c50009,0xea064025,0xed2f23ff,0xef1ae5fd,0x57fde0bf,0x2cc00032,0x1000000e,0x49000002,0xec4f37fa,0xfff0f5a0,0xffdffafb,0x30fc03f0,0x25f1ffbf,0x03008ef2,0xecb82540,0xc22d4000,0xc3800000,0x04bc0009,0xe605e025,0xee0f2f02,0x3f2ce6cd,0x3efb60c9,0x2de00030,0xa000000e,0x17000001,0xec9f47fb,0x500bf760,0x001ff3fa,0xe0e40420,0x2af32fbf,0x02b098f3,0xdcb72580,0xb12d8000,0xc3700000,0x04b50009,0xe005d01d,0xee6f3603,0x9f40e7dd,0x1df990d8,0x2f40002e,0xd000000d,0xea000001,0xecbf64fc,0x0037f610,0x009fe3fa,0xf0c60450,0x29f4afc8,0x022098f5,0x0cb326b0,0xa32d9000,0xc3600000,0x04b70009,0xd8063015,0xed8f3502,0xff4fe8dc,0xfbf7e0eb,0x3040002c,0xd000000d,0xc6000001,0xed0f87fc,0xc06af550,0x015fcffa,0xf0a504c0,0x2bf63fd0,0x018095f6,0x6cad27c0,0x992d7000,0xc3500000,0x04b60009,0xcf061000,0xed2f3702,0x7f4fe9ec,0xe5f69102,0x3160002a,0x9000000d,0xa9000000,0xed9fa2fd,0x4089f610,0x020fbafa,0xe0870580,0x2ef7efdb,0x013095f7,0x9ca427c0,0x8c2d8000,0xc3a00000,0x04af0009,0xef048fe4,0xed8f3404,0xbf44eb2c,0xd7f59114,0x32a00027,0xe000000d,0x97000000,0xee6fb2fd,0x8098f780,0x025faffb,0x00710600,0x32f96fde,0x01409df8,0x8c992710,0x792d9000,0xc4400000,0x04ab000a,0x25025fcf,0xedaf2808,0x8f41ecac,0xc3f41116,0x33800024,0xf000000d,0x91000fff,0xef9fbefd,0xb0a3fa70,0x02bfacfb,0x005905d0,0x36fabfe1,0x0100a5f9,0x7c922770,0x6b2cf000,0xc4900000,0x04ab000a,0x2a012fc6,0xedaf2c09,0x5f46eddc,0xaff21113,0x34500022,0x2000000d,0x93000fff,0xf0cfc7fd,0xd0abfe00,0x03ff99fa,0x20380680,0x42fbdfec,0x0070a7fa,0x6c8d2850,0x632c8000,0xc4f00000,0x04af000a,0x1d011fc0,0xed7f3c06,0x6f29eecc,0xbbf1411f,0x3630001f,0x3000000d,0x99000fff,0xf1bfc6fd,0xe0ae0110,0x055f84f9,0x201707b0,0x4ffc9ff3,0x0050affb,0x2c8c28d0,0x582c6000,0xc5300000,0x04b1000a,0x1600afba,0xed6f4703,0xff03efac,0xcdf0e12d,0x3850001c,0x4000000d,0xa2000000,0xf2afc1fd,0xd0ac0370,0x05bf8ef9,0xa0020700,0x49fd7ff5,0x0060b9fb,0xbc8b2900,0x502c3000,0xc5700000,0x04b2000a,0x14ffcfb9,0xed7f4803,0x9f12f04c,0xb3eef12a,0x38300019,0x8000000d,0xaf000000,0xf3afc6fd,0xc0aa0570,0x061f8afa,0x2ff206d0,0x3ffe5ffd,0x0040bdfc,0x3c8c2940,0x4f2be000,0xc5800000,0x04b1000a,0x12ff5fba,0xee4f4904,0xef11f14c,0x9fee4125,0x38500017,0x0000000d,0xc7000001,0xf4afc5fd,0xc0ac0780,0x066f81fa,0x8fe40660,0x36ff400c,0x0030b6fc,0xbc8f2aa0,0x5c2bc000,0xc5900000,0x04b2000a,0x0eff3fbc,0xee3f4804,0x9f06f24c,0x93ee911d,0x38e00014,0xd000000d,0xea000002,0xf55fc0fd,0xd0b00900,0x069f7ffa,0xdfd80540,0x2d00401f,0x0080a9fd,0x2c922c80,0x712be000,0xc5a00000,0x04b6000a,0x0eff0fb8,0xed3f3c03,0x2f07f30c,0x86eef10f,0x39600013,0x1000000e,0x18000003,0xf5cfbefd,0xd0af0930,0x06ef81fb,0x2fc704a0,0x2801502a,0x00d0a7fd,0x8c932d10,0x762c1000,0xc5500000,0x04b7000a,0x0effcfb6,0xecef3603,0x3f0af37c,0x79ef7101,0x39f00011,0x7000000e,0x4a000004,0xf62fc4fd,0xc0ac08b0,0x078f7ffb,0x1fb60480,0x2701e030,0x00e0a2fd,0x9c932d60,0x7b2bf000,0xc5300000,0x04b4000a,0x0600bfb6,0xeccf3803,0x6f01f39c,0x76f050f8,0x3ac00010,0x4000000e,0x7c000005,0xf67fc6fd,0x90a40880,0x073f80fb,0x9fb10470,0x1e02602e,0x00c09efd,0x5c922d70,0x7e2c0000,0xc5a00000,0x04b1000a,0x0300afab,0xecbf3a03,0x2f03f43c,0x68f090e0,0x3af0000f,0x6000000e,0xb3000006,0xf6efc7fd,0x108808e0,0x063f88fc,0xefb60430,0x0e02b025,0x0010a0fd,0x2c8e2d30,0x792c0000,0xc5f00000,0x04af000a,0x05ffef95,0xec9f3d03,0x1f17f55c,0x4aef20bc,0x3a40000e,0x8000000e,0xea000007,0xf72fcffc,0x806a0920,0x063f89fd,0x4fad0420,0x09031027,0xffa099fd,0x3c8b2d50,0x752c1000,0xc6000000,0x04b0000a,0x04ffff8b,0xec8f4203,0x2f19f5cc,0x42ee90ad,0x3a70000d,0xd000000f,0x0a000008,0xf74fd1fc,0x706708a0,0x072f80fc,0x9f9b04b0,0x1003602b,0xffa090fd,0x4c8a2db0,0x762c4000,0xc5f00000,0x04b1000a,0x01012f95,0xec7f4203,0x0f03f56c,0x54f110ae,0x3bf0000d,0x7000000f,0x25000009,0xf73fcdfc,0x70680690,0x076f7dfc,0x7f900560,0x1203d029,0xff8093fd,0x8c882d90,0x712c2000,0xc5e00000,0x04b2000a,0x0201ff99,0xec2f4102,0xdefbf59c,0x58f250a6,0x3ca0000c,0xd000000f,0x3c00000a,0xf76fcffc,0x50640560,0x06cf80fc,0xff920570,0x0d04302d,0xff6094fd,0xcc842d90,0x6e2bf000,0xc5e00000,0x04b2000a,0x08020f95,0xebbf4202,0xcf04f68c,0x4bf25094,0x3c70000c,0x0000000f,0x4d00000b,0xf77fd8fc,0x405f0520,0x065f7ffd,0x5f950580,0x09041030,0xff4091fd,0xec822db0,0x6e2bf000,0xc6100000,0x04b2000a,0x0b022f93,0xebcf4402,0xff03f76c,0x43f29088,0x3c60000b,0x3000000f,0x5600000c,0xf78fdefc,0x305d04f0,0x061f7cfd,0x8f9405b0,0x06041030,0xff308dfe,0x2c832de0,0x6c2c0000,0xc6400000,0x04b1000a,0x0d018f85,0xebdf4403,0x2f00f81c,0x40f29080,0x3c60000a,0x9000000f,0x5d00000d,0xf7cfe2fc,0x305e0510,0x05ff7afd,0xbf9005b0,0x06048035,0xff9087fe,0xac822e30,0x6b2c1000,0xc6400000,0x04b0000a,0x0c00ef80,0xeb9f3f03,0x1f01f87c,0x3cf2a07b,0x3c60000a,0x1000000f,0x6400000f,0xf81febfc,0x205d0500,0x060f76fd,0xcf8a05d0,0x0804a036,0xffc088fe,0xec812e40,0x692c1000,0xc6700000,0x04ad000a,0x0400af92,0xeb9f3e03,0x0f00f8bc,0x3af32079,0x3c800009,0xb000000f,0x68000010,0xf83ff3fc,0x205f04d0,0x05ff77fd,0xff8705c0,0x0804a035,0xffa08cfe,0xdc802e20,0x652c2000,0xc6c00000,0x04ac000a,0x00005f9d,0xebcf4003,0x3efef8fc,0x37f36075,0x3c800009,0x6000000f,0x6b000011,0xf86ff5fc,0x306204a0,0x059f79fe,0x3f8a0590,0x07048035,0xff908dfe,0xbc802e00,0x632c3000,0xc6e00000,0x04ab0009,0xff004f9f,0xebef4003,0x6efdf97c,0x33f3706c,0x3c700009,0x2000000f,0x6f000013,0xf89ff5fc,0x20610460,0x055f7bfe,0x4f8c0540,0x0703f037,0xff908afe,0xac7e2df0,0x652c1000,0xc6f00000,0x04ac000a,0x01007fa5,0xebdf4003,0x4efdf9ec,0x33f38065,0x3c800008,0xd000000f,0x73000014,0xf8aff5fc,0x20610440,0x055f7dfe,0x2f890570,0x0803b033,0xfff08bfe,0x8c7e2d70,0x602c1000,0xc6d00000,0x04ad000a,0x0300efa4,0xebef4603,0x5ef4fa1c,0x39f3505f,0x3cd00008,0xc000000f,0x79000015,0xf8afeefc,0x20610470 +}; + +u32 ANIM_ENTRY_jump_backwards[] = +{ + 0xfd70c802,0x2036fe5f,0xfffbe052,0xf7975e8b,0xb3e21c10,0x963e6000,0xce600000,0x0299000c,0x75f3dff7,0xfa302509,0x78ea80a3,0xd9fb2fe2,0x3e70000b,0xa000000f,0x45000004,0xf7cff0fa,0x00a3fe70,0xfd80c902,0x2037fe40,0x00fbd052,0xf7975e8b,0xb3e21c10,0x973e7000,0xce600000,0x0297000c,0x74f3dff7,0xfa302609,0x78eb80a3,0xd9fb1fe1,0x3e70000b,0xa000000f,0x46000004,0xf7dff8fa,0x00a3fe80,0xfd80c902,0x2037fe40,0x00fbd052,0xf7975e8b,0xb3e21c10,0x973e7000,0xce600000,0x0297000c,0x74f3dff7,0xfa302609,0x78eb80a3,0xd9fb1fe1,0x3e70000b,0xa000000f,0x46000004,0xf7d000fa,0x00a3fe80,0xfd70c902,0x2038fe3f,0xfffbe053,0xf7875e8b,0x93e31c00,0x963e7000,0xce400000,0x0298000c,0x72f3dff7,0xfa502509,0x78e980c3,0xd8fb0fe4,0x3e50000b,0xd000000f,0x41000007,0xf7d009fa,0x10a3fe90,0xfd60c902,0x2038fe3f,0xfffbe053,0xf7875e8b,0x93e31c10,0x963e7000,0xce400000,0x0298000c,0x72f3dff8,0xfa402509,0x78e880c3,0xd8fb0fe4,0x3e50000b,0xe000000f,0x41000007,0xf7e012fa,0x10a2fe90,0xfd30ca02,0x303cfe2f,0xfefbe055,0xf7975f8b,0x83e51c30,0x983e6000,0xce500000,0x0297000c,0x70f3bffb,0xfa202609,0x78e680c3,0xd8fb0fe5,0x3e60000c,0x2000000f,0x3b00000b,0xf7f01bfa,0x00a1fe70,0xfd00c902,0x303ffe1f,0xfefbd057,0xf787628b,0x83ec1c60,0x9a3e6000,0xceb00000,0x0296000c,0x69f36000,0xfa002709,0x68e580c3,0xd8faffe7,0x3e50000c,0x5000000f,0x3400000d,0xf82024fa,0x009ffe80,0xfcf0c902,0x1040fe00,0x00fb4059,0xf6e7678a,0xe3f61c50,0x983e4000,0xce700000,0x0298000c,0x61f35003,0xfa102609,0x68e480f3,0xd8fb0fef,0x3e40000c,0xa000000f,0x2700000d,0xf8802cfa,0x4092feb0,0xfce0c902,0x0043fdf0,0x05f9805d,0xf4e76b8a,0x54011c50,0x993e1000,0xce800000,0x0296000c,0x5df33000,0xfa502609,0x78e58133,0xd7fafff7,0x3e20000d,0x1000000f,0x1800000f,0xf92035fa,0xa07dfef0,0xfce0c901,0xf04efde0,0x0df64055,0xf2d76b8a,0x440d1c60,0x9a3dd000,0xcf600000,0x0292000c,0x5ff25ffa,0xfb002a09,0x28e281b3,0xd5facffe,0x3df0000d,0xe000000f,0x0c000015,0xf9b03dfb,0x105dff50,0xfcc0ca01,0xe062fdd0,0x0ff3c04c,0xf2276889,0x340e1c30,0x8f3d4000,0xcec00000,0x02a1000c,0x71f1cfef,0xfbe02c08,0xe8dd8283,0xd4faa00c,0x3da0000f,0x0000000e,0xf800001d,0xfbc044fb,0xb043ffb0,0xfc90c901,0xc070fd90,0x0ff2a04e,0xf1a75e88,0xf4071c60,0x8d3cb000,0xcea00000,0x02aa000c,0x8cf1cfe0,0xfbf02d08,0xe8d98373,0xd1fa601b,0x3d500010,0x3000000e,0xe4000026,0xfe104bfc,0x5024fff0,0xfc60c901,0x808dfd20,0x1defa045,0xf0074a89,0xe40d1c60,0x9b3cf000,0xcfb00000,0x029a000c,0x9ef18fcd,0xfcc03208,0x78d48613,0xcaf99045,0x3c600013,0x3000000e,0xb4000032,0x008050fc,0xe0150070,0xfc90cb01,0x60a7fd00,0x27ed3034,0xef37418a,0x44111b90,0x993d7000,0xcf700000,0x029a000c,0x9ff15fc3,0xfe203008,0x18d18833,0xb8f8f066,0x3bb00015,0x4000000e,0x9000003d,0x02c055fd,0xa00e00b0,0xfd00d001,0xa0d5fd00,0x32e9d015,0xee47338b,0x94051990,0x923e1000,0xce300000,0x02ac000c,0xa6f22fb8,0xffa02208,0x38c68c33,0xa4f7e0a7,0x3a300019,0x8000000e,0x48000044,0x04d059fe,0x300500e0,0xfd40d401,0xd0f2fce0,0x3ae7e005,0xed872a8d,0x03fd18c0,0x9a3e4000,0xcdf00000,0x02ae000c,0xa8f28fb6,0xffe01f08,0x48c08ef3,0x8df720d2,0x3920001c,0x9000000e,0x14000049,0x05305bfe,0x800000f0,0xfd50e201,0xe12efbb0,0x39e3afef,0xedb7208e,0xa40919b0,0xbe3dc000,0xcd500000,0x02a6000c,0xa2f18fbf,0xfe503707,0xa8cb9263,0x75f4a101,0x38200021,0x6000000d,0xc900004f,0x05605cfe,0xb0030190,0xfc50eb01,0x616ffac0,0x45e0efd5,0xed47208f,0xd4221950,0xc83c8000,0xcd500000,0x02b3000c,0x92f06fc9,0xfe004207,0xb8d29543,0x62f29129,0x37700026,0xc000000d,0x73000058,0x05005dfe,0xb00f0220,0xfad0ec00,0xa19cfab0,0x5ce0efc1,0xec472891,0x243f1740,0xc13be000,0xcf400000,0x02b4000c,0x81efafca,0xffb04708,0x78d296c3,0x59f1913e,0x3660002a,0xd000000d,0x30000058,0x047064fe,0xa01b0250,0xfa60ec00,0x71a6fac0,0x64e12fbd,0xec072c91,0x94471680,0xbf3bd000,0xd0000000,0x02b2000c,0x7eef7fc9,0x00604808,0xb8d29713,0x58f16142,0x3630002b,0xd000000d,0x20000057,0x043066fe,0xe01e0260,0xf9c0ed00,0x41b3fa70,0x65e10fbd,0xec272891,0xf44c1640,0xc53b8000,0xd0c00000,0x02a9000c,0x85ef4fc5,0x00a05208,0x88d19773,0x57f12146,0x3600002d,0x1000000d,0x0d000057,0x03d068fe,0xe0220260,0xf670f5ff,0x21f6f8e0,0x66e06fbd,0xed071493,0x846414c0,0xe9396000,0xd4b00000,0x027d000c,0xb3ee3fac,0x01e08a07,0x88d29963,0x4ef0115f,0x34f00034,0x0000000c,0xa4000059,0x017073ff,0x00340270,0xf5a0f6fe,0xc205f8b0,0x68e11fba,0xece71293,0xb4671350,0xe7389000,0xd5900000,0x027d000c,0xbfee4fb0,0x02c09906,0xe8d499f3,0x4aefd167,0x34900035,0xd000000c,0x87000052,0x007079ff,0x403e02c0,0xf3a0f8fd,0xc222f850,0x73e39fb6,0xec071294,0xc46f0ee0,0xde36e000,0xd8700000,0x0274000c,0xd5ef2fba,0x04d0b705,0x38db9b23,0x3bef417a,0x3380003a,0x2000000c,0x42000039,0xfdf09000,0x10590390,0xf100f6fc,0xb23bf810,0x82e64fba,0xeb571797,0x247d0920,0xdb347000,0xdcb00000,0x0251000c,0xebf12fc7,0x0580de01,0xd8df9c53,0x29eeb18a,0x3260003e,0xc000000b,0xfa00001b,0xfbc0ab00,0xf07b0490,0xee70f3fb,0xd254f850,0x8ae7efb9,0xeba72099,0xe4900460,0xe131e000,0xdf600000,0x0229000d,0x06f3ffcc,0x03a0f1fe,0x18de9cf3,0x23ee6192,0x31e00041,0xe000000b,0xc8000014,0xfb00b501,0x008b04c0,0xece0effb,0x3261f8a0,0x8de91fb9,0xebb7249b,0xc4a201e0,0xeb306000,0xe0200000,0x0213000d,0x18f60fc8,0x0250e3fc,0x98db9cf3,0x25ee5192,0x31f00042,0xe000000b,0xb5000013,0xfad0b700,0xe08d0490,0xead0e6fa,0x5261f920,0x93eb9fc5,0xeb97199f,0x04d2ffd1,0x022ce000,0xe0d00000,0x0206000d,0x34f8efb6,0x0020acfd,0x18d39c73,0x2cee918b,0x32600042,0xc000000b,0xb400000f,0xfad0bc00,0x608f0430,0xe7e0ddf9,0x724cf9f0,0x94ef4fd7,0xebf6eba4,0x454bfe31,0x1a241000,0xe1e00000,0x020e000d,0x56fbff96,0xfa9060ff,0x08c59b33,0x33eef179,0x33000041,0x2000000b,0xcd00000d,0xfb00c4fe,0xf0940350,0xe660dcf9,0x023afa80,0x8ff0dfdd,0xec56b9a6,0xa5b9fcf1,0x151d8000,0xe2200000,0x0226000d,0x63fc4f84,0xf7704901,0x18bc9a13,0x39ef3168,0x3350003f,0x3000000b,0xeb000011,0xfb80c9fe,0x209502e0,0xe4f0d6f8,0x8219fb70,0x89f2cfef,0xec7667a8,0x4647fa90,0xf2170000,0xe2d00000,0x0244000d,0x7efc5f6e,0xf6504a03,0xd8af9863,0x44efb150,0x33e0003b,0x9000000c,0x1f000019,0xfcd0cdfd,0xe08c02c0,0xe360d1f7,0xd1d7fc90,0x79f57012,0xec95e2a9,0xe707f790,0xc60d6000,0xe4300000,0x0256000d,0xbcfc5f49,0xf5005206,0x889e95b3,0x52f0312b,0x34b00034,0x7000000c,0x89000031,0x0030d0fe,0x206702e0,0xe320d3f7,0x71a6fcb0,0x6df69020,0xeca59eaa,0x0759f6c0,0xd306f000,0xe4c00000,0x023b000d,0xe4fbdf35,0xf3204d06,0x489c9423,0x56f01114,0x34d0002e,0xb000000c,0xdf00004a,0x03d0c9fe,0xb0360320,0xe3c0d7f7,0x2174fce0,0x63f7c02a,0xed158ea8,0x7776f5e0,0xd101b000,0xe3c00000,0x0234000d,0xf3fa7f2b,0xf1b04406,0x489f9383,0x54ef910d,0x34800028,0x0000000d,0x4100005e,0x099093ff,0x9fe10470,0xe560ddf6,0xa11dfe30,0x55fab03b,0xee25a4a4,0x779af350,0x40fc1000,0xe1700000,0x0299000d,0xdef72f2e,0xf0d04d07,0xb8a69373,0x47eee11e,0x33e0001c,0x1000000d,0xe1000051,0x13ffda00,0xff4005a0,0xe560e7f5,0x90fafdd0,0x4ffb304c,0xeee5c79f,0x77a4f2af,0xe8f73000,0xdfe00000,0x02bc000d,0xdaf3df42,0xeed05b07,0xb8a293d3,0x3feee12e,0x33000016,0x6000000e,0x0b00004f,0x16ef7f01,0x0f0d06e0,0xe3b0f7f3,0x10f5fbd0,0x4ffa105c,0xefd5fe97,0x5787f36f,0xa5f05000,0xddb00000,0x02ba000e,0x07ef0f5d,0xeb806906,0x989b9433,0x3def6139,0x31700012,0x4000000d,0xf9000068,0x170f4e01,0x2f0207a0,0xe2c0fbf2,0x30fdfb30,0x51f9c05c,0xf0160c95,0x376ff3df,0x91ef0000,0xdcf00000,0x02c0000e,0x27eddf5c,0xeaf06b06,0x589c9423,0x3fef9138,0x30e00011,0x8000000d,0xee000075,0x173f4901,0xaefe0800,0xe280fbf2,0x0100fb00,0x52f9c05b,0xf0260f94,0xc768f3ef,0x8bef0000,0xdcd00000,0x02c5000e,0x30edaf5a,0xeae06b06,0x389d9423,0x3fefb138,0x30d00011,0x6000000d,0xeb000076,0x174f4901,0xdefc0800,0xe010f7ef,0xf118f9e0,0x5bfb1050,0xf1461d91,0x671ef41f,0x32f02000,0xdc200000,0x031c000e,0x8fecff33,0xeb407004,0x98b993d3,0x41f1313f,0x2fc00010,0x1000000d,0xc6000071,0x174f3f04,0x1ee807f0,0xdf40f5ef,0x111af960,0x5ffc204c,0xf1b62190,0x86fdf36f,0x03f27000,0xdc600000,0x035d000e,0xaeeb5f38,0xec806103,0xd8cc93d3,0x40f1f147,0x2f70000f,0x7000000d,0xb9000066,0x16ef3f04,0xcedf07f0,0xdc70f0ec,0x111df7b0,0x69fed043,0xf2e6248e,0x968bf13e,0x9dfc1000,0xdda00000,0x042c000e,0xcee3af76,0xf2501c02,0xe9019443,0x3cf4e165,0x2ea0000d,0x9000000d,0x8d000058,0x162f4c06,0x7ec10820,0xd9d0ede9,0x5120f630,0x7100603b,0xf3a6228d,0x1626f01e,0x6d072000,0xdec00000,0x04e2000e,0x89e6ef48,0xf9bfd403,0x592794e3,0x37f76180,0x2dc0000c,0x4000000d,0x5f00005f,0x15ff5e07,0xeeae0820,0xd690e1e6,0x6132f510,0x81008034,0xf3f6358a,0x25dff32e,0x5c197000,0xdef00000,0x056b000e,0x72ebdefd,0x08efba03,0x893194b3,0x33f82188,0x2d00000b,0x5000000d,0x22000062,0x163f5c09,0xcea30720,0xd250cae2,0xe150f3f0,0x9900502d,0xf4365086,0x0598f95e,0x7530a000,0xdee00000,0x05ae000e,0x99ec0eee,0x1d5fb703,0x792c93e3,0x33f8618a,0x2cb0000a,0x5000000c,0xe2000059,0x16af500b,0xde9205e0,0xceb0a5e0,0x9168f2f0,0xa6002035,0xf4c66181,0xa568fcbe,0xdf3a8000,0xdc500000,0x0530000e,0xc8ee4f2c,0x221fb505,0x990d92d3,0x39f93177,0x2d800009,0x5000000c,0xf700004c,0x172f460d,0x3e8e05b0,0xc9e06fdd,0xe17cf1c0,0xb1010043,0xf656707f,0x453cfeaf,0x6c40a000,0xdb800000,0x046c000f,0x09f37f95,0x1d3fab09,0xb8d89153,0x40fb2151,0x2f100008,0x0000000d,0x3c000049,0x17cf440e,0x7e980620,0xc6703fdc,0x316ff030,0xb1054053,0xf8a64183,0x952bfeef,0x9a416000,0xe1f00000,0x041c000f,0x18f3cfc9,0x149fa10b,0xa8a88fc3,0x50fcb123,0x31200007,0x8000000d,0x7e00006a,0x17df4d0d,0x8eab06f0,0xc1aff0da,0x4153edb0,0xa40dd073,0xfc55ae8c,0xf4f6007f,0xc9406000,0xecd00000,0x03cb000f,0x69ee3fe5,0x094f960d,0x78618d73,0x74feb0d4,0x34e00007,0x5000000d,0xe10000af,0x179f580b,0x3ec20840,0xbf6fc8da,0x5150edd0,0x8910c07b,0xfdc58f93,0xd4b80460,0x08403000,0xef000000,0x03a4000f,0xd5ee6fce,0x074f690f,0xb8498cd3,0x8dfee0ac,0x36900008,0x5000000e,0x110000da,0x177f5a0a,0x1eca08e0,0xbc2f94db,0x315aef80,0x570ec079,0xfd36059a,0xf46d0ba0,0x82431000,0xed500000,0x03760000,0x00f98fa9,0x0aeeea12,0xe8438c53,0xb9fd3078,0x38a0000b,0x0000000e,0x47000124,0x180f6307,0xeedb0930,0xba3f75db,0xa15ef090,0x42080084,0xfac62a9c,0x44790d90,0xa443d000,0xee500000,0x03660000,0x5801bf89,0x0d0ee811,0xd8468b73,0xdafc6052,0x3a60000b,0xd000000e,0x5f000147,0x192f6e05,0xeee30910,0xb79f4ddd,0x8148f310,0x1afa8098,0xf675eb9a,0xc4b30f10,0x81434000,0xf0300000,0x03940001,0xa00fbf1d,0x0a7f700e,0x384989f4,0x0dfe101d,0x3d30000a,0xb000000e,0x8500013d,0x1b5f7f02,0xded608c0,0xb7af49df,0x3111f48f,0xf3f7e0a4,0xf4457f97,0xb4e30ff0,0x54427000,0xef200000,0x03ac0001,0xd9118efd,0x069fb60e,0x585289e4,0x1601101e,0x3d800007,0xd000000e,0x970000df,0x1b7f8602,0x7eca0800,0xb83f4ee0,0x10e5f4ef,0xd3f880ae,0xf3254494,0x950e1010,0x4041a000,0xed000000,0x03a50001,0x9e0e8f01,0x04efc30e,0xc85e89c4,0x12032023,0x3d300005,0x9000000e,0xa3000084,0x1a4f8602,0x6ecb0700,0xb89f56e0,0xd0bef4cf,0xaefc10c1,0xf1f50990,0x254e0f10,0x383f4000,0xe9e00000,0x03940001,0x2d0a9f03,0x03efd00e,0xd87388b4,0x0f051016,0x3d100004,0x5000000e,0xc4000030,0x165f8901,0x4ecd0560,0xb8bf59e1,0x10b0f4bf,0xa103b0c8,0xf164ee8e,0x85650ea0,0x383e5000,0xe8a00000,0x038e0001,0x02093f03,0x038fd40e,0xe87c8844,0x0f05c010,0x3d000004,0x1000000e,0xd1000012,0x149f8a00,0xdecf04c0,0xb91f65e2,0x9091f41f,0x930b00da,0xee44538d,0x157d0e20,0x673cc000,0xe4c00000,0x037e0000,0x8d08df08,0x02cfc70f,0xd8cb8714,0x16055003,0x3ca00006,0xe000000e,0xe2000fb1,0x0daf9601,0x2ef90280,0xb92f67e3,0x408cf43f,0x930f00d9,0xed243d8c,0xa57e0e00,0x6e3cc000,0xe3000000,0x038a0000,0x3a079f0e,0x030fb90f,0xd8ed86a4,0x1c050003,0x3c900007,0xb000000e,0xdf000f8c,0x0bef9b01,0x1f0a01f0,0xb92f69e4,0x2091f4bf,0x931070d2,0xebe4498c,0x85770ea0,0x713da000,0xe0f00000,0x03a9000f,0x8302cf39,0x03ffa80e,0x690a85d4,0x2a03bff8,0x3d200007,0xd000000e,0xd2000f75,0x0bffa200,0x9f1f00e0,0xb92f70e5,0x409af58f,0x910f80c9,0xe9f4668c,0xc56c1060,0x773f4000,0xdeb00000,0x03d7000e,0x40f95f9d,0x05af980b,0x19218444,0x43010fd6,0x3e700007,0x1000000e,0xbd000f77,0x0e3fafff,0xaf3cfef0,0xb97f75e5,0x809ff59f,0x8f0c70c1,0xe9147b8c,0xf56811f0,0x87405000,0xde600000,0x03e3000d,0xcef5ffc6,0x067fab09,0x89308354,0x52ff8fb8,0x3f100006,0x7000000e,0xd2000f8a,0x113fb100,0x1f30feb0,0xba4f7fe5,0x90aaf57f,0x8e0120af,0xe854998d,0xa55e1470,0xb341c000,0xde500000,0x03dc000d,0xeaf60fb8,0x06ffee08,0x39638214,0x61fe6f7e,0x3fa00006,0x5000000f,0x36000f9f,0x177fa702,0x8ee30010,0xbaaf82e5,0xb0aef59f,0x8d0060a7,0xe824a08e,0x75571500,0xc441d000,0xde600000,0x03d8000e,0x4bf75f94,0x06a01508,0x898b8194,0x62ff0f64,0x3fb00006,0xc000000f,0x7c000f9f,0x1b6f9e03,0xaeb501f0,0xbb0f89e6,0x10adf5bf,0x910050a8,0xe7f4b68e,0xe55d1520,0xd2417000,0xe0300000,0x03cc000e,0xc2f8ff68,0x06103409,0xe9b08134,0x5f00bf61,0x3f600006,0x4000000f,0xab000fb8,0x1faf9c03,0xceb70590,0xbb6f8fe6,0x70a2f5cf,0x950260be,0xe914d38e,0x85771540,0xdc413000,0xe3e00000,0x03b6000e,0xe3f9cf58,0x03c0350a,0xf9ab80c4,0x5e01af5a,0x3ef00004,0xc000000f,0x99000fe4,0x1ddf9d02,0xeedb0840,0xbbdf92e6,0x8089f5bf,0x9106a0e0,0xeb64d68d,0x558e1510,0xc9410000,0xe5c00000,0x03ae000e,0xd6fa6f4d,0x0030340a,0xb98f8054,0x5b019f55,0x3ec00004,0x6000000f,0x81000fe1,0x17df9101,0x3ec907a0,0xbc7f98e6,0x5067f58f,0x890b4109,0xed14d68b,0x35a514d0,0xa6410000,0xe7000000,0x03b0000e,0xf5fb0f23,0xfdf03c0b,0x397c7f94,0x57011f55,0x3eb00004,0x6000000f,0x7e000fd0,0x150fa3ff,0x7eb906e0,0xbcff9ce6,0x2055f57f,0x8a0d4122,0xed44d789,0xc5b214a0,0x91414000,0xe7a00000,0x03b6000f,0x15fb5f04,0xfe10420c,0x497c7ef4,0x5500af5f,0x3ea00004,0x9000000f,0x86000fb7,0x161fbbfe,0xfeb406f0,0xbd3f9ce5,0xe050f54f,0x8c0d0137,0xed44b489,0xb5ad14a0,0x90411000,0xe7600000,0x03b5000f,0x3afc2f31,0xfde0460e,0x098b7f34,0x53008f66,0x3ea00005,0x3000000f,0x9a000f92,0x18efccff,0x6eaa07d0,0xbd2f9ae5,0xf056f57f,0x8f0b7141,0xecb48d8a,0x759d1470,0x9640a000,0xe6700000,0x0315000f,0x1cfbdfb2,0xfd80440e,0xd9917f44,0x52015f83,0x3eb00005,0x9000000f,0xaa000f87,0x1b6fd8ff,0x9ea208e0,0xbcef99e6,0x3071f61f,0x9708212e,0xeaf4828b,0x958013d0,0x783fd000,0xe4900000,0x0276000e,0xa6fb003c,0xfd903e0e,0x698c7f74,0x4f022f86,0x3e600005,0x6000000f,0xb2000f99,0x1c4fe200,0x4ea10990,0xbcdf99e6,0x2087f64f,0x9e054116,0xe984848c,0x656c1370,0x473f4000,0xe3400000,0x024f000e,0x5bfab076,0xfdb03c0d,0xc98c7f94,0x4d024f83,0x3e200005,0x1000000f,0xbd000fa5,0x1c0fe800,0xeea109d0,0xbcdf9ae6,0x108bf64f,0x9f04b112,0xe944858c,0x85691360,0x0a3f2000,0xe3100000,0x0207000e,0x51fab07d,0xfdb03d0d,0xa98c7f94,0x4d023f82,0x3e200005,0x0000000f,0xc0000fa6,0x1bffe901,0x0ea109e0,0xbcbf97e6,0x0090f66f,0xa3039106,0xe9048c8d,0x1560134f,0xc63ee000,0xe2800000,0x01ab000e,0x57fa307e,0xfd70470c,0xb98b7f84,0x4f024f7e,0x3e500004,0xa000000f,0xc7000faf,0x1b2feb01,0x0ea70a10,0xbc9f94e5,0xe098f68f,0xa701f0f5,0xe8b4978d,0xf553133f,0x823e9000,0xe1c00000,0x0146000e,0x64f9907c,0xfd30550b,0x79897f74,0x51026f77,0x3e900004,0x2000000f,0xd1000fbd,0x1a0fee00,0xfeb10a40,0xbc9f94e5,0xe099f68f,0xa701b0f4,0xe8849d8e,0x0552134f,0x423e9000,0xe1900000,0x00e3000e,0x70f9706f,0xfd60560b,0xb9877f84,0x51024f6e,0x3e900003,0xf000000f,0xd2000fc4,0x1a0fee00,0xceb50a30,0xbc9f95e5,0xd09cf68f,0xa60150f0,0xe834a98e,0x355213af,0x0e3ec000,0xe1700000,0x008e000e,0x87f93046,0xfdc0560c,0x89877fa4,0x5001af62,0x3e600003,0xd000000f,0xd2000fcf,0x1a4fef00,0x9ebb0a00,0xbc9f95e5,0xc09df68f,0xa60140ee,0xe824b08e,0x4558140e,0xea3f1000,0xe1a00000,0x0053000e,0x9cf8e00c,0xfdf0550d,0x698c7fa4,0x50011f54,0x3e500004,0x0000000f,0xcf000fd2,0x1aefee00,0x4ebd09c0,0xbc7f94e5,0xd09ef68f,0xa60150ed,0xe834af8e,0x355d142e,0xdd3f4000,0xe1e00000,0x003c000e,0xaef8cfdc,0xfe10520d,0xc9957f64,0x52016f4a,0x3ea00004,0x3000000f,0xcb000fcc,0x1b6febff,0x8ec109b0,0xbc7f94e5,0xf09df6af,0xa60170ee,0xe844b08d,0xe55e142e,0xdc3f5000,0xe1d00000,0x0045000e,0xb8f8cfc8,0xfe104e0d,0xd99a7f34,0x5301df3e,0x3ee00004,0x5000000f,0xc9000fc4,0x1b8fe8ff,0x1ec209b0,0xbc7f94e6,0x009bf6af,0xa60180f0,0xe844af8d,0xb560142e,0xdb3f5000,0xe1e00000,0x0040000e,0xb8f8afcb,0xfdf04a0d,0xc99c7f24,0x5301ff34,0x3ed00004,0x6000000f,0xc9000fbe,0x1b8fe6ff,0x3ebf09d0,0xbc7f94e6,0x1097f69f,0xa501d0f4,0xe864a98d,0x6565143e,0xda3f7000,0xe2200000,0x003b000e,0xa8f88fe7,0xfda03d0d,0xc99b7f44,0x52023f37,0x3ec00004,0x7000000f,0xcb000fb7,0x1b5fe5ff,0xdeb60a40,0xbc7f93e6,0x4096f6bf,0xa50220f5,0xe884a58d,0x4565141e,0xd73f5000,0xe2100000,0x0037000e,0x91f89007,0xfd90370e,0x09997f54,0x5202af39,0x3ec00004,0x8000000f,0xc9000fb5,0x1b4fe5ff,0xeeb30a80,0xbc6f94e6,0x6096f6cf,0xa40250f6,0xe884a48d,0x4563140e,0xd73f3000,0xe1e00000,0x0037000e,0x7af8d029,0xfd80370e,0x39967f64,0x5102af3c,0x3e900004,0x8000000f,0xc8000fb6,0x1b4fe500,0x2eb10aa0,0xbc6f94e6,0x5096f6cf,0xa30260f6,0xe874a48d,0x4563140e,0xd83f3000,0xe1e00000,0x0037000e,0x71f90038,0xfd70380e,0x49977f64,0x51026f3c,0x3e700004,0x8000000f,0xc9000fb5,0x1b5fe400,0x6eb00aa0,0xbc6f94e6,0x5096f6cf,0xa30280f6,0xe884a58d,0x4563140e,0xd83f3000,0xe1e00000,0x0037000e,0x73f94038,0xfd60380e,0x59987f64,0x51025f3c,0x3e800004,0x7000000f,0xc9000fb8,0x1b5fe500,0x4eb10aa0,0xbc6f94e6,0x6097f6cf,0xa30290f6,0xe884a68d,0x556313fe,0xd73f2000,0xe1e00000,0x0038000e,0x7bf9702f,0xfd50380e,0x69987f74,0x51024f3c,0x3e800004,0x7000000f,0xc9000fbc,0x1b6fe700,0x1eb40a70,0xbc6f94e6,0x5097f6cf,0xa30290f6,0xe884a68d,0x656313fe,0xd73f1000,0xe1e00000,0x0039000e,0x85f95025,0xfd50380e,0x79987f74,0x51022f3c,0x3e700004,0x7000000f,0xca000fbd,0x1b6fe800,0x3eb40a60,0xbc6f94e6,0x5097f6cf,0xa30290f6,0xe894a68d,0x756513fe,0xd73f1000,0xe2000000,0x0039000e,0x8cf9201e,0xfd50380e,0x79997f74,0x51021f3b,0x3e700004,0x7000000f,0xca000fbc,0x1b6fe800,0x4eb40a70,0xbc6f94e6,0x4097f6bf,0xa30290f6,0xe894a78d,0x856413fe,0xd63f1000,0xe1d00000,0x0039000e,0x8cf9001e,0xfd60370e,0x79997f74,0x51021f3b,0x3e700004,0x8000000f,0xcb000fba,0x1b6fe800,0x3eb40a70,0xbc6f94e6,0x4097f6bf,0xa30290f6,0xe884a68d,0x856313fe,0xd63f1000,0xe1c00000,0x0039000e,0x88f8e022,0xfd60370e,0x899a7f74,0x50021f3b,0x3e700004,0x9000000f,0xcb000fb6,0x1b5fe700,0x4eb30a70,0xbc6f94e6,0x4097f6bf,0xa40290f6,0xe884a68d,0x856313fe,0xd73f1000,0xe1c00000,0x0039000e,0x85f8d024,0xfd50370e,0x899c7f64,0x50020f3a,0x3e700004,0xa000000f,0xcb000fb4,0x1b4fe600,0x5eb30a70,0xbc6f94e6,0x4097f6bf,0xa40270f6,0xe894a68d,0x956313fe,0xd73f2000,0xe1d00000,0x0034000e,0x83f8d026,0xfd50360e,0xa99b7f64,0x51022f3c,0x3e800004,0x9000000f,0xcc000fb5,0x1b4fe600,0x3eb40a70 +}; + +u32 ANIM_ENTRY_extending_left_hand[] = +{ + 0xf71fdaff,0xc0ab01d0,0x0600efbe,0x02d06000,0x0bfaf9df,0xba3fd000,0xec300000,0x00fb0000,0x200bcf9f,0x1fafb700,0x601904fc,0x2a009fb6,0x3df00005,0x0000000f,0xca000f5a,0x01001601,0x1feb0470,0xf6ffd9ff,0xc0ad01d0,0x0500dfbe,0x02d06300,0x2bfbfa8f,0xb93fa000,0xec100000,0x00fe0000,0x1f0bffa1,0x1edfb700,0x9015058c,0x2700efbd,0x3de00004,0x4000000f,0xbe000f5c,0x01601801,0x3ff10460,0xf6ffd9ff,0xc0af01e0,0x0500dfbd,0x02d05e00,0x3bfafaef,0xb93f9000,0xec000000,0x01000000,0x250bffa3,0x1e6fb700,0xa00c05ac,0x28013fc1,0x3df00004,0x3000000f,0xb8000f61,0x01601501,0x0ff30430,0xf6ffd9ff,0xc0b301e0,0x0400cfbd,0x02d05700,0x3bf8fb7f,0xb93f7000,0xec000000,0x01030000,0x2d0bdfa8,0x1ddfb800,0xbff705ec,0x2d019fc2,0x3e000004,0x8000000f,0xb7000f75,0x00e01200,0xcff40410,0xf6efd9ff,0xb0b301d0,0x0300bfbc,0x02e05400,0x4bf9fbef,0xb83f6000,0xec100000,0x01040000,0x310befab,0x1d5fb800,0xcff0062c,0x2e019fc2,0x3df00004,0x7000000f,0xb7000f7d,0x00c01100,0xeff40420,0xf6ffd9ff,0xb0b201d0,0x0300cfba,0x02f05100,0x6bf9fc0f,0xb93f5000,0xec000000,0x01030000,0x350bffab,0x1d2fb700,0xcff3060c,0x2d018fc4,0x3de00004,0x6000000f,0xb5000f7a,0x00e01200,0xfff50430,0xf70fd8ff,0xb0b201d0,0x0400efb9,0x02f04f00,0x6bf9fbef,0xba3f6000,0xec200000,0x01020000,0x360bcfaa,0x1d4fb800,0xcff205fc,0x2d019fc5,0x3df00004,0x6000000f,0xb4000f79,0x00e01200,0xeff50430,0xf70fd7ff,0xb0b201d0,0x0500ffb8,0x02f05000,0x5bfafbcf,0xbb3f6000,0xec400000,0x01020000,0x330bafab,0x1d5fb800,0xcff205fc,0x2c01afc5,0x3df00004,0x6000000f,0xb4000f79,0x00e01200,0xeff50430,0xf70fd6ff,0xb0b301d0,0x0500dfb8,0x03005100,0x4bfbfbcf,0xba3f7000,0xec400000,0x01040000,0x250b5fac,0x1d5fb800,0xdff105fc,0x2c01bfc5,0x3de00004,0x5000000f,0xb4000f78,0x00e01300,0xeff50440,0xf70fd5ff,0xc0b201e0,0x0400bfb7,0x03404500,0x3bfafbef,0xba3f6000,0xec300000,0x0104000f,0xfd0a6fad,0x1d3fb800,0xefef060c,0x2b01ffc7,0x3df00004,0x5000000f,0xb3000f79,0x00e01200,0xcff50430,0xf71fd2ff,0xc0b10200,0x0500bfb7,0x036018ff,0xabf3fbef,0xbc3f6000,0xebc00000,0x0102000f,0xe308ffaa,0x1d2fb800,0xefea060c,0x2c023fc9,0x3df00004,0x6000000f,0xb3000f7a,0x00b01200,0xaff50420,0xf71fd1ff,0xb0b30210,0x05009fb8,0x037fe4ff,0x1beffc3f,0xbe3f5000,0xe9300000,0x0102000f,0xeb085fa4,0x1cefb800,0xefe6063c,0x2c025fc8,0x3df00004,0x6000000f,0xb3000f7d,0x00801200,0x9ff40430,0xf70fcfff,0xc0b30210,0x04009fba,0x038fb9fe,0xcbe9fc9f,0xbf3f3000,0xe5000000,0x01000000,0x09071fa2,0x1c9fb800,0xffe3064c,0x2c026fca,0x3df00004,0x7000000f,0xb0000f7f,0x00701200,0x9ff40420,0xf70fceff,0xb0b30220,0x05008fbd,0x037f9ffd,0x8be0fc9f,0xc23f4000,0xe1a00000,0x00fd0000,0x2102dfaa,0x1c9fb700,0xefe2061c,0x2c028fcd,0x3e000004,0x9000000f,0xac000f7e,0x00801300,0x9ff50420,0xf70fceff,0xb0b60220,0x05004fca,0x033f9ffb,0xabe7fc8f,0xc43f4000,0xde300000,0x00fe0000,0x15fdffbf,0x1cbfb600,0xffe4060c,0x2a029fce,0x3e000004,0x7000000f,0xab000f7b,0x00c01400,0x8ff60410,0xf70fceff,0xb0b70220,0x04003fe5,0x02dfa2fa,0x2bf3fccf,0xc43f3000,0xd9f00000,0x00fd0000,0x08fb3fd1,0x1c7fb300,0xffe905fc,0x27028fce,0x3e000004,0x4000000f,0xaa000f74,0x01201500,0x9ff60420,0xf70fceff,0xb0b70220,0x0500aff8,0x028f9ff9,0x4bf5fcef,0xc43f3000,0xd7800000,0x00fb0000,0x09f9ffd9,0x1c6fb100,0xffee05dc,0x25028fcf,0x3e000004,0x2000000f,0xa9000f6e,0x01601600,0x9ff60420,0xf70fceff,0xb0b70220,0x0500cffb,0x027f9ef9,0x2bf4fcef,0xc43f3000,0xd7300000,0x00fb0000,0x0af9bfdb,0x1c6fb100,0xffef05cc,0x24028fcf,0x3e000004,0x2000000f,0xa9000f6d,0x01701600,0x9ff60420,0xf6ffceff,0xb0bc0200,0x05018018,0x01cfa3f5,0x2bfbfc1f,0xc83f6000,0xd3f00000,0x00f70000,0x15f5eff5,0x1d6fb500,0xefe7058c,0x27028fcf,0x3e000004,0xa000000f,0xa7000f73,0x01401300,0x9ff70420,0xf6ffceff,0xb0bc0200,0x0501701d,0x01afa3f4,0x8c01fc1f,0xc83f6000,0xd2f00000,0x00f70000,0x18f56ff8,0x1d6fb500,0xefe5058c,0x27028fcf,0x3df00004,0xb000000f,0xa7000f74,0x01301300,0xaff70420,0xf6efcdff,0xb0bd01f0,0x05014024,0x016fa4f3,0xbc0cfc4f,0xc83f5000,0xd1300000,0x00f70000,0x1ef4fffa,0x1d4fb500,0xffe3059c,0x28028fcf,0x3df00004,0xb000000f,0xa7000f77,0x01301300,0xaff70430,0xf6dfcdff,0xc0be01f0,0x04016035,0x019fa4f1,0xcc1afc9f,0xc93f4000,0xcce00000,0x00f50000,0x3ff49fff,0x1d1fb500,0xffe2058c,0x28027fcf,0x3de00004,0xd000000f,0xa4000f78,0x01301300,0xbff80430,0xf6dfcdff,0xc0bf01e0,0x0401b047,0x018faaee,0xac29fc9f,0xcb3f4000,0xc9c00000,0x00f40000,0x60f2e015,0x1d2fb600,0xefe2055c,0x28029fd0,0x3de00005,0x1000000f,0xa2000f79,0x01401300,0xaff80430,0xf6cfccff,0xc0c201c0,0x04013057,0x014fa6eb,0x8c48fc7f,0xcc3f5000,0xc7d00000,0x00f50000,0x6cf20025,0x1d6fb600,0xefe0054c,0x2902afd0,0x3df00005,0x4000000f,0xa1000f7b,0x01201300,0x9ff80430,0xf6cfccff,0xb0c301b0,0x0400a062,0x011f98e9,0xfc67fc9f,0xcc3f4000,0xc6000000,0x00f50000,0x67f2b023,0x1d6fb700,0xefde054c,0x2a02afd1,0x3df00005,0x5000000f,0xa0000f7e,0x01001400,0xaff90430,0xf6cfcbff,0xb0c201b0,0x04007067,0x011f94e9,0x3c70fcbf,0xcc3f4000,0xc5100000,0x00f40000,0x63f36022,0x1d4fb600,0xefdf055c,0x2902afd1,0x3de00005,0x5000000f,0xa0000f7d,0x00f01600,0xbff90430,0xf6cfc8ff,0xa0c201c0,0x05009073,0x00ff99e6,0x9c6dfc9f,0xcd3f4000,0xc3f00000,0x00f20000,0x65f40031,0x1d4fb500,0xbfe2053c,0x2802bfd1,0x3de00005,0x9000000f,0x9f000f78,0x00b01b00,0xdffa0450,0xf6dfc4ff,0x90c301c0,0x0700d07f,0x00bf9ce2,0xfc6dfc0f,0xcd3f6000,0xc3b00000,0x00f10000,0x6df40047,0x1defb100,0x8fe4050c,0x2902dfd1,0x3de00006,0x0000000f,0x9e000f73,0x00401f00,0xfffc0470,0xf6dfc3ff,0x80c301c0,0x0700a088,0x008f86e0,0xbc87fbbf,0xcd3f7000,0xc3800000,0x00f20000,0x6bf56048,0x1e5fae00,0x8fe8050c,0x2902cfd0,0x3dd00006,0x3000000f,0x9d000f70,0x00202001,0x2ffc0480,0xf6dfc2ff,0x80c401c0,0x0700808a,0x008f7fe0,0x1c90fbaf,0xcc3f7000,0xc3700000,0x00f10000,0x6af5f047,0x1e6fad00,0x8fe904fc,0x2902bfd1,0x3dc00006,0x5000000f,0x9c000f6f,0x00102001,0x2ffd0490,0xf6efc3ff,0x80c201a0,0x06002094,0x00ff91dc,0x7c7afc1f,0xcf3f2000,0xc4400000,0x00e70000,0x7df6d04a,0x1e6faf00,0x7ff403bc,0x2802afda,0x3dd00008,0x1000000f,0x8c000f65,0xffa01f01,0x00010490,0xf6efc3ff,0x80c20190,0x05003097,0x00efa1da,0xbc6afb9f,0xd23f3000,0xc5700000,0x00e30000,0x8cf5f052,0x1f3fb200,0x6ff8039c,0x2702dfdc,0x3df00008,0x3000000f,0x88000f61,0xff901f00,0xd0010480,0xf6efc2ff,0x70c40180,0x0100109e,0x008fa0d7,0xec73fbbf,0xd73f4000,0xc7600000,0x00e10000,0x9cf5a056,0x201fb800,0x4ffb03cc,0x27032fde,0x3e100008,0x1000000f,0x82000f5e,0xffa01e00,0x90020460,0xf6dfc1ff,0x70c5016f,0xfbffc0a6,0x005f85d5,0x8c9bfdbf,0xdb3ee000,0xc8d00000,0x00de0000,0x9cf6f051,0x1f5fbb00,0x3ffd03cc,0x27033fe2,0x3e100008,0x3000000f,0x79000f5b,0xffb01d00,0x80030450,0xf6efbfff,0x60c6012f,0xf8ffa0af,0x008f97d3,0xbc90ff6f,0xe53e9000,0xcaa00000,0x00d40000,0xa8f72062,0x1effbf00,0x1001039c,0x24036fe7,0x3e200008,0x7000000f,0x71000f53,0xffc01d00,0x50030420,0xf6ffbeff,0x50c900df,0xf6ff80b6,0x008fa6d2,0xac84ff9f,0xeb3ea000,0xcbf00000,0x00d10000,0xb2f68071,0x1f9fc2ff,0xf000038c,0x2503bfe8,0x3e500008,0x8000000f,0x70000f52,0xffb01c00,0x10020400,0xf6ffbbff,0x40ce008f,0xf4ff10bf,0x006f8fd2,0x1c9effff,0xea3eb000,0xccc00000,0x00d90000,0xaef6807a,0x1fcfc3ff,0xeffd03ac,0x27040fe7,0x3e700008,0x7000000f,0x71000f52,0xffb01b00,0x00010400,0xf6efb5ff,0x30d9002f,0xeffde0cc,0x000f41d1,0x7cf002bf,0xdb3e3000,0xcdd00000,0x00f40000,0x98f92081,0x1dbfbfff,0xfff903ec,0x26043fe5,0x3e500008,0x3000000f,0x73000f51,0xffe01d00,0x3fff0420,0xf6ffb0ff,0x20d8004f,0xf0fde0cf,0xffff44d0,0xdce9038f,0xde3e0000,0xcfa00000,0x00f10000,0x90f9608e,0x1ccfbfff,0xeff6041c,0x27046fe6,0x3e700008,0x0000000f,0x73000f50,0xffe01d00,0x4ffe0430,0xf73fa3fe,0xe0d7009f,0xf2fdb0d8,0xffcf51cf,0x4cd1052f,0xe53da000,0xd4900000,0x00ea0000,0x81f940af,0x1a9fbeff,0xcfef048c,0x2904dfe7,0x3e800007,0x7000000f,0x76000f49,0xffe01e00,0x8ffc0460,0xf74f9bfe,0xc0d9009f,0xf1fd20e0,0xff9f1ccf,0x1d06064f,0xe63d6000,0xd7c00000,0x00eb0000,0x71fa80b5,0x18dfbdff,0xcfee04cc,0x2604ffe5,0x3e600007,0x0000000f,0x7a000f42,0x00002200,0xdffa04b0,0xf74f97fe,0xb0d6006f,0xf0fce0e7,0xff7ef0cf,0x1d2a066f,0xe83d5000,0xda700000,0x00e30000,0x6efec0b6,0x180fbcff,0xdfec04dc,0x24050fe6,0x3e500006,0xf000000f,0x7c000f3f,0x00202401,0x0ff704e0,0xf76f94fe,0xa0d3003f,0xf2fcf0ec,0xff4f03ce,0xcd0705af,0xe93d6000,0xdc900000,0x00d90000,0x7900d0c7,0x186fbdff,0xdfea04cc,0x25051fe7,0x3e600006,0xf000000f,0x7d000f3e,0x00202301,0x0ff504f0,0xf78f90fe,0x90d5000f,0xf3fcc0f1,0xff1efccf,0x8d13031f,0xec3e0000,0xde600000,0x00d60000,0x720240da,0x1aefc2ff,0xafe904dc,0x25054fe6,0x3e700006,0xd000000f,0x81000f3a,0x00302401,0x0ff30510,0xf7af8afe,0x70d4ffbf,0xf5fcc0f8,0xfeeed5d1,0x7d53ffcf,0xf13ed000,0xe0400000,0x00cf0000,0x660680e3,0x1e3fc7ff,0x6fe6050c,0x24059fe4,0x3e800006,0x8000000f,0x87000f37,0x00502401,0x0ff00530,0xf7bf85fe,0x80cbffaf,0xf7fd10fc,0xfeeebcd2,0xbd79ff0f,0xf73f0000,0xe1500000,0x00c20000,0x770cb0d9,0x1f0fc4ff,0x2fdf052c,0x2505efe5,0x3e900006,0x6000000f,0x89000f3a,0x00502000,0xffee0530,0xf7ef7efe,0x80c9ff9f,0xf7fd0100,0xfeeec3d2,0xdd67fe5f,0xfb3f3000,0xe4300000,0x00be0000,0x821040da,0x1fcfc5fe,0xffd6054c,0x27067fe6,0x3ec00006,0x4000000f,0x8b000f3c,0x00301c00,0xcfec0520,0xf7ff7bfe,0x70ceff7f,0xf4fc9103,0xfeeebbd3,0x3d7afe7f,0xf83f5000,0xe7500000,0x00c70000,0x6511f0c5,0x1fbfc8fe,0xffd5055c,0x27068fe6,0x3ec00006,0x2000000f,0x8d000f39,0x00401c00,0xcfeb0530,0xf7ff7bfe,0x60d0ff6f,0xf0fc6103,0xff1e9ed3,0x0d94ffff,0xf43f1000,0xe9d00000,0x00cd0000,0x6b1520b5,0x1e0fc7ff,0x1fd6054c,0x26066fe7,0x3ea00006,0x1000000f,0x8c000f39,0x00501d00,0xffea0550,0xf81f79fe,0x60cfff6f,0xeffc8101,0xff2e99d1,0x7d34008f,0xf43ef000,0xec100000,0x00cb0000,0xcc14b0e3,0x1d2fc8ff,0x1fd4053c,0x27067fe9,0x3eb00006,0x2000000f,0x8b000f39,0x00601c01,0x0fea0550,0xf81f78fe,0x50d1ff5f,0xedfc6101,0xff4e97d1,0x6cfb009f,0xf63f0000,0xeda00000,0x00cb0000,0xf51270f5,0x1cffccff,0x1fd6053c,0x26067fea,0x3eb00006,0x0000000f,0x8a000f35,0x00701e01,0x1fe90570,0xf81f77fe,0x50d5ff5f,0xe9fc0102,0xff5e8ad2,0x3d2001ef,0xf53ec000,0xede00000,0x00d00000,0xe01280e4,0x1b9fcdff,0x4fd8054c,0x24066fea,0x3ea00005,0xd000000f,0x8a000f32,0x00901f01,0x3fe90570,0xf81f77fe,0x40d6ff5f,0xe8fbe102,0xff6e85d2,0x5d2e027f,0xf53ea000,0xede00000,0x00d10000,0xda12d0df,0x1affcdff,0x5fd9055c,0x24067fea,0x3eb00005,0xd000000f,0x8a000f31,0x00a01f01,0x3fe90570,0xf81f76fe,0x40d7ff5f,0xe7fbd101,0xff6e83d2,0x5d2802ef,0xf53e9000,0xede00000,0x00d30000,0xe41270e2,0x1a9fcdff,0x5fd9055c,0x23067fea,0x3ea00005,0xb000000f,0x8a000f30,0x00b02001,0x3fe90580,0xf81f74fe,0x40d9ff4f,0xe6fbb100,0xff7e82d2,0x5d19036f,0xf53e8000,0xedf00000,0x00d50000,0xf51180ea,0x1a3fceff,0x5fda056c,0x22068feb,0x3ea00005,0x9000000f,0x8a000f2d,0x00c02101,0x4fe80590,0xf82f73fe,0x30dbff3f,0xe6fba101,0xff5e85d2,0x6d1602ef,0xf63ea000,0xee100000,0x00d50000,0xec1000e6,0x1acfcfff,0x5fd9057c,0x22067feb,0x3ea00005,0x8000000f,0x8b000f2d,0x00b02101,0x5fe80590,0xf83f72fe,0x30ddff1f,0xe6fb6102,0xff2e8ad2,0xcd1d029f,0xf73ed000,0xee100000,0x00d70000,0xd10bc0d1,0x1b5fd0ff,0x4fd9057c,0x22066feb,0x3e900005,0x6000000f,0x8c000f2c,0x00c02201,0x7fe705b0,0xf84f72fe,0x30dcfeff,0xe5fb6102,0xff4e94d2,0xfd2102df,0xf83ec000,0xed500000,0x00d60000,0xb706f0b2,0x1b2fd0ff,0x5fd9056c,0x22064feb,0x3e800005,0x7000000f,0x8c000f2b,0x00c02201,0xafe705c0,0xf84f71fe,0x20dbfeef,0xe6fba0fe,0xff6ec1d2,0x9d1c029f,0xfa3ee000,0xeaf00000,0x00d40000,0x8602f0af,0x1b6fd2ff,0x5fd9055c,0x22063feb,0x3e800005,0x8000000f,0x8d000f2b,0x00b02201,0xbfe705c0,0xf85f6ffe,0x30dcfeef,0xe5fbd0fa,0xff2edfd2,0xad47026f,0xfa3ef000,0xe6b00000,0x00d40000,0x490140b3,0x1b8fd4ff,0x5fd9055c,0x22065fea,0x3e800005,0x8000000f,0x8f000f29,0x00b02201,0xbfe605c0,0xf84f6ffe,0x30dcfeef,0xe5fbc0f9,0xfefeddd2,0xdd68027f,0xfa3ef000,0xe4400000,0x00d50000,0x380130ac,0x1b6fd5ff,0x6fda056c,0x21065fea,0x3e800005,0x7000000f,0x8f000f28,0x00b02301,0xbfe605c0,0xf84f6efe,0x30dcfedf,0xe4fbf0f4,0xff7eded2,0x9d7c033f,0xfa3ed000,0xdec00000,0x00d40000,0x3600c0a1,0x1a6fd6ff,0x8fd9055c,0x21066feb,0x3e800005,0x8000000f,0x8e000f29,0x00b02301,0xbfe705d0,0xf83f6dfe,0x30dbfecf,0xe4fc50ee,0xffeef4d1,0xfd6c037f,0xfb3ec000,0xdac00000,0x00d30000,0x45ff80a5,0x19efd7ff,0x9fd9055c,0x21066feb,0x3e800005,0xa000000f,0x8d000f29,0x00a02301,0xcfe705d0,0xf83f6dfe,0x30dafecf,0xe4fc80e4,0x002ef5d2,0x2d7b035f,0xfb3ee000,0xd6b00000,0x00d30000,0x4afe309f,0x19dfdaff,0xcfd8056c,0x21066feb,0x3e700005,0xa000000f,0x8d000f29,0x00a02301,0xcfe705d0,0xf82f6cfe,0x30d8fecf,0xe4fc80d7,0x008ecbd4,0x2dbe03ff,0xfa3ee000,0xd0b00000,0x00d60000,0x38ff706d,0x18cfd800,0x0fd7057c,0x20066fea,0x3e700005,0x9000000f,0x8d000f29,0x00a02401,0xefe805d0,0xf82f6cfe,0x30d5febf,0xe5fd10cc,0x012ee4d5,0xddaf050f,0xfa3ea000,0xcc100000,0x00d50000,0x3c007049,0x176fd600,0x4fd7057c,0x20066fea,0x3e600005,0x9000000f,0x8d000f29,0x00902401,0xefe905d0,0xf82f6cfe,0x40d4feaf,0xe6fda0c4,0x016f1ed7,0x1d7804df,0xfb3eb000,0xc9d00000,0x00d40000,0x4aff404b,0x177fd600,0x7fd6057c,0x21066fe9,0x3e600005,0xa000000f,0x8e000f29,0x00802501,0xffea05c0,0xf81f6cfe,0x40d5feaf,0xe6fdb0c0,0x016f25d8,0x8d75049f,0xfa3ed000,0xc8900000,0x00d70000,0x44ff104b,0x17afd600,0x8fd6057c,0x20066fe9,0x3e600005,0xa000000f,0x8f000f29,0x00702602,0x0feb05b0,0xf80f6dfe,0x40d3febf,0xe7fd90b8,0x019f26dd,0x1d7204df,0xf53ec000,0xc5500000,0x00e20000,0x26010042,0x171fd000,0xcfd7057c,0x1f063fe5,0x3e300005,0xa000000f,0x93000f29,0x00702802,0x3fed05c0,0xf80f6efe,0x50cffebf,0xebfda0ad,0x01ff58e2,0x7d2204ef,0xf33ec000,0xc2800000,0x00e70000,0x2103904f,0x169fca00,0xdfda057c,0x1d05ffe2,0x3e100005,0x7000000f,0x98000f27,0x00902902,0x5fed05d0,0xf80f6ffe,0x60cdfecf,0xeefde0a6,0x020f8be5,0x7ccf039f,0xf33f1000,0xc1f00000,0x00e80000,0x3a04306f,0x178fca00,0xdfda057c,0x1c060fe0,0x3e100005,0x5000000f,0x9d000f25,0x00902902,0x3fed05d0,0xf81f6ffe,0x60cdfecf,0xeffde0a4,0x020f98e6,0x4cb8032f,0xf43f3000,0xc1f00000,0x00e80000,0x43046078,0x17dfca00,0xdfd9057c,0x1c060fdf,0x3e100005,0x4000000f,0x9f000f25,0x00902802,0x2fed05c0,0xf7ef73fe,0x80cdfeff,0xeffd8097,0x023f8cee,0x1c8e02cf,0xec3f5000,0xc0d00000,0x00f60000,0x3408e071,0x174fc601,0x3fc8069c,0x1c05bfd9,0x3de00003,0xb000000f,0xa5000f39,0x01302602,0x5fef05f0,0xf7ef75fe,0x90caff1f,0xeffd8090,0x025f8df0,0xdc7502af,0xea3f4000,0xc0b00000,0x00f70000,0x2d0aa06a,0x170fc401,0x4fc806cc,0x1a05afd8,0x3dd00003,0x5000000f,0xa6000f3a,0x01602602,0x4fef05f0,0xf7ff7afe,0xb0c5ff6f,0xf4fdb082,0x027f95f5,0x3c42018f,0xe83f7000,0xc1d00000,0x00f50000,0x250d6060,0x178fc101,0x4fc906dc,0x18059fd7,0x3de00003,0x0000000f,0xa7000f3b,0x01802502,0x0fef05d0,0xf80f81fe,0xc0c5ff9f,0xf8fda073,0x028f9cf9,0x1c11ffbf,0xe53fd000,0xc4f00000,0x00fa0000,0x2b0fe057,0x18dfbf01,0x4fc5070c,0x1a054fd5,0x3de00002,0xf000000f,0xab000f44,0x01402201,0xdfef05c0,0xf80f8cfe,0xe0c5ffef,0xf8fd4061,0x02dfa5fb,0x1c00ffbf,0xdc3fb000,0xc8300000,0x01020000,0x3212003f,0x181fbd01,0x9fc6072c,0x1b04bfd2,0x3dc00002,0xf000000f,0xae000f4d,0x01002001,0xbfef05b0,0xf7dfa3ff,0x30c2009f,0xf5fcb03a,0x036fbafd,0xbbf7009f,0xcd3f2000,0xcd900000,0x01090000,0x33159ffd,0x15afb802,0x3fd1072c,0x1b03efce,0x3db00003,0x2000000f,0xb2000f5a,0x00e01b01,0x2fef0550,0xf7dfaaff,0x50c100cf,0xf6fc802e,0x037fbefe,0xebf2003f,0xca3f3000,0xcf200000,0x01090000,0x32166fe4,0x15bfb602,0x3fd3071c,0x1c03cfcd,0x3dc00003,0x4000000f,0xb4000f5f,0x00c01900,0xdfef0520,0xf7ffb7ff,0x50ca008f,0xf9fbd021,0x034fbd00,0xabe7fe9f,0xcb3fc000,0xd4900000,0x010f0000,0x2e160fd7,0x179fb602,0x0fdf070c,0x1c031fc5,0x3db00003,0x5000000f,0xbc000f60,0x00a01900,0xbff00510,0xf7efc3ff,0x60cc004f,0xfafb8016,0x035fbc01,0xfbe2fdcf,0xcd400000,0xd9e00000,0x01100000,0x36169fd6,0x187fb401,0xffe906dc,0x1c027fc1,0x3d800003,0x7000000f,0xbe000f63,0x00b01900,0xbff20510,0xf7cfcfff,0x80c3002f,0xf9fb9009,0x036faf03,0x3bdefdcf,0xd13fd000,0xdfe00000,0x01040000,0x8b185fe6,0x182fb102,0x1fef067c,0x1d01efc2,0x3d700003,0xb000000f,0xb8000f6b,0x00d01700,0x9ff504e0,0xf7cfd8ff,0x90ba004f,0xfbfbbff5,0x037f9503,0x9bd2fd6f,0xda3fa000,0xe7900000,0x00f20001,0x4417b00d,0x17ffb202,0x1ff2063c,0x2101bfc3,0x3da00004,0x0000000f,0xb5000f71,0x00a01400,0x4ff804a0,0xf7cfddff,0x90bc007f,0xfdfbbfe0,0x039fa202,0x1bdafccf,0xde3fc000,0xeea00000,0x00f10001,0x97143012,0x17ffba02,0x3ff8066c,0x21017fc1,0x3da00003,0xe000000f,0xb6000f70,0x00701600,0x3ff90490,0xf7afe0ff,0x80c000af,0xfcfbbfc9,0x03bfc901,0x5be9fcff,0xdf3fd000,0xf1300000,0x00f70001,0x6a11fff0,0x171fbf02,0x7ffe06cc,0x1f013fbe,0x3d800003,0xb000000f,0xb6000f70,0x00601a00,0x6ffa04a0,0xf79fe1ff,0x80c000bf,0xfbfbbfc0,0x03dfdd01,0x8bedfd8f,0xde3fb000,0xf1100000,0x00fb0001,0x3e110fda,0x161fbf02,0x900406dc,0x1e011fbe,0x3d800003,0x9000000f,0xb5000f6f,0x00701c00,0x7ffa04a0,0xf78fe3ff,0x80c100cf,0xfbfbbfb8,0x040fed02,0x1becfe9f,0xde3f8000,0xf0200000,0x00ff0000,0xf50eafbc,0x14bfbd02,0x901106cc,0x1b00ffbe,0x3d800003,0x4000000f,0xb4000f63,0x00c01f00,0x7ffa04a0,0xf79fe4ff,0x80c6010f,0xfcfbbfb2,0x04300c02,0x1becfeef,0xdb3f7000,0xef500000,0x010c0000,0x850a5fa9,0x143fbc02,0x9018065c,0x1e00efbe,0x3d800003,0x9000000f,0xb6000f5e,0x00c01e00,0x7ff904a0,0xf78fe5ff,0x80c9012f,0xfbfbbfb1,0x04602b01,0xebf0ff1f,0xd53f7000,0xeee00000,0x01160000,0x3607cfa5,0x13efbb02,0x901a061c,0x2000bfbd,0x3d700003,0xd000000f,0xb7000f60,0x00b01d00,0x8ff804b0,0xf78fe6ff,0x80c9013f,0xfbfbbfb0,0x04903001,0xdbf2ff3f,0xd43f7000,0xeed00000,0x01180000,0x2a077fa5,0x13dfba02,0x901c061c,0x2100afbc,0x3d700003,0xd000000f,0xb8000f60,0x00c01e00,0x9ff804b0,0xf79fe6ff,0x80c2019f,0xfcfbbfaf,0x04b03801,0xabf3ff9f,0xd33f4000,0xeee00000,0x01120000,0x1a076fa8,0x132fb902,0xa02705fc,0x1d006fbc,0x3d600003,0x9000000f,0xb9000f55,0x01201f00,0xcff704c0,0xf79fe6ff,0x70bf01af,0xfefbbfad,0x04e03d01,0x6bf4ff2f,0xd43f5000,0xee800000,0x010e0000,0x0c079fa7,0x13bfb802,0xa02a05ec,0x1c005fbc,0x3d600003,0x9000000f,0xb9000f52,0x01301f00,0xdff704d0,0xf7afe6ff,0x70bb01b0,0x03fbbfac,0x05103c01,0x3bf4fe1f,0xd63f9000,0xed900000,0x0108000f,0xee083fa5,0x152fb502,0x702c05cc,0x1d003fbc,0x3d500003,0xb000000f,0xba000f50,0x01101e00,0xfff704e0,0xf7afe6ff,0x70b901c0,0x04fbbfaa,0x05303a00,0xdbf3fdbf,0xd53fb000,0xec800000,0x0107000f,0xdf095fa3,0x15bfb302,0x702905ec,0x1f003fbb,0x3d500003,0xb000000f,0xbb000f53,0x00e01d01,0x0ff704f0,0xf7afe7ff,0x70b601c0,0x05fbbfa8,0x05503700,0x4bf2fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x155fb302,0x702805ec,0x20003fbb,0x3d600003,0xc000000f,0xbc000f56,0x00d01b00,0xeff704e0,0xf7bfe8ff,0x70b601c0,0x06fbbfa7,0x056034ff,0xcbf1fe6f,0xd33f6000,0xeb400000,0x01060000,0x160a5f9d,0x14efb402,0x702705dc,0x22004fbb,0x3d800003,0xe000000f,0xbc000f58,0x00c01a00,0xcff704d0,0xf7bfe9ff,0x60b601c0,0x06fbafa6,0x057032ff,0x5bf1fe7f,0xd23f5000,0xeb800000,0x01060000,0x1e09df9c,0x14dfb402,0x702605dc,0x23005fbb,0x3d900003,0xf000000f,0xbd000f5a,0x00b01900,0xaff704c0,0xf7bfebff,0x60b601a0,0x05fbafa6,0x057031ff,0x3bf0fe9f,0xd03f5000,0xeb000000,0x01090000,0x1109cf97,0x14bfb402,0x702805bc,0x23007fbb,0x3da00004,0x1000000f,0xbb000f5b,0x00e01800,0x6ff704b0 +}; + +u32 ANIM_ENTRY_fire_throw_grenade[] = +{ + 0xf88fcdff,0x80810100,0x1201cfd9,0x02c86480,0x73e9047f,0xd13e3000,0xeda00000,0x00f90000,0x170b5f95,0x04dfd005,0x9fff05bc,0x41fb4fb2,0x3d100002,0xb000000f,0xf3000f4c,0x00a002ff,0x6fdd0500,0xf88fcdff,0x80800110,0x1201dfd9,0x02d86380,0x73e9054f,0xd43e2000,0xedb00000,0x00fb0000,0x170b5f95,0x03ffdb05,0xeffd05bc,0x41fb5fb2,0x3d200002,0xc000000f,0xf3000f4d,0x009002ff,0x5fde04f0,0xf88fccff,0x907f0110,0x1201dfd9,0x02e86380,0x73e806df,0xd93e0000,0xedc00000,0x01020000,0x180b5f96,0x027fe206,0x2ffc05bc,0x41fb5fb2,0x3d200002,0xd000000f,0xf4000f4e,0x008001ff,0x5fdd04f0,0xf88fcdff,0x907f0110,0x1201dfd9,0x02e86380,0x73e909bf,0xe33df000,0xedb00000,0x01230000,0x180b5f95,0xffdfeb06,0xaffd05bc,0x41fb5fb3,0x3d100002,0xc000000f,0xf4000f4d,0x009001ff,0x5fdc04f0,0xf88fcdff,0x907f0100,0x1201dfda,0x02e86180,0x73e80d0f,0xef3dc000,0xedb00000,0x014a0000,0x190b6f96,0xfcb00307,0x6ffe05bc,0x41fb5fb3,0x3d100002,0xc000000f,0xf5000f4d,0x009002ff,0x4fda04f0,0xf88fcdff,0x907f0100,0x1201cfda,0x02e86080,0x73e80f1f,0xfc3db000,0xeda00000,0x01630000,0x190b6f96,0xfaa01a07,0xfffd05bc,0x41fb6fb4,0x3d200002,0xc000000f,0xf7000f4e,0x009002ff,0x3fd804f0,0xf88fcdff,0x908000f0,0x1301cfdc,0x02e86280,0x73e91160,0x1d3e1000,0xeda00000,0x019c0000,0x160b5f95,0xf8703f09,0x8ffb05ac,0x42fb9fb5,0x3d300002,0xe000000f,0xfb000f50,0x008001fe,0xffd404d0,0xf88fcdff,0x908000f0,0x1301bfde,0x02e86380,0x63ea1340,0x453ea000,0xed800000,0x01e20000,0x120b5f93,0xf710620b,0x7ff905bc,0x42fbdfb6,0x3d400002,0xf000000f,0xfd000f52,0x006000fe,0xafd104c0,0xf88fcdff,0x908000e0,0x1301bfdf,0x02e86280,0x63ea1510,0x6b3f1000,0xed800000,0x02110000,0x120b5f93,0xf620780c,0x7ff705ac,0x43fbefb7,0x3d400003,0x0000000f,0xfe000f54,0x006000fe,0xafd004b0,0xf88fccff,0x908200e0,0x1401bfe1,0x02d86180,0x63ea18a0,0xab3fc000,0xed800000,0x02560000,0x140b6f94,0xf4d09b0d,0x5ff5057c,0x43fbdfb8,0x3d400003,0x3000000f,0xfd000f56,0x006000fe,0xafcf04b0,0xf88fccff,0x808400d0,0x1301bfe2,0x02c85e80,0x63ea1c80,0xdd404000,0xed700000,0x02850000,0x170b7f94,0xf420bb0d,0x5ff4056c,0x43fbdfb9,0x3d300003,0x4000000f,0xfc000f57,0x006000fe,0xafcf04c0,0xf88fccff,0x908400d0,0x1201cfe3,0x02b85a80,0x63e91ff1,0x02405000,0xed800000,0x02a70000,0x1c0b8f96,0xf340d90d,0x5ff6056c,0x42fbffba,0x3d300003,0x3000000f,0xfa000f54,0x008001fe,0x9fcf04b0,0xf88fcbff,0x908400d0,0x1201cfe3,0x02b85880,0x63e820f1,0x0b404000,0xed900000,0x02b10000,0x1e0b8f96,0xf2f0e10d,0x5ff8055c,0x41fbffba,0x3d300003,0x3000000f,0xfa000f53,0x009002fe,0x9fcf04b0,0xf88fcbff,0x908400d0,0x1201cfe3,0x02b85880,0x73e82101,0x0b404000,0xed900000,0x02b20000,0x1e0b8f96,0xf2e0e20d,0x5ff8055c,0x41fbffba,0x3d300003,0x3000000f,0xfa000f53,0x009002fe,0x9fcf04b0,0xf89fc8ff,0x808a00f0,0x10028fe1,0x02484f80,0x73e72681,0x39407000,0xed500000,0x02ce0000,0x2c0baf9b,0xf0010e0c,0x5ff6054c,0x41fc0fbd,0x3d200003,0x4000000f,0xf6000f51,0x008002fe,0xbfd104b0,0xf89fc8ff,0x808a00f0,0x10028fe1,0x02484f80,0x73e72681,0x39407000,0xed500000,0x02ce0000,0x2c0baf9b,0xf0010e0c,0x5ff6054c,0x41fc0fbd,0x3d200003,0x4000000f,0xf6000f51,0x008002fe,0xbfd104b0,0xf89fc8ff,0x808b00f0,0x10029fe1,0x02384f80,0x73e72701,0x3c409000,0xed500000,0x02cf0000,0x2c0baf9b,0xefe1110c,0x4ff5055c,0x41fc1fbd,0x3d200003,0x4000000f,0xf6000f51,0x008002fe,0xbfd104b0,0xf88fc5ff,0x808c0100,0x10029fe0,0x02084d80,0x63e729f1,0x4c411000,0xed100000,0x02d70000,0x2b0b9f9b,0xef61210c,0x0ff3057c,0x41fc4fbe,0x3d200003,0x3000000f,0xf3000f51,0x007003fe,0xbfd104b0,0xf86fc3ff,0x808d0120,0x1102bfdf,0x01f84980,0x73e62ce1,0x57413000,0xecf00000,0x02e70000,0x260b5f9b,0xeed1330b,0x9ff3057c,0x41fc5fbf,0x3d200003,0x3000000f,0xef000f50,0x009004fe,0xcfd204c0,0xf86fc3ff,0x708d0120,0x1102efe0,0x01f84880,0x93e52dd1,0x59413000,0xecd00000,0x02ed0000,0x220b2f9a,0xee613b0b,0x6ff2057c,0x41fc5fc0,0x3d200003,0x4000000f,0xee000f50,0x009004fe,0xcfd204c0,0xf86fc4ff,0x708c0140,0x10035fde,0x01e84380,0x63e72eb1,0x5741b000,0xebf00000,0x02f00000,0x190b3f96,0xedb1420b,0x0ff2057c,0x41fc5fc0,0x3d200003,0x5000000f,0xec000f51,0x009004fe,0xbfd204b0,0xf87fc7ff,0x708801a0,0x0e039fd8,0x01f83980,0x23e62ec1,0x4c420000,0xeb400000,0x02f70000,0x1a0b4f97,0xeda1430a,0xbff3056c,0x42fc4fc1,0x3d200003,0x5000000f,0xeb000f54,0x008003fe,0x9fd304a0,0xf8afceff,0x708701c0,0x0c03bfd2,0x01e83c80,0x63e52e21,0x41420000,0xeba00000,0x02ff0000,0x1c0b2f99,0xed81460a,0xaff6054c,0x44fc0fbf,0x3d400003,0x6000000f,0xed000f58,0x006002fe,0x6fd40490,0xf88fd8ff,0x608e01a0,0x0b03bfd1,0x01f83d80,0x53e82cb1,0x4041d000,0xeb600000,0x030f0000,0x1e0b2f99,0xeb21550a,0x7001052c,0x43fb7fbe,0x3d300003,0x4000000f,0xeb000f55,0x00a003fe,0x5fd50490,0xf84fdcff,0x60940190,0x0703bfd3,0x0218297f,0xc3e327b1,0x6740a000,0xeae00000,0x032f0000,0x300b5f9d,0xe5d1730a,0xb00e053c,0x3ffb4fbc,0x3d300003,0x0000000f,0xe7000f4a,0x012006fe,0x5fd50480,0xf82fddff,0x60950190,0x06041fd5,0x02081a7f,0x83dd1e51,0xbc3f8000,0xeb000000,0x03470000,0x370b7fa0,0xdf618f0b,0x3012050c,0x3dfb5fbc,0x3d300003,0x2000000f,0xe5000f45,0x014007fe,0x3fd50470,0xf82fdcff,0x609501a0,0x0604bfd6,0x01d81a7f,0x73de14b2,0x083e5000,0xeb400000,0x036e0000,0x370baf9f,0xdd71960a,0xb00e04ec,0x3efb6fbc,0x3d400003,0x6000000f,0xe4000f48,0x012006fe,0x2fd50470,0xf82fdcff,0x609601a0,0x06053fd8,0x01981d7f,0x63e00e42,0x313bf000,0xeb500000,0x03a30000,0x390baf9f,0xdf619e0a,0x200904cc,0x40fb8fbd,0x3d400003,0xa000000f,0xe2000f4e,0x00f005fd,0xffd50470,0xf82fdbff,0x609501a0,0x0505efda,0x0158207f,0x83e20a22,0x3d37c000,0xebe00000,0x03cc0000,0x400b9fa2,0xe0f1a609,0x3003048c,0x42fbbfc1,0x3d500004,0x3000000f,0xdb000f53,0x00b003fd,0xdfd80450,0xf81fd9ff,0x60950190,0x04075fdd,0x01082a7f,0xe3e90902,0x40357000,0xec900000,0x03d70000,0x3d0bafa3,0xe1d1a108,0xdffc048c,0x44fbffc5,0x3d600004,0x8000000f,0xd4000f59,0x007001fd,0xbfda0440,0xf7ffd7ff,0x60960180,0x02080fdf,0x00e82d7f,0xe3ed0932,0x43351000,0xec800000,0x03d60000,0x390bafa3,0xe2919809,0x0ff404ac,0x47fc1fc6,0x3d600004,0xc000000f,0xd1000f62,0x004ffffd,0xafdb0430,0xf7ffd6ff,0x60970180,0x01081fdf,0x00e82d7f,0xe3ee0942,0x44350000,0xec800000,0x03d50000,0x390bafa3,0xe2b19609,0x1ff204bc,0x48fc2fc6,0x3d600004,0xc000000f,0xd0000f63,0x004ffffd,0x9fdb0430,0xf7cfceff,0x609601cf,0xfe087fe5,0x00f81f80,0x03e909a2,0x3834f000,0xec700000,0x03d80000,0x470bafa9,0xe3f18b09,0x7fec04ec,0x49fcbfc6,0x3d700004,0xd000000f,0xcd000f61,0x004ffffd,0x9fdb0420,0xf7bfcbff,0x609501cf,0xfe08afe7,0x00e81f80,0x43e80a02,0x35353000,0xec900000,0x03d60000,0x470b8fa9,0xe4518509,0x9feb04fc,0x48fcffc6,0x3d800004,0xd000000f,0xcd000f5f,0x004ffffd,0x8fdb0410,0xf7bfc7ff,0x509301cf,0xff091fec,0x00d82f81,0x03e90b22,0x30364000,0xeca00000,0x03cb0000,0x340b5fa3,0xe4e17a09,0xafed051c,0x47fd1fc6,0x3d900004,0xc000000f,0xcd000f59,0x004001fd,0x9fdb0420,0xf79fc1ff,0x409301bf,0xff09dff5,0x00b85682,0x53ee0df2,0x1c38e000,0xeba00000,0x03af0000,0x030b3f97,0xe6916509,0xeff1054c,0x45fd3fc6,0x3d900004,0xa000000f,0xca000f4f,0x005005fd,0xdfdb0430,0xf75fbbff,0x309601c0,0x000a5ffa,0x00786c83,0x43ec1081,0xfb3b0000,0xea200000,0x0392000f,0xe20aff91,0xe851540a,0x3fef058c,0x45fd5fc7,0x3d900004,0xa000000f,0xc4000f4b,0x006008fe,0x1fdc0450,0xf72fb5ff,0x309801f0,0x010adffe,0x00287284,0x63e01211,0xd73ba000,0xe9f00000,0x037d000f,0xdc0a8f93,0xe8c14909,0xffe705bc,0x47fdcfc8,0x3db00004,0xd000000f,0xbe000f4d,0x004008fe,0x1fde0430,0xf71fb0ff,0x20990200,0x020b8002,0xfff88185,0x83df1421,0xc13ce000,0xe9c00000,0x0355000f,0xc50a3f8e,0xe8b13c09,0x6fe405dc,0x49fe0fca,0x3dc00004,0xd000000f,0xb9000f4e,0x003009fe,0x0fe00430,0xf70facff,0x109b01f0,0x020c3009,0xffd89586,0xb3e11701,0xae3ec000,0xe9100000,0x0319000f,0x9f09ef84,0xe8b12c08,0xcfe305fc,0x48fe1fcd,0x3dd00004,0xc000000f,0xb3000f4b,0x00400afe,0x2fe20440,0xf6dfa9ff,0x109a01c0,0x000c8010,0xffe89a87,0xd3d719f1,0x933f9000,0xe8500000,0x02d8000f,0x7b092f7e,0xe8a11c08,0x1fe2060c,0x47fe3fd0,0x3dc00004,0xd000000f,0xab000f49,0x00500cfe,0x3fe50440,0xf6cfa7ff,0x10990180,0x000cb016,0x0028a889,0x33ce1ca1,0x83403000,0xe8300000,0x029d000f,0x4f084f77,0xe8611207,0x0fe0061c,0x48fe6fd3,0x3dc00004,0xe000000f,0xa4000f49,0x00500cfe,0x3fe70440,0xf6bfa5ff,0x109a0150,0x000cd019,0x0058b88a,0x23cf1e91,0x80410000,0xe7d00000,0x0274000f,0x21079f6d,0xe8410b06,0x8fde062c,0x48fe7fd6,0x3dc00004,0xe000000f,0x9f000f49,0x00500cfe,0x4fe90440,0xf6afa3ff,0x109e012f,0xff0cf01b,0x00c8c58b,0x53ce21d1,0x7d427000,0xe5e00000,0x0231000e,0xce060f5e,0xeac0f805,0xafdf062c,0x48fe9fd9,0x3dd00004,0xe000000f,0x98000f47,0x00500dfe,0x3feb0420,0xf69fa2ff,0x109f010f,0xfd0cf01a,0x0128ca8c,0xa3bd2511,0x7a433000,0xe4900000,0x01f2000e,0x7e03ef51,0xef50e304,0x8fe0062c,0x47febfdd,0x3dd00004,0xf000000f,0x92000f44,0x00600efe,0x2fed0410,0xf69fa1ff,0x109e010f,0xfe0d1015,0x0188d48d,0xc3b427e1,0x7c43d000,0xe3f00000,0x01c4000e,0x35022f49,0xf2c0d203,0xffdf061c,0x47fedfdf,0x3de00005,0x1000000f,0x8e000f43,0x00500ffe,0x2fee03f0,0xf69fa1ff,0x109f010f,0xfd0cb00e,0x0208d78e,0x43b32a51,0x8344a000,0xe2d00000,0x019f000e,0x0200ef45,0xf600c003,0x7fdf060c,0x47feefe0,0x3de00005,0x2000000f,0x8c000f43,0x00500ffe,0x2fef03f0,0xf68fa0ff,0x10a1010f,0xfc0bb005,0x0308ce8e,0x83ac2d51,0x8b459000,0xe1600000,0x0175000d,0xdfff9f45,0xfa60a702,0xffe0061c,0x46feffe1,0x3de00005,0x2000000f,0x8a000f41,0x006010fe,0x1fef03e0,0xf67fa0ff,0x10a1010f,0xfc0b5fff,0x03a8cc8e,0xb3a52ec1,0x8f45a000,0xe1400000,0x0167000d,0xd9ff3f47,0xfc609a02,0x6fe0060c,0x46feffe1,0x3de00005,0x3000000f,0x89000f40,0x006010fe,0x1fef03d0,0xf67fa0ff,0x10a1011f,0xfb0b2ffd,0x03f8cb8e,0xc3a22f61,0x9045a000,0xe1500000,0x0161000d,0xd8ff0f49,0xfd409402,0x2fe0060c,0x46ff0fe1,0x3de00005,0x3000000f,0x89000f40,0x006010fe,0x1fef03d0,0xf68f9fff,0x20a1012f,0xfa0b8ff4,0x04b8d18f,0xb3993481,0x9f45e000,0xe2500000,0x0138000d,0xc7feaf4d,0xff507f01,0x8fe105ec,0x45ff1fe3,0x3de00005,0x3000000f,0x88000f3f,0x007011fe,0x1fef03b0,0xf68f9fff,0x20a2012f,0xfa0b8ff3,0x04c8d28f,0xd3993581,0xa2461000,0xe2600000,0x012e000d,0xc4feaf4e,0xffb07901,0x8fe105ec,0x45ff1fe3,0x3df00005,0x3000000f,0x88000f3f,0x007011fe,0x1fef03b0,0xf68fa0ff,0x20a4012f,0xf80b7ff0,0x04b8d28f,0xf39b36b1,0xa8468000,0xe2400000,0x011e000d,0xc3feaf4f,0x00506d01,0xafe105dc,0x45ff1fe4,0x3df00005,0x3000000f,0x88000f3f,0x008011fe,0x1ff003b0,0xf68fa0ff,0x20a7014f,0xf50b0fe8,0x04f8d090,0x13993841,0xaf46d000,0xe2400000,0x0108000d,0xcbfeef52,0x01905601,0x8fe405dc,0x44ff0fe5,0x3de00005,0x0000000f,0x87000f3c,0x00a011fe,0x2ff003b0,0xf69f9fff,0x20a9016f,0xf40abfe0,0x0558d390,0x43973a41,0xb3470000,0xe2900000,0x00f2000d,0xceff1f53,0x01904100,0xffe905dc,0x43ff2fe7,0x3df00004,0xd000000f,0x86000f36,0x00d012fe,0x3ff103a0,0xf6af9fff,0x20ac016f,0xf60a5fdd,0x0588de90,0x739c3c01,0xb9479000,0xe3100000,0x00da000d,0xc3ff7f54,0x01502f00,0x9fea05bc,0x43ff1fec,0x3e000004,0xd000000f,0x80000f35,0x00f012fe,0x4ff20390,0xf69fa0ff,0x10b0017f,0xf709ffdb,0x0598e790,0x73a03ca1,0xbd482000,0xe3700000,0x00c9000d,0xb6ffdf55,0x01d02600,0x4feb05ac,0x44fefff0,0x3df00004,0xc000000f,0x79000f34,0x011012fe,0x6ff40390,0xf6afa0ff,0x10b2018f,0xf8097fd5,0x0608f090,0x63953d61,0xbf480000,0xe4a00000,0x00c0000d,0xb1ffcf56,0x02f028ff,0xfff405ac,0x42fecff8,0x3de00004,0x7000000f,0x6b000f2b,0x014013fe,0xbff90390,0xf6dfa1ff,0x00b801bf,0xf9089fce,0x06890090,0xa3913ec1,0xc5481000,0xe5700000,0x00b6000d,0x99ff9f59,0x03d035ff,0x7ff8057c,0x43fef003,0x3e100004,0x7000000f,0x5d000f28,0x016013fe,0x9ffe0380,0xf70fa2fe,0xf0c101cf,0xf7075fcb,0x06c90b90,0xc3963fb1,0xcb486000,0xe5000000,0x00ac000d,0x7cff5f5c,0x04b044ff,0x0ff9052c,0x45ff500a,0x3e400004,0x7000000f,0x55000f28,0x017011fe,0x50000370,0xf72fa2fe,0xf0c501df,0xf505dfc9,0x07a90a90,0xa3903fc1,0xcd486000,0xe5100000,0x00ab000d,0x70ff1f65,0x05a04efe,0x9ff804fc,0x48ffc011,0x3e700004,0x9000000f,0x4b000f2a,0x01700ffe,0x30030350,0xf75fa1fe,0xf0ca01ff,0xf2043fc7,0x09090890,0x93803f31,0xce482000,0xe5e00000,0x00b0000d,0x6cfecf71,0x067056fe,0x2ff5049c,0x4d00401b,0x3ed00004,0xc000000f,0x3f000f2c,0x01600cfe,0x30090320,0xf78fa0fe,0xf0d2022f,0xee038fc7,0x09990c90,0xe37a3e71,0xd147f000,0xe6300000,0x00b5000d,0x65fe9f72,0x071059fe,0x0ff1048c,0x50005023,0x3ef00004,0xb000000f,0x37000f2f,0x016009fe,0x400d0300,0xf7df9ffe,0xf0da025f,0xe802bfc8,0x0a191691,0x73783d91,0xd547b000,0xe6800000,0x00be000d,0x5cfe4f6b,0x07a05cfd,0xcfee045c,0x5400202e,0x3f100004,0x8000000f,0x2a000f30,0x017005fe,0x801102f0,0xf7ff9ffe,0xf0da024f,0xe8026fc7,0x0a292091,0xc3753da1,0xd5478000,0xe6b00000,0x00c1000d,0x5cfe5f63,0x07605cfd,0x9ff5040c,0x54ffb033,0x3f000004,0xa000000f,0x24000f2a,0x018004fe,0xe01302f0,0xf82f9ffe,0xe0df01ef,0xec021fc9,0x09d95593,0x93803e51,0xd747f000,0xe5c00000,0x00bd000d,0x2bfebf60,0x06e05dfd,0x3ff603cc,0x56fef036,0x3ee00004,0xd000000f,0x23000f29,0x01afffff,0x50120330,0xf85f9ffe,0xd0e201bf,0xee01ffcb,0x09a97794,0xb3883ec1,0xd9483000,0xe5100000,0x00b9000d,0x09feef5f,0x06905dfd,0x0ff503bc,0x58fe9038,0x3ed00004,0xe000000f,0x23000f2b,0x01bffcff,0x90120350,0xf85f9ffe,0xd0e201bf,0xee01ffcc,0x09997994,0xc3883ed1,0xd9483000,0xe5100000,0x00b9000d,0x07feef5f,0x06905dfc,0xfff503ac,0x58fe8038,0x3ed00004,0xe000000f,0x23000f2b,0x01bffcff,0x90120350,0xf85f9efe,0xd0f201bf,0xee00ffd0,0x09998696,0x539b3a21,0xd6489000,0xe0700000,0x00b8000c,0xefffaf57,0x0b1063fd,0xdff303ac,0x5afe3037,0x3ee00004,0xf000000f,0x24000f2b,0x01cff9ff,0xb0100370,0xf85f9efe,0xd0f201bf,0xee00ffd0,0x09998596,0x639b39b1,0xd6488000,0xe0000000,0x00b8000c,0xf0ffbf57,0x0b7063fd,0xeff303ac,0x5afe3037,0x3ee00004,0xf000000f,0x24000f2b,0x01cff9ff,0xc0100370,0xf85f9efe,0xd0f601bf,0xed00bfd1,0x09a97797,0x039c36f1,0xd3481000,0xdd100000,0x00be000c,0xfbffef51,0x0d6066fe,0x3ff303ac,0x5bfe1036,0x3ed00005,0x1000000f,0x25000f2a,0x01bff8ff,0xd0100380,0xf84f9bfe,0xd0f801ff,0xed00efce,0x09a93b99,0x93a33131,0xd245a000,0xd4900000,0x00cc000d,0x17ff3f3b,0x0f706efe,0x6ff3036c,0x5dfdc035,0x3ed00005,0xc000000f,0x24000f28,0x019ff500,0x201203a0,0xf85f94fe,0xd0f4025f,0xf001cfc9,0x0978cb9c,0x43e12c81,0xd742e000,0xcb900000,0x00d1000d,0x17fd4f24,0x102078fe,0xcff0035c,0x5ffdd035,0x3ef00006,0x5000000f,0x20000f27,0x015ff400,0x501503a0,0xf84f8efe,0xd0ee02bf,0xf202dfc3,0x0928349d,0x144e2861,0xd840f000,0xc3700000,0x00cb000d,0x00fa7f14,0x11607eff,0x5fec037c,0x60fe2034,0x3f100006,0x9000000f,0x1e000f25,0x012ff500,0x50180390,0xf84f8bfe,0xe0db02ff,0xfa044fb9,0x08c7ae9b,0x14a12581,0xcd3ef000,0xbdf00000,0x00c5000c,0xf3f7ef15,0x123082ff,0x8fee038c,0x5efe7032,0x3f300006,0xd000000f,0x1d000f1f,0x00eff900,0x401a0380,0xf85f89fe,0xe0c00340,0x0a068faa,0x08470195,0xf5062211,0xbd3c2000,0xb7d00000,0x00b9000c,0xdff4ff25,0x12d086ff,0x9ff1037c,0x5cfec02f,0x3f600007,0x5000000f,0x1f000f17,0x007fff00,0x101d0360,0xf86f8afe,0xd0bc0370,0x0f076fa2,0x0876a491,0x35421f31,0xbc3aa000,0xb4a00000,0x00b4000c,0xc9f37f3a,0x13d087ff,0xdfec036c,0x61fec02c,0x3f800007,0xc000000f,0x22000f1d,0xfff00100,0x001e0350,0xf86f8efe,0xb0b703a0,0x12079f98,0x08f6a48d,0xa5341c61,0xb338b000,0xb2d00000,0x00bf000c,0xf5f39f42,0x149087ff,0xffee035c,0x64fec027,0x3fb00008,0x3000000f,0x25000f1d,0xff6003ff,0xe0220340,0xf87f93fe,0x90b20390,0x1707cf93,0x0926e18d,0x24f41ad1,0xa8379000,0xb3a00000,0x00ca000d,0x4cf51f35,0x14c085ff,0xcff5031c,0x65fee026,0x3ff00008,0xc000000f,0x22000f1a,0xfee004ff,0xb02c0310,0xf87f94fe,0x90b30370,0x1907ff91,0x0946fe8d,0xa4d81a11,0xa4376000,0xb5600000,0x00cc000d,0x69f60f2f,0x14e084ff,0xcff5030c,0x66ff1027,0x40100009,0x2000000f,0x19000f1c,0xfe8004ff,0xa03602f0,0xf83f95fe,0xa0b80360,0x1a086f8f,0x0967128e,0x64c818e1,0xa0377000,0xb8000000,0x00d2000d,0x6cf69f31,0x14f085ff,0xdfee031c,0x69ff502a,0x40000009,0xa000000f,0x09000f24,0xfe1001ff,0xc04202b0,0xf7ef93fe,0xd0bd0370,0x18087f8f,0x09974d8f,0x048415e1,0x84378000,0xba500000,0x00f4000d,0xa8f75f36,0x148083ff,0xdfe702dc,0x6aff802f,0x3ff0000a,0xd000000e,0xf5000f28,0xfd7ffe00,0x004f0260,0xf79f8aff,0x00c70360,0x17087f98,0x09978d90,0x04451381,0x6b386000,0xbe100000,0x0115000d,0xeef79f3f,0x124082ff,0xefdc02ac,0x6bffd037,0x3fc0000c,0x3000000e,0xdc000f2c,0xfc9ffb00,0x705c0230,0xf72f73ff,0x60d802d0,0x16087fb6,0x0957b98f,0xf42a1371,0x683a9000,0xc1300000,0x0125000e,0x27fa6f52,0x0de08400,0x2fc1032c,0x6a00e03c,0x3f80000d,0x7000000e,0xc5000f30,0xfb9ffa01,0x30680260,0xf65f52ff,0xe0e402a0,0x16089fd4,0x0907fb8f,0x83fd14e1,0x633c2000,0xc4600000,0x0137000e,0x8cff0f6d,0x07c08d00,0x2fa003ac,0x68029040,0x3f80000f,0x4000000e,0xac000f30,0xfaaff701,0xd0730290,0xf5ff4600,0x10e802a0,0x17089fde,0x08d81b8f,0x83e61581,0x603c9000,0xc6100000,0x013e000e,0xbc00ef78,0x05409200,0x1f9503bc,0x69034043,0x3f900010,0x3000000e,0xa1000f30,0xfa5ff602,0x00770290,0xf5ff3300,0x00f10200,0x1f070ff6,0x08c87091,0x63df15a1,0x5c3e6000,0xcaf00000,0x0147000e,0xdc02ef82,0x0290a5ff,0x9f8a02cc,0x6e03e04a,0x3fa00012,0xf000000e,0x93000f2c,0xf9dff802,0xc07f02f0,0xf5ff21ff,0xf0fa0170,0x2705600e,0x08b8c493,0x53d915c1,0x58402000,0xcfa00000,0x0150000e,0xf804cf8b,0x0000b9ff,0x0f7f01cc,0x74047050,0x3fa00015,0xa000000e,0x85000f28,0xf96ffb03,0x80870360,0xf5af1300,0x11040110,0x27044021,0x0868fe94,0x03c71601,0x5340c000,0xd1000000,0x015d000f,0x1004bf8f,0xfe80c1fe,0xff71014c,0x7804f052,0x3f900017,0x9000000e,0x7c000f29,0xfa3ffc04,0x108a03b0,0xf4eeeb00,0x81170020,0x2b017053,0x07899495,0xf38f16e1,0x46425000,0xd4900000,0x017c000f,0x4c049f9b,0xfa30d5fe,0x9f4dffbc,0x85066057,0x3f80001c,0xd000000e,0x67000f2b,0xfcaffd05,0x70930470,0xf4ded000,0xb11bff80,0x38004070,0x06a9e797,0x937216f1,0x41438000,0xd5800000,0x017d000f,0x5d044fa1,0xf8d0ddfe,0xaf3cfe5c,0x8c07605c,0x3f700020,0x4000000e,0x5f000f2c,0xfe7ffb06,0x60980510,0xf4ce9a00,0xf129fe80,0x55feb0a0,0x043a639b,0x335915f1,0x37462000,0xd4800000,0x0172000f,0x6803cfb1,0xf860e8ff,0xef28fbfc,0x99094062,0x3f200025,0xc000000e,0x55000f3b,0x00eff308,0x309d0670,0xf3fe7801,0x7142fe30,0x50fd00c1,0x033aa89d,0x732c1691,0x2945f000,0xd4d00000,0x0188000f,0xa103cfbe,0xf530ebff,0xff23fb1c,0x9e0a9060,0x3eb00028,0x4000000e,0x4c000f5a,0x018feb09,0x509f0760,0xf32e5802,0x414afdc0,0x51fb20e2,0x023aeca0,0x32f01751,0x1f44d000,0xd6000000,0x018c000f,0xe7032fc7,0xf190f1ff,0xff21fa3c,0xa80c305f,0x3e600028,0xe000000e,0x47000f90,0x017fd80a,0x009f0810,0xf2ae2c03,0x114afd30,0x5cf9210e,0x009b3aa4,0xb2bc1751,0x1143d000,0xd6b00000,0x017e0000,0x38020fd5,0xeec0fc00,0xaf1cf94c,0xbe0e3061,0x3e000027,0xe000000e,0x44000fd7,0x015fbc0a,0xe09d0920,0xf27e1303,0x614cfce0,0x62f85127,0xff8b51a7,0xe2bc16a1,0x07436000,0xd6600000,0x01750000,0x6a017fe2,0xee110201,0x5f17f94c,0xc90f1063,0x3da00025,0xa000000e,0x42000ff1,0x017faf0b,0xa09b09e0,0xf16df004,0x7148fc90,0x67f6c146,0xfe9b5dac,0x62c215b0,0xf441b000,0xd7800000,0x016f0000,0xce001ff2,0xebe10301,0x6f12fa3c,0xce10b063,0x3d100020,0x1000000e,0x3e000ff9,0x021f9d0c,0x50990ab0,0xf0adcb05,0x4140fc50,0x73f60163,0xfddb44b0,0xd2e51410,0xe5407000,0xd9900000,0x015d0001,0x22fecffb,0xea810501,0x8f19fb3c,0xd8129062,0x3ce0001a,0x1000000e,0x3e000ff7,0x037f880c,0xc0990b50,0xf08da705,0x713cfc40,0x7cf5717d,0xfccab2b5,0x137e11b0,0xd83fe000,0xdbd00000,0x014f0001,0x55fdfffc,0xea710702,0x1f3cfbdc,0xda13e064,0x3c600014,0x7000000e,0x3f000fe1,0x062f760d,0xc09a0c30,0xefad8506,0x4139fc00,0x7ff3c19c,0xfb09a7b8,0x94870f20,0xc13f2000,0xe0100000,0x014e0001,0x8efcc001,0xeb210502,0xbf64fc9c,0xd6159065,0x3bc0000f,0xa000000e,0x41000fbd,0x092f6c0e,0x709d0ce0,0xeebd6207,0x7130fc00,0x82f2a1b7,0xfa7863bb,0x05d20d60,0xaf3e3000,0xe6b00000,0x014c0001,0xbffb100a,0xeb210502,0xef6efdac,0xdd180060,0x3bf0000c,0xc000000e,0x49000fab,0x0baf690e,0x00a30cd0,0xee8d4807,0xc12bfbf0,0x84f271cc,0xfa6775b8,0x96ce0c30,0xa33db000,0xe9300000,0x014b0001,0xe5f9000e,0xeb110703,0x2f72fdfc,0xe719805c,0x3c00000c,0x8000000e,0x51000fa9,0x0cef620d,0xe0a70d00,0xedad2008,0x212cfb50,0x7bf161f7,0xf8e6f8ab,0x977e0ba0,0x943c8000,0xe8800000,0x01490002,0x20f34021,0xe9510903,0x1f76fdec,0xf51b405a,0x3b90000f,0x3000000e,0x56000fba,0x0c7f4d0e,0xa0ac0df0,0xed0d0608,0xa122faa0,0x74ef9215,0xf746e8a4,0x57ce0d70,0x943a9000,0xeba00000,0x013f0002,0x40ef404d,0xe5610d01,0xff61fe4c,0xfa1c605b,0x3b000011,0x1000000e,0x5c000fc7,0x099f460f,0x20ae0ec0,0xedfcf107,0xa11ef950,0x7eed222f,0xf4a704a0,0x97fa0b60,0x9439f000,0xf0a00000,0x01390002,0x39ef6079,0xe6810c02,0xdf4ffddc,0xf91c9060,0x3a200012,0xf000000e,0x65000fc2,0x063f5410,0x20ad1000,0xef3cd606,0x3125f6c0,0x8be81257,0xeef78498,0xa8300550,0x8f39c000,0xf5000000,0x013d0001,0xc5f420ca,0xeb610805,0x8f37fc9c,0xf81cc066,0x38d00016,0xe000000e,0x73000fbe,0x015f7311,0x40aa11a0,0xef7cca05,0xe12bf480,0x8be2626d,0xe917c88e,0x182902c0,0x8b388000,0xf3900000,0x01440001,0x84f7d0f7,0xeb710c05,0xcf25fb1c,0xfd1cf066,0x3830001b,0x0000000e,0x80000fc8,0xfe0f8a11,0x30a51210,0xf0dcbe04,0xd126f320,0x93dec27b,0xe577ea88,0x28080120,0x89372000,0xf3b00000,0x013e0001,0x6af88112,0xe9f11505,0x4f12fa0d,0x0a1d2066,0x37d0001e,0x2000000e,0x92000fd7,0xfb7f9710,0xf0a21220,0xf18cba04,0x5123f2e0,0x96de127f,0xe4c7fe87,0x380200c0,0x8836d000,0xf4200000,0x013a0001,0x56f8711d,0xe9511905,0x0f0cf9cd,0x0f1d3067,0x37c0001e,0xe000000e,0x98000fdc,0xfacf9a10,0xe0a11230,0xf19cba04,0x4123f2e0,0x96de127f,0xe4b80087,0x280200b0,0x8836c000,0xf4300000,0x013a0001,0x54f8711e,0xe9511905,0x0f0bf9cd,0x0f1d3067,0x37c0001e,0xf000000e,0x99000fdc,0xfabf9a10,0xe0a11230,0xf58ca300,0x6132f220,0x8bd99289,0xe057bb79,0x879afc00,0x6036b000,0xed700000,0x01480001,0x67fb610c,0xe8711f05,0xbee9f91d,0x291d4069,0x37a00022,0x9000000e,0xa7000ff7,0xf79faa11,0x509d1280,0xf58ca300,0x4131f210,0x8ad91287,0xdfe7c078,0x1796fad0,0x5936f000,0xec700000,0x01490001,0x4cfbf102,0xe8f11f06,0x0ee7f8fd,0x281d106b,0x37900022,0xe000000e,0xa5000ff7,0xf75fad11,0x709d1290,0xf5bca5ff,0xf130f1e0,0x88d7b27f,0xdec7c874,0x6786f740,0x45378000,0xe9d00000,0x014d0000,0xfdfd50de,0xea411f06,0xdee4f86d,0x261ca070,0x37600024,0x1000000e,0x9d000ff9,0xf69fb411,0xd09e12b0,0xf66cacff,0x112df180,0x86d5926c,0xdd07b570,0xc746f030,0x1f388000,0xe6e00000,0x01510000,0x93fe208e,0xec811b08,0x7edff71d,0x2c1c0077,0x37800026,0xd000000e,0x8a000000,0xf50fbb12,0x10a41280,0xf95cc4fc,0x012af110,0x83d51256,0xdc575d71,0x96b6e78f,0xf739a000,0xe5200000,0x01550000,0x94fcf04a,0xee310b0a,0x9ee4f56d,0x401ac076,0x38200029,0x7000000e,0x71000012,0xf3cfb912,0x20b01230,0xfd0cf8f7,0xe128f0e0,0x6cd6223b,0xde871471,0xc63de0ff,0xc73a6000,0xe0d00000,0x01520000,0xaffb2026,0xecf0f40c,0x0efff3bd,0x50182061,0x38b0002a,0xb000000e,0x6600002a,0xf35fb011,0xc0bc11f0,0xfe1d38f6,0x9122f1c0,0x44d90216,0xe476fc73,0x75f3db2f,0x9739f000,0xdd900000,0x01520000,0xb3f95018,0xeb40cf0d,0x0f26f1cd,0x54159047,0x39a0002b,0x8000000e,0x60000042,0xf36f9f10,0x70c81100,0xfe7da0f6,0x0119f45f,0xfedfe1ce,0xf086f07a,0x258bd1af,0x5c375000,0xdbe00000,0x01680000,0xb7f6a01c,0xe7208a0d,0x9f63ee9d,0x5911b01f,0x3bc0002c,0x3000000e,0x5c00006d,0xf44f7f0d,0xa0d70f20,0xfefdfaf5,0xa123f80f,0xb3e69167,0xfc370580,0x8551cf8f,0x34300000,0xd9f00000,0x01720000,0x89f5802f,0xdd806809,0x7f99ec1d,0x540db005,0x3d00002a,0xc000000e,0x6500008d,0xf6df6d0b,0xe0d20e50,0xff3e60f5,0xb131fc5f,0x61eaf0e9,0x07973286,0x9512d73e,0xfc243000,0xd6800000,0x017f0000,0x45f55034,0xd0f06000,0xefdae9dd,0x3b093ff8,0x3e300027,0x0000000e,0x6d00009f,0xfabf630a,0x70bb0e10,0x001ebcf6,0x112dffff,0x1fed3094,0x1067968d,0xc4b7e0ae,0xc11c4000,0xd6600000,0x01f00000,0x38f52032,0xc9704ef6,0x9009e82d,0x2d065ff6,0x40300022,0x9000000e,0x7e0000b5,0xfe1f5908,0x309e0d50,0x00def5f6,0x313102ae,0xf7eea070,0x15081393,0x1461e3ff,0x5513d000,0xd7800000,0x01980000,0x48f5702c,0xcc806df0,0xd022e73d,0x27052ff4,0x4180001f,0x7000000e,0x900000c4,0x004f5407,0x00860d20,0x00af2ef6,0x915a067e,0xd7ee5052,0x1838f796,0x63f4eac0,0x60ffb000,0xd7900000,0x01490000,0x4bf6b010,0xd20ffcfa,0xc047e7bd,0x11038fea,0x41b0001b,0x6000000e,0x9d0000c7,0x02af5607,0x40640db0,0x004f63f7,0x118109ae,0xbdecd03b,0x1b19cc97,0x537f0c01,0x9fda6000,0xd8400000,0x00850000,0x6bf7afe6,0xb5001708,0x8071e85c,0xf7017fe0,0x41a00017,0xf000000e,0xa30000c5,0x048f5807,0xc0430e30,0x005f8cf7,0x71960bee,0xbfeb3024,0x1c8a8797,0xf32d3592,0x56b8f000,0xdb100000,0x00550000,0x52f83fc7,0x78305700,0xb08ae7fc,0xe7ffcfdd,0x42100016,0xe000000e,0xa40000cc,0x051f5807,0x802b0e50,0x00ffd2f8,0x11cd112f,0x00e75fde,0x1cbc299b,0x52b96673,0x1c939000,0xdcc00000,0x0094000f,0x98f9cfa4,0x22bfb1fb,0xd09fe69c,0xd6fd8fd9,0x42f00016,0x7000000e,0xab0000ee,0x053f5906,0xc0050e60,0x013ff3f8,0x61f113ff,0x33e53fb0,0x1bbce29b,0x82816d33,0x52834000,0xdc200000,0x009d000f,0x54fa7f8d,0x0c2f6cfe,0xb0a9e60c,0xcbfc4fd2,0x43000016,0x8000000e,0xb1000100,0x052f5906,0xdff40e90,0x014ff8f8,0x71f7146f,0x3ce4efa8,0x1b7cf69b,0x42786c13,0x5480b000,0xdbf00000,0x009a000f,0x51fa8f88,0x0b1f6cff,0x40abe5fc,0xc8fc1fd0,0x42f00016,0x9000000e,0xb2000102,0x051f5906,0xfff20ea0,0x00f033fa,0x0237166f,0xa7e19f57,0x18bd4995,0x62425b72,0xe766a000,0xdac00000,0x006f000f,0x94fb9f31,0x0bbf5003,0x10c7e4cc,0x9dfa7fcd,0x42d00018,0x3000000e,0xa0000120,0x04ef4806,0x7fe90e10,0x01103ffa,0x624316af,0xbce11f4c,0x187d5895,0x123859e2,0xcc634000,0xda100000,0x0069000f,0x97fbdf27,0x0b9f5103,0x80c8e46c,0x97fa3fcf,0x42e00018,0xb000000e,0x9c00012b,0x04cf4406,0x4fe90dd0,0x017053fa,0xd26116cf,0xe4e04f41,0x184d5b95,0x02285ab2,0x8f5ff000,0xd8900000,0x005c000f,0xa2fcef1f,0x09ef5d04,0x10c6e38c,0x8ff9afd3,0x43200019,0xb000000e,0x92000145,0x04af3b05,0xefe90d30,0x01a069fa,0xf29216e0,0x15dedf39,0x17ed3594,0x621c68b2,0x4b5ee000,0xd7000000,0x004b000f,0xd1ff2f24,0xfc7f8d06,0x70c8e2bc,0x88f8dfd8,0x4370001a,0xe000000e,0x7f00015e,0x04bf2e05,0xbfe60c90,0x019074fa,0xd2b01700,0x28dd6f3a,0x17dd1494,0x021879b2,0x315f8000,0xd6300000,0x0053000f,0xf1008f34,0xecdfc408,0xa0c8e25c,0x85f86fdf,0x43a0001b,0xb000000e,0x6c000169,0x04ef2605,0x7fe40c20,0x021084fb,0x52c116f0,0x25dbbf3b,0x181d0593,0xd2148552,0x1f606000,0xd5900000,0x00690000,0x0200ff4d,0xe4cff708,0x90c4e0dc,0x7df7fff3,0x4410001d,0x5000000e,0x57000181,0x04ef1f04,0x4fe60b80,0x02808cfb,0x92ca16d0,0x25dadf3c,0x183d0393,0xf2128b32,0x18611000,0xd4f00000,0x00770000,0x02010f59,0xe1600c08,0x50c3e00c,0x79f7dffd,0x4450001e,0x2000000e,0x5000018d,0x04ef1c03,0xbfe70b40,0x02e093fb,0x82d616e0,0x28da4f3d,0x18ad1994,0x820c8ef2,0x23624000,0xd3f00000,0x0094000f,0xe4006f64,0xe1d01407,0xf0bedf6c,0x7af7b002,0x4470001e,0xc000000e,0x4c00019a,0x051f1a03,0x8fe60b40,0x02f095fb,0x62dd1750,0x24da6f3e,0x194d3494,0x92058d12,0x3562a000,0xd4100000,0x00a4000f,0xceff5f6b,0xe6e00f07,0xb0b7df2c,0x7cf7a005,0x4490001f,0x5000000e,0x470001a2,0x054f1803,0x4fe50b40,0x02f093fb,0x32de1790,0x21da9f3d,0x197d4094,0x32038872,0x3e622000,0xd4d00000,0x0096000f,0xcbfecf67,0xec100a07,0x80b8df0c,0x7df79008,0x44a0001f,0x9000000e,0x420001a2,0x053f1403,0x2fe30b40,0x03008afa,0xe2dd1810,0x23daff3d,0x19bd4994,0x42018602,0x4861d000,0xd5200000,0x008d000f,0xc5fe9f63,0xee300907,0x10b4deec,0x84f7e00c,0x44a0001f,0xc000000e,0x3e00019e,0x051f0f03,0x4fe10b60,0x02f06ff9,0xf2dd19b0,0x2edb2f3b,0x19fd5a94,0xb1fd8792,0x54625000,0xd5400000,0x0085000f,0xb7fe5f69,0xeca01106,0x90a0df4c,0x9ff94011,0x44e0001f,0xd000000e,0x36000192,0x04ef0b03,0xcfdd0ba0,0x02b041f8,0xa2cf1be0,0x2fdbdf3d,0x1a0d7a96,0x11f88992,0x6b637000,0xd5f00000,0x007c000f,0x97fd7f78,0xeb101a06,0x307adffc,0xcdfba019,0x45600020,0x2000000e,0x29000183,0x045f0304,0x4fd90be0,0x02d013f7,0xe2911cc0,0x08dddf46,0x19ad9999,0x41f684b2,0x8e649000,0xd7000000,0x0086000f,0x5ffc3f7f,0xeff01206,0x304ae06c,0xfffde025,0x46100021,0x1000000e,0x1e000181,0x037ef704,0x2fd90be0,0x029feef7,0x026f1d5f,0xf5de6f49,0x195d9c9a,0x720485f2,0xa466f000,0xd7700000,0x0077000f,0x59fc2f7c,0xef601605,0xa02ce14d,0x1dff4028,0x46200021,0x7000000e,0x1700017d,0x02bef304,0xcfda0c40,0x022fcaf6,0x72531e4f,0xe0ddff4f,0x190d8999,0xa21b8512,0xad68e000,0xd8c00000,0x0053000f,0x7bfc4f73,0xf0f01905,0x4011e2bd,0x3700a02a,0x46300021,0x6000000e,0x0d000177,0x026ef205,0x0fdc0c70,0x021fbbf6,0x52401ebf,0xd2ddbf53,0x18fd8199,0x52248202,0xb4693000,0xd9900000,0x0047000f,0x86fc2f70,0xf3e01505,0x4004e33d,0x4301502c,0x46600021,0x4000000e,0x09000174,0x025ef004,0xffdf0c70,0x021fb9f6,0x523e1ebf,0xd0ddbf54,0x18fd8099,0x42258182,0xb4693000,0xd9b00000,0x0046000f,0x87fc2f70,0xf4601405,0x4003e34d,0x4401602c,0x46600021,0x4000000e,0x09000174,0x025ef004,0xffdf0c70,0x01af93f6,0x32151f1f,0xbfdecf5e,0x197d8b9a,0xa22e74f2,0xdf6b6000,0xdb300000,0x0036000f,0x6ffc2f66,0x00dffa05,0x3fffe47d,0x4e023023,0x45e00021,0x1000000e,0x0b000162,0x028ef105,0x6fe00c70,0x01af93f6,0x32151f1f,0xbfdecf5e,0x197d8b9a,0xa22f7502,0xe06b6000,0xdb300000,0x0036000f,0x6ffc2f66,0x00dffa05,0x3fffe47d,0x4e023023,0x45d00021,0x1000000e,0x0b000162,0x028ef105,0x6fe00c70,0x018f91f6,0x32121eef,0xbddeef61,0x196d839a,0xb2347512,0xe36c0000,0xdb400000,0x0034000f,0x71fc3f65,0x011ffa05,0x2fffe48d,0x4e022022,0x45c00021,0x1000000e,0x0b000162,0x029ef205,0x7fe10c60,0x007f85f6,0x81fa1d7f,0xaadf0f77,0x192d379b,0x02656ee2,0xf36f6000,0xdbe00000,0x0027000f,0x8bfc8f59,0x091fed04,0x8fffe56d,0x4701a01a,0x45100021,0x3000000e,0x0a00015b,0x02def805,0x9fe20c40,0xfedf70f6,0xf1c41b5f,0x8bdf3f9a,0x190cb39b,0x32b560f3,0x13704000,0xde000000,0x002f000f,0xaefc9f4c,0x15ffdb03,0x8001e6dd,0x3d01100a,0x44200021,0x4000000e,0x0a00014e,0x032f0105,0xafe60bf0,0xfdcf5ef7,0x519c197f,0x80e0cfb4,0x18bc379b,0xa3045f23,0x3c6fe000,0xdf700000,0x0042000f,0xb8fcbf49,0x15afdf03,0x5000e7fd,0x3700bffb,0x43500021,0x2000000e,0x10000142,0x034f0b05,0xafeb0b80,0xfc5f4ff7,0xb183179f,0x80e23fc6,0x17bb939a,0xa3605de3,0x5871e000,0xe0500000,0x003d000f,0xe1fd7f4e,0x17ffe103,0x4010e94d,0x23005fea,0x42600020,0x9000000e,0x14000127,0x032f1805,0xaff10af0,0xfb3f44f8,0x4161157f,0x80e2dfd4,0x169af898,0x73b45673,0x73703000,0xe2000000,0x003f000f,0xf4fedf65,0x1e3fdd02,0xc01bea4d,0x13007fe1,0x4220001f,0xd000000e,0x1a00010d,0x02ff2704,0xaffe09e0,0xfb0f37f8,0xb13b134f,0x89e48fe3,0x151a8196,0x34065663,0x936de000,0xe2f00000,0x0046000f,0xa5023f83,0x1d4fdc02,0x4016eaad,0x0f00efda,0x4230001f,0x1000000e,0x2e0000ff,0x02df3003,0x501208a0,0xfadf1ef9,0x5118121f,0x90e60ff2,0x134a0592,0x144256f3,0xb26c8000,0xe3000000,0x004b000f,0x3606af8d,0x1cafd902,0x4005eb8d,0x0f021fd8,0x4200001d,0xf000000e,0x400000ef,0x02df2d01,0xe02c0750,0xfb1efbfa,0x20e211af,0x93e70fff,0x1129878c,0xf45e42a3,0xcb58d000,0xe4800000,0x0060000e,0xf808cf88,0x1eafd902,0x4fdaec8d,0x20042fe1,0x4230001c,0x6000000e,0x4e0000eb,0x033f2500,0x004c05a0,0xfbeed9fa,0x60b1115f,0xa0e9600b,0x0ec93c89,0xc4792473,0xd437b000,0xe7800000,0x0074000e,0xfa092f82,0x1bafe201,0xdfb4ed4d,0x3705ffe5,0x4240001a,0xb000000e,0x670000e6,0x03ff1cff,0x106a0480,0xfb1ec4fa,0xb0ad104f,0xb9ebb021,0x0c48f986,0x34a01993,0xdb2ba000,0xe8600000,0x0076000f,0x2f098f8d,0x1a0fec01,0x8fb9ee9d,0x37070fde,0x42000019,0x3000000e,0x700000d0,0x050f13ff,0x108403e0,0xfa0eb9fa,0xf0af0f1f,0xcaed0033,0x0a78af82,0xc4ad1843,0xdd2b6000,0xe8100000,0x0078000f,0x6b0a0fa1,0x1b1ff401,0x6fc6ef5d,0x33077fde,0x41d00018,0x6000000e,0x690000be,0x05ff0dff,0x609203a0,0xf96ea3fb,0x50a40eaf,0xdceed046,0x09284080,0x04990e73,0xbd228000,0xe9900000,0x0092000f,0xb40affbc,0x1bbffe01,0x0fbbf03d,0x4008ffe7,0x42b00017,0x4000000e,0x620000b7,0x07df08fe,0xf0a002b0,0xf94e8ffb,0x909a0e2f,0xf2f0d059,0x0847eb7e,0x748c0ab3,0x9f1f2000,0xeb800000,0x00a6000f,0xd40bdfcb,0x1b700300,0x9faef0ed,0x4f0a3ff1,0x43600015,0xd000000e,0x600000b0,0x0a3f09fe,0xf0ac0210,0xf94e8bfb,0x90990e1f,0xf6f1205c,0x0817de7e,0x448a0a83,0x9a1f1000,0xebe00000,0x00a9000f,0xd70bffcd,0x1b600400,0x8facf10d,0x510a6ff3,0x43800015,0x9000000e,0x600000ae,0x0aaf0aff,0x00ae0200,0xf94e8bfb,0x90990e1f,0xf6f1205c,0x0817de7e,0x448a0a83,0x9a1f1000,0xebe00000,0x00a9000f,0xd70bffcd,0x1b600400,0x8facf10d,0x510a6ff3,0x43800015,0x9000000e,0x600000ae,0x0aaf0aff,0x00ae0200,0xf8de8afb,0xb0a50d7f,0xfdf0d06b,0x0707b67c,0x14870653,0x8b1a9000,0xe9d00000,0x00b2000f,0xcf0cefcc,0x19c00600,0x8faaf13d,0x520a2ffb,0x43300014,0x3000000e,0x5b0000a8,0x0d9f11ff,0xe0b30260,0xf8ce8bfb,0xb0a50d5f,0xfdf0c06c,0x06e7b07b,0xc4860603,0x881a6000,0xe9800000,0x00b3000f,0xce0cffcc,0x19c00600,0x8fabf13d,0x500a2ffc,0x43300013,0xf000000e,0x5b0000a7,0x0e0f12ff,0xf0b20260,0xf89e91fc,0x00a10c9f,0xfef0a072,0x06378b7a,0x14750493,0x6c19b000,0xe8000000,0x00c0000f,0xd00d1fce,0x19f00500,0x9fa6f15d,0x4b09f002,0x43200012,0x8000000e,0x5c0000a5,0x10af1700,0x20b00250,0xf89e9dfc,0xd0900b3f,0xfcf13079,0x05a72d77,0x743c0312,0xfc1a5000,0xe5700000,0x0100000f,0xea0d1fda,0x1a300200,0x5f8af18d,0x410a400c,0x4350000f,0xd000000e,0x680000a6,0x15bf24ff,0xc0a70180,0xf8cea9fd,0x70850a6f,0xf8f2307a,0x05c70e76,0xb41b0312,0x9e1ca000,0xe4500000,0x012c000f,0xde0cffd9,0x1a400000,0x1f78f0bd,0x340a9015,0x4390000f,0xc000000e,0x74000098,0x16ff29ff,0x309d00b0,0xf8ceb0fd,0xd08409ff,0xf5f27079,0x05d71076,0x141002c2,0x711e4000,0xe3100000,0x013b000f,0xc40cbfcd,0x1a9fff00,0x1f70f0ad,0x280a9017,0x43700010,0x1000000e,0x7b000088,0x159f2dfe,0xf0970050,0xf82ec0fe,0x8088095f,0xecf22071,0x0626fd74,0x03ec0112,0x1020f000,0xdfb00000,0x015f000f,0xa90affaf,0x1b8ffbff,0xff6bf1ed,0x070a7011,0x43100010,0xa000000e,0x8d00004d,0x101f41fe,0x708bffe0,0xf79ed2ff,0x208b088f,0xe4f1d06b,0x0656e272,0x63c7ffb1,0xab23b000,0xddb00000,0x0188000f,0xa208af97,0x1c0ff6ff,0xcf78f27c,0xe40a1009,0x42a00012,0xc000000e,0x9e000008,0x0aaf5bfe,0x1080ff80,0xf6fef3ff,0xd09306ff,0xd7f1d066,0x06c6e072,0x33b8fe91,0x3026c000,0xdec00000,0x01b4000f,0xaa06af86,0x1abfed00,0x0f7af2fc,0xcb093000,0x42500018,0x6000000e,0xb1000fe4,0x05ef86fd,0x5073ff10,0xf67f1000,0x409705cf,0xc9f1d05f,0x0726e371,0xe3b2fd50,0xc329b000,0xdfa00000,0x01d0000f,0xcc067f85,0x19bfe400,0x3f71f45c,0xbf085ff7,0x4210001d,0x5000000e,0xc4000fd1,0x028fa9fc,0xc068fec0,0xf64f2e00,0x8095047f,0xc0f20057,0x0746db72,0x73aefcd0,0x672c1000,0xe1900000,0x01da0000,0x0f077f9a,0x184fe0ff,0xff6af5cc,0xbd075ff3,0x41f00021,0x5000000e,0xd3000fc6,0x009fbffc,0x5060fe90,0xf65f4600,0x8092031f,0xbcf25053,0x0706df73,0xc3b6fc20,0x292e8000,0xe4300000,0x01cf0000,0x3d088fae,0x17bfe0ff,0xdf6af74c,0xbe065ff1,0x41e00023,0x8000000e,0xe1000fbe,0xffcfcbfb,0xf05afe70,0xf66f5a00,0x9095021f,0xb8f2904f,0x06c6f574,0x83c5fb0f,0xf930f000,0xe5300000,0x01c40000,0x46095fb9,0x17cfdcff,0xcf6df95c,0xbd059ff0,0x41900023,0x9000000e,0xec000fbc,0x004fd2fb,0xc056fe90,0xf65f7300,0xb09900df,0xb0f2b04a,0x06971374,0xe3d9f95f,0xaf346000,0xe5300000,0x01b40000,0x4f0a5fc5,0x173fd6ff,0xcf72fcbc,0xbb050fee,0x41500022,0x7000000e,0xfc000fbc,0x01dfd6fb,0x504efeb0,0xf6af7e00,0xa094003f,0xb1f2c049,0x06872975,0xa3e8f6cf,0x82376000,0xe5700000,0x01950000,0x4d0a7fc9,0x171fcf00,0x1f7ffecc,0xb704ffec,0x41800020,0x5000000f,0x0f000fb8,0x035fd0fa,0xe042fe80,0xf70f8a00,0x608effbf,0xb4f2e046,0x06475876,0xe402f2df,0x603ad000,0xe5800000,0x01730000,0x1e0a6fbd,0x16afc300,0x0f8e007c,0xab046fe9,0x4160001c,0xc000000f,0x29000fb2,0x036fbefa,0xc034fea0,0xf72f9800,0x408cff4f,0xb6f2b041,0x06177577,0xb40df11f,0x463cf000,0xe4b00000,0x015a000f,0xfc0a4fb2,0x13efb500,0x1f9401ec,0x99039fe4,0x41000019,0x2000000f,0x3f000fa6,0x01afb2fa,0xc026fee0,0xf72f9e00,0x408bff2f,0xb7f2903e,0x06177778,0x040cf10f,0x3e3d6000,0xe4500000,0x0150000f,0xf90a3fb1,0x125faf00,0x3f95025c,0x92035fe3,0x40d00017,0xe000000f,0x46000fa0,0x00cfb1fa,0xb021fee0,0xf77faf00,0x0088feaf,0xc3f25034,0x0567887a,0x7405efef,0x403de000,0xe6300000,0x01330000,0x0109cfb5,0x126fa700,0xcf9f02cc,0x86025fe4,0x40c00015,0x2000000f,0x55000f8a,0xffbfbafa,0x9016fed0,0xf7dfc2ff,0xc08afe2f,0xd2f1d029,0x04a7a77d,0x5401ee9f,0x433e9000,0xe8000000,0x0118000f,0xff094fb7,0x130f9f01,0x4fa9037c,0x78015fe3,0x40a00011,0xb000000f,0x68000f73,0xfebfc5fa,0x700afed0,0xf7dfcaff,0x8098fdef,0xd9f12025,0x0437cd7e,0x1407ef3f,0x423ef000,0xe7200000,0x0117000f,0xec094fb1,0x135f9b01,0x6fab047c,0x7200ffdc,0x4080000f,0x3000000f,0x7b000f68,0xfe6fcdfa,0x5fffff00,0xf7dfd5ff,0x50a3fd9f,0xe0f09021,0x03d7e47e,0x8400f27f,0x403ec000,0xe5c00000,0x010c000f,0xf8094fb1,0x11ef9901,0xcfac059c,0x6d009fd1,0x4060000c,0x4000000f,0x99000f5f,0xfdefd2fa,0x1fedff30,0xf82fdfff,0x40a4fd3f,0xebf0201e,0x03a8017f,0xc3faf3bf,0x4c3ed000,0xe6600000,0x00f60000,0x0108ffb0,0x129f9a01,0xcfac05bc,0x6a002fc9,0x4040000a,0x7000000f,0xb9000f5f,0xfdbfd1f9,0xffdcff70,0xf89fe5ff,0x20acfcef,0xf7efc01b,0x03783881,0x2406f24f,0x5e3fa000,0xe6c00000,0x00ea000f,0xe408cfa8,0x15bf9901,0x5fab058c,0x66ff4fc7,0x3fe00009,0x4000000f,0xd1000f66,0xfdffd1fa,0x4fd00010,0xf8afe8ff,0x20b3fcff,0xf9efd017,0x03685081,0x940ff26f,0x65400000,0xe6800000,0x00e7000f,0xd908efa3,0x164f9801,0x3fa9057c,0x63fe9fc7,0x3f800008,0xa000000f,0xd9000f6b,0xfe3fd3fa,0xafca0090,0xf88fedff,0x50b9fd4f,0xf4f05009,0x03584b81,0xc408f57f,0x683fc000,0xe6700000,0x00e1000f,0xef08ffa6,0x13bf9901,0x7fa105bc,0x5dfd7fc6,0x3ee00007,0xa000000f,0xe1000f74,0xfedfd7fb,0x3fc30150,0xf88ff3ff,0x90bcfd7f,0xf0f17ffe,0x03f84881,0xc3fff7ff,0x713fa000,0xe6e00000,0x00d40000,0x0008ffaa,0x123f9d01,0x9f93060c,0x58fc7fc5,0x3e900006,0xc000000f,0xe1000f86,0xff5fd9fb,0x6fc70220,0xf8bff8ff,0xa0c5fd8f,0xf3f36ff2,0x04886081,0xa405f7df,0x873fe000,0xe7500000,0x00be000f,0xed08dfa6,0x141fa001,0x7f80067c,0x55facfc1,0x3e500006,0x0000000f,0xdc000f9f,0xff5fddfb,0xffd40390,0xf89ffbff,0x80cbfdff,0xf9f3dfe7,0x04687081,0x240df76f,0x96401000,0xe7500000,0x00b3000f,0xe108dfa0,0x159fa001,0x2f7706dc,0x55f91fb9,0x3e100005,0xd000000f,0xd4000faa,0xff0fe1fd,0x2fe10500,0xf88ffcff,0x60cbfe8f,0xfef45fdf,0x04686480,0xc405f84f,0x9e3fc000,0xe8400000,0x00a9000f,0xf508dfa4,0x153fa101,0x0f73073c,0x54f7dfb2,0x3dd00005,0xa000000f,0xcc000fae,0xfebfe6fe,0x5fe90660,0xf87ffcff,0x50cdfed0,0x01f4ffdb,0x04886481,0x0400f8af,0xa53f9000,0xe9800000,0x00a1000f,0xfd08cfa9,0x14dfa401,0x0f73073c,0x54f74fb2,0x3da00005,0xb000000f,0xcb000faf,0xfeafe8ff,0x0fe60720,0xf88ffcff,0x20d5ff60,0x05f62fd7,0x04b87581,0x9403f84f,0xaf3f7000,0xead00000,0x009d000f,0xf108dfa8,0x151fa600,0xff71070c,0x56f6dfb5,0x3d400005,0xd000000f,0xcf000fb4,0xfe9fe8ff,0xdfd80840,0xf87ffdfe,0xf0dffff0,0x06f76fd1,0x04986780,0x9408f98f,0xb53f1000,0xeaa00000,0x00a0000f,0xfc099fa6,0x13bfa401,0x4f72070c,0x57f6bfb7,0x3c700005,0xd000000f,0xd4000fb6,0xfeafe901,0x7fc209f0,0xf86ffffe,0xd0e00040,0x05f8efcc,0x04883c7f,0x3401fb3f,0xbc3e8000,0xeaf00000,0x00a00000,0x240a6fae,0x120fa301,0xbf7906dc,0x56f72fb8,0x3ba00005,0xa000000f,0xd6000fb2,0xfedfea03,0x0fb40b50,0xf87002fe,0xd0dc0060,0x06fbefc6,0x0438327f,0x23fefaaf,0xc73e4000,0xec900000,0x00970000,0x2d0acfb1,0x128fa501,0xff7d067c,0x55f78fb7,0x3b500005,0xa000000f,0xd2000fb1,0xff0fe903,0xdfb90bd0,0xf87004fe,0xc0db0060,0x07fdafc2,0x04183a7f,0x3403f98f,0xcd3e5000,0xed100000,0x00930000,0x200b0fae,0x137fa601,0xff7d067c,0x54f7cfb6,0x3b500005,0x9000000f,0xd0000fb3,0xfeffe703,0xefc10bc0,0xf85008fe,0xd0dd0040,0x05fe6fc1,0x0468387e,0x6408f94f,0xcf3e4000,0xec700000,0x009b0000,0x150b7faa,0x132fa802,0x1f8206cc,0x50f85fb1,0x3b900005,0x2000000f,0xcb000fac,0xff0fe703,0x2fd40ad0,0xf8100dff,0x00df0040,0x00ff0fbe,0x0518247d,0x9406faaf,0xd03e1000,0xec300000,0x00a60000,0x200bcfaf,0x112fab02,0x7f9806ec,0x46f90fae,0x3ba00004,0x7000000f,0xcc000f96,0xff9fea02,0x0fe00960,0xf7e010ff,0x30e0006f,0xfb011fb7,0x05781c7d,0x9404fb5f,0xd63df000,0xecd00000,0x00a80000,0x2b0bcfb2,0x101fac02,0xbfa306dc,0x40f94fae,0x3b500004,0x3000000f,0xd1000f8c,0xffffed01,0x9fde0870,0xf79013ff,0x70df009f,0xf402efb1,0x0598177d,0xd403fbdf,0xd93df000,0xed900000,0x00ae0000,0x340bcfb4,0x0f4fab02,0xdfaa06dc,0x3af99fae,0x3ae00004,0x1000000f,0xd8000f86,0x006ff101,0x6fd707f0,0xf76015ff,0x90dc00cf,0xf0036fae,0x05b80f7e,0x0401fcef,0xda3dd000,0xee100000,0x00b20000,0x3f0bdfb7,0x0dffab02,0xefac06dc,0x37f9efae,0x3ab00004,0x1000000f,0xdc000f85,0x009ff301,0x2fd107a0,0xf76015ff,0xa0dc00cf,0xef036fae,0x05c80e7e,0x0400fd2f,0xda3dc000,0xee300000,0x00b20000,0x410befb8,0x0dbfab02,0xffac06dc,0x37f9ffaf,0x3ab00004,0x1000000f,0xdd000f85,0x00aff301,0x1fd007a0,0xf75015ff,0xa0d8011f,0xee03ffae,0x06580f7e,0x2400febf,0xda3d8000,0xee900000,0x00b40000,0x430befb7,0x0b8fb403,0x3fae06ec,0x37fabfb1,0x3ac00004,0x1000000f,0xe4000f84,0x00bffd00,0x8fc90750,0xf75015ff,0xb0d6012f,0xee042fae,0x06780f7e,0x3400ff2f,0xdb3d7000,0xeeb00000,0x00b40000,0x440befb7,0x0b0fb603,0x4fae06ec,0x37faefb1,0x3ac00004,0x0000000f,0xe6000f84,0x00c00000,0x6fc80730,0xf75015ff,0xb0d7012f,0xee043fae,0x06780f7e,0x2400ff1f,0xda3d7000,0xee800000,0x00b60000,0x430bdfb6,0x0affb703,0x4fb006fc,0x37faffb1,0x3ad00003,0xf000000f,0xe6000f82,0x00b00000,0x6fc80730,0xf73014ff,0xa0d7012f,0xeb04cfae,0x06980e7d,0xe3fefeff,0xd73db000,0xedb00000,0x00bc0000,0x440b8fb0,0x0abfba03,0x6fc0074c,0x36fb3faf,0x3af00003,0x9000000f,0xe7000f73,0x00a00500,0x3fcb0710 +}; + +u32 ANIM_ENTRY_spotting_bond[] = +{ + 0xfffef900,0x1fcb0ff0,0x0e064027,0xfe812800,0x0cce2000,0x4f30be6a,0xcde18dda,0xc480d73a,0xa3f2702a,0xe87fdb09,0xbed0008c,0x1709afeb,0x3d800909,0x1019ffff,0xe5004ff0,0xf71fd1f6,0xf0370120,0x002efa00,0x0fc90fc0,0x0d06402a,0xfe912300,0x6cd020e0,0x59309e62,0xcdb194da,0x047fd68a,0xb6f33029,0xe8efd808,0xaed0006c,0x1709bfed,0x3d900908,0xf018ffff,0xe7004ff0,0xf71fcef6,0xf03800d0,0x003efa00,0x0fc90fc0,0x0d06502c,0xfe812000,0xacd02170,0x62307e5b,0xcd819bd9,0x947ed61a,0xc9f40027,0xe87fdc08,0x3ed0005c,0x1809afee,0x3d900908,0xf018ffff,0xe7004ff0,0xf70fcdf7,0x003800b0,0x003efa00,0x0fcc0fd0,0x0e06802d,0xfe311f00,0xdcd021c0,0x68302e54,0xcd51a1d9,0x847ed60a,0xddf50023,0xe71fe708,0x6ed1005c,0x18097fee,0x3d900909,0x1018ffff,0xe5004ff0,0xf6ffcff7,0x103800c0,0x001efb00,0x0fd00fd0,0x0f06902d,0xfdf11e01,0x0cd02200,0x6d2ffe4f,0xcd31a6d9,0x747ed5fa,0xf1f60020,0xe5efee08,0x8ed2004c,0x18094fee,0x3d800a09,0x4019ffff,0xe3004ff0,0xf6dfd0f7,0x203800c0,0x001eff00,0x0fd40fa0,0x0f06602e,0xfdd11901,0x3cce2280,0x722fde4c,0xcd21a9d9,0x247dd5ab,0x03f7001e,0xe59fe808,0x5ed2001c,0x19091fee,0x3d800a09,0xa01affef,0xe1005ff0,0xf6bfcbf7,0x303900b0,0x000f0400,0x1fd70f70,0x0f06002f,0xfdc11301,0x6ccc22f0,0x762fce4a,0xcd21abd8,0xd47cd54b,0x16f7f01b,0xe5afdd08,0x0ed2ffdc,0x1b08ffee,0x3d800b0a,0x201cffef,0xde005ff0,0xf69fc6f7,0x503a0080,0x000f0600,0x1fda0f80,0x0e05b02c,0xfdc11101,0x9cca2340,0x782fce48,0xcd11acd8,0xa47cd52b,0x2af8c019,0xe5efd607,0xced1ffbc,0x1d08dfef,0x3d800c0a,0x701cffef,0xdb006ff0,0xf69fc2f7,0x603c0060,0x000f0600,0x0fdc1000,0x0d056024,0xfdc11301,0xbcc92370,0x772fbe47,0xcd01aed8,0xb47cd52b,0x3ff97018,0xe66fd207,0x9ecfff9c,0x1f08aff1,0x3d900c0a,0x901dffef,0xd9006ff0,0xf69fc1f7,0x703c0040,0x001f07ff,0xffdf1050,0x0d05301f,0xfdd11401,0xdcc823b0,0x772fae45,0xccf1b0d8,0x947cd51b,0x54fa2016,0xe6efcd07,0x4eceff7c,0x21087ff3,0x3da00c0a,0xd01dffef,0xd5007ff0,0xf69fbef7,0x803d0000,0x001f0bff,0xffe11020,0x0c05501f,0xfde11302,0x0cc82410,0x782fae3f,0xccd1b5d8,0x247bd4ab,0x68faf016,0xe73fc706,0xceceff5c,0x23085ff5,0x3db00d0b,0x201effef,0xd1007fef,0xf68fbbf7,0x903dffb0,0x001f0fff,0xefe40fd0,0x0d059022,0xfdf11102,0x2cc92490,0x7b2fae39,0xccb1bbd7,0xa47bd42b,0x7bfbd016,0xe77fc006,0x3eceff1c,0x26084ff8,0x3dc00e0b,0x801fffdf,0xcb008ff0,0xf67fb6f7,0xa03dff60,0x003f12ff,0xdfe50fa0,0x0e057023,0xfe110e02,0x3cc824e0,0x7e2f9e36,0xcca1bed7,0x747bd3fb,0x8dfcb016,0xe7afba05,0xbeccfedc,0x29083ffd,0x3de00e0b,0xd020ffdf,0xc400aff0,0xf65fb1f7,0xb03fff20,0x006f14ff,0xbfe60f90,0x0f050023,0xfe410b02,0x2cc52510,0x822f6e37,0xcca1bdd7,0x947bd40b,0x9cfd9017,0xe7cfb605,0x2ec7fe7c,0x2d082005,0x3e000f0c,0x3021ffcf,0xba00bff0,0xf61fabf7,0xe043ff00,0x009f14ff,0x8fe80f80,0x1104a023,0xfe610a02,0x0cc32540,0x842f4e39,0xccb1bbd7,0xc47bd44b,0xabfe6017,0xe7dfb004,0xaec3fe3c,0x3108000b,0x3e30100c,0x8022ffcf,0xb000dff0,0xf5ffa7f8,0x0046ff00,0x009f11ff,0x6fea0f80,0x1404b023,0xfe610a01,0xecc32560,0x852f3e3d,0xccd1b7d8,0x347cd4bb,0xbaff0016,0xe7bfa704,0x2ec2fe3c,0x3407b010,0x3e50100c,0xa023ffbf,0xa800eff0,0xf5ffa9f8,0x3049ff30,0x009f0eff,0x4fed0f90,0x1604f023,0xfe610c01,0xbcc42580,0x832f4e44,0xccf1b1d8,0xa47cd51b,0xcaff8015,0xe79f9d03,0x9ec2fe4c,0x37075013,0x3e80100c,0xb023ffbf,0xa1010ff0,0xf60fadf8,0x504cff80,0x00af0cff,0x2fef0f90,0x1804d023,0xfe510f01,0x9cc52570,0x822f4e49,0xcd11acd8,0x947cd51b,0xdb001012,0xe79f9703,0x0ec3fe2c,0x3906f019,0x3ea0110c,0xe024ffaf,0x97011ff0,0xf5ffb0f8,0x604effd0,0x00bf0bff,0x2fef0f80,0x17047024,0xfe211201,0x6cc72530,0x802f4e4c,0xcd21a9d8,0x347cd4ab,0xec00d00e,0xe7bf9602,0x7ec6fdfc,0x3a068021,0x3ea0110d,0x1024ff9f,0x8b013ff0,0xf5dfb2f8,0x80500030,0x00cf09ff,0x1ff00f60,0x17041024,0xfe011401,0x2cc724f0,0x7e2f4e53,0xcd51a2d7,0x847bd3fc,0x02019007,0xe7ef9401,0xeec6fddc,0x3b06402a,0x3eb0110d,0x5025ff8f,0x7f016ff0,0xf5bfb3f8,0x90520080,0x00ef01ff,0x0ff10f70,0x19041026,0xfe111000,0xbcc624c0,0x7c2f7e65,0xcdd191d6,0x647ad2ec,0x1d028ff6,0xe80f8c01,0x1ebefddc,0x3e068032,0x3ed0120d,0x7025ff6f,0x70018ff0,0xf5afb1f8,0xc05600a0,0x00eef8fe,0xfff30f70,0x1c042028,0xfe210a00,0x3cc32480,0x7b2f9e7a,0xce517ed5,0x3478d1bc,0x3d038fe4,0xe83f8300,0x5eb3fdfc,0x4006d03b,0x3ee0120d,0xa026ff4f,0x6101bff0,0xf58fb0f8,0xf05b00b0,0x00aef7ff,0x1ff80ee0,0x1d03e02e,0xfe310aff,0xccc22430,0x782fae83,0xce9176d4,0xf478d16c,0x5e04bfe4,0xe82f7f00,0x1eb4fe0c,0x4006a041,0x3ec0130e,0x0027ff3f,0x5201eff1,0xf55fb0f9,0x205f00d0,0x000efeff,0x60000dc0,0x1c036039,0xfe6110ff,0x7cc323c0,0x732fae81,0xce8177d5,0x8479d20c,0x7f05fffc,0xe7ef8000,0x6ec0fe0c,0x3d05e044,0x3e50150e,0xc029ff1f,0x41020ff1,0xf51fb3f9,0x40630100,0xff9f02ff,0xb0060ca0,0x1c02e045,0xfe7114ff,0x3cc52360,0x6e2f9e7f,0xce7178d6,0x0479d27c,0xa607600e,0xe7bf7f00,0x8ec7fe1c,0x3b056048,0x3e00160f,0x502afeff,0x34023ff2,0xf4efb6f9,0x70670130,0xff9efdff,0xc0040bf0,0x1f026054,0xfe2110fe,0xecc62300,0x692fae85,0xce9174d5,0xd479d24c,0xdb09000b,0xe7cf7a00,0x2ec3fe1c,0x3b05b04d,0x3e00160f,0x502afeef,0x2c024ff1,0xf4efb6f9,0x906a0130,0xffdef2ff,0xcfff0b70,0x2301e063,0xfda109fe,0xacc72290,0x652fbe8b,0xcec16ed5,0x6479d1ed,0x1d0ac003,0xe7ef73ff,0x9eb9fe2c,0x3b065052,0x3e20150f,0x102afeef,0x29025ff1,0xf4ffb7f9,0xa06d0140,0xfffee8ff,0xcff70b30,0x2601c06f,0xfd5106fe,0x6cc92200,0x5d2fde8c,0xcec16dd5,0x1479d18d,0x6f0bf005,0xe7cf67ff,0x0eb3fe4c,0x3a06d054,0x3e30150e,0xe029feef,0x2a024ff1,0xf4ffbaf9,0xb06d0140,0x001edcff,0xdfed0b40,0x2801f078,0xfd3108fe,0x1ccd2140,0x53300e87,0xcea171d4,0xd478d14d,0xd90ce010,0xe76f54fe,0x6eb0fe7c,0x38074052,0x3e30150e,0xc029feff,0x31023ff1,0xf4dfbff9,0xb06c0140,0x003ed0ff,0xcfe20b50,0x2b023082,0xfd2107fd,0x9cd02070,0x4a302e88,0xcea170d4,0x3478d0ae,0x5e0d601a,0xe71f49fd,0xbeacfecc,0x3807b04f,0x3e50140e,0x8028ff0f,0x3b021ff1,0xf4bfc5f9,0xa0690130,0x008ec5ff,0x5fd60b20,0x36028093,0xfce102fc,0xdccf1fb0,0x43301e96,0xcf2163d2,0xc477cf3f,0x340d001e,0xe70f51fd,0x0ea7ff1c,0x3a08504a,0x3ec0130e,0x0027ff1f,0x45020ff1,0xf4dfccf9,0xa0670120,0x00cebbfe,0xefcb0af0,0x4202e0a6,0xfca0fbfb,0xaccf1ef0,0x3d300eac,0xcfd14fd0,0xf475cd60,0x200c2025,0xe6ef5ffc,0x6ea2ff8c,0x3e08e043,0x3f50120d,0x8025ff3f,0x5001eff0,0xf51fd4f9,0x90640100,0x008eb9fe,0xcfc60a80,0x4703b0b5,0xfcd0f3f9,0x9cd31e00,0x3a2feec2,0xd0913bcf,0xa474cc20,0x930be02c,0xe6cf5dfb,0xcea3001c,0x3e08d036,0x3f60110d,0x5025ff4f,0x5c01cff0,0xf51fd7f9,0x90630110,0xffaebeff,0x1fc80a00,0x440500c0,0xfd50ecf6,0x0cdc1cc0,0x3a2feed9,0xd17126ce,0xc474cb40,0xd80c702a,0xe6af4dfb,0x4eac00dc,0x3b083021,0x3f10120d,0x6025ff5f,0x6a019ff0,0xf4efd6f9,0x90610140,0xfefec3ff,0x5fc70970,0x410670cc,0xfdb0e1f2,0x2ce61ba0,0x3c2fcef1,0xd28110cd,0xd473ca50,0xf70c9025,0xe69f41fa,0xfeb1016c,0x39078011,0x3ec0120d,0x9025ff7f,0x75017ff1,0xf4cfd3f9,0x90600170,0xfedec3ff,0x6fbe0900,0x420820d9,0xfdb0cfee,0xacef1b00,0x402f9f0a,0xd3c0f8cc,0x4472c8c0,0xf20b7025,0xe68f45fa,0xaead017c,0x3906e00d,0x3e90120d,0xc026ff7f,0x79017ff1,0xf4bfd0f9,0x905e01f0,0xfeeec1ff,0x6fb30890,0x4309e0e6,0xfda0b9eb,0x3cf91a90,0x462f5f25,0xd550e0ca,0xb472c730,0xda09c029,0xe68f4cfa,0x5ea6015c,0x3b06700d,0x3e70130e,0x0027ff7f,0x79017ff0,0xf4cfcdf9,0xa05e0260,0xfeaec0ff,0x6faf0830,0x440b60ee,0xfd90aae7,0xed0519e0,0x492f4f42,0xd760c6ca,0x2471c6a0,0x9e082027,0xe67f4efa,0x4ea3018c,0x3c067009,0x3e70130e,0x1027ff7f,0x7a016ff0,0xf4cfccf9,0xb05f0240,0xfe1ec1ff,0x6fb107f0,0x440ca0ef,0xfd909fe4,0xbd1318f0,0x492f6f62,0xda30aaca,0x9471c720,0x0006701f,0xe68f4dfa,0x7ea5022c,0x3c06dffe,0x3e90130e,0x0027ff7f,0x79016ff0,0xf4dfccf9,0xd06201a0,0xfdbec0ff,0x6fb307c0,0x430dd0f1,0xfd9095e2,0x0d211820,0x492f8f7d,0xdcf093cb,0x0472c79f,0x80052017,0xe68f4bfa,0x9ea7029c,0x3b076ff7,0x3eb0130d,0xf027ff7f,0x79017ff0,0xf4dfcdf9,0xe0650110,0xfdbebaff,0x7faf07d0,0x420ef0f7,0xfd708ae0,0x0d2d1780,0x482fcf91,0xdf7080cb,0x0472c78f,0x49048012,0xe67f4dfa,0x8ea502ac,0x3a080ff8,0x3ec0130d,0xf026ff7f,0x78017ff0,0xf4dfd1f9,0xf06600b0,0xfdeeb2ff,0x7faa0800,0x41101100,0xfd507ede,0x7d391700,0x47302f9f,0xe18074ca,0xd472c76f,0x2604300f,0xe66f4efa,0x6ea3029c,0x39089ffc,0x3ed0130d,0xf026ff7f,0x78017ff0,0xf4cfd5fa,0x00660080,0xfdeeabff,0x6fa90810,0x43110109,0xfd7071dd,0xdd451690,0x47306fa2,0xe1c071ca,0xa472c72f,0x23047011,0xe65f4dfa,0x5ea102ac,0x38091ffd,0x3ee0130d,0xf026ff7f,0x77017ff0,0xf4afd8fa,0x10670050,0xfddea4ff,0x5fab0810,0x4711e114,0xfdd063dd,0xdd511620,0x4830bf9b,0xe08078ca,0x5472c6df,0x3c056017,0xe64f49fa,0x6e9e02ec,0x38096ffc,0x3f00130d,0xf027ff7f,0x76017ff0,0xf48fdbfa,0x20670040,0xfdde9dff,0x3fad07f0,0x4c12c121,0xfe3050de,0x4d5d15f0,0x4b30ff8c,0xde9085c9,0xf472c68f,0x4f05e01b,0xe63f46fa,0x8e9b032c,0x3809affd,0x3f20130d,0xf026ff6f,0x74018ff1,0xf45fdefa,0x30680030,0xfdfe96ff,0x1fae0760,0x5213c133,0xfe8034df,0x7d681610,0x4f311f73,0xdbd09bc9,0x9472c61f,0x4e055014,0xe63f46fb,0x0e97033c,0x3809f000,0x3f30130d,0xe026ff6f,0x70018ff1,0xf44fe0fa,0x506a0030,0xfe2e8ffe,0xffae06c0,0x5814e146,0xfed012e0,0xfd711670,0x54312f52,0xd860b8c9,0x1472c59f,0x43043009,0xe63f47fb,0x8e94033c,0x380a3006,0x3f50120d,0xc026ff6f,0x6a019ff1,0xf43fe3fa,0x706d0030,0xfe4e89fe,0xefaf0680,0x5b15e14e,0xff3ff3e1,0xbd791670,0x58312f30,0xd5a0d6c8,0x3472c4bf,0x2b02b002,0xe62f49fb,0xae91033c,0x380a600e,0x3f70120d,0xa025ff4f,0x5f01bff1,0xf41fe6fa,0xa0710030,0xfe6e84fe,0xcfb00690,0x5c16c14e,0xffbfd7e1,0xfd7e1640,0x5c310f0d,0xd360f5c6,0xe472c36e,0xf900bffe,0xe5ff4ffb,0x4e8e033c,0x380a7019,0x3f90120d,0x9025ff2f,0x4e01eff1,0xf3ffe8fa,0xd0760030,0xfe8e7ffe,0xbfb106b0,0x5b17d14b,0x004fbde1,0xfd831600,0x5f30fee4,0xd1411bc6,0x1472c29e,0xcbff2ffc,0xe5df52fa,0xfe8c033c,0x370a9025,0x3fb0120d,0x7025ff0f,0x3b021ff1,0xf3efeafb,0x007b0020,0xfeae7bfe,0xdfb306c0,0x59194149,0x00ffa0e1,0xbd891590,0x6230deaa,0xcf1152c6,0x5472c2ee,0xaefe7ffb,0xe5df4efb,0x3e8a033c,0x350ae032,0x3fb0110d,0x4024fedf,0x28025ff1,0xf3ffe9fb,0x3080ffe0,0xfebe78fe,0xffb506c0,0x551ad147,0x01bf86e1,0x4d8f1510,0x6430ce6a,0xcd118ec7,0x2472c3ae,0x99fe1ffa,0xe5ef48fb,0x9e88034c,0x320b3040,0x3fb0110c,0xf024febf,0x14028ff1,0xf41fe8fb,0x6086ff90,0xfebe75ff,0x3fb806b0,0x521c0148,0x025f76e1,0x0d9414c0,0x6430ce3f,0xcbe1b7c7,0x9472c41e,0x96fd9ffb,0xe5ff47fb,0x7e88036c,0x2e0b804b,0x3fa0100c,0xb023fe8f,0x0202cff0,0xf43feafb,0x908bff40,0xfe8e72ff,0x7fbc0670,0x4f1d014c,0x02ef6de0,0xfd9a14a0,0x6330ee1d,0xcb41d7c7,0xd472c45e,0xa5fceffd,0xe61f4bfb,0x0e8a039c,0x280bc053,0x3f900f0c,0x6022fe5e,0xf202fff0,0xf46feefb,0xc090ff10,0xfe5e6fff,0xbfbf0630,0x4d1d7150,0x034f6ae0,0xdda01480,0x6230fe10,0xcb11e4c8,0x0472c48e,0xaefcd004,0xe63f4ffa,0xae8b03bc,0x240c1059,0x3f900f0c,0x2021fe3e,0xe6031fef,0xf47ff2fb,0xe094fea0,0xfe5e6eff,0xffc10600,0x4a1d0150,0x034f6fe0,0xbda51460,0x6030fe27,0xcb81cec8,0x1472c49e,0xa2fe8017,0xe62f4efa,0x9e8a03bc,0x220ca05b,0x3fb00f0c,0x2021fe3e,0xe2032fef,0xf47ff2fc,0x0094fdf0,0xfe5e6d00,0x1fc105d0,0x491c214e,0x032f79e0,0x8daa1440,0x5f30fe56,0xcc61a1c8,0x1472c49e,0x8b01302d,0xe60f4cfa,0xbe8803bc,0x220d305b,0x3fd00f0c,0x3021fe3e,0xe3032fef,0xf45ff0fc,0x0093fd10,0xfe8e6a00,0x0fc005d0,0x491ba14d,0x033f80e0,0x0daa1420,0x5e30de87,0xcdb173c8,0x3472c4be,0x67035033,0xe5ff4bfa,0xae85039c,0x250da05c,0x40100f0c,0x4022fe3e,0xe4032fef,0xf45feffc,0x2094fc70,0xfeee67ff,0xdfbd05f0,0x4b1b514b,0x035f86df,0x1da71400,0x5d309ec5,0xcfc139c8,0x7472c50e,0x2d05502e,0xe61f4afa,0x8e82038c,0x2a0df05c,0x40700f0c,0x4022fe3e,0xe6031fef,0xf47feffc,0x4097fc10,0xff4e65ff,0xafba0600,0x4e1b714c,0x03af85de,0xada313f0,0x5d306ee7,0xd11119c8,0x9472c51e,0x0606201c,0xe62f49fa,0x6e80034c,0x2f0e105e,0x40c00f0c,0x6022fe4e,0xe9031fee,0xf49feffc,0x609afbd0,0xff8e63ff,0xbfb705b0,0x4f1c4155,0x043f74df,0x7da31420,0x60304ed9,0xd08125c8,0x4472c4ce,0x00000fd6,0xe63f4afa,0x6e81030c,0x320dc060,0x40c0100c,0xa023fe4e,0xeb030fee,0xf47ff0fc,0x709afc10,0xffde61ff,0xcfb30550,0x4f1d8161,0x050f5be0,0xcda31460,0x65303eb6,0xcf3146c7,0xb472c43e,0x06f56f69,0xe65f4cfa,0x6e8202ac,0x350d4064,0x40b0110c,0xf024fe4e,0xee030fef,0xf45ff3fc,0x809afc70,0x005e5bff,0xafaf0530,0x521ec168,0x063f47e1,0xdda31480,0x68302e81,0xcdb178c7,0x6472c3ee,0x1eee8f10,0xe66f4ffa,0xbe7f025c,0x380d6068,0x40e0110d,0x2024fe5e,0xef030fef,0xf44ff5fc,0xa09cfc80,0x00fe50ff,0x6faa0540,0x5820316c,0x07df35e2,0xcda11490,0x6a302e22,0xcbd1d3c7,0x3472c3ce,0x5ee94eba,0xe68f53fb,0x3e76021c,0x3d0e006e,0x4170110d,0x3024fe5e,0xf0030fef,0xf44ff8fc,0xb09efc50,0x017e48ff,0x3fa70560,0x5c21916b,0x093f27e3,0x2da31480,0x6c301dec,0xcac206c7,0x1472c3ae,0x86e6de91,0xe69f54fb,0x8e7101cc,0x420e9072,0x41e0110d,0x5025fe5e,0xf0030fee,0xf45ffcfc,0xd0a1fc20,0x01ae46ff,0x3fa40580,0x5c22e164,0x09df21e2,0x9da81430,0x6c2ffe1e,0xcba1d7c6,0xf472c38e,0x76e8febb,0xe6af50fb,0x7e74018c,0x450ea073,0x4210120d,0xc026fe5e,0xf0030fef,0xf44003fc,0xf0a1fc20,0x01ae45ff,0x4fa405a0,0x5a24115b,0x0a4f1ee1,0x9db213c0,0x6b2fde6f,0xcd318ac6,0xf472c37e,0x56ed3f0c,0xe6bf4bfb,0x3e7b014c,0x480e9072,0x4230140e,0x6028fe5e,0xef030fef,0xf4200bfd,0x00a2fc10,0x01ae41ff,0x5fa605a0,0x5824e15b,0x0aef1ce0,0xfdbf1390,0x6f2fde86,0xcdc173c7,0x0472c39e,0x46f0ff49,0xe6df49fa,0xfe7b00fc,0x4e0ec070,0x4260160f,0x502afe5e,0xef030fef,0xf41010fd,0x10a3fbe0,0x019e3bff,0x5fac0580,0x56257165,0x0bbf1ae0,0x7dd11380,0x762fde84,0xcda174c7,0x4472c3ce,0x3ef4ef81,0xe6ff4cfa,0x9e77009c,0x560f406c,0x42a01910,0x902efe5e,0xf0030fef,0xf40014fd,0x30a6fb80,0x017e30ff,0x6fb405b0,0x5525d16c,0x0c8f1be0,0x8de01380,0x7d2fde72,0xcd1187c7,0xb472c43e,0x3ff6ef9b,0xe71f4efa,0x6e6e005c,0x5d0fe069,0x42d01c11,0xd032fe5e,0xf0030fee,0xf41015fd,0x40a8fb50,0x015e1bff,0x7fbd0690,0x5725f16b,0x0d2f24e1,0xade41360,0x822f9d1d,0xcb62d4c8,0xc472c54e,0x53f4cf79,0xe71f4efa,0x7e5a009c,0x6110d064,0x43001f12,0xd035fe5e,0xf0030fed,0xf47013fd,0x60a8fba0,0x013e01ff,0x8fc607b0,0x5a260167,0x0dcf2fe3,0x5de41330,0x862f4aff,0xc964e5c9,0xf472c67e,0x73f16f40,0xe71f4dfa,0xae4300fc,0x6411d060,0x43302213,0xb038fe5e,0xef030fec,0xf4e010fd,0x70a7fc20,0x012df1ff,0xafc907e0,0x5c268163,0x0e4f2fe4,0xade71340,0x8a2f3a2c,0xc935b3ca,0x0472c68e,0x99f0bf2b,0xe72f4dfb,0x0e3b00dc,0x68124062,0x43402514,0xd03bfe4e,0xeb031feb,0xf50014fd,0x80a7fc60,0x015de9ff,0xcfc60740,0x5d27915f,0x0eaf21e5,0xcdec1390,0x8c2f59cb,0xcaa611c9,0x0472c58e,0xcbf1cf28,0xe75f4ffb,0x7e3f002c,0x6c12306a,0x43602a16,0x103ffe3e,0xe5032feb,0xf4f01ffd,0x90a7fc90,0x016de5ff,0xdfc306a0,0x5e28615c,0x0f1f1ae6,0x6df113b0,0x8d2f79a6,0xcb9635c8,0x2472c4ae,0xe4f38f32,0xe76f50fb,0xde48ff8c,0x7011f070,0x43602e17,0x4044fe1e,0xde033feb,0xf4e02cfd,0xa0a7fcb0,0x013de7ff,0xffc30630,0x5d285158,0x0faf26e5,0xddf61370,0x8b2f8a0f,0xca75cfc7,0xd472c45e,0xbef70f7c,0xe76f51fb,0xee57ff2c,0x72118070,0x43503118,0x3047fe1e,0xd9034feb,0xf50036fd,0xc0aafca0,0x00edea00,0x2fc505d0,0x5c280155,0x102f3ae4,0xfdfc1310,0x892f8aca,0xc89518c7,0xd472c45e,0x81faefe0,0xe75f52fb,0xce68feec,0x7211106e,0x43403418,0xf04afe0e,0xd5035fea,0xf53041fd,0xd0adfc90,0x00bde600,0x4fc805a0,0x5e27f157,0x108f4ae5,0x1e0512f0,0x892f7b33,0xc7b4b1c8,0x7472c4ee,0x78f9ffd3,0xe75f4efb,0xae6efe9c,0x7211106c,0x43303819,0xf04dfe0e,0xd4035fe9,0xf5404bfd,0xf0adfc90,0x008dd900,0x8fcc0590,0x6128215f,0x10df55e6,0x2e121330,0x8c2f3b69,0xc7547cc9,0xc472c64e,0x91f1cf33,0xe76f46fb,0x6e6bfe4c,0x70119069,0x43203c1b,0x0051fe0e,0xd6035fe9,0xf53056fe,0x00acfc90,0x004dcd00,0xcfd20590,0x64280166,0x10df69e7,0x9e181340,0x8d2f0bb5,0xc79432ca,0x9472c71e,0xacec4ec2,0xe76f42fb,0x3e66fdec,0x6f121067,0x4310421c,0x4056fe0e,0xd7035fe9,0xf5405efe,0x10abfc90,0xffddc501,0x3fd805d0,0x64271168,0x103f9ee9,0x2e1512f0,0x8d2efc96,0xc89355c9,0xf472c67e,0xb9ecbeb8,0xe74f45fb,0x3e62fd4c,0x70128065,0x42e04a1d,0xd05dfe0e,0xd7035fe8,0xf59064fe,0x20acfc60,0xff4dbe01,0xcfe00620,0x6425b169,0x0f4fefea,0xee0a1270,0x8b2efdc6,0xca822cc8,0xe472c55e,0xc4ee7ebe,0xe72f4bfb,0x4e5dfcac,0x7212f063,0x42a0521f,0x7065fe0e,0xd6035fe7,0xf5d066fe,0x30acfc10,0xfecdbb02,0x2fe80650,0x6424416a,0x0e9048ec,0x9df711f0,0x882eee7b,0xcd617fc8,0x7472c4fe,0xd6f2fef4,0xe71f4dfb,0x5e5cfc1c,0x7513205e,0x42605a20,0xd06cfe1e,0xd9034fe8,0xf5905bfe,0x40acfbd0,0xfe4dbc02,0x6ff30660,0x6522916a,0x0e00b7ee,0x3ddb1150,0x842edef2,0xd21110c8,0x9472c51e,0xeffebfc0,0xe71f4cfb,0x6e5dfbac,0x78132057,0x42106222,0x2073fe2e,0xe0033feb,0xf4a03dfe,0x50aafb80,0xfdedc002,0x8ffb0660,0x6420d16b,0x0d710eef,0xddb810e0,0x812ebf4c,0xd810bec8,0xc473c53f,0x0d05f044,0xe72f4afb,0x6e5ffb3c,0x7c131050,0x41d06622,0xb076fe3e,0xe9031fee,0xf3c01ffe,0x60a8fb10,0xfdddc702,0xafff0600,0x621f516c,0x0cb141f1,0x4d8c10c0,0x7f2e7f96,0xe0f07cc8,0xc473c53f,0x3c040037,0xe74f48fb,0x5e63fabc,0x7f13104b,0x41a06122,0x0072fe5e,0xf302fff0,0xf34008fe,0x40a4fad0,0xfdedcf02,0xb00105a0,0x5e1db16e,0x0be164f2,0xdd5b10c0,0x7f2e3fce,0xeb5049c8,0xc473c53f,0x6b00b016,0xe76f46fb,0x3e66fa3c,0x81131048,0x41805820,0x806afe7e,0xfe02dff1,0xf2dff6fd,0xf09efaf0,0xfdedd302,0xb0040580,0x5a1b7171,0x0ae176f4,0xed3010e0,0x7e2e0feb,0xf36028c8,0xc473c54f,0x69000ffe,0xe76f46fb,0x1e64f9fc,0x82134042,0x41504e1e,0xa061fe9f,0x0b02aff2,0xf2cff4fd,0xa09afb40,0xfdfdd102,0xd00805a0,0x53186177,0x09b17cf7,0x7d071120,0x7d2e0ff8,0xfa6012c8,0xd472c55f,0x32013fea,0xe75f48fa,0xde5afa0c,0x8013903b,0x4100421c,0x0056febf,0x19028ff1,0xf2e002fd,0x6097fbb0,0xfe2dd002,0xc00a0610,0x4d154179,0x08717dfa,0x5ce61120,0x7a2e0ffe,0xfe8004c9,0x0472c58e,0xf8021fdd,0xe74f4afa,0x9e52f9fc,0x8013d036,0x40c03719,0xc04dfedf,0x27025fef,0xf3300efd,0x1093fc30,0xfebdd102,0x80060700,0x47124170,0x07217efd,0xacd21090,0x712e0001,0xffbfffc9,0x7472c5fe,0xd001bfdf,0xe74f4dfa,0x7e4ff97c,0x82141036,0x40a03118,0x4047feff,0x36023fed,0xf3d00ffc,0xb08efc90,0xff7dd402,0x20000830,0x410f8161,0x05c17c01,0x1cc30fb0,0x652df000,0x001fffc9,0xf473c67e,0xae00cfe5,0xe76f50fa,0x5e50f8cc,0x84143037,0x40802d17,0x3043ff1f,0x44020fea,0xf4800bfc,0x6088fd00,0xfffdd901,0xbfff0930,0x3d0d6154,0x04917403,0xacb80ef0,0x5b2e1000,0x006ffeca,0x4473c6ce,0x9aff5fdb,0xe74f50fa,0x5e52f87c,0x86143033,0x40602b16,0xb041ff2f,0x5001efe9,0xf4d00afc,0x1087fd90,0x003de101,0x10020a00,0x3c0bc146,0x03816705,0xbcaf0e30,0x522e3000,0x00affdca,0x6473c6ee,0x92fcffbd,0xe70f4efa,0x7e59f88c,0x8714002a,0x40602b16,0xc041ff4f,0x5901cfe8,0xf4e00afb,0xd08afe40,0x007de900,0x70040ac0,0x3c0a6139,0x02915407,0x1caa0da0,0x4a2e6000,0x006ffeca,0xc473c73e,0x85fbafa1,0xe6af4cfa,0x9e5cf8bc,0x8713a020,0x40502b16,0x9041ff5f,0x6201bfe8,0xf4f006fb,0xb08bfec0,0x00edefff,0xd0030b40,0x3c08f130,0x01a13007,0xcca90d60,0x432e7000,0xff8001cb,0xf473c86e,0x64fc4f8c,0xe64f49fa,0x8e54f92c,0x8712d017,0x40202815,0xb03eff6f,0x72018fe7,0xf51ff6fb,0x9088ff50,0x016df4ff,0x4fff0bc0,0x3b07c127,0x00c10408,0x0cab0d40,0x3d2e7fff,0xfdf005cd,0x3474c9ae,0x35fdff7e,0xe5df47fa,0x6e49f9bc,0x8711d00f,0x3fe02414,0x703aff8f,0x80015fe7,0xf53fe2fb,0x60820000,0x01adf9ff,0x2ff80c70,0x3507111c,0x0050e707,0x9cb40cf0,0x382e9ff9,0xfb2010cd,0x3474c9bd,0xf9003f85,0xe58f46fa,0x5e40f9fc,0x81119010,0x3f902113,0x7037ff8f,0x82015fe6,0xf55fd3fb,0x40810030,0x01ddfdff,0x5fed0d50,0x2706b10e,0x0040d506,0x4cc50c50,0x342edfee,0xf5c022cb,0xf473c87d,0xa503afa9,0xe54f48fa,0x5e38fa0c,0x7611f01a,0x3f201e12,0x9034ff7f,0x76017fe5,0xf58fc8fb,0x3083ffd0,0x01de02ff,0x9fe30de0,0x1d070104,0x0090c104,0x6cd70be0,0x302f0fdf,0xefc038ca,0xe472c76d,0x6e05efc9,0xe51f48fa,0x5e35fa3c,0x6a121022,0x3eb01c11,0xc031ff5f,0x69019fe4,0xf5bfc1fb,0x3086ffa0,0x01ae08ff,0x9fdb0dd0,0x1c099104,0x0180a301,0x7ce70c10,0x2d2eefc2,0xe94055ca,0xd472c75d,0x61063fd6,0xe4cf44fa,0x6e3efaac,0x5f115023,0x3e501a10,0xf02fff4f,0x5e01bfe4,0xf5cfc0fb,0x3089fff0,0x014e0eff,0x8fd40d70,0x1d0db107,0x030081fd,0x6cf70c70,0x292eafa2,0xe30072cb,0x1473c79d,0x6105efdf,0xe47f40fa,0x7e4bfb4c,0x54103021,0x3df01810,0x402dff3f,0x5301dfe3,0xf5dfc2fb,0x308c0080,0x00ee13ff,0x9fcd0d00,0x1a11310b,0x048062f8,0x9d0f0cc0,0x2a2eaf8d,0xdfc085ca,0xb472c73d,0x80050feb,0xe44f40fa,0x8e52fbcc,0x4b0f901e,0x3d90170f,0xb02bff2f,0x4c01efe3,0xf5efc1fb,0x208d00e0,0x008e17ff,0xbfc50c70,0x14148111,0x064045f2,0x5d300d00,0x2e2eef7f,0xddb091c9,0xb472c63d,0xe9034ffa,0xe42f44fa,0xae55fc3c,0x430f2019,0x3d30160f,0x602bff2f,0x4801ffe3,0xf5efbefb,0x108d0110,0x003e1aff,0xdfbe0be0,0x0e171114,0x07b028eb,0xfd560d40,0x332f2f7d,0xdd0092c8,0xc472c55e,0x2f020009,0xe40f48fa,0xae57fcbc,0x3c0ee015,0x3ce0150f,0x102aff1f,0x43020fe2,0xf5ffbbfa,0xf08d0130,0xffee1dff,0xdfba0b70,0x0b18b110,0x08a00ae5,0x7d810d60,0x382f4f93,0xdfe07fc8,0x4472c4ce,0x2701f018,0xe3ef48fa,0x6e5afd3c,0x360ed013,0x3cb0150e,0xd029ff0f,0x3a022fe2,0xf62fb9fa,0xf08f0110,0xff9e1dff,0xcfb60b10,0x0b19e10b,0x094febdf,0x9db00d80,0x3e2f6fb5,0xe50060c7,0xf472c47e,0x12025027,0xe3ef47fa,0x1e5cfdbc,0x310ed011,0x3ca0140e,0x8028feff,0x30023fe1,0xf65fb7fa,0xe09100f0,0xff2e13ff,0xefb50af0,0x0c1a9111,0x098fc7dc,0x3de10e10,0x432f7fca,0xe8b04dc7,0xc472c44e,0x0d02e035,0xe3df48fa,0x2e56fe5c,0x2a0e5013,0x3c60140e,0x4028fedf,0x24025fe1,0xf65fbafa,0xd0910150,0xfe9dfc00,0x3fb50b00,0x101af123,0x094f9bda,0x0e180f00,0x482f7fd7,0xebf040c7,0xd472c45e,0x1203a043,0xe3df49fa,0x8e48ff0c,0x200d7018,0x3c00130e,0x1027febf,0x17028fe1,0xf63fc0fa,0xb08f0220,0xfe2de900,0x7fb60b00,0x141b1134,0x08ef7cd9,0x1e3b0fd0,0x4b2f8fdc,0xed603ac7,0xf472c47e,0x1904404e,0xe3df4bfa,0xfe3eff8c,0x190c001e,0x3bc0130e,0x0027fe9f,0x0a02afe1,0xf60fc8fa,0x908f02b0,0xfdede400,0x9fb40ab0,0x151b013c,0x08af74d9,0x7e411020,0x4b2fcfd8,0xec103ec8,0x7472c4fe,0x22046054,0xe3af4dfb,0x3e3fff9c,0x16090027,0x3bb0140e,0x7028fe6e,0xf802dfe2,0xf5efcefa,0xa0940270,0xfdcde300,0xbfb10a40,0x151ae141,0x086f74da,0xce3d1050,0x49300fcc,0xe8d04bc8,0xe472c56e,0x27049055,0xe37f4ffb,0x6e43ff6c,0x16057030,0x3bb0150f,0x002afe4e,0xe8030fe2,0xf5cfd4fa,0xb09a01e0,0xfd9de200,0xdfb009d0,0x171b4147,0x084f7ddd,0x0e311080,0x47307faf,0xe43065c8,0x7472c4fe,0x1406004a,0xe38f50fb,0xae49ff4c,0x17043031,0x3bc0170f,0xa02bfe3e,0xe5031fe3,0xf58fdcfa,0xb09e0180,0xfd6de200,0xefaf0940,0x1a1c0150,0x084f90e1,0x2e1610a0,0x45311f73,0xdc309bc7,0x0472c39d,0xd609d030,0xe3df4efb,0xee50ff2c,0x1804202a,0x3bd01810,0x402dfe5e,0xef02ffe4,0xf52fe5fa,0xa09f0130,0xfd3de200,0xffaf08d0,0x1d1ce152,0x086f9fe4,0x5dfd10b0,0x41319f43,0xd6b0c5c5,0xe472c26d,0x980cf014,0xe42f4cfc,0x2e54ff1c,0x1a046021,0x3bf01a10,0xc02ffe7e,0xfb02dfe6,0xf4cfeafa,0x909f00f0,0xfd0de200,0xefae08b0,0x201de147,0x089fa0e5,0x8deb1080,0x39320f2e,0xd530d8c5,0xa472c22d,0x6f0e6ffc,0xe44f4bfc,0x4e51ff5c,0x1e04c015,0x3c201b11,0x4030fe9f,0x0702bfe7,0xf47fe6fa,0x80a000a0,0xfcdde200,0xdfae08d0,0x221ee135,0x08df9ae6,0x1ddf1030,0x2f325f24,0xd4b0e1c5,0xc472c24d,0x4d0f3fe8,0xe45f4bfc,0x5e4bff9c,0x24053009,0x3c501c11,0x9031feaf,0x13029fe8,0xf43fdefa,0x70a10060,0xfcede400,0xbfac08d0,0x231fe12c,0x095f8ee5,0x7de21020,0x2d324f2f,0xd5a0d7c5,0xf472c28d,0x350f7fe1,0xe47f4afc,0x6e4bffbc,0x27058003,0x3c901c11,0xa031fecf,0x1b027fe8,0xf42fdbfa,0x60a20020,0xfd2de700,0x9fa808c0,0x2320e128,0x0a2f79e3,0x1df81050,0x3231cf5c,0xd970afc6,0x4472c2dd,0x210f3fe6,0xe47f4afc,0x6e50ffac,0x2805b001,0x3ce01b11,0x5030fecf,0x1f027fe7,0xf44fddfa,0x50a4ffe0,0xfd6deb00,0x8fa408b0,0x21219127,0x0abf63e0,0x9e131060,0x37316f85,0xdd608bc6,0xc472c34d,0x1c0eaff1,0xe49f4bfc,0x8e55ff9c,0x2905c000,0x3d101a11,0x002ffedf,0x22026fe6,0xf47fddfa,0x40a5ffa0,0xfd7df000,0x9fa208a0,0x2021e126,0x0aaf4dde,0x9e2e1010,0x36317f9b,0xe04077c7,0x9472c41d,0x400dd004,0xe4bf4cfc,0xde55ff9c,0x2a05affd,0x3d201910,0xc02efedf,0x28025fe5,0xf4bfd7fa,0x30a5ffa0,0xfd6df500,0xbfa10890,0x1f21c127,0x0a5f3bdc,0xde490fa0,0x3431afa9,0xe2a06ac8,0x6472c4ed,0x860c901e,0xe4df4efd,0x3e54ffbc,0x2b056ff9,0x3d201910,0x702dfeef,0x2e024fe4,0xf4ffcffa,0x20a5ffa0,0xfd6df500,0xcfa108a0,0x1f21012a,0x09ff35dc,0x0e580f60,0x3331cfb2,0xe3e062c8,0x5473c4dd,0xd80a903f,0xe4cf51fd,0x4e53ffdc,0x2a055ff6,0x3d301810,0x102cfeff,0x35023fe3,0xf51fcbfa,0x00a5ffb0,0xfd7df200,0xefa208e0,0x201f312e,0x097f38db,0xbe600f40,0x3331dfb7,0xe4705fc7,0x4473c3ce,0x4607306b,0xe48f57fc,0xfe52000c,0x28057ff3,0x3d40170f,0xb02bff0f,0x3d021fe4,0xf4ffcbf9,0xf0a5ffc0,0xfd7def00,0xefa40910,0x231d7132,0x08ff44dc,0x1e5f0f40,0x3231dfb3,0xe44062c6,0xa473c31e,0xb204608a,0xe46f5afc,0x9e51003c,0x2605bff0,0x3d60160f,0x602aff1f,0x44020fe4,0xf4efcbf9,0xd0a5ffd0,0xfd8def00,0xdfa80930,0x261c4133,0x088f66dd,0xae4b0f70,0x3331dfa2,0xe1d071c7,0x6473c3df,0x0f02d093,0xe49f55fb,0xde4f005c,0x2805efec,0x3d90160f,0x402aff2f,0x4a01ffe3,0xf4ffc9f9,0xc0a5ffa0,0xfdadef00,0xafac0940,0x2b1b3134,0x081f9ae0,0x6e2b0fc0,0x3231cf87,0xddc089c8,0x9473c51f,0x6201b094,0xe4ff4cfb,0x1e4d006c,0x2b061fe8,0x3dd0160f,0x302aff3f,0x5001efe3,0xf51fc7f9,0xa0a4ff70,0xfdedee00,0x6fb00940,0x3219d138,0x078fd1e3,0x6e0b1000,0x3031bf6b,0xdaa0a1c9,0x3473c5bf,0x9a011094,0xe54f49fa,0xbe4b003c,0x30063fe9,0x3e10160f,0x602bff3f,0x5101efe2,0xf51fc5f9,0x90a5ff80,0xfe5dec00,0x1fb40910,0x3918113f,0x06a011e7,0x0de91050,0x2a31af4b,0xd7c0bec9,0x6473c5df,0xc800d093,0xe59f49fa,0xbe49ffdc,0x39064fed,0x3e50180f,0xe02cff2f,0x4e01efe2,0xf51fc5f9,0xa0a7ffa0,0xfefde7ff,0xafb60900,0x41168146,0x05f04eea,0xfdc610a0,0x25319f35,0xd620d1c9,0x4473c5cf,0xdb00c088,0xe5df4bfa,0xfe44ff5c,0x42065ff5,0x3ea01910,0x702eff2f,0x4b01ffe2,0xf50fc3f9,0xb0a7ffd0,0x002ddcff,0x0fb40950,0x48153149,0x05b085ef,0x7da01110,0x22317f31,0xd5f0d5c8,0xe473c56f,0xb6009055,0xe5df4efb,0x6e34fe9c,0x4d068004,0x3ef01a10,0xe02fff2f,0x4801ffe3,0xf4dfc0f9,0xc0a60030,0x018dcdfe,0x6fb109c0,0x4e14014a,0x05a0b3f3,0xbd7c1180,0x21315f35,0xd670d2c8,0x5473c4df,0x7d008007,0xe5cf53fb,0xfe21fdbc,0x5906a015,0x3f401b11,0x5031ff1f,0x46020fe4,0xf4afbcf9,0xc0a300b0,0x021dc6fe,0x4fb309d0,0x5113114b,0x05b0ccf5,0xfd6211e0,0x22312f3d,0xd740cbc7,0xc472c43f,0x72011fcd,0xe5af55fc,0x1e19fcfc,0x5d06c020,0x3f501d11,0xd032ff1f,0x44020fe5,0xf47fbcf9,0xc0a100f0,0x023dc4fe,0x7fba09b0,0x5012414b,0x05e0d7f7,0x3d4c1220,0x2430ef4c,0xd8a0bdc7,0x0472c38f,0x86026f98,0xe58f55fb,0xbe1afc5c,0x5c06c027,0x3f301e12,0x8034ff1f,0x42020fe5,0xf44fc3f9,0xc09e0100,0x021dc6fe,0xafc00980,0x4e122148,0x0640dbf7,0x8d431240,0x2430bf57,0xd990b4c6,0xb472c33f,0xa803af7e,0xe57f54fb,0x7e1cfc0c,0x5b06c02a,0x3f102013,0x0035ff1f,0x40021fe6,0xf43fc5f9,0xd09c00f0,0x01adccfe,0xefc40940,0x4d13713e,0x0710dbf6,0x1d4b1240,0x21309f56,0xd960b5c7,0x2472c3af,0xe6047f8f,0xe56f50fb,0x8e1bfc1c,0x5c069026,0x3f002113,0x4036ff1f,0x3f021fe5,0xf43fbdf9,0xe09d00a0,0x011dd5ff,0x1fc60910,0x4b15b130,0x0810d5f3,0x3d5f1230,0x1b307f50,0xd8c0b9c7,0xf472c470,0x3b050fb6,0xe56f4bfb,0xbe19fc5c,0x5e06601f,0x3f002113,0x5037ff0f,0x3f021fe5,0xf44fb2fa,0x009f0040,0x00add9ff,0x4fc50910,0x4a17f127,0x08e0c2f0,0x3d771210,0x18305f51,0xd8b0b9c8,0x5472c4d0,0x89052fe3,0xe54f49fb,0xee16fcbc,0x5e06301a,0x3ef02113,0x4036ff0f,0x3c021fe4,0xf47fabfa,0x209f0010,0x005dd7ff,0x7fbf0960,0x4b1aa11f,0x099099ec,0x9d9711e0,0x15304f56,0xd8e0b4c8,0x5472c4d0,0xdb04f01f,0xe50f48fc,0x1e13fd2c,0x5d060017,0x3ed02013,0x1036ff0f,0x39022fe2,0xf4dfa8fa,0x309f0030,0x002dd7ff,0x7fb60970,0x4c1c611b,0x0a2069e9,0x0dbb11e0,0x13304f61,0xd9a0abc8,0x4473c4c1,0x0a04305d,0xe4ef4afc,0x2e13fd6c,0x5e05d016,0x3ec02013,0x1036feff,0x33023fe1,0xf51fa6fa,0x40a00040,0x003dddff,0x4faa08f0,0x4f1ce11c,0x0a6031e5,0xede21200,0x13306f76,0xdba098c8,0x4473c4c1,0x100150a0,0xe4ef4dfc,0x1e1afd2c,0x6605801a,0x3ef02213,0xd038fedf,0x28025fe0,0xf51fa6fa,0x60a10020,0x005de3fe,0xff9d0840,0x531cd11e,0x0a8ffae2,0xfe0d1250,0x1330af92,0xdf0080c8,0x3473c4a1,0x09fdb0da,0xe50f50fb,0xee23fcdc,0x7005401f,0x3f302514,0xb03bfebf,0x1a028fe1,0xf4ffa7fa,0x80a30000,0xffeddfff,0x1f9807e0,0x571c5122,0x0a7fdde0,0x4e3d12d0,0x1830bfaf,0xe3b065c7,0xe473c460,0xeffd10e5,0xe4ef50fc,0x0e27fd4c,0x6e05601d,0x3f102614,0xe03cfeaf,0x0f02afe1,0xf4dfadfa,0x90a40020,0xfebdcfff,0x9f9907d0,0x5b1b6125,0x0a3fcfdd,0xbe741380,0x2130afd0,0xeb2045c7,0x6473c3d0,0xa7fe60d6,0xe4af4cfc,0x5e24fe9c,0x6005e013,0x3ea02414,0x603afe8f,0x0702bfe2,0xf4cfb9fa,0xb0a50090,0xfdbdc200,0x1f990790,0x5f1a212a,0x09dfc9db,0xfea01450,0x29309fe9,0xf1802bc6,0xd472c350,0x630000b7,0xe47f49fc,0x8e22ffbc,0x5406700a,0x3e402313,0xe038fe7f,0x0002cfe1,0xf4bfc5fa,0xc0a600e0,0xfd4dbe00,0x5f9106d0,0x6118d133,0x096fcbdb,0x1ebe1540,0x3030aff4,0xf5c01dc6,0x1472c290,0x2f01b05b,0xe47f4dfc,0x4e26001c,0x5006e007,0x3e302213,0xd038fe7e,0xfb02dfe1,0xf4efcafa,0xe0a700b0,0xfd0dbd00,0x7f8705e0,0x6217513c,0x08dfd3da,0xced21640,0x3530bff8,0xf8e015c5,0x8472c200,0x09033fe3,0xe47f52fb,0xde2b004c,0x4f074005,0x3e302313,0xf039fe6e,0xf702efdf,0xf51fcefa,0xf0a80060,0xfc9db900,0xaf7e05a0,0x63158139,0x088fe0da,0xfed316d0,0x3830bff9,0xf92013c5,0xf472c280,0x0c036fb0,0xe45f50fb,0x9e2d00ac,0x4d07a001,0x3e302313,0xd038fe6e,0xf602efde,0xf54fd2fb,0x10a90020,0xfc2db300,0xdf760610,0x64134128,0x085ff2db,0xcec216e0,0x3a309ff6,0xf74018c7,0xb471c440,0x3e027f99,0xe40f46fb,0x8e2c013c,0x4a081ffb,0x3e302213,0xa038fe6e,0xf602ffdd,0xf56fd6fb,0x20aafff0,0xfbbdac01,0x0f700660,0x6710f116,0x08000add,0x1eae1710,0x3d308ff0,0xf4a021c8,0xf471c580,0x61010f94,0xe3cf3ffb,0x8e2a01ac,0x47086ff4,0x3e202113,0x7037fe6e,0xf802efdd,0xf58fdbfb,0x40acffd0,0xfb4da501,0x4f6c0620,0x6b0e610a,0x07502bdf,0xaea217a0,0x42305fe4,0xf07030c8,0x8471c520,0x60fe8fc5,0xe3cf42fb,0x4e2901ec,0x4508afee,0x3e102213,0x8037fe7e,0xfe02dfdd,0xf57fe4fb,0x50adffd0,0xfafd9e01,0x8f6a05c0,0x710bd0fd,0x069055e2,0xfe951850,0x48303fd7,0xec003fc7,0x8471c410,0x50fbb012,0xe3df48fb,0x1e27021c,0x4508dfe7,0x3e002213,0xb038fe8f,0x0602cfde,0xf54fedfb,0x60adffd0,0xfabd9901,0xbf670570,0x7409a0e6,0x062089e5,0x9e8318c0,0x4b303fd2,0xead045c6,0xf471c380,0x1efa802d,0xe3df4bfb,0x1e24023c,0x45095fe1,0x3e102213,0xd038fe9f,0x0d02afde,0xf51ff0fb,0x80afff50,0xfa8d9601,0xcf630540,0x7407d0c1,0x05f0d0e7,0x9e6c1900,0x4c304fd3,0xeb4044c6,0xc471c35f,0x8dfa5030,0xe3cf4bfb,0x5e1f025c,0x470a2fdb,0x3e502314,0x0039feaf,0x15029fdf,0xf4dfedfb,0xa0b3fe40,0xfa5d9601,0xdf6004e0,0x7405f095,0x05f113e9,0xde501930,0x4d306fd6,0xec2040c6,0xa471c33f,0x2ffa902b,0xe3bf4bfb,0x6e1e025c,0x4a0a9fd6,0x3e902414,0x303afebf,0x1b028fe0,0xf49feafb,0xc0b5fd70,0xfa3d9e01,0xdf5e0400,0x75041064,0x05f14dec,0xde2c1980,0x4f307fda,0xed503cc6,0x6471c30f,0x30fb501a,0xe3af4bfa,0xde26022c,0x4d09ffd4,0x3ea02514,0x803bfecf,0x1e027fe1,0xf47fe9fb,0xd0b6fd60,0xfa1da801,0xcf5d0300,0x7502202c,0x06217ff0,0x4e0319e0,0x50309fdf,0xeef037c6,0x3471c2cf,0x3ffc7001,0xe39f4cfa,0x3e3201fc,0x5008ffd2,0x3eb02614,0xd03cfecf,0x1e027fe2,0xf45fe9fb,0xe0b6fd90,0xf9fdab01,0xcf5d0280,0x76002ff5,0x06619ff4,0x0dd61a20,0x51309fe4,0xf0c031c5,0xf471c28f,0x52fd7ff1,0xe38f4cfa,0x3e3601dc,0x53088fd1,0x3ec02615,0x003cfecf,0x1f027fe2,0xf45fe9fc,0x00b7fdc0,0xf9dda801,0xcf600260,0x78fe0fbc,0x06a1b2f8,0x4da51a50,0x51309fea,0xf2e02ac5,0xa471c23f,0x6ffe7fe7,0xe36f4bfa,0xce3301dc,0x55088fd0,0x3ed02615,0x003cfecf,0x1e027fe1,0xf46fe9fc,0x20bafdf0,0xf9eda401,0xbf610280,0x79fbff8b,0x0711c1fc,0x7d741a70,0x50308ff0,0xf56022c5,0x6471c20f,0x7cfedfdb,0xe35f4afb,0x4e3001cc,0x5808afd2,0x3ee02614,0xf03cfecf,0x1e027fe1,0xf47feafc,0x30bdfe20,0xfa3d9d01,0x9f5e02d0,0x7af9bf65,0x07c1cd00,0xad431ab0,0x4f308ff6,0xf88018c5,0x8471c21f,0x48fdbfcb,0xe36f48fb,0x3e2c019c,0x5a08cfd6,0x3f102614,0xf03cfecf,0x1e027fe0,0xf47fedfc,0x50c0fe40,0xfaad9701,0x7f570360,0x79f7bf46,0x0881d804,0x9d171ad0,0x4e308ffb,0xfc000dc5,0x9470c23e,0xf2fb8fb6,0xe36f46fa,0xee2a013c,0x5d08efdd,0x3f302614,0xe03cfecf,0x1e027fe0,0xf48ff0fc,0x80c4fe70,0xfafd9501,0x6f4c0400,0x75f71f2c,0x08c1f207,0x6cf91aa0,0x49307fff,0xfef003c5,0x4470c1ee,0xc2f91f90,0xe32f45fa,0xee2b010c,0x5e08bfe1,0x3f402514,0xd03bfecf,0x1f027fe0,0xf47ff5fc,0x90c5fed0,0xfb3d9801,0x5f3904c0,0x6df75f17,0x08b22409,0xace41a20,0x3e305000,0x01cffac4,0x6470c10e,0xa4f5cf4b,0xe29f44fb,0x3e3100cc,0x5f085fe3,0x3f502514,0xc03bfecf,0x21027fe1,0xf46ffbfc,0x90c3ff60,0xfb3d9d01,0x6f2b0560,0x65f7af07,0x0872440a,0xfcdc1990,0x36303001,0x035ff4c3,0xa470c04e,0x97f3bf18,0xe21f44fb,0x6e3900bc,0x5f07efe2,0x3f502514,0xd03bfecf,0x21027fe2,0xf44ffffc,0xa0c2ffc0,0xfabda501,0x6f280580,0x60f7aefd,0x0822440b,0x3ce61940,0x33301001,0x033ff4c3,0x4470bfee,0xaaf39f02,0xe20f43fb,0x5e4300ec,0x60079fdd,0x3f602615,0x003cfebf,0x1b028fe4,0xf42003fc,0xc0c3ffa0,0xfa0db001,0x7f2b0580,0x5af78ef5,0x07d2360a,0xecfb18e0,0x33300001,0x024ff8c3,0x0471bfae,0xc9f45ef9,0xe21f42fb,0x4e4e013c,0x61075fd6,0x3f802715,0x503dfeaf,0x1302afe5,0xf40005fc,0xd0c4ff60,0xf99db901,0x8f2c05d0,0x54f74ee6,0x07e21d09,0xdd0f1840,0x322ff000,0x00fffcc2,0xb471bf5e,0xd1f61f0d,0xe22f42fb,0x5e52012c,0x6406ffd3,0x3f902815,0xb03efe9f,0x0f02afe6,0xf3e004fc,0xe0c4ff20,0xf96dc101,0x8f2c0690,0x4cf70ed0,0x0831ed07,0xbd251740,0x322fefff,0xfef003c2,0x3471bede,0xc8f9ff60,0xe24f44fb,0x7e5200ec,0x68068fd4,0x3fa02a16,0x2040fe9f,0x0e02bfe7,0xf3c000fc,0xf0c2fee0,0xf94dc601,0x9f2f0710,0x47f69ebb,0x0891b605,0xad381670,0x332ffffc,0xfc700bc2,0x1471bebe,0xbefd8fb2,0xe27f46fb,0x8e50009c,0x6b064fd6,0x3fb02b16,0x8041fe9f,0x0d02bfe8,0xf3affdfd,0x00c0fea0,0xf91dc501,0xcf380730,0x49f5aeac,0x08d17e04,0x1d441630,0x32303ff7,0xf94016c2,0xd471bf6e,0xba000feb,0xe29f4afb,0x4e4e005c,0x6a06afd7,0x3fc02c16,0xa042fe9f,0x0e02bfe9,0xf38ffefd,0x10c0fe60,0xf8edc001,0xff440700,0x4ff4bea1,0x09014502,0xcd4f1630,0x32307fef,0xf56023c3,0xe471c07e,0xb801d017,0xe2cf4ffa,0xee4c002c,0x68073fda,0x3fc02c16,0xb042fe9f,0x1002afea,0xf36ffffd,0x20bffe20,0xf8ddbc02,0x1f540660,0x57f4ae9e,0x08e11501,0xdd5b16b0,0x38309fe4,0xf15032c4,0xd471c16e,0xbc023021,0xe2df50fa,0xce49ffec,0x67078fdf,0x3fc02c16,0xd042feaf,0x1202afeb,0xf34001fd,0x20bbfdf0,0xf8cdb702,0x2f670520,0x63f54ea4,0x0880ea01,0x3d6817d0,0x46308fd5,0xed0042c5,0xd471c26e,0xc5016015,0xe2df4ffa,0xde45ff9c,0x6907bfe5,0x3fc02d17,0x1043feaf,0x1202afeb,0xf34004fd,0x10b5fdf0,0xf8edb302,0x2f790410,0x6ef64ea6,0x0820c800,0xad751890,0x50307fc1,0xe86056c6,0x0471c29e,0xd500b00a,0xe2ff50fa,0xee41ff3c,0x6a07cfec,0x3fd02e17,0x4044feaf,0x14029fec,0xf34006fd,0x00adfe00,0xf96db201,0xff8603b0,0x73f79e98,0x07b0b0ff,0xed801860,0x50308fa8,0xe3806dc4,0x6472c0fe,0xfa00e00f,0xe35f55fa,0xee3dfe9c,0x6e07bff4,0x3ff02e17,0x4044febf,0x1b028fec,0xf35006fc,0xd0a1fe20,0xf9fdb101,0xbf920380,0x76f92e84,0x07509eff,0x3d8b17c0,0x4c309f82,0xde408dc2,0x3472becf,0x26016017,0xe3df5cfa,0xee38fdec,0x7107affe,0x40002e17,0x3044fecf,0x22027fec,0xf36006fc,0xb095fe50,0xfa6dae01,0xbfa20340,0x76fabe72,0x07008bfe,0xed961770,0x4f307f3d,0xd7d0cdc1,0x9473be2f,0x3d01901b,0xe42f5efb,0x2e34fd2c,0x7207b00b,0x40002e17,0x3043fecf,0x20027fec,0xf3700afc,0x908dfe80,0xfaada901,0xdfb60310,0x72fc5e62,0x06c078fe,0xfda01750,0x57303ea9,0xcf5156c2,0x3472becf,0x4701801c,0xe46f5dfb,0x9e32fc6c,0x7108101d,0x3ff02e17,0x3043feaf,0x16029fed,0xf38012fc,0x9087feb0,0xfaeda502,0x0fca02e0,0x6dfdee52,0x06506ffe,0xedab1730,0x5e2fddd2,0xcab21fc3,0x3472bfcf,0x4a011016,0xe49f5afb,0xde2cfbcc,0x7008502c,0x3fe02d17,0x2043fe9f,0x1002afed,0xf3a016fc,0x8081fed0,0xfb2da202,0x0fde02e0,0x6bff6e43,0x057076fe,0x5db516e0,0x612f4c02,0xcb53e1c4,0x6472c0ff,0x44ffa001,0xe4df53fb,0x9e1efb8c,0x71086032,0x3fd02c16,0xd042feaf,0x17029fed,0xf3b00ffc,0x707afed0,0xfb5da101,0xfff102f0,0x6800ce34,0x046087fd,0x8dbd1690,0x632eb9d4,0xcd5604c5,0xa472c23f,0x3afdcfe0,0xe50f4bfb,0x3e0ffb5c,0x73086034,0x3fc02b16,0x7041fecf,0x23027fed,0xf3d004fc,0x6072feb0,0xfbbda402,0x0ffe02b0,0x63017e25,0x03b0a5fc,0x8dbf1650,0x632e58fb,0xd0a6d5c5,0xf472c28f,0x3dfd1fc3,0xe52f48fb,0x4e0bfaec,0x7208803c,0x3fc02a16,0x3040fedf,0x27026fee,0xf3c000fc,0x606efe60,0xfc5dab02,0x10050240,0x5d018e15,0x0340dcfb,0x5dba1620,0x612e389b,0xd6c731c5,0x6472c1ff,0x4efd4fa5,0xe51f4afb,0xce13f9fc,0x6e08c04b,0x3fb02a16,0x1040fedf,0x26026fef,0xf38003fc,0x6071fe00,0xfc8db202,0x201101c0,0x5601ae07,0x02f113fa,0x0db615f0,0x5f2e1868,0xdbc761c5,0x2472c1af,0x61fd8f88,0xe52f4dfc,0x2e1af96c,0x6a08e055,0x3fa02916,0x103ffecf,0x22027ff0,0xf35005fc,0x6072fdd0,0xfbcdb802,0x40320130,0x4d021dfe,0x02c145f8,0x6db915e0,0x602df853,0xde3776c6,0x2472c2af,0x73fdaf6a,0xe56f51fb,0xee1df9cc,0x68089051,0x3f802a16,0x3040febf,0x1c028ff1,0xf34004fc,0x406ffe00,0xfaadbc02,0x605b00b0,0x4402bdf6,0x029171f6,0xcdbe15e0,0x612dd84a,0xdfc77fc7,0x7472c40f,0x82fdcf4e,0xe5bf56fb,0x8e1efa5c,0x67082048,0x3f502b16,0x5041feaf,0x17029ff1,0xf34002fc,0x1069fe60,0xfabdbf02,0x406c0070,0x3f039ded,0x022188f5,0xfdbf15c0,0x5f2dc847,0xe01782c7,0xd472c45f,0x89fdbf3f,0xe63f56fb,0x6e1afa3c,0x6807f048,0x3f502a16,0x3040febf,0x1d028ff1,0xf36ffefb,0xe061fea0,0xfbfdc101,0xf06c0080,0x3d04ede1,0x015193f5,0xbdbb1590,0x5b2db84d,0xdf477cc7,0x2471c3af,0x8afd7f37,0xe6df51fb,0x8e10f95c,0x6a080051,0x3f602915,0xa03ffeef,0x30024ff1,0xf39ff7fb,0x9057feb0,0xfd2dc101,0xa06e0090,0x3b05ddd7,0x00e198f5,0xddb91570,0x572dc851,0xdea778c6,0xf471c38f,0x84fd4f35,0xe74f4dfb,0x8e06f88c,0x6b08005b,0x3f702715,0x103dff0f,0x41021ff1,0xf3cff1fb,0x504dfed0,0xfdbdbf01,0xa07b0070,0x3305ddd0,0x01419af6,0x8dba1560,0x552df84f,0xdee77ac8,0x8472c50f,0x70fd0f3a,0xe73f4efb,0x2dfef82c,0x6a07e064,0x3f502514,0x803bff1f,0x48020ff1,0xf3cfecfb,0x1048ff40,0xfe2dbd01,0xa08c0060,0x2a05adcb,0x01f199f7,0x6dbc1550,0x532e284c,0xdf777dca,0xa472c72f,0x54fcdf42,0xe70f51fa,0x9df8f7ec,0x6807b06d,0x3f302313,0xe038ff2f,0x4b01fff2,0xf3cfe9fa,0xe047ffd0,0xfe6dbb01,0x909f0080,0x2205fdc4,0x01e1a1f7,0xedbd1510,0x512e584a,0xdfc77fcb,0xc473c84f,0x44fcbf4b,0xe71f54fa,0x8df5f7dc,0x66079072,0x3f302113,0x6037ff2f,0x4e01eff2,0xf3dfe8fa,0x90440030,0xfe5db901,0x70b700e0,0x1c06cdbd,0x0121b2f7,0xfdbc14b0,0x502e8849,0xdfe780cc,0x2473c8af,0x3afc9f54,0xe74f57fa,0xddf5f7ec,0x6407a073,0x3f402013,0x1036ff3f,0x5101eff2,0xf41fe8fa,0x40400080,0xfe8db701,0x50c70150,0x1807bdb9,0x0031c1f8,0x1db91480,0x4e2e9849,0xdfe780cc,0x2473c8af,0x38fcef61,0xe77f58fa,0xfdf4f7ec,0x6207a074,0x3f501f12,0xa035ff3f,0x5701dff2,0xf45fe9fa,0x003c00d0,0xff7db501,0x10c601b0,0x1408edba,0xff11c6f8,0x7daf14a0,0x4c2e984b,0xdf877dcb,0x5473c7df,0x42fe2f74,0xe74f54fa,0x8df0f78c,0x5f079079,0x3f501c11,0xb032ff5f,0x6701aff2,0xf48fe9f9,0xb0390160,0x00adb500,0xd0bf0220,0x1209fdc0,0xfdd1c7f8,0xeda114d0,0x4a2e8850,0xdef779ca,0x7472c6ff,0x52001f8d,0xe70f4ff9,0xfdedf70c,0x5c07607d,0x3f301a10,0xb02fff7f,0x79017ff2,0xf4bfe9f9,0x603701e0,0x00fdb900,0xb0bd0280,0x120a4dcc,0xfc91c7f9,0x1d9614d0,0x412e4855,0xde3773cb,0x2472c7af,0x57020faf,0xe6ff4cfa,0x0df2f6ec,0x5807007c,0x3f001810,0x502dff8f,0x7f015ff2,0xf4dfecf9,0x30380230,0x008dc100,0xb0c002e0,0x1409edde,0xfb31c7f8,0xfd8d14a0,0x332de85b,0xdd476dcd,0x9473ca1f,0x52043fe0,0xe72f4cfa,0xbdfff73c,0x54068076,0x3ed01910,0x802eff7f,0x7b016ff2,0xf4dff1f9,0x103d0240,0x003dcb00,0xa0bf0360,0x18096dfe,0xfa51c4f8,0xcd851440,0x232d8867,0xdbf762cf,0x4474cbcf,0x5305dffc,0xe73f4cfb,0x4e0cf78c,0x51061070,0x3e901910,0xb02fff7f,0x76017ff3,0xf4fff6f9,0x00410240,0x003dd500,0x60b60450,0x21092e52,0xfa81bef8,0x7d7d13a0,0x142d587d,0xd9b74dce,0x7474caff,0x6606aff0,0xe70f4afb,0x4e16f7ac,0x4f05d06b,0x3e801910,0xa02eff6f,0x73018ff2,0xf57ff8f8,0xd0450230,0x005dde00,0x20a80580,0x2b08decf,0xfb21b5f8,0x0d7712f0,0x052d289c,0xd6d72ecc,0xc473c94f,0x83070fd5,0xe6df48fa,0xfe1df7dc,0x4d05c067,0x3e701910,0x902eff6f,0x6f018ff1,0xf62ffaf8,0xb0480230,0x003de300,0x109c0670,0x31080f3c,0xfb61a1f7,0xbd78129f,0xf82d38c6,0xd3f707cc,0x3473c8bf,0xa006dfc3,0xe6af47fa,0xde20f81c,0x4b05d064,0x3e501a10,0xc02fff5f,0x6501aff2,0xf65ffdf8,0xa04e0230,0xffede400,0x30910740,0x34069fa4,0xfb517ff7,0x8d7e126f,0xed2d88ff,0xd0f6d2cc,0x7473c8ff,0xbf05efb5,0xe67f49fa,0xbe1ef88c,0x49062062,0x3e101b11,0x2030ff3f,0x5501dff3,0xf62001f8,0xa0580240,0xff6de700,0x508607e0,0x37054ffc,0xfb315bf6,0xfd88124f,0xe32db94d,0xce2688cd,0x1473c99f,0xe5051faa,0xe65f4afa,0xbe1ff91c,0x4706405d,0x3dd01c11,0x8031ff1f,0x4701fff4,0xf5d004f8,0xb0610240,0xfe6df300,0x607d0810,0x3c048041,0xfae13bf5,0x5d94122f,0xd92db9ca,0xcb660fce,0x0473ca80,0x18050fa3,0xe64f49fb,0x3e29fa0c,0x4305b04e,0x3d801d11,0xe032ff0f,0x3b022ff5,0xf59005f8,0xa0670240,0xfd6e0300,0x70730820,0x4103f07a,0xfa911bf3,0x0da2120f,0xcf2daa79,0xc91565cf,0x0474cb80,0x5a052fa0,0xe63f46fb,0xde36fb1c,0x3f05003b,0x3d401e12,0x3034feff,0x32023ff6,0xf55005f8,0x806d0230,0xfd3e1000,0x605b0860,0x420360a2,0xfab0fcf0,0xadac11ff,0xc72dbb46,0xc8349ecf,0x1474cb90,0xb9053faa,0xe61f45fb,0xfe40fb9c,0x3c04a02d,0x3d201e12,0x2033feff,0x34023ff6,0xf54004f8,0x70710200,0xfdde1d00,0x302f08c0,0x4102f0bf,0xfb30dcee,0x3db411ef,0xc12ddc4a,0xc8239ece,0x3474cab1,0x4d055fc6,0xe5ff43fb,0x9e48fbac,0x3a049023,0x3d301c11,0xa032ff1f,0x41021ff7,0xf58002f8,0x50750180,0xfe6e2700,0x10060920,0x3f0260d5,0xfbb0bbeb,0x6dbd11ef,0xbd2e0d42,0xc8d2abcd,0x6473c9e1,0xa404ffe6,0xe5cf43fb,0x2e4efbcc,0x3804a01a,0x3d401b11,0x3030ff2f,0x4e01eff7,0xf5a001f8,0x307a0110,0xfe8e2a00,0x1fe909a0,0x3c0190e9,0xfbf099e7,0xfdcc11ef,0xbb2e1e21,0xcc11d5cd,0x4473c9c1,0xa3031009,0xe55f44fa,0xae53fc2c,0x3404c010,0x3d401a10,0xd02fff3f,0x5501dff8,0xf57004f8,0x107e00e0,0xfe6e2b00,0x3fd10a20,0x390090f8,0xfc2077e4,0x2dde11ff,0xbc2e3ee0,0xd17120cd,0x4473c9c1,0x9300b028,0xe4ef46fa,0x3e56fcac,0x3004e006,0x3d301910,0xa02eff4f,0x5a01cff9,0xf52009f8,0x008300e0,0xfe0e2c00,0x5fc00a50,0x35ff80ff,0xfc4058e0,0xcdf3120f,0xc12e5f44,0xd6b0c4cc,0x7472c8f1,0x7b00402d,0xe4bf48fa,0x2e58fd3c,0x2d051ffa,0x3d201a10,0xd02fff4f,0x5a01cffa,0xf4c00ef8,0x008b00d0,0xfd2e2e00,0x9fb60a30,0x32fe50fe,0xfc703add,0x8e0d123f,0xcb2e9f7e,0xdc4091ca,0xc472c751,0x5501501b,0xe4cf49fa,0x9e58fdec,0x2c054fed,0x3ce01c11,0x8031ff3f,0x5501dffa,0xf46012f8,0x209600e0,0xfcae2e00,0xbfa909f0,0x31fd20f8,0xfc7024da,0xde26127f,0xd32edfa6,0xe1d06dc9,0x6472c5e1,0x2d02100b,0xe4cf49fa,0xee56fe6c,0x2c058fe3,0x3cd01d11,0xf033ff3f,0x5201effb,0xf41015f8,0x30a000f0,0xfd3e2b00,0x7f8d09c0,0x33fc00ee,0xfc5019d8,0xbe3d12ef,0xd72effc4,0xe7b051c8,0xc472c541,0x03017006,0xe49f49fa,0xde52fe7c,0x2d05efe3,0x3d101d11,0xc032ff3f,0x5401dffc,0xf40018f8,0x20a200e0,0xfe1e2600,0x1f6d0980,0x37fb00e0,0xfc1013d7,0x1e52136f,0xd82f2fda,0xed103cc8,0x7472c500,0xdd005004,0xe46f48fa,0xbe4efe5c,0x30065fe6,0x3d601c11,0x5031ff3f,0x5901dffc,0xf4101bf8,0x10a100c0,0xfe3e2200,0x1f5a0940,0x38fa20d9,0xfbf010d5,0xfe6613bf,0xda2f6fe7,0xf0602ec8,0x3472c4b0,0xc7ffb003,0xe44f48fa,0xce4dfe8c,0x2f068fe4,0x3d601b11,0x2031ff4f,0x5a01cffc,0xf4001ff8,0x10a300c0,0xfdce2000,0x7f510900,0x35f950d7,0xfbd012d5,0x4e7913ef,0xda2fbfec,0xf29027c7,0xf472c470,0xbdff7003,0xe45f49fb,0x2e4fff0c,0x2a067fdf,0x3d201b11,0x2031ff3f,0x5901cffd,0xf3d026f8,0x20a500e0,0xfd4e1e00,0xdf4b08c0,0x33f8d0d7,0xfba011d4,0xfe89140f,0xdc2fffef,0xf3d023c7,0xb472c430,0xbaff4002,0xe46f49fb,0x7e51ff6c,0x26066fdb,0x3ce01b11,0x3031ff3f,0x5701dffd,0xf3a02df8,0x30a80120,0xfd2e1900,0xff480890,0x35f8b0d8,0xfb5007d4,0xce96142f,0xe0300ff1,0xf45021c7,0x6472c3e0,0xbfff1fff,0xe44f48fb,0x9e52ff8c,0x24064fda,0x3ca01c11,0x6031ff3f,0x5601dffe,0xf37035f8,0x30aa01a0,0xfd1e1501,0x1f460880,0x37f8e0db,0xfafffdd4,0xfe9e143f,0xe5300ff1,0xf43021c7,0x2472c3a0,0xccfefffc,0xe43f48fb,0x9e52ff8c,0x23061fda,0x3c701c11,0x9032ff3f,0x5301dffe,0xf3403ef8,0x40ac0230,0xfcfe1501,0x3f450850,0x38f980df,0xfad004d5,0xce98144f,0xe7300fec,0xf2e027c7,0x5472c3d0,0xdffeeffc,0xe43f49fb,0xae54ff6c,0x2305efdc,0x3c501d11,0xe033ff2f,0x4e01efff,0xf32044f8,0x50ae0290,0xfcee1801,0x4f450800,0x37faa0e4,0xfaf021d7,0x6e83145f,0xe72fffe2,0xef3033c7,0xf472c470,0xfcfeeffe,0xe46f4dfb,0xae59ff3c,0x2405bfdf,0x3c501f12,0x6034ff1f,0x47020fff,0xf31048f8,0x60b102b0,0xfcee1b01,0x4f4607e0,0x38fbf0ea,0xfb3047d9,0xbe69145f,0xe62fefd2,0xea8044c8,0x9472c521,0x13fe9006,0xe48f4ffb,0xae5aff1c,0x27059fe2,0x3c602012,0xb035ff0f,0x40021fff,0xf3104af8,0x70b402c0,0xfd0e1801,0x2f4b0800,0x3bfd90f4,0xfb7078dd,0x0e50146f,0xe52fcfb5,0xe4b060c9,0x2472c5a1,0x1ffd7022,0xe49f4cfb,0x6e56ff1c,0x2905bfe5,0x3c701f12,0xa035ff0f,0x3b022000,0xf3204af8,0x70b602e0,0xfd3e1400,0xff510840,0x40ff50ff,0xfbd0b3e1,0x3e35146f,0xe52fbf8c,0xde5084c9,0xa472c621,0x23fc1045,0xe4af47fb,0x2e4eff2c,0x2c060fe9,0x3c901f12,0x7035feff,0x39022000,0xf3504af8,0x70b602f0,0xfd7e1100,0xdf550890,0x4200d106,0xfc40f5e5,0x8e18145f,0xe32faf5d,0xd940afc9,0xf472c671,0x15fbb050,0xe49f46fa,0xfe48ff0c,0x2e061fec,0x3cb01f12,0x5034ff0f,0x3a022001,0xf3604af8,0x60b50300,0xfdde0e00,0xbf5a08f0,0x42022109,0xfcb140ea,0x2df9144f,0xe12fbf1d,0xd490e8ca,0x3472c6b0,0xe6fc104e,0xe47f47fa,0xee45fecc,0x30061ff0,0x3cc01e12,0x4034ff0f,0x3e021001,0xf3704df8,0x40b30300,0xfe4e0b00,0x8f5e0950,0x4302d10d,0xfd1184ee,0xddd7144f,0xde2fbefb,0xd27106ca,0x6472c6e0,0xc2fcc040,0xe47f49fa,0xce40fe8c,0x32061ff3,0x3cd01e12,0x2034ff1f,0x45020001,0xf3704ef8,0x10b00310,0xff0e0600,0x0f6209c0,0x4802c114,0xfd51b8f3,0xadac147f,0xdc2faf16,0xd450eeca,0x7472c6f0,0xc2fda002,0xe4df4dfa,0x6e36fe3c,0x38063ff8,0x3d201d11,0xe033ff2f,0x4b01f002,0xf3804ef7,0xf0ae0340,0xffce01ff,0x8f670a30,0x4e02011b,0xfd61e5f8,0x4d7d14bf,0xdb2f7f4f,0xd8c0bcca,0x7472c6f0,0xc8fe9fb2,0xe55f50f9,0xee2dfdfc,0x3f065ffc,0x3d801d11,0x9032ff3f,0x5301e002,0xf3a04ef7,0xd0ab0380,0x002e02ff,0x6f6e0a70,0x4d00611b,0xfd020efb,0xcd4d14cf,0xd92f6f84,0xdef08cca,0x6472c6e0,0xb3fe8fa4,0xe54f50f9,0xee2dfdcc,0x3d062ffe,0x3d801c11,0x4031ff4f,0x5b01c003,0xf3c051f7,0xb0a803c0,0x000e08ff,0xcf770a90,0x46fcf115,0xfc1233fe,0x7d19148f,0xd82f5fc0,0xe98056ca,0x3472c6b0,0x6bfd5fbe,0xe4cf4cfa,0x4e37fdbc,0x34059ffc,0x3d201a10,0xd02fff5f,0x6301b003,0xf3f056f7,0x90a603e0,0x001e0f00,0x0f7a0ab0,0x3ffa110d,0xfb525500,0xdcf0146f,0xd62f5fea,0xf3602bc9,0xd472c650,0x07fc8fce,0xe44f49fa,0xae40fd7c,0x2d04fffa,0x3ce01910,0x602eff6f,0x6d019004,0xf4005af7,0x60a30420,0x00fe13ff,0xcf6f0b10,0x3cf8c105,0xfb027903,0x0cd4147f,0xd22f3ff9,0xfb2010c8,0xd472c56f,0x54fd2fb3,0xe41f4afa,0xbe42fcfc,0x2d043ffc,0x3d001810,0x002dff7f,0x7d016004,0xf4005bf7,0x109c04a0,0x021e18ff,0x4f5d0b80,0x3af7f0fe,0xfae29804,0xfcc114af,0xce2f1fff,0x013ffdc7,0xb472c43e,0x94fe1f84,0xe40f4cfa,0xae43fc5c,0x31036fff,0x3d40170f,0xa02cff9f,0x8e013004,0xf3e05af6,0xd0950520,0x02ae1eff,0x0f4e0bd0,0x39f770f9,0xfab29f06,0xfcc314df,0xc92ef002,0x02bff5c7,0x0471c39e,0x6ffdcf67,0xe3ef4bfa,0xde49fc1c,0x32031ffd,0x3d70170f,0x802bffaf,0x96012005,0xf3c05ff6,0xa0930520,0x02ce27fe,0xcf3e0be0,0x39f760f7,0xfa729609,0x2cdb152f,0xc22ee002,0x024ff6c6,0xc471c35e,0x84fbef53,0xe3cf47fb,0x2e57fc0c,0x31033ff7,0x3db0170f,0xa02cffaf,0x99011005,0xf3a068f6,0xb09404b0,0x02ae2efe,0xbf330c00,0x3af750f6,0xfa42890a,0x7cf5157f,0xbe2ec000,0x017ffbc6,0xa471c33e,0x9afa5f48,0xe39f44fb,0x6e5ffc2c,0x31037ff2,0x3dd0180f,0xe02cff9f,0x95012005,0xf3806ff6,0xc0980430,0x024e2cfe,0xcf2f0c70,0x3df730f9,0xfa527b0a,0x9d0915bf,0xc12ea000,0x005ffec6,0x7471c30e,0xa6f9df47,0xe37f43fb,0x4e58fc5c,0x3203cff4,0x3db01910,0x802eff8f,0x85015005,0xf3506ef6,0xf09e03e0,0x01be29fe,0xff2f0cf0,0x40f700fd,0xfa826b0a,0x1d1a15ff,0xc72e9fff,0xfee003c6,0x5471c2ee,0xadf9cf4f,0xe35f44fb,0x0e4dfcac,0x33041ff6,0x3d601b11,0x4031ff6f,0x6e019005,0xf3306af7,0x30a60390,0x00ee30ff,0x3f300cf0,0x43f6b0fa,0xfab25e09,0x2d2115ff,0xc82e9ffe,0xfdc007c6,0xa471c33e,0xabfaaf67,0xe34f43fb,0x1e4ffd1c,0x32042ff2,0x3d301d11,0xf033ff4f,0x5b01c005,0xf2f069f7,0x60ac0330,0xffbe40ff,0x6f320c50,0x47f630f0,0xfaf25307,0x6d1f15cf,0xc62ebffd,0xfce00ac7,0x7471c40e,0x9cfcef9e,0xe35f41fb,0x4e5dfdcc,0x3103efe8,0x3d001f12,0xa035ff2f,0x4a01f005,0xf2b06bf7,0x90b202b0,0xfeae4eff,0xaf330bc0,0x4af590e7,0xfb224605,0x8d1d159f,0xc42edffb,0xfba00ec7,0xe471c46e,0x96febfcd,0xe35f40fb,0x7e69fe6c,0x2f03dfde,0x3ce02113,0x2037ff0f,0x3d021005,0xf2806cf7,0xc0b70220,0xfe0e55ff,0xdf310b60,0x4df4b0e5,0xfb222f03,0xdd1e159f,0xc62f0ff7,0xf97015c7,0x2472c3be,0xb0ff4fe8,0xe34f41fb,0x7e6afeec,0x2e045fd7,0x3ce02213,0x7038feff,0x35023005,0xf2506af7,0xe0bb0140,0xfd9e5800,0x0f2d0b30,0x50f3b0e5,0xfaf21202,0x1d2115af,0xc92f3ff2,0xf6a01fc6,0x0472c28e,0xe1ff6ffa,0xe32f43fb,0x7e69ff3c,0x2d04ffd1,0x3ce02213,0x9038feff,0x32023005,0xf23067f7,0xf0be0060,0xfd3e5900,0x4f2b0b30,0x52f2d0e2,0xfad1f300,0x6d2415af,0xcd2f5fea,0xf3902ac5,0x6472c1ff,0x15ff1ff6,0xe32f45fb,0x6e67ff7c,0x2a053fcf,0x3cb02213,0xa039feef,0x2f024005,0xf21067f7,0xf0c00010,0xfcee5600,0x9f2c0b60,0x53f200dd,0xfa81cefe,0xbd26158f,0xd32f5fe0,0xf02036c5,0x3472c1cf,0x56fe2fd9,0xe34f46fb,0x6e65ff8c,0x25052fce,0x3c502213,0xa038feef,0x2f024005,0xf2106bf7,0xe0c00050,0xfcce5500,0xdf2d0b80,0x54f150d8,0xfa51b0fd,0x3d29157f,0xd92f5fd4,0xec9044c5,0x1472c19f,0x8ffd5fc4,0xe36f46fb,0x6e64ff7c,0x2004ffcf,0x3c102213,0xa038feef,0x30024006,0xf1f06ff7,0xe0bf00a0,0xfcee5800,0xef2e0b50,0x54f0c0d7,0xfa319efc,0x2d2d155f,0xe02f6fc3,0xe8c054c4,0x8472c11f,0xb8fd2fca,0xe38f45fb,0x4e68ff2c,0x1f04afd1,0x3bf02213,0xb038feff,0x33023005,0xf1d072f7,0xe0c000e0,0xfd3e5e00,0xdf2f0b00,0x54f060d8,0xfa3191fb,0x4d32154f,0xe72f6faf,0xe4f067c4,0x0472c0af,0xd8fd2fd8,0xe39f43fb,0x1e6efebc,0x1e044fd4,0x3c002313,0xb039feff,0x37022005,0xf1a074f7,0xd0c10110,0xfd4e6700,0xef360a90,0x52f080d8,0xfa3189fa,0x6d38150f,0xed2f5f9a,0xe19079c4,0x3471c0cf,0xf1fd2fe3,0xe3bf41fb,0x0e76fe6c,0x1c03cfd5,0x3bf02213,0xa038ff0f,0x3c022005,0xf19075f7,0xc0c00110,0xfd3e7401,0x0f420a00,0x4ff120d8,0xfa3185f9,0xad3f14bf,0xf12f2f83,0xde708ec5,0x0471c190,0x04fd1fec,0xe3bf40fa,0xfe81fe2c,0x18033fd4,0x3be02113,0x5037ff1f,0x43020006,0xf1a076f7,0xa0bd00d0,0xfd6e7d01,0x1f4c09c0,0x4cf220d8,0xfa4184f9,0x0d46145f,0xf52eef6f,0xdc209fc5,0xb471c240,0x12fd2ff1,0xe3bf3ffa,0xfe86fdbc,0x1702cfd8,0x3be02113,0x2037ff1f,0x4601f006,0xf19076f7,0x80bc00a0,0xfe5e7b00,0xff500a70,0x48f350d9,0xfa8184f8,0x7d4b13df,0xf82ebf5f,0xda80adc5,0x7472c1f0,0x19fd6fef,0xe3df3ffb,0x1e80fcac,0x1902bfe9,0x3be02113,0x3037ff1f,0x44020006,0xf17074f7,0x90be00d0,0xff7e7600,0xcf530b60,0x44f4d0db,0xfac187f7,0xfd4e135f,0xfa2e8f54,0xd970b6c5,0x0472c180,0x1cfdbfe9,0xe40f40fb,0x4e74fb5c,0x1f02b000,0x3bf02213,0x7037ff0f,0x3d021005,0xf14071f7,0xb0c30140,0xffce7900,0xaf610b90,0x44f6b0e4,0xfb0188f7,0xdd4e133f,0xfd2e3f54,0xd960b7c5,0x7472c1f0,0x1ffdcfe2,0xe42f42fb,0x4e6cfa9c,0x25023010,0x3bd02314,0x0039feef,0x2e024005,0xf1206bf7,0xd0c701c0,0xff7e8300,0x9f7d0b00,0x49f8e0f6,0xfb1187f7,0xfd4a1350,0x022dcf5e,0xda60aec6,0xb472c340,0x21fdafda,0xe45f44fb,0x3e66fa4c,0x2c01101a,0x3b802715,0x003dfeaf,0x13029005,0xf12061f8,0x10cd0290,0xff3e9000,0x8f960a80,0x4cfb7106,0xfb6189f8,0x4d441370,0x032d8f6c,0xdbd0a2c7,0xf472c470,0x1ffdafd6,0xe47f46fb,0x1e63f9fc,0x32fff022,0x3b402915,0xc040fe8f,0x0102c005,0xf12057f8,0x20d00320,0xff9e9f00,0x5fa00a50,0x4aff110f,0xfc3195f8,0xdd3b134f,0xfc2d8f7e,0xdde092c8,0x9472c510,0x18fe0fda,0xe4af46fa,0xee67f96c,0x34fee025,0x3b402a15,0xd040fe8f,0x0502c006,0xf14050f7,0xe0cb0330,0x001eae00,0x2fa70a40,0x4702f115,0xfd21a5f9,0x9d3112ff,0xf32daf92,0xe09080c9,0x0472c590,0x0bfe8fe3,0xe4cf47fa,0xce6ef8cc,0x35fdf027,0x3b602915,0x903ffeaf,0x1002a007,0xf1704bf7,0x80c302f0,0x009eb6ff,0xffb40aa0,0x4505611a,0xfd81b0fa,0x4d2712af,0xef2dafa7,0xe3b06ec9,0xe472c67f,0xf0ff1fe9,0xe4df47fa,0xde6ff81c,0x37fdd02e,0x3b802915,0xa03ffeaf,0x12029007,0xf1a047f7,0x50c002b0,0x012eb7ff,0xbfc80b60,0x4506d11e,0xfd61b9fb,0x0d1c124f,0xf02d8fbc,0xe7b05bcb,0x3472c7cf,0xbeffcfec,0xe4cf48fb,0x2e6af75c,0x3dfe803b,0x3bb02a15,0xe040fe9f,0x0b02a008,0xf1d044f7,0x50c10250,0x017ebaff,0x9fdf0bf0,0x44084123,0xfd61c4fb,0xcd1211ff,0xf32d7fce,0xeb604acc,0x3473c8bf,0x87003ff4,0xe4cf47fb,0x7e6af6cc,0x3ffed045,0x3bc02a16,0x0040fe8f,0x0502c009,0xf1f042f7,0x50c20210,0x015ec6ff,0xbffc0be0,0x3f0a612e,0xfdd1dbfc,0xbd0911cf,0xf62d8fda,0xee803dcc,0x2473c8af,0x4c003007,0xe52f45fb,0xbe76f6bc,0x38fde047,0x3b602915,0x803ffe8f,0x0202c00a,0xf22045f7,0x30bf0240,0x010ed5ff,0xf01c0ba0,0x3b0c8139,0xfe71f2fd,0xbd00118f,0xfa2d9fe3,0xf12033cb,0xc472c84f,0x1600201d,0xe5af42fb,0xde87f6dc,0x2efc8046,0x3ae02614,0xd03cfe8f,0x0102c00b,0xf26048f7,0x00bc0290,0x016eddff,0xc0350c00,0x3a0de13f,0xfec1f4fe,0xacfa112f,0xfb2d9fe9,0xf2b02ccc,0x1472c89f,0x0b005022,0xe5cf42fb,0x8e8bf66c,0x2dfc304c,0x3b002514,0x403bfe8f,0x0302c00d,0xf2c048f6,0xb0b902b0,0x029ee0ff,0x30490d30,0x3d0ea140,0xfed1dfff,0x9cf7107f,0xf92d8feb,0xf3b029cc,0xe473c96f,0x1900f016,0xe58f43fa,0xbe85f56c,0x35fcb05b,0x3bb02313,0xe039fe9f,0x0a02a00f,0xf35045f6,0x70b70260,0x038ee5fe,0xc0600e20,0x400f613e,0xfed1cc00,0x8cf50fcf,0xf62d8fec,0xf41028ce,0x2474caaf,0x2601400b,0xe56f43f9,0xfe80f47c,0x3cfd0068,0x3c302213,0xb038feaf,0x0d02a011,0xf3d040f6,0x40b70230,0x039ef0fe,0xb0810e60,0x4210513c,0xfec1c501,0x9cf50f4f,0xf62d7fea,0xf3802ad0,0x6475ccdf,0x2400b007,0xe5af41f9,0x8e7cf3dc,0x3efc7070,0x3bf02414,0x003afe8f,0x0402c013,0xf43037f6,0x40ba0290,0x036efffe,0xc0a60e60,0x44114139,0xfeb1c102,0x9cf50ebf,0xf62d8fe7,0xf2702ed2,0xb477cf2f,0x21ffd006,0xe5ef3ef9,0x5e7cf36c,0x3dfb8075,0x3b902514,0x803cfe6e,0xf702e015,0xf4802df6,0x40be0320,0x036f0efe,0x90c60e70,0x4b11d135,0xfeb1bd02,0xdcef0dff,0xf62d9fe6,0xf1f030d3,0x3477cfbf,0x27ff4006,0xe61f3bf9,0xbe83f32c,0x3cfaa074,0x3ba02414,0x203afe6e,0xfa02d017,0xf50029f5,0xf0bb0350,0x03af1ffe,0x10e50e70,0x58120132,0xfeb1b902,0x5ce20d1f,0xf62ddfe6,0xf2002fd1,0xf476ce6f,0x38fed008,0xe62f38fa,0xde95f35c,0x39f9c06a,0x3c302112,0xf036feaf,0x0e02a01a,0xf5a02cf5,0x40b10340,0x041f2efd,0xb0fb0e90,0x6312212e,0xfec1b601,0xecd70c4f,0xf42dffe5,0xf1b031d1,0x4476cdbf,0x4afe8009,0xe61f36fb,0xdea2f32c,0x37f93067,0x3c901e12,0x1033fecf,0x1d02701d,0xf6202df4,0xb0a90330,0x052f39fd,0xa1010f30,0x65123129,0xfef1b802,0x2cd30b9f,0xe92e0fe0,0xf03037d2,0xf477cf7f,0x55fe4006,0xe5df34fc,0x3e9ff1ec,0x38f91079,0x3c701e12,0x1033fecf,0x1c02701e,0xf64025f4,0x80a90340,0x065f42fd,0xc1030fe0,0x66124124,0xff31bb02,0x7cd20b0f,0xdd2dffd9,0xee103fd5,0x5479d1cf,0x5ffe1000,0xe59f33fc,0x5e97f05c,0x39f92091,0x3c201f12,0x8035febf,0x1402801e,0xf6401bf4,0x80ad0350,0x063f4efd,0xe1181010,0x6c12e120,0xff91be02,0x5cd20acf,0xdb2dbfd2,0xec4046d5,0xf47ad26f,0x6ffd7ff7,0xe5df34fc,0x0e9bf00c,0x35f8f093,0x3bc02012,0xf036feaf,0x0d02a01f,0xf64019f4,0x80b10330,0x04bf5dfe,0x31490fc0,0x7914311c,0x0021c101,0xdcd40abf,0xe42d4fca,0xea904dd4,0xf479d16f,0x85fc5fe9,0xe6cf37fb,0x4eabf0dc,0x2cf88080,0x3b602313,0xa039fe8f,0x0502b021,0xf6601df4,0x80b602d0,0x03cf69fe,0x516b0f80,0x8315511b,0x0091bf01,0x5cd50abf,0xed2cffc4,0xe92054d3,0xf478d06f,0x93fbcfe4,0xe78f3bfa,0xaeb7f15c,0x24f82074,0x3b202413,0xe03afe7e,0xff02c023,0xf69020f4,0x80ba0290,0x04df70fe,0x216a0f80,0x8415d121,0x0081ad00,0xfcd10acf,0xf12cffbf,0xe82058d3,0x6477cfef,0x8dfc9ffa,0xe79f3cfa,0xbeb6f09c,0x25f7b084,0x3b302113,0x1037fe8f,0x0002c026,0xf6f01cf4,0x50ba02c0,0x06af74fd,0xd1610fa0,0x82161129,0x00619500,0x9ccb0adf,0xf42d2fbb,0xe7505bd3,0x3477cfbf,0x81fde01a,0xe76f3dfa,0xfeb0ef7c,0x28f7609e,0x3b601d11,0xe033fe9f,0x0502b029,0xf77016f4,0x10b80300,0x078f79fd,0xb1600fd0,0x8316612e,0x00618a00,0x5cce0adf,0xf22d3fb6,0xe64061d4,0x3478d0bf,0x7bfe6025,0xe72f3cfb,0x2eaeeebc,0x29f780a9,0x3b701c11,0x8032fe9f,0x0802a02b,0xf7a014f3,0xf0ba0300,0x07df7efd,0xb1661040,0x8416b12f,0x00918900,0x1cda0acf,0xec2d3fae,0xe4c068d6,0xb47bd32f,0x79fe4020,0xe6cf3afb,0x4eaeee4c,0x29f810ab,0x3b801d11,0xc033fe9f,0x0a02a02c,0xf78015f3,0xf0be02c0,0x07cf83fd,0xc16c1080,0x8616e12e,0x00c186ff,0xece40aef,0xe72d3fa8,0xe3d06dd8,0x147cd48f,0x78fe301b,0xe69f38fb,0x5eb1ee3c,0x27f880a7,0x3b701e12,0x2034fe9f,0x0902a02d,0xf76017f4,0x00c20280,0x070f8bfd,0xf1731040,0x8817012c,0x00c179ff,0xdce50b7f,0xe92d1fa8,0xe3c06dd6,0x547ad2cf,0x7afe801a,0xe6ff3afb,0x2ebbeedc,0x21f8609a,0x3b301f12,0x8035fe8f,0x0402b02d,0xf7201df3,0xe0c50260,0x05ff93fe,0x21790fd0,0x8a16e128,0x00a16bff,0xdce40c3f,0xec2cffaa,0xe4306bd3,0x8477d00f,0x7cfef01a,0xe78f3cfa,0xeec7efcc,0x1af8208b,0x3ad02012,0xd036fe7e,0xfd02c02d,0xf6f023f3,0xd0c60260,0x05cf97fe,0x316f0fd0,0x86164120,0x006167ff,0xcce50cdf,0xe62d1fae,0xe4d068d3,0x0476cf7f,0x75ff7021,0xe77f3bfb,0x0eccf05c,0x15f83087,0x3aa02012,0xb036fe6e,0xf602e02a,0xf6a01af3,0xa0c70260,0x063f97fe,0x21521040,0x7b14e114,0xfff16bff,0xbce70d4f,0xd42d8fb3,0xe5c063d4,0x9478d10f,0x65001030,0xe6bf36fb,0x6ecaf07c,0x14f8908f,0x3aa01e12,0x1034fe5e,0xee02f029,0xf6700ff3,0x50c60270,0x067f96fe,0x113310c0,0x70136104,0xff9175ff,0x9ceb0dcf,0xc22dffb9,0xe6c05ed5,0xc47ad23f,0x58005039,0xe63f34fb,0xdec9f0bc,0x12f93092,0x3aa01d11,0xc033fe4e,0xe8030026,0xf61006f3,0x20c50260,0x05ef96fe,0x211c1110,0x6611f0ec,0xff3187ff,0x4cf50e4f,0xb52e3fbc,0xe7605bd5,0x6479d1df,0x57ffc02d,0xe68f3bfb,0xfecff13c,0x12fa1085,0x3ac02012,0xa035fe4e,0xe7031022,0xf55004f2,0xf0c701f0,0x04ff94fe,0x31071160,0x5d1080cf,0xfed19efe,0xfd000ebf,0xaa2e6fbf,0xe7f058d4,0x4478d0cf,0x5afef01c,0xe70f47fc,0x1ed5f1ec,0x11fb2070,0x3ad02313,0xf039fe4e,0xe703101d,0xf46006f2,0xe0c90180,0x03ef8afe,0x50f21200,0x540f70b2,0xfe51acfe,0xad030f2f,0x9e2e8fc3,0xe8d054d3,0x1477cf8f,0x5ffe8016,0xe72f4cfc,0x5ed7f31c,0x0efc205c,0x3ab02514,0x703bfe3e,0xe3031019,0xf39008f2,0xc0ca01b0,0x027f76fe,0x80e01310,0x4c0ea093,0xfdb1b4fe,0x6d000f7f,0x922e9fc8,0xe9f04fd1,0x8475ce0f,0x69fe501a,0xe6ff4dfc,0xbed4f50c,0x09fd4047,0x3a402514,0x603bfe1e,0xdb033016,0xf2e00ef2,0x90cb0270,0x017f62fe,0xa0cb13a0,0x430da080,0xfd21b5fe,0x1cfa100f,0x8b2e8fce,0xeb404ad0,0x2474ccaf,0x6cfe6021,0xe69f4bfd,0x3ecff69c,0x05fe4039,0x3a002514,0x503bfe0e,0xd2035013,0xf28013f2,0xa0c70250,0x015f51fe,0x70ac1330,0x360c0080,0xfcb1a6fd,0xacf110ef,0x8e2e5fd5,0xed0042cf,0x3474cbbf,0x61fed02c,0xe62f48fd,0xcec9f71c,0x08ff103a,0x3a202614,0x903cfdee,0xc9037010,0xf24015f2,0xc0c401f0,0x017f41fe,0x208a1250,0x280a2087,0xfc6193fd,0x2ce711ef,0x952e2fdc,0xeee03bce,0xa474cb2f,0x4cff6039,0xe5bf43fe,0x6ec2f75c,0x0effd040,0x3a602714,0xf03dfdce,0xbf03900e,0xf20015f2,0xd0c00190,0x011f31fe,0x00711190,0x1f08c089,0xfbe191fc,0xbce1129f,0x972defe1,0xf03036cf,0x0474cb7f,0x34ff503a,0xe58f3dfe,0xeebdf82c,0x1000603d,0x3a602715,0x003dfdae,0xb503a00c,0xf1d018f2,0xe0ba0180,0x001f21fe,0x006110f0,0x1907c088,0xfb419cfc,0x5cdf131f,0x942dafe4,0xf13032d0,0x7475ccef,0x13fea030,0xe5bf35ff,0x6ebaf9ac,0x0e00d02f,0x3a302714,0xe03dfd9e,0xad03c00b,0xf1c01df2,0xd0b401b0,0xff4f12fe,0x004e1040,0x1406d088,0xfad1acfc,0x1cdd138f,0x912d7fe6,0xf1d030d1,0x1475cd9f,0x00fe102b,0xe5ef31ff,0x6eb7faec,0x0c012026,0x39f02614,0xb03cfd6e,0xa303f009,0xf1c022f2,0xc0ad0210,0xff4f04fd,0xe02e0f70,0x0e05d089,0xfab1c1fc,0x2cda13ff,0x8f2d6fe6,0xf1e02fcf,0x7474cbff,0x0dfe3040,0xe5cf39fe,0x2eb3fb8c,0x0d01502c,0x39c02514,0x603bfd3e,0x94042008,0xf1d024f2,0xa0a50290,0xff6ef8fd,0xc00a0eb0,0x0904f08c,0xfab1d6fc,0x4cd6146f,0x8d2d5fe6,0xf1b030cd,0x0473c98f,0x28fea05c,0xe59f44fc,0x8eaffbfc,0x0e016037,0x39902414,0x003afd0e,0x84045008,0xf1f025f2,0x909c0320,0xff3eebfd,0xbff00de0,0x0504609a,0xfa81dffc,0x3cd514bf,0x8c2d4fe6,0xf1c030cc,0x1472c89f,0x41fef057,0xe55f46fb,0xeeabfcac,0x0f017036,0x39702313,0xf039fcee,0x7c047007,0xf20024f2,0xa0980370,0xfe9eddfd,0xcfde0d10,0x040440b5,0xfa11ddfb,0xecd5150f,0x8c2d2fe7,0xf2002fcc,0x7472c90f,0x5cff302d,0xe4ff3ffb,0xfea5fd7c,0x1001702c,0x39602414,0x203afcee,0x7b047006,0xf21022f2,0xf0960390,0xfdeecffd,0xdfd00c50,0x0403c0c7,0xf9c1d8fb,0xbcd5154f,0x8e2d1fe7,0xf2002fcc,0xc472c95f,0x6eff600d,0xe4af3afc,0x3e9ffe5c,0x1001b01f,0x39602514,0x503bfcee,0x7c047005,0xf21021f3,0x50970380,0xfd0ec0fd,0xefca0bd0,0x0601f0be,0xf9b1d2fb,0xbcd5155f,0x922d0fe4,0xf14031cc,0x7472c8ff,0x73ff700a,0xe48f3ffc,0x8e9aff6c,0x10026011,0x39802514,0x803cfcee,0x7f046004,0xf1c024f3,0xc09a0330,0xfc3eb0fe,0x0fc50b60,0x08ff80ad,0xf9b1cafb,0xecd6156f,0x972cffe1,0xf05035cb,0xc472c85f,0x70ff7010,0xe49f47fc,0xce94006c,0x10033003,0x39a02614,0xb03cfcfe,0x84045003,0xf16027f4,0x409f02c0,0xfc4ea1fe,0x0fb60b30,0x08fde0a9,0xf991c6fc,0x0cd4155f,0x992d2fe0,0xf01036ca,0xd472c76f,0x69ff3014,0xe49f4bfc,0x8e8b00bc,0x1103c000,0x39f02614,0x803cfd2e,0x8d043002,0xf16027f4,0xb0a20250,0xfd3e90fd,0xef9b0b20,0x07fcf0af,0xf961c3fc,0x2cd0152f,0x9a2d9fe1,0xf06035c9,0x7472c5ff,0x5bfea018,0xe4bf4cfb,0xbe80005c,0x12041006,0x3a502413,0xf03afd5e,0x9d040002,0xf1c023f5,0x10a30200,0xfe0e82fd,0xcf870b10,0x06fbf0b7,0xf921c3fc,0x5ccc150f,0x9b2dffe2,0xf09034c8,0x8471c50f,0x49fe301f,0xe4cf4dfb,0x1e74ffdc,0x1504500c,0x3aa02313,0xa039fd8e,0xab03d002,0xf2001ef5,0x70a601a0,0xfe4e78fd,0xaf860ab0,0x09faa0bc,0xf8e1c7fc,0xccc9150f,0xa22dffe0,0xeff037c8,0xc471c54f,0x2cfe3032,0xe4bf51fb,0x2e69ff7c,0x1c04800e,0x3af02414,0x303afd9e,0xb103c001,0xf1f018f5,0xf0aa0150,0xfe5e71fd,0x9f8c0a30,0x0ef950c1,0xf8a1cefd,0x4cc6151f,0xab2defdd,0xef203ac9,0x6472c5ff,0x10fe5046,0xe4bf55fb,0x4e60ff0c,0x2304a00d,0x3b302714,0xf03dfdae,0xb603b000,0xf1c012f6,0x70b000f0,0xfe5e6efd,0xaf8f09c0,0x0ef8f0c6,0xf891d2fd,0xacc4151f,0xaf2defdc,0xeed03bc9,0x3472c5bf,0x11fe3048,0xe50f59fa,0x5e5ffecc,0x2604600b,0x3b502815,0x403efdce,0xbf039000,0xf1b00ef6,0xd0b50090,0xfe5e70fd,0xef910950,0x0af950cb,0xf8b1d4fd,0xecc4151f,0xb02e0fdc,0xeee03bc8,0x2471c4bf,0x33fde038,0xe5af5ef7,0xde65fe8c,0x2403b006,0x3b502815,0x303efdfe,0xce036000,0xf1900ef7,0x30b90050,0xfe5e71fe,0x2f960910,0x07f9e0d1,0xf8e1d6fe,0x1cc1150f,0xae2e1fde,0xef4039c7,0x7471c40f,0x4ffda028,0xe62f61f6,0x0e6afe5c,0x21033001,0x3b402715,0x003efe2e,0xdd033000,0xf1900cf7,0x60ba0020,0xfe5e70fe,0x4f9f0900,0x07fa60d8,0xf921d9fe,0x5cba14df,0xa82e2fe1,0xf04036c7,0x8471c41f,0x55fd901f,0xe64f61f5,0xce68fe5c,0x21031ffc,0x3b502614,0xa03cfe4e,0xee030fff,0xf1b005f7,0x70b7ffe0,0xfe7e6efe,0x5faa0930,0x09fae0e1,0xf971dcfe,0x8cb114af,0xa12e3fe5,0xf18031c8,0x2471c4af,0x53fd9018,0xe62f5ef6,0x3e62fe6c,0x21032ff9,0x3b602414,0x203afe7e,0xff02dfff,0xf1fffcf7,0x50b1ffa0,0xfede69fe,0x5fb50980,0x0bfb40eb,0xf9a1e3fe,0xecae149f,0x9b2e1fe7,0xf2402ec9,0xa472c62f,0x52fd4012,0xe5ef56f7,0x6e5bfe0c,0x24033ffa,0x3b802414,0x003afeaf,0x0d02afff,0xf23ff2f7,0x60adff70,0xff7e63fe,0x4fc009f0,0x0dfb80f6,0xf991ecff,0x5cae14cf,0x972defe8,0xf2b02dcc,0x5473c8df,0x4efca00d,0xe58f49fa,0x0e51fd2c,0x2a032002,0x3bb02414,0x203afebf,0x1a027fff,0xf25fe6f7,0x70abff60,0x000e5dfe,0x4fcb0a50,0x0efbe100,0xf9b1f6ff,0xacaf14ff,0x952dbfe9,0xf3102bce,0x0473ca8f,0x4afc4007,0xe53f3ffc,0x0e47fc6c,0x2e03200a,0x3bd02414,0x303bfedf,0x24025ffe,0xf29fdcf7,0x80a9ff50,0x004e56fe,0x8fd80ab0,0x0dfcb107,0xfa11feff,0xdcad14ff,0x952dafeb,0xf3902acd,0x3473c9bf,0x48fc7fff,0xe54f3ffc,0x6e3efbfc,0x2e032010,0x3bb02414,0x103afeef,0x2d024ffe,0xf2efd5f7,0x90a8ff40,0x007e50fe,0xdfe50b00,0x0cfdc10c,0xfa9205ff,0xecab150f,0x952dbfec,0xf3f028cb,0x7472c7ff,0x44fceff4,0xe56f42fc,0x3e37fb8c,0x2c033015,0x3b802313,0xd039feff,0x34023ffd,0xf33fcff7,0xa0a5ff50,0x010e4cfe,0xdfe90b10,0x0cfee10e,0xfb5206ff,0xbcad152f,0x932dcfed,0xf44027ca,0xe472c76f,0x39fcefe6,0xe55f43fc,0x2e34faec,0x2c03001b,0x3b802313,0xb039ff1f,0x40021ffc,0xf37fccf7,0xa0a1ff50,0x020e4afe,0xafe20ae0,0x0e00210e,0xfc4202ff,0x5cb0156f,0x8c2ddfee,0xf47026cb,0x3472c7cf,0x26fc6fd2,0xe50f42fc,0x0e37fa0c,0x2e029023,0x3bb02213,0x8038ff3f,0x5001effb,0xf3bfcaf7,0x909aff60,0x02ae46fe,0x8fde0ad0,0x1101a10d,0xfd61f6fe,0x9cb9159f,0x872ddfec,0xf41027cb,0xd472c85f,0x18fc1fc5,0xe4df41fb,0xee37f96c,0x30026027,0x3be02213,0x6037ff4f,0x5e01bffb,0xf3dfcaf7,0x8093ff70,0x027e3bfe,0x8fe50b20,0x1303d10d,0xfec1d9fd,0x2ccc15df,0x862dbfe6,0xf2202fcc,0xb473c93f,0x1bfc4fc4,0xe4ff42fb,0xfe33f9ac,0x3002f023,0x3bf02113,0x5037ff5f,0x6601affa,0xf40fcbf7,0x9091ff60,0x01ee2efe,0xafef0b90,0x1506510c,0x0031adfb,0x2ce615ff,0x862dafdd,0xeee03acd,0x9473ca1f,0x23fcdfca,0xe53f42fc,0x1e2cfa2c,0x3003d01a,0x3c002113,0x5037ff6f,0x6b019ff9,0xf41fccf7,0xb090ff40,0x019e25fe,0x9ff30bf0,0x1608c108,0x017177f8,0xdd0215df,0x882dafce,0xeb2049cd,0x9473ca1f,0x1bfd5fcd,0xe56f42fc,0x3e29fa8c,0x32041016,0x3c102113,0x5037ff6f,0x6b019ff9,0xf43fcaf7,0xe090ff50,0x017e21fe,0x7ff10c30,0x180b30ff,0x02b130f6,0x2d21156f,0x8c2defb7,0xe6505fcc,0xb472c93f,0x03fe0fd1,0xe57f40fc,0x4e28facc,0x3503e016,0x3c302113,0x5037ff5f,0x6601aff8,0xf44fc6f8,0x1092ff80,0x016e1cfe,0x5fed0c40,0x1a0d60fa,0x0390e2f3,0x2d40151f,0x902dffa3,0xe29071cc,0x1472c89e,0xe2febfd7,0xe57f3efc,0x5e27fafc,0x3803b016,0x3c502113,0x5037ff4f,0x6001bff7,0xf45fc2f8,0x4093ffc0,0x015e15fe,0x3fe70c10,0x1f0f8101,0x03e090ef,0x9d5f152f,0x932ddf96,0xe0707dcc,0x7472c90e,0xb6ff4fe1,0xe54f3dfc,0x6e24fb4c,0x3a03b018,0x3c602113,0x4037ff4f,0x5a01cff7,0xf45fc0f8,0x5091fff0,0x013e0dfe,0x2fdf0ba0,0x2411610d,0x04003beb,0xbd7f154f,0x962d9f8e,0xdf2083cd,0x3473c9be,0x82fffff0,0xe50f3bfc,0x7e20fbac,0x3c03d01b,0x3c702113,0x2036ff3f,0x5301dff6,0xf44fbef8,0x70900020,0x010e08fe,0x2fd70b30,0x25127114,0x040febe7,0xada8155f,0x992d9f92,0xdf707fcd,0x5473c9de,0x4f01d00b,0xe4ff39fc,0x6e20fbdc,0x3d03c01b,0x3c802113,0x5037ff2f,0x4d01eff6,0xf42fbef8,0xa0910040,0x00be06fe,0x4fcf0aa0,0x2012f116,0x03ffa1e3,0x0ddd153f,0x9d2ddfa6,0xe1f06ecd,0x0473c98e,0x1805c03e,0xe51f37fc,0x3e25fbfc,0x3e03a019,0x3c702213,0xb038ff2f,0x4801fff6,0xf3efc0f8,0xe0950050,0x007e01fe,0x5fc80a10,0x1e130118,0x03df59e0,0x5e0e153f,0xa22e1faf,0xe37066cc,0xd473c95d,0xf208105a,0xe52f37fc,0x0e27fc1c,0x3f03a017,0x3c802314,0x1039ff1f,0x43020ff6,0xf3bfc2f9,0x10990060,0x006df5fe,0x2fc409a0,0x2012111c,0x036f10e0,0x1e36159f,0xaa2e0f9a,0xe05078cd,0x1473c99d,0xdf06a03b,0xe51f3bfb,0xbe1ffc7c,0x42042016,0x3cb02414,0x203aff1f,0x40020ff6,0xf3afc0f9,0x409a0040,0x007de5fd,0xffc20930,0x2410f120,0x030ecce0,0x8e58161f,0xb32def6c,0xda40a1cd,0x9473ca1d,0xd7035000,0xe4ff41fb,0x6e13fcdc,0x4504e018,0x3ce02414,0x203aff0f,0x3c021ff5,0xf3afbff9,0x609a0020,0x008dd1fd,0xafc20920,0x2a10f124,0x036e9ee1,0x5e6d164f,0xba2def15,0xd480f0cd,0xb473ca3d,0xe7feffd2,0xe4ef44fb,0x5e0bfd2c,0x4805a01b,0x3d102514,0x603bfeff,0x35023ff5,0xf38fc5f9,0x909c0050,0x009db8fd,0x5fc40960,0x31121129,0x047e7fe2,0xbe79164f,0xbe2dee5b,0xce019fcd,0xa473ca2e,0x26f82fa9,0xe50f44fb,0x8e06fd4c,0x4b068021,0x3d402614,0xf03cfeef,0x29025ff6,0xf33fd5f9,0xc09e00e0,0x009da1fd,0x1fc70990,0x3713912d,0x05de65e3,0xfe82163f,0xc12dfddf,0xca2213cd,0x4473c9ce,0x5ff2ff83,0xe50f43fb,0xbe01fd7c,0x4d073026,0x3d502815,0x803efecf,0x1f027ff6,0xf2ffe2f9,0xf0a00170,0x008d8ffc,0xefc80980,0x3e15712c,0x077e4ce4,0xde8a161f,0xc42e2dcc,0xc96226cc,0x4473c8be,0x80f09f53,0xe4cf45fc,0x2df8fdac,0x50079028,0x3d702a16,0x0040febf,0x18028ff7,0xf2cfe6fa,0x10a00200,0x006d80fc,0xbfc90950,0x44175129,0x090e38e5,0x7e9215ff,0xc62e4dc8,0xc9822acb,0x0472c78e,0x97ef4f2b,0xe48f46fc,0x9df0fdec,0x5307d029,0x3d702c16,0x7042feaf,0x13029ff7,0xf2afe6fa,0x309f0280,0x002d75fc,0xbfc90900,0x4717e129,0x09ce30e5,0x9ea115ff,0xc72e5df3,0xcb3201ca,0x7472c6fe,0x93efcf34,0xe49f45fc,0x7decfe1c,0x5307e02a,0x3d502c16,0xb042feaf,0x0e02aff7,0xf29fe8fa,0x409e02e0,0xffed6ffc,0xefc90890,0x4717712c,0x09ee32e5,0x3eb9160f,0xc62e5ea9,0xd08155ca,0x8472c6fe,0x72f35f81,0xe4ff41fb,0xcdedfe4c,0x4f07d02c,0x3d102c16,0xa042fe9f,0x0b02aff6,0xf29feafa,0x609c0320,0xffad6bfd,0x1fc80810,0x4716a12f,0x09ce36e4,0xcecf162f,0xc52e4f36,0xd580d0ca,0x9472c71e,0x44f8bfce,0xe53f3efb,0x5deffe6c,0x4c07c02c,0x3ce02c16,0x8042fe9f,0x0802bff6,0xf2afebfa,0x709a0330,0xff9d68fd,0x1fc30780,0x49158132,0x096e39e4,0x5ee0167f,0xc82e1f60,0xd8d0aaca,0x4472c6cd,0xf5047004,0xe52f40fb,0x8deffe8c,0x4a08002d,0x3cf02b16,0x5041fe9f,0x0702bff5,0xf2bfe8fa,0x909a02f0,0xff9d65fd,0x0fbe0700,0x4a143135,0x08ee3be3,0xfeec16df,0xcb2ddf77,0xdb3096c9,0xf472c68d,0xa211e02d,0xe50f43fc,0x0deffeac,0x4908502d,0x3d102a16,0x0040fe9f,0x0802bff4,0xf2dfe3fa,0xb09a0280,0xff9d5ffc,0xffbe06d0,0x4a13c136,0x08ce3ee4,0x5eea16ef,0xce2dbf6e,0xdaa09fca,0x4472c6dd,0x9113d034,0xe4ef45fc,0x3deffecc,0x4708b02d,0x3d202915,0xb03ffe9f,0x0a02aff3,0xf2efe2fa,0xd0990230,0xff8d55fc,0xefc10710,0x4a13e136,0x08fe43e5,0x8ed716cf,0xd22daf33,0xd5c0d4cb,0x2472c7ad,0xa2101026,0xe4df46fc,0x4dedfefc,0x4409202d,0x3d402815,0x603efeaf,0x0d02aff4,0xf2efeffa,0xc0960240,0xff9d4bfc,0xdfc40740,0x4b146135,0x095e45e6,0xbec6168f,0xd22daef1,0xd1510fcc,0x4473c8cd,0xc00aa00d,0xe4df46fc,0x4debff0c,0x4209702e,0x3d602715,0x103dfeaf,0x11029ff4,0xf2dffbfa,0xa0930270,0xffed43fc,0x9fc50760,0x4b159131,0x09ce42e7,0xbebd162f,0xce2dbeb5,0xcef148ce,0x1474ca9d,0xfc00ffe1,0xe4ff43fc,0x2de7feec,0x4209b032,0x3d702715,0x003dfebf,0x15028ff5,0xf2c004fa,0x909002f0,0x004d3bfc,0x6fc50780,0x4c17112d,0x0a4e3de8,0x8eb915bf,0xc62dde81,0xcd6178cf,0xf475cc7e,0x46f60fa8,0xe53f40fc,0x1de3fe9c,0x4309c036,0x3d902715,0x003dfebf,0x19028ff5,0xf2b00bfa,0x808e0390,0x006d39fc,0x6fc60760,0x4c17d12c,0x0a4e38e8,0xcebb156f,0xc32dfe82,0xcd6177d0,0x5475ccce,0x68f28f7e,0xe54f40fc,0x1de2fe7c,0x4309a038,0x3d902614,0xe03cfecf,0x1c027ff5,0xf2b00ffa,0x708b0410,0x003d3bfc,0x7fc80710,0x4d17f12d,0x09de33e8,0x8ec5155f,0xc22e1eb7,0xcf2145cf,0x1474cb9e,0x78f17f57,0xe54f43fc,0x4de4fe7c,0x43095038,0x3d802614,0xb03cfecf,0x1e027ff5,0xf2d011fa,0x60890470,0x000d3ffc,0x9fc906d0,0x4c17e12e,0x096e33e8,0x1ecf154f,0xc22e1ef1,0xd1610fce,0x2474ca9e,0x7af17f48,0xe53f45fc,0x5de6fe7c,0x42091038,0x3d702514,0x703bfecf,0x20026ff5,0xf2f011fa,0x508604b0,0xffdd42fc,0xdfc906d0,0x4a17912c,0x092e44e7,0x1eda152f,0xc02dff24,0xd480e1ce,0x6474caee,0x64f72f89,0xe51f41fc,0x3de5fe7c,0x4008e037,0x3d502414,0x103afedf,0x23026ff5,0xf3100ffa,0x408204a0,0xffad46fd,0x1fc906d0,0x4817212a,0x08fe5be6,0x1ee4150f,0xbe2ddf4e,0xd790bbcf,0x1474cb9e,0x3c00afef,0xe4ff3cfc,0x1de3fe7c,0x3f08d037,0x3d402213,0xb038fedf,0x27025ff4,0xf3300bfa,0x207f0470,0xff8d48fd,0x3fcc0690,0x47170129,0x08de65e5,0xeee7152f,0xc12daf57,0xd810b2cf,0x7474cbfe,0x0d066012,0xe51f3bfc,0x5de3fe7c,0x3e08f036,0x3d502213,0x8038feef,0x2b024ff5,0xf3300afa,0x107b0430,0xff6d49fd,0x3fd20610,0x4917112c,0x08be67e6,0x8ee3157f,0xc92d7f4a,0xd6f0becf,0x9474cc1d,0xce0aa01a,0xe57f40fc,0xfde4fe6c,0x3e095034,0x3d702213,0x9038feef,0x2f024ff5,0xf3100cfa,0x007803e0,0xff5d4afd,0x4fd805b0,0x4a17712c,0x08be65e7,0x4edb159f,0xce2d5f32,0xd530d4cf,0xd474cc5d,0xab0c6014,0xe5cf44fd,0x5de5fe5c,0x3e09b034,0x3d902213,0xb038feff,0x32023ff6,0xf2f00ff9,0xf07603a0,0xff4d4afd,0x6fda05c0,0x47184126,0x091e61e7,0xdecd155f,0xcd2d6efb,0xd27107d0,0x7475cced,0xbc079ff1,0xe5cf47fd,0x4de5fe1c,0x3e09d037,0x3d902313,0xc039feff,0x31023ff7,0xf2d011f9,0xf0780370,0xff4d4bfd,0x9fdc0610,0x4419711e,0x099e5ae8,0x5ebd14ff,0xc82d9eb8,0xcf5144d1,0x1475cd8d,0xe3fe1fb3,0xe5bf4afc,0xede4fdcc,0x3e09e03d,0x3d902313,0xe039feef,0x2f024ff8,0xf2b013fa,0x007a0360,0xff3d4dfd,0xcfdf0640,0x421ad117,0x09de54e8,0x8eb314bf,0xc62daea1,0xce215ad1,0x4475cdbe,0x0ef5ef67,0xe58f4afc,0xade2fd9c,0x3e09f041,0x3d802313,0xe039feef,0x2d024ff8,0xf2c013fa,0x007b0340,0xfefd4ffd,0xffe30660,0x411c9111,0x09ee4de8,0x6eb1147f,0xc32dae9e,0xce015dd1,0x1476cd9e,0x48ed3ef9,0xe55f47fc,0x6ddefd9c,0x3e0a1043,0x3d802313,0xc039feef,0x2a025ff7,0xf2e010f9,0xf0790340,0xfedd52fe,0x2fe80670,0x401df10c,0x09ce4ee8,0x4ead146f,0xc32daea6,0xce7155d0,0x8475ccfe,0x72e8eebc,0xe53f45fc,0x2ddbfd8c,0x3f0a1045,0x3d802313,0xb039fedf,0x28025ff7,0xf3100cf9,0xd0780350,0xfebd59fe,0x4fed0630,0x3e1ea10d,0x094e5de8,0x4ea8149f,0xc62dcec5,0xcfc138ce,0xf474cb7e,0x7feaaec9,0xe54f46fb,0xdddbfd6c,0x4009d044,0x3d702313,0xc039feef,0x29025ff7,0xf33007f9,0xb0770390,0xfead63fe,0x7ff105d0,0x3d1ef110,0x087e7ae8,0x5ea014df,0xca2deef6,0xd1e10bcd,0x2473c9ae,0x84eedef0,0xe56f47fb,0x7ddcfd3c,0x41096043,0x3d602313,0xc039feef,0x2c024ff7,0xf35001f9,0x907503c0,0xfead6dfe,0xaff305d0,0x3a1f4115,0x076ea8e8,0x6e8f14cf,0xc92def1d,0xd420e7cc,0x3473c8be,0x92f42f32,0xe55f47fb,0x3dddfcec,0x4108f044,0x3d402313,0xb038feef,0x30024ff6,0xf38ffcf9,0x607403d0,0xfecd77fe,0xfff30620,0x381f611c,0x05defbe8,0x6e6f146f,0xc42dff40,0xd6a0c8cc,0x1473c89e,0xa8fc5fb9,0xe52f46fb,0x0ddffc7c,0x40086048,0x3d002213,0x7038feff,0x34023ff6,0xf3dff7f9,0x307203c0,0xfeed83ff,0x3ff30670,0x361f6122,0x046f5be8,0x8e4a140f,0xbe2def63,0xd9f0a8cc,0x3473c8be,0xc6017027,0xe4ff45fb,0x0de2fbfc,0x3e07d04b,0x3ce02113,0x4037ff0f,0x38022ff6,0xf41ff3f9,0x107103b0,0xff2d90ff,0x4ff50690,0x341f2129,0x034fbee8,0x9e1f13bf,0xba2ddf8e,0xdf4083cc,0x8473c90e,0xfe02105e,0xe4df43fb,0xade5fbac,0x3f07604b,0x3ce02113,0x3037ff0f,0x3d021ff6,0xf41fedf8,0xf07103b0,0xff6d9cff,0x2ff906c0,0x331ec130,0x02602be8,0xedee138f,0xb62dcfb7,0xe5e05fcc,0xf473c96f,0x3a01f081,0xe4cf42fc,0x6de8fb6c,0x4106f04b,0x3d002113,0x2037ff1f,0x42020ff6,0xf40fe9f8,0xd07203c0,0xff9da7ff,0x3ffe0700,0x301e3138,0x01c09fe9,0xedb9138f,0xb52dbfd2,0xeb9044cc,0xd473c95f,0x49018075,0xe4ef43fc,0x3de8fb2c,0x4206a04b,0x3d002013,0x0036ff1f,0x45020ff6,0xf41fe4f8,0xc07303c0,0xff9dafff,0x50060740,0x2b1d7143,0x013121ec,0x0d7f13ef,0xb82dbfe4,0xf10031cc,0x2473c8af,0x3b009022,0xe55f49fa,0xede7fb0c,0x4206804b,0x3cf02012,0xd036ff1f,0x46020ff6,0xf44fe0f8,0xb07503a0,0xffbdb6ff,0x600e07b0,0x261ce148,0x00f18aee,0xdd45142f,0xbb2daff0,0xf54022cb,0xc472c84f,0x34ffcfe5,0xe5af4df9,0xfde7facc,0x4306504c,0x3ce02012,0xc035ff2f,0x4801fff6,0xf48fddf8,0x907603a0,0x001dbdff,0x40150830,0x221c9146,0x0121cff2,0xfd0a142f,0xbf2d9ff7,0xf86018cc,0x4472c8cf,0x55ffafe4,0xe5af4ffa,0x3de8fa5c,0x4606104e,0x3d002012,0xd036ff2f,0x4b01fff6,0xf4bfddf8,0x607403b0,0x009dc2ff,0x201c08d0,0x1e1c713d,0x019202f8,0x0cd413df,0xc22d8ffa,0xfab011cd,0x1473c99f,0x81ff9fed,0xe58f4ffa,0xddebf9dc,0x4b05d051,0x3d302013,0x0036ff2f,0x4f01eff6,0xf4efdef8,0x407203e0,0x00fdc7ff,0x00220a00,0x181ca131,0x02121ffc,0xfcaf134f,0xc02daffc,0xfbc00dcd,0xc473ca4f,0x7eff4ff6,0xe58f4dfb,0x1df0f96c,0x4d059054,0x3d402113,0x4037ff3f,0x5101eff7,0xf4efe3f8,0x10710430,0x014dcbfe,0xe0270bf0,0x121d111e,0x02a23202,0x2c94122f,0xb72deffc,0xfbd00dce,0x6474caef,0x45feb002,0xe58f47fb,0x2df8f90c,0x4e054057,0x3d402213,0x9038ff3f,0x5101eff7,0xf4bfecf7,0xe07004c0,0x018dd1fe,0xd02f0d90,0x0c1db110,0x03123606,0x3c84113f,0xb12e0ffc,0xfbf00dcf,0x0474cb8f,0x20fdb003,0xe5af42fb,0x2e02f8bc,0x4f051058,0x3d502313,0xc039ff3f,0x5101eff8,0xf49ff5f7,0xc0700500,0x019dd9fe,0xa03d0e70,0x091e6111,0x03321608,0xfc7d10ff,0xb42e0ffd,0xfce00acf,0x9474cc1f,0x3bfbbfbd,0xe5cf43fb,0x4e0cf89c,0x4e056055,0x3da02313,0xb038ff3f,0x5501dff8,0xf4affdf7,0xa06f0480,0x01ade3fe,0x704f0f00,0x081f2117,0x0321e60a,0xfc7e10ef,0xb92dfffe,0xfe1006d0,0x2475cc9f,0x66f98f5a,0xe5ef45fb,0x6e17f88c,0x4e05c04f,0x3e002213,0xa038ff4f,0x5a01cff9,0xf4c004f7,0x806f03a0,0x01cdf4fe,0x405c0fb0,0x081fd117,0x02f1d80b,0xfc82108f,0xb92defff,0xff1003d0,0xb475cd3f,0x71f91f40,0xe5ef43fb,0x8e24f84c,0x4f05804b,0x3e302313,0xc038ff4f,0x5c01bff9,0xf4d005f7,0x60700320,0x01fe0cfe,0x10651080,0x09207111,0x02b1e20c,0x5c8c0fbf,0xb32dc000,0x000fffd1,0x7475cdff,0x67f9ff48,0xe5af3efb,0xbe32f7bc,0x5204a048,0x3e502414,0x203aff4f,0x5d01bff9,0xf4d001f7,0x607302f0,0x022e27fd,0xf06d10c0,0x0920f110,0x0261e80c,0x2c960f4f,0xb12d9000,0x008ffed1,0xc476ce3f,0x5afb1f5a,0xe58f3afb,0xae42f72c,0x5403d046,0x3e502514,0x703bff4f,0x5e01bffa,0xf4dffaf7,0x50750290,0x023e46fe,0x00770fe0,0x0521211b,0x0241de0b,0x0c9c0fcf,0xba2d5000,0x006ffed1,0x0475cd8f,0x53fc3f79,0xe5ef3dfa,0xfe54f69c,0x51036043,0x3e502514,0xa03bff4f,0x6001bffa,0xf4eff4f7,0x30750190,0x023e64fe,0x30810e9f,0xff212129,0x0231ce09,0x1ca1109f,0xc62cf000,0xffb000cf,0xf474cc7f,0x4efd6fa2,0xe65f42fa,0x0e66f61c,0x4c031041,0x3e402514,0xb03bff5f,0x6301affa,0xf4ffecf7,0x00740050,0x028e7afe,0x30830e8f,0xf9216128,0x0221c006,0xccac109f,0xc92cfffe,0xfe7005cf,0xc474cc4f,0x4cfe3fc3,0xe65f44f9,0xce6ff58c,0x49029041,0x3e302514,0xb03bff5f,0x6601affb,0xf50fe4f6,0xe073ffc0,0x030e89fe,0x107f0f7f,0xf321f116,0x0231b203,0xdcbd0fef,0xc22d3ffc,0xfc100cd0,0x6474ccef,0x4ffebfdd,0xe60f42fa,0x1e72f50c,0x4a01f042,0x3e202514,0xb03bff6f,0x6a019ffb,0xf4ffd6f6,0xf071ff20,0x037e98fe,0x0078106f,0xec225106,0x0251a600,0xdccc0f3f,0xba2d7ff7,0xf92016d1,0x1475cd9f,0x57ff1ff6,0xe5af40fa,0x8e76f4bc,0x48016044,0x3df02514,0xa03bff6f,0x6a019ffb,0xf4efcaf7,0x0070fe80,0x03bea9fe,0x207010df,0xe52270ff,0x02419ffe,0x3cd60ecf,0xb22d9fef,0xf57023d1,0x8475ce0f,0x6aff5016,0xe57f41fa,0xee82f48c,0x40010045,0x3da02514,0x603bff5f,0x6701affb,0xf4efc5f7,0x3071fdc0,0x03deb8fe,0x4067110f,0xde2270ff,0x02719afb,0xbcde0e8f,0xaa2dafe3,0xf11032d1,0xf475ce6f,0x83ff7033,0xe55f42fb,0x5e91f48c,0x3700c045,0x3d402414,0x003aff4f,0x5f01bffb,0xf4efc2f7,0x6073fd00,0x039ec2fe,0x3063110f,0xdd226111,0x037191f9,0x8ce70eaf,0xa62d9fd4,0xecb043d2,0x2476ceaf,0x9500003d,0xe52f42fb,0x9e9df50c,0x30009043,0x3cf02313,0xb039ff2f,0x4f01effb,0xf4ffc2f7,0x8073fc90,0x02fec6fd,0xe06710bf,0xe3224146,0x05d183f7,0xacf00f6f,0xa72d7fc0,0xe81057d2,0x4475cecf,0xa2010038,0xe4ef41fb,0xdea9f62c,0x2c005040,0x3cb02113,0x5037feff,0x34022ffb,0xf51fc4f7,0xa073fc60,0x026ec8fd,0x9067109f,0xea21d179,0x08017af5,0xccf80fdf,0xa72d5fad,0xe49068d2,0x1475ce9f,0xac017033,0xe4af40fb,0xfeb1f75c,0x28004041,0x3c702012,0xf036febf,0x13028ffb,0xf53fc6f7,0xb073fc20,0x020ec6fd,0x6061111f,0xee21019c,0x09817ef3,0xbcfb0f8f,0xa12d6fa0,0xe26074d1,0x8475ce0f,0xb400b037,0xe47f43fc,0x0eb1f84c,0x2400c04c,0x3c401f12,0xa035fe4e,0xeb030ffb,0xf53fc4f7,0xc070fba0,0x01cec3fd,0x405811bf,0xf21fb1b5,0x0a7186f1,0xccfd0eff,0x9c2d9f97,0xe0f07cd0,0xa475cd2f,0xbaff603c,0xe46f46fc,0x0eaef91c,0x2101705c,0x3c101f12,0x7035fdce,0xbd039ffb,0xf52fc1f7,0xc06dfb20,0x015ec4fd,0x304e114f,0xf11d41b2,0x097183f0,0xad040f3f,0x9c2dcf94,0xe0907ecf,0x8474cc0f,0xbafea03f,0xe46f48fc,0x0eacf9fc,0x1d01b069,0x3bc01e12,0x5034fd3e,0x90042ffb,0xf52fbdf7,0xe06cfb10,0x00bec7fd,0x30420fcf,0xeb18a18a,0x046177f0,0x0d10104f,0xa12e1f98,0xe1007bce,0x0473ca8f,0xb6fe4041,0xe47f49fb,0xfea9fadc,0x1a017075,0x3b701f12,0x5034fc7e,0x6104dffb,0xf54fb8f8,0x006cfb60,0x003eccfd,0x40360e2f,0xe514b14f,0xfec16cef,0xcd1c113f,0xa62e6f9f,0xe1f075cd,0x0473c98f,0xaefe1042,0xe48f48fb,0xdea7fbbc,0x1701307f,0x3b301f12,0x4034fbce,0x39057ffa,0xf55fb3f8,0x306efc00,0xffbed1fd,0x202e0ccf,0xe11260eb,0xf9b164ef,0xad2411af,0xaa2ebfa8,0xe3706dcd,0x0473c98f,0xa3fe3041,0xe47f44fb,0x8ea5fc8c,0x1700d088,0x3b201e12,0x2034fb3e,0x19060ffa,0xf56facf8,0x8074fd40,0xff5ed7fd,0x00270b8f,0xde10d06f,0xf5215fef,0xdd2911df,0xae2f0fb4,0xe57062cd,0x8473c9ff,0x95fe7040,0xe45f3ffb,0x4ea3fd6c,0x1700808f,0x3b301d11,0xe033fabe,0x01067ffa,0xf57fa6f8,0xc07afec0,0xff2edbfc,0xe01e0a8f,0xdd106018,0xf2915ff0,0x6d2911ff,0xb22f3fc0,0xe7c057cd,0xa473ca2f,0x82fea03f,0xe44f3bfb,0x5ea3fe1c,0x17007096,0x3b701c11,0x9032fa7d,0xf606affa,0xf59fa3f8,0xf07bffc0,0xff2edcfc,0xa01309af,0xde10dfd3,0xf0f163f1,0x4d26121f,0xb62f3fcc,0xea804bcd,0xa473ca2f,0x68fec040,0xe42f38fb,0xbea5feac,0x1700c09b,0x3be01b11,0x1031fa7d,0xf606affa,0xf5dfa3f8,0xf0770050,0xff2edbfc,0x7009090f,0xe0112faf,0xf0516df2,0x6d1e122f,0xba2f1fd8,0xed703fcd,0x8473c9ff,0x4eff0041,0xe41f37fc,0x0ea6ff3c,0x1701109f,0x3c401a10,0xa02ffa9d,0xfb069ffa,0xf5ffa6f8,0xf07400b0,0xff1ed8fc,0x5002088f,0xe310cfb0,0xf0c17ef3,0x8d13125f,0xbe2edfe3,0xf0b033cd,0x3473c9af,0x35ff9042,0xe41f3afb,0xdea6ffbc,0x160130a1,0x3ca01a10,0x702ffade,0x07065ffa,0xf5efabf9,0x007300f0,0xfefed3fc,0x4ffc084f,0xe6101fc0,0xf21195f4,0xdd04127f,0xc32e8fec,0xf40027cc,0xb473c93f,0x1c003042,0xe41f40fb,0x9ea4002c,0x150160a1,0x3cf01910,0x602ffb3e,0x19060ffa,0xf5afb2f9,0x20730130,0xfedeccfc,0x5ff6086f,0xe70f2fdc,0xf3e1adf6,0x5cf6125f,0xc62e5ff3,0xf6701ecb,0xe472c86f,0x0800903c,0xe41f43fb,0x9e9e00ac,0x1301b09f,0x3d301910,0x402efb9e,0x2d05affa,0xf58fb4f9,0x407401a0,0xfebec2fc,0x8ff008ff,0xe50da00f,0xf6b1caf8,0x1cea11cf,0xc72e4ff6,0xf86018ca,0x9472c72e,0xf400c02f,0xe40f44fb,0xde95011c,0x11022099,0x3d501910,0x202efc0e,0x46054ffa,0xf56fb3f9,0x70760260,0xfe8ebbfc,0xbfeb094f,0xe60c504a,0xf991ddf9,0xecdd117f,0xc82e3ff9,0xfa2013c9,0xe472c66e,0xeb009020,0xe3ef44fc,0x1e8e017c,0x0f02a090,0x3d701910,0x102efc7e,0x6004dffa,0xf55fb2f9,0xa0780320,0xfe4ebafc,0xefe908af,0xea0b6091,0xfc31ddfb,0xdcce11cf,0xc92e0ffc,0xfc300cca,0x9472c72e,0xf5ff6016,0xe3ef44fc,0x6e8f01ec,0x0e031081,0x3d801910,0x102efcee,0x7d046ffa,0xf56fb3f9,0xb07603f0,0xfdfebcfd,0x1fe7079f,0xf00ab0d4,0xfe71d6fd,0xccbf124f,0xca2dbffe,0xfe0006cb,0xd472c85f,0x06fde00a,0xe3ef43fc,0xbe94024c,0x0e039070,0x3da01910,0x202efd5e,0x9a040ffa,0xf57fb6f9,0xc07404a0,0xfdfebffd,0x3fe006ef,0xf40a00e7,0xff91d0ff,0x6cb612af,0xc82d8fff,0xfec003cb,0xf472c88f,0x0afd7ff7,0xe3ef44fc,0xce98026c,0x0f044065,0x3dd01910,0x502efd9e,0xae03bffa,0xf57fb8f9,0xe0760450,0xfe2ec3fd,0x6fd3068f,0xf60960e1,0x0001cc00,0xdcb312df,0xc42d7fff,0xfeb004cb,0x3472c7cf,0x02fdcfda,0xe3ef48fc,0xae9e023c,0x1005205d,0x3e101a10,0x802ffdce,0xbb039ffa,0xf55fbafa,0x207b02d0,0xfe5ec7fd,0x9fc7063f,0xf80890d0,0xfff1c801,0xbcb112ff,0xc12d5ffe,0xfe8004ca,0x2472c6be,0xfbfe3fc5,0xe3df49fc,0x8ea2020c,0x12060055,0x3e701a10,0xa02ffdfe,0xca036ffb,0xf52fbbfa,0x60800130,0xfe4ec8fd,0xdfc3060f,0xfc06e0a9,0xff11c702,0x0caf132f,0xc42d5fff,0xfeb004c8,0xc471c55e,0xfefe5fc2,0xe3af46fc,0xcea5023c,0x14070047,0x3ed01a10,0xb02ffe2e,0xde032ffb,0xf4dfbcfa,0x8082ffa0,0xfe3ec9fe,0x0fc005e0,0x0004d072,0xfdc1c701,0xecae134f,0xc82d5fff,0xfed003c7,0x5471c3ef,0x03fe7fc6,0xe37f42fd,0x0ea6027c,0x1607e039,0x3f301a10,0xb02ffe6e,0xf502effb,0xf47fbcfa,0xa083fe30,0xfe5ecdfe,0x2fb905f0,0x04036047,0xfd31cb01,0x7cb0133f,0xc82d3fff,0xfeb004c6,0xb471c34e,0xfdfe4fc8,0xe37f3ffc,0xcea4024c,0x1b07f030,0x3f701b10,0xe030fe9f,0x0802affc,0xf40fb8fa,0xc083fd90,0xfeced5fe,0x4faf0640,0x0802601f,0xfd31d500,0x8cb412cf,0xc42cffff,0xfe5005c6,0xe471c37e,0xeefddfca,0xe3bf3ffc,0x0ea101cc,0x2207402c,0x3f901c11,0x3031febf,0x18028ffc,0xf37faffa,0xd082fdb0,0xff1edbfe,0x5fa70680,0x0d01a00c,0xfd91daff,0x6cba127f,0xc22cbffd,0xfd7008c6,0xe471c37e,0xdcfdbfcd,0xe3ff3ffb,0x5e9e016c,0x2906b028,0x3fa01c11,0x8032fedf,0x27025ffd,0xf30fa8fa,0xe080fda0,0xff0eddfe,0x7fa80680,0x15013025,0xfea1d1fe,0x2cc3127f,0xc52c8ffa,0xfb500fc6,0x5471c2ee,0xc9fe3fd0,0xe41f41fb,0x2e9d016c,0x2d06e01f,0x3fe01d11,0xd033feff,0x35023ffd,0xf2cfa6fa,0xf07efd10,0xfededefe,0x9fab0660,0x1e010056,0x0021c0fc,0xacce129f,0xcb2c5ff6,0xf85019c5,0x9471c22e,0xb5ff2fd3,0xe42f43fb,0x2e9d017c,0x32075015,0x40101e12,0x3034ff1f,0x40021ffd,0xf28fa5fb,0x007cfc50,0xfebedefe,0xbfae0650,0x2700c086,0x0181a8fa,0xbcd9129f,0xcf2c3ff0,0xf56023c5,0x3471c1ce,0xa5ffefd6,0xe44f42fb,0x0e9a017c,0x37078011,0x40501f12,0xb035ff1f,0x45020ffe,0xf24fa3fb,0x107bfbe0,0xfebeddfe,0xbfaf0630,0x300090bd,0x02c185f8,0x4ce4128f,0xd12c2fe8,0xf2402dc5,0x3471c1ce,0x9a008fdb,0xe49f3efa,0xbe95015c,0x3f078012,0x40a02113,0x4037ff1f,0x43020ffe,0xf20f9efb,0x307bfbc0,0xfebedbfe,0xafb105e0,0x390070e2,0x03f159f5,0x8cf1129f,0xd52c1fdf,0xef6037c5,0x2471c1be,0x87011fe2,0xe4cf3bfa,0x9e90012c,0x46078012,0x40f02313,0xc039ff1f,0x44020ffe,0xf1cf9bfb,0x407bfbb0,0xfeced7fe,0x9fb40530,0x430020eb,0x04f124f2,0x8d04130f,0xdd2befd6,0xecc041c4,0x9471c12e,0x5a018ff0,0xe4af3dfa,0xfe8a010c,0x4d07700e,0x41302414,0x403aff2f,0x4d01fffe,0xf18f98fb,0x5078fbb0,0xfeded1fe,0x8fb60450,0x4c0000e9,0x05c0e5ef,0x5d1b13af,0xe72bcfcd,0xea604ac3,0xf472c08e,0x1f01cffe,0xe47f40fb,0x9e8300dc,0x54077009,0x41802514,0xa03bff3f,0x5901cfff,0xf14f97fb,0x5073fbb0,0xff1ecafe,0x6fb603b0,0x530090d8,0x05e0a0ec,0x1d37140f,0xed2bdfc3,0xe82053c4,0x0472c09d,0xf601c000,0xe44f42fb,0xde7c00ac,0x5a079005,0x41d02614,0xf03cff5f,0x6601afff,0xf13f95fb,0x6071fb90,0xff7ec3fe,0x4fb40350,0x570210ab,0x056052e8,0xcd59144f,0xef2c2fb9,0xe5d05cc4,0xc472c15d,0xd7016ff5,0xe43f42fb,0xde73006c,0x6007e002,0x42302715,0x203dff6f,0x75018fff,0xf12f93fb,0x8070fb50,0xffeeb9fe,0x2fb10330,0x5b041083,0x04b004e5,0xbd7e145f,0xf02c6fb3,0xe46062c5,0x4472c1dd,0xc1012feb,0xe43f43fb,0xbe69001c,0x64084003,0x42702815,0x603eff8f,0x80016fff,0xf14f93fb,0x9070fb40,0x004ea9fe,0x3fae0360,0x5f07106e,0x042fb9e2,0x9da6145f,0xf12c8fb5,0xe48060c4,0xe472c16d,0xb4017fee,0xe43f44fb,0xae5fffac,0x66089009,0x42702915,0xb03fff8f,0x82015ffe,0xf18f99fb,0xb06efb60,0x00ae97fe,0x4fac03c0,0x640aa061,0x039f70df,0xddcf144f,0xf22c9fb9,0xe5105dc4,0x4472c0dd,0xad01dff2,0xe44f45fb,0x8e55ff4c,0x6608e012,0x42502a16,0x0040ff8f,0x81015ffe,0xf1efa1fb,0xc06cfbc0,0x00ce85fe,0x6fac03f0,0x660da056,0x037f30de,0xcdf5144f,0xf32c9fb3,0xe45061c4,0x9472c11d,0xaa013fe9,0xe44f44fb,0x6e4dff1c,0x64092018,0x42302a16,0x3040ff7f,0x7f016ffe,0xf23fabfb,0xd069fc60,0x00ce72fe,0x9fb10420,0x6710704e,0x03def6de,0x8e18145f,0xf52c9fa6,0xe1d06ec5,0xa472c23d,0xa9ff3fd2,0xe45f42fb,0x2e48ff2c,0x6009201b,0x42102a16,0x2040ff7f,0x7d016ffd,0xf28fb6fb,0xd065fd70,0x00ee61fe,0xbfb50420,0x6811e04a,0x040ec3de,0xce39148f,0xf82caf93,0xdee07ec6,0xe472c36d,0xb2fc2fb2,0xe45f40fb,0x0e43ff3c,0x5d095021,0x42002a16,0x1040ff7f,0x7a017ffd,0xf2bfc1fb,0xe062fe50,0x017e51fe,0x8fb903e0,0x6c11204b,0x03ee96df,0xde5914df,0xfd2ccf77,0xdb9097c8,0x1472c49d,0xd7f42f75,0xe45f41fa,0xfe3aff0c,0x5c09c02a,0x42202a15,0xf040ff6f,0x75018ffd,0xf2afccfc,0x1065fec0,0x021e42fe,0x4fbd0380,0x710f704f,0x03ae71e1,0x2e771520,0x042cef59,0xd850b1c9,0x1472c5ae,0x07eacf34,0xe45f42fb,0x0e31fecc,0x5d0a6035,0x42602915,0xc03fff6f,0x70018ffd,0xf27fd6fc,0x406bfef0,0x029e36fd,0xffc20360,0x750e0050,0x037e5de1,0xce8c1530,0x092d0f49,0xd6e0bfc9,0x2472c5ae,0x1be9ff30,0xe45f40fb,0x2e2afeac,0x5f0af03c,0x42a02915,0xc03fff6f,0x6c019ffe,0xf24fddfc,0x606cff00,0x02de2cfd,0xafc90380,0x770c8051,0x034e53e1,0xbe9b14f0,0x0e2d0f45,0xd690c3c8,0x1472c49e,0x21efaf5f,0xe43f3bfb,0x5e25feac,0x630b803e,0x42f02915,0xd03fff5f,0x6a019ffe,0xf20fe1fc,0x706afed0,0x032e24fd,0x5fce03a0,0x780bc053,0x034e50e1,0x8ea814b0,0x112d0f41,0xd640c6c7,0x2472c3be,0x1bf71f97,0xe43f37fb,0x9e1ffe8c,0x670bf042,0x43402915,0xe03fff5f,0x6801affe,0xf1dfe3fc,0x9069fec0,0x03be1cfd,0x1fcd03c0,0x780c905b,0x03ae53e1,0x4eb61460,0x102cdf3d,0xd5d0cac6,0xf472c38d,0xfa017fd5,0xe48f39fb,0xde18fe2c,0x6b0c104a,0x43502a16,0x2040ff5f,0x6401bffe,0xf1bfe6fc,0xa069ff10,0x045e14fc,0xdfca03e0,0x770e0066,0x043e59e1,0x1ec11410,0x0e2c9f36,0xd540d0c7,0x1472c39d,0xcb0bc00d,0xe4ef3cfc,0x1e10fdac,0x6f0c2054,0x43602b16,0x6041ff4f,0x6001bffe,0xf1afe8fc,0xc069ff70,0x04fe0cfc,0x8fca03f0,0x770e706e,0x047e58e1,0x6ec413f0,0x0f2c6f24,0xd410e1c7,0x3472c3bd,0xbb0c000d,0xe50f3efc,0x0e08fd5c,0x730c705c,0x43a02c16,0x9042ff4f,0x5d01cffe,0xf18fe9fc,0xe069ff70,0x059e05fc,0x2fcd03e0,0x790e1076,0x046e50e2,0x5ec013e0,0x122c4eff,0xd20102c7,0x6472c3ed,0xbb035fd5,0xe4ef41fb,0x9e00fd0c,0x780d1063,0x43f02c16,0xc042ff4f,0x5a01cfff,0xf16fe9fc,0xf068ff20,0x062dfefb,0xcfd003f0,0x790d707b,0x044e48e3,0x1ebb13c0,0x142c3edd,0xd04122c7,0x8472c40d,0xc7fbdfa4,0xe4cf42fb,0x4df8fccc,0x7d0da06a,0x44502d17,0x0043ff3f,0x5801dfff,0xf13feafd,0x1067fec0,0x069df8fb,0x7fd20410,0x790c907d,0x043e44e3,0x4eb71360,0x122c5ec8,0xcf5136c7,0x8472c40d,0xf7f93f94,0xe4bf42fb,0x5df5fc7c,0x800e106f,0x44902e17,0x5044ff3f,0x5801dfff,0xf11fedfd,0x2065fe40,0x06fdf3fb,0x3fd40450,0x780b807e,0x042e41e3,0x3eb212f0,0x0e2c8eb6,0xcec147c7,0x6472c3ee,0x44f76f8c,0xe4af41fb,0x8df3fc1c,0x840e7073,0x44c03017,0xb045ff3f,0x5901dfff,0xf0fff1fd,0x4063fdc0 +}; + +u32 ANIM_ENTRY_look_around[] = +{ + 0x018f64ff,0xffa00a5f,0xf8055005,0xff815dfd,0x1cc32730,0x722f0ecb,0xd14131cb,0x1476c7f9,0xf805b065,0xe6ffdaff,0x7ec5014c,0x14048ff7,0x3de00506,0x9011ffef,0xdb006fed,0xf7cfcdf6,0xe04b0190,0x019f6500,0x0fa00a4f,0xf8051009,0xffa15cfd,0x1cc32720,0x722f1ed1,0xd1912bca,0xd476c7c9,0xf805a066,0xe6ffdaff,0x8ec5013c,0x1404bff8,0x3de00506,0xa012ffef,0xda006fee,0xf7cfcff6,0xf04d0130,0x019f6500,0x0fa00a4f,0xf905000b,0xffc15cfd,0x0cc42720,0x722f1ed6,0xd1d126ca,0xe476c7c9,0xf905a069,0xe6ffdaff,0x9ec5012c,0x1404cff9,0x3de00606,0xc012ffef,0xd7006fee,0xf7cfd2f7,0x104f0110,0x019f6600,0x0fa10a2f,0xf905100d,0xffd15cfd,0x0cc42730,0x722f1eda,0xd21121cb,0x2476c809,0xfb05c06a,0xe6efd9ff,0xaec6011c,0x1504affa,0x3de00606,0xd012ffef,0xd5007fef,0xf7cfd5f7,0x204f0100,0x018f6600,0x0fa30a2f,0xfa05100f,0xffe15cfd,0x0cc42740,0x732f1edd,0xd2511dcb,0x4476c829,0xfc05f06a,0xe6efd8ff,0xaec9012c,0x1504affa,0x3de00606,0xe012ffef,0xd4007ff0,0xf7bfdbf7,0x205000c0,0x018f6500,0x0fa30a3f,0xfb052010,0xffc15cfd,0x0cc32740,0x742f0ee1,0xd29119cb,0x4476c829,0xfe05f06c,0xe6efd8ff,0xaec8012c,0x15049ffa,0x3de00606,0xd012ffef,0xd4007ff0,0xf7cfddf7,0x305000b0,0x017f6400,0x0fa40a4f,0xfc052010,0xffb15cfd,0x0cc32740,0x742f0ee5,0xd2d114cb,0x1476c7f9,0xfd05f06d,0xe6dfd8ff,0x9ec7014c,0x1404aff9,0x3de00606,0xc012ffef,0xd4007ff1,0xf7cfe0f7,0x40510080,0x017f6400,0x0fa40a3f,0xfc053011,0xffc15bfd,0x1cc42750,0x732f0ee9,0xd31110ca,0xe476c7c9,0xfc06106d,0xe6efd7ff,0x8ec6014c,0x1404dff9,0x3de00606,0xc012ffef,0xd4007ff2,0xf7bfe1f7,0x50530030,0x018f6400,0x0fa30a3f,0xfc056011,0xffd15cfd,0x2cc42750,0x722f1eed,0xd3510cca,0xd476c7b9,0xfc06106d,0xe70fd6ff,0x7ec6014c,0x1404cffa,0x3de00606,0xc012ffef,0xd4007ff2,0xf7bfe4f7,0x60540010,0x018f6500,0x0fa20a3f,0xfc058011,0xffe15cfd,0x2cc42740,0x712f1ef1,0xd3a108ca,0xc476c7a9,0xfb06106d,0xe71fd5ff,0x6ec7013c,0x1404cffa,0x3de00606,0xc012ffef,0xd4007ff3,0xf7bfe8f7,0x7054fff0,0x019f64ff,0xffa10a3f,0xfc057010,0xffc15bfd,0x2cc42750,0x712f2ef5,0xd3f103ca,0xa476c789,0xfc05f06e,0xe71fd4ff,0x5ec6013c,0x1404effa,0x3de00606,0xb012ffef,0xd4007ff4,0xf7afeaf7,0x7053ffc0,0x019f64ff,0xffa10a2f,0xfd056011,0xffb15bfc,0xfcc22760,0x722f1ef9,0xd440ffca,0xa476c789,0xfc061070,0xe70fd4ff,0x3ec4014c,0x1504dffb,0x3de00606,0xb012ffef,0xd4007ff4,0xf7bfebf7,0x9055ffb0,0x019f64ff,0xffa20a1f,0xfe053013,0xffa15afc,0xacbf2780,0x742f1efd,0xd480faca,0x7476c759,0xfb06106f,0xe70fd3ff,0x3ec3014c,0x1504dffa,0x3de00506,0xb012ffef,0xd3007ff5,0xf7bfedf7,0xa056ff90,0x019f64ff,0xffa30a0f,0xff052015,0xffa159fc,0x4cbc2780,0x742f1f01,0xd4d0f6ca,0xb476c7a9,0xfc06206d,0xe6ffd2ff,0x4ec4014c,0x1504dffa,0x3de00606,0xb012ffef,0xd3007ff5,0xf79ff1f7,0xb057ff80,0x018f66ff,0xffa309ff,0xff055016,0xffe159fb,0xfcb92780,0x752f1f04,0xd510f3ca,0xb476c799,0xfd06306f,0xe70fd1ff,0x6ec6014c,0x1404bffa,0x3de00606,0xc012ffef,0xd3007ff6,0xf78ff5f7,0xc059ff60,0x018f65ff,0xffa309f0,0x00056017,0xffe159fb,0xbcb62780,0x762f1f06,0xd550f0ca,0x6476c749,0xfe062073,0xe73fd1ff,0x8ec6015c,0x1504bffa,0x3de00506,0xb012ffef,0xd3007ff7,0xf79ff8f7,0xd059ff30,0x019f65ff,0xffa209e0,0x01057017,0xffe15afb,0x7cb42790,0x772f1f07,0xd580eec9,0xc476c6b9,0xfe063074,0xe78fd1ff,0xaec6015c,0x1404affa,0x3de00506,0xa011ffef,0xd4007ff7,0xf79ffbf7,0xd059ff20,0x01af6400,0x0fa109e0,0x0005a01d,0xffe15afb,0x2cb12790,0x7a2f3f0b,0xd5d0eac8,0x7475c569,0xfb062074,0xe7cfd3ff,0xcebe012c,0x13046ffc,0x3dc00606,0xc012ffef,0xd3007ff8,0xf79ff7f7,0xe05aff30,0x016f6500,0x3fa809a0,0x0106603a,0xffe159fa,0x8cb027b0,0x852f4f10,0xd630e5c5,0x8475c279,0xf505f06e,0xe81fd5ff,0xfebf009c,0x1303affe,0x3d900807,0xf016ffdf,0xca009ff9,0xf75ffdf8,0x105fffb0,0x016f6bff,0xffb209a0,0x0707c08b,0x00415ff9,0x6cb02760,0x962f5f18,0xd6e0ddc0,0xc476bdc9,0xee067069,0xe89fd7ff,0xfed3feec,0x1d02200f,0x3dc00c0a,0xc01effbf,0xab00effa,0xf6e011f8,0x706a00b0,0x024f70ff,0x7fba0b00,0x1109510a,0x00f172f7,0x8cae2620,0xa52f1f21,0xd7a0d4bd,0x9477ba99,0xe807306b,0xe9afd8ff,0x8eddfbec,0x3001303d,0x3e10130e,0x2027ff7f,0x75017ffa,0xf6801cf8,0xd0760140,0x031f73ff,0x3fcb0d40,0x1b0ae18e,0x016180f5,0xbca82450,0xa92e3f21,0xd7a0d4c0,0x3476bd39,0xeb066060,0xeb0fd7fe,0xded4f98c,0x3f00e06e,0x3e001910,0x802eff1f,0x3f020ffb,0xf63015f9,0x107e0190,0x024f7bff,0x7ff80f10,0x2a0dc1f1,0x023183f4,0xbca42300,0xa32d3f11,0xd640e1c6,0xb475c3a9,0xf7055055,0xec2fd8fe,0x9ec9f97c,0x42006075,0x3d901c11,0xa032fedf,0x23025ffc,0xf5c005f9,0x508501b0,0x019f8bff,0x901e1030,0x3811d234,0x041187f4,0x0ca92290,0xa12cdefe,0xd4e0f1ca,0xc477c79a,0x00065069,0xed2fd8fe,0x9ec6f9bc,0x44ffe06f,0x3d601d11,0xe033fedf,0x1f026ffc,0xf58ff6f9,0x60860110,0x02af9eff,0x801e10e0,0x37166265,0x066188f3,0x9caf22c0,0xa42d0efd,0xd4f0f1cb,0x6477c849,0xff07d080,0xedefd9fe,0xbecbf83c,0x47ffd07c,0x3d901d12,0x0033fedf,0x25025ffd,0xf58feff9,0x5086ffd0,0x03cfb2ff,0x701911f0,0x3319627d,0x07e188f3,0x5cb122d0,0xa72d7f04,0xd5b0eaca,0x3477c719,0xf506f085,0xee4fd8fe,0xfed2f6ac,0x4a003088,0x3de01e12,0x3034feef,0x2c024ffd,0xf5bfebf9,0x4089fe60,0x03bfc6ff,0x802b12f0,0x371bb288,0x09a186f3,0x4cad2290,0xa32dbf05,0xd5c0e9c9,0xe476c6c9,0xf2050078,0xee6fd8ff,0x4edcf65c,0x4a008085,0x3e001f12,0x8035feef,0x2a024ffe,0xf5dfe6f9,0x408bfd20,0x033fd6ff,0xa0401420,0x3c1d5284,0x0b418df2,0xfcaa21d0,0x962daf05,0xd5c0e9cb,0x5477c829,0xf303006c,0xee8fdbff,0x9ee2f65c,0x49005082,0x3de02012,0xd036fedf,0x21026ffe,0xf60fe0f9,0x408ffc80,0x02efe5ff,0xd05314f0,0x3a1d9272,0x0b8197f2,0x7cb82160,0x922daeff,0xd570eecc,0xe478c9b9,0xfb02106b,0xeebfe2ff,0xeee2f61c,0x4bffb085,0x3db02213,0x6038feaf,0x12029ffe,0xf63fd6f9,0x6097fc30,0x02aff400,0x506b1530,0x2a1cb24b,0x0a0196f2,0x1cda20b0,0x9d2ddefa,0xd530f3cc,0xa478c97a,0x2dffb062,0xeeefe700,0x1ee9f58c,0x47feb08c,0x3d202414,0x403afe7e,0xfd02dfff,0xf67fcff9,0xa0a3fc30,0x02500300,0x70891530,0x1d1ca221,0x08817ef2,0xad081fb0,0xb22e2efb,0xd520f2cb,0x8477c86a,0xbaf8702b,0xef2fe7ff,0xfef6f51c,0x49fdb093,0x3ce02715,0x003dfe3e,0xe2032fff,0xf6bfd0f9,0xe0b0fca0,0x025014ff,0xe09f14a0,0x181e4213,0x07d155f4,0xad3a1f30,0xc42e7f00,0xd550eecb,0x0477c7db,0xbbf1dfd0,0xef6fe5ff,0xcf0af45c,0x53fbe09c,0x3d202815,0x903ffdfe,0xcf035000,0xf6afd6fa,0x20bbfdc0,0x03001dff,0x10a514e0,0x0f21022c,0x09412ff6,0x8d6d1e50,0xcb2f2f18,0xd6e0dacb,0x3478c80c,0xcff0cf74,0xefbfe3ff,0xdf0ff35c,0x65fa10a7,0x3dc02915,0xd040fdee,0xc9036000,0xf68fd8fa,0x50c4ff30,0x03a020fe,0x80ad16b0,0x0024024c,0x0c6113f8,0x0d991bf0,0xc02fbf34,0xd930c2cd,0xa479ca6d,0x6ff36f55,0xf00fe100,0x0f08f28c,0x76f990b1,0x3e602a15,0xf040fdee,0xc8037001,0xf6afd6fa,0x70caffd0,0x03b031fe,0x80c5184f,0xf725d25d,0x0ea0f3f9,0x9db418f0,0xab2f7f4b,0xdb70afd2,0x947ecf4d,0x98f50f76,0xf08fdd00,0xaf1df1ec,0x73f950b5,0x3e902c16,0x5042fdde,0xc2038001,0xf6bfe0fa,0x70ceff30,0x03504afe,0xd0ef192f,0xf4246257,0x0da0bdfa,0xbdc61600,0xa12ecf5b,0xdd30a2d7,0x5484d3fd,0x88f63f9e,0xf19fd102,0x7f38f16c,0x66f8f0b5,0x3e302e16,0xf044fdae,0xb603b002,0xf6bfe8fa,0x70d1fe50,0x03505cfe,0xc108196f,0xea20c23c,0x0a5076fc,0xddd613e0,0xa52e3f63,0xde109bd9,0xb487d64d,0x61f5dfb0,0xf2cfc304,0x9f3af0ac,0x6af8b0bd,0x3e503017,0xa046fd7e,0xa803e002,0xf6afe2fa,0x80d6fda0,0x039077fe,0x911718bf,0xe11d01fe,0x06c03afe,0xfddc12a0,0xad2d5f69,0xdef096da,0x3488d6dd,0x3bf47fb1,0xf38fc204,0xdf3eef6c,0x6df7a0c7,0x3e303418,0x9049fd5e,0x9d040002,0xf66fd6fa,0x90dbfd10,0x03b090fe,0x1128188f,0xe81a218c,0x03f01400,0xcdd41160,0xb42c1f6d,0xdf9093d9,0x0486d5bd,0x15f42fb8,0xf40fcc03,0x8f3eee3c,0x75f6c0cf,0x3e503719,0x704dfd3e,0x94042003,0xf62fc6fa,0x90e0fc70,0x0350a4fd,0x914417ef,0xf717b0fe,0x012ffc02,0xadc61090,0xbf2b0f72,0xe0508fd7,0xb484d46c,0xe8f3efbc,0xf47fd602,0x5f3ded8c,0x7ef680d2,0x3e903b1a,0x5050fd1e,0x8a044003,0xf5efb6fa,0xb0e5fbd0,0x02d0b3fd,0x716416b0,0x03160062,0xffbff604,0x1db41040,0xc92a4f7a,0xe15089d7,0x5483d40c,0xbbf33fc0,0xf50fdb01,0xdf36ed0c,0x82f620d3,0x3e603f1b,0x4054fcde,0x7b047003,0xf5cfa6fb,0x30f6fc50,0x02b0bafd,0x71751580,0x09155fcd,0xff6ffe05,0x3d9e10a0,0xd02a2f81,0xe26083d6,0x1482d2cc,0xa6f24fc2,0xf5bfdd01,0xaf2bec5c,0x84f5f0db,0x3e00431c,0x3058fc9e,0x6704c004,0xf58f9bfb,0xf10efe90,0x0290b8fd,0x91821490,0x12152f4c,0x00a01405,0x9d901110,0xd42a4f89,0xe3907dd4,0x9480d14c,0xb6f1afb1,0xf67fde02,0x1f21ebec,0x83f6b0e3,0x3dc0471d,0x105cfc4e,0x55050004,0xf54f97fc,0x711f0120,0x0230adfd,0xc1921360,0x1f146eed,0x02302a05,0xcd861220,0xdc2abf8c,0xe3d07bd1,0x447dcdfc,0xdff2af9c,0xf77fdb03,0x5f14ebfc,0x81f850e9,0x3da04b1d,0xb05ffc0e,0x49053004,0xf53f96fc,0x211901e0,0x01b09cfe,0x11a111d0,0x2b136e9e,0x02a03605,0xcd7e1370,0xe72b5f8b,0xe3907bcd,0x347ac9fc,0xfff3cf90,0xf84fd804,0x5f05ec5c,0x7ef9b0e9,0x3d504e1e,0x5061fbfe,0x44054004,0xf54f98fa,0xf0fd0180,0x017084fe,0x41a91030,0x32130e53,0x02903b05,0x5d7d1520,0xfa2b8f89,0xe3107dca,0x6479c72d,0x0cf30f84,0xf86fd604,0x9ef0ec6c,0x82fa50ee,0x3cf0521f,0x2065fbee,0x41055005,0xf54f9cfa,0x40ed0210,0x018066fe,0x21a70eb0,0x31128e1d,0x03504205,0x6d8a17a1,0x162b3f7e,0xe16086c8,0x9479c55c,0xfdf28f91,0xf88fd504,0x9ed7ec3c,0x8ffb00f5,0x3cf0561f,0xd069fbfe,0x43055005,0xf54fa4fa,0x00e90360,0x01c049fe,0x21a20ce0,0x28129e04,0x04704205,0x6da21a11,0x2f2b4f73,0xdfb08fc6,0xa47ac35c,0xdff39fa6,0xf96fd604,0xaecdec0c,0x93fbb0fc,0x3d005820,0x106afc1e,0x4a053005,0xf55fb6f9,0xe0e20420,0x022028fe,0x319d0b70,0x1a13adfe,0x04a03005,0x1db81c01,0x452bdf6b,0xde8095c3,0xa47bc06c,0xc9f40fb3,0xfb5fd904,0xcec8ebfc,0x93fd0105,0x3d505820,0x006afc3e,0x52051005,0xf54fd0fa,0x20dc0400,0x027ffbfe,0x319a0b70,0x10142e05,0x05101b04,0x0dcf1df1,0x642c3f64,0xdd809cbe,0x747dbb4c,0xbcf4dfba,0xfd4fdb04,0xeeb3ec6c,0x9aff1110,0x3e20551f,0x8068fc4e,0x57050006,0xf54fe8fa,0xe0e503a0,0x02afd5fe,0x119e0c00,0x12148e01,0x05c01101,0xddea1f11,0x7e2c3f5e,0xdcf0a0ba,0x547fb73c,0xb4f50fbc,0xfe7fdc04,0xfe9decec,0xa0019118,0x3f20531f,0x0066fc5e,0x5a04f006,0xf51ffdfb,0x20e102d0,0x02cfc1fd,0xd1a40c30,0x2214bde5,0x057016ff,0x3dff1ee1,0x8b2b6f5b,0xdca0a3b9,0x1480b5fc,0xaef43fc4,0xff8fdb04,0xfe93ecec,0xa3040125,0x3fe0531f,0x3066fc5e,0x58050005,0xf4a011fa,0x80bf01b0,0x02ffb8fd,0xb1a40b50,0x35142dc9,0x05601cfd,0xfe061f01,0x922a7f58,0xdc40a6b9,0xe47fb6cc,0xb5f33fc4,0x00bfdc04,0xfe8bec7c,0xa5055135,0x4020551f,0xb068fc2e,0x50052005,0xf4201bfa,0x50a800b0,0x02afaefd,0xa1a20990,0x45137da9,0x053022fe,0x4dff2011,0xa129ef5c,0xdc90a3b9,0x5480b63c,0xd7f0afa6,0x020fde04,0xde7dec9c,0xa805f136,0x40305b20,0x906dfc1e,0x4d053004,0xf3701cfa,0x709efff0,0x018f99fd,0xe1aa07c0,0x54136d7f,0x044031ff,0x5df521a1,0xb5299f65,0xdd809bb6,0x6483b34c,0xf0ef2f7c,0x037fdf04,0xfe6cedbc,0xa706c124,0x40106121,0xc073fc2e,0x4f052003,0xf29023fa,0xc09aff50,0x016f6dfe,0x619b06d0,0x5c134d51,0x03005500,0xede92361,0xbd296f75,0xdf908eb4,0x7485b16c,0xecf00f71,0x059fdf05,0x6e50ee1c,0xa6087126,0x3ff06a23,0x107afc1e,0x4e053002,0xf1a038fb,0x70a5ff50,0x016f2fff,0x018505f0,0x5d133d2c,0x01b07903,0x0dd625d1,0xc2299f8c,0xe2d07cb3,0xf487b0ec,0xe4f05f8c,0x07afdf06,0x1e33ee4c,0xa40af12e,0x3ff07524,0xa083fc0e,0x4c054001,0xf0c05bfb,0xf0abffc0,0x00aeebff,0xa18004a0,0x5c139d07,0x00109b05,0x7dc327f1,0xc929ef9c,0xe5706fb4,0x8487b17c,0xdef02fb0,0x083fe006,0xbe19ef5c,0xa10db12b,0x40208026,0x008dfc1e,0x4e053000,0xf0307efc,0x20a40060,0x008ea5ff,0xd17902d0,0x5a126cea,0x0040aa07,0x9daf2a01,0xd82a7fab,0xe83063b4,0xc487b1bc,0xe6f0afa8,0x077fe007,0x5df7f02c,0xa4106130,0x40c08626,0xd093fc2e,0x54052fff,0xefa09cfc,0x509c0160,0x016e57ff,0x71700110,0x5a103cdf,0x0180b808,0xed982cb1,0xf02b2fbb,0xeb5056b4,0x6487b14c,0xe8f0af90,0x06bfe107,0x9dc6f0fc,0xad13713d,0x41f08426,0x8091fc4e,0x5a051ffe,0xeec0b5fc,0x909402b0,0x01ce10ff,0x416fff40,0x5c102cde,0x0050d608,0xcd8e2ef2,0x072bcfc9,0xee8049b3,0x3489b02c,0xeeefff65,0x064fe707,0x0d9af23c,0xaa163149,0x42f07b25,0x7089fc3e,0x55052ffc,0xedf0cbfc,0xc0900420,0x016ddaff,0xd16ffd40,0x5510fce2,0xfe90df08,0x8d953022,0x172cbfcd,0xef5046af,0xf48faced,0x15f0bf31,0x061fee06,0x3d7cf33c,0x9a181158,0x43407424,0x8083fbfe,0x47055ffb,0xed50e1fc,0xf09005c0,0x012dae00,0x616cfbc0,0x5211acea,0xfd80d907,0x3dad2fc2,0x1d2d2fcd,0xef6045ad,0xf493aafd,0x38f1af37,0x069fed06,0x1d62f39c,0x92197165,0x43807224,0x4082fbce,0x3f058ffa,0xecb0f2fd,0x108f06e0,0x010d8c00,0x716bfaa0,0x58120cf2,0xfd00d605,0x2dd12e22,0x1e2ccfca,0xeea048ad,0x5495aa5d,0x16f27f77,0x07dfe506,0x8d53f42c,0x8c1a3167,0x43d07023,0xf080fbce,0x3f058ff9,0xec4103fd,0x409107c0,0x010d7100,0x616af9e0,0x5f125cff,0xfc90c803,0xcdf02c42,0x1c2c2fc2,0xecb04fac,0xc496a9dc,0xe3f37fd1,0x095fdf06,0xfd53f46c,0x851a416b,0x43f06d23,0x707dfbbe,0x3b059ff9,0xec1119fd,0x70920860,0x00cd5d00,0x816cf990,0x63120d2b,0xfd40a902,0x9e0e29d2,0x172b0fb6,0xe9e05aac,0xa496a9bc,0xebf38007,0x0aefdd07,0x0d57f49c,0x7b192174,0x43c06922,0xf07afb7e,0x2e05cff9,0xebf12ffd,0xa0900810,0x004d4f01,0x2168f970,0x6711fd88,0xfda07b02,0x0e2726a2,0x0a293fa0,0xe5706cae,0xb491abcd,0x24f3ffee,0x0c6fde07,0x0d5cf48c,0x7116c181,0x42e06722,0xa078fb1e,0x19062ff8,0xebe140fd,0xd0930680,0xff5d4602,0x1167f9a0,0x6d123e18,0xfda05e01,0x4e3522f1,0xf326ef8a,0xe1c07db3,0x5488b04d,0x64f3dfd2,0x0d2fdd07,0x1d5ff4cc,0x66146183,0x41806622,0x7077fade,0x0d065ff9,0xec114cfe,0x00980500,0xfe4d3e02,0xe16cfab0,0x7912aec0,0xfd1065ff,0xae411ea1,0xd6244f80,0xe05085b7,0xa482b48d,0x78f1bfda,0x0d4fda07,0x2d5ff53c,0x6312a179,0x40806922,0xe079fb0e,0x17062ffa,0xecb153fe,0x108d04a0,0xfdad3103,0x7175fcc0,0x8a131f60,0xfca07bfd,0xde4b1a01,0xb3218f7e,0xe01088bc,0xc47db99d,0x6af08fde,0x0d5fd707,0x2d5df51c,0x6c121171,0x40507524,0xa083fb5e,0x2705effc,0xee1156fe,0x107e0490,0xfd4d2c04,0x0184fe90,0x9512bff1,0xfc9076fd,0x2e501561,0x8b1f0f77,0xdf208ec6,0x647bc31d,0x7af0ffb6,0x0dafd307,0x0d6df40c,0x7d121169,0x40408d27,0x9099fbae,0x3705afff,0xefc159fe,0x307a03d0,0xfcbd3504,0x719bff90,0x97121062,0xfc2066fd,0x5e511141,0x5f1caf71,0xde5093d3,0x4482cfdd,0x7bf15f9e,0x0dffd006,0xdd8ef2dc,0x8e11615f,0x3ff0a82a,0x50b1fbde,0x42057001,0xf09138fe,0x507802b0,0xfc8d4804,0x81b1ffd0,0x921250a0,0xfb8053fe,0x0e4f0dd1,0x2e1acf70,0xde5093df,0x3496dbad,0x65f2cfa1,0x0defd206,0x5db6f1dc,0x9a0fd157,0x3f50b42b,0x60bcfc0e,0x4b054fff,0xefb0f4fe,0x707201b0,0xfd1d5904,0x51c20060,0x8c11a0c7,0xfa703eff,0x1e460b00,0xfb195f76,0xdf108ee7,0xd4b2e43d,0x67f3afa1,0x0d8fda05,0x8dccf0ec,0xa30e5157,0x3ed0a129,0xb0abfc2e,0x54052ffd,0xee60dbfe,0x906c0120,0xfd7d6004,0x61d60240,0x870f40df,0xf8c02eff,0xce3b07f0,0xc017ff80,0xe06087ed,0x24cfe97d,0x71f2bfa1,0x0d0fe504,0xbdc2f0cc,0xa80da157,0x3ea07b25,0x9089fc5e,0x5b050ffd,0xeea0ecfe,0x706a0170,0xfdfd6e04,0x11e60440,0x860d50e2,0xf7202c00,0x4e3204d0,0x81179f8b,0xe2207def,0xc4e1ec2d,0x65f1bfab,0x0c5ff604,0x5db5f0dc,0xae0cd158,0x3e806322,0x1073fc4e,0x5a050003,0xf170e6fe,0x206d0260,0xfedd8203,0x51ef0550,0x7a0c10f1,0xf6201f01,0xbe2b02a0,0x5517cf94,0xe36076f1,0x94f1eded,0x4af25fa5,0x0ba00903,0xfdbdf03c,0xb60c015c,0x3e806021,0xa071fc3e,0x54051006,0xf390d7fd,0xc06d02f0,0xff6da102,0xe1f30610,0x6d0b6103,0xf5901403,0x4e240130,0x2b180f9c,0xe4b070f3,0x2501ef8d,0x2df37fa1,0x0b601803,0x5dd5ef9c,0xb40b115b,0x3e506021,0x8071fc1e,0x4f053007,0xf3e0cdfd,0x606f0320,0x002dc501,0xf1f506f0,0x6d0b410e,0xf4d01703,0xce1c000f,0xfc18ffa6,0xe69067f4,0x350cf09d,0x0cf39fab,0x0ba02102,0x6de8ef5c,0xb20a2155,0x3e405c20,0xf06efc1e,0x50053006,0xf370bffd,0x007202e0,0x00adee01,0x01fb0780,0x710ac11e,0xf4701503,0xce0eff0f,0xd01a1fb0,0xe85060f4,0xd513f14c,0xf9f2ffb2,0x0ba02c01,0x7e0aef2c,0xae096149,0x3e705920,0x606bfc2e,0x53052006,0xf330b9fc,0xb0790220,0x007e1600,0xb1ff0850,0x6e09913f,0xf4c01203,0xcdfffe6f,0xa51b1fb5,0xe9605cf5,0x0515f17c,0xfef26fb3,0x0b003d00,0x8e31ef3c,0xa208713a,0x3e40551f,0xb067fc3e,0x55051006,0xf370b3fc,0x607e01a0,0x012e2b00,0x81f50a30,0x6208116d,0xf4d01003,0xadf2fe0f,0x871bffbd,0xeb3055f4,0xa511f12d,0x09f08fa2,0x0a104fff,0xae3cee9c,0xa208013a,0x3e30531f,0x7066fc4e,0x58050007,0xf3b0a9fc,0x108401b0,0x01be4000,0x21ea0bf0,0x5908a177,0xf5101403,0x7de2fd7f,0x6c1d2fc3,0xecb050f4,0x1508f09d,0x08f0bf83,0x09605dff,0x6e49ee1c,0xa1076138,0x3e30521f,0x4065fc4e,0x59050007,0xf3d0a1fb,0xc0890210,0x01ce5dff,0xc1e30d10,0x5609a16a,0xf5f01404,0x5dccfc9f,0x541e8fbb,0xead057f2,0xc4f8ef4d,0x16f2af62,0x08b066ff,0xae63ee1c,0x9b06512d,0x3e00511f,0x0064fc5e,0x5b04f007,0xf3f099fb,0x80900240,0x020e79ff,0x71d50e50,0x4d0a114d,0xf7501404,0xfdbafbaf,0x44207fb7,0xea005aef,0xf4ddec8d,0x24f37f40,0x083071ff,0xee72edec,0x9905f124,0x3e10501e,0xe063fc6e,0x5d04f007,0xf3f08bfb,0x309601d0,0x025e92ff,0x41bf0f90,0x3c097122,0xf8901805,0x5dacfa9f,0x3822afb8,0xea4059ec,0x14c1e8bd,0x23f4af31,0x07e081ff,0xfe80edcc,0x9606811b,0x3e504f1e,0x9062fc7e,0x6404e007,0xf3c07efb,0x10990020,0x02aeb0fe,0xc1a81000,0x3007e0ea,0xf9802305,0xad9cf98f,0x30248fba,0xead058e7,0x54a9e40d,0x1bf3af3d,0x07b093ff,0xfe9bed9c,0x9006b10f,0x3e904e1e,0x4061fc8e,0x6804d006,0xf38079fb,0x209dfe10,0x02eed0fe,0x51900fa0,0x2606e0b8,0xfaa02e06,0x0d87f94f,0x2a25afbd,0xeb7055e2,0x7497df2d,0x14f2ff43,0x07109d00,0x2ebeed6c,0x87064109,0x3e804c1e,0x0060fc6e,0x6204e006,0xf36074fb,0x30a1fc70,0x02dee7fe,0x217d0fa0,0x1d062091,0xfb903606,0x0d73f97f,0x23268fc2,0xec8051de,0xb48ddb7d,0x10f2df40,0x0600a000,0x7ed0edac,0x8105f109,0x3e504b1d,0xc05ffc1e,0x4c053006,0xf3706afb,0x40a2fb50,0x022ef3fe,0x31720ff0,0x17051076,0xfc403e05,0x5d62f94f,0x1c277fc9,0xee404adc,0xb488d97d,0x0af1bf32,0x0530a100,0xced0ee8c,0x7b05a10c,0x3df04b1d,0xa05efb6e,0x2805d006,0xf3805afb,0x40a5fb50,0x011efafe,0x516b1000,0x1404406e,0xfca04605,0x3d51f95f,0x19281fce,0xef4047db,0xe487d8ad,0x0af11f27,0x05009e00,0xfeccefcc,0x7705710b,0x3d704b1d,0x905efaae,0x04067006,0xf3804bfb,0x90b2fd20,0x003f02fe,0x615f0fc0,0x1303f070,0xfcc05405,0x4d44f9cf,0x19289fce,0xef4047da,0x0484d6dd,0x0cf12f1f,0x05109801,0x2ecdf0dc,0x7405b106,0x3d504a1d,0x805efa5d,0xf506c006,0xf39041fc,0x60d20030,0xffaf0ffe,0x514d0f50,0x1203d074,0xfd206504,0xfd3efa3f,0x1a294fcd,0xef0047d7,0x4480d41d,0x11f15f20,0x05609501,0x7ed7f1bc,0x700650fb,0x3d90491d,0x405dfade,0x0b065006,0xf39039fd,0x30f002f0,0xff6f1dfe,0x51360ee0,0x0c03807f,0xfdd06a04,0x7d3cfa9f,0x1c2a0fca,0xee404ad4,0xf47dd1cd,0x1ff19f1e,0x06109301,0xcedff23c,0x6c0750ec,0x3df0471c,0xf05bfbee,0x41056006,0xf39031fc,0xd0e30520,0xff6f28fe,0x711c0e90,0x06038092,0xfe605c04,0x2d39fb2f,0x1e2a2fc2,0xec8051d3,0x047bcfdd,0x38f27f12,0x06809001,0xfedff27c,0x6a0850e0,0x3df0471c,0xd05bfcae,0x6e04b006,0xf38027fb,0x50aa0670,0xff5f2efe,0x91050ed0,0x050360a3,0xfeb05b03,0xbd3bfbbf,0x1f2a2fb7,0xea205bd2,0x747bcf4d,0x42f33f0d,0x06708d01,0xded6f2bc,0x6e0960d4,0x3e00471c,0xf05bfcee,0x7f047006,0xf35019fa,0xb0930590,0xfedf35fe,0x80fb0ef0,0x0a0330b6,0xfef06d02,0xbd41fc3f,0x212a1faf,0xe89062d1,0xf47acecd,0x32f32f23,0x06308901,0xaed3f38c,0x720950b9,0x3e30471c,0xd05bfd3e,0x96042005,0xf3100efa,0xa09104a0,0xfe7f40fe,0x60ef0e90,0x0e0370c4,0xff408301,0x8d46fcdf,0x2529cfab,0xe7c065cf,0x5478cc3d,0x18f29f4b,0x06708801,0xcedcf44c,0x720880a3,0x3e40441c,0x6059fd8e,0xad03d005,0xf2f00bfa,0x708a0450,0xfecf47fe,0x60d70e50,0x0c0390cc,0xff508f00,0xfd4afdaf,0x2c293fa3,0xe6506ccb,0xf476c8ed,0x15f28f5d,0x07308902,0x3ee6f45c,0x7008109e,0x3e40411b,0xa056fdce,0xbf039005,0xf2f00bfa,0x40830400,0xff5f44fe,0x80bc0ec0,0x0703a0d1,0xff709d00,0x7d4ffe5f,0x32289f9c,0xe50072c9,0xf475c6ed,0x19f26f53,0x07d08a02,0xaee3f46c,0x6e08509e,0x3e403c1a,0xa052fdfe,0xcf036005,0xf2f00dfa,0x308003c0,0xffaf42fe,0xa0a80ef0,0x0403e0d4,0xff80a7ff,0xdd51ff2f,0x3a281f97,0xe43076c7,0x9474c48d,0x17f28f4c,0x08008902,0xdee5f4bc,0x6b08b098,0x3e403819,0xb04efe2e,0xe0033005,0xf2f011fa,0x30800360,0xffbf46fe,0xc0990eb0,0x030420d6,0xff80afff,0x1d52000f,0x4427cf95,0xe3d078c4,0xa474c1ad,0x15f2ef46,0x07f08602,0xeeeef52c,0x66087091,0x3e203518,0xd04afe4e,0xee030005,0xf31013fa,0x207e0330,0xff7f4cfe,0xe08e0e10,0x040450dd,0xff60bbfe,0x9d52011f,0x51277f93,0xe3907ac2,0x7474bf8d,0x11f34f46,0x07d08302,0xeef5f5ac,0x62085087,0x3e103218,0x1048fe6e,0xf902e005,0xf34010fa,0x107702f0,0xff6f4aff,0x00870dd0,0x050460da,0xfee0d0fd,0xcd5101ff,0x60272f90,0xe3107cc0,0xd475bded,0x0cf3ef53,0x07908002,0xdef2f60c,0x61087083,0x3e202f17,0x7045fe7e,0xfe02d005,0xf3600dfa,0x407d0290,0xffbf41ff,0x00810de0,0x070460d2,0xfe90e2fc,0xcd4f02cf,0x7626ff8c,0xe2707fbe,0xe476bbfd,0x0cf4df5f,0x07207d02,0x9ee9f61c,0x6408b086,0x3e702e17,0x0044fe7f,0x0002d005,0xf3500cfa,0xb08c0280,0xffbf43ff,0x007c0d70,0x0904b0cb,0xfe80f8fb,0xcd49040f,0x8b26bf88,0xe1c083bc,0x2477b93d,0x07f62f6e,0x06407e02,0x3eedf62c,0x63087085,0x3e802d16,0xa043fe7f,0x0102c005,0xf3500cfa,0xe09202b0,0xff9f4cff,0x107b0c70,0x0c0530c9,0xfe710cfa,0xdd43056f,0xa2265f82,0xe0f088ba,0x5478b76c,0xfff78f77,0x05207f01,0xbefcf62c,0x60080085,0x3e702c16,0x7042fe7e,0xff02d005,0xf3700ffa,0xf09302b0,0xff9f4aff,0x107c0c40,0x100590c7,0xfe5119f9,0xed3d06af,0xbc25ff7c,0xe0108db8,0x347bb54c,0xfef69f75,0x03c07c01,0x4efef63c,0x62085088,0x3eb02b16,0x4041fe6e,0xf902e005,0xf3b00ffb,0x00900280,0xff9f47ff,0x007e0c30,0x150590c8,0xfe2121f9,0x0d38081f,0xde258f75,0xdf3092b3,0xc480b0fd,0x09f46f72,0x02107600,0xeefbf63c,0x6708408b,0x3ef02b16,0x3041fe6e,0xf702e005,0xf3d00dfa,0xe08a02a0,0xff7f4cfe,0xf0820bb0,0x190580ca,0xfe012df8,0x6d3409c0,0x03252f6e,0xde4099ae,0x6489abbd,0x0df45f71,0x00506e00,0x2efdf62c,0x6b07b08b,0x3f102b16,0x5041fe6e,0xf602e005,0xf3d009fa,0xe08602d0,0xff5f52ff,0x00850b50,0x1c05f0cb,0xfe313cf7,0x8d2f0ba0,0x2724ff6a,0xddb09caa,0xa491a80d,0x09f4ff72,0xfe6065fe,0x3f00f62c,0x6d078089,0x3f502b16,0x5041fe6e,0xf802e005,0xf3e005fa,0xf0860290,0xffaf53ff,0x10800bc0,0x1c0660c0,0xfe7150f6,0x6d290d70,0x46250f6a,0xdda09ca7,0x949aa4fc,0xf7f50f77,0xfc705cfb,0xdefdf5ec,0x7007d08c,0x3f802a16,0x1041fe7e,0xfd02d005,0xf3e000fb,0x00860230,0x001f55ff,0x60770c20,0x1b06b0af,0xfe3163f5,0x6d1d0f50,0x66250f6d,0xddf09aa3,0x84a9a10c,0xd6f46f88,0xfac055fa,0xcefcf56c,0x6f07e093,0x3f502a15,0xe040fe7f,0x0102d005,0xf3effffb,0x00840230,0x005f59ff,0x70740c30,0x1e06f0a2,0xfdf16ef4,0x7d0f1120,0x8b254f71,0xde60979f,0x54bc9cfc,0xa9f39f9e,0xf96050fa,0x9f01f53c,0x70084094,0x3f802915,0x803ffe8f,0x0802c005,0xf3fffefa,0xf08001e0,0xffff63ff,0x607b0bf0,0x24070096,0xfdf173f3,0x3cfe12c0,0xad25cf77,0xdf10929c,0x64ce9a2c,0x76f2cfaf,0xf8004cfa,0x7f0ff5cc,0x7008b08a,0x40002614,0xe03cfe9f,0x0e02a005,0xf42001fa,0xe07a00e0,0xffdf71ff,0x907d0bb0,0x2706c084,0xfdc17af1,0xfcea1470,0xca265f7c,0xdfc08d9a,0x24df981c,0x41f28fc4,0xf6604cfa,0x0f1cf60c,0x6c088084,0x40102414,0x203afebf,0x17029005,0xf43000fa,0xa06f0030,0xffef80ff,0xe07b0b30,0x2606a076,0xfd6181f0,0xbcd616a0,0xea26df81,0xe0508997,0xf4f495fc,0x14f2bfd8,0xf4b04bf9,0xbf22f5ec,0x6807d081,0x3fc02213,0xb038fecf,0x22026005,0xf42ff9fa,0x6061ffd0,0x000f8f00,0x40760ab0,0x2206b06e,0xfcb18aef,0x8cc418a1,0x0527cf86,0xe0f08596,0x1507944b,0xf8f2efea,0xf33046f9,0xcf21f58c,0x64072080,0x3f702313,0xd038feef,0x2b025004,0xf3efedfa,0x205bffb0,0x003f9900,0x90710a60,0x20071070,0xfbf194ee,0x7cb21a41,0x1728df8a,0xe1908195,0x2512936b,0xe5f31ff6,0xf1e03dfa,0x6f17f50c,0x6507507d,0x3f402414,0x403afeff,0x36023004,0xf3bfe5f9,0xc058ff60,0x003fa100,0xd06f0a30,0x20070073,0xfbc199ed,0x5ca21bd1,0x2529df92,0xe2907b95,0x1514934b,0xd3f32ffe,0xf0a032fa,0xff06f4ac,0x6807b07a,0x3f202615,0x003cff0f,0x3e021004,0xf3cfecf9,0x5053ff10,0x003fa901,0x006d0a20,0x1e06506f,0xfc01a0ec,0x3c931d01,0x2b2aaf9a,0xe3d07595,0x950f93cb,0xb1f3400f,0xef6026fb,0x1eeff45c,0x6c082078,0x3ef02b16,0x4041ff1f,0x42020004,0xf3dff7f8,0x8042ff00,0x001fb001,0x306a0a70,0x1c05e061,0xfc81a9eb,0x6c821dc1,0x262b7fa1,0xe4e06f96,0x8505949b,0x84f41028,0xee4019fb,0x1ee0f45c,0x6e086072,0x3ec03117,0xe046ff2f,0x4901f004,0xf3effcf7,0xe038ff00,0x001fb601,0x40620a90,0x1a05e055,0xfd31aaeb,0x1c751e81,0x1d2c2fa5,0xe5906c97,0xe4f795eb,0x4ff5e037,0xed400bfb,0x3edaf48c,0x6f08306e,0x3e903619,0x504cff2f,0x4f01e004,0xf40ff5f7,0xa03bff40,0x002fbb01,0x405a0a80,0x1705e04e,0xfdf1a1eb,0x2c701f71,0x122cafa4,0xe5706c9a,0x24e397fb,0x1bf76043,0xec7ffcfb,0x5ed8f4fc,0x6d07e06a,0x3e503b1a,0x6050ff3f,0x5401d004,0xf45fecf7,0x503cffc0,0x005fbf01,0x204e0a80,0x1405d045,0xfea197eb,0xac6e2041,0x052d1fa2,0xe5006e9c,0xf4cf9aaa,0xebf7606b,0xebcfeefb,0x6edaf58c,0x6a07f066,0x3e403c1a,0xc051ff4f,0x5d01c004,0xf4cfe8f7,0x003ffff0,0x00afc001,0x00400ac0,0x0e058037,0xff118fec,0x5c6f20d0,0xf82dbf9c,0xe400739f,0xb4bf9d4a,0xb6f9007e,0xeb4fe4fb,0x5ed3f67c,0x65086064,0x3e403719,0x904dff5f,0x6701a004,0xf4cfe4f6,0xc041ffe0,0x010fbf00,0xd0330ac0,0x0b05302e,0xff9182ed,0x3c702190,0xee2e2f93,0xe2b07ba3,0x24afa09a,0x7afb0084,0xeadfdcfb,0x2ecaf79c,0x5d086064,0x3e302e17,0x1044ff6f,0x6d019004,0xf49fdff6,0xb041fff0,0x014fc000,0x802a0ab0,0x0a04e025,0xfff177ee,0x0c6e2220,0xe52e5f8a,0xe15083a7,0x849fa4da,0x4dfc5092,0xea5fd2fb,0x0eccf84c,0x54081067,0x3e002614,0xf03cff6f,0x70018004,0xf4cfe3f6,0xa03e0040,0x017fc000,0x70240ac0,0x04046016,0x00616eee,0xac6b2270,0xde2e8f80,0xe0008bac,0x7491a9aa,0x35fd8099,0xe9efc5fa,0xeedcf88c,0x4707606e,0x3d902213,0x9038ff6f,0x6c019004,0xf52ff2f6,0x903e00d0,0x01bfbf00,0x60200b2f,0xfc03d005,0x00d163ef,0x0c6722a0,0xd82e7f79,0xdf0091b2,0xf485b00a,0x22fdd08e,0xe97fb8fa,0xeee7f89c,0x3e078074,0x3d401f12,0xa035ff6f,0x6d019004,0xf57ffbf6,0x803b00b0,0x01cfb800,0x501f0bdf,0xf302fff2,0x010153ef,0x2c642290,0xd32e2f72,0xde1097bb,0x447cb83a,0x12fe3070,0xe8efabfb,0x2ee0f8ec,0x38078078,0x3ce01c11,0xb032ff6f,0x6e018004,0xf5bff7f6,0x60380120,0x018fb300,0x50260c4f,0xed027fe4,0x015140ef,0x6c622250,0xcf2ddf69,0xdce09ec2,0xf478bfda,0x07fe305b,0xe85f9efb,0x7eddf97c,0x3006e078,0x3c701a10,0xe02fff6f,0x6a019004,0xf5eff6f6,0x40350240,0x015fadff,0xf02d0c8f,0xee024fdc,0x018131ef,0xcc632200,0xcc2d6f63,0xdc00a4ca,0x0479c6ca,0x00fd6051,0xe7bf95fb,0xbedff9dc,0x2d06a079,0x3c501910,0x502eff5f,0x6701a004,0xf60ffbf6,0x203202f0,0x019fa1ff,0x502b0d2f,0xf101ffd1,0x01712ff0,0x1c6621b0,0xcc2cff62,0xdbf0a4cf,0xf47ccca9,0xfffc4054,0xe70f8ffb,0xeed4f9dc,0x3206a084,0x3c90170f,0xd02cff4f,0x6001b003,0xf61ffaf6,0x203203f0,0x020f98fe,0xc0270d7f,0xf2018fc7,0x017139f0,0x5c6c21a0,0xcd2ccf61,0xdc10a5d3,0xa47fd049,0xf5fb8057,0xe65f89fc,0x0ec9f98c,0x39069094,0x3cd0170f,0xb02cff3f,0x5001e003,0xf60ff6f6,0x403504f0,0x01ff93fe,0x802b0d6f,0xef014fc6,0x01a141f0,0xbc7621a0,0xce2ccf53,0xdac0b1d6,0xe484d389,0xe7fd3053,0xe5af81fb,0xfec1f95c,0x3b0640a2,0x3cc0180f,0xf02dff0f,0x38022003,0xf5efedf6,0x803d05d0,0x01cf8efe,0x40310d6f,0xef013fbf,0x01914af1,0x3c7f21b0,0xcd2ccf3f,0xd8f0c2da,0x0488d6a9,0xd6ffb058,0xe4ff79fb,0xceb9f96c,0x3d05e0ae,0x3cc01910,0x302efebf,0x16028003,0xf5cfe5f6,0xf04b06d0,0x014f8bfe,0x303a0d5f,0xf0018fb8,0x013154f1,0xcc8721b0,0xc92ccf2f,0xd790d1dc,0xa48ed939,0xd000f05a,0xe45f73fb,0xceb4f9ec,0x3d0560b2,0x3c901910,0x402efe6e,0xf302e002,0xf5cfe0f7,0x805d07f0,0x00cf89fe,0x203e0d2f,0xf4020fbc,0x00c159f2,0x6c8d21f0,0xc52ccf20,0xd660dede,0x6491dae9,0xd201d05b,0xe39f6dfb,0xceb0fa7c,0x3d0510b1,0x3c601810,0x202dfe0e,0xd4034002,0xf5afdbf8,0x006d08a0,0x008f86fe,0x203b0d0f,0xf5023fc9,0x00515cf3,0x2c902230,0xc02cdf11,0xd560ebdf,0x7494dbf9,0xd502805c,0xe31f69fb,0xfeaffabc,0x3b0520ae,0x3c401810,0x102dfdde,0xc2038002,0xf59fdaf8,0x507608c0,0x005f82fe,0x40350cff,0xf6028fda,0x00615ff3,0xfc912250,0xb92cef03,0xd470f8e0,0x6496dce9,0xd403205e,0xe30f68fc,0x6eb0fb0c,0x380530a4,0x3c10180f,0xf02dfdde,0xc1038002,0xf58fdbf8,0x407408b0,0x004f7cfe,0x602c0d5f,0xf602efdd,0x00b161f4,0xcc912260,0xb12ceef3,0xd39107e1,0x5499ddd9,0xd1043064,0xe32f6afc,0xfeb3fb5c,0x34058095,0x3c20170f,0x902cfe0e,0xd0035001,0xf57fe1f8,0x006d0860,0x000f78fe,0xb0250d6f,0xf6036fde,0x00915ff5,0xac9222b0,0xad2cfee4,0xd2c114e2,0x149bde89,0xd305106b,0xe33f6cfd,0x5ebafbdc,0x2e05d07d,0x3c10160f,0x502bfe6e,0xf402e001,0xf53fe8f7,0xc0650780,0xffdf75ff,0x001c0d4f,0xf303afef,0x00b157f6,0x5c942320,0xad2d2ed8,0xd2311fe2,0x349bdeb9,0xdb059072,0xe34f6ffd,0x9ebffc2c,0x29064064,0x3c00160f,0x402bfedf,0x23026001,0xf4efecf7,0x50590660,0xffff70ff,0x600c0d3f,0xec04000a,0x01614cf7,0x3c9823a0,0xac2d8ec8,0xd1812de2,0x049bde89,0xe0053076,0xe35f70fd,0xbec0fc3c,0x2307304f,0x3c10160f,0x202bff2f,0x4f01e001,0xf48ff1f7,0x20530500,0x002f6aff,0x9ffd0d7f,0xeb04400d,0x023145f7,0xdc9723e0,0xa92dcebe,0xd10137e1,0xf49bde79,0xe304c079,0xe35f6ffd,0xbebefc1c,0x2307b03f,0x3c40160f,0x502bff6f,0x6e019000,0xf43ff5f7,0x505a0400,0x002f68ff,0x8ff50d5f,0xf2044fee,0x01f13bf8,0x4c942460,0xab2dbeba,0xd0e13be2,0x049bde99,0xea049074,0xe36f6cfd,0xaec0fbfc,0x27073032,0x3c70180f,0xe02dff8f,0x83015000,0xf3dff8f7,0x705d0470,0x003f69ff,0x6fef0cff,0xfa046fde,0x013130f8,0x9c9424d0,0xb12d7eb6,0xd0b13ee2,0x449bdec9,0xf1046067,0xe37f69fd,0x9ebefb9c,0x2d06502a,0x3ca01910,0x802fff9f,0x91012000,0xf3aff8f7,0x50590550,0x001f6dff,0x6fed0c60,0x0304d009,0x01712ef8,0xfc972530,0xb92d4eb2,0xd08143e2,0x249bdea9,0xf404205f,0xe37f67fd,0x8eb9fb5c,0x3305b022,0x3cb01c11,0x5031ffaf,0x9a011000,0xf3aff6f7,0x405905c0,0xffcf6fff,0x9fef0c20,0x09058047,0x02a132f9,0x2c9b2550,0xbe2d3eaf,0xd06146e1,0x949ade19,0xf504205b,0xe38f65fd,0x7eaffb4c,0x3805a01c,0x3cc01e12,0x3034ffaf,0x99011000,0xf39feff7,0x605c05b0,0xff9f6bff,0xbfef0c30,0x0d065049,0x037136f9,0x0c9f2560,0xc02d4ead,0xd04148e1,0x2498dda9,0xf4044059,0xe3bf64fd,0x4ea1fb3c,0x3d06201b,0x3cc02012,0xf036ffaf,0x97012fff,0xf34fe4f7,0x80600580,0xff6f6aff,0xdff00be0,0x0f07000c,0x029134f9,0x0ca12590,0xc12d6eaa,0xd0314ae1,0x1498dd99,0xf5044058,0xe3ef62fd,0x2e98fb2c,0x41068017,0x3cc02213,0x8038ffaf,0x99011fff,0xf30fdaf7,0x80610520,0xff2f70ff,0xdff40b40,0x1307dff3,0x01a130f9,0x3ca225e0,0xc52d4ea7,0xd0114ee1,0x0498dd89,0xf504105a,0xe41f63fd,0x5e9bfb4c,0x4306400e,0x3ce02313,0xd039ffaf,0xa0010fff,0xf2cfd7f7,0x80600500,0xff0f74ff,0xeff60ad0,0x1508501a,0x028131f9,0x7ca025e0,0xc72d0ea2,0xcfe152e1,0x2498dda9,0xf503e05c,0xe43f65fd,0xce9ffb5c,0x4305b00a,0x3ce02313,0xc039ffbf,0xa2010fff,0xf2afd6f7,0x80610540,0xff7f7300,0x0fef0ae0,0x12086030,0x035134f9,0x8c9e25e0,0xc52cdea1,0xcfe153e1,0x7499ddf9,0xf403d05e,0xe46f68fe,0x2e9dfb0c,0x41059015,0x3cd02213,0x8038ffaf,0x9a011fff,0xf28fd6f7,0xa0660570,0x004f6eff,0xffe30b20,0x0c081011,0x02a137f9,0xac9e25f0,0xc02cbe9e,0xcfc155e1,0x5499ddd9,0xf3044065,0xe4bf6dfe,0x4e98fa7c,0x4105f02b,0x3ce02113,0x1037ff8f,0x89014fff,0xf29fd6f7,0xd06c0570,0x006f7000,0x0fe30b10,0x05077fdf,0x01a13df9,0xac9e25c0,0xbd2c9e95,0xcf715ee1,0x5499ddd9,0xec053077,0xe52f71fe,0x4e9afa7c,0x4005b03d,0x3cd01f12,0x9035ff6f,0x6e019fff,0xf30fd3f8,0x107305a0,0x008f7300,0x1fe60adf,0xfe06bfb8,0x011141f9,0x9c9f25a0,0xbc2c7e90,0xcf4163e1,0x8499de09,0xe605b087,0xe58f74fe,0x6ea0fa8c,0x3d056051,0x3cc01d11,0xe033ff2f,0x4c01fffe,0xf3cfd2f8,0x407a05e0,0x007f7600,0x3fed0a8f,0xf5064f9e,0x00e141f9,0x8ca025a0,0xbe2c6e90,0xcf4163e1,0x9499de29,0xe9055083,0xe60f77fe,0x8ea9facc,0x38059064,0x3c801b11,0x2030feef,0x2a025ffe,0xf44fd4f8,0x30770640,0x007f7400,0x3ff30a5f,0xee05cf8f,0x00c140f9,0x9ca22590,0xc12c6e87,0xcef16ce1,0xf49ade79,0xea058082,0xe66f77fe,0xaeadfb1c,0x3505a074,0x3c701910,0x502efeaf,0x11029ffe,0xf48fd7f8,0x107506c0,0x009f7100,0x1ff50a4f,0xe9055f83,0x00a142f9,0xcca525a0,0xc12c5e7d,0xcea175e2,0xa49ddf29,0xe805b087,0xe66f74fe,0xaeb1fb7c,0x3305707c,0x3c80160f,0x502bfe9f,0x0702bffd,0xf4efdaf8,0x20770720,0x00cf6fff,0xeff30a6f,0xe6055f79,0x006148f9,0xdca525a0,0xbf2c2e7b,0xce9177e3,0x249edfa9,0xe805908b,0xe63f6ffe,0x9ebafbbc,0x30054079,0x3c90140e,0x6028febf,0x14028ffd,0xf54fe3f8,0x00730760,0x010f6bff,0xcfed0a9f,0xe3055f71,0x00014afa,0x0ca525d0,0xbd2c2e7f,0xceb174e3,0x249edfb9,0xe305408b,0xe64f6cfe,0x7ec3fbfc,0x2e05b06e,0x3cd0120d,0x8025feef,0x2d024ffd,0xf58fecf7,0xd06d0710,0x015f65ff,0x8fe50aef,0xe3054f6e,0xffc14afa,0x3ca42620,0xbd2c0e86,0xcef16de3,0x449edfc9,0xdc04f086,0xe66f6cfe,0x5ec2fc6c,0x2e069061,0x3d40100c,0x8023ff2f,0x4c01effc,0xf5aff0f7,0xa0690670,0x01bf60ff,0x6fdc0b5f,0xe2052f70,0xffa14dfa,0x8ca22620,0xbb2bde86,0xcef16de3,0xb49fe039,0xd904b080,0xe67f6dfe,0x4ebefccc,0x2c069054,0x3d700e0b,0x601fff6f,0x6b019ffc,0xf5ffeff7,0xb06a0610,0x021f5dff,0x5fd00b7f,0xe2051f78,0xffa14efb,0x0ca22640,0xb82bbe80,0xcec173e4,0x24a1e0b9,0xd904707e,0xe65f6ffe,0x8ebafd2c,0x29063048,0x3d900b0a,0x301cff8f,0x88014ffb,0xf65fecf7,0xa0690630,0x027f59ff,0x4fc50b8f,0xe304df84,0xffb14ffb,0x4ca22690,0xb62b9e79,0xce817ae4,0xb4a3e139,0xdc04b083,0xe61f71fe,0xdeb4fd9c,0x2705c03e,0x3d900909,0x1019ffbf,0xa200fffb,0xf67fe7f7,0x606206b0,0x02bf5bff,0x7fbb0b7f,0xe2045f91,0xffb155fb,0x6ca326b0,0xb32b9e74,0xce617ee4,0xb4a3e139,0xe005308b,0xe5ef73fe,0xdeb4fddc,0x21051036,0x3d500808,0x5016ffcf,0xb500cffb,0xf69fe4f7,0x405f0750,0x02ef59ff,0xafb20b7f,0xe103efa0,0xffe159fb,0x8ca526d0,0xb02bae6e,0xce3185e4,0xc4a3e159,0xe2057089,0xe5af73fe,0xaeb3fe0c,0x1b051031,0x3d100707,0xc015ffdf,0xc000affa,0xf6cfe2f7,0x405e0750,0x030f57ff,0xcfac0b8f,0xe3038fb3,0x000159fb,0xbca626e0,0xac2bce68,0xce018ae4,0xa4a3e139,0xe5057086,0xe57f74fe,0x5eb4fe3c,0x1705c02c,0x3ce00707,0x6014ffdf,0xc8009ffa,0xf70fe4f7,0x305d06b0,0x030f55ff,0xcfa80bdf,0xe6032fc6,0x002159fb,0xdca626d0,0xa42bfe65,0xcde18de4,0xa4a2e129,0xe7059085,0xe54f76fd,0xfeb3fe7c,0x1506d027,0x3ce00607,0x3013ffef,0xcf008ff9,0xf74fe4f7,0x105b05b0,0x02ef53ff,0xdfa80c1f,0xeb031fd9,0x00315bfb,0xfca626c0,0x9e2c2e64,0xcde18ee4,0xa4a3e129,0xeb05e08b,0xe51f7afd,0x8eb2febc,0x14082021,0x3cf00607,0x3013ffef,0xd1007ff9,0xf77fe5f7,0x105a0480,0x02ef4eff,0xcfa50c7f,0xef031fe9,0x00115dfc,0x1ca826d0,0x992c5e61,0xcdc191e4,0x84a2e109,0xef06308f,0xe50f7bfd,0x6eadfeec,0x14090020,0x3d000607,0x3013ffef,0xd0008ff8,0xf7bfe4f7,0x005803c0,0x02cf4eff,0xdfa20c8f,0xf2035ff7,0x00115ffc,0x6cab26e0,0x942c9e5f,0xcdb193e4,0x74a2e0f9,0xf1062086,0xe4ff7afd,0x9eb2ff1c,0x1209a01e,0x3cd00607,0x4013ffdf,0xcd008ff8,0xf7cfe7f6,0xc0500360,0x02af4dff,0xff9e0cdf,0xf303d002,0x005161fc,0xacae26d0,0x8f2cce61,0xcdc191e4,0x34a1e0b9,0xf605d07b,0xe4ff79fd,0xbeb3ff7c,0x1009e01c,0x3ca00607,0x2013ffdf,0xca008ff8,0xf7dfe7f6,0x704903c0,0x029f48ff,0xef990d1f,0xf504800e,0x00a161fd,0x0cb12700,0x8e2cde5e,0xcdb194e3,0xf4a0e079,0xf605d07a,0xe4ff7bfd,0xceb3ffdc,0x0e09a019,0x3c900606,0xf012ffdf,0xcb008ff8,0xf7cfebf6,0x70480460,0x029f45ff,0xdf950d0f,0xf904e016,0x00d15ffd,0x5cb12760,0x8f2cce59,0xcd9199e4,0x14a0e099,0xf705d07f,0xe4ff7efd,0xdeb7002c,0x0c098016,0x3cb00506,0x9011ffef,0xce008ff7,0xf7eff1f6,0x60470480,0x027f43ff,0xef930d1f,0xfb05001b,0x01115cfd,0x6caf2790,0x922c9e5a,0xcd9198e4,0x34a1e0c9,0xfa05b080,0xe4ff7efd,0xaeb9007c,0x0909e010,0x3ca00506,0x5011ffef,0xd3007ff7,0xf7fff5f6,0x50450440,0x026f44ff,0xff910d1f,0xfb053018,0x01015bfd,0x4cac27a0,0x932c8e60,0xcdc193e4,0x24a0e0a9,0xf805c07b,0xe4ef7efd,0x4ebd00bc,0x080a000a,0x3c800506,0x3010ffef,0xd8006ff6,0xf80ff7f6,0x50460420,0x026f46ff,0xff8d0cff,0xfb058015,0x00d158fd,0x4caa27d0,0x942c7e62,0xcdd191e3,0xc49fe059,0xf305c076,0xe4df7dfc,0xeebe00cc,0x070a1007,0x3c800506,0x2010ffef,0xdc006ff6,0xf7fff4f6,0x60480400,0x028f47ff,0xff8b0cef,0xfb057013,0x00d158fd,0x3caa27e0,0x952c6e65,0xcde18ee3,0xb49fe049,0xf305b074,0xe4cf7bfc,0xbebb00bc,0x080a3006,0x3c800506,0x2010ffef,0xdd005ff6,0xf7fff0f6,0x704a03c0,0x028f4700,0x0f8a0ccf,0xfb054011,0x00d156fd,0x2ca92800,0x952c6e62,0xcdd191e3,0xd49fe069,0xf505d075,0xe4af79fc,0x8eb900bc,0x0709f007,0x3c700506,0x3010ffef,0xdb006ff6,0xf7dfecf6,0x804d0410,0x029f47ff,0xef8b0ccf,0xfc052011,0x00c156fd,0x2ca92810,0x932c4e5f,0xcdb194e4,0x04a0e089,0xf505f077,0xe49f7afc,0x8ebb00ac,0x0909a00a,0x3c800506,0x4010ffef,0xd8006ff6,0xf79fecf6,0xa04f0470,0x02af47ff,0xff8c0cdf,0xfb04e00f,0x00e158fd,0x0ca927e0,0x912c3e5e,0xcdb195e4,0x24a0e0b9,0xf705f077,0xe48f7dfc,0xaeba009c,0x0909900a,0x3c800506,0x4010ffef,0xd8006ff6,0xf78fe9f6,0xa0510480,0x02af49ff,0xff8d0cbf,0xfb04d00f,0x011158fd,0x1ca827e0,0x8f2c3e5d,0xcda197e4,0x04a0e099,0xf9063078,0xe47f7ffc,0xdebc009c,0x0a09900a,0x3c900506,0x4010ffef,0xd8006ff5,0xf77fe8f6,0xb0520460,0x02bf4bff,0xff8d0c9f,0xf904e00f,0x014157fd,0x3ca827f0,0x8c2c5e5c,0xcda197e3,0xd49fe059,0xfa068078,0xe46f81fd,0x0ec000ac,0x0909900a,0x3c900506,0x1010ffef,0xd8006ff5,0xf79fe8f6,0xb0530440,0x02bf4bff,0xff8d0c9f,0xf804f00c,0x016155fd,0x5ca827f0,0x892c8e5c,0xcda198e3,0x949fe029,0xfa069078,0xe45f83fd,0x3ec100bc,0x0909700a,0x3c900505,0xf010ffef,0xda006ff5,0xf7afe7f6,0xa0510450,0x02af4cff,0xff8e0c7f,0xf805100a,0x015154fd,0x8ca727f0,0x882c8e57,0xcd819de3,0x849ee009,0xf806c07b,0xe45f84fd,0x5ec100cc,0x0a095009,0x3c900405,0xe00fffef,0xda006ff4,0xf7bfe5f6,0xa0530450,0x02af4dff,0xff8e0c7f,0xf7052006,0x011155fd,0x8ca727f0,0x872c8e52,0xcd61a1e3,0x949fe019,0xf3073082,0xe45f83fd,0x4ec000cc,0x0b092008,0x3ca00405,0xe00fffef,0xdb006ff4,0xf7afe3f6,0xa0520470,0x028f4dff,0xff910c7f,0xf6051004,0x00f155fd,0x8ca82800,0x872c8e4e,0xcd51a5e3,0xa49fe039,0xf2078085,0xe46f83fd,0x3ec000dc,0x0a08f008,0x3c900505,0xf010ffef,0xda006ff4,0xf7afe1f6,0xa0520490,0x028f4d00,0x0f920c8f,0xf6052003,0x00d155fd,0x8ca82800,0x882c7e4b,0xcd31a8e3,0xa49fe029,0xf2079086,0xe48f84fd,0x1ec000dc,0x0a092008,0x3c900505,0xf010ffef,0xd9006ff4,0xf7bfdff6,0x90510470,0x027f4d00,0x0f930c9f,0xf5052001,0x00a156fd,0x6ca927f0,0x892c7e4a,0xcd31a9e3,0xb49fe039,0xf2078086,0xe4af85fc,0xfec000dc,0x0a091007,0x3c800505,0xf010ffef,0xd9006ff4,0xf7bfdff6,0xa0520490,0x027f4c00,0x0f950caf,0xf5053000,0x005156fd,0x4ca827f0,0x8a2c6e47,0xcd21ace3,0xa49fe039,0xf1079084,0xe4bf86fc,0xdec000ec,0x09090006,0x3c800405,0xf010ffef,0xda006ff3,0xf7afdff6,0xb05504a0,0x026f4d00,0x0f950caf,0xf5053003,0x004154fd,0x4ca82800,0x8a2c6e46,0xcd21ade3,0xb49fe039,0xf1079082,0xe4bf86fc,0xcec100dc,0x0a090006,0x3c900505,0xf010ffef,0xda006ff3,0xf7afdef6,0xb0550490,0x026f4d00,0x1f960caf,0xf5051003,0x006154fd,0x4ca827f0,0x8a2c7e47,0xcd21ade3,0xc49fe059,0xf4076081,0xe4bf87fc,0xcec200dc,0x09091006,0x3c800505,0xf010ffef,0xda006ff3,0xf79fdef6,0xa0540480,0x027f4d00,0x0f950caf,0xf5052003,0x005155fd,0x4ca927f0,0x892c6e46,0xcd11aee3,0xe49fe069,0xf4073082,0xe4af87fc,0xeebf00dc,0x0a092007,0x3c900505,0xf010ffef,0xd9006ff3,0xf7afdbf6,0xb0560470,0x027f4e00,0x1f950caf,0xf4053003,0x005155fd,0x5ca927e0,0x892c7e45,0xcd11afe3,0xd49fe069,0xf4078083,0xe4af86fc,0xfec000cc,0x09092007,0x3c800505,0xf010ffef,0xd9006ff3,0xf7afd9f6,0xb0570460,0x027f4f00,0x1f960cbf,0xf3053005,0x002157fd,0x4ca927d0,0x892c7e47,0xcd21ade3,0xe49fe079,0xf507407d,0xe4af86fd,0x0ebf00bc,0x0a095007,0x3c800506,0x0010ffef,0xdb006ff2,0xf7afd7f6,0xa0550420,0x027f4f00,0x1f960caf,0xf3053009,0xffc156fd,0x5ca927e0,0x892c7e45,0xcd01afe3,0xf4a0e089,0xf807207d,0xe4af86fd,0x1ec100bc,0x0909a006,0x3c800506,0x1010ffef,0xdc006ff2,0xf7afd8f6,0x905303c0,0x028f4f00,0x1f950cbf,0xf305100c,0xff9158fd,0x5caa27e0,0x882c7e43,0xcd01b1e3,0xf4a0e089,0xf707407d,0xe4af87fd,0x2ec000bc,0x0909c006,0x3c800506,0x1010ffef,0xde005ff2,0xf7afd6f6,0x604f0390,0x027f4f00,0x2f960ccf,0xf305000e,0xff7158fd,0x5cab27d0,0x872c6e43,0xcd01b1e4,0x04a0e089,0xf906d077,0xe4bf89fd,0x2ec000bc,0x090a1006,0x3c700506,0x2010ffef,0xde005ff2,0xf7afd5f6,0x604e0360,0x027f4f00,0x2f970cbf,0xf404f00d,0xff4157fd,0x6cac27d0,0x872c6e41,0xccf1b3e3,0xf4a0e089,0xf806e075,0xe4cf8bfd,0x3ec000bc,0x090a2006,0x3c700506,0x3010ffef,0xdc005ff2,0xf79fd5f6,0x80520340,0x025f5100,0x3f970caf,0xf404e00a,0xff2157fd,0x6cac27c0,0x862c7e40,0xcce1b4e3,0xf4a0e089,0xf6070072,0xe4df8cfd,0x4ec100bc,0x0909f003,0x3c700506,0x4011ffef,0xdc005ff2,0xf78fd3f6,0xa0560340,0x025f5200,0x2f960caf,0xf504f007,0xff1158fd,0x6cac27c0,0x842c8e40,0xcce1b5e3,0xf4a0e089,0xf6070077,0xe4cf8dfd,0x4ec200bc,0x090a2003,0x3c800506,0x5011ffef,0xdb006ff2,0xf78fd2f6,0xb0590320 +}; + +u32 ANIM_ENTRY_fire_standing_one_handed_weapon[] = +{ + 0xf9200500,0xc07900bf,0xf1010ff0,0x01a7f67f,0xd3edf83f,0x9f400000,0xee300000,0x00d10000,0x0f0cdf8f,0x156fc3fb,0xffeaffcc,0x0e00cfb0,0x3c50000b,0x1000000f,0xe8000f83,0xfec00e00,0x800203a0,0xf8e00800,0xc07f008f,0xf100fff0,0x0177f47f,0xd3ecf7af,0xa03ff000,0xee100000,0x00d00000,0x100cdf8e,0x15dfc5fb,0xffe5fefc,0x10005fae,0x3c30000d,0x1000000f,0xe9000f8b,0xfe101000,0xaffe03b0,0xf8d00800,0xb07f00af,0xf2010fed,0x0177f67f,0x93ebf71f,0xa13fe000,0xee700000,0x00ce0000,0x0f0cbf8e,0x165fc7fb,0xefddfeac,0x1400dfad,0x3c60000e,0x4000000f,0xee000f92,0xfd501000,0x0ffa0370,0xf8d00900,0xa08000cf,0xf3010fea,0x0187fa7f,0x63ecf68f,0xa13fd000,0xee900000,0x00cc0000,0x0b0caf8d,0x16cfc9fb,0xdfd8fe6c,0x16012fab,0x3c80000f,0x1000000f,0xf1000f97,0xfcc010ff,0x9ff80360,0xf8c00f00,0x708400cf,0xf500dfe4,0x01d7fb7f,0x83eef60f,0xa23fd000,0xee200000,0x00cb0000,0x0a0cdf8b,0x173fcafb,0xdfe2fdfc,0x1400afab,0x3c700010,0x1000000f,0xf4000f98,0xfc2012ff,0x5ff20360,0xf8b01800,0x408500bf,0xf700bfdd,0x0227f17f,0xc3ecf58f,0xa23fc000,0xedf00000,0x00ca0000,0x160cef8b,0x17afccfb,0xcff2fdec,0x0e000faa,0x3c600010,0x8000000f,0xf5000f93,0xfbd015ff,0x5fee0380,0xf8b01a00,0x308500bf,0xf800bfdb,0x0237ed7f,0xd3ebf51f,0xa33fb000,0xedf00000,0x00c80000,0x1b0cef8c,0x17ffcdfb,0xbff6fdec,0x0dffefaa,0x3c500010,0x8000000f,0xf5000f91,0xfbc016ff,0x5fee0380,0xf8b01b00,0x308500bf,0xf800bfdb,0x0237ed7f,0xd3ebf4bf,0xa33fa000,0xee000000,0x00c70000,0x1c0cef8c,0x184fcefb,0xbff7fdfc,0x0dffefaa,0x3c500010,0x8000000f,0xf5000f91,0xfbc016ff,0x5fee0380,0xf8d029ff,0x708c0050,0x0300afd0,0x0278067f,0x13eff48f,0xa33fa000,0xeec00000,0x00c70000,0x010c7f89,0x187fcffb,0xb018fe4c,0x0bff0fa5,0x3c900010,0x2000000f,0xe6000f86,0xfb701fff,0x5ffc0390,0xf8b02aff,0x608f0040,0x0400afce,0x0288087f,0x23f1f47f,0xa33fa000,0xee900000,0x00c6000f,0xfe0c8f87,0x188fcffb,0xa01cfe5c,0x0afeefa9,0x3c800010,0x3000000f,0xdb000f85,0xfb6020ff,0x7fff03a0,0xf8802dff,0x30950040,0x0500afca,0x02880e7f,0x43f6f4cf,0xa63fa000,0xee200000,0x00ca000f,0xf70c9f84,0x17bfd1fb,0x9023fe7c,0x08feafb3,0x3c500010,0x5000000f,0xc1000f84,0xfb4023ff,0xa00603d0,0xf85035ff,0x30940060,0x0400dfc1,0x02980c7f,0x73f9f59f,0xad3f9000,0xee000000,0x00d2000f,0xf40caf80,0x15afd6fb,0x6024fe6c,0x0afe9fd7,0x3c300010,0xd000000f,0x76000f8e,0xfa7020ff,0xb0110400,0xf8703fff,0x508d00d0,0x02014fb0,0x02a8037f,0x23f7f6df,0xb73f9000,0xeec00000,0x00de000f,0xfa0c7f83,0x129fdefb,0x1025fe3c,0x0dfe901b,0x3bf00011,0x8000000e,0xf4000f9c,0xf8e019ff,0x70100490,0xf8b045ff,0x608b00f0,0x01018fa6,0x02c8067e,0x73f6f86f,0xc33f8000,0xefb00000,0x00ed000f,0xf80c4f87,0x0edfe7fa,0xa02ffdfc,0x09fe2045,0x3bb00011,0xc000000e,0xaa000f9a,0xf82018ff,0x6ffa0550,0xf8c058ff,0x8091005f,0xfb01af9f,0x02b8087e,0x53fcfa1f,0xd03f8000,0xef700000,0x00fd000f,0xf30c6f85,0x0acff1fa,0x4045fe1b,0xfefca066,0x3ab00011,0xd000000e,0x62000f97,0xf7c01aff,0xefd805f0,0xf84085ff,0xa0a5febf,0xee016f8f,0x02a7e47f,0x23fdfbbf,0xdd3f7000,0xee000000,0x010d0000,0x150cdf8c,0x06bffaf9,0xd067ff0b,0xf5fa50a4,0x38f00011,0xc000000d,0xd6000fa5,0xf7300f01,0x6fbb0670,0xf7e0a5ff,0x70b0fe1f,0xec017f7b,0x02b7d67f,0x03fdfd4f,0xe93f6000,0xee200000,0x011c0000,0x230ccf94,0x030003f9,0x7077004b,0xfefa20d6,0x38c00011,0x1000000d,0x79000fb9,0xf6cffd02,0xffbd0700,0xf7c0c1ff,0x30bbfd8f,0xed01cf65,0x02b7f17e,0xb40afe8f,0xf33f6000,0xee000000,0x01280000,0x070cbf8d,0xfff00bf9,0x108900ec,0x06fa40fd,0x38700011,0x0000000d,0x4f000fc9,0xf67fec04,0xffc807a0,0xf7b0e4ff,0x50b6fd3f,0xe102bf45,0x02c7e57f,0x140dff6f,0xf93f6000,0xedf00000,0x01310000,0x180d1f8d,0xfdd010f8,0xe09700dc,0x08fa3117,0x37800011,0xb000000d,0x4e000fe3,0xf61fd806,0xffd307e0,0xf7d0feff,0x70abfd5f,0xd9037f28,0x02b7e47f,0x4403ffbf,0xfc3f6000,0xeec00000,0x01340000,0x450d2f9a,0xfd1012f8,0xd09d008c,0x0efad128,0x37100012,0x6000000d,0x64000ffb,0xf5cfc507,0xffd907e0,0xf8c120ff,0xc0aafd3f,0xd8031f05,0x0247e37e,0xb407ff20,0x053ed000,0xeee00000,0x013e0000,0x390cef98,0xfd1018f8,0xa0ab004c,0x14fd112a,0x37100012,0x6000000d,0xc0000012,0xf53fae08,0x9fda0820,0xf9a14a00,0x30a9fcff,0xd602fee4,0x01d7e17e,0xa407fdc0,0x1e3d6000,0xed900000,0x015a0000,0x250d3f8f,0xfd0028f8,0x30c2008c,0x17fff110,0x36b00012,0x2000000e,0x3e000029,0xf4df9808,0xcfda0870,0xfa517c01,0x10a7fcaf,0xd3036ebf,0x0177df7e,0x6409fba0,0x443b5000,0xed600000,0x01830000,0x3d0d4f95,0xfce040f7,0x90cf004c,0x210400e5,0x36900012,0x8000000e,0xbc000055,0xf4bf7606,0x8fdc0880,0xfb51a702,0x10a4fc3f,0xd0037e97,0x0167dc7e,0x140bf920,0x7138c000,0xeed00000,0x01b60000,0x530cef9e,0xfcc05df6,0xc0ceffbc,0x3308f0be,0x37200013,0x0000000f,0x2600008a,0xf4af4f01,0xffdd0870,0xfbe1ba02,0x50a1fbcf,0xcc034e86,0x0187da7d,0xd40df650,0xa2360000,0xeec00000,0x01ec0000,0x440cdf99,0xfca07df5,0xe0d6001c,0x3e0b009f,0x37600012,0x5000000f,0x63000097,0xf4cf43ff,0x7fd90860,0xfc31c902,0x209ffb4f,0xc8038e7b,0x0167d87d,0x940ef390,0xd3334000,0xedc00000,0x02230000,0x310d0f91,0xfc909cf5,0x10e5010c,0x470ba07d,0x37500010,0xf000000f,0x9a000094,0xf52f41fe,0x4fce0850,0xfb91fa01,0xc09cfadf,0xc4069e67,0xffc7d77d,0x840ff101,0x0130b000,0xed200000,0x02550000,0x600d9f9e,0xfc70b9f4,0x4100039c,0x660d4036,0x37f0000e,0x3000000f,0xc700009d,0xf6ff34fc,0x1fc10690,0xfaf20e01,0x709afa8f,0xc107be5d,0xff67d67c,0xf408eef1,0x262ea000,0xed900000,0x027f0000,0x840dafaa,0xfc50d1f3,0xa100049c,0x790f201a,0x3910000d,0x7000000f,0xc20000a9,0xf7bf2df9,0xbfd10580,0xfa321f00,0xd098fa4f,0xbf08de53,0xff37b07c,0xf400ed81,0x3f2d3000,0xee700000,0x029b0000,0xa60d8fb6,0xfc40e1f3,0x30f805ac,0x8f116ffc,0x3ab0000d,0x0000000f,0xb00000b4,0xf85f27f6,0x9ff60480,0xf8a23b00,0x1098fa3f,0xbe094e49,0xff27b27c,0x9404ed01,0x492cb000,0xee300000,0x02a50000,0x970dafb6,0xfc40e7f3,0x00ee05cc,0x990ecfe3,0x3b40000e,0x0000000f,0xbc0000b1,0xf97f2af7,0x6ff004b0,0xf8a24100,0x1098fa1f,0xbf08fe39,0xff57c37b,0x7409ec31,0x4d2b8000,0xecc00000,0x029a0000,0x750dffb0,0xfc30ebf2,0xf0d104cc,0x9d093fd5,0x3b600010,0xa000000f,0xd20000aa,0xfb5f2ffa,0x5fd10530,0xf8925100,0x0098f9cf,0xc108de2d,0xff87b27b,0x1401ea21,0x57283000,0xecb00000,0x027c0000,0x860defb3,0xfc10f6f2,0xd0aa042c,0xa507cfb7,0x3bd00011,0xe000000f,0xd00000ab,0xfc4f2dfa,0xafd104a0,0xf87268ff,0xe098f96f,0xc408ee24,0xffb7a17b,0xe3f6e711,0x67236000,0xee200000,0x024f0000,0x9c0dcfba,0xfbf105f2,0xa08403ec,0xac079f96,0x3c900012,0x2000000f,0xcd0000a1,0xfcef2df9,0xcfda0390,0xf85284ff,0xd098f8ef,0xc8090e16,0x0067be7d,0xa3f7e351,0x7a1d8000,0xf0300000,0x02190000,0x7e0dbfaf,0xfbb117f2,0x705b038c,0x9f049f81,0x3cf00011,0xf000000f,0xdb000058,0xfd8f40fa,0x4fde02b0,0xf822a3ff,0xb098f85f,0xcc087e08,0x0147c87d,0x33f5df41,0x8f172000,0xef900000,0x01de0000,0x730dffa8,0xfb812bf2,0x303402dc,0x91022f7f,0x3d200012,0x3000000f,0xde000019,0xfddf56fa,0xffdd0260,0xf802c2ff,0x9098f7df,0xd007ddfc,0x01a7b67d,0x23ebdb31,0xa310c000,0xefb00000,0x01a40000,0x8d0defad,0xfb413ff1,0xfff101ec,0x8b01ef7f,0x3d500012,0x4000000f,0xd1000fe9,0xfe0f6cf9,0xefe00190,0xf7e2deff,0x8098f75f,0xd407adf7,0x01a7c07e,0x23e9d771,0xb60ae000,0xf0e00000,0x016e0000,0x870dbfac,0xfb0151f1,0xbfbd021c,0x82014f7e,0x3dc00010,0x9000000f,0xd8000fac,0xfe1f88f9,0x7fe20170,0xf7c2f5ff,0x6098f6ef,0xd7074df5,0x01c7dd7e,0x73eed461,0xc6061000,0xf0d00000,0x01410000,0x680dafa1,0xfae161f1,0x8fa1030c,0x80008f7d,0x3e40000e,0x5000000f,0xec000f84,0xfe2f9cfa,0x3fe301f0,0xf7b305ff,0x5098f69f,0xd906cdef,0x0237e17d,0xe3efd251,0xd102c000,0xefd00000,0x01230000,0x640daf9d,0xfac16bf1,0x6f8703cc,0x8dffef7c,0x3eb0000d,0x4000000f,0xef000f7d,0xfe9fa0fa,0x4fde01d0,0xf7b30bff,0x5098f68f,0xda067de9,0x0287ea7d,0xc3f1d191,0xd5019000,0xef600000,0x01180000,0x5b0d8f99,0xfab16ff1,0x6f81043c,0x93ffaf7c,0x3ee0000c,0x8000000f,0xed000f78,0xfeffa1f9,0xffdd0190,0xf8730d00,0x1099f74f,0xe705cdde,0x03381c7e,0x83fed161,0xd2023000,0xefa00000,0x01130000,0x2c0d2f88,0xfa0166f1,0x6fa404ec,0x8bff7f7b,0x3ee0000a,0xa000000f,0xe7000f5e,0xffafaaf9,0xafe70170,0xf85310ff,0xd099f79f,0xe905cdd9,0x03a8277e,0x4405d0f1,0xcb03a000,0xef100000,0x01080000,0x210d3f85,0xf8414ff1,0x8fbf054c,0x84ff1f7a,0x3ef00009,0x8000000f,0xe3000f4a,0xffffb5fa,0x9ff501e0,0xf82312ff,0xa099f7bf,0xe805ddd8,0x03d8247d,0xf408d081,0xc3055000,0xeea00000,0x00fb0000,0x220d5f85,0xf64132f1,0xafc9055c,0x81fe9f79,0x3f000009,0x2000000f,0xe0000f42,0x000fb9fb,0x1ffc0220,0xf82313ff,0x9099f7bf,0xe705edd7,0x03d8207d,0xd407d011,0xbc06c000,0xee900000,0x00f00000,0x250d5f87,0xf48114f1,0xefcb055c,0x81fe3f79,0x3f000009,0x1000000f,0xdf000f41,0x000fbafb,0x2ffd0220,0xf8131aff,0x9093f82f,0xdf068dd2,0x0417e77d,0x13fecff1,0xb9075000,0xee700000,0x00eb0000,0x4d0d0f98,0xf3b0fcf2,0x1fd9055c,0x81fe0f79,0x3f100008,0x4000000f,0xdc000f37,0x006fbafa,0xeffd0210,0xf8331bff,0xb093f82f,0xe0068dd3,0x0447e37d,0x33fcd051,0xb3083000,0xeeb00000,0x00eb0000,0x510d0f9b,0xf410e9f2,0x6fdd058c,0x81fddf79,0x3f000007,0xd000000f,0xd6000f33,0x008fb9fa,0xa00701f0,0xf8531eff,0x9090f81f,0xe306bdd5,0x0477e67d,0x83fcd151,0xa60a3000,0xef100000,0x00eb0000,0x4f0d1f9d,0xf510d4f2,0xdfe2062c,0x82fd7f79,0x3f000006,0x8000000f,0xc4000f30,0x00cfb6fa,0x702901d0,0xf81321ff,0x108ef81f,0xe706edd6,0x0457f57d,0x8400d281,0x970ca000,0xef100000,0x00eb0000,0x3f0d1f98,0xf640c1f3,0x4fe1068c,0x84fd0f79,0x3f000005,0x9000000f,0xb3000f33,0x010fb4fb,0x30480210,0xf81322fe,0xf08ef82f,0xe806bdd6,0x0457f47d,0x4401d381,0x8a0eb000,0xeef00000,0x00eb0000,0x3f0d0f97,0xf750b4f3,0xafd6068c,0x88fc9f79,0x3f000005,0x7000000f,0xb0000f3d,0x011faefb,0x804c0230,0xf87323ff,0x508df83f,0xe6065dd4,0x0497e07c,0xd3fdd3e1,0x850f9000,0xef300000,0x00eb0000,0x530d0f9e,0xf7c0aff3,0xcfbd069c,0x91fc7f79,0x3f000005,0x4000000f,0xaf000f53,0x013fa3fb,0x404c0210,0xf87323ff,0x508df83f,0xe6064dd4,0x0487df7c,0xa3fdd3c1,0x850fb000,0xef500000,0x00eb0000,0x530d1fa0,0xf850a5f4,0x3fbd069c,0x91fc7f79,0x3f000005,0x4000000f,0xae000f55,0x011fa2fb,0x604d0220,0xf83324ff,0x208df84f,0xe6062dd2,0x03d7ef7c,0x6404d371,0x85103000,0xef500000,0x00ea0000,0x3c0d3f98,0xf9b08cf5,0x3fbe069c,0x91fc7f79,0x3f000005,0x8000000f,0xad000f53,0x00cfa6fb,0xd04d0240,0xf83324ff,0x308df84f,0xe605add1,0x0377e37c,0x4400d2f1,0x8610e000,0xef900000,0x00e80000,0x490d3f9b,0xfb606cf6,0x8fbe069c,0x91fc7f79,0x3f000005,0xc000000f,0xaf000f53,0x005fa8fb,0xe0490240,0xf83324ff,0x408df85f,0xe7059dd0,0x0367d87c,0x63fbd251,0x8711c000,0xeff00000,0x00e70000,0x560d3fa0,0xfcd04ef7,0xafbe069c,0x91fc7f79,0x3f000006,0x0000000f,0xaf000f53,0xffefa8fb,0xc0470220,0xf85324ff,0x508df86f,0xe7059dcf,0x0347df7c,0x53fbd1a1,0x8812a000,0xefe00000,0x00e60000,0x400d4f9a,0xfd903af8,0x5fbe069c,0x90fc7f79,0x3f000006,0xa000000f,0xad000f57,0xff1fa6fb,0xc04b01f0,0xf86323ff,0x608df88f,0xe7057dcf,0x0337e57b,0xe3fbd101,0x89139000,0xef500000,0x00e80000,0x220d2f8e,0xfd6039f8,0x4fbf069c,0x90fc7f79,0x3f000007,0x2000000f,0xad000f5d,0xfeafa2fb,0xd04b01c0,0xf88323ff,0x808df89f,0xe8055dcf,0x0377d07b,0x53f5d061,0x8a146000,0xeed00000,0x00ec0000,0x140cff8a,0xfce038f8,0x2fbf069c,0x90fc7f79,0x3f000007,0x2000000f,0xae000f5e,0xfe6f9dfb,0xd04a0180,0xf89322ff,0x908df8bf,0xe8055dcf,0x0387ca7b,0x03f4cfe1,0x8b151000,0xeeb00000,0x00f1000f,0xff0cdf84,0xfc5035f8,0x0fc0068c,0x90fc7f79,0x3f000007,0x1000000f,0xb0000f5a,0xfe4f9efb,0xd0490160,0xf87322ff,0x708df8cf,0xe9056dce,0x0367d57a,0xb3f7cf81,0x8c159000,0xee400000,0x00f5000f,0xe60ccf7b,0xfbe033f7,0xefc0068c,0x90fc7f79,0x3f000007,0x3000000f,0xb0000f59,0xfe4fa1fc,0x00480170,0xf86322ff,0x608df8ef,0xe9057dce,0x0367d37a,0x63f7cf61,0x8c15c000,0xedf00000,0x00f6000f,0xe20cbf78,0xfbb030f7,0xdfc1068c,0x90fc7f79,0x3f000007,0x5000000f,0xb2000f59,0xfe4fa1fc,0x20460170,0xf88322ff,0x908df90f,0xea058dce,0x0367c97a,0x43f4cf61,0x8c155000,0xee000000,0x00f9000f,0xee0cbf7b,0xfb702df7,0x9fc1067c,0x90fc7f79,0x3f000007,0x5000000f,0xb2000f57,0xfe2fa2fb,0xc0450150,0xf89322ff,0xa08df91f,0xea059dce,0x0357c67a,0x33f4cf51,0x8b143000,0xee200000,0x0102000f,0xf10cbf7d,0xfb4029f7,0x4fc2067c,0x90fc7f79,0x3f000007,0x8000000f,0xb1000f55,0xfe0fa3fb,0xd0470150,0xf89322ff,0xa08df93f,0xeb05bdcf,0x0337c27a,0x03f4cf41,0x8b129000,0xee000000,0x010e000f,0xf10ccf7d,0xfb2027f6,0xdfc3067c,0x8ffc7f79,0x3f000008,0x1000000f,0xb0000f57,0xfdcfa2fc,0x40490160,0xf89322ff,0xa08df95f,0xeb05ddce,0x0327b879,0xc3f2cf31,0x8b109000,0xee000000,0x011c000f,0xfb0cdf80,0xfb0024f6,0x6fc4066c,0x8ffc7f79,0x3f000008,0x5000000f,0xb1000f59,0xfd9fa1fc,0x404a0150,0xf8a322ff,0xa08df96f,0xec05edcf,0x0337b479,0xe3f2cf11,0x8a0e6000,0xee600000,0x012c0000,0x010cdf84,0xfaf023f5,0xefc4066c,0x8ffc7f79,0x3f000008,0x5000000f,0xb1000f55,0xfd7fa1fc,0x30490150,0xf89322ff,0xa08df98f,0xec05fdcf,0x0357b779,0xf3f3cef1,0x8a0c3000,0xee800000,0x013c0000,0x010cff85,0xfae022f5,0x7fc5065c,0x8ffc7f79,0x3f000008,0x9000000f,0xb3000f56,0xfd6fa1fc,0x20460150,0xf89322ff,0xa08cf99f,0xed05fdcf,0x0357b879,0xf3f3ced1,0x8a0a2000,0xee700000,0x014a0000,0x010d0f85,0xfae04bf5,0x0fc6065c,0x8ffc7f79,0x3f000008,0xb000000f,0xb4000f58,0xfd6fa1fc,0x10450150,0xf89322ff,0xa08cf9af,0xed05fdcf,0x0357b879,0xe3f3ceb1,0x8a088000,0xee700000,0x01560000,0x010d0f85,0xfae0aef4,0xafc7065c,0x8efc7f79,0x3f000008,0xc000000f,0xb5000f58,0xfd5fa1fc,0x10440150,0xf88322ff,0x908cf9bf,0xee064dcf,0x0357b579,0xd3f3ce91,0x8a075000,0xee500000,0x015f0000,0x050d0f87,0xfae114f4,0x6fc8064c,0x8efc7f79,0x3f000009,0x0000000f,0xb8000f5c,0xfd4fa0fb,0xe03e0140,0xf88322ff,0xa08cf9cf,0xee06ddd0,0x0347b579,0xd3f3ce71,0x8b06e000,0xee600000,0x01620000,0x060d0f87,0xfaf143f4,0x4fc9064c,0x8efc7f79,0x3f000009,0x3000000f,0xba000f5c,0xfd2f9ffb,0xc03c0130,0xf89322ff,0xb08cf9df,0xee07add1,0x0317b679,0xf3f3ce41,0x8c073000,0xee800000,0x015f0000,0x070d1f89,0xfaf10cf4,0x6fca063c,0x8efc7f79,0x3f000009,0xa000000f,0xbd000f5a,0xfcef9ffb,0xa0380130,0xf89322ff,0xb08cf9ef,0xee07bdd2,0x0307b679,0xf3f2ce11,0x8e080000,0xee800000,0x01580000,0x070d1f89,0xfb1095f4,0x9fcb063c,0x8efc7f79,0x3f00000a,0x0000000f,0xbe000f57,0xfcbfa0fb,0xc0370140,0xf86321ff,0x908cf9ef,0xef07edd3,0x02e7b679,0xe3f2cde1,0x90095000,0xee600000,0x014c0000,0x0a0d0f88,0xfb4022f4,0xefcc062c,0x8dfc7f79,0x3f00000a,0x8000000f,0xc4000f57,0xfc9fa1fc,0x102d0160,0xf84320ff,0x808cf9ff,0xef082dd4,0x02d7b579,0xd3f1cda1,0x930ae000,0xee500000,0x013f0000,0x0f0cef88,0xfb8ff6f5,0x4fcd062c,0x8dfc7f79,0x3f00000a,0xb000000f,0xc9000f54,0xfc9fa2fc,0x00240160,0xf8431fff,0x708cf9ff,0xef084dd5,0x02c7b879,0xe3f2cd71,0x960c9000,0xee500000,0x01300000,0x0e0cdf87,0xfbdff6f5,0xbfce061c,0x8dfc7f79,0x3f00000a,0xa000000f,0xc8000f52,0xfc9fa2fc,0x10260160,0xf8431fff,0x608cf9ff,0xef086dd5,0x02b7bc7a,0x03f2cd31,0x980e5000,0xee600000,0x01210000,0x0a0cef84,0xfc1ff6f6,0x2fcf061c,0x8dfc7f79,0x3f00000a,0x8000000f,0xc6000f4f,0xfc8fa3fc,0x402a0180,0xf8431eff,0x608df9ff,0xef086dd5,0x02b7ba7a,0x03f2cd01,0x9a0fe000,0xee500000,0x01130000,0x0b0cef84,0xfc6ff6f6,0xafd0060c,0x8cfc7f79,0x3f00000a,0x8000000f,0xc7000f4d,0xfc9fa4fc,0x50280180,0xf8431cff,0x608df9ff,0xef086dd5,0x02c7b97a,0x03f1cce1,0x9c113000,0xee500000,0x01070000,0x0c0cef85,0xfcaff7f7,0x1fd1060c,0x8cfc7f79,0x3f00000a,0x4000000f,0xc9000f44,0xfcafa5fc,0x30250170,0xf8331aff,0x608ef9ff,0xef086dd5,0x02c7ba7a,0x03f2ccd1,0x9d121000,0xee400000,0x01000000,0x0a0cdf84,0xfceff7f7,0x7fd205fc,0x8cfc7f79,0x3f00000a,0x1000000f,0xc9000f3d,0xfcafa7fc,0x20260160,0xf83318ff,0x708ef9ff,0xef085dd6,0x02c7ba79,0xf3f2ccc1,0x9e126000,0xee200000,0x00fd0000,0x090cdf84,0xfd1ff8f7,0xcfd305fc,0x8cfc7f79,0x3f00000a,0x3000000f,0xcc000f3f,0xfcbfa7fc,0x20210160,0xf81316ff,0x608ff9ef,0xef085dd8,0x02a7bb79,0xf3f2ccd1,0x9e127000,0xee200000,0x00fc0000,0x070cdf84,0xfd3ff9f7,0xffd405ec,0x8bfc7f79,0x3f00000a,0x4000000f,0xcf000f3d,0xfcbfa9fc,0x401b0180,0xf79314fe,0xe090f9ef,0xef084dd9,0x0277c079,0xe3f4cd11,0x9d12a000,0xedf00000,0x00fd0000,0x000cdf81,0xfd4ff9f8,0x0fd505ec,0x8bfc7f79,0x3f00000a,0x1000000f,0xcf000f33,0xfcafaffd,0x101a01e0,0xf75312fe,0xb091f9ef,0xef084dda,0x0267c279,0xb3f6cd71,0x9b12f000,0xedb00000,0x00ff000f,0xfe0cef7f,0xfd4ffaf8,0x0fd505ec,0x8bfc7f79,0x3f00000a,0x0000000f,0xd1000f31,0xfcbfb1fd,0x50150200,0xf77311fe,0xe092f9ef,0xef084ddb,0x0277bd79,0xb3f6cdf1,0x9a136000,0xedb00000,0x01030000,0x040cef80,0xfd4ffbf8,0x0fd605dc,0x8bfc7f79,0x3f00000a,0x1000000f,0xd4000f35,0xfcdfb0fd,0x101001e0,0xf78311fe,0xf093f9df,0xef084ddb,0x0277bc79,0xb3f6ce91,0x9713e000,0xedc00000,0x01070000,0x050cff80,0xfd5ffcf8,0x0fd705dc,0x8bfc7f79,0x3f00000a,0x1000000f,0xd5000f36,0xfcdfaffd,0x000f01d0,0xf7a310ff,0x1094f9df,0xef087ddc,0x0287b579,0xe3f5cf51,0x95148000,0xedf00000,0x010d0000,0x0d0d0f84,0xfd6ffdf8,0x0fd805cc,0x8afc7f79,0x3f000009,0xd000000f,0xd4000f35,0xfcefb0fc,0xc01201c0,0xf7c30fff,0x3095f9df,0xee08bddd,0x0297af7a,0x13f6d031,0x91154000,0xee200000,0x01140000,0x160d1f87,0xfd8ffef8,0x0fd905cc,0x8afc7f79,0x3f000009,0x8000000f,0xd3000f32,0xfcefb0fc,0x901401b0,0xf7b30fff,0x2096f9cf,0xee08adde,0x02a7b07a,0x03f7d131,0x8e160000,0xee000000,0x011c0000,0x130d1f87,0xfd9000f8,0x0fd905cc,0x8afc7f79,0x3f000009,0x9000000f,0xd2000f34,0xfcefb0fc,0xa01601b0,0xf7930fff,0x1098f9cf,0xee089ddf,0x02a7ac79,0xe3f8d241,0x8a16e000,0xedc00000,0x01250000,0x120d2f86,0xfdb001f8,0x0fda05bc,0x8afc7f79,0x3f000009,0x8000000f,0xd1000f39,0xfcffaffc,0xa01901c0,0xf7930eff,0x1099f9cf,0xee08addf,0x02a7a179,0xb3f8d361,0x8617e000,0xed900000,0x012e0000,0x190d2f88,0xfdd002f8,0x0fdb05bc,0x8afc7f79,0x3f000009,0x6000000f,0xd0000f3a,0xfd1faffc,0x901a01c0,0xf7930eff,0x109af9cf,0xee08ade0,0x02a79c79,0xb3f9d491,0x8218e000,0xed900000,0x01390000,0x1c0d3f8a,0xfe0003f8,0x1fdb05bc,0x8afc7f79,0x3f000009,0x4000000f,0xcf000f37,0xfd1faffc,0xa01e01d0,0xf7830dff,0x109bf9bf,0xee08cde0,0x02979c79,0xd3fdd5e1,0x7d19f000,0xeda00000,0x01440000,0x190d2f8b,0xfe2005f8,0x1fdc05ac,0x8afc7f79,0x3f000009,0x4000000f,0xcc000f32,0xfd1fb1fc,0xe0240200,0xf7630cff,0x009cf9bf,0xee08cde1,0x02879c79,0xb3fed731,0x781b1000,0xed800000,0x014f0000,0x160d3f8a,0xfe5006f8,0x1fdd05ac,0x89fc7f79,0x3f000009,0x3000000f,0xca000f2f,0xfd1fb2fd,0x10270220,0xf7530bff,0x109df9bf,0xee08ade0,0x02a79279,0x93ffd8a1,0x731c3000,0xed600000,0x015b0000,0x1e0d4f8b,0xfe8007f8,0x1fdd05ac,0x89fc7f79,0x3f000009,0x3000000f,0xcb000f2e,0xfd2fb3fd,0x00260220,0xf7530aff,0x109df9bf,0xee08ade0,0x02a78e79,0xa400da11,0x6e1d6000,0xed800000,0x01680000,0x230d4f8d,0xfea009f8,0x1fdd05ac,0x89fc7f79,0x3f000009,0x1000000f,0xca000f2c,0xfd2fb3fd,0x00280230,0xf7330aff,0x009ef9af,0xee08bde0,0x02978f79,0xb401db81,0x691ea000,0xed900000,0x01750000,0x200d4f8d,0xfed00af8,0x1fde05ac,0x89fc7f79,0x3f000009,0x0000000f,0xc8000f2a,0xfd2fb4fd,0x502d0260,0xf7230afe,0xf09ff9af,0xee08ade1,0x02878d79,0xb401dd01,0x631fd000,0xed800000,0x01820000,0x200d4f8d,0xff100bf8,0x1fde059c,0x89fc7f79,0x3f000008,0xe000000f,0xc9000f2a,0xfd4fb4fd,0x702a0260,0xf72309fe,0xf09ff9af,0xee088de3,0x02878b79,0xa401de81,0x5e211000,0xed800000,0x018f0000,0x200d3f8d,0xff400df8,0x2fde059c,0x89fc7f79,0x3f000008,0x9000000f,0xca000f2c,0xfd7fb4fd,0x60290260,0xf72309fe,0xf09ff9af,0xee085de5,0x02779279,0xb403e001,0x58225000,0xed800000,0x019d0000,0x180d3f8b,0xff700ef8,0x2fde059c,0x89fc7f79,0x3f000008,0x8000000f,0xc9000f2b,0xfd7fb5fd,0x602b0260,0xf73309ff,0x009ff9af,0xee083de5,0x02679579,0xc403e191,0x53239000,0xed900000,0x01aa0000,0x140d3f8a,0xffa010f8,0x2fde059c,0x89fc7f79,0x3f000008,0x7000000f,0xc8000f2d,0xfd8fb5fd,0x602d0280,0xf73309ff,0x10a0f9bf,0xee083de5,0x02679379,0xd403e311,0x4d24d000,0xedb00000,0x01b70000,0x160d3f8a,0xffd011f8,0x2fd5059c,0x8afc7f79,0x3f000008,0x8000000f,0xc4000f35,0xfdafb4fd,0x30340340,0xf73308ff,0x10a0f9bf,0xee083de6,0x02679479,0xe403e481,0x48261000,0xedc00000,0x01c50000,0x160d3f8a,0x000012f8,0x2fcf059c,0x8afc7f79,0x3f000008,0x7000000f,0xbe000f3b,0xfdffb5fd,0x303e0440,0xf73308ff,0x10a0f9bf,0xee083de7,0x02679579,0xe403e601,0x43274000,0xedc00000,0x01d20000,0x150d3f89,0x004013f8,0x2fcd059c,0x8afc7f79,0x3f000008,0x6000000f,0xbb000f3c,0xfe0fb6fd,0x40420490,0xf73308ff,0x10a0f9bf,0xef083de7,0x02679579,0xe403e761,0x3d287000,0xedc00000,0x01df0000,0x150d3f89,0x007015f8,0x2fcd059c,0x8afc7f79,0x3f000008,0x6000000f,0xbb000f3c,0xfe0fb6fd,0x404204a0,0xf6c2fafe,0xa0a3fa6f,0xf2084de9,0x0257a879,0xf407e8c1,0x38299000,0xedf00000,0x01eb0000,0x050d0f86,0x00a016f8,0x3fa8060c,0x92f92f7a,0x3db00008,0xf000000f,0xb4000f58,0xfeafb601,0xe0420720,0xf6c2f9fe,0xa0a3fa6f,0xf2084de9,0x0257a979,0xf407ea21,0x342ab000,0xedf00000,0x01f70000,0x040d0f85,0x00d017f8,0x3fa8060c,0x91f92f7d,0x3da00008,0xf000000f,0xb4000f58,0xfeafb601,0xe0410720,0xf6e2edff,0x00a5fb0f,0xf1083deb,0x0257b37a,0x1407eb61,0x2f2bc000,0xee400000,0x02030000,0x000cef84,0x00f018f8,0x3fa005fc,0x8ff94f7e,0x3d000009,0xd000000f,0xb9000f5a,0xfe6fb602,0x603007a0,0xf712d2ff,0x70acfbff,0xf2080df6,0x0267ce7a,0xb408ec91,0x2b2cc000,0xef100000,0x020d000f,0xf00c9f7f,0x012019f8,0x3f9405fc,0x8df97f8b,0x3bb0000b,0xc000000f,0xbd000f60,0xfdafb503,0xd01508c0,0xf6a2c5fe,0xe0b0fbff,0xf707de02,0x0277e67b,0x140bedb1,0x262da000,0xef500000,0x0218000f,0xdb0c9f7a,0x01401af8,0x3f9d062c,0x8ff89f88,0x3af0000c,0xb000000f,0xb2000f61,0xfcefb505,0xc01b09c0,0xf642bbfe,0x80b1fbff,0xf307fe0b,0x0287e87a,0xb40beeb1,0x232e8000,0xeed00000,0x0221000f,0xd80caf79,0x01701bf8,0x3fad05cc,0x94f80f8e,0x3a40000e,0x0000000f,0xa9000f69,0xfc8faf07,0x00170a60,0xf622a4fe,0x90affc3f,0xea07ee1d,0x0297dd79,0xe408efa1,0x1f2f5000,0xee100000,0x022a000f,0xe30caf7a,0x01901cf8,0x3fe303fc,0xa3f90fb2,0x39600011,0x8000000f,0xa2000f87,0xfc1f9607,0x0ff80ac0,0xf6328efe,0x80b0fbff,0xec079e33,0x0267f67a,0x140bf071,0x1c300000,0xee000000,0x0231000f,0xca0c6f74,0x01b01cf8,0x302b030c,0xa7fa3fc9,0x38c00013,0x3000000f,0x9a000fa1,0xfc0f8907,0x0fea0b10,0xf5e277fe,0x10b3fbaf,0xeb075e4e,0x02981279,0x9414f131,0x19309000,0xecd00000,0x0238000f,0xae0c4f6e,0x01c01df8,0x407902ac,0x9dfacfdb,0x38000013,0x9000000f,0x89000fb5,0xfc2f8607,0xbfe70b60,0xf5e264fe,0x20b0fbef,0xe1075e5e,0x02c80378,0xe411f1c1,0x17311000,0xec300000,0x023d000f,0xbf0c6f73,0x01e01df8,0x40a6020c,0x92fc3ff4,0x37800014,0x3000000f,0x79000fc9,0xfc2f8007,0x3fe00b50,0xf6b241ff,0x20aafc5f,0xd905ee72,0x02d7fa7a,0x140bf241,0x15317000,0xed900000,0x0242000f,0xcc0c2f78,0x01f01ef8,0x40cd01bc,0x79ff901e,0x37300014,0x8000000f,0x65000fe1,0xfb6f7305,0x9fd80b20,0xf6f228ff,0x70b0fc0f,0xd604de8b,0x02b8167a,0xa414f2a1,0x1431d000,0xed400000,0x0246000f,0xab0bff70,0x02001ef8,0x40e9018c,0x56006033,0x36200015,0x2000000f,0x54000fda,0xfa4f7805,0xffd50ba0,0xf6f21dff,0xa0bbfbaf,0xce040e9c,0x02b8217a,0x5419f321,0x12323000,0xec100000,0x024a000f,0x9f0bff6d,0x02101ff8,0x40e700bc,0x3a001043,0x35100016,0xb000000f,0x41000fd4,0xf92f8406,0xcfcd0c30,0xf7520b00,0xb0c2fb8f,0xb802ceb0,0x02e8087b,0x240ff381,0x11328000,0xecd00000,0x024d000f,0xc80bff7a,0x02201ff8,0x40b6fe7c,0x1d010072,0x33e00019,0xd000000f,0x1f000fe2,0xf70f9306,0x8fb10cd0,0xf791ed00,0xb0c4fbdf,0xbb01dec6,0x0328237d,0x5416f3d1,0x1032c000,0xeea00000,0x0250000f,0xba0bbf7c,0x02201ff8,0x4092fe2c,0x1301e088,0x3390001a,0x1000000f,0x23000fdb,0xf58fa506,0xaf8c0e00,0xf781ce00,0x00cafc4f,0xc5011eda,0x0348447d,0xf423f3e1,0x0f32e000,0xee200000,0x0251000f,0x9d0bdf76,0x02301ff8,0x407bfe9c,0x1102008f,0x33800019,0x2000000f,0x34000fca,0xf4ffba07,0x8f6a0f10,0xf6e1abff,0x80d7fcaf,0xc4007ef8,0x0378397d,0x1427f740,0xe8357000,0xec800000,0x0261000f,0xb10c2f7d,0x01f024f8,0xb05efe9c,0x0d02109d,0x33f00018,0xb000000f,0x41000fb6,0xf55fd907,0xef3d0fc0,0xf6a19eff,0x60dbfcdf,0xc3003f03,0x0388337c,0xc427f870,0xda366000,0xebf00000,0x0265000f,0xbb0c3f80,0x01f026f8,0xc054fe8c,0x0b0220a3,0x34200018,0xa000000f,0x44000fae,0xf57fe407,0xef2d0ff0,0xf6b177ff,0x90defdaf,0xcd009f16,0x02185b7f,0xb429fad0,0xc437e000,0xef000000,0x023e000f,0xac0b9f82,0x018030f9,0x8038fd9c,0x0303c0bf,0x35900018,0x8000000f,0x49000f98,0xf6500205,0x2f2a0ef0,0xf67160ff,0x30e3fdaf,0xd2007f27,0x01686b80,0x742dfc90,0xb438e000,0xef800000,0x022c000f,0xa30b6f82,0x018031f9,0xd02cfddb,0xff03e0c1,0x36300017,0x8000000f,0x4d000f87,0xf7201503,0x5f380e60,0xf5b143fe,0x70eafd5f,0xd1000f43,0x00f8477f,0x4427ff90,0x9139e000,0xee800000,0x021d000f,0xc90bcf8e,0x01302bf9,0xe01eff0b,0xff02c0b3,0x36e00015,0x9000000f,0x44000f76,0xf8702700,0x5f610d70,0xf5511dfe,0x10e6fd4f,0xcf000f60,0x00b80e7e,0x44180280,0x663af000,0xee900000,0x01fe0000,0x090c0fa0,0x01602afa,0x2000ffac,0x0300b0af,0x38500013,0xd000000f,0x19000f6c,0xf9d031fd,0x1f8f0ba0,0xf590f2fd,0xe0e6fd9f,0xd9006f79,0x00681c7e,0xd4190310,0x473c5000,0xef500000,0x01d60000,0x010c1f9f,0x03702ffa,0xffe5fffc,0x00fd80b5,0x39400012,0x1000000e,0xd2000f5c,0xfb103cfc,0xdfa909f0,0xf590d2fd,0x70edfd9f,0xe400df8b,0xfff8427e,0x54270220,0x293da000,0xee100000,0x01c2000f,0xd60c4f92,0x066030fc,0x2fda00ab,0xf4fa20b3,0x38a00010,0x3000000e,0x8b000f44,0xfc404dff,0x5fb50970,0xf570c5fd,0x50effdaf,0xe5013f95,0xffd8437d,0x94290150,0x143e0000,0xed200000,0x01bd000f,0xd30c6f8f,0x08002ffc,0xbfcd00ab,0xf3f930b6,0x3850000f,0xc000000e,0x5d000f44,0xfcb04e00,0x5fbe0920,0xf540a2fd,0x90e6fe1f,0xe302dfae,0x0058167c,0xb412feef,0xdd3e6000,0xecf00000,0x01a00000,0x040caf9b,0x0bb02cfd,0xff87ffac,0x02f960ca,0x39100010,0x4000000d,0xcb000f6b,0xfcf02d00,0x4fe30790,0xf5808afd,0xa0e1fe9f,0xe6048fb9,0x01080c7d,0x9406fd7f,0xcc3e8000,0xedf00000,0x01850000,0x160ccfa1,0x0cb027fe,0x9f64001c,0x09f9a0c0,0x3990000f,0x5000000d,0x9c000f7c,0xfd001700,0x5ff606d0,0xf5d06ffd,0xd0dcfedf,0xe605cfc7,0x00d81e7e,0x1406f99f,0xb13f6000,0xee000000,0x016c0000,0x030cef9a,0x0f201aff,0xbf43004c,0x09f990a5,0x3990000e,0xa000000d,0x6f000f89,0xfd000101,0x200f0610,0xf6105efe,0x30cffeff,0xe1065fd1,0x00d8197d,0xd402f60f,0x8e400000,0xedc00000,0x015a0000,0x060cdf97,0x10600d00,0x6f23ff4c,0x0ff9e094,0x39d0000f,0x7000000d,0x4e000f9f,0xfcffea01,0x602c0580,0xf6b051fe,0x80bfff4f,0xdd06efd8,0x01580b7d,0xf3faf45f,0x783ff000,0xee500000,0x01470000,0x170caf9b,0x10000800,0xbf04fe6c,0x18fa708c,0x3a600010,0x0000000d,0x48000fb5,0xfccfd701,0x30410530,0xf76042fe,0xc0b3ffaf,0xdc07bfde,0x01b80c7e,0x63f9f27f,0x70400000,0xeeb00000,0x01320000,0x1a0caf9c,0x10200101,0x0eecfdec,0x1cfaf07d,0x3aa00010,0x0000000d,0x5f000fc2,0xfc9fca00,0xf0520510,0xf89027ff,0x509dffef,0xd5091ff0,0x01581b7e,0x5402edef,0x5e407000,0xee500000,0x011a0000,0x080cdf93,0x124fe601,0x1ebffcac,0x20fbc057,0x3ac00010,0x7000000d,0xa8000fd9,0xfc0fb300,0x307004b0,0xf9801200,0x1083003f,0xce09cffd,0x0108137e,0x2402eb2f,0x51407000,0xee500000,0x01070000,0x0e0cdf91,0x13dfd700,0x9e92fafc,0x2cfcf043,0x3b800011,0xf000000d,0xf0000ff5,0xfb9f9ffe,0xc0790410,0xfaaff900,0xa06b00cf,0xce0a400b,0x00b8187e,0x4405e7df,0x4c40a000,0xee700000,0x00fb0000,0x050caf8e,0x168fce00,0x0e69f97c,0x38fea02e,0x3c800012,0xc000000e,0x50000007,0xfb5f8dfd,0x806f03f0,0xfb4fe500,0xd060012f,0xce0ab014,0x00681e7e,0x440ce59f,0x4a40e000,0xee000000,0x00fa000f,0xf70cbf8a,0x181fc0ff,0xae5ff7ec,0x37ff8014,0x3ca00013,0x1000000e,0xac000ffd,0xfb5f8cfc,0xf0640410,0xfb4fd901,0x105b019f,0xca0af018,0x00380e7e,0x440ae60f,0x49409000,0xede00000,0x00f80000,0x010cef8c,0x177fb5ff,0x6e5af6fc,0x37fff005,0x3cb00013,0x8000000e,0xdd000ff4,0xfb8f8ffc,0x80620390,0xfb0fcb01,0x505e021f,0xd10a8020,0x0068137f,0x440ce63f,0x5b3fe000,0xeea00000,0x00ec000f,0xef0c9f86,0x18afb3fe,0xfe4df63c,0x4101affd,0x3de00013,0xb000000f,0x02000fe8,0xfc5f90fb,0x606401e0,0xfaafbb01,0x7072027f,0xd9097029,0x0088207f,0xc412e63f,0x723fa000,0xee200000,0x00ec000f,0xd40c2f7f,0x1abfb5fe,0xce41f62c,0x46031ff5,0x3e800013,0x0000000f,0x1f000fde,0xfd6f8efb,0x20610100,0xfa0fb401,0xa08702bf,0xd708902b,0x0048047f,0x0408eb0f,0x7a3eb000,0xecb00000,0x00ed000f,0xf30c4f89,0x17ffb8ff,0x0e3cf69c,0x45038ff7,0x3e500011,0xa000000f,0x28000fd8,0xff2f88fb,0xc05a0100,0xf9cfb301,0xd08d02cf,0xd408302a,0x0037e27e,0x53faef6f,0x7b3dc000,0xec000000,0x00ec0000,0x200c7f95,0x14afbaff,0x3e3af6cc,0x4503cffc,0x3e600010,0xc000000f,0x2b000fd8,0x00af83fb,0xe05600d0,0xf9cfb301,0xd08d02cf,0xd408202a,0x0047dc7e,0x33f7f02f,0x7b3da000,0xebf00000,0x00ec0000,0x290c7f97,0x141fbbff,0x4e3af6cc,0x4503dffd,0x3e700010,0xa000000f,0x2b000fd9,0x00ef82fb,0xe05500d0,0xf9efb301,0xd08902bf,0xd908102b,0x0067e47f,0x53f5eeff,0x8f3db000,0xedd00000,0x00dc0000,0x2f0c3f9b,0x166fc1ff,0x1e39f69c,0x4b043ffd,0x3eb00010,0x4000000f,0x39000fde,0x01ef72fb,0xc0500090,0xfa2fb301,0xd085029f,0xe007f02c,0x0087ed80,0xa3f3ed7f,0xa73dd000,0xf0100000,0x00c90000,0x360bef9e,0x194fc8fe,0xde39f66c,0x51049ffd,0x3f10000f,0xc000000f,0x48000fe5,0x031f5efb,0x804a0050,0xfa1fb301,0xe086029f,0xe007e02c,0x0087f080,0x93f4edaf,0xa73de000,0xeff00000,0x00cb0000,0x330bef9d,0x193fc8fe,0xde3af66c,0x52049ffd,0x3f00000f,0xb000000f,0x4a000fe7,0x031f5bfb,0x904a0060,0xf9dfb401,0xf099021f,0xdf06d031,0x00a80a7f,0x8403ef4f,0xa83e5000,0xee100000,0x00de0000,0x180c0f91,0x18ffcbfe,0xfe49f71c,0x58041ff7,0x3eb0000f,0x7000000f,0x5b000fff,0x03af3afc,0x30420080,0xf98fb602,0x10a501bf,0xde05f034,0x00c80b7e,0xa407f17f,0xab3e8000,0xed100000,0x00ea0000,0x110c3f8d,0x181fceff,0x3e70f7ac,0x6003dfeb,0x3e60000f,0xa000000f,0x7700001d,0x03cf1bfc,0xb0360090,0xf97fb802,0x30a501af,0xe005b033,0x0107f97f,0x43fff27f,0xb63e5000,0xee800000,0x00de0000,0x180c3f95,0x179fd2ff,0x9ea7f76c,0x6603dfdf,0x3e600011,0x1000000f,0x91000027,0x027f21fc,0xd02b0080,0xf97fb902,0x20a7018f,0xe105b032,0x0137fb80,0x0400f29f,0xc13e5000,0xef900000,0x00d60000,0x0d0c2f96,0x17bfd3ff,0xdecaf73c,0x6903afd9,0x3e500012,0x7000000f,0xa0000021,0x010f39fd,0x20240090,0xf94fbb02,0x30ac011f,0xdf057034,0x0168007f,0x9405f39f,0xbb3e8000,0xeed00000,0x00e20000,0x000c5f91,0x16dfd000,0x1ee5f79c,0x69033fd5,0x3e000014,0xb000000f,0xa9000008,0xff0f63fd,0xb01f00d0,0xf92fbe02,0x50ae00df,0xdf052036,0x01a8027f,0x3406f4df,0xb23e9000,0xee700000,0x00ec0000,0x010c7f8f,0x15afcf00,0x4f02f8ac,0x66031fcf,0x3df00016,0x6000000f,0xb4000fed,0xfd8f86fd,0xe01a00f0,0xf90fbf02,0x50ad00bf,0xe0050036,0x01d8027f,0x3406f58f,0xae3e8000,0xee800000,0x00ef0000,0x0d0cbf90,0x151fcd00,0x4f25f9ec,0x5d02ffca,0x3de00017,0x3000000f,0xbb000fd7,0xfd1f9dfd,0xf0180140,0xf8ffc202,0x50ae008f,0xdf04f034,0x01e8037f,0x0407f59f,0xab3e9000,0xee400000,0x00f10000,0x110cef8d,0x152fca00,0x3f48fb8c,0x53026fc7,0x3db00016,0x5000000f,0xbd000fcd,0xfdcfa9fe,0x201701a0,0xf8ffc802,0x40a9000f,0xe004c034,0x0208047e,0xe406f53f,0xa93e9000,0xee300000,0x00ef0000,0x0e0cef8b,0x15bfca00,0x1f68fd8c,0x4701afc6,0x3da00012,0xe000000f,0xc1000fce,0xfe9fa9fe,0x40140200,0xf96fd702,0x1098ff0f,0xe704c032,0x0238197f,0x2408f33f,0xad3ec000,0xeec00000,0x00e6000f,0xf70cbf84,0x17dfc9ff,0xdf8efecc,0x36003fc6,0x3da0000e,0x8000000f,0xcc000fbc,0xfecfaffe,0x900e0250,0xfa0fe701,0xc088fdef,0xec04f02f,0x02182c7f,0x440af1df,0xae3ee000,0xeef00000,0x00e0000f,0xe50c8f7f,0x193fc8ff,0x9fb3ff3c,0x26fe8fc8,0x3d70000b,0x7000000f,0xd3000f9f,0xff3fbcff,0x300c02c0,0xfa1ffa01,0xb07cfcff,0xe6054029,0x0248157e,0xc3fef4ff,0xa63de000,0xee500000,0x00d70000,0x0e0d0f8a,0x156fc7ff,0xafda003c,0x17fccfc1,0x3d300008,0x5000000f,0xdb000f81,0x005fcfff,0xc0080320,0xfa100201,0xa071fccf,0xe4056025,0x0288007e,0xa3f2f6ef,0xa03d4000,0xee600000,0x00cf0000,0x310d3f95,0x12dfc8ff,0xcfe400fc,0x16fc4fba,0x3d500006,0xb000000f,0xe1000f7a,0x00cfd3ff,0xc0080310,0xfa600201,0x806efd2f,0xe304d022,0x0347f67e,0x83ebf8df,0x903cf000,0xee000000,0x00de0000,0x470d1f9f,0x0fffc900,0x1fe3015c,0x1afc8fb4,0x3dc00005,0xb000000f,0xde000f7c,0x00dfd2ff,0x901502e0,0xfa900101,0x606efd6f,0xe2048020,0x03a7f37e,0x73e9f9bf,0x883ce000,0xedb00000,0x00e70000,0x500d0fa4,0x0eafc900,0x3fe3018c,0x1cfcafb1,0x3df00005,0x4000000f,0xdc000f7c,0x00dfd2ff,0x701d02c0,0xfa900101,0x606efd6f,0xe2048020,0x03a7f47e,0x73e9f9cf,0x883ce000,0xeda00000,0x00e80000,0x4f0d0fa3,0x0e8fc900,0x3fe2018c,0x1cfcbfb1,0x3df00005,0x3000000f,0xdb000f7d,0x00dfd3ff,0x801e02c0,0xfaaffc01,0x706afdcf,0xe204901d,0x0347ff7d,0xd3eef9ef,0x853cc000,0xec400000,0x00e90000,0x330cbf98,0x0e2fc600,0x3fe0024c,0x1dfd4fa9,0x3e000004,0x6000000f,0xcf000f83,0x00bfdeff,0xb0370280,0xfabffc01,0x7068fddf,0xe404801e,0x0327fd7d,0xc3edf95f,0x873cd000,0xec100000,0x00e70000,0x2f0c8f98,0x0ecfc500,0x3fe1027c,0x1efd5fa8,0x3e100004,0x3000000f,0xce000f81,0x009fe1ff,0xb03a0260,0xfabffb01,0x6062fdff,0xe804701f,0x02e8007d,0xe3ecf78f,0x8f3d0000,0xec500000,0x00e10000,0x220c4f99,0x10efc300,0x4fe502ec,0x1ffd8fa6,0x3e300003,0xd000000f,0xcb000f7d,0x003fe6ff,0xc0420240,0xfadff901,0x505dfe1f,0xed04a01f,0x02a80e7e,0x23eff4af,0x993d6000,0xecc00000,0x00db0000,0x110c3f97,0x140fc000,0x4fee031c,0x21fdafa5,0x3e400003,0xb000000f,0xc9000f76,0xffefeaff,0xe0450240,0xfaeff801,0x405afe4f,0xef04c01d,0x0288137e,0x53f0f33f,0x9f3da000,0xed200000,0x00da0000,0x0d0c4f95,0x154fbe00,0x2ffb030c,0x21fdbfa7,0x3e400003,0x8000000f,0xca000f6b,0x000feaff,0xe0420250,0xfafff701,0x4056fe6f,0xf004c01c,0x0278147e,0x73eff34f,0x9f3da000,0xed700000,0x00da0000,0x110c5f95,0x14dfc000,0x3006032c,0x20fddfaa,0x3e400003,0x3000000f,0xcd000f5f,0x001feaff,0xc03e0260,0xfb0ff601,0x4053fe8f,0xf104c01b,0x0258207e,0x93f0f2ef,0x9f3db000,0xedd00000,0x00db0000,0x0c0c8f92,0x14ffc100,0x400c031c,0x1efe0fac,0x3e400003,0x0000000f,0xce000f57,0x003fecff,0xb03c0260,0xfb1ff501,0x4052feaf,0xf404c01b,0x0228417e,0x93f7f1ef,0x9e3df000,0xee500000,0x00de000f,0xf70cdf86,0x15afc200,0x301902ec,0x1afdffad,0x3e300002,0xc000000f,0xcf000f4a,0x00aff2ff,0xf03a02a0,0xfb0ff401,0x3053febf,0xf404a01a,0x0228447e,0x23f8f23f,0x9c3df000,0xede00000,0x00e2000f,0xf40cdf83,0x154fc400,0x201b02ec,0x19fddfaf,0x3e100002,0xc000000f,0xd2000f49,0x00cff500,0x103502f0,0xfb0ff301,0x3053fedf,0xf404a018,0x02383a7d,0xd3f4f29f,0x9b3de000,0xedf00000,0x00e30000,0x000ccf87,0x150fc900,0x301802dc,0x1afddfb0,0x3e200002,0xe000000f,0xd4000f4a,0x00bff600,0x20320330,0xfb0ff301,0x2052feef,0xf504a017,0x0238397d,0xf3f1f2af,0x9c3dd000,0xee400000,0x00e20000,0x030c9f8a,0x152fcc00,0x401a02cc,0x1afdcfaf,0x3e200002,0xe000000f,0xd4000f47,0x00cff700,0x30330350,0xfb0ff201,0x2053feff,0xf504a017,0x02383c7e,0x03f1f2af,0x9d3de000,0xee600000,0x00e1000f,0xff0c9f8a,0x155fcd00,0x301e029c,0x19fdafaf,0x3e100002,0xf000000f,0xd4000f42,0x00fff800,0x50320370,0xfb0ff101,0x2052ff0f,0xf504b016,0x02383a7d,0xd3f0f30f,0x9e3dd000,0xee500000,0x00e10000,0x000caf89,0x151fd200,0x301f028c,0x18fd8fb1,0x3e000002,0xf000000f,0xd6000f40,0x010ff900,0x702c0390,0xfb0ff001,0x2052ff1f,0xf504b015,0x0248367d,0xc3eff34f,0x9e3dd000,0xee500000,0x00e00000,0x020caf8a,0x14dfd600,0x401e029c,0x19fd9fb2,0x3e000002,0xf000000f,0xd8000f41,0x010ff900,0x702a0390,0xfb1fef01,0x1050ff1f,0xf504c014,0x0248387d,0xe3eff2df,0x9f3df000,0xee800000,0x00de0000,0x010cbf89,0x152fd600,0x601e02ac,0x19fd8fb1,0x3e000002,0xe000000f,0xd6000f40,0x010ff900,0x802d03a0,0xfb1fef01,0x104fff1f,0xf504d014,0x02483b7d,0xe3eff27f,0xa03e1000,0xee800000,0x00dd000f,0xfd0cbf88,0x158fd500,0x601f02ac,0x19fd6fb1,0x3e000002,0xd000000f,0xd5000f3f,0x010ffa00,0xa02e03b0,0xfb1fef01,0x104fff1f,0xf504d014,0x02483c7d,0xe3f0f26f,0xa13e1000,0xee800000,0x00dd000f,0xfc0cbf87,0x159fd500,0x601f02ac,0x19fd6fb1,0x3e000002,0xd000000f,0xd5000f3e,0x010ffa00,0xa02e03b0,0xfb1fef01,0x104fff1f,0xf504d014,0x02483c7d,0xe3f0f26f,0xa13e1000,0xee800000,0x00dd000f,0xfc0cbf87,0x15afd500,0x601f02ac,0x19fd6fb1,0x3df00002,0xd000000f,0xd5000f3e,0x010ffa00,0xa02e03b0,0xfb1fef01,0x104fff1f,0xf604d014,0x02383d7d,0xe3f0f22f,0xa13e2000,0xee900000,0x00dd000f,0xfa0caf87,0x15dfd500,0x401f02ac,0x19fd5fb1,0x3df00002,0xd000000f,0xd5000f3e,0x010ffa00,0xc02e03c0,0xfb1fef01,0x104fff2f,0xf604e013,0x02383d7d,0xf3eff23f,0xa13e2000,0xee900000,0x00dd000f,0xfb0caf87,0x15bfd600,0x501f02bc,0x19fd6fb1,0x3df00002,0xc000000f,0xd4000f3e,0x010ff900,0xb02e03b0,0xfb2fee01,0x104dff4f,0xf604e012,0x02483b7e,0x03eff29f,0xa23e2000,0xeec00000,0x00db000f,0xfd0caf88,0x157fd800,0x801d02cc,0x1afd7fb0,0x3e000002,0xc000000f,0xd3000f3e,0x00fff800,0xa03003b0 +}; + +u32 ANIM_ENTRY_fire_standing_draw_one_handed_weapon_fast[] = +{ + 0xffafdcff,0x200c0180,0x0603607d,0x02101d06,0x9d72ffcf,0xa82d9000,0xf5a00000,0x00cc0000,0x19f87004,0xee6fb2f3,0xdf2503dc,0x56f74fe9,0x3cc00002,0xe000000f,0xb9000ff2,0xfb2fa1fb,0xa0400410,0xffafe2ff,0x100f0110,0x0803607d,0x01e02d06,0x9d6b010f,0xab2dc000,0xf5200000,0x00da0000,0x0af7b008,0xeedf93f2,0xaf2b034c,0x5df80ff9,0x3cf00003,0xa000000f,0x9e000ff3,0xfb0fa3fb,0xa04e0310,0xffbff4ff,0x3013ffc0,0x0803407d,0x01e03806,0xcd5f039f,0xaa2dd000,0xf4200000,0x00fc000f,0xfcf7b012,0xee8f6af1,0xaf48024c,0x60f8000e,0x3ce00004,0x9000000f,0x79000ff4,0xfaffb0fb,0xa05b0210,0xffaff8ff,0x301dff70,0x0902d07d,0x01c04807,0x6d5006bf,0xaa2de000,0xf1e00000,0x0126000f,0xebf83023,0xeecf55f0,0xbf5801dc,0x65f8501c,0x3d000005,0x4000000f,0x5d000ff4,0xfaffbdfb,0xb06701a0,0xffeff5ff,0x301fff80,0x0b02a083,0x01706208,0x9d41093f,0xac2e3000,0xeec00000,0x014e000f,0xd9f84032,0xf10f6ff0,0x9f64010c,0x69f85027,0x3d400006,0x3000000f,0x52000ff5,0xfaefcffb,0xb06e01d0,0x002fe5ff,0x602000c0,0x0502a083,0x0150840a,0x0d3d0c0f,0xab2f0000,0xeab00000,0x018b000f,0xc6f8a02e,0xf35f9ff2,0x5f55003c,0x70f7d02c,0x3d500007,0x7000000f,0x56000ff6,0xfadfd3fb,0xa0700380,0x001fd0ff,0xb02c02bf,0xfe029079,0x0140a20b,0x4d3a0ecf,0xae2ff000,0xe6000000,0x01e3000f,0xa8f9101b,0xf5ffccf4,0x3f3dff5c,0x79f6d02c,0x3d300009,0x9000000f,0x5b000ff7,0xfa8fd1fb,0x907105f0,0xffefc7ff,0xf03d043f,0xfb02806d,0x0160b50c,0x5d3211cf,0xc030b000,0xe1300000,0x0249000f,0x84f92009,0xf8eff4f7,0xaf46fd2c,0x84f6102f,0x3d40000d,0xb000000f,0x5b000ff8,0xf9afe2fb,0x70700750,0xffbfc7ff,0xe04b0570,0x0402e05c,0x0120c70d,0xdd2616af,0xe5314000,0xdbf00000,0x02a5000f,0x63f94001,0xfb2ff2f9,0xaf55fafc,0x91f57031,0x3d800011,0xf000000f,0x58000ff9,0xf94feffb,0x60710820,0xff4fbaff,0x70590800,0x18044044,0x00c0dc0f,0xad1f1d10,0x22326000,0xd6400000,0x02e0000f,0x51fa1ffe,0xfc1fecfb,0x0f4efa2c,0xa5f5a030,0x3e200014,0xa000000f,0x50000ffa,0xf98feefb,0x60770910,0xfe9fafff,0x206a0ad0,0x2c06302b,0x0070f110,0x9d1e2360,0x69346000,0xd2400000,0x0312000f,0x51fb0ff3,0xfdefe6fe,0x7f53fa0c,0xb3f6202a,0x3ea00016,0xa000000f,0x43000ffa,0xf90ff2fb,0x607f0980,0xfdcfaefe,0xf07a0d90,0x3e08300b,0x00810610,0xad1e2960,0xb2375000,0xcff00000,0x0338000f,0x42fbdfff,0x005fc502,0x0f5cfa1c,0xbef6f027,0x3f100018,0x2000000f,0x2f000ffb,0xf8aff5fb,0x608b0900,0xfdefc5fe,0xa07d0ee0,0x4c09dfde,0x01411f10,0xed282f80,0xf13ba000,0xcdd00000,0x033f000f,0x12fdb02b,0x01dfa604,0x9f5ef97c,0xdaf7302b,0x3fe0001a,0x0000000f,0x11000ffc,0xf86fe1fb,0x909f07c0,0xfd9ff2fe,0xa0821030,0x510b0fa9,0x02213911,0x6d373561,0x1f406000,0xcb700000,0x0327000e,0xe0005050,0x01bf9c06,0x1f69f8dc,0xf9f6e028,0x40b0001c,0xc000000e,0xed000ffd,0xf7efc6fb,0xc0b70610,0xfcd020fe,0xf08c1100,0x550b4f6e,0x02a15011,0xbd453ab1,0x3743c000,0xc9300000,0x0312000e,0xce02d056,0x00efa604,0xef70f88c,0xfbf69023,0x40b0001f,0xd000000e,0xca000ffe,0xf73fb4fb,0xf0cd03d0,0xfc3046ff,0x309f12b0,0x5d0acf38,0x02915f12,0x3d4a3e41,0x3845e000,0xc7f00000,0x030d000e,0xb305c051,0x017fba01,0xdf7af7ec,0xf6f6401d,0x40900021,0x9000000e,0xb3000ffe,0xf6bfa2fc,0x10df01a0,0xfb9065ff,0x90c214b0,0x65092f07,0x02a16312,0x7d4040c1,0x4146d000,0xc7900000,0x0318000e,0x8808c07f,0x03afad00,0xef83f76c,0xf2f5f019,0x40800020,0x5000000e,0xad000fff,0xf66f8dfc,0x40f10040,0xfa8087ff,0xf0f516f0,0x6f060ed8,0x03c15e12,0x0d2b4271,0x5a46b000,0xc7b00000,0x0328000e,0x990890d3,0x057f7b06,0xff88f6cc,0xecf5b012,0x4070001d,0x7000000e,0xa9000fff,0xf66f85fc,0x7101ff00,0xfa50aaff,0x10fd1820,0x75040ea7,0x05015e12,0x7d2043d1,0x53464000,0xc7e00000,0x032a000e,0xb807c0fd,0x038f8908,0xaf8ff56c,0xe5f4c01a,0x4070001c,0xe000000e,0x9a000000,0xf6cf83fc,0x810cfda0,0xfd10defd,0xc0fa18a0,0x5802ee6f,0x06516a13,0xbd224571,0x3b466000,0xc7500000,0x0325000e,0xaa08a100,0x011fb005,0x4f99f30c,0xdaf2302d,0x4060001d,0xa000000e,0x86000000,0xf6ef69fc,0xa116fce0,0xfdf102fd,0x70f81970,0x46000e3e,0x09017a14,0x2d1e46f1,0x3d469000,0xc6a00000,0x0329000e,0x8f08c10d,0x020fc403,0x1fa3f1dc,0xcdf1003e,0x4060001d,0xc000000e,0x7c000001,0xf6ef53fc,0xb11ffbf0,0xfe011cfd,0x30f51970,0x4afcce24,0x0b617914,0x6d0747c1,0x42458000,0xc6b00000,0x033c000e,0x9f07c12f,0x046fc702,0xbfb6f0ac,0xa3f09048,0x4080001d,0x6000000e,0x75000001,0xf6ef5bfc,0xc124fb00,0xfe213bfc,0xc0ed1970,0x47fa6e0d,0x0d717814,0x8d0846f1,0x4244d000,0xc6900000,0x034c000e,0xc306b159,0x04ffcc03,0x5f9ff01c,0xc4ef504f,0x40a0001d,0xc000000e,0x6e000002,0xf6cf30fc,0xc127fa40,0xfdd154fc,0x30df18d0,0x38f8fdf7,0x0f318214,0x7d1f45b1,0x4b446000,0xc6100000,0x0359000e,0xe6056165,0x04fff002,0x9f7fef3c,0xe5ec3059,0x40d0001f,0x0000000e,0x65000002,0xf6aeecfc,0xc12af980,0xfda16afb,0xc0cb1860,0x36f87df0,0x0fe18d14,0x7d2d4501,0x63425000,0xc5a00000,0x0384000f,0x0e037154,0x05800801,0x5f7cee6c,0xf4eb905c,0x40d0001f,0x2000000e,0x65000003,0xf69ee1fc,0xd12ff980,0xfdb170fb,0xa0bb17f0,0x35f93df4,0x0fc19e14,0xdd324321,0x943dd000,0xc5000000,0x03da000f,0x34027155,0x05700202,0x7f7bedbc,0xf7ec305b,0x4060001e,0xa000000e,0x68000003,0xf64eeefc,0xd133fa30,0xfda16dfb,0x90ab16f0,0x27fb0dfa,0x0f41aa15,0x8d353ca1,0xd835f000,0xc4800000,0x0454000f,0x4b03916b,0x04e00e02,0xdf80ed1c,0xf3ec405b,0x4030001f,0x4000000e,0x67000003,0xf58ef8fc,0xe138fa80,0xfea16efb,0x80791560,0x09fd6e01,0x0ea1b416,0x8d3c2f72,0x042a0000,0xc4500000,0x04d0000f,0x48036184,0x00201702,0xaf8aebec,0xeeec406c,0x3fe00020,0x5000000e,0x5f000003,0xf43f07fd,0x0142fab0,0xfed160fc,0x3063147f,0xf3ff6e11,0x0e41bd17,0x1d401d62,0x001c4000,0xc4700000,0x051c000f,0x5001e18c,0xf8c01200,0x6fa5ecfc,0xd1ed0066,0x3ef00020,0x6000000e,0x50000002,0xf28f2afd,0x114afb10,0xfe014ffd,0x6068142f,0xe3007e20,0x0e51ca16,0xed4b0b71,0xcb113000,0xc4500000,0x0515000f,0x6402a181,0xf32000fb,0x2fc1efdc,0xaeee5055,0x3d60001f,0x9000000e,0x2e000001,0xf0bf49fc,0xd140faf0,0xfd514afd,0xf067136f,0xd5011e2c,0x0e81d716,0xfd5bfe31,0x830a1000,0xc3900000,0x04c9000f,0x65050172,0xeeafe1f5,0x0fcff23c,0x9eefe05e,0x3c10001e,0x9000000d,0xeb000000,0xef4f50fc,0x6129f9c0,0xfca14bfe,0x5069124f,0xd2012e35,0x0e91dd17,0x2d67f5e1,0x50055000,0xc3000000,0x0445000f,0x5b064162,0xe87f98ee,0xbfdef41c,0x8ff1807e,0x3b00001d,0xb000000d,0x8f000fff,0xee3f56fb,0xa106f830,0xfc3153fe,0x306c10df,0xdc013e3c,0x0de1de17,0x3d6def81,0x4f024000,0xc3600000,0x0387000f,0x5b06a14b,0xe5ef69ea,0x0feef50c,0x85f230a9,0x3a40001d,0x4000000d,0x36000ffe,0xed6f58fa,0xe0dff840,0xfc015ffd,0xa0680f9f,0xef017e3c,0x0ce1d516,0xfd6fe7f1,0x7b001000,0xc5200000,0x0294000f,0x5a068140,0xe77f7ce8,0x7fedf51c,0x8ef190d5,0x3960001c,0xe000000c,0xf6000ffd,0xecdf4dfa,0xa0d4fb90,0xfc1177fe,0x30720ddf,0xf500ae3b,0x0ca1b816,0x1d68de01,0xbafcb000,0xc8c00000,0x018b000f,0x47052144,0xe99f92ec,0xafebf59c,0x8bf010ed,0x3710001c,0x2000000c,0xe6000ffd,0xecbf36fa,0xd0e30070,0xfc3184ff,0x70880cd0,0x01ff6e3e,0x0bd18614,0xcd54d211,0xeff79000,0xce400000,0x0099000f,0x2f03e13d,0xecaf9af0,0xdfedf71c,0x76efa0f0,0x34c0001a,0x9000000d,0x17000ffd,0xed1f35fb,0x00f103e0,0xfc918800,0x10900d00,0x15fe8e32,0x0ac14e13,0xfd40c7a1,0xfcf50000,0xd4000000,0x0006000f,0x1c045121,0xf16faef4,0x4feaf87c,0x69f0a0eb,0x33d00018,0x8000000d,0x7f000ffe,0xed9f40fb,0x10f704d0,0xfd719a00,0x808b0cc0,0x1ffe3e22,0x09d10a13,0xcd35c881,0xe9f69000,0xd8800000,0x0fdb000f,0x06039105,0xf0efb4f7,0x4feaf8ec,0x65f310df,0x33c00016,0xc000000e,0x03000fff,0xeebf3ffa,0xa0e504e0,0xfec1b101,0x007a0bc0,0x1efeee1d,0x0840bf14,0x6d31ccd1,0xd4f95000,0xdbd00000,0x0fec000e,0xf602f0df,0xef2fb6f9,0x3ff2f86c,0x63f730d5,0x34100016,0x0000000e,0x6a000001,0xf01f38f9,0xe0c305e0,0xff81c201,0x306f0b20,0x1bfe6e1c,0x08508814,0xcd38cca1,0xc5fb9000,0xdee00000,0x000c000e,0xed02a0c8,0xedffc5fb,0x3ff0f7bc,0x6efad0d3,0x34c00016,0x7000000e,0x82000002,0xf08f29f9,0x80b10560,0xff11d601,0x207c0a00,0x1efd8e1d,0x09006414,0x9d3fcbb1,0xbffb8000,0xe2a00000,0x0027000e,0xe10110ac,0xedafd9fc,0xbff9f71c,0x7bfb40cb,0x35a00018,0x8000000e,0x6d000002,0xf09f24f9,0x90b80410,0xfe61eb00,0xb0870860,0x27fe3e1e,0x08705514,0x4d40cc51,0xbcfb2000,0xe7000000,0x0030000e,0xcffeb082,0xec1fd9fd,0xc00ff62c,0x86f920c3,0x35f0001b,0x1000000e,0x57000002,0xf0af2af9,0xa0c004b0,0xfe61f300,0x808407c0,0x2cff9e1c,0x07105d14,0x1d3bcc71,0xbcfba000,0xe9f00000,0x002b000e,0xc9ff407f,0xeccfd7fe,0x000ef56c,0x8ff700c8,0x35e0001c,0x8000000e,0x42000002,0xf0df39f9,0xb0c80620,0xfea1ed00,0xb0840830,0x2d002e1c,0x06c06213,0xed34cc31,0xb9fc0000,0xebb00000,0x0025000e,0xd7fe9072,0xed7fd0fd,0xfff6f5bc,0x96f680cc,0x35f0001c,0x8000000e,0x33000003,0xf11f50f9,0xd0d106e0,0xfeb1eb00,0xb0830860,0x3000ce1a,0x06906213,0xcd2ecc81,0xb5fc5000,0xed300000,0x001e000e,0xedfc1057,0xedefccfd,0x6fdef64c,0x9ef6d0cb,0x3680001c,0x1000000e,0x2d000003,0xf16f5ef9,0xf0da06f0,0xfef1ef00,0x807a0810,0x32016e16,0x06b06213,0xdd2accd1,0xb3fd4000,0xee400000,0x0001000f,0x18f9c035,0xeeafcefd,0x9fd7f69c,0xa7f6f0cc,0x3700001b,0x4000000e,0x29000004,0xf1bf60fa,0x10e20690,0xff41fa00,0x907107a0,0x3001ce0b,0x07306613,0xbd2bcd61,0xa9002000,0xeeb00000,0x0054000f,0x52f7bff8,0xf0d039fa,0xafdcf6ec,0xaaf6b0cc,0x3710001a,0x3000000e,0x24000004,0xf1ff5cfa,0x20ea0640,0xff520800,0xb0700730,0x30024e02,0x07406c13,0x4d2dcf71,0x91036000,0xeec00000,0x00d0000f,0x7bf69fc8,0xf4f086f6,0x4fe0f77c,0xabf5d0c2,0x36f00019,0x2000000e,0x25000005,0xf22f54fa,0x40f00660,0xff821700,0xe06e06a0,0x31019e00,0x08306f12,0xdd2fd051,0x7b04d000,0xee700000,0x0138000f,0x9ff6afb4,0xfa30cbf1,0x7fdef7cc,0xacf500ba,0x36d00018,0x3000000e,0x26000005,0xf26f48fa,0x40f40660,0x00021f01,0x00660610,0x3200fe03,0x09306d12,0xbd2cd011,0x77047000,0xee300000,0x0167000f,0xb9f6afb3,0xfc50e1ef,0x8fd9f7bc,0xadf4c0bd,0x36c00017,0x7000000e,0x24000006,0xf2af40fa,0x40f60610,0x00422001,0x206005f0,0x3401fe02,0x08b06a12,0x9d29cf61,0x7d030000,0xee400000,0x0157000f,0xbbf64fbc,0xfbb0c7f0,0x6fd8f7fc,0xacf4c0be,0x36a00016,0xd000000e,0x23000006,0xf2ef41fa,0x40f70610,0x00421f01,0x60610600,0x35038dfa,0x07806b12,0x4d2ace31,0x85013000,0xee600000,0x0122000f,0xb7f5ffc7,0xf9808ef2,0xbfdaf88c,0xa9f4b0b9,0x36900016,0x5000000e,0x26000007,0xf30f43fa,0x40f80620,0x00421c01,0x70600630,0x36043df6,0x07806d12,0x0d2fccf1,0x8cff5000,0xee500000,0x00e4000f,0xb6f60fd3,0xf6c047f6,0x3fdaf90c,0xa8f4c0b6,0x36900015,0xd000000e,0x29000007,0xf35f45fa,0x30f80620,0x00721501,0xb0600660,0x32048df6,0x07a06511,0xfd34cb21,0x96fda000,0xee300000,0x00a1000f,0xb4f61fd9,0xf39013f9,0xefd9f9bc,0xa4f4d0b3,0x36700015,0x1000000e,0x2e000008,0xf38f4bfa,0x20f80680,0x00821002,0x00630690,0x2f055df3,0x07005c11,0xfd39c931,0x9ffca000,0xee100000,0x0062000f,0xb2f61fdb,0xf28ffdfb,0xdfdafa8c,0x9ff500ac,0x36500014,0x1000000e,0x35000008,0xf3af52fa,0x20f806c0,0x00821002,0x20640690,0x2d06adee,0x05a05411,0xdd3fc801,0xa5fc9000,0xee100000,0x0039000f,0xaef5bfdf,0xf3f002fc,0x4fd8fb2c,0x9ef510a8,0x36500013,0x3000000e,0x39000008,0xf3df51fa,0x20fa06f0,0x00a21002,0x206406a0,0x2c072dea,0x05304d11,0xdd44c7b1,0xa9fd1000,0xee100000,0x0026000f,0xa6f5bfe7,0xf3e00dfc,0x2fd4fb8c,0xa0f520a7,0x36600012,0x7000000e,0x3b000009,0xf41f4dfa,0x30fc0700,0x00b21002,0x106106b0,0x2c074deb,0x04e04911,0xed49c6d1,0xaffdb000,0xee300000,0x001e000f,0x9ef5efeb,0xf4600cfb,0xafd1fbbc,0xa2f530a8,0x36800011,0xe000000e,0x3c000009,0xf42f4cfa,0x30fd06f0,0x00b21002,0x106006c0,0x2c079ded,0x04604711,0xdd4dc5d1,0xb3fe1000,0xee500000,0x001a000f,0x9ff61fe8,0xf5e005fb,0x2fd1fbec,0xa2f550a9,0x36900011,0x6000000e,0x3c000009,0xf41f4efa,0x30ff06d0,0x00e21002,0x205f06d0,0x2b07cdeb,0x04504611,0xed50c5d1,0xb2fe7000,0xee400000,0x0018000f,0xa1f69fea,0xf59ffdfb,0x3fd4fbec,0xa1f540ab,0x36900011,0x3000000e,0x3a000009,0xf41f51fa,0x410206e0,0x01021102,0x305e06b0,0x2a07ddea,0x04704511,0xdd50c611,0xb2fea000,0xee600000,0x0017000f,0x9cf6cfec,0xf53ff9fb,0x6fd8fbcc,0xa0f520ac,0x36800011,0x3000000e,0x3a000009,0xf42f54fa,0x510406f0,0x00e21202,0x306206b0,0x29080dec,0x04704711,0xbd51c5b1,0xb2feb000,0xee800000,0x0016000f,0x99f6dfed,0xf5fffbfb,0x6fdcfbfc,0x9ff510aa,0x36800011,0x2000000e,0x3a000009,0xf42f58fa,0x410306f0,0x00a21202,0x306406b0,0x29086dec,0x04304911,0xad51c571,0xb2fee000,0xeec00000,0x0016000f,0x9cf69fed,0xf66001fb,0x8fe0fc3c,0xa0f530a6,0x36b00011,0x0000000e,0x3b000009,0xf42f5bfa,0x510506e0,0x00921402,0x20630690,0x28088dee,0x03f04811,0xad4fc591,0xb2fef000,0xef000000,0x0015000f,0xa1f61fee,0xf65003fc,0x3fe4fc3c,0xa1f500a5,0x36c00010,0xf000000e,0x3b000009,0xf41f5dfa,0x610806e0,0x00a21602,0x30620670,0x28084df0,0x04204511,0xdd4cc561,0xb2fec000,0xeef00000,0x0014000f,0xa7f5ffe9,0xf65004fc,0xbfe8fc3c,0xa0f4c0a4,0x36a00010,0xe000000e,0x3c000009,0xf42f5efa,0x710906f0,0x00a21402,0x306106a0,0x29080df0,0x04904511,0xdd4ac531,0xb1fe8000,0xeec00000,0x0012000f,0xabf60fe5,0xf63007fc,0x9fe7fc4c,0xa1f4b0a5,0x36b00010,0xd000000e,0x3c000008,0xf41f5efa,0x71090700,0x00a21402,0x206106c0,0x2907fdf0,0x05004611,0xdd48c551,0xb0fe4000,0xeed00000,0x000f000f,0xadf5ffe7,0xf5f00dfc,0x7fe5fc4c,0xa2f4b0a7,0x36b00010,0xb000000e,0x39000008,0xf40f5dfa,0x810c0710,0x00b21602,0x40610670,0x2707ddf2,0x05004311,0xed45c541,0xb2fe1000,0xeee00000,0x000d000f,0xacf62fe7,0xf60011fc,0x7fe6fc4c,0xa2f480a6,0x36900010,0xb000000e,0x39000008,0xf41f5cfa,0x910e0720,0x00d21702,0x405e0660,0x2707ddf1,0x04b04112,0x0d44c531,0xb4fe1000,0xeee00000,0x000d000f,0xaff62fe4,0xf62012fc,0x3fe5fc1c,0xa2f470a7,0x36900010,0xa000000e,0x3a000008,0xf42f5afa,0x910e0710,0x00f21701,0xf0560680,0x2a083dee,0x04204412,0x3d42c541,0xb3fe0000,0xeee00000,0x000d000f,0xb7f5bfe6,0xf5f013fc,0x4fe3fbcc,0xa7f480ad,0x36d00010,0x9000000e,0x38000008,0xf42f58fa,0xa1100710,0x01121701,0xb04f06b0,0x2c088ded,0x03f04512,0x5d41c4f1,0xb2fdf000,0xeef00000,0x000b000f,0xbcf59fe9,0xf6301cfc,0xefddfb8c,0xacf460b3,0x36f00010,0x8000000e,0x37000008,0xf42f54fa,0xb1120700,0x01321901,0xb04c0680,0x2c086ded,0x04104512,0x8d41c491,0xb2fdf000,0xef000000,0x0009000f,0xbdf57fec,0xf6b026fd,0x4fdefb5c,0xacf430b4,0x36f00010,0x8000000e,0x37000008,0xf44f53fa,0xb11306f0,0x01121b01,0xc04e0670,0x2c085ded,0x04304612,0x8d42c4e1,0xb1fde000,0xef200000,0x0008000f,0xb9f54fec,0xf6802afd,0x5fe4fb6c,0xabf440b2,0x37000010,0x7000000e,0x38000008,0xf45f55fa,0xb11206d0,0x01121b01,0xb04e0670,0x2d087ded,0x04304412,0x9d42c531,0xaffdd000,0xef400000,0x0006000f,0xb6f56fec,0xf6502ffd,0x7fe5fb9c,0xabf430b1,0x37000010,0x4000000e,0x38000008,0xf46f54fa,0xc11106d0,0x01121b01,0xa04c0650,0x2d087dec,0x04204212,0xad42c511,0xb2fdc000,0xef500000,0x0005000f,0xb5f59ff0,0xf65032fd,0x7fe5fb8c,0xacf440b1,0x37100010,0x4000000e,0x38000008,0xf45f54fa,0xc11206c0,0x01121c01,0x904c0640,0x2e088deb,0x04104012,0xbd42c5c1,0xb1fd9000,0xef600000,0x0004000f,0xb4f5afef,0xf5b02ffd,0x3fe7fb7c,0xadf450b1,0x37300010,0x6000000e,0x38000008,0xf44f54fa,0xc11106a0,0x01121e01,0x904b0620,0x2e08bdeb,0x04003e12,0xbd43c781,0xaefd7000,0xef400000,0x0003000f,0xaef5ffea,0xf4602bfd,0x0feafb6c,0xadf460b0,0x37300010,0x6000000e,0x39000007,0xf45f52fa,0xc1100670,0x01122001,0x904a0620,0x2e091dea,0x03b03d12,0xcd45c851,0xaafd8000,0xef100000,0x0004000f,0xabf63fe8,0xf3f02afc,0xdfecfb5c,0xadf480b0,0x37500010,0x6000000e,0x3a000007,0xf45f52fa,0xc10e0610,0x01122101,0x70480640,0x2f095de6,0x03803f12,0xbd47c851,0xa7fda000,0xeef00000,0x0004000f,0xabf62fe7,0xf4302ffc,0xafedfb5c,0xaef490b1,0x37800010,0x5000000e,0x3a000007,0xf44f51fa,0xd10e05d0,0x01122301,0x80490620,0x2e095de6,0x03a03f12,0xad48c841,0xa8fdc000,0xeef00000,0x0005000f,0xadf62fe6,0xf44032fc,0xafeffb6c,0xacf490ae,0x37700010,0x3000000e,0x3c000007,0xf44f50fa,0xd10d05c0,0x01122401,0xa0490620,0x2c098de5,0x03803e12,0xbd49c801,0xa9fdd000,0xeee00000,0x0006000f,0xb0f62fe5,0xf46030fc,0x3ff2fb8c,0xabf490ac,0x37600010,0x1000000e,0x3e000007,0xf45f50fa,0xd10b05a0,0x01122401,0xb0490640,0x2c09cde3,0x03603f12,0xbd4bc7b1,0xa8fde000,0xeed00000,0x0006000f,0xb1f63fe6,0xf4502dfc,0x2ff3fbac,0xabf4a0ab,0x37600010,0x0000000e,0x3d000007,0xf46f4ffa,0xd10b0580,0x01122501,0xa04a0640,0x2b09ade3,0x03803d12,0xbd4cc751,0xa8fdd000,0xeec00000,0x0005000f,0xb2f61fe8,0xf4902efc,0x7ff2fb9c,0xabf4b0ab,0x37700010,0x0000000e,0x3d000006,0xf46f4dfa,0xe10b0560,0x01222601,0xb04a0620,0x2b096de3,0x03b03a12,0xcd4ac711,0xaafdc000,0xeec00000,0x0005000f,0xb3f62fea,0xf4a02dfc,0x3ff3fb9c,0xabf4a0ab,0x37700010,0x0000000e,0x3d000006,0xf47f4afa,0xe1090550,0x01222601,0x90480640,0x2c09cde2,0x03d03b12,0xcd4bc731,0xa8fdd000,0xeee00000,0x0006000f,0xb7f60fe9,0xf44028fb,0x9ff1fb8c,0xadf4b0ad,0x37800010,0x0000000e,0x3c000006,0xf47f46fa,0xe1080530,0x01222501,0x50450670,0x2e0a1de1,0x03d03e12,0xdd4cc671,0xa8fdd000,0xef100000,0x0005000f,0xb7f5bfe8,0xf4f028fb,0xdfecfb5c,0xb1f4c0b1,0x37b0000f,0xf000000e,0x3c000006,0xf47f41fa,0xf1080510,0x01222501,0x30440670,0x2f0a0de0,0x03f03d12,0xdd4cc531,0xabfdf000,0xef200000,0x0005000f,0xb8f59fe6,0xf6602bfc,0x4fedfb2c,0xb2f4b0b2,0x37c00010,0x1000000e,0x3d000006,0xf47f42fa,0xf1050500,0x01222501,0x20440670,0x2f0a0de2,0x04003d12,0xed4cc5b1,0xa9fdf000,0xef400000,0x0006000f,0xb9f58fe5,0xf5d028fc,0x1fedfb1c,0xb2f4b0b2,0x37d00010,0x1000000e,0x3d000005,0xf48f41fa,0xf10304f0,0x01222401,0x20460680,0x2f0a2de4,0x03e04012,0xfd4cc6b1,0xa5fdd000,0xef500000,0x0005000f,0xb9f58fe6,0xf4a026fb,0xcfecfb3c,0xb2f4d0b2,0x37d00010,0x0000000e,0x3d000005,0xf4af3ffa,0xf10204c0,0x01122401,0x20460680,0x2f0a1de4,0x04103e13,0x0d4bc6a1,0xa5fdd000,0xef500000,0x0006000f,0xbbf59fe4,0xf49027fb,0xdfebfb3c,0xb3f4d0b2,0x37d00010,0x0000000e,0x3c000005,0xf4af3cfa,0xf10104a0,0x01222401,0x00460670,0x3009fde5,0x04203e13,0x1d4ac681,0xa5fdd000,0xef600000,0x0006000f,0xbaf57fe4,0xf4a029fc,0x0fedfb0c,0xb4f4d0b4,0x37e00010,0x2000000e,0x3d000005,0xf48f3bfb,0x00ff0490,0x01022200,0xf0470690,0x310a0de5,0x03f03f13,0x1d4ac691,0xa5fdd000,0xef600000,0x0007000f,0xbaf58fe4,0xf4602cfc,0x3fecfb1c,0xb5f510b4,0x38100010,0x2000000e,0x3f000004,0xf48f3afb,0x00fd0460,0x00f21f00,0xe04806b0,0x320a3de6,0x03e03d13,0x2d49c681,0xa6fdd000,0xef600000,0x0007000f,0xbcf5cfe4,0xf4602efc,0x5fecfb3c,0xb5f570b3,0x38300010,0x1000000e,0x40000004,0xf47f3bfb,0x00fb0420,0x00e21e00,0xd04906c0,0x330a3de5,0x03e03b13,0x1d49c681,0xa5fdd000,0xef600000,0x0007000f,0xbef5bfe3,0xf4702ffc,0x9feffb2c,0xb5f590b4,0x38500010,0x2000000e,0x42000004,0xf47f3dfb,0x00fa03d0,0x00d21f00,0xb04906a0,0x340a0de5,0x04103b13,0x0d49c681,0xa7fdc000,0xef700000,0x0007000f,0xbff57fe4,0xf47031fc,0xdff2fafc,0xb6f5a0b4,0x38700010,0x5000000e,0x43000004,0xf48f3efb,0x00f803b0,0x00c21c00,0x904b06c0,0x360a1de6,0x04003b13,0x0d49c681,0xa8fdb000,0xef600000,0x0007000f,0xbff57fe6,0xf49032fc,0xdff3fb0c,0xb6f5c0b4,0x38900010,0x3000000e,0x44000003,0xf48f41fb,0x00f503a0,0x00a21b00,0x804c06e0,0x360a5de5,0x03e03b12,0xfd4bc611,0xa9fdc000,0xef300000,0x0008000f,0xbdf59fe4,0xf50033fc,0xfff5fb3c,0xb7f5c0b4,0x38a00010,0x0000000e,0x45000003,0xf48f43fb,0x10f40390,0x00b21d00,0x904b06c0,0x360a3de4,0x04103b13,0x0d4cc5c1,0xa9fdb000,0xef100000,0x0008000f,0xbcf5bfe3,0xf55034fd,0x1ff9fb2c,0xb6f5a0b4,0x38a00010,0x0000000e,0x45000003,0xf48f46fb,0x20f40370,0x00c22000,0xa04a06a0,0x360a1de5,0x04303b12,0xfd4dc631,0xa9fdb000,0xef100000,0x0009000f,0xbcf5cfe4,0xf4f033fc,0xeffbfaec,0xb5f580b4,0x38900010,0x2000000e,0x46000002,0xf4af44fb,0x20f20350,0x00c22000,0xa04b06a0,0x360a4de6,0x04003b12,0xfd4ec681,0xa9fdb000,0xef200000,0x0009000f,0xbbf5cfe5,0xf48033fc,0xcff9fafc,0xb5f590b4,0x38900010,0x0000000e,0x47000002,0xf4af42fb,0x20f00320,0x00b21f00,0xb04d06b0,0x350aade5,0x03b03a12,0xfd4ec6a1,0xa8fdb000,0xef200000,0x0009000f,0xbcf59fe5,0xf46035fc,0xeff8fb2c,0xb5f5a0b3,0x3890000f,0xe000000e,0x46000002,0xf4bf42fb,0x30ef0300,0x00b22000,0xc04c06a0,0x350a9de4,0x03903912,0xfd4ec6a1,0xa9fdb000,0xef500000,0x000a000f,0xbcf57fe4,0xf46035fd,0x0ffafb2c,0xb4f590b2,0x3880000f,0xe000000e,0x46000002,0xf4bf40fb,0x30ee02d0,0x00b22000,0xc04c06a0,0x360aade3,0x03803813,0x0d4dc6a1,0xa9fdc000,0xef600000,0x000b000f,0xbcf58fe1,0xf45034fc,0xfffafb2c,0xb4f5a0b2,0x3890000f,0xe000000e,0x47000001,0xf4df3efb,0x40eb02c0,0x00b21f00,0xc04d06c0,0x360aede2,0x03403713,0x2d4cc6b1,0xa8fdc000,0xef300000,0x000b000f,0xbef58fe3,0xf42032fc,0xeff8fb4c,0xb4f5b0b1,0x3890000f,0xc000000e,0x48000001,0xf4ef3cfb,0x40e902a0,0x00a22000,0xd04d06c0,0x360aede3,0x03203713,0x3d4bc721,0xa6fdd000,0xef300000,0x000c000f,0xbef58fe6,0xf3c031fd,0x0ffbfb4c,0xb3f590b0,0x3880000f,0xc000000e,0x48000001,0xf4df3bfb,0x50e80270,0x00b22200,0xd04b06b0,0x370abde3,0x03403613,0x3d4ac761,0xa4fdd000,0xef400000,0x000c000f,0xbff58fe3,0xf3c031fd,0x0ffdfb2c,0xb2f570b0,0x3870000f,0xe000000e,0x49000000,0xf4ef39fb,0x50e70250,0x00b22000,0xc04a06d0,0x380a7de2,0x03503613,0x3d4ac731,0xa5fdd000,0xef500000,0x000d000f,0xbff57fe0,0xf4102efc,0xaffbfb2c,0xb3f590b0,0x3890000f,0xd000000e,0x4a000000,0xf4ff37fb,0x50e40240,0x00a21e00,0xb0490700,0x3a0aade3,0x03503813,0x4d4ac731,0xa3fde000,0xef400000,0x000e000f,0xbef5bfdf,0xf4302dfc,0x9ff7fb4c,0xb4f5b0b1,0x3890000f,0xa000000e,0x49000000,0xf4ff34fb,0x60e30230,0x00c22100,0xc04806d0,0x390acde4,0x03803913,0x4d4ac6f1,0xa3fdf000,0xef400000,0x000e000f,0xbdf5bfe0,0xf4a032fd,0x0ffafb3c,0xb3f580b1,0x3880000f,0xa000000e,0x48000000,0xf4ff31fb,0x70e30200,0x00d22500,0xe0470690,0x380aade3,0x03b03913,0x3d4bc6c1,0xa3fdf000,0xef600000,0x000e000f,0xbcf59fdf,0xf50035fd,0x4ffdfb0c,0xb3f550b2,0x3860000f,0xc000000e,0x48000fff,0xf50f2efb,0x70e101d0,0x00f22500,0xe0450690,0x370a9de4,0x03c03913,0x3d4cc6c1,0xa3fdf000,0xef600000,0x000d000f,0xbbf59fe0,0xf4e033fd,0x1ff9fadc,0xb4f570b4,0x3870000f,0xc000000e,0x48000fff,0xf51f27fb,0x70de0180,0x01022400,0xe04506c0,0x360aede3,0x03b03a13,0x1d4ec751,0xa0fe1000,0xef600000,0x000d000f,0xbbf5afe0,0xf44033fc,0xfff4fabc,0xb5f5d0b7,0x3890000f,0xe000000e,0x45000fff,0xf52f1dfb,0x80dd0120,0x01122100,0xe04506e0,0x340afde3,0x03603b13,0x0d4ec7c1,0x9efe8000,0xef500000,0x0014000f,0xbbf5afe4,0xf42034fd,0x4ff0fa6c,0xb6f650bb,0x38a00010,0x8000000e,0x41000ffe,0xf50f19fb,0x80da00b0,0x01121e00,0xd04506f0,0x340a9de6,0x03a03b12,0xfd4bc971,0x9aff4000,0xef400000,0x0022000f,0xbbf58fe9,0xf3a033fd,0x6ff2f9cc,0xb6f690bf,0x38a00011,0xb000000e,0x40000ffe,0xf4af1cfb,0x70d300a0,0x00b21800,0x904d0710,0x340a8dea,0x04403c12,0xad49cf01,0x88006000,0xef200000,0x0036000f,0xbdf5afec,0xefe02efd,0x1ff0f99c,0xb6f700bb,0x38d00012,0xc000000e,0x43000ffe,0xf43f19fb,0x60cd00a0,0x00321100,0x90580720,0x300a8ded,0x04d03d12,0x4d46d501,0x7002b000,0xef000000,0x0068000f,0xc0f62feb,0xec9027fc,0xffedf9dc,0xb5f7a0b4,0x38e00013,0x8000000e,0x47000ffe,0xf3df14fb,0x60c70080,0xffe20a00,0x605c0780,0x2a0aaded,0x05704411,0xad45d9d1,0x4f068000,0xeee00000,0x00b8000f,0xcaf70fe8,0xeb201efd,0x2febf9ec,0xb3f840b2,0x38f00014,0x3000000e,0x4c000ffe,0xf36f16fb,0x50bf0060,0xff820200,0x60630780,0x250a8df3,0x05f04f10,0xfd40ded1,0x260ab000,0xeea00000,0x011b000f,0xdaf7ffeb,0xea2013fc,0xeff4fa0c,0xa8f8d0ab,0x38d00014,0xd000000e,0x54000ffe,0xf2ff24fb,0x40b60050,0xff11ff01,0x10740690,0x200a3e05,0x05f05710,0x5d2fe380,0xfa0ee000,0xee800000,0x018b000f,0xe8f84feb,0xea1010fc,0x9018faac,0x83f9509a,0x38100015,0xb000000e,0x5f000ffe,0xf2cf4cfb,0x20a90030,0xfe71f701,0xb08d0550,0x20097e1f,0x05805b0f,0x6d14e7c0,0xd1125000,0xee800000,0x01f4000f,0xf5f75fe1,0xe97011fd,0x4044fb2c,0x54f9c08a,0x37300016,0xe000000e,0x68000ffe,0xf2bf81fb,0x009a0070,0xfe11ed01,0xe09c03d0,0x22088e3e,0x0520620e,0x5cf9ec20,0xa615c000,0xee100000,0x0259000f,0xfff6bfdf,0xe9600bfd,0x6063fb2c,0x2cf9e080,0x36600017,0xf000000e,0x78000ffd,0xf2cfadfa,0xd0870120,0xfe31e301,0xb0980280,0x22086e5c,0x04f07e0d,0x9cebf060,0x7319a000,0xed500000,0x02ad0000,0x05f69fde,0xe96014fd,0x506ffaac,0x17f9907f,0x35c00018,0x5000000e,0x93000ffd,0xf30fc3fa,0x906c01e0,0xff11d301,0x408001a0,0x1e090e78,0x04909e0d,0x3ce4f4c0,0x3f1d7000,0xec900000,0x02e50000,0x0ff60fec,0xe8701cfe,0x3064f98c,0x13f9408e,0x35500017,0xd000000e,0xb3000ffc,0xf37fc6fa,0x504e02c0,0xffd1be00,0x506600d0,0x1e093e96,0x0470bc0c,0xbce3f950,0x0c20d000,0xec000000,0x03040000,0x0af61ff9,0xe86020ff,0x3043f89c,0x1ff960a1,0x35700016,0xd000000e,0xd7000ffc,0xf42fb7f9,0xf02b0380,0x00419dff,0x10510100,0x2208deb4,0x04e0e00b,0xfcebfd2f,0xdc240000,0xeb000000,0x030e0000,0x00f76ff9,0xe94023ff,0xa012f81c,0x36f9c0b0,0x36100015,0x5000000f,0x05000ffb,0xf4dfa4f9,0x9fff04a0,0x00a16bfe,0x00450240,0x24086ed5,0x0561040b,0x1cf7007f,0xac26d000,0xe9600000,0x030d0000,0x05f9d00d,0xe9e027ff,0xbfd3f83c,0x4ef9b0bb,0x36e00013,0xb000000f,0x34000ffa,0xf57f96f9,0x5fde05c0,0x003130fd,0x304f0400,0x25078ef7,0x05c1180a,0x3d0a02bf,0x84291000,0xe8000000,0x02fd0000,0x05fa7019,0xeb202f00,0x5f98f98c,0x5ef9e0bc,0x38200012,0x2000000f,0x4d000ff9,0xf5cf97f9,0x6fe005d0,0xffa102fd,0x105f04a0,0x21069f1b,0x05d11409,0xcd1a043f,0x6e2b0000,0xe7500000,0x02d2000f,0xf7f8e014,0xec603b01,0x1f88fb1c,0x57fa70b4,0x38e00010,0xb000000f,0x4f000ff9,0xf62fb3f9,0xdfff0460,0xffc0e5fd,0x505c0430,0x16063f40,0x05710909,0x5d23060f,0x5d2c6000,0xe7900000,0x029b000f,0xe3f8201d,0xed203c00,0xdf86fb8c,0x49f9e0b5,0x3920000f,0xa000000f,0x43000ff8,0xf6afc9fa,0x301d0210,0x0020cdfd,0x605103d0,0x0e064f60,0x04d10108,0xdd2b077f,0x492da000,0xe8100000,0x0267000f,0xccf8802e,0xee203300,0xcf75fb5c,0x46f860be,0x3960000e,0xf000000f,0x29000ff7,0xf6ffcdfa,0x80330030,0x0010b1fd,0x20530370,0x0c060f83,0x0420f008,0x6d2f089f,0x412e8000,0xe8700000,0x0231000f,0xb3f90046,0xf0003200,0xff5efb9c,0x4af710c2,0x39b0000e,0x8000000f,0x01000ff6,0xf74fd0fa,0xc044ff50,0x002097fd,0x305002d0,0x0a05cfa7,0x0350e008,0x2d2d0a3f,0x392e7000,0xe9200000,0x0201000f,0x9af94058,0xf2b03a00,0xff51fbbc,0x46f670c4,0x3990000d,0xd000000e,0xd6000ff5,0xf7dfd9fa,0xf055fe90,0x00407ffd,0x604a02c0,0x07059fc2,0x02b0dd07,0xdd300b4f,0x2b2e4000,0xe9d00000,0x01da000f,0x8af9b05a,0xf4c04201,0x4f4bfbec,0x3ef680c2,0x3960000d,0x1000000e,0xaf000ff4,0xf84fe8fb,0x2061fe20,0x006066fd,0x804402c0,0x05059fdb,0x0220d607,0xbd320c3f,0x232df000,0xeac00000,0x01b1000f,0x90f9b059,0xf5404803,0x1f42fc6c,0x38f6e0b8,0x3940000b,0xf000000e,0x97000ff3,0xf8aff5fb,0x3061fe40,0x007051fd,0xc03c0290,0x02058ff3,0x01c0cd07,0xfd340d2f,0x1e2d7000,0xeb600000,0x0189000f,0xacf93059,0xf4b04005,0x6f3bfd0c,0x2ff730a8,0x38e0000a,0xa000000e,0x91000ff2,0xf91002fb,0x5066fe60,0x00b03bfe,0x003102cf,0xff056005,0x0180c707,0xed380e0f,0x1a2d1000,0xec200000,0x0162000f,0xdcf8904f,0xf3203705,0xdf37fd9c,0x26f7b096,0x38900009,0x2000000e,0x9f000ff1,0xf97013fb,0x5063fe30,0x01101efe,0x10280390,0x00050012,0x0130c207,0x3d3c0e3f,0x192cd000,0xeda00000,0x013e0000,0x03f87050,0xf2803206,0x0f28fdfc,0x23f89082,0x38900007,0xd000000e,0xc2000ff1,0xf9701dfb,0x304cfde0,0x014000fd,0xf0220490,0x0104a021,0x0120b606,0xad410d8f,0x182ce000,0xef200000,0x011b0000,0x0cf85055,0xf2803106,0xff06febc,0x27f93064,0x38d00006,0x9000000e,0xfa000ff1,0xf91014fb,0x1036fe00,0x018ff4fe,0x7015045f,0xf5049033,0x0160a706,0xad4b0ccf,0x152d4000,0xf0a00000,0x00f7000f,0xf4f8204a,0xf2102a07,0x9efefefc,0x22f74044,0x38b00005,0xf000000f,0x3f000ff1,0xf8a010fb,0x2038ff30,0x01dff0ff,0x500603bf,0xe104a041,0x01c0a006,0xbd590c1f,0x142dc000,0xf2200000,0x00d6000f,0xcef8c03d,0xf1801a07,0xbf0bfeac,0x19f5202e,0x38900005,0xd000000f,0x76000ff1,0xf87018fb,0x303d00a0,0x01efe6ff,0xf000038f,0xd204504e,0x01e09806,0x8d650aff,0x172e3000,0xf3a00000,0x00bc000f,0xaff98033,0xf1600507,0xaf12feac,0x15f4e021,0x38800005,0xe000000f,0x93000ff1,0xf8701efb,0x403f0170,0x017fdd00,0x5005037f,0xcb03a05a,0x01e09006,0x4d6c0a4f,0x1e2e8000,0xf4d00000,0x00a7000f,0xa1f9702a,0xf0eff706,0xef11feec,0x17f3d018,0x38700006,0x3000000f,0x9e000ff0,0xf8601dfb,0x503f0350,0x011fd400,0x400b036f,0xcb02f065,0x01808906,0x1d6f09df,0x242ec000,0xf5d00000,0x0095000f,0xa9f98026,0xf0aff205,0xcf0fff2c,0x1ff30016,0x38a00006,0x6000000f,0x9d000fef,0xf8b016fb,0x603e04e0,0x00efce00,0x300e035f,0xcd02306b,0x01108206,0x1d6e098f,0x252f0000,0xf6800000,0x0088000f,0xbaf9d029,0xf09ff004,0x2f14ff6c,0x27f36015,0x39000006,0x9000000f,0x9a000fee,0xf91003fb,0x603d04f0,0x00cfcb00,0x200d033f,0xcf01e069,0x01307d06,0x3d6b090f,0x212f0000,0xf7000000,0x0085000f,0xbdf9d030,0xefaff203,0xdf1aff8c,0x2ff3c012,0x39700006,0xa000000f,0x9d000fee,0xf94fe0fb,0x703b04c0,0x00afcf00,0x200c02df,0xcf018069,0x01707806,0x4d68080f,0x1c2f0000,0xf7800000,0x0087000f,0xbdf9902a,0xeebff604,0x9f23ffac,0x34f3d00b,0x39e00006,0x8000000f,0xa5000fec,0xf9efcafb,0x70360450,0x00bfd000,0x100a02bf,0xd201006f,0x01a07706,0x3d62072f,0x1b2ef000,0xf8100000,0x0086000f,0xbcf9701c,0xee6ff905,0x2f25ffbc,0x36f47008,0x3a500006,0x1000000f,0xaf000fea,0xfadfc9fb,0x70300360,0x00efcd00,0x100502bf,0xd600b075,0x01a07306,0x3d5b06af,0x1b2ed000,0xf8a00000,0x0081000f,0xbcf9b00f,0xee500605,0x1f21ffec,0x36f49009,0x3a800005,0x6000000f,0xb6000fe8,0xfb7fc8fb,0x702d0340,0x011fcc00,0x1fff02bf,0xda00c075,0x01906f06,0x2d5405af,0x172ec000,0xf9600000,0x0087000f,0xbcf9dffc,0xee500605,0x5f1c002c,0x34f3a009,0x3a800004,0x8000000f,0xbb000fe7,0xfbcfc8fb,0x802b0440,0x012fcb00,0x1fff02ff,0xdd00c074,0x01b06b05,0xdd5004bf,0x112f0000,0xfa100000,0x008e000f,0xc0f9cfe0,0xee400b04,0xff18008c,0x33f28007,0x3aa00003,0xc000000f,0xc2000fe6,0xfc2fc7fb,0x80280540 +}; + +u32 ANIM_ENTRY_fire_standing_draw_one_handed_weapon_slow[] = +{ + 0xff6f79ff,0xaff30260,0x2aff7070,0xfdffbd02,0x2cb8013f,0xba360ff1,0xf6d02001,0xa0dd031f,0x6df69031,0xf81fb801,0x3e66048c,0x64fbbfcb,0x3ef011ff,0xdfffffff,0xfb000000,0x001f89fc,0x702e01a0,0xff6f76ff,0x9ff40280,0x2cff5070,0xfe2fba01,0xfcb3013f,0xbc363ff1,0xf6b02001,0xa0dd031f,0x6cf69033,0xf82fb001,0x4e63049c,0x65fbafca,0x3f0011ff,0xefffffff,0xfb000000,0x004f88fc,0x802e01b0,0xff7f75ff,0x9ff50270,0x2cff2074,0xfe2fba01,0xacaf012f,0xbf367ff1,0xf6b02001,0xa0da031f,0x6cf68034,0xf82fae01,0x5e66049c,0x64fbdfcb,0x3ef011ff,0xdfffffff,0xfb000000,0x008f8afc,0x802e0160,0xff8f72ff,0x9ff502a0,0x2dff0075,0xfddfb901,0x5caa010f,0xc236bff1,0xf6c02001,0xa0d9030f,0x6ff66030,0xf84fae01,0x3e62049c,0x64fc1fcb,0x3ef011ff,0xefffffff,0xfc000fff,0x00bf88fc,0xa02f0130,0xff7f6aff,0x8ff60330,0x2dfef071,0xfdbfb901,0x1ca700ef,0xc2370ff1,0xf6902101,0xa0d9031f,0x70f6802e,0xf86fad01,0x2e5004dc,0x64fc7fca,0x3f0010ff,0xcfffffff,0xfc000fff,0x00ff7dfc,0xb02f0120,0xff3f5aff,0x6ffc0420,0x2dff0071,0xfddfb900,0xdca500bf,0xc6377ff1,0xf6802101,0x90d8030f,0x6ff68031,0xf89fa901,0x3e35058c,0x64fd5fc6,0x3f0010ff,0x8ffeffff,0xfd000fff,0x012f70fc,0xb02e0110,0xff3f53ff,0x6ffd0470,0x2eff4071,0xfddfba00,0x7ca100bf,0xc837cff1,0xf6d02001,0x90d6030f,0x6ef63033,0xf89fa501,0x3e2e05ac,0x63fddfc7,0x3f0010ff,0x7ffeffff,0xfc000ffe,0x015f6ffc,0xc02f00e0,0xff4f5bff,0xaff80400,0x2aff9071,0xfddfbd00,0x5c9c009f,0xc237fff2,0xf6f02001,0xb0e0032f,0x6cf5f031,0xf7cfa001,0x2e36057c,0x60fd3fc7,0x3ec010ff,0x9ffeffff,0xfc000ffe,0x017f6efc,0xe03100c0,0xff3f6900,0x0ff40350,0x24ffa06d,0xfddfbc00,0xbc99009f,0xb1381ff0,0xf6302202,0x210003af,0x74f6402c,0xf6cf9d00,0xae42054c,0x5cfb9fc4,0x3e7011ff,0xdfff000f,0xff000ffe,0x019f6dfc,0xf0310160,0xff5f6b00,0x4ff10330,0x20ff806f,0xfddfbf01,0x1c97018f,0x9f385fed,0xf4f02702,0xd131046f,0x7af6b029,0xf68fb0ff,0x6e4504dc,0x59fa3fc5,0x3e301100,0x30000000,0x01fffffd,0x01bf6dfd,0x00320260,0xffdf6900,0x8feb0340,0x1aff9071,0xfe1fce01,0xec99034f,0x91388fe7,0xf2e02f03,0xf170058f,0x71f6f027,0xf58fcdff,0x3e4503ec,0x58f9cfcb,0x3dd01101,0x00020000,0x03fffffd,0x01af6ffd,0x103402a0,0xffef6a00,0xcfee0340,0x13ff806e,0xfe6fe903,0x7ca1064f,0x93388fda,0xef303e05,0xb1c0071f,0x4cf7e022,0xf65fbc00,0x0e4f02ec,0x59fb3fd2,0x3d901202,0x9007000f,0xff000ffd,0x014f78fd,0x203500e0,0xff8f5e00,0xbffc0420,0x14ff206b,0xfe600505,0x6caa0aaf,0xac381fc4,0xea405407,0xd20c08ff,0x0af88021,0xf95faf02,0x9e51025c,0x5ffcffd4,0x3d801404,0x800cffff,0xf9001ffd,0x00bf85fd,0x4037ffc0,0xff8f4a00,0x900105a0,0x16ff4067,0xfe802107,0xdcb40fff,0xd3380fa5,0xe4b0710a,0x024b0aee,0xc5f83022,0xfb5fcf05,0x5e4f018c,0x66fdefdb,0x3d501706,0xb013ffff,0xf0002ffd,0xffff97fd,0x503affd0,0xffdf4800,0xb00106c0,0x11ff9057,0xfeb04009,0xfcc61600,0x0538cf7c,0xdf30940c,0x327d0cce,0x9df8101f,0xfbdfd705,0xee5bff8c,0x6dfdafe9,0x3d001c09,0xa01bffff,0xe5004ffd,0xff2fa8fd,0x703e0000,0xffcf4500,0x900808d0,0x11ffb03a,0xfeb0620b,0xacd81af0,0x3939ff46,0xd9b0c40e,0x72a80ece,0x91f9002c,0xfb6fd008,0x3e5efe7c,0x75fd7fee,0x3ce0210b,0xf022ffef,0xdb006ffd,0xfe6fb1fd,0x80410030,0xff7f4c00,0x50110a90,0x1d00201c,0xfe607c0d,0x8ce31f20,0x693b3ef6,0xd4310b10,0x72c7109e,0x9ffab04a,0xfadfc90b,0x3e75fdbc,0x78fcffec,0x3cd0250d,0xc028ffef,0xd1008ffd,0xfdcfc3fd,0xa0440030,0xffbf7500,0x400d0a50,0x26011ff8,0xfdc0920f,0x4ce923c0,0x923c7e97,0xd0016211,0xd2db11de,0xa9fb406d,0xfb2fc00c,0x9eb5fbbc,0x70faeff1,0x3c902a0f,0xe02effdf,0xc300affd,0xfd2fe0fd,0xb04aff90,0x000fa800,0xc0050a00,0x1c019fc8,0xfde0ad10,0x4cf527c0,0xb03dee3e,0xcd81b513,0x32eb131e,0x9bfae087,0xfb8fbf0e,0x3ee4f9cc,0x62f90ff7,0x3bc02f11,0x9033ffcf,0xb500cffd,0xfccfe0fd,0xd04efe20,0xffbfdf01,0xd00f0a30,0x02016f90,0xfeb0cb10,0x2d082ad0,0xc73fddf4,0xcc11fb13,0xc2f1139e,0xb1fa90a9,0xfbefc70f,0xfefaf8fc,0x57f7ffef,0x3a703213,0x1038ffbf,0xa500fffd,0xfcafbffd,0xf054fbb0,0xff001f03,0x20290a3f,0xe500bf51,0xffa0de0f,0x9d1e2d90,0xdf41bda6,0xcad24713,0x52ed133e,0xf6fa90ac,0xfbcfb311,0x7f16f88c,0x49f71fe1,0x38f03714,0xb03cff9f,0x8b013ffd,0xfc6f98fe,0x1060f8b0,0xfec06904,0x404409af,0xcbff9f0e,0x0130ea0f,0x1d2e2fe0,0xf3425d5e,0xca028c13,0xf2f313cf,0x39fb4099,0xfb7fab11,0xdf43f7bc,0x36f5efdd,0x37703b16,0x6040ff4f,0x5e01bffd,0xfc1f77fe,0x5075f5a0,0xffb0b705,0x105108bf,0xb7fe6ecc,0x02e0f50e,0xbd3630c0,0xf641ed20,0xc982c915,0x330014ff,0x67025091,0xfb1fc10f,0xff6df5fc,0x23f3cff2,0x36104017,0xd044febf,0x19027ffd,0xfc0f52fe,0xa090f300,0x0180fb05,0xa05007af,0xa6fd2e90,0x04a0f00e,0xad3a3060,0xf2419cd9,0xc9130e16,0x430915ef,0x87fff09e,0xf94fd40f,0x4f81f39c,0x1af1301c,0x34a04319,0x0047fdde,0xc1038ffd,0xfc4f22fe,0xe0adf150,0x02c12806,0x004d072f,0xa1fbfe64,0x0590d80f,0x0d312f80,0xec409c78,0xc8a36d18,0x531a17df,0xcef7308c,0xf6bfe40f,0xaf89f23c,0x14efc043,0x33704619,0xb04afc9e,0x6804bffd,0xfc6f01ff,0x10c2f070,0x02413205,0xa05d07df,0xaefabe4e,0x0600b50e,0xbd1a2e20,0xed3edc04,0xc873de1d,0xd33d1d10,0x38f5d085,0xf57fe80f,0x8f76f2cc,0x1df17059,0x33404719,0xc04bfb5e,0x2105effd,0xfcaeebff,0x20c4f090,0x01311104,0x10620a4f,0xc6fabe4b,0x05f0a50d,0x5cff2b50,0xef3cbb69,0xc8947629,0x73662850,0x77f590a2,0xf54fe80e,0x5f2af42c,0x48f5a076,0x34a04619,0x204afa3d,0xf106effc,0xfd3ec5ff,0x30c4f2e0,0xff209c00,0xf066113f,0xfafbde59,0x04c0b209,0xbce02750,0xfe39eacc,0xc9450f3d,0xf37e3c60,0x81f410b1,0xf49fee0c,0x7e94f8ac,0x93fe7091,0x38f03f16,0x8044f9ed,0xe8072ffc,0xfe1ea2ff,0x40cef620,0xfe206bff,0x906f1320,0x14fd2e77,0x03a0ca03,0x1cc42271,0x25376a40,0xca559854,0x23725210,0x94f530b3,0xf04ff70a,0x1e57fb6c,0xac02b09a,0x3b203914,0xc03ffa5d,0xfc06cffb,0xfeee90ff,0x50d5f740,0xfe2092ff,0xe06b0ea0,0x08fe6e9d,0x0310d6fa,0xaca51d31,0x6035c9db,0xcb95fa62,0xc34c6060,0xbaf720ea,0xeb7ff206,0x9e80fadc,0xa30100a1,0x3a003a14,0xf03ffb0e,0x1b062ffb,0xff4e93ff,0x60d6f660,0xfdc098ff,0xc0680bb0,0x04ff0ec6,0x02f0e1ef,0xdc7b17b1,0xbb3519f8,0xcb15df68,0xd32e6640,0xaaf7d138,0xeaffd102,0x1e8bfb5c,0xa50090a5,0x39803914,0xd03efbfe,0x48055ffb,0xffde98ff,0x50cbf5d0,0xfd2093ff,0xa06308ef,0xff001ef9,0x02b0f4e3,0x6c3513e2,0x2935fab9,0xc9152467,0xe3356560,0x60f9915a,0xea3fa5fc,0xfe90fc8c,0xa800709f,0x39403714,0x403cfcee,0x83047ffa,0x005ea1ff,0x30b4f720,0xfc7090ff,0x905b03ff,0xf7021f4b,0x0260fad8,0x1bed1602,0x973a7bce,0xc804165d,0x53625b30,0x0efdc14b,0xeacf9bf8,0x2e9ffdcc,0xa800408e,0x39203513,0xc03bfdde,0xc5038ffa,0x006eaeff,0x0092f990,0xfc108cff,0x604efe9f,0xf3046fa6,0x020114ce,0xdb9b1ed2,0xef456cf7,0xc882f441,0xc384403f,0x7e02a13b,0xec8fadf3,0xfeaafedc,0xaf00107b,0x39603413,0x6039fe8f,0x0602bffa,0x005eb8fe,0xb053fb00,0xfbf084ff,0x303dfaef,0xf5063fe7,0x0131b5c8,0x8ad72a53,0x22548e36,0xcbd1bf24,0x135f233f,0x1a030129,0xee7fc0f1,0xaeb3ffcc,0xb8ff5069,0x39f03212,0xd037ff0f,0x3a022ffa,0x002ec4fe,0x5009fb10,0xfc0077ff,0x202af92f,0xfa07500e,0x00b38ec5,0xe8f23683,0x3f638f02,0xd2a10014,0xb30a148e,0xe801210f,0xf00fd4ef,0xeeb700fc,0xbefe7058,0x3aa02f11,0xf034ff3f,0x5801cffa,0x001ecffe,0x4ff2fb00,0xfbf060ff,0x701cf94f,0xfa085028,0xffb54dc8,0x773e43f3,0x4c715f6b,0xdaa0a10d,0x02a50d7e,0x8502b0f5,0xeeefb6ec,0x0eb3028c,0xbffe2045,0x3b602d11,0x1032ff6f,0x6f018ffa,0x005edafe,0x6ff8fb90,0xfbd049ff,0xe012fa7f,0xf809903a,0xfe3550cc,0xe7194e63,0x487bafac,0xe3306908,0x3234093e,0x1c0460ee,0xeeff8be9,0xaeae03ac,0xbffdd036,0x3bc02d11,0x2032ff8f,0x7f016ffa,0x00aee9fe,0x7ff9fcd0,0xfbf03900,0x1006fbaf,0xfc0af03c,0xfe8502d1,0x074b5453,0x3c826fd1,0xeb004504,0x91a9060d,0xcf0550ac,0xf2dfb8eb,0xeea003ec,0xc7fcc02f,0x3c202f11,0xd034ff8f,0x8a014ffa,0x00def5fe,0x8ff7feb0,0xfc703300,0x0ff5fc40,0x020be032,0xff44a3d4,0x879c5813,0x30866fe6,0xf1202f02,0x712d03fd,0x6206e05d,0xf3ffbcef,0x8e8203cc,0xd2fb5028,0x3cc03012,0x1034ffaf,0x9a011ff9,0x012efefe,0x9ff40040,0xfce034ff,0xffe9fc60,0x070c202f,0xff1454d7,0x17e25ac3,0x20884ff3,0xf6701d01,0x10ba025c,0xfe080039,0xf28fa8f2,0x5e61039c,0xd9fa701f,0x3d602e11,0xa033ffbf,0xad00eff9,0x01af0afe,0x9ff000c0,0xfd6038ff,0xdfe0fc40,0x0d0c3031,0xfeb41dd8,0x580c5bc3,0x12882ffa,0xfa901000,0x5059011c,0xa907fffa,0xf06f8ff3,0xae4c030c,0xdcfa7018,0x3e002e11,0x9032ffcf,0xbe00bff8,0x022f27fe,0xafed0060,0xfdd03aff,0xafd7fcb0,0x170c502a,0xfe83e9d8,0xa8205a13,0x0c868ffd,0xfd000900,0x101c005c,0x5a0b3fc9,0xef6f6cf4,0x1e46029c,0xdcfa9014,0x3e802e11,0x9032ffdf,0xcb009ff8,0x025f46fe,0xbfeb0010,0xfe003aff,0x9fd4fd00,0x1c0c8023,0xff03b2d8,0x682456e3,0x0a83effe,0xfe400500,0x0000000c,0x210d8fa7,0xef0f5df4,0x1e4602ec,0xd9fa900b,0x3ee02c10,0xe030ffef,0xd8006ff8,0x028f56fe,0xcfeb0010,0xfde03aff,0x8fd7fd40,0x200c001d,0xfed376d8,0x881e53f3,0x0c80bfff,0xfee003ff,0xfff5ffec,0x160a6f8d,0xeecf58f4,0x4e4e039c,0xd8fa7000,0x3f402a10,0x202effef,0xe3005ff8,0x029f5cfe,0xdfeb0030,0xfdf036ff,0x5fd8fda0,0x290b901b,0xfe535fd9,0xa83451c3,0x0d7e1ffe,0xfe6005ff,0xfff3ffdb,0xd2093f84,0xee5f64f4,0x3e5303ec,0xd9fa7ffd,0x3fa0280f,0xa02cffff,0xe8004ff8,0x02bf60fe,0xefec0040,0xfe302eff,0x1fd8fe40,0x310b4016,0xfe1366d9,0xb8815023,0x0c7ceffa,0xfb100fff,0xfff3ffdb,0x470a3f66,0xeebf75f4,0x1e51040c,0xdafac001,0x4000270f,0x402bffff,0xeb003ff8,0x02df6afe,0xefec0050,0xfe2026fe,0xefdffec0,0x380af00f,0xfe1353d8,0xd8b04f63,0x097ccff5,0xf8001aff,0xfff0ffcb,0x050b4f4e,0xef7f87f3,0xae55044c,0xd8fb1002,0x4030260e,0xe02affff,0xeb003ff8,0x02ff7afe,0xffec0070,0xfe301ffe,0xcfe4ff00,0x3d0ab00b,0xfe0333d9,0x18ab4f23,0x037beff5,0xf81019ff,0xffedffcb,0x170b6f4a,0xee5f8ff3,0x3e5a047c,0xd6fb4006,0x4050260e,0x8029ffff,0xe8004ff8,0x032f85ff,0x0fec0080,0xfe6017fe,0xafe3ff50,0x420af006,0xfdf335d9,0x28a64ec2,0xfe7b1ff7,0xf8b017ff,0xffeeffcb,0x260b0f45,0xed7f8ff2,0xde57049c,0xd4fba00d,0x4060240e,0x0027ffff,0xe6004ff7,0x037f8bff,0x0fee0090,0xfe8010fe,0x9fe4ff80,0x430b6002,0xfdc373d8,0x38aa4df2,0xfb7a3ff6,0xf89018ff,0xfffbfffb,0x290c0f40,0xed8f82f2,0x9e5604dc,0xd1fbf00f,0x4070230d,0x8026ffff,0xe5004ff7,0x03af8eff,0x1fef0080,0xfe9010fe,0xafe5ff20,0x410bb004,0xfde38bd8,0x68694a23,0x00796ff8,0xf9a01400,0x303500ab,0xcb0fcf95,0xefdf98f0,0x7e5804ec,0xcffbf012,0x4060230d,0x3025ffef,0xe4004ff7,0x03bf90ff,0x2fee0080,0xfed011fe,0x9fe5fea0,0x410bd00a,0xfdf36fd8,0xf8364313,0x1375cff4,0xf7001c01,0x00ae023c,0xd210605e,0xf23fe6ee,0x0e5404ac,0xcefbe018,0x4060220d,0x0024ffef,0xe0005ff7,0x03cf8eff,0x2fef0050,0xff0016fe,0x8fe6fe20,0x440b700f,0xfdb389db,0x983c40b3,0x23742fe8,0xf2102d02,0x211103ad,0x550df11d,0xf2003ceb,0xfe50049c,0xcffbc01c,0x4070210c,0x8023ffef,0xe0005ff7,0x03cf87ff,0x3fef0010,0xff001efe,0x5fe7fd80,0x480c0014,0xfde3addd,0x88284633,0x22799fe1,0xefc03502,0x411803bd,0x840eb17f,0xf38063eb,0xde5204bc,0xd0fb7019,0x40a0200b,0xe021ffff,0xe5004ff7,0x03af83ff,0x3feefff0,0xfee020fe,0x4fe4fd10,0x4a0dd016,0xfe73bcdc,0x48194c13,0x0d7eefe6,0xf1403001,0xa0ec031d,0x490ee112,0xf8502cea,0x2e55051c,0xcefb2013,0x40b01f0b,0x501fffff,0xec003ff7,0x038f85ff,0x3fec0000,0xfec01cfe,0x6fe1fd40,0x4a0f7013,0xfed3c4d9,0xa8245032,0xfb812fed,0xf3f02601,0x10b4024c,0xe00e507f,0xf97fd1e9,0x3e53059c,0xc9fb5011,0x40a01e0a,0xb01effff,0xed003ff7,0x039f87ff,0x4fec0020,0xfed016fe,0x8fdcfd90,0x4a10000e,0xfed3cad7,0xd83e52b2,0xf382cff1,0xf5c02000,0x8072017c,0x930fc02c,0xf32fc2ee,0x5e5005dc,0xc3fbb014,0x40801d0a,0x401cffff,0xe9003ff7,0x03bf8bff,0x4fec0020,0xfed014fe,0x8fd8fda0,0x4c105013,0xfe53bdd6,0xb84c5312,0xe982fff5,0xf7c01a00,0x404800ec,0x65100010,0xef2fa2f0,0x8e4f05ec,0xc2fbc017,0x40701c0a,0x001cffff,0xe6004ff7,0x03bf8dff,0x4fed0000,0xfeb016fe,0x8fd8fd70,0x4c107018,0xfe239cd6,0x284f52d2,0xdc82aff8,0xf9901400,0x202d009c,0x480eeff7,0xef7f86f0,0xde5205fc,0xc2fbe014,0x40801c0a,0x201cffff,0xe7004ff7,0x036f8fff,0x4feeffd0,0xfe701afe,0x8fdafd10,0x4c105016,0xfe736ed5,0xd84952b2,0xd5823ffa,0xfaa01000,0x101c005c,0x270d3fb2,0xefaf7af1,0x8e57060c,0xc4fbb00e,0x40901d0a,0x401cffff,0xeb003ff7,0x031f90ff,0x5fefffb0,0xfe701efe,0x7fdafcb0,0x4e102016,0xfe733fd5,0x384b5252,0xd0812ffb,0xfb400e00,0x0014004c,0x0e0c3f8c,0xef8f74f1,0xfe5805dc,0xc7fb900d,0x40b01d0a,0x601dffff,0xee003ff7,0x02df8fff,0x5ff0ff90,0xfe801efe,0x5fd9fc90,0x4f100017,0xfe3325d4,0xb8565172,0xcc803ffb,0xfba00d00,0x0011003c,0x0f0bbf8f,0xef4f6ef1,0xae5505bc,0xc9fba00f,0x40c01d0a,0x801dffff,0xec003ff8,0x029f8dff,0x5ff1ff60,0xfe901dfe,0x5fd7fc80,0x5010001a,0xfdf324d4,0x985f5072,0xc87f5ffc,0xfbe00c00,0x0010003c,0x140b6f93,0xef2f69f1,0x8e54058c,0xcafb8013,0x40c01d0a,0x901dffff,0xea003ff8,0x028f8eff,0x5ff1ff90,0xfe801bfe,0x5fd7fc70,0x5010001c,0xfe0328d4,0x586e4fc2,0xc37e9ffc,0xfc300c00,0x000e002c,0x0d0bbf90,0xef1f67f1,0x9e54058c,0xcafb8013,0x40c01d0a,0x901dffff,0xea003ff8,0x026f8fff,0x5fefffb0,0xfe701cfe,0x6fd8fc50,0x500ff022,0xfe032fd4,0x38774f52,0xc07e4ffc,0xfc500b00,0x000b002c,0x040c2f8b,0xef6f67f1,0xde5705ac,0xc8fb7012,0x40b01d0a,0x801dffff,0xea003ff8,0x023f91ff,0x5ff0ffb0,0xfe601bfe,0x6fd7fc40,0x510fe028,0xfe0332d4,0x28804f12,0xbe7e0ffc,0xfc600b00,0x000b002c,0x060bef8e,0xef5f61f2,0x2e5705ac,0xc8fb5013,0x40b01d0a,0x801dffff,0xe9003ff8,0x021f93ff,0x5feffff0,0xfe801bfe,0x6fd5fc30,0x510fe02c,0xfe2336d3,0xf88c4f12,0xba7daffc,0xfc700b00,0x000b002c,0x0f0bbf95,0xeeef5af2,0x6e54059c,0xc8fb4015,0x40b01d0a,0x701dffff,0xe9004ff8,0x020f91ff,0x5fee0000,0xfe801cfe,0x6fd2fbf0,0x500fc031,0xfe2338d3,0xb8964ee2,0xb97d6ffc,0xfc300b00,0x000d002c,0x0e0c1f98,0xef0f5bf2,0x6e54057c,0xc9fb3017,0x40c01d0a,0x601dffff,0xe9004ff8,0x01ef8fff,0x5fecfff0,0xfe901ffe,0x6fcffbb0,0x500fa035,0xfe0338d3,0x789e4e82,0xb87d4ffc,0xfbf00c00,0x000f003c,0x0b0c5f93,0xefaf5ff2,0x5e56055c,0xcafb2018,0x40c01d0a,0x701dffff,0xe9004ff8,0x01bf90ff,0x5fecffd0,0xfe8020fe,0x5fcdfb80,0x500fc037,0xfde339d3,0x58a84e82,0xb77cdffc,0xfbf00c00,0x000e002c,0x160bbf98,0xeeff5df1,0xee59055c,0xcafb1017,0x40c01d0a,0x701dffff,0xe9003ff8,0x019f91ff,0x4febffd0,0xfe7020fe,0x6fccfb80,0x500fc032,0xfe333cd3,0x58b24e82,0xb77c2ffc,0xfbe00c00,0x000c002c,0x1c0bbf9f,0xee4f5af1,0xde58056c,0xcafb1016,0x40c01d0a,0x601dffff,0xe9003ff8,0x016f8fff,0x4feaffe0,0xfe6020fe,0x5fcbfb90,0x4f0fc02d,0xfe8340d3,0x58c04e02,0xb87bcffc,0xfbd00d00,0x000d002c,0x1d0bbf9f,0xee5f59f1,0xae57058c,0xcafb1015,0x40c01d0a,0x601dffff,0xe8004ff9,0x014f90ff,0x4febfff0,0xfe5020fe,0x5fc8fbc0,0x4e0fa02c,0xfe3343d3,0x88c94d92,0xbb7b6ffc,0xfc000c00,0x000b002c,0x230b5f9f,0xee1f58f1,0x6e58059c,0xcafb2014,0x40d01d0a,0x701dffff,0xe8004ff9,0x012f91ff,0x4feaffe0,0xfe401ffe,0x5fc6fc10,0x4c0fa02a,0xfdf348d3,0xd8d24d02,0xc07b0ffc,0xfc000c00,0x000b002c,0x230b4fa0,0xee1f59f1,0xae57059c,0xcafb3013,0x40d01d0a,0x801dffff,0xe9004ff9,0x00ff92ff,0x4feaffe0,0xfe301efe,0x5fc3fc80,0x4b0fd022,0xfde34ed4,0x28d94c52,0xc87adffb,0xfbb00d00,0x000c002c,0x190befa1,0xee5f5bf1,0xee58059c,0xcafb3013,0x40e01d0a,0x801dffff,0xe9003ff9,0x00ef94ff,0x3fe9fff0,0xfe401efe,0x4fc0fd40,0x490fe016,0xfdc355d4,0xd8d84bc2,0xd47a7ffb,0xfb700e00,0x000c002c,0x1b0c8fa3,0xee8f59f1,0xbe57058c,0xcafb3014,0x40e01d0a,0x801dffff,0xe9004ff9,0x00cf95ff,0x3fe90000,0xfe401cfe,0x4fbefe30,0x4510100a,0xfdb35dd5,0xa8d44b12,0xe479affb,0xfb800e00,0x0011003c,0x2c0c2fa7,0xee3f56f1,0x7e59058c,0xcbfb3015,0x40d01d0a,0xa01effff,0xe7004ff9,0x009f97ff,0x3fe80020,0xfe301bfe,0x4fbdff60,0x42107ff7,0xfe0364d6,0x78d24972,0xfa77effb,0xfb100f00,0x1024007c,0x3b0b8faf,0xee0f55f1,0x2e5b057c,0xcbfb6017,0x40d01e0a,0xd01effef,0xe3004ff9,0x007f9aff,0x2fe80010,0xfe4018fe,0x2fbc0100,0x3f10afdd,0xfe536fd7,0x78d14773,0x16762ff9,0xfa101200,0x303a00bc,0x450c1fc0,0xedef53f0,0xee5b054c,0xcdfc001d,0x40f01e0b,0x101fffef,0xdd006ff9,0x004fa0ff,0x2fe7ffc0,0xfe3014fe,0x0fbf02e0,0x3c10cfc3,0xfe837ed8,0xc8c64593,0x3574cff8,0xf9601400,0x404900ec,0x500c3fcb,0xedff54f0,0xce5a053c,0xcffc8020,0x41001f0b,0x6020ffef,0xd8007ff9,0xffefa3ff,0x1fe6ffa0,0xfe3011fe,0x0fbf04d0,0x37110fa9,0xfeb38bda,0x68b84373,0x55732ff7,0xf9001600,0x5050010c,0x570c0fca,0xee0f5cf0,0x9e58053c,0xcffca022,0x40f01f0b,0x8020ffef,0xd6007ffa,0xffcfa3ff,0x1fe5ffb0,0xfe4011fe,0x2fbd06a0,0x2e111f8b,0xff0399db,0xe8b64033,0x74701ff7,0xf8601700,0x5054011c,0x640bffc6,0xedaf60f0,0x9e55051c,0xccfc8024,0x40d01f0b,0x7020ffef,0xd7007ffa,0xff9fa1ff,0x1fe4ffd0,0xfe6013fe,0x6fba0840,0x23113f70,0xff53a3dc,0xf8c53a23,0x966a8ff3,0xf6c01d00,0x605f013c,0x820c2fd4,0xee1f55f1,0xce5504cc,0xc9fc6027,0x40801f0b,0xa021ffef,0xd5007ffa,0xff7fa3ff,0x0fe7fff0,0xfe7014fe,0xafb909a0,0x1710ff5c,0xffa3a5dd,0x38e22e43,0xb25fbfee,0xf4402500,0x8072017c,0xce0a2013,0xee8f59f2,0xce53042c,0xc7fc702c,0x4020210c,0x4022ffdf,0xd0008ffa,0xff9fa4ff,0x0feaffd0,0xfe6016ff,0x1fbc0a50,0x09105f4f,0xfff39ddc,0x89111ac3,0xbc4d7fe7,0xf1b02e00,0xb08a01cd,0x4e06f049,0xeeef80f3,0x5e5103bc,0xc4fce030,0x3f80230d,0x2025ffdf,0xc7009ffa,0xff8f9eff,0x0fefff50,0xfe2017ff,0x9fc30a4f,0xfe0f9f4f,0x00537ddb,0x295a0ae3,0xaa3e6fe0,0xef203701,0x00ae024d,0xda05f044,0xefcf95f3,0x7e5003bc,0xbcfdc034,0x3ec0230d,0x5026ffcf,0xb900cffa,0xff8f93ff,0x0ff3fe90,0xfdc013ff,0xffcb09ff,0xf90f2f5b,0x00233ad9,0x79c50353,0x86375fd7,0xecd04001,0x80df02fe,0x50040043,0xf06f8ef4,0x0e52043c,0xb2fef039,0x3e20230d,0x1025ffbf,0xab00effa,0xff5f7bfe,0xfff6fdc0,0xfd700b00,0x2fd0098f,0xfc0eaf6c,0xff82d8d8,0xaa5aff43,0x5133cfcc,0xe9f04b02,0x612103ee,0x9d02d072,0xf09f7ef5,0x8e6204ac,0xab00103f,0x3db0230d,0x1025ffaf,0x9c011ffa,0xfecf61fe,0xfff7fd40,0xfd100800,0x2fdb07d0,0x010d9f8c,0xff0259d8,0xfb02ff23,0x1a33ffc0,0xe7805703,0xa16b052e,0xe7019096,0xf03f6af7,0x4e7c04bc,0xa800e045,0x3d50240d,0x9027ff9f,0x8d013ffb,0xfdff51fe,0xeff7fce0,0xfc800600,0x2fec0550,0x060b9fba,0xff51d0da,0x8ba50152,0xde351fba,0xe6505d05,0x41b806af,0x2dfd607e,0xeeff60f8,0x4e9304dc,0xa201b04c,0x3cf0250e,0x0028ff7f,0x78017ffb,0xfd5f54fe,0xeff6fc60,0xfbf00500,0x20020260,0x07091fee,0x002148dd,0x8c2d03e2,0xa3360fb5,0xe5806107,0x11fd084f,0x58f98033,0xee1f5df8,0xaea704cc,0x97032058,0x3c70260e,0x4029ff4f,0x6101bffb,0xfd2f6afe,0xdff1fb60,0xfba00600,0x4015ff60,0x0406b01a,0x00a0dee1,0xfc8505c2,0x68367fb5,0xe5806108,0x922b099f,0x89f81fe6,0xedbf53f9,0x7ea8048c,0x8803f064,0x3bd0260e,0x4029ff3f,0x5301effb,0xfd3f74fe,0xcfe2fae0,0xfb800200,0x1023fd40,0x0504c03b,0x0140aee7,0x0cbd06b2,0x22361fba,0xe6b05c09,0xe24d0abf,0xb4f85fbe,0xecdf56fa,0x0e9a047c,0x80040065,0x3b60250d,0xb028ff5f,0x6301bffb,0xfd6f71fe,0x9fc4fb80,0xfbdff6ff,0x8027fcb0,0x0d03c04a,0x01a09aec,0x3cd106d1,0xd2353fc6,0xe920520a,0xe2660b9f,0xe3f8dfb3,0xebaf6cfa,0x1e8d043c,0x7b02b062,0x3b30230c,0xe025ff8f,0x88014ffb,0xfd8f72fe,0x6f9efe20,0xfc6fe1fe,0xd024fd20,0x1b033050,0x01a075f1,0x2ccd0691,0x8034afd4,0xecc0430b,0x82750c20,0x08f8efb4,0xebdf70f9,0x8e8703dc,0x7500e067,0x3b50200b,0xd022ffbf,0xa600fffb,0xfddf82fe,0x4f8401a0,0xfcdfc8fe,0x5025fe10,0x26026056,0x017055f5,0x7cc40671,0x35346fe4,0xf150320b,0x92770c3f,0xf8f9dfd5,0xed0f6df7,0xfe8203bc,0x6d00e06e,0x3ba01e0a,0xc01fffbf,0xab00effb,0xfe0f98fe,0x4f8f0260,0xfcdfaffd,0xf02dff30,0x2c01b05c,0x012027f8,0xecba06f0,0xf3344ff1,0xf650200a,0xd2670b9f,0xcff9f007,0xee3f7ef6,0x1e79042c,0x6702406d,0x3bf01c09,0xc01cffaf,0x98011ffb,0xfe4fa8fe,0x6fba0020,0xfccf9ffd,0xc0350000,0x2e01205c,0x00ffe2fb,0x7cb306a0,0xba346ff9,0xfa701209,0xe24f0acf,0x94fa2025,0xeeff87f5,0x4e71045c,0x6202906b,0x3bf01b09,0x101aff7f,0x76017ffa,0xfeafacfe,0x9fe3fd40,0xfd0f98fd,0xa0360070,0x3000805d,0x00efabfe,0x3cb205b0,0x8634bffd,0xfd200909,0x023709ff,0x42f9f029,0xef6f8af5,0x9e63042c,0x5e024072,0x3ba01a08,0x7018ff1f,0x41021ffa,0xfedfa7fe,0xaffffb40,0xfd4f8efd,0x703600d0,0x35004064,0x00af6f00,0xfcb504e0,0x59351fff,0xfef00308,0x221c093f,0x1ef86000,0xf06f96f5,0xae5a042c,0x5c02b07e,0x3b801907,0xe016fe6e,0xf802effa,0xfeffa7fe,0xc023f9c0,0xfd5f80fd,0x603701b0,0x37ff2056,0x002f4b03,0xbcb903f0,0x36359000,0x002fff07,0x11fa084f,0x0af77fda,0xf1cf93f6,0x2e53041c,0x59036086,0x3b801907,0xb016fdae,0xb703cffa,0xfeffaefe,0xe046f920,0xfd6f70fd,0x703902b0,0x36fe1043,0x000f5806,0x9cb70240,0x24366000,0x008ffe05,0xd1cb073e,0xb3f7afda,0xf41f8df7,0x9e4a040c,0x5503107c,0x3b601807,0x7015fd4e,0xa0041ffa,0xff1fb4fe,0xf056fa00,0xfdbf6afd,0x60330300,0x36ff205e,0x001f7709,0x3cad0010,0x19370000,0x00bffd04,0xa197062e,0x30f7ffeb,0xf6efa4f8,0x6e4c03dc,0x5202106c,0x3b301806,0xe014fd5e,0xa3040ffa,0xff3fbbfe,0xf05efb50,0xfe4f67fd,0x40280320,0x39ff906c,0xffdf900a,0xec9ffe90,0x1637a000,0x006ffe03,0x615604fd,0xedf93ff9,0xf8bfc8f9,0x1e4c036c,0x52010060,0x3b401706,0x5012fd9e,0xb403dffa,0xff5fbefe,0xf05ffc50,0xff1f64fd,0x201b0360,0x3affc06a,0xffdf9e0b,0x6c94fd90,0x19382fff,0xffb00102,0x511303ed,0xfefaa001,0xf9ffddf9,0xae4a02ac,0x55003056,0x3b701605,0xe011fdfe,0xd4036ffa,0xff6fbefe,0xe051fcc0,0xffcf62fd,0x300e03d0,0x37ffe068,0x001fa60a,0x9c8cfc70,0x1c38bfff,0xff100301,0xa0dc030e,0x2ff99008,0xfa4fe9f9,0x0e4901ec,0x5600b050,0x3bd01605,0xa010fe6e,0xf902fffa,0xff4fc0fe,0xc03bfbe0,0xffdf62fd,0x700b0430,0x32001065,0x001fa609,0x0c88fba0,0x1e395ffe,0xfeb00401,0x20b1027e,0x58f83ffc,0xf90fe3f8,0xbe5001cc,0x55006038,0x3c201605,0x700ffeef,0x30024ffb,0xfeffc7fe,0xa031fab0,0xffef5efd,0xd00704e0,0x2a005062,0x001fa407,0x4c89fa40,0x2039bffe,0xfe400600,0xd09001fe,0x70f74fea,0xf9bfd8f9,0xbe63018c,0x54ff701e,0x3c701605,0xa010ff5f,0x6501bffb,0xfeafdbfe,0xa02ffa70,0xffdf4efe,0x20040670,0x2100705f,0x006f9f05,0x7c90f8e0,0x1d3a4ffd,0xfdc00700,0xa07a01ae,0x89f68fe7,0xfa3fd8fa,0x0e6201bc,0x53ff8009,0x3cc01605,0x9010ff9f,0x8f013ffb,0xfe7fe6fe,0x902ffad0,0xff9f46fe,0xb0040770,0x1400505b,0x00af9303,0xcc98f8a0,0x183afffc,0xfd100a00,0x8068016e,0x9ff66ff5,0xf98fdcf9,0x8e5e01fc,0x50ff1ff7,0x3cb01505,0x500fffbf,0xad00effb,0xfe6fe9fe,0x902ffbd0,0xff6f4eff,0x60040710,0x0700805d,0x00cf7102,0x2c9ef8a0,0x133b7ffc,0xfc900b00,0x705d014e,0xbef6afff,0xf93fdff9,0x5e6c01dc,0x4bfdffeb,0x3c801505,0x500fffdf,0xc100bffb,0xfe8feffe,0x902efc80,0xff6f4dff,0x80020710,0x0400b062,0x00ef3d00,0x8ca5f900,0x0e3bbffc,0xfc900b00,0x6058013e,0xe3f6f003,0xf8cfdff9,0xae68020c,0x4efd9fe3,0x3cd01504,0xd00dffef,0xd2008ffb,0xff0fedfe,0x8028fcf0,0xff9f4cff,0x5ffe06c0,0x0700d069,0x00bf0cff,0x7ca7f960,0x083bdffc,0xfc900b00,0x605a013e,0xf5f8501c,0xf89fc1f9,0xbe60025c,0x53fcbfda,0x3d601404,0x000bffef,0xe3005ffb,0xff9fe4fe,0x7023fe00,0xffbf4bff,0x4ffb0680,0x0900c06f,0x00cef0fe,0xdcaaf9a0,0x063beffc,0xfcb00b00,0x6058013e,0xfafa8043,0xf85f9ef9,0x8e56029c,0x57fc1fd7,0x3dc01303,0x4009ffff,0xeb003ffb,0x000fdcfe,0x7023feb0,0xffdf46ff,0x3ff80670,0x0a00b074,0x00deecfe,0x9cacf9e0,0x073bdffc,0xfcf00a00,0x6054012e,0xf9fc2057,0xf80fa2f9,0xae44030c,0x58fc2fd7,0x3e201202,0x4006ffff,0xef002ffb,0x009fd0fe,0x6024ff00,0x000f45ff,0x4ff30600,0x0c00d079,0x009ef5fe,0xdcacfa30,0x043b9ffc,0xfd000a00,0x6058013e,0xf6fc0057,0xf7bfaef9,0xfe3b032c,0x57fbcfdc,0x3e401101,0x7004ffff,0xf1002ffb,0x010fc9fe,0x6024ff70,0x00af45ff,0x9fe605a0,0x0900a07a,0x001efeff,0x5cacfa3f,0xff3b3ffc,0xfcc00b00,0x7063015f,0x02fa5047,0xf78fbcfa,0xce3202bc,0x52fb3fed,0x3e101100,0xc002ffff,0xed003ffb,0x016fc3fe,0x60220010,0x012f42ff,0xafde0580,0x0a00207b,0xffbf06ff,0xbcabfa10,0x033adffc,0xfc700c00,0x7062015f,0x17f8d038,0xf76fc3fb,0x5e23027c,0x50fa8ffa,0x3e201100,0x0000ffff,0xeb003ffb,0x01bfb9fe,0x502100e0,0x013f3fff,0x8fdf0550,0x10001082,0xffaf1200,0x0ca7fa40,0x0b3a8ffc,0xfc500c00,0x6059013f,0x28f8c034,0xf73fc8fb,0x5e1602bc,0x50fa1ffb,0x3e5010ff,0x6ffeffff,0xeb003ffb,0x01ffb1fe,0x502101a0,0x013f35ff,0x3fe505a0,0x18ffe087,0xff4f20ff,0xeca3fa30,0x0f3a3ffc,0xfc700c00,0x705e014f,0x2ef8f033,0xf71fc9fb,0x4e0602ec,0x54facff9,0x3eb010ff,0x3ffdffff,0xee003ffb,0x01ffabfe,0x50200190,0x011f29fe,0xdfef0640,0x21ff3087,0xfeef30ff,0xbc9ffa00,0x1139effb,0xfc400d00,0x8068016f,0x29f92036,0xf70fc8fb,0x1df8033c,0x59fb6ff4,0x3f2010ff,0x2ffdffff,0xf4002ffb,0x01dfa9fe,0x401d01b0,0x00cf35ff,0x3fef0550,0x20ff6088,0xfedf4100,0x5c9cfa20,0x0839affb,0xfbf00e00,0x9071018f,0x25f9403c,0xf6dfcafa,0xee05036c,0x55fa8fed,0x3ef010ff,0x0ffdffff,0xfa001ffb,0x01dfaafe,0x301901d0,0x00bf3eff,0x8fea04a0,0x1dffd089,0xfeef4d00,0xdc9afaa0,0x0f397ffb,0xfbc00e00,0x8067016f,0x2af9003a,0xf69fccfa,0xfe0d036c,0x50fa7feb,0x3eb010fe,0xdffc000f,0xff000ffb,0x01efabfe,0x30160160,0x00df3dff,0x8fe704a0,0x1f002086,0xfecf5601,0x1c9afaf0,0x30397ffa,0xfb800f00,0x404000ef,0x31f8c033,0xf6cfd2fb,0x5e09034c,0x50fadfec,0x3ed010fe,0xaffc0000,0x03fffffb,0x01dfa9fe,0x30150110 +}; + +u32 ANIM_ENTRY_fire_hip_one_handed_weapon_fast[] = +{ + 0x001019ff,0xcff9fe2f,0xed013fec,0x01c0ac07,0x3d0a115f,0x3d2fb000,0xef400000,0x020e0000,0x23f72006,0xea7f9d03,0x9f0002cc,0x2df38ff6,0x3c600000,0xa000000f,0xe7000fee,0xfe0fc0ff,0x401003d0,0x002016ff,0xcff8fe7f,0xec016fea,0x01d0af07,0x2d0b112f,0x3b2fd000,0xef300000,0x020f0000,0x23f72007,0xea4f9c03,0x6efb02dc,0x2df38ff5,0x3c700000,0x9000000f,0xe8000fee,0xfdffbcff,0x300f03e0,0x002014ff,0xcff8fe8f,0xeb014feb,0x01e0af07,0x2d0b111f,0x3b2fd000,0xef400000,0x020f0000,0x22f72008,0xea3f9d03,0x3ef702ec,0x2df37ff5,0x3c700000,0x8000000f,0xe9000fee,0xfdefbaff,0x300e0400,0x002014ff,0xcff8fe4f,0xec00ffef,0x0200ac07,0x4d0a114f,0x3c2fb000,0xef400000,0x020f0000,0x21f70009,0xea1f9f03,0x3ef702fc,0x2cf35ff5,0x3c600000,0x6000000f,0xe9000fee,0xfdffbaff,0x300e0440,0x002013ff,0xdff7fe1f,0xec00cff2,0x0210aa07,0x5d09116f,0x3c2fa000,0xef500000,0x020e0000,0x21f6f009,0xea1f9f03,0x2ef7030c,0x2cf35ff5,0x3c600000,0x6000000f,0xe8000fee,0xfdffbbff,0x300e0460,0x003012ff,0xcff6fe2f,0xec010ff1,0x0220ad07,0x5d0a114f,0x3c2fb000,0xef500000,0x020f0000,0x20f73009,0xea1f9803,0x2ef7030c,0x2cf3aff6,0x3c600000,0x6000000f,0xe8000fee,0xfdffbdff,0x400f0410,0x004011ff,0xcff5fe5f,0xec017fef,0x0240b107,0x4d0a111f,0x3b2fc000,0xef400000,0x020f0000,0x20f77008,0xea1f8f03,0x1ef802fc,0x2cf41ff7,0x3c600000,0x7000000f,0xe6000fee,0xfdffbfff,0x401003a0,0x004011ff,0xcff3fe6f,0xec01afed,0x0240b207,0x3d0b110f,0x3b2fd000,0xef400000,0x020e0000,0x20f79007,0xea0f8a03,0x0ef902fc,0x2cf45ff8,0x3c600000,0x8000000f,0xe5000fee,0xfdffc0ff,0x40110360,0x004012ff,0xcff3fe6f,0xeb01bfec,0x0230b107,0x2d0b10ff,0x3b2fe000,0xef400000,0x020c0000,0x23f7a006,0xe9ef8902,0xeefb02fc,0x2cf46ff9,0x3c500000,0x8000000f,0xe3000fee,0xfdefc1ff,0x40120340,0x005013ff,0xdff2fe6f,0xeb01afeb,0x0230b007,0x2d0c10ef,0x3b2fe000,0xef400000,0x020a0000,0x24f79004,0xe9cf8902,0xcefe02ec,0x2bf47ff9,0x3c400000,0xa000000f,0xe2000fee,0xfddfc2ff,0x40130330,0x005013ff,0xdff1fe5f,0xea017fea,0x0250b207,0x2d0c10cf,0x3b2ff000,0xef400000,0x02080000,0x23f78003,0xe98f8802,0xbf0202ec,0x2bf45ff7,0x3c400000,0xc000000f,0xe2000fef,0xfdbfc6ff,0x40130340,0x004014ff,0xdff1fe5f,0xea013fe9,0x0270b307,0x3d0d10af,0x3a300000,0xef300000,0x02060000,0x21f76002,0xe95f8702,0xaf0702ec,0x2bf43ff6,0x3c300000,0xf000000f,0xe2000fef,0xfd8fcaff,0x40130350,0x004013ff,0xdff0fe4f,0xeb015fe9,0x0280b407,0x2d0d109f,0x38301000,0xef300000,0x02060000,0x1ff75002,0xe95f8502,0x8f0902cc,0x2cf45ff9,0x3c300001,0x2000000f,0xdd000fef,0xfd6fcdff,0x40160340,0x006011ff,0xcff0fe4f,0xee01dfe9,0x0270b507,0x1d0c108f,0x36303000,0xef400000,0x02050000,0x1ff75004,0xe99f8302,0x7f0902ac,0x2ef4b000,0x3c200001,0x5000000f,0xd1000fef,0xfd5fd0ff,0x401c0310,0x00700fff,0xbff1fe2f,0xf0021fe9,0x0260b406,0xfd0b10af,0x30302000,0xef600000,0x020c0000,0x1ff74005,0xe9bf7b02,0x0f09026c,0x30f50007,0x3c000001,0xc000000f,0xc5000fef,0xfd2fd2ff,0x402302e0,0x005011ff,0xdff4fdcf,0xee01ffea,0x0260b506,0xcd0b11af,0x272fc000,0xefc00000,0x02230000,0x1ff72002,0xe94f6600,0xff0b021c,0x30f5200b,0x3bd00002,0x8000000f,0xb9000fef,0xfcdfd0ff,0x502702a0,0x004015ff,0xfff7fd6f,0xeb017fe9,0x0240b306,0x9d0a12cf,0x182f3000,0xf0100000,0x02490000,0x20f70fff,0xe8bf4dff,0x7f10018c,0x30f51010,0x3b900003,0xb000000f,0xac000ff0,0xfc6fd0ff,0x502c0240,0x00b01e00,0x0ff6fdbf,0xeb00dfde,0x01c09c06,0xcd0812ce,0xf72ec000,0xef400000,0x028d0000,0x24f6fffe,0xe81f45fd,0xbf22ffdc,0x36f4f01c,0x3b600005,0xf000000f,0x9b000ff1,0xfb9fd9ff,0x503201c0,0x01a02d00,0x0feffeaf,0xee000fc6,0x00c05e07,0x6d0211ce,0xb62e4000,0xecf00000,0x03110000,0x2cf6fffd,0xe75f4afb,0x9f49fc4c,0x40f49032,0x3b50000a,0x4000000f,0x88000ff2,0xfa5feeff,0x603a0110,0x021034ff,0xefef003f,0xf5ff3fa9,0xfff03008,0x7cfd101e,0x932e4000,0xea200000,0x03700000,0x29f71004,0xe74f5bf9,0x8f63f9ac,0x4bf45047,0x3b30000e,0x3000000f,0x6f000ff3,0xf90001ff,0x604300c0,0x01702cff,0xa00402c0,0x03fe9f84,0xffe0290a,0xfcf80cde,0xce2f7000,0xe6300000,0x0390000f,0xccf79023,0xe98f99f7,0x7f63f94c,0x54f43054,0x3b000010,0x8000000f,0x4b000ff5,0xf7f00aff,0x604d0170,0x00301eff,0x40240610,0x16fe2f5a,0xfff02c0d,0xdcf5085f,0x4b310000,0xe2800000,0x03a0000f,0x41f82049,0xecffebf5,0x8f5af96c,0x5cf4305d,0x3ae00012,0x7000000f,0x22000ff6,0xf6e00eff,0x70580280,0xff4014fe,0xf03d0920,0x2cfeaf33,0xff003c0e,0xbcfa044f,0xd230e000,0xe2b00000,0x0389000f,0x14f83050,0xeed009f4,0x3f52f92c,0x67f4d064,0x3b000014,0xc000000f,0x01000ff7,0xf5f00fff,0x70630290,0xfe700cfe,0xb0530c60,0x4a007f0d,0xfcb0640e,0x4d070070,0x832ef000,0xe7300000,0x031b000f,0x0af7c03e,0xefc00ef3,0x5f48f8ac,0x76f64068,0x3b600017,0x7000000e,0xe6000ff8,0xf4f00fff,0x807001e0,0xfdd00ffe,0x80620e80,0x61020ee6,0xfb207e0d,0xdd15fcb0,0xeb2cc000,0xeb300000,0x02cd000f,0x0bf73030,0xf0400ef2,0xcf44f80c,0x81f7406a,0x3bb00019,0xc000000e,0xcb000ff9,0xf44008ff,0x907e00a0,0xfd5032fe,0x80660f40,0x6a028eb7,0xfb80710d,0xdd23f880,0xf02ad000,0xecc00000,0x02c8000f,0x23f67037,0xf03feef3,0x6f52f73c,0x84f7406c,0x3bc0001b,0x6000000e,0xa8000ff9,0xf3eff2fe,0xd09a0260,0xfcf06afe,0xa0650f60,0x6d02de88,0xfc70590d,0xfd2ff4a0,0xea290000,0xedc00000,0x02ce000f,0x42f5d044,0xefdfd2f4,0x1f66f64c,0x84f6e06c,0x3bb0001c,0xa000000e,0x88000ff9,0xf3dfd3fe,0xd0af0020,0xfca092fe,0x90610f30,0x6d038e67,0xfca04d0e,0x5d34f290,0xeb281000,0xef000000,0x02c9000f,0x2bf62049,0xefbfc1f4,0x8f71f5cc,0x88f67067,0x3bd0001d,0x5000000e,0x7a000ff9,0xf3dfb6fe,0xd0bffeb0,0xfc70b3fe,0x80590e80,0x68049e50,0xfc404a0e,0xfd35f190,0xf327c000,0xf0600000,0x02b8000e,0xa5f7c046,0xefefbdf4,0xaf72f58c,0x8ff5d05d,0x3c30001d,0x9000000e,0x79000ff9,0xf40f95fe,0xd0cafdc0,0xfc40c8fe,0x70540e00,0x65057e40,0xfbd0480f,0x5d31f0f0,0xfa278000,0xf1c00000,0x02ab000e,0x4cf95046,0xf01fbbf4,0x5f75f58c,0x93f57052,0x3c70001d,0xa000000e,0x7a000ff9,0xf42f83fe,0xc0d4fd60,0xfbf0cafe,0x90570e50,0x6705ce3a,0xfb70440f,0x0d24f090,0xff272000,0xf3600000,0x02a6000e,0x5bfa6053,0xefefb7f4,0x1f80f5cc,0x8ef5904c,0x3c70001d,0x9000000e,0x78000ff9,0xf43f8bfe,0xc0defda0,0xfbb0c5fe,0xa05e0ef0,0x6c05ce39,0xfb20420e,0x8d14f061,0x0426d000,0xf4f00000,0x02a7000e,0x7ffb4063,0xefefb9f4,0x1f8df64c,0x86f5e047,0x3c60001d,0x8000000e,0x76000ff9,0xf42f9dfe,0xb0e5fe40,0xfb70c6fe,0x70610f00,0x71059e39,0xfb30430e,0x3d09f071,0x0626c000,0xf5900000,0x02ad000e,0xa4fb605e,0xf0dfc5f3,0xaf95f67c,0x87f5d042,0x3c90001d,0x8000000e,0x76000ff9,0xf42fa3fe,0x80e5ff10,0xfb30cafe,0x00620e90,0x77050e3b,0xfb904a0e,0x1d03f0b1,0x0626f000,0xf5600000,0x02ba000e,0xccfb1044,0xf2ffd8f1,0xdf99f66c,0x8ff5703d,0x3cf0001d,0xb000000e,0x78000ff9,0xf41fa1fe,0x20de0000,0xfb20d0fd,0xa0610e20,0x7a049e3c,0xfc104f0d,0xfd00f0c1,0x05272000,0xf5000000,0x02cb000e,0xfafa3024,0xf4ffeaf0,0x7f9bf64c,0x96f4f03a,0x3d40001d,0xe000000e,0x7b000ff9,0xf41f9dfd,0xd0d900f0,0xfb40d8fd,0xa05d0df0,0x74048e3c,0xfc904f0d,0xad02f000,0xff277000,0xf4400000,0x02e9000f,0x36f82000,0xf66ffcf0,0x8f9cf5fc,0x97f46039,0x3d30001e,0x1000000e,0x7c000ff9,0xf41f96fd,0xb0df01b0,0xfb80dffd,0xc0580dd0,0x6a049e3b,0xfd104d0d,0x5d07ef10,0xf927b000,0xf3500000,0x030a000f,0x72f59fdf,0xf7400aef,0xdf9cf59c,0x97f3d03a,0x3d10001e,0x3000000e,0x7c000ff9,0xf42f8ffd,0xa0e80250,0xfbe0e3fd,0xd0510dc0,0x61048e3a,0xfd804f0c,0xfd0beee0,0xf827f000,0xf2900000,0x0319000f,0x8bf49fd5,0xf7e011ef,0x3f96f54c,0x9bf3803d,0x3d00001e,0x5000000e,0x7e000ff9,0xf43f86fd,0x90eb02b0,0xfc50e2fd,0xd0480dd0,0x58046e3b,0xfdd0540c,0x7d10ef40,0xfc280000,0xf1f00000,0x031d000f,0x92f49fdd,0xf83010ee,0xcf89f4fc,0xa2f36042,0x3d20001e,0x6000000e,0x81000ff9,0xf44f7cfd,0x90ea02a0,0xfc80e0fd,0xb0440dc0,0x52044e3d,0xfe10570c,0x1d13efe1,0x00282000,0xf1500000,0x031d000f,0x97f4afe7,0xf83011ee,0x7f81f4dc,0xa8f35043,0x3d40001e,0x8000000e,0x84000ff9,0xf43f76fd,0x80e802a0,0xfc00dffd,0x804b0d70,0x54045e40,0xfe00540b,0xdd13f0b1,0x02285000,0xf0c00000,0x031c000f,0x9cf46fed,0xf7c01bee,0xbf87f52c,0xaaf3503a,0x3d80001e,0xe000000e,0x88000ff9,0xf3ff7bfd,0x80e702c0,0xfb40ddfd,0x40560d00,0x5a048e45,0xfde04f0b,0xbd11f191,0x03289000,0xf0400000,0x031a000f,0xa1f42ff3,0xf6f025ef,0x0f92f59c,0xaaf3602e,0x3dd0001f,0x5000000e,0x8b000ff9,0xf39f84fd,0x70e602d0,0xfaf0dcfd,0x205a0ce0,0x5c049e45,0xfde04f0b,0x8d13f251,0x0128d000,0xefc00000,0x0317000f,0xa7f42ff9,0xf6401bee,0xff96f5dc,0xacf36029,0x3e00001f,0x7000000e,0x8d000ffa,0xf37f87fd,0x70e602e0,0xfb00dbfd,0x00570cf0,0x5a04be42,0xfe00520b,0x6d16f2e0,0xfd292000,0xef500000,0x0314000f,0xaef45fff,0xf5aff4ee,0x7f93f5dc,0xaff36028,0x3e20001f,0x7000000e,0x8e000ff9,0xf39f85fd,0x80e80300,0xfb00dbfc,0xe0540d20,0x5904ce40,0xfe10550b,0x3d19f360,0xf8296000,0xeef00000,0x0310000f,0xb4f48004,0xf4dfd2ee,0x3f90f5cc,0xb2f36028,0x3e40001f,0x6000000e,0x8f000ff9,0xf3bf82fd,0x80e90300,0xfaf0dafc,0xd0540d40,0x5904de40,0xfe00590b,0x0d1cf3a0,0xf7299000,0xeec00000,0x030b000f,0xb5f48008,0xf38fc4ee,0xef90f5dc,0xb4f38027,0x3e60001f,0x7000000e,0x91000ff9,0xf3bf82fd,0x80e902f0,0xfae0d9fc,0xb0550d60,0x5904ee41,0xfdd05c0a,0xcd1df3d0,0xf629a000,0xeea00000,0x0305000f,0xb3f4700b,0xf21fbcef,0xef90f5ec,0xb5f3a025,0x3e80001f,0x7000000e,0x93000ff9,0xf3bf83fd,0x80e702d0,0xfae0d8fc,0xa0540d70,0x5904fe42,0xfdc05d0a,0xbd1ff400,0xf429c000,0xeea00000,0x02ff000f,0xb2f4700c,0xf13fb2f0,0x5f8ff5ec,0xb6f3c024,0x3ea0001f,0x7000000e,0x97000ff9,0xf3bf83fd,0x70e602b0,0xfb00d7fc,0xa0510d70,0x59050e42,0xfdb05b0a,0xbd1ff450,0xf129d000,0xeeb00000,0x02fa000f,0xb0f4800d,0xf0cfa9f0,0x8f8ef5dc,0xb7f3c024,0x3eb0001f,0x6000000e,0x9c000ff9,0xf3bf84fd,0x60e30290,0xfb20d7fc,0x904f0d60,0x58052e42,0xfda0580a,0xcd20f490,0xef29e000,0xeec00000,0x02f5000f,0xaff4900c,0xf09fa1f0,0xcf8ef5cc,0xb7f3c024,0x3ec0001f,0x5000000e,0xa1000ff9,0xf3bf84fd,0x60e10270,0xfb20dafc,0x904e0d40,0x56055e40,0xfd70550a,0xdd20f4a0,0xed29e000,0xeed00000,0x02f1000f,0xb3f4a00b,0xf08f9bf0,0xff8ff5dc,0xb6f3a023,0x3ec0001f,0x2000000e,0xa3000ff9,0xf3cf83fd,0x60e20270,0xfb20ddfc,0xa04d0d20,0x55059e3d,0xfd30510a,0xfd1ff4a0,0xeb29e000,0xeee00000,0x02ed000f,0xb8f4b009,0xf09f96f1,0x0f91f5dc,0xb4f37022,0x3eb0001e,0xe000000e,0xa3000ff9,0xf3ef81fd,0x70e50270,0xfb20dffc,0xa04d0d00,0x5505ce3c,0xfd104e0b,0x1d1ff4d0,0xe929c000,0xef100000,0x02e8000f,0xbaf4c009,0xf04f94f1,0x1f96f5ec,0xb1f36021,0x3eb0001e,0xb000000e,0xa5000ff9,0xf40f83fd,0x70e40290,0xfb10dffc,0xa04d0cf0,0x5505de3c,0xfd004b0b,0x1d1df520,0xe7298000,0xef500000,0x02e2000f,0xb8f4f00b,0xefaf96f1,0x0f9df5fc,0xaef3501f,0x3ea0001e,0x7000000e,0xa7000ff9,0xf41f88fd,0x60e202a0,0xfb10dffc,0x904e0cf0,0x5605ee3c,0xfd10480b,0x2d1df550,0xe5296000,0xef800000,0x02df000f,0xb6f4f00a,0xef4f98f1,0x0fa3f5fc,0xacf3401e,0x3eb0001e,0x6000000e,0xaa000ff9,0xf41f8dfd,0x70e202b0,0xfb10dffc,0x904e0d00,0x5705fe3d,0xfd20470b,0x4d1df510,0xe3299000,0xefb00000,0x02e0000f,0xb3f49002,0xef9f98f1,0x2fa4f5dc,0xadf3201d,0x3ec0001e,0xa000000e,0xac000ff9,0xf3ff8efd,0xa0e902c0,0xfb10defc,0x804e0d30,0x58060e3d,0xfd30460b,0x5d1ef4b0,0xdf29e000,0xefd00000,0x02e3000f,0xb0f40ff7,0xf02f97f1,0x5fa4f5ac,0xaef3001c,0x3ed0001e,0xf000000e,0xaf000ff9,0xf3cf8efd,0xd0f202c0,0xfb00defc,0x704e0d60,0x59062e3b,0xfd30440b,0x5d1ef460,0xda2a0000,0xefe00000,0x02e6000f,0xb1f3eff3,0xf05f98f1,0x7fa3f59c,0xaff3001b,0x3ee0001f,0x0000000e,0xb1000ff9,0xf3cf8efd,0xf0f502b0,0xfb00defc,0x604e0d90,0x5b067e36,0xfd20400b,0x5d1ef440,0xd229e000,0xefe00000,0x02e9000f,0xb4f41ff6,0xf04f98f1,0x8fa2f5bc,0xaff3201a,0x3ef0001e,0xd000000e,0xb2000ff9,0xf3df8dfd,0xe0f302a0,0xfb00defc,0x504e0dc0,0x5c06ae31,0xfd203e0b,0x5d1df430,0xcb29b000,0xefd00000,0x02ea000f,0xb7f45ff9,0xf02f9af1,0x9fa1f5dc,0xb0f34018,0x3f10001e,0xa000000e,0xb6000ff9,0xf3ff8dfd,0xd0f00280,0xfb10ddfc,0x404c0e00,0x5d067e2f,0xfd203f0b,0x6d1ef460,0xc6297000,0xefa00000,0x02e7000f,0xb6f48ff9,0xefff9ef1,0x9fa2f5cc,0xb0f35015,0x3f30001e,0x9000000e,0xc1000ff9,0xf3ef8ffd,0xc0ea0280,0xfb20dcfc,0x404a0e30,0x5e064e2d,0xfd30400b,0x8d1ff4a0,0xc2293000,0xef700000,0x02e2000f,0xb5f4bff9,0xefcfa2f1,0x9fa2f5ac,0xb0f36010,0x3f50001e,0xa000000e,0xcd000ff9,0xf3ef91fd,0xa0e40270,0xfb20dcfc,0x30490e50,0x5f063e2e,0xfd30400b,0xad1ff4b0,0xbf292000,0xef700000,0x02e2000f,0xb4f4effa,0xefbfa2f1,0x8fa2f59c,0xb0f3600e,0x3f60001e,0x9000000e,0xd4000ff9,0xf3ef92fd,0x90e00260,0xfb30dcfc,0x30490e40,0x60065e2f,0xfd30400b,0xad1df470,0xbe296000,0xef900000,0x02e6000f,0xb3f51ffb,0xefaf9cf1,0x6fa1f58c,0xaff3500e,0x3f50001e,0x9000000e,0xd5000ff9,0xf3ef91fd,0x90df0260,0xfb30dcfc,0x40490e30,0x60068e31,0xfd203f0b,0xad1cf430,0xbd299000,0xefc00000,0x02e9000f,0xb4f53ffc,0xefaf99f1,0x5f9ef59c,0xb0f34010,0x3f40001e,0x8000000e,0xd3000ff9,0xf3ff8ffd,0x90df0260,0xfb20defc,0x30490e20,0x61068e30,0xfd10400b,0xbd1cf400,0xbc29c000,0xeff00000,0x02e9000f,0xb4f52ffb,0xefbf9cf1,0x3f98f5bc,0xb2f34012,0x3f40001e,0x6000000e,0xcc000ff9,0xf41f86fd,0xa0e00240,0xfb00e0fc,0x30490e00,0x62069e2e,0xfd00410b,0xcd1df3e0,0xbc29d000,0xf0100000,0x02e9000f,0xb5f4fff8,0xefefa0f1,0x2f91f5dc,0xb5f34016,0x3f30001e,0x4000000e,0xc2000ff9,0xf43f7cfd,0xb0e10220,0xfb10e0fc,0x30480e00,0x62069e2d,0xfce0410b,0xdd1cf3d0,0xbc29e000,0xf0200000,0x02e8000f,0xb6f4eff8,0xefefa3f1,0x2f8cf5ec,0xb6f33018,0x3f10001e,0x2000000e,0xbe000ff9,0xf44f77fd,0xb0e20240,0xfb30dffc,0x50460e20,0x61069e2e,0xfca0400b,0xed1cf3e0,0xbd29c000,0xf0200000,0x02e7000f,0xb6f4fff8,0xefcfa4f1,0x3f89f5dc,0xb5f31018,0x3ed0001e,0x1000000e,0xbf000ff9,0xf43f76fd,0xb0e102a0,0xfb50ddfc,0x60440e30,0x60069e2f,0xfc70400b,0xed1bf3f0,0xbe29b000,0xf0100000,0x02e6000f,0xb6f50ff9,0xefafa4f1,0x5f87f5dc,0xb4f30018,0x3ea0001e,0x1000000e,0xc0000ff9,0xf43f76fd,0xb0e002f0,0xfb60ddfc,0x70430e20,0x60068e30,0xfc703f0c,0x0d1bf400,0xbf29b000,0xeff00000,0x02e6000f,0xb7f52ffa,0xef9fa2f1,0x7f85f5cc,0xb3f2f019,0x3e80001e,0x2000000e,0xc1000ff9,0xf43f75fd,0xb0de02f0,0xfb70ddfc,0x80430e00,0x5f068e31,0xfc903e0c,0x1d1bf400,0xc029b000,0xefc00000,0x02e7000f,0xb7f55ffa,0xef8fa0f1,0x9f85f5cc,0xb2f2f019,0x3e70001e,0x2000000e,0xc2000ff9,0xf44f75fd,0xb0dc02f0,0xfb60defc,0x90430df0,0x5e06ae32,0xfc903d0c,0x1d1cf400,0xc029a000,0xefb00000,0x02e7000f,0xb7f55ffa,0xef8fa0f1,0x9f8af5cc,0xaff2f018,0x3e60001e,0x2000000e,0xc1000ff9,0xf44f79fd,0xb0db02e0,0xfb50e0fc,0xb0440df0,0x5e06de32,0xfc603d0c,0x0d1cf3e0,0xbf29a000,0xefc00000,0x02e6000f,0xb8f52ff8,0xef8fa3f1,0x8f95f5ec,0xa9f2f016,0x3e40001e,0x1000000e,0xbf000ff9,0xf43f81fd,0xb0db02d0,0xfb40e1fc,0xc0460df0,0x5d06fe33,0xfc403d0b,0xfd1df3d0,0xbf299000,0xefd00000,0x02e6000f,0xb9f50ff7,0xef8fa5f1,0x8f9df5fc,0xa5f2f015,0x3e30001e,0x0000000e,0xbe000ff9,0xf42f88fd,0xb0db02c0,0xfb40e1fc,0xd0460df0,0x5c06ee34,0xfc403c0b,0xed1df3b0,0xbf29a000,0xefc00000,0x02e6000f,0xb9f51ff7,0xef7fa6f1,0xcf9df60c,0xa4f2e015,0x3e20001e,0x0000000e,0xbd000ff9,0xf41f88fd,0xc0dd02c0,0xfb40e1fc,0xd0460e00,0x5c06ce36,0xfc503b0b,0xed1df3a0,0xbf29a000,0xefb00000,0x02e6000f,0xb9f52ff8,0xef6fa6f2,0x0f9bf60c,0xa4f2e015,0x3e10001e,0x0000000e,0xbd000ff9,0xf41f86fd,0xc0e002c0,0xfb40e0fc,0xe0460df0,0x5c06be36,0xfc503a0b,0xfd1cf3b0,0xc029a000,0xef900000,0x02e7000f,0xb9f53ff8,0xef5fa5f2,0x1f99f61c,0xa5f2e015,0x3e10001e,0x0000000e,0xbd000ff9,0xf40f85fd,0xc0e202d0,0xfb30e0fc,0xd0470de0,0x5d06ae37,0xfc50380b,0xfd1bf3d0,0xc1299000,0xef800000,0x02e7000f,0xb9f54ff7,0xef3fa3f1,0xef99f62c,0xa5f2f015,0x3e20001d,0xf000000e,0xbd000ff9,0xf40f85fd,0xc0e402d0,0xfb30dffc,0xd0470dd0,0x5e06ae37,0xfc50370c,0x0d1af3f0,0xc2299000,0xef700000,0x02e7000f,0xbaf55ff7,0xef2fa0f1,0xbf99f62c,0xa6f30015,0x3e20001d,0xf000000e,0xbd000ff9,0xf41f84fd,0xc0e602c0,0xfb30e0fc,0xd0460dd0,0x5d06ce37,0xfc50390c,0x0d1af3e0,0xc229a000,0xef800000,0x02e6000f,0xbaf54ff5,0xef3fa0f1,0x8f98f62c,0xa7f30015,0x3e20001d,0xe000000e,0xbd000ff9,0xf41f82fd,0xc0e902c0,0xfb40e2fc,0xd0430de0,0x5c06fe37,0xfc603b0c,0x0d1cf3c0,0xc129b000,0xef900000,0x02e6000f,0xbaf52ff4,0xef4fa0f1,0x7f96f61c,0xa8f2f015,0x3e20001d,0xe000000e,0xbc000ff9,0xf41f7ffd,0xc0ec02b0,0xfb50e2fc,0xc0420de0,0x5b06fe37,0xfc603c0c,0x1d1df3c0,0xc129c000,0xef900000,0x02e5000f,0xb9f52ff3,0xef3fa1f1,0x9f96f61c,0xa9f2e015,0x3e20001d,0xd000000e,0xbc000ff9,0xf42f7ffd,0xc0ee02b0,0xfb50e3fc,0xc0410df0,0x5b06de37,0xfc603b0c,0x1d1cf3b0,0xc129b000,0xef900000,0x02e4000f,0xb9f54ff3,0xef1fa4f1,0xff98f60c,0xa8f2e016,0x3e30001d,0xd000000e,0xbd000ff9,0xf42f80fd,0xc0f002a0,0xfb50e2fc,0xd0410e00,0x5a06be37,0xfc703b0c,0x1d1cf3b0,0xc129b000,0xef800000,0x02e4000f,0xb8f56ff4,0xeeffa6f2,0x4f97f60c,0xa8f2f016,0x3e30001d,0xd000000e,0xbd000ff9,0xf42f81fd,0xb0ee0280,0xfb50e1fc,0xd0420e20,0x5906be36,0xfc803c0c,0x1d1cf3b0,0xc229b000,0xef900000,0x02e4000f,0xb7f55ff4,0xeeefa8f2,0x1f8ff62c,0xaaf35017,0x3e20001d,0xd000000e,0xbd000ff9,0xf42f7bfd,0x60e30270,0xfb50dffc,0xf0430e30,0x5706be36,0xfca03e0c,0x0d1cf3d0,0xc129c000,0xefb00000,0x02e6000f,0xb6f54ff5,0xeedfa8f1,0xcf86f64c,0xabf3c018,0x3e10001d,0xc000000e,0xbe000ff9,0xf44f75fd,0x10d60240,0xfb70dffd,0x50430de0,0x4f065e3a,0xfcf03c0c,0x0d1bf460,0xb929f000,0xefe00000,0x02ec000f,0xb5f54ff7,0xeedfa7f2,0x0f87f69c,0xa5f44018,0x3dd0001d,0x3000000e,0xc1000ff8,0xf48f76fd,0x00cb0150,0xfba0e3fd,0xe0410d30,0x40059e42,0xfd80360c,0x1d19f5a0,0xa92a4000,0xf0400000,0x02f7000f,0xb5f57ffb,0xeedfa4f2,0xcf91f71c,0x95f4c017,0x3d60001c,0x2000000e,0xc4000ff8,0xf4ff7ffd,0x20c60010,0xfc00e5fe,0x803d0c40,0x2e048e4f,0xfe10330c,0x4d16f720,0x932ab000,0xf0900000,0x0305000f,0xb2f5c001,0xeeffa3f3,0xbf97f78c,0x87f53017,0x3cf0001a,0xb000000e,0xca000ff7,0xf59f84fd,0x40c0fef0,0xfcc0e6ff,0x10310b10,0x1c02fe62,0xfea03d0c,0xdd12f910,0x742b4000,0xf0c00000,0x0319000f,0xa4f6a009,0xef5fa6f4,0xef8df7fc,0x7cf5901b,0x3c800018,0xd000000e,0xd5000ff6,0xf68f7cfd,0x40b6fe20,0xfdb0e5ff,0x902209b0,0x0a011e7b,0xff304c0d,0x6d0dfb50,0x4e2bd000,0xf0f00000,0x0330000f,0x93f79011,0xefdfaaf6,0x5f7df86c,0x73f5c01f,0x3c200016,0xa000000e,0xe4000ff5,0xf79f70fd,0x40aafd90,0xfe40dfff,0xf01a088f,0xffff2e95,0xffc0590d,0x6d05fda0,0x2a2c0000,0xf1700000,0x0341000f,0x8df7e014,0xf01facf8,0x4f75f91c,0x6af5d020,0x3bc00014,0x7000000e,0xf4000ff4,0xf87f6ffd,0x409dfd40,0xfea0d500,0x2018076f,0xf8fd3eb2,0x0050640c,0xfcfafff0,0x082bd000,0xf2400000,0x034f000f,0x8ef7a013,0xf03faafa,0xff74fa1c,0x5ff5d01e,0x3b900012,0x2000000f,0x06000ff3,0xf94f78fd,0x308cfd30,0xff00cb00,0x3014065f,0xf4fb5ecf,0x00c0710c,0x6cf2022f,0xe82bc000,0xf2b00000,0x0355000f,0x96f78011,0xf04fa6fc,0xcf74faec,0x56f5801b,0x3b600010,0x2000000f,0x1a000ff2,0xf9ff83fd,0x407ffd70,0xff80c400,0x400b052f,0xf0f9bee9,0x00b0850b,0xfced041f,0xc72be000,0xf2700000,0x034d000f,0xacf81011,0xf00f9bfd,0x0f76fb4c,0x4ff4a019,0x3b40000e,0x8000000f,0x31000ff2,0xfa8f8ffd,0x707efe00,0x0010bd00,0x400003ff,0xeff82f03,0x00809b0b,0x8ced05cf,0xa92c3000,0xf1b00000,0x033c000f,0xc6f8d012,0xefcf8dfc,0xdf77fb7c,0x4af39017,0x3b30000d,0x2000000f,0x49000ff1,0xfaff9bfd,0xa07ffec0,0x0060b300,0x4ffc033f,0xedf70f1c,0x00b0ac0b,0x0cf106cf,0x982cf000,0xf0b00000,0x031f000f,0xd2f92014,0xefff7bfd,0x0f71fbcc,0x48f2d014,0x3b40000b,0xe000000f,0x60000ff1,0xfb6f9efd,0xc078ff90,0x0080a700,0x2ffd02bf,0xebf62f35,0x0140ba0a,0x7cfc072f,0x8f2e3000,0xef300000,0x02ed000f,0xd2f91017,0xf08f66fd,0x8f63fc3c,0x4af2500f,0x3b60000a,0xc000000f,0x74000ff0,0xfbff9afd,0xd0690070,0x00909700,0x0000028f,0xeaf58f4c,0x01c0c209,0xbd06077f,0x8a2f5000,0xee200000,0x02b4000f,0xcff8c019,0xf14f57fe,0x4f51fcdc,0x4bf1e00b,0x3b800009,0xa000000f,0x87000ff0,0xfc6f96fd,0xf05b0140,0x00807d00,0x000302df,0xe8f50f60,0x01d0c308,0xcd0b07df,0x88301000,0xede00000,0x0279000f,0xcdf7a018,0xf27f59ff,0x5f3afddc,0x47f1a006,0x3b900008,0x3000000f,0x98000fef,0xfcdf98fe,0x10510220,0x00606200,0x0005034f,0xe6f4bf71,0x01c0c007,0xcd10084f,0x8730b000,0xee100000,0x023a000f,0xc9f66016,0xf3af5f00,0x8f23fefc,0x42f16002,0x3ba00006,0xb000000f,0xa6000fef,0xfd2f9bfe,0x304902b0,0x008056ff,0xf003030f,0xe7f4bf81,0x01a0bf07,0x0d1508df,0x87311000,0xee200000,0x01fb000f,0xc3f60016,0xf3df5d01,0x4f1affac,0x3ef12000,0x3bc00005,0x6000000f,0xb5000fef,0xfd7f9efe,0x60410220,0x00b056ff,0xeffc021f,0xe9f4ff8f,0x0170c106,0x7d1a099f,0x86314000,0xee300000,0x01ba000f,0xbbf6701a,0xf34f5001,0xbf1bffec,0x3bf0d001,0x3c000004,0x3000000f,0xc2000fef,0xfdbfa0fe,0x90380030,0x00e056ff,0xdff6012f,0xeaf52f9e,0x0150c106,0x1d1f0a4f,0x85318000,0xee600000,0x017e000f,0xb8f6c01a,0xf25f4a02,0x1f19003c,0x39f08000,0x3c400003,0x2000000f,0xce000fee,0xfdef9efe,0xb030ff00,0x00e050ff,0xbff5008f,0xebf54fb2,0x0140bb05,0xed250adf,0x8431f000,0xeeb00000,0x0144000f,0xc2f6600f,0xf0ff5f02,0x8f0a010c,0x36f04ffb,0x3c500001,0xe000000f,0xd7000fee,0xfe1f94fe,0xf02a00c0,0x00c047ff,0xaff6001f,0xecf55fc6,0x0130b205,0xed2a0b2f,0x83327000,0xef000000,0x0112000f,0xd1f5f001,0xef5f7a02,0xeef501cc,0x35f00ff7,0x3c500000,0xd000000f,0xde000fee,0xfe4f88ff,0x202503b0,0x00f03cff,0x9ff1ffef,0xeef56fd4,0x0120ab05,0xdd2d0b0f,0x8132c000,0xef600000,0x00f2000f,0xd7f5dff7,0xee5f7603,0x2ee701fc,0x34f00ff9,0x3c600000,0x4000000f,0xe4000fee,0xfe6f84ff,0x501f04b0,0x01702fff,0x7fe9ffff,0xf0f57fdc,0x0100a505,0xed2d0a4f,0x7f32e000,0xefd00000,0x00de000f,0xd7f60ff2,0xedcf4c03,0x2edd01ac,0x34f03003,0x3c800000,0x1000000f,0xe9000fee,0xfe8f87ff,0x90170470,0x01e024ff,0x6fe1000f,0xf1f59fe3,0x00f0a105,0xfd2c096f,0x7d32f000,0xf0400000,0x00d2000f,0xd7f63ff0,0xed4f2a03,0x4ed7014c,0x33f0500c,0x3c900000,0x2000000f,0xed000fee,0xfe8f8cff,0xc0100420,0x02001eff,0x7fdeffef,0xf0f5cfe8,0x00f0a206,0x0d2b082f,0x78330000,0xf0b00000,0x00cb000f,0xd8f62ff4,0xec9f2203,0xaed8010c,0x32f03010,0x3c700000,0x3000000f,0xef000fee,0xfe8f9300,0x000a0410,0x021019ff,0x9fddffcf,0xeff5efed,0x0110a506,0x1d2806ef,0x7132f000,0xf1300000,0x00ca000f,0xd9f60ffa,0xebef2304,0x1edc00ec,0x30f00012,0x3c400000,0x6000000f,0xf0000fee,0xfe7f9c00,0x30050410,0x021014ff,0xafddffbf,0xeff60ff1,0x0140a406,0x3d25066f,0x6e32e000,0xf1800000,0x00cb000f,0xdaf61ffd,0xeb7f2504,0x5ede00dc,0x2feff014,0x3c300000,0x7000000f,0xf0000fee,0xfe6fa300,0x50020440,0x02100cff,0xafdeffdf,0xf0f62ff5,0x01a0a106,0x6d2106af,0x6d32c000,0xf1a00000,0x00cf000f,0xdbf64ffe,0xeb2f2b04,0x7edf00fc,0x2ef01016,0x3c300000,0x7000000f,0xef000fee,0xfe5fab00,0x400104a0,0x021007ff,0xafddffdf,0xf1f63ff6,0x01e09e06,0xad1d06ef,0x6c32a000,0xf1c00000,0x00d5000f,0xdcf66ffe,0xeb0f3104,0xaedf00fc,0x2df04018,0x3c200000,0x6000000f,0xef000fee,0xfe4fb000,0x400004d0,0x024007ff,0xbfd7ff8f,0xf1f66fef,0x01e0a107,0x0d1a071f,0x6a328000,0xf1c00000,0x00dc000f,0xd9f68000,0xeaff3404,0xfee000dc,0x2bf0601c,0x3c000000,0x6000000f,0xef000fee,0xfe3fb200,0x300104d0,0x027009ff,0xdfd0ff3f,0xf1f69fe5,0x01c0a507,0x7d17072f,0x68327000,0xf1b00000,0x00e4000f,0xd7f69001,0xeaff3705,0x5ee100ac,0x29f0901e,0x3be00000,0x5000000f,0xf0000fee,0xfe3fb200,0x200104b0,0x027005ff,0xdfd0ff5f,0xf1f6dfe2,0x01b0a707,0xad14070f,0x6a326000,0xf1b00000,0x00eb000f,0xd6f67002,0xeb5f3805,0x7ee100cc,0x28f0c01e,0x3be00000,0x3000000f,0xf2000fee,0xfe3fb600,0x200004e0,0x024ffcff,0xcfd5ffff,0xf2f70fe7,0x01b0a607,0x9d1106af,0x6f327000,0xf1e00000,0x00f3000f,0xd8f63001,0xec1f3605,0x5ee0011c,0x27f1001a,0x3c000000,0x1000000f,0xf6000fee,0xfe3fbe00,0x1ffd0540,0x021ff5ff,0xbfdb008f,0xf2f72feb,0x01b0a607,0x9d0f064f,0x73328000,0xf1e00000,0x00fa000f,0xdaf60000,0xecaf3605,0x3ee0015c,0x27f12016,0x3c2000ff,0xf000000f,0xfa000fee,0xfe3fc500,0x1ffa05c0,0x021ff2ff,0xbfdc00df,0xf3f72fe9,0x01c0a707,0xcd0d062f,0x75329000,0xf1600000,0x0102000f,0xdcf63001,0xec8f3b05,0x0ee0017c,0x26f0e014,0x3c3000ff,0xe000000f,0xfd000fee,0xfe4fc800,0x0ff70630,0x021ff2ff,0xbfdc011f,0xf4f72fe6,0x01e0a908,0x0d0c062f,0x7532a000,0xf0b00000,0x010a000f,0xdff68001,0xec3f4104,0xcee0017c,0x26f09014,0x3c4000ff,0xd0000000,0x00000fee,0xfe4fc9ff,0xfff60690,0x020ff3ff,0xbfdd012f,0xf5f75fe2,0x0200a908,0x1d0b061f,0x7632a000,0xf0900000,0x0112000f,0xe0f69001,0xec1f4004,0x7edf018c,0x25f0c013,0x3c4000ff,0xd0000000,0x00000fee,0xfe5fc8ff,0xfff80690,0x01eff5ff,0xcfdf011f,0xf4f7bfde,0x0230a907,0xdd0b060f,0x77329000,0xf1000000,0x011a000f,0xdff64001,0xec3f3a03,0xfede01ac,0x25f16011,0x3c2000ff,0xc000000f,0xfd000fee,0xfe6fc5ff,0xeffd0610,0x01dff8ff,0xcfe1010f,0xf4f81fda,0x0260a807,0x9d0a05ff,0x77328000,0xf1700000,0x0122000f,0xdff60000,0xec4f3303,0x8edd01bc,0x24f2100f,0x3c1000ff,0xc000000f,0xfa000fee,0xfe6fc2ff,0xd0030580 +}; + +u32 ANIM_ENTRY_fire_hip_one_handed_weapon_slow[] = +{ + 0xff6fffff,0x9ff3005f,0xf6016fe8,0x00a03603,0x0d8dfdff,0x792ad000,0xffc00000,0x00d6000f,0xfaf72006,0xed0fa6fe,0x9f05038c,0x32f1cfd2,0x3da00000,0x3000000f,0xe200000a,0xfe2fc7ff,0x50330400,0xff4fffff,0x9ff5007f,0xf6017fe4,0x00a03802,0xed8afe2f,0x792b3000,0xfde00000,0x00d9000f,0xfcf73002,0xecffaafe,0x3f08038c,0x32f1afd1,0x3d900000,0x4000000f,0xe100000a,0xfe1fcbff,0x20340490,0xff5ffeff,0xaff5009f,0xf5018fe6,0x00903f02,0xed85ff2f,0x762bc000,0xfc100000,0x00e1000f,0xf9f6eff8,0xebef96fd,0x6f09036c,0x33f19fd1,0x3d900000,0x8000000f,0xe100000b,0xfdffcffe,0xf0360530,0xff5000ff,0xaff4008f,0xf501afe6,0x00605303,0x0d7e017f,0x6d2c7000,0xfab00000,0x00f5000f,0xe4f6dfeb,0xea4f8cfc,0x6f0d033c,0x34f1bfd1,0x3d900000,0xf000000f,0xe000000b,0xfdcfd1fe,0xc0390590,0xff5006ff,0xcff8006f,0xf4017fe1,0x00606603,0x2d72039f,0x632d5000,0xf9d00000,0x010c000f,0xd3f6ffda,0xe93f77fc,0x2f1702dc,0x36f1afd2,0x3d700001,0x8000000f,0xdc00000b,0xfd9fd5fe,0x903c05b0,0xff5009ff,0xcffc00af,0xf4011fdb,0x00907103,0x6d65053f,0x582e5000,0xf9900000,0x0126000f,0xcef75fd3,0xe86f7bfc,0xbf1b028c,0x37f1afd4,0x3d600001,0xe000000f,0xd700000c,0xfd7fd7fe,0x603f05f0,0xff600dff,0xcfff00ef,0xf5008fd2,0x00607a03,0xcd55065f,0x492f7000,0xf9f00000,0x0144000f,0xcaf78fd4,0xe83f98fd,0xff1b023c,0x38f1afd8,0x3d600002,0x4000000f,0xd000000c,0xfd6fd6fe,0x40460640,0xff8015ff,0xe002010f,0xf6002fc2,0x00008404,0x5d41070f,0x3730b000,0xfad00000,0x0167000f,0xc6f81fd6,0xe88fb9fe,0x6f2101cc,0x38f16fdb,0x3d400002,0xb000000f,0xcb00000d,0xfd5fd6fe,0x104a0690,0xff801d00,0x0007015f,0xfaffbfb3,0xffb08a04,0x9d28078f,0x29321000,0xfac00000,0x0191000f,0xd3f9cfdd,0xea7fd8fd,0x5f28018c,0x38f13fdb,0x3d300003,0x0000000f,0xc900000d,0xfd3fd7fd,0xe04b06d0,0xff902100,0x100b019f,0xfeff9fab,0xff008f04,0xed0e07df,0x23336000,0xfa600000,0x01c2000f,0xe4facfe7,0xed9ff4fc,0x2f25013c,0x38f17fdd,0x3d100003,0x5000000f,0xc400000e,0xfd3fd2fd,0xc05106e0,0xffe02400,0x300c01d0,0x00ffefa2,0xfe209d05,0x3cf6085f,0x2b34c000,0xf9800000,0x01f6000f,0xfcfa9fe8,0xef0000fa,0x2f1b008c,0x39f2cfe9,0x3cd00003,0xf000000f,0xb400000e,0xfd1fc6fd,0xa05b05d0,0xffe02600,0x20130230,0x05ffff99,0xfda0b705,0x3cde090f,0x4435e000,0xf8000000,0x02250000,0x12fa6fe3,0xef0003f7,0x4f16ffec,0x3ef32ff2,0x3ce00004,0xd000000f,0xaa00000e,0xfcdfc1fd,0x805f05d0,0x00202e00,0x20160230,0x0c007f93,0xfd00d805,0x3cc9095f,0x67369000,0xf7500000,0x02590000,0x11fa7fe9,0xef501bf4,0xaf39fe9c,0x40f1dffa,0x3ce00006,0x6000000f,0xa500000b,0xfc8fd3fd,0x505f0700,0x00303400,0x00190280,0x14013f87,0xfc70fe05,0x3cba097f,0x9936c000,0xf7600000,0x02870000,0x1bfadff2,0xf00022f3,0x3f57fd3c,0x43f0c002,0x3ce00008,0x5000000f,0x9b000003,0xfc2fd4fd,0x30630830,0xffd028ff,0xc02a0480,0x1f016f6b,0xfc112704,0x6cb208df,0xdd36c000,0xf7500000,0x02a40000,0x39fb0001,0xefd030f2,0x1f5efc4c,0x4ef2800f,0x3cf0000a,0xe000000f,0x7c000ffc,0xfb3fcffd,0x307007b0,0xff802bff,0x803905f0,0x2c024f4a,0xfb114403,0xacb00780,0x27362000,0xf7b00000,0x02b70000,0x5ffad012,0xf0603ff1,0xbf73faac,0x56f3d021,0x3cf0000e,0x3000000f,0x54000ff7,0xfa3fc9fd,0x408006a0,0xff2037ff,0x504906f0,0x3b034f29,0xf9d15203,0x8cb20540,0x6f34c000,0xf8f00000,0x02ca0000,0x78fac014,0xf1602af2,0xdf82f90c,0x5df4202c,0x3d100011,0x6000000f,0x36000ff6,0xf99fc3fd,0x408a0610,0xfea039ff,0x005b0910,0x4d047f01,0xf8f15f03,0x8cb90190,0xb0335000,0xfa900000,0x02d00000,0x73fab007,0xf22025f3,0x9f79f83c,0x6af54030,0x3d800013,0xc000000f,0x21000ff7,0xf93fbcfd,0x40910560,0xfde041fe,0xb06d0ab0,0x5d05fedd,0xf8416003,0xecc4fdc0,0xe631d000,0xfca00000,0x02c60000,0x5dfa5ff4,0xf30033f2,0xbf73f80c,0x77f5f02d,0x3df00015,0x5000000f,0x0e000ff9,0xf8ffb0fd,0x409a0490,0xfde05efe,0x906c0af0,0x63079ebf,0xf7915204,0x7ccffad1,0x0f305000,0xfde00000,0x02b10000,0x3ffa9fea,0xf35037f1,0xef7ff6fc,0x7bf54032,0x3e200016,0xb000000f,0x00000ffa,0xf8efa5fd,0x40a303e0,0xfe107dfe,0x60640af0,0x68090e9f,0xf6e13f05,0x1cd7f871,0x232ee000,0xfe800000,0x02a90000,0x15fb1fe1,0xf3102cf1,0xbf90f5cc,0x7df45037,0x3e500017,0x9000000e,0xf5000ffb,0xf8ff9efd,0x50ae0350,0xfdd096fe,0x60660ae0,0x6d09de88,0xf6713405,0xccddf671,0x282dc000,0xfea00000,0x02ac000f,0xeafb3fd3,0xf2601ef2,0x0fa2f57c,0x7af37033,0x3e400018,0x1000000e,0xec000ffc,0xf8ff9bfd,0x50b702f0,0xfd60b1fe,0xa06e0ab0,0x6c0a4e75,0xf6412b05,0xdce3f491,0x312c8000,0xfe300000,0x02a3000f,0xcffa9fd5,0xf0d002f3,0x7fb5f52c,0x74f2702e,0x3df00018,0xc000000e,0xdf000ffd,0xf91f98fd,0x70c30290,0xfd40e1ff,0x60700900,0x610b0e65,0xf5d12c05,0xfce9f2d1,0x432b3000,0xfdf00000,0x029a000f,0xbbf91fcc,0xee8fc8f4,0x6fdff41c,0x5df09034,0x3ce0001a,0x3000000e,0xc0000ffe,0xf8ff94fd,0xb0d701d0,0xfce11b00,0xe07c0630,0x4f0bfe5f,0xf4c13306,0x7cebf191,0x512a2000,0xfe500000,0x02bd000f,0xb2f6efb4,0xeebf93f1,0x101ff38c,0x2dee2033,0x3ad0001b,0xe000000e,0x98000fff,0xf89f9dfd,0xf0e80110,0xfc313701,0xa0900530,0x4f0cee59,0xf3513806,0xdceeefa1,0x4a2a4000,0xfee00000,0x0315000f,0xbff53fb3,0xf21fc5ed,0x2042f39c,0x10ed102f,0x3980001d,0x7000000e,0x77000000,0xf88fa8fd,0xc0e700f0,0xfbf14a02,0x209a0540,0x550dfe52,0xf1713f06,0x8ceeec01,0x312b8000,0xfe500000,0x0384000f,0xcef4dfba,0xf79057ee,0xf058f35b,0xffec102c,0x38a0001e,0xc000000e,0x5d000000,0xf8ffaefd,0xc0ef0140,0xfb916902,0xa0a004a0,0x560f3e53,0xefc13906,0x6ceae911,0x1d2c5000,0xfd000000,0x03e5000f,0xd3f64fb9,0xfb10a7f2,0xd07af34b,0xe8ea901f,0x37e00020,0x5000000e,0x4b000000,0xf8ffb4fe,0x01010160,0xfaf19602,0xb0a40250,0x56104e51,0xef711c07,0x6ce5e931,0x182bb000,0xfcc00000,0x0419000f,0xcff87fc6,0xfbc0aef3,0x20acf2eb,0xcee87011,0x37900022,0x8000000e,0x3a000001,0xf86fbbfe,0x21100110,0xf9e1bd02,0xf0b1ff80,0x5210fe50,0xeff10908,0x7cddea21,0x1c2aa000,0xfce00000,0x0432000f,0xbff93fdf,0xfb00a0f4,0x20d5f33b,0xb2e6cfff,0x36e00024,0xb000000e,0x25000001,0xf7ffc0fe,0x411c0070,0xf941c702,0xf0b5ff00,0x50121e52,0xefa11308,0xbcdce9f1,0x1e2a5000,0xfc000000,0x043a000f,0xb9f98ff0,0xfab08af6,0x00d4f32b,0xb2e69ffe,0x36900026,0x0000000e,0x0e000001,0xf7bfb9fe,0x712b0010,0xf931c102,0xa0af0010,0x52137e47,0xef411d08,0x7cdde941,0x212a6000,0xfaa00000,0x0431000f,0xdef9fff9,0xfb3078f6,0xd0c2f28b,0xc1e6f008,0x36a00026,0xc000000d,0xfc000001,0xf78fb0fe,0x81380030,0xf931b702,0x10a700d0,0x56141e43,0xef312208,0x6cdce921,0x2a2a2000,0xf9a00000,0x041a0000,0x15f9bff7,0xfb4064f7,0x10b2f1eb,0xd2e74012,0x36f00027,0x4000000d,0xf0000001,0xf70faafe,0x91410060,0xf921a901,0x80a001a0,0x5c143e43,0xef712908,0x4cdbe961,0x3329b000,0xf8f00000,0x04020000,0x2df90000,0xfaa04df7,0x009ff17b,0xe6e7c01b,0x37700027,0x8000000d,0xe9000001,0xf66fa3fe,0xa14a00b0,0xf901a501,0x409d01c0,0x5d145e43,0xefb12c08,0x0cd8e9e1,0x3a291000,0xf8500000,0x03e30000,0x2ff91008,0xf9c038f5,0xf09cf17b,0xece7e01c,0x37a00027,0xb000000d,0xe5000001,0xf59fa2fe,0xb15100e0,0xf8e19901,0x209e0260,0x5f144e4b,0xef712b07,0xdcd6ea51,0x42288000,0xf8400000,0x03bb0000,0x2ff93007,0xf94019f4,0x3091f1ab,0xf5e8a01d,0x37f00027,0xa000000d,0xe4000001,0xf4ffa4fe,0xa15600d0,0xf8a18f01,0x20a202f0,0x5f147e44,0xef612807,0x8cd8ea81,0x4b281000,0xf8900000,0x03950000,0x30f91007,0xf8d001f3,0x4089f20b,0xf8e9601c,0x38100027,0x7000000d,0xe3000001,0xf46fa6fe,0xb15a00c0,0xf8518d01,0x60aa02f0,0x5d147e3d,0xef811d07,0x2cdaeaa1,0x53278000,0xf9500000,0x03720000,0x33f97002,0xf84ffaf2,0xd08df29b,0xf2e9c017,0x37f00027,0x7000000d,0xe2000001,0xf3dfadfe,0xb15e00b0,0xf7e18701,0x80b50330,0x5d142e40,0xefb11106,0xccddeaa1,0x5a26f000,0xfa900000,0x03530000,0x30f94ff3,0xf7bff7f2,0x908df33b,0xeeea3010,0x37e00027,0x6000000d,0xe3000001,0xf3efb5fe,0xa15e00a0,0xf7718d01,0xd0c002a0,0x59136e43,0xefe10a06,0x6cdeeaa1,0x62268000,0xfbe00000,0x03390000,0x20f8bfe3,0xf72ff3f2,0xa099f3eb,0xe1e9f004,0x37800027,0x8000000d,0xe4000001,0xf40fbdfe,0xa15e00a0,0xf7319702,0x10c501f0,0x5412fe45,0xf000ff06,0x1ce2ea81,0x67262000,0xfd100000,0x03210000,0x0ff92fde,0xf60ff0f2,0xc0a6f44b,0xd4e96ffc,0x37100027,0xa000000d,0xe5000001,0xf42fc2fe,0xa16000e0,0xf711a102,0x50c90140,0x4f12ee44,0xf030ed05,0xece6ea91,0x6a25e000,0xfe300000,0x03100000,0x0cf9cfe6,0xf54fecf2,0xc0b2f48b,0xc9e8cff5,0x36a00027,0xc000000d,0xe7000001,0xf43fc5fe,0xa15e0100,0xf6b1aa02,0x80d10070,0x4a128e49,0xf040de05,0x9ce7eac1,0x6f25b000,0xff300000,0x03060000,0x0ff9efe7,0xf52fe5f2,0xa0bef4fb,0xbee86fec,0x36600027,0xf000000d,0xe8000000,0xf44fcafe,0x815a00d0,0xf671ab02,0x90d50040,0x49123e4b,0xf060d805,0x4cebeae1,0x70259000,0x00000000,0x02ff0000,0x0ef9bfe3,0xf4afdef2,0x50c1f54b,0xbae87fe9,0x36400028,0x0000000d,0xe8000000,0xf47fccfe,0x815900c0,0xf641b302,0xc0daff80,0x43122e4c,0xf0c0d205,0x1ceeeb21,0x73259000,0x00c00000,0x02f90000,0x0bf9cfe4,0xf42fd8f2,0x50c8f59b,0xb1e81fe2,0x35f00028,0x1000000d,0xea000001,0xf49fcefe,0xa15900c0,0xf641b502,0xe0daff20,0x3e120e4e,0xf0f0cf04,0xdcf1eb71,0x7425b000,0x01200000,0x02f20000,0x0bf9dfe8,0xf3afd4f3,0x00c9f5ab,0xaee7dfe0,0x35b00028,0x0000000d,0xef000001,0xf4cfcefe,0xa15700b0,0xf651ac02,0xe0d8ff80,0x3c117e51,0xf1c0d004,0xbcf4ebc1,0x70263000,0x01700000,0x02f40000,0x0df99fe8,0xf33fd1f2,0xd0bff5cb,0xb3e86fe2,0x35d00027,0x9000000d,0xf3000001,0xf51fcefe,0x714d0090,0xf641a102,0xc0d8ffa0,0x3910fe59,0xf260cc04,0xacf6ec71,0x6a270000,0x01b00000,0x02fb0000,0x0df97fe7,0xf29fcff2,0x40b4f60b,0xbae8ffe2,0x36000026,0xf000000d,0xfc000001,0xf57fcffe,0x514300b0,0xf6918902,0x70d00060,0x3a10be62,0xf2e0cc04,0xacf7edf1,0x5e27f000,0x01900000,0x03000000,0x0af9afe6,0xf1afd0f2,0x109df60b,0xcbe9cfe9,0x36600026,0x1000000e,0x08000001,0xf5cfd0fe,0x213a00e0,0xf7417302,0x40c000d0,0x36105e6f,0xf3b0cd04,0xccf8efc1,0x4d294000,0x01200000,0x03060000,0x13f93fe4,0xf11fd7f2,0x3087f5db,0xd9ea6ff3,0x36b00024,0xe000000e,0x16000001,0xf5bfcefe,0x01300120,0xf8214f01,0xe0ab01c0,0x340fee81,0xf4c0cc05,0x1cf8f1d1,0x3a2b3000,0x00800000,0x030f0000,0x20f8cfea,0xf0bfd8f2,0xd064f5ab,0xf1eba003,0x37400023,0x5000000e,0x26000001,0xf50fcafd,0xe12501b0,0xf9111701,0x009503b0,0x3b0f3e96,0xf5f0cd05,0x3cf7f431,0x262cf000,0xff900000,0x03110000,0x1df93ff1,0xf08fdcf2,0xe02ef59c,0x18ede017,0x38800021,0x6000000e,0x3b000001,0xf44fc8fd,0xd1190280,0xfa40d6ff,0xd0790600,0x470e7eb4,0xf720d805,0x5cf5f731,0x112e4000,0xfe700000,0x03070000,0x18fa0ff3,0xefefe2f3,0x3feef5cc,0x45f0802b,0x3a40001f,0x1000000e,0x58000001,0xf40fc5fd,0x91060320,0xfb70a0fe,0xf05f0770,0x4d0d9ed7,0xf880e605,0x7cf1fa30,0xf92f7000,0xfda00000,0x02fc0000,0x15fa6fee,0xeeffcbf5,0x6fbaf62c,0x64f28036,0x3ba0001c,0xd000000e,0x7e000001,0xf44fc4fd,0x50ee0380,0xfc6078fe,0xb0500810,0x470c6ef9,0xf9e0f105,0x3ceefcd0,0xe7308000,0xfcf00000,0x02ea0000,0x10fa6ff5,0xee3fbcf7,0x4f94f6dc,0x71f4203c,0x3c40001a,0xb000000e,0x9c000001,0xf47fc4fd,0x30da03b0,0xfc9057fe,0xa04f0840,0x410b8f16,0xfb00f804,0x6cecff90,0xd7315000,0xfbd00000,0x02d10000,0x08fa5ffa,0xed8fc7f7,0x1f77f85c,0x76f5b036,0x3ca00018,0x7000000e,0xb7000000,0xf4afc4fd,0x10c703a0,0xfc2049ff,0x00560740,0x340aff30,0xfbc0ff03,0xcce80270,0xc4320000,0xfb100000,0x02b7000f,0xfefa3ff6,0xed4fc9f7,0x1f73fa1c,0x69f60024,0x3c400016,0x5000000e,0xd1000000,0xf4efc8fd,0x00b403d0,0xfc4040ff,0x70510600,0x240a6f49,0xfc410303,0x4ce40520,0xae32c000,0xfa400000,0x02980000,0x08fa5ff1,0xed0fc8f6,0xff73fb1c,0x5bf5d01c,0x3bd00014,0x6000000e,0xe7000fff,0xf58fcefd,0x20ad0420,0xfcb03dff,0xc04504a0,0x1609ef62,0xfce10902,0xfce307d0,0x96333000,0xf9f00000,0x02790000,0x05fa4fe9,0xecafcdf6,0xbf74fb8c,0x51f5301b,0x3b800012,0xc000000e,0xfa000ffe,0xf63fd1fd,0x70ad0440,0xfd003000,0x003f0410,0x0b094f77,0xfd610b02,0xfce60a10,0x7c337000,0xfa600000,0x0261000f,0xfafa1fe0,0xec8fcaf7,0x0f68fc3c,0x4af5601a,0x3b500011,0x2000000f,0x0c000ffd,0xf6efd0fd,0x70a10450,0xfd802100,0x103403b0,0x04088f8b,0xfdd10702,0xfce70ba0,0x6533b000,0xfac00000,0x0242000f,0xf0f9ffe5,0xec4fc2f8,0xff5dfcbc,0x46f5c01b,0x3b50000f,0x6000000f,0x20000ffd,0xf7afd0fd,0x70910480,0xfdf01800,0x202b033f,0xff07bf9c,0xfe710302,0xace60ce0,0x4d33d000,0xfae00000,0x0226000f,0xe8f9dfeb,0xebffbbf9,0x1f59fd4c,0x41f5b01a,0x3b50000d,0xc000000f,0x33000ffb,0xf84fd2fd,0x70840490,0xfe300f00,0x302602cf,0xfa072fac,0xfed10102,0x6ce60e50,0x3633d000,0xfb300000,0x020e000f,0xe4f94fe3,0xec0fb5f8,0x7f53fdec,0x3bf5c018,0x3b50000c,0x3000000f,0x43000ffb,0xf8dfd4fd,0x80790490,0xfe700900,0x401d022f,0xf406cfbd,0xff110302,0x7ce71000,0x1c33b000,0xfb600000,0x01f8000f,0xdef93fe0,0xebefa7f8,0xaf4bfe8c,0x36f5a014,0x3b40000a,0xa000000f,0x53000ffb,0xf96fd3fd,0x907104b0,0xfeb00f00,0x601100bf,0xee067fd0,0xffb10002,0xdce81160,0x00339000,0xfb500000,0x01e3000f,0xe0f99fe7,0xebdf9cf9,0xaf49ff1c,0x30f4800f,0x3b000009,0x3000000f,0x63000ffa,0xf9efcbfd,0xb0690500,0xff400e00,0x7007ff7f,0xea05efe1,0x0030f802,0xece9121f,0xed339000,0xfb500000,0x01d0000f,0xe1f9efe9,0xec3fa5f9,0xff47ff0c,0x2bf40014,0x3af00008,0x3000000f,0x6d000ffa,0xfa4fc9fd,0xc0610500,0xffd00300,0x4001ff3f,0xeb054fed,0x0050f502,0x7ce8124f,0xde338000,0xfb200000,0x01c0000f,0xddf9dfe8,0xec9fa1fa,0x1f4efe7c,0x2af4801e,0x3b300007,0xf000000f,0x73000ffa,0xfa4fdbfd,0xf05d04a0,0xffeff2ff,0xf004ffaf,0xf1049ff5,0x00a0f002,0x0ce611ff,0xcf337000,0xfaf00000,0x01af000f,0xddf9cfe8,0xecbfa4fa,0xcf3aff1c,0x2df4e01a,0x3b800007,0x0000000f,0x7c000ffa,0xfa9fd7fe,0x105804e0,0xff4ff600,0x100bfeef,0xed044ffc,0x0100ec02,0x5ce6118f,0xbf338000,0xfaf00000,0x0197000f,0xdef9bfe4,0xec9fbbfb,0x6f38fffc,0x2bf4200c,0x3b400006,0xc000000f,0x82000ffa,0xfa8fd0fe,0x30550510,0xfedffc00,0x400cfdef,0xe7043003,0x00f0ec02,0xece8111f,0xaf33b000,0xfb200000,0x0181000f,0xddf98fe2,0xecefc5fb,0x9f40006c,0x27f3f005,0x3b100006,0xc000000f,0x82000ffa,0xfa8fd1fe,0x50530460,0xfebff900,0x400cfdaf,0xe603c007,0x00e0ea03,0x2ce9100f,0xa233e000,0xfb400000,0x0174000f,0xddf99fe7,0xeddfc3fb,0xdf3a00bc,0x26f42003,0x3b200006,0x9000000f,0x84000ffa,0xfaafcffe,0x80500410,0xfe9ff500,0x400dfd6f,0xe503600a,0x00e0ea03,0x5ce90ecf,0x96342000,0xfb500000,0x016b000f,0xdbf98fe8,0xeedfbafb,0x9f3b00fc,0x24f3efff,0x3b100006,0x7000000f,0x89000ffa,0xfa9fd4fe,0x904b0430,0xfe7fef00,0x200dfd5f,0xe8034011,0x0110e703,0x9ce70e9f,0x8f343000,0xfb600000,0x0162000f,0xd9f95fe4,0xedafb1fa,0xaf38016c,0x25f42ffd,0x3b300006,0x1000000f,0x89000ffa,0xfa9fd8fe,0xb04b03f0,0xfe3fdcff,0xe010fe4f,0xed033013,0x0140e903,0xbce80e9f,0x89343000,0xfb600000,0x0159000f,0xd7f95fe4,0xebcfb2f9,0xef1e026c,0x29f4fff3,0x3b600005,0x6000000f,0x91000ffa,0xfaafcefe,0xd04a0410,0xfe2fd0ff,0xd00efeff,0xec02f012,0x0170eb03,0xecea0e0f,0x85344000,0xfb700000,0x014a000f,0xd4f95fe7,0xec1fbffa,0xdf0a02fc,0x28f56ff0,0x3b700004,0xc000000f,0x98000ffa,0xfaefc5fe,0xf0450420,0xfe3fceff,0xe00bfeef,0xeb02a013,0x0190ea04,0x1cea0d8f,0x83344000,0xfb700000,0x013c000f,0xd3f96fe8,0xecafd1fb,0xaf07032c,0x26f54ff0,0x3b600004,0x6000000f,0x9b000ffa,0xfaffc6ff,0x00410410,0xfe4fcfff,0xe008fecf,0xeb02a011,0x01a0ec04,0x4cea0d6f,0x80343000,0xfb600000,0x0134000f,0xd4f98fe9,0xecbfd7fb,0xaf06034c,0x24f51fef,0x3b700004,0x1000000f,0x9e000ffa,0xfb1fc4ff,0x103f0410,0xfe6fcdff,0xd003feff,0xed02600d,0x0170ec04,0x6cea0d3f,0x7c343000,0xfb500000,0x012f000f,0xd6f9bfed,0xecefd4fb,0xcf00035c,0x24f50fef,0x3b700003,0xd000000f,0xa0000ffa,0xfb3fbfff,0x203e0420,0xfe8fcdff,0xd001ff1f,0xed02100c,0x0150ed04,0x7cea0d0f,0x7a342000,0xfb500000,0x012e000f,0xd5f9bfed,0xecefccfb,0xbeff035c,0x24f4dfef,0x3b700003,0xc000000f,0xa3000ffa,0xfb1fbfff,0x303d0420,0xfeafcdff,0xdffdff1f,0xec01f00a,0x0120f104,0x9cea0d1f,0x79342000,0xfb500000,0x012b000f,0xd1f9cfea,0xecdfcbfb,0xef00033c,0x23f4cfef,0x3b700003,0xc000000f,0xa7000ffa,0xfb1fc2ff,0x303b0420,0xfebfcbff,0xeffbff3f,0xec01e006,0x0100f304,0xacea0d2f,0x78341000,0xfb500000,0x0128000f,0xd0f9cfec,0xecbfcefc,0x0efb032c,0x22f4afef,0x3b700003,0xc000000f,0xa9000ffa,0xfb1fc0ff,0x403b0430,0xfebfceff,0xeffaff2f,0xed01e003,0x0110f104,0xcce90d6f,0x77340000,0xfb700000,0x0127000f,0xd1f9cfeb,0xec2fcdfb,0xbeff032c,0x22f46fec,0x3b600003,0xe000000f,0xac000ffa,0xfb0fc2ff,0x403b0440,0xfebfceff,0xdff9ff3f,0xee01f002,0x0110ef04,0xdce80d7f,0x78340000,0xfb800000,0x0127000f,0xd3f9cfe8,0xeb8fccfb,0x5f00033c,0x22f44fe9,0x3b800003,0xd000000f,0xb0000ffa,0xfaffc4ff,0x403b0430,0xfeafcdff,0xdff9ff7f,0xef01f001,0x0100f104,0xdce80d5f,0x78340000,0xfb800000,0x0126000f,0xd3f9cfea,0xeb8fcffb,0x6efc036c,0x22f47fe8,0x3b800003,0xb000000f,0xaf000ffa,0xfb1fc0ff,0x503d0410,0xfeafcdff,0xdff8ff8f,0xf001fffe,0x00e0f104,0xece80d6f,0x7933f000,0xfb900000,0x0125000f,0xd3f9efed,0xeb7fcffb,0x6efd036c,0x22f45fe8,0x3b800003,0xa000000f,0xaf000ffa,0xfb0fc1ff,0x503d0420,0xfeafccff,0xdff7ff9f,0xf1020fff,0x00a0ee05,0x0ce60d7f,0x7b33f000,0xfb900000,0x0124000f,0xd1f9ffee,0xeb9fccfb,0x8efe037c,0x22f41fe8,0x3b800003,0x9000000f,0xaf000ffa,0xfaffc4ff,0x603c0450,0xfeafcaff,0xcff7ffbf,0xf2021001,0x0070f005,0x0ce50d6f,0x7c33e000,0xfb900000,0x0124000f,0xcef9efed,0xebbfc9fb,0xbefe039c,0x22f3ffe6,0x3b900003,0x7000000f,0xb1000ffa,0xfb0fc5ff,0x603c0470 +}; + +u32 ANIM_ENTRY_fire_hip_forward_one_handed_weapon[] = +{ + 0x005012ff,0x9016ffaf,0xf1020ff7,0x01804800,0xad18065f,0x9c333000,0xf7700000,0x014a0000,0x06f62ffb,0xea0f8a04,0x8f23fc3c,0x60f49001,0x3ba0000e,0x6000000f,0x9e000ff8,0xf68fa9fd,0xc0550480,0x00b014ff,0x7017ff8f,0xf101aff6,0x01c04500,0xbd1808ef,0x80329000,0xf7100000,0x01980000,0x0bf60ffa,0xe6bf5904,0xcf0ffb0c,0x6af4900a,0x3b900010,0x5000000f,0x94000ffa,0xf5df9afd,0xc0610470,0x01a017ff,0x200fff8f,0xf6014ff3,0x01e03f01,0x0d160c1f,0x58315000,0xf6700000,0x02000000,0x10f60ff8,0xe5df4004,0x7efaf94c,0x78f4501c,0x3bb00012,0x4000000f,0x88000ffb,0xf51f96fd,0xd06e04a0,0x027020fe,0xb007ff6f,0xfd00ffec,0x01f03601,0x7d110e5f,0x212fa000,0xf5b00000,0x027d0000,0x15f5fff7,0xe5ff3504,0xdeeaf7dc,0x83f3802b,0x3bc00013,0xb000000f,0x80000ffc,0xf47fa3fd,0xe0770500,0x02d02afe,0x9007ff9f,0xff00dfe0,0x02102f01,0xbd0e0e7e,0xdb2e5000,0xf5300000,0x02f80000,0x1ef60fee,0xe5cf5005,0x7ee0f73c,0x86f2d030,0x3bb00014,0x4000000f,0x7b000ffd,0xf42fb1fd,0xe0800520,0x032037fe,0x80080090,0x0500bfc4,0x01702d01,0x7d0a0bfe,0x8e2e6000,0xf4900000,0x035d0000,0x2bf60fe4,0xe92f8704,0x7eeff6cc,0x81f25035,0x3b700014,0x7000000f,0x6f000ffe,0xf3ffb9fd,0xf08d04f0,0x03803afe,0x400b0280,0x0dffef9f,0x01001901,0x8d0608ce,0x722f9000,0xf3100000,0x039b0000,0x48f5dfdd,0xef0fc102,0xdf13f62c,0x7af3a049,0x3b300014,0xe000000f,0x4c000fff,0xf38fcefe,0x109c0370,0x036025fd,0xe01d0540,0x14feff7d,0x011fe602,0x1d00081e,0xac2fa000,0xf1400000,0x03b80000,0x66f5bfd7,0xf13fde01,0x1f2df66c,0x74f6b06a,0x3b000015,0x8000000f,0x0d000fff,0xf2bfeefe,0x40ad0180,0x03100dfd,0xf02d0820,0x18ffff54,0x001fbf02,0x5cfc088f,0x162e8000,0xf0f00000,0x03be0000,0x63f5bfd5,0xf08feafe,0x8f38f6ec,0x67f9a096,0x3a800016,0x2000000e,0xb2000000,0xf1a007fe,0x70c0ffa0,0x02c013fe,0xc02f0b30,0x1502ef11,0xfe6fcc01,0x8d09061f,0x752df000,0xf2300000,0x03ab0000,0x52f63fcc,0xefaff6fc,0xbf45f74c,0x54fab0c5,0x39700016,0x9000000e,0x49000000,0xf0c008fe,0x80cbfd70,0x02603aff,0x80310d00,0x14056ecb,0xfd9fdf00,0x3d1d01ff,0xcb2d2000,0xf3b00000,0x03890000,0x53f74fd1,0xeffff9fc,0x2f5af77c,0x47fa80ed,0x38700017,0x0000000d,0xe0000fff,0xf03ff5fe,0x20b6fa60,0x01a06eff,0xa0400d30,0x1f065e9a,0xfd9fdfff,0x0d31fe30,0x222b5000,0xf4900000,0x03580000,0x54f80fe3,0xf0bfe8fa,0xdf71f7dc,0x49f9d10e,0x38200017,0xb000000d,0x7b000fff,0xefafdafd,0x7089f790,0x00a0a1ff,0x90510cc0,0x29072e72,0xfdcfe4fe,0xdd48faf0,0x6f293000,0xf4900000,0x03160000,0x3bf7fffb,0xef1fe5f7,0x7f81f8ac,0x51f8c128,0x37f00018,0x0000000d,0x25000fff,0xef7fb8fd,0x1075f780,0xff90d4ff,0xb0620be0,0x32082e52,0xfe2feeff,0x4d60f800,0xb726e000,0xf4900000,0x02c60000,0x0df7800d,0xec0ff3f4,0x6f97f9ec,0x54f7913c,0x37400017,0xc000000c,0xf4000fff,0xefaf9efd,0x4086faf0,0xfef0f4ff,0xb0710bd0,0x4008de35,0xfe6ff3ff,0xed73f4b0,0xf7244000,0xf4c00000,0x0273000f,0xddf74020,0xea7ffdf2,0x8fa7fb1c,0x58f70152,0x36a00017,0x1000000c,0xff000fff,0xf04f90fd,0x6097ff30,0xfea106ff,0xb07f0c40,0x5008fe1b,0xfe2fe200,0xbd7df151,0x2e212000,0xf4c00000,0x022b000f,0xb7f7d037,0xe97ffbf1,0xbfa9fc0c,0x5ef71162,0x36400016,0x9000000d,0x4d000fff,0xf0ff85fd,0x90a60240,0xfec11aff,0xf0880c80,0x5a08fe05,0xfdffc901,0x9d85ee01,0x5a1df000,0xf4a00000,0x01f2000f,0xa2f96044,0xe99ff4f2,0x0f9cfc7c,0x67f7d163,0x35e00016,0x7000000d,0xcf000000,0xf18f6efd,0x70a40540,0xff013500,0x708e0c90,0x5e094dee,0xfe4fbb02,0x4d90ea81,0x781ae000,0xf4700000,0x01c3000f,0x95f9d048,0xeaafeef2,0x3f97fc8c,0x6ef9f156,0x35b00017,0x2000000e,0x50000000,0xf18f56fd,0x008d06f0,0xff515801,0x20930c90,0x59090dd0,0xffafb402,0xada6e651,0x88180000,0xf4000000,0x0199000f,0x8ef95049,0xebbfeff1,0xefa5fbbc,0x78fbd151,0x35a00019,0x6000000e,0x80000fff,0xf09f40fc,0x606e0600,0xff317b02,0x10a60c50,0x51075db3,0x01afa703,0x5dbde1e1,0x9614b000,0xf2900000,0x0171000f,0x90f94045,0xecfff2f2,0x1fb7facc,0x84fbf151,0x3500001d,0x0000000e,0x5a000fff,0xef3f2bfc,0x206304a0,0xfe419f03,0x10cd0b00,0x4d054da5,0x031f8c04,0x7dc6ddd1,0xaa110000,0xf0e00000,0x014a000f,0x86f92042,0xeccfe9f3,0xafcbfa7c,0x8bfb514e,0x33d00020,0xd000000e,0x0c000fff,0xedef29fc,0x60780430,0xfd91b803,0xa0e909e0,0x51044da2,0x039f6a05,0x3dbbda51,0xba0dd000,0xf0000000,0x0126000f,0x66f9203c,0xecafdff5,0x4fd1fa3c,0x93f97152,0x32700023,0x7000000d,0xc8000fff,0xed0f3dfc,0xa08e05c0,0xfdd1bc03,0xe0f40a50,0x5803ad9c,0x045f5305,0xcda6d721,0xbb0cc000,0xefa00000,0x012a000f,0x42f9102a,0xeebffaf4,0x0fc6fa3c,0x99f8515e,0x31f00024,0x4000000d,0x9e000fff,0xec9f4efc,0xf0a506e0,0xfe41bb04,0x40fe0b10,0x5c022d91,0x060f4c06,0x1d8ed591,0xab0de000,0xef600000,0x0165000f,0x2ef89021,0xf0d04ef1,0x8fc5faac,0x9cf8b167,0x32500023,0xa000000d,0x86000fff,0xec6f53fd,0x30b906a0,0xfec1c704,0x91050af0,0x5c00ed8b,0x077f5406,0x6d79d531,0x950f3000,0xef900000,0x01b3000f,0x33f73013,0xf1708cef,0x0fd5fb1c,0x9bf90169,0x32800022,0x2000000d,0x76000fff,0xec6f55fd,0x60c505b0,0xff91db05,0x00fe09e0,0x56013d90,0x073f5907,0x1d66d4f1,0x950fa000,0xf0300000,0x01dd000f,0x54f5dffb,0xf0f07ded,0xbfe6fb3c,0x99f8a16a,0x32400020,0x8000000d,0x6f000000,0xec8f57fd,0x50c80510,0x0051e705,0x60f708c0,0x51028d95,0x061f5d07,0x8d51d441,0xa90f0000,0xf1400000,0x01d3000f,0x70f55ff6,0xf07049ef,0x3febfb2c,0x99f8416d,0x3200001f,0x5000000d,0x6c000000,0xecbf54fd,0x50c804c0,0x0101ea05,0xc0f20850,0x4e039d97,0x050f6b07,0x6d40d3e1,0xb30db000,0xf2700000,0x01b7000f,0x8bf58fff,0xf0101df1,0x3fe6fb3c,0x99f86172,0x31e0001e,0x3000000d,0x6d000000,0xed2f4cfd,0x30c604c0,0x0181e606,0x60f40890,0x4b03dd96,0x04ff7c07,0x1d36d411,0xb30cc000,0xf3700000,0x01a5000f,0xb3f50ff9,0xefb005f1,0xffdefbfc,0x93f92173,0x31e0001c,0xc000000d,0x70000000,0xedbf45fd,0x20c404b0,0x01f1e906,0xb0f20860,0x4903cd98,0x051f8607,0x3d33d461,0xb30c6000,0xf3b00000,0x019c000f,0xebf4bfe9,0xf00ff6f2,0x6fdcfc4c,0x90f92171,0x31c0001b,0x7000000d,0x75000000,0xee1f3efd,0x10c504c0,0x0261f106,0xc0e907e0,0x4803cd9c,0x053f8707,0x9d33d431,0xb60c4000,0xf3800000,0x01960000,0x1cf49fe2,0xf03fe9f3,0x4fdffc3c,0x91f8b170,0x31a0001a,0x6000000d,0x7b000000,0xee8f39fd,0x10c604d0,0x02b1f706,0xd0e30790,0x4603bd9b,0x058f8a07,0xad35d3a1,0xb80c1000,0xf3600000,0x018e0000,0x29f48fe0,0xf02fe2f4,0x2fe3fc4c,0x91f8716f,0x31800019,0x7000000d,0x7f000000,0xeedf39fd,0x00c504f0,0x0301fd06,0xf0dc0730,0x4303ed99,0x055f8a07,0xbd3ad3c1,0xb90bf000,0xf3600000,0x01850000,0x24f4cfdf,0xf02fd6f4,0x8febfc3c,0x8ff8116e,0x31500018,0xd000000d,0x82000000,0xeeef3dfd,0x00c70530,0x0311fe07,0x10db0750,0x40041d96,0x052f8807,0x9d3fd3d1,0xb60bf000,0xf3400000,0x01810000,0x1df4ffe2,0xefffc9f4,0xcff2fc7c,0x8cf8216b,0x31400018,0x5000000d,0x87000000,0xeeef42fc,0xf0c70580,0x0311fc07,0x20da07c0,0x4003ed92,0x054f8c07,0x4d43d3c1,0xb30bf000,0xf3100000,0x017d0000,0x1af53fe9,0xefcfc1f5,0x1ff5fcdc,0x89f88168,0x31700017,0xb000000d,0x8c000000,0xef1f47fc,0xf0c705c0,0x0321fa07,0x30d807e0,0x3d03dd91,0x054f8c07,0x4d46d411,0xb20c0000,0xf2a00000,0x01780000,0x1df55feb,0xef7fc0f4,0xeff5fd0c,0x87f88166,0x31700017,0x5000000d,0x90000000,0xef4f49fc,0xf0ca0610,0x0301fd07,0x70d907b0,0x3903bd93,0x05af8707,0x6d48d451,0xb10c4000,0xf2100000,0x01770000,0x22f58fe8,0xef6fc1f5,0x0ff9fd6c,0x83f7f15f,0x31600017,0x0000000d,0x94000000,0xef4f4afd,0x10d005f0,0x02f20007,0x90da07a0,0x37039d93,0x05df8707,0x5d49d441,0xaf0c7000,0xf1a00000,0x017a0000,0x23f59fe6,0xef2fbff5,0x3ffffdac,0x80f7a15b,0x31400016,0xb000000d,0x96000000,0xef4f4bfd,0x30d305b0,0x02e20107,0xa0d907a0,0x35035d93,0x05ef8507,0x7d48d481,0xac0ca000,0xf1100000,0x017c0000,0x27f5bfe4,0xeedfbaf4,0xe001fdcc,0x7ef7b159,0x31400016,0xa000000d,0x97000000,0xef3f4bfd,0x40d30590,0x02d20407,0xb0d90790,0x32034d92,0x060f8207,0x8d46d481,0xaa0cb000,0xf0a00000,0x017b0000,0x2df5efe0,0xeeefbcf4,0xc003fdcc,0x7ef7b156,0x31300016,0xb000000d,0x97000000,0xef2f47fd,0x50d30560,0x02d20607,0xb0d707a0,0x30034d90,0x060f8407,0x6d46d441,0xa70cd000,0xf0900000,0x017a0000,0x32f5efde,0xef2fc3f5,0x4005fdbc,0x7ff7c155,0x31400016,0xc000000d,0x95000000,0xef0f44fd,0x50d304f0,0x02e20807,0xa0d207a0,0x2f02ed8f,0x064f8707,0x8d43d451,0xa40ce000,0xf0800000,0x01790000,0x39f5ffdc,0xef0fc2f5,0x4009fd8c,0x80f7c157,0x31400017,0x0000000d,0x94000000,0xeebf42fd,0x60d204b0,0x02f20b07,0x90cf07a0,0x2e01ed86,0x06cf8e07,0xad42d491,0xa00cc000,0xf0600000,0x01770000,0x3cf5ffd8,0xee6fc1f5,0x200ffd4c,0x82f78159,0x31300017,0x5000000d,0x93000000,0xee6f42fd,0x60d104a0,0x02d20c07,0x60cb0790,0x2d01bd88,0x06df9007,0xad40d491,0xa00ce000,0xf0a00000,0x01760000,0x40f5efd1,0xee4fc6f5,0x3011fd2c,0x85f7515a,0x31300017,0x8000000d,0x92000000,0xee3f40fd,0x70d10490,0x02b20a07,0x20c90780,0x2e021d95,0x06af8f07,0xad3cd491,0xa30d2000,0xf1300000,0x01790000,0x49f65fc6,0xee6fc3f5,0x300dfd2c,0x88f7315a,0x31500017,0x9000000d,0x92000001,0xee2f3efd,0x80d104a0,0x02720507,0x10cb07f0,0x2d027d95,0x067f9207,0x9d39d4c1,0xa10d0000,0xf1800000,0x01780000,0x4bf6bfbe,0xedffc1f5,0x6006fd7c,0x86f75157,0x31600017,0x3000000d,0x95000000,0xee9f42fd,0x80cf04d0,0x02420107,0x00cd0830,0x2d028d95,0x065f9307,0x8d37d511,0x9f0cd000,0xf1c00000,0x01700000,0x4cf6dfbb,0xed6fc6f5,0x9ffffd9c,0x85f78154,0x31900017,0x2000000d,0x9a000000,0xef0f43fd,0x80cc04d0,0x02120106,0xa0cb0810,0x2e021d9a,0x06af9307,0xbd33d4d1,0xa20d0000,0xf1c00000,0x01710000,0x4bf6efbb,0xeddfc6f5,0xcffffd2c,0x88f77153,0x31b00017,0xe000000d,0x9f000000,0xeeaf41fd,0x70c904e0,0x01d1ff06,0x20c90800,0x3101ada0,0x071f9407,0xcd2ed491,0xa30d2000,0xf1e00000,0x01730000,0x4af6ffbe,0xee0fc3f6,0x1ffcfc8c,0x8df75153,0x31d00019,0x1000000d,0xa6000001,0xee0f3dfd,0x60c20510,0x0171fc05,0x80c907f0,0x36015da6,0x078f9c07,0xcd29d531,0x9f0d2000,0xf2200000,0x016e0000,0x47f6cfc0,0xecefc1f6,0xdff5fbec,0x93f75152,0x3210001a,0x5000000d,0xab000001,0xedbf34fd,0x40bc0560,0x00d1f604,0xe0cc07d0,0x38009db0,0x083fa407,0xbd24d681,0x9c0da000,0xf2500000,0x016d0000,0x44f6efc0,0xeb2fbcf8,0x6feefb8c,0x98f79150,0x3250001b,0xa000000d,0xb0000001,0xed2f29fd,0x30b805a0,0x0011ec04,0x50d007e0,0x37008dbb,0x087fac07,0x8d1ed811,0x970f5000,0xf2800000,0x01780000,0x42f79fc1,0xea6faefa,0xefe8fb7c,0x99f8214b,0x32a0001c,0xb000000d,0xba000002,0xec9f29fd,0x00af0600,0xff51dd03,0xa0d00830,0x37011dc3,0x08afb906,0xfd18da61,0x8b119000,0xf2f00000,0x017f0000,0x40f8afc8,0xea6fa1fd,0x6fe1fb6c,0x99f92148,0x3300001d,0xa000000d,0xc9000002,0xec1f30fc,0xb09e06d0,0xfeb1cf02,0xe0cb0860,0x3501cdcf,0x08efcf06,0x5d0fde01,0x79141000,0xf3d00000,0x017a0000,0x34f8afd9,0xea1fa9ff,0xafdffb4c,0x96f9b144,0x3340001e,0x8000000d,0xdd000002,0xebaf3cfc,0x608c07a0,0xfe31bf02,0x30c20830,0x30022de1,0x095ff005,0x9d02e2a1,0x63170000,0xf4e00000,0x01730000,0x18f86ff3,0xe94fb401,0xdfe0fb0c,0x90fa4140,0x3390001f,0x5000000d,0xf9000002,0xeb4f4efb,0xe07407f0,0xfdd1a501,0xa0bf0890,0x2b025df3,0x09c01704,0x9cf2e7e1,0x471a2000,0xf5900000,0x01730000,0x04f77ffc,0xe70fac03,0x8fd4fb4c,0x87fb713c,0x3400001f,0x7000000e,0x21000002,0xeb4f5efb,0x40530860,0xfdd18101,0x70be0910,0x2401ee09,0x0a703403,0x7cdfed51,0x2e1d5000,0xf5b00000,0x01750000,0x11f6cfec,0xe47f9205,0x0fbbfb9c,0x7afcd13a,0x3450001e,0xe000000e,0x54000002,0xeb9f6cfa,0x80290970,0xfe215a01,0x30ba0950,0x17016e2b,0x0b305402,0x5cd2f311,0x1820f000,0xf5900000,0x01790000,0x1bf6cff0,0xe19f6f06,0x5f97fb8c,0x70fe313e,0x34b0001d,0xf000000e,0x8f000001,0xec0f76f9,0x9ff50ac0,0xfe813400,0xd0b50910,0x0d010e53,0x0b708801,0x7cc9f9a0,0xfe245000,0xf4d00000,0x017c0000,0x0cf73003,0xddbf4207,0x1f77fb7c,0x66fee13c,0x34f0001c,0xa000000e,0xd7000000,0xecaf80f8,0x5fb10cf0,0xfe811500,0x60b207e0,0x09013e7f,0x0b00c301,0x1cc50080,0xe4279000,0xf3400000,0x01740000,0x08f7f00f,0xdb3f1708,0x1f65fb7c,0x5afe012e,0x3510001b,0x3000000f,0x29000000,0xed5f91f7,0x2f6d0f80,0xfea0f6ff,0xa0a406a0,0x06022eaf,0x0a40f001,0x4cd10660,0xc32af000,0xf1600000,0x01630000,0x07f7d013,0xdb2f0608,0x7f5bfb1c,0x56fb2125,0x3600001a,0x1000000f,0x63000fff,0xeddfaaf6,0xbf5010f0,0xfeb0cffe,0xb09c0670,0x0a029eda,0x09910b00,0xece209d0,0xa02da000,0xefb00000,0x014d0000,0x09f6a00b,0xdc5f0908,0xbf57fb0c,0x55f8a126,0x37b00018,0xe000000f,0x6f000ffe,0xee6fcff7,0x6f690f80,0xfea0adfe,0x109f0630,0x0e027f05,0x09110dff,0xccea0cb0,0x842f8000,0xeee00000,0x01380000,0x17f63008,0xddbf0c08,0x8f5bfafc,0x4ef6b128,0x39200017,0xc000000f,0x60000ffd,0xef1ff1f8,0x6f970b40,0xff1094fd,0xb0990590,0x10021f2c,0x088107fe,0xdcec0f10,0x62310000,0xef700000,0x0129000f,0xfdf64025,0xe04f0e07,0x5f5bfa7c,0x48f49135,0x39d00016,0xa000000f,0x37000ffb,0xeff003f9,0x7fc90590,0xffd06ffc,0xc08805b0,0x1a01df50,0x07c0fffe,0xbcee0f50,0x3d325000,0xef800000,0x0116000f,0xbaf6c04f,0xe24f2307,0x1f40fa1c,0x56f3c14b,0x3b100015,0x4000000e,0xfa000ff8,0xf0f003fa,0x4ff400a0,0x00604bfb,0xe07a05a0,0x2401ff75,0x06d0f9fe,0xfcef0e90,0x1a337000,0xefa00000,0x0102000f,0x7ff76075,0xe2ff3907,0x6f22fa4c,0x64f47159,0x3c200013,0xc000000e,0xb4000ff6,0xf1bffcfb,0x0019fe00,0x002035fc,0x007a04d0,0x23020f95,0x0600f7ff,0x2cee0e8f,0xf833e000,0xeff00000,0x00f5000f,0x5ef84082,0xe37f4008,0xbf1ffb1c,0x5cf4d14d,0x3bd00012,0x5000000e,0x75000ff3,0xf25ffefb,0xb03afe20,0xff902cfc,0x90800390,0x1b01efaf,0x05a0f8ff,0x9ced0eaf,0xd733e000,0xeff00000,0x00f1000f,0x5ff8f081,0xe49f4009,0x0f2cfc1c,0x48f4c134,0x3ac00010,0xf000000e,0x3e000ff0,0xf31006fc,0x3055ff90,0xff501ffd,0x008102e0,0x1501cfc6,0x0570f8ff,0x9cea0eef,0xbb33b000,0xf0900000,0x00f2000f,0x76f89071,0xe56f4307,0xff30fcec,0x39f5511f,0x39f0000f,0x9000000e,0x11000fed,0xf3b008fc,0xa0690170,0xff900ffd,0x20750280,0x14021fdc,0x0540fbff,0xdce80f1f,0xa2335000,0xf1800000,0x00f0000f,0x8bf84063,0xe58f4207,0xbf2afd2c,0x35f5e10e,0x3990000e,0x7000000d,0xfa000fe9,0xf44004fc,0xf0770310,0x001009fd,0x20620160,0x11025ff2,0x0550f900,0x5ce70f5f,0x8b332000,0xf2500000,0x00f1000f,0x9df8405f,0xe62f3d07,0x7f29fcec,0x35f5d0f9,0x3950000d,0x9000000d,0xfe000fe6,0xf4dffefd,0x107c0390,0x00f000fd,0x204800b0,0x0e027004,0x0560f800,0xfce50f1f,0x7832e000,0xf2f00000,0x00f5000f,0xa5f88060,0xe6ff3507,0x3f24fc8c,0x34f5a0e4,0x3950000c,0x9000000e,0x1c000fe2,0xf54ff5fc,0xf07203e0,0x023ff1fd,0x50250090,0x0b034014,0x0560fc01,0xcce30f3f,0x6932a000,0xf3700000,0x00f0000f,0xa4f9a05b,0xe74f3506,0xef1cfc0c,0x32f540cb,0x3960000b,0x5000000e,0x5a000fdd,0xf5fff2fc,0xd06204d0,0x036fe3fd,0xbfff00b0,0x0103e020,0x05a0fb02,0x8ce70f7f,0x5e32a000,0xf4200000,0x00e7000f,0xb6fad046,0xe77f3c06,0xbf20fb7c,0x2df4c0af,0x39b0000a,0x2000000e,0xb1000fd8,0xf6bff9fc,0xd05f0610,0x044fd4fe,0x1fe200ff,0xf503d029,0x0610f602,0xdced0f6f,0x5532c000,0xf4d00000,0x00e4000f,0xc6fbd036,0xe75f3c06,0xef20fb3c,0x28f49098,0x3a400008,0xf000000e,0xfb000fd3,0xf77ffbfc,0xe0600700,0x04dfbffe,0x4fd001af,0xed033034,0x0650ef02,0xacf20f2f,0x5432e000,0xf5c00000,0x00e4000f,0xcbfc502c,0xe6df2108,0x0f14fb7c,0x27f52088,0x3b200007,0xb000000f,0x33000fce,0xf82ffffc,0xe05a0740,0x04efaefe,0x6fca020f,0xea029042,0x0670df02,0x8cf40eaf,0x5832e000,0xf6a00000,0x00e4000f,0xc9fc3024,0xe69f1908,0xbf09fc1c,0x28f66079,0x3be00006,0xb000000f,0x59000fcc,0xf8a007fc,0xd05206d0,0x044fa9fe,0x9fd201bf,0xea01e04b,0x0630ce02,0x7cf40e8f,0x6032c000,0xf7300000,0x00e3000f,0xc0fb9028,0xe6ef3d07,0x4f03fcdc,0x2af6a066,0x3c200006,0x8000000f,0x71000fcb,0xf8e009fc,0xd04c0700,0x03cfa8fe,0xbfdc016f,0xed00f056,0x05f0c502,0x7cf10eaf,0x6b328000,0xf7700000,0x00e7000f,0xa9faa036,0xe71f5605,0xdefcfd0c,0x30f5a057,0x3c300007,0x0000000f,0x7e000fcb,0xf92006fc,0xe0490820,0x037fa7ff,0x2fe3013f,0xe8ffc05f,0x05c0c302,0x7cf20eaf,0x72326000,0xf7600000,0x00f2000f,0x95f9903d,0xe72f5505,0x0ef8fcac,0x33f4e056,0x3bf00008,0x0000000f,0x7c000fca,0xf95002fc,0xf04b08e0,0x030fa9ff,0x7fed010f,0xe3fe6065,0x0570c202,0x6cf70edf,0x78325000,0xf7500000,0x00fa000f,0x96f8f034,0xe76f5c03,0xfef7fc3c,0x39f51056,0x3bd00009,0x8000000f,0x73000fcb,0xf95ffffd,0x104e0870,0x026facff,0xbff800ff,0xe0fd0069,0x0520be02,0x3cfe0f2f,0x80324000,0xf7a00000,0x00fe000f,0xb3f7e01d,0xe7df6a02,0xfefdfbec,0x41f5d054,0x3be0000b,0x1000000f,0x68000fcb,0xf96ffdfd,0x30510780,0x020fabff,0xffff013f,0xddfbf067,0x04b0bd01,0xed030eef,0x86323000,0xf8100000,0x0104000f,0xcdf7600c,0xe7ff6802,0xbf00fbcc,0x46f6c055,0x3bf0000b,0xd000000f,0x5f000fcb,0xf99ff5fd,0x40540670,0x019fad00,0x3004019f,0xdafb2060,0x04a0bf01,0x7d060e3f,0x89321000,0xf8700000,0x010b000f,0xd5f77007,0xe83f5e02,0xef08fc2c,0x47f7b051,0x3c00000b,0xe000000f,0x5c000fcb,0xf9bfe8fd,0x60550520,0x011fb300,0x500901bf,0xd9fb005b,0x04f0c001,0x2d080e1f,0x8d31e000,0xf8d00000,0x010c000f,0xccf7300a,0xe81f5f02,0xef1afcdc,0x46f82046,0x3c20000b,0x5000000f,0x62000fcb,0xf9dfddfd,0x70530440,0x00ffb700,0x500601ef,0xdbfb8056,0x0520c401,0x1d060e7f,0x94319000,0xf9200000,0x0105000f,0xb3f7b01b,0xe7bf6202,0x6f1ffd9c,0x47f8303e,0x3c40000a,0x1000000f,0x6d000fcb,0xfa0fcdfd,0x805303d0,0x013fba00,0x3ffa01ef,0xe0fc3052,0x0520c100,0xfd020eef,0x9b314000,0xf9b00000,0x00f8000f,0xa3f82026,0xe76f6802,0x6f15fe3c,0x46f8403b,0x3c800008,0x4000000f,0x7a000fca,0xfa4fc1fd,0x90540380 +}; + +u32 ANIM_ENTRY_fire_standing_right_one_handed_weapon[] = +{ + 0xf9cff200,0x2077008f,0xfbfd1fda,0x02900b00,0x9c0ef7cf,0xaa3eb000,0xed500000,0x00c5000f,0xf70c7f8b,0x174ff9fe,0xcff3039c,0x19026fca,0x3dc00002,0xd000000f,0xf6000f56,0x019015ff,0x5fdb0380,0xf9cff200,0x2077009f,0xfbfd0fd8,0x02a00400,0xac0af89f,0xaa3e7000,0xed800000,0x00c30000,0x000c8f8d,0x16cffafe,0xdff8039c,0x18026fca,0x3dc00002,0xb000000f,0xf6000f50,0x01a016ff,0x5fdb0380,0xf9cff200,0x2077009f,0xfafd1fd7,0x02a00500,0xcc0bf89f,0xac3e7000,0xeda00000,0x00c0000f,0xff0c8f8d,0x16fffbfe,0xeffc036c,0x16025fca,0x3dc00002,0xb000000f,0xf5000f4d,0x01e018ff,0x5fdc0380,0xf9cff200,0x2077009f,0xfafd0fd6,0x02a00700,0xcc0cf87f,0xad3e7000,0xed900000,0x00c0000f,0xfe0c8f8d,0x172ffafe,0xeffc034c,0x17025fc9,0x3dc00002,0xc000000f,0xf5000f4d,0x01f018ff,0x6fdd0380,0xf9cff200,0x207800af,0xfafd0fd4,0x02900400,0xbc0bf89f,0xac3e7000,0xed900000,0x00c10000,0x010c8f8e,0x170ff9fe,0xeffb034c,0x17025fca,0x3dc00002,0xc000000f,0xf5000f4f,0x01f018ff,0x6fdc0380,0xf9dff200,0x107700af,0xfafd0fcd,0x02700400,0xcc0af8af,0xac3e7000,0xeda00000,0x00c10000,0x020c8f8e,0x16eff9fe,0xeffa033c,0x17024fca,0x3dc00002,0xc000000f,0xf5000f50,0x01f018ff,0x7fdc0390,0xf9cff200,0x107800af,0xf9fcbfb2,0x02600500,0xcc0bf89f,0xac3e8000,0xed800000,0x00c20000,0x000c8f8e,0x16eff8fe,0xeff9033c,0x17024fca,0x3db00002,0xd000000f,0xf5000f50,0x01f019ff,0x7fdc0390,0xf9dff200,0x107900af,0xfafbdf7d,0x02400500,0xbc0cf89f,0xab3e8000,0xed700000,0x00c30000,0x000c8f8e,0x16dff7fe,0xeff5034c,0x18025fcb,0x3dc00002,0xd000000f,0xf6000f54,0x01d018ff,0x6fdb0380,0xf9dff200,0x107900af,0xfafbef57,0x02100500,0xbc0bf89f,0xab3e8000,0xed700000,0x00c30000,0x000c8f8e,0x16cff7fe,0xdff5035c,0x18026fcb,0x3dc00002,0xc000000f,0xf6000f54,0x01d018ff,0x5fda0380,0xf9dff200,0x107a00af,0xf9fc7f07,0x01500300,0xbc0bf8ef,0xaa3e8000,0xed700000,0x00c40000,0x030c8f8f,0x167ff7fe,0xdffc035c,0x16024fcb,0x3dc00002,0x9000000f,0xf5000f4d,0x020019ff,0x6fdb0380,0xf9dff300,0x107b00af,0xf7fbce9c,0x013fff00,0xac0af98f,0xa93e8000,0xed500000,0x00c70000,0x090c9f91,0x15bff8fe,0xefff035c,0x15023fcb,0x3dc00002,0x8000000f,0xf5000f4a,0x02201aff,0x7fdb0390,0xf9dff300,0x007a00af,0xf5fa4e4f,0x027ff900,0x9c09fa1f,0xa83e6000,0xed700000,0x00c70000,0x100c9f94,0x151ff7fe,0xffff035c,0x16023fcc,0x3dd00002,0x8000000f,0xf5000f4b,0x02201aff,0x6fdb0390,0xf9eff300,0x007900af,0xf5f9be2c,0x032ff700,0xac08fa5f,0xa83e6000,0xed900000,0x00c60000,0x130c8f95,0x14cff7fe,0xfffe035c,0x17023fcc,0x3dd00002,0x8000000f,0xf5000f4c,0x02101aff,0x6fdb0380,0xf9eff300,0x007900bf,0xf5f9ae28,0x033ff700,0xac08fa5f,0xa83e6000,0xed900000,0x00c60000,0x130c8f95,0x14cff7fe,0xfffe035c,0x17023fcc,0x3dd00002,0x8000000f,0xf5000f4c,0x02001aff,0x5fdb0380,0xf9eff300,0x007a00af,0xf5fa7dd7,0x01c01701,0x1c0ef9ff,0xaa3e7000,0xee300000,0x00c5000f,0xf30bef93,0x152ff8fe,0xfffd037c,0x17024fca,0x3de00002,0x9000000f,0xf6000f4c,0x01e01aff,0x5fdd0380,0xf9eff300,0x007b00af,0xf4fa1dcb,0x02101901,0x0c0ffa0f,0xab3e8000,0xee100000,0x00c5000f,0xf20bef92,0x152ff8fe,0xfffd037c,0x17024fca,0x3dd00002,0x8000000f,0xf5000f4c,0x01e01aff,0x6fdd0380,0xf9eff300,0x007d009f,0xf3f89db1,0x03801600,0xbc0ffa4f,0xac3e8000,0xede00000,0x00c7000f,0xf70c0f93,0x14dff7fe,0xeffe036c,0x17023fca,0x3dd00002,0x8000000f,0xf5000f4c,0x01e01aff,0x7fdd0390,0xf9eff300,0x007f007f,0xf0f6dd94,0x05800d00,0xcc0afabf,0xae3e8000,0xee500000,0x00c60000,0x0a0c1f96,0x145ff7fe,0xdffc036c,0x18023fcb,0x3dd00002,0x9000000f,0xf5000f4d,0x01e01aff,0x7fdd0390,0xf9eff300,0x0082004f,0xeff6cd86,0x05f01601,0x4c0bfa6f,0xb13ea000,0xef000000,0x00c70000,0x060c0f97,0x147ffafe,0xdfff036c,0x17022fcb,0x3dd00002,0x8000000f,0xf4000f4a,0x01f01aff,0x7fdd0390,0xf9eff2ff,0xf089000f,0xedf62d7d,0x06801b01,0x2c10f9df,0xb13ed000,0xee600000,0x00cf0000,0x010c5f94,0x14bffbff,0x0001035c,0x17021fcb,0x3dd00002,0x7000000f,0xf3000f47,0x02101bff,0x9fde03a0,0xf9eff2ff,0xf08effcf,0xecf53d7b,0x07601300,0xcc10f9bf,0xad3ef000,0xedc00000,0x00d80000,0x070c9f93,0x146ff9ff,0x2000036c,0x17021fcb,0x3dd00002,0x8000000f,0xf3000f49,0x02001aff,0x9fde03a0,0xf9eff200,0x008eff8f,0xebf48d6f,0x08400e00,0xbc0ef95f,0xa23f2000,0xedc00000,0x00ec0000,0x0a0c9f94,0x126ffbff,0x5000036c,0x18020fcc,0x3dc00002,0x8000000f,0xf2000f49,0x02001aff,0xafde03b0,0xf9eff2ff,0xf090ff7f,0xebf47d63,0x08801100,0xec0ff8df,0xa03f7000,0xedc00000,0x00fd0000,0x050c8f93,0x101001ff,0x7000034c,0x18020fcc,0x3dd00002,0x9000000f,0xf2000f48,0x02101aff,0xafde03b0,0xf9eff1ff,0xf094ff5f,0xeaf41d5a,0x08e01001,0x0c10f8df,0xa03fc000,0xeda00000,0x01200000,0x040c8f93,0x0ca003ff,0x5ffe031c,0x19021fcc,0x3dd00002,0xc000000f,0xf2000f4a,0x020019ff,0x9fde03b0,0xf9dff0ff,0xf095ff1f,0xeaf33d58,0x09e00b01,0x2c0dfa8f,0xa43f1000,0xedf00000,0x01510000,0x070c6f95,0x08a012fe,0xbffe031c,0x1a021fcb,0x3dd00002,0xe000000f,0xf1000f49,0x01f018ff,0xbfde03b0,0xf9cfeeff,0xf097febf,0xebf2ad5b,0x0a500a01,0x2c0dfa9f,0xba3df000,0xee500000,0x0182000f,0xe60bdf8f,0x081035fe,0xa008030c,0x18021fcb,0x3dc00002,0xf000000f,0xef000f3d,0x02201aff,0xdfdf03d0,0xf9bfe8ff,0xf09cfe3f,0xecf24d62,0x0a900901,0x2c0cf98f,0xde3c2000,0xede00000,0x01be000f,0xcd0baf88,0x09f058ff,0x3006032c,0x17022fcd,0x3d900002,0xf000000f,0xeb000f39,0x02001a00,0x2fe00400,0xf9efdd00,0x0098fe1f,0xe8f22d68,0x0b100801,0x1c0bf990,0x09388000,0xeec00000,0x01fb0000,0x000c0f92,0x0ad073ff,0xeff8039c,0x1802efd0,0x3da00002,0xc000000f,0xec000f3e,0x01901800,0x1fe003f0,0xfa1fd400,0x0093fe1f,0xe7f21d6d,0x0b700701,0x0c0af900,0x2b355000,0xefd00000,0x022b0000,0x1d0bff9b,0x0b508900,0xaff103dc,0x1803afd1,0x3db00002,0x9000000f,0xf0000f3c,0x013017ff,0xefe003e0,0xf9ffceff,0xf098fdcf,0xe7f1ed71,0x0bb00700,0xfc0af6c0,0x54317000,0xef500000,0x025b0000,0x060c3f93,0x0bf0a001,0x5ff503ac,0x1503bfd1,0x3d900002,0x9000000f,0xed000f32,0x01801a00,0x1fe00420,0xf9bfcbff,0xf09ffd5f,0xe4f17d76,0x0c500700,0xec08f370,0x812b8000,0xee500000,0x02910000,0x040cbf90,0x0b30b901,0x9ff5036c,0x1403bfd2,0x3d800002,0xd000000f,0xea000f30,0x01c01b00,0x3fdd0450,0xf9afcaff,0xe0a1fd2f,0xe2f13d78,0x0cf00900,0xcc03f080,0x9925f000,0xee300000,0x02a90000,0x1a0cef96,0x0910cc00,0xfff1036c,0x1603efd3,0x3da00002,0xf000000f,0xec000f34,0x01b01aff,0xffdb0450,0xf9afcaff,0xe0a0fd0f,0xe2f14d78,0x0d100b00,0xcbfeee80,0xa922c000,0xee600000,0x02ab0000,0x1e0cef97,0x0810db00,0x3ff1036c,0x17040fd2,0x3dc00002,0xf000000f,0xee000f33,0x01b01aff,0xdfd90450,0xf9bfc9ff,0xe0a1fcef,0xe1f15d7a,0x0d200c00,0xbbfaeb60,0xc21ee000,0xee400000,0x029e0000,0x1b0cff96,0x0720f1fe,0xdff5035c,0x15041fd1,0x3dc00002,0xe000000f,0xf0000f2e,0x01c01bff,0xcfd90460,0xf9bfc9ff,0xe0a4fcbf,0xe0f10d7c,0x0da00d00,0xbbf8e760,0xdd1a5000,0xeda00000,0x02880000,0x200d3f96,0x064107fd,0x5ff8035c,0x14041fd0,0x3dc00002,0xe000000f,0xf1000f2b,0x01c01bff,0xcfd80470,0xf9bfc9ff,0xf0a6fc9f,0xdcf0bd7e,0x0e401800,0x9bf1e260,0xf1148000,0xed600000,0x02680000,0x430d4fa0,0x04711dfa,0x9ff8036c,0x13041fd0,0x3db00002,0xd000000f,0xf1000f2b,0x01c01bff,0xbfd80470,0xf9bfcaff,0xe0a6fc9f,0xdcf0bd7d,0x0e600a00,0x5beddff0,0xf5117000,0xed900000,0x02540000,0x510cffa7,0x02e12af8,0x3ffa036c,0x13041fd0,0x3dc00002,0xd000000f,0xf1000f2a,0x01c01aff,0xbfd70470,0xf9bfcaff,0xe0a5fc9f,0xdcf0bd7d,0x0e600a00,0x4beddf90,0xf5110000,0xeda00000,0x02510000,0x520cefa8,0x02912cf7,0xcffa035c,0x13041fd0,0x3dc00002,0xe000000f,0xf1000f29,0x01c01aff,0xbfd70470,0xf9bfcaff,0xe0a5fc8f,0xdbf0ed7b,0x0e400f00,0x2bf0de90,0xf50f5000,0xedb00000,0x023c0000,0x4c0cdfa9,0x00e131f5,0x6000034c,0x11041fd0,0x3dc00002,0xd000000f,0xf2000f23,0x01e01bff,0xafd70470,0xf9bfcbff,0xf0a5fc7f,0xdbf0dd7b,0x0e500f00,0x3bf1ddf0,0xef0dc000,0xed800000,0x022a0000,0x4b0cffa9,0xff011cf4,0x1002033c,0x10041fd0,0x3dc00002,0xd000000f,0xf2000f22,0x01e01bff,0x9fd70470,0xf9cfcfff,0xf0a7fc4f,0xd8f0ad7c,0x0eb00300,0x9bf1dd30,0xd50a0000,0xecd00000,0x01fd0000,0x550d3faa,0xfa90fcf1,0xb005032c,0x1103ffcf,0x3dd00002,0xf000000f,0xf3000f23,0x01e01aff,0x7fd70460,0xf9dfd5ff,0xf0a6fbef,0xd3f09d7c,0x0f1ff400,0xdbefdcf0,0xad06a000,0xec800000,0x01cb0000,0x630d3fae,0xf520d4ef,0x0009031c,0x1203dfce,0x3df00002,0xf000000f,0xf5000f25,0x01e018ff,0x4fd60440,0xf9ffda00,0x00a3fbaf,0xcff0dd7a,0x0f1ff800,0xbbf5dcb0,0x9a05a000,0xecb00000,0x019b0000,0x5b0d0fae,0xf170aced,0xa00f02fc,0x1303afcb,0x3e000003,0x0000000f,0xf7000f24,0x01c017ff,0x2fd90420,0xfa1fde00,0x10a0fb5f,0xcbf13d7a,0x0f000700,0xdc02dc70,0x96049000,0xecb00000,0x015c0000,0x470cefa7,0xee8085ee,0x100f02cc,0x14032fcb,0x3dd00003,0x3000000f,0xf3000f28,0x01a015ff,0x8fde0430,0xfa1fdf00,0x209afb0f,0xcaf1fd7c,0x0e401400,0xdc0adbc0,0x98041000,0xecf00000,0x012f0000,0x320ccf9e,0xed806cef,0x900802cc,0x1702efcc,0x3db00003,0x7000000f,0xf0000f31,0x017013ff,0xcfe00430,0xfa2fde00,0x3093faff,0xcaf2bd7b,0x0d901f00,0xbc11d8a0,0xa405b000,0xeda00000,0x01180000,0x220c8f99,0xef405cf0,0xb00802dc,0x16030fcd,0x3dc00003,0x5000000f,0xf0000f30,0x017013ff,0xbfe10420,0xfa2fdd00,0x3091fb0f,0xc8f2ed7b,0x0d802200,0xbc15d600,0xab072000,0xede00000,0x01070000,0x1e0c6f97,0xf08042f1,0xc00b02ec,0x15031fcc,0x3dc00003,0x4000000f,0xf0000f2b,0x018014ff,0xbfe20410,0xfa1fdd00,0x4097fb2f,0xc2f27d7a,0x0e301501,0x2c15d4b0,0xa207d000,0xed800000,0x00f30000,0x2c0c8f9c,0xefc00ff3,0xd01002dc,0x1302efcc,0x3da00003,0x5000000f,0xed000f26,0x01a015ff,0xffe40420,0xfa0fdc00,0x5098fb3f,0xc1f25d7b,0x0e600e01,0x5c14d530,0x9707d000,0xed500000,0x00eb0000,0x340c9f9e,0xee2ff1f5,0x301002dc,0x1302efcd,0x3d900003,0x6000000f,0xec000f27,0x01a01500,0x0fe40420,0xfa0fdc00,0x5098fb3f,0xc1f24d7b,0x0e600d01,0x6c14d560,0x9507d000,0xed500000,0x00eb0000,0x350c9f9e,0xed8fddf5,0xf00f02dc,0x1302efcd,0x3d900003,0x6000000f,0xec000f27,0x01a01500,0x0fe40420,0xfa0fdc00,0x5097fb3f,0xc0f26d7b,0x0e600001,0x5c0fd6d0,0x780b0000,0xee100000,0x01010000,0x430c5fa6,0xea6fa9f7,0xc00f02ec,0x1202afca,0x3d800003,0x7000000f,0xea000f26,0x01901500,0x5fe70430,0xfa0fdc00,0x5098fb3f,0xc0f26d7b,0x0e500101,0x5c0fd600,0x7b0bb000,0xee300000,0x01040000,0x420c5fa6,0xeabf96f8,0xc01002dc,0x12029fca,0x3d800003,0x8000000f,0xea000f25,0x01801500,0x6fe80440,0xf9ffdb00,0x5098fb4f,0xc0f26d7b,0x0e500601,0x5c11d3b0,0x860d4000,0xee400000,0x010a0000,0x3e0c8fa6,0xec8f7cf9,0xe010029c,0x12025fc7,0x3d700003,0xe000000f,0xe8000f25,0x01701500,0x9fec0460,0xf9ffda00,0x6099fb4f,0xbff24d7b,0x0e500901,0x7c13d2a0,0x870ec000,0xee200000,0x010a0000,0x3d0cdfa5,0xed6f98fa,0x900d026c,0x1301efc3,0x3d500004,0x6000000f,0xe4000f28,0x01401400,0xeff404b0,0xf9efd800,0x7098fb6f,0xbff22d7c,0x0e600701,0x9c13d3a0,0x7c100000,0xee200000,0x010b0000,0x410cefa5,0xebafaefa,0x8007024c,0x1501dfc0,0x3d500004,0xc000000f,0xe3000f2c,0x01101300,0xfff804c0,0xf9dfd600,0x809afb7f,0xbff20d7d,0x0e600701,0xac13d330,0x7f11d000,0xee200000,0x01150000,0x400cdfa5,0xeb9fc5f9,0x9007020c,0x15020fbd,0x3d600005,0x7000000f,0xe2000f2b,0x00c01300,0xeffb04c0,0xf9bfd500,0x809cfb7f,0xbff1ed7d,0x0e500701,0xbc14d200,0x8712d000,0xee100000,0x011c0000,0x3f0ccfa5,0xecffc9f9,0x400601dc,0x15021fbb,0x3d600005,0xe000000f,0xe2000f2a,0x00901300,0xeffb04c0,0xf99fd400,0x909efb9f,0xbef19d7c,0x0e7ffc01,0xfc10d250,0x8312e000,0xedd00000,0x011a0000,0x4b0cffa8,0xec8fcaf9,0xeffd020c,0x17020fba,0x3d500006,0x1000000f,0xe1000f33,0x00801301,0x0ffb04d0,0xf99fd300,0xa09dfb9f,0xbdf17d7b,0x0e8ff302,0x0c0cd310,0x7e12c000,0xedd00000,0x01180000,0x560cffab,0xebefd1f9,0xdffa021c,0x17020fba,0x3d400006,0x1000000f,0xe1000f36,0x00701301,0x1ffa04d0,0xf99fd200,0xa09bfb9f,0xc0f1ad7a,0x0e3ff901,0xfc0cd320,0x8012c000,0xee000000,0x01180000,0x500cefaa,0xebffd2f9,0x9ffd021c,0x15021fba,0x3d300006,0x1000000f,0xe1000f31,0x00701501,0x1ffb04e0,0xf9afd200,0xa099fb8f,0xc2f1bd7a,0x0e000002,0x0c0ed2f0,0x8412c000,0xedf00000,0x01190000,0x4a0cefa8,0xec4fd3f9,0x7fff020c,0x14023fbc,0x3d300006,0x4000000f,0xe2000f2d,0x00601701,0x2ff804e0,0xf99fd200,0xa099fb8f,0xc3f1ad7a,0x0e0ffd02,0x2c0dd330,0x87127000,0xedd00000,0x01170000,0x4e0cefaa,0xec5fd3f9,0x6ffe01ec,0x15025fc1,0x3d300006,0x6000000f,0xe4000f30,0x00501601,0x2ff104e0,0xf99fd200,0xa097fb8f,0xc4f1cd79,0x0ddfff02,0x2c0cd1a0,0x9d12b000,0xede00000,0x01240000,0x4c0cdfaa,0xee4fccf8,0xeffe01ec,0x14027fc3,0x3d300006,0x7000000f,0xe5000f2f,0x00401601,0x0fee04d0,0xf99fd200,0xb094fb9f,0xc7f21d77,0x0d600b02,0x0c0fcd70,0xd013a000,0xee100000,0x01530000,0x400cafa7,0xf2dfc1f7,0x400101ec,0x1302bfc3,0x3d400006,0x6000000f,0xe5000f2b,0x00501700,0xefee04c0,0xf99fd200,0xb094fb8f,0xc7f22d76,0x0d500d02,0x1c10cd30,0xda137000,0xee000000,0x017a0000,0x3e0cafa6,0xf34fc6f6,0x600001ec,0x1302cfc2,0x3d300006,0x7000000f,0xe5000f2c,0x00401800,0xefef04b0,0xf99fd200,0xb094fb8f,0xc7f21d76,0x0d500b02,0x2c0ed090,0xaf118000,0xee000000,0x01ab0000,0x410c9fa7,0xeeaff1f4,0xa00001fc,0x1302bfc3,0x3d300006,0x6000000f,0xe4000f2d,0x00501800,0xefef04b0,0xf99fd300,0xb095fb9f,0xcaf1ed76,0x0d600d02,0x2c0cd390,0x8b0f2000,0xee100000,0x01de0000,0x430c7fa8,0xeb003bf1,0xc00501fc,0x12029fc4,0x3d300006,0x5000000f,0xe3000f28,0x00601901,0x0fef04c0,0xf99fd400,0xb099fb9f,0xccf1ad77,0x0d801002,0x4c0bd360,0x930d3000,0xede00000,0x01ea0000,0x420c6fa7,0xec6076f0,0x100901fc,0x10028fc3,0x3d300006,0x5000000f,0xe2000f23,0x00701b01,0x1ff004d0,0xf99fd400,0xa09afb9f,0xccf19d77,0x0d900a02,0x7c08d400,0x910b5000,0xedc00000,0x01df0000,0x4a0c7fa8,0xecd094ef,0x500a01fc,0x10027fc4,0x3d200006,0x4000000f,0xe2000f23,0x00801b01,0x2ff004d0,0xf99fd300,0xb097fb9f,0xcdf1dd75,0x0d6fff02,0x7c03d560,0x87092000,0xee100000,0x01c50000,0x590c9faa,0xed00afee,0x6009020c,0x10026fc4,0x3d200006,0x2000000f,0xe1000f24,0x00801b01,0x3ff004e0,0xf99fd300,0xb096fb8f,0xcff25d73,0x0ce00902,0x4c06d4f0,0x92090000,0xee600000,0x01bb0000,0x4d0c8fa7,0xee80afee,0x7008021c,0x11027fc3,0x3d200006,0x1000000f,0xe1000f24,0x00801a01,0x2ff104e0,0xf98fd300,0xb096fb7f,0xd1f2dd72,0x0c701402,0x3c0ad4a0,0x9d08c000,0xee600000,0x01aa0000,0x400cafa3,0xef70a9ee,0xe008020c,0x10028fc3,0x3d200006,0x2000000f,0xe2000f24,0x00801a01,0x2ff004d0,0xf98fd300,0xb096fb7f,0xd0f2fd71,0x0c601402,0x3c0bd4a0,0x9f089000,0xee600000,0x01a20000,0x3f0cafa3,0xef90a6ef,0x0008020c,0x11028fc3,0x3d200006,0x2000000f,0xe2000f24,0x00801a01,0x1ff004d0,0xf98fd300,0xb096fb7f,0xd0f2fd71,0x0c601402,0x3c0bd4a0,0x9f089000,0xee600000,0x01a10000,0x3f0cafa3,0xefc0a6ef,0x2008020c,0x11028fc3,0x3d200006,0x2000000f,0xe2000f24,0x00801a01,0x1ff004d0,0xf99fd300,0xb095fb7f,0xd0f33d72,0x0cc00c02,0x2c07d660,0x92084000,0xee800000,0x01720000,0x480cbfa6,0xed7096ef,0x6003025c,0x11029fc3,0x3d300005,0xb000000f,0xe3000f29,0x00a01b01,0x1ff004c0,0xf99fd300,0xb095fb7f,0xd0f34d73,0x0cb00c02,0x2c08d660,0x92086000,0xee800000,0x01720000,0x480cbfa5,0xeda094ef,0x7004025c,0x11029fc3,0x3d300005,0xb000000f,0xe3000f28,0x00a01b01,0x0ff004c0,0xf99fd200,0xb095fb7f,0xd0f38d73,0x0c900f02,0x1c08d640,0x9508f000,0xee800000,0x01700000,0x440cbfa5,0xedf08bef,0xa005024c,0x10029fc3,0x3d300005,0xb000000f,0xe3000f26,0x00a01b01,0x1ff004d0,0xf98fd200,0xb096fb5f,0xd1f3fd75,0x0c301702,0x0c0bd530,0xa309e000,0xee800000,0x01630000,0x3a0cafa1,0xeef07af0,0x5007024c,0x0f028fc2,0x3d200005,0xc000000f,0xe3000f24,0x00b01c01,0x2ff104d0,0xf97fd200,0xb096fb3f,0xd1f42d77,0x0c001702,0x0c0cd3b0,0xb40a4000,0xee700000,0x014c0000,0x370cafa0,0xf06067f1,0xf005023c,0x10026fc1,0x3d200005,0xd000000f,0xe2000f26,0x00b01c01,0x2ff104e0,0xf97fd200,0xb096fb3f,0xd0f43d78,0x0c101101,0xfc0ad2a0,0xba0b7000,0xee900000,0x01410000,0x3e0cafa2,0xf17053f3,0x1002024c,0x11026fc0,0x3d200005,0xd000000f,0xe3000f28,0x00b01c01,0x2ff104e0,0xf97fd100,0xb097fb3f,0xd0f44d78,0x0c201101,0xec0ad0d0,0xc40d8000,0xee900000,0x01430000,0x3d0c9fa1,0xf2f041f3,0x9002025c,0x11027fc0,0x3d200005,0xc000000f,0xe3000f28,0x00b01c01,0x2ff104e0,0xf96fd100,0xb098fb4f,0xcff44d78,0x0c301201,0xec0bcf80,0xc90e8000,0xee800000,0x01390000,0x3d0cafa1,0xf3e030f4,0x8000026c,0x12027fc0,0x3d200005,0xb000000f,0xe3000f2a,0x00b01c01,0x3ff104e0,0xf96fd000,0xb098fb4f,0xcff44d78,0x0c500f01,0xec0acfe0,0xc00ec000,0xee800000,0x012f0000,0x410cafa1,0xf3101bf5,0x3ff8029c,0x14029fc0,0x3d300005,0x7000000f,0xe4000f32,0x00c01a01,0x1ff004d0,0xf96fd000,0xb098fb4f,0xcff45d79,0x0c501001,0xdc0ad040,0xb90fe000,0xee900000,0x01310000,0x400c9fa1,0xf26005f5,0x8ff0029c,0x1602cfc0,0x3d400005,0x6000000f,0xe5000f3a,0x00d01a00,0xfff004b0,0xf96fd100,0xb098fb4f,0xcff47d79,0x0c401201,0xec0bcfd0,0xb810e000,0xee800000,0x01330000,0x3d0c9fa0,0xf2bff2f6,0x3fe7029c,0x1802cfbf,0x3d400005,0x6000000f,0xe5000f43,0x00c01800,0xfff004b0,0xf96fd100,0xb098fb4f,0xcff46d79,0x0c601001,0xfc0bcfe0,0xb4112000,0xee800000,0x012e0000,0x400c9fa0,0xf2dfe3f6,0xffe002cc,0x1a02dfc0,0x3d400005,0x2000000f,0xe6000f4a,0x00d01700,0xefef04a0,0xf96fd100,0xb098fb4f,0xcff49d7a,0x0c600f02,0x0c0ad030,0xae119000,0xee900000,0x012c0000,0x410c7fa1,0xf26fd3f7,0x1fdd030c,0x1902ffbf,0x3d500004,0xc000000f,0xe7000f4a,0x00f01700,0xcfef04a0,0xf96fd000,0xb098fb4f,0xcff4cd79,0x0c401202,0x2c0ccfe0,0xaf122000,0xee700000,0x012e0000,0x3d0c8fa0,0xf2efc8f7,0x3fdd031c,0x17030fbe,0x3d500004,0xb000000f,0xe8000f49,0x01001700,0xbff004a0,0xf96fd000,0xb099fb5f,0xcff4bd79,0x0c500f02,0x5c0ccf90,0xb1124000,0xee300000,0x012d0000,0x400cafa0,0xf37fc5f7,0x7fd9031c,0x18031fbe,0x3d500004,0xb000000f,0xe8000f4c,0x01001600,0xaff00490,0xf96fd000,0xb099fb5f,0xcff49d79,0x0c800c02,0x7c0acff0,0xae123000,0xee400000,0x012c0000,0x430cafa1,0xf34fc5f7,0xafd7031c,0x19033fbe,0x3d600004,0xb000000f,0xe9000f4e,0x01001500,0x8fef0480,0xf97fd000,0xc098fb5f,0xcff48d79,0x0c900a02,0x7c09d040,0xab123000,0xee600000,0x012b0000,0x450c9fa2,0xf31fc4f7,0xafd7031c,0x19034fbe,0x3d600004,0xb000000f,0xea000f4f,0x01001400,0x7ff00480,0xf97fd000,0xc098fb5f,0xcff48d79,0x0c900a02,0x7c09d040,0xaa122000,0xee600000,0x012b0000,0x450c9fa2,0xf30fc4f7,0xafd7031c,0x19034fbe,0x3d600004,0xb000000f,0xea000f4f,0x01001400,0x7ff00480,0xf97fd000,0xb098fb5f,0xcff47d79,0x0ca00c02,0x5c09d030,0xab125000,0xee700000,0x012d0000,0x430c9fa2,0xf2efc4f7,0x8fd7031c,0x19033fbd,0x3d600004,0xc000000f,0xe9000f4e,0x00f01500,0x8ff20480,0xf97fd000,0xb099fb5f,0xcff47d79,0x0ca00c02,0x6c09d050,0xab125000,0xee600000,0x012d0000,0x440c9fa2,0xf2bfc4f7,0x7fd7031c,0x19034fbd,0x3d600004,0xc000000f,0xe9000f4e,0x00f01500,0x7ff20480,0xf97fd000,0xc09afb5f,0xcef45d79,0x0cc00702,0x8c07d0b0,0xa8123000,0xee200000,0x012c0000,0x490ccfa4,0xf21fc2f7,0x8fd7031c,0x19034fbd,0x3d600004,0xc000000f,0xe9000f4e,0x00f01500,0x7ff10480,0xf97fd000,0xc09bfb6f,0xcdf43d7a,0x0cf00002,0x9c04d130,0xa3121000,0xee100000,0x012c0000,0x520cdfa6,0xf15fc0f7,0x8fd6031c,0x19034fbd,0x3d600004,0xc000000f,0xe9000f4f,0x00f01400,0x8ff10480,0xf96fd000,0xc09bfb6f,0xcef43d7a,0x0cf00302,0x8c04d120,0xa3121000,0xee200000,0x012d0000,0x4f0cdfa5,0xf15fc0f7,0x5fd6030c,0x19034fbd,0x3d600004,0xc000000f,0xea000f4f,0x00f01400,0x7ff00480,0xf96fd000,0xc09cfb6f,0xcff43d7a,0x0ce00702,0x8c05d120,0xa3121000,0xee000000,0x012e0000,0x4a0cdfa3,0xf13fc0f7,0x2fd5030c,0x19035fbd,0x3d600004,0xe000000f,0xea000f50,0x00f01400,0x6fef0480,0xf95fd000,0xc09dfb6f,0xcff43d7a,0x0ce00702,0x9c05d130,0xa2121000,0xede00000,0x012f0000,0x4a0cdfa3,0xf11fbff7,0x0fd102fc,0x1a035fbe,0x3d600005,0x0000000f,0xeb000f54,0x00f01400,0x6fee0470,0xf95fd100,0xc09dfb6f,0xcff42d7a,0x0cf00402,0xac04d140,0xa0120000,0xedd00000,0x012e0000,0x4d0ccfa4,0xf0ffbff6,0xefd302ec,0x19035fbd,0x3d600004,0xe000000f,0xea000f52,0x01101400,0x6fee0470,0xf95fd100,0xc09dfb5f,0xcff42d7a,0x0d000502,0x9c04d140,0xa0120000,0xede00000,0x012f0000,0x4b0cafa3,0xf0ffc4f6,0x9fe002ec,0x14033fbd,0x3d600004,0x9000000f,0xe9000f44,0x01601700,0x8ff00480,0xf95fd200,0xc09dfb5f,0xcff42d79,0x0cf00702,0xac04d130,0xa0120000,0xedd00000,0x012f0000,0x480cbfa2,0xf10fc8f6,0x5fe202dc,0x13030fbd,0x3d500004,0xa000000f,0xe7000f42,0x01701700,0xaff20480,0xf95fd200,0xd09cfb5f,0xcff44d78,0x0ce00802,0xac04d0f0,0xa1122000,0xede00000,0x01300000,0x470cbfa1,0xf17fcdf6,0x1fe002dc,0x1302efbd,0x3d400004,0xa000000f,0xe6000f44,0x01701600,0xcff30490,0xf96fd200,0xd09afb7f,0xd0f46d77,0x0cc00b02,0x7c04d090,0xa3124000,0xee200000,0x01300000,0x440cafa0,0xf1efd3f5,0xcfdf02ec,0x1402dfbc,0x3d400004,0xa000000f,0xe6000f45,0x01701600,0xdff40490,0xf95fd200,0xd09afb8f,0xd0f46d76,0x0cc00e02,0x6c05d0b0,0x9f129000,0xee300000,0x01320000,0x430cafa0,0xf1efdaf5,0x9fdd02dc,0x1502dfbc,0x3d400004,0xd000000f,0xe5000f47,0x01501500,0xeff504a0,0xf95fd200,0xd09afb9f,0xcff44d76,0x0cf00c02,0x9c05d220,0x8b136000,0xedf00000,0x013a0000,0x460ccfa1,0xf16fe6f5,0x9fd802bc,0x1702bfbb,0x3d300005,0x3000000f,0xe4000f4d,0x01101400,0xfff604a0,0xf95fd300,0xd098fbbf,0xcff48d75,0x0cd00a02,0x7c03d380,0x7614b000,0xee300000,0x01410000,0x490ccfa2,0xf21ffbf5,0x8fd902ac,0x1702bfbc,0x3d400005,0x5000000f,0xe5000f4d,0x01001400,0xfff504a0,0xf95fd300,0xc096fbef,0xd0f4fd73,0x0c701302,0x1c05d2a0,0x74169000,0xeeb00000,0x014c0000,0x410cbfa1,0xf4f014f5,0x6fdc029c,0x1602bfbc,0x3d400005,0x7000000f,0xe5000f49,0x01001500,0xfff404a0,0xf95fd300,0xc096fbff,0xd0f51d73,0x0c401801,0xec07d1e0,0x78176000,0xeed00000,0x01510000,0x3c0cafa0,0xf6501ff5,0x4fdd028c,0x1602bfbc,0x3d400005,0x8000000f,0xe5000f48,0x01001600,0xfff404a0,0xf95fd300,0xc096fbff,0xd0f51d73,0x0c401801,0xec07d1d0,0x78177000,0xeed00000,0x01510000,0x3b0cafa0,0xf66023f5,0x0fdd028c,0x1602bfbc,0x3d400005,0x8000000f,0xe5000f48,0x01001600,0xfff404a0,0xf94fd400,0xd099fc0f,0xcdf49d76,0x0cb01302,0x6c07d2e0,0x61193000,0xee100000,0x015b0000,0x400cefa0,0xf82039f6,0x0fd9028c,0x18028fbc,0x3d200005,0xa000000f,0xe4000f4f,0x00e01501,0x1ff404b0,0xf94fd400,0xd099fc1f,0xccf49d76,0x0cb01102,0x6c06d350,0x5d196000,0xee100000,0x015c0000,0x420cefa1,0xf7f03ef5,0xdfd9028c,0x18028fbc,0x3d200005,0xa000000f,0xe4000f50,0x00e01501,0x1ff304b0,0xf94fd400,0xd099fc1f,0xccf49d77,0x0cc00e02,0x6c05d440,0x511a2000,0xee200000,0x01600000,0x440cdfa1,0xf7c045f5,0xbfd9028c,0x19028fbd,0x3d300005,0xc000000f,0xe5000f4f,0x00d01501,0x0ff204b0,0xf94fd400,0xc09bfc2f,0xccf48d79,0x0cc01002,0x7c05d4e0,0x451c4000,0xee000000,0x01680000,0x400cbfa1,0xf91054f6,0x0fde024c,0x19029fbe,0x3d300006,0x3000000f,0xe5000f4a,0x00a01500,0xfff004b0,0xf93fd400,0xc09ffc3f,0xccf45d7b,0x0cc01502,0xac07d500,0x3d1ed000,0xed900000,0x01710000,0x3a0caf9f,0xfb7060f7,0x0fe4020c,0x1902afbe,0x3d300006,0xc000000f,0xe5000f46,0x00601500,0xffef04b0,0xf91fd400,0xc0a2fc5f,0xcbf41d7c,0x0cf00d02,0xcc04d680,0x2e20a000,0xed600000,0x01730000,0x420ccfa2,0xfcb065f7,0x9fe401fc,0x1b02afbf,0x3d400007,0x1000000f,0xe5000f48,0x00201500,0xefec04b0,0xf91fd300,0xc0a3fc6f,0xcaf40d7d,0x0d000802,0xcc02d7c0,0x25226000,0xed700000,0x01750000,0x490ccfa4,0xfda069f7,0xcfe701ec,0x1b02dfc0,0x3d500007,0x3000000f,0xe6000f46,0x00001500,0xcfea04a0,0xf92fd300,0xc0a2fc7f,0xcbf43d7d,0x0cd00a02,0xac02d940,0x1b25e000,0xed800000,0x01790000,0x480ccfa4,0xffb06cf8,0x5fef01ac,0x18030fc1,0x3d600007,0x8000000f,0xe8000f3c,0xffd01800,0x9fe80490,0xf92fd300,0xc0a2fc7f,0xccf45d7f,0x0ca00b02,0xbc02d9b0,0x19282000,0xed700000,0x017a0000,0x460cdfa3,0x01d071f8,0xffef017c,0x19031fc1,0x3d600007,0xd000000f,0xe8000f3d,0xffa01800,0x8fe80490,0xf92fd300,0xc0a2fc8f,0xccf44d83,0x0cc00602,0xcc01dc20,0x092a0000,0xed600000,0x017b0000,0x4b0cefa3,0x02706ef8,0xffec017c,0x1a032fc3,0x3d700007,0xf000000f,0xe8000f41,0xff901700,0x7fe60480,0xf91fd300,0xc0a1fc9f,0xcdf44d88,0x0cb00402,0xbc00de5f,0xfc2ba000,0xed700000,0x017b0000,0x4d0cefa3,0x03006cf8,0xefe9017c,0x1c033fc4,0x3d700007,0xf000000f,0xe8000f44,0xff801700,0x6fe50470,0xf91fd300,0xb0a0fcaf,0xd0f52d99,0x0b800f02,0xac04df3f,0xfb2e5000,0xed500000,0x01730000,0x3d0d0f9e,0x06106cf9,0xafeb015c,0x1b033fc3,0x3d700008,0x4000000f,0xe8000f42,0xff601700,0x6fe50470,0xf91fd500,0xb09efcdf,0xd2f57dba,0x0aa00402,0xfc02e1af,0xee314000,0xec900000,0x01690000,0x440d7f9d,0x08e065fa,0x5fee012c,0x1b031fc2,0x3d700008,0x9000000f,0xe8000f41,0xff501800,0x6fe50480,0xf91fd700,0xb097fd5f,0xd8f52de6,0x0b5ff902,0x9bf7e42f,0xdc32f000,0xed200000,0x01590000,0x500d4fa1,0x0a7062fa,0x7ff0012c,0x1b030fc0,0x3d800008,0x9000000f,0xea000f42,0xff401800,0x5fe50460,0xf91fdb00,0xb093fd9f,0xe4f62e08,0x09902601,0xcbffe39f,0xd8357000,0xede00000,0x014a0000,0x1b0cbf95,0x0ee06afb,0x4ff6013c,0x1a02dfbc,0x3d800008,0x8000000f,0xec000f40,0xff301800,0x4fe70460,0xf90fe200,0xb096fd8f,0xe6f6ae19,0x07803601,0xfc03e40f,0xd2378000,0xed200000,0x01410000,0x070cdf8d,0x119067fc,0x0ffa010c,0x19028fba,0x3d800008,0xd000000f,0xec000f41,0xff201800,0x3fe70450,0xf91feb00,0xb094fd7f,0xe7f64e37,0x07d02702,0x2bfbe6af,0xc3387000,0xed000000,0x013a0000,0x1a0cff91,0x10e05ffb,0xcfff00cc,0x1b023fb9,0x3da00009,0x0000000f,0xef000f46,0xff1016ff,0xffe60430,0xf95ff500,0x908bfd8f,0xeef63e6d,0x08502701,0xcbf3e8ef,0xb139e000,0xedc00000,0x012c0000,0x1f0c9f93,0x10e058fb,0x7006009c,0x1d01cfb5,0x3dd00009,0x0000000f,0xf2000f4a,0xff0014ff,0xafe90400,0xf95ff700,0x908afd9f,0xf3f6ce90,0x07703e01,0x9bf8e84f,0xb03b3000,0xede00000,0x01230000,0x040c6f8b,0x12e059fb,0xd00b00bc,0x1c019fb3,0x3dc00008,0xd000000f,0xf1000f47,0xff1015ff,0xcfec0410,0xf92ffa00,0xa08dfd9f,0xf6f6cece,0x06604802,0x2bfde8ff,0xa83d0000,0xecf00000,0x011b000f,0xf40c8f84,0x144053fc,0x300f00dc,0x1a015fb3,0x3da00008,0xb000000f,0xef000f45,0xff3015ff,0xefeb0420,0xf92ffb00,0xa08efddf,0xf7f6ceef,0x06104202,0x6bf9eb5f,0x9d3d7000,0xecb00000,0x0119000f,0xfc0c9f85,0x12e04cfb,0xd01000fc,0x19013fb4,0x3d900008,0x7000000f,0xee000f45,0xff6015ff,0xffea0420,0xf92ffd00,0xb08afe4f,0xfdf86f1f,0x04404b02,0x1bf5ee3f,0x913e0000,0xed400000,0x010c000f,0xf50c5f85,0x117045fb,0xa011014c,0x18013fb4,0x3da00007,0xb000000f,0xef000f46,0xffc016ff,0xdfe90410,0xf92ffe00,0xb08afe5f,0xfff8ff44,0x03205702,0x0bf8ee4f,0x923ec000,0xed400000,0x00ff000f,0xe80c2f82,0x127043fc,0x000d014c,0x19012fb4,0x3da00007,0x8000000f,0xef000f4b,0xffe016ff,0xcfe80400,0xf92fff00,0xb08bfe40,0x00f8df4f,0x02f05802,0x1bf9ee1f,0x933ef000,0xed300000,0x00fc000f,0xe60c2f81,0x12f042fc,0x200a014c,0x19011fb4,0x3da00007,0x8000000f,0xef000f4e,0xfff015ff,0xcfe80400,0xf92fff00,0xb08cfe4f,0xfff8af58,0x02f05502,0x3bf8ee9f,0x913f1000,0xed000000,0x00fd000f,0xe80c3f82,0x12d040fc,0x2007014c,0x1a012fb4,0x3da00007,0x7000000f,0xef000f51,0xfff015ff,0xcfe80400,0xf92fff00,0xc08efe5f,0xfdf80f73,0x03204c02,0xabf7f08f,0x8b3f5000,0xec700000,0x0100000f,0xf30c5f84,0x120036fb,0xe000017c,0x1c013fb5,0x3da00007,0x3000000f,0xf0000f5a,0x000013ff,0xafe60400,0xf9300000,0xc08cfe8f,0xfef8df89,0x03404502,0xabf3f35f,0x863f3000,0xecb00000,0x00fc000f,0xfd0c5f87,0x10902ffb,0x7ffe01ac,0x1c013fb6,0x3da00006,0xe000000f,0xf0000f5b,0x002012ff,0x8fe603f0,0xf9300000,0xc08bfecf,0xfefa3fa8,0x02f04002,0x8beff6ff,0x863f1000,0xed100000,0x00ed0000,0x060c5f8b,0x0f3027fb,0x1ffe01dc,0x1b012fb6,0x3da00006,0x9000000f,0xf0000f59,0x004011ff,0x8fe603f0,0xf9300000,0xc08dfeef,0xfefa5fbf,0x02203f02,0xbbf0f7af,0x8a3f9000,0xecc00000,0x00e60000,0x080c7f8c,0x107021fb,0x3fff01dc,0x1b011fb5,0x3d900006,0x8000000f,0xef000f57,0x005012ff,0x9fe80400,0xf9300000,0xc08ffeef,0xfefa3fd1,0x02003903,0x2beff8cf,0x85401000,0xec300000,0x00ee0000,0x0d0c9f8d,0x118014fb,0x1ffe01dc,0x1b011fb5,0x3d900006,0x8000000f,0xf0000f59,0x005012ff,0x8fe70400,0xf9300000,0xb08cfeff,0xfffb3fdb,0x02403803,0x2beefa0f,0x84401000,0xec500000,0x00ec0000,0x0d0c9f8e,0x11e010fb,0x0fff01dc,0x1c012fb5,0x3da00006,0x9000000f,0xf1000f58,0x005012ff,0x7fe60400,0xf9300000,0xb08bff00,0x00fc5fe3,0x02003b03,0x0beff9ff,0x88401000,0xec800000,0x00e50000,0x090c8f8d,0x12f011fb,0x6fff01bc,0x1c013fb5,0x3da00006,0xc000000f,0xf2000f57,0x003011ff,0x6fe503f0,0xf93fff00,0xb08bff10,0x01fd6fee,0x01803e02,0xfbf0f94f,0x8c402000,0xec900000,0x00de0000,0x070c8f8d,0x14900ffc,0x0ffe01ac,0x1e015fb6,0x3db00007,0x0000000f,0xf3000f59,0x001010ff,0x4fe403f0,0xf92ffe00,0xa08aff20,0x01fd8ff3,0x01903c02,0xfbeff93f,0x8c402000,0xecb00000,0x00de0000,0x090c8f8d,0x14b00bfc,0x6fff01bc,0x1e019fb8,0x3dc00006,0xe000000f,0xf4000f58,0x001010ff,0x1fe003d0,0xf93ffd00,0xa08aff30,0x02fdaff5,0x01903b02,0xebeef95f,0x8c400000,0xecc00000,0x00dd0000,0x0a0c8f8e,0x14800afc,0xa00201cc,0x1d01dfb8,0x3dd00006,0xb000000f,0xf6000f53,0x001011fe,0xffde03c0,0xf93ffd00,0xa08aff30,0x02fdaff5,0x01903b02,0xebeef95f,0x8c400000,0xecc00000,0x00dd0000,0x0a0c8f8e,0x148009fc,0xa00301dc,0x1d01dfb8,0x3dd00006,0xa000000f,0xf6000f53,0x001011fe,0xefde03c0,0xf93ffa00,0x8088ff60,0x04ff9ff7,0x00f04502,0xcbf1f63f,0x93401000,0xece00000,0x00d00000,0x000c7f8c,0x170008fe,0x000e01dc,0x1701dfba,0x3db00006,0x3000000f,0xf4000f44,0x007016ff,0x2fdf03f0,0xf93ff900,0x9088ff60,0x04ffbff9,0x00e04502,0xcbf1f57f,0x94402000,0xece00000,0x00d00000,0x000c7f8c,0x17b007fe,0x200e01ec,0x1701dfbb,0x3da00006,0x2000000f,0xf3000f43,0x007016ff,0x3fe003f0,0xf93ff900,0x9089ff70,0x03ffdffb,0x00b04402,0xdbf1f42f,0x94404000,0xecc00000,0x00d00000,0x010c8f8c,0x18f003fe,0x500e01fc,0x1601cfbc,0x3d900006,0x0000000f,0xf2000f43,0x008016ff,0x5fdf0400,0xf95ff700,0x8086ff80,0x03fffffe,0x00f04202,0xdbf0f3cf,0x93403000,0xecd00000,0x00d00000,0x030c8f8c,0x19a000fe,0x200b021c,0x18020fbe,0x3da00005,0xa000000f,0xf3000f45,0x00a015ff,0x2fde03f0,0xf97ff500,0x7084ff90,0x04008000,0x01104202,0xbbf0f3ef,0x93401000,0xecf00000,0x00ce0000,0x030c7f8d,0x1a2000fd,0xd00b023c,0x18025fbf,0x3dd00005,0x4000000f,0xf6000f44,0x00c014fe,0xefdd03e0,0xf98ff500,0x7084ff90,0x04017000,0x00904502,0xbbf1f3bf,0x95401000,0xecf00000,0x00cb0000,0x000c7f8c,0x1adffefd,0xb00e023c,0x17024fbf,0x3dc00005,0x2000000f,0xf6000f41,0x00e014fe,0xffdd03e0,0xf98ff600,0x7085ff80,0x0301c001,0x00304302,0xcbf1f3ef,0x95401000,0xecd00000,0x00cb0000,0x020c8f8d,0x1b0ffbfd,0x900f024c,0x17023fbf,0x3dc00005,0x0000000f,0xf6000f41,0x00e014ff,0x0fde03f0,0xf98ff600,0x7085ff80,0x0201c003,0x00403d02,0xdbeff48f,0x953ff000,0xecd00000,0x00ca0000,0x080c8f8e,0x1acffafd,0x8010025c,0x17022fc0,0x3dc00004,0xd000000f,0xf5000f40,0x010014ff,0x1fdd03f0,0xf98ff600,0x7084ff70,0x0201f007,0x00903d02,0xcbeef4bf,0x963fe000,0xed000000,0x00c90000,0x070c7f8d,0x1b0ffbfd,0xb012026c,0x16023fc0,0x3dc00004,0xb000000f,0xf6000f3d,0x011014ff,0x0fdc03f0,0xf98ff600,0x7084ff60,0x0102000a,0x00e04002,0xcbf0f47f,0x993fe000,0xecf00000,0x00c60000,0x020c7f8b,0x1b2ff9fd,0xe011026c,0x17023fc0,0x3dc00004,0xb000000f,0xf6000f3f,0x011014ff,0x0fdc03f0,0xf98ff600,0x6080ff50,0x0202100d,0x01004202,0x8bf0f3df,0x9e3ff000,0xed600000,0x00be000f,0xfe0c6f89,0x1b5ff7fd,0xf00c028c,0x18024fc0,0x3dd00004,0x8000000f,0xf7000f44,0x011014fe,0xffdc03e0,0xf98ff500,0x607cff60,0x0202c00c,0x00b04602,0x4bf0f35f,0xa23ff000,0xee000000,0x00b7000f,0xfa0c5f89,0x1b8ff8fe,0x100602bc,0x18025fc0,0x3dd00004,0x5000000f,0xf7000f4a,0x011014fe,0xffdc03e0,0xf98ff500,0x607cff80,0x01045007,0x00404b02,0x0bf2f37f,0xa43ff000,0xee500000,0x00b4000f,0xf70c4f88,0x1b3ffcfe,0x700102bc,0x19024fc0,0x3dc00004,0x6000000f,0xf6000f4e,0x010014ff,0x0fdc03f0,0xf97ff400,0x607dff9f,0xff04a006,0x00404902,0x0bf2f3ef,0xa43ff000,0xee500000,0x00b4000f,0xf90c5f88,0x1acffffe,0x9ffb02cc,0x1a024fc1,0x3dc00004,0x5000000f,0xf5000f53,0x011014ff,0x0fdc03f0 +}; + +u32 ANIM_ENTRY_fire_step_right_one_handed_weapon[] = +{ + 0x007006ff,0xefe0007f,0xe8040f94,0x01210104,0x8d7ff82f,0x4b2c2ff7,0xf9a01601,0x10ab025f,0x51f94024,0xfb5f76fe,0x8e92021c,0x18f99ff3,0x3cd00202,0xc007ffef,0xe000502e,0xfc2010fc,0x101700f0,0x00a003ff,0xffe2009f,0xe2040f66,0x01510d04,0x5d6efa8f,0x4b2cfff6,0xf8e01801,0x30b7028f,0x49f89033,0xfa6f82ff,0x0ebd005c,0x1ffa3fff,0x3ca00505,0xb010ffef,0xd5007028,0xfa803afc,0x00140090,0x00cffdff,0xbfe8010f,0xe1038f29,0x01f11103,0x9d59fc1f,0x4e2e2ff5,0xf8801a01,0x50c102af,0x41f8403d,0xf90f85ff,0xeed6feec,0x29fb500a,0x3ce00808,0x0016ffdf,0xca008023,0xf9404afc,0x0013ffd0,0x00dff3ff,0x0ff301cf,0xe5028ed9,0x03310d02,0x2d3dfd2f,0x552fcff5,0xf8901a01,0x60c702bf,0x37f83043,0xf72f7f01,0x5ee7fdcc,0x36fd1014,0x3d900b0a,0x001cffdf,0xc100a01f,0xf83049fc,0x0012fea0,0x00ffeffe,0x7000021f,0xe5019e84,0x04d10d00,0xfd22fd8f,0x58318ff5,0xf8901a01,0x90d402ff,0x32f83047,0xf46f8102,0xeeecfcdc,0x43fe8022,0x3e100e0b,0x6020ffcf,0xb200d01d,0xf7c03ffc,0x0016fda0,0x012ff8fe,0x400a014f,0xdd00ce29,0x07311200,0x5d07fd2f,0x53339ff5,0xf8501b01,0xe0f1036f,0x33f7f04a,0xeeffac05,0x1ed6fc0c,0x4cff103c,0x3e300f0b,0xd022ff9f,0x8e013020,0xf87020fc,0x3023fcc0,0x016005fe,0x3014ffef,0xd0002dd3,0x09e11eff,0xfcedfc2f,0x4a359ff4,0xf8001c02,0x811f041f,0x39f7a04b,0xe7efe507,0x2eb3fb7c,0x55ff405c,0x3e100f0b,0xe021ff4f,0x5d01b025,0xf9bff7fc,0x8035fc30,0x015006fe,0x0021feff,0xcaffbda4,0x0bb134ff,0xdcdbfa8f,0x44369ff3,0xf7d01d04,0x316c05bf,0x46f7003e,0xe20fea07,0x4e9efb5c,0x5dff5076,0x3dc00f0b,0xe021feef,0x2b024028,0xfa7fe6fc,0xc045fd50,0x00fffdfd,0xb030fe4f,0xc7ff7d8b,0x0ce15d00,0x0ccff7ff,0x41370ff3,0xf7b01d07,0xf1fa090f,0x5df5f01f,0xdc0fb605,0x0e91fbdc,0x64ff408d,0x3d500e0b,0xa021fe5e,0xf102f029,0xfaefe4fc,0xf05401a0,0x008ff5fd,0x803bfdbf,0xc5ffbd75,0x0d818600,0x5cc9f4af,0x4436eff3,0xf7601e0c,0x927b0d2f,0x79f56003,0xd91f9102,0x2e89fc6c,0x69ff209b,0x3ca00e0b,0x6020fdde,0xc603802a,0xfb3fe2fd,0x20610450,0x000ff7fd,0xb041fd1f,0xbf012d5b,0x0d31a800,0xbccbf04f,0x53353ff1,0xf6c02013,0x82d7137f,0xaaf65ff3,0xdc3f93ff,0x3e85fd1c,0x69ff209c,0x3b900d0b,0x201ffd8e,0xae03d02b,0xfb7fdafd,0x506b0270,0xff8ffcfe,0x0043fc7f,0xb8034d44,0x0c41c401,0x3cd4eaff,0x6c31efef,0xf600231a,0x631c19cf,0xdbf7bfe9,0xe2bfa1fb,0xde84fdcc,0x68ff1094,0x3a300d0a,0xf01ffd5e,0xa004002c,0xfb8fd1fd,0x6071fee0,0xff1004fe,0x3044fbaf,0xb5049d34,0x0b91cc01,0xccdde5df,0x8d2dcfef,0xf5a0241b,0x33291a8f,0xdcf7bff1,0xe8ffb6f8,0x6e89fe1c,0x6afe2086,0x38d00d0b,0x101ffd7e,0xa503e02c,0xfb8fccfd,0x506bfc70,0xfec011fe,0x4043fa9f,0xb5054d2a,0x0b01c302,0x4ce8e08f,0xbb281fee,0xf5702518,0x431817cf,0xacf67010,0xf00fdbf4,0x6e94fe3c,0x6ffbe06c,0x37400e0b,0x7020fdce,0xc203902b,0xfb7fcafd,0x0057fa70,0xfe8018fe,0x6040f9ef,0xb605dd24,0x0a61b402,0xecf4dbef,0xe7221fee,0xf5802514,0x52f8142f,0x71f5b02e,0xf56ffaf1,0xeea0fe4c,0x76fa204f,0x36100f0b,0xc021fe4e,0xe903102a,0xfb3fcdfc,0x903bf990,0xfe5016fe,0x7039f9df,0xb806bd22,0x0961a303,0xad01d880,0x071c4fef,0xf5e0230f,0x62ba0fbf,0x2df68042,0xf8300bf1,0x6ea7fe8c,0x7ef9b034,0x35600f0c,0x1022febf,0x1e027029,0xfadfd7fb,0xe00efb30,0xfe3010fe,0x9031fa1f,0xbb078d23,0x08518e04,0x6d0fd570,0x25168ff1,0xf6702109,0xe25a0ace,0xeaf7f052,0xfa4014f1,0xceadfedc,0x87f9b018,0x3500100c,0x4022ff3f,0x5901d027,0xfa6fe5fb,0x3fdffe00,0xfe100bfe,0xb02bf9ff,0xbd07fd26,0x07d17c04,0xfd1cd1d0,0x4e115ff2,0xf7301f06,0x31ef075e,0xcef91060,0xfc3007f3,0xbeb2ff1c,0x93f9b003,0x3550100c,0x6023ff8f,0x7d016026,0xfa0feffb,0x1fd6ff50,0xfdf006fe,0xc029f9af,0xbf080d2c,0x07c16d05,0x7d2acd80,0x840c6ff4,0xf8201b03,0x616a04de,0xc4fa106e,0xfdffd5f9,0x5eb7ff6c,0xa0f9cff1,0x3660100c,0x7023ffaf,0x94012024,0xf9aff6fb,0x5fe7ffa0,0xfdf001fe,0xd026f94f,0xc2080d32,0x07915f05,0xcd31c8e0,0xb3084ff6,0xf9101801,0x80f002ee,0xc2fac077,0xff8fa9fc,0xdeb8ff9c,0xadf9cfe8,0x3760100c,0x7023ffaf,0xa2010024,0xf9affafb,0x9ff8fff0,0xfe3ffdfe,0xf022f8ff,0xcb080d38,0x06e14d06,0x0d2cc2a0,0xda04bff8,0xfa101400,0xa082018e,0xcafb107b,0x00ffb0fb,0xceb1ff7c,0xb8f95feb,0x37f0100c,0x4022ffbf,0xa400f027,0xfa4ff5fb,0xbffe00b0,0xfe8ff9ff,0x001ef8af,0xd5081d3c,0x06113d06,0x2d21bcd0,0xf801cff9,0xfaf01100,0x3029008e,0xdafaf07a,0x021fc0f9,0xcea7ff4c,0xc1f8dff5,0x38600f0c,0x0021ffaf,0xa101002b,0xfb4fedfb,0xc0020190,0xfefff2ff,0x1017f8df,0xdc084d3b,0x05613e06,0x3d1abbd1,0x0200effa,0xfb6010ff,0xf010001e,0xeefa106f,0x024fcaf8,0x5e9eff1c,0xcbf87ffa,0x38f00f0b,0xe021ffbf,0xa400f02e,0xfc3fecfb,0xd0060250,0xff8fe8ff,0x100df99f,0xde08ad34,0x04d14f06,0x1d17bd50,0xfe015ffa,0xfb800fff,0xf00f001f,0x08f81059,0x018fdaf6,0xde97fefc,0xd4f83ffe,0x39b00f0b,0xd021ffbf,0xaf00e031,0xfd1ff0fb,0xd00902f0,0xffffe2fe,0xf007fa1f,0xe208ed2e,0x04716006,0x0d12bea0,0xfa01effa,0xfb601000,0x0017004f,0x27f6403d,0x008fdcf6,0x2e8efeec,0xdbf82ffe,0x3a600e0b,0xa020ffcf,0xb700c034,0xfddff7fb,0xe00c0350,0xffdfe0fe,0xb00cf9ef,0xeb08ad2f,0x04716806,0x0d0bbed0,0xfb01fff9,0xfae01100,0x0022005f,0x52f52014,0xff0fd8f7,0x0e7cff2c,0xe0f86ffb,0x3b000d0b,0x201fffcf,0xb900c036,0xfe6000fb,0xf0110330,0xff8fe3fe,0x6013f98f,0xf5082d33,0x04a16e06,0x1d04bec0,0xfb021ff8,0xfa301400,0x1037008f,0x7ef45feb,0xfd9fd4f8,0x7e6cff7c,0xe3f8cff5,0x3ba00c0a,0x701dffcf,0xba00c038,0xfed00cfc,0x001602c0,0xff8fe7fe,0x2013f96f,0xfd074d34,0x05517206,0x0cfebf90,0xf2031ff7,0xf9a01600,0x906d015f,0x90f43fdc,0xfd6ff1f8,0x1e75ff8c,0xe3f8fff1,0x3c200a09,0xc01bffcf,0xc000b039,0xfef023fc,0x10170260,0xffefeefe,0x100bf970,0x0405cd33,0x06917505,0xecf9c170,0xde059ff6,0xf9201801,0xc0f102ff,0x93f4cfdd,0xfe5061f5,0x5ea4ff4c,0xe0f8fff0,0x3c800909,0x0019ffdf,0xc9009038,0xfed04cfc,0x001601f0,0x000ff5fd,0xe006f950,0x0b051d33,0x07417405,0xecf5c2c0,0xce06fff6,0xf8d01902,0x9143041f,0x8ef55fe6,0xff80a8f3,0x9ecaff5c,0xdef8cfea,0x3cf00808,0x5017ffef,0xd5007037,0xfea068fc,0x001301a0,0xff6ffcfd,0x500ff8b0,0x17068d38,0x06516906,0x1ceec2f0,0xcb056ff5,0xf8b01902,0x713303ef,0x7bf59ffc,0x009094f4,0x7ed6003c,0xe5f85fd2,0x3db00707,0xb015ffef,0xe4004037,0xfea06afb,0xf00f01b0,0xfe8002fc,0xc01af800,0x23090d3e,0x04b15b06,0x5ce8c2a0,0xcc028ff5,0xf8c01901,0xd10c034f,0x61f5c017,0x01906af6,0x3ed9015c,0xeef7dfb8,0x3e800607,0x2013ffff,0xf3002038,0xfec063fb,0xe00b01f0,0xfe6003fc,0xc019f7b0,0x240aed40,0x03515706,0x9ce8c220,0xd200bff6,0xf8f01901,0x60e402bf,0x56f5e025,0x01b041f7,0x7ed1019c,0xeff79fb5,0x3e800607,0x0013ffff,0xf4001039,0xff0059fb,0xd00a0220,0xfef001fd,0x500bf7a0,0x1a0c8d40,0x02015a06,0xdceec150,0xdeff8ff6,0xf9401700,0xf0b3021f,0x54f5f029,0x00f015f8,0x9eb900fc,0xe7f78fc8,0x3da00607,0x3013ffff,0xe800403a,0xff7047fb,0xe00a0240,0xff6ffefd,0xdffff7c0,0x120d8d3e,0x01115f07,0x0cf4c050,0xe9febff7,0xf9801600,0x908a019f,0x56f6002a,0x008ff3f9,0x1ea9007c,0xe0f78fd8,0x3ce00707,0x6014ffef,0xdd00603b,0xffb03dfb,0xe00a0260,0xff7ffbfd,0xeffcf800,0x110d6d3e,0x00e16007,0x1cf8bf40,0xf1fe4ff7,0xf9701700,0x7075015f,0x59f6502b,0x017fe2f8,0x7eb4008c,0xddf78fd9,0x3cc00707,0x7014ffef,0xde00503b,0xff8049fb,0xd0080280,0xff5ff7fd,0xdffcf850,0x130ccd3d,0x01116106,0xfcfcbe30,0xf6fe2ff6,0xf9401700,0x6066012f,0x5df6b02c,0x02dfd9f7,0x6ec600bc,0xdbf79fd6,0x3cd00707,0x6014ffef,0xe3005039,0xff205dfb,0xd00602b0,0xff6ff2fd,0xbffdf8a0,0x140c5d3e,0x01715f06,0xcd00bda0,0xf9fdfff6,0xf9401700,0x405200ef,0x57f6d02d,0x036fd7f7,0x1ec900dc,0xdbf7bfd5,0x3ce00707,0x5014ffff,0xe6004039,0xfef064fb,0xc00502d0,0xff8fedfd,0xaffef8f0,0x150c2d3f,0x02015a06,0x7d03bd90,0xf9fddff7,0xf9601700,0x203a00af,0x47f6c02f,0x035fdcf7,0x6ec000ec,0xdcf7efd7,0x3ce00707,0x5014ffff,0xe8004039,0xfef061fb,0xc00502e0,0xff9fe9fd,0x9ffff920,0x160bed42,0x02715506,0x3d06bd70,0xfafdbff7,0xf9801700,0x1025006f,0x3cf6a02f,0x034fe2f7,0xbeb800ec,0xddf7cfd7,0x3cf00707,0x5014ffff,0xea003039,0xfef05cfb,0xc0050320,0xff8fecfd,0xa000f8f0,0x140bad48,0x02715506,0x2d09bcf0,0xfffdcff7,0xf9901600,0x0018004f,0x3ff6702e,0x039fe8f7,0xaeb900cc,0xddf70fd5,0x3cf00707,0x7014ffff,0xed003038,0xfee05cfb,0xc00503b0,0xff6ff0fd,0xb001f890,0x120b6d4e,0x02415506,0x2d0cbc61,0x04fddff7,0xf9a01600,0x000f002f,0x48f6502b,0x040feef7,0x7ebc00bc,0xdcf61fd2,0x3cf00707,0x9015ffff,0xf0002038,0xfec05bfb,0xc0040460,0xff5ff3fd,0xa001f880,0x140b8d50,0x01f15206,0x2d0ebc11,0x06fdfff7,0xf9901600,0x000b002f,0x4bf6602a,0x045feef7,0x6ebd00cc,0xdef58fcd,0x3d200707,0x7014ffff,0xf4001038,0xfec058fb,0xc00404c0,0xff5ff4fd,0x6ffef8a0,0x180bdd4f,0x01914c06,0x3d0fbbf1,0x04fe0ff7,0xf9601700,0x000a001f,0x49f6a02b,0x049feaf7,0x7eba010c,0xe1f56fc7,0x3d900607,0x1013ffff,0xfb000038,0xfec054fb,0xc00404d0,0xff3ff7fd,0x3ffdf8c0,0x1b0c3d4e,0x01214706,0x4d10bc01,0x01fe1ff6,0xf9401700,0x000b002f,0x47f6d02b,0x04afe5f7,0x7eba013c,0xe4f55fc1,0x3de00606,0xd012000f,0xff000038,0xfed050fb,0xc00404b0,0xff0ffdfd,0x4000f890,0x1a0c7d4d,0x00d14306,0x4d0fbc30,0xfffe1ff7,0xf9501700,0x000a002f,0x47f6a02c,0x046fe3f7,0x4ebf014c,0xe3f54fbc,0x3de00606,0xb0120000,0x01fff038,0xfee04ffb,0xd0060490,0xfec004fd,0x6004f840,0x160cad4d,0x00813f06,0x4d0ebc80,0xfdfe0ff7,0xf9701700,0x000b002f,0x47f6602c,0x040fe2f7,0x0ec5014c,0xe2f54fb7,0x3dc00606,0xc0120000,0x00fff038,0xfef04efb,0xd0080450,0xfe8007fd,0x9008f830,0x120ced4e,0x00313c06,0x6d0cbca0,0xfbfe1ff7,0xf9801700,0x000b002f,0x49f6302b,0x03efe0f6,0xeec7015c,0xe0f53fb3,0x3d900607,0x0013ffff,0xfe000038,0xfee04bfb,0xe00b0430,0xfe3009fd,0xb00df840,0x0d0d4d51,0xffc13806,0x9d0bbc90,0xf9fe4ff7,0xf9601700,0x000b002f,0x4cf62029,0x041fddf6,0xeec7014c,0xe0f53fb0,0x3d600707,0x9015ffff,0xfb000037,0xfea047fb,0xf00f0430,0xfdf008fd,0xe013f880,0x070d9d56,0xff913606,0xbd09bce0,0xf7febff7,0xf9501700,0x000d002f,0x4ff60027,0x042fdaf6,0xeec3015c,0xddf56fad,0x3d000808,0x1016ffff,0xf6001037,0xfe7043fc,0x00130430,0xfda001fe,0x301af8ef,0xfb0dad5e,0xffb13506,0xed08bdf0,0xf6ff8ff7,0xf9801700,0x0011002f,0x4ff5f026,0x03efd7f6,0xfeb901bc,0xd8f60fab,0x3c600808,0x5017ffff,0xf0002037,0xfe703cfc,0x10170430,0xfd5ff7fe,0x9022f97f,0xee0d9d6b,0x00013506,0xfd07bf90,0xf300cff7,0xf9b01600,0x001a004f,0x4ef5e026,0x038fd3f7,0x2ead023c,0xcff6efab,0x3ba00808,0x7017ffff,0xe9004037,0xfe8036fc,0x101a0420,0xfd2fedfe,0xf026fa1f,0xe20d5d89,0x00b13907,0x0d04c1e0,0xe902cff8,0xf9e01500,0x303400af,0x4df5e027,0x033fc8f7,0x4ea602ac,0xc5f7ffaf,0x3ac00908,0x9018ffef,0xde005036,0xfe6036fc,0x201c03d0,0xfd0fe2ff,0x5028faef,0xd70cbdc4,0x01d14107,0x0cffc560,0xd6060ff8,0xfa101500,0x7072015f,0x4af5e029,0x02ffb2f7,0x6ea302fc,0xb7f95fb8,0x39d00908,0xb018ffdf,0xd0008036,0xfe403dfc,0x201e0340,0xfcdfd9ff,0x902bfbbf,0xcf0c4e09,0x02a14806,0xccfac960,0xbb099ff8,0xfa301401,0x00b9023f,0x4df60028,0x025fa4f7,0xaea0034c,0xa9fabfc2,0x38c00908,0xd018ffdf,0xc100a035,0xfdf045fc,0x101a02b0,0xfc7fd0ff,0xc033fc7f,0xca0c2e59,0x03014906,0x5cf6cde0,0x920d0ff8,0xfa001501,0xd104033f,0x63f6501e,0x00efaaf8,0x7e9c03ac,0x9afc3fca,0x37b00a09,0x1019ffbf,0xb000d033,0xfd704efb,0xd0090240,0xfc0fc9ff,0xd03cfd1f,0xc80c0eae,0x03014a05,0xacf1d2b0,0x60108ff7,0xf9b01602,0xf153046f,0x7ef6c012,0xff0fb6f9,0x8e97040c,0x8cfd9fd2,0x36a00a09,0x501affaf,0x9f010030,0xfcc056fb,0x8ff101d0,0xfbbfca00,0x0043fd2f,0xc30b8ef0,0x03115205,0x1cecd680,0x30141ff7,0xf9701704,0x419905bf,0x83f6e00e,0xfd2fbffa,0x2e94042c,0x7afe1fdb,0x35800a09,0x701aff9f,0x8e01302f,0xfc5057fb,0x4fe10150,0xfb7fd200,0x6049fcaf,0xbc0a9f25,0x03216404,0x9ce7d99f,0xfe17dff6,0xf9101805,0xf1dc074f,0x76f6e011,0xfb2fc6fa,0x6e93042c,0x66fddfe5,0x34300a09,0x901bff7f,0x7d01602d,0xfc004ffb,0x2fd800b0,0xfb7fd700,0x904bfc5f,0xb9099f52,0x03017903,0xece1dc5f,0xd41b6ff6,0xf8f01907,0x620c088f,0x67f6d018,0xf9dfcafa,0xce9103ec,0x55fd7ff1,0x33500b09,0xa01bff6f,0x7301802c,0xfbb04bfa,0xefcbffe0,0xfbffcc00,0x4045fcdf,0xc208af78,0x02a19002,0xecd8deef,0xb31ebff6,0xf9201808,0x5229095f,0x5bf69028,0xf97fc9fb,0x7e8e035c,0x49fd5004,0x33100b09,0xa01bff7f,0x7601702b,0xfb7056fa,0x6fa6fee0,0xfcafbcff,0xc03efd9f,0xd107bf98,0x0211a901,0xbccfe15f,0x9a21cff7,0xf9801608,0xf23b09ef,0x50f6503b,0xf99fc6fc,0x5e8b029c,0x3ffd3019,0x33200b09,0xa01bff7f,0x7e01602a,0xfb3066f9,0xcf7efdd0,0xfd1fb5ff,0x403afdcf,0xdd069fb8,0x0161c400,0xcccae3ff,0x87245ff7,0xf9801609,0x023a09ff,0x4bf6c046,0xfa2fccfc,0xde8a020c,0x39fc6029,0x33600b09,0xb01bff7f,0x7a01702a,0xfb106df9,0xbf7cfce0,0xfd5fb5fe,0xd03afd7f,0xe9054fd7,0x0061e5ff,0xfcc8e6af,0x7a268ff6,0xf9201808,0x7227097f,0x4cf7f04b,0xfb3fdcfd,0x0e8a018c,0x36fab036,0x33f00b09,0xc01cff6f,0x6b01902a,0xfb106dfa,0x3f9dfbf0,0xfd7fb6fe,0x503bfd1f,0xf303eff2,0xff51fbff,0x5cc8e94f,0x71286ff5,0xf8a01907,0xb20e08df,0x4ef8e04e,0xfc2fe5fd,0x6e8a013c,0x34f99042,0x34a00b09,0xd01cff3f,0x5601d02a,0xfb006bfa,0xdfc6fba0,0xfd8fb5fd,0xe03efcef,0xfd02a007,0xfe4201fe,0xeccaebef,0x6929eff4,0xf7e01c06,0xf1f0083f,0x50f92050,0xfc7fdcfe,0x7e89011c,0x33f9f04c,0x35c00b09,0xb01bff0f,0x3a022029,0xfaf069fb,0x7feffc80,0xfd7fb6fd,0x7041fcc0,0x07016017,0xfd2200fe,0x9cccee6f,0x622b3ff2,0xf7101f06,0x31d2078f,0x52f93052,0xfc9fcbff,0xbe86012c,0x33fab054,0x37100a09,0x801bfebf,0x19028029,0xfae065fc,0x101afe30,0xfdbfb9fd,0x203ffcb0,0x0e000023,0xfc1201fe,0x4ccdf06f,0x582cbff1,0xf6902105,0xe1c7074f,0x4ff95055,0xfcbfbe00,0x2e81011c,0x32fae060,0x38300a09,0x0019fe6e,0xf902e02a,0xfb005dfc,0x80370000,0xfe2fbffc,0xe039fcc0,0x13fe9029,0xfae204fd,0xeccef22f,0x482e4ff0,0xf6502106,0x01ca075f,0x47f98058,0xfccfb3ff,0xfe7900ec,0x31fa8070,0x39400808,0x3017fe0e,0xd803502b,0xfb604efc,0xd04b0220,0xfe9fc5fc,0xb031fcc0,0x17fd302d,0xfa0206fd,0xbccff36f,0x3a2fcff0,0xf6202206,0x11cb077f,0x40f9a05c,0xfcefacff,0xde7300ac,0x2ffa007b,0x3a200707,0x7015fdce,0xc303902c,0xfbc041fd,0x105a0420,0xfeefccfc,0xa02cfca0,0x1afbf02d,0xf99208fd,0xbccff41f,0x31312ff0,0xf6002205,0xe1c3074f,0x3df98061,0xfd6faf00,0x3e73006c,0x2df9207d,0x3ad00607,0x0014fdce,0xc303902d,0xfc0039fd,0x30650610,0xff2fd3fc,0x9026fc80,0x1bfad02a,0xf95209fd,0xeccef49f,0x29326ff0,0xf5f02305,0xa1b7070f,0x3bf97067,0xfdffb500,0xbe74002c,0x2af8407a,0x3b600606,0xc013fdee,0xcd03702e,0xfc4034fd,0x506b07a0,0xff7fd9fc,0x901dfc70,0x1dfa502a,0xf9220efe,0x1ccdf5bf,0x21332ff0,0xf6102205,0x51a906cf,0x3bf9d068,0xfe1fb400,0xee75ffdc,0x29f86076,0x3be00606,0x9012fe1e,0xdb03402f,0xfc602ffd,0x506b0800,0xffdfddfc,0x9012fc70,0x20fa3029,0xf91216fe,0x6ccaf79f,0x1a337ff1,0xf6602104,0xf199067f,0x3efac065,0xfddfab00,0xde75ff8c,0x27f9a071,0x3c500606,0x9012fe4e,0xf103002f,0xfc702bfd,0x40650770,0x000fe2fc,0xa007fc80,0x22fa502a,0xf9221bfe,0xbcc6f99f,0x15338ff2,0xf6c02004,0x8188061f,0x42fb3062,0xfdafa400,0xee76ff5c,0x25fab069,0x3ca00606,0x7012fe9f,0x0b02b02f,0xfc7028fd,0x105b06d0,0x002fe7fc,0xc001fc90,0x22fa702a,0xf96217fe,0xecbffb6f,0x15337ff3,0xf7701d04,0x217305af,0x4afa1066,0xfdbfa601,0x5e78ff6c,0x22fae05b,0x3cd00506,0x3011fedf,0x2802602f,0xfc8025fc,0xd04c06b0,0x001febfc,0xeffcfcb0,0x20fab02b,0xf9c20fff,0x1cb9fd3f,0x17334ff4,0xf8301b03,0xb15d054f,0x52f86069,0xfddfa901,0xee7dffac,0x1ffad04b,0x3ce00505,0xd010ff1f,0x4702002f,0xfc8024fc,0x903b0690,0x001feffd,0x2ff9fce0,0x1bfa902f,0xfa220cff,0x6cb7ff4f,0x1a332ff5,0xf8901a03,0x514a04ef,0x52f7d061,0xfdefa902,0x1e85ffdc,0x1bfaf03f,0x3ce00405,0x800fff4f,0x5d01c02f,0xfc8027fc,0x80340640,0x000ff2fd,0x8ff8fd10,0x11fa1035,0xfaa20dff,0xecba01bf,0x1e330ff5,0xf8901a03,0x0138049f,0x4cf81049,0xfdefa501,0xfe92000c,0x16fb4034,0x3ce00405,0x400fff6f,0x6d01902f,0xfc7030fc,0x803505a0,0xfffff7fd,0xeff6fd30,0x07f9b03a,0xfb020d00,0x5cbd03cf,0x2132fff5,0xf8a01902,0xc12a046f,0x47f83039,0xfddfa101,0xce9f004c,0x11fb702c,0x3cd00404,0xd00eff7f,0x7b01702f,0xfc8037fc,0x80360500,0x000000fe,0x3ff4fd10,0x00f9b03b,0xfb320a00,0xacbf052f,0x2232fff6,0xf8d01902,0xa122043f,0x4af7a03d,0xfd9f9e01,0xbeac008c,0x0dfb5025,0x3cd00304,0x300cff8f,0x87015030,0xfc903afc,0x80340460,0x00200bfe,0x8ff1fcdf,0xf9f9c039,0xfb420700,0xecc0063f,0x2332fff6,0xf9201802,0x911d042f,0x50f6e047,0xfd2f9c01,0xbeb700cc,0x09faf020,0x3ce00203,0x6009ff9f,0x92013030,0xfcd039fc,0x703003d0,0x003015fe,0xcfeefcaf,0xf6f9b036,0xfb520301,0x0cc007af,0x2432dff7,0xf9701702,0x7114040f,0x4ff6904d,0xfccf9e01,0x5eba00fc,0x06fa701a,0x3cf00102,0xb007ffaf,0x9c011032,0xfd2033fc,0x602f0390,0x00301ffe,0xefecfc6f,0xf4f99031,0xfb620001,0x2cbf098f,0x25328ff8,0xf9e01502,0x410903df,0x48f6c050,0xfc4fa600,0xaeb8013c,0x05f9a013,0x3d100102,0x2006ffbf,0xa600f033,0xfd8028fc,0x703003a0,0x003025fe,0xffeafc7f,0xf4f9902a,0xfb91fe01,0x0cbd0abf,0x26326ff9,0xfa601302,0x20ff03af,0x43f7004f,0xfc0fab00,0x1eb0018c,0x05f8e00c,0x3d300001,0x8004ffcf,0xb100d035,0xfdf01afc,0x602f03e0,0x002022fe,0xffeafd4f,0xf4f9e021,0xfbc20200,0xccbb0a9f,0x2632affa,0xfb001102,0x00f8038f,0x41f75047,0xfc4fa7ff,0xee9b020c,0x05f84003,0x3d800000,0xc002ffcf,0xbf00b036,0xfe3008fc,0x50290490,0x00201bfe,0xdfeafe6f,0xf6fa6015,0xfc120700,0x6cb90a0f,0x2532fffb,0xfbb00f01,0xf0f3036f,0x41f7c03a,0xfcbfa0ff,0xfe7f029c,0x06f7affa,0x3de00000,0x0000ffdf,0xcf008037,0xfe8ff2fc,0x30220560 +}; + +u32 ANIM_ENTRY_fire_standing_left_one_handed_weapon_slow[] = +{ + 0xfa1ff8ff,0xc06601e0,0x0b005ffd,0x0188457d,0xf3f5fc4f,0x9b3e8000,0xedc00000,0x00dd0000,0x030bef77,0x141fb2fe,0x202f050c,0x39018fab,0x3d200002,0x1000000f,0xe9000f32,0x003ff9ff,0xb0070580,0xfa1ff8ff,0xc06701e0,0x0b005ffe,0x0178467d,0xf3f5fc2f,0x9a3e8000,0xeda00000,0x00de0000,0x010bef76,0x143fb3fe,0x2030050c,0x38017fab,0x3d200002,0x1000000f,0xe9000f31,0x003ffaff,0xb0070580,0xfa1ff8ff,0xc06801e0,0x0b006ffe,0x0178457d,0xf3f6fc2f,0x9b3e9000,0xed900000,0x00df0000,0x020bff77,0x142fb3fe,0x2031050c,0x38017fab,0x3d200002,0x0000000f,0xe9000f30,0x004ffaff,0xb0060580,0xfa1ff8ff,0xc06601d0,0x0a006000,0x0178427d,0xe3f5fc6f,0x9b3e8000,0xeda00000,0x00dd0000,0x040c0f77,0x13efb2fe,0x203004ec,0x39017fac,0x3d200002,0x1000000f,0xeb000f31,0x005ffaff,0xa0040580,0xfa1ff8ff,0xc06601d0,0x0b005001,0x0178437d,0xe3f5fc5f,0x9c3e8000,0xeda00000,0x00dd0000,0x040c0f77,0x13ffb2fe,0x203004ec,0x39017fac,0x3d200002,0x1000000f,0xeb000f32,0x005ffaff,0xa0040580,0xfa1ff8ff,0xc06701d0,0x0b005004,0x0188437d,0xf3f5fc5f,0x9d3e8000,0xedb00000,0x00dc0000,0x030bff76,0x13ffb3fe,0x202f04fc,0x39017fac,0x3d200002,0x1000000f,0xea000f32,0x004ffaff,0xb0050580,0xfa1ff8ff,0xb06701d0,0x0b006010,0x01b8437d,0xf3f5fc5f,0x9c3e8000,0xeda00000,0x00dd0000,0x030c0f77,0x13ffb2fe,0x202f04fc,0x39017fac,0x3d200002,0x1000000f,0xea000f32,0x004ffaff,0xb0040580,0xfa1ff7ff,0xb06701d0,0x0b00c03a,0x0228427d,0xf3f5fc7f,0x9c3e7000,0xeda00000,0x00de0000,0x050c0f77,0x13dfb2fe,0x202f04fc,0x39017fac,0x3d200002,0x1000000f,0xeb000f32,0x004ffaff,0xb0040580,0xfa2ff7ff,0xb06701d0,0x0b022073,0x02b8407d,0xf3f5fc8f,0x9c3e7000,0xeda00000,0x00de0000,0x060c0f77,0x13cfb1fe,0x202d050c,0x3a018fac,0x3d300002,0x2000000f,0xea000f33,0x002ff9ff,0xb0050580,0xfa2ff7ff,0xb06701d0,0x0c02c09a,0x02b8417d,0xf3f5fc9f,0x9c3e7000,0xeda00000,0x00df0000,0x060c0f77,0x13cfb2fe,0x202d050c,0x3a018fac,0x3d300002,0x2000000f,0xea000f33,0x002ff9ff,0xb0050580,0xfa1ff7ff,0xb06801e0,0x0b0280f2,0x01f8427d,0xe3f6fc9f,0x9b3e7000,0xed800000,0x00e00000,0x050c0f76,0x13bfb1fe,0x102d04fc,0x3a018fac,0x3d200002,0x2000000f,0xec000f33,0x004ffaff,0xb0020580,0xfa1ff7ff,0xb06801e0,0x0b030133,0x02083e7d,0xe3f5fcff,0x9d3e6000,0xed800000,0x00dc0000,0x0a0c1f76,0x135fb3fe,0x102b04fc,0x3a019fad,0x3d300002,0x3000000f,0xed000f35,0x003ff9ff,0x90010570,0xf9fff7ff,0xc06b0200,0x0c04c177,0x02583b7e,0x13f5fe3f,0xa63e1000,0xedc00000,0x00cc0000,0x0e0c1f76,0x11efb9fe,0x002f051c,0x3801bfab,0x3d400002,0x2000000f,0xef000f31,0x004ffaff,0x7ffe0560,0xf99ff8ff,0xd0740220,0x0c0561a9,0x01c83d7e,0x43f5ff8f,0xaf3dd000,0xedc00000,0x00c10000,0x0f0c1f77,0x104fbefd,0xc038050c,0x34018fa8,0x3d300002,0x3000000f,0xf6000f29,0x00bffdff,0x6ff50560,0xf8fffe00,0x00810230,0x090461cc,0x00c8367e,0x53f3018f,0xb03d6000,0xed700000,0x00c50000,0x1d0c7f79,0x0d4fbcfd,0x403504dc,0x33017fa4,0x3d300003,0x0000000f,0xf5000f34,0x00affafe,0xfff10520,0xf8400d00,0x50910280,0x0802e1f3,0xff88267e,0xf3ea050f,0xb93c7000,0xed700000,0x00c40000,0x3c0d0f7c,0x07ffbbfc,0xb02a049c,0x38017f9f,0x3d700004,0x9000000f,0xe8000f52,0x000ff1fd,0xfffa0470,0xf7d02700,0x70a90340,0x1102c213,0xfe483880,0x93ed06ef,0xd83bc000,0xedb00000,0x00b50000,0x340cef75,0x03efc5fc,0x903a03fc,0x36007f9b,0x3d800006,0x3000000f,0xd5000f5d,0xff6feefd,0x60060410,0xf7403d00,0xa0c503c0,0x10011222,0xfc98347f,0xf3f008cf,0xe83b3000,0xeb200000,0x00c90000,0x380d7f72,0x00efc3fd,0x004a02ac,0x30ff4fa1,0x3d400008,0x6000000f,0xbe000f66,0xff0fedfd,0x400b03e0,0xf7104b00,0xd0d10430,0x0dff222a,0xfb281c7f,0x43e80bcf,0xf53a5000,0xe9900000,0x00db0000,0x550e1f75,0xfd4fbdfd,0x704a01dc,0x30feefa5,0x3d400009,0xe000000f,0xae000f76,0xfe9fe8fc,0xd0120380,0xf7004d00,0xe0d30450,0x0cfed22b,0xfaf8157f,0x23e50c7f,0xf83a2000,0xe9600000,0x00de0000,0x5d0e3f76,0xfc7fbbfd,0x804901bc,0x30feefa6,0x3d40000a,0x2000000f,0xab000f7a,0xfe8fe6fc,0xb0130360,0xf7205400,0xf0cf0490,0x0fff222a,0xfb38177f,0xc3e40e10,0x0f3a3000,0xea600000,0x00d30000,0x580daf74,0xfaffbcfd,0x604b016c,0x32fecfa6,0x3d60000a,0x7000000f,0xa8000f80,0xfe5fe4fc,0x60170320,0xf7506900,0xf0c70520,0x19002229,0xfbf82181,0x63e412a0,0x533a6000,0xed000000,0x00b60000,0x430bff6d,0xf6dfbcfd,0x005200ac,0x34fe6fa8,0x3db0000b,0x7000000f,0xa0000f8e,0xfdcfdefb,0x90210260,0xf7407000,0xf0cf0530,0x19001227,0xfbc82b81,0x33ea1330,0x663ab000,0xec700000,0x00ba0000,0x350bcf6c,0xf69fbcfc,0xe05a005c,0x31fe0fa7,0x3da0000b,0xd000000f,0x9d000f8c,0xfdbfdffb,0x90220250,0xf6f08101,0x00df05b0,0x18ff7221,0xfb083480,0x43f615a0,0x993b5000,0xeac00000,0x00cb0000,0x250bdf6a,0xf4efb4fc,0xc066ffbc,0x2cfd3fa9,0x3d80000d,0x0000000f,0x8f000f91,0xfd7fdefb,0x70260220,0xf6909201,0x10e406c0,0x18ff0218,0xfad8257f,0x63f51af0,0xe53c2000,0xea300000,0x00e00000,0x310c1f6b,0xf0efa5fc,0x9065ff2c,0x30fccfad,0x3db0000e,0x2000000f,0x7c000fa5,0xfd2fd7fa,0xd02e01a0,0xf6809d01,0x00e50790,0x1f000211,0xfbd81e7f,0x93f12091,0x403dc000,0xeb900000,0x00e50000,0x300b1f6d,0xedcfa3fb,0xc060fefc,0x39fcbfaf,0x3e20000e,0x7000000f,0x73000fb6,0xfcffcdfa,0x40340130,0xf680a101,0x00ea0800,0x2600b20e,0xfc78277f,0xb3f42401,0x7f3fb000,0xec400000,0x00df0000,0x200a3f6b,0xecdfacfb,0x1062ff0c,0x3bfc8faf,0x3e40000e,0x5000000f,0x71000fb8,0xfcefc9fa,0x20370110,0xf670a401,0x00ef08f0,0x2700f203,0xfcd8227e,0xc3f927f1,0xbe434000,0xebc00000,0x00df0000,0x280a6f6e,0xecafbaf9,0xe065ff1c,0x3afc5fb2,0x3e20000e,0x5000000f,0x69000fb8,0xfcffc9fa,0x403a0100,0xf660a701,0x00eb0ba0,0x2a0141e0,0xfdc7f87d,0x93f22df2,0x0e493000,0xec300000,0x00f10000,0x660baf78,0xed1fccf7,0x4066feec,0x3afc3fbb,0x3e10000e,0x7000000f,0x58000fbb,0xfd0fc6fa,0x403f00e0,0xf690aa00,0xf0eb0d70,0x330151c4,0xfe17ef7d,0xf3ee3122,0x344c6000,0xed100000,0x00f90000,0x810c0f7c,0xee2fdcf5,0x2064febc,0x3dfc4fbf,0x3e40000e,0x7000000f,0x54000fc0,0xfcffc3fa,0x204100b0,0xf7b0b801,0x00ed1080,0x3f01018a,0xfe881e7f,0x33fa3842,0x7b53a000,0xedb00000,0x00ef0000,0x7a0cdf82,0xef1008f1,0x0066fdac,0x42fbefcc,0x3ec0000e,0xa000000f,0x54000fca,0xfc9fbbf9,0x90460030,0xf920d701,0x10cd12f0,0x3601b14f,0xfff8217f,0xa3f93c12,0xa957b000,0xee100000,0x00ee0000,0xa40ebf95,0xedd029ed,0xb06ffb5c,0x44fa9fd8,0x3f10000f,0xb000000f,0x5a000fe1,0xfc3faff9,0x0049ffb0,0xfa60f601,0x30af1420,0x2c022127,0x0098117f,0xf3ef3df2,0xbe59b000,0xeea00000,0x00ec0000,0xcb0f9fa1,0xece045eb,0xa075f95c,0x46f94fdf,0x3f500010,0xa000000f,0x64000ffa,0xfbffa3f8,0x804bff50,0xfb611a01,0x50aa14f0,0x3201e0fb,0x00384681,0x23f84912,0xe1619000,0xef000000,0x00be0000,0x820e9f87,0xe90050e8,0xb091f86c,0x3df71fd4,0x3f400010,0x9000000f,0x7d000ffe,0xfbef9ef8,0xa04bff60,0xfbe14201,0x90a415e0,0x300280ce,0x00886781,0x03ff4e82,0xf2669000,0xee600000,0x009e0000,0x510dff7a,0xe6305ae5,0xf0b4f79c,0x2df4afc8,0x3f100010,0xd000000f,0x8e000002,0xfbff99f8,0xb04aff60,0xfc416502,0x308f16e0,0x1f0400a9,0x01984980,0x53f54a82,0xee65c000,0xee800000,0x009e0000,0x710e1f85,0xe64065e5,0xb0b8f64c,0x2af3efca,0x3f700012,0x0000000f,0x88000023,0xfbff88f7,0x3052fe60,0xfcd18202,0xa08317b0,0x1c057084,0x02884481,0x43eb49f2,0xfc63f000,0xf0300000,0x009d0000,0x740d7f84,0xe64062e6,0x10bdf58c,0x2bf36fca,0x40000012,0x7000000f,0x8500003b,0xfbef7af5,0xf05afd70,0xfcd19a02,0x90891810,0x25064067,0x03186881,0x93f34db3,0x0464c000,0xf0000000,0x00870000,0x490cff7a,0xe62059e7,0x10dbf5bc,0x20f1cfc0,0x3fe00012,0x2000000f,0x8b000036,0xfbff79f6,0x405afd90,0xfd01ae02,0xb0871880,0x1d06604f,0x03586380,0x43f64cf2,0xf4675000,0xee600000,0x006e0000,0x4b0d4f7e,0xe5e04ce8,0xa0e4f52c,0x1df11fc3,0x40100012,0x9000000f,0x84000043,0xfbff72f5,0xa05ffd10,0xfd71b802,0xf07b1910,0x1206903d,0x03b8467f,0xd3ed4812,0xe966f000,0xee800000,0x006b0000,0x650d4f84,0xe5b03dea,0x80ddf48c,0x23f18fc8,0x40a00012,0xf000000f,0x7d000056,0xfbef69f4,0x8067fc30,0xfda1c402,0xf07b1980,0x19070029,0x04285580,0x63ed4592,0xeb658000,0xef800000,0x006b0000,0x4b0c6f7c,0xe5602cec,0x80e9f4cc,0x20f0ffc2,0x40c00012,0x7000000f,0x84000053,0xfbef68f4,0x7069fc20,0xfd91ce02,0xe0811990,0x1e07201b,0x04587180,0x63f74652,0xf064d000,0xef500000,0x006a0000,0x260c0f75,0xe5201bee,0x90f8f4fc,0x19f01fbe,0x40700012,0x5000000f,0x8500004f,0xfc0f6af4,0xd068fc40,0xfd71d402,0xf08219a0,0x1c071016,0x0468777f,0xf3fc4712,0xf064f000,0xeec00000,0x00670000,0x1d0c3f73,0xe4e00cf0,0x70fbf4cc,0x16efdfc1,0x40400012,0x8000000f,0x80000052,0xfc1f69f4,0xd068fc30,0xfd91d603,0x107f19d0,0x17071011,0x0488697f,0xb3f945a2,0xee647000,0xeec00000,0x00680000,0x2b0c7f76,0xe4bffff1,0xf0f5f47c,0x17f01fc4,0x40600012,0xd000000f,0x7b00005b,0xfc2f64f4,0x606afbd0,0xfd91d703,0x207e19f0,0x1607100f,0x0488637f,0xa3f74512,0xed643000,0xeed00000,0x00690000,0x310c8f78,0xe49ff7f3,0x00f2f46c,0x18f03fc5,0x40600012,0xf000000f,0x7a00005e,0xfc3f63f4,0x406bfbb0,0xfdd1dd03,0x50761a80,0x15075000,0x04b83d80,0x53e73f92,0xea60d000,0xf0e00000,0x00760000,0x560c3f7f,0xe48ff3f3,0x60ecf46c,0x1cf0afc9,0x40a00012,0xb000000f,0x73000067,0xfc6f5af3,0x606ffb00,0xfdd1dd03,0x50771a80,0x16075fff,0x04b84280,0x63e73fc2,0xeb60b000,0xf1000000,0x00760000,0x510c3f7f,0xe49ff1f3,0x70eef46c,0x1bf08fc8,0x40a00012,0xa000000f,0x73000066,0xfc6f5af3,0x706ffb10,0xfdc1df03,0x50791a90,0x18075ffd,0x04c84c80,0x83e94022,0xec608000,0xf1100000,0x00760000,0x450c3f7e,0xe4afeff3,0x80f3f47c,0x19f05fc8,0x40900012,0x9000000f,0x73000064,0xfc7f59f3,0x906efb20,0xfdc1e303,0x407b1a80,0x17073ffa,0x04e85580,0x43ee40b2,0xed60a000,0xf0a00000,0x00750000,0x380c8f7d,0xe4dfeef3,0x90f7f46c,0x17f01fc9,0x40700012,0xb000000f,0x6f000066,0xfc9f56f3,0x906ffb00,0xfdd1e803,0x607a1a80,0x14072ff5,0x05085280,0x13ee4012,0xee605000,0xf0700000,0x00770000,0x370cbf7d,0xe50fecf3,0xa0f5f43c,0x17f01fcc,0x40700012,0xd000000f,0x6a00006d,0xfcbf4ff3,0x506ffab0,0xfdd1eb03,0x707b1a80,0x14072ff3,0x05085180,0x33ec3f92,0xef602000,0xf0b00000,0x00770000,0x350c9f7c,0xe53febf3,0xb0f5f44c,0x17f00fcc,0x40700012,0xc000000f,0x67000070,0xfcef4cf3,0x206ffa80,0xfdd1ee03,0x707e1a80,0x16071ff0,0x04f85b80,0x33ef3e82,0xee604000,0xf0900000,0x00750000,0x2a0c8f7a,0xe57feaf3,0xb0f8f43c,0x14efdfce,0x40400012,0xe000000f,0x62000073,0xfd2f49f3,0x206ffa60,0xfdd1f003,0x807d1aa0,0x14070fee,0x04f85c80,0x13f03ce2,0xeb603000,0xf0800000,0x00750000,0x2a0c9f7a,0xe5afeaf3,0x90eff41c,0x17efffd0,0x40400013,0x1000000f,0x5c00007d,0xfd4f43f2,0xd071fa10,0xfdd1f103,0x907e1ac0,0x1506ffec,0x05085c80,0x33ef3ca2,0xec604000,0xf0b00000,0x00740000,0x280c8f79,0xe5efe9f3,0x60eaf42c,0x1af00fd1,0x40500013,0x0000000f,0x5a000082,0xfd4f40f2,0xa072f9e0,0xfdd1f103,0x90801ac0,0x1706efec,0x05186080,0x53ef3ca2,0xec604000,0xf0b00000,0x00740000,0x230c6f77,0xe61fe9f3,0x10ecf43c,0x19f00fd0,0x40500012,0xf000000f,0x5a000081,0xfd5f40f2,0xa071f9e0,0xfdd1f203,0x80801ab0,0x1706efec,0x05186180,0x53f03cb2,0xec604000,0xf0b00000,0x00740000,0x220c6f77,0xe64fe9f2,0x90edf43c,0x19efffd0,0x40500012,0xf000000f,0x5a000081,0xfd5f40f2,0xa071f9e0,0xfdc1f203,0x80801ab0,0x1706dfeb,0x04f86280,0x53f03cc2,0xed604000,0xf0b00000,0x00740000,0x210c7f77,0xe67febf2,0x00edf43c,0x19efffd1,0x40500013,0x0000000f,0x59000081,0xfd5f40f2,0xa071f9e0,0xfdb1f303,0x80811ab0,0x18069feb,0x04b86580,0x33f13ce2,0xed605000,0xf0800000,0x00740000,0x1f0c8f77,0xe68feef1,0x40edf43c,0x18efffd3,0x40400013,0x1000000f,0x54000084,0xfd6f3ff2,0x8073f9d0,0xfdb1f303,0x80811ab0,0x18069feb,0x04b86480,0x33f13d02,0xee605000,0xf0800000,0x00730000,0x200c8f77,0xe69ff5f0,0x60edf43c,0x18f00fd3,0x40400013,0x1000000f,0x54000084,0xfd6f3ff2,0x8073f9d0,0xfdc1f303,0x80801ac0,0x17067fea,0x04b85f80,0x43ef3d22,0xee605000,0xf0900000,0x00730000,0x260caf79,0xe65000ef,0x60edf43c,0x18f00fd3,0x40500013,0x0000000f,0x54000083,0xfd6f3ff2,0x7073f9c0,0xfdb1f403,0x80801ac0,0x17065fea,0x04c85e80,0x73ee3d42,0xee606000,0xf0b00000,0x00730000,0x280ccf7b,0xe5f011ee,0x40eef43c,0x18efffd3,0x40500013,0x1000000f,0x53000083,0xfd6f3ef2,0x7073f9c0,0xfda1f503,0x70811ac0,0x18065fea,0x04c86a80,0x93f03d52,0xf5606000,0xf0800000,0x00730000,0x1b0cdf79,0xe5c038ed,0x00eff43c,0x17efefd3,0x40400013,0x1000000f,0x54000083,0xfd6f3ef2,0x9073f9c0,0xfd91f603,0x70801ac0,0x18062fec,0x04886f80,0x83f23d63,0x01606000,0xf0400000,0x00a10000,0x150cdf78,0xe60083eb,0xa0f0f42c,0x18efdfd3,0x40500013,0x2000000f,0x53000084,0xfd6f3df2,0x9073f9c0,0xfda1f603,0x707f1ac0,0x18061fed,0x04886e80,0x83f23d13,0x0e5fb000,0xf0500000,0x00f40000,0x130caf77,0xe810c3e9,0xd0eff42c,0x18efefd3,0x40500013,0x3000000f,0x53000085,0xfd6f3df2,0x8073f9c0,0xfdb1f603,0x707f1ad0,0x17062fee,0x04886e80,0x93f13913,0x1d5d6000,0xf0700000,0x015b0000,0x0f0c5f76,0xeb40fce7,0xd0eef42c,0x19efefd3,0x40600013,0x1000000f,0x54000084,0xfd6f3cf2,0x8074f9c0,0xfdb1f603,0x707e1ad0,0x17064fee,0x04987180,0xb3f23623,0x245c0000,0xf0a00000,0x018e0000,0x0c0c3f74,0xeca0fde6,0x90eef43c,0x19efdfd2,0x40500012,0xe000000f,0x55000083,0xfd8f3df2,0x9074f9d0,0xfdd1f503,0x807c1ae0,0x16065fee,0x04b86b80,0xd3f13673,0x225c3000,0xf0d00000,0x018c0000,0x150c6f76,0xeb80e8e6,0x20e8f44c,0x1cefffd3,0x40500012,0xa000000f,0x57000088,0xfdbf3cf2,0x8073f9d0,0xfdf1f303,0x90791b00,0x14067fed,0x04f86381,0x03ee3743,0x1e5cb000,0xf1300000,0x01730000,0x220c9f78,0xeb10cae8,0x70e5f48c,0x1df02fd1,0x40500012,0x2000000f,0x5b000087,0xfddf3cf2,0x7072f9d0,0xfde1f303,0x90781b00,0x1506bfee,0x05186781,0x23ef38a3,0x175d9000,0xf1500000,0x01400000,0x200caf79,0xea3075ed,0x80e8f4ac,0x1af02fcf,0x40400012,0x0000000f,0x5d000084,0xfdef3df2,0x8071f9e0,0xfde1f103,0xa0771b00,0x1406dfef,0x05186581,0x13f03a43,0x0f5e8000,0xf1300000,0x01040000,0x220cdf7a,0xe95fd8f2,0x90e7f4cc,0x1af04fce,0x40400012,0x0000000f,0x5e000084,0xfdef3cf2,0x7071f9e0,0xfdf1ef03,0xb0741b20,0x14070ff1,0x05285c81,0x33ed3bc3,0x085f7000,0xf1600000,0x00d40000,0x2c0cef7b,0xe8ef83f4,0xe0e5f4ec,0x1bf06fcc,0x40400011,0xe000000f,0x60000083,0xfdef3bf2,0x7071f9e0,0xfde1ed03,0x90741b30,0x17075ff2,0x05486081,0x83ed3d43,0x01605000,0xf1900000,0x00ab0000,0x290cef7a,0xe83fa2f5,0x10eaf51c,0x18f04fc7,0x40200011,0xb000000f,0x6500007b,0xfddf3df2,0xd071fa20,0xfdd1ec03,0x80751b30,0x19079ff4,0x05486681,0x83f03f02,0xf8617000,0xf1400000,0x00910000,0x240d0f78,0xe76fa3f4,0xa0ebf51c,0x18f03fc6,0x40100011,0xd000000f,0x6600007b,0xfddf3df3,0x0070fa40,0xfdd1eb03,0x80741b40,0x1a07aff5,0x05485d81,0x83ee40d2,0xef628000,0xf1200000,0x00900000,0x2c0cff79,0xe69fa4f3,0xd0e7f4fc,0x1af04fc7,0x40100011,0xf000000f,0x6500007f,0xfddf3cf2,0xf070fa40,0xfdd1eb03,0x80751b30,0x1b07bff5,0x05385a81,0x93ed4262,0xe8637000,0xf1200000,0x00900000,0x2c0cbf7a,0xe5efa5f2,0xe0e6f4fc,0x1af05fc7,0x40200011,0xf000000f,0x6500007f,0xfddf3df2,0xe070fa30,0xfdd1eb03,0x80761b40,0x1b07aff5,0x05186081,0xa3ef4372,0xe2642000,0xf1000000,0x00900000,0x250caf7b,0xe56fa6f2,0x20e7f50c,0x1af05fc6,0x40200011,0xf000000f,0x6500007f,0xfddf3cf2,0xe070fa30,0xfdd1eb03,0x80751b40,0x1b07aff5,0x04f85f81,0x93ef43e2,0xe0646000,0xf0e00000,0x00900000,0x250caf7a,0xe53fa8f1,0xd0e6f50c,0x1bf05fc6,0x40200011,0xe000000f,0x6500007f,0xfddf3cf2,0xd071fa30,0xfdd1eb03,0x90751b40,0x1b07cff6,0x04f85c81,0x83ee43b2,0xe0644000,0xf0f00000,0x00900000,0x270c9f7b,0xe53faaf1,0xd0e6f51c,0x1bf07fc6,0x40200011,0xe000000f,0x6500007f,0xfddf3cf2,0xc071fa20,0xfdd1eb03,0x90751b40,0x1b07dff6,0x05085c81,0x83ee43a2,0xe0644000,0xf0f00000,0x00910000,0x270c9f7b,0xe53facf1,0xd0e6f50c,0x1bf07fc7,0x40200011,0xe000000f,0x6400007f,0xfddf3cf2,0xc071fa20,0xfdd1eb03,0x90751b40,0x1b07dff6,0x05085c81,0x83ee43a2,0xdf643000,0xf0f00000,0x00910000,0x270c8f7b,0xe54faef1,0xe0e5f50c,0x1bf07fc7,0x40200011,0xe000000f,0x6400007f,0xfddf3cf2,0xc071fa20,0xfdd1eb03,0x80751b50,0x1b07fff5,0x05085f81,0x83ef43c2,0xe0641000,0xf0e00000,0x00910000,0x240c8f7a,0xe55fb1f1,0xe0eaf50c,0x19f07fc7,0x40200011,0xe000000f,0x6400007c,0xfddf3cf2,0xc071fa20,0xfdd1eb03,0x80751b50,0x1b07fff5,0x05085f81,0x73ef43b2,0xe0640000,0xf0e00000,0x00910000,0x240c8f7a,0xe55fb4f1,0xf0e9f51c,0x19f07fc7,0x40200011,0xe000000f,0x6400007c,0xfddf3cf2,0xc071fa20,0xfdd1eb03,0x80741b50,0x1b07fff5,0x05085f81,0x73ef4382,0xe063e000,0xf0e00000,0x00920000,0x250c8f7b,0xe56fb6f1,0xf0e8f51c,0x19f07fc7,0x40200011,0xe000000f,0x6300007d,0xfddf3cf2,0xc071fa20,0xfdd1ea03,0x80741b60,0x1b080ff5,0x04f85e81,0x73ee4322,0xdf63a000,0xf0f00000,0x00920000,0x260c8f7b,0xe58fb9f2,0x00e6f50c,0x1af07fc7,0x40300011,0xf000000f,0x6300007e,0xfddf3cf2,0xb071fa20,0xfdd1ea03,0x80731b60,0x1c081ff4,0x04f86081,0x73ee42f2,0xe0637000,0xf1000000,0x00930000,0x250c7f7b,0xe59fbcf2,0x10e6f50c,0x1bf08fc7,0x40300011,0xf000000f,0x6300007e,0xfddf3cf2,0xb071fa10,0xfdc1ea03,0x80741b60,0x1c081ff4,0x04f86481,0x73ee42e2,0xe0633000,0xf1200000,0x00940000,0x210c6f7b,0xe5afbff2,0x20e6f50c,0x1bf09fc7,0x40300011,0xf000000f,0x6300007e,0xfddf3cf2,0xa071fa10,0xfdc1ea03,0x70741b70,0x1c081ff3,0x04e86681,0x63ee42c2,0xe0631000,0xf1100000,0x00950000,0x1f0c7f7a,0xe5cfc2f2,0x30e6f50c,0x1bf09fc8,0x40400012,0x0000000f,0x6200007f,0xfddf3cf2,0x9071fa00,0xfdb1ea03,0x70731b70,0x1d082ff3,0x04f86081,0x53ec4262,0xdf62d000,0xf1400000,0x00960000,0x270c8f7a,0xe5dfc5f2,0x40e5f4fc,0x1cf0afc9,0x40400012,0x0000000f,0x61000080,0xfddf3bf2,0x8071fa00,0xfdb1ea03,0x60721b70,0x1d083ff2,0x05085b81,0x53ea4222,0xe0628000,0xf1700000,0x00980000,0x2d0c9f7a,0xe5ffc8f2,0x50e6f4fc,0x1bf0bfc9,0x40500012,0x0000000f,0x6100007e,0xfddf3cf2,0x8072f9f0,0xfda1e903,0x50721b70,0x1e083ff2,0x04f85b81,0x53ea4212,0xe0623000,0xf1700000,0x00990000,0x2f0caf7b,0xe60fcbf2,0x70e7f4fc,0x1bf0bfc9,0x40500012,0x0000000f,0x6000007d,0xfddf3cf2,0x9071fa00,0xfd91e903,0x40721b70,0x1e083ff1,0x04d85981,0x53ea41e2,0xe061e000,0xf1700000,0x009b0000,0x330ccf7c,0xe62fcef2,0x80e6f4fc,0x1cf0bfca,0x40500012,0x1000000f,0x6000007e,0xfdef3cf2,0x9071fa00,0xfd81e803,0x30711b80,0x1f083ff1,0x04e85881,0x53e941b2,0xe061a000,0xf1800000,0x009c0000,0x340ccf7c,0xe64fd1f2,0xa0e5f50c,0x1df0cfca,0x40600011,0xe000000f,0x6000007d,0xfdef3df2,0x9071fa00,0xfd61e703,0x00731b90,0x22084ff0,0x04e85c81,0x63ea4172,0xe1614000,0xf1800000,0x009d0000,0x2e0cbf7b,0xe65fd4f2,0xc0e6f53c,0x1ef0dfca,0x40600011,0xb000000f,0x6000007a,0xfdff40f2,0xa070fa10,0xfd51e203,0x00741bb0,0x26084ff0,0x04e86081,0x53ec4022,0xe060a000,0xf1700000,0x009f0000,0x280caf79,0xe67fd7f2,0xe0e2f53c,0x21f12fce,0x40800011,0xa000000f,0x5c000078,0xfdef44f2,0x9070fa10,0xfd11d702,0xd0751ba0,0x26085ff0,0x04d86281,0x63ea3fe2,0xd8601000,0xf1b00000,0x00ae0000,0x220c5f7b,0xe68fd9f3,0x00d8f5ac,0x29f1efd0,0x40a00010,0xf000000f,0x5c000071,0xfdef49f2,0x906efa20,0xfcc1c702,0xa0761b50,0x25088ff4,0x04a87481,0x93ea3f52,0xd25e7000,0xf2200000,0x00c90000,0x010b7f78,0xe6afdcf3,0x20dcf67c,0x29f25fce,0x4070000f,0xf000000f,0x5f00005a,0xfe0f52f3,0x406afac0,0xfc51b202,0x50781ae0,0x25089ffd,0x04388881,0x13f33e62,0xcb5c2000,0xf1600000,0x00d1000f,0xda0adf74,0xe6bfdef3,0x40def6dc,0x27f2afd0,0x4020000f,0xc000000f,0x5b00004c,0xfe2f59f3,0xd067fb30,0xfbe19c02,0x107a1a40,0x24085ffe,0x0428807f,0xc3f93d32,0xb9598000,0xeff00000,0x00d7000f,0xcf0acf76,0xe6cfe0f3,0x70d1f6cc,0x29f39fda,0x40000010,0x2000000f,0x4f00004c,0xfe2f5bf3,0xb065fb20,0xfb818601,0xd07d1980,0x2407bfff,0x0418707f,0x33f83bc2,0xad56e000,0xefb00000,0x00de000f,0xd90aef7a,0xe6efe1f3,0x90c7f69c,0x2bf42fe0,0x40000010,0x6000000f,0x4800004f,0xfe2f5af3,0x6066faf0,0xfb217201,0x908118a0,0x2306e002,0x03f82c7f,0xb3dd3a22,0x80549000,0xf2600000,0x01230000,0x1c0aff82,0xe6ffe3f3,0xc0acf7ec,0x38f60fdc,0x4020000f,0x0000000f,0x4f000041,0xfdef60f3,0xb065fb30,0xfaf16101,0x708517b0,0x22060004,0x03d8387f,0xa3e03862,0x7b52f000,0xf2300000,0x01260000,0x0b0adf7f,0xe6ffe4f3,0xe0b4f87c,0x35f5ffd9,0x3fd0000e,0xa000000f,0x51000031,0xfdef67f4,0x6062fbb0,0xfad15601,0x608916a0,0x21053007,0x03c8567e,0xe3ed3692,0x6e526000,0xf0b00000,0x011f000f,0xe10aff79,0xe70fe5f4,0x10bdf92c,0x30f62fd6,0x3f60000e,0x6000000f,0x50000015,0xfdff74f5,0x905dfc90,0xfa715201,0x608d1580,0x2004a008,0x03b8497e,0x23ed34c2,0x50512000,0xefe00000,0x011e000f,0xe50b9f7b,0xe71fe5f4,0x40a3f91c,0x38f7cfe0,0x3f90000f,0x1000000f,0x46000016,0xfdcf76f5,0x705afc80,0xfa513401,0x50921450,0x1f046009,0x03a8507f,0xb3e932f2,0x3c4ee000,0xf1d00000,0x0119000f,0xd80b2f73,0xe71fe6f4,0x708df9ac,0x40f95fe0,0x3fc0000e,0xc000000f,0x4b00000d,0xfd8f7cf5,0xd056fcc0,0xf9c11900,0xf0971320,0x1e03c011,0x03e87c80,0x93f13132,0x264e0000,0xf2100000,0x0106000f,0xa50a7f68,0xe71feef5,0x6097fb3c,0x3af97fd4,0x3f10000d,0x8000000f,0x5a000fe6,0xfd8f90f7,0xa04efe00,0xf9610900,0xe09c11e0,0x1d03a018,0x03f87180,0x03f22f92,0x014c7000,0xf1700000,0x0104000f,0xb20aef6d,0xe96ffdf6,0x3094fbbc,0x39f9ffd3,0x3ee0000d,0x6000000f,0x5b000fd9,0xfd8f98f8,0x504bfe70,0xf900e601,0x00a010b0,0x1c032023,0x03a8327f,0x73e72e21,0xab486000,0xf1900000,0x0105000f,0xf90c0f7d,0xefe013f8,0xd06efbec,0x45fc1fdb,0x3f30000d,0xc000000f,0x56000fdf,0xfd7f9af8,0x4046fe70,0xf900cc00,0xd0a50f70,0x1b02f02a,0x03284680,0x43ed2cf1,0x8a471000,0xf1e00000,0x00f1000f,0xdf0b6f75,0xf36014fa,0x2063fcdc,0x47fcffd5,0x3f10000c,0xe000000f,0x65000fcf,0xfd7fa4f9,0x1040ff10,0xf890af00,0x90aa0e50,0x1a01c027,0x02485f80,0x63f82c01,0x6244d000,0xf1000000,0x00e3000f,0xc40b7f73,0xf67013fb,0x8063fdcc,0x42fd5fd0,0x3e70000c,0x3000000f,0x70000fb3,0xfdbfb4fa,0xb0370030,0xf8409b00,0x80ae0d30,0x1900701a,0x01b84280,0x13f52b71,0x2c41e000,0xf0700000,0x00e4000f,0xe90c6f7f,0xfa3011fd,0x3053fdec,0x45fe2fd3,0x3e70000c,0x7000000f,0x71000fb1,0xfdbfb9fb,0x20310080,0xf8408b00,0x70b30c20,0x18002015,0x01782980,0x73ee2b31,0x09400000,0xf0c00000,0x00e3000f,0xff0c2f83,0xfd4004fe,0x1043fe4c,0x4dff0fce,0x3ec0000c,0x3000000f,0x80000fb1,0xfd9fbafb,0x502b0090,0xf8408400,0x50b60b20,0x17fff017,0x01382b80,0xa3ef29c0,0xfd3f5000,0xf0900000,0x00df000f,0xf80bdf82,0xfe9ffefe,0x4041fe8c,0x4dff3fca,0x3eb0000b,0xe000000f,0x89000fab,0xfd9fbefb,0x902800d0,0xf7e06f00,0x30ba0a40,0x16fe5021,0xfff84f7f,0xc4062470,0xdb3e0000,0xee100000,0x00d0000f,0xc40bef7b,0x02dff8fe,0xf04aff0c,0x42ff0fc6,0x3e00000b,0x9000000f,0x93000f8e,0xfdefcffd,0x001d01e0,0xf7c06600,0x20bd0990,0x15fd8022,0xffa8497f,0x24092200,0xc93d4000,0xed300000,0x00d4000f,0xc80c3f7a,0x048ff0ff,0x6044ff1c,0x43ff4fc8,0x3df0000b,0xb000000f,0x92000f8c,0xfdffd1fd,0x401a0210,0xf8005600,0x00bf08f0,0x15fda020,0xfff82d80,0x13fc2050,0xb23b6000,0xeea00000,0x00d9000f,0xe70c2f82,0x04bfdeff,0x9036ff6c,0x49000fc7,0x3e20000b,0x3000000f,0x9f000f8a,0xfdffd2fd,0x70140240,0xf8304cff,0xe0c10870,0x14fdd01f,0x00381d80,0xc3f31fa0,0xa73a4000,0xefd00000,0x00db000f,0xfb0bff87,0x048fd4ff,0xb02dffac,0x4d008fc5,0x3e40000a,0xd000000f,0xa8000f88,0xfdefd3fd,0x90100260,0xf8304bff,0xe0c20830,0x14fdd01f,0x00381e80,0xe3f41f60,0xa53a2000,0xefe00000,0x00db000f,0xfa0bff86,0x04afd3ff,0xb02dffac,0x4d008fc5,0x3e40000a,0xd000000f,0xa8000f87,0xfdefd3fd,0x90100260,0xf8503aff,0xf0c30810,0x14fda01d,0x00685481,0xa40918e0,0x9038f000,0xef200000,0x00d8000f,0xc40bcf7c,0x095fccff,0x902c003c,0x47012fc6,0x3e20000a,0x0000000f,0xb1000f76,0xfe2fdbfd,0xc00902b0,0xf8503aff,0xf0c20810,0x13fda01d,0x00685381,0x940918a0,0x8d38e000,0xef000000,0x00da000f,0xc60bdf7c,0x097fcbff,0x902c003c,0x47012fc6,0x3e10000a,0x0000000f,0xb1000f77,0xfe2fdbfd,0xd00902c0,0xf84033ff,0xf0be0770,0x0cfd2017,0x00984180,0xe4071500,0x6a37f000,0xee100000,0x00f0000f,0xe20caf7d,0x0b3fbeff,0xb023000c,0x49017fc8,0x3e10000a,0x4000000f,0xb2000f7a,0xfe3fdbfd,0xd00502d0,0xf83028ff,0xe0b306c0,0x06fce00f,0x01082880,0xf3ff1190,0x4336c000,0xee500000,0x01010000,0x060d2f83,0x0c2fb3ff,0x801a001c,0x4b020fc8,0x3e20000a,0x4000000f,0xb7000f7b,0xfe5fdcfd,0xefff02e0,0xf85021ff,0xd0ab0640,0x05fd500a,0x01582f81,0xd4001010,0x3736c000,0xef600000,0x00f9000f,0xfe0cbf81,0x0bffb3ff,0x0018007c,0x4a024fc5,0x3e100009,0xa000000f,0xc0000f74,0xfe7fdffe,0x1ffc0310,0xf88017ff,0xd0a504ef,0xfbfd4008,0x01383581,0xc4090c90,0x1636f000,0xeeb00000,0x00fc000f,0xf30cbf81,0x0b4fb2fe,0x501e013c,0x42023fc4,0x3da00008,0x3000000f,0xcb000f62,0xff0fe7fe,0xbff60380,0xf89012ff,0xe0a0044f,0xf2fcb006,0x01381f81,0x44050baf,0xfc36c000,0xedf00000,0x01070000,0x0d0d4f89,0x098fadfe,0x101a019c,0x41024fc6,0x3d800007,0x7000000f,0xcd000f62,0xff5fe9fe,0xcff30390,0xf8d00fff,0xe09803ef,0xeefc8003,0x01681081,0x63ff0a8f,0xeb36f000,0xee300000,0x01080000,0x200d4f8b,0x08cfaefd,0xa012022c,0x4302efc6,0x3db00006,0x8000000f,0xd2000f66,0xff8fe7fe,0x5ff30360,0xf91008ff,0xe094032f,0xedfcd000,0x01b81881,0xe40305cf,0xcf388000,0xee600000,0x01060000,0x180caf86,0x0abfbbfc,0x701302dc,0x42036fc3,0x3dd00005,0x3000000f,0xdc000f5e,0xffefe9fe,0x3ff10350,0xf91006ff,0xd09b025f,0xe9fc6002,0x01b81481,0x640402ef,0xaf39a000,0xed200000,0x011a0000,0x190cbf87,0x0b7fbdfb,0xe01602fc,0x41034fc3,0x3db00004,0xb000000f,0xdf000f59,0x003febfe,0x6fee0370,0xf91005ff,0xd09a01af,0xe5fb8002,0x01e80080,0xd3fa024f,0x933a1000,0xec500000,0x01280000,0x290cff8b,0x0a1fb8fb,0xa00e034c,0x43036fc4,0x3db00004,0x6000000f,0xdf000f61,0x002feafe,0x4fee0370,0xf93004ff,0xd095013f,0xe6fb3001,0x0207fa80,0xf3f6019f,0x8a3a7000,0xeca00000,0x01230000,0x2a0cbf8b,0x099fbbfb,0x700b03ac,0x44039fc4,0x3dc00003,0xf000000f,0xe1000f62,0x002fe9fe,0x2fed0370,0xf93002ff,0xc09400bf,0xe7fb7004,0x01e80381,0x03f7ff6f,0x853b5000,0xecd00000,0x01190000,0x1c0c2f87,0x0a5fc3fb,0x901003dc,0x4203afc2,0x3dc00003,0x9000000f,0xe6000f5a,0x004febfe,0x3feb0370,0xf93ffeff,0xc097ffdf,0xe9fbb00b,0x01781180,0x73f9fcbf,0x763c7000,0xec200000,0x011a0000,0x070bcf82,0x0b0fc3fc,0x0018040c,0x3c039fc1,0x3d800003,0x2000000f,0xea000f4e,0x008ff0fe,0x8fe803b0,0xf91ff9ff,0xc095ff8f,0xebfbc00d,0x01c80780,0x13f0fbff,0x6d3cc000,0xec700000,0x01150000,0x140b8f83,0x0a5fc1fc,0x6015044c,0x3b03cfc4,0x3d600002,0xe000000f,0xe7000f4c,0x00aff1fe,0xafe703e0,0xf90fefff,0xc097ffbf,0xedfbf00a,0x02880780,0x43ebfaaf,0x6c3d3000,0xed800000,0x01090000,0x1e0aff86,0x0a6fc4fd,0x001104bc,0x38040fc6,0x3d300002,0x8000000f,0xe7000f46,0x00bff5ff,0x0fe50420,0xf8cfe6ff,0xd09f000f,0xebfbb009,0x02f80d7f,0xb3edfa0f,0x623db000,0xed000000,0x01120000,0x1e0b5f85,0x0a1fbcfd,0x701404ec,0x30040fc8,0x3cc00002,0x3000000f,0xe2000f39,0x012ffbff,0xafe40490,0xf8afe0ff,0xe0a6002f,0xe9fb400a,0x0358007e,0xf3eafaff,0x573db000,0xec400000,0x011f0000,0x2e0bef86,0x08afb3fd,0x900d04ec,0x2d044fcc,0x3c900002,0x4000000f,0xdc000f3a,0x014ffdff,0xdfe404a0,0xf89fd8ff,0xe0a5005f,0xecfb700a,0x03a7ec7e,0x73e1fadf,0x5a3de000,0xecb00000,0x01120000,0x420b8f89,0x07ffb3fd,0x8ff4053c,0x3004bfce,0x3c900002,0x6000000f,0xdd000f4b,0x00effcff,0xdfe304c0,0xf88fcdff,0xe0a8009f,0xf0fbc00c,0x03a7f47e,0x23e5f92f,0x613e6000,0xed100000,0x01060000,0x380b2f88,0x093fb4fd,0x6fe1059c,0x2d050fcc,0x3c600002,0x7000000f,0xdf000f52,0x00afff00,0x3fe20500,0xf84fc4ff,0xf0ad00ef,0xf0fbb00d,0x03b7f57d,0x63e9f8df,0x623ea000,0xec600000,0x01070000,0x370bff86,0x09afaffd,0x2fd605cc,0x2a054fcd,0x3c300002,0x7000000f,0xdd000f53,0x00d00200,0x8fe20530,0xf84fc1ff,0xf0ae00ef,0xf2fb900e,0x03b7eb7d,0x03e6f92f,0x623e9000,0xec400000,0x01060000,0x430c5f89,0x09cfaefc,0xdfd205dc,0x2a058fcf,0x3c400002,0x7000000f,0xdf000f53,0x00e00100,0x6fe10530,0xf85fc0ff,0xf0ad00df,0xf4fbb00f,0x0387eb7d,0x23e5f8cf,0x653eb000,0xeca00000,0x01020000,0x400c2f8a,0x0a8fb1fc,0xbfd205dc,0x2a05afce,0x3c500002,0x6000000f,0xe3000f51,0x00d00100,0x5fe10540,0xf85fc0ff,0xf0ad00df,0xf4fbc00f,0x0377ec7d,0x33e6f8af,0x663eb000,0xecb00000,0x01010000,0x3e0c1f8a,0x0acfb1fc,0xafd205ec,0x2a05afcd,0x3c500002,0x6000000f,0xe3000f50,0x00c00100,0x6fe10540,0xf88fbdff,0xe0ac007f,0xf9fc1014,0x02f8067c,0xf3eff6df,0x6f3f1000,0xec700000,0x00fd0000,0x1c0bff83,0x0dcfaffc,0x3fd505cc,0x28054fd0,0x3c200002,0x4000000f,0xe3000f4a,0x00d00400,0xdfe20590,0xf88fbdff,0xf0ab007f,0xfafc2014,0x02f8047c,0xe3eef70f,0x703f0000,0xec700000,0x00fb0000,0x1f0c2f83,0x0dffaefc,0x0fd205bc,0x28055fd1,0x3c200002,0x5000000f,0xe2000f4c,0x00d00400,0xdfe10590,0xf89fbbff,0xf0a8008f,0xfafc5015,0x02f7fd7c,0xc3ecf77f,0x733ed000,0xec900000,0x00f60000,0x280c5f84,0x0e4fadfb,0xdfca05ac,0x2b058fd2,0x3c300002,0x9000000f,0xe3000f54,0x00a00100,0xafe00580,0xf8afb9ff,0xf0a5009f,0xfcfc9015,0x02f7fd7c,0xe3ebf76f,0x793ec000,0xed000000,0x00ef0000,0x2a0c3f84,0x0effb1fb,0xdfc9059c,0x2c05afd2,0x3c300002,0xb000000f,0xe6000f53,0x00800000,0x9fe00580,0xf8bfb8ff,0xe0a400af,0xfefcb014,0x02f8037d,0x03edf70f,0x7e3ed000,0xed300000,0x00ec0000,0x260c3f84,0x0fafb1fb,0xffd4057c,0x2a058fd1,0x3c200002,0x9000000f,0xe8000f48,0x00b00200,0xcfe005b0,0xf8bfb8ff,0xf0a400af,0xfdfcc015,0x02f8047d,0x03eef6df,0x803ee000,0xed200000,0x00ec0000,0x270c6f84,0x0fbfaffb,0xffd4055c,0x2b058fd1,0x3c200002,0xa000000f,0xe8000f4b,0x00a00200,0xbfdf05b0,0xf8bfb8ff,0xf0a300af,0xfefcd015,0x02f8047d,0x03eef6ef,0x803ed000,0xed200000,0x00ec0000,0x270c7f84,0x0f8fb1fb,0xffd2056c,0x2d059fd1,0x3c300002,0xb000000f,0xe9000f4d,0x00700100,0xafdf05b0,0xf8cfb8ff,0xf0a200af,0xfffd0015,0x02f8067d,0x13eef6ef,0x813ec000,0xed400000,0x00ec0000,0x250c6f83,0x0f4fb5fc,0x0fd6055c,0x2c05bfd0,0x3c300002,0xa000000f,0xec000f48,0x00700200,0x9fdf05b0,0xf8cfb8ff,0xf0a200a0,0x00fd2014,0x02f8077d,0x13eff6cf,0x833ec000,0xed300000,0x00ec0000,0x240c6f82,0x0f5fb4fb,0xffe1052c,0x2a05afd0,0x3c300002,0x8000000f,0xeb000f3e,0x00c00400,0xafdf05c0,0xf8cfb8ff,0xf0a200a0,0x00fd3014,0x02f8047c,0xf3eff6cf,0x843ec000,0xecf00000,0x00ee0000,0x260c9f81,0x0f5fb3fb,0xdfe804fc,0x29059fd0,0x3c200002,0x7000000f,0xeb000f38,0x01000600,0xafdf05c0,0xf8dfb8ff,0xf0a100b0,0x00fd5014,0x02f7fd7d,0x03edf70f,0x863ea000,0xece00000,0x00ee0000,0x2c0caf82,0x0f5fb5fb,0xbfe604fc,0x2a059fd0,0x3c200002,0x8000000f,0xeb000f3a,0x00e00400,0xafdf05c0,0xf8dfb8ff,0xf0a100b0,0x01fd6014,0x02e7fe7d,0x33edf6ef,0x883ea000,0xecf00000,0x00ee0000,0x280c6f83,0x0fafb7fb,0xbfe704fc,0x2a059fd0,0x3c200002,0x8000000f,0xec000f39,0x00e00500,0xafdf05c0,0xf8dfb9ff,0xf0a100c0,0x00fd5013,0x02d7fe7c,0xf3eff72f,0x893e9000,0xec400000,0x00ef0000,0x240caf83,0x0f8fb3fb,0xafec04dc,0x29058fd1,0x3c200002,0x7000000f,0xeb000f36,0x01000600,0xafdf05c0,0xf8efbaff,0xf0a000ef,0xfffd3013,0x02d7f47c,0xd3edf7bf,0x8a3e7000,0xebe00000,0x00ee0000,0x2a0ccf83,0x0f0fb1fb,0x9fee04cc,0x29057fd1,0x3c200002,0x7000000f,0xeb000f35,0x01100600,0xafdf05c0,0xf8ffbbff,0xf09d00f0,0x00fd4012,0x02d7f17d,0x13ebf78f,0x8e3e7000,0xec500000,0x00ea0000,0x2b0c6f84,0x0f1fb4fb,0xafef04cc,0x29055fd0,0x3c200002,0x7000000f,0xec000f35,0x01000600,0xbfe005d0,0xf8ffbcff,0xe09c00f0,0x00fd6011,0x02d7f57d,0x43ecf74f,0x8f3e8000,0xec800000,0x00e80000,0x260c3f85,0x0f5fb5fb,0xbff204dc,0x29053fd0,0x3c100002,0x5000000f,0xec000f32,0x01100800,0xdfe005d0,0xf8ffbcff,0xe09d00f0,0x00fd6011,0x02c7f67d,0x43ecf73f,0x8f3e8000,0xec800000,0x00e80000,0x250c3f85,0x0f5fb5fb,0xbff304dc,0x28052fd0,0x3c100002,0x5000000f,0xec000f31,0x01100800,0xdfe105e0,0xf8ffbdff,0xe09c00f0,0x00fd6011,0x02d7f57d,0x33ecf76f,0x8f3e8000,0xec700000,0x00e90000,0x260c4f85,0x0f2fb4fb,0xbff404cc,0x28051fd0,0x3c100002,0x5000000f,0xeb000f31,0x01200800,0xdfe105e0 +}; + +u32 ANIM_ENTRY_fire_standing_left_one_handed_weapon_fast[] = +{ + 0xfe9f4aff,0x20350960,0x00011024,0xfe31b1fd,0xaccdf7ef,0x9b36ffe4,0xf1403201,0xd0ed035f,0xf6fce003,0xfd9f8806,0x36ca7e43,0xef0b301c,0x3c700a09,0x3019ff5f,0x6601affe,0xf56fedf9,0x707a0320,0xfebf45ff,0x00310980,0x02019029,0xfe21b6fd,0xacd1f87f,0x9936ffe3,0xf0e03301,0xd0ed035f,0xf4fd3002,0xfddf8806,0x66ca7e63,0xf10ac017,0x3c700a09,0x701aff6f,0x71018ffe,0xf55ff5f9,0x807803a0,0xfecf3efe,0xf02e09c0,0x0301b030,0xfe31b3fd,0xbcd5f91f,0x9736dfe2,0xf0b03401,0xe0ef035f,0xf2fd1006,0xfddf8606,0xa6c77e73,0xf30a7013,0x3c700a09,0xa01bff7f,0x7b016ffe,0xf53ff8f9,0x80730430,0xfedf38ff,0x102c0a00,0x0101b032,0xfe31affd,0xacdbf9bf,0x9636bfe2,0xf0b03401,0xe0f1036f,0xebfd000b,0xfdcf8506,0x76c17e63,0xf20a100e,0x3c500b09,0xc01bff8f,0x86014ffd,0xf4fff4f9,0x706b04c0,0xfedf31ff,0x202b0a4f,0xff01b033,0xfe51abfd,0x9ce1fa6f,0x92368fe2,0xf0c03402,0x00fb038f,0xe5fd3011,0xfe4f8705,0xb6bc7e73,0xf20a300c,0x3c600b09,0xf01cff9f,0x8b014ffc,0xf4aff1f9,0x706604c0,0xff2f2aff,0x20260a7f,0xfd01a038,0xfe71a7fd,0xacebfb8f,0x8b364fe1,0xf0403602,0x511003ef,0xe4fd300f,0xff5f8d04,0x06bb7ee3,0xf40a8013,0x3c800c0a,0x601dff8f,0x89014ffb,0xf46ff0f9,0xa0660480,0xff9f24ff,0x30200a9f,0xfb01703e,0xfe11a0fd,0xfcfcfcbf,0x8235efdc,0xeed03c02,0xc12d045f,0xf6fd5000,0x01afa701,0xc6bd7fa3,0xf60af01d,0x3cb00d0b,0x101fff8f,0x82015ffa,0xf42ff1f9,0xc0660420,0x000f22ff,0x10200a7f,0xfc013046,0xfdb183fe,0xad15fdaf,0x7d354fd3,0xeca04503,0x414e04d0,0x23fcffe0,0x04bfce00,0x56c18093,0xfc0bd029,0x3d200f0c,0x3022ff7f,0x76017ffa,0xf3dff1fa,0x106c0340,0x00cf23fe,0xe01e0a5f,0xfc00b04e,0xfd2150ff,0xed37fe8f,0x7e343fc9,0xea504f04,0x317e05b0,0x44fc5fc1,0x063fe400,0x36c88264,0x070cc040,0x3db0140e,0x3028ff4f,0x5e01bffb,0xf37ffffa,0x508102c0,0x017f30fe,0xb0240a2f,0xfeff7057,0xfc211b01,0x4d61ffcf,0x8432bfbf,0xe8505805,0x71b806e0,0x2cfc7fbf,0x05aff700,0xa6d184c4,0x170c705b,0x3e101b11,0x2031ff0f,0x39022ffc,0xf2d003fa,0xa09702e0,0x018f4afe,0x803d0a30,0x09fde05b,0xfa80ec02,0x5d8d01df,0x8f30efb5,0xe6606107,0x31f9086f,0xf9fe1fe7,0x053011ff,0xf6d386c4,0x2a0ad06e,0x3e502614,0x803cfeaf,0x0f029ffe,0xf22ff5fa,0xf0ab03b0,0x013f69fe,0x50630b50,0x1dfc7058,0xf890c002,0x9db8047f,0x9e2f1faa,0xe4606b09,0x523d0a4f,0xeffe801a,0x03701dfe,0x26d08864,0x3f09007b,0x3e803117,0xd047fe3e,0xe4031fff,0xf12fdffb,0x50c20410,0x00ff8efe,0x40890d60,0x35fb8056,0xf6709402,0x2ddc073f,0xb32d3f9e,0xe250760c,0x32820cc0,0x06fcd044,0x000018fc,0x66cb8a34,0x50077093,0x3e703f1a,0xf054fd8e,0xaa03dfff,0xefffc6fb,0xf0e10400,0x00bfc4fe,0x70b20f50,0x55fb5055,0xf4005f01,0xeded091f,0xd22b8f8d,0xdfb0850f,0xd2c20ff0,0x17fa9058,0xfe1013fa,0xe6d88c94,0x5904b0b3,0x3dd04f1e,0x5063fc7e,0x5f04e000,0xeebfb9fc,0xb1020420,0x002000fe,0xb0e51170,0x83fb7051,0xf1702f02,0x2def09ff,0xff2a7f73,0xdc609c13,0x62f11340,0x0ffa304f,0xfd5013f8,0x96f28f14,0x570190cd,0x3cb06522,0x2076fb1e,0x13062fff,0xed3fc1fd,0x81260400,0xfef039ff,0x21231380,0xbbfc704f,0xef500f03,0x7de70ad0,0x3b29cf51,0xd900b917,0x331516df,0xf3fad04e,0xfbe00cf6,0xa71a9114,0x48ff20d7,0x3b508326,0x3090f97d,0xd0078ffe,0xebffd3fe,0x614a0320,0xfd9065ff,0xe16c15d0,0xf9fd704c,0xedfff805,0x9dde0ad0,0x85298f39,0xd720ce1b,0x13301a8f,0xd3fb1054,0xf9aff4f6,0x873e92a4,0x32fe70db,0x3a60ac2a,0x50b5f78d,0x91094ffd,0xeb4fe6ff,0x617201d0,0xfc807f00,0x91b91911,0x45fec03c,0xed1ff008,0x5dda0940,0xcb293f38,0xd720cf1d,0xe3411d2f,0xd2fb2060,0xf6afc2f7,0xb74d9414,0x22ff30e9,0x39e0e22e,0x20e6f4bd,0x4b0bcffc,0xeaaffa00,0x719c0110,0xfbb08f01,0x72041c31,0x8f00901e,0xed8fed0b,0x3de50661,0x0928bf4d,0xd8e0bd1b,0xd3371b3f,0xe6faf05e,0xf67fa7f7,0xf74d94f4,0x19ffe0f7,0x39511c31,0x111cf13d,0x0e0f0ffa,0xe9f00301,0x31bf0080,0xfb10ac02,0x423d1e01,0xc4020fff,0xeeafe10e,0x1dfa0351,0x4428ff6e,0xdc10a016,0x030d15bf,0xf2fad050,0xf70fbff6,0xf7539594,0x0cff90f6,0x38515f33,0x615bed9c,0xe3126ff8,0xe9500401,0xd1df0020,0xfa70d902,0x72541e21,0xe302efe5,0xef4fd010,0xbe050151,0x6e293f94,0xe0d07f13,0x02ef12ff,0xf8f98065,0xf61fc2f5,0xd7689673,0xfffe10ed,0x3771ba35,0x91b4ea2c,0xc515aff6,0xe8d00102,0x71f90060,0xf9e10502,0x425f1df1,0xf8036fcb,0xef4fb211,0xce03ffa1,0x8628dfb5,0xe6406112,0x72e8126f,0xf0f7f076,0xf55facf4,0x97829773,0xf6fc80e6,0x36e22c37,0x4222e64c,0xac196ff4,0xe86ff702,0xf20c0110,0xf9f12302,0x826a1e62,0x0403cfb2,0xef7f9511,0xfdfafdc1,0x93287fc7,0xe9f05012,0xb2ea12af,0xe1f85080,0xf51fabf3,0x678f9853,0xeffba0e8,0x36528938,0x227de25c,0x991d3ff2,0xe81fec03,0x521c0120,0xfa213602,0xe2781f22,0x0e040f9f,0xefef8e11,0xcdedfbf1,0x9b283fd0,0xebe04813,0x42ef132f,0xe0f92093,0xf55faef2,0x278f98c3,0xecfb40e8,0x3602c138,0x82b5df6c,0x8f201ff1,0xe7ffe203,0xa22a0100,0xfa114603,0x22851f82,0x16045f93,0xf02f8810,0xfddbfa91,0xa0281fd6,0xed604214,0x02f713df,0xedf8b095,0xf55f9ff2,0x878e98d3,0xebfaf0e3,0x35d2ea38,0xc2ddddac,0x8921cff0,0xe7ffda03,0xe2380130,0xfa115903,0x52851f72,0x1404bf8d,0xf02f840f,0xcdc5f9d1,0xa4281fdb,0xeec03d14,0x72fb143f,0xf8f7d08f,0xf54f96f3,0x578f9913,0xeafa30df,0x35631e38,0xf310dbbc,0x8423afee,0xe7dfd004,0x42420130,0xfa116a03,0x727e1f32,0x0c04bf8d,0xf04f810e,0x8dadf9c1,0xac280fde,0xefd03914,0x32f8140f,0xfbf7e08b,0xf56f8af3,0x578a9983,0xeef970db,0x35036139,0x3352da4c,0x80251fed,0xe7efc504,0x824500e0,0xfa417603,0x92761f12,0x0004bf8a,0xf06f830d,0x5d9af9d1,0xb6282fe0,0xf0703614,0x02f713df,0xfcf8307b,0xf52f72f4,0x178099d3,0xf5f900db,0x34d37b39,0x436bd90c,0x7d264fed,0xe7ffbb04,0xb2470090,0xfa818103,0xc26b1f01,0xf3047f88,0xf07f8b0c,0x4d8df9c1,0xbe284fe1,0xf0b03513,0xf2f613cf,0xfef85060,0xf45f4ef5,0xa77999f3,0xf7f890dc,0x34836b39,0x335cd79c,0x7a27bfec,0xe80fb704,0xe24a0080,0xfaa18a03,0xe2611ee1,0xe9049f8a,0xf04f910b,0x8d85f941,0xc9281fe0,0xf0603714,0x02f613d0,0x06f88045,0xf1af0bf8,0x57799a03,0xf5f820dc,0x34336f39,0x3360d64c,0x77290fea,0xe7cfbd04,0xf24b0070,0xfaa18e03,0xe25a1ed1,0xe7055f8c,0xf05f960b,0x1d7ff8b1,0xd6280fde,0xefa03a14,0x52fa1420,0x0ff8c035,0xed7ecdfa,0x577b9a13,0xf3f800dc,0x34037d39,0x436ed58c,0x7629cfe7,0xe76fc904,0xf24c0080,0xfa818d04,0x125f1ee1,0xed067f8c,0xf05f940a,0xbd79f931,0xd827ffda,0xeeb03d15,0x330414f0,0x1bf91028,0xec9ecef7,0xe77a99e3,0xf1f810db,0x33d37a39,0x436ad58c,0x7629cfe5,0xe71fd605,0x024d00d0,0xfaa18904,0x42641f51,0xf5076f88,0xf04f8e0a,0x9d79f991,0xca27bfd5,0xed704217,0xb3181740,0x2ef9b021,0xef7f1ef3,0x777399d3,0xf2f830dd,0x33936e39,0x335ed55c,0x7629ffe3,0xe6ffdf05,0x224f0150,0xfab18904,0x42651f71,0xfb07bf88,0xf04f8a0a,0xfd7cf871,0xc2276fd0,0xec10481a,0x23281990,0x33f9f02a,0xf1ef9ff1,0xa76f99d3,0xf2f7f0dc,0x33536539,0x3356d62c,0x77292fe4,0xe72fd705,0x124c0170,0xfab18b04,0x325c1f21,0xf707ef90,0xefdf830b,0xcd7ef7a1,0xcb271fcd,0xeb604b1b,0xf3331b50,0x1df95048,0xf31ff0f2,0x076d99f3,0xf3f7c0db,0x33336239,0x3353d73c,0x79282fe6,0xe76fcf04,0xf2490190,0xfae18c04,0x224a1ed1,0xec088f9c,0xefbf7d0c,0x8d83f811,0xd626ffce,0xebb04a1d,0x833c1ccf,0xfcf91065,0xf44ff5f2,0xb76a9a23,0xf4f790de,0x33035839,0x3349d77c,0x7a27dfe7,0xe7afc504,0xf24701c0,0xfb118a04,0x323c1ea1,0xe3094fa1,0xefaf750c,0xbd8bf8b1,0xdd269fd2,0xecb0461d,0x833c1ccf,0xe8f93076,0xf44fe0f3,0xb7649a33,0xf6f7a0e0,0x32e34339,0x2334d81c,0x7b274fe9,0xe7efbc04,0xf24501c0,0xfaf18904,0x52351e61,0xde09efa4,0xef8f690c,0x6d92f901,0xde263fd7,0xedd0411d,0x533b1caf,0xdbf93082,0xf3cfd5f4,0x276199e3,0xf6f7c0de,0x32e32e39,0x031fd91c,0x7d264fea,0xe81fb604,0xf24301b0,0xfad18804,0x62301e41,0xdd0a1fa6,0xef6f620b,0xfd9af921,0xde263fda,0xee803e1c,0xd3381c2f,0xd1f9a086,0xf3dfcef4,0xb75f99b3,0xf7f7e0db,0x32f32339,0x0315da0c,0x7f255feb,0xe86fb104,0xe24101a0,0xfab18604,0x422c1e41,0xdd0a0fa4,0xef3f590b,0xbd9ff8f1,0xde26afd9,0xee403f1c,0xa3371bff,0xcff9f088,0xf49fd0f5,0x575d99a3,0xfaf7f0d9,0x33131d38,0xf30fdadc,0x81249fed,0xe8bfab04,0xd23e01a0,0xfa818404,0x322c1e41,0xdf0a1fa0,0xef3f530b,0x8da1f8c1,0xdc26ffd6,0xed80421d,0x03381c5f,0xd1f9608b,0xf57fd9f5,0x875b9973,0xfcf820d6,0x33331338,0xe305db6c,0x8223ffee,0xe8efa704,0xd23c01b0,0xfa418504,0x32251e31,0xdc0a5fa0,0xefaf500b,0x9da3f8d1,0xd7272fd1,0xec60471d,0x733a1ccf,0xddf8a089,0xf5cfdbf5,0x875c9933,0xfbf830d2,0x33330738,0xe2fadc3c,0x84232fef,0xe91fa304,0xd23a01c0,0xfa218904,0x321b1e21,0xd60aefa2,0xf00f550b,0x7da6f8f1,0xd0275fcc,0xeb104c1e,0x033d1d4f,0xe5f8d08e,0xf60fd9f5,0x975f98f3,0xf9f820cd,0x3342f938,0xd2ecdd1c,0x87225ff0,0xe94f9d04,0xc23801c0,0xfa018804,0x22141e41,0xd10b5fa4,0xf05f610b,0x4da9f921,0xca27afc5,0xe990531e,0x533f1d9f,0xebfa009a,0xf65fd9f5,0xa75e98a3,0xfcf850c9,0x3372e338,0xb2d6de7c,0x8b20fff1,0xe97f9504,0xa23401b0,0xf9e18303,0xf20b1e91,0xca0b9fa7,0xf0df680a,0xfdacf991,0xc5281fbf,0xe860591e,0x833f1dcf,0xf7faf09a,0xf65fddf5,0x87589864,0x03f8c0c6,0x33f2c138,0x82b4e0ec,0x931e9ff2,0xe9bf8e04,0x623600f0,0xf9d17f03,0xa1f91ed1,0xbd0bafa9,0xf15f710a,0xbdb1fa41,0xbe28bfbb,0xe7905c1f,0x83441eb0,0x01fb9099,0xf62fdef5,0x77559814,0x09f900c1,0x34828e38,0x3283e3ac,0x9f1beff3,0xe9ef8804,0x02290080,0xf9b17903,0x41e61ee1,0xae0bdfaa,0xf22f770a,0x7db8fb01,0xb5291fb9,0xe7305e21,0x934b20a0,0x12fab094,0xf58fdef5,0x17599734,0x0bf930b7,0x35124437,0x823ae72c,0xb1188ff3,0xe9ff8803,0x82190040,0xf9c16b02,0xe1cf1f21,0x9b0c3fad,0xf2df780a,0x5dbbfc61,0xa828ffbb,0xe7705c24,0xf35623e0,0x1bf9308c,0xf41fdff4,0x07569654,0x11f980b1,0x35b1ed36,0x71e5eacc,0xcb150ff4,0xea3f8802,0xf2110170,0xf9d15602,0x91b41f01,0x830c3fb6,0xf33f720a,0xcdb7fe01,0xa229bfbc,0xe7c05b29,0xa3622860,0x1df83090,0xf35fdef3,0xa74e9544,0x1af9d0ac,0x36119834,0xf193edfc,0xe7121ff6,0xeaaf8802,0x31f90110,0xfa113a02,0x31941ee1,0x670c5fc1,0xf3cf730b,0x6db2ffa1,0xa12b0fbb,0xe7805c2e,0x836d2d30,0x19f84099,0xf35fdbf4,0x17499434,0x21fa50a8,0x36a14d32,0xf14af0dd,0x090f5ff7,0xeb1f8f01,0x71dd0100,0xfac11601,0xd1711f41,0x4a0c5fcc,0xf47f810b,0x0db30111,0xa02c1fbd,0xe7e05a34,0x037632a0,0x06f9b09f,0xf36fd9f4,0x97449344,0x26fb40a9,0x37710d30,0x910ef37d,0x330ceff8,0xeb9f9e00,0x91c10130,0xfb20ef01,0xa1591f71,0x2f0befd0,0xf4ff970a,0x9db90211,0x9c2c7fbf,0xe8505839,0xe37b385f,0xe3fa40af,0xf30fdbf4,0xa74491d4,0x25fc70a0,0x3850da2d,0xc0dff5ed,0x670abffa,0xec2fb1ff,0xa19e0170,0xfb70cb01,0x71391f31,0x0c0bafd1,0xf58f9f0a,0x7dbd0371,0x952ccfc1,0xe8d05640,0x537d3eaf,0xd2f9d0b3,0xf2bfd9f3,0xb7489054,0x21fda096,0x3920b22a,0xd0baf7ed,0x9d08fffb,0xeccfcbfe,0xb17a01b0,0xfbd0a701,0x01171ec0,0xec0b6fcf,0xf65fa10a,0x1dbf0491,0x902d4fc2,0xe8f05645,0xa37c43df,0xd4fb60a5,0xf2cfd6f3,0x07498ee4,0x25fee08c,0x3a509227,0xc09ef97d,0xd3078ffd,0xedafddfd,0xd15601f0,0xfc008200,0x90fa1e30,0xcf0b5fce,0xf77fa809,0x5dc40581,0x862defc4,0xe940544b,0x7379498f,0xd4fc60a2,0xf30fcdf3,0x373c8d04,0x3000507a,0x3b707724,0x9085fade,0x0d065fff,0xeeafe3fd,0x01380160,0xfc405f00,0x70de1d80,0xb10b3fd1,0xf83fb108,0x8dc90611,0x7a2e5fc6,0xe9d0514f,0x03764d0f,0xd4fca09e,0xf33fcbf3,0xe7238b24,0x3701b067,0x3c306021,0x5072fbfe,0x47055000,0xefffe2fc,0x411900f0,0xfcb04600,0x70bb1c50,0x8e0b3fd0,0xf87fc307,0x9dd20691,0x6f2e8fc9,0xea604f4f,0x73754d7f,0xcdfc1096,0xf2efcdf3,0xc71189d4,0x38027057,0x3c804f1e,0x6062fcee,0x7e047002,0xf13fdffb,0x90f80050,0xfd003800,0x80981a70,0x6c0b4fd1,0xf90fd706,0xaddd0731,0x672edfca,0xeab04d4d,0xd3774bdf,0xccfc3094,0xf27fd0f3,0x37098884,0x34029043,0x3ca0411b,0x9056fdae,0xb703b003,0xf23fdbfa,0xe0db0080,0xfd102a00,0x807e1810,0x510b2fdc,0xf9ffdc05,0xcde40821,0x5e2f1fcc,0xeb004c4c,0x83784a9f,0xd2fc408c,0xf27fd1f3,0x17038704,0x2f02e02a,0x3ce03518,0xe04bfe4e,0xee030003,0xf35fdbfa,0x40c200c0,0xfd501600,0x90671670,0x3c0b0fe4,0xfaafde04,0xade808c1,0x552f1fcc,0xeb104b4a,0xb37a48df,0xd9fc307b,0xf27fd0f3,0x46fd85e4,0x2a04101b,0x3d202c16,0x7042febf,0x1b027004,0xf44fe1f9,0xc0aa00a0,0xfddffc00,0x905215b0,0x2a0abfe5,0xfb2fe703,0x7dea08d1,0x4d2eafca,0xeaa04d47,0xc37c45ff,0xe2fcb074,0xf1bfd4f3,0xe6f48514,0x2505d014,0x3d502414,0x303aff0f,0x3d021003,0xf50febf9,0x50950080,0xfe1fe300,0x904314a0,0x200a2fe5,0xfb5fea02,0xbdeb0941,0x412e2fc7,0xe9e05046,0x537d449f,0xe9fcd067,0xf13fcdf4,0x46ee8414,0x2207100e,0x3d701e12,0x1034ff3f,0x5801c003,0xf5bff3f9,0x00870080,0xfdffd300,0xa03b1340,0x1509afdf,0xfb8fe702,0x3dee09b1,0x302dffc5,0xe9505345,0x937d43df,0xebfbc04b,0xf16fbff4,0x56e782c4,0x1c077004,0x3d601810,0x102dff6f,0x6e019003,0xf65ff2f8,0xd07b00c0,0xfdefc200,0xc0341200,0x07090fdc,0xfbffea01,0xddf409b1,0x1f2e2fc2,0xe8b05642,0x537e40af,0xe8fc3030,0xf17fc8f4,0x86d881a4,0x17080ffd,0x3d50130e,0x1027ff8f,0x80016002,0xf71fecf8,0xb07200f0,0xfe3fb500,0xd02710bf,0xfb084fd8,0xfc7ff401,0x9df80981,0x032e6fbd,0xe7d05a3f,0x637d3dbf,0xebfcd01d,0xf15fcff4,0xb6c98104,0x14086ffe,0x3d60100c,0x6022ff9f,0x8c013002,0xf7bfe5f8,0xa06b0120,0xfe5fa900,0xc0200f8f,0xf5078fd2,0xfd000101,0x5df609a0,0xe62e7fbb,0xe7705c3c,0x037c3a6f,0xe7fc501c,0xf0efc5f4,0xe6ba8064,0x1308cffc,0x3d700d0b,0x201fffaf,0x97011001,0xf83fdef8,0x90630150,0xfe6f9900,0xa0180ebf,0xf3070fc9,0xfda00e01,0x3df009a0,0xce2eefbb,0xe7705c34,0x537732ff,0xdffb9019,0xf10fbaf5,0xb6ae7fd4,0x12098ffb,0x3da00b0a,0x101cffaf,0xa1010000,0xf8bfdbf8,0x805b0130,0xfeaf8d00,0x800d0d8f,0xf1067fc8,0xfe001801,0x6de80920,0xac2fdfb9,0xe7205e2b,0x53682a2f,0xe2fc2010,0xf21fbaf7,0x96a97fa4,0x1209cffc,0x3dc00a09,0x601affbf,0xa900efff,0xf8ffdbf8,0x80550130,0xfe8f7e00,0x800f0c4f,0xee055fd0,0xfe901e01,0xaddc0920,0x91309fb8,0xe6d05f23,0x8353229f,0xe0fcb018,0xf2cfb4f9,0x869f7f24,0x100a5ffa,0x3dd00908,0xe018ffbf,0xac00effe,0xf90fd9f8,0xa0520150,0xfe5f6e00,0x70150b7f,0xec042fd7,0xfef02601,0xedcd0930,0x7a314fb8,0xe6d05f1c,0x53321baf,0xdcfcf01a,0xf2cfa3fa,0xe6987e94,0x0f0b6ff8,0x3df00808,0x8017ffbf,0xae00effd,0xf8efdcf8,0xf05200e0,0xfe6f6800,0x50130a6f,0xec037fdb,0xff103001,0xfdbb0950,0x5f31efbc,0xe7905b16,0x7309161f,0xdafcb013,0xf23f85fc,0x26a07e94,0x0f0b5ff5,0x3e100808,0x6017ffcf,0xb600cffc,0xf8efe5f9,0x304d00c0,0xfe8f6000,0x401009bf,0xed032fde,0xff204001,0xcda50930,0x47329fc2,0xe8d05511,0x62d3117f,0xd7fc7018,0xf26f66fd,0x569e7e74,0x100b2ff3,0x3e200808,0x2016ffdf,0xbf00bffb,0xf90fe4f9,0x40400100,0xfe7f5200,0x300f099f,0xee02bfe2,0xff705601,0x5d8b08e0,0x32334fc7,0xe9d0510d,0x62940ddf,0xd8fe002c,0xf36f47fe,0x66957de4,0x0e0b1ff1,0x3e300707,0x5014ffdf,0xc500affa,0xf95fe3f9,0x503b01b0,0xfe8f4700,0x300d099f,0xef024fe8,0xff906201,0x1d6b0900,0x1c33cfca,0xea904d0a,0xb25c0b7f,0xde009036,0xf3df24fe,0x768c7d64,0x0a0adfef,0x3e200506,0x6011ffdf,0xcc008ff9,0xf99fe0f9,0x503b02b0,0xfebf4000,0x3009094f,0xf0023ff3,0xff904c01,0x0d490950,0x0a344fd2,0xec804508,0x7220097f,0xddffd016,0xf32f09fe,0xe68c7d04,0x050aafee,0x3e200405,0x400effef,0xd6007ff8,0xf9efe2f9,0x30360320,0xfeff3c00,0x2005090f,0xf2022ffa,0xff902801,0x1d2508ef,0xfa34cfd9,0xee403e06,0x81e007cf,0xd6ff0ff8,0xf23ef400,0xb6907cc4,0x010abff0,0x3e200304,0x200bffef,0xdd005ff7,0xfa3fe7f9,0x20340340,0xff5f3700,0x1fff08ff,0xf4020ffd,0xff901c01,0x2d02081f,0xe7351fdf,0xefe03805,0x21aa069f,0xc1fefff9,0xf18ef101,0xe6967ca3,0xfc0b2ff3,0x3e200203,0x1008ffef,0xe3004ff5,0xfabfeef9,0x20320310,0xffcf3400,0x0ff9091f,0xf7019ffd,0xff802401,0x0ce7074f,0xd2356fe5,0xf1e03104,0x217a05af,0xacfe6ff0,0xf18f0002,0xe6987cb3,0xfa0baff8,0x3e300102,0x5006ffff,0xe8004ff4,0xfb0ff0f9,0x102e02c0,0xffdf32ff,0xfffa093f,0xfb014ffb,0xff903400,0xccd6065f,0xbc35afeb,0xf3e02903,0x615404ff,0xabfcffea,0xf17f0c03,0xf6987c93,0xf90baff8,0x3e300101,0xf005ffff,0xeb003ff3,0xfb3ff0f9,0x002c02f0,0xff9f2bff,0xf00209ef,0xfd010ff8,0xffd04c00,0x7ccc059f,0xa735cfef,0xf5902303,0x1141049f,0xb2fbbff1,0xf11f0b04,0x86937c33,0xf60c3ff4,0x3e200101,0xc004ffff,0xeb003ff3,0xfb5ff3f8,0xf02a0300 +}; + +u32 ANIM_ENTRY_fire_kneel_forward_one_handed_weapon_slow[] = +{ + 0xfdff6cfd,0xd04609b0,0x22ff6ff6,0x02782580,0x63e6fa7f,0x933e5000,0xee200000,0x00f50000,0x330cff79,0x0f6facff,0xbf6703cc,0x5e8947d5,0xc2e00004,0xf000000f,0xa7000f70,0xfcbffbfa,0x5ff10060,0xfe3f6afd,0xa04709b0,0x25fecff7,0x02581d80,0xa3e5faff,0x973e4000,0xeea00000,0x00f70000,0x3f0ccf7c,0x0f9facff,0xbf4c042c,0x668997c2,0xc3800005,0x2000000f,0x82000f89,0xfc1ff1fa,0x0001ffe0,0xfe7f67fd,0x804509e0,0x27fe9ff8,0x02281a81,0x43e4fbbf,0x9e3e3000,0xefd00000,0x00f10000,0x470c9f7d,0x0fafaeff,0xaf3204dc,0x6c8a37b9,0xc4100005,0x4000000f,0x6d000fa0,0xfb4fe6f9,0x900dff50,0xfe9f64fd,0x804809f0,0x27fe4ff9,0x01d81b81,0x63e7fc9f,0xa63e1000,0xeff00000,0x00e60000,0x460c7f7d,0x0f8fb9ff,0xaf29050c,0x6e8aa7b3,0xc4600005,0x9000000f,0x5c000fa3,0xfacfdff9,0x7017fef0,0xfebf5ffd,0xb05009e0,0x25fd2000,0x01780480,0xd3e5fd9f,0xae3df000,0xef600000,0x00dd0000,0x5c0c9f82,0x0e0fceff,0xdf1c04fc,0x758b57ae,0xc4d00006,0x8000000f,0x45000fac,0xf9dfd4f9,0x3027fe70,0xfecf5afd,0xb05309f0,0x25fc8007,0x0157e780,0xc3defe8f,0xb73dd000,0xefb00000,0x00dc0000,0x7b0cbf8b,0x0c0fd7ff,0xef07055c,0x808c27b2,0xc5400007,0xa000000f,0x3e000fbf,0xf8afc8f8,0xe02ffe00,0xfecf51fd,0xa0590a10,0x2bfca00e,0x00f7f881,0x63e7ff7f,0xbf3dc000,0xf0c00000,0x00d10000,0x640c2f82,0x0befe4ff,0xbf0b045c,0x888cb7b9,0xc550000a,0x6000000f,0x3c000fb4,0xf71fcbf9,0x6037fde0,0xfebf49fd,0x90640a10,0x30fc4015,0x00980681,0x53f1002f,0xc63da000,0xf0b00000,0x00cf0000,0x4d0bcf79,0x0bbfecff,0x8f10020c,0x968ce7bc,0xc530000f,0x2000000f,0x37000fa7,0xf55fd3fa,0x3040fdf0,0xfe9f3dfd,0xa0780a20,0x34fab022,0x0027fe80,0x53f500af,0xca3d9000,0xef600000,0x00da0000,0x4d0bef78,0x09cfefff,0x8f04fcec,0xba8cf7bc,0xc4c00019,0xd000000f,0x2a000fa9,0xf2cfdffb,0xc053fe20,0xfe6f32fd,0xa0830a90,0x39fa1027,0xffe7f880,0x93f100df,0xcc3d9000,0xefe00000,0x00da0000,0x550c2f7c,0x07cfefff,0x7ef0fa4c,0xd48d37c6,0xc4700020,0x6000000f,0x28000fb3,0xf2afe5fc,0xd064fe60,0xfe5f2efd,0xa0860ac0,0x3bf9f028,0xffd7f880,0xc3f100cf,0xcc3d8000,0xf0200000,0x00d90000,0x560c2f7d,0x073fefff,0x7eeaf9ac,0xda8d57ca,0xc4500022,0x1000000f,0x29000fb6,0xf2dfe7fd,0x2069fe80,0xfe2f2cfd,0xb08a0ae0,0x3bf9f029,0xffd7fa80,0xc3f1007f,0xcd3d6000,0xf0100000,0x00d90000,0x540c2f7d,0x075ff0ff,0x7eeaf95c,0xda8d47ce,0xc4000022,0xe000000f,0x28000fb2,0xf37fe9fd,0x706cfeb0,0xfc2f18fe,0x80ba0b90,0x3cfa0030,0xff780e80,0x93f6ffff,0xcd3d2000,0xef700000,0x00d70000,0x380bef7b,0x094ffbff,0xfee8f61c,0xd28c57f5,0xc120002a,0xe000000f,0x25000f8d,0xf9cff900,0xa08a0060,0xfbcf15fe,0xe0c20ba0,0x3af9e032,0xff580e80,0x53f5ff7f,0xce3ce000,0xef100000,0x00db0000,0x370c0f7c,0x09affb00,0x1ee3f52c,0xd78c57f9,0xc0d0002c,0x3000000f,0x20000f94,0xfb4ff800,0xe08f0080,0xfaef0dff,0x80d30bc0,0x39f9a037,0xff180b80,0x03f0fedf,0xce3c9000,0xeee00000,0x00e10000,0x370c2f7f,0x09eff700,0x3ed1f33c,0xeb8c9807,0xc010002e,0xb000000f,0x17000fb4,0xfe6ff301,0x509a00b0,0xfa0f05ff,0xc0e50bc0,0x41fa003d,0xfe881d80,0xb3edfe3f,0xcf3c4000,0xf0300000,0x00dc0000,0x250bdf7c,0x0a7ff200,0x3ec1f17c,0xff8c1822,0xbe70002e,0xa000000f,0x14000fe6,0x019fe502,0xb0ab01d0,0xf87f0000,0x21040b60,0x4bfac044,0xfd984081,0x23f2fdbf,0xd03c0000,0xf0d00000,0x00cf000f,0xfc0b5f6f,0x0ceff400,0x2ec2f0bd,0x008b283e,0xbc00002b,0xf000000f,0x04000008,0x03dfcd04,0xe0c303a0,0xf68ef401,0x31280b60,0x4afac04d,0xfc982e80,0xc3e7fd3f,0xd03bc000,0xf0700000,0x00d00000,0x0b0b9f72,0x0c7ff400,0x3eb6f17d,0x0a8bd855,0xba400027,0xb000000e,0xe5000031,0x058fb405,0xa0dd0450,0xf4cee801,0xd14c0aa0,0x4efab05b,0xfc282b81,0xa3ddfcef,0xd13ba000,0xf1600000,0x00da0000,0x090bbf6c,0x0a7ff100,0x2ebff26d,0x118c7867,0xb8700022,0x6000000e,0xb5000040,0x06ff9d07,0x20ff05a0,0xf32ee902,0x117508e0,0x4ffa906d,0xfbe84981,0xe3ebfcdf,0xd13b9000,0xeff00000,0x00eb000f,0xd30bff54,0x0b8ff200,0x1ef3f1ed,0x028bc866,0xb5d0001d,0xc000000e,0x65000025,0x078f890a,0x91220890,0xf18eef02,0xa19206f0,0x48f99080,0xfbc83981,0x43ebfcff,0xd63ba000,0xede00000,0x0100000f,0xca0cff49,0x0bcfeaff,0xaf1df0dc,0xff8b985a,0xb3f0001b,0xb000000d,0xfd000020,0x069f7d0d,0x51330ad0,0xeffefa03,0x219a0580,0x43f9f086,0xfb683782,0x63e7fd4f,0xe33bc000,0xeed00000,0x00fc000f,0xc40e2f3c,0x0a5fddfe,0xef27eeed,0x0f8c1846,0xb290001d,0xe000000d,0x82000040,0x040f7f0f,0xd1260cd0,0xee5f1303,0xc1a70470,0x34fb807d,0xfb584a83,0xb3fafdcf,0xf83bf000,0xee800000,0x00f4000f,0xb30fbf26,0x08ffd9fe,0x3f3de9ad,0x088cc821,0xb1000025,0xe000000c,0xed00004c,0x001f8a13,0x00f00ee0,0xed4f2d04,0x91b203c0,0x1cfc2076,0xfb882883,0x3404fe60,0x103c4000,0xebc00000,0x00fe000f,0xdd122f25,0x06efd6fd,0xcf45e40c,0xfa8db7f3,0xb0a0002f,0x8000000c,0x64000057,0xfd1f9915,0x20b40f90,0xed4f3b05,0x11a80400,0x0efc906d,0xfc080082,0xc3feff00,0x2b3c8000,0xea700000,0x01030000,0x19141f35,0x042fcefd,0x7f2fe14d,0x078ea7d9,0xb1800035,0x3000000c,0x17000070,0xfc3fa015,0xc0940f80,0xedcf5305,0xf18005c0,0x00feb048,0xfd37d083,0x23f0ffb0,0x453cd000,0xe9a00000,0x00f70000,0x75171f55,0xff0fb6fc,0x4eebdd5d,0x3d90e7bd,0xb3d0003f,0x4000000b,0x9b0000ac,0xfadfa016,0x60630f50,0xeddf6706,0x717606ff,0xfc005025,0xfd27db83,0x33fa0050,0x5e3d1000,0xe8400000,0x00f20000,0x62170f4d,0xfe4fa7fb,0x3edcdb3d,0x3f91c7c3,0xb4400044,0x3000000b,0x610000b4,0xf8cf9e16,0xa0570f40,0xedcf7806,0xd17407cf,0xf600d00e,0xfcd7d482,0xb3fb00d0,0x723d5000,0xe6700000,0x00fb0000,0x5f16af51,0xfc5f94fa,0x9edad9dd,0x3591e7ca,0xb4a00047,0x4000000b,0x360000b4,0xf73f9d16,0x40570f10,0xedcf7b06,0xe17407ff,0xf400d00b,0xfcb7d082,0x93fa0120,0x803d7000,0xe6100000,0x00fe0000,0x61168f54,0xfbcf90fa,0x8edad99d,0x3391e7cb,0xb4c00047,0xc000000b,0x2d0000b4,0xf6ef9d16,0x30580f00,0xeddf7c07,0x2170091f,0xf3012ffd,0xfd07c482,0x63f00140,0x853d8000,0xe6000000,0x010b0000,0x6f15af5d,0xfa6f81fa,0x7ec4d9fd,0x489207d0,0xb5700048,0x9000000b,0x1b0000c5,0xf66f9d15,0x705d0ec0,0xedff7e07,0xd1680c3f,0xf1020fd7,0xfdd7a681,0xd3d60430,0xcb3cb000,0xe5f00000,0x01320000,0x8f12ef73,0xf6ef58fa,0x5e87db0d,0x839277e0,0xb750004b,0x0000000a,0xe60000f7,0xf51f9c13,0x806d0e10,0xeddf8107,0xd16b0c9f,0xf4028fcf,0xfdf7a981,0xa3d80460,0xe73ca000,0xe6000000,0x013c0000,0x7e118f69,0xf75f55fa,0x2e80db0d,0x8c9287e7,0xb7a0004b,0xc000000a,0xd90000ff,0xf4ff9a13,0x40700df0,0xed6f8907,0xb17a0d4f,0xff03cfbc,0xfde7b180,0xe3e10491,0x353c9000,0xe5e00000,0x01550000,0x510ddf4e,0xf92f56f9,0xae80da9d,0x909297fa,0xb840004d,0x7000000a,0xb9000106,0xf49f9413,0x10750dc0,0xecdf9107,0x51890e00,0x0e04dfab,0xfd17a57e,0xf3e40461,0x9a3c7000,0xe5700000,0x01770000,0x480a1f3e,0xfb8f68f9,0x4e99da1d,0x80927810,0xb8e0004e,0xf000000a,0x95000102,0xf3ff8a13,0x50720da0,0xecef9006,0xd1880f80,0x1f054f98,0xfd077d7d,0x33d50471,0xf53b8000,0xe6800000,0x01950000,0x7c07bf43,0xfccf8df8,0x9ea2da7d,0x8892181c,0xb9d0004f,0x7000000a,0x7a00010b,0xf35f8013,0x206c0d70,0xed5f8c06,0x918410b0,0x2e05ef84,0xfd776c7c,0x93cf04b2,0x443a3000,0xe8400000,0x019a0000,0x90062f46,0xfd6fc1f7,0x8e9bdacd,0x9791981c,0xb9f0004f,0x8000000a,0x6c000115,0xf2ff7c13,0x00650d30,0xed8f8c06,0x91851120,0x34063f79,0xfd87707b,0xb3d10532,0x7639f000,0xe8700000,0x01940000,0x83057f4a,0xfe3ff0f6,0xbe9adacd,0x97917818,0xb970004f,0x8000000a,0x67000114,0xf2cf7e13,0x705b0d40,0xedff9206,0xd18511d0,0x36069f65,0xfd777478,0xd3d005e2,0xd53a0000,0xe7400000,0x01820000,0x64055f5e,0xfff05ef4,0xae9bdabd,0x8a919810,0xb820004f,0x7000000a,0x6300010d,0xf22f8a15,0x70430df0,0xee4f9f07,0x217c1260,0x36071f51,0xfd576a78,0x53c903a2,0xfe36e000,0xe8800000,0x016f0000,0x64067f6f,0xff809df3,0x0e9cdaed,0x7f912818,0xb7a0004f,0x7000000a,0x7000010d,0xf16f9b16,0x303c0e70,0xee9fb107,0x71731270,0x3a078f3c,0xfd077a78,0xd3d0ffe3,0x2c320000,0xeab00000,0x01420000,0x4807df72,0xfef0edf1,0xaea2dabd,0x6f8ff828,0xb740004f,0xa000000a,0x8300010c,0xf0bfa516,0x103c0ec0,0xeeefc007,0xb16c1200,0x38073f33,0xfcf78a78,0x83dbfd53,0x5d2f6000,0xeb000000,0x010f0000,0x35092f6a,0xfef12af1,0x4eaed9dd,0x5d8ee82f,0xb710004f,0xe000000a,0x8c000103,0xf05fa415,0xc03c0ee0,0xef5fc507,0xa1611280,0x37066f27,0xfd976d77,0xa3d5f6e3,0x7c293000,0xea800000,0x00e40000,0x6e0b5f6e,0xfde14bf0,0x5eafd99d,0x608e5831,0xb7600050,0x0000000a,0x8f000107,0xf00fa015,0xa0390f00,0xefbfca07,0x915312f0,0x35062f1c,0xfe275377,0x13d0f193,0x87241000,0xea500000,0x00c80000,0xa20d3f75,0xfcc15eef,0x9eafd96d,0x648de832,0xb7b00050,0x1000000a,0x9400010d,0xefcf9d15,0xc0340f20,0xf04fda07,0x813b12a0,0x29071f10,0xfe875377,0x13d7ef33,0x7a23e000,0xea900000,0x00b20000,0x9b0edf7d,0xfd6179f0,0xbec1d8ad,0x518d6839,0xb7700050,0x0000000a,0xa100010f,0xef9f9c16,0xb02a0fa0,0xf0bfeb07,0x912b1250,0x1c073f01,0xff074f77,0x13daeba3,0x80249000,0xea300000,0x009a0000,0x870fbf89,0x00418bf2,0xbed7d7fd,0x378cb83e,0xb700004f,0xf000000a,0xab00010e,0xef6f9a17,0x60230fe0,0xf12ff607,0xb11e1280,0x0f071ef4,0xffa73a77,0x03d5eb73,0x7a244000,0xe9d00000,0x00900000,0x8c105f9b,0xff617bf2,0x3ee3d79d,0x298c083f,0xb6c0004f,0xf000000a,0xb1000111,0xef4f9717,0xa0201000,0xf13ff807,0xc11b1290,0x0c071ef1,0xffd73576,0xf3d3eb23,0x6b238000,0xe9d00000,0x008f0000,0x90106f9f,0xfec175f1,0xdee5d77d,0x278be840,0xb6b0004f,0xf000000a,0xb2000112,0xef3f9617,0xb0201000,0xf16ffc07,0xc11512a0,0x0906eee8,0x00373077,0x73d4eaa3,0x5922a000,0xea500000,0x008d0000,0x90106fa1,0xfd3160f1,0x0ee8d75d,0x248ba841,0xb6c0004f,0xf000000a,0xb6000115,0xef3f9417,0xb01e1010,0xf1e00907,0xd10312c0,0x02064ed0,0x01372678,0xd3d7ea53,0x4a21e000,0xebb00000,0x00870000,0x8c103fa6,0xfb8144f0,0x3ef3d6cd,0x1b8ae847,0xb6f0004f,0xf000000a,0xc000011b,0xef1f9117,0xc01a1030,0xf1f00c07,0xd10312a0,0x0205decc,0x01972e78,0xe3dbea23,0x43219000,0xeb900000,0x00840000,0x7f101fa1,0xfa7127ef,0x4efad6ad,0x138ae848,0xb6c0004f,0xf000000a,0xc2000119,0xef1f9118,0x10181030,0xf1f01207,0xd1041280,0x00045ec4,0x02a73878,0xc3e0ea23,0x42227000,0xeae00000,0x007b0000,0x6f0fcf97,0xfab111ef,0x8f08d66d,0x028b0848,0xb680004f,0xf000000a,0xc1000114,0xef0f9118,0xe0121050,0xf1f01407,0xd10112bf,0xfe026ebe,0x04073078,0x73deea13,0x3e246000,0xea200000,0x00780000,0x730f7f96,0xfb60d9f0,0x3f10d65c,0xf98b5846,0xb6600050,0x1000000a,0xbe000111,0xeeef9019,0xb00b1070,0xf2001307,0xd10012ef,0xfe019eba,0x05072f78,0x93ddea13,0x3a26c000,0xea400000,0x00780000,0x630ebf8f,0xfc6095f1,0x4f11d65c,0xfb8ba844,0xb6700050,0x2000000a,0xbf000112,0xeedf8e1a,0x10041080,0xf2101207,0xe10312e0,0x00013eba,0x05473878,0xb3e0ea03,0x3628c000,0xea600000,0x00750000,0x450def84,0xfd9056f2,0x7f12d64c,0xfa8bc845,0xb6800050,0x2000000a,0xc2000112,0xeecf8c1a,0x30001080,0xf2101107,0xf10412f0,0x0100debd,0x05373d78,0xb3e1ea03,0x34299000,0xea400000,0x00740000,0x3b0d9f81,0xfed02ff3,0xbf15d64c,0xf98bc844,0xb6800050,0x2000000a,0xc3000111,0xeecf891a,0x20001070,0xf2300e08,0x01061320,0x02001ec1,0x05174178,0x93e1e983,0x332af000,0xea100000,0x00760000,0x3b0d5f7f,0xfed02ff3,0xbf15d66c,0xfd8b9842,0xb6b00050,0x2000000a,0xc1000113,0xeeaf8419,0x70041060,0xf2500c08,0x01071330,0x04fffec2,0x05274378,0xc3e2e9a3,0x322b0000,0xea400000,0x00760000,0x3b0d3f7c,0xfee02ff3,0xbf11d66d,0x038b3841,0xb6d00050,0x3000000a,0xc1000116,0xeeaf8118,0xb0081030,0xf2500c08,0x01091330,0x06ffdec3,0x05174978,0xe3e5e973,0x322b5000,0xea500000,0x00760000,0x350d1f78,0xfee030f3,0xcf13d64d,0x028b1840,0xb6d00050,0x4000000a,0xc0000115,0xeeaf8018,0x600a1020,0xf2500c08,0x010b1330,0x07ffbec3,0x05174c78,0xe3e6e913,0x322b6000,0xea300000,0x00770000,0x350d0f77,0xfee030f3,0xcf16d63c,0xff8b1840,0xb6b00050,0x4000000a,0xc0000114,0xee9f7f18,0x80091020,0xf2600c08,0x110c1340,0x07ff8ec2,0x05274b78,0xd3e5e8e3,0x312b1000,0xea200000,0x00780000,0x3d0d0f7b,0xfee030f3,0xdf18d64c,0xfd8b283f,0xb6a00050,0x3000000a,0xbf000114,0xee9f7f18,0xa0071030,0xf2600c08,0x010c1340,0x07ff7ec3,0x05374b78,0xd3e5e903,0x2f2b3000,0xea300000,0x00790000,0x3f0cff7d,0xfef030f3,0xdf18d64c,0xfe8b283f,0xb6b00050,0x3000000a,0xc0000115,0xee9f7f18,0xb0061030,0xf2600d08,0x010c1330,0x07ff8ec4,0x05274b78,0xd3e6e903,0x2e2b5000,0xea300000,0x007a0000,0x3f0cdf80,0xfef030f3,0xef19d62c,0xfd8b2840,0xb6c00050,0x4000000a,0xc2000115,0xeeaf7f18,0xe0041040,0xf2600e07,0xf10d1320,0x08ff8ec5,0x05274a78,0xc3e5e8f3,0x2e2b4000,0xea200000,0x007b0000,0x420cbf84,0xfef031f3,0xef1bd60c,0xfc8b2840,0xb6c00050,0x5000000a,0xc2000115,0xeeaf7f18,0xf0031050,0xf2600f07,0xe10e1310,0x09ff6ec6,0x05374a78,0xc3e5e8b3,0x2e2af000,0xea400000,0x007b0000,0x420c9f87,0xfef031f3,0xef1dd5fc,0xfb8b0841,0xb6d00050,0x6000000a,0xc3000115,0xeebf7f18,0xe0021060,0xf2601107,0xe11012f0,0x0bff4ec6,0x05274f78,0xd3e7e7c3,0x322af000,0xea400000,0x007a0000,0x3b0c7f85,0xfef031f3,0xff20d5ec,0xf88b0842,0xb6d00050,0x6000000a,0xc4000115,0xeebf7f18,0xe0011070,0xf2601107,0xe11212e0,0x0bff3ec6,0x05275178,0xb3e7e783,0x342b0000,0xea200000,0x007a0000,0x390c6f86,0xfef031f3,0xff22d5ec,0xf68af842,0xb6d00050,0x6000000a,0xc4000115,0xeebf7e18,0xf0001080,0xf2601207,0xe11212e0,0x0aff3ec6,0x05274f78,0xa3e6e923,0x312b7000,0xea100000,0x007a0000,0x3b0c7f86,0xfe9031f3,0x9f23d5fc,0xf58af842,0xb6d00050,0x5000000a,0xc4000116,0xeebf7e18,0xe0001080,0xf2601107,0xe11212e0,0x0aff3ec6,0x05275078,0xa3e7f0a3,0x282df000,0xea200000,0x007a0000,0x380c7f85,0xfd9032f2,0x9f23d5fc,0xf58ae842,0xb6e00050,0x5000000a,0xc4000116,0xeebf7e18,0xd0001080,0xf2601107,0xe11312e0,0x0bff3ec6,0x05275178,0xa3e7f553,0x27306000,0xea300000,0x00820000,0x350c7f84,0xfc1032f1,0x3f24d5ec,0xf48ae842,0xb6e00050,0x5000000a,0xc4000115,0xeebf7d18,0xd0001080,0xf2601107,0xe11312d0,0x0bff3ec7,0x05275078,0x93e6f683,0x2d303000,0xea200000,0x00930000,0x360c9f83,0xfa5032ef,0x8f27d5ec,0xf28ae841,0xb6d00050,0x5000000a,0xc4000115,0xeebf7c18,0xe0001080,0xf2601107,0xe11312d0,0x0aff4ec7,0x05274d78,0x83e5f733,0x322e5000,0xea300000,0x00aa0000,0x390caf82,0xf88032ed,0xcf29d5ec,0xf18ae841,0xb6d00050,0x4000000a,0xc4000115,0xeebf7b18,0xd0001080,0xf2601107,0xe11312d0,0x0bff4ec7,0x05174c78,0x83e5f753,0x332d6000,0xea400000,0x00c30000,0x390cbf81,0xf6c032ec,0x1f29d5ec,0xf18ae841,0xb6d00050,0x4000000a,0xc4000116,0xeeaf7b18,0xd0001080,0xf2801407,0xd1151240,0x0dff4ecd,0x04d75679,0x13e9f553,0x4b273000,0xeb300000,0x00da0000,0x200c8f6d,0xf55055ea,0xbf30d5ac,0xec8ad842,0xb6c00050,0x3000000a,0xc6000115,0xeecf7918,0xffff1090,0xf2a01607,0xd11511f0,0x0cff4ecf,0x04c75878,0xf3e9f4c3,0x5826e000,0xeaf00000,0x00eb0000,0x1b0c8f6a,0xf440e2e9,0xbf37d57c,0xe58aa841,0xb6b00050,0x3000000a,0xc7000113,0xeebf7918,0xfffe1090,0xf2f01e07,0xd1121140,0x07ff7ed4,0x04a75678,0xb3e8f1f3,0x7023d000,0xea700000,0x00f40000,0x1a0ccf67,0xf3e13ae9,0x5f45d4dc,0xd68a283f,0xb6a00050,0x5000000a,0xc9000111,0xeebf7819,0x0ffe1090,0xf3402307,0xc10c10e0,0x02ffeed7,0x04c74e78,0x93e5ec03,0x741ba000,0xea400000,0x00f00000,0x280d4f6b,0xf41124e9,0x9f4ad46c,0xd389983e,0xb6b00050,0x6000000a,0xcb000115,0xeeaf7618,0xdffe1090,0xf3502307,0xd10a10d0,0x00008ed7,0x04e74f78,0xd3e5e813,0x7f160000,0xea400000,0x00d40000,0x2b0dbf6e,0xf470f3ea,0x4f47d46c,0xd589783f,0xb6c00050,0x6000000a,0xcd000118,0xeeaf7518,0x9fff1090,0xf3502307,0xd10910c0,0x00010ed9,0x04a75578,0xf3e6e713,0x8816e000,0xea000000,0x00ae0000,0x270e2f71,0xf4a0bceb,0x8f49d47c,0xd389783f,0xb6b00050,0x5000000a,0xce000117,0xeeaf7418,0x9fff1090,0xf3402207,0xe10810cf,0xff013edb,0x04975479,0x13e5e773,0x85186000,0xe9e00000,0x009b0000,0x2b0e6f76,0xf49084ed,0x9f48d48c,0xd5898840,0xb6b00050,0x5000000a,0xcd000119,0xeeaf7218,0x9fff1090,0xf3202007,0xf10510df,0xfd018edd,0x04774e79,0x83e1e973,0x8118b000,0xea000000,0x006f0000,0x390e9f80,0xf3a048ef,0x3f45d4cc,0xdf89a840,0xb6c00050,0x4000000a,0xcc000121,0xeedf6a18,0x8fff1090,0xf3101f08,0x010710cf,0xfd019ee0,0x04675579,0xa3e3ead3,0x7c1a4000,0xea100000,0x006d0000,0x300e6f7d,0xeee011f0,0x7f49d4ac,0xde89b840,0xb6c00050,0x5000000a,0xcb000123,0xeeff6418,0x7fff1090,0xf2f01d08,0x010910cf,0xfe018ee2,0x04675a79,0x93e4ebd3,0x751d5000,0xe9d00000,0x00980000,0x2b0e2f7a,0xf25ff9f1,0x6f4ed4ac,0xda89d83f,0xb6b00050,0x6000000a,0xc9000123,0xeeff6118,0x7fff1080,0xf2c01908,0x110c1100,0x00017ee5,0x04875c79,0x63e4ec83,0x6e20d000,0xe9700000,0x00960000,0x310dff78,0xf4effbf2,0x2f4bd4ec,0xdd8a083f,0xb6b00050,0x7000000a,0xc6000127,0xeeff5f18,0x5ffe1060,0xf2a01608,0x010e1120,0x02017ee6,0x04875a79,0x73e3ece3,0x6723c000,0xe9700000,0x00960000,0x360ddf77,0xf6dffef2,0xaf46d51c,0xe28a283e,0xb6c00050,0x7000000a,0xc500012b,0xeeff5e18,0x3fff1060,0xf2801608,0x01131100,0x04019eea,0x04775c79,0x63e3ecf3,0x6124f000,0xe9600000,0x00920000,0x320d8f73,0xf84002f3,0x0f49d53c,0xde8a683e,0xb6b00050,0x7000000a,0xc3000129,0xeeff5f18,0x6ffe1060,0xf2501408,0x011610f0,0x0601ceed,0x04575b79,0x43e3ecd3,0x5f276000,0xe9600000,0x008e0000,0x310d2f71,0xf95008f3,0x3f4bd55c,0xdb8ab83e,0xb6900050,0x6000000a,0xc1000126,0xeeef6018,0xaffc1070,0xf2401207,0xf1171100,0x0701deee,0x04575c79,0x33e4ecd3,0x60280000,0xe9900000,0x008e0000,0x310cef70,0xfa000ff3,0x6f49d56c,0xdd8af83e,0xb6800050,0x5000000a,0xc0000126,0xeeff6018,0xdffb1080,0xf2200f07,0xd11b10e0,0x0b01fef1,0x04476779,0x23eaecc3,0x6027c000,0xea200000,0x008a0000,0x230c1f6b,0xfa9017f3,0x8f46d55c,0xe28b383d,0xb6800050,0x5000000a,0xbf000126,0xef3f6119,0x0ffa1090,0xf2200f07,0xd11c10e0,0x0c020ef2,0x04476a79,0x23ebecc3,0x6027b000,0xea500000,0x00890000,0x1f0bdf6a,0xfaf020f3,0xaf45d55c,0xe48b583d,0xb6800050,0x5000000a,0xbe000126,0xef4f6219,0x1ffa1090,0xf2100e07,0xc11d10d0,0x0c020ef3,0x04376b79,0x13ececc3,0x6027d000,0xea400000,0x00880000,0x1e0bdf6a,0xfb602af3,0xcf47d55c,0xe28b583d,0xb6800050,0x5000000a,0xbe000125,0xef4f6219,0x1ffa1090,0xf1e00c07,0xa1251070,0x0f021efc,0x03f76c78,0xa3eced33,0x67293000,0xe9b00000,0x00860000,0x150baf66,0xfb5034f3,0xdf55d53c,0xd48bb83c,0xb6400050,0x3000000a,0xb900011b,0xef6f6219,0x6ff910c0,0xf1e00a07,0xa1251090,0x0f021efc,0x03f76778,0x83eaed83,0x64290000,0xe9b00000,0x00870000,0x1c0bff68,0xfb303ef3,0xdf53d53c,0xd78bc83a,0xb6500050,0x4000000a,0xb700011c,0xef5f6219,0x4ffa10c0,0xf1e00507,0x812510c0,0x10023efd,0x04076078,0x93e8ee03,0x5f287000,0xe9e00000,0x008a0000,0x250c8f6b,0xfb0049f3,0xef4cd53c,0xdf8c0838,0xb6700050,0x5000000a,0xb600011e,0xef6f6419,0x3ffa10d0,0xf1b00007,0x512810e0,0x16027efd,0x03e76578,0xd3eaee63,0x5b283000,0xea400000,0x008d0000,0x1d0cdf69,0xfab054f4,0x0f4dd53c,0xde8ca83c,0xb6500050,0x7000000a,0xb800011a,0xef6f6819,0x9ff810f0,0xf14ffe06,0xf13210b0,0x1e027f00,0x03c77679,0x03f0eee3,0x5c28c000,0xea500000,0x008f0000,0x090ccf67,0xfa605ff4,0x1f56d52c,0xd48d583f,0xb6000050,0xd000000a,0xb8000110,0xef4f6e1a,0x5ff31110,0xf0effb06,0xa13b1080,0x25025f04,0x03b78879,0x63f5ef83,0x5c289000,0xeab00000,0x0092000f,0xf80caf68,0xfa1069f4,0x3f59d51c,0xd08de841,0xb5d00051,0x4000000a,0xb6000109,0xef2f761b,0x0fef1130,0xf08ffb06,0x81441030,0x29023f08,0x03979e7a,0x13faf013,0x5f280000,0xeb500000,0x0092000f,0xe10c6f66,0xf9b073f4,0x5f57d52c,0xc98e7845,0xb5400051,0x9000000a,0xb6000102,0xeeef821b,0xafeb1140,0xef7ffc06,0xb1610f20,0x2c01ef18,0x0337d57b,0x9409f1c3,0x6e278000,0xec200000,0x008f000f,0x9e0baf5c,0xf9507cf4,0x7f56d5bc,0xa8904850,0xb3500052,0x5000000a,0xb90000e9,0xee4fa21d,0x7fdf1180,0xef0ffa07,0x016e0ed0,0x2801bf22,0x0307e07b,0xc40af3a3,0x6d286000,0xebc00000,0x0096000f,0x920b9f5c,0xf8f085f4,0x9f59d63c,0x96912850,0xb2600052,0x5000000a,0xb80000de,0xee1faa1e,0x3fdb1190,0xee3feb07,0xc17d0f20,0x1e020f35,0x02b7e17c,0xe400f843,0x4b2bd000,0xec800000,0x00b9000f,0xa20c0f68,0xf8908df4,0xbf48d80c,0x9892f849,0xb1700051,0x9000000a,0xae0000d7,0xeddfae1e,0xcfd81170,0xed9fdf08,0x018c0f50,0x1f024f41,0x0257fb7e,0x6403f9e3,0x3b2c6000,0xed500000,0x00c5000f,0x920c5f69,0xf84093f4,0xcf40d93c,0x9a943843,0xb1400051,0x2000000a,0xa70000d0,0xedcfb01f,0x1fd61150,0xec9fcf08,0x21ae0ed0,0x1f031f5d,0x00c83480,0x2415fd83,0x33310000,0xec200000,0x00ca000f,0x5c0d5f5f,0xf80099f4,0xef4fda5c,0x81960838,0xb1400050,0x6000000a,0x9c0000b5,0xee1fb31f,0x7fd41100,0xebefba08,0x61b70ec0,0x1803df7c,0xffb82e81,0x741001d3,0x06352000,0xebf00000,0x00e2000f,0x780f2f69,0xf7c09df4,0xff48dbdc,0x82978828,0xb200004f,0x3000000a,0x900000a5,0xee8fb51e,0xffd810b0,0xeb6f9f08,0x91ba0f00,0x1a042f97,0xff283583,0xd40d0522,0xd2364000,0xecd00000,0x00ef000f,0x8a107f64,0xf7a0a0f4,0xff31ddac,0x9598f815,0xb360004d,0x6000000a,0x8700009c,0xef4fb91d,0x7fe71090,0xeadf8608,0xc1c80ed0,0x1f03ffb0,0xfe485485,0xb41b0872,0xab38e000,0xeb900000,0x00e7000f,0x73118f4f,0xf790a1f5,0x0f25df6c,0x9d9a3802,0xb4c0004a,0x9000000a,0x80000088,0xf12fc01b,0xdffb1090,0xea8f7608,0xe1d00ed0,0x1d038fc2,0xfdd84685,0xd4190ac2,0x8d3a4000,0xe9a00000,0x00e8000f,0x9112df56,0xf830b0f5,0x4f1fe07c,0xa29ab7f3,0xb5c00048,0x7000000a,0x7b00007b,0xf2afc21a,0xa00b1080,0xea7f7308,0xf1d10ed0,0x1c036fc5,0xfdc84085,0xd4170b32,0x863a5000,0xe9400000,0x00ea000f,0x9c132f5a,0xf820b2f5,0x4f1ee0ac,0xa49ac7f0,0xb5f00048,0x1000000a,0x7a000079,0xf2efc21a,0x700e1080,0xea8f6908,0xe1cc0f00,0x1e033fcd,0xfda83586,0x44120c22,0x7139c000,0xe9400000,0x00ec000f,0xb913af6a,0xf700abf5,0x7f12e14c,0xb39aa7e7,0xb6b00046,0xd000000a,0x7a00007c,0xf3dfc419,0x601a1040,0xeadf4b08,0xd1c00f80,0x2302afe4,0xfd381b87,0xa40b0ed2,0x34383000,0xe9200000,0x00f10000,0x0314ff93,0xf40098f6,0x3eeee32c,0xdf9a37ca,0xb8d00043,0x1000000a,0x7d000084,0xf69fc816,0x303e0f60,0xeaef4308,0xb1c00f50,0x28028fec,0xfce82987,0xa4020f42,0x26389000,0xe8900000,0x00e9000f,0xea148f88,0xf4e098f6,0xdeebe39c,0xe39a07c4,0xb9400041,0xc000000a,0x83000081,0xf77fc815,0x50480f30,0xeb0f2e08,0x61c30ef0,0x33020ffe,0xfc583a86,0xf3f70fa1,0xff39c000,0xe6600000,0x00dc000f,0xc6132f79,0xf8809ff8,0x4ee7e4dc,0xe99987b4,0xba80003e,0x3000000a,0x95000075,0xf9cfc813,0x20620e70,0xeb3f1308,0x11c30f40,0x3a012fff,0xfc180d84,0xf3ed1051,0xbc39c000,0xe4100000,0x00e20000,0x0510ef90,0xfb90a2f9,0x0edae71c,0xfb9867a5,0xbc800039,0x0000000a,0xb5000071,0xfcefc50f,0x808b0ce0,0xebdef907,0x91b50fc0,0x4200b000,0xfbb7dc83,0x63e31201,0x7338b000,0xe4500000,0x00e80000,0x4b0cafa0,0xfc5099f9,0x4ec2e9fd,0x1796d79b,0xbe800032,0xd000000a,0xe500007b,0x001fbe0b,0x10bd0a90,0xecfef006,0xd1a80ee0,0x47008001,0xfb07da81,0x03d910b1,0x35394000,0xe3a00000,0x00de0000,0x21069f88,0x01609cfa,0x5ec1ebcd,0x1b94b790,0xbfb0002c,0x3000000b,0x23000072,0x023fab07,0x80f00840,0xeecef906,0x11900d60,0x43fff003,0xfa87c97e,0x33d20d60,0xf33a2000,0xe3300000,0x00d90000,0x0001ef74,0x0750a2fb,0xced0ec8d,0x0e92377e,0xc0600025,0x3000000b,0x6c00005e,0x02bf9604,0xe11605f0,0xf0af0005,0x616c0c70,0x42000005,0xfa47b17d,0x83cd0bc0,0xad3a0000,0xe6400000,0x00d50000,0x05001f6e,0x094098fc,0x2ed7ed9d,0x0790276d,0xc110001d,0xa000000b,0xc2000057,0x020f8e03,0x112903c0,0xf23f0105,0x014f0c30,0x3b010008,0xfad7ab7c,0x93cb0b20,0x6739c000,0xe8200000,0x00d40000,0x05ffbf65,0x096091fb,0xaedbef0c,0xf88ef762,0xc1100016,0x6000000c,0x22000043,0xff4f9102,0x413201f0,0xf2deff05,0x313e0be0,0x3401800b,0xfb579d7a,0xa3d10880,0x243a1000,0xe7e00000,0x00d30000,0x20002f5c,0x0b9091fb,0xaee4f08c,0xe08e0765,0xc0900011,0xe000000c,0x8100001a,0xfb1f9e02,0x012f0060,0xf2defc05,0x81310bb0,0x3402000e,0xfb47817a,0x93c906ef,0xf93a0000,0xe9800000,0x00c70000,0x54011f5e,0x0ca08afb,0xbee3f1fc,0xd88db774,0xc0a00010,0xd000000c,0xcb000006,0xf87fa401,0x7123ff20,0xf2eefe05,0x812a0b70,0x3a024012,0xfb57807b,0xf3cb061f,0xe239d000,0xebe00000,0x00ba0000,0x5f01df64,0x0c8082fb,0x9ee3f28c,0xd88d9780,0xc0b00011,0xa000000c,0xfd000004,0xf7bfa301,0x5112fec0,0xf2ef0c05,0x61330a60,0x3901f015,0xfbb79f7d,0x53de034f,0xac39d000,0xec600000,0x00bc0000,0x2b03cf6f,0x0dc07bfb,0xef08f25c,0xc98cb78e,0xc0200015,0xb000000d,0x57000ff3,0xf6efa902,0x10e9fef0,0xf31f1a05,0x61380950,0x2f017019,0xfc07a07d,0x73e4023f,0x75397000,0xeaf00000,0x00cf0000,0x13067f7c,0x0e406ffc,0x5f1ef1ec,0xbd8c1798,0xbfc0001a,0x7000000d,0xa0000ff1,0xf61fb202,0x20c5fee0,0xf3cf2605,0x112a0880,0x2b01501c,0xfc47937e,0x73dd038f,0x4c38b000,0xead00000,0x00d50000,0x1f0a0f8c,0x0cb05afc,0xaf19f20c,0xc08be7a1,0xc010001e,0x9000000d,0xe1000002,0xf5bfb901,0x60a7fe90,0xf45f2d04,0xb11d0810,0x2e018020,0xfc77a480,0x03e2033f,0x3b387000,0xeb800000,0x00cc0000,0x0f0c5f90,0x0c804efd,0x0f13f28c,0xc58bd7ab,0xc0500020,0xe000000e,0x0f00000c,0xf5cfbb00,0xc094fe80,0xf45f2d04,0xb11d0810,0x2e019023,0xfc77aa80,0x53e4032f,0x3b387000,0xebb00000,0x00c90000,0x090cbf90,0x0ca04cfd,0x1f12f29c,0xc68bd7ae,0xc0600021,0x4000000e,0x1800000e,0xf5dfbb00,0xa091fe70,0xf46f2d04,0xb11c0810,0x2e021026,0xfc87aa80,0x53e4031f,0x3c387000,0xeaf00000,0x00c2000f,0xf20ddf89,0x0e6047fd,0xaf15f2dc,0xc48bc7b5,0xc0500022,0x7000000e,0x2e00000b,0xf5ffbc00,0x3085fea0,0xf47f2e04,0xa1190810,0x2e039029,0xfc97aa80,0x53e4030f,0x3e388000,0xe8800000,0x00b3000f,0xb6112f76,0x134039ff,0x5f1cf3ac,0xbc8b77c9,0xc0200026,0x0000000e,0x71000005,0xf67fbcfe,0xd062ff00,0xf49f3004,0x81160810,0x2e03a02c,0xfc97ab80,0x43e402ef,0x4038a000,0xe7c00000,0x00bb000f,0xc211ff79,0x133030ff,0x8f19f40c,0xbf8b67cd,0xc0500026,0xa000000e,0x8200000d,0xf6cfbafe,0x305aff00,0xf4bf3204,0x71130810,0x2d04002f,0xfc97ab80,0x33e402cf,0x4338b000,0xe7100000,0x00c5000f,0xd0135f7b,0x12801bff,0xef11f52c,0xc98b37d6,0xc0c00027,0xd000000e,0xac000023,0xf7dfb2fc,0xc04efef0,0xf4ef3404,0x510e0810,0x2d04f030,0xfca7ac80,0x13e5029f,0x4638d000,0xe6700000,0x00bf000f,0xc4137f73,0x12300700,0x1f14f69c,0xcc8a77df,0xc0f00028,0x4000000e,0xda000027,0xf92fa9fc,0x304cff70,0xf50f3604,0x31090810,0x2c05f032,0xfcb7ac7f,0xf3e5026f,0x4a38f000,0xe4b00000,0x00c0000f,0xcb127f70,0x122ff700,0x5f23f7ec,0xbe8957e0,0xc0a00026,0xc000000e,0xf3000013,0xfa9fa6fc,0x70540020,0xf54f3904,0x01040810,0x2c060033,0xfce7ad7f,0xd3e6022f,0x4e391000,0xe4200000,0x00c7000f,0xef113f78,0x0f9fe700,0x6f28f93c,0xb78867db,0xc0a00023,0xa000000e,0xff00000c,0xfc1fa5fc,0x805b0060,0xf57f3c03,0xd0fd0810,0x2b061033,0xfd17ae7f,0xb3e701ff,0x52394000,0xe4800000,0x00c5000f,0xfc0fef77,0x0e3fdf00,0x3f25fa8c,0xb58817d6,0xc0d00020,0x8000000f,0x0400000a,0xfcafa5fc,0x80600090,0xf5bf4003,0xa0f70810,0x2b062032,0xfd17ae7f,0x93e701bf,0x57396000,0xe5900000,0x00ba000f,0xf30c7f69,0x0e8fd3ff,0x8f1cfddc,0xa98847cc,0xc1500019,0x2000000f,0x09000ff7,0xfcdfaafc,0xc06d0100,0xf5ff4303,0x70f00810,0x2a065031,0xfcc7af7f,0x63e8016f,0x5c399000,0xe5d00000,0x00c0000f,0xf10acf66,0x10afc4fe,0xef15ff5c,0xa28907c0,0xc2200015,0x3000000f,0x07000fe4,0xfc2faefc,0x607300d0,0xf63f4703,0x40e80810,0x29068030,0xfce7b07f,0x33e9012f,0x6139c000,0xe6300000,0x00ca0000,0x0509cf6a,0x103fadfe,0x4f0700cc,0xa28997b7,0xc2e00011,0xa000000f,0x0d000fde,0xfb2faffb,0xf0780090,0xf68f4b03,0x10e00810,0x2906b02e,0xfd87b17f,0x03ea00ef,0x6639f000,0xe6d00000,0x00c70000,0x1208ff6f,0x0e7fa5fe,0x2f0001cc,0xa089c7b9,0xc300000f,0x8000000f,0x18000fdb,0xfa9faffb,0xe07a00a0,0xf6cf4f02,0xd0d80820,0x2806f02c,0xfeb7b27e,0xd3ea009f,0x6c3a2000,0xe7500000,0x00c00000,0x12080f72,0x0befa6fe,0x4ef902ec,0x998a37c0,0xc300000d,0x8000000f,0x25000fd4,0xf9ffaefb,0xc07b00a0,0xf71f5302,0x90d00820,0x2707302a,0xff27b37e,0xa3eb004f,0x713a5000,0xe6c00000,0x00c70000,0x2c07ef75,0x0aafa8fe,0x7ef802ec,0x978ab7bb,0xc310000d,0x1000000f,0x26000fcc,0xf98faefb,0xb0770090,0xf76f5702,0x60c80820,0x27077027,0xff27b47e,0x73ec000f,0x773a8000,0xe8000000,0x00cd0000,0x5507af7b,0x09dfabfe,0x7ef0029c,0x958be7ab,0xc340000c,0x4000000f,0x2a000fc2,0xf93faefb,0xd06800c0,0xf7bf5b02,0x20bf0820,0x2607c025,0xff17b57e,0x43edffbf,0x7c3ac000,0xea300000,0x00c20000,0x4a06ff7b,0x0a6fb6fe,0x6eed032c,0x8e8c77aa,0xc320000a,0xe000000f,0x36000fbd,0xf98facfc,0x30590130,0xf80f6001,0xe0b60820,0x25080022,0xff27b67e,0x03eeff6f,0x823af000,0xea700000,0x00b90000,0x3d069f77,0x0c1fc5fe,0x8ef6036c,0x878c67ae,0xc2f0000a,0x5000000f,0x3e000fb4,0xf9ffaefc,0x804b0180,0xf85f6401,0xa0ae0820,0x2408401f,0xff37b77d,0xd3efff2f,0x873b2000,0xea300000,0x00b70000,0x3e069f76,0x0ccfcafe,0x9ef9035c,0x868c57af,0xc2f0000a,0x4000000f,0x40000fb0,0xfa1fb0fc,0x90470180,0xf89f6801,0x70a50820,0x2308801b,0xff37b87d,0xa3f0fedf,0x8c3b5000,0xea300000,0x00bb0000,0x4406bf77,0x0c9fcbfe,0x9ef8035c,0x868c57af,0xc2f0000a,0x3000000f,0x41000fb2,0xfa2fb0fc,0xa0430180,0xf8ef6c01,0x309c0820,0x2308b018,0xff47b97d,0x63f1fe9f,0x913b7000,0xeae00000,0x00da0000,0x86079f7f,0x09efcefe,0xeeeb03ec,0x898c37b3,0xc2e00009,0x7000000f,0x50000fc8,0xfadfadfc,0xa0230180,0xf93f7100,0xf0940820,0x2208f014,0xff47ba7d,0x33f2fe5f,0x963ba000,0xec200000,0x00d10000,0x8507af7e,0x09ffd1fe,0xeee9043c,0x898c57b6,0xc2e00009,0x1000000f,0x57000fcb,0xfb1facfc,0x801d0170,0xf98f7500,0xb08b0820,0x21091011,0xff47bc7d,0x03f3fe1f,0x9a3bd000,0xee500000,0x00bc0000,0x6207bf77,0x0bffdbfe,0xeeee04bc,0x858c67be,0xc2c00008,0x2000000f,0x6d000fc7,0xfbafaffc,0x700d0170,0xf9cf7900,0x80830820,0x2109300d,0xff47bd7c,0xd3f4fdef,0x9e3bf000,0xeee00000,0x00b20000,0x41088f72,0x0fafe6ff,0x2f06047c,0x7f8c07c8,0xc2600007,0x7000000f,0x87000fb0,0xfc0fbafc,0xaffe01b0,0xfa1f7d00,0x407c0820,0x20095009,0xff87be7c,0x93f4fdbf,0xa23c1000,0xef500000,0x00b10000,0x670a9f7e,0x0e8fe9ff,0x5f1803fc,0x7e8bc7cd,0xc2000007,0x7000000f,0x9a000fa7,0xfbefc0fc,0xcff601c0,0xfa5f8000,0x10740820,0x1f095005,0xffb7be7c,0x73f5fd8f,0xa53c3000,0xf0200000,0x00ad0000,0x860bff89,0x0c2fe8ff,0x6f1b03dc,0x808bc7d1,0xc1e00007,0x7000000f,0xa5000faa,0xfb9fc1fc,0xaff301c0,0xfa9f84ff,0xe06d0830,0x1f095001,0xfff7bf7c,0x43f6fd6f,0xa83c4000,0xf0900000,0x00a60000,0x8e0d2f91,0x0b4fedff,0x8f3103cc,0x798b57d9,0xc1800006,0xf000000f,0xb3000f99,0xfb9fc7fc,0xdff101e0,0xfadf87ff,0xb0660830,0x1e094ffd,0x0077c07c,0x13f7fd4f,0xaa3c6000,0xefb00000,0x00a60000,0x900f2f9f,0x0c3ff3ff,0xcf5b035c,0x6c8a17e5,0xc0b00006,0x9000000f,0xc4000f76,0xfbefd5fd,0x7fed0220,0xfb0f8aff,0x80600830,0x1d092ffa,0x00f7c17b,0xf3f7fd2f,0xab3c6000,0xef400000,0x00ac0000,0xa3106fad,0x0b1ff2ff,0xdf59037c,0x6c8a57ec,0xc0b00006,0xb000000f,0xc9000f7d,0xfbcfd3fd,0x0fee01d0,0xfb4f8dff,0x605b0830,0x1d090ff6,0x0147c27b,0xc3f8fd1f,0xac3c7000,0xef900000,0x00ac0000,0x96108fac,0x0a5ff4ff,0xbf5903dc,0x6c8a47f2,0xc0b00006,0x6000000f,0xcc000f81,0xfbdfd2fc,0xdfef01a0,0xfb7f8fff,0x40550830,0x1c08dff2,0x0137c27b,0xa3f9fd1f,0xad3c7000,0xef500000,0x00aa0000,0x670f9f9d,0x0b0ffaff,0xcf6a03dc,0x678967f6,0xc0700006,0x4000000f,0xcc000f77,0xfc2fd8fd,0x2fef01c0,0xfb9f92ff,0x20510830,0x1c08afef,0x0127c37b,0x93f9fd4f,0xac3c7000,0xef000000,0x00ad0000,0x530edf94,0x0adffbff,0xef75039c,0x6588b7f6,0xc0400006,0x6000000f,0xc9000f72,0xfc7fdcfd,0x5fef01d0,0xfbbf93ff,0x004d0830,0x1c086feb,0x0137c37b,0x73fafd6f,0xa93c8000,0xef200000,0x00b10000,0x460e1f8b,0x0a5ff9ff,0xdf7903cc,0x658867f7,0xc0500006,0x1000000f,0xc9000f71,0xfcafddfd,0x6ff101d0,0xfbdf95fe,0xf04a0830,0x1b082fe8,0x0137c47b,0x63fafcef,0xa73cc000,0xee700000,0x00b80000,0x310d8f82,0x0a8ff9ff,0xcf8303dc,0x628817f6,0xc0400005,0x8000000f,0xc7000f66,0xfd1fe1fd,0x9ff201f0,0xfbef96fe,0xe0480830,0x1b07dfe5,0x0147c47b,0x53fafd6f,0xa53cc000,0xedc00000,0x00bd0000,0x420ddf88,0x09fff7ff,0xcf8403ec,0x6187e7f4,0xc0400005,0x5000000f,0xc3000f64,0xfd4fe3fd,0xaff30210,0xfbff97fe,0xd0470830,0x1b079fe2,0x0167c47b,0x53fafe2f,0xa53cb000,0xee300000,0x00bd0000,0x540dff8f,0x096ff4ff,0xaf77045c,0x6387e7f3,0xc0400005,0x1000000f,0xc1000f71,0xfd2fe0fd,0x9ff40220,0xfbff97fe,0xd0460830,0x1b074fdf,0x0167c47b,0x43fafd3f,0xa93ce000,0xee800000,0x00b90000,0x480d9f8b,0x0a7ff7ff,0x7f76049c,0x6287e7f2,0xc0400004,0xc000000f,0xc0000f72,0xfd3fe0fd,0xaff40220,0xfbff97fe,0xd0460840,0x1b06ffdd,0x0167c87b,0x33fcfb6f,0xab3d6000,0xee600000,0x00ba0000,0x3c0d1f87,0x0c1ff9ff,0x8f79049c,0x5f87e7f2,0xc0400004,0xa000000f,0xbf000f6b,0xfd7fdffd,0xaff40230,0xfbff96fe,0xd0460850,0x1b06afda,0x0167c77b,0x33fcfaff,0xaa3d9000,0xee500000,0x00bd0000,0x3b0cff87,0x0c2ff6ff,0x8f7904ac,0x5f87f7f1,0xc0500004,0xa000000f,0xbe000f6b,0xfd8fddfd,0x9ff40220,0xfbff93fe,0xc0460880,0x1c065fd8,0x0177c47b,0x43fafb2f,0xaa3db000,0xee700000,0x00be0000,0x3e0d0f84,0x0acff1ff,0x6f7604bc,0x608827f0,0xc0600004,0xa000000f,0xbc000f6d,0xfd7fdafd,0x8ff50220,0xfbef92fe,0xb0480890,0x1d060fd7,0x0187c67b,0x43fbfa9f,0xac3dd000,0xee600000,0x00bd0000,0x3c0cef82,0x0a8ff3ff,0x6f7804ac,0x5f8827f0,0xc0500004,0xb000000f,0xba000f6a,0xfd8fdbfd,0x9ff50230,0xfbdf91fe,0xb04908a0,0x1d05bfd5,0x0197c77b,0x33fbfa5f,0xac3df000,0xee500000,0x00be0000,0x3b0cef82,0x0a5ff5ff,0x7f78048c,0x5f8827ee,0xc0500004,0xe000000f,0xb7000f68,0xfd7fdcfd,0xaff50240,0xfbdf91fe,0xb04a08a0,0x1d057fd4,0x0197c77b,0x33fbfa4f,0xac3df000,0xee500000,0x00bf0000,0x3a0cef82,0x0a5ff5ff,0x7f78047c,0x5f8827ee,0xc0500004,0xf000000f,0xb7000f68,0xfd7fdcfd,0xaff50240,0xfbcf8ffe,0xc04a08c0,0x1c052fd4,0x0197c67b,0x33fbfa5f,0xac3df000,0xee500000,0x00c00000,0x3c0cef82,0x0a3ff4ff,0x7f70049c,0x618857ee,0xc0600005,0x2000000f,0xb5000f6e,0xfd5fdafd,0x9ff60220,0xfbaf89fe,0xe04b0920,0x1b04efd4,0x0197c47b,0x43fafa7f,0xaa3df000,0xee800000,0x00c20000,0x3f0cef83,0x09cff0ff,0x6f5b04dc,0x6688e7ed,0xc0700005,0xb000000f,0xb1000f80,0xfccfd4fd,0x4ff701f0,0xfbbf88fe,0xe04b0940,0x1c04afd3,0x0197c67b,0x43fafa8f,0xaa3df000,0xee800000,0x00c20000,0x3d0cef83,0x09cff1ff,0x5f5d04ec,0x648907ee,0xc0700005,0x9000000f,0xb3000f7c,0xfccfd5fd,0x4ff701f0 +}; + +u32 ANIM_ENTRY_fire_kneel_forward_one_handed_weapon_fast[] = +{ + 0x00b00500,0x3007000f,0xf200bff1,0x00807502,0x3d0f07df,0x8c31d000,0xf9a00000,0x00b0000f,0xcdf5300b,0xec4fc6fa,0x4efbffcc,0x36f7703c,0x3aa00006,0x0000000f,0x59000ffd,0xfb3fd2fc,0xb06a0420,0x00f00600,0x5003000f,0xef006ff6,0x00807502,0x2d1007ff,0x8b31d000,0xf9b00000,0x00af000f,0xcef55009,0xec1fc6fa,0x5f01ff1c,0x36f7d043,0x3a800006,0x6000000f,0x52000ffd,0xfb3fd5fc,0xc07203d0,0x01000d00,0x8000ff8f,0xeb006ffa,0x00707802,0x4d0f081f,0x8b31d000,0xf9800000,0x00ac000f,0xcaf5a00d,0xebffc9fa,0x8f0ffe6c,0x36f77046,0x3a400007,0x0000000f,0x49000ffd,0xfabfdbfc,0xf07f03e0,0x01100e00,0xafffff5f,0xe8008000,0x00507802,0x6d0f083f,0x8b31d000,0xf9600000,0x00aa000f,0xcaf5a00d,0xec4fc9fa,0xaf15fdcc,0x38f7604c,0x3a100007,0xa000000f,0x38000ffd,0xfa0fdffd,0x509703f0,0x01200e00,0xbffeff5f,0xe6007005,0x00407a02,0x6d0e085f,0x8731e000,0xf9600000,0x00ae000f,0xc4f5b015,0xec7fc8fa,0xdf13fd4c,0x3bf76054,0x39e00008,0x1000000f,0x21000ffe,0xf97fdefd,0xd0b90440,0x01201000,0xbfffff4f,0xe5006008,0x00407e02,0x4d0b084f,0x8631e000,0xf9400000,0x00a8000f,0xb7f5e01a,0xed2fccfb,0xcf16fcfc,0x3ff6e05a,0x39b00008,0x7000000f,0x06000ffe,0xf90fdffe,0x60dc04f0,0x00e00d00,0x7006ff7f,0xe700600d,0x00508401,0xdd08082f,0x8a31f000,0xf9500000,0x009e000f,0xa7f6101a,0xee0fd3fd,0x0f16fcfc,0x46f6a05a,0x39c00008,0xb000000e,0xee000ffe,0xf8bfe0fe,0xe0f905d0,0x00c00e00,0x800bff6f,0xe5009013,0x00908b01,0x3d05084f,0x87321000,0xf9400000,0x009e000f,0x93f6601e,0xee1fd2fd,0xcf19fcac,0x4af6a05d,0x39b00009,0x0000000e,0xd6000ffd,0xf8cfd9ff,0x310f0630,0x01101400,0xb00aff0f,0xe000b016,0x00f09500,0x9d03084f,0x85324000,0xf9000000,0x009d000f,0x84f6a01f,0xee7fd8fe,0x6f28fbac,0x4af6d069,0x39800009,0xb000000e,0xbb000ffb,0xf93fd1ff,0x91220630,0x01801800,0xe008feaf,0xdd00a01c,0x01009bff,0xfd02085f,0x81328000,0xf8400000,0x009b000f,0x84f69013,0xeecfe2fe,0xaf35fa7c,0x4bf71078,0x3950000a,0xb000000e,0x9d000ffa,0xf9afc8ff,0xe13406a0,0x01800f01,0x000cff4f,0xd9008025,0x0130a4ff,0x5d0608af,0x7d32f000,0xf7000000,0x009d000f,0x91f6b00c,0xeeafe7fe,0x7f31fa0c,0x51f87080,0x39a0000b,0x7000000e,0x84000ffa,0xfa0fb900,0x11420750,0x01800000,0xf011003f,0xd800402d,0x0100affe,0xed0c091f,0x78335000,0xf5500000,0x00a3000f,0xadf78015,0xeebfecfe,0x8f29f9ac,0x5afa8086,0x3a50000c,0x5000000e,0x6f000ff8,0xfa3fad00,0x414b07c0,0x01aff200,0xd01400bf,0xda007037,0x0060b1fe,0xad12099f,0x74338000,0xf3800000,0x00ad000f,0xd0f8302c,0xef7ff7fe,0xaf24f8bc,0x67fc508a,0x3b00000e,0x2000000e,0x5c000ff6,0xf9afa700,0x515007b0,0x01bfe700,0x901900ff,0xdf00b045,0xfff0b0fe,0x8d180a4f,0x7433c000,0xf1b00000,0x00bb000f,0xebf87055,0xf04ff5fe,0x5f23f6bc,0x7afdc08e,0x3be00012,0x4000000e,0x4c000ff6,0xf75fa700,0x615506f0,0x01dfe000,0x301b00ef,0xe900d053,0xff20a9fe,0xcd220b7f,0x7633d000,0xefd00000,0x00cd000f,0xf8f84067,0xf05ff1fd,0xff27f33c,0x97feb094,0x3cf00019,0x6000000e,0x36000ff8,0xf41fa700,0x815f0640,0x01efd7ff,0x60220130,0x0000a062,0xfde09cff,0x0d290cdf,0x7e336000,0xedf00000,0x00df0000,0x00f81063,0xf04ffffe,0xdf25eefc,0xbcff009c,0x3df00022,0x1000000e,0x18000ffa,0xf3efd300,0xc16a0630,0x014fc7fe,0xa03e0280,0x1affd065,0xfc9093fe,0xcd300dcf,0x8d32a000,0xec000000,0x00f70000,0x0bf7a051,0xefb00bff,0xcf23eacc,0xdcff109f,0x3e90002b,0x2000000d,0xed000ff3,0xf6801100,0xf17606d0,0xff6fc0fe,0xa06f0400,0x2bfef052,0xfb9093fe,0x6d390e6f,0x9e321000,0xea100000,0x01160000,0x1ff60033,0xefa009ff,0x3f29e73c,0xe6ff0097,0x3e700033,0x6000000d,0xb4000fee,0xf9803f01,0x618a0730,0xfd7fb0ff,0x10aa06d0,0x3bfe102f,0xfaa097fd,0xcd430e6f,0xc331a000,0xe8400000,0x01280000,0x2ef4e020,0xefa002fd,0xef15e42c,0xf700108c,0x3e400039,0xa000000d,0x75000ff1,0xf9903101,0xc19e0740,0xfc0fa5ff,0xf0db0970,0x43fd800f,0xf9e097fd,0x9d4b0dbf,0xf3314000,0xe6a00000,0x01350000,0x2ef6401e,0xeeaffbfd,0xaeebe0ed,0x13012088,0x3dc0003c,0xc000000d,0x35000ff5,0xf8aff202,0x11ad0710,0xfabfad01,0x00ff0ae0,0x43fd8ff5,0xf9b092fe,0x3d520c80,0x23313000,0xe5300000,0x01420000,0x26f70021,0xee2ff3fd,0x5ec4dd8d,0x26012084,0x3cd0003c,0xc000000c,0xf3000ff8,0xf86fc002,0x91c00650,0xf95fb802,0x011e0c80,0x46fe2fd7,0xf9e08bff,0x1d570af0,0x5230b000,0xe4300000,0x01500000,0x1bf6a013,0xee0ff8fc,0x8e9edb1d,0x3700307f,0x3b500039,0xf000000c,0xae000ffa,0xf83f9f03,0x21d20620,0xf7dfc802,0xe13b0e10,0x4cff8fb3,0xfa108900,0x4d590890,0x862fe000,0xe3600000,0x015a0000,0x0cf6f01c,0xed4ffdfc,0x1e91d99d,0x33ff7070,0x39b00035,0x5000000c,0x6a000ffd,0xf86f8603,0x91e20680,0xf66fdc03,0x21510f00,0x57013f93,0xfa607601,0xfd570650,0xc32eb000,0xe2c00000,0x01610000,0x16f7403a,0xec9000fa,0xbea5d86d,0x1cff405c,0x39200030,0x5000000c,0x28000fff,0xf92f8003,0xb1e50600,0xf57fea03,0x315b10a0,0x6102ef70,0xfb805403,0xdd5503b0,0xf92cd000,0xe2500000,0x016c0000,0x3ff7102c,0xebb009f9,0x7ec1d75d,0x03ff3056,0x38f0002c,0x7000000b,0xe1000002,0xfa6f8003,0x61d80430,0xf57ff203,0x114e12d0,0x6404af4d,0xfd303806,0x1d590081,0x272a5000,0xe1800000,0x01750000,0x6cf8501a,0xeb500af9,0x1ed7d54c,0xfaff705e,0x38f0002c,0x5000000b,0x99000006,0xfd0f9102,0xd1c10200,0xf4efe703,0x11481580,0x6b066f32,0xfe701808,0x7d61fd61,0x57274000,0xe1d00000,0x01720000,0x8cf89005,0xeb9005f9,0x0ec3d3cd,0x17014056,0x39200031,0x0000000b,0x5a00000c,0xff1fae01,0xe1980050,0xf3afd803,0xc1591840,0x73076f13,0xff1ff009,0xcd6df9d1,0x8b22f000,0xe3d00000,0x01640000,0xb3f73fe8,0xeafffef8,0x0e97d34d,0x3c03e03e,0x38900037,0x3000000b,0x28000010,0xfeafc900,0xf16c00a0,0xf27fd504,0xe16d1a50,0x7607aef7,0xffbfca09,0xcd7ff561,0xba1de000,0xe6500000,0x01480000,0xdff66fca,0xe9eff8f7,0x8e76d2fd,0x4e06201d,0x3740003c,0x8000000b,0x01000012,0xfd2fda00,0x715301e0,0xf22fdd05,0x51711b70,0x74079ee3,0x00afa209,0x4d94f0b1,0xe5190000,0xe9200000,0x011c0000,0xfbf64fc5,0xe8eff8f8,0x1e61d1ed,0x5a078003,0x36800041,0x6000000a,0xe4000011,0xfb1fe600,0x013b0300,0xf23fe605,0xa16e1c10,0x6e072ed1,0x018f7e08,0xeda8ec12,0x09146000,0xebc00000,0x00ed0000,0xe9f64fdc,0xe82ff4f8,0x8e54d0ad,0x64088fee,0x36500045,0xd000000a,0xd000000f,0xf90ff4ff,0x91230390,0xf1eff006,0x317b1c30,0x69069ec4,0x024f6008,0xcdb9e762,0x280fc000,0xed500000,0x00c50000,0x9ef7200d,0xe81ff4f8,0xce54d04d,0x5a099fd3,0x35f00049,0x2000000a,0xc400000c,0xf77003ff,0x611703b0,0xf1cff206,0xb1871c80,0x6505eebd,0x032f4409,0x0dc6e302,0x410b2000,0xedf00000,0x00a50000,0x40f97048,0xe79ff2f8,0x8e3bd07d,0x6b0adfbe,0x3590004b,0x9000000a,0xbe00000a,0xf60006ff,0x510f0420,0xf24ff806,0xc1881ca0,0x63057eb2,0x03ef3409,0x3dcddf12,0x4b071000,0xee700000,0x008d000f,0xfdfa2061,0xe74ff0f8,0x7e28d01d,0x7b0bdfb2,0x3580004d,0xc000000a,0xbc000007,0xf43003ff,0x210505c0,0xf2500807,0x31941c30,0x62052ea5,0x04bf2909,0x6dcadbf2,0x4c03e000,0xee900000,0x007f000f,0xdef9b06b,0xe7eff7f9,0x0e52cfdd,0x3e0c8fa2,0x3520004e,0xf000000a,0xbc000004,0xf25011ff,0x10ff07f0,0xf2901407,0x719d1c40,0x6204de91,0x05cf1d09,0x7dc8d962,0x43019000,0xee000000,0x0075000f,0xd1f95062,0xe85ffcf9,0x8e6acfed,0x1d0cef95,0x35000050,0x1000000a,0xbe000001,0xf0b014ff,0x00fa0940,0xf2f01c07,0x71a41cc0,0x6904ce77,0x068f0f09,0x2dc2d722,0x36ffd000,0xee000000,0x006d000f,0xd4f8104d,0xe82ff8f9,0xbe71d01d,0x130cbf8f,0x34f00051,0x0000000a,0xc5000fff,0xef4016ff,0x00fa0a30,0xf3502906,0xd1a71c80,0x7504de5e,0x069f1908,0xddb4d582,0x2afe9000,0xee500000,0x0068000f,0xe1f7c056,0xe7cfeaf9,0x5e83d03d,0x040b7f8d,0x35100051,0xc000000a,0xce000ffe,0xee1015ff,0x00f70ac0,0xf3803606,0x11ac1bf0,0x85048e4b,0x071f2b08,0xfda0d472,0x21fdc000,0xee600000,0x0064000f,0xf2f7c053,0xe7dfe2f9,0x2ea3d09c,0xeb0a3f8a,0x35400052,0x3000000a,0xda000ffd,0xed2014fe,0xf0f30b30,0xf3c03f05,0xb1b21c20,0x9003de38,0x086f3a09,0x1d90d352,0x14fd2000,0xeec00000,0x005d0000,0x14f6b038,0xe81fe1f9,0x8ebfd12c,0xd209cf86,0x35500052,0x5000000a,0xea000ffd,0xec2017ff,0x00f50c60,0xf4304205,0xb1b61c90,0x9302de2a,0x098f4809,0x2d84d272,0x07fca000,0xef800000,0x005b0000,0x37f5d019,0xe86fd7f9,0xfec9d1cc,0xc80a0f84,0x35600052,0x7000000a,0xfc000ffb,0xeaf018ff,0x20f70db0,0xf4d04605,0x91b41ce0,0x92027e1d,0x09ef5309,0x4d78d201,0xfbfd1000,0xf0300000,0x006d0000,0x48f5d007,0xe9bfe4f9,0xded6d22c,0xbd0a0f84,0x35900052,0xa000000b,0x0d000ff8,0xe98017ff,0x20f80e90,0xf5904d05,0x81aa1d10,0x8c02be13,0x099f5109,0xbd6cd171,0xeeff1000,0xf0a00000,0x009c0000,0x3ef5c002,0xed2013f7,0xdee9d24c,0xac098f89,0x35b00052,0xd000000b,0x1b000ff4,0xe7f017ff,0x30f70ed0,0xf5705705,0x71b41cc0,0x8f021e0f,0x09df3f0a,0x3d59d041,0xe4ffe000,0xf0b00000,0x00c80000,0x10f58010,0xf07043f4,0xef01d32c,0x9508cf80,0x35c00052,0xe000000b,0x25000ff2,0xe6d01aff,0x20f50ea0,0xf5605f05,0x51ba1c60,0x93010e12,0x0a3f290a,0xbd3ece41,0xe4fe1000,0xf1300000,0x00b8000f,0xc5f5d02c,0xf1804ef5,0x2f0ed3ec,0x88080f7a,0x35e00053,0x0000000b,0x2f000ff0,0xe5c01dff,0x20f00e00,0xf6505c05,0x31aa1cb0,0x8b00de18,0x0a2f180a,0xdd23cb21,0xeffb1000,0xf2b00000,0x0075000f,0x73f7403a,0xf1103bf8,0xbf04d3ac,0x8e07bf85,0x36100053,0x1000000b,0x38000ff0,0xe58020ff,0x10ed0d50,0xf6405c05,0x31ad1c70,0x9000de16,0x0a6f230a,0x6d0ac851,0xf5f8e000,0xf5100000,0x003c000f,0x27f9104b,0xf1602dfb,0x5f10d43c,0x7f078f81,0x35f00053,0x1000000b,0x40000ff3,0xe5b022ff,0x10eb0d00,0xf5606205,0x51c11bf0,0x9c009e0f,0x0acf3e09,0x9cf3c7f1,0xf3f84000,0xf7800000,0x0028000f,0x04f9a048,0xf10020fb,0x8f28d5ac,0x65076f71,0x35b00053,0x2000000b,0x46000ff3,0xe56021ff,0x20eb0cc0,0xf5106605,0x71ca1bc0,0xa100de0d,0x09df6109,0x1ce2c8e1,0xf1f83000,0xf9500000,0x0028000f,0x1ff9201f,0xefe018fc,0x2f35d6ac,0x58073f68,0x35800053,0x3000000b,0x4c000fef,0xe4b01dff,0x20e90c80,0xf5c06605,0x61bc1bf0,0x9800be11,0x098f8808,0xecd8ca51,0xf2f89000,0xfa700000,0x002e000f,0x6ef74ff8,0xef3015fc,0x8f35d69c,0x5a06ff71,0x35900053,0x5000000b,0x52000fec,0xe40019ff,0x10e40c30,0xf6606605,0x51ae1c10,0x90007e12,0x099fa608,0xecd2cb01,0xf5f8f000,0xfb000000,0x0031000f,0xd0f55fcc,0xeeb00bfc,0x1f33d65c,0x5c06af79,0x35a00053,0x8000000b,0x57000fea,0xe36017ff,0x00e00bc0,0xf6806805,0x51ae1c10,0x8f008e0e,0x097fb408,0xccd0cb11,0xf7f91000,0xfb000000,0x002f0000,0x18f46f97,0xeeb006fb,0x7f37d6ac,0x57064f77,0x35a00053,0xa000000b,0x5b000fe8,0xe2f014ff,0x00de0b60,0xf6606b05,0x51b41c40,0x92003e08,0x09dfb508,0x8ccfcb11,0xf3f94000,0xfa700000,0x002f0000,0x14f48f97,0xeef006fb,0x3f3ad72c,0x53060f72,0x35a00053,0xa000000b,0x5f000fe9,0xe2c011ff,0x10de0af0,0xf6706d05,0x61b51c30,0x91ffee06,0x0a1fb108,0x6ccdcb31,0xf1f96000,0xf9a00000,0x0030000f,0xdff4ffcf,0xeec006fb,0x8f3cd75c,0x4d05cf6f,0x35a00053,0xb000000b,0x62000fec,0xe30012ff,0x10dd0ac0,0xf6906d05,0x51b41c50,0x91ffde06,0x0a0fa708,0x6ccdcb41,0xf1f95000,0xf8d00000,0x0031000f,0xb9f54ffa,0xeed008fb,0x8f3bd77c,0x4d05ef6f,0x35b00053,0xd000000b,0x65000fee,0xe30012ff,0x10db0ae0,0xf6b06d05,0x51b41c70,0x90ffbe05,0x0a1f9f08,0x6cd2cba1,0xedf95000,0xf8000000,0x0032000f,0xadf56007,0xee900bfb,0x7f3dd79c,0x4c05ff6f,0x35c00053,0xe000000b,0x66000fed,0xe2b011ff,0x10da0b40,0xf6d06c05,0x41b21ca0,0x90ffbe06,0x09ef9308,0x7cd7cc01,0xecf93000,0xf7700000,0x0034000f,0xa9f5700e,0xee1007fb,0x1f3ed7bc,0x4c063f6f,0x35b00053,0xf000000b,0x67000fed,0xe26011ff,0x10da0bc0,0xf6e06a05,0x31b01cb0,0x90ffbe04,0x09bf8808,0x7cdccbd1,0xeef90000,0xf7100000,0x0035000f,0xa9f58010,0xee2006fa,0xef40d7bc,0x4a065f70,0x35b00054,0x1000000b,0x67000fec,0xe20014ff,0x20d90bf0,0xf6d06805,0x21b11cd0,0x92001e03,0x097f8308,0x6ce3cb91,0xeef91000,0xf6e00000,0x0038000f,0xacf5a011,0xee600afa,0xff43d7cc,0x48066f6f,0x35b00054,0x4000000b,0x66000fec,0xe1c019ff,0x20d80bd0,0xf6a06405,0x11b81d00,0x98001e02,0x096f8408,0x4ce7cb01,0xedf90000,0xf6d00000,0x003f000f,0xa9f5a011,0xeec00bfa,0xff46d7ec,0x45069f6d,0x35b00054,0x5000000b,0x64000fec,0xe19022ff,0x10d60b70,0xf6605e05,0x01c11d20,0x9dff9e04,0x09cf7f08,0x3ce8ca41,0xeef8e000,0xf6b00000,0x0044000f,0xabf5e00d,0xef1008fa,0xcf48d83c,0x4606af69,0x35b00054,0x6000000b,0x64000fe9,0xe0f029ff,0x00d00a80,0xf6405705,0x11c91d80,0xa0ff4e04,0x0a3f7a07,0xfce9ca21,0xecf8c000,0xf6900000,0x0046000f,0xb3f5f00b,0xeec008fa,0xbf44d87c,0x48070f6a,0x35900054,0x4000000b,0x62000feb,0xe0f02dff,0x00cd0a20,0xf6105105,0x41d01de0,0x9eff2e01,0x0abf7e07,0xccecca81,0xe9f8f000,0xf6900000,0x0049000f,0xb8f5e00b,0xeea00afb,0x0f44d8cc,0x42077f6a,0x35600053,0xe000000b,0x60000ff2,0xe19034ff,0x00cb0a60,0xf6004c05,0x61d11de0,0x97ff9e05,0x0a9f8107,0xbceccaf1,0xedf97000,0xf6a00000,0x004f000f,0xb8f6000c,0xee900bfb,0x3f43d91c,0x3f07cf67,0x35400053,0x7000000b,0x68000ff5,0xe1b03afe,0xf0c40a20,0xf6304705,0x51c61df0,0x90011e09,0x090f8407,0xcceecbc1,0xf4faa000,0xf6c00000,0x0058000f,0xbff6200b,0xeee00cfb,0x3f40d92c,0x4007bf67,0x35500052,0xe000000b,0x74000ff6,0xe1b03ffe,0xf0c30930,0xf6404305,0x11b71de0,0x8d027e14,0x072f7f07,0xecedce01,0xfcfc6000,0xf6d00000,0x0061000f,0xcaf6600a,0xefa010f9,0x3f41d95c,0x3d075f66,0x35500052,0x3000000b,0x7f000ff8,0xe1b044ff,0x10c80850,0xf6303a04,0xf1ad1de0,0x91032e2a,0x058f7908,0x0ce6d1f2,0x03fe3000,0xf6f00000,0x006a000f,0xc7f6700f,0xf0b016f7,0x0f3fd9fc,0x3d071f67,0x34f00051,0x3000000b,0x89000ffc,0xe1e049ff,0x20cc0760,0xf6002e04,0xe1a71de0,0x9603be3c,0x043f7a08,0x1cdad5d2,0x09003000,0xf7300000,0x0077000f,0xb7f68017,0xf16019f6,0xbf38dacc,0x40075f6d,0x3490004f,0xc000000b,0x91000fff,0xe2204dff,0x30ce06f0,0xf6202004,0xe19a1e10,0x92040e47,0x039f8207,0xfcd3d9c2,0x0b02f000,0xf7a00000,0x008c000f,0xacf6f01b,0xf17019f7,0x0f2ddbac,0x48079f77,0x3460004e,0x2000000b,0x9c000003,0xe25051ff,0x30cd0630,0xf6501204,0xd1881e40,0x8503fe56,0x038f8807,0xdcd1de82,0x09065000,0xf8000000,0x00a7000f,0xb9f71012,0xf13015f7,0x4f1edc7c,0x57079f83,0x3470004c,0x3000000b,0xad000007,0xe2b04bff,0x50d00480,0xf6800604,0xb1721de0,0x7203ce6a,0x03cf8407,0xdccfe382,0x080a4000,0xf7f00000,0x00c8000f,0xdef66ff2,0xf0c009f7,0xdf14dd5c,0x62076f8c,0x34c0004a,0x0000000b,0xc300000f,0xe39037ff,0x80d90290,0xf6cff704,0x815d1da0,0x6303fe7d,0x03bf8007,0xdccde8d1,0xfd0e3000,0xf7c00000,0x00eb000f,0xfff64fda,0xf00ffcf9,0x2f11de0c,0x69071f94,0x35000047,0xc000000b,0xdd000015,0xe5b02dff,0xc0e80110,0xf6efef04,0x514c1d20,0x58043e8e,0x031f8a07,0xaccdee91,0xe111f000,0xf7c00000,0x01120000,0x01f65fdf,0xeebff9fb,0x0f1bdedc,0x63066f9d,0x35700044,0xf000000b,0xf500001b,0xe7e03000,0x20f9ff80,0xf6efe804,0x313f1d00,0x5104ae9a,0x028f9f07,0xbccef451,0xb7158000,0xf7300000,0x0139000f,0xeef69ff2,0xed4ff4fb,0xaf28dfec,0x59054fab,0x35600041,0xc000000c,0x1000001f,0xe9d03b00,0x6105ff10,0xf70fd603,0xe12f1cb0,0x4b04feb3,0x018f9c07,0xdcc9fa61,0x9218a000,0xf7000000,0x015f000f,0xe3f6e005,0xec4fe1fb,0x9f24e0fc,0x64047fbd,0x3540003e,0x4000000c,0x30000022,0xebc04800,0xb115ff60,0xf73fbe03,0x811e1bd0,0x42051ed9,0x009f8c07,0xacc20061,0x7c1ba000,0xf7e00000,0x0179000f,0xe5f5efff,0xebafd4fb,0xcf13e25c,0x7a054fc0,0x3680003a,0x4000000c,0x55000029,0xee904601,0x5135fe10,0xf78faf03,0x310d1a90,0x36054ef9,0x002f8707,0xbcbe05a1,0x651e9000,0xf8800000,0x0184000f,0xf4f3dfe5,0xeb2fd3fb,0x9f0be3ac,0x85060fc5,0x37b00035,0xb000000c,0x80000031,0xf1c04101,0xe14ffd30,0xf7ffa602,0xe0fe1950,0x2c053f11,0xffcf8e07,0xccba09d1,0x44212000,0xf8d00000,0x01920000,0x0bf35fd9,0xeb0fd1fb,0x9f0be4fc,0x87058fd2,0x38500030,0xa000000c,0xb1000036,0xf4803e02,0x315bfda0,0xf84fa202,0xa0f51820,0x2504cf23,0xff7fa008,0x0cb90ca1,0x1b237000,0xf8800000,0x019f0000,0x11f3dfe1,0xeb3fd1fc,0x6f0de6cc,0x86045fda,0x38e0002a,0xf000000c,0xe4000038,0xf6803902,0x5160fd90,0xf8bf9e02,0x60ed16e0,0x1d044f3b,0xff7fb208,0xdcb90f20,0xfd25d000,0xf7300000,0x01a0000f,0xf8f45ff6,0xeb8fcefc,0x6f09e8bc,0x8702ffe3,0x39a00024,0xc000000d,0x1b000035,0xf7602e02,0x515efce0,0xf99f9002,0x30e41620,0x1303cf59,0xff4fb408,0xecb21140,0xf227f000,0xf6200000,0x018e000f,0xe5f4f008,0xebefcdfc,0x4eefeadc,0x8d021ff1,0x3a60001d,0xf000000d,0x5d00002d,0xf6b01d02,0x3157fcd0,0xfacf8d02,0x00d614d0,0x05038f74,0xfeefb808,0x7cad12d0,0xe72a0000,0xf5a00000,0x0175000f,0xd4f56015,0xeb7fcafc,0xced2ec5c,0x8a009ff9,0x3ab00017,0xb000000d,0xa7000020,0xf4800902,0x114ffdd0,0xfc2f9a01,0xf0bc12df,0xf3036f8b,0xfecfc408,0x2cad1440,0xcc2bd000,0xf5600000,0x016b000f,0xc3f5f025,0xea6fc1fd,0x0ec3ed1c,0x7dfec000,0x3ab00012,0x2000000d,0xee000018,0xf3700d01,0xd144fff0,0xfd8fa301,0x90a2114f,0xe9030f9c,0xfe9fd207,0x8caf1540,0xad2d4000,0xf5a00000,0x0166000f,0xc4f6502e,0xe9ffc4fd,0x0eb1ed8c,0x77fd100d,0x3b00000d,0x6000000e,0x2b000020,0xf6403a01,0x512f01d0,0xfe2fa001,0x209a106f,0xea024fae,0xfe5fe306,0x6cb215e0,0x912e5000,0xf6300000,0x0160000f,0xcff6a029,0xea3fd0fc,0xceaaee5c,0x7dfc3014,0x3b90000b,0x6000000e,0x56000025,0xf8c08400,0xd1160330,0xfdbf9e01,0x20a60f5f,0xeb016fc2,0xfe5ff805,0x2cb61670,0x792f2000,0xf6400000,0x015e000f,0xdef7901e,0xea4fd3fd,0x6eb3ef9c,0x7ffc1008,0x3c10000c,0xc000000e,0x7e000021,0xf850ba00,0x50ff0370,0xfdbfa301,0xc09f0e1f,0xd900efd3,0xfea00e03,0xccc11680,0x5b303000,0xf7500000,0x0160000f,0xe2f6f011,0xeaafcbff,0xdeb1efac,0x81fc8001,0x3c300010,0x9000000e,0xaf00001d,0xf7d0b7ff,0xc0e302c0,0xfe1fa502,0x40930ccf,0xc9006fe5,0xff003202,0xccce1640,0x3e315000,0xf7e00000,0x0158000f,0xd6f6100d,0xeb3fc901,0x5eb3ef5c,0x89fc5002,0x3bf00015,0x9000000e,0xd6000019,0xf76092ff,0x50cb02e0,0xfdffa502,0x30900baf,0xca000ff3,0xff206002,0x1cdb1660,0x2731f000,0xf7400000,0x0147000f,0xc5f6f013,0xeb1fcc01,0x9ebeefec,0x96fb9ffc,0x3c10001a,0x9000000e,0xf5000014,0xf63069fe,0xe0b60390,0xfdef9b02,0x008a0b4f,0xccffbfff,0xff109101,0x2cec16d0,0x0e324000,0xf6b00000,0x013d000f,0xc9f63011,0xeadfcc01,0x8ebff11c,0xa3fbfff9,0x3c50001e,0xc000000f,0x0c000011,0xf5b050fe,0x90a403b0,0xfdef8f02,0x00820aff,0xceff300a,0xff40b9ff,0xecfa174f,0xef323000,0xf6800000,0x013d000f,0xdaf5100c,0xeacfc600,0xeebcf2ac,0xaafcfff9,0x3c800021,0xc000000f,0x1e000010,0xf64047fe,0x50960390,0xfe1f9e02,0x1076094f,0xccff0010,0xff60dafe,0xdd07177f,0xcc31e000,0xf6000000,0x013d000f,0xebf5d013,0xeacfc000,0x6ed3f38c,0xa1fc1ffa,0x3c500023,0x8000000f,0x3000000e,0xf63048fe,0x108a0370,0xfedfb402,0x005d074f,0xcbffa013,0xff90f1fe,0x4d14176f,0xa1319000,0xf5400000,0x013b0000,0x00f6c018,0xeb1fc7ff,0xfeeef43c,0x98fac001,0x3c500023,0xc000000f,0x4200000c,0xf6004bfd,0xd0800340,0xffdfc001,0xa04605bf,0xcfffd017,0xffe0f7fd,0xad1f172f,0x82312000,0xf4800000,0x01360000,0x06f76017,0xeb6fd600,0x2f02f51c,0x94f9f00b,0x3c900022,0xb000000f,0x5300000a,0xf68049fd,0xb0790350,0xffffc401,0x3042046f,0xd4ffa023,0x0070f4fd,0x0d29171f,0x7230e000,0xf3f00000,0x012b000f,0xf6f7b020,0xebbfde00,0x6f0ef75c,0x91fa3009,0x3ce0001f,0xf000000f,0x61000008,0xf6f036fd,0x907402d0,0xffdfd601,0x003d025f,0xd700002b,0x00b0f5fd,0x2d2e16bf,0x6030a000,0xf3900000,0x011b000f,0xdcf7d029,0xec6fe200,0x6f1bf9fc,0x86f98000,0x3cd0001b,0x5000000f,0x70000006,0xf6600ffd,0x80740270,0xffefee00,0xd035ffef,0xdf006031,0x00b0f0fd,0x7d2c15bf,0x51303000,0xf3600000,0x010c000f,0xc7f7c02e,0xed4fe401,0x0f14fc4c,0x7bf86ffa,0x3cb00015,0xd000000f,0x7a000003,0xf63fe2fd,0x70740230,0x009ffb00,0xa025fe1f,0xe700803a,0x0080ebfd,0xbd29145f,0x4c2fd000,0xf3800000,0x00f9000f,0xbaf7f031,0xedafe902,0x5efdfd4c,0x6ff8e007,0x3ca00011,0x7000000f,0x7c000001,0xf72fbefd,0x607200c0,0x01900400,0xb012fcdf,0xeb00a03d,0x0050eefd,0xed28125f,0x4c2fe000,0xf3f00000,0x00e6000f,0xb1f7d037,0xedcfdd03,0x4efbfcdc,0x62f9701e,0x3c50000f,0x2000000f,0x7a000fff,0xf80fb3fd,0x5070ff70,0x02300500,0x9007fc6f,0xef00d039,0x00a0f2fe,0x1d280fff,0x4d307000,0xf4500000,0x00d3000f,0xb3f6d03f,0xed7fd102,0xef06fc7c,0x59f8f028,0x3c00000d,0x9000000f,0x7e000ffd,0xf82fb7fd,0x306cffd0,0x024ffc00,0x8005fcdf,0xf200f035,0x00c0f3fe,0x2d270d8f,0x4d311000,0xf4b00000,0x00c2000f,0xc0f6803d,0xeccfd803,0x3f0bfcec,0x51f7b027,0x3ba0000c,0x0000000f,0x8a000ffa,0xf7dfb9fd,0x00630170,0x01ffef00,0x6007fdbf,0xf501402e,0x0060f5fe,0x3d240bff,0x4b318000,0xf5200000,0x00b4000f,0xc7f71035,0xec0fdf03,0xcf0afe1c,0x46f69021,0x3b600009,0xe000000f,0x97000ff8,0xf81fbcfc,0xc0560340 +}; + +u32 ANIM_ENTRY_fire_kneel_right_one_handed_weapon_slow[] = +{ + 0xf8cfd900,0x409200ef,0xf9ffb004,0x02a82a80,0xa3e3fcbf,0xc13f7000,0xeca00000,0x00d00000,0x180c5f8d,0x074f96fc,0xe00b026c,0x38fc9fbc,0x3c000005,0xa000000f,0xf2000f6d,0x004ff600,0x2fd60460,0xf8dfd900,0x409100ef,0xf9ffb004,0x02b82b80,0xa3e3fcaf,0xc13f8000,0xecb00000,0x00d00000,0x170c5f8d,0x078f97fc,0xa00b026c,0x39fc8fbc,0x3c000005,0x9000000f,0xf2000f6d,0x004ff600,0x3fd70460,0xf8efd900,0x409100ef,0xf9ffb004,0x02b82e80,0xb3e4fc8f,0xc13f8000,0xecb00000,0x00d00000,0x140c5f8d,0x07ef98fc,0x600c027c,0x38fc6fbc,0x3bf00005,0x8000000f,0xf1000f6c,0x004ff700,0x6fd80460,0xf8efd900,0x409200ff,0xf9ffb004,0x02b82f80,0xa3e5fc8f,0xc03f8000,0xeca00000,0x00d10000,0x130c5f8c,0x081f97fc,0x300b027c,0x38fc6fbc,0x3c000005,0x7000000f,0xf1000f6d,0x004ff700,0x6fd90460,0xf8efd900,0x409200ff,0xf9ffa003,0x02b82e80,0xa3e4fc8f,0xc03f8000,0xecb00000,0x00d10000,0x140c5f8c,0x084f98fb,0xf00b027c,0x39fc6fbb,0x3c000005,0x7000000f,0xf0000f6d,0x004ff700,0x7fda0460,0xf8efd900,0x4093010f,0xf9ff9003,0x02b82f80,0xb3e5fc7f,0xbf3f9000,0xeca00000,0x00d30000,0x130c4f8c,0x087f98fb,0xc00b027c,0x39fc5fbb,0x3bf00005,0x7000000f,0xf0000f6d,0x004ff700,0x8fdb0460,0xf8efd900,0x4096010f,0xf8ff7001,0x02c82e80,0xa3e4fcbf,0xbe3f8000,0xec900000,0x00d60000,0x160c6f8d,0x085f98fb,0xa007029c,0x3afc3fbb,0x3bf00005,0x6000000f,0xef000f72,0x004ff700,0x9fdc0470,0xf8efd800,0x4096011f,0xf8ff6ffd,0x02c82c80,0xa3e4fcdf,0xbd3f6000,0xec900000,0x00d40000,0x180c6f8e,0x085f9bfb,0x900102dc,0x3afbdfbb,0x3bf00004,0xf000000f,0xed000f76,0x007ff800,0xffdd0470,0xf8efd800,0x4096011f,0xf8ff9fe6,0x02c82f80,0xb3e4fc6f,0xbd3f3000,0xeca00000,0x00cd0000,0x150c5f8d,0x086fa7fb,0xb00902cc,0x33fb6fc0,0x3be00004,0x9000000f,0xe6000f68,0x011ffb01,0x3fdd0490,0xf8bfd200,0x309b015f,0xfaffffac,0x02883480,0xb3e6faaf,0xbb3f4000,0xecb00000,0x00ca0000,0x0f0c4f8d,0x07cfbdfc,0x100e029c,0x2efb9fce,0x3be00005,0x0000000f,0xd0000f5a,0x01600100,0xbfe004e0,0xf7ffc100,0x10aa022f,0xfffecf6f,0x02883480,0x73e5f98f,0xb73f7000,0xecc00000,0x00d60000,0x110c1f8e,0x049fcafc,0x6ffd02cc,0x2ffcdfde,0x3c200006,0x6000000f,0xa6000f55,0x00e00600,0x1ff20510,0xf72fa6ff,0xd0bd0310,0x06fd5f3f,0x03683480,0xe3dff8ff,0xbe3f9000,0xee200000,0x00df0000,0x160b2f96,0x009fd4fc,0xafe202bc,0x35fe6fef,0x3c900008,0x7000000f,0x79000f53,0xffe00cff,0xc00b04f0,0xf6df8fff,0xa0d40320,0x0bfc8f24,0x03d84881,0x93e5f7af,0xd43ff000,0xeec00000,0x00e50000,0x000a9f96,0xfecfdcfc,0xafce025c,0x3aff0ffd,0x3cd0000a,0x7000000f,0x58000f52,0xfed010ff,0xe02304b0,0xf6bf89ff,0x90dd0310,0x0dfc5f1d,0x03e85081,0xa3e9f73f,0xdc402000,0xeea00000,0x00e9000f,0xf60a8f95,0xfe9fdefc,0x7fc8023c,0x3bff0001,0x3ce0000b,0x1000000f,0x4e000f51,0xfe8012ff,0xf02a04a0,0xf5bf60ff,0xb1050300,0x07f97efd,0x0548177f,0xc3dffaef,0xf03ef000,0xec200000,0x01150000,0x250aef9d,0xf70fdffc,0x3f9101ec,0x47fde01e,0x3c70000e,0x9000000f,0x0a000f62,0xfcb01400,0x40520340,0xf53f43ff,0xd1110350,0x0af8aee8,0x0548047f,0xd3dafb10,0x073e8000,0xecc00000,0x011e0000,0x2d0a7fa0,0xf51fe3fb,0xdf6e020c,0x50fd5034,0x3c400010,0x3000000e,0xdf000f69,0xfb901300,0x60670270,0xf51f1fff,0xf1180380,0x13f90ece,0x03d82081,0x13e4f870,0x313ea000,0xeed00000,0x0122000f,0xf9099f96,0xf62ff1fb,0x5f4c01bc,0x58fc2057,0x3b900012,0x8000000e,0xa5000f69,0xf9e01300,0xc07b01a0,0xf4fefd00,0x213002e0,0x11f8aebd,0x02f83d80,0xf3f8f6f0,0x5a3e6000,0xee500000,0x0147000f,0xc109df86,0xf5fffcfa,0xff31006c,0x5ef9a07c,0x3a200016,0xc000000e,0x61000f68,0xf7301301,0x40870120,0xf49eec00,0x11410230,0x0bf77eb1,0x03981d80,0x43f6f7c0,0x763cf000,0xed900000,0x016a000f,0xdf0abf85,0xf35ffefa,0xbf19ff0c,0x72f7c092,0x3950001b,0x7000000e,0x2e000f78,0xf4d00700,0xc08b00c0,0xf48edaff,0x61470150,0x16f69e9e,0x03f80c81,0x13f2f680,0xa33b8000,0xef500000,0x0180000f,0xfa0abf86,0xf2b008fa,0x7efbfddc,0xa6f680ae,0x39900021,0x1000000d,0xf2000fa4,0xf27fe100,0x009900a0,0xf4eebffe,0x315100e0,0x2cf67e90,0x03d83f82,0x5405f3d0,0xd23a9000,0xf0c00000,0x019b000f,0xcb0a2f7c,0xf3e015fa,0x7f01fcec,0xd4f590d1,0x39b00026,0x7000000d,0xa7000fcc,0xf0bfb401,0x30b40190,0xf4bea4fd,0x716700d0,0x31f64e8c,0x04384281,0xb412f360,0xf2388000,0xef500000,0x01c4000f,0xcb0aef7c,0xf22016fa,0x4f2cfb3c,0xedf470f6,0x38c0002d,0x1000000d,0x4b000ff7,0xef7f8e03,0x40d002b0,0xf3de84fd,0x917300f0,0x2ef64e88,0x04782280,0x8412f271,0x1a353000,0xede00000,0x01dd000f,0xea0bef7b,0xf0901af9,0xef61f99d,0x01f31123,0x36a00035,0x5000000c,0xd8000045,0xef1f6705,0x50ea0370,0xf22e65fe,0x31800140,0x29f69e89,0x0517fc80,0x640af0a1,0x4f314000,0xee700000,0x01d60000,0x0e0bff80,0xf0002af9,0x3f8bf95d,0x0cf1c14b,0x3400003c,0x6000000c,0x63000099,0xee7f4807,0x10fb03e0,0xefbe4dfe,0x91a30180,0x20f71e93,0x0647e980,0x340ceeb1,0x7e2d6000,0xee600000,0x01c80000,0x180bff84,0xef203bf8,0x3facf96d,0x09f13161,0x31c00043,0x3000000b,0xf80000d3,0xec5f3b08,0x51040490,0xed2e3efe,0xa1c90140,0x18f79e94,0x06a7d97f,0x5413ebd1,0xad294000,0xed200000,0x01b20000,0x160c7f82,0xeef052f7,0x0fc8f97d,0x0cf12174,0x3030004a,0x9000000b,0x8e0000f7,0xeabf3a09,0x61060590,0xec6e36fe,0x31cc00b0,0x1cf7fe8a,0x0677be7e,0x6411e801,0xd2258000,0xec600000,0x01930000,0x1b0cef81,0xf0006bf5,0xbfdff8cd,0x19f0e18c,0x2f900050,0x1000000b,0x40000106,0xebbf410a,0x81020680,0xec9e2dfd,0x91c20070,0x26f8ce81,0x0697a87e,0x340be431,0xee224000,0xecd00000,0x01720000,0x1d0cbf86,0xf20058f4,0xeffbf7dd,0x27f021a6,0x2f000054,0x7000000b,0x01000120,0xed6f3c0b,0x70fb06e0,0xec5e24fd,0x01c10050,0x2afa4e76,0x0687a67d,0xa40ee002,0x051eb000,0xecb00000,0x01510000,0x080c4f87,0xf3803cf4,0x4020f72d,0x25eef1bd,0x2d800059,0x2000000a,0xba000144,0xeedf310c,0x40f406d0,0xeb7e1dfd,0x01c60060,0x24fbae6e,0x06a79c7c,0x240edd02,0x0b1af000,0xeb700000,0x01340000,0x000c3f84,0xf3500cf4,0x103cf77d,0x1aee21cb,0x2bc0005d,0x1000000a,0x7b00015e,0xefaf300c,0x50f20690,0xea9e18fd,0x41c900b0,0x1efc3e68,0x0707817a,0xb405db82,0x0717b000,0xea400000,0x011e0000,0x100c5f84,0xf25ffcf4,0xc048f82d,0x15edd1d5,0x2af0005f,0x9000000a,0x52000167,0xf01f360b,0xf0f30640,0xea6e15fd,0x51c900d0,0x1dfc5e65,0x0737787a,0x5402daf2,0x0616b000,0xea000000,0x01160000,0x160c5f85,0xf2eff7f5,0x704cf86d,0x14edc1d8,0x2ab00060,0x5000000a,0x45000167,0xf03f380b,0xc0f40610,0xeaee07fc,0x41ba0110,0x30fdae56,0x0787727a,0x8400d332,0x2714f000,0xec500000,0x00f10000,0x140b5f89,0xf94001f5,0xa068f93d,0x1bec01e6,0x2a200063,0xb000000a,0x1000015f,0xf10f440a,0x90f404f0,0xeb3e03fb,0x71bb00d0,0x36fdee54,0x07a7777a,0x1401d1a2,0x30149000,0xec400000,0x00ed0000,0x080b5f86,0xfb0ffcf6,0x4080f96d,0x1aeb51e6,0x2a000065,0x30000009,0xff000168,0xf17f400a,0x30f20490,0xeb9dfafa,0x41be00c0,0x3efdce52,0x08476479,0x03f7d142,0x30137000,0xeba00000,0x00e60000,0x130bef88,0xfa1fedf7,0x00aefa2d,0x18ea71e6,0x29a00067,0x60000009,0xe4000187,0xf27f340a,0x20ef0430,0xebbde6f9,0xa1bb0130,0x47fdae54,0x08d74678,0x03e5d132,0x33127000,0xeb800000,0x00dd0000,0x2f0c7f8c,0xf95fe0f7,0xa0d0fbad,0x14ea81ec,0x29600068,0xf0000009,0xc90001a9,0xf3bf2b0a,0xd0e90410,0xeb4dcff9,0xd1b80190,0x4dfe5e57,0x08974877,0x23e0d072,0x4412d000,0xebe00000,0x00d80000,0x340ccf8a,0xfb3fddf8,0x10e0fced,0x10ebb1f3,0x29400069,0xc0000009,0xb30001ba,0xf5bf360c,0x50e20470,0xea4dc8fa,0x71b90160,0x44fece5a,0x08875f76,0xc3e7d022,0x55137000,0xecb00000,0x00d10000,0x2d0d1f84,0xfcffdef8,0x90defd3d,0x09ecd1ef,0x2890006a,0x60000009,0xa60001b7,0xf7bf530e,0x20db0510,0xe97dcefb,0x41b60110,0x34fece5d,0x08d77377,0x23f2cf42,0x62149000,0xed900000,0x00d00000,0x2e0d9f7f,0xfeafedf8,0x50dbfcfd,0x03ece1e7,0x27a0006a,0xc0000009,0xa30001b8,0xf8cf630f,0x30d80550,0xe9ddd8fb,0x81aa00a0,0x2afeee5e,0x09176f77,0xa3f6cec2,0x6915e000,0xee300000,0x00d10000,0x480dff86,0xfffffaf8,0x10e0fc4c,0xffec31e7,0x2700006a,0xd0000009,0xa60001c2,0xf95f630f,0xa0d905a0,0xeacddcfb,0x21a00060,0x2afefe5e,0x09376f77,0xf3f9cea2,0x6b16d000,0xee400000,0x00d00000,0x510def90,0x007001f8,0x10defb9c,0xffebe1e9,0x26f0006a,0xe0000009,0xab0001be,0xf92f6110,0x20d80650,0xec3ddffa,0x41950020,0x2ffece5c,0x09377478,0x1401cf12,0x6717a000,0xed700000,0x00d40000,0x400dbf91,0x008003f8,0x20d0fb0c,0xffebc1eb,0x2750006a,0xb0000009,0xb60001a1,0xf84f6210,0xc0d20710,0xecbde1f9,0xe1920020,0x31fe9e58,0x09277578,0x3405cf92,0x6117f000,0xec900000,0x00d70000,0x2b0d9f8a,0x004003f8,0x20c5fb0c,0xffebc1eb,0x2780006a,0x70000009,0xbc00018c,0xf7af6511,0x00cc0750,0xecbde4f9,0xc1930020,0x34fe1e54,0x08f76678,0xe401d042,0x58184000,0xec200000,0x00db0000,0x140c6f83,0xfff004f8,0x10c0fb3d,0x01eb91e9,0x2780006a,0x60000009,0xbc00017b,0xf6df6510,0xd0c60730,0xeccde4f9,0xa1940040,0x37fdce52,0x08b76b79,0x9403d092,0x52189000,0xec300000,0x00e0000f,0xf70b4f7c,0xffd007f8,0x00bbfb3d,0x01eb81e8,0x2760006a,0x70000009,0xbc00016c,0xf66f6810,0xd0c30720,0xecdde3f9,0xa1950050,0x37fdce53,0x08977279,0x8407d0c2,0x4f189000,0xebe00000,0x00e1000f,0xee0b0f78,0xff9009f8,0x00b9fb3d,0x03eb81e7,0x2750006a,0x70000009,0xbb000168,0xf67f6b10,0xf0c30730,0xecdde3f9,0xa1950050,0x37fdbe53,0x08877079,0x4409d0d2,0x4e188000,0xeb700000,0x00e0000f,0xf20aff78,0xff7009f8,0x00b8fb5d,0x07eb81e4,0x2760006a,0x40000009,0xba000169,0xf6cf6c11,0x00c70730,0xecdde3f9,0xa1940050,0x38fdbe53,0x08976c79,0x3408d0b2,0x4e188000,0xeb700000,0x00df000f,0xf80aef7b,0xff900df8,0x00b6fb5d,0x08eb91e1,0x2770006a,0x30000009,0xb900016a,0xf70f6b11,0x20cb0730,0xecdde2f9,0xa1940050,0x38fdae53,0x08976b79,0x3408d0a2,0x4d188000,0xeb800000,0x00df000f,0xf90aef7c,0xff9011f8,0x00b6fb5d,0x08eba1e0,0x2770006a,0x30000009,0xb900016a,0xf71f6a11,0x40cc0740,0xecdde2f9,0xa1940050,0x38fdae53,0x08976b79,0x3408d082,0x4e188000,0xeb800000,0x00df000f,0xf90aff7c,0xffb010f8,0x10b6fb5d,0x08eba1e0,0x2770006a,0x40000009,0xb900016a,0xf71f6b11,0x40cd0740,0xecdde3f9,0xa1940050,0x37fd9e52,0x08a76b79,0x3408cf92,0x52187000,0xeb900000,0x00dd000f,0xfe0b5f7f,0x00c012f8,0x30b5fb5d,0x07ebe1df,0x2770006a,0x50000009,0xb7000169,0xf73f6e11,0x60cf0760,0xeccde3f9,0xb1940050,0x36fd8e52,0x08a76a79,0x2408cf72,0x52185000,0xeb800000,0x00dc0000,0x010b8f81,0x00e011f8,0x40b4fb5d,0x06ebf1e0,0x2770006a,0x50000009,0xb7000168,0xf73f6f11,0x60cf0760,0xecdde4f9,0xb1940040,0x35fd8e52,0x08b76879,0x1408cf32,0x53182000,0xeb800000,0x00da0000,0x050bdf84,0x011011f8,0x40aefb4d,0x06ec01e0,0x2760006a,0x50000009,0xb7000160,0xf71f7111,0x70ce0750,0xecede4f9,0xb1930030,0x35fd8e51,0x08b76879,0x1407cef2,0x5517e000,0xeb800000,0x00d70000,0x070bff86,0x015011f8,0x40a9fb2d,0x04ec01e1,0x2750006a,0x60000009,0xb6000156,0xf6ff7411,0xa0cb0750,0xecfde4f9,0xb1930030,0x35fd9e4f,0x08b76779,0x0407ce92,0x5917c000,0xeb700000,0x00d60000,0x090c1f86,0x01c011f8,0x40a7fb1d,0x03ec21e1,0x2730006a,0x60000009,0xb7000151,0xf6ef7511,0xf0c50770,0xed0de5f9,0xb1920030,0x34fd9e4e,0x08b76478,0xf406ce52,0x5b179000,0xeb600000,0x00d50000,0x0c0c1f86,0x020010f8,0x50a5fb2d,0x06ec31e0,0x2700006a,0x40000009,0xb6000150,0xf6ff7512,0x40c00790,0xed0de5f9,0xb1920030,0x34fdae4d,0x08c76178,0xf405ce42,0x5d176000,0xeb800000,0x00d30000,0x0e0c0f87,0x01f00ef8,0x40a4fb2d,0x07ec21e0,0x26f0006a,0x40000009,0xb6000150,0xf70f7412,0x80bd07a0,0xed1de5f9,0xa1910030,0x35fdae4d,0x08b76079,0x0404ce42,0x5f174000,0xeba00000,0x00d20000,0x100c0f87,0x01d00cf8,0x30a4fb1d,0x07ec21e0,0x26e0006a,0x40000009,0xb6000150,0xf70f7312,0xa0bc07b0,0xed3de4f9,0xa1900030,0x35fdbe4d,0x08a75f78,0xe403ce12,0x63173000,0xeba00000,0x00d10000,0x100c0f86,0x02100af8,0x20a6fb1d,0x07ec11df,0x26d0006a,0x30000009,0xb6000154,0xf71f7212,0xb0bd07b0,0xed3de5f9,0xb18e0030,0x34fdbe4c,0x08a75c78,0xd402ce22,0x68176000,0xebb00000,0x00d10000,0x130c1f86,0x026007f7,0xe0a7fb1d,0x08ec21df,0x26c0006a,0x20000009,0xb500015a,0xf74f6f12,0xd0be07c0,0xed4de5f9,0xc18d0030,0x34fdbe4c,0x08a75878,0xe400cf62,0x6a17c000,0xebd00000,0x00d20000,0x160c1f86,0x01b00bf7,0x70a9fb1d,0x09ec21de,0x26c0006a,0x00000009,0xb300015d,0xf75f6d12,0xf0c107c0,0xed5de5f9,0xc18c0030,0x33fdbe4c,0x08a75878,0xf3ffd0c2,0x6a17d000,0xec000000,0x00d30000,0x160c0f87,0x00f018f7,0x10a9fb0d,0x08ec11de,0x26d0006a,0x00000009,0xb300015c,0xf76f6c12,0xe0c107c0,0xed4de5f9,0xe18b0030,0x32fdbe4c,0x08a75a78,0xe400d192,0x6d17c000,0xec000000,0x00d40000,0x150c1f86,0x00d028f6,0xc0abfb0d,0x07ec21df,0x26d00069,0xf0000009,0xb300015e,0xf77f6a12,0xc0c007b0,0xed4de7f9,0xf18a0020,0x31fdae4d,0x08a75978,0xd3ffd2d2,0x6b171000,0xebf00000,0x00d50000,0x150c1f85,0xff605bf6,0x20affb0d,0x09ec11e0,0x26e00069,0xd0000009,0xb3000166,0xf7af6512,0xa0bf0790,0xed6de7fa,0x01880010,0x31fdae4d,0x08975c78,0xd400d402,0x6915d000,0xebf00000,0x00dc0000,0x120c0f84,0xfdb089f5,0x80b3faed,0x0bec01e2,0x26e00069,0xd0000009,0xb100016f,0xf7df6012,0x80bd0780,0xed6de8f9,0xf1890000,0x30fdbe4d,0x08975e78,0xc401d3e2,0x6c149000,0xebe00000,0x00e30000,0x100c0f83,0xfd80aef5,0x70b7facd,0x0aec01e2,0x26e00069,0xe0000009,0xb0000173,0xf7ff5e12,0x90bc0780,0xed5de9fa,0x018a0000,0x2ffdbe4d,0x08b75d78,0xb401d332,0x6e130000,0xebc00000,0x00ed0000,0x110c0f83,0xfd70eff5,0x80b9fabd,0x09ec01e1,0x26d00069,0xf0000009,0xb0000175,0xf80f5d12,0x90bb0780,0xed5deafa,0x118a0010,0x2dfdae4d,0x08d75b78,0xb401d312,0x6a11d000,0xeba00000,0x00f60000,0x140c0f84,0xfc80f9f5,0x30b9fabd,0x09ebf1e1,0x26c00069,0xe0000009,0xaf000176,0xf81f5b12,0x90bb0780,0xed6deafa,0x118c0040,0x2afd7e4d,0x09275678,0xa400d332,0x6610f000,0xeb700000,0x00fb0000,0x1a0c0f87,0xfb7101f5,0x00b8faad,0x08ebe1e2,0x26b00069,0xe0000009,0xaf000175,0xf81f5a12,0xa0bc0780,0xed5deafa,0x118f0060,0x26fd6e4d,0x09675378,0x9401d2b2,0x66106000,0xeb200000,0x01060000,0x1e0c1f89,0xfb40f6f5,0x20b8faad,0x08ebe1e2,0x26b00069,0xf0000009,0xae000175,0xf81f5a12,0xb0bb0780,0xed5deafa,0x218f0060,0x25fd9e4c,0x09575278,0x9402d212,0x69105000,0xeb100000,0x00f80000,0x1f0c1f89,0xfb607df5,0x30b9faad,0x09ebd1e2,0x26b00069,0xe0000009,0xae000177,0xf81f5a12,0xb0bb0780,0xed4deafa,0x218f0060,0x25fdce4c,0x09475278,0xa401d1d2,0x6b109000,0xeb200000,0x00f20000,0x1f0c0f89,0xfb405ff5,0x20b9faad,0x0aebc1e1,0x26900069,0xe0000009,0xad000177,0xf81f5b12,0xe0bc0780,0xed4de9fa,0x218f0060,0x25fdde4c,0x09375378,0xb401d192,0x6d10f000,0xeb300000,0x00ea0000,0x1e0c0f89,0xfb804af5,0x50b8faad,0x0aebc1e0,0x26800069,0xf0000009,0xad000175,0xf81f5c13,0x00bd0790,0xed4de9fa,0x218f0060,0x25fdde4c,0x09275478,0xb401d162,0x6e113000,0xeb200000,0x00e30000,0x1e0c0f88,0xfbd042f5,0x70b7faad,0x0bebc1e0,0x26700069,0xf0000009,0xad000174,0xf81f5d13,0x00bd0790,0xed2deafa,0x418f0070,0x24fdfe4b,0x09175578,0xc402d0c2,0x6d125000,0xeb400000,0x00d50000,0x1e0c0f86,0xfcc03cf5,0xb0b9faad,0x0bebc1e1,0x26800069,0xf0000009,0xad000176,0xf80f5d12,0xe0bd0780,0xed2deafa,0x418f0070,0x24fe0e4b,0x09075678,0xd401d0d2,0x6c131000,0xeb500000,0x00d30000,0x1e0bff86,0xfcf037f5,0xc0b9fabd,0x0cebb1e1,0x26800069,0xe0000009,0xad000175,0xf80f5c12,0xd0bd0780,0xed2deafa,0x418f0060,0x24fe0e4c,0x09075778,0xd402d112,0x6a13f000,0xeb500000,0x00d20000,0x1e0bef84,0xfd402ff5,0xe0b8fabd,0x0bebb1e2,0x26800069,0xe0000009,0xac000173,0xf80f5c12,0xd0bc0790,0xed1deafa,0x51900050,0x24fe1e4d,0x08e75a78,0xd403d062,0x6e14d000,0xeb600000,0x00d20000,0x1b0bef82,0xfeb028f6,0x10b8faad,0x0aebc1e2,0x26900069,0xf0000009,0xac000171,0xf7ff5e12,0xd0bb07b0,0xed0debfa,0x51900030,0x24fe1e4d,0x08c75d78,0xd403cfc2,0x7115a000,0xeb600000,0x00d10000,0x180bef80,0xffc023f6,0x10b7faad,0x0aebe1e2,0x26900069,0xf0000009,0xac00016f,0xf7ef5e12,0xe0b907e0,0xecfdebfa,0x51910020,0x24fe2e4d,0x08b75e78,0xd403cfb2,0x71163000,0xeb600000,0x00d00000,0x160bdf80,0xffe01df6,0x10b6faad,0x0bebe1e2,0x26900069,0xf0000009,0xab00016c,0xf7ef5f13,0x00b807f0,0xecfdebfa,0x61920020,0x24fe3e4e,0x08b75f78,0xe404cf72,0x71167000,0xeb600000,0x00d00000,0x150bdf80,0x001015f6,0x30b6faad,0x0aebe1e2,0x26a0006a,0x00000009,0xab00016b,0xf7df5f12,0xf0b80800,0xecedecfa,0x71920030,0x23fe4e4e,0x08b75e78,0xe404cf42,0x72169000,0xeb500000,0x00cd0000,0x160bdf80,0x00200af6,0x50b6faad,0x0aebe1e2,0x26a0006a,0x00000009,0xaa00016c,0xf7df6012,0xe0b80800,0xecddecfa,0x81920030,0x22fe4e4e,0x08b75c78,0xe403cf12,0x72167000,0xeb600000,0x00cb0000,0x180bdf80,0xfff006f6,0x50b7fabd,0x0aebe1e2,0x26a00069,0xf0000009,0xaa00016d,0xf7df6012,0xc0b907f0,0xecddebfa,0x81920040,0x23fe5e4e,0x08b75d78,0xf403cec2,0x72168000,0xeb700000,0x00cb0000,0x170bcf80,0x001006f6,0x60b6fabd,0x0bebd1e2,0x26a00069,0xf0000009,0xa900016d,0xf7df6012,0xc0ba07e0,0xecddebfa,0x81930040,0x23fe6e4f,0x08b75f79,0x0404ceb2,0x72169000,0xeb800000,0x00cb0000,0x160bcf80,0x001006f6,0x70b7fabd,0x0bebd1e2,0x26a00069,0xf0000009,0xa900016d,0xf7df6012,0xc0ba07e0,0xecbdebfa,0xa1940050,0x23fe6e50,0x08a75e79,0x0404ceb2,0x72167000,0xeb700000,0x00ca0000,0x160bdf80,0x000004f6,0x80b7fabd,0x0aebd1e2,0x26a0006a,0x00000009,0xa900016e,0xf7df5f12,0xb0bb07d0,0xecadecfa,0xc1950060,0x23fe7e50,0x08975d79,0x2403ce42,0x73166000,0xeb700000,0x00ca0000,0x170bef81,0x005004f6,0xa0b8fabd,0x0bebd1e2,0x26a0006a,0x00000009,0xa8000170,0xf7df6012,0xa0bc07c0,0xec8decfa,0xd1970060,0x24fe8e51,0x08676179,0x4404cdd2,0x76169000,0xeb800000,0x00cc0000,0x130bcf80,0x00f006f6,0xa0bbfa9d,0x0bebc1e4,0x2690006a,0x30000009,0xa4000173,0xf7df5f12,0x90bf07a0,0xec3deefa,0xe19c0040,0x23feae52,0x08276779,0x4406cdb2,0x7816b000,0xeb700000,0x00ce0000,0x0c0bbf7e,0x014006f6,0xa0bffa6d,0x07eba1e3,0x2680006a,0xa0000009,0xa0000175,0xf7df5f12,0x60c20760,0xebddf0fb,0x319f0030,0x20febe53,0x07f76779,0x3406ce12,0x7916b000,0xeb300000,0x00cf0000,0x0b0bcf7d,0x011005f6,0x90c6fa6d,0x07eb91e5,0x2680006a,0xc0000009,0x9e00017c,0xf7df5e12,0x00c50730,0xebcdf0fb,0x519f0040,0x1ffece53,0x07e76479,0x2404ce52,0x7816a000,0xeb200000,0x00cf0000,0x0c0bcf7e,0x00d004f6,0x90cbfa7d,0x0ceb71e8,0x26a0006a,0xa0000009,0x9c000184,0xf7ef5e11,0xb0c60700,0xebddeffb,0x519e0050,0x1ffece54,0x07e76479,0x3404ce62,0x7816a000,0xeb200000,0x00d00000,0x0d0bcf7e,0x00b002f6,0xa0ccfa7d,0x0deb61e9,0x26a0006a,0xa0000009,0x9c000185,0xf7ef5d11,0xb0c60700,0xebddeefb,0x619f00a0,0x20ff1e60,0x07b76279,0x8404cff2,0x7116b000,0xeb700000,0x00d10000,0x130b9f84,0xff4001f6,0x90d6fa6d,0x12eb71ef,0x26f0006a,0xa0000009,0x96000194,0xf80f5611,0x80cd06e0,0xeb8deefb,0x91a300c0,0x1eff4e66,0x07876379,0x9406d072,0x6f16c000,0xeb700000,0x00d20000,0x140bbf85,0xfefffff6,0x90e0fa7d,0x11eba1ee,0x2740006a,0xc0000009,0x9500019e,0xf83f5211,0x50d006e0,0xeabdf0fb,0xf1a90110,0x19ff7e70,0x07076479,0xc409d102,0x6b16f000,0xeb700000,0x00d30000,0x1c0c0f88,0xfef001f6,0x70f9fa9d,0x10ec31ec,0x27e0006a,0xe0000009,0x920001c0,0xf8df4a10,0xd0d806d0,0xea0df1fc,0x71ac0170,0x15ff8e7a,0x06d75c7a,0x1409d152,0x68171000,0xeb900000,0x00d20000,0x2e0c5f8c,0xff7005f6,0x410efabd,0x13eca1ef,0x2870006a,0xd0000009,0x8c0001e3,0xf97f4310,0x30df06a0,0xe97df0fc,0xc1b001e0,0x12ffae85,0x06c7527a,0x940ad1c2,0x68177000,0xebd00000,0x00ce0000,0x3f0c3f90,0xffe00bf5,0xe11efaed,0x16ed11f6,0x2920006a,0xf0000009,0x850001f7,0xf9df3f0f,0x80e30660,0xe8cdf3fc,0xd1bd0200,0x10001e9b,0x0607517a,0xe40fd232,0x6a181000,0xeb900000,0x00c90000,0x400c2f8f,0x00b012f5,0x9134facd,0x12ed91f9,0x2a40006b,0x70000009,0x81000205,0xfa3f3c0e,0x40e305e0,0xe87dfcfc,0x71c50160,0x1300cebd,0x0497517a,0x6412d2c2,0x6d18b000,0xea500000,0x00bf0000,0x340bcf88,0x02301df5,0x3148fa5d,0x0ded61f7,0x2b90006b,0xb0000009,0x86000208,0xfa7f3d0c,0x30e40520,0xe92e0afb,0xd1c10090,0x1a00cee6,0x03d73f79,0xd406d422,0x67195000,0xe8c00000,0x00b40000,0x310a8f88,0x034029f4,0xe150f97d,0x04eca1f7,0x2d00006b,0x50000009,0x98000200,0xfa5f3809,0x60ea0410,0xe9fe15fb,0x81be0000,0x21007f0e,0x03b73679,0xb3f8d5f2,0x5d1a4000,0xe7c00000,0x00ae0000,0x22090f8f,0x03d031f4,0xf14cf8ac,0xf6ec91f8,0x2e10006a,0x90000009,0xae0001ef,0xf9af2d07,0x90f00370,0xe99e1afc,0x01c90000,0x26ffef36,0x03073c79,0x93eed762,0x501b8000,0xe6a00000,0x00a8000f,0xfd07ef8f,0x04d037f5,0x6136f83c,0xe0edb1f3,0x2f500069,0x60000009,0xcd0001d0,0xf8ef2c06,0x20ec0310,0xe8be1dfd,0x01d40050,0x26ff2f57,0x02973a79,0xe3e4d8a2,0x411d3000,0xe6a00000,0x00a3000f,0xee06ff89,0x06503bf5,0xc110f7ec,0xd2ef01eb,0x30800067,0xc0000009,0xef0001a9,0xf8af3b04,0xa0e102a0,0xe87e23fe,0x01d50070,0x26fe5f84,0x0237437b,0x43e4d832,0x35207000,0xe8800000,0x00a1000f,0xe305ef85,0x0b604af6,0x60d7f6fc,0xc5f021e2,0x31700065,0x3000000a,0x1e00016d,0xf89f5403,0x10d40230,0xe8ee2dfe,0x61d90040,0x23fdafae,0x0187617c,0xc3f2d7b2,0x26240000,0xea000000,0x00a8000f,0xd505df85,0x10a054f7,0x40b2f5dc,0xb5f091d5,0x32100062,0xb000000a,0x4f000139,0xf85f6901,0xe0c901f0,0xe98e3dfe,0xb1ddfff0,0x1afd2fd4,0x00f7717d,0x03fbdac2,0x08262000,0xe9400000,0x00af000f,0xd606ff83,0x11204bf7,0xc09af4dc,0xa7f0c1c4,0x3280005f,0xe000000a,0x82000111,0xf7ff7900,0xe0c101d0,0xea8e55fe,0xf1d6ff90,0x13fc9ffa,0x00876e7d,0x23f7dea1,0xdc27a000,0xe8300000,0x00b3000f,0xe4089f82,0x11003ef8,0x6086f40c,0xa0f0e1b1,0x3300005c,0x0000000a,0xc10000ed,0xf76f8700,0x00bb01b0,0xeb8e6aff,0x01ceff90,0x10fbe013,0x00476a7e,0x13f1e0e1,0xb6291000,0xe8300000,0x00b6000f,0xf0098f85,0x119035f9,0x2079f37c,0x9ef111a1,0x33800058,0x7000000a,0xf70000cd,0xf6bf91ff,0xb0ba01a0,0xec8e7fff,0x01caffa0,0x10fb6026,0x00177e7f,0x43f9e1c1,0x922b5000,0xe8600000,0x00c1000f,0xe409ff81,0x13302ffa,0x206ff2fc,0x96f1718f,0x33f00054,0xd000000b,0x2e0000ab,0xf63f9aff,0xd0b801c0,0xed1e8fff,0x11c5ffb0,0x0ffb5030,0xffe7907f,0xc401e241,0x782ce000,0xe8200000,0x00ca000f,0xd80a4f7a,0x14202bfa,0xe06af2dc,0x8ef1b180,0x34100052,0x3000000b,0x56000096,0xf61fa0ff,0xe0b601d0,0xedaea5ff,0x61b6fff0,0x0bfb0033,0xffc7887f,0xf3f9e5a1,0x512d7000,0xe7e00000,0x00c8000f,0xea0a6f79,0x120021fb,0x2060f30c,0x8df2816d,0x3490004e,0x5000000b,0x8c00008c,0xf62fa4ff,0x90b20230,0xee8ec4ff,0xc1a00030,0x0cfb0034,0xff678a80,0xa3f3e891,0x1f2eb000,0xe8500000,0x00c6000f,0xf40a0f77,0x11d01afb,0x6053f34c,0x8ef3e153,0x35800048,0xb000000b,0xd8000080,0xf61fa8ff,0x40ae02e0,0xefaee0ff,0xf18dffe0,0x17fb0030,0xfe77c581,0xc407e501,0x04317000,0xe9a00000,0x00cf000f,0xbb08ff6e,0x196024fb,0xd049f35c,0x89f4c13f,0x35f00044,0x2000000c,0x1800006f,0xf5bfabff,0xb0aa03e0,0xf0befd00,0x3181fff0,0x14fb102b,0xfe07d881,0x940de770,0xdc32c000,0xe8e00000,0x00d8000f,0xb0091f6c,0x192021fb,0xd039f3ec,0x85f53126,0x3600003f,0x1000000c,0x5e000060,0xf55fb0ff,0xf0a30490,0xf16f2200,0x91770030,0x09fb2021,0xfde7bb80,0x83faef50,0xa532d000,0xe7500000,0x00dc000f,0xdf09df75,0x11b013fb,0x501bf55c,0x88f52100,0x36100038,0xf000000c,0xb5000056,0xf53fb5ff,0x409604b0,0xf20f4600,0xc1690020,0x0bfb2013,0xfdd7b980,0xe3edf290,0x7d33e000,0xe8600000,0x00da000f,0xf5097f7d,0x0ea010fa,0xfffbf6ec,0x8ff440d9,0x36200032,0xb000000d,0x0e00004c,0xf5bfb6fe,0x40870480,0xf29f6600,0xe1620000,0x0ffb3007,0xfd87db81,0x63f5f280,0x5c35c000,0xe9100000,0x00df000f,0xe4092f7e,0x0ec014fa,0xffe2f8dc,0x90f310ac,0x35e0002c,0x9000000d,0x64000044,0xf6bfb1fe,0x107c04d0,0xf2af8601,0x1161ffd0,0x0bfb4ffb,0xfd37e880,0x93f6f430,0x31375000,0xe8400000,0x00f2000f,0xe809cf7e,0x0c500dfb,0x2fccfb8c,0x8ff1e078,0x35800026,0x2000000d,0xb900004b,0xf7ff9ffe,0x607205a0,0xf28fa201,0x515affd0,0x06fb6ff0,0xfd17d57f,0xa3e8f6c0,0x09382000,0xe7d00000,0x00fe0000,0x0a0a4f83,0x07e001fb,0x5fb6fe2c,0x93f1304c,0x35b00020,0xa000000e,0x0100005f,0xf99f85fe,0x70680650,0xf28fb801,0x714effc0,0x08fb7fe7,0xfce7cd80,0x03dff6df,0xf7393000,0xe9600000,0x00f40000,0x200a0f87,0x05f002fb,0xafaaffac,0x97f0b02a,0x3640001c,0xc000000e,0x4000006d,0xfb6f6ffe,0x605d06d0,0xf2afc501,0x8149ffb0,0x0afb9fe3,0xfcc7d280,0x63dff60f,0xf03a0000,0xea400000,0x00ef0000,0x2009ef88,0x05a005fb,0xdfa8004c,0x95f06016,0x3690001a,0xa000000e,0x67000070,0xfc9f67fe,0x50560710,0xf2efde01,0xa147ff80,0x0bfbafdf,0xfc57f080,0x83e9f43f,0xde3bc000,0xea500000,0x00f40000,0x030a2f85,0x05f006fc,0x6fae013c,0x81f00fec,0x37500016,0xc000000e,0xbb00005e,0xfedf68fd,0xd0480740,0xf32ff101,0xb13cff70,0x0bfbcfe0,0xfbc7ee80,0x23e5f4df,0xcd3c9000,0xea600000,0x00f10000,0x020aaf86,0x047003fc,0xcfad024c,0x73f0bfc7,0x38900013,0x3000000f,0x0a000048,0x009f68fc,0x704106d0,0xf35ffb01,0xb12effb0,0x0cfbefdf,0xfc57e17f,0xf3def73f,0xc03cb000,0xeaf00000,0x00e90000,0x0c0abf8c,0x01e001fc,0xffb2035c,0x6ef21fad,0x39e00010,0x5000000f,0x44000032,0x017f67fb,0x70400640,0xf3a00201,0x91250010,0x0dfc0fd8,0xfd57e080,0x23dff88f,0xbb3d2000,0xeba00000,0x00df0000,0x0e0a9f8f,0x00a002fd,0x4fc1044c,0x69f36f94,0x3ac0000d,0xc000000f,0x7800001d,0x020f65fb,0x403f05d0,0xf3f00801,0x71220040,0x0efc2fd4,0xfdf7ec7f,0xb3e7f7df,0xb53e2000,0xeb300000,0x00e00000,0x000abf8e,0x01e003fd,0xdfd304fc,0x64f45f80,0x3b20000b,0xb000000f,0xa1000010,0x024f64fb,0xc03b05a0,0xf4300e01,0x511b0030,0x0cfc4fd4,0xfe57e97e,0xf3e9f83f,0xae3ea000,0xeab00000,0x00e30000,0x000acf8e,0x025004fe,0x2fe1053c,0x63f55f79,0x3b50000a,0x9000000f,0xb5000008,0x022f63fb,0xf03a0570,0xf4601101,0x51160020,0x0afc7fd5,0xfe87e47e,0xa3e9f8ef,0xab3eb000,0xea900000,0x00e30000,0x040adf8f,0x021007fe,0x3fe8052c,0x63f5ef79,0x3b70000a,0x2000000f,0xba000003,0x020f63fb,0xe03c0530,0xf5e01901,0x60f80010,0x06fc9fd1,0xff77db7e,0x63e9fa3f,0xab3ed000,0xeb600000,0x00d80000,0x090abf97,0x01e00cfe,0x6002047c,0x62f6df88,0x3bd00008,0x6000000f,0xc7000fec,0x022f6afc,0x103204a0,0xf6501b01,0x50ef0010,0x06fcbfd1,0xffb7dc7e,0x33ebfa4f,0xab3f0000,0xebb00000,0x00d50000,0x080aff9a,0x02500cfe,0x801104cc,0x5ef73f8a,0x3bc00007,0x1000000f,0xcd000fdb,0x028f72fc,0x10210460,0xf6501b01,0x30ec0040,0x05fcefd2,0xffb7dc7d,0xb3edfa5f,0xa93f4000,0xebb00000,0x00d60000,0x090b9f9b,0x02e006fe,0x702005bc,0x59f79f89,0x3ba00005,0x6000000f,0xd1000fc6,0x032f7dfb,0xe00503c0,0xf6501c01,0x20df0070,0x02fd0fd2,0xffb7d07d,0x33ebfaef,0xa53f5000,0xec300000,0x00d40000,0x1a0bdf9d,0x02affdfe,0x5026069c,0x58f83f8b,0x3ba00004,0x3000000f,0xd0000fba,0x034f85fb,0x8ff202c0,0xf6902001,0x00cb0070,0x02fd3fd2,0xffc7d37d,0x53eef91f,0xa73fe000,0xeda00000,0x00c90000,0x1d0bef9d,0x041fedfe,0x502c06fc,0x5bf86f8b,0x3bc00003,0xd000000f,0xd3000fb6,0x02ef8afb,0x8feb0200,0xf6f02600,0xa0be0030,0x06fd5fd0,0xffe7e37d,0x63f5f62f,0xa940a000,0xee500000,0x00cb0000,0x160c4f9b,0x058fc8fe,0xc03906cc,0x5ff7bf86,0x3bf00003,0xc000000f,0xe0000fb3,0x029f8ffb,0xffe301f0,0xf7102b00,0x60b70010,0x04fd8fcd,0x0047db7d,0x03f1f5ff,0xa340a000,0xee400000,0x00d50000,0x290c9f9f,0x03afa5ff,0x8044069c,0x60f72f7f,0x3c000003,0xb000000f,0xed000fae,0x024f92fc,0x4fdd0210,0xf7302c00,0x50ab0050,0x02fdbfca,0x00a7cb7c,0xd3ebf6df,0x9e405000,0xeea00000,0x00d60000,0x400cafa4,0x00ef8800,0x504f06ac,0x63f75f7b,0x3c300003,0xd000000f,0xf0000fad,0x014f95fc,0x2fdf01f0,0xf7602a00,0x50a30060,0x02fddfcc,0x00e7d37c,0xf3ebf68f,0x9e404000,0xef000000,0x00d00000,0x3a0c6fa2,0x00cf7600,0x805a069c,0x61f78f7c,0x3c500003,0xa000000f,0xef000f9b,0x00af9dfc,0x1fe301d0,0xf7902800,0x509e0080,0x03fe0fcd,0x0117e47c,0xf3eef5ef,0x9f405000,0xeee00000,0x00cf0000,0x2d0c3f9c,0x023f6900,0x405a061c,0x61f7af7d,0x3c500003,0xc000000f,0xee000f91,0x006fa4fc,0x1fe501d0,0xf7b02600,0x509c00a0,0x02fe2fcd,0x0127ed7c,0xc3eff5cf,0x9d404000,0xee900000,0x00d20000,0x260c1f98,0x034f66ff,0xf05b05bc,0x62f7bf7d,0x3c400003,0xf000000f,0xee000f90,0x004fa8fc,0x1fe701d0,0xf7d02500,0x509100d0,0x02fe5fcb,0x0127f37c,0xc3edf58f,0x9a402000,0xeec00000,0x00cd0000,0x240b9f96,0x052f69ff,0x805d058c,0x5df7ef7f,0x3c500003,0x8000000f,0xeb000f75,0x00afb7fb,0xefeb01c0,0xf8202400,0x508600f0,0x03fe7fca,0x01180a7d,0x03f1f41f,0x99406000,0xef300000,0x00c70000,0x110b4f92,0x07bf6efe,0xf060052c,0x56f7ff81,0x3c500003,0x2000000f,0xe8000f59,0x014fcafb,0xfff001c0,0xf8602300,0x60800100,0x02feafcb,0x0118187d,0x23f3f42f,0x96407000,0xef300000,0x00c80000,0x070b6f91,0x07ef71fe,0xd06304ec,0x54f7ff82,0x3c400003,0x1000000f,0xe6000f52,0x019fd4fc,0x0ff501d0,0xf8902200,0x607a012f,0xfffedfcc,0x0128177d,0x13f0f56f,0x93403000,0xef200000,0x00c70000,0x0e0b9f94,0x06bf75ff,0x006604fc,0x54f82f82,0x3c500003,0x0000000f,0xe2000f4f,0x019fdcfb,0xdffd01c0,0xf8e02200,0x8072013f,0xfcfeffcd,0x0128157d,0x73ebf5ff,0x93400000,0xefa00000,0x00c30000,0x1a0b7f99,0x062f7bff,0x106a04dc,0x55f85f83,0x3c700002,0xe000000f,0xdb000f4e,0x018fe1fb,0x900901a0,0xf9302200,0x806c013f,0xfbff1fce,0x0138217e,0x13ebf5bf,0x94401000,0xf0600000,0x00c10000,0x190b7f9a,0x067f81ff,0x006d04ac,0x54f83f84,0x3c800002,0xd000000f,0xd8000f4d,0x019fe4fb,0xb01001a0,0xf9502200,0x706a013f,0xfcff4fd0,0x0148307e,0x63eef55f,0x94404000,0xf0b00000,0x00c10000,0x110b8f98,0x072f86fe,0xd070049c,0x53f81f84,0x3c700002,0xb000000f,0xd7000f4a,0x01afe6fb,0xd01201b0,0xf9402200,0x706b011f,0xfcff6fd4,0x01b83b7e,0x63f1f48f,0x9040a000,0xf0500000,0x00cb0000,0x0f0bdf91,0x08df8dfe,0x707304bc,0x54f80f84,0x3c700002,0xc000000f,0xd7000f4f,0x016fe3fb,0xd01201c0,0xf9402300,0x706b00ff,0xfcff8fd8,0x01e83a7e,0x63f1f50f,0x8a40a000,0xf0300000,0x00d20000,0x130bdf90,0x08cf93fe,0x607504ec,0x58f80f83,0x3c800003,0x2000000f,0xd5000f61,0x00bfddfb,0xc01501d0,0xf9402200,0x706b00cf,0xfcffafdc,0x01d8387e,0x63f0f54f,0x8940a000,0xf0300000,0x00d20000,0x130baf91,0x08af99fe,0x707604fc,0x59f7ef83,0x3c700003,0x6000000f,0xd4000f71,0x004fd9fb,0xe01701f0,0xf9402200,0x706c00af,0xfcffcfe1,0x01c8347e,0x53eff54f,0x89409000,0xf0100000,0x00d10000,0x160bbf92,0x089f9cfe,0x907604fc,0x5af7df83,0x3c700003,0xb000000f,0xd3000f7f,0xffffd6fb,0xe0170200 +}; + +u32 ANIM_ENTRY_fire_kneel_right_one_handed_weapon_fast[] = +{ + 0x001f70ff,0x9ff4096f,0xf501aff5,0xffefec05,0x6c23f99f,0xef3d5ff1,0xf6402001,0xc0e5033f,0xd10affc3,0xfe2f8bfe,0x46eb81d3,0xe408903a,0x3d400d0a,0x301eff2f,0x4d01effd,0xf5f017f9,0x70930150,0x003f6eff,0x7ff8098f,0xf801bfed,0xffdfef03,0xec2cf90f,0xef3c5ff2,0xf6502001,0xb0e1032f,0xb00aafc9,0xfe5f8efe,0xa6e88323,0xea088047,0x3d60110c,0x3024ff2f,0x4801fffd,0xf5401bf9,0xc09c0090,0x004f6dff,0x400009df,0xfd015fe4,0xfff00502,0xfc39f85f,0xec3b4ff1,0xf6302001,0xb0e0032f,0x8f09ffc4,0xfdff8cff,0x26df8433,0xf0087056,0x3d90160e,0x202aff0f,0x3c022ffe,0xf4801bfa,0x10a5ffe0,0x002f6aff,0x200e0a10,0x01009fdd,0x00202902,0x7c4af81f,0xea3a4ff0,0xf5b02201,0xa0dd031f,0x7d099fc1,0xfd5f86ff,0xa6cf8533,0xf7089068,0x3db01c10,0x6031fedf,0x24026fff,0xf39014fa,0x80b2ff50,0x001f69fe,0xf01f0a20,0x07ff9fd2,0x00405402,0x0c5af81f,0xec392fef,0xf5302401,0x90d702ff,0x81095fc7,0xfc6f8100,0x36bf8654,0x0208c082,0x3de02312,0xd039fe7e,0xfe02dfff,0xf2800efb,0x00c4fee0,0xffff66fe,0xa0330a50,0x0ffe7fc0,0x00408501,0x9c6bf78f,0xef381fed,0xf4702601,0x80d302ff,0x9209bfca,0xfb3f8101,0x06af8794,0x1008a09f,0x3e202c15,0x8042fdfe,0xce036fff,0xf17008fb,0xa0dcfed0,0xffef63fe,0x60490ab0,0x14fd6fa6,0x0070ba01,0x0c7ef6cf,0xf0373feb,0xf3a02901,0x90da030f,0xaf097fb8,0xf9af8b01,0x96a18914,0x1f08b0c2,0x3e603818,0xc04dfd2e,0x91043000,0xf06006fc,0x70fbff50,0xffef62fe,0x30620b60,0x18fbff7a,0x0120f100,0x6c92f5cf,0xea366fe8,0xf2802d01,0xd0ec034f,0xd2094fa4,0xf79f9f02,0x669f8af4,0x2c0870ec,0x3e80491c,0x805cfbde,0x41056fff,0xef000ffd,0x511f00e0,0xff8f65fe,0x307e0c00,0x1cfa4f3d,0x02a11dff,0xbca5f50f,0xda359fe4,0xf1203202,0x511103df,0xe5097f9f,0xf4cfb602,0xf6a88cd4,0x36083112,0x3e706020,0xe071f9bd,0xdb075fff,0xed701bfd,0xe1390310,0xff0f6afe,0x30980cb0,0x1df88ef6,0x04e140ff,0x1cbaf48f,0xc534efdf,0xefb03803,0x013f049f,0xe908df9f,0xf0afc802,0xa6aa8eb4,0x4408612f,0x3e908225,0xb08ef5cd,0x620acffe,0xebd021fe,0x61500590,0xfe5f6efe,0x70ac0de0,0x17f74ea5,0x06815bfe,0xacd3f35f,0xae347fda,0xee603d04,0x0175058f,0xe0083fa2,0xec4fdb01,0x76a09044,0x53090142,0x3ea0b02a,0x50b7eedc,0xee113ffc,0xe94024fe,0xd1680740,0xfd9f79ff,0x00bd0ed0,0x09f67e47,0x08115ffe,0xdcedf11f,0x9c33cfd4,0xecb04405,0x51b306cf,0xdc097fac,0xe9cfe600,0x569691b4,0x5d09614f,0x3e50f82f,0x60fae13c,0x941e5ff8,0xe5f02afe,0xe17207f0,0xfccf8cff,0x90cb0ecf,0xf9f5fdf6,0x0a1157ff,0xad07ee7f,0x9532cfcf,0xeba04807,0x01f2083f,0xd309efb8,0xe7afe7ff,0x268f9334,0x66099156,0x3db17c34,0x5178c65c,0x6638bff3,0xe39030fe,0xc1730990,0xfbff9eff,0xf0d10e2f,0xe4f61db6,0x0b815100,0xed27ebef,0x91318fcf,0xeb904909,0x22350a1f,0xc708cfaf,0xe53fdffd,0xd68b94e4,0x7209f14e,0x3d528a38,0x327faaac,0x71541fec,0xe1103efe,0xd1800bc0,0xfb1fab00,0x60d70dbf,0xd0f60d7f,0x0cd13002,0xed34e94f,0x98308fd0,0xebe0470b,0xc2760c6f,0xc8085fa0,0xe3bfd4fc,0x96859674,0x810ab13b,0x3d346a39,0x74589d4c,0x90613fe4,0xdf5050ff,0x41960cd0,0xf9ffb101,0x10e80dff,0xbef50d50,0x0ec12203,0xed44e60f,0xa72eafd3,0xeca0440e,0xe2b00f3f,0xcb082f99,0xe2dfc6fa,0x367997b4,0x8e0bb12b,0x3d160437,0x35ed972c,0xac673fe0,0xdfa05aff,0x61a20d40,0xf8dfb602,0x00fb0e7f,0xabf34d2c,0x11512204,0x4d5be27f,0xb72c3fd7,0xed804112,0x92e2128f,0xcf07df95,0xe24faff6,0x66699904,0x9f0c9120,0x3c96d532,0xf6b7922c,0xce6c0fdc,0xe03058ff,0x81af0e70,0xf7afbc02,0xf10b0eaf,0x99f16d10,0x13a12304,0x8d75de7f,0xc7297fd9,0xee103e16,0xa30c164f,0xdc080f91,0xe43f9ff1,0xd65c9a44,0xb20cd115,0x3bb7382e,0x97168d3d,0x0470cfd9,0xe0e05400,0x71d710c0,0xf65fc403,0xa11f0e8f,0x8beffcfc,0x15811b04,0x9d8dd9ff,0xd7264fdb,0xeea03c19,0x031e188f,0xee089f83,0xe74fafed,0xf6529b74,0xc20c910d,0x3ac76f2a,0xa749898d,0x42744fd8,0xe1e05801,0x01ec1280,0xf4afcd04,0x513a0e6f,0x85ee5cec,0x17a11004,0x7da4d59f,0xdf227fde,0xef503918,0x631a17ef,0xf1089f87,0xe75fc1ec,0x86489c04,0xcb0c7108,0x3a179426,0xe76c870d,0x8076afd8,0xe2806800,0xb1de12b0,0xf2cfd004,0xb1530e6f,0x86edbce2,0x1880fd04,0x8db5d29f,0xe21e4fe0,0xeff03615,0x9304154f,0xe7083f97,0xe77fcaeb,0x263b9c24,0xd70cc0fd,0x39d7ad23,0x7784855d,0xb8783fd8,0xe3008800,0x41cd12f0,0xf10fd205,0x11620e3f,0x81ef3cde,0x17c0f004,0x7dc8d0bf,0xeb1a0fe4,0xf1003210,0xd2d010ef,0xcd07bf91,0xe90fdfe9,0x863a9c04,0xe10d20e7,0x3987bf20,0x7796844d,0xe6794fd9,0xe3808600,0x21c61380,0xefbfd105,0x91640daf,0x6ef2cce5,0x1550dc04,0xcddccf6f,0xfd162fe7,0xf2002f0c,0x728c0cff,0xb3072f87,0xeb3ff7e9,0x86409c14,0xe50da0d3,0x3937cc1d,0xc7a3838e,0x0a7a0fda,0xe41078ff,0xf1be13e0,0xeecfcf06,0x01610d2f,0x62f4ecee,0x13b0b605,0x4deacdd0,0x0f11ffe6,0xf1d02f08,0xd23a09cf,0xb0073f7e,0xee3011ea,0x46469c24,0xe70e60c4,0x3907d61b,0x97ac82fe,0x287a9fda,0xe4f073ff,0xa1af1410,0xedefcd06,0x61600cdf,0x5ef55cef,0x13009305,0x8df3cba0,0x1c0d6fe5,0xf1603105,0xc1d6071f,0xb4077f71,0xf12028ed,0x164b9c04,0xea0f10b9,0x38d7dc1a,0x37b4829e,0x427affdc,0xe6f06aff,0x61a21460,0xed4fca06,0xb15e0c9f,0x5cf55cf0,0x12d07b05,0x8df7c8a0,0x29090fe4,0xf0f03203,0x816e050f,0xbb07af72,0xf4a026f1,0x864b9bc4,0xec0fb0ac,0x38b7e119,0x57b9825e,0x547b4fdf,0xe87064ff,0x61a214b0,0xed0fc806,0xe1560c3f,0x5af5ccf3,0x12606805,0xadf8c570,0x37050fe2,0xf0903401,0xf109036f,0xc507bf7a,0xf81012f4,0x56479bc4,0xf01070a4,0x38b7e318,0x57bc822e,0x607b7fe0,0xe8e064ff,0x81a31580,0xed2fc607,0x014c0bcf,0x59f57cf5,0x12a05105,0xbdf8c1f0,0x4301cfe1,0xf0403500,0xe0a5020f,0xc307cf72,0xfa2005f5,0x76449be4,0xf21130a4,0x3887e517,0xc7bd820e,0x6a7bafe1,0xe95061ff,0x519a16f0,0xed3fc007,0x11480bcf,0x5cf4acf8,0x13803e05,0x9df5bd40,0x46ffdfe0,0xefd03700,0x505b011f,0xb807ff80,0xfc2003f5,0xe63c9bc4,0xf91200a6,0x3887e517,0xa7bd81fe,0x6f7bbfe2,0xe9e061ff,0x31921830,0xed3fbf06,0xe1470b8f,0x5ff43cf9,0x14002e05,0xadf1b8e0,0x46feefdf,0xef703800,0x2028007f,0xb207ff8d,0xfdf00bf5,0x863c9b94,0xfe1260a3,0x38d7e517,0xa7bd81fe,0x6d7bbfe3,0xea705fff,0x41921920,0xed8fbf06,0xd1420b5f,0x5df44cf8,0x14402405,0xcdedb5c0,0x46fe9fde,0xef403900,0x0002000f,0xb607bf86,0xfeb010f4,0xd6409bb4,0xfd12a0a5,0x3927e417,0xc7bd820e,0x677bafe4,0xead05cff,0x619219a0,0xee0fc006,0xd1380b0f,0x58f4ecf9,0x13e02006,0x0de9b3b0,0x45fe9fde,0xef5039ff,0xffe3ffaf,0xb9075f6d,0xfe901bf4,0x86459c14,0xfa1270aa,0x3947e417,0xf7bc821e,0x627b8fe4,0xeb2059ff,0x71931980,0xee3fbf07,0x01340aff,0x54f4fcfb,0x13f02006,0x3de6b300,0x45feafdf,0xef9038ff,0xefcbff5f,0xbe071f52,0xfdf028f4,0x76469bf4,0xf71250a9,0x3947e318,0x37bb822e,0x5d7b7fe5,0xeb8056ff,0x718f18d0,0xee3fbb07,0x41320b2f,0x54f4ccfb,0x14402006,0x4de3b2a0,0x45fecfe0,0xefc037ff,0xefc5ff4f,0xc9074f47,0xfdc021f4,0x56429bb4,0xf51260a7,0x3967e218,0x57bb823e,0x5a7b6fe5,0xebe058ff,0x618b1820,0xee4fba07,0x612f0b2f,0x53f5ccf9,0x13801d06,0x6ddeb220,0x46feffe0,0xefe036ff,0xefc7ff5f,0xd8077f49,0xfdc018f3,0xc6409ba4,0xf31270a7,0x3957e218,0x57ba823e,0x597b6fe6,0xec5058ff,0x718a17c0,0xee7fbc07,0x81290aef,0x51f75cf9,0x12301a06,0xbdd9b230,0x4afeffe0,0xf01036ff,0xefc7ff5f,0xdd078f4d,0xfda014f3,0x063e9ba4,0xf21250a8,0x3927e218,0x47bb823e,0x597b6fe6,0xec6055ff,0x71881780,0xeeafbc07,0x81240acf,0x54f81cfa,0x11401a06,0xfdd2b200,0x4bfeefe1,0xf04035ff,0xefc6ff4f,0xd7077f53,0xfdf012f2,0x563e9bb4,0xf41230a8,0x3927e318,0x27bb823e,0x597b6fe6,0xec4052ff,0x81861730,0xeebfbc07,0x61230aaf,0x56f8acfa,0x10a01307,0x2dccb1e0,0x4dfebfe2,0xf08034ff,0xefc1ff4f,0xd4075f56,0xfde00ff1,0xf63d9ba4,0xf61210a7,0x3937e317,0xf7bb823e,0x5a7b6fe6,0xec804fff,0x71821700,0xeebfbf07,0x51240a5f,0x55f97cfa,0x0ff00807,0x5dc6b180,0x4dfeafe2,0xf0a034ff,0xefbeff3f,0xd1075f56,0xfde00af1,0xf6419ba4,0xf411d0a6,0x3927e317,0xe7bc823e,0x5a7b6fe7,0xed004dff,0x617d16d0,0xeecfc107,0x61230a2f,0x53fa0cfa,0x0f9fff07,0x7dc0b210,0x50fedfe3,0xf0d033ff,0xefc5ff4f,0xcd074f52,0xfd3003f1,0xc6439bb4,0xf11180a6,0x3907e317,0xe7bc823e,0x597b6fe7,0xed404cff,0x61791660,0xeeffbf07,0x41200a0f,0x54fa3cfc,0x0f6ff607,0xcdb9b5a0,0x5a005fe3,0xf0e033ff,0xfff5ffef,0xd1074f55,0xf94ff3f1,0xd6419bc4,0xf31150a8,0x3927e317,0xe7bb824e,0x577b6fe8,0xed904cff,0x617715e0,0xef4fbf07,0x411b09cf,0x53fabcfe,0x0f1ff008,0x3db2ba60,0x62039fe2,0xf0b03400,0x6060012f,0xd5074f5b,0xf33feef1,0xc63e9c04,0xf51150ab,0x3937e317,0xf7bb824e,0x557b5fe8,0xede04bff,0x61751620,0xef7fc307,0x311a092f,0x51fb4d03,0x0e3fe708,0xadacbce0,0x5c06dfe2,0xf0903401,0xb0f8032f,0xcf06ef58,0xf11010f0,0x26419c34,0xf31120ad,0x3927e317,0xf7bb825e,0x537b5fe9,0xee404aff,0x71741670,0xef8fc507,0x411d08bf,0x52fb1d0f,0x0d8fd508,0xdda1bdd0,0x4e085fe2,0xf0703503,0xd184054f,0xd106ef58,0xf2b04aee,0x16439c44,0xf010d0ab,0x3917e218,0x07bb825e,0x517b4fe9,0xee904aff,0x61701660,0xef8fc607,0x411f084f,0x55faed1f,0x0d3faa09,0x1d8ebeb0,0x42081fe1,0xf0303605,0xc1e0071f,0xe707af52,0xf46078ec,0x26429c34,0xf01070ac,0x38f7e317,0xe7bb825e,0x517b4fe9,0xeed049ff,0x516915f0,0xef6fc507,0x411f07ef,0x58fc0d29,0x0c5f8409,0x7d7bbf70,0x4306bfe1,0xf0303606,0xa20207df,0xef082f5b,0xf51091eb,0x56429c04,0xf01060ac,0x38d7e317,0xc7bc825e,0x537b4fea,0xef3047ff,0x51671590,0xef3fbf07,0x411f080f,0x5cfded28,0x0b3f7a09,0xcd6dbf90,0x4504ffe2,0xf0c03406,0x61fa079f,0xef07ef74,0xf50099eb,0xf6409bc4,0xf210e0ab,0x38f7e317,0xa7bc824e,0x547b5feb,0xefa044ff,0x516615e0,0xef3fba07,0x411c085f,0x60ff9d25,0x09ef7b09,0xbd63bf90,0x45038fe5,0xf1803106,0x01ed074f,0xfc071f68,0xf51091ec,0x563e9bb4,0xf41170aa,0x3947e317,0xb7bc825e,0x537b4feb,0xf01045ff,0x61651610,0xef4fb907,0x4119089f,0x60009d24,0x095f7609,0x7d5dbf90,0x4402bfe6,0xf2102f05,0xb1e10700,0x0206af54,0xf5308eed,0x263e9bb4,0xf11180a9,0x3957e317,0xe7bb825e,0x517b4feb,0xf0304bff,0x71641600,0xef6fbb07,0x511608bf,0x5e015d28,0x08df7309,0x5d5abf80,0x45025fe7,0xf2402e05,0x71d706c0,0x05067f51,0xf56088ee,0x56409be4,0xee1140ab,0x3947e217,0xf7bb825e,0x517b4fec,0xefd04eff,0x716215e0,0xef7fbc07,0x611308cf,0x5c01dd2e,0x083f6f09,0x5d58bf50,0x4a023fe7,0xf2402e05,0x51d006a0,0x0a065f4b,0xf52076ef,0x36419c04,0xec1130ac,0x3937e217,0xf7bb825e,0x527b4fec,0xef804eff,0x715e15e0,0xef9fbc07,0x510f08df,0x5b028d33,0x07af6b09,0x5d57bf10,0x51023fe7,0xf2302e05,0x31cb0680,0x0c064f44,0xf48062ef,0xf6429c44,0xeb1150ae,0x3937e217,0xf7bb825e,0x537b4fec,0xef404dff,0x715b1630,0xef9fbe07,0x610d08ef,0x5a02dd36,0x07bf6709,0x2d58bed0,0x57025fe7,0xf2202f05,0x01c40660,0x0b068f41,0xf3e056f0,0xc6469c84,0xe61170af,0x3917e317,0xe7bb824e,0x547b5fec,0xeee04dff,0x715916d0,0xef6fc007,0x6110091f,0x5a034d39,0x078f6508,0xcd59be70,0x5b026fe6,0xf2102f04,0xd1bb0630,0x0906df4a,0xf3e057f1,0x664a9c94,0xe11170ae,0x38f7e317,0xc7bb824e,0x577b5fed,0xeeb050ff,0x715716d0,0xef0fc107,0x5117097f,0x5c038d3c,0x076f6608,0x6d5cbe80,0x5d029fe6,0xf1f03004,0xb1b30610,0x06070f50,0xf41062f1,0x264a9ca4,0xdf1150ac,0x38f7e317,0xa7bc823e,0x5a7b6fee,0xeea052ff,0x61521670,0xeeffbe07,0x411909ef,0x5f03ad40,0x076f6507,0xfd5fbef0,0x6002bfe5,0xf1a03104,0x91af0600,0x09075f52,0xf3e067f0,0x96459cd4,0xe11170b0,0x3917e417,0x87bc822e,0x5e7b7fef,0xeec059ff,0x514c1660,0xeeefbb07,0x511c0a4f,0x5e03fd41,0x074f6307,0xad63bf20,0x6402efe4,0xf1203204,0x81ab05e0,0x0b078f58,0xf39069f0,0xc6459d24,0xe011c0b4,0x3927e317,0x97bc822e,0x617b8fef,0xeeb05fff,0x514a16c0,0xeebfbc07,0x51220a7f,0x5d042d42,0x074f6207,0x4d68bf50,0x68032fe3,0xf0e03304,0x61a405c0,0x0c076f5c,0xf3706df1,0x364b9d84,0xdb11f0b7,0x3907e317,0x97bb821e,0x637b8fef,0xee2064ff,0x51581780,0xee6fbd07,0x412c0adf,0x5d046d49,0x073f6306,0x9d6cbf30,0x6a035fe3,0xf0e03304,0x419c05a0,0x0c078f5c,0xf44077f1,0x164f9db4,0xd411b0b2,0x38b7e317,0xb7bb821e,0x637b8fef,0xedb06bff,0x417717b0,0xee5fbf07,0x01360b1f,0x63048d59,0x073f7605,0xed72bf00,0x69037fe3,0xf1103304,0x11930580,0x00072f66,0xf52080f1,0x164f9df4,0xd01130a7,0x3877e217,0xe7ba822e,0x617b7ff0,0xed6076ff,0x41991750,0xee9fc206,0xb1390b3f,0x6b03cd7a,0x07af9905,0x4d78bf10,0x6503bfe4,0xf1703103,0xe18a056f,0xe7068f76,0xf56083f1,0xb64c9e74,0xcd1090a2,0x3867e118,0x37b9823e,0x5b7b6ff0,0xed2081ff,0x51bb16b0,0xee8fc206,0x71450b8f,0x74024dac,0x086fa504,0x5d77bef0,0x62044fe5,0xf1903103,0xd186055f,0xe3068f7f,0xf5807bf1,0xe64a9e54,0xc60fe09d,0x3857de19,0x27b6826e,0x507b3ff0,0xec8092ff,0x31d81590,0xee8fbf06,0x31550bff,0x8300dde5,0x08afa403,0x8d72bee0,0x5f050fe3,0xf1003303,0xd184054f,0xe4075f76,0xf5c067f1,0x86439dd4,0xc10f50a5,0x38a7d81a,0xf7ae82ae,0x3f7aefef,0xeb40bbfe,0xf1f11410,0xeecfb805,0xf1620c9f,0x94ff2e23,0x08efa602,0xad69bf60,0x5a061fe1,0xf0603603,0xb17e053f,0xde080f66,0xf58053f1,0xa63c9d44,0xbf0ed0b2,0x38f7cf1c,0xf7a5830e,0x287a8fef,0xead0cffe,0xc20e1250,0xef9fad05,0xc1650d2f,0xa5fdde64,0x08bfb302,0x1d5ac0b0,0x56077fe1,0xf0503603,0x9174051f,0xe0082f6e,0xf4e03ef2,0x76379ce4,0xba0eb0c4,0x3937c41f,0x579a839e,0x0979fff0,0xeb00d1ff,0x01c911b0,0xf09fa105,0x91610d9f,0xb3fd1ea5,0x080fc701,0x9d48c2c0,0x56092fe2,0xf0a03503,0x716a04ff,0xdf07df7c,0xf44024f4,0x26329c64,0xb30f00d5,0x3997b422,0x5789845d,0xe3792ff1,0xeb20d5ff,0x31aa1190,0xf18f9705,0x515d0ddf,0xbffc9eda,0x067fca01,0x3d32c520,0x5a0b3fe2,0xf0c03403,0x516304df,0xf206ef92,0xf3c005f6,0x46369bb4,0xa90f20da,0x3a179c25,0xc773858d,0xb5780ff2,0xeb80d3ff,0x71ac1120,0xf2af9204,0xf1540dbf,0xcbfc7f06,0x04afbe00,0xdd1ac840,0x5e0dcfe2,0xf0903503,0x516104d0,0x1206ef97,0xf31fe6f8,0x663f9b04,0x9f0f00db,0x3a577f29,0x1757871d,0x81768ff3,0xebe0c9ff,0xa1a91130,0xf3df8d04,0x81460dcf,0xd6fc4f29,0x034fcb00,0xad06cc60,0x5710ffe2,0xf0d03403,0x81670500,0x11076f96,0xf07fcbfa,0xc6479a24,0x960ec0d8,0x3a775a2c,0x4734896d,0x47745ff4,0xebc0b4ff,0xc19e1110,0xf4ff8904,0x21360ddf,0xddfbdf49,0x02afd900,0x6cf4d010,0x4f146fe4,0xf1603203,0xb1700530,0x0f07ff9b,0xee2fb9fd,0x864e98f4,0x8d0e80d0,0x3aa7242f,0xb7028ced,0x0a710ff4,0xeb1091ff,0xe16f1080,0xf64f8803,0xd11f0def,0xe0fb7f5d,0x024fe300,0x2ce2d320,0x4917efe6,0xf2202f03,0xa16c0520,0x0c088fa1,0xee1fb5ff,0xa65497f4,0x840e40c9,0x3ac6c333,0x76a5925c,0xce6bdff4,0xeb2075ff,0xd13b0ff0,0xf78f8b03,0x71050d9f,0xe1fbbf6b,0x01ffe800,0x4cd0d770,0x3f1bbfe8,0xf2d02c03,0xb16c0530,0x0308ffa3,0xed9fa600,0x765c96d4,0x7a0de0bf,0x3ae60937,0x15f09c4c,0x95622ff6,0xebe063ff,0xa1270f10,0xf90f8e02,0xf0e50d1f,0xe4fbef7b,0x017fed00,0x9cbcdb80,0x331f9fea,0xf3802a03,0xd171055f,0xff089fa5,0xed2f9501,0x36659614,0x710d80b4,0x3b34bc39,0x44a9b0fc,0x6b4ddff7,0xecc04eff,0x61110d80,0xfa7f9002,0x60c70cbf,0xe8fbff86,0x011ff600,0xcca8de80,0x29234fec,0xf4402703,0xc16c054f,0xfd082fa9,0xed3f8f02,0x066e9524,0x670d30a6,0x3ba2fd38,0xe2f0cfbc,0x6e2f7ff8,0xed6041fe,0xf0f40bc0,0xfbbf9201,0xd0ab0c9f,0xedfc6f8d,0x00b00000,0xdc95e140,0x2026bfef,0xf5402403,0x715c050f,0xf9080fa9,0xeddf8902,0xa67693e4,0x5e0cd09d,0x3c11c935,0xf1c2e1bc,0x961ddffa,0xee102dfd,0xf0bd0a00,0xfc9f9201,0x50960c7f,0xf5fcef94,0x00300400,0xfc81e300,0x1b29eff1,0xf6202103,0x214504af,0xfb083fad,0xefaf8403,0x567a9224,0x570ca0a1,0x3c812631,0x9126e8dc,0xbb16effb,0xef2017fc,0x00690920,0xfcff9300,0xa08e0c20,0x02fd1f9a,0xffc00901,0x1c6de430,0x1b2cdff2,0xf6b01f02,0xb12b044f,0xfd087fae,0xf18f8103,0x867e9004,0x500c50a9,0x3d00cd2c,0xe0d3eb9c,0xcf144ffc,0xf0a007fa,0x301a09b0,0xfd3fa0ff,0xd0890b30,0x0ffd2f9e,0xff801601,0x2c5de640,0x152f5ff3,0xf7101e02,0x611503ff,0xfe088f9c,0xf39f7803,0xa68e8e34,0x4a0aa0b1,0x3d209828,0x70a3ec6c,0xd7138ffe,0xf24ff7f9,0xb0070ab0,0xfd4faeff,0x50840a80,0x18fd6f9e,0xffa02b01,0x4c53e7d0,0x0b319ff3,0xf6f01e02,0x10fd039f,0xff08df8e,0xf52f7104,0x369f8c24,0x3f08b0af,0x3cf07223,0xf081ee6c,0xeb119fff,0xf3efe8fa,0x001a0af0,0xfd5fb3ff,0x107c0a30,0x1bfe0f9f,0xfff03d01,0xac4ee950,0x0433cff2,0xf6702001,0xb0e2032f,0xff095f8b,0xf5cf6f04,0xb6a889e4,0x330760a6,0x3cf0541f,0x3067f24d,0x1e0e0000,0xf57fddfa,0xc03e09e0,0xfdefb3fe,0xb06c09d0,0x1ffebfa3,0xffb04502,0x5c48eb5f,0xfb35aff0,0xf5d02201,0x70cd02ef,0xfd094f91,0xf74f6904,0xd6ad8804,0x2906909d,0x3d203c1a,0x5051f63d,0x6e0a7000,0xf70fd6fb,0xa0680810,0xfe9fb1fe,0x305a0970,0x28ff4fad,0xff404103,0x0c40ec2f,0xf1372fef,0xf5302401,0x50c002b0,0x02091f94,0xf89f6604,0xe6b78674,0x2205f094,0x3d702915,0xc040f97d,0xd3079000,0xf86fd8fc,0x107c0600,0xff1facfd,0xd04c0910,0x30ff6fbc,0xff202d03,0x8c35ec7f,0xea385fee,0xf4c02501,0x30b20270,0x0808cf9f,0xf94f6905,0x26c584d4,0x1a054081,0x3dd01d11,0xb032fbee,0x43056000,0xf99fdffc,0x007c0370,0xff4fa5fd,0xa0440900,0x36ff7fc6,0xfef01a04,0x0c2bec4f,0xe6394fed,0xf4702601,0x10a8025f,0xf9082fbd,0xfaaf6805,0x86d58334,0x1204d066,0x3e30140e,0x4028fd9e,0xb403cfff,0xfa6febfb,0xa07001b0,0xfeef9afd,0xb0480920,0x36ff7fce,0xfee00b04,0x5c26ebaf,0xe73a2fec,0xf4302701,0x00a3023f,0xe5070fcf,0xfc1f6705,0x76de8154,0x0a054041,0x3e500e0b,0xc020febf,0x1a028ffe,0xfacff7fa,0x904501c0,0xfebf8dfe,0x10480960,0x2fff6fd4,0xff1ffa04,0xbc22ebdf,0xe73b1fec,0xf4102801,0x00a3023f,0xd306efd0,0xfd1f7004,0xc6df8024,0x02068028,0x3e200b0a,0x301cff3f,0x5701dffd,0xfa6ffaf9,0xb0250220,0xfeef84fe,0xb03d09a0,0x21ff8fd7,0xff2ff105,0x0c20ed3f,0xde3bffed,0xf4902601,0x10ad026f,0xc8079fcd,0xfd8f7303,0xd6e37fb3,0xf707301f,0x3db00909,0x2019ff6f,0x6f018ffc,0xfa3ffef9,0xe0300270,0xfeff83ff,0x70340970,0x11ffbfdc,0xff3fec05,0x5c21ef4f,0xd33cbfef,0xf5402401,0x30b9028f,0xc208bfcb,0xfd9f7503,0x16e97f63,0xec06400f,0x3d200808,0x3016ff9f,0x8e013ffc,0xfa0ffbf9,0xf0360330,0xfedf78ff,0xc03309d0,0x0bffefe2,0xff1fe605,0x6c1ff16f,0xcc3d1ff0,0xf5e02201,0x50c202bf,0xc8093fcd,0xfd9f7502,0xb6eb7e83,0xe5059ff7,0x3d300607,0x1013ffcf,0xbb00bffb,0xf9f001f9,0x902a0400,0xfeef65ff,0xd02d0aa0,0x0a003fe8,0xfeefe205,0x7c1cf2ef,0xc73d4ff2,0xf6b01f01,0x60c902cf,0xd9093fc7,0xfd6f6b02,0xc6ec7dc3,0xe1071fe6,0x3d700405,0xb00fffef,0xe0005ffa,0xfa200cf9,0x50210380,0xff5f5d00,0x001e0ad0,0x0400cfef,0xfeffdc05,0x9c1bf36f,0xc53d5ff3,0xf7201d01,0x60c902cf,0xef094fae,0xfcff6503,0xd6e77d83,0xdf095fe3,0x3d700304,0x800cffff,0xf3002ff9,0xfa9008f9,0x201f0200,0xffcf5700,0x40110b1f,0xfb00fff0,0xff2fd605,0xbc1cf3df,0xc33d6ff3,0xf7401d01,0x60ca02c0,0x00095f9b,0xfcbf6404,0xb6da7d53,0xdb0a8fe5,0x3d500203,0x6009ffff,0xfe000ff8,0xfac000f9,0x401f00f0,0xffdf5400,0x700c0b1f,0xf600fff1,0xff4fd305,0xec1cf4ef,0xc13d7ff4,0xf7701c01,0x60c902c0,0x01091f98,0xfcaf6d05,0x26cd7cc3,0xd809ffe3,0x3d600102,0x20060000,0x03fffff8,0xfb0000f9,0x801e00f0,0xff6f5700,0x80110abf,0xf6012ff3,0xff9fd205,0xfc1bf5ff,0xc03d6ff4,0xf7b01b01,0x60ca02cf,0xfa090f9f,0xfcef7a04,0xd6c77bc3,0xd608afd9,0x3d800000,0xf0020000,0x09ffeff9,0xfb5003f9,0xb01b0170,0xff5f6400,0x801109df,0xf6016ff6,0xffffd605,0xfc18f67f,0xc03d7ff5,0xf8201a01,0x70cb02df,0xf5093fa4,0xfcef7d03,0xe6d27b63,0xd7075fd2,0x3da00000,0x50010000,0x10ffdff9,0xfb300bf9,0xe0180160 +}; + +u32 ANIM_ENTRY_fire_kneel_left_one_handed_weapon_slow[] = +{ + 0xf8afdd00,0x20a80260,0x02009fff,0x02d8157e,0x43e8fc5f,0xb13e9000,0xeb700000,0x00e30000,0x200baf90,0x0fdfd3fe,0x9047042c,0x46fcdfab,0x3be00003,0xc000000f,0xf6000f6c,0x009fe7ff,0xbfdd0510,0xf8afd800,0x10ab0270,0x05010009,0x02981d7e,0xe3ebfbdf,0xba3eb000,0xec700000,0x00d80000,0x180b6f8f,0x0f4fd2fe,0xa049036c,0x42fd5faf,0x3be00004,0x5000000f,0xf4000f64,0x00dfecff,0x8fdb04f0,0xf89fd800,0x10ad0260,0x0500f00d,0x02881e7e,0xe3ecfbbf,0xbc3ec000,0xec600000,0x00d70000,0x150b7f8f,0x0f1fcffe,0xb047031c,0x41fd7fb0,0x3bf00004,0xc000000f,0xf2000f64,0x00dfedff,0x5fdb04e0,0xf88fd800,0x10b30240,0x04008018,0x02481c7e,0xc3eefbcf,0xbe3ec000,0xec100000,0x00d80000,0x150baf8d,0x0e6fcafe,0xb040026c,0x40fddfb4,0x3c100005,0xe000000f,0xed000f6c,0x009feefe,0xffdb04b0,0xf86fd900,0x10ba0230,0x04ffc034,0x0198137e,0xd3edfcaf,0xc53ea000,0xebf00000,0x00d40000,0x1b0bbf8d,0x0ccfc6fe,0xb035013c,0x40fe7fba,0x3c500008,0x2000000f,0xe2000f75,0xffefeffe,0x3fde0440,0xf85fda00,0x10cc0270,0x07fee056,0x00c8177f,0x73f1fd1f,0xd73e9000,0xec000000,0x00c70000,0x160b6f89,0x0c0fcffe,0x8030ffec,0x3efeffc4,0x3c90000a,0x9000000f,0xcf000f76,0xff2ff3fd,0xbfe503b0,0xf83fdeff,0xf0ed0300,0x0bfca075,0xffc81c7f,0xa3f8fddf,0xe53ea000,0xeac00000,0x00cb0000,0x0e0b5f84,0x0b1fd9fe,0x6028febc,0x42ff3fd3,0x3cd0000c,0xd000000f,0xb1000f83,0xfebff7fd,0x4fec0330,0xf80fe6ff,0xc1000340,0x0bfa908b,0xfed8097f,0x63f5005f,0xe83e3000,0xe9f00000,0x00d30000,0x1b0b9f85,0x08ffdafe,0x601efdec,0x48ff2fdf,0x3d10000e,0x1000000f,0x9b000f94,0xfe8ff8fc,0xdff002d0,0xf83ff6ff,0x910702f0,0x0ef9f0af,0xfd37f87f,0x63f0027f,0xef3dc000,0xea500000,0x00ce0000,0x240aff86,0x076fe2fe,0x4016fcec,0x4dfe7fe9,0x3d50000f,0x0000000f,0x8f000f9c,0xfe5ffbfc,0x8ff20270,0xf8c01bff,0x511e0210,0x14f870ee,0xfa07f27f,0x63f0039f,0xfd3d9000,0xea000000,0x00cd0000,0x1d09ff84,0x06cff6fd,0xe00dfadc,0x52fc7ff6,0x3d800010,0xa000000f,0x82000f9e,0xfdf003fc,0x4ff601f0,0xf8f03fff,0x51390120,0x17f4a115,0xf738027e,0x83fb0150,0x073e2000,0xe7b00000,0x00d60000,0x050a5f7a,0x093ffefd,0xaffff95c,0x53fa5ff9,0x3d300012,0x1000000f,0x7c000fa6,0xfd700dfc,0x2ff801e0,0xf9406aff,0x61420040,0x19f10143,0xf3c7f07e,0x23f40200,0x1a3e1000,0xe7600000,0x00c60000,0x100aaf77,0x091002fd,0x0fd4f7fc,0x62f8bff9,0x3d800013,0x8000000f,0x7d000fbd,0xfca013fb,0x0ffd0150,0xf9c092ff,0x21450050,0x26eff162,0xf177ea7f,0xe3eb03b0,0x383db000,0xe9900000,0x00a50000,0x1f0a6f7c,0x07900cfc,0x2faef6fc,0x72f70ff2,0x3e200014,0x3000000f,0x86000fc3,0xfbf018fa,0x300300f0,0xf9d0b1fe,0x91500070,0x36ef6169,0xf007fa80,0xf3ee03d0,0x4a3da000,0xea200000,0x00990000,0x160a8f7d,0x07b012fb,0xbfa0f68c,0x78f4cfea,0x3e300014,0x9000000f,0x8a000fbb,0xfb9020fa,0x80070130,0xf900f6fd,0xc1640030,0x46ee1168,0xed67eb80,0x33e50860,0x5b3ce000,0xe8900000,0x00990000,0x280b9f7e,0x04a00afa,0xff8af53c,0x86f12fe5,0x3e600016,0x8000000f,0x70000fb9,0xfb202cfa,0x20160120,0xf88132fd,0xb171ffc0,0x50ee0166,0xed27e080,0x43dc0bc0,0x6f3ca000,0xe8a00000,0x00960000,0x320b6f7c,0x02f009f9,0xbf78f3cc,0x8fef7fef,0x3df00018,0xe000000f,0x3c000fbd,0xfae02ef8,0x602d00e0,0xf86175fe,0xc186ff20,0x53eeb158,0xed880180,0xd3e60ab0,0x8e3d3000,0xe8600000,0x00900000,0x0f0b5f71,0x05c016f8,0xdf70f25c,0x8df0700f,0x3b70001c,0x6000000e,0xbd000fcc,0xfa2023f6,0x105f01a0,0xf811b600,0x5190ff40,0x48efb138,0xedb80080,0x73e90dd0,0xa53d4000,0xe7900000,0x00900000,0x180c7f6f,0x03f011f8,0x6f70f0bc,0x8af46037,0x37e00021,0x8000000e,0x06000ff4,0xf8e00ff5,0xd09403c0,0xf7e1dc01,0x418dfff0,0x41f0a121,0xee27e680,0x33e212e0,0xb23cf000,0xe7a00000,0x00930000,0x3d0d4f72,0xff7002f8,0x1f70ef5c,0x8df7f048,0x36500025,0x9000000d,0x93000016,0xf7effef7,0x10aa0570,0xf7c20202,0x21920120,0x47f1b103,0xef37d980,0x43e01480,0xca3d1000,0xe7b00000,0x00a10000,0x4d0d2f70,0xfe0002f8,0x2f6deccc,0x97fc9052,0x3670002b,0x9000000d,0x2200003b,0xf65feff8,0xb0ab0670,0xf7523e03,0xa1a602d0,0x5cf3f0cc,0xf0c7e580,0x13ea1151,0x043e7000,0xe6e00000,0x00b60000,0x350c7f61,0x012016f9,0x1f73e89c,0x9904504f,0x37200036,0x1000000c,0x75000069,0xf30fe1fc,0x00940810,0xf7c26605,0xa1ad04a0,0x5cf550a2,0xf137d87e,0xd3ed0fc1,0x32400000,0xe5a00000,0x00d50000,0x330c1f52,0x02e01cf9,0xdf6be5fc,0x9c09a03d,0x3830003d,0x6000000c,0x1200008d,0xf08fde00,0x908309f0,0xf8828707,0xc1ae06b0,0x60f70079,0xf237c07e,0x93e61121,0x74412000,0xe6500000,0x00ef0000,0x440bdf3f,0x01b01bf9,0xdf56e3fc,0xac0cf02a,0x39f00043,0xb000000b,0xbb0000b6,0xee8fd505,0xf08f0b70,0xf882a308,0xb1af0760,0x6cf8b05b,0xf397bf7f,0x23e41321,0xb9419000,0xe7b00000,0x00f00000,0x460bcf2d,0xff8025f9,0x9f54e26c,0xaf0d901a,0x3ac00047,0xe000000b,0x7d0000cb,0xed5fce09,0xb09d0c10,0xf872aa08,0xd1b00770,0x6ff92054,0xf3f7c17f,0x43e41381,0xcb41a000,0xe8000000,0x00ef0000,0x440bcf28,0xff002af9,0x8f55e1fc,0xae0d9016,0x3ae00048,0xe000000b,0x6f0000ce,0xed1fcd0a,0x90a00c30,0xf892c109,0x91ae0830,0x6efab03b,0xf567bd7e,0x83e81311,0xf142a000,0xe8100000,0x00f10000,0x540d2f18,0xff103ef9,0x1f52e12c,0xb00ce00e,0x3a80004b,0x7000000b,0x430000e0,0xec5fd00c,0x909f0c60,0xf8e2dc0a,0x91ac0960,0x6dfc9019,0xf717b47d,0x93eb1262,0x2143b000,0xe8200000,0x00f40000,0x6e0f3f08,0xff6058f8,0x8f4be03c,0xb60c2005,0x3a20004e,0xb000000b,0x090000f7,0xeb6fd00f,0x109e0cb0,0xf962e10b,0x71a90a80,0x6efd4004,0xf7c7a67d,0x13e711b2,0x3b43a000,0xe8800000,0x00f00000,0x8f10af09,0x001067f8,0x6f3edfec,0xc30c1005,0x3a200050,0x2000000a,0xe9000103,0xeb1fc80f,0xe09c0cb0,0xfab2e70c,0xe1a00ca0,0x77fecfdc,0xf9778f7c,0x73df10c2,0x77434000,0xe9b00000,0x00d40000,0xcb12df18,0x00908df7,0xff23deec,0xdb0c0004,0x3a200052,0x9000000a,0xb7000110,0xea7fbe11,0x20980ca0,0xfc82f00e,0xc1950ec0,0x7b008fb8,0xfb57727b,0x73d80f62,0xb142b000,0xea900000,0x00ac0001,0x04140f3c,0x00108cf7,0xef17ddec,0xe20beffe,0x39c00054,0xa000000a,0x8e00010f,0xe99fc012,0x40920cb0,0xfe72fa10,0xf18910a0,0x7501cf9d,0xfc773c79,0xe3ca0c92,0xd341d000,0xea900000,0x00960001,0x33140f6b,0xfef089f7,0xcf17dd3c,0xdd0b5ff7,0x39800056,0x0000000a,0x6c000109,0xe8ffc312,0x908c0ca0,0xff82ff12,0x018111a0,0x73025f8e,0xfce71578,0xd3be09c2,0xe2415000,0xea600000,0x00900001,0x3e133f84,0xfd6086f7,0x9f13dccc,0xe20abff4,0x39d00056,0xa000000a,0x5900010b,0xe8cfc012,0x40890c70,0xfe630811,0x117911d0,0x7d036f82,0xfda6f077,0xe3b20af2,0xf13eb000,0xeb500000,0x00820001,0x1510df95,0xfbb083f7,0x6f16dcdc,0xeb09bfeb,0x3ac00056,0xd000000a,0x4d000109,0xe8afc411,0xd07c0c20,0xfcf3140f,0xb17411c0,0x8604cf72,0xfeb6ea76,0x93b20a92,0xfc3e3000,0xebd00000,0x00780000,0xbe0e7f94,0xfa207ff7,0x2f14dd0c,0xf5085fe3,0x3bd00056,0xc000000a,0x47000105,0xe89fce11,0x606b0bf0,0xfd33200f,0xc16c11e0,0x80064f5d,0xfeb6f575,0x73ba0802,0xf93f0000,0xebc00000,0x007c0000,0x740e0f86,0xf9007df7,0x0f00dd4d,0x0c06ffe2,0x3c900056,0xb000000a,0x48000104,0xe90fd511,0x005d0bf0,0xfea32e11,0x31621170,0x75080f46,0xfeb6fd75,0x33bf0652,0xf53e8000,0xec200000,0x007e0000,0x680f8f7e,0xf8907cf6,0xfef7dd3d,0x1605dfdf,0x3c800056,0x8000000a,0x500000fe,0xe9afd011,0xb0550c50,0x00433c12,0xe15b10f0,0x6b0a0f34,0xfea70675,0x43c50552,0xf43de000,0xec400000,0x007b0000,0x9011ef7e,0xf8907cf6,0xfefadd3d,0x12052fd7,0x3c000056,0x5000000a,0x58000100,0xea1fc513,0x10500cc0,0x01534214,0x01571120,0x630b4f2b,0xfe970675,0x43ca0442,0xf13da000,0xec000000,0x007c0000,0xb6136f80,0xf8807cf6,0xeef7dd4d,0x1304efd3,0x3bc00056,0x5000000a,0x5b000109,0xea5fbb13,0xc04d0d10,0x02834315,0x414d11c0,0x590c0f22,0xfe86f475,0x43cd0282,0xe83d7000,0xebe00000,0x007e0000,0xd3135f8c,0xf8807bf6,0xceeedd5d,0x1f049fd4,0x3bd00056,0x5000000a,0x5500011a,0xeabfa613,0xc04b0cf0,0x03634316,0x01431230,0x540cbf1a,0xfe86e275,0x83cc00f2,0xe63d7000,0xebe00000,0x007b0000,0xd4121f9a,0xf8707af6,0x9ee6dd3d,0x2c041fd5,0x3bf00056,0x7000000a,0x54000129,0xeb0f9313,0x80490cb0,0x03834415,0xe13e1240,0x550d2f16,0xfe76e275,0xb3cb0062,0xe83d8000,0xebc00000,0x00760000,0xa7102fa0,0xf86079f6,0x6ee3dcfd,0x3003efd6,0x3c000056,0x8000000a,0x5400012d,0xeb0f8f13,0x40480c80,0x03534415,0xb13e1250,0x560d5f15,0xfe56e675,0xc3cc0042,0xe93d7000,0xeb900000,0x00750000,0x8a0f4fa1,0xf85078f6,0x3ee5dcfd,0x2e03efd7,0x3c000056,0x7000000a,0x5200012c,0xeb0f8f13,0x40470c80,0x03434415,0xb13e1250,0x560d5f15,0xfe46e675,0xc3cc0042,0xe93d7000,0xeb900000,0x00750000,0x870f3fa1,0xf83076f6,0x0ee5dcfd,0x2d03efd7,0x3c000056,0x7000000a,0x5100012c,0xeb0f8f13,0x40470c80,0x03a33f15,0xe13a12d0,0x530daf14,0xfe46f276,0x13cf00a2,0xe23ce000,0xeb300000,0x007b0000,0x450dff94,0xf82075f5,0xdedadd0d,0x3603ffde,0x3c100056,0x7000000a,0x4d00012e,0xeb1f8f12,0xa0460c60,0x03a33f15,0xe13912d0,0x530daf14,0xfe36f276,0x23cf00b2,0xe23cd000,0xeb400000,0x007b0000,0x440dff93,0xf81074f5,0xaedadd1d,0x35040fde,0x3c100056,0x6000000a,0x4d00012e,0xeb2f8f12,0xa0460c60,0x03933f15,0xd13912e0,0x530daf14,0xfe26f576,0x43cf00f2,0xe13ca000,0xeb500000,0x007c0000,0x430def91,0xf80072f5,0x8edbdd2d,0x34041fdf,0x3c100056,0x4000000a,0x4c00012d,0xeb2f8f12,0xb0460c60,0x03533e15,0x913912e0,0x550ddf14,0xfe16fc76,0x83d10182,0xe23c4000,0xeb700000,0x007a0000,0x450e0f8c,0xf80071f5,0x6edddd5d,0x32042fde,0x3c200056,0x1000000a,0x4c00012c,0xeb2f8f12,0xb0460c70,0x02933f14,0xe13912d0,0x590e5f15,0xfe171077,0x03d50312,0xea3bc000,0xeb700000,0x00720000,0x5d0ecf84,0xf7f06ff5,0x4edbddcd,0x35041fdc,0x3c700055,0xd000000a,0x4e00012f,0xeb1f8f12,0xb0480c80,0x02833d14,0xd13812f0,0x590e7f15,0xfe171377,0x33d50442,0xeb3b1000,0xeb200000,0x00730000,0x790f6f81,0xf7f06ef5,0x4ed1ddfd,0x4203efdd,0x3cc00055,0xe000000a,0x4f000136,0xeb2f8e12,0x704b0c60,0x02a33d14,0xd13612f0,0x580e7f14,0xfe070d77,0x63d30582,0xe93aa000,0xeb000000,0x00730000,0x8c0f8f84,0xf6e06df4,0x6ecfdded,0x4503dfdd,0x3ce00055,0xf000000a,0x51000138,0xeb4f8b12,0x404c0c50,0x02b34114,0xb12f1290,0x580eaf14,0xfe070977,0xa3d20892,0xf03ba000,0xeb100000,0x00740000,0x890f2f88,0xf5706cf3,0x4ed2dd8d,0x4103afda,0x3cd00055,0xf000000a,0x58000136,0xeb3f8a12,0x404c0c50,0x02e34214,0xb1291270,0x560edf15,0xfe070577,0xa3d10ba2,0xf73cd000,0xeb000000,0x00750000,0x7e0ecf87,0xf3d06bf2,0x1ed1dd6d,0x42037fda,0x3ce00056,0x0000000a,0x5a000138,0xeb2f8811,0xf04d0c30,0x03933f15,0x21201280,0x510f2f15,0xfe06f977,0x63d10f02,0xf93da000,0xeac00000,0x00750000,0x6d0e0f80,0xf2606bf0,0xcec8dd7d,0x4c032fdf,0x3d200056,0x2000000a,0x59000140,0xeb3f8311,0x10510bf0,0x04233f15,0x71181280,0x4d0f6f15,0xfe06f177,0x53d01002,0xf93d0000,0xeaf00000,0x00820000,0x690d8f7f,0xf0e06aef,0xaec4dd4d,0x5202efe1,0x3d400056,0x3000000a,0x5c000144,0xeb4f7f10,0xb0520bd0,0x04a34015,0xe1141260,0x4a0f7f16,0xfe06f377,0x33d21153,0x013d7000,0xeb200000,0x00c90000,0x600d3f7d,0xef706aee,0x6ec5dd2d,0x4f02efe2,0x3d100056,0x2000000a,0x5d000144,0xeb4f7e10,0xb0520bd0,0x05b33f16,0xc1111260,0x430f7f17,0xfe06f476,0xe3d512b3,0x0d3e5000,0xeb300000,0x011d0000,0x570d1f7c,0xee7082ec,0x2ec4dd2d,0x4c02cfe3,0x3ce00056,0x1000000a,0x5f000146,0xeb4f7d10,0xa0530bb0,0x06833d17,0x710c1290,0x3c0f9f17,0xfe16e776,0xb3d11263,0x0b3e7000,0xeb400000,0x01460000,0x650d3f81,0xedf132e7,0xeec0dd2d,0x4f028fe5,0x3cd00056,0x1000000a,0x5f00014a,0xeb5f7a10,0x30550b80,0x06c33f17,0xa10a1270,0x390fbf17,0xfe16dc76,0xb3ce1273,0x0b3e8000,0xeb700000,0x00d50000,0x720d5f87,0xee211de8,0xbec3dd1d,0x4c026fe5,0x3cc00056,0x1000000a,0x5f000149,0xeb5f7910,0x00560b70,0x06f34117,0xd1091250,0x380fef18,0xfe26df76,0x73ce1273,0x0c3ef000,0xeb700000,0x00b10000,0x710d8f88,0xee80eaea,0xdec9dd0d,0x45023fe3,0x3cb00056,0x0000000a,0x60000148,0xeb4f790f,0xf0580b60,0x07634218,0x31091250,0x35100f19,0xfe26dc76,0x33cc1243,0x0b3f0000,0xeb200000,0x00890000,0x730dcf88,0xef10aced,0x8ecadcfd,0x42020fe4,0x3ca00055,0xf000000a,0x60000148,0xeb4f780f,0xd0580b60,0x07a34218,0x71081260,0x34100f1a,0xfe36d876,0x13cb11c3,0x0a3f0000,0xeb000000,0x006d0000,0x760def88,0xefb077f0,0x4ecadcfd,0x42020fe4,0x3ca00055,0xf000000a,0x5f000148,0xeb3f780f,0xc0580b60,0x07d34218,0xa1081250,0x33100f1a,0xfe36d576,0x23c91123,0x083f0000,0xeb200000,0x00650000,0x790ddf89,0xf0605ff2,0x6eccdcfd,0x4101efe4,0x3ca00055,0xe000000a,0x60000149,0xeb3f770f,0xa0590b50,0x08734319,0x41081230,0x31101f1a,0xfe46cd76,0x23c51083,0x063f1000,0xeb700000,0x00610000,0x810dbf8b,0xf1005ff3,0x3ed4dd2d,0x3b018fe1,0x3cc00055,0xc000000a,0x6200014c,0xeb3f720f,0x405b0b30,0x08c34319,0x81081230,0x2f102f1a,0xfe56ce76,0x03c61013,0x053f1000,0xeb600000,0x00610000,0x7e0dbf8b,0xf1905ff3,0x3ed3dd2d,0x3c017fe1,0x3cb00055,0xd000000a,0x6200014d,0xeb2f730f,0x305c0b30,0x0973421a,0x21071260,0x2b101f19,0xfe66c875,0xc3c40fe3,0x043f1000,0xeb200000,0x00620000,0x7f0ddf8a,0xf1905ff3,0x3ecfdd0d,0x40016fe2,0x3cb00056,0x0000000a,0x61000150,0xeb2f740f,0x005c0b20,0x09d3421a,0x81081270,0x2a100f17,0xfe66c075,0xc3c10e23,0x003f2000,0xeb400000,0x00620000,0x860def8c,0xf1b05ff3,0x3ed2dcfd,0x3d015fe2,0x3c900056,0x0000000a,0x6100014e,0xeb2f740f,0x005b0b10,0x09d3431a,0x910b1270,0x2d101f18,0xfe76c575,0xc3c30d52,0xff3f4000,0xeb800000,0x00600000,0x810ddf8c,0xf1d05ff3,0x3edadcfd,0x35015fdf,0x3c700056,0x0000000a,0x6200014a,0xeb0f760f,0x305a0b00,0x0a33431a,0xf10d1280,0x2c102f1a,0xfe86d075,0x93c80be2,0xfe3fb000,0xeb600000,0x00600000,0x750def88,0xf2005ff3,0x3edbdd0d,0x32015fdd,0x3c500056,0x1000000a,0x6300014a,0xeaff780f,0x20590af0,0x0a93421b,0x510d12a0,0x2a103f1b,0xfe96d175,0x83c80b12,0xfc3fb000,0xeb500000,0x00610000,0x740e0f87,0xf2305ff3,0x3ed9dd2d,0x33014fdd,0x3c500056,0x0000000a,0x6500014d,0xeaff770e,0xe0590ae0,0x0ae3401b,0xa10e12c0,0x2a104f1b,0xfea6ce75,0x93c80ac2,0xfb3fa000,0xeb900000,0x00600000,0x7b0e0f8a,0xf2805ff3,0x3edadd6d,0x34014fda,0x3c600056,0x0000000a,0x68000152,0xeaff730e,0xb0590ad0,0x0ae3411b,0xa10f12b0,0x2b104f1b,0xfeb6d075,0xa3c90a92,0xfb3fb000,0xebb00000,0x005f0000,0x7a0e1f8b,0xf2c05ff3,0x3edadd7d,0x34017fd9,0x3c500056,0x2000000a,0x68000155,0xeaff740f,0x00560b00,0x0ae3401b,0xa10d12c0,0x2b104f1b,0xfec6d075,0xb3cb0a12,0xf93fd000,0xebc00000,0x00600000,0x790e3f8b,0xf3105ff3,0x3ed6dd8d,0x39019fda,0x3c500056,0x4000000a,0x68000159,0xeb1f720f,0x10550b00,0x0af33f1b,0xa10b12d0,0x2b105f1b,0xfed6cd75,0xf3cb09b2,0xf83ff000,0xebe00000,0x005f0000,0x7d0e5f8d,0xf3705ff3,0x3ed5dd9d,0x3b019fdb,0x3c600056,0x6000000a,0x6800015e,0xeb3f6d0e,0xe0550b00,0x0ae33f1b,0x910a12d0,0x2b105f1b,0xfef6d076,0x23cd0982,0xf7401000,0xebf00000,0x005f0000,0x7a0e6f8f,0xf3d05ff3,0x2ed7dd8d,0x39019fdb,0x3c700056,0x6000000a,0x6900015e,0xeb3f6c0e,0xf0540b10,0x0ab3411b,0x710b12d0,0x2c105f1a,0xff06d976,0x13d00922,0xf5400000,0xeb800000,0x00610000,0x6f0e7f8c,0xf4305ff3,0x2edbddad,0x3301cfda,0x3c500056,0x6000000a,0x6800015c,0xeb3f6e0f,0x50520b30,0x0ac3411b,0x810a12c0,0x2c105f1a,0xff16d576,0x43ce0922,0xf23fd000,0xeb800000,0x00630000,0x730e6f8c,0xf49060f3,0x2eddddad,0x3101efda,0x3c400056,0x6000000a,0x6800015d,0xeb4f6d0f,0x70510b50,0x0ad3411b,0xa10a12b0,0x2d105f1a,0xff26d876,0x83ce0912,0xf43ff000,0xebb00000,0x00610000,0x720e3f8b,0xf50060f3,0x2ee3dd9d,0x2b020fd9,0x3c300056,0x6000000a,0x6900015b,0xeb4f6b0f,0xd04f0b90,0x0ae3421b,0xa10b12a0,0x2e105f1a,0xff36dd76,0x93d00902,0xf5402000,0xebb00000,0x00600000,0x6d0e2f8a,0xf56060f3,0x2ee6dd8d,0x28021fd8,0x3c200056,0x6000000a,0x6900015a,0xeb3f6b10,0x104e0bb0,0x0ae3421b,0xa10b12a0,0x2e105f1a,0xff46dd76,0x93d008f2,0xf5402000,0xebb00000,0x00600000,0x6c0e1f8a,0xf5d060f3,0x2ee6dd8d,0x28021fd8,0x3c200056,0x6000000a,0x6900015a,0xeb3f6b10,0x104e0bb0,0x0b63401c,0x310a12b0,0x2b105f1a,0xff56e676,0x53d30882,0xf4404000,0xeb200000,0x00610000,0x5e0e4f82,0xf63060f3,0x2ee2dd7d,0x2a022fd9,0x3c000056,0x9000000a,0x6900015c,0xeb4f6d10,0x104d0ba0,0x0b83401c,0x510a12b0,0x2b105f1a,0xff66e776,0x63d30872,0xf4404000,0xeb300000,0x00610000,0x5e0e3f82,0xf69060f3,0x2ee2dd7d,0x28022fd8,0x3be00056,0x8000000a,0x6900015b,0xeb4f6d10,0x104d0ba0,0x0bd3411c,0x910b12a0,0x2b105f1a,0xff76e976,0x83d40862,0xf4403000,0xeb600000,0x00610000,0x5d0e1f82,0xf6f060f3,0x2ee5dd6d,0x22022fd6,0x3ba00056,0x8000000a,0x6b000159,0xeb3f6e10,0x304c0b90,0x0c13431c,0xf10c1260,0x2b106f1b,0xff86f576,0xd3d708a2,0xf4403000,0xebc00000,0x00600000,0x550ddf81,0xf75060f3,0x1eeedd5d,0x16023fd2,0x3b300056,0x9000000a,0x6c000153,0xeb1f7010,0x404d0b90,0x0c03421d,0x31101260,0x2c106f1c,0xffa70576,0xe3dd08c2,0xf4405000,0xebe00000,0x00600000,0x480dcf7c,0xf7a060f3,0x1ef3dd7d,0x0d029fd2,0x3ae00056,0xb000000a,0x68000151,0xeb0f7210,0x604d0bb0,0x0bc3401d,0x21131280,0x2d106f1c,0xffb70d76,0xf3e108b2,0xf3407000,0xebf00000,0x00610000,0x430dcf78,0xf7f060f3,0x1ef4dd9d,0x0b02ffd4,0x3ab00056,0xc000000a,0x6300014f,0xeb1f7210,0xb04b0bd0,0x0b333f1c,0xa1151280,0x30105f1d,0xffc71977,0x63e808a2,0xf2406000,0xec900000,0x00610000,0x3e0dbf75,0xf83060f3,0x1efbdd6d,0x0103bfd3,0x3a400056,0xe000000a,0x62000148,0xeb1f7411,0x90480c10,0x09f33d1b,0x81191270,0x37104f20,0xffd73f78,0x53f90902,0xf340a000,0xedd00000,0x00600000,0x2a0d9f6b,0xf86060f3,0x1f04dd5c,0xf4050fd0,0x39700057,0x1000000a,0x61000141,0xeb1f7813,0x70400c70,0x09233a1a,0xe11c1270,0x3a102f23,0xffd75378,0xc4020962,0xf340d000,0xee500000,0x00610000,0x220dcf64,0xf89060f3,0x1f06dd4c,0xf205bfd1,0x39100057,0x4000000a,0x5e000141,0xeb3f7814,0x403c0ca0,0x07f33119,0xe1231250,0x3b0f7f2b,0xffe75e79,0xa4070bb2,0xf3408000,0xeef00000,0x00650000,0x310e7f65,0xf8b060f3,0x1f0cdcec,0xf106efd5,0x38400057,0xc000000a,0x58000145,0xebcf6a14,0xf03a0ca0,0x07232919,0x412d11b0,0x390e8f36,0xfff7677a,0xa4080f22,0xfd407000,0xef700000,0x00640000,0x390eff69,0xf8d060f3,0x1f1cdc7c,0xe2083fd5,0x37200058,0x1000000a,0x5800014c,0xec5f5d15,0xf0370cb0,0x06831f19,0x313e1150,0x310d6f40,0x0007647b,0xa4050f52,0xfc406000,0xef800000,0x006a0000,0x470fff6f,0xf8d060f3,0x1f30dcbc,0xc10a0fd8,0x35900057,0xe000000a,0x5200014c,0xecdf5917,0x50310d00,0x05f31619,0x01491170,0x2c0caf43,0x0017617c,0x24040fe2,0xf9403000,0xef900000,0x00710000,0x4c10af6d,0xf8d063f3,0x2f37dd2c,0xae0b5fde,0x34e00057,0x8000000a,0x4c000147,0xed1f5818,0x002c0d30,0x03e30617,0x21571130,0x2f0b9f44,0x0017867c,0xb40810c2,0xf43fe000,0xefb00000,0x00750000,0x20113f52,0xf8c06bf3,0x5f39ddbc,0xa10cffe8,0x35000057,0x2000000a,0x49000130,0xec5f5f18,0x60280d40,0xfff2f513,0x51721050,0x3609ff40,0x0027d67e,0x041611d2,0xef3f8000,0xf0100000,0x0073000f,0xca11af21,0xf8a077f3,0x9f40df1c,0x930e7fed,0x36300056,0xb000000a,0x4d000102,0xe95f7718,0x20280d10,0xfd92e810,0xe1861010,0x3208bf3e,0x0038047f,0x242012f2,0xe93f1000,0xf0000000,0x007f000f,0xa5124f04,0xf88087f3,0xef43e04c,0x930eaff3,0x37900056,0x0000000a,0x510000e0,0xe69f8a16,0x30300c50,0xfc72de0f,0x918e0ff0,0x31080f3f,0x00381280,0x24201402,0xe33ea000,0xf0700000,0x0087000f,0xa012def7,0xf86098f4,0x4f41e0cc,0x980e9ff8,0x38700055,0x6000000a,0x560000ce,0xe55f9214,0x70370bb0,0xfc52dd0f,0x618f0ff0,0x3107ff40,0x00481380,0x541f1512,0xde3e4000,0xf0900000,0x0088000f,0xa112fef5,0xf830acf4,0xbf40e0dc,0x990e9ff9,0x38900055,0x4000000a,0x580000cb,0xe53f9314,0x20380ba0,0xfa12cf0c,0x51980e90,0x3b07df48,0x00482e81,0xa41e15f2,0xd93df000,0xf0900000,0x008d000f,0x9a13eee8,0xf800bff5,0x1f46e13c,0x8c0ef003,0x38900053,0x8000000a,0x75000099,0xe46fb312,0xe03d0aa0,0xf922c90b,0x119a0e20,0x3d07cf4b,0x00482d82,0x041c1682,0xd63dc000,0xf0700000,0x008f000f,0xa2149eeb,0xf7e0d3f5,0x8f46e17c,0x890f2008,0x38a00052,0xb000000a,0x83000087,0xe41fc012,0x503f0a40,0xf862bf0a,0x01990e10,0x3a07bf4a,0x00481682,0x041616b2,0xd53db000,0xf0200000,0x0093000f,0xbf159efd,0xf7b0e4f5,0xef41e1fc,0x8d0f400d,0x38c00051,0xc000000a,0x9300007c,0xe41fca11,0xa04009f0,0xf792b008,0xb1950e00,0x37076f4a,0x0057f581,0xe40e16c2,0xc13db000,0xefa00000,0x009d000f,0xe016bf15,0xf790f4f6,0x3f38e2ac,0x960f7016,0x39100050,0x5000000a,0xa900006f,0xe42fd510,0xa03f0980,0xf6a29406,0xb18e0d40,0x3b05ff48,0x0057e982,0xb4011972,0xac3c9000,0xeff00000,0x009b000f,0xce161f19,0xf77100f6,0x7f33e3ac,0x9b0fd027,0x3960004d,0x6000000a,0xda000050,0xe4dfe00f,0x703908d0,0xf5927904,0xa1890c40,0x42050f4a,0x00180a83,0x14021c92,0x953ce000,0xefb00000,0x0091000f,0x83141f04,0xf76108f6,0xaf32e4dc,0x99101032,0x3970004a,0x2000000b,0x1200002e,0xe5afed0e,0xb0310800,0xf4e26603,0x61830bf0,0x4304af4c,0x00181e82,0xe4031c82,0x723d5000,0xef400000,0x0096000f,0x6112af02,0xf7610bf6,0xbf32e5ec,0x970ff036,0x39400047,0xb000000b,0x3a000017,0xe65ffb0e,0x202c0760,0xf4224101,0xa1720bf0,0x43041f4c,0x00981183,0x33f11952,0x193bc000,0xeff00000,0x00b5000f,0x8010bf31,0xfcf111fa,0x5f2fe7bc,0x980f6040,0x39300043,0x0000000b,0x8a000fef,0xe810140c,0x101f05e0,0xf3b22000,0x016a0b90,0x50037f4c,0x00c83f84,0x23ee1551,0xe13af000,0xf0600000,0x00b4000f,0x770ebf4b,0x039116fe,0x4f33e8fc,0x920f1041,0x3910003e,0xf000000b,0xda000fc4,0xe980310a,0x701604e0,0xf371fffe,0xb1630b70,0x57029f4d,0x00887084,0x13f30d31,0x933aa000,0xef400000,0x00bb000f,0x800daf60,0x0e011404,0x1f32eaac,0x900ef03a,0x3920003a,0xa000000c,0x31000fa2,0xeb205208,0xc00a0430,0xf3f1e1fe,0x51530b60,0x4e018f52,0x00c86b83,0xa3ec07f1,0x3539a000,0xeef00000,0x00d5000f,0xb90cff76,0x14010b07,0x6f26ec5c,0x930ef035,0x39700036,0x8000000c,0x7f000f92,0xecd06506,0xdff80350,0xf441d0fe,0x214b0ae0,0x4c00bf57,0x01487083,0xe3e705d1,0x0438e000,0xef400000,0x00dc000f,0xc60c2f79,0x16610808,0x6f23ed3c,0x910eb031,0x39800034,0x0000000c,0xae000f85,0xedf06e05,0xdfe802c0,0xf401befd,0x614d09a0,0x52005f5c,0x01a89a84,0x53f00210,0xda386000,0xeef00000,0x00d7000f,0x9c0b5f6f,0x1a20fe0a,0x0f27ee9c,0x830d9025,0x39100030,0x6000000c,0xeb000f70,0xefa07e05,0x3fd20220,0xf3c19cfc,0xb1440820,0x44001f69,0x01c89783,0x13f9fde0,0x7837b000,0xed700000,0x00eb000f,0x9a0b3f71,0x1d70ea0b,0xff14f18c,0x7c0b3014,0x38d00029,0xd000000d,0x46000f6c,0xf2e08e03,0x1fb00140,0xf3f17bfc,0x81330730,0x38002f76,0x01b88483,0xb3f2fcc0,0x4336d000,0xef300000,0x00e1000f,0xb00adf7b,0x1d80e30b,0x7ef9f3ac,0x8108800b,0x38e00025,0x4000000d,0x88000f73,0xf5208b00,0xafa300f0,0xf40150fc,0x11330660,0x3d004f82,0x01c8b184,0xe401f7d0,0x2336a000,0xefd00000,0x00d5000f,0x850a9f79,0x20d0cc0b,0xfeddf64c,0x83052ff6,0x38e00020,0xa000000d,0xdc000f72,0xf6f07bfe,0xcfa40120,0xf3a12dfb,0xa13e0630,0x40ffff88,0x01d8c084,0xa410f4af,0xfd367000,0xee700000,0x00e5000f,0x7c0b8f7a,0x2210b70c,0x5ec5f87c,0x84028fe3,0x3900001d,0x8000000e,0x1b000f75,0xf82069fe,0x3fac01c0,0xf3c104fb,0xd1390650,0x37ff9f93,0x02089184,0x3407f51f,0xd3358000,0xeeb00000,0x00ec000f,0xac0bdf82,0x2070b30b,0x0e9af9fc,0x8dffffdf,0x3a00001b,0x7000000e,0x4d000f7f,0xf94051fd,0x7fbf0260,0xf410d7fc,0x512f0600,0x2fff9fa2,0x02487784,0x9404f3cf,0xbe34e000,0xefd00000,0x00df000f,0xbc0b8f83,0x2140ab09,0xfe6ffb3c,0x93fd4fdc,0x3b000019,0xa000000e,0x80000f84,0xfa4037fc,0xefd502e0,0xf400b7fc,0xb13105a0,0x26ff7fb0,0x02387284,0x540ef26f,0xb834c000,0xef100000,0x00d8000f,0xb10c0f7c,0x22609b09,0x5e57fc8c,0x88faefd4,0x3b000017,0xf000000e,0x9a000f7f,0xfab024fd,0xbfe60390,0xf39087fd,0x912f05a0,0x12ff1fc3,0x02283583,0x240af46f,0xa8340000,0xeda00000,0x00d1000f,0xe00d5f84,0x20108a07,0x0e2cfecc,0x7bf86fce,0x3b300015,0xd000000e,0xb0000f83,0xfb1001fe,0x50010410,0xf3b05ffe,0x612305f0,0x04ff6fd1,0x02580483,0x4401f54f,0xa6341000,0xee800000,0x00be0000,0x030d1f8f,0x1e807e04,0x9dfb009c,0x7cf77fce,0x3bf00014,0x9000000e,0xc3000f98,0xfb5fd0fd,0x60130320,0xf3e047ff,0x012205bf,0xfcffefdc,0x02681183,0x740ff21f,0xad353000,0xee600000,0x00b9000f,0xe20c9f89,0x20706d03,0x8de701ac,0x79f68fce,0x3be00013,0xd000000e,0xd9000fa2,0xfb7fa8fc,0x701c0240,0xf3e042ff,0x2124058f,0xfaffffdf,0x02581883,0x6415f10f,0xae359000,0xee100000,0x00ba000f,0xd60c7f86,0x21206803,0x5de601cc,0x77f63fcf,0x3bc00013,0xa000000e,0xdd000fa1,0xfb8f9ffc,0x401d0210,0xf40034ff,0xc11e05cf,0xebffdfe1,0x02380382,0xb414f32f,0xa0361000,0xed300000,0x00c4000f,0xe70cdf89,0x1d305401,0xbdf1023c,0x73f6ffd3,0x3b100013,0xb000000e,0xe3000fa9,0xfbef7afb,0x702101d0,0xf4302200,0x9113063f,0xd9ffafe3,0x0227e482,0x1411f64f,0x91368000,0xec600000,0x00cc0000,0x010d2f8f,0x17c03cff,0xadfe02ac,0x72f85fd9,0x3a700013,0xd000000e,0xee000fb6,0xfc7f4bfa,0x90250180,0xf4901100,0xf10806bf,0xd4ffbfe2,0x0227d381,0xf40cf80f,0x8e36a000,0xec900000,0x00c70000,0x100cdf93,0x149034fe,0xae0902dc,0x7af9dfd9,0x3ac00014,0x0000000e,0xfd000fc2,0xfd0f2cfa,0x80260150,0xf54fee01,0x20fa079f,0xd3ffefe4,0x0207c981,0x740df8ff,0x8c37a000,0xec000000,0x00c20000,0x0e0c3f93,0x110029fd,0x7e2f039c,0x84fbbfd4,0x3b100013,0x7000000f,0x21000fd5,0xfe0ef9fb,0x80260180,0xf5afce01,0x20f307ef,0xd5ffbfeb,0x01d7c680,0x4414f8af,0x87392000,0xeab00000,0x00c8000f,0xfc0c0f8f,0x0f5019fc,0xce8003dc,0x81fccfd2,0x3b200012,0x5000000f,0x37000fdb,0xfeeee1fc,0xb02601e0,0xf62fc001,0x30dd075f,0xd2ff2fef,0x01d7ae7f,0x940bfa2f,0x883a0000,0xeb200000,0x00bc0000,0x0b0bef95,0x0ca00afc,0x2ed602ac,0x7efd7fdd,0x3b500011,0xb000000f,0x3d000fee,0xffcee7fc,0xd0230210,0xf6cfb901,0x40c806cf,0xd2fe9ff4,0x0257947f,0x93fcfadf,0x903a6000,0xec600000,0x00a70000,0x250b7f9d,0x0b6009fb,0xcef8020c,0x7cfddfe2,0x3b700011,0x0000000f,0x47000008,0x003ef1fc,0xc0210240,0xf74fb200,0xf0c3054f,0xdafe9002,0x0257a67f,0x13fbf6df,0x9a3bb000,0xecd00000,0x009f0000,0x170b6f9d,0x0f9012fc,0x2f1f027c,0x6bfd3fe3,0x3b00000e,0x9000000f,0x4f000ffc,0x001f0ffe,0x00210310,0xf78fad00,0xc0c1043f,0xe1feb00c,0x0237b47e,0x63faf47f,0x9d3ca000,0xecb00000,0x009f0000,0x0e0b9f9c,0x122016fc,0x6f3c02ec,0x5dfcbfe3,0x3ab0000c,0xa000000f,0x53000feb,0xffef28fe,0xe02103b0,0xf77fa900,0x90bb039f,0xe8fea011,0x01d79d7d,0x93e8f6ff,0x943cb000,0xec900000,0x00a00000,0x360c6fa1,0x0f9014fc,0x4f5f039c,0x54fd0fdf,0x3ae0000a,0xc000000f,0x5a000fc5,0x000f51fe,0xe01c03d0,0xf77fa100,0x60b602ff,0xf5fe0018,0x01878f7d,0xf3d2f8ef,0x913ce000,0xee400000,0x00950000,0x630cffab,0x0d801ffc,0x5f94041c,0x4afdafd5,0x3b500008,0xe000000f,0x6f000f87,0x004f8ffe,0xc0120400,0xf78f9c00,0x30bc028f,0xfefd601e,0x0147b57e,0x03d7f83f,0x8f3d7000,0xee200000,0x009c0000,0x570e3fa3,0x0e4024fc,0xbfb1042c,0x44fdcfcc,0x3b600008,0x6000000f,0x7f000f66,0x002fb6fe,0xe0080440,0xf78f9900,0x30bc0240,0x01fcf022,0x0127c37d,0xa3d9f89f,0x893db000,0xed700000,0x00a50000,0x5b0f0f9a,0x0e5022fc,0xcfb8044c,0x44fdffc7,0x3b700008,0x3000000f,0x8c000f61,0x001fc8fe,0xc0000460,0xf7df9400,0x40b00230,0x05fc8025,0x0127c27d,0x63d6facf,0x843d7000,0xed700000,0x00a30000,0x750eef98,0x0d0023fc,0xefba04cc,0x44fe5fbe,0x3b900007,0x1000000f,0xa6000f5b,0x002fd8fe,0x8ff30470,0xf87f8e00,0x20a40250,0x0cfc8028,0x0117cd7d,0x63d9f9af,0x863d9000,0xed700000,0x009d0000,0x6d0eaf93,0x0ef025fd,0x7fc404dc,0x3ffe0fbc,0x3b700005,0xe000000f,0xb9000f49,0x006fe4ff,0x1feb04d0,0xf92f8b00,0x009a0260,0x0efc502b,0x0127d07d,0x43ddf8df,0x863dc000,0xecb00000,0x009e0000,0x610f0f8d,0x108020fd,0xdfca04bc,0x3bfd8fbe,0x3b400004,0xd000000f,0xc7000f41,0x00dfebff,0x8fe30550,0xf96f8bff,0xf0960260,0x0efc302c,0x0137cb7d,0x13def92f,0x843dc000,0xec200000,0x00a10000,0x600f4f8b,0x10701dfd,0xefc904ac,0x3bfd7fbf,0x3b500004,0x8000000f,0xcd000f44,0x00ffebff,0x6fdf0570,0xf96f8b00,0x00960260,0x0efc202c,0x0137ca7d,0x13def93f,0x843dc000,0xec100000,0x00a10000,0x610f5f8a,0x10701cfd,0xefc804ac,0x3bfd7fbf,0x3b500004,0x8000000f,0xce000f45,0x00ffebff,0x6fdf0570,0xfa2f8d00,0x00840240,0x0efc102c,0x0167b77e,0x23d9fa4f,0x823d8000,0xed500000,0x009e0000,0x4c0d2f91,0x10101dfe,0x0fc0059c,0x3efd8fb6,0x3ba00002,0xe000000f,0xe9000f4d,0x00ffe6ff,0x0fd90560,0xfa2f8d00,0x00830240,0x0ffc102c,0x0167bb7e,0x43dbfa0f,0x823d8000,0xed700000,0x009e0000,0x480d1f91,0x10601dfe,0x1fc3059c,0x3dfd7fb5,0x3b900002,0xc000000f,0xe9000f4b,0x00ffe7ff,0x1fd90570,0xfa3f8eff,0xf0820230,0x10fc302c,0x0177c77e,0x73e1f95f,0x833da000,0xed800000,0x009d0000,0x3a0d1f90,0x11101dfe,0x2fc905bc,0x3cfd3fb4,0x3b900002,0x8000000f,0xea000f45,0x010fe8ff,0x5fdb0580,0xfa3f8fff,0xe0810220,0x10fc402c,0x0177d47e,0x53ebf8ef,0x843dc000,0xed100000,0x009f0000,0x2a0d4f8b,0x11c01bfe,0x4fcb05dc,0x3bfd0fb2,0x3b800002,0x7000000f,0xeb000f44,0x00ffe9ff,0x7fdb0590,0xfa3f90ff,0xf0810210,0x0ffc302c,0x0187ce7e,0x03ecf91f,0x833dc000,0xec600000,0x00a10000,0x2f0d6f89,0x11e01bfe,0x2fc905dc,0x3bfd1fb0,0x3b900002,0x8000000f,0xed000f47,0x00dfe8ff,0x4fdb0580,0xfa4f91ff,0xf07f0210,0x0ffc402b,0x0197c97e,0x13ebf92f,0x843db000,0xec800000,0x00a00000,0x340d0f8e,0x129023fe,0x0fc705ec,0x3bfd3fae,0x3ba00002,0x8000000f,0xef000f48,0x00bfe7ff,0x3fdc0560,0xfa4f91ff,0xf07d0210,0x0ffc602a,0x01a7ca7e,0x33edf8ef,0x853dc000,0xecc00000,0x00a00000,0x350cdf91,0x13802bfd,0xefc805fc,0x3bfd2fad,0x3bb00002,0x7000000f,0xef000f47,0x009fe6ff,0x3fde0550,0xfa5f93ff,0xf07c0200,0x0efc702a,0x01a7ce7e,0x03f1f83f,0x863de000,0xec600000,0x00a30000,0x310d0f8f,0x14a02efd,0xbfcc05ec,0x39fcffab,0x3ba00002,0x6000000f,0xee000f45,0x007fe8ff,0x5fe30540,0xfa6f94ff,0xf0780210,0x0efc8028,0x01b7c97d,0xf3f1f7cf,0x883df000,0xec700000,0x00a30000,0x350d1f90,0x150031fd,0x9fcd05fc,0x38fcefa9,0x3ba00002,0x6000000f,0xeb000f44,0x004fe7ff,0x6fea0540,0xfa8f94ff,0xf0750220,0x0ffca027,0x01c7d07e,0x33f4f5ef,0x8e3e3000,0xecd00000,0x00a00000,0x2d0cff8f,0x168033fd,0xbfd0060c,0x37fccfa7,0x3b900002,0x5000000f,0xe8000f41,0x001fe8ff,0x9ff00550,0xfa8f94ff,0xf0750230,0x0ffca027,0x01d7d67e,0x43f6f4df,0x8f3e6000,0xecd00000,0x00a40000,0x260cef8e,0x175031fd,0xdfd1060c,0x37fccfa6,0x3b900002,0x5000000f,0xe6000f40,0xffffe8ff,0xaff50570,0xfa8f95ff,0xf0750240,0x0ffc9026,0x01e7d67e,0x33f5f55f,0x8f3e5000,0xece00000,0x00a90000,0x270cef8e,0x16a02efd,0xcfd0061c,0x37fccfa5,0x3ba00002,0x6000000f,0xe3000f42,0xffdfe8ff,0xbff90590,0xfa8f95ff,0xf0740250,0x0ffca025,0x01f7d97e,0x53f6f5df,0x903e3000,0xed000000,0x00a80000,0x260cef8d,0x15f02ffd,0xefd2061c,0x36fcafa4,0x3b900002,0x6000000f,0xe1000f40,0xffdfe9ff,0xeffe05a0,0xfa8f95ff,0xf0750260,0x0efcb021,0x01f7e07e,0x33f8f5ef,0x8f3e4000,0xecd00000,0x00a90000,0x210d1f88,0x159030fe,0x0fd3061c,0x35fc9fa3,0x3b900002,0x5000000f,0xe0000f3f,0xffdfeaff,0xfffe05b0,0xfa7f96ff,0xf0740280,0x0cfca01b,0x01f7dd7d,0xf3f4f6bf,0x8d3e2000,0xecb00000,0x00aa0000,0x250d2f86,0x14502efe,0x0fd3061c,0x35fc8fa3,0x3b900002,0x5000000f,0xe1000f40,0xffdfea00,0x0ffd05b0 +}; + +u32 ANIM_ENTRY_fire_kneel_left_one_handed_weapon_fast[] = +{ + 0x01200c00,0x7fc0ff4f,0xe903effa,0x000fd804,0x1d67fdbf,0x582f0000,0xf9300000,0x008d0000,0x29f5bfb2,0xf5803eff,0x3f08016c,0x28ee2ffa,0x3bb000fe,0x2000000f,0xe3000ff1,0x084fce00,0x40230470,0x01400b00,0xcfc7000f,0xe602e005,0xffafe502,0x9d5ffd6f,0x562ee000,0xfa200000,0x008d0000,0x1df5ffaa,0xf5a03dff,0x3f13003c,0x27ee8ffd,0x3b600000,0x4000000f,0xe4000ff2,0x073fdd00,0x20290420,0x01901400,0xdfcc008f,0xe8021013,0xfebff701,0x8d4efcaf,0x562eb000,0xf9d00000,0x00830000,0x0ff6cfa5,0xf6703fff,0x6f25fddc,0x2deee008,0x3b300003,0xe000000f,0xde000ff3,0x05dfe700,0x00310320,0x02503300,0xefd3ffaf,0xef00b02a,0xfd4ff900,0xfd38fd0f,0x582e1000,0xf8a00000,0x00830000,0x09f73f99,0xf6e04000,0x1f46f9dc,0x36eeb022,0x3ac00009,0x2000000f,0xca000ff5,0x041feaff,0xf0390160,0x02702000,0x7feb01ef,0xfbfe2047,0xfb4ff700,0x5d1efeef,0x592d0000,0xf6800000,0x0095000f,0xfcf7af96,0xf6604a01,0x8f1ff76c,0x4ff1703d,0x3ab0000d,0xf000000f,0xab000ff7,0x025fd6ff,0xd047ffd0,0x02200fff,0x90130440,0x14fa706d,0xf83ff6ff,0xdcfe00ff,0x672bb000,0xf2f00000,0x0099000f,0xecf89fa0,0xf6c05702,0x8ee1f59c,0x79f40054,0x3b000012,0xe000000f,0x80000ff8,0x01cfa7ff,0xc05ffeb0,0x02003aff,0x303802c0,0x28f64095,0xf47002ff,0x3cdb040f,0x7b2a2000,0xeff00000,0x0097000f,0xd5f8efa8,0xf7305701,0xcedaf1fc,0x99f2d072,0x3a700018,0xf000000f,0x44000ff8,0x01df69ff,0xb07cfd60,0x01405bff,0x60670260,0x32f280b5,0xf1101cfe,0x1cba076f,0x8f28d000,0xedd00000,0x009f000f,0xb7f8bfa8,0xf6a044ff,0xfed1efac,0xb2f26085,0x3950001d,0xe000000f,0x07000ff8,0x019f1dff,0xa099fc00,0x00306eff,0x909a0380,0x3df090d7,0xed9044fc,0x8c9b0b5f,0xa727a000,0xec300000,0x00a6000f,0x95f86fa7,0xf58030ff,0xbec7ee7c,0xcaf2f090,0x38800020,0xd000000e,0xd0000ff8,0x00eeefff,0xa0b5fa70,0xff1085ff,0xc0c80450,0x46f03104,0xeb7071fa,0xac7e109f,0xc5268000,0xeb400000,0x00b9000f,0x70f84fa4,0xf3502600,0x4ec3ed6c,0xdcf3b094,0x37d00022,0x3000000e,0x9d000ff9,0x005f0bff,0xa0d2f860,0xfe709f00,0x40ea0520,0x46ef111d,0xea809df8,0xdc63140f,0xec26e000,0xea500000,0x00c9000f,0x4ff91f97,0xf2f02500,0x3ec1ebfc,0xeaf480a1,0x36d00022,0x9000000e,0x66000ff9,0xff7f4bff,0xa0f1f610,0xfe30bb00,0xe1000610,0x44ee1122,0xe990cbf7,0x3c4815a0,0x18287000,0xe9500000,0x00d6000f,0x31f99f94,0xf3e03600,0x6ec7ea9c,0xf2f510ac,0x35a00021,0xf000000e,0x31000ffa,0xfe4f77ff,0xb113f3f0,0xfdc0e901,0x91140620,0x42ee2120,0xe940fcf5,0xbc2916e0,0x432a6000,0xe8200000,0x00ee000f,0x12fa0f9e,0xf41044ff,0xfee5e90c,0xe9f490ac,0x34000021,0x0000000d,0xf9000ffb,0xfd2f8eff,0xd13bf200,0xfcc11d02,0x112905c0,0x42ee911b,0xe99128f4,0x7c0817f0,0x732cb000,0xe6b00000,0x010c000e,0xf0facfa5,0xf39045ff,0x1f11e7fc,0xd4f400a0,0x32900020,0x4000000d,0xbe000ffc,0xfc6fa400,0x0162f010,0xfb513c02,0x213d0660,0x48efa11c,0xea3150f3,0xbbe71950,0xaf2fd000,0xe5300000,0x0121000e,0xbffbafa7,0xf26044fe,0x6f22e7ec,0xd3f46092,0x31c00020,0x5000000d,0x80000ffb,0xfccfb900,0x217eeea0,0xfa714e02,0x113e07b0,0x4ff1b120,0xeb3178f3,0x8bc91c00,0xf9338000,0xe3b00000,0x0124000e,0x7ffcffb8,0xf0a049fd,0x5f16e6fc,0xe0f5c08d,0x30900023,0x9000000d,0x3a000ffb,0xfd6fb200,0x4196eed0,0xf9615902,0x114409c0,0x59f43115,0xec71adf2,0xcbac1fa1,0x52374000,0xe3700000,0x011f000e,0x33fe0fc5,0xee403cfc,0x4efee58c,0xf7fa608a,0x30800029,0x2000000c,0xeb000ffb,0xfd2f9900,0x61acf0f0,0xf7f16802,0xe15e0c30,0x5ff680fc,0xee21f8f1,0x2b8d22c1,0xc03aa000,0xe4f00000,0x0121000d,0xe3fe7fc3,0xec1020fb,0x8ef2e4fc,0xfd015078,0x3080002e,0xa000000c,0x98000ffc,0xfb9f8300,0x81bdf520,0xf7117f04,0x01750e90,0x5df8e0e1,0xf1423fee,0xdb672332,0x2b3e3000,0xe6300000,0x0131000d,0x95ffafd7,0xeb7003fb,0x6eece43c,0xfe082066,0x30600034,0x1000000c,0x4a000ffe,0xf91f6a00,0x81c6fab0,0xf6e19904,0xc17f10e0,0x5efb80c6,0xf4827aec,0x6b302222,0x8c411000,0xe6100000,0x0143000d,0x4801ffe9,0xea4002fc,0x9ee8e29d,0x040d1059,0x30900039,0x1000000c,0x04000fff,0xf71f5100,0x81ccfff0,0xf6b1b205,0xe19012a0,0x5afd00ab,0xf632b3e9,0xbae82332,0xef44f000,0xe5300000,0x0135000d,0x10037fe0,0xe9b01efd,0x1ee4e16d,0x040fc044,0x3020003d,0x4000000b,0xcc000000,0xf59f3900,0x61c60230,0xf681e207,0x71a51240,0x4dfdb093,0xf702f3e7,0x5a8f29a3,0x4b4cf000,0xe4600000,0x0104000c,0xd9045fa9,0xe9802dfc,0x4effe02c,0xe10f201d,0x2e700041,0x1000000b,0x9d000001,0xf44f2300,0x41be0220,0xf6720b08,0x91b11210,0x46fe5079,0xf7d337e6,0x8a283353,0x8c56b000,0xe3b00000,0x00d7000c,0x98042f77,0xe8601ffc,0xdf17deec,0xc90dcff9,0x2d000044,0xb000000b,0x77000001,0xf30f0c00,0x31bd0120,0xf6721609,0x11af1310,0x44fef06a,0xf88363e7,0x39d14033,0xab641000,0xe2d00000,0x00b8000c,0x5902ef5c,0xe6b009fd,0xaf0cddfc,0xd60dffe3,0x2c600047,0xf000000b,0x5e000002,0xf1fefa00,0x21b7ff60,0xf6321909,0x61a91330,0x3e001075,0xf9536ee8,0x29994f43,0xad71e000,0xe1a00000,0x00a6000c,0x08031f52,0xe4fff2fe,0x0f00dd6c,0xe50f2fcc,0x2c10004a,0xe000000b,0x4b000002,0xf13ef000,0x01b2fed0,0xf5f21a09,0x919e12d0,0x38012085,0xf9d35be7,0x99875713,0xa577d000,0xe1b00000,0x009b000b,0xef040f71,0xe2dfe7fe,0x2efbdcdc,0xec106fb7,0x2bb0004d,0x8000000b,0x3d000002,0xf08ef300,0x01b6ff90,0xf5f21a09,0xb18c1290,0x3501e089,0xf97340e7,0xa97c5683,0x97763000,0xe2400000,0x008e000b,0xe105af99,0xe1afe8fd,0xaefadc1c,0xec115fa9,0x2b50004f,0xb000000b,0x34000003,0xefaf02ff,0xf1bc0010,0xf6021809,0xa1781280,0x3702a08d,0xf90323e7,0xd9735383,0x85727000,0xe3600000,0x007b000b,0xc4078faf,0xe11ff3fc,0xbefddb5c,0xe9121fa0,0x2b000051,0xb000000b,0x2d000003,0xeebf10ff,0xf1c00010,0xf6221209,0xd16b12b0,0x3d033090,0xf8b309e8,0x29665093,0x746f0000,0xe4e00000,0x0068000b,0x9c093fbf,0xe12003fc,0x6efedadc,0xe612ff9b,0x2a800053,0x6000000b,0x25000004,0xedbf21ff,0xf1c70050,0xf5d20e09,0xd16712a0,0x4703e098,0xf862eee8,0x69554e33,0x646c9000,0xe6300000,0x005e000b,0x770bbfde,0xe19ffffc,0x2f0adabc,0xda137f99,0x29e00054,0xa000000b,0x1b000004,0xecbf33ff,0xf1d200a0,0xf4c20709,0x116a1240,0x5c0480a0,0xf7c2cfe8,0xb9464c13,0x5769e000,0xe7500000,0x005b000b,0x620df005,0xe1affefb,0x9f1adb0c,0xd413cf97,0x29a00055,0xa000000b,0x15000004,0xebef41ff,0xf1df0120,0xf3f1f007,0xd16112a0,0x740520a8,0xf782ade8,0xf9404983,0x4767a000,0xe8500000,0x005a000b,0x680ec022,0xe2400cfb,0xff12db1c,0xef149f9f,0x2a100056,0x7000000b,0x17000004,0xeb1f48ff,0xf1e90140,0xf381de07,0x515e1300,0x7f05a0ae,0xf7d293e9,0x49414853,0x3a66b000,0xe9600000,0x0056000b,0x7d0ed037,0xe34013fc,0x8f13db6c,0xfb154fa1,0x2a600056,0xf000000b,0x19000004,0xea7f4fff,0xf1f30090,0xf371d607,0x41591310,0x7f05d0b0,0xf7e27fe9,0xa94347a3,0x2e66c000,0xeaa00000,0x004f000b,0xa10e6046,0xe43013fc,0x8f20dbac,0xf4152fa1,0x2a700057,0x4000000b,0x17000005,0xe9cf5600,0x01ffff40,0xf3c1cd07,0x414f1320,0x7e0610b3,0xf8126be9,0xd94547c3,0x2666b000,0xebd00000,0x004c000b,0xd50ce048,0xe4a00cfc,0x8f27db9c,0xee14efa7,0x2a800057,0x8000000b,0x15000005,0xe91f6000,0x020cfd80,0xf3e1c607,0x414a1340,0x7d0610b3,0xf88254ea,0x09454553,0x22644000,0xebf00000,0x006f000c,0x220a403e,0xe5fffffd,0x2f2bdbbc,0xe914bfab,0x2a800057,0x9000000b,0x12000005,0xe89f6a00,0x021afbb0,0xf3e1bf07,0x314712d0,0x770530af,0xf97223e9,0xd94c3df3,0x145d4000,0xe8d00000,0x00e1000c,0x9e07d037,0xe5bffafc,0x6f2fdbcc,0xe514dfac,0x2a900057,0xc000000b,0x10000005,0xe84f7200,0x0227fad0,0xf3e1bc07,0x014111a0,0x670440b5,0xfac1e4e8,0xd98739e2,0xf1588000,0xe2800000,0x0171000d,0xf6fa9fed,0xe1602df3,0xff32dbbc,0xe3152fae,0x2ab00057,0xf000000b,0x0e000005,0xe80f7c00,0x0232faf0,0xf421b906,0xe13a1130,0x5c0390b8,0xfb41c8e7,0x79c63a52,0xdb593000,0xdf200000,0x01b3000e,0x7eef9037,0xe0f089ec,0xbf30db7c,0xe7153fb3,0x2ac00058,0x1000000b,0x0e000005,0xe7df7e00,0x023cfb20,0xf451b806,0xf1371160,0x5b03e0be,0xfba1cce5,0x89ec3de2,0xe65d9000,0xdf900000,0x018e000e,0x13f0b056,0xe3f0baec,0xef2fdb7c,0xe8153fb3,0x2aa00058,0x3000000b,0x10000005,0xe7af7e00,0x0247fae0,0xf401b806,0xf13b12b0,0x680590b1,0xfd1200e3,0xf9f041e3,0x1160d000,0xe2c00000,0x014b000d,0x62f3a023,0xe48090ee,0xdf35dbcc,0xe1152fad,0x2a700058,0x5000000b,0x11000004,0xe77f8200,0x0252fa50,0xf371ba06,0xc1451510,0x8407a089,0xfe5261e3,0x99d64163,0x4960c000,0xe6e00000,0x0109000c,0x92f51fc5,0xe7f020f7,0x4f3fdbfc,0xda152fa6,0x2a800058,0x9000000b,0x12000004,0xe76f8500,0x125bf990,0xf381ba06,0xa14817a0,0x9c08d061,0xfeb2bae4,0x99c43e73,0x755ed000,0xea000000,0x00c0000c,0x2bf43f7a,0xe98ff6ff,0x9f40dbcc,0xd914ffa7,0x2a900058,0xb000000b,0x15000004,0xe75f8600,0x1267f900,0xf3d1ba06,0xb14919d0,0xa9093047,0xff22f9e6,0x59bb3a23,0x8b5a1000,0xebf00000,0x008c000c,0x37f25f36,0xe6eff701,0x0f3ddbbc,0xdb14cfaa,0x2a900058,0x9000000b,0x18000004,0xe75f8400,0x1271f8a0,0xf3c1be06,0xd1501b10,0xb3093036,0xff7322e7,0x99b03473,0x94551000,0xec900000,0x0070000c,0x1bf22f45,0xe55fe600,0xaf41dc0c,0xd714afa4,0x2a900058,0x6000000b,0x1c000004,0xe76f8000,0x1279f840,0xf391c106,0xc1571bd0,0xbb092029,0xffd341e8,0x29a52ff3,0x984fa000,0xec900000,0x0064000b,0xdff26f99,0xe33fe5ff,0xdf42dc2c,0xd7149f9f,0x2aa00058,0x4000000b,0x1f000004,0xe76f7c00,0x1280f810,0xf3b1c206,0xc1561c80,0xbc096020,0xffe35ce8,0x399d2ce3,0x9a4c3000,0xec600000,0x005d000b,0xb1f30fc0,0xe2dfe900,0x2f3edbfc,0xdd14af9f,0x2ab00058,0x5000000b,0x20000004,0xe77f7700,0x2286f870,0xf3e1c506,0xe1521cc0,0xb809b01c,0x000373e7,0xf9992d33,0x984c2000,0xec000000,0x005a000b,0x8ef2ffe0,0xe14fedff,0x1f3cdbcc,0xdf14bfa0,0x2a900058,0x4000000b,0x20000003,0xe78f7400,0x228ff920,0xf3c1c806,0xe1541c70,0xb609c01f,0x002389e7,0xb9942ff3,0x964e9000,0xeb900000,0x0057000b,0x7bf1a005,0xe04feafd,0xbf3fdbcc,0xdd14cf9d,0x2a800058,0x4000000b,0x1e000003,0xe77f7400,0x2297f980,0xf391ca06,0xe1561c00,0xb509d025,0x00139de7,0x498f32c3,0x93522000,0xeb300000,0x0050000b,0x64f14036,0xe22fe8fe,0x7f41dbcc,0xdc14bf9b,0x2a800058,0x9000000b,0x1a000003,0xe77f7300,0x229ef960,0xf3a1cc06,0xe1511b60,0xb00a202f,0x001391e6,0x999f3613,0x8e55b000,0xeac00000,0x004c000b,0x5cf6a097,0xe36feaff,0x7f3fdb8c,0xdc148f9d,0x2a800058,0xd000000b,0x17000003,0xe77f7500,0x22a3f900,0xf391cf06,0xe14a1a60,0xa80a703a,0xffe382e5,0xb9af39e3,0x88589000,0xea900000,0x004e000b,0x69f4a080,0xe29febff,0x9f41db6c,0xd8142f9d,0x2a700059,0x0000000b,0x14000003,0xe76f7700,0x22a8f890,0xf371d206,0xe1471950,0xa30ae043,0xff9371e4,0xa9ba3da3,0x7f5ba000,0xea800000,0x004f000b,0x77f3806a,0xe21febff,0x1f44db6c,0xd413ef9b,0x2a500059,0x3000000b,0x11000003,0xe74f7700,0x22acf810,0xf331d406,0xd1461810,0x9e0b204e,0xff7360e3,0x79ca4143,0x725fa000,0xea500000,0x004a000b,0x82f2f05c,0xe30fecff,0xcf46db8c,0xd2139f98,0x2a500059,0x5000000b,0x0d000003,0xe72f7500,0x32aff760,0xf2d1d606,0xd14716d0,0x990b305c,0xff234ce2,0x59dc4513,0x66635000,0xe9d00000,0x0047000b,0x8ff2504f,0xe37feb00,0x0f49dbbc,0xd2134f95,0x2a400059,0x9000000b,0x07000003,0xe70f6e00,0x32b1f6c0,0xf2e1d606,0xf14515e0,0x920b3066,0xff1336e1,0x39ec4893,0x5a664000,0xe9300000,0x0047000b,0x9df1c03c,0xe2efeaff,0x5f44dbcc,0xd612ef98,0x2a300059,0xa000000b,0x00000003,0xe6ff6900,0x32b0f640,0xf301d807,0x314014e0,0x850b7071,0xff231ce0,0x3a024b13,0x4d687000,0xe8600000,0x0047000b,0xa7f1d02d,0xe34fedff,0x7f40dbdc,0xd7128f9a,0x2a200059,0x9000000a,0xf9000003,0xe72f6300,0x42adf5b0,0xf321dc07,0x814013d0,0x790bb078,0xff0302df,0x3a1b4cb3,0x4269e000,0xe7700000,0x004a000b,0xaff1f021,0xe3eff5ff,0xff3edc0c,0xd5125f99,0x2a200059,0x4000000a,0xf4000003,0xe78f5d00,0x42a9f590,0xf361dd07,0xe1401320,0x6f0b6076,0xfee2e6de,0x3a354e23,0x3a6aa000,0xe6600000,0x0050000b,0xb1f26019,0xe38ffa00,0x1f38dc2c,0xd5127f9d,0x2a400058,0xe000000a,0xf1000003,0xe7df5c00,0x52a1f5f0,0xf3e1db08,0x213e12a0,0x6409e061,0xfd32c5dd,0x7a544ed3,0x356a8000,0xe5000000,0x005d000b,0xb3f3700f,0xe31fff00,0x9f2fdbfc,0xd8125fa8,0x2aa00058,0x7000000a,0xf0000003,0xe81f6300,0x6292f620,0xf451d708,0x413c11f0,0x58073034,0xfa2295dd,0x3a894da3,0x3468e000,0xe2100000,0x0071000b,0xa6f7000d,0xe3001b02,0xdf2adbbc,0xd6121fb8,0x2b400057,0xd000000a,0xeb000003,0xe86f7000,0x6281f600,0xf491d408,0xa1481110,0x4d043ffd,0xf7625ede,0x3ae049c3,0x3565d000,0xdda00000,0x007e000b,0x91fbd01f,0xe4304e06,0x7f29dbdc,0xcf11efc7,0x2ba00056,0xb000000a,0xe5000002,0xe90f7e00,0x6278f5c0,0xf4f1d108,0xd1521020,0x44015fcf,0xf59231e1,0x2b444273,0x325f8000,0xdb200000,0x0089000b,0xe7fba019,0xe740750a,0x4f29dbec,0xc9114fd9,0x2be00055,0x2000000a,0xe7000002,0xea1f8a00,0x4274f5a0,0xf541cc08,0xa1570e60,0x39fe8fb8,0xf3f20fe4,0xab993b73,0x26574000,0xdc500000,0x009d000c,0xa2f7ffe0,0xe9008b0d,0x3f28dbec,0xc7106fef,0x2c500053,0x4000000a,0xf2000001,0xeb5f9800,0x326ef580,0xf541c308,0x315c0c50,0x2ffc6fb6,0xf321f4e8,0x0bd63543,0x05501000,0xdf700000,0x009f000d,0x3cf47f7f,0xeb608f0f,0x1f29dc6c,0xc40f5002,0x2cf00051,0x1000000b,0x03000001,0xecdfa700,0x1268f4a0,0xf5a1b307,0xe15a0b50,0x29fb7fb0,0xf2e1f9eb,0xbbf62e92,0xce499000,0xe4100000,0x0093000d,0xaff30f11,0xf0005c0f,0xbf21dd1c,0xcb0e0018,0x2d70004e,0x9000000b,0x1c000000,0xee4fb300,0x0266f2e0,0xf6419a07,0xb1510b30,0x24fb0fad,0xf31214ef,0xcc0b2af2,0x9244a000,0xe8e00000,0x007d000e,0x33f40ec6,0xf1b0190d,0x7f0ede0c,0xdb0d1032,0x2e00004b,0xe000000b,0x3b000000,0xef6fc0ff,0xf266f140,0xf6c17d07,0xa14d0aa0,0x1dfa2fb4,0xf33223f3,0x3c1429c2,0x5841a000,0xed400000,0x0054000e,0xc5f6ee91,0xefefef0a,0x2f03df3c,0xe10c8047,0x2e800049,0x1000000b,0x60000000,0xf08fd3ff,0xe267efa0,0xf7416107,0x914609d0,0x16f90fbf,0xf35224f5,0xcc132722,0x183f4000,0xf2000000,0x0025000f,0x49fd7e48,0xef5fcf08,0xcefee07c,0xe00bd05b,0x2ed00045,0xc000000b,0x8a000fff,0xf23fe6ff,0xe264ee80,0xf7a14907,0x313c08c0,0x11f83fcc,0xf38219f7,0xcc062321,0xd63d1000,0xf7400000,0x0ffb000f,0xc1030e1d,0xf1dfbe06,0xff00e1ec,0xde0ac06b,0x2f200042,0x2000000b,0xb5000fff,0xf3dffaff,0xf25deec0,0xf7b13206,0xa1340730,0x0cf71fda,0xf3d20ff9,0x8bf71fb1,0x953a8000,0xfc200000,0x0feb000f,0xdf02fe1e,0xf43fb105,0x4f06e36c,0xde097075,0x2fa0003e,0xf000000b,0xe4000fff,0xf5100e00,0x2256efb0,0xf7f11706,0x012805d0,0x06f5bfe9,0xf4b205fb,0x4bea1d41,0x59378000,0x00600000,0x0fef000f,0xa0003e12,0xf49fa705,0xaf02e4fc,0xe808107f,0x3050003b,0x7000000c,0x1a000fff,0xf6d02200,0x4248efe0,0xf840fa05,0x611904cf,0xfef4fffa,0xf601e9fc,0xfbe21b91,0x2534d000,0x03000000,0x0ff5000f,0x54fdfe0e,0xf34fa606,0x6efce6ec,0xf3066086,0x31000037,0x5000000c,0x55000ffe,0xf8c03100,0x5234ef60,0xf890dc04,0xf108045f,0xf7f49002,0xf731c3fe,0x5be01a30,0xf8327000,0x04100000,0x0fef000f,0x27fc5e24,0xf1afb406,0xcef6e93c,0xff046089,0x31a00032,0xa000000c,0x93000ffe,0xfb303900,0x5219ef50,0xf900c404,0xa0f9047f,0xf1f3dffb,0xf80199ff,0x3be717a0,0xcc301000,0x03f00000,0x0ff3000f,0x18fb2e39,0xef6fbb07,0x2ef4eadd,0x0802308c,0x3220002e,0x6000000c,0xce000ffe,0xfe303f00,0x41fef000,0xf970b204,0x80ed03df,0xe5f31ffb,0xf8b159ff,0x5bf51470,0xa72e6000,0x03700000,0x0fff000f,0x1cfa0e40,0xed8fb407,0x0effebed,0x0801008f,0x32a0002a,0x7000000c,0xf9000ffe,0x01704f00,0x21e3f2b0,0xf9e0aa04,0x70e202af,0xd6f29006,0xf94113ff,0x3c0d0f80,0x8c2dc000,0x03000000,0x0ffb000f,0x1cf8ee31,0xee4fb707,0x3f17ecdc,0xff005090,0x33600026,0x4000000d,0x1c000ffe,0x05606d00,0x01c7f5f0,0xfa20a304,0x20d701df,0xcbf2100c,0xfa10e6ff,0x4c2b0b20,0x742d0000,0x02600000,0x0ffa000f,0x1df87e2f,0xee7fb907,0xdf2fee0c,0xf8ff408b,0x34600021,0x8000000d,0x49000ffe,0x09c08fff,0xc1a6f850,0xfa609e03,0xb0d1013f,0xc9f1a00b,0xfa80ccff,0x1c470960,0x5c2ba000,0x01c00000,0x0005000f,0x25f82e41,0xed4fc508,0x5f54ef2c,0xf2fe1081,0x3580001c,0xa000000d,0x7c000fff,0x0e50c1ff,0x6182fa80,0xfb309903,0x40be00bf,0xc8f1c00d,0xfab0b1fe,0xbc640830,0x412a5000,0x01200000,0x0013000f,0x39f86e58,0xecffeb08,0x7f73efbc,0xeefcc082,0x36600018,0x1000000d,0xaa000fff,0x12410aff,0x0160fd00,0xfc309203,0x30a8009f,0xc3f2400f,0xfb1099fe,0x8c8506b0,0x22294000,0x00600000,0x0021000f,0x51f88e73,0xed400908,0xcf74f04c,0xeafb9086,0x36f00014,0x9000000d,0xd2000000,0x13412000,0x214fff40,0xfcd08b03,0x609900af,0xbaf2b009,0xfb7086fe,0x5ca604e0,0x0b286000,0xffa00000,0x0027000f,0x64f81e83,0xeccffb08,0x3f57f0dc,0xe4fa7083,0x37000013,0xd000000d,0xf8000001,0x0fe0ad01,0x513e01b0,0xfcd08303,0x909700ff,0xb2f33ffe,0xfc0077fe,0x0cc702bf,0xfa281000,0xfec00000,0x0030000f,0x6cf7de95,0xeb6fe606,0x7f36f16c,0xdbf97075,0x37200015,0x2000000e,0x1e000002,0x0ac02802,0x41230370,0xfcb07603,0x9096019f,0xaef3cff5,0xfc9070fd,0xdce4003f,0xf127d000,0xfdb00000,0x0030000f,0x65f68ebc,0xeb0fe005,0x5f24f1fc,0xd1f90068,0x37900016,0xe000000e,0x46000002,0x06cfda01,0xc10d0450,0xfcf06303,0x408d025f,0xb2f44fef,0xfce065fd,0xccfdfe3f,0xeb277000,0xfce00000,0x002b000f,0x64f63ee7,0xeabfe004,0x8f1ef29c,0xccf8d060,0x38500018,0x6000000e,0x70000002,0x041fb201,0x40f404f0,0xfd805202,0xe07a02bf,0xb8f4ffed,0xfd5054fd,0xcd13fc7f,0xe0272000,0xfcb00000,0x002c000f,0x6bf81f1c,0xea7fdd03,0x5f19f2cc,0xc7f8e05b,0x39400019,0xa000000e,0x9f000002,0x02afa300,0xe0da04e0,0xfdf04202,0xa06902ef,0xbaf5eff0,0xfde049fe,0x1d27fb7f,0xd826e000,0xfc700000,0x002f000f,0x6ff93f51,0xe9dfd502,0x0f13f33c,0xc0f94051,0x3a00001a,0x9000000e,0xcd000002,0x022fa400,0x70c00480,0xfe303302,0x605c02ef,0xbdf6eff3,0xfe203ffe,0x7d38faff,0xd626a000,0xfc000000,0x002b000f,0x78fabf75,0xe98fd000,0xff0ef3fc,0xb9f98046,0x3aa0001a,0xa000000e,0xf7000002,0x01dfa200,0x20a70460,0xfe802a02,0x304f02af,0xbff80ff0,0xfe303bfe,0xfd49f9ef,0xd526a000,0xfb800000,0x0023000f,0x81fcaf99,0xe9dfcfff,0xef10f4ec,0xb2f9403a,0x3b100019,0xc000000f,0x1f000003,0x01af93ff,0xe08f04a0,0xfec02402,0x0042025f,0xc0f94ff0,0xfea036ff,0x5d5af8af,0xd226d000,0xfb200000,0x001e000f,0x87fe1fb4,0xea4fd1ff,0x3f17f5ec,0xabf89030,0x3b600018,0x2000000f,0x40000003,0x017f7cff,0xb07b0520,0xfee01701,0xe039027f,0xc1fa3ff1,0xff102fff,0x5d69f7bf,0xcd26f000,0xfb900000,0x001f000f,0x89fdefc1,0xea6fd5ff,0x0f17f76c,0xa5f7d027,0x3b800015,0xd000000f,0x5c000004,0x024f70ff,0x90680600,0xfe7ff902,0x003b03df,0xc0fb1ff2,0xff402bff,0x0d77f63f,0xca274000,0xfc800000,0x001e000f,0x89fcdfc4,0xeb8fdcfe,0xef0bfa5c,0x98f85014,0x3b700012,0x3000000f,0x78000004,0x03bf77ff,0x805606d0,0xfe4ff302,0x2039039f,0xbefc5ff8,0xffa021ff,0x2d81f56f,0xc8278000,0xfcd00000,0x001e000f,0x94fc1fc5,0xec6fe6fe,0xcf17fc2c,0x87f81008,0x3b50000f,0x0000000f,0x8f000005,0x045f88ff,0x704a06c0,0xfee00502,0x202c019f,0xbefd8fff,0xffe012ff,0x7d89f52f,0xc327d000,0xfcd00000,0x0026000f,0xa2fbafcd,0xebefecff,0x0f33fc1c,0x7df6c00d,0x3b30000d,0x2000000f,0x99000005,0x043f96ff,0x80460610,0xffd01201,0xf018ffdf,0xc2fea006,0xffe008ff,0xed8ef38f,0xbf286000,0xfcd00000,0x002f000f,0xa7fb7fea,0xeb8fe800,0x0f41fbac,0x75f5501a,0x3b10000b,0x8000000f,0x9e000005,0x044fa2ff,0x904605c0,0x00602b02,0x200cfdbf,0xc2ff800a,0x001fffff,0xdd93f1ef,0xb928f000,0xfd500000,0x003b000f,0xb7fbb013,0xebdfe901,0x2f58fb3c,0x68f3b022,0x3a90000a,0x3000000f,0xa0000006,0x04afacff,0xa0430520,0x00a05903,0x000cfa8f,0xb300600b,0x006000ff,0x7d9cf14f,0xb3299000,0xfdc00000,0x0042000f,0xc6fcc032,0xecdff501,0xaf87fa7c,0x50f18023,0x39600009,0xc000000f,0x9f000006,0x052fb1ff,0xa03d03d0,0x01205102,0xeffefa9f,0xb801a00d,0x009fffff,0xada3f1bf,0xaf29f000,0xfdc00000,0x0047000f,0xc9fd203e,0xeddffd01,0x8f75fadc,0x4ff1d027,0x39600008,0x3000000f,0xa9000007,0x05cfa6ff,0xa0330320,0x010ffc01,0x6ff3ff5f,0xd4028012,0x008fec00,0xada2f2af,0xae29e000,0xfd200000,0x004c000f,0xd3fcb043,0xee200001,0x6f12fe0c,0x61f5f020,0x3af00005,0x2000000f,0xc2000007,0x063f98ff,0xa0260390,0x00dfd400,0xeff4016f,0xde034012,0x00cfde01,0x5da7f25f,0xb02a4000,0xfc700000,0x0049000f,0xe3fc9044,0xeef00401,0x8eeaffdc,0x5ff7c017,0x3b500003,0xa000000f,0xd2000008,0x067f99ff,0xa01803a0 +}; + +u32 ANIM_ENTRY_fire_kneel_left_one_handed_weapon[] = +{ + 0xffd02400,0x2fd3fedf,0xf00600b1,0x01803c03,0xbd48009f,0xc72fe000,0xf7400000,0x00ae0000,0x2ef70fe7,0xf3cfedfd,0x3eef03ec,0x43ee2fd5,0x3c900001,0x0000000f,0xfb000feb,0xfd7fab01,0x70150370,0xffc02200,0x2fd3feff,0xef05d0b1,0x01a03b03,0xbd4800ff,0xc72ff000,0xf7200000,0x00af0000,0x2cf73fe8,0xf3cfebfd,0x2eed042c,0x40ee6fd4,0x3c800001,0x4000000f,0xfb000fec,0xfd2fad01,0x60160390,0xffb02100,0x3fd4feef,0xf005a0b1,0x01d03b03,0xcd47012f,0xc72fe000,0xf7200000,0x00b00000,0x2bf71fe8,0xf3dfeafd,0x4eed046c,0x3feebfd4,0x3c800001,0x9000000f,0xfb000fed,0xfcefb101,0x60160370,0xffb02000,0x3fd5feef,0xf00560b1,0x01f03c03,0xdd47014f,0xc72ff000,0xf6f00000,0x00b10000,0x2af73fe8,0xf3ffecfd,0x5eeb048c,0x3deeefd6,0x3c700002,0x0000000f,0xf8000fee,0xfc9fb301,0x50170370,0xffd01c00,0x3fd4feef,0xef0540b4,0x02003904,0x0d45015f,0xca2ff000,0xf6a00000,0x00b10000,0x2ef7afeb,0xf44feefd,0x9ee9048c,0x3bef5fdc,0x3c500002,0x9000000f,0xf3000fee,0xfc3fb801,0x40190360,0x00201800,0x5fd1fedf,0xee04f0b4,0x02003204,0xbd4101df,0xd12fb000,0xf5900000,0x00ad0000,0x33f7bff0,0xf4cff3fe,0x1eee041c,0x39efbfe5,0x3c100003,0x9000000f,0xed000fef,0xfbcfc601,0x401b0340,0x00701300,0x8fd1feaf,0xee0440ba,0x01c02c05,0xfd3a02bf,0xe32f5000,0xf3900000,0x00a00000,0x2df72004,0xf5c00cff,0x6efc034c,0x38efdfee,0x3bd00005,0x5000000f,0xe8000ff1,0xfb0fda01,0x301c0360,0x00900900,0x8fd8fecf,0xf10370c4,0x01202407,0x1d2f033f,0xf82ec000,0xf1e00000,0x00970000,0x21f6300e,0xf7201b00,0xef02022c,0x3befcff9,0x3ba00008,0x3000000f,0xdf000ff2,0xf9dfed01,0x201c03d0,0x00f00100,0xafdfff3f,0xf40220cb,0x00202007,0xad2203c0,0x082df000,0xf0d00000,0x00980000,0x16f5f004,0xf8001e02,0xbefb005c,0x40ef800e,0x3b40000b,0xb000000f,0xd0000ff4,0xf89fef01,0x201c0440,0x014ffe00,0xcfecff8f,0xf70050d2,0xff002008,0x1d1204c0,0x152cd000,0xf0100000,0x00a20000,0x1af66001,0xf8501f03,0xfee8fe9c,0x47eff023,0x3ab0000f,0x1000000f,0xbe000ff6,0xf78fda01,0x101d03d0,0x01000101,0x0009ff9f,0xfbfe30da,0xfdb01d08,0x6d0005d0,0x262bb000,0xef000000,0x00af0000,0x29f71ffb,0xf8201b03,0xced3fd9c,0x50f1902d,0x3a300012,0x8000000f,0xab000ff7,0xf64fb601,0x00220220,0x00d00c01,0x0027ff80,0x02fc20db,0xfc403008,0x1cf20660,0x362a9000,0xeed00000,0x00bb0000,0x2df95ff5,0xf7c01102,0xcecdfc2c,0x60f2e038,0x39c00016,0x9000000f,0x91000ff8,0xf50f8000,0xf02e0070,0x00d01d00,0xd041ff40,0x0afa70de,0xfb604e07,0x8ce80670,0x4529b000,0xef800000,0x00c40000,0x31f8cff8,0xf7200d02,0x0ed2fa6c,0x74f3504a,0x3960001a,0x9000000f,0x6e000ff9,0xf41f5500,0xd03cff00,0x00e02900,0x9059ff30,0x0ff920e0,0xfad06307,0x9ce30730,0x56292000,0xef900000,0x00c70000,0x3af63002,0xf6400b01,0x1ed1f8fc,0x86f3c061,0x3920001d,0x4000000f,0x49000ffa,0xf32f7200,0xc048fdb0,0x00b02600,0x40730020,0x13f830e5,0xfa507907,0xccdd0840,0x6928d000,0xefb00000,0x00c40000,0x41f65ff8,0xf6a007ff,0x6ec0f8bc,0x96f4a072,0x38f0001e,0x6000000f,0x25000ffb,0xf22fd400,0xb055fcd0,0x001026ff,0xf09000f0,0x18f750f3,0xf9808c07,0xecd808f0,0x7f28d000,0xeff00000,0x00bf0000,0x43f6efeb,0xf8c004fd,0xeea9f95c,0xa4f5707d,0x3890001d,0xf000000e,0xfd000ffb,0xf2d04800,0x9069fc10,0xff903cff,0xa0a70080,0x1ef70105,0xf880a307,0xccd60990,0x91290000,0xf0700000,0x00c10000,0x3ef75fe7,0xfa3ffffd,0x1e9af92c,0xb1f6108f,0x3800001d,0x7000000e,0xc1000ff9,0xf5609a00,0x708efa40,0xff305fff,0x80b9ffd0,0x24f73114,0xf7f0b507,0x3cd80a50,0x9e296000,0xf1300000,0x00c80000,0x44f73fdc,0xfadffbfc,0xfe8bf81c,0xbbf7f0a9,0x3740001f,0x3000000e,0x68000ff9,0xf6509c00,0x40c0f820,0xfe9091ff,0xe0c5feb0,0x25f8211d,0xf770b606,0xcce00b70,0xa42a0000,0xf1700000,0x00d00000,0x5bf68fbd,0xfa6ffbfc,0xfe95f65c,0xb9fb50b6,0x36000023,0x8000000e,0x07000ffb,0xf4a07f00,0x20eaf8d0,0xfe10cf00,0xa0cafe60,0x26f9f118,0xf660b405,0xfcf10c90,0x982ad000,0xf0c00000,0x00e00000,0x72f65f9e,0xf97ffefd,0x4eb6f43c,0xaf0120b2,0x34f00028,0xe000000d,0xac000ffc,0xf2006800,0x010ffbc0,0xfd610a01,0x90d40010,0x25fca10c,0xf550ac04,0x1d070dd0,0x852c3000,0xefc00000,0x00fd0000,0x77f6af9f,0xf79000fc,0xbec8f27c,0xab0880a1,0x3560002e,0xb000000d,0x4f000ffe,0xef7042ff,0xe140fcf0,0xfcd14f02,0xb0de01f0,0x21ffc0f3,0xf600a102,0xad1c0e20,0x812e5000,0xee000000,0x00fe0000,0x5bf6ffd2,0xf6a00cfb,0xfedff09c,0xa10d1085,0x36000034,0x9000000c,0xf4000fff,0xed4010ff,0xb16efaf0,0xfc619a03,0xe0e60360,0x2601f0d5,0xf6509d02,0x3d270e10,0x8e305000,0xeba00000,0x00ed0000,0x1cf6302a,0xf69011fb,0x0f0dee4c,0x8a0d9063,0x35d0003a,0x9000000c,0xa2000000,0xeb6ff2ff,0xb185f870,0xfc41d004,0xe0ea0620,0x330310af,0xf5e09202,0x0d2e0ed0,0xa631c000,0xe9500000,0x00e0000f,0xe6f5504c,0xf54ff7fa,0x3f30ec1c,0x750cb04f,0x3550003f,0xe000000c,0x56000000,0xe9ffe2ff,0xb18df6f0,0xfc61ee06,0x30f70ad0,0x4604707b,0xf5908501,0x7d360e70,0xca328000,0xe7600000,0x00dc000f,0xcaf69046,0xf34feffb,0x2f44eabc,0x620c8044,0x34700044,0x9000000c,0x0f000001,0xe83fd7ff,0xb188f640,0xfc91fe07,0xd1121100,0x6706b037,0xf5a08500,0xad3d0c40,0xf5320000,0xe5e00000,0x00d6000f,0xbff7f04a,0xefcfecfb,0xef4ae9dc,0x540da037,0x33900048,0xf000000b,0xcd000001,0xe66fd3ff,0xc17cf620,0xfc620409,0x313b1720,0x9809cff3,0xf5d08a00,0x0d4909f1,0x23306000,0xe5900000,0x00d4000f,0xbdf8f05d,0xebcff2fc,0x1f48e9bc,0x4c0fa029,0x3350004c,0xb000000b,0x92000001,0xe50fd0ff,0xd166f650,0xfc22140a,0x51651b60,0xce0cffc0,0xf5d07f00,0x4d5b06e1,0x562e2000,0xe6600000,0x00d7000f,0xcff79050,0xea7ff7fb,0x9f51e97c,0x3f10801e,0x33200050,0x0000000b,0x5e000001,0xe3cfccff,0xe14bf710,0xfc924c0c,0x51821c20,0xe60f3f94,0xf6106301,0x5d7302d1,0x992c0000,0xe6f00000,0x00d4000f,0xe0f5b039,0xeb2ffcf9,0xff84e93c,0x130f3ff5,0x32400053,0x4000000b,0x39000001,0xe28fc3ff,0xf13af780,0xfd62780e,0x11941cc0,0xf7108f6a,0xf6704303,0x0d8bfd61,0xda29d000,0xe7600000,0x00d7000f,0xd0f69040,0xecfffcf9,0x4fa7e8db,0xf50e6fc9,0x31900056,0x1000000b,0x22000001,0xe1afb8ff,0xf139f850,0xfd32720c,0xe1961fe1,0x15113f4d,0xf7802005,0x3da0f8a2,0x0f27f000,0xe8700000,0x00e4000f,0xa6f90065,0xef2ff6f9,0x0f8ce70c,0x160fbfca,0x32400058,0x7000000b,0x11000001,0xe10fb0ff,0xf134fa10,0xfd32740c,0x819d2171,0x26112f35,0xf8bfe707,0x5dabf622,0x4325c000,0xea100000,0x00e8000f,0x77fa907a,0xefaff9f7,0xff7de5fc,0x26105fc6,0x3260005a,0x4000000b,0x01000001,0xe09fa7ff,0xf12bfb60,0xfdd2860d,0x71a521d1,0x27114f1c,0xf95fb409,0x2db2f4d2,0x70228000,0xebd00000,0x00e5000f,0x47fb507e,0xeeaff4f8,0x1f82e57c,0x200fffb7,0x31f0005b,0x9000000a,0xf7000001,0xe06f9bff,0xf122fbf0,0xfeb2970e,0x81ad2251,0x25115f02,0xf9cf950a,0x4db5f362,0x921e6000,0xedc00000,0x00df000f,0x2bfc7090,0xed3fedf8,0x3f84e51c,0x200f9faa,0x31e0005c,0x8000000a,0xee000000,0xe01f8800,0x011bfcf0,0xfff2a70f,0xd1b122a1,0x1f10dee8,0xf9ff850a,0xedb5f062,0xaa1ad000,0xefb00000,0x00db000f,0x29fd60b0,0xed4fd4f7,0x6f8ae4bc,0x1f0f3f9e,0x31f0005d,0x0000000a,0xe4000000,0xe02f6f00,0x0112fe50,0x0162b711,0x41b322b1,0x1a109ed1,0xf97f810b,0x3dafeca2,0xb9184000,0xf1400000,0x00dc000f,0x32fdd0a1,0xee7fbcf7,0x7f8ee44c,0x1a0e9f98,0x31a0005d,0x3000000a,0xde000000,0xe05f5b00,0x010bff50,0x0242cc11,0xe1af2261,0x1a110ec0,0xf8cf820b,0x4da2e9c2,0xc2164000,0xf3000000,0x00de000f,0x41fda074,0xef6fa6f8,0x5f95e3ec,0x1c0d6f97,0x3180005d,0x3000000a,0xdd000fff,0xe06f4700,0x01070060,0x02c2e212,0x21a82231,0x1e119eae,0xf86f8d0b,0x2d95e912,0xc4136000,0xf4f00000,0x00c9000f,0x4cfb8053,0xecffa3f8,0x4fa1e38c,0x200c4f94,0x31c0005c,0xe000000a,0xe1000fff,0xe06f3000,0x01040160,0x03a2e813,0x31b42291,0x2611ee9c,0xf8af9f0a,0xfd89e9e2,0xc010a000,0xf6b00000,0x00b8000f,0x5bf93030,0xe9af94f7,0x7fa4e3fc,0x1a0c5f8c,0x31b0005c,0x2000000a,0xe9000fff,0xe07f27ff,0xf1000240,0x04d2e714,0x31b92321,0x24124e91,0xf8cfa90a,0xfd81e7b2,0xbe0fd000,0xf8000000,0x00c0000f,0x75f76007,0xebaf8cf6,0x7f9fe3fc,0x1a0c6f8b,0x3180005b,0x6000000a,0xf3000fff,0xe08f22ff,0xf0fe02a0,0x05b2e214,0x31b123d1,0x1c128e8b,0xf8ffa20a,0xfd7ae7c2,0xc40da000,0xf9300000,0x00bc000f,0x88f52fda,0xea5f80f6,0xdf93e32c,0x270c2f97,0x31b0005a,0xd000000a,0xf9000ffe,0xe08f1aff,0xf1010270,0x0672e014,0x71ab23e1,0x14127e8a,0xf91f980a,0xfd72e6e2,0xd60ab000,0xfa000000,0x009e000f,0x8cf47fc3,0xe81f75f8,0x1f8de2ac,0x2c0bbfa0,0x31b0005a,0x4000000a,0xfc000ffe,0xe08f16ff,0xf10601f0,0x0732df14,0xe1a523d1,0x0b12be8e,0xf90f8a0b,0x0d6be2b2,0xe809f000,0xfa200000,0x008a000f,0x84f53fc6,0xe9af8cf8,0x5f8be24c,0x2d0b4fa5,0x31900059,0xd000000a,0xfe000ffe,0xe08f14ff,0xf1060160,0x07f2e115,0x619e23e1,0x0112ee89,0xf99f850a,0xfd69e052,0xe00c7000,0xfa000000,0x00ba000f,0x6bf58fd6,0xec9fbef7,0xcf8ce1fc,0x2d0adfa9,0x31900059,0x6000000b,0x03000ffe,0xe08f12ff,0xf1040120,0x0872e515,0xe19d23e0,0xfc12de7f,0xfa5f860a,0xcd6ae002,0xd20d2000,0xf9b00000,0x00f8000f,0x52f57feb,0xecefecf7,0x3f90e1cc,0x2c0a5fa7,0x31c00059,0x0000000b,0x0a000ffe,0xe09f0eff,0xf10000e0,0x08d2ea16,0x519a2380,0xf5121e86,0xfb2f890a,0xfd68def2,0xd80aa000,0xf9400000,0x010c000f,0x35f56005,0xecdfe8f6,0xdf95e19c,0x2b09efa2,0x31f00058,0xd000000b,0x09000ffe,0xe0bf0bff,0xf1030100,0x0932ee16,0xb19222d0,0xea117e98,0xfb7f8d0a,0xfd69dc12,0xf4070000,0xf9c00000,0x00ea000f,0x20f53009,0xed1fc9f7,0x3f96e15c,0x2b099f9f,0x31f00058,0xd000000b,0x05000ffd,0xe0af0aff,0xf10a0150,0x0922ea16,0xa18c2290,0xe511cea5,0xfb4f8c0a,0xcd6cda63,0x0a044000,0xfa600000,0x00be000f,0x25f57ffe,0xecdfaaf7,0xdf92e13c,0x2e09bfa3,0x31c00058,0xc000000b,0x02000ffd,0xe08f0bff,0xf1090180,0x0932e616,0xd18c22b0,0xe5128ea7,0xfb6f810a,0x7d72d9c3,0x1302f000,0xfa400000,0x00a1000f,0x43f56ff8,0xec6f9af8,0x2f90e13c,0x2f09cfa4,0x31b00058,0xb000000b,0x01000ffd,0xe08f0cff,0xf10a0140,0x0972e617,0x218c22f0,0xe4128ea0,0xfb6f770a,0x2d78d913,0x17029000,0xf9a00000,0x0090000f,0x64f55ff2,0xecaf93f8,0x5f91e13c,0x2e099fa2,0x31b00058,0xa000000b,0x01000ffd,0xe05f0cff,0xf10a00b0,0x0992e717,0x41882300,0xe1128ea0,0xfb6f7b0a,0x3d79d923,0x1902f000,0xf8500000,0x0088000f,0x6cf68ffd,0xed0f88f8,0x3f94e0fc,0x2d095fa1,0x31c00058,0xa000000b,0x01000ffd,0xe03f0dff,0xf10800a0,0x09b2e917,0x41832320,0xdf12fea4,0xfbaf7c0a,0x4d7bd9a3,0x19036000,0xf7300000,0x0080000f,0x6af6f003,0xed0f80f8,0x3f94e09c,0x2f091fa1,0x31c00058,0xb000000b,0x00000ffd,0xe02f0bff,0xe10600a0,0x09c2e817,0x71852340,0xe012fea2,0xfbef750a,0x3d7cda03,0x19038000,0xf6a00000,0x0077000f,0x70f6affb,0xed1f7ef8,0x2f92e06c,0x30092fa1,0x31b00058,0xa000000a,0xfe000ffd,0xe02f0bff,0xe10700d0,0x09c2e617,0x81882340,0xe212bea4,0xfbff6b0a,0x5d7ada73,0x1b03b000,0xf6200000,0x0071000f,0x77f6bff5,0xed2f78f8,0x0f90e04c,0x2f097fa2,0x31a00058,0x9000000a,0xfc000ffd,0xe03f0dff,0xe1070150,0x09d2e417,0x81882360,0xe212cea7,0xfc0f640a,0x6d78d9e3,0x1c043000,0xf6000000,0x0070000f,0x75f6bff5,0xee3f75f7,0xdf8fe00c,0x2f09bfa5,0x31900058,0x9000000a,0xf9000ffd,0xe02f10ff,0xe10701a0,0x0992e117,0x41882370,0xe412dea5,0xfbff5f0a,0x7d76d933,0x1e049000,0xf6200000,0x0071000f,0x69f69ff5,0xef8f75f7,0x8f8ddfdc,0x3009bfa6,0x31900058,0x7000000a,0xf9000ffd,0xe01f14ff,0xe1080170,0x0972df17,0x01862380,0xe412dea8,0xfc0f590a,0x9d74da93,0x1d04c000,0xf6500000,0x0076000f,0x57f6eff0,0xeeff6ff7,0x6f8cdf7c,0x32098fa7,0x31a00058,0x7000000a,0xfa000ffd,0xe00f15ff,0xe10b0100,0x0972dd16,0xe1832390,0xe112ceab,0xfc4f570a,0xbd75dba3,0x1c04d000,0xf6600000,0x007b000f,0x48f75fef,0xee4f6df7,0x5f8adf2c,0x34097fa9,0x31a00058,0x7000000a,0xfa000ffd,0xdfff15ff,0xe10d00a0,0x0952db16,0xd1832380,0xe012beae,0xfc3f580a,0xdd76dbe3,0x1f04f000,0xf6900000,0x007e000f,0x41f7aff0,0xee0f68f7,0x3f89df1c,0x33098fa8,0x31800058,0x5000000a,0xfc000ffd,0xdfef17ff,0xe10c0070,0x0922da16,0xa1812380,0xe0129eb4,0xfc0f5a0a,0xcd79dbb3,0x21053000,0xf7300000,0x0080000f,0x3ff70fee,0xee5f65f7,0x3f87defc,0x36099fa8,0x31900058,0x6000000a,0xfd000ffd,0xdfdf16ff,0xe10b0080,0x08d2da16,0x61812390,0xe1129eb6,0xfc3f5c0a,0x9d7cdb83,0x22059000,0xf7b00000,0x0082000f,0x44f68fe9,0xeeff63f7,0x3f86decc,0x39099fa7,0x31a00058,0x7000000a,0xfe000ffd,0xdfdf18ff,0xe10b00a0,0x08b2db16,0x51812380,0xe2127eb7,0xfc5f5c0a,0xad7ddc13,0x22062000,0xf7600000,0x0084000f,0x4cf71fe8,0xeeff5ff7,0x1f87debc,0x3709afa5,0x31a00058,0x7000000a,0xff000ffe,0xdfef19ff,0xe10c00f0,0x08a2dc16,0x417d2380,0xe1127eb9,0xfc2f5c0a,0xad7edcf3,0x2206c000,0xf7300000,0x0084000f,0x4ff79feb,0xee8f60f7,0x1f8ade6c,0x3509afa6,0x31900058,0x8000000a,0xff000ffe,0xdfdf18ff,0xe10b0140,0x0862d915,0xf17c2390,0xe2126ebd,0xfc1f590a,0xbd7bdd63,0x2506e000,0xf7000000,0x0081000f,0x50f79fea,0xee2f62f6,0xcf87de2c,0x3709dfa9,0x31800058,0x9000000a,0xfe000ffe,0xdfdf1aff,0xe10b0160,0x0822d815,0xb17e2380,0xe5122ec0,0xfc1f5b0a,0xcd77dd43,0x2606f000,0xf6c00000,0x0083000f,0x52f78fe4,0xee6f61f6,0xaf86ddec,0x3909dfaa,0x31800058,0x9000000a,0xfe000fff,0xdfdf1aff,0xe10c0180,0x07d2d815,0x61802360,0xe711cec4,0xfc1f610a,0xdd74dd43,0x26072000,0xf6c00000,0x0086000f,0x56f76fe1,0xeebf64f6,0xbf84ddac,0x3c09efab,0x31800058,0x9000000a,0xfe000fff,0xdfdf19ff,0xe10b0170,0x0772d615,0x01832350,0xeb116ec8,0xfc3f650a,0xdd70ddd3,0x27073000,0xf6f00000,0x0088000f,0x62f75fe6,0xee4f67f6,0x9f81dd8c,0x3d0a1fab,0x31800058,0x8000000a,0xff000fff,0xdfdf1bff,0xe10b0190,0x0732d714,0xc1842330,0xee110eca,0xfc3f6a0a,0xed6ede43,0x26075000,0xf7300000,0x008b000f,0x74f74fea,0xee1f6bf6,0x6f81dd3c,0x3c0a0fac,0x31700058,0x7000000a,0xfe000000,0xdfff1cff,0xd10a01a0,0x06f2df15,0x118b2270,0xf3109ec8,0xfc4f710b,0x1d6cdd43,0x2607f000,0xf7300000,0x008d000f,0x8af76fe3,0xefef70f6,0xaf8cdd6c,0x2f09bfa2,0x31300058,0x7000000a,0xfe000000,0xe02f20ff,0xd10a01c0,0x0652e615,0x819e21b1,0x00102ec5,0xfc3f760b,0x7d6cdc83,0x25086000,0xf7100000,0x008f000f,0xa6f77fd1,0xf11f6cf7,0x0f99ddfc,0x1d09bf93,0x30e00058,0x6000000a,0xfe000001,0xe08f27ff,0xd10b0210,0x05b2e115,0x51ad21e1,0x0c100ec4,0xfc1f800b,0x9d6ddc73,0x20084000,0xf7400000,0x0091000f,0xb6f6dfbf,0xf0df6ef6,0xff94de2c,0x1d0a3f90,0x30b00058,0x4000000a,0xff000001,0xe0ff2cff,0xd1090250,0x0512d414,0xb1bb2291,0x140f9ec2,0xfc8f940b,0xad6ddc63,0x1c085000,0xf7a00000,0x0094000f,0xacf6ffc4,0xf0bf79f6,0xdf84de6c,0x270b0f96,0x30c00057,0xb000000b,0x04000002,0xe13f31ff,0xc1040210,0x0462c714,0x21ca22f1,0x1b0ecec2,0xfd1fb20b,0xbd6adcb3,0x17091000,0xf8000000,0x009f000f,0x8bf7bfdd,0xf12f7cf7,0x2f76dedc,0x300bbf99,0x30f00056,0xf000000b,0x09000002,0xe18f35ff,0xc1040190,0x0402c113,0xc1ce22c1,0x150ddec3,0xfd2fdc0b,0xbd62de23,0x120aa000,0xf8700000,0x00ae000f,0x61f89ffc,0xf18f82f8,0x3f70df1c,0x340bef9e,0x31300056,0x0000000b,0x0f000003,0xe22f39ff,0xc10400f0,0x0372bb13,0x21ce2221,0x0f0d0ec7,0xfcd0090b,0xcd52e093,0x0d0cd000,0xf8900000,0x00bc000f,0x40fa1014,0xf20f87f9,0x6f6bdf3c,0x340bcfa7,0x31700054,0xd000000b,0x19000003,0xe30f44ff,0xc107ffd0,0x0252b112,0x01d22131,0x100c5ed1,0xfc60320b,0xbd3be413,0x060fb000,0xf8500000,0x00c4000f,0x34fba024,0xf33f92fa,0xaf62df9c,0x3c0bffb3,0x31b00053,0x3000000b,0x26000003,0xe3ff50ff,0xc108fed0,0x0152a511,0x01d52021,0x100bfed4,0xfbe0630b,0x8d23e8f2,0xf912c000,0xf7d00000,0x00c1000f,0x37fc101e,0xf34f9efb,0xcf59e06c,0x410c6fc0,0x31e00051,0x0000000b,0x35000003,0xe4ef5aff,0xc107ff30,0x00929b10,0x21d31ec1,0x0b0baed7,0xfb50970b,0x1d0eebf2,0xe7177000,0xf7000000,0x00bb000f,0x52f9bfed,0xf5bf9afd,0x4f57e13c,0x3c0cdfd2,0x31e0004e,0x6000000b,0x4e000002,0xe5ff69ff,0xc1060060,0xffb2970f,0x51ce1cd1,0x070aeed5,0xfb50c20a,0x6cffeee2,0xcb1bd000,0xf5f00000,0x00a7000f,0x8af75fbb,0xf79f9dfe,0x4f61e24c,0x300cdfdf,0x31d0004b,0x7000000b,0x6c000002,0xe74f78ff,0xc1070210,0xff32880e,0x11c41b90,0xff0a2ed2,0xfb40de09,0x2cf4f3d2,0xad1e9000,0xf4b00000,0x007a000f,0xd9f57f8e,0xf58fa5fe,0xef5be2fc,0x330d4fea,0x31f00048,0x3000000b,0x94000000,0xe93f89ff,0xd1110300,0xfee2710c,0x71b41a80,0xf5098edc,0xfaf0ef07,0x7cebf7c2,0x91216000,0xf3800000,0x004a0000,0x14f44f7d,0xf2cf9cff,0x1f48e35c,0x3f0ddffd,0x32700044,0x8000000b,0xc5000fff,0xea7f9eff,0xe11c03b0,0xfea26a0b,0x419f1830,0xe908fee7,0xfa80fe05,0x7ce6f9f2,0x6c23c000,0xf3900000,0x00190000,0x27f4ff8d,0xf1cf9dff,0x6f4ce41c,0x3a0d4006,0x32700040,0xa000000b,0xfdfffffe,0xebbfb2ff,0xf12204a0,0xfeb2660a,0x21841550,0xd707def5,0xfa110d04,0x0ce9fae2,0x44266000,0xf3c00000,0x0ff60000,0x09f60fb5,0xf28fa5fe,0x9f54e4ac,0x350c600e,0x3240003c,0xd000000c,0x40000ffc,0xed5fb800,0x012b05d0,0xfea24e08,0xa1711300,0xcb069f0a,0xfa011203,0x3ceffb92,0x1c28e000,0xf4000000,0x0fe0000f,0xdff65fe6,0xf27fb3fd,0x6f48e5cc,0x3f0c6017,0x32300038,0x5000000c,0x8e000ff9,0xef0fbb00,0x11330720,0xfe021806,0xe16d1180,0xc4059f2b,0xfa40fd02,0x6cf7fde1,0xf62b4000,0xf4a00000,0x0fd6000f,0xb9f76003,0xf15fc0fc,0xcf23e82c,0x590d601f,0x32400033,0x2000000c,0xe4000ff7,0xf06fbd00,0x11320840,0xfd61d005,0xa17510e0,0xbd04af43,0xfa30e301,0xbd030001,0xcd2d2000,0xf5900000,0x0fd9000f,0x96f80021,0xef7fcafb,0xfef0eb8c,0x740ec027,0x3200002d,0xa000000d,0x3e000ff5,0xf1dfc1ff,0xf1270930,0xfd018404,0x51751110,0xb602cf40,0xfa60d601,0x6d150141,0x9c2e8000,0xf6700000,0x0fe1000f,0x6ff90039,0xee3fc8fa,0xbec5ee9c,0x870f7033,0x31f00028,0x7000000d,0x98000ff2,0xf32fc7ff,0xc10e09c0,0xfd917402,0x91460e10,0xa5014f3c,0xfb50d302,0x0d2900d1,0x642f4000,0xf6700000,0x0fdf000f,0x4afaf04b,0xf03fd4f9,0xfedeee1c,0x890b1042,0x31d00025,0xd000000d,0xe4000ff0,0xf3cfd6ff,0x70ea0a00,0xfdb14601,0x31300cb0,0x9800ef4d,0xfc10ca02,0xcd3f02b1,0x322f8000,0xf5d00000,0x0feb000f,0x37fc9054,0xf04fedfb,0x1edaef4c,0x9607b04e,0x32100022,0x6000000e,0x27000fee,0xf49ff0ff,0x10c20910,0xfdb10100,0x41270cd0,0x83008f61,0xfcf0b303,0x2d5c08e0,0xfd2fe000,0xf5300000,0x0023000f,0x33fbe04e,0xe9cfcdfb,0xfec8f26c,0x9b054056,0x32d0001d,0x1000000e,0x64000feb,0xf5a010fe,0xa0900620,0xfe70ccff,0xb1040c50,0x6500bf75,0xfdc09203,0xed790770,0xde306000,0xf4f00000,0x001a000f,0x38f9d049,0xeb9fdafc,0x0ecff43c,0x9401605f,0x33500018,0xc000000e,0x9c000fea,0xf5903afe,0x406101f0,0xff60a3ff,0x90db0b30,0x42012f8a,0xfe906f04,0xdd940430,0xc2309000,0xf4800000,0x000c000f,0x3ef8e04f,0xefdfe2fc,0x2eddf59c,0x89fcf062,0x33c00015,0x2000000e,0xcf000fe9,0xf55057fe,0x004bff50,0x00407cff,0xd0b20a10,0x1d017f9c,0xffa05005,0xcdaa0400,0xa4308000,0xf4100000,0x0006000f,0x42f8d05b,0xf1eff4fc,0x7ed6f70c,0x7ff8b067,0x33d00012,0x0000000e,0xfc000fe9,0xf4d054fd,0xe03dfe10,0x00c05900,0x20910910,0x0001ffab,0x00703b06,0x5dba0490,0x87302000,0xf3d00000,0x0003000f,0x3ef81065,0xf27003fd,0x2ecbf89c,0x74f54065,0x33b0000f,0x7000000f,0x23000fea,0xf4503ffd,0xa029ff10,0x00a03b00,0x207d07ff,0xf202afbf,0x00c02706,0x8dbd0450,0x722f9000,0xf3b00000,0x0ffd000f,0x35f8206f,0xf2a007fd,0xaed6fa0c,0x6df35059,0x33e0000d,0x9000000f,0x45000fe9,0xf44023fd,0x801a0220,0x00701fff,0xc06c072f,0xeb02ffd2,0x01101406,0x4db804b0,0x642f0000,0xf3b00000,0x0ffa000f,0x35f90079,0xf1b005fe,0xaef5fb1c,0x6df36054,0x34c0000c,0x9000000f,0x5a000fea,0xf3d002fd,0x701a0430,0x003003ff,0x8062075f,0xe502afd6,0x01d00b04,0xfdb10570,0x552ea000,0xf4000000,0x0001000f,0x45f94078,0xf06ffb00,0x4f10fc1c,0x6df52051,0x35b0000b,0xe000000f,0x64000fea,0xf39ff1fd,0x70200470,0xff7ff600,0x205f072f,0xd402efd8,0x02800303,0xbda70630,0x442e8000,0xf4100000,0x000d000f,0x68f8f05e,0xf08ff701,0xaf1bfd9c,0x65f5b03f,0x3580000b,0x3000000f,0x6f000fe7,0xf44fedfd,0x702304d0,0xfeefec00,0x9058069f,0xc6037fe6,0x02eff803,0x3d9a0750,0x352ea000,0xf3a00000,0x0019000f,0x9ff80022,0xf1400002,0xdf07ff1c,0x62f61030,0x3550000a,0x4000000f,0x74000fe3,0xf55fddfd,0x70290520,0xfe6fe900,0xb05105af,0xc0037ff6,0x033fef02,0xdd8e0790,0x282ed000,0xf3b00000,0x0025000f,0xeef70fda,0xf1f00d03,0x6ef3002c,0x64f5b025,0x35700009,0x8000000f,0x74000fdf,0xf66fc9fd,0x702e05e0,0xfe6ff400,0xd046042f,0xba03cfff,0x037fee02,0x4d840770,0x1a2f2000,0xf4a00000,0x00350000,0x39f5ffcd,0xf1d00b03,0x3ef7005c,0x64f4501d,0x35700008,0xe000000f,0x76000fda,0xf77fc1fd,0x703006b0,0xfeaffa00,0xf036031f,0xb4046003,0x03dff102,0x2d7a07c0,0x092fa000,0xf5300000,0x004d0000,0x68f5afe8,0xf07ff801,0xeefa003c,0x63f3f01e,0x35800008,0x6000000f,0x75000fd6,0xf89fbdfd,0x603306b0,0xfefff501,0x002602cf,0xb204800c,0x042ff402,0x8d71080f,0xfa301000,0xf5700000,0x00640000,0x6af60007,0xef5fe5ff,0xfef3004c,0x63f4b023,0x35a00007,0xf000000f,0x72000fd1,0xf96fb9fd,0x60350680,0xfeefed00,0xd021029f,0xb6044018,0x041ff103,0x2d68080f,0xf2304000,0xf5b00000,0x00740000,0x46f5c024,0xef1fdafe,0xdeeb00bc,0x66f5301e,0x35e00007,0xb000000f,0x74000fce,0xfa0fb4fd,0x603706c0,0xfebfea00,0xa01f023f,0xbc04201d,0x040fe803,0x8d6107cf,0xee305000,0xf6800000,0x007e0000,0x22f5802c,0xef2fd3fe,0x8ee4011c,0x6af50017,0x36200007,0x9000000f,0x76000fcb,0xfa7fabfd,0x50370730,0xfeafdf00,0xa01b029f,0xbd04101d,0x041fe303,0xbd5e073f,0xeb308000,0xf7600000,0x007e0000,0x09f5c01e,0xef7fd4fe,0x8ed3018c,0x6af54014,0x36300007,0x6000000f,0x7a000fc8,0xfaef9efd,0x403507b0,0xfe6fd100,0xa01a035f,0xc104301c,0x03dfe203,0xed5b06ef,0xea307000,0xf7f00000,0x007e0000,0x04f6600c,0xef9fd6fe,0x7ec2024c,0x67f5600e,0x36300006,0xf000000f,0x80000fc5,0xfb5f94fd,0x30330890 +}; + +u32 ANIM_ENTRY_aim_walking_one_handed_weapon[] = +{ + 0xfc0013ff,0xb0290cdf,0xf8053f21,0x01d0bef2,0x5cf5f253,0x3d104000,0xead00000,0x008d0001,0x0afe6ff0,0xd6af7cfb,0x2f5b056c,0x00f9d10b,0x3c90000a,0x2000000d,0x8800007f,0xf7bff000,0x0037fd00,0xfc6022ff,0xe0260b8f,0xf2052f26,0x0210bbf0,0x0cf8f1f3,0x450ff000,0xe9800000,0x008d0000,0xfefe0ffd,0xd6cf80fb,0x2f60076b,0xfefa0113,0x3c900008,0xc000000e,0x1000007e,0xf75fe300,0x0043fc40,0xfd203000,0x301b0b0f,0xe8054f1d,0x0220c6ed,0xecf9f123,0x3f0f5000,0xe8600000,0x00910000,0xfdfe0001,0xd6bf83fb,0x2f58091b,0xfdfad10e,0x3cc00007,0xa000000e,0xb300007d,0xf6cfcc00,0x0048fb70,0xfe003d00,0xa00e0a9f,0xdb053f17,0x02a0d5ec,0x2cf7f083,0x380e9000,0xe7b00000,0x00940001,0x00fdf003,0xd68f7ffb,0x5f4a0a8b,0xfefb60fd,0x3ca00007,0x1000000f,0x5700007b,0xf62fac00,0x004bfb60,0xfe404f01,0x200a09af,0xcf051f15,0x02e0deeb,0x0cfbefc3,0x390e0000,0xe7300000,0x008d0001,0x09fd8000,0xd67f87fb,0xcf510bfc,0x04f8c0e5,0x3c600007,0x8000000f,0xd1000079,0xf53f9b00,0x0051fd50,0xfdc06001,0x201208bf,0xd104df12,0x01f0e8ea,0x7cfdeef3,0x3d0da000,0xe7100000,0x00830001,0x1efd1fed,0xd6bf95fb,0xff680dcc,0x14f680d4,0x3cd00008,0xc000000f,0xf2000076,0xf45f9900,0x0063fe40,0xfcd06f00,0x901c086f,0xde04bf12,0x01c100ea,0xacf5ef03,0x370dc000,0xe6c00000,0x007f0001,0x2ffcefe6,0xd6cf94fb,0xbf8d0f7c,0x2ff850ce,0x3d90000a,0xc000000f,0xc8000075,0xf41f9f00,0x0063fb80,0xfc407800,0x301c086f,0xe504ff20,0x024114ec,0x0cf1f0a3,0x2c0f4000,0xe6400000,0x00800001,0x43fc6fde,0xd6df94fb,0x8fc30fec,0x44fa40cb,0x3e80000e,0x4000000f,0x94000077,0xf4bfb800,0x0034f9a0,0xfc0073ff,0xd01b088f,0xee060f21,0x01d116ee,0x0cecf253,0x2c10b000,0xe6000000,0x007f0001,0x54fbefd8,0xd66f9ffb,0x5fde0e2c,0x51fad0c5,0x3f800014,0xc000000f,0x6700007c,0xf6afc900,0x0ffff970,0xfbb067ff,0x401e097f,0xfc068f15,0x016118f0,0x6cdff383,0x27117000,0xe6400000,0x007c0001,0x5efc6fde,0xd5ffa9fb,0x2fd70b1c,0x66fa20bd,0x4060001d,0x1000000f,0x3500008a,0xfb9fc200,0x0ff5fac0,0xfb9052fe,0xb0220b00,0x07064f0c,0x01a113f3,0x2cd2f3f3,0x2011b000,0xe7800000,0x007d0001,0x5ffcdfe4,0xd65fa5fb,0x5fc307ac,0x7bf9f0ae,0x41700025,0x0000000f,0x1300009a,0x01efc800,0x000ffc00,0xfbe03afe,0x90210c80,0x09065f0a,0x020107f5,0xeccbf433,0x1e11d000,0xe9b00000,0x00800001,0x53fcffe1,0xd68fa1fb,0x3fab03cc,0x87fae096,0x4250002b,0xb000000f,0x0b0000a1,0x047fe200,0x0027fca0,0xfc7028fe,0xe0190dd0,0x00071f06,0x0220f9f8,0xacc6f3e3,0x1d122000,0xec600000,0x00800001,0x57fd9fca,0xd6afa3fa,0xef95ff7c,0x87fb8078,0x42800030,0xe000000f,0x1600009c,0x028ff500,0x003afd50,0xfd5014ff,0x500b0fff,0xf2077ef8,0x0280ecfb,0x1cc1f233,0x1711b000,0xef900000,0x007d0001,0x75fecfb9,0xd74fa2fa,0x6f78fb3c,0x85fc005c,0x42600033,0xa000000f,0x29000095,0x001ffa00,0x004afe30,0xfdcffcff,0xc006121f,0xe607aef0,0x0290e9fd,0x9cbbf083,0x1110d000,0xf2e00000,0x007e0001,0x74fe7fd1,0xd80fa2fa,0x0f5af7cc,0x82fc603a,0x42100034,0x0000000f,0x3d000091,0xfe5ff900,0x0054ff60,0xfdcfe500,0x400913bf,0xe007beef,0x0290d200,0x1cb6ef43,0x14100000,0xf6000000,0x00800001,0x7afe5fd8,0xd89fa5f9,0xcf3df53c,0x7efc6016,0x41800032,0x1000000f,0x4c00008d,0xfd0ffe00,0x005f00d0,0xfdafcc00,0xb01115ef,0xdb077ee4,0x0300b302,0x2cb4ed83,0x0d0e6000,0xf8700000,0x00830001,0x94fecfd9,0xd83f9ef9,0x9f22f36c,0x78fc2ff2,0x40e0002d,0xd000000f,0x5600008a,0xfbb00800,0x006b0270,0xfd8fb700,0xd018180f,0xdb070ed8,0x03909d04,0x1cb4ec33,0x010cb000,0xfa300000,0x00850001,0x9ffebfe7,0xd7df96f9,0xaf12f23c,0x73fc3fcd,0x40700027,0xe000000f,0x65000086,0xfa401700,0x007203b0,0xfd8fa700,0xa01c18cf,0xe206fedc,0x03408206,0x8cb6ebb3,0x060c1000,0xfb200000,0x00840001,0x94ff0fd5,0xd81f99f9,0xcf0bf18c,0x6cfc8fa9,0x40400020,0x3000000f,0x74000085,0xf9b03800,0x007a0490,0xfdef9d00,0x6016191f,0xe306dee0,0x03006609,0x3cb9eb53,0x0d0bc000,0xfb000000,0x00800001,0x89ffffb8,0xd84f99fa,0x0f0ff16c,0x5cfcbf8a,0x40200016,0xc000000f,0x83000086,0xfa406200,0x00840530,0xfeaf98ff,0xb00619cf,0xe506eed6,0x0340600b,0xfcc1eb13,0x070b4000,0xf9d00000,0x007a0001,0x7a00afad,0xd86f94fa,0x8f13f17c,0x55fc5f6c,0x4050000d,0x5000000f,0x97000086,0xfa408000,0x008f0600,0xff5f92fe,0xaff91a7f,0xef06becd,0x03906d0e,0x8ccae9f3,0x040a9000,0xf8300000,0x00700001,0x5a002fb2,0xd93f93fa,0xff06f17c,0x5afc1f4c,0x40d00005,0x8000000f,0xa8000085,0xf9c07d00,0x009906b0,0xffaf8dfd,0xcff51a8f,0xfc069ece,0x03307e10,0x7cd0e943,0x0c0a2000,0xf7000000,0x00670001,0x2cffefae,0xd9ff92fb,0x2ee9f13c,0x5cfc9f34,0x41100000,0xf000000f,0xa2000083,0xf9105f00,0x00a706c0,0xff5f89fd,0xbffb1ac0,0x00060ed0,0x03207d11,0x1cd5e933,0x0a098000,0xf7600000,0x00640001,0x14ff7fae,0xd99f8ffb,0x2ee0f0cc,0x5bfd7f22,0x40700001,0x4000000f,0x80000082,0xf8804c00,0x00b406e0,0xfebf80fe,0x10011baf,0xf805cecc,0x03807b10,0xfcdfe8c3,0x02097000,0xf8300000,0x00610001,0x0cff6fb8,0xda2f8ffb,0x4edff09c,0x5aff2f16,0x3ee00004,0xe000000f,0x50000087,0xfa703a00,0x00b106f0,0xfdff73fe,0xd0001cef,0xe7061ec7,0x04107d10,0xbcece8d2,0xf80a2000,0xf8700000,0x00600001,0x0c002fbb,0xdaff94fb,0x4ee3f0ac,0x5601ef13,0x3d400009,0x2000000f,0x0f000092,0xfeb03c00,0x009e05f0,0xfd4f7500,0x3fff1c6f,0xca066ecf,0x04807410,0x3cf4ea22,0xf90ba000,0xf8400000,0x00640001,0x1900efb8,0xdaff99fb,0x8f07f05c,0x4003cf27,0x3bf0000e,0x0000000e,0xad000096,0x00406000,0x006f0450,0xfcff8a01,0x5ffc1aaf,0xaf067ed6,0x04f05f0e,0xfcf7ec02,0xf90d5000,0xf7f00000,0x00680001,0x45014fb6,0xda5f9afb,0xdf1cf04c,0x26030f57,0x3b000012,0x1000000e,0x2d000092,0xfed06300,0x001b0420,0xfccf9701,0x6000194f,0xb0068edc,0x04f0610c,0x8cf2edf2,0xfa0e9000,0xf8700000,0x006d0001,0x6000cfb6,0xda4f97fb,0xef0ef18c,0x2001ef91,0x3ac00014,0x2000000d,0xa900008c,0xfc804b00,0x0fc00420,0xfc9f9a01,0x200c17ff,0xc0069ee8,0x04707a09,0xfceaef02,0xff0f3000,0xf7e00000,0x00710001,0x5b000fbd,0xdabf97fc,0x0f00f3dc,0x1e017fd1,0x3b200014,0x4000000d,0x34000088,0xfac03900,0x0f900250,0xfcdfac01,0x000e15ef,0xc5068ef7,0x03f09307,0x9ceaf053,0x0a0fe000,0xf5600000,0x00730001,0x52ffbfbc,0xdabf97fc,0x1f04f5ac,0x1500101b,0x3b600013,0x9000000c,0xd7000085,0xf9d02700,0x0fa80010,0xfd5fc200,0xb00e142f,0xcb065f08,0x0340ab04,0xbcedf123,0x17106000,0xf2900000,0x00780001,0x49ff7fbb,0xd9df96fb,0xef0ef74c,0x10fe1063,0x3ba00012,0x7000000c,0xa1000084,0xf9601400,0x0fceff20,0xfd4fd200,0x701212bf,0xda066f16,0x0250bf01,0xdceff1b3,0x22109000,0xf0800000,0x00820001,0x3eff2fcf,0xd8ff98fb,0xbf22f9cc,0x09fcd09b,0x3be00010,0xd000000c,0x97000083,0xf9000b00,0x0febfeb0,0xfc9fe200,0x2016107f,0xec069f1f,0x0160c2fd,0x8cf1f223,0x2c10b000,0xeee00000,0x008c0001,0x31fe9fde,0xd7bf99fb,0x6f35fe4c,0x06fba0cc,0x3c20000e,0xf000000c,0xac000082,0xf8900200,0x0011fe50,0xfc3ff6ff,0xb01d0eff,0xf6064f1c,0x0100c1f9,0x8cf2f243,0x3510a000,0xed300000,0x00940001,0x1efe3fe0,0xd6af9afb,0x2f4a015c,0x04fa40ea,0x3c60000c,0xe000000c,0xf2000081,0xf82fff00,0x001ffdb0 +}; + +u32 ANIM_ENTRY_aim_walking_left_one_handed_weapon[] = +{ + 0xfe8009fe,0x90370dc0,0x3008821b,0x01708df6,0x9d512b90,0xd0359000,0xe1100000,0x04110000,0xa8fd4ff7,0xf0f04002,0x5f4b02bc,0x0bf7012e,0x3c900008,0x0000000d,0xb1000019,0xf7bff2ff,0x603e0130,0xfe9016fe,0xc0380cf0,0x2d08721b,0x015083f4,0x9d5e2b30,0xd1355000,0xe0600000,0x04160000,0x98fcdfed,0xf0e04001,0x7f4b04ec,0x09f6a130,0x3cb00007,0x1000000e,0x35000017,0xf6dfe3ff,0x603bff70,0xfef01fff,0x40330c80,0x22085219,0x01407df2,0xdd672ac0,0xd0354000,0xdff00000,0x04180000,0x9afdbfeb,0xf1704100,0x8f5306ac,0x01f7212a,0x3cd00006,0x6000000e,0xca000015,0xf61fe0ff,0x5036fd30,0xffb02700,0x20280ba0,0x1107921c,0x00907bf1,0xad6d2ac0,0xce355000,0xdf100000,0x041c0000,0xa9fee010,0xf1904101,0xbf4c07fb,0xf7f6a126,0x3c400006,0x0000000f,0x56000013,0xf56fd1ff,0x6039fd40,0x00903301,0x101b0abf,0xfe07121d,0x00507cf0,0xed6c2ad0,0xcb357000,0xded00000,0x04220000,0xb6ff002b,0xf1604202,0xcf4d08fb,0xedf3b127,0x3b600006,0x2000000f,0xbc000011,0xf4bfc8ff,0x60400090,0x00c04301,0xc01909cf,0xf307321b,0x00b07ff0,0xad662ac0,0xca357000,0xdf200000,0x04240000,0xbcfee026,0xf1104702,0x2f5d0a3b,0xedf11126,0x3aa00007,0x2000000f,0xe700000f,0xf3dfc4ff,0x604503c0,0x00005301,0xe02908df,0xf707021f,0x004089f0,0x5d5f2ad0,0xce357000,0xe0b00000,0x04240000,0xbaffa01e,0xf0f04701,0x1f780bdb,0xfcf17120,0x3a300009,0x1000000f,0xcd00000c,0xf2efc6ff,0x704c0440,0xfef05c01,0x80370870,0x0207a21f,0x0070a7ef,0x2d632ad0,0xcd35a000,0xe4600000,0x04220000,0xa3fdb018,0xf1004500,0xefa20d3c,0x10f47115,0x3ab0000b,0xd000000f,0x9700000c,0xf2afdaff,0x603e02c0,0xfe706301,0x303907e0,0x09091222,0x0160bcf0,0xbd5a2b60,0xc9360000,0xe6400000,0x041d0000,0xa7fc2015,0xf0f04402,0x3fcd0d1c,0x21f87107,0x3bb00010,0x6000000f,0x7400000e,0xf3aff0ff,0x30080010,0xfdf05a00,0xa0390850,0x140a222a,0x01b0b3f5,0x3d372c70,0xc5369000,0xe6100000,0x04120000,0xe1fc9011,0xf1904502,0xafd60b7c,0x35fc20fa,0x3d600017,0x4000000f,0x4f000017,0xf6cff2ff,0x1fdbfd90,0xfd8043ff,0xa03e09c0,0x270ae235,0x0230a6f8,0xed162d80,0xc536f000,0xe7800000,0x04080001,0x1cfcf001,0xf2604302,0x6fc1088c,0x54fe10ee,0x3f70001f,0xd000000f,0x1f000024,0xfc1fe2ff,0x1fe1fd40,0xfd6035ff,0x00440b00,0x340b2235,0x02e0a8fb,0x0d032e00,0xc836b000,0xea000000,0x04060001,0x41fe2ff0,0xf2504202,0xafab04bc,0x71fe40de,0x40a00028,0x4000000e,0xfd00002d,0xffbfdcff,0x3ffffe10,0xfdb02efe,0xe0460c70,0x380b1228,0x0350b3fd,0x7cf32dd0,0xcd361000,0xeaf00000,0x04070001,0x5a004fdf,0xf1e04402,0xcf9f006c,0x7bfec0c6,0x4130002e,0x9000000e,0xf500002c,0xff5ff9ff,0x401dfde0,0xfe502aff,0x603f0e00,0x2d0aa21c,0x0320bb00,0x0ce92d40,0xce358000,0xec400000,0x040b0001,0x7cffffcb,0xf1204802,0x8f8afbbc,0x79ffc0ab,0x41200032,0x6000000f,0x01000027,0xfd5015ff,0x5031fcf0,0xff101700,0x00371090,0x200a5214,0x0300c202,0x1ce52cd0,0xcf353000,0xedd00000,0x04090001,0x9bff5fbb,0xf0f04b02,0x3f62f79c,0x7700708f,0x40d00033,0x7000000f,0x16000024,0xfbe01dff,0x6045fcf0,0xff3ff700,0x703c13b0,0x1c09920a,0x0250cb04,0x2ce42bf0,0xcc349000,0xee000000,0x040b0001,0xa5ffbfb8,0xf1504901,0xff2ef51c,0x77011068,0x40600031,0x8000000f,0x2d000020,0xfa901dff,0x7050fe20,0xfedfe400,0xc0491540,0x1b08d203,0x0170c106,0x0cde2b20,0xc5343000,0xee700000,0x04100001,0xa4001fb8,0xf1a04801,0xbf0df36c,0x75019037,0x4010002d,0x5000000f,0x4700001e,0xf9a029ff,0x70580030,0xfebfd400,0xe04d1640,0x1b0861fc,0x0060b308,0x1cd82a30,0xbe344000,0xeed00000,0x04100001,0x9cffafbd,0xf1f04801,0x7f06f13c,0x6c002ffa,0x3f900028,0x6000000f,0x6900001c,0xf8f037ff,0x80680260,0xfeffbe00,0xe04a16a0,0x1d0811f5,0xffa0a909,0xdcd32930,0xb7344000,0xef000000,0x04100001,0x88feefc4,0xf2104801,0x4f07efdc,0x60fdffcb,0x3f300020,0xd000000f,0x8300001b,0xf85052ff,0x90780400,0xff5fac00,0xc0421740,0x2207d1ee,0xff40a20b,0x2cd028c0,0xb2343000,0xef300000,0x040f0001,0x76fe7fcd,0xf2304301,0x7f09ef9c,0x55fd3fab,0x3f100018,0x0000000f,0x9500001c,0xf8b073ff,0x90830550,0xffef9d00,0x70391810,0x290801ea,0xff109e0c,0x2cd12880,0xb1342000,0xef700000,0x04110001,0x74fe6fc1,0xf2504001,0x7efcefec,0x4dfc9f8d,0x3f30000e,0x4000000f,0xa800001c,0xf8d07dff,0x90860690,0x008f98ff,0xb02d1870,0x330871ea,0xff609b0c,0xecd328a0,0xb2344000,0xefc00000,0x04100001,0x74fe8fbb,0xf2204501,0x7ed4f00c,0x4bfbcf74,0x3fa00005,0xf000000f,0xb200001b,0xf86060ff,0xa08c07f0,0x013f8efe,0xb02518f0,0x3f0871f2,0xff80960d,0x3cd22900,0xb834a000,0xf0100000,0x040d0001,0x77febfc1,0xf2004901,0xcea4ef6c,0x51fbff61,0x40100001,0x4000000f,0xab00001a,0xf80032ff,0xb09b08a0,0x014f86fe,0x30271970,0x4607f1f5,0xff209a0c,0x8cd62940,0xbe34d000,0xf1000000,0x040d0001,0x7cfeafc5,0xf2304901,0xeea9ee9c,0x59fcef51,0x3fd00001,0x6000000f,0x93000019,0xf7d02dff,0xb0ad08b0,0x00af83fe,0x403419e0,0x4707b1eb,0xff50920b,0xccd92950,0xc3351000,0xf1800000,0x040e0001,0x8bfecfc2,0xf2804801,0xbec0ee0c,0x5efdef40,0x3f000005,0x8000000f,0x6c000019,0xf7b02eff,0xc0ba0870,0x001f7bfe,0x60391ac0,0x4307e1e0,0xffe0880b,0x0cdf2960,0xc0358000,0xf1b00000,0x040e0001,0x95ff0fc1,0xf3404601,0x9ed0ee3c,0x5fffdf38,0x3e200009,0x4000000f,0x3800001e,0xf9b025ff,0xc0bb0780,0xffbf6ffe,0xc0311b80,0x340841dd,0x0000830a,0x4cea29e0,0xbb363000,0xf2000000,0x040a0001,0x8ffebfc6,0xf3a04601,0xbef9eeec,0x55028f45,0x3d40000b,0x1000000e,0xe5000028,0xfdc03fff,0xa09a0610,0xffaf72ff,0x90211b00,0x160801e5,0x00007f09,0x0cf22ad0,0xbc371000,0xf2700000,0x04000001,0x87fe8fce,0xf3b04701,0xef1bef1c,0x40030f72,0x3c70000d,0xb000000e,0x6c00002b,0xfee062ff,0x70520570,0xffff8900,0x7011196f,0xf60851ed,0x01208606,0xecf92b60,0xbc37a000,0xf2600000,0x03fb0001,0x86fedfd6,0xf4004801,0xff19ef4c,0x2b00ffb5,0x3ba00010,0x4000000d,0xde000028,0xfd704fff,0x2ff104c0,0xffef9f00,0xd01117ef,0xef0911f2,0x02109b04,0x8cfd2bd0,0xbe377000,0xf1200000,0x03fb0001,0x88ff4fd0,0xf4004801,0xdf0ff0ac,0x20ff2ffa,0x3b200011,0x8000000d,0x58000024,0xfbe02dfe,0xef9f0330,0xffbfac00,0x9019169f,0xfd0971f9,0x0200b302,0x1d002c30,0xc236e000,0xef600000,0x03fb0001,0x7dff0fcc,0xf3b04901,0xcf1af2bc,0x19fe203c,0x3b600011,0x4000000c,0xf4000021,0xfaf024fe,0xdf8a0220,0xffffbbff,0xf01614f0,0x0b09d204,0x0230c3ff,0xad052ca0,0xc4369000,0xed700000,0x03f90001,0x6bfe8fcd,0xf3204701,0xff30f4dc,0x14fce082,0x3be00010,0x0000000c,0xb2000020,0xfa7026fe,0xffb30200,0x002fcfff,0x50141330,0x160a0207,0x0270c1fd,0x4d0f2cc0,0xc4366000,0xeaf00000,0x03fe0001,0x68fe2fd2,0xf2504201,0xaf38f71c,0x14fb70c1,0x3c60000e,0x7000000c,0x9a000020,0xfa401aff,0x1fdc0310,0xffdfddfe,0xe01b11f0,0x2109d209,0x0240bcfb,0x3d1d2c80,0xc435f000,0xe8400000,0x04070001,0x40fdcff2,0xf2004001,0x9f3afa1c,0x13fa60ef,0x3ca0000c,0x9000000c,0xaf00001f,0xfa100eff,0x2ff903b0,0xff6fecfe,0xa0241090,0x29097211,0x0220b3f9,0xed2d2c10,0xc635b000,0xe5400000,0x040b0001,0x03fe8008,0xf2103f01,0xef49fd0c,0x10f93110,0x3ca0000a,0xf000000c,0xe700001d,0xf9600bff,0x40160340 +}; + +u32 ANIM_ENTRY_aim_walking_right_one_handed_weapon[] = +{ + 0xfe1fc2fd,0x0046fb9f,0xe709edab,0x035060f6,0x0d4edc2f,0xf3263000,0xebb00000,0x024b0000,0xc9fd9fe8,0xeaafcdf4,0x2f3d053c,0x10f9e12a,0x3ea00005,0xd000000d,0x9000003e,0xfa0010ff,0x702a0110,0xfe4fccfd,0x8044facf,0xdf0a9da8,0x031057f4,0xfd5bdc5f,0xf6263000,0xe9600000,0x02490000,0xbdfd9fec,0xea9fd1f4,0xaf3e06cc,0x07fa7134,0x3eb00004,0xc000000e,0x0300003c,0xf90009ff,0x70290150,0xfebfd7fe,0x203cfa2f,0xd70b5da3,0x02604df4,0x4d61dc90,0x00263000,0xe7b00000,0x02470000,0xb0fd5fed,0xeaefd7f4,0xef3b080b,0xfefae132,0x3e900004,0xd000000e,0x8c000038,0xf79ffaff,0xa01c0050,0xff4fe1fe,0xb031f98f,0xd10b9da1,0x01b046f3,0xfd62dd10,0x0a263000,0xe6d00000,0x02450000,0xa5fceff0,0xeaafd4f4,0x7f37094b,0xf8fa3124,0x3e400004,0xc000000f,0x1f000034,0xf68fe800,0x1016ff50,0xffbfefff,0x3027f87f,0xcc0c0da5,0x012046f3,0xed5fdd60,0x0f265000,0xe6d00000,0x02490000,0xa2fccff3,0xea3fd0f4,0x9f390a7b,0xf7f80110,0x3e100005,0x5000000f,0xa1000031,0xf59fda00,0x5021fed0,0xffdffbff,0x7023f7af,0xcb0c2da5,0x01304ef4,0x0d58dd90,0x11264000,0xe7700000,0x024b0000,0xa2fcdff3,0xea4fd1f4,0xef400bab,0xfdf550fe,0x3e800006,0x7000000f,0xec00002d,0xf4bfcf00,0x6031fe50,0xff7004ff,0x6027f72f,0xcf0bdd9f,0x01405cf4,0x5d4bddb0,0x13261000,0xe8a00000,0x024c0000,0xb1fcbfee,0xea2fd5f4,0xff580ccc,0x0bf5a0f7,0x3ee00008,0xa000000f,0xe600002b,0xf40fce00,0x5039fd50,0xfef00aff,0x402af68f,0xd60b9d9e,0x00a066f5,0x9d3bddd0,0x1725d000,0xea200000,0x024f0000,0xd4fcbfe1,0xea8fdaf5,0x1f7e0d6c,0x1af7e0f6,0x3f40000c,0x2000000f,0xb1000029,0xf3dfd900,0x2028fdb0,0xfe500bfe,0xf02cf63f,0xde0c1da2,0xffd068f7,0x9d2addd0,0x1725a000,0xeb600000,0x02500001,0x04fd4fcf,0xeb7fdff5,0x8f980d4c,0x2cfac0ec,0x40000011,0x1000000f,0x8400002b,0xf4afd9ff,0x3ff1ffa0,0xfd8006fe,0x7030f67f,0xe90c7da9,0xffd065f9,0x8d16ddd0,0x1625b000,0xed000000,0x02510001,0x2afd0fc5,0xebbfdbf5,0x7fa60bfc,0x44fd40dc,0x41200018,0x0000000f,0x55000031,0xf79fd1fe,0x0fcc0050,0xfd1ff4fd,0xc02ff77f,0xf60cbdac,0xffb053fb,0x6d01ddf0,0x1625d000,0xefb00000,0x02510001,0x40fb8fc0,0xeb5fd6f5,0x4f9c097c,0x5fff00cf,0x42a0001f,0xf000000f,0x2500003b,0xfcffbefd,0x9fdb0060,0xfd3fddfd,0x6029f90f,0xfd0d3da8,0xffb036fd,0x4cf2ddd0,0x15263000,0xf2d00000,0x02500001,0x46fc9fc3,0xeb5fd2f5,0x3f89060c,0x750100bd,0x43f00027,0x5000000f,0x08000043,0x02cfb8fd,0xd0030010,0xfd5fd1fd,0x9024fa5f,0xf70dfda0,0xffc024ff,0x7ceadd80,0x0e267000,0xf4d00000,0x02520001,0x39fd8fbf,0xeb8fd3f5,0x3f7d022c,0x7d02509d,0x4430002d,0x5000000f,0x0b000043,0x04efcbfe,0x501ffee0,0xfdcfc5fe,0x501bfbcf,0xea0ded98,0xfff01601,0x5ce4dd20,0x07268000,0xf6200000,0x02540001,0x27fd7fb2,0xebcfd4f5,0x3f67fe0c,0x7c03207f,0x43b00031,0xd000000f,0x1800003c,0x030fe2fe,0xd034fdc0,0xfe1fb1ff,0x2013fd4f,0xdc0dcd97,0xffc00903,0x5ce1dd40,0x04267000,0xf7600000,0x02580001,0x1efdafb1,0xec0fd2f5,0x9f46fa5c,0x7b02c062,0x42b00033,0xf000000f,0x26000037,0x00efeaff,0x5044fdf0,0xfe1f92ff,0x8015ff7f,0xd50d5d97,0x003fff04,0xccdbdd20,0x05263000,0xf7d00000,0x025a0001,0x18fdafbb,0xebdfcff5,0xdf1af7ac,0x82025039,0x41e00033,0x7000000f,0x3f000032,0xff5fe7ff,0xd04afe80,0xfddf6dff,0xd01f026f,0xcf0cad91,0x015ff805,0x7cd8dc60,0x08260000,0xf8400000,0x025b0001,0x16fd7fb6,0xebdfcdf6,0x2eeaf5fc,0x8f03100c,0x41400030,0xf000000f,0x5b00002f,0xfd9fdb00,0x4052fe50,0xfd6f6100,0xa02503af,0xc10c6d8e,0x018fef06,0xecd6dc50,0x0425c000,0xf8600000,0x025c0001,0x0ffdafb4,0xebbfccf6,0x2ed5f45c,0x88024fe2,0x3ff0002c,0xa000000f,0x7300002c,0xfbefe100,0x905efe90,0xfccf6701,0x202f038f,0xba0c6d8e,0x00efe408,0x1cd2dc30,0x06253000,0xf8500000,0x02590001,0x0bfe2fbd,0xebffcbf6,0x1edaf30c,0x78ffefb3,0x3ec00026,0x9000000f,0x8c00002a,0xfaaffb00,0xb06aff90,0xfbef6f01,0x2043031f,0xbc0bcd93,0x013fd708,0xbcccdc60,0x0924b000,0xf8800000,0x02550001,0x0ffe7fc2,0xec0fccf5,0xcee3f30c,0x68fdef7d,0x3e40001e,0x8000000f,0xa300002a,0xfa802200,0xc07000b0,0xfbaf7100,0x904e02ef,0xc50b6d9a,0x018fd209,0x2cc8dce0,0x09244000,0xf8800000,0x02560001,0x11fecfc5,0xeb6fc7f5,0x8edff3bc,0x60fcef51,0x3e700014,0xe000000f,0xb500002c,0xfaf03e00,0xb07d0180,0xfc1f74ff,0x804f02bf,0xd60bbd9b,0x00afc909,0x2cc3dca0,0x0b240000,0xf8800000,0x02550001,0x11fe3fc3,0xeb2fc3f5,0xdec9f42c,0x5ffc3f34,0x3f40000b,0x7000000f,0xbe00002d,0xfac04000,0xa08b0250,0xfd1f74fe,0x5044029f,0xe70b9d9c,0x006fc308,0xdcc0dc70,0x0d23d000,0xf9400000,0x02520001,0x0efd1fc3,0xeb0fbff6,0x4eacf3bc,0x61fbaf27,0x40000003,0xe000000f,0xba00002f,0xfa903300,0x809b0340,0xfddf70fd,0x903b029f,0xf00b3da2,0x00cfbb08,0x8cbbdc30,0x1323c000,0xf9b00000,0x024f0001,0x11fd2fc2,0xeadfb9f6,0x0ea2f2fc,0x62fbdf1f,0x400000ff,0xa000000f,0xa8000032,0xfaf03800,0x50ab0440,0xfd8f6bfd,0x704202df,0xef0adda5,0x011fbd08,0x0cbbdbd0,0x1623c000,0xf9700000,0x02470001,0x0dfd7fc6,0xea8fb6f5,0xbea9f2bc,0x65fd4f11,0x3f300000,0x7000000f,0x89000034,0xfac04600,0x20b60520,0xfd0f63fd,0xa04a038f,0xe40adda7,0x01bfc307,0x8cc0dbb0,0x14240000,0xf8f00000,0x02410001,0x0afdbfc9,0xea1fb3f5,0x2e97f2ac,0x6cff8f02,0x3e200004,0x8000000f,0x67000037,0xfb9027ff,0xf0b905f0,0xfccf59fe,0x0043045f,0xd70b2da5,0x021fcb07,0x3cc5dbb0,0x0a248000,0xf8600000,0x023e0001,0x0fff0fcd,0xe9bfb4f4,0xce8df30c,0x6a028efe,0x3cf00007,0x3000000f,0x3d000040,0xff0012ff,0xa0a306e0,0xfcaf53fe,0xa03704ef,0xc30bad9d,0x027fdc06,0xacccdb70,0x01252000,0xf7e00000,0x02340001,0x04ff7fd7,0xe9efc0f5,0x0eb5f34c,0x5b051f0d,0x3bf00009,0x6000000e,0xf8000042,0x01b042ff,0x20720620,0xfcaf5bff,0x702c048f,0xaf0bdd9e,0x02ffe505,0x1cd5db9f,0xf625d000,0xf8c00000,0x022d0001,0x0cfe1fd5,0xe9dfcbf4,0xeefcf22c,0x4405cf34,0x3b80000d,0xa000000e,0x9300002b,0x013064fe,0xa02a0490,0xfcdf67ff,0xb02603bf,0xa60b6da5,0x036fe803,0x1cd9dbdf,0xf0263000,0xfa300000,0x022a0001,0x27fcdfc2,0xe91fd3f5,0xcf13f1cc,0x3904df71,0x3b700011,0x0000000e,0x14000018,0xff3035fe,0x1fd50430,0xfd1f6dff,0x902802ef,0xaa0a6dab,0x036ff101,0x3cd9dc0f,0xf4262000,0xfa700000,0x02260001,0x35fc3fb8,0xe95fd7f6,0x5f06f45c,0x3403bfb6,0x3ba0000f,0xe000000d,0x9400001e,0xfe900cfd,0xaf900390,0xfdaf7dff,0x6022014f,0xb20b1db5,0x02200bff,0xdcd8dc4f,0xff25c000,0xf9900000,0x02210001,0x2efbffd0,0xea3fd5f6,0x1ef6f60c,0x27021002,0x3be0000e,0xf000000d,0x2b00002e,0xfe0021fd,0x9f810190,0xfe5f89ff,0x4019ffdf,0xb50badbf,0x02002afe,0x7cdfdcb0,0x07258000,0xf8500000,0x02210001,0x11fcefe6,0xea2fd7f5,0xaee8f76c,0x2000d048,0x3c40000e,0x3000000c,0xe400003a,0xfd3033fd,0xcfa40050,0xfe8f94fe,0xd01cfeff,0xba0b1dbb,0x02d035fc,0xdcf0dcf0,0x06259000,0xf6400000,0x022b0001,0x07fe1fe4,0xe9cfcff5,0x0eddf98c,0x20ff5082,0x3d10000c,0xf000000c,0xc2000040,0xfc402cfe,0x0fc500e0,0xfe8fa1fe,0x0022fe1f,0xc50a9db3,0x030043fa,0xed0ddc80,0x0225a000,0xf4600000,0x02370000,0xfcfdefe9,0xe9efc8f4,0x3eddfc0c,0x1ffdc0b2,0x3da0000b,0x9000000c,0xbf000045,0xfb602cfe,0x3fe30220,0xfe3fadfd,0x4038fd4f,0xd90a9db1,0x02f053f8,0xbd29dbbf,0xff25c000,0xf2500000,0x02410000,0xf1fe2fe6,0xea6fcbf3,0xcf13fe8c,0x19fa70db,0x3df0000a,0x1000000c,0xe5000043,0xfac023fe,0x600602e0,0xfdffb8fc,0xd046fc7f,0xe80a2daf,0x030060f7,0x4d3bdbdf,0xfa260000,0xef000000,0x02480000,0xdffe1fe0,0xeacfcff4,0x0f3e024c,0x16f9c10d,0x3e300007,0xf000000d,0x31000041,0xfa601dfe,0x901d0340 +}; + +u32 ANIM_ENTRY_aim_running_one_handed_weapon[] = +{ + 0x08608000,0x308408df,0xf2edcf41,0x0611acf4,0x1d93cd12,0xd9f5fc31,0xc813b501,0x30e10271,0x7200a086,0xe01fb4f9,0x0f23fb7c,0x0c01927a,0x3f70481d,0x005c2efb,0x92cfdff5,0xec5fedff,0x4109ff00,0x07a079fd,0xd0930750,0x30ed2f6e,0x0471a2f4,0x4d74cb23,0x00f27aff,0xc884e101,0x50d20291,0x8efeb089,0xe03fc4f9,0x2f3d031c,0x20025260,0x41103018,0x30466ebb,0x0f91500c,0xf37043ff,0x10fefa00,0x080066fb,0xe0860750,0x5dee8f8b,0x02c1a0f6,0x1d53c9b3,0x1cef1a41,0xc9d59b01,0x70c302b1,0x90fd308b,0xe17fc7f8,0xff43063c,0x3304d23f,0x43102d17,0x80427a4a,0x0e86c029,0xfd3070fe,0xf0f4f900,0x097055fb,0xa06407e0,0x6befff93,0x00d1b5f9,0x6d44c763,0x2beb59dc,0xcb25fe01,0x80ad02c1,0x63fd60a4,0xe29fc4f9,0x3f50058c,0x2e075223,0x4470451d,0x70587df9,0x3683502d,0xfee078fe,0xe0eff910,0x0a7044fc,0xe0540960,0x5bf01f8f,0xff11cdfc,0x1d4bc0c3,0x27e5d9e5,0xcaf5f401,0x708f02a1,0x0dfea0a0,0xe4efc0fa,0x3f58035c,0x120bb215,0x44b08828,0x00947ed8,0xe2826028,0xfce06efe,0xa0e0f6d0,0x09c034fd,0xf06e0a70,0x54ef9f8e,0xfdc1d6fe,0x2d50b8c3,0x09dc3a6e,0xc9756e01,0x40750270,0xd4001078,0xe4dfacfa,0xbf4701ac,0x030f420d,0x45c13d33,0x513c7e09,0x2a834024,0xfb807afe,0x30c1f750,0x07502efd,0x40a90a90,0x77ee2f8f,0xfc41d300,0x5d47b8f2,0xddd76bc9,0xc8241b01,0x10630230,0xca00e053,0xe24f9cfa,0x7f2b004c,0x1e1011f3,0x48346e39,0xd45e7bb9,0xc285901e,0xf960a2fe,0x10b6fa00,0x06a030fa,0xf0c20bf0,0xb2ecbf7a,0xfab1d902,0x4d27bbc2,0xb5d77dae,0xca724000,0xf05a0210,0xdc00a05c,0xe18f9bfa,0xaf10faec,0x650fe1dd,0x4b66df33,0x16c378ba,0x42883016,0xf6b0b7fe,0xd0ecfba0,0x09203efa,0x909f0ec0,0xabeb7f4c,0xfb81cf05,0x5d13bdb2,0x95daae88,0xcec17001,0x10640221,0x18ffb076,0xe09f99fb,0x0ef7f03c,0x930dd1cc,0x4b37522d,0x572f76fa,0x7989c010,0xf4c0c400,0x113efd90,0x0bc047fc,0x20721170,0x6ceabf18,0xfe21b309,0xdd19bfc2,0x7ddfbe95,0xcf416401,0x206b0241,0x0f00c086,0xe14fa5fa,0x6ed5e54c,0x9b0b4192,0x4867512d,0x472f77ba,0x6589100c,0xf350db00,0xd16bff70,0x0d0040fd,0xc0521590,0x2beb9ed8,0x0101c90d,0x8d3dc272,0x60e61e65,0xcdd19101,0x00620220,0x9f01709a,0xe46fbdfa,0x4ea9ddcc,0x9b0a612a,0x45c6e732,0x96c97a0a,0x17871007,0xf1a0e500,0x514effe0,0x0c301eff,0xd0531b1f,0xecec5e97,0x0421f10f,0xad6fc602,0x39ec7e3c,0xccd1b801,0x10670230,0x63006096,0xe43fbcfa,0xde77dc3c,0x880ba0a5,0x42c45a39,0x94497c09,0xbb854005,0xf100e4fe,0x80d8ff10,0x0afff601,0x00591fbf,0xc1ecbe6b,0x06b1fc11,0xcd90c992,0x1bf27e23,0xcc51d001,0x507d0280,0x6bff507b,0xe2bfbafa,0x5e46dddc,0x790d403e,0x40111530,0xe1167cd9,0x8f848004,0xf0c0c6fc,0x7038ff30,0x0a5ff301,0x004e213f,0xb2edbe52,0x07c1f914,0x2da5cbf2,0x0df84e17,0xcc01dc01,0x808f02c0,0x6effe047,0xe3cfbdf9,0x5e48df8c,0x630cf008,0x3f106c23,0x407c7c39,0xbb851002,0xf03063fb,0x9ff40000,0x0b100100,0x001e214f,0xa6ef4e45,0x07f1fc15,0xcdbeceb1,0xfefdae1a,0xcbf1d901,0xc0a60310,0x64ffc026,0xe4ffbcf8,0xee77dfec,0x4e0c1006,0x3fe02c16,0xe042799a,0x38875002,0xf03011fb,0xc00400a0,0x0bb00cfe,0x7ff0214f,0xa7f0ee3d,0x07e20a15,0xcdd3d1f1,0xec019e32,0xcc61c202,0x20c20370,0x67ff3017,0xe4cfb9f8,0x8ecadfec,0x430b3014,0x4130140e,0x802773ca,0xd48ca003,0xf07034fc,0x00160210,0x0aa00ffd,0x8ff820cf,0xbdf21e3e,0x07d20d13,0xddd8d451,0xe3035e6e,0xcdc18902,0x80df03d0,0x72ff2ffd,0xe3bfb3f7,0x9ef8e09c,0x410a6012,0x41f0110d,0x3024636b,0x689c3002,0xf01071fc,0x20210260,0x087008fd,0xc0261fcf,0xd3f27e53,0x07f20510,0x0dd6d501,0xeb031eb1,0xcfc14a02,0xc0ef0410,0x83fe9ff5,0xe32fa8f6,0x7ec5e28c,0x4709900a,0x41501910,0x802e2a5b,0x90d47009,0xf23036fc,0x703a02e0,0x06600fff,0xd0591d1f,0xcbf13e7b,0x0841fd0b,0x1dd9d491,0xfc011ed0,0xd0e12d02,0xe0f50430,0xa7fe700b,0xe2af9df5,0x7eb7e40c,0x2907a01c,0x3e803117,0xb0470e9b,0x11ef8016,0xf69009fc,0xf05f04a0,0x06b03a02,0xc064176f,0x9bef0ea9,0x08f1f004,0xcdd8d3c2,0x13007ee1,0xd1911e02,0xd0ec0420,0xbaffd02a,0xe22f9ef5,0x2f02e2fb,0xe0042077,0x3b806221,0x407407aa,0x91f6100e,0xf40027fd,0x60820760,0x08705103,0x905811af,0x8bee4eea,0x07c1c1fe,0xcdcbd0e2,0x4cfeaedd,0xd1412202,0xd0e90420,0xd300f03d,0xe19fabf6,0x7efee3ab,0xde02a117,0x3a908726,0x5095059a,0x4ff80ffd,0xee9017fd,0xe0a609f0,0x09505203,0x00580e6f,0x9eee4f1b,0x05f196fa,0x3dc3d0d2,0x75fc5ea4,0xcf115702,0x50ef03c0,0xf301605d,0xe11fadf8,0x4ed3e80c,0x000311b6,0x3be08626,0x6093066a,0x6df74ff3,0xeb9fe8fe,0x50ca08a0,0x09506402,0xa0670c4f,0xb4ee7f2a,0x059195f6,0xcdb6d112,0x92fb7e08,0xcb41eb01,0x80f102c1,0x25018071,0xe0bfaff9,0x1ee3ee7c,0x0002f22b,0x3d406b23,0x207b0bda,0xe9f21ff1,0xeb1fccfe,0xf0f40530 +}; + +u32 ANIM_ENTRY_aim_running_right_one_handed_weapon[] = +{ + 0x06900ffe,0x104a025f,0xabf52df9,0x0f114cf7,0xfdc6cd20,0x3206ce72,0xcdd18600,0x304100c0,0xb201a02c,0xe72fdbfc,0x7f2efbcc,0x2703624c,0x4110431e,0x4054486b,0x97ba5ff8,0xeb7031fe,0xd0cdfe10,0x072020fc,0x204e010f,0xd7f4ddf1,0x0eb155f7,0xcdbdcc70,0x42072df8,0xcb51f900,0x303e00c0,0xcb01102b,0xe7cfdcfd,0x0f46015c,0x3b03922c,0x42003018,0x1046729a,0xdd8db016,0xf36052fe,0xb0c4fac0,0x079022fa,0xf03b006f,0xf8f63de6,0x0cb161f8,0x5db7cb80,0x4a07ada1,0xca124e00,0x304000c0,0xc500602c,0xe8bfddfc,0xcf4e03dc,0x49041203,0x42d03519,0x904a7b29,0xeb860024,0xf7607cfe,0xc0caf920,0x08e012fb,0x00140090,0x01f81de9,0x0aa170f9,0x3db4cac0,0x4a081d7d,0xc9927100,0x404800e0,0xab009026,0xea3fdffc,0x5f4b02fc,0x430671e7,0x43a05921,0x306a7e49,0x1c83001f,0xf600a1fe,0xd0d0f770,0x09fffafc,0x1ff701bf,0xf2f8fde4,0x09b17ef9,0x5db7cad0,0x4207ed9e,0xc9f25100,0x404f00f0,0x80010013,0xea8fdefc,0x2f3f00ec,0x2b0b81e4,0x4450b32b,0xf0bb7f08,0xc8821017,0xf3a0c1fe,0xd0cdf4b0,0x093fe6fd,0x7001032f,0xdef88dd3,0x0a1189f9,0x9dbecb10,0x3806cddb,0xcad21600,0x50530100,0x57012000,0xe99fdafb,0xef27fffc,0x1b0e61e2,0x44b1c936,0x81c27e98,0xf782a012,0xf200dafe,0xa0bcf500,0x069fd5fd,0xe032045f,0xddf69dc7,0x0b1196fb,0x6dc7ca00,0x3d049dfe,0xcb81f400,0x404900e0,0x3a018005,0xe85fd5fc,0x0f03000c,0x2e0e31c8,0x4585be38,0x55a97d39,0x6b84200b,0xf030eefe,0x4097f860,0x048fbefc,0x60680540,0x03f3adcd,0x0bd196fe,0x3dbcc7a0,0x5101ee49,0xccf1ac00,0x303f00c0,0x35035ffc,0xe77fcffc,0x5edefe0c,0x680f51b1,0x48c7372f,0x27177a79,0xff86a001,0xeda0fbfe,0x80b4fa10,0x05cfb0fa,0xf06505b0,0x1ef12dd5,0x0d118f01,0x5d99c610,0x61008ed3,0xd1512b00,0x303b00b0,0x43040ff6,0xe71fc9fc,0x4eb9f60c,0xa70f61b8,0x4ae79327,0x576d776a,0x6c896ff9,0xeb810bff,0x7108fc30,0x07afabfb,0x50500730,0x07eefdc6,0x0f919304,0x3d7ec560,0x5c00ef3c,0xd7b0cc00,0x202f0090,0x3f02501c,0xe6dfcafb,0xde90ebec,0xd00c81a3,0x48c7a924,0x7782760a,0x938a9ff3,0xea412600,0x6152ff80,0x084f9cfc,0x5046098f,0xe0edadac,0x12518607,0xad69c5b0,0x53029f71,0xdcd09d00,0x202c0080,0x1301b03b,0xe65fcefb,0x5e5fe3ec,0xed0b5153,0x46378f27,0xc769776a,0x70895ff0,0xe9713600,0xd1700140,0x080f86fd,0xd0400c3f,0xadecfd90,0x15117e0b,0xad68c750,0x44050f85,0xdf108c00,0x202d008f,0xd501402f,0xe63fd2fb,0x7e3ddf9c,0xf10c80e2,0x43971e30,0x46fd7a0a,0x18870fef,0xe9312600,0x615100a0,0x07bf72ff,0x10300eef,0x7fed9d75,0x16a1830f,0x6d76c960,0x2e077f8e,0xe0208400,0x202b008f,0xc2ffd020,0xe66fd9fc,0x3e2bde5c,0xe30ea07b,0x4154a639,0x64947bf9,0xbf855ff1,0xe9b11bff,0x30f1fec0,0x077f68ff,0xc02110cf,0x5bee8d64,0x17218712,0x2d89ca30,0x1909df98,0xe1607c00,0x203500af,0xc9fe500a,0xe6bfdafb,0xde27df5c,0xc80fa038,0x3f511731,0x01187c79,0xa384dff5,0xeab109fd,0xd072fe70,0x078f6fff,0xf011113f,0x4aefdd56,0x16b18513,0xed9ac9c0,0x0b0bafa1,0xe2b07300,0x404800ef,0xd5fd6fe6,0xe7ffd5fb,0x0e41e0fc,0xa00f5023,0x3e506a23,0x207a7b79,0xe185bff9,0xeba0cafd,0x202dffb0,0x088f83fe,0xeff1106f,0x54f23d49,0x14f19415,0x2db0cadf,0xfb0c6fa8,0xe3c06d00,0x505a011f,0xe6fcbfd1,0xe8dfd6fa,0xee73e1dc,0x830e5033,0x3f502e17,0x8044783a,0x67889ffd,0xec908bfd,0x40360040,0x091f96fd,0xbfd80f3f,0x6af52d49,0x1201a715,0xadc3ccdf,0xf10bffa9,0xe3c06c00,0x6065013f,0xeefc9fd5,0xe97fe1fa,0xeeafe2ac,0x6f0d5046,0x40901810,0x602d70eb,0x028f4000,0xed408efd,0x90540070,0x086fa5fd,0x1fd70daf,0x84f93d55,0x0e11ab15,0x0dccce9f,0xf60a8fa5,0xe3107000,0x6066013f,0xf5fd2fea,0xe9efedfb,0x3ecde39c,0x600c404c,0x4120160f,0x202a5a3b,0x85a53003,0xee109afd,0xc06a0100,0x067fa8fd,0x8fef0d4f,0x8cfb4d63,0x0c21aa12,0x8ddacf2f,0xf508cf9f,0xe2307400,0x6065013f,0xf6fd9000,0xe8ffeafc,0x0ea2e52c,0x580b9049,0x40402113,0x003721bb,0x80dcf015,0xf3005afd,0xf07e0280,0x045fb700,0x00180c9f,0x6ef7dd6e,0x0e51a10d,0x6debcddf,0xef072f9a,0xe1807900,0x605d012f,0xf1fdb011,0xe89fe3fc,0x6ea8e52c,0x2d0a005c,0x3d30451c,0x205a0dbb,0x06f0501e,0xf5a052fe,0x30910530,0x043fde02,0xc03109bf,0x44f4ed8b,0x10917e07,0x8deecc8f,0xed06af92,0xe0608000,0x50590110,0x02fe001e,0xe89fe8fc,0x8ee7e3ab,0xe907a0b1,0x3a307d25,0x008c07fa,0x99f5c00d,0xf0b076fe,0x60a307c0,0x04dfe803,0x003b07af,0x45f50dbe,0x10014b02,0xcde5cc4f,0xfa067f78,0xdd209700,0x50540100,0x18ff3021,0xe80fecfc,0xeed5e4ab,0xf006d135,0x3a80a729,0xb0b1062a,0x64f77ff9,0xeb906afe,0xa0bc0870,0x056fe302,0x303e06cf,0x53f57de5,0x0ee135fe,0x6ddfcd20,0x0b063f4d,0xd900bd00,0x404e00f0,0x3b00902e,0xe70fe1fc,0x3eb8e80c,0x0c05d1b8,0x3d20b02a,0xa0b906da,0x7bf6dfec,0xe8904dfe,0xf0d90700,0x05dff001,0x203e056f,0x68f58df8,0x0e813dfa,0x4dd6cd90,0x18063f0f,0xd460f400,0x404900e0,0x61016038,0xe6afdafb,0x6eddf01c,0x1504b218,0x3fa09728,0x60a20b6a,0xe2f28fe7,0xe76037ff,0x00e20440 +}; + +u32 ANIM_ENTRY_aim_running_left_one_handed_weapon[] = +{ + 0x06306402,0x708912f0,0x7bf03203,0xf31152fd,0xcd791881,0x8d362e4a,0xccc1ae1c,0x932f1b70,0xcf01508f,0xefd00602,0x77368163,0xecfad228,0x3ac03019,0x6042e48c,0xa21b1ffd,0xefdfe8fe,0x30bffd80,0x06405401,0xb07b1150,0x95f32216,0xf46156ff,0x7d5e1af1,0x6b35ae5a,0xcd419c1a,0xc32519b0,0xc7ff908d,0xf0f00f01,0xe7387d23,0xf5fdc213,0x3b802916,0x3039f69d,0x740a1014,0xf7200cfe,0x20bafb70,0x07d03d01,0x705c1090,0x9af64220,0xf4e15d00,0xcd411d61,0x4e352e90,0xcee16919,0xa31f18a0,0xb8feb07c,0xf0c01c00,0xe72d7d13,0xf5021208,0x3ce03319,0x3048fbce,0x3505701e,0xfa804efe,0x20bbf9a0,0x09203402,0x00430fd0,0x93f7d225,0xf4717502,0x4d2a1f91,0x4334aeb5,0xd0414618,0xa31717c0,0xa1feb06e,0xefd02600,0xd7337ef3,0xeb06e1fb,0x3eb05821,0x4069fdae,0xac03b01c,0xf9e091fe,0x40c3f730,0x08d04202,0xa0420e10,0x96f8322b,0xf3619a03,0xbd192151,0x4f346edf,0xd2111f18,0x03121720,0x80ffb06b,0xef301c01,0x174b7ff3,0xeb0bf1e1,0x3f60a42a,0xe0adfdce,0xb8039018,0xf860a0fe,0x40c3f400,0x06a06702,0x505f0b20,0xaff7822a,0xf231cd04,0xcd102321,0x70348f0e,0xd490f517,0x13081640,0x5801407a,0xed001c00,0x976e7ff4,0x050ca1b7,0x40315c34,0x4159fcce,0x71049013,0xf6e08ffe,0x10b6f3e0,0x03408500,0xb09c0910,0xddf4d224,0xef920804,0xfd092421,0xa4350f35,0xd720d216,0x930315d0,0x45025073,0xeb901bff,0x777e8064,0x3d0b3181,0x41b41939,0xe40afaae,0x0506800f,0xf56085fe,0x80d6f4c0,0x02e080fe,0xa0b70a61,0x0af1820f,0xebe23805,0xccfa24b1,0xcf35ff54,0xd9b0b716,0xb30215e0,0x4e02304b,0xeb9001ff,0xd76a8544,0x730c7171,0x45968735,0x766ef81d,0xa608c00a,0xf3f08eff,0xb124f4b0,0x067065fe,0xe0a00f40,0xfcef41e3,0xe9c25c07,0xfcf523f1,0xe0369f66,0xdb70a717,0x53071670,0x5f023034,0xeafff300,0x773f8ee4,0x770db182,0x49070c31,0x46edf63d,0x730a7006,0xf280b400,0xf170f620,0x09a04500,0x60971500,0xd3ed21b6,0xe8426b0a,0x5cf52191,0xe1358f76,0xdd409917,0xf30d1710,0x61027035,0xebeff700,0x271d9844,0x630d216b,0x48c70c31,0x36edf67d,0x780a3001,0xf120d602,0x01a5f8c0,0x0b602102,0x109c1a50,0xaaecd198,0xe8626e0c,0xdcfc1f91,0xd2347f88,0xdf708917,0x33061660,0x4702203c,0xedc000ff,0xb70c9eb4,0x480c711b,0x46868335,0x5669f8fd,0xc2080ffe,0xf020d602,0x31aefaf0,0x0bcff404,0x00ad2000,0x82ef3174,0xeaa26e0f,0x6d141dd1,0xb733ef93,0xe0c08016,0x63011590,0x3200b034,0xee6fffff,0x06fca124,0x280de0a4,0x4363fe39,0x93eefbce,0x3a058ffd,0xeff0c601,0x0171fb40,0x0bdfc705,0x30ba2560,0x64f1e14c,0xed826a11,0x8d331cd1,0x9633af97,0xe1707c16,0x43021570,0x23fff01d,0xed9ff4fe,0x36e7a1b4,0x1310b040,0x40516233,0xb15ffd5e,0x9b040ffd,0xefe0b3fe,0xd0ecfa90,0x0c0fb305,0x80af28a0,0x4bf3e130,0xf0026513,0x8d511c51,0x7133ef9e,0xe2807616,0x33021570,0x0dffb007,0xedbff5fe,0x46e9a203,0xff10b00e,0x3e00aa2a,0x30b3fd9e,0xa803cffd,0xefe091fc,0xe05dfc70,0x0c4fb705,0x308d29d0,0x31f59120,0xf2125615,0x9d711c71,0x5534ffa2,0xe3207216,0x03001540,0x12ff5fef,0xef2001fe,0x46fda1f3,0xed0f0001,0x3cc05a20,0x706cfc6e,0x5504efff,0xf04058fc,0x2024ff40,0x0c8fca04,0xc06629f0,0x15f6910f,0xf3724816,0xcd961ca1,0x48365fa3,0xe3307216,0x43021580,0x2afedfe4,0xef0005fd,0xa715a183,0xd70d2ffe,0x3d102f17,0x7045f99d,0xc9076001,0xf0f021fc,0x80420000,0x0c0fe204,0xa05029a0,0x03f750fc,0xf4a23f16,0x8db91c61,0x42380fa3,0xe3107216,0xd3061600,0x1cff0fec,0xee6001fd,0xa728a083,0xbb0a7ff2,0x3d801d11,0xd032f46d,0x390c0002,0xf15019fc,0xe05f0080,0x0aefed03,0xe05029b0,0x0af7b0fc,0xf6422a15,0x6dd41be1,0x4639bf9e,0xe2507618,0x230f1730,0x0bffeff0,0xee2003fd,0xf7179fe3,0xc2087fe3,0x3db01e12,0x5034e81c,0xaf17b008,0xf3301ffd,0x106c0140,0x099fed03,0x10652980,0x1df67111,0xf6c20413,0x7ddf1ba1,0x593b0f96,0xe1307d1a,0xe32119c0,0x1d002ff0,0xed3ffdfe,0x86f2a033,0xe3077fe4,0x3e303b19,0xf050b76c,0x64478012,0xf66018fd,0x60830270,0x08800404,0x807c26e0,0x0ef35123,0xf5c1d40f,0xddd41a01,0x803bcf91,0xe0a0821d,0xa3301c60,0x35007008,0xec1ff1ff,0x2712a073,0xc704e010,0x3d907223,0x808291ac,0xd26c800a,0xf3d02dfd,0xc09f04e0,0x08d02006,0x607a22df,0xe9f0c141,0xf501a80b,0x9db81801,0xa63bef88,0xdf80891f,0x53391df0,0x3b022033,0xeb0fe7ff,0xb72e9f23,0xa402407c,0x3ad09d28,0xa0a888ed,0x5174dffb,0xef3030fe,0x20b90830,0x09702706,0x106c1f2f,0xecef3176,0xf3f18207,0x1da21611,0xb43b3f68,0xdbd0ad20,0x433f1ef0,0x3a03405b,0xeb3fe800,0x971a9c03,0xc1ff2112,0x3900a529,0x90af867d,0x92773ff0,0xec101efe,0x80d40a50,0x09b03505,0x10671b80,0x08ee51a7,0xf3015b02,0x7d9c14b1,0xb5398f2c,0xd680f420,0x93411f30,0x5202f06c,0xec3ff301,0x77269713,0xd6fc11a1,0x39608d27,0x3099876d,0x75765fe6,0xe99009fe,0xe0ed0980,0x09105004,0x00751810,0x30edf1d2,0xf23147fe,0x2d981441,0xb4384ed5,0xd1815320,0x333e1ed0,0x81034079,0xed3ff802,0x77479013,0xdefa0203,0x39a06424,0x60758dcc,0xfb703fe1,0xe84ff3fe,0xf0f40670 +}; + +u32 ANIM_ENTRY_aim_sprinting_one_handed_weapon[] = +{ + 0x0a4085ff,0x90f20440,0x37e82f54,0x00804edc,0xcdcdb3c2,0x93cbc000,0xba300000,0x002c0000,0xdbfce015,0xdb2fc0fb,0x4f9100ec,0x36ec82c3,0x33600015,0x3000000b,0xe2000048,0xedbfe6ff,0xf0dbf680,0x0a7072fd,0x30e40260,0x6be93f62,0xfea087de,0x0d92b482,0xb2c9e000,0xb7e00000,0x00430000,0xd5fde007,0xda8fcafa,0xcf8b060c,0x59ee729d,0x37a00013,0x8000000d,0x0e000065,0xf90ffaff,0xf0e3f950,0x0b304efc,0xb0cd0220,0x76eb0f73,0xfce0dde1,0x5d60b4a2,0xd2c93000,0xb8200000,0x00580000,0xd9fd5017,0xda1fc8fa,0x7f9807ac,0x57f1826f,0x3bd0001a,0x4000000e,0x1700006b,0xfbc007ff,0xf0e4fd10,0x0c901bfd,0xc0b00420,0x59ec5f7c,0xfc512ae5,0xbd43b422,0xe3c92000,0xbb000000,0x00640000,0xd5fd6007,0xda6fc6fa,0x8fb5056c,0x27f7a258,0x3f500028,0x4000000e,0xa7000069,0xfaa01cff,0xf0e3fec0,0x0c0ff4fe,0xb0b50620,0x43ec7f75,0xfb8160ea,0xad2fb4f2,0xd5c94000,0xc0700000,0x00600000,0xd8fd1ff3,0xda8fccfc,0x8fb0030c,0x02ff523b,0x42b00038,0x1000000e,0x8a000066,0xf97043ff,0xe0d3fd00,0x0a5fe0fd,0x60d40750,0x62eb0f79,0xfa7175f0,0x6d2cb462,0xb4c6f000,0xc7100000,0x004e0000,0xdcfc8ff4,0xda4fc3fe,0xef8ffffc,0x2103d208,0x46e00046,0xa000000e,0x1c00005d,0xf5f07cff,0xd0b4fc30,0x0adfdefa,0x70d607c0,0x9be91f8b,0xf98154f8,0x0d1ab192,0x97c36000,0xcf200000,0x003d0000,0xf3fbc00b,0xdb1fbaff,0x0f70f74c,0x770401da,0x4a500052,0x1000000d,0xbb000053,0xf1f09cff,0xf0eafc20,0x0d6fe2fa,0x50b00910,0x8de82f84,0xfa50ef00,0x5d04b142,0x8ac46000,0xd7600000,0x00370001,0x02faa023,0xdb6fbcfe,0x6f4de9cc,0xae02719d,0x49700056,0xc000000d,0xaf00004c,0xef60a600,0x314afd10,0x0fbfc9fc,0x707e0db0,0x41e8ef4f,0xfcf09707,0xdd15b6a2,0x8ccb7000,0xdc900000,0x002b0000,0xd9fa2031,0xda7fcdfe,0xdefede5c,0xc902d12d,0x46300052,0xf000000e,0x01000047,0xedc0ad00,0x416bfde0,0x0f0f91fe,0xc075150f,0xf1e98f1d,0x00908e0d,0x0d52bd82,0x82d48000,0xdf700000,0x00140000,0x8afa3048,0xda5fdffe,0xae9eda7c,0xd8064087,0x42100048,0x9000000e,0x7d000046,0xed40b600,0x010afdd0,0x0dbf74ff,0xc081188f,0xd4e9feeb,0x0210960f,0x2d77bff2,0x79d83000,0xe0100000,0x000a0000,0x6afa3050,0xdaafeafd,0xbe7bdb0c,0xd307c031,0x3fb0003f,0xb000000e,0xb1000046,0xed80beff,0xd0acfde0,0x0baf5101,0x30891cff,0xabeadebf,0x03809f13,0x9db8c3a2,0x73ddf000,0xdfb00000,0x00060000,0x57fa1046,0xdb0ff3fc,0x8e57dd2c,0xb808dfc0,0x3bc0002e,0x9000000e,0xcc000046,0xede0a5ff,0x7ff6fea0,0x0bbf5f01,0x80661d9f,0x8fecbe97,0x0320a316,0x8e00c822,0x75e37000,0xdff00000,0x00130000,0x66f8d05c,0xdafff1fc,0x9e66ddac,0x87094fa4,0x3b40001e,0x8000000e,0x57000046,0xf15061ff,0x6fcafe30,0x0c5f7e00,0xf0441d5f,0x8bee1e6c,0x03e09716,0x0e19cda2,0x6ce89000,0xe0b00000,0x00270000,0x70f8105a,0xdacfebfc,0x8e92dd2c,0x5f09bfb2,0x3da00014,0x5000000d,0x7c000047,0xf88056ff,0x6fddfd80,0x0bbf8600,0x00461e1f,0x91ee7e4e,0x04907612,0x9e13d072,0x5eea6000,0xe0800000,0x00340000,0x7df8e065,0xda9fe2fc,0x2ea8dcdc,0x63098fc2,0x40100014,0x0000000c,0x8400004c,0xf99072ff,0x7fedfca0,0x0a6f8b00,0xf05c1d0f,0x9bedee4c,0x04805d0d,0x1dfdd022,0x5de85000,0xde300000,0x00320000,0x91f8d060,0xd9afd6fd,0x1e99de3c,0x5806afe3,0x3fc0001a,0xe000000b,0x8d00005c,0xf8c059ff,0x8015fa20,0x09bfb803,0x5084195f,0xa6ebde65,0x05003b05,0x4de0ccc2,0x66e41000,0xda800000,0x002c0000,0xa1f8b055,0xd8cfc6fd,0x4e94e1ec,0x4b00b047,0x3d100023,0xc000000a,0xbb000056,0xf2d02fff,0xa051f8c0,0x094fe904,0xe0ad150f,0xb9e89e9b,0x05101efb,0x9dc9c6c2,0x6cde9000,0xd5400000,0x00250000,0xabf9a04e,0xd8afb3fd,0x7ecee60c,0x0efaf12f,0x3af00027,0x1000000a,0x2f000048,0xec7014ff,0xc087fa00,0x09001b04,0xf0d10faf,0xd5e5eef9,0x049017f0,0x7dc8c092,0x72d6c000,0xcdc00000,0x00200000,0xbdfbc046,0xd8ffadfd,0x7f13eaab,0xf4f51235,0x38800025,0xb0000009,0xf1000039,0xe7fff4ff,0xd0b2fd20,0x09005c03,0x80f309cf,0xf5e7ef1e,0x034017e4,0xedddba22,0x7cd11000,0xc4700000,0x001b0000,0xd5fcf03e,0xd97fa0fb,0xaf53f2cc,0x02efe2a0,0x35600020,0xe000000a,0x6d000031,0xe62fc9ff,0xe0d0faf0 +}; + +u32 ANIM_ENTRY_running_one_handed_weapon[] = +{ + 0x0e8056fe,0x5012f850,0x25f0308e,0x01f084fa,0xeda40d10,0x3d300000,0xb6400000,0x053d0000,0xd9f160c1,0xfadff9f8,0xaf76f63c,0x49f13296,0x39800019,0x3000000c,0x4e0000a2,0xf66f9c00,0x00ddf9e0,0x0f3055fd,0x5003f740,0x4af040a6,0x01008dfb,0x3dbc0e80,0x1f2f9000,0xb3800000,0x05340000,0xd0f1e0ba,0xfb9ff9fa,0x1f78f9bc,0x58f1e293,0x3bd00015,0xd000000d,0x1c0000a2,0x05dfb600,0x00ecfa70,0x107045fd,0x0fe6f740,0x63f110ba,0xfff09efc,0xadc50fc0,0x062f3000,0xb1f00000,0x05260000,0xd1f240a3,0xfbeff9fa,0x8f70fb8c,0x5af3c288,0x3e500015,0x4000000d,0xe70000a2,0x0d5fcb00,0x00f8fad0,0x11902bfd,0x5fc8f7d0,0x6df250c9,0xfee0b3fe,0xbdba10ef,0xfd2ed000,0xb1b00000,0x05120000,0xd1f2b081,0xfc1ffcfa,0x6f6cfc0c,0x4df6227a,0x40600018,0x1000000e,0x8f0000a2,0x0fefda00,0x00fdfae0,0x121014fe,0x2fb6f850,0x6af350d2,0xfde0cb00,0xcda81190,0x042ec000,0xb2b00000,0x04fc0000,0xc2f37068,0xfc1ffefa,0x0f69fbfc,0x3cf8b26e,0x4170001e,0x0000000e,0xf10000a2,0x0e8fe900,0x00fbfa00,0x118006ff,0x2fb9f860,0x5ff3b0d4,0xfd00e602,0x7d9511c0,0x1d2ed000,0xb4c00000,0x04eb0000,0xa5f4a05f,0xfc0ffef9,0xaf68fbcc,0x31fae267,0x41400026,0x3000000e,0xf80000a2,0x0bd00000,0x00f2f890,0x0fd001ff,0xafd5f860,0x59f300d3,0xfc10fe03,0xcd811140,0x472ed000,0xb7e00000,0x04e10000,0x86f63062,0xfbbffaf9,0xaf67fbac,0x38fb925e,0x40f0002f,0x9000000e,0xac0000a2,0x08e01900,0x00dff880,0x0daffcfe,0xd005f950,0x64f180cc,0xfb011204,0xad670ff0,0x7e2ea000,0xbc100000,0x04d90000,0x75f7b067,0xfb3ff5f9,0xcf5ffb0c,0x57fb924d,0x41f00039,0x8000000e,0x2c0000a2,0x05b02000,0x00e0f940,0x0c9feffd,0x2028fc20,0x7feff0b7,0xf9e12805,0x8d450da0,0xb22e0000,0xc1500000,0x04d20000,0x81f88067,0xfa2febf9,0xbf4df7ec,0x85fc0240,0x44200042,0xe000000d,0xa90000a2,0x02601700,0x010bf9f0,0x0d7fdffc,0x20290070,0x8cef1090,0xf9913a07,0x9d2c0aa0,0xd62d2000,0xc6000000,0x04cf0000,0xa0f81062,0xf8efdef9,0xaf2ef12c,0xb0fc5232,0x4550004a,0x3000000d,0x520000a2,0xff501000,0x0149faf0,0x0f0fd2fc,0x601704c0,0x79eec062,0xfa313a0b,0x8d290760,0xef2c2000,0xc7b00000,0x04d00000,0xb9f7105f,0xf80fdbf9,0xcf07e8dc,0xcffcb20e,0x44c0004d,0xd000000d,0x390000a2,0xfcb01a00,0x017dfbf0,0x0fdfc5fd,0x600a0890,0x53ef0031,0xfb513510,0x3d3b0450,0xff2b0000,0xc6400000,0x04d30000,0xbff63063,0xf79fe3f9,0xdedee18c,0xe0fde1c7,0x4380004c,0xc000000d,0x580000a2,0xfaa03000,0x0187fca0,0x0f7fb0fe,0xa00a0c80,0x26efdfff,0xfc913514,0x7d5801b1,0x002a1000,0xc4200000,0x04d60000,0xbcf57072,0xf79febf9,0x9ebcdcec,0xdf001163,0x42100047,0x3000000d,0x9c0000a2,0xf9403f00,0x014dfcc0,0x0eaf9bff,0xd00c103f,0xfef14fd3,0xfdd13318,0x3d6effc0,0xf329c000,0xc2d00000,0x04d80000,0xb2f4c08d,0xf82ff1f9,0x3ea9daec,0xce0260fe,0x4050003e,0x3000000d,0xe80000a2,0xf8c03800,0x00ccfc30,0x0ddf9000,0x800912ef,0xe1f2efb2,0xff31281b,0x6d79fea0,0xe12a2000,0xc2300000,0x04d80000,0x9cf4d0ad,0xf90ff7f9,0x0ea2daac,0xb80450aa,0x3ee00033,0x4000000e,0x250000a2,0xf8f01700,0x002afbf0,0x0d6f9500,0x9ffd142f,0xd0f43f99,0x00811e1d,0xdd80fe50,0xd02b0000,0xc1c00000,0x04d50000,0x82f560c6,0xf9bffef8,0xdea3db5c,0xa105f06d,0x3e500027,0xc000000e,0x440000a2,0xf93fdf00,0x0faafc90,0x0d8fa5ff,0xffe6147f,0xcaf52f86,0x0191211e,0xed89fea0,0xc02c1000,0xc1800000,0x04cf0000,0x70f580cd,0xfa5005f8,0x7ea5dc1c,0x8c07304e,0x3ef0001d,0x4000000e,0x320000a2,0xf92fa100,0x0f70fd50,0x0dbfb7fe,0xdfd2145f,0xd1f60f7b,0x0221281e,0x6d8bff90,0xb42d3000,0xc2400000,0x04c70000,0x74f4f0c3,0xfb200bf8,0x0eabdcbc,0x7e07704a,0x40700015,0x8000000d,0xe70000a2,0xf8df7900,0x0f74fd50,0x0ddfc3fd,0xefd513cf,0xdff6cf7d,0x0291241c,0xad7b00f0,0xaf2e2000,0xc3e00000,0x04c00000,0x87f380af,0xfbc00df7,0xaeb8ddbc,0x7106704f,0x41900011,0xe000000d,0x6f0000a2,0xf92f7900,0x0f92fca0,0x0d8fc6fd,0xcff012cf,0xe8f71f8a,0x03211819,0xdd630260,0xae2ed000,0xc5d00000,0x04bf0000,0x9cf190a5,0xfbc00cf7,0x3ec6df5c,0x6004b057,0x41300012,0x8000000c,0xdf0000a2,0xfb2f8e00,0x0fb7fbd0,0x0d1fc9fe,0xa00f115f,0xddf68f9b,0x03e10f16,0x2d4f0370,0xae2f7000,0xc7000000,0x04c70000,0xb6f010b1,0xfb4009f6,0xded2e08c,0x4c029072,0x3f500017,0x6000000c,0x470000a2,0xfdcfa800,0x0fe4fb50,0x0cafd700,0x40210eaf,0xc0f56fb0,0x04910711,0x7d420420,0xae301000,0xc6f00000,0x04db0000,0xd4ef90bf,0xfab004f6,0xbeeae18c,0x30ffe0b2,0x3ce0001f,0xc000000b,0xb20000a2,0xfd5fbd00,0x0012fb00,0x0cbfed01,0xd0220bff,0xa4f45fd4,0x04b0f90b,0xed3b0550,0xac309000,0xc6200000,0x04fe0000,0xe5efb0c8,0xfa1ff6f6,0xbefde2fc,0x1cfde10f,0x3ba00025,0xe000000b,0x530000a2,0xf85fb600,0x003ffab0,0x0e200402,0x500a082f,0x92f36ffe,0x0480e307,0x8d3906d0,0xa530f000,0xc4b00000,0x05180000,0xe9eff0cc,0xf95fe6f6,0xbf13e5fc,0x0ffb7191,0x3b900028,0x1000000b,0x050000a2,0xf23f9500,0x006cfa90,0x0f201e01,0xdffc036f,0xa0f28023,0x0410cb02,0xfd4a0840,0x96313000,0xc2500000,0x052b0000,0xe9f020c4,0xf8ffe3f6,0xdf31e92c,0x1cf88210,0x3b000028,0x2000000a,0xdf0000a2,0xef4f7400,0x0095fa50,0x0f403700,0xf002ff2f,0xc7f1a046,0x0380b7fe,0xcd640990,0x7d311000,0xbe400000,0x05370000,0xe6f070ba,0xf93feaf6,0xbf52ed3c,0x29f5b266,0x39e00024,0x5000000b,0x140000a2,0xefcf6d00,0x00b6f9b0 +}; + +u32 ANIM_ENTRY_sprinting_one_handed_weapon[] = +{ + 0x0dd040fe,0x90b3f21f,0xdbf090d1,0x023f6adf,0x5ec50af1,0x2027e000,0xb4400000,0x05370000,0xbff3e11d,0xf88fd7f6,0xaf61fb4c,0x66ec832a,0x3370001a,0x2000000c,0x3100000b,0xf6dfcdfe,0xd0c0fb50,0x0dd040fd,0x009eee60,0x18f0e113,0xff0f71e3,0x3ea70d91,0x1827d000,0xb1800000,0x05340000,0xc9f4b11e,0xfa4ff6f8,0x9f9500cc,0x70ec3302,0x3600001b,0x5000000c,0xed000015,0xfd000bfe,0xe0c8fc80,0x0f502afc,0x6082ece0,0x49f05149,0xfb8fcee8,0x5e7910f1,0x0f288000,0xaf500000,0x052b0000,0xb1f59101,0xfbe014f8,0x9faa02bc,0x65ee82eb,0x3a100023,0xa000000d,0x9f00001c,0x010015ff,0x00d3fe60,0x10c011fc,0x007cef60,0x6fedc14b,0xf83076ed,0xce4c11f1,0x0c2a3000,0xafa00000,0x051e0000,0x75f810c8,0xfda020f7,0x1fb3008c,0x4bf352ce,0x3e10002f,0xa000000e,0x2100001a,0xffb006ff,0x10d9ffb0,0x120ff7fb,0x5086f390,0x88eb911e,0xf67115f4,0x6df91051,0x162c7000,0xb8f00000,0x05120000,0x7ef880cb,0xff101ff6,0x7f99fdbc,0x33f8a2ac,0x4200003b,0x9000000e,0x3b000017,0xfe2007ff,0x20dcfed0,0x133fe2f8,0xd093f930,0xa1ea70f4,0xf5219bfa,0xddcc0d41,0x372db000,0xc4800000,0x05090000,0x9cf830cd,0xffb00af7,0xef52f94c,0x4ffe528b,0x4700004d,0x0000000e,0x02000013,0xfbf031ff,0x20e0fde0,0x144fcef6,0x1095ff80,0xbce9b0cd,0xf4e1fd02,0x4dd30931,0x5a2cf000,0xcce00000,0x05000000,0xaff6e0cf,0xff4ff5f9,0xaefcf04c,0xa0027250,0x4c00005a,0x8000000d,0xc3000010,0xf9c063ff,0xc11afee0,0x15ffb6f5,0xd07804e0,0x9ce9a095,0xf6e23c0a,0x6e190391,0xa9299000,0xcf200000,0x04fc0000,0xbdf510cf,0xfdaff8f9,0x7eaae32d,0x0b022200,0x4ae00060,0xd000000d,0xc100000c,0xf7b08700,0x91600160,0x16ff9af8,0x404f0a00,0x3eeb304e,0xfaa27810,0xbe8dfc21,0xda23c000,0xcdb00000,0x04ee0000,0xbff380cb,0xfc0ffbf8,0x2e38d78d,0x7b00e18d,0x45c0005d,0x7000000e,0x0b000009,0xf5d09e00,0xb1680370,0x152f69fb,0xc04c0f7f,0xd2ecf00a,0xfe72a514,0x7ef5f541,0xd81de000,0xcc700000,0x04da0000,0x97f250e6,0xfaeff5f7,0x0ddcd27d,0xae01c0e6,0x3f800051,0x5000000e,0x7d000007,0xf4e0a9ff,0x70ff03d0,0x119f3efe,0x806e142f,0x8dedcfd9,0x0162a617,0x5f24f101,0xc51a0000,0xccb00000,0x04c60000,0x59f20114,0xf9ffeff6,0x2df2d30d,0x74048040,0x3a7fff40,0x0fff000e,0xc2000006,0xf480a1fe,0x107103f0,0x102f3bff,0xf06f164f,0x63ee1fb2,0x03d28b18,0x8f22ef31,0xaa190000,0xcdc00000,0x04b70000,0x33f2c136,0xf8ffe8f4,0xfe1dd4ed,0x3506ffee,0x3860002d,0x8000000e,0x85000006,0xf3f06ffd,0x903c0350,0x10ff5300,0x404c15cf,0x44eecf9b,0x06325c17,0xaef4ef61,0x941a8000,0xce900000,0x04b10000,0x2df3d143,0xf82fddf4,0x0e2bd5dd,0x1007afef,0x3970001d,0xb000000d,0xd3000006,0xf41028fd,0x602b01a0,0x112f5aff,0xa041146f,0x3eef7fa7,0x07b1ff15,0xce97f1b1,0x931d7000,0xcea00000,0x04b80000,0x36f3a13e,0xf7bfd4f4,0x1e28d73d,0x04082009,0x3b900015,0x1000000c,0xe3000009,0xf5c019fc,0xfff9ff30,0x0fcf53ff,0xa05911ff,0x3def8fd1,0x08118211,0x6e27f581,0x9720a000,0xcd500000,0x04ce0000,0x3ff0f147,0xf78fd1f4,0x9e35d94c,0xf807902b,0x3ce00016,0x4000000b,0xcf00000d,0xf8003efc,0xdfeafdd0,0x0e7f6b01,0xc0750c8f,0x21eef002,0x08911308,0x9dddf951,0x90232000,0xca600000,0x04e50000,0x4ef36150,0xf6bfd1f4,0xfe61da9c,0xb7034085,0x3c60001d,0x7000000a,0xbc00000d,0xf8303dfd,0x602afef0,0x0effa204,0x208604df,0x0aee0032,0x0910adfc,0x2dcbfd11,0x8524e000,0xca900000,0x04fb0000,0x53fa2107,0xf58fc7f5,0xaeaedbbc,0x5bfce139,0x3ac00024,0x30000009,0xf8000007,0xf4a021fe,0x30800060,0x103fda04,0x1090fe0f,0x27ed8060,0x08206eef,0x1dde00e1,0x75259000,0xcd700000,0x05130000,0x32fd50a6,0xf55fbef6,0x5ee9df9c,0x38f7b220,0x39900027,0x20000009,0xc0000ffc,0xeefff3fe,0xb0b6ffb0,0x10900a02,0x7095f96f,0x62ee407e,0x068043e4,0xbe1a0451,0x56262000,0xbe900000,0x05280000,0x5ffe50c2,0xf67fc0f6,0xaf08e75c,0x45f352e0,0x37500024,0xf000000a,0x27000ff6,0xebefb8fe,0xd0c3fd80 +}; + +u32 ANIM_ENTRY_draw_one_handed_weapon_and_look_around[] = +{ + 0xffbf49ff,0xffb3052f,0xe705905d,0x02c20805,0x8cd9127f,0xc932afe5,0xf2303107,0x4209086f,0xd1f77ff0,0xf38fcb0f,0xaf49026c,0x23016fe1,0x3e100001,0x0002ffdf,0xc5009feb,0xfd8fd2fb,0x50540130,0xffaf45ff,0xffb5053f,0xe805c05e,0x02c20705,0x7cd813bf,0xd2328fe5,0xf2403108,0x7230096f,0xd1f75ff1,0xf3afc410,0x0f46026c,0x23017fe2,0x3e100001,0x2002ffdf,0xc2009feb,0xfd8fd0fb,0x60570150,0xffaf42ff,0xffb7055f,0xe805e05e,0x02e20705,0x7cd9152f,0xdf329fe5,0xf2303209,0xe2580abf,0xd1f74ff1,0xf3ffc610,0x9f44025c,0x24018fe2,0x3e200001,0x4003ffdf,0xc2009feb,0xfd8fd0fb,0x50570130,0xffaf42ff,0xffb9057f,0xe906105e,0x03120705,0x7cda16af,0xef32bfe4,0xf200320b,0x92800c3f,0xcff76ff0,0xf45fd011,0x4f45024c,0x24019fe1,0x3e400001,0x6003ffdf,0xc4009feb,0xfd7fd2fb,0x505600f0,0xffaf42ff,0xffbb05bf,0xe906305c,0x03320805,0x7cdc1870,0x0332efe4,0xf1f0320d,0x82a60def,0xcef77fee,0xf49fda12,0x4f44023c,0x2501afe1,0x3e500001,0x8003ffdf,0xc7008feb,0xfd6fd3fb,0x405500b0,0xffaf40ff,0xffbb062f,0xe905f05a,0x03320705,0x6cdd1ab0,0x1c333fe4,0xf210320f,0xa2c80fdf,0xd1f76feb,0xf45fdc13,0xbf3f020c,0x2501cfe0,0x3e700001,0x9004ffdf,0xc8008feb,0xfd6fd2fb,0x40540090,0xffbf3eff,0xffbb06cf,0xe8059056,0x03220705,0x4cdd1d20,0x38338fe5,0xf2403111,0xf2e711ff,0xd4f75fe8,0xf40fdc15,0x7f3a01dc,0x2501ffe0,0x3e800001,0xa004ffdf,0xc8008feb,0xfd6fd0fb,0x40540090,0xffbf3eff,0xefbb076f,0xe8058050,0x03020b05,0x2cdd1f50,0x5333dfe5,0xf2703014,0x7302144f,0xd5f74fea,0xf42fda17,0x2f3b019c,0x25020fe0,0x3e800001,0xc004ffdf,0xc7008feb,0xfd6fd0fb,0x405400c0,0xffbf3eff,0xefbc082f,0xe805c047,0x02b21405,0x1cdc2130,0x6d341fe6,0xf2803017,0x431a16ef,0xd3f71fef,0xf4ffd618,0xff42015c,0x25021fe1,0x3e600101,0xf005ffdf,0xc3009feb,0xfd5fd1fb,0x50550130,0xffcf3eff,0xefbd08ff,0xe8061040,0x02921a05,0x0cdc2320,0x86347fe6,0xf290301a,0x332f19bf,0xcff6fff4,0xf56fd21a,0x0f48011c,0x25022fe1,0x3e400102,0x3005ffdf,0xc0009feb,0xfd4fd2fb,0x50570170,0xffcf3bff,0xefbd0a0f,0xe606503e,0x02e21a04,0xecdd2540,0x9f34ffe6,0xf290301d,0x73411ccf,0xc9f6eff9,0xf4ffcd19,0xff4a00dc,0x25023fe2,0x3e500102,0x7006ffdf,0xc1009feb,0xfd5fd3fb,0x60580160,0xffcf38ff,0xefbc0b3f,0xe306b03d,0x03621604,0xccde2750,0xb6358fe6,0xf2903020,0xc34f1fff,0xc2f6effd,0xf42fc819,0x7f4a00ac,0x25025fe3,0x3e600102,0xc007ffdf,0xc2009feb,0xfd5fd4fb,0x60580120,0xffcf38ff,0xefbc0c5f,0xe207103c,0x03820d04,0xacdf28e0,0xc7361fe6,0xf2b02f23,0xe35b22ff,0xbff6bffb,0xf3cfc919,0xbf49005c,0x26026fe3,0x3e600203,0x3008ffdf,0xc2009feb,0xfd2fd0fb,0x60590110,0xffcf39ff,0xffbd0d7f,0xe307903b,0x0361ff04,0xacdf2a00,0xd7367fe7,0xf3102e26,0xf36325ff,0xc0f65ff2,0xf3afd01a,0xaf45ffec,0x26026fe2,0x3e600203,0xe00affdf,0xc1009fec,0xfccfc7fb,0x50590120,0xffcf3b00,0x0fbd0e6f,0xe408003b,0x0321f104,0xbcdf2b00,0xea36afe8,0xf3502d29,0x4369283f,0xc3f61fed,0xf3bfd41b,0xaf44ff9c,0x26024fe1,0x3e600304,0x800bffdf,0xbf00afec,0xfc6fc4fb,0x405a0130,0xffcf3f00,0x1fbc0f2f,0xe408103d,0x02f1e704,0xecdc2c00,0xfe36afe8,0xf3502d2a,0xb36c299f,0xc7f65ff1,0xf44fd21c,0x9f49ff6c,0x26021fe1,0x3e600304,0xe00cffdf,0xbf00afe9,0xfc7fc9fb,0x405b0160,0xffbf4400,0x2fba0fdf,0xe308103f,0x02b1e005,0x3cd82cf1,0x1236afe8,0xf3402d2b,0x936d2a7f,0xccf6cff7,0xf4ffcd1d,0x5f50ff4c,0x2601dfe1,0x3e500305,0x200dffdf,0xbe00afe6,0xfc9fd2fb,0x405c0190,0xffbf4900,0x2fb9106f,0xe108303d,0x02d1dd05,0x9cd92dd1,0x2136ffe8,0xf3302e2b,0xc36c2a9f,0xcef6fff9,0xf53fcc1d,0xbf53ff2c,0x2601afe0,0x3e500405,0x900effdf,0xbe00afe8,0xfc3fd8fb,0x305c0180,0xffaf4e00,0x3fb8110f,0xde085039,0x0341dd06,0x0ce02e91,0x2d37afe7,0xf3102e2b,0x136a29ef,0xccf6dff6,0xf50fce1d,0xcf51ff2c,0x26018fdf,0x3e500406,0x200fffdf,0xbe00afeb,0xfbdfc5fb,0x205b0130,0xffaf5400,0x3fb7118f,0xdb087034,0x03b1de06,0x8ce52f41,0x33384fe7,0xf3202e2a,0xb369298f,0xcbf6bff3,0xf4cfce1d,0xbf51ff2c,0x25016fde,0x3e500506,0xa011ffdf,0xbf00afee,0xfb8fb8fb,0x005a00e0,0xff9f5900,0x4fb911cf,0xd9088032,0x03c1df07,0x2ce42fd1,0x3438afe8,0xf3802d2b,0x636a2a3f,0xcaf68ff4,0xf48fc41d,0xcf55ff0c,0x25013fde,0x3e400506,0xf012ffdf,0xc000aff0,0xfb1fbffa,0xf05900a0,0xff9f5f00,0x4fba11ff,0xd908a031,0x03c1e007,0xcce13041,0x3438efea,0xf4002b2c,0x636c2b2f,0xc9f65ff6,0xf44fb81d,0xef5bfeec,0x25011fdd,0x3e300607,0x2012ffdf,0xc1009ff2,0xfaefcbfa,0xe0590050,0xff9f6200,0x4fba123f,0xd808b02e,0x03c1e308,0x4ce03051,0x34392feb,0xf470292c,0x336b2aff,0xc7f65ff6,0xf48fb41e,0x0f5efedc,0x2500efdc,0x3e300607,0x3012ffdf,0xc1009ff4,0xfaffcefa,0xe05a0020,0xff8f6500,0x5fb7129f,0xd708d02a,0x03c1e708,0xbce03021,0x32397fec,0xf4c0282a,0xb368298f,0xc4f68ff4,0xf55fb71e,0x4f60fecc,0x2500afdb,0x3e300607,0x2012ffdf,0xc000aff5,0xfb1fcdfa,0xe05b0030,0xff8f6600,0x5fb512ef,0xd608d027,0x03c1ec09,0x1ce02ff1,0x30399fed,0xf5102729,0xb365288f,0xc1f6cff3,0xf5dfbc1e,0x4f62febc,0x25007fd9,0x3e300607,0x1012ffdf,0xbf00aff6,0xfb3fcbfa,0xf05c0030,0xff7f6900,0x5fb5130f,0xd608c025,0x03b1f009,0x6cdf3011,0x2f399fed,0xf550262a,0x2367290f,0xc1f70ff5,0xf57fc21d,0xdf61fedc,0x25006fd7,0x3e400506,0xe011ffdf,0xc000aff7,0xfb6fc9fa,0xe05d0020,0xff7f6b00,0x5fb5131f,0xd5089024,0x03b1f409,0x9cdd3051,0x2e398fee,0xf580252b,0x43692a0f,0xc3f75ff8,0xf4afc91d,0x3f61fefc,0x25005fd5,0x3e500506,0xb011ffdf,0xc1009ff7,0xfb8fc7fa,0xe05d0000,0xff6f6d00,0x6fb6131f,0xd5088023,0x03c1f609,0xacdb30a1,0x2d396fee,0xf5b0252c,0x136b2adf,0xc4f75ff7,0xf41fcd1c,0xaf63ff0c,0x26004fd3,0x3e500506,0x9011ffdf,0xc1009ff8,0xfbafc7fa,0xe05efff0,0xff6f6f00,0x7fb712ef,0xd4086024,0x03f1f509,0xacd930f1,0x2c395fef,0xf5e0242c,0xd36c2b9f,0xc5f71ff2,0xf39fd01c,0x3f67ff1c,0x25002fd2,0x3e400506,0x9010ffdf,0xc1009ff9,0xfbbfcbfa,0xd05f0000,0xff6f7000,0x8fb712df,0xd3085023,0x0421f409,0x9cd83131,0x2a395fef,0xf610232d,0x336d2c0f,0xc6f6dfef,0xf34fd21b,0xef69ff1c,0x26001fd2,0x3e300506,0x8010ffdf,0xc0009ff9,0xfbcfcdfa,0xd05f0000,0xff6f6f00,0x7fb5130f,0xd108301f,0x0431f609,0x5cd83151,0x27396ff0,0xf630232c,0xe36c2baf,0xc4f6bff2,0xf34fd11b,0xaf67ff1c,0x26000fd2,0x3e300506,0x7010ffdf,0xc1009ff9,0xfbdfccfa,0xd05e0010,0xff7f6e00,0x7fb2135f,0xcf08201a,0x0431f809,0x1cd93161,0x24398ff0,0xf660222c,0x336b2b0f,0xc1f6aff6,0xf36fcf1b,0x9f62ff1c,0x26001fd3,0x3e400506,0x6010ffdf,0xc3009ff9,0xfbefcafa,0xc05d0040,0xff7f6d00,0x6fb0139f,0xce080015,0x0431f808,0xdcdb3171,0x22399ff0,0xf650222b,0xa36a2a7f,0xbef6bff6,0xf3afcd1b,0xaf5fff2c,0x27000fd3,0x3e400506,0x5010ffdf,0xc4009ff9,0xfbffc8fa,0xc05d0070,0xff7f6c00,0x6fb113df,0xcd07f011,0x0421f408,0xacdc3171,0x21399fef,0xf600232b,0x236929ff,0xbaf6eff3,0xf41fcd1b,0xff5bff3c,0x27ffefd2,0x3e500506,0x4010ffdf,0xc6009ff9,0xfbefc5fa,0xc05d00b0,0xff7f6b00,0x6fb213ff,0xcd07d00f,0x0411f008,0x8cdd3171,0x21399fef,0xf5c0242a,0xc368299f,0xb6f72ff2,0xf46fcc1c,0x5f5aff4c,0x27ffcfd1,0x3e400506,0x3010ffdf,0xc6008ff9,0xfbdfc4fa,0xd05d00d0,0xff5f6b00,0x6fb313ff,0xcd07c010,0x0421ee08,0x7cdd3171,0x1f399fee,0xf5b0252a,0xa368297f,0xb3f72ff4,0xf49fc91c,0xaf5eff5c,0x27ffbfd0,0x3e400506,0x4010ffdf,0xc7008ff9,0xfbcfc9fa,0xd05d00e0,0xff4f6a00,0x7fb413df,0xcc07a013,0x0441eb08,0x7cdd3181,0x1f399fee,0xf5a0252a,0xa368297f,0xb1f71ff7,0xf4bfc61c,0xff64ff5c,0x27ffcfd0,0x3e300506,0x4010ffdf,0xc8008ff9,0xfbbfd0fa,0xd05c00d0,0xff4f6900,0x7fb313cf,0xcc079016,0x0471e808,0x7cde3171,0x1e39afee,0xf5b0242a,0x3367291f,0xaff73ff9,0xf4cfc31d,0x4f64ff5c,0x27ffdfd0,0x3e300506,0x4010ffdf,0xc8008ff8,0xfbafd2fa,0xd05c00d0,0xff6f6700,0x7fb113bf,0xca078019,0x04a1e408,0x7cdf3151,0x1f39cfef,0xf5d02429,0x7365285f,0xaff78ff9,0xf4cfbe1d,0xaf60ff4c,0x28000fd2,0x3e300506,0x4010ffdf,0xc9008ff7,0xfb9fcffa,0xd05b00d0,0xff8f6400,0x6fb013bf,0xca07601a,0x04d1e108,0x7ce03121,0x2039efef,0xf5f02428,0xc363279f,0xaff7aff8,0xf4efba1d,0xef5aff3c,0x28003fd3,0x3e400506,0x4010ffef,0xca008ff6,0xfb8fcafa,0xd05b00d0,0xff8f6200,0x5fb013ff,0xca072015,0x04b1e208,0x6ce230e1,0x2239ffef,0xf6002328,0x136126ff,0xb0f75ff5,0xf50fb91e,0x0f54ff4c,0x28008fd4,0x3e500506,0x4010ffdf,0xc9008ff5,0xfb6fc5fa,0xe05b00d0,0xff8f5f00,0x3fb1144f,0xcb06d00f,0x0481e408,0x6ce33091,0x2539efef,0xf6002327,0x835f266f,0xb1f6eff3,0xf52fb81e,0x1f4eff5c,0x2900dfd5,0x3e600506,0x5010ffdf,0xc8008ff3,0xfb4fbffa,0xe05b00d0,0xff7f5d00,0x2fb3143f,0xcc06900e,0x0461e308,0x6ce33051,0x2739cfef,0xf6202327,0x535e263f,0xb2f6cff4,0xf58fb91e,0x3f4eff7c,0x2900efd4,0x3e600506,0x7010ffdf,0xc6009ff2,0xfb2fbefa,0xf05b00d0,0xff4f5c00,0x2fb713cf,0xce067012,0x0441de08,0x7ce13011,0x2939aff0,0xf6602227,0x735f265f,0xb1f6fffa,0xf60fbd1e,0x7f55ffac,0x2900dfd2,0x3e500506,0x9011ffdf,0xc4009ff1,0xfb0fc2fb,0x005c00f0,0xff2f5b00,0x2fb8134f,0xcf066016,0x0431da08,0x9cdf2fc1,0x2a397ff0,0xf6902127,0xe36026cf,0xb0f70ffe,0xf67fbf1e,0xaf5bffbc,0x2900cfd1,0x3e400506,0xb011ffdf,0xc2009ff0,0xfaefc7fb,0x105c00f0,0xff3f5a00,0x2fb512bf,0xcd06701a,0x0451d708,0xacdf3011,0x2b39cff1,0xf6c02128,0x8361275f,0xaef6dffd,0xf6ffbb1f,0x0f5dff9c,0x2900bfd5,0x3e400506,0xc011ffdf,0xc1009ff0,0xfadfc9fb,0x105b0100,0xff6f5900,0x3faf121f,0xca06901d,0x0481d408,0xbcdf3041,0x2b3a1ff1,0xf6f02029,0x7363284f,0xadf68ffa,0xf75fb51f,0x5f5cff6c,0x2900bfda,0x3e300506,0xc011ffdf,0xc000afef,0xfacfcafb,0x205a0100,0xff9f5500,0x2fad11bf,0xcb06901f,0x0481d108,0xcce13051,0x2c3a3ff1,0xf6d0212a,0xd36629af,0xaef68ff7,0xf72fb41f,0x1f56ff5c,0x2900efdd,0x3e400506,0xb011ffdf,0xbf00afef,0xfacfc9fb,0x205900f0,0xffbf50ff,0xefad118f,0xce06701f,0x0441d008,0xece33031,0x2d3a3ff0,0xf660222c,0xe36a2baf,0xb0f6dff3,0xf65fb81e,0x3f4bff7c,0x29016fdf,0x3e800506,0x9011ffdf,0xbe00afef,0xfacfc7fb,0x305900f0,0xffcf4bff,0xcfaf114f,0xd2064020,0x0401ce08,0xece42fc1,0x2f3a0fef,0xf610232f,0xa36f2e4f,0xb3f70ff0,0xf5bfbe1d,0x7f40ff9c,0x2901dfe1,0x3ea00506,0x7010ffdf,0xbc00afee,0xfadfc4fb,0x305900e0,0xffaf48ff,0xbfb210bf,0xd405f023,0x03d1ca08,0x9ce32ec1,0x34398ff0,0xf6602233,0x437531df,0xb7f6cfed,0xf5dfc61d,0x5f3cffdc,0x29020fe1,0x3e900506,0x6010ffdf,0xba00afed,0xfaefc3fb,0x405a00f0,0xff7f45ff,0xcfb50fff,0xd505a026,0x03a1c608,0x2ce12d51,0x3938dff1,0xf6e02038,0x137b369f,0xbaf66fec,0xf63fd11d,0x5f3a001c,0x29021fe0,0x3e700506,0x5010ffcf,0xb700bfec,0xfaffc1fb,0x605a0110,0xff7f42ff,0xdfb60f2f,0xd605602a,0x0381c407,0xecdf2c01,0x38381ff2,0xf7101f3e,0x737e3cef,0xb4f64ff0,0xf5efdb1d,0x0f3a002c,0x29024fe0,0x3e500506,0x5010ffcf,0xb700bfeb,0xfaffc2fb,0x605a0110,0xff8f40ff,0xffb40e3f,0xd6055030,0x0391c207,0xecdc2aa1,0x2f375ff1,0xf6f02047,0xb37d45ff,0xa5f66ffd,0xf4ffe51c,0x5f3c001c,0x29027fe2,0x3e300506,0x4010ffdf,0xb900bfea,0xfaffc5fb,0x605900f0,0xff9f3c00,0x0fb30d6f,0xd6052034,0x0391c107,0xbcda28f1,0x26368ff1,0xf6d02050,0xd3784eef,0x9af66005,0xf3ffef1b,0xbf3b001c,0x2902cfe4,0x3e200506,0x4010ffdf,0xbb00afe9,0xfaffc7fb,0x605700e0,0xff9f37ff,0xefb40cff,0xd904a037,0x0391bf07,0x4cda2671,0x1f357ff1,0xf6e02058,0xa36c569f,0x9df62002,0xf33ff71b,0x6f32004c,0x29034fe4,0x3e300406,0x200fffdf,0xbb00afe8,0xfaffc6fb,0x705700e0,0xff9f31ff,0xcfb60caf,0xdd04103a,0x0381be06,0xccdc2351,0x16343ff1,0xf6f0205f,0xc3595d9f,0xa4f5dffc,0xf29ffe1b,0x0f26009c,0x2903cfe4,0x3e400405,0xf00fffdf,0xbb00afe7,0xfb0fc5fb,0x805700e0,0xff9f2bff,0xbfb60bef,0xde03a03d,0x0351c206,0x8cdf2041,0x09330ff1,0xf6b02165,0xa342634f,0xa5f5dffd,0xf1f0041a,0x5f2100bc,0x29040fe5,0x3e400405,0xf00fffdf,0xb800bfe7,0xfaffc6fb,0x905800c0,0xff8f24ff,0xcfb50abf,0xde035041,0x0321ce06,0x9ce31d20,0xf731efef,0xf620236a,0xa324681f,0xa1f64005,0xf1600a19,0x4f2100cc,0x2903ffe6,0x3e300406,0x000fffcf,0xb400bfe8,0xfaefc7fb,0xb05a00b0,0xff7f20ff,0xdfb3097f,0xde030047,0x02f1d606,0x9ce719d0,0xe430efee,0xf580256e,0x93046bdf,0x9ef6b00b,0xf0f00f18,0x1f2300dc,0x2903dfe8,0x3e200406,0x100fffcf,0xb000cfe8,0xfabfc8fb,0xc05b0080,0xff7f1fff,0xdfb3081f,0xdf02e04c,0x0301d606,0x7ce91630,0xd12fefed,0xf5102771,0x82e36eaf,0x9ef7200a,0xf0c01216,0xdf2500cc,0x2903dfe9,0x3e200506,0x4010ffcf,0xac00dfe7,0xfaafc9fb,0xe05d0040,0xff7f20ff,0xdfb306af,0xe102c055,0x0321d306,0x4ceb1250,0xbf2effec,0xf4a02873,0xe2c170ef,0xa0f78007,0xf0c01415,0x6f2900bc,0x2a03cfeb,0x3e200506,0x8010ffcf,0xa900dfe7,0xfa8fcafb,0xf05e0000,0xff6f1fff,0xcfb2053f,0xe3028069,0x0331d006,0x3ced0e80,0xac2e3feb,0xf4502a75,0xa2a2729f,0xa5f78002,0xf0e01413,0x9f2b00cc,0x2b03afeb,0x3e300506,0x9011ffcf,0xa700dfe7,0xfa5fccfc,0x105effd0,0xff6f1dff,0xafb103df,0xe602308c,0x0321cd06,0x3cef0ab0,0x9a2d7fea,0xf4102a77,0x028573df,0xacf70ffa,0xf1501111,0x4f2d00fc,0x2c037feb,0x3e400506,0x8010ffbf,0xa600efe7,0xfa3fcefc,0x205effc0,0xff6f19ff,0x9fb0028f,0xe901d0ba,0x0331cb06,0x3cf006f0,0x8b2ccfea,0xf3f02b78,0x126d74df,0xb3f69ff6,0xf1e00e0e,0xdf2d012c,0x2d036fea,0x3e500506,0x8010ffbf,0xa500efe6,0xfa0fcefc,0x305fffc0,0xff7f0eff,0x7fae017f,0xec0190f5,0x0381ca06,0x4cf20330,0x822c2fe9,0xf3d02b78,0xc25b758f,0xb7f6bffc,0xf2e0090c,0x6f27015c,0x2e03dfec,0x3e600506,0x7010ffbf,0xa200efe5,0xf9dfcefc,0x5061ffb0,0xff8f01ff,0x6fac008f,0xf001713d,0x0401ca06,0x4cf3ff90,0x7d2b6fe9,0xf3c02c79,0x424d75ff,0xbbf6e004,0xf3e0050a,0x1f1f018c,0x2f046fee,0x3e700506,0x7010ffbf,0x9f00ffe4,0xf9afcdfc,0x7063ffa0,0xff9ef5ff,0x5faaff8f,0xf5016188,0x0481c806,0x1cf3fc10,0x7b2a7fe9,0xf3c02b79,0xa241765f,0xc4f70002,0xf4500708,0xff1b01bc,0x30049ff0,0x3e800506,0x8010ffbf,0x9d00ffe2,0xf98fcafc,0x9065ffd0,0xffaeebff,0x3fa9fe5f,0xfc0171d9,0x0511c205,0xacf2f8b0,0x7e294fea,0xf3e02b79,0xf23776af,0xd6f70ff5,0xf4400d08,0xaf1b01fc,0x30045ff1,0x3e900506,0x9011ffbf,0x9c00ffdf,0xf95fc9fc,0xa0660050,0xffbedfff,0x2fa8fd80,0x03020227,0x0621c005,0x6cf3f5a0,0x7e281fea,0xf3e02b7a,0x422e76ff,0xe0f6ffea,0xf4301408,0x7f17022c,0x31045ff2,0x3ea00506,0xb011ffbf,0x9b00ffdd,0xf92fc7fc,0xb06700b0,0xffdecdff,0x1fa8fd50,0x0a03626d,0x07e1c705,0x6cf7f2e0,0x7626dfe8,0xf3602d7a,0x8225773f,0xdbf6bfe5,0xf4101c08,0x1f0a023c,0x3104eff4,0x3ea00506,0xb011ffbf,0x9c00ffdb,0xf90fc3fc,0xc06700e0,0xfffeb9ff,0x1fa9fd60,0x100572ad,0x0a61d105,0x8cfcf060,0x69259fe6,0xf2c02f7a,0xc21d777f,0xd0f67fe5,0xf4002207,0xbefa024c,0x3105bff6,0x3eb00506,0xb011ffbf,0x9d00ffd9,0xf8efc0fc,0xd06700f0,0x002ea9ff,0x0fa9fd70,0x1607e2e2,0x0d21d605,0x4cfeee20,0x5b247fe6,0xf2a0307b,0x021377bf,0xcbf66fe8,0xf4402306,0xcef0023c,0x32062ffa,0x3ec00506,0xc011ffbf,0x9c00ffd8,0xf8bfc0fc,0xe0680120,0x006e9dfe,0xffa8fd70,0x1c0ae30f,0x1051d404,0xbcfcec10,0x4c236fe7,0xf2e02e7b,0x4209780f,0xcbf68ff0,0xf5001e05,0x5eea022c,0x33065001,0x3ed00607,0x0012ffaf,0x97010fd7,0xf88fc1fd,0x00690160,0x009e92fe,0xefa8fd90,0x210e6334,0x1401d104,0x2cfcea00,0x3d227fe8,0xf3002e7b,0x8200784f,0xccf6aff7,0xf5a01904,0x0ee6020c,0x33068006,0x3ee00607,0x2012ffaf,0x93011fd7,0xf85fc2fd,0x106b0190,0x00be88fe,0xefa9fdc0,0x2312634f,0x1821ce03,0xccfee7b0,0x2e21cfe7,0xf2b02f7b,0xb1f8787f,0xccf6aff8,0xf5b01803,0x6ee101fc,0x3406f00a,0x3ef00607,0x4012ffaf,0x91011fd6,0xf83fc2fd,0x306b0170,0x00ee7ffe,0xefa9fe00,0x25167364,0x1c61ca03,0x6d02e560,0x21213fe5,0xf230317b,0xd1f3789f,0xcdf69ff6,0xf5901902,0xfedc01ec,0x3407600e,0x3f000607,0x5013ffaf,0x90011fd5,0xf82fc2fd,0x406b0140,0x010e7afe,0xefaafe00,0x26196374,0x1f51c403,0x1d05e370,0x1720cfe4,0xf1e0327b,0xe1f078af,0xd0f69ff4,0xf5801a02,0x3eda01cc,0x3407a010,0x3f100607,0x6013ffaf,0x91011fd4,0xf80fc1fd,0x406a0120,0x012e77fe,0xffabfde0,0x271ac382,0x20a1bc02,0xcd09e1d0,0x12208fe4,0xf1b0327b,0xe1f1789f,0xd7f6aff1,0xf5701c01,0x4ed9019c,0x3407a011,0x3f100607,0x8013ffaf,0x95010fd4,0xf7efbffd,0x50690110,0x014e75fe,0xffabfdc0,0x271be38d,0x2191b602,0x7d0ce060,0x0f205fe4,0xf1a0327b,0xc1f4788f,0xdcf6afef,0xf5701f00,0x4ed9017c,0x3507c012,0x3f100607,0xa013ffaf,0x98010fd3,0xf7cfbefd,0x506800e0,0x016e74fe,0xffaafdc0,0x281d8392,0x2301b502,0x2d0fdf10,0x0b205fe4,0xf1c0327b,0xa1fa786f,0xe0f6bfeb,0xf5a022ff,0x3ed9015c,0x35082014,0x3f300607,0x9013ffaf,0x97010fd2,0xf7bfbefd,0x60680090,0x018e73fe,0xefa8fde0,0x281e6393,0x23b1b601,0xed12dde0,0x09205fe5,0xf1f0317b,0x8200783f,0xe2f6cfe7,0xf5e026fe,0x2ed9015c,0x36088016,0x3f500607,0x8013ffaf,0x96010fd2,0xf7bfbdfd,0x60680020,0x019e74fe,0xdfa5fdb0,0x291da390,0x2281b501,0xed14dcf0,0x09205fe5,0xf200317b,0x6204782f,0xe4f6cfe5,0xf5f029fd,0x7ed9015c,0x3708a018,0x3f600607,0x6013ffaf,0x94010fd1,0xf7bfbbfd,0x6068fff0,0x01be75fe,0xdfa0fd60,0x2a1b9389,0x1fe1b402,0x2d16dc40,0x0c205fe5,0xf1f0317b,0x5207780f,0xe4f6cfe4,0xf5d02cfd,0x0ed9015c,0x38088019,0x3f600607,0x3012ffaf,0x94011fd0,0xf7afb7fd,0x7068fff0,0x01ce77fe,0xcf9dfd00,0x2a17c37b,0x1b61b102,0x8d17dbc0,0x10205fe4,0xf1f0327b,0x420877ff,0xe4f6afe5,0xf5b02ffc,0xceda016c,0x3808601a,0x3f700607,0x1012ffaf,0x93011fd0,0xf7afb4fd,0x7068fff0,0x01be76fe,0xcf9dfca0,0x2a11735f,0x1491ac02,0xed17db70,0x15205fe5,0xf200317b,0x420a77ff,0xe3f68fe8,0xf5a032fc,0xcede019c,0x38086018,0x3f600607,0x0012ffaf,0x93011fcf,0xf7afb6fd,0x70680010,0x018e75fe,0xbf9efc50,0x290b332f,0x0dc1a503,0x5d16db50,0x1c206fe5,0xf230317b,0x320b77ef,0xe1f66feb,0xf5a036fc,0xdee201dc,0x37086015,0x3f600506,0xf012ffaf,0x94010fcf,0xf79fb9fd,0x60690030,0x017e74fe,0xaf9dfc00,0x290702e7,0x08e19d03,0xbd15db60,0x21208fe6,0xf270307b,0x220e77df,0xe2f66fec,0xf5b039fc,0xcee301ec,0x38087013,0x3f600506,0xf012ffaf,0x94011fcf,0xf78fbafd,0x606a0040,0x017e73fe,0xaf99fba0,0x28045277,0x05519304,0x1d13dbb0,0x2420afe7,0xf2c02f7b,0x121177cf,0xe5f6afeb,0xf5d03afc,0x8ee101ec,0x38088013,0x3f700607,0x0012ffaf,0x93011fcf,0xf77fb9fd,0x606a0060,0x018e72fe,0x9f96fb60,0x270321fb,0x03218b04,0x6d10dc00,0x2620cfe8,0xf3102d7a,0xf21577af,0xe8f6dfeb,0xf6003bfc,0x6ede01dc,0x3908a013,0x3f700607,0x1012ffaf,0x93011fcf,0xf76fb7fd,0x506b0070,0x017e71fe,0x8f95fb30,0x2502717a,0x00e18704,0xcd0edc30,0x28210fe8,0xf3502d7a,0xd219778f,0xe5f6dfed,0xf6103bfc,0x6edb01ec,0x3a08a013,0x3f800607,0x2012ffaf,0x92011fce,0xf75fb6fd,0x406d00a0,0x017e71fe,0x7f95fb10,0x220200f7,0xfec18505,0x1d0cdc40,0x28214fe9,0xf3802c7a,0xc21c777f,0xe2f6dff0,0xf6203afc,0x6ed801fc,0x3b089012,0x3f900607,0x3012ffaf,0x91011fce,0xf75fb4fd,0x406e00d0,0x015e71fe,0x6f97fad0,0x1f022082,0xfd618405,0x6d09dc50,0x28217fe9,0xf3b02b7a,0xb21d776f,0xe0f6bff2,0xf6103cfc,0x7ed8021c,0x3c087010,0x3fa00607,0x3012ffaf,0x91011fcf,0xf75fb3fd,0x306f0100,0x013e73fe,0x6f99fa70,0x1c028017,0xfc818405,0xbd07dc60,0x27218fea,0xf3d02b7a,0xc21c776f,0xe0f68ff1,0xf5f03ffc,0x7eda024c,0x3c08500c,0x3fa00607,0x3012ffaf,0x93011fcf,0xf75fb2fd,0x306f0130,0x010e75fe,0x5f9cfa10,0x19031fb8,0xfbc18406,0x0d04dc70,0x27219fea,0xf3f02a7a,0xc21b777f,0xe0f67ff0,0xf5d041fc,0x7edd026c,0x3c083009,0x3fa00607,0x3012ffaf,0x94011fcf,0xf75fb3fd,0x206e0150,0x00ee78fe,0x5f9ef9a0,0x17041f63,0xfac18506,0x5d02dc70,0x2821afea,0xf4002a7a,0xd219778f,0xdef68ff3,0xf5d040fc,0x8ee2026c,0x3d081008,0x3fa00607,0x5013ffaf,0x93011fcf,0xf76fb5fd,0x206e0140,0x00de7bfe,0x5fa0f930,0x15053f19,0xf9b18606,0xacffdc80,0x2921bfea,0xf4202a7a,0xe217779f,0xdcf6bff5,0xf5e03efc,0xaee7024c,0x3d081008,0x3fa00607,0x7013ffaf,0x93011fcf,0xf77fb9fd,0x206e0120,0x00ce7cfe,0x4fa3f8d0,0x13064edc,0xf8c18606,0xecfddc50,0x2b21bfeb,0xf4302a7a,0xf21677af,0xdef6dff5,0xf5d03efc,0xdee8024c,0x3e080006,0x3fb00607,0x9013ffaf,0x94011fd0,0xf78fbafd,0x206c0100,0x00be7bfe,0x3fa6f890,0x11074ea9,0xf7e18407,0x0cfcdc10,0x2d21afeb,0xf450297a,0xf21477af,0xe4f6fff0,0xf5c03ffd,0x2ee4024c,0x3f07f004,0x3fb00607,0x9013ffaf,0x96010fd0,0xf79fb9fd,0x206a0100,0x00be7afe,0x3faaf840,0x0f081e82,0xf7418207,0x2cfadbd0,0x2f219feb,0xf470297b,0x021377bf,0xe8f6efed,0xf5803ffd,0x6ee0025c,0x4007f003,0x3fc00607,0x9013ffaf,0x98010fd1,0xf79fb7fd,0x206700e0,0x00be79fe,0x2facf7f0,0x0e08be66,0xf6e18407,0x3cf9dba0,0x31219fec,0xf4a0287b,0x121177cf,0xe3f6aff0,0xf5203ffd,0x6edd024c,0x4107f003,0x3fd00707,0xc014ffaf,0x98010fd1,0xf79fb6fd,0x306600c0,0x00be77fe,0x2faff7b0,0x0d093e52,0xf6918707,0x4cf8db70,0x33219fec,0xf4d0287b,0x220e77df,0xdcf65ff5,0xf4b03efd,0x5eda022c,0x43080004,0x3fe00708,0x0014ffaf,0x96010fd2,0xf79fb4fd,0x50650090,0x00ae77fe,0x1fb3f760,0x0c09ae43,0xf6718907,0x4cf8db40,0x34219fec,0xf4d0287b,0x320b77ef,0xdaf64ff6,0xf4403cfd,0x3ed9022c,0x4407f003,0x3ff00708,0x4015ffaf,0x96010fd3,0xf78fb5fd,0x60630070,0x008e77fe,0x1fb7f720,0x090a0e37,0xf6718a07,0x5cf9db20,0x35219fec,0xf4c0287b,0x5207780f,0xdbf68ff3,0xf3e03afd,0x2eda022c,0x4607e001,0x3ff00808,0x7016ffaf,0x97010fd4,0xf77fb7fd,0x60610060,0x006e77fe,0x1fbaf6e0,0x070a6e30,0xf6618c07,0x6cf9db00,0x34219fec,0xf4c0287b,0x6204781f,0xdbf6bff0,0xf3a038fd,0x1edc022c,0x4707dfff,0x40000808,0xa016ffaf,0x99010fd5,0xf76fb9fd,0x605f0050,0x004e77fe,0x1fbaf6b0,0x060ace2d,0xf6418e07,0x7cf9daf0,0x31219fec,0xf4d0287b,0x7202782f,0xd8f6eff3,0xf39039fd,0x0edc022c,0x4807bffd,0x40000808,0xc016ffbf,0x9a010fd5,0xf76fbafd,0x605e0060,0x003e77fe,0x1fb9f690,0x050b1e2e,0xf6219107,0x9cf8db00,0x2e219fec,0xf4f0277b,0x7200782f,0xd4f6fff6,0xf3903afd,0x0edc022c,0x48078ffc,0x40000808,0xd016ffbf,0x9c00ffd6,0xf76fbbfd,0x605d0080,0x003e77fe,0x0fb8f670,0x060b4e31,0xf6219107,0xacf7db00,0x2d219fec,0xf4e0277b,0x81ff783f,0xd2f6fff7,0xf39039fc,0xfedc022c,0x49078ffb,0x40100808,0xe017ffbf,0x9c00ffd6,0xf75fbcfd,0x605d0090,0x003e76fd,0xffb7f640,0x060b5e36,0xf6519107,0xccf5db00,0x2e219fec,0xf4c0287b,0x81fe783f,0xd3f6cff7,0xf37038fc,0xeedb022c,0x4a078ffb,0x40200808,0xf017ffbf,0x9c00ffd7,0xf75fbdfd,0x605d00a0,0x004e75fd,0xffb6f630,0x070b4e3f,0xf6b19007,0xdcf4daf0,0x3021afec,0xf4b0287b,0x91fd784f,0xd4f6bff5,0xf34037fc,0xeed9022c,0x4c07affa,0x40300809,0x0017ffbf,0x9d00ffd7,0xf74fbdfd,0x605d0090,0x005e73fd,0xffb5f650,0x070aee4d,0xf7619007,0xccf3dad0,0x3121bfec,0xf4c0287b,0x91fb784f,0xd4f6bff4,0xf2d036fd,0x0ed5020c,0x4d07cffa,0x40400909,0x3018ffbf,0xa000ffd8,0xf73fbbfd,0x605c0080,0x006e71fd,0xffb4f680,0x070a6e60,0xf8419107,0x9cf2daa0,0x3221dfec,0xf4e0277b,0xa1f9785f,0xd4f6dff3,0xf23036fd,0x4ecf01ec,0x4e07fff9,0x40400909,0x6018ffbf,0xa400efd9,0xf72fb8fd,0x605a0070,0x007e71fe,0x0fb1f6c0,0x0709fe7c,0xf9419307,0x6cf2da90,0x3221ffed,0xf500277b,0xb1f7786f,0xd5f6eff2,0xf1c034fd,0x3ecc01cc,0x5007dff8,0x40500909,0x8018ffcf,0xa900dfda,0xf71fb6fd,0x60580060,0x008e73fe,0x0fadf710,0x07098ea5,0xfa819707,0x3cf2da80,0x31222fed,0xf520267b,0xb1f6786f,0xd8f6ffef,0xf16031fc,0xfecb019c,0x52076ff7,0x40600909,0x9019ffcf,0xae00cfda,0xf72fb5fd,0x60540070,0x008e77fe,0x0fabf760,0x06093ed4,0xfbe19b07,0x0cf3da80,0x32224fed,0xf540267b,0xc1f3787f,0xd8f6ffef,0xf1102dfc,0xaecc017c,0x5306fff5,0x40700909,0xb019ffcf,0xb300cfda,0xf73fb4fd,0x60520080,0x006e7cfe,0x0faaf790,0x04092f0b,0xfd61a006,0xdcf4dab0,0x35227fed,0xf530267b,0xd1f1788f,0xd1f6dff6,0xf0f025fc,0x6ed0017c,0x55069ff2,0x40800a09,0xc019ffcf,0xb400bfda,0xf73fb4fd,0x70520070,0x004e81fe,0x0faaf7c0,0x03093f48,0xff01a406,0xbcf4db00,0x3a22bfed,0xf510277b,0xe1ee789f,0xc9f6bfff,0xf0c01cfc,0x3ed5018c,0x56062fef,0x40900a09,0xe019ffcf,0xb500bfdb,0xf73fb4fd,0x80530060,0x003e87fe,0x1fabf820,0x02097f7d,0x0071a306,0x7cf4dba0,0x3f22ffed,0xf4f0277b,0xf1eb78af,0xc9f6a001,0xf01013fc,0x4ed8016c,0x5705cfec,0x40a00a0a,0x201affcf,0xb500bfdc,0xf73fb3fd,0x90540050,0x001e8dfe,0x1fabf8c0,0x0309dfae,0x01d19b06,0x3cf2dca0,0x47232fec,0xf4d0277c,0x01e978bf,0xd2f6bffb,0xeeb009fc,0xaed8013c,0x5a057fea,0x40a00b0a,0x801bffcf,0xb600bfdc,0xf72fb0fd,0xa0550050,0x000e94fe,0x2facf960,0x030a4fda,0x03019505,0xecf0de20,0x4b239fec,0xf4a0287c,0x01e878bf,0xdaf6aff4,0xed3003fd,0x1eda010c,0x5c052fe7,0x40a00b0a,0xe01cffdf,0xb700bfdd,0xf71fadfd,0xa0560030,0xffde9ffe,0x3fadfa10,0x040aa003,0x03e19405,0x9cf0e0d0,0x49243fec,0xf490287b,0xf1ea78af,0xdcf64fed,0xeb8001fd,0x8ee100ec,0x5d04dfe1,0x40b00c0b,0x201dffdf,0xbc00afde,0xf71facfd,0x90540000,0xffaeacfe,0x4faffac0,0x050b0027,0x04919505,0x4cefe470,0x43250feb,0xf470297b,0xd1f0788f,0xddf5efe7,0xe9d003fd,0xfee900dc,0x5d048fda,0x40b00c0b,0x501dffdf,0xc0009fde,0xf72fabfd,0x8052ffd0,0xff7ebafe,0x5faffb80,0x050b203f,0x04d19905,0x2ceee800,0x3925dfeb,0xf450297b,0x81fd783f,0xdff61fe6,0xe8e005fe,0x7ef100bc,0x5e042fd7,0x40b00c0b,0x701effdf,0xc1009fdf,0xf72fa8fd,0x7052ffa0,0xff5ecafe,0x8faefc50,0x050b004f,0x04919f05,0x2cecebc0,0x2826afea,0xf4202a7b,0x021277af,0xe4f6efe9,0xe86008ff,0x0ef8008c,0x5e03cfd6,0x40a00d0b,0x901effdf,0xbe00afe0,0xf73fa3fd,0x6054ff80,0xff2ed9fe,0xafaffd30,0x050ad05a,0x0451a405,0x3ce9ef10,0x1b278fea,0xf3f02b7a,0x322d76ef,0xe6f78fee,0xe8800cff,0x6efe005c,0x5e036fd5,0x40900d0b,0xc01effdf,0xba00afe0,0xf73f9ffd,0x5057ff60,0xfefee4fe,0xbfb4fe50,0x050aa061,0x0451a505,0x3ce7f1a0,0x1a289fe9,0xf3b02c79,0x025175bf,0xe2f73ff5,0xe9e011ff,0x4f02005c,0x5f032fd1,0x40900e0c,0x101fffdf,0xb800bfe1,0xf73f9afd,0x4059ff50,0xfeceeffe,0xdfbbff90,0x040a6065,0x0461a505,0x3ce4f3b0,0x1b29cfe8,0xf3702d77,0x627a742f,0xdaf69ffe,0xebb016fe,0xef06007c,0x6002efcc,0x40800e0c,0x7020ffcf,0xb700bfe2,0xf73f96fd,0x305bff40,0xfe9f02fe,0xffc10080,0x030a4064,0x0461a705,0x7ce3f520,0x182acfe8,0xf3402d75,0x92a1726f,0xd4f65000,0xeca019fe,0xbf0c006c,0x5f029fc8,0x40800f0c,0xa021ffdf,0xb800bfe3,0xf74f95fd,0x105cff40,0xfe7f21ff,0x1fc70140,0x000a205d,0x0451aa05,0xece3f600,0x112b9fe8,0xf3302e73,0x72c5706f,0xcff65ffd,0xecd01afe,0xbf12005c,0x5d023fc4,0x40900f0c,0xa021ffdf,0xbc00afe4,0xf74f98fc,0xe05bff10,0xfe5f38ff,0x3fca020f,0xfe09f055,0x0441ae06,0x5ce5f6b0,0x0a2c4fe8,0xf3402d70,0xb2e96ddf,0xcaf66ffa,0xed001cfe,0xbf1a002c,0x5c01dfc2,0x40a00f0c,0xa021ffdf,0xbf00afe5,0xf76f9afc,0xc05aff00,0xfe4f3dff,0x2fcb02ef,0xfd09a04d,0x03f1b206,0xace7f750,0x062cdfe9,0xf3902c6c,0xb30f69ff,0xc3f69ffb,0xed7024fe,0xbf23ffdc,0x5e017fbf,0x40c00e0c,0x9020ffdf,0xbe00afe6,0xf78f99fc,0xa05cff20,0xfe5f3dff,0x1fcb03df,0xfc093044,0x03a1b706,0xfce9f7c0,0x032d5fea,0xf4002b67,0xa333651f,0xbdf6dffe,0xee002dfe,0xbf2dff7c,0x62012fbe,0x40e00e0c,0x8020ffdf,0xbd00afe7,0xf7bf97fc,0x905eff50,0xfe4f42ff,0x1fcc04af,0xfb08d03d,0x0361b907,0x4ceaf7f0,0x022dffeb,0xf4702962,0xd34c607f,0xbbf6e000,0xee802dfe,0xff35ff5c,0x6300ffbc,0x40e00e0c,0x6020ffdf,0xbb00afe8,0xf7df98fc,0x8060ff50,0xfe3f4aff,0x3fcd054f,0xf8086037,0x0351ba07,0x9ceaf7f0,0x042ecfed,0xf500275e,0x235e5bef,0xbcf6d003,0xeef026ff,0x7f3bff6c,0x6100efbb,0x40e00e0c,0x301fffdf,0xba00bfe9,0xf81f9cfc,0x8062ff40,0xfe3f53ff,0x5fce05df,0xf5080030,0x0341ba07,0xece9f7e0,0x022f6fee,0xf5902558,0xd36c56cf,0xbff6b004,0xef4021ff,0xef40ff7c,0x5e00dfba,0x40e00d0b,0xf01fffdf,0xba00afe9,0xf84f9ffc,0x7063ff30,0xfe6f5aff,0x6fcc066f,0xf507c026,0x0311b908,0x2ce4f80f,0xfb2fbff0,0xf6402251,0xe376500f,0xc2f67001,0xef502500,0x5f45ff4c,0x5d009fbb,0x40e00d0b,0xc01effdf,0xbd00afea,0xf87fa1fc,0x5062ff30,0xfeaf60ff,0x8fc906ff,0xf507901b,0x02e1b608,0x5cdff82f,0xf02fdff2,0xf700204a,0x737c48af,0xc5f61ffd,0xef202d00,0xaf49ff0c,0x5c005fbd,0x40e00c0b,0x701dffdf,0xc1009fea,0xf89fa3fc,0x4060ff50,0xfecf66ff,0x9fc8075f,0xf4074015,0x02b1b308,0x9cdcf88f,0xe9301ff3,0xf7901e44,0xd380432f,0xc7f5dffa,0xeed02f00,0xaf4bfefc,0x5b002fbe,0x40e00c0b,0x301dffdf,0xc2009feb,0xf8cfa4fc,0x3060ff60,0xfecf6aff,0x9fc807af,0xf106d013,0x0291ae08,0xbcdbf91f,0xe2306ff4,0xf7e01d40,0x83803eef,0xc8f5bff8,0xee302e00,0x4f4cff1c,0x5b001fbe,0x40f00b0a,0xf01cffdf,0xbf00afeb,0xf8efa5fc,0x2061ff70,0xfedf6cff,0x9fc807df,0xef066012,0x0281aa08,0xecdaf9bf,0xde30cff4,0xf8201c3c,0x337f3abf,0xc8f5aff6,0xedb02dff,0xef4cff2c,0x5b000fbf,0x40f00b0a,0xb01bffdf,0xbd00afec,0xf90fa5fc,0x2062ff90,0xfeef6eff,0x9fc7081f,0xed05f010,0x0291a709,0x0cd6fa4f,0xda312ff4,0xf8501b37,0x337c35cf,0xc3f5bff8,0xed802eff,0xef4bff2c,0x5bffefc0,0x40f00b0a,0x801bffdf,0xbd00afec,0xf91fa3fc,0x1062ffc0,0xff0f70ff,0xafc5084f,0xec05800e,0x02b1a509,0x1cd3facf,0xd9318ff5,0xf8801a32,0x237730df,0xbcf5effa,0xed7030ff,0xff49ff1c,0x5bffcfc1,0x40f00a0a,0x601affdf,0xbe00afec,0xf92fa1fc,0x1061fff0,0xff1f71ff,0xafc5087f,0xea05200a,0x02c1a209,0x0ccffb1f,0xd731eff5,0xf8b01a2d,0xa3702c6f,0xbbf61ffb,0xed903200,0x1f4aff1c,0x5affafc1,0x40e00a0a,0x501affdf,0xc0009fec,0xf93fa1fc,0x00600010,0xff1f74ff,0xbfc5088f,0xe704e005,0x02b19d08,0xeccbfb1f,0xd6325ff5,0xf8d01929,0x7367285f,0xbff63ffa,0xedd03a00,0x0f4dff1c,0x59ff8fc1,0x40e00a0a,0x301affdf,0xc3009fec,0xf93fa1fb,0xf0600020,0xff2f76ff,0xcfc4089f,0xe604b000,0x02919a08,0xbcc7fb2f,0xd632bff6,0xf8e01925,0xd35e24df,0xc1f64ff9,0xee304100,0x0f4fff1c,0x58ff8fc1,0x40d00a0a,0x0019ffdf,0xc5009fec,0xf93fa2fb,0xf05f0020,0xff4f76ff,0xdfc108af,0xe504b000,0x02719b08,0xbcc5fb3f,0xd632fff6,0xf8e01922,0xe35421ff,0xbff60ff7,0xeea046ff,0xff4fff1c,0x57ff7fc2,0x40d00909,0xb019ffdf,0xc7008fec,0xf94fa3fb,0xf05f0030,0xff7f75ff,0xdfbc08bf,0xe504b001,0x02519c08,0xccc3fb4f,0xd6332ff5,0xf8d01920,0x634b1f9f,0xbaf5bff6,0xef104aff,0xff4eff1c,0x56ff7fc4,0x40c00909,0x4017ffdf,0xc9008fec,0xf96fa2fb,0xe05f0050,0xff9f76ff,0xefb908bf,0xe4048fff,0x02319f08,0xccc2fb4f,0xd6335ff5,0xf8b01a1e,0x43411d8f,0xb5f5dff8,0xef404fff,0xef4cff2c,0x56ff5fc6,0x40c00808,0xe017ffef,0xca008feb,0xf97f9ffb,0xe05e0070,0xffbf78ff,0xffb608af,0xe2044ff9,0x0211a108,0xccc2fb2f,0xd6338ff5,0xf8901a1c,0x63381bcf,0xb1f64ffe,0xef3057ff,0xcf48ff2c,0x55ff2fc7,0x40b00808,0x9016ffef,0xcb008feb,0xf99f9afb,0xe05d0090,0xffcf7a00,0x0fb4089f,0xe103fff5,0x0201a308,0xbcc1fb1f,0xd6339ff5,0xf8801a1b,0x13301a7f,0xaef6a002,0xef105eff,0xaf47ff2c,0x54feffc8,0x40a00708,0x5015ffef,0xcc008fea,0xf9bf95fb,0xd05c00a0,0xffdf7c00,0x1fb3085f,0xe103cff6,0x01f1a208,0xacc1fb1f,0xd7339ff5,0xf8901a1a,0x432b19bf,0xb1f67004,0xef1065ff,0xaf4aff1c,0x53feefc9,0x40a00708,0x4015ffef,0xce007fea,0xf9bf95fb,0xd05b0080,0xffef7f00,0x1fb3081f,0xe2039ffa,0x01f19f08,0x9cc1fb1f,0xd9339ff5,0xf8b01a19,0xc328194f,0xb6f62004,0xef106cff,0xaf4ffefc,0x52feffc9,0x40a00708,0x5015ffef,0xd0007fea,0xf9af96fb,0xd05a0050,0xffef8000,0x1fb507ff,0xe3037ffc,0x01f19d08,0x8cc1fb2f,0xda338ff5,0xf8b01a19,0xa327192f,0xb6f5e002,0xef1073ff,0x8f52feec,0x51ff0fca,0x40a00708,0x5015ffef,0xd0007fe9,0xf9af96fb,0xd05a0030,0xffcf8000,0x1fb907ef,0xe4036ffd,0x02119a08,0x7cc2fb4f,0xdb337ff5,0xf8901a19,0xe329195f,0xb3f5affd,0xef1079ff,0x4f53fefc,0x51ff0fca,0x40900708,0x5015ffef,0xce007fe9,0xf9bf96fb,0xd05b0010,0xffbf7f00,0x0fbc07ff,0xe5034ffe,0x02119908,0x6cc4fb5f,0xdc336ff5,0xf8801a1a,0x332b19bf,0xb0f57ff9,0xef107fff,0x1f53ff0c,0x51ff2fc9,0x40900708,0x5015ffef,0xcc008fe8,0xf9bf96fb,0xe05bfff0,0xffbf7c00,0x0fbd082f,0xe602fffc,0x01d19808,0x6cc6fb6f,0xdb336ff5,0xf8701b1a,0xa32e1a1f,0xaff52ff6,0xef0083fe,0xff50ff0c,0x51ff6fc9,0x40a00708,0x5015ffef,0xce007fe8,0xf9af95fb,0xd05affd0,0xffcf79ff,0xffbc087f,0xe702aff9,0x01919908,0x6cc9fb6f,0xd9337ff5,0xf8601b1b,0x23301a8f,0xaef4fff5,0xeee088fe,0xef4cff1c,0x52ffafc8,0x40a00708,0x4015ffef,0xd0007fe8,0xf99f93fb,0xd058ffb0,0xffbf77ff,0xffbd088f,0xe7027ff9,0x01619b08,0x6ccbfb6f,0xd9337ff5,0xf8701b1b,0x63321acf,0xacf50ff8,0xeec08dfe,0xaf4aff2c,0x51ffafc7,0x40a00708,0x4015ffef,0xd2007fe7,0xf99f92fb,0xc057ffb0,0xffaf7700,0x0fbe087f,0xe7024ff9,0x01519f08,0x4ccafb7f,0xda338ff5,0xf8901a1b,0x63321adf,0xaaf58001,0xee8094fe,0x3f4aff3c,0x50ff6fc6,0x40800708,0x4015ffef,0xd2007fe7,0xf98f90fb,0xd057ffd0,0xff9f7800,0x1fbe084f,0xe6024ffa,0x0161a008,0x4cc9fb8f,0xda339ff5,0xf8a01a1b,0x73321adf,0xa9f5d007,0xee5099fd,0xef4cff4c,0x4fff3fc5,0x40700708,0x4015ffef,0xd2007fe7,0xf98f8ffb,0xd057fff0,0xff9f7900,0x2fbe081f,0xe6026ffd,0x01919d08,0x4ccafb9f,0xda33aff5,0xf8a01a1b,0x93331aff,0xa7f59003,0xee609cfd,0xef50ff3c,0x4eff2fc6,0x40700708,0x5015ffef,0xd1007fe7,0xf97f90fb,0xe058ffe0,0xff8f7a00,0x2fbe07ef,0xe6029000,0x01d19708,0x6ccafbbf,0xda33bff5,0xf8a01a1b,0xb3341b1f,0xa5f52ffc,0xee809efd,0xff54ff2c,0x4dff2fc7,0x40600708,0x7015ffef,0xcf007fe7,0xf96f93fb,0xe05affb0,0xff9f7a00,0x2fbe07ef,0xe6029000,0x01e19608,0x6ccbfbbf,0xd933cff5,0xf8701b1b,0xc3341b2f,0xa7f54ff9,0xee909dfe,0x0f54ff2c,0x4dff3fc7,0x40600708,0x7015ffef,0xcf007fe7,0xf96f93fb,0xf05aff90,0xffaf7700,0x1fbe082f,0xe6025ffd,0x01b19908,0x6cccfbaf,0xd933cff4,0xf8101c1b,0xc3341b2f,0xacf5eff9,0xeea09afe,0x0f4fff1c,0x4fff5fc8,0x40700708,0x7015ffef,0xd0007fe6,0xf98f92fb,0xe059ff70,0xffbf7400,0x0fbd086f,0xe6022ffb,0x01819b08,0x6cccfb9f,0xd833dff3,0xf7d01d1b,0xc3341b2f,0xb0f67ffb,0xeea097fe,0x0f4aff1c,0x50ff7fc8,0x40800708,0x7015ffef,0xd1007fe6,0xf99f90fb,0xe059ff60,0xffbf74ff,0xffbe087f,0xe601fff9,0x01619d08,0x6cccfb8f,0xd833dff3,0xf7b01d1b,0xb3341b1f,0xb0f6bffe,0xee9093fe,0x0f49ff2c,0x50ff5fc7,0x40800708,0x7015ffef,0xd1007fe7,0xf99f91fb,0xf05aff70,0xffaf74ff,0xffbe088f,0xe701cff8,0x01419f08,0x6ccbfb7f,0xd733cff3,0xf7a01d1b,0xb3341b1f,0xaff6c001,0xee7090fe,0x1f4aff2c,0x50ff3fc7,0x40800708,0x8015ffef,0xcf007fe7,0xf99f92fb,0xf05cff80,0xffaf74ff,0xffbf089f,0xe601bff8,0x0151a008,0x6ccafb7f,0xd733bff3,0xf7a01d1b,0xb3341b1f,0xaff6b002,0xee708ffe,0x2f4cff2c,0x50ff2fc7,0x40800808,0x9016ffef,0xce007fe7,0xf99f94fc,0x005dff80,0xff9f7400,0x0fbf088f,0xe601bff9,0x0181a008,0x5cc9fb8f,0xd733bff3,0xf7c01d1b,0xa3341b0f,0xaef68001,0xee9090fe,0x3f4fff2c,0x4fff2fc7,0x40700808,0xc016ffef,0xcc008fe8,0xf98f98fc,0x005fff60,0xff9f7400,0x0fbe088f,0xe501affa,0x01b1a108,0x6cc8fb8f,0xd733aff4,0xf7f01c1b,0xa3341b0f,0xacf63000,0xeea08ffe,0x3f51ff1c,0x4eff3fc8,0x40600808,0xe017ffef,0xcb008fe8,0xf98f9cfc,0x0060ff50,0xffaf72ff,0xffbd08af,0xe5019ff8,0x0191a408,0x6cc9fb8f,0xd633bff4,0xf8201c1b,0xc3341b2f,0xa7f5a002,0xeeb08bfe,0x2f50ff1c,0x4fff5fc8,0x40700808,0xe017ffef,0xcc008fe9,0xf99f9ffc,0x1061ff40,0xffbf70ff,0xffbc08df,0xe5016ff6,0x0161a708,0x6cc9fb8f,0xd533bff4,0xf8601b1b,0xf3351b5f,0xa1f51004,0xeec085fe,0x1f4dff1c,0x50ff6fc7,0x40700808,0xd016ffef,0xce007fea,0xf9afa2fc,0x1063ff40,0xffbf70ff,0xffbb08ef,0xe4014ff4,0x0151a808,0x6ccafb7f,0xd533bff5,0xf8601b1c,0x03361b6f,0xa0f4f005,0xeec082fe,0x0f4cff2c,0x50ff5fc7,0x40800808,0xc016ffef,0xcf007feb,0xf9bfa5fc,0x1064ff30,0xffbf70ff,0xffbb08ef,0xe4012ff3,0x0151a708,0x7ccbfb7f,0xd533cff4,0xf8501b1c,0x03361b6f,0xa2f53004,0xeed080fd,0xef4cff3c,0x50ff2fc6,0x40800808,0xb016ffef,0xcf007fec,0xf9dfa7fc,0x1065ff30,0xffaf72ff,0xffbb08ef,0xe3011ff3,0x0161a608,0x7ccdfb6f,0xd533dff4,0xf8401b1c,0x03361b6f,0xa5f59003,0xeed080fd,0xdf4cff4c,0x50ff0fc5,0x40700808,0xa016ffef,0xcf007fec,0xf9ffa9fc,0x1067ff20 +}; + +u32 ANIM_ENTRY_draw_one_handed_weapon_and_stand_up[] = +{ + 0xf4101501,0x321afc8f,0x84eab049,0x028baba4,0x63f1150f,0x96277f12,0xd4d0f10f,0xc2d60ff3,0x32042f00,0xf5b06f0c,0x2da3ce0e,0x6207a0b3,0x32979526,0x976c819e,0x107c3ffc,0xeb2fc100,0xc1210e80,0xf4101100,0xc225fc2f,0x84ea3058,0x029b97a4,0x23f3156f,0xa227af1b,0xd550e90f,0x72d00fa3,0x3f045f09,0xf5d06d0c,0x0d94cede,0x780810b0,0x32d79626,0x776d818e,0x127c5ffc,0xeabfbc00,0x911a1030,0xf4500f00,0xc228fc0f,0x83e97064,0x02ab88a3,0x73ef154f,0xa827ef2a,0xd650dc0f,0x22cb0f53,0x4e038f1e,0xf6606a0b,0xcd82cf7e,0x8d0910b3,0x33179626,0x676d818e,0x0e7c5ffb,0xea3fb301,0x012b12d0,0xf5000801,0x1221fc2f,0x83e7e067,0x027b71a2,0x73ee14cf,0xac283f37,0xd750d00e,0xc2c50f03,0x60029f3c,0xf750680b,0xfd63d00e,0xaf09a0bf,0x33779626,0x776d818e,0x067c4ffa,0xe9dfae01,0x313213a0,0xf5500401,0x721ffc3f,0x7ae7a070,0x02bb52a1,0xa3f414bf,0xb8288f3e,0xd7f0ca0e,0x02b60e53,0x7902cf41,0xf7306d0c,0x1d59d0ae,0xb50920c4,0x33c79326,0xd769819e,0x017c3ffa,0xe9bfaa01,0x21301250,0xf5600401,0xc21bfc2f,0x73e7a076,0x02eb36a0,0x63fa14cf,0xbc28df42,0xd840c70d,0x32a50d93,0x8c033f3d,0xf670750b,0xdd5bd13e,0xaf0820c6,0x33e79126,0xf76881ad,0xfc7c1ffa,0xe9dfa201,0x012c1080,0xf5dffd01,0xe20ffc4f,0x76e71076,0x028b209e,0xc3fe14cf,0xb7291f46,0xd8b0c30c,0xa29c0d23,0x8d02af4a,0xf5e0740b,0x6d4dd1de,0xc10830cb,0x34679326,0xd76981bd,0xfa7c1ffa,0xe9af9c01,0x112f10a0,0xf5fff901,0xe207fc2f,0x77e6d079,0x026b0e9d,0x640514ef,0xb1293f4c,0xd930be0c,0x72980cf3,0x8101cf57,0xf5b06f0b,0x2d4ad26e,0xc60870ca,0x34a79326,0xb76a81bd,0xfa7c1ff8,0xe93f9b01,0x21321150,0xf5eff902,0x0202fc0f,0x75e78079,0x02bb019c,0x440d150f,0xac296f4c,0xd950bd0c,0x42940cc3,0x76010f5e,0xf5e06f0a,0x7d56d2be,0xb90870c6,0x34a79426,0xb76a81bd,0xf97c1ff7,0xe8df9b01,0x213010f0,0xf5fff402,0x11fafc3f,0x77e75075,0x02caf39a,0xd416155f,0xa6298f47,0xd8f0c20b,0xf28e0c83,0x6b00bf5c,0xf6f0700a,0x0d5ad34e,0xb90890c5,0x35079526,0x976c81bd,0xf67c0ff5,0xe85f9b01,0x012c0f80,0xf61fed02,0x11f2fc5f,0x78e71079,0x02dae999,0xd41b166f,0x9f294f46,0xd8d0c30b,0xe28c0c73,0x55002f59,0xf9006c09,0xad59d3de,0xbc08d0c5,0x35579526,0x876c81cd,0xf57c0ff4,0xe7ef9b01,0x21300f40,0xf5dfec02,0x31f1fc1f,0x71e78082,0x030ae499,0x2422187f,0x9728cf45,0xd8d0c40b,0xf28e0c83,0x37ff1f62,0xfcd06807,0xfd66d43e,0xad0900c0,0x35279526,0x976c81cd,0xf47c0ff2,0xe79f9c01,0x613a0fc0,0xf55ff402,0x21f2fb8f,0x6ae7e080,0x02fae098,0x24291bcf,0x8527ff40,0xd860c90c,0x22950cb3,0x25fe9f63,0x04706505,0x3d82d40e,0x930860b4,0x34d79626,0x776c81dd,0xf07bfff1,0xe73f9e01,0x613b1060,0xf49ff401,0x2209fb5f,0x6ae7b085,0x036ae398,0x342e200f,0x7d26ef40,0xd870c80c,0x32970cb3,0x23fdaf69,0x10d07703,0x3dafd48e,0x7307b09f,0x35d79426,0x976b81dd,0xee7beff0,0xe72fa001,0x31320ff0,0xf4afe300,0xa219fc0f,0x70e7308f,0x03bae799,0x7430246f,0x82258f42,0xd890c60c,0x629b0ce3,0x26fd2f76,0x1cc09005,0xddaad57e,0x7f08509d,0x37279226,0xd76981dd,0xed7bfff0,0xe73fa301,0x31340f40,0xf4ffd500,0xa21cfcbf,0x73e69091,0x03bae89a,0x442f28cf,0x7a244f3d,0xd810cb0d,0xc2b60e13,0x22fe2f74,0x24708e08,0x9d98d63e,0x960900a0,0x37f79326,0xd76a81dd,0xeb7beff0,0xe71fa401,0x31340e80,0xf4efda01,0x2216fc3f,0x69e6c091,0x035aeb9a,0xb4282d2f,0x6122ff3a,0xd7c0ce10,0x82e21093,0x1eff3f6d,0x26c07a0a,0x4d8ed5ce,0x960930ac,0x36e79426,0xb76a81cd,0xf17c0ff0,0xe71fa801,0x31330ea0,0xf52fe202,0x020bfbbf,0x5de77091,0x035af19b,0x442030af,0x42221f3b,0xd7e0cd15,0x231514e3,0x1eff2f6a,0x2680670b,0x9d79d4fe,0x9c0910be,0x35e79326,0xc76a81bd,0xf77c1ff0,0xe73fad01,0x31320e90,0xf56fe002,0x420afc0f,0x5ae7408f,0x039af29b,0xf41c323f,0x25220f3c,0xd7f0cc1d,0x734b1cd3,0x24fe6f6b,0x23004e0e,0x4d68d4fe,0xac08f0c7,0x36179426,0xa76b81ad,0xf97c1ff0,0xe74fab01,0x31320e00,0xf57fdf02,0x7211fbff,0x53e70096,0x03eaec9c,0xd41d32cf,0x13227f3d,0xd7f0cb27,0x136d2623,0x26fd7f70,0x1f705a10,0x3d5ed50e,0xb40910ca,0x36279226,0xd76981ad,0xf97c2ff0,0xe75fab01,0x31330db0,0xf4ffde02,0x7226fbdf,0x44e680a4,0x041adb9d,0xd425335f,0x0b234f36,0xd750d22a,0xc37529c3,0x29fd9f77,0x1f70930c,0x9d61d55e,0xad0950c6,0x36079127,0x076781ad,0xfc7c2ff1,0xe79faf01,0x21300e20,0xf4efd802,0x6234fbef,0x3ce5c0a8,0x042ac39e,0x642c332f,0x02242f28,0xd650de2c,0x93782b83,0x2efe6f75,0x1e10b508,0xfd58d5be,0xb809e0ca,0x36379126,0xf768819e,0x017c4ff2,0xe7dfaf00,0xf12a0f70,0xf47fe102,0x1245fb0f,0x2ee600b0,0x041aad9e,0x943332fe,0xf624cf1e,0xd5a0e62d,0xb3792ca3,0x2bff1f70,0x1c50d507,0x2d62d57e,0xaf0990c5,0x36079126,0xf767818e,0x047c5ff4,0xe86fad00,0xf1291010,0xf3bff001,0xc25ef9ff,0x1be610bd,0x03ea989e,0xc43a32ce,0xf124ff16,0xd510ee30,0xd37e2fb3,0x25ff7f73,0x18c0ef07,0xad7cd51e,0x9208e0b7,0x35879027,0x0766818e,0x057c5ff6,0xe8efaa00,0xf1291020,0xf42fed02,0x125ef9ef,0x15e560c2,0x03ca8a9e,0xe440329e,0xe924ef0b,0xd460f833,0xb3813283,0x28001f77,0x15b11107,0xfd62d52e,0xaa0930c2,0x35979027,0x0766817e,0x087c5ff6,0xe8ffab01,0x212f1080,0xf4bfe502,0x5259fa0f,0x12e540c6,0x03ca819f,0x144732de,0xe224af05,0xd400fd33,0xa3813273,0x27004f7e,0x15213705,0x5d42d55e,0xc509e0d1,0x35c78f27,0x1765816e,0x0f7c7ff6,0xe8efaf01,0x613b1150,0xf4bfe502,0x4261f9df,0x0de590c9,0x03aa7f9f,0x744132ee,0xe0245f12,0xd4d0f136,0x43843503,0x20ff4f81,0x12e13604,0x5d41d54e,0xc409c0d3,0x35e78e27,0x3764815e,0x117c8ff6,0xe91fb001,0x613b1150,0xf4dfe402,0x5262f9af,0x0be550c7,0x038a7c9f,0xa43932fe,0xde241f1f,0xd5c0e639,0x63863823,0x1cfeaf7d,0x10911a04,0x0d3cd54e,0xc90970d5,0x36078f27,0x2765816e,0x0e7c7ff7,0xe92fb301,0x212f1080,0xf4dfe202,0x5264f99f,0x08e570c9,0x036a799f,0xb43a335e,0xdf23cf22,0xd5e0e33a,0x63863913,0x19fe6f7c,0x10510401,0xfd39d56e,0xcb0980d4,0x36178e27,0x3764816e,0x0d7c7ff6,0xe90fb501,0x112e1090,0xf4afe102,0x4269f9cf,0x06e530c9,0x036a7a9f,0xd43b337e,0xe2236f22,0xd5d0e33a,0x438638f3,0x1afe8f7d,0x10c0f100,0xbd3fd59e,0xc409c0d2,0x36078e27,0x3764816e,0x0f7c7ff6,0xe8efb501,0x51381130,0xf4dfdb02,0x5264fa3f,0x0de500be,0x036a819f,0xe436336e,0xe422af25,0xd610e039,0x83863843,0x17febf79,0x1190e501,0x7d37d5ee,0xcc0a10d7,0x36478f27,0x2765815e,0x107c8ff6,0xe8bfb801,0x613b1130,0xf4ffdb02,0x625efa4f,0x11e5f0ba,0x039a849f,0xb43c337e,0xec214f1f,0xd5c0e538,0x83863733,0x0dfedf76,0x1290dd03,0x5d33d5de,0xce0a00d9,0x36478e27,0x3764816e,0x107c8ff5,0xe89fbb01,0x713c1110,0xf4dfde02,0x525efa3f,0x10e6c0be,0x03fa7a9f,0x644c335f,0x031f5f0e,0xd4a0f537,0x238535e3,0x09ff2f73,0x13c0d105,0x3d3ad5be,0xc509a0d4,0x36278f27,0x2765816e,0x0d7c7ff6,0xe8afba01,0x713d1090,0xf4dfd902,0x325dfa6f,0x0fe6a0c0,0x044a6e9f,0x7454331f,0x271ccf0d,0xd490f636,0xe38635b2,0xfaff1f6e,0x1510ce05,0xcd3cd60e,0xc609b0d2,0x36679126,0xe767816e,0x0b7c7ff5,0xe87fba01,0x613a0ff0,0xf4afd302,0x325afa5f,0x08e710ca,0x043a639f,0xd459325f,0x5a19bf18,0xd550ec3a,0x238938e2,0xd2fe9f77,0x15e0c206,0x7d3ed65e,0xc20a20d2,0x36579126,0xe768816e,0x0b7c7ff5,0xe84fbe01,0x61390ff0,0xf46fd102,0x225afa2f,0x02e7f0d2,0x041a58a0,0x7453308f,0x9c168f2e,0xd6e0d840,0x238c3ed2,0xbbfe1f7f,0x1600b306,0xfd46d68e,0xb60a60cf,0x36479126,0xe768816e,0x0c7c7ff5,0xe84fbf01,0x713e1010,0xf4afce02,0x5249fa2e,0xfde890d2,0x042a4ca0,0x844e2dff,0xe613cf3e,0xd830ca45,0xb38d4452,0xb3fdef88,0x1610ab06,0x9d3ad69e,0xc00a50d5,0x36679226,0xd768816e,0x0c7c7ff4,0xe81fc201,0x51380f70,0xf4cfd002,0x423efa3e,0xf9e970d1,0x046a47a0,0x64432a50,0x36119f51,0xd9c0ba48,0x838d4722,0x92fcbfa7,0x16109b06,0x2d36d68e,0xc40a00d5,0x36979126,0xe768816e,0x0a7c7ff4,0xe80fc801,0x012c0ec0,0xf4bfd502,0x123afa2e,0xf8ea00cc,0x048a46a0,0x643825a0,0x88101f5c,0xdad0b046,0xf38e4592,0x4ffc3fd8,0x15808306,0x5d3bd65e,0xbf09e0d3,0x36979126,0xe768817e,0x087c6ff5,0xe84fca00,0xf1290f30,0xf4bfd602,0x122efa5e,0xf9eac0c1,0x04ca44a0,0x443220b0,0xd80f4f5f,0xdb30ad41,0x038f3fb1,0xf0fd1011,0x14706b07,0x0d3ad65e,0xc109f0d3,0x36a79226,0xd769817e,0x077c6ff5,0xe85fca00,0xd1250f80,0xf48fda02,0x0225fa9e,0xfbec40ba,0x052a38a0,0xd4241ba1,0x2a0f5f6a,0xdc30a335,0xa38a3481,0xa2fdd029,0x12704006,0xbd3cd66e,0xbe09c0d0,0x36979027,0x0767817e,0x087c6ff5,0xe88fca00,0xd1240f80,0xf44fe002,0x2222face,0xf8ed20b0,0x057a20a1,0xa41816c1,0x81106f76,0xdd509925,0xf36f2521,0x69fe7028,0x0f500406,0xad45d65e,0xb10970ca,0x36678e27,0x3765816e,0x097c7ff6,0xe89fca00,0xe1270fa0,0xf43fe102,0x5216fb2e,0xf8ee70a0,0x05ca0ea2,0x840f1261,0xd6125f7f,0xde709119,0x03371891,0x1dfff040,0x0ebfcf07,0xcd43d66e,0xb00980cb,0x36578e27,0x4765816e,0x0a7c7ff5,0xe89fcc00,0xf1290fd0,0xf42fe202,0x420dfb9f,0x01f0f092,0x063a16a4,0x43ec0ee2,0x2414cf91,0xe0a08210,0xa2e610b0,0xe801307d,0x10cfcd06,0xdd44d66e,0xb10970cc,0x36878d27,0x6764816e,0x0b7c7ff6,0xe8bfcf00,0xe1280fe0,0xf3dfe702,0x020efc5f,0x0ff2a07e,0x065a36a6,0x33ae0c12,0x6a170fa2,0xe300720b,0xb2900c40,0xed0260bc,0x12ffd904,0x8d50d64e,0xa80920c6,0x36a78c27,0x8763816e,0x0b7c7ff7,0xe8ffd000,0xf1280fb0,0xf39fea02,0x0208fd2f,0x1df36064,0x063a58a7,0xc3720a42,0xa6194fb2,0xe5b06408,0xb24209a1,0x1f0310ba,0x14bfde03,0xdd55d62e,0xa308f0c3,0x36a78b27,0xb762815e,0x0d7c8ff7,0xe92fd300,0xe1270fa0,0xf36fed02,0x3202fddf,0x28f4d054,0x064a83a9,0x83320962,0xd71bbfc2,0xe8b05506,0xd2040801,0x5d0350a9,0x161fe103,0xdd59d60e,0x9c08d0c4,0x36878a27,0xc761815e,0x0f7c8ff7,0xe92fd600,0xd1240fc0,0xf36ff102,0x3202fe6f,0x34f5c045,0x05eabeab,0x22e60942,0xfc1e7fcf,0xeb504905,0xc1d70711,0x940470af,0x17cfe703,0x3d59d5ee,0x9b0890c4,0x36978a27,0xd761815e,0x0f7c8ff7,0xe93fd800,0xd1240fc0,0xf37ff302,0x21fffedf,0x3ef60037,0x059afcac,0x22a70ae3,0x16224fd7,0xed504005,0x11ba0681,0xc60620c8,0x19cff402,0x8d51d60e,0xa10860c6,0x36c78927,0xe760815e,0x0f7c8ff8,0xe96fda00,0xe1260fc0,0xf36ff602,0x11fffebf,0x3ff69034,0x05cb2cad,0x22770ef3,0x2d27dfdf,0xef703804,0x919f0601,0xff0710ed,0x1c3fff01,0xed4ed61e,0xa20840c4,0x36b78728,0x175e815e,0x0f7c9ff9,0xe9bfda00,0xf1280ff0,0xf34ffc02,0x0205fe6f,0x3ff6a036,0x05ab5bad,0xe24613b3,0x3e2dbfe5,0xf1403104,0x01810582,0x3e083102,0x1e100f00,0xcd4fd62e,0x9f0830c1,0x36878528,0x475d815e,0x0e7c9ffb,0xea1fd600,0xe1261060,0xf35ffd02,0x0205fe9f,0x42f62034,0x057b83ad,0xf22117d3,0x47329fe8,0xf2402d03,0x81650502,0x7909e10e,0x1f4021ff,0xfd44d68e,0xaa0820c3,0x36a78528,0x475c815e,0x0d7c8ffc,0xea4fd100,0xd1251080,0xf36ffe02,0x1205fe7f,0x43f69038,0x052ba1ad,0xe1fb1bf3,0x4d36efeb,0xf3402a03,0x214e04b2,0xb60ad127,0x205029ff,0xad3dd6ce,0xad07e0c6,0x36a78428,0x675b815e,0x0d7c9ffc,0xea6fd100,0xe1271060,0xf3500502,0x1208fe2f,0x44f7203d,0x04ebc3ad,0xb1c91ed3,0x5239afed,0xf4302602,0xd13b0462,0xf90b1141,0x20902eff,0x8d3bd69e,0xaa0760c6,0x36778328,0x775b815e,0x0e7c9ffd,0xeabfd100,0xe1271030,0xf3700502,0x2208fe6f,0x4af6d03b,0x04bbddac,0xd1aa1fb3,0x543a8fec,0xf3f02702,0xa12d0433,0x370c2164,0x209030ff,0x8d32d6be,0xb10740c7,0x36778428,0x675b815e,0x0d7c9ffe,0xeaefd200,0xe1261000,0xf3500302,0x220bfebf,0x4ef70041,0x04dbe3ab,0xd1982033,0x573b0fe9,0xf2902c02,0x81240403,0x800d6186,0x20c035ff,0x5d31d6ee,0xaf0760c6,0x36678428,0x775b815e,0x0c7c9ffe,0xeaffd500,0xe1261010,0xf3400502,0x3210fedf,0x52f76043,0x04cbbdaa,0x61b31fc3,0x593a9fe0,0xefb03602,0x712003f3,0x960d5197,0x20e03fff,0x3d32d6ee,0xaa0770c7,0x36378328,0x875a814e,0x0c7c9fff,0xeb1fd900,0xe1271060,0xf3600302,0x520cff4f,0x5af6f038,0x045b74a8,0x11ef1de3,0x55394fd2,0xec104502,0x71200403,0x770bc1a0,0x21203aff,0x8d2bd6fe,0xae07c0cb,0x36278428,0x675b814e,0x0c7c9fff,0xeb1fe000,0xe12810c0,0xf3500502,0x820cff5f,0x5bf76038,0x041b2da5,0xd2081c93,0x54384fc4,0xe8c05302,0x71210403,0x7209e193,0x21003200,0x1d2bd6ee,0xa70800ca,0x35c78428,0x775b815e,0x0b7c9fff,0xeb3fe600,0xf12a1160,0xf3000f02,0xb213ff0f,0x58f7803c,0x03fafea3,0x72191b33,0x5736cfb3,0xe5806302,0x71230403,0x70091183,0x20f03000,0x3d36d66e,0x8f0810c3,0x34b78328,0x875b815e,0x097c9001,0xeb8fed00,0xf12a1250,0xf2f01803,0x1213feaf,0x57f6e038,0x039adea1,0x32281a13,0x56355fa5,0xe3407002,0x81260413,0x5f07d182,0x215025ff,0xdd37d5ae,0x800850c3,0x33a78428,0x875b815e,0x087c9002,0xebbff900,0xe1271370,0xf2e02403,0x6214fdff,0x56f73035,0x02fac89f,0x32251883,0x56333f9a,0xe1a07902,0xa12e0423,0x42064186,0x217017ff,0x9d41d47e,0x660860c2,0x32878328,0xa75a815e,0x087c9002,0xebd00901,0x012b1450,0xf2903103,0x621cfd7f,0x57f73031,0x029ac19d,0x621b1533,0x572f8f8f,0xe0208302,0xc1390443,0x2a05e178,0x21301aff,0xad59d35e,0x420810bc,0x31778228,0xb759815e,0x077c9002,0xebd01901,0x31321480,0xf2603403,0x621efd7f,0x5af6702b,0x02aac39b,0xa2191223,0x572c2f87,0xdf208b02,0xf1460473,0x0b05f174,0x20201bff,0xcd68d27e,0x2e07f0bb,0x30d78228,0xa75a814e,0x097c9001,0xec001d01,0x31331420,0xf2202f03,0x721cfdff,0x55f6402c,0x036ad59c,0x62010fd3,0x532abf87,0xdf108a03,0x215304b2,0xe905617e,0x1f401800,0x5d73d1ee,0x1b0870bc,0x30478228,0xa75a814e,0x0a7c9fff,0xec402101,0x213013d0,0xf1b02703,0x821aff2f,0x4ef6501d,0x045af09c,0xf1e80c33,0x46296f8e,0xdff08403,0x515e04e2,0xc9054173,0x1f901c00,0xad88d1ed,0xfe0920bc,0x2fe78328,0x975b814e,0x0a7c9ffe,0xec702601,0x112d13c0,0xf1201d03,0x521600af,0x46f6700e,0x054b099d,0x71dd0993,0x3229cf98,0xe1507c03,0x916a0522,0xa0054167,0x21102200,0xcda5d26d,0xdf08f0b9,0x30378328,0xa75b815e,0x067c8ffc,0xec602901,0x112f11d0,0xf0a01402,0xb215017f,0x3ff6f010,0x065b1c9e,0x81dd0863,0x232b6fa4,0xe3107103,0xd1760552,0x7404b16c,0x21d02901,0x8dcbd2fd,0xbb07a0b1,0x31577e29,0x2757818d,0xf77c4ffb,0xeca02c01,0x41350d20,0xf0b00d02,0x520b022f,0x3ff6e007,0x06bb2a9f,0x71eb0793,0x152befac,0xe4606904,0x11820592,0x46050161,0x21b03002,0x7defd34d,0x9b0700b3,0x3277742a,0x274e81cd,0xe37bfffc,0xed102d01,0x41360a30,0xf1300402,0x31fa027f,0x3ef6d001,0x065b2ea0,0xb1fe0883,0x082d3fb0,0xe5306604,0x418c05c2,0x2305d151,0x22f03802,0x1e05d3bd,0x840740c0,0x3317652b,0x873f821d,0xcd7b8ffc,0xed903401,0x313409a0,0xf1bffb01,0xd1ec022f,0x43f6f00a,0x05fb2da2,0x91ff0a52,0xfc2eafb7,0xe6306004,0x919d0602,0x03059156,0x23503a01,0x1e1bd48d,0x6f0710cb,0x33874d2d,0x472982ad,0xaf7aeffe,0xee503601,0x41350950,0xf22ff601,0x41e201cf,0x4ef68010,0x057b30a4,0x11fa0b52,0xee2f2fbe,0xe7905905,0x01b10671,0xdd04a151,0x22c02c00,0x9e39d5ad,0x520620d1,0x33d72a2f,0x7708836d,0x8a7a1fff,0xef403201,0x613b0870,0xf2bff000,0xd1d401bf,0x5af6700e,0x04fb37a5,0x12060b92,0xdc2fdfc3,0xe8b05405,0x81c406d1,0xb703f13f,0x22a01c01,0x1e51d6fd,0x3c0560d6,0x3436f631,0xe6d7847d,0x6078e001,0xf0002901,0xb14507f0,0xf37fe600,0x81c2019f,0x62f75013,0x051b3da6,0x62170c32,0xcb313fc7,0xe9805106,0x01d80751,0x8704212c,0x22902001,0x5e66d84d,0x2b04c0dc,0x34a6a634,0x768a85fd,0x34776002,0xf0a01d02,0x515e07b0,0xf40fdf00,0x61b3016f,0x67f7501e,0x053b36a7,0xe2270ca2,0xba326fc9,0xe9e04e06,0xb1f207f1,0x5e04d11a,0x22002901,0x0e7dd9ad,0x1603f0df,0x34d62037,0x0608882d,0x04753004,0xf1800e03,0x117807a0,0xf4cfd700,0x419c016f,0x71f6701f,0x04ab23a8,0xf2460c82,0xa2333fc9,0xe9e04e07,0xa21008c1,0x34055101,0x20702c00,0x5e8adafd,0x0b0320e0,0x35254738,0xf5338bcc,0xd0719006,0xf4ffff03,0xa1870800,0xf5cfcd00,0x117f017f,0x7ef6301f,0x046b03a9,0xe27b0c12,0x88342fc7,0xe9605108,0xb23009b1,0x000530f0,0x1eb02dff,0x8e99dbfd,0x020280e4,0x35b3ec39,0xb3dc920c,0x9c6b6008,0xf57ff104,0x118f0830,0xf66fc4ff,0xd16b017f,0x8af6e027,0x046adbaa,0xb2b40b62,0x71348fc3,0xe8b0540a,0x02530ad0,0xc304f0e5,0x1d2038fe,0x3eb3dd7c,0xef0250dd,0x36928538,0x727a9e5c,0x6d5f2009,0xf62fe704,0x719607f0,0xf61fc0ff,0x2169016f,0x96f7202f,0x042aabab,0xa2e70a92,0x5e345fc0,0xe800570b,0xc27c0c60,0x8704a0d7,0x1b9046fc,0xced9dfdc,0xd00230c2,0x37419b35,0x7196ba2c,0x5143800b,0xf75fdf04,0xd19c0860,0xf69fb8fe,0xd15401df,0xa5f6802e,0x03ca79ac,0x13210982,0x4433dfbe,0xe790590e,0x82b00ed0,0x420380c4,0x19104cfc,0x0eefe17c,0xc30200b4,0x38211c31,0xc11cd87c,0x6a25600c,0xf8dfd605,0x31a208b0,0xf80fadff,0x112b028f,0xb2f6f02c,0x039a43ab,0xc3700812,0x23331fb9,0xe6b05d12,0xf2ec12e0,0x000220a6,0x159052fb,0x3ef4e1bc,0xc301c0ba,0x3910d72e,0x40dce64c,0x9b17d00b,0xfb5fcd05,0x51a00860,0xf97fabff,0x510002ef,0xbff7f031,0x03ba0caa,0xf3c30642,0x06320fb2,0xe5606419,0xa326192f,0xcd010088,0x11f060fa,0x6f00e22c,0xbb0140c0,0x3a00a02a,0x10aaed8c,0xd810e00a,0xfd9fc305,0x11920760,0xfa6fa7ff,0x70df03cf,0xcaf85030,0x03b9e0a9,0xe40603f1,0xec30bfad,0xe4706924,0x6359236f,0x9eff7062,0x0e7067f9,0xff0de38c,0xaf0110bc,0x3b207525,0x5083f1fd,0x1e0cc009,0xfe8fbb04,0x71790550,0xfb1f9dff,0xa0c4052f,0xd1f88024,0x03d9dba7,0xf42001b1,0xd32fffa7,0xe3a06e35,0x837a341f,0xa3fde049,0x0bd06cf9,0x2f0be53c,0xac0150b4,0x3c305620,0xb068f4cd,0x620a4008,0xfe2fb203,0xc1590340,0xfb8f9fff,0xc0ad059f,0xd5fa001d,0x0419d0a5,0x6442ffe1,0xbe2f5fa0,0xe2807449,0xa37d47df,0xb7fc7032,0x08f07af7,0xff0fe6dc,0x9e0140a8,0x3d10401c,0x7054f6fd,0xaa086005,0xfc8fa803,0x413c00e0,0xfbefae00,0x4093054f,0xd4fbb01e,0x0429c5a2,0x7459fdf1,0xad2e9f9d,0xe2007658,0xb36a569f,0xdffa2016,0x06b08bf7,0x4f1de7fc,0x8500a09a,0x3d803018,0x7045f8bd,0xf5070003,0xfa9fa302,0xd124fe90,0xfccfba00,0xd073053f,0xd3fc401b,0x03f9b39f,0x446cfbe1,0xa22dbf9e,0xe1f07663,0x134b60b0,0x2ff86fed,0x058084f7,0x2f20e88c,0x76004097,0x3dc02314,0xd039f9fe,0x37061002,0xf9afb902,0x4101fd20,0xfd0fc300,0xf064051f,0xd3fca012,0x03b9b79b,0xb489fa11,0x9e2cbf9b,0xe1a0796a,0x932267f0,0x61f82fe9,0x03f072f6,0xbf17e9bc,0x6efff089,0x3e101b11,0xe030fafe,0x73055001,0xfb2fea01,0xc0d7fd30,0xfd2fce01,0x4056048f,0xd1fe1012,0x03b9c897,0xb4a3f891,0x9f2bbf9d,0xe220776f,0x92f66cb0,0x62f78ffc,0x02305ef6,0x2f0dea8c,0x67ff807c,0x3e101810,0x902cfbce,0xac04b000,0xfce01901,0x40b0fd50,0xfd8fd301,0xb041046f,0xccff4016,0x03c9d893,0xa4b3f711,0xa22adfa8,0xe4006e72,0xb2d06fb0,0x60f6d006,0x00c063f5,0xaf01eaec,0x69ffb075,0x3e301810,0xf02dfc7e,0xdf042fff,0xfe002c00,0xd08cfd30,0xfd9fd701,0xf033042f,0xc6ff7017,0x0409df8f,0xd4bdf5b1,0xaa2a4fb9,0xe7505e74,0xe2ae71c0,0x65f64008,0xff3063f5,0x5f01ebac,0x6d002066,0x3e701c12,0x6031fd2f,0x1403affd,0xfeb02800,0x5066fce0,0xfd8fd902,0x502903cf,0xbfffd018,0x0469e28c,0xa4c1f441,0xb829afce,0xebb04a76,0x928d7350,0x61f6500c,0xfd504df5,0x4f0cec6c,0x6d00b055,0x3e702214,0x9038fdbf,0x47033ffc,0xfeb01bff,0xc042fc90,0xfdafd802,0x901c03ff,0xb9006013,0x04b9ec89,0xb4c3f251,0xc128dfdf,0xf0503877,0x428d73e0,0x4df7200f,0xfba047f4,0xaf0eed2c,0x74017049,0x3e902b17,0x2040fe1f,0x7202dffa,0xfe3005ff,0x5027fca0,0xfdcfd702,0xd00a03df,0xb4011014,0x04d9ec86,0xd4c2f0a1,0xc9283fef,0xf5902477,0xd2907450,0x19f73015,0xf9e047f4,0x3f11ee2c,0x7902603d,0x3ea03419,0x9048fe7f,0x98028ff9,0xfddff0fe,0xe00dfca0,0xfddfd802,0xfffe039f,0xb3019017,0x04b9e684,0x64baeea1,0xd226fff9,0xfaa01278,0x629574cf,0xc4f78026,0xf84037f3,0xef19ef6c,0x7a03902f,0x3eb03c1b,0xa050fecf,0xbc023ff8,0xfd9fe6fe,0x6ff5fc70,0xfddfda02,0xeff6036f,0xb301a015,0x0489e882,0x24b7ec81,0xd825dffe,0xfec00478,0xc29d750f,0x7af96031,0xf7402bf3,0xef22f0cc,0x7c046026,0x3ec0441d,0x6057feff,0xd601fff7,0xfd1fdffe,0x1fe4fcd0,0xfe1fdf02,0xefe702cf,0xb2022011,0x04b9e480,0x14b7eb31,0xdb257001,0x026ff778,0xf2a9752f,0x5bfaf02a,0xf6e03bf4,0x2f31f21c,0x78049022,0x3eb0461d,0xd059ff1f,0xeb01cff6,0xfc9fdefd,0xffd6fce0,0xfe9fe803,0x0fd301ef,0xb3028012,0x04c9d47e,0x44baea41,0xde251001,0x043ff079,0x22b5754f,0x51fd1006,0xf6a045f4,0x2f45f39c,0x6e04401d,0x3e903e1c,0x4052ff40,0x03019ff5,0xfc2fe3fd,0xffccfd40,0xff4ff103,0x0fbe014f,0xb702a013,0x0489db7c,0x44c2e931,0xe024a001,0x046ff079,0x62c1757f,0x36fd8ff0,0xf6303bf4,0x3f55f56c,0x6803a01a,0x3ea03118,0xf046ff60,0x18016ff3,0xfc4fe5fd,0xffc5fda0,0x000ff002,0xbfab014f,0xc002b00f,0x0429ef7a,0xb4c7e7d1,0xdf240001,0x043ff079,0x82ce759f,0x13fb2ff5,0xf57033f4,0xaf5ff79c,0x6703f019,0x3ef02114,0x6036ff80,0x2b013ff2,0xfc9fe2fd,0xdfbcfda0,0x00cff502,0x4f9e00df,0xd002900e,0x03a9e77a,0x14cbe6d1,0xe0231001,0x035ff379,0x92dd759f,0x25fa8fda,0xf52030f4,0xcf72f99c,0x6603e01a,0x3f40150f,0xb029ff90,0x39011ff0,0xfccfe0fd,0xcfb8fdb0,0x015ffa01,0xbf95007f,0xe402500a,0x0339d47a,0x14d0e5d1,0xe0222001,0x01affa7a,0x52ce766f,0x55fb9fb3,0xf4f02ff4,0xef84fb3c,0x6503501b,0x3fa00d0b,0xa01effa0,0x44010fee,0xfd1fe8fd,0xafb6fdf0,0x01afff01,0x3f90002f,0xf302700a,0x02c9d17a,0x54cfe521,0xdc213000,0x001fff7b,0x02bd773f,0x64fb9fba,0xf4e02cf4,0xef94fccc,0x60031015,0x3fe00708,0x5015ffb0,0x5100efec,0xfd9ff3fd,0x6fb1fde0,0x01a00701,0x0f8eff9f,0xfa01e009,0x0259e27a,0xd4cbe441,0xda203ffe,0xfec0047b,0xa2ad77ef,0x62fa9fec,0xf4f02bf4,0xef99fdec,0x5902500d,0x3fc00405,0xc00effc0,0x6100cfe9,0xfe3feefd,0x1fa9fe00,0x01d00800,0xff8bffff,0xfa014ffc,0x0229ef7b,0xe4cce301,0xd31f3ffd,0xfd90087c,0x12a0786f,0x77f90014,0xf4f02bf4,0xff87fe8c,0x55013009,0x3f900204,0x200affd0,0x72009fe7,0xfe7fdbfc,0xbf9efee0,0x01f00901,0x1f87001f,0xf8017ff7,0x0229f27d,0x34cbe231,0xd01e5ffb,0xfc000e7c,0x529978bf,0x81f82025,0xf4d02df4,0xaf7efe9c,0x50003009,0x3f300203,0x9009ffd0,0x80007fe6,0xfe5fcdfc,0x3f91ffa0,0x01f00c01,0x3f84ffdf,0xf6015ffa,0x0219f77e,0x54cce1c1,0xd11dcff7,0xf9c0167c,0x629778cf,0x77f95022,0xf4b02ff4,0x8f85fe7c,0x4affb008,0x3ee00203,0x5008ffe0,0x89006fe4,0xfe6fcdfb,0xef89ffd0,0x01f00901,0x2f82002f,0xf5017ffc,0x01d9fd7f,0x84cde141,0xd51d6ff4,0xf8401b7c,0x429a78af,0x71f9601c,0xf4802af4,0xaf81fedc,0x46ffd005,0x3ed00102,0xb007ffe0,0x90005fe3,0xfe7fcafb,0xbf84ffc0,0x01a00300,0xef87008f,0xf4016000,0x020a0380,0xe4cbe101,0xd91d4ff3,0xf7801e7c,0x02a2786f,0x6af89018,0xf49026f4,0xbf78ffac,0x44005ffc,0x3ec00101,0xe004fff0,0x99004fe1,0xfe8fc4fb,0x7f80ff70,0x01800100,0xcf8a00bf,0xf300ffff,0x021a0682,0x44c8e151,0xdd1d7ff2,0xf7201f7b,0xc2a9781f,0x6ef83015,0xf4b029f4,0x8f70005c,0x42008ff9,0x3eb00000,0xf002fff0,0x9c003fdf,0xfebfbcfb,0x6f7fff70,0x01700400,0xbf88009f,0xf2019fff,0x020a0183,0x64c2e1c1,0xdd1e0ff2,0xf7301f7b,0xa2ac77ff,0x81f7c015,0xf4d02df4,0x8f7100ac,0x40001ffa,0x3e900000,0x4000fff0,0x98004fdd,0xfecfbbfb,0x6f81ffc0,0x01500600,0x9f88005f,0xf0022004,0x0219f384,0x44bbe261,0xdb1eeff3,0xf7501e7b,0xa2ac77ff,0x98f74012,0xf5402ef4,0xcf71010c,0x3f000ff7,0x3e7fffff,0xeffffff0,0x99004fdb,0xfedfb7fb,0x5f82ffd0,0x01400500,0x8f88005f,0xee01a003,0x01e9e484,0xf4b5e2e1,0xda1f9ff2,0xf7301f7b,0xa2ad77ef,0xabf7400e,0xf5602ff4,0xff68013c,0x3ffffff3,0x3e7fffff,0xbffffff0,0x9d003fd9,0xff1facfb,0x3f800000,0x01400600,0x8f88005f,0xed01d001,0x01d9dc85,0x74aee341,0xd9200ff2,0xf7301f7b,0x92ae77df,0xaef74011,0xf56032f5,0x0f68013c,0x3dffbff0,0x3e7fffff,0x9ffffff0,0xa4002fd8,0xff3fb0fb,0x0f7d0020,0x01300300,0x9f87005f,0xeb022007,0x0229d385,0xa4a7e3b1,0xda206ff2,0xf7201f7b,0x92af77df,0xa9f7700a,0xf60036f4,0xcf63014c,0x3bffcfed,0x3e6fffff,0x9ffffff0,0xaa001fd9,0xff1fb2fa,0xdf7a0040,0x013ffd00,0x9f8500af,0xe901a008,0x0219ca85,0x84a2e421,0xdb20dff2,0xf6f0207b,0x92ae77df,0xaef7dffc,0xf67035f4,0xbf54016c,0x3affafec,0x3e4fffff,0xaffffff0,0xa9001fd9,0xff2facfa,0xcf7b00d0,0x012ffa00,0x9f8300cf,0xe7014009,0x01c9c885,0x449ce4b1,0xdf215ff2,0xf7101f7b,0x82af77bf,0xb4f7fff9,0xf67034f5,0x2f52018c,0x38ffafec,0x3e3fffff,0x8ffefff0,0xa9001fd8,0xff4fb3fa,0xcf7d0100,0x011ff800,0x9f8300cf,0xe701800f,0x01a9cb84,0xf496e4f1,0xe2219ff3,0xf7601e7b,0x72b1779f,0xb4f7affc,0xf69038f5,0x8f5201bc,0x37ffcfe9,0x3e2fffff,0x6ffefff0,0xae001fd8,0xff4fbafa,0xaf7d0110,0x010ff500,0x8f8400ff,0xe601800d,0x0179d584,0x9494e4c1,0xe221aff3,0xf7a01d7b,0x72b1779f,0xb3f73fff,0xf6803df5,0xcf4a01dc,0x38ff9fe8,0x3e2fffff,0x6ffefff0,0xad001fd8,0xff6fb7fa,0xaf7f0160,0x012ff400,0x7f81011f,0xe701b00a,0x0179e084,0x3491e4a1,0xdf21cff5,0xf8501a7b,0x82ae77bf,0xb2f73000,0xf63039f5,0xcf3f01dc,0x39ff8fea,0x3e4fffff,0x5ffefff0,0xab001fd8,0xff5fb3fa,0xaf800190,0x012ff200,0x6f7f011f,0xe801e00e,0x01d9e883,0xb48de471,0xdc21aff6,0xf8f0187b,0xb2ab77ef,0xaff76002,0xf5c035f5,0xaf3301ec,0x3affefe8,0x3e5fffff,0x6ffefff0,0xac001fd9,0xff1faffa,0x8f7f0160,0x00fff000,0x5f82011f,0xe701400b,0x01d9f083,0x448ce461,0xdc21bff7,0xf980167b,0xb2aa77ff,0xb0f74004,0xf59037f5,0x9f2f023c,0x3affdfe2,0x3e5fffff,0x6ffefff0,0xb0000fd9,0xff1faffa,0x7f800180,0x00dfef00,0x3f84012f,0xe8013004,0x01d9f282,0xf489e4b1,0xdf220ff9,0xfa90137b,0x92ad77cf,0xb6f70004,0xf5e039f5,0xaf2f028c,0x39ffdfdd,0x3e6fffff,0x5ffefff0,0xb1000fd9,0xfeffb6fa,0x7f810180,0x00ffeb00,0x3f80013f,0xe901a006,0x01f9f182,0x8486e511,0xe1224ffa,0xfb50107b,0x92ae77bf,0xb9f71ffe,0xf61037f5,0x7f25027c,0x39000fe0,0x3e5fffff,0x6ffefff0,0xb0000fda,0xfebfb5fa,0x7f830160,0x010feb00,0x4f7c013f,0xe9014006,0x01b9f181,0xf486e521,0xdf225ffa,0xfb800f7b,0x92ad77cf,0xbaf77ff8,0xf5e035f5,0x6f20025c,0x39ff9fe1,0x3e5fffff,0x8ffefff0,0xaf000fd9,0xfebfb1fa,0x7f8501b0,0x010fee00,0x4f7b012f,0xe9015007,0x01c9f281,0x9486e541,0xd9226ffb,0xfc000e7b,0x92ad77cf,0xb8f79ff5,0xf58032f5,0x9f2a027c,0x39ff3fde,0x3e5fffff,0x8ffefff0,0xb1000fd9,0xfe9fb6fa,0x7f8501d0,0x00ffed00,0x3f7c012f,0xea01800a,0x01c9ee81,0x5485e5a1,0xd3227ffc,0xfc500c7b,0x92ad77cf,0xb6f6fff8,0xf5302ff5,0x3f2b029c,0x39ff5fda,0x3e6fffff,0x7ffe0000,0xb5ffffd9,0xfe7fb7fa,0x6f8501a0,0x00ffec00,0x3f7e014f,0xea00a007,0x0179ec81,0x2488e651,0xcc22bffb,0xfc100d7b,0x52b4778f,0xb8f70ff3,0xf47032f4,0x9f2b02ac,0x3aff2fda,0x3e6fffff,0x7ffe0000,0xb4000fd8,0xfe6fb4fa,0x7f8901b0,0x00fff000,0x3f80014f,0xe9007003,0x0189e981,0x1489e7a1,0xc4238ffb,0xfc200d7a,0xa2c676bf,0xbaf75ff2,0xf37036f4,0x8f3402ac,0x3afeffdb,0x3e7fffff,0x7ffefff0,0xb0000fd8,0xfe6fb9fa,0x8f8d0190,0x00eff000,0x1f81014f,0xe900a001,0x01e9e481,0x1489e9a1,0xba24dffb,0xfc100d79,0x32e5753f,0xb6f72ff3,0xf3303cf4,0xdf3202cc,0x3bff4fd9,0x3e8fffff,0x7ffefff0,0xb1000fd7,0xfe5fb6fa,0x9f8f0120,0x00eff000,0x1f83016f,0xe8006ffb,0x01d9e381,0x148beba1,0xac263ffb,0xfbb00f76,0xb307729f,0xb2f74ff5,0xf3203cf5,0x2f2d02cc,0x3cff1fd8,0x3e8fffff,0x8ffefff0,0xb1000fd7,0xfe5faefa,0x9f910130,0x00eff200,0x2f83016f,0xe700fff5,0x01e9df81,0x348bedb1,0x9c27bffb,0xfba00f74,0x9304708f,0xb0f75ff8,0xf32034f5,0xbf3302ac,0x3bfecfd9,0x3e7fffff,0x8ffefff0,0xb1000fd6,0xfe5fb3fa,0xaf930140,0x010ff200,0x3f7f018f,0xe4014fed,0x0209dc81,0x448bef91,0x93292ffa,0xfb701071,0x730d6daf,0xb1f72ff9,0xf3602df6,0x2f32028c,0x3bff1fdb,0x3e7fffff,0x8ffefff0,0xb0000fd6,0xfe4fb1fa,0xaf940100,0x011ff000,0x3f7d01ef,0xe200efe1,0x0219de81,0x448df0e1,0x9429fff9,0xfaf0116d,0x431c69ef,0xb2f75ffb,0xf3401ef6,0xff2b028c,0x3bfedfdf,0x3e8fffff,0x6ffefff0,0xad001fd5,0xfe6faafa,0xbf980140,0x011ff100,0x3f7c020f,0xe0013fd6,0x0239dc81,0x748cf201,0x962a9ff9,0xfac01268,0xe32a663f,0xb4f78ffc,0xf29010f7,0xdf33028c,0x3bfe6fde,0x3e8fffff,0x5ffefff0,0xae000fd4,0xfe8fb0fa,0xbf9a0160,0x011fef00,0x3f7d024f,0xdf01bfcb,0x0259d581,0x948cf321,0x9b2b2ff8,0xfa50135a,0xd36358af,0xb5f71ffb,0xf1e008f7,0x5f33028c,0x3cfeafdd,0x3e8fffff,0x6ffefff0,0xb1000fd4,0xfe2fb1fa,0x9f8101b0,0x012fec00,0x3f7b02af,0xde01cfbe,0x0249d381,0x948df441,0xa52baff7,0xf9c01643,0x637e41af,0xb6f72ffa,0xf12003f7,0xbf28026c,0x3bff0fe1,0x3e8fffff,0x6ffefff0,0xaf000fd4,0xfe2facfa,0x9f8201b0,0x012fec00,0x3f7902cf,0xdd026fb6,0x0289d581,0x948cf551,0xaf2c4ff7,0xf970172b,0x836a2a5f,0xb5f77000,0xeffff7f9,0x6f2c025c,0x3bffafe2,0x3e7fffff,0x7ffefff0,0xad001fd5,0xfe2fb2fa,0x8f820130,0x011fee00,0x3f7902df,0xdc02efb0,0x02f9d581,0xa48cf641,0xb92cbff6,0xf8f0181c,0xc3381c1f,0xb0f7f002,0xef1fe0fa,0x8f2e025c,0x3bffffe0,0x3e8fffff,0x9ffefff0,0xae001fd5,0xfe1fb2fa,0x7f8200f0,0x010ff200,0x2f7b030f,0xdb02afa2,0x02f9d581,0xb48bf701,0xc22cfff5,0xf8701a14,0x72fb144f,0xadf88005,0xef2fdcfa,0xdf2c026c,0x3cff9fde,0x3e8fffff,0x8ffefff0,0xaf000fd5,0xfe5facfa,0x6f820140,0x00eff600,0x2f7c030f,0xda033f99,0x02d9cd81,0xe488f7d1,0xc92d6ff6,0xf8d0190f,0x72bd0faf,0xb3f84008,0xef6fe6fb,0x9f36025c,0x3bff5fdc,0x3e8fffff,0xaffffff0,0xae000fd5,0xfe6fb3fa,0x6f830170,0x00eff900,0x2f7b033f,0xda03cf94,0x0309c981,0xf486f8b1,0xcb2ddff6,0xf8f0180c,0x22820cbf,0xb6f7e004,0xf01ff5fb,0xef38024c,0x3cffbfde,0x3e8fffff,0xdffffff0,0xac001fd6,0xfe4fb5fa,0x5f830130,0x00effc00,0x1f7c03bf,0xd8038f89,0x02e9cd81,0xe486f901,0xcb2e1ff6,0xf8d01909,0xe2500acf,0xb6f80004,0xf0f000fb,0xbf34023c,0x3cffafdf,0x3e8fffff,0xdffffff0,0xa7002fd6,0xfe5faffa,0x5f850140,0x00d00100,0x2f7d03bf,0xd6037f83,0x02f9c981,0xf486f961,0xc72e9ff6,0xf8f01808,0x822a099f,0xb8f84005,0xf16000fb,0xcf3c022c,0x3bffafde,0x3e8000ff,0xfffffff0,0xa8001fd7,0xfe5fb3fa,0x4f850110,0x00c00300,0x2f8003ef,0xd5038f80,0x0329c181,0xf487fa01,0xc02f1ff6,0xf9201807,0xb21008df,0xbbf7e000,0xf1d002fb,0x8f41020c,0x3b002fdc,0x3e800000,0x1000fff0,0xac001fd7,0xfe4fb7fa,0x3f840090,0x00f00500,0x3f7e043f,0xd5030f7a,0x02d9c181,0xd488fa51,0xb62f7ff6,0xf9301707,0x11fb084f,0xbef7b001,0xf2a006fb,0xbf3f01bc,0x3c000fe1,0x3e900000,0x1000fff0,0xa9001fd7,0xfe6fb4fa,0x3f8600d0,0x01100a00,0x5f7b043f,0xd3032f79,0x02e9c281,0x8489fae1,0xaa2feff7,0xf9601706,0x71e607bf,0xb9f7c003,0xf37011fb,0xff43018c,0x3bff5fe4,0x3e700000,0x2000fff0,0xa6002fd7,0xfe7fb5fa,0x3f870150,0x00d00d00,0x4f7d046f,0xd1034f77,0x0349c081,0x448dfb51,0x9c306ff7,0xf9c01506,0x01d5075f,0xaef72000,0xf3e01efb,0xdf4301cc,0x3bff7fdf,0x3e700000,0x2000fff0,0xa8001fd8,0xfe7fb4fa,0x2f860100,0x00b00f00,0x3f8104af,0xcf02bf6f,0x0329c281,0x1491fb61,0x8a30dff8,0xfa101405,0xe1cf073f,0xabf70001,0xf44026fb,0xcf4001ec,0x3bff6fda,0x3e900000,0x2000fff0,0xab001fd8,0xfe7fb0fa,0x2f8600f0,0x00c00c00,0x3f83050f,0xcf029f6e,0x0329c380,0xf493fba1,0x7b314ff9,0xfa701305,0xc1cb072f,0xaef72002,0xf4a02dfb,0xaf3e01dc,0x3cff9fda,0x3ea00000,0x2000fff0,0xac001fd9,0xfe7fb1fa,0x2f8600f0,0x00d00e00,0x2f8304ff,0xcf029f73,0x0329bd80,0xa495fc01,0x6d31dff9,0xfab01205,0xa1c6070f,0xaff6fff9,0xf51032fb,0x5f3a01dc,0x3effafdb,0x3eb00000,0x2000fff0,0xab001fd9,0xfe8fadfa,0x3f8700c0,0x00d01300,0x3f8204ef,0xcd025f6f,0x02c9ba80,0x349bfbf1,0x5d326ff9,0xfac01205,0xa1c5070f,0xb2f74ff3,0xf56035fb,0x0f3601cc,0x3fff2fdb,0x3eb00000,0x1000fff0,0xa9001fd9,0xfebfa5fa,0x4f890100,0x00e01500,0x3f8104cf,0xcc02bf6f,0x02d9b67f,0xf49dfc21,0x4d32effa,0xfb301005,0xc1ca072f,0xb2f71ff3,0xf55035fa,0xff3c01bc,0x3ffedfdc,0x3ec00000,0x0000fff0,0xab001fd9,0xfebfaafa,0x3f880110,0x00e01c00,0x4f83043f,0xcd02bf72,0x02f9b37f,0xd49bfc61,0x41334ffa,0xfb900f05,0xf1d0074f,0xb0f6fff6,0xf54036fa,0xbf49018c,0x3efe7fdb,0x3ec00000,0x3000fff0,0xae000fda,0xfe9fb1fa,0x2f860100,0x00f01c00,0x4f85044f,0xcd021f71,0x02b9b67f,0xa49dfc51,0x38339ffb,0xfba00f06,0x11d7076f,0xaff73ff6,0xf52037fa,0x6f46017c,0x3ffe3fdd,0x3ec00000,0x2000fff0,0xab001fda,0xfecfaefa,0x3f880140,0x01101a00,0x5f82045f,0xcd028f74,0x02f9b17f,0x649efc51,0x2e33dffb,0xfbc00e06,0x41de079f,0xb2f6fff4,0xf4f037fa,0x2f43015c,0x40fe5fe0,0x3ed00000,0x1000fff0,0xab001fda,0xfedfaffa,0x4f890140,0x01102100,0x6f8103cf,0xcd029f79,0x02f9b07f,0x349dfc61,0x25340ffb,0xfbb00f06,0x81e707cf,0xaff6cff5,0xf4d038f9,0xdf4d013c,0x3ffe0fdf,0x3ec00000,0x4000fff0,0xad001fdb,0xfebfb2fa,0x4f890110,0x01102200,0x6f8203df,0xcd021f75,0x0279b57f,0x149efc31,0x1a343ffa,0xfb501006,0xe1f4082f,0xadf71ff7,0xf4d039f9,0x7f4a013c,0x40fddfde,0x3ec00000,0x4000fff0,0xae001fdb,0xfedfaefa,0x4f890130,0x01201b00,0x5f83042f,0xcf027f78,0x0209ae7f,0x349dfc31,0x12345ffa,0xfb701007,0x4201087f,0xb1f6eff4,0xf4f039f9,0x2f44016c,0x40fe5fdd,0x3ed00000,0x2000fff0,0xaf000fdb,0xfebfb1fa,0x3f890130,0x01101c00,0x5f8403df,0xd002af80,0x01c9a57f,0x4499fc81,0x0e347ffa,0xfb601007,0x920b08bf,0xb4f6cff2,0xf4f03af9,0x2f49016c,0x40fe7fdd,0x3ec00000,0x2000fff0,0xaf000fdc,0xfebfb6fa,0x4f890100,0x01201a00,0x6f8303ef,0xd0023f83,0x0199a67f,0x3499fc81,0x0a347ff9,0xfae01207,0xd21408ff,0xb6f77ff7,0xf4c037f9,0x3f41017c,0x40fe3fde,0x3ec000ff,0xfffffff0,0xad001fdc,0xfeffb0fa,0x5f8b0150,0x01201700,0x5f8303ff,0xd1025f88,0x01c9a57f,0x4498fcc1,0x09348ff9,0xfab01208,0x121b092f,0xb6f74ff8,0xf4c035f8,0xff3e019c,0x40fe3fdc,0x3ecfffff,0xeffffff0,0xb0000fdc,0xfeefb2fa,0x4f8a0180,0x01101500,0x5f8503df,0xd1028f8b,0x01e9a67f,0x6496fcf1,0x08348ff9,0xfa601308,0x4222095f,0xb3f6eff6,0xf4c037f8,0xcf3e01bc,0x3ffe7fd9,0x3ec000ff,0xeffffff0,0xb2000fdc,0xfedfb3fa,0x3f880150,0x01101200,0x6f84041f,0xd1022f8a,0x0189aa7f,0x7496fcd1,0x07348ff8,0xf9e01508,0x7226097f,0xb4f73ff8,0xf4b036f9,0x1f3a01cc,0x3ffe8fdc,0x3ebfffff,0xdffffff0,0xb0000fdb,0xfeffb0fa,0x3f880180,0x00f01200,0x5f8603ff,0xd2026f8f,0x01a9aa7f,0xa494fd01,0x09348ff7,0xf9b01608,0x7228097f,0xb3f75ff8,0xf4a033f8,0xff4301ec,0x3dfe9fda,0x3ebfffff,0xcffffff0,0xb0000fdb,0xfeefb8fa,0x4f890150,0x00e01300,0x5f8803bf,0xd2022f95,0x01b9a67f,0xe492fd21,0x0c349ff7,0xf9701708,0x7228097f,0xb1f6fff8,0xf4a034f8,0xaf48020c,0x3dfeafd7,0x3ebfffff,0xcffffff0,0xb1000fdb,0xfecfb9fa,0x4f8a0130,0x00e01300,0x6f8903df,0xd201af92,0x0169a980,0x0492fcd1,0x0d348ff6,0xf9001808,0x922a099f,0xb4f73ffb,0xf48032f8,0xaf4501fc,0x3dfe7fd8,0x3eafffff,0xcffffff0,0xb1000fda,0xfeffb7fa,0x4f8a0170,0x01000f00,0x6f86040f,0xd2022f92,0x0179aa80,0x3493fcc1,0x0c348ff5,0xf8b01908,0xa22c09af,0xb5f74ff9,0xf49031f8,0xbf4501dc,0x3cfebfdb,0x3eafffff,0xbffffff0,0xb1000fda,0xfeffbbfa,0x3f890170,0x01100d00,0x6f84040f,0xd4026f96,0x0189a680,0x4492fcd1,0x0c349ff5,0xf8701a08,0xa22d09af,0xb5f6fff6,0xf4a034f8,0xbf4401ec,0x3dfeffdb,0x3ebfffff,0xbffffff0,0xb2000fda,0xfedfbcfa,0x3f880150,0x01000e00,0x5f86040f,0xd4020f95,0x0149a880,0x5494fcb1,0x0c34aff4,0xf8101c08,0xb22e09af,0xb6f74ff7,0xf4c034f8,0xef4001fc,0x3dfecfda,0x3ebfffff,0xbffffff0,0xb1000fda,0xfedfb5fa,0x4f890160,0x00f01000,0x6f8703ef,0xd4022f93,0x0159a880,0x7494fcd1,0x0a34aff4,0xf7e01c08,0xd23209cf,0xb7f78ff5,0xf4c032f8,0xff4601fc,0x3cfedfd8,0x3ebfffff,0xcffffff0,0xb2000fda,0xfecfb8fa,0x3f890100,0x01000f00,0x5f8703df,0xd5022f94,0x0129a680,0x9494fd01,0x07349ff4,0xf7f01c08,0xf23709ff,0xb7f72ff3,0xf49033f8,0xef4701fc,0x3dff0fd8,0x3ecfffff,0xcfff0000,0xb4000fd9,0xfecfb9fa,0x3f8800e0,0x01100f00,0x6f8703ef,0xd6020f94,0x00a9a880,0x9495fcf1,0x03349ff4,0xf7f01c09,0x223b0a1f,0xb9f76ff4,0xf44034f8,0xdf4201ec,0x3dfeffda,0x3ecfffff,0xcffffff0,0xb2000fd9,0xfeefb4fa,0x3f890100,0x01101000,0x6f8503cf,0xd5026f97,0x0099a680,0x7495fd11,0x00349ff4,0xf8001c09,0x423d0a2f,0xb9f76ff3,0xf43033f8,0xcf4701dc,0x3dff0fdb,0x3ebfffff,0xcffffff0,0xb1000fd9,0xfecfb9fa,0x4f8a00e0 +}; + +u32 ANIM_ENTRY_aim_one_handed_weapon_left_right[] = +{ + 0xff713aff,0xefd6002f,0xe600bff6,0x00b13401,0x2ccf124f,0xa534eff0,0xf6502102,0x210e039e,0x89f83027,0xf09fab02,0xef5efffc,0x4104601c,0x3d700708,0x3015ff2f,0x4401efe6,0xf96fa9fd,0x209600e0,0xffb13e00,0x2fd5ffef,0xe4010ff5,0x00b13401,0x2cce125f,0xa334fff1,0xf6702102,0x210f039e,0x89f81026,0xf03fa702,0x7f66ffcc,0x3f044022,0x3d500708,0x5015ff1f,0x39020fe6,0xf95fa9fd,0x909e00b0,0x00014200,0x4fd4ffaf,0xe2014ff4,0x00b13501,0x2cce126f,0xa2350ff1,0xf6702102,0x210f039e,0x88f7f026,0xefefa502,0x3f6bff9c,0x3f042029,0x3d400808,0x7016feff,0x2c022fe7,0xf94fa8fd,0xf0a600b0,0x00214600,0x3fd3ff5f,0xe5015ff5,0x00a13601,0x3ccd125f,0xa1350ff0,0xf6402202,0x210e039e,0x85f81025,0xefffa402,0x4f6bff9c,0x4204002e,0x3d600708,0x6015feef,0x21024fe8,0xf92fa4fe,0x60ae00d0,0x00414800,0x1fd2ff3f,0xe8014ff6,0x00813801,0x5ccd123f,0xa034ffef,0xf5e02302,0x210e039e,0x80f83025,0xf01fa402,0x8f69ffac,0x48040034,0x3da00708,0x6015fecf,0x13026fea,0xf8ef9efe,0xe0b800f0,0x00714700,0x2fd3ff5f,0xe8011ff8,0x00614001,0x3ccc127f,0xa134ffee,0xf5402502,0x210e039e,0x78f86026,0xefbfa902,0x4f67ff8c,0x4a04403b,0x3db00808,0xd016fe9f,0x0102afed,0xf89fa2ff,0x70ca0050,0x00c14100,0x6fd3ffef,0xe500dffa,0x00314f00,0xecca12ef,0xa234ffec,0xf4602802,0x210f039e,0x6ef8a02a,0xeeefb201,0xbf64ff7c,0x4804d044,0x3dc00809,0x8018fe6e,0xeb02eff0,0xf82faa00,0x00deffa0,0x01013900,0x9fd9008f,0xe3004001,0xffc15e00,0x4cc7135f,0xab34ffe8,0xf3402d02,0x211003ae,0x60f8d02e,0xee0fb900,0xdf5dfedc,0x4b054050,0x3dd00c0a,0xf01cfe1e,0xce033ff1,0xf68fa200,0x80f3ff30,0x01112c00,0x9fe8014f,0xe6ff2012,0xfef16eff,0x0cc4135f,0xc434efe4,0xf1b03202,0x211103ae,0x4ff8f035,0xed7fb7ff,0x8f4dfd3c,0x54058062,0x3e10140e,0xb027fdae,0xa703bff6,0xf42f9601,0x0107ff10,0x01011f00,0x6ffd022f,0xeefda02b,0xfdb17cfd,0x5cbf135f,0xed34efde,0xefe03902,0x311403be,0x38f9103b,0xecefb4fd,0xef39fabc,0x63058078,0x3e402214,0x6036fd0e,0x77044ffc,0xf18f8701,0x711cff50,0x01011800,0x101202df,0xfefc004f,0xfb9185fb,0x3cb713e0,0x23353fd7,0xee004102,0x511e03de,0x16f9403b,0xebefb7fc,0x4f27f80c,0x7604b08f,0x3e30361a,0x204bfc3e,0x45050001,0xf00f8601,0xb12bff40,0x00f114ff,0x90290360,0x1cf9f084,0xf8118ef8,0xfc8e1510,0x6e35afce,0xeb804a02,0xa130042d,0xe3f96023,0xea5fc1fa,0x6f16f4fc,0x930290ad,0x3de05720,0xe068fb2e,0x0b05f003,0xef2f9301,0xe13afff0,0x00f119ff,0x403b0460,0x38f920b0,0xf53199f6,0x6c5e16b0,0xc436bfc7,0xe9605202,0xf145048d,0xacf9c010,0xe92fc9f9,0x2f0df1dc,0xa50060bd,0x3d606d24,0xb07cfa7d,0xe806a003,0xeeffa101,0xe145ffe0,0x01212cff,0x704506e0,0x4cfa30cb,0xf351a9f3,0x6c2518c1,0x24398fc1,0xe7c05803,0x716104fd,0x79fac00d,0xe8bfc9f8,0xaf11ee9c,0xa8fee0b4,0x3cd07024,0xd07efa7d,0xeb069001,0xefcfb302,0x214d0050,0x01614eff,0xf0490a70,0x5bfc60da,0xf211bff0,0x4be21b61,0x893d5fbc,0xe6805d03,0xf17b057d,0x42fc100f,0xe8afc8f8,0x7f1deb8c,0xa2fd70a0,0x3c306a24,0x0079fabd,0xf5066fff,0xf13fc302,0x615300b0,0x01517c00,0x60420de0,0x60ffc0d0,0xf2b1d4ed,0xfb9e1e51,0xde405fbb,0xe5e05f03,0xd177055d,0x04fd2002,0xe92fcef8,0x9f32e9ac,0x91fc0089,0x3bc05e22,0x106efa9d,0xef068fff,0xf24fc502,0x614d0130,0x0101c400,0xe02a1190,0x5c0660a6,0xf691e9ec,0x5b562192,0x2a429fbb,0xe5c05e03,0x314f04bc,0xc0fe0fe5,0xea7fdaf9,0x0f54e86c,0x6bfa8069,0x3b90471d,0x905afa1d,0xd706e000,0xf2efb101,0x711800c0,0x0041fc01,0x30161500,0x5d0ce07e,0xf9b203ea,0xcb142522,0x67453fc0,0xe6305a02,0x611d03fc,0x78fedfc9,0xeb1fe2f9,0x7f7be7fc,0x48f99051,0x3b30351a,0x304af94d,0xb607a003,0xf41fa700,0xb0f20110,0xfe821400,0xd0111860,0x6f120062,0xfa922be9,0x0add28d2,0x9248afcc,0xe8404e01,0xb0e4031c,0x1fff7fb1,0xe9bfdbf9,0xdfade90c,0x34f9c048,0x3a202e19,0x1043f78d,0x8309300a,0xf7dfb300,0x60e602f0,0xfc422400,0x40121b40,0x8916304d,0xfad25ae7,0x5aa92cd2,0xb44cdfdb,0xeb803e01,0x00a4023b,0xcb000f9f,0xe77fd0fa,0x4fdfeaac,0x25fa8044,0x38d02d18,0xa042f59d,0x4d0ae012,0xfbbfb400,0x60a10720,0xfa723600,0x001f1c40,0xa217f047,0xfaf283e5,0x6a6d3172,0xcd522fe6,0xee303100,0x9071018b,0xab00bf96,0xe68fc9fa,0x9ff3eaec,0x16fb4039,0x3790391a,0x304df4fd,0x3e0b8015,0xfbffb300,0xe0db0760,0xf8d24a00,0x403d1c20,0xbe18604f,0xfab2abe2,0xfa213732,0xe0599fee,0xf0c02600,0x404500fb,0xa1016f98,0xe68fc6fa,0xdff6ea1c,0x06fc4026,0x36205a20,0x906af53d,0x460b4014,0xfa1fb002,0x912807a0,0xf7f25c00,0x70531bf0,0xce18e052,0xfa72cee1,0x29e73b62,0xf05edff4,0xf2a01d00,0x2027008b,0x9c01ff9b,0xe6afc4fb,0x2ff7e90b,0xfafce013,0x35407c26,0x7089f57d,0x4c0b1013,0xf81fae04,0xa1740870,0xf7f26e00,0x804f1c10,0xcc19e044,0xfa92e4e0,0x49cb3d52,0xfc60cff6,0xf3a01a00,0x1019005b,0xa2020f96,0xe69fc0fb,0x9ff9e7bb,0xf5fca004,0x35509929,0xb0a4f52d,0x460b5013,0xf69faa06,0x219a0850,0xf8627e00,0x80441c50,0xc31b1030,0xfac2f6df,0xf9b73e83,0x0661dff6,0xf4201900,0x0012003b,0xb001bf8a,0xe67fbcfc,0x1ffde65b,0xf1fc2ff7,0x35d0b32c,0x10bbf4bd,0x3d0bb013,0xf52fa907,0x71bc0850,0xf8e28600,0xd0401ca0,0xbc1bb024,0xfae303df,0xb9a83f13,0x0e625ff7,0xf4a01800,0x000e003b,0xb101ef85,0xe63fb9fc,0x900ae5db,0xe8fc1fef,0x3610c02d,0x10c6f48d,0x380be013,0xf3efb208,0x31d50810,0xf9828801,0x603f1d10,0xb71bf01d,0xfad30cdf,0xb99d3f23,0x13623ff7,0xf5101700,0x000e003b,0xaa028f83,0xe5bfb7fd,0x2023e61b,0xdbfc6fed,0x3640c32d,0x40c9f48d,0x380be00f,0xf39fb708,0x21d80720,0xfa128901,0xf03f1d60,0xb21c001a,0xfab312df,0xa9943f13,0x17620ff8,0xf5601600,0x000f003b,0xa3030f84,0xe56fb5fd,0x9036e65b,0xd1fcafed,0x3670c22d,0x30c9f49d,0x390be00c,0xf35fb808,0x01da0650,0xfaa28c02,0x503f1d80,0xae1be01a,0xfa3317df,0x898a3f13,0x1b623ff8,0xf5901600,0x000f003b,0xa1031f87,0xe57fb3fd,0xe039e66b,0xcffcafec,0x3690c12d,0x20c8f4bd,0x3b0bc009,0xf32fac08,0x21de05c0,0xfb128e02,0xa03f1d80,0xab1ba01c,0xf9931adf,0x69823f03,0x1e627ff8,0xf5c01500,0x000f003b,0xa0030f8b,0xe5bfb0fe,0x1037e66b,0xd1fc9fec,0x36a0be2c,0xf0c5f4dd,0x3e0ba007,0xf31f9b08,0x41e20580,0xfb928e02,0xf03e1d80,0xa81ba016,0xf9531edf,0x597c3ed3,0x1f629ff8,0xf5f01500,0x000f003b,0x9b035f8e,0xe5afaefe,0x2035e64b,0xd3fc6fef,0x36a0bc2c,0xc0c3f4fd,0x400b8005,0xf2ef9208,0x51ea0540,0xfc128c03,0x203a1d60,0xa61c0009,0xf95323df,0x497a3e93,0x2062aff8,0xf6101500,0x000e003b,0x9203ef92,0xe55faffe,0x1034e61b,0xd5fc0ff2,0x3680ba2c,0xa0c1f50d,0x420b7004,0xf2cf8a08,0x61f20550,0xfc628203,0x30381d20,0xa41c1ff8,0xf93327df,0x39793e63,0x1f628ff8,0xf6301500,0x0011003b,0x8d047f97,0xe4bfaefd,0xb02de60b,0xdcfc0ff9,0x3650b82c,0x80bff50d,0x420b7003,0xf2af8708,0x51f10590,0xfc526803,0x003d1cc0,0xa41b6fe1,0xf8932bde,0xd97a3e83,0x1e624ff8,0xf6501500,0x101d006b,0x9504efa1,0xe34fa6fc,0xb015e62b,0xf0fcd005,0x3620b72c,0x60bef4dd,0x3d0ba001,0xf29f8708,0x11e80620,0xfc023f02,0xb0431c20,0xa31a6fc6,0xf7b32fde,0x797b3e93,0x1d61cff8,0xf6701500,0x202f00ab,0xa1052fad,0xe18f9dfb,0x8ff3e68c,0x0cfe2015,0x3600b52c,0x50bdf48d,0x360be000,0xf26f8e07,0xc1de0710,0xfb620b02,0x50451a90,0x98196fab,0xf71335de,0x697d3df3,0x1d60bff8,0xf6801500,0x403e00db,0x9d04efab,0xe0ef9cfb,0x4fd3e77c,0x28ffc026,0x35f0b42c,0x40bbf44d,0x300c2ffa,0xf23f7e06,0xf1cc06e0,0xfa81c501,0xf0431770,0x82184f8c,0xf6733dde,0x49823ca3,0x1e5ecff8,0xf6601600,0x504e010b,0x93042f9b,0xe12fa1fb,0xafb3e92c,0x4601d039,0x35e0b32c,0x30baf40d,0x2b0c6ff6,0xf10f7f06,0x01b60700,0xf9717001,0x804213b0,0x65175f77,0xf6534add,0xf9883ac3,0x1f5c4ff8,0xf6801600,0x705d014b,0x89037f91,0xe14fa4fc,0x2f95eb5c,0x6404604d,0x3630b12c,0x20b9f3ed,0x280c7ff5,0xeeff8005,0x219f0790,0xf8210401,0x20430fd0,0x4116df6d,0xf6d364de,0x198e37e3,0x1f58fff9,0xf7301400,0x806b017b,0x79030f97,0xe0cf9ffc,0x6f79ee9c,0x8007f060,0x36e0ae2b,0xe0b6f41d,0x2b0c5ffa,0xec6f8004,0x71890930,0xf6d08c00,0xa0450b50,0x17165f6a,0xf7d387de,0x49913443,0x20554ffa,0xf7f01100,0xa07901ab,0x6802cfa2,0xdfff97fc,0x8f60f22c,0x9b0be074,0x37f0ac2b,0xb0b4f46d,0x300bf007,0xe9bf7a03,0xd1730b30,0xf6602bff,0xf04705df,0xec150f6e,0xf983a0de,0x098330b3,0x29524ffa,0xf8001100,0xb08501cb,0x6f02ffad,0xdf2f8dfc,0x1f55f41c,0xaf0ed08b,0x3950ac2b,0xb0b4f4dd,0x380b9015,0xe7bf5d03,0x415c0c10,0xf6dfd9fe,0xf047fe9f,0xbb129f7b,0xfc635cde,0xf95d2cc3,0x3a4f9ff8,0xf7201500,0xd09101fb,0x90039fba,0xde1f7efb,0x0f54f50c,0xbf1120a6,0x3b30b02c,0x00b7f55d,0x430b2020,0xe6ef5e02,0xe1590d20,0xf77f93fe,0x204bf86f,0x95109f8e,0xfee336df,0xb9322aa3,0x4e4e5ff7,0xf6b01700,0xd094020b,0xb3046fc9,0xdd8f77fa,0x5f4ef5dc,0xcd12f0be,0x3cc0b42c,0x50bcf5cd,0x4d0ab028,0xe65f5f02,0x91570db0,0xf7cf56fd,0x6059f3df,0x7e0fcfb0,0x009335e0,0x28f12b33,0x684fdff8,0xf7801400,0xb08301cb,0xd305bfdb,0xde3f7efa,0xcf30f6dc,0xde1440cf,0x3dc0bb2c,0xc0c1f61d,0x520a802e,0xe61f6602,0x41540df0,0xf7ef22fd,0x1069f06f,0x6f0f7fd8,0x01c337e0,0x88ae2cd3,0x8252cffa,0xf8c01000,0x8068016b,0xef072fed,0xdf3f8bfb,0xaf04f7dc,0xee1560dd,0x3e70c12d,0x40c8f63d,0x560a6033,0xe5ff6d02,0x01530dd0,0xf7fefbfd,0x806deeff,0x680f3fed,0x01f331e1,0x189c2e73,0x8d54dffb,0xf9c00d00,0x605b013b,0xf507bff4,0xdeff8cfc,0x0edff89c,0xf516f0ea,0x3ef0c62d,0x90ccf62d,0x560a6038,0xe5bf6a01,0xe1540d90,0xf80edbfe,0x3067eeaf,0x680f1ff7,0x013368e1,0x589e3053,0x8e567ffc,0xfa800b00,0x6058012b,0xe5078ff0,0xdd6f84fb,0xfebcf93c,0xf41930f7,0x3f50c92d,0xc0cff5fd,0x510a903f,0xe57f5f01,0xd1590d10,0xf80ec9fe,0xa060ee6f,0x6c0f1ffa,0x006396e1,0x889a3243,0x8e580ffd,0xfb000900,0x6056012b,0xdb076fed,0xdc2f7cfb,0xdea3f98c,0xf41aa100,0x3f90cc2d,0xe0d1f5cd,0x4e0ac045,0xe54f5801,0xd15d0cd0,0xf83ec9fe,0xa05eeddf,0x740f3ff6,0x0003aae1,0x389e3403,0x8f59affd,0xfb300900,0x5051011b,0xe207aff0,0xdbdf7afb,0xde9bf97c,0xf61ad101,0x3f90d02e,0x30d5f5dd,0x4f0ab04c,0xe51f5501,0xd15f0cc0,0xf86ed0fe,0x705ded3f,0x7e0f6fef,0xffb3b9e1,0x089f35a3,0x8f5b3ffd,0xfb400900,0x504d010b,0xef07fff5,0xdbff7afb,0xbe99f93c,0xfa1a70ff,0x3f70d42e,0x80d9f5ed,0x510aa052,0xe4ef5101,0xd1600ca0,0xf86ed3fe,0x705ced0f,0x830fbfed,0xff53c9e0,0xe8a436d3,0x915c6ffd,0xfb400a00,0x504900fb,0xf7080ff8,0xdc1f7afb,0x8e97f92c,0xfb1a50fe,0x3f50d72e,0xb0dbf5ed,0x510aa053,0xe51f5301,0xe1610ca0,0xf84ed4fe,0xa05bed1f,0x82101ff1,0xff03d8e0,0xd8ab37c3,0x935d5ffd,0xfb500a00,0x404700fb,0xfb07eff8,0xdc5f7afb,0x3e98f93c,0xf91a50fe,0x3f40d82e,0xc0dcf5cd,0x4d0ac052,0xe50f5001,0xe1620cd0,0xf82ed3fe,0xc059ed3f,0x82107ff4,0xfed3e6e0,0xd8b33843,0x945ddffd,0xfb600a00,0x404500ec,0x0007cff9,0xdc7f7bfa,0xee9af95c,0xf81a40fe,0x3f40d72e,0xb0dcf59d,0x4a0ae050,0xe50f4f01,0xe1620d00,0xf81ed1fe,0xc057ed4f,0x8310dff4,0xfed3f2e0,0xd8b93853,0x935ddffd,0xfb800a00,0x404400ec,0x0c07dffe,0xdc6f7bfa,0xde9ff97c,0xf71a50fd,0x3f50d42e,0x80d9f58d,0x480b004b,0xe53f4f01,0xe1630d20,0xf81ecffe,0xc055ed5f,0x85111ff3,0xff0406e0,0x48bc3813,0x925d7ffd,0xfba00a00,0x404400ec,0x19080003,0xdc4f7cfa,0xeea6f98c,0xf61a50fd,0x3f70d02e,0x40d5f57d,0x460b1046,0xe56f5101,0xe1630d40,0xf81ecefe,0xc052ed6f,0x87112ff3,0xfef41bdf,0xc8c43783,0x905ceffd,0xfbc00a00,0x404400ec,0x1f082007,0xdc4f7efa,0xbeaaf99c,0xf51a50fd,0x3f70cd2e,0x10d3f56d,0x460b1042,0xe57f5001,0xe1640d50,0xf81ecdfe,0xc04eed6f,0x89110ff3,0xfeb430df,0x68cf3693,0x8e5bfffd,0xfbe00a00,0x404400ec,0x1e08400a,0xdc6f82fa,0x5eacf9ac,0xf51a50fd,0x3f70cc2d,0xf0d1f57d,0x470b1040,0xe57f4c01,0xe1640d60,0xf82eccfe,0xc04bed7f,0x8b10dff4,0xfe9444df,0x08db3573,0x8c5afffd,0xfbf00a00,0x404700fc,0x1f08700d,0xdc8f86f9,0xfeadf9ac,0xf51a50fc,0x3f70ca2d,0xe0d0f58d,0x480b003e,0xe58f4d01,0xe1650d90,0xf81ecafe,0xc048ed8f,0x8c10bff6,0xfec444dd,0x78eb3463,0x895a1ffd,0xfbf00a00,0x504d010c,0x2808a013,0xdc9f88f9,0xaeaef9cc,0xf31a70fc,0x3f80c82d,0xb0cef59d,0x490af03c,0xe5bf5601,0xf1650dc0,0xf81ec8fe,0xd047ed8f,0x8e10aff9,0xff142dda,0xe9053313,0x8658fffc,0xfbd00b00,0x6057012c,0x3308d019,0xdcbf8af9,0x5eaef9ec,0xf21aa0fb,0x3f80c62d,0x90ccf5ad,0x4c0ae03c,0xe5df5e01,0xf1640de0,0xf80ecafe,0xd047ed7f,0x8f109fff,0xff0413d8,0x992e3013,0x82566ffb,0xfb300d00,0x806d017c,0x34091020,0xdd0f90f8,0xeeaef9ec,0xf11a80f8,0x3f70c72d,0xa0cdf5cd,0x4f0ac03e,0xe5cf6401,0xf1640df0,0xf7fed1fe,0xb047ed5f,0x91106008,0xfea3f6d6,0x59652963,0x7f50dffa,0xfa101100,0xc09201ec,0x2b097027,0xdd9f9af8,0x7eaff9dc,0xf01a40f3,0x3f50ca2d,0xd0d0f60d,0x540a8045,0xe56f6702,0x01640de0,0xf7fedafe,0xa047ed6f,0x94104014,0xfe63cdd4,0x69a72153,0x754a3ff6,0xf8701701,0x50c602bc,0x2909802f,0xde5fa5f7,0xceb0f9cc,0xef19e0ed,0x3f10ca2d,0xd0d0f64d,0x5a0a5048,0xe53f6702,0x01630dc0,0xf7dee5fe,0xc045edff,0x98101026,0xfec38cd2,0xc9f817c3,0x5c424fef,0xf5802202,0x611403dc,0x3a091038,0xdf7fb0f6,0x7eb3f9dc,0xec1960e7,0x3e90c32d,0x50c9f68d,0x600a1044,0xe59f6202,0x01630db0,0xf7cef4fe,0xf041eedf,0x9e0fe03b,0xff5336d1,0xaa5c0d73,0x3739efe5,0xf1b03004,0x017b057c,0x58083044,0xe09fbcf4,0xdeb6f9ec,0xe818d0e1,0x3df0b72c,0x70bff6dd,0x6809d03e,0xe61f5902,0x01620d90,0xf7ef06ff,0x203aefff,0xa70f8052,0xffb2d2d1,0x2acd05a3,0x0b345fd9,0xee203e06,0xb1ee080c,0x85072059,0xe13fc3f3,0x9ebaf9ec,0xe41840d9,0x3d70ac2b,0x90b4f73d,0x72097036,0xe71f5b02,0x01610d00,0xf81f1bff,0x4031f17f,0xb40ee06a,0x000264d1,0x7b43ff52,0xd3303fca,0xea804e0b,0x42790c0c,0xcd05e07b,0xe15fc7f2,0x7ebff9dc,0xe017d0ce,0x3d00a02a,0x80a9f7ad,0x7f09102e,0xe80f5a01,0xf15e0c10,0xf85f33ff,0x6026f30f,0xc10e8082,0x00124ed3,0x7b6bfa32,0x9c2d2fbc,0xe7a05b12,0xa2e8129d,0x16043096,0xe19fcbf1,0xbec5f9ac,0xdd1730c5,0x3ca09329,0x409ef81d,0x8c08b025,0xe93f5801,0xf15c0b10,0xf8ef4fff,0x7019f47f,0xcf0e9098,0xffe242d5,0x6b9df612,0x692b2fb2,0xe5c06529,0xe33428fd,0x5b0220a4,0xe24fd0f1,0x5ecef94c,0xdc1650be,0x3c408627,0xc092f88d,0x9a08501b,0xea9f5702,0x015e0a50,0xf98f6bff,0x700bf5ef,0xdc0ed0ac,0xff823ad7,0x6bd5f292,0x3a29afab,0xe4906b4a,0xe368492d,0xa1ffd0af,0xe33fd6f1,0x3ed8f8cc,0xdc1550b8,0x3bf07826,0x1085f8ed,0xa807f011,0xec0f4f02,0x216009a0,0xfa1f82ff,0x9000f75f,0xe40eb0bd,0xff7233d9,0xac0cef72,0x1a285faa,0xe4806b5e,0x13635bdd,0xe6fd60bd,0xe42fdff1,0x1ee0f8ac,0xdc1470b3,0x3bd06b24,0x407af93d,0xb407a008,0xed4f4202,0x215f0900,0xfa9f95ff,0xbff7f8ef,0xe80e60ca,0xffa22fdc,0x0c43eca2,0x04274fb0,0xe560666b,0x031d685e,0x2dfab0cf,0xe55febf1,0x2ee3f8bc,0xdd13d0ae,0x3be05e22,0x506ff98d,0xbe076ffe,0xee9f3702,0x015b0870,0xfaffa8ff,0xdff1fa1f,0xe90de0d6,0xffc227de,0x9c73ea31,0xf3263fb8,0xe6d05f72,0xd2d06fde,0x6af880dc,0xe66ff9f1,0x0eecf8dc,0xdc12f0a7,0x3c005220,0x4064f9dd,0xcc072ff4,0xf01f3101,0xd15407f0,0xfb2fc3ff,0xffeffa9f,0xea0d30de,0xff8217e1,0x7c98e821,0xe6252fc2,0xe8c05676,0x5295733e,0x9af720e3,0xe7800df0,0x7f03f91c,0xd711609b,0x3c00471e,0x205afa4d,0xdf06cfe9,0xf1cf3501,0x91490770,0xfb4fdf00,0x0feffabf,0xeb0c60e4,0xff1201e4,0x8cb8e671,0xdd240fcc,0xeb104b78,0x925f754e,0xc2f630e4,0xe89021ef,0xbf22f95c,0xd10fb08c,0x3c003d1b,0xd051facd,0xf7065fdc,0xf39f4001,0x313c0700,0xfbaff3ff,0xffeefadf,0xef0b60eb,0xfea1dee7,0xccd7e531,0xda22efd3,0xecb0447a,0x123576ce,0xe0f620d6,0xe92030ee,0xef3cf99c,0xce0e9080,0x3c503319,0x7048fb5e,0x1305dfd0,0xf59f5000,0xd12f0680,0xfc2001ff,0xcfedfacf,0xf70a20f2,0xfe11a9eb,0x1cf8e451,0xdf21bfd8,0xede0407a,0xf21477ae,0xf8f700b2,0xe96039ed,0xdf53f9dc,0xcf0de075,0x3d002a16,0xd03ffbfe,0x34054fc3,0xf7df6800,0x612005f0,0xfcc00dff,0xbfebfadf,0xfc0940f8,0xfdb180ee,0x7d12e3a1,0xe420afdb,0xeed03c7b,0xa1f9785f,0x06f8008f,0xe99042ed,0x0f5df9ec,0xcd0d506c,0x3d702214,0xc038fc9e,0x5704bfb7,0xf9ff80ff,0xf1110570,0xfda01700,0x2fe3fb3f,0xfa08f0fb,0xfd8170f1,0xdd25e311,0xe31fdfde,0xefa03a7c,0x31e078ff,0x0af92079,0xea204dec,0xbf40f98c,0xc60cb066,0x3d401d13,0x4032fd2e,0x7f042fab,0xfc5f9aff,0x70ff0510,0xfe902000,0xdfdafbcf,0xf408f0fd,0xfd7169f5,0x2d32e2a1,0xe21f2fe0,0xf060377c,0xa1cc796f,0x07fa3065,0xeaa057ec,0xaf10f8ec,0xbd0c3060,0x3cd01b12,0x602ffdae,0xa703afa2,0xfe4faffe,0xe0ed04c0,0xff102b01,0x3fd6fbff,0xf308e0fc,0xfd8168f8,0x2d3ae231,0xe11e8fe3,0xf170337c,0xe1c079ae,0xfffab04e,0xea905cec,0x9ef1f85c,0xb50bd056,0x3c901f13,0x4033fe0e,0xc8034fa4,0xfe4fa9fe,0x60db0450,0xff303701,0x7fd6fbff,0xf408d0f8,0xfda16bfa,0xfd3ee1c1,0xe21e0fe7,0xf2e02e7c,0xf1bb79be,0xf0fab033,0xe9e05bec,0x8edbf79c,0xae0b9048,0x3c802b17,0x2040fe5e,0xe402efb1,0xfc2f7efd,0xe0c903c0,0xff504401,0x8fd4fbef,0xf708e0f3,0xfdd173fd,0x7d3de171,0xe11dafeb,0xf460297d,0x01b879ce,0xe2fab01d,0xe9405aec,0x6ecdf73c,0xa90b503a,0x3c90361a,0x704afe9e,0xfb02afbd,0xfa3f5efd,0x70bb0360,0xff705101,0x7fccfc0f,0xfb0980ec,0xfe417dff,0xad37e121,0xdb1d8ff0,0xf620237d,0x11b379ee,0xd6fb0012,0xe9005bec,0x1ec7f78c,0xa50ae031,0x3cb03b1b,0xa050febf,0x0d027fc2,0xf98f63fd,0x20b10350,0xffa05e01,0x3fc2fc30,0x010a50e4,0xfeb18b01,0x8d2ee0f1,0xd31d8ff3,0xf7c01d7d,0x31af79fe,0xcdfb5009,0xe8e05eeb,0xbec6f83c,0xa20a502a,0x3cd03e1c,0x3052fedf,0x1b025fc5,0xf92f70fc,0xf0ab0350,0xffe06c01,0x0fb8fc20,0x050ad0db,0xff119c03,0x3d28e0e1,0xcf1daff5,0xf8801a7d,0x31ae7a0e,0xcefb7ff8,0xe90063eb,0xbec5f92c,0x9d09e024,0x3cf03a1b,0x604efeff,0x26023fc8,0xf8df73fc,0xd0aa0330,0x00107d00,0xefacfbd0,0x0a0b30d2,0xff71b104,0xad24e101,0xce1dfff5,0xf8b0197d,0x21af79fe,0xdbfb5fdb,0xe9406bec,0x1ec6fa9c,0x9809601e,0x3d002f18,0x3043ff0f,0x2f021fcb,0xf88f6cfc,0xe0ae02f0,0x00408a00,0xbfa2fbb0,0x0f0b80c9,0xffa1c705,0xbd21e101,0xcd1e2ff5,0xf8801a7d,0x21b079ee,0xeafb1fc8,0xe98072ec,0x6ec8fb9c,0x9309001e,0x3d102515,0xa03aff0f,0x31021fcd,0xf84f68fd,0x00b302c0,0x00709200,0x8f9cfbe0,0x130bc0c2,0xffa1e106,0x3d20e081,0xcb1e0ff3,0xf7a01e7d,0x21b079ee,0xf6fa8fc4,0xe9b078ec,0x8ecdfbbc,0x9008a026,0x3d202214,0xc037feff,0x26023fcf,0xf81f6dfd,0x20b902d0,0x00909700,0x5f99fc50,0x160be0bc,0xff81f906,0x6d21dff1,0xca1deff0,0xf670227d,0x21b179ef,0x00f9efc8,0xe9c07dec,0x9ed1fb7c,0x8e086032,0x3d202114,0x6036fecf,0x15026fd1,0xf7ff76fd,0x40bf0320,0x00809500,0x4f99fcd0,0x150c10b6,0xffa20106,0x5d21dfc1,0xc71e0fef,0xf5d0247d,0x21b079ef,0x08f94fd2,0xe9c07fec,0x9ed3fb4c,0x8d080038,0x3d002214,0x8037febf,0x0d027fd3,0xf7df7efd,0x50c103b0,0x00608e00,0x5f9cfd90,0x100c50b0,0x0001fc05,0xed20dff1,0xc41e8fee,0xf5b0257d,0x31ae79ff,0x0cf8bfe5,0xe9b07eec,0x9ed1fb2c,0x8c07b039,0x3cb02415,0x3039febf,0x0a028fd4,0xf7bf86fd,0x30c004a0,0x00308700,0x6fa0fe30,0x0c0c60ac,0x0051f405,0x6d20e051,0xc11f0fee,0xf590257d,0x31ad79ff,0x0cf83ffb,0xe9a07eec,0x7ed0fb0c,0x8b07603a,0x3c802615,0xd03bfebf,0x08028fd6,0xf79f8ffd,0x20c00570,0x00008400,0x3fa3fe80,0x0c0c40ab,0x0071f004,0xed20e0f1,0xbf1f7fed,0xf560267d,0x31ad79ff,0x07f7f018,0xe9a084ec,0x1ed6fafc,0x8b07403c,0x3c902716,0x103cfeaf,0x05029fd7,0xf78f9cfd,0x20c105d0,0xffe084ff,0xffa7feb0,0x0c0c00aa,0x0071ea04,0x5d20e1e1,0xbb1fefed,0xf520277d,0x31ae79fe,0xfef7c035,0xe9a08beb,0xaedefadc,0x8b07303e,0x3cc02716,0x203cfe9f,0x01029fd9,0xf78fa9fd,0x30c30610,0xffd08bff,0xdfabfe90,0x0b0bc0a6,0x0051de03,0xdd20e371,0xb320cfec,0xf4e0287d,0x21b179ee,0xf8f7a040,0xe9808ceb,0xaee6fa7c,0x8c06b03f,0x3cc02816,0x603dfe9e,0xff02afda,0xf77faefd,0x30c50640,0xffc09bff,0xbfb0fe10,0x0b0b709e,0x0011ce03,0x5d1ee5e1,0xa6221feb,0xf480297d,0x11b479de,0xf4f7903f,0xe94088ec,0x0eeef9dc,0x8c05c040,0x3cb02916,0xb03efe9e,0xfe02afdb,0xf75faefd,0x40c80670,0xffc0adff,0xbfb5fdc0,0x0a0b2092,0xffc1bb02,0xdd1ce8d1,0x9323bfea,0xf4202a7c,0xe1bc79ae,0xf0f75039,0xe8e085ec,0x5ef4f95c,0x8c05103f,0x3ca02916,0xd03efe9e,0xfd02afdd,0xf74faafd,0x50ca0660,0xffb0bbff,0xafbefe30,0x080ab080,0xff91a302,0x4d1aec91,0x78258fe9,0xf3e02b7c,0xa1cc794e,0xeaf6b031,0xe8208bec,0x5ef5f93c,0x8c05003e,0x3ca02816,0x903dfe9e,0xfd02afde,0xf74fa2fd,0x40cb05d0,0xff90caff,0xafc8ff00,0x070a5069,0xff518c01,0xdd16f0b1,0x55279fe9,0xf3a02c7c,0x21e478ce,0xe4f5f027,0xe75091ec,0x4ef4f93c,0x8b05303c,0x3cb02716,0x103cfe9e,0xfd02afde,0xf74f99fd,0x40cb04f0,0xff90daff,0xbfcfffc0,0x050a0051,0xff018001,0xad13f451,0x2f29afe8,0xf3502d7b,0x320677de,0xdff5401d,0xe7508dec,0xdef5f8fc,0x8805103a,0x3ca02615,0xc03bfe9f,0x0002afe0,0xf73f94fd,0x20ca0450,0xffb0ebff,0xcfd300a0,0x0409d037,0xfe817d01,0xcd10f7b1,0x032bdfe7,0xf2f02f79,0xe237768e,0xdcf49012,0xe8307dee,0x1efaf8ac,0x8404b039,0x3c802515,0x803afeaf,0x04029fe1,0xf72f93fd,0x10c803e0,0xffc0faff,0xefd70170,0x0209b01f,0xfe217b02,0x1d0cfa40,0xdd2dbfe6,0xf2c03077,0xd26f748e,0xdcf4500c,0xe8e071ef,0x0efdf86c,0x7f044036,0x3c602415,0x3039febf,0x0a028fe2,0xf72f92fc,0xf0c60390,0xffb105ff,0xffde0230,0x0209500a,0xfdf17802,0x9d08fbf0,0xc52f2fe6,0xf2c03074,0x82b0715e,0xdef54011,0xe92070ef,0x1efff88c,0x7c03d02f,0x3c402214,0xa037fecf,0x11027fe2,0xf76f8efc,0xc0c30360,0xff910f00,0x0fe502e0,0x02090ff6,0xfde17403,0x3d03fd10,0xb1305fe7,0xf2e02f6f,0x92f56cae,0xe3f6b01a,0xe92073ee,0xdf00f8dc,0x79037027,0x3c102013,0xf035fedf,0x18025fe2,0xf7cf89fc,0xa0bf0340,0xffa11800,0x3fe7038f,0xff090fe5,0xfde16d03,0xfd00fdf0,0x9e312fe7,0xf3102f68,0x932b65fe,0xeaf7901c,0xe93075ee,0xbf04f8fc,0x75035024,0x3bf01e13,0x4033fedf,0x1d025fe2,0xf7ef87fc,0x80bd0300,0xffe12100,0x6fe3042f,0xfb096fd5,0xfe116305,0x0cfefea0,0x8b31afe7,0xf3402e5d,0xb35a5b6e,0xf3f7f01b,0xe94076ee,0xaf0af8fc,0x6f035024,0x3bc01c12,0x9031feef,0x1f024fe4,0xf7bf87fc,0x70bd0290,0x00012800,0x9fe104df,0xf709bfc4,0xfe215a05,0xdcfcff00,0x7a320fe8,0xf3902d51,0x63764f7e,0xfaf85014,0xe94076ee,0xaf0ff93c,0x6a037022,0x3ba01a11,0xd02ffeef,0x23024fe5,0xf7bf88fc,0x50bc0220,0xffa12b00,0xafe705df,0xf809bfaf,0xfe115606,0x2cf9fee0,0x6a324fea,0xf4502a43,0xb37c421e,0xfef90003,0xe93073ee,0xbf11fa0c,0x6603a016,0x3ba01810,0xe02cfeff,0x2b022fe5,0xf7ff8afc,0x30ba01e0,0xff212d00,0x9fef06ef,0xfa09af9a,0xfde15406,0x3cf7fe70,0x5b326fed,0xf5302735,0xf378349e,0xfdf9aff0,0xe9206eee,0xdf12fb0c,0x6403d008,0x3bc0160f,0xf02aff0f,0x34021fe5,0xf86f8bfc,0x10b801b0,0xfef13400,0xbff2077f,0xf909af89,0xfde15206,0x5cf5fe30,0x4f329fee,0xf5d0242c,0xa3702b7e,0xf7f92ff1,0xe9606bef,0x3f17fb8c,0x6003afff,0x3bc0140f,0x2027ff1f,0x3a020fe6,0xf8bf8cfc,0x00b70180,0xfef14000,0xeff1078f,0xf6099f7a,0xfdf15006,0x7cf4fdf0,0x4532dfef,0xf6202325,0x935f249e,0xe9f71007,0xe9e068ef,0xdf1efbcc,0x5b032ffa,0x3b90130e,0x9026ff2f,0x3d01ffe6,0xf8ff8afb,0xf0b70170,0xff014b01,0x0ff0079f,0xf3099f6d,0xfe014d06,0x9cf3fdc0,0x3c331ff0,0xf6502220,0xf34e202e,0xdbf5701b,0xea6066f0,0x5f24fbec,0x5702aff7,0x3b70110e,0x1024ff2f,0x4001ffe7,0xf93f89fb,0xe0b70170,0xff015201,0x1ff007cf,0xf209bf60,0xfe014906,0x9cf1fdb0,0x32333ff0,0xf660221e,0x93441dde,0xcdf51022,0xea8064f0,0x4f28fc1c,0x56027ff3,0x3b80100d,0xa023ff2f,0x4401efe7,0xf96f8bfb,0xd0b60160,0xfef15601,0x1ff107ef,0xf209cf55,0xfdf14506,0x7ceffda0,0x28335ff0,0xf640231d,0x033d1c5e,0xc0f52023,0xea9062f0,0x1f2afc4c,0x55025fef,0x3b90100d,0x3022ff3f,0x4901dfe8,0xf9af8efb,0xb0b40150,0xff015a01,0x2ff0080f,0xf009df4c,0xfe114006,0x7ceefd80,0x20338ff0,0xf640231b,0xf3371b4e,0xb1f53024,0xead05ef0,0x0f2dfc8c,0x53023fec,0x3b900e0c,0x9020ff3f,0x4d01cfe9,0xf9ef92fb,0x90b30170,0xff115e01,0x4fed082f,0xec09df46,0xfe613c06,0x6ceefd70,0x1933aff0,0xf650231b,0x43331aae,0x9ff55022,0xeb505af0,0x1f32fcec,0x4f01efe9,0x3b600d0b,0xd01eff4f,0x5001cfe9,0xfa3f98fb,0x80b201b0,0xff216001,0x5fea083f,0xe909df43,0xfea13806,0x6cedfd50,0x1433dff0,0xf650221a,0xd3311a4e,0x90f59020,0xebe055f0,0x4f36fd4c,0x4c01bfe7,0x3b500b0b,0x001cff4f,0x5501bfe9,0xfa9f99fb,0x60b001d0,0xff216201,0x4fe8081f,0xe909ff44,0xfed13606,0x4cedfd60,0x1233fff0,0xf660221a,0xa3301a1e,0x84f6101f,0xec8050f0,0x8f3cfd9c,0x4c018fe3,0x3b700a0a,0x501aff5f,0x5c01afe7,0xfaef99fb,0x60ad01e0,0xff216201,0x2fe607ff,0xea0a1f47,0xff013406,0x2cedfd70,0x12340ff0,0xf670221a,0xa3301a1e,0x7bf6a01e,0xed404bf0,0xdf41fdec,0x4d016fdf,0x3ba00909,0xa018ff6f,0x63019fe5,0xfb2f99fb,0x50aa01e0,0xff316101,0x1fe207ef,0xe90a4f4a,0xff313106,0x2cedfd80,0x10342ff0,0xf680221a,0xd3311a3e,0x76f7301e,0xee0046f1,0x5f43fe2c,0x4d015fdc,0x3bc00808,0xf017ff7f,0x6c017fe3,0xfb7f97fb,0x30a601e0,0xff615f01,0x1fdb07df,0xe60a6f4d,0xff512d06,0x2ceefd90,0x0d344ff0,0xf690211b,0x23331a8e,0x76f7e020,0xeed042f2,0x0f43fe6c,0x4c015fd9,0x3bc00708,0x3015ff7f,0x76016fe0,0xfbdf93fb,0x10a101f0,0xff915d01,0x1fd407cf,0xe30a9f50,0xff612a06,0x3cf0fda0,0x0b346ff1,0xf6a0211b,0x63341ace,0x75f89020,0xef903df2,0xaf43febc,0x4b016fd6,0x3bc00607,0x7013ff8f,0x81014fde,0xfc2f90fa,0xf09c01f0,0xffb15a01,0x0fce07bf,0xe30aaf55,0xff612a06,0x4cf1fdc0,0x09346ff1,0xf6a0211b,0x73351aee,0x70f9901e,0xf01037f2,0xef47ff0c,0x4b016fd3,0x3bf00506,0xa011ff9f,0x8c012fdc,0xfc7f92fa,0xd0980200,0xffd15700,0xefc707bf,0xe20acf5b,0xff412b06,0x4cf3fde0,0x08347ff0,0xf690211b,0x73351aee,0x6bfa801b,0xf07031f3,0x0f4cff5c,0x4b016fd0,0x3c100405,0xc00effaf,0x99010fda,0xfcbf95fa,0xc0940210,0x00015400,0xdfc107bf,0xe10aef61,0xff312c06,0x4cf4fe00,0x07347ff1,0xf6b0211b,0x53341ace,0x6cfae01b,0xf0d02df3,0x1f50ffac,0x4b018fcc,0x3c300304,0xe00cffbf,0xa600efd7,0xfd0f98fa,0xa08f0210,0x00415000,0xdfb907cf,0xdf0b0f66,0xff212c06,0x5cf4fe10,0x06348ff1,0xf6e0201b,0x13321a8e,0x76fac020,0xf1202bf3,0x1f55000c,0x4a01cfc8,0x3c400203,0xe009ffcf,0xb500bfd5,0xfd6f9bfa,0x708901f0,0x00714d00,0xdfb307df,0xde0b2f6c,0xff012b06,0x5cf4fe20,0x05349ff2,0xf710201a,0xc3301a3e,0x7dfa5024,0xf1702af3,0x2f59006c,0x4901ffc4,0x3c500102,0xf007ffdf,0xc1009fd2,0xfdcf9efa,0x508401e0,0x00814a00,0xbfb007df,0xdf0b2f70,0xfed12706,0x5cf4fe30,0x0734aff2,0xf7301f1a,0x332d19ae,0x7df92023,0xf1c02bf3,0x6f5e00dc,0x4a01ffc1,0x3c700102,0x4005ffef,0xca008fd0,0xfdff9ffa,0x408101f0,0x00714700,0x9fae07cf,0xe00b0f75,0xfea12306,0x5cf3fe40,0x0a34aff2,0xf7501f19,0xa329192e,0x7af7b021,0xf2202df3,0xcf62012c,0x4b01ffbd,0x3c900001,0xb004ffef,0xd1007fce,0xfe1fa0fa,0x307f0210,0x00814300,0x7fab07ef,0xe10aef7a,0xfe712106,0x5cf2fe50,0x0b34bff2,0xf7701e19,0x632718ee,0x77f72021,0xf2602cf3,0xef62017c,0x4c01ffbd,0x3ca00001,0x3003ffef,0xd5006fcc,0xfe4f9efa,0x307d0250,0x00a13e00,0x6fa7081f,0xe10a9f7f,0xfe511f06,0x6cf0fe40,0x0c34bff3,0xf7801e19,0x8328190e,0x75f72023,0xf2a02af3,0xdf5d019c,0x4d01ffbf,0x3ca00000,0xc002ffef,0xd7006fcb,0xfe7f9ffa,0x307b0290,0x00b13a00,0x5fa4083f,0xe20a4f82,0xfe411e06,0x6ceffe50,0x0c34cff3,0xf7901e19,0xa328192e,0x74f73024,0xf2d028f3,0xbf5901bc,0x4d020fc1,0x3cb00000,0x7001ffef,0xd7006fcb,0xfe8fa1fa,0x307902c0,0x00a13800,0x4fa4083f,0xe209ff84,0xfe411e06,0x5ceffe60,0x0d34dff3,0xf7b01d19,0xa329192e,0x75f72024,0xf30026f3,0x8f5b01dc,0x4e022fc1,0x3cb00000,0x6001ffef,0xd5006fcb,0xfe8fa4fa,0x307802d0,0x00913800,0x3fa6081f,0xe209bf85,0xfe511d06,0x3cf0fe80,0x0f34eff3,0xf7d01d19,0xb329192e,0x76f70023,0xf32024f3,0x6f5f01fc,0x4f025fc0,0x3cc00000,0x7001ffef,0xd2007fcb,0xfe7fa8fa,0x407802c0,0x00713500,0x2fa7081f,0xe2099f85,0xfe511d06,0x2cf0fe90,0x1034fff3,0xf7e01d19,0xc329194e,0x77f6e022,0xf34022f3,0x7f5d021c,0x4f028fbf,0x3cd00000,0x7001ffef,0xd1007fcc,0xfe7fa9fa,0x407702c0,0x00613100,0x2fa8083f,0xe3099f86,0xfe311c06,0x2cf1fea0,0x10350ff3,0xf7d01d19,0xf32a196e,0x76f6c021,0xf34021f3,0xbf55024c,0x5002dfbd,0x3cd00000,0x6001ffef,0xd2007fcc,0xfe7fa5fa,0x407702a0,0x00512e00,0x1fa9085f,0xe309af85,0xfe311b06,0x1cf2fea0,0x0f351ff3,0xf7c01d19,0xf32a197e,0x76f6b021,0xf34022f3,0xff4f027c,0x5102ffbc,0x3cd00000,0x6001ffef,0xd2007fcc,0xfe7fa2fa,0x407702a0,0x00412f00,0x2fa8083f,0xe209cf84,0xfe611c06,0x1cf4feb0,0x0f352ff3,0xf7c01d19,0xc329194e,0x75f6c022,0xf34024f3,0xff50028c,0x5102bfbb,0x3cd00000,0x5000ffef,0xd1007fcc,0xfe7fa2fa,0x507702b0,0x00313100,0x2fa8081f,0xe10a0f83,0xfea11e06,0x2cf5feb0,0x0f353ff3,0xf7b01d19,0x8327190e,0x75f6e024,0xf33027f3,0xff53029c,0x50026fbb,0x3cd00000,0x5000ffef,0xcf007fcc,0xfe7fa2fa,0x507702e0,0x00213300,0x2fa8080f,0xe00a4f83,0xfee11e06,0x2cf7fec0,0x0f354ff3,0xf7a01e19,0x632718ee,0x74f72026,0xf33028f4,0x0f5402ac,0x51025fba,0x3cd00000,0x6000ffef,0xce007fcc,0xfe7fa2fa,0x607802c0,0xfff13300,0x2fab07ef,0xe00a9f85,0xff111e06,0x2cf8fed0,0x0f354ff3,0xf7901e19,0x732718fe,0x72f78027,0xf32028f4,0x2f5302cc,0x52028fb7,0x3ce00000,0x7001ffef,0xcd007fcc,0xfe6fa1fa,0x707a0280,0xffe13300,0x1fad07ef,0xe10adf86,0xff311d06,0x2cf9fee0,0x0f354ff3,0xf7801e19,0x8327190e,0x70f7c029,0xf32026f4,0x3f5302dc,0x5202bfb5,0x3cf00000,0x9001ffef,0xcd007fcd,0xfe7fa1fa,0x707b0240,0xffd13400,0x2fad07ef,0xe00aef86,0xff311e06,0x3cf9fee0,0x0e354ff3,0xf7801e19,0x9327191e,0x70f7c02a,0xf33025f4,0x4f5602dc,0x5202bfb4,0x3cf00000,0x9001ffef,0xcd007fcc,0xfe8fa5fa,0x707b0220,0xffe13500,0x2fac07ef,0xe00aef85,0xff211e06,0x3cf9fed0,0x0e354ff3,0xf7901e19,0x9328191e,0x71f7902a,0xf35024f4,0x3f5a02dc,0x5202afb4,0x3cf00000,0x9001ffef,0xce007fcc,0xfe9fa9fa,0x707a0220,0xffe13500,0x2fac07ff,0xe00abf84,0xff111e06,0x3cf9fed0,0x0f354ff3,0xf7801e19,0x9327190e,0x72f78028,0xf35023f4,0x1f5c02ec,0x5202bfb3,0x3cf00000,0xa001ffef,0xcd007fcc,0xfe9fabfa,0x807a0210,0xffd13400,0x1fae080f,0xe00a6f84,0xff111e06,0x3cfafef0,0x10353ff3,0xf7801e19,0x832718fe,0x73f77024,0xf35024f3,0xcf5c02fc,0x5302bfb3,0x3d000000,0xa001ffef,0xcd008fcd,0xfe7fabfa,0x807c0200,0xffc13300,0x1faf081f,0xe00a2f84,0xff011f06,0x3cfafef0,0x11353ff2,0xf7701e19,0x8327190e,0x73f75021,0xf36024f3,0x9f5b02fc,0x5302cfb3,0x3d000000,0xb001ffef,0xcc008fcd,0xfe5facfa,0x907d01f0,0xffd13100,0x1fae083f,0xdf0a1f83,0xfef12006,0x3cfafee0,0x11354ff2,0xf7701e19,0xc329194e,0x70f74023,0xf38023f3,0xbf5b02fc,0x5302efb3,0x3d000000,0xb001ffef,0xcc008fce,0xfe5fadfa,0x907c01e0,0xfff13000,0x1fae084f,0xde0a2f82,0xfed12306,0x2cfafec0,0x10356ff3,0xf7701e1a,0x132b199e,0x6cf72025,0xf3b023f3,0xef5b02ec,0x5202ffb4,0x3d000000,0xb001ffef,0xcd008fce,0xfe5faefa,0x907c01c0 +}; + +u32 ANIM_ENTRY_cock_one_handed_weapon_and_turn_around[] = +{ + 0x00776700,0xbfed0730,0x1002601a,0xffb86779,0x8458125f,0xeb33ffe8,0xf3c02c01,0x80da02d0,0x36f63fcc,0xf5803400,0x1f52046c,0x26030fc7,0x3fefffff,0x3ffd0000,0x12ffdfeb,0xfcafd1fb,0x102a0020,0x00c75e01,0x0fed07c0,0x1101e00c,0xffc88f79,0xc46a11bf,0xea339fde,0xf1d03701,0xf0fd0360,0x47f65fd1,0xf6602000,0x8f4703ec,0x2c041fd1,0x405fffff,0xefff0000,0x09ffefe9,0xfc5fc7fb,0x402fff50,0x00b75a01,0x2ff50760,0x1101d002,0xffb8b77a,0x347e120f,0xf0331fd0,0xef004402,0xa12d0420,0x47f5ffee,0xf8901401,0x1f4a038c,0x3303afd9,0x40a00000,0xc002ffff,0xf9001fe6,0xfc0fbffb,0x9039ff90,0x00775c01,0x1ffe0660,0x1101fff4,0xff78d27a,0xb48e12df,0xfa324fba,0xeb105503,0xa16a0510,0x53f55005,0xfa502301,0x5f6602dc,0x3402cfe5,0x40b00102,0x2005ffef,0xe0005fe2,0xfbafcafb,0xe0410010,0x00775301,0x00050680,0x0f01ffda,0xff88ed7b,0xa49e1290,0x07315f9b,0xe6106d05,0x81c306b0,0x74f5c01b,0xfcc02803,0x1f6a01ac,0x3403aff6,0x40e00304,0x400bffdf,0xc5009fe1,0xfaefc9fc,0x1048ff80,0x00b74c00,0x70050660,0x0001dfbb,0xff890c7d,0x24b01250,0x1730af75,0xe0b08808,0x622e0930,0x94f7d039,0x00f02a02,0xaf5bff8c,0x3104900d,0x40900707,0x8014ffcf,0xad00dfe4,0xfa0fc7fc,0x504ffeb0,0x00a74eff,0xb006055f,0xf2021f98,0xff692b7f,0x44c011e0,0x2f2fdf47,0xdb60a80d,0x12a00d40,0xbbf8d046,0x05801102,0x1f4ffd0c,0x2f04601d,0x3fe00e0b,0xb01fffaf,0x9b010fe8,0xf8ffbcfc,0x8054fe70,0x00873dff,0x8011051f,0xef024f77,0xffa94582,0x74d11150,0x5b2f0f17,0xd6b0cc13,0xe3011360,0xe7f7d045,0x07900100,0xaf34fadc,0x3905402a,0x3fc01810,0x302dff9f,0x87013fef,0xf77fb2fc,0xa058fe70,0x00871200,0x4020067f,0xf801df5b,0x00695986,0x94e710a0,0x952e6ee1,0xd280f81e,0x734d1d61,0x16f76041,0x07affafd,0x5f13f9ac,0x53078033,0x40802213,0xe038ff7f,0x79016ff6,0xf59f9bfc,0xa055fe70,0xffb6fa00,0x102e068f,0xf7028f3b,0x00596d8a,0xc4fc0f60,0xc82dcea9,0xcf31262f,0xf37e2e61,0x4ff73038,0x084febfd,0xaf36f9ac,0x5008a02d,0x40602916,0x003fff7f,0x73017ffb,0xf3ef7dfc,0xb056fe20,0xfeb6ebff,0x703205cf,0xef03ff17,0xffd96790,0x54ee0dc0,0xf52d5e79,0xccf14f44,0x038b4221,0x93f5f032,0x089fe6ff,0x3f81fa1c,0x3d08502b,0x3f802c16,0xe042ff6f,0x6c018ffe,0xf2af64fc,0xc056fe90,0xfed6c3ff,0x7029061f,0xee04fef2,0xffb96195,0xa4e80bb1,0x242d5e38,0xca918b53,0x038150d1,0xd1f43033,0x07efedff,0x7fbdfa4c,0x3409403b,0x3f602d17,0x0043ff5f,0x6101afff,0xf19f51fc,0xd057ff90,0xff368b00,0x102506ef,0xf4052edd,0xffa9509b,0x54ea09a1,0x522d2df4,0xc8c1cb5d,0xf36d5b91,0xfff48019,0x078febff,0x0ff7fb2c,0x310b904b,0x3ff02b16,0x8041ff4f,0x5401cfff,0xf01f4ffd,0x1050fff0,0xfeb65600,0x702c081f,0xf6054eb7,0x004959a1,0x54e206b1,0x752ceddc,0xc801e065,0x23566292,0x26f3dffe,0x07bfddff,0x402cfc7c,0x290dd051,0x40502c16,0xc042ff2f,0x4601fffe,0xee7f4cfd,0x604b0050,0xfe561e01,0x0039086f,0xff052e8c,0x011966a6,0xc4d60411,0xa02d1dd8,0xc791e168,0x834565c2,0x54f2aff0,0x082fe5ff,0xe04bfdcc,0x25104053,0x41002e17,0x2044ff1f,0x3c020ffb,0xed8f3dfd,0xb0420070,0xfee5e301,0xf03b0860,0x04052e68,0x01b974ab,0xe4cd0291,0xc62d4dd4,0xc711e46b,0x933468b2,0x8cf20fec,0x0aefdafc,0xe058fecc,0x2313405e,0x41d02b16,0x5041ff0f,0x3a021ffa,0xee0f44fd,0xe03a0090,0xff75b003,0x103f0860,0x04052e3f,0x02b9b5b1,0x2498ff41,0xd92bcdf4,0xc721c36d,0xa3256aa2,0xbcf1ffd0,0x0b5fdbfb,0x104bfffc,0x22158064,0x42902614,0xd03cff1f,0x3f020ffc,0xef1f66fd,0xf0330110,0x00258004,0x30460570,0x0b04de3a,0x02f9a8b5,0x649ffe41,0xfd2b6e17,0xc7419e6e,0xd31c6bc2,0xe4f2ff92,0x0a8fe9fb,0xc01f010c,0x1f16b069,0x42f02012,0xf036ff3f,0x5301dfff,0xf05f90fe,0x701d0170,0x01c54a05,0x604303e0,0x0a053e10,0x037a1db9,0x8432fbd2,0x192a7e3e,0xc771776e,0xf31b6be3,0x0af35f7c,0x0ac004fb,0xaff700fc,0x1b170078,0x42d01b11,0x2030ff7f,0x75017004,0xf16fc1ff,0x8ff80260,0x04051206,0xd0390360,0x0105bde8,0x053c27bb,0xc23df942,0x27292e73,0xc811416e,0xe31e6bd3,0x3af24f83,0x0cb012f9,0x7fda004c,0x19164088,0x4290180f,0xf02cffaf,0x9d010008,0xf1eff200,0x2fce04e0,0x07e4ce0a,0x8037035f,0xff06cddb,0x05ce40ba,0x5037f832,0x2f286ea3,0xc8e1106f,0xb3186c93,0x5ff14f8c,0x0ef00bf6,0xefb5005c,0x1e14b08b,0x4320140e,0xb029ffcf,0xb700c008,0xf29ff2ff,0xefdc0760,0x10848913,0x40380350,0x07075dca,0x048729c8,0x875ff782,0x36280ecb,0xc9b0e870,0x63136d33,0x78f1df96,0x0f500df6,0x8f9000ec,0x2311e084,0x4430110d,0x6025ffdf,0xbf00a007,0xf34ffdff,0xaff707a0,0x22f45925,0x903502c0,0x11070db8,0x044775ca,0x8717f682,0x3e278ee0,0xca40d170,0x73136d43,0x9af31f7f,0x0ea015f7,0x1f7400fc,0x260ee07e,0x44e0100c,0xa023ffdf,0xc000a006,0xf3d00bff,0x60030590,0x3e144a40,0xb0330260,0x14069da7,0x04b78dcc,0x36f3f4a2,0x3c25feee,0xcae0c370,0xb3106d83,0xb8f65f35,0x0e2021f6,0x9f5f00ec,0x280cf077,0x44b00f0c,0x3022ffcf,0xbc00b004,0xf45011ff,0x2ffb0160,0x56f45d59,0x703201f0,0x14069da1,0x04d7bacd,0xd6c1f2d2,0x39248efb,0xcb70b570,0xd3106da3,0xbcf8ff3b,0x0e402bf6,0x6f4500ec,0x2a0c1072,0x44100e0b,0xc020ffcf,0xb100d002,0xf4e00bfe,0xdfeefdd0,0x64948566,0xb02b0060,0x18083db7,0x03b7f5ce,0x3686f2c2,0x46242f0a,0xcc70a570,0x43156d23,0xbef97f56,0x0e202cf6,0xef2d00ac,0x2c0b5071,0x43200e0b,0x9020ffbf,0xa100ffff,0xf54008fe,0x9feffc10,0x6be4ae6d,0xe024ffd0,0x1709adb7,0x0307f3ce,0xc695f212,0x4b23af1b,0xcdd0936f,0x531e6c43,0xd4f74f5c,0x0d502bf6,0x1f15007c,0x2c0a0070,0x41c00e0b,0x8020ff9f,0x8a013ffc,0xf58005fe,0x7000fbb0,0x70b4d772,0xb0210050,0x0e096dab,0x03e7cecf,0xd6dbf032,0x4922ef24,0xce308b6e,0x43266b33,0xfdf4af67,0x0c002ef5,0x0efb00ac,0x2808a06a,0x40000d0b,0x201fff7f,0x79016ff9,0xf5d006fe,0x3004fb70,0x74350276,0x80250040,0x0808cdc1,0x03d7bccf,0xf71eef02,0x55226f24,0xcd708c6b,0xf33768f4,0x20f33f5e,0x09d050f2,0x9ee6013c,0x2007105f,0x3e000c0a,0xa01dff6f,0x6f018ff7,0xf61011fd,0xeff9fb30,0x77453079,0x80210110,0x0307cdd3,0x037790cf,0xe77dee02,0x5d222f1d,0xcc009469,0x33476644,0x39f26f5d,0x088074f0,0x0ec5018c,0x1805205d,0x3c000b0a,0x201cff5f,0x66019ff5,0xf6600efd,0x9ff7fb10,0x79455e7b,0x801a020f,0xfd078ddf,0x02e75ecf,0xa7d9ece2,0x5f226f18,0xcb009967,0x734f6494,0x5befef52,0x098088f0,0x8e9101ec,0x1903b058,0x3a600b09,0xe01bff5f,0x6301aff3,0xf69ff9fd,0x6ffcfa00,0x7b05827d,0x200d023f,0xf3099de5,0x020742cf,0x77fdec22,0x5a225f17,0xca609b68,0x634c6584,0x81ee6f37,0x09008cf1,0x2e6601fc,0x19017053,0x38900b0a,0x101cff6f,0x68019ff1,0xf69fe7fd,0x2ffcf850,0x7d15987f,0x1000021f,0xe40bcde9,0x01a758cf,0xe7ccebb2,0x4f22cf1e,0xca90946b,0x333b6844,0x7fedaf4b,0x06e080f3,0xbe50018c,0x15fdd04f,0x36b00c0a,0xc01eff7f,0x74017ff2,0xf67fe9fc,0x0ff8f7c0,0x7e65b180,0x6ff7027f,0xd40c8dec,0x01b77fd1,0x7782ebc2,0x3923bf5d,0xcf50516d,0x73296a74,0x60edff6e,0x06e071f5,0x4e3f015c,0x17fb3045,0x35c00e0b,0x701fff8f,0x85014ff2,0xf68ff5fa,0x5007f800,0x7ef5cd81,0x3ff3020f,0xc90cee00,0x013798d1,0x374dee02,0x29258f64,0xd110486f,0x73176c64,0x44ef2f67,0x089051f2,0xde3701bc,0x1bf98039,0x35c00e0b,0xb020ffaf,0x96011ff2,0xf6c009f9,0x2024f980,0x7f25ef81,0xbff000ff,0xc80d5e28,0x00c7b9ce,0xb71bf172,0x26280f46,0xcf106870,0x830a6d74,0x27f07f64,0x09a060f1,0xfe36026c,0x21f83030,0x36500e0b,0xd021ffbf,0xa600fff1,0xf71028f7,0xe037fec0,0x7f061881,0xbfeaffdf,0xcf0e0e5a,0x0097efcb,0x76ddf572,0x252b3f1e,0xcce09270,0x53096d54,0x17f23f75,0x09b089f3,0x0e33032c,0x2bf8102e,0x37800f0b,0xf021ffcf,0xb300cff0,0xf7904df7,0x603202b0,0x7e764580,0xdfe5ffff,0xdd0dde79,0x00d81dc8,0xf6aff7c2,0x1d2d5eeb,0xcb30c76f,0xf30a6d04,0x05f53f5f,0x09d07df3,0x5e2f039c,0x42f9d034,0x3950100c,0x9023ffcf,0xae00dfee,0xf86078f8,0x60260200,0x7d96707f,0xefea006f,0xec0d1e93,0x017836c6,0xc696f8e2,0x132e7ea8,0xc9b10c6f,0x930b6ca3,0xf0f5ff45,0x0a003cf3,0xfe30041c,0x5efb3034,0x3b30130e,0x2027ffbf,0xa0010fed,0xf8f0a8f9,0x80200170,0x7d36987f,0x6fed006f,0xf50cfeb7,0x01a858c3,0xf674fa02,0x0e2f5e3b,0xc7d17c6d,0xc3186af3,0xe3f57f3f,0x08a00ff4,0x6e2c03ac,0x78fb6032,0x3c901a11,0x002fffaf,0x97011fec,0xf940cffa,0x60160190,0x7d46b57f,0x9fee001f,0xf20d5edb,0x0176c8c0,0xb800fae2,0x05302d5c,0xc5e25f6a,0x932e67e3,0xe5f5af3b,0x064030f1,0x2e2b027c,0x8efb302d,0x3d502715,0x503dffaf,0x96011fef,0xf820c8fb,0x200a0130,0x7d66c980,0x0feefecf,0xf10d9f05,0x0128ebbb,0xa5cffcc1,0xfa318bed,0xc513d066,0x734563f3,0xe6f59f4b,0x046028ef,0x8e36013c,0x98fbf025,0x3dd03619,0x604cffaf,0x99011ff5,0xf5d08ffb,0x40170180,0x7d86e380,0xdff1fe1f,0xef0d6f2b,0x0038c6b6,0x05dbfe61,0xe632aabc,0xc5f50460,0xe35c5ea3,0xdbf48f5a,0x024008f0,0xee47005c,0x91fdd01b,0x3df0401b,0xb055ffaf,0x9d010ff9,0xf42050fb,0x401d0100,0x7dd70581,0x8ff000df,0xe30daf20,0xffc929b1,0x456cfc01,0xbc314a1e,0xc765a658,0x73715683,0xcbf3bf62,0xff6004ef,0x7e5dff5c,0x80000016,0x3df0431c,0x7058ffbf,0xa200fffa,0xf3c028fb,0x501cffe0,0x7e272282,0x1ff003df,0xd60dcf0f,0xffc96cab,0xe525f9b1,0x913029d9,0xc8c5ef4c,0xf3804b43,0xb8f3af6c,0xfd3ff4ee,0x8e76fe2c,0x6e014013,0x3dd0431c,0x6057ffbf,0xa700fffb,0xf3b00afb,0x701eff80,0x7ea74282,0x9fee04df,0xd20d1f1d,0xffa95ca4,0xa526fa41,0x7930a9ba,0xc9d61440,0xb3863f63,0xa0f44f8c,0xfc0fe9ef,0x7e86fcfc,0x5e022014,0x3dc03e1b,0x5053ffcf,0xae00dffa,0xf3efeffb,0xa01cff00,0x7f376c83,0x2fe9064f,0xca0c9f2e,0xff89499d,0x1529fad1,0x653119bd,0xca661837,0x13823603,0x81f48fa0,0xfabfe6ef,0xbe8bfc3c,0x4d037018,0x3db03518,0xf04affcf,0xb800cffa,0xf41fd6fb,0xd01afea0,0x7f579083,0x7fe807df,0xc50c9f38,0xff193f95,0xf52bfb11,0x523139f4,0xca25eb2e,0xb3792de3,0x6cf52f93,0xf96fd1ef,0xae96fc4c,0x3f04d014,0x3d902915,0xa03fffcf,0xbc00bffa,0xf43fbefc,0x001cfec0,0x7f27aa83,0x7feb089f,0xc50c8f43,0xfe693e91,0x2519fbc1,0x45317b53,0xc7a49325,0xb3672523,0x61f4ff7f,0xf89fc1ef,0xbeb3fcfc,0x3405a00d,0x3da01d12,0x0033ffcf,0xbc00bff9,0xf4bfabfc,0x2020ff30,0x7ef7b483,0x7fe9088f,0xc50cbf50,0xfe29348c,0xc504fc61,0x3331fd4c,0xc8b2a31f,0x33531ef3,0x42f4ff69,0xf73fb9f0,0x4ee0fd8c,0x2b062006,0x3dc0150f,0x002affcf,0xbc00bff7,0xf59f9dfc,0x4025fef0,0x7eb7c183,0x4feb08af,0xc70ccf5d,0xfe192089,0x64eefca1,0x26327eab,0xced1501a,0x833d1a83,0x15f36f61,0xf6ffb5f1,0x3ef0fdec,0x2b06bfff,0x3e00120d,0x7025ffcf,0xbc00bff5,0xf66f7ffc,0x702afec0,0x7e97d083,0x0fef08cf,0xcc0caf68,0xfe390086,0x94dafcc1,0x1932bf48,0xd790c118,0x63311892,0xedef5f69,0xf76fb0f2,0x9ee3fe3c,0x2f074ffb,0x3e400f0c,0x5022ffcf,0xbb00bff2,0xf78f5ffc,0x9030fed0,0x7ed7d982,0x9feb084f,0xd40c3f73,0xfe88ce84,0x34befd61,0x09329f95,0xe0207e18,0x33311872,0xb4ecaf8d,0xf5afa8f4,0x2ed9fe8c,0x31077ffa,0x3e900d0b,0x501fffdf,0xbf00aff1,0xf85f5afc,0xa033ff20,0x7f27de82,0x0fe407cf,0xe20bef7a,0xfe389f82,0x14a1fe30,0xf9320fc1,0xe8005518,0x13311872,0x3dec3fcb,0xf3ffa2f4,0x6ed6ff1c,0x3206cffa,0x3ec00b0a,0x001bffdf,0xc400aff0,0xf8af63fc,0xa0350020,0x7f27de81,0x6fe5072f,0xf10bcf80,0xfdf88781,0x048dfe90,0xef319fe0,0xefb03617,0xb3301821,0x85ee5012,0xf32f99f3,0x8ee5000c,0x2e06bff6,0x3f300808,0x2016ffdf,0xc7009fef,0xf96f78fc,0xb0370010,0x7f57de81,0x0fe606df,0xf70b6f84,0xfe188d80,0xe47efe90,0xe8315ff4,0xf7601b17,0x332e17b0,0xbbf2f042,0xf2af9df2,0x6efe00bc,0x27078ff5,0x3f700506,0x5011ffdf,0xcc008fed,0xfa4f9bfc,0xe039ff00,0x8017d680,0xefdc065f,0xf70b0f80,0xfe789280,0xf473fe80,0xdb311ffe,0xfe600516,0xc32d1760,0x3cf70040,0xf25f9ef3,0x2f18009c,0x24065ffc,0x3f500405,0x100dffef,0xd0008fed,0xfadfb2fc,0xf038ff60,0x8037d780,0xbfdc066f,0xfa0aef7c,0xfe988680,0xb46dfe60,0xcd310001,0x034ff516,0x732c1720,0x37fa5018,0xf27f8af5,0x7f1b014c,0x23060ff8,0x3f300203,0xd00affef,0xd7006fec,0xfb4fb5fc,0xa0360080,0x8017e880,0x8fe1074f,0xfb0adf81,0xfe58957f,0xc468fe40,0xc6314001,0x054fee15,0xc3291690,0x6dfccfdb,0xf27f81f6,0xbf02024c,0x2007aff3,0x3f300102,0xb007ffef,0xdc005fec,0xfb8fadfc,0xa036ffe0,0x8017ed80,0x7fe7073f,0xfe09cf8e,0xfdf8dd7d,0xa45cfe60,0xc4317001,0x043ff215,0x53271630,0x84fb6fcf,0xf28f83f6,0x6efd02cc,0x1d07eff1,0x3f200102,0x0005ffef,0xdd005fec,0xfbafaefc,0xb037ffd0,0x8007ee80,0x7fec06ff,0xff085f93,0xfd89167b,0x1457fe70,0xc031a000,0x017ffb15,0x53281640,0x98f93fd2,0xf2bf86f6,0x1f00033c,0x19080fed,0x3ee00001,0x7003ffef,0xdf005fec,0xfbcfb3fc,0xc038ffc0,0x7fa7f280,0x9ff6072f,0xfe072f95,0xfd392979,0xb458fe30,0xb931cfff,0xff800116,0x032f1700,0xa8f65fce,0xf30f89f5,0xff0103fc,0x13084fe4,0x3ea00000,0xe002ffff,0xe4004fec,0xfbdfbafc,0xb037ffc0,0x7f97f480,0x7ffc0750,0x01069f98,0xfcc92779,0x7458fdc0,0xb231fffe,0xfe000617,0x13371810,0xa1f47fcf,0xf35f8ff5,0xef09045c,0x13081fe0,0x3eb00000,0xa001ffff,0xe8004fec,0xfbbfc3fc,0xc0370000,0x7f47f380,0x60060750,0x0405ef9a,0xfc492579,0xf455fd60,0xad322ffc,0xfc900b18,0x83401980,0x83f46fdd,0xf3ff94f5,0xaf1304cc,0x1307dfdb,0x3eb00000,0x8001ffff,0xe6004fed,0xfbbfccfc,0xc0390030,0x7ef7ef80,0x600f06f0,0x0504ef9a,0xfc59227a,0xd450fd30,0xa8327ffb,0xfb900e1a,0x234a1b20,0x60f52ff5,0xf4af97f5,0x8f1e051c,0x11079fd7,0x3ea00000,0x7001ffef,0xe2005fed,0xfbbfd6fc,0xd03a0020,0x7f87e380,0x20060610,0x0804cf9e,0xfc59197c,0x5447fd30,0xa1329ffb,0xfb900e1c,0x33541d40,0x5af5301d,0xf4ef95f5,0x5f2b041c,0x1606cfe2,0x3ec00000,0xf002ffef,0xdd005fed,0xfb8fd8fc,0xe03d0040,0x7fe7d580,0x00020540,0x0b04cf9e,0xfc090f7d,0xd440fd20,0x9a328ffa,0xfb100f1e,0x835e1f90,0x6ff4e036,0xf4ef92f5,0x3f38034c,0x1a05afea,0x3ee00001,0x8004ffef,0xd8006fee,0xfb7fd7fc,0xf03e0070,0x7f47e380,0x00100610,0x0c042f99,0xfc69077f,0x343cfcf0,0x9632aff9,0xfa401220,0xf3672200,0x7cf42039,0xf52f94f5,0x3f30045c,0x16060fde,0x3ee00001,0x3003ffef,0xd8006fee,0xfb7fddfc,0xe03e00e0,0x7ed7f680,0x00180740,0x0a044f9a,0xfcd90b80,0xa438fcb0,0x9232fffa,0xfa601122,0xf36d2400,0x6cf38045,0xf55f99f4,0xdf1d053c,0x12075fd8,0x3ee00000,0xe002ffef,0xd5007fee,0xfb7fdefc,0xe03e00c0,0x7f37ed80,0x101106b0,0x0704bfa1,0xfce90582,0x4432fcb0,0x91333ffb,0xfb600e24,0x737225a0,0x62f28049,0xf58f9cf4,0x7f1b046c,0x14074fe5,0x3ee00001,0x9004ffdf,0xcc008fef,0xfb4fd5fc,0xe0420060 +}; + +u32 ANIM_ENTRY_holster_one_handed_weapon_and_cross_arms[] = +{ + 0x009007ff,0xef92041f,0xdd05dfb3,0x01825800,0xfcba00e0,0x2f31c7f1,0x89782190,0x45538e5f,0x54f64026,0xeb607ef5,0x9f3f031c,0x2701ffd9,0x3edfffff,0x8ffeffef,0xd4006fef,0xfdefd2fb,0xe0530080,0x009008ff,0xef9403ef,0xdb066fb5,0x01725900,0xccb90100,0x3031d7f1,0x89582190,0x15578e3f,0x52f64029,0xeb2079f5,0x2f41033c,0x2701cfd7,0x3edfffff,0x6ffeffef,0xd8006fef,0xfdefd3fb,0xe0520090,0x00a004ff,0xdf96043f,0xdb061fb4,0x01825100,0x7cbc00f0,0x3131e7f1,0x8978218f,0xc55d8dff,0x70f6b011,0xeac076f4,0xef3c033c,0x2901ffd7,0x3effffff,0x7ffeffef,0xd9005fef,0xfddfd2fb,0xe0530080,0x00c004ff,0xdf96041f,0xda060fb8,0x01d24400,0x4cbe0120,0x3231d7f0,0x8998228f,0x55668d9f,0x89f6dff9,0xea8073f5,0x0f3e030c,0x29025fda,0x3f0fffff,0x9fffffef,0xd8006fef,0xfdefd4fb,0xf0560000,0x00effeff,0xdf96045f,0xd8061fb6,0x02024400,0x1cbd01b0,0x2f31a7f1,0x8978218e,0xd5708d2f,0x86f6dffc,0xea6072f5,0x0f30031c,0x2a02afdd,0x3f0fffff,0x8ffeffef,0xd4006fef,0xfddfcdfc,0x105a0000,0x00effeff,0xdf99042f,0xd705ffb6,0x02523fff,0xdcbb0330,0x2b3107f1,0x8978218e,0x25808c9f,0x89f6e001,0xea606ef4,0x6f3302ec,0x2a027fe0,0x3f0fffff,0xdfffffef,0xd1007fef,0xfd9fd2fc,0x105b0020,0x00f00700,0x0f9d031f,0xd405dfbc,0x02a235ff,0x9cb905b0,0x253017f1,0x8968218d,0x059b8b9f,0x96f72fff,0xea706af4,0x7f42026c,0x2701bfe5,0x3ed00000,0x6000ffef,0xcc008ff0,0xfd6fdafc,0x105b0050,0x01100600,0x2f9e02cf,0xcd056fb7,0x03122fff,0x2cb90880,0x152f27f1,0x8968218b,0xd5bc8aaf,0xa2f76ffd,0xeb206af5,0x9f40020c,0x2701dfe9,0x3ec00000,0xa001ffef,0xcb008ff0,0xfd4fd9fc,0x00590040,0x014ffd00,0x4f9f02bf,0xc6051fb8,0x03e226fe,0xccbb0be0,0x002e07f0,0x89b8228a,0xe5d889ef,0xa8f75ffc,0xebf06af6,0x7f2f01cc,0x28027fee,0x3ed00000,0xe002ffef,0xca008ff0,0xfd4fd1fc,0x00590010,0x015ffa00,0x5fa3026f,0xc0052fbc,0x04721dfe,0x6cba0f6f,0xe22c97ef,0x8a28248a,0x55e8897f,0xadf79ffc,0xec6066f6,0xcf2801ac,0x27027ff1,0x3ec00000,0xf002ffdf,0xc6009ff0,0xfd4fcdfc,0x105c0030,0x015ffd00,0x6fa9020f,0xba050fba,0x04d218fd,0xccb7127f,0xbb2ad7ee,0x8ac8268a,0x15ef894f,0xaff7d000,0xec706af7,0x6f3201bc,0x26024ff0,0x3ea00000,0xd002ffdf,0xc4009ff0,0xfd5fd5fc,0x205e0030,0x01500100,0x6fb0014f,0xb604cfbe,0x04e20efd,0x2cb5154f,0x8f2907eb,0x8b98298a,0x15eb894f,0xb1f75006,0xed5070f8,0xdf3901dc,0x2601cfef,0x3ea00000,0xa001ffdf,0xc4009ff0,0xfd5fd7fc,0x40620050,0x01600600,0x7fb4003f,0xaf052fc4,0x0511fefc,0xacb3181f,0x632767e9,0x8c482b8a,0x35e5895f,0xb6f7300a,0xeff078fa,0xbf3e01dc,0x26017fec,0x3ea00000,0x7001ffef,0xca008ff0,0xfd6fd6fc,0x30610020,0x01600e00,0x9fb6fe6f,0xaa05ffd4,0x0561e7fc,0x8cb21b5f,0x3a2577e6,0x8d682f8a,0x55dc898f,0xbff7f002,0xf35087fc,0xdf4001dc,0x25012fe6,0x3ea00000,0x5000ffef,0xd4006ff0,0xfd7fd1fc,0x205c0000,0x01501500,0x9fbafcaf,0xa706afe8,0x0541d3fc,0x7cb01f1f,0x132327e3,0x8e78338a,0xd5c989ef,0xc3f8bffd,0xf7a096fd,0xff3901ec,0x26009fe4,0x3ea00000,0x6001ffef,0xd3007ff0,0xfd8fc2fc,0x205d0040,0x01301a00,0x7fc2fb2f,0xa607affd,0x0551c7fc,0x3cae22fe,0xf02087e0,0x8f68378b,0xc5ab8a9f,0xbef93000,0xfce0a2ff,0x6f34020c,0x2800bfe1,0x3ec00000,0x6001ffef,0xd1007ff2,0xfd8fbffc,0x005c0060,0x01001f00,0x6fc8f97f,0xa5084015,0x0521b8fc,0x3cac273e,0xd21d87dd,0x90583b8d,0x35808bdf,0xbcf81002,0x0210aa01,0xff31024c,0x28005fdd,0x3ec00000,0x6001ffef,0xcf007ff4,0xfd6fbcfc,0x405cffd0,0x00e02500,0x5fcaf77f,0xa6091031,0x04e1a6fc,0x7ca92b9e,0xba1a47da,0x91083e8f,0x85498ddf,0xc1f70ffd,0x0620a604,0x6f3c027c,0x27ffcfdc,0x3ea00000,0x7001ffef,0xcb008ff5,0xfd5fc1fc,0x5062ffe0,0x01401c00,0x8fc5f63f,0xaa09d04b,0x04b195fc,0x9ca82f7e,0xac1767d7,0x91d84193,0x050e90ff,0xc4f6fffa,0x08609207,0x0f3e021c,0x26008fe2,0x3ea00000,0x6001ffef,0xcc008ff3,0xfd1fc6fc,0x30670000,0x01600c00,0x7fc4f5af,0xae0aa061,0x04318ffc,0x7ca832be,0x9f1507d5,0x92784398,0x44d395df,0xc2f71002,0x09107509,0x8f2e024c,0x27015fe4,0x3ea00000,0x6001ffef,0xcc008ff1,0xfcbfc0fc,0x30670030,0x012fff00,0x1fcbf52f,0xb10bd07a,0x04118efb,0xfca634fe,0x911357d5,0x9278439f,0x94a49cef,0xbdf72005,0x08b0620b,0xbf2702bc,0x2a020fe1,0x3ed00000,0x8001ffdf,0xc8008ff0,0xfc8fc1fc,0x30670070,0x011ff4ff,0xffcdf4af,0xb00c608a,0x03d18bfb,0xeca7363e,0x831267d3,0x92d845a8,0xd483a5ef,0xbef76003,0x07205d0e,0x0f2102ec,0x29024fe4,0x3ed00000,0xb001ffdf,0xc2009fee,0xfcbfc1fc,0x60690070,0x015fddff,0xffc9f4df,0xb10d109a,0x042183fc,0x1cad370e,0x791267cf,0x93c849b2,0xf471afef,0xc3f79ffd,0x05c05e0f,0xbf1602cc,0x2a031feb,0x3ed00000,0xe002ffdf,0xbd00afea,0xfc5fbefc,0x90690030,0x014fbbff,0xbfd4f62f,0xac0d30a4,0x04a17ffb,0xdcb5368e,0x7113a7cb,0x94c84dbb,0x246ab7ff,0xc9f7bffa,0x05106211,0x4f08030c,0x2a045fed,0x3ee00001,0x2003ffdf,0xbb00afe6,0xfbffc4fc,0xd0690020,0x015facff,0xafd6f6bf,0xab0d30a8,0x04c180fb,0xccba360e,0x671517c8,0x958850bf,0x7468bc4f,0xcdf7affb,0x05406613,0x3f03031c,0x2a04cfef,0x3ef00001,0x2003ffdf,0xbb00afe1,0xfbdfc7fc,0xe0690090,0x015fabff,0x9fd7f6af,0xac0ea0b5,0x053180fc,0x0cbb357e,0x5f1667c6,0x95f852bf,0x2468bbef,0xcaf7bffa,0x06606615,0x4f04032c,0x2a04cfee,0x3ef00001,0x3003ffdf,0xbd00afdc,0xfb9fccfc,0xe06700d0,0x014faaff,0x9fd7f68f,0xac0fd0c1,0x05e181fc,0x8cbf346e,0x541817c3,0x968855bb,0xe46ab8bf,0xc6f7fffa,0x08b05116,0xbf04034c,0x2904cfed,0x3ef00001,0x0002ffdf,0xbf00afd8,0xfb8fc9fc,0xe06800d0,0x013fa8ff,0x7fd7f65f,0xad10e0d0,0x06a17cfd,0x4cc1336e,0x491997c0,0x971858b9,0x546cb62f,0xc8f80ffe,0x0b603317,0x5f05037c,0x2904cfeb,0x3ef00000,0xd002ffdf,0xbf00afd4,0xfb8fc2fd,0x006700a0,0x011fa6ff,0x6fd7f61f,0xaf1250e3,0x07817cfe,0x4cc3324e,0x3e1b07bc,0x97b85bb7,0x946eb46f,0xd0f8700e,0x0d902218,0x7f0503ac,0x2904cfe9,0x3ee00000,0xd002ffdf,0xbd00afd3,0xfb8fc3fd,0x30630060,0x00ffa3ff,0x4fd6f5cf,0xb012c0ec,0x086183fe,0x9cc7309e,0x2f1ca7bc,0x97a85bb5,0x8471b24f,0xd0f8b012,0x0fc02e1a,0xaf0603ec,0x2904cfe7,0x3ee00000,0xb001ffdf,0xbb00afd2,0xfb7fc1fd,0x60640030,0x00dfa0ff,0x3fd5f57f,0xb21360f2,0x093185fe,0xaccd2eee,0x241e17bb,0x97d85cb1,0xf475aecf,0xc9f8800d,0x12305b1c,0xef07042c,0x2804cfe4,0x3ee00000,0xd002ffdf,0xb900bfd1,0xfb2fc6fd,0x906d0050,0x00bf9dff,0x1fd5f52f,0xb41390fc,0x09a17cff,0x7cd32dee,0x1e1ef7b3,0x996864ae,0xf47aabdf,0xd0f8f003,0x15008e1e,0x9f08046c,0x2804cfe1,0x3ed00001,0x1002ffcf,0xb500bfcf,0xfadfc9fd,0xc07900f0,0x009f9afe,0xffd4f4cf,0xb6136106,0x09a178ff,0x9cd52d6e,0x1e1f37b3,0x996864ad,0xc47daaaf,0xd1f89ff7,0x1760ab20,0x4f0904bc,0x2804dfde,0x3ed00001,0x4003ffcf,0xb000cfce,0xfa9fccfd,0xe07f0130,0x006f97fe,0xdfd3f47f,0xb813c10a,0x09c176ff,0x7cd32d7e,0x201ee7b5,0x991862ae,0x047caaef,0xd4f81fee,0x18c0bd21,0xbf0a04fc,0x2704dfdb,0x3ed00001,0x8003ffcf,0xad00cfcb,0xfa2fc9fe,0x007800d0,0x004f93fe,0xbfd2f41f,0xb9147108,0x09a17900,0x2cce2eae,0x1d1da7b4,0x991863ae,0xe47aabcf,0xdbf7ffe6,0x1960c422,0x5f0b054c,0x2704dfd8,0x3ec00001,0xb004ffcf,0xab00dfcc,0xf9cfcafd,0xf07500d0,0x002f90fe,0x9fd1f3cf,0xbb157103,0x09f17e01,0x1cc5304e,0x1a1c17b3,0x996864af,0x8479ac7f,0xdef81fe5,0x1970c422,0x7f0c059c,0x2604dfd5,0x3ec00102,0x0005ffcf,0xac00dfcd,0xf94fd1fd,0xe0780130,0x000f8dfe,0x7fd0f37f,0xbd1530f9,0x09a18901,0x1cbf30ae,0x1c1b97ae,0x9a3868af,0xd478acbf,0xe0f8fff3,0x18b0c421,0xff0d05dc,0x2604dfd3,0x3ec00102,0x4005ffcf,0xaa00dfce,0xf8cfd1fd,0xc07f0170,0xffef8afe,0x5fcff32f,0xbf1440f2,0x09519d00,0x3cbf308e,0x201bb7ac,0x9ab86bb0,0x2477ad0f,0xe2f95ff8,0x16e0c520,0xaf0e061c,0x2604dfd0,0x3eb00102,0x6006ffcf,0xa700dfce,0xf85fcafd,0xa08501d0,0xffcf88fe,0x3fcff2ef,0xc012c0ee,0x0901b1ff,0x3cbf30ae,0x261bb7a9,0x9b186daf,0xb478ac9f,0xe2f94ff9,0x14f0c81f,0x6f0e064c,0x2604dfce,0x3eb00102,0x6006ffcf,0xa900dfd2,0xf89fd3fd,0x90850200,0xffbf86fe,0x2fcff2af,0xc111a0e8,0x0851beff,0x3cbb319e,0x2f1a97a1,0x9c6874ae,0xf47aabef,0xf0f98ff5,0x12e0cf1d,0xaf0f067c,0x2504dfcc,0x3eb00102,0x3005ffcf,0xa800dfd4,0xf87fd0fd,0x908401f0,0xffaf84fe,0x1fcff28f,0xc210e0e0,0x07e1c7ff,0x2cb632ce,0x3b195799,0x9dd87bad,0x647caa50,0x08fa5fe1,0x10f0de1b,0x0f0f069c,0x2504dfcb,0x3eb00102,0x2005ffcf,0xa900dfd5,0xf8afd1fd,0x707f01a0,0xff9f83fe,0x1fcff26f,0xc30f70d3,0x0761e4fd,0xdcb133ce,0x4f18779c,0x9d8879aa,0x0483a700,0x0dfa1fd4,0x0fd0d71a,0x3f1006bc,0x2504dfca,0x3eb00102,0x0005ffcf,0xaa00dfd8,0xf89fcefd,0x607b0160,0xff9f83fe,0x0fd0f25f,0xc30e70c9,0x06c20efc,0x2cb333de,0x7718479b,0x9d8879a4,0xf490a210,0x06f9afd6,0x0f30ae1b,0x3f1006bc,0x2504dfca,0x3eb00102,0x0005ffcf,0xaa00dfda,0xf88fd0fd,0x507a0150,0xffef81fe,0x5fcef37f,0xc30d90bf,0x066232fb,0x0cbc337e,0xab187793,0x9eb8809e,0xf4a89c40,0x0ff9efcc,0x0ed07a1b,0xdf0a061c,0x22054fd3,0x3e800102,0x1005ffcf,0xa900dfdd,0xf8dfd6fd,0x307e0180,0x004f7efe,0x7fcaf4ef,0xc50c30b3,0x060250f9,0xfcc432ee,0xe219478b,0x9fd88798,0xa4d29630,0x27fa1fb7,0x0f30461a,0xdefc058c,0x2205cfdd,0x3e800102,0x2005ffbf,0xa600dfe0,0xf96fd4fd,0x108301b0,0x004f78fe,0x3fd3f6cf,0xc40b00a7,0x05d26cf8,0x5cc931cf,0x1b1ac786,0xa0a88b93,0x150f90f0,0x4afa7fa2,0x10f00c18,0xfeef058c,0x24070fdc,0x3eb00102,0x4005ffbf,0xa600efe2,0xf96fd3fc,0xf0840130,0x001f81fe,0x5fd5f79f,0xc10a5097,0x057282f7,0x3cce308f,0x521c7780,0xa168908e,0x955d8d00,0x73faff83,0x139fda18,0x1ef3057c,0x2306bfdc,0x3e900102,0x3005ffbf,0xa400efe3,0xf98fd3fc,0xe0810150,0x000f8cfe,0x7fd5f87f,0xbf09b083,0x04f293f6,0x1cd02f2f,0x851e977b,0xa208958a,0xd5c389e0,0x91fb7f65,0x161fcf15,0x9efa055c,0x2105ffdc,0x3e500102,0x3005ffcf,0xa700dfe5,0xf97fd7fc,0xb07b01c0,0xff9f9dfe,0x7fdcf91f,0xb808e072,0x04a29ff5,0x0cd22d6f,0xb1215776,0xa2b89987,0xf63187a0,0xa1fbaf4f,0x186fcf11,0x5f0b056c,0x20055fd6,0x3e300102,0x6006ffcf,0xa900dfe5,0xf98fdafc,0xa07801a0,0xff8fa4fe,0x9fdcfa8f,0xb4087061,0x0452a9f3,0x8cd42abf,0xd7242770,0xa3789e85,0xd6978610,0x9efb5f3d,0x1bcfe40d,0x3f0d051c,0x1f053fd8,0x3e300102,0x6006ffcf,0xa900dfe5,0xf9dfd9fc,0x90770180,0xffdfa2fe,0xdfdcfc8f,0xb4078053,0x03c2b0f1,0x9cd42740,0x01267764,0xa4c8a884,0x96e08520,0x83fb8f2c,0x1e30000b,0xff04048c,0x1f059fde,0x3e200102,0x7006ffcf,0xaa00dfe6,0xf9efd5fc,0x80760190,0x003fa6fe,0xefd8fe1f,0xb5069045,0x0322b7f0,0x0cd62460,0x25281747,0xa7a8c284,0x56f284f0,0x54fb0f32,0x1e50190b,0xbefc040c,0x23057fe4,0x3e400102,0x7006ffcf,0xac00dfe7,0xfa1fcbfc,0x807501a0,0x005fb0fe,0xefd8ff0f,0xb705c035,0x02f2adee,0x8cdb2330,0x4528e714,0xab78ef84,0xf6cd8570,0x4df9af2a,0x1e40460b,0x6f0103cc,0x26050fe4,0x3e700102,0x6006ffcf,0xaf00cfe7,0xfa4fc8fc,0x60720180,0x003fc3ff,0x0fd9ff0f,0xb7053024,0x02a2a1ec,0xdcdf23a0,0x662916c3,0xaf893a86,0x36898660,0x4af8bf18,0x1f60980a,0x2f14039c,0x2603ffe2,0x3e600102,0x6006ffcf,0xb000cfe8,0xfa7fcafc,0x50700180,0x006fd8ff,0x0fd7feef,0xba051019,0x02b2a1ea,0x4ce324a0,0x88290634,0xb3c9c188,0x76258800,0x2cf7ff1c,0x1ef0d607,0x7f23031c,0x2b02ffe6,0x3ea00102,0x8006ffcf,0xae00cfe8,0xfabfc8fc,0x506f0160,0x00ffbdfe,0xffcf01af,0xc1043011,0x02b29fe6,0x9ce32500,0xb128b53a,0xb71ab38b,0xb5b38a90,0x20f7af21,0x1dc11704,0x7f02030c,0x2e04cfef,0x3ee00102,0x0005ffcf,0xae00cfe8,0xfaefc6fc,0x406d0150,0x00dfbbff,0x1fd302ef,0xc3036009,0x02529ce2,0x9ce124c0,0xda2853ca,0xb84c1c90,0xa5408ec0,0x29f7af21,0x1c515301,0xaf00031c,0x2a053fef,0x3ec00102,0x0005ffcf,0xa900dfe9,0xfaffc8fc,0x506f0140,0x004fdcff,0x4fd9019f,0xc2036008,0x029297de,0xbce32491,0x0628a292,0xb73d4e99,0x44d496b0,0x36f74f21,0x1b317b00,0xaf2202fc,0x28039fe8,0x3e900102,0x7006ffcf,0xa700dfeb,0xfb1fcffc,0x50710100,0x002febff,0x4fd6012f,0xc4028005,0x027294da,0x9ce62451,0x3629a1de,0xb56dfeac,0x8481a950,0x3ff6ff2b,0x19418dfe,0x5f2802ec,0x2a02efe5,0x3e900102,0x8006ffcf,0xa800dfed,0xfb3fcdfc,0x507000d0,0xfffff3ff,0x3fd9011f,0xc901d001,0x02628ed6,0xccee2411,0x6b2b0172,0xb35e67cf,0x846ecbe0,0x48f73f2e,0x16c17cfb,0xdf23031c,0x2c029fdd,0x3ea00102,0xa006ffcf,0xad00cff0,0xfb3fc9fc,0x306d00d0,0xffdff9ff,0x4fd7010f,0xcb01b000,0x02b286d2,0xcd0023e1,0x9c2d020c,0xb71dc2e4,0x2492e050,0x4cf76f2c,0x155188fd,0x9f26031c,0x2c027fd9,0x3ea00102,0xa006ffcf,0xb000cff1,0xfb4fc6fc,0x306c00a0,0xffcffaff,0x5fd401bf,0xcb013ff9,0x02e2a6ce,0xfcf42341,0xc52f0387,0xb9cc3eeb,0xa4b2e7b0,0x46f74f2c,0x14b1c703,0x7f25033c,0x2b025fd9,0x3e900102,0x8006ffcf,0xaf00cff1,0xfb5fc4fc,0x306d00c0,0xffcffcff,0x6fcf01ef,0xcd00dffc,0x0342bfcb,0xecf223a1,0xea3162de,0xb98ce6ee,0xc4c7eac0,0x4af74f24,0x12e1fe0a,0x5f2a033c,0x2a023fd8,0x3e800102,0x8006ffcf,0xb000cff1,0xfb5fcafc,0x206d00e0,0xffc001ff,0x7fca01bf,0xd0007fff,0x0382dbc9,0x7cf024d2,0x06338258,0xb8fd6bf0,0x94d5ec90,0x52f78f10,0x0eb22a11,0x5f2e034c,0x2901dfd6,0x3e800102,0x6006ffcf,0xb000cff2,0xfb5fcafc,0x306e0120,0xffcffdff,0x7fc6026f,0xd2ffeff9,0x042342c7,0x5ca12572,0x1734d1c6,0xb7ddfef1,0x44dbed30,0x4ff93ef1,0x08723a15,0x4f2b036c,0x2901dfd4,0x3e700102,0x5005ffcf,0xb100cff2,0xfb4fcbfc,0x306f0160,0xff9fffff,0x7fc602af,0xd3ffcff4,0x04b3adc6,0x5c392662,0x2035d171,0xb6ce53f0,0xe4d8ecd0,0x55faaed7,0x03323e14,0x2f3003ac,0x2801afce,0x3e600102,0x6006ffcf,0xb500bff3,0xfb2fcffc,0x206e0180,0xff8000ff,0x7fc102bf,0xd4fffff0,0x054401c5,0xebf527f2,0x21368167,0xb69e5bef,0xa4cfeb90,0x6efb1ec6,0x0252440f,0x7f2b03bc,0x28018fcb,0x3e600102,0x6006ffdf,0xb800bff3,0xfb1fcafc,0x206d01a0,0xff9fffff,0x7fbd020f,0xdd003ffd,0x05a413c6,0x0bed2b02,0x2137a15a,0xb64e68ed,0xe4c2e9d0,0x93fceeb6,0x03524109,0xdf2b03bc,0x2701cfcb,0x3e600102,0x7006ffdf,0xba00aff3,0xfaffcdfc,0x106c0190,0xff7000ff,0x7fba017f,0xe200a004,0x060440c6,0xebd72d82,0x1938515c,0xb64e66ec,0x84b9e870,0xbffe9e9b,0x02b22c05,0x2f2b03ec,0x2601dfc9,0x3e600102,0x6006ffdf,0xb700bff4,0xfaffccfc,0x106d0180,0xff6001ff,0x7fb5027f,0xdc00dfed,0x06c4d6c8,0xbb672d02,0x05379177,0xb6be4aeb,0x44b2e740,0xecfe7e6b,0x02321303,0x2f29040c,0x26020fc7,0x3e500102,0x5005ffcf,0xb600bff4,0xfaefcafc,0x30710160,0xff5002ff,0x7fb102af,0xdc00bfe5,0x0724f5cb,0x0b652d41,0xee3791a3,0xb74e1ee9,0xc4abe5c1,0x36ff2e59,0x01d20002,0x8f28042c,0x2601ffc4,0x3e400102,0x6006ffcf,0xb600bff4,0xfadfc9fc,0x30710160,0xff5002ff,0x6fae023f,0xe100efeb,0x0724e4cd,0x6b8b2eb1,0xd83881cd,0xb7bdf4e8,0x54a5e451,0x9603de8f,0xfec1ecff,0xcf27044c,0x2601ffc1,0x3e500102,0x4005ffdf,0xba00aff4,0xfadfc8fc,0x206f0160,0xff5000ff,0x6fae01df,0xe5017fee,0x0734cbcf,0xaba32ff1,0xc639921c,0xb86da4e6,0x649ee261,0xdc07bec2,0xfb51d6fc,0xdf28046c,0x25023fbf,0x3e500102,0x4005ffdf,0xbd00aff5,0xfabfcafc,0x206f0140,0xff4ffcff,0x6fad01df,0xe5017fec,0x0734b4d1,0xfbab30a1,0xb53a9273,0xb8ed4ee4,0x1496e001,0xf50a4ed4,0xf881cafa,0x6f22048c,0x24024fbf,0x3e300102,0x3005ffdf,0xbc00aff5,0xfabfc9fc,0x20710180,0xff3ffbff,0x6fac018f,0xe801cff0,0x073498d3,0xfbb23131,0xa63b7296,0xb90d2ae0,0x848cdc81,0xf70cbed0,0xf681dcf8,0x5f2604bc,0x24024fbc,0x3e400102,0x0005ffdf,0xbe00aff5,0xfabfcefc,0x20700190,0xff3ffaff,0x7fac017f,0xe801cfef,0x07148dd5,0x5bab3131,0x9b3bd2a1,0xb90d1fdc,0xd484d8d2,0x050edeca,0xf57204f6,0x8f2404dc,0x23023fbb,0x3e300102,0x0005ffdf,0xbe00aff5,0xfaafcefc,0x207201c0,0xff4ff8ff,0x7faa01af,0xe701efeb,0x070491d6,0x0ba33101,0x933c029e,0xb90d22db,0x1481d722,0x1c0f6ece,0xf4521cf4,0x3f2304dc,0x23024fbb,0x3e300101,0xe004ffdf,0xbf00aff5,0xfaafcefc,0x207201e0,0xff3ff9ff,0x7fab015f,0xe7022ff0,0x073487d6,0x1bab3101,0x933c52a5,0xb90d1ad9,0x747ed582,0x240e3ecb,0xf51228f4,0x1f2904ec,0x22024fb8,0x3e200101,0xf005ffdf,0xc1009ff5,0xfaafd4fc,0x207101d0,0xff4ff6ff,0x7fab014f,0xe8025ff1,0x07447fd5,0xcbb330b1,0x993c62a2,0xb90d1ed9,0x047dd522,0x1e0c6ec4,0xf7d229f6,0x3f2304dc,0x23028fb9,0x3e300102,0x1005ffdf,0xc1009ff5,0xfa8fd0fc,0x207101c0,0xff5ff7ff,0x8fa9012f,0xe7031ff1,0x075475d5,0x4bbc3031,0x9f3c72a3,0xb90d1dd7,0xf47cd402,0x1d0a2eba,0xfb6228f9,0xbf26049c,0x23029fbc,0x3e300102,0x4005ffdf,0xbf00aff5,0xfa9fd3fc,0x107101a0,0xff3ff9ff,0x7faa00ff,0xe8034ff4,0x071468d4,0xdbc42fd1,0xa53c72a4,0xb90d1cd7,0x447bd352,0x1b08aeaf,0xfe9223fd,0x4f2704cc,0x23025fbc,0x3e300102,0x2005ffdf,0xbc00aff5,0xfacfd3fc,0x207301d0,0xff4ff7ff,0x6fa9010f,0xe8036ff4,0x06f45bd4,0x9bca2fe1,0xa93c7284,0xb8ed3cd8,0x047bd422,0x08088ea4,0x007215ff,0x8f2504cc,0x24024fbc,0x3e400102,0x3005ffdf,0xba00aff5,0xfa9fd2fc,0x30750200,0xff3ffaff,0x7fa700bf,0xe603dff6,0x070450d4,0xabd03001,0xa83c9275,0xb8dd4bd8,0x147bd431,0xf9088e9d,0x01720b00,0x8f2a04cc,0x24022fba,0x3e400102,0x4005ffdf,0xbc00aff5,0xfa8fd3fc,0x307501d0,0xff3ffaff,0x7fa600ff,0xe4040ff1,0x073450d4,0xdbcc2fb1,0xa43c9278,0xb8dd48d7,0x847bd3a1,0xf707fe98,0x02120801,0x2f2804ec,0x24021fb8,0x3e400102,0x2005ffdf,0xbe00aff5,0xfa8fd1fc,0x207401f0,0xff2ff6ff,0x6fa8012f,0xe5047ff0,0x07844ad4,0xfbcf2fc1,0xa43cc288,0xb8ed39d6,0xa47ad2b1,0xfe07ae98,0x02220901,0x1f2904fc,0x24026fb6,0x3e400102,0x3005ffdf,0xbf00aff5,0xfa8fd5fc,0x207401d0,0xfeeff7ff,0x4fac011f,0xe5047ff1,0x074447d5,0x3bcf2ff1,0xa13d0292,0xb8fd2ed6,0x747ad292,0x00077e99,0x01c20600,0x8f29052c,0x23023fb4,0x3e300102,0x4005ffdf,0xbd00aff5,0xfa7fd4fc,0x307601f0,0xfedff5ff,0x4fae016f,0xe3044ff0,0x07844ad5,0x6bcb3001,0x9e3d1299,0xb8fd27d6,0xe47ad302,0x02074e96,0x014201ff,0xcf27054c,0x23024fb4,0x3e300102,0x5005ffdf,0xbb00aff5,0xfa5fd5fc,0x30760210,0xfecff6ff,0x3fb1014f,0xe4044ff1,0x07c448d5,0x8bcb3041,0x9d3d229e,0xb90d22d7,0x847bd3a2,0x0807ce98,0x00c1f8fe,0xff2a055c,0x24024fb2,0x3e300102,0x6006ffdf,0xba00aff4,0xfa6fd6fc,0x307701f0,0xfecff8ff,0x3fb1011f,0xe4044ff0,0x07c447d5,0xbbca3061,0x9d3d3296,0xb8fd2ad8,0x347cd452,0x09080e98,0x00a1f2fe,0xaf2b055c,0x24020fb3,0x3e400102,0x5005ffdf,0xb900bff4,0xfa7fd3fc,0x40790200,0xfedff8ff,0x2fb2011f,0xe5041ff2,0x08143ed5,0xcbcf3091,0x9d3d629d,0xb8fd23d7,0xb47bd3d2,0x0b07ae96,0x00d1f3fe,0xaf2c055c,0x25023fb2,0x3e400102,0x5005ffdf,0xbc00aff4,0xfa5fd4fc,0x307801e0,0xfedff9ff,0x3fb2011f,0xe3044fee,0x08243cd5,0xfbce3081,0x9b3d7298,0xb8fd28d8,0x147cd432,0x0b07ce94,0x0111eefe,0xcf2a055c,0x24020fb2,0x3e400102,0x3005ffdf,0xbd00aff4,0xfa6fd1fc,0x307801f0,0xfefff7ff,0x3fb0014f,0xe3049feb,0x08343ad6,0x2bce3081,0x993da299,0xb8fd27d7,0xd47bd3e2,0x08078e92,0x0191eaff,0x3f28054c,0x25023fb4,0x3e500102,0x2005ffdf,0xbd00aff4,0xfa7fd1fc,0x307701d0,0xfedff6ff,0x3fb1010f,0xe404aff1,0x081429d6,0x3bd93111,0x983e129c,0xb8fd24d7,0x547ad372,0x07079e90,0x0201e7ff,0x8f29054c,0x24026fb3,0x3e400102,0x3005ffdf,0xbd00aff4,0xfa5fd3fc,0x307801c0,0xfedff6ff,0x3fb300cf,0xe5049ff5,0x08241ed6,0x5be03181,0x973e528d,0xb8ed33d8,0x647cd482,0x06082e93,0x01d1dfff,0x2f28056c,0x24024fb3,0x3e400102,0x1005ffdf,0xbb00aff3,0xfa7fd2fc,0x407a01e0,0xfeeff7ff,0x3fb3008f,0xe604aff6,0x086417d6,0x7be431d1,0x943e928f,0xb8ed32d8,0x747cd492,0x0807de93,0x01b1dafe,0xbf2b055c,0x24023fb3,0x3e400102,0x1005ffdf,0xbb00aff3,0xfa7fd1fc,0x307a01c0,0xfedff8ff,0x3fb4008f,0xe5043ff2,0x08a415d6,0xabe331e1,0x913ec295,0xb8fd2cd8,0x447cd462,0x0607ee91,0x01a1dbfe,0x9f29056c,0x23022fb2,0x3e400102,0x0005ffdf,0xbd00aff3,0xfa8fcefc,0x307a01c0,0xfecff8ff,0x2fb8008f,0xe5042fed,0x08f413d6,0xdbe131e1,0x913ee291,0xb8ed30d8,0x647cd482,0x06085e92,0x0191dafe,0x6f2a058c,0x24022fb0,0x3e400101,0xe004ffdf,0xbe00aff3,0xfa8fcffc,0x307901c0,0xfedff7ff,0x3fb9007f,0xe6043ff0,0x09340cd6,0xdbe63221,0x913f2293,0xb8ed2ed8,0x747cd482,0x0807fe91,0x0181d6fe,0x4f27057c,0x23022fb2,0x3e400101,0xe004ffdf,0xbe00aff3,0xfa8fcdfc,0x307901b0,0xfeeff8ff,0x3fb9007f,0xe5041fed,0x09640cd7,0x1be43221,0x8d3f428f,0xb8ed31d8,0x647cd472,0x0807fe91,0x0191d6fe,0x4f27057c,0x24021fb2,0x3e400101,0xe004ffdf,0xbe00aff3,0xfa7fccfc,0x307901c0,0xfecffcff,0x3fba002f,0xe5049fee,0x09c405d7,0x5be83251,0x893f728d,0xb8ed34d8,0x647cd482,0x09083e92,0x0161d5fd,0xef2f057c,0x2301ffb1,0x3e400001,0xd004ffdf,0xbd00aff2,0xfa8fcffc,0x307b01b0,0xfeeffaff,0x3fba003f,0xe5044fec,0x09f401d7,0x7bea3281,0x873fb288,0xb8dd38d8,0xe47cd4f2,0x0a083e94,0x0141d1fd,0xaf29057c,0x23022fb3,0x3e400001,0xc004ffdf,0xbc00aff2,0xfa8fcafc,0x407d01a0,0xfeeff7ff,0x3fbd006f,0xe6042fec,0x0a03fdd7,0x8bec3291,0x863ff286,0xb8dd3bd9,0x047dd522,0x0a084e94,0x0151cdfd,0xbf29057c,0x23027fb1,0x3e400101,0xe004ffdf,0xbf00aff2,0xfa6fcefc,0x307b0170,0xfedff7ff,0x3fc0005f,0xe6046feb,0x09d3f9d7,0x9bed32a1,0x85400288,0xb8dd38d8,0xf47dd512,0x0a085e94,0x0171cbfd,0xbf29058c,0x22025fb0,0x3e400001,0xd004ffdf,0xc1009ff2,0xfa8fccfc,0x307a0180,0xfefff4ff,0x3fc000af,0xe8043fe6,0x09b3f6d7,0xcbeb32a1,0x83401287,0xb8dd39d9,0x347dd552,0x08083e91,0x01b1c9fd,0xdf25058c,0x23029fb3,0x3e400001,0xb004ffdf,0xbf00aff2,0xfa8fcbfc,0x307b0170,0xfeeff6ff,0x4fc0007f,0xe8043fe6,0x09c3f0d7,0xfbef32d1,0x7f40528a,0xb8dd36d8,0xb47cd4d2,0x0c081e93,0x01b1cafd,0xbf2a057c,0x22028fb3,0x3e300001,0xc004ffdf,0xbe00aff2,0xfa8fcffc,0x307b0170,0xfeeff8ff,0x4fc1008f,0xe6043fdf,0x09a3f5d8,0x2bea32c1,0x7d406283,0xb8dd3dd9,0x547dd572,0x11084e9e,0x0181c4fd,0x6f26058c,0x23023fb3,0x3e300001,0xb004ffdf,0xbd00aff2,0xfa8fc8fc,0x307d01a0,0xfefff7ff,0x4fc100bf,0xe5045fda,0x09b3f6d8,0x5be732b1,0x7b408286,0xb8dd3bd9,0x947dd5a2,0x17084ea0,0x01d1befd,0x8f28056c,0x23026fb3,0x3e400001,0xc004ffdf,0xbf00aff1,0xfa8fc9fc,0x307c0170,0xfefff9ff,0x5fc1009f,0xe504afd9,0x09a3f3d8,0x7be732b1,0x7940a28c,0xb8ed35d8,0xe47cd502,0x22086ea5,0x0241bffd,0xef2a056c,0x23025fb2,0x3e400001,0xb004ffdf,0xc2009ff1,0xfa8fc9fc,0x207a0170,0xff0ff6ff,0x4fc300df,0xe7049fd6,0x09b3f0d8,0x7be732a1,0x7840c286,0xb8dd3bd8,0xd47cd4f2,0x1d084ea6,0x0291bffe,0x2f25056c,0x23027fb2,0x3e400001,0x9004ffdf,0xc3009ff1,0xfa8fc8fc,0x207a0180,0xff1ff5ff,0x4fc300bf,0xe804bfda,0x09c3e4d8,0xabef32f1,0x74411288,0xb8dd39d8,0xb47cd4d2,0x1c081ea6,0x02d1befe,0x5f28056c,0x2302afb3,0x3e500001,0xb004ffdf,0xc3009ff1,0xfa7fcbfc,0x10790160 +}; + +u32 ANIM_ENTRY_cock_one_handed_weapon_turn_around_and_stand_up[] = +{ + 0xf05756f7,0x61c90b8f,0xbbee7004,0xfe49d2a5,0x44f61170,0xb233afc6,0x00203300,0xb08e01c0,0x6af66fdf,0xf3403efd,0x8e57d64c,0xfc147058,0x35179b28,0x376e831d,0xbf7a6ffc,0xe3301300,0x40b605c0,0xf08754f7,0x41c60b8f,0xb8eeb000,0xfe4988a5,0xf5261000,0xb9338fb4,0xfa603d01,0x00b40240,0xa1f6701d,0xf36034fd,0x6e57d65c,0xf614605a,0x34e79a28,0x476d832d,0xbe7a5ffe,0xe2e01700,0xa0bb05c0,0xf0b752f7,0x81c10b3f,0xbbef3000,0xfe2943a7,0x454f0f60,0xc3335f9f,0xf4604701,0x80e102e0,0xddf72052,0xf2e01cfd,0x8e56d62c,0xfd14805a,0x35179b28,0x476d831d,0xc27a6000,0xe3400e01,0x00cf0b10,0xf12754f7,0xc1b60acf,0xbdef9ffe,0xfe1927a9,0x455f0fb0,0xcf334f8b,0xeea05101,0xe1030351,0x29f8a065,0xf2601efd,0x7e5ad5ac,0xfd14405f,0x35379d28,0x0770830d,0xc77a7001,0xe3700701,0x60d90e80,0xf11755f7,0xf1b70a8f,0xc0f04ffe,0xfe192aac,0x455f0f90,0xe2335f7e,0xeae05902,0x512303c1,0x7bf61051,0xf30031fd,0xde61d5ec,0xf914505c,0x35679b28,0x276d830d,0xc77a7003,0xe3500201,0xb0df1030,0xf0b753f7,0xe1c00a7f,0xc0f0a004,0xfe3952af,0xc5440f80,0xfa338f76,0xe8f05d02,0xd1450451,0xc6f3202d,0xf2e037fd,0xde60d64c,0xf914b059,0x35679b28,0x376d830d,0xcb7a7003,0xe3600401,0xf0e512b0,0xefe757f7,0xc1ce09df,0xc0f09008,0xfe09c1b3,0x04ed0f61,0x0f33bf73,0xe8105f03,0x516404d1,0xf3f2e016,0xf24032fe,0xbe6ad6bc,0xed14504f,0x35279d28,0x076f82fd,0xd07a9000,0xe3800e02,0x60f413b0,0xef9763f7,0xf1d208cf,0xc0f0400f,0xfd7a9eb4,0xd4360f11,0x1d340f75,0xe8305e03,0xb17b0532,0x00f35009,0xf1802f00,0x7e7ad6ec,0xdc134047,0x34f79c28,0x076e82ed,0xd47aaffd,0xe3a01202,0xf1061420,0xf0675df8,0x41c608af,0xc6f00014,0xfd1b84b4,0x63770f01,0x2a344f77,0xe8a05d04,0x018a0571,0xfcf41fee,0xf0c02c01,0x6e65d63c,0xf512c053,0x35779d27,0xf76f82dd,0xd87aaffa,0xe3b01503,0x711514b0,0xf0e753f8,0x71c1088f,0xcfefd01e,0xfcfc44b3,0x42d30fe1,0x3b345f7d,0xea405904,0x21900591,0xf6f53fc5,0xeef02601,0x1e4dd5dd,0x0d12d05d,0x35e79f27,0xd77182dd,0xda7abff7,0xe3c01d03,0xe11f1620,0xf0d74ef8,0x71c4084f,0xd4f01022,0xfc8cedb1,0x724010e1,0x44343f89,0xeda05304,0x419705b1,0xfbf40fa8,0xecb01c00,0xbe38d60d,0x1d13005e,0x35e7a127,0xa77382dd,0xda7aaff4,0xe3f02104,0x612a16a0,0xf0e74df8,0x61c507ef,0xd3f08022,0xfbed66af,0x11dc11a1,0x4a346f97,0xf1a04b04,0x519a05c2,0x0df2dfa3,0xeba01cff,0xce21d64d,0x2f12d05f,0x35c7a227,0x877482fd,0xd57a8ff1,0xe4201f05,0x013b1350,0xf0e751f8,0x51c506df,0xc8f01032,0xfb6dacad,0x41a81351,0x4e352fa3,0xf5304504,0x519905c2,0x2ef43f8e,0xea9026fc,0xae1ad64d,0x3512b060,0x3577a127,0x9774830d,0xd27a7fee,0xe4701d05,0xb14812f0,0xf12757f8,0x41bf057f,0xbcef503f,0xfb3dd1ab,0x718f1451,0x4b359faf,0xf8b03f04,0x71a105e2,0x4af4ef7f,0xe8c025fb,0x9e19d60d,0x3512c063,0x34f7a127,0x977482fd,0xd57a8fec,0xe4d01e06,0x114e1690,0xf13759f8,0x51be049f,0xbaef9044,0xfb6defa9,0x91741411,0x43358fba,0xfc503a04,0xc1af0632,0x54f45f7d,0xe7101efc,0x8e0fd60d,0x3e132065,0x34a7a227,0x977482fd,0xd87a9fe9,0xe5101f06,0x515119a0,0xf10759f8,0x91c403df,0xbaefc049,0xfb8e00a8,0x716813d1,0x3e356fc1,0xfea03605,0x11bd0672,0x58f41f76,0xe5d01cfd,0x8e08d64d,0x47137061,0x34b7a427,0x577682ed,0xd97a9fe7,0xe5402106,0x51511ca0,0xf0f753f8,0x71c5034f,0xb6f00050,0xfb4dffa7,0xb16b1471,0x3a352fc5,0xffa03405,0x31c20692,0x64f46f6d,0xe49031fd,0xbdfed65d,0x4d138064,0x3477a726,0xf77982ed,0xdb7aafe4,0xe5802c06,0x01491f40,0xf0d74af8,0x61c8031f,0xb3efd050,0xfb6dfea7,0x217614d1,0x3634ffc5,0xffc03405,0x41c606a2,0x65f40f78,0xe36042fd,0x8df0d67d,0x5813a06a,0x3487a926,0xa77b82ed,0xdc7aafe5,0xe5c02e06,0x214c1f70,0xf0973ff8,0x71ce034f,0xb3ef704b,0xfbbe01a6,0xc17c14a1,0x3334dfc4,0xff803505,0x81d006d2,0x60f39f84,0xe1e03efd,0x1dead68d,0x6114306c,0x34b7aa26,0x777c82dd,0xdd7aafe9,0xe6202806,0x91561fe0,0xf07737f8,0x51d1037f,0xaeef7041,0xfc0e09a6,0x617c1431,0x2d34bfc4,0xff703505,0xd1de0722,0x66f35f8e,0xe0a037fc,0x6debd65d,0x5c14d070,0x34a7ab26,0x577d82dd,0xde7abfed,0xe6402b06,0xe15d2200,0xf01737f8,0x61d8033f,0xaaf0102c,0xfcce13a5,0xf17a1331,0x26349fc4,0xff703506,0x21ea0762,0x71f2af98,0xdfd035fc,0x5e02d60d,0x4214c070,0x3467ab26,0x677d82ed,0xdd7aaff1,0xe6a03207,0x01612350,0xef8739f8,0x31e1031f,0x9ff0d00e,0xfe3e1ca5,0xb1791181,0x1d34cfc3,0xff203506,0x91f907c2,0x7bf21f9f,0xdf6033fc,0xde1ed60d,0x1d14206d,0x33e7a826,0xb77a82fd,0xd97a9ff5,0xe7003c07,0x51672320,0xeec730f8,0x21f103af,0x97f0efe9,0xffae2ea5,0xc1730f81,0x1e352fc1,0xfe803607,0x02090822,0x76f1afa3,0xdfb028fd,0xfe2cd6bd,0x0b138068,0x33f7a427,0x4776832d,0xcf7a5ff9,0xe7704507,0xe17222f0,0xeea721f8,0x31f7041f,0x92f08fc1,0x00ee39a6,0x316d0ed1,0x21358fbe,0xfd803807,0x62160882,0x6ef15fa7,0xdee027fc,0x2e2dd72d,0x0612f072,0x34179e27,0xf770835d,0xc67a2ffd,0xe7d04c08,0xa17d2420,0xef0714f8,0x51ef040f,0x8df16f91,0x020e3da6,0xb1690de1,0x21360fb9,0xfbd03a07,0xe22508e2,0x75f0ffaf,0xdf0029f9,0x7e30d74c,0xfd122088,0x34079429,0x176783ad,0xb979c001,0xe8505208,0xe18226c0,0xef4705f8,0xe1eb038f,0x90f28f5f,0x02ee43a7,0x815e0c01,0x21362fb0,0xf9403f08,0xc24109b2,0x72f0bfbe,0xe16027f8,0x5e3ed7fc,0xf110e095,0x3467842a,0xb757843d,0xa0793009,0xe8c04709,0x01872730,0xefc6f3f9,0x91e102bf,0x98f33f30,0x036e46a8,0xa1510a81,0x1d359fa7,0xf680430a,0xc2730b72,0x7bef9fc4,0xe38032f6,0x0e4ad8cc,0xe90f90a3,0x34f7702c,0x7743852d,0x7e783011,0xe9503c09,0xe19226b0,0xefb6e2f9,0xf1dd01ef,0x9cf3ff03,0x03ce4aa9,0xe14308a1,0x1c34cf9a,0xf2d04a0d,0xb2af0e12,0x9dee4fc6,0xe66041f5,0x5e5dda5c,0xd60e90aa,0x34e74f2e,0xb724868d,0x5576d018,0xe9b02f0a,0x51982720,0xf066c6fa,0x51cb011f,0x9df4ded7,0x03ee51ab,0x81360651,0x2333ef87,0xed705412,0x32ef1232,0xabeddfcd,0xeb004bf7,0x6e61dbac,0xd10dc0c0,0x35171b31,0x66f1889d,0x2674d01e,0xea30220a,0x11a72470,0xf236a2fb,0x11a6002f,0xa3f56ea9,0x03de5cad,0x81260481,0x2d330f70,0xe7906019,0xc3311942,0xb3ed8fd8,0xee5058f8,0x0e59dc1c,0xde0cd0e1,0x35b6cf34,0x16a88c1c,0xef716022,0xead01909,0xe1c22060,0xf36680fb,0x818aff3f,0xa6f63e78,0x04ce7caf,0x51030311,0x43321f5a,0xe1d06f26,0xb36825c2,0xadeddff3,0xf0a056f8,0x0e58dcfc,0xe00c50f5,0x35c65736,0xa63391cc,0xb86bd025,0xebd01409,0xc1e11b90,0xf3e653fb,0xd17afeff,0xabf6ee48,0x05aec7b1,0x10b501a1,0x69311f42,0xdca0803a,0xb3843952,0xa3ee600a,0xf2a044f7,0x4e4edf2c,0xe80ce0fb,0x35e55839,0x05389cdc,0x8260f025,0xece00e09,0x41ea1800,0xf45620fc,0xa177fedf,0xb4f70e23,0x068f3ab2,0xb03effb1,0x9e302f29,0xd800944e,0x33814c82,0xbfee7012,0xf4803af6,0xfe4be1ec,0xee0d50fd,0x36639a39,0x9380b61c,0x5e480025,0xedd00c07,0xc1dd1560,0xf515eefd,0xa16efe7f,0xbaf76e02,0x075fb4b3,0xffc5fd61,0xd72f2f10,0xd460ab5a,0x436e5852,0xebedd003,0xf79041f7,0x6e4ee45c,0xee0dc0f9,0x36b22c37,0x6217d89c,0x7625d022,0xeee00e05,0xd1c51390,0xf675b8fe,0xd15cfe1f,0xc5f82de5,0x081034b4,0xef4efb52,0x0a2dfef2,0xd100c661,0x83595f63,0x0dedffee,0xfb303ff6,0xfe47e6ac,0xf70d60f6,0x36c16833,0xa159e9dc,0xc015101d,0xf0200d03,0xe1a110b0,0xf8458000,0x8149fdbf,0xd3f9add0,0x06c0b9b5,0x9ed1f9e2,0x3d2d6ecd,0xcdf0eb64,0xb34c6273,0x33ee4fd3,0xfe6040f5,0x8e35e92d,0x090ae0f7,0x36d1012f,0x80f8f0cd,0x0d0e8014,0xf1f00803,0x01650ef0,0xfa454a02,0x112cfd5f,0xdcfb6dc0,0x05a12eb6,0x3e67f972,0x652dfea2,0xcb911566,0xd3416493,0x52edefc6,0xffe042f5,0x5e1deb7d,0x1a0680fa,0x3650c22b,0x40c0f40d,0x490b9008,0xf41ffe02,0x712d0c00,0xfc051b03,0x610cfd2f,0xe1fd3db2,0x052169b6,0x8e37f8a2,0x7c2e1e88,0xca512f67,0x03436493,0x79ec3fd8,0x008055f8,0x1e08edad,0x2601e0f5,0x35309a27,0x709cf58d,0x6d0a5ffc,0xf60feb01,0xe0f209f0,0xfcf4f803,0xe0edfcef,0xe1ff9d9d,0x03916cb6,0x8e30f802,0x872e4e8f,0xca412764,0x635461d3,0x9ceacfbf,0x033076f8,0xbdfeef6d,0x27fe60e3,0x33c07e24,0x0084f68d,0x8c096fef,0xf83fee00,0xc0c509a0,0xfcc4de03,0x70d2fc7f,0xdd016d8c,0x025155b6,0x9e3ef822,0x882dee9d,0xca811865,0x835462b3,0xaceaafab,0x06705af7,0x2dfef10d,0x1efb80c3,0x32406820,0xa072f7bd,0xb4086fe1,0xf9cfdffe,0xc0c30bc0,0xfc34c602,0xc0b9fbaf,0xda02ad8a,0x01413eb7,0x2e46f812,0x842d6e9f,0xca411667,0x135263f3,0x8ded8ff8,0x074067f8,0xbe01f2ad,0x14f8709e,0x3110551d,0x5062f91d,0xeb074fd1,0xfb6fd0fb,0xc0ae08e0,0xfbf4a802,0x009cfaff,0xdd03ad8e,0xffb114b7,0xce52f7f2,0x7e2d1ea0,0xca011466,0x435b62f3,0x7cedc001,0x06b078fa,0x9e06f40d,0x0af53083,0x30104519,0xd054fa6e,0x26063fc1,0xfd7fe5f7,0xf07a0520,0xfb348400,0x4078f9ff,0xdf037da2,0xfed110b9,0x0e3af962,0x7d2d4ead,0xca410669,0xb3496663,0x98eaffc1,0x06806dfb,0xae0af51d,0x00f2107a,0x2f203616,0x1047fb4e,0x55057fb5,0xff2ffef6,0x105301a0,0xf9845afd,0xb05cfa1f,0xe003cdb1,0xfeb116b9,0x5e1cf9f2,0x762d7eba,0xca90f76b,0xb33b6873,0xb4ea7f8b,0x06b07ffd,0x5e07f65c,0xfdeff078,0x2f402b12,0xe03dfbde,0x78050fb0,0x001011f6,0x504c0220,0xf2b434f6,0xf053faff,0xd904adb3,0xfe70f6b8,0x8e25f962,0x632d0ec9,0xcaf0e86d,0x132f69d3,0xc1eaff86,0x070094fc,0x7e11f82c,0xf8ef5070,0x30302210,0x0035fc5e,0x97049fb5,0xffc025f7,0xb05503b0,0xd8f415dd,0x504ffbef,0xcf053daf,0xfde0cbb7,0x6e39f802,0x492bcedf,0xcbd0d16e,0x13246ad3,0xdbea4f91,0x06f090f9,0x5e2cf9bc,0xf4f0006e,0x31901b0d,0x802efcae,0xae045fc2,0xfe6047f9,0x10580430,0x12e3e117,0x904afbdf,0xc9061dbb,0xfd50c0b7,0x3e2af8a2,0x2f2bdef3,0xccc0bd6e,0xf31b6bc3,0xd2eb3f8c,0x072086f7,0xee5afb2c,0xf2f0f070,0x3310170b,0xa029fcde,0xbb043fd4,0xfc4072fa,0x20510370,0x0283b107,0x7043fb8f,0xcd077dd8,0xfc20e2b9,0x7de8fac2,0x122d0ef4,0xcd00bc6f,0xe30f6cc3,0xc2ec7f5c,0x0760a4f7,0xee96fcdc,0xf0f12070,0x34a0140a,0x5026fcfe,0xc6041fea,0xf9a086fb,0xa04a01f0,0xffc37004,0xa038fc5f,0xd1087df5,0xfb614cbc,0xcd5cfc21,0xf22daee5,0xccc0cc71,0x92fa6e63,0xd2eb3f21,0x0640bff6,0xfedcfe4c,0xe6f16075,0x35e01209,0xb024fd1e,0xd403fff6,0xf8306afd,0x304100a0,0xff932604,0x7031fe5f,0xcf088e05,0xfb5409bf,0x8a88fb61,0xd92ceedb,0xccf0d871,0xe2f36ec3,0xbfef3ef3,0x0490b1f7,0x3f23ff7c,0xd4f2b077,0x3710140a,0x3026fd5e,0xe703cff5,0xf86026fe,0x503affa0,0xff82d904,0x302c004f,0xcf071e16,0xfc508cc3,0x9df7fa91,0xc92c3ecd,0xccf0e771,0x42f76e43,0x7bf3cf5a,0x0380aef7,0x3f51000c,0xc2f5007f,0x3860170b,0x902afd8e,0xf9039ff0,0xf92fddfe,0xd03cffc0,0x00a29104,0x701601bf,0xc8061e2f,0xfd60c2c8,0x3dbbfa71,0xb02c9ec2,0xcd10f370,0xc2fb6dc3,0x4cf4cfa2,0x02a0b8f6,0x7f4eff5c,0xb1f7c092,0x39901c0d,0x502ffdbf,0x0a036ff0,0xf94f93fe,0xd02efec0,0x01625304,0x9002029f,0xbf05ee48,0xfe40decd,0xbd9cfa61,0x992d5ec2,0xcdb0f56f,0xf3006d23,0x2df52faa,0x01f0b9f6,0x2f2afe5c,0xa5f9e097,0x3aa01f0e,0xc033fe0f,0x24032ff2,0xf92f5bfe,0xc01afdb0,0x01821c04,0x7ffd02ff,0xbf053e5b,0xfe80dcd3,0x7d93fa01,0x8a2d6ed0,0xcf40ea6f,0x03076c53,0x1cf4cfaa,0x0160b1f5,0xcf17fd2c,0x99fb308e,0x3ba0230f,0xf036fe5f,0x4602cff4,0xf8ef4cfe,0xd005fcf0,0x0151ee04,0x7002033f,0xbd043e6b,0xff20dad9,0x2d87f971,0x7a2d6ee6,0xd150d96e,0x830a6bd3,0x02f4dfa5,0xffe0a0f4,0xbf1afbfc,0x8afca07e,0x3c602610,0xe039feaf,0x66027ff6,0xf8bf45fe,0xaff6fd10,0x0151c304,0x8003039f,0xb903ae7e,0xff90e6dd,0xad74f921,0x6a2d4ef8,0xd340cc6d,0x13156a82,0xdff66fa0,0xfcb085f2,0xff1afa9c,0x80fe6074,0x3d002711,0x403afedf,0x7f023ff5,0xf90f2afe,0xafebfcc0,0x01519404,0x9006043f,0xb5030e94,0x0000f0e0,0x9d66f8c1,0x5f2d5f0c,0xd590bf6a,0xa3286832,0xacf88f83,0xfa4080f1,0xbf16f98c,0x76ffe06a,0x3d702711,0x203aff0f,0x92020ff3,0xf97f08fe,0xcfe4fc80,0x01116304,0x700d050f,0xb401fea8,0x00c0f4e3,0xbd57f821,0x532d9f24,0xd830af68,0x83366632,0x7ff98f63,0xf8e07cf0,0xef18f8cc,0x6c01405e,0x3dd02410,0x5037ff2f,0xa301dff1,0xf9ef01ff,0x0fe1fc90,0x00e13304,0x100d05bf,0xb800fec0,0x00a0fbe7,0x3d48f811,0x482dbf3d,0xdb409f64,0xc3496292,0x5df9ef5e,0xf7206fef,0xbf1df83c,0x67022058,0x3e40200e,0xe033ff3f,0xad01cff1,0xfa2f13ff,0x4fe2fd00,0x00c10803,0xe00c05ff,0xbb005ee0,0x00b10cea,0xdd42f8e1,0x412e1f57,0xdea08f5f,0x135f5d12,0x3afa7f6c,0xf6805eee,0x2f26f80c,0x63031056,0x3e901b0d,0x002eff3f,0xad01cff0,0xfa6f15ff,0x8fe6fd20,0x0090e703,0xd00b05ef,0xbc009f00,0x01212cee,0x3d39f981,0x352e9f73,0xe2607e57,0xb37155e2,0x1afa0f72,0xf58057ed,0xef38f81c,0x5e03a053,0x3ea0170b,0x602aff3f,0xa901cfef,0xfaef06ff,0xdfedfce0,0xffc0cf03,0xf01705af,0xbf00ff1b,0x011156f0,0xfd2bf9c1,0x2e2ecf90,0xe6e06b4c,0x63804ad1,0xf6f87f66,0xf34055ef,0x8f59f8dc,0x54033044,0x3e50140a,0x2026ff2f,0xa601dfec,0xfbaf0500,0x0ff3fd30,0xff30b203,0x801d05bf,0xc800af33,0x008186f3,0x0d1dfa91,0x2b2f2fad,0xebe0583c,0xd3843b91,0xd2f6cf56,0xf2a04cef,0xff74f95c,0x5203203d,0x3e601209,0x0024ff2f,0xa601dfea,0xfc6f1b00,0x3ff9fdf0,0xfef09103,0x0020061f,0xd0ff9f47,0x0051b5f4,0x9d12fb61,0x262fafc7,0xf0f0462f,0xc3792ed1,0xd1f64f34,0xf1f041f0,0xcf71f9cc,0x5703b038,0x3e901108,0x7022ff2f,0xa501dfe6,0xfd7f2600,0x5001fe80,0xfea07702,0x8023062f,0xd9ff1f5d,0x0061dcf5,0xdcfbfc71,0x222fdfde,0xf6403424,0xe3622431,0xecf70f1f,0xf05032f1,0xef65fa2c,0x5b043033,0x3ec01008,0x3021ff2f,0xa501dfdf,0xff8f2600,0x7005feb0,0xfe606102,0x2025061f,0xe1ff1f72,0x0061f3f7,0x0cd8fdd1,0x1e301fef,0xfb80211d,0x23451cc2,0x0ff70f18,0xee6022f2,0x4f62fa8c,0x5c044031,0x3ea01008,0x4022ff2f,0xa401dfdc,0x00cf3200,0x800bff00,0xfe404f01,0xb02505cf,0xecff6f88,0x0081f3f8,0x6cb6ff31,0x1b307ff9,0xff801217,0xd32717b2,0x1cf6cf22,0xecf019f2,0x3f5ffacc,0x5f03f02e,0x3e801108,0xd023ff2f,0xa401dfdf,0x004f4a00,0x8010ff50,0xfe003d01,0x802805bf,0xeeff4f97,0x00b1e9fa,0x0c9d0011,0x18312ffd,0x01100913,0xd30513f2,0x03f73f60,0xebf012f2,0x6f56fb9c,0x5a045028,0x3e501108,0xc023ff2f,0xa401dfe3,0xffcf5d00,0x9010ff00,0xfdf03001,0x7026057f,0xedfedfa5,0x00b1e3fc,0x1c8a00c1,0x1031dffe,0x00f00511,0x92ee11d1,0xc8f75f82,0xeb6ffef3,0x6f5cfc5c,0x4e04d024,0x3e201008,0x0021ff2f,0xa501dfe5,0xffcf7a00,0x9012ff30,0xfe502801,0x5019053f,0xf0feefb4,0x0071c6fe,0x3c7d0141,0x01325fff,0x00300310,0x42de10b1,0x7af5cf5c,0xeb4feef4,0xaf6ffcbc,0x4104a024,0x3dd00e07,0x101eff3f,0xab01cfe5,0x002fa100,0x901300a0,0xfed01600,0xe00905af,0xf5ff3fbf,0x009197ff,0xfc7801a0,0xf032efff,0xfef0030f,0xc2d81031,0x26f50f2b,0xeb8fe9f5,0x4f69fd0c,0x40056027,0x3e200c06,0x401dff4f,0xb401afe6,0x003fb600,0x90110160,0xfeefff00,0x10050700,0x00ff0fbc,0x00c19201,0x6c7801c0,0xe532dfff,0xfee0030f,0x52d20fe0,0xd7f47f47,0xeb4ff0f4,0xef4ffdbc,0x4906f024,0x3f100b05,0x901bff5f,0xbb019fe8,0x004fba00,0x800d0130,0xfeeff7ff,0x600a0730,0x0efeffc4,0x00b18302,0x9c730200,0xe132affe,0xfe30050f,0x82d61010,0xaef43f83,0xeb4ffcf3,0xaf46fe2c,0x4e06b020,0x3fa00a05,0x0019ff5f,0xc0018fea,0x003fbd00,0x70070140,0xffcff9ff,0x3ffe0680,0x12ff9fd1,0x00516e03,0x6c6c0270,0xda32dffe,0xfdd00710,0x12e010a0,0xacf46f93,0xebb003f2,0xff3efdac,0x4b04802c,0x3f600904,0x7018ff6f,0xc4018feb,0x002fbc00,0x500601b0,0x001ff8ff,0x3ff806b0,0x11ff7fcc,0xffd16d03,0xfc6c0260,0xd032cffe,0xfd900710,0xa2e81130,0xbdf52f74,0xebb00bf2,0x8f38fddc,0x4602302e,0x3f500803,0x8016ff6f,0xcb017fec,0x009fbe00,0x2fff0130,0xffbff7ff,0x2fff0700,0x12ff2fc8,0xff517604,0x5c6e0210,0xca32cffd,0xfd300811,0x12ee11a0,0xd3f57f6e,0xeb8019f1,0x3f36feac,0x4200b025,0x3fa00702,0xf014ff7f,0xd2015fee,0x00afc4ff,0xdffd0010,0xff0ff6ff,0x700c0730,0x0efedfc8,0xff217c04,0x4c7101e0,0xc632dffd,0xfd200911,0x92f41220,0xd9f56f7b,0xeb900cf2,0x0f37ffcc,0x39006015,0x3f900602,0x7013ff8f,0xd9014ff1,0x002fcdff,0x6ffeff90,0xff1ff4ff,0xb00b0760,0x09febfc6,0xfee16003,0xac7101b0,0xc232effd,0xfd800712,0x22fb12b0,0xe4f50f7a,0xebd006f2,0xef37001c,0x3100e011,0x3f600601,0xe011ff9f,0xe1013ff2,0xffefd4ff,0x1ffeff30,0xff5ff0ff,0xc00a07c0,0x07fe9fc2,0xfef14302,0xec7001b0,0xc432bffe,0xfdd00612,0x42fc12c0,0xe7f42f74,0xebf00af2,0xaf37002c,0x2c018011,0x3f300501,0x7010ff9f,0xe7012ff2,0xffcfd7ff,0x0fffff80,0xff1fefff,0xf00e07c0,0x06feefc4,0xff113d02,0xec6b01b0,0xc1329ffd,0xfd800712,0xa3011320,0xb1f46fa2,0xec0008f2,0x3f3400cc,0x2501d009,0x3ee00400,0x800effaf,0xed011ff1,0x004fd4fe,0xeffe0020,0xfefff300,0x000f07a0,0x04ff2fc3,0xfe813802,0xcc6501b0,0xbe328ffd,0xfd300812,0xc3021340,0x88f52fcb,0xebf005f2,0x5f32012c,0x21028000,0x3eb00400,0x100dffaf,0xf4010ff1,0x007fd3fe,0xbfff0050,0xfebfef00,0x40130810,0x00feffbf,0xfe212302,0x4c650190,0xbd327ffd,0xfcc00a12,0xd3031350,0x93f5dfc7,0xeba005f2,0x5f30019c,0x1b03aff6,0x3e800300,0x000dffbf,0xf900fff1,0x007fd1fe,0x8ffd0020,0xfebfef00,0x5011082f,0xfefeefbd,0xfe611101,0xec610190,0xb8326ffc,0xfc900a13,0x330813c0,0x95f55fc4,0xeb5004f2,0x3f3801ac,0x17044ff2,0x3e6003ff,0xf00cffbf,0xfe00eff1,0x000fd6fe,0x8ffeff80,0xfecff100,0x7010080f,0xfcfeafb9,0xfe210601,0xac5a0190,0xb6326ffc,0xfca00a13,0x430813d0,0x8ef49fd1,0xeb4003f2,0x1f4201bc,0x13044ff1,0x3e3003ff,0xb00cffb0,0x0000eff1,0xffffdefe,0x8000ff60,0xfecff300,0xa00e07df,0xfbfecfb6,0xfe00f701,0xbc530190,0xb3326ffc,0xfc300c13,0x730a13f0,0x90f4afd2,0xeb4ffdf1,0xef4e01dc,0x0e03ffef,0x3df003ff,0x800bffbf,0xff00eff0,0x003fe7fe,0x8fffffb0,0xfeaffb00,0xd00e072f,0xf9ff9fb9,0xfe10e901,0xec4d01d0,0xb1327ffb,0xfb400f13,0x430913d0,0x8ff4efca,0xeb1ffff2,0x7f5a01dc,0x0a032fed,0x3db003ff,0xb00cffbf,0xfd00eff0,0x002fe9fe,0x80020010,0xfeaffd01,0x000d06bf,0xf6ffefbf,0xfe30d701,0xfc470220,0xb2328ffa,0xfab01113,0x130713a0,0x99f52fc1,0xead000f2,0xef5b01ec,0x0602bfec,0x3d7003ff,0xd00cffbf,0xfd00eff0,0x001fe2fe,0x80030060,0xfedffb00,0xd00906bf,0xf7ff8fbe,0xfe20ca02,0x1c420230,0xb1329ff9,0xfa401213,0x03071390,0xa4f50fc0,0xeaaffdf2,0xff5a01dc,0x08028fee,0x3d8003ff,0x900bffbf,0xfc00eff0,0x003fdefe,0x700100a0,0xfeeff800,0xc007070f,0xf7feffb4,0xfe10c702,0x4c3e01f0,0xaf329ff9,0xf9e01312,0xe3061380,0xa1f50fc6,0xea9ff9f2,0xff59021c,0x09029fee,0x3da003ff,0x300affbf,0xfc00efef,0x002fddfe,0x80020090,0xff1ff600,0xc004073f,0xf5ff3fad,0xfeb0bf02,0x2c3801b0,0xae32aff9,0xf9d01313,0x130813a0,0xa0f52fc8,0xeacff2f2,0xdf60020c,0x0802efef,0x3db002fe,0xf00affbf,0xfe00efed,0x005fe0fe,0x7ffe0040,0xff3ff700,0xb002071f,0xf5ff8fa8,0xff30b202,0x4c330190,0xae329ff8,0xf9901413,0x030813a0,0xa0f4dfc6,0xeadff3f2,0xff6d01dc,0x0802cff1,0x3dd002ff,0x000affbf,0xfe00efed,0x002fe9fe,0x70010040,0xff1ff500,0xd005074f,0xf2ff4fa6,0xff90a602,0x7c310160,0xaf32aff7,0xf9301612,0xf30813a0,0xa1f49fc4,0xeacff9f2,0xff73020c,0x06026fef,0x3da002ff,0x200affbf,0xfc00efed,0x001feafe,0x800700b0,0xff3ff200,0xc003077f,0xf1ff2fa4,0x00109c02,0xac2c0150,0xac32cff7,0xf8e01713,0x730c1410,0xa1f4bfc5,0xeadff9f2,0xcf7001fc,0x07021ff1,0x3d9002ff,0x100affbf,0xfc00efec,0x002fe5fe,0x80070120,0xff3ff200,0xd002075f,0xf0ff4fa3,0x00009502,0xcc270180,0xab32cff7,0xf8f01613,0xa30e1440,0x98f52fc9,0xeadff8f2,0xdf7201dc,0x0701dff2,0x3d8003ff,0x300bffbf,0xfc00efec,0x000fe5fe,0x80090150,0xff2fed00,0xc00607df,0xefffbf9e,0xffd08b02,0xdc240120,0xaa32dff7,0xf8d01714,0x031214a0,0x9cf57fc9,0xeadff7f2,0xdf7001fc,0x0801eff0,0x3d9003ff,0x600bffbf,0xfb00efec,0x001fe3fe,0x70070170,0xff2fea00,0x9007080f,0xf1006f9b,0xffd08002,0xec200100,0xaa32dff7,0xf8d01714,0x231314c0,0x9ef56fc6,0xeafff9f2,0xdf7201dc,0x0b020ff1,0x3db003ff,0xd00cffbf,0xfa00efec,0xffdfe1fe,0x700a0180,0xff1fec00,0xb00907cf,0xef002f97,0xffa07202,0xec1b0120,0xac32dff7,0xf9101614,0x331414e0,0xa1f4efc5,0xeb1ffcf2,0xdf7b01bc,0x0901ffef,0x3da00400,0x100dffbf,0xf900efec,0xffafe4fe,0x800d0160,0xff3ff000,0xb004077f,0xefff8f91,0xffb06503,0x2c160120,0xab32eff7,0xf9201614,0x431514e0,0xa3f48fc4,0xeb4ffef3,0x0f87017c,0x0901cff2,0x3db00400,0x300dffbf,0xf800efeb,0xffcfe8fe,0x700c0140,0xff3ff000,0xa003075f,0xefffaf94,0x00105d03,0x7c120110,0xab32eff7,0xf9001614,0x231414d0,0x9df46fc7,0xebc001f3,0x5f87019c,0x0a01aff2,0x3dc00300,0x000dffbf,0xf800efeb,0xffdfe3fe,0x800f0120,0xff3fef00,0xb003075f,0xefffff9b,0x00304f03,0xbc0d0100,0xac32fff7,0xf8f01614,0x73171520,0x9ff4dfc5,0xec1ffef3,0xef8301ac,0x0901bff2,0x3db003ff,0xc00cffbf,0xf900efea,0xffffdefe,0x700f0120 +}; + +u32 ANIM_ENTRY_draw_one_handed_weapon_and_turn_around[] = +{ + 0x0026bbff,0xcff0091f,0xf3ffbff9,0x0101bc02,0x2cc412ef,0xe832ffee,0xf4602601,0x40ca0290,0x05f47fe8,0xf5105c00,0x1f36ffdc,0x140b100c,0x3e400300,0xf00bffcf,0xf500bff4,0xff7fd9fc,0xd0090170,0x0046b7ff,0xbfee093f,0xf0001ffb,0x0171ba02,0x2cc5137f,0xe9331fee,0xf4702501,0x40c80280,0x06f49fe5,0xf4d062ff,0xaf36ffac,0x130bb010,0x3e400301,0x200bffcf,0xf200bff4,0xff6fdffc,0xd0090130,0x0076b6ff,0xafea08bf,0xebfff007,0x01c1b702,0x2cc813ef,0xea333fee,0xf4a02501,0x50d002a0,0x01f48fe9,0xf43052ff,0x8f35ff4c,0x120bd014,0x3e300301,0x800cffcf,0xf100cff4,0xff5fdefc,0xe00a00e0,0x0046b6ff,0xbfef087f,0xedffe00c,0x01c1b202,0x3cc9144f,0xea331fee,0xf4802501,0x60d802c0,0x04f4afea,0xf42044ff,0xcf31ff6c,0x140bd010,0x3e500301,0xc00dffcf,0xed00cff4,0xff0fdbfd,0x001000c0,0x0006baff,0x8fef082f,0xeb00500b,0x0201b202,0x7cc715bf,0xe632dfee,0xf4902501,0x60d602b0,0x05f48fec,0xf50059ff,0x8f35ff5c,0x110b7011,0x3e100402,0x300effbf,0xe700dff4,0xfeefddfd,0x101300e0,0xffb6d2fe,0xafe6069f,0xdd00e00b,0x0231b703,0x1cc8172f,0xd8325fee,0xf4802501,0x80e402e0,0x03f45fec,0xf64061ff,0xaf4cfe8c,0x0409c019,0x3d200503,0x7011ffaf,0xda00fff5,0xfe9fdefd,0x301b0120,0xfed6e0fe,0x4ff305ff,0xda00c008,0x01e1b703,0x1cc8183f,0xce315fed,0xf4102701,0xe1030350,0x09f48fe0,0xf7a05601,0xcf55fe3b,0xff08b016,0x3ca00805,0x3016ff9f,0xc9012ff6,0xfe0fdcfd,0x60260160,0xfe36d6fe,0x5005075f,0xde009ff6,0x01d1c802,0x6cca19ef,0xc4301feb,0xf3602902,0x311c03b0,0x0df4efcf,0xf9406003,0x2f46fdcc,0x03091015,0x3ca00c07,0x601cff8f,0xb8015ff8,0xfd9fdffd,0x502a01d0,0xfea6dafe,0x6002076f,0xdd009fed,0x01f1d601,0xeccf1c4f,0xb32effe8,0xf2502d02,0x612a03d0,0x0ef52fc5,0xfa607b02,0xbf3bfbec,0x0a08c02a,0x3c70110a,0x0023ff5f,0xa1018ffb,0xfd1fe1fd,0x402c0260,0xff16f7fe,0xa001056f,0xe100bfec,0x01a1d601,0x7cd21eff,0x9e2d9fe4,0xf0d03202,0x612c03e0,0x11f57fc1,0xfad09101,0x2f48f9cc,0x0f07b03d,0x3c60160c,0xa02aff3f,0x8601dffd,0xfcafe2fd,0x40350210,0xfec702fe,0xe00f054f,0xe600bfda,0x0211ea00,0x2cd6212f,0x802c2fdf,0xef103802,0x512a03d0,0x0cf5bfc9,0xfc409cff,0x6f47f92c,0x13080047,0x3c901a0e,0x202efeff,0x67022fff,0xfc7fe4fd,0x604401a0,0xfea70aff,0x101605ef,0xea00efbf,0x02420dfe,0x9cd7236f,0x542a7fd9,0xed503e02,0x713403f0,0x0cf62fde,0x0040a0ff,0x0f41f8bc,0x1507f057,0x3c801d0f,0x1031feaf,0x45027001,0xfc5fe7fd,0x704d01a0,0xfe871fff,0x401e058f,0xee004fa7,0x021226fc,0x9cd526cf,0x22283fd2,0xeb804503,0x316404a0,0x11f63ff5,0x04b0a9ff,0xef49f82c,0x10079060,0x3c401f0f,0xc033fe7f,0x2d02c003,0xfc2feefd,0x505101d0,0xfea72eff,0xe02704df,0xfaff9f94,0x021238fa,0x4cd22c9e,0xf624ffc9,0xe9604e05,0x31ce0680,0x12f6f008,0x0610ab00,0x2f49f79c,0x1207606c,0x3c702110,0x3035fe2f,0x11030004,0xfc1ff3fd,0x305502d0,0xfe673800,0x70380420,0x04ff9f7d,0x02624bf7,0xaccf32ee,0xd121bfc0,0xe7205709,0x425b0a10,0x13f84018,0x04a0a9ff,0x1f3af72c,0x1807d077,0x3cc02310,0xd037fdde,0xf5035007,0xfc6ff3fc,0xd04f03a0,0xfe174300,0x40480300,0x03ff9f67,0x02c257f5,0x1ccb381e,0xbb1f3fb7,0xe5605e10,0x72e51090,0x11f8802c,0x0320a3fe,0xef26f6ac,0x1407f08d,0x3c202411,0x6039fd6e,0xd103c00c,0xfc7ffffc,0x60450430,0xfe773f00,0x20500210,0x05feef51,0x03f257f2,0xbcc43c2e,0xb21d9fad,0xe370681e,0x23511d90,0x14f93042,0x0300a301,0xbf03f58c,0x1507d0bb,0x3b502611,0xe03afcbe,0x9c046012,0xfc800cfc,0x504605d0,0xffa72800,0x605101e0,0x0cfdaf31,0x05f252f0,0x5cbf3eee,0xad1cdfa0,0xe1607337,0x43863610,0x14f9b049,0x03c0a604,0x4edcf3ac,0x1a0850f1,0x3ba02712,0x703cfbfe,0x6a051018,0xfce023fd,0x40670660,0x01170501,0x005601f0,0x16fbcf0f,0x08123ded,0xccc2409e,0xb11caf92,0xdf407f4d,0xe3844c40,0x18fa2037,0x0400af04,0xeeb1f18c,0x2508b11c,0x3cf02912,0xb03dfb4e,0x4205a01c,0xfd803efe,0xa0920500,0x0246e801,0x80620190,0x1af97eef,0x0a421feb,0x3ccf414e,0xba1cdf85,0xdd808a55,0xe37a5420,0x2af9901a,0x0420bb06,0x2e8ceffc,0x2e07012e,0x3dc02812,0x903dfaae,0x21063020,0xfde051ff,0x90ac0340,0x02c6db00,0xf06000a0,0x11f8aebd,0x0ba210e9,0xacd941fe,0xb71c8f7b,0xdc30944f,0xc3844dd0,0x43f93009,0x0570b308,0x4e7eeedc,0x23020123,0x3c702712,0x503cfa0e,0x0506b021,0xfd904f00,0x50bf0370,0x0356c1ff,0xc050fff0,0x01f91e85,0x0ba1fce8,0xece7434e,0xbc1b1f72,0xdb209b47,0x138c4500,0x52f90ffb,0x0750a20a,0x4e70ed5c,0x11fd110d,0x3aa02712,0x303bf98d,0xed072021,0xfd205601,0x00ce0480,0x040683fe,0xe04000ff,0xf1f8ce5c,0x0be1d9e8,0xed03432e,0xcd18ef6a,0xda40a23d,0x238e3af0,0x5cf7bfea,0x0840830b,0xbe4aebcc,0x10fa20ef,0x39b02712,0x403bf96d,0xe807301c,0xfd105801,0x40d304c0,0x040632fe,0x3039022f,0xe2f89e32,0x0c31a4ea,0x2d2e40ae,0xea167f65,0xd9a0a734,0x438931f0,0x6bf68fe1,0x0930600e,0x7e21eaec,0x19f7b0c4,0x38c02812,0x703cf99d,0xef071012,0xfd205301,0x60d304b0,0x03e5d2fd,0xe035031f,0xd4f84e0e,0x0c915aec,0xfd5d3bff,0x12140f5f,0xd8f0ac2d,0x03812a70,0x73f65fe4,0x08c05310,0x8df2ea3c,0x31f5c0a1,0x37702912,0xd03df9cd,0xf806e00a,0xfd305801,0x00ca0480,0x03156afd,0xa044034f,0xc9f76dfa,0x0d10fff1,0x5d8734ef,0x43123f5a,0xd850b030,0x33862dc0,0x6bf69fe9,0x06005c11,0x0dbeea9c,0x52f45079,0x35d02a13,0x403efa3e,0x0d068ffe,0xfe6047ff,0xd0c10730,0x025504fd,0xc056017f,0xbff6ddfd,0x0d80a4f7,0xadad2bef,0x83116f64,0xd960a740,0x33903e10,0x36f69006,0x03506010,0x5d96eb4c,0x75f3105b,0x34602a13,0x703efaee,0x2f05fff4,0xff503ffd,0x60b30a00,0x03449bff,0x2059ffdf,0xb5f6fdfb,0x0e905ffe,0xadbd21af,0xb6120f7b,0xdbf0944e,0x93884cdf,0xddf7e034,0xff70720b,0x7d6bebfc,0xa1f2b054,0x33802a13,0x903efbae,0x56055ff0,0xff5050fc,0x50b20a90,0x07d42d04,0x805fff7f,0xacf78de8,0x0ee03004,0x5db7175f,0xd413cf99,0xe0107951,0x9384500f,0x98f9a041,0xf7808704,0x2d46edbc,0xc9f33054,0x32d02913,0x403dfc5e,0x8104cff3,0xfdc070fb,0x80a50ac0,0xfd53c8fb,0x0065feaf,0x9df83dd6,0x0e701209,0x2da70d7f,0xf616afb6,0xe5205f49,0xd38b486f,0x83fa103e,0xee8076fe,0x1d4aefac,0xd8f42054,0x32a02511,0xf039fd1e,0xb4041ff7,0xfc508ef8,0x007d0ba0,0xfef36ffd,0xd06dfddf,0x91f91dc3,0x0d60080c,0x9d910410,0x1c19cfce,0xea50493b,0x938c3a5f,0x82f9a04d,0xe9105dfb,0xad69f1bc,0xdff53050,0x33502110,0x9035fdae,0xe4038ffa,0xfb5095f6,0x80560950,0xfe831cfe,0x606ffd8f,0x8ef9ddb5,0x0c30070d,0xfd76fae0,0x431c9fe1,0xefb03527,0xb37326df,0x86f8604c,0xe8405bfa,0x4d9af36c,0xe5f6004f,0x34801e0f,0x9032fdff,0x00033ffd,0xfa9062f8,0x00540800,0xfe42cdfe,0xc066fdef,0x90fb0dae,0x0ab0060e,0x1d5bf230,0x6e1f2fef,0xf4b02418,0xb336185f,0x94f67020,0xe9404df7,0xade9f4dc,0xe3f76052,0x35c01b0e,0xa02ffe3f,0x15030001,0xf9b033f9,0x905306c0,0xfda278fe,0xf05fff4f,0x9bfccdb1,0x08bffb0d,0x6d3bea50,0xa220dff6,0xf870180f,0x82dc0fbf,0xadf52004,0xec303ef5,0x4e42f6cc,0xdcf8f04f,0x3710190d,0xd02dfe7f,0x2d02c006,0xf8b02bfa,0x704605e0,0xfde220ff,0x9056009f,0xa0fdbdc4,0x07afec0c,0xad1ee430,0xe4216ff9,0xfa501209,0xb26e0a8f,0xb8f4c00b,0xeea03ef4,0x2e9bf89c,0xccfa2057,0x37c0180d,0x002bfe9f,0x3d029009,0xf81009fb,0x603b0580,0xff41c700,0x3039023f,0xa0fe9dd5,0x06aff80b,0xcd0cdfe1,0x23212ffa,0xfab01106,0x01fa073f,0xa7f4d015,0xef703ef3,0xcee8f92c,0xbafc3077,0x38a0170c,0xf02bfeaf,0x42028007,0xf86fb2fc,0x50330460,0x00218200,0x702403cf,0xa4feddd9,0x0610100a,0x9d05dda1,0x4b1fdff9,0xfa701203,0xf19c055f,0x9ef4901c,0xefa02df3,0xaf0ef92c,0xb2fe208a,0x39b01a0d,0xd02dfebf,0x4b027003,0xf93f56fc,0xe0260330,0x00d15400,0xb016047f,0xacfe8de3,0x05d01e09,0x7d02de21,0x5d1e4ff9,0xfa201303,0x016a047f,0xb5f3d016,0xef701cf4,0x5efcf87c,0xadff008f,0x3a301e0f,0x6032fedf,0x5b025001,0xf98f1bfd,0x301802c0,0x01d12e01,0x000604cf,0xb3feddf8,0x05403108,0xbd06e021,0x641d5ff7,0xf8e01702,0xe160045f,0xc8f3a012,0xeef016f5,0x3ecef75c,0xa700609a,0x3ad02210,0xd036feef,0x67023000,0xf99ef9fd,0x70160250,0x02411a01,0x6002043f,0xbcfeee09,0x04803608,0x2d0ae1d1,0x6d1c7ff4,0xf7801c02,0xd15e044f,0xd3f3c00a,0xee2009f6,0x3eb3f6ac,0x9900e09a,0x3b002411,0xa038feff,0x6e021fff,0xf9cee7fd,0xb00f01a0,0x02811101,0xd000036f,0xc2fe1e15,0x03103807,0xbd0fe1d1,0x7f1baff2,0xf6601f02,0xa154041f,0xcff3600e,0xeed004f6,0xaeabf5ec,0x8500e096,0x3ae02511,0xc039ff0f,0x76020ffe,0xf9feeefd,0xb00d01e0,0x03310801,0xaff102bf,0xcffe3e23,0x01c03c07,0xad17e0f1,0x931b4fef,0xf5502302,0x714703ef,0xc3f46023,0xf0d00df7,0x5e9ff4ec,0x7e01a09c,0x3b602411,0x6038ff1f,0x7e01fffd,0xfa2f0afd,0xc00d0180,0x0360fe01,0x8fea021f,0xdbfebe36,0x01603807,0xad1be1e1,0x9c1b1fee,0xf4b02502,0x714303ef,0xb8f4702d,0xf0800bf7,0xae99f52c,0x78024097,0x3bd02110,0x8035ff2f,0x8901dffb,0xfadf2bfd,0xc00e0160,0x0340f101,0x7fe8021f,0xe0ff3e41,0x01102f07,0x8d20e2d1,0x9c1b5fed,0xf4802602,0x914c040f,0xb0f3d028,0xf06ffff7,0xde97f64c,0x7503408c,0x3c301d0f,0x1031ff3f,0x9201cff2,0xfcff3dfd,0xa00c0150,0x0350dc01,0x4fe202bf,0xe7ffbe49,0x00002507,0x5d22e2e1,0x9e1bbfed,0xf4802602,0xd15c043f,0xacf3c023,0xf14ff3f8,0x2e8ff76c,0x75053088,0x3cb0190d,0x602cff4f,0x9a01afec,0xfeef48fd,0xa00e00d0,0x03a0d301,0x6fdf012f,0xf2ff3e6b,0xff800a07,0xbd18e4f1,0xb81c0fee,0xf4b02502,0xe164044f,0xa8f3602c,0xf0ffecf7,0xee8df80c,0x6f058086,0x3ca0160c,0x2029ff5f,0x9f019fea,0xffbf52fd,0xa0120150,0x03b0d401,0x8fdd002f,0xf9fe8e7c,0xff900407,0xcd10e6c1,0xbe1c2fef,0xf5002403,0x0172047f,0xa3f2903b,0xf01fe5f7,0x9e8ff86c,0x68053084,0x3c80140b,0x5026ff5f,0xa1019fe9,0x002f5efd,0x901501b0,0x03d0d201,0x2fd700a0,0x01fdfe76,0xfee01207,0x7d0ee711,0xb31bdfef,0xf5002403,0x317c04af,0x9bf20052,0xef1fe4f7,0xde96f89c,0x6805b083,0x3cf0120a,0x8024ff6f,0xa5018fe9,0x002f71fd,0x80150190,0x0390d500,0xefd900a0,0x08fd8e77,0xfe901807,0x3d0ae711,0xae1b8fef,0xf4f02403,0x518204bf,0x92f1f05e,0xee7fe5f7,0x9ea5f90c,0x6505e07d,0x3d201109,0xf023ff6f,0xa7018fea,0xffef82fd,0x801801a0,0x02e0d700,0xefe30020,0x0cfd7e81,0xfeb01607,0x3d04e701,0xb21bbfee,0xf4f02403,0x618404cf,0x8df1d05e,0xee6fe4f7,0x6eb0fa1c,0x62060071,0x3d400f09,0x5021ff5f,0xa5019fea,0xffff85fd,0x801d01a0,0x02d0d600,0xcfe20000,0x0dfdde7e,0xfe501a07,0x4d01e6d1,0xb61c2fef,0xf5102403,0x618404cf,0x90f15055,0xeeefe7f7,0xceb4fa7c,0x6206a06f,0x3d800e08,0xd020ff5f,0xa3019fe9,0xffff8afd,0xa01c0160,0x02e0d300,0xafde0050,0x0dfdbe79,0xfe302707,0x4cfee601,0xb71c6fef,0xf5002403,0x517f04bf,0x93f1304b,0xefaff0f8,0x6eb4faac,0x6307506e,0x3da00e08,0xa01fff5f,0xa4019fea,0xffcf8ffd,0xb01b0100,0x02a0d100,0xbfe10060,0x0cfdae7f,0xfe803207,0x7cf9e561,0xbc1cbfee,0xf4f02403,0x2177049f,0x93f1c047,0xf03ffaf8,0xdeb2fb2c,0x63077069,0x3da00e08,0x601fff5f,0xa3019fe9,0xffdf8afd,0xc01c00e0,0x0280d100,0xefe00040,0x0afd9e80,0xfe503807,0xecf2e521,0xc11cefed,0xf4502603,0x016b047f,0x9cf3102c,0xf10ff5f9,0x4eb7fb6c,0x5f072066,0x3d700d08,0x301eff5f,0xa3019fe8,0xffef8bfd,0xe01d00f0,0x02e0cf00,0xcfd70070,0x0afd8e7c,0xfe505a08,0x1ceee521,0xbf1cefed,0xf4502702,0xe164045f,0x96f40025,0xf14ff4f9,0x6ebbfb0c,0x6007206a,0x3d900d08,0x401eff5f,0xa6018fe8,0xffbf8efd,0xe01b00c0,0x02a0ce00,0xafd600a0,0x09fe2e7b,0xfed08f07,0xdcece551,0xbb1d1fee,0xf4d02502,0xe162045f,0x91f43035,0xf0d000f9,0xbec0fb0c,0x64073067,0x3dc00e08,0x901fff6f,0xa8018fe8,0xffaf8cfe,0x001b0070,0x0240d000,0xafdb0090,0x06fece7c,0xff50b507,0xccece591,0xb71d5fee,0xf4c02502,0xf165045f,0xabf3b027,0xf0a001f9,0xdec8fb6c,0x6306d05d,0x3dc00e08,0xb01fff6f,0xac017fe7,0xffbf8cfe,0x101a0060 +}; + +u32 ANIM_ENTRY_step_forward_and_hold_one_handed_weapon[] = +{ + 0x017f4a00,0xefd2099f,0xd4ff7f7e,0x00d0c907,0x6c4d00a0,0x7032bfe6,0xf2602faa,0x248ea9bf,0xe3f36fcc,0xf08fa8f2,0x47088163,0xef08d020,0x3d600902,0x70170000,0x01fffff7,0xfe2fe7fa,0xdffa01d0,0x02bf5c01,0x3fbf08bf,0xcdff4f76,0x00c0db07,0x6c5300e0,0x70330fdd,0xf00039ab,0x648caaef,0xe1f69fcb,0xf1cfb4f3,0x07278393,0xe706b03a,0x3ca00b04,0xe01bffff,0xfa000ff8,0xfdbff2fa,0xfffc02a0,0x02ff6701,0x6fbf084f,0xcbff6f75,0x00d0df07,0x3c560110,0x6d334fd1,0xed4045b1,0x8483b0df,0xecf82fb1,0xf20fa9f2,0x473d8443,0xdc059040,0x3c000c06,0x901cffff,0xf3001ff8,0xfd5002fb,0x0ffd02e0,0x025f6501,0x4fce08ef,0xcfff2f71,0x00d0ee06,0xdc5e00b0,0x6c33bfc0,0xe9c055bb,0x047bba1f,0xe5f62fb4,0xf34fa5f1,0xb74683a3,0xd706003b,0x3be00b07,0xb01cffff,0xe9003ff9,0xfd3010fb,0x1ffe0280,0x025f6100,0xefd5098f,0xd4feff6a,0x00d10806,0x6c690030,0x6f348fa8,0xe5a068c4,0xf47bc3cf,0xbdf5bfba,0xf4efadf1,0xb73e8363,0xda074041,0x3c100b08,0xb01bffef,0xdb005ff9,0xfd500ffb,0x40020160,0x022f6300,0x9fdf09bf,0xdcfecf6a,0x00612205,0x8c6bffd0,0x79350f8c,0xe1707fce,0x4481ccef,0x97f6cfb1,0xf5dfadf2,0x173d8303,0xdb07504b,0x3c100a09,0xa01affdf,0xc100aff9,0xfd400bfb,0x80090120,0x026f6500,0x0fe109ff,0xe5ff2f63,0x00014804,0x3c6eff50,0x85358f6e,0xdda097d6,0xd48dd53f,0x73f79fae,0xf71fa8f2,0xc73782d3,0xe1071065,0x3c300a09,0x3019ffaf,0x93012ff9,0xfd3000fb,0xe0160130,0x028f6aff,0x7fe609ef,0xecff7f5e,0x00317402,0x7c72fef0,0x97362f4a,0xd9f0b4df,0x24a1dd4f,0x4df89faa,0xf85fa0f2,0xd7328293,0xe6073086,0x3cc00908,0x9017ff3f,0x5201dffa,0xfd6001fc,0x702700e0,0x024f6aff,0x2ff20a0f,0xf1ff1f5a,0x0041a100,0x3c6ffec0,0xb1367f20,0xd650d6e5,0x44b9e33f,0x20f9dfa9,0xf91f96f2,0x472681d3,0xe80660ae,0x3cc00707,0xe015fe8e,0xfb02cffd,0xfd9005fd,0x103a0220,0x01ff6aff,0x3ffd0a1f,0xefff1f5a,0x0061d2fd,0xcc6bfe80,0xd536eef6,0xd360fae8,0x74cae64e,0xf9f9cf98,0xfa4f8ef1,0xf7168143,0xe40580d6,0x3c500707,0xa015fd9e,0xaa03cfff,0xfd3004fd,0x60450310,0x020f6dff,0x3ffe09ef,0xebff5f59,0x002204fb,0x3c60fe30,0xfb37bed2,0xd17118ea,0xd4d9e87e,0xd0f90f7c,0xfbef8df1,0xe70f80f3,0xe20400f8,0x3bb00707,0x4014fcde,0x76047001,0xfd1003fd,0x80480450,0x020f76fe,0xe002095f,0xf1ffbf59,0xffb236f8,0xbc51fdd1,0x21388eb3,0xd01133ed,0x04e8ea8e,0x9bf94f79,0xfd4f90f2,0xc70e8043,0xe502f10d,0x3b900506,0x6011fc9e,0x6304c003,0xfd8005fd,0x604505a0,0x019f7ffe,0x800e08af,0xfaff1f5d,0xff926bf6,0x4c41fd91,0x4c393e9e,0xcf3144ee,0x64f1ebde,0x62f96f7a,0xfe8f8ef3,0xb70e7f23,0xe8028113,0x3bb00405,0x700ffcde,0x71048005,0xfde006fd,0x103905c0,0x014f87fe,0x501807ff,0xfffe9f63,0xffc29bf4,0x2c29fd51,0x7939be9a,0xcf0147ef,0x04f3ec4e,0x27f90f78,0xffcf96f3,0xa70a7e53,0xea022118,0x3ba00405,0x000dfd4e,0x93040006,0xfddffefc,0xd02f0520,0x014f8cfe,0x301c0740,0x02fe5f69,0xffa2bff2,0x6c11fd81,0xa93abea0,0xcf413fef,0x04eeec2d,0xebf80f70,0xffbfadf3,0x76ff7de3,0xed027120,0x3bd00304,0xb00cfdde,0xc0037006,0xfdcff5fc,0xb02903f0,0x019f90fd,0xe01a0690,0x06fddf6e,0xff82d6f0,0xfbf8fe41,0xd53bfeab,0xcfc133ef,0x44ecec4d,0xbcf6cf57,0xffffb2f3,0xb6f77d93,0xf202e12a,0x3c400304,0x400bfe6e,0xf102e007,0xfddfeefc,0x80200290,0x019f97fd,0xc01c0640,0x07fd9f6a,0xff42f1ef,0xbbdbfe41,0xfc3cceb2,0xd0112aef,0xb4ebec9d,0x95f5df44,0x005fb6f4,0x76f97d03,0xf303412c,0x3c600203,0xb00afeef,0x24024008,0xfdfff2fc,0x40170160,0x015f9afd,0xd0210640,0x05fd6f66,0xfed30bee,0xbbc2fe12,0x203d5eae,0xcfd12cf0,0xb4efed8d,0x6ff5ff45,0x014fb7f5,0x26f27c23,0xf304012a,0x3c500203,0x3008ff4f,0x5401c008,0xfdefeefc,0x401400c0,0x012f9efe,0x20260570,0x03fdbf72,0xfeb310ed,0x8badffe2,0x413eeea7,0xcf8130f2,0x04f6eecd,0x51f61f43,0x02bfaef5,0x26f47b73,0xf103b12b,0x3bf00203,0x3008ff8f,0x7e015007,0xfd8feafc,0x301100b0,0x015fa1fe,0x702404e0,0x01fdcf75,0xfe8317ec,0x0b980182,0x60403ea2,0xcf4133f2,0x64f4ef0d,0x2ef52f2b,0x043fb6f4,0xe6f77b33,0xee028132,0x3b800203,0x5009ffbf,0xa300f006,0xfcefe5fc,0x100c00a0,0x01bfa5fe,0xb01b04df,0xfefdef74,0xfe8328ea,0xcb850182,0x8240de9c,0xcef137f2,0x64f0eeed,0x0bf42f19,0x055fc2f4,0xf6fd7b33,0xed01213c,0x3b400203,0xb00affdf,0xbd00a005,0xfc5fe5fc,0x200d0060,0x01dfabfe,0xe017047f,0xfffdef78,0xfe8339e9,0x9b740282,0xa3420e97,0xceb13af2,0xd4f0ef4c,0xf1f37f04,0x06dfcaf4,0xf7067ae3,0xedffe13f,0x3b000204,0x000bffef,0xd3007005,0xfbffe6fc,0x4010fff0,0x01dfafff,0x30150420,0x00fd6f76,0xfe734ae8,0x4b650482,0xc0442e91,0xce713ef3,0x94f2effc,0xd7f34edd,0x087fdbf5,0x170f7a63,0xedff713d,0x3ae00304,0x600cffff,0xe5004003,0xfb6fe2fc,0x6015ff00,0x019fb6ff,0xb015039f,0xfffd4f7c,0xfe035ae7,0x2b590702,0xd946ce8b,0xce1141f4,0x74f5f0cc,0xb4f3cec3,0x09afe9f5,0xc71579c3,0xebff5136,0x3a900405,0x000dffff,0xef002001,0xfacfd6fc,0xc020fe70,0x016fbc00,0x3012031f,0xfdfcef7f,0xfd936be6,0x6b4e08d2,0xf2487e89,0xcdf141f4,0xe4f4f12c,0x8ff47ecb,0x0a3ff1f6,0xd71678f3,0xe9ffe12c,0x3a700405,0x800fffff,0xed003000,0xfa1fc4fd,0x202efe30,0x019fc500,0xd007026f,0xf9fcef83,0xfd5377e6,0x0b460b33,0x054a6e90,0xce1139f5,0x14f0f15c,0x88f53eda,0x0aeff7f7,0xa71c78b3,0xe9026128,0x3a600506,0x4011ffef,0xde005fff,0xf99fb7fd,0x6036fcf0,0x01ffd001,0x5ff601cf,0xf7fd1f88,0xfd6380e5,0xeb3d0e03,0x0c4cae9b,0xce812df5,0x34ebf16c,0x86f5bed9,0x0c1ffcf8,0x872378b3,0xee04d121,0x3a800707,0x8014ffef,0xdb006ffe,0xf92fa9fc,0xf025fbb0,0x021fda01,0x9fec010f,0xf7fd7f8b,0xfd9382e5,0xcb391123,0x0c4f6ea6,0xcef120f5,0x54e6f17c,0x77f57ec4,0x0d6001f9,0xe73478a3,0xf704c114,0x3a800909,0x3019ffef,0xde005ffd,0xf91fa8fc,0x1000fbc0,0x01dfe101,0x7fe80090,0x01fe2f94,0xfd0388e5,0xbb3213c3,0x05517eb9,0xcfc10df5,0x74e1f19c,0x68f40eae,0x0e6002fa,0xa74f78a4,0x03034104,0x3ad00d0b,0x501fffef,0xd9006ffd,0xf99fb7fb,0x5fe0fca0,0x019fde01,0x1fe400d0,0x0ffeaf9c,0xfc8395e6,0x1b2d1552,0xf8529ec9,0xd0a0fdf5,0x94dcf1ac,0x4cf49ea5,0x0f3002fb,0x175a78e4,0x140240f6,0x3ba0140e,0x4028ffef,0xcf008ffc,0xf9efc1fb,0x0fd3fdc0,0x016fd500,0xffe200e0,0x14ff4fa8,0xfc439fe6,0x9b351762,0xe6547ed4,0xd150f1f5,0x64d3f17c,0x2bf5aeac,0x0ff005fb,0x675679e4,0x220260e9,0x3c801e12,0x5034ffdf,0xc5009ffb,0xfa4fc9fb,0x0fcffe40,0x016fcb01,0x4fdf0110,0x0eff8fb1,0xfbf3abe7,0x0b4118f2,0xd4561edb,0xd1c0e8f5,0x04c9f10c,0x0bf58eb6,0x10e00dfb,0x97497bb4,0x2c0310e0,0x3d002d16,0xe043ffdf,0xbe00aff9,0xfc0fd3fb,0x0fcdfe40,0x018fc001,0xbfdb01d0,0x04ffafae,0xfbc3bee7,0xab4a18c2,0xc4564edd,0xd1b0e4f5,0x04c6f10b,0xeff54ebd,0x11d014fc,0x17377dd4,0x350320d8,0x3d40411b,0xb056ffcf,0xb700cff6,0xfe1fd1fb,0x3fd3fea0,0x016fb901,0xefd90290,0x02000fab,0xfbe3c4e8,0x9b5217a2,0xbb555ed5,0xd110ecf5,0x64cbf15b,0xf4f59ed1,0x11e00efc,0xc7237fe4,0x4202d0c9,0x3d905a20,0x806bffcf,0xba00bff4,0xffffdbfb,0x5fd8ff40,0x015fb201,0xefd802e0,0x06000fb1,0xfb93c4e9,0x4b5917d2,0xb1556ece,0xd080f3f5,0xb4d0f1bb,0xf0f5dee9,0x117006fc,0xd70b81e4,0x5401f0b7,0x3df07724,0xe085ffdf,0xc300aff2,0x009febfb,0x6fd80060,0x015fad01,0xffd90320,0x06ffcfb7,0xfb23c1ea,0x1b611872,0xa755bec8,0xd010f9f6,0x64daf26b,0xf4f5aeff,0x109ff9fb,0xa6f483b4,0x630150a8,0x3e309428,0x609fffdf,0xca008ff3,0xff4ff5fb,0xafd30060,0x00ffaa02,0x2fe00350,0x05ffefb8,0xfae3bfea,0xfb631842,0x99557ec5,0xcff0fbf7,0x34e5f34b,0xfdf5af07,0x109ff5fb,0x36df84f4,0x6e013094,0x3e70aa2a,0x80b3ffef,0xd2007ff4,0xfdbffbfb,0xdfcbffa0,0x009fa602,0x7fe40400,0x02ffdfb0,0xfa93c2ec,0x0b641812,0x8554fec0,0xcfb100f8,0x04f1f41b,0xfff5af0e,0x11eff6fa,0x16ce8614,0x7601c086,0x3ea0b62b,0x80bdffef,0xd4007ff5,0xfcdffefc,0x0fc9fe60,0x00afa302,0xdfe7040f,0xfcff3fb3,0xfac3bfec,0xab6b18c2,0x80554eb8,0xcf5106f7,0xf4f2f40c,0x05f5af1b,0x120ff9f8,0x86bc8794,0x79018082,0x3e80b82b,0xc0bfffef,0xd4007ff7,0xfb9000fc,0x2fc9fdf0,0x00df9e03,0x1fe903cf,0xf9febfb8,0xfa83baed,0x0b741952,0x7e55ceb2,0xcef10df7,0xe4f3f3fc,0x09f5cf2b,0x119ffff8,0x96aa8904,0x7d00c07f,0x3e70ab2a,0x90b3ffef,0xd4007ff8,0xfa7001fc,0x5fcdfe60,0x00ff9a03,0x3fe9041f,0xf9feefb6,0xfa53c0ed,0x8b771902,0x79557eab,0xce8113f8,0x34f9f44c,0x09f5cf37,0x111001f8,0x569f89f4,0x7e00707b,0x3e709128,0x009cffef,0xd4007ff9,0xf9cffefc,0x8fcdfe70,0x011f9803,0x4feb03ff,0xf8feffbb,0xfa83c2ed,0x8b7d1912,0x75559ea1,0xcdf11df8,0xa502f4bc,0x04f61f3f,0x101ffff8,0x169d8aa4,0x7e00d078,0x3ea07825,0x0086ffef,0xd3007ff9,0xf96ff0fc,0xbfcdfdd0,0x012f9503,0x6fed03df,0xf5fedfbd,0xfa93c8ed,0x4b851952,0x7255fe92,0xcd312cf9,0x150bf52b,0xf8f63f59,0x0eeffef8,0x96a08ae4,0x7b00d075,0x3e906021,0x7071ffef,0xd1007ff9,0xf95fd7fc,0xdfd0fd90,0x011f9303,0xbfee03df,0xf1fe9fbf,0xfa93d0ed,0x3b8c19b2,0x6b567e80,0xcc713df9,0x6513f57b,0xeaf63f7e,0x0e7ffcf8,0x16a98aa4,0x71007072,0x3e40481d,0x205cffdf,0xcd008ff9,0xf94fb5fd,0x0fdbfda0,0x014f8d03,0xcfed03bf,0xecfe6fc9,0xfac3cded,0x0b991a52,0x6757ae71,0xcbe14bf9,0xc51df5eb,0xe9f5ef81,0x0e0feff8,0x86b78a44,0x6800a072,0x3e303218,0x4048ffdf,0xc9009ff8,0xf99f9afd,0x3fe5fd90,0x019f8903,0x9fe9034f,0xedff0fd4,0xfb03c6ec,0xfba41aa2,0x62586e62,0xcb515afa,0x3527f65b,0xeef5ef82,0x0d9fdff9,0x16d489c4,0x5f00b075,0x3e402113,0x2036ffdf,0xc6009ff6,0xfa3f93fd,0x5fe9fd70,0x01bf8603,0x5fe602ef,0xf1feefdd,0xfb63c2ed,0x0baa1ac2,0x5a58ce59,0xcb0163fa,0x752ff6ab,0xedf66f8d,0x0d8fdff9,0x06f088f4,0x5700c074,0x3e60150e,0xc029ffdf,0xc000aff5,0xfabf99fd,0x7fedfd60,0x017f7f03,0x3fea02af,0xf5febfe3,0xfbb3bfed,0x1bad1b22,0x52590e5a,0xcb1163fa,0xc537f6fb,0xf0f66f92,0x0d4fdef8,0xe6fc87b4,0x5001106f,0x3e700d0b,0x301fffdf,0xbc00bff2,0xfbbfa0fd,0x7ff1fd60,0x015f7702,0xffec0150,0x01febffe,0xfb63a4ec,0xebb71d02,0x3e5a1e5e,0xcb315ffa,0xf53ef72b,0xf0f64f95,0x0cbfddf9,0x46fc8694,0x4c01606a,0x3e700908,0xc018ffcf,0xbb00bfec,0xfe1f90fd,0x7ff8fdd0,0x015f7102,0x6feb00a0,0x11fee011,0xfb1397ec,0xebb91dd2,0x325a2e63,0xcb6159fa,0xf540f73b,0xf0f62f92,0x0c6fdbf9,0xe70185d4,0x4f020061,0x3ef00707,0xb015ffdf,0xc000afe6,0x004f84fd,0x6ffbfe20,0x012f6d01,0x9feb0130,0x1affa00d,0xfb03a7ed,0x1bb21d32,0x2f58ee6b,0xcb9152fa,0xe53ff71b,0xeef64f95,0x0cafdcf9,0x470684e4,0x56035050,0x3fb00606,0xe013ffdf,0xcd008fe4,0x00ff8afd,0x2ff8fe00,0x00df6801,0x2fea0190,0x1e003008,0xfb53b8ed,0x3baf1c82,0x2b57fe71,0xcbd14cfa,0xd540f71b,0xe3f66fa5,0x0ccfdbf8,0xc70d83c4,0x5504003b,0x3ff00506,0x1011ffef,0xe0005fe2,0x011f96fc,0xdff2fe70,0x008f6001,0x3fe80210,0x19005008,0xfbe3c3ed,0x7bae1bb2,0x29576e78,0xcc1145fa,0xc540f70b,0xddf63fac,0x0cdfdaf9,0x171182a4,0x4e042027,0x3fc00405,0x300effff,0xf6001fe0,0x00ff9afc,0xafebff20,0x007f5701,0x4fe102b0,0x1100b005,0xfc43cfed,0xebaf1a82,0x2756ee7f,0xcc513efa,0xc541f6fb,0xdef5cfaa,0x0cffd3fa,0x371481c4,0x47048019,0x3f800304,0x400c0000,0x07ffefdc,0x00af9afc,0x8fe7ff60,0x007f5001,0x1fdb0340,0x0e01d003,0xfcc3dbee,0x3bb01952,0x27566e83,0xcc713bfa,0xe546f72b,0xddf5efa6,0x0c9fc3fb,0x672280f4,0x4304f012,0x3f800203,0x40090000,0x0effdfd8,0x005fa1fc,0x7fe7ff60,0x003f4a00,0xffdc0380,0x0e023001,0xfce3e3ee,0x3bb318c2,0x25562e86,0xcca137fa,0xf54af73b,0xd9f61fa6,0x0c7fc3fb,0x17307fd4,0x4105000d,0x3f800102,0x00060000,0x0dffdfd3,0x009fa8fc,0x6fe9ffb0,0xffcf4801,0x0fde03a0,0x09024fff,0xfd33ebee,0x4bb41842,0x2155fe89,0xccc135fa,0xe549f71b,0xd7f60faf,0x0cbfccfa,0x673f7ec4,0x3b051005,0x3f400000,0xf0030000,0x0dffdfcf,0x00afaefc,0x6fecfff0,0xffbf4500,0xffdc03b0,0x07026001,0xfd53eeee,0x9bb31792,0x21560e8c,0xcce132fa,0xe54bf72b,0xd6f5efad,0x0c2fc3fb,0x27447e34,0x38054001,0x3f300000,0x70010000,0x10ffdfce,0x005fb2fc,0x6fee0020,0xffdf4700,0xbfd80360,0x0802d002,0xfd43ecef,0x0bb316e2,0x2155fe8d,0xccf130fa,0xf54ef73b,0xd6f5cfa7,0x0bafb6fb,0xf7457df4,0x39058ffd,0x3f500000,0x10000000,0x13ffcfd1,0x003fb7fc,0x6feffff0,0xffbf4a00,0x9fd80300,0x07032004,0xfd43eeef,0x2bb31662,0x1f55ce90,0xcd012efa,0xe54ff71b,0xd0f5bfa3,0x0bbfb5fc,0x073c7da4,0x3a05aff9,0x3f5000ff,0xbfff0000,0x14ffcfd2,0x005fb0fc,0x6ff2ffe0,0xff7f4900,0xafdd02f0,0x03030003,0xfda3f3ef,0x1bb41602,0x1f55ae90,0xcd112efa,0xd54ff70b,0xc6f5cfa7,0x0bffb7fc,0x17307d44,0x38055ff4,0x3f2fffff,0x9fff0000,0x12ffcfd5,0x007fabfc,0x7ff30010,0xff6f4600,0xefdc032f,0xfc028ffa,0xfe43f9ef,0x3bb31502,0x2554ee91,0xcd212cfa,0xb54df6eb,0xbff5efad,0x0b4fbafc,0x77297d34,0x3404cff6,0x3ecfffff,0xafff0000,0x10ffdfd7,0x009faefc,0x9ff50090,0xff9f4200,0xffd8034f,0xf7021ff7,0xfe13fcef,0x5bb31482,0x26546e91,0xcd112dfa,0x854af6bb,0xbdf5ffab,0x0b4fc4fc,0x972a7d64,0x30049ff9,0x3e8fffff,0xafff0000,0x11ffcfd8,0x009fb6fc,0x9ff200e0,0xffaf4100,0xdfd8033f,0xf902c000,0xfde3fbef,0x7bb11422,0x26540e90,0xcd012efa,0x654af6ab,0xbdf62fab,0x0b6fc7fc,0x57307d64,0x3104bff8,0x3eafffff,0xafff0000,0x11ffcfd8,0x009fb9fc,0x9ff200c0,0xff7f4300,0xafdb032f,0xfa02f005,0xfe4401ef,0xabb11332,0x2a537e90,0xcd012efa,0x754cf6ab,0xbcf64fb5,0x0adfc5fc,0xb7347d14,0x3304dff4,0x3edfffff,0x8fff0000,0x11ffcfd7,0x00cfb8fc,0x9ff30080,0xff0f4300,0xdfe3032f,0xf6027002,0xfea406ef,0xabb112d2,0x2e538e90,0xcd112efa,0x754ef6bb,0xbaf65fbb,0x0a6fc1fd,0x07377ca4,0x3004ffed,0x3eafffff,0x6fff0000,0x12ffcfd6,0x00ffb9fc,0x9ff30060,0xfeff3f00,0xffe403ef,0xf2021ff8,0xfe9412ef,0xbbac1222,0x34530e92,0xcd212cfa,0x654ef6ab,0xb8f66fb9,0x0a8fc2fd,0x27317c74,0x2c055fee,0x3e7fffff,0x2ffe0000,0x10ffdfd5,0x012fb4fc,0x9ff40060,0xff0f3e01,0x0fe303cf,0xf0025ffc,0xfea40fef,0xdbad1222,0x33532e94,0xcd312afa,0x6550f6ab,0xbdf64fb2,0x0a7fc1fd,0x27327c94,0x2b05cfef,0x3e6fffff,0x3ffe0000,0x0fffdfd6,0x011fb6fc,0x9ff40020,0xff2f3f00,0xdfe3032f,0xf2020004,0xfec405ef,0xcbb212d2,0x3053ce95,0xcd4129fa,0x8555f6cb,0xbcf6afb0,0x0a2fbdfd,0x37317cc4,0x2e059ff2,0x3e8fffff,0x5ffe0000,0x0effdfd7,0x00efb8fc,0x9ff30050,0xff4f4000,0xbfe5032f,0xf4017000,0xfef405ef,0xbbb312b2,0x3053ae95,0xcd412afa,0x9557f6db,0xb4f67fb2,0x0a1fbdfd,0x57347ce4,0x30053ff2,0x3eafffff,0x6fff0000,0x10ffdfd9,0x00cfbefc,0x9ff200a0,0xfedf4000,0xdfee032f,0xf2012fff,0xfed406ef,0x9bb412c2,0x3253be96,0xcd5128fa,0x9559f6db,0xb1f60fb0,0x0a4fbdfd,0x87347c94,0x2e051fec,0x3e8fffff,0x7fff0000,0x11ffcfd8,0x00dfbbfc,0x9ff200c0,0xfebf3e01,0x1ff3036f,0xec00dffa,0xfe8408ef,0x8bb312d2,0x3553ce95,0xcd4129fa,0x955af6cb,0xb1f62fb1,0x0a8fbcfd,0xb72f7c94,0x2a051feb,0x3e4fffff,0x9fff0000,0x11ffcfd8,0x00ffb6fc,0x9ff200f0,0xfeef3e01,0x1fec036f,0xeb00cffb,0xfe7407ef,0xabb312e2,0x3453de93,0xcd212bfa,0xa55ef6eb,0xb1f67fb1,0x0a9fbbfd,0xc72d7cd4,0x2a051fee,0x3e4000ff,0xafff0000,0x11ffcfd8,0x00dfb5fc,0x9ff200f0,0xff0f4000,0xffe7033f,0xee009ffd,0xfe9403ef,0xabb21302,0x3353fe92,0xcd212cfa,0xd564f71b,0xb3f68fad,0x0aafb6fe,0x372d7d04,0x2e051ff0,0x3e6000ff,0xc0000000,0x10ffdfd9,0x008fb6fc,0x9ff200f0,0xfeef4300,0xffee030f,0xfc007000,0xfe6402ef,0x9bb11322,0x34542e92,0xcd212cfa,0xe568f73b,0xb1f67faf,0x0a8fb4fe,0x87307d14,0x2e050fee,0x3e6000ff,0xe0000000,0x11ffcfd9,0x003fb8fc,0x9ff300e0 +}; + +u32 ANIM_ENTRY_holster_one_handed_weapon_and_adjust_suit[] = +{ + 0x006ff8ff,0xeff30b0f,0xf5012f66,0x0030dd03,0x5c66fe80,0x9630bff5,0xf7b01b17,0x93241730,0x05f60002,0xeddfd5f1,0x7f37039c,0x0c027fcf,0x3eb00000,0x1000ffff,0xfc000ff0,0xfc3fdefa,0x803d01d0,0x001ff8ff,0xeff90b1f,0xf700ff6a,0x0050ea03,0x1c6dfed0,0x92305ff4,0xf7901b18,0xd32d1860,0x05f5e000,0xed7fd6f2,0x3f3b03fc,0x0c02efcb,0x3ecfffff,0xefffffff,0xfb000ff0,0xfc5fe3fa,0x90410180,0xffeff5ff,0xfffd0b9f,0xf5011f69,0x0050f902,0xac73ff10,0x8e2ffff5,0xf7b01b1a,0x833919f0,0x06f5b000,0xed2fd6f2,0xaf38044c,0x0b033fc8,0x3ebfffff,0xbfffffff,0xfb000ff0,0xfc7fe4fa,0xa0430150,0xffdff400,0x0fff0c4f,0xf4013f64,0x00510a02,0x3c79ff30,0x882f5ff5,0xf7c01b1c,0xa3451bf0,0x07f55ffd,0xecdfd4f3,0x5f38046c,0x0a02ffc7,0x3e9fffff,0xbfffffff,0xfb000ff0,0xfc8fe4fa,0x804101c0,0x000ff300,0x1ff80d1f,0xf100ff62,0x00a11f02,0x1c80ffa0,0x812e9ff4,0xf7701b1f,0x23511e60,0x06f56ffa,0xec6fd1f4,0x1f37042c,0x0902dfcb,0x3e8fffff,0xbfffffff,0xfb000ff0,0xfc8fe4fa,0x603e01f0,0x005ff200,0x2ff30d7f,0xed010f64,0x00912a01,0xec8800d0,0x802deff4,0xf7201c22,0xa35e21b0,0x08f57ff8,0xec2fd5f5,0x1f3403cc,0x08029fd1,0x3e6fffff,0xcfffffff,0xfb000ff0,0xfc9fe4fa,0x703d0200,0x00aff700,0x3fee0d7f,0xe901af6b,0x00613301,0xec900280,0x7f2cfff3,0xf6d01e27,0xc36d26b0,0x0af57ff7,0xebffe3f6,0xff38034c,0x0801efd7,0x3e500000,0x0000ffff,0xfa000ff0,0xfc9fe3fa,0x803d0220,0x00dffb00,0x1fea0d5f,0xeb026f7a,0x00813c01,0xfc9904c0,0x832beff2,0xf6701f2e,0x737b2d30,0x0af5bff9,0xebbff1fa,0x2f3d030c,0x0b022fdb,0x3e800000,0x1000ffff,0xf8001ff0,0xfcafe6fa,0x903c0190,0x00dffeff,0xefea0d6f,0xee030f87,0x00c14801,0xfca10740,0x8e2abff2,0xf6302035,0xb3853450,0x0cf64ff6,0xeba003fd,0xef4202ec,0x0e028fdd,0x3eb00000,0x1000ffff,0xf6001ff0,0xfcafe8fa,0xb03d00c0,0x00bffeff,0xefef0dcf,0xf0032f8e,0x01015a01,0xbca909e0,0x9e29aff2,0xf6701f3e,0xd38a3d50,0x08f64ff8,0xeb101901,0x0f3b02ec,0x0f021fdc,0x3ea00000,0x5000ffff,0xf5001ff1,0xfc7fe1fa,0xc03e0100,0x007ff7ff,0xfff50eaf,0xf1031f94,0x01716b01,0x7cb10cb0,0xb228dff2,0xf6a01e49,0x538a479f,0xfcf5dffe,0xea202602,0xbf32031c,0x0e01cfd8,0x3e800000,0x7001ffff,0xf5001ff0,0xfc4fdafa,0xd03f01b0,0x003fe3ff,0xcffa105f,0xf502df9c,0x01d17001,0x5cbc0fa0,0xc5284ff3,0xf6c01e52,0xa38250df,0xfcf53fef,0xe9402405,0x2f2603cc,0x0d02dfd2,0x3ea00000,0x2000ffff,0xf7001fef,0xfc4fdffa,0xe03e01c0,0x001fe8ff,0xfffc10cf,0xf0032f9c,0x01f17d01,0x0cc71250,0xd7281ff3,0xf6d01e59,0x3379574f,0xfaf4efe7,0xe9002809,0xcf2703bc,0x0c028fd1,0x3e700000,0x6001ffff,0xf7001fee,0xfc4fd8fa,0xd03b0190,0xffefee00,0x3ffe115f,0xee031f91,0x01f17f01,0x2cc81520,0xe927fff3,0xf6d01e5c,0xc3715abf,0xfef4bfe3,0xe9502f0e,0x1f2e03bc,0x09023fcf,0x3e400000,0xa001ffff,0xf6001fed,0xfc4fd5fa,0xd0370180,0xffbff700,0x9002115f,0xed02ef8a,0x01c17a01,0x9cc81870,0xfe283ff2,0xf6801f5f,0x536a5d20,0x02f4bfde,0xe9602d11,0x9f4d03ac,0x0201efce,0x3df00000,0xe002ffff,0xf4001fec,0xfc2fe7fa,0xd0350130,0x000fff00,0xcffc117f,0xe9031f84,0x01a17801,0xccc91c21,0x11290ff2,0xf6b01e60,0xa3665e70,0x05f47fe1,0xe8b02913,0x5f5c032c,0x0001afd3,0x3dd00001,0x2003ffff,0xf3002fec,0xfc2feffa,0xd03400d0,0x007ff900,0x5ff1126f,0xe9038f81,0x01a18001,0xbcc91ff1,0x232a6ff4,0xf7401c5f,0xe3695db0,0x04f46ff5,0xe8102415,0x2f4402cc,0x09020fda,0x3e400001,0x0002ffff,0xf4001fed,0xfc3fdefa,0xd03400c0,0x008ff400,0x0fef135f,0xec03cf7f,0x01e18001,0xbccb2341,0x322bdff4,0xf7801b5d,0x73705b40,0x07f45ffa,0xe8502018,0x0f3402cc,0x0f01ffdb,0x3e800001,0x0002ffff,0xf4001fed,0xfc2fd4fa,0xe0340110,0x004ff100,0x0ff4143f,0xed037f79,0x02517e01,0xcccf2641,0x3c2d2ff4,0xf7701c5a,0xf37558d0,0x0af41ff0,0xe8a0171a,0x6f3202fc,0x10021fd7,0x3e900001,0x2003ffff,0xf4001fed,0xfc1fd6fa,0xf0360110,0x001fee00,0x1ff8153f,0xec03cf6e,0x02818002,0x0cd22951,0x472e9ff3,0xf7101d54,0xb38052a0,0x08f43ff0,0xe9a0121b,0x9f2f032c,0x0f021fd4,0x3e800001,0x3003ffff,0xf4001fee,0xfc0fd8fa,0xf0370130,0xffbfef00,0x2fff15af,0xee041f66,0x02417e02,0x6cd62c71,0x55302ff2,0xf6901f4b,0x438a4950,0x07f43fef,0xeae0151b,0xdf33039c,0x0e01cfcd,0x3e700001,0x2003ffff,0xf5001fee,0xfc1fdbfa,0xf0360170,0xff3ff200,0x3008160f,0xf2043f5f,0x02117d02,0xccda2eb1,0x5d315ff0,0xf5d02244,0x338c4250,0x01f47000,0xeb900f1b,0x9f38040c,0x0e01dfc7,0x3e600001,0x1002ffff,0xf3002fee,0xfc3fdffa,0xf0340140,0xff1ff300,0x400c16bf,0xf2043f54,0x01d17d03,0x1cdf2fe1,0x61322fee,0xf4f0253f,0x838c3dbf,0xfbf4f01f,0xeb80071b,0xbf38042c,0x0e01dfc5,0x3e700001,0x1003ffff,0xf3002fee,0xfc4fdffa,0xe0340120,0xff4ff500,0x4009172f,0xee042f4c,0x01e17703,0x4ce330b1,0x6532bfed,0xf470263c,0x838b3acf,0xfcf4f024,0xead0041c,0x3f3b03ec,0x0e013fc6,0x3e600001,0x3003ffff,0xf6001fef,0xfc3fe1fa,0xd0380190,0xffaff900,0x4000177f,0xe9040f46,0x02117003,0xdcea30e1,0x6932efea,0xf3602a39,0x3389377f,0xfdf54022,0xeb40051d,0x7f3b035c,0x0f00efcd,0x3e700001,0x6003ffff,0xf5001fef,0xfc3fdefa,0xd03d01c0,0xfffffd00,0x2ff9177f,0xe603cf45,0x02116e04,0xacf23101,0x6b32ffe6,0xf2002f36,0x0387344f,0xf8f5d01d,0xec20051f,0x1f3a02ec,0x1100efd1,0x3e900001,0xa004ffff,0xf6001fef,0xfc1fdafa,0xc03a01d0,0xfff00100,0x1ffa177f,0xe803cf40,0x01f16a04,0xbcf53131,0x6e32ffe6,0xf1f02f34,0x1385326f,0xf4f5a01c,0xec500720,0x2f3802dc,0x1300dfd2,0x3ea00001,0xa004ffff,0xf6001ff0,0xfc1fd6fa,0xb03901e0,0xffd00500,0x1fff174f,0xea03ef3b,0x01d16204,0xacf43151,0x7132efe7,0xf2502e33,0x5384319f,0xf4f55021,0xecb00421,0x8f3e02fc,0x13011fcf,0x3ea00001,0x8004ffff,0xf4001ff0,0xfc2fd9fa,0xb03a01c0,0xffc00700,0x2001174f,0xeb03df36,0x01c15f04,0x9cf43141,0x7232bfe9,0xf2d02c33,0x1384315f,0xf5f4c024,0xed3ffa23,0x9f44031c,0x12018fce,0x3ea00001,0x6003ffff,0xf4001ff0,0xfc2fddfa,0xb0390180,0xffa00800,0x3003177f,0xea039f2f,0x01b16104,0x6cf43091,0x70327fea,0xf3802a32,0xb38430ff,0xf4f4c022,0xedbff824,0x0f47033c,0x10019fcc,0x3e900001,0x5003ffff,0xf4001ff0,0xfc2fdffa,0xa0390170,0xff500900,0x4009177f,0xec033f2c,0x01916104,0x3cf42f91,0x6d321fec,0xf3f02833,0x638531af,0xf1f5101f,0xedaffd21,0x4f48037c,0x0f015fc7,0x3e700001,0x6003ffff,0xf5001ff1,0xfc2fe1fa,0x90390190,0xff400900,0x600d177f,0xec028f29,0x01616004,0x2cf42e41,0x6b316fed,0xf4502736,0x4388347f,0xf1f5301d,0xed9ffe1e,0xcf47039c,0x0e013fc6,0x3e600001,0x6003ffff,0xf5001ff1,0xfc3fe0fa,0x803b01b0,0xff800b00,0x7005173f,0xe6024f24,0x01316104,0x3cf42c81,0x6530afed,0xf490263c,0x938c3a9f,0xeff5801f,0xece0001c,0x0f44035c,0x0c00efca,0x3e400001,0x4003ffff,0xf5001ff1,0xfc5fdcfa,0x903c01a0,0xffd00c00,0x7ffe171f,0xe2022f1f,0x01116004,0x4cf32a41,0x622fafed,0xf4b02646,0x138d43ff,0xf0f5901e,0xeb700719,0x2f3f030c,0x0d00bfd0,0x3e400001,0x2003ffff,0xf6001ff2,0xfc8fd9fa,0xa03c0160,0xfff00d00,0x5ffa16df,0xe2020f1c,0x01015d04,0x5cf227c1,0x622e6fee,0xf4b02653,0xe384519f,0xf3f5c019,0xe8c00b15,0x3f4302ec,0x0f00ffd2,0x3e600001,0x1002ffff,0xf6001ff2,0xfcafddfa,0xb03a00e0,0xfff00f00,0x3ffa167f,0xe501df1b,0x00d15b04,0x6cef24f1,0x642c9fed,0xf4a02661,0x13695e8f,0xf5f5b019,0xe6101110,0x7f4602fc,0x11012fd2,0x3e800000,0xf002ffff,0xf4001ff2,0xfcbfdffa,0xb03600d0,0xffd01000,0x2ffc15ff,0xe6018f19,0x00f15c04,0x8cee2121,0x622acfed,0xf4702669,0x934666df,0xf2f5701d,0xe3f01d0d,0x2f48031c,0x10011fd0,0x3e900000,0xd002ffff,0xf4001ff2,0xfcdfe0fa,0xc03500e0,0xffb01100,0x3ffe158f,0xe6011f15,0x01115c04,0xacee1d11,0x63290fed,0xf450276f,0x331e6c4f,0xf6f5901e,0xe1b0240a,0xaf47034c,0x0f00afce,0x3e800000,0xa001ffff,0xf5001ff2,0xfcffdffa,0xc0350160,0xff601200,0x400514ff,0xea009f19,0x01415904,0x4ce91951,0x6c272fef,0xf5202473,0x22f4700f,0xf8f5a022,0xdf902c09,0xef47038c,0x0f007fc9,0x3e700000,0xc002ffff,0xf4001ff2,0xfccfddfa,0xc0360170,0xff101100,0x400b149f,0xebffbf1a,0x01415903,0xcce61521,0x78253ff1,0xf5f02175,0xd2cc72af,0xfaf55020,0xdd503608,0x6f4303cc,0x0e008fc3,0x3e600000,0xf002ffff,0xf6001ff2,0xfc9fdafa,0xa0350180,0xff201000,0x6006144f,0xe7ff0f12,0x01315703,0xace61081,0x83233ff1,0xf6502077,0xf2a374b0,0x08f4a017,0xdaa03c06,0xaf3f03bc,0x0c009fc5,0x3e400000,0xe002ffff,0xf6001ff2,0xfc9fd6fa,0x90350190,0xff601000,0x7fff13ef,0xe5fe9f0e,0x01215203,0xdce20f81,0x90218ff1,0xf6002179,0x62817610,0x17f5400e,0xd8e03b05,0x6f43038c,0x0b00dfca,0x3e300000,0xc002ffff,0xf5001ff2,0xfcafdafa,0xa0370160,0xffb01000,0x5ff9125f,0xe9fe4f24,0x00c14004,0x3cdb1081,0xb2210ff0,0xf580227a,0x52677710,0x1cf6400d,0xd7c03c03,0xaf46033c,0x0d010fd0,0x3e400000,0xc002ffff,0xf5001ff1,0xfcbfdbfa,0xa0370110,0xffd00d00,0x3ff810af,0xeffdbf34,0x00413504,0x4cd911a1,0xd420cff0,0xf5c0227b,0x42487800,0x18f6500a,0xd5e04001,0xef42032c,0x0f00ffd1,0x3e600000,0xb001ffff,0xf6001ff1,0xfccfd8fa,0x90340130,0xffa00800,0x2ff810ef,0xeefc5f1e,0x00614203,0xbcdd1131,0xdd1f8ff2,0xf6601f7c,0x122978d0,0x1ef5dfff,0xd3f03800,0x2f3e036c,0x1000ffce,0x3e800000,0xa001ffff,0xf8001ff0,0xfccfd6fa,0xa0330160,0xffb00000,0x0ff7116f,0xeefa9f0a,0x00c14f03,0x6cde1171,0xe41e7ff2,0xf6901f7c,0xb20f7980,0x13f4e007,0xd31025fe,0xbf39038c,0x11015fce,0x3e900000,0x9001ffff,0xf8001ff0,0xfccfd8fa,0xb0340160,0xff9ffb00,0x1ff711af,0xecf95efb,0x01015e03,0x3cdf1271,0xe91dbff2,0xf6701f7d,0x21fa7a0f,0xfff4a016,0xd30018fd,0x4f3403ac,0x0f016fcc,0x3e900000,0x8001ffff,0xf9001ff0,0xfcafd9fa,0xc0320170,0xff5ffc00,0x2ffa114f,0xeaf85ef9,0x01216103,0x0ce00fa1,0xef1cfff1,0xf640207d,0x81e87a6f,0xf9f4b018,0xd3200dfc,0x4f3a041c,0x0e016fc7,0x3e800000,0x5000ffff,0xfa000fef,0xfcafddfa,0xb0310150,0xff3ffc00,0x3ffb104f,0xeaf73efd,0x00f15903,0x0cdf0e51,0xf91cbff1,0xf630207d,0xb1de7a9f,0xfbf4e017,0xd46ffffb,0xcf3d045c,0x0d01bfc6,0x3e700000,0x0000ffff,0xf9001fef,0xfcdfdefa,0xb0310100,0xff6ffa00,0x4ff60f7f,0xe7f54eef,0x01c15b03,0x1cdc0e12,0x051ccff1,0xf640207d,0xb1df7a9f,0xf9f51022,0xd63ff4fb,0x5f40043c,0x0c01cfc9,0x3e5fffff,0xefffffff,0xfa000fee,0xfcefdffa,0xb03200d0,0xff9ffb00,0x7ff30e8f,0xe3f2fec8,0x03715603,0x2cdc0e22,0x141ccff1,0xf610217d,0x91e67a8f,0xf2f52021,0xd74fedfa,0xaf4f040c,0x07014fcb,0x3e2fffff,0xefffffff,0xfc000fe9,0xfcafddfa,0xb0320120,0xff9ffe00,0xdff20d9f,0xdbf01e7c,0x06914d03,0x4cdc0e62,0x231c8ff0,0xf5a0227d,0x81ee7a5f,0xeef52012,0xd7dfeaf9,0x7f6403fb,0xff00dfca,0x3dd000ff,0xf000ffff,0xfd000fe7,0xfcbfe8fa,0xc0310140,0xff9ffa00,0xdff00cdf,0xd7eb7e20,0x0c614e03,0xacdd0f02,0x391cbfef,0xf540237d,0x61f57a3f,0xe7f55010,0xd7ffe2f8,0x8f60040b,0xfe011fc8,0x3dd00000,0x00000000,0x00ffffe7,0xfc8fe7fa,0xc0310140,0xffdff600,0x7feb0aff,0xdfe6bddd,0x12814b04,0x5cdb10a2,0x5d1e2fef,0xf530247d,0x41fd7a0f,0xd8f56019,0xd78fd4f8,0x6f4d03dc,0x0700ffca,0x3e400000,0x10000000,0x03ffffe9,0xfc6fdcfa,0xd0310180,0x004ffeff,0xffe2093f,0xe7e3cda7,0x16b15a04,0xacdb1162,0x781f4ff0,0xf570237d,0x220379ef,0xd4f55017,0xd75fc0f8,0x2f41034c,0x1200bfd1,0x3ec00000,0x20000000,0x02ffffeb,0xfc8fd0fa,0xe0330150,0x003ffbff,0xdfe1094f,0xe7e26d85,0x19017804,0x5ce01152,0x80209ff0,0xf5e0217d,0x320179ff,0xe4f57006,0xd7cfa3f7,0xbf41037c,0x13013fd0,0x3ee00000,0x00000000,0x00ffffeb,0xfc9fd6fb,0x003500e0,0xffbff1ff,0xefe709af,0xe9e31d8b,0x18718a03,0xfce21132,0x8021fff1,0xf620217d,0x31ff79ff,0xf4f54ffe,0xd7cf9ff7,0x5f41042c,0x1101bfc9,0x3edfffff,0xefff0000,0x00000feb,0xfc9fdefb,0x003400c0,0xff3feaff,0xffec0a5f,0xeae4bda4,0x16d19003,0x8ce51012,0x71227ff1,0xf5e0217d,0x51fb7a10,0x02f4effd,0xd77fb3f7,0x7f3c04cc,0x0f018fc2,0x3ebfffff,0xefffffff,0xfe000feb,0xfc8fdffb,0x00320140,0xfeefe3ff,0xfff00adf,0xebe6ddd2,0x14518203,0x1ce60ee2,0x5e22aff0,0xf580227d,0x81f27a40,0x08f4bffe,0xd7cfbff7,0x8f38051c,0x0d01afbe,0x3ea000ff,0xffffffff,0xfc000fec,0xfc7fe1fb,0x00310170,0xfeefe200,0x2fee0aaf,0xeae8de14,0x11716b02,0xcce60de2,0x4e22efef,0xf540237d,0xb1e57a8f,0xfff4e004,0xd80fc1f7,0xdf35050c,0x0b018fbf,0x3e700000,0x3000ffff,0xfc000fec,0xfc5fe1fb,0x00300180,0xff1fe800,0x6fe80a5f,0xe5ea9e5c,0x0ef15f02,0x7ce70c12,0x3922bfef,0xf4f0247d,0xe1da7acf,0xeaf50010,0xd77fc2f9,0x3f38048c,0x0800ffc4,0x3e300000,0xa001ffff,0xfb000fec,0xfc4fdffb,0x003001a0,0xff3fea00,0x6fe30a8f,0xe2ec3e9e,0x0c615b02,0x3ce909e2,0x1e223fed,0xf440277e,0x01d07aff,0xd9f59012,0xd6efcafa,0x5f3b045c,0x09012fc6,0x3e300000,0xc002ffff,0xf9001fec,0xfc3fe0fb,0x00320170,0xff3fec00,0x3fe10a2f,0xe6edcee3,0x09c14c02,0x5ce90902,0x15224fea,0xf3402a7e,0x21c97b1f,0xd6f63006,0xd6cfd6fa,0x5f3e045c,0x0a01afc6,0x3e600000,0xa001ffff,0xf9001fed,0xfc3fe2fb,0x003300e0,0xff4fe800,0x0fde0a0f,0xeaeeef27,0x07e14002,0x9ce808f2,0x1a22efe7,0xf2202e7e,0x21c87b2f,0xdff6affa,0xd6efdbfa,0x2f39047c,0x0d021fc7,0x3e900000,0x6001ffff,0xfa000fed,0xfc5fe3fb,0x003500c0,0xff4fe0ff,0xdfdd0a7f,0xedf05f5f,0x06913e02,0x9ce80882,0x1f237fe3,0xf0d0337e,0x31c77b3f,0xeff71feb,0xd70fd2fa,0xaf2e04ac,0x10023fc6,0x3ec00000,0x2000ffff,0xfc000fee,0xfc6fe2fb,0x00360130,0xff0fdaff,0xcfe30aef,0xedf1ff88,0x05914302,0x8ce807c2,0x2123afdf,0xef60387e,0x21c87b2f,0xeaf71fe8,0xd6ffcbfb,0x4f26050c,0x11023fc3,0x3ec000ff,0xffffffff,0xfb000fee,0xfc8fe3fa,0xf03601b0,0xfedfd6ff,0xdfe80b2f,0xedf2dfa3,0x05014702,0x8ce50782,0x22241fd8,0xeda03f7e,0x21cb7b1f,0xe0f5dff9,0xd6efcbfb,0x8f1c053c,0x11023fc1,0x3ebfffff,0xefffffff,0xfb000fef,0xfc9fe0fa,0xe0350210,0xff0fd9ff,0xdfe70b0f,0xecf3bfb3,0x04613f02,0xfcdd0752,0x2024cfcf,0xeb30487e,0x11cc7b1f,0xf2f59ffc,0xd6bfc9fb,0xaf1f04dc,0x11022fc4,0x3eb00000,0x2000ffff,0xfb000fef,0xfc7fdefa,0xd0330220,0xff4fe1ff,0xffe40a7f,0xebf45fbc,0x03614503,0x1cd80752,0x1b257fc4,0xe8b0537e,0x11cd7b00,0x02f68011,0xd6bfcdfb,0x8f34045c,0x0f022fcb,0x3ea00000,0x5000ffff,0xf7001fee,0xfc7fe7fa,0xc03401d0,0xff7fe200,0x1fe30a2f,0xebf4ffc8,0x02b14b03,0x0cd307a2,0x17268fb8,0xe6405e7e,0x01d27af0,0x15f74028,0xd6ffd1fb,0x9f3e040c,0x0d026fd0,0x3e800000,0x6001ffff,0xf6001fec,0xfcafecfa,0xc0350190,0xffafe100,0x0fe00a4f,0xebf61fce,0x02315702,0x8cd807c2,0x11278fac,0xe430697d,0xf1d57ae0,0x0df6502b,0xd71fc8fb,0xcf3a03dc,0x0d027fd4,0x3e900000,0x5000ffff,0xf7001feb,0xfcbfe7fa,0xc0330170,0xffcfe1ff,0xffe10a4f,0xecf73fce,0x01716701,0xcce207b2,0x06284f9c,0xe1b0777d,0xe1da7acf,0xf4f68036,0xd77fccfb,0x7f3903cc,0x0d020fd5,0x3e900000,0x4000ffff,0xf9001feb,0xfcafe5fa,0xe0300160,0xffbfe2ff,0xffe20a1f,0xeef85fcf,0x01016701,0xdce307a1,0xf828ef81,0xde108f7d,0x81ef7a6f,0xf8f7a033,0xd8aff8fa,0x6f3d03dc,0x0d01efd5,0x3e900000,0x3000ffff,0xf8001feb,0xfcbfe7fb,0x002f00f0,0xff8fe2ff,0xffe50a3f,0xeef9cfc9,0x00c16b01,0xace70701,0xea295f5a,0xd9d0b17d,0x120879df,0xf5f81024,0xd9d00df9,0xdf3d040c,0x0d01dfd2,0x3e900000,0x2000ffff,0xf9001feb,0xfccfe6fb,0x002e0140,0xff4fe000,0x1fe80a7f,0xecfb0fb9,0x00617301,0x2cee05d1,0xe029af23,0xd560e27c,0xa21e795f,0xeef9001c,0xdac005f9,0x8f38044c,0x0c020fce,0x3e800000,0x1000ffff,0xf9001fea,0xfcefe3fb,0x002e0160,0xfeffe100,0x1fed0a7f,0xebfc3fa9,0x00217300,0x7cf004c1,0xd12a2ed3,0xd0f12b7b,0xd23e787f,0xf3f9b019,0xdb6005f8,0xaf3804ac,0x0b028fc9,0x3e700000,0x0000ffff,0xf8001fea,0xfd0fe2fa,0xf02d0100,0xfecfe300,0x3ff00a6f,0xeafd7f9c,0xffe171ff,0x4cf103c1,0xbf2ace5c,0xccf19b7a,0xe2617770,0x07fa1ffe,0xdb9001f7,0xaf3a04bc,0x0b02bfc6,0x3e600000,0x2000ffff,0xf8001fea,0xfcffe1fa,0xe02b00a0,0xfedfe500,0x3fec0a6f,0xe8ff1f8e,0xff317cfd,0xfcf402d1,0xb02b6d8d,0xc9926279,0xb2847640,0x06fabffc,0xdbeff1f6,0x3f3d04ac,0x0a024fc7,0x3e600000,0x2000ffff,0xf9001fea,0xfcefe3fa,0xd02a00f0,0xff1fe600,0x4fe5099f,0xe9015f90,0xfe7180fc,0xbcf10281,0xaa2c5c58,0xc7e39077,0xd2af746f,0xf5fb3013,0xdd0ff8f5,0xcf43045c,0x0801dfcb,0x3e400000,0x2000ffff,0xfa000fea,0xfcefe7fa,0xc02a0150,0xff5fe500,0x4fdf078f,0xf403afab,0xfd8165fb,0x9ced03c1,0xb22e2b40,0xc804a375,0x42dd71df,0xf9fab008,0xde7005f5,0x1f3f041c,0x09020fcf,0x3e400000,0x0000ffff,0xfb000fea,0xfd0fe5fa,0xc02a0130,0xff9fe500,0x2fd8066f,0xfa063fb2,0xfc2158f9,0xdceb0401,0xb32f6a77,0xc9056971,0xe3086e80,0x0afa9ff3,0xdf8004f3,0x1f3b03dc,0x0a022fd3,0x3e600000,0x1000ffff,0xfc000fea,0xfcefe0fa,0xc02a0100,0xff8fe600,0x1fd7064f,0xfa088fa8,0xfac161f7,0x8ce802f1,0xad3039fb,0xca45e26d,0xa32e6a60,0x16fb2fed,0xe0d009f1,0xef3c03ec,0x0b024fd3,0x3e600000,0x2000ffff,0xfb000feb,0xfccfe1fa,0xc02b0100,0xff5fe600,0x1fd9061f,0xfa0a1fa2,0xf9c16df5,0x6ce601d1,0xab3129ba,0xcb462167,0x93526470,0x17fb3fea,0xe32012f1,0x9f3d040c,0x0b028fcf,0x3e700000,0x3000ffff,0xf9001feb,0xfcbfe2fa,0xd02f00d0,0xff2fe700,0x3fd9060f,0xf80b0f9d,0xf8f17df3,0x6ce500f1,0xa931f99e,0xcbd63c5f,0x33705c30,0x0ffb0fd7,0xe5d024f1,0x2f3d041c,0x0a027fcd,0x3e500000,0x6001ffff,0xf9001feb,0xfcafe1fa,0xe03200d0,0xfeefe600,0x4fdc060f,0xf60b7f9c,0xf8418ef1,0x8ce102b1,0xb033c995,0xcc064455,0x23835240,0x0afb3fc7,0xe76035f0,0xcf3c045c,0x09020fca,0x3e400000,0x6001ffff,0xf8001feb,0xfcafe1fa,0xd0310150,0xfebfe300,0x4fdd060f,0xf60c0f9f,0xf7d1a2f0,0x0cd90491,0xb6357995,0xcbf6454b,0xf38c4940,0x09fc6fc5,0xe76033f0,0xcf39049c,0x09020fc7,0x3e400000,0x5000ffff,0xf9001feb,0xfcafe1fa,0xc02f0190,0xfeafe100,0x4fdc060f,0xf40ccfa3,0xf771bbee,0xdcd10671,0xb83729a1,0xcbb63943,0x538e40c0,0x03fe6fce,0xe7102ef1,0x5f3604ac,0x09022fc6,0x3e400000,0x5000ffff,0xfa000feb,0xfc9fdffa,0xb02e0180,0xfedfe000,0x5fd805ef,0xf00d4fa7,0xf6d1d4ed,0xecca08b1,0xba3949af,0xcb762c3b,0x038b388f,0xf6ffbfcd,0xe7a035f1,0x9f36047c,0x07022fca,0x3e200000,0x6001ffff,0xfa001feb,0xfcafe0fa,0xb02e0190,0xff0fdd00,0x5fd405cf,0xf00d0faa,0xf661eded,0x4cc10b11,0xbb3b69bc,0xcb361f35,0x6386330f,0xdbffffc8,0xe89041f1,0x9f37044c,0x08027fcf,0x3e200000,0x5000ffff,0xf7001feb,0xfccfe4fa,0xb03001a0,0xff4fd900,0x2fd005bf,0xf20ccfab,0xf60204ec,0xecb90d41,0xba3d99d5,0xcae60731,0x53812eff,0xd100bfd1,0xe9d042f2,0x1f35042c,0x0902dfd3,0x3e500000,0x3000ffff,0xf6001feb,0xfcefe6fa,0xb0310180,0xff7fd5ff,0xffcd05ef,0xf20c9fa6,0xf5e21aec,0xbcae0f01,0xb63f99ef,0xca85ed2d,0xd37c2b7f,0xd6015fd4,0xeb403ff2,0x8f3203fc,0x0c02bfd6,0x3e700000,0x4000ffff,0xf7001feb,0xfcefe8fa,0xd02d0170,0xff7fd3ff,0xffce068f,0xed0c4f9b,0xf60235ec,0x6ca11011,0xb7411a0f,0xca15cd29,0xd374276f,0xd4014fd3,0xec6044f2,0xaf3503cc,0x0c022fd5,0x3e800000,0xb001ffff,0xf8001feb,0xfccfeffa,0xe02901c0,0xff5fd0ff,0xffd0069f,0xeb0bff9e,0xf60246ec,0x5c9811e1,0xba42ea39,0xc9a5a525,0x6369230f,0xd000fff3,0xed504df2,0xbf3503dc,0x0c01ffd4,0x3e700000,0xd002ffff,0xf8001feb,0xfcbff1fb,0x002901c0,0xff3fcaff,0xffd306bf,0xeb0bffa1,0xf5d250ec,0x5c941401,0xbb44ca5f,0xc9458021,0xe35c1f8f,0xc2018021,0xede053f2,0xaf2f041c,0x0b01ffd2,0x3e700000,0xc002ffff,0xf8001feb,0xfccfeefb,0x302b01a0,0xff1fc8ff,0xffd506bf,0xea0c6fa4,0xf5c25aec,0x6c9215d1,0xba468a87,0xc8f5591f,0x23501cdf,0xaa019046,0xee505df2,0xcf2d044c,0x0b012fd1,0x3e700000,0xc002ffff,0xf6001fea,0xfccfebfb,0x402b0240,0xfeffc6ff,0xffd7065f,0xed0c8fb2,0xf5c25cec,0xbc931831,0xb6488aa8,0xc8b5381d,0x03451abf,0x88fff061,0xee6068f1,0xaf30047c,0x0b002fd1,0x3e700000,0xa001ffff,0xf2002fe9,0xfcdfeffb,0x502a02f0,0xff0fc3ff,0xefd7060f,0xf00c7fc3,0xf5d266ed,0x7c901981,0xb6497ab1,0xc8a5301c,0x033f19bf,0x6aff80af,0xeef05bee,0xaf30047c,0x0b007fd3,0x3e700000,0x9001ffff,0xf1002fe9,0xfceff0fb,0x702a0260,0xff3fc200,0x0fd305df,0xee0c6fcb,0xf64273ee,0xac8118a1,0xbb492acc,0xc875161b,0xa33c196f,0x38023126,0xf1c039ec,0x7f2d042c,0x0a008fd8,0x3e500000,0x9001ffff,0xf0002fe8,0xfcdfebfb,0x902b0200,0xff6fc200,0x0fcf05cf,0xed0c3fd1,0xf7126bef,0xac6a16f1,0xbf48db1d,0xc824c51b,0x7338193e,0xf704c174,0xf63012ec,0xcf2d03ec,0x09000fdb,0x3e400000,0xb001ffff,0xf0002fe8,0xfccfe8fb,0xb02c0230,0xff9fc2ff,0xffcd05bf,0xed0c0fd5,0xf80254f0,0x6c511521,0xc0487b7b,0xc804681c,0x433c1a0e,0xe705a199,0xfac012ec,0x5f2803bc,0x0affdfde,0x3e500000,0xd002ffff,0xf0002fe7,0xfc9fe3fb,0xd02e0200,0xff9fc1ff,0xefcd05cf,0xee0c3fd4,0xf8823df0,0xbc3c13c1,0xbc476b9b,0xc7e4491e,0x63491c2e,0xfe05219b,0xff500eec,0x2f2503bc,0x0bffbfdd,0x3e600000,0xd002ffff,0xf1002fe8,0xfc5fe0fb,0xd02a0210,0xff7fc0ff,0xefcf05cf,0xef0c8fda,0xf97224f0,0xbc2e1331,0xb5463bc1,0xc7d42422,0x235d1fdf,0x0303f17c,0x046fdeef,0x1f2503ec,0x0bffdfdb,0x3e700000,0xc002ffff,0xf1002fe8,0xfc4fe2fb,0xe0290200,0xff4fbfff,0xefd305bf,0xf00c6fe8,0xfb3206f0,0x5c221311,0xab451bf5,0xc7d3f126,0x436c23ee,0xe702d159,0x087fa6f3,0x9f28042c,0x0b003fd8,0x3e600000,0xb001ffff,0xef002fe7,0xfc6fe6fb,0xf02901a0,0xff0fc1ff,0xffd7058f,0xf00beff5,0xfd11f3ef,0xfc121331,0xa043ec27,0xc7e3c029,0x7375271e,0xea02316a,0x0c1f86f8,0xaf2a045c,0x0a005fd6,0x3e500000,0xb001ffff,0xef002fe7,0xfc6fe6fb,0xf02a0150,0xfedfc100,0x1fda057f,0xf00bd005,0xfed1e0ef,0x6c011421,0x9242dc53,0xc7f3952c,0x637b2a0f,0x0c027184,0x0a2f7efd,0x1f2c048c,0x09001fd3,0x3e400000,0xb002ffff,0xef002fe7,0xfc5fe7fb,0xf02b0170,0xfeffbe00,0x1fd9059f,0xf00be019,0x0101ceee,0xcbf315f1,0x82420c76,0xc803722f,0x73812d0f,0x1a02818e,0x06ef7300,0xcf29047c,0x08001fd3,0x3e400000,0xb001ffff,0xf1002fe7,0xfc4fe8fb,0xe02b0180,0xff3fbd00,0x1fd205af,0xf00bf027,0x02f1c0ee,0x8be31881,0x71417c80,0xc8036931,0x93842f3f,0x2102718b,0x02bf6d04,0xcf26042c,0x08001fd8,0x3e300000,0xb001ffff,0xf3002fe7,0xfc2fe6fb,0xe02b0160,0xff6fba00,0x1fcd05cf,0xf10ca030,0x0421b8ee,0x7bd11b11,0x64410c81,0xc8036833,0x038530af,0x2a028185,0xffef8209,0x1f2403fc,0x08002fdc,0x3e400000,0xc002ffff,0xf2002fe7,0xfc2fe4fb,0xe02a0180,0xff7fb6ff,0xefcd061f,0xf50d703b,0x04e1b4ee,0x7bc11d61,0x5c40fc74,0xc7f37535,0xd388337f,0x3203018b,0xfe0f930a,0x7f2303fc,0x0a007fdd,0x3e600000,0xc002ffff,0xf1002fe6,0xfc3fe3fb,0xe02701a0,0xff6fb4ff,0xcfcf062f,0xfa0df045,0x0581aeee,0xabaf1f01,0x55411c5b,0xc7e38d3a,0x438b37df,0x3b03618a,0xfbdf8108,0x5f25041c,0x0b00dfdc,0x3e800000,0xa001ffff,0xf1002fe5,0xfc3fe2fb,0xe0240180,0xff4fb5ff,0xdfd2067f,0xfd0de045,0x05c1b2ee,0xcb991fa1,0x4f412c74,0xc7f3753e,0x138d3baf,0x4103417d,0xfa1f7208,0xdf29043c,0x0a00cfdb,0x3e800000,0x9001ffff,0xf1002fe6,0xfc6fedfc,0x00240130,0xff0fb7ff,0xffd706ef,0xfc0d7040,0x05d1c1ef,0x0b821fb1,0x4d415c91,0xc813583f,0x438d3cdf,0x4302c183,0xf8df7809,0x7f2b046c,0x09001fd7,0x3e600000,0x9001ffff,0xf2002fe6,0xfc7feefc,0x10250170,0xfebfb800,0x0fdd073f,0xfc0d003a,0x0621ceef,0x5b6e1fc1,0x4f416c98,0xc813513f,0x438c3cff,0x4502a18d,0xf86f8709,0xbf2c04ac,0x09ffdfd2,0x3e500000,0x9001ffff,0xf1002fe6,0xfc8feefc,0x30240150,0xfeafbc00,0x1fde077f,0xfc0cc035,0x0651ceef,0x5b6b1f91,0x50410c9c,0xc8134d3f,0x438c3cff,0x59027186,0xf7bf8d09,0x5f2d04ac,0x09001fd1,0x3e500000,0xb001ffff,0xf2002fe7,0xfc7feafb,0xf0260160,0xfedfbf00,0x2fda07af,0xfb0cc030,0x0681c3ef,0x2b791f51,0x50407c92,0xc813583f,0xb38b3d7f,0x6a022186,0xf67f9008,0x7f2c046c,0x08018fd1,0x3e400000,0xc002ffff,0xf7001fe7,0xfc6fe6fb,0xa02500b0,0xff0fc200,0x3fd607af,0xf90c9031,0x06d1b8ee,0xeb8b1fc1,0x4d3fbc91,0xc8035942,0x638c401f,0x6901e18b,0xf3ff7e05,0xdf2d041c,0x0702ffd5,0x3e300000,0xc002ffff,0xf6001fe7,0xfc6fe6fb,0x30260090,0xff5fc400,0x2fd107cf,0xf90c7032,0x0711aeee,0x8b982091,0x4a3eac96,0xc8135346,0x038b43bf,0x6701c18b,0xf11f5701,0xaf2c03cc,0x0703bfda,0x3e300000,0xc002ffff,0xf4001fe7,0xfc8fe3fa,0xe0290120,0xff7fcb00,0x2fce07bf,0xf90c502e,0x0701a5ee,0x4ba32091,0x463e2c9c,0xc8134e46,0x138a43df,0x6801818d,0xf00f39ff,0x6f2f039c,0x09038fdb,0x3e400000,0xe002ffff,0xf5001fe8,0xfc8fe2fa,0xd0290120,0xff7fd200,0x2fcf079f,0xfa0c702d,0x06c19bed,0xdbae1fb1,0x443e0cad,0xc8233d45,0xf38b43bf,0x6901418f,0xef8f2800,0x7f35038c,0x0902efd9,0x3e400000,0xe002ffff,0xf8001fe9,0xfc6fe3fa,0xc0290170,0xff6fd300,0x1fd107df,0xfb0c702e,0x06d194ed,0x5bba1e51,0x463dacc4,0xc8432645,0x938b437f,0x64012191,0xee8f2601,0xef33039c,0x0a02dfd6,0x3e500000,0xe002ffff,0xfa000fea,0xfc7fe2fa,0xb02b01a0,0xff5fd400,0x2fd2081f,0xfb0c602d,0x06d18ced,0x1bc71d41,0x483cfcd4,0xc8531745,0xa38a438f,0x60015193,0xed8f3002,0x4f3203bc,0x0902dfd3,0x3e400000,0xd002ffff,0xfd000fe9,0xfc6fdffa,0xb02801b0,0xff2fd600,0x3fd6083f,0xfc0c8028,0x06d183ec,0xcbd41c71,0x4a3c3cd8,0xc8531246,0x538a444f,0x61019192,0xecdf3702,0x3f3703fc,0x0802ffd0,0x3e400000,0xb001ffff,0xfc000fe9,0xfc7fe1fa,0xa02301b0,0xfeffd600,0x2fdb084f,0xfe0c8025,0x06b178ec,0x6be41bd1,0x4b3b8ce5,0xc8630647,0x1389450f,0x60015191,0xec0f3c02,0x0f3a042c,0x09036fcc,0x3e500000,0x9001ffff,0xfc000fe9,0xfc8fe5fa,0x802c0160,0xfeffd600,0x2fdd0780,0x020cc02f,0x06515eec,0x1bff1c31,0x4c3afcf7,0xc882f447,0xc38845bf,0x5a01618f,0xeacf4b01,0xcf36043c,0x09038fcd,0x3e500000,0x8001ffff,0xfc000fe9,0xfc9fe4fa,0x702c0170,0xff1fd800,0x4fdc0640,0x070d203e,0x05c13bec,0x1c191d11,0x4c3a6cf4,0xc882f747,0x4388454f,0x5501618b,0xe96f6201,0x1f35040c,0x0702efcf,0x3e300000,0x9001ffff,0xfe000fea,0xfc9fe3fa,0x502a0200,0xff6fdc00,0x6fd705f0,0x060d003d,0x05812eec,0x4c291c71,0x47399cf0,0xc872fb47,0x0388451f,0x56013184,0xe8af6f01,0x4f3903ac,0x07029fd4,0x3e200000,0xa001000f,0xff000fea,0xfcafe5fa,0x602801c0,0xff9fde00,0x6fd605d0,0x060c6037,0x052127ec,0x9c381b51,0x40389cfd,0xc882ef46,0xa38844cf,0x5b009173,0xe8af8201,0x8f3b035c,0x07026fd7,0x3e100000,0xc002ffff,0xfe000fea,0xfccfe4fa,0x90250170,0xffafe000,0x6fd705a0,0x060c202e,0x04611dec,0xec4919e1,0x38377d1e,0xc8b2ce45,0x838943bf,0x61ff814b,0xe96fa700,0x6f3a034c,0x07022fd8,0x3e200000,0xc002ffff,0xfd000feb,0xfccfe4fa,0xb0210130,0xff9fe000,0x5fda0590,0x070bb022,0x037113ed,0x5c651831,0x2d368d5c,0xc9329140,0xa3893f0f,0x68fde115,0xeadfcdfe,0xbf37037c,0x08025fd7,0x3e300000,0x7001ffff,0xfb000fec,0xfcffe6fa,0xd0240100,0xff7fe000,0x4fde0570,0x080ae017,0x02710bee,0x0c8316d1,0x1f357daa,0xc9f24639,0xa387382f,0x78fc20dc,0xebdfe8fc,0x3f3603ac,0x0802cfd4,0x3e400000,0x6001ffff,0xfc000fed,0xfd1feafa,0xe02700a0,0xff4fe100,0x5fe40560,0x0809f006,0x01e108ee,0xec9e15e1,0x13342dfd,0xcb01f633,0x9382323f,0x9afb00a4,0xed1003fc,0x8f3603dc,0x0802bfd0,0x3e300000,0x7001ffff,0xfc000fec,0xfcefe5fa,0xe02800b0,0xff0fe100,0x6feb0560,0x0808fff5,0x016108ef,0xecb614e1,0x0532ce4c,0xcc81aa2c,0xc3792baf,0xc1fa6069,0xeeb01cfe,0x2f38042c,0x08023fcb,0x3e300000,0x6001ffff,0xfd000feb,0xfccfe3fa,0xd0260130,0xfeffe000,0x6fee0590,0x0707efe7,0x00e110f1,0x1cce1410,0xf6314e91,0xce516826,0xe36d25ff,0xf1f9b038,0xefd017ff,0xdf39043c,0x07029fc9,0x3e400000,0x5000000f,0xff000fea,0xfc9fe3fa,0xc02500e0,0xff4fdf00,0x6feb05c0,0x0306bfd8,0x008125f2,0x5ce61390,0xe42feec8,0xd0413521,0xf35f2130,0x45f8f021,0xf0100600,0xff3903fc,0x0602afce,0x3e300000,0x50010000,0x00000fea,0xfccfe4fa,0xb02600f0,0xff8fdf00,0x7fe905d0,0x0205bfca,0xffd136f3,0x9cf71310,0xd22efeef,0xd1e1111b,0xe3451b60,0xaaf88ffc,0xf0900001,0x9f3c03bc,0x06025fd3,0x3e200000,0x4000000f,0xff000fea,0xfd2fe6fa,0xb0270160,0xffafde00,0x5fec05e0,0x04047fc2,0xff214bf5,0x0cf912c0,0xc22f0f11,0xd3b0f215,0xa31a1560,0xfaf8cfc8,0xf2900301,0x9f3c03cc,0x0802efd5,0x3e400000,0x2000ffff,0xfe000fea,0xfd4fe8fa,0xb0280120,0xffafdd00,0x3fef05d0,0x0403afbd,0xfe9166f6,0x7cff12e0,0xb02f1f2e,0xd590d811,0x32ec1141,0x2bfa0f9a,0xf4a00b01,0x9f3b03cc,0x0a038fd4,0x3e700000,0x2000000f,0xff000feb,0xfd3fe9fa,0x902a00f0,0xffbfdd00,0x2ff105b0,0x0402ffb6,0xfe1175f7,0xfd001330,0x9e2f3f4d,0xd800bd0d,0xb2ba0e11,0x50fa6f64,0xf6501601,0xdf3703bc,0x0b031fd4,0x3e800000,0x30000000,0x00000feb,0xfd1fe6fa,0x902b0170,0xffbfde00,0x2ff40570,0x03020fb3,0xfdc17ef9,0x8cfb13b0,0x8d2f7f6f,0xdb709e0a,0xc2800b71,0x6ffa2f48,0xf7202402,0x3f3803ac,0x0b028fd4,0x3e700000,0x30000000,0x00ffffec,0xfd1fe6fa,0xb02d0190,0xffafdd00,0x3ff80560,0x0200cfae,0xfdd18afa,0xfcf113e0,0x7c2fdf90,0xdf808208,0x72440961,0x82f91f40,0xf7902e02,0xcf3703dc,0x09028fd3,0x3e600000,0x10000000,0x01ffffec,0xfd3fe8fa,0xc02d0130,0xffafde00,0x4ffc0560,0x00ffdfa4,0xfdb18efc,0x2ce513f0,0x6b307fad,0xe4106806,0xa20807d1,0x81f87f45,0xf8502702,0xcf3703fc,0x09029fd1,0x3e6000ff,0xffff0000,0x02ffffec,0xfd4fe9fa,0xd02d00b0,0xff9fdc00,0x30000560,0x02ff3fa1,0xfd6185fd,0x5cd513f0,0x58311fc7,0xe9005005,0x31cd0681,0x67f84f63,0xf8d02b02,0x5f37041c,0x0a027fcf,0x3e6fffff,0xbfff0000,0x03ffffec,0xfd5fecfa,0xe02b00a0,0xffafde00,0x40030520,0x01fe5fa0,0xfd0174fe,0x4cc21330,0x4731dfdb,0xee103c03,0xd1880541,0x3ff79f7d,0xf9604f02,0x6f39042c,0x09020fcf,0x3e3fffff,0xbfff0000,0x02ffffec,0xfd5fecfa,0xe02c00f0,0xffefdf00,0x5002054f,0xfefd8f9e,0xfcc15bff,0x2cb21140,0x3932efe8,0xf2502d02,0xa1400421,0x27f7bf88,0xfab05103,0x9f3503cc,0x0801ffd3,0x3e2fffff,0xdfff0000,0x03ffffed,0xfd4fe8fa,0xd02c0130,0x006fda00,0x400005af,0xfffcafa0,0xfcf154ff,0xcca90f50,0x2d340ff0,0xf5502201,0xd1020341,0x0ff7bf92,0xf9402f02,0xaf30033c,0x08022fda,0x3e3000ff,0xf0000000,0x03ffffed,0xfd2fe9fa,0xc02d01a0,0x006fdc00,0x30060500,0x03fbcfaf,0xfd215200,0xcca20df0,0x22351ff3,0xf6d01d01,0x50d302a1,0x02f71fa8,0xf5b032ff,0xdf3c032c,0x0701ffdb,0x3e300000,0x10000000,0x03ffffed,0xfd1ff6fa,0xb02d01f0,0x008fdf00,0x3003061f,0xfefb9f9d,0xfd315b01,0x8ca40b10,0x0a361ff4,0xf7201c00,0xf0ac0220,0xf6f66f98,0xf1f02dfe,0x0f47030c,0x0701ffdd,0x3e400000,0x10000000,0x03ffffee,0xfcfffefa,0xa02d01f0,0x008fe300,0x2000082f,0xf3fb9f77,0xfdb16501,0xecae06af,0xeb370ff3,0xf6e01d00,0xc09601e0,0xd2f5df7a,0xf14021fe,0x6f46032c,0x0801ffdb,0x3e6000ff,0xffff0000,0x03ffffee,0xfcdffbfa,0xa0300210,0x002fec00,0x3006082f,0xf1fb1f6e,0xfe214e02,0x8caf043f,0xd3376ff3,0xf6a01e00,0xc09501e0,0xa7f5af7f,0xf1f017ff,0xaf4703ac,0x0a01cfd4,0x3e6fffff,0xcfff0000,0x03ffffee,0xfd0ff3fa,0xa0330200,0xffdff100,0x400e07cf,0xf1fa9f6e,0xfe312c03,0x2cab03df,0xc637cff2,0xf6501f00,0xb08d01c0,0x81f5df9a,0xf1d01a00,0x5f4903ec,0x0a024fd0,0x3e6fffff,0xcfff000f,0xff000fee,0xfd2ff1fa,0xa0350160,0xff9ff500,0x5015078f,0xf0f9ff70,0xfe111303,0xcca8042f,0xbc383ff1,0xf5f02100,0x907f0190,0x4bf56fc5,0xf1502bff,0xff4b042c,0x0a023fcb,0x3e6fffff,0xefff000f,0xff000fef,0xfd1feffa,0xa0340110,0xff4ff700,0x501b076f,0xf1f95f77,0xfe510004,0x1ca3045f,0xb438aff1,0xf5e02100,0x80730170,0x22f53fee,0xf1403d00,0x0f48048c,0x0a01efc4,0x3e6fffff,0xbfff0000,0x01ffffef,0xfd0fecfa,0x90320130,0xff5ffa00,0x601b073f,0xeff96f7e,0xfef0f204,0x4c9e048f,0xa938eff1,0xf6102000,0x80700160,0x11f56003,0xf0b03f00,0x0f49048c,0x0801bfc4,0x3e4fffff,0xafff0000,0x02ffffef,0xfd0feafa,0xa0330130,0xff7ffd00,0x7017071f,0xecf9ef81,0xff20ea04,0x9c9b04df,0x9d392ff1,0xf6302000,0x80710160,0x07f5600a,0xefe040ff,0x9f4b045c,0x07019fc8,0x3e3fffff,0xbfff000f,0xff000fef,0xfd0fe6fa,0xa03400f0,0xffbfff00,0x701306bf,0xecfa7f8b,0xff20de04,0xfc98053f,0x93396ff2,0xf6402000,0x80710160,0x04f52008,0xefb04cff,0xaf4d042c,0x0701afcf,0x3e3fffff,0xafffffff,0xf9001fee,0xfd1fe7fa,0xb03500c0,0xffe00100,0x6010064f,0xeefb5f96,0xff50d705,0x6c96050f,0x8f399ff1,0xf6202000,0x80720170,0x03f54009,0xeff04e00,0x7f4f03dc,0x0901bfd6,0x3e4fffff,0xbfffffff,0xf3002fee,0xfd1fe7fa,0xc0370080,0xffefff00,0x4011063f,0xf0fc5f9d,0xff70d705,0xac95046f,0x8d39fff1,0xf5f02100,0x80750170,0x00f5a008,0xf0004800,0xaf4f03cc,0x0a01cfd8,0x3e5fffff,0xcfffffff,0xf0002fee,0xfd1fe7fa,0xd0370060,0xffbffa00,0x3015068f,0xf2fd0fa2,0xff80d605,0xcc9303af,0x8b3a7ff1,0xf6102000,0x9077017f,0xfff5b007,0xef9047ff,0xef4c040c,0x0b019fd6,0x3e6fffff,0xbfffffff,0xee002fed,0xfd0fe6fa,0xe03a00e0,0xff8ff500,0x301906af,0xf2fd5fa5,0xffc0cd05,0xdc8e02ff,0x8c3adff2,0xf6601f00,0x80730170,0x00f52006,0xefd052ff,0xff48044c,0x0a019fd4,0x3e5fffff,0xcfffffff,0xed003fed,0xfcffe6fb,0x003d0130,0xff5ff100,0x301f05bf,0xf7fd6fb5,0xff90b406,0x0c8403af,0x903aeff2,0xf6901f00,0x806e0160,0x00f4f007,0xefc05a00,0x0f42047c,0x09019fd1,0x3e4fffff,0xdfffffff,0xee002fed,0xfcefe3fb,0x003c0160,0xff2ff400,0x402204cf,0xf8fdafbd,0xffa0a106,0x4c80037f,0x923b2ff2,0xf6901f00,0x806e016f,0xfef52006,0xf04058ff,0xef40049c,0x09017fcd,0x3e3fffff,0xdfffffff,0xef002fec,0xfcdfdefa,0xe0370170,0xff2ff600,0x6021049f,0xf4fd4fb9,0x00109506,0x7c7e02ff,0x8e3b8ff2,0xf6801f00,0x80720170,0x03f57003,0xeff059ff,0xcf44048c,0x08019fcd,0x3e2fffff,0xdfffffff,0xf0002fec,0xfccfdefa,0xd0320140 +}; + +u32 ANIM_ENTRY_idle_unarmed[] = +{ + 0xffafe7ff,0x7ff901c0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff901c0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff901b0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff901b0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff901b0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff801b0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff801a0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff801a0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff801a0,0x07ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff701a0,0x07ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff701a0,0x07ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff701a0,0x07ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff701b0,0x07ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff701b0,0x07ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff701b0,0x07ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff701c0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff701c0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff601d0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff601d0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff601d0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff601d0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff701d0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff701d0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff701d0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff701d0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff801c0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff801c0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff801c0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff801c0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff801c0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff901c0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff901c0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff901c0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff901c0,0x06ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff901c0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff901c0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff901d0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff901d0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ff901d0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ffa01d0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ffa01d0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ffa01d0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ffa01d0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ffa01c0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ffa01c0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ffa01c0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ffa01c0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310,0xffafe7ff,0x7ffa01c0,0x05ffb003,0x00703700,0x4c31fe1f,0xd43f8000,0xeb400000,0x0106000f,0xf70a8f9e,0x088fb302,0x7028ffdc,0x1a003ffb,0x3d7000ff,0xa000000f,0xf4000f55,0x013ffb00,0xe00b0310 +}; + +u32 ANIM_ENTRY_walking_unarmed[] = +{ + 0xfd6fbe01,0x00290bdf,0xdcfd9f85,0x0191a50a,0x5ca20c10,0x2e323ff3,0xf7d01d02,0xc13d045f,0x81f66008,0xeda03bff,0x9f44eddc,0x2885f848,0xc0d05d21,0xe06effaf,0x95011006,0xfc800aff,0x9086fbc0,0xfdffbc01,0x201f0caf,0xd6fe1f7c,0x0151a60b,0xaca60b00,0x3e31dff2,0xf7501f02,0xe144046f,0x89f75ffe,0xed9048fe,0xff47ed9c,0x1d860863,0xc0703018,0x9045ffbf,0xa700e00b,0xfd6047ff,0x9096fbc0,0xfe7fbc00,0xb0150d0f,0xdbfdcf72,0x01219f0c,0xbca309f0,0x47316ff1,0xf7402003,0x014c048f,0x9af7cfed,0xed5058fd,0x8f51ee4c,0x1a851880,0xc0b0120e,0x8025ffcf,0xb700b011,0xfde068ff,0xb09dfbb0,0xfecfbbff,0xe0120d2f,0xeafd3f72,0x0121940d,0x7c970920,0x4e311ff2,0xf7b01e03,0x215504bf,0x9bf6efe9,0xed405afc,0xff64ef6c,0x1f84789d,0xc1400405,0x700dffdf,0xbb00b016,0xfd7074ff,0xd0aafb80,0xfedfb8ff,0x200f0d0f,0xf8fd1f76,0x00c18e0e,0x2c8a08c0,0x5130fff4,0xf8401c03,0x315904cf,0x87f5bff3,0xed305dfd,0x3f9af04c,0x268428b5,0xc1b000ff,0xffffffcf,0xac00d018,0xfc809aff,0xe0bcfb70,0xfe8fbbff,0x200f0cbf,0xf7fd8f7a,0x01018e0e,0x6c800880,0x4d314ff5,0xf9101903,0x315704bf,0x73f56006,0xed405afd,0xafbdf05c,0x1d8418c6,0xc1500000,0x4000ff9f,0x86013019,0xfb60beff,0xf0cefb50,0xfe6fbbff,0xe0050ccf,0xe1fdcf78,0x01918e0e,0x4c7f0860,0x3b322ff7,0xf9e01603,0x315604bf,0x76f5e009,0xed2056fd,0xbf8feffc,0x0984c8c7,0xc0000203,0xc009ff2f,0x4701e01f,0xfbf09900,0x00d7fb20,0xfe8faa00,0x9ff50dcf,0xc8fe0f72,0x02118b0d,0xbc830870,0x21333ff8,0xfa501403,0x315504bf,0x89f66ff8,0xed1054fe,0x1f53f00c,0x038748b7,0xbec00506,0x8011fe6e,0xf202d026,0xff706c00,0x10ccf9c0,0xfdefa500,0xeff50dcf,0xbdfe4f75,0x02a18a0c,0xcc840910,0x0b344ff9,0xfab01302,0xf145047f,0x9bf68fe6,0xed1048ff,0xbf3ff12b,0xff88789e,0xbe500909,0x1017fcfe,0x7b045029,0x01805b00,0x50a4f8a0,0xfd1fb901,0x8fff0bef,0xb0feaf80,0x03618e0b,0x6c8409bf,0xf7354ff9,0xfae01202,0x912e042f,0xa0f6dfe4,0xed604400,0xcf43f26b,0xeb86f876,0xbd800e0b,0xf01ffa9d,0xef068025,0x00b04b00,0xf04ff8b0,0xfcefd402,0x2004097f,0xa6febf8d,0x03919e09,0xac800a6f,0xe235cff9,0xfa901302,0x511b03df,0x8cf6cfff,0xee804901,0xdf4cf33b,0xd684c83d,0xbc60120e,0x3026f70d,0x6f09a01f,0xfec03802,0x1fe4f8d0,0xfcdfe102,0x600b077f,0xa9fedfa4,0x03419f07,0xbc7c0b6f,0xce35cff7,0xf9701702,0x311303bf,0x87f6000c,0xef103e02,0x2f4ff4eb,0xca838803,0xbb80140e,0xe028f25d,0x0d0de01b,0xfd202d03,0x6f8af760,0xfc8fec02,0x201305cf,0xb6feefb5,0x02c19305,0xdc800d0f,0xba359ff2,0xf7301f02,0x210e03af,0x8ff64007,0xee303e01,0x2f53f72b,0xc682b7c9,0xbb40130e,0x8026eb8c,0xc1146017,0xfc202103,0x2f81f780,0xfbfff601,0xd023049f,0xc1febfc1,0x02718203,0xcc8c0def,0xa8358fea,0xf4402a02,0x110a039f,0x9af7f003,0xedd05201,0x1f4ef9eb,0xc9822798,0xbb40110d,0x8024e43c,0x951b7015,0xfbc00d02,0x7fb0f860,0xfbfffe01,0xc028039f,0xc4febfcf,0x02517401,0x9c950e5f,0x97358fe6,0xf2903002,0x110a039f,0x93f7c019,0xee205201,0x3f4dfc1b,0xc8818762,0xbaf00f0c,0x9021e14c,0x891e5013,0xfb1ffb01,0xefd8f9a0,0xfc500901,0xe025027f,0xc4fecfde,0x025155ff,0xdc9e0e9f,0x8535afde,0xf0503902,0x1107038f,0xa4f8201b,0xee304e00,0x2f58fdbb,0xc280f72d,0xba800d0b,0xa01ee53c,0x991a7010,0xfa6ff501,0x7ffbfa90,0xfc801401,0xc027016f,0xc9febfeb,0x02512ffe,0x3ca40e6f,0x7135bfd6,0xede04202,0x0103038f,0xa8f8c01c,0xee504cff,0x5f63ffeb,0xc180e70a,0xbaa00b0a,0x901becbc,0xc913400f,0xfa1ff201,0x1027fa40,0xfca01e01,0x502c001f,0xd2fe1ff8,0x023111fc,0x3caa0e2f,0x5735cfd1,0xec904702,0x10fc039f,0x8bf7e01d,0xee804cff,0xaf6a027b,0xc78116f7,0xbb500909,0x8019f39d,0x200cc00d,0xf93fedff,0x6045fdd0,0xfcc02300,0xa02bfe9f,0xd9fd2fff,0x01f105f9,0x8cb50e4f,0x4635efcf,0xebb04b02,0x00f5038f,0x86f76024,0xeeb04f00,0x7f73041b,0xd08196ea,0xbc400708,0x3015f94d,0xb807a00a,0xf7dfe9fe,0x406afe80,0xfd602600,0x4025fdff,0xdefc7ffb,0x0180fff6,0xfcc00e8f,0x37368fce,0xeb304801,0xe0f1036f,0x96f7502a,0xef505201,0x3f7d056b,0xd88346ea,0xbde00607,0x7013fc6e,0x4e04d007,0xf67fe4fd,0x5070fec0,0xfe002b00,0x901dfd8f,0xdffbdff9,0x0100fbf5,0xdcc80ebf,0x2d371fca,0xeab04e01,0xc0ef034f,0xa2f6d030,0xf0005301,0xbf7c06cb,0xda8686fa,0xbdd00607,0x0012fe9e,0xfa02a005,0xf56fdafc,0x406ffe90,0xfed02d00,0xf014fd6f,0xd9fbdffe,0x010100f5,0x1ccc0edf,0x2a379fc5,0xe9a05301,0xc0eb033f,0xa7f6702e,0xf0305401,0x8f7407cb,0xd788270b,0xbd900607,0x1012ffbf,0xa000e004,0xf48fcefb,0x6077ff40,0xff303401,0x9010fd0f,0xd1fcfffc,0x00e101f4,0xdcce0ecf,0x2937efc1,0xe8d05601,0xb0ea032f,0xabf6402b,0xf0205301,0x8f7d091b,0xd389171e,0xbcb00707,0xe0140000,0x14ffc003,0xf39fc7fb,0xf07dfcc0,0xff203c01,0xe010fcaf,0xcffd8ff7,0x00c102f5,0x5ccd0ebf,0x29380fbe,0xe8405901,0xb0e9032f,0xaff6502c,0xf0405301,0xaf8d0a3b,0xd7881722,0xbc900a09,0xb0190000,0x29ff9001,0xf2bfbdfc,0xa088fd30,0xfee04501,0x8011fbff,0xd8fddff5,0x011105f6,0x9ccc0edf,0x2c37cfbc,0xe7d05c01,0xb0e9032f,0xb0f67030,0xf0905201,0xff9e0b2b,0xe984e716,0xbd400e0c,0x2020ffff,0xeb003001,0xf2bfb4fd,0x008cff70,0xfef04701,0x1005fbdf,0xe3feeff3,0x010111f8,0x9cc90eff,0x2c379fbd,0xe8205b01,0xb0e9032f,0xabf6a02e,0xf0905201,0xdfa60b2b,0xf983e70b,0xbe20150f,0x802affcf,0xaa00d001,0xf39fb0fc,0xa06fff90,0xfe804400,0xdffffc6f,0xe9ffefed,0x009125fa,0xacc30eff,0x31375fc4,0xe9c05401,0xb0e9032f,0xa6f6a027,0xeff05101,0x8fa30a6c,0x04852718,0xbf302515,0x003bff9f,0x86013002,0xf5efabfb,0xe038fde0,0xfd903500,0x7007fdbf,0xf300afeb,0x004135fc,0x3cb40f5f,0x4036dfd1,0xeca04701,0xa0e6031f,0xa4f67021,0xef505100,0xaf92089c,0x12866730,0xc060431c,0xb057ff5f,0x6001a003,0xfa8fa5fb,0xd025fd30,0xfd4021ff,0xc00cff40,0x0500efe7,0x003142fd,0x6c9b102f,0x5a361fe0,0xf0b03701,0xa0e2030f,0x9df69018,0xeea04cff,0xcf83054c,0x2786a73f,0xc1a07125,0x0080ff1f,0x36020004,0x012fa7fc,0x803afdc0,0xfdd010ff,0x500600d0,0x0f009fe2,0x00214cfe,0xcc8710bf,0x76357fec,0xf4902801,0xa0e6031f,0x94f6b017,0xee1042ff,0xaf7e00cc,0x36865745,0xc240b42c,0x20bcfedf,0x1a025005,0x05afb2fd,0x5051fe20,0xfe3002ff,0x700302c0,0x07006fd0,0x00916400,0x6c84108f,0x8d353ff2,0xf7101f01,0xd0f4034f,0x99f70018,0xedc040ff,0x9f72fc7c,0x3d86775d,0xc2710731,0x2108fedf,0x1d025004,0x04afc6fd,0xd05bfd60,0xfe6ffcff,0xe004047f,0xf7008fbc,0x01017c01,0xcc88106f,0xa934cff6,0xf9001801,0xf100036f,0xabf73002,0xecd04eff,0x4f6bf86c,0x3b869781,0xc2514e33,0xd14cff0f,0x30022004,0x01dfd0fe,0x5065fbe0,0xfeaff700,0x300405bf,0xee00cfae,0x01518d03,0x5c89109f,0xc8341ff8,0xfa301402,0x110a039f,0xb9f6fff2,0xec5052fe,0x2f66f45c,0x398557a1,0xc1e16234,0x7160ff2f,0x4401e003,0xffffd0fe,0xb05efbe0,0xfe2fe300,0x801207bf,0xe8009fa8,0x01c19405,0x2c8e100f,0xe6339ff8,0xfa101502,0x311603bf,0xc0f6aff1,0xed4045fd,0xff55f1fc,0x3884c7d1,0xc1812d32,0xc12cff5f,0x5a01a003,0xfdbfd2ff,0x0057fc40,0xfd9fce00,0xd020097f,0xe2004fa3,0x02119307,0x1c960eef,0xfe334ff6,0xf9401802,0x612403ef,0xbbf61fef,0xeda045fe,0x5f49f03c,0x338567ff,0xc140de2f,0x20e2ff7f,0x6f017002,0xfb8fd4ff,0x4067fc40 +}; + +u32 ANIM_ENTRY_fire_walking_dual_wield[] = +{ + 0xfe1011fe,0x0021fff0,0x2d015fe9,0xfeca8fb9,0x93c417f3,0xac3b4ffa,0xfaa01100,0x605c012d,0xac020024,0xe48fc5fb,0x1fc9037c,0x0cf95140,0x3da00a09,0xb019f9fd,0xd3070001,0xf49ff7ff,0x101efad0,0xfe8019fe,0x50180000,0x28005fd7,0xfebac0b9,0x839612f3,0xa8362ffa,0xfa801100,0x6060013d,0xa401d021,0xe2ffc5fb,0x4fc1053c,0x0bf9e134,0x3d900909,0x2018fd2e,0x7f042001,0xf2cfeefd,0xd02efd30,0xff4023fe,0xc00bffe0,0x2000bfd2,0xfeaae9b9,0x137b10c3,0xa1339ffa,0xfa601200,0x6063013d,0x96020022,0xe2bfc5fb,0x2fb6066c,0x0afb111f,0x3d500909,0x4018ff2f,0x3a01f002,0xf0efeefc,0xb0390000,0xffc02eff,0x5fffff90,0x18013fd6,0xfe9afab8,0x737b1133,0x9a33bff9,0xfa501200,0x6060013d,0x8801f02a,0xe2cfc2fa,0xafb4079c,0x07fd4106,0x3cc00b0a,0x401bffef,0xd9006000,0xefdfd8fc,0x803afdc0,0xffe031ff,0x9ff9ff90,0x17014fd3,0xfe4af5b7,0xf3871233,0x96348ff9,0xfa601200,0x605b012d,0x79019031,0xe35fcafa,0x7fb908ec,0x07fe20fe,0x3c800e0b,0xf01f0000,0x16ffc000,0xef6fc8fc,0x503afe80,0xff7034ff,0x2ffeff40,0x2500ffcc,0xfe2ad4b7,0x939d12f3,0x9535dffa,0xfa701100,0x5058011d,0x78014034,0xe46fcdfa,0xafbe09fc,0x16ff1105,0x3cf0140e,0xb027ffff,0xe6004fff,0xef1fbdfc,0x203b0060,0xfe7040fe,0x7008fe60,0x34015fc8,0xfdfab0b7,0x23ba1443,0x9337effa,0xfa801100,0x5055010d,0x7a00d034,0xe45fcbfa,0x8fcd0a6c,0x29007108,0x3de02013,0x4035ffaf,0x92011fff,0xefefc0fb,0x50280140,0xfdb042fd,0xa00afe10,0x41017fc4,0xfe9a91b6,0xa3d61403,0x9037cffa,0xfac01000,0x5056011d,0x8b008030,0xe6dfc6fa,0x9fca092c,0x3d029101,0x3fa0381a,0x104dff4f,0x5801bffa,0xf45fc9f9,0xcffc01e0,0xfce034fc,0xc014feb0,0x4f022fc7,0xfe9a7bb6,0xa3e613d3,0x8c37effb,0xfb200f00,0x7066014d,0x90001028,0xe74fb9fa,0xcfaf06bc,0x530450ea,0x41c06222,0x8073ff0f,0x2e022ff0,0xfc9fcef9,0xcfda0040,0xfca026fc,0x201cffb0,0x5a031fcc,0xfdca79b7,0x23ec1453,0x8e38bffb,0xfb100f00,0x8070016d,0x80ffa026,0xe68fb3fa,0x2f9502ec,0x6604a0d8,0x4360a32a,0x90acfeaf,0x05029fe1,0x04dfd7fa,0xbff1ffc0,0xfd1020fb,0xf01f00c0,0x5b01dfb9,0xfdda96b7,0xa3ce15d3,0x993a7ffa,0xfa701100,0x7066014d,0x86001021,0xe62faef9,0x9f84fe1c,0x730480c9,0x44110330,0xf105fe6e,0xed02dfd8,0x074fc4fb,0xc026fef0,0xfdb01dfc,0x902001d0,0x4e010fad,0xfe6ac7b8,0x23a016b3,0x9e3b6ff9,0xfa101200,0x605e013d,0x93009022,0xe48fb6f8,0xdf6df92c,0x720470b0,0x43c17a35,0x0176fe7e,0xf102dfd6,0x04ff93fc,0x6043fe80,0xfe1010fd,0x80240300,0x3a010fb8,0xfe6ae1b8,0x838916c3,0xa139fff9,0xfa101200,0x6060013d,0x9a007025,0xe59faff8,0x7f4cf4dc,0x68053088,0x4331b436,0x41affebf,0x09028fd7,0x01df70fc,0xa051fe70,0xfdfffefe,0x702d0410,0x2900bfbb,0xfecb02b8,0xa36817e3,0xab3c2ff9,0xf9f01200,0x605e013d,0xa8003025,0xe59facf8,0x6f29f1ec,0x5b05d058,0x42717835,0x1175feff,0x28023fdb,0xfebf65fc,0xe05efe90,0xfdbff6ff,0x70250450,0x1900bfb6,0xff6b1cb9,0x23331c23,0xb3405ffa,0xfa701100,0x605c012d,0x9e016015,0xe56f98f9,0x1f05ef6c,0x4b055033,0x41311c32,0x211cff2f,0x4401efdd,0xfc8f60fd,0x6061fdf0,0xfd8fef00,0x201c04c0,0x03016fb6,0xffeb30b9,0xa3191a03,0xa63d7ffb,0xfba00d00,0x605c012d,0xd5013012,0xe4cfa1f9,0x4ef8ee2c,0x4102d000,0x4160ae2b,0xb0b6ff3f,0x5701cfde,0xfb7f5dfe,0x105efd10,0xfdbfe800,0xe018054f,0xf3021fc0,0x008b41ba,0x03061753,0x9c3acffb,0xfbc00d00,0x605f013d,0xd501900c,0xe4bfabf9,0x6efceddc,0x38020fd6,0x41106b24,0x207aff6f,0x69018fde,0xfadf6efe,0x705efd70,0xfe3fe201,0x401105ff,0xe7017fb6,0x00ab42ba,0x030016f3,0x993a3ffc,0xfbc00d00,0x7065014d,0xd5012006,0xe42fa5f8,0xcf0dee0c,0x2c012fb0,0x40e0361a,0x404bff9f,0x84013fda,0xfb5f8bfe,0xc05dfd40,0xfecfdf00,0xd00306bf,0xed016fb1,0x002b23b9,0xc31b1823,0x923afffb,0xfbb00d00,0x706a015d,0xd100affc,0xe3af9ff8,0x7f2ceebc,0x23001f8f,0x4130140f,0x5028ffaf,0x99010fd7,0xfbafa9ff,0x006efd50,0xffafd300,0x0ff0073f,0xfb021fb0,0xff6afab9,0x633d19f3,0x883c0ffb,0xfba00d00,0x706c015d,0xd100e004,0xe34f98f8,0x1f51ef4c,0x2affff75,0x41c00405,0x900effbf,0xa300efd6,0xfb9fc2ff,0x307afd90,0x005fc4ff,0x1fe207b0,0x0c024fbc,0xff6ad2b9,0x13691d03,0x813e6ffb,0xfba00d00,0x706b015d,0xce00a009,0xe2cf9df7,0xef97ef6c,0x3c004f61,0x424fffff,0x5ffeffaf,0x98010fd4,0xfb8fe7ff,0x608cfe00,0x005fbbfe,0x9fe10790,0x17028fc8,0xff8ab0b8,0xd3902043,0x7d411ffc,0xfbc00d00,0x706b015d,0xd000900d,0xe1ef9ef8,0x0fc3eedc,0x44005f50,0x424ffffe,0xeffdff7f,0x76016fe3,0xfb7023ff,0x909dfea0,0xffbfb8fe,0xcfe907b0,0x0e02bfca,0x001ab8b8,0x538c1f73,0x7a40bffb,0xfb800e00,0x706a015d,0xd500e013,0xe19fa6f8,0x4f92ee3c,0x3800df40,0x41a00203,0x3008ff2f,0x4401efef,0xfc6ff6ff,0xa0a0ff10,0xff2fafff,0x6fec084f,0xfe034fc9,0x006acab7,0xa37e1d83,0x743fdffb,0xfb400f00,0x7066014d,0xd9011019,0xe1cfa9f8,0x3f7dedec,0x29024f3b,0x40900707,0xc014fe9e,0xfe02bffd,0xffaffcff,0xd095fcc0,0xfe7fa600,0x2fed088f,0xed03ffce,0x00cacdb7,0x13861de3,0x6d40fffb,0xfb700e00,0x605f013d,0xd601001f,0xe24fb5f8,0x6f8fee7c,0x16031f4f,0x3f600c0b,0x201dfd4e,0x8e041ffa,0x02f00200,0x106bfa40,0xfddfaa00,0xfff207ff,0xdb03dfcf,0x015adcb6,0xd3841e53,0x6941affc,0xfc000c00,0x605c012d,0xc700d027,0xe2cfbdf8,0xff9fef4c,0x0001df80,0x3e20130e,0x8026fabd,0xf9065ffa,0x02800b00,0xd011f930,0xfdefb501,0x7ff2070f,0xd003dfcd,0x01bae1b6,0xd37d1e83,0x6a41bffc,0xfc600b00,0x5059011d,0xc400902c,0xe2bfc3f9,0x1fa2efeb,0xeeffefc6,0x3cd01a11,0x302ef69d,0x630a0ffb,0x00400402,0x6fa2f870,0xfdffbb01,0x7ff6065f,0xd403ffd5,0x015ad4b7,0x23831f23,0x70424ffd,0xfca00a00,0x5057011d,0xc8005029,0xe2afc8f9,0x0fa1f14b,0xe6ff000f,0x3c201c12,0x4032f08c,0xf30faffd,0xfe200504,0xbf34f690,0xfe2fbf00,0xeffb058f,0xe403afe2,0x00cab9b7,0x939c2003,0x78432ffd,0xfca00a00,0x6059011d,0xc200802d,0xe2cfc4f9,0x2fa1f34b,0xe9fec057,0x3c701c11,0xe030e83c,0xaa179ffe,0xfc600907,0x1ef6f500,0xfe9fcb00,0x0ffa045f,0xf7036fe9,0x006a9bb7,0xb3b620b3,0x7d43affc,0xfc400b00,0x605c012d,0xbc013031,0xe2efc3f9,0x8fa4f55b,0xf2fdb09e,0x3d001810,0xb02ddedc,0x8220a000,0xfb400a08,0x1f0ef510,0xfebfdfff,0x3ffe02e0,0x08038fec,0x002a8ab7,0xe3c420b3,0x8342fffc,0xfbc00d00,0x605e012d,0xb8019032,0xe2afc3f9,0xdfaef7eb,0xfbfbd0d7,0x3d20150f,0x3028da6c,0x76251002,0xfa000907,0x0f58f650,0xfe6ff1fe,0x800901c0,0x17032feb,0x005a89b8,0x23c21e63,0x8e40bffb,0xfb700e00,0x605e012d,0xb901b02f,0xe1ffc2fa,0x8fbffadc,0x03fa30ff,0x3d20110d,0xd024dfec,0x841fa004,0xf8c00d05,0x3fa4f6b0,0xfe1ffbfe,0x001400e0,0x25024fee,0x004a71b8,0xa3de1d63,0x9a40cffb,0xfb200f00,0x505a011d,0xb601d02c,0xe22fc5fb,0x1fc7fdac,0x08f9711d,0x3d500e0c,0x2020ea3c,0xb515a003,0xf7f01003,0x3fd9f720,0xfe0003fd,0xd01b0030,0x2d01eff4,0xfffa61b9,0x33f81d43,0xa6412ffa,0xfae01000,0x5057011d,0xac020028,0xe28fc7fb,0x4fc7002c,0x0af91134,0x3d800b0a,0xd01cf27d,0x0e0dd002,0xf6e01001,0x3ffcf8b0 +}; + +u32 ANIM_ENTRY_fire_walking_dual_wield_hands_crossed[] = +{ + 0xfdd070fd,0xf021fff0,0x2d015fe9,0xfecf11aa,0x3050ce25,0x63eb2ffa,0xfaa01100,0x605c0120,0xcd175080,0x25bf22e6,0x7fc9037c,0x0cf95140,0x3da00a09,0xb019f9fd,0xd3070001,0xf49ff7ff,0x101efad0,0xfe4078fe,0x40180000,0x28005fd7,0xfebf13a9,0xb050cd55,0x5bea5ffa,0xfa801100,0x60600130,0xc5172080,0x245f18e6,0xefc1053c,0x0bf9e134,0x3d900909,0x2018fd2e,0x7f042001,0xf2cfeefd,0xd02efd30,0xff1083fe,0xb00bffe0,0x2000bfd2,0xfeaf0aa9,0x3065cc45,0x58e90ffa,0xfa601200,0x60630130,0xb917907d,0x240f1be6,0xafb6066c,0x0afb111f,0x3d500909,0x4018ff2f,0x3a01f002,0xf0efeefc,0xb0390000,0xffa08eff,0x5fffff90,0x18013fd6,0xfe9efba8,0xc082cb85,0x5be81ff9,0xfa501200,0x60600130,0xaa17b083,0x241f18e6,0x3fb4079c,0x07fd4106,0x3cc00b0a,0x401bffef,0xd9006000,0xefdfd8fc,0x803afdc0,0xffd090ff,0x9ff9ff90,0x17014fd3,0xfe4eeca8,0xa096cb15,0x5ee78ff9,0xfa601200,0x605b0120,0x9b17208a,0x248f1ce5,0xffb908ec,0x07fe20fe,0x3c800e0b,0xf01f0000,0x16ffc000,0xef6fc8fc,0x503afe80,0xff5094ff,0x1ffeff40,0x2500ffcc,0xfe2edda8,0xd099cb05,0x61e80ffa,0xfa701100,0x50580110,0x9916c08d,0x253f23e6,0x6fbe09fc,0x16ff1105,0x3cf0140e,0xb027ffff,0xe6004fff,0xef1fbdfc,0x203b0060,0xfe309ffe,0x6008fe60,0x34015fc8,0xfdfecba9,0x20a2caf5,0x65e8cffa,0xfa801100,0x50550100,0x9b16308e,0x24ef1fe6,0x7fcd0a6c,0x29007108,0x3de02013,0x4035ffaf,0x92011fff,0xefefc0fb,0x50280140,0xfd60a1fd,0x900afe10,0x41017fc4,0xfe9ebaa9,0x60afcaa5,0x65e89ffa,0xfac01000,0x50560110,0xb015c092,0x27af21e5,0xcfca092c,0x3d029101,0x3fa0381a,0x104dff4f,0x5801bffa,0xf45fc9f9,0xcffc01e0,0xfc6093fc,0xb014feb0,0x4f022fc7,0xfe9eb7a9,0xb0abca35,0x66e88ffb,0xfb200f00,0x70660140,0xb715308f,0x28bf13e5,0x8faf06bc,0x530450ea,0x41c06222,0x8073ff0f,0x2e022ff0,0xfc9fcef9,0xcfda0040,0xfc1085fc,0x101cffb0,0x5a031fcc,0xfdcec4a9,0xd0a4ca85,0x66e91ffb,0xfb100f00,0x80700160,0xa614d083,0x282f0be5,0x2f9502ec,0x6604a0d8,0x4360a32a,0x90acfeaf,0x05029fe1,0x04dfd7fa,0xbff1ffc0,0xfc807ffb,0xe01f00c0,0x5b01dfb9,0xfdded6a9,0xa092cbd5,0x66ea8ffa,0xfa701100,0x70660140,0xad15307e,0x27bf0ce4,0xaf84fe1c,0x730480c9,0x44110330,0xf105fe6e,0xed02dfd8,0x074fc4fb,0xc026fef0,0xfd307cfc,0x802001d0,0x4e010fad,0xfe6eeba9,0x3083cc85,0x66eb3ff9,0xfa101200,0x605e0130,0xbc159083,0x263efde4,0x4f6df92c,0x720470b0,0x43c17a35,0x0176fe7e,0xf102dfd6,0x04ff93fc,0x6043fe80,0xfdb06ffd,0x70240300,0x3a010fb8,0xfe6ef8a9,0x107accd5,0x65e9fff9,0xfa101200,0x60600130,0xc3161084,0x274effe3,0xbf4cf4dc,0x68053088,0x4331b436,0x41affebf,0x09028fd7,0x01df70fc,0xa051fe70,0xfdb05efe,0x702d0410,0x2900bfbb,0xfecf01a8,0xc074ce05,0x63ec0ff9,0xf9f01200,0x605e0130,0xd316608b,0x272efde4,0x0f29f1ec,0x5b05d058,0x42717835,0x1175feff,0x28023fdb,0xfebf65fc,0xe05efe90,0xfda055ff,0x70250450,0x1900bfb6,0xff6f11a8,0xb04acf55,0x68ed2ffa,0xfa701100,0x605c0120,0xb316906f,0x270ef5e4,0x8f05ef6c,0x4b055033,0x41311c32,0x211cff2f,0x4401efdd,0xfc8f60fd,0x6061fdf0,0xfd904e00,0x201c04c0,0x03016fb6,0xffef22a8,0xb036cdc5,0x69eb0ffb,0xfba00d00,0x605c0120,0xef161069,0x26aef6e4,0xcef8ee2c,0x4102d000,0x4160ae2b,0xb0b6ff3f,0x5701cfde,0xfb7f5dfe,0x105efd10,0xfdd04700,0xe018054f,0xf3021fc0,0x008f2da8,0xc02acc45,0x68e9bffb,0xfbc00d00,0x605f0130,0xec161059,0x26befde4,0xcefceddc,0x38020fd6,0x41106b24,0x207aff6f,0x69018fde,0xfadf6efe,0x705efd70,0xfe604201,0x401105ff,0xe7017fb6,0x00af2da8,0xb024cc05,0x69e94ffc,0xfbc00d00,0x70650140,0xea15d051,0x264efbe4,0x4f0dee0c,0x2c012fb0,0x40e0361a,0x404bff9f,0x84013fda,0xfb5f8bfe,0xc05dfd40,0xfee03f00,0xe00306bf,0xed016fb1,0x002f24a8,0xe028cb55,0x6ee85ffb,0xfbb00d00,0x706a0150,0xe6159052,0x261ef1e3,0x8f2ceebc,0x23001f8f,0x4130140f,0x5028ffaf,0x99010fd7,0xfbafa9ff,0x006efd50,0xffa03300,0x0ff0073f,0xfb021fb0,0xff6f15a9,0x202fcaa5,0x77e70ffb,0xfba00d00,0x706c0150,0xe7152053,0x25ceefe3,0x4f51ef4c,0x2affff75,0x41c00405,0x900effbf,0xa300efd6,0xfb9fc2ff,0x307afd90,0x002024ff,0x1fe207b0,0x0c024fbc,0xff6f06a9,0x6040ca85,0x83e64ffb,0xfba00d00,0x706b0150,0xe4156052,0x252ef7e3,0x6f97ef6c,0x3c004f61,0x424fffff,0x5ffeffaf,0x98010fd4,0xfb8fe7ff,0x608cfe00,0x00101bfe,0x9fe10790,0x17028fc8,0xff8efca9,0xa04ecac5,0x8ee5fffc,0xfbc00d00,0x706b0150,0xe515c052,0x247ef3e3,0x6fc3eedc,0x44005f50,0x424ffffe,0xeffdff7f,0x76016fe3,0xfb7023ff,0x909dfea0,0xff8017fe,0xdfe907b0,0x0e02bfca,0x001eefa9,0x705dca65,0x8de61ffb,0xfb800e00,0x706a0150,0xea15e05f,0x23fefbe3,0x1f92ee3c,0x3800df40,0x41a00203,0x3008ff2f,0x4401efef,0xfc6ff6ff,0xa0a0ff10,0xff100fff,0x6fec084f,0xfe034fc9,0x006edda9,0x006fc975,0x8ce65ffb,0xfb400f00,0x70660140,0xee15f06a,0x23df02e3,0x0f7dedec,0x29024f3b,0x40900707,0xc014fe9e,0xfe02bffd,0xffaffcff,0xd095fcc0,0xfe700500,0x2fed088f,0xed03ffce,0x00cecea8,0xc087c8f5,0x91e6bffb,0xfb700e00,0x605f0130,0xe916106e,0x23cf0ee3,0xcf8fee7c,0x16031f4f,0x3f600c0b,0x201dfd4e,0x8e041ffa,0x02f00200,0x106bfa40,0xfdf00a00,0xfff207ff,0xdb03dfcf,0x015ecaa8,0x7097c8a5,0x95e6bffc,0xfc000c00,0x605c0120,0xdc164071,0x242f15e4,0x5f9fef4c,0x0001df80,0x3e20130e,0x8026fabd,0xf9065ffa,0x02800b00,0xd011f930,0xfe101501,0x7ff2070f,0xd003dfcd,0x01becaa8,0x6095c8c5,0x95e6affc,0xfc600b00,0x50590110,0xdd164077,0x23cf19e4,0x6fa2efeb,0xeeffefc6,0x3cd01a11,0x302ef69d,0x630a0ffb,0x00400402,0x6fa2f870,0xfe301a01,0x7ff6065f,0xd403ffd5,0x015ed1a8,0xb089c985,0x92e73ffd,0xfca00a00,0x50570110,0xe215d07a,0x237f17e4,0x3fa1f14b,0xe6ff000f,0x3c201c12,0x4032f08c,0xf30faffd,0xfe200504,0xbf34f690,0xfe401f00,0xeffb058f,0xe403afe2,0x00ced9a9,0x2081ca55,0x90e7effd,0xfca00a00,0x60590110,0xda15c07a,0x23bf16e4,0xbfa1f34b,0xe9fec057,0x3c701c11,0xe030e83c,0xaa179ffe,0xfc600907,0x1ef6f500,0xfe902b00,0x0ffa045f,0xf7036fe9,0x006edaa9,0x907ccae5,0x8fe82ffc,0xfc400b00,0x605c0120,0xd316507a,0x23ff18e5,0x1fa4f55b,0xf2fdb09e,0x3d001810,0xb02ddedc,0x8220a000,0xfb400a08,0x1f0ef510,0xfe903fff,0x3ffe02e0,0x08038fec,0x002edda9,0xd078cb75,0x8be7fffc,0xfbc00d00,0x605e0120,0xd116f07a,0x23ef1ce5,0x4faef7eb,0xfbfbd0d7,0x3d20150f,0x3028da6c,0x76251002,0xfa000907,0x0f58f650,0xfe2050fe,0x800901c0,0x17032feb,0x005ee5a9,0xf06dcbf5,0x7fe87ffb,0xfb700e00,0x605e0120,0xd316f07d,0x239f19e6,0x2fbffadc,0x03fa30ff,0x3d20110d,0xd024dfec,0x841fa004,0xf8c00d05,0x3fa4f6b0,0xfdd05afe,0x001400e0,0x25024fee,0x004ef2aa,0x5067cd05,0x76ea5ffb,0xfb200f00,0x505a0110,0xd016e080,0x23af1de6,0xafc7fdac,0x08f9711d,0x3d500e0c,0x2020ea3c,0xb515a003,0xf7f01003,0x3fd9f720,0xfdb063fd,0xd01b0030,0x2d01eff4,0xffff02aa,0x9063ce15,0x70ebcffa,0xfae01000,0x50570110,0xc717407b,0x23af1de6,0xffc7002c,0x0af91134,0x3d800b0a,0xd01cf27d,0x0e0dd002,0xf6e01001,0x3ffcf8b0 +}; + +u32 ANIM_ENTRY_fire_running_dual_wield[] = +{ + 0x08b08b02,0x8ffb030f,0xc8f9af99,0x00b100b6,0xcdb2c3d3,0x73e61ff8,0xf9701400,0x907b018d,0xa506dfbf,0xdf4f9ffc,0x8ee8e1ec,0x40ff40a2,0x3f410630,0xd108fa1d,0xd906f001,0xfaf058ff,0x80e6fcd0,0x07b08803,0x1ffb051f,0xbefa9f79,0x016021b8,0xbe92cc53,0x74f00ff7,0xf8501a00,0x907e019d,0xa9058fca,0xe1ff9ffb,0x9ebfe25c,0x3b02b063,0x3eb07324,0xf081facd,0xf6065fff,0xf64fd8fc,0x7068fb60,0x07008302,0x7ff8065f,0xbffb4f65,0x023f24ba,0xaf62d363,0x68f7eff4,0xf7701b00,0xa08201ad,0xb1044fd0,0xe2dfa8fb,0x2ed0e40c,0x3002404a,0x3ee03219,0x0047f9ed,0xcb071007,0xf5cfd0fa,0x6004ff40,0x06e08000,0xcff0064f,0xd2fb4f67,0x027e7dba,0xbfd2d803,0x5ffceff4,0xf7401c00,0xa08301ad,0xbe042fcb,0xe2dfb8fb,0xeee8e52c,0x2e010057,0x3ff01710,0x302bf69d,0x600a0005,0xf5bfa5f9,0xdfe20490,0x06607eff,0x0fe6057f,0xe5fb3f75,0x02bea0ba,0xbfc8da83,0x5cff5ff5,0xf7b01a00,0xa08101ad,0xc904efd5,0xe2afc9fc,0xef09e5bc,0x36fff068,0x4130110d,0xc024eebc,0xdb115004,0xf60fdbf9,0xbfd005b0,0x051080fe,0x1fed045f,0xeafb4f89,0x02ef11ba,0x7f6ddc53,0x5d00aff7,0xf8901700,0xa07f019d,0xc006bfd3,0xe0afc7fe,0x3f19e60c,0x3afea073,0x41501a11,0x802fd58c,0x6c29d003,0xf81fe5f9,0x9fbd0550,0x03007bfe,0x200e041f,0xddfabf9d,0x03efd6b9,0xaeb9da33,0x57fdaff8,0xf9601500,0xa07e019d,0xcd074fc3,0xdf3fcdff,0x0f2ee6dc,0x32fe307c,0x3ff03319,0x10489fec,0x7f5ed007,0xf9900bfa,0x4fce06f0,0x01a07700,0x4037049f,0xaaf95fa7,0x056062b7,0xbe2dd4e3,0x40f82ff8,0xf9701400,0x907e019d,0xea081fb2,0xde2fd1ff,0xef68e74b,0xfefe40a5,0x3cb05c21,0x406e8e4c,0xe96fffff,0xf53008fb,0xc00409b0,0x02b06e02,0x203d054f,0x84f8ffa5,0x066099b5,0xdde8cfa3,0x25f31ff8,0xf9001600,0x907b018d,0xe5093fa3,0xde0fd301,0x0f76e6eb,0xdbff1114,0x3a308827,0x3095896d,0x3a749005,0xeeb000fd,0x80480a60,0x04105a01,0xd03a05ef,0x90f7afa0,0x05c0dfb4,0xad9dca83,0x1aedbff8,0xf9101500,0x907b018d,0xe409bfa7,0xdddfd002,0x1f58e79b,0xf000319d,0x3a90a72a,0x70b088bd,0x4975300e,0xe8f009fe,0x906b08f0,0x05505400,0xb037057f,0xaaf59f9c,0x04e119b4,0x1d71c6e3,0x1be9eff8,0xf9701400,0x907c018d,0xdc094fb4,0xddcfd001,0xef4aea3c,0x0900120e,0x3bb0a92a,0xb0b28c3d,0x0871e014,0xe74001ff,0x207c0780,0x05b060ff,0x104003ff,0xd0f52fa9,0x04e138b4,0x6d57c483,0x27e74ff8,0xf9801400,0x907d018d,0xcf090fc6,0xddbfd601,0x5f57ef4c,0x22fe9245,0x3c708a27,0xc0969d1c,0x8b618016,0xe78fecff,0x607e05d0,0x056065fd,0x904c028f,0xf6f64fc2,0x047144b5,0x9d38c263,0x3de55ff8,0xf9401500,0x907f019d,0xc1087fd9,0xdd9fdf00,0xdf6ef62c,0x36fac243,0x3d105e22,0x106fde8c,0x8520f011,0xeb4fe6ff,0x50720320,0x05c05dfc,0xb0470190,0x0ff75fd9,0x03515db7,0x8d05bf13,0x57e27ff7,0xf8801700,0x907e019d,0xc0080fec,0xdecfe700,0x6f7dfbbc,0x40f7922e,0x3de0421c,0xf056f4dd,0x410ba007,0xf1efeaff,0x30640040,0x07205afc,0xe03000f0,0x16f75fea,0x026170b9,0x4ce7bce3,0x65e0eff6,0xf7e01900,0xa08401ad,0xbf083ffb,0xe02fe500,0x4f7efe4c,0x42f61218,0x3e003b1b,0x604ffb4e,0x1305dff9,0xfa6fe1ff,0x2056ff50,0x085058fd,0xd01a00c0,0x10f7efeb,0x025163ba,0x3cebbd53,0x65e0fff6,0xf8001900,0xc09601ed,0xb907d000,0xdf7fcf00,0x8f6dfecc,0x44f7f1fd,0x3e004b1e,0xf05dfdfe,0xc2035fee,0x015fc4ff,0x4055ff80,0x089056fe,0xf0170090,0x08f87fe9,0x0191a0ba,0x0cb0bc83,0x5cdd3ff6,0xf8501800,0xc09701ed,0xbd076ffc,0xdeefc500,0xef6efeac,0x40fc81e4,0x3e307b26,0xb088fedf,0x16025feb,0x034fb0ff,0x3046fd60,0x07905cff,0xa027ffa0,0x08f87fe7,0x00a1feb9,0x0c5cbad3,0x52d7fff7,0xf8f01600,0xc09501dd,0xbf07bff0,0xdf0fb901,0x1f87ff1c,0x3bff11d9,0x3e50e42f,0xa0e8fe4e,0xde02ffec,0x024fb3fe,0x7018fcd0,0x05f058ff,0x0040ff80,0x1df88ff4,0x001231b7,0x4c28b6e3,0x4ad29ff9,0xf9c01300,0xd09b01ed,0xba07efde,0xde4f9e01,0x6f90ffcc,0x46ffb1df,0x4011f937,0x51f2fc0e,0x3e053fef,0x006fc7fe,0x903ffca0,0x04a04bfd,0x50530010,0x42f8a004,0xff6233b5,0xdc10b2b3,0x45cddffa,0xfa801100,0xd09b01ed,0xc3081fd1,0xdd1f9201,0xbf83ff0c,0x6500b1dd,0x4314b239,0xb4a1f89d,0xa7085ff3,0xfdffd9ff,0x70d2fb00,0x058050fd,0x003f0040,0x48f88ff7,0xff4200b5,0x3c29b203,0x43ccbffb,0xfb100f00,0xb08f01cd,0xdb087fcd,0xdcef9501,0xef7afa2c,0x780041d6,0x43d66136,0x5649f55d,0x4f0b2ff7,0xfb6fe100,0x512efac0,0x07806afe,0x401bffa0,0x2df7dfdf,0xffc1c2b5,0x0c5cb313,0x44ce6ffb,0xfb000f00,0x9083019d,0xe008cfc4,0xdbaf9802,0x6f7af24c,0x71fef1bc,0x4266c034,0x46a5f41d,0x330c5ffb,0xf92fdf01,0x1167fa50,0x091083ff,0xa000ff60,0x12f81fc7,0x00017bb5,0x0cabb9d3,0x48d37ffb,0xfb100f00,0xa08901ad,0xd1083fc0,0xd8cf9000,0xcf6fea9c,0x61fe117f,0x41166a36,0x3652f55d,0x4c0b3ffd,0xf77fdc01,0x8182f930,0x09608f01,0x0ff9ffef,0xf4f8ffb6,0x00414eb5,0xacfbbdf3,0x56d8dffa,0xfb000f00,0xa08901ad,0xc7077fbd,0xd86f9aff,0xff53e5bc,0x4bfe4123,0x40247139,0xd461f7bd,0x87091000,0xf61fd801,0x316df7d0 +}; + +u32 ANIM_ENTRY_fire_running_dual_wield_hands_crossed[] = +{ + 0x062ff5fc,0xcfcd05bf,0xf3feff9d,0x02bd71a9,0x6163d975,0x40fb1ff1,0xf5c02101,0x40c90281,0xdc10014e,0x251e9ce7,0x7f72f66c,0x38f8c257,0x3d603e1c,0x1052efcc,0xed105ffe,0xf36001ff,0xa0350100,0x063ff7fc,0xffcc055f,0xf6ff0fa8,0x024d53a8,0xa17dd7f5,0x43f95ff2,0xf6401f01,0x40ca0291,0xe00f315e,0x275ea7e6,0xcf79f95c,0x3bf75248,0x3d303b1b,0x604ff90d,0xb107dff7,0xfc3ffaff,0x8037ffe0,0x066ff9fd,0xcfc4050f,0xed001fb1,0x01fd3ea7,0xe199d5c5,0x41f6bff2,0xf6801f01,0x50cd02a1,0xe40ea16a,0x291eb1e6,0xcf7efa2c,0x3bf8322a,0x3db0451d,0xc058fd2e,0x80042ff0,0x063fdbff,0x703aff50,0x064ff9ff,0x1fbf04ff,0xdc015fac,0x019d37a7,0x31afd365,0x3cf3fff3,0xf6a01e01,0x60d102b1,0xde0ee177,0x29deb7e6,0xdf8afa2c,0x32fb7206,0x3e005f22,0x806ffeef,0x21023fe8,0x0f1f8eff,0x3034fe90,0x058ff900,0x5fbe04ef,0xcb029f9f,0x016d38a6,0xb1bfd155,0x3af23ff3,0xf6d01e01,0x60d302b1,0xca0f3172,0x290eb2e6,0xff99f9fc,0x2700b1f4,0x3e109329,0x409dff4f,0x4d01cfe3,0x12cf38ff,0x2036fd70,0x03fffb01,0x4fd204ff,0xc203cf98,0x019d43a6,0xa1c9d055,0x37f19ff3,0xf7001d01,0x60d402c1,0xa50f7167,0x27aeb4e7,0x3f9efa4c,0x2304a1e7,0x3e80ff30,0xf101fecf,0x11026fe4,0x116f36fe,0xc05dfdb0,0x022fef01,0x2fed062f,0xca051f92,0x015d54a7,0x41cbd0b5,0x33f1cff3,0xf7001d01,0x60d402b1,0x890fc15b,0x27ceabe7,0x6f86fa7c,0x340881e6,0x41121f37,0xd217fd5e,0x9003ffe8,0x0d1f6dfe,0x503cfbb0,0x017fd7ff,0x7fff07ff,0xee05af8f,0x006d56a8,0x11c2d215,0x36f31ff4,0xf7201c01,0x50ce02a1,0x7f0f814c,0x291eb0e7,0x2f60f86c,0x600d91fa,0x46a4e639,0x94d5fa4d,0xeb06cfec,0x080f8fff,0x2071f7d0,0x028fdcfe,0xaff007a0,0x0004bf8c,0x003d50a8,0xe1c4d305,0x34f33ff4,0xf7201c01,0x50cf02a1,0x770f5144,0x277eaae7,0xff56f27c,0x7e0cc20d,0x48267635,0xf65ef6cd,0x7309eff0,0x032f9800,0x00d0f8d0,0x041ffbff,0x7fda056f,0xf2042f93,0x007d48a9,0x71aed345,0x31f22ff3,0xf7001d01,0x40cd0291,0x8f0e913d,0x267eb1e7,0xbf5fea9c,0x7e075207,0x44a6d033,0xd6b6f47d,0x3b0bfff4,0xfe8fa600,0xf122fb10,0x05600900,0x2fc3043f,0xe6040f9f,0x003d31a9,0x419dd455,0x30f1eff4,0xf7801b01,0x30c40271,0xb50e1134,0x248ea4e8,0x4f49e3dc,0x7904b1dc,0x42a68335,0xc66bf4dd,0x410baff8,0xfabfc701,0x513afb20,0x05c00501,0x1fb0042f,0xd5035fae,0x009d0ba9,0x218bd6c5,0x2ef3dff4,0xf7101d01,0x20bf0261,0xc70d9137,0x239e97ea,0x0f28e05c,0x6d04d180,0x41b4be39,0xb4adf76d,0x7e095ffa,0xf87fe101,0x615cfa20,0x05fffb02,0x0faa042f,0xbf02efbe,0x00eceba9,0x9190d915,0x2ff74ff2,0xf6002001,0x10b80241,0xed0e013d,0x244e9eeb,0x1f0dde6c,0x5a059126,0x40a1d03b,0x31bef92d,0xb607affb,0xf72fed01,0x4144fba0,0x062fe503,0x0faf046f,0xa902afc8,0x00ecceaa,0x81a8da15,0x32f8fff0,0xf5502200,0xf0ab0222,0x140db13c,0x24deaaeb,0xbefedbac,0x400600e7,0x3ee0ee36,0xd0e7fa4d,0xe006cffc,0xf69ff200,0x60f2fc70,0x063fdd03,0xefb704cf,0x9e021fc3,0x00ccc2ab,0x1191db05,0x34fa7fef,0xf5102300,0xe0a20202,0x360cc13d,0x257eb5eb,0x2f00dbec,0x2a0740b9,0x3dc0922d,0x1099fb6e,0x1305cffc,0xf6efecfe,0x4097f9e0,0x068fe504,0x2fad047f,0x9a026fb4,0x00bcc5aa,0x617edc45,0x34fc4fee,0xf4a02500,0xe0a30212,0x3d0cc13c,0x24aea5eb,0xcef9dcdc,0x15077095,0x3d305b21,0xa06cfbae,0x1f058ffc,0xf73fc3fb,0xa01df9b0,0x073fea03,0x8f9b049f,0x9f043fa5,0x008cb2aa,0x21c0d9e5,0x3dfbbfec,0xf4002700,0xf0a60212,0x2d0d213f,0x24cea4ea,0xbef1de1c,0x0f07b089,0x3d902b17,0x3040fafd,0xf9062ffc,0xf73f85fa,0x6fe1fca0,0x075fe802,0x1f91055f,0xac049f9a,0x00bca5a9,0xf1e9d915,0x40fb3feb,0xf3702900,0xe0a20202,0x200d6141,0x25aea2ea,0x0ef6df8c,0x18090087,0x3f301710,0x802bf8cd,0xa1080ffc,0xf74f82fa,0x5fde0100,0x06dfeb00,0xaf9305ff,0xbd056f90,0x012cb0a9,0xb1f1d8f5,0x3dfb4feb,0xf3902900,0xe0a20202,0x100d813c,0x263e9ee9,0xbf1ce01c,0x1f09908b,0x40d01710,0x602bf46d,0x2d0c0ffb,0xf7afb3fa,0x4fdc04b0,0x059ff1ff,0xafa7061f,0xcb05af89,0x01bcd2a9,0xb1e4d8d5,0x36faefed,0xf4302700,0xf0a90221,0xf10df12b,0x266e94e9,0x9f46dffc,0x22085091,0x41702a16,0xd040e9ec,0xb415effa,0xf95fd3f9,0xefc807a0,0x03fff3ff,0xcfc9060f,0xc403ff83,0x02bd04aa,0x41c8da05,0x2ffc1fee,0xf4902501,0x00b20231,0xdb0e8127,0x26ae87ea,0x1f7ddfec,0x0e0670a4,0x4080521f,0xa064c7fc,0x60373ffa,0xf8cffef9,0xafbc0a40,0x041ff601,0x1fc5059f,0xa1036f86,0x03dd34aa,0x71a6db75,0x28fdefee,0xf4a02501,0x00b40241,0xe30fd125,0x259e89ea,0x7f9fdf9b,0xea0450eb,0x3e407f26,0x408d9c1c,0x8d628fff,0xf53013fa,0x4fda0d70,0x054fef01,0x2fb405df,0x9502cf87,0x03dd5eaa,0x8181dc55,0x24febfee,0xf4b02501,0x00b20231,0xd610e114,0x243e88eb,0x3f83e05b,0xf503115c,0x3d909e29,0xb0a88fbc,0xdb6e8005,0xefa00efb,0x90190f90,0x066fe6ff,0xffa8069f,0xa501df8e,0x037d82aa,0x915fdca5,0x25fe9fef,0xf4e02401,0x10b80251,0xde117116,0x243e83ea,0x4f5be2bc,0x190211cd,0x3e90a42a,0x60ae8e3c,0xec700008,0xed1007fc,0xf05b0ef0,0x06ffeafe,0xafa4068f,0xc000bf9b,0x03cd92aa,0x614cdc35,0x2cfdcfef,0xf5302301,0x10bb0251,0xd511a116,0x244e85e9,0x8f50e72c,0x31fff223,0x3f108c28,0x0098940c,0xb66a6008,0xec7000fe,0x30930e00,0x06cff3fd,0x8fb1060f,0xda007fa6,0x039d8daa,0x114bdac5,0x3bfc8ff0,0xf5502201,0x20bf0261,0xcb11c126,0x24be8fe8,0x3f5ded7c,0x39fd124f,0x3eb06523,0x0075b01c,0x654ed005,0xeeaffffe,0xf0b60cf0 +}; + +u32 ANIM_ENTRY_fire_sprinting_dual_wield[] = +{ + 0x106034fb,0x804e0010,0x7dec2fdd,0xfdf241b3,0xcc2baf62,0xd7cd6ff2,0xf5c01f00,0xa08b01bd,0xa0ff4029,0xddafefff,0x8f4efdbc,0x25f292ef,0x3880371a,0xe04c730a,0xd88d400c,0x015fa400,0x3113fab0,0x119038fd,0x202afdd0,0x6ded8ff5,0xfd7236b4,0xfc20b042,0xefcd0ff4,0xf6e01c00,0xb08e01bd,0xadff0037,0xdcdff900,0x4f76000c,0x14f3d2cc,0x39504d1f,0xb05f7be9,0xc9855013,0x085f8400,0x3109fa30,0x120036ff,0x4017fbf0,0x4eee8005,0xfd1236b5,0xac19b212,0xfecd0ff5,0xf7801900,0xb08d01bd,0xc4ff3040,0xdc4006ff,0x2fa9012b,0xf2f7e2a9,0x3a10982a,0x10a27e29,0x2e832012,0x081f7cff,0xe0ebfc10,0x12402d00,0x3017fbe0,0x3eef800c,0xfc9218b5,0xdc27b283,0x01ccaff6,0xf7d01900,0xa08701ad,0xc0feb042,0xdbd00bfe,0xdfbb018b,0xdeff12a9,0x3c71a636,0x21a17d59,0x6c840011,0x071f96ff,0x10a3fc80,0x113016fe,0xb02bfe10,0x58eeb012,0xfb51e4b5,0x2c2db012,0xf6ca6ff6,0xf8401700,0x907f018d,0xcbfe3040,0xdbb01200,0x5fa0ffcb,0xf004e2b1,0x42862837,0x5612797a,0x3287800d,0x02dfb8fe,0xe09ffe00,0x0fbffffc,0x804f00b0,0x85ed8fec,0xfad1f9b4,0xbc0bade2,0xe7c74ff6,0xf8101800,0xa08601ad,0xc1fd9034,0xdddfe7ff,0xef77fb2c,0x2907129d,0x47a76b2d,0xc74976ba,0x7f8a0008,0xfcafd2ff,0xf0e7fa20,0x0ef006fc,0x70700220,0x8eebffbd,0xfb921fb4,0x1bf5aae2,0xd4c6bff6,0xf7801900,0xa092019d,0xb1fc902a,0xe03fc9fe,0xff40f12c,0x5907f276,0x48b77c29,0x775976aa,0x878a0004,0xf8affb00,0x4106f960,0x10303dfe,0xb07b03b0,0x72e9afa6,0xfd024db0,0xebeea8a2,0xbac85ff3,0xf6601d00,0xa08b01ad,0x9dfafff4,0xe2ffaafb,0x7f13e42c,0x8103f22a,0x45178d28,0x7769765a,0x978a4002,0xf6c04100,0x8157f8a0,0x11603b01,0x207804e0,0x2ee6dfa9,0xfe7255ae,0x7c0da922,0x9bcafff1,0xf5502000,0x907f018d,0x9bfb7fd7,0xe4afa8fb,0xff31d50c,0x7301f1aa,0x4177512d,0x973078aa,0x57884003,0xf7406100,0xa16df840,0x11401903,0xd07a060f,0xd4e4ff9b,0x00f22aaf,0x3c5eac82,0x90cfdfef,0xf4502400,0x8079017d,0x8ffc9fe8,0xe46fbbfc,0xff38cd5c,0x37047101,0x3eb5de37,0xc5c77bd9,0xd2856003,0xf7a07200,0x6128f720,0x115ffd05,0xb066076f,0x8ae7bf76,0x02f210b0,0xdc9fb272,0xb1d62fee,0xf3f02500,0x8078016d,0x70fc0ffa,0xe33fdcfc,0x0f07ce0c,0x2a07407b,0x3c717534,0x31727da9,0x5c83a003,0xf7a045ff,0xe076f550,0x123ff805,0xe047081f,0x6be9df58,0x045238b2,0x3c9bb6c2,0xd2daafed,0xf3c02600,0x807b017d,0x6bfb2ffc,0xe29fe6fa,0x3ef2cfec,0x1608002e,0x3be07d25,0xa08b7df9,0x45835004,0xf81ffaff,0x7fd5f490,0x12affe04,0x603207df,0x75eb7f67,0x050288b2,0xac5eb7a2,0xe6dc7fed,0xf3c02700,0x9083019d,0x6cfaafea,0xe27fecfa,0x0ee2d28c,0x0a088016,0x3d903218,0x80477c59,0xbe84e003,0xf75fc6ff,0x7fd6f520,0x12900102,0x2023087f,0x8fed7f64,0x04b2aeb1,0xfc41b8e2,0xeade1fee,0xf4602400,0xa08a01ad,0x67fa2fd9,0xe22fe5fa,0xbeced42c,0x12096028,0x40501e12,0xb03376da,0x9c89c002,0xf6efbaff,0x9003f720,0x120fff00,0x901e09ef,0x9deecf63,0x0572a0b0,0x7c57bad2,0xdce02ff0,0xf5002200,0xa086019d,0x62fa7fc0,0xe1efe5fb,0x6eebd4bc,0x1408d04a,0x41d02b16,0xa0405ceb,0x85a29004,0xf87fd1ff,0xa01cfaf0,0x102ffd01,0x503d0b7f,0x86ed6f57,0x075248ae,0xfcbebab2,0xb4e16ff1,0xf5702100,0x8078016d,0x76fb9fbf,0xe1efeafc,0xef41d65b,0xe1061074,0x4070521f,0x6065117b,0x38ecf003,0xf7fffeff,0xb046fcd0,0x0f700203,0xa0580bef,0x5deb3f40,0x085205ac,0x8d0db952,0x89e1bff2,0xf5a02000,0x706d014d,0x76fc7fba,0xe24fe6fd,0x9f7ad89b,0x9e0280dc,0x3d108226,0x708f060a,0x6df7cfff,0xf04007ff,0xe07efe50,0x10effd03,0xc04e0a0f,0x66ea6f51,0x067211ac,0x2cebb652,0x8adddff2,0xf5c01f00,0x706b014d,0x74fd9fbf,0xe23fe5fe,0xbf4ddb6b,0xb000b196,0x3b109f29,0xc0a90349,0xf2fa6000,0xe82fe500,0x00b100a0,0x125fed02,0x303a081f,0x8eea4f84,0x04622fad,0x2cabb222,0x9ed85ff3,0xf6201e00,0x706c014d,0x8bfe8fd1,0xe1dfe8ff,0x5f10e0ab,0xdcff9260,0x3a909829,0x30a30379,0xf8fa3000,0xe3efc000,0x20d200e0,0x129ff5ff,0xe03d06df,0xd4ea6fa7,0x02a204ae,0xac9fb0b2,0xa9d4cff3,0xf6501d00,0x706f015d,0xa1febfe9,0xe10febff,0x6f07e91b,0xf3fc72ea,0x3a007024,0xc07f06aa,0x7af71000,0xe35fa400,0x20e0ffc0,0x10f016fd,0x105a0430,0x34ea8fc9,0x0001fdb0,0xac7dafe2,0xb9d11ff2,0xf5d01f00,0x8079017d,0xb4ff4007,0xe20fecff,0x6f26f39c,0x0af7630c,0x38704a1e,0xa05d155b,0x4be90000,0xe89f9900,0x20defea0 +}; + +u32 ANIM_ENTRY_fire_sprinting_dual_wield_hands_crossed[] = +{ + 0x0d2086fd,0xe09dfb80,0x4aeb403e,0xfe816ead,0x5e1c00f4,0xf40fffde,0xeeb03800,0xb09001c1,0x4c1de0f1,0x18ef5be8,0x7f19f8ac,0x57efb303,0x32e05220,0x50634c9b,0x95b28fff,0xe77f9100,0x10f1fe70,0x0cb089fc,0x709bfa00,0x79ec7048,0xfcc14aad,0xee18fd95,0x020bbfdf,0xeed03800,0xc08f01d1,0x5d1e310e,0x1a9f68e7,0xcf3dff8c,0x66f082db,0x36103f1c,0xa05375aa,0xa38ae002,0xf45fa900,0x00defc70,0x0eb075fc,0xf076fa70,0x7ded504a,0xfbc130ae,0x2e23fbb4,0xff08efe1,0xefa03500,0xd09901f1,0x631e3119,0x1a8f61e8,0x2f67016c,0x4df502c5,0x3a504d1f,0xa05f7c69,0xab84e009,0xfbdfbdff,0xf0c7fa50,0x0fc064fe,0xb062fa80,0x5fee304c,0xfb312dae,0x4e2dfb25,0x02079fe4,0xf0b03100,0xc09001d1,0x5d1e2111,0x1a5f67e8,0x7fa400fc,0x1af852ab,0x3c30992a,0x40a37df9,0x3a83500e,0xfbdfb8ff,0xd0b0f9b0,0x0f4052ff,0xa062fb50,0x53eed04e,0xfa712dae,0x2e2cfad5,0x0506bfe6,0xf1203000,0xa07f0191,0x5b1e0108,0x19df6ee8,0xdfaf004b,0xf9faf294,0x3e61c836,0xd1c37d49,0x6f840010,0xfa7fc6ff,0xb084fa80,0x0e1030fd,0xe07bfe30,0x70ee1043,0xf9e145ad,0x5e09fc15,0x0906ffe5,0xf1003000,0x806d0161,0x601e30fc,0x1b4f71e9,0xaf71fe4c,0x1101f284,0x44b64e36,0xe6387a7a,0x0886a010,0xf7301dff,0x906dfa50,0x0de017fb,0x209600b0,0x9eecc039,0xf9a155ac,0x2de5fe35,0x0b08bfe6,0xf1203000,0x70680141,0x691df0fb,0x1c2f7de8,0xcf34f79c,0x5007b26a,0x4ab76f2b,0xb74d762a,0x998a700a,0xf2009aff,0xe0eff950,0x0fc037fa,0xc080ff60,0x9dec6036,0xfb415fac,0xade4fea5,0x120a2fe5,0xf0e03100,0x60630131,0x6d1d610a,0x1a9f81e8,0x6f39eb1c,0x84045247,0x48d7ab24,0xb78672ea,0xdf8d6003,0xee00ec00,0x4157fa00,0x12105cfb,0xf05cfcf0,0x7eec5036,0xfd5184ae,0xadecfd35,0x1e09bfe2,0xf0103400,0x50540101,0x5d1d0117,0x19df88e7,0xef44dd9c,0x93009207,0x45d7a225,0xe77d71ca,0xf58e7000,0xeca10000,0xa19ffa50,0x12b055fe,0x3058fc20,0x3fec5034,0xfe919db0,0x2df5fa95,0x31085fe1,0xefd03500,0x404700d1,0x4a1c5113,0x196f8ae6,0x7f29d4fc,0x840061a1,0x4357462e,0x6726721a,0xf38e2ffd,0xeb80ec00,0x9196fa10,0x11603a01,0x6073fc3f,0xe8ec6046,0xffc17db0,0x3e10f8d5,0x4107bfe4,0xf0d03200,0x505100f1,0x5e1aa119,0x184f7ee5,0x5ef9d32c,0x6a01312e,0x3fa4ce39,0x74bb71ea,0xfa8e5ffe,0xebc0c500,0x1129fa80,0x10103003,0x9080fc1f,0xa7ede051,0x019160b0,0x8e2df725,0x4c067fe5,0xf1403000,0x605b0121,0x5d19f112,0x17ef66e4,0x8ee1d4dc,0x4801f0d0,0x3cb0ea2f,0x10ee6f5b,0x1f90b005,0xeda087ff,0xb0c1fcd0,0x10103603,0xc06cfc4f,0x99f05051,0x029159b1,0x6e57f965,0x2f030fe4,0xf1203100,0x807b0171,0x5a1a6107,0x150f19e3,0xfee1d73c,0x2e02f093,0x3c60491e,0x105d667b,0x6599400c,0xef5046ff,0xb0beff40,0x10e02e01,0x703efe7f,0xbef3903f,0x03213db1,0x4e96fb04,0xfe00dfe6,0xf1c02f00,0xf0b30211,0x371b00ec,0x132ee0e4,0x7ec8d84c,0x5305b07d,0x3f201a11,0xc02f3f2b,0xa5c0001b,0xf28023ff,0xd0e0ffa0,0x100015fe,0x803401af,0xe7f5002a,0x0310e4ad,0xfeccf5b5,0x0e03bfee,0xf4e02400,0xc09201d1,0x3a1ab0ea,0x178f1ce6,0x6eb2d86c,0xa2090076,0x43001d12,0xc03210fb,0x36ed702d,0xf9e018ff,0xf103feb0,0x0d8011fe,0xf066026f,0xd3f3a023,0x0400a5aa,0x6ec9f455,0x1b0a6fef,0xf5402400,0x90750171,0xb21ac102,0x1d2f5be7,0x7eb9d7dc,0x9e08d099,0x43205620,0x3068069a,0x81f75019,0xfa8fff00,0x1122fed0,0x0d302802,0x8081012f,0x8ef14014,0x0540a4aa,0xbecff5c5,0x0f116fe6,0xf1b02d00,0x806e0161,0xc71bf117,0x1f1f80e8,0xaeced80c,0x4f06312b,0x3ed0b42a,0xc0bc03aa,0x05fa1006,0xefdff800,0x2139ff50,0x0ea03c03,0x8070ffcf,0x95ed5004,0x04c0deab,0x3eb3fc14,0xf6169fdf,0xee703700,0xa07e01a1,0xa01e7104,0x1e3f6cea,0xcecfdb3c,0x16003231,0x3a80b12c,0xb0b9041a,0x1bf99fff,0xe90fff00,0x313fff20,0x0fe05401,0x6073ff6f,0xdfeafffb,0x02f124ab,0xee750224,0xea14ffdc,0xee203a00,0xb08f01c1,0x761e50f7,0x19ef4ee9,0x0ecee4fc,0x36fab302,0x39809228,0xf09d07fa,0x9ff5dff6,0xe40fda00,0x213dfe70 +}; + +u32 ANIM_ENTRY_walking_female[] = +{ + 0x028fa3ff,0x1fcb01d0,0x0afd904c,0x00304a05,0xac3c04ff,0x1139cfd2,0xe5704000,0xa0bc0190,0x5005afaa,0x03003303,0x388c7f33,0xde8f66a3,0xc4700c07,0xd01efbcd,0xdc051f83,0xf69020fe,0xb0780300,0x02cfadfe,0xefc90040,0x12fd5058,0xfff04802,0xac50030e,0xef390fc9,0xe3204800,0x80ab0160,0x5a067fa8,0x02102700,0xf8927d93,0xe792869b,0xc5400c07,0xa01efdbe,0x67035f97,0xf61023fb,0x606c03e0,0x02dfbafe,0xffcbfe50,0x17fd6069,0xffc030ff,0x0c5e006e,0xd637ffc7,0xe2604a00,0x70980140,0x5f05bfa6,0x02403100,0x48997ba3,0xe295769f,0xc5000c07,0xe01eff0e,0xf901ffaa,0xf5f01ff8,0x10600330,0x037fd5ff,0x7fbcfbc0,0x19fdb07f,0xff901bfd,0x2c67fe9e,0xbd36afbe,0xe0505100,0x50830110,0x5b057fa2,0x02a03e01,0x58aa7a23,0xd996769c,0xc3400e09,0x6021ffaf,0x71010fbb,0xf5a02ef4,0xd0550230,0x040fe4ff,0xefb0fa80,0x18fe0095,0xff5011fc,0x8c70fc4e,0xa835dfb2,0xddc05d00,0x50780100,0x58055fa3,0x03904402,0x88947903,0xd698e69b,0xc260110b,0x4025ffdf,0xad009fca,0xf55022f1,0xf05bfed0,0x042fedff,0xffaaf990,0x1cfe7091,0xff100afc,0xbc76fa1e,0x97351fa8,0xdbf06600,0x407600f0,0x4f053fa9,0x04904802,0xd87f77f3,0xd395e690,0xc1a0150d,0xb02affcf,0x8e00dfd6,0xf60024f2,0x00530140,0x03efdfff,0x2fa6fa50,0x2dfee08e,0xfed003fd,0xac79f86e,0x8b34cfa2,0xdae06b00,0x50770100,0x4504dfa5,0x05402402,0x985076f3,0xda95569c,0xc3b01d11,0x9032ff8f,0x57013fe2,0xf7301ef2,0xb0280410,0x038fdffe,0x4fa6fac0,0x3cfee089,0xfeaff5ff,0x5c71f62e,0x8934cfa0,0xda906c00,0x407300f0,0x48050fa0,0x06601103,0x082b7933,0xeb9606b3,0xc5d03118,0xb045ff4f,0x2101aff0,0xf72fecf2,0x2ffa0390,0x024fe9fd,0x7fbcfb00,0x46fe8082,0xfebfee01,0x2c60f3ee,0xa034ffa5,0xdb506800,0x406a00e0,0x4d04ffc0,0x07401b03,0xd8217c44,0x029596e6,0xc7e05622,0x0065ff0e,0xfb020002,0xf79fcbf2,0x300d0280,0x00fff3fc,0xafd2fb40,0x51fe4078,0xfeeff902,0x8c45f43e,0xc1354fb1,0xdd705e00,0x406900e0,0x5807800e,0x05b02c03,0x88177f64,0x18941737,0xc7808f2a,0xc098ff2f,0x1001c008,0xfb9fa3f2,0xf02a0160,0xffaffefb,0xdfe8fb80,0x5bfe706e,0xfea01d03,0xec38f61e,0xd7370fc0,0xe0c05000,0x507a0100,0x6806dfe0,0x03003401,0xe80e8284,0x3392f789,0xc7c0ed31,0xe0eeff4f,0x1e01a00f,0xfa4f9bf4,0x2052fff0,0xfe5008fb,0x0ffefbc0,0x66feb062,0xfe904c05,0x9c3cf9fe,0xe5395fcf,0xe4804200,0x70950140,0x74045f9f,0x00003cff,0xe80685a4,0x4d91e7db,0xc8214435,0x3142ff5f,0x2c018016,0xf98fa4f4,0x6090ffd0,0xfe0002fb,0x6009fd40,0x64feb052,0xfef07307,0xfc45ff2e,0xfc3acfd8,0xe7403a00,0xb0c701b0,0x7e07df97,0xfed02bff,0x67f889a4,0x4e91d813,0xc7713e34,0xd13cff7f,0x4701501e,0xf8afaef4,0x709cfd80,0xffffe1fd,0x9ff400f0,0x3afe503c,0xffc0910a,0x4c5701ef,0x293c3fdf,0xe9d03300,0xf0ee0200,0x9b094f8f,0x00703802,0x07e18f14,0x2e930807,0xc4f0fa32,0x10fbff8f,0x4d01402e,0xf5bfaaf4,0xe0a0fc20,0x00efd3ff,0x2fdc0310,0x09fdd028,0x0080a60d,0xac5f045f,0x4a3ccfe4,0xebc02d01,0x511f0280,0xb6070f8e,0x00103603,0x27f092e4,0x0c93180e,0xc250b72e,0x40bdff7f,0x49015039,0xf4ffb3f6,0x40c3fce0,0x002fc3ff,0x2ff20370,0x18fd702a,0xfff0780d,0x7c4c05af,0x723c2fe2,0xece03001,0xb14702e0,0xaa075fa0,0xfeb04603,0x47eb92e4,0x05937849,0xc2108729,0x9090ffbf,0x3d012014,0xf4afc7f7,0xe0c8fcd0,0xffefb9fe,0x501003d0,0x26fcf02c,0xff405810,0x4c3c06df,0xa43b7fe7,0xed902b02,0x21700350,0xa8089fa6,0xfcc04a05,0x280992f4,0x0f942877,0xc1f05c22,0xa06bffcf,0x3e00dff2,0xf3afc9f8,0xe0b7fe60,0xff6faafe,0x300f04c0,0x26fcb02a,0xff203612,0xdc2d07df,0xce3b8fea,0xee302802,0x919703c0,0xbc096faa,0xfc305f05,0x482b93b4,0x2493d899,0xc2003619,0xe04affcf,0x3400cfcf,0xf33fbdf9,0xc05bff90,0xff8f95fe,0x700e0630,0x22fcd023,0xff902315,0xec2207cf,0xf83c2feb,0xee802703,0x01b60420,0xb7092fba,0xfba06104,0x782292c4,0x3592d8af,0xc1501c10,0xb031ffbf,0x2500efda,0xf8ffc6fb,0x3049fb90,0xff8f8dfe,0xa0070770,0x1dfd001c,0x00101418,0xdc1a0680,0x193cffeb,0xeed02603,0x51cc0470,0xb8095fbc,0xfb805d04,0x78129194,0x459188c2,0xc0700e09,0x6021ffae,0xf3011fe6,0xfe7fe6fc,0x501f0240,0xffcf83fe,0x9ffb0940,0x19fd9003,0x005ffa1b,0x0c160510,0x323ddfed,0xefa02403,0x81d804a0,0xb909dfa8,0xfb305004,0x980f90f4,0x3f9198c2,0xbff00a05,0xb01aff8e,0xdc014ff7,0xfd7038fd,0x1046fbd0,0x002f79fe,0x7fec0b00,0x13fe2fe9,0x00afd81c,0x2c150360,0x3f3edff0,0xf1702003,0x71d70490,0xc809dfa0,0xfaa04804,0x480c9094,0x379268bd,0xbfb00a06,0x101bff6e,0xcc018004,0xfd2034fd,0xd05dfee0,0x002f72fe,0x7fe10c80,0x09fe6fd7,0x013fb81c,0x6c1601d0,0x3b3fbff3,0xf3201c03,0x61d10480,0xd809ffa3,0xfa904c03,0x68098fd4,0x2a91e8b8,0xbf500d08,0xc020fefe,0x9b021ff7,0xfe4ffcfe,0x604bff20,0xffdf67ff,0x6fdf0e1f,0xeefe5fcd,0x01efb11b,0x9c1f00e0,0x30407ff5,0xf4501903,0x31c30450,0xdc0a7f9b,0xfb004b02,0xe8058ec4,0x129138a3,0xbe50110a,0xc024fe1e,0x3e031fd3,0x00bfe0ff,0x300dffa0,0xff8f6500,0xcfdf0e8f,0xd3fe3fc5,0x027fa719,0xec1e0160,0x1a40aff6,0xf4c01802,0xd1a803f0,0xe20b3f98,0xfb104d02,0x27e98d93,0xec8e886a,0xbce0130c,0x7028fc1d,0xb804ffd4,0x00dfd600,0x8fb60050,0xff3f7101,0xcfde0cbf,0xc8feefdf,0x015fa218,0x5c1203af,0xf3400ff5,0xf4201902,0x61850390,0xd10aff8e,0xfbd06002,0xb7f08bc3,0xd08c282d,0xbc30150d,0x902af92d,0x41079fda,0xfe8fc802,0x6f95fef0,0xff7f8b02,0xafcf098f,0xc1ff8ffa,0x000faf17,0x5c0006bf,0xc63eeff1,0xf2101e02,0x01640330,0xb30a7f91,0xfd806403,0x780c8963,0xb38a07f6,0xbbc0130c,0x8028f5dc,0xf40aafd4,0xfcdff402,0x3fa30280,0xffbf7a01,0x3fe108cf,0xe5ff6013,0xff6fba13,0xcbec096f,0xb13d7fee,0xf0302301,0xa14202d0,0x9e0a3faa,0xffe04e03,0xf8018693,0xcd8ab7ab,0xbd90110a,0xf024f32c,0xcc0d2fc3,0xfb8ff002,0x3fce04a0,0xff2f64ff,0x40060890,0x12fe8029,0xff4fdc0f,0x9be90aef,0x9a3c1feb,0xee902701,0x511e0270,0x79086fb6,0x01f03c04,0x580c8403,0xe88bf77c,0xc030120b,0xa025f3cc,0xd90c8fb4,0xf9d00102,0x8ff103c0,0xff6f76ff,0x10030610,0x1bfd903e,0xff4ff70d,0x3bef0b1f,0x733abfe3,0xeb502f01,0x10fc0220,0x6607afbd,0x03502e04,0x88408243,0xdc8ba73f,0xc120110b,0x3024f64d,0x0b0a2f90,0xf8a01502,0xd00501e0,0x018f93ff,0x5fdb03b0,0x0efda04c,0xff60190a,0xac0c089f,0x4b3a2fdc,0xe8b03700,0xe0e201e0,0x61070fc3,0x03f02405,0x586f81c3,0xd38bd6e2,0xc1f00e09,0x6021f88d,0x4d080f6e,0xf7401003,0x40170130 +}; + +u32 ANIM_ENTRY_running_female[] = +{ + 0x037fb3fe,0x900c0900,0x0afd1fd7,0xff91481c,0x5cfd0c8f,0x6131d179,0xb72e75f2,0x64def100,0xa8051ffa,0xfa6062ff,0xcfa1e6ac,0x418eb7c8,0xc5007f3c,0xb077fe0e,0xae02ffcc,0xfa3fc2fd,0x611af820,0x03efaf02,0x6fed0d0f,0xb8fcbf85,0x00416520,0x2d5a0b0f,0x46333150,0xb62e9cf0,0xf4caefa0,0xbf052fe9,0xf93053fe,0x7fdfe55b,0xe6876831,0xbe802533,0xb01efeae,0xc5025fcd,0xfb3fd803,0x4090f730,0x033fb103,0xcfdb0fdf,0x7efd3f51,0x02618622,0xbdd70bdf,0x4233f107,0xb40ee2ee,0xc4b7ed70,0xaa055fca,0xf97078fd,0xf027e6db,0xc487388b,0xbac00928,0xb002ff2f,0x0401bfd4,0xf9ffcc03,0xaff8fb50,0x044fc203,0xdfb20fcf,0x64fe1f39,0x0441bc24,0x2e2b0dcf,0x3a3370da,0xb22f0eec,0xe4aaeba0,0x94052fb4,0xf98094ff,0x2069e70b,0xab8bf896,0xbbcffc1e,0xcff2ff2f,0x0401cfdc,0xf8bfd900,0xdf97fa30,0x05ffd501,0xef920edf,0x7dfd6f27,0x0371c724,0x8e3f0fdf,0x2a3200d4,0xb1df14eb,0xa4a1ea70,0x98055fc3,0xf820a3ff,0x40a9e76b,0xb68b7872,0xbe6ff716,0xbfe6fe7e,0xa8028fdf,0xf8bffefb,0xcf6cff40,0x04bfd800,0xbfac0e9f,0x9dfaff22,0x02b1bd23,0x0e2e116f,0x1430f0df,0xb26f09e9,0x0492e7d0,0x9605cfe5,0xf750b3ff,0x90adeb8b,0xcd8af874,0xc04ff610,0x1fddfdae,0x4e036fda,0xfb1024fd,0x5f7fff10,0x037fe201,0x1fc40ccf,0xa5fb9f36,0x02d1b621,0x8e1c12ee,0xe63010e5,0xb2bf04e6,0xa488e590,0x9004afd9,0xf8408efb,0xd07aeecb,0xbf88a868,0xbffff60e,0xffdbfc9d,0xfc044fd6,0xfd800cfe,0xffa8fc00,0x03cfdd00,0xdfc20b2f,0xb3fbff58,0x02c1ae1f,0x6e0513be,0xba2e50d1,0xb1df17e6,0x5486e530,0x9c038fbb,0xf8e068fa,0x7022ef9b,0xc0871820,0xbf3ff613,0x6fe1fa7d,0x82063ff4,0xf9f01000,0xeff2fa20,0x02ffc700,0x3fe70a3f,0xcef9df86,0x0231851a,0xddc713ae,0xaa2c10b7,0xb08f31e8,0xa48fe790,0x9c037fc7,0xf87065fb,0x8ff4f1cb,0xc586e7bd,0xbe3ff718,0xefe8f50c,0xea0b3fff,0xf2503103,0x6036faf0,0x022fd000,0xa018074f,0xd8f6ffb1,0x01b15114,0xbd7a11fe,0x932b409e,0xaeef49eb,0xd49feaa0,0xa2046fe1,0xf810a8f6,0x0ffcf51b,0xb0856740,0xbcbff81c,0x1fece64c,0x72199000,0xecb03700,0x804dfdf0,0x02afd1ff,0xa02603ff,0xf8f71fea,0x0121270e,0xdd2f10de,0x6e2ad091,0xadef55ee,0x34afecf0,0xba055fef,0xf770d6f4,0xe012f8db,0xb28676c3,0xbf5ff81c,0x6fecdb9c,0x5a241000,0xe8804dfd,0xb0560070,0x02cfcdfd,0xa0260140,0x26f8b01f,0x0061160a,0x4cfd110e,0x4f2a1093,0xae0f53ee,0xb4b4ed70,0xd0053ffc,0xf620b8f7,0xb027ffbb,0xc789d67d,0xc4fff617,0x8fe5ec3c,0x9b13bfff,0xea006cfb,0x8068ffd0,0x030fd3fc,0x100dfda0,0x49fb8059,0xffc11308,0x7ce3128e,0x3528709b,0xae8f4bee,0xc4b7ed70,0xda054ffd,0xf66079fb,0xd041062b,0xde8d8667,0xc9eff412,0x8fdef69d,0x2509dffe,0xf21094f9,0x6056fe50,0x034fd8fa,0x8ff5f950,0x7bfe60a8,0xff110d08,0x5cd5155e,0x2925209b,0xae7f4bf0,0x94caef30,0xc605d005,0xf7206cfd,0xd04309fb,0xfe914679,0xcd2ff410,0x2fdafb9d,0xdb055ffd,0xfcc0a5f7,0x2035fdb0,0x039fcbf9,0x2fe6f730,0xa6fee0db,0xfeb11507,0xccd9177e,0x2922409d,0xaeaf4af1,0x84d5f010,0xa906100a,0xf77076fe,0x00130b9c,0x1495c6a3,0xcf1ff411,0x1fdbfe2e,0x9802fffd,0x02a08df5,0x5035fbf0,0x03afbdf9,0x7fdef710,0xa00010ed,0xff513307,0x3ce6172e,0x1621d0aa,0xafaf3df2,0x44ddf0d0,0x9a05f00a,0xf8207afe,0xafdf0b1c,0x0e9b16d7,0xce5ff416,0xbfe2ff6f,0x3c017ffd,0x021050f3,0x602ef7d0,0x028faffa,0x3ff2f800,0x8a0160e7,0xffc14707,0x2ce4154e,0x072290ce,0xb1df1bf3,0x24e8f1b0,0x8c059ff7,0xf8707cfe,0x8fae091c,0x05a19715,0xcccff820,0x0fedffdf,0xa100bffd,0x00002cf1,0x2000f280,0x00efa7fa,0x5008f8b0,0x8301b0da,0x00014a08,0x8ccf14be,0x1722b10b,0xb45ee0f3,0x34e8f1b0,0x7e05cfe3,0xf86079fe,0x0f84079c,0x149ec74a,0xcc0fff28,0x6ff8ffdf,0xaa009ffd,0xff703ef3,0xbfc3f5b0,0xffffadfa,0x6011f940,0x820120cf,0x0011460a,0xecb8141e,0x3423a142,0xb5eeaaf3,0x84edf210,0x72064fdc,0xf8107cfe,0x8f6c062c,0x3395775e,0xcb80072f,0xd001ff8f,0x51014ffd,0xfd404af7,0x3feffc80,0xff7fb3f9,0xb018fb00,0x8d00b0b4,0xff61400e,0x8ca4132e,0x4f262130,0xb58ebcf4,0xb4fdf320,0x7d063fec,0xf6d098fc,0x7f6402ac,0x62927777,0xcc101d38,0x9016fece,0xda023ffe,0xfb103dfa,0xd073fbd0,0xff6fb9f8,0xb029fd20,0x97ff5096,0xfe811e12,0xbc99126e,0xa429b108,0xb47ee3f5,0x3504f3b0,0xa2077fe0,0xf6e089f9,0xdf65fc1c,0x97917790,0xcd5f7641,0x9f6ffe0e,0x7f031ffe,0xf8c02bfb,0x10e4f960,0x008fc0f9,0x402a0030,0x83fd006a,0xfe810416,0x7c9f10cf,0x082d112a,0xb58ec2f5,0x8506f400,0xa8078fe7,0xf9306bfb,0x8f69f3ac,0xa39197b3,0xcc8fd845,0x6fd0fdde,0x6c033ffe,0xf6b024f8,0xb128f8c0 +}; + +u32 ANIM_ENTRY_fire_kneel_dual_wield[] = +{ + 0x00dfe3ff,0xffe7034f,0xfa04dfd4,0x000b3dba,0x834417c3,0xb13b7ff9,0xfa301200,0xc09001dd,0x8b02e02b,0xe37f92fa,0xef3600bc,0x3501c00b,0x3e2009ff,0x3016ff7f,0xf7015feb,0x00efaefc,0x8004ffd0,0x00efe300,0x1fe6030f,0xf704efd5,0x003b2fba,0x734915b3,0xb0395ffa,0xfa401100,0xc09101dd,0x9802f032,0xe38f92fb,0x5f39007c,0x35021012,0x3e1009ff,0x2016ff5f,0xea017fea,0x011fabfc,0xf00aff90,0x012fe300,0x4fe102df,0xf104dfd7,0x001b41ba,0x733913a3,0xaf373ffa,0xfa801100,0xc09101dd,0x9c033037,0xe37f99fc,0x0f38001c,0x3501f020,0x3dc009ff,0x3016ff3f,0xd501bfeb,0x00ffa4fd,0xb018ffb0,0x015fe100,0x7fdb02bf,0xeb050fdb,0x000b52ba,0x732e1143,0xad34fffa,0xfaa01000,0xc09201dd,0x9b03a03b,0xe35f9ffc,0x8f2fffcc,0x36020031,0x3da009ff,0x5016ff0f,0xb901ffec,0x00bf98fe,0x702affa0,0x017fdf00,0x7fd902cf,0xe6051fd6,0xfffb69ba,0x631a0cf3,0xac30fffa,0xfa901100,0xc09401ed,0x9f03d041,0xe32fa0fc,0xef27ff9c,0x39025040,0x3da009ff,0x6016fecf,0x9a024fed,0x005f90ff,0x3039ff80,0x017fdd00,0x8fd9030f,0xdf043fcf,0x003b92ba,0x32f407d3,0xa72c2ffa,0xfa701100,0xd09701ed,0xa703f043,0xe31fa3fd,0x2f28ff5c,0x3d02a04a,0x3dc00aff,0xf017fe8f,0x83027fee,0xffff90ff,0xa046ff80,0x018fd700,0x8fd603af,0xd7043fc7,0x00ebc3b9,0xd2c803a3,0x9f281ffa,0xfa501100,0xd09801ed,0xb0044041,0xe2efa9fd,0x7f29feec,0x44032053,0x3e000b00,0xc019fe5f,0x6d02bff0,0xffaf9200,0x1052ff70,0x019fd100,0x7fd0043f,0xce044fc5,0x019be0b9,0x72c000c3,0x95255ff9,0xfa001200,0xd09701ed,0xa904e03b,0xe2bfabfd,0xdf29fe7c,0x4a03b059,0x3e500c01,0xe01bfe2f,0x5b02eff1,0xff5f9500,0x705cff30,0x017fc800,0x7fcf04bf,0xc7041fc3,0x01fbd3b9,0x42e2ff33,0x8f241ff8,0xf9501400,0xd09701ed,0x9d05a039,0xe2dfaffe,0x4f2bfd6c,0x5204c056,0x3ed01104,0x8021fe0f,0x5502fff3,0xfe3f9b00,0xc064fe60,0x016fbb00,0x4fcf059f,0xc2046fbf,0x025be4b9,0x22d4fd13,0x8a220ff8,0xf9401500,0xc09401ed,0x9f05c038,0xe2cfb7fe,0xaf26fafc,0x62064052,0x3fa01c09,0xe02cfdff,0x5302fff7,0xfbff9d01,0x1071fd60,0x019fb5ff,0xffd0060f,0xc3045fc6,0x02fbf4b9,0x52c2fb23,0x871fbff8,0xf9401500,0xc09201dd,0xa605c03e,0xe28fbdfe,0xef1ef6fc,0x7a071055,0x40603211,0xf03ffddf,0x49031ff8,0xfa9fa101,0x807dfcb0,0x020fb6ff,0x8fd305df,0xcd033fcf,0x02ebddb9,0xc2c7f8b3,0x8b1c9ff8,0xf8f01600,0xc09201dd,0xb705d03f,0xe26fc1ff,0x0f15f1bc,0x94069064,0x40d0541b,0x105afd8f,0x2b035ff2,0xfb0fb402,0x2090fd10,0x023fb6ff,0x5fdd060f,0xda01bfd2,0x023bf7ba,0x829ff423,0x92174ff7,0xf8b01600,0xc09501ed,0xbd05903b,0xe29fbbff,0x1f05ec8c,0xa705c07e,0x40f08023,0x507dfcde,0xef03efef,0xfd4fea02,0xc0b2fdb0,0x01afb7ff,0xcff3066f,0xde002fd4,0x01cc47bb,0x8255edd3,0x9a101ff6,0xf8301800,0xd09901ed,0xae05d033,0xe2efb1ff,0x2ef0e82c,0xb0054094,0x4060ae29,0x50a4fbee,0xa604aff4,0xfd7ff803,0x40ddfdf0,0x00bfb900,0xd01206ef,0xd5fe9fd3,0x018cedbc,0x71b4e443,0x9c064ff5,0xf7b01900,0xd09d01fd,0xa905d026,0xe34fa6ff,0x2ed2e45c,0xb504d0a3,0x3f30d22c,0xc0c4face,0x59058ff9,0xfd3ff003,0xe10bfe10,0xff8fb901,0xe033078f,0xcdfd1fcc,0x00bdffbd,0x20b0da63,0x99fc6ff4,0xf7101b00,0xe0a1020d,0x9c06601f,0xe39f93ff,0x1eaae0fc,0xc00430af,0x3dd0df2d,0xb0d0f95e,0x0a069ffc,0xfdbff604,0xa145fea0,0xfe7fc002,0xb04d078f,0xcdfc6fcc,0xffdef5bd,0x4fb2d413,0x96f5dff4,0xf6f01c00,0xe0a5021d,0x9906d01c,0xe3ef86fe,0xce8eddbc,0xcb0310ba,0x3c60d52c,0xd0c7f77d,0xb7081ffe,0xfdcfff05,0x2185feb0,0xfd8fc803,0x2063074f,0xd3fbffcc,0xff4ef4bc,0x6f43d023,0x95f17ff6,0xf7e01900,0xf0a9022d,0xf605c016,0xe3ef7cff,0x1e85dadc,0xd10230c5,0x3b10c02a,0xc0b4f4bd,0x5b0a6fff,0xfddff105,0xb1c10060,0xfc7fcd03,0x707b06ef,0xd9fbbfd6,0xff4f5fbc,0xaecdcb13,0x96ec6ff5,0xf7501a00,0xf0aa022d,0xf306101a,0xe47f76fe,0xde89d8ac,0xd201e0d0,0x39d0ad28,0xa0a4f09d,0x010e2000,0xfe9fc906,0x81fa0340,0xfadfd603,0xb099061f,0xdefbafe3,0xff609cbd,0x6debc4d3,0x99e64ff3,0xf6401e00,0xe0a1020d,0x9007b016,0xe51f70fe,0x8ea6d73c,0xc001b0ce,0x3880a627,0xd09ee90c,0xad154001,0xff4faf07,0x02290630,0xf93fd903,0xc0b105df,0xe6fb1fe4,0xff30efbd,0x2daec113,0x98e1aff4,0xf6c01c00,0xc09401dd,0x7207f00d,0xe48f74ff,0x8ec9d67c,0xa90210c8,0x3760a828,0x00a0d5ac,0x64285003,0x00dfbb07,0x323b0a80,0xf82fcf03,0x70b8069f,0xeffb2fdd,0xff40a0bc,0x7dfcc0c3,0x95e18ff6,0xf7f01900,0xb08e01cd,0x7007affc,0xe51f7000,0x0ed2d58c,0xaa0340c7,0x3680b929,0xd0afaccc,0x5850e00d,0x04ffe007,0x72500fa0,0xf75fc103,0x40ba07cf,0xf2fb1fd8,0xffd07cbb,0x9e26bbe3,0x92df1ff7,0xf8c01600,0x907d018d,0x76078fec,0xe80f7400,0x8ebbd36c,0xc90510c6,0x3600ff2f,0x30ee951c,0x8d68700d,0x056fe307,0x426d1270,0xf5efbc03,0xc0ce088f,0xe7fb1fd9,0x0110a7ba,0xae04b5b3,0x86db1ff8,0xf9001500,0x706f015d,0x8107cfe4,0xea3f6d00,0xfeabd0cc,0xdc06c0b5,0x35218c34,0xc1738c4c,0xcc712006,0x03efdf06,0x828d1280,0xf43fba04,0x90eb09af,0xd5faffd3,0x02c0beb8,0xfdf6b2f3,0x74da2ff8,0xf9701400,0x7069014d,0x83080fdc,0xeaff6301,0xae96cf2c,0xec08509d,0x34327938,0x725b883d,0x06752001,0x023fd205,0xc2ad1150,0xf30fb605,0x110c0a8f,0xc9fa5fcb,0x0400e4b7,0x8ddaaff3,0x6ad88ff9,0xf9e01200,0x7066014d,0x7a081fda,0xebff6101,0x7e7ccded,0x0609e089,0x33f4003a,0x03dd860d,0x36776000,0x008fdb04,0x82a70ed0,0xf27fb905,0x51210aaf,0xbff94fc8,0x04310fb6,0x6dbcad73,0x63d69ffa,0xfa401100,0x6063013d,0x74082fd8,0xecbf6501,0x0e65cc4d,0x210af078,0x33b58339,0x355d84ad,0x5d78b000,0xfeffdd02,0xf2790c50,0xf21fbb05,0xb1320aef,0xb5f8bfc3,0x04112ab5,0x7daaab33,0x5cd4cffa,0xfaa01000,0x6061013d,0x77082fd5,0xecaf6400,0xce3bcb2d,0x480c006a,0x33465137,0x462883cd,0x7e79afff,0xfddfdb01,0xd2480ad0,0xf19fba06,0x11430b4f,0xaef86fc1,0x03d139b4,0x9d9ea953,0x55d2effb,0xfb400e00,0x605d012d,0x7a07ffdb,0xec7f6c00,0xce0fca8d,0x720d605c,0x3306bc35,0x5691833d,0x987a5000,0xfcffdb01,0x221f0a50,0xf18fba06,0x214d0b6f,0xadf7ffc4,0x037139b3,0xdd90aa93,0x50d16ffc,0xfba00d00,0x5052010d,0x7a07bfe2,0xea2f7c00,0xade6c9bd,0x9b0e5057,0x32a6f833,0xa6cc82cd,0xad7ad000,0xfc3fdc00,0xb1f50a40,0xf1afb505,0xb1560b1f,0xb8f82fcf,0x03213eb3,0x9d77aa93,0x4fcf6ffb,0xfb900d00,0x404e00fd,0x7f07cfe5,0xe84f8400,0x7dccc91d,0xbd0ec05c,0x32571832,0x76eb827d,0xbd7b3000,0xfbbfe000,0x11190730,0xf19fab04,0xc1640a9f,0xcdf8afd8,0x02e154b3,0xfd58a893,0x54cccffb,0xfb500e00,0x404c00ed,0x7a07efe9,0xe83f8d00,0x1dcec93d,0xca0f405b,0x32c72331,0xf6f6826d,0xbf7b4001,0xfb5fe3ff,0xd0440420,0xf1ffa804,0x316309ef,0xd3f8bfdc,0x02c146b4,0x6d4fa733,0x5ecafffb,0xfb800d00,0x404b00ed,0x7e07afed,0xe7af92ff,0x8dd4c8fd,0xcc0f5059,0x33272531,0xd6f8829d,0xb37b0001,0xfaefe4ff,0xd04104a0,0xf2bfab04,0x515a098f,0xcbf87fe1,0x02b13fb4,0x8d49a3f3,0x65c94ffc,0xfbb00d00,0x404f00fd,0x81076ff0,0xe87f90ff,0xdddbc88d,0xc30e905d,0x33171f32,0x16f282dd,0xa77ac002,0xfaafe1ff,0xd0470390,0xf30fa904,0x915909af,0xc5f86fe5,0x027176b4,0x8d32a003,0x65c7effb,0xfb200e00,0x5057011d,0x6e077ff1,0xeaff91ff,0xade2c8ad,0xb90e105d,0x33271432,0x76e882fd,0x9e7a9002,0xfa8fdfff,0xc04f0240,0xf36fa704,0xe1550a2f,0xc1f85fdf,0x025179b4,0x2d309fe3,0x65c81ffb,0xfb400e00,0x5059011d,0x7c072ff4,0xeb2f94fe,0xcdcdc8bd,0xca0df05f,0x33370f32,0x96e3832d,0x977a6003,0xfa8fdeff,0xb0510160,0xf3cfa905,0x014f0a5f,0xbef84fd6,0x022165b3,0xdd37a293,0x67c8dffb,0xfba00d00,0x5056010d,0x8e06fff4,0xe97f94fe,0x3dbcc88d,0xd80dc060,0x33271432,0x66e7833d,0x937a5003,0xfa4fddff,0xb0510120,0xf3efac04,0xc14b0a2f,0xc1f84fd3,0x020163b3,0xdd39a613,0x6ec9dffc,0xfbb00d00,0x5052010d,0x8d072ff4,0xe76f98fe,0x0dbac86d,0xdc0d605c,0x33471b32,0x16ef834d,0x8f7a3004,0xf9dfdaff,0xb0540100,0xf41fac04,0x81440a0f,0xc4f8efd3,0x02215fb4,0x0d3ca623,0x74c98ffc,0xfbc00d00,0x405000fd,0x8d070ff5,0xe74f9afd,0xeda9c85d,0xef0d005a,0x33771e31,0xe6f2835d,0x8c7a2005,0xf95fd6ff,0xb05200b0,0xf45fa704,0x913d0a0f,0xc2f9cfd6,0x024174b4,0x7d32a2e3,0x7bc78ffb,0xfb500e00,0x5052010d,0x82073fee,0xe8ef96fd,0xcd92c84e,0x070d105c,0x33872131,0xc6f5836d,0x8c7a2006,0xf8efd3ff,0xb04e00c0,0xf47fa104,0xb13909ff,0xbef99fe2,0x025193b4,0xfd209e03,0x7fc47ffa,0xfab01000,0x505a011d,0x6e079fef,0xeb4f8efd,0xad87c84e,0x120d405f,0x33772431,0x96f8836d,0x8b7a2007,0xf8afd3ff,0xb04a0070,0xf4bf9a04,0xc1320a3f,0xbef9ffe8,0x026192b5,0x3d259c63,0x86c33ffa,0xfaa01000,0x605e012d,0x61079ffa,0xec5f8cfd,0x6d7fc82e,0x1a0d4064,0x33872531,0x86f9836d,0x897a1008,0xf85fd5ff,0xb045ffb0,0xf4df9604,0xe12c0a8f,0xbffb4fe5,0x026175b5,0x4d3b9dd3,0x8ec40ffb,0xfaf00f00,0x6062013d,0x65076fff,0xec0f8ffc,0xfd83c80e,0x150d1067,0x33672531,0x86f9837d,0x887a1009,0xf82fd8ff,0xb045fef0,0xf49f9505,0x21310a9f,0xbefbbfe4,0x02616ab5,0x1d419e43,0x90c3fffb,0xfb300e00,0x7066014d,0x65077000,0xeb5f8ffc,0xcda4c82d,0xf10ce063,0x33272631,0x76fa837d,0x867a000a,0xf80fd8ff,0xb043fe40,0xf4cf9105,0x212d0aaf,0xbefbcfe3,0x026171b5,0x1d3d9c33,0x92c23ffb,0xfb400e00,0x7068014d,0x5f078ffc,0xeb9f91fc,0x6d96c82d,0xff0cf065,0x33372831,0x46fd838d,0x8479f00b,0xf7dfd3ff,0xc03dfde0,0xf4ef9005,0x012b0aaf,0xc0fb9fe0,0x021175b5,0x0d3e9b23,0x95c16ffb,0xfb700e00,0x706a015d,0x5c076ffb,0xebbf8afc,0x0d8bc83e,0x0d0d0066,0x33772c31,0x1700838d,0x8479f00d,0xf7cfc9ff,0xb03dfe00,0xf4bf9205,0x01300a9f,0xc1fb5fde,0x01c177b4,0xbd419b73,0x94c16ffb,0xfb900d00,0x706b015d,0x5a074ffb,0xeb7f87fb,0x5d94c85e,0x050d0062,0x33672f30,0xf703839d,0x8379f00e,0xf7cfc1ff,0xb03ffe40,0xf4ef9105,0x112f0a4f,0xbffb4fe1,0x01a189b4,0xad2f9bb3,0x93bfcffb,0xfb800d00,0x7067014d,0x5e079ff9,0xe75f8cfb,0xad7cc85e,0x1d0cf064,0x33573130,0xc706839d,0x8279e00e,0xf7afbeff,0xb03afe50,0xf51f8f05,0x012b0a0f,0xbefb0fe7,0x01d191b4,0xdd239a03,0x96bd6ffb,0xfb800d00,0x7065014d,0x6607effe,0xe1ef93fd,0x3d67c85e,0x330d0066,0x33773330,0xa708839d,0x8379f00f,0xf75fbeff,0xb038fe40,0xf51f9005,0x11290a0f,0xbdfaafe3,0x021182b4,0xcd3196d3,0x98bc3ffb,0xfb900d00,0x706e015d,0x6207fffe,0xe96f8dfb,0xad66c83e,0x340ce066,0x33673330,0x9708839d,0x8379f00c,0xf72fceff,0xb038fe20,0xf52f9205,0x21280a0f,0xbdfaefe0,0x01e16db4,0x9d439653,0x96bd2ffb,0xfb800d00,0x8076017d,0x51084ffa,0xea7f82fb,0xfd64c7ee,0x340ca067,0x33373230,0x9707839d,0x8379f00c,0xf77fccff,0xb033fde0,0xf53f9305,0x012909ef,0xc2fb3fe4,0x01d159b4,0x9d509813,0x94be7ffb,0xfb700e00,0x8075017d,0x45086ffe,0xe9df81fc,0x0d6ec78e,0x2b0c7067,0x33373430,0x7709838d,0x8379f00d,0xf79fceff,0xc02cfdb0,0xf52f9305,0x012b0a0f,0xc6faffe3,0x02014eb4,0x7d5a9c53,0x91c0cffb,0xfb900d00,0x706e015d,0x45083008,0xe7af87fb,0xdd7ac77e,0x1e0c8067,0x33373530,0x670a839d,0x8379f00e,0xf7cfceff,0xc02afda0,0xf52f9505,0x312c0a1f,0xc6fa9fde,0x020141b4,0x4d669ff3,0x8fc31ffc,0xfbb00d00,0x706c015d,0x4b080009,0xe5ff86fc,0x1d86c74e,0x0f0c7067,0x32f73430,0x670a839d,0x8379f00f,0xf80fceff,0xc02cfdc0,0xf51f9705,0x512d0a2f,0xc6fa8fdc,0x01f13bb4,0x2d6fa183,0x8cc48ffc,0xfbb00d00,0x706b015d,0x4b07f007,0xe5cf86fc,0x7d90c71e,0x040c5065,0x32d73530,0x470b839d,0x8279e00f,0xf80fceff,0xc029fd90,0xf54f9205,0x612b0a9f,0xc8fa8fd5,0x01c141b4,0x0d74a303,0x89c5effb,0xfba00d00,0x706a014d,0x40081004,0xe5ef8bfc,0xdd70c72e,0x240c7069,0x32f73830,0x170e83ad,0x8179e00f,0xf7efccff,0xc022fd30,0xf54f9005,0x512a0adf,0xcbfa4fcc,0x01d138b3,0xfd7da413,0x88c72ffb,0xfb900d00,0x706a014d,0x42083004,0xe60f8cfd,0x0d65c74e,0x320c8069,0x33273c2f,0xe71183ad,0x8179e010,0xf7dfcaff,0xc022fd40,0xf52f9305,0x512b0acf,0xc9f9dfc8,0x020130b3,0xfd82a4a3,0x87c7cffb,0xfb900d00,0x7069014d,0x4b085001,0xe61f8dfd,0x4d70c74e,0x280c7066,0x33173d2f,0xc712839d,0x8179e010,0xf7dfc8ff,0xc024fd90,0xf55f9105,0x81270b0f,0xc4f9efc6,0x02112db3,0xed85a4d3,0x85c80ffb,0xfba00d00,0x7067014d,0x53086ffe,0xe63f8dfd,0x4d55c74e,0x420c8069,0x33073c2f,0xc712839d,0x8179e010,0xf7dfc6ff,0xc020fd90,0xf55f8e05,0x91260b6f,0xc4fa2fc7,0x01f125b3,0xcd89a4f3,0x82c85ffc,0xfbc00d00,0x7066014d,0x5e086003,0xe61f88fd,0x1d48c77e,0x4f0ca06a,0x33073c2f,0xb712839d,0x8279e010,0xf7efc4ff,0xc01ffd80,0xf54f8e05,0x91270b9f,0xc5f9dfc2,0x01b11eb3,0xad8da533,0x80c87ffc,0xfbe00c00,0x6063013d,0x64084001,0xe5ef82fd,0x3d48c78e,0x500cb069,0x33173b2f,0xc710839d,0x8279e010,0xf7ffc6ff,0xc01ffd90,0xf58f8f05,0xa1240baf,0xc5f9dfbf,0x01d119b3,0x8d91a5f3,0x7ec91ffc,0xfbf00c00,0x6062013d,0x65083000,0xe5cf83fd,0x4d3cc74e,0x5a0c806b,0x3307392f,0xc70f839d,0x8279e010,0xf80fc7ff,0xc019fdb0,0xf56f9105,0xc1280bdf,0xc6fa3fc2,0x022112b3,0x4d94a6e3,0x7aca0ffc,0xfc000c00,0x6064013d,0x6c084003,0xe5ef86fd,0x7d4ac73e,0x4b0c706a,0x32d73a2f,0xb711839d,0x8379f010,0xf84fc6ff,0xc015fde0,0xf56f9205,0xc12b0bef,0xc8fa6fc2,0x020105b3,0x1d98a7c3,0x76cafffc,0xfc000c00,0x6065013d,0x73082005,0xe5ef88fd,0xed52c72e,0x420c7069,0x32d73b2f,0xa711839d,0x8279f010,0xf89fc7ff,0xc015fde0,0xf59f9305,0xc1270c0f,0xc9fa3fbe,0x01d0ffb3,0x1da0a893,0x77cbaffc,0xfc000c00,0x6063013d,0x6f080003,0xe5ef88fd,0xdd46c6ee,0x4e0c506a,0x32d73c2f,0x9712839d,0x8179e010,0xf8cfc7ff,0xc015fdc0,0xf54f8e05,0x91270b9f,0xc5f9cfc2,0x01611eb3,0xad8da6b3,0x79ca0ffc,0xfbe00c00,0x6063013d,0x6b07aff6,0xe58f84fd,0xed35c76e,0x630cb069,0x3317402f,0x3717839d,0x8079e010,0xf86fc4ff,0xc019fdd0,0xf58f8f05,0xa1240baf,0xc5f9bfc0,0x018119b3,0x8d91a763,0x77ca8ffc,0xfbf00c00,0x6062013d,0x6a07cff6,0xe54f85fd,0xdd34c73e,0x620c806b,0x33073f2f,0x471683ad,0x7e79e010,0xf87fc4ff,0xd019fe60,0xf56f9105,0xc1280bdf,0xc6fa1fc3,0x01d112b3,0x4d94a833,0x73cb6ffc,0xfc000c00,0x6064013d,0x6f07fffa,0xe54f87fd,0xed4dc73e,0x470c706a,0x32d7402f,0x3717839d,0x7c79e010,0xf8bfc2ff,0xd01bff10,0xf56f9205,0xc12b0bef,0xc8fa4fc2,0x01b105b3,0x1d98a913,0x6fcc4ffc,0xfc000c00,0x6065013d,0x74080ffe,0xe51f8afe,0x3d61c74e,0x330c7069,0x32d7402f,0x271783ad,0x7979d010,0xf8ffc3ff,0xe020ff90,0xf59f9305,0xc1270c0f,0xc9fa1fbf,0x0180ffb3,0x1da0a9d3,0x70cceffc,0xfc000c00,0x6063013d,0x6e080ffe,0xe4ff8afd,0xed61c71e,0x330c506a,0x32d7412f,0x071983bd,0x7579c011,0xf91fc3ff,0xe025fff0,0xf5af9505,0xc1270c0f,0xcaf9afbf,0x018105b3,0x1da3aa83,0x6fcd8ffc,0xfbf00c00,0x6062013d,0x6507effd,0xe49f87fd,0xcd71c6fe,0x240c3069,0x32d7442e,0xd71c83cd,0x7179b011,0xf93fbfff,0xf02a0040,0xf59f9405,0xc12a0c2f,0xccf96fbd,0x017106b2,0xeda2aaa3,0x6ccdbffc,0xfc100c00,0x6061013d,0x67079ffe,0xe42f87fe,0x1d80c70e,0x170c3068,0x32e7462e,0xb71e83cd,0x6e79b011,0xf96fbdff,0xf02d00b0,0xf5bf9205,0xd1260c5f,0xccf9afba,0x0150feb2,0xdda6ab03,0x6bce0ffc,0xfc400b00,0x6060012d,0x6b075ffd,0xe3bf8afe,0x3d79c70e,0x1d0c406b,0x32e7472e,0x971e83cd,0x6c79a011,0xf99fc100,0x00310120,0xf5df9005,0xf1220c6f,0xc8f9afb8,0x0160f7b2,0xdda8ab43,0x6dce4ffc,0xfc700a00,0x605f012d,0x6e075ffd,0xe36f8efe,0x5d73c70e,0x210c406e,0x32c7472e,0x871e83dd,0x6979a011,0xf9afc100,0x00340170,0xf5ef8f06,0x01220c7f,0xc7f95fb8,0x0150f8b2,0xbda2ab13,0x6ace4ffd,0xfc800a00,0x605f012d,0x72077ffc,0xe39f8ffe,0x6d6ec71e,0x260c306f,0x32b7482e,0x771f83dd,0x6a79a011,0xf99fc000,0x10380190,0xf5ff8c05,0xe1220c8f,0xcaf98fb7,0x0110f6b2,0x9d9fab33,0x67ceaffd,0xfca00a00,0x605e012d,0x7a078ffc,0xe3cf8afe,0x7d68c73e,0x2d0c4071,0x32e7492e,0x572083cd,0x6f79b011,0xf91fc300,0x203c0210,0xf5ff8d05,0xf1230c8f,0xcaf9afb9,0x00f0f1b2,0x7da0ac03,0x65cf6ffd,0xfcb00a00,0x605d012d,0x7f078ffe,0xe39f88fe,0x8d72c73e,0x220c5070,0x32c7492e,0x472083bd,0x7279c011,0xf8bfc700,0x203c02c0,0xf5ef9006,0x01240c5f,0xc9f9bfbd,0x0110f0b2,0x5d9cace3,0x63d02ffd,0xfcb00a00,0x605f012d,0x83079ffc,0xe31f89fe,0xed8ac73e,0x070c306f,0x3297492e,0x472183bd,0x7479c010,0xf85fc700,0x203d0350,0xf5cf9405,0xf1270c0f,0xcbfa2fc0,0x0120f4b2,0x6d99ada3,0x61d0dffd,0xfca00a00,0x6060012d,0x83079ffc,0xe2cf8eff,0x2da9c72d,0xe80c006c,0x32a74b2e,0x272383bd,0x7879c010,0xf7cfc700,0x304403b0,0xf5cf9305,0xf1280c1f,0xcbfa0fc1,0x0100fcb2,0x5d99ae33,0x5fd14ffd,0xfcb00a00,0x6060012d,0x7c077fff,0xe2cf91ff,0x3dadc73d,0xe40c206b,0x32a74c2e,0x072483bd,0x7a79c010,0xf76fc900,0x40480420,0xf5df9006,0x11270c3f,0xcaf9bfc2,0x00d104b2,0x3d97aec3,0x5dd1affd,0xfcc00a00,0x6061013d,0x76077000,0xe28f8bff,0x5da4c76d,0xed0c406d,0x32874e2d,0xd72683bd,0x7d79c010,0xf6ffc800,0x404a04a0,0xf5df9106,0x01260c1f,0xcbf9bfc3,0x009106b2,0x5d99aec3,0x5cd1dffd,0xfcb00a00,0x6063013d,0x7207c000,0xe25f89ff,0x6dadc77d,0xe50c306c,0x3297502d,0xa72883ad,0x8079d010,0xf66fc800,0x50500510,0xf5df9105,0xe1250bff,0xccf99fc0,0x005109b2,0x6d9baec3,0x5bd1cffd,0xfcb00a00,0x6062013d,0x7007f002,0xe1ef8bff,0x8dadc77d,0xe60c306c,0x32b7522d,0x872a83ad,0x8479e010,0xf5dfca00,0x605605a0,0xf60f9005,0xf1210c0f,0xcbf9bfc0,0x00510bb2,0x7d9aaf23,0x5bd1dffd,0xfca00a00,0x6061013d,0x7107d001,0xe18f91ff,0x8d99c77d,0xf90c406e,0x32b7532d,0x672b83ad,0x8779e00f,0xf57fcb00,0x60590630,0xf61f9105,0xe11e0bdf,0xcafa3fc4,0x00410ab2,0xad9aaf23,0x5cd1dffc,0xfc700a00,0x6062013d,0x7407dffb,0xe1bf93ff,0x7d96c75d,0xfb0c506e,0x3297552d,0x372d839d,0x8b79f00f,0xf54fcd00,0x705f0710,0xf5ef9305,0xe1200b7f,0xc9fa2fc4,0x001108b2,0xed95ae43,0x5dd16ffc,0xfc500b00,0x6064013d,0x7c07fff9,0xe24f92ff,0x4da1c74d,0xee0cc06a,0x3267562d,0x172f838d,0x907a000e,0xf55fc900,0x80640880,0xf52f9506,0xa12a0b3f,0xbafa4fc9,0x004113b3,0x2d87abd3,0x60d0fffc,0xfc300b00,0x8070016d,0x87082fff,0xe47f8bff,0xadb5c77d,0xcc0d6061,0x3197562d,0x172e837d,0x957a100b,0xf63fc500,0x906a09f0,0xf44f9a08,0x01310b1f,0x97fb2fd3,0x014116b3,0xed8cab53,0x67d20ffc,0xfbc00d00,0x8077017d,0x9107f008,0xe6df8d00,0x3dd4c84d,0x930dd055,0x3057502d,0x7729839d,0x9379f006,0xf6efd500,0xa0700a40,0xf3ef9c08,0xb12f0b5f,0x7bfbbfdb,0x0280feb5,0x3db9b0d3,0x70d6cffb,0xfb300e00,0x8073016d,0x9a070008,0xe7afa6ff,0x9de3c96d,0x740e304d,0x3077452e,0x271f83dd,0x9079a003,0xf69fd900,0xc07509c0,0xf41f9d08,0x61270b2f,0x74fc4fd7,0x02f0ecb6,0xfdefba03,0x7add9ffb,0xfb000f00,0x706d015d,0xa9060000,0xe6ffb4fe,0xee02ca3d,0x5b0db04a,0x31d7342f,0x270f842d,0x8b795002,0xf5ffda00,0xe0820830,0xf49fa608,0x011e0aef,0x71fcdfcb,0x0250b4b8,0x6e4ac233,0x81e4effb,0xfb500e00,0x6062013d,0xb805a005,0xe67fabfe,0x3e33ca8d,0x2b0c004e,0x32a71830,0x96f5848d,0x8378f000,0xf61fdb01,0x20920580,0xf52faa08,0x21150b0f,0x6ffd2fc7,0x01a03bb9,0xfed0c783,0x88eadffc,0xfba00d00,0x5057011d,0xc1061005,0xe6cfa4fd,0xce4dcb2d,0x0c0a905e,0x32c6e632,0x96c5850d,0x79788ffe,0xf69fde01,0x609f03a0,0xf5cfa408,0x210b0aef,0x6efcbfd3,0x018f33bb,0xefcace23,0x98f12ffc,0xfc200b00,0x5055010d,0xdb052ff5,0xe75faefd,0x9e4acc6d,0x0c0a0077,0x33268c35,0x066f85ad,0x6b77effd,0xf75fdc01,0x80a90330,0xf68fa007,0xe0ff0aaf,0x71fbafd7,0x015d07bc,0x31d8dba3,0xa2fe4ffd,0xfd000900,0x605e012e,0x06030fd4,0xe7efb7fe,0x1e49cdcd,0x0b09a08e,0x33b5de37,0xa5c586bd,0x5376effd,0xf83fd501,0xd0b70390,0xf7bfa507,0x40ed09ef,0x7afb1fd8,0x00fb7db9,0xd366ef33,0x9a114ffd,0xfd100800,0x706a015e,0x0f018fb3,0xe76fb7fe,0x6e65cf7c,0xf20810a2,0x34547c39,0x7468888d,0x2d753000,0xf96fd302,0x20c80350,0xf90fb006,0x70d608ef,0x84fabfda,0x007af9b6,0x1404ff53,0x7b212ffc,0xfc700a00,0x8076017d,0xfc011fab,0xe75faffe,0x7e8ed19c,0xcd0560b1,0x3502aa38,0x829d8b9c,0xfc724007,0xfb0fd702,0xa0df0220,0xfa4fb605,0xe0bf08af,0x8bfaafd3,0xffdae3b2,0x24390773,0x49297ffb,0xfb800d00,0xa08501ad,0xe1017fae,0xe7cfa8fd,0x9ea1d46c,0xb90330bd,0x35e17d34,0x8178914c,0xc16cd011,0xfd1fd503,0x40f80080,0xfb5fb905,0xd0ac091f,0x8afadfc9,0xff8ae3ae,0x444d0ae3,0x092ceffa,0xfab01000,0xd09b01fd,0xce022fc1,0xe78fa4fc,0xeeafd7ac,0xa201f0c1,0x36e0e22e,0xa0e69f0c,0x7e5f701f,0x011fd203,0xe113fe30,0xfcafbd05,0xd097099f,0x89fabfbe,0xff5ad7aa,0xb4580d62,0xc72ebffa,0xfa401200,0xf0aa022d,0xd3025fc1,0xe79fa9fd,0x1ec9daec,0x820130bd,0x37e08a27,0x8096c5bc,0x5d395034,0x055fd204,0x8128fc70,0xfe3fc705,0x807e08ff,0x8efa9fbd,0xfedabfa7,0x446d1052,0x8a30cffa,0xfa401201,0x00b1023d,0xe701bfa8,0xe98fbffd,0x9efdddec,0x610070b4,0x39005420,0x1066e61c,0x9c199038,0x0a6fc004,0xe131fbb0,0x000fd505,0x105b07cf,0x90fa7fc0,0xfebaa5a3,0x548412b2,0x45323ff9,0xf9b01401,0x30c5028d,0xf800dfa0,0xe9ffc8fd,0xdf2cdfac,0x47ffd0ad,0x3a20381a,0x604df1cd,0x000e7028,0x0cbfbe04,0xe12efb90,0x017fe004,0xe03b074f,0x90fa8fb7,0xfecaa39f,0x74921401,0xfb327ff7,0xf8f01601,0x80e402fd,0xfb005fa7,0xe8cfc3fd,0xcf32e07c,0x3cffb0a8,0x3ae02f17,0xf044f6bd,0x6309d01a,0x0a9fd004,0x6118fba0,0x01dfe604,0xc030071f,0x93fabfae,0xfe9aab9b,0xd49d14c1,0xb632cff6,0xf8701801,0xd0fb034d,0xf8010fac,0xe8ffc7fd,0xdf20e1bc,0x39ffe097,0x3b803118,0x7046f96d,0xbb07700e,0x079fe003,0x60f1fbd0,0x01afeb04,0xb03006df,0x97fa6fab,0xfebab098,0x64a71601,0x7432fff6,0xf8401902,0x110f038e,0x0101efb0,0xe92fcbfe,0x0f09e33c,0x3bffa07f,0x3bc03a1a,0xa04efb3e,0x0f05e004,0x04bff402,0x50cafc80,0x01cfec04,0x802d069f,0x9bf9dfad,0xff4aaf94,0xb4b11811,0x3532aff6,0xf8501902,0x612603de,0x12019fb7,0xe8afd1fe,0x6efae48c,0x41ff606c,0x3c10461d,0x5059fc8e,0x5d04bffe,0x025fff01,0x70aafd10,0x023fe704,0x502206bf,0x9ef98fb3,0x000aa690,0xf4bb1a10,0xf5323ff6,0xf8c01802,0xa13b042e,0x2b014faf,0xe8ffd1ff,0x0ef5e5cc,0x4bffc05f,0x3ca05520,0x4066fd8e,0xa503cff9,0x007ffc00,0x908dfd30,0x02dfda04,0x200f074f,0x9bf98fb6,0x009a948d,0x34c11b90,0xb4320ff8,0xf9e01402,0xf14d047e,0x3800af9f,0xe9afc2ff,0xaef2e70c,0x5601405a,0x3d306522,0xf074fe3e,0xe5030ff5,0xfeeff7ff,0xd075fcb0,0x032fcf04,0x600207af,0x94f92fb9,0x00ea8089,0x64cb1d70,0x7b31dff9,0xfa601303,0x0152048e,0x27fedfab,0xea2fc0ff,0xdefbe8cc,0x5202f056,0x3d307124,0x907efeaf,0x15029ff1,0xfddff4ff,0x6068fc40,0x030fc704,0x9004077f,0x8ff82fc1,0x013a7285,0xc4da1eb0,0x4c31bff9,0xfa601303,0x1154049e,0x0eff9fb7,0xeb7fcd01,0x2f0beb6c,0x48046049,0x3d107024,0x607dfeff,0x3f022fec,0xfd9fe4ff,0x1062fc10,0x033fc704,0x8001069f,0x8ff77fc9,0x015a6882,0x74e61f10,0x1c317ff9,0xfaa01203,0x315f04be,0x06002fb9,0xeb3fc002,0x2f1beddc,0x3f050044,0x3d106222,0x4071ff2f,0x6101dfe4,0xfe1fc5fe,0xf062fc20,0x03dfc804,0x4ff405cf,0x94f76fd1,0x013a567f,0x94ea1f9f,0xed312ffa,0xfb800f03,0x416204ce,0x0bff5fb9,0xea6fb801,0xef26f06c,0x38051049,0x3d304a1d,0xb05bff5f,0x7901afdb,0xfeafa2fe,0xf067fcb0,0x044fc803,0xcfe9056f,0x9ef73fd8,0x013a427d,0x94e71f4f,0xc330fffd,0xfd200903,0x315e04be,0x04ff3fb4,0xeabfb802,0x5f31f39c,0x3305404c,0x3d802f17,0x4043ff6f,0x8f017fd7,0xfdaf89fe,0xd067fd30,0x04afcd02,0xffe304ff,0xaff74fdb,0x013a387c,0x24e11e1f,0x9f30fffe,0xfe900503,0x0151048d,0xed006fb6,0xeb1fb902,0xbf3ff6ec,0x3205504f,0x3e20190f,0xf02dff7f,0x9f015fda,0xfcaf89fe,0x805ffd80,0x04afdd02,0x2fe0039f,0xc6f80fe7,0x010a237a,0xb4da1d1f,0x8230efff,0xff000302,0xa138042d,0xec01dfb8,0xeadfc602,0x5f4cfa2c,0x3204404e,0x3eb00b08,0xd01bff8f,0xac014fdb,0xfd6f93fe,0x3052fe00,0x043ff101,0x7fe301ff,0xe0f8eff3,0x009a0d79,0xa4d11b4f,0x6a30afff,0xfed00402,0x712b03fd,0xfb02dfba,0xeb3fc101,0xef56fd3c,0x32029042,0x3f300302,0xd00cffaf,0xc0011fd9,0xff2f9bfd,0xd044fec0,0x04000800,0xbfe1006f,0xf8f94ff4,0xfffa0779,0x04ca18ff,0x56308ffe,0xfe300602,0x712c040e,0x05031fc1,0xeb4fac01,0x4f6bfedc,0x3700e039,0x3fc000ff,0x1002ffbf,0xd500efd9,0x004faefd,0x6034ff50,0x04101a00,0x2fdfff70,0x0af95fec,0xff8a0578,0xe4c9177f,0x5230effd,0xfd200a02,0x411c03ce,0x1202cfcb,0xeabfa700,0xbf77fefc,0x3dff8032,0x405ffffd,0x9fffffcf,0xef00bfdd,0x00bfbcfc,0xe022ffd0,0x042023ff,0xffddff50,0x0ff9efe4,0xff3a0379,0x14c8157f,0x4f318ffc,0xfc500c02,0x110d039e,0x21024fd4,0xeadfa800,0xff59fe9c,0x3efea027,0x407ffffd,0x3ffeffe0,0x12006fe4,0x011faffc,0x200b0040,0x04202500,0x1fd9ffa0,0x0bfb0fdd,0xfeea0279,0x84c4132f,0x49324ffb,0xfc300d01,0xf104037e,0x2a017fdb,0xeb3fb001,0x6f2dfe0c,0x38fe801e,0x404ffffd,0x6ffffff0,0x2d002fef,0x018fa3fb,0x8ff60060,0x03801e00,0x1fe40050,0x09fb9fd9,0xfeea057a,0x54be117f,0x4a32effc,0xfc500c01,0xe0fd035e,0x26006fe1,0xeb3fb601,0x9f23fe2c,0x34ff5011,0x400000fd,0xe0010000,0x40000ffa,0x01cfc1fb,0x0fe60030,0x03401100,0x2fe90100,0x07fc3fdb,0xfe99fb7a,0xd4b5111f,0x50334ffc,0xfc400d01,0xd0f8034e,0x29ff9fdf,0xeb2fb801,0x8f29fdfc,0x30ffd00f,0x3fb000fe,0x30020000,0x47fffff6,0x019fc0fa,0xcfd90010,0x03100a00,0x6fe90130,0x04fd2fe3,0xfe59ef7a,0xc4ae118f,0x53337ffb,0xfc000d01,0xd0f6034e,0x33ffefdc,0xeb5fc201,0x9f32fddc,0x28ff8016,0x3f3000fe,0x5003fff0,0x41000ff1,0x019fbefa,0xbfd20050,0x02300200,0x8ff70170,0x02fd7fe8,0xfe49e97a,0xf4a5127f,0x57335ffb,0xfc300d01,0xd0f9034e,0x3dff8fdb,0xeb8fd302,0x2f46fecc,0x22ff9011,0x3ee000fd,0xf002fff0,0x3c002fed,0x01cfc8fa,0xcfcd0060,0x015ff800,0x700501b0,0x02fdcfe6,0xfe19f17b,0x249c134f,0x5f332ffb,0xfc000d01,0xe0fd035e,0x3b000fde,0xebefdd02,0x7f55ff9c,0x1fffc009,0x3ec000fd,0xc002fff0,0x3a003fea,0x01dfd3fa,0xefca0080,0x00bff500,0x600f0190,0x01fe4fe6,0xfe19fc7b,0x049713ff,0x65331ffb,0xfbb00e01,0xe0ff036e,0x3b00bfdd,0xec4fe602,0x6f5cfffc,0x1effd004,0x3e9000fd,0xd002fff0,0x37004fe6,0x022fcefb,0x0fc80050 +}; + +u32 ANIM_ENTRY_fire_kneel_dual_wield_left[] = +{ + 0x012fc6ff,0x8fef03af,0xea041006,0x0231a2c2,0xecaa0433,0xbf2b0ffc,0xfbd00c00,0x8074017e,0x3602a018,0xe08fcbfd,0x0f17feec,0x26036013,0x3f000506,0xf011ff8f,0x77015fe1,0xf95fbafc,0x40840080,0x013fcbff,0xaff0034f,0xea042006,0x021194c3,0x0cc00553,0xbe2bfffb,0xfba00d00,0x8076017e,0x2802801b,0xe08fc9fc,0xff1efeec,0x2402e013,0x3ee00506,0xd011ff8f,0x77015fe1,0xf96fbdfc,0x50840070,0x012fd0ff,0xaff302ff,0xe9042004,0x01c1a6c3,0x0cbc0403,0xbe2adffb,0xfb700e00,0x9077018e,0x1502901e,0xe0afc7fd,0x0f26fefc,0x24028012,0x3ee00506,0xb011ff7f,0x75016fe1,0xf97fc0fc,0x70860040,0x012fceff,0xaff6030f,0xe903e003,0x019189c2,0xecdd0363,0xc12a1ffb,0xfb700e00,0x9079018e,0x0d02601d,0xe08fc7fd,0x0f24ff0c,0x2602e015,0x3f000506,0xb011ff7f,0x6e017fe1,0xf95fbffc,0xa08affd0,0x014fccff,0xaff7033f,0xe7037000,0x01e18ec2,0xacd50163,0xc3281ffb,0xfb900d00,0x907a018e,0x0c02301b,0xe06fc4fc,0xdf1efefc,0x2702f01a,0x3f000506,0xb011ff6f,0x66018fe2,0xf92fb9fc,0xd091ff90,0x017fcdff,0xaff7035f,0xe4038ff9,0x0201aec2,0x9cb3fec3,0xc225cffb,0xfb800e00,0x907b018e,0x0b02601f,0xe08fc4fc,0x6f1bfebc,0x2a034022,0x3f100506,0xd011ff5f,0x5901afe2,0xf91fb5fd,0x1099ff10,0x01cfcbff,0xaff3038f,0xe3040ff8,0x01d19ac2,0xbcbffea3,0xc2258ffb,0xfb400e00,0x907d019e,0x0e026020,0xe0bfc6fb,0xff19fe5c,0x2b041031,0x3f300506,0xf011ff2f,0x4501efe2,0xf90fb4fd,0x60a1fe50,0x01dfcbff,0xdff6039f,0xe003cffa,0x01a187c2,0xbccefe33,0xc324effb,0xfaf00f00,0x907f019e,0x0f023025,0xe0ffc3fb,0xbf1dfe3c,0x2a04803a,0x3f200506,0xf011ff0f,0x35020fe3,0xf8efb7fd,0x90a8fda0,0x01bfcf00,0x0fff038f,0xde03dffd,0x01a188c2,0x9cd3fad3,0xc721effa,0xfaa01000,0x907e019e,0x07022026,0xe1bfc5fb,0xcf25fe1c,0x2904903d,0x3f100607,0x6012feff,0x29022fe3,0xf8cfbcfd,0xc0aefd20,0x021fd400,0x0fff034f,0xde047003,0x01916dc2,0xbcf2f963,0xc920fffa,0xfa801100,0x907f019d,0xfe021025,0xe23fc8fb,0xaf24fd0c,0x2d042049,0x3f200808,0x9016fedf,0x19025fe4,0xf86fbafe,0x00b7fd10,0x029fd800,0x3ffc031f,0xde04400b,0x01314cc2,0xcd1cf993,0xcd214ffa,0xfa601100,0xa080019d,0xee01d027,0xe23fc6fb,0x9f29fbbc,0x2f037059,0x3f000a0a,0x101afebf,0x07028fe6,0xf78fb9fe,0x50c2fd50,0x030fdb00,0x7ffe033f,0xda03b00d,0x00c130c2,0xad40f493,0xd21ccffa,0xfa401100,0x907f019d,0xe401b027,0xe2cfc7fb,0xdf2ffa0c,0x31030068,0x3ee00e0c,0x5020fe8e,0xf502bfe8,0xf67fbafe,0x90ccfd30,0x035fe400,0x9004034f,0xd703700c,0x003117c2,0x8d59eea3,0xd315cff9,0xf9d01300,0xa08201ad,0xe801a028,0xe21fc8fb,0xff2df7bc,0x3b024075,0x3ef01610,0x302afe5e,0xe102ffee,0xf4efc1fe,0xe0d8fd20,0x038ff400,0x600f034f,0xdb02f00b,0xffc0fec2,0x6d71eb33,0xd10f6ff8,0xf9101500,0xb08b01cd,0xe7016033,0xdfdfc4fb,0xdf25f4bc,0x4e00d082,0x3f102415,0x5039fe1e,0xca033ff3,0xf34fbeff,0x30e4fd50,0x03f004ff,0xf01b035f,0xe602200b,0xfef0a1c2,0x8dc6e233,0xd1051ff6,0xf7f01900,0xb08f01cd,0xeb00e043,0xdfdfc1fb,0xdf0df12c,0x6fff7098,0x3f80391b,0x204dfdae,0xa603aff5,0xf29fb1ff,0x90fbfd60,0x043017ff,0x902c038f,0xf101700e,0xfe103bc2,0xce2ad5f3,0xcdf87ff3,0xf6a01d00,0xc09101dd,0xf300004b,0xe10fc3fb,0xbef7ed9c,0x8efdb0b4,0x3f905420,0xb065fd0e,0x75044ff5,0xf3bfa200,0x0119fd30,0x041031ff,0xa043036f,0xf701201f,0xfdcfdfc3,0x0e86cd33,0xc9eeaff1,0xf5b02000,0xc09301dd,0xf5ff704c,0xe1cfcdfb,0x3eecea7c,0xa3fb20c9,0x3ef07125,0x407ffc3e,0x41050ff5,0xf51f9c00,0x7139fd10,0x03804f00,0x1060035f,0xfa00e037,0xfd6faac3,0x8ebbc5c3,0xc6e62fef,0xf4d02300,0xc09401dd,0xeaff8056,0xe20fd7fa,0xfee4e7fc,0xacf8b0d5,0x3dd08828,0x3094fb3e,0x0b05eff6,0xf58f9e00,0xd15afca0,0x02d06800,0xb07f03cf,0xf8006051,0xfc4f8dc4,0x4ecebf93,0xc6df4fee,0xf4102500,0xd09d01fd,0xe4ffa06c,0xe20fd9fb,0x2ed4e63c,0xb0f6f0df,0x3ca09329,0x509dfa0d,0xd406fff8,0xf5ffa501,0x5169fce0,0x02607f01,0x709804ef,0xf500206d,0xfb0f86c5,0x2ec9bb93,0xc7daefed,0xf3a02701,0x00ae023d,0xe1ff7070,0xe23fd9fb,0x5ebbe48c,0xb7f580e8,0x3b509329,0x509ef8ad,0x9e083ffa,0xf6efac01,0xf178fce0,0x02109a02,0x10a9061f,0xf500608a,0xfa0f9bc6,0x4eb6b6a3,0xcdd5afec,0xf3602801,0x20bc026d,0xd9ff6070,0xe2efe3fb,0x8ea1e2ac,0xc2f450ee,0x3a509229,0x209df70d,0x6d09affc,0xf7afaf02,0xb18bfc70,0x01d0ba02,0x60b407af,0xfa01409b,0xf96fc4c7,0x2e94b0a3,0xd5cf7fec,0xf3a02701,0x30c3028d,0xd5ffb07c,0xe35fe7fb,0xce8ee04c,0xd0f390f3,0x39d09429,0x309ef51d,0x3d0b6ffd,0xf82fbb03,0xa1a2fb70,0x0140e002,0xb0c208f0,0x0301e0a4,0xf8bfb9c7,0xfe8aa6b3,0xe0c52fef,0xf4c02301,0x50cc02ad,0xe8ff607c,0xe31fe9fc,0x3e98de5c,0xc9f2c0ee,0x39309329,0x109df26d,0x0c0deffe,0xf94fd104,0x91bcfac0,0x00410902,0xe0d609c0,0x140280aa,0xf87f95c9,0x0e958ec3,0xe7aceff2,0xf6001f01,0x60d502cd,0xf3ff4087,0xe31ff2fc,0x7ea2dd0c,0xc1f1d0e2,0x38609629,0x60a0edac,0xd1125fff,0xfa7fd805,0x41cbfb00,0xff712903,0x10e50af0,0x230340ae,0xf83f74ca,0x2eab7533,0xde93aff4,0xf7301b01,0x80db02ed,0xe7fee095,0xe37ff3fc,0x6ea1dadc,0xc9f140e0,0x3760a22a,0x90abe3ac,0x911c0fff,0xfaafd705,0xa1d1fb50,0xfed14103,0x70f00cb0,0x2d0350ac,0xf71f60cb,0x4eb46893,0xcf87bff5,0xf7d01901,0x70d602dd,0xdffef0a3,0xe42ff2fb,0xaeabd8cc,0xc8f140e2,0x3610ba2c,0x80c1cbbc,0x61339fff,0xfb6fd905,0xe1d1fbc0,0xfdd14f03,0xc1020f10,0x3d03d0a2,0xf68f4bcb,0xeec26573,0xc184eff7,0xf8b01701,0x50c802ad,0xdfff20b1,0xe49ff1fb,0xdea0d71c,0xd6f250dd,0x3540f02f,0xe0f2a95c,0x6b558fff,0xfcafd605,0xf1cffc90,0xfcb15904,0x011810f0,0x4e04e09b,0xf72f26cc,0x7eeb6543,0xae849ff9,0xfa101201,0x20b9027d,0xdefe209f,0xe46feefc,0xce7dd51c,0xf8f3f0d4,0x34a16234,0x415f96ac,0xa367efff,0xfd6fd705,0x81bdfdd0,0xfbd16804,0xb12811d0,0x5605e098,0xf7ef01cd,0x3f166423,0x99839ffb,0xfb600e01,0x00a8023d,0xdefcc071,0xe4afedfc,0xee65d2ed,0x0ef5b0c4,0x33b23537,0xe22c8e8c,0xe56fcfff,0xfd1fe004,0xe1a90000,0xfbb17405,0x812d12f0,0x56072095,0xf80edacd,0xbf3f6403,0x89833ffc,0xfc300b00,0xd09601fd,0xd4fc8072,0xe50febfc,0x7e3bd07d,0x32f7c0b9,0x32f3ac39,0xc39d8a7d,0x2273afff,0xfc5fea04,0x819a0230,0xfbe17c06,0x212d1490,0x5408208e,0xf86eb9cd,0xbf606503,0x8083cffd,0xfca00a00,0xb08501cd,0xccfd5075,0xe4ffeffc,0xbdefce0d,0x79f9c0b3,0x32955e38,0xf54a87fd,0x59760fff,0xfb8ff204,0x01890450,0xfb618a06,0xd1351530,0x5409208e,0xf97e97cd,0xaf7d6513,0x7983effd,0xfd200800,0x9079019d,0xcffe6065,0xe48ff5fd,0x1db3cc4d,0xb4fb5099,0x32465636,0x663d865d,0x88778000,0xfb5fef03,0xa17b06a0,0xfb419607,0xc1381590,0x4a0a4092,0xfa6e79cd,0xcf9b6393,0x70837ffe,0xfd900700,0x806f017d,0xc4ff905a,0xe5bff4fd,0x5d46cace,0x1cfcb082,0x31d64d37,0x062d854d,0xaf788000,0xfe5fea03,0x416d0850,0xfb519908,0x913b1590,0x410b609f,0xfaee5cce,0x9fb861c3,0x58839ffe,0xfdc00600,0x6058012d,0xb5ffa04b,0xe87ff9fd,0x7ce9ca5e,0x74fdc072,0x31662438,0x25fd849d,0xc2792000,0x016feb02,0xc15c0920,0xfb419c09,0x213e1540,0x400c50b0,0xfafe42cf,0x5fd16083,0x3b839ffe,0xfe400500,0x403d00dd,0xb0ff7039,0xe99000fd,0xdce7ca6e,0x73fe5064,0x31060c38,0xe5df843d,0xc3797000,0x048ff002,0x514d09a0,0xfb61a009,0xb14014d0,0x3d0cd0c2,0xfafe2cd0,0x1fdd5ef3,0x23832fff,0xfed00300,0x202d009d,0xaefed02b,0xea2001fe,0x4d01ca4e,0x54fee057,0x30b60439,0x55d583ed,0xc179bfff,0x03fff801,0xf13f0ac0,0xfbb19e0a,0x314414a0,0x3a0d20cc,0xfb2e02d1,0x0fe15d93,0x0a832fff,0xff600100,0x1021007d,0xc9fe2020,0xeadffefe,0x8cfdca3e,0x54ffb050,0x30865838,0x862883bd,0xbb79effe,0x03d00501,0xa1350bd0,0xfbe19c0a,0xa1481430,0x380d00d6,0xfb1dd5d2,0x0fe85cb2,0xf0828000,0xfff00000,0x101c006d,0xe6fdb017,0xea3ff1fd,0xcd01ca5e,0x4f007049,0x30768b37,0xf65a838d,0xb27a0ffd,0x02701201,0x91310cf0,0xfbc19f0a,0xa1491370,0x3d0d90e1,0xfaedbed2,0xdfe05b32,0xdb80d000,0x001fff00,0x101d006d,0xedfd800d,0xea1fe4fc,0xfd22ca6e,0x3100d042,0x3056c236,0xf690835d,0xb17a3001,0x00f00301,0xa1300ec0,0xfb51a009,0xf14812b0,0x4f0ec0e8,0xfaedb8d3,0x8fc65912,0xca7ea000,0x003fff00,0x101d006d,0xf2fcf006,0xeb0fe2fc,0xad49ca8e,0x15010040,0x3086d136,0xa69f833d,0xa97a5004,0xffdff601,0x812c10a0,0xfac1a109,0x514b11f0,0x5e0f00f2,0xf9bdb8d4,0x0fac56e2,0xbb7d4000,0x004fff00,0x1017005d,0xf5fcd007,0xecefe8fc,0x0d52ca9e,0x1a013037,0x30d6d336,0xa6a1835d,0x977a2006,0x001fee01,0xa12d1230,0xfac1a609,0x814b1190,0x5d0e70f5,0xf82dbad3,0xff9f54d2,0xb77ca000,0x007ffe00,0x1015004d,0xeefc9005,0xeebfebfb,0x0d6fca8e,0x0201102f,0x30d6cd36,0xd69c838d,0x9179f007,0x002fe001,0xc12f12c0,0xfb71a80a,0x014611b0,0x560e60f0,0xf8fdd9d3,0x6f9a5412,0xb67c3000,0x009ffe00,0x1014004d,0xcefc700b,0xef1ff6fa,0xdd79ca5d,0xf300a032,0x3086bc37,0x268b83ad,0x8d79e006,0x001fe201,0xb12c1280,0xfbd1a70a,0x41451230,0x540e90ed,0xf97de8d2,0xaf955462,0xba7bd000,0x007ffe00,0x1014004d,0xc5fca011,0xeeaffffa,0xfd76ca7d,0xf3001033,0x3066a737,0x967583bd,0x8a79c005,0x007fe501,0xd12d11e0,0xfbd1ac0a,0x71471250,0x530e70e9,0xf84de7d2,0x2f935512,0xbc7b5000,0x005ffe00,0x101e006d,0xc4fcd012,0xef4ff3fa,0x2d80ca7d,0xe6ffa02e,0x30469a37,0xc66883dd,0x8779a004,0x009fe601,0xf12e1180,0xfbd1b00a,0x51441210,0x540ea0e7,0xf80de6d2,0x0f955572,0xba7b5000,0x005fff00,0x2021007d,0xd1fd2013,0xeeffeaf9,0xfd7cca5d,0xeaff602e,0x3046a537,0x967383dd,0x8779a004,0x009fe401,0xc1281210,0xfbe1b30a,0x113e11d0,0x540f20e6,0xf89de9d1,0xff985602,0xb57b7000,0x004fff00,0x2021007d,0xdafd5014,0xee0fe5f9,0xcd68ca3e,0x00ff402f,0x3066b437,0x468283dd,0x8879a003,0x009fe301,0xd12712d0,0xfba1b40a,0x014111b0,0x570ef0e9,0xf85de4d1,0xef9c5662,0xb57ba000,0x002fff00,0x2022007d,0xdffd9019,0xedbfe0fa,0x0d6aca6d,0xfdff3029,0x3066be36,0xf68d83ed,0x86799003,0x008fe501,0xf12712d0,0xfb81b109,0xf14411d0,0x5b0ea0e7,0xf7bdded1,0xbf9b5612,0xb77c2000,0xfff00000,0x101e006d,0xe7fdc01f,0xee1fe3fa,0x5d65ca9e,0x02ff3029,0x3046ca36,0xb69983ed,0x86799003,0x008fe301,0xe12412a0,0xfb81b10a,0x014411c0,0x5d0ef0e6,0xf7ede5d1,0x8f9655b2,0xb97c4fff,0xffd00000,0x101b006d,0xe7fdd01f,0xedbfe9fa,0xad6bca9d,0xf9ff0029,0x3016d536,0x66a483fd,0x87798003,0x00afe201,0xd12112b0,0xfb41b20a,0x014511e0,0x5e0ee0e7,0xf7cdeed1,0x0f9d55b2,0xbd7c4fff,0xffe00000,0x101c006d,0xd9fe101f,0xed9feafb,0x4d7bca9d,0xe8ff0025,0x3016dd36,0x26ac83fd,0x87798002,0x007fe501,0xe12112b0,0xfb31b009,0xf1441200,0x5d0e90e7,0xf7cdedd0,0xafaa55b2,0xbf7c5000,0x001fff00,0x101c006d,0xcefe7026,0xedbfe8fb,0x9d71ca9d,0xf0ff0026,0x3016e735,0xd6b783fd,0x89798002,0x004fe501,0xe11e12b0,0xfb41af09,0xd13e11d0,0x5a0e50e4,0xf85debd0,0xbfa75622,0xbc7c2000,0x000fff00,0x101d006d,0xd5fe702a,0xed1fe8fb,0x5d5eca8e,0x02fef028,0x3016f235,0x86c383fd,0x8a798002,0x000fe501,0xf11e12d0,0xfb11af09,0xb13d11d0,0x580e30de,0xf88de8d0,0x9fa956b2,0xbe7c2000,0x000fff00,0x2020007d,0xdefeb028,0xecafe4fa,0xed58ca9e,0x06ff0025,0x3036fc35,0x26cc83fd,0x8b798001,0xffdfea02,0x011e1320,0xfab1ab09,0x814011c0,0x5b0ee0d7,0xf9dddfd0,0x8fb15712,0xbf7c9000,0x002fff00,0x2021007d,0xe3ff102c,0xec4fe3fb,0x6d53caee,0x0dff5024,0x30470434,0xd6d583fd,0x8d798001,0xff9fef01,0xf11b13a0,0xfa71aa09,0x513f1180,0x5d0f50d3,0xfacdded0,0xbfb156c2,0xbe7cc000,0x001fff00,0x101f007d,0xe2ff602e,0xec7fe7fb,0xfd4fcafe,0x13ff8024,0x30470c34,0x96dc83ed,0x90799001,0xff5ff002,0x011b1410,0xfa11ae09,0x31421120,0x5f0f40d3,0xfb1de5d0,0xbfb55652,0xbd7d0000,0x001fff00,0x101e006d,0xddffa02c,0xed4fe2fb,0xcd64cadd,0xffff601e,0x30471634,0x26e683ed,0x91799001,0xff3ff002,0x111a1450,0xf9f1ad09,0x21441120,0x610f40d6,0xfb1de6d0,0x9fbb5672,0xbc7d6000,0x003fff00,0x101b006d,0xd8ffc02b,0xedafe7fb,0xfd6aca9d,0xf9ff701d,0x30371e33,0xc6ef83ed,0x93799000,0xff1ff602,0x011714a0,0xfa01ac09,0x11401160,0x610f30db,0xfa4de0d0,0x5fbe56c2,0xbf7d5000,0x005fff00,0x101b006d,0xdbffd02b,0xed9fe7fc,0x4d5fca5e,0x04ff7020,0x30272333,0x86f483ed,0x95799000,0xfeeffa02,0x11171500,0xf9f1ae09,0x013e1190,0x610f10d7,0xfa3dddd0,0x1fba5782,0xc37d0000,0x002fff00,0x101e006d,0xe600102b,0xecafe0fc,0x5d5dca2e,0x04ff601f,0x30072933,0x36fb83dd,0x9879a000,0xfecffb02,0x21161570,0xf9f1ad08,0xe13d1190,0x620ef0d0,0xfaeddbd0,0x2fb957d2,0xc27cefff,0xffd00000,0x2020007d,0xec005028,0xec2fdefc,0x5d49ca1e,0x16ff7021,0x2ff72f32,0xe70183cd,0x9c79bfff,0xfebffe02,0x111315e0,0xf9c1ac08,0xa13c1180,0x640f00cf,0xfafdd4d0,0x3fc057c2,0xc27cffff,0xffc00000,0x2021007d,0xf100b025,0xec6fe0fc,0x1d37ca0e,0x29ffa022,0x30073432,0x970683cd,0x9f79cfff,0xfea00302,0x41141680,0xf9c1ad09,0x21461120,0x610f90d4,0xfb1de6d0,0x9fbb5672,0xbc7d6000,0x003fff00,0x101b006d,0xe400501f,0xee0feafc,0x4d62ca8e,0x02ff701c,0x30373332,0x970583dd,0x9e79bffe,0xfe4ffd02,0x21111670,0xf9d1ac09,0x11421160,0x610f80d9,0xfa3de0d0,0x5fbe56c2,0xbf7d5000,0x005fff00,0x101b006d,0xe7001026,0xee0fe9fc,0x2d58ca4e,0x0bff701e,0x30273332,0x870583dd,0x9e79bffe,0xfe200202,0x311016d0,0xf9b1ae09,0x01401190,0x610f60d5,0xfa3dddd0,0x1fba5782,0xc37d0000,0x002fff00,0x101e006d,0xf200102a,0xed3fe3fb,0xdd58ca2e,0x09ff601d,0x30073532,0x770783dd,0x9f79bffd,0xfe100402,0x310f1740,0xf9b1ad08,0xe13f1190,0x620f40ce,0xfaedd4d0,0x1fba57d2,0xc27cefff,0xffd00000,0x2020007d,0xf800602a,0xecdfe0fc,0x0d4fca2e,0x10ff7020,0x2ff73932,0x470b83cd,0xa279cffd,0xfe000802,0x310d17c0,0xf981ac08,0xa13e1180,0x640f50cd,0xfafdc6d0,0x1fc157c2,0xc27cffff,0xffc00000,0x2021007d,0xfd00902a,0xed2fe2fb,0xfd48ca3e,0x17ffa021,0x30073b32,0x170d83bd,0xa479dffc,0xfe000e02,0x510e1850,0xf921ad08,0x51411180,0x690f30cc,0xfaadbecf,0xdfc557c2,0xc57d1fff,0xffd00000,0x101f007e,0x0100c029,0xed8fe0fc,0x4d53ca3e,0x0cffb01e,0x30173e31,0xe71083bd,0xa679dffc,0xfdd01302,0x510c18c0,0xf901ae08,0x11401160,0x6e0ed0c8,0xfa9db8cf,0x9fc75772,0xc67d7fff,0xffe00000,0x101a005e,0x0100d02a,0xee4fdffc,0xbd57ca0e,0x07ff8020,0x2ff74331,0xa71583ad,0xaa79effb,0xfda01802,0x31081910,0xf8e1ad07,0xd1421120,0x720eb0cf,0xfa2daacf,0xafcd57d2,0xc37dc000,0x000fff00,0x1019005e,0x0100e02c,0xee2fe2fc,0xbd5ac9ce,0x03ff7021,0x2fd74631,0x6718839d,0xac79fffb,0xfde01d02,0x51081980,0xf8d1ac07,0xa1431120,0x760e50d3,0xf9bd9fcf,0x8fd25892,0xc47e1000,0xfff00000,0x101a005e,0x0401302c,0xedffe3fc,0x8d56c9ae,0x05ffa024,0x2fa74731,0x4719839d,0xaf7a0ffa,0xfe102102,0x71081a40,0xf8e1ab07,0x714711b0,0x7b0dc0c7,0xf97d8ace,0xefe05992,0xce7ed000,0x000fff00,0x101b006e,0x0701102d,0xee2fe1fc,0x8d48c94e,0x0dffd029,0x2f574631,0x3718838d,0xb27a0ffa,0xfe202402,0x81081b30,0xf8a1b007,0x31521140,0x820d50c8,0xf8fd6bce,0xeff35ad2,0xd07f8000,0x001fff00,0x101f007e,0x0d00f02d,0xed6fe9fc,0x3d4fc90e,0x02ffb026,0x2ee74331,0x5715839d,0xb179fff9,0xfe602502,0xd10a1c10,0xf861b606,0xf15c10c0,0x8a0ca0ca,0xf84d4dcf,0x00035bf2,0xd0802000,0x000fff00,0x2022007e,0x18010027,0xecffedfb,0xfd4cc8de,0x00ff4024,0x2eb73f31,0x6711839d,0xb079fff9,0xfe902602,0xd1091c30,0xf881ba06,0xc16210a0,0x8e0c20c4,0xf7bd3bce,0xc00d5a32,0xce7f2000,0xfff00000,0x101c006e,0x20021015,0xeddfeafb,0xdd43c8ce,0x04fe9029,0x2eb73931,0xa70a83bd,0xae79dff9,0xfeb02502,0xc1071b60,0xf891c106,0xe1691030,0x8b0bc0c0,0xf77d32ce,0xc0175602,0xc47bffff,0xffe00000,0x1018005e,0x1c03900c,0xeeefe1fb,0xad53c8bd,0xeefdb02b,0x2eb72f32,0x170183dd,0xa979bff9,0xff702102,0xf1071a70,0xf8d1c407,0x31710ff0,0x860b80bd,0xf76d21ce,0xc0205232,0xbd787fff,0xffd00000,0x101a005e,0x16056005,0xef1fddfb,0x9d6cc8dd,0xcefd4030,0x2eb72132,0x96f483fd,0xa3798ffa,0x00801c02,0xe10519b0,0xf901c107,0x61791010,0x840b50ba,0xf70d0dce,0xc0214e92,0xb5753fff,0xffc00000,0x1019005e,0x2305a00d,0xef0fe0fb,0xed87c95d,0xaefd103a,0x2ee70833,0x76dc844d,0x98793ffa,0x01e01a02,0xa0ff18a0,0xf941be07,0x51771060,0x820b90b1,0xf6fd0cce,0x40184a22,0xb071a000,0xfff00000,0x1019005e,0x3305600d,0xef9fe3fc,0x0da0c9dd,0x92fcc047,0x2f36e034,0xb6b484bd,0x8778cffb,0x03601a02,0xb0ff1800,0xf991b807,0x116f1090,0x800bf0aa,0xf74d17ce,0x100545f2,0xa56dd000,0x001fff00,0x101e006e,0x3e05300b,0xefafe4fc,0x0db9ca6d,0x77fc6056,0x2fa6a236,0x1677855d,0x74783ffb,0x05101e02,0xd0ff17b0,0xfa01ae06,0xe1651090,0x7c0c40a8,0xf7bd28ce,0x1ff242c2,0x966a9000,0x000fff00,0x101e006e,0x3e05800a,0xef3fe5fb,0xbdcfcb1d,0x60fbc069,0x30063b37,0xb612862d,0x5b776ffc,0x04902103,0x00ff16a0,0xfa51a406,0xb15a1060,0x750c70a6,0xf85d36ce,0x2fe03fb2,0x86674fff,0xffd00000,0x101f006e,0x4c05affd,0xeedfe7fb,0x6deccc1d,0x42fae077,0x30458b39,0x3564876d,0x3b762ffd,0x04202303,0xb1061570,0xfab19306,0x814f1050,0x6d0c50a4,0xf91d38ce,0x2fd83cc2,0x75646fff,0xffd00000,0x2022007e,0x60057ff8,0xee6fe7fb,0x0dffcd2d,0x31fa6088,0x30b4833a,0x0460890d,0x19748ffd,0x03a02304,0x710e1470,0xfb218006,0x41411070,0x620c709e,0xf9dd41cd,0xefd139a2,0x63621fff,0xffe00000,0x2023007e,0x64058ffe,0xee2fdefa,0x4e0fce3d,0x25fa4098,0x31334439,0xb3248b9c,0xf0721fff,0x03c02705,0x611613f0,0xfb716c05,0xe1311070,0x5a0c4096,0xfa9d5ecd,0x7fbe36c2,0x585e4fff,0xffa00100,0x2029008e,0x67056ffc,0xeccfd2f9,0xee1fcf7d,0x1bfa70a6,0x32123d37,0xe2218fac,0xc46e1000,0x04f02d06,0x211f11e0,0xfbc15205,0x61251060,0x570ad090,0xfb6d76cd,0x0faf3412,0x4e5a2fff,0xff500200,0x303200be,0x7f051ff4,0xeb9fcafa,0x1e29d0ed,0x17fb40b4,0x33319235,0x017b96ac,0x96674002,0x06b03106,0x71280d90,0xfbf13c05,0x21210fd0,0x5508f089,0xfbbda3cc,0x5f993122,0x3e57efff,0xfea00400,0x303000ae,0x82052ff7,0xec9fcefa,0x2e45d27c,0xfefc50bb,0x34312031,0x210fa51c,0x6b590004,0x08e03706,0x41300970,0xfca12705,0x01180f30,0x50072080,0xfb7e32cb,0xbf0c2e62,0x2f55fffe,0xfde00600,0x202b009e,0x79057007,0xeddfd2f9,0xde56d3ec,0xecfd60c8,0x3510d32c,0x60c9c14c,0x5a3d2006,0x0b703c05,0xe1350700,0xfd811004,0xa10f0e40,0x4e059073,0xfb4ea7cb,0xae842bf2,0x23545ffd,0xfd600800,0x2027008e,0x7f05600c,0xeedfd7f9,0xae64d56c,0xe0fe60d4,0x36309b27,0x0098dcec,0x7c21c008,0x0e104105,0xb13905d0,0xfe60fd04,0x21040ce0,0x5003e067,0xfb5f1bcc,0x0dfc2972,0x17523ffd,0xfcf00900,0x2027008e,0x7c052008,0xef6fddf9,0xee7ad6fc,0xcfff10db,0x37707021,0x0074eb0c,0xc114100a,0x11204805,0x41380460,0xff70eb03,0xc0f60ba0,0x4f01e063,0xfb1f8bcc,0x9d7426c2,0x0a4fdffd,0xfce00900,0x2028008e,0x7c047ffc,0xefdfdbf9,0xbe90d83c,0xc0ffb0e2,0x3860501b,0x205bf19d,0x0f0de00d,0x14e05504,0x812c0320,0x0040d903,0xa0ec0a20,0x48003054,0xfb1fdccd,0x8d0a2471,0xff4dbffd,0xfc900a00,0x202a008e,0x7f03eff0,0xf01fcff9,0xaebcd9bc,0xa50080e4,0x39303715,0x2046f56d,0x5d0a8010,0x18d07003,0x61140190,0x00d0ca03,0x90e30860,0x3ffef03f,0xfb801bce,0xacb72241,0xf64b7ffc,0xfc100c00,0x2027008e,0x7903cfed,0xefcfc9fa,0x0ee1db6c,0x8e00e0e0,0x39b02810,0xd039f7ed,0xa9085011,0x1a307702,0x50f60060,0x0100be03,0xa0d806b0,0x34fe602f,0xfc405ed0,0x3c711f91,0xec499ffb,0xfb500e00,0x1021007e,0x70040fea,0xefdfcdf9,0xbeefdccc,0x830090d3,0x39d0250f,0xe036f9ad,0xed06e00f,0x18004401,0x70d80000,0x00d0b003,0x80cc05a0,0x2bfe2020,0xfca09ad2,0x0c381c91,0xe0481ffa,0xfa701100,0x101b005e,0x69044fe3,0xef8fcff9,0x0ef5ddfc,0x830050c1,0x3a202911,0x703afaee,0x2b05d00c,0x14d01000,0xc0bbffb0,0x00409d03,0x20c504d0,0x27fe3011,0xfc90bbd3,0x8c0119e1,0xd3461ff9,0xfa001200,0x1019005e,0x7703efce,0xee6fcdf8,0x3ef5df7c,0x8b0040a6,0x3aa03114,0x0041fbfe,0x6a04f00a,0x121ff900,0x209fffa0,0xffc08302,0xd0b904a0,0x1ffe7009,0xfd10d5d5,0x0bd816f1,0xc0443ff9,0xf9d01300,0x101e006e,0x81048fc6,0xed6fc4f8,0x1ee9e14c,0x9900608e,0x3b103916,0x6048fcde,0xa5043008,0x0fffe4ff,0xc088ffd0,0xff806302,0xb0a804f0,0x11fec006,0xfe00ead6,0xabb61431,0xaa431ff9,0xf9e01300,0x1023007e,0x8d04bfd0,0xed3fb8f8,0x0ee1e35c,0xa2014078,0x3b804018,0x604efd9e,0xde039007,0x0e5fd3ff,0x60720020,0xff203e02,0xa0970540,0x03ff7008,0xfe90edd8,0x5ba71281,0x92428ff9,0xf9d01300,0x101f006e,0x9f03ffcf,0xed3fb5f8,0x4edee5cc,0xa6032060,0x3be04419,0x9051fe3f,0x1702f006,0x0d2fcbff,0x005e0060,0xfec01d02,0xb087054f,0xf5ff700b,0xff00e7da,0x1bab1151,0x76422ff9,0xf9b01300,0x101e006e,0xa8043fc7,0xed2fb6f8,0xcedde89c,0xa4058047,0x3c304419,0x9051febf,0x49027005,0x0bffc5fe,0xd055ffd0,0xfe500102,0xb07c04ff,0xe9ff3013,0xffe0aedf,0xabd81081,0x5b425ff8,0xf9801400,0x101f006e,0xb0049fc5,0xed9fb5f9,0x1ee6eb9c,0x99080031,0x3c503f18,0x804dff0f,0x71020004,0x0a7fc1fe,0xc049ff60,0xfe0fe702,0xa073048f,0xe2007021,0x00a079e4,0xfc081041,0x43421ff9,0xf9a01400,0x101e006e,0xb5049fc9,0xedefadf9,0xbefdeeac,0x8a09d024,0x3c703716,0x5046ff3f,0x8901d002,0x08ffb5fe,0xe03fffa0,0xfdafd302,0x5069042f,0xe201e02b,0x015053ea,0x3c2e0f91,0x26420ff9,0xfa401200,0x1022006e,0xb704cfce,0xeeafa3fa,0x7f15f23c,0x7b0a701c,0x3c902912,0x303aff4f,0x9301b001,0x06cfacff,0x103d0060,0xfd1fc501,0xd06203df,0xe902702d,0x01b037ef,0x5c4c0ef1,0x0940fffb,0xfb100f00,0x1020006e,0xca04ffce,0xee8f9efb,0xaf1bf66c,0x700ad011,0x3cc01a0c,0x702bff4f,0x9a01a000,0x059fb1ff,0x303d00e0,0xfcafbf01,0x605b034f,0xf1035025,0x01702bf2,0xec510e70,0xf13f6ffc,0xfbf00c00,0x101b005e,0xe504ffcb,0xedff9dfd,0x3f22fa1c,0x630ad007,0x3d000e07,0x101eff5f,0x9f019fff,0x05dfbfff,0x30340140,0xfc4fc300,0xe056029f,0xf704401d,0x01802df5,0x2c4c0da0,0xe13f1ffd,0xfcb00a00,0x101b005e,0xf6050fce,0xeebf9ffe,0x4f35fcac,0x5a0ad000,0x3d500803,0x3015ff5f,0xa0019ffe,0x06cfd2ff,0x00370170,0xfc5fc800,0x804a01cf,0xfd049021,0x01e02af7,0x7c4f0d20,0xd03ecffd,0xfd500800,0x101b005f,0x0c053fd5,0xef4fa4fe,0xaf3cfe1c,0x580aaffd,0x3db00500,0xc00fff6f,0xa9018ffd,0x076fd3fe,0x903001a0,0xfc7fc700,0x40450150,0x0104c01f,0x01d01ef9,0x6c450cd0,0xc73f2ffe,0xfdc00600,0x101b005f,0x31055fde,0xf09f9bfe,0xff34fecc,0x590a6ff9,0x3dc004ff,0xb00cff7f,0xb9015ffc,0x079fc5fe,0x002001f0,0xfc5fc100,0x30480160,0x0404b01e,0x01e013fa,0xdc400c60,0xbf3f2ffe,0xfe500500,0x101c005f,0x4f055fe7,0xf1ef93ff,0xaf2cff7c,0x560a2fee,0x3d9003ff,0x700cff9f,0xce012ffb,0x075fbcfd,0xa0160230,0xfc3fc100,0x104a0130,0x09048021,0x01b009fc,0x4c4a0c10,0xb63f0fff,0xfeb00400,0x101a005f,0x61058fe7,0xf2df9300,0x2f2fff9c,0x5409efe2,0x3d8004ff,0xe00dffbf,0xe200fffa,0x06cfbdfd,0x70120240,0xfc4fbf00,0x00490150,0x0b04701c,0x01400afc,0x6c4c0ba0,0xae3f0fff,0xfee00300,0x1019005f,0x68056fe6,0xf3cf8b00,0x0f2fff8c,0x52099fdd,0x3d700400,0x600effcf,0xf000dff9,0x067fbdfd,0x400e0260,0xfc5fb600,0x004a0210,0x0903b015,0x01000ffc,0x5c5a0b10,0xa53effff,0xfef00300,0x101b005f,0x6405afde,0xf47f7f00,0x5f2effac,0x4e095fdd,0x3d500500,0xa00fffcf,0xf600cff8,0x067fc0fd,0x300902c0,0xfc4fadff,0xf04a02b0,0x0902e011,0x00d00dfc,0x6c560ab0,0x9d3f7fff,0xfed00300,0x1017004f,0x76064fcb,0xf57f7b00,0xff30001c,0x4b097fdd,0x3d500400,0x800effcf,0xf800cff7,0x066fc6fd,0x200602e0,0xfc2faaff,0xe04902d0,0x0803000e,0x008009fc,0x8c480a70,0x913f4fff,0xfed00300,0x1014004f,0x91066fc4,0xf60f7901,0x3f3300cc,0x49094fdd,0x3d500400,0x100dffcf,0xf500cff6,0x066fc7fd,0x300602d0,0xfbffabff,0xe04702c0,0x0703100b,0x00c007fc,0x9c380a30,0x833f0fff,0xfef00300,0x0013004f,0xa4066fc8,0xf70f7401,0x9f35017c,0x4608ffdd,0x3d4003ff,0xa00cffcf,0xf100dff4,0x065fc5fd,0x500702c0,0xfc0faaff,0xb04502d0,0x0a02e00b,0x011004fc,0x9c2d09f0,0x763f1fff,0xfee00300,0x1014004f,0xae069fd2,0xf87f7002,0x0f3501dc,0x47094fdb,0x3d6003ff,0x700cffcf,0xf400cff3,0x063fc4fd,0x50070270,0xfc1facff,0xa0420290,0x0b02f00f,0x012002fc,0xbc2509b0,0x693ebfff,0xfeb00400,0x1017004f,0xb2062fe3,0xf99f6d02,0x2f3801fc,0x45093fda,0x3d7003ff,0x900cffcf,0xf700cff2,0x05ffc3fd,0x40070230,0xfc1fb0ff,0xb03e0250,0x0902e013,0x010006fd,0x0c270970,0x5a3e3fff,0xfe900400,0x1018004f,0xab05dff0,0xfa6f7502,0xaf3d023c,0x43089fda,0x3d7003ff,0x900cffcf,0xf700cff1,0x057fc1fd,0x50080280,0xfc1fafff,0x903d0260,0x0a027017,0x00b00bfc,0xfc3a0930,0x4f3e1fff,0xfea00400,0x1018005f,0x9b060fee,0xfb6f7a03,0x1f3a02ac,0x43088fda,0x3d8003ff,0x800cffcf,0xf600cff1,0x04dfbffd,0x500802b0,0xfc0faeff,0xb03e0260,0x09021019,0x00800cfc,0xfc420900,0x443ddfff,0xfea00400,0x101c005f,0x99062fe9,0xfc0f7303,0x5f3702ec,0x40086fdb,0x3d7003ff,0xa00cffcf,0xf500cff1,0x043fbefd,0x500902e0,0xfbffafff,0xc03f0260,0x05020018,0x00c00ffc,0xfc400880,0x393daffe,0xfe800400,0x101f006f,0xa8063fe2,0xfd0f6e03,0xaf3b031c,0x3d082fdc,0x3d5004ff,0xd00dffcf,0xf200dff1,0x039fc2fd,0x50090300,0xfbffadff,0xb03f0280,0x0502101b,0x00b00efd,0x0c3a0830,0x2f3d7ffe,0xfe700400,0x101f006f,0xae067fdf,0xfe2f7004,0x1f3a037c,0x3c084fdc,0x3d6004ff,0xd00dffcf,0xf100dff1,0x02efc4fd,0x50080310,0xfbefa9ff,0xb0420260,0x0801d024,0x004004fd,0x2c290830,0x253d2ffe,0xfe400500,0x1022007f,0xc2067fdf,0xff1f7504,0xbf3603cc,0x3b086fdc,0x3d6004ff,0xe00dffcf,0xf200dff2,0x022fc4fd,0x50090330,0xfbdfa8ff,0xb0430230,0x0801b02c,0x008ffdfd,0x9c200790,0x133cbffe,0xfe000600,0x303600bf,0xd9066fe1,0x009f7204,0xaf37041c,0x3808afda,0x3d5004ff,0xe00dffcf,0xf400cff1,0x019fc6fd,0x50090310,0xfbcfacff,0xb04201c0,0x0801f032,0x00eff9fe,0x9c2b067f,0xf83bfffd,0xfd600800,0x6059012f,0xef05ffdd,0x02df6803,0xaf40046c,0x3708afd8,0x3d5004ff,0xe00dffcf,0xf500cff1,0x00efcbfd,0x400702e0 +}; + +u32 ANIM_ENTRY_fire_kneel_dual_wield_right[] = +{ + 0x008fe3ff,0xffff036f,0xf9007fdc,0x003af2ba,0xb39a1af3,0x923ecff9,0xfa101300,0x9077018d,0xa9018043,0xe10ff0f8,0x6f5dff2c,0x2b035008,0x3e500600,0xb012ff50,0x0c018ff6,0x007fc2fd,0x0ff4ffd0,0x008fe500,0x000002ff,0xfb00efe2,0x003ac7ba,0xa3bf1c93,0x91403ff9,0xfa101300,0x9078018d,0xb201a049,0xe08feef8,0x6f61ff0c,0x2a033007,0x3e400600,0xf012ff50,0x0e018ff5,0x006fbefc,0xfff2ffa0,0x008fe900,0x100002bf,0xfb00ffe1,0xfffad4ba,0x93b81cd3,0x90408ff9,0xfa101300,0x9077018d,0xad01e04a,0xe03feef8,0x4f66feec,0x29030006,0x3e300601,0x2012ff50,0x0e018ff3,0x005fbafc,0xfff0ff80,0x00afe800,0x1fff02bf,0xfa00dfe1,0xff8aedba,0x93ab1ca3,0x90404ff9,0xf9f01300,0x9077018d,0xa7019047,0xdfaff0f8,0x4f65febc,0x2903100a,0x3e300701,0x6013ff40,0x09018ff2,0x004fb4fd,0x1ff1ff40,0x00cfe600,0x1ffe02ef,0xfa009fe1,0xff3af0ba,0x93a91cd3,0x8f401ff9,0xf9e01300,0x9079019d,0xad01004b,0xdefff2f8,0x9f5ffe9c,0x2b03400d,0x3e400701,0xa013ff40,0x07018ff1,0x002fabfd,0x2ff2ff10,0x00efe400,0x0ffe032f,0xf9008fdc,0xff4b09ba,0x83911b43,0x8f3eaff9,0xf9f01300,0x907c019d,0xb201c04b,0xdeaff6f8,0xcf5efe7c,0x2d037012,0x3e600701,0xb013ff4f,0xfe019ff0,0x001fa6fd,0x6ff8ff10,0x012fddff,0xfffc038f,0xf8005fd5,0xffdb04ba,0x83901a53,0x8f3e2ff9,0xf9e01300,0x907a019d,0xbe02204c,0xde9ffaf8,0x7f59fe5c,0x2f03901f,0x3e600701,0xc013ff2f,0xec01cfef,0x000fa0fd,0xc004ff60,0x017fd100,0x1ffb040f,0xf5ffdfd0,0x003aefba,0xc39c1ab3,0x913e3ff9,0xf9f01300,0xa07d019d,0xcc01e053,0xde1ff8f8,0x4f4efe0c,0x3004302e,0x3e500702,0x2014feff,0xd801ffee,0xffcf9afe,0x3010ff80,0x018fc800,0x3ffe044f,0xf3004fcf,0x007acbba,0xe3c21ad3,0x913e3ff8,0xf9901400,0xa08301bd,0xcd01e059,0xddeff9f8,0x5f4bfdac,0x30054039,0x3e600802,0xe016fedf,0xc6021fed,0xff7f9bfe,0x801bff10,0x016fc600,0x700203ef,0xf000efcb,0x00caadba,0xb3e91b03,0x8d3e4ff7,0xf9101600,0xb08a01cd,0xc801f05c,0xddcffef8,0x7f55fd3c,0x2e05703d,0x3e600a04,0x1019fecf,0xb6023fed,0xfedfa2fe,0xd024ff00,0x016fc400,0x9006039f,0xee009fc1,0x007aaaba,0xb3f01b13,0x893e4ff7,0xf9101600,0xc08d01dd,0xc601d064,0xddb007f8,0xdf5dfc5c,0x2e057040,0x3e700d05,0xe01dfeaf,0xad024fee,0xfddfa9ff,0x202dfee0,0x01afbc00,0x700503bf,0xef002fb3,0xff9aa9ba,0xa3f51a53,0x873d9ff7,0xf9101600,0xc08f01dd,0xc5026067,0xdd7007f8,0xef5afa9c,0x36068048,0x3ee01309,0x4025fe9f,0xa2026ff1,0xfc9fadff,0x803afe80,0x01dfb700,0x4007038f,0xf200afa3,0xfe6aa1ba,0x93fe1973,0x833c6ff7,0xf8e01600,0xc09301ed,0xc7032062,0xdcb007f8,0xbf53f80c,0x44079051,0x3f70200e,0x6032fe7f,0x91028ff4,0xfb3fac00,0x0049fe10,0x021fb200,0x1009035f,0xf6009f8b,0xfd7a96ba,0x84051793,0x7f3a6ff7,0xf8b01700,0xd09901fd,0xce03505f,0xdc1014f8,0xbf47f4bc,0x5608705e,0x40103214,0xb043fe4f,0x7902bff2,0xf9ff9e00,0x7058fdb0,0x026fa3ff,0xd00f03bf,0xfb000f6f,0xfcaa79ba,0x841e14a3,0x7a37aff6,0xf8401900,0xf0a3021d,0xd903505f,0xdbe017f8,0xdf36f10c,0x6a099071,0x40b04e1b,0xb059fdef,0x56030fec,0xfa5f9a01,0x106cfdc0,0x026f95ff,0xc0190390,0x00ffaf56,0xfbea4aba,0x64491293,0x75358ff5,0xf7c01a01,0x00ac023d,0xe003705c,0xdc2018f8,0xdf2aed5c,0x7d0a6085,0x41307122,0x7077fd7f,0x29036fe3,0xfd5fad01,0xb082fdd0,0x01cf8f00,0x002c0290,0x01ff8f3d,0xfb8a14ba,0x547e1133,0x6c33bff4,0xf7701b01,0x10b6025d,0xe4032059,0xdc5022f8,0xef24e9cc,0x8b0ae091,0x41609b28,0x309afcee,0xf803efd8,0x011fbb02,0x2093fdb0,0x00ff8800,0x60430170,0x00ffbf25,0xfb19deba,0x54b20f33,0x62317ff4,0xf7101d01,0x30c0027d,0xe802f059,0xdbd02af8,0xdf12e6ec,0x960bb09a,0x4180c72c,0x70c2fc3e,0xc3046fd6,0x028fcd02,0xc0b1fd70,0x006f7e00,0xe056008f,0xfaff8f06,0xfac9d3ba,0x44c20bf3,0x532e3ff2,0xf6501f01,0x40c6029d,0xe2032052,0xdbb02ff8,0xfef5e45c,0xa40ce0a3,0x41a0e52e,0xa0ddfb9e,0x9204efdd,0x00efd303,0x50cffcd0,0xffdf7701,0x7068ff8f,0xf1ff3ee5,0xfab9e5ba,0x14b607c3,0x3f29ffef,0xf5202301,0x40c8029d,0xdc029042,0xdb302af8,0xeed7e21c,0xb40e40a8,0x41b0ea2e,0xe0e1faee,0x68056fe6,0xfebfcb03,0xc0e7fbe0,0xff4f7001,0xc07dfe3f,0xecff2ecc,0xfa69f3ba,0x04ab0433,0x2e25dfec,0xf3a02801,0x30c0027d,0xd901a02c,0xda2025f8,0xdebfe03c,0xc60e60b1,0x41a0d82d,0xa0d1fa1e,0x36060fea,0xfdefb004,0x3102fbd0,0xfeaf6801,0xe096fcbf,0xe8fedeba,0xfa7a03ba,0x14a200b3,0x22223fe7,0xf1f02f01,0x00ae023d,0xd5011018,0xd98026f8,0x7eafdefc,0xd90dd0ba,0x4150bb2b,0x50b7f91e,0x0006dfed,0xfd8f9304,0xe121fca0,0xfddf5f02,0x00b6fb4f,0xe1fe1ea8,0xfb3a46ba,0x646cfb53,0x141d7fe1,0xf0203500,0xd09a01fd,0xd200f00a,0xd8e01df8,0x3ea9de3c,0xe80d70bc,0x40e0a028,0x909ff7fd,0xcb07bff0,0xfcef8305,0x613dfda0,0xfd3f5102,0x00d5fa3f,0xdafdae9c,0xfc5acdbb,0x03fbf5c3,0x02183fdc,0xee703b00,0xb08b01cd,0xd2010005,0xd82013f8,0x6ea3dd7c,0xfc0d80c3,0x40a08d26,0x508ff67d,0x9208fff4,0xfc1f7305,0xd154feb0,0xfcdf4602,0x00eef88f,0xd3fd2e9a,0xfd4b9dbb,0x834cf102,0xf3137fd7,0xed204000,0x907a018d,0xce017012,0xd8501ef8,0x3ea3dc5d,0x0f0d50d0,0x40108525,0x3088f44d,0x4e0adff7,0xfb3f6306,0x1166ffe0,0xfc6f3c02,0x0106f6cf,0xc6fc6e9b,0xfedccebb,0x6237ec62,0xe50f3fd5,0xec904300,0x706c015d,0xc4029019,0xd83026f7,0xaea3db2d,0x210d20e0,0x3f708925,0xc08cf0dd,0x060dfff9,0xfadf5f06,0x31680150,0xfbdf2a02,0x011ef5ef,0xb6fbbe97,0x00ce06b9,0xe117e7b2,0xd00b1fd7,0xed104100,0x605e012d,0xb602f015,0xd8302bf7,0xee8ada3d,0x410d30f4,0x3ee0a128,0x90a1eaec,0xbc138ffa,0xfadf6406,0x11650250,0xfb0f1c02,0x0135f52f,0xa6fb8e96,0x01deacb7,0x3079e2d2,0xb9070fda,0xee003d00,0x404500dd,0xbb03200f,0xd94031f8,0x3e62d93d,0x690d1106,0x3e20d52d,0x30cfdc9c,0x74218ffc,0xfa2f6b05,0xb1570340,0xf9ef1302,0x0151f47f,0x92fb6e96,0x029efcb4,0x202cde92,0xa2037fdb,0xee603c00,0x202b008d,0xc303700f,0xd9e035f8,0xee42d84d,0x8d0d0109,0x3d312d32,0x0120bc0c,0x5241cffe,0xf95f7405,0x11420430,0xf8cf1101,0xf16af36f,0x7cfbee9c,0x02ef21b1,0x600dda32,0x8d00afdb,0xee503d00,0x1016004d,0xb903c013,0xda6038f9,0x4e29d72d,0xab0d0105,0x3bf1ce36,0x61bb9dcc,0x705fe001,0xf7ff7d04,0xc13805c0,0xf84f0c02,0x0175f22f,0x68fc7ead,0x032f1eaf,0x6009d462,0x7efe5fda,0xee403d00,0x0001000d,0xb8042013,0xdce042f9,0xcdfbd5ed,0xda0e1105,0x3b131639,0x72fd916c,0xa36c1003,0xf63f8704,0x913207f0,0xf7df0901,0xe17cf11f,0x55fd3eb7,0x037f11ad,0xc015d152,0x74fd4fd9,0xee003eff,0xfff1ffdd,0xc304d00f,0xde904bfa,0x4dccd4de,0x0c0fb0f8,0x3aa4fa39,0xa4dc8c2c,0xd1715005,0xf50f9104,0x51280990,0xf75f0b02,0x017ff01f,0x40fe9eb2,0x040f0bac,0x7026d152,0x6efd7fd8,0xeda040ff,0xffe7ffbd,0xc2056003,0xded050fb,0x0da7d3ae,0x311140e3,0x3a263737,0x6615894c,0xf8742006,0xf42fa004,0x111d0ad0,0xf6df0c02,0x617fef9f,0x2affceb2,0x040f00ab,0x2031d262,0x6bfe0fda,0xee403eff,0xffdeff9d,0xb2058ffd,0xde2054fb,0xcd86d2ae,0x4d12b0d0,0x3996cd34,0x86a7876d,0x1c760006,0xf33fb303,0xd1150b80,0xf60f0f02,0xa186ef8f,0x17009eb3,0x03cef7aa,0x0038d222,0x64fe2fdc,0xef103bff,0xefd2ff7d,0xaf05affd,0xdde058fc,0x2d76d20e,0x5b13a0bb,0x39271f31,0xa6f7860d,0x3e777006,0xf25fc303,0x71080b90,0xf56f0f02,0xe18befaf,0x09014eb5,0x038ef3a9,0x3039d112,0x5afe1fde,0xefb038ff,0xefcaff5d,0xb8069002,0xde305afc,0xcd5ed18e,0x6f1490a9,0x38d7522f,0x0728851d,0x58785006,0xf1bfd402,0xf0f50be0,0xf51f0d03,0x318bef8e,0xfe01beba,0x030efba8,0xe036d102,0x57fe3fe0,0xf01037ff,0xefcaff5d,0xb8080007,0xde505dfd,0xbd41d10e,0x8915b09d,0x3887712c,0xd746848d,0x6d78f007,0xf0efdd02,0x80e50c50,0xf4ff0b03,0x518cef7e,0xf601debc,0x02df06a9,0x0030d0e2,0x56fe2fe1,0xf05036ff,0xefc8ff5d,0xb908f00a,0xde4062fd,0xfd2cd0ae,0x9c16f094,0x3897842b,0x3759841d,0x7e796009,0xf00fdf02,0x50dd0cd0,0xf51f0103,0x6188efae,0xf401bebf,0x02bf09a9,0x302ad042,0x57fddfe1,0xf08035ff,0xefc5ff5d,0xbc094004,0xdd8063fd,0xad0ed07e,0xbe183090,0x38b79129,0xd76683bd,0x8c79c00b,0xef6fdf02,0x30d90d80,0xf4fef903,0x7188effe,0xf1020ec4,0x026f08a9,0x6026d072,0x5afdffe1,0xf09035ff,0xefc7ff5d,0xb8099002,0xdca063fd,0xacfdd04e,0xd3189092,0x38679a28,0xd76e837d,0x997a100d,0xef0fe002,0x10d40e00,0xf4aef203,0x2192f05e,0xf1025ec4,0x02cf09a9,0xb027d032,0x5dfe1fe1,0xf07036ff,0xefc9ff5d,0xbd095005,0xdc8060fe,0x0d09d03e,0xcd187093,0x38279f28,0x4773834d,0xa17a400f,0xeecfe702,0x00d10eb0,0xf49eee02,0xa197f0ae,0xf402dec6,0x02fefca9,0xc031cff2,0x5efe6fe1,0xf09035ff,0xefc7ff5d,0xc108d004,0xdc105bfd,0xdd1fd04e,0xbf189091,0x3837a028,0x1774834d,0xa07a4010,0xeeafec02,0x10d21000,0xf4deed02,0x6193f0ee,0xf7033ec6,0x02bef1a9,0x7040d002,0x5cfeefe2,0xf0d034ff,0xefc4ff4d,0xc008e001,0xdbd05efd,0xdd2cd01e,0xb618b08e,0x3847a028,0x1774837d,0x997a1011,0xee5fef02,0x00d110e0,0xf53eef02,0x218cf0de,0xf7030ec2,0x035eefa9,0x704dd042,0x5dff7fe2,0xf0b035ff,0xefc2ff4d,0xbc094ffe,0xdc4062fe,0x4d32cfce,0xb418708d,0x3887a028,0x1774839d,0x9379f013,0xedeff002,0x00d010d0,0xf56ef401,0xe18bf0ae,0xf702cebf,0x03aee7a9,0x9055d022,0x5effcfe1,0xf07035ff,0xefbeff3d,0xb7094ff8,0xdc8064fe,0x5d3ecf9e,0xad17d08c,0x38b7a028,0x077583ad,0x9179d015,0xedafec02,0x10d11050,0xf55ef701,0xc18df0ae,0xf6029ebc,0x033ee4a9,0xa052d092,0x5fffffe1,0xf08035ff,0xefbdff3d,0xb3092ff6,0xdbd063fe,0x3d4acf9e,0xa417508a,0x38a79f28,0x277483bd,0x8f79c016,0xed8fe702,0x00d00ff0,0xf55ef701,0xb18cf0be,0xf7031ebd,0x028ee3a9,0xd04fd1a2,0x63003fe2,0xf0b035ff,0xefbeff3d,0xb108eff6,0xdb2061fe,0x4d4bcfde,0xa5172089,0x38a79e28,0x277383cd,0x8f79c017,0xed7fe202,0x10d01010,0xf54efa01,0xa18bf0ae,0xf8033ebe,0x029ee0a9,0xe04ed232,0x64007fe2,0xf0e034ff,0xefbfff3d,0xb3084ff3,0xdaf05efe,0x7d50cfde,0xa216c085,0x38979e28,0x277283cd,0x8e79c018,0xed8fdd02,0x20d41030,0xf53f0101,0x918af0ae,0xf6037ebe,0x02aee5a9,0xa050d1b2,0x5e008fe2,0xf0e034ff,0xefbcff3d,0xae080ff1,0xdb705ffe,0xad5acf8e,0x9a162081,0x38879e28,0x377283cd,0x8e79c019,0xedbfd902,0x30d40fd0,0xf54f0301,0xa185f0be,0xf603debe,0x024ee4a9,0xa053d112,0x5c007fe2,0xf0d034ff,0xefb6ff2d,0xad07eff0,0xdc3064fe,0xbd5fcf6e,0x9415f082,0x38979e28,0x277383bd,0x9279d01a,0xed8fd902,0x30d50fe0,0xf53f0201,0xb183f0be,0xf5039ebd,0x027edba9,0xc057d172,0x5e00bfe2,0xf0e034ff,0xefb7ff2d,0xb207eff3,0xdc6065fe,0xcd68cf8e,0x8b15e082,0x38979e28,0x077383bd,0x9479d01a,0xed2fdb02,0x30d30fd0,0xf51f0201,0xd180f0ee,0xf5037eb9,0x027ed9a9,0xb058d242,0x5e00ffe2,0xf0e034ff,0xefb8ff2d,0xad083ff8,0xdbf063fe,0x8d71cfae,0x8415d082,0x38879f27,0xe77483bd,0x9479d01a,0xecdfda02,0x10d00f80,0xf51eff01,0xd17ef11e,0xf7037eb9,0x01eedaa9,0xd058d302,0x61011fe2,0xf0e034ff,0xefb8ff2d,0xaf082ff8,0xdb6060fe,0x2d77cfde,0x8115b083,0x3897a027,0xc77583ad,0x9679e01a,0xec8fd902,0x30d30f60,0xf52efc01,0xd17bf0fe,0xf8035ebf,0x010edba9,0xf056d3a2,0x68012fe4,0xf16032ff,0xefb7ff2d,0xb2079ff7,0xdae063fe,0x0d76cffe,0x8215c085,0x38a7a027,0xc775839d,0x9979f01a,0xec3fda02,0x40d40f70,0xf50efd01,0xd17df0ee,0xf8034ec0,0x007edba9,0xd055d3c2,0x6a013fe6,0xf2202fff,0xefb5ff1d,0xb2071ffd,0xda5064fd,0xfd7ed00e,0x7a159084,0x38b7a027,0xb775839d,0x9b79f01b,0xebdfdc02,0x30d10f30,0xf4df0001,0xb181f0de,0xf7036ec0,0x007edaa9,0xc058d392,0x6a016fe7,0xf2902eff,0xefb5ff1d,0xb5068ffc,0xd9f061fe,0x1d8cd02e,0x6d156080,0x38d7a027,0xb775838d,0x9d7a001a,0xebafdc02,0x50d50f40,0xf4ef0101,0xc17ef0de,0xf703eec2,0xffeed4a9,0xc05cd442,0x6901afe8,0xf2a02dff,0xefb7ff2d,0xb9064ff6,0xd99064fe,0x2d8dd02e,0x6b156081,0x38b79f27,0xc774838d,0x9e7a001a,0xeb7fdc02,0x50d60f60,0xf4df0101,0xd17ef0ee,0xf603fec0,0xff7ecfa9,0xd062d4c2,0x6801cfe7,0xf2302fff,0xefb7ff2d,0xbd063ff7,0xd96066fd,0xed92d04e,0x63155081,0x38979f27,0xc774838d,0x9e7a001a,0xeb3fdd02,0x30d00f40,0xf49f0401,0xd181f09e,0xf403dec1,0xffbecfaa,0x3064d482,0x6c01bfe6,0xf1f030ff,0xefb8ff2d,0xbd067ff4,0xd97065fd,0xbda0d06e,0x5515107d,0x3887a027,0xa775838d,0x9e7a001a,0xeb0fde02,0x40d20f50,0xf49f0401,0xd17ff08e,0xf503aec3,0x001ed6aa,0x3061d452,0x6d017fe6,0xf1e030ff,0xefb7ff2d,0xb306eff2,0xd9205ffd,0x8da3d07e,0x5115107d,0x3887a127,0x7776838d,0xa07a001a,0xeabfdf02,0x50d40f50,0xf4bf0201,0xd17ff0be,0xf603debf,0x009ed7aa,0x105fd3f2,0x6a015fe5,0xf1a031ff,0xefb7ff2d,0xb0070fef,0xd9605ffd,0xbda5d08e,0x5015407f,0x3887a127,0x6777838d,0x9f7a001a,0xea6fdd02,0x50d30f80,0xf4ff0001,0xd17ef0ee,0xf603febc,0x011ed9a9,0xe05ad352,0x64013fe3,0xf12033ff,0xefb8ff2d,0xad072ff1,0xd9e060fd,0xfda4d09e,0x50159081,0x3897a227,0x4777839d,0x9d79f01b,0xea0fda02,0x40d20fd0,0xf51eff01,0xd17ef11e,0xf7041eb8,0x018edaa9,0xd058d302,0x61011fe2,0xf0e034ff,0xefb8ff2d,0xab076ff0,0xda1065fd,0xdda5d0ae,0x4e15b083,0x3897a227,0x3777839d,0x9c79f01b,0xe9bfd802,0x40d11000,0xf52efc01,0xd17bf0fe,0xf8040ebe,0x00aedba9,0xf056d3a2,0x68012fe4,0xf16032ff,0xefb7ff2d,0xb0072ff0,0xda105afe,0x2da4d0ce,0x5015c085,0x38a7a227,0x3777839d,0x9f7a001b,0xe96fda02,0x50d21010,0xf50efd01,0xd17df0ee,0xf803eebf,0x001edba9,0xd055d3c2,0x6a013fe6,0xf2202fff,0xefb5ff1d,0xb106bff6,0xda4063fd,0x9dabd0ee,0x49159084,0x38b7a227,0x2777838d,0xa17a001b,0xe90fdb02,0x40d00fd0,0xf4df0001,0xb181f0de,0xf7041ec0,0x001edaa9,0xc058d392,0x6a016fe7,0xf2902eff,0xefb5ff1d,0xb6065ff6,0xdac060fd,0xbdb8d10e,0x3d156080,0x38d7a227,0x2777837d,0xa47a101b,0xe8dfdc02,0x60d40fe0,0xf4ef0101,0xc17ef0de,0xf7048ec2,0xff8ed4a9,0xc05cd442,0x6901afe8,0xf2a02dff,0xefb7ff2d,0xbb063ff1,0xdb4062fd,0xddb9d11e,0x3b156081,0x38b7a127,0x3777837d,0xa57a101b,0xe8afdc02,0x60d41000,0xf4df0101,0xd17ef0ee,0xf6049ec0,0xff2ecfa9,0xd062d4c2,0x6801cfe7,0xf2302fff,0xefb7ff2d,0xc0063ff3,0xdbf063fd,0xadbed13e,0x33155081,0x3897a127,0x3777837d,0xa57a101b,0xe85fdc02,0x40cf0ff0,0xf49f0401,0xd181f09e,0xf4047ec1,0xff6ecfaa,0x3064d482,0x6c01bfe6,0xf1f030ff,0xefb8ff2d,0xc1066ff2,0xdce060fd,0x8dcbd14e,0x2615107d,0x3887a227,0x1778837d,0xa67a101b,0xe83fde02,0x50d11000,0xf49f0401,0xd17ff08e,0xf5044ec2,0xffbed6aa,0x3061d452,0x6d017fe6,0xf1e030ff,0xefb7ff2d,0xb806bfef,0xdd8059fd,0x7dcdd16e,0x2315107d,0x3887a326,0xf778837d,0xa77a101b,0xe7efde02,0x60d21000,0xf4deff01,0xe178f0ce,0xfa042ec3,0xffaedcaa,0x105dd3e2,0x6a011fe5,0xf1c031ff,0xefb6ff2d,0xb5070fee,0xde4058fd,0xbdc2d18e,0x2c152083,0x3897a326,0xd779837d,0xaa7a201b,0xe76fdf02,0x40cd0fa0,0xf4defe01,0xd177f0ae,0xfb042ec3,0xff8edbaa,0x1056d382,0x6d00efe6,0xf2202fff,0xefb8ff2d,0xc0070fee,0xdf4059fd,0xcdc4d1ae,0x29152084,0x3897a426,0xb779836d,0xac7a201b,0xe71fe202,0x50cf0fb0,0xf49efe01,0xd17bf0be,0xfb042ec2,0xffbedcaa,0x104dd3b2,0x6f00cfe8,0xf2902eff,0xefb8ff2d,0xc6069fed,0xdfc058fd,0xbdd0d1ce,0x1e153080,0x3897a426,0xa77a836d,0xac7a201b,0xe6ffe402,0x60d10fc0,0xf47efb01,0xc17cf0fe,0xfc04aec3,0xff6ee0aa,0x104ad3e2,0x6f00afe7,0xf2702eff,0xefb9ff2d,0xc2064fec,0xe02056fd,0xcdd5d20e,0x17154080,0x38a7a426,0xa77a836d,0xae7a301b,0xe6cfe802,0x50cd0f50,0xf48efb01,0xd177f0ae,0xfc051eca,0xff5edbaa,0x304cd3b2,0x7200afe7,0xf2802eff,0xefb9ff2d,0xc7062feb,0xe15056fd,0xddd7d1fe,0x13152081,0x3887a426,0x977a836d,0xb07a301b,0xe69feb02,0x10c60ec0,0xf45efd01,0xd17af08e,0xf8052ecb,0xffded8aa,0x404fd3b2,0x73009fe7,0xf2502eff,0xefb9ff2d,0xc6064fea,0xe22054fd,0xdde2d1fe,0x0614f07e,0x3867a426,0x877a836d,0xb07a301b,0xe64fec01,0xd0bf0e20,0xf41efd01,0xc181f0ae,0xf6053ecc,0x000edaaa,0x604dd3a2,0x75004fe6,0xf1e030ff,0xefb7ff2d,0xc5067fe7,0xe24053fd,0xedebd23d,0xff15007c,0x3887a626,0x577b835d,0xb37a401b,0xe5ffec01,0xe0c00e60,0xf43ef901,0xb17ff0ae,0xf8055ecf,0xffded5aa,0x704ad432,0x79003fe6,0xf2002fff,0xefb5ff1d,0xcc068fe3,0xe2a056fd,0xcde2d26e,0x08154080,0x3887a626,0x277c834d,0xb67a401c,0xe59fec02,0x00c40ec0,0xf43ef601,0x917ef0ce,0xfa05ced2,0xffded7aa,0x3048d482,0x77004fe7,0xf2502fff,0xefb4ff1d,0xca069fe5,0xe39058fd,0xcdddd28e,0x0e154082,0x3887a726,0x077d834d,0xb77a501c,0xe51feb01,0xf0c00e90,0xf42ef601,0x7180f0de,0xfa061ed5,0x002edcaa,0x204ad392,0x73003fe7,0xf2602eff,0xefb2ff1d,0xc9069fea,0xe58057fd,0xfddcd2ae,0x0e150084,0x3887a825,0xe77d833d,0xba7a501c,0xe50fec01,0xf0c10eb0,0xf41ef601,0x8180f0de,0xf6067edc,0x004ed5aa,0x4050d362,0x71007fe8,0xf2a02dff,0xefb3ff1d,0xd1067fed,0xe7505afe,0x3dd9d2be,0x0d148086,0x3867a526,0x277b834d,0xba7a501a,0xe56ff102,0x20c50de0,0xf3bef601,0xa188f15e,0xf006aedf,0x003eceaa,0x4057d3c2,0x6e00efe7,0xf2902eff,0xefb2ff1d,0xd4065fe7,0xe83053fd,0x5ddfd31e,0x0113a083,0x3857a126,0xb777836d,0xb57a3018,0xe62ff502,0x00c20bf0,0xf35ef701,0xa193f1de,0xea062ee0,0x00bed0aa,0x805bd392,0x6c014fe7,0xf2602eff,0xefb4ff1d,0xce064fe2,0xe9804afc,0x8defd38d,0xef127084,0x38679c27,0x5772837d,0xb17a1016,0xe6dff501,0xf0bf0a70,0xf31efb01,0xa19ef26e,0xe8058ee2,0x010ed2aa,0xb05bd3a2,0x6b01afe7,0xf2302fff,0xefb9ff2d,0xc6065fde,0xeab042fb,0xce02d3ed,0xd911608b,0x38579328,0x676983ad,0xa979e015,0xe7aff601,0xe0bd0980,0xf33efd01,0x71a6f31e,0xf0050ee9,0x003ecbaa,0xe057d462,0x6f01cfe7,0xf2702eff,0xefbdff3d,0xd4063fe0,0xeb203afa,0xde11d43d,0xca107094,0x38778529,0xd75c83fd,0x9c799013,0xe82ff501,0xf0bf0900,0xf3eefe01,0x11a4f36f,0x0104cef5,0xff7eb8ab,0x7051d482,0x7801cfea,0xf3602bff,0xefc3ff4d,0xfe054fe2,0xec3036f9,0xde17d45d,0xc60fa0a5,0x38c7722b,0x974a846d,0x8b791012,0xe8bff002,0x30c50960,0xf45f0300,0xc1a8f39f,0x0e03ff02,0xff6ebcac,0x0044d502,0x8401ffec,0xf41028ff,0xefd0ff6e,0x0904bfea,0xecf032f8,0xde25d4bd,0xba0ec0b0,0x38e7562d,0xc72f851d,0x74787010,0xe9bfe502,0x90d10a20,0xf4df0b00,0x51adf3ef,0x1e033f11,0xff2e82ac,0xc06dd8c2,0xa305afec,0xf45027ff,0xffdcff9d,0xfc04cff6,0xebf027f8,0x2e36d52d,0xab0db0b9,0x39272c30,0x370885dd,0x5b77a00d,0xebafd803,0x20e10af0,0xf57f1600,0x01a9f3ff,0x3102ef27,0xfe7df9ad,0x60d9e002,0xcb0e5fed,0xf49026ff,0xffdfff9d,0xfc052ffe,0xea5019f7,0x9e45d58d,0x9c0c90c1,0x3966ee32,0xe6cc870d,0x3c76800a,0xedcfcb03,0x90ee0b80,0xf60f20ff,0xe1a1f47f,0x45027f36,0xfe2d79ad,0xa14be7a2,0xe0187fed,0xf4b026ff,0xffe3ffad,0xe6065008,0xeab017f7,0x0e51d61d,0x8d0ba0c6,0x39968535,0xa66888cd,0x1774d006,0xf04fbf03,0xf0f70bc0,0xf69f25ff,0xd199f59f,0x5b020f46,0xfdcce7ad,0x61bdf052,0xe2236fee,0xf50025ff,0xffebffbd,0xd7070014,0xebb020f7,0x3e5cd70d,0x7f0b00cb,0x3a25c638,0x45ad8b2c,0xf0728003,0xf28fb204,0x51010ba0,0xf71f2fff,0xe190f66f,0x6e013f5c,0xfd3c49ac,0x8229f9c2,0xcd2dfff1,0xf5e021ff,0xfff5ffed,0xe0069019,0xec202df8,0x2e6ed7ed,0x6909f0cd,0x3a847439,0xc45f8f1c,0xc36ebfff,0xf48fa104,0xd10f0ab0,0xf7ff3d00,0x017ff77f,0x8300af6b,0xfc9bbbaa,0xb28a0012,0x9d34dff2,0xf6701f00,0x0004000d,0xe2060006,0xec2032f8,0x9e7ed89d,0x540890cf,0x3b02d139,0x02c2969c,0x92674ffb,0xf66f9005,0x511c08a0,0xf8cf4b00,0x016cf8bf,0x97009f81,0xfbcb3da8,0xa2e20372,0x6b39dff3,0xf7001d00,0x000f003d,0xe6056ff8,0xed7032f8,0xce8bd98d,0x420790cd,0x3bd1b836,0x01afa6dc,0x66574ff7,0xf89f7c05,0xd1280720,0xf98f5900,0x415bfa0f,0xa5003f94,0xfb6acda6,0x53300572,0x363d8ff5,0xf7b01b00,0x1018004d,0xf0046ff0,0xeea031f9,0x0e9ada9d,0x2c06e0c7,0x3c912231,0xe11ec64c,0x5a381ff2,0xfb6f6606,0x212f05e0,0xfa7f6900,0x7147fb8f,0xb1ffef9c,0xfb3a71a3,0xc36b0631,0xff3faff5,0xf8201900,0x101d005d,0xee040fee,0xef502cf8,0x9eacdbad,0x140650c2,0x3d70c82c,0xf0cbe04c,0x841e6fec,0xfe7f4e06,0x51330370,0xfb7f8100,0xb132fc4f,0xb9ffdfac,0xfb4a1fa1,0x13a006b1,0xc5409ff6,0xf8a01800,0x1023007d,0xe2045ff4,0xef2027f8,0x7ec5dcac,0xf60530ba,0x3e108c27,0x9095ecbc,0xd0126fe6,0x01cf2c06,0x713600c0,0xfccf9a01,0x3117fcdf,0xbbffcfbe,0xfb79d49e,0x53c806b1,0x8b405ff7,0xf9401600,0x202c009d,0xe103fffc,0xee6025f9,0x0edbddac,0xd90450b5,0x3e405f21,0x606ef2bd,0x230cdfdf,0x05defd06,0x7135ff10,0xfe6fa801,0xb0fafdef,0xbeffdfd1,0xfb19939b,0xa3e00621,0x5c407ff8,0xf9c01400,0x203200ad,0xed03bffb,0xee8024f9,0xcee5defc,0xc90480b9,0x3e703b1a,0x504ff5ed,0x6d09ffd9,0x095ece06,0x0129fe50,0xff4fba02,0x20e7fe6f,0xc1008feb,0xfab95498,0xe3f605a1,0x3240cff9,0xfa101300,0x303300ad,0xef043ff8,0xef7025fa,0x6f04e10c,0xac0400b3,0x3e302514,0x403af80d,0xb2082fd7,0x0aaeda05,0x010ffde0,0xffbfcd02,0x50d3feef,0xc7021001,0xfad92195,0xc40c0511,0x05409ff9,0xfa401200,0x203100ae,0x01051ffe,0xef6020fb,0x0f1ce2ac,0x950310a7,0x3de01e11,0xe032f9ad,0xf506cfd9,0x093f1e04,0x00f5fde0,0xffffd802,0x20bcffbf,0xd003900e,0xfb28f892,0x84250480,0xd8405ffa,0xfa701100,0x2028008e,0x1f05f009,0xeef017fb,0x3f14e39c,0x94028095,0x3e002213,0x5037fb0e,0x3a05bfde,0x066f4c03,0x20dcfe40,0xffdfe502,0x00ad005f,0xd6044012,0xfb68e48f,0xa4330430,0xb23ffffa,0xfaa01100,0x101b005e,0x2f05c014,0xeec01bfb,0x9f0be47c,0x9501c079,0x3e002d16,0xd041fc2e,0x8104cfe2,0x042f6802,0x60c5fec0,0xffcff001,0xf09f010f,0xd804900c,0xfb98e18d,0x143303d0,0x95401ffa,0xfa701100,0x0012003e,0x40055019,0xefb024fc,0x7f04e54c,0x9700e062,0x3df03b1a,0xb04ffd0e,0xbd040fe4,0x031f8201,0xa0b0ff40,0xffeff501,0xd08c01af,0xdb04800a,0xfbb8da8a,0x74330380,0x78407ff9,0xfa101200,0x1016004e,0x54056019,0xefe01efc,0xdeffe67c,0x9a008052,0x3e20491e,0x005bfdae,0xf3037fe6,0x023f9a00,0xe09aff60,0x004ff401,0xa073024f,0xdc047007,0xfc08d387,0xf4350340,0x5b411ff9,0xf9e01300,0x101d006e,0x6705601b,0xf00017fd,0x2efee7cc,0x9d00f048,0x3e905620,0x8066fe2f,0x2202ffe9,0x005faa00,0x3085fec0,0x007ff401,0x705d030f,0xd8046ffb,0xfc38d185,0x743602b0,0x3d414ff9,0xf9e01300,0x1023007e,0x8104c01a,0xf00015fd,0x6f05e97c,0x9b022042,0x3f005f22,0x006efe7f,0x4102afec,0xfecfafff,0x9073fd80,0x007ff901,0x604b031f,0xd4042ff4,0xfbe8cc82,0xf4350280,0x1e40fff9,0xfa001300,0x2026007e,0x9903e016,0xefb014fd,0xaf17eb7c,0x9002903b,0x3f206022,0x306ffebf,0x5c025fed,0xfe0fa4ff,0x0061fcb0,0x009ffd01,0x203702df,0xd6045ff7,0xfc08c480,0x74300280,0x01410ff9,0xfa401200,0x202a008e,0xaf02e019,0xefd013fe,0x1f24eddc,0x85028033,0x3f405720,0x9067feff,0x78021fee,0xfd9f9cfe,0x9054fc70,0x008fff00,0xc027026f,0xdb04effe,0xfda8bb7d,0xf42602af,0xe440effa,0xfac01000,0x202d009e,0xc701c026,0xf00012fe,0x8f2ff0cc,0x7a02a02b,0x3f70431c,0xa055ff2f,0x8f01efef,0xfcafa6fe,0x3049fc40,0x00700300,0x601601ff,0xde04bffb,0xff78b57d,0x341a02cf,0xde409ffb,0xfb100f00,0x202e009e,0xda01d033,0xefe01cff,0x1f38f41c,0x6c026024,0x3f702c16,0xe040ff4f,0xa101bff1,0xfb8faefd,0xe03ffc50,0x00300200,0x300b022f,0xdf040fef,0x0058b77d,0x341e028f,0xde40effb,0xfb100f00,0x202d009e,0xe602502f,0xefd025ff,0xbf3cf77c,0x5d02601a,0x3f601a10,0xe02eff6f,0xb3018ff1,0xfb8fb2fd,0x8034fc30,0xffeffe00,0x200402af,0xdd035fe3,0x0078bb7d,0x142b023f,0xde41affb,0xfb200f00,0x2027008e,0xde029025,0xf0102a00,0x4f40fa7c,0x4e02b011,0x3f500e0b,0xa020ff7f,0xc0016fef,0xfcdfbdfd,0x2029fbd0,0xffcffa00,0x3ffc02df,0xde02efdc,0x0048bc7c,0xe438025f,0xd941affb,0xfb700e00,0x1022006e,0xdd02e014,0xefe02c00,0x4f42fcdc,0x4402500b,0x3f100707,0xb015ff8f,0xca014fed,0xfe0fc0fc,0xd01ffc30,0x003ff000,0x0ff0033f,0xe6027fdb,0xffd8b47c,0xc43902bf,0xd7419ffb,0xfb900d00,0x101e006e,0xe2031003,0xefb02900,0x8f2dfe2c,0x42021010,0x3f000404,0xe00eff9f,0xd1013feb,0xfedfb0fc,0x7015fcf0,0x006fe6ff,0xbfea03df,0xee01ffd6,0xff98ae7c,0xd42c02bf,0xd841effb,0xfba00d00,0x101c005e,0xef02eff9,0xefe02600,0xcf15fefc,0x44022013,0x3f300203,0x4009ff9f,0xd7012feb,0xff2fa0fc,0x300cfda0,0x008fe2ff,0x8fe6044f,0xf2019fd0,0xffc8af7d,0x042d026f,0xd4419ffb,0xfb900d00,0x1020006e,0xf002cff5,0xefb02500,0xbf1aff3c,0x4401c012,0x3f500102,0x9007ffaf,0xe2010feb,0xff3fa8fb,0xf006fe20,0x007fe4ff,0x7fe6044f,0xf5017fce,0x0018af7d,0x3433023f,0xd1416ffb,0xfb600e00,0x1023007e,0xe9031ff2,0xf0102200,0xbf31ff7c,0x4101400e,0x3f600102,0x2006ffbf,0xec00efeb,0xff5fbdfb,0xc001fe60,0x003fe0ff,0x8feb04af,0xf500cfd2,0x0038b27d,0x643a021f,0xd140fffb,0xfb500e00,0x101e006e,0xe5033fef,0xf0501a01,0x0f38fffc,0x3e01200a,0x3f600101,0xc005ffbf,0xf100dfea,0xff7fc6fb,0xbffefea0,0x001fdcff,0x8fec051f,0xf4ffcfd4,0x0098b27d,0x8443021f,0xce408ffb,0xfb400e00,0x1019005e,0xdc032ff1,0xf0501901,0xaf2c005c,0x3d010009,0x3f600001,0x6004ffcf,0xf200dfea,0xff8fbdfb,0x9ffcff20,0x002fdaff,0x8fea052f,0xf5ffffc5,0x0098af7d,0x844601ff,0xcb40cffb,0xfb400e00,0x1018005e,0xdb02ffed,0xf0f01b02,0x0f27009c,0x3d00c00c,0x3f700000,0xe002ffcf,0xf100dfea,0xffbfbbfb,0x9ffbff90,0x005fd7ff,0xafe6054f,0xf4ffffc0,0x0098ad7d,0x944001ff,0xca409ffb,0xfb600e00,0x1019005e,0xe1030fec,0xf0e01b01,0xdf23009c,0x3c00b014,0x3f700000,0x7001ffcf,0xee00dfea,0xffefbcfb,0x8ffbffd0,0x004fd8ff,0xdfe8050f,0xf4ff9fc5,0x00c8a57d,0x9430023f,0xc9402ffb,0xfb600e00,0x101c005e,0xf3032ff1,0xf0701901,0xcf23009c,0x3a00b014,0x3f600000,0x8001ffcf,0xf000dfea,0xffdfbcfb,0x7ff9ffd0,0x001fdcff,0xffec04af,0xf6ff8fc8,0x0108a07d,0x9425024f,0xc9400ffb,0xfb600e00,0x1020006f,0x06031ff3,0xf0a01a01,0x9f28009c,0x3a00b00f,0x3f800000,0xb001ffcf,0xf600cfea,0xffdfbffb,0x5ff6ffa0,0xffffe100,0x2fec047f,0xf5001fcb,0x00b8a17d,0x8430024f,0xc53f3ffb,0xfb200f00,0x1024007f,0x02030fed,0xf0101c01,0x4f3100ac,0x3900800f,0x3f800000,0xc002ffcf,0xf700bfea,0xffffc4fb,0x5ff6ffa0 +}; + +u32 ANIM_ENTRY_fire_kneel_dual_wield_hands_crossed[] = +{ + 0x00cfdeff,0x5febfd00,0x16054054,0xff8d35b3,0x3165da75,0xa4e92ff0,0xf5002200,0xa07a0191,0xa41590b4,0x147ecbeb,0x5f34001c,0x2e03b002,0x40100607,0x3012ff9f,0x88013fe7,0xf9bfbefc,0xb06fff10,0x00ffe0ff,0x3fe9fbc0,0x1c050066,0xfefd18b4,0x8178db75,0xb4e9aff0,0xf4f02300,0xa07f01a1,0xac1560b3,0x147ecbeb,0x4f3afffc,0x30041013,0x40400607,0x2012ff6f,0x6c018fe7,0xf99fbdfd,0x407ffe70,0x018fdbff,0x0fe6fb40,0x1f040073,0xfebd03b5,0x818adbd5,0xbfe9ffef,0xf4c02300,0xb08201b1,0xac1510ac,0x148ec9ea,0xef3effac,0x34054035,0x40a00607,0x2012ff0f,0x3b021fe9,0xf91fc1fe,0x209cfda0,0x022fd7fe,0xffe2fb70,0x1f02d074,0xfecd09b6,0x1187db95,0xc0ea0fef,0xf4a02400,0xb08501c1,0xae1570a6,0x14aecaea,0x8f3cfedc,0x39063054,0x40e00707,0xf014feaf,0x0f028fec,0xf82fc0ff,0x00b8fd90,0x025fd8fe,0xffe0fc40,0x1502a064,0xff0d35b5,0x7161da75,0xb2e96fef,0xf4802400,0xc08901d1,0xb91640ac,0x149ec8ea,0x3f3efe1c,0x3e06a062,0x41200909,0x7018fe6e,0xf602dfef,0xf71fbcff,0x80c9fdc0,0x023fddff,0x1fe1fde0,0x01034045,0xff1d73b3,0x712cd825,0x98e7cfef,0xf4e02300,0xc08901d1,0xc11660ae,0x149ec9e9,0xef43fd4c,0x4407305f,0x41800d0b,0xb01ffe4e,0xef02fff1,0xf50fa6ff,0xe0c9fd90,0x01dfd9ff,0x5fe600cf,0xe703a019,0xffadb0b0,0xc0f4d4e5,0x74e59ff0,0xf5602100,0xb08701c1,0xcb1600aa,0x14ded1e9,0xbf43fbec,0x49083052,0x41d0160f,0xb02afe5e,0xf502eff4,0xf2df9600,0x20c5fcf0,0x01afd0ff,0x6fec044f,0xd003cfe6,0x002debad,0xe0b8d155,0x4ae2eff1,0xf5902100,0xb08701c1,0xd915a0a6,0x152ed4e9,0x7f3ff92c,0x5408e04b,0x42202716,0x103dfe4e,0xf302fffa,0xf17fa200,0x70cafc70,0x01bfcdff,0x2ff2076f,0xc402ffb9,0x005e1dab,0x3083cde5,0x22dffff1,0xf5a02000,0xc08801d1,0xe11560a4,0x155ed5e9,0x2f3bf55c,0x6608a055,0x4290471e,0x1059fe0e,0xda034ffb,0xf1dfcc00,0xe0defc60,0x01cfccfe,0xdffa0a3f,0xbe017f8c,0x006e45a8,0xa05cca44,0xfcdd0ff1,0xf5702100,0xb08701c1,0xdb1580a0,0x15aedae9,0x1f31f13c,0x79082063,0x43107525,0xc082fd8e,0xb603bff6,0xf3bff901,0x50f3fc90,0x016fc9fe,0xc00b0d2f,0xb7009f5c,0x009e6aa6,0x5047c5e4,0xd9d97ff0,0xf5402200,0xc08701d1,0xce15809c,0x15bed7e8,0xff20edbc,0x8508206b,0x4360b12b,0xe0b8fd0e,0x91043ff4,0xf5201101,0xa106fc30,0x00bfc7ff,0x201b0fdf,0xad006f33,0x00fe81a4,0x103fbfe4,0xc2d47ff0,0xf5202200,0xc08801d1,0xc5160098,0x15ced7e8,0xef0eeaec,0x88084069,0x4340ec2f,0xd0eefc8e,0x7004aff6,0xf5700401,0xf119fb40,0xffffc7ff,0xc028121f,0xa0007f19,0x015e8ba2,0x0041b994,0xb7cf1ff0,0xf5202300,0xb08601c1,0xc015e099,0x160ed6e8,0xbef9e89c,0x8707e060,0x42c10c31,0x610cfc2e,0x58050ff8,0xf5efe902,0x3129fad0,0xff5fc000,0x602f146f,0x96007f0a,0x01ae90a0,0x8045b454,0xb1ca4ff0,0xf5502200,0xb08501c1,0xb7156097,0x165ed2e8,0x4edbe68c,0x8907d059,0x42310230,0xf103fbbe,0x3f055ff8,0xf73fd902,0x713afad0,0xfeafb900,0xf039164f,0x94001efd,0x01fe919f,0x5042aff4,0xafc5cff1,0xf5d02000,0xc08b01d1,0xbd15008f,0x165ec9e8,0x2ecae4cc,0x88077054,0x4170e12f,0x30e4fb0e,0x1c05eff9,0xf8afd102,0xb14efb40,0xfdbfb501,0x6046179f,0x99ff6ef4,0x021e919e,0x903cad04,0xafc30ff3,0xf6c01d00,0xd09101f1,0xca14708c,0x161ec4e8,0x0ec8e34c,0x8406a04e,0x4090bc2c,0xa0c2fa2d,0xf106affb,0xf95fcb03,0x0163fc20,0xfcffae01,0xb053186f,0xa0ff0eed,0x01ae999e,0x703dabe4,0xadc23ff4,0xf7601b00,0xd09301f1,0xc814108b,0x15bec0e8,0x7ec5e27c,0x8406004a,0x3fb09429,0x009ef90d,0xc107affe,0xfa4fc203,0x4178fcf0,0xfc6fa902,0x005818bf,0xa5ff3eee,0x01ce9d9e,0xe03dac34,0xacc2aff5,0xf7901a00,0xc09001e1,0xc313f086,0x15aebee8,0xfec9e17c,0x8305c047,0x3f107324,0xf080f79d,0x9008d001,0xfc3fbc03,0xc191fdf0,0xfc0fa802,0x2056187f,0xaaff7ef3,0x024e909f,0x5041ad64,0xafc42ff5,0xf7901a00,0xb08801c1,0xbf13907f,0x166ec9e8,0xeedfdfac,0x82059047,0x3ea06022,0x0070f59d,0x590a9005,0xfdbfbd04,0x51a4ff60,0xfb9fa502,0x6058183f,0xaf001efa,0x023e7e9f,0xc045af64,0xb1c64ff4,0xf7301c00,0xa07f01a1,0xc313707c,0x16bed0e9,0x2ef8de3c,0x8005904a,0x3df0551f,0xf066f27d,0x180d600a,0xfe4fbd04,0xc1af00c0,0xfaff9f02,0xb05e17ef,0xb700af04,0x01de70a0,0x5043b244,0xb3c8dff3,0xf6d01d00,0x90780191,0xc213e078,0x169ed1e9,0x5f0cdd0c,0x7b05f04e,0x3d30511f,0x3062ed1c,0xd212600d,0xfe5fc205,0x01b301d0,0xfa4f9803,0x0062177f,0xc1006f12,0x015e6aa1,0x103fb654,0xb8cc3ff3,0xf6b01d00,0x80710171,0xb614806e,0x163ed0ea,0x2f1cdbec,0x77069050,0x3c505720,0x4068e25c,0x8d1cc013,0xff9fd305,0x01ae03d0,0xf9ef8703,0x3061173f,0xcbffcf26,0x00ce6da2,0x1037bae4,0xbccfeff4,0xf6e01d00,0x806e0171,0xa6151065,0x166ec9eb,0x5f0ad9dc,0x8907e052,0x3b307224,0x607fcd1c,0x6131a013,0x01bfcc04,0xa19c0600,0xf95f7303,0x8067170f,0xd6ff0f3b,0x00ce72a3,0x2025c0a4,0xbdd59ff4,0xf7301c00,0x70660151,0xa7158067,0x178ec9eb,0xdeddd70c,0xb109b050,0x3a10ac2a,0xc0b3af3c,0x604f300f,0x01dfcd03,0xe17e0840,0xf83f6a04,0x4079164f,0xdbfeef54,0x012e73a4,0x701dc6d4,0xc4dd2ff3,0xf6a01d00,0x50520111,0xaa16206a,0x18ded6eb,0xfeb0d4dc,0xd20b4041,0x38a10830,0xa1089cdc,0x81616009,0x009fce03,0x416309f0,0xf72f6905,0x0086154f,0xdafebf6d,0x011e68a5,0xe02dcac4,0xd6e21ff0,0xf5602100,0x404100d1,0x9b171069,0x19cee5eb,0x7e91d31c,0xe50c7029,0x3771a235,0x819a94dc,0xa3693005,0xfe6fcf02,0xd14e0a70,0xf69f6505,0xa08a146f,0xd3fe8f7c,0x00ee54a7,0x2047cc84,0xeee39fef,0xf4a02400,0x303b00c1,0x8f17306f,0x19bee6eb,0xde6dd13d,0x020dc017,0x36d2ba38,0xc2ac905c,0xc36d9002,0xfbefd302,0x41330a50,0xf61f6106,0x508d13af,0xc8fe8f83,0x00ce3ca8,0x105ccd05,0x06e3dfee,0xf4802400,0x303b00c1,0x8d169077,0x1a3ee8eb,0x3e3ccfed,0x280ef009,0x36242739,0xb4148d3c,0xe1709000,0xfa3fd901,0x91140a20,0xf57f6406,0xf09712ff,0xc0fdef88,0x005e2ba8,0x6064cd55,0x15e36fef,0xf4a02400,0x403f00d1,0x9e168086,0x1aaeeaea,0x5e14ceed,0x440faff8,0x35555238,0xe53b8b7c,0xf8725000,0xf90fe001,0x20fc0a30,0xf55f6a07,0x10a0122f,0xc3fdef96,0x000e23a8,0x8064cd75,0x1fe2ffef,0xf4f02300,0x404200d1,0xb2164097,0x1aaeebe9,0x9df1cdbd,0x620fefe7,0x35060a37,0x55f08aad,0x04731000,0xf7dfe500,0xd0ed0a60,0xf56f7106,0xf0a511bf,0xcffe7fa2,0xffde13a8,0x2061cd05,0x24e20ff1,0xf5902100,0x404500e1,0xb615a09c,0x1a7ee7e9,0x2dd8cc5d,0x7b0fffda,0x34f67235,0xc6558a2d,0x0a738fff,0xf6cfea00,0xa0e10ac0,0xf59f7406,0xc0ab11af,0xdafe1fa7,0xff8e0ca7,0xe05dcd25,0x22e21ff2,0xf6201f00,0x404600e1,0xb314a09c,0x1aeee6e8,0xbdb5cb2d,0x9e101fd2,0x3506b134,0x669289cd,0x1073efff,0xf60ff500,0x70d80b20,0xf5ef7106,0xe0ae117f,0xddfd3fac,0xff1e11a8,0x6058cea5,0x24e3dff3,0xf6701e00,0x404500e1,0xb114109f,0x1b6ee8e8,0x6d83ca3d,0xcd109fd0,0x34f6d433,0x56b3896d,0x16744fff,0xf5800100,0x70d60b60,0xf64f6e07,0x10ac113f,0xdbfc9fac,0xfeee13a8,0xc051d015,0x28e56ff3,0xf6d01d00,0x404800e1,0xb413b0a6,0x1bdee6e8,0x6d56c9ad,0xf910ffd1,0x34d6e632,0xb6c4892d,0x19747fff,0xf5100500,0x60d30bc0,0xf69f6f06,0xe0ac10cf,0xe0fd0fac,0xff0e0ba8,0xc04bd105,0x2ae65ff4,0xf7501b00,0x504b00f1,0xbc1330b5,0x1beee5e8,0x9d43c92e,0x0f10cfd1,0x34b6f132,0x46ce891d,0x19748fff,0xf4e00500,0x60d20c50,0xf6ef7106,0x60ab102f,0xe9fe2fb1,0xff2dfea8,0x904ed185,0x2ae60ff6,0xf8201900,0x50520111,0xca12a0c4,0x1abed9e8,0xed59c8dd,0xff108fcf,0x34c6f632,0x16d3893d,0x16746fff,0xf5100000,0x80d70d80,0xf72f7206,0x00a90f9f,0xeffe6fb2,0xff6df2a8,0x8055d255,0x2de66ff7,0xf8f01600,0x50510101,0xdd11a0cc,0x19eed4e8,0xbd71c8dd,0xee10cfcd,0x34f6f832,0x06d5897d,0x10743000,0xf51ff700,0xa0da0f00,0xf73f7505,0xd0a80f1f,0xeefe5fb0,0xff8ddea8,0x8064d2f5,0x34e79ff8,0xf9401500,0x404800e1,0xef10a0cc,0x1a7edfe8,0x7d97c90d,0xcd110fc9,0x3526fa31,0xf6d789cd,0x0973d000,0xf4cff000,0xc0df1030,0xf76f7805,0xe0a30ecf,0xe6fe5fb5,0xff5dc5a8,0xa07bd315,0x3de88ff8,0xf9201500,0x404200d1,0xf41030d3,0x1b4eeae8,0x5db2c92d,0xb3112fc5,0x3526fd31,0xe6da8a4d,0x00735000,0xf41fed00,0xc0e010c0,0xf7af7505,0xf09c0eff,0xe0feafb5,0xff4daba8,0x9090d2e5,0x42e84ff7,0xf8e01600,0x404100d1,0xef1010de,0x1aceede8,0x9db0c98d,0xb5113fc4,0x3546ff31,0xd6db8a9c,0xfa730001,0xf36fe900,0xc0dd1090,0xf7bf7406,0x00970eff,0xdbff5fb7,0xff4d91a8,0x80a3d295,0x4be7bff7,0xf8b01700,0x404000d1,0xee0fd0e8,0x1a9ee9e8,0x0db9c9cd,0xac10cfc2,0x35470131,0xb6dd8adc,0xf572c001,0xf30fe800,0xb0da0fa0,0xf7cf7606,0x10920e9f,0xd6000fbb,0xff3d75a8,0x90b6d265,0x59e79ff7,0xf8b01700,0x403f00d1,0xf30f70ef,0x1b3ee6e7,0x4dccc9ed,0x98103fbf,0x35470331,0xb6de8b1c,0xf1728002,0xf2cfeb00,0xb0d80e90,0xf7ef7606,0x308d0e3f,0xd2001fbe,0xff2d6ba8,0x90b6d255,0x5fe7aff7,0xf8d01600,0x303e00c2,0x000f10f2,0x1b3ee8e7,0x1ddaca1d,0x880fffc0,0x35370231,0xb6de8b4c,0xed725002,0xf25fed00,0xa0d30e30,0xf7ff7406,0x50860e3f,0xcdffffbd,0xff1d5fa8,0x50b7d1c5,0x63e77ff7,0xf8d01600,0x303b00c2,0x0d0ec0f7,0x1aceefe7,0x2de7ca5d,0x7a0fffc2,0x35270431,0xb6e08b7c,0xeb722002,0xf1bfee00,0xa0d20e30,0xf81f7406,0x707e0e5f,0xc5ff4fb7,0xff1d59a7,0xd0bed0d5,0x63e6dff7,0xf8d01600,0x303900b2,0x1a0f0102,0x1a9ef3e7,0x3df4ca7d,0x6c0fefc1,0x35170631,0xa6e18bbc,0xe671d003,0xf13fe600,0xc0d60e30,0xf83f7206,0x70780e7f,0xc1febfb3,0xff1d5da7,0xa0c3d015,0x62e64ff7,0xf8e01600,0x303700b2,0x1b0f8109,0x1aaef9e7,0x5df9caad,0x690fdfc0,0x35170731,0x96e38c0c,0xe1718003,0xf0efe500,0xb0d30e00,0xf81f7006,0x507a0e5f,0xc2febfb6,0xff1d6ba7,0xe0c5cff5,0x64e63ff7,0xf9001600,0x303600b2,0x0f0fd102,0x1b2effe7,0x4e05cafd,0x610fefbe,0x35470831,0x96e48c4c,0xde715003,0xf08fe500,0xa0ce0df0,0xf80f6e06,0x407c0daf,0xc3fe3fc4,0xff2d76a8,0x90c7d075,0x6ae6cff8,0xf9401500,0x303500b2,0x0f1010ff,0x1b6f02e7,0x6e11cb3d,0x57100fbc,0x35670831,0x96e38c8c,0xda711004,0xf04fe700,0xb0cf0de0,0xf81f6e06,0x307c0c9f,0xc4fddfd2,0xff2d75a9,0x60c9d165,0x74e72ff8,0xf9401500,0x303600b2,0x18106101,0x1b4f05e7,0xae1ecb5d,0x4b0fffbb,0x35670631,0xa6e18cdc,0xd570b004,0xf03fe700,0xb0d10e10,0xf82f7206,0x207c0b9f,0xc5fd9fde,0xff4d70a9,0xb0c5d1e5,0x7be74ff8,0xf9601500,0x303600b2,0x20107105,0x1b4f0ae7,0xae39cb4d,0x2f0fdfba,0x35470531,0xb6e08d5c,0xcf703004,0xf02fe900,0xc0d20e80,0xf83f7206,0x707f0d7f,0xc1fc9fc3,0xff7d5da7,0xa0c2d015,0x62e64ff7,0xf8e01600,0x303700b2,0x2a103127,0x1adf09e7,0x6e21cb5d,0x400fdfc0,0x35170331,0xd6de8c9c,0xd770f003,0xf06fe500,0xb0ce0e30,0xf81f7006,0x507e0d9f,0xc2fd1fc3,0xff6d6ba7,0xe0c5cfe5,0x64e63ff7,0xf9001600,0x303600b2,0x040ff115,0x1adf09e7,0x6e24cb9d,0x410fefbe,0x35470431,0xd6df8cac,0xd670e003,0xf01feb00,0xa0c90e20,0xf80f6e06,0x407e0d2f,0xc3fd2fcc,0xff5d76a8,0x90c7d075,0x6ae6cff8,0xf9401500,0x303500b1,0xe90fb106,0x1aaf0be7,0xae2acbbd,0x3e100fbc,0x35670331,0xd6de8ccc,0xd570c003,0xefeff000,0xb0ca0e10,0xf81f6e06,0x307b0c5f,0xc4fd5fd6,0xff4d75a9,0x60c9d165,0x74e72ff8,0xf9401500,0x303600b1,0xd40fa0f8,0x1a1f09e7,0xce30cbbd,0x380fffbb,0x35670131,0xe6dc8d0c,0xd3708003,0xefbff300,0xc0cb0e40,0xf82f7206,0x20780b9f,0xc5fd9fde,0xff4d70a9,0xb0c5d1e5,0x7be74ff8,0xf9601500,0x303600b1,0xbd0f60eb,0x195f07e8,0xbe45cb9d,0x220fdfba,0x35470131,0xf6dc8d5c,0xcf703003,0xef8ff700,0xc0cc0eb0,0xf84f7306,0x10740bff,0xc5fd7fdd,0xff3d71a9,0x10bfd145,0x77e6eff8,0xf9901400,0x303500b1,0x9c0f30d9,0x18bf0ae9,0xce4dcb7d,0x1a101fb7,0x35370331,0xe6dd8ddc,0xca6fb003,0xef5ffa00,0xe0cf0f50,0xf86f6f05,0xf06d0d4f,0xc5fd7fca,0xff1d78a7,0xe0bfcf85,0x6be55ff8,0xf9801400,0x303800b1,0x7a0f50c1,0x17ff06eb,0x0e43cbbd,0x24107fb5,0x35270531,0xd6e08e7c,0xc46f2003,0xeecffa00,0xf0d10fd0,0xf86f7005,0xe0650def,0xc3fdbfbc,0xff1d7aa7,0x50c9ce15,0x65e3dff8,0xf9601400,0x303a00c1,0x530fc0a9,0x175f01ec,0x7e44cbed,0x22107fb1,0x35170631,0xc6e08f2c,0xbe6e6003,0xee5ffa01,0x00d41010,0xf89f7405,0xb05e0ddf,0xc3fd9fba,0xff6d7ca7,0x20cecd75,0x64e3eff8,0xf9601500,0x303900b1,0x2910108f,0x178f06ed,0xce49cbed,0x1b104fab,0x34f70431,0xd6de900c,0xb76d9003,0xee3ffb01,0x00d31030,0xf8ef7505,0x80580d9f,0xc6fdcfbf,0xffcd7ba7,0x30c8cd85,0x65e52ff8,0xf9501500,0x303700b1,0x040f8067,0x17af15ee,0x4e43cbbd,0x1e104fa9,0x35070331,0xd6dd90cc,0xb16ce003,0xee2ffd01,0x00d21020,0xf8ff7605,0x80570d3f,0xc8fddfc6,0x001d7da7,0x80bfcdd5,0x65e61ff8,0xf9401500,0x303c00c0,0xde0e203c,0x164f15ef,0x0e3fcbad,0x1e102fa6,0x34e70431,0xd6dd912c,0xae6c7002,0xee5ffd01,0x30d71000,0xf8ff7805,0xa05a0cbf,0xc6fd0fce,0x003d80a7,0xe0b3ced5,0x64e6eff8,0xf9301500,0x404300d0,0xc40ca017,0x145f0ef0,0x6e34cb7d,0x20103fa4,0x34970431,0xd6dd918c,0xab6c1001,0xef3ffe01,0x50dc1030,0xf8ff7b05,0xd0600c1f,0xc3fc7fd4,0x001d36a7,0x90decb25,0x75e4dff8,0xf9201500,0x404300e0,0xc70c901e,0x138f0af1,0x8e2acb4d,0x22104fa3,0x34670131,0xe6db91ac,0xab6c0000,0xf0600201,0x50dc1070,0xf8bf7f06,0x20680b7f,0xbefc5fdb,0xfffceda7,0x5113c745,0x87e25ff7,0xf8e01600,0x404400e0,0xbe0cb020,0x12df0bf2,0x0e2ccb7d,0x19105fa2,0x3446fa32,0x36d391cc,0xaa6be000,0xf1300401,0x50d91050,0xf8af7e06,0x806e0b4f,0xb7fc3fdf,0xffaca5a6,0xe148c315,0x9ce04ff7,0xf8a01700,0x404400e0,0xb10cb020,0x127f12f2,0x9e23cbed,0x1a10bfa3,0x3456e432,0xf6bf924c,0xa66b6000,0xf1f00501,0x40d40fc0,0xf8cf7b06,0xc06d0b7f,0xb3fc5fde,0xff9c59a5,0xc177beb5,0xb2de1ff7,0xf8801700,0x404100d0,0xb20cc023,0x124f17f3,0x5e13cc3d,0x23111fac,0x3496bf34,0x169a92ec,0xa26ac000,0xf3300501,0x30d20f00,0xf8ef7c07,0x006b0bbf,0xb3fcefdd,0xff9c0fa4,0x21a4ba05,0xcadb3ff6,0xf8601800,0x303b00c0,0xb10cb025,0x122f1ef4,0x2e14ccbd,0x1a10ffb6,0x34d68135,0x865e93ec,0x9d69c000,0xf4800401,0x50d70e20,0xf91f7f07,0x00680c4f,0xb7fd7fda,0xff9bcda2,0x11cbb4f5,0xe1d7fff6,0xf8501800,0x303700b0,0xab0c901f,0x11ff25f4,0xfe1fcd5d,0x0a109fc1,0x35361637,0x35f695cc,0x9367e002,0xf6600801,0xa0e20d30,0xf96f8106,0xe0630cbf,0xbcfdafd4,0xff8b8c9f,0xf1eeb065,0xfad5aff6,0xf8301800,0x303300a0,0xb60ca018,0x123f2df5,0xae29ce2c,0xfd101fcf,0x35c55c38,0xc53e988c,0x87654006,0xf8e00d01,0xe0ed0c20,0xf9cf8506,0xc05b0cff,0xbefd6fcd,0xff4b4f9d,0xb210ac26,0x16d3bff6,0xf8201800,0x202f0090,0xc10cd014,0x123f31f6,0x9e34cf2c,0xf10f1fe2,0x36342139,0x94089d0c,0x7860c00c,0xfb900e02,0x20f50ab0,0xfa3f8906,0x70520cef,0xc1fcffc8,0xff6b179b,0xd232a866,0x31d1dff6,0xf8201900,0x202f0090,0xc00ce011,0x11cf36f7,0x9e42d05c,0xe40d8ff4,0x36e2ac38,0x7297a5ac,0x6658400e,0xfd6ff402,0x70ff0870,0xfadf8e06,0x00450caf,0xc2fcdfc6,0xff7ade9a,0x1255a4d6,0x51d01ff6,0xf8001900,0x303300a0,0xbe0cf00d,0x115f3af8,0x2e57d1bc,0xd20b8008,0x3791aa35,0x419bb51c,0x5848e00f,0xff5fd902,0xf11305d0,0xfb9f8e05,0xb0310cbf,0xbffd1fc8,0xffaaa898,0x0271a156,0x73cdeff6,0xf8101900,0x303800b0,0xbd0d100e,0x106f37f8,0xae6cd32c,0xc209a01c,0x38511730,0xb110cbec,0x5c324010,0x016fc003,0xc13102e0,0xfc7f8905,0x501c0d1f,0xbcfd8fca,0xffca7495,0xe2869e16,0x94cbeff6,0xf8201900,0x404000d0,0xb80d0011,0x100f36f9,0x9e81d4dc,0xb508a031,0x3970bc2a,0xf0bcdedc,0x7e1f9010,0x035fb004,0x814b0010,0xfd4f8504,0xf00f0d4f,0xbbfdefca,0xff9a3f94,0x229b9b16,0xb6cabff5,0xf7d01a00,0x404700e0,0xb50ce00f,0x0fff34fa,0xaeabd70c,0x9b085043,0x3ac07c24,0x1084ea0c,0xb814a00f,0x046fac05,0x015bfe10,0xfe2f8604,0xa0040d1f,0xb8fe6fcd,0xffaa0c92,0xa2b19866,0xd7c97ff4,0xf7501b00,0x504d0100,0xb40d200c,0x0f5f32fb,0xced6d98c,0x7f08804d,0x3bf0501c,0xd05ff0bd,0x040e500c,0x035fa505,0x6165fc30,0xff1f9104,0x9ff90c8f,0xb1fe9fd1,0x0019e391,0x32c595a6,0xf5c78ff4,0xf7301c00,0x60560110,0xb30d5009,0x0e7f32fc,0xeef0dc0c,0x62085051,0x3ca03115,0xb044f4cd,0x560ab007,0x001f9e05,0x7166fb30,0xffefa504,0x5ff20b6f,0xb3fe8fd6,0x0029bf8f,0xf2d792f7,0x10c5fff4,0xf7401b00,0x605c0130,0xb20d5005,0x0dff30fe,0x0f0dde0c,0x4407504e,0x3d202010,0x2033f77d,0xa9086004,0xfc7fcb05,0x1159fa90,0x00dfb604,0x3fe60a9f,0xb1fe2fd5,0x00299e8e,0xa2e49067,0x28c49ff4,0xf7201c00,0x605f0130,0xb60d7003,0x0d5f2eff,0x6f1ddeec,0x2e064053,0x3d50170c,0xe02af91d,0xee070002,0xfb703c04,0x613ffab0,0x01afc104,0x3fdd0a1f,0xaffdbfd5,0x00297d8d,0x92f68df7,0x3dc3bff3,0xf6901d00,0x605e0130,0xb80df002,0x0cff3500,0x4ef0df7c,0x31055060,0x3d60160c,0x6029fa2e,0x22063002,0xfc807203,0xc127fb20,0x01dfd004,0x2fe0091f,0xb1fd5fd6,0x0009598d,0x03168be7,0x4fc30ff2,0xf5e02000,0x60590120,0xad0e9ffe,0x0bff4300,0xdec2dfcc,0x3e043061,0x3d701f0f,0xc032fb0e,0x54058001,0xfcf06903,0x4112fb60,0x020fdd03,0xefe107df,0xb5fd2fd8,0xfff92d8c,0x73408a57,0x65c22ff0,0xf5702100,0x60570120,0x9f0eeffe,0x0a0f4d01,0xaeb4e00c,0x4e03905c,0x3dd02f15,0x0041fbde,0x8704d000,0xfd105102,0xc0fafb50,0x022fe603,0xafde06df,0xb8fd5fdc,0x0019048b,0x536788c7,0x81c10ff0,0xf5702100,0x60560110,0x970f4ffc,0x084f4c02,0x3eb6e0dc,0x5d03a052,0x3e50441a,0x8054fc9e,0xbc044fff,0xfd003c02,0x20e1fb00,0x021fe903,0x5fd9063f,0xbafe3fe0,0x00d8e189,0xd3858777,0x9fc01ff1,0xf5c02000,0x504d0100,0x8c0fbff4,0x076f4d02,0x8ec1e27c,0x68040044,0x3ec05c1f,0x7068fd4e,0xf003bffe,0xfcd03901,0x90c8fac0,0x020fe603,0x1fd005ef,0xbbffcfe4,0x01b8c387,0xe3968637,0xbebf5ff2,0xf6201f00,0x404400e0,0x8d100fef,0x06af5503,0x3ecde4dc,0x6f051038,0x3f207123,0x1079fdcf,0x1c034ffd,0xfcb03b01,0x00b0fa60,0x021fe303,0x1fc4057f,0xb7008fea,0x0248a985,0xd3a58537,0xddbe7ff3,0xf6a01d00,0x303d00c0,0x99109fed,0x057f5804,0x7ee7e79c,0x6706402e,0x3f407d24,0xe083fe2f,0x4302effc,0xfcd04000,0x809af9b0,0x021fe003,0x0fbc054f,0xb400afe9,0x02a89683,0xe3af83f7,0xf6bdaff4,0xf7101c00,0x303900b0,0xa2113fe6,0x03ff5905,0x7f06eadc,0x5c073022,0x3f307a24,0x7081fe8f,0x6c028ffa,0xfd603eff,0xf084f920,0x024fdc02,0xafb3055f,0xb8010fe5,0x02b88281,0xf3b68308,0x05bd8ff4,0xf6f01c00,0x303800b0,0xa6114fe4,0x027f5b05,0xdf1cee6c,0x5a07b01a,0x3f606621,0x4070fedf,0x91023ff9,0xfdf029ff,0x706ef920,0x02bfd902,0x0fa7053f,0xc301bfeb,0x02886780,0x73cd8358,0x08bd9ff3,0xf6701e00,0x303b00c0,0x96119fe0,0x010f5d06,0x0f2af26c,0x5c07a017,0x3fa0441a,0x9053ff1f,0xb001eff9,0xfd4004ff,0x105df980,0x02dfd901,0x7fa3046f,0xd4021ff6,0x0268467f,0x23da8448,0x08bd4ff3,0xf6801e00,0x303c00c0,0x8c121fde,0x001f6406,0x4f2af6cc,0x5706f00e,0x3fc02612,0x2039ff4f,0xcf01aff9,0xfc3fe1fe,0xa04cfa40,0x02cfdc01,0x4fa4036f,0xe0028001,0x0258297d,0xe3db84e8,0x05bd9ff3,0xf6e01d00,0x303a00c0,0x96125fe4,0x002f7106,0x4f26fa4c,0x48062009,0x3f80130a,0xd026ff6f,0xe0017ff8,0xfc9fd7fe,0x6040faf0,0x02efe201,0x1fa402ef,0xe702a005,0x0218147c,0xe3ec84e8,0x01bdeff3,0xf6f01d00,0x303900c0,0x9212afe4,0x000f7806,0x5f22fc6c,0x3c05a00f,0x3f600a05,0xa019ff6f,0xe4017ff5,0xfe0fccfe,0x3038fb60,0x030fe400,0xbfa502bf,0xf002b004,0x01d8007b,0xe3ff84f7,0xfcbddff3,0xf6e01d00,0x303600b0,0x9312efe3,0xff4f7906,0x6f0ffdac,0x3d058013,0x3f700502,0x8011ff7f,0xeb016ff2,0xff4facfd,0xf02ffb90,0x02dfdc00,0x5fab034f,0xf8028ffd,0x0158017b,0xe40284f7,0xf8bddff4,0xf6e01d00,0x303300a0,0x90133fe1,0xfeef7906,0x8f07fe6c,0x3f05900f,0x3f800401,0x300eff8f,0xf7014ff1,0xffbf9dfd,0xc028fc30,0x026fcf00,0x0fb6047f,0xfd025ff6,0x0138077c,0x14068487,0xf5bdaff4,0xf7001c00,0x303300a0,0x82137fdd,0xfe7f7706,0x9f18ff0c,0x3d05a006,0x3f800400,0xc00dff90,0x03012ff0,0xff9fb2fd,0xa021fd20,0x01efc3ff,0xbfc10520,0x0402bff7,0x0198067c,0x04008467,0xf5bd7ff3,0xf6e01d00,0x303700b0,0x76139fd9,0xfdff7206,0xaf2effac,0x3905bffb,0x3f900300,0x500cffa0,0x0f010fef,0xff6fcdfd,0x6019fdd0,0x01bfc0ff,0x9fc30500,0x09036ffc,0x0218017b,0xb3f98497,0xf9bd3ff3,0xf6a01e00,0x303a00c0,0x6b139fd5,0xfd7f7806,0xdf36ffdc,0x36054ff9,0x3f9003ff,0xf00bffa0,0x16010fee,0xff5fd6fd,0x3011fe90,0x018fbfff,0x7fc504e0,0x0a030ffd,0x0207fe7b,0x53f984a7,0xfdbd2ff2,0xf6401f00,0x303e00d0,0x6513afcf,0xfcff7f06,0xff31003c,0x3704bff7,0x3f9003ff,0xa00bffa0,0x1900ffed,0xff6fcbfd,0x100cff60,0x017fbaff,0x5fc70540,0x07027ff5,0x01b8007b,0x13ff8458,0x02bd5ff2,0xf6001f00,0x404300e0,0x5e13dfc4,0xfc5f7c07,0x0f28007c,0x3804aff5,0x3f9002ff,0x600affb0,0x1e00efec,0xff8fbffc,0xf008ffe0,0x017fb9ff,0x5fc605a0,0x02030fec,0x01d8077a,0xf40783e8,0x08bdcff2,0xf6002000,0x404300d0,0x5213dfb8,0xfbdf7c07,0x4f28007c,0x3904dff7,0x3f9002ff,0x600affb0,0x1b00ffea,0xffcfbbfc,0xe0070000 +}; + +u32 ANIM_ENTRY_fire_kneel_dual_wield_hands_crossed_left[] = +{ + 0x00efbbff,0x7fce04cf,0xe0fffff5,0x01bdb7ae,0x3135cc65,0x80e78feb,0xf3302800,0x50500101,0x9c1760b4,0x1d3f0feb,0xcf3efacc,0x4c01b031,0x3fb01b11,0xe030feff,0x29023fe9,0xf40fb5fd,0xe0b1fec0,0x017fbbff,0xafd1040f,0xe4ff3017,0x011da3af,0xc148ce05,0x8ee92fea,0xf2a02a00,0x50510111,0x7e1790ac,0x1d7f0deb,0xef1ff8cc,0x56015053,0x3f502314,0xe038fe9e,0xfb02bfee,0xf32f9efe,0x70c9ff20,0x01efc2ff,0xcfd903df,0xe6fed034,0x00dd9cb0,0xd14bcf65,0x91e9bfe9,0xf2402c00,0x605c0131,0x591790a2,0x1d2f03ec,0x6ef6f65c,0x6b00c06f,0x3f103018,0xd045fe2e,0xd1032ff2,0xf29f76fe,0xf0deffa0,0x024fd2ff,0xbfe7043f,0xe7fee04c,0x00cdb3b1,0x1129d015,0x87e9afe9,0xf2302c00,0x806a0161,0x3d173095,0x1cfeffec,0xced4f34c,0x8800108b,0x3ef0451d,0xd058fd9e,0xa403bff2,0xf2ef4aff,0x90f50000,0x027ff6ff,0x9ff7044f,0xe9fe2060,0x004dcfb0,0xb101d075,0x7ae8bfe9,0xf2402c00,0x90730181,0x3516f091,0x1c7efaec,0xeec9efec,0xa5fea0a7,0x3eb06123,0x0071fcee,0x70046ff0,0xf3df1f00,0x5110ffd0,0x025020ff,0xa00d048f,0xecfcd070,0xff6df1b0,0x10e5d0d5,0x71e78fe8,0xf2102c00,0x90740181,0x2b17609f,0x1c4efcec,0xceceecdc,0xb8fd10bd,0x3e007f27,0x208bfc1e,0x3a052ff1,0xf42f0901,0x312cff70,0x01d04200,0x0028058f,0xebfbc07c,0xfe6e0aaf,0xa0d7d065,0x67e66fe7,0xf1902e00,0xa07c01a1,0x261800b0,0x1d5f0bec,0x5eccea9c,0xc3fc00cc,0x3d309229,0x409cfb0e,0x01061ff5,0xf34f2002,0x2147ff00,0x01405f00,0x904506af,0xebfb3091,0xfd2e1baf,0x90c4d005,0x64e61fe8,0xf1e02d00,0xb08401c1,0x331740c3,0x1f7f27ec,0xaec3e8bc,0xcdfb20db,0x3c109829,0xd0a2f99d,0xc3075ffa,0xf1ff5003,0x1160fe90,0x00b07c01,0x2065077f,0xedfa90b2,0xfc5e34af,0xd0a7d095,0x6ce71feb,0xf3002900,0xa07e01b1,0x361690d4,0x20ef3aec,0xfeb7e71c,0xd8fa50e4,0x3af09529,0x809ff81d,0x8b08bffc,0xf17f7703,0xe174fdc0,0x0060a001,0xd07d078f,0xf0f9e0cd,0xfb8e43b0,0xc09dd165,0x79e77fed,0xf4102600,0xb08101b1,0x261640d9,0x200f38ed,0x2eb6e51c,0xdcf930ec,0x39809129,0x209cf63d,0x560a6ffc,0xf18f8c04,0xb187fcd0,0x0010c502,0xa09307ef,0xf3f950df,0xfa9e41b1,0x5095d185,0x83e75ff0,0xf5102200,0xc08b01e1,0x261540e5,0x1f9f3ced,0xeec9e32c,0xd4f7d0f1,0x37c08f28,0xf09af36d,0x1c0ceffc,0xf1cf9305,0xf197fd50,0xff50e903,0x30ac092f,0xfbf9a0e1,0xf9ce35b1,0x2082d135,0x88e76ff2,0xf6401e00,0xc08c01e1,0x371460fc,0x1faf43ee,0x5ee6e1bc,0xc5f690e9,0x36109329,0x409def7c,0xe4109ffd,0xf1ef9807,0x31a5fe50,0xfe910a03,0x70bf0a50,0x0cfab0e3,0xf90e1ab1,0x708cd0f5,0x8fe75ff4,0xf6e01c00,0xd08d01f1,0x3514c10e,0x1f7f4bee,0xaef8e04c,0xbbf560df,0x34909f2a,0x60a8e93c,0xae169ffd,0xf22f9f08,0x31b0fe70,0xfe211f03,0x70c80b40,0x21fb90ee,0xf82de9b2,0xe0c4d165,0xa0e7aff4,0xf7301b00,0xd09001f1,0x10162115,0x1f5f59ee,0xcefadecc,0xbaf500e2,0x3370b92c,0x90c0dc2c,0x79235ffc,0xf30fa608,0x51b2fd80,0xfdc12903,0x60d10c40,0x36fbe0fa,0xf6edb7b4,0x70fbd375,0xbce89ff7,0xf8701700,0xb08401c0,0xf6161112,0x1e0f6dee,0xceeedd5c,0xc4f640eb,0x32d0f330,0x30f6bf5c,0x5c3fcffc,0xf34fab07,0xa1a6fcf0,0xfce13503,0x80e30df0,0x44fc90f1,0xf69daeb4,0xd0e8d505,0xc7e95ffb,0xfb000f00,0xa0770191,0x2114011f,0x1caf78ee,0x6ee4dc1c,0xcdf8d0ea,0x32515e34,0x315ba15c,0x7b5d7ffd,0xf30faa06,0x9192fdf0,0xfbf14903,0x90f30f30,0x4ffda0e0,0xf6dda2b5,0x40cad4b5,0xc7ea6ffd,0xfcd00900,0x906e0181,0x6411c13e,0x1d1f78ec,0xfee2dafc,0xcefc00dc,0x32021437,0x820c93cc,0xb56abfff,0xf25fa705,0xe18501a0,0xfb116203,0x70fe0fa0,0x58fe30d1,0xf73d9db6,0x30c0d415,0xcbebeffe,0xfe100600,0x70600151,0x6e111147,0x1d8f90ed,0x3eeed99c,0xc4ffc0c3,0x32034e39,0x93418e1c,0xea703000,0xf0cfae05,0x917e0710,0xfaa17f03,0x81011010,0x59fe90bf,0xf79db2b6,0xb09ad425,0xcbec9fff,0xfed00300,0x60500111,0x79107153,0x1cefb3ef,0x1effd81c,0xb30350a7,0x3234cd39,0x94bb8b3d,0x1372e000,0xeedfba05,0x817c0c50,0xfae19803,0xe0fa1110,0x4cfee0af,0xf86ddcb6,0xb06cd535,0xc5ec8fff,0xff300200,0x504d0101,0x890ff152,0x1c0fa9ef,0x1ef9d65c,0xb2067090,0x3295d438,0x15bf897d,0x34748000,0xed4fbd05,0xa17e1000,0xfbf1a604,0xb0e91210,0x35ff80a8,0xf9fe09b6,0xf04dd645,0xc4ed0fff,0xff500200,0x504a0101,0x860fe143,0x1bcf98ef,0x0edcd46c,0xc3094081,0x32c67135,0xd65888ed,0x3774fffe,0xec0fc005,0xb17f1260,0xfc81b405,0x90df12a0,0x260020a2,0xfa7e2fb7,0x202ad635,0xc4ee5fff,0xff600100,0x303400b1,0x79100131,0x1cbfacef,0x7ecfd31c,0xc70b006f,0x32a6ce33,0x96b2884d,0x3a757ffc,0xeaafc805,0x917c1350,0xfc81c406,0x30e112b0,0x2200a0a5,0xfa5e4eb7,0x6013d655,0xc6ef9fff,0xff400200,0x101e0061,0x6110d126,0x1d4fbbf0,0x6eccd25c,0xc10b705b,0x32770531,0x96e787bd,0x3c75fffa,0xe92fc905,0x217212c0,0xfca1d106,0xc0e112e0,0x1e0140a9,0xfa9e6bb7,0x3fead685,0xc1efefff,0xff700100,0x101d0061,0x6811011f,0x1d0fb5f1,0x7eccd1ac,0xbb0b104b,0x32172c2f,0xb70c873d,0x3c765ff9,0xe7efc604,0x816511f0,0xfcd1db07,0x40e01310,0x1701f0a9,0xfb8e7fb6,0xffb9d6a5,0xbcf00fff,0xffe00000,0x10210071,0x7a10911d,0x1cffb0f1,0x9ec6d10c,0xbb0ae03c,0x3207472e,0x172686dd,0x4076bff8,0xe6dfc204,0x015810b0,0xfd01e107,0xd0e01330,0x0f0210a9,0xfc9e8bb6,0xffaad6f5,0xbcefc000,0x005ffe00,0x20270081,0x63106112,0x1c9fa3f1,0x2ebad0bc,0xc40af02b,0x32075b2c,0xa737867d,0x48770ff5,0xe5ffc203,0xa1500f70,0xfd51e208,0x50df1360,0x0c01a0b0,0xfc8e8db7,0x2faad705,0xbff00000,0x007ffe00,0x20220071,0x4b101109,0x1cdfa0f1,0x4ea9d06c,0xd30ac024,0x3187692b,0x7745862d,0x52776ff3,0xe54fc503,0x51470eb0,0xfd41e808,0x60e212f0,0x130120be,0xfc7e72b7,0x6fbed6c5,0xc8f04000,0x006ffe00,0x10160041,0x380f610e,0x1d7fa2f1,0x4eb2d01c,0xc9099021,0x30a7722a,0xb74e85dd,0x5977aff1,0xe51fce03,0x11410df0,0xfc91ef07,0xc0e91290,0x2700f0cd,0xfc5e47b7,0x6fefd675,0xc9ef8000,0x005ffe00,0x10160041,0x180f410e,0x1d6fa1f1,0x0ecbd01c,0xb508601b,0x3047762a,0x575185bd,0x5b77cff0,0xe4efd903,0x11400df0,0xfc71f107,0x60e81300,0x2d00e0ca,0xfcbe28b6,0xc011d615,0xc3eee000,0x007ffe00,0x10190051,0x060f210b,0x1d4f9ff1,0x0ed0cffc,0xb308201a,0x3047772a,0x475285bd,0x5a77cfef,0xe4cfdd03,0x113f0ef0,0xfcd1f107,0x70e21350,0x2700b0c2,0xfd6e1fb6,0x5014d615,0xbeef1000,0x00affe00,0x10180051,0x080ee110,0x1d1f9af1,0x0ecfcfec,0xb408301c,0x3047762a,0x675185ed,0x54779fef,0xe4dfde02,0xf13b0f60,0xfce1f107,0x50e21340,0x240080c2,0xfd5e2cb6,0x7011d6a5,0xc0f00000,0x007ffe00,0x000f0031,0x020f4113,0x1d0fa3f1,0x0ed3d00c,0xb307f01b,0x3097732a,0xa74e861d,0x4d776fee,0xe4efe202,0xe1380e60,0xfcf1f107,0x40e11320,0x230040c4,0xfcee3ab6,0xb00fd705,0xc1f0c000,0x002fff00,0x000f0031,0x030fb113,0x1d3fa6f0,0xfedacffc,0xb107901c,0x30c7722a,0xb74d864d,0x48773fee,0xe4efe202,0xd1360d70,0xfd11f107,0x60e21340,0x220020c4,0xfcae51b6,0x9fefd775,0xbef13000,0x005ffe00,0x00110031,0x0a0f4113,0x1d3fa2f0,0xbee2d01c,0xaa07901c,0x30b7722a,0xb74d865d,0x44772fee,0xe51fdf02,0xd1360d60,0xfcd1f307,0x90ed1370,0x230040c7,0xfc7e69b6,0x4fd0d815,0xb9f18000,0x008ffe00,0x10120041,0x0c0ed112,0x1c7f9df0,0xdeefd09c,0x9b07b013,0x30a7722a,0xc74d867d,0x41770fef,0xe54fdf02,0xe1360d80,0xfcb1f307,0x90f01390,0x230040cb,0xfc5e73b6,0x4fccd895,0xb6f1c000,0x007ffe00,0x10170051,0x060eb110,0x1bdf93f1,0x2ef0d0bc,0x9907a010,0x30b7722a,0xb74d867d,0x3f770fef,0xe54fe002,0xd1330d90,0xfd01f507,0x70e71370,0x1d0000ce,0xfc3e6cb6,0x5fbed895,0xb6f1d000,0x005ffe00,0x101c0060,0xfe0e9113,0x1bbf8cf1,0x6ee9d05c,0xa0074013,0x30c7732a,0xa74e868d,0x3d76ffef,0xe55fdf02,0xc1300da0,0xfd11f607,0x50e01310,0x1301b0cb,0xfb0e86b6,0xefaed825,0xbbf12000,0x002fff00,0x20240071,0x2b0ef110,0x1b7f93f0,0xaee3d04c,0xa6074013,0x30d7732a,0x974f869d,0x3b76eff4,0xe61fd302,0xc1300d60,0xfcf1f307,0x50e01350,0x0d0190ca,0xfb9e8fb7,0x0faad775,0xbff02000,0x007ffe00,0x20270081,0x180f710d,0x1b6f92f0,0x9eddd08c,0xb1079012,0x30e7732a,0x974e867d,0x3f76fff2,0xe57fce02,0xd1310d70,0xfd11ef07,0xb0e01340,0x0e0130d0,0xfb8e83b7,0x4fb0d6e5,0xc3f05000,0x007ffe00,0x101a0051,0x0e0f7112,0x1c5f9ff0,0xeed7d03c,0xc207a015,0x30d7732a,0x974e862d,0x4a774ff0,0xe54fd002,0xf1320d40,0xfcb1ec07,0xa0e612b0,0x1d00f0dd,0xfb9e5cb7,0x7fd5d6a5,0xcaeff000,0x005ffe00,0x10150040,0xf90f5114,0x1cbfa4f0,0xcecfd01c,0xbd079018,0x3067752a,0x775085ed,0x53779ff0,0xe54fd802,0xe1300cc0,0xfc61f107,0x70ea12c0,0x2d0120e0,0xfbce35b7,0x1004d645,0xc6ef3000,0x006ffe00,0x10170050,0xe00f610d,0x1ccf9ff0,0x9ed0d01c,0xb207d01a,0x3047772a,0x475285bd,0x5877cfef,0xe55fdc02,0xf1300d60,0xfca1f207,0x60e41330,0x2a0120d3,0xfc9e20b6,0x7016d605,0xc0eed000,0x009ffe00,0x101a0050,0xe00f110c,0x1ccf9ef0,0xaecfcfec,0xb408301b,0x3047772a,0x475285cd,0x5877bfef,0xe56fdb02,0xe12e0e50,0xfce1f107,0x60e11360,0x250110cb,0xfd1e25b6,0x6011d655,0xbfef8000,0x009ffe00,0x10130040,0xe60f1110,0x1cdf9ff1,0x1ed0cfec,0xb408201c,0x3067742a,0x874f85ed,0x56779fef,0xe51fde02,0xc12a0df0,0xfce1f107,0x40e21320,0x240100c9,0xfcee33b6,0xa013d6e5,0xc1f07000,0x004fff00,0x000e0030,0xe30fa10e,0x1d1fa1f1,0x2ed7d00c,0xb107c01b,0x30b7722a,0xb74d860d,0x54777fee,0xe4dfe102,0xb1280cc0,0xfd11f107,0x40e11320,0x2200f0c6,0xfcbe44b6,0xb002d735,0xc0f10000,0x003fff00,0x00100030,0xf00f910c,0x1d8f9ef1,0x2eddcffc,0xaf07801d,0x30c7722a,0xb74d861d,0x54777fee,0xe4bfdf02,0xb1260c50,0xfcf1f207,0x70e71350,0x220120c3,0xfcae5eb6,0x6fddd7c5,0xbcf16000,0x008ffe00,0x00110030,0xf90f010a,0x1d4f99f1,0x5ee9d05c,0xa207a018,0x30a7722a,0xb74d861d,0x55777fef,0xe4bfde02,0xb1260c70,0xfcb1f307,0x90f11380,0x230170c4,0xfcae70b6,0x3fcbd855,0xb7f1a000,0x008ffe00,0x10140040,0xfe0f0108,0x1cbf93f1,0x5ef1d0cc,0x9807b010,0x30b7722a,0xc74d861d,0x57777fef,0xe49fde02,0xb1250c80,0xfce1f407,0x80ec1380,0x200170c3,0xfcae71b6,0x4fd0d8a5,0xb6f1d000,0x006ffe00,0x10190050,0xfa0f4108,0x1caf8bf1,0x5eecd08c,0x9d078012,0x30b7722a,0xa74e860d,0x5a778fee,0xe48fe002,0xa1220cb0,0xfd11f607,0x60e31360,0x1c0150c1,0xfc9e67b6,0x5fd8d885,0xb6f1d000,0x005ffe00,0x101d0060,0xff0f310e,0x1cef8cf1,0x6ee7d03c,0xa2071013,0x30c7742a,0x974f860d,0x5b778fee,0xe45fe102,0xa1210c40,0xfd11f607,0x50e01350,0x1d0140bd,0xfc9e63b6,0x6fd6d895,0xbbf20000,0x007ffe00,0x10150041,0x050f010f,0x1d1f95f1,0x9ee6d02c,0xa506f012,0x30e7742a,0x874f861d,0x5c777fed,0xe42fe202,0xa1210bb0,0xfd11f607,0x40e11320,0x200190bf,0xfcde5eb6,0xafdbd8b5,0xc1f20000,0x008ffe00,0x00100031,0x050ec10e,0x1d4f96f1,0x9eebd03c,0xa2071012,0x30b7752a,0x6750860d,0x5e778fed,0xe40fe302,0xa11e0be0,0xfcf1f507,0x40e51340,0x2201b0c4,0xfcce5fb6,0x8fdbd8c5,0xc0f20000,0x00affd00,0x00100031,0x070ea10d,0x1daf94f1,0x7ef1d07c,0x9d074010,0x30b7762a,0x5751860d,0x5f778fec,0xe3ffe302,0x911c0bc0,0xfd01f507,0x40e513a0,0x210180c0,0xfcbe64b6,0x1fcfd8b5,0xb9f1c000,0x00dffd00,0x10140041,0x0a0e7110,0x1daf8ff1,0x7eeed07c,0x9e07400e,0x30b7762a,0x5751861d,0x5f777fec,0xe3ffe002,0x911c0b80,0xfd11f507,0x30e313a0,0x2000d0b9,0xfcde6bb6,0x0fc4d915,0xb6f15000,0x00dffd00,0x101d0061,0x0e0e6111,0x1d3f85f1,0x7ee7d05c,0xa307400f,0x30a7762a,0x5751860d,0x62778fec,0xe40fe002,0x811a0ba0,0xfd01f607,0x10e01350,0x1f00f0b7,0xfd1e70b6,0x3fc6d995,0xbaf18000,0x00bffd00,0x101a0051,0x070eb112,0x1d3f88f1,0x8ee2d03c,0xa907100f,0x30b7782a,0x3753860d,0x64779fec,0xe3efe202,0x81180b80,0xfcc1f906,0xe0e11320,0x2001a0b7,0xfcce7db6,0x1fb7d9b5,0xbbf24000,0x00cffd00,0x000e0031,0x0b0ee116,0x1ddf93f1,0x5ee4d04c,0xa807000b,0x30d7792a,0x1754860d,0x65779feb,0xe3afe302,0x91180b50,0xfcc1f906,0xd0e41310,0x220180b5,0xfcee95b6,0x0f99d9c5,0xbbf31000,0x00cffd00,0x00070011,0x140ed11b,0x1eef9ef1,0x3ee5d04c,0xa507100c,0x30a77a29,0xf75585fd,0x6977afea,0xe39fe302,0x81160b60,0xfcc1f906,0xe0e61310,0x2000b0b0,0xfd3ea9b5,0xef8eda25,0xb6f34000,0x009ffe00,0x000e0031,0x0a0f4114,0x1f4f98f1,0x8ee9d03c,0x9f06f00d,0x30777b29,0xe75585dd,0x6d77cfea,0xe39fe302,0x71140af0,0xfcd1fb06,0xd0e71360,0x1e0080ab,0xfcbeb2b5,0x8f8bda85,0xacf32000,0x005ffe00,0x10170051,0x000fb112,0x1f2f88f1,0xaeecd01c,0x9b06b00e,0x30777a29,0xf75585dd,0x6f77cfea,0xe39fe302,0x81140a40,0xfd01fa06,0xc0e513a0,0x1c00d0a8,0xfcaebfb5,0x0f7bdae5,0xa6f31000,0x007ffe00,0x101b0051,0x030fd116,0x1eff82f1,0xfee5cfdc,0x9e069012,0x3057792a,0x075485dd,0x7177dfea,0xe39fe602,0x71120a30,0xfd11f706,0x90e413a0,0x1b00c0a4,0xfd3ecfb4,0xef70db55,0xa8f37000,0x007ffe00,0x10160040,0xfd104113,0x1edf87f2,0x5ed8cf9c,0xa806d016,0x3047792a,0x075485cd,0x7477efea,0xe39fec02,0x71110a70,0xfce1f406,0x80e91370,0x1b0050a1,0xfd6e9fb5,0x2f95da15,0xb3f34000,0x006ffe00,0x000f0030,0xf510610b,0x1f4f8bf2,0xeed8cf9c,0xa7073016,0x3067782a,0x175285bd,0x7877ffea,0xe3bff102,0x91130a60,0xfcc1f106,0xa0f51380,0x19ffc099,0xfd1e44b4,0xefd0d705,0xbdf2b000,0x007ffe00,0x000a0020,0xfe10110a,0x208f8df3,0x6ee0cfbc,0x9e074019,0x3047752a,0x5750858d,0x7e781feb,0xe42ff302,0x911309e0,0xfcb1ee06,0xe10313a0,0x18ff9090,0xfcbdf7b4,0x7003d485,0xc5f19000,0x006ffe00,0x000e0031,0x05103108,0x20ef83f3,0xdee6cfcc,0x9407101d,0x2ff7712a,0xb74b857d,0x83783fec,0xe4cff602,0x91120910,0xfcc1ec06,0xf10f13c0,0x13ff3087,0xfc7dabb4,0x104bd255,0xcbefc000,0x003fff00,0x10170050,0xfc10910b,0x207f72f3,0xeee1cf9c,0x9806e024,0x2fe76c2b,0x1747856d,0x85784fee,0xe56ff502,0x710e07f0,0xfcf1ea07,0x21181400,0x0efeb082,0xfc6d5fb3,0x708dcfe5,0xcfedf000,0x001fff00,0x101e0060,0xff106110,0x201f6bf3,0xeed2cf4c,0xa506b02f,0x2fd7672b,0x7742855d,0x8a785fef,0xe5dff102,0x610a07b0,0xfdb1ee07,0x711513c0,0x06fe607e,0xfc8d03b2,0xc0d3ccd5,0xdceca000,0x001fff00,0x101b0051,0x0a100113,0x204f71f3,0xeec9ce9c,0xa8064043,0x2f37622b,0xe73d852d,0x92788ff0,0xe66fee02,0x61080820,0xfda1f507,0x411a1310,0x05fe507a,0xfcdca3b2,0x2127ca05,0xedebc000,0x000fff00,0x000f0031,0x0a100119,0x20bf7bf3,0xfed3ce6c,0xa005704b,0x2f57592c,0xa735853d,0x92787ff2,0xe74fec02,0x410407a0,0xfcc1f606,0x912a12b0,0x11fea076,0xfc9c49b1,0x7173c775,0xfbe9ffff,0xffe00000,0x000e0031,0x06100119,0x209f7af4,0x0edccf0c,0x9e04e04b,0x30574a2d,0xa727857d,0x8a783ff4,0xe86fea02,0x10fe0680,0xfc71f106,0x313112d0,0x18ffa06e,0xfc4bf6b0,0x21b2c426,0x07e83fff,0xffd00000,0x00100031,0x090fe11c,0x211f7ef4,0x1edccfac,0xa0047055,0x30c7352e,0xf71385cd,0x8077eff6,0xe94fe302,0x00fb0570,0xfc51ed06,0x013112a0,0x1b007063,0xfc6ba3ae,0xa1f9c0a6,0x15e5efff,0xff900100,0x10170041,0x08100122,0x212f7df4,0x1ee5d05c,0x9603a05f,0x30e71630,0x96f6865d,0x71776ff9,0xea3fe002,0x10fd0430,0xfc41e605,0xa12911f0,0x1b00c05c,0xfc7b4aad,0x4249bde6,0x29e23fff,0xff400200,0x20280080,0xff0fc125,0x1f5f6af4,0x5ee7d11c,0x9302c06e,0x30f6ea32,0x76cc871d,0x5d76bffb,0xeb5fe202,0x510203d0,0xfc21da05,0x411f1110,0x1b00f055,0xfc1af7ab,0xc291ba66,0x3fdf6fff,0xfeb00300,0x303000a0,0xf60f711c,0x1eff6bf4,0xbee4d21c,0x9802207c,0x3106aa34,0x768e881d,0x4475bffd,0xec5fe302,0x810803c0,0xfc01cb04,0xa1121050,0x1c015049,0xfbaab6a9,0xf2cdb636,0x50dc7ffe,0xfe000600,0x303000a0,0xe30fb111,0x1f2f7bf4,0xbee2d36c,0x9f013089,0x31663f36,0x962789cd,0x22742ffe,0xed4fe102,0xd11102a0,0xfbf1b904,0x01020f30,0x1a01a03d,0xfb4a7da7,0xe2f6b256,0x66d9affd,0xfd600800,0x202d0090,0xd00fd10e,0x1f5f87f3,0x9ee3d4dc,0xa6ffe096,0x31c57038,0xb55c8c4c,0xfa71bfff,0xee6fdc03,0x311a00b0,0xfc01a203,0x60ee0de0,0x1601e032,0xfb7a4da5,0xe30fae36,0x84d91ffd,0xfd200800,0x20220070,0xc50f810d,0x22bf9af2,0xaee3d66c,0xb0ff20a4,0x32742739,0xc416903c,0xcd6e0000,0xefbfdb03,0x7121ff10,0xfbb18d02,0xf0e20c70,0x10029027,0xfc3a29a3,0xe324a9c6,0xa1d94ffd,0xfd100800,0x101d0060,0xb70ed108,0x273fa4f2,0x9ef3d86c,0xacfeb0a6,0x3332c038,0xe2b496fc,0x9e677001,0xf0efdf03,0xf12ffe60,0xfb917602,0x90d60b20,0x09033020,0xfcda09a1,0xf33da6c6,0xb7d5effd,0xfc900a00,0x101d0060,0x9d0ef103,0x263f9df2,0xeefbdabc,0xacfe20a7,0x33e1b736,0x11b0a3dc,0x735ad002,0xf26fe204,0x813efdb0,0xfbd15a02,0x60c80a10,0x0003401f,0xfcb9e9a0,0x436da4c6,0xcad0fffb,0xfb600e00,0x10210070,0x7d1060fd,0x226f8ff2,0xdefcdd0c,0xaffd70a9,0x34811f31,0xe11dbe8c,0x5c407002,0xf42fea04,0xd146fc20,0xfc314002,0x30b8097f,0xf302f00f,0xfd19dc9e,0x7381a196,0xd5cd0ffa,0xfa401100,0x20280080,0x7a10f0fc,0x208f82f2,0xaf00df1c,0xb2fc30ab,0x3510ca2d,0x50ceda0c,0x75254002,0xf55ff304,0xe148fac0,0xfcc12301,0xe0a5093f,0xe502effb,0xfd79d69c,0x93799dd6,0xe3cacff9,0xf9a01300,0x202c0090,0x8b0ff0f7,0x209f76f2,0xeefce11c,0xbffb50b2,0x35d09328,0xa09ce79c,0xa5180001,0xf5dffb04,0xd146fae0,0xfd810601,0xb08f081f,0xd7033ffd,0xfd99be9a,0xa3789b56,0xf8c9cff8,0xf9001500,0x20240070,0xad0eb0f2,0x202f70f3,0xaf04e30c,0xc4fae0b7,0x36806d23,0xc07aeebc,0xdd114000,0xf5c00604,0x913dfc50,0xfde0ea01,0xb083074f,0xc703affe,0xfdd9a799,0x53ac98e7,0x09c7aff6,0xf8101900,0x20230070,0xa00f60e3,0x1dbf68f4,0x1f04e59c,0xc6fad0b3,0x3740501e,0xd060f33d,0x1b0d0fff,0xf4b00e04,0x3131fe00,0xfde0d101,0xa07e068f,0xb9045ffd,0xfe999598,0x33dd9677,0x1bc5cff4,0xf7301b00,0x20280080,0x961060db,0x1c7f57f3,0xff07e8bc,0xc3fb10a7,0x38203719,0x504af65d,0x5c0a3fff,0xf3501503,0xc124ff20,0xfe80bb01,0xb06c052f,0xae04b008,0xfeb98196,0x83ee94d7,0x32c3fff4,0xf7101c00,0x20280080,0xb01020e6,0x1c3f4af3,0xff22eb0c,0xb8fb909e,0x39002413,0xd039f8bd,0xa2082fff,0xf3003903,0x2110ffa0,0xff509f01,0xe05603ff,0xa604e019,0xfee96794,0xe40093b7,0x49c22ff4,0xf7201c00,0x20270080,0xc80fd0f1,0x1bef43f4,0x2f48ecdc,0xb0fca09a,0x39e01a10,0x002efa7d,0xe5069ffe,0xf4c06302,0x60f8ffe0,0xffb07e01,0xf04803bf,0xa104c023,0xfeb95293,0x44139217,0x5ebfeff3,0xf6e01d00,0x303400b0,0xd61070f6,0x1b7f36f4,0x7f54ee7c,0xabfe6092,0x3ae0180f,0x002bfbbe,0x28057ffc,0xf6f07001,0xb0e1ffb0,0xff905c02,0x4043041f,0x9804c02a,0xfe994291,0xe4269057,0x6dbe0ff3,0xf6c01d00,0x303900c0,0xdb1120f1,0x1b2f30f4,0xff3fefcc,0xa200407e,0x3b801b10,0x302ffcde,0x6c047ffa,0xf8505601,0x00c9ff60,0xff703b02,0x9040045f,0x9104802f,0xfec93290,0xa4278f47,0x78bd6ff4,0xf7201c00,0x303800c0,0xe61110ef,0x1b0f29f5,0x9f28f08c,0x9901e06b,0x3bd02413,0x3038fdae,0xac03aff9,0xf8e01e00,0x60b2ff20,0xff701d02,0xd03a045f,0x9103d036,0xfe39228f,0x74208ea7,0x84bddff5,0xf7c01a00,0x303900c0,0xf51120f1,0x1aef1df5,0xdf1af15c,0x9103605e,0x3c102e16,0x4041fe2e,0xdd031ff8,0xf92fcfff,0xd09bfef0,0xff700402,0xe034045f,0x9302f03d,0xfd69128e,0xb42a8dd7,0x91be8ff7,0xf8901700,0x303900c0,0xed1140e6,0x1acf12f6,0x3f13f27c,0x87052054,0x3c603417,0xf047fe8f,0x0702bff7,0xf97f8dff,0x4085fea0,0xff7fed02,0xd02f045f,0x98027043,0xfd69008e,0x14378d47,0x95bf2ff8,0xf9101600,0x303900c0,0xd811a0cd,0x192f01f7,0x5f0bf3ec,0x8006804a,0x3cb03518,0x1048fedf,0x2b025ff5,0xfa2f68fe,0xe076fec0,0xffbfdd02,0x7023040f,0xa302404c,0xfd78ef8c,0xe4348d67,0x93bf9ff8,0xf9501500,0x303500b0,0xcc11f0bb,0x145eecf9,0x6f08f54c,0x7906f044,0x3cf03116,0xb044ff0f,0x47021ff3,0xfacf62fe,0xa06cff60,0x001fd701,0xf01402ef,0xb3024052,0xfd98da8b,0x64348de7,0x95bfaff8,0xf9801400,0x303100a0,0xcb11d0b9,0x0f6ee0fb,0x6f0ff6ec,0x72067040,0x3d502713,0x803aff3f,0x6101dff3,0xfa7f70fe,0x605e0040,0x006fd001,0x700801cf,0xc4027057,0xfdf8c28a,0x04378e57,0x95bf7ff8,0xf9901400,0x303400b0,0xd311c0c1,0x0a9ed6fd,0x7f18f89c,0x6d06103d,0x3db01c0f,0x802fff4f,0x7501aff2,0xfa7f82fe,0x205300f0,0x007fc801,0x2002011f,0xd402f060,0xfdb8af88,0x74268ea7,0x96bfbff9,0xf9a01400,0x303500b0,0xe211f0cc,0x066ed1ff,0x2f22fa7c,0x6606903a,0x3df0140b,0xe026ff5f,0x82019ff0,0xfb4f97fd,0xe04900f0,0xffffc901,0x0002001f,0xdf033065,0xfd789d86,0xd41d8ee7,0x99bf8ff9,0xf9c01300,0x303600b0,0xe711d0cf,0x019eca00,0x9f37fc8c,0x5c06a02f,0x3de00e08,0xc01eff6f,0x8e017fed,0xfc2fa8fd,0xa03d00b0,0xffafc801,0x0002ff8f,0xe803105e,0xfde88e85,0x64288f17,0x9cbf5ff9,0xf9e01300,0x303500b0,0xdb11f0c8,0xfc8ec002,0x5f3efe3c,0x54069026,0x3dc00a06,0x5019ff7f,0x9b016feb,0xfcdfadfd,0x60320090,0xffafba00,0xeffe001f,0xf103205a,0xfe088383,0xf4258f17,0x9dbf2ff9,0xfa101200,0x303400b0,0xd11250c9,0xfaceb902,0xff2cff2c,0x5106a025,0x3db00804,0xc015ff8f,0xa4015fe9,0xfd8fa6fd,0x402a0130,0xffbfad00,0xaffa00bf,0xf803805a,0xfe388483,0xc4268f07,0x9dbf2ff9,0xfa201200,0x303500b0,0xd61260cd,0xfc7ebb02,0x0f18ffbc,0x5006b024,0x3db00603,0xc013ff8f,0xac014fe7,0xfdef9dfd,0x202201a0,0xffcfa600,0x6ff7016f,0xfe045053,0xfe988983,0x841e8e87,0x9fbf1ffa,0xfa501100,0x303700b0,0xde1210d0,0xfe4ec000,0xef13001c,0x5006b021,0x3dc00603,0x4012ff9f,0xb9013fe6,0xfdef9bfc,0xf01a01e0,0xffdf9e00,0x3ff501e0,0x0304804d,0xfe988d83,0x84158e17,0x9fbf1ffa,0xfaa01000,0x303a00c0,0xf511a0db,0x004ec7ff,0x7f18003c,0x50071021,0x3dd00603,0x3012ff9f,0xc2012fe5,0xfdbfa3fc,0xe01501d0,0xffdf9b00,0x2ff501d0,0x0704304a,0xfe388883,0x74118e17,0x9fbf4ffa,0xfae01000,0x403e00d1,0x081150e4,0x026ecafd,0xff23006c,0x4e07401f,0x3dd00602,0xf012ff9f,0xc7012fe4,0xfdcfadfc,0xe01201c0,0xffaf9600,0x2ff70180,0x0c04204d,0xfdf87f83,0x34068e77,0xa1bf8ffa,0xfae01000,0x404100e1,0x071120e4,0x046ed1fc,0xcf2900ec,0x4a07501d,0x3db00502,0x7011ff9f,0xcb011fe2,0xfe0fb3fc,0xd01001d0,0xffaf8e00,0x1ff601d0,0x0d03f045,0xfe087a82,0xf40b8e77,0xa5bf6ffa,0xfaa01000,0x404500e0,0xe91150dc,0x060edefb,0xbf23014c,0x4807701f,0x3da00501,0xf010ff9f,0xcc012fe1,0xfe2fb2fc,0xe00e0210,0xffdf8600,0x0ff20320,0x0703f02e,0xfef88482,0x64108d07,0xadbf0ff9,0xf9e01300,0x50510110,0xd311a0dc,0x078ee5fa,0xaf1b016c,0x47079023,0x3da00501,0xa010ff9f,0xcd012fdf,0xfe4facfc,0xe00c0250,0xffff8500,0x0fef0330,0x0804602b,0xff487b81,0x840f8bf7,0xbbbecff7,0xf8b01600,0x806a0160,0xc51200d2,0x08feedf9,0x4f1a013c,0x47077024,0x3da00501,0x9010ff9f,0xd3012fde,0xfe7fa7fc,0xc0070250,0xffef8c00,0x0fef02c0,0x0804a031,0xff586980,0x14038a47,0xd3be7ff4,0xf7201b00,0xe0990200,0xbc11e0c1,0x09aef1f8,0x2f20011c,0x46074022,0x3da00501,0xb011ff9f,0xd9011fdd,0xfe8fa3fc,0xc0050200,0xffaf9200,0x0ff402b0,0x0603a02b,0xff78557d,0xf3eb8797,0xf6be7fef,0xf4902301,0x90db02f0,0xae1180bb,0x08fef5f7,0x9f28014c,0x4607201c,0x3da00501,0x9011ffaf,0xe0011fdc,0xfe8fa0fc,0xc00101a0,0xff9f9700,0x0ff802a0,0x07026024,0xff48327b,0x83e98498,0x26becfe5,0xf0d03002,0x91290410,0x77116084,0x068efaf7,0x5f2f017c,0x45070015,0x3da00501,0x5010ffaf,0xec00ffda,0xfebf9cfc,0xaffc0180,0xff7f9e00,0x0ffc02e0,0x0401c01b,0xff480f78,0x83e380d8,0x62bf9fd8,0xecb03f03,0xe17a0560,0x45115043,0x036ef5f7,0xcf3701bc,0x45069010,0x3da00500,0xf010ffbf,0xf300ffd8,0xff0f98fc,0xaffa0160 +}; + +u32 ANIM_ENTRY_fire_kneel_dual_wield_hands_crossed_right[] = +{ + 0xff3fdc00,0xf00c017f,0xbfff600a,0x02ee23b3,0x5130cba5,0x7ce74ff6,0xf8501800,0x80660161,0x09115076,0x212f48e7,0xdf35ffac,0x1203101c,0x3e600305,0x300dfeef,0xb9021ff3,0xfcffcefe,0xb01dfed0,0xff4fdf00,0xf00a013f,0xbe001009,0x030e0fb3,0x513bcbd5,0x84e80ff7,0xf8b01700,0x80650161,0x12113078,0x21af46e7,0x8f35ffcc,0x1503401e,0x3ea00405,0x600dfedf,0xac022ff1,0xfd7fc6fe,0xd02bfe70,0xff5fe001,0x0007017f,0xb8004002,0x034dffb3,0x013bcbb5,0x85e84ff7,0xf8e01600,0x80660161,0x2311107c,0x220f40e7,0x2f37ffbc,0x1703d021,0x3ee00405,0xb00efecf,0x9f023fef,0xfd0fc0ff,0x0036fde0,0xff5fdf01,0x300601af,0xb2ffeffc,0x035e00b3,0x013bcc05,0x86e8cff7,0xf8c01700,0x806b0171,0x2511207c,0x223f37e6,0xef41ff7c,0x1704a024,0x3f200506,0x4010fecf,0x95024fee,0xfc6fc3ff,0x103cfd30,0xff8fde01,0x6005013f,0xaffffffd,0x032e07b3,0x7144ccd5,0x8ee9bff6,0xf8701800,0x90710181,0x16115077,0x223f31e6,0x7f47fe9c,0x1905902d,0x3f600707,0xd014feaf,0x85025fed,0xfb9fc7ff,0x4044fc80,0xffafda01,0x700600ef,0xadfffffc,0x02fe10b3,0xe149cd95,0x93ea9ff6,0xf8201900,0xa0760191,0x0e117078,0x21df2ce6,0x6f44fd0c,0x20066038,0x3fb00c0a,0xf01cfe8f,0x6f028fed,0xfa2fc3ff,0x8053fb90,0xffdfcd01,0x500d012f,0xaeff2ff6,0x029e1fb4,0x6144ce55,0x93eb9ff5,0xf7d01a00,0xa0760191,0x0911707a,0x212f29e6,0x5f2efa7c,0x31069040,0x3ff01710,0x802cfe6f,0x5b02aff0,0xf7efb4ff,0xc062fbe0,0x006fb801,0x1010017f,0xb7fedfec,0x020e2cb4,0xe139cf15,0x93ec8ff5,0xf7d01a00,0x90720181,0x0910f07f,0x208f29e6,0x2f12f6bc,0x4d06704a,0x40402f18,0x7044fe4f,0x4502dff1,0xf66fa900,0x1075fcb0,0x00ffa400,0xa012017f,0xc3ff3fe3,0x015e32b5,0x3132cfa5,0x94eccff5,0xf7d01900,0x806b0171,0x0f10c082,0x203f2ce5,0xcefff2ec,0x68065056,0x40805320,0x8064fe0f,0x25031fec,0xf72fae00,0x9091fd20,0x00ef9200,0x9019010f,0xcbff8fd2,0x007e3ab5,0x412fcfb5,0x92ec7ff6,0xf7f01900,0x80670161,0x0a103084,0x206f30e5,0x7ef6efbc,0x7606b05f,0x40807f27,0x108bfdaf,0x00036fe6,0xf7ffbc01,0x10b1fce0,0xffdf8400,0xf028ffff,0xceff5fbd,0xff9e34b5,0x5138cfa5,0x90ec4ff5,0xf7c01a00,0x70650150,0xf70fa083,0x212f2de4,0xdef4ed5c,0x78074060,0x4030ac2b,0xa0b4fd4e,0xd803cfea,0xf71fd801,0x70cafcf0,0xfebf7401,0x4036feff,0xd0ff8fa7,0xfeee21b5,0x314acf45,0x90eb4ff3,0xf6b01d00,0x70610140,0xe510907d,0x21bf2de4,0x1eedebac,0x7b081061,0x4010c92d,0xd0cffcce,0xac044fef,0xf63fd501,0xc0dffc90,0xfd9f6301,0x9048fdef,0xd1ff4f8a,0xfe7e14b4,0xf154cee5,0x90ea2ff0,0xf5502200,0x705e0140,0xd311807b,0x225f27e3,0xcee1ea7c,0x8408b05e,0x3fe0c82d,0xc0cefc4e,0x8004bff0,0xf62fc401,0xf0f1fc50,0xfcaf4c01,0xf057fcef,0xcffe9f63,0xfefe10b4,0xd14ace85,0x8ce97fed,0xf4202600,0x705d0140,0xd112207a,0x22ef29e3,0xaed2e99c,0x9009905f,0x3fb0b12c,0x10b9fbae,0x56053ff1,0xf64fb302,0x4106fc50,0xfbaf3602,0x6067fbef,0xcafebf40,0xff4e28b4,0x4128ce25,0x86e83fea,0xf3002a00,0x705f0140,0xd8123073,0x221f26e3,0xcecde8fc,0x9b0ab05e,0x3f809229,0x209dfb1e,0x3005cff1,0xf69fa002,0x8119fc00,0xfa7f2902,0xd07bfa5f,0xc4ff2f2a,0xff9e56b3,0x60fecde5,0x7fe6efe7,0xf2102e00,0x70620140,0xd511806f,0x21af19e3,0xcedee89c,0x9d0b305b,0x3f307525,0xa083fa5e,0x05067fee,0xf82f9302,0xb12bfbf0,0xf96f1d03,0x2091f8af,0xbbfedf19,0x001e80b2,0x80d5cd85,0x72e6afe4,0xf0f03200,0x605b0130,0xdb10e076,0x220f1be3,0xbef4e87c,0xa00b305c,0x3ec05e22,0x306ef93d,0xd1076feb,0xfa5f8902,0xe13dfc20,0xf87f1303,0x70a5f69f,0xb1fe6f15,0xffeeafb1,0xc0aecd75,0x67e6bfde,0xef303800,0x50500100,0xe0116075,0x21bf1be3,0xbf0ae85c,0xa60b105e,0x3e204f1f,0x8061f7bd,0x9708bfeb,0xfbbf7903,0x3150fcd0,0xf7ef0903,0x80b7f3ef,0xaefddf23,0xffbee1b1,0xa080ce95,0x65e6dfd9,0xed903f00,0x404700e0,0xe1122067,0x20df10e3,0x6f19e7ec,0xb20b0060,0x3db0481e,0x305bf5ad,0x570a9fed,0xfc1f6303,0xa169fda0,0xf76efb03,0x70ccf17f,0xaafd1f36,0x002f19b1,0x504bd005,0x60e7dfd4,0xec804300,0x303600b0,0xd6128056,0x200f09e2,0xcf19e75c,0xc40b9067,0x3d704a1e,0xa05df1dd,0x090e1fef,0xfbdf5103,0xf178fe20,0xf65ef403,0xa0eaefef,0x99fcbf3b,0x015f4eaf,0xc01ed095,0x3eeabfd3,0xec104500,0x10150040,0xae12f03f,0x200f17e2,0x0f1ee6bc,0xcc0c4070,0x3d105620,0xd068e94c,0xae165ff3,0xfabf4903,0xd172fea0,0xf51ef104,0x0106eecf,0x82fbdf3a,0x023f76ad,0x9ffbd155,0x0cee5fd5,0xeca04200,0x0ffffff0,0xa112b031,0x20bf29e1,0x6f20e5cc,0xce0d007c,0x3c506e24,0xa07dd4bc,0x692a8ff5,0xfa9f4203,0x9161ff50,0xf42ee804,0x6111edef,0x71fb3f3d,0x024f90ab,0xbfe9d1a4,0xf3eecfd8,0xed603fff,0xfff7ffe0,0xb7139033,0x1fef2ce1,0xef0ce41c,0xd80e7082,0x3bb09e2a,0x00a7b2cc,0x5f4c2ff7,0xfaff4703,0x314cfff0,0xf2aedc05,0x111ced7f,0x5efbaf3a,0x025f9faa,0x0fdfd194,0xe6edafdc,0xee903bff,0xfff3ffd0,0xb8147023,0x1e9f25e3,0x1eeee28c,0xea10a078,0x3b10f830,0x30fa9c6c,0x88624ffa,0xf9af5602,0xe1390130,0xf04ed506,0x212decff,0x46fc9f36,0x031fa3a8,0xdfd9d144,0xe3ec5fe2,0xf09034ff,0xfff3ffd0,0xc4138012,0x1d5f0be4,0x2ed9e1ac,0xf512e061,0x3a519f35,0x919a929c,0xbd6beffd,0xf78f6702,0xc1300290,0xee8ed207,0x0133ebdf,0x30fdef3c,0x039fa6a8,0x9fded104,0xe8ebdfe6,0xf2102fff,0xfff2ffd0,0xe212d01b,0x1ccefae4,0xeed1e09c,0xf514c04d,0x3992f139,0x22e58e3c,0xe8701ffd,0xf4bf7002,0xa12b0340,0xed4ecf07,0xf12eeb1f,0x20ff2f42,0x02cfa8a8,0xbfecd084,0xeaeb6fe7,0xf2402eff,0xffefffc0,0xea13501c,0x1d6f01e5,0x7ec7df8c,0xf716703d,0x38e4cc39,0x84ba8bdd,0x09726ffe,0xf1ff7802,0x91240400,0xec5ecc08,0x7133eb1f,0x12ffaf3e,0x028fa9a8,0xaff8cff4,0xe3eaefe6,0xf1d030ff,0xffecffc0,0xeb13e017,0x1e9f0ae5,0xeebfdebc,0xfb17d02a,0x3835f637,0xa5e08a4d,0x2573e000,0xef9f8002,0x611904d0,0xebfec808,0x513beb4f,0x0a001f3d,0x028fa8a8,0xaffdcfd4,0xddeacfe5,0xf16031ff,0xffe9ffb0,0xe613f00f,0x1ecf05e6,0x5ebcdded,0x0018e018,0x37a68835,0x566e892d,0x3d74e001,0xedaf8902,0x310e05e0,0xebaec008,0x713ceb8f,0x08007f40,0x027faaa8,0xcffed034,0xdbeb2fe4,0xf17031ff,0xffeaffb0,0xd513c003,0x1e9ef8e6,0x4eb3dd3d,0x0a19e00e,0x3736db33,0x16be885d,0x5075b003,0xec2f8c02,0x210906a0,0xeaeebb09,0x013eec2e,0xfd00df3b,0x027faba8,0x8006cf74,0xd7eabfe4,0xf14032ff,0xffedffc0,0xd213c000,0x1eaef4e5,0x9eb1dccd,0x0c1a7006,0x36970c31,0x36ed87bd,0x61764007,0xeb0f8502,0x11050680,0xea4eb609,0x5141ec9e,0xf3018f3a,0x01efaca8,0x700ecf44,0xd9eadfe3,0xf0d033ff,0xffebffc0,0xc8145ff9,0x1eeef6e5,0x7eb2dcad,0x0b1a9000,0x36372b2f,0xb70b874d,0x6e76b00d,0xe96f8202,0x01010600,0xe9feae09,0xa141ec3e,0xef018f46,0x013fb2a9,0x300ad164,0xe5ed6fe2,0xf0a034ff,0xffe9ffb0,0xbf14dfed,0x1f8ef7e5,0x9eaadc7d,0x141abfff,0x35e7402e,0x771e870d,0x7676f013,0xe85f7d02,0x01020560,0xea0ea809,0xc140eafe,0xed010f57,0x00efbaaa,0x6001d394,0xf9efdfe2,0xf0b034ff,0xffecffc0,0xcb14eff0,0x1ffef5e5,0x4ea3dbfd,0x1c1aeffd,0x35a74d2d,0x972a86cd,0x7c772018,0xe7ff7502,0x01010520,0xea4ea409,0xb13de99e,0xf000ef6b,0x00cfc3ab,0xaff3d565,0x11f17fe3,0xf0d033ff,0xffeaffb0,0xcb14eff0,0x201ef6e4,0xfe9fdb8d,0x231b3ffd,0x35a7542d,0x0731868d,0x8377601c,0xe7ef7001,0xf0fd0580,0xea2ea409,0xb144e8ae,0xeb011f7c,0x00afcbac,0x6fe5d705,0x23f33fe3,0xf0f033ff,0xffe9ffb0,0xda14dff4,0x205ef6e4,0xfea3db6d,0x201b3ff9,0x35875c2c,0x7738867d,0x83777020,0xe74f7201,0xf0fe05a0,0xea3ea709,0x714ce80e,0xe600bf86,0x005fcdac,0xffded7e5,0x30f42fe2,0xf0c034ff,0xffeaffb0,0xe914dff9,0x20bef4e4,0xaeaddb4d,0x1a1abff4,0x3567622c,0x073e866d,0x81777024,0xe6af6c01,0xf0fe05a0,0xeacea309,0x1148e7ce,0xec009f8b,0xffdfc8ad,0x7fe0d855,0x38f4cfe2,0xf08035ff,0xffeaffb0,0xe3151ff8,0x212ef4e4,0x7eacdb0d,0x221a7ff6,0x3557662b,0xb742867d,0x7d776028,0xe65f6901,0xf0fe0600,0xeb6e9e08,0x9147e7de,0xf200ff8f,0xff5fc3ad,0xbfe4d915,0x3cf61fe2,0xf08035ff,0xffe7ffb0,0xe2154ff8,0x21bef8e4,0x6eacdaed,0x291a7ff7,0x3587682b,0x9743868d,0x7877502b,0xe60f6b02,0x010006b0,0xeb9e9b08,0x5146e80e,0xf5012f8e,0xff3fc3ad,0xcfe9d965,0x42f69fe2,0xf08035ff,0xffe9ffb0,0xe5157ffb,0x21eef1e4,0x0eabdadd,0x2e1aaff4,0x3577682b,0x874386bd,0x6f77102d,0xe5ef6c02,0x01010740,0xebde9808,0x2141e84e,0xf8018f8a,0xff3fbfad,0x9ff0d975,0x46f6afe2,0xf0c034ff,0xffeaffb0,0xe7151ffc,0x21bee5e3,0x9eaadaad,0x331adff1,0x3597672b,0x974386ed,0x6676e02f,0xe5ef6801,0xf0fe0790,0xec3e9a07,0xe13de89e,0xfb01bf85,0xff2fb3ac,0xfff8d9a5,0x45f71fe4,0xf12032ff,0xffe8ffb0,0xe514dff8,0x225ee3e3,0x4eaeda5d,0x341aaff0,0x35c7672b,0x974386fd,0x6176d031,0xe5ef6401,0xf0fe07a0,0xec5e9c07,0xc13ce8be,0xfb01af80,0xff3fabac,0x9ffcd945,0x44f6dfe4,0xf15032ff,0xffe9ffb0,0xe814bffa,0x22aee1e3,0x0eb1da2d,0x321a6fef,0x35d7672b,0x9743870d,0x5f76c032,0xe5ef6102,0x00fe0790,0xec1e9f07,0xc13fe95e,0xf7018f74,0xfeef94ab,0x7005d835,0x3ef5bfe5,0xf1a031ff,0xffe5ffa0,0xeb157fef,0x22fee5e3,0xeebeda6d,0x2919efea,0x35b76b2b,0x474686ed,0x6276e035,0xe55f6101,0xf0fb0740,0xec6e9a07,0xe131ea4e,0xff025f6d,0xfe7f8caa,0x400cd605,0x38f39fe8,0xf2a02dff,0xffe4ffa0,0xe514cff8,0x22fee5e3,0xbeb4da2d,0x331a0fef,0x35b76a2b,0x5746871d,0x5d76b036,0xe54f6101,0xd0f607b0,0xec1e9907,0xc13aeaee,0xfc020f67,0xff0f91a9,0xe00ed515,0x33f30fe8,0xf2902dff,0xffe2ffa0,0xe1145ffb,0x232ee7e3,0x0ebdda7d,0x2c1a1fec,0x35d76a2b,0x5746870d,0x5f76c037,0xe52f6001,0xe0f707d0,0xec0e9807,0xb13eeb5e,0xfb01bf61,0xff5f92a9,0xb00fd445,0x2ef27fe7,0xf2602eff,0xffe3ffa0,0xe1143ffc,0x235eeae2,0xbec4daad,0x281a3fea,0x35d76c2b,0x3748870d,0x5f76c039,0xe51f5b01,0xf0fc07f0,0xec0e9707,0xf136eb9f,0x0001ef5c,0xff0f8fa9,0xa00fd365,0x27f1cfe7,0xf2402eff,0xffe3ffa0,0xe4140fff,0x235ef1e2,0xdec0da6d,0x2b1a3fec,0x35b76e2b,0x074a872d,0x5c76a03d,0xe50f5502,0x00ff07f0,0xec5e9607,0xd131ebcf,0x05022f56,0xfecf8ca9,0x6010d275,0x23f0ffe7,0xf2602eff,0xffe3ffa0,0xe313cfff,0x234ef4e2,0xaebfda3d,0x2d1a1fee,0x35b76f2a,0xf74a874d,0x59768040,0xe50f5002,0x00ff07f0,0xecde9807,0x712eebdf,0x08025f51,0xfecf88a9,0x0014d125,0x21efafe8,0xf2902dff,0xffe4ffa0,0xdb132fff,0x239ef6e2,0x4ec2da0d,0x2c19efed,0x35d76f2a,0xf74a875d,0x5776703f,0xe4df5002,0x00fd0800,0xed3e9a07,0x3129ebef,0x0b02df51,0xfeaf7fa8,0xb01ccfb5,0x1fee5fe8,0xf2a02dff,0xffe7ffb0,0xd612efff,0x240efbe2,0x1ec4da0d,0x2a19cfea,0x35d76e2b,0x0749877d,0x5476503f,0xe4bf5001,0xf0fc07f0,0xed6e9a06,0xf129ebff,0x0c02ef52,0xfeaf76a8,0xa025cee5,0x1deddfe7,0xf2702eff,0xffe8ffb0,0xd112e001,0x240efae2,0x1ec7da2d,0x2819afe6,0x35f76e2b,0x074a879d,0x51764041,0xe44f5002,0x00fd0800,0xed7e9b06,0xf127ec0f,0x0b02bf4f,0xfeef70a8,0x802bce05,0x1fecffe7,0xf2602eff,0xffe8ffb0,0xd012f002,0x238ef3e2,0x4ecada3d,0x26199fe7,0x35f7702a,0xe74c879d,0x50763042,0xe3df5002,0x01000840,0xed7e9807,0x1123ec3f,0x0d027f4f,0xfedf71a8,0x802dcd45,0x20ec1fe7,0xf2302fff,0xffe9ffb0,0xcc132003,0x234ef5e2,0x7ec9da2d,0x2719cfe8,0x35e7712a,0xc74d87ad,0x4f762043,0xe35f5302,0x11010860,0xed7e9407,0x2122ec6f,0x0f026f50,0xfe9f76a8,0x9029ccb5,0x21eb8fe6,0xf2002fff,0xffeaffb0,0xc8136004,0x236efde2,0x6ec6da2d,0x2b19efe8,0x35e7732a,0xa74e87ad,0x50763043,0xe30f5702,0x11020860,0xed7e9207,0x0124ec9f,0x0f024f4e,0xfecf77a8,0x7024cbe5,0x24ea8fe7,0xf2302fff,0xffecffc0,0xca137003,0x236f04e1,0xfec5da2d,0x2f19ffe7,0x35f7752a,0x7750878d,0x53765040,0xe31f5902,0x21050870,0xed3e9306,0xf12aecef,0x0c024f4a,0xff0f79a8,0x3024cad5,0x21e9afe7,0xf2502eff,0xffecffc0,0xc9135001,0x23af0be1,0x7ec7da2d,0x2e1a0fe3,0x35f7762a,0x4751876d,0x5576603a,0xe3bf5802,0x210508c0,0xecae9507,0x612fed6f,0x05024f47,0xff2f78a7,0xf029c9e5,0x1ee91fe7,0xf2302fff,0xffe9ffb0,0xc3136001,0x23df0ee1,0x3ec4d9fd,0x2b1a2fe3,0x35c7752a,0x6750877d,0x54765034,0xe4bf5d02,0x11010910,0xebfe9707,0xd136ee1e,0xfd02af4a,0xfebf74a7,0xb031c8c5,0x1ce85fe7,0xf2402eff,0xffe7ffb0,0xc0131001,0x23df0ee0,0xeec1da0d,0x281a3fe4,0x35a7712a,0xb74c879d,0x5176302f,0xe63f6102,0x11020930,0xeb5e9908,0x0145eede,0xf702ff57,0xfd4f74a7,0xa035c835,0x17e82fe7,0xf2502eff,0xffe7ffb0,0xbd12cfff,0x240f14e0,0x8ec6da5d,0x2019ffe3,0x35c76b2b,0x474787bd,0x4e76102a,0xe7bf6102,0x11020890,0xeb2e9a07,0xf155ef8e,0xf9031f67,0xfc0f7ba7,0xf030c8a5,0x11e90fe7,0xf2502eff,0xffe7ffb0,0xbd128005,0x24bf1adf,0x7ecdda8d,0x1b194fe7,0x35f7612c,0x273d87ed,0x4a75f024,0xe96f6201,0xf0fb0770,0xeb3e9c07,0xb164efef,0x0002cf7a,0xfc3f7da8,0x4029c985,0x14e9bfe7,0xf2802eff,0xffebffb0,0xb9120019,0x24cf17de,0x4ed0dacd,0x18187fee,0x36274f2d,0x772d882d,0x4375a01d,0xeb6f6001,0xe0f80690,0xeb6ea107,0x916eefff,0x07029f92,0xfd0f50a9,0x4042c725,0x23e85fe8,0xf2c02dff,0xfff0ffd0,0xa411702e,0x240f18de,0x2ed1db1d,0x1517dff7,0x3647342f,0x371388ad,0x37752016,0xedaf5a02,0x11010700,0xeb8eab07,0x7176efdf,0x0a026fab,0xfd6ef1aa,0xc07ec1c5,0x3fe56fe9,0xf3102cff,0xfff8ffe0,0x9910e040,0x237f1dde,0x4ed8db8d,0x0c172ffe,0x36770831,0x66e9899d,0x2574500e,0xf02f6402,0x410a0790,0xebeeb507,0x217eefdf,0x0e01afc3,0xfd8e8bac,0x20c0bc95,0x61e25fea,0xf3802a00,0x00030000,0x9b102057,0x22bf27de,0xcee2dc3d,0x02164003,0x36f6c633,0xc6aa8acd,0x0f732006,0xf2df6902,0x711107c0,0xec6ec106,0xd182f00f,0x1500cfd8,0xfd9e1dad,0x4109b7a5,0x87df2feb,0xf3e02900,0x000d0020,0x970fa062,0x216f2fdf,0x7eefdcfc,0xf7153008,0x37965136,0x56388c7c,0xf6719000,0xf57f5802,0xa11907d0,0xed5ecb06,0x717af0af,0x24002fe5,0xfd3da1ae,0x015db2c5,0xabdc5fec,0xf4002800,0x00140030,0x900f4065,0x206f3be0,0x7ef9dd7c,0xef140014,0x38656438,0xc5508eec,0xd96f3ff7,0xf86f4b02,0xe1230730,0xee6ed306,0x116df1bf,0x37ff8ff1,0xfc8d29ae,0x51b0ae05,0xd0d98fed,0xf4602700,0x101f0060,0x900f405f,0x1fef45e1,0x7efede2c,0xea12c021,0x3943bf39,0xa3b192cc,0xb76b7fee,0xfb2f3e03,0x31310620,0xef5edc05,0xf160f2ef,0x47ff1ffc,0xfc0cb2ae,0x41fca9b5,0xf7d6fff0,0xf5902300,0x202d0090,0x9e0f0055,0x1f4f54e1,0xdf07df0c,0xe0116031,0x3a222637,0x821d98ec,0x94657fe7,0xfd2f3403,0x913f0450,0xf04ee905,0xe152f47f,0x55ff4005,0xfbcc3ead,0x723ca5a6,0x1ad4aff3,0xf7101d00,0x203400a0,0xaa0e4050,0x1eaf67e2,0x0f13e00c,0xd20fb041,0x3af14533,0x3143a4ac,0x7259efdf,0xff7f2703,0xf14c01e0,0xf13efa05,0xc148f5af,0x61ff7015,0xfbbbc7ac,0x9280a216,0x3dd25ff5,0xf8101a00,0x304000d0,0xa70db04b,0x1ddf70e2,0x7f25e11c,0xc10de049,0x3ba0d02d,0xe0d6bcac,0x5d422fd5,0x027f1204,0x5159ff70,0xf26f1505,0x913ff65f,0x6bff2020,0xfb9b5aac,0x32cf9ec6,0x5ad04ff5,0xf8401900,0x504f0100,0x910df044,0x1d5f70e3,0x3f3ee21c,0xa80c404f,0x3c008827,0x9094d6ac,0x6f287fc7,0x067ef904,0x8161fe80,0xf3cf3505,0x6130f6af,0x74fe502a,0xfb5af3ab,0x73179b96,0x73cecff6,0xf8b01800,0x50550110,0x7f0e3041,0x1ccf75e4,0x1f5ae2fc,0x8e0aa05a,0x3c505520,0x8067e53c,0x9b1a3fb7,0x0b3edc04,0x9162fe00,0xf55f5405,0x311df61f,0x80fd603f,0xfb1a7caa,0x535a9956,0x8dcdcff8,0xf9c01400,0x50550110,0x7e0db032,0x1c2f7fe4,0xff71e41c,0x76092063,0x3c703419,0x6049ed5c,0xd3126faa,0x0e9ee404,0x9162fdd0,0xf73f6a04,0xf102f5ff,0x90fcc04a,0xfaca0fa9,0x03909706,0xa4ccbffa,0xfac01100,0x50520110,0x810d0017,0x1b5f85e5,0xef76e51c,0x6807e06d,0x3cd02114,0x0036f22d,0x100ddfaa,0x0e5f2b04,0x815efd20,0xf93f7a04,0x80e3f65f,0xa1fcb04d,0xfac9b6a7,0xb3c09466,0xbacb5ffb,0xfb800e00,0x50530110,0x720c4002,0x1a2f82e6,0xff61e57c,0x66072079,0x3d801a11,0x602ef52d,0x490b1fb4,0x0b5f7f04,0x4153fc10,0xfadf8b04,0x30caf6af,0xabfc804b,0xfb4966a6,0xa3f69196,0xcec9dffc,0xfc100c00,0x605a0120,0x600b4ff7,0x18ff7be7,0xff3ee56c,0x67069081,0x3e101a11,0x702ff72d,0x7f094fbd,0x088fbc03,0xe142fb60,0xfbdf9e04,0x10baf71f,0xaefc8042,0xfc0921a5,0xa4248e66,0xdbc9dffc,0xfcb00a00,0x404900f0,0x5e0adfff,0x191f8ee9,0x0f20e53c,0x6a05d086,0x3e602214,0x2037f89d,0xaf080fc4,0x066fd903,0x8131fb10,0xfc3fb403,0xe0b3f76f,0xadfbf039,0xfcd8e3a4,0x944f8b86,0xe6c9cffd,0xfd000900,0x202f0090,0x670b1007,0x194fa6e9,0xef1ae55c,0x6a04f084,0x3e803218,0xf047f99d,0xd5072fcb,0x03efda03,0x111ffb00,0xfc5fc003,0xd0acf80f,0xabfb1033,0xfd78d4a3,0x24528a86,0xfdc7dffd,0xfd500800,0x303300a0,0x750ae003,0x17af9eea,0xff17e60c,0x7104907b,0x3ea0491e,0x705cfa7d,0xfd066fd3,0x012fce02,0x910cfb40,0xfc6fc603,0xc09df8df,0xa9fb402e,0xfde8c5a1,0x244d8997,0x16c60ffe,0xfdb00700,0x303c00c0,0x730a2ffb,0x164f95ec,0x1f13e75c,0x79043073,0x3e806623,0xa076fb3e,0x2105dfd9,0xff1fc502,0x20fbfc00,0xfc8fcc03,0xb089f97f,0xaafbe02a,0xfe48b99f,0x04538867,0x2ec58ffe,0xfe000600,0x303d00c0,0x58098fec,0x164f92ed,0x5f13e94c,0x8003f06a,0x3e908527,0xa091fbce,0x43054fdc,0xfddfc001,0xb0eafc50,0xfccfce03,0x9076fa3f,0xacfc4025,0xfea8ad9d,0x14568727,0x42c51fff,0xfeb00400,0x303d00c0,0x4a090fe0,0x162f9dee,0x8f12eb9c,0x8604605d,0x3ed09929,0xd0a3fc7e,0x6c04bfdc,0xfd8fba01,0x20d7fc00,0xfcdfd303,0x8066faff,0xacfcf01d,0xff28a39a,0xf45085f7,0x53c48fff,0xff600100,0x303800b0,0x45086fdb,0x158fb0ef,0x4f17ee8c,0x8504f04e,0x3f009729,0xa0a1fd0e,0x96042fda,0xfe2fb200,0xa0c6fb80,0xfd1fdc03,0x7055fb4f,0xacfde01c,0xffa89798,0x944d8537,0x63c4efff,0xffc00000,0x303700b0,0x3707cfd8,0x146fbdef,0xaf23f1ac,0x7f053042,0x3f107c26,0xa089fd8e,0xba03bfd8,0xfe8fa800,0x20b6fb20,0xfd9fe803,0x2041fb1f,0xb4fe301f,0xffb88996,0x545384c7,0x75c4d000,0x003fff00,0x303a00c0,0x2206cfd5,0x134fc4f0,0x7f30f4ec,0x7904e038,0x3f105721,0x2068fdfe,0xde034fdc,0xfd1f8eff,0xb0abfb30,0xfe2ff402,0xb033faaf,0xc2fe301d,0xff887c94,0x646284b7,0x83c46000,0x00bffd00,0x303a00c0,0x1205ffd2,0x122fc9f1,0x6f30f88c,0x7504802c,0x3f40371a,0x504bfe4e,0xfb02ffe1,0xfb4f6eff,0x60a7fb80,0xfe4ffb02,0x502bfabf,0xccfe0016,0xff587192,0xa4678477,0x8dc41000,0x014ffb00,0x303700b0,0x08058fce,0x116fd2f2,0x0f23fbfc,0x6b049022,0x3f602013,0xa035fe6f,0x0c02cfe1,0xfaef65ff,0x10a3fbb0,0xfe700202,0x5021fadf,0xcefde011,0xff986490,0xc45b83c7,0x94c41000,0x01dffa00,0x303600b0,0x0c053fc6,0x112fd2f3,0x6f25fe4c,0x5904801f,0x3f30120e,0x1025fe9f,0x1d02afde,0xfb9f76fe,0xa09efbd0,0xfef00a02,0x3016faff,0xd2fe800e,0x00285c8f,0x144a82a7,0x9bc44001,0x027ff800,0x303600b0,0x1d04efbe,0x116fd1f5,0x3f32ff9c,0x4c04401f,0x3f200a0a,0x001afebf,0x2e027fdc,0xfc3f8afe,0x3099fc30,0xff701001,0xc00ffb1f,0xddfe800d,0x0028558d,0x944581d7,0xa4c42001,0x02bff700,0x303200a0,0x2404cfad,0x11bfdaf6,0x7f3a009c,0x4b03801b,0x3f400607,0x5012feef,0x41023fdb,0xfc7f91fd,0xf096fc90,0x00301101,0x4008fb9f,0xeafdc00b,0xffe84f8c,0x34468117,0xadc37001,0x02aff700,0x202e0090,0x22048f9a,0x11afe1f7,0x8f35012c,0x4f02d016,0x3f800405,0xa00eff1f,0x56020fdb,0xfc9f8dfd,0xa093fd30,0x00e01000,0xd000fc5f,0xf3fda007,0xffd84c8a,0xe44b8047,0xb4c2b001,0x027ff800,0x20280080,0x1603ff8b,0x10efe3f8,0xdf2c011c,0x54025011,0x3fd00304,0xe00cff3f,0x6e01cfdb,0xfc8f86fd,0x408bfdd0,0x01601000,0x6ff9fcef,0xf9fe3007,0x00184989,0xa44e7f27,0xbcc29001,0x026ff800,0x10220070,0x0f034f81,0x106fe4f9,0xbf3000dc,0x5a01f00b,0x40200304,0xb00cff5f,0x82019fdc,0xfc6f88fd,0x0080fe10,0x01900d00,0x1ff7fd7f,0xfffec008,0x00884188,0x644b7e27,0xc2c25001,0x029ff700,0x101d0060,0x0f032f78,0x0f9fe3fa,0x9f3a00ec,0x5d01d002,0x40600304,0x800bff7f,0x97016fdc,0xfc6f95fc,0xb075fe40,0x01700b00,0x0ff6fdcf,0xffffa007,0x00f83787,0x24467d67,0xc7c1f001,0x02dff600,0x10140040,0x0c02ef74,0x0e6fe2fb,0xdf3f010c,0x5a019ffa,0x40600204,0x100aff9f,0xa7013fdb,0xfc9f9efc,0x706efe90,0x01000b00,0x2ff5fdbf,0xfc00400d,0x01182d85,0xd44a7ca7,0xcfc1b001,0x030ff600,0x000d002f,0xff022f6f,0x0dbfe6fd,0x5f46017c,0x57012ff4,0x40300203,0x8009ff9f,0xaf012fdb,0xfcafa3fc,0x6069fef0,0x00c00b00,0x2ff4fdbf,0xfb002010,0x00a82484,0xb4517bd7,0xd8c17001,0x02fff600,0x000b002f,0xee018f62,0x0d5fe7fe,0xaf4901ec,0x5500ffee,0x40200102,0xe007ffaf,0xb8010fdb,0xfcbfa3fc,0x4063ff10,0x00d00c00,0x1ff0fd9f,0xfc00300f,0x00481a83,0xb4527b17,0xe0c12001,0x030ff600,0x0008001f,0xe5010f56,0x0cefe7ff,0x9f4601ec,0x5600dfec,0x40300102,0x8006ffbf,0xc000ffda,0xfcef9ffc,0x205eff20,0x00d01000,0x0fecfd5f,0xfd00f00e,0x00681282,0x944b7a67,0xeac0a001,0x033ff500,0x0005001f,0xe2009f4f,0x0c0fe700,0xbf4101cc,0x58007feb,0x40400102,0x5005ffbf,0xc500efda,0xfd1f96fc,0x1059ff40,0x00801600,0x0fedfd1f,0xfb016009,0x00c81182,0x044379d7,0xf0c05001,0x035ff500,0x0007001f,0xe4006f4e,0x0bffe200,0xbf4301cc,0x58002fe5,0x40400102,0x4005ffcf,0xcc00dfda,0xfd2f92fb,0xe052ff10,0x00301a00,0x2fedfcdf,0xf9017008,0x00981082,0x043a79f7,0xf1c02001,0x035ff500,0x0007001f,0xe8009f4d,0x0c2fe000,0xaf4801bc,0x56000fe2,0x40300102,0x6006ffcf,0xd200cfda,0xfd1f93fb,0xd04efef0 +}; + +u32 ANIM_ENTRY_fire_standing_dual_wield[] = +{ + 0x01afd1ff,0x4faf0350,0x0c023ffb,0xffb0270c,0x9c18061f,0x723c5ff6,0xf9101801,0xb0ee032f,0x96fd6fc3,0xf1ff8001,0xff63ffdc,0x3d014009,0x3ff00103,0x3008ffaf,0x98010fe6,0xfc3fc5fc,0x3076ff70,0x019fd3ff,0x6fad02d0,0x0c029002,0x00403e0c,0x7c1e073f,0x6e3c5ff6,0xf9001801,0xc0f1033f,0x8bfd6fb8,0xf0ef8102,0x3f70ffac,0x3e016008,0x40000203,0xe009ffaf,0x93011fe4,0xfb8fc8fc,0x607bff10,0x014fd2ff,0x6faf0290,0x0c02d008,0x0080590c,0x3c2808ef,0x6d3c7ff6,0xf8d01801,0xb0ef032f,0x6bfd1fa9,0xee2f8701,0xff72ffbc,0x41017005,0x40200304,0x900bff9f,0x8d012fe3,0xfabfc3fc,0x907fff00,0x015fcdff,0x7fac02d0,0x09026009,0x0050730b,0x9c340a1f,0x703caff5,0xf8801901,0xa0e7031f,0x48fbcfa0,0xebaf9a02,0x0f60ff5c,0x4801f009,0x40400405,0x800eff9f,0x87013fe2,0xfa0fb1fc,0xc083fec0,0x017fc5ff,0x6fa70380,0x06025006,0x00208e0a,0x4c3e0a9f,0x7d3ceff5,0xf8601a01,0x80dc02ef,0x37fb2fab,0xea2fb602,0x1f54feac,0x4e030011,0x40b00506,0xd011ff8f,0x7c015fe2,0xf93fa7fd,0x0089fe10,0x00ffbdff,0x2fae0450,0x09027009,0xffe0a807,0xfc460aff,0x983d0ff5,0xf8401a01,0x70d602df,0x38fd6fb3,0xe8efb101,0x0f4ffe8c,0x5804000d,0x41500708,0x7015ff7f,0x70017fe1,0xf85fa2fd,0x308ffd80,0x008fb8ff,0x2fb504a0,0x08029012,0xfff0b704,0xdc4b0b6f,0xc33d1ff5,0xf7f01b01,0x70d502df,0x39fd7fc1,0xe6cf95ff,0x8f51fdbc,0x5f046007,0x41900c0b,0x201cff6f,0x6b018fe2,0xf74fa2fd,0x5091fd60,0x000fb5ff,0x3fbb04d0,0x0603801c,0x0070be00,0xfc500bef,0xfc3d0ff3,0xf7501d01,0x60d002cf,0x2cfccfcf,0xe53f9cfe,0x8f52fbfc,0x67048002,0x41d0150f,0x7028ff6f,0x67018fe3,0xf62f9ffd,0x8092fd20,0xffafb7ff,0x7fbc0450,0x0404c02c,0x00d0c2fc,0xbc510d30,0x403cdff3,0xf7001e01,0x50c802af,0x10fd7fd3,0xe46fadfd,0xdf53f98c,0x6f03b001,0x41d02314,0xd038ff5f,0x60019fe6,0xf5dfa7fd,0xc093fd70,0xff2fb4ff,0xafc30450,0x03055035,0x00f0c7f7,0xdc540e50,0x933ceff1,0xf6502001,0x40c4029e,0xf1fecfd9,0xe37fadfd,0x3f4ef74c,0x78035ffa,0x41d0351a,0x104aff5f,0x5e01afe5,0xf68fb1fd,0xe090fda0,0xfe9fabff,0xdfcd04b0,0x03054038,0x0090d0f2,0x9c5a0e70,0xed3d2ff0,0xf5702301,0x40c2028e,0xd1001fe2,0xe36fa8fc,0xcf41f55c,0x82037ff1,0x41e0491e,0xc05cff5f,0x5e01afe4,0xf79fbffd,0xf08bfd60,0xfe3fa4ff,0xefd00560,0x0205a036,0x00a0dbed,0x5c590e31,0x433d5fef,0xf5002401,0x40c3028e,0xbf00dfda,0xe3afabfc,0x7f33f39c,0x8b03bfee,0x42005c22,0x306dff4f,0x5901bfe4,0xf89fcffe,0x1087fd00,0xfddfa100,0x1fd305bf,0xff066033,0x00f0e6e8,0x5c540e81,0x943d9fef,0xf5102301,0x30c0028e,0xaa015fc8,0xe3efb0fc,0x9f27f25c,0x8e03cfe5,0x41e06723,0xd076ff5f,0x5901bfe5,0xf8ffd1fe,0x2081fc90,0xfd6f9d00,0x8fd7060f,0xf907102d,0x0160eae3,0x8c490f61,0xdf3deff0,0xf5502201,0x20ba027e,0x9501cfba,0xe37fb7fd,0x7f1bf1bc,0x8a041fdb,0x41a06423,0x6074ff5f,0x5d01afe7,0xf8ffbffe,0x2085fc40,0xfd0f9d00,0xffd905ff,0xf307c02b,0x0190dfdf,0x4c371112,0x263dfff1,0xf5802101,0x10b2025e,0xa3023fbb,0xe24fbbfe,0x0f15f15c,0x81042fd4,0x41505821,0x7069ff5f,0x5b01afe8,0xf95fa5fe,0x208dfbf0,0xfd1f9e01,0x3fd5061f,0xef08002d,0x0130fbdb,0x6c2f12a2,0x653deff3,0xf6901e00,0xf0a5022e,0x8c011fcd,0xe17fc9fd,0x7f18f0fc,0x7703efd1,0x4110471e,0x505aff5f,0x5b01afe9,0xfa2f91fe,0x3093fc00,0xfdbf9701,0x2fcb068f,0xf007b030,0x00a11ed7,0xcc301442,0x9c3deff5,0xf7701b00,0xd09601ee,0x64001fd1,0xe1cfdcfd,0x1f19f08c,0x7703afd4,0x4110361a,0x704bff5f,0x5f01afea,0xfacf81fe,0x2098fc80,0xfe0f8c00,0xffc6072f,0xf307102f,0x007128d4,0x5c2715f2,0xcd3e1ff7,0xf8701700,0xb08a01ce,0x5cffbfcd,0xe26fe7fc,0xff19f10c,0x77034fd4,0x41002615,0xe03bff5f,0x61019feb,0xfc0f74fe,0x209dfd40,0xfe5f8000,0xdfbf07af,0xf506f02e,0x00c132d1,0xbc241822,0xf23efff8,0xf9501400,0x907b018e,0x4bff3fd8,0xe26ff1fc,0x8f20f1fc,0x7702cfcf,0x40e01911,0x502dff6f,0x66019feb,0xfdff71fe,0x20a2fe30,0xfe9f7400,0xbfb307ef,0xf907d02e,0x014134cf,0xec2c1b53,0x0c40cffa,0xfa201200,0x7069015e,0x38ff0fe9,0xe1effbfc,0x2f39f2ec,0x7502afca,0x40d0100d,0xa023ff6f,0x6b018feb,0x002f81fe,0x20a6fe90,0xfe5f6d00,0x9faf07bf,0xfe086033,0x017134ce,0x8c411ec3,0x1e431ffb,0xfae00f00,0x5059011e,0x28ff2ff7,0xe14002fc,0x2f61f46c,0x70023fc0,0x40a00c0b,0x301cff6f,0x6a018fec,0x02cf98fe,0x20acff20,0xfd8f6800,0x8fb40750,0x02081037,0x01512acd,0x5c592313,0x2b454ffb,0xfb900d00,0x404500de,0x2fff2fff,0xdfc00cfc,0x2f78f65c,0x6a01efad,0x40400a09,0xf019ff6f,0x65019fef,0x03bfadfe,0x40b8ff80,0xfd1f5f00,0xafb50790,0x0007c033,0x00d12acc,0x1c6025c3,0x3346affd,0xfcb00a00,0x203300ae,0x47fef001,0xded013fb,0xff69f80c,0x64024f9f,0x3fc00809,0x2017ff6f,0x65019ff3,0x032fb5fe,0x60c4ff90,0xfcdf5a00,0xffae07df,0xf707e02d,0x00a13dcb,0x0c542633,0x36478fff,0xfe800400,0x1024007e,0x60ff0006,0xe0001cfb,0xff54f97c,0x5a034f95,0x3f300707,0xd014ff5f,0x62019ff7,0x033fb1fe,0x80d1fec0,0xfccf5501,0x7fa6081f,0xeb088029,0x01213cca,0x2c4927e3,0x34484000,0x00000000,0x0010003e,0x70fee016,0xdff02dfc,0x4f47fadc,0x4d045f8d,0x3e700506,0x5010ff5f,0x62019ffb,0x035fb0fe,0xa0dbfdd0,0xfcaf4f01,0xefa1089f,0xe1099026,0x021141ca,0x2c2527d3,0x30486000,0x008ffe00,0x0008001e,0x76fea020,0xe0002ffc,0x9f44fc1c,0x4004df85,0x3db00304,0xe00cff6f,0x65019000,0x037fbafe,0x90d6fde0,0xfcaf4e02,0x4f9c08cf,0xda09e026,0x02114eca,0x6c192743,0x2d486000,0x004fff00,0x0008001e,0x6ffe601d,0xe05031fc,0xef3efcfc,0x3404cf81,0x3d000203,0xd009ff6f,0x65019005,0x039fc0fe,0x80d0fe60,0xfcef4902,0x6f98092f,0xd9090026,0x01a15cca,0x9c272703,0x2f489fff,0xffc00000,0x0008001e,0x58fe4015,0xe0402efc,0xcf31fd8c,0x2d052f82,0x3c900102,0xf007ff5f,0x61019008,0x032fbefe,0x90ccfec0,0xfd0f4002,0x7f9709cf,0xd6082022,0x01d15eca,0x6c2d26d3,0x35491fff,0xffa00100,0x0009001e,0x5cfe000f,0xe06028fc,0xbf27fe3c,0x2805cf83,0x3c300101,0xe004ff5f,0x61019009,0x034fbdfe,0x90c8ff20,0xfd6f3d02,0x9f8e0a2f,0xd008b019,0x024164ca,0x8c1b2613,0x39495fff,0xffb00000,0x000a002e,0x71fe2011,0xe16022fc,0xdf28feac,0x2105ff85,0x3bd00000,0xc002ff6f,0x6401900a,0x036fc2fe,0x80c2ff70,0xfdff3e02,0xaf800a6f,0xc9099012,0x02b171ca,0xdbfe2503,0x39490000,0xfff00000,0x000e002e,0x80fe401e,0xe1f019fc,0x7f2ffecc,0x1c062f88,0x3bafffff,0xefffff6f,0x6801800b,0x03afcdfe,0x80beffc0,0xfe7f3c02,0xbf740aaf,0xc509f010,0x03117bca,0xcbe82443,0x34475000,0x004fff00,0x1021006e,0x91fe0025,0xe0c00dfb,0xaf35febc,0x1806cf8b,0x3b8fffff,0x2ffdff7f,0x6f01700d,0x03efdcfe,0x80bcff70,0xfecf3b02,0xef6e0aaf,0xc00a1013,0x033184ca,0x7be624f3,0x32475000,0x006ffe00,0x202b008e,0x88fdf028,0xdff006fb,0x1f2dfe9c,0x13070f8c,0x3b3ffffe,0xeffdff7f,0x75016011,0x03cfdbfe,0x80baff50,0xfedf3c03,0x2f6c0a4f,0xbc0a2017,0x03018cca,0x4bf227a3,0x32498000,0x007ffe00,0x1022006e,0x6efe102a,0xdf2009fa,0xef16fe7c,0x0f06bf8c,0x3afffffe,0xdffdff8f,0x77016014,0x03cfc9fe,0x80b9ff80,0xfeef3d03,0x4f6d0a0f,0xba096017,0x02d18cc9,0xfbf72953,0x334ba000,0x008ffe00,0x101e006e,0x69fe4023,0xdf3006fa,0xbf07fe5c,0x0c06cf8c,0x3abffffe,0xfffdff8f,0x78015017,0x03bfbefe,0x80b8ff80,0xfeff3a03,0x4f6f0a3f,0xbb091017,0x02a184c9,0xabe92ac3,0x324cc000,0x00affd00,0x101b005e,0x7ffe801c,0xdec005fa,0x7f0afe3c,0x0c070f8d,0x3abfffff,0x2ffdff8f,0x7b015017,0x038fc5fe,0x80b7ff80,0xff1f3c03,0x3f6f0a2f,0xbb09d021,0x02617bc9,0x7bce2c63,0x304db000,0x00cffd00,0x0010003e,0x9dfed01d,0xde600bfa,0xbf17fdfc,0x0d070f8f,0x3acfffff,0x5ffeff8f,0x79015014,0x03cfcdfe,0x80b6ff80,0xff3f4203,0x4f6e09cf,0xbb0a3029,0x02117ec9,0x6bc72d33,0x2e4e7000,0x00dffd00,0x0009001e,0x9aff3021,0xde7010fa,0xef27fdbc,0x0c06af93,0x3adfffff,0x4ffeff7f,0x76016012,0x041fd3fe,0x80b5ff80,0xff3f4603,0x3f71098f,0xbb09e029,0x01b193c9,0x3bcb2e73,0x2f4f2000,0x010ffcff,0xfffcfffe,0x83ff601e,0xddb018fa,0xff31fddc,0x0d065f92,0x3aefffff,0x2ffdff7f,0x75016011,0x042fd6fe,0x90b7ff90,0xff3f4703,0x3f73097f,0xbb09902a,0x01719dc9,0x0bce2dd3,0x304f9000,0x014ffcff,0xfffcfffe,0x77ff501d,0xde1019fb,0x0f2efddc,0x0f063f92,0x3affffff,0x2ffdff7f,0x74016010,0x041fcffe,0xa0b8ffc0,0xff4f4a03,0x3f72096f,0xba09802c,0x01919ec8,0xdbc62c03,0x334ff000,0x016ffb00,0x0004000e,0x7fff401c,0xdfe015fb,0x0f23fd9c,0x10062f94,0x3affffff,0x3ffeff7f,0x75016012,0x041fc6fe,0xa0b8ffb0,0xff3f4b03,0x3f77098f,0xbb095029,0x01b1a1c8,0x9bb82b13,0x374fa000,0x015ffb00,0x0006001e,0x8aff401b,0xe08019fa,0xef21fd9c,0x10065f92,0x3b0fffff,0x4ffeff7f,0x76016014,0x042fc8fe,0xa0b8ff80,0xff4f4803,0x3f7a09ef,0xbb098026,0x01d1a6c8,0x4ba52a43,0x3b4ec000,0x012ffc00,0x0007001e,0x91ff701f,0xe08019fa,0x9f21fd5c,0x1006af95,0x3b0fffff,0x8ffeff7f,0x74016014,0x040fccfe,0xa0b9ff70,0xff7f4503,0x2f7a0a3f,0xbd09c028,0x0191b7c8,0x1b922983,0x3d4dd000,0x012ffc00,0x0007001e,0x90ff9021,0xe08019fa,0x5f23fd0c,0x1206bf9b,0x3b0fffff,0xafffff7f,0x71017014,0x03ffd0fe,0xb0baffa0,0xff9f4a03,0x1f780a0f,0xbe099027,0x0141d1c8,0x1b8c2913,0x3e4dd000,0x016ffb00,0x0005001e,0x7fffa020,0xe0801afa,0x5f23fcdc,0x14064f9d,0x3b2fffff,0xafffff7f,0x70017014,0x041fcdfe,0xb0baffc0,0xffaf4a03,0x0f770a1f,0xbe098020,0x0151e3c8,0x1b8828f3,0x404e3000,0x017ffb00,0x0003000e,0x72ffb01f,0xe0601afa,0x6f1dfcdc,0x15068f9e,0x3b4fffff,0x8ffeff7f,0x70017016,0x043fcbfe,0xb0bbffa0,0xffaf4702,0xff780a5f,0xbe09e020,0x0181e9c8,0x1b7b28c3,0x424de000,0x014ffc00,0x0003000e,0x7fffe021,0xe03017fa,0x8f18fcdc,0x1706ef9d,0x3b5fffff,0x9ffeff7f,0x72016017,0x043fccfe,0xb0baff60,0xffaf4902,0xef770a4f,0xbe0ad021,0x0201e4c8,0x2b6e2883,0x404da000,0x012ffc00,0x0004000e,0x97001024,0xe04015fa,0xaf1cfcac,0x1806ff9b,0x3b7fffff,0xbfffff7f,0x75016016,0x044fcdfe,0xb0b9ff30,0xffbf4d02,0xff7609ff,0xbc0b1023,0x01d1edc8,0x2b642823,0x3e4d5000,0x012ffc00,0x0004000e,0x97000024,0xe05018fa,0xaf24fc7c,0x1706cf9a,0x3b7000ff,0xffffff8f,0x77016014,0x044fcdfe,0xb0b9ff20,0xffcf4d03,0x0f740a0f,0xba0a6027,0x00d200c8,0x3b5d27a3,0x3c4d1000,0x012ffc00,0x0003000e,0x8cffb021,0xe0701dfa,0xaf22fc6c,0x1606af9b,0x3b600000,0x1000ff8f,0x7a015012,0x043fc8fe,0xb0b8ff50,0xffdf4b03,0x0f720a2f,0xb90a102a,0x0031fcc8,0x4b632773,0x3a4ce000,0x010ffc00,0x0001000e,0x8cffd01d,0xe08023fa,0x7f1afc6c,0x16068f9a,0x3b6000ff,0xffffff8f,0x7d015011,0x044fc3fe,0xa0b5ff70,0xffff4902,0xff6f0a2f,0xba0a402a,0xfff1eec8,0x3b692783,0x384cd000,0x00fffd00,0x0001000e,0x96ffd01a,0xe04025fa,0x7f19fc4c,0x19067f9a,0x3b8fffff,0xefffff8f,0x80014011,0x044fc1fe,0x90b3ff90,0x002f4802,0xef6b0a2f,0xb90a9029,0x0021eac8,0x3b702783,0x354cd000,0x00fffd00,0x0002000e,0x9700001c,0xe03023fa,0x7f19fc2c,0x1a068f9d,0x3b9000ff,0xffffff8f,0x80014011,0x043fc1fe,0xa0b4ff90,0x003f4902,0xef690a1f,0xb80b002a,0x0081e1c8,0x2b782763,0x324cc000,0x010ffc00,0x0004000e,0x97002021,0xe06021fa,0x8f1efc3c,0x1a066f9c,0x3b9fffff,0xefffff8f,0x81014010,0x041fc6fe,0x90b3ffa0,0x001f4a02,0xff6c09ff,0xb80b802c,0x00b1e0c7,0xfb7c27c3,0x314cc000,0x011ffc00,0x0004000e,0x92fff01f,0xe03022fa,0x8f25fc3c,0x19062f99,0x3b800000,0x1000ff9f,0x82014010,0x040fc9fe,0x80b1ffc0,0x000f4802,0xff6c09ff,0xb70b902b,0x00b1e6c7,0xcb7f28b3,0x2d4c3000,0x012ffc00,0x0000000e,0x8700101c,0xdef025fa,0x5f24fc4c,0x19063f9b,0x3b700000,0x2000ff8f,0x7f01400f,0x03ffc9fe,0x90b1ffe0,0x002f4302,0xff690a4f,0xb60b0029,0x0061ddc7,0x9b7d27d3,0x2c4c5000,0x012ffc00,0x0008001e,0x8f00501c,0xe06025fa,0x7f1cfc6c,0x19068f9d,0x3b6000ff,0xffffff8f,0x7d01500e,0x03dfc5fe,0x90b1ffd0,0x001f3e02,0xef6c0a7f,0xb90b202a,0x0061cdc7,0x5b772883,0x2d4cf000,0x011ffc00,0x0008001e,0xa300501a,0xe0d024fa,0xaf18fcac,0x1b06ff9a,0x3b7fffff,0xcfffff8f,0x7f01400d,0x03dfc4fe,0x80afffa0,0x001f3c02,0xdf6d0a7f,0xba0bd02d,0x0081cbc7,0x4b672a43,0x2b4d4000,0x011ffc00,0x0003000e,0xad00801e,0xdfb022fa,0x9f1afcbc,0x1b073f99,0x3b8fffff,0xcfffff8f,0x8001400c,0x03efc6fe,0x80afff80,0x002f3e02,0xef6b0a2f,0xb90c2031,0x0081cac7,0x5b592893,0x294d1000,0x013ffc00,0x1018004e,0xb6008027,0xe11019fa,0x8f25fcbc,0x1a06bf9b,0x3b7fffff,0xafffff8f,0x7d01500b,0x03efcbfe,0x80afffd0,0x002f4102,0xef6c09df,0xb80bc035,0x0081d3c7,0x6b4a27b3,0x274cb000,0x014ffc00,0x2026007e,0xb5007029,0xe18013fa,0x7f2ffcac,0x19062f9c,0x3b6fffff,0xbfffff8f,0x7a01500a,0x03dfcffe,0x80af0030,0x001f4202,0xef6d09af,0xb90bd035,0x0061e5c7,0xab4a2803,0x254ca000,0x013ffc00,0x2027007e,0x9400c02b,0xe11013fa,0x4f32fcac,0x19061f9d,0x3b7fffff,0xdfffff8f,0x77016009,0x03dfcefe,0x90af0030,0x001f4102,0xef6d09af,0xb90c2030,0x00c1e9c7,0xdb4d2823,0x244d1000,0x012ffc00,0x2027007e,0x8a011027,0xe16014fa,0x3f2bfcbc,0x19064f9d,0x3b7fffff,0xefffff7f,0x75016009,0x03efc8fe,0x80ad0020,0x002f3c02,0xdf6c09df,0xbb0c002c,0x00e1d1c8,0x0b492813,0x244d6000,0x010ffc00,0x2029008e,0xa300d01f,0xe1d016fa,0x3f23fcdc,0x1a068f9d,0x3b7fffff,0xbfffff7f,0x7601600a,0x03efcafe,0x80ad0030,0xffef4002,0xef6e099f,0xbb0cc030,0x0131aec8,0x7b4b2763,0x224d4000,0x009ffe00,0x202e009e,0xb500a021,0xe31021fa,0x7f2bfd0c,0x18065f98,0x3b7fffff,0xbfffff8f,0x7701600b,0x03ffd2fe,0x80ac0040,0xff9f4f02,0xff6f08bf,0xbb0da038,0x012186c9,0xeb7c25e3,0x194bcfff,0xfec00300,0x303d00ce,0xa200a024,0xe47033fa,0x8f41fd0c,0x1505af94,0x3b800000,0x0000ff7f,0x7401600c,0x040fd9fe,0x80ac0010,0xff7f5703,0x1f6f083f,0xbb0d403f,0x00614dcc,0x4bdd2353,0x0346affa,0xfa901000,0x8073017e,0x8100402e,0xe48040fa,0x1f47fccc,0x15055f94,0x3b900000,0x9001ff7f,0x7001700d,0x040fd8fe,0x80adffc0,0xff5f5802,0xff7207df,0xc00d2041,0x004109cf,0x5c322002,0xdf409ff0,0xf5102101,0x60d602be,0x85fe6035,0xe62046f9,0xdf3ffc8c,0x18051f97,0x3bb00001,0x3003ff6f,0x6901800e,0x03ffcffe,0x80acfff0,0xff2f5902,0xef7607bf,0xc50d4045,0x00a0d5d3,0xac761cf2,0xb53c6fdc,0xedf03a02,0xa139041e,0x96fd402c,0xea2057fa,0x6f31fc4c,0x1c054f99,0x3be00001,0xd004ff5f,0x5f01900f,0x042fc2fe,0x80aeffc0,0xfecf5b02,0xef7d077f,0xca0d204e,0x00a0b2d8,0xacab1b02,0x8439cfbf,0xe6c05704,0x2193059e,0xaafc9023,0xed4067fa,0x4f2cfc1c,0x1e05bf9a,0x3c100102,0x6006ff5f,0x5901a00d,0x045fb9fe,0xa0b1ff40,0xfe5f5b02,0xff88074f,0xcf0c8057,0x00b0a4dd,0x9cc61a12,0x4d381fa2,0xe1c07105,0xc1dd071e,0xc7fbc01e,0xee806cf9,0x6f2dfc0c,0x2005ef97,0x3c300103,0x0007ff4f,0x5701b008,0x046fb2fe,0xc0b4ff10,0xfe4f5802,0xef8e072f,0xd50c105f,0x00b0a3e2,0xaccf19a2,0x10372f8c,0xdea08507,0x3212085e,0xf7fbc006,0xeef070f9,0x4f33fb7c,0x2505ff9c,0x3c600203,0x8008ff4f,0x5501b004,0x04cfb0fe,0xc0b5ff20,0xfe6f5b02,0xbf9406df,0xdd0bb067,0x0090ace8,0x1cd71961,0xcd36df76,0xdc309808,0x4236094f,0x20fc4fe9,0xef706dfa,0x2f44facc,0x2c05cfa2,0x3ce00203,0xe009ff4f,0x5701bfff,0x056fb5fe,0xc0b4ff10,0xfeaf5e02,0x4f9a066f,0xe70ac06f,0x0020bced,0x7cdf19d1,0x8b371f6a,0xdb20a308,0x923f098f,0x30fc1fe0,0xefc060fa,0xcf55f9ec,0x3705bfa8,0x3db00204,0x300aff5f,0x5d01aff9,0x060fb9fe,0xa0aefec0,0xff1f5f01,0xdfa3065f,0xf0094072,0xffa0d3f1,0xfcdd1a81,0x4f370f71,0xdc309d08,0x2230092f,0x3dfb5fe3,0xeff057fb,0x9f60f8dc,0x4305ffb2,0x3e900204,0x500aff6f,0x63019ff2,0x070fb9fe,0x80a8fe50,0xff6f6701,0x8fb1062f,0xf607b06f,0xff50ecf5,0x8cd21b51,0x1736af86,0xdec08b07,0x821b089f,0x55fa8fe2,0xf02053fb,0xdf75f7dc,0x4d055fbd,0x3f400204,0x000aff6f,0x6a018fea,0x08bfb5fe,0x80a1fda0,0xffbf7a01,0x9fbe058f,0xf506d06a,0xffb10af8,0x7cc71bd0,0xdd363f9e,0xe2507606,0xd205080f,0x78f9afe3,0xf0904efc,0x0f93f6cc,0x50037fc8,0x3f900203,0x6008ff7f,0x72017fe3,0x0adfaffe,0x7098fd70,0x001f8c01,0xcfca051f,0xf205e060,0xffc11ffa,0xdcb81bd0,0xa735ffb6,0xe6706106,0x41ef078f,0xa9f9bfd5,0xf1e047fd,0x7fa9f5dc,0x51021fd3,0x3fc00102,0xb006ff8f,0x7a015fdf,0x0ccfa9fe,0x608ffd00,0x008f9801,0xdfd3056f,0xf004404a,0xff5131fc,0xaca91b30,0x7235efcc,0xeb204b05,0xa1d706ff,0xd2f9ffb8,0xf3204bfe,0x5facf4cc,0x55019fde,0x40100102,0xa006ff9f,0x83014fdd,0x0d3fa2fe,0x4088fcf0,0x00afa401,0xefde05ff,0xec02f030,0xff1145fd,0xfc9a1a20,0x3f360fe1,0xf0803605,0x11be067f,0xd8f86fae,0xf38052fe,0x4f9bf40c,0x57011fdf,0x40600203,0x8008ffaf,0x93011fde,0x0adf94fe,0x207efcb0,0x009fb402,0x1fe805bf,0xe602101f,0xff514eff,0x4c8d1910,0x1236aff0,0xf5f02204,0x81a405ff,0xc6f81fae,0xf3f054fe,0xcf88f39c,0x53003fe1,0x40800304,0xe00cffaf,0x9b010fe1,0x072f95fe,0x1078fc60,0x00afc202,0x6fec058f,0xde019014,0xffd15000,0xbc81176f,0xeb37aff9,0xfab01203,0xe183056f,0xa6f86fc5,0xf48062ff,0x9f6ef35c,0x4eff5fe8,0x40500406,0x500fffaf,0x98010fe4,0x042fa4fe,0x1078fc80,0x007fc802,0xaff9058f,0xdb00700a,0x00114001,0xec7414cf,0xce38dffe,0xfe100603,0x616404ef,0x82f85fdb,0xf46063ff,0xcf53f35c,0x4dfebfeb,0x40000708,0x6015ffaf,0x94011fe6,0x018fb1fe,0x2079fd10,0x004fd102,0xc005054f,0xdaff9002,0x00512003,0x5c6e113f,0xb63a2fff,0xff800102,0xe147047f,0x6bf9cfd9,0xf3e05100,0x5f49f32c,0x4cfe0fec,0x3fc00c0b,0x601dffaf,0x90012fe8,0xff3fb9fe,0x307bfd60,0x005fda02,0xe00904ef,0xd8fed00d,0x00c10205,0x4c700e2f,0xa03b8fff,0xff600202,0x512103df,0x5efa6fd9,0xf2605a00,0x6f3ef29c,0x50fdaff0,0x3fb0140f,0x0027ff9f,0x8b012feb,0xfd4fb8fe,0x5081fd60,0x009fdf02,0xb009049f,0xd8fd6020,0x0160e307,0x1c730baf,0x8d3ceffe,0xfea00401,0xf103036f,0x56f9cfdc,0xf09055ff,0x0f2ef1fc,0x5afd7ff2,0x3fd01d12,0xe032ff9f,0x8f012fed,0xfb5fb5fe,0x7085fd50,0x00bfea02,0x700903cf,0xdafcc01f,0x01b0be08,0xfc7308ef,0x793dfffd,0xfd500901,0xd0f5034f,0x5ff8afd8,0xf08043fe,0x2f2df18c,0x62fcfff0,0x40102916,0xa03effaf,0x96011fef,0xf99fb3fe,0x8088fd00,0x00cff402,0x900302bf,0xd7fd901b,0x0200960a,0xec7006af,0x5c3e7ffb,0xfbf00e01,0xc0f0033f,0x6df7bfd3,0xf0904bfe,0x4f33f1ac,0x60fcbff5,0x3ff03219,0x7047ffaf,0x95011ff1,0xf82fb0fe,0x8088fcf0,0x006ffd02,0x500601bf,0xdefee008,0x02306c0c,0x4c64061f,0x453e5ff9,0xfae01101,0x90e402ff,0x6cf67fdd,0xefc059fe,0x9f3cf2cc,0x61fc3ff0,0x4000371a,0x904bffaf,0x96011ff3,0xf73fa3fe,0x4082fdc0,0x003ffa01,0xc00b01af,0xe8ff3ff5,0x0250360c,0x6c51063f,0x363e2ff9,0xfa701301,0x70d802df,0x64f54fda,0xef505bfe,0x3f37f48c,0x68fc3fea,0x40603419,0xc048ffbf,0x9c010ff2,0xf73f93fe,0x007cfec0,0x003fec01,0x700d027f,0xedfeffec,0x023fee0b,0x7c3b05bf,0x283e2ffa,0xfb501001,0x70d702cf,0x52f4efc7,0xefa056fe,0x0f2cf69c,0x6afd2fe6,0x40902916,0xe03fffbf,0xa400efef,0xf89f8afd,0xc077ff40,0x004fe701,0x200902af,0xf3feefeb,0x020fa609,0xec2104ff,0x1a3deffd,0xfd500901,0x80db02df,0x3af60fc5,0xf06041fe,0xaf33f8dc,0x63fe0fe2,0x40b01d12,0xc032ffcf,0xb000cfeb,0xfa3f93fd,0x606dff40,0x008fed00,0xcfff01cf,0xfcfeffed,0x021f7d08,0xac0d04ef,0x0e3d7fff,0xff200201,0x80df02ef,0x21f72fd8,0xf0302ffe,0xaf4dfaac,0x59ff1fdf,0x40f0130e,0xc026ffdf,0xc100afea,0xfa6fa7fc,0xf064fe60,0x008ff900,0x6ff80070,0x04ff6ff1,0x024f6907,0xcc00055f,0x073cf000,0x001fff01,0x70d502cf,0x21f7efee,0xee5039fe,0x4f65fc5c,0x52ffcfd8,0x41400c0b,0x501dffef,0xce008fe9,0xfaafb3fc,0xa05efda0,0x007ff900,0x4ff20040,0x04ffdff5,0x023f6b07,0x6bff058f,0x063cf000,0x001fff01,0x30c3028f,0x3bf82ffa,0xed9048fe,0xbf6bfe3c,0x4b003fd2,0x41200707,0xf014ffef,0xd8006fe6,0xfbbfb3fc,0x4058fdd0,0x00cfef00,0x3fe900e0,0x01ffdff6,0x01df8607,0x7c07059f,0x093d1fff,0xff900101,0x20ba026f,0x57f6fff3,0xee1043ff,0x2f59ff8c,0x4600afd1,0x40e00305,0x200dffff,0xe4004fe2,0xfcbfa5fb,0xf051fe70,0x015fdfff,0xffdd01c0,0x02fffffa,0x016fa007,0x7c1005ff,0x103d1fff,0xfee00301,0x20b7026f,0x77f59fea,0xeee035fe,0xbf38003c,0x45017fd7,0x40e00103,0x1007ffff,0xec003fe0,0xfd6f8ffb,0xa04dfee0,0x01cfd3ff,0x9fd30240,0x0a005007,0x00dfb307,0x4c1206ef,0x183cbffe,0xfe600501,0x10b2025f,0x82f5afed,0xef003bfd,0x7f3300ec,0x44018fdf,0x40f00001,0x3003ffff,0xef002fde,0xfdff94fb,0xa048ff10,0x022fcfff,0x4fc80230,0x1200b018,0x003fcb07,0x6c13077f,0x213c1ffe,0xfdc00701,0x10b2025f,0x73f60ff1,0xeec040fc,0xcf45017c,0x4100bfe6,0x40efffff,0x9fffffff,0xf1002fdc,0xfe2fa6fb,0x9044ffb0,0x029fc8ff,0x2fbd0290,0x1400401d,0xff1fee07,0xbc1c06df,0x2e3baffd,0xfd000a01,0x10b4025f,0x6df6cff2,0xeeb03dfd,0x0f5c01ac,0x3e011fed,0x40cffffe,0xbffcffff,0xf5001fdb,0xfe1fc0fb,0x9040ff60 +}; + +u32 ANIM_ENTRY_fire_standing_dual_wield_left[] = +{ + 0x008fdbff,0xbfe1035f,0xfd000fec,0x01b0caca,0xcda51483,0x473a5ff9,0xfa001200,0xa07c019d,0xd8fca002,0xe2bff7fa,0xdf38013c,0x2003affc,0x3f100204,0x500bffcf,0xb200cfe9,0xfa8fcefb,0xd05e00b0,0x007fd6ff,0x9fe3036f,0xff003fef,0x01e0b6ca,0xfdaf1513,0x473abff9,0xf9f01300,0xa08001ad,0xe0fc8004,0xe2eff8fa,0xdf34014c,0x2303dffb,0x3f300304,0x600bffcf,0xb100cfe9,0xfa7fcdfb,0xe05c00b0,0x007fd9ff,0x8fe10320,0x0100cff3,0x0220beca,0xfdad1543,0x453b0ff9,0xf9f01300,0xa08001ad,0xd7fc800b,0xe32ff9fa,0xbf3b012c,0x24037ffd,0x3f500304,0x800bffcf,0xac00dfe9,0xfa6fd1fb,0xf05c0090,0x005fddff,0x8fe202f0,0x02005ffa,0x01b0ceca,0xedac1553,0x453b3ff9,0xf9c01300,0xa07e01ad,0xc6fca00f,0xe35ffafa,0xdf41015c,0x24027ffc,0x3f500304,0x800bffcf,0xa800dfe8,0xfa7fd3fc,0x205c0090,0x006fdaff,0x7fe30360,0x01ff9ffd,0x0120d3ca,0xcda81543,0x463acff8,0xf9801400,0xa07e01ad,0xc6fca00d,0xe31ff9fa,0xcf3b014c,0x27025fff,0x3f700304,0xc00cffbf,0xa400efe8,0xfa7fccfc,0x505e0040,0x009fd6ff,0x6fe1042f,0xffff6003,0x00f0d2ca,0xfd9b14d3,0x473a1ff8,0xf9301500,0xa07e01ad,0xd2fc800a,0xe2dff7fa,0xbf3600bc,0x2a02700b,0x3f900405,0x500dffaf,0x94011fe8,0xfa6fc9fc,0x90600010,0x00bfdbff,0x9fe1045f,0xfcff6018,0x00f0c2cb,0x5d9c14f3,0x493a6ff7,0xf8b01700,0xa07d019d,0xdafc600d,0xe33ffcfb,0x3f45ffec,0x2901b018,0x3f600506,0x3010ff8f,0x7f014fe8,0xfa5fd3fc,0xd0630020,0x00bfdfff,0xdfe904bf,0xfbff1030,0x0050b4cb,0x5db015b3,0x4e3aeff6,0xf8401800,0xa08001ad,0xcdfc2013,0xe38ffefb,0x3f54ff0c,0x27010021,0x3f200707,0xb014ff7f,0x70017fea,0xfa0fe3fc,0xf0630020,0x00cfe300,0x0ff105af,0xfafe5046,0xffa0a9cb,0x3dc61613,0x533afff5,0xf7c01a00,0xb08601bd,0xc1fc0016,0xe3b001fa,0xbf58fdac,0x2700f02b,0x3f100a09,0xe01aff6f,0x64019fec,0xf97fe9fd,0x1067ffc0,0x010ff200,0x3ff2064f,0xf9fdf060,0xff609fcb,0x7dd31733,0x533beff4,0xf7501b00,0xc08d01dd,0xc2fc2014,0xe41008fa,0xdf5dfc0c,0x2a006032,0x3f000e0c,0x4020ff5f,0x5e01afef,0xf8efe6fd,0x406cff30,0x01200900,0x5ff7064f,0xfbfe1084,0xff3074cc,0x2df61a03,0x553e8ff4,0xf7001c00,0xd09401fd,0xcefc400d,0xe4a008fa,0xbf62fa9c,0x2dff9032,0x3f00120e,0x1025ff5f,0x61019ff0,0xf8bfd9fd,0x206fff20,0x01901e00,0x8ffa0670,0x01fe30b1,0xfeb03acc,0xfe281e33,0x58424ff4,0xf6e01c00,0xe09c020d,0xd1fc5005,0xe46001fa,0xbf57f8dc,0x34ff2035,0x3f101710,0x402bff6f,0x66018ff2,0xf88fbefd,0x1072ff00,0x01e03700,0xafff0780,0x03fe40d0,0xfe102bcc,0xfe3c1fc3,0x5a436ff4,0xf7201c00,0xe09f021d,0xcffc8007,0xe40004fa,0xcf42f6cc,0x3ffe8038,0x3f001e13,0x0033ff6f,0x68018ff4,0xf81f91fc,0xf073fee0,0x02205a00,0xc0070850,0x06fdb0e9,0xfda013cc,0xce5321a3,0x5d447ff5,0xf7701b00,0xe09d021d,0xd6fcf00e,0xe4500ffa,0xdf2ff47c,0x4ffd303b,0x3f102816,0x503dff6f,0x6c018ff6,0xf76f59fc,0xd071fec0,0x02507d00,0xa00f08e0,0x0ffd30fe,0xfd4fe4cd,0x1e742613,0x5f47cff5,0xf7c01a00,0xe099020d,0xe2fd8012,0xe3f015fa,0x8f18f25c,0x65fbe03d,0x3f403319,0x7047ff7f,0x6d017ff8,0xf6bf23fc,0xc06ffea0,0x02409a00,0x90180a20,0x14fd0108,0xfd1fc8cd,0x5e832883,0x5e499ff6,0xf8101800,0xf0a1022d,0xf2fd600d,0xe2a003fa,0xbf06f12c,0x79fb003a,0x3f70391b,0x204eff7f,0x6f017ff9,0xf60f0bfc,0x9075fed0,0x0220b300,0xa01f0b90,0x17fd410b,0xfd5fb2cd,0xae8629e3,0x5b4b8ff8,0xf9201500,0xf0a2022e,0x0bfc4007,0xe34ffbfc,0x1f00f0bc,0x84fa7031,0x3f80381a,0xe04dff7f,0x76016ffb,0xf58f28fc,0x4076fef0,0x0250cc00,0xe01d0cf0,0x15fe010a,0xfe0fa2ce,0x0e892b73,0x534e1ff9,0xfa101200,0xf0a0022e,0x16fba001,0xe4b001fd,0x1f03f07c,0x89fa102b,0x3f503219,0x6047ff8f,0x7f014ffb,0xf59f5ffb,0xe076ff00,0x0260e301,0x301b0e40,0x11fe5107,0xfe6f96ce,0x6e932ce3,0x48504ffa,0xfab01001,0x00a8023e,0x15fc200a,0xe4b009fd,0x0f0bf0dc,0x8bf99025,0x3ef02916,0xd03eff8f,0x81014ffa,0xf73f8cfb,0xa07aff30,0x0200fa01,0x50200fa0,0x12fe0103,0xfddf8ece,0x9e9f2e13,0x3f523ffa,0xfad01001,0x10af025e,0x12fdc01d,0xe4800bfc,0x6f13f1ec,0x90f9101a,0x3ec01f13,0x8034ff8f,0x81014ff9,0xfa6fabfb,0x707eff80,0x01c10f01,0x00231160,0x16fe40f3,0xfdff80ce,0xdea62f83,0x3c53effa,0xfac01001,0x10b0026e,0x26fdf021,0xe4c002fb,0xcf1cf29c,0x98f86011,0x3ed01710,0xa02bff8f,0x83014ff8,0xfcdfc3fb,0x2081ffe0,0x01a12300,0xa02012f0,0x1afee0db,0xfebf71cf,0x2eb331d3,0x3b564ffa,0xfa401101,0x10ae025e,0x30fde024,0xe4affbfc,0x5f2df2ec,0x9ef7c00c,0x3ef0130e,0xc026ff9f,0x86013ffa,0xfd8fddfa,0xd0840030,0x01613900,0x301d1410,0x20ff80c8,0xff2f62cf,0x8ec93463,0x3758dff9,0xfa201201,0x10aa024e,0x33fe202e,0xe46ffdfc,0xaf35f34c,0xa1f73004,0x3f20110d,0xe023ff9f,0x8a013ffb,0xfd7fedfa,0xa0890050,0x01414dff,0xb01a14f0,0x27ffe0b9,0xff4f49cf,0xbee93783,0x345bcffb,0xfb000f01,0x00a5023e,0x38fde02d,0xe41ffcfc,0x5f2af39c,0xa0f6bffb,0x3f300f0d,0x4022ff9f,0x90012ffd,0xfd9fe7fa,0x708e00c0,0x01915eff,0xb01415f0,0x23ffe0b0,0xffaf24cf,0xbf0a39f3,0x365ebffc,0xfc000c00,0xf09f022e,0x3cfda022,0xe41ff6fc,0x8f25f38c,0x95f6bffb,0x3ec00e0c,0x8020ff9f,0x90012ffe,0xfebfdcfa,0x309400e0,0x01a16fff,0xe01416f0,0x17ffc0a4,0x013efecf,0x7f2c3a93,0x40609ffd,0xfcf00900,0xf09d021e,0x41fd701c,0xe4dff1fd,0xcf2df37c,0x86f71ff4,0x3e300d0c,0x301fff9f,0x8d012fff,0xffbfdcf9,0xe09800f0,0x01c18000,0x30161780,0x0bff709a,0x023edbcf,0x6f523b93,0x46620ffe,0xfd800700,0xe09c021e,0x4efd5013,0xe54ff2fe,0x9f33f35c,0x78f76feb,0x3d900e0c,0xb020ff9f,0x8f012001,0xffbfd7f9,0x509a0120,0x02318b00,0xb014180f,0xfdff4097,0x025ec4cf,0x6f723d13,0x47649ffe,0xfdf00600,0xc08901de,0x52fd900a,0xe6c003fe,0x7f2df30c,0x6bf7cfe7,0x3cc0100d,0x6022ffaf,0x91012003,0xff7fc7f8,0xb09b0190,0x02f19201,0x300818df,0xe7ff0094,0x028ebdcf,0x0f903da3,0x4d664ffe,0xfe400500,0xa079019e,0x36fdd012,0xe79011fe,0x6f2cf28c,0x5cf85fe7,0x3c00110d,0xf024ffaf,0x93011004,0xff3fc3f8,0x209e0220,0x03919901,0x7ffb19af,0xd1feb088,0x02ceb6ce,0x4fab3e13,0x5a671ffe,0xfe600400,0x9073018e,0x1ffdd018,0xe7000ffe,0x6f34f21c,0x4ff8afe5,0x3b80120e,0x6025ffaf,0x96011006,0xfebfc9f7,0xb0a202d0,0x04019e01,0x9ff41a3f,0xc3fe7080,0x031ea4cd,0xffc53fd3,0x6668affe,0xfe600500,0x9070017e,0x18fda011,0xe64009fe,0x4f37f1cc,0x45f8cfe6,0x3b00130e,0xb026ffaf,0x93011007,0xfe1fcef7,0x60a80380,0x0441a501,0xcff41a0f,0xbefe2085,0x030e97ce,0x1fd44273,0x6c6b4ffe,0xfe200500,0x8068016e,0x11fdd00f,0xe64006fe,0x4f39f1ac,0x3bf94fe4,0x3a80130e,0xf027ff9f,0x8f012008,0xfd9fcdf7,0x20ae03f0,0x0441b001,0xdff9196f,0xc3fde096,0x026e94ce,0x7fdb4523,0x6a6eeffe,0xfdd00600,0x6058012e,0x04fde011,0xe71008fe,0xcf44f19c,0x33f9dfe0,0x3a50150f,0x7028ffaf,0x8f012009,0xfd3fcff6,0xc0b30430,0x0481b801,0xaff918cf,0xc8fde0a4,0x022e90ce,0xcfe14733,0x69712ffe,0xfd900700,0x5054011d,0xfafe2014,0xe7100afe,0xdf50f10c,0x2df9efe4,0x3a501610,0x102aff9f,0x8d012009,0xfcbfd4f6,0x90b70400,0x04d1c001,0xaff9185f,0xc6fd90a9,0x020e83ce,0xafec4923,0x6c72bffe,0xfd900700,0x5053011d,0xf4fe8016,0xe6c00dfe,0x8f57f0ac,0x27f9efe8,0x3a201710,0x602bff9f,0x8701300a,0xfc1fd5f6,0x70bc0430,0x0511c701,0xdff9188f,0xbefd309f,0x01be6dcd,0xeffa4a33,0x7973bffe,0xfd900700,0x5050010d,0xf7feb014,0xe6f010fe,0x9f5cf09c,0x21fa1fe8,0x39f01710,0x502bff9f,0x8601300b,0xfbafd8f6,0x40bf0410,0x0551ca01,0xeffc18af,0xbcfcf09b,0x016e59cd,0x800d4bc3,0x8175bffe,0xfd700700,0x404700ed,0xf4fec012,0xe7f017ff,0x3f5cf08c,0x1cfaafea,0x39b01610,0x102aff9f,0x8601300c,0xfbafdef5,0xd0c003c0,0x0581d102,0x200117df,0xbdfcb0a5,0x012e4acd,0xa01d4d43,0x7d775ffe,0xfd800700,0x303e00dd,0xeafeb017,0xe8901fff,0x8f5cf07c,0x16fabfe7,0x39701610,0x302bff9f,0x8701300c,0xfbbfd7f5,0x70c203a0,0x05c1d802,0x7003178f,0xb8fc50a8,0x00ee35cd,0x50284db3,0x80778ffe,0xfdb00700,0x303b00cd,0xeafe901a,0xe8d022ff,0xaf5ef04c,0x12fabfe4,0x39501710,0x802cff9f,0x8a01200c,0xfb8fcdf5,0x10c40390,0x05e1db02,0x8006177f,0xb8fc40a5,0x00be1fcd,0x10304e13,0x84775ffe,0xfde00600,0x303e00dd,0xedfe501a,0xe8a021ff,0x8f62f01c,0x0ffaafe6,0x39401810,0xb02cff9f,0x8901300c,0xfb5fcff4,0xb0c703d0,0x05f1dd02,0x900b16ef,0xbefc60ab,0x009e13cd,0x70314ec3,0x7e777ffe,0xfe000600,0x404100dd,0xeefe1014,0xe8201eff,0x8f66f00c,0x0cfaafe8,0x39201810,0xb02cff9f,0x8301400d,0xfb4fd5f4,0xa0cc0460,0x05f1e102,0xb011168f,0xc1fc50ae,0x009e03cd,0x70384f33,0x7c783ffe,0xfe500500,0x303c00cd,0xeefe1012,0xe8c022ff,0xdf6af01c,0x09faefe8,0x39101710,0x902cff8f,0x7f01400d,0xfb2fd7f4,0x80d10470,0x05f1e503,0x0017168f,0xbefc10ae,0x006dedcd,0x004a4f83,0x81791fff,0xfea00400,0x303600bd,0xecfe4016,0xe9802900,0x0f70f05c,0x04faffe4,0x38e01710,0x802bff8f,0x7f01400d,0xfb3fd6f4,0x50d20460,0x05f1e303,0x301a168f,0xbbfc10b1,0x001dddcd,0x00525083,0x817a6fff,0xfec00300,0x303400ad,0xe9fe4019,0xe9502aff,0xdf6ef08c,0x03fb1fe3,0x38c01710,0x502bff8f,0x8001400d,0xfbafd2f4,0x50d00440,0x0611e303,0x3018164f,0xbafc30b4,0xffdddacd,0x305350e3,0x7d7acfff,0xfeb00400,0x303500bd,0xecfe3018,0xe9102cff,0xdf6ef07c,0x04fb1fe4,0x38d01610,0x202bff8f,0x8101400c,0xfbdfcdf4,0x50cf0420,0x0661e403,0x4014162f,0xb8fbe0b4,0xffadd2cd,0x405b5183,0x7d7b0fff,0xfec00300,0x303800bd,0xf7fe3015,0xe8e027ff,0xff71f03c,0x04fadfe8,0x38e01610,0x202bff8f,0x8101400c,0xfbcfcef4,0x90cf0410,0x0651e303,0x5017164f,0xb8fbb0b2,0xff6dc3cd,0x406a5293,0x7d7c2fff,0xfef00300,0x303800bd,0xfbfe2014,0xe8e021ff,0xcf72f03c,0x05faafe7,0x38d01710,0x302bff8f,0x8001400b,0xfb7fd4f4,0xd0d00430,0x0621e103,0x601b167f,0xb8fba0b5,0xff3dbccd,0x407a5353,0x7c7d9fff,0xff000300,0x303200ad,0xf4fe4012,0xe96025ff,0xdf6ef05c,0x06faafe5,0x38d01710,0x402bff8f,0x8201400a,0xfb3fd3f5,0x00d00430,0x0651de03,0xa019169f,0xb3fb90ba,0xff6dbecd,0x507a5323,0x7c7d7fff,0xfed00300,0x303400ad,0xf0fe6010,0xe95027ff,0xef6af05c,0x05fa4fe4,0x38a01710,0x502bff9f,0x85013009,0xfb5fcef5,0x10cf0480,0x0681d903,0xb01416ef,0xaffba0b8,0xff7db9cd,0x50755283,0x7d7c7fff,0xfed00300,0x303a00cd,0xf6fe9010,0xe90022ff,0xef6bf02c,0x05f9efe9,0x38801710,0x602bff9f,0x84014009,0xfb7fd1f5,0x30cf04f0,0x0681d503,0x900f171f,0xacfbb0b5,0xff3db5cd,0x40765243,0x7c7b5fff,0xff000300,0x404000dd,0xfcfeb011,0xe8201bff,0x9f70f02c,0x07f9efe9,0x38901710,0x502bff9f,0x84014009,0xfb8fd7f5,0x60cf0510,0x0681d203,0x800c173f,0xaafb90b2,0xff3db4cd,0x407f52c3,0x797bffff,0xff000200,0x303b00cd,0xf6fec011,0xe8601bff,0x8f6cf01c,0x0af9efe9,0x38a01610,0x302bff9f,0x86013008,0xfbafd8f5,0x60ce0540,0x0651cf03,0x9010174f,0xabfb50b3,0xff6daecd,0x60865323,0x767d0fff,0xff100200,0x303300ad,0xf4fee011,0xe95020ff,0x9f67f05c,0x0bf9cfe7,0x38801610,0x202aff9f,0x86013008,0xfbdfd7f5,0x70cd0560,0x0641cd03,0xa011174f,0xaafb00bb,0xff3da9cd,0x708952f3,0x757d4fff,0xff300200,0x303200ad,0xf7fee012,0xe98021ff,0xef65f07c,0x0bf9bfe6,0x38701610,0x102aff9f,0x86013008,0xfc0fd4f5,0x90cd0580,0x0671cb03,0xc00c177f,0xa5fac0c0,0xfedda8cd,0x608b5263,0x777cefff,0xff300200,0x303500bd,0xf4fee012,0xe9b02100,0x1f65f06c,0x0af9dfe6,0x3870160f,0xf02aff9f,0x89013008,0xfc2fd2f5,0xa0cc0550,0x0691c903,0xd007179f,0xa0fab0c1,0xfeddaacd,0x508b5273,0x797c7fff,0xff200200,0x303a00cd,0xf4fef00f,0xe9701fff,0xcf65f06c,0x0af9dfe7,0x3870160f,0xd029ff9f,0x8a013008,0xfc2fd3f5,0xb0cb0540,0x06a1c703,0xc003178f,0x9efa60c2,0xfeada5cd,0x608952a3,0x797befff,0xff500200,0x403f00dd,0xfbfee00c,0xe8e01cff,0xff65f05c,0x0bf9bfe8,0x3870160f,0xd029ff9f,0x89013007,0xfc0fd5f5,0xc0ca0550,0x0681c603,0xc004179f,0xa0fa40c5,0xfe0da4cd,0x50895233,0x787bcfff,0xff800100,0x303c00cd,0xfbff000e,0xe9401900,0x1f66f07c,0x0af9ffe5,0x3870150f,0xc029ff9f,0x8b012007,0xfbefd7f5,0xb0c904f0,0x0651c403,0xd00717bf,0xa3fa60c9,0xfe1da6cd,0x508b5233,0x757c6fff,0xff700100,0x303600bd,0xf5ff100e,0xe9e01900,0x4f64f0dc,0x0afa5fe1,0x3870150f,0xb029ff9f,0x8c012007,0xfc0fd6f5,0xb0c70490,0x0631c203,0xd007178f,0xa4fa70ce,0xfeada7cd,0x90845253,0x727c1fff,0xff800100,0x303900cd,0xfafee00c,0xe9601b00,0x3f62f10c,0x0bfa5fe0,0x3860150f,0xb029ff9f,0x89013006,0xfc1fd0f5,0xe0c704a0,0x0651c503,0xe002176f,0xa1fac0cd,0xfebdaccd,0x807a51d3,0x737b4fff,0xff800100,0x303d00ce,0x00fec00d,0xe8f01700,0x1f63f0ec,0x0afa3fe1,0x3870150f,0xb029ff9f,0x89013006,0xfbffcbf6,0x00c70480,0x0671c303,0xeffc17af,0x9efac0c8,0xfe9db2cd,0x60795173,0x767acfff,0xff600100,0x403f00dd,0xfffef00c,0xe8f01300,0x3f62f0cc,0x0afa6fe2,0x3870150f,0xd029ff9f,0x8b012006,0xfbefccf6,0x00c60430,0x0661c103,0xdffc17bf,0x9ffaa0c5,0xfe9db5cd,0x80785193,0x777aefff,0xff500200,0x403f00de,0x00fee006,0xe8d01600,0x3f60f0cc,0x0cfaafe2,0x3870160f,0xf02aff9f,0x89013006,0xfbcfd1f5,0xe0c50410,0x0641c603,0xffff176f,0xa3fae0c6,0xfe9dbbcd,0x90725173,0x767b6fff,0xff400200,0x303b00ce,0x01fed003,0xe9301400,0x7f66f0ec,0x09fa5fde,0x38701610,0x002aff9f,0x88013006,0xfbdfd0f5,0xc0c40420,0x0651c504,0x0ffd176f,0xa2fb10c8,0xfeadbdcd,0x906d5163,0x767bafff,0xff400200,0x303900cd,0xfdff1008,0xe9a01500,0xef65f0ec,0x08fa6fdf,0x38601610,0x002aff9f,0x89013006,0xfc1fcef5,0xc0c40420,0x0681c203,0xfff9178f,0xa1fb40c5,0xfeedbccd,0xa06a5183,0x767b5fff,0xff400200,0x303b00cd,0xfcff1008,0xe9301700,0xcf61f0cc,0x09fabfe2,0x3860160f,0xf02aff9f,0x88013006,0xfc3fcdf5,0xd0c50420,0x0691c404,0x1ff6174f,0xa0fb60c3,0xff2dbacd,0x906b5193,0x767affff,0xff800100,0x403e00de,0x04fee002,0xe8d00d00,0x3f62f0cc,0x07fa9fe2,0x3850160f,0xe02aff9f,0x87013006,0xfc2fcdf5,0xe0c60440,0x06a1c704,0x2ff5173f,0xa0fb60c1,0xfefdb4cd,0x806d5183,0x777abfff,0xffb00000,0x404000de,0x07fefffc,0xe8e00600,0x2f63f0cc,0x06faefe0,0x3860160f,0xd029ff9f,0x88013007,0xfc0fcef5,0xf0c603e0,0x0691c804,0x3ff8170f,0xa4fb50c3,0xfeddb5cd,0x906d51a3,0x757b3fff,0xffa00100,0x303c00cd,0xfdff2ffe,0xe9100900,0x4f62f0ec,0x05fb2fde,0x3850160f,0xf02aff9f,0x89013007,0xfbefcff5,0xd0c50370,0x0661ca04,0x5ffd16bf,0xa8fb30c7,0xfeddbacd,0xc06c5213,0x707bffff,0xff900100,0x303700bd,0xf7ff5fff,0xe9200c00,0x9f61f11c,0x04fb1fd9,0x38301610,0x102aff9f,0x89013007,0xfc1fc9f5,0xc0c50370,0x0661c904,0x5ffe16af,0xaafb20c7,0xfe9dbccd,0xc0685273,0x6e7c0fff,0xff700100,0x303600bd,0xfaff6ffd,0xe8e00e00,0xcf5ef12c,0x04fb2fd9,0x38301610,0x002aff9f,0x89013007,0xfc2fc5f5,0xd0c60380,0x0681c604,0x4ffa16bf,0xaafb20c5,0xfeadb7cd,0xe0635293,0x6b7bdfff,0xff800100,0x303700bd,0xfeff5ffc,0xe8b00f00,0xff5bf10c,0x05fb4fdc,0x3830160f,0xf02aff9f,0x88013007,0xfc0fc8f5,0xd0c60390,0x0671c404,0x3ff7167f,0xabfb60c6,0xfeddb9ce,0x306051f3,0x677b7fff,0xff900100,0x303900cd,0xfeff8ffe,0xe9001001,0x2f5af10c,0x06fb6fdd,0x3830160f,0xf02aff9f,0x87013007,0xfbcfccf5,0xe0c703c0,0x0671c304,0x3ff7163f,0xacfb80c9,0xfecdc4ce,0x805e5163,0x637affff,0xff700100,0x303900cd,0xfbffcffd,0xe9100e01,0x3f5bf11c,0x06fb6fdd,0x3830160f,0xe02aff9f,0x88013007,0xfbafcef5,0xe0c703e0,0x0661c404,0x5ff915ef,0xaffb90cc,0xfe9dcace,0xb05a5163,0x5e7b1fff,0xff700100,0x303500bd,0xf8ffcffd,0xe9001101,0x1f60f13c,0x04fb2fdb,0x38101610,0x002aff9f,0x87013007,0xfbafd1f5,0xd0c60420,0x0651c204,0x5ff915bf,0xb0fb50d1,0xfe1dcccf,0x00545193,0x597b1fff,0xff800100,0x303400bd,0xf3ff9000,0xe8c00f01,0x0f61f12c,0x04fb1fdc,0x38101610,0x202aff9f,0x86013008,0xfbcfd1f5,0xd0c60430,0x0651c304,0x5ff6155f,0xb0fb40d2,0xfdfdd3cf,0x304d5193,0x567aafff,0xff800100,0x303800bd,0xf3ffa001,0xe8600601,0x2f63f12c,0x04fb2fdb,0x38201610,0x102aff9f,0x87013008,0xfbefd4f5,0xf0c70420,0x0651c104,0x3ff5154f,0xb2fb90d1,0xfe6dd3cf,0x60485123,0x547aafff,0xff900100,0x303800bd,0xfaffbfff,0xe8e00401,0x7f63f11c,0x05fb4fdd,0x38401610,0x002aff9f,0x86013008,0xfbbfd9f6,0x10c70410,0x0631c004,0x2ff6151f,0xb6fbd0d5,0xfeadd3cf,0xb04250c3,0x4f7abfff,0xffa00100,0x303600be,0x00ffeffd,0xe9600501,0x7f61f12c,0x07fb7fde,0x38401610,0x002aff9f,0x85013008,0xfb9fdcf6,0x00c703f0,0x0621c104,0x3ff814df,0xbafbb0da,0xfe3dd9cf,0xd03c5063,0x497acfff,0xffb00100,0x303100ad,0xff003ffe,0xe9e00e01,0x6f62f14c,0x05fb7fdb,0x38301610,0x102aff9f,0x86013008,0xfbafdbf5,0xf0c603d0,0x0601c304,0x4ffc149f,0xbdfb70dd,0xfe3dded0,0x003e50f3,0x457b1fff,0xffb00100,0x203000ad,0xf6003ffe,0xe9800d01,0x6f63f16c,0x05fb6fd7,0x38301610,0x202aff9f,0x87013009,0xfbdfd6f5,0xf0c503c0,0x05e1c604,0x3ffe143f,0xc1fb70de,0xfe6de1d0,0x303b51c3,0x427adfff,0xff800100,0x303600bd,0xf5001ffd,0xe8800801,0x5f62f16c,0x06fb1fd7,0x38401610,0x202aff9f,0x85013009,0xfbffd3f6,0x10c603e0,0x05f1c704,0x2ffd140f,0xc4fb70df,0xfe0de3d0,0x703351c3,0x407a5fff,0xff700100,0x303a00cd,0xfb001fff,0xe8200301,0x2f60f14c,0x07faefd8,0x38601610,0x102aff9f,0x85013009,0xfbefd4f6,0x30c70400,0x05f1c704,0x1ffa13ff,0xc6fb70df,0xfdcde9d0,0xa0315103,0x3d79afff,0xff600100,0x303b00cd,0xfb004fff,0xe8800301,0x0f5ef13c,0x09faffd9,0x3870160f,0xe02aff9f,0x87013009,0xfbdfd6f6,0x20c603d0,0x0601c704,0x1ffa13df,0xcafbe0e1,0xfe1df0d0,0xd0315053,0x3a796fff,0xff600100,0x303800bd,0xf9007ffb,0xe8f00301,0x2f5cf13c,0x09faefda,0x3860160f,0xd02aff9f,0x8601300a,0xfbefd6f6,0x20c603f0,0x0601c804,0x2ffb138f,0xcdfc00e7,0xfdedf4d1,0x102e5023,0x36796fff,0xff500100,0x303400bd,0xfb00affc,0xe9500501,0x2f5df11c,0x09fabfdb,0x3850160f,0xf02aff9f,0x8401400a,0xfc0fd3f6,0x20c50420,0x0601c704,0x0ffb135f,0xd0fb90eb,0xfd9df6d1,0x602b5023,0x35797fff,0xff300200,0x303500bd,0xfa009000,0xe9a00801,0x4f5cf10c,0x0bfabfdd,0x38701610,0x002aff9f,0x8501300b,0xfc2fd3f6,0x20c50410,0x05d1c403,0xcffc135f,0xd5fbb0e6,0xfdfe12d1,0x40014c73,0x2f75afff,0xfe800300,0x304200cd,0xf9006002,0xe8c00401,0x1f50f10c,0x10faafdf,0x38a0160f,0xd029ff9f,0x8601300b,0xfc8fd2f6,0x60c103d0,0x0591bf03,0x5ffb134f,0xdcfc00db,0xfe0e45d1,0x0fab4553,0x1f6f1fff,0xfd500300,0x405400ee,0x0b00affb,0xe7effd00,0x9f43f11c,0x1afa5fe2,0x38f0150f,0xa029ff9f,0x8501300b,0xfccfcef6,0xc0bb0370,0x0541ba02,0xeffb131f,0xe2fc70cb,0xfd9e7bd1,0x0f533ed3,0x0c697ffe,0xfc200400,0x406600fe,0x1a00fff6,0xe77ff8ff,0xff37f11c,0x24f9efe3,0x3940150f,0xb029ff9f,0x8701300b,0xfcffc8f6,0xf0b20340,0x04e1ac02,0x7ffd135f,0xe6fc90af,0xfd0eb3d0,0xef043982,0xfb636ffe,0xfaf00500,0x6083013e,0x21012ff8,0xe57ff1ff,0xaf21f12c,0x33f99fe7,0x3990160f,0xd029ff9f,0x8801300b,0xfd9fc0f7,0x30aa0380,0x04619801,0xdfff139f,0xeafcb094,0xfceeecd0,0xfeb53412,0xea5e3ffe,0xf9900600,0x80a0016e,0x2a017ff5,0xe46fedff,0xdf0af15c,0x46f95fed,0x3a00150f,0xd029ff9f,0x8701300c,0xfe4fbef7,0x70a20400,0x03b18401,0x3002138f,0xebfd0077,0xfd1f26d0,0xfe5f2e72,0xd55a5ffe,0xf8800700,0x80b2018e,0x38019ff3,0xe4fff3ff,0xff02f1ac,0x56f90ff1,0x3a80150f,0xe029ff9f,0x85014007,0xfeafb6f7,0xd09a0450,0x02b16c00,0x800a139f,0xedfd4050,0xfdaf6ed0,0xde042882,0xc1561ffe,0xf7600700,0x90c4019e,0x3f022ff4,0xe54ff4ff,0xaf00f25c,0x68f91ff3,0x3b30150f,0xc029ff8f,0x81014ffc,0xfedfa7f8,0x60940420,0x01d14aff,0xd010140f,0xecfd802a,0xfe4fc1d1,0x4da922c2,0xab525ffd,0xf6100900,0x90d201ae,0x4302affe,0xe5cfefff,0x8ef7f34c,0x7cfa0ff7,0x3bf0140f,0x6028ff8f,0x7c015ff0,0xff0f99f9,0x109003d0,0x015126ff,0x9014133f,0xeefdf01f,0xfe5ff3d2,0xfd6a1f52,0x884ffffd,0xf4b00a00,0xa0e101ae,0x4402f00b,0xe61feafe,0xcef3f43c,0x8bfb2ffb,0x3c70130e,0xd026ff8f,0x79015fe2,0xff6f88f9,0xa08b0360,0x00d108ff,0x5019117f,0xf3fe4020,0xfe6010d4,0xed2d1cc2,0x614e0ffc,0xf3a00b00,0xa0d701be,0x52032009,0xe6afeafe,0x2ef5f51c,0x99fc2fff,0x3d20120e,0x5025ff8f,0x79015fd2,0x000f78fa,0x10850280,0x0080ebff,0x001b105f,0xf0fda012,0xfe703fd6,0x8ce41962,0x424bcffc,0xf2900b00,0x90c7019e,0x6302c001,0xe75feafe,0x4ef1f5dc,0xa9fcf003,0x3df0100d,0x8023ff8f,0x7d015fbf,0x00ef66fa,0x807e01e0,0x0050d0fe,0xf01e0f3f,0xe7fc6000,0xfe706cd8,0x8cac1682,0x24493ffc,0xf1500c00,0x80b3017e,0x68029ffb,0xe75fdefe,0x1ef2f6bc,0xb3fd5007,0x3e900e0c,0x301fff8f,0x7f014fa9,0x01df5dfa,0xe0770190,0x0030b3ff,0x10220ddf,0xddfbcff5,0xfec084da,0x8c7a1452,0x06474ffc,0xf0600c00,0x709d015e,0x7702cff4,0xe71fdbfd,0xdefcf7dc,0xbafdb008,0x3f100b0a,0xa01bff9f,0x84013f8f,0x02ff5ffb,0x50720120,0x00109cff,0x40240bef,0xd0fb9ff6,0xffa08cdc,0xac5712b1,0xe4457ffc,0xef900c00,0x608c013e,0x8202dff7,0xe6bfe0fe,0x0f0af8ac,0xbcfdd008,0x3f600909,0x7018ff9f,0x8b012f80,0x03ff79fb,0xb0700110,0x00108aff,0xa022099f,0xc2fb1ffb,0x002094df,0x4c4810f1,0xbc443ffc,0xee900c00,0x607b012e,0x7a029002,0xe6efe7fe,0x3f16f8ec,0xbafe2008,0x3fa00909,0xc019ffaf,0x91011f8b,0x033f98fb,0xf06d0090,0xffc07600,0x102607df,0xb4faaffe,0x00909fe1,0xcc3d0ed1,0x9742affc,0xee600d00,0x6070012e,0x6e032ffc,0xe69fe7fe,0xcf1af92c,0xb2feb003,0x3fc00c0b,0x301dffaf,0x96010fa3,0x000f9cfc,0x206affd0,0xff505d00,0x803306cf,0xa5fa9005,0x0130a5e3,0x9c240cd1,0x7f41effc,0xef200d00,0x505c010e,0x7403fff1,0xe6efe7ff,0x6f0ff9bc,0xa7ff6001,0x3fc00f0c,0xa021ffaf,0x94011fbb,0xfc9f8bfc,0x6068ff50,0xff404200,0xf036064f,0x97fa6004,0x0150afe5,0x6c110ac1,0x69414ffc,0xf0200c00,0x404100de,0x7d048fec,0xe74feaff,0xbf0af9dc,0x9affc008,0x3f80120e,0x7026ff9f,0x8b012fcc,0xfa1f6bfc,0xa067ff30,0xff502701,0x2032060f,0x8df9e006,0x0120b7e7,0x5bf708b1,0x4e40affc,0xf1600b00,0x302b00ae,0x9b048fe8,0xe74febff,0xbf11f9bc,0x9000000f,0x3f701710,0x502bff9f,0x86013fd6,0xf8bf40fc,0xd064ff30,0xff900401,0x002905cf,0x8cfa1013,0x01a0aee9,0x1bef07f1,0x3b409ffd,0xf2500a00,0x201c009e,0xb4048fe9,0xe73fe7ff,0xaf0ff9ec,0x8a009014,0x3fb01911,0x302eff9f,0x89013fdd,0xf7ff12fd,0x005fff50,0xffbfe200,0xe020053f,0x95fa3028,0x02209bea,0xebfc0801,0x2d411ffc,0xf2900c00,0x301400ae,0xb104bfe7,0xe6dfec00,0x2f12fa9c,0x82015015,0x3fe01810,0xb02cffaf,0x8f012fe1,0xf78efafd,0x305aff50,0xff7fce00,0xb022047f,0x9ef92034,0x021089ec,0xabf707a1,0x1f416ffb,0xf2a00f00,0x301300ce,0xc6051fe5,0xe69ff601,0x1f1ffb8c,0x7701600e,0x4010150f,0x8029ffaf,0x97010fe2,0xf7cf14fd,0x6054ff20,0xff9fbc00,0x601f041f,0xa9f7a036,0x02007fee,0x0bd90731,0x12416ffc,0xf3e00d00,0x401300ee,0xf6052fe8,0xe66ffe02,0x2f1cfc2c,0x7301900b,0x4050110d,0xf024ffbf,0x9e00ffde,0xf94f4afd,0xa050feb0,0xffffaaff,0xf017040f,0xb5f71036,0x029076ef,0x7bb606d1,0x06418ffd,0xf5800a00,0x500e00ff,0x2304cfec,0xe60ffb02,0x6f0dfc9c,0x7602600d,0x40a00e0c,0x7020ffbf,0xa400efd9,0xfb1f70fd,0xa04cfee0,0x003fa4ff,0xb010036f,0xc1f7a039,0x030064f1,0x7ba406a0,0xf441dffc,0xf6000b00,0x5006010f,0x44046ff1,0xe5fff501,0xff0bfd1c,0x7702700b,0x40c00c0b,0x601dffcf,0xab00dfd9,0xfbdf7ffd,0xa049fef0,0x000fa5ff,0xa00e02df,0xcbf8303e,0x032058f3,0x8ba80650,0xe0422ffc,0xf6500d00,0x6fff011f,0x4604aff5,0xe5fff201,0x2f10fdbc,0x7302a005,0x40a00b0a,0xa01bffcf,0xb000cfdb,0xfbcf86fd,0xa04afed0,0xffef9eff,0x900d032f,0xd5f8303e,0x02a058f5,0x6bd205a0,0xcc427ffc,0xf7200d00,0x6ff5011f,0x1e04fff1,0xe5fff000,0xaf0ffe7c,0x6f03efff,0x40800a09,0xe019ffcf,0xb300cfda,0xfb8f8cfd,0x804afe70,0xffbf9dff,0x700b033f,0xe2f86040,0x01c054f7,0x5bfc0520,0xb6429ffc,0xf7f00d00,0x6fec012f,0x01054fea,0xe63fed00,0x0f13ff3c,0x69043ff9,0x40600909,0x3018ffcf,0xb600bfda,0xfb4f97fd,0x7049fec0,0xffaf9aff,0x5005032f,0xeff8b045,0x010044f9,0x7c0004d0,0x9e429ffc,0xf8a00d00,0x7fe6012f,0x0d058fe3,0xe6dfeaff,0x9f17ffbc,0x64041ff5,0x40400808,0x9016ffdf,0xba00bfda,0xfb0fa1fd,0x4046ff50,0xffbf90ff,0x2000039f,0xfaf93048,0x00e032fb,0xdbfb0450,0x86421ffb,0xf8e00f00,0x8fe4014f,0x1e05efe0,0xe75fe7fe,0xdf15002c,0x62049ff4,0x40400708,0x1015ffdf,0xbb00bfda,0xfabfa9fd,0x2044ffb0,0xffcf8dff,0x3ffa03df,0xfef9e04d,0x017020fe,0xabf20360,0x66415ffa,0xf8c01100,0xafec017f,0x35062fec,0xe7bfe4ff,0x0f18005c,0x5e04eff2,0x40000707,0xd014ffdf,0xc000afdb,0xfa6fb0fc,0xf041fff0,0xff9f94ff,0x6ff8035f,0xfffa5055,0x01c00d01,0xcbf40230,0x3c40bff8,0xf8601500,0xdffd01cf,0x45065ff9,0xe7ffcd00,0x2f22007c,0x5704afeb,0x3fb00707,0xd014ffdf,0xc5009fdb,0xfa2fb6fc,0xd03f0000,0xff9f9aff,0x8ff402d0,0x02fa0051,0x00fff605,0x8c0b00e0,0x08401ff4,0xf7501b01,0x2018023f,0x53062ffe,0xe92fc8ff,0x9f24007c,0x53046feb,0x3f800707,0xc014ffdf,0xc6009fdb,0xf9dfb3fc,0xc0420010 +}; + +u32 ANIM_ENTRY_fire_standing_dual_wield_right[] = +{ + 0x005fa3ff,0xffb306df,0xe7019fef,0x00fb9fba,0x33141323,0x67339ffd,0xfd000900,0x7065014d,0x4b016010,0xde3ff1fa,0xdf28ff3c,0x2f047000,0x3d600708,0x6015ffaf,0x97010fe8,0xf8afd2fb,0x80730190,0x005fa1ff,0xffb3070f,0xe7014feb,0x007bb1ba,0x33061313,0x67334ffd,0xfd000900,0x7065014d,0x48016010,0xddefedfa,0xef25ff5c,0x2f047000,0x3d600708,0x5015ffaf,0x97010fe7,0xf8afcefb,0x807301b0,0x007f9cff,0xefb2076f,0xe8015fea,0xffebadba,0x33021443,0x6c333ffd,0xfd000900,0x605f013d,0x53017010,0xdc9fedfa,0xef1eff2c,0x3104b002,0x3d800708,0x6015ffbf,0x99010fe7,0xf8dfccfb,0x807201b0,0x006fa0ff,0xefb3073f,0xe7020feb,0x002ba4ba,0x12ff14e3,0x6c331ffd,0xfd000900,0x605b012d,0x5e01a014,0xdbeff2fa,0xef25ff1c,0x3104c000,0x3d800708,0x7015ffaf,0x98010fe6,0xf8ffcefb,0x80720160,0x003fa4ff,0xffb6070f,0xe6023fe8,0x002bb7b9,0xf2f113f3,0x6932bffd,0xfd000900,0x605e013d,0x5901b01a,0xdc7ff3fa,0xef2dff4c,0x2f04affd,0x3d700708,0x6015ffbf,0x9a010fe6,0xf90fd0fb,0x80720140,0x004fa2ff,0xffb6075f,0xe6018fe2,0xff8bdcba,0x02de1363,0x6a322ffd,0xfd000900,0x605f013d,0x4901c01c,0xdc5ff3fa,0xef29ff4c,0x2f049ffe,0x3d700708,0x7015ffbf,0x9b00ffe6,0xf8ffccfb,0x70700170,0x005fa1ff,0xffb6077f,0xe6014fe0,0xff1be7b9,0xf2d813f3,0x6b321ffd,0xfd000900,0x605e013d,0x4501d01c,0xdbcff4fa,0xdf24ff2c,0x30046000,0x3d700808,0xa016ffaf,0x97010fe6,0xf8ffc6fb,0x807201c0,0x004fa2ff,0xefb7075f,0xe6019fe2,0xfedbd4b9,0xe2e01463,0x6a326ffd,0xfd000900,0x605e013d,0x5401d017,0xdbbff2fa,0xaf24ff2c,0x31042000,0x3d700808,0x9016ffaf,0x96010fe5,0xf92fc3fb,0x807201e0,0x005fa1ff,0xdfb7074f,0xe701cfe4,0xfeebb6b9,0xd2f414b3,0x6b32bffd,0xfcf00900,0x7061013d,0x6301c016,0xdbdff2fa,0x7f23ff1c,0x32045001,0x3d900708,0x8015ffaf,0x99010fe4,0xf94fc3fb,0x606f01c0,0x007fa0ff,0xefb7073f,0xe701efe5,0xfeeba4b9,0xe3071503,0x6b32fffd,0xfcd00a00,0x7062014d,0x6201f019,0xdc0ff6fa,0x7f25feec,0x31048003,0x3d800808,0xa016ffbf,0x99010fe4,0xf95fc5fb,0x706f01b0,0x006fa2ff,0xffb806ff,0xe701dfe3,0xfe9ba8b9,0xf3141573,0x6a336ffd,0xfca00a00,0x7062014d,0x4f01f01a,0xdbfff8fa,0xaf27fecc,0x31045002,0x3d700808,0xc016ffaf,0x98010fe4,0xf96fc2fb,0x707001b0,0x006fa2ff,0xefb906df,0xe9017fd9,0xfe8b98ba,0x032b1603,0x6b340ffc,0xfc700b00,0x7063014d,0x4901d019,0xdbcff6fa,0xdf1ffecc,0x32045004,0x3d800808,0xe016ffaf,0x97010fe4,0xf98fbbfb,0x807001a0,0x008f9aff,0xdfb8070f,0xea015fcf,0xff1b5eb9,0xf35b1743,0x6c355ffc,0xfc200c00,0x7063014d,0x5a01d015,0xdbcff5fa,0xcf13fe9c,0x3404d007,0x3d800809,0x1017ffaf,0x95010fe4,0xf97fb5fb,0x806f0190,0x007f9bff,0xdfb9069f,0xec01dfc7,0xff7b1bb9,0xd3941943,0x6c371ffc,0xfbd00d00,0x7062014d,0x66021013,0xdbbff6fa,0xcf10fe5c,0x3404f007,0x3d800909,0x9018ffaf,0x95010fe4,0xf96fb1fb,0x706d0170,0x003fa3ff,0xefbe05df,0xed025fb2,0xfecb08b9,0xc3a319e3,0x6b37cffb,0xfbc00d00,0x7061014d,0x6702601a,0xdbcff9fa,0x8f18fdfc,0x33049005,0x3d600a0a,0x601affaf,0x95010fe5,0xf94fb2fb,0x60690150,0x000fa3ff,0xefc405df,0xec01ff90,0xfd1b1db9,0xe39718f3,0x6b371ffb,0xfba00d00,0x7063014d,0x5b02a021,0xdbeffcfa,0x8f17fd9c,0x34043008,0x3d300c0b,0x701dff9f,0x8c012fe6,0xf8ffb0fb,0x706b01d0,0xffcf9dff,0xbfcd05cf,0xf0012f6a,0xfbcb0fba,0x03ac1963,0x6c374ffb,0xfb600e00,0x7067015d,0x5a030024,0xdbcff9fa,0x2f11fd4c,0x3804300d,0x3d400f0c,0xa021ff8f,0x7c014fe7,0xf87faefb,0x806d0270,0xff9f95ff,0x9fd405ef,0xf200ef41,0xfafb03ba,0x13b718c3,0x6b369ffa,0xfb001000,0x806d016d,0x6b03501f,0xdbbff6f9,0x9f08fcfc,0x3b04b015,0x3d40110d,0xb023ff7f,0x6e017fe9,0xf80faefb,0x806c0280,0xff9f8dff,0x8fd905af,0xf0015f20,0xfaaadeba,0x33da1803,0x6835cffa,0xfa901100,0x9077018d,0x7a03601a,0xdbaff8f9,0x1efefc5c,0x3c05b025,0x3d30130e,0xb026ff5f,0x5a01afea,0xf78faefb,0x806c0210,0xffbf87ff,0x8fdc04ff,0xee01df00,0xfafac9ba,0x23f616b3,0x62341ff9,0xf9e01300,0xa08401bd,0x7e03401c,0xdb0ff8f7,0xcef7fbdc,0x3b06c03a,0x3d40140f,0x5028ff2f,0x4101efeb,0xf73fadfb,0x906c0160,0xffdf77ff,0x5fe304af,0xec018edc,0xfbaac9ba,0x440914a3,0x60321ff7,0xf9001600,0xb08c01cd,0x7102f024,0xdabff8f7,0x0ee5fbcc,0x3c07f049,0x3d50140f,0x4028ff0f,0x34021feb,0xf76faafb,0x806a0120,0x000f65ff,0x0fe7045f,0xe9015eb9,0xfc5ae0ba,0x140211e3,0x5a2ffff5,0xf8101900,0xc08e01dd,0x6902e02a,0xdaeffdf7,0x2ed7fbac,0x3e087053,0x3d70130e,0xe027ff0f,0x34021fea,0xf7cfaefb,0x506301b0,0x008f4efe,0x6fe903ff,0xeb00de8f,0xfd6afbb9,0xc3f40f53,0x522e0ff3,0xf7101d00,0xc09101ed,0x6802e02c,0xdb0ff9f6,0x8ed0fb7c,0x4308405d,0x3da0120e,0x7026ff1f,0x3a01ffe9,0xf80fbdfb,0x205a03a0,0x017f2cfd,0x7fea041f,0xf1001e67,0xfeeb11b9,0x83e90c73,0x4b2bcff1,0xf5f02000,0xc09401ed,0x69027026,0xdaeff3f6,0xaec7fb0c,0x4c08006d,0x3e00120e,0x0025ff2f,0x3f01ffe9,0xf83fd5fb,0x005506d0,0x025f08fc,0xafee043f,0xf5ff4e52,0xffcb2fb9,0x53da0943,0x44293fef,0xf4d02400,0xd09401ed,0x6b01f01e,0xdb0ff8f7,0xaec5fa7c,0x5207d083,0x3e30110d,0xe024ff1f,0x35020fe7,0xf85ff1fb,0x005d0b70,0x02dee3fc,0x3ff4044f,0xf4fece48,0x007b60b9,0x33c70733,0x3c27cfec,0xf3c02800,0xc08f01dd,0x65026021,0xdb3ffdf7,0x9ec1fa6c,0x5308009a,0x3e00110d,0x9023feef,0x20023fe4,0xf89004fb,0x30741040,0x033ebefb,0xfff8044f,0xf0ff4e3b,0x00fb92b9,0x03af0533,0x31264fea,0xf2f02b00,0xb08601bd,0x5202c027,0xdb9ffaf6,0x9eb2fa7c,0x5307d0ae,0x3da0100d,0x2022febf,0x0b027fe0,0xf8b009fb,0x808812a0,0x037ea5fb,0xcffb03af,0xf1fffe31,0x00fbbab8,0x838b0423,0x26252fe9,0xf2a02c00,0x9078018d,0x4e025023,0xdc0ff9f6,0x4ea5fa7c,0x540700bb,0x3d000f0c,0xf022fe8e,0xf602bfdd,0xf8c005fb,0x80921250,0x038e99fb,0xbfff022f,0xf6002e2f,0x00cbd1b7,0xe3680333,0x1d243fe9,0xf2c02c00,0x7066014d,0x58016015,0xdc8ffbf6,0x4ea0fa7c,0x5505b0c0,0x3c100f0c,0xf022fe7e,0xeb02dfda,0xf8dffffa,0xb08910c0,0x035e90fb,0x9007002f,0xfe003e3d,0x008bceb7,0x635b0223,0x19233fe9,0xf2e02b00,0x6058011d,0x60010013,0xdceffff6,0xbe9ffacc,0x5604b0b9,0x3b300f0c,0xf022fe7e,0xee02cfd7,0xf8dff9f9,0x006e0e60,0x02de88fb,0xa00efe50,0x01fffe4d,0x00bbe3b6,0xa33a0093,0x1221bfea,0xf3102b00,0x404b00fd,0x6501d024,0xdd4000f6,0xeea1fb5c,0x550420aa,0x3a500f0d,0x0022fe9e,0xfc02afd4,0xf8dff3f7,0x30560be0,0x024e81fb,0xe010fc90,0x01ffbe5c,0x00ec02b5,0xf30efee3,0x0b204feb,0xf3902900,0x303b00bd,0x6702002a,0xddf003f6,0xce9dfbfc,0x54033099,0x39500f0c,0xc021fecf,0x0d027fd0,0xf8ffe6f5,0xe04b0a80,0x01ce7dfc,0x5012fa5f,0xfcffce70,0x00cc1eb5,0x92e7fdc3,0x091f6fed,0xf4902600,0x202e009d,0x5f011026,0xdf1009f6,0xde96fcbc,0x52020088,0x38600e0c,0x2020feff,0x22023fcc,0xf90fd4f4,0x603e0ab0,0x010e77fc,0xe018f7af,0xf0001e8c,0x00fc34b5,0x92cdfce3,0x0d1efff0,0xf5902200,0x2029008d,0x54009025,0xe0500ef7,0x4e92fd9c,0x4f012074,0x37900d0b,0xa01eff2f,0x3c01ffcb,0xf8cfc4f2,0x00270b80,0x005e73fd,0x501ff53f,0xe3006ea7,0x015c55b5,0x82a5fbd3,0x0c1e0ff2,0xf6702000,0x202c008d,0x45007027,0xe17012f7,0xee98fe5c,0x4f00d062,0x37400c0b,0x601eff4f,0x5101bfca,0xf86fbdf0,0xb00d0b20,0xffee6ffd,0xc020f30f,0xd500cec0,0x014c72b5,0x627ffb43,0x091d6ff3,0xf7101d00,0x202f009d,0x37004022,0xe18014f7,0xdea3fe9c,0x52003057,0x37400d0b,0xa01eff5f,0x5901afc8,0xf82fbaf2,0x300d0a20,0xffce62fe,0x201df13f,0xc800dedb,0x013c6db5,0x326cfb63,0x0a1d3ff4,0xf7b01b00,0x202e009d,0x34ffe020,0xe1401ef7,0xdea8feac,0x58ff1051,0x37900e0c,0x101fff6f,0x61019fc6,0xf81fbaf4,0x30190990,0xffee44fe,0x201bf0ef,0xc2004eed,0x016c64b5,0x2256fb03,0x0a1c5ff5,0xf8101a00,0x202e009d,0x45ff6017,0xe1601af7,0x7e9ffefc,0x63ff2050,0x38700e0c,0x5020ff7f,0x6e017fc1,0xf80fb5f5,0x901e08e0,0x00de1ffd,0xc011f0ff,0xcaffdefd,0x017c73b5,0xb253fa73,0x0d1b7ff4,0xf7801b00,0x2030009d,0x3eff700f,0xe17014f7,0x3e95fefc,0x7100405a,0x39b00e0c,0x5020ff7f,0x74016fb8,0xf80fb0f6,0x901f0820,0x019e07fd,0x100bf04f,0xd8002f14,0x00dc78b6,0x5253f863,0x181b2ff4,0xf7801b00,0x2026007d,0x3fff1009,0xe3701cf7,0xfe9aff3c,0x7e00c05c,0x3ae00e0c,0x3020ff8f,0x78015fad,0xf83faef7,0x701f0770,0x021df7fc,0x600cef8f,0xe300df26,0xfffc8fb6,0xd23df673,0x1e1a8ff5,0xf8201900,0x1020006d,0x3ffe5005,0xe4d023f9,0x2ea5ffdc,0x8a00d057,0x3c000e0c,0x001fff8f,0x80014fa1,0xf85fa9f8,0x301c0690,0x02fdeafb,0xc003ef1f,0xf1014f30,0xffeca3b7,0x1225f613,0x1f19dff7,0xf8d01700,0x1021006d,0x40fdcfff,0xe44026f9,0x8eb1000c,0x94013058,0x3d100d0b,0xb01eff9f,0x86013f95,0xf87fa1f9,0x001c0570,0x03bde0fb,0x4ff9eebf,0xfd017f32,0x005ca8b7,0x2210f5a3,0x20193ff8,0xf9501500,0x1022006d,0x45fdcff8,0xe3f027fa,0x4ebb004c,0x9c01c057,0x3df00c0b,0x401dff9f,0x8a012f86,0xf89f96f9,0xb0200470,0x043ddcfa,0xeff2ee80,0x0601af31,0x001cbdb6,0xe1f4f4c3,0x1d183ff8,0xf9801500,0x1022006d,0x41fe0ff8,0xe3c029fb,0x2ec3006c,0xa501c054,0x3ea00c0b,0x401dffaf,0x8f012f7a,0xf87f82fa,0x302403e0,0x04eddcfa,0x9fe7ee70,0x0e020f2f,0xff6ccab6,0x51e4f3b3,0x18179ff8,0xf9601500,0x1021006d,0x42feeffe,0xe3d02efb,0x7ec8000c,0xb001c057,0x3f500d0b,0xb01effaf,0x90011f73,0xf84f73fa,0x802a0360,0x058dd9fa,0x2fddeeb0,0x1402af2b,0xff2cd9b5,0xa1d0f2c3,0x16174ff8,0xf9c01400,0x101c005d,0x48ff6006,0xe3e033fb,0xaec3ffcc,0xbb02205a,0x3ff00d0c,0x001fffaf,0x8e012f6d,0xf84f6cfa,0xb0310320,0x062dd9f9,0xbfd4eef0,0x1a039f27,0xfeecedb4,0xf1b9f263,0x1316fff9,0xfa601200,0x1018004d,0x4afe9008,0xe3a035fb,0xbec3ff6c,0xc602405e,0x40900e0c,0x6020ff9f,0x8c012f66,0xf83f67fa,0xd0350320,0x06fddef9,0x4fcaeed0,0x25040f26,0xfe7cf5b4,0x61aff243,0x1216effa,0xfac01100,0x0014004d,0x49fe2009,0xe39036fb,0xaecdfeac,0xd002c067,0x41300f0c,0xf021ff9f,0x85013f61,0xf81f64fa,0xe0360290,0x07bde3f8,0xdfc2ee80,0x3203bf23,0xfe9ceeb4,0x41adf1a3,0x1816dffa,0xfb001000,0x0010003d,0x4afe700d,0xe3f03afb,0xced5fe0c,0xd9035070,0x41c0100d,0x4022ff8f,0x7d015f5c,0xf80f62fa,0xf0380200,0x07dde7f8,0x8fc2ee40,0x3a035f20,0xfeace5b4,0x41aaf123,0x1e166ffa,0xfb300f00,0x000c002d,0x4efeb00c,0xe4203ffb,0xfedefe1c,0xdd036071,0x4220100d,0x2022ff8f,0x77015f54,0xf80f61fa,0xf03c01e0,0x07bde9f8,0x6fc7ee20,0x3e031f1f,0xfe5cecb4,0x61a8f0d3,0x2315fffa,0xfb200f00,0x0007001d,0x4afed00a,0xe4303efc,0x1ee4fe6c,0xe003d06d,0x42600f0d,0x1022ff7f,0x75016f4f,0xf7ef5cfa,0xf03e0160,0x079deaf8,0x6fcbedf0,0x4202bf1f,0xfe1cf4b4,0xb1a4f073,0x2a156ffa,0xfb001000,0x0004001d,0x4cfec00b,0xe4403efb,0xfee8fe9c,0xe004406c,0x42800f0d,0x1022ff7f,0x73016f50,0xf7bf5dfa,0xe03e0100,0x079dedf8,0x7fcaeda0,0x4a025f24,0xfdfcefb5,0x21a2f043,0x3214bffa,0xfaf01000,0x0004000d,0x57fe300b,0xe4003dfb,0x8eeafe8c,0xdf04106e,0x42500f0d,0x1021ff7f,0x71016f53,0xf7bf65fa,0xd0400120,0x07ddf0f8,0x8fc6ed50,0x5401ef2b,0xfe1cecb5,0xa1a8f033,0x36140ff9,0xfa501200,0x0008001d,0x51fe300c,0xe3a038fb,0x7ee4fe5c,0xde03c072,0x42300f0c,0xb021ff7f,0x73016f54,0xf7ef68fa,0xc0400160,0x07edeff8,0xafc6ed70,0x59018f29,0xfe2cf1b5,0xf1aaef03,0x3912fff8,0xf9a01400,0x0006001d,0x49feb00d,0xe3f038fb,0xdedafe9c,0xdd03a074,0x42100e0c,0x301fff7f,0x74016f54,0xf80f68fa,0xa04001b0,0x07ddf0f8,0xbfc8ed70,0x5d014f23,0xfe5cf4b6,0x31a4edc3,0x3d121ff8,0xf9801500,0x0004000d,0x4ffed00c,0xe40038fb,0xbed5feec,0xdb037071,0x41e00c0b,0x801dff8f,0x79015f56,0xf82f6bfa,0x803d0200,0x07bdf5f8,0xefc7ed20,0x60014f20,0xfe4cf6b6,0x419eed33,0x3d11aff8,0xf9901500,0x0006001d,0x54fe900d,0xe41037fb,0xaed2ff1c,0xd803006d,0x41a00c0b,0x101cff8f,0x81014f57,0xf84f69fa,0x50390250,0x079dfaf9,0x2fc6ed00,0x61017f20,0xfe0d05b6,0x3191ece3,0x3b111ff8,0xf9a01400,0x0007001d,0x50fe900e,0xe40036fb,0x8ecfff4c,0xd602c06b,0x41600b0a,0xb01bff9f,0x87013f59,0xf85f65fa,0x20380270,0x07adfdf9,0x5fc0ed00,0x66016f1c,0xfe1d0eb6,0x418bec43,0x3b106ff8,0xf9801500,0x0007001d,0x4cfed00f,0xe43036fb,0x1ec7ff4c,0xd302806d,0x41200a0a,0x201aff9f,0x8a012f5c,0xf86f60fa,0x10380280,0x079e01f9,0x9fbfece0,0x69014f1a,0xfe0d0eb6,0x618aeb43,0x3c0f7ff7,0xf9401600,0x0006001d,0x4bfef00f,0xe47036fb,0x1ec2ff8c,0xcf02206c,0x40e00909,0x6018ffaf,0x8e012f5d,0xf87f5bfa,0x003802b0,0x077e03f9,0xafc1ecf0,0x6a00ff13,0xfe1d15b6,0x7185ea33,0x3b0e3ff7,0xf8e01700,0x0004000d,0x48ff2010,0xe49036fb,0x7ebcffbc,0xce02406a,0x40d00809,0x1017ffaf,0x90011f5e,0xf89f55f9,0xf03802a0,0x075e09f9,0xcfc1ecc0,0x6b00ef0f,0xfe2d1ab6,0x717fe923,0x3b0d6ff7,0xf8d01700,0x0003000d,0x4ffed00c,0xe4e036fb,0xbebdffac,0xcd023069,0x40b00809,0x1017ffaf,0x90011f61,0xf88f52f9,0xe0360280,0x071e0ffa,0x0fc2ec60,0x69011f0f,0xfdfd23b6,0x7175e823,0x3b0cfff7,0xf9101600,0x0000000d,0x54fe700e,0xe55035fb,0x7ec2ff9c,0xcb01d068,0x40700909,0x3017ffaf,0x90011f64,0xf86f50f9,0xc03602b0,0x071e10fa,0x2fc2ec80,0x69015f0f,0xfded25b6,0x6173e7d3,0x390c9ff7,0xf9001700,0x0000000d,0x4ffec00e,0xe52035fb,0x9ebcff7c,0xca01c06a,0x40500909,0x3017ff9f,0x8d012f67,0xf86f49f9,0xe03b02d0,0x070e12fa,0x1fc4eca0,0x6a010f09,0xfe5d1db6,0x8179e773,0x370c2ff7,0xf8d01700,0x0000000d,0x4dfe7004,0xe50032fb,0xcebaff9c,0xcb01e069,0x40600909,0x3017ff9f,0x8b012f68,0xf87f47f9,0xe03e02a0,0x06ce17fa,0x1fc8ec70,0x6900ff04,0xfe7d22b6,0x8177e723,0x380bcff7,0xf8d017ff,0xfffefffd,0x4bfe0001,0xe4d032fb,0x6ebeffbc,0xcc019065,0x40600909,0x4018ff9f,0x8c012f69,0xf88f48f9,0xd03e02a0,0x069e1bfa,0x3fcaec50,0x66015f02,0xfe0d30b6,0x716fe713,0x380bbff7,0xf8f017ff,0xfffcfffd,0x46fdb006,0xe49031fb,0x7ec1ffbc,0xcc016062,0x40500909,0x7018ff9f,0x8b012f6b,0xf87f49f9,0xc03f02b0,0x06ae1bfa,0x4fc9ec70,0x6501af00,0xfe0d39b6,0x8168e683,0x380b8ff7,0xf8f017ff,0xfff9ffed,0x47fd6005,0xe4b034fb,0x9ec2ff8c,0xcc019065,0x40500909,0x9018ff9f,0x89013f6c,0xf88f4df9,0xc04202b0,0x06de1afa,0x5fc6ecb0,0x6601ff02,0xfe2d3db6,0x7162e623,0x380b6ff7,0xf8f017ff,0xfff6ffed,0x48fd5002,0xe50037fb,0x7ec0ff6c,0xcb019068,0x40300909,0x7018ff9f,0x89013f6c,0xf8af50f9,0xb04302d0,0x06de1bfa,0x5fc6ecb0,0x6701cf05,0xfe0d39b6,0x9165e643,0x380b6ff6,0xf8a018ff,0xfff8ffed,0x46fdc000,0xe51034fb,0x5ebeff7c,0xcb017068,0x40300909,0x5018ff9f,0x87013f6d,0xf8cf4ff9,0xb04402e0,0x06be1dfa,0x3fcbeca0,0x68018f04,0xfe0d3db6,0xa162e653,0x370b2ff6,0xf85019ff,0xfffaffed,0x45fe4fff,0xe4a033fb,0x5ec0ff8c,0xcc018066,0x40500909,0x7018ff9f,0x84013f6e,0xf8cf53f9,0xa04402d0,0x069e1ffa,0x2fd0eca0,0x69018f03,0xfdfd4cb6,0xa153e5b3,0x370a7ff6,0xf87019ff,0xfff9ffed,0x48fdefff,0xe46036fb,0x1ec3ff7c,0xce018065,0x40500909,0xc019ff9f,0x82014f70,0xf8df59f9,0x804402d0,0x06ae23fa,0x3fcfeca0,0x6a018f04,0xfdcd58b6,0x9148e533,0x360a2ff6,0xf88018ff,0xfff8ffed,0x47fd7000,0xe4d038fa,0xeec3ff1c,0xcf013066,0x40400a0a,0x401aff9f,0x84013f73,0xf8bf59f9,0x604202e0,0x06ce23fa,0x3fceece0,0x6a01cf08,0xfddd5eb6,0x8149e4f3,0x350a2ff5,0xf8201aff,0xfff6ffed,0x44fe0003,0xe52037fa,0xdebffeec,0xcf017069,0x40400a0a,0x601aff9f,0x84013f73,0xf8cf58f9,0x504302c0,0x06ce22fa,0x3fcfed20,0x6b01cf09,0xfe3d5fb6,0x914be513,0x350a2ff5,0xf7c01bff,0xfff6ffed,0x44fe6ffd,0xe50034fa,0xdebcff0c,0xce01c069,0x40400a0a,0x101aff8f,0x81014f71,0xf91f59f9,0x104403b0,0x069e25fa,0x3fd3ed20,0x6b018f07,0xfe4d5db6,0x9148e523,0x3309fff4,0xf7b01bff,0xfff8ffed,0x46fe6ff8,0xe4e034fa,0xcebeff3c,0xce018065,0x40300a09,0xf019ff9f,0x82014f72,0xf91f57f9,0x10430370,0x062e2bfa,0x6fd9ecf0,0x6801bf08,0xfdbd67b6,0x713ce4e3,0x3009aff5,0xf7d01bff,0xfffaffed,0x49fe3ffb,0xe49032fa,0x5ec3ff4c,0xce013060,0x40200a0a,0x401aff9f,0x83014f75,0xf8df54f9,0x10430340,0x060e2ffa,0x8fdaecf0,0x66021f0c,0xfd8d7db6,0x4128e473,0x30096ff6,0xf85019ff,0xfff8ffed,0x4afd9ffd,0xe46032fa,0x3ec6ff3c,0xcd012060,0x40000a0a,0x701aff8f,0x80014f76,0xf8cf51f9,0x20450320,0x062e2efa,0x7fd8ed50,0x67022f0d,0xfddd87b6,0x1120e443,0x2f093ff6,0xf86019ff,0xfff4ffdd,0x48fd6ffe,0xe46037fa,0x4ec3ff2c,0xcd014062,0x40000a0a,0x401aff8f,0x7e014f75,0xf8ef4ff9,0x40480310,0x062e2ffa,0x8fd7ed90,0x66026f0d,0xfdbd88b6,0x1126e483,0x2b094ff5,0xf8001aff,0xfff4ffdd,0x41fdbffd,0xe4a037fa,0x5ec2ff3c,0xcc012062,0x40000a0a,0x201aff8f,0x7c015f73,0xf90f4cf9,0x604a0300,0x060e31fa,0x9fd7ed80,0x6502ef10,0xfd7d87b6,0x212ae4c3,0x2b09bff5,0xf7e01aff,0xfff6ffed,0x3dfddffb,0xe49035fa,0x3ec6ff4c,0xcc011062,0x3ff00a0a,0x101aff8f,0x79015f73,0xf91f4df9,0x704b02e0,0x05de34fa,0xafdbed50,0x6302ef11,0xfded8ab6,0x2123e493,0x2c098ff5,0xf8201aff,0xfff5ffdd,0x3ffd9ffa,0xe44034f9,0xfecfff6c,0xcb00f05e,0x3ff00a0a,0x101aff8f,0x79015f72,0xf92f53f9,0x704b02d0,0x059e38fa,0xbfdfed30,0x6002df11,0xfe4d94b6,0x0117e3e3,0x2c091ff6,0xf86019ff,0xfff1ffdd,0x3ffd0ffc,0xe47033f9,0xfed4ff6c,0xca00a05b,0x3ff00a0a,0x401aff8f,0x7a015f73,0xf91f53f9,0x704a02c0,0x05ce3afa,0xcfd9ed30,0x61034f15,0xfe2d8fb5,0xe11be3a3,0x2b093ff6,0xf84019ff,0xffeeffcd,0x40fd0ffd,0xe4f035fa,0x2ed2ff0c,0xcb00705f,0x3fe00a0a,0x601aff8f,0x79015f74,0xf91f4ff9,0x704a02c0,0x060e3afa,0xafd5ed40,0x63033f16,0xfe4d82b5,0xe123e353,0x2c093ff5,0xf8001aff,0xffecffcd,0x45fd7ff9,0xe54035fa,0x1ed2fefc,0xcb008062,0x3ff00a0a,0x301aff8f,0x77015f72,0xf93f4ff9,0x904c02a0,0x061e37fa,0x9fd7ed80,0x6302ff14,0xfe7d82b6,0x0124e323,0x2c092ff4,0xf7c01bff,0xffedffcd,0x41fd9ff4,0xe57032fa,0x0ed1ff2c,0xcb00b062,0x40000a0a,0x0019ff8f,0x78015f70,0xf96f52f9,0x804c0290,0x061e34fa,0x8fd9edb0,0x6202df14,0xfe5d8cb6,0x111fe323,0x2c090ff4,0xf7b01bff,0xffeeffcd,0x3dfdcff1,0xe56031f9,0xfed2ff3c,0xcb00c061,0x40100a0a,0x301aff8f,0x79015f70,0xf95f54f9,0x804b0290,0x061e35fa,0xafd9edb0,0x60032f13,0xfe0d96b5,0xe112e333,0x2b090ff5,0xf8101aff,0xffefffcd,0x43fd6ff3,0xe5e030f9,0xaed7ff1c,0xcb00b062,0x40000a0a,0x601aff8f,0x79015f72,0xf94f57f9,0x904c0280,0x063e34fa,0xafd7ede0,0x5f039f12,0xfe1d9bb5,0xa10ce3b3,0x29093ff5,0xf84019ff,0xffefffcd,0x41fd1ff6,0xe6302ff9,0x7ed4fedc,0xca00a066,0x3ff00b0a,0x801bff7f,0x76016f73,0xf93f55f9,0x904c0280,0x065e30fa,0x7fd7ee30,0x5f037f15,0xfded92b5,0xa116e413,0x28097ff5,0xf7f01aff,0xffefffcd,0x3afdbff8,0xe6f033f9,0xdecefeec,0xcd00d067,0x40200b0a,0x801bff7f,0x76016f73,0xf94f54f9,0xa04d0260,0x066e2ffa,0x4fd9ee50,0x5f032f16,0xfdcd7fb5,0x9126e463,0x2809cff4,0xf7a01bff,0xffeeffcd,0x40fe3ff4,0xe7c036f9,0xfed1ff0c,0xce00e066,0x40500b0a,0x701bff7f,0x76016f72,0xf96f58f9,0xa04d0260,0x065e31fa,0x3fdaee30,0x5f032f14,0xfdfd75b5,0x812be4c3,0x2809eff5,0xf7d01bff,0xffeeffcd,0x46fdbff0,0xe85035f9,0xeed9ff2c,0xcf008063,0x40500b0a,0x701bff8f,0x77016f72,0xf97f5ff9,0xa04c02b0,0x063e30fa,0x4fddee60,0x5c038f14,0xfdbd81b5,0x5121e4f3,0x2509cff5,0xf84019ff,0xffefffcd,0x46fcfff2,0xe8a034f9,0xeee2ff3c,0xce004060,0x40500b0a,0x901bff8f,0x78015f73,0xf97f66f9,0xa04b02e0,0x065e2dfa,0x4fddeef0,0x5903ff13,0xfddd8eb4,0xf115e523,0x2109cff6,0xf89018ff,0xffefffcd,0x45fcdff1,0xe8c033fa,0x0ee2ff1c,0xcd009063,0x40500b0a,0xb01bff8f,0x78015f74,0xf96f69f9,0xa04b02b0,0x069e2afa,0x3fdaef50,0x5903df12,0xfe0d8eb4,0x9112e533,0x1e09dff6,0xf8b018ff,0xffeeffcd,0x45fd5fee,0xe93031fa,0x1edcfefc,0xce008068,0x40500b0a,0xb01bff7f,0x75016f74,0xf97f67f9,0xb04c02d0,0x066e2afa,0x2fdfef70,0x55035f0e,0xfe1d8ab4,0x7118e503,0x1c09fff6,0xf86019ff,0xffeeffcd,0x3efdeff1,0xea5032fa,0x3edcff2c,0xcf007065,0x40700b0a,0xa01bff7f,0x73016f73,0xf99f67f9,0xc04e02c0,0x060e2bfa,0x3fe6ef90,0x4e032f06,0xfe4d8eb4,0x4119e533,0x170a3ff6,0xf86019ff,0xfff0ffcd,0x3cfdcff0,0xeb2033fa,0x4edfff7c,0xcf00b060,0x40700b0a,0xb01bff7f,0x72016f72,0xf9bf68f9,0xc04e0280,0x05ce2cfa,0x7fe9efc0,0x47036f04,0xfe5d94b3,0xf110e533,0x110a5ff6,0xf8a018ff,0xfff1ffdd,0x43fd2fef,0xebe034fa,0x0edfff8c,0xcd00705e,0x40400b0a,0xc01bff7f,0x74016f73,0xf9bf64f9,0xc04c0290,0x05be2dfa,0xdfe6f020,0x40043f09,0xfe5d97b3,0xa111e513,0x0d0aaff6,0xf88018ff,0xfff0ffcd,0x40fd1ff5,0xece032f9,0x9ed6ff3c,0xcaffd063,0x3ff00b0a,0xe01cff7f,0x71016f73,0xf9bf5af9,0xd03f0310,0x05be2afb,0x4fe2f080,0x38042f0a,0xfedd88b3,0xa124e573,0x0e0b6ff5,0xf8001aff,0xffeeffcd,0x3ffd1ff5,0xedd02ef9,0x7ec7fefc,0xc5ff706f,0x3f700b0a,0xa01bff6f,0x65018f72,0xf9df4ffa,0x10460350,0x052e2cfb,0xbfe7f070,0x2f038f0f,0xff3d70b4,0x0140e6a3,0x140c9ff4,0xf7701cff,0xffefffcd,0x42fd2ff4,0xee6029f9,0x0ec0ff3c,0xbffed073,0x3ee00a0a,0x601aff4f,0x5401bf77,0xfa5f5dfa,0x504d0380,0x046e34fc,0x3fedefe0,0x2a036f22,0xfefd56b4,0xc164e883,0x1f0e5ff3,0xf7001dff,0xfff3ffdd,0x43fd1ffb,0xef301ff7,0xeebdff5c,0xb9fdb072,0x3e200b0a,0x701bff3f,0x4a01df7e,0xfabf69fa,0x704e03d0,0x040e3cfc,0xbfe9ef60,0x2a03df3c,0xfebd30b5,0xa196ee23,0x2b115ff3,0xf6c01eff,0xfffdfffd,0x47fd0000,0xed600ef6,0x4ebefeec,0xb1fd0075,0x3d700b0a,0xc01cff2f,0x4401ef87,0xfadf79fa,0x704e03b0,0x037e43fd,0x4fe8efe0,0x2403bf53,0xff1d0db5,0xb1bdf403,0x2a141ff2,0xf6a01e00,0x0009002d,0x49fd5001,0xeae005f5,0xbebbfebc,0xa7fca073,0x3cb00b0a,0xe01cff2f,0x4301ef90,0xfaef8afa,0x404f0420,0x021e54fd,0xbff4f090,0x1802ff65,0xff0cd5b5,0x21e1f5e3,0x2215fff2,0xf6801f00,0x000f003d,0x53fdd001,0xebe00df6,0x5ec2ff2c,0x9cfb7061,0x3bd00c0b,0x001cff3f,0x4501df98,0xfb1f99f9,0xb04d0550,0x00fe63fe,0x2ffff160,0x0d025f70,0xff1c98b4,0xd20ff783,0x1f184ff2,0xf6501f00,0x0013003d,0x65fe1002,0xedd016f7,0x1ec6ff6c,0x92fb1054,0x3b000c0b,0x501dff3f,0x4401dfa2,0xfb1fa7f9,0x204c0630,0x003e6afe,0xc002f2b0,0x06019f7c,0xfedc77b5,0x1242fa43,0x1c1abff1,0xf6002000,0x101b005d,0x6cfd9001,0xef001ef8,0x3ec2ff5c,0x82fb8052,0x39e00d0b,0xa01eff2f,0x3f01efad,0xfacfb6f8,0x904b06b0,0xff4e79ff,0x8007f44f,0xfe00cf88,0xfe2c68b4,0xf255fc73,0x121bdff1,0xf6102000,0x1024007d,0x78fd0003,0xefc01cf8,0x9ec5ff4c,0x6efbb04f,0x38900d0b,0xc01eff1f,0x3801ffb8,0xfa5fc6f7,0x704607c0,0xfe6e8c00,0x000bf5af,0xfaffdf8f,0xfd3c48b4,0xb276fd93,0x0a1ceff1,0xf6102000,0x2026007d,0x82fd3006,0xf0402cf9,0x9ecaff7c,0x5cfc104a,0x37600d0b,0xb01eff0f,0x32020fc2,0xfa1fd3f5,0xf03f0920,0xfdfe9e00,0x6009f6cf,0xfdfe4f98,0xfc9c16b4,0xb2a8ff83,0x061ebff2,0xf6601f00,0x202f009d,0x8cfd600a,0xf1102ffa,0x6ec8ff7c,0x4afd1048,0x36500c0b,0x501dff0f,0x30021fc9,0xfa0fd9f4,0x20380a20,0xfdeeaf00,0x9003f860,0x04fe3fa3,0xfb9bffb4,0x62be00f2,0xfc1fbff3,0xf7001d00,0x303f00cd,0x8bfd8014,0xf19029fa,0x5ebfff4c,0x3cfe2049,0x35700c0b,0x001cff0f,0x31021fd0,0xf9ffd8f2,0x002f0af0,0xfdfec700,0x6ffdf9e0,0x0eff4fb1,0xfa3be6b3,0xe2d30312,0xdf236ff4,0xf7701c00,0x404b00fd,0x93fe001c,0xf2002afa,0x9ec1fefc,0x32fed048,0x34f00c0a,0xf01cff0f,0x2f021fd8,0xf9cfddf0,0x002e0b90,0xfe1edeff,0xfffbfac0,0x1efe6fc2,0xf9cb76b2,0xe32d0642,0xb829bff5,0xf8101900,0x5055011d,0xaefdf019,0xf2602afa,0xfec4fedc,0x2cfee048,0x34e00b0a,0xd01cfeff,0x28022fdf,0xf99fe2ee,0xf03b0cb0,0xfe3eefff,0x9ffcfbe0,0x2bfd6fcf,0xfa1af4b0,0xd3960862,0x8d2eaff7,0xf8d01700,0x7064014d,0xc4fdd019,0xf2e02cfb,0x7ebffebc,0x2afee04b,0x35200b0a,0xc01cfedf,0x18025fe3,0xf95fdcf0,0xa04009f0,0xfe3f04ff,0x5ffcfd00,0x32fd8fd8,0xfa3a9bae,0xb3e30972,0x5c31cff8,0xf9601500,0x8073017d,0xcbfdc018,0xf33031fc,0x5ec6fe8c,0x25fea04f,0x35900b0a,0xc01cfeaf,0x01029fe8,0xf94fe0f3,0x70550840,0xfe2f1dff,0x1ffdfdc0,0x38fd4fdc,0xfa3a4bac,0x54190a12,0x30348ff9,0xfa001300,0x9079019d,0xd4fd400d,0xf3b03bfc,0xbed2fe6c,0x21fe2050,0x36300b0a,0xa01bfe6e,0xea02dfeb,0xf97fe7f6,0x306e0830,0xfe2f37fe,0xeffffe40,0x3bfc8fdc,0xfa79fea9,0xa4340a52,0x05373ffa,0xfae01000,0x907b019d,0xe9fc7002,0xf4f044fd,0x5eddfe5c,0x1efd9050,0x36d00b0a,0x701bfe4e,0xd9030fee,0xf9dfecf8,0x20800920,0xfe3f4ffe,0xcffdfe30,0x3ffc1fdd,0xfad9b3a7,0x244d0b01,0xdd397ffc,0xfc000c00,0x907b019d,0xfafb4ffe,0xf5c046fe,0xaee3fe3c,0x1cfda04f,0x37900b0a,0x601bfe2e,0xd2031ff2,0xf9ffecf9,0x708b0a50,0xfe5f67fe,0xbff9fe40,0x41fbafd5,0xfb7980a4,0xc4590b01,0xb63adffd,0xfd000900,0x9075018e,0x02faa003,0xf6203e00,0x3ee7fe2c,0x19fde04e,0x38400a09,0xf01afe3e,0xd4031ff7,0xfa3fedfa,0xa0950af0,0xfe8f82fe,0xaff4ff50,0x3afbefbb,0xfcb971a2,0x44400951,0x8d3b9ffe,0xfda00700,0x7068015e,0x1afad001,0xf6d03c00,0x2ef1fdec,0x17fe004b,0x38e00a09,0xb019fe5e,0xe102fffb,0xfa6feffb,0x909f0a20,0xfe9fa1fe,0x8ff0ff90,0x35fcbfad,0xfd69559f,0x84270801,0x643c4ffe,0xfdf00600,0x605f013e,0x33fb1ff9,0xf75037ff,0x2f01fdac,0x17fe3046,0x39900909,0xa019fe7e,0xee02d000,0xfa7ff5fc,0x40a50880,0xfe9fb6fe,0x5feeff70,0x38fcdfaf,0xfda9309c,0xd4240771,0x3e3c9ffe,0xfe200500,0x605e013e,0x3bfb8fff,0xf7602ffe,0x1f08fdac,0x19fee044,0x3a300909,0x6018fe8e,0xf502b004,0xfa8ffbfc,0xa0a707d0,0xfedfbffe,0x4feb0020,0x37fcbfad,0xfe09169a,0x642b0691,0x1c3c8ffe,0xfe200500,0x6058012e,0x35fbc003,0xf7b02dfd,0xef05fdbc,0x1affa047,0x3aa00808,0xf017fe9e,0xfa02b009,0xfa9001fd,0x00a80780,0xfedfccfe,0x4fe90130,0x30fccf9e,0xfee90c97,0xb42b04f0,0xf63c3ffe,0xfe000600,0x5050010e,0x38fc5001,0xf8602afd,0xff08fdec,0x1bffe047,0x3ae00808,0x9016fe9e,0xfc02a00e,0xfa8008fd,0x20a40680,0xfeafdbfe,0x7fe80190,0x29fd4f9a,0xffe8fa94,0xb42403c0,0xcd3b9ffe,0xfe100600,0x404700ee,0x4ffc9002,0xf8d024fd,0xef12fe1c,0x19ff5041,0x3ae00808,0x7016feaf,0x0602800d,0xfa6001fc,0xc09a0740,0xfe5fe9fe,0xdfe60150,0x1ffe4fa5,0x0078dd91,0xa4190340,0xa33affff,0xfeb00400,0x303b00ce,0x6cfc0007,0xf96022fe,0x4f22fe8c,0x14fe3031,0x3ab00708,0x3015feef,0x2302300d,0xfa7000fc,0x408b08e0,0xfe5fe9ff,0x7fe00200,0x0dfe9fab,0x0028c88e,0xd41c02c0,0x843bafff,0xff300200,0x202b008e,0x78fbe00f,0xfa9028ff,0x1f24fedc,0x0dfef026,0x3ab00707,0xb014ff2f,0x4401e00c,0xfaa001fb,0xa07a08f0,0xfe3fe200,0x1fdf031f,0xf9fe1fae,0xff88b98c,0x242e0220,0x6c3d3fff,0xff500200,0x101e006e,0x78fbb00d,0xfb9028ff,0x5f20ff5c,0x0701401e,0x3ac00607,0x4013ff4f,0x5401b00c,0xfaf000fb,0x607306d0,0xfdbfe300,0x7fe203af,0xeefddfb5,0xff98a989,0x142e0190,0x4d3d8fff,0xff900100,0x1018004e,0x92fb2008,0xfb5022ff,0x0f27002c,0x0501a00d,0x3ad00606,0xf012ff5f,0x6201900c,0xfb2002fb,0x60720640,0xfd7fe600,0x4fe203ef,0xecfe0fbb,0x00089785,0xe42200e0,0x2a3de000,0x000fff00,0x1017004e,0xb8fab001,0xfbd019ff,0x4f34008c,0x0a015ffd,0x3b300506,0xd011ff7f,0x7301600b,0xfb200afb,0x50700660,0xfd7fea00,0x2fe0040f,0xe9febfc1,0x00788582,0x2413ffe0,0x093ed000,0x000fff00,0x1016004e,0xe0fa5ffe,0xfcf014ff,0xaf3d005c,0x0f018ff5,0x3ba00607,0x2012ff8f,0x7d01500a,0xfad00efb,0x306d05e0,0xfd5ff100,0x3fe103ff,0xe5fecfcb,0x00487d7e,0xb428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013009,0xfaa00ffb,0x00660550,0xfd5ff100,0x3fe203ff,0xe5fecfcb,0x00487d7e,0xb428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013009,0xfaa00cfb,0x00660540,0xfd5ff100,0x3fe403ff,0xe5fecfcb,0x00487d7e,0xb428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013008,0xfab00afb,0x00650530,0xfd5ff100,0x3fe503ff,0xe5fecfcb,0x00487d7e,0xb428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013008,0xfab008fb,0x00650520,0xfd5ff100,0x3fe603ff,0xe6fecfcb,0x00487d7e,0xb428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013007,0xfab006fb,0x00650510,0xfd5ff100,0x3fe803ff,0xe6fecfcb,0x00487d7e,0xb428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013007,0xfac004fb,0x10650500,0xfd5ff100,0x3fe903ff,0xe6fecfcb,0x00487d7e,0xc428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013006,0xfac001fb,0x106504f0,0xfd5ff100,0x3fea03ff,0xe6fecfcb,0x00487d7e,0xc428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013005,0xfacffffb,0x106404e0,0xfd5ff100,0x3fec03ff,0xe7fecfcb,0x00487d7e,0xc428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013005,0xfadffdfb,0x106404d0,0xfd5ff100,0x3fed03ff,0xe7fecfcb,0x00487d7e,0xc428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013004,0xfadffbfb,0x206404c0,0xfd5ff100,0x3fee03ff,0xe7fecfcb,0x00487d7e,0xc428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013004,0xfadff9fb,0x206404b0,0xfd5ff100,0x3ff003ff,0xe7fecfcb,0x00487d7e,0xc428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013003,0xfaeff7fb,0x206404a0,0xfd5ff100,0x3ff1040f,0xe8fecfcb,0x00487d7e,0xc428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013002,0xfaeff4fb,0x20630490,0xfd5ff100,0x3ff2040f,0xe8fecfcb,0x00487d7e,0xc428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013002,0xfaeff2fb,0x20630490,0xfd5ff100,0x3ff4040f,0xe8fecfcb,0x00487d7e,0xc428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013001,0xfafff0fb,0x30630480,0xfd5ff100,0x3ff5040f,0xe8fecfcb,0x00487d7e,0xc428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013001,0xfaffeefb,0x30630470,0xfd5ff100,0x3ff6040f,0xe9fecfcb,0x00487d7e,0xc428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013000,0xfaffecfb,0x30630460,0xfd5ff100,0x3ff8040f,0xe9fecfcb,0x00487d7e,0xc428feef,0xeb3f6fff,0xffd00000,0x1015004e,0xe9fa3003,0xfd0011ff,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013000,0xfaffe9fb,0x30620450 +}; + +u32 ANIM_ENTRY_fire_standing_dual_wield_hands_crossed_left[] = +{ + 0x008fdbff,0xbfe1035f,0xfd000fec,0x01b6c9d3,0x9849d1b5,0x67e5aff9,0xfa001200,0xa07c0190,0xe8172066,0x1a1ef0e8,0x0f38013c,0x2003affc,0x3f100204,0x500bffcf,0xb200cfe9,0xfa8fcefb,0xd05e00b0,0x007fd6ff,0x9fe3036f,0xff003fef,0x01e6c6d3,0x583fd195,0x6be5aff9,0xf9f01300,0xa08001a0,0xf4171070,0x1a6ef1e7,0xef34014c,0x2303dffb,0x3f300304,0x600bffcf,0xb100cfe9,0xfa7fcdfb,0xe05c00b0,0x007fd9ff,0x8fe10320,0x0100cff3,0x0226c0d3,0x9848d135,0x6fe5bff9,0xf9f01300,0xa08001a0,0xeb174072,0x1abef4e7,0xaf3b012c,0x24037ffd,0x3f500304,0x800bffcf,0xac00dfe9,0xfa6fd1fb,0xf05c0090,0x005fddff,0x8fe202f0,0x02005ffa,0x01b6bbd4,0x0857d0e5,0x71e5dff9,0xf9c01300,0xa07e01a0,0xda17a06c,0x1b1ef6e7,0xaf41015c,0x24027ffc,0x3f500304,0x800bffcf,0xa800dfe8,0xfa7fd3fc,0x205c0090,0x006fdaff,0x7fe30360,0x01ff9ffd,0x0126bad4,0x4856d0c5,0x72e59ff8,0xf9801400,0xa07e01a0,0xdb17c06b,0x1afef2e7,0xbf3b014c,0x27025fff,0x3f700304,0xc00cffbf,0xa400efe8,0xfa7fccfc,0x505e0040,0x009fd6ff,0x6fe1042f,0xffff6003,0x00f6b3d4,0x484bd085,0x71e55ff8,0xf9301500,0xa07e01a0,0xec17a073,0x1aeeefe7,0xaf3600bc,0x2a02700b,0x3f900405,0x500dffaf,0x94011fe8,0xfa6fc9fc,0x90600010,0x00bfdbff,0x9fe1045f,0xfcff6018,0x00f6a9d4,0x0842d075,0x73e5bff7,0xf8b01700,0xa07d0190,0xf617807d,0x1b4ef5e8,0x2f45ffec,0x2901b018,0x3f600506,0x3010ff8f,0x7f014fe8,0xfa5fd3fc,0xd0630020,0x00bfdfff,0xdfe904bf,0xfbff1030,0x0056abd3,0xe844d0e5,0x75e61ff6,0xf8401800,0xa08001a0,0xe917807b,0x1baef8e7,0xff54ff0c,0x27010021,0x3f200707,0xb014ff7f,0x70017fea,0xfa0fe3fc,0xf0630020,0x00cfe300,0x0ff105af,0xfafe5046,0xffa6afd3,0xf849d145,0x76e66ff5,0xf7c01a00,0xb08601b0,0xdc17a076,0x1bdefce7,0x7f58fdac,0x2700f02b,0x3f100a09,0xe01aff6f,0x64019fec,0xf97fe9fd,0x1067ffc0,0x010ff200,0x3ff2064f,0xf9fdf060,0xff66a8d3,0xd84fd145,0x7ce67ff4,0xf7501b00,0xc08d01d0,0xe017d077,0x1c2f05e7,0x8f5dfc0c,0x2a006032,0x3f000e0c,0x4020ff5f,0x5e01afef,0xf8efe6fd,0x406cff30,0x01200900,0x5ff7064f,0xfbfe1084,0xff36a3d2,0xf84bd1e5,0x87e72ff4,0xf7001c00,0xd09401f0,0xf017e07c,0x1cdf08e7,0x2f62fa9c,0x2dff9032,0x3f00120e,0x1025ff5f,0x61019ff0,0xf8bfd9fd,0x206fff20,0x01901e00,0x8ffa0670,0x01fe30b1,0xfeb6a3d1,0xb843d2f5,0x95e7fff4,0xf6e01c00,0xe09c0200,0xf6181077,0x1cff00e7,0x1f57f8dc,0x34ff2035,0x3f101710,0x402bff6f,0x66018ff2,0xf88fbefd,0x1072ff00,0x01e03700,0xafff0780,0x03fe40d0,0xfe16a9d1,0xa841d345,0x9be80ff4,0xf7201c00,0xe09f0210,0xf618607a,0x1caf00e7,0x4f42f6cc,0x3ffe8038,0x3f001e13,0x0033ff6f,0x68018ff4,0xf81f91fc,0xf073fee0,0x02205a00,0xc0070850,0x06fdb0e9,0xfda6b8d1,0x9830d3b5,0xa1e7eff5,0xf7701b00,0xe09d0211,0x0218c088,0x1c9f0ee7,0x4f2ff47c,0x4ffd303b,0x3f102816,0x503dff6f,0x6c018ff6,0xf76f59fc,0xd071fec0,0x02507d00,0xa00f08e0,0x0ffd30fe,0xfd46c9d0,0xe810d4d5,0xaee7fff5,0xf7c01a00,0xe0990201,0x15195097,0x1c2f12e7,0x0f18f25c,0x65fbe03d,0x3f403319,0x7047ff7f,0x6d017ff8,0xf6bf23fc,0xc06ffea0,0x02409a00,0x90180a20,0x14fd0108,0xfd16d3d0,0x87fad535,0xb7e7eff6,0xf8101800,0xf0a10221,0x2919109f,0x1b8efbe7,0x5f06f12c,0x79fb003a,0x3f70391b,0x204eff7f,0x6f017ff9,0xf60f0bfc,0x9075fed0,0x0220b300,0xa01f0b90,0x17fd410b,0xfd56d9d0,0x27dfd515,0xbfe8cff8,0xf9201500,0xf0a20221,0x4417a0aa,0x1c6efae8,0x4f00f0bc,0x84fa7031,0x3f80381a,0xe04dff7f,0x76016ffb,0xf58f28fc,0x4076fef0,0x0250cc00,0xe01d0cf0,0x15fe010a,0xfe06d9cf,0xc7d0d4d5,0xcbe9bff9,0xfa101200,0xf0a00221,0x4f16e0ac,0x1daf0de8,0xaf03f07c,0x89fa102b,0x3f503219,0x6047ff8f,0x7f014ffb,0xf59f5ffb,0xe076ff00,0x0260e301,0x301b0e40,0x11fe5107,0xfe66d9cf,0x77ccd455,0xdaea6ffa,0xfab01001,0x00a80231,0x531770b7,0x1d6f16e8,0x9f0bf0dc,0x8bf99025,0x3ef02916,0xd03eff8f,0x81014ffa,0xf73f8cfb,0xa07aff30,0x0200fa01,0x50200fa0,0x12fe0103,0xfdd6d8cf,0x57ced3f5,0xe6eb2ffa,0xfad01001,0x10af0251,0x591920cd,0x1d3f18e7,0xef13f1ec,0x90f9101a,0x3ec01f13,0x8034ff8f,0x81014ff9,0xfa6fabfb,0x707eff80,0x01c10f01,0x00231160,0x16fe40f3,0xfdf6decf,0x27bfd415,0xeeebbffa,0xfac01001,0x10b00261,0x751910e2,0x1dcf13e7,0x0f1cf29c,0x98f86011,0x3ed01710,0xa02bff8f,0x83014ff8,0xfcdfc3fb,0x2081ffe0,0x01a12300,0xa02012f0,0x1afee0db,0xfeb6e2ce,0xd7b8d495,0xf6ec7ffa,0xfa401101,0x10ae0251,0x8218e0ee,0x1dff0fe7,0x5f2df2ec,0x9ef7c00c,0x3ef0130e,0xc026ff9f,0x86013ffa,0xfd8fddfa,0xd0840030,0x01613900,0x301d1410,0x20ff80c8,0xff26e7ce,0x87b8d506,0x02ed1ff9,0xfa201201,0x10aa0241,0x891920fc,0x1dbf11e7,0xbf35f34c,0xa1f73004,0x3f20110d,0xe023ff9f,0x8a013ffb,0xfd7fedfa,0xa0890050,0x01414dff,0xb01a14f0,0x27ffe0b9,0xff46fbce,0x47aad5d6,0x0dedcffb,0xfb000f01,0x00a50231,0x9018e100,0x1d8f0ee7,0x5f2af39c,0xa0f6bffb,0x3f300f0d,0x4022ff9f,0x90012ffd,0xfd9fe7fa,0x708e00c0,0x01915eff,0xb01415f0,0x23ffe0b0,0xffa71ece,0x2785d686,0x12ef2ffc,0xfc000c00,0xf09f0221,0x9518a0f8,0x1dcf0ce7,0x4f25f38c,0x95f6bffb,0x3ec00e0c,0x8020ff9f,0x90012ffe,0xfebfdcfa,0x309400e0,0x01a16fff,0xe01416f0,0x17ffc0a4,0x013746ce,0x775cd6d6,0x0cf0cffd,0xfcf00900,0xf09d0211,0x9b1850f7,0x1ecf0ce8,0x3f2df37c,0x86f71ff4,0x3e300d0c,0x301fff9f,0x8d012fff,0xffbfdcf9,0xe09800f0,0x01c18000,0x30161780,0x0bff709a,0x023766ce,0xa740d726,0x0af19ffe,0xfd800700,0xe09c0211,0xab1800f8,0x1f5f0fe8,0xdf33f35c,0x78f76feb,0x3d900e0c,0xb020ff9f,0x8f012001,0xffbfd7f9,0x509a0120,0x02318b00,0xb014180f,0xfdff4097,0x02577ace,0xc735d766,0x0ef32ffe,0xfdf00600,0xc08901d1,0xb31810f5,0x204f28e8,0x6f2df30c,0x6bf7cfe7,0x3cc0100d,0x6022ffaf,0x91012003,0xff7fc7f8,0xb09b0190,0x02f19201,0x300818df,0xe7ff0094,0x02877acf,0x574bd776,0x0bf48ffe,0xfe400500,0xa0790191,0x9618f0ec,0x20bf3ae8,0x2f2cf28c,0x5cf85fe7,0x3c00110d,0xf024ffaf,0x93011004,0xff3fc3f8,0x209e0220,0x03919901,0x7ffb19af,0xd1feb088,0x02c778d0,0x375dd7b6,0x00f54ffe,0xfe600400,0x90730181,0x7d1960e3,0x207f32e8,0x5f34f21c,0x4ff8afe5,0x3b80120e,0x6025ffaf,0x96011006,0xfebfc9f7,0xb0a202d0,0x04019e01,0x9ff41a3f,0xc3fe7080,0x031781d0,0xb75bd855,0xf9f5cffe,0xfe600500,0x90700171,0x751960d9,0x202f26e8,0x4f37f1cc,0x45f8cfe6,0x3b00130e,0xb026ffaf,0x93011007,0xfe1fcef7,0x60a80380,0x0441a501,0xcff41a0f,0xbefe2085,0x030789d0,0xc754d905,0xf9f67ffe,0xfe200500,0x80680161,0x7019b0d4,0x206f22e8,0x3f39f1ac,0x3bf94fe4,0x3a80130e,0xf027ff9f,0x8f012008,0xfd9fcdf7,0x20ae03f0,0x0441b001,0xdff9196f,0xc3fde096,0x02678ad0,0x8754d985,0xfff7fffe,0xfdd00600,0x60580121,0x621a10cf,0x213f29e8,0x6f44f19c,0x33f9dfe0,0x3a50150f,0x7028ffaf,0x8f012009,0xfd3fcff6,0xc0b30430,0x0481b801,0xaff918cf,0xc8fde0a4,0x02278cd0,0x6752d9d6,0x03f8affe,0xfd900700,0x50540111,0x5a1a70cd,0x216f29e8,0x7f50f10c,0x2df9efe4,0x3a501610,0x102aff9f,0x8d012009,0xfcbfd4f6,0x90b70400,0x04d1c001,0xaff9185f,0xc6fd90a9,0x020792d0,0xa748da36,0x03f8bffe,0xfd900700,0x50530111,0x571af0cf,0x211f28e8,0x4f57f0ac,0x27f9efe8,0x3a201710,0x602bff9f,0x8701300a,0xfc1fd5f6,0x70bc0430,0x0511c701,0xdff9188f,0xbefd309f,0x01b796d1,0xa73bda65,0xf8f90ffe,0xfd900700,0x50500101,0x5d1b20d1,0x215f2be8,0x3f5cf09c,0x21fa1fe8,0x39f01710,0x502bff9f,0x8601300b,0xfbafd8f6,0x40bf0410,0x0551ca01,0xeffc18af,0xbcfcf09b,0x01679cd2,0x4734da95,0xf3f9dffe,0xfd700700,0x404700e1,0x5b1b40cf,0x222f38e8,0x8f5cf08c,0x1cfaafea,0x39b01610,0x102aff9f,0x8601300c,0xfbafdef5,0xd0c003c0,0x0581d102,0x200117df,0xbdfcb0a5,0x0127a3d2,0x472ddab5,0xf9fa4ffe,0xfd800700,0x303e00d1,0x4f1b60cd,0x227f44e8,0xcf5cf07c,0x16fabfe7,0x39701610,0x302bff9f,0x8701300c,0xfbbfd7f5,0x70c203a0,0x05c1d802,0x7003178f,0xb8fc50a8,0x00e7a9d2,0x871cdaa5,0xf8fa1ffe,0xfdb00700,0x303b00c1,0x551b30d2,0x225f4ae8,0xff5ef04c,0x12fabfe4,0x39501710,0x802cff9f,0x8a01200c,0xfb8fcdf5,0x10c40390,0x05e1db02,0x8006177f,0xb8fc40a5,0x00b7afd2,0xc70ada85,0xf7f99ffe,0xfde00600,0x303e00d1,0x5e1ac0d5,0x222f47e8,0xdf62f01c,0x0ffaafe6,0x39401810,0xb02cff9f,0x8901300c,0xfb5fcff4,0xb0c703d0,0x05f1dd02,0x900b16ef,0xbefc60ab,0x0097b8d2,0x66f6da85,0xfff92ffe,0xfe000600,0x404100d1,0x641a60d0,0x21bf3de8,0xaf66f00c,0x0cfaafe8,0x39201810,0xb02cff9f,0x8301400d,0xfb4fd5f4,0xa0cc0460,0x05f1e102,0xb011168f,0xc1fc50ae,0x0097bed2,0x66e6da66,0x03f99ffe,0xfe500500,0x303c00c1,0x6b1a50d1,0x221f43e8,0x8f6af01c,0x09faefe8,0x39101710,0x902cff8f,0x7f01400d,0xfb2fd7f4,0x80d10470,0x05f1e503,0x0017168f,0xbefc10ae,0x0067bfd2,0xc6e1da56,0x01fa2fff,0xfea00400,0x303600b1,0x6f1a50d5,0x225f4de8,0x5f70f05c,0x04faffe4,0x38e01710,0x802bff8f,0x7f01400d,0xfb3fd6f4,0x50d20460,0x05f1e303,0x301a168f,0xbbfc10b1,0x0017c4d2,0xd6d3da66,0x03faafff,0xfec00300,0x303400a1,0x721a40d6,0x221f49e7,0xef6ef08c,0x03fb1fe3,0x38c01710,0x502bff8f,0x8001400d,0xfbafd2f4,0x50d00440,0x0611e303,0x3018164f,0xbafc30b4,0xffd7c6d2,0x86ceda46,0x0afabfff,0xfeb00400,0x303500b1,0x7a1a00d8,0x21bf49e7,0xef6ef07c,0x04fb1fe4,0x38d01610,0x202bff8f,0x8101400c,0xfbdfcdf4,0x50cf0420,0x0661e403,0x4014162f,0xb8fbe0b4,0xffa7c7d2,0x66ccda36,0x0cfa7fff,0xfec00300,0x303800b1,0x8d1990dd,0x216f47e8,0x1f71f03c,0x04fadfe8,0x38e01610,0x202bff8f,0x8101400c,0xfbcfcef4,0x90cf0410,0x0651e303,0x5017164f,0xb8fbb0b2,0xff67cbd2,0x66c8da56,0x0efabfff,0xfef00300,0x303800b1,0x971950df,0x215f45e7,0xff72f03c,0x05faafe7,0x38d01710,0x302bff8f,0x8001400b,0xfb7fd4f4,0xd0d00430,0x0621e103,0x601b167f,0xb8fba0b5,0xff37ccd2,0x56cfda56,0x12fb8fff,0xff000300,0x303200a1,0x951960d8,0x214f50e8,0x0f6ef05c,0x06faafe5,0x38d01710,0x402bff8f,0x8201400a,0xfb3fd3f5,0x00d00430,0x0651de03,0xa019169f,0xb3fb90ba,0xff67c7d2,0x16d4da06,0x14fb8fff,0xfed00300,0x303400a1,0x971970d4,0x20ef55e8,0x2f6af05c,0x05fa4fe4,0x38a01710,0x502bff9f,0x85013009,0xfb5fcef5,0x10cf0480,0x0681d903,0xb01416ef,0xaffba0b8,0xff77c6d1,0xf6cad9b6,0x15faffff,0xfed00300,0x303a00c1,0xa51940da,0x20df50e8,0x0f6bf02c,0x05f9efe9,0x38801710,0x602bff9f,0x84014009,0xfb7fd1f5,0x30cf04f0,0x0681d503,0x900f171f,0xacfbb0b5,0xff37c3d1,0xe6c8d966,0x19fa1fff,0xff000300,0x404000d1,0xab1920e0,0x20cf40e7,0xaf70f02c,0x07f9efe9,0x38901710,0x502bff9f,0x84014009,0xfb8fd7f5,0x60cf0510,0x0681d203,0x800c173f,0xaafb90b2,0xff37bfd1,0xc6d1d956,0x1dfa5fff,0xff000200,0x303b00c1,0xa31930dd,0x216f42e7,0x2f6cf01c,0x0af9efe9,0x38a01610,0x302bff9f,0x86013008,0xfbafd8f5,0x60ce0540,0x0651cf03,0x9010174f,0xabfb50b3,0xff67c1d1,0x96d1d936,0x22fb1fff,0xff100200,0x303300a1,0xa01940dd,0x225f4fe6,0xdf67f05c,0x0bf9cfe7,0x38801610,0x202aff9f,0x86013008,0xfbdfd7f5,0x70cd0560,0x0641cd03,0xa011174f,0xaafb00bb,0xff37c2d1,0x66ccd8f6,0x26fb6fff,0xff300200,0x303200a1,0xa11910e1,0x22cf55e7,0x2f65f07c,0x0bf9bfe6,0x38701610,0x102aff9f,0x86013008,0xfc0fd4f5,0x90cd0580,0x0671cb03,0xc00c177f,0xa5fac0c0,0xfed7bbd1,0x56d2d8a6,0x27fb6fff,0xff300200,0x303500b1,0x9d1900e0,0x233f5ae7,0x7f65f06c,0x0af9dfe6,0x3870160f,0xf02aff9f,0x89013008,0xfc2fd2f5,0xa0cc0550,0x0691c903,0xd007179f,0xa0fab0c1,0xfed7b5d1,0x26d7d866,0x27faffff,0xff200200,0x303a00c1,0x9b18f0de,0x236f59e7,0x6f65f06c,0x0af9dfe7,0x3870160f,0xd029ff9f,0x8a013008,0xfc2fd3f5,0xb0cb0540,0x06a1c703,0xc003178f,0x9efa60c2,0xfea7b5d0,0xf6ced846,0x29fa3fff,0xff500200,0x403f00d1,0xa218a0e0,0x236f51e7,0x8f65f05c,0x0bf9bfe8,0x3870160f,0xd029ff9f,0x89013007,0xfc0fd5f5,0xc0ca0550,0x0681c603,0xc004179f,0xa0fa40c5,0xfe07b0d0,0xe6d1d7f6,0x2cfa6fff,0xff800100,0x303c00c1,0xa118a0e3,0x243f53e7,0x5f66f07c,0x0af9ffe5,0x3870150f,0xc029ff9f,0x8b012007,0xfbefd7f5,0xb0c904f0,0x0651c403,0xd00717bf,0xa3fa60c9,0xfe17aad0,0xa6d9d7c6,0x31fb0fff,0xff700100,0x303600b1,0x9918b0e0,0x252f59e7,0x2f64f0dc,0x0afa5fe1,0x3870150f,0xb029ff9f,0x8c012007,0xfc0fd6f5,0xb0c70490,0x0631c203,0xd007178f,0xa4fa70ce,0xfea7aad0,0x56d0d796,0x36faafff,0xff800100,0x303900c1,0x9c1850e1,0x250f56e7,0x2f62f10c,0x0bfa5fe0,0x3860150f,0xb029ff9f,0x89013006,0xfc1fd0f5,0xe0c704a0,0x0651c503,0xe002176f,0xa1fac0cd,0xfeb7a0d0,0x26d3d736,0x38fa2fff,0xff800100,0x303d00c1,0xa017f0e7,0x252f4fe6,0xef63f0ec,0x0afa3fe1,0x3870150f,0xb029ff9f,0x89013006,0xfbffcbf6,0x00c70480,0x0671c303,0xeffc17af,0x9efac0c8,0xfe9795cf,0xf6e0d6e6,0x37f9ffff,0xff600100,0x403f00d1,0x9f1800e7,0x25bf4de6,0xcf62f0cc,0x0afa6fe2,0x3870150f,0xd029ff9f,0x8b012006,0xfbefccf6,0x00c60430,0x0661c103,0xdffc17bf,0x9ffaa0c5,0xfe978ecf,0xb6e7d6c6,0x34f9efff,0xff500200,0x403f00d1,0x9f17d0e3,0x256f4ee6,0xef60f0cc,0x0cfaafe2,0x3870160f,0xf02aff9f,0x89013006,0xfbcfd1f5,0xe0c50410,0x0641c603,0xffff176f,0xa3fae0c6,0xfe9782cf,0x86efd696,0x2dfa5fff,0xff400200,0x303b00c1,0xa01780e4,0x252f54e7,0x6f66f0ec,0x09fa5fde,0x38701610,0x002aff9f,0x88013006,0xfbdfd0f5,0xc0c40420,0x0651c504,0x0ffd176f,0xa2fb10c8,0xfea777cf,0x66f5d666,0x25fa8fff,0xff400200,0x303900c1,0x9e1790ec,0x24cf5ce8,0x2f65f0ec,0x08fa6fdf,0x38601610,0x002aff9f,0x89013006,0xfc1fcef5,0xc0c40420,0x0681c203,0xfff9178f,0xa1fb40c5,0xfee76ecf,0x56f7d646,0x1df9ffff,0xff400200,0x303b00c1,0x9d1750ee,0x23cf5de8,0x8f61f0cc,0x09fabfe2,0x3860160f,0xf02aff9f,0x88013006,0xfc3fcdf5,0xd0c50420,0x0691c404,0x1ff6174f,0xa0fb60c3,0xff2765cf,0x46fcd626,0x16f95fff,0xff800100,0x403e00d1,0xa416c0f0,0x232f55e8,0x5f62f0cc,0x07fa9fe2,0x3850160f,0xe02aff9f,0x87013006,0xfc2fcdf5,0xe0c60440,0x06a1c704,0x2ff5173f,0xa0fb60c1,0xfef75dcf,0x56fed5e6,0x0cf90fff,0xffb00000,0x404000d1,0xa81680f0,0x22df53e8,0x9f63f0cc,0x06faefe0,0x3860160f,0xd029ff9f,0x88013007,0xfc0fcef5,0xf0c603e0,0x0691c804,0x3ff8170f,0xa4fb50c3,0xfed754cf,0x3704d5c6,0x07f94fff,0xffa00100,0x303c00c1,0x9f16b0f0,0x224f5be9,0x0f62f0ec,0x05fb2fde,0x3850160f,0xf02aff9f,0x89013007,0xfbefcff5,0xd0c50370,0x0661ca04,0x5ffd16bf,0xa8fb30c7,0xfed74ace,0xf70fd5c6,0x03f98fff,0xff900100,0x303700b1,0x9a16c0f2,0x219f62e9,0xcf61f11c,0x04fb1fd9,0x38301610,0x102aff9f,0x89013007,0xfc1fc9f5,0xc0c50370,0x0661c904,0x5ffe16af,0xaafb20c7,0xfe973ece,0xd715d5b5,0xfdf92fff,0xff700100,0x303600b1,0x9d1680f5,0x20af64ea,0x6f5ef12c,0x04fb2fd9,0x38301610,0x002aff9f,0x89013007,0xfc2fc5f5,0xd0c60380,0x0681c604,0x4ffa16bf,0xaafb20c5,0xfea73bce,0xb70ed585,0xf8f8cfff,0xff800100,0x303700b1,0xa21630fa,0x1fef68ea,0xff5bf10c,0x05fb4fdc,0x3830160f,0xf02aff9f,0x88013007,0xfc0fc8f5,0xd0c60390,0x0671c404,0x3ff7167f,0xabfb60c6,0xfed735ce,0x5710d535,0xf4f8bfff,0xff900100,0x303900c1,0xa3162100,0x1f9f6beb,0x7f5af10c,0x06fb6fdd,0x3830160f,0xf02aff9f,0x87013007,0xfbcfccf5,0xe0c703c0,0x0671c304,0x3ff7163f,0xacfb80c9,0xfec727cd,0xe723d4d5,0xf1f87fff,0xff700100,0x303900c1,0xa2162101,0x1f4f69eb,0x9f5bf11c,0x06fb6fdd,0x3830160f,0xe02aff9f,0x88013007,0xfbafcef5,0xe0c703e0,0x0661c404,0x5ff915ef,0xaffb90cc,0xfe971bcd,0x972dd4a5,0xedf86fff,0xff700100,0x303500b1,0x9e160104,0x1ebf68eb,0xbf60f13c,0x04fb2fdb,0x38101610,0x002aff9f,0x87013007,0xfbafd1f5,0xd0c60420,0x0651c204,0x5ff915bf,0xb0fb50d1,0xfe1720cc,0xf724d485,0xeaf83fff,0xff800100,0x303400b1,0x9615e102,0x1dcf6eec,0x4f61f12c,0x04fb1fdc,0x38101610,0x202aff9f,0x86013008,0xfbcfd1f5,0xd0c60430,0x0651c304,0x5ff6155f,0xb0fb40d2,0xfdf72ccc,0x0719d455,0xe5f79fff,0xff800100,0x303800b1,0x9215f0fc,0x1cff6ced,0x1f63f12c,0x04fb2fdb,0x38201610,0x102aff9f,0x87013008,0xfbefd4f5,0xf0c70420,0x0651c104,0x3ff5154f,0xb2fb90d1,0xfe6741cb,0x3701d3f5,0xe0f7bfff,0xff900100,0x303800b1,0x9515d0f8,0x1d2f6bed,0x7f63f11c,0x05fb4fdd,0x38401610,0x002aff9f,0x86013008,0xfbbfd9f6,0x10c70410,0x0631c004,0x2ff6151f,0xb6fbd0d5,0xfea75dca,0x46e1d395,0xddf7efff,0xffa00100,0x303600b1,0x9815d0f4,0x1d2f6ced,0x9f61f12c,0x07fb7fde,0x38401610,0x002aff9f,0x85013008,0xfb9fdcf6,0x00c703f0,0x0621c104,0x3ff814df,0xbafbb0da,0xfe3771c9,0x76ced345,0xdbf81fff,0xffb00100,0x303100a1,0x951630ef,0x1cef75ed,0xaf62f14c,0x05fb7fdb,0x38301610,0x102aff9f,0x86013008,0xfbafdbf5,0xf0c603d0,0x0601c304,0x4ffc149f,0xbdfb70dd,0xfe378ac8,0xa6bdd345,0xd7f7dfff,0xffb00100,0x203000a1,0x861670e3,0x1c0f76ee,0x3f63f16c,0x05fb6fd7,0x38301610,0x202aff9f,0x87013009,0xfbdfd6f5,0xf0c503c0,0x05e1c604,0x3ffe143f,0xc1fb70de,0xfe67aec7,0xc69bd365,0xd1f6efff,0xff800100,0x303600b1,0x7f1650da,0x1aaf6fee,0xcf62f16c,0x06fb1fd7,0x38401610,0x202aff9f,0x85013009,0xfbffd3f6,0x10c603e0,0x05f1c704,0x2ffd140f,0xc4fb70df,0xfe07dcc7,0x0669d335,0xcbf64fff,0xff700100,0x303a00c1,0x821630da,0x19df6def,0x2f60f14c,0x07faefd8,0x38601610,0x102aff9f,0x85013009,0xfbefd4f6,0x30c70400,0x05f1c704,0x1ffa13ff,0xc6fb70df,0xfdc80dc6,0x363cd2a5,0xc6f5dfff,0xff600100,0x303b00c1,0x7d1660d3,0x19af74ef,0x6f5ef13c,0x09faffd9,0x3870160f,0xe02aff9f,0x87013009,0xfbdfd6f6,0x20c603d0,0x0601c704,0x1ffa13df,0xcafbe0e1,0xfe184bc5,0x7606d215,0xc2f5dfff,0xff600100,0x303800b1,0x7816a0c8,0x196f7bef,0x3f5cf13c,0x09faefda,0x3860160f,0xd02aff9f,0x8601300a,0xfbefd6f6,0x20c603f0,0x0601c804,0x2ffb138f,0xcdfc00e7,0xfde8abc4,0xc5a7d1c5,0xbef5dfff,0xff500100,0x303400b1,0x7616c0c4,0x192f83ef,0x6f5df11c,0x09fabfdb,0x3850160f,0xf02aff9f,0x8401400a,0xfc0fd3f6,0x20c50420,0x0601c704,0x0ffb135f,0xd0fb90eb,0xfd992cc4,0x4525d175,0xb7f5afff,0xff300200,0x303500b1,0x7016c0c1,0x18df89ef,0xff5cf10c,0x0bfabfdd,0x38701610,0x002aff9f,0x8501300b,0xfc2fd3f6,0x20c50410,0x05d1c403,0xcffc135f,0xd5fbb0e6,0xfdf967c3,0x64dbcf65,0xb7f3bfff,0xfe800300,0x304200c1,0x681690bb,0x179f83f0,0x9f50f10c,0x10faafdf,0x38a0160f,0xd029ff9f,0x8601300b,0xfc8fd2f6,0x60c103d0,0x0591bf03,0x5ffb134f,0xdcfc00db,0xfe0967c2,0x04b4cb95,0xbff10fff,0xfd500300,0x405400e1,0x6d1680b3,0x166f7cf0,0xcf43f11c,0x1afa5fe2,0x38f0150f,0xa029ff9f,0x8501300b,0xfccfcef6,0xc0bb0370,0x0541ba02,0xeffb131f,0xe2fc70cb,0xfd99b4c0,0xa442c7a5,0xc8ee8ffe,0xfc200400,0x406600f1,0x6f1690ad,0x159f7af0,0xef37f11c,0x24f9efe3,0x3940150f,0xb029ff9f,0x8701300b,0xfcffc8f6,0xf0b20340,0x04e1ac02,0x7ffd135f,0xe6fc90af,0xfd0960bf,0x447bc425,0xcceacffe,0xfaf00500,0x60830131,0x6516b0a7,0x133f6df1,0x8f21f12c,0x33f99fe7,0x3990160f,0xd029ff9f,0x8801300b,0xfd9fc0f7,0x30aa0380,0x04619801,0xdfff139f,0xeafcb094,0xfce978bd,0xd44ac035,0xcfe7affe,0xf9900600,0x80a00161,0x6016d09f,0x11bf69f2,0x8f0af15c,0x46f95fed,0x3a00150f,0xd029ff9f,0x8701300c,0xfe4fbef7,0x70a20400,0x03b18401,0x3002138f,0xebfd0077,0xfd199ebc,0x8404bbe5,0xd3e58ffe,0xf8800700,0x80b20181,0x5f16c099,0x119f77f3,0x2f02f1ac,0x56f90ff1,0x3a80150f,0xe029ff9f,0x85014007,0xfeafb6f7,0xd09a0450,0x02b16c00,0x800a139f,0xedfd4050,0xfda9e6bb,0x13a6b705,0xd3e2dffe,0xf7600700,0x90c40191,0x59172094,0x115f7ff3,0x5f00f25c,0x68f91ff3,0x3b30150f,0xc029ff8f,0x81014ffc,0xfedfa7f8,0x60940420,0x01d14aff,0xd010140f,0xecfd802a,0xfe4a03b9,0x237cb1e5,0xd4e03ffd,0xf6100900,0x90d201a1,0x4e179096,0x116f82f3,0xbef7f34c,0x7cfa0ff7,0x3bf0140f,0x6028ff8f,0x7c015ff0,0xff0f99f9,0x109003d0,0x015126ff,0x9014133f,0xeefdf01f,0xfe59b6b6,0xf3b9adc5,0xe6ddaffd,0xf4b00a00,0xa0e101a1,0x3e17d099,0x113f83f3,0x8ef3f43c,0x8bfb2ffb,0x3c70130e,0xd026ff8f,0x79015fe2,0xff6f88f9,0xa08b0360,0x00d108ff,0x5019117f,0xf3fe4020,0xfe6971b4,0xc3dbaa35,0xfedb2ffc,0xf3a00b00,0xa0d701b1,0x3e17c093,0x114f8bf3,0x7ef5f51c,0x99fc2fff,0x3d20120e,0x5025ff8f,0x79015fd2,0x000f78fa,0x10850280,0x0080ebff,0x001b105f,0xf0fda012,0xfe796cb2,0x73c4a616,0x0dd88ffc,0xf2900b00,0x90c70191,0x4117208c,0x117f93f4,0x1ef1f5dc,0xa9fcf003,0x3df0100d,0x8023ff8f,0x7d015fbf,0x00ef66fa,0x807e01e0,0x0050d0fe,0xf01e0f3f,0xe7fc6000,0xfe7968af,0xe3b9a266,0x1cd56ffc,0xf1500c00,0x80b30171,0x3916d084,0x112f8cf4,0x8ef2f6bc,0xb3fd5007,0x3e900e0c,0x301fff8f,0x7f014fa9,0x01df5dfa,0xe0770190,0x0030b3ff,0x10220ddf,0xddfbcff5,0xfec954ad,0x83b19f46,0x2fd2cffc,0xf0600c00,0x709d0151,0x3f16b081,0x106f8df4,0xeefcf7dc,0xbafdb008,0x3f100b0a,0xa01bff9f,0x84013f8f,0x02ff5ffb,0x50720120,0x00109cff,0x40240bef,0xd0fb9ff6,0xffa934ab,0x23b69c96,0x48d02ffc,0xef900c00,0x608c0131,0x3f168087,0x0f7f8ff5,0x2f0af8ac,0xbcfdd008,0x3f600909,0x7018ff9f,0x8b012f80,0x03ff79fb,0xb0700110,0x00108aff,0xa022099f,0xc2fb1ffb,0x00291aa8,0x53ca99c6,0x66ce1ffc,0xee900c00,0x607b0121,0x29165089,0x0f2f95f5,0x6f16f8ec,0xbafe2008,0x3fa00909,0xc019ffaf,0x91011f8b,0x033f98fb,0xf06d0090,0xffc07600,0x102607df,0xb4faaffe,0x00990ba5,0x83d896a6,0x81cbcffc,0xee600d00,0x60700121,0x1116f07a,0x0e4f93f5,0xff1af92c,0xb2feb003,0x3fc00c0b,0x301dffaf,0x96010fa3,0x000f9cfc,0x206affd0,0xff505d00,0x803306cf,0xa5fa9005,0x0138fda3,0x63d693e6,0x92ca6ffc,0xef200d00,0x505c0101,0x0e179071,0x0e3f92f6,0x9f0ff9bc,0xa7ff6001,0x3fc00f0c,0xa021ffaf,0x94011fbb,0xfc9f8bfc,0x6068ff50,0xff404200,0xf036064f,0x97fa6004,0x0158f7a1,0x43d49136,0xa1c92ffc,0xf0200c00,0x404100d1,0x0e17f06d,0x0e1f94f6,0xdf0af9dc,0x9affc008,0x3f80120e,0x7026ff9f,0x8b012fcc,0xfa1f6bfc,0xa067ff30,0xff502701,0x2032060f,0x8df9e006,0x0128f19f,0x13cb8e66,0xb5c7dffc,0xf1600b00,0x302b00a1,0x25176076,0x0d9f94f6,0xef11f9bc,0x9000000f,0x3f701710,0x502bff9f,0x86013fd6,0xf8bf40fc,0xd064ff30,0xff900401,0x002905cf,0x8cfa1013,0x01a8da9d,0x03d58d06,0xc6c73ffd,0xf2500a00,0x201c0091,0x34170080,0x0d1f8ef6,0xdf0ff9ec,0x8a009014,0x3fb01911,0x302eff9f,0x89013fdd,0xf7ff12fd,0x005fff50,0xffbfe200,0xe020053f,0x95fa3028,0x0228c09a,0xd3e98c96,0xd3c72ffc,0xf2900c00,0x301400a1,0x2617307a,0x0c3f90f7,0x6f12fa9c,0x82015015,0x3fe01810,0xb02cffaf,0x8f012fe1,0xf78efafd,0x305aff50,0xff7fce00,0xb022047f,0x9ef92034,0x0218a998,0x93e98bc6,0xe0c6effb,0xf2a00f00,0x301300c1,0x33172080,0x0b6f97f8,0x7f1ffb8c,0x7701600e,0x4010150f,0x8029ffaf,0x97010fe2,0xf7cf14fd,0x6054ff20,0xff9fbc00,0x601f041f,0xa9f7a036,0x02089a96,0xc3ce8ad6,0xecc66ffc,0xf3e00d00,0x401300e1,0x5e167096,0x0a9f9cf9,0x8f1cfc2c,0x7301900b,0x4050110d,0xf024ffbf,0x9e00ffde,0xf94f4afd,0xa050feb0,0xffffaaff,0xf017040f,0xb5f71036,0x02988e94,0xe3ad8a06,0xf7c5fffd,0xf5800a00,0x500e00f1,0x811540aa,0x09cf9ffa,0x9f0dfc9c,0x7602600d,0x40a00e0c,0x7020ffbf,0xa400efd9,0xfb1f70fd,0xa04cfee0,0x003fa4ff,0xb010036f,0xc1f7a039,0x03087892,0x639f8957,0x09c5bffc,0xf6000b00,0x50060101,0x971440b8,0x095f9ffa,0xcf0bfd1c,0x7702700b,0x40c00c0b,0x601dffcf,0xab00dfd9,0xfbdf7ffd,0xa049fef0,0x000fa5ff,0xa00e02df,0xcbf8303e,0x0328688f,0xd3a58897,0x1dc57ffc,0xf6500d00,0x6fff0111,0x8f1460bb,0x08dfa3fa,0xaf10fdbc,0x7302a005,0x40a00b0a,0xa01bffcf,0xb000cfdb,0xfbcf86fd,0xa04afed0,0xffef9eff,0x900d032f,0xd5f8303e,0x02a8668d,0x83cf8787,0x30c54ffc,0xf7200d00,0x6ff50111,0x581550a3,0x087fa7fa,0xdf0ffe7c,0x6f03efff,0x40800a09,0xe019ffcf,0xb300cfda,0xfb8f8cfd,0x804afe70,0xffbf9dff,0x700b033f,0xe2f86040,0x01c8608b,0x13fa8697,0x46c4effc,0xf7f00d00,0x6fec0121,0x2d16108d,0x083fabfa,0xdf13ff3c,0x69043ff9,0x40600909,0x3018ffcf,0xb600bfda,0xfb4f97fd,0x7049fec0,0xffaf9aff,0x5005032f,0xeff8b045,0x01084d88,0x73ff85e7,0x5ec47ffc,0xf8a00d00,0x7fe60121,0x2f161089,0x086faffb,0x0f17ffbc,0x64041ff5,0x40400808,0x9016ffdf,0xba00bfda,0xfb0fa1fd,0x4046ff50,0xffbf90ff,0x2000039f,0xfaf93048,0x00e83885,0xa3fa8527,0x77c37ffb,0xf8e00f00,0x8fe40141,0x3916108c,0x087fb3fa,0xef15002c,0x62049ff4,0x40400708,0x1015ffdf,0xbb00bfda,0xfabfa9fd,0x2044ffb0,0xffcf8dff,0x3ffa03df,0xfef9e04d,0x01782582,0x53f383e7,0x98c24ffa,0xf8c01100,0xafec0171,0x4715f09f,0x087fb6fb,0xcf18005c,0x5e04eff2,0x40000707,0xd014ffdf,0xc000afdb,0xfa6fb0fc,0xf041fff0,0xff9f94ff,0x6ff8035f,0xfffa5055,0x01c8107e,0xb3f48267,0xc2c12ff8,0xf8601500,0xdffd01c1,0x4e15c0b1,0x085fa6fd,0x9f22007c,0x5704afeb,0x3fb00707,0xd014ffdf,0xc5009fdb,0xfa2fb6fc,0xd03f0000,0xff9f9aff,0x8ff402d0,0x02fa0051,0x00f7f67a,0x740b80e7,0xf8c01ff4,0xf7501b01,0x20180231,0x501540b8,0x091fa7fd,0xbf24007c,0x53046feb,0x3f800707,0xc014ffdf,0xc6009fdb,0xf9dfb3fc,0xc0420010 +}; + +u32 ANIM_ENTRY_fire_standing_dual_wield_hands_crossed_right[] = +{ + 0x005fa3ff,0xffb306df,0xe7019fef,0x00fd5aa5,0x110bbd55,0xf9e4bffd,0xfd000900,0x70650142,0x21121144,0x2a4f91df,0xef28ff3c,0x2f047000,0x3d600708,0x6015ffaf,0x97010fe8,0xf8afd2fb,0x80730190,0x005fa1ff,0xffb3070f,0xe7014feb,0x007d5ea5,0x010bbd65,0xfbe4affd,0xfd000900,0x70650142,0x1c122142,0x2a2f8adf,0xdf25ff5c,0x2f047000,0x3d600708,0x5015ffaf,0x97010fe7,0xf8afcefb,0x807301b0,0x007f9cff,0xefb2076f,0xe8015fea,0xffed5fa5,0x1102bdf6,0x00e3dffd,0xfd000900,0x605f0132,0x2611d148,0x291f7ddf,0xef1eff2c,0x3104b002,0x3d800708,0x6015ffbf,0x99010fe7,0xf8dfccfb,0x807201b0,0x006fa0ff,0xefb3073f,0xe7020feb,0x002d5ba5,0x00fabe16,0x04e33ffd,0xfd000900,0x605b0122,0x3011a150,0x285f79df,0xdf25ff1c,0x3104c000,0x3d800708,0x7015ffaf,0x98010fe6,0xf8ffcefb,0x80720160,0x003fa4ff,0xffb6070f,0xe6023fe8,0x002d5da4,0xd0fdbdc6,0x04e39ffd,0xfd000900,0x605e0132,0x2911e154,0x28bf7edf,0xaf2dff4c,0x2f04affd,0x3d700708,0x6015ffbf,0x9a010fe6,0xf90fd0fb,0x80720140,0x004fa2ff,0xffb6075f,0xe6018fe2,0xff8d66a4,0xa106bdc6,0x04e3bffd,0xfd000900,0x605f0132,0x17125150,0x28af7cdf,0x8f29ff4c,0x2f049ffe,0x3d700708,0x7015ffbf,0x9b00ffe6,0xf8ffccfb,0x70700170,0x005fa1ff,0xffb6077f,0xe6014fe0,0xff1d68a4,0x810abdf6,0x08e35ffd,0xfd000900,0x605e0132,0x1212814e,0x282f76df,0x7f24ff2c,0x30046000,0x3d700808,0xa016ffaf,0x97010fe6,0xf8ffc6fb,0x807201c0,0x004fa2ff,0xefb7075f,0xe6019fe2,0xfedd64a4,0x9102be06,0x0ce35ffd,0xfd000900,0x605e0132,0x1f12114f,0x282f74df,0x2f24ff2c,0x31042000,0x3d700808,0x9016ffaf,0x96010fe5,0xf92fc3fb,0x807201e0,0x005fa1ff,0xdfb7074f,0xe701cfe4,0xfeed5fa4,0xc0fcbe16,0x0fe36ffd,0xfcf00900,0x70610132,0x2a119153,0x284f74de,0xcf23ff1c,0x32045001,0x3d900708,0x8015ffaf,0x99010fe4,0xf94fc3fb,0x606f01c0,0x007fa0ff,0xefb7073f,0xe701efe5,0xfeed5da4,0xe0febe36,0x13e39ffd,0xfcd00a00,0x70620142,0x2911b156,0x284f79de,0xaf25feec,0x31048003,0x3d800808,0xa016ffbf,0x99010fe4,0xf95fc5fb,0x706f01b0,0x006fa2ff,0xffb806ff,0xe701dfe3,0xfe9d60a4,0xe10dbe36,0x17e3affd,0xfca00a00,0x70620142,0x14124150,0x282f78de,0xbf27fecc,0x31045002,0x3d700808,0xc016ffaf,0x98010fe4,0xf96fc2fb,0x707001b0,0x006fa2ff,0xefb906df,0xe9017fd9,0xfe8d5fa5,0x1115be56,0x1be3effc,0xfc700b00,0x70630142,0x0b12514c,0x281f74de,0xcf1ffecc,0x32045004,0x3d800808,0xe016ffaf,0x97010fe4,0xf98fbbfb,0x807001a0,0x008f9aff,0xdfb8070f,0xea015fcf,0xff1d57a5,0x7111bea6,0x20e44ffc,0xfc200c00,0x70630142,0x1a11d14d,0x281f72de,0xaf13fe9c,0x3404d007,0x3d800809,0x1017ffaf,0x95010fe4,0xf97fb5fb,0x806f0190,0x007f9bff,0xdfb9069f,0xec01dfc7,0xff7d4ba5,0xe111bef6,0x29e45ffc,0xfbd00d00,0x70620142,0x2611b150,0x27ff71de,0x9f10fe5c,0x3404f007,0x3d800909,0x9018ffaf,0x95010fe4,0xf96fb1fb,0x706d0170,0x003fa3ff,0xefbe05df,0xed025fb2,0xfecd48a6,0x0110bef6,0x2ee47ffb,0xfbc00d00,0x70610142,0x27120156,0x27ef74de,0x5f18fdfc,0x33049005,0x3d600a0a,0x601affaf,0x95010fe5,0xf94fb2fb,0x60690150,0x000fa3ff,0xefc405df,0xec01ff90,0xfd1d4fa5,0xe112bed6,0x2de4bffb,0xfba00d00,0x70630142,0x1c129159,0x27df77de,0x6f17fd9c,0x34043008,0x3d300c0b,0x701dff9f,0x8c012fe6,0xf8ffb0fb,0x706b01d0,0xffcf9dff,0xbfcd05cf,0xf0012f6a,0xfbcd51a6,0x1118bef6,0x31e4affb,0xfb600e00,0x70670152,0x1b12f15b,0x27cf75de,0x5f11fd4c,0x3804300d,0x3d400f0c,0xa021ff8f,0x7c014fe7,0xf87faefb,0x806d0270,0xff9f95ff,0x9fd405ef,0xf200ef41,0xfafd51a6,0x3116bed6,0x31e48ffa,0xfb001000,0x806d0162,0x2e12c15d,0x27cf72de,0x0f08fcfc,0x3b04b015,0x3d40110d,0xb023ff7f,0x6e017fe9,0xf80faefb,0x806c0280,0xff9f8dff,0x8fd905af,0xf0015f20,0xfaad50a6,0x9116be96,0x32e46ffa,0xfa901100,0x90770182,0x3a12615c,0x278f74dd,0xeefefc5c,0x3c05b025,0x3d30130e,0xb026ff5f,0x5a01afea,0xf78faefb,0x806c0210,0xffbf87ff,0x8fdc04ff,0xee01df00,0xfafd4fa6,0xb11ebdf6,0x32e3aff9,0xf9e01300,0xa08401b2,0x3b12315d,0x26ef6fdd,0x0ef7fbdc,0x3b06c03a,0x3d40140f,0x5028ff2f,0x4101efeb,0xf73fadfb,0x906c0160,0xffdf77ff,0x5fe304af,0xec018edc,0xfbad52a6,0xc12ebd96,0x2ee37ff7,0xf9001600,0xb08c01c2,0x2b12515f,0x268f6cdc,0x9ee5fbcc,0x3c07f049,0x3d50140f,0x4028ff0f,0x34021feb,0xf76faafb,0x806a0120,0x000f65ff,0x0fe7045f,0xe9015eb9,0xfc5d52a6,0x813dbce6,0x28e3aff5,0xf8101900,0xc08e01d2,0x20128161,0x266f73dd,0x0ed7fbac,0x3e087053,0x3d70130e,0xe027ff0f,0x34021fea,0xf7cfaefb,0x506301b0,0x008f4efe,0x6fe903ff,0xeb00de8f,0xfd6d4ea6,0x214cbbf6,0x22e3aff3,0xf7101d00,0xc09101e2,0x1e129162,0x268f71dc,0xbed0fb7c,0x4308405d,0x3da0120e,0x7026ff1f,0x3a01ffe9,0xf80fbdfb,0x205a03a0,0x017f2cfd,0x7fea041f,0xf1001e67,0xfeed4ca5,0xd159bb36,0x1ae3cff1,0xf5f02000,0xc09401e2,0x18123159,0x269f6cdd,0x1ec7fb0c,0x4c08006d,0x3e00120e,0x0025ff2f,0x3f01ffe9,0xf83fd5fb,0x005506d0,0x025f08fc,0xafee043f,0xf5ff4e52,0xffcd4ea5,0x8166ba66,0x0fe3cfef,0xf4d02400,0xd09401e2,0x1511c14d,0x267f70de,0x1ec5fa7c,0x5207d083,0x3e30110d,0xe024ff1f,0x35020fe7,0xf85ff1fb,0x005d0b70,0x02dee3fc,0x3ff4044f,0xf4fece48,0x007d54a5,0x017eb9a6,0x09e3efec,0xf3c02800,0xc08f01d2,0x1112614d,0x269f74dd,0xaec1fa6c,0x5308009a,0x3e00110d,0x9023feef,0x20023fe4,0xf89004fb,0x30741040,0x033ebefb,0xfff8044f,0xf0ff4e3b,0x00fd5aa4,0x8193b8b6,0x02e3cfea,0xf2f02b00,0xb08601b1,0xff13414c,0x272f72dc,0x2eb2fa7c,0x5307d0ae,0x3da0100d,0x2022febf,0x0b027fe0,0xf8b009fb,0x808812a0,0x037ea5fb,0xcffb03af,0xf1fffe31,0x00fd5aa3,0xd196b7c5,0xffe31fe9,0xf2a02c00,0x90780181,0xf6130144,0x27af73db,0x6ea5fa7c,0x540700bb,0x3d000f0c,0xf022fe8e,0xf602bfdd,0xf8c005fb,0x80921250,0x038e99fb,0xbfff022f,0xf6002e2f,0x00cd55a3,0x318db715,0xfde29fe9,0xf2c02c00,0x70660141,0xf711f135,0x282f76da,0xfea0fa7c,0x5505b0c0,0x3c100f0c,0xf022fe7e,0xeb02dfda,0xf8dffffa,0xb08910c0,0x035e90fb,0x9007002f,0xfe003e3d,0x008d4ca2,0xd183b6c5,0xf9e27fe9,0xf2e02b00,0x60580111,0xfa117133,0x285f7adb,0x0e9ffacc,0x5604b0b9,0x3b300f0c,0xf022fe7e,0xee02cfd7,0xf8dff9f9,0x006e0e60,0x02de88fb,0xa00efe50,0x01fffe4d,0x00bd47a2,0x217ab615,0xf2e21fea,0xf3102b00,0x404b00f2,0x03121148,0x28bf7cda,0xbea1fb5c,0x550420aa,0x3a500f0d,0x0022fe9e,0xfc02afd4,0xf8dff3f7,0x30560be0,0x024e81fb,0xe010fc90,0x01ffbe5c,0x00ed47a1,0x516cb595,0xeae1efeb,0xf3902900,0x303b00b2,0x0512414e,0x294f84da,0x3e9dfbfc,0x54033099,0x39500f0c,0xc021fecf,0x0d027fd0,0xf8ffe6f5,0xe04b0a80,0x01ce7dfc,0x5012fa5f,0xfcffce70,0x00cd4aa0,0xb15db575,0xe5e22fed,0xf4902600,0x202e0091,0xf511a142,0x2a0f91d9,0xbe96fcbc,0x52020088,0x38600e0c,0x2020feff,0x22023fcc,0xf90fd4f4,0x603e0ab0,0x010e77fc,0xe018f7af,0xf0001e8c,0x00fd52a0,0x8153b5f5,0xe3e2dff0,0xf5902200,0x20290081,0xe3117139,0x2adfa0d9,0xae92fd9c,0x4f012074,0x37900d0b,0xa01eff2f,0x3c01ffcb,0xf8cfc4f2,0x00270b80,0x005e73fd,0x501ff53f,0xe3006ea7,0x015d5ca0,0x4143b605,0xdee32ff2,0xf6702000,0x202c0081,0xd211d133,0x2bafadd9,0xbe98fe5c,0x4f00d062,0x37400c0b,0x601eff4f,0x5101bfca,0xf86fbdf0,0xb00d0b20,0xffee6ffd,0xc020f30f,0xd500cec0,0x014d649f,0xe133b5d5,0xdde2fff3,0xf7101d00,0x202f0091,0xc1120127,0x2bafaed9,0x4ea3fe9c,0x52003057,0x37400d0b,0xa01eff5f,0x5901afc8,0xf82fbaf2,0x300d0a20,0xffce62fe,0x201df13f,0xc800dedb,0x013d629f,0xc11db5f5,0xe0e2cff4,0xf7b01b00,0x202e0091,0xb911b120,0x2b3fafd8,0xfea8feac,0x58ff1051,0x37900e0c,0x101fff6f,0x61019fc6,0xf81fbaf4,0x30190990,0xffee44fe,0x201bf0ef,0xc2004eed,0x016d5f9f,0xc100b615,0xdfe27ff5,0xf8101a00,0x202e0091,0xc510e11f,0x2b3facd8,0x1e9ffefc,0x63ff2050,0x38700e0c,0x5020ff7f,0x6e017fc1,0xf80fb5f5,0x901e08e0,0x00de1ffd,0xc011f0ff,0xcaffdefd,0x017d6ba0,0x2103b675,0xdfe28ff4,0xf7801b00,0x20300091,0xbd113116,0x2b6fa7d7,0x6e95fefc,0x7100405a,0x39b00e0c,0x5020ff7f,0x74016fb8,0xf80fb0f6,0x901f0820,0x019e07fd,0x100bf04f,0xd8002f14,0x00dd74a0,0xa101b7b5,0xd7e53ff4,0xf7801b00,0x20260071,0xba10d110,0x2c4fc2d7,0x7e9aff3c,0x7e00c05c,0x3ae00e0c,0x3020ff8f,0x78015fad,0xf83faef7,0x701f0770,0x021df7fc,0x600cef8f,0xe300df26,0xfffd81a0,0xf0f7b8a5,0xd1e72ff5,0xf8201900,0x10200061,0xb210210c,0x2cafd5d8,0x1ea5ffdc,0x8a00d057,0x3c000e0c,0x001fff8f,0x80014fa1,0xf85fa9f8,0x301c0690,0x02fdeafb,0xc003ef1f,0xf1014f30,0xffed8aa1,0x00ebb8d5,0xd1e70ff7,0xf8d01700,0x10210061,0xae0fa107,0x2befd0d8,0xfeb1000c,0x94013058,0x3d100d0b,0xb01eff9f,0x86013f95,0xf87fa1f9,0x001c0570,0x03bde0fb,0x4ff9eebf,0xfd017f32,0x005d8da1,0x10d9b905,0xd2e71ff8,0xf9501500,0x10220061,0xb10f9103,0x2b6fccda,0x3ebb004c,0x9c01c057,0x3df00c0b,0x401dff9f,0x8a012f86,0xf89f96f9,0xb0200470,0x043ddcfa,0xeff2ee80,0x0601af31,0x001d92a0,0xb0ceb8f5,0xcee6fff8,0xf9801500,0x10220061,0xae100101,0x2b3fc7db,0x2ec3006c,0xa501c054,0x3ea00c0b,0x401dffaf,0x8f012f7a,0xf87f82fa,0x302403e0,0x04eddcfa,0x9fe7ee70,0x0e020f2f,0xff6d91a0,0x20cbb8d5,0xc9e75ff8,0xf9601500,0x10210061,0xb410f106,0x2b4fc3db,0x1ec8000c,0xb001c057,0x3f500d0b,0xb01effaf,0x90011f73,0xf84f73fa,0x802a0360,0x058dd9fa,0x2fddeeb0,0x1402af2b,0xff2d909f,0x70c6b8f5,0xc6e80ff8,0xf9c01400,0x101c0051,0xbe11710d,0x2b4fbfda,0xeec3ffcc,0xbb02205a,0x3ff00d0c,0x001fffaf,0x8e012f6d,0xf84f6cfa,0xb0310320,0x062dd9f9,0xbfd4eef0,0x1a039f27,0xfeed919e,0xa0c1b8c5,0xc4e80ff9,0xfa601200,0x10180041,0xb910d10a,0x2b4fb6da,0xaec3ff6c,0xc602405e,0x40900e0c,0x6020ff9f,0x8c012f66,0xf83f67fa,0xd0350320,0x06fddef9,0x4fcaeed0,0x25040f26,0xfe7d919e,0x10bfb8c5,0xc5e83ffa,0xfac01100,0x00140041,0xb510a105,0x2b6faeda,0x3ecdfeac,0xd002c067,0x41300f0c,0xf021ff9f,0x85013f61,0xf81f64fa,0xe0360290,0x07bde3f8,0xdfc2ee80,0x3203bf23,0xfe9d8d9e,0x00b8b985,0xc7e94ffa,0xfb001000,0x00100031,0xb7110106,0x2bcfadd9,0xfed5fe0c,0xd9035070,0x41c0100d,0x4022ff8f,0x7d015f5c,0xf80f62fa,0xf0380200,0x07dde7f8,0x8fc2ee40,0x3a035f20,0xfead8b9e,0x10aeba35,0xc9ea1ffa,0xfb300f00,0x000c0021,0xbb114105,0x2c0fa2d9,0x9edefe1c,0xdd036071,0x4220100d,0x2022ff8f,0x77015f54,0xf80f61fa,0xf03c01e0,0x07bde9f8,0x6fc7ee20,0x3e031f1f,0xfe5d8f9e,0x60b2bac5,0xccea6ffa,0xfb200f00,0x00070011,0xb51150ff,0x2c1fa2d9,0xaee4fe6c,0xe003d06d,0x42600f0d,0x1022ff7f,0x75016f4f,0xf7ef5cfa,0xf03e0160,0x079deaf8,0x6fcbedf0,0x4202bf1f,0xfe1d949e,0xd0b3bb85,0xd0eadffa,0xfb001000,0x00040011,0xb41110fe,0x2c5fa3d9,0x8ee8fe9c,0xe004406c,0x42800f0d,0x1022ff7f,0x73016f50,0xf7bf5dfa,0xe03e0100,0x079dedf8,0x7fcaeda0,0x4a025f24,0xfdfd969f,0x70acbc35,0xd5eafffa,0xfaf01000,0x00040001,0xb91030ff,0x2c6f9fd9,0x2eeafe8c,0xdf04106e,0x42500f0d,0x1021ff7f,0x71016f53,0xf7bf65fa,0xd0400120,0x07ddf0f8,0x8fc6ed50,0x5401ef2b,0xfe1d99a0,0x30afbca5,0xdaeabff9,0xfa501200,0x00080011,0xb01040fb,0x2caf96d9,0x0ee4fe5c,0xde03c072,0x42300f0c,0xb021ff7f,0x73016f54,0xf7ef68fa,0xc0400160,0x07edeff8,0xafc6ed70,0x59018f29,0xfe2d9ea0,0xb0b4bd35,0xd9eb4ff8,0xf9a01400,0x00060011,0xa810c0f6,0x2d2f99d9,0x2edafe9c,0xdd03a074,0x42100e0c,0x301fff7f,0x74016f54,0xf80f68fa,0xa04001b0,0x07ddf0f8,0xbfc8ed70,0x5d014f23,0xfe5da1a1,0x10afbdd5,0xd8ec2ff8,0xf9801500,0x00040001,0xac10a0f6,0x2d7f98d8,0xded5feec,0xdb037071,0x41e00c0b,0x801dff8f,0x79015f56,0xf82f6bfa,0x803d0200,0x07bdf5f8,0xefc7ed20,0x60014f20,0xfe4da2a1,0x60abbe15,0xd9ec8ff8,0xf9901500,0x00060011,0xae1030f6,0x2ddf96d8,0x9ed2ff1c,0xd803006d,0x41a00c0b,0x101cff8f,0x81014f57,0xf84f69fa,0x50390250,0x079dfaf9,0x2fc6ed00,0x61017f20,0xfe0da7a1,0x80abbe05,0xd8ec4ff8,0xf9a01400,0x00070011,0xa61020f3,0x2e3f94d8,0x4ecfff4c,0xd602c06b,0x41600b0a,0xb01bff9f,0x87013f59,0xf85f65fa,0x20380270,0x07adfdf9,0x5fc0ed00,0x66016f1c,0xfe1daaa1,0xb0adbe35,0xd8ec6ff8,0xf9801500,0x00070011,0xa21080f1,0x2e9f94d7,0xaec7ff4c,0xd302806d,0x41200a0a,0x201aff9f,0x8a012f5c,0xf86f60fa,0x10380280,0x079e01f9,0x9fbfece0,0x69014f1a,0xfe0daba2,0x10adbe95,0xd7ecdff7,0xf9401600,0x00060011,0xa010c0f0,0x2f0f96d7,0x6ec2ff8c,0xcf02206c,0x40e00909,0x6018ffaf,0x8e012f5d,0xf87f5bfa,0x003802b0,0x077e03f9,0xafc1ecf0,0x6a00ff13,0xfe1daea2,0x40aebee5,0xd5eceff7,0xf8e01700,0x00040001,0x9d1100ee,0x2f6f97d7,0x9ebcffbc,0xce02406a,0x40d00809,0x1017ffaf,0x90011f5e,0xf89f55f9,0xf03802a0,0x075e09f9,0xcfc1ecc0,0x6b00ef0f,0xfe2db0a2,0x80adbf35,0xd4ed6ff7,0xf8d01700,0x00030001,0xa110b0eb,0x2fef9ad7,0x8ebdffac,0xcd023069,0x40b00809,0x1017ffaf,0x90011f61,0xf88f52f9,0xe0360280,0x071e0ffa,0x0fc2ec60,0x69011f0f,0xfdfdb2a2,0xa0aabf85,0xcaedfff7,0xf9101600,0x00000001,0x961000ea,0x332f9fd7,0x5ec2ff9c,0xcb01d068,0x40700909,0x3017ffaf,0x90011f64,0xf86f50f9,0xc03602b0,0x071e10fa,0x2fc2ec80,0x69015f0f,0xfdedb3a2,0xd0acbf75,0xc1edaff7,0xf9001700,0x00000001,0x851030e5,0x32df9ed7,0x5ebcff7c,0xca01c06a,0x40500909,0x3017ff9f,0x8d012f67,0xf86f49f9,0xe03b02d0,0x070e12fa,0x1fc4eca0,0x6a010f09,0xfe5db1a3,0x30acbf65,0xb8ed3ff7,0xf8d01700,0x00000001,0x740fc0d6,0x327f9fd7,0xbebaff9c,0xcb01e069,0x40600909,0x3017ff9f,0x8b012f68,0xf87f47f9,0xe03e02a0,0x06ce17fa,0x1fc8ec70,0x6900ff04,0xfe7db3a3,0x60aebf75,0xb1ed1ff7,0xf8d017ff,0xfffefff1,0x620f20ce,0x326f9cd8,0xdebeffbc,0xcc019065,0x40600909,0x4018ff9f,0x8c012f69,0xf88f48f9,0xd03e02a0,0x069e1bfa,0x3fcaec50,0x66015f02,0xfe0db7a3,0x90b2bf75,0xabecdff7,0xf8f017ff,0xfffcfff1,0x4e0ed0cd,0x324f97da,0x6ec1ffbc,0xcc016062,0x40500909,0x7018ff9f,0x8b012f6b,0xf87f49f9,0xc03f02b0,0x06ae1bfa,0x4fc9ec70,0x6501af00,0xfe0dbaa3,0xc0b3bf95,0xa2ed2ff7,0xf8f017ff,0xfff9ffe1,0x400e40c9,0x320f9cda,0xcec2ff8c,0xcc019065,0x40500909,0x9018ff9f,0x89013f6c,0xf88f4df9,0xc04202b0,0x06de1afa,0x5fc6ecb0,0x6601ff02,0xfe2dbba3,0xf0b0bf95,0x9aed3ff7,0xf8f017ff,0xfff6ffe1,0x340df0c3,0x31efa3da,0xbec0ff6c,0xcb019068,0x40300909,0x7018ff9f,0x89013f6c,0xf8af50f9,0xb04302d0,0x06de1bfa,0x5fc6ecb0,0x6701cf05,0xfe0dbba4,0x40b1bf75,0x94ecbff6,0xf8a018ff,0xfff8ffe1,0x260e40bd,0x31efa4da,0xcebeff7c,0xcb017068,0x40300909,0x5018ff9f,0x87013f6d,0xf8cf4ff9,0xb04402e0,0x06be1dfa,0x3fcbeca0,0x68018f04,0xfe0dbda4,0x90b2bf55,0x8eec2ff6,0xf85019ff,0xfffaffe1,0x1a0e80b8,0x318f9dda,0xcec0ff8c,0xcc018066,0x40500909,0x7018ff9f,0x84013f6e,0xf8cf53f9,0xa04402d0,0x069e1ffa,0x2fd0eca0,0x69018f03,0xfdfdc2a4,0xc0aebf65,0x85ebeff6,0xf87019ff,0xfff9ffe1,0x0e0dc0b4,0x311f9dda,0x9ec3ff7c,0xce018065,0x40500909,0xc019ff9f,0x82014f70,0xf8df59f9,0x804402d0,0x06ae23fa,0x3fcfeca0,0x6a018f04,0xfdcdc6a4,0xd0adbf65,0x7cebfff6,0xf88018ff,0xfff8ffe0,0xfd0cf0af,0x310fa6da,0x6ec3ff1c,0xcf013066,0x40400a0a,0x401aff9f,0x84013f73,0xf8bf59f9,0x604202e0,0x06ce23fa,0x3fceece0,0x6a01cf08,0xfdddc8a5,0x00b3bf55,0x74ebeff5,0xf8201aff,0xfff6ffe0,0xee0d20ac,0x311faada,0x1ebffeec,0xcf017069,0x40400a0a,0x601aff9f,0x84013f73,0xf8cf58f9,0x504302c0,0x06ce22fa,0x3fcfed20,0x6b01cf09,0xfe3dc9a5,0x50b7bf15,0x6eeb6ff5,0xf7c01bff,0xfff6ffe0,0xe10d40a2,0x30ffa8da,0x4ebcff0c,0xce01c069,0x40400a0a,0x101aff8f,0x81014f71,0xf91f59f9,0x104403b0,0x069e25fa,0x3fd3ed20,0x6b018f07,0xfe4dc8a5,0x80b4bec5,0x66eaaff4,0xf7b01bff,0xfff8ffe0,0xd70d209b,0x30dfa5da,0x9ebeff3c,0xce018065,0x40300a09,0xf019ff9f,0x82014f72,0xf91f57f9,0x10430370,0x062e2bfa,0x6fd9ecf0,0x6801bf08,0xfdbdcaa5,0xa0b0be85,0x5dea4ff5,0xf7d01bff,0xfffaffe0,0xcd0cc09c,0x309fa1da,0x9ec3ff4c,0xce013060,0x40200a0a,0x401aff9f,0x83014f75,0xf8df54f9,0x10430340,0x060e2ffa,0x8fdaecf0,0x66021f0c,0xfd8dd2a5,0x90acbe85,0x55ea3ff6,0xf85019ff,0xfff8ffe0,0xbf0c009c,0x307f9fda,0xdec6ff3c,0xcd012060,0x40000a0a,0x701aff8f,0x80014f76,0xf8cf51f9,0x20450320,0x062e2efa,0x7fd8ed50,0x67022f0d,0xfdddd5a5,0xa0adbe55,0x4de9dff6,0xf86019ff,0xfff4ffd0,0xb00bc099,0x303fa1db,0x2ec3ff2c,0xcd014062,0x40000a0a,0x401aff8f,0x7e014f75,0xf8ef4ff9,0x40480310,0x062e2ffa,0x8fd7ed90,0x66026f0d,0xfdbdd5a5,0xd0b5bdb5,0x45e8fff5,0xf8001aff,0xfff4ffd0,0x9c0c0093,0x305fa3db,0x8ec2ff3c,0xcc012062,0x40000a0a,0x201aff8f,0x7c015f73,0xf90f4cf9,0x604a0300,0x060e31fa,0x9fd7ed80,0x6502ef10,0xfd7dd5a6,0x20b9bd45,0x3fe89ff5,0xf7e01aff,0xfff6ffe0,0x8c0c108d,0x305fa0db,0xaec6ff4c,0xcc011062,0x3ff00a0a,0x101aff8f,0x79015f73,0xf91f4df9,0x704b02e0,0x05de34fa,0xafdbed50,0x6302ef11,0xfdedd6a6,0x50b5bd45,0x39e87ff5,0xf8201aff,0xfff5ffd0,0x810bb08a,0x301f9bdb,0xcecfff6c,0xcb00f05e,0x3ff00a0a,0x101aff8f,0x79015f72,0xf92f53f9,0x704b02d0,0x059e38fa,0xbfdfed30,0x6002df11,0xfe4ddaa6,0x70b0bd55,0x30e87ff6,0xf86019ff,0xfff1ffd0,0x720b0089,0x303f9cdc,0x0ed4ff6c,0xca00a05b,0x3ff00a0a,0x401aff8f,0x7a015f73,0xf91f53f9,0x704a02c0,0x05ce3afa,0xcfd9ed30,0x61034f15,0xfe2dd7a6,0x90b2bd25,0x28e89ff6,0xf84019ff,0xffeeffc0,0x660ad089,0x308fa1dc,0x6ed2ff0c,0xcb00705f,0x3fe00a0a,0x601aff8f,0x79015f74,0xf91f4ff9,0x704a02c0,0x060e3afa,0xafd5ed40,0x63033f16,0xfe4dd2a6,0xd0b3bd15,0x21e8aff5,0xf8001aff,0xffecffc0,0x600b0084,0x309fa7dc,0xeed2fefc,0xcb008062,0x3ff00a0a,0x301aff8f,0x77015f72,0xf93f4ff9,0x904c02a0,0x061e37fa,0x9fd7ed80,0x6302ff14,0xfe7dd2a7,0x30b5bce5,0x19e86ff4,0xf7c01bff,0xffedffc0,0x4f0b007c,0x30afa9dd,0x7ed1ff2c,0xcb00b062,0x40000a0a,0x0019ff8f,0x78015f70,0xf96f52f9,0x804c0290,0x061e34fa,0x8fd9edb0,0x6202df14,0xfe5dd7a7,0x70b7bca5,0x13e7dff4,0xf7b01bff,0xffeeffc0,0x3d0a9076,0x309fa7dd,0xced2ff3c,0xcb00c061,0x40100a0a,0x301aff8f,0x79015f70,0xf95f54f9,0x804b0290,0x061e35fa,0xafd9edb0,0x60032f13,0xfe0ddaa7,0x70b1bc35,0x0de73ff5,0xf8101aff,0xffefffc0,0x3409b079,0x30afa7dd,0x7ed7ff1c,0xcb00b062,0x40000a0a,0x601aff8f,0x79015f72,0xf94f57f9,0x904c0280,0x063e34fa,0xafd7ede0,0x5f039f12,0xfe1ddba7,0x70b0bb45,0x07e5eff5,0xf84019ff,0xffefffc0,0x2409507b,0x309fa5dd,0x6ed4fedc,0xca00a066,0x3ff00b0a,0x801bff7f,0x76016f73,0xf93f55f9,0x904c0280,0x065e30fa,0x7fd7ee30,0x5f037f15,0xfdedd7a7,0xb0b6ba95,0x01e50ff5,0xf7f01aff,0xffefffc0,0x1309c07b,0x309fabdd,0xcecefeec,0xcd00d067,0x40200b0a,0x801bff7f,0x76016f73,0xf94f54f9,0xa04d0260,0x066e2ffa,0x4fd9ee50,0x5f032f16,0xfdcdcea7,0xf0bbb9f4,0xfce45ff4,0xf7a01bff,0xffeeffc0,0x0e0a0079,0x30cfb0dd,0xfed1ff0c,0xce00e066,0x40500b0a,0x701bff7f,0x76016f72,0xf96f58f9,0xa04d0260,0x065e31fa,0x3fdaee30,0x5f032f14,0xfdfdc9a8,0x20bcb954,0xf8e35ff5,0xf7d01bff,0xffeeffc0,0x05094076,0x30dfb0dd,0xfed9ff2c,0xcf008063,0x40500b0a,0x701bff8f,0x77016f72,0xf97f5ff9,0xa04c02b0,0x063e30fa,0x4fddee60,0x5c038f14,0xfdbdcda8,0x20bab874,0xf1e20ff5,0xf84019ff,0xffefffcf,0xf6087077,0x30cfaede,0x0ee2ff3c,0xce004060,0x40500b0a,0x901bff8f,0x78015f73,0xf97f66f9,0xa04b02e0,0x065e2dfa,0x4fddeef0,0x5903ff13,0xfdddd2a7,0xf0b9b734,0xe9e08ff6,0xf89018ff,0xffefffcf,0xe8082075,0x308fa9de,0x4ee2ff1c,0xcd009063,0x40500b0a,0xb01bff8f,0x78015f74,0xf96f69f9,0xa04b02b0,0x069e2afa,0x3fdaef50,0x5903df12,0xfe0dd0a7,0xd0b8b634,0xe2df6ff6,0xf8b018ff,0xffeeffcf,0xdd086072,0x309fa7de,0x6edcfefc,0xce008068,0x40500b0a,0xb01bff7f,0x75016f74,0xf97f67f9,0xb04c02d0,0x066e2afa,0x2fdfef70,0x55035f0e,0xfe1dcea7,0xf0beb534,0xdbdeaff6,0xf86019ff,0xffeeffcf,0xcb08e072,0x311faede,0x7edcff2c,0xcf007065,0x40700b0a,0xa01bff7f,0x73016f73,0xf99f67f9,0xc04e02c0,0x060e2bfa,0x3fe6ef90,0x4e032f06,0xfe4dcea8,0x00c1b3b4,0xd3dd2ff6,0xf86019ff,0xfff0ffcf,0xbc089071,0x315fb2de,0x7edfff7c,0xcf00b060,0x40700b0a,0xb01bff7f,0x72016f72,0xf9bf68f9,0xc04e0280,0x05ce2cfa,0x7fe9efc0,0x47036f04,0xfe5dd0a7,0xe0beb1f4,0xcbdb6ff6,0xf8a018ff,0xfff1ffdf,0xb507c071,0x318fb5de,0x3edfff8c,0xcd00705e,0x40400b0a,0xc01bff7f,0x74016f73,0xf9bf64f9,0xc04c0290,0x05be2dfa,0xdfe6f020,0x40043f09,0xfe5dd0a7,0xd0c2b064,0xc4da2ff6,0xf88018ff,0xfff0ffcf,0xa5078075,0x320fb9dd,0xbed6ff3c,0xcaffd063,0x3ff00b0a,0xe01cff7f,0x71016f73,0xf9bf5af9,0xd03f0310,0x05be2afb,0x4fe2f080,0x38042f0a,0xfeddc8a8,0x10cfaf74,0xc1d99ff5,0xf8001aff,0xffeeffcf,0x97076074,0x327fbbdd,0x7ec7fefc,0xc5ff706f,0x3f700b0a,0xa01bff6f,0x65018f72,0xf9df4ffa,0x10460350,0x052e2cfb,0xbfe7f070,0x2f038f0f,0xff3dbca8,0xc0deaf34,0xc4d93ff4,0xf7701cff,0xffefffcf,0x8d073071,0x31bfbcdd,0x8ec0ff3c,0xbffed073,0x3ee00a0a,0x601aff4f,0x5401bf77,0xfa5f5dfa,0x504d0380,0x046e34fc,0x3fedefe0,0x2a036f22,0xfefdb2a9,0xd0f3afe4,0xccd9bff3,0xf7001dff,0xfff3ffdf,0x8106e075,0x313fbddc,0xeebdff5c,0xb9fdb072,0x3e200b0a,0x701bff3f,0x4a01df7e,0xfabf69fa,0x704e03d0,0x040e3cfc,0xbfe9ef60,0x2a03df3c,0xfebda2aa,0xf10eb024,0xe6d77ff3,0xf6c01eff,0xfffdffff,0x79069079,0x2eff9edc,0x0ebefeec,0xb1fd0075,0x3d700b0a,0xc01cff2f,0x4401ef87,0xfadf79fa,0x704e03b0,0x037e43fd,0x4fe8efe0,0x2403bf53,0xff1d91ab,0x6124af04,0xffd36ff2,0xf6a01e00,0x0009002f,0x6f06b077,0x2bbf7fdc,0x7ebbfebc,0xa7fca073,0x3cb00b0a,0xe01cff2f,0x4301ef90,0xfaef8afa,0x404f0420,0x021e54fd,0xbff4f090,0x1802ff65,0xff0d6eab,0x5131ad25,0x04d19ff2,0xf6801f00,0x000f003f,0x6e06e077,0x2acf90dd,0x8ec2ff2c,0x9cfb7061,0x3bd00c0b,0x001cff3f,0x4501df98,0xfb1f99f9,0xb04d0550,0x00fe63fe,0x2ffff160,0x0d025f70,0xff1d4aab,0x9146ac15,0x08d13ff2,0xf6501f00,0x0013003f,0x7406b079,0x2a8faade,0xbec6ff6c,0x92fb1054,0x3b000c0b,0x501dff3f,0x4401dfa2,0xfb1fa7f9,0x204c0630,0x003e6afe,0xc002f2b0,0x06019f7c,0xfedd38ac,0x3168ab85,0x13d05ff1,0xf6002000,0x101b005f,0x6d05e077,0x29dfbbe0,0x4ec2ff5c,0x82fb8052,0x39e00d0b,0xa01eff2f,0x3f01efad,0xfacfb6f8,0x904b06b0,0xff4e79ff,0x8007f44f,0xfe00cf88,0xfe2d2cac,0x5179a9d5,0x1dcdbff1,0xf6102000,0x1024007f,0x6b050078,0x291fc0e1,0x2ec5ff4c,0x6efbb04f,0x38900d0b,0xc01eff1f,0x3801ffb8,0xfa5fc6f7,0x704607c0,0xfe6e8c00,0x000bf5af,0xfaffdf8f,0xfd3d15ac,0x8191a875,0x22cc4ff1,0xf6102000,0x2026007f,0x6a04f07b,0x278fd2e2,0xcecaff7c,0x5cfc104a,0x37600d0b,0xb01eff0f,0x32020fc2,0xfa1fd3f5,0xf03f0920,0xfdfe9e00,0x6009f6cf,0xfdfe4f98,0xfc9cf6ad,0x01afa7f5,0x29cbaff2,0xf6601f00,0x202f009f,0x6704c07d,0x26bfdce4,0x1ec8ff7c,0x4afd1048,0x36500c0b,0x501dff0f,0x30021fc9,0xfa0fd9f4,0x20380a20,0xfdeeaf00,0x9003f860,0x04fe3fa3,0xfb9ce2ad,0x21c2a6a5,0x32c9fff3,0xf7001d00,0x303f00cf,0x5b04c084,0x25efdbe4,0x9ebfff4c,0x3cfe2049,0x35700c0b,0x001cff0f,0x31021fd0,0xf9ffd8f2,0x002f0af0,0xfdfec700,0x6ffdf9e0,0x0eff4fb1,0xfa3ccaad,0x01d7a3e5,0x49c90ff4,0xf7701c00,0x404b00ff,0x5704f08a,0x24dfdfe5,0x6ec1fefc,0x32fed048,0x34f00c0a,0xf01cff0f,0x2f021fd8,0xf9cfddf0,0x002e0b90,0xfe1edeff,0xfffbfac0,0x1efe6fc2,0xf9cc71ad,0x2216a195,0x71ca2ff5,0xf8101900,0x5055011f,0x66047089,0x23cfe2e6,0x5ec4fedc,0x2cfee048,0x34e00b0a,0xd01cfeff,0x28022fdf,0xf99fe2ee,0xf03b0cb0,0xfe3eefff,0x9ffcfbe0,0x2bfd6fcf,0xfa1bf5ac,0xa2759f25,0x9acafff7,0xf8d01700,0x7064014f,0x6e03f088,0x22cfe8e7,0x6ebffebc,0x2afee04b,0x35200b0a,0xc01cfedf,0x18025fe3,0xf95fdcf0,0xa04009f0,0xfe3f04ff,0x5ffcfd00,0x32fd8fd8,0xfa3b8eab,0xb2ce9c75,0xc3cadff8,0xf9601500,0x8073017f,0x6903a085,0x217feee8,0xeec6fe8c,0x25fea04f,0x35900b0a,0xc01cfeaf,0x01029fe8,0xf94fe0f3,0x70550840,0xfe2f1dff,0x1ffdfdc0,0x38fd4fdc,0xfa3b28aa,0x83179a35,0xeacb1ff9,0xfa001300,0x9079019f,0x6402d078,0x204ffae9,0xded2fe6c,0x21fe2050,0x36300b0a,0xa01bfe6e,0xea02dfeb,0xf97fe7f6,0x306e0830,0xfe2f37fe,0xeffffe40,0x3bfc8fdc,0xfa7ac0a9,0x03499816,0x0ecbcffa,0xfae01000,0x907b019f,0x6b01b06d,0x1fc00bea,0xfeddfe5c,0x1efd9050,0x36d00b0a,0x701bfe4e,0xd9030fee,0xf9dfecf8,0x20800920,0xfe3f4ffe,0xcffdfe30,0x3ffc1fdd,0xfada5ca7,0x837a96c6,0x34cc4ffc,0xfc000c00,0x907b019f,0x6c002068,0x1f1012ec,0xdee3fe3c,0x1cfda04f,0x37900b0a,0x601bfe2e,0xd2031ff2,0xf9ffecf9,0x708b0a50,0xfe5f67fe,0xbff9fe40,0x41fbafd5,0xfb7a12a5,0xd39c9526,0x55cc4ffd,0xfd000900,0x9075018f,0x66ff5069,0x1e500dee,0xfee7fe2c,0x19fde04e,0x38400a09,0xf01afe3e,0xd4031ff7,0xfa3fedfa,0xa0950af0,0xfe8f82fe,0xaff4ff50,0x3afbefbb,0xfcb9eca3,0x93979206,0x71cbcffe,0xfda00700,0x7068015f,0x72ff1067,0x1da00fef,0x7ef1fdec,0x17fe004b,0x38e00a09,0xb019fe5e,0xe102fffb,0xfa6feffb,0x909f0a20,0xfe9fa1fe,0x8ff0ff90,0x35fcbfad,0xfd69bca1,0x23908f66,0x90cb6ffe,0xfdf00600,0x605f013f,0x80ff005e,0x1cd00cef,0x1f01fdac,0x17fe3046,0x39900909,0xa019fe7e,0xee02d000,0xfa7ff5fc,0x40a50880,0xfe9fb6fe,0x5feeff70,0x38fcdfaf,0xfda9869e,0xe39e8da6,0xb0caaffe,0xfe200500,0x605e013f,0x7dff3061,0x1bc004ee,0x9f08fdac,0x19fee044,0x3a300909,0x6018fe8e,0xf502b004,0xfa8ffbfc,0xa0a707d0,0xfedfbffe,0x4feb0020,0x37fcbfad,0xfe095e9c,0xa3b28bd6,0xcdc9bffe,0xfe200500,0x6058012f,0x6cff6061,0x1ac003ef,0x0f05fdbc,0x1affa047,0x3aa00808,0xf017fe9e,0xfa02b009,0xfa9001fd,0x00a80780,0xfedfccfe,0x4fe90130,0x30fccf9e,0xfee9479a,0x03be8946,0xebc88ffe,0xfe000600,0x5050010f,0x64ffc05c,0x1a2003ef,0xaf08fdec,0x1bffe047,0x3ae00808,0x9016fe9e,0xfc02a00e,0xfa8008fd,0x20a40680,0xfeafdbfe,0x7fe80190,0x29fd4f9a,0xffe92997,0x23c18727,0x0ec71ffe,0xfe100600,0x404700ef,0x6fffa05b,0x195ffff0,0x3f12fe1c,0x19ff5041,0x3ae00808,0x7016feaf,0x0602800d,0xfa6001fc,0xc09a0740,0xfe5fe9fe,0xdfe60150,0x1ffe4fa5,0x00790294,0x43c085d7,0x36c5afff,0xfeb00400,0x303b00cf,0x7ffec05e,0x188ffff1,0x2f22fe8c,0x14fe3031,0x3ab00708,0x3015feef,0x2302300d,0xfa7000fc,0x408b08e0,0xfe5fe9ff,0x7fe00200,0x0dfe9fab,0x0028e591,0x83cb84c7,0x53c5bfff,0xff300200,0x202b008f,0x7ffe6063,0x183009f2,0x8f24fedc,0x0dfef026,0x3ab00707,0xb014ff2f,0x4401e00c,0xfaa001fb,0xa07a08f0,0xfe3fe200,0x1fdf031f,0xf9fe1fae,0xff88cf8e,0xc3e483a7,0x6ac6bfff,0xff500200,0x101e006f,0x72fe105d,0x17d00cf3,0x5f20ff5c,0x0701401e,0x3ac00607,0x4013ff4f,0x5401b00c,0xfaf000fb,0x607306d0,0xfdbfe300,0x7fe203af,0xeefddfb5,0xff98b78b,0xc3eb82a7,0x88c67fff,0xff900100,0x1018004f,0x7ffd3056,0x166003f3,0xaf27002c,0x0501a00d,0x3ad00606,0xf012ff5f,0x6201900c,0xfb2002fb,0x60720640,0xfd7fe600,0x4fe203ef,0xecfe0fbb,0x0008a088,0x83e48167,0xa9c65000,0x000fff00,0x1017004f,0x98fc704d,0x15affbf4,0x7f34008c,0x0a015ffd,0x3b300506,0xd011ff7f,0x7301600b,0xfb200afb,0x50700660,0xfd7fea00,0x2fe0040f,0xe9febfc1,0x00788884,0xc3db8007,0xc9c6b000,0x000fff00,0x1016004f,0xb4fbb048,0x158ff8f5,0x6f3d005c,0x0f018ff5,0x3ba00607,0x2012ff8f,0x7d01500a,0xfad00efb,0x306d05e0,0xfd5ff100,0x3fe103ff,0xe5fecfcb,0x00487c81,0x43f37ea7,0xe7c6bfff,0xffd00000,0x1015004f,0xb1fb7049,0x144ff4f6,0x0f45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013009,0xfaa00ffb,0x00660550,0xfd5ff100,0x3fe203ff,0xe5fecfcb,0x00487c81,0x23f67ea7,0xe9c65fff,0xffd00000,0x1015004f,0xa5fb5045,0x12fff1f6,0xaf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013009,0xfaa00cfb,0x00660540,0xfd5ff100,0x3fe403ff,0xe5fecfcb,0x00487c80,0xf3f97ea7,0xecc5efff,0xffd00000,0x1015004f,0x9afb4041,0x11afeff7,0x4f45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013008,0xfab00afb,0x00650530,0xfd5ff100,0x3fe503ff,0xe5fecfcb,0x00487c80,0xd3fc7eb7,0xefc57fff,0xffd00000,0x1015004f,0x8efb303c,0x104fedf7,0xdf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013008,0xfab008fb,0x00650520,0xfd5ff100,0x3fe603ff,0xe6fecfcb,0x00487c80,0xb3ff7eb7,0xf1c50fff,0xffd00000,0x1015004f,0x83fb2038,0x0effebf8,0x7f45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013007,0xfab006fb,0x00650510,0xfd5ff100,0x3fe803ff,0xe6fecfcb,0x00487c80,0x94027eb7,0xf4c4afff,0xffd00000,0x1015004f,0x78fb1034,0x0dafe9f9,0x1f45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013007,0xfac004fb,0x10650500,0xfd5ff100,0x3fe903ff,0xe6fecfcb,0x00487c80,0x64067eb7,0xf6c43fff,0xffd00000,0x1015004f,0x6cfb0030,0x0c4fe7f9,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013006,0xfac001fb,0x106504f0,0xfd5ff100,0x3fea03ff,0xe6fecfcb,0x00487c80,0x44097eb7,0xf9c3cfff,0xffd00000,0x1015004f,0x61faf02c,0x0affe4fa,0x4f45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013005,0xfacffffb,0x106404e0,0xfd5ff100,0x3fec03ff,0xe7fecfcb,0x00487c80,0x240c7ec7,0xfcc36fff,0xffd00000,0x1015004f,0x55fad028,0x099fe2fa,0xef45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013005,0xfadffdfb,0x106404d0,0xfd5ff100,0x3fed03ff,0xe7fecfcb,0x00487c80,0x040f7ec7,0xfec2ffff,0xffd00000,0x1015004f,0x4afac024,0x084fe0fb,0x8f45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013004,0xfadffbfb,0x206404c0,0xfd5ff100,0x3fee03ff,0xe7fecfcb,0x00487c7f,0xd4127ec8,0x01c28fff,0xffd00000,0x1015004f,0x3ffab020,0x06ffdefc,0x2f45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013004,0xfadff9fb,0x206404b0,0xfd5ff100,0x3ff003ff,0xe7fecfcb,0x00487c7f,0xb4157ec8,0x04c21fff,0xffd00000,0x1015004f,0x33faa01b,0x05afdcfc,0xbf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013003,0xfaeff7fb,0x206404a0,0xfd5ff100,0x3ff1040f,0xe8fecfcb,0x00487c7f,0x94187ec8,0x06c1bfff,0xffd00000,0x1015004f,0x28fa9017,0x044fdafd,0x5f45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013002,0xfaeff4fb,0x20630490,0xfd5ff100,0x3ff2040f,0xe8fecfcb,0x00487c7f,0x641b7ed8,0x09c14fff,0xffd00000,0x1015004f,0x1dfa8013,0x02ffd8fd,0xff45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013002,0xfaeff2fb,0x20630490,0xfd5ff100,0x3ff4040f,0xe8fecfcb,0x00487c7f,0x441e7ed8,0x0bc0dfff,0xffd00000,0x1015004f,0x11fa700f,0x01afd6fe,0x9f45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013001,0xfafff0fb,0x30630480,0xfd5ff100,0x3ff5040f,0xe8fecfcb,0x00487d7f,0x24217ed8,0x0ec07fff,0xffd00000,0x1015004f,0x06fa600b,0x004fd4ff,0x2f45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013001,0xfaffeefb,0x30630470,0xfd5ff100,0x3ff6040f,0xe9fecfcb,0x00487d7f,0x04247ed8,0x11c00fff,0xffd00000,0x1015004e,0xfbfa4007,0xfeffd2ff,0xcf45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013000,0xfaffecfb,0x30630460,0xfd5ff100,0x3ff8040f,0xe9fecfcb,0x00487d7e,0xd4277ed8,0x13bf9fff,0xffd00000,0x1015004e,0xeffa3003,0xfdafd000,0x6f45003c,0x13017fef,0x3c000607,0x9013ff9f,0x87013000,0xfaffe9fb,0x30620450 +}; + +u32 ANIM_ENTRY_fire_standing_aiming_down_sights[] = +{ + 0x023f89ff,0x2fb004e0,0x0e022023,0xff518002,0x6c96180f,0xdc2f0f5d,0xdb00abc6,0xb47ac529,0x86f56178,0x00202d1a,0x2f38012c,0x3602c06f,0x3e600001,0x3003fedf,0x1d026fd1,0xfc8fcbfe,0x00970170,0x024f81ff,0x5fb504f0,0x0c014027,0xff318a01,0x7c92183f,0xe32f2f63,0xdc60a2c6,0x247ac499,0x82f59178,0xff002219,0xef3c016c,0x3503107d,0x3e600000,0xe002fe9f,0x0302bfce,0xfc5fc9fe,0x50a401a0,0x021f79ff,0x8fbc04a0,0x0900702f,0xff318e00,0x6c8f189f,0xed2f4f6b,0xde2098c4,0xf479c379,0x82f5f17a,0xfde01619,0x5f3b01cc,0x3603e081,0x3ea00000,0xc002fe7e,0xf702dfcb,0xfc4fc3fe,0x70ab0140,0x022f71ff,0x9fc10430,0x08ffe03a,0xff7192ff,0x4c8918ff,0xf52f8f74,0xe0108dc3,0x8479c209,0x8bf6617f,0xfcd00c18,0x6f3501cc,0x3b051082,0x3f200001,0x1002fe6e,0xf202efc8,0xfc2fb9fe,0x90ae0080,0x021f67ff,0xcfc80400,0x06ff6046,0xff9196fd,0xfc81192f,0xfe2fbf7a,0xe1f084c2,0xf479c189,0x9cf6a17e,0xfc0ffb16,0xff25018c,0x3e06807f,0x3fa00102,0x2005fe7e,0xf602dfc9,0xfbbfb0fe,0x90acff60,0x023f5cff,0xdfcc03b0,0x07fef051,0xffb195fc,0xbc7a1950,0x062faf7e,0xe3107fc3,0xf479c279,0x9ff6715f,0xfaffe515,0xbf1500cc,0x4807a07a,0x40300203,0xe00afe9f,0x0202bfcd,0xfb1fadfe,0x80a6fe30,0x030f53ff,0x4fc50340,0x12fec05c,0xffe18efb,0x9c741940,0x0f2f7f7e,0xe3907dc5,0x4479c3b9,0x8df59129,0xf97fde15,0x8f04ff1c,0x5d08907c,0x41400506,0x5011febf,0x0f028fd1,0xfa7fabfe,0x80a1fd60,0x03af48fe,0xefc00310,0x1bfec069,0xfff18bfa,0x6c6e1910,0x1a2f4f7f,0xe4107bc5,0xd479c449,0x7df4c0ff,0xf81fe115,0x1ef2fd4c,0x7109207c,0x42100a09,0x8019fecf,0x1c026fd5,0xf9dfaafe,0x809efd20,0x037f3aff,0x2fc502e0,0x1afec077,0x00118ef8,0xfc6c1910,0x2a2f0f80,0xe49079c8,0x147ac689,0x6ff3d0eb,0xf6dfd513,0xbeddfbbc,0x7c090073,0x4210110d,0x6024feef,0x26025fd9,0xf93fa9fe,0x809afd80,0x031f2dff,0x8fce0250,0x19fef087,0x005194f7,0x7c6d1930,0x402ebf81,0xe54077cb,0xf47cca59,0x64f2e0e8,0xf52fbf12,0x9ec8fa1c,0x87091068,0x41e01c11,0xc032feff,0x2d023fdc,0xf8cfa9fe,0x9097fdc0,0x02cf20ff,0xcfd601e0,0x19ff4095,0x009192f5,0xac681910,0x572e4f84,0xe63073ce,0x747eccc9,0x76f2e0df,0xf32fbc12,0x3eb9f88c,0x9309805f,0x41f02a16,0x3040feff,0x32022fde,0xf86faefe,0xb098fd90,0x026f1100,0x0fda01c0,0x18ff90a2,0x00e189f3,0x9c5f18b0,0x692ddf86,0xe71070d1,0x3481cf79,0x8ef2e0c1,0xf0ffc711,0xceb3f70c,0x9b09f056,0x41d03819,0xf04dff0f,0x37021fe0,0xf81faffe,0xc099fd60,0x022f0200,0x4fdc0190,0x17fff0ae,0x01217ef1,0xbc5a1870,0x792d5f88,0xe7b06dd5,0x8486d3c9,0x8cf1809d,0xef1fc110,0xaeaff5ec,0xa00a904b,0x41b0421c,0x3056ff1f,0x40020fe1,0xf80f9cfe,0xd097fd00,0x01eef300,0x8fdd0120,0x190090bd,0x013170ef,0xfc581820,0x8b2cff86,0xe7d06dd9,0x448dd769,0x88efe079,0xeddfaf0f,0xfeadf51c,0xa30b3040,0x4180461c,0xf05aff2f,0x4a01efe0,0xf83f7efe,0xe093fca0,0x01aee500,0xdfdc00f0,0x190110c9,0x017165ee,0x4c571750,0x9e2d1f82,0xe7706edb,0x6492d989,0x9aef9051,0xec9fa00f,0xaeb0f47c,0xa20b5037,0x4130431c,0x6057ff3f,0x5201dfe1,0xf83f66fe,0xf08ffca0,0x016ed501,0x0fda0100,0x190160d1,0x01e15cec,0x9c561650,0xb42d4f7d,0xe6f070dd,0x3497db49,0xb7efd02e,0xeb3f900f,0x3eb7f41c,0xa20b702d,0x40e03c1a,0xb051ff4f,0x5b01bfe1,0xf84f58ff,0x008efcc0,0x011ec601,0x1fdb00b0,0x1c0210dd,0x027151ea,0xbc5915b0,0xce2d4f7a,0xe69070df,0xf49fddf9,0xe1eff029,0xe99f7b0e,0x8ec3f3ec,0xa30ba022,0x40b03318,0x9048ff5f,0x6101afe0,0xf88f52ff,0x208ffce0,0x00ceb901,0x2fdcfff0,0x1f0350ed,0x038145e8,0xdc6115f0,0xf32c3f77,0xe6c06ee3,0x44abe13a,0x0bf05037,0xe79f640d,0xced4f3bc,0xa20b8018,0x40702a16,0x4040ff5f,0x6301afde,0xf8ff51ff,0x4091fcf0,0x007ea801,0x2fddff50,0x2404e0fb,0x052134e7,0x0c6f1611,0x192b3f72,0xe6506de5,0xf4b7e3ca,0x19f15032,0xe56f550d,0x1ee9f3dc,0xa10ba00f,0x40202213,0xc038ff5f,0x6401afdc,0xf99f53ff,0x6097fd50,0x002e9400,0xefdfff10,0x2a068105,0x06811ee5,0x5c7f1601,0x3f2a1f6c,0xe5906de7,0xe4c1e5aa,0x22f2d025,0xe30f470c,0xbf03f46c,0xa30c3008,0x40101a10,0xe02fff5f,0x5f01afd9,0xfa5f52ff,0x909ffd50,0xfffe7f00,0x8fdefed0,0x3308710c,0x07a106e3,0xdc9115c1,0x64290f67,0xe5106ce9,0xe4cde79a,0x3af35015,0xe00f350c,0xdf20f51c,0xaa0c5003,0x4010130e,0x1026ff4f,0x5701cfd8,0xfadf49ff,0xa0a5fdd0,0xffee6800,0x0fdbfec0,0x3e0ae114,0x08f0f3e2,0xbca51561,0x8727ef63,0xe4706aeb,0xf4dce99a,0x4ef29ff0,0xdcbf230c,0x9f43f5ec,0xb20c2ffc,0x40100d0b,0xa01fff3f,0x5301cfd7,0xfb2f43ff,0xc0a8fec0,0x001e48ff,0x2fdaff00,0x500cf121,0x09f0dae1,0xccbf1571,0xae26af5e,0xe3b068ed,0xa4eaeb3a,0x3ff17fbb,0xd9bf0e0b,0xaf62f6dc,0xbe0cbff3,0x40300a09,0xf01aff4f,0x5601cfd6,0xfb8f4cff,0xe0abff60,0x009e1efd,0xefdaff60,0x660ea135,0x0aa0b2e0,0xbce115e1,0xda25cf5c,0xe31065ef,0x24f9ec9a,0x27f10f8c,0xd62ef80b,0x6f6af7ec,0xcc0dffe6,0x40500909,0x4018ff5f,0x5e01bfd6,0xfbff5700,0x00b0fff0,0x013dfafc,0xafd9ff70,0x7c108148,0x0b708adf,0xbd0115d2,0x03248f5b,0xe2c061f0,0xa509ee0a,0x27f26f71,0xd18ee60c,0x6f68f8ac,0xd60ebfd7,0x40500a09,0x8019ff6f,0x6b018fd3,0xfcef6000,0x20b600a0,0x01cde4fb,0x7fd4ff50,0x8e11d14f,0x0c106dde,0x9d1a14d2,0x23227f5d,0xe2b05bf1,0xb516ef0a,0x2df3ff5f,0xcdded30c,0xff6ff8fc,0xda0f0fc8,0x40400c0a,0xa01cff7f,0x78016fce,0xfe4f7000,0x10b701a0,0x01edd3fa,0xdfd3fee0,0x97129155,0x0ca053dd,0x7d2f1372,0x3d20af5f,0xe2e055f2,0x7520efca,0x31f4df4d,0xcb8ebd0c,0x7f66f95c,0xda0fafba,0x3fe00e0b,0xf020ff8f,0x81015fce,0xfe9f7800,0x10b90210,0x014dc2fb,0x4fd4feb0,0x8d13915d,0x0da03fdc,0x6d441232,0x4e1f5f61,0xe3504ff3,0x352cf07a,0x3cf55f39,0xc94ea70b,0xbf47f9fc,0xd3107fb2,0x3ef0100c,0xd022ff8f,0x83014fd1,0xfe0f6d00,0x00bc0240,0x005db7fc,0x7fd1fe90,0x78147160,0x0ed030db,0x5d581132,0x531e3f64,0xe3e049f4,0x0539f13a,0x37f52f1a,0xc78e930a,0xcf30fa5c,0xc4117fb2,0x3dd0110d,0x4024ff8f,0x80015fd3,0xfd7f64ff,0xe0c00210,0xffedb2fd,0x5fccfe30,0x6f14a161,0x0f4025da,0xad6510e2,0x561d0f68,0xe4f042f4,0x7540f19a,0x30f48ef8,0xc67e8109,0xcf2cfa6c,0xb311ffb4,0x3d00100d,0x2023ff8f,0x7e015fd4,0xfcff6cff,0xc0c30170,0x002dacfd,0xbfcbfe50,0x6e14815d,0x0f6025da,0x8d6710b2,0x551cef68,0xe55040f4,0x8542f1ba,0x31f47ef9,0xc62e860a,0x3f2dfa7c,0xa9112fb9,0x3ca00f0c,0x8021ff8f,0x82014fd4,0xfd4f74ff,0x90c10100,0x007da2fd,0xffc9fe70,0x6b14615a,0x0f8024da,0x5d6a1062,0x531cbf67,0xe5903ff4,0xb546f1da,0x33f47efa,0xc5ce8b0a,0x9f2bfacc,0xa1101fc0,0x3c600d0b,0x901fff9f,0x87014fd4,0xfd6f7cff,0x60be0140,0x004d98fe,0x8fc6feb0,0x66144156,0x0f9023da,0x1d6e0ff2,0x511c6f66,0xe5b03ff4,0xf54bf21a,0x35f47efb,0xc56e8e0a,0xef26fb3c,0x970fefc3,0x3bd00c0a,0xa01cff9f,0x8c013fd4,0xfdaf82ff,0x30b90240,0xffcd8fff,0x1fc3fef0,0x61142152,0x0fb022d9,0xcd720f62,0x4e1c1f65,0xe5c03ef5,0x4551f26a,0x38f49efc,0xc50e910b,0x2f1ffbdc,0x8f0fdfbf,0x3b200a0a,0x001bffaf,0x95011fd4,0xfdff83ff,0x30b302e0,0xff8d8cff,0x2fbeff40,0x5b14014e,0x0fd020d9,0x7d780ed2,0x4a1baf63,0xe5c03df5,0x9559f2ba,0x3bf4befd,0xc49e930b,0x6f1efc4c,0x8d0fbfba,0x3ae00a09,0x9019ffaf,0x9c010fd3,0xfe3f83ff,0x30ad0350,0xffad8eff,0x1fbaffa0,0x5513e14a,0x0fe01fd9,0x2d7e0e22,0x461b3f62,0xe5b03df5,0xf561f30a,0x3ef4defe,0xc3de8d0b,0xaf21fc6c,0x8d0fefb8,0x3af00909,0x2018ffbf,0xa100ffd3,0xfe6f85ff,0x30aa02e0,0xffbd90ff,0x3fb50000,0x4e13c146,0x10001dd8,0xcd840d72,0x421acf62,0xe5903cf6,0x5569f36a,0x42f4feff,0xc30e860b,0xdf1bfc8c,0x8c100fb9,0x3af00808,0x7016ffbf,0xa500ffd3,0xfeaf7fff,0x40a90260,0xffad91ff,0x4fb00050,0x4713a143,0x10201bd8,0x6d8b0cc2,0x3e1a5f62,0xe5703af6,0xc572f3ca,0x45f52f00,0xc24e7f0c,0x1f1afccc,0x8c0fcfb9,0x3ae00707,0xe015ffbf,0xa600efd4,0xfeaf7cff,0x50a70270,0xff9d91ff,0x3fac00b0,0x4013813f,0x10401ad8,0x0d910c22,0x3a19ef63,0xe55038f7,0x257af42a,0x48f54f00,0xc17e790c,0x5f28fcfc,0x8c0fafb6,0x3b000707,0xb014ffbf,0xa700efd5,0xfeaf88ff,0x50a30290,0xff8d91ff,0x3fa70110,0x3a13613b,0x105018d7,0xad970b72,0x37197f65,0xe52036f7,0x8582f48a,0x4cf57f01,0xc0ae730c,0xaf2dfd2c,0x8d0fafb5,0x3b000607,0x6013ffbf,0xa900efd5,0xfedf8dff,0x50a10290,0xff7d90ff,0x4fa30160,0x34134137,0x107017d7,0x5d9d0ae2,0x33191f68,0xe51033f7,0xd58af4da,0x4ef59f02,0xbfce6d0c,0xff20fd7c,0x8e0f9fb4,0x3b000606,0xe012ffbf,0xac00dfd4,0xff4f81ff,0x60a00290,0xff3d91ff,0x3fa001a0,0x2f132133,0x109015d7,0x1da20a62,0x3018cf6b,0xe51030f8,0x2590f51a,0x51f5af03,0xbf0e670d,0x4f13fe0c,0x910fefb0,0x3b200506,0x4010ffcf,0xac00dfd3,0xffcf72ff,0x609d0230,0xfefd92ff,0x2f9d01e0,0x2a130130,0x10b014d6,0xdda609f2,0x2e188f6e,0xe4f02ef8,0x6596f55a,0x53f5bf04,0xbe5e620d,0x9f13fe6c,0x93103fac,0x3b500505,0xf010ffbf,0xab00efd3,0xffff71ff,0x709d01c0,0xfedd92ff,0x4f9b0200,0x2712e12c,0x10c013d6,0xada909b2,0x2c185f70,0xe4d02cf8,0x9599f57a,0x55f5bf05,0xbdee5f0d,0xef17fe7c,0x930fcfab,0x3b400505,0xf010ffbf,0xaa00efd3,0xffdf74ff,0x70a10210,0xfe9d94ff,0x6f990220,0x2612c128,0x10e013d6,0x8dab0982,0x2b183f71,0xe4d02bf8,0xa59bf59a,0x56f5af06,0xbd8e5c0e,0x3f19fe8c,0x930f4fa9,0x3b500506,0x0010ffbf,0xaa00efd3,0xffbf76ff,0x80a30250,0xfe4d95ff,0x6f9b0150,0x2813112f,0x112004d7,0x1db70a52,0x3418bf72,0xe4f02af8,0xa59bf59a,0x56f5bf0a,0xbd2e5c0e,0x5f1dfecc,0x950f6fa3,0x3b700506,0x3010ffbf,0xa900efd3,0xffcf76ff,0x80a40200,0xfe1d96ff,0x5f9c00f0,0x28135131,0x111fffd7,0x6dba0ab2,0x3618ef72,0xe5502af8,0xa59bf59a,0x50f57f03,0xbcce5b0e,0x7f1bfeec,0x980f6fa0,0x3b900506,0x5011ffbf,0xa800efd3,0xffff72ff,0x80a40200,0xfe1d96ff,0x4f9a0120,0x2713712d,0x110003d7,0x4db60a92,0x3318df73,0xe5c029f8,0xa59bf58a,0x4ff48eef,0xbc7e5a0e,0x8f18feec,0x990f4f9f,0x3ba00506,0x6011ffbf,0xa900efd2,0x001f6fff,0x80a30220,0xfe1d95ff,0x2f9b00e0,0x2713e12f,0x115000d7,0x5db90ab2,0x35190f73,0xe5e028f8,0xa59cf58a,0x51f44eef,0xbc3e5d0e,0x7f18ff0c,0x9b0f4f9d,0x3bc00506,0x5011ffbf,0xab00efd2,0x002f70ff,0x80a20210,0xfe0d93ff,0x0f9c00b0,0x29144131,0x117002d7,0x6db90ac2,0x37192f74,0xe5f028f8,0x959bf57a,0x50f49efc,0xbbfe610e,0x8f16ff2c,0x9d0f3f9a,0x3bd00506,0x6011ffbf,0xac00dfd1,0x003f70ff,0x80a10220,0xfe2d8fff,0x0f9900d0,0x29145133,0x117005d7,0x6db90ac2,0x38195f74,0xe62027f8,0x8598f56a,0x57f4bf0b,0xbbee660e,0xbf13ff1c,0x9e0f1f9c,0x3bc00506,0x8011ffbf,0xac00dfd2,0x002f71ff,0x80a00260,0xfe4d8dfe,0xff970090,0x2b145139,0x11a001d7,0x7dbf0b12,0x3c19cf74,0xe65026f8,0x6595f54a,0x62f4df17,0xbbfe690e,0xbf15ff0c,0x9e0f5f9e,0x3bd00506,0xb012ffbf,0xab00efd2,0xffef76ff,0x80a20240,0xfe2d8cfe,0xef990060,0x2c14413c,0x11dffbd7,0x7dc40b32,0x401a0f75,0xe69026f8,0x5594f53a,0x6af4bf1a,0xbbfe6a0e,0xcf16ff3c,0x9f0f8f9b,0x3bd00606,0xc012ffbf,0xab00efd3,0xffdf78ff,0x80a30210,0xfe1d8bfe,0xef9a00a0,0x2b142137,0x11cfffd7,0x5dc10b02,0x3d19ef75,0xe6c025f8,0x5593f53a,0x67f48f18,0xbc0e6b0e,0xdf15ff5c,0x9f0f6f99,0x3bd00606,0xc012ffbf,0xab00efd2,0xffef77ff,0x90a20230,0xfe2d8cfe,0xdf9700c0,0x2b142132,0x11b005d7,0x3dbd0ae2,0x3919bf75,0xe6f024f8,0x5593f53a,0x5ef47f17,0xbc0e6d0e,0xdf14ff4c,0x9f0f6f9a,0x3bd00606,0xd012ffbf,0xaa00efd3,0xffdf75ff,0x90a20220,0xfe0d8efe,0xef970090,0x2c147134,0x11a003d7,0x3dbe0ae2,0x3a19af75,0xe70024f8,0x5594f53a,0x55f47f17,0xbc0e6e0e,0xef0eff5c,0x9f0f7f99,0x3bd00606,0xe012ffbf,0xa800efd4,0xffdf71ff,0x90a30200,0xfddd8ffe,0xff9900a0,0x2b148132,0x118005d7,0x2dbd0ab2,0x38197f75,0xe70024f8,0x6595f54a,0x4cf45f16,0xbc3e6f0f,0x0f05ff8c,0x9f0f4f96,0x3bc00606,0xe012ffbf,0xa800efd5,0xffef69ff,0x90a50230,0xfddd8efe,0xef9800d0,0x2c14712f,0x11400bd7,0x1db80aa2,0x37195f75,0xe71024f8,0x6596f55a,0x4ef3ef17,0xbc0e6d0f,0x4efeff9c,0xa00f3f96,0x3bc00606,0xd012ffbf,0xa800efd5,0xffff65ff,0x90a30250,0xfded8efe,0xef9600d0,0x2d14a130,0x111010d7,0x4db50ac2,0x38195f75,0xe72024f8,0x6596f54a,0x5cf38f1d,0xbc0e6a0f,0x3efcff8c,0xa00f3f97,0x3bc00606,0xc012ffbf,0xa700efd6,0x000f67ff,0x80a20240,0xfdcd8eff,0x0f9500f0,0x2c150130,0x111016d7,0x7db00ac2,0x38194f75,0xe73024f8,0x5594f53a,0x61f36f20,0xbbfe6a0f,0x1efaffac,0x9f0eff96,0x3ba00606,0xd012ffbf,0xa700efd7,0xffff68ff,0x80a302a0,0xfdbd8dfe,0xff960110,0x2d15012f,0x11301bd7,0x8dab0ab2,0x38193f75,0xe72024f8,0x4593f52a,0x5df37f1f,0xbbde6d0f,0x2ef8ffbc,0x9f0eef95,0x3ba00606,0xe012ffbf,0xa800efd8,0xffff6aff,0x80a302d0,0xfdcd8cfe,0xef950100,0x2e14f131,0x11301ad7,0x9da90ae2,0x3a195f75,0xe72024f8,0x5593f53a,0x5bf3bf21,0xbbce6c0f,0x1efaffbc,0xa00f3f95,0x3bb00606,0xf012ffbf,0xa700efd9,0x000f70ff,0x80a30290,0xfdcd8bfe,0xef940110,0x2d152130,0x11501bd7,0xada80b02,0x3a198f75,0xe71024f8,0x5593f53a,0x5bf3bf22,0xbbde690e,0xcefaffbc,0xa00f2f95,0x3bb00606,0xf012ffbf,0xa700efda,0x000f73ff,0x80a302a0,0xfdcd8cfe,0xdf940140,0x2d15512d,0x11801fd7,0x9da50af2,0x37197f75,0xe70024f8,0x4593f52a,0x59f33f20,0xbbee690e,0xaef7ffbc,0xa10edf94,0x3bb00607,0x0012ffbf,0xa800efdb,0x000f73ff,0x80a502e0,0xfddd8dfe,0xbf950130,0x2e15712c,0x11901ed7,0x9da60ae2,0x37195f75,0xe70024f8,0x4593f52a,0x55f31f22,0xbbae670e,0xdef8ffbc,0xa20f2f94,0x3bd00607,0x1013ffbf,0xa700efdc,0x000f76ff,0x80a50290,0xfded8efe,0xbf940100,0x2e15b12d,0x11701bd7,0xada90b02,0x38197f75,0xe70024f8,0x5593f53a,0x54f33f27,0xbb7e640f,0x0ef9ff9c,0xa20f4f94,0x3bd00607,0x0013ffbf,0xa700efdd,0x002f79ff,0x80a50260,0xfded90fe,0xdf900110,0x2c15d12a,0x11401dd7,0x9da80b22,0x37198f75,0xe70024f8,0x4592f52a,0x61f2bf27,0xbb8e630e,0xfef8ff7c,0xa20edf95,0x3bc00607,0x0013ffbf,0xa800efde,0x003f79ff,0x80a502d0,0xfded91fe,0xcf900100,0x2d15a128,0x11401ed7,0x8da70b12,0x37197f75,0xe71024f8,0x4592f52a,0x71f22f28,0xbbae650e,0xdef7ff7c,0xa20edf95,0x3bc00607,0x0013ffbf,0xa800efde,0x001f77ff,0x80a602c0,0xfded90fe,0xcf9100f0,0x2e15a129,0x11601bd7,0x8da80b02,0x39197f76,0xe74023f8,0x5594f53a,0x6cf24f2a,0xbb7e650f,0x3ef5ff9c,0xa30f1f94,0x3bd00606,0xf012ffbf,0xa700efdd,0x001f73ff,0x80a60290,0xfded90fe,0xcf9000f0,0x2d15b12b,0x116019d7,0xadaa0b22,0x38199f76,0xe75023f8,0x5595f54a,0x62f22f27,0xbb2e650f,0x9ef2ff9c,0xa30eff95,0x3bd00606,0xe012ffbf,0xa700efdd,0x002f70ff,0x80a502c0,0xfded90fe,0xcf8f00d0,0x2d15a12c,0x115017d7,0xbdac0b22,0x39197f76,0xe77022f8,0x5594f53a,0x5ff20f26,0xbb4e680f,0x2ef3ff9c,0xa30f1f95,0x3bd00606,0xf012ffbf,0xa800efdd,0x000f70ff,0x80a602b0,0xfdcd91fe,0xcf9200b0,0x2e15d12e,0x114013d7,0xadad0b02,0x3c192f77,0xe79022f8,0x6595f54a,0x5af27f2a,0xbb1e680e,0xbef5ff9c,0xa30f5f93,0x3bd00607,0x0013ffbf,0xa700efdd,0xffff70ff,0x80a80270,0xfdad91fe,0xcf9400b0,0x2e16112f,0x115011d7,0xadae0b12,0x3e191f77,0xe7b021f8,0x7596f55a,0x57f24f2a,0xbaee660e,0xfef4ffbc,0xa20f2f92,0x3bd00606,0xf012ffbf,0xa700efdc,0x000f6eff,0x70a602b0,0xfdbd90fe,0xbf9300d0,0x2e16012e,0x115013d7,0x9dac0b32,0x3c191f77,0xe7d021f8,0x7597f55a,0x58f1af28,0xbafe650e,0xeef5ffac,0xa30f2f92,0x3bd00606,0xf012ffbf,0xa800efdc,0x000f6fff,0x70a502e0,0xfdbd90fe,0xaf930100,0x2d15f12c,0x116016d7,0x7dac0af2,0x3a18ff77,0xe7f020f8,0x7597f55a,0x53f1bf2b,0xbb1e640e,0x7ef7ffac,0xa30f4f92,0x3be00606,0xf012ffbf,0xa700efdc,0x000f70ff,0x70a602c0,0xfd8d91fe,0xbf960110,0x2c15f12a,0x117015d7,0x6dae0ac2,0x3a18df77,0xe80020f8,0x7597f55a,0x4af1ef32,0xbb2e630e,0x7ef7ffcc,0xa30f1f90,0x3be00606,0xf012ffbf,0xa700efdb,0xffff6fff,0x70a602e0,0xfd9d90fe,0xaf970100,0x2d15e129,0x117012d7,0x5db00ad2,0x3a18df78,0xe8101ff8,0x7597f55a,0x47f1af32,0xbb2e650e,0x8ef8ffcc,0xa30f2f91,0x3bf00606,0xe012ffbf,0xa800efdb,0x000f70ff,0x70a502f0,0xfddd90fe,0x9f940100,0x2d15d128,0x117014d7,0x4db00ae2,0x3918df78,0xe8201ff8,0x7597f55a,0x4af1bf32,0xbb4e680e,0x4efbff8c,0xa40f5f94,0x3c000606,0xf012ffbf,0xa800efdb,0x000f74ff,0x70a602c0,0xfddd91fe,0xbf920110,0x2a162125,0x118019d7,0x2dad0ab2,0x3718ef78,0xe8701ef8,0x7597f55a,0x51f1df33,0xbb5e670e,0x6efcff5c,0xa30f3f97,0x3bf00607,0x0013ffbf,0xa700efda,0xffff75ff,0x70a702e0,0xfdcd91fe,0xbf940120,0x28164123,0x11801ad6,0xfdac0a92,0x3618df79,0xe8b01df8,0x7597f55a,0x58f17f31,0xbb5e650e,0xbefcff6c,0xa20f1f96,0x3be00607,0x0012ffbf,0xa800efda,0xffff73ff,0x70a60310,0xfddd8ffe,0x9f950130,0x2a161121,0x11a018d6,0xddac0ad2,0x37192f79,0xe8d01df8,0x6594f54a,0x5cf12f31,0xbbae660e,0x8efcff6c,0xa30f6f96,0x3bf00607,0x0013ffbf,0xa800efda,0xffff73ff,0x70a502d0,0xfded8efe,0xaf960130,0x29162123,0x11e019d6,0xddab0b22,0x3919bf79,0xe9101cf8,0x4591f52a,0x62f11f34,0xbbee680e,0xaefaff5c,0xa30fbf98,0x3bf00607,0x1013ffbf,0xa600efda,0xffff73ff,0x70a70290,0xfdcd8dfe,0xcf960120,0x28164123,0x11e01cd6,0xcdaa0af2,0x3819cf7a,0xe9401cf8,0x3590f52a,0x6bf0ff34,0xbbbe680f,0x0ef7ff6c,0xa20fbf98,0x3bd00607,0x1013ffbf,0xa500ffd9,0xffef6fff,0x70a902a0,0xfdad8efe,0xbf980100,0x28161122,0x11b01cd6,0xada70a82,0x36196f7a,0xe9601bf8,0x4593f53a,0x6af0ff35,0xbb7e6b0e,0xfef8ff7c,0xa20f9f97,0x3be00607,0x1013ffbf,0xa500ffd9,0xffef6eff,0x70a802a0,0xfdad8ffe,0xbf9a00d0,0x29162124,0x11c01dd6,0xada30a72,0x36195f7a,0xe9801af8,0x5594f53a,0x66f12f37,0xbb4e6f0e,0xeef9ff7c,0xa20f9f96,0x3be00607,0x1013ffbf,0xa600efd8,0xffff6eff,0x70a60280,0xfdbd8efe,0xcf9800d0,0x29167124,0x12001fd6,0xbd9f0a92,0x37197f7b,0xe9a01af8,0x5594f53a,0x62f10f36,0xbb2e6e0f,0x3ef8ff6c,0xa20f8f97,0x3bd00607,0x1013ffbf,0xa700efd8,0xffef6cff,0x70a50290,0xfdcd8efe,0xaf9700d0,0x2a168124,0x121020d6,0xbd9e0aa2,0x36198f7b,0xe9c019f8,0x4593f52a,0x63f0af34,0xbb3e6e0f,0x1ef8ff6c,0xa20faf97,0x3be00607,0x1013ffbf,0xa700efd8,0xffcf6cff,0x70a50280,0xfdbd8efe,0xaf9800c0,0x2b169123,0x12301fd6,0xada00ad2,0x3719bf7b,0xe9e019f8,0x3591f52a,0x68f07f37,0xbbae6f0e,0xaefaff7c,0xa20fdf96,0x3be00607,0x0013ffbf,0xa600efd8,0xffdf6dff,0x70a40240,0xfdbd8dfe,0xcf9700e0,0x2a16a121,0x125020d6,0xad9f0b12,0x371a0f7b,0xea1018f8,0x3590f52a,0x69f06f3a,0xbbde6d0e,0xcef9ff7c,0xa10fcf97,0x3bd00607,0x0012ffbf,0xa700efd7,0xffdf6cff,0x70a20250,0xfddd8bfe,0xcf950110,0x2a16c11f,0x124021d6,0xad9f0b32,0x371a0f7c,0xea2018f8,0x358ff51a,0x67f03f3a,0xbbbe6b0e,0xeef8ff6c,0xa10fbf99,0x3bc00607,0x0013ffbf,0xa600efd7,0xffbf6cff,0x80a30280,0xfdcd8bfe,0xbf960100,0x2c16c11f,0x12101fd6,0x9da00b12,0x3919bf7c,0xea4017f8,0x358ff52a,0x65f01f3b,0xbbbe6d0e,0x8ef9ff6c,0xa20fdf99,0x3bd00607,0x2013ffbf,0xa400ffd8,0xff9f6eff,0x80a40270,0xfdbd8cfe,0xcf970110,0x2b16c11c,0x12101dd6,0x7da10af2,0x38194f7c,0xea6017f8,0x5591f53a,0x5aefdf38,0xbbce6b0e,0x6ef9ff5c,0xa10f9f99,0x3bd00607,0x4013ffbf,0xa200ffd7,0xff9f6bff,0x80a40280,0xfddd8dfe,0xdf940140,0x2a169117,0x12001bd6,0xbda30ac2,0x35191f7d,0xea9016f8,0x5592f54a,0x40ef2f4d,0xbc3e6d0e,0x4ef7ff2c,0xa10f6f9d,0x3bc00607,0x5013ffbf,0x9f010fd7,0xff9f69ff,0x80a502b0,0xfdfd8efe,0xdf940130,0x2b16511a,0x11a019d7,0x0da70ab2,0x35194f7d,0xead015f8,0x358ff52a,0x36eecf6d,0xbd0e7b0d,0xcef7feec,0xa00fbfa3,0x3bd00707,0x8014ffaf,0x96011fd7,0xff7f68ff,0x80ab0260,0xfded90fe,0xcf980100,0x30165121,0x115019d7,0x6da50ac2,0x3819af7d,0xeb4014f7,0xe589f4da,0x39ee6f8c,0xbdbe8e0d,0xdef8feec,0xa1101fab,0x3c100707,0xc015ff8f,0x83014fd7,0xff6f65ff,0x90b201f0,0xfdfd91fe,0x9f9c00e0,0x38167128,0x10e019d7,0xcda10b12,0x3c19cf7e,0xec1013f7,0x857ff47a,0x32ed3fa3,0xbe1e9d0e,0x4efbfebc,0xa410afba,0x3c900708,0x1016ff5f,0x6401afd6,0xff7f64ff,0xa0bb0160,0xfe2d91fe,0x7f9f00c0,0x41167133,0x107018d8,0x1d9e0b42,0x41198f7e,0xed3013f7,0x0573f3fa,0x1bec7fc1,0xbebeac0d,0xbf00fe2c,0xa7118fcf,0x3d300808,0xb017ff1f,0x3f020fd6,0xff7f67ff,0xb0c700a0,0xfe0d96fe,0x7fa600d0,0x4715f13e,0x0fc023d8,0x3d940b32,0x42191f7e,0xee9012f6,0x4564f34a,0x09ec0fe3,0xbf7eb60c,0x2f02fdac,0xac11efde,0x3dc00a09,0x7019fedf,0x1e026fd6,0xff6f65ff,0xc0d50020,0xfd9da0fe,0x9fb10100,0x49156145,0x0f003fd8,0x5d810b42,0x3c191f7f,0xf06011f5,0x6553f269,0xf6eae002,0xbfeeba0b,0x1f08fd5c,0xb011afe3,0x3e300b0a,0x001bfe9f,0x0702afd5,0xff9f5eff,0xd0de0010,0xfd6dadfe,0x8fbb01d0,0x4d149142,0x0e006cd8,0x5d600b32,0x2c192f80,0xf24010f4,0x253ef149,0xcbea4022,0xc06ec60c,0x0f14fcfc,0xb6114fe6,0x3ec00b0a,0x201bfe7e,0xfb02cfd3,0x003f5aff,0xd0e2ffd0,0xfd9dbbfe,0x6fc102c0,0x53138140,0x0ce09cd8,0xad360b42,0x18195f80,0xf3d00ff2,0xb528efd9,0x9ee9e039,0xc17eda0e,0x3f23fc5c,0xbd10cfea,0x3f600a09,0xe01afe7e,0xfa02dfcf,0x011f56ff,0xd0e2ff60,0xfdfdcdfe,0x6fc302f0,0x5912b148,0x0bb0b8d9,0x9d160bd2,0x0b19cf81,0xf5800ef1,0x0513ee49,0x8fe88046,0xc2ceef10,0x4f30fb9c,0xc20feff0,0x3fd00909,0x0018fe8f,0x0102bfcb,0x027f4aff,0xd0ddff20,0xfe5de5fe,0xafc30220,0x5d11d155,0x0a50c1db,0x0d030d02,0x051aaf81,0xf7900dee,0xc4fbec19,0xb5e73061,0xc4cf0111,0xcf43fadc,0xc30e9ff8,0x40200607,0x5013feaf,0x0b02afc4,0x049f3cff,0xb0d3fee0,0xfe4e09ff,0x3fc20050,0x5b10d164,0x0900c3dc,0xdcf60f42,0x011bff82,0xf9a00cec,0xd4e9ea39,0xf1e7308c,0xc6ef0f12,0x5f5efa2c,0xbc0c9ffc,0x40200405,0x600efecf,0x17027fbc,0x06df3fff,0xa0c8fe90,0xfe1e33ff,0xffc1fe60,0x5410316c,0x0800ccde,0x9ce711a1,0xfa1cdf7e,0xf3c024eb,0xd4e0e959,0xe9e710b0,0xc90f2712,0x1f70f94c,0xaf0a6ffc,0x3fe00304,0x500bfeef,0x27025fb9,0x07bf55ff,0x90befe20,0xfe1e5400,0x6fc2fde0,0x4e0f7164,0x06d0e4df,0xdcd01341,0xec1cdf83,0xfbb010ea,0xd4d8e869,0xb6e670c9,0xcc1f4011,0x0f64f89c,0xa1094ffb,0x3fe00304,0x500bff0f,0x38022fbc,0x065f6fff,0x60b0fdc0,0xfe3e6900,0xdfc3fe90,0x470db158,0x05a104e0,0xccb31451,0xd81ccf85,0xfc3014e9,0x44cce6e9,0x93e5d0e0,0xcf7f540f,0x2f4af81c,0x94093ffe,0x3ff00304,0xb00cff2f,0x4601ffc3,0x044f8cff,0x30a0fd00,0xfe8e7e01,0x8fbfff40,0x3d0b8159,0x04f119e1,0xdc9b1581,0xc41d4f86,0xfcc017e6,0xf4bfe4b9,0x8be57101,0xd2cf720d,0xdf36f78c,0x83091006,0x3fb00405,0x700eff3f,0x5201dfc8,0x029faaff,0x0092fc70,0xfefe9502,0x1fbaff80,0x330a7158,0x045124e3,0x1c8d16c1,0xb11e1f88,0xfd101be4,0x94b3e269,0xafe51126,0xd5ff890d,0xbf2bf6ac,0x7208f011,0x3f900607,0x2013ff4f,0x5901cfcd,0x00efbafe,0xd08bfbb0,0xff6eb002,0x7fb6ff80,0x2a0a214b,0x03512ce4,0x4c831801,0x9d1f0f8a,0xfd001ee2,0x24a9e009,0xbee42146,0xd92f9c0d,0x8f1cf5bc,0x6508a01a,0x3f900a09,0xd01aff5f,0x5e01bfd2,0xff2fb3fe,0xa084faf0,0xffaecb02,0xcfb4ff70,0x2109a139,0x026134e5,0x6c7c1941,0x891fff8c,0xfce022de,0x949ddc99,0x74e3815d,0xdcafc20c,0xff01f4fc,0x5d07d01f,0x3f80110c,0xf023ff5f,0x6501afd7,0xfd9f9efe,0x707dfab0,0xffdee303,0x0fb3ffe0,0x16090123,0x01c140e6,0x6c771a41,0x7620bf8e,0xfd2025da,0x4491d859,0x35e3616f,0xe01ff20c,0x9ee1f4bc,0x5b073021,0x3f701810,0x002cff6f,0x6d018fdc,0xfc0f93fe,0x4078faa0,0x001ef703,0x0fb200c0,0x0c085106,0x015153e7,0x5c761b01,0x61211f90,0xfd2028d5,0xf488d429,0x16e4118d,0xe360210c,0x6eccf4dc,0x5f06b021,0x3f901f12,0xb035ff7f,0x74017fe0,0xfaaf93fe,0x2075fa90,0x002f0d02,0xffb401b0,0x0307a0e9,0x00d169e8,0x2c7a1ba1,0x4c216f92,0xfca02bd0,0x0480ce58,0xeee531a7,0xe710570c,0x7ec8f57c,0x6305d01f,0x3fa02614,0xd03cff8f,0x7d015fe3,0xf9bf94fd,0xf06ffae0,0x004f2302,0xefb6028f,0xfa0770ce,0x00217de9,0x0c831c51,0x3921df95,0xfc102ec8,0xd47ac748,0xc6e591ad,0xeae0870c,0x9eccf64c,0x6504e01b,0x3fc02a16,0x3040ff9f,0x87014fe5,0xf91f95fd,0xb068fb40,0x009f3202,0xafb4038f,0xf50710b9,0xff6190ea,0x0c8d1d51,0x2a223f97,0xfb7030c3,0x6477c1e8,0xb2e5a1b0,0xede0a10c,0x1ec7f75c,0x6b04d018,0x40302c16,0xa042ffaf,0x92012fe6,0xf8af94fd,0x8062fb50,0x011f3f02,0x4fb2048f,0xf205f0a1,0xff11a6eb,0x0c951e71,0x1d229f99,0xfc402fc0,0x9477bf38,0xa6e621bd,0xefd0b40b,0x3ebcf87c,0x73048018,0x40902a16,0x5040ffaf,0x9e010fe7,0xf87f91fd,0x405cfb90,0x018f5202,0x0fac050f,0xee04d088,0xff01baec,0x4c9c1f81,0x0b231f99,0xfcc02ebf,0xb476be58,0x86e681c3,0xf100ad0a,0xaeb8f98c,0x7503701c,0x40b02715,0x303cffbf,0xa600ffe7,0xf85f95fd,0x0055fc20,0x01ef6601,0xdfa7052f,0xec044071,0xfeb1c9ed,0x7c9e2060,0xf823cf99,0xfad032bf,0x4476bde8,0x7be5e1a4,0xf160920a,0x6ebdfabc,0x7102d021,0x40b02113,0x6037ffbf,0xa600efe6,0xf88f9ffc,0xd054fc30,0x01ff7b01,0xbfa804ff,0xec03a061,0xfe61d6ee,0xbc9e2100,0xe5246f98,0xf8c037bd,0x0476bbb8,0x86e5b1a3,0xf1f0990a,0x9ec9fc1c,0x6b01e025,0x40a01b11,0x4030ffbf,0xa100ffe3,0xf94fa8fc,0xd056fc70,0x01ff9001,0x7faa04bf,0xef02d053,0xfe11e2ef,0xdc9e2140,0xd3250f97,0xf6c03cb9,0xb478b878,0x93e6a1b1,0xf2c0b00b,0x6edafd8c,0x65005028,0x4070140e,0xa028ffaf,0x9c010fe0,0xfa4fabfc,0xc059fd30,0x024fa101,0x2fa904af,0xf5026042,0xfda1ecf0,0xec9c2150,0xc0258f95,0xf4e041b8,0x3479b6f8,0x91e781b5,0xf330b50c,0x3eecfecc,0x5fff8030,0x40600d0b,0x701fffaf,0x95011fdc,0xfb2fabfc,0xa059fd60,0x02bfb000,0xbfa304af,0xfc023033,0xfd31f2f2,0x1c992140,0xad25ff93,0xf2f046b7,0xf479b6c8,0x8ae7f1b1,0xf360b10c,0xeefaff8c,0x5aff9041,0x40600808,0x8017ff9f,0x8a013fda,0xfb8faafc,0x605bfdc0,0x02ffbe00,0x2fa20470,0x0901e026,0xfce1eff3,0x5c9520f0,0x9d265f91,0xf0e04cb7,0xe479b6a8,0x8ae831ad,0xf3a0b20d,0xeefd001c,0x5affd049,0x40900506,0x7011ff8f,0x85014fdb,0xfb6fa4fc,0x205efdf0,0x02ffcbff,0x7fa60430,0x1801a01c,0xfc71e5f4,0x8c9220a0,0x8e26bf8e,0xeee052b8,0x9479b758,0x93e831a5,0xf420b20e,0xdefa009c,0x5b001048,0x40e00304,0xf00dff9f,0x87014fdb,0xfb3f9cfb,0xe05efe20,0x030fd4ff,0x1fa60410,0x20016015,0xfc31dcf5,0x9c8e2050,0x7f274f8c,0xed4057b8,0xd479b798,0x9de7f19d,0xf4e0af0f,0xaefb00fc,0x58001046,0x40f00203,0xb00aff9f,0x8e013fdc,0xfaff9cfb,0x805afe40,0x030fdafe,0xffa80440,0x2201100e,0xfc61d8f6,0x5c891fc0,0x71280f8c,0xec105cb7,0x947ab668,0xa5e80196,0xf5f0af10,0xcefd014c,0x54ff9041,0x40c00102,0xc007ffaf,0x9a010fdc,0xfb5f9bfb,0x5053fe40,0x02ffdcfe,0xefab04a0,0x22016001,0xfca1d3f7,0x2c871f10,0x6228af8b,0xeab060b5,0xf47bb4b8,0xabe8218f,0xf710ae12,0x7efb018c,0x4ffeb039,0x40900102,0x3006ffbf,0xab00efdd,0xfb7f98fb,0x0049fed0,0x02ffdcfe,0xdfac0500,0x2201eff6,0xfce1cbf8,0x6c871e80,0x52293f89,0xea6062b4,0x947db368,0xb9e87181,0xf820ab13,0xcefa019c,0x4afdd033,0x40500101,0xc004ffcf,0xb900bfde,0xfb8f9dfa,0xb03eff80,0x02ffdbfe,0xcfac0540,0x2101cfee,0xfd41c4f9,0x9c891e30,0x4529ef86,0xe9d064b3,0x247eb1f8,0xcfe98174,0xf950aa14,0x9f0a01cc,0x44fd502e,0x40300001,0x3003ffdf,0xc6009fdf,0xfbafb2fa,0x7035ffc0,0x030fdafe,0xbfab05a0,0x1f018fe1,0xfd91c5fa,0x4c881dc0,0x372a8f83,0xe8d068b2,0x2480b108,0xe4eb1171,0xfa90a715,0xbf1d01ec,0x40fd602a,0x40200000,0x9001ffef,0xd6006fde,0xfbdfc4fa,0x102f0050,0x034fd7fe,0x9fa60620,0x1c01afd2,0xfdf1cafa,0xec861d60,0x292b0f82,0xe8106bb1,0xe480b0b8,0xf8ebf177,0xfb70a316,0xcf1f021c,0x3dfd8026,0x402fffff,0xcfffffff,0xe6004fdb,0xfc0fbef9,0x70270190,0x039fd5fe,0x7fa00670,0x1901afca,0xfea1d0fb,0xbc851d30,0x1c2b9f7f,0xe6f06fb1,0x8481b059,0x0febf18c,0xfbe0a117,0x6f17023c,0x3bfd3023,0x401ffffe,0xeffdffff,0xf8001fdc,0xfc5fbdf9,0x101b01f0,0x03bfd7fe,0x6f9c0640,0x1601cfc4,0xff11d1fc,0x7c841cf0,0x112c0f7b,0xe5b074b1,0x5481b029,0x28ebb1a3,0xfc709b18,0x9f1a025c,0x3bfca01e,0x401ffffe,0x5ffb0000,0x09ffefdd,0xfc9fc2f8,0xc0110270,0x03bfe4fe,0xaf950580,0x10025fbf,0xff21cefd,0x4c821c6f,0xfc2c3f78,0xe49078b2,0x2481b0f9,0x3eebd1a1,0xfd50931a,0x8f2e026c,0x37fc1019,0x3fdffffd,0xfffa0000,0x16ffcfdd,0xfcdfccf8,0x900a0260,0x03aff4ff,0x2f8c0470,0x0602bfbd,0xff51cefd,0xfc831bdf,0xe52c7f74,0xe3807db3,0x5480b219,0x4eec4192,0xfe00931b,0x0f36024c,0x2ffba015,0x3f6ffffd,0xdffa0000,0x1dffbfde,0xfcffc8f8,0x60040200,0x039ffaff,0x7f8b03d0,0x0002afbe,0xff81cbfe,0x2c851bbf,0xde2cbf70,0xe29082b4,0x847fb359,0x5cec9189,0xfe10951a,0x5f32022c,0x2afb6015,0x3f0ffffd,0xeffa0000,0x1dffbfde,0xfd0fbff8,0x400201f0,0x035ff9ff,0x7f920320,0x0102bfc5,0xff81c2fe,0x2c861c1f,0xe02cbf6c,0xe16088b6,0x647db529,0x6bed0185,0xfd90931a,0x0f33024c,0x28fb1013,0x3eeffffe,0x1ffa0000,0x19ffbfdd,0xfcffbef8,0x30070260,0x033ffbff,0x8f940280,0x0102cfcd,0xff61bcfe,0x6c881c3f,0xdf2cbf64,0xdfe090b7,0xb47cb669,0x7bed8181,0xfd00951a,0x1f33023c,0x27fa8013,0x3ecffffe,0x4ffb0000,0x16ffcfdd,0xfccfbbf8,0x400902a0,0x032ffcff,0xaf92026f,0xfe02efce,0xff61bffe,0xbc8a1bcf,0xd92cef5c,0xde6098b7,0xd47bb699,0x8dedd17d,0xfcf0981a,0x5f2f022c,0x25fa0013,0x3eaffffe,0x7ffb0000,0x16ffcfdd,0xfcbfb5f8,0x60040290,0x02fffcff,0xcf94024f,0xfc033fcf,0xff41c0fe,0xdc8a1b5f,0xd52d1f55,0xdd20a0b7,0xe47bb6a9,0x9fedd17b,0xfcf0991a,0xaf31025c,0x21fa0010,0x3e6ffffe,0x8ffc0000,0x16ffcfdd,0xfccfb8f8,0x8ffe0220,0x02affbff,0xff97021f,0xfb03bfd6,0xfef1bdfe,0xec8a1adf,0xd32d3f4d,0xdbd0a9b7,0x847bb649,0xacedf173,0xfca0a11a,0xff36029c,0x1ef9f00a,0x3e4ffffe,0x8ffc0000,0x18ffbfdd,0xfcdfbef8,0xaffb01c0,0x028ff800,0x0f97021f,0xfb03ffdd,0xfec1b6fe,0xec8a1a3f,0xd12d6f46,0xdaf0b0b6,0x747cb539,0xb7ef315f,0xfc50a91b,0x7f3602bc,0x1bf99006,0x3e3ffffe,0xaffc0000,0x1bffbfde,0xfcafc1f8,0xcff90200,0x027ff400,0x1f95022f,0xfc043fe3,0xfea1affe,0xec8a199f,0xce2d9f41,0xda80b3b5,0x747db439,0xc2f1114e,0xfc70ab1c,0x0f3802ac,0x19f9c006,0x3e1ffffe,0xcffc0000,0x1bffbfde,0xfc8fc7f8,0xbff90220,0x025ff300,0x2f95021f,0xfb045fe4,0xfeb1acfe,0xdc8a192f,0xca2dcf40,0xda50b5b4,0xe47eb3b9,0xccf23148,0xfc80ab1c,0x5f3e02ac,0x17f9f004,0x3dfffffe,0xfffd0000,0x1affbfde,0xfc7fcdf8,0xbffa0220,0x024ff100,0x2f96024f,0xfc043fe5,0xfee1affe,0xac89189f,0xc72dff41,0xda70b4b4,0xa47eb369,0xd3f2d143,0xfc50a91c,0x0f4102bc,0x18f9a002,0x3dffffff,0x2ffd0000,0x1cffbfdf,0xfc6fcff8,0xbffa0290,0x025fee00,0x1f93027f,0xfe045fe9,0xfef1affe,0x8c88182f,0xc52e2f42,0xda80b3b4,0x747eb349,0xd9f39137,0xfc00a41b,0x6f4102bc,0x19f9d002,0x3e0fffff,0x2ffd0000,0x1effbfdf,0xfc5fd1f8,0xbff902a0,0x025fea00,0x1f920270,0x0004afec,0xfef1affe,0x8c8817df,0xc32e4f41,0xda70b4b4,0xa47eb369,0xe3f4712b,0xfbf0a01b,0x3f3f02cc,0x18fa8003,0x3e0ffffe,0xfffd0000,0x1dffbfdf,0xfc6fd4f8,0xaff80230,0x023fe900,0x1f940290,0x0104afeb,0xfef1b2fe,0x8c87177f,0xc12e7f40,0xda70b4b5,0x447eb409,0xebf5612b,0xfc20a11b,0xaf39030c,0x16fab000,0x3dfffffe,0xcffc0000,0x1effafdf,0xfc7fd3f8,0x9ff80220,0x022fe900,0x2f940280,0x02049fea,0xfec1b3fe,0xac86174f,0xbf2e9f41,0xda80b4b6,0x447db509,0xe5f1b133,0xfc40a21c,0x2f38034c,0x13faaffe,0x3dfffffe,0x8ffc0000,0x1fffafde,0xfc8fd5f8,0xaff90220 +}; + +u32 ANIM_ENTRY_fire_kneel_aiming_down_sights[] = +{ + 0x03bfb4ff,0x4fa30470,0x2202700b,0xfe414502,0xacca16e0,0x1d2efef9,0xd31104d4,0x1484d258,0x56f2b09a,0xf7901018,0xbf0aff8c,0x4b054076,0x3fc00405,0xc00ffebf,0x14028fdd,0xf8ffc2fe,0x90adff30,0x033f9fff,0x5fb00420,0x29024021,0xfde14601,0xecd117b0,0x362dff01,0xd3e0f9d7,0xc48ad5f8,0x4cf2807f,0xf4fffe18,0x1ef9ff2c,0x5306f06c,0x40400808,0x9017feaf,0x13029fe4,0xf7bfcefe,0xc0b3feb0,0x02df8bff,0x9fbd03d0,0x2d02803a,0xfdd14b01,0x3cd71850,0x512cbf04,0xd480f2da,0xe490d8f8,0x54f2b07d,0xf2cff217,0x4ee2fd9c,0x5c08c068,0x4080110d,0x5024fe9f,0x0e02afec,0xf61fd7fe,0xe0b9fe00,0x026f77ff,0xefca03b0,0x3002c04d,0xfe915800,0x2ce21860,0x6c2b9f05,0xd4e0eddc,0xa495dab8,0x4af2207c,0xf0dfe316,0xaec7fb5c,0x6d0a6063,0x40b02113,0xa037fe8f,0x0802bff1,0xf4efdfff,0x10c2fdb0,0x01ff6700,0x3fd50340,0x3402e063,0xfe015efe,0xece617f0,0x812a9f0b,0xd590e3dd,0x9498dba8,0x44f29075,0xeeefd316,0x0eb3f8bc,0x820b7060,0x40b03b1a,0xb050fe6e,0xfe02eff2,0xf4dfefff,0x50cefda0,0x018f5100,0x5fe20340,0x3c03507c,0xfce15dfd,0x4ce41860,0xa7298f14,0xd680d7de,0x949adc98,0x46f3a060,0xecbfc613,0xce9cf62c,0x9c0c8060,0x40d05f21,0xb070fe3e,0xed031fee,0xf61002ff,0x90dafdf0,0x00ef3b00,0x9ff102f0,0x44040098,0xfc5164fb,0xece918c0,0xd2284f18,0xd720cfe0,0x349ede38,0x49f46059,0xeb1fbc11,0xfe8af3ec,0xb00dd05f,0x40d08b27,0x8097fdee,0xd7036feb,0xf74010ff,0xd0e6fdf0,0xffcf2d01,0x700501d0,0x410410b7,0xfbd16afa,0x7cef17a0,0xea265f1d,0xd7d0c7e2,0x64a6e058,0x6ff5e094,0xe9cfc112,0x7e87f1fc,0xb60e705a,0x4020ba2b,0xf0c2fd9e,0xbe03bfec,0xf7500c00,0x20f6fdf0,0xfedf1e02,0x701600d0,0x3a0450d6,0xfb4161f9,0x1cf216a1,0x0923ff1d,0xd7e0c2e5,0xe4b6e3c8,0x8af760b2,0xe6efb612,0xbe80f01c,0xbb0f1059,0x3f40e02e,0x80e4fd4e,0xa7040ff0,0xf67ffa00,0x7108fe10,0xfdff1303,0x50260000,0x340500ed,0xfaf15cf7,0x7cf51571,0x2e221f1d,0xd810bde8,0xd4c5e698,0x6df7b09b,0xe38fa112,0xbe7aee4c,0xc10f7059,0x3e80ee2f,0x50f1fcee,0x8d045ff2,0xf5ffea00,0xb119fe60,0xfd1f0304,0x003fff30,0x2e04a103,0xfaa152f5,0x4cfe13e1,0x59204f23,0xd8e0b4eb,0x44d6e8f8,0x84f780bb,0xe09f8812,0x9e72ecbc,0xc70fe05b,0x3dd0e22e,0xa0e6fc6e,0x6f04cff3,0xf65fdc01,0x012dff00,0xfc2ef504,0xc057fe70,0x28045116,0xfa9144f2,0xcd0a1201,0x831dbf2c,0xd9d0a8ed,0xe4ebeb78,0x89f6b0c3,0xdd2f6912,0x2e75eb7c,0xc90fe061,0x3d00c62c,0xd0ccfbde,0x4c055ff4,0xf63fc401,0x5142ffe0,0xfb0eea05,0x7070fdc0,0x21049127,0xfae139f0,0x8d250fb1,0xac1a9f2c,0xd9d0a4f0,0x0501ed88,0x8cf7f0c0,0xd95f5511,0xee78eabc,0xcb0fc063,0x3c10a42a,0x10aefb0e,0x2405fff6,0xf60fab01,0xb15b0100,0xf9fedf06,0x0089fd10,0x19041134,0xfae125ee,0x8d460ce1,0xd7175f25,0xd910a5f1,0xb514ef18,0x93f790bb,0xd58f4d11,0xbe78ea6c,0xd00fc065,0x3b408526,0xc092fa2d,0xfa06bff7,0xf62f9702,0x31750260,0xf90ed706,0x709bfc10,0x1204b148,0xfb4109ec,0x9d620a31,0xfe13df27,0xd9209ff3,0x4529f098,0x92f6b0aa,0xd1af3d10,0xfe7cea3c,0xd30fb069,0x3a806a23,0x107af90d,0xcc07bff8,0xf64f8702,0xb18f03a0,0xf87ecd06,0xa0a6fba0,0x10051156,0xfb90f2ea,0x5d7c0712,0x16100f2e,0xd9f094f4,0xa540f1d8,0x99f5e097,0xce1f2910,0x5e7fea0c,0xd70fa071,0x39f0531f,0x7066f7ad,0x9c08effa,0xf63f7e03,0x21a604b0,0xf81ec806,0xa0affb20,0x11046160,0xfb10dde8,0x0d970362,0x270caf34,0xdac08bf5,0x554df278,0xa9f600a0,0xcb2f1610,0x0e8fe99c,0xd60f5076,0x3950441c,0x6058f61d,0x700a3ffb,0xf65f8203,0x81b805b0,0xf72ec806,0xa0c3f9d0,0x0e03c173,0xfa90c7e4,0xddb0ff52,0x39093f3e,0xdbf07ef5,0xe558f308,0xbdf600ad,0xc91f0810,0x2eb2e99c,0xcb0f1071,0x38903b1a,0x6050f42d,0x420bfffd,0xf67f9503,0xe1c806c0,0xf67ec506,0x70d6f8f0,0x0e02f17c,0xfa20b2e0,0x6dc6fb22,0x3e060f49,0xddd06df6,0x7564f388,0xd0f5a09b,0xc77ef410,0x3eb9e96c,0xcc0fb071,0x38403919,0xf04ef0fd,0x0a0ecffd,0xf6af9304,0x11d20780,0xf69ec106,0x30d9f8f0,0x0f02a176,0xfa709fdb,0x6dd9f732,0x2f03cf54,0xdfd05ef6,0xc56cf3d8,0xf3f6a091,0xc64edf10,0x6eade7bc,0xd8104083,0x37e0431c,0x3057eb6c,0xca140ffc,0xf7bf8104,0x21d20870,0xf62ec006,0x30e6f9a0,0x0b030165,0xfae094d5,0xddf1f3a2,0x14022f5e,0xe2304ff7,0x1573f419,0x20f74098,0xc4bed210,0x8eaee58c,0xe011008f,0x37205f21,0x6071e13c,0x8f1ddffb,0xf97f7a04,0x01cd09a0,0xf4debc06,0x9100fae0,0x0102d14f,0xfb6082d0,0x2e14f071,0xf5009f66,0xe46043f7,0x857df479,0x46f7309a,0xc23ecc10,0x3ea8e37c,0xe912808e,0x35f09228,0x009ecf8c,0x682f3ffb,0xf98f8903,0xc1c10b90,0xf2dec007,0x3122fb2f,0xee022144,0xfbd03ecb,0x7e62ee11,0xe5ff6f6c,0xe6d037f7,0xe586f4d9,0x61f6a09d,0xc0beba0f,0x8e9de23c,0xeb13e07c,0x3450df2e,0x30e3b73c,0x5f474ffc,0xf85f9403,0x81b70db0,0xf0eebf07,0xd141fbaf,0xe001e13d,0xfc6fb6c7,0x7ef7ec91,0xd7fedf72,0xe9602cf8,0x358df529,0x8af6c0aa,0xc05ea80e,0x8e89e17c,0xf3159068,0x32f15d33,0x915aa56c,0x7158dffc,0xf67f9e03,0x61b00ea0,0xefaeb508,0x4155fc7f,0xd901e13c,0xfc9e9ac6,0xf03bebb1,0xc8fe7f78,0xeb8022f8,0x8596f579,0xb4f790aa,0xbf8ea30c,0xee71e08d,0x0417b05b,0x32424337,0x92399b2c,0x8b62fffd,0xf47faf03,0x41a80ed0,0xef1eb408,0xc15ffcef,0xcd020139,0xfd4e07c4,0xb0c9ead1,0xb9fddf7c,0xedc018f8,0xa59bf589,0xdbf760a2,0xbe1e970c,0x8e61df1d,0x0d194051,0x3153ae39,0x739f958c,0xa4687ffe,0xf2dfbd03,0x31a50f20,0xee4ebf09,0x316dfd0f,0xbc02112c,0xfe6c6bc3,0x1260ea61,0xa5fd6f80,0xf0a00ff8,0xa59bf589,0xfdf6309d,0xbc8e950c,0x4e5cdded,0x0b1a503b,0x30250339,0x14ef926c,0xb76b8ffe,0xf18fc203,0x31a70f50,0xeddeca09,0x7177fd6f,0xb102711d,0xff59eac3,0xb4dbea61,0x8dfcff83,0xf3c006f8,0x9599f57a,0x18f5209b,0xbc0e900b,0xce55dccd,0x0c1b1029,0x2f25e937,0x75d1901c,0xc96dbfff,0xf01fc403,0x51ab0fd0,0xedded209,0xb179fe3f,0xa902d10d,0x0078b3c6,0x7608ea91,0x74fc6f85,0xf6dffef8,0x959af57a,0x3af43097,0xbc4e810a,0x8e45db7d,0x161bd020,0x2e766f35,0x76548e1c,0xdb6fafff,0xeeafc403,0x51aa1000,0xed9edc09,0xe17dfe7f,0xa002d105,0x015846c9,0x4664eac1,0x65fb8f87,0xf9bff6f8,0xa59cf58a,0x68f3a09c,0xbbfe7709,0x3e36da9d,0x201c9010,0x2de6bc33,0xa69e8c9c,0xec711000,0xedcfc103,0x41a61000,0xed3ee70a,0x2183fe8f,0x9702b104,0x0218a7ca,0x7611ead1,0x60fb3f87,0xfafff3f8,0xc59ff5aa,0x79f3c09b,0xbb5e7209,0x0e30d9ed,0x231d5fff,0x2d66f031,0xe6cf8b6c,0xfc724000,0xed1fbe03,0x31a41040,0xeceef00a,0x318afeaf,0x93030105,0x0368a0ca,0x7617eae1,0x62fb7f87,0xfa8ff4f9,0x15a8f5fa,0x75f3e09a,0xbb0e5c09,0xae2ed92d,0x241dfff1,0x2cf71430,0x56f28a6d,0x09732001,0xec4fbd03,0x21a21170,0xecaef60a,0x318efedf,0x9703e106,0x04b891ca,0x3625eb51,0x69fb8f87,0xf9eff5f9,0x75b4f64a,0x72f3b09f,0xbb9e4509,0x6e2dd88d,0x271e8fe6,0x2c97302e,0xf70c89bd,0x1473d001,0xebbfbd03,0x21a11270,0xec6ef30a,0x4190ff7f,0x9c04e106,0x05f882c9,0xb635eb71,0x6ffbaf87,0xf94ff6f9,0xc5bdf6aa,0x6af3b0a1,0xbb8e2e09,0xde25d82d,0x321f0fe0,0x2c67412d,0xd71c891d,0x1e747001,0xeb7fbe03,0x31a412b0,0xec3eef0a,0x818e002f,0xa005b100,0x075860c9,0x3656ebb1,0x72fc5f87,0xf8bff7fa,0x15c6f6ea,0x67f440a2,0xba3e1a0b,0x2e1ad7dd,0x3f1f7fe0,0x2c174e2c,0xf729888d,0x2874f001,0xeb5fc103,0x51a812c0,0xebeeed0a,0x9190006f,0xa50640ff,0x08283cc8,0xa675ec11,0x75fc8f87,0xf82ff9fa,0x55cff72a,0x69f3f0a0,0xba1e130a,0xbe1bd7bd,0x401fafdd,0x2be7582c,0x3732884d,0x2c753002,0xeb0fc503,0x219f1270,0xebeeee0a,0x3193000f,0xac06d0fb,0x08f80ec8,0x0699ec41,0x78fc0f86,0xf77ffafa,0x95d8f76a,0x6af4109f,0xb96e0a0a,0xce24d77d,0x3f1f6fdc,0x2bf75d2b,0xd736881d,0x2f757002,0xeadfc603,0x01991320,0xec1eee09,0xc191ffaf,0xb00710fb,0x0a17d5c7,0x26cbec81,0x7cfbcf86,0xf6bffbfa,0xc5def7aa,0x67f4409b,0xb8bdff0b,0x4e29d76d,0x411f7fda,0x2c375f2b,0xb738881d,0x2d757003,0xea8fc603,0x219f1460,0xec5eef09,0x618cff2f,0xb307a0f9,0x0ab780c6,0x7721ed01,0x7ffbef86,0xf63ffcfa,0xe5e2f7ba,0x61f3f09c,0xb89dfb0b,0x4e33d73d,0x3f1f7fd5,0x2c975f2b,0xb738885d,0x26752003,0xea1fc403,0x31a214e0,0xec3eef09,0x418aff0f,0xb40800f5,0x0af73dc6,0x2765ed81,0x80fc1f85,0xf5fffdfa,0xe5e3f7ca,0x5cf4509a,0xb87dfa0b,0x3e3cd76d,0x3b1f7fd0,0x2cc75e2b,0xb738888d,0x2274f004,0xe9afc203,0x31a11500,0xec3eeb09,0x5185feff,0xb10830f7,0x0ae710c5,0xa790edd1,0x87fc3f85,0xf5dffefa,0xd5dff7aa,0x58f4c099,0xb87dfe0b,0x0e3cd79d,0x3c1f9fd0,0x2cd7602b,0x9739889d,0x1f74d004,0xe96fc203,0x219e14e0,0xec0ee709,0x6184feef,0xb00820f9,0x0ad6e0c5,0x27bdede1,0x8cfc3f85,0xf56000fa,0xc5def7aa,0x54f53099,0xb86dfc0a,0xfe3ed7cd,0x3b1fefcf,0x2cd7622b,0x773b88bd,0x1c74c005,0xe92fc403,0x219e14e0,0xebfee209,0x7181feff,0xb00800f9,0x0ac6a6c4,0xb7f3ede1,0x8ffc5f85,0xf4e001fa,0xc5def7aa,0x58f53099,0xb87dfe0b,0x5e3fd7ed,0x3b204fd0,0x2cd7642b,0x573d88dd,0x1a74a006,0xe8efc703,0x219c14e0,0xec1edd09,0x717cff0f,0xb20850f5,0x0b0685c4,0x980eee01,0x91fcaf84,0xf47002fa,0xc5ddf79a,0x5af4b09c,0xb88e000b,0xce3ed7cd,0x3d206fd3,0x2cf7642b,0x473d88ed,0x18749006,0xe8cfcb03,0x219d14d0,0xec3ed809,0x6178ff0f,0xb30890f4,0x0b2673c4,0x581bee11,0x96fd0f84,0xf40003fa,0xb5dbf78a,0x53f4d095,0xb8be010b,0xee3dd7cd,0x3f209fd6,0x2d17632b,0x573c88fd,0x17748006,0xe8afcf03,0x219c14e0,0xec3ed809,0x4177fe9f,0xb208e0f7,0x0b2659c4,0x082cee31,0x9dfd7f83,0xf39005fa,0x95d8f77a,0x4ff4d091,0xb92e060b,0xbe43d7cd,0x3c209fd6,0x2d27642b,0x473d890d,0x16747007,0xe87fd103,0x119914d0,0xec1ed709,0x4178fe7f,0xb20920f8,0x0b2643c3,0xd83cee41,0xa1fdef83,0xf32006fa,0xa5d9f77a,0x51f55098,0xb91e080c,0x5e46d7fd,0x3920afd5,0x2d17652b,0x373e892d,0x14745007,0xe83fd103,0x119814f0,0xec2ed609,0x2175fe7f,0xb308f0f6,0x0b0639c3,0xd840ee41,0xa3fe4f82,0xf29007fa,0xa5d9f77a,0x52f58095,0xb93e060c,0xae44d7fd,0x3d20cfd5,0x2d27672b,0x1740894d,0x12743007,0xe7ffcf03,0x11961500,0xec2ed309,0x2174feaf,0xb608a0f2,0x0ad62dc3,0xc849ee61,0xa3feaf82,0xf20008fa,0xa5daf78a,0x4cf5a093,0xb94e030d,0x1e41d81d,0x4120efd6,0x2d27672b,0x0740894d,0x11742008,0xe7dfce03,0x11961520,0xec2ed309,0x2175fe9f,0xb50870f0,0x0a7631c3,0x8843ee61,0xa8ff1f82,0xf1900afa,0xa5d9f77a,0x4bf5d094,0xb96e010d,0x7e43d81d,0x3e20efd8,0x2d07682a,0xf740891d,0x14746008,0xe7cfcd03,0x11961590,0xec0ed509,0x1176fe4f,0xb50870f0,0x0a3626c3,0x4849ee81,0xadff7f81,0xf1200bfa,0x85d6f75a,0x4ff5a094,0xb9ee040d,0x2e48d82d,0x3a20afd8,0x2ce7682a,0xf740890d,0x15747008,0xe7bfcc03,0x119715a0,0xebfed409,0x1177fe5f,0xb50870ef,0x0a1615c3,0x1859ee81,0xafffdf81,0xf0d00cfa,0x85d6f75a,0x49f5f094,0xb9ee070d,0x9e49d84d,0x3820afd7,0x2cd7672b,0x073f892d,0x13745009,0xe79fce03,0x11961570,0xec4ed209,0x0172fe4f,0xb70870ef,0x0a15fcc2,0xf86cee91,0xb2002f80,0xf0500efa,0x75d5f74a,0x4af63092,0xba1e080d,0xce46d80d,0x3c209fd9,0x2ce7692a,0xe742894d,0x11743009,0xe77fcd03,0x01941550,0xec4ed109,0x1171fe6f,0xb708e0ef,0x0a15e3c2,0xe881eec1,0xb6007f80,0xefe00ffa,0x85d6f74a,0x4af62092,0xba5e050d,0xde45d81d,0x3c20afda,0x2ce7692a,0xe742894d,0x10743009,0xe77fcd03,0x01921540,0xec2ed209,0x1173fe6f,0xb508e0ec,0x09f5d3c2,0xd88ceed1,0xb800cf7f,0xef7010fa,0x85d6f74a,0x45f6208c,0xba5e010e,0x0e49d83d,0x3820afd7,0x2cd7692a,0xe742894d,0x11743009,0xe77fcc03,0x01931580,0xec0ed209,0x2175fe3f,0xb308c0f2,0x09d5bec2,0x889beed1,0xbe00ff7f,0xef2012fa,0x75d4f73a,0x42f5f08d,0xbade060d,0x8e4ad85d,0x3720bfd5,0x2cd7692a,0xd742895d,0x1074200a,0xe75fcd03,0x11941570,0xec2ed009,0x1176fe2f,0xb10880f5,0x09e5c0c2,0x4894ee91,0xc1013f7e,0xeec013fa,0x65d3f73a,0x41f61091,0xbabe080e,0x3e49d84d,0x3820bfd7,0x2cf7692a,0xe741894d,0x1074300a,0xe74fcd02,0xf18f1530,0xec2ed009,0x1177fe4f,0xb20860f1,0x09b5c7c2,0x6887ee81,0xc1017f7e,0xee6014fa,0x65d2f73a,0x41f6b090,0xbb3e090e,0x2e4ad84d,0x3720bfd7,0x2cf7692a,0xe741894d,0x1074300a,0xe73fcd02,0xf18d1530,0xec4ecf09,0x1176fe6f,0xb30880ec,0x0985b3c2,0x7895ee91,0xc201cf7d,0xee2016fa,0x65d2f73a,0x3af66090,0xbb5e0a0e,0x6e47d84d,0x3a20bfd8,0x2d07682a,0xf741896d,0x0e74100a,0xe73fcc02,0xf18f1550,0xec7ed009,0x1173fe4f,0xb30890e8,0x095573c2,0x68cfeed1,0xc6021f7d,0xeda017fa,0x65d3f73a,0x34f6b08e,0xbb7e080e,0xae47d82d,0x3b20cfd4,0x2d27682a,0xe74189ad,0x0a73c00b,0xe72fca03,0x01911520,0xec7ed209,0x0172fe1f,0xb30880e9,0x092532c2,0x590aef21,0xc9026f7c,0xed2019fa,0x65d2f73a,0x31f6d08a,0xbbee0a0e,0x4e4bd81d,0x3820cfd1,0x2d47692a,0xd74289dd,0x0773a00b,0xe72fc803,0x019114d0,0xec8ed409,0x0172fdef,0xb10870ed,0x0934e2c2,0x2956ef41,0xcd02cf7b,0xecd01afa,0x65d3f73a,0x2ef6d08b,0xbbfe070e,0x4e4bd81d,0x3820afcf,0x2d576a2a,0xc74389bd,0x0973b00b,0xe71fc503,0x019014d0,0xec7ed209,0x1174fe0f,0xb00840ef,0x08e4c9c2,0x196cef31,0xd0032f7b,0xec901bfa,0x55d2f72a,0x2bf6d08b,0xbc7e090e,0x5e48d84d,0x3b20dfce,0x2d57692a,0xd74289ad,0x0973c00b,0xe70fc402,0xf18c14d0,0xec9ed109,0x1175fe3f,0xb20800ea,0x0894efc2,0x2943eeb1,0xce035f7a,0xec201dfa,0x55d0f71a,0x27f7108b,0xbc8e0a0f,0x1e44d84d,0x3f20cfd0,0x2d57682a,0xf74189bd,0x0973c00b,0xe72fc302,0xf18c14e0,0xec9ed209,0x3176fe4f,0xb20760e8,0x0824f8c2,0x2934ee51,0xcd037f79,0xebb01efa,0x45cef70a,0x25f77089,0xbc4e0b0f,0xce43d84d,0x3e20bfd0,0x2d47682a,0xe74189bd,0x0873c00b,0xe73fc102,0xe18a14d0,0xecded309,0x4171fddf,0xaf06c0f0,0x07b49ec1,0xc987edd1,0xd3038f79,0xeb5020fa,0x25caf6ea,0x21f79085,0xbc1e120f,0xee3fd80d,0x41208fd4,0x2d37692a,0xd74289cd,0x0773a00b,0xe74fbf02,0xe18714b0,0xecced609,0x3174fd5f,0xad05f0f7,0x074435c1,0x89e8ed21,0xd7037f78,0xeaf021fa,0x15c9f6ea,0x1ef7e087,0xbb2e1411,0x3e44d80d,0x3c206fd1,0x2d27692a,0xd74289dd,0x0773a00c,0xe73fbe02,0xe18814d0,0xecced709,0x3176fc9f,0xa90570ff,0x0622f3c1,0x2b22ecb1,0xe3037f77,0xea8023fa,0x15c7f6ea,0x1ff88085,0xbaee1512,0x2e47d81d,0x39207fce,0x2d376a2a,0xc74389cd,0x0773b00c,0xe71fbd02,0xf18914e0,0xecded809,0x3175fc0f,0xa7055106,0x054253c1,0x4bb8ec51,0xed037f76,0xe9e024fa,0x05c5f6da,0x21fa007d,0xbace1512,0x8e4bd7fd,0x35205fce,0x2d37692a,0xe74289cd,0x0773b00c,0xe71fbd02,0xd1841470,0xeceed809,0x4177fc1f,0xa704710b,0x0522abc1,0x5b5aebe1,0xef038f75,0xe9b026fa,0x05c5f6da,0x18fac07a,0xba6e1213,0x5e4cd80d,0x34205fcf,0x2d37682a,0xf74189dd,0x0673a00d,0xe6ffbc02,0xe18614c0,0xed0ed309,0x5174fc3f,0xa903c111,0x0512a3c1,0x7b5cebc1,0xf3039f75,0xe97027f9,0xe5c0f6ba,0x0ffad07f,0xbb2e1913,0x3e46d81d,0x3b207fd3,0x2d47682a,0xf74189dd,0x0673a00d,0xe6ffbb02,0xe18714d0,0xed1ed009,0x6173fc4f,0xaa037115,0x04f285c1,0x8b72ebb1,0xf503bf74,0xe91029f9,0xd5bff6aa,0x06fb107e,0xbb8e1e13,0x4e42d81d,0x40209fd4,0x2d57682a,0xf74189dd,0x0673a00d,0xe6ffba02,0xd1831480,0xed1ed109,0x8173fc3f,0xa8033117,0x04e2b1c1,0x9b3eeb61,0xf503af73,0xe8d02af9,0xc5bef6aa,0x00fb007a,0xbb5e1e13,0xee44d82d,0x3e209fd2,0x2d47692a,0xe74189dd,0x0673900d,0xe6efb902,0xf18814d0,0xecfed009,0x9174fc3f,0xa7038117,0x04d2e9c1,0xaaffeb31,0xf703af72,0xe8a02cf9,0xd5c0f6a9,0xfffa507d,0xbb4e1b14,0x8e45d83d,0x3c20bfd1,0x2d37682a,0xf74189dd,0x0673900e,0xe6dfb902,0xe18614c0,0xed2ed009,0xa173fc3f,0xa7036117,0x04b2f2c1,0xbaeeebb2,0x00044f72,0xe8402ef9,0xe5c1f6c9,0xfafaa07a,0xbc2e1014,0x5e46d82d,0x3c20afd3,0x2d37682a,0xf74189ed,0x0573900e,0xe6cfb902,0xd18214b0,0xed1ecf09,0xa175fc2f,0xa8034116,0x0472ffc1,0xbad7ec02,0x0404cf70,0xe7e02ff9,0xe5c0f6b9,0xf7fad076,0xbd3e1214,0x0e49d83d,0x3920bfd3,0x2d37682b,0x074089fd,0x0473800e,0xe6bfba02,0xc17e1470,0xed3ecd09,0x8175fc1f,0xac034118,0x045309c1,0xaac4ebd2,0x0604df6f,0xe78031f9,0xd5bef6a9,0xf4fb3072,0xbd5e1914,0x5e49d81d,0x3a20bfd6,0x2d67692a,0xe74189ed,0x0573800e,0xe6afbb02,0xd1821500,0xed4ed109,0x8174fbdf,0xab035118,0x0462fec1,0xcac6ebf2,0x0a053f6e,0xe70033f9,0xc5bdf699,0xf3fb306f,0xbd3e1814,0x7e50d7fd,0x3420afd3,0x2d476a2a,0xc74389fd,0x0473800f,0xe69fbc02,0xe1841540,0xed3ed209,0x8174fbbf,0xac038117,0x0462f7c1,0xfac7ebd2,0x0b055f6d,0xe6b034f9,0xc5bdf699,0xf0fac073,0xbcce1914,0xae53d7fd,0x31209fd1,0x2d376a2a,0xc7438a0d,0x0373700f,0xe69fbd02,0xc17d14f0,0xed3ed109,0x9174fbcf,0xac037115,0x04530ac2,0x0aaceb82,0x0b055f6c,0xe66036f9,0xb5bcf689,0xeffaa074,0xbc3e1b14,0xfe51d7fd,0x3220bfd1,0x2d376b2a,0xb74389fd,0x0473700f,0xe69fbc02,0xc17e1500,0xed4ece09,0xa173fbdf,0xad037116,0x041222c2,0x8b90eb82,0x0d05af69,0xe5003df9,0xc5bdf699,0xedfaa074,0xbcce2e15,0x3e4ad7fd,0x3920bfd3,0x2d376c2a,0xa7448a0d,0x0473700f,0xe69fba02,0xb1791460,0xed7ece09,0xa172fbbf,0xac03311b,0x03e179c3,0x3c34eb92,0x1405ef64,0xe39043f9,0xc5bef6a9,0xe5fb2071,0xbdbe4214,0xfe44d7cd,0x3c209fd5,0x2d376c2a,0xa7448a0d,0x0473700e,0xe6bfbe02,0xa1761430,0xed8ece09,0xa173fbaf,0xad02e11c,0x03b120c3,0xec88eb92,0x17061f60,0xe2304bf9,0xc5bdf6a9,0xe2fb706e,0xbe8e5314,0xde44d7bd,0x3d209fd6,0x2d276d2a,0x974589fd,0x0573800e,0xe6cfc102,0xb1771440,0xed8ecf09,0x9174fb9f,0xaf02f119,0x0370e9c4,0xccb9eb72,0x18063f5a,0xe0c053f9,0xc5bdf699,0xe0fb406e,0xbece6215,0x4e46d7ad,0x3a206fd6,0x2d176d2a,0x874689fd,0x0573800d,0xe6ffc602,0xb17713f0,0xed6ece09,0x9177fb9f,0xaf030118,0x0370c0c5,0xacdeeb92,0x1e06bf54,0xdf305bf9,0xc5bdf699,0xe4fb406d,0xbf5e7415,0xce46d7ad,0x3a208fd5,0x2d076e2a,0x774689ed,0x0773900c,0xe72fcb02,0x91701400,0xed5ece09,0x917afbbf,0xaf031117,0x03809fc6,0x6cfaebe2,0x22072f4e,0xddd064f9,0xb5bcf699,0xdffb3069,0xc03e8415,0x7e40d77d,0x3c20afd6,0x2ce76f2a,0x474889cd,0x0973b00a,0xe7cfd102,0x91721470,0xecdecd09,0xb184fbff,0xac02a113,0x036080c7,0x1d17ebc2,0x24075f47,0xdc806ef9,0xa5baf689,0xdcfb4068,0xc09e9a15,0xde3cd7ad,0x3b20dfd2,0x2cd7702a,0x3748899d,0x0c73e008,0xe8bfd802,0xc1791410,0xec3ecd0a,0x218dfc7f,0xa302110c,0x03807bc7,0xcd1debb2,0x22081f40,0xdb6077f9,0x95b7f669,0xdefb8069,0xc14eb516,0x1e37d80d,0x38210fd2,0x2c67702a,0x4748895d,0x10742006,0xe97fd902,0xb1761410,0xeb8ecd0a,0xc195fd8f,0x95024101,0x04608dc8,0x2d13ebb2,0x1c096f39,0xda9080f9,0x65b2f639,0xd5fbd060,0xc20ed416,0x4e30d8ad,0x3620ffd6,0x2c076c2a,0xb74488ed,0x18749005,0xea0fda02,0x917113a0,0xeb2ecd0b,0x4198feff,0x870250f2,0x0550b9c8,0x1cfaeb72,0x0f0adf35,0xda1088f9,0x25abf5f9,0xcefcc052,0xc23ef416,0xee2cd92d,0x33208fd7,0x2c47622b,0x773b88cd,0x1b74b003,0xeadfdb02,0x91711150,0xeb5ed10b,0x9195000f,0x7801e0e6,0x0570e6c7,0xccedeb02,0x020bff34,0xda408df8,0xb5a0f599,0xc6fbc052,0xc22f1717,0x4e2dd92d,0x2e1f9fdd,0x2cc7532c,0xa72d88cd,0x1b74b002,0xebdfdc02,0xa1730f60,0xeb9ed60b,0x919100bf,0x6e0120df,0x051107c7,0x3cebe9d1,0xf80c5f3a,0xdb508df8,0x058ef4e9,0xb6fac056,0xc26f3717,0xfe31d94d,0x291effe3,0x2d573d2e,0x1718893d,0x14745000,0xed1fda02,0xb1750f00,0xebdedd0b,0x518f011f,0x6b0090d6,0x04a129c6,0x3cdfe841,0xf10bdf49,0xde1082f7,0x0575f3f9,0xabfbc063,0xc27f5318,0x2e3bd99d,0x211e4fe8,0x2de71e2f,0xc6fc89bd,0x0b73cfff,0xee5fd302,0xf1801080,0xec3ee50a,0xd18b017f,0x6f00a0cc,0x042172c4,0xacabe6d1,0xe90b4f5a,0xe12076f5,0xb559f2b9,0x9bfbc067,0xc22f6f18,0x6e44da2d,0x1a1d0ff1,0x2e86ed31,0xe6cd8a3d,0x05735ffe,0xef6fcc03,0x118611a0,0xecceeb0a,0x518101ef,0x750080bd,0x03b20ac3,0xcc23e5e1,0xe20b1f69,0xe4306df3,0xb537f0d9,0x6df94041,0xc24f8e19,0x5e4adafd,0x181b5000,0x2f26a334,0x36868b0c,0xf9728ffd,0xf07fbf03,0x118811e0,0xed6ef009,0xe171015f,0x7600a0bc,0x033218c3,0xec19e601,0xe80b7f74,0xe69066f1,0xb51aeef9,0x5af7c02a,0xc24fb01a,0x7e54dbfd,0x1319a00c,0x2fc62236,0xa6088c9c,0xe6710ffd,0xf19fb003,0x318e11c0,0xee0ef509,0x5160002f,0x7700d0c9,0x02b1a2c4,0xdc8be721,0xf80c5f7b,0xe81062ef,0x64ffecc9,0x6bf86036,0xc27fcf1b,0x9e60dd3d,0x0c17e014,0x30952738,0xd5128f1c,0xcd6eaffd,0xf30fa603,0x619611b0,0xeeaef808,0xd14cffcf,0x7f00b0c9,0x024198c6,0x4c91e911,0xfc0daf81,0xe9805fec,0xa4e6ea29,0x7af88044,0xc28ff11c,0xbe6dde9d,0x0416101e,0x31839a39,0x638a92dc,0xb06afffd,0xf49f9b03,0x919d1100,0xefaefc08,0x3134ff1f,0x8c0110cc,0x018178c8,0x5cacec12,0x010f4f86,0xea905de9,0x04cde6a9,0x86f8804f,0xc3201a1d,0xbe83dfbc,0xf813e02a,0x32b22e37,0x6224990c,0x9064effe,0xf62f9403,0xa1a10f20,0xf0cefc07,0x811cff7f,0xa40130bf,0x006190ca,0x7c92eea1,0xf610bf8b,0xebb05be6,0x44bce409,0x91f8b05e,0xc3d0281f,0x8e9ce17c,0xe8123037,0x34613e32,0x813ca66c,0x6d57bfff,0xf87f8e03,0xa1a00d10,0xf22efb06,0xd0ff004f,0xbc01b0b2,0xffb18bce,0x0c9df101,0xe8121f8e,0xec6059e2,0x84aae069,0x92f8b066,0xc4803421,0x0ec0e38c,0xd510d043,0x3650ba2b,0x80c1c09c,0x5d3dbffd,0xfb4f8403,0xb1a30b30,0xf39f0306,0x20e5000f,0xce0280b0,0xff316ad2,0x1cbef451,0xe2141f90,0xece058dc,0x5496da59,0x90f87056,0xc5c04e21,0x6ee9e5dc,0xbe0f5048,0x38007023,0xd07fdbec,0x7d22bffc,0xfc1f8703,0xc1a60910,0xf51f1105,0xa0c7ff5f,0xdc0380af,0xfe614bd6,0x6cd8f841,0xda162f93,0xed6058d5,0xe488d419,0x8ef7e037,0xc7006022,0x5f09e7ec,0xa80db04a,0x3920461c,0xe05aea3c,0xc114cffb,0xf93f9e03,0xc1a406d0,0xf74f1805,0x8099ff6f,0xe304b0a8,0xfdf143da,0xecdefc71,0xca183f94,0xed9057d0,0x9480ced9,0x98f80033,0xc7d06d21,0xff14e91c,0x970ce053,0x39e02c16,0x9042ef1c,0xf1108ffc,0xf57fdc03,0xa19f04b0,0xf8df2105,0x8078ffdf,0xe6053095,0xfd914bde,0xecdeffa1,0xb719cf94,0xed9058cb,0x547ac9c9,0xa4f8904c,0xc8a07320,0x0f1fea8c,0x880cb053,0x3ae01a10,0xf02ff29d,0x1e0d9ffc,0xf4d04703,0xa19f0290,0xf9df2d05,0xa06400af,0xe205407f,0xfdb18ddd,0x8c9e01a1,0x9e1adf93,0xed3059c6,0x1477c499,0x9ef92066,0xc9b0891f,0x4f03eb5c,0x820c904f,0x3b90130e,0x2027f59d,0x540afffa,0xf7408303,0x81970090,0xfa9f3f05,0xe059014f,0xdb04b064,0xfdd1a3df,0x0c8b0311,0x851b8f94,0xecf05ac2,0x8477c119,0xa7fa807c,0xcaa09d1f,0xaeccebac,0x820c304e,0x3bd0130e,0x3027f7cd,0x8f090ff7,0xf9706e02,0xf17eff10,0xfaff5105,0xd05a014f,0xda03e056,0xfdb1a6e0,0x0c8004a1,0x781c1f95,0xed205ac0,0xe477bf79,0xbcfbc092,0xcbb0a11f,0xfea3ec1c,0x870b504c,0x3be0180f,0xf02cf94d,0xc107bff6,0xf9e03c02,0x515bfe90,0xfb4f6505,0x905b013f,0xdd037047,0xfdc1a9e1,0x3c770601,0x691d2f96,0xed105ac0,0x4476bee9,0xc5fbb099,0xcd20a220,0x1e98ec8c,0x8d0a4042,0x3c201f12,0xc035fa8d,0xf6069ff5,0xf9b01201,0xb139fe40,0xfbcf7c05,0x8053010f,0xdb03b038,0xfe01ade2,0x8c710761,0x561e9f96,0xecb05bc0,0x1476beb9,0xc5fb1093,0xce90a21f,0xfea9ec4c,0x8b09603a,0x3c602c16,0x7042fbae,0x2b059ff5,0xf9200501,0x1117fd40,0xfc9f8b05,0x9043017f,0xd5040024,0xfe11b1e3,0xfc7108b1,0x3f1fef95,0xec205dc1,0xb476c059,0xc4fb408f,0xcfd09e1f,0xeea6ecac,0x8908b039,0x3c703619,0x304bfc7e,0x5c04dff5,0xf8700400,0xa0f9fd20,0xfd9f8805,0x803202ff,0xd203900e,0xfe01b3e5,0x1c7609a1,0x2c20ff92,0xeb1060c3,0xa476c239,0xbefbe082,0xd1009c1f,0x9e8ced7c,0x9209303d,0x3cc03f1b,0x7054fd1e,0x86043ff5,0xf8000d00,0x50e3fd20,0xfe1f8c05,0x6028039f,0xd303c004,0xfdf1a6e6,0x7c7c0b11,0x1c223f8e,0xea0064c5,0x3476c3c9,0xc7fb7073,0xd290941f,0x3e85ee8c,0x9509a038,0x3d104a1d,0xb05dfdae,0xaf03bff4,0xf83015ff,0xe0ccfca0,0xfe6f9705,0x401b038f,0xd303fffd,0xfe3197e8,0x6c870ce1,0x0a239f89,0xe8f068c6,0x4476c4d9,0xcbfa805f,0xd4808c1e,0x9e8cf00c,0x930a2031,0x3d60521f,0x3064fe1e,0xd4033ff3,0xf8a00fff,0x80b8fc40,0xfedfa705,0x300e036f,0xd2043ff4,0xfe3193ea,0x2c930e50,0xf524cf84,0xe7706cc7,0x8477c619,0xc5f9d04c,0xd5c08d1d,0xee99f16c,0x8d0b502d,0x3dd05620,0x0068fe7e,0xf602dff2,0xf8c002ff,0x20a7faf0,0xff4fb604,0xf002037f,0xd5047fe8,0xfe218eec,0x6ca30f70,0xe2259f7e,0xe60072c9,0x1478c799,0xc9f9a044,0xd6e0821d,0x7ea4f2cc,0x890c202a,0x3e405620,0x2069febf,0x13028ff2,0xf89ff9fe,0xc09bfa70,0xffcfc804,0xaff6031f,0xda045fdf,0xfdb184ef,0x9cba1090,0xd0264f77,0xe48078ca,0xc479c939,0xc7f93034,0xd870661d,0x7eb0f40c,0x840bb029,0x3e60541f,0xa066feef,0x29024ff1,0xf8cff2fe,0x7094faf0,0x006fdd04,0x4fe7025f,0xe1046fda,0xfd3175f2,0xfccd1210,0xc426bf70,0xe3107eca,0x9479c909,0xd4f93039,0xd9f05b1d,0x3ebaf52c,0x810b002e,0x3e804e1e,0xa061ff0f,0x38021ff0,0xf96fe5fe,0x5092fbc0,0x00dfe903,0xdfd901ef,0xe903dfd5,0xfd2168f5,0x8cd81400,0xbb271f69,0xe1d084ca,0x2479c899,0xe8f81041,0xdb20531c,0x9eb5f69c,0x820a7036,0x3eb0441c,0xc059ff1f,0x40020fee,0xfa3fcbfe,0x508ffc20,0x011ff503,0x8fce018f,0xef02efd0,0xfd5159f7,0x4cdb15e0,0xb5274f62,0xe0908acc,0x5479cac9,0xf8f6b02c,0xdc204c1c,0x0eb2f86c,0x7c09e03c,0x3ec0381a,0x104dff2f,0x4401ffec,0xfadfbcfe,0x408bfc60,0x01000303,0x0fcc013f,0xf7024fcb,0xfdb14af8,0x9cd61720,0xae278f5c,0xdf7090cd,0x047acb7a,0x12f62033,0xdd804d1b,0x9ebafa5c,0x7409603e,0x3ef02b16,0x9041ff2f,0x4701ffec,0xfaafbafe,0x3085fca0,0x01101102,0x3fc80100,0x0601dfc2,0xfda141f9,0x9cce17e0,0xa127cf58,0xdea094cc,0x6479cada,0x21f5f050,0xdf40531b,0x4ec1fc1c,0x7108f03d,0x3f501e12,0x9034ff3f,0x4f01efed,0xfa1fb5fe,0x0081fcf0,0x01301e01,0x8fc100c0,0x15010fbd,0xfd3133fa,0x4cc11900,0x9627df56,0xde3097cd,0x247bcb8a,0x30f4e05d,0xe0105d1a,0x4ec9fd5c,0x6a08c03f,0x3fb0150e,0xf029ff4f,0x5601cfed,0xf9dfb3fd,0xd07dfd00,0x01502601,0x0fbc00d0,0x2000afbf,0xfd211efa,0xfcb01ab0,0x9027ff57,0xde2097ce,0xa47dcd0a,0x53f3a064,0xdf106a17,0x3ed4fe1c,0x6308e047,0x3fd00f0c,0x7022ff4f,0x5701cfec,0xfa1fb5fd,0x9076fd10,0x02202b00,0xffac0140,0x20ffcfbe,0xfd810afb,0xaca01bb0,0x86283f58,0xde2098d0,0xf480cf3a,0x4ef26054,0xded05815,0x1ed9fd6c,0x5b08605e,0x3f500d0b,0x501eff4f,0x5701cfeb,0xfa6fb1fd,0x106afdf0,0x02503400,0xdfa90140,0x23fedfb9,0xfdb0fdfc,0x9c971bf0,0x7b28af54,0xdda09cd2,0x3481d08a,0x38f0f041,0xe0204814,0xbedffd1c,0x5707405f,0x3ee00c0a,0xb01dff5f,0x6501afeb,0xfa5fa7fc,0x905dff00,0x01203c00,0x2fbe0120,0x2dfe2fb8,0xfe10f8fd,0xdc991ba0,0x70292f4a,0xdc80a5d2,0x7482d0ba,0x3cef9049,0xe1f05a15,0x9ee6fe8c,0x5b067035,0x3f500a09,0xe01aff9f,0x8c013fec,0xf9ef9efc,0x1051feb0,0x00f03cff,0xdfc30160,0x32fd3fb8,0xfe20fbfe,0xec9e1b80,0x65299f40,0xdb40afd2,0xf483d13a,0x37eec05a,0xe3c06b16,0x8eeffedc,0x56049025,0x3f200909,0x2018ffbf,0xa700efee,0xf95fa5fb,0x9044ffe0,0x00f03cff,0xafc20170,0x36fccfbb,0xfe00feff,0xdca31b90,0x5d29cf36,0xda00b8d4,0x1484d25a,0x32ee906b,0xe4f07016,0xef02feec,0x4e02d021,0x3ee00808,0x9017ffcf,0xb400cfef,0xf90fb6fb,0x503d00d0,0x00d03bff,0xafc401c0,0x35fc4fba,0xfe410300,0xbcab1b90,0x552a0f2b,0xd8c0c3d3,0xf484d23a,0x30ee707d,0xe5d07417,0x1f18ff5c,0x4601f01b,0x3ea00707,0xd015ffdf,0xc200aff0,0xf8ffc9fb,0x10350110,0x00e035ff,0xafc20220,0x31fc4fb8,0xfe610801,0x8cb41bb0,0x4f2a6f1f,0xd7a0ced3,0x1483d15a,0x33ee6089,0xe6b07217,0x0f28ffbc,0x3f010018,0x3e600607,0x0013ffdf,0xcb008ff0,0xf93fd9fa,0xe02e01b0,0x011030ff,0xbfbd0270,0x2dfcffba,0xfe710c02,0x8cbc1bb0,0x482acf11,0xd660dbd2,0x7482d0ba,0x39ef008e,0xe7307517,0x8f2dffcc,0x3900a017,0x3e300506,0x7011ffef,0xd9006ff0,0xf99fddfa,0xa02601b0,0x00f02dff,0xbfbf02b0,0x2bfd8fba,0xfe910f03,0x7cc31b90,0x422b0f02,0xd520ead1,0xd481d02a,0x3def308e,0xe7707a17,0xcf29005c,0x3600100d,0x3e000405,0xd00fffff,0xe8003fee,0xfa4fd7fa,0x601b0230,0x00e02fff,0xffbc0290,0x26fe3fbb,0xfe311504,0x6cc91b90,0x382b3ef2,0xd410f9d2,0x2481d07a,0x4def308d,0xe7f07f18,0x0f2300bc,0x30ff5007,0x3dc00405,0x100dffff,0xf2002fed,0xfaefcdfa,0x401602d0,0x00f02e00,0x1fb602c0,0x20fe8fb9,0xfe511c05,0x3ccf1b80,0x2f2b5ee2,0xd2f109d2,0x1481d06a,0x5defa08a,0xe8d08017,0xef22011c,0x2aff3003,0x3d800304,0x300bffff,0xf9001feb,0xfb2fcefa,0x401302d0,0x01002900,0x1fb20300,0x1dff1fb5,0xfe811c05,0xccd31b80,0x2a2b7ed2,0xd21118d2,0x0481d05a,0x71f0308a,0xe9908017,0xbf1c01dc,0x27ff7fff,0x3d900102,0xd0070000,0x01ffffe6,0xfbefcffa,0x400f02a0,0x010020ff,0xcfaf0380,0x1fffcfb2,0xfeb11b06,0x3cd31b60,0x242b9ec2,0xd14128d2,0x2481d06a,0x82f0f08f,0xea308617,0x9f0e02cc,0x28fffffb,0x3de00001,0x30030000,0x09ffefe3,0xfc7fcefa,0x200c0290,0x00d01bff,0x8fac03f0,0x1f00ffb0,0xff111e06,0x9cd31b20,0x1a2baeb2,0xd06139d1,0x7480cfca,0x89f18090,0xebe08a17,0xaf0603ec,0x28006ff1,0x3e2fffff,0xafff0000,0x13ffcfe0,0xfcefcffa,0x000a0260,0x00404200,0x7fa60160,0x10026fae,0xfee12107,0x9cd01b70,0x082baea3,0xcfb148d1,0x847fcfea,0x94f22092,0xee208c18,0x0f3404bc,0x1cfdffde,0x3d6ffffe,0xfffd0000,0x1bffbfdd,0xfd3fd9f9,0xf0090260,0x00905500,0xaf960030,0x0c035fab,0xff012407,0x6ccc1b9f,0xfc2baeae,0xd01140d1,0xf480d04a,0x91f25094,0xef108917,0xff42047c,0x1bfcbfdf,0x3d4ffffe,0x9ffc0000,0x1effbfdb,0xfd6fd7fa,0x000b0280,0x01604900,0x3f880120,0x1003cfa7,0xff212606,0x3cc61b4f,0xf82bbec8,0xd12129d1,0xf480d04a,0x89f2408e,0xefb08717,0xff3003bc,0x1ffdbfeb,0x3daffffe,0x7ffb0000,0x20ffafda,0xfd5fd3fa,0x000b0230,0x01304900,0x4f8a0150,0x0d03efa2,0xfee12805,0xccc31b0f,0xf02bced5,0xd1b11fd2,0x3480d08a,0x89f1e082,0xf0c08817,0xef3903fc,0x1dfe1fe5,0x3d9ffffe,0x8ffc0000,0x22ffafda,0xfd6fdef9,0xe00901d0,0x01304c00,0x5f860130,0x0a049fa2,0xfef12c05,0xacc21aff,0xe82c0edd,0xd20118d1,0xa47fcffa,0x80f1a073,0xf2208617,0xbf2b03fc,0x1ffd9fe6,0x3d9ffffe,0x8ffc0000,0x21ffafd9,0xfd9fccf9,0xe00a0220,0x01404e00,0x5f830100,0x08051fa2,0xff013005,0x9cc11b0f,0xe32c3ee3,0xd22115d1,0x547fcfaa,0x7ef2107d,0xf3208517,0x8f1e03cc,0x20fd8fe7,0x3d9ffffe,0xaffc0000,0x1effafd9,0xfdbfbdf9,0xf00c0220,0x01404d00,0x4f820100,0x08054fa4,0xff213505,0xbcc21b1f,0xdf2c4edb,0xd1811dd0,0xd47ecf3a,0x96f3009e,0xf4108717,0x8f1e03cc,0x21fe3fe6,0x3d9ffffe,0xbffc0000,0x1fffafd9,0xfdafbef9,0xf00d0180,0x01304c00,0x3f830100,0x08054fa6,0xff013e05,0xccc51aff,0xdb2c6ed4,0xd10125d0,0x247ece8a,0xa2f340ab,0xf4d07f17,0x6f2503ec,0x22fe5fe4,0x3dbffffe,0xbffc0000,0x21ffafd9,0xfd9fc6f9,0xe00e0170,0x01204d00,0x3f8400e0,0x08057fab,0xfeb13f05,0xfcc41aef,0xd72c9ed9,0xd16121cf,0x647dcdca,0x8af2308b,0xf5407616,0xdf2f03fc,0x22fd3fe2,0x3dcffffe,0xaffc0000,0x23ffafd9,0xfd8fd1f9,0xe00e0290,0x01504900,0x1f8000f0,0x0805cfaf,0xfe713e06,0x4cc31acf,0xd22cdeda,0xd17122ce,0xc47ccd2a,0x83f17073,0xf5f07716,0xbf2c03ec,0x23fcefe6,0x3ddffffe,0x7ffb0000,0x23ffafd9,0xfd8fd1f9,0xe00f0320,0x01604500,0x1f800100,0x08060fb1,0xfdf13b06,0x6cc31abf,0xcf2d1ed5,0xd12127cd,0xe47bcc5a,0x8ef14072,0xf7007f17,0x1f2c03ec,0x23fcffe8,0x3ddffffe,0x7ffb0000,0x21ffafd9,0xfd7fd5f9,0xe0100350,0x01704400,0x0f7f0100,0x07064fb5,0xfdd13806,0x8cc21adf,0xca2d5ed2,0xd0e12ccc,0x347aca9a,0x9cf1706b,0xf8708917,0xaf2803ec,0x23fd2fe9,0x3deffffe,0x7ffb0000,0x20ffafd9,0xfd8fd3f9,0xe0120340 +}; + +u32 ANIM_ENTRY_hit_taser[] = +{ + 0x005fa7ff,0xcfd40600,0x01017004,0xffcfe901,0x8c0cfdff,0xb03d7ffd,0xfcc00a00,0x202f0090,0x29f3300b,0xf5b05302,0xdf2affbc,0x0f045019,0x3e400909,0x1019ff6f,0x6b018ff5,0xf76febfd,0x808500b0,0x009fa6ff,0xcfd00600,0x0001500b,0xffbfed01,0x9c0dfdff,0xb13d7ffd,0xfcf00900,0x202e0090,0x26f3000d,0xf5a05202,0xef2bff7c,0x1004501d,0x3e400909,0x4019ff6f,0x6b018ff5,0xf72fe9fd,0x708400a0,0x005fa5ff,0xcfd50610,0x0000e00a,0xffffec01,0x6c0dfdaf,0xb43d8ffd,0xfd300800,0x20300090,0x29f28010,0xf5e05203,0x2f2affbc,0x0f04501a,0x3e300a09,0x5019ff6f,0x6a019ff5,0xf6dfe7fd,0x70840090,0x000fa3ff,0xcfdc0620,0x01008006,0x004fed01,0x6c0dfd5f,0xb83daffd,0xfd300800,0x203200a0,0x28f2900e,0xf6505603,0x4f29002c,0x10044012,0x3e400a09,0x4019ff6f,0x6c018ff5,0xf68fe5fd,0x808400a0,0x003fa5ff,0xbfd905f0,0x0200a007,0x004ff101,0x9c0ffd5f,0xb83daffd,0xfd100900,0x203100a0,0x25f3200b,0xf6705603,0x5f28001c,0x12047012,0x3e600909,0x3019ff6f,0x6f018ff4,0xf68fe0fd,0x80850080,0x008fa6ff,0xafd205e0,0x01010009,0x003ff301,0xbc10fd6f,0xb63daffd,0xfcf00900,0x203200a0,0x23f35009,0xf6405103,0x5f28ffcc,0x12052015,0x3e700909,0x1019ff7f,0x72017ff3,0xf6bfdafd,0x60850030,0x004fa4ff,0xcfd70630,0x00009003,0x004ff301,0x8c10fd3f,0xb43dbffd,0xfcf00900,0x303800b0,0x24f3100b,0xf6604f03,0x3f26ffec,0x10054015,0x3e600a09,0x701aff6f,0x6a019ff2,0xf6afd7fd,0x70890090,0xffffa3ff,0xdfe30670,0x01febffa,0x000ff700,0xdc1ffbff,0xb13cbffd,0xfd400800,0x50520100,0x24f2d00b,0xf7604f03,0x3f26ff1c,0x1104f01e,0x3e400e0b,0x901fff2f,0x4b01eff3,0xf5cfdbfd,0xb09c00d0,0x003fb2ff,0xefe6061f,0xfffc4ff1,0xff5001ff,0xfc31fb0f,0x903baffd,0xfd400800,0xd09701f0,0x34f36ffc,0xf9004903,0xef29fbec,0x1904803d,0x3e201810,0x102dfedf,0x1e026ff3,0xf54fd5fd,0xf0ac0060,0x009fdaff,0xcfe40520,0x00faefdf,0xff0024ff,0xdc45f94f,0x483a8ffb,0xfb900e02,0x311003b0,0x59f53fd8,0xfb003805,0x1f35f82c,0x2902a050,0x3e002815,0x603efe9f,0x0402bff4,0xf62fccfd,0xd0aa0040,0xfff010ff,0x0fe30460,0x0efd4fc4,0xff007b00,0x7c61f65e,0xf1395ff6,0xf8501804,0x518f05d0,0x70f83fa8,0xfda01906,0xef44f66c,0x40ff5035,0x3e603519,0x004bfebf,0x12028ff8,0xf7bfbcfd,0x809c00d0,0xfeb03cfd,0xffd60410,0x1c05bfc2,0xfec10500,0x3c90f52e,0xbc36aff0,0xf5802206,0x01d80750,0x8ffbaf5a,0x01bfd90b,0x2f49f66c,0x58fd0012,0x3f603c1a,0x8051fecf,0x1d026ffd,0xf8efa7fd,0x50940100,0xfdb047fd,0x9fc10440,0x20122fe4,0xff019afd,0xeccdf93e,0xd7302feb,0xf3502905,0x91c906f0,0xd2fc9ee4,0x06ef8213,0xaf3cf6fc,0x64fdb01b,0x3fa03f1b,0x4053fe6e,0xf002effd,0xf92f90fd,0x10880020,0xfc6029fe,0x3fbc04f0,0x1d1c6011,0xfff1ebfa,0x3d0b025f,0x5027ffe6,0xf1902f03,0x415f04d0,0xeff84eab,0x07df8d19,0x5f1cf89c,0x63009037,0x3f003f1b,0x8054fd9e,0xac03cffd,0xf91f91fc,0xb076ffe0,0xfb1fefff,0x7fc30520,0x171e0055,0x0001c8f8,0x2d450c1f,0xf2230fe4,0xf0903201,0xb0f40310,0x7bf31f17,0x010ffa12,0x2eeffb1c,0x5804203d,0x3e503c1a,0xa051fd3e,0x93042ffd,0xf8ef95fc,0xc06efff0,0xfbffbc00,0x7fb403a0,0x1114c0a7,0xfe6131f9,0x2d700d10,0x6f22ffdd,0xeeb03901,0xb0f6031f,0xc4f2afea,0xfac03f00,0x9ecdfb8c,0x4b060046,0x3dc03418,0xc04afd9e,0xaf03cffd,0xf8cf9ffd,0x50720000,0xff6f9e00,0x6f910160,0x1603f0cf,0xfc007efb,0xdd880670,0x93242fd3,0xec004404,0x0186057f,0x7cf390ba,0xf850a4f2,0x0ec2f91c,0x4b05306f,0x3dc02c16,0xd042fe1e,0xd6034ffd,0xf8bfacfd,0xc07600f0,0x01ff92ff,0xdf8b0000,0x1df450b8,0xfb6030fd,0x3da600b0,0x68232fd5,0xec704309,0x42480a2f,0x3bf74171,0xf7010bed,0x7ed0f71c,0x5002e08e,0x3df02715,0x503dfe6e,0xee02effd,0xf8bfb8fe,0x507e0260,0x01df99ff,0xef9bffc0,0x16ef5094,0xfc8077fa,0xddd7fe10,0x3f20bfe9,0xf2c02b0a,0xf2750baf,0x0c025160,0xfb213bee,0x2ef2f77c,0x4a00107e,0x3d802314,0x5039fe9f,0x0102affd,0xf87fc4fe,0xe0920310,0x000fa8ff,0xefa400a0,0x0ef6e092,0xfcc10ff4,0x1dfafed0,0x641e7ffb,0xfb700e04,0xf1b4065f,0x15058040,0xfc1110f1,0xaf0ff92c,0x43fee054,0x3da02214,0x0038febf,0x11028ffd,0xf7bfcdff,0x60a20220,0xfe1fadff,0x9fa502c0,0x1103c0c2,0xfd5153eb,0x0df800e0,0xc21d9000,0x009ffe00,0xb09001cf,0xbafd6f53,0xeff06ef9,0x5f18faec,0x4800403c,0x3e702414,0x503afe9f,0x0602bffe,0xf67fd3ff,0x90a6ffe0,0xfc7fa6ff,0xafa50610,0x100d90f0,0xfea128e3,0x8de4fec0,0xf01d8ffe,0xfe9004ff,0xffdfff90,0xbff75ee2,0xe44fb3fd,0x7f10fc1c,0x4901e03c,0x3e902715,0x003dfe3e,0xe2031fff,0xf53fd2ff,0xb0b3ff20,0xfbefa500,0x6f9c085f,0xff1060f8,0xfec0fee0,0xdddefa50,0xde1e0ff6,0xf88018ff,0xefbfff30,0xa5f0ff04,0xe61f89f9,0x6efcfbdc,0x4702c043,0x3e102b16,0x6041fdfe,0xce035000,0xf48fc7ff,0xd0d1ff50,0xfcafab00,0x8f86066f,0xf70c70ca,0xfce0a4e3,0x8e09fe30,0xf01fffed,0xf44026ff,0xefc9ff5f,0x9fec8f59,0xe91fd0f7,0x5edff9fc,0x5503a04e,0x3e903318,0xa049fe0e,0xd0035000,0xf3dfc500,0x00f1fea0,0xfd4f9eff,0xbf7801f0,0x1305a05b,0xfb0046eb,0x2e400711,0x56236fed,0xf43026ff,0xefccff5e,0xc9ec3f8f,0xe98fd6f9,0xbeb9f88c,0x7204f05b,0x3ff03d1b,0x2051fe0e,0xd1034001,0xf2dfe100,0x210bfe70,0xfd1f68ff,0x7f82fe50,0x3ffe3fc6,0xfc2021f5,0xce5e0cd1,0xde281ff3,0xf6701dff,0xffebffbe,0xb8ef3fc4,0xed2fcefe,0xee8cf8fc,0x82069065,0x4090441c,0xb058fdfe,0xc8036002,0xf2400100,0x20e8fd50,0xfc7f1000,0x0f9efc60,0x68f83f7f,0x00d02400,0xee5c0df2,0x4b2d9ff8,0xf9401400,0x203100af,0x05f33ffe,0xf8601806,0xee65fadc,0x78081071,0x4000431c,0x7057fdce,0xbd039002,0xf2901400,0x20c5fe10,0xfbdebb00,0xdfb2fc60,0x86f83fc8,0x03a04408,0x1e3a0ba2,0x6a30effc,0xfc200b00,0xa08201bf,0x01f6702c,0xfdc06410,0x5e57fc7c,0x5908e079,0x3f303b1a,0x9050fdbe,0xba03a002,0xf3503300,0x10a5ff60,0xfb4e9b01,0x4fb1fef0,0x90fbf051,0x03705a07,0xfe1a0272,0x2e2c9ffd,0xfd700801,0x20b7026e,0xf4f9702b,0xf5508915,0x8e6efd7c,0x3c081071,0x3e603318,0x6049fdde,0xc4038002,0xf3f04600,0x109b0100,0xfadec501,0x5f9802d0,0x7b0000ad,0x03505d01,0x1e0df761,0x91250ffc,0xfc700b01,0x80dd02ef,0x31fb7006,0xebf08512,0x7ea4fe2c,0x2a04f05d,0x3d802c16,0x9042fdfe,0xcc036002,0xf4402c00,0x30a301a0,0xfa9f2101,0x0f8205b0,0x5202a0ca,0x024082f6,0xadf6f3c0,0xbc206ffa,0xfa301202,0x1111039f,0x8af9efd0,0xe7e06206,0x4ee0fe5c,0x2900c04d,0x3cd02815,0x803dfdfe,0xc8036002,0xf4c00600,0x40a20020,0xfa4f8800,0x5f7e0740,0x2b04a0c5,0xfeb0d6eb,0xedc9f7e0,0x061e6ff6,0xf7d01902,0x2117039f,0xe7f63fa0,0xe7c001f6,0xaf0cfdbc,0x35fd803e,0x3ce02815,0xb03efdee,0xc5036002,0xf53fe200,0x4098fe30,0xfa0fcdff,0xcf820770,0x110710af,0xfbc12ce4,0xcd9902ef,0xca1e0ff2,0xf5e02001,0x10bb0250,0x1bf2cf8e,0xeb3f85f7,0x1f22fc6c,0x3ffd6039,0x3d902d16,0xd043fdee,0xc5037002,0xf56fc500,0x308ffca0,0xf9bfd3ff,0xef8806a0,0x08058093,0xfb7134e2,0xbd920ee0,0x131e4ff3,0xf6901e00,0x505000f0,0x0aefff7d,0xf56fd508,0xff1bfc1c,0x41ffb03c,0x3e202f17,0x6045fdde,0xc2038002,0xf5bfba00,0x308efc80,0xf90fa800,0x7f960510,0x13fda07c,0xfca0eae5,0x7db80dd0,0xa11e7ff8,0xf9601500,0x202b008f,0xd4ef4f5d,0x03402014,0x7efcfd6c,0x3d01703a,0x3e002c16,0x8042fdee,0xc5037002,0xf63fba00,0x4091feb0,0xf93f6c00,0xff9702a0,0x2ef40070,0xfe50a0ec,0xbdef0721,0x2a1feffb,0xfb300f00,0x706f015f,0xc6f1af55,0x02500d13,0x9ed6fe1c,0x3a01d045,0x3dc02815,0x603efe0e,0xcf035003,0xf68fc300,0x4084fe30,0xfadf2f01,0x5f89ff10,0x4fefb089,0xfff085f7,0x0e1a05d1,0x8d233ff9,0xf9f01201,0xa0ea030f,0xdbf53f86,0xf6d0420a,0x6eb3fcec,0x3a019069,0x3d902514,0xc03bfe1e,0xd3034003,0xf6afca00,0x3087ffb0,0xfbdefd01,0xaf85fc90,0x65f320c4,0xfff074ff,0x4e2906f1,0xb224bff4,0xf6d01c03,0x616304ef,0xccfa6ff8,0xf270a000,0xfea0fc1c,0x3600808f,0x3d202313,0xf039fdee,0xc3037003,0xf6efce00,0x40950180,0xfb8ee701,0x9f98fd90,0x64f9b0f9,0xfe906700,0xde1f0621,0xa6220fed,0xf3f02604,0x1188059f,0x8800a0a6,0xf400eff7,0xeeb2fc7c,0x2ffda0ab,0x3c602012,0xf036fd3e,0x8d042001,0xf75fd500,0x2096ff90,0xfaaef001,0x4fad0010,0x5bfdf109,0xfdc058fe,0x2e0506d1,0x9b1fffe9,0xf2402c02,0x411d03cf,0x5f01f12d,0xf5f0c5f1,0x4ed8fcec,0x2ffa20bf,0x3ad02012,0xd035fbbe,0x2e058000,0xf74fd1ff,0xf088fc20,0xf9df0801,0x2fb40160,0x52fd30e7,0xfd1054fb,0x8de00be1,0xaf227fe7,0xf1e02d00,0x706b015f,0x5bfce125,0xf5e01cf2,0x0eeefcbc,0x35f990b6,0x39202313,0xd039f9fd,0xdc071001,0xf71fd0ff,0xa06ffd40,0xf96f1c01,0x2fad02c0,0x4afa90a4,0xfca071f9,0xfdbe0ff1,0xb9277fe8,0xf2302dff,0xfff6ffef,0x77f710a4,0xf76fc1f7,0xbeeefc4c,0x41fd9085,0x39402815,0x803efa1d,0xe406f002,0xf6afc5ff,0x907401e0,0xf95f2700,0xef9e0540,0x45fb9070,0xfc80a3f8,0x8d9b0f11,0xa22a7fe8,0xf2602c00,0x0001000f,0xadf48ff9,0xfd3003fd,0xaeedfb3c,0x53028049,0x3b203118,0x0046fbae,0x2e059003,0xf63fb9ff,0xd0a302d0,0xf95f3400,0x9f8e07d0,0x3f02206e,0xfca0ecf5,0xed750c61,0x792adfea,0xf3102a00,0x605d013f,0xfdf47f53,0xfde08406,0x3eedf94c,0x6603102a,0x3c70401b,0xb054fc9e,0x6504b006,0xf58fa0ff,0xf0b80120,0xf86f5000,0xef9009c0,0x2d0c509e,0xfe7157f0,0xed4a06e1,0x522a6fee,0xf4902600,0xd09801f0,0x9af52eb7,0xf730dd10,0xcee5f7ec,0x6e00801b,0x3c10541f,0xb066fcce,0x72049007,0xf4ff75ff,0xc0b20110,0xf72f7b01,0x4f970b00,0x0e14e0cb,0x01b1ccea,0x1d150051,0x3129eff1,0xf6302000,0xb08901c1,0x39f68e5f,0xef50e515,0x9eddf7ac,0x6ffe7003,0x3b906923,0x5079fcde,0x7b047005,0xf57f57ff,0xa0a30070,0xf72fa800,0xbf8d0adf,0xf11630c2,0x027233e4,0x2cdcffc1,0x2a298ff4,0xf7401d00,0x404a00e1,0x43f61e81,0xeb00b10e,0x3ee0f79c,0x76fd9ff4,0x3cb07b25,0xb089fd3e,0x91042000,0xf71f47ff,0x7091fec0,0xf7efc8ff,0x8f81084f,0xea106091,0x00524be0,0xdcc70641,0x572a2ff3,0xf7001d00,0x10190050,0xd6f38eff,0xed102402,0x3ef0f82c,0x84fd4ffb,0x3e707825,0x5087fd5e,0x9c040ffb,0xf85f23ff,0x5084fe50,0xf89fcdfe,0x6f84051f,0xfb08a064,0xfee1fadf,0xccec0a21,0xa32afff0,0xf5802200,0x101f0060,0x46f15f8d,0xf1efbbf9,0xaf04f9bc,0x87fcc016,0x3f306021,0xb071fd0e,0x86044ffd,0xf7cf07ff,0x6084ffe0,0xf91fbafe,0x2f8d03d0,0x0f050064,0xfea1a8df,0x7d2a09a1,0xe02a3fef,0xf4d02400,0x5052010f,0xa7f0d011,0xf18007fa,0x3f13fb2c,0x76fc0040,0x3e40481d,0x605cfc4e,0x50050ffe,0xf75f1cff,0x90960350,0xf91f95ff,0x1f900560,0x1708f09e,0xfe419fde,0xed560711,0xf7273ff3,0xf6801e00,0x9078018f,0x57f46079,0xeef0a005,0xef14fbfc,0x59fb9068,0x3bf03b1a,0x8050fb2e,0x13060ffb,0xf84f45ff,0xd0a90790,0xf88f6c00,0x5f8d0890,0x1d11e0f6,0xfd91dbdd,0xed5102a1,0xe822eff7,0xf9101600,0x907c019f,0x59fbb09a,0xf040ea14,0x4f06fd4c,0x3cfba079,0x39b03218,0x5048fa3d,0xe706dff7,0xf95f6400,0x00b809c0,0xf81f5f01,0x0f7f0b70,0x2216f11e,0xfb8231dc,0x8d1b0051,0xb61eeff9,0xfa401300,0x706c015f,0x6f018065,0xf1e0c319,0x3f01fe6c,0x26fbb070,0x38402a16,0x1040f95d,0xc4079ff5,0xf9ef7800,0x10c008d0,0xf82f8000,0xff670c50,0x1512f110,0xf77276da,0xecd40441,0x881d5ff8,0xf9d01400,0x304300df,0x9900501b,0xf2707d0f,0xef16fe6c,0x20fbe050,0x37f02615,0x103cf8bd,0xad083ff5,0xf9ff77ff,0xe0b406d0,0xf81fae00,0xaf5c0b4f,0xff09c0e9,0xf3c28fd9,0xdcae0b71,0x831eeff5,0xf8701900,0x101f006f,0xd1f8afdd,0xf2a00301,0xdf2efd4c,0x26fd901b,0x39802a16,0x2040f94d,0xc307bff7,0xf96f67ff,0xa0a60470,0xf82fc000,0xaf580a6f,0xf40360ba,0xf2c26dda,0x2cbc0cb1,0x98214ff2,0xf6d01f00,0x1025007f,0xf3f0bf9e,0xf49fabf8,0xdf2ffb5c,0x30012fe7,0x3c003519,0x104bfaee,0x0b064ffa,0xf83f5dff,0xe0bc0090,0xf81faf00,0xff570aff,0xfc03609a,0xf3c212db,0xdcea08f1,0xa6221fef,0xf5602300,0x605e012f,0xe8ee1f6a,0xf34ffdfb,0xaf15f90c,0x3e041fc9,0x3d50461c,0xf05afc4e,0x54051ffe,0xf6ff5e00,0x70e8fd30,0xf77f9401,0x5f670b50,0x16073091,0xf51198df,0x4d2605d1,0xa9211feb,0xf3c02901,0x10b7024f,0xd8ef5f6b,0xf3907907,0xdef0f7ac,0x4f043fbd,0x3cf05720,0x5069fcce,0x78048000,0xf64f6f00,0xb102fdd0,0xf6cf8601,0x8f7c0a10,0x2d096079,0xf75128e4,0xdd6003b1,0xa01fcfe3,0xf1003301,0xe104036f,0xf3f0bf9c,0xf650bd0f,0xaed6f72c,0x5f030fb8,0x3c506422,0x7074fcfe,0x85046001,0xf5ff8800,0xb107ffe0,0xf73f8301,0x7f7907c0,0x2f061040,0xfa90d9eb,0x9d8d0281,0x931fefd9,0xedf03e02,0x211303af,0xf0f1cfef,0xf650bf0e,0x3ecaf65c,0x6d02ffbf,0x3cb06e24,0x107efd3e,0x97042001,0xf5df9700,0x9105ff80,0xf87f7c01,0x4f6605c0,0x2bff2013,0xfe70b9f1,0x1da601c1,0x85213fd9,0xedb03e01,0x80de02ef,0x9ef4c068,0xf5009406,0x9ecbf5bc,0x7a045fca,0x3db07f26,0x308cfdae,0xb503b001,0xf5efa200,0x80fcfda0,0xf92f6d01,0x2f580530,0x2bf96021,0xff90c8f3,0x3da300f1,0x73226fe5,0xf1303100,0xd09801ef,0x47fbc0cc,0xf5005afc,0x0ecef69c,0x8205bfca,0x3e309528,0xc0a0fe0e,0xd2035fff,0xf65fae00,0x60f4fc90,0xf91f6001,0x4f5205c0,0x29f7d063,0xfc30f3f1,0xdd8e00b1,0x5a236ff1,0xf5e02100,0x6059011f,0x3a0290d3,0xf35018f1,0xbed1f90c,0x83061fc6,0x3e10a52a,0x40aefe3e,0xe2032ffd,0xf6ffb500,0x60f3fcd0,0xf92f5b01,0x7f4c0610,0x1cfa20a3,0xf9011fee,0xfd7502b1,0x4724bff7,0xf8d01700,0x1025007f,0x55026099,0xefcfd8ef,0x4ed6fc0c,0x7d05cfca,0x3dc09728,0xf0a2fe3e,0xe6031ffa,0xf7efbf00,0x70f8fd70,0xf99f6101,0x3f490520,0x14fc9088,0xf9a133ec,0x6d6306f1,0x4125fff7,0xf9001600,0x000e002f,0x86fb804f,0xecffd2f5,0x6edeff2c,0x7504cfd7,0x3dd07024,0x307ffe2e,0xe1032ff9,0xf84fd200,0x80fefe40,0xfa5f7100,0x0f4c0360,0x1cfb5010,0xfc3137eb,0x0d5708c1,0x44262ff5,0xf7a01b00,0x101a005f,0xcff35fee,0xed401afa,0xfee901bc,0x73033fe4,0x3e904b1d,0xf05efe2e,0xdc033ffd,0xf6ffe500,0x9103ff00,0xfb4f8cfe,0x9f4a0150,0x2ef79fcb,0xff613eea,0x8d5606c1,0x45259ff2,0xf6701e00,0x20300090,0x02ef6f8e,0xef705efd,0x5efa02cc,0x75015ff1,0x3f903418,0xe04afe2e,0xdb033002,0xf54fee00,0xa107ff60,0xfc8fa5fd,0xff3e0010,0x37f64ffe,0x006141ea,0x5d620371,0x36251ff2,0xf6701e00,0x303c00c0,0x16ef9f62,0xefa05efc,0xcf0b028c,0x73002006,0x3fe02915,0xc03ffe2e,0xda033004,0xf49fed00,0xa109ff00,0xfd6fadfe,0x4f3300e0,0x31f87056,0xfe9136ea,0x0d6f01a1,0x11247ff4,0xf7101c00,0x202f0090,0x25f0df83,0xedb036f9,0xff08025c,0x69003019,0x3f502313,0xe039fe1e,0xd7033004,0xf49fdd00,0x9102fe80,0xfd4fa7fe,0xff3902c0,0x25fce06e,0xfc512ae9,0xdd7802d0,0xf2239ff4,0xf7801b00,0x0ffffff0,0x06f26fea,0xeb8001f8,0x0ef5030c,0x5a013021,0x3e701f12,0xa034fe0e,0xcf035002,0xf51fca00,0x50f0fe20,0xfcbfa4ff,0x3f4b03f0,0x2101b026,0xfc512be9,0xfd7f04f0,0xf6236ff5,0xf7b01bff,0xefd0ff6f,0xbdf5105d,0xe9efc3f7,0x2eea03dc,0x52026024,0x3e201d11,0xf032fdde,0xbe038000,0xf5bfc300,0x10dcfda0,0xfc3fadff,0x0f5d0330,0x22063fb8,0xfe812eea,0xad8e0401,0x1b240ff4,0xf7701cff,0xefd0ff6f,0x91f7007c,0xeb2fbdf6,0x0ef203fc,0x5202b029,0x3e301d11,0xf032fd9e,0xab03cfff,0xf60fc1ff,0xf0d3fd10,0xfc4fbdfe,0xdf650140,0x280b4f93,0xff7123ec,0x6daa01c1,0x41246ff2,0xf6301f00,0x0004000f,0x98f5a034,0xee500af8,0x3efd036c,0x5401f02f,0x3e101e12,0x6034fd8e,0xa403dfff,0xf5dfbcff,0xe0cffcf0,0xfcdfc6fe,0xdf640000,0x320dafcc,0xfef105ee,0xadc70001,0x4a23bfee,0xf4902500,0x404600ef,0xc3f36fe9,0xf11049fc,0x0efd028c,0x55014038,0x3dd01f12,0xc035fd8e,0xa703d000,0xf56fb4ff,0xd0cbfd10,0xfd9fc6ff,0x0f6800d0,0x37097011,0xfea0ecef,0x9dd4fdd1,0x3221dfeb,0xf3502900,0x7069015f,0xc6f3c002,0xf05052fc,0x0ef501cc,0x51017044,0x3d901f12,0xb035fd8e,0xa603d000,0xf55fafff,0xc0c7fcf0,0xfe2fc6ff,0x2f7802d0,0x3200c025,0xfe20ebee,0x4dcbfb91,0x13201fea,0xf2f02a00,0x404400df,0xa1f72074,0xede034f8,0x9eef015c,0x4e02104e,0x3d801e12,0x6034fd7e,0xa103efff,0xf5bfa8ff,0xc0c7fc40,0xfebfd8ff,0x1f810390,0x2dfb500e,0xfdf0fdec,0x4daffb21,0x0a1fefeb,0xf35029ff,0xfff8ffef,0xacf9d0b7,0xec0ff1f5,0xbef8009c,0x5101c052,0x3db01e12,0x4033fd7e,0xa303dffe,0xf5ff9fff,0xd0cafb60,0xff0ff9fe,0xef7d0200,0x2ffd1ff4,0xfdf11aeb,0x9d96fca1,0x15210feb,0xf36029ff,0xefd8ff8f,0xd4f7f072,0xeaefcef5,0xdf0cffdc,0x5800504c,0x3de01e12,0x7034fdae,0xae03bffe,0xf61f94ff,0xc0cafaa0,0xfef00dfe,0xdf7c0040,0x3902bff6,0xfd6123ec,0x6d92fdb1,0x2221dfea,0xf3402aff,0xfffcfff0,0x11f3dfe6,0xeae002f8,0x9f17ffbc,0x5eff603f,0x3e201f12,0xb035fdce,0xbb039ffd,0xf63f8dff,0xc0c7fa30,0xfee004fe,0xef800010,0x4605500f,0xfdd0f5ee,0x1d9bfd71,0x2c21bfec,0xf3f02700,0x20260070,0x3af20f98,0xecc049fc,0x8f13000c,0x5fffc037,0x3e501f12,0xc035fdee,0xc5037ffc,0xf65f91ff,0xc0c6fa30,0xff7febfe,0xff820100,0x51014017,0xff5095f0,0xfdaafc21,0x3f219ff0,0xf5902100,0x101f0060,0x02f2efc5,0xede05bfd,0x5f08ffec,0x5f00e039,0x3e902113,0x4036fe0e,0xd2034ffd,0xf61fa0ff,0xb0c4fab0,0x003fcdfe,0xef8701c0,0x5cf95ff5,0x020025f5,0xadc3fbc1,0x6c226ff3,0xf6c01dff,0xffedffcf,0xa5f5002a,0xeeb03af9,0x7efcfedc,0x63022039,0x3ee02715,0x503dfe4e,0xe5031ffe,0xf59fb4ff,0xa0c2fb50,0x008fabfe,0xff9401d0,0x67f2efcb,0x065fd1fc,0xdddbff11,0xb4251ff4,0xf7101cff,0xefbdff2f,0x71f66056,0xf14015f5,0xeeeafd6c,0x6c037032,0x3f203519,0x704bfe7e,0xf802d000,0xf50fcbff,0xa0c2fc40,0x008f79ff,0x0fa10290,0x75f0efbe,0x090fac05,0x4de305f1,0xfa2a1ff5,0xf7a01aff,0xefbbff1f,0x4cf60046,0xf3a01df6,0xdecafbcc,0x7604e02e,0x3ed04e1e,0xc061fe8f,0x0102b002,0xf48fdfff,0xa0c2fe50,0x009f37ff,0x4fb10590,0x80f28fd0,0x08cfb30b,0xede20b22,0x1d2f4ff8,0xf99014ff,0xffebffbf,0x32f53033,0xf53049fa,0xbea1fa4c,0x7d068032,0x3e306823,0x4078fe8f,0x0202b004,0xf3dfe8ff,0x90c00130,0x000f0a00,0x2fc30960,0x77f4bfef,0x07afc50e,0xede60c02,0x1931bffc,0xfbf00d00,0x1023007f,0x2df4e035,0xf61064fe,0xce92f95c,0x7407c030,0x3d106f24,0x407efe8f,0x0302b005,0xf33feaff,0x80b902c0,0xff1f1201,0x7fcc0be0,0x5cf46002,0x06ffbd0e,0xfdef09a1,0xfa30effc,0xfca00a00,0x303700bf,0x39f52045,0xf6106b00,0xdeadf8ac,0x5c07801e,0x3bc05b21,0x206cfeaf,0x0c02a006,0xf31fe1ff,0x60af0250,0xff2f4402,0x2fbf0d10,0x42f20008,0x065fb80c,0xcdf60501,0xbf2deffa,0xfb001000,0x1024007f,0x48f5804f,0xf4e06900,0x5edaf76c,0x4705900b,0x3b203f1b,0xd054fecf,0x1a027002,0xf43fc2ff,0x40a60110,0x005f8001,0xdfa20eb0,0x2aef700a,0x037fce07,0x9dfbff31,0x6529fff6,0xf8801800,0x0002000f,0x5cf5304c,0xf26059fe,0xeef1f5ac,0x42033001,0x3b802d17,0x5043feef,0x25025ff9,0xf71f94ff,0x30a3ffd0,0x010fbe01,0x1f8a10e0,0x14eed00d,0xfe2feb00,0x2df8fab0,0xf426aff2,0xf6101fff,0xffe2ffaf,0x7cf44038,0xef7037fd,0x2ef1f4fc,0x48013ff3,0x3c802615,0x103cfedf,0x23025ff0,0xf9df68ff,0x40a9fe60,0x007ffa00,0x9f8311df,0xfff0c01a,0xf92001f9,0x2de8fb40,0x9a259fed,0xf41026ff,0xefb4ff0f,0xaaf37019,0xec6003fa,0xcefff5cc,0x4affdfd9,0x3d902414,0x3039febf,0x18028fed,0xfaef44ff,0x60b5fc30,0xfff02500,0x7f7f107f,0xeaf1f01d,0xf73003f5,0x1dd70260,0x87271fec,0xf39027ff,0xff8efe8f,0xcbf27004,0xe86fc4fa,0x7f20f65c,0x47ff6fca,0x3e802414,0x203afe9f,0x0b02afed,0xfaff36ff,0x70bcf9c0,0x00202500,0x4f790e6f,0xdef00003,0xf98ff0f4,0xcdca08a0,0xbd298ff2,0xf6201fff,0xff9bfebf,0xbef1bfff,0xe77fbefb,0xcf2ff65c,0x48ffbfca,0x3ef02514,0x603bfe9f,0x0602bfed,0xfaef3fff,0x60b6f940,0x007ff2ff,0xdf760d7f,0xe8ec8fd6,0xfd7fd8f7,0x8dc209f1,0x202c0ffb,0xfb800eff,0xffe1ff9f,0xb0f20ff3,0xeb1ffefb,0xef21f71c,0x51009fce,0x3eb02414,0x203afe9f,0x0a02afed,0xfaff61ff,0x30a9fbf0,0x00cfaaff,0x7f7c0ce0,0x05ea4fc1,0xffdfbbfc,0xbdb60ad1,0x852f5000,0x013ffc00,0x303a00bf,0xddf27fd0,0xf03047fd,0x5f0df83c,0x54015fd5,0x3dd02213,0xa038feaf,0x0e029fec,0xfaff95ff,0x009b0010,0x00ff6bff,0xaf880c40,0x1aeadff2,0xffcf8102,0xddaa0bb1,0xc5322001,0x047ff100,0x907a0190,0x2cf32fa3,0xf44067ff,0x7ef6f91c,0x4c024fe0,0x3ca02113,0x5036febf,0x0f029fed,0xfadfbdfe,0xe09402f0,0x016f4400,0x3f8d0cb0,0x17ed604e,0xfe3f4d07,0x6da00a01,0xd330c001,0x045ff100,0xd09801f0,0x2cf42fa2,0xf4c07100,0x0edef95c,0x42038fed,0x3bb02113,0x5036febf,0x0f028fee,0xfa7fc8fe,0xe0960380,0x021f4200,0x8f8b0e30,0x05f1308b,0xfcaf5009,0x2d9f0581,0xb12ab000,0x01affa00,0xc09401ef,0xc7f47fe5,0xf2b076fe,0xded3f8bc,0x3d040ff5,0x3b602213,0x9037febf,0x11028fef,0xf9efbefe,0xf09d02b0,0x029f6400,0x7f910eef,0xf6f63089,0xfcef6108,0xfdaa02c1,0x7a24dffe,0xfde00700,0x605a012f,0x82f4f02c,0xf2806efb,0xdedbf80c,0x41037ff0,0x3bd02313,0xe038febf,0x13028ff1,0xf93fa8ff,0x10a50160,0x02af9b00,0x3fa00d1f,0xedfbe04e,0x001f6a08,0xcdb60681,0x5e232ff9,0xfa4012ff,0xfff6ffef,0x80f52059,0xf68050fa,0x8ef1f78c,0x46021fe0,0x3ca02314,0x2039febf,0x15028ff2,0xf8bf8dff,0x30affff0,0x02cfcc00,0x1fac0a3f,0xe401ffef,0x030f8608,0x6dc00ef1,0x55256ff5,0xf81019ff,0xefc7ff4f,0x80f4a06f,0xf9604cfc,0xbf02f6ec,0x4b00dfdc,0x3d802514,0x603bfeaf,0x0a02aff3,0xf89f72ff,0x50b9fe80,0x030fdcff,0xefb7092f,0xdc0acfac,0x021fb607,0x4dc71181,0x4e289ff3,0xf6f01dff,0xfff6ffef,0x7bf41049,0xf92066fe,0x4f00f68c,0x54004ff8,0x3de02514,0x803bfe1e,0xd3034ff1,0xf8ff62ff,0x60bcfe30,0x02efcfff,0x8fcd0a1f,0xe1162fa9,0xfeafdd05,0xedc51021,0x452b7fef,0xf4f02400,0x404200df,0x9af32001,0xf6a07bff,0x8ef6f70c,0x5dffe02f,0x3d802314,0x2039fcae,0x6604afef,0xf99f63ff,0x40b6ffe0,0x027fb9ff,0x1ff30b6f,0xf11ebfc9,0xfc9ff605,0x0dbc0e61,0x382d3fe6,0xf1c02f00,0x806a016f,0xcbf26fdd,0xf5109002,0x9eeef7cc,0x64fff06b,0x3ce02213,0xc038faee,0x06063fee,0xfa3f6dff,0x40b501e0,0x024fb0fe,0xd01b0b70,0x021fefe1,0xfcb00004,0x5db40d31,0x232d9fde,0xef403900,0x806d016f,0xd7f25fe4,0xf3f09b05,0xbee9f80c,0x68007090,0x3ca02113,0x9037fafe,0x08063fec,0xfacf6dff,0x70c50220,0x02cfb8fe,0x80310a40,0x121a5fea,0xfd3ff303,0x4dad0c21,0x012d0fe0,0xefe03600,0x605d013f,0xb1f1ffee,0xf2c08f05,0xdeedf7cc,0x6d01809c,0x3cf01f12,0xe035fcce,0x70048feb,0xfaff67ff,0x80cb0130,0x038fc3fe,0x203808e0,0x2811ffef,0xfcbfdd01,0x9daa0a80,0xdc2bffea,0xf3202a00,0x404700ef,0x86f1effc,0xf0d06702,0x7ef9f77c,0x7103509d,0x3d801d12,0x3033fe4e,0xe5030fec,0xfa8f6aff,0x10ab0090,0x039fcbfe,0x104107d0,0x3d0a8ff4,0xfbdfd1ff,0xbdaa0890,0xc02aaff3,0xf6f01d00,0x202c009f,0x8af37016,0xedb03bfe,0x7f06f75c,0x7204a098,0x3dc01f12,0xb034fecf,0x17027fef,0xf98f75fe,0x70800080,0x02afd1fe,0xb04f06c0,0x4306eff5,0xfbdfd0fd,0xcdac0650,0xa9297ff9,0xfa501200,0x0013003f,0xbaf55021,0xea4016fc,0x1f08f76c,0x6f055089,0x3d902615,0x103cfebf,0x13028ff2,0xf87f76fe,0x3073ff90,0x00ffdbff,0xb06005b0,0x3f07aff4,0xfd1fcbfb,0xedac0440,0x92289ffd,0xfcb00a00,0x00060010,0x05f5e00a,0xe6e000fa,0xfefff7ac,0x6d06106d,0x3d303218,0x7048fe9f,0x0802aff4,0xf7af69fe,0x4078fe00,0xffefe100,0x306804c0,0x3e0a3ff3,0xfebfc5fb,0x4da30380,0x88282ffc,0xfc400bff,0xfffbfff0,0x4af52fe1,0xe43000fa,0xaef1f7ac,0x72061053,0x3d003b1a,0xb050feaf,0x0f029ff6,0xf6ef62fe,0x2071fd90,0x004fdc00,0x005d03e0,0x3f0bffeb,0x003fd4fc,0xcd8f02d0,0x95285ff6,0xf88018ff,0xffebffb0,0x48f33fd0,0xe3c008fa,0xbee1f73c,0x7905604e,0x3d203819,0xe04dfedf,0x23025ff9,0xf5ff66fd,0xe05efe90,0x016fccff,0xe0480360,0x3b0c0fd7,0x01eff5fe,0x9d7c0260,0xad296fef,0xf53023ff,0xffe1ff90,0x00f0bfe0,0xe5100bfa,0xbedbf6bc,0x7704d056,0x3d302b16,0xa041ff0f,0x38021ff8,0xf62f65fd,0x904bff90,0x024fb6ff,0xf03903d0,0x320aafc0,0x03f01bfe,0x5d7403c0,0xc42acfef,0xf4f024ff,0xffebffbf,0xabef6fe4,0xe5d007fb,0x7ee1f66c,0x71047062,0x3d202113,0xb037ff1f,0x41020ff1,0xf89f5bfd,0x704600b0,0x027f9aff,0xe03704c0,0x2c08efb7,0x05b037fc,0xfd730600,0xda2bdff1,0xf5e02100,0x000b002f,0x89efcfbf,0xe5f00ffd,0xeee6f69c,0x6f04006b,0x3d101e12,0x8033ff0f,0x38021fea,0xfb1f5ffd,0x904f0240,0x01cf83ff,0xc03a0540,0x2c08efbe,0x06103cfc,0x1d720700,0xec2c9ff2,0xf6501f00,0x203100af,0xbdf14f91,0xe7f03a01,0xaee9f79c,0x6d03d068,0x3d001e12,0x7033feef,0x29024fe9,0xfb6f74fd,0xc05b03e0,0x003f7fff,0xd03f04d0,0x2b0acfd2,0x05603bfb,0xbd6c0610,0xef2d2ff3,0xf6c01e00,0x504b00f0,0x30f32f8b,0xec406c05,0x3ef4f9ac,0x65039052,0x3cc01d11,0xf032fedf,0x22025feb,0xfacf83fd,0xd06104a0,0xff2f86ff,0xc03d04b0,0x290c2fe9,0x04b041fb,0x0d6303e0,0xe02d4ff4,0xf7201c00,0x70610140,0x8ff41fa4,0xef407a07,0x0efefb5c,0x5f03703b,0x3cb01b11,0x0030fedf,0x24025feb,0xfa8f86fd,0xd0640460,0xff7f8cff,0x80280570,0x250c4ffb,0x044051fa,0x3d5b0290,0xc02d0ff4,0xf7601c00,0x90730170,0xa1f3efbb,0xefa06f06,0xaf02fb9c,0x6003b036,0x3d001810,0x402dfeef,0x29024feb,0xfa9f85fd,0xd0660390,0x002f97ff,0x40060620,0x1e0bd00b,0x03606af9,0xbd5502a0,0x9a2c9ff5,0xf7c01a00,0x80730170,0x6df3efc2,0xef206305,0x3f09fb6c,0x6003a039,0x3d40160f,0x802bfeef,0x2c023fea,0xfadf83fd,0xd06802d0,0x004fa4ff,0x2fe90680,0x180b401a,0x02207df9,0x6d4c02e0,0x792c0ff6,0xf8701800,0x605e0130,0x24f45fc5,0xeed05903,0xef13fbbc,0x5d033034,0x3d40140e,0xb028feff,0x2e023fea,0xfadf82fd,0xe06d0230,0xff8faeff,0x3fe20720,0x140a7022,0x00c07ef8,0x9d3f0230,0x672b6ff8,0xf9a01400,0x404100df,0xfdf3afd4,0xee204603,0x1f1afcbc,0x5702c022,0x3d20140e,0x5027feff,0x2e023feb,0xfa7f82fe,0x007801e0,0xfe6fb3ff,0x6fe907d0,0x12095024,0xff106bf7,0xdd340160,0x622adffa,0xfac01000,0x20280080,0x06f25fdb,0xeca02801,0xef20fddc,0x5002800e,0x3cd0140e,0x6028feef,0x2b024fed,0xf9af86fe,0x408801a0,0xfddfb0ff,0x8fea0840,0x1107e026,0xfd7057f7,0xfd2b0190,0x642a8ffb,0xfb400f00,0x101f0060,0x1bf22fe4,0xeb200dff,0xdf24fe4c,0x4c02e007,0x3c90150e,0xc029feef,0x26025ff0,0xf88f8dfe,0x80980140,0xfdffabff,0x9fe10870,0x0f068028,0xfc9052f8,0xcd220290,0x672a6ffb,0xfb900e00,0x20270080,0x14f2cfff,0xeab00bfe,0x8f23fe1c,0x4a03700b,0x3c80160f,0x202afedf,0x23025ff3,0xf78f94fe,0xa0a300d0,0xfe2fa8ff,0xbfd60840,0x0a057029,0xfcc04ff9,0xed190390,0x692abffc,0xfc300c00,0x303800bf,0xfdf3601c,0xeb601cfe,0xef20fdec,0x4803c011,0x3c50160f,0x202afedf,0x21026ff4,0xf71f97fe,0xa0a500b0,0xfe2fa5ff,0xdfd407a0,0x06048029,0xfd603ffb,0x3d110410,0x702b4ffd,0xfd200900,0x404a00ff,0xebf36027,0xecd02b00,0x8f19fe0c,0x4703b013,0x3c30150e,0xd029fedf,0x23025ff3,0xf73f96fe,0x90a000e0,0xfe5fa4ff,0xcfd506b0,0x0703a026,0xfe202ffc,0x9d090460,0x792bdffe,0xfe000600,0x6058012f,0xe0f3801b,0xee103802,0x6f0efdcc,0x49033018,0x3c30150e,0xd029fedf,0x24025ff2,0xf78f90fe,0x709c0160,0xfecfa5ff,0xafd405b0,0x09031024,0xfef031fd,0xcd0304d0,0x7f2c5fff,0xfeb00400,0x7062014f,0xd9f3c008,0xeec04604,0x2f03fcec,0x4f02d024,0x3c50160f,0x502bfedf,0x20026ff2,0xf79f89fe,0x709c01b0,0xfeffa0ff,0x8fdd0550,0x0b02d025,0xffb041fe,0xacfd0520,0x802cdfff,0xff500200,0x806a016f,0xd6f3bffa,0xef605105,0x4ef9fc6c,0x5403602c,0x3c90170f,0xe02cfecf,0x1c027ff2,0xf76f87fe,0x709c0180,0xfe8f98ff,0x8ff40570,0x0c02d020,0x00704bfe,0xecf70530,0x7a2d4fff,0xffe00000,0x8072017f,0xe5f34fe6,0xf0105505,0x3ef2fcbc,0x55040028,0x3ca01810,0x002dfecf,0x1c027ff2,0xf75f88fe,0x709d0170,0xfe0f98ff,0xa00a0550,0x0a03701a,0x01804cfe,0xecf10570,0x6c2dd000,0x00affd00,0x9074018f,0xfef27fd4,0xf0805704,0x3ef3fd3c,0x5403e01f,0x3c90170f,0xe02cfedf,0x20026ff2,0xf77f88fe,0x709d01b0,0xfe5f9dff,0xc00f04e0,0x0704201c,0x02c050fe,0xdcec0670,0x592e6000,0x014ffb00,0x90730170,0x01f1afd3,0xf0405702,0xcef7fcdc,0x52036023,0x3c70170f,0x902bfedf,0x25025ff1,0xf7bf88fe,0x609e01d0,0xff1fa1ff,0xd00d0480,0x03046020,0x03a052fe,0xcce807c0,0x3f2eb000,0x015ffb00,0x9076018f,0xf4f1afe8,0xef805901,0x7ef8fc2c,0x5003202e,0x3c60160f,0x302afeef,0x28024ff0,0xf81f88fe,0x609e01c0,0xff0fa8ff,0xf018044f,0xfd04901f,0x03a04efe,0xbce30820,0x212ee000,0x00dffd00,0xa07c019f,0xe9f27003,0xefb05d01,0x7efcfc5c,0x4e03602a,0x3c60150e,0xb029feef,0x2c024fef,0xf88f85fe,0x609f0110,0xfebfb100,0x2023041f,0xf505501b,0x03a052fe,0x5ce00710,0x012f1000,0x007ffe00,0xa07c019f,0xdaf39016,0xf1206503,0x2f01fccc,0x4c03f023,0x3c50130e,0x4027feff,0x2e023fee,0xf8ef80fe,0x60a00020,0xff1fbc00,0x501d038f,0xea06801b,0x03e05dfd,0xecde045f,0xe42f3000,0x004fff00,0x806e017f,0xc6f4501e,0xf2707206,0x5f06fc6c,0x4903b029,0x3c20130e,0x0026feef,0x2b024fed,0xf92f7afe,0x60a1ffc0,0xff8fc700,0x501202cf,0xe107c021,0x03c062fd,0x9cdc00cf,0xca2f0000,0x001fff00,0x5055011f,0xb9f47026,0xf280770a,0x0f0bfc1c,0x4902f02f,0x3c10120d,0xd026feef,0x27025fed,0xf93f75fe,0x60a2fff0,0xff5fca00,0x300d026f,0xdb08b025,0x03305dfd,0x5cdafe0f,0xb32e5fff,0xffd00000,0x303f00df,0xbdf45022,0xf150680b,0xaf13fc8c,0x4a023027,0x3c20120d,0x9025feef,0x27025fed,0xf92f7afe,0x60a40090,0xfeffc600,0x0008025f,0xd7090023,0x029059fd,0x4cd8fc3f,0x9f2d2fff,0xff400200,0x202f009f,0xc9f4100b,0xefe0580a,0xcf20fd3c,0x4b01d01b,0x3c40120d,0x7025feef,0x2a024fed,0xf90f88fe,0x60a40120,0xff0fbdff,0xdffb029f,0xd3090022,0x01f05afd,0x7cd7fa9f,0x912bbffe,0xfe100600,0x2028008f,0xd1f42ff6,0xee604d08,0x8f26fd7c,0x4d01e01a,0x3c80120d,0x9025feef,0x2c024fee,0xf8bf96fe,0x60a401a0,0xff3fabff,0x8fec033f,0xd208b027,0x01605afd,0x8cd7f96f,0x902a5ffd,0xfcc00a00,0x2029008f,0xd5f4afeb,0xec603c05,0x6f1cfd9c,0x5302701d,0x3cd0120d,0xd026feef,0x29024fef,0xf86f9dfe,0x50a30220,0xfedf98ff,0x5fe803df,0xd2081031,0x00e059fd,0x5cd7f88f,0x9c290ffc,0xfc000d00,0x2028008f,0xd7f54fec,0xea402401,0xdf10fe7c,0x57035016,0x3d20120d,0xd026feef,0x28024fef,0xf83fa3fe,0x50a30290,0xfe0f8eff,0x5fe703bf,0xd3077037,0x008059fd,0x4cd6f7ff,0xad27dffb,0xfba00e00,0x2027008f,0xd6f5bff2,0xe8400ffe,0xef0fffbc,0x5503a007,0x3d20120d,0xa025feef,0x29024fef,0xf81fa8fe,0x50a502e0,0xfd7f8fff,0x7fde02ef,0xd307703b,0x00305cfd,0x8cd4f82f,0xbb26cffb,0xfb600f00,0x203100af,0xd5f62ff5,0xe69008fc,0xef12008c,0x53034ffc,0x3cf0120d,0x9025feef,0x2a024fef,0xf7efa8fe,0x50a60350,0xfd5f8fff,0x8fcd023f,0xd507b042,0x006062fd,0xacd3f89f,0xca261ffa,0xfb200f00,0x404100df,0xd3f6aff3,0xe5d012fc,0x3f1000ac,0x5402effa,0x3cc0120d,0xc026feef,0x2a024ff0,0xf79fa4fe,0x50a603b0,0xfd4f8cff,0x8fc0021f,0xda077047,0x00d068fd,0x9cd3f90f,0xda25cffa,0xfad01100,0x504e00ff,0xd6f6efee,0xe67024fc,0xbf0b00cc,0x5502dff7,0x3cc0130e,0x1027feef,0x2a024ff1,0xf74fa1fe,0x50a70410,0xfd2f8cff,0x7fb9021f,0xdf06a044,0x01606dfd,0x6cd3f96f,0xea25eff9,0xfa601200,0x5057011f,0xe2f71fed,0xe81036fd,0xff08010c,0x5602cff1,0x3cd0130e,0x3027feef,0x2c024ff1,0xf71fa0fe,0x50aa0440,0xfd3f8dff,0x7fb001ef,0xe505c042,0x01e073fd,0x2cd4f9cf,0xfa265ff8,0xf9e01400,0x605e013f,0xecf6bff9,0xea5047ff,0x6f0800fc,0x5602cff0,0x3cc0130e,0x4027feff,0x2d023ff1,0xf6ff9ffe,0x60ac0440,0xfd4f8fff,0x9faa01af,0xea050047,0x023072fd,0x2ccdfa00,0x0627aff7,0xf9401600,0x7068015f,0xecf59006,0xec605600,0x5f0900cc,0x5402fff1,0x3cb0140e,0x5027feff,0x2e023ff2,0xf6cfa0fe,0x60ae0400,0xfcef92ff,0xcfae019f,0xee04504c,0x02706bfd,0x4cc4fa60,0x0f293ff6,0xf8801800,0x8070016f,0xebf4b005,0xedc06001,0x0f0c012c,0x51032fea,0x3c90140e,0x6028feff,0x30023ff2,0xf6bfa0fe,0x60af03b0,0xfc7f96ff,0xefb601af,0xf3040049,0x02b063fd,0x5cbcfb20,0x152aeff5,0xf7f01a00,0x8073017f,0xecf45004,0xeee06101,0xcf0e019c,0x4f032fe0,0x3c70130e,0x3027feff,0x33022ff2,0xf6af9ffe,0x60b103a0,0xfc9f99ff,0xffb301df,0xf7042046,0x029063fd,0x5cb4fc10,0x162c8ff5,0xf7e01a00,0x8073017f,0xe7f43008,0xf0605e02,0xdf0f016c,0x4d030fe1,0x3c50130e,0x2027ff0f,0x36022ff2,0xf68f9efe,0x60b10390,0xfd1f9d00,0x2fae022f,0xf903e042,0x026065fd,0x5cadfcf0,0x132e1ff5,0xf8201a00,0x8071017f,0xe6f40008,0xf2805804,0x6f0d00dc,0x4a02ffe9,0x3c30130e,0x2027ff0f,0x37022ff2,0xf67f9afe,0x50af0370,0xfcefa100,0x4fb5028f,0xfa036039,0x028060fd,0x4ca5fda0,0x0e2f9ff6,0xf8701800,0x8071017f,0xecf42001,0xf4e04c06,0x6f0b00fc,0x4802ffe6,0x3c00130e,0x0027ff0f,0x38022ff2,0xf67f95fe,0x40ae0350,0xfc7fa300,0x4fc202bf,0xfe035031,0x02c05ffd,0x6c9ffe60,0x0a30dff7,0xf9001600,0x8070017f,0xf1f52ff8,0xf6c04107,0xcf0c016c,0x48031fdf,0x3c00130d,0xe026ff0f,0x39021ff2,0xf68f93fe,0x40ae0320,0xfcbfa500,0x3fc302d0,0x02037030,0x02a068fd,0xac9aff50,0x0431eff9,0xf9f01300,0x806b016f,0xeff63ff1,0xf7c04207,0xff0f010c,0x47034fe4,0x3c10130d,0xf026ff0f,0x3a021ff2,0xf67f94fe,0x30ac02c0,0xfd4fa600,0x4fbc0300,0x0303302f,0x027076fd,0xfc94000f,0xfc32effa,0xfb001000,0x7067015f,0xeff66fef,0xf7e04807,0x8f12004c,0x45034ff0,0x3c00130e,0x0026ff0f,0x39021ff2,0xf65f97fe,0x30ac02a0,0xfd4fa600,0x5fc20350,0x0502e02a,0x02407dfe,0x3c8d007f,0xf333affc,0xfc200c00,0x7066015f,0xfff63fe9,0xf7904707,0x1f12005c,0x43032fed,0x3be0130d,0xf026ff1f,0x3d021ff2,0xf64f98fe,0x20ac02d0,0xfcbfa600,0x4fd10360,0x0a030029,0x01c07bfe,0x4c8500ff,0xec342ffd,0xfd900700,0x70670150,0x16f5dfe1,0xf6e04406,0x8f13011c,0x4302ffdb,0x3bd0120d,0xa025ff2f,0x4801fff2,0xf64f98fe,0x20ac0300,0xfcbfa700,0x2fd60350,0x0e03402b,0x011076fe,0x8c7c017f,0xe6348fff,0xfef00300,0x70640140,0x21f52fe2,0xf5e04406,0x0f17013c,0x4202dfd5,0x3bd0110d,0x7025ff3f,0x4f01dff2,0xf65f9bfe,0x10ab0320,0xfd3fa800,0x2fcf0350,0x0f03402b,0x00a070fe,0xfc73019f,0xe034efff,0xffd00000,0x70600130,0x20f4afe6,0xf4e04505,0xcf1d00ac,0x4102ffde,0x3bd0110d,0x6025ff3f,0x4e01eff2,0xf65fa0fe,0x10ab0300,0xfd5fa800,0x3fd00340,0x0e031029,0x00a060ff,0x8c6a016f,0xdb356000,0x004fff00,0x605f0130,0x21f49fe6,0xf3e04205,0x3f22008c,0x3e032fe2,0x3bd0110d,0x4024ff2f,0x4c01eff2,0xf65fa6fe,0x10ac02d0,0xfcffa800,0x4fd80310,0x0d03802a,0x00f049ff,0xfc62018f,0xd835d000,0x006ffe00,0x605e0130,0x22f4afe1,0xf2e03d04,0x1f2500fc,0x3c034fdd,0x3bc0110d,0x2024ff2f,0x4d01eff2,0xf65faafe,0x10ad02d0,0xfd0fa800,0x5fd802f0,0x0c03f02f,0x01103e00,0x7c5a01bf,0xd4364000,0x007ffe00,0x605d0130,0x1cf49fde,0xf2003b03,0xaf2500dc,0x3a032fdd,0x3ba0110d,0x2024ff3f,0x4f01dff1,0xf65fa9fe,0x10ad02f0,0xfd8faa00,0x5fd00300,0x0b04002e,0x01203f00,0xfc51018f,0xd036c000,0x006ffe00,0x605d0130,0x10f45fe0,0xf1c03c03,0xef24004c,0x3b02ffe4,0x3ba0110d,0x3024ff3f,0x5201dff1,0xf65fa7fe,0x00ab0300,0xfd8faa00,0x5fd10340,0x0b03c028,0x01403b01,0x3c47010f,0xce375000,0x003fff00,0x605b0120,0x0df46fe1,0xf1d04103,0xcf23004c,0x3b02ffe4,0x3ba0110d,0x4024ff3f,0x5401dff1,0xf66fa7fd,0xf0aa0310,0xfd1fa900,0x5fdb0370,0x0c036025,0x01703101,0x4c3d00ef,0xcf37dfff,0xffe00000,0x60580120,0x0df48fe3,0xf1e04503,0xef2300cc,0x3a031fdd,0x3ba0110d,0x1024ff3f,0x5401dff1,0xf67fa7fd,0xf0ab0320,0xfd0fa700,0x5fde0390,0x0c035026,0x01602b01,0x7c35013f,0xcc385fff,0xff800100,0x60580120,0x06f44fea,0xf1d04504,0x7f2400fc,0x3a032fdc,0x3ba0100c,0xf023ff3f,0x5301dff1,0xf68fa9fd,0xf0ac0330,0xfd6fa700,0x5fd803b0,0x0b038026,0x01002601,0xbc2d017f,0xc738efff,0xff300200,0x605b0120,0x03f40fed,0xf1a04404,0x3f2500bc,0x3a031fe2,0x3b90100c,0xe023ff3f,0x5101dff1,0xf68fabfd,0xf0ad0360,0xfd6fa700,0x5fd803d0,0x09034022,0x00d01a01,0xac25015f,0xc3399fff,0xfed00300,0x605d0130,0x0cf41fe9,0xf1b03f03,0x2f2600cc,0x3a031fe1,0x3b90100c,0xc023ff3f,0x5101dff1,0xf67fadfd,0xf0ad0360,0xfcffa600,0x5fe10400,0x0902d01d,0x00b00f01,0x7c1d014f,0xc13a3ffe,0xfe900400,0x605e0130,0x12f44fe4,0xf1b03a02,0x9f26015c,0x39034fd7,0x3ba0100c,0xa022ff3f,0x5501cff1,0xf67fadfd,0xf0ae0350,0xfcffa500,0x4fe30420,0x0903001f,0x00900c01,0x8c1601df,0xbd3abffe,0xfe400500,0x605b0120,0x0bf43fe4,0xf1803c02,0xaf26017c,0x3a036fd3,0x3bb00f0c,0x8022ff4f,0x5a01bff0,0xf67fadfd,0xe0ae0350,0xfd7fa600,0x4fdb0400,0x08032024,0x00d00501,0xcc10026f,0xb83b3ffe,0xfdd00700,0x605a0120,0x06f43fe5,0xf1703e02,0xff26010c,0x3b036fd9,0x3bc00f0c,0x8022ff4f,0x5b01bff1,0xf65fadfd,0xe0ae0340,0xfd9fa700,0x3fd903f0,0x0702b024,0x012ff701,0xdc07025f,0xb63bdffd,0xfd700800,0x605a0120,0x0df47fe1,0xf1b03d03,0x4f2400dc,0x3b036fdb,0x3bd0100c,0x9022ff4f,0x5a01bff1,0xf63fadfd,0xe0af0350,0xfd5fa700,0x3fe00400,0x06025021,0x013fe801,0xbbff022f,0xb53c7ffd,0xfd400800,0x60590120,0x17f4bfde,0xf1f03b03,0x6f22012c,0x3c036fd6,0x3bd0100c,0xa022ff4f,0x5901cff1,0xf62fabfd,0xe0b00360,0xfd5fa900,0x2fe103f0,0x06028023,0x012fdf01,0xcbf8026f,0xb13d0ffd,0xfd400800,0x60580120,0x16f47fe1,0xf1b03f03,0x8f22011c,0x3e033fd6,0x3be0100c,0xc023ff4f,0x5901cff1,0xf62fa9fd,0xe0b00380,0xfdbfa900,0x1fda03f0,0x0602e028,0x013fdb02,0x0bf102bf,0xab3d9ffd,0xfd500800,0x60590120,0x0ff46fe3,0xf1604203,0xaf2100ac,0x40032fdc,0x3c00100c,0xc023ff4f,0x5a01cff1,0xf61fa8fd,0xd0b103a0,0xfe1fa6ff,0xffd50440,0x06031028,0x018fd502,0x4beb029f,0xa53e2ffd,0xfd700800,0x605e0130,0x0bf4cfdf,0xf1403e03,0xef1e005c,0x42038fe1,0x3c20100c,0xb023ff4f,0x5b01bff1,0xf61fa9fd,0xd0b20350 +}; + +u32 ANIM_ENTRY_death_explosion_forward[] = +{ + 0x009f82ff,0xffe90660,0x0cfcf077,0xfe5f8104,0xbc1f8668,0x6eb5a7e6,0x8dd83002,0xb1330442,0x6dfa3020,0xfdafa101,0x2eea052c,0x24fb3fbe,0x3f5ffffd,0xbff80000,0x27ff8000,0x0d4ff400,0x0f3e0410,0x00af85ff,0xffe70620,0x0ffcb076,0xfdbf8f04,0xbc1d8598,0x6cb5a7e6,0x8dc82f02,0xb1320442,0x70fa0025,0xfe3f9f01,0x2ef6050c,0x25fb2fc0,0x3f6ffffe,0x5ff90000,0x24ff9000,0x0d0ffd00,0x0f3c03b0,0x00bf88ff,0xefe605d0,0x13fc5076,0xfd7fa404,0xac1b84d8,0x6ab5c7e7,0x8d582e02,0xb1310432,0x6df9d02c,0xfeaf9801,0x4eff04ec,0x25fb2fc0,0x3f7ffffe,0xcff90000,0x23ff8000,0x0d100400,0x0f3b0390,0x016f98ff,0xcfd70480,0x17fc2078,0xfd6fa704,0xdc198598,0x70b597e7,0x8d682e02,0xb1310442,0x68f9d027,0xfd4f9d01,0x0f1203fc,0x2afadfca,0x3fafffff,0x7ffa0000,0x21ff9000,0x0cf00800,0x0f400300,0x01cf94ff,0x4fdc0560,0x1dfae069,0xfd2fae04,0x1c1784f8,0x73b5b7e7,0x8d582e02,0xb1300442,0x67fa001c,0xfbef9e00,0x9f0503dc,0x33fb4fcd,0x400fff00,0x0ffa0000,0x1eff9000,0x0c4ffc00,0x0f4102e0,0x035f99fe,0xdfcd0620,0x1ef9f05c,0xfd4fb403,0xec158398,0x84b5e7e8,0x8d282d02,0xc12f0442,0x75f9c021,0xfb4f9d00,0xff0102dc,0x3bf96fe0,0x405fff00,0x0ff90000,0x1cff9000,0x0c2ff100,0x0f450480,0x077fb8fe,0x8f900520,0x1cf69052,0xfd1fb304,0xdc158318,0x9eb5b7e7,0x8d382e02,0x91240422,0x75fa201c,0xf9dfa502,0x4f1bff0c,0x44f6601a,0x409fff00,0x0ff80000,0x17ffa000,0x0c5ff600,0x0f4c05e0,0x0b7fd8fe,0x6f630390,0x22f0704a,0xfbcfc405,0x7c1c8338,0xa2b527ea,0x8c682b01,0xf0f60372,0x51f9bfd8,0xf7afaf04,0x1f3bfb6c,0x49f5a04d,0x40afff00,0xbff90000,0x0effb000,0x0b700100,0x0f530520,0x0d0fe1fd,0x8f780330,0x3be9903b,0xf9efda03,0xac3382b8,0x7eb377ee,0x8aa82401,0x20b30272,0x73f75f47,0xfa1fa907,0xdf28fafc,0x53f6d054,0x40ffff01,0x4ff90000,0x02ffd000,0x0a0feb00,0x0f640400,0x0cdfdefc,0xbfb50380,0x4ee44032,0xf80febff,0xec708178,0x4bb037eb,0x8be82900,0xf0a00222,0xdbf69f16,0xff5fb00a,0x8efcfcac,0x59f9703d,0x411fff01,0xeffaffff,0xef000000,0x089fc300,0x0f8101b0,0x0cffe2fc,0xffe60360,0x49e1c034,0xf6ffdbfb,0x4cdd7f58,0x23ab07d7,0x92684101,0xd0ee0342,0xddf7bf8a,0xff2fc108,0xdee1fe1c,0x52fd702e,0x405fff02,0x9ffbffff,0xd4004000,0x074fa000,0x0f9ffd10,0x0f0feafd,0x6ff40350,0x40e26039,0xf65f9cf6,0x0d6f7c87,0xfca397ab,0x9c086a03,0xf17b0572,0xbdf9700b,0xfbcfb903,0xbecdfdbc,0x4b01403f,0x3f8fff03,0x9ffdffdf,0xb300a000,0x05af8100,0x0fb4f870,0x119ffbfd,0xaff60280,0x45e5403f,0xf59f49f0,0xfe207b07,0xcd99d775,0xa4289906,0xd20007f2,0xf7fa804d,0xfb7faeff,0xaed9fcec,0x4d022052,0x3ec00005,0x0fffffaf,0x90010000,0x03ef7000,0x0fbff6b0,0x137008fd,0xd0060140,0x4ae84051,0xf53eedee,0x4ee87a87,0x9d8e9748,0xa938c009,0xb2650a82,0xf5f9f083,0xfd3fbdff,0x1ee5fcfc,0x54040057,0x3e000006,0x3002ff8f,0x6f016000,0x03ef5200,0x0faff550,0x148010fe,0x0025fff0,0x4aeae06a,0xf4ce95ed,0xaf9c7947,0x6f842747,0xa9b8c10a,0xe28b0b83,0x02f95097,0x003fcafe,0x5edcfd9c,0x5d07004a,0x3d100108,0x0006ff5f,0x5701a000,0x058f1200,0x0f7ef4e0,0x16301cfe,0x502eff10,0x4eee207c,0xf3ae5eed,0x00157707,0x4a7c775f,0xa7e8ab09,0x726d0a43,0x04f930a7,0xff9fd8fd,0xbee2fc4c,0x6e09404a,0x3bd0050c,0x7011ff2f,0x3a01f000,0x07deda00,0x0f35f6e0,0x184027fe,0xb024ff50,0x52f19073,0xf2ee21e8,0xf05d73c7,0x1c779785,0xa4488a06,0xf2240802,0xf4f830b3,0x00cffbfc,0xdefef8fc,0x840d606c,0x3a801314,0x8029fe5e,0xdb031000,0x0b1ed200,0x0eddfa40,0x19102cff,0x002cff80,0x4ef4e072,0xf22dc7e2,0x60866c56,0xd37567a5,0x9fc86d04,0xc1ca0612,0xe0f750d1,0x05fffbfc,0xff27f60c,0x91127093,0x39d0391f,0x9052fbde,0x2f058000,0x103f0700,0x0ea30030,0x188033ff,0x5045ff10,0x47f6807b,0xf12d7fdc,0x209062e6,0x837557b3,0x9cf86103,0xc1970522,0xe4f760f8,0x07aff7fc,0x2f51f51c,0x96170091,0x3a40852a,0x909cf7ad,0x89095000,0x152f3b00,0x0e9204c0,0x188038ff,0xd04bfee0,0x3ff6c076,0xef8d79d7,0x90755d46,0x487687b3,0x9cb86103,0x918c0503,0x0ef810f1,0x08effdfb,0x2f6bf58c,0x971a3077,0x3a710132,0x3113f1fd,0x150e9000,0x168f3f00,0x0e850610,0x19403a00,0x9042ff80,0x39f59064,0xec9d96d3,0xc04a5d06,0x317837b2,0x9cf86103,0xd1980533,0x40f700bd,0x09c000fc,0x3f75f69c,0x911b8054,0x39b1a836,0x71b5edac,0xe3129000,0x152f3800,0x0e5d0510,0x1ad04401,0x4027ff00,0x3af29063,0xea7decd1,0x4ffa6056,0x237a77b4,0x9c986004,0x71b705c3,0x52f510a4,0x094ff5fd,0xcf84f7cc,0x8e1b3033,0x39924238,0x624deecc,0xec118000,0x133f3a00,0x0e3502a0,0x1d605301,0x7004fe20,0x46eda061,0xea1e51cf,0x8f8f6276,0x157cc7b8,0x9b985c04,0xf1d10643,0x53f4609f,0x0a1fe4fe,0x4f79f94c,0xa11ac016,0x3a522738,0x3233f2dd,0x1f0dc000,0x11bf2e00,0x0e57ff80,0x20605200,0xdfeaff60,0x51e89066,0xeadeb4cc,0xff126326,0x077f47c3,0x99385304,0xe1cc0633,0x4df4f099,0x0c8ff6fc,0x0f33fc6c,0xbd1c3fee,0x3b313f34,0x3151f70d,0x7709f000,0x121f1900,0x0e9bfab0,0x24505200,0x7fcc0190,0x53e4b06b,0xeccf97ca,0x8e376715,0xf58277ce,0x96684803,0xf19d0563,0x3ff5b087,0x0fd021f5,0x2ee1008c,0xca1defbf,0x3bd0a52d,0x00befa5d,0xe4070000,0x13bf0d00,0x0eacf410,0x29705501,0xbfa60330,0x45e29082,0xeed106ca,0xdd0b6d35,0xfb8587d2,0x95384403,0xe1990553,0x45f560c4,0x0f8035ef,0x6eb2043c,0xb91ddf93,0x3bf05b25,0xf078fc3e,0x3e054000,0x14cef000,0x0ea8f060,0x30e04f03,0x6f6504c0,0x34df60a3,0xefb106cd,0xdd096ad6,0x5e850798,0x9fc87b09,0xd26d0a93,0xb3f7e13c,0x0f9006ed,0x5e8e058c,0x991c0f91,0x3c003620,0x9052fd1e,0x71046000,0x152ec200,0x0eaef270,0x3ca03903,0x9ed70690,0x1add60ca,0xeeefbed4,0xddf36116,0xee806572,0xb69a7c32,0xb37f3184,0x66ff6129,0x0ebf78f2,0x5e5701ac,0x6b181feb,0x3b40291e,0x5044fd4e,0x7f043000,0x143ed100,0x0ebaf620,0x46902d01,0xde6a0860,0x0edca0ec,0xeebe9edc,0x4e8f56d7,0x547a10fd,0xaf1ed464,0x234c61e4,0x7706a0de,0x07ef29f9,0x1e2ffdac,0x4813903f,0x3af02d1f,0xc048fcce,0x6204c000,0x11af1500,0x0ec6f6b0,0x49402800,0xce730950,0x05dc3104,0xf21df6df,0xeed75077,0xc2763085,0xa72f456e,0x230d6b94,0x470950b1,0x00ef26fa,0xfe3afe7c,0x350f303a,0x3ab04624,0xb062fb7e,0x1b060000,0x0f4f5100,0x0ec8f660,0x49b02d00,0xae8b09f0,0x05df812d,0xf6fdc7e1,0x0ee64ee8,0x0975106a,0xa47f5f71,0x42ef6ea4,0x3809e097,0xfc2f30fc,0xce58ffcc,0x390bb018,0x3af07a2b,0x2097f9fd,0xda076000,0x0e5f6400,0x0ea8f9a0,0x4a703301,0x3e8f0930,0x12ebc12c,0xfeddbfe1,0x5ee64f88,0x0475a06b,0xa4af5e72,0x22e56f84,0x35095084,0xfbbf35fd,0x9e83000c,0x4209dff1,0x3b80c430,0x30dff94d,0xc0081000,0x0f2f5700,0x0e790100,0x4a803201,0x8eaa0830,0x1ef5f0e5,0x02adaae1,0x9eeb4db7,0xe9771072,0xa57f5873,0x62d370b4,0x2508307b,0xfc5f2efd,0x8ea4011c,0x440a8fca,0x3bf10733,0x3121f94d,0xc0080000,0x0fdf6100,0x0e5204f0,0x4a403201,0x8ed00790,0x29f5b0dd,0x020d8de2,0x0eee4a87,0xd1789074,0xa5bf5675,0xa2af72d4,0x06072078,0xfbff1dfe,0xaea4024c,0x4f0b5fb1,0x3c112934,0x6143f98d,0xc707d000,0x0faf7c00,0x0e360440,0x4a503101,0xbeec06d0,0x31f310f2,0x00dd73e2,0xeeef4897,0xc679c070,0xa57f5b77,0x628b7493,0xeb062078,0xfb0f0eff,0x5e9a029c,0x630b2fa9,0x3bf12134,0x313bf9fd,0xd3077000,0x0f6f8f00,0x0e3d0380,0x4a302801,0xff0105c0,0x2ef1911c,0x005d56e4,0x5eef46f7,0xcb7af068,0xa49f6478,0x827075a3,0xdc05e083,0xf9ff0c00,0x0e9c024c,0x6b0aefa9,0x3b20ff33,0x611bfa7d,0xe306f000,0x0f6f9800,0x0e5a0360,0x4a602501,0xff090540,0x2ef1c158,0x010d47e6,0x0ee345b7,0xd77ba05b,0xa32f7179,0x325d7643,0xd5065091,0xf93f0700,0x3e9e019c,0x760affb2,0x3a80d231,0xd0effb2d,0xfe065000,0x0fcf9700,0x0e7402c0,0x4a502402,0x0f0904a0,0x30f36175,0x024d48e8,0x6edd4567,0xe77c2052,0xa1df7979,0xb24d76b3,0xc505e096,0xf85f05ff,0x6ea800ec,0x820adfb6,0x3a10a72f,0xc0c5fbee,0x2105a000,0x109f9800,0x0e8c0190,0x49e02102,0x3f0303d0,0x2ef3f171,0x02dd56eb,0x7ee04587,0xf47c704b,0xa0af8079,0xe24676f3,0xaa060096,0xf6af08ff,0x6ebb007c,0x870aafb6,0x39a0862d,0xc0a5fc8e,0x41050000,0x117f9a00,0x0ea0ff80,0x48f01f01,0xff000390,0x2bf3c169,0x035d6eee,0x6ee04607,0xf87c6045,0x9fcf8679,0xc24a76c3,0x8f070099,0xf4df0800,0x1ecc003c,0x8b0b2fb7,0x39406f2b,0xf08efcee,0x59049000,0x125f9c00,0x0eb4fcd0,0x47901f01,0x1f0103e0,0x27f47162,0x048d8af0,0xbedc46f7,0xfc7cf043,0x9f6f8879,0x924e7693,0x79074099,0xf37f0e00,0x5ed9ffdc,0x900cafc5,0x38c0662b,0x3086fcee,0x5604a000,0x12af9700,0x0ec6fad0,0x46101900,0xaf0403d0,0x1ef5d15a,0x05fda9f2,0x3ed84818,0x047da043,0x9f4f8879,0x72527673,0x6a06d08f,0xf1ff1800,0x3ed9ff2c,0x950dafe2,0x38005f2a,0xa07ffc6e,0x3b052000,0x130f8400,0x0ed0fa10,0x44601300,0xaf0f0330,0x18f5c158,0x075dc0f3,0x7edc48b8,0x087e0045,0x9faf8579,0x42567643,0x6006b087,0xf08f1e00,0x7eecfe7c,0x930ceff2,0x37405229,0xa072fc8e,0x3f050000,0x133f8d00,0x0ec1fa20,0x42100c00,0xff2c0250,0x14f36165,0x05adcdf4,0x8ee24888,0x037e9047,0x9fef8379,0x32587623,0x58064082,0xf02f2401,0x5f2dfe0c,0x820a8fe7,0x36803f27,0x905efd6e,0x72041000,0x136fce00,0x0eaafa70,0x40000601,0x5f4d0160,0x0eeff18a,0x03ade6f4,0x9ee14957,0xdb7e3044,0x9f7f8679,0x125b7613,0x5b06d086,0xf11f2b01,0x5f64fe0c,0x7307afd6,0x36302623,0x1042fe8e,0xc302d000,0x14b00700,0x0e94fb80,0x3f100a01,0xaf620080,0x13ed11ad,0x036e02f3,0xdeeb4af7,0x927c4046,0x9fcf8578,0xc26475c3,0x60072090,0xf33f2900,0xaf6cfdcc,0x77046fd4,0x36f0131d,0xc029ff5f,0x2301a000,0x15b01600,0x0e85fe20,0x3eb01602,0x0f71ff90,0x1feb11af,0x032e19f2,0xcefe4bd7,0x4a79b04a,0xa09f8178,0x52717553,0x65067096,0xf46f2cff,0xff34fddc,0x88004fda,0x38900718,0xe015ffcf,0x7300b000,0x15bfde00,0x0e920300,0x3e301f02,0x9f83fe60,0x26ed4182,0x03be2ef1,0x8f114c57,0x0677404f,0xa16f7c77,0x22a17413,0x6206108d,0xf45f31ff,0x8ea6feec,0x8efaafdd,0x3a200114,0x6004ffff,0xa7002000,0x16bf3800,0x0eae0860,0x3d602303,0x1f99fd50,0x27f0f140,0x048e49f0,0x2f1f4c66,0xc4749053,0xa20f7875,0x92d27263,0x6605e085,0xf46f2cff,0xddf4ffdc,0x88f52fdb,0x3b6fff12,0x1ffc000f,0xc2ffd000,0x17de6e00,0x0eba0bd0,0x3d302403,0x9f9ffc50,0x27f06138,0x049e6aef,0x3f294bf6,0x84716056,0xa27f7673,0x83007033,0x6c05a085,0xf47f29ff,0xedd5ffac,0x87f0ffe0,0x3c2fff12,0x3ffc000f,0xceffb000,0x17fe5a00,0x0ebd0d60,0x3d902204,0x0f98fb60,0x25f0113e,0x04ae90ee,0xcf344b16,0x4b6e1059,0xa2ef7371,0x03286d93,0x72057089,0xf49f2fff,0xfdddff6c,0x85edffe6,0x3c5fff12,0xcffc000f,0xd3ff9000,0x184e7700,0x0ec10e80,0x3e002004,0x2f8afac0,0x22f11145,0x056ebbee,0xbf4049e6,0x196a405c,0xa33f706d,0x435069a3,0x7805a092,0xf48f3400,0x4de4ff7c,0x83ee8fea,0x3c6fff12,0xfffc000f,0xd9ff8000,0x190e8e00,0x0eb90d10,0x3ec01e03,0xff75fa50,0x22f1c155,0x05eeebef,0x3f494885,0xed66505d,0xa36f6e67,0xc3746403,0x7805d0a0,0xf48f3500,0x0defff3c,0x83f09ff1,0x3c7fff13,0x5ffb000f,0xdcff7000,0x198ea300,0x0eb109d0,0x3f701b03,0xcf6ffcb0,0x26f0e169,0x0a9f22ed,0x8f3a4895,0xf062c05b,0xa31f715f,0xc3915be3,0x770580b1,0xf49f35ff,0x7e01fedc,0x81f10ff9,0x3c4fff13,0xaffb000f,0xdcff7000,0x197ebe00,0x0eb00810,0x40301b03,0xbf6f0110,0x30f0717d,0x0f4f5fea,0xbf1d4b06,0x1660d05a,0xa2ef7156,0x13a55203,0x570460b5,0xf3af3aff,0x5deefe4c,0x83f10000,0x3c3fff14,0x0ffb000f,0xddff7000,0x197eac00,0x0eb30700,0x41001d03,0xaf5b0160,0x34f14191,0x140f9bec,0x8f174c26,0x0d60a058,0xa28f7351,0x13af4ce3,0x320320a5,0xf28f40ff,0x4dd8fdbc,0x84eee009,0x3c3fff14,0x4ffb000f,0xddff6000,0x191e9900,0x0eb80870,0x41c01c03,0x8f4600c0,0x33f2e1a5,0x18bfd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a7,0x193fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a7,0x193fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a7,0x193fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a7,0x193fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a7,0x193fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a7,0x193fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a7,0x192fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a7,0x192fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a7,0x192fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a7,0x192fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a8,0x192fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a8,0x192fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a8,0x192fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a8,0x192fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a8,0x192fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a8,0x192fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40,0x41c01c03,0x8f4600c0,0x33f2e1a8,0x192fd2ef,0x9f114bf6,0x00603052,0xa1bf7843,0xf3b73f93,0x5403208b,0xf24f4dff,0xadd2fd3c,0x82ecc012,0x3bffff14,0x7ffa000f,0xdcff6000,0x181e9c00,0x0ebf0a40 +}; + +u32 ANIM_ENTRY_death_explosion_left1[] = +{ + 0x00cfbaff,0x8fc103a0,0x1501801f,0xff48097a,0x343b091f,0xbc373fe6,0xf2003082,0xa6d38420,0x6afe1002,0xf2701e01,0x1ee8026c,0x2ff68fd1,0x3e400001,0x7004ffff,0xfe000ff0,0xfcbfb800,0x003500b0,0x014fb3ff,0x5fbb0370,0x16027021,0xfee8017a,0x4436098f,0xb636bfe6,0xf2003082,0xb6cf8430,0x6ffe4000,0xf2401a01,0x0edb01fc,0x30f75fda,0x3e000001,0x7004ffff,0xfe000ff0,0xfc9fba00,0x003700f0,0x01cfafff,0x3fb30360,0x1503601f,0xfe780a7a,0x343909cf,0xb5369fe5,0xf1e03082,0x96d68420,0x69fe900a,0xf1e02701,0x9ed2018c,0x30f89fe4,0x3db00001,0x7003ffff,0xfd000ff0,0xfc8fb900,0x003a0090,0x024fadff,0x2fa90310,0x1404101d,0xfe680e7a,0x243a06ef,0xb336ffe5,0xf1d03182,0x46ec83c0,0x69fe9007,0xf4103703,0x6ed1010c,0x2ff90ff0,0x3d700001,0x7004ffff,0xfa000ff0,0xfc9fb800,0x0037ffe0,0x031fa6ff,0x2f9c0380,0x0c04a013,0xff380b7a,0x7436fa6f,0x9b388fe6,0xf2302f82,0x16fc8390,0x75fea008,0xfe20460a,0xded5001c,0x2ff99009,0x3cd00001,0xa004ffff,0xef002ff0,0xfc8fbf00,0x0038ff70,0x03ff99fe,0xbf9104e0,0x05050000,0x02081d7a,0xd42cee0f,0x583a9fe7,0xf2802e83,0xb6988530,0x70fef012,0x01dfcf16,0x8ecbff1c,0x34f9a02c,0x3bd00101,0xe005ffef,0xd6007ff0,0xfc5fc600,0x003b0170,0x043f8afd,0x6f940560,0x0b05aff5,0x05482c7a,0x5421ec8f,0x243c2fe3,0xf1303388,0x15e88920,0x6aff600e,0xed6e3d21,0x9ec9fe5c,0x3ffac047,0x3b600203,0x3008ffcf,0xb400dff1,0xfbafd800,0x003d02d0,0x048f66fb,0xaf9e0450,0x1106900d,0x08b82078,0x7431edbf,0x283ccfd6,0xed70428c,0x55828cd0,0x7dfe9fbc,0xe6ee761c,0x8eabfc3c,0x5400906c,0x3cc00707,0x6014ff8f,0x86015ff3,0xf9dfe100,0x003f0050,0x049f2dfa,0xafb10160,0x0c09a05d,0x0ab82075,0xf45aef8f,0x483b9fc2,0xe8e0558e,0x855b8ed0,0xb8fb9f87,0xf33fe91d,0x8e72f8ac,0x6905a0a8,0x3d30160f,0x002afecf,0x25026ff7,0xf73feb00,0x0050fd80,0x040f02fa,0xafcbfc90,0x020f20d3,0x0a984174,0x2494f4af,0x6c387fae,0xe4d06793,0x351b9311,0x1efb0f95,0xf42fef1c,0x4e45f53c,0x730520f4,0x3af02c16,0xa042fcde,0x82048ffa,0xf47fe400,0x0077fd90,0x033ecefa,0x4fe5f8af,0xff14f15c,0x08685974,0x54def8df,0x9234dfa7,0xe3406d9b,0x04d79a61,0x6ffe3f52,0xf98faf18,0x9e1af38c,0x7b04112d,0x3870401b,0xa055f91d,0xcc07effe,0xf15fbd00,0x0092ff80,0x02ae8ef9,0x4ff2f700,0x0f1b21e0,0x06b85977,0x4524faaf,0xbf30afbe,0xe71058a1,0x14b8a031,0x6ffe4f2b,0xff8f7014,0xfdf3f28c,0x8205f140,0x3810571f,0xe069f2fd,0x310d6003,0xee3fc800,0x0092ff80,0x031e56f7,0xafe9f7e0,0x22215249,0x0788257c,0xd56ef9af,0xd82d4fda,0xeda03da1,0x74b6a081,0x4efcaf61,0x02df5e11,0xcdc4f04c,0x9709c12d,0x39e07724,0xb086ed6c,0xe9129006,0xebeff000,0x006dfd80,0x04de33f6,0x0fd3fa10,0x28255289,0x0aa7b083,0xb5d3f7af,0xde2aafe4,0xf070329f,0x34c09e61,0x4afbaf9e,0xfe2f9310,0xad9aec1c,0xad0b20f5,0x3a90a92a,0x40b3f15d,0x1b0ee00a,0xe9700b00,0x007ef970,0x079e12f4,0x2fc1fc90,0x2b23b2be,0x0c173489,0xc659f6ef,0xf726afdf,0xeef0379a,0x74db99d1,0x37fb4fc5,0xf81fd312,0xbd6ce6cc,0xca0a10d5,0x3940f62f,0x80f9f67d,0x830a300d,0xe7e011ff,0xf10ef5a0,0x0a9de7f0,0x9fce0070,0x431c12e0,0x0816df8e,0x76eff690,0x16212fd5,0xebc04196,0x94f49631,0x17fa4ffe,0xfa2fc415,0xcd3de29c,0xf30a4101,0x38013d32,0x713bf70d,0x9309c00a,0xe9bfffff,0xf13ff780,0x0b4de0ec,0xaff60400,0x6e1aa2ad,0x0936ae93,0x7772f5b0,0x1c1b5fc5,0xe7905193,0x750b9351,0x06fb6030,0xff2f8b18,0x9d37e1bc,0xfe092113,0x36413f32,0x913df70d,0x9309c003,0xee0fe0ff,0xf0fbfb50,0x0a3dfeea,0xf00106b0,0x8020b234,0x10c69198,0xf7e3f470,0x12172fad,0xe270678e,0x654d8ea1,0x19fc202f,0x033f751b,0x8d2ee25c,0xf10760e4,0x34312731,0xc127f97d,0xe507affb,0xf38faa00,0x0093fc60,0x0ade1ae8,0xeff80870,0x912421c1,0x1436629b,0xd856f410,0x16121f85,0xdc20898a,0xd5928b81,0x41fb600a,0x069f5b1d,0x6d17e19c,0xf20960d2,0x34d11631,0x1117fb8e,0x3e05dff5,0xf8af7f00,0x0026fa00,0x0bfe2ce6,0x100008c0,0xb8248171,0x1376109b,0x38c3f440,0x170b2f42,0xd520c58a,0x65958b21,0x51fbefef,0x06ef471e,0x2cfbe04d,0x010c30e3,0x35711331,0x2114fc5e,0x65050ff1,0xfbcf5d00,0x1fc9fa60,0x0bee35e4,0x101f09d0,0xe223d13a,0x1345a599,0xe926f35f,0xed04df09,0xd120f98b,0x75768c01,0x36faa002,0x072f4d1c,0x4cbadfbd,0x230da103,0x33f13432,0x9133fbce,0x40058fed,0xff1f3300,0x1fa6fdf0,0x0a7e46e3,0x50430a01,0x00234120,0x14253599,0x697af1df,0xbafedf17,0xd1d0ec8c,0x655c8ce1,0x20f85041,0x081f521a,0x5c8bdf3d,0x2b0f412d,0x31d16f34,0x616cf8ed,0xbf080fe8,0x034f0800,0x1fbbfe20,0x07ae5de3,0x30620791,0x07241112,0x1574f398,0xe9a5ef2f,0xb0f90f3c,0xd440ca8b,0xd5618c61,0x21f7906b,0x093f5b19,0x6c6dde8d,0x2012813f,0x3011fc37,0x01f4f3dd,0x3d0c9fe8,0x037ecf00,0x0fd9fca0,0x048e7be2,0x907903c1,0x072560f3,0x17e4e398,0x69a9e93f,0xd0f55f56,0xd660b389,0x958e8a51,0x1ff7206e,0x0bcf5d17,0xfc4addbd,0x1f16c12d,0x2f531f39,0x4312ef9c,0xfe108fec,0xff9eba00,0x0fe6f990,0x02be92e0,0x50930221,0x392420c5,0x1a54d199,0xb99ee00f,0xd3f3ef6b,0xd880a088,0x95a48961,0x19f7e07b,0x0ddf5715,0x8c1bdc7d,0x2c19d116,0x2f944539,0xa434ee9c,0xf3117ff3,0xfa6edb00,0x0fe2f710,0x036e90dc,0x80920521,0xb21e6059,0x1984b89e,0xd989d8bf,0x9cf2cf83,0xdb308b89,0xf5808ab1,0x1bf7b07f,0x0a2f6b14,0x9bd6da3d,0x4c1b8125,0x3024ce39,0x74bbef8c,0xfd109ffa,0xf46ef700,0x0febf840,0x024e48da,0x30d70882,0x06189005,0x1a74cba2,0x296ad2af,0x89f41f98,0xde30788e,0x45348e81,0x34f6b070,0x036f9413,0x6b72dcbd,0x8a21213f,0x3264da39,0x84c8f20d,0x210e3000,0xf00eee00,0x0ff2fc10,0xfe3d60d9,0x41dc0ed2,0x8a10cffa,0x1d64bca3,0x0974cbcf,0x87f8cfb6,0xe3005d98,0x34d497d1,0x6bf4d061,0xfe0fb512,0xbabeeb1e,0x69315157,0x3d25cd38,0x65baf50d,0x5c0b8000,0xf01eab00,0x0feafff0,0x0a6bfbc6,0x434d1233,0xce098fcc,0x1f54faa6,0x79aec92f,0x78fe7feb,0xf17027aa,0xb499a971,0x08eed0b8,0xf9bfe512,0xda75001f,0x34455108,0x4f95d638,0x85c3f7ad,0xa5093ffa,0xf49e6100,0x0fe10160,0xee4b2ad8,0x13dd0e34,0xea011f4a,0x24487fa5,0x5a24ca5f,0x3e081ffe,0xfdf005c9,0x0497c68d,0xaa0dd147,0xf5f00012,0x9acd0abf,0xdb48808f,0x59a53439,0xa524f99d,0xf5078ff5,0xf8de1000,0x0fe3ffa0,0xde1aefdd,0x43a00fa5,0x6bf64ea1,0x2d09489e,0x6c1bcc3f,0x1313ff7d,0xd9d08fe2,0xd4e3debd,0xe71ebe40,0xf2900412,0x8b3d0920,0x4b417066,0x5e03f93a,0x33ecfafe,0x3b066ff3,0xfa5dec00,0x0fe9fc60,0xcf5aede4,0x13571195,0xcedcfdaa,0x3a49419c,0xccc4ce4f,0x0b176f1c,0xd0c0e7e5,0xd527de81,0x96273e7f,0xf1a00312,0xfb810340,0x623be069,0x60531939,0x930dfb6e,0x55060ff4,0xf93e1200,0x0fe7fa40,0xbfcaecf0,0x32ff1545,0xf2a20d3d,0x5b59109b,0x7d21d160,0x2b051f3b,0xd300cbb8,0x3577abd2,0xde26903b,0xf3601c10,0xfb8afbd0,0x413900b0,0x60728d38,0x9283fb1e,0x46064ff4,0xf92e5900,0x0fe6fb40,0xae0acb00,0xe2631a85,0x64a41ce1,0x4be93a9c,0x7d1fcc51,0xa9e6ef88,0xdad0858c,0xe6bb8c42,0xaf266038,0xfdc03c13,0x8b86f37f,0xf833611a,0x5ad21f37,0x5216faee,0x38067ff3,0xf9ce8e00,0x0fe3fd10,0xa45a860b,0xb1ad1e54,0x90d82d03,0x1de99c9d,0xfcfac3b1,0xf3d8efc2,0xe4d05287,0x56d48881,0x5928cfa2,0xf8605d14,0x9b7aebdf,0xac2dd177,0x5351c035,0xb1b9face,0x2f068ff3,0xfa2eb800,0x0fdcfcc0,0xa3ca450f,0x40f520b3,0xbff5fd6c,0x0a6a449f,0x6cc1bde1,0xfdd2efeb,0xf1502887,0x46b78890,0x4c24cf3e,0xef30750d,0x8b50e5ef,0x8b2cb1cd,0x4f917f34,0x217bfa7e,0x1d06cff3,0xfa8eec00,0x0fd9fb20,0xa53a1510,0x903c1e82,0xf7033dd6,0x03eb939f,0xbc78b982,0x04d20fff,0xfe600489,0x968e8a8f,0x371b3ecc,0xe9607b07,0x1b24e13f,0x832cd20e,0x4db15632,0xe153fa2e,0x0d070ff2,0xfb5f2400,0x0fe6fa20,0xa469f312,0xefb51732,0x5b05ee32,0x061da0a0,0x5c62b862,0x27d91000,0x03aff691,0xe62790cd,0x4e0ade16,0xe4d05f07,0xab25dd1f,0x612b9225,0x4ab14032,0x113ffa1e,0x05071ff0,0xfc6f5800,0x0ff4fa60,0xa3f9e414,0x6f6e0e41,0xfe07ae90,0x07ef73a3,0x0c01bf72,0x1ee71000,0x016ffca8,0x256ea22b,0xabfdfdde,0xdca05e09,0x4b3ada3f,0x402b522c,0x49013031,0x712ff9ed,0xfb074ff0,0xfcbf6a00,0x0ff7faf0,0xa4a9e714,0xff4d05e1,0xc1095ee0,0x0720eda3,0x1b4ec791,0xdaf2dfff,0xfe8004cf,0x550ec66a,0x7cf6bdea,0xd2e03609,0xcb4bd88f,0x2f2c5236,0x48a12130,0xb121f96d,0xe807bfef,0xfd6f5800,0x0ff5fbe0,0xa689f314,0xcf2fff71,0x900caf47,0x07420aa0,0x8ab4cd51,0x9afa9ffc,0xfbc00be9,0xd550e0e9,0xb4f2fe18,0xc77f8e09,0x7b46d78f,0x3a2eb245,0x49e11730,0x3117f88d,0xc9087fee,0xfe7f5100,0x0ff9fc30,0xa94a0314,0x0f0ffaf1,0x6d0f7fa0,0x0742c09c,0xaa4dd271,0x68000ff9,0xf94012f4,0x05a8ebd9,0x43f21e5c,0xc47f4a0a,0x4b34d74f,0x5a31724f,0x4c31132f,0xe114f79d,0xad094fee,0xfdff5d00,0x0ffafbd0,0xac6a1812,0x7ef7f7e1,0x5610efe4,0x07533098,0x6a0fd671,0x3802bff6,0xf76018f8,0x95eff138,0xfdf1aeb3,0xc83f420b,0x6b28d85f,0x7f343246,0x4f41122f,0xb113f72d,0xa109bfef,0xfd1f6200,0x0ff7fb40,0xb09a2c10,0x3ed8f561,0x480e202a,0x08838f93,0xe9e0d8c1,0x14022ff5,0xf6a01afa,0xe622f468,0x96f29f25,0xcd8f350c,0x8b21da5f,0xa836b232,0x52a10c2f,0x510ef75d,0xa8098fef,0xfd7f4e00,0x0ffafb90,0xb13a520f,0xdee0f181,0x1f0ef077,0x0773f78f,0x39c0da01,0x09012ff6,0xf6e019fc,0x2646f667,0xe6f59fc5,0xd30f320d,0xab72dc9f,0x823531f3,0x5241012e,0xa103f80d,0xc008ffed,0xff0f3000,0x0ffcfc80,0xaa2a9413,0xaf46ec70,0xb40db0c0,0x07746d8a,0xc9b2da91,0x0b00cff7,0xf79017fc,0xd65ef7b7,0x02fc1069,0xd83f390e,0x8c35e02e,0xf52ee169,0x4e00ed2d,0x80f1f8dd,0xdd083fea,0x01af2400,0x0000fd20,0x9c4adb1b,0xc02fe57f,0xaa0a1129,0x0c953382,0x09cbcfc1,0x8bfe7ff7,0xf7d016fb,0x5627f5c6,0x2205c0b4,0xd33f650f,0xccf6e6de,0x6f2940a5,0x4b50d22c,0x00d8f9ee,0x05074fe4,0x06ef7600,0x0fe400f0,0x86db1928,0xe128eb2e,0xf108d14c,0x0d654c7e,0xc9eec861,0x5efcbff6,0xf76018fb,0x361cf615,0xc50c00c7,0xd34f6310,0x7d86f02e,0x21286fc5,0x4fd0b62a,0x30bffb5e,0x44060fdd,0x0bd02000,0x1f9b05e0,0x6a4b3b3e,0x21cbf53e,0xbc06d143,0x0f34fb7d,0xda0bc2b1,0x07fb3ff6,0xf75018fa,0xf60df656,0x030b70fb,0xd74f5e11,0x4dcffa1d,0xfe29df1c,0x58e0a828,0xd0b2fb4e,0x40061fde,0x0b105000,0x1f980220,0x51cb2153,0xc204fdee,0xb2074136,0x11e4d47d,0xca19bf10,0xbbfacff5,0xf6e019fa,0x35edf5d6,0x5a09b12a,0xdbcf6612,0x7dc401ad,0xdf2c6ec3,0x5a50a528,0x40b0f99d,0xfa078fe2,0x08700200,0x1fb9fe60,0x468af25e,0xf20403ae,0xac08511d,0x1424ee7e,0x6a18bd40,0x7dfb1ff4,0xf6301bf8,0xb5c0f486,0x630aa12c,0xdf4f7413,0x3d9705dd,0xc2304ea3,0x56d0a828,0x60b3f7dd,0xba091fe4,0x06bf9c00,0x0fcdfea0,0x441ad862,0xb1e6057e,0x9b0a5102,0x1515407e,0xda0bbce0,0x55fbbff3,0xf5701ef6,0xa58ff286,0x040d00f7,0xe13f8613,0x3d6e067d,0xb432feb4,0x5460b329,0x70bcf6dd,0x9909ffe4,0x06df4a00,0x1fcaffd0,0x45bad463,0x91b504ee,0x880cc0f1,0x1645867f,0x79fcbd40,0x39fc7ff0,0xf44022f3,0xf561efe5,0xe50b30c8,0xe2cf8f12,0x9d5204bd,0xb2353edf,0x5250d52c,0x50daf69d,0x900a2fe6,0x055f2000,0x1fb202b0,0x476ad464,0x4189041e,0x780c70d8,0x1665a07f,0xf9f4bd30,0x22fd2fee,0xf36024f1,0x453ded46,0x390540b5,0xe44f9212,0x8d3f031d,0xbf36cf04,0x5141002f,0x4102f68d,0x8c0a3fe7,0x03cf1800,0x1f9d04e0,0x47fad365,0x316e03be,0x6f0b30d4,0x15d5a180,0x59f4bc50,0x0cfdbfee,0xf37024ef,0x9528ebb6,0xa0ffd094,0xe5cfa013,0x8d28028d,0xd637cf14,0x5171012f,0x9103f66d,0x870a5fe3,0x07bf3800,0x1fa10480,0x484ad166,0x515903be,0x6d0a60d1,0x16358f81,0x09f9bb4f,0xf0fe2fef,0xf3e023ef,0x4521eb96,0xf6fc906a,0xe64fad14,0x4d13020d,0xe0393f1c,0x5190f82f,0x30fbf67d,0x870a4fe0,0x09ef7d00,0x1faf02c0,0x482ad067,0x914a03de,0x6c0780c2,0x14f57581,0x89ffba2f,0xd9fecff0,0xf44022f0,0x1525ec77,0x26fcf055,0xe4ffb414,0x9d07019d,0xde3aef23,0x51a0f32e,0xf0f6f6ad,0x8d0a1fe1,0x093fbf00,0x1fba0100,0x474ace68,0xf144041e,0x6a0510bc,0x13a57581,0x09fdb8af,0xceff8ff1,0xf4a020f0,0x4526ecc7,0x13fe906e,0xe49fc214,0xfcfd018d,0xe43c2f29,0x5230ea2e,0x60edf6ad,0x8e0a2fe0,0x09dfe800,0x1fbe0000,0x463acb6a,0x4142047e,0x6c05e0d3,0x15258280,0xb9fab77f,0xc2004ff3,0xf5b01df0,0xe52bed66,0xd301109d,0xe46fbe15,0x7ced01bd,0xf33cdf2f,0x5330df2d,0xc0e4f66d,0x890a5fdd,0x0bfff700,0x1fbcffb0,0x45dac96b,0x5137049e,0x6b04e0db,0x15b57e81,0x19fab67f,0xb6010ff6,0xf75018f1,0x752fedf6,0x8b0560c6,0xe48fc614,0xfcd7018d,0xfc3daf3a,0x5420d92d,0x50def60d,0x800aafdb,0x0dbff100,0x1fbcff80,0x45dac76c,0x3129046e,0x6302f0df,0x15c58381,0x19f7b58f,0xb101bff8,0xf85015f1,0x752fee06,0x560930ea,0xe64ff20f,0xdcc5013e,0x003e6f45,0x54e0d92d,0x50def5ed,0x7c0acfdb,0x0dcfd900,0x1fbeff10,0x45bac66d,0x011f046e,0x5f01d0de,0x15f59680,0xc9f3b4cf,0xa6026ff8,0xf8b014f1,0xb531ee46,0x3d0c60ef,0xe8701a09,0xccbc00de,0x023f1f4d,0x5550dd2d,0x80e1f61d,0x810a9fdc,0x0cefc200,0x1fbbfeb0,0x459ac46d,0xd115048e,0x600040d7,0x15359680,0xf9f2b40f,0x9c030ff9,0xf91013f1,0x852fee26,0x450e20e0,0xe8e01809,0x1cb4007e,0x023fff56,0x5540dc2d,0x70e0f64d,0x850a7fdc,0x0cdfc400,0x1fb9fed0,0x453ac16e,0x811104be,0x61fde0d0,0x14757a81,0x79f7b37f,0x95036ffa,0xf9d011f1,0x352bedd6,0x7a0bb0e7,0xe9400f09,0x2cb1004e,0x0140af61,0x5500d62d,0x10dbf64d,0x850a7fdb,0x0d5fd900,0x1fbbff10,0x44dabe6f,0x510c050e,0x66fd20cf,0x15456e82,0x39fcb33f,0x86039ffb,0xfaa00ff1,0x1529edb6,0x9d09e0f5,0xe9300608,0xdcaffffd,0xfe40df6b,0x5500d22c,0xd0d8f64d,0x860a6fdc,0x0d1ff100,0x1fbbff30,0x446abb70,0x1108053e,0x66fbe0ce,0x15159581,0xf9f3b2ff,0x8003cffa,0xfa2010f0,0x9524ed26,0x8c0ab108,0xe8801109,0x2cadffad,0xfc410f75,0x5520cf2c,0xa0d5f64d,0x840a7fdb,0x0d500800,0x1fb9ff60,0x43dab870,0xe103054e,0x61fc00da,0x15d5bc81,0x19e5b2df,0x7f03aff7,0xf83016ef,0xf51eec96,0x7f0cb115,0xe8202009,0x8caaff6d,0xfc414f7e,0x5550cd2c,0x80d3f62d,0x800a9fdb,0x0dc01200,0x1fb7ffc0,0x437ab471,0xa0fe056e,0x5ffb70de,0x1645bb81,0x39e4b2ff,0x77035ff7,0xf83016ef,0xd51dec76,0x8e0c7122,0xe8701309,0x6ca4ff2d,0xfd419f88,0x55a0cd2c,0x80d3f5fd,0x7c0abfdb,0x0db00f00,0x1fb60020,0x430ab172,0x70fa05ae,0x5ffa40dc,0x1655b581,0x79e5b2ef,0x6e033ff7,0xf86016ef,0xe51eec86,0xa10b812b,0xe8800c09,0xbc9ffefe,0x0241cf91,0x5620ce2c,0x90d4f5dd,0x770adfdb,0x0d900a00,0x1fb80030,0x429aad73,0x50f505fe,0x63f800d1,0x1535a681,0xe9e7b28f,0x66034ff8,0xf8a015ef,0x3517ebd6,0xb60a212c,0xe930290b,0x0c96fece,0x09422f98,0x5690ce2c,0xa0d4f5bd,0x750aefdb,0x0db00800,0x1fbb0030,0x426aa974,0x20ec062e,0x64f6b0d1,0x14e59082,0x49ebb24f,0x63034ff8,0xf89015ee,0x7510eb06,0xce099121,0xe9803a0c,0x2c8cfe8e,0x0e429fa0,0x56f0cd2c,0x90d3f5ad,0x740affdb,0x0df00a00,0x1fba0040,0x426aa774,0xe0e1064e,0x63f650d8,0x15e57d82,0x99eeb1cf,0x60037ff8,0xf8d015ed,0xf50cea96,0xdd084119,0xe9a03b0c,0xcc83fe2e,0x11431faa,0x5740cd2c,0x90d3f5ad,0x740affdb,0x0d800900,0x1fb70060,0x425aa475,0xa0d9065e,0x61f370ce,0x14a56782,0xd9f3b11f,0x5903aff9,0xf94013ee,0x8511eb26,0xe706010e,0xe9d0270c,0xcc7afdde,0x15437fb3,0x57a0cd2c,0xa0d3f5ad,0x720b0fdc,0x0d400d00,0x1fba0050,0x427aa276,0x60cb064e,0x5bf140c8,0x13855282,0xf9f8b00f,0x5c042ff9,0xf99012ee,0x9511eb36,0xf70410fe,0xe990230d,0x2c6dfd7e,0x16440fbe,0x57e0ca2c,0x70d1f5bd,0x740affdb,0x0dc01400,0x1fbb0020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020,0x42aaa077,0x20bd065e,0x5bf130d2,0x15253c83,0x69fcaeaf,0x63050ffa,0xf9e011ee,0x050deaa7,0x090210f0,0xe900320d,0x9c61fcfe,0x16449fca,0x5800c92c,0x60d0f5dd,0x770adfdb,0x0dd01500,0x1fb80020 +}; + +u32 ANIM_ENTRY_death_explosion_back_left[] = +{ + 0x000fd000,0x1fc902cf,0xfb05e00c,0xff985f78,0xe43310bf,0xf5373fe8,0xf2f02d01,0xf1000370,0x41fcfff5,0xfdefa703,0x76fa7d44,0x2af4cfb4,0x3d48017e,0x2804ffff,0xf1002ff5,0xfbdfb6ff,0x80600290,0x003fe000,0x2fc5019f,0xf806200e,0xff885f78,0x8432112f,0xfd362fe8,0xf3102d01,0xf1010370,0x42fc900b,0xfe1fa203,0xa7317eb4,0x2bf3ffcd,0x3cd8017d,0xc805ffff,0xf5002ff5,0xfbcfcaff,0x705e01d0,0x004fe500,0x1fbc017f,0xf6070010,0x00086378,0x242e0e0f,0xfc35ffea,0xf3c02a02,0x01020380,0x3ffc801a,0x012f9b04,0xb7487fe4,0x2ff36fda,0x3c98017d,0x6807ffff,0xf2003ff5,0xfbafcbff,0x806001f0,0x000fdaff,0xdfb7024f,0xf5085019,0x00c87677,0xa43509ff,0xf435cfea,0xf3a02b02,0x411503c0,0x28fd600f,0x022f9304,0xb74480e4,0x38f46fd6,0x3c88027c,0x6809ffff,0xed004ff5,0xfb4fc1ff,0x806301b0,0xffcfd2ff,0x9fb7031f,0xf109a023,0x01a8a477,0x644a083f,0xee350fe8,0xf2e02d02,0x912c0420,0x0ffdc00d,0xffdf8d02,0x275b83b4,0x3ff55fdf,0x3c580778,0xa814ffdf,0xd4008ff7,0xf9afd7ff,0x806f00b0,0xff0fc6ff,0x0fc404df,0xed0a2028,0x02d8d878,0x1468078f,0xe833bfe5,0xf1b03102,0xe1430460,0x26fcd005,0xfc8f7ffe,0xa75c8774,0x53f80ff5,0x3c481272,0x9825ffaf,0xa1012ff8,0xf77fe6ff,0x9081fe30,0xfdafb9fe,0x7fdd054f,0xef0bd040,0x0418e879,0xa47c087f,0xfb324fe3,0xf0f03402,0xd1430450,0x61fc9fe9,0xfb4f7e00,0x37338a74,0x7afad00c,0x3c28236b,0xf839ff2f,0x5d01effb,0xf4ffc9ff,0xa094fbe0,0xfbcfb4fe,0x6ff3036f,0xeb102072,0x05e8e37b,0x54a00840,0x2030bfdd,0xef203a02,0xa1380430,0xb1fd4f8a,0xfeef8507,0xd6ff8d34,0xa5fa5016,0x3b484064,0x2855feaf,0x23029ffe,0xf15f97ff,0xa0a2fc40,0xf91faefd,0xd012023f,0xed1520b1,0x07c8e77e,0x34df0740,0x3c2e0fd3,0xec504402,0xe1470460,0xfdfe6ef5,0x039f800c,0x86da8f84,0xd8f9b00c,0x3ac8755a,0xf884fe3e,0xfd031001,0xeeaf86ff,0xb0aafcb0,0xf69f9bfc,0x502702ff,0xfc1a90da,0x0b090283,0x651e0660,0x3e29afd0,0xeb604703,0x716e04f1,0x11feaeaf,0x04bf8d0c,0x66cd91d5,0x0ff98007,0x3b18e151,0x38e5fdee,0xdf037002,0xed8f9bff,0xb0a8fd70,0xf4cf6efa,0xc02603c0,0x0b221102,0x1088fa89,0x755206c0,0x3c249fd7,0xed104003,0xc1850531,0x11fe0ed0,0x011fa209,0x86b89365,0x43f99016,0x3b89f848,0xf9f0fd7e,0xc003f002,0xecdf99ff,0xa09cfeb0,0xf24f2ffa,0x40270530,0x0c28711c,0x1588d18f,0xa5890730,0x39200fe1,0xef903503,0x817d0500,0xfbfd4f37,0xffbfa803,0x96a792f5,0x57fa8024,0x3b5c9246,0x5c81fcfe,0x9e046001,0xee1f66ff,0xa08effc0,0xef5ef6fa,0x602e0900,0x0b2b6110,0x1858a697,0x85af05f0,0x151b4fe6,0xf1302f02,0xf1580470,0xcffd8fb4,0x017fb7fe,0x869b91e5,0x4cfaf027,0x3abe0948,0x8df2fcbe,0x91049ffc,0xf38f29ff,0x9086ffc0,0xed8ec7f9,0xe0310b90,0x152b811f,0x18f8539f,0x85d8045f,0xfb166fe4,0xf0403202,0x01120370,0xaefef01c,0x044fc5fc,0xa6889205,0x42f9e034,0x3a4e6049,0xce48fcce,0x93049ff5,0xfb0ee5ff,0x9086fe60,0xec7eabf8,0x80330880,0x242d3155,0x18e79da3,0x76440540,0x24116fd8,0xec503f01,0x10c00250,0xaefef039,0x068fc9fe,0x668592f5,0x36f6f03e,0x3a2e2548,0xee0efd1e,0xa7044ff1,0x00beafff,0x907efc00,0xebce98f6,0xd03204e0,0x2e2e617c,0x1816eda5,0x26dd0540,0x460cffc0,0xe6905500,0xa08c01b0,0xa9fe102b,0x07afb9ff,0xd6a89415,0x14f3703c,0x3a5ccf46,0x8cbdfd9e,0xcf03cfef,0x033eabff,0x8072f930,0xebde73f5,0x40320790,0x372a2167,0x157653aa,0x77930210,0x0f09dfa7,0xe1a06c00,0x807b0170,0xb7fd9023,0x07efb0fe,0x36e79654,0xf1f2a04d,0x3b8b3946,0x9b2cfe2e,0xff032ff0,0x013e56ff,0x705ff700,0xebae3df4,0x70410bd0,0x4026413c,0x13b55fae,0x1898005f,0xc707ef90,0xddb08000,0xb09201c0,0xb4fc701f,0x064fbdfc,0xf6f49954,0xecf51072,0x3d0b6546,0x7b57fe9f,0x2802bff5,0xfbce34ff,0x603bf730,0xea1e00f4,0xb0690ca0,0x4a244142,0x12647eaa,0xe973ff9f,0xaf06af71,0xd9b09b01,0x40d00290,0x9ffba015,0x045fbefd,0x16b69cc5,0x13f98099,0x3e7bd746,0x4bc8fedf,0x4a025ff6,0xfa9e83ff,0x3ffff9c0,0xe6cdd2f5,0x70ae0be0,0x57218152,0x1103e4a6,0x29f8fd6f,0x8d071f49,0xd5d0bf02,0x612c03e0,0xadfbc00c,0x036fb4fd,0x3695a0a5,0x38ff80b4,0x3f6bdb46,0x4bccff1f,0x63020ff5,0xfb3ebeff,0x1fc8fb60,0xe35db1f5,0x90f80ba0,0x701f7135,0x107373a3,0x4a55fa9f,0x4309ef0e,0xd1c0f504,0xb1a80620,0xc9fc001c,0x032f9dfd,0x4699a465,0x4b0320ce,0x403b5646,0x9b48ff2f,0x6b01fff4,0xfc3edcff,0x0fb6fc20,0xdd5d94f6,0x31630ad0,0x951cf11e,0x0f8345a0,0xaa78f70e,0xf70f4e8b,0xcc916f08,0xb23809b0,0xe4fbe032,0x037f75fe,0x16b3a565,0x460510cd,0x40ea8147,0xba76ff1f,0x69020ff3,0xfe8eebff,0x0faffcd0,0xcefd81fa,0x522d0830,0xba191122,0x0e935f9d,0x0a60f28e,0xca180d49,0xc7d2a90d,0xa2a30e01,0x02fbd03b,0x039f1a01,0x76ef9fd5,0x2309c088,0x4179bb4a,0x49b5fe9f,0x3402aff1,0x002eceff,0x0fabfd20,0xbf3d65ff,0xa2c90520,0xcc199114,0x0f43e29a,0x19fcee8e,0xa2225b31,0xc714b912,0x02df11f1,0x11fc203d,0x0b2e5803,0x771b9965,0x340ee05e,0x4419514d,0x394efcfe,0xb1045ff2,0xff2e93ff,0x0fa7ff20,0xb43d4101,0x42e10161,0x301dd091,0x0e44859d,0xb952e4be,0x502ada2c,0xc8b5b914,0x52eb1411,0x2bfcd00d,0x29be80f3,0xb76e9685,0x530f5068,0x4749274e,0xe927f92d,0xf407bff3,0xfdbe54fe,0xff970230,0xa8dd2904,0xe2ac0021,0xab22ffdd,0x0ac578a3,0x4873d5fe,0x7d2e4a67,0xc8257f10,0x72901081,0x57fdafcf,0x3bef77f2,0xc7c594f5,0x690e007f,0x48e91250,0x0913f12d,0x300ecff4,0xfd5e35fe,0xef7402b0,0x9dcd340a,0x328f02a1,0xd821ef65,0x056647a2,0xc7eecb7f,0x2b2c1bb2,0xc6e43907,0xb1ca0901,0x7bfebf8d,0x349fedfd,0xf7f29455,0x7e0bf09f,0x47f91d4f,0xa91ddc2c,0x9622aff4,0xfd0e66fe,0xef730010,0x986d3d0a,0xc29b0792,0x43165ee9,0x02e659a5,0x87eec03f,0x4d2d2d3f,0xc7b2b304,0xd17e0661,0xa0001f54,0x35dff103,0x07f89605,0xac08d0ca,0x4569534d,0x9950b16c,0x754cbff4,0xfc4eb0ff,0x0fb2fac0,0x941d3d0a,0x12d508c2,0xb4099ed1,0x01d586a9,0x1859badf,0x2d2f4f2e,0xd240d604,0xc1860651,0x99febf02,0x39cfee02,0x37e09745,0xf80660d4,0x43f9994b,0xb993a05c,0x905d8ff5,0xfb1eedff,0x3feaf600,0x90fd4907,0xf3080582,0xc4005f35,0x014474a9,0xb900bbcf,0x112f1fe2,0xec403104,0x717b0601,0x7ffadf1d,0x36dfdd01,0xf7c59786,0x2b0710bb,0x42f9e54a,0x29dca32c,0x865adff6,0xfa3f17ff,0x2fd4f8d0,0x8f9d5304,0xe32901e2,0x9df99f95,0x00d33da8,0x99a0bf1e,0xf52c7000,0x015ffd03,0x91570531,0xea016fdc,0x325fb002,0x47af9846,0x420a908f,0x430a4a48,0xba3fb3ac,0x6f4a8ff7,0xf94f37ff,0x2fe2fd80,0x908d4901,0xa32bff82,0x68001fac,0x0060dda4,0x0a2bc22e,0xd92c1fff,0x060ff204,0x117705a4,0x200840d2,0x32bf6801,0xc7879b36,0x590da07a,0x435b0147,0x4af3c91c,0x70356ff8,0xf84f5bff,0x4004fde0,0x927d38ff,0x1316fea2,0x4d0a6fd3,0xfeb168a2,0xb9f1c32e,0xb22d5000,0x049ff505,0xd1c90734,0x4f16d08d,0x330f1a01,0x57349ec6,0x8a0ff080,0x43ac1d46,0x9c0bd64c,0x82286ff8,0xf84f7eff,0x400afc30,0x946d38fc,0xc307ff42,0x530c3011,0xfff26fa3,0xc9b8c2ee,0x7e2df000,0x050ff407,0x41fd0873,0x44152f4e,0x2e7efe01,0x96be9ff6,0xcf124091,0x436d5547,0x6d3fd91c,0x8725aff7,0xf95fa3ff,0x4007fd00,0x969d38fa,0xe2f00142,0x680be01a,0x006369a6,0x0992c22e,0x472f4000,0x053ff408,0x421d0951,0xdc07bee0,0x2a4f1301,0x46409f37,0x1b1400ae,0x433e2649,0x5e0dd58c,0x7f292ff6,0xfa9fbbff,0x4001ff10,0x987d33f8,0xb2d50292,0x770ce02c,0x00a427a8,0x0962c1de,0x1f2fa000,0x03dff708,0x721f0981,0x0b005f23,0x26cf3800,0xa5ee9d77,0x4e1460ba,0x434eb24c,0x0e95d04c,0x762e4ff6,0xfa8fb3ff,0x3ff5ffb0,0x999d32f6,0x12c40272,0x720ca04f,0x0294aaa7,0xf8c3c1ae,0x0a2efffe,0xfd200708,0x220e0941,0x18001f99,0x229f6400,0xe5cc9b67,0x661400b4,0x42df184f,0x9ef7ca1c,0x6f346ff6,0xf9ffa3ff,0x3fea0040,0x9c5d26f2,0xb2a00182,0x540cd055,0x00a50ea5,0xc83bc2be,0x062d9ff3,0xf6e01d08,0x62120971,0x15008fda,0x1f2f7202,0x15ae9a87,0x801300bd,0x421f5a53,0x7f36c43c,0x6b3a2ff7,0xf99fadff,0x2fe502d0,0x9f7d20ef,0xa286ffd2,0x270d5068,0xfe451fa4,0xf841c57e,0x132b1ff3,0xf6d01d08,0xe22209e0,0xcd004fd6,0x1b9f6a03,0x45a199d7,0x9312c0c8,0x41bf8357,0x0f5ebe0c,0x69403ff7,0xf9afc5ff,0x3feb0560,0xa08d28ee,0x928afe82,0x010c3091,0x0124fda3,0xd84bc78e,0x27295ff0,0xf5802109,0x322f0a20,0xc0005fac,0x19ff6903,0xe5b69927,0xa413e0c8,0x421f9f5a,0x4f78b83c,0x6a45fff6,0xfabfd0ff,0x3ff706c0,0xa16d3aed,0xb29efd21,0xd30a10af,0xfdb4b6a2,0x4850c97e,0x4527efea,0xf3202a08,0xe22909e0,0xf200ef76,0x1b5f6603,0xc5ee9997,0xaf1570b6,0x42afb15c,0xff89b51c,0x6c490ff3,0xfd7fcdff,0x3ffb0750,0xa3cd54eb,0xe2b0fc01,0x9407c0be,0xf6a475a0,0x3859cc3e,0x67261fe4,0xf1303207,0xe20a0901,0x22019f4f,0x1b6f6f03,0x56439bc7,0xa817109e,0x432fba5e,0x6f90b0ec,0x6f4d1ff0,0x017facff,0x3ff90750,0xa4bd6fec,0x72befbf1,0x570520de,0xf4b44c9d,0x5866cece,0x8f241fdf,0xefc03806,0x91df07e1,0x2b018f45,0x1aff6703,0x96a59e57,0xa319108c,0x44cfba5e,0xcf90a96c,0x78547fed,0x04ef82ff,0x3ff606c0,0xa60d71ee,0xe29dfcf1,0x3102f116,0xf5b4399a,0x7867d1ce,0xaa218fda,0xeea03d05,0x61ac06d1,0x1900df53,0x1aff5b04,0x56e8a0c7,0xc11a7097,0x479fb25d,0xdf86a3bc,0x835a0feb,0x082fa7ff,0x3fea05e0,0xa61d71f3,0x0273fef1,0x18039165,0xfb442d97,0xe86ad5de,0xb51f7fd8,0xee104004,0xc1870640,0xf9ffaf7e,0x1b6f6004,0x771aa0c7,0xec1bd09c,0x4b4f9f5b,0x9f719eac,0x925effe7,0x0c7023ff,0x3ff805c0,0xa5cd6af7,0xf2390131,0x0306c19d,0x00742195,0x586fd8ee,0xc21dbfd8,0xee003f03,0xc15b0560,0xd4fecfb5,0x1e0f5f03,0xe73f9f88,0x231d7090,0x4faf935a,0xbf619e0c,0x955f7fe8,0x0b9f8fff,0x400b0670,0xa52d58fd,0xc1eb0350,0xf409f19f,0xff641692,0xa875db8e,0xd21bdfdc,0xeec03b02,0xa1230430,0xbbf5bfa9,0x219f6202,0xd7499ea8,0x671f107e,0x545f8c5a,0xaf55a56c,0x85582fef,0x02ce2bff,0x3ffe0690,0xa3fd3d04,0x81900570,0xec0e91b2,0x01a40e90,0x287fdfbe,0xe0195fe1,0xf0203501,0xc0e40330,0xcadf5f2d,0x252f8301,0x37199d58,0xc721606a,0x58cf845a,0xaf47bcdc,0x72410ff6,0xfa3d74ff,0x2fda0820,0xa1dd2a0b,0x01450710,0xe91311c7,0x05c4188d,0x6889e57e,0xf7164fe7,0xf1902f01,0x009c0230,0x71d87f65,0x27ffb3ff,0xb6d29b69,0x2323b043,0x5bef845b,0x9f3edd8c,0xa220dffb,0xf52d7dff,0x0faa0b60,0x9ecd1611,0x71050790,0xed1511d5,0x0754228a,0xa88feb4f,0x1a135fec,0xf3402800,0x7059014f,0xf6db6ff6,0x2c2fc9fe,0x66899889,0x7924a011,0x5e0f895d,0x0f37ee4d,0x1e110ffe,0xf14dcdfe,0xef7a0c40,0x9ccd0915,0x30e006c0,0xf10f81e6,0x06940388,0xf897f09f,0x4c116ff3,0xf6001e00,0x1016005f,0xfeddf04a,0x30efe3fe,0x065895f9,0xb2222fd4,0x5e2f925e,0x9f36f62d,0xbc0a1002,0xecfdfafe,0xdf680880,0x9fdcf612,0xf0be0440,0xe30f11ed,0x06b3cc88,0x18aaf60f,0x95104ff9,0xf94014ff,0xefecffb0,0x55e1f095,0x320ffeff,0x660294e9,0xe01b3fa3,0x5befa660,0xbf4bfabe,0x67064008,0xe7fe35fe,0xef8404d0,0xa96cdc0a,0x508f0050,0xc91941e4,0x07339d87,0x58b9f9ff,0xd40f9ffc,0xfc100bff,0xfff0ffc0,0x9ced10e0,0x30100bff,0xa56593ea,0x060fff8a,0x596fbc63,0x1f6dfd5f,0x0003e00e,0xe35ebbff,0x0fad0690,0xb90ccdfc,0xb04efc50,0xb11a71bc,0x05538486,0xe8befcf0,0x120edffe,0xfdf00500,0x00000000,0xcff8610c,0x2a5005fe,0xa4aa91ba,0x0f036fa3,0x57dfca64,0x8f87fe6f,0x5302d015,0xde9f7eff,0x2fd60d60,0xca3cd8ee,0x5005f8c0,0xa518518c,0x04038586,0x78b8fe60,0x3c0e2fff,0xff500100,0x000c0030,0xecfe010c,0x273ffcfd,0x94008fd9,0xfafbaff5,0x569fcf64,0xcf97fe7f,0x5e02b01e,0xda704dff,0x2fd71520,0xd6acf0e4,0x9fc4f650,0xa818116b,0x0373a085,0x98aefe70,0x4f0d4000,0x007ffe00,0x10130040,0xe9002104,0x27fffffd,0x83808e59,0xe4fa5064,0x559fd164,0x7f9ffe6f,0x5302d023,0xd850f2ff,0x0fb51800,0xdc4cf9e1,0x0f98f5c0,0xb316e14c,0x0233e884,0x48a2fdf0,0x5f0c8000,0x018ffb00,0x100f0040,0xc202f0eb,0x285002fd,0x73398c49,0xcffb00c4,0x54afd264,0x6fa3fdcf,0x1d038024,0xd7d146ff,0x0fb014a0,0xdcbcf3e1,0x6f8cf640,0xbb161138,0x01043683,0x6893fd20,0x730bd000,0x021ffaff,0xfffdfff0,0x990040b4,0x278008fd,0xa3208a49,0xb9fa50f1,0x53dfd364,0x8fa4fcee,0xda045024,0xd7c16aff,0x1fc10fb0,0xdaecf0e2,0xaf95f630,0xc0159126,0xff547182,0xc880fc30,0x930b0000,0x01dffaff,0xefddff60,0x71fe108a,0x264016fd,0x831c8959,0xabf8c0ed,0x532fd464,0xcfa4fc6e,0xbb04b024,0xd7e182ff,0x2fd30b10,0xd8fcefe3,0xcfa0f5d0,0xc614a111,0xfc247a82,0x9869f9e0,0xa709f000,0x00effdff,0xdfbefee0,0x67fe8087,0x272019fd,0x832088d9,0xa5f7a0db,0x52afd464,0xdfa4fc5e,0xb804d024,0xd80195ff,0x2fd00670,0xd6fcede4,0xffacf550,0xc91330fd,0xfa046582,0xe855f630,0x9e08e000,0x007ffeff,0xdfa6fe80,0x7cfe208c,0x2a3013fd,0xb32b88a9,0xa3f720c6,0x526fd264,0x9fa3fc6e,0xc004b023,0xd811a6ff,0x0fab02e0,0xd49cece6,0x5fbcf4a0,0xcc1260f6,0xfb946582,0x9848f200,0x8507e000,0x00effdff,0xdf9bfe50,0x99fe3080,0x2e1008fe,0x433f88c9,0xa2f660aa,0x521fd164,0x4fa2fc9e,0xca049024,0xd801b1fe,0xef770140,0xd28ceae7,0x9fcdf440,0xce1180ee,0xfbe47581,0xd842ee60,0x60072000,0x013ffcff,0xdf9ffe70,0xa5fd706e,0x318ff5fe,0xa3548889,0xa1f5708f,0x519fd164,0x2fa1fc9e,0xcf048024,0xd7c1b5fe,0xdf5d00e0,0xd0dce8e8,0xdfdaf480,0xcf1000e1,0xfb64a881,0x2842ec90,0x48067000,0x023ff9ff,0xdfa6fe80,0x75fdb075,0x333fe7fe,0x836787f9,0xa1f4b07d,0x50ffd063,0xffa0fc8e,0xcb049025,0xd791b2fe,0xdf66ffb0,0xcf2ce5ea,0x2fe8f4d0,0xce0e90dc,0xfb34ad81,0x2846ec20,0x2d067000,0x032ff7ff,0xdfabfea0,0x71fec072,0x336fe3fe,0x737b8739,0xa2f3f06f,0x507fcf63,0xcf9ffc6e,0xc604b024,0xd7c1b1fe,0xef75fd70,0xcdbce1eb,0x7ff0f580,0xcb0e50d8,0xfbb49681,0x7849ed40,0x2c061000,0x033ff6ff,0xdfa9fe90,0x8eff3077,0x318fe8fe,0x938a8649,0xa3f3706a,0x501fcf63,0xbfa0fc4e,0xbd04d024,0xd7f1b0fe,0xef7dfb00,0xcc7cddec,0xdff7f6a0,0xc80f10d1,0xfc146182,0x084aeea0,0x2c05b000,0x026ff9ff,0xdfaafe90,0xcaff1080,0x2fcfeffe,0xf3978549,0xa5f3606a,0x500fd063,0xdfa1fc1e,0xb304f024,0xd7f1aafe,0xef81f890,0xcb4cd9ee,0x4ffcf7d0,0xc61010cb,0xfc43f483,0x2847efd0,0x2305b000,0x008ffeff,0xdfaefeb1,0x3afea089,0x2e6ff7ff,0x43a28429,0xa9f3d06b,0x502fd063,0xcfa1fc0e,0xae050023,0xd811a9fe,0xef7ef6f0,0xc9fcd5ef,0xd001f8c0,0xc21020cd,0xfcd3af83,0xd846f1d0,0x37057fff,0xfec003ff,0xdfadfeb1,0x81fe5085,0x2b7ffdff,0x63ae8339,0xb0f4b067,0x505fce63,0x8fa0fc1e,0xb304f023,0xd841aafe,0xdf6ff700,0xc82cd1f1,0x800cf970,0xbf0f60d6,0xfd339b83,0xc847f360,0x43054ffe,0xfdc006ff,0xdfaffeb1,0x94fda076,0x290000fe,0xf3bf8289,0xb7f5805f,0x509fce63,0x6f9ffc3e,0xbc04d023,0xd851a6fe,0xdf5bf860,0xc67ccef3,0x4015fa20,0xbf0f10e3,0xfd53a083,0x4846f390,0x34056ffd,0xfcf008ff,0xdfb4fec1,0x81fea072,0x286001ff,0x13cf8199,0xbcf63059,0x50efce63,0x6f9ffc4e,0xc204c023,0xd851a5fe,0xcf54fa60,0xc4accbf5,0x201ffaa0,0xbf0f40ee,0xfd93b482,0xa847f450,0x3c04fffd,0xfcc009ff,0xdfb3fec1,0x64ffb080,0x269002ff,0xb3dd8099,0xc0f6b052,0x513fcd63,0x3f9ffc5e,0xc704b023,0xd851a8fe,0xcf54fc60,0xc27cc9f7,0x202afad0,0xbf0ea0f6,0xfd93d281,0xe84af4f0,0x48045ffe,0xfd4007ff,0xdfb1feb1,0x42ffb07e,0x252ffe00,0x93ec7fc9,0xc6f7104a,0x519fcc62,0xff9efc5e,0xc904b023,0xd851abfe,0xcf56fe80,0xc04cc7f9,0x3033fb10,0xc00db0fe,0xfda3ef81,0x684ff3f0,0x2d047fff,0xfe5004ff,0xdfb0feb1,0x25ff0075,0x263ffeff,0xf3fb7ec9,0xcaf78043,0x51dfcc63,0x0f9efc5e,0xc804b023,0xd821acfe,0xdf5b0060,0xbdfcc6fb,0x603efb90,0xc30ce0f9,0xfd23fb81,0x4852f270,0x1304efff,0xffb000ff,0xdfb0fec1,0x09fed075,0x27a001ff,0x340b7e29,0xcbf7f03c,0x522fcd63,0x1f9efc4e,0xc804b024,0xd7f1b1fe,0xdf6301e0,0xbb9cc5fd,0x904afbe0,0xc70c90f6,0xfd03f381,0x3856f1e0,0x2104d000,0x01bffbff,0xdfadfeb1,0x05fdd084,0x277ffcff,0x441c7e09,0xc9f87036,0x526fcc62,0xff9efc4e,0xc904b024,0xd7f1bbfe,0xdf6a02f0,0xb91cc5ff,0xe055fc10,0xc90c90fd,0xfd93e781,0x0856f110,0x2904d000,0x032ff6ff,0xdfa8fe91,0x0afcb089,0x280ff8ff,0x642f7df9,0xc8f8e02f,0x52afcb62,0xcf9dfc4e,0xc704c024,0xd7f1c1fe,0xef7303a0,0xb69cc602,0x3060fc70,0xcc0c1103,0xfd73f680,0x184bf0b0,0x3504c000,0x02fff7ff,0xdfa4fe90,0xf7fd0080,0x27cffcfe,0xe4447de9,0xc8f95026,0x52ffcb62,0xcf9dfc4e,0xc804c024,0xd7c1c1fe,0xef780400,0xb44cc604,0x9069fce0,0xcf0ba103,0xfd33eb7f,0x7842f070,0x4104c000,0x02cff8ff,0xdfa4fe90,0xfbfd7081,0x278ffffe,0x64577db9,0xc8f9b020,0x531fcb62,0xbf9dfc4e,0xc704c024,0xd7c1c2fe,0xef7903f0,0xb1ecc806,0xf074fd80,0xd20b3102,0xfcd3da7f,0x483deff0,0x4304d000,0x034ff6ff,0xdfa6fe91,0x04fdb08e,0x27a000fe,0x346a7d89,0xc8f9f019,0x532fca62,0x7f9cfc3e,0xc604c024,0xd7e1c5fe,0xef7703c0 +}; + +u32 ANIM_ENTRY_death_explosion_back1[] = +{ + 0x000fbaff,0xd0030460,0x0a030ffd,0x00b7d07d,0x143a9de8,0x42b6afee,0xf5402482,0xc6cc8450,0x58fb9fb2,0x012f9fff,0x8f29036c,0x29f36fc0,0x3d2fffff,0xbfffffff,0xf9001ff0,0xfe0fb7ff,0x803404e0,0xffefbeff,0xf0020450,0x0802eff8,0x00c7da7d,0x043a9de8,0x44b6afef,0xf5502482,0xc6cb8450,0x54fb8fb2,0x014f90ff,0x5f1c037c,0x27f2dfbe,0x3d1fffff,0xcfffffff,0xf8001ff0,0xfe0fa9ff,0x80340530,0xff8fc000,0x10050420,0x07037ff4,0x00e7dc7c,0xe43a9e68,0x47b6afef,0xf5502482,0xd6ca8460,0x59fb2fb5,0x016f88ff,0x1f1f03cc,0x26f2ffbc,0x3ce000ff,0xffffffff,0xf3002ff0,0xfddfa7ff,0x80340520,0xfecfbf00,0x10110420,0x0a02eff9,0x0027e37c,0xe43a9fa8,0x42b67fee,0xf5002582,0xc6cd8450,0x5dfb0fb6,0x011f88fe,0xff2403ec,0x27f44fb5,0x3cb00001,0x0002ffff,0xe8004ff1,0xfd5fabff,0x903e0400,0xfd9fbe00,0x30220500,0x09041fec,0xffa8097d,0x0442a0b8,0x43b65fec,0xf4702782,0xe6c68460,0x54fbcfb8,0x007f84ff,0x4f29036c,0x28f7efb7,0x3c400203,0xa00affdf,0xc500aff2,0xfc5fb1ff,0x905100a0,0xfc5fb700,0x903a06a0,0x02060fdb,0xffc8397e,0x044fa188,0x42b62feb,0xf3e02983,0x26b684a0,0x52fbffb4,0x002f8efe,0x3f24017c,0x2afcdfd6,0x3b900908,0xd018ff7f,0x7e017ff4,0xfaafb7ff,0xa05dfc90,0xfb1fae01,0x005907f0,0x01078fd9,0xff385f7f,0xc460a2c8,0x34b57fe7,0xf2602f83,0x76a28500,0x6efb5faa,0x004fa0fe,0x6f18fdec,0x33ff1000,0x3ae01910,0x502efedf,0x2f026ff6,0xf86fbbff,0xa061fb50,0xf93fb801,0x307e0750,0x0609ffec,0xfe687981,0x947fa478,0x1eb40fdc,0xeee03b84,0x16818590,0xa9fdbfa2,0x00af9304,0x4f0bf98c,0x48fe7021,0x3a103819,0xb04dfe0e,0xdf035ff8,0xf62fa8ff,0xb06bfbd0,0xf6dfc300,0xe09f0630,0x110cb00b,0xfe887784,0x24b2a5f7,0xf4b27fcb,0xea804d84,0x667085e1,0x03003f78,0x033f7106,0xbef4f5bc,0x6bfd0035,0x39c06723,0x0077fd3e,0xa0043ffa,0xf45f69ff,0xb072fcf0,0xf3dfc300,0x50c00580,0x22114023,0xfe484c88,0x54eea6a7,0xacb04fbf,0xe7d05884,0x16818591,0x5e006f5d,0x07ef7004,0x1ed4f3dc,0x8cfbc03a,0x39c09b29,0x40a5fc8e,0x7504effa,0xf47f49ff,0xb06efe60,0xf09fc300,0x00e10460,0x2f145040,0xfd38148d,0x654ea587,0x59ac0fbd,0xe7405a83,0x96998521,0x5aff8f5d,0x0c0f6604,0xaebef23c,0xa1fb1044,0x3960dd2e,0x40e1fbae,0x4505affa,0xf49f87ff,0xa068ff80,0xee2fb800,0x30f203a0,0x2d16605c,0xfd97c292,0x35e2a2f6,0xfda5ffc2,0xe7d05483,0x16b58491,0x1ffd8f6c,0x0dff6b05,0x1e96f02c,0xbbfab05b,0x38e11731,0x5118fb1e,0x26063ffa,0xf42fcbff,0xa05b0070,0xebefb300,0xd10403d0,0x1b180067,0xff775d96,0xb6919f56,0xae9e1fc7,0xe8504f82,0x76d683f0,0xedfc5fb5,0x0e7f99ff,0xee68eebc,0xd4f9a064,0x38111131,0x0112fb3e,0x2e061ffa,0xf44fe1ff,0x803b01a0,0xe92fbd01,0x41220460,0x0518b056,0x00b6ef9a,0x174e9a26,0x8994ffc5,0xe7405182,0x06f38370,0xd4fbbff7,0x0d3fb0fc,0x7e54ee1c,0xdef80059,0x36f0cd2d,0x40d3fbee,0x4d057ffa,0xf50fe9ff,0x70130280,0xe75fc801,0x613005ff,0xf4183030,0x0136729c,0x57ff93f6,0x9c8c9fb7,0xe4005e81,0xc7008320,0xd3fb301b,0x0bffbafb,0xae5eed4c,0xddf6c051,0x36807f26,0x108dfcee,0x87048ff8,0xf65ff4ff,0x5fef0240,0xe6dfd401,0xa132088f,0xe316effe,0x01a5e29e,0xc8928ce6,0xcd85dfa1,0xe0207181,0x771582d0,0xdbfb6042,0x0dffc1fc,0x6e7fec6c,0xccf61053,0x3690421c,0x1056fdfe,0xd4036ff5,0xf99005ff,0x5fdf0020,0xe72fe101,0xd12309ef,0xd217cfe3,0x02a56c9f,0xa90f8676,0xef802f8c,0xdd408381,0x372f8270,0xd3f9d05b,0x10dfcbfd,0xeea1ebec,0xb1f6305d,0x36e01a10,0xe02ffedf,0x26026ff1,0xfd7013ff,0x5fedfcb0,0xe66ff601,0xa118087f,0xc6199fed,0x0385179e,0xe96481c6,0xe97aef74,0xda309981,0x07438230,0xf3f9104b,0x124fd2fe,0x4ecaec8c,0x8bf5c054,0x37000607,0x1013ff6f,0x73018fef,0xff300bff,0x600cf9f0,0xe5600501,0x510e06df,0xc2181ff6,0x03f4d89e,0x799f7c26,0xd3769f59,0xd730b180,0xf7498221,0x14f9205a,0x13afe0fd,0x2ef3ec5c,0x6df5e04e,0x36f00001,0x9004ffcf,0xb500cfef,0xff6ff2ff,0x7011f9d0,0xe3fffe01,0x911607bf,0xc9157fe5,0x03a4879f,0x39dc7666,0xce732f3d,0xd4c0ca81,0x173a8241,0x0ef97063,0x147ff4fb,0xeef8eb9c,0x67f85057,0x36f00000,0xa001ffff,0xed003fee,0x001fc0ff,0x5fe4fbe0,0xdf3fe103,0x11610b1f,0xda147fd7,0x047424a0,0xca1b71e6,0xd1710f16,0xd230ed81,0x771382c1,0x0ef9e05b,0x134ff8fb,0xfec6eecc,0x6ff8b03e,0x38100001,0x20030000,0x11ffdfed,0x018f7eff,0x4fcafff0,0xd83fb406,0xb1d0104f,0xfd128fd1,0x05f3dca2,0xea426e96,0xcb70aed8,0xcf312682,0x36d683a1,0x09f9b05b,0x110ffafc,0x6e6df5bc,0x79f8700f,0x39ffffff,0xdfff0000,0x29ff8fec,0x02bf4aff,0x4fcd0550,0xd17f830c,0x423016a0,0x2c102fbd,0x0793daa6,0x0a316e46,0xc172ae6e,0xcbe18b83,0x568884c1,0x04f9a05c,0x0e7ffcfd,0x7dbafd5c,0x73f60fea,0x3c6ffffb,0xeff30000,0x5efeefeb,0x02cef4ff,0x3fb210a0,0xcd8f8d0d,0x522418b0,0x36129fb5,0x066493ab,0xd9937656,0xcf7a5da8,0xc8e24b85,0xe6108721,0x0ff97044,0x0aefebff,0x6c1bff5c,0x40df7000,0x402ffff8,0x7fe8fff0,0x8dfe4fed,0x018d7fff,0x3fc12b80,0xcb7fc508,0xe1a117e0,0x1a22a074,0xf7b6edaf,0x47a48587,0x46860c81,0xc7636b8a,0x758a8b31,0x3dfa3011,0x08bfe002,0x3abffd5c,0x3fbea060,0x407ffefa,0xefeffff0,0x94fdffef,0xfecc21ff,0x6fff4a00,0xc90ff404,0x00f21cff,0xe73c91ae,0x052968a8,0x960091c8,0x4690fcaa,0xc7e3418d,0x255d8d91,0xcffa9fe4,0x0bffd803,0x8aedfc7c,0x53b230a3,0x3ecffffe,0xfffc0000,0x99fd9ff0,0xfdcc6fff,0x600e52e0,0xc6400d00,0x5028267f,0x5e37c09d,0xf42ac7a1,0xf5a292b9,0x549cce07,0xcb61eb89,0x45bb8a32,0xa4fb8fbf,0x157fe503,0xfb77f9dc,0x6ac0b0b7,0x3fc00202,0x2008fff0,0xb5fcdff0,0xfded0cff,0x4fdb4240,0xc3901bfd,0x1fdd1fff,0x19331026,0xeeea6f98,0x862993f9,0x5ca24ec3,0xd0b13a84,0x565a85b3,0x1bfcefa2,0x20700b04,0x6c2cf53c,0x8ae6008a,0x3b600805,0xd0160020,0x91fd5ff0,0xfe9d9bfe,0xff631970,0xbf7034f6,0xa03c09df,0x2e18bff3,0xdba9268b,0x56859828,0xb49eaf3c,0xd770cc81,0xb6e98303,0x23fc1f4e,0x26100605,0xad27ef6c,0x7df1a0c0,0x31b0130a,0xe0280010,0x18ff9fef,0xff0e35fe,0xdf380760,0xbe203df1,0xb06ff3bf,0x0bfbff6d,0xdba78581,0x46cc9b87,0xb599ef89,0xdf208880,0x976c8183,0x27fe8f0d,0x267fcc04,0xbdf0e77c,0x5cf2211e,0x29c01f10,0x1037ff7f,0x9d016fef,0xfeeeeffe,0xef480260,0xbcf03eee,0x609fe83e,0xd6f08fd1,0xded6897f,0x57429c76,0xf596cfba,0xe7305d80,0x27c480a2,0x9bfe3f77,0x1f7faa04,0x6e69e24c,0x2df02152,0x23d02412,0xc03bfeff,0x4f024fef,0xfecf81fe,0xff6bfff0,0xbc103aec,0xb0c3e29e,0xaaebc046,0xe2b62c80,0x17c89eb6,0x74934fd1,0xecd04780,0x37ba80b1,0xd3fbefe2,0x168fb307,0x1e91dfec,0x15ee7168,0x20302012,0x7036fedf,0x36026ff0,0xfebfc3ff,0x0f7dfdb0,0xbb6033ec,0xf0cee1de,0x9fea1090,0xe8463581,0x483f9e96,0x378cafc9,0xebc05080,0xa76081a1,0x2ffc3ff2,0x10bfd007,0x8e9cdf8c,0x1cede178,0x1f001810,0x402cfeff,0x37023fef,0xff2fd6ff,0x1f8afb10,0xbad02ced,0x90cfe1ce,0xa0e980c0,0xea164d81,0x28ad94f6,0x0d85efa6,0xe6e07181,0x57088280,0xb3fd7fdb,0x0b1fdb07,0x7ededf8c,0x21ed6185,0x1ed0120e,0x9026ff0f,0x39021fef,0xff5008ff,0x1f97f840,0xba4026ee,0x40cde17e,0xa1e980e0,0xeb562e81,0x690a8a35,0xef80df7d,0xe2d09682,0x16be8360,0x46fb3fe6,0x06cfd006,0x1f19df8c,0x29ed3189,0x1f30120e,0xb025ff0f,0x36021fef,0xff0041ff,0x2fa1f610,0xb9b020ee,0xf0d0e11e,0x9eea20ff,0xee05f581,0xa95c8255,0xe17cdf54,0xdf60b983,0x26668470,0x11f9bffa,0x04cfbc04,0x6f2ee01c,0x38ed9188,0x2020130f,0x6026feff,0x2b022fef,0xff905dff,0x2fa3f460,0xb9301aef,0xa0ebdf5e,0x8bed915d,0xf3a5e27e,0xc9b57b75,0xd2794f27,0xdb80e084,0xe5fd860f,0xedfa8017,0x00dfc803,0x1f49e14c,0x43eea17f,0x2190140f,0xd027feef,0x20025fee,0x002075ff,0x2f9df350,0xb8b015f0,0x6113dcde,0x6cf071a9,0xf875d17a,0x79fc7565,0xc4760ef3,0xd7310d87,0x259887ff,0xb4faa040,0xfa8fe502,0xdf61e30c,0x4aefd16b,0x23701510,0x0028fecf,0x19026fee,0x003089ff,0x1f99f370,0xb8400ff1,0x213bdade,0x4aeff1db,0xf9e5b376,0xea2971a5,0xc5745ebc,0xd3613e8a,0x35398abf,0x67fa4055,0xf71ff502,0xdf5fe5cc,0x54f14148,0x25d0150f,0x9028fecf,0x20026fee,0x00407fff,0x1f91f440,0xb7c00bf1,0xe15fd9ce,0x2cee61f1,0xf9859a73,0xfa446fe5,0xd4744e77,0xcfc17f90,0x54d1906f,0x51fb1063,0xf72fc901,0xff49e97c,0x61f33117,0x2880130e,0x9026feef,0x2f025fed,0x00d051ff,0x1f8ef510,0xb75006f2,0xb180d8fe,0x12eed209,0xf9e58471,0x4a4e6d45,0xe3751e1b,0xcca1d69e,0x94789e4f,0x51fc306f,0xf70fa504,0x6f2fedcc,0x6df4e0d4,0x2b80120d,0xa025ff0f,0x47022fed,0x00e012ff,0x1f97f5d0,0xb6e002f3,0x7198d8ae,0x00f1a221,0xfbc5606f,0x1a4368d5,0xef767d9d,0xca2251bf,0x5450bebf,0x78fc606e,0xf55f9c09,0x0f1ef31c,0x77f5d07b,0x2e90100c,0x5022ff4f,0x6a01cfed,0x00ffc6ff,0x2f9df7c0,0xb67ffdf4,0x31a4d8fd,0xfef6e233,0xfef5326d,0xba2d6395,0xfe77bd0e,0xc892dede,0xc46bddef,0xeefd205c,0xf32f7f0b,0x2f1ff96c,0x7ff6700c,0x31c00d0a,0xb01eff8f,0x92015fed,0x016f71ff,0x2fa6fa20,0xb61ffaf4,0xf1a1da1e,0x0ff91239,0x0015046c,0xea115e16,0x0f78cc82,0xc7d368ea,0x5497e930,0x59fee054,0xefdf610a,0x1f29fffc,0x84f6af96,0x34c00a09,0x601bffbf,0xae00ffeb,0x036f32ff,0x2fabfbd0,0xb5aff6f5,0xb18fdc5e,0x35fa321c,0x00c4d56d,0x69ed58c6,0x24790c18,0xc793d1ee,0xd4b9ed80,0x9a00c06a,0xeedf5805,0xcf49048c,0x7ef83f42,0x37100908,0xd018ffbf,0xb300efe7,0x078f36fe,0xff6dfd00,0xb54ff3f6,0x7172df7e,0x6afa71e9,0x00949d6f,0xc9c153d6,0x38788bda,0xc7940ef0,0x94ceef20,0xca014092,0xf1ff5900,0x0fa0065c,0x71fc4f27,0x38100708,0x0015ffbf,0xae00efe5,0x092f64fe,0xdf40ffb0,0xbb2ffcf7,0x00b4defe,0xfcfd51b7,0x00348173,0x59885236,0x3877bbae,0xc7b438f1,0xf4e5f050,0xdf00c0b0,0xf4af3ffa,0x6febfffc,0x5dfe6f92,0x38100707,0x9014ffcf,0xb300dfe8,0x062f77fe,0xff640250,0xbf6ff9f8,0xa02ae28f,0x6900317c,0x00046e77,0x095c5296,0x4d775b6d,0xc7e477f2,0xf4f8f130,0xc200b0b7,0xf3df2df4,0x3008fb0c,0x5cfedff5,0x38400808,0x3016ffbf,0xa300ffeb,0x037f86ff,0x0f830250,0xc11febfa,0xdff0e83f,0x9600d14e,0x00346e79,0xc9465386,0x75773b18,0xc824caf3,0xb509f1c0,0x9001d0a5,0xf4af2df2,0x1ff2f90c,0x6eff702e,0x39100a09,0xa019ff8f,0x7f015fea,0x042f7eff,0x1f95ffd0,0xc1ffdbfd,0x0fd3edbf,0xb100512d,0xffc4697b,0xb93f5406,0xab76eae1,0xc85500f4,0x3515f220,0x90027079,0xf66f53f6,0x0fc9f84c,0x86ffb045,0x39f00d0b,0x801eff6f,0x70018fe9,0x05af63ff,0x1f96fef0,0xc32fcdfe,0xcfb3f24f,0xca00a10e,0xff344f7d,0xd9345436,0xe6761ac1,0xc87520f4,0xa520f280,0xb1006059,0xf75f3afd,0x3f9df77c,0x9d000059,0x3ab0100c,0xe022ff6f,0x6e018fe8,0x066f3fff,0x1f8aff00,0xc3efc2ff,0xdf9df62f,0xdb00a0e7,0xfee45480,0xa9295427,0x17757ada,0xc85508f4,0xe528f2b0,0xc7fde073,0xf75eb904,0x6f80f72c,0xad00b064,0x3b60100d,0x2023ff6f,0x6d019fe8,0x064f22ff,0x0f78feb0,0xc49fbe00,0x1f8cf95f,0xe3fff0ba,0xfec47884,0x692554e7,0x36752b2a,0xc7f4baf4,0x2521f1e0,0xdcfea0d7,0xf79e8501,0xef79f6dc,0xb4ffc069,0x3bb00f0c,0xb022ff7f,0x74017fe8,0x063f12fe,0xff5bff20,0xc43fcbfe,0xbf8dfaef,0xd9ff7090,0xfdf49a88,0x39245547,0x4974eb8b,0xc7b45af2,0xe513f090,0xea006135,0xf97f22f6,0x4f99f6ec,0xa3fc605d,0x3ab00f0c,0x3021ff7f,0x7b016fe7,0x06ff0efe,0xdf3800a0,0xc48fd8fd,0xbf88fb4f,0xd0fed07d,0xfd14a58a,0x092654a7,0x4f74bbd7,0xc7a410f2,0x150befc0,0xee013156,0xfa7fc3f0,0xbfb3f60c,0x91f9d064,0x39900f0c,0x2021ff7f,0x7c016fe7,0x079f0efe,0xcf1c0270,0xc4cfdffd,0x1f88fa8f,0xcdfd5082,0xfc54a089,0xd92853b7,0x5374bbf5,0xc7a3f3f1,0xc507ef80,0xed00a149,0xfaffe9f1,0x0fbff53c,0x89f8906d,0x39000f0c,0x5021ff7f,0x7d016fe6,0x07ef07fe,0xcf1803a0,0xc48fdefc,0xaf92f9ff,0xd1fc5083,0xfc44a389,0x492552e7,0x5a74cbea,0xc7a3fdf1,0x44ffef00,0xe8ff8136,0xfbd002f1,0x1fc5f51c,0x89f8406d,0x39000f0c,0x8022ff7f,0x7d016fe6,0x081f01fe,0xcf1f03b0,0xc46fddfc,0xcf96fa5f,0xd1fc007f,0xfbf4a689,0x19215207,0x6374dbc9,0xc7a41ef1,0x24feeef0,0xe2ffd12d,0xfc4007f0,0xffc1f53c,0x8cf92070,0x39300f0c,0x8022ff7f,0x7b016fe6,0x080f05fe,0xcf1f0340,0xc44fdcfd,0x3f9afaff,0xd0fbf07e,0xfb84a489,0x191c50b7,0x6474dba5,0xc7a442f1,0x8503ef40,0xe0004126,0xfc4ff4f1,0x8fb7f58c,0x8efa4070,0x39600f0c,0x5021ff7f,0x79017fe6,0x07df0bfe,0xcf1d02a0,0xc3dfd9fd,0x8fa3fb3f,0xd3fbf079,0xfb84a488,0xe9174f27,0x5f749b91,0xc7a455f1,0xc506ef70,0xdf003130,0xfb7fe5f2,0x1faef62c,0x92fb7069,0x39a00f0c,0x3021ff7f,0x77017fe6,0x082f0bfe,0xbf150270,0xc3bfd7fd,0xefa6fbbf,0xd5fc106e,0xfbb4a289,0x09184de7,0x60745b95,0xc7a451f1,0xc507ef80,0xe000a13c,0xfadfdbf2,0x0fa4f65c,0x95fc4066,0x39e00e0c,0x1020ff7f,0x77017fe6,0x087f0cfe,0xbf1402d0,0xc3bfd5fe,0x1fa8fc4f,0xd6fc2068,0xfbd49f89,0x591a4d07,0x67744b9d,0xc7a449f1,0xe509ef90,0xe000b13e,0xfa7fc8f1,0x9f9cf65c,0x97fce066,0x3a100f0c,0x2021ff7f,0x79016fe5,0x08af0efe,0xbf170360,0xc35fd4fd,0xffb3fc4f,0xd8fb6065,0xfbb49a89,0x591a4c17,0x6c742ba3,0xc79443f2,0x350defd0,0xde00a13c,0xfa6fb1f1,0x0fa0f69c,0x98fdc061,0x3a300f0c,0x4021ff7f,0x7c016fe5,0x08cf0cfe,0xbf1203f0,0xc31fd4fd,0xafbcfc0f,0xd9fac05f,0xfb749589,0x591c4ae7,0x6f73dbb9,0xc7942ef2,0xa513f050,0xde00c13f,0xfa6f9df0,0xffa8f69c,0x96fe405f,0x3a300f0c,0x5021ff7f,0x7c016fe5,0x090f06fe,0xbf0e0480,0xc31fd5fd,0x8fbefc3f,0xd8fa305e,0xfb349389,0x791e49e7,0x7473cbc8,0xc7941ff2,0xb514f060,0xde00f143,0xfa3f93f0,0xcfaaf67c,0x95fe5063,0x3a100f0c,0x3021ff7f,0x7a016fe5,0x092f01fe,0xbf0e04a0,0xc2efd7fd,0x9fc5fc5f,0xd7f95064,0xfb149289,0x691f48f7,0x7673dbc6,0xc78421f2,0x5510eff0,0xdd011143,0xfabf96ef,0xefaff69c,0x92fe5063,0x3a000e0c,0x1021ff7f,0x79017fe5,0x091f02fe,0xbf0904b0,0xc2afd9fd,0xbfccfc9f,0xd4f8d065,0xfb148e89,0x792247d7,0x7b73bbd2,0xc78416f2,0x6510f000,0xdd013141,0xfb1f99ef,0xbfb5f6bc,0x8ffe3061,0x39d00e0c,0x1020ff7f,0x79017fe5,0x091f03fe,0xbf0a04d0,0xc29fdbfd,0xffcffd0f,0xd1f8c060,0xfb548a89,0xa92446b7,0x80738bd8,0xc7840ff2,0xd516f080,0xe0014137,0xfacf7bf0,0xbfb2f6cc,0x8efe2063,0x39b00e0c,0x1020ff7f,0x7a016fe5,0x092f04fe,0xbf0b04d0,0xc24fdafe,0x4fd6fd6f,0xd1f8b05c,0xfb348689,0xb9254597,0x83739bdf,0xc78409f2,0xb514f050,0xe1012137,0xf99f24f4,0x1faff71c,0x8ffe6060,0x39c00e0b,0xf020ff7f,0x7c016fe5,0x093f05fe,0xbf0904e0,0xc1bfd8fe,0x7fe2fdcf,0xd2f84059,0xfb148289,0xd9284497,0x8973abed,0xc783fbf2,0x7512f010,0xdc01013f,0xf8feeef6,0x2fb3f7ac,0x90fed059,0x39f00e0b,0xe020ff7f,0x7d016fe5,0x094f07fe,0xbf0604f0,0xc1afd8fe,0x9fe7fe2f,0xd0f7d053,0xfb647e8a,0x192c43a7,0x8f73bbf7,0xc773f1f2,0x7512f010,0xda00c13f,0xf92ef2f5,0x7fb7f7bc,0x8fff0059,0x3a000e0b,0xe020ff7f,0x7d016fe5,0x091f0bfe,0xbf040500,0xc1efd9fe,0xcfe5fe8f,0xcef7e051,0xfba47c8a,0x492e4297,0x9373cbfe,0xc773ebf2,0x7513f010,0xda00a140,0xf90eebf5,0x2fb8f77c,0x8efee060,0x39e00e0b,0xc020ff7f,0x7d016fe5,0x094f0bfe,0xbf070530,0xc18fd7fe,0xdfeefebf,0xd0f79051,0xfb24798a,0x492e4137,0x96738bfc,0xc773ecf2,0xa515f040,0xdb00c13f,0xf8aefbf5,0xbfbbf7cc,0x90ff005c,0x3a000d0b,0x801fff7f,0x7c016fe4,0x09cf06fe,0xaf030540,0xc12fd6fe,0xcff8feff,0xd1f73047,0xfb14758a,0x692f4007,0x9d737bf7,0xc773f1f2,0x8513f020,0xdc00f13c,0xf95f6df2,0x8fbef80c,0x90ff2058,0x3a200d0b,0x701fff7f,0x7c016fe4,0x0a0f03fe,0xaf010530,0xc15fd8fe,0xeff7ff3f,0xcff72044,0xfb04738a,0x99313f47,0xa1738bfa,0xc763eef2,0x8514f020,0xdb01113c,0xf9ff5af2,0x0fbaf7bc,0x8fff105e,0x39f00d0b,0x801fff7f,0x7b016fe4,0x09ff03fe,0xaf030540 +}; + +u32 ANIM_ENTRY_death_explosion_right[] = +{ + 0x007fa0ff,0x783775a7,0xfa006fb4,0xfff8e380,0xc4777ec8,0x1db80ff9,0xfab01282,0x46f383cf,0xabfed070,0xff6fa804,0x1e3702cc,0x5df5aff2,0x3d600203,0x3008ffdf,0xcc009013,0xfdaf88ff,0xc03e02b0,0x01af86fe,0xe8387548,0x10feffd6,0xfe789682,0x346e7f58,0x0eb82ffc,0xfc900c82,0x66e983ff,0xaa00d02c,0x004fa103,0x1dfe013c,0x7efbd02d,0x3e100405,0x700eff8f,0x85015013,0xfd2f6cff,0xd05efe90,0x032f6cfe,0xa83f75e8,0x2afb700c,0xfba87181,0xd46880a8,0x00b82ffa,0xfb601082,0xb6d4844f,0xcd00a025,0x00df9e01,0xfdd5ff0c,0xa0011089,0x3f000808,0xb017fe8f,0x0e02b011,0xfc5f5aff,0xe08dfbf0,0x038f6500,0x085b7818,0x33f5f032,0xf668a180,0xc4668267,0xf1b7dff5,0xf8b01a83,0x26ba84bf,0xc9fd1058,0x00ffa102,0x2ddcfd4c,0xa802f0dc,0x3ea00e0b,0xf020fcfe,0x8a047010,0xfb8f65ff,0xf0affb90,0x027f7102,0xb8897b38,0x33f05039,0xf0f8c180,0x44708397,0xd9b66fee,0xf5e02583,0xb69b853f,0xd3f96055,0x03afa303,0x9e08fccc,0x9302a109,0x3d00130d,0xf026fb2e,0x2606100f,0xfb4f7cff,0xf0b8fbc0,0x009f8405,0x58bd7ed8,0x3aed1036,0xec188780,0xd4858457,0xb9b35fe9,0xf3902c84,0xd6618640,0x6af75fe1,0x09bf9604,0x5e57fd7c,0x76028100,0x3bc0150f,0x1029fa1d,0xfa070011,0xfbffa8ff,0xf0bbfc20,0xff3f8607,0x38e98198,0x3eec101f,0xea685681,0x74c08447,0x88aeefd4,0xed804487,0x65f88891,0x3df8bf81,0x0cdf9b05,0x4ea0fcdc,0x7903d0e9,0x3c701f12,0xa035f9ad,0xea077012,0xfcefd7ff,0xf0c8fc00,0xffaf8808,0xa8f383d8,0x3aeddff7,0xeb986e81,0x05348327,0x40a91f98,0xe2407c8b,0xc57e8c61,0x50f9ff9e,0x0a9fae05,0x7eb4fb0c,0x980320f6,0x3d102614,0xf03cf93d,0xd807d016,0xff2fb7ff,0xf0d0fcc0,0xffcf810a,0xb8f785d8,0x2bf27fd7,0xeb983581,0x65b18166,0xdda0bf46,0xd8e0c391,0x251e9131,0x06f8cfc7,0x08cfa903,0x3ebdfb8c,0xa300e0f8,0x3c701f12,0x7034f94d,0xd907c019,0x00df95ff,0xf0c3ffe0,0xff9f7c0d,0x18f887a8,0x15fa8fd4,0xea37d183,0x36357db6,0x6a952f0d,0xd470f593,0x94fa9380,0x9ff6e00c,0x086fa401,0x4ecefcdc,0x9dff50e4,0x3c00130d,0xf027fa1d,0xf9071019,0x00bfb4ff,0xe0a80280,0xffff7d0f,0xd8e88817,0xf0048fd4,0xe7e77e85,0x16d077b6,0x21881ee0,0xd1911f91,0x250e9130,0x76f9903b,0x09afb201,0x1ec0fd1c,0x99ff90d3,0x3c400b0a,0x401cfb2e,0x28061018,0x006fd1ff,0xd07c0290,0x002f8912,0xc8da8887,0xca0dafef,0xe3b73b85,0x77637216,0x087b8ea7,0xcec1548d,0x653e8dc0,0x73fb0051,0x0d6fc501,0x4ea5fcec,0x97ffe0ba,0x3c400807,0xf016fc3e,0x61052018,0x003fd1ff,0xc0310170,0xffff9214,0xd8df88c7,0xb315d027,0xdff6f385,0xb7de6d56,0x0c70ee82,0xcd11778a,0xe56c8b70,0x7bf9d057,0x118fdc00,0x3e9bfcdc,0xa4ffc097,0x3cc00506,0x9012fd3e,0x9f042018,0x002fd0ff,0xafcc0130,0xff1f9d16,0x98f08987,0x9619d04f,0xddf6be85,0x084268d6,0x0a691e4e,0xcb91aa89,0x35948a00,0x95f9d059,0x11efebff,0xbe9dfcfc,0xbcfeb07b,0x3d200405,0xc00ffdbe,0xbf03a018,0x00afd2ff,0x8f7b0260,0xfe5fa018,0x88f98947,0x73194052,0xdda6a284,0xb88863e5,0xfb63dde5,0xc9c21087,0xd5bb88c0,0x7ffa3071,0x108fe001,0x6e93fcac,0xd2fce08b,0x3c300405,0x700efd1e,0x8c044019,0x014fd4ff,0x8f550440,0xfd6f931a,0xa8fd8697,0x57164047,0xde468686,0x28b15e25,0xdc614d45,0xc812ac86,0x75eb8780,0x74f9c08c,0x117fc302,0x2e96fcbc,0xe2fcc0b8,0x3a900304,0x600bfa7d,0xf706a01a,0x01bff4ff,0x8f5504a0,0xfc1f8f1c,0xa9028287,0x4a12e03d,0xdf16628a,0x58be5a05,0xb9617c86,0xc7136885,0xa60c86d0,0x92f8f080,0x132fbe00,0x4ec4fcec,0xeefd10e2,0x39300102,0xc007f42d,0x3a0c401a,0x01a02cff,0x8f760590,0xfa3f991e,0x89137e57,0x4810603f,0xddc64090,0x18af58c5,0x9c641bcf,0xc6e41c85,0x961086c0,0x9ff8a05d,0x147fc4fe,0xbedefd2c,0xf7fd80f5,0x38900001,0xa004e39c,0x9c1c0019,0x01403aff,0x9f8c0810,0xf88faf20,0x59277b87,0x490e5047,0xdc563495,0x988c5a25,0x80689b55,0xc7249486,0x35fa8760,0xa0f97048,0x14dfbefd,0xfeeafcdc,0xf8fdc0fd,0x38a00000,0xf002b4ac,0x674a3019,0x012034ff,0x9f940b50,0xf82fca21,0xc92e7a67,0x4d0a6047,0xd9b63c99,0x685c5df5,0x6b6e3af9,0xc7a4ed87,0x95cf8890,0x88faa02f,0x135fc1fe,0x7edcfb0c,0xf7fe1112,0x39c00000,0xf002979c,0xab66b01a,0x015025ff,0x9f941030,0xf8dfeb22,0xf9277a17,0x5303202e,0xd6b6579b,0x582a6495,0x6a74aa9b,0xc8654889,0x35a28a00,0x4cfb701c,0x121fd000,0x1e9df83c,0xf1fea131,0x3b000001,0x80048ecc,0xf36f301a,0x01aff5ff,0x9f9d1870,0xf8b01724,0x89287997,0x55016055,0xd586889c,0x47f96c65,0x857a8a39,0xc975a78a,0x957d8b40,0x1efbc016,0x132fdc01,0x3e86f58c,0xe5feb137,0x3b600203,0x00088b7d,0x2072501a,0x016fcaff,0xafb420b0,0xf7a03f26,0x393b7807,0x5c00d085,0xd5d6ba9d,0x17c57205,0xb27dd9e1,0xca85fc8b,0x656b8bf0,0x25fbbff8,0x162fe601,0xae9ef3cc,0xdbfea11f,0x3bf00304,0x900c8a2d,0x3773901a,0x018fb8ff,0xafd020c0,0xf6c04928,0x394b74a7,0x69fc907c,0xd5c6cc9d,0x97ab73f5,0xe27ed9b8,0xcaf6268a,0xb5798b50,0x30fb3fda,0x190ff202,0x9ea5f27c,0xe3ffd110,0x3f800506,0x10108acd,0x2f72f01a,0x01efabff,0xafe21570,0xf490472a,0x197f71c7,0x91f77074,0xd506b09c,0x07ae7166,0x0a7dd9b5,0xcac62a89,0x359f8a00,0x23fa9fda,0x1bdffe04,0x1ea2f2dc,0xf80150e9,0x45c00707,0xa0158dbd,0x0370201a,0x016f9eff,0xafe30930,0xee00512a,0xfa2771b8,0x07f2c067,0xd3a66899,0x87ba6946,0x3c7a09ec,0xca05f488,0x15bb8900,0x1afa6ffb,0x1da00d04,0x4ec5f71d,0x12ffb076,0x4a900a09,0x6019919c,0xd26ca018,0x003f9dff,0xafd90680,0xe5d03e2e,0x5b0e74c8,0x62eb5084,0xd405ee94,0x17ce5d16,0x45715a87,0xc8b55b86,0xd5ee87f0,0x0bfa5022,0x1bd05501,0xaef6fe4d,0x23feefd6,0x4c800e0b,0xa02096ec,0xa167a015,0xfe5fb6ff,0xafd30990,0xe1400637,0xab9575f8,0x0bdd7174,0xd4d58687,0xa7c74c95,0xee612b71,0xc7b47584,0x366e85bf,0xd2fa1043,0x1180b5fd,0x4f0a04ac,0xf9043f47,0x4970130e,0x1027a56c,0x6a599013,0xfd4fe4ff,0xafc80dc0,0xe08fb944,0xab987267,0x93cc8286,0xcf45437e,0x17b141d5,0xdf531b5c,0xc7748b84,0x965e860f,0xa3faa05c,0xff607ff8,0xfedb066c,0x9c0ebefb,0x41701e11,0xe035cfdc,0x5b2f9012,0xfcbff2ff,0x9fb212b0,0xe26f904f,0x6bab69d7,0xf8ee417e,0xfb252485,0xa7eb5396,0x6c5cda1a,0xc915c98a,0xc57f8b6f,0xaffa3059,0xf5100af4,0xfe7801fc,0x4d15af0a,0x38c03918,0x6050e91c,0x9d16b011,0xfc7fe0ff,0x9fa21770,0xe46f9953,0x7c2165f9,0x1bf32f7c,0x05a4d493,0x285066f7,0x4c63d98d,0xcad65596,0xf4d096af,0xb9fa104e,0xf8afbcf5,0x3e2ffafc,0x51144f28,0x35507421,0xd085ee4c,0xc411c011,0xfc6ffcff,0x9f941a40,0xe46fa951,0xcc2d6a29,0xfefb1e41,0xfc247e99,0x489972d7,0xa5634a0a,0xc885dea3,0x1494a26f,0x5efe2067,0xfd4f87f8,0x7e0ef60c,0x970fbf1c,0x3700d42a,0xc0dbeefc,0xcc111010,0xfb7040ff,0x8f7e1b10,0xe3bfc24f,0xcbdc6d3a,0x73106dfb,0xe6c4629d,0x48bf7a17,0xa1634b58,0xc66496a5,0x9491a4ce,0xfe00e080,0xfb3f70fc,0x8e00f29c,0xc60b3f09,0x38814c30,0x8149eecc,0xcb11400e,0xfa3065ff,0x8f661b50,0xe3bfc74f,0xcb9d6c4a,0xc5204e43,0xdaa44ba2,0xe8c97e07,0x8b655b92,0xc6445c9e,0x64b29dbf,0x3eff4075,0xfa0f6afe,0xede3f0ac,0xde0a0f14,0x3881a532,0xf19ceeec,0xd111200d,0xf9f054ff,0x7f4b1d30,0xe54fb951,0xdb89682a,0xff230e71,0xdab442a8,0xe8b87e27,0x76691a94,0xc7255796,0x74ef962f,0xb000d057,0xfaff70ff,0xcdb0ef4c,0xe70b6f4a,0x36f1aa32,0xf1a1ef5c,0xd910b00e,0xfa9031ff,0x7f371f40,0xe7efb054,0xcb8362cb,0x151a9e9a,0xe12484ad,0x58757a37,0x606e09f5,0xc895f391,0xb53191bf,0xcc06203e,0xf95f8201,0x9d88ed6c,0xda0c4f9d,0x34917f31,0xd178eeec,0xd6112011,0xfbf01bff,0x7f3c1e80,0xea8faf57,0x4b735e0b,0x0a167ed8,0xe41512af,0x38047377,0x4b73a9f4,0xc8a5f490,0x3553905f,0x9e016037,0xfadf9d03,0xbd75eadc,0xc80beff5,0x31f15c30,0xb157ecbc,0xc3133013,0xfd2011ff,0x8f5d1bc0,0xec4fb158,0x9b545aca,0xec14bf04,0xe5959eae,0x67b36d27,0x3b79ba1c,0xc845cc92,0x2541921f,0x6cef008b,0x024fae04,0x5d72e89c,0xbd0af044,0x2f514a30,0x1146e95c,0xac167014,0xfe1017ff,0x9f8e1ad0,0xed6fb458,0xfb36587a,0xd1111f2d,0xe815f7ac,0xf7a868d7,0x347f3a44,0xc815a497,0x150c969f,0x39e500a6,0x056faf03,0xbd70e71c,0xb90aa081,0x2d41432f,0xc140e5cc,0x9819f017,0xff9028ff,0xafbc1ce0,0xee4fb858,0x9b29561a,0xc3101f44,0xea9618ac,0x07da65b7,0x1a81ea5f,0xc8058999,0xd4f0993f,0x51e15058,0x007fb102,0xad69e5ec,0xbb0b20b1,0x2c11472f,0xc143e38c,0x8c1c201a,0x01b03bff,0xafcf1fc0,0xef0fbc57,0xab26541a,0xb60eaf46,0xee15f2aa,0x78456236,0xe781ba78,0xc7d57097,0x84f4971f,0xa0ded025,0xfc3faf02,0x3d5de4bc,0xc40ca0d0,0x2bc15630,0x4151e64c,0x9719701e,0x03e048ff,0x9fb12150,0xef5fc056,0x4b3b52da,0xb80dbf42,0xf0a59ea8,0x38d25d86,0xc8800a3c,0xc865ab96,0x44f395e0,0x0ce44034,0xf87faf02,0xbd59e38c,0xc80ed0d3,0x2c316530,0xd160eddc,0xca123020,0x053060ff,0x8f812110,0xef5fbc54,0xcb80525a,0xe10c3f4a,0xf1a534a5,0x195a5746,0xcc7d5a08,0xc915dc98,0x64dd97f0,0x2ceda041,0xf18f9c04,0xed58e28c,0xc31180c0,0x2d617131,0x216bf41d,0x1d0c4020,0x056083ff,0x8f5a1c90,0xeecfaf53,0x2c06531b,0x4d09bf47,0xf1a4c7a1,0x39c45046,0xeb7a8aa5,0xc7c5429e,0x14b99d60,0x27e95048,0xeb6f4708,0xcd5ce22c,0xb81440a5,0x2f916c30,0xf166f79d,0x6f092020,0x057091ff,0x7f391100,0xedcf9951,0xbcbe55ab,0xf6074f48,0xf1e44a9d,0xfa214aa7,0x23783bda,0xc6f411aa,0x8490a970,0x32e43084,0xea4f3f08,0xad67e28c,0xa4161091,0x32114c2f,0xc148f8fd,0xa307d021,0x05f077ff,0x7f4504b0,0xecbf8750,0x4d2a594c,0x7106bf43,0xf153d19b,0x6a754827,0x5e769d73,0xc8827ebc,0x047cba90,0x48e2d0c1,0xedd0aafa,0x6d7de35c,0x8616e07e,0x34611c2d,0xf11cf93d,0xb307b024,0x074036ff,0x8f5c02e0,0xec0f6a4f,0x6d4f5b3c,0xaa07ef55,0xef839b98,0xaa9d4657,0x6d760e4c,0xcbb1abcb,0x547ec9a0,0x89e2108c,0xf31178ea,0x7d7fe4ac,0x6d18c073,0x36f0e52b,0x20eaf91d,0xb007d026,0x08efeaff,0x8f540900,0xeb8f454f,0x0d5d5c3c,0xc4097f76,0xef83a595,0xea984507,0x5e75de9a,0xcdb161d8,0x4490d651,0x0be1f017,0xf8e133e9,0x2d78e66c,0x551b806a,0x3990b127,0x60bcf8ed,0xa8080028,0x0a1f95ff,0x7f4d0f10,0xea8f284d,0xfd4d5d9c,0xcb0a3f98,0xf0d3cf93,0xda7f4497,0x4775aeaa,0xce2152e0,0x34a6de01,0x37e31011,0xfb10ecec,0x3d87e86c,0x441e0052,0x3c508d24,0x109cf8fd,0xab07f027,0x093f35ff,0x7f3f1150,0xe99f164c,0xcd395ecc,0xce092fb1,0xf153f192,0xca674497,0x34758ea1,0xcdc15ae3,0x64b2e111,0x25e5a03a,0xfab0e6ed,0xad9fe9dc,0x3c1fd039,0x3eb08022,0xa090f8fd,0xac07e024,0x074f40ff,0x7f3a0f90,0xe91f084c,0x4d385f4c,0xd6095f9b,0xf1a3f892,0x7a5a44a7,0x27756e94,0xcd4167e3,0xf4b4e1b1,0x13e78057,0xf96110ed,0x1db1e9dc,0x3b211034,0x40308523,0x6095f8bd,0xa608201f,0x048f8aff,0x7f490be0,0xe94f004c,0x5d465efc,0xe20caf50,0xf1c3e993,0x3a564497,0x26758e81,0xccc178e4,0x84b6e240,0xfae85073,0xf7e12fec,0x9db4e93c,0x4922003d,0x41008d24,0x309cf87d,0x9d08501e,0x044f7dff,0x8f630720,0xea1f004c,0xdd5b5dbc,0xeb0b1f65,0xf263da94,0x6a554487,0x2c75ae6b,0xcc418ee4,0x74b5e230,0xdce91074,0xf6f137eb,0xedb2e7ec,0x5822804f,0x40f09024,0x709ef8ad,0xa2083022,0x06af40ff,0x8f7802e0,0xeadf054d,0x6d685c7c,0xeb054f9e,0xf3a3d695,0x6a524457,0x3275be5c,0xcbe19ce2,0xc4ade090,0xb0e71092,0xf77134ea,0xddb3e66c,0x64229059,0x40a09424,0xd0a2f90d,0xad07d026,0x08cf15ff,0x8f8100e0,0xeb3f0b4d,0xfd745bac,0xedfeff91,0xf553d196,0x4a564427,0x3a75ee4f,0xcb91a8e1,0x04a6dee0,0x80e5b0c3,0xf8a129e9,0xedb2e54c,0x6d22b064,0x40309925,0x50a6f8dd,0xa6080028,0x09ff13ff,0x9f890150,0xeb3f0b4e,0xad8b5b7c,0xff003f7d,0xf563bc96,0xea734427,0x46762e79,0xcca180df,0xc4a1ddb0,0x67e6a0f7,0xf96126e9,0x4da8e47c,0x7923106d,0x3fc09f25,0xd0abf88d,0x9d084028,0x09df3aff,0x9f8f0370,0xeb5f0b4f,0x6da15b5d,0x0e055f75,0xf3a3a196,0xeaa14467,0x53766ec7,0xcf3137de,0x949cdc90,0x63e8111f,0xf9812ee8,0x6da4e3ac,0x7b23d06f,0x3f309f25,0xd0acf87d,0x9a085027,0x08ff7fff,0x9f960590,0xeb3f104f,0xfdac5b5d,0x1106ef5c,0xf333a296,0xcaa744c7,0x5e769ed5,0xcfd129de,0xb49ddcb0,0x6fe9d10c,0xf98121e7,0xfdabe2ac,0x74248067,0x3eb09e25,0xc0abf88d,0x9b084026,0x086fc4ff,0x9f9a0690,0xeadf1650,0x3daa5bad,0x0b081f58,0xf333a996,0x8aa144d7,0x64772ed5,0xcfe129de,0xe49edcd0,0x88eba0ca,0xf9b114e7,0xddbae1ec,0x6b24c05c,0x3e509b25,0x70a8f8cd,0xa5081026,0x08bfe8ff,0x9f930640,0xea8f1a50,0x4daa5bfd,0x09089f4f,0xf4d3a796,0x1aa54497,0x6b774ee7,0xd0b119dd,0xb49bdba0,0xaced608a,0xf9b122e7,0xbdd2e14c,0x5e25204e,0x3e309024,0x409ef92d,0xb307c028,0x099ff5ff,0x9f8c04e0,0xea6f1c50,0xedb65c0d,0x0706ff47,0xf6b3aa95,0x7aa74437,0x6d770ef5,0xd1710bdd,0x0499daf0,0xddefa064,0xf9a122e6,0xeddfe09c,0x4f251049,0x3d908422,0xd094f98d,0xc1076029,0x0a1ff0ff,0x9f8803e0,0xea2f2051,0x9dbf5c2c,0xfe050f54,0xf883b294,0xfaa643d7,0x6c76cf00,0xd21102dd,0xc49bdbc1,0x07f1e04e,0xf9b10ce6,0x8deedffc,0x3d24f045,0x3cd07921,0x708af9dd,0xcc072028,0x09efd9ff,0x9f870320,0xe9bf2251,0xadbe5cac,0xfa049f54,0xfa43b494,0xcaa843b7,0x6f76bf0a,0xd2a0f8de,0x249cdc11,0x09f30044,0xf9b10ce6,0x8e03df9c,0x2e24b03c,0x3ca07120,0x5083f9ed,0xd0071026,0x089fb7ff,0x9f8902e0,0xe93f2251,0x6db95d5c,0xfc047f4c,0xfb33b494,0xbaa843a7,0x7676af0c,0xd2a0f6dd,0xf49bdbe0,0xeaf53047,0xf9311ae6,0x9e0edffc,0x2e245032,0x3cb0691f,0x307cfa0d,0xd4070024,0x07af9eff,0x8f830330,0xe8df2551,0x5db15dcc,0xf4035f53,0xfb73b994,0x6aa24357,0x78766f06,0xd250fcde,0x949ddc80,0xc8f85051,0xf88115e6,0xbe18e04c,0x2923902b,0x3c70611e,0x1075fa1d,0xd706e023,0x072f90ff,0x8f7d03e0,0xe86f2651,0x7daa5e2c,0xe8022f64,0xfb13be94,0x0a994307,0x76761f04,0xd230fede,0x549cdc50,0xb9f9205a,0xf7d115e6,0x6e1de08c,0x25231026,0x3c205b1d,0x2070fa2d,0xd806e023,0x06ef89ff,0x8f7e0480,0xe80f2651,0x6da25e9c,0xe2033f5d,0xfac3c093,0xfa924307,0x7475cf03,0xd220ffdd,0x4499db40,0xb5f8c05b,0xf70123e6,0x0e1ee09c,0x2722d01e,0x3c005a1d,0x0070fa2d,0xd906d022,0x061f8dff,0x8f7e04c0,0xe7af2651,0x5d9b5f0c,0xdd059f4e,0xfac3c493,0xba894357,0x74756f03,0xd220ffdc,0xc497dac0,0xb7f8805b,0xf69123e5,0x3e1ee0ac,0x2c22a018,0x3bf05b1d,0x1070fa3d,0xda06d021,0x05ff96ff,0x8f7e04b0,0xe75f2651,0x8d9a5f4c,0xd9034f71,0xf933c693,0x9a834387,0x75755f00,0xd1f101dc,0x7496da70,0xb6f8d05e,0xf61121e4,0xfe26e09c,0x28227015,0x3b90591c,0xd06ffa4d,0xda06c022,0x064fa3ff,0x8f7e0460,0xe71f2351,0xbd9d5f8c,0xdc022f6b,0xf793c693,0xba7e43a7,0x78758efd,0xd1d104dc,0x1496da10,0xb0f88062,0xf5a125e5,0x9e33e07c,0x23228014,0x3b60591c,0xc06efa4d,0xdb06b022,0x062fb3ff,0x8f800400,0xe6ff2151,0xdd9e5f9c,0xdd033f54,0xf6e3c893,0x9a7943c7,0x77753f01,0xd20100db,0xd494d9d0,0xadf7c05b,0xf5b11ee6,0x6e3de04c,0x2122a015,0x3b405a1c,0xf06ffa4d,0xda06c022,0x061fc1ff,0x9f8603d0,0xe6ff1d52,0x0da45fbc,0xe3050f37,0xf5c3ca93,0x6a7443c7,0x79750eff,0xd1e102db,0x5493d960,0xaaf8405a,0xf5a11be5,0xde42e01c,0x2322c01a,0x3b205c1d,0x4071fa1d,0xd306e022,0x065fc9ff,0x9f8f03f0,0xe70f1a52,0x3dae5fbc,0xec037f48,0xf3f3d493,0x6a6443d7,0x80754eec,0xd0f114db,0x2493d930,0xadf80060,0xf5311ee4,0x7e46dfec,0x2522e022,0x3b005e1d,0xa073f9fd,0xcc070022,0x065fd2ff,0x9f8e0400,0xe71f1952,0x4daf5f9c,0xed03bf6b,0xf403e793,0x3a4c43b7,0x84755ed2,0xcf912cdb,0xa493d9b0,0xbbf6e06a,0xf5811be5,0x3e50df7c,0x1d22e02c,0x3af0631e,0x6077f9cd,0xc2072021,0x05cfdcff,0x9f8f0440,0xe75f1b52,0x3dac5f7c,0xea056f73,0xf543e792,0xda5143e7,0x86752ed2,0xcf912ddb,0xe494d9f0,0xaff6506e,0xf5c111e5,0xbe5adf2c,0x1622b038,0x3ad0691f,0x507df97d,0xb4077020,0x04ffdfff,0x9f9604c0 +}; + +u32 ANIM_ENTRY_death_explosion_forward_right1[] = +{ + 0x021fa100,0x2fe00460,0x1800b02d,0xfe609503,0xdc3701f0,0x33384fea,0xf3902b80,0x38b97d8f,0x7bfb401f,0x07a04802,0x1eec024c,0x11fad01c,0x3b1fffff,0x4ffeffef,0xdf005fe1,0xfd3fce00,0xe01f0480,0x021fa100,0x3fe40450,0x1800602f,0xfed09703,0x9c35ff8f,0xf9398feb,0xf3d02a80,0x08857e3f,0x79fb501e,0x03cfc105,0xceee023c,0x10fa9021,0x3acfffff,0x3ffdffef,0xd4007fe3,0xfdafd700,0xd02204f0,0x02bf9f00,0x4fdf0440,0x1bffe039,0xfed09003,0xbc33fe4f,0xcb3b5fea,0xf3802b7f,0xe8267f7f,0x73fbd012,0xfcdef40d,0x7ef001bc,0x11fb502f,0x3a9fffff,0x7ffeffdf,0xcd008fe8,0xfd5fe100,0x80260550,0x036f9cff,0xdfd804d0,0x18ff3032,0xfef09904,0x3c48ff1f,0xa33bafea,0xf3902b80,0x57ad811f,0x4efb400d,0xfe0ec515,0x6ec3020c,0x1afe2016,0x3c6ffffe,0xfffdffff,0xf0002ff0,0xfcafc2ff,0xd02f04c0,0x04dfad00,0x2fcd0490,0x13fd4023,0xfdf0c004,0xbc5dfd1f,0xae3c6feb,0xf4402980,0xf760822e,0xf5fbc022,0xfdce4a15,0xaea5008c,0x1d034022,0x3cdfffff,0xbfffffef,0xdd006ff7,0xfc3fa9fe,0x80600300,0x05bfcd01,0x7fdf0260,0x0ef8002a,0xfbd0b103,0x6c6dfc50,0x1a3b6ff2,0xf7001e81,0xb71d832e,0xd4fb3003,0xf9fe3f11,0x4eb4ff0c,0x1a07e056,0x3bd00101,0xd005ff4f,0x6e01bffe,0xfb5fa0fd,0xe0ab0090,0x05efe002,0xb0110060,0x09ef6037,0xf9b05f01,0x0c8efcd0,0x7f320ff6,0xf8e01883,0x66b184ff,0x20f9dfb8,0xf62ee60e,0xeeb4ff0c,0x1c0bd0a5,0x3b400203,0x0008fd5e,0xbd041005,0xfabf86fe,0x50d1ff30,0x066fda03,0x1046ff40,0x0ae63030,0xf7ffed00,0x3cc0fae0,0xc4247ff1,0xf6102185,0x864c86ff,0x8bfa4f8e,0xf2ef100d,0x3e9f001c,0x270f40f0,0x3cb00102,0x6006face,0x2e069008,0xfb2f70ff,0x00e50160,0x07efd103,0x106efe50,0x13df6022,0xf7ffad01,0x6cfcfa71,0x1e1a2fdd,0xef603a8c,0x158d8caf,0x9efa4f98,0xf38efa0b,0xfeaa009c,0x3511d12e,0x3f400001,0x6003fa3e,0x19070009,0xfc2f74ff,0x81030360,0x0a0fd703,0x908efdc0,0x24dc2005,0xf8df8901,0xbd4ffad1,0x83140fbc,0xe7b05c99,0x34e898af,0x90f8efb8,0xfa0ebc08,0xbedc002c,0x4612a162,0x40e00001,0x3003fbbe,0x5b05a009,0xfc8f84ff,0x60fb0370,0x0b6fe904,0xf0b6fca0,0x2ddbdfe5,0xfa5f5200,0xcdc7fd71,0xcf11cf8c,0xdfc086a1,0x54b9a05f,0xadf92fdd,0x006eaa06,0xaf06ffec,0x5611f18e,0x40d00101,0xd005fbde,0x57058009,0xfc0f75ff,0x10e70410,0x0b200007,0x00ecfad0,0x2ddfbfd6,0xfa3f03ff,0x7e540382,0x03133f57,0xd910b3a4,0x04a9a31f,0xa4fac01d,0x011eb308,0x4f1c011c,0x620fb19d,0x3f200102,0x7006fa2d,0xfc070009,0xfc5f3aff,0x910704b0,0x0ac02709,0xd10cf810,0x21e81fbc,0xf7ceaefc,0xbee008c2,0x04151f44,0xd6f0c4a1,0xc4a5a10f,0x67fb807c,0x016ea808,0x2f3b027c,0x6c0ca174,0x3d300102,0xf008f95d,0xe107b00a,0xfdff0000,0x312d04e0,0x0bb0490c,0xa104f580,0x16f2dfaf,0xf43e72f9,0x6f580cd1,0xec169f3a,0xd5c0cd9f,0xb4a49f1f,0x65fc70d1,0x047ea207,0x7f5e01fc,0x770a315b,0x3bc00304,0xc00df90d,0xd507f00a,0xfe5f3800,0x713e04d0,0x0cb0520f,0xb0fbf4af,0xfcfd8fb8,0xef4e48f5,0x9fc21111,0xf319bf19,0xd310ea9e,0x74a69def,0x8ffbb0db,0x08fe9705,0xbf40025c,0x790a513f,0x3b300405,0x600ef95d,0xdd07b009,0xfd0f8c00,0x312f0380,0x0d505313,0x90fef41f,0xcd064fdb,0xea8e28f1,0xd0200da1,0xac1b0ecf,0xcf212f9c,0xe4ac9c5f,0xb3fa10b6,0x0e2e9303,0xcf01038c,0x760a6111,0x39e00304,0x800cfa3d,0xfe06f009,0xfbefafff,0x40f60190,0x0e206418,0x0104f1cf,0x920cc02f,0xe7be23ef,0x705e0601,0x601c8e31,0xcab1c69d,0x64a99cef,0xb7f900a2,0x121e9502,0x7eeb03cc,0x7a0980f0,0x37d00203,0xb00afabe,0x11067009,0xfb7fc0fd,0xe097ff50,0x0f507b1b,0xd10df12f,0x68128071,0xe4fe22eb,0x30800431,0x871fed2f,0xc7d2c29d,0xb4a69d3f,0x9ff760a3,0x160e8400,0xbeed030c,0x9006d0e6,0x35a00203,0x2008fa5d,0xfc06c009,0xfbefcafc,0x9036ff50,0x1030851e,0x9117f31f,0x4f16f085,0xe2fe20e5,0x708d0741,0xd5248bfb,0xc6e3f19b,0x24b39abf,0x83f730a1,0x1a3e75fe,0x7ef3023c,0xb60470f7,0x34300102,0xd007f84d,0xa908900a,0xfd2fe4fb,0xf0090220,0x10008721,0x7134f4df,0x27177078,0xe4ee29e0,0x40820d12,0x1229eb1f,0xc724ca95,0x84d9955f,0x66f9408b,0x1d7e85fc,0x3f1101ec,0xda030108,0x33100203,0x3008f32d,0x2c0d200a,0xfd7016fc,0x001005d0,0x0f708724,0x8159fe2f,0x17197ff0,0xea5e1ad2,0x90951162,0x102d4af4,0xc754f490,0xb50a90cf,0x5bfac08a,0x1f7eb1f9,0xbf2d01cc,0xfa011113,0x31e00203,0x5008e70c,0xaf18a009,0xfd0049fc,0x50230a60,0x0f008f28,0x118e088f,0x22197f67,0xeb1df6c2,0x00cc1341,0xb62cab43,0xc744a58e,0x452c8e9f,0x5ffa0096,0x1f6edbf7,0xbf4400ed,0x13fe0112,0x30700203,0x4008c45c,0x663aa009,0xfca06dfc,0x70310ea0,0x0ef09f2b,0xf1bd094f,0x1117df81,0xe61cb3b9,0x221016a1,0x842e7b74,0xc784738d,0x25418d8f,0x60f9c087,0x255f1aee,0xff63ff0d,0x25fa610c,0x2f000203,0x40089fec,0x895ea009,0xfca07ffc,0x401f10f0,0x0f70a42f,0xf1da059e,0xe2145fc5,0xe3cc31b3,0x527e21e2,0x323f7bab,0xc7c43a8b,0xd55d8c6f,0x6afaa075,0x359015df,0x1f69fd2d,0x2cf7d110,0x2d600102,0xf007928c,0xce6ba009,0xfcc071fb,0xbff81530,0x0fe09b33,0xb1ed01de,0xaf0ec003,0xe28bffae,0xd2994692,0x746f5c45,0xc833a189,0x95938a5f,0x7afa406c,0x47c0e5e1,0x9f5bfc0d,0x2ff6a10f,0x2c200102,0x60068d1d,0x0870d009,0xfcf051fb,0x6fdf1b40,0x10908537,0x31f0006e,0x8909302c,0xe0fc0bab,0x22884631,0xe176dd34,0xc9a2b687,0x35d8884f,0x93f8c068,0x58809fe9,0x6f52faad,0x31f620f3,0x2c900103,0x10088b3d,0x2572a009,0xfc8050fb,0xbff81f30,0x1160773b,0x11fc00ee,0x7705b02e,0xe18c4aa7,0x326b48e1,0xd46cbded,0xcc020287,0x95cb889f,0xc0f7d053,0x58f013e6,0x5f45f86d,0x33f5a0bd,0x2f000305,0x100d8cbd,0x0f712009,0xfbe05cfb,0xf0081f40,0x0e40863e,0xd26202be,0x7c030016,0xe30c9ba5,0x325d4bf2,0x005f8e42,0xcda1b28a,0x05a48ad0,0x08f8d02f,0x56d02ce4,0x9f58f90d,0x3cf6a041,0x33b00607,0x9014961c,0xb4682009,0xfb6051fb,0x1fc71db0,0x05909041,0x2314065e,0x95ff401c,0xe51cc5a7,0x527248b2,0x2358de37,0xcd11bc86,0xb6598820,0x56f98028,0x5620b8e0,0xff8cfe9d,0x52f8af82,0x39100b0a,0x801bb58c,0x61497008,0xf9e04df9,0x9f5b1970,0xfad06842,0xc3ce0aee,0xd6fca032,0xe65ca6ac,0xf2404052,0x3b51ad71,0xc9b27c82,0xb71a8450,0x3bfc3fff,0x78e23ef1,0xafcb062d,0x65fb2ebc,0x3cb01710,0x602be00c,0x7b1f9007,0xf84071f8,0x8f130e70,0xf2d02344,0x945b0bcf,0x51fcf016,0xe8ac8cb1,0xc16d36d2,0x4746ed77,0xc9927782,0x471583ee,0xaffc4ea2,0xa6922414,0x8fe00aad,0x61fe7e25,0x3e40361a,0x104bee6c,0xbb11a006,0xf7e075f8,0x8f110650,0xeeefed45,0xc49609bf,0xc0fb7013,0xf0ac43b4,0xb14632a2,0x3e41be5a,0xcd119c81,0xe718836d,0xa2f34d9e,0xab11b513,0xcfc50a5d,0x5100ddcf,0x40207124,0xa080f2cc,0xe10d7007,0xf90051f8,0xdf290910,0xed3fb647,0x14a60930,0x03f41068,0xfacb94b7,0xf22730c2,0x30421eca,0xd0313381,0x872882ed,0x8ae92dc5,0xa271ac0e,0xcf80080d,0x3e042d9e,0x40c0c62c,0xa0cdf49c,0xf50ba007,0xf9c044f9,0x7f540e80,0xec0f9f48,0xb4a408d0,0x18e83141,0xfbda64ba,0x139d28f2,0x2d401eeb,0xd1311480,0xe761820e,0xc8e09d6c,0x9f31920e,0x1f4804cd,0x1e049d78,0x41711630,0x9117f64d,0x0e0a2007,0xf8b04ffa,0x5f930fa0,0xeb4fa14a,0x949607a0,0x3ae2d194,0xf6ba71bb,0xb3dd1fe2,0x2f3c9f2b,0xd500da80,0xd76181f0,0x60d80ce2,0x9c71760c,0xbf2a01cc,0xf002bd5d,0x42312230,0xa121f82d,0x3a085006,0xf75045fa,0xdfb40e50,0xeb7f9c4c,0x24860700,0x7ae6c16c,0xf59b77bd,0x83261522,0x36376f58,0xd950b281,0x37388270,0xb6d0dd58,0x91f17605,0x8f0affcc,0xca024d4f,0x4170f02d,0xf0f4f9bd,0x6a06f006,0xf72016fb,0x0fc30de0,0xec4f9c4d,0x746406c0,0x81ecd156,0xf5a807be,0x56b50f22,0x4c363f5d,0xdaa0af81,0x771882d1,0x1bcc8e42,0x88d167fe,0x1ee9fdec,0xab025d51,0x4020c02a,0x60c8facd,0x9a05f008,0xf9dfdefb,0x1fc60d70,0xed6f9b4e,0xb42b0790,0x63f35161,0xf72705ba,0xd7d50a02,0x69352f53,0xda30b881,0xc6f88320,0xa7c9cfce,0x86415afb,0xdebdfc1c,0x94038d5d,0x3df0a728,0x10b2fb8d,0xc205500a,0xfd2fb3fb,0x1fca0bb0,0xee6f9c4f,0xd4050990,0x7df8d143,0xfa66c8ba,0xf8460592,0x85343f4a,0xd9b0c082,0x26d5839f,0x3acd71b6,0x84814cf9,0x4e90fa3c,0x84057d6b,0x3af0aa28,0x20b4fbed,0xdf04f00a,0xfe0f98fb,0x4fd60910,0xef1fa450,0xd3f10ab0,0xa2fbb125,0xfd85c8bc,0x29680362,0x9f350f45,0xd960c582,0x86b483fe,0xe2d4625e,0x80e13bf5,0xee76f7ec,0x71080d77,0x37a0c42a,0x20ccfc2d,0xf404c00a,0xfddf8afb,0x5fdc07c0,0xef9fba51,0xa3eb0a70,0xd4fcc0f4,0xff7329bb,0xbc0f0262,0xb3368f43,0xd940c683,0x068d847e,0xbfd9e284,0x7dd13af3,0xee72f53c,0x570b4d82,0x3460f32d,0x20f7fc4e,0x0404b00a,0xfe7f83fb,0x3fd40820,0xefcfd152,0x03e40a10,0xd4fcd0e1,0x00c2b1b8,0x5c8d0222,0xbd382f4e,0xda20bd83,0xc65d852e,0x5dddb289,0x7a7130f1,0xde72f34c,0x410f2d8a,0x31612a2f,0xc129fc8e,0x1604800b,0x003f79fb,0x1fc70790,0xefbfdd51,0xa3ec09e0,0xdbfc80cd,0x00e260b4,0x2ce30292,0xc039bf5f,0xdb80ae84,0xd621861d,0xf1e05265,0x746116ee,0x5e6bf22c,0x3a13dd95,0x2e416731,0xf163fcce,0x2a04400c,0x01ff79fb,0x1fc804a0,0xefbfdb50,0xc3f70a20,0xebfd00ca,0x023218af,0xdd300312,0xbd3b2f6d,0xdc80a186,0x35e1874d,0xa1e2b21d,0x6da0fde9,0x2e59f18c,0x3f197dad,0x2a41a533,0x819dfd0e,0x3c04100d,0x030f7efb,0x5fda0070,0xefdfcf4f,0xb3fa0b00,0xeffe30de,0x04e1e2ac,0xdd690372,0xb33c7f6e,0xdc10a087,0xe5a188bd,0x76e401c2,0x6c4117e6,0xde44f15c,0x401cadd3,0x2631d134,0x31c7fcee,0x3604200e,0x042f82fb,0x9fee0220,0xefefcb4e,0x13f50af0,0xf1ff50eb,0x05d1aaab,0x2da00482,0x9c3e0f61,0xda60ab8a,0x355e8acd,0x6ee4a159,0x70c152e7,0xfe42f0fc,0x351a8de9,0x25420735,0x11fbfc6e,0x1304a00e,0x04ff8afb,0xaff309b0,0xefcfc44b,0xf3ec0a60,0xfd00b0f8,0x06916aaa,0x8dd805f2,0x813fcf45,0xd790c38d,0x85198dcd,0x97e520e0,0x75512de9,0xce46f0bc,0x31176de5,0x27124135,0xd233fbfd,0xfb05000f,0x060f79fb,0x8fea0e00,0xef6fb149,0xe3e60a01,0x0d029108,0x07e126ab,0x0e100592,0x72404f0f,0xd370f492,0x74d7927d,0xd9e5106b,0x7680d4e8,0xee4bf14c,0x2c16edd6,0x29a23b35,0xc22cfc1e,0x0404f010,0x07af3bfb,0x7fe20d00,0xef9f9348,0xb3da0a71,0x13048112,0x07f0ecac,0xae4803a2,0x713f0eb9,0xcf21449a,0x349e99ee,0x13e4f022,0x76809ce6,0xae55f1bc,0x15184dce,0x2a21ff35,0x11f3fcae,0x2c047011,0x08ceedfb,0x1fc80bc0,0xf11f6748,0x43bc0c31,0x0f07211c,0x0800c3af,0x6e7d0202,0x763dfe34,0xcb61c2a8,0x9470a7fe,0x4fec6000,0x77e088e5,0x2e4ff11b,0xfd19cdf7,0x2831b033,0xa1a7fcde,0x3d045010,0x083eaffa,0xefbc0cd0,0xf33f4247,0xa38b0dc1,0x070a9126,0x08c099b2,0xcebf0142,0x7c3e1d6a,0xc8b286c0,0xf45cc02e,0x76fb6fec,0x79b088e4,0x0e4aef7b,0xf01a6e3f,0x27c19332,0xe18cfc3e,0x2104e00e,0x04feabfb,0x1fc80da0,0xf57f2c47,0x43530f10,0xf80d912e,0x09905fb5,0xbf1a0012,0x823e2c7e,0xc7636ed3,0x0465d20e,0x7ffe5fee,0x79909ee3,0x1e4aed2b,0xe819fe82,0x2741a333,0x319bfb7e,0x0705900c,0x00becdfb,0x2fcd0f20,0xf74f1d47,0x332b1080,0xeb0eb131,0x0a1028b7,0x3f73ff12,0x843e2c19,0xc713d3da,0x0470d8ee,0x81fdd00b,0x7910c2e2,0x6e46eb3b,0xe7193eb5,0x2661bc33,0xb1b2fafd,0xf606100a,0xfd8ee3fb,0x2fcb1160,0xf79f1747,0x03271130,0xed0f612c,0x0b000bb7,0x7fa3fd72,0x873dfc6b,0xc71382dc,0x9475db6e,0x8efdb02a,0x7900eae1,0xfe38eb7b,0xf1197ecb,0x2641c233,0xd1b8faad,0xe8066009,0xfc3ee8fb,0x1fc81290,0xf76f1a47,0x43271120,0xe410512b,0x0c5007b7,0x8fabfa92,0x8d3cccae,0xc73340dc,0x1473dafe,0xbcfd3013,0x784139e0,0x7e23ec7b,0xf9195ecf,0x2621bf33,0xc1b5fa7d,0xdf069009,0xfb8eecfb,0x0fc51310,0xf75f2547,0xe32110d0,0xcb104136,0x0db01fb8,0x1f9af852,0x933bacba,0xc71336d9,0xf46fd8de,0xe6fd7fec,0x78e153df,0x3e0eecab,0xff185ed0,0x2591cf34,0x21c5fa5d,0xd906a008,0xfb5eedfb,0x0fc113c0,0xf78f3048,0x831c10c0,0xb70f313d,0x0ea053b8,0xcf79f672,0x9a3abcd9,0xc72317d7,0x246ad61e,0xdd005fdc,0x7ba104e1,0x9e01ec8b,0xff178ed9,0x2531d734,0x41cdfa3d,0xd206c009,0xfbfef0fa,0xefbc1450,0xf7df3949,0x131710a0,0xa40e8144,0x1040a4b9,0xdf3bf452,0x9b398d39,0xc792b9d5,0x8467d47e,0xb0ffbfda,0x7ca107e1,0x2dfeec6b,0xf9178ee5,0x2561d034,0x11c6f9fd,0xc8070009,0xfc1f02fa,0xffbd1400,0xf82f3d49,0x831310c0,0x950e514b,0x12a124ba,0xdecef2a2,0x99386d71,0xc7f282d3,0x9464d29e,0x94fdcfe8,0x7be144de,0x9df7ec4b,0xf6180ef5,0x25d1c833,0xe1bef99d,0xbb075009,0xfc1f18fb,0x0fc61300,0xf88f3e4a,0x03151180,0x8e0d3146,0x1291b2bb,0x0e55f0f2,0x96375d89,0xc8326ad2,0x2463d13e,0x98fccff7,0x7be144de,0x9dedebcb,0xf5179eff,0x2571d734,0x31ccf9ad,0xbc074009,0xfc5f2afb,0x0fc31340,0xf8df404a,0x93171200,0x850bf144,0x11b248bb,0x0dd1ef42,0x93364d86,0xc8326dd2,0xc463d1de,0xb0fca008,0x7be144de,0x9dedeb5b,0xec179f09,0x2541d534,0x31caf9ad,0xbd074009,0xfcaf3efa,0xffbf1360,0xf91f4e4a,0xd3181190,0x7c0ba14c,0x1202deba,0xdd49eda2,0x90353d61,0xc7e292d2,0x8463d18e,0xcbfc800c,0x7be144de,0x9df7eaab,0xe1176f0d,0x2591de34,0x71d4f98d,0xb9076009,0xfcbf51fb,0x0fc11310 +}; + +u32 ANIM_ENTRY_death_explosion_back2[] = +{ + 0xff7f9dff,0xa004073f,0xec011fde,0x01900505,0x4c2274c8,0x6fbefff7,0xf7001700,0xe0c10201,0x63fe3013,0x08401ef8,0xfedf052c,0x10f48f91,0x3e800000,0xe0030010,0x1dffaff1,0xfadfc900,0x00420420,0xff2f9dff,0x8007073f,0xf0010fde,0x01d00a05,0x4c227488,0x72bf0ff7,0xf7001700,0xf0c70211,0x61fe5012,0x08601ef8,0xeee6056c,0x13f3ff8b,0x3ed00000,0xf0030010,0x1eff9ff1,0xfaffcf00,0x00420430,0xff2f9cff,0x7004073f,0xf2009fde,0x01900f05,0x6c2474a8,0x70befff7,0xf6f01700,0xe0c50201,0x5dfea012,0x08501bf8,0xfef2057c,0x15f43f8b,0x3ed00000,0xf0030010,0x1dff9ff0,0xfb4fd400,0x003d0400,0xff7f9cff,0xcffa071f,0xec007fde,0x01700c05,0x6c247508,0x70beeff7,0xf7001700,0xe0c20201,0x5ffe6010,0x08301af8,0xfeee051c,0x10f4cf92,0x3e600000,0xf0030010,0x1eff9ff0,0xfb3fcd00,0x103603c0,0xff5f9aff,0x9ffa071f,0xf1006fdf,0x01700d05,0x5c247538,0x6ebedff7,0xf7201600,0xe0c001f1,0x5ffe700b,0x08301cf8,0xeee8053c,0x13f49f8e,0x3eb00000,0xe0030010,0x21ff9ff0,0xfb3fce00,0x10350390,0xfebf98ff,0x3003072f,0xfa008fe0,0x01601405,0x4c257588,0x6cbeaff7,0xf7201600,0xd0be01f1,0x5afef005,0x08401ef9,0x3eea05dc,0x18f62f80,0x3f200000,0xe0020010,0x26ff8ff0,0xfb1fd3ff,0xe0350310,0xfdaf96ff,0x00130710,0x03010fe8,0x01601804,0xec2476a8,0x68be4ff7,0xf7401600,0xd0bb01e1,0x5dfeb003,0x08401af9,0xbef8069c,0x1cf85f70,0x3f400101,0x40040010,0x26ff8ff1,0xfb0fdeff,0xa0390330,0xfc5f94ff,0x00230690,0x0a01fff3,0x01302604,0xac2478c8,0x62bdbff7,0xf7001600,0xd0bb01e1,0x5fffc00f,0x07f00efa,0x2f0a06fc,0x1df9cf66,0x3f300102,0x40070000,0x1affaff0,0xfb0ff1ff,0x603e0380,0xfaef96ff,0x702e05d0,0x07035001,0x00e02c04,0x0c277a98,0x54bceff6,0xf6401800,0xd0c001f1,0x7300e00f,0x08e00ffb,0x1f11064c,0x19fb7f69,0x3e900404,0xa00f0000,0x02fffff1,0xfaaffaff,0x303f0350,0xf9df97ff,0xd03905a0,0x0404a00f,0x01001201,0xbc2b7a08,0x35bbfff4,0xf5301b00,0xe0c80201,0xaa00afeb,0x0cb037fc,0x6f0d033c,0x1cfeaf89,0x3de00e09,0xb020ffdf,0xd0009ff4,0xf97ff9fe,0xf04401f0,0xf94f97ff,0xa03a0690,0x0404e013,0x014ff8fe,0xbc3f7798,0x05ba7ff1,0xf3601f00,0xe0c90201,0xd100efbc,0x0fd04cfe,0x1efefd7c,0x30025fd4,0x3d702612,0x003eff3f,0x7301dff8,0xf78ffdfe,0x704f0250,0xf81f8eff,0xb037088f,0xfe04b00b,0x021ff1fb,0xac6c7557,0xcfb73fee,0xf1a02400,0xe0c401f1,0xd801bf90,0x102026ff,0xcedaf7cc,0x4d04902a,0x3d004c1a,0xb063fdfe,0xf9037ffd,0xf5502bfe,0x80520260,0xf56f9300,0xb0380a4f,0xe805cff7,0x031feef7,0xacb47277,0x9ab19fed,0xf1202500,0xc0b801d1,0xdc015f74,0x10502901,0xeeaff3ec,0x6304d04b,0x3bb07921,0x808bfcee,0xaf04a000,0xf42066fe,0x805202d0,0xf26fad01,0x20330a5f,0xd206fff0,0x037fd9f2,0x0d076fc7,0x65aa5ff0,0xf2602100,0xa0ad01a1,0xd3008f96,0x0fa04701,0x3e87ef7c,0x89038047,0x3a80b427,0x70befc7e,0x98051001,0xf37089fe,0x50410230,0xeeefcb01,0x303209bf,0xc1080fef,0x036fb6ec,0x9d586ed7,0x3fa2fff2,0xf3401e00,0xd0c601d1,0xc5004ffb,0x0cc04bfd,0x0e76eb1c,0xab02502f,0x3980ea2b,0x70effc6e,0x99051003,0xf2b0a4fd,0xd01c0130,0xeacfe701,0x803a0a1f,0xa70a1fe5,0x040fb5e8,0xcda66ef7,0x349c2ff1,0xf2601f01,0x20f20241,0xabff8034,0x0a004bfa,0xbe6ae83c,0xbb014ff9,0x3830f82c,0x50fbfd1e,0xc1047005,0xf1f0d4fd,0x0fda0130,0xe6dffe01,0xb046097f,0x8e0c5fee,0x049f99e5,0xfdf46fd7,0x1596afee,0xf0e02201,0x711a02a1,0xb2fd8002,0x095061f9,0xee5ae61c,0xc600cfc2,0x36e0eb2b,0x90effdfe,0xfd037007,0xf0f101fb,0xbf730170,0xe3400d01,0x405508df,0x7e0e3ff7,0x050f70e2,0x8e2b7076,0xf2929fed,0xf0002401,0xc13c02f1,0xd1fcefd7,0x08a083f8,0x6e52e3dc,0xd6ffbfbd,0x35c0d92a,0x70dffdfe,0xfb037006,0xf160f6fa,0x8f1a03a0,0xdfc00e00,0x706a0adf,0x7a0f7fdc,0x061f75dd,0x1e386e06,0xe58f9fee,0xf0402301,0xd1490311,0xd3fdbfe5,0x08709af6,0xee45e1fc,0xf3ffdfe0,0x3540bc28,0x20c5fcfe,0xb2049003,0xf2a0c9fa,0x6f150660,0xdbe010ff,0x608c0c6f,0x7d107fc0,0x074f8ad7,0x9e276b26,0xd38dffef,0xf0d02101,0xd14b0311,0xe0febfea,0x08e0a1f6,0x3e3ee0ac,0xfb000016,0x34b09324,0x30a1fa8e,0x3406d004,0xf270b1fb,0x0f430750,0xd77015fd,0xc0b90c0f,0x8611bfb8,0x087fa6d3,0x8e1c6ae6,0xba8ddff1,0xf1901f01,0xe1520321,0xe5ff2ff5,0x08d099f6,0x3e4bdfec,0xe9fdf042,0x33906f1f,0xc082f73d,0xbe09a007,0xf100a3fb,0xbf750670,0xd2c009fc,0x60ed0c2f,0x99127fb1,0x097fddcf,0xddfd6bd6,0xae8e8ff1,0xf2101e02,0x21670351,0xd5fec017,0x08d086f6,0xee54e01c,0xe3fbc065,0x32c0551b,0xc06bf46d,0x770c2008,0xf0d076fc,0x5fa40450,0xce5ff6fb,0xc11b0bef,0xab137fb7,0x0a1019cd,0x6db26d16,0x928f4ff1,0xf1d01f02,0x41730371,0xdafdf022,0x09007cf8,0x0e65e05c,0xdffa2090,0x31d04318,0x805bf29d,0x540dc007,0xf0f052fc,0xcfc502d0,0xc9ffe3fb,0x714509bf,0xb314ffd8,0x0a2016cd,0x1d9a6e46,0x51910ff0,0xf1302102,0x41740371,0xddfd701e,0x0a5079f8,0xfe76e06c,0xdbf8b0bd,0x30c03816,0x5051f20d,0x490e4008,0xf0b048fd,0x2fe402f0,0xc5afcbfb,0x416b076f,0xbd15fff7,0x0a101ccd,0x3d8b6fc6,0x1a92afef,0xf1002102,0x517b0391,0xcffcf021,0x0af069f9,0xae75dfec,0xe2f720e6,0x2ff03415,0x804df2dd,0x560d9008,0xf0a047fd,0x7ffb0480,0xc1bfb6fa,0xd18d055f,0xc516e00f,0x0a0038cc,0xdd717105,0xf4937ff0,0xf1c02002,0x818a03b1,0xbffbd02a,0x0b1054fa,0x9e75de4c,0xe1f5a10f,0x2f703615,0xe04ef4bd,0x7e0be008,0xf0b045fd,0xa00a0470,0xbecfbff8,0xb198014f,0xb2183023,0x093059cc,0xfd397345,0xde943ff1,0xf2601f02,0xd1a30401,0xb4fb2024,0x0b604dfb,0x2eabdb3c,0x97f2713b,0x2c303716,0x104ff6dd,0xb80a0007,0xf1203dfd,0xe01f02d0,0xbe7ff3f1,0xe156f6cf,0x811c303f,0x06a072cf,0xbcd57985,0xd895dff2,0xf2f01e03,0x41c10461,0xb0fb200e,0x0bc04cfa,0xff63d54b,0xa4e9115c,0x21b03c17,0x1054f8ad,0xf2088006,0xf1902bfe,0x30390230,0xb82fb1f0,0xb198f07f,0xcc1cc069,0x022020cd,0xccaa7915,0x9f8fdff5,0xf4901a03,0x81d004a1,0xacfdffda,0x0a404cfa,0x7f34d4db,0xcee8d15e,0x23004a19,0x8061f9be,0x1e078004,0xf24004fe,0x80500240,0x8a5e74fb,0x84d5f49f,0x0313a024,0x0620c8c5,0xcc5b6736,0x00824ff1,0xf2802004,0xc21405c1,0x6f01ff70,0x05603cfc,0x40c7f2cc,0x5004cf6d,0x2f80601c,0xc075f99e,0x2007b001,0xf37fedfe,0xa05a0280,0xa91e64f7,0x02f5f1ff,0x270b6034,0x033f95cb,0x1e0d62f6,0xca7d9fca,0xe590490a,0xf2d90b50,0xd7026ec3,0xfdc02d01,0x20a5d11c,0x12052199,0x2e506a1e,0x407ef83d,0xf108effe,0xf4dff1fe,0xa05901e0,0xa61e87f2,0x732df93f,0x2cfbc0a7,0xfa7e61d7,0x5f3659a6,0xda795f91,0xd9a07b13,0xc35213b0,0xa901be70,0xf9a00205,0x8fbdd3ec,0xc103c1a0,0x2a905c1c,0xb072f73d,0xcd09cfff,0xf45ffdfe,0xb05d0040,0xa06eaff0,0x7355fe4f,0x0ff960cd,0xfd8df5dd,0x3f674eb6,0x7d76dfa2,0xdbf06c0e,0x331f0e60,0x7f011ee4,0xf55fd000,0x3fb4d97c,0x9e01f174,0x29604318,0xa05bf7ed,0xdc092002,0xf33ffbfe,0xc0660040,0x9ecee2ee,0xd307febe,0xe00730c5,0x041e02df,0x9f504c16,0x2177ffc4,0xe3304e09,0x82c90a00,0x31024fc3,0xf5902def,0x4f89dc5c,0x9efe016a,0x27202f14,0x4048f9ae,0x14079001,0xf3b004fe,0xe06b0170,0x9f1f1fef,0x5268face,0xb31550d3,0x06fe40e3,0x0f1c5325,0xe37dafda,0xe9a03909,0xd2ce0a40,0x41061051,0xf5f075e5,0xbedfddcc,0xebf6a16f,0x24c02712,0x003ffb7e,0x60060fff,0xf49ffcfe,0xd06a0240,0x96df3df1,0x0278f61e,0x8e18812f,0x072e1ee8,0x7f115af5,0xc3829fdf,0xeb40340d,0xa3130dd0,0x5708b06c,0xf13058eb,0x1e89e57c,0xc8f34102,0x28602912,0xa041fc9e,0x9a04efff,0xf45ff5fe,0xf0740300,0x957f46f1,0x0247f20e,0x4618519f,0x06bdf1ef,0xef246125,0xa684ffe1,0xeb803314,0x83581460,0x3a08005a,0xf0eff5f2,0xbe4de73c,0xdef2510a,0x29302b13,0x6044fd0e,0xb7047fff,0xf47ffaff,0x107d0320,0x937f4af1,0x122eee6e,0x0d1bb1d6,0x083debf6,0x5f456505,0x8b866fe8,0xee902a1e,0xd3881e80,0x0f05d034,0xf1ffcbf5,0xbe36e9ec,0xe7f22102,0x2a902c13,0x9044fd4e,0xc8043ffd,0xf53ff6ff,0x00790310,0x91ef4ff0,0xc215ebad,0xe32341d8,0x0c2dc6fb,0x0f5a66e5,0x7088bfe8,0xeed02a24,0xf3962490,0x25052025,0xf0efc5f6,0xfe38ec4c,0xe6f200f3,0x2be02d13,0xc045fd8e,0xd5040ffb,0xf62ff6ff,0x208003b0,0x910f51ef,0xd206e85d,0xb32ad1f5,0x0f9d9f00,0x0f6269a5,0x4f8bcfe3,0xecd03024,0x339323c0,0x2805d029,0xefefaaf5,0xae4feddc,0xdcf2b0e7,0x2cc02e14,0x4046fdbe,0xe103cffb,0xf66ff3ff,0x30860400,0x907f54ef,0x1200e4cd,0x8630c22c,0x12dd7f05,0x1f6b6d35,0x328eafe0,0xec003425,0x9396252f,0xec059030,0xeebf95f1,0xbe64ef2c,0xd7f450dd,0x2e002f14,0x8047fdee,0xf1038ffb,0xf62febff,0x308403d0,0x8faf56ee,0x51fae38d,0x7433a23d,0x14ed6007,0x8f766ee5,0x3a8fffdf,0xec10352d,0x23a32caf,0xb704103e,0xedcf83ef,0x9e6ff0cc,0xd3f5e0c9,0x2f602f14,0x8048fe3f,0x07033ffb,0xf65fd7ff,0x007703f0,0x8f6f4eec,0xd1fee2ad,0x61343236,0x15dd6309,0x1f786f75,0x4c90cfde,0xec403635,0x13ab348f,0xb805f085,0xed2f87ef,0x6e75f16c,0xcbf750b6,0x30403114,0xf049fe6f,0x18030ffa,0xf68fc9fe,0xd0670410,0x8f5f44eb,0x4211e14d,0x3f34e240,0x174d770b,0xbf7470a5,0x4d91bfdf,0xecb03633,0x23aa32af,0xbf0840bd,0xecdf9aef,0xbe6bf19c,0xc8f910ae,0x31203315,0x804bfe5f,0x15030ffa,0xf6afc2fe,0xb05f03a0,0x8edf42e9,0xd226e1ad,0x22362242,0x188d890d,0x6f7270f5,0x57918fe1,0xed80342b,0xc3a42b5f,0xb009b0b2,0xecbfa4ef,0xfe54f27c,0xc8f9f0a8,0x31d03415,0xc04cfe2f,0x05034ffa,0xf6bfbbfe,0x905503c0,0x8e8f49e8,0x4233e2cd,0x0e353246,0x18bd970d,0xdf717075,0x6690afe4,0xeef03123,0x6396231f,0x9a0ae09d,0xecbfa0f0,0x9e3ef31c,0xc6fa10b0,0x32203515,0xf04dfdde,0xee039ffa,0xf6cfb8fe,0x905303e0,0x8e9f55e6,0xc24ae35c,0xee333250,0x193d9f0e,0xcf6b6fb5,0x5f8f9fe6,0xf0102e1b,0x83801b4f,0x7c0c0083,0xeccfa4f1,0xbe39f31c,0xc6fa00c7,0x32503716,0x704ffd6e,0xce041ffa,0xf6dfb6fe,0x90530390,0x8ebf63e5,0x1273e40c,0xc72ed25a,0x183d9a0f,0x4f636ca5,0x4e8cffe8,0xf1002c15,0xb364159f,0x5f0d0058,0xec9f91f4,0x0e4af23c,0xc7f930e3,0x32103e17,0xf056fcee,0xab049ff9,0xf73fb3fe,0x704d03e0,0x8edf78e3,0xc294e5ac,0xb62ab266,0x16cd6e0d,0x1f6f66d5,0x4788bfee,0xf3e02511,0xa34611af,0x830b805d,0xec7f86f6,0x0e57f11c,0xd4f9e106,0x32404a1a,0x5061fc3e,0x84054ff8,0xf76f9efe,0x804e0480,0x8ecf99e2,0x92aae82c,0xb126027a,0x150d4f0b,0x0f7a5f75,0x4c83cff0,0xf510220e,0xa3280edf,0xab0a2070,0xec2f9af6,0x9e5ef03c,0xe8fb812c,0x32d0571c,0x906cfb7e,0x5e05fff9,0xf74f7efe,0x804f0500,0x8f8fbde0,0xc2c9e9bc,0xa020327f,0x110d5c0b,0xdf5756e5,0x557dffe5,0xf090300c,0xc30f0d0f,0x8b0cb043,0xeb4f7ff7,0xee76eeec,0xeffbf153,0x32805e1d,0xc073faee,0x45068ff7,0xf81f7bfe,0x704b0560,0x916fdfde,0xf2f1e93c,0x8d19f283,0x0c4d360b,0x1f4c4d45,0x5d770fe2,0xef40340b,0x32f70b9f,0x920d6029,0xeacf70f8,0xbe92ec9c,0xfcfb017a,0x31e0611e,0x2075fabe,0x4006aff4,0xf93f74fe,0x60450590,0x944008dd,0xe302e73c,0x8b13928f,0x078d2e0a,0x4f504455,0x71705fe7,0xf1902e09,0xf2e00a6f,0x750ba02c,0xeacf76f8,0xae89ea3d,0x2df9d1a3,0x31c0651e,0xc079faee,0x47068ff4,0xf94f5afe,0x60480580,0x97303ddd,0x82f4e55c,0x9a0db290,0x02ad0c09,0x6f503e75,0x9c6c8fe8,0xf2302d09,0x92d80a0f,0x680a8035,0xea6f7ef8,0x2e53e98d,0x78f9c1c0,0x3280691f,0x807cfafe,0x4e066ff6,0xf8af3cfe,0x804e0540,0x99e07add,0x82c8e44c,0xb90a4275,0xff2cbc07,0x2f583bc5,0xdb6b4fe6,0xf1a03009,0x52d109cf,0x840ae035,0xe9df7ef7,0x8e28eb0d,0xbbfb11c8,0x3430671f,0x707bfb0e,0x52066ff6,0xf89f26fe,0x704b0460,0x9cc0bedc,0x7287e2cc,0xd50ab242,0xfdbc6303,0x6f5b3a76,0x1f695fe1,0xf0603507,0x92aa083f,0xb90cc072,0xea5f88f7,0x6e4dec9d,0xc5fbd1bd,0x34e05f1e,0x4074fb0e,0x54066ff2,0xfa2f41fe,0x604602e0,0x9f9106db,0x1236e13c,0xf10d4207,0xfd8c2dff,0xbf473a66,0x58688fd7,0xedb04106,0x828a073f,0xd911e0c0,0xeb8fa6f6,0x6e6aed1d,0xa3fb91a1,0x3500541c,0x4069fb3e,0x5b064fed,0xfc9facfe,0x50420190,0xa23144da,0x31e2e01d,0x140ef1ca,0xfd7c2cfd,0x7f1f3b16,0x87695fc9,0xea604e06,0x8288073f,0xd314a0bc,0xec1facf5,0xce20eb1d,0x8afab16d,0x35b0501b,0x7066fbce,0x7205bfed,0xfcdfc2fe,0x203400b0,0xa40172d9,0x319bdf6d,0x37108190,0xfdbc59fd,0x1efd3ba6,0xac6a1fc6,0xe9705206,0xf293079f,0xab120069,0xeb6f90f6,0x1e19e79d,0x68fac11c,0x3740521b,0xb068fcce,0xa404bfee,0xfc2f8afe,0x0027ffd0,0xa5b1a2d8,0x7147decd,0x62110165,0xfd0c97fd,0x2ee73c36,0xc06a7fcb,0xea504d07,0xa2a7083f,0x6e0eb05b,0xea7f67f6,0xfe6fe47d,0x2bfbb0cb,0x38b04d1a,0xd063fdce,0xe603afeb,0xfdafcafd,0xe021ff80,0xa841d9d9,0x10d9df3d,0x9710d142,0xfb3cbcfb,0xeee63d96,0xd26b0fd3,0xec104508,0x82bc090f,0x4d0d6074,0xea3f5bf6,0x9e8ae1fd,0x0df9e085,0x38c04b1a,0xc062feaf,0x2e02afe3,0x01602cfd,0x8fff0230,0xaae206da,0xd081e18d,0xc10fb11d,0xfa6caff8,0xbf004046,0xf56c8fdb,0xee003c09,0x42cc09cf,0x660f8049,0xea7f60f6,0xde61e0bd,0x11f5304d,0x38604a1a,0xb061ff6f,0x85018fdb,0x053056fc,0x9fb90570,0xac6218dc,0x4056e47d,0xd90e10f1,0xfa7c7ff4,0x9f244327,0x236ebfe1,0xefa0360a,0x32df0aaf,0xad12b001,0xeb6f74f7,0x5e4be04d,0x13ef204c,0x3890471a,0x405effcf,0xc900afd9,0x05e05cfc,0x2f930610,0xad921cdd,0xa04ae79d,0xe60db0c7,0xfb0c6bf1,0x9f3e45d7,0x4870ffe5,0xf120300b,0x12f10b7f,0xd5134ff1,0xec0f8af5,0x4e61e0ed,0x08ed4071,0x37b04419,0xb05bffaf,0xb000ffdc,0x04a066fc,0x6fa90720,0xada218de,0xb048ea3d,0xef0eb0a6,0xfbac93f0,0x7f4148c7,0x5b72afe9,0xf2402c0b,0x52f60baf,0xb4131ff7,0xec5f93f1,0xde7ce26d,0x02f14081,0x37304119,0x1059ff8f,0x98014fdc,0x04b07dfc,0x0f8909f0,0xad3210de,0x8049eb6d,0xf710a086,0xfb7ccef0,0x7f334c17,0x6573efea,0xf2d02a0b,0x52f70baf,0x8911bfe7,0xeccf99f1,0x7e8ee37d,0x01f5407e,0x37a04119,0x1058ff9f,0x9f013fdb,0x053085fb,0xcf7a0a80,0xac520bde,0x004ceb9d,0xfb11806c,0xfa7d04f1,0x6f2a4f87,0x7574efed,0xf410270b,0xe3030c3f,0x5c0eefd9,0xecffaff3,0x4ea2e45c,0xfcf4e06e,0x38104519,0xe05bffaf,0xad010fdc,0x047084fc,0x0f890a00,0xac4208de,0x2046eafe,0x0310c053,0xf93d34f2,0xdf2b51f7,0x84755ff1,0xf5f0210c,0xc3120d0f,0x190edfea,0xedafcbf6,0x1ea1e4fd,0x00f1f062,0x3850481a,0x805effbf,0xb500efde,0x03b084fc,0x3f9b0a60,0xacf207de,0x8039eace,0x0c108022,0xf88d47f3,0x1f3951e7,0x8c75aff5,0xf8001a0c,0xf3130d3e,0xfc103ff8,0xef7fe7f9,0x3e95e51d,0x09f0a065,0x3810491a,0xd060ff9f,0xa4012fdd,0x041078fc,0x6fa809f0,0xad3207de,0xd034ebae,0x0e104ff7,0xf7dd39f1,0xaf514ff7,0x8f75aff9,0xfa20130c,0x23040c7f,0x11106ffc,0xf02ff2fb,0x3e96e58d,0x0af07061,0x38004c1b,0x5062ff7f,0x8a017fdd,0x042067fc,0x6faa07f0,0xad0205de,0xc030ec6e,0x100f3fec,0xf77d1cef,0xef644df7,0x91754ffb,0xfb300f0b,0x32f40b9f,0x2d109003,0xef8ff0f9,0xde94e58d,0x0bf17057,0x38204e1b,0xc064ff4f,0x7501bfdd,0x04505efc,0x6fa90530,0xacd203de,0xa026ecde,0x140e6fed,0xf76cf5ee,0x4f6b4c17,0x97753ffb,0xfb500e0a,0xf2ef0b5f,0x57117017,0xef6ff4f7,0x0e8fe54d,0x0ef3f04e,0x37f04e1b,0xa064ff1f,0x5d021fda,0x05a056fc,0x6fa70430 +}; + +u32 ANIM_ENTRY_death_explosion_forward_roll[] = +{ + 0xfeb02e00,0x000f0230,0x10fc6ff1,0xfef06e01,0x4c510710,0x1637bfcb,0xe4904782,0x869683c9,0xa982585c,0x01b00ef8,0x3023000c,0x32ef5006,0x3e402802,0x2032fd0f,0xd303700b,0xfe8f9dff,0xc019fe40,0xff001a00,0x601e008f,0xf6fa7005,0xfec05cfa,0xac300660,0x20382fcc,0xe4904682,0x869383d9,0xdd83384a,0x01001af7,0x3008001c,0x26f15ff8,0x3e002701,0x8031fcef,0xc903900f,0xff1fa4ff,0xc02ffe10,0xfee00a00,0x0048ffbf,0xfbf8500c,0xfe9064f5,0x6c3604d0,0x2938afca,0xe3f04782,0x968f83e9,0xec83984a,0xffb021f6,0x3fee011c,0x23f3afe6,0x3dd02604,0xd034fcaf,0xb703b011,0xfaffb2ff,0xd04efee0,0xfeeffdfe,0xd08bfe10,0x0bf6a021,0xff0063f2,0xec730430,0x2a38ffc0,0xe1c05082,0xd67c8429,0xca82c860,0xfea010f5,0xafc9029c,0x31f60fd5,0x3dc02507,0xe036fc3f,0x9b040012,0xf6afb7ff,0xe0710090,0xffaff8fe,0x00c8fbf0,0x0ef55037,0xff0056f0,0xac9b0400,0x22396fb7,0xe0005a83,0x46628489,0xc9825861,0xfde021f5,0x3fa3037c,0x33f76fc0,0x3df0240b,0x1038fbaf,0x74046012,0xf69fb900,0x107d0060,0x00bffbfd,0x810af9d0,0x19f3803c,0xfee050ed,0x2ca50320,0x1c39afb5,0xdf805b83,0xa64884f9,0xd982b85c,0xfd501ff6,0x1f84044c,0x28f84fab,0x3df0240e,0x3039fabf,0x2c04f013,0xf64fc200,0x6094ffa0,0x032ff6fc,0xd141f7e0,0x2cf18047,0xff2044ea,0x1cb40240,0x1339bfb5,0xdf305a84,0x56218589,0xdc837861,0xfc600bf6,0xff5a039c,0x1ff9bfa5,0x3da02311,0x603bf92e,0xd005e014,0xf61fcb00,0xb0a7ff60,0x069ff4fc,0x0177f600,0x47efc047,0xff2030e7,0x6cc300b0,0x0639afb3,0xdec05d85,0x95e48699,0xea845864,0xfbfffcf7,0x6f2d015c,0x18fa4f99,0x3e202511,0x403df76e,0x7a070014,0xf62fc900,0xd0b00090,0x09cfedfb,0x3198f5e0,0x5dee5045,0xff8026e5,0xbce90000,0x08394fa8,0xdd106786,0xc5b187b9,0xf183c861,0xfa5ffbf7,0xbefbfd7c,0x16fbb04b,0x3c802911,0xb040f53e,0x14089014,0xf61fbf00,0xe0b40100,0x0d4fdcf9,0x919bf780,0x63eeb049,0x00e027e5,0xbd310090,0x1238ff95,0xda207588,0x258488e9,0xc5828867,0xf83fdbf7,0xaec1f77c,0x27feb0eb,0x3cc03113,0x2048f27d,0xb30a9016,0xf55fb600,0xd0b00100,0x11bfcff8,0x118cf9b0,0x64f1a043,0x02603ce8,0x8d3fff6f,0xfe399f7c,0xd6808f8a,0x85458b09,0xa7816865,0xf8afdaf6,0xfe84f0dc,0x3e01917c,0x3e203c15,0x3052eedd,0x510d8019,0xf45fb300,0xc0af00f0,0x167fc1f6,0xd174fcd0,0x58f5103a,0x034054ec,0x3d1efe1f,0xe03abf6e,0xd5609b8d,0x75088dc9,0x997f287b,0xf9aff0f5,0x4e4deb8c,0x4f0481f0,0x3f704015,0x7055eaed,0x0511201b,0xf38fb400,0xd0b00110,0x1adfaff5,0x01630120,0x46f91027,0x051077ef,0x3d0efc5f,0xbe3bff7e,0xd7508c91,0xe4d091e9,0x5c7cc893,0xf9bfedf3,0x7e17e76c,0x6e083236,0x40e04315,0x4057ea5c,0xf711c01d,0xf2ffc000,0x809c0100,0x1f2fa4f3,0x614604c0,0x2ffd7019,0x079091f3,0xfcfffa0f,0x893d2f91,0xd9f07b99,0xf49a99a8,0xff7d489a,0xf8cff2f2,0x7de1e37c,0x950b9261,0x40e04815,0xe05bee4d,0x300e501f,0xf26fd000,0x208400e0,0x244f91f1,0x31390610,0x13015022,0x095089fa,0x3cf5fa7f,0x613cbf9d,0xdc0071aa,0xd46aaa48,0xbe7d88aa,0xf7aff0f1,0x6dbee25c,0xab0eb284,0x40b04013,0xc053f29d,0x990a901f,0xf25fda00,0x408bfdc0,0x291f9bed,0xd13f06c0,0x0f055020,0x0af06aff,0xece9fcaf,0x693a7fac,0xdeb063c6,0x545cc578,0x9a7b48a0,0xf77ff4f1,0x1db8e39c,0xbc0b81e8,0x3ad0270d,0x303bf55d,0xfd08701a,0xf40fdeff,0x4044fef0,0x2d8fc7eb,0x315406e0,0x1a0b3024,0x0d305503,0xbcdffd6f,0x9338dfbd,0xe24055dd,0xa476dc78,0x2c79b876,0xf7cffff1,0x9dd4e43c,0xd2072169,0x35f01506,0x6027f6be,0x3e07600b,0xf90ff6fe,0xa017fef0,0x316ffce9,0xb17e04d0,0x150ff009,0x0a601a05,0x2cccfeff,0xd3379fd0,0xe6b044e8,0xc49ee767,0xcc7b384e,0xf8a004f2,0x5dd8e50c,0xf20280fc,0x313007ff,0x7016f6ae,0x44078ff3,0x020ff2fe,0xb019fe00,0x357028e8,0x81aa037f,0xfc121ff1,0x063fee04,0x5cc60030,0x0c371fd8,0xe9503cee,0xb4c7ed27,0xcd79484f,0xf92ff1f4,0x4dbce5fd,0x160050ac,0x2da000f9,0x5003f5de,0x1a082fd6,0x0c7fe5ff,0x3040fe30,0x398045e8,0x71d6063f,0xfa178f9a,0x05602d01,0xeceffc10,0x18375fd1,0xe79041f1,0x04dfef47,0xe277485a,0xf83feaf6,0x3d9be58d,0x2a016074,0x2d4001f9,0x4004f4dd,0xe308ffc6,0x117fe7ff,0xb065fd90,0x3ed053e8,0xd1ef06cf,0xdf242fb5,0x07a038fe,0xad10fa60,0x0636afc4,0xe4004ff1,0xa4e4eff8,0x1d77c876,0xf7bfddf9,0x2d77e39d,0x2102c064,0x2e7009fe,0x7016f41d,0xc9097fc8,0x10efcc00,0x0077fbf0,0x46406de8,0x21f1060f,0xce333008,0x0bf012f9,0x7d23fb1f,0xe8344fbb,0xe1e057f2,0x04e5f078,0x4378e887,0xf67fd7fb,0xed61e1ed,0x0f02b08a,0x2ff01503,0x7026f4bd,0xe608ffcb,0x0fdf8200,0x2080fac0,0x4e7099e7,0x91fb056f,0xd43b6010,0x0d9ff1f4,0x4d3cfadf,0xd1324fac,0xded064f1,0xf4e3f078,0x4978686c,0xf5afdefc,0xcd8ce00c,0xe700a0d3,0x30f02607,0xf037f62e,0x2507efd2,0x0dbf6100,0x4089fc40,0x5640d3e7,0x2204058f,0xe03bd026,0x093fe3f0,0x6d62f90f,0xc231ef96,0xdb7076f0,0xe4d5ef58,0x4f768835,0xf61fdbfc,0xcde1decc,0xaefdd12f,0x3240350c,0x1043f79e,0x6b06ffd6,0x0c4f6b00,0x508ffec0,0x5d512ce7,0x52090660,0x00375074,0x01cfcfec,0xed8ff65f,0xb7327f9a,0xdc4075ee,0xf4c3ed78,0x2d7a0893,0xf78fcdfd,0x6e1edf6c,0x8dfc0187,0x35c0410f,0x004cf8ee,0xb3061fda,0x0b2f3b00,0x5090fff0,0x640196e8,0xd20b0720,0x2630d0b7,0xf98f73e9,0xfdbbf45f,0x9a32dfb2,0xe0505fef,0x44c6edc8,0x5e855d1b,0xf8ffdffe,0x0e4ae0dc,0x79fa61cc,0x39c04d11,0x0054f9ae,0xde05afdc,0x0a5f1300,0x508d0260,0x69f1e7eb,0x12200780,0x502dd066,0xf07f1be6,0xbdccf20f,0x52318fc1,0xe3a052f2,0xb4ecf128,0xba833e7b,0xf8bfecfd,0x6e76e1dc,0x50faa204,0x3b605512,0x9059f8de,0xb3061fdc,0x0a2f6eff,0xe0700a70,0x6f5217ee,0xb26206a0,0x7022bfb1,0xea8ed1e3,0x4de0ef5f,0x172fcfc2,0xe33051f5,0x250ff378,0xc783aeda,0xf72ff1fb,0x6e76e22c,0x44fda226,0x3aa05e14,0x305ef61e,0x2c07dfe0,0x08ffa900,0x60921370,0x77f21ff5,0xa29a0470,0x911e9f4e,0xe78e94e1,0x0e04eb1e,0xfe2fffb7,0xe0805af5,0x4512f388,0xe8854f18,0xf5bff3fa,0x3e56df9c,0x77fd222b,0x36d07818,0x806ef2cd,0xb10a6fdf,0x094f6101,0x80df1630,0x821215fd,0x42bf0330,0xa7216f84,0xe55e94e1,0x1e26e74f,0x10312f94,0xdae077f4,0xc503f338,0xa293aed3,0xf62fdffa,0x5e10dbdc,0xdafbe214,0x3320a01e,0xf08af0cd,0x750c0fda,0x0aef3601,0xb0eb10c0,0x89b1ff02,0x62ec02b0,0x9424cfcf,0xe74eb0e2,0x8e3ce5af,0x4b32cf62,0xd4e0a6f3,0xf4e8f2a0,0x0c05401b,0xf8bfd0f6,0xdde0dadd,0x0ffc11cb,0x3040cc24,0x70aaf06d,0x660c6fda,0x0adf5e00,0x60920580,0x8f91d405,0x430101b0,0x6527c00a,0xea9ea4e5,0x1e37e53f,0x8834df43,0xd1d0c3f3,0xf4e3f2a0,0x20061041,0xfb5fa4f3,0x8e09dbfc,0xeafcc155,0x2e50f328,0x80c7f11d,0x6a0bffe0,0x08bf92ff,0xa05e0180,0x9821a607,0x92c40110,0x3129a043,0xeecea1e9,0x2e27e66f,0xb6374f43,0xd1b0c1f4,0x64e8f320,0x2906702f,0xfd9f95f4,0xae40dcac,0xbcfca0ff,0x2d910d2b,0x30dcf19d,0x750b7fe0,0x08cfb3ff,0xb0650210,0xa351830a,0xa2520180,0x112ab070,0xf32eb6ed,0x5e10e79f,0xcb39bf4c,0xd230baf4,0x54e9f310,0x42061025,0xfeefa7f6,0xae65dd5c,0x9efb00cf,0x2d411c2c,0xb0e7f1ad,0x7e0b6fde,0x098fcfff,0xb0640200,0xaff1580f,0xa1d202b0,0x0a2a6099,0xf5cecbf1,0x6df3e8ff,0xcd3b1f44,0xd170c0f2,0xd4d8f180,0x56058034,0xffdfbef7,0x2e76de3c,0x9bf8a0c2,0x2d91352e,0x70fbf13d,0x750bbfdf,0x092fcfff,0xa05d0100,0xbb810913,0xf15e0240,0x1c2770cd,0xf65ecdf5,0x1dd6eb6f,0xcf3a6f42,0xd120c2ed,0x94adec50,0x7805503e,0xff8fdbf6,0x4e99de3c,0x99f2e0e0,0x2db16431,0x4126f17d,0x6e0b7fdb,0x0abfbfff,0x1036fdf0,0xc320a415,0xc1290190,0x4122c0f4,0xf6bec7f6,0x7dbfed7f,0xe138df4d,0xd1e0b9de,0x3473dd20,0x8f05402e,0x004ff5f5,0xaed5debc,0x8de8910c,0x2d819c33,0xe15af0dd,0x640c1fca,0x101fd5fe,0xc020fd00,0xc8203b16,0x712e0090,0x631bf118,0xf75eb1f5,0xddb6efb0,0x0d36af6a,0xd4309eb4,0xe462b420,0x97056005,0x071ffcf7,0xff03dbec,0xa9de014b,0x2dd1e136,0x219dee6d,0x380e3fc1,0x12f004ff,0x2039fec0,0xcaefe516,0x7164ffb0,0x6e13313d,0xf8beadf3,0xbdc6f160,0x3c346f91,0xd8707a98,0x74a89820,0xb103b027,0x147ffcfb,0x5f01d50c,0xf3d8318f,0x2f025d38,0x6217ec1d,0x11101fc5,0x11e024fe,0xe029ffa0,0xcc1fb816,0x51b7ff70,0x520aa167,0xfb0ebaf0,0xadeef3f0,0x39322fab,0xdd006392,0x74d19290,0xc502605a,0x1fe003fb,0xbef1d01d,0x1bd691c3,0x2fd31d3a,0x12d5eb7d,0x0810bfc9,0x108052fd,0xefdcfbf0,0xcdef9117,0x31ff0190,0x2d02618d,0xfcbecded,0x2e21f690,0x1530ffbe,0xe0d05296,0x94b09680,0xce023065,0x208012f8,0xbe5acb5d,0xb5d6e1fc,0x3123fe3a,0xe3b3ec0d,0x0b104fcc,0x0fa093fc,0xbf8af520,0xd06f6c18,0x023203f0,0x03fa41b6,0xfd1edfea,0xae5bf6f0,0x0d31efc9,0xe340489b,0xe4949b80,0xc802105e,0x19303bf6,0x8d31c87e,0xe0d77232,0x32647a3b,0x042feccd,0x1b0f8fca,0x1040b8fb,0xdf4bf080,0xd10f5618,0x028904bf,0xc5f251ee,0xfc8ec3e8,0xde9af7e0,0x31334fce,0xe4e0449c,0x54909bf0,0xdf027056,0x12a061f7,0x4d12c7fe,0xfbd8523d,0x33541c3b,0x13d0ed1d,0x290f2fc6,0x1180b6fb,0x4f28ef40,0xcf3f4a17,0xc304060f,0x8df4b20a,0xfc0e9ee6,0xfee9fa40,0x3f336fd3,0xe6703f9f,0x34859ed0,0xeb03505b,0x120080f6,0xbe35ca2d,0xcbdaf21a,0x35535a3a,0xb30ced3d,0x310effca,0x1040c8fb,0x1f19ef40,0xce3f3b17,0x536307df,0x80f8f204,0xfb7e96e4,0xaf3afba0,0x35329fd9,0xe8503aa4,0xc476a440,0xdf03205c,0x14a072f5,0x5eb8ce0d,0x3cddd1ff,0x37f2f03a,0x42a0edbd,0x400e8fd6,0x0c40fbfa,0xdf0aeea0,0xceaf3416,0xa3a2090f,0x79fe11ea,0xfa4e97e2,0xff86fce0,0x34315fdb,0xe8e038a2,0x547ca1d0,0xfa01c050,0x16204df4,0xdebdd05d,0x27df11fb,0x3932ba3a,0x0269edfd,0x460e4fe2,0x083124fa,0xaeffedd0,0xceff3416,0x33da0a2f,0x680201c6,0xf76e9fe3,0x4fdefed0,0x502f6fd8,0xe7a03a98,0x64a49821,0x1dfff04a,0x15603ef5,0xde8ed22d,0x4ddec1f1,0x3962ac3a,0x125aee1d,0x470e3feb,0x04c12afa,0x9efcecc0,0xcf0f3116,0x64070bdf,0x5f06a1a2,0xf53ea3e4,0x10340050,0x742d5fd2,0xe5c04098,0x04a69811,0x28fec053,0x11c01af8,0x0e35d42d,0xa2de41e5,0x39b28a39,0xf238ee6d,0x4c0deff1,0x02b119fa,0xcf06ea70,0xcfaf3316,0xb4220cff,0x64057199,0xf57ea1e3,0xc0680260,0x7b2bcfc9,0xe390499d,0x54879dc1,0x2b002054,0x0f401af4,0x9ddcd59e,0x01dd91e5,0x39629b3a,0x524aee8d,0x510dcff6,0x00f0f5fb,0x1f1be7a0,0xd10f3a16,0x742e0d1f,0x6c062196,0xf71ea5e3,0xa0830450,0x6a2adfbd,0xe08053a6,0x546aa731,0x24025059,0x0d5037f0,0xad9ad61e,0x46dcb1f4,0x38b2d93b,0x128cee9d,0x520dcffb,0xff20d9fb,0x6f2ee530,0xd27f3816,0x74310d9f,0x78072182,0xf90ec5e5,0x40a70540,0x592a7fa9,0xdc5064aa,0x9462aba1,0x0704905a,0x0ae044f0,0x2d67d6ee,0x79dd1206,0x3942f43b,0x72a8eecd,0x560d9ffe,0xfdf0cdfb,0x7f34e2c0,0xd3af2516,0xb42a0e7f,0x8e0b915c,0xfc4ef1e7,0x20bd05e0,0x4d2a5f92,0xd9007ab0,0xc45ab201,0x09054055,0x080043ef,0x5d37d87e,0xbcdf4218,0x3bd2fb3b,0xb2b0eefd,0x5b0d6fff,0xfd90befb,0x9f39df80,0xd3ff1f17,0x14280f0f,0x970cd10f,0xff4f09e7,0xb0b50650,0x432a1f88,0xd7a083ba,0xb454bc11,0x0804d053,0x06f044ef,0x1d2cd9ee,0xc2e1a21e,0x3da2a63b,0x5259ef0d,0x5c0d5fff,0xfd70bbfb,0xcf46dcc0,0xd3df2d17,0x542e0eff,0x950900b5,0xff5f12e7,0xa0a206b0,0x3b29af87,0xd77083c0,0xb453c230,0xeb054051,0x07203dee,0xbd42da8e,0x93e2c219,0x3dd21c3a,0x41cdef1d,0x5b0d5fff,0xfda0befb,0xef4fdba0,0xd3cf3217,0x842d0f2f,0x9b04907e,0xfd2f1ce7,0xa0950680,0x35296f89,0xd7c082be,0xf453c070,0xea058048,0x07802eef,0x0d51db7e,0x7fe3f214,0x3ee1be38,0xf16cef0d,0x580d6ffe,0xfe00b7fb,0xff55db30,0xd41f3d17,0xc4200eff,0x9b0a806d,0xfb7f25e7,0xb08e0630,0x2c292f8e,0xd8607dbe,0x7453bfe1,0x0004102b,0x07f022ef,0xcd52dbee,0x73e5121c,0x3f42493a,0x01f8ee8d,0x4a0ddffd,0xfe70affc,0x1f5cdb00,0xd44f5617,0x741b0def,0x9f0c2064,0xfa7f2be7,0x60890580,0x1728af95,0xd96077c4,0xd455c640,0xfa02e018,0x087013f1,0x2d60db9e,0x58e4b21d,0x3e23083a,0xb2b8ee0d,0x3c0e5ffa,0xff509cfc,0x3f67db30,0xd43f7b16,0x941e0c1f,0xa114d057,0xfa0f28e7,0x3085051f,0xfb280f99,0xd9f074ce,0xb45dd000,0xe503401e,0x08b001f2,0x2d77daee,0x3ee2c213,0x3bc3c53a,0xd376edbd,0x340eaff1,0x02a06cfc,0x6f74dc10,0xd49fa915,0xc4160a5f,0x970a8068,0xfabf22e7,0x3085049f,0xda27af97,0xd9b075d8,0x546cd960,0xea03f020,0x082fedf2,0xad72d99e,0x44e0e214,0x38c41c3a,0x73d0ed4d,0x2b0f0fde,0x097016fc,0x9f80dd60,0xd41fe414,0xd41f08af,0x83081074,0xfbcf1be7,0x809603ef,0xc0279f97,0xd9b075d9,0x9471da60,0xf7028026,0x074fdbf4,0x0d91d86e,0x26df41fc,0x3583e639,0xe39ded8d,0x350ebfc6,0x11afa8fc,0xbf8adf40,0xd2a01f13,0x8434072f,0x7401a069,0xfc2f08e7,0x40ad03df,0xa6277f9c,0xda7070d9,0x6472d9e1,0x0100a01d,0x075fcaf4,0x6dc7d7fd,0xecde31ce,0x32d34638,0xc301ee3d,0x540dffaf,0x17df64fc,0xcf8ce1c0,0xd1404d12,0x3441061f,0x73fb3047,0xfacee7e6,0x20ba03af,0x89276fa3,0xdb806ada,0xd475db11,0x0800800e,0x06bfb9f4,0xfdfad85d,0xb1de51b3,0x30228136,0xb245eddd,0x5c0e1fa6,0x1a3f7efc,0xcf8be530,0xce207510,0x9465058f,0x75f5b024,0xf80ec9e5,0x20bb039f,0x71278fa6,0xdbe068db,0x1476db01,0x0e00b00c,0x05dfaaf5,0xbe63daed,0x4cdf1188,0x2e81de33,0x81afebfd,0x2f0fefae,0x184fadfd,0x5fb5ebb0,0xcbf08c0f,0x9475055f,0x78f38018,0xf38ebfe4,0xe0ad036f,0x5e276fa3,0xdb806bdd,0xe47ddd81,0x1000b013,0x04df8cf6,0xeeabde4d,0x10e07166,0x2ed17430,0x4155ea6d,0x09117fbe,0x13efc6fe,0x1feaf4b0,0xcb60930f,0x346a04ef,0x79fba051,0xee2ec4e5,0x308e033f,0x5726bfa2,0xdb506cdd,0xe47bdd31,0x0f001017,0x041f7df8,0x3ed3e12c,0xf8e20160,0x2f51332d,0xc121ea0c,0xff11efce,0x0f0fe0fe,0x7009fd40,0xcb309b0e,0xe44f044f,0x7112a060,0xf03edee5,0xa064041f,0x50259fa4,0xdbd069db,0xc475dae1,0x1aff4012,0x045f77f8,0x6ee9e33c,0xe7e3815d,0x2fb11a2d,0x0113eb4d,0x1510afd5,0x0c8001fe,0xa0170270,0xcb50a20e,0x442b033f,0x630dc077,0xec9f09e7,0x202d04df,0x4924cfaa,0xdcc065d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf07e41c,0xd3e5614f,0x30f12d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xcaa0a50d,0xc407032f,0x630cd077,0xec9f0ee8,0x702301ef,0x5524bfac,0xdd9062d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf08e45c,0xd1e58149,0x31412d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xca00a70d,0x43e2031f,0x630be077,0xec9f13e9,0xc019ff0f,0x6124afae,0xde605fd9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf09e48c,0xcfe5b142,0x31a12d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xc950a80c,0xb3bd030f,0x630af077,0xec9f18eb,0x1010fc2f,0x6c249faf,0xdf305dd9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf0ae4cc,0xcde5e13c,0x31f12d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xc8a0aa0c,0x339802ff,0x630a0077,0xec9f1cec,0x6007f94f,0x78248fb1,0xe0005bd9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf0be50c,0xcbe60135,0x32512d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xc800ab0b,0xa37302ef,0x63091077,0xec9f20ed,0xbffff66f,0x84248fb2,0xe0d059d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf0ce53c,0xc9e6312f,0x32a12d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xc750ac0b,0x234e02df,0x63081077,0xec9f23ef,0x1ff6f38f,0x8f247fb4,0xe1b056d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf0de57c,0xc8e65128,0x32f12d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xc6a0ad0a,0x932902cf,0x63072077,0xec9f26f0,0x6feef0af,0x9b246fb5,0xe28054d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf0ee5bc,0xc6e67122,0x33512d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xc5f0ad0a,0x030502bf,0x62063077,0xec9f29f1,0xbfe7edcf,0xa6245fb7,0xe35052d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf10e5ec,0xc4e6911b,0x33a12d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xc550ad09,0x82e002af,0x62054077,0xec9f2cf3,0x0fdfeaef,0xb2245fb8,0xe42050d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf11e62c,0xc2e6c115,0x33f12d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xc4a0ad08,0xf2bb029f,0x62045077,0xec9f2ef4,0x6fd7e80f,0xbe244fb9,0xe4f04fd9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf12e66c,0xc1e6e10e,0x34412d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xc3f0ad08,0x6296028f,0x62036077,0xec9f30f5,0xbfd0e52f,0xc9243fba,0xe5c04dd9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf13e69c,0xbfe70107,0x34912d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xc340ad07,0xd271026f,0x62027077,0xec9f32f7,0x1fc9e24f,0xd5243fbb,0xe6a04bd9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf14e6dc,0xbde72101,0x34e12d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xc2a0ac07,0x524c025f,0x62018077,0xec9f33f8,0x6fc2df7f,0xe1242fbc,0xe77049d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf15e71c,0xbbe740fa,0x35312d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xc1f0ab06,0xc227024f,0x62008077,0xec9f34f9,0xbfbbdc9f,0xec241fbd,0xe84048d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf16e74c,0xbae750f4,0x35812d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xc140aa06,0x3203023f,0x62ff9077,0xec9f35fb,0x1fb4d9bf,0xf8241fbe,0xe91046d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf16e78c,0xb8e770ed,0x35d12d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xc0a0a805,0xb1de022f,0x62fea077,0xec9f36fc,0x6fadd6d0,0x04240fbf,0xe9e045d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf17e7cc,0xb6e790e6,0x36212d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xbff0a605,0x21b9021f,0x62fdb077,0xec9f36fd,0xcfa6d3f0,0x0f240fbf,0xeab043d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf18e7fc,0xb5e7b0e0,0x36712d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xbf50a404,0x9194020f,0x62fcc077,0xec9f37ff,0x1f9fd120,0x1b23ffc0,0xeb9042d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf19e83c,0xb3e7c0d9,0x36c12d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xbea0a204,0x116f01ff,0x62fbd077,0xec9f3700,0x6f98ce40,0x2623ffc1,0xec6040d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf1ae87c,0xb1e7e0d2,0x37112d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xbe00a003,0x814a01ef,0x62fae077,0xec9f3701,0xcf92cb60,0x3223efc1,0xed303fd9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf1be8ac,0xb0e7f0cb,0x37512d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xbd609d03,0x012501df,0x62f9f077,0xec9f3603,0x1f8bc890,0x3e23efc2,0xee003dd9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf1ce8ec,0xaee810c5,0x37a12d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xbcc09a02,0x710101cf,0x61f8f077,0xec9f3604,0x7f84c5b0,0x4923dfc3,0xeed03cd9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf1de92c,0xade820be,0x37f12d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xbc209701,0xf0dc01bf,0x61f80077,0xec9f3505,0xcf7dc2d0,0x5523dfc3,0xefb03bd9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf1ee95c,0xabe830b7,0x38312d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xbb709401,0x70b701af,0x61f71077,0xec9f3407,0x2f76c000,0x6123cfc4,0xf08039d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf1ee99c,0xaae850b1,0x38812d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0,0xbae09000,0xf092019f,0x61f62077,0xec9f3208,0x7f6fbd20,0x6c23cfc4,0xf15038d9,0xd46fd8c1,0x2eff200f,0x044f6ff8,0xaf1fe9dc,0xa8e860aa,0x38c12d2e,0x712ceedd,0x620d7fd5,0x0ca01dfe,0xa01503d0 +}; + +u32 ANIM_ENTRY_death_explosion_forward_face_down[] = +{ + 0x00df14ff,0xd01f0670,0x3506dfde,0xfba7d38a,0x03e314a0,0x603f8000,0xd3f00000,0x02c6000c,0x2ce76fbb,0xff10210a,0x0f2fffbc,0x180acff4,0x40300003,0xc000000f,0xe6000ff6,0xfbcfff05,0xa03800f0,0x00ef14ff,0xd0200680,0x36067fde,0xfb87d589,0xe3e31470,0x5d3fa000,0xd4200000,0x02c6000c,0x2ce73fbd,0xff302109,0xff2cffbc,0x190aaff3,0x40300004,0x0000000f,0xe4000ff5,0xfbb00005,0xa03800d0,0x00df13ff,0xa02406a0,0x3b056fdc,0xfb17de89,0x93e513d0,0x533fd000,0xd4b00000,0x02c6000c,0x2ce6cfc4,0xffb02109,0xff23ffbc,0x1c0a4ff0,0x40500004,0xc000000f,0xe0000ff5,0xfad00305,0xa0380070,0x009f0fff,0x40310700,0x45032fd5,0xfa27ee88,0xd3e81280,0x41403000,0xd5c00000,0x02c7000c,0x31e5afce,0x0060260a,0x1f0bffdc,0x25092fea,0x40500006,0xb000000f,0xcf000ff4,0xf9800b05,0xd04800d0,0xff9f0afe,0x30620790,0x59fcbfbb,0xf7480586,0xb3e10f10,0x13406000,0xd7e00000,0x02d3000c,0x3fe2efcb,0x0090450b,0x0ec3001c,0x3e04cfe3,0x3fa0000c,0xe000000f,0x82000ffb,0xf4602307,0x00790070,0xff0f10fd,0xf0780730,0x5cf91faf,0xf5d7f885,0x53cc0daf,0xf93fd000,0xd8a00000,0x02de000c,0x55e26f9c,0xff605c0b,0x5ea5ff5c,0x4601eff2,0x3e900010,0xc000000f,0x41000002,0xf1d02d07,0x1099fff0,0xfecf22fe,0x40820630,0x5af50fa3,0xf457e085,0x53be0bbf,0xe73f4000,0xdae00000,0x02ce000c,0x71e41f41,0xfd607f0b,0x6e8ffedc,0x45fe900a,0x3ca00013,0xb000000e,0xf1000013,0xf1202c04,0x10b80110,0xfe7f3cfe,0xf09b0570,0x59ee9f80,0xf197e389,0x63d4056f,0xe0405000,0xe0200000,0x028b000c,0x85e83eeb,0xfe20ac0c,0xde63fefc,0x4afaf024,0x39a00017,0x9000000e,0x7c000035,0xf3301bfc,0x2089f6b0,0xfd5f4bfe,0x70c70540,0x62ea9f5e,0xf017e78d,0xd3ea003f,0xf640a000,0xe2500000,0x025f000c,0x7eebdef1,0xff40b30f,0x1e54fd9c,0x46f8d041,0x3700001d,0x0000000e,0x08000026,0xf1f024f8,0x8083f580,0xfc8f55fe,0x30e30520,0x60e8af46,0xefb7dd91,0x93f5fdb0,0x133f4000,0xe3500000,0x024b000c,0x72eeff07,0xfd90a810,0x7e4dfc7c,0x4af80050,0x35d00021,0x1000000d,0xc6000010,0xf1202ff6,0x407ff4c0,0xfcaf6cfd,0xd0f70570,0x57e6ff29,0xefb7c99a,0xc42bf7f0,0x64396000,0xe4d00000,0x0243000c,0x49f3ff37,0xf5105b11,0xee45fbbc,0x56f7104d,0x34700025,0xe000000d,0x89000fe5,0xede040f2,0x0071f3a0,0xfd9f85fd,0x510105b0,0x54e6cf1d,0xeee7aaa4,0x148ff0a0,0xbb31e000,0xe5800000,0x0250000c,0x1df62f60,0xeb1ff012,0x5e44fb6c,0x5df5f03f,0x32f00029,0x2000000d,0x61000fca,0xeb3049ee,0xc067f300,0xff0fa6fd,0x30f804e0,0x4fe7df1e,0xee073aa8,0x9526ebb0,0xdc280000,0xe5000000,0x0256000c,0x0ef67f6b,0xe3dfb311,0x4e5afa8c,0x63f45034,0x32f0002a,0xb000000d,0x61000fe0,0xea7037ed,0x706af2d0,0x02dfe8fc,0xf0ca02e0,0x4ae92f21,0xed263aad,0x764ae580,0xd2135000,0xe4c00000,0x024d000c,0x07f79f78,0xd89f810f,0x6e96f9bc,0x64f1200f,0x3390002a,0x6000000d,0x92000015,0xeab00bed,0x106af3f0,0x07a01cfd,0x007e01d0,0x4de99f22,0xec556daf,0x4725e390,0x8b02c000,0xe6b00000,0x0232000c,0x1ff75f94,0xd30f800c,0xeecefa7c,0x5befcfdb,0x34a00025,0x9000000e,0x0000003c,0xec4feeee,0x1050f7a0,0x0c804dfe,0x10340160,0x45e90f23,0xeb74b6af,0x47f0e450,0x2ef53000,0xe9400000,0x021b000c,0x47f5dfb8,0xd17f7709,0x0f00fbfc,0x5af22fa8,0x36c0001e,0xb000000e,0x92000074,0xee3fc8eb,0xe00afc00,0x10307500,0x60000140,0x30e6ef1e,0xeb943aaf,0x185ee7af,0xd5ea5000,0xec000000,0x020b000c,0x83f3efb9,0xd31f7b05,0x5f2aff9c,0x69f89f75,0x39000015,0x1000000f,0x0b0000c2,0xf14f8ee7,0x1fc000e0,0x13208e02,0x8fdb01e0,0x1ee44f19,0xed83d2b0,0x7894eacf,0x96e3d000,0xefb00000,0x0203000c,0xcef1efa1,0xd7cfa002,0x2f6305bc,0x76ff3f45,0x3a800006,0xd000000f,0x450000f5,0xf7af5de6,0x9f890700,0x15209903,0x5fc90290,0x15e24f1c,0xef6368b1,0x98d6ec5f,0x79e18000,0xf2600000,0x0200000d,0x07f0df91,0xdb9fc200,0x0f7409ec,0x8a029f26,0x3b5000fc,0xf000000f,0x50000137,0xfd0f46ea,0xaf5d0a50,0x1800a203,0xffb40410,0x12df4f14,0xf112e7b2,0x4947f05f,0x69dd7000,0xf4700000,0x01dc000d,0x4ff1cf95,0xdf1fecfd,0x6edc0e3c,0xde05defb,0x3c8000f6,0xe000000f,0x2f0002ab,0x053f26f6,0x1f0e0a10,0x1af0a804,0x9f9a0550,0x0fdc9f0a,0xf222eab3,0xf94cf08f,0x6bde1000,0xf4700000,0x01c8000d,0x75f4ef93,0xe41011fb,0x1e54122d,0x1a06aedc,0x3ce000f7,0x0000000f,0x0f0003f0,0x0caf39fd,0x8ee00920,0x1e30a605,0x4f8a0690,0x06da8efd,0xf27327b6,0xa93eed2f,0x8ae1a000,0xf4200000,0x01be000d,0x7cf3df9d,0xec2013f8,0xae64156d,0x2f073ec1,0x3bc000f9,0x1000000e,0xe70003ab,0x0eef1401,0x1ec40900,0x20209f06,0x2f9e079f,0xfad81ef4,0xf27327b9,0x8963e5ef,0xd3e68000,0xf3c00000,0x01b8000d,0x81f17fa8,0xf7dfeaf5,0x4ea6156d,0x4f089eb0,0x3a000000,0x6000000e,0x930002a9,0x0d8e8b02,0x3ecb0980,0x20f09b06,0xafad081f,0xf4d6def1,0xf282f3bb,0xa996e0a0,0x1ee8f000,0xf3600000,0x01a8000d,0x8ef0afab,0xff9fd3f2,0xbecc151d,0x5e09beaa,0x39200005,0x8000000e,0x5800022a,0x0cae5802,0x8edb0a00,0x21b09b06,0xbfb0082f,0xf3d6bef0,0xf282f0bf,0x4994df90,0x2fe96000,0xf3600000,0x01a5000d,0x92f07fac,0x010fd0f2,0x3ed2151d,0x6009eeaa,0x39000006,0x6000000e,0x4d000218,0x0c8e5402,0x9ede0a10,0x22b09606,0xefbc090f,0xf1d6bef3,0xf274c6c1,0xd76ad860,0xbcee1000,0xf3d00000,0x019d000d,0xacec0fac,0x0b9fadf0,0xeef414ed,0x6b0bfea7,0x3830000c,0x8000000d,0xfc0001eb,0x0c6e7602,0xcefd0b20,0x24109206,0xffc9097f,0xf5d74ef4,0xf27461c3,0xe7d0d741,0x06f18000,0xf4b00000,0x0191000d,0xafeb7fad,0x0ddfa8ef,0x2eff139d,0x6c0d5eb8,0x37c00011,0x8000000d,0xb30001dd,0x0bee9602,0xdf0d0b50,0x28408506,0xefda0a30,0x01d8cf00,0xf28383c5,0xf84ed6f1,0xabf8f000,0xf5600000,0x018c000d,0xabedefa7,0x10bfb8ee,0xbf0c0fbd,0x67100ef5,0x3720001d,0x2000000d,0x010001b8,0x0bdee102,0xff2c0ae0,0x2ce07b06,0x8fc50a70,0x05da6f10,0xf28346c8,0x8862dd51,0xf9fbd000,0xf4a00000,0x0191000d,0xb0f38f8b,0x11cfb9ee,0x9f010b7d,0x5710bf3c,0x37100024,0x8000000c,0x83000199,0x0d9f0e02,0xaf360920,0x33c07506,0x9f97087f,0xf1db5f45,0xf5255bcb,0x16195136,0x1e747000,0xf5700000,0x0190000d,0xb6f84f72,0x12bfd1ef,0xaeea06ad,0x460eaf81,0x37900029,0x5000000c,0x21000189,0x10af3a01,0x7f3f0580,0x3a506f06,0x9f73062f,0xdddc0f7c,0xf8674ed1,0x44713d46,0x5863e000,0xf5c00000,0x0195000d,0xbbf8ef6f,0x138fe2f1,0x0ec802ed,0x360bffb2,0x37f0002c,0xd000000b,0xd3000176,0x135f6600,0x5f4a01a0,0x3f306605,0xef6f052f,0xe0dcff95,0xfaf7dcdd,0x041234c6,0x845cb000,0xf5800000,0x019d000d,0xc2f92f9d,0x132fb9f2,0x6e8701fd,0x2309afba,0x37a0002f,0x1000000b,0x96000143,0x143f95ff,0xcf5cfdb0,0x41b06405,0x6f80055f,0xe1dcbf8d,0xfb28b6e3,0x63a53636,0x8b5a9000,0xf5e00000,0x01a2000d,0xc9f9dfad,0x134fa7f1,0x2e5602ed,0x1c086faa,0x38000030,0xe000000b,0x6e000121,0x134fba00,0x2f3efcc0,0x43c06505,0x0f9e059f,0xe5dbff76,0xfa6930e8,0x835c3926,0xc759f000,0xf6600000,0x01b3000d,0xcdfa4fb2,0x13cf97ef,0x9e2e046d,0x2107ff91,0x38d00033,0xf000000b,0x450000f9,0x125fbf02,0x2ee7fe90,0x44c06805,0x0fb9055f,0xefdb4f61,0xf929a8ee,0xc3273b67,0x28597000,0xf5900000,0x019e000d,0xd0fbafce,0x143f87ef,0x8e2904ed,0x2b08af8a,0x38c00037,0x5000000b,0x290000df,0x13af8605,0x4e880110,0x45006905,0x0fc4054f,0xf4db0f57,0xf86a5aef,0xa3113da7,0x4d588000,0xf5500000,0x019d000d,0xd3fbefaa,0x146f80ef,0x9e2a050d,0x2e091f89,0x38800038,0xd000000b,0x1e0000d8,0x149f6806,0xce6101d0,0x45206a05,0x2fcc053f,0xf7db1f4e,0xf7eac3f0,0x93033f17,0x78579000,0xf4d00000,0x0197000d,0xd4fb7fa6,0x14bf7eef,0xae30051d,0x35093f89,0x38100039,0xc000000b,0x1f0000ea,0x153f5b07,0xde410150,0x45606e05,0xafea04f0,0x02dc0f2b,0xf61b19f4,0x33054007,0xc2571000,0xf5300000,0x0178000d,0xddf96f96,0x15cf67f0,0x0e4c059d,0x5709af88,0x35d0003d,0x3000000b,0x31000147,0x180f3b0b,0x7dbffee0,0x45506f05,0xbff004f0,0x04ddef27,0xf63b3bf3,0x930141f7,0xba56e000,0xf6300000,0x016c000d,0xdff90f8d,0x160f2bef,0xce56060d,0x6b0a1f89,0x34d0003d,0x0000000b,0x5100017f,0x19ef540b,0x7d8dfe20,0x44d07105,0xbffe0530,0x08e1bf1c,0xf69b49f2,0x930a4197,0xc0568000,0xf8800000,0x0161000d,0xe2f8bf81,0x165f16ee,0xfe6206cd,0x8b0b9f8e,0x32e0003c,0x0000000b,0x9e0001e0,0x1e3f920a,0x7d3afe30,0x43b07505,0xa0130570,0x0fe4ff07,0xf6bb53f1,0x93114247,0xbc56f000,0xf8400000,0x0158000d,0xe4f91f7c,0x15eed2ee,0xde7606bd,0xab0dcf93,0x3150003a,0x1000000c,0x0500023f,0x23bfe007,0x7d070040,0x42407805,0xe02b05a0,0x15e69ef2,0xf6bb5eef,0xd30f4327,0xcf579000,0xf9200000,0x0153000d,0xe6f91f7a,0x154eb1ef,0x4e8f06ad,0xbd0edf92,0x30b00036,0x1000000c,0x7300028a,0x29802a03,0x3cfc0230,0x41207906,0x203e0580,0x19e71eeb,0xf6eb6bf0,0x83114367,0xda577000,0xf9500000,0x0154000d,0xe5f8df7a,0x151eb7ef,0x7e9806dd,0xbd0eef90,0x30b00032,0x8000000c,0xba0002b0,0x2d805900,0x5d060280,0x3fd07b06,0x90550500,0x20e6feea,0xf71b6df1,0xa31542d7,0xde576000,0xf9600000,0x0154000d,0xe3f8cf7e,0x151ebeee,0xee9f068d,0xb50e5f8e,0x30c0002f,0x7000000c,0xea0002da,0x2ff092fd,0xed2c0120,0x3db07f07,0x80790400,0x29e64ee8,0xf73b6df2,0x63174207,0xe2575000,0xf9800000,0x0153000d,0xe2f8ef84,0x153ec8ee,0xdea8058d,0xa30d0f8e,0x30e0002a,0xa000000d,0x29000311,0x3250e4f9,0x6d7aff20,0x3ce08208,0x50820330,0x2ae44ee4,0xf73b54f1,0x73224177,0xca575000,0xfa700000,0x014f000d,0xe3f90f84,0x153ed1ef,0x0e9a045d,0x970bbf97,0x31300026,0x7000000d,0x4800030d,0x317102f5,0x5db0ff70,0x3be08508,0xe07702a0,0x2be21ee1,0xf74b3bef,0x233f3fe7,0x95577000,0xfc100000,0x013c000d,0xe4f93f84,0x156ee0ee,0x7e70036d,0x8f0a9fa2,0x31f00020,0x7000000d,0x750002ea,0x2f0118f0,0xadd60190,0x3ac08a09,0x006c0260,0x2fe10ee3,0xf72b11ec,0x734a3e17,0x5d575000,0xfd000000,0x0127000d,0xe6f97f83,0x14eeefed,0xbe44035d,0x860a6fa4,0x3300001a,0xd000000d,0x9f000299,0x2ca0f8ed,0xcded0480,0x39c08c09,0x00690240,0x32e08ee7,0xf71ae3ea,0x234c3d07,0x39574000,0xfd600000,0x011b000d,0xe7f99f83,0x14aef8ed,0x7e2f039d,0x800a4f9f,0x33900017,0xe000000d,0xb700025c,0x2b80c8ed,0x7df905c0,0x38f08f08,0xe0670240,0x32e02eed,0xf73ac0e9,0x33533be7,0x29578000,0xfdb00000,0x0114000d,0xe8fc8f86,0x139f01ed,0x2e14048d,0x7c09df8f,0x34100014,0x5000000d,0xd6000227,0x2ac07def,0x0dfa05b0,0x38609208,0xd0640240,0x36e1eef2,0xf73ab8e7,0xb34f3b97,0x2657a000,0xfdc00000,0x0113000d,0xe8fb8f8d,0x12df02ec,0xfdf4059d,0x75094f7f,0x34800010,0x7000000e,0x250001f2,0x2a5015f0,0xddf40530,0x38309408,0xd0640230,0x38e6aef3,0xf74aa9e7,0x834e3bb7,0x25579000,0xfdd00000,0x0113000d,0xe8fb1f91,0x12cefeec,0xcdea05ed,0x6e090f79,0x3490000e,0x7000000e,0x8d0001d5,0x29cfcff1,0x3df70540,0x38409409,0x00660200,0x38ed9ef4,0xf74aa4e7,0x534b3be7,0x2657a000,0xfdc00000,0x0115000d,0xe7fa3fc7,0x125ef4ec,0x8de005bd,0x6808af78,0x3490000c,0x0000000e,0xf80001b4,0x289f71f1,0xbe0405a0,0x38509309,0x406501d0,0x35f60ef5,0xf75aa2e7,0x334b3c27,0x2557c000,0xfdc00000,0x0117000d,0xe7fa1fd1,0x120eefec,0x8ddc058d,0x67087f80,0x3470000a,0xf000000f,0x5100019b,0x275f46f1,0xbe120620,0x38309108,0xf0610230,0x33ff3ef6,0xf74a98e6,0xf3473c57,0x2057b000,0xfdb00000,0x0115000d,0xe7fa4fd7,0x11feecec,0x6ddc059d,0x6308ef89,0x3430000a,0x1000000f,0x80000165,0x25ff15f1,0x3e2406c0,0x38109008,0x805e0290,0x32086ef8,0xf72a92e6,0xa33f3c17,0x1b579000,0xfd500000,0x0112000d,0xe8fa3fd8,0x124eecec,0x5ddd05ad,0x62099f8f,0x34000009,0x7000000f,0x80000143,0x250ef4f0,0x7e370740,0x38008f08,0x605b02c0,0x3110defa,0xf71a7ee6,0x433d3b77,0x1957b000,0xfd200000,0x0113000d,0xe8fa3fd6,0x12bef0ec,0x6de305cd,0x680a5f8f,0x34000009,0x0000000f,0x7f00013f,0x24cee7ef,0xce460760,0x37f08e08,0x605a02d0,0x3017cefb,0xf72a60e5,0xf3413ad7,0x18580000,0xfd200000,0x0115000d,0xe8fa5fd6,0x130ef6ec,0x6df005cd,0x6b0aff8e,0x33e00008,0xa000000f,0x7f000133,0x24dedaef,0xbe500730,0x37f08d08,0x505902d0,0x301c8efc,0xf72a53e5,0xc3403ab7,0x16580000,0xfd100000,0x0113000d,0xe9fa5fd6,0x12fef8ec,0x8df805bd,0x6b0b4f8e,0x33d00008,0x9000000f,0x7f00012b,0x24ded3ef,0xde540710,0x37f08d08,0x505902d0,0x301e3efc,0xf72a52e5,0xb3403ab7,0x18580000,0xfd100000,0x0113000d,0xe9fa5fd6,0x12eef8ec,0x8df905ad,0x6b0b4f8e,0x33c00008,0x9000000f,0x7e00012a,0x24ded2ef,0xde540700,0x37e08e08,0x605902d0,0x2f1e3efc,0xf72a45e5,0x733b3aa7,0x0457d000,0xfcd00000,0x0111000d,0xe9fa3fd1,0x125efbed,0x1e0205ad,0x6a0bff8e,0x33c00008,0x4000000f,0x7e000134,0x243ef6f0,0x4e5b0670,0x37e08e08,0x605802c0,0x2f1e3efc,0xf72a45e5,0x733b3ab7,0x0557c000,0xfcd00000,0x0111000d,0xe9fa3fd1,0x124efbed,0x2e0205ad,0x6b0bff8d,0x33c00008,0x4000000f,0x7e000137,0x242efcf0,0x4e5a0660,0x37e08d08,0x805702b0,0x2f1e3efc,0xf72a45e5,0x733b3ad7,0x0557c000,0xfcd00000,0x0110000d,0xe9fa3fd1,0x120ef9ed,0x4e0105ad,0x6c0c0f8c,0x33d00008,0x2000000f,0x7e00013f,0x240f0af0,0x4e590630,0x37e08e08,0x805502b0,0x2f1e2efc,0xf71a46e5,0x53393b17,0x0457a000,0xfcc00000,0x0110000d,0xe9fa3fd1,0x11bef9ed,0x7dff05ed,0x6c0c4f8a,0x33d00007,0xa000000f,0x7d000149,0x23ff1cf0,0x8e5605d0,0x37c08f08,0x505502d0,0x311e2efd,0xf71a53e5,0x63383b17,0x0457a000,0xfcb00000,0x0110000d,0xe9fa4fd2,0x11aef8ed,0x7dfd063d,0x6b0c7f89,0x33d00007,0x2000000f,0x7d00014b,0x242f22f0,0xce540560,0x37c09108,0x505602b0,0x321e1f00,0xf72a85e6,0x033b3ad7,0x0757f000,0xfce00000,0x0116000d,0xe8fa6fd5,0x11bef9ed,0x7dfb065d,0x6b0caf88,0x33d00006,0x5000000f,0x7d000152,0x24cf2bf0,0xee4f04d0,0x37b09108,0x60560290,0x311e0f01,0xf73a8ee6,0x333e3aa7,0x08582000,0xfd000000,0x0118000d,0xe8fa6fd6,0x11cefaed,0x6df6065d,0x6a0caf89,0x33e00005,0xb000000f,0x7d00015b,0x253f36f0,0xee4c04b0,0x37b09108,0x70570290,0x311dff01,0xf74a6ae5,0xc33d3ac7,0x05580000,0xfd000000,0x0114000d,0xe8fa5fd3,0x11defbed,0x6ded062d,0x650caf88,0x33e00004,0xe000000f,0x7c00016a,0x25ef4cf0,0xde470490,0x37c09208,0xb0590260,0x321dff01,0xf74a5ae5,0x933d3ab7,0x0357f000,0xfcf00000,0x0113000d,0xe9fa5fd2,0x11eefbed,0x5de705bd,0x5d0c8f87,0x34000004,0x4000000f,0x7800016f,0x268f5df0,0xee430480,0x37c09208,0xe05a0230,0x321def01,0xf74a59e5,0xa33d3ab7,0x0457f000,0xfd000000,0x0113000d,0xe9fa5fd2,0x11eefbed,0x5de0059d,0x5c0c6f86,0x34100004,0x0000000f,0x78000170,0x268f5ff0,0xce420470,0x37c09008,0xe0590240,0x2f1ddf01,0xf74a53e5,0x933e3a87,0x04581000,0xfd000000,0x0114000d,0xe9fa5fd1,0x120efded,0x5dcc05dd,0x5c0c6f85,0x34100003,0x5000000f,0x7f00016b,0x260f55f0,0x7e3f0470,0x37b09008,0xd0580250,0x311dcf01,0xf73a4ee5,0x733c3a97,0x04580000,0xfce00000,0x0113000d,0xe9fa4fd2,0x120efded,0x5dc605dd,0x5a0c6f86,0x34100003,0x1000000f,0x8200015a,0x25bf49f0,0x7e3d0480,0x37a09208,0xe0590260,0x331daf00,0xf72a4ce5,0x43383ac7,0x0457e000,0xfcb00000,0x0112000d,0xe9fa3fd2,0x11defbed,0x6dc605cd,0x590c6f86,0x34100003,0x0000000f,0x8300014a,0x259f3af0,0x8e3e0490,0x37a09308,0xf0590240,0x341d9f00,0xf72a4ee5,0x33373ae7,0x0457c000,0xfca00000,0x0112000d,0xe9fa3fd2,0x11aefaed,0x7dc505ad,0x5a0c6f86,0x34100003,0x1000000f,0x83000145,0x258f33f0,0x7e4004b0,0x37a09309,0x00590240,0x341d8f01,0xf72a51e5,0x43373af7,0x0557c000,0xfca00000,0x0112000d,0xe9fa3fd2,0x119efaed,0x8dc405ad,0x5a0c7f86,0x34100003,0x1000000f,0x83000144,0x256f30f0,0x6e4204c0,0x37909208,0xf0590240,0x341d7f01,0xf72a51e5,0x43373af7,0x0557c000,0xfcb00000,0x0113000d,0xe9fa3fd3,0x118efaed,0x8dc305ad,0x590c7f86,0x34100003,0x1000000f,0x84000141,0x255f2bf0,0x6e4304c0,0x37909208,0xf0590240,0x331d6f02,0xf72a56e5,0x73393ac7,0x0657e000,0xfcd00000,0x0114000d,0xe9fa3fd3,0x119efbed,0x8dc205bd,0x590c8f86,0x34100003,0x0000000f,0x85000140,0x256f29f0,0x6e4304b0,0x37809208,0xf0590240,0x331d5f02,0xf72a58e5,0x733a3aa7,0x06580000,0xfcd00000,0x0115000d,0xe9fa3fd3,0x11befced,0x7dc105cd,0x590c9f85,0x34100002,0xf000000f,0x86000140,0x256f28f0,0x7e4304b0,0x37709208,0xe0590240,0x331d4f03,0xf72a62e5,0x93393ab7,0x07580000,0xfcd00000,0x0116000d,0xe8fa4fd4,0x119efbed,0x8dc005dd,0x580c9f85,0x34000002,0xe000000f,0x87000141,0x256f29f0,0x7e4304b0,0x37609208,0xc05a0260,0x341d3f03,0xf72a8be6,0x03373b07,0x0e57f000,0xfcb00000,0x011b000d,0xe8fa5fd8,0x111ef8ed,0xbdbc061d,0x580cbf83,0x34000002,0x9000000f,0x88000144,0x255f2cf0,0x8e4304b0,0x37609208,0xc05a0260,0x341d2f03,0xf72a8ae6,0x03373b07,0x0d57f000,0xfcc00000,0x011a000d,0xe8fa5fd8,0x111ef8ed,0xbdbc061d,0x580cbf83,0x34000002,0x9000000f,0x88000143,0x256f2cf0,0x8e4304b0,0x37509208,0xc05a0250,0x341d1f04,0xf73a80e5,0xf3393ad7,0x0b57f000,0xfcd00000,0x0119000d,0xe8fa5fd7,0x114ef9ed,0xadbe060d,0x580cbf83,0x34000002,0xa000000f,0x88000140,0x256f2cf0,0xae420490,0x37509208,0xc05a0260,0x331d1f04,0xf73a78e5,0xf33b3aa7,0x0a580000,0xfce00000,0x0118000d,0xe8fa5fd6,0x117efbed,0x9dbe060d,0x580cbf83,0x34000002,0xa000000f,0x8a000140,0x257f2df0,0xbe410480,0x37509208,0xc05a0250,0x341d0f04,0xf73a76e5,0xe33a3ab7,0x09580000,0xfce00000,0x0117000d,0xe8fa5fd6,0x117efbed,0x9dbe060d,0x580caf83,0x34000002,0xa000000f,0x8b000141,0x258f30f0,0xbe400480,0x37509308,0xd05a0250,0x341cff04,0xf73a76e5,0xd3393ab7,0x09580000,0xfcd00000,0x0117000d,0xe8fa5fd6,0x117efbed,0x9dbe060d,0x580caf83,0x34000002,0xa000000f,0x8b000141,0x258f32f0,0xbe400480,0x37509208,0xd05a0250,0x331cff04,0xf73a6ce5,0xc3393aa7,0x0857f000,0xfcd00000,0x0116000d,0xe8fa4fd5,0x118efced,0x9dbe05fd,0x580c9f84,0x34000002,0xa000000f,0x8b000141,0x258f33f0,0xbe410480,0x37509208,0xe05a0250,0x331cff04,0xf73a63e5,0xb33a3a97,0x07580000,0xfce00000,0x0115000d,0xe8fa4fd4,0x118efced,0x9dbe05fd,0x590c8f84,0x34100002,0x9000000f,0x8b000143,0x258f35f0,0xae410480,0x37509208,0xe05a0250,0x331cef04,0xf73a60e5,0x93393ab7,0x0757f000,0xfcd00000,0x0115000d,0xe8fa4fd4,0x117efced,0xadbe060d,0x580c9f83,0x34100002,0x7000000f,0x8c000143,0x259f36f0,0xae410490,0x37509208,0xe05a0260,0x331cef04,0xf73a58e5,0x03393ac7,0x06577000,0xfcd00000,0x0114000d,0xe9fa4fd4,0x116efced,0xadbf060d,0x580c9f83,0x34100002,0x6000000f,0x8b000142,0x25af36f0,0xae420490 +}; + +u32 ANIM_ENTRY_death_explosion_left2[] = +{ + 0xf83fa004,0x40790600,0x02004f9d,0xfdc025f6,0x7bc31e00,0x78416000,0xd9800000,0x0288000c,0x6ef24046,0x7a682f88,0x5f9405dc,0x09ff5fbf,0x3f600003,0x8000000f,0xb4000010,0xff9fef0a,0xc00d0070,0xf84fa304,0x507905c0,0x01002f9e,0xfdd027f6,0x6bc41e10,0x79415000,0xd9b00000,0x0288000c,0x6bf21049,0x7a582f88,0x5f9605ac,0x08ff0fc1,0x3f500003,0x4000000f,0xb100000c,0x01afef0a,0xbff30090,0xf84fa604,0x507b0590,0x01000f9e,0xfdd02bf6,0x5bc61e20,0x7a414000,0xda000000,0x0289000c,0x65f1c04e,0x7a582e88,0x5f97056c,0x07fe9fc2,0x3f500002,0xe000000f,0xaf000006,0x024fef0a,0xbff300c0,0xf81fab04,0x30820510,0x02ffcfa0,0xfdd033f6,0x3bcc1e70,0x7e410000,0xda500000,0x0288000c,0x58f15058,0x7a282b88,0x4f98045c,0x08fd9fc8,0x3f400001,0x8000000f,0xa3000fff,0x050ff30a,0xbff60140,0xf7efb004,0x208b0490,0x05ff6fa3,0xfdb039f6,0x4bd01f10,0x8840c000,0xda600000,0x0283000c,0x4cf0e061,0x79c82488,0x1f93034c,0x07fcefce,0x3f300001,0x1000000f,0x97000ff8,0x06cff40a,0xcff20190,0xf7efb403,0xe09c0410,0x0dfe6fa4,0xfd803ff6,0x5bce1f10,0x8840b000,0xda300000,0x0286000c,0x45f01069,0x7aa82187,0xcf93025c,0x0ffc4fd8,0x3f600002,0x8000000f,0x88000ff0,0x067ff50a,0xaff001f0,0xf7efba03,0x70ae0380,0x17fd5fa4,0xfd6048f6,0x6bcc1f30,0x8a408000,0xda200000,0x0289000c,0x3aef1074,0x7b481d87,0x7f9800cc,0x13fb4fe9,0x3f800004,0xe000000f,0x71000fe7,0x05effa0a,0x5ff30270,0xf81fc402,0xb0bb0280,0x26fc2fa6,0xfd505ef6,0x6bd32040,0x9d3ff000,0xdaa00000,0x027e000c,0x1cedf08e,0x7a881186,0xefa2fd5c,0x16f9d00f,0x3fa00009,0x8000000f,0x43000fdf,0x05400309,0xffed0320,0xf87fca02,0x30c80210,0x37faafa4,0xfd0075f6,0x6bdd2000,0xa2407000,0xdaf00000,0x0275000b,0xf8ecc0a5,0x7bf80f86,0x6fa7fb0c,0x1bf9002f,0x3fd0000c,0x4000000f,0x21000fd7,0x04d00709,0x8fe403a0,0xf89fcb01,0xe0d30220,0x41f9cfa3,0xfcf081f6,0x5bdf1f40,0x9c410000,0xdb500000,0x0274000b,0xeaebd0af,0x7d880f86,0x3facf9bc,0x1af86044,0x3ff0000d,0xe000000f,0x08000fcf,0x04a00c08,0xefe60430,0xf8bfcb01,0x50e30210,0x49f85fa7,0xfd7088f6,0x1bda1e90,0x95410000,0xdc200000,0x027d000b,0xe9ea60b6,0x7ec80a86,0x2fb4f7ac,0x1af73060,0x40200010,0xa000000e,0xe2000fc8,0x04401608,0x4fec0530,0xf8afcc00,0x910a0160,0x55f43fb0,0xfdf099f5,0x1bd71f90,0xaf406000,0xdd300000,0x0276000b,0xdbe8a0cd,0x7e67f885,0xbfaff47c,0x29f64087,0x40400015,0x0000000e,0xac000fc1,0x03802007,0xaffb0610,0xf7ffc9ff,0xb14600d0,0x68efefb4,0xfdf0b7f3,0xcbd71fa0,0xc4402000,0xde500000,0x0270000b,0xbee6b0f2,0x7f67eb85,0xafa2f14c,0x32f590b1,0x40600019,0xf000000e,0x69000fba,0x02d02d06,0xf0000700,0xf6afc3fe,0xe17f0080,0x78ed3fbc,0xfe30d4f2,0x1bd21ef0,0xcb3f9000,0xe0300000,0x0272000b,0xaae53113,0x8057dd86,0x2f9aee6c,0x33f4d0d6,0x4090001f,0x3000000e,0x1f000fb3,0x02404006,0x1011fde0,0xf5afc7fe,0x71a5ffb0,0x7beadfc2,0xfe50e4f0,0x9bd31f40,0xdd3e8000,0xe1400000,0x026a000b,0xa5e51120,0x7fa7c886,0x4f91ec5c,0x33f420e9,0x40b00023,0x7000000d,0xee000fad,0x01605005,0x8032fe80,0xf4afd4fe,0x21cdfe40,0x7ae7cfc1,0xfe30f0ee,0xcbde2040,0xfa3d7000,0xe1b00000,0x0251000b,0xa3e5e126,0x7e87a886,0x3f82ea5c,0x33f340f5,0x40e00028,0x5000000d,0xbf000fa8,0xffe06105,0xb065fef0,0xf48fd5fe,0x11d2fe10,0x7ae75fc1,0xfe30f2ee,0x8bdf2060,0xfd3d5000,0xe1c00000,0x024e000b,0xa3e5f127,0x7e67a486,0x3f80ea1c,0x38f340f7,0x40500028,0xf000000d,0xb8000fa5,0xffa06307,0xa068ff00,0xf39fdbfd,0x71f3fdb0,0x83e65fb8,0xfe90f6ed,0x1be91e40,0xf03d3000,0xe0500000,0x0249000b,0xbae7b10b,0x80979287,0x6f80e8fc,0x32f22104,0x3ed0002d,0x3000000d,0x80000fa2,0xfe307408,0xd0860000,0xf2ffddfc,0xd201fd80,0x8ae64fb4,0xfe90f6eb,0x8bf31d30,0xed3ce000,0xdf100000,0x0244000b,0xceea80f3,0x80f78788,0x2f85e8ec,0x1df18103,0x3cf0002f,0x5000000d,0x65000fa1,0xfd60980b,0x00970070,0xf15fe4fb,0x021ffcf0,0x9ce5ffac,0xfe90eee6,0x4c1b1ae0,0xf03b6000,0xdb300000,0x0238000b,0xfaf3e0ab,0x80476989,0xdf92e96c,0x0ef020f9,0x3b400033,0xb000000d,0x28000fa0,0xfbb0b50e,0x109e0160,0xf04feef9,0x5230fc80,0xaae59fa2,0xfeb0d1e0,0x5c621911,0x01399000,0xd7000000,0x0232000b,0xfdfe1066,0x7de7568b,0x7f9ceabc,0x1def30eb,0x39b00035,0x5000000d,0x03000f98,0xfab0ba12,0x80c001c0,0xf00ff1f7,0xa22afce0,0xb9e6df97,0xfef025d9,0xcd521661,0x1f378000,0xd5300000,0x0232000b,0x96069feb,0x7a575a8e,0x2fa4ebec,0x32ee90e0,0x38400035,0xa000000c,0xeb000f90,0xfa30bf18,0x60d20260,0xefeff0f4,0xa204fe50,0xd0eb3f89,0xffde38d4,0x3fd410f1,0x5a31d000,0xd6000000,0x023f000a,0x790dcec5,0x71776993,0xafaaedac,0x41edd0cc,0x37000035,0xd000000c,0xcd000f7c,0xf9f0d01b,0x80ee03a0,0xefbfeef2,0xd1e1ff90,0xd9eeff7d,0x00ecfed8,0xe17f0cc1,0x872b2000,0xd7e00000,0x02450009,0xb10addee,0x68c75e97,0x6fa8eebc,0x58eda0bc,0x35f00035,0xa000000c,0xc2000f74,0xfa30d81e,0x40fd0450,0xefbfeef1,0x91c30080,0xdcf27f74,0x028ca3de,0x92270851,0xb0228000,0xd9c00000,0x02370009,0x61053d7b,0x5fd72f9a,0x7fa6efbc,0x03edb0b1,0x35300034,0xf000000c,0xbf000f6f,0xfa90d721,0x510404c0,0xefeff1ef,0x618c0180,0xdbf98f64,0x062c75e4,0x82c70041,0xb8118000,0xddd00000,0x02200009,0x46fd0d14,0x5126aa9e,0xbfb0f16b,0xbeed609e,0x34b00033,0x4000000c,0xc1000f5c,0xfbf0d523,0xd10805f0,0xefefffeb,0xf13e0140,0xd703cf4b,0x0a8c85e9,0x9341f971,0x76f82000,0xe2a00000,0x01ec0009,0x76f3ccd4,0x3c55959e,0xdfd4f37b,0x80ec207f,0x34800030,0xf000000c,0xca000f35,0xffe0dd24,0x90fb0800,0xef900bea,0x811e0020,0xd4088f47,0x0bbcb9ec,0xd34df951,0x55ed2000,0xe3900000,0x01c80009,0x97eeacd0,0x3095069a,0x1feaf47b,0x4deb606e,0x3420002f,0xf000000c,0xd3000f28,0x0250e324,0xe0ec08d0,0xeed01ce8,0xb10afdb0,0xdd0caf4c,0x0b9d2ef3,0x933afe61,0x2ee2c000,0xe3800000,0x01940009,0x9fe64d38,0x31a4449d,0x5014f67b,0x28e9b052,0x3350002d,0xb000000c,0xf4000f21,0x0570f225,0x40ba0950,0xed6025e5,0x7109fc21,0x060faf4e,0x0abd6ff9,0xe32009c0,0xbad50000,0xe5800000,0x01730009,0xd7debe0c,0x5702f3c1,0x805cfa3b,0x0ae6f032,0x31f00027,0xa000000d,0x37000f0f,0x0bc10926,0x004f08f0,0xec101de3,0x012cfcc1,0x290d7f56,0x09ece5f8,0x92f91100,0x83cec000,0xe8a00000,0x0138000a,0xccdf5e4b,0x625274ca,0x50a1fd0a,0xf4e5302b,0x30400020,0x1000000d,0x59000ef5,0x14b0fb26,0xdffc07e0,0xeab00de1,0x2160fda1,0x4508bf5e,0x097c73fa,0xa29910e0,0x09ca5000,0xe5a00000,0x0134000b,0xccde4e84,0x6f5289d5,0x30bdff2a,0xd9e3d039,0x2cc0001a,0xd000000d,0x53000ee3,0x1bb10228,0x1fb506b0,0xe9affadf,0x717cfec1,0x5a05bf59,0x09ac52fe,0xc2210c0f,0x27c57000,0xdf900000,0x01a6000c,0x8fdb2eb1,0x8672ceea,0x1072ff8a,0xaee2b05a,0x2880001b,0xa000000d,0x34000f07,0x1c716b29,0x7f6e0570,0xe92ff0de,0x9182ff61,0x62050f53,0x09dc4500,0x41de08de,0xadc3a000,0xdc500000,0x01f0000d,0x00d9bea8,0x9652e8f8,0x7036ff3a,0x94e2306c,0x2670001d,0x8000000d,0x25000f20,0x1b61b22a,0x3f4404b0,0xe91feede,0x8183ff71,0x6304ff52,0x09dc4300,0x61d5086e,0x9ec36000,0xdbe00000,0x01fa000d,0x10d98ea5,0x98a2eafa,0x902eff3a,0x90e2306f,0x2630001d,0xd000000d,0x23000f24,0x1b31bc2b,0x9f3e04a0,0xe7cfd6dc,0x4184ff91,0x7b035f48,0x08dc2100,0x511504be,0xe4c17000,0xd4400000,0x01a8000d,0xe8d89e95,0xb3225a0e,0x2fb1fbba,0x4be0c097,0x20d00024,0xc000000d,0x2c000f2c,0x19a2432d,0xbe72fe40,0xe79fd2db,0x9183ff81,0x81032f45,0x08ec1c00,0x00f3062e,0xedc00000,0xd2e00000,0x019f000e,0x12d8de93,0xb4d2510e,0x5fa7faea,0x3fe0609f,0x20100026,0x2000000d,0x2e000f28,0x19f2542e,0xde48fc80,0xe72fc6d9,0x517cff21,0x90029f41,0x096c16ff,0x60ad0a4e,0xe9bc4000,0xd0700000,0x019d000e,0x86d90e92,0xb9f23f0f,0x1f9ef8fa,0x28df70b0,0x1ed00029,0x7000000d,0x34000f1e,0x1b727331,0x7df1f960,0xe62fb1d5,0x8178fdf1,0xa9017f45,0x09ec20fe,0xa0550d8e,0xa8b8b000,0xcef00000,0x01bd000f,0x40d75ea0,0xc6021f13,0x9fa2f7ba,0x29df20b6,0x1f10002c,0x1000000d,0x44000f2e,0x1e128433,0x1dacf990,0xe47f99d2,0x0184fc21,0xc7004f4c,0x09ac36fe,0x60090dfe,0x6bb7b000,0xce800000,0x01d2000f,0xe9d51eae,0xd081fe17,0x9fa5f82a,0x4fe020a6,0x2150002c,0x0000000d,0x59000f5d,0x1fe26132,0x9d93fc50,0xe37f86cf,0x218ffa51,0xdfff5f52,0x095c4aff,0x7fc80cde,0x55b80000,0xce200000,0x01c80000,0x27d31ed8,0xd391de18,0xefa6f92a,0x8fe10095,0x24800029,0xe000000d,0x70000f68,0x1eb1bb31,0x2d9dfed0,0xe22f65ca,0x91a1f6b1,0xf6fe2f62,0x08ac8101,0x6f97081e,0x53ba6000,0xd2f00000,0x01960000,0x25cdcf6f,0xcff18317,0xbf8efb7b,0x26e3407b,0x2b600023,0x6000000d,0xa4000f64,0x19b0262d,0x7de102f0,0xe0af54c8,0x919ff391,0xda001f6b,0x07dd0601,0xb02502ce,0x8fbe3000,0xe0700000,0x0165000f,0x1fcc90b8,0xc8611b12,0xcf49fe9b,0xa1e6d068,0x30d0001c,0x7000000d,0xce000f76,0x184f6429,0xce630500,0xdf2f48c5,0xd165eff1,0x9d074f67,0x076f2e02,0xe13bfe8f,0x1dc1a000,0xec000000,0x0137000d,0x06e632eb,0xc470e90e,0x7f04022c,0x2aead050,0x37c00015,0xe000000d,0xf0000f82,0x1c2ecc25,0x6f1305c0,0xdeff40c3,0x8125ee21,0x620ddf62,0x07f1f502,0x7243fadf,0x89c37000,0xeb300000,0x0126000c,0x1b0e33f5,0xc440e60e,0x4ee3036c,0x8bed904e,0x3d800013,0x9000000d,0xf8000f99,0x202e6422,0xdf8204f0,0xdfbf3ac2,0xa125ef31,0x310cbf6b,0x0772f700,0xf2e4f57f,0x7dc4b000,0xea300000,0x0132000b,0xe71f5419,0xc770c211,0x9ec4033c,0xe4f04067,0x41900014,0x4000000d,0xe3000fc3,0x216e4321,0x9fbe03d0,0xe11f33c2,0x9156f430,0xe6ffef73,0x00e34500,0xe36cecdf,0x2bbff000,0xea700000,0x0116000b,0x5b2973cd,0xce40491e,0x5e9a025c,0xf8f5b0a9,0x48600016,0xf000000d,0x7c00000b,0x1f6e3e20,0x703a01f0,0xe16f2ec3,0x216af9a0,0x9ff68f4c,0xfd434bff,0x73cce83e,0xdfb62000,0xe9c00000,0x0109000a,0x9a2b5316,0xcdbfbe2e,0x7e8f026c,0xcbf8d0d6,0x4bb00017,0x6000000d,0x02000030,0x1c8e3b20,0x30a20120,0xe06f22c4,0x0163fda0,0x5af5bf33,0xfd635ffb,0x4426db6f,0x12b09000,0xe9b00000,0x010d0009,0xdc28f24f,0xc70ea639,0x4e9403bc,0xa2fa10f1,0x4b700015,0x5000000c,0x8300002b,0x196e2921,0x50de0170,0xdecf12c5,0x415cffd0,0x1ff8ff34,0xfe7370f7,0x9463daff,0x28b13000,0xea300000,0x012e0009,0x4623e1a8,0xbf9e6f38,0xfe95050c,0x73fb310e,0x49300013,0x7000000c,0x02000012,0x15ce0f22,0x80f70320,0xddaf08c6,0x215b00a0,0x01fb5f36,0xff436df6,0x447de09f,0x1db31000,0xea900000,0x013f0008,0xf11cf137,0xbc8ebc35,0x7e90058c,0x57fbc120,0x47100012,0xd000000b,0xb7000ffe,0x137dfc24,0x00fc0470,0xdc8efcc7,0x515affcf,0xe1fdcf3a,0xffc36af5,0x7495e26f,0x2db5f000,0xeb000000,0x013f0008,0xdb1280dc,0xbc9ee630,0xae8805bc,0x33fc5137,0x43f00012,0x3000000b,0x63000ff1,0x118ddc26,0xa0fa05b0,0xdc0ef5c8,0x0158fbaf,0xd0ff1f3e,0xffb36ef4,0xd4a3e0ef,0x43b78000,0xeb100000,0x01380008,0xda0d60b0,0xbe9edd2d,0x8e8805ac,0x1dfcb146,0x42100011,0xb000000b,0x34000ff7,0x114dc428,0x50f60630,0xdb2ee7c9,0xf14cf8df,0xad01bf53,0xfcb3a4f1,0x94aadcaf,0x5dba2000,0xec200000,0x01580008,0xb70c005b,0xc88f0e25,0x7ea5044b,0xe5fcc168,0x3dc00011,0x7000000a,0xd0000053,0x131db92c,0xb0db03e0,0xdabee2ca,0xd146f65f,0x9e027f63,0xfb03bff0,0x24aadb9f,0x6cbb3000,0xec700000,0x01630008,0x8a0d4052,0xcb7f3720,0x7eae037b,0xd2fc9173,0x3c100011,0xc000000a,0xab000076,0x135db92d,0xe0cd0220,0xda4edccb,0xd141f4bf,0x8f02cf81,0xf863ddee,0xf4a4dbcf,0x8cbbd000,0xec900000,0x01630008,0x1a109075,0xcaff8313,0xeeb1029b,0xcafba179,0x3aa00012,0x6000000a,0x8e00009d,0x13bdbc2c,0x70bafe40,0xd9eed5cc,0xd13ff50f,0x7d02bf9f,0xf543f5ee,0xc491dccf,0xb5bb5000,0xec700000,0x01550007,0x9710f072,0xc6ffd70c,0x6eae01fb,0xd3f9a175,0x39c00012,0x7000000a,0x820000d1,0x15edba27,0x809ff770,0xd9aecfcd,0xa143f51f,0x6f02afaa,0xf333f8f0,0x2478df1f,0xbabaa000,0xec500000,0x014d0007,0x820c8039,0xc2afebff,0xdea901fb,0xe4f7b16c,0x39e00011,0xe000000a,0x8b0000df,0x176dab23,0x8081f160,0xd97ecece,0x3147f50f,0x6502cfa9,0xf243f1f1,0x9464e06f,0xb3ba0000,0xec900000,0x01450007,0x9909801a,0xc12fd8fb,0x0ea6022b,0xedf67164,0x3a300011,0x5000000a,0x950000cc,0x171d9d22,0x1065ee80,0xd94ed0ce,0xf14ef4df,0x57037fa0,0xf183eff3,0x0448df2f,0xbdb82000,0xed600000,0x01220007,0xa006e004,0xc06fb3f7,0xbea502db,0xf6f4c155,0x3ae00010,0x0000000a,0xac000097,0x153d8b17,0x9021ec20,0xd95ed2cf,0x614ff3ff,0x44069f90,0xf113f2f4,0x342eddff,0xb3b5e000,0xee100000,0x010b0007,0x7e06a012,0xbdbfb8f6,0x8eb9049b,0xf8f31138,0x3d10000d,0x3000000a,0xd800003a,0x124d7e0a,0xbfa4e890,0xd97ed3cf,0xa14ef33f,0x370a2f7f,0xf0f3eaf5,0xe415e12f,0x96b69000,0xee900000,0x01130007,0x6207a02d,0xbbbff3f8,0x0ed705bb,0xf6f2b123,0x3f40000b,0xb000000a,0xfe000fed,0x100d8404,0x3f4ae500,0xd97ed4cf,0xa150f2df,0x350c5f6a,0xf153e2f7,0x9402e19f,0xa4b74000,0xeee00000,0x00f70007,0x4107c03a,0xc06043fc,0xdeea058b,0xf6f3b118,0x4080000c,0x7000000b,0x19000fcf,0x0ead9e05,0xef28e160,0xd99ed6cf,0x714ff2ff,0x370cff5a,0xf203edf8,0x03fbdf7f,0xaeb61000,0xeed00000,0x00d80007,0x0007c049,0xc6006300,0xeef7065b,0xf5f4f115,0x40f0000d,0xe000000b,0x29000fd2,0x0d1db803,0xbf25e7f0,0xd9dedacf,0x114ef2ff,0x390cdf56,0xf253fdf7,0xb3f7df6f,0x9fb59000,0xeec00000,0x00dd0006,0xc408805b,0xc6e06005,0x7f06084b,0xf0f55118,0x40c0000e,0xe000000b,0x2b000fd8,0x0c4dcb03,0x2f31eba0,0xda0edfce,0xc14cf33f,0x390caf55,0xf283f9f7,0x73ffe03f,0x90b62000,0xee600000,0x00ef0006,0xa308f061,0xc7e0620d,0x2f100a9b,0xeaf4f119,0x4000000f,0x9000000b,0x28000fe2,0x0cade203,0x5f43ee20,0xda3ee5ce,0x8148f3cf,0x3a0bcf5f,0xf2f3e6f7,0x5413e1bf,0x7fb6f000,0xedb00000,0x01080006,0x73095058,0xcb106608,0xaf1b0c7b,0xe8f4211b,0x3e800010,0x6000000b,0x21000ff2,0x0d6e1103,0x4f5ef170,0xda6ee9ce,0x6147f3cf,0x390a0f71,0xf343e1f7,0x341ce27f,0x7cb71000,0xed600000,0x010c0006,0x4d09e040,0xccb0630c,0x4f1f0d4b,0xe8f3c11c,0x3dd00010,0xa000000b,0x1e000ff1,0x0cce3703,0xff64f1a0,0xda7eefce,0x4148f38f,0x3406ff84,0xf323dff7,0x3422e52f,0x72b75000,0xed100000,0x01110006,0x220af029,0xccc0360d,0x6f220d5b,0xeaf3411c,0x3d300010,0xa000000b,0x1c000fe4,0x0bde6e03,0x8f61f350,0xda8ef5ce,0x314af35f,0x2f041f91,0xf2f3def7,0x3427e7af,0x69b79000,0xecd00000,0x01150006,0x030bd01b,0xcc800a0e,0xaf230d6b,0xedf2f11c,0x3cd00010,0xa000000b,0x1a000fd8,0x0b3e9a03,0x5f5ef350,0xda8ef5ce,0x314af35f,0x2f01bf92,0xf2f3ddf7,0x3427e7df,0x69b79000,0xecd00000,0x01150006,0x010be01a,0xcc70070e,0x6f230d6b,0xedf2f11c,0x3cc00010,0xa000000b,0x1a000fd7,0x0b2e9d03,0x1f5ef3b0,0xdaceffce,0x014bf2cf,0x2900bf93,0xf343dbf7,0x442de8df,0x6db6b000,0xec700000,0x010b0005,0xf60bb001,0xccdfc011,0x0f260d8b,0xeaf2b11f,0x3c600010,0x1000000b,0x1a000011,0x0fded903,0xbf64f360,0xdadf00cd,0xf14bf2af,0x29ff9f93,0xf353dbf7,0x342ee8bf,0x6eb6b000,0xec600000,0x010a0005,0xf80b7ffb,0xccbfbd13,0xef280d9b,0xeaf2a11e,0x3c500010,0x0000000b,0x1b00001d,0x10cedc03,0x9f64f3a0,0xdaef01cd,0xd14cf29f,0x2affaf93,0xf353dcf7,0x1430e85f,0x6fb6b000,0xec500000,0x010a0006,0x000afff0,0xcc4fbd15,0xff2b0dab,0xe9f2a11d,0x3c40000f,0xe000000b,0x1c000031,0x125edd03,0x8f64f550,0xdaef03cd,0xb14df27f,0x29ffbf93,0xf363dff6,0xe42fe81f,0x6fb6c000,0xec600000,0x010b0006,0x190a1fdc,0xcb6fbd17,0x6f2d0dab,0xe9f3011f,0x3ca0000f,0xe000000b,0x1e00004c,0x147edb02,0xdf64f670,0xdaef08cd,0xc14df25f,0x27ffcf92,0xf343e4f6,0xa427e87f,0x6db69000,0xecc00000,0x010c0006,0x70080fb0,0xca2fb018,0x6f250d9b,0xe9f4912a,0x3db0000f,0xe000000b,0x1d000070,0x179ed401,0xcf68fb80,0xdaff0bcd,0xc14cf24f,0x27ffdf90,0xf323e7f6,0x7422e8ef,0x6cb65000,0xed000000,0x010b0006,0xaf06dfa0,0xca4fa119,0x0f1b0d7b,0xeaf5e132,0x3e90000f,0xf000000b,0x1c000078,0x18aed201,0x4f6bff90,0xdb0f0acd,0xa14af26f,0x2bffff8d,0xf313eaf6,0x2421e91f,0x6bb64000,0xed100000,0x010d0006,0xc106dfad,0xcc8f9419,0x4f120d6b,0xebf7513a,0x3fa0000f,0xf000000b,0x1b000059,0x17eeda01,0xdf6e0190,0xdb1f0acd,0x9146f2af,0x30002f87,0xf303edf5,0xb420e97f,0x67b64000,0xed300000,0x01110006,0xc006ffbf,0xcfdf8219,0x4f050d5b,0xecf93143,0x4100000f,0xf000000b,0x1700002b,0x168eeb03,0x3f710280,0xdb1f09cd,0xa145f2ef,0x35004f82,0xf2e3ecf5,0x841fe9ef,0x63b63000,0xed500000,0x01130006,0xb506efc5,0xd19f7319,0x2efe0d5b,0xedfa6147,0x41d0000f,0xe000000b,0x1500000f,0x157f0104,0x5f7202e0,0xdb0f08cd,0xa144f32f,0x37004f80,0xf2e3eaf5,0x8420ea1f,0x61b62000,0xed400000,0x01120006,0xa1072fcb,0xd23f7118,0xdefb0d6b,0xeefb3149,0x4250000f,0xf000000b,0x14000ffa,0x149f1904,0xff700320,0xdaff05cd,0xc144f39f,0x39002f82,0xf303e8f5,0x7426ea0f,0x60b64000,0xed100000,0x01130006,0x7207dfda,0xd2af7818,0x7ef60d6b,0xeffc8149,0x4310000f,0xf000000b,0x15000fd9,0x137f4205,0xef6b02f0,0xdadf03cd,0xf144f3df,0x39000f87,0xf313e8f5,0x4427ea0f,0x5fb66000,0xed200000,0x01130006,0x6607ffdf,0xd2bf7b18,0x2ef20d5b,0xf0fd2147,0x43600010,0x0000000b,0x16000fcc,0x132f5405,0xdf680270,0xdadf01cd,0xf144f3ef,0x3affff8c,0xf333e4f5,0x5428e9ef,0x60b67000,0xed200000,0x01120006,0x6a07dfde,0xd26f7f17,0xeef20d5b,0xf2fd6146,0x43800010,0x1000000b,0x16000fc3,0x12ff5707,0x2f670190,0xdadeffcd,0xe144f3ef,0x3cffef90,0xf343e4f5,0x5427e9ef,0x60b67000,0xed300000,0x01120006,0x6e07cfdc,0xd20f8317,0xcef40d5b,0xf4fd7144,0x43b00010,0x1000000b,0x16000fb6,0x128f5307,0xff660040,0xdadeffcd,0xf144f3ef,0x3bffef91,0xf343e4f5,0x6425e9ff,0x60b67000,0xed400000,0x01120006,0x7607afda,0xd1ff8217,0xcef40d5b,0xf4fd7145,0x43b00010,0x1000000b,0x16000fa6,0x11ff4f08,0x1f68ff00,0xdaeeffcd,0xf144f3df,0x3affdf92,0xf343e4f5,0x7423ea1f,0x60b66000,0xed500000,0x01120006,0x81076fd6,0xd1bf7f17,0xcef40d4b,0xf3fd8146,0x43b00010,0x0000000b,0x17000f92,0x115f4f09,0x8f6dfdf0,0xdaeeffcd,0xf144f3bf,0x39ffcf93,0xf353e3f5,0x9423ea5f,0x5eb65000,0xed600000,0x01130006,0x86075fd5,0xd13f7c17,0xcef50d4b,0xf2fd7146,0x43a00010,0x0000000b,0x17000f7f,0x10df530a,0x1f71fd50,0xdaeeffcd,0xf145f39f,0x37ffcf95,0xf353e4f5,0xa424ea3f,0x5db68000,0xed400000,0x01140006,0x86076fd6,0xd10f7b17,0x8ef60d4b,0xf1fd6147,0x43800010,0x1000000b,0x18000f67,0x10bf590a,0x4f72fd30,0xdaef00cd,0xf145f38f,0x36ffbf96,0xf353e6f5,0xa426e9ff,0x5eb6a000,0xed300000,0x01130006,0x80076fd8,0xd0ff7a17,0x5ef60d4b,0xf1fd3147,0x43400010,0x1000000b,0x1a000f4e,0x10cf5c0a,0x6f72fd20,0xdaef00cd,0xf146f37f,0x35ffbf96,0xf363e6f5,0xa426e9ef,0x5fb6a000,0xed300000,0x01130006,0x71078fdc,0xd0df7a17,0x3ef80d4b,0xf1fd1146,0x43300010,0x1000000b,0x1b000f3f,0x10ef5c0a,0x6f71fd10,0xdaef01cd,0xe147f36f,0x34ffbf96,0xf363e6f5,0xa426e9ef,0x5fb6b000,0xed300000,0x01130006,0x6607afdf,0xd0df7b17,0x3efa0d4b,0xf0fce146,0x43100010,0x1000000b,0x1b000f41,0x110f5b0a,0x6f71fd00,0xdaef03cd,0xd148f34f,0x32ffbf96,0xf363e6f5,0xa426e9df,0x5fb6b000,0xed300000,0x01130006,0x5e079fe2,0xd0ef7b17,0x2efd0d4b,0xeefca145,0x42c00010,0x2000000b,0x1b000f44,0x111f5a0a,0x7f72fcf0,0xdaef05cd,0xc149f32f,0x32ffbf97,0xf353e6f5,0xa426e9cf,0x60b6b000,0xed300000,0x01120006,0x5d077fe3,0xd10f7b17,0x1eff0d4b,0xedfc9145,0x42a00010,0x2000000b,0x1b000f45,0x111f5b0a,0x8f72fd00,0xdaef05cd,0xc148f32f,0x32ffbf97,0xf353e6f5,0xa426e9bf,0x60b6b000,0xed300000,0x01120006,0x5d077fe3,0xd11f7b17,0x1eff0d4b,0xedfc9145,0x42900010,0x2000000b,0x1b000f45,0x111f5b0a,0x8f72fd00,0xdaff04cd,0xc148f32f,0x33ffbf96,0xf353e6f5,0xa426e9cf,0x60b6b000,0xed300000,0x01120006,0x5c078fe3,0xd12f7b16,0xfeff0d4b,0xedfc8144,0x42900010,0x3000000b,0x1c000f44,0x110f5b0a,0x7f74fd20,0xdaff04cd,0xc149f33f,0x32ffbf96,0xf353e6f5,0xa426e9cf,0x60b6b000,0xed300000,0x01120006,0x5c078fe3,0xd13f7b16,0xfefe0d4b,0xeefc8144,0x42900010,0x3000000b,0x1c000f44,0x110f5b0a,0x7f74fd20,0xdaef05cd,0xc149f32f,0x32ffbf97,0xf353e7f5,0xa426e9cf,0x60b6b000,0xed300000,0x01120006,0x5d078fe3,0xd13f7a16,0xfefc0d4b,0xeefc9145,0x42a00010,0x3000000b,0x1b000f45,0x110f5e0a,0x6f75fd40,0xdaef05cd,0xc149f32f,0x31ffbf97,0xf353e6f5,0xa426e9cf,0x60b6b000,0xed300000,0x01120006,0x5d078fe3,0xd14f7a16,0xfefb0d4b,0xeefcc146,0x42c00010,0x3000000b,0x1a000f47,0x111f610a,0x3f75fd90,0xdaef05cd,0xc149f32f,0x31ffaf97,0xf353e6f5,0xb427e9cf,0x60b6b000,0xed600000,0x01120006,0x5e078fe3,0xd15f7a17,0x2efa0d5b,0xedfd0147,0x43000010,0x2000000b,0x19000f48,0x112f630a,0x8f75fdf0 +}; + +u32 ANIM_ENTRY_death_explosion_forward_right2[] = +{ + 0xfda05000,0x800dfbaf,0xfafe3ff6,0xfd77f485,0x63d31790,0x4a3f9800,0xa6b80000,0x0234000c,0x7cf18007,0xfd90600a,0x60b9005b,0xfdfc0fd9,0x3f000000,0xd000000f,0xf3000fc1,0x014ff100,0x50070060,0xfd905100,0x800efbaf,0xfafe6ff6,0xfd67f585,0x73d31790,0x4a3f9800,0xa6a80000,0x0233000c,0x7af18008,0xfd90600a,0x60ba006b,0xfdfb3fdd,0x3ee00000,0xf000000f,0xee000fc3,0x014fec00,0x60070060,0xfd605300,0x8011fb8f,0xfafe7ff7,0xfd57f685,0x73d417b0,0x4b3f9800,0xa6a80000,0x0232000c,0x78f1a009,0xfd80600a,0x60b7005b,0xfdfacfe6,0x3ec00000,0xc000000f,0xe0000fc6,0x014feb00,0x60090040,0xfd505500,0xa012fb6f,0xf8fe5ff7,0xfd57fb85,0xc3d61830,0x4e3f7800,0xa6580000,0x022e000c,0x71f1c00d,0xfd10620a,0x20abffbb,0xfefaaff3,0x3ed00001,0xb000000f,0xc1000fd6,0x014fe800,0x600a0020,0xfd305d00,0xa015fb0f,0xf6fe5ff6,0xfd581687,0x33e21a70,0x5b3f0800,0xa5580000,0x0220000c,0x54f28022,0xfb906a09,0x50a1fe2b,0xfff9f008,0x3ec00005,0x6000000f,0x8f000ff5,0x012fe6fd,0x8010ff80,0xfc606a00,0x901ffa7f,0xf2fe9ff2,0xfd784489,0x73ff1dc0,0x6c3e9800,0xa4b80000,0x020f000c,0x28f4703d,0xfa206e08,0xd090fc9b,0xfef8f017,0x3ef00009,0xf000000f,0x55000008,0xfedfe3f9,0xa022fc70,0xfbc07200,0x9020fa7f,0xe8ff5fed,0xfdc8618b,0xc4112090,0x743e6800,0xa3880000,0x0207000c,0x25f5503a,0xf9a06f08,0xe06dfc3b,0xfdf89017,0x3f20000c,0xd000000f,0x2d00002b,0xfcafe2f7,0x4037f990,0xfb707500,0x901bfa7f,0xe1002feb,0xfe086b8d,0x44172210,0x743e7800,0xa2680000,0x0203000c,0x3cf5102a,0xf9707008,0xe05afc1b,0xfcf83017,0x3f60000e,0x5000000f,0x1600003d,0xfc0fdff5,0xe04ef800,0xfb407500,0x9015fa4f,0xdb015fef,0xfe586c8d,0x84232330,0x6f3ee800,0xa2980000,0x01fe000c,0x52f4e018,0xf9b06e08,0xd057fc0b,0xfbf77019,0x3f30000f,0x7000000e,0xfb00003e,0xfaffddf5,0x9064f760,0xfb207600,0xa012fa3f,0xd901dff0,0xfe786b8d,0x942923a0,0x6d3f1800,0xa2b80000,0x01fc000c,0x5bf4d011,0xf9d06d08,0xd056fbfb,0xfaf7201a,0x3f10000f,0xf000000e,0xf100003f,0xfa7fddf5,0x707af720,0xf9607600,0x3008fa5f,0xc30b3ff5,0xff78548e,0x84582570,0x633fc800,0xa4b80000,0x01f8000c,0x85f4ffde,0xfaf06008,0x9069fc7b,0xf9f5e020,0x3e300014,0x4000000e,0x71000017,0xf96fe0f7,0x9082f840,0xf9007600,0x0004fa6f,0xc20c8ff4,0xff884c8e,0xe4562590,0x633fc800,0xa4b80000,0x01f7000c,0x94f4bfd6,0xfb105e08,0x8069fc5b,0xf8f5d01f,0x3e700015,0x6000000e,0x5a000013,0xf8e01af8,0x8089f8f0,0xf84075ff,0x8ffcfaaf,0xc10f9ff4,0xff58348f,0xa44624f0,0x613fa800,0xa4e80000,0x01fc000c,0xc4f3ffc2,0xfc005608,0x6068fbdb,0xf8f5801c,0x3f100018,0x7000000e,0x2a00000c,0xf78032fb,0x2095fb10,0xf78073fe,0xfffefadf,0xc012aff5,0xfe580c8f,0x542e2270,0x533fb800,0xa6f80000,0x020f000c,0xfef31fa4,0xfe904908,0x606bfa6b,0xf7f4901c,0x3f10001d,0x8000000d,0xf0000ffd,0xf5c065fe,0x809efe10,0xf69072fe,0xbffffadf,0xbe138fe1,0xfd17e28d,0xc4231f80,0x47401800,0xa9480000,0x0219000d,0x1af23f8d,0x00703e08,0x8073f82b,0xf7f3a02d,0x3e300023,0xa000000d,0xa6000fed,0xf2906d00,0x80aaffc0,0xf62072fe,0xeff9fb1f,0xb7127fc3,0xfbc7c48c,0x540e1ca0,0x40407800,0xa9e80000,0x0216000d,0x2ef0ef82,0x01503f08,0xb06ef61b,0xf7f37044,0x3cb00028,0xd000000d,0x60000ff2,0xefe06b01,0x70b70080,0xf64070ff,0x2ff7fb4f,0xb5117f9f,0xfb07bd8b,0xb4031b40,0x3c40b800,0xa9f80000,0x0215000d,0x33f00f80,0x01b04108,0xc068f55b,0xf5f3b04e,0x3d70002a,0x8000000d,0x46000ff8,0xeee06901,0xe0bc00d0,0xf65079ff,0x500efa7f,0xb50daf75,0xf927c68a,0x63fe1870,0x3241b800,0xa9b80000,0x0214000d,0x13ee0f97,0x02604b08,0x206ef37b,0xecf3c069,0x3cb0002e,0x5000000d,0x09000ff8,0xee107303,0x70c10220,0xf6108dff,0x7035f9cf,0xaf078f54,0xf787ee89,0x93fd1590,0x2a41f800,0xa7a80000,0x0211000c,0xe0ec3fb8,0x00705f06,0xf081f12b,0xd6f34087,0x3b700033,0x3000000c,0xbd000ff1,0xed608505,0x80c303c0,0xf5f09eff,0xa056f98f,0xaa00bf2f,0xf6482389,0x33f713c0,0x2341b800,0xa4b80000,0x0206000c,0xbeeadfc7,0xfd107705,0xb08eef4b,0xc8f2c09f,0x3ae00037,0x0000000c,0x81000ff2,0xecc08f06,0x90c90480,0xf610acff,0xf07bf9df,0xa9f71efc,0xf5187c89,0x93e312d0,0x1d40d800,0x9f980000,0x01e8000c,0xaee98fbe,0xf6d09a03,0xf095ed7b,0xc5f240b6,0x3b20003a,0x9000000c,0x4b000ffb,0xec208e06,0x40db0430,0xf640b100,0x30b7fb9f,0xb2ee7ec8,0xf4b90b8f,0x23c012e0,0x323ec800,0x97f80000,0x01b6000c,0xc2eacf98,0xed70b501,0x60a4ec8b,0xbbf1d0c1,0x3b30003d,0x2000000c,0x21000ff0,0xec108e05,0xb0f10360,0xf650b300,0x70ebfd0f,0xbee7dea9,0xf4798594,0x83a012d0,0x4f3cd800,0x92b80000,0x0189000c,0xdbed4f6f,0xe6e0bcff,0x40b3ec2b,0xb1f190c7,0x3b30003e,0xc000000c,0x03000fdf,0xec208b05,0x90fc02f0,0xf660b200,0x9102fdaf,0xcbe61ead,0xf3e9cc98,0x33841310,0x783a7800,0x91980000,0x016b000c,0xecef9f54,0xe540acfe,0xb0c0ec6b,0xacf1a0ca,0x3b40003f,0x3000000b,0xf8000fcd,0xec408706,0x40f10320,0xf710ad01,0x212dfdff,0xeee8aedb,0xf1ba419f,0x934512e0,0xdb32e800,0x92680000,0x0156000c,0xfff28f43,0xe6208fff,0x90dded0b,0x9ff1b0ce,0x3b70003e,0xf000000b,0xf6000f9b,0xed008608,0x10cc0380,0xf850a802,0x2141fd70,0x05f18f22,0xef2a91a6,0x433412d1,0x312ac800,0x94c80000,0x015d000c,0xf7f3af46,0xe65084ff,0xc0f8edbb,0x8af120cd,0x3ae0003d,0x7000000c,0x09000f6c,0xee309009,0x90a90360,0xfb309f04,0x9129fdaf,0xfafebf6d,0xedbabeac,0x734a1491,0x7521a800,0x95e80000,0x0178000d,0x05f2bf42,0xe24077fe,0x50ffeecb,0x7ff0f0c8,0x3a200038,0x9000000c,0x47000f59,0xf0009b09,0xc08a02b0,0xff609008,0x10fdfe6f,0xdd0bafb0,0xed0ae1b1,0xf3561701,0xae17f800,0x94a80000,0x0199000d,0x25f0bf45,0xdd906afd,0x10f2f02b,0x81f150c3,0x39d00030,0xa000000c,0xac000f62,0xf290a108,0xc06d01a0,0x02e0890a,0xf0e6fe1f,0xcb134fdc,0xec3a92b4,0xd3ab16f1,0xd111e800,0x94180000,0x01a8000d,0x5af00f43,0xde8065fd,0x40e3f14b,0x86f0e0b7,0x39500028,0xa000000d,0x11000f7f,0xf5509e07,0xf04e00c0,0x08c0890f,0xe0d2fccf,0xb01b7006,0xeb2990b8,0x149113c1,0xe40ba800,0x94580000,0x01bc000d,0xe1f13f32,0xe64063fe,0xe0b1f31b,0xa2ef3097,0x3830001a,0x6000000d,0xd8000fe1,0xf9d08206,0xffffffe0,0x0ca08613,0x50bdfcdf,0x941cfffd,0xea0980b8,0xe46d10b1,0xb70af800,0x93380000,0x01d2000e,0x70f4bf35,0xeda06000,0x604cf3db,0xdaf07073,0x38f00015,0x0000000e,0x88000064,0xf9104005,0xaf9400e0,0x0fc07c16,0x80a9fcff,0x8219bfef,0xe849ffb7,0xf3ad0e91,0x8d0ab800,0x92080000,0x01d9000f,0x09f94f57,0xf2a04e01,0x8fdff49c,0x14f4004a,0x3ac00015,0x0000000f,0x1f000102,0xf6ffe602,0xcf0c04c0,0x11707718,0xf0a2fc8f,0x7b13afea,0xe67a4eb6,0xd3500dc1,0x8309a800,0x91b80000,0x01c7000f,0x5afc1f77,0xf4d03a02,0x5fb9f55c,0x34f5f036,0x3b700015,0xf000000f,0x3600016c,0xf8efadff,0x5ed409a0,0x12007719,0xe09efc2f,0x78106fea,0xe58a51b6,0x334e0db1,0x86094800,0x91e80000,0x01b9000f,0x72fccf80,0xf5a03202,0xbfbdf5bc,0x3ff63034,0x3b700016,0x2000000f,0x1f000189,0xfa9f9cfd,0xced90b60,0x1340761b,0xa086fb3f,0x6f0aafe4,0xe49a72b3,0xe3080d41,0x9a098800,0x91e80000,0x0195000f,0xb4fd6f90,0xf8402303,0x4fdcf58c,0x54f5804d,0x3b000018,0x9000000e,0xac00019f,0xfa4f89fd,0x3eef0bc0,0x14e0751d,0xf06af9ef,0x65039fda,0xe39a9cb0,0xc2ad0bc1,0xb20a1800,0x91f80000,0x016f0000,0x04fdffa5,0xfc100e04,0x0005f51c,0x6df45071,0x3a50001c,0x1000000e,0x0c0001af,0xf95f75fd,0xdf010b90,0x15a0701f,0x1062f95f,0x6600afd0,0xe35ab0af,0x828b0971,0xb90a8800,0x92280000,0x016b0000,0x17fdefb2,0xfe000304,0x401cf4ec,0x75f32085,0x3980001e,0x4000000d,0xb00001a2,0xf87f7000,0x1ef70ad0,0x17306621,0x805bf84f,0x68f9ffae,0xe21b03ad,0xf23b0211,0xca0ba800,0x93380000,0x01750000,0x0bfd6fd4,0xfeeff505,0x0064f56c,0x7cef3099,0x36b00023,0x0000000c,0xd3000170,0xf72f7505,0xfed109a0,0x18d05e24,0x6057f6ff,0x65f3ff91,0xe08b48ac,0x21edfa31,0xe10d4800,0x94080000,0x018c000f,0xfcfbbffe,0xfc600906,0xc096f60c,0x90eba0a2,0x34700026,0x7000000c,0x18000169,0xf6ff8b09,0xfeb20940,0x1a305926,0xe057f5af,0x66f02f7f,0xdf7b7daa,0xf1aaf531,0xf70df800,0x93a80000,0x01a8000f,0xeef93022,0xf6b04209,0x10a4f68c,0xa7e9709f,0x33200028,0x0000000b,0xb0000188,0xf74fad0c,0x1e990970,0x1b205928,0x8057f4bf,0x6eee3f7c,0xdefba6aa,0x717af322,0x080db800,0x93080000,0x01b4000f,0xe9f7b034,0xf170730a,0x30a5f68c,0xb5e87097,0x32400029,0x1000000b,0x810001a6,0xf73fc60d,0xae8509e0,0x1c905a2b,0x5058f2bf,0x80ebbf85,0xde3be2a9,0xd136f212,0x0b101800,0x92e80000,0x01e5000f,0xe4f6804c,0xecb09f09,0x109ef5ec,0xcbe87086,0x31d0002b,0xd000000b,0x5c0001d7,0xf67fef0f,0x2e710be0,0x1ec05130,0x6063efaf,0x90e97f90,0xdc7c1fa8,0x30cbf671,0xa61dd800,0x94a80000,0x02c6000f,0xedf62069,0xf2808803,0x6089f3dc,0xd8ec707a,0x34200031,0xb000000b,0x690001fe,0xf4802d09,0xae7d0ff0,0x20503035,0x5079edcf,0x9ae96fcc,0xdc6c43a4,0xc038f682,0x061ea800,0x96280000,0x02f30000,0x09f57083,0xf4d04200,0x7078f23c,0xbbf2f07b,0x37500036,0xa000000b,0x920001da,0xf4406ec4,0xfeaeffb0,0x206ffe38,0xe0a8edaf,0x86ebf013,0xdffc46a4,0xb019faa2,0xae23b800,0x9c980000,0x02dc000f,0xedf690db,0xfa5fad05,0x9073f1dc,0x74f7407e,0x39a00037,0xd000000b,0xbc00017d,0xf980a93a,0x7f7503a0,0x1fffcf3b,0xc0dfee5f,0x69f07047,0xe5ac05aa,0xe0b31532,0xb4442800,0xa8880000,0x02fe000f,0x94f6f16b,0x11600a08,0x407cf18c,0x1cf71078,0x3b200037,0x1000000c,0x06000117,0x02d0d300,0x0f6f0db0,0x1fbfb93d,0x70f5ef2f,0x70f40074,0xe9fb6fae,0x014325d2,0x6756d800,0xa8d80000,0x02f2000f,0x43f4c1a0,0x2240570a,0x1086f05b,0xddf53069,0x3b900037,0x9000000c,0x690000c4,0x0950dbfb,0xef320a70,0x1f4faf3c,0x910df0bf,0xb7f540a7,0xecdafdb0,0x415b29b2,0x2c5a7800,0xa9d80000,0x02ed000f,0x22f40185,0x28a0550b,0xf073ed9b,0xb4f5004b,0x3ca0003b,0xc000000c,0xf2000058,0x0d50c201,0xbefd09e0,0x1e4fa339,0xe136f280,0x0ef620ec,0xee9a67b1,0xf1892cc2,0x2b5af800,0xab680000,0x02db000f,0x21f4e159,0x24a0720c,0x503fea6b,0xa7f61028,0x3d90003f,0xb000000d,0x74000fed,0x11c09808,0x3ec60950,0x1d2f9537,0x515bf890,0x3ff72122,0xee79dbb1,0xa1d932c2,0x285db800,0xad780000,0x02ab000f,0x20f78141,0x1df08c08,0x5010e84b,0xb0f77018,0x3d300040,0x1000000d,0xb1000fc4,0x15f07e09,0xeea90860,0x1cbf9036,0x81680040,0x4ff78132,0xee49adb1,0x51f23592,0x195f5800,0xb0080000,0x0298000f,0x1ff8b13a,0x1c709006,0x0000e78b,0xb1f7f014,0x3cd0003f,0xd000000d,0xc5000fbc,0x17b07909,0xde9f0800,0x1caf8f36,0x71690bf0,0x50f78133,0xee39aab1,0x41f435e2,0x175f8800,0xb3080000,0x0296000f,0x1ff8d139,0x1c509005,0xdfffe77b,0xb1f80013,0x3cd0003f,0xd000000d,0xc6000fbb,0x17d07909,0xde9e0800,0x1bff7e35,0x51890f20,0x6af6e141,0xec99a5b0,0x61e13a11,0xed5f4800,0xb6680000,0x0288000f,0x34fb5134,0x1770af00,0x9fede5ab,0xa8f95013,0x3b20003d,0xf000000d,0xf5000fb3,0x1c207108,0x7e8c0730,0x1bcf7935,0x119611a0,0x71f6f13e,0xec39a4b0,0x31df3ae1,0xe85e5800,0xba280000,0x027d000f,0x2ffca131,0x1470b3fe,0xffede4db,0xa2f9d017,0x3a90003c,0x7000000e,0x07000fbd,0x1e007006,0x3e890840,0x1b2f6534,0x41c311a0,0x86f7812b,0xeac999af,0xc1df3d31,0xe05b6800,0xbe280000,0x025c000f,0x1c017129,0x0ab0bef9,0xafe1e29b,0x9bfc3025,0x38d00036,0x5000000e,0x3d000fec,0x245080fd,0xfe7a0d70,0x1acf5133,0x81e51220,0x92f8e10b,0xe99981af,0xa1ed3d71,0xff59e800,0xc2580000,0x0229000f,0x1804c127,0x05c0bdf7,0x0fbfe1eb,0xaefed032,0x38500031,0x0000000e,0x5300001a,0x2780a9f8,0xfe6a1330,0x1a6f4033,0x01f41300,0x98fac0fe,0xe93976af,0xb1ef3d12,0x1f596800,0xc6c80000,0x01ea000f,0x27061131,0x0420b4f5,0x7fafe19b,0xbf00e02f,0x3880002e,0xb000000e,0x7000001d,0x26a0b2fb,0x7e5c13a0,0x19ff2a32,0x71fe1410,0x9efd6104,0xe93968af,0xb1ee3c92,0x6e58d800,0xcb480000,0x01a0000f,0x3f071140,0x03709ef3,0x6faae0fb,0xd602c017,0x3910002d,0xe000000e,0xac000019,0x2360aa01,0xae5a10d0,0x199f2332,0x52061430,0x9bfe50fd,0xe94965af,0x91e03ca2,0xd458a800,0xcfe81000,0x0151000f,0x5a073146,0x03908cf2,0xbface09b,0xe202b001,0x39b0002e,0xe000000e,0xd000002a,0x2260b901,0xfe7310b0,0x189f2432,0x521213f0,0x94ff40ea,0xe9d968af,0x51b83d43,0x3b587800,0xd4883f00,0x0100000f,0x9506714d,0x03006df2,0x5fb4e05b,0xf5013fd7,0x3b400031,0x5000000e,0xfc000047,0x21b0dcff,0xdeac1180,0x17ef3332,0x120c1360,0x940040cc,0xeb692dae,0xd1e83d13,0x8a585800,0xd9288700,0x00b1000f,0xb304714a,0x028065f2,0x8fc1e08c,0x04ff6fc1,0x3cc00032,0xbffc000f,0x0200003e,0x1ee0dc00,0x0ebb1010,0x17cf4731,0x81ff12d0,0x920130a6,0xedc8f9ae,0x92243c13,0xa9581800,0xddb8e400,0x0068000f,0xcc022146,0x027067f3,0x7fd0dfcc,0x11fe2fba,0x3e500034,0xcff1000e,0xf600001f,0x1a20da01,0x4ec10c80,0x180f5631,0x41f01260,0x8e01a078,0xf0d8f5ae,0x823b3b03,0xa557e800,0xe2195100,0x0028000f,0xe6011146,0x038069f5,0x5fd1decc,0x1cfe0fc5,0x3f800036,0xefe1000e,0xde000005,0x1660de01,0x6ed908d0,0x186f5c31,0x31e01240,0x8e01f044,0xf478feae,0x923b3a83,0xa857c800,0xe659ca00,0x0ff6000f,0xfc009145,0x04c069f6,0xbfc8de5c,0x26febfd0,0x40200037,0xafceffae,0xd0000ff3,0x14c0d800,0x6ef106c0,0x190f5c30,0xf1d61290,0x8d01900c,0xf8691aaf,0x421f3a83,0xab580800,0xea5a4a00,0x0fd5000f,0xfe007138,0x063068f7,0x4fc1de1c,0x2aff7fd7,0x40700037,0x8fb8fe9e,0xd2000fd5,0x13f0b6ff,0x7efd05e0,0x199f5d30,0xb1ce12c0,0x8a00cfd2,0xfca938af,0xf1fd3ac3,0xae584800,0xee0acc00,0x0fc9000f,0xf300d129,0x07b065f7,0x6fbcdddc,0x2b000fdd,0x40900037,0x3fa1fd0e,0xd7000fb4,0x136090fe,0xbf050590,0x19af5e30,0xb1ce12a0,0x87005f96,0x00f93baf,0xe1f93af3,0xad586800,0xf16b4c00,0x0fc9000f,0xec012128,0x084063f7,0x4fbcde0c,0x28002fdf,0x40800036,0xef8bfb0e,0xd9000faa,0x134057fe,0x7f0705b0,0x19cf5d30,0xc1cd1280,0x83ffcf5c,0x052942af,0xd1f33b43,0xaa58a800,0xf46bc500,0x0fca000f,0xec011129,0x08f062f7,0x1fbbde8c,0x2400dfe1,0x40700036,0x1f78f8ae,0xdd000fa2,0x13400ffe,0x0f0a05e0,0x19df5b30,0xc1cd1270,0x82ff8f24,0x092948af,0xd1ef3b63,0xa958c800,0xf6fc3200,0x0fca000f,0xef00d12a,0x094062f7,0x0fbadebc,0x23014fe1,0x40700035,0xaf68f61e,0xdf000fa0,0x135fedfd,0xdf0b05f0,0x19df5b30,0xc1cd1270,0x82ff8ef0,0x0cc949af,0xd1ee3b63,0xa958c800,0xf91c9000,0x0fca000f,0xef00d12a,0x094062f7,0x0fbadecc,0x23015fe1,0x40700035,0xaf5df36e,0xe0000fa0,0x135fedfd,0xcf0b05f0,0x19df5b30,0xb1ce1250,0x81ff7ec2,0x0fd945af,0xe1f13b93,0xaa58e800,0xfaacd800,0x0fc8000f,0xf000a129,0x091064f6,0xffb6deac,0x2501efe0,0x40800035,0xcf5af0be,0xe1000fa0,0x12ffebfe,0x5f060620,0x19df5b30,0xb1ce1250,0x81ff7e9c,0x123944af,0xe1f23ba3,0xaa58e800,0xfb9d0600,0x0fc7000f,0xf000a129,0x091064f6,0xffb5deac,0x2501efe0,0x40800035,0xcf5aee2e,0xe1000fa0,0x12efebfe,0x5f050630,0x19cf5930,0xc1cf1260,0x7fff7e7e,0x13b940af,0xd1f63ba3,0xaa58e800,0xfbfd1700,0x0fc7000f,0xee008129,0x091064f6,0xefb3dedc,0x2501ffe0,0x40700035,0xaf5aebce,0xe1000fa0,0x12cfeafe,0x5f040630,0x199f5231,0x01d11270,0x78ff9e6b,0x14492caf,0xc2083bb3,0xab58d800,0xfb3d1700,0x0fc6000f,0xe2ffc127,0x08d065f6,0xdfafdf5c,0x2101ffde,0x40100035,0x2f5ae9ce,0xe0000f9d,0x126fe6fe,0x5efe0680,0x197f5031,0x01d31280,0x77ffde64,0x144914af,0xd21a3bb3,0xac58c800,0xfa2d1700,0x0fc7000f,0xd6ff1122,0x082065f6,0xcfb2df8c,0x1d018fdc,0x3ff00034,0xff5ae83e,0xdf000f96,0x126fddfe,0x5efb06c0,0x196f4e30,0xf1d412a0,0x77002e68,0x145901af,0xe2283bb3,0xad58c800,0xf9bd1700,0x0fc6000f,0xd0fee11d,0x075067f6,0xbfb0dfac,0x20012fda,0x40000034,0xef5ae72e,0xde000f94,0x128fd8fe,0x4efa06d0,0x194f4d31,0x01d612a0,0x76005e6c,0x1448f7af,0xb2303bb3,0xad58b800,0xf9dd1700,0x0fc6000f,0xcfff211d,0x06c066f6,0xbfacdfdc,0x2300ffda,0x40000034,0xef5ae6ce,0xdb000f97,0x12bfdcfd,0xeefa06d0,0x193f4c31,0x11d512b0,0x76005e6e,0x1448f5af,0x82313ba3,0xac58a800,0xf9fd1700,0x0fc5000f,0xd1ff311d,0x067067f6,0xcfaadfec,0x2300dfd9,0x40000034,0xdf5ae6ce,0xdb000f9d,0x12ffe4fd,0xbefb06d0,0x195f4d31,0x11d312a0,0x78005e6e,0x1438f4af,0x72333ba3,0xab589800,0xfa0d1700,0x0fc5000f,0xd2ff511e,0x067068f6,0xcfaadfcc,0x2500ffd9,0x40100034,0xef5ae6ce,0xdd000fa3,0x132fe8fd,0xbefc06b0,0x197f4f31,0x11d01290,0x7a005e6e,0x1438f4af,0x72333ba3,0xaa589800,0xfa2d1700,0x0fc6000f,0xd3ff711e,0x067068f6,0xcfa9df8c,0x27015fda,0x40300034,0xff5ae6ce,0xdf000fa6,0x132fe9fd,0x9efd0680,0x198f5031,0x21ce1280,0x7a005e6e,0x1438f5af,0x52323ba3,0xa9588800,0xfa6d1700,0x0fc6000f,0xd5ff911e,0x068069f6,0xbfabdf6c,0x26019fdc,0x40300035,0x0f5ae6ce,0xdf000fa5,0x131fe9fd,0xbefe0650,0x198f5231,0x21ce1270,0x7c004e6e,0x1428f6af,0x62303ba3,0xa8588800,0xfa8d1700,0x0fc7000f,0xd6ffb11c,0x069069f6,0xbfafdf6c,0x22017fdc,0x40200035,0x0f5ae6ce,0xdf000fa0,0x130fe6fe,0x0efe0630,0x197f5331,0x11cf1260,0x7c004e6d,0x1428f0af,0x52343ba3,0xa8587800,0xfabd1700,0x0fc7000f,0xd5ffe11b,0x06a069f6,0xafb1df6c,0x21017fdc,0x40300035,0x1f5ae6ce,0xde000f9d,0x12efe1fe,0x1efe0620,0x197f5331,0x11cf1260,0x7c004e6d,0x1428edaf,0x42363ba3,0xa8587800,0xfacd1700,0x0fc6000f,0xd3ffe11a,0x06b069f6,0xafb1df7c,0x21016fdc,0x40300035,0x2f5ae6ce,0xde000f9c,0x12cfe0fe,0x0efe0620,0x197f5231,0x11d01270,0x7c004e6d,0x1428efaf,0x42353ba3,0xa8588800,0xfacd1700,0x0fc6000f,0xd4ffe11a,0x06b069f6,0xafb0df8c,0x22012fdc,0x40300035,0x1f5ae6ce,0xdd000f9b,0x12afdffe,0x2efe0610,0x197f5231,0x11d01280,0x7c004e6d,0x1428efaf,0x42353ba3,0xa8588800,0xfacd1700,0x0fc5000f,0xd3ffe11a,0x06b069f6,0xafafdf9c,0x23011fdb,0x40200035,0x1f5ae6ce,0xdc000f9a,0x12afdffe,0x2efe0620,0x196f5031,0x01d112a0,0x7b004e6d,0x1418eeaf,0x52363ba3,0xa9588800,0xfabd1700,0x0fc5000f,0xd3ffe11a,0x06b069f6,0xafaadfac,0x27013fdc,0x40400035,0x2f5ae6ce,0xdb000f9c,0x129fdefd,0xbefe0640,0x195f4f31,0x01d112b0,0x7b004e65,0x1448edaf,0x42373b93,0xa6588800,0xfa1d1c00,0x0fc5000f,0xd2ffe11a,0x066069f6,0xafa8df9c,0x2a015fdc,0x40600035,0x3f57e69e,0xda000f9e,0x128fdf03,0x6efe0650 +}; + +u32 ANIM_ENTRY_death_explosion_forward_right2_alt[] = +{ + 0xfda04800,0x800dfbaf,0xfafe2f72,0xfd87f585,0x53d31790,0x493f9000,0xd9300000,0x0235000c,0x7cf18007,0xfd90600a,0x606f003c,0x06f7ffda,0x3f200000,0xa000000f,0xf6000fdc,0x04efd505,0xffd0ffc0,0xfd904800,0x800dfbaf,0xfafe3f72,0xfd77f485,0x63d31790,0x4a3f9000,0xd9400000,0x0234000c,0x7cf18007,0xfd90600a,0x606f005c,0x06f75fd9,0x3f200000,0xd000000f,0xf3000fdc,0x04efd405,0xefd00030,0xfd904900,0x800efbaf,0xfafe6f73,0xfd67f585,0x73d31790,0x4a3f9000,0xd9500000,0x0233000c,0x7af18008,0xfd90600a,0x606f006c,0x05f69fdd,0x3f200000,0xf000000f,0xee000fdc,0x04dfd405,0xffd60000,0xfd604b00,0x8011fb8f,0xfafe7f73,0xfd57f685,0x73d417b0,0x4b3f9000,0xd9500000,0x0232000c,0x78f1a009,0xfd80600a,0x606f005c,0x05f62fe6,0x3f100000,0xc000000f,0xe0000fe2,0x047fd406,0x0fe6ff10,0xfd504e00,0xa012fb6f,0xf8fe5f74,0xfd57fb85,0xc3d61830,0x4e3f7000,0xd9a00000,0x022e000c,0x71f1c00d,0xfd10620a,0x206effbc,0x06f5fff3,0x3f200001,0xb000000f,0xc1000fec,0x036fd306,0x0001ff80,0xfd205500,0xa015fb0f,0xf6fe5f72,0xfd581687,0x33e21a70,0x5b3f0000,0xdaa00000,0x0220000c,0x54f28022,0xfb906a09,0x506dfe2c,0x05f54008,0x3f100005,0x6000000f,0x8f000ffb,0x023fdb05,0xf01afe40,0xfc606200,0x901ffa7f,0xf2fe9f6f,0xfd784489,0x73ff1dc0,0x6c3e9000,0xdb400000,0x020f000c,0x28f4703d,0xfa206e08,0xd06dfc9c,0x06f44017,0x3f200009,0xf000000f,0x55000011,0x00afe305,0xd030fc70,0xfbc06a00,0x9020fa7f,0xe8ff5f69,0xfdc8618b,0xc4112090,0x743e6000,0xdc700000,0x0207000c,0x25f5503a,0xf9a06f08,0xe06cfc3c,0x06f3e017,0x3f10000c,0xd000000f,0x2d00002b,0x000fed05,0xc041f990,0xfb706d00,0x901bfa7f,0xe1002f67,0xfe086b8d,0x44172210,0x743e7000,0xdd900000,0x0203000c,0x3cf5102a,0xf9707008,0xe06cfc1c,0x05f39017,0x3f20000e,0x5000000f,0x1600003d,0xffaff905,0xa04bf800,0xfb406d00,0x9015fa4f,0xdb015f6b,0xfe586c8d,0x84232330,0x6f3ee000,0xdd600000,0x01fe000c,0x52f4e018,0xf9b06e08,0xd06cfc0c,0x03f2c019,0x3f20000f,0x7000000e,0xfb00003e,0xfef00505,0x8055f760,0xfb206e00,0xa012fa3f,0xd901df6d,0xfe786b8d,0x942923a0,0x6d3f1000,0xdd400000,0x01fc000c,0x5bf4d011,0xf9d06d08,0xd06bfbfc,0x01f2701a,0x3f10000f,0xf000000e,0xf100003f,0xfde01105,0x6059f720,0xf9606e00,0x3008fa5f,0xc30b3f76,0xff78548e,0x84582570,0x633fc000,0xdb400000,0x01f8000c,0x85f4ffde,0xfaf06008,0x9069fc7b,0xfff14020,0x3f100014,0x4000000e,0x71000017,0xf9601e05,0x4082f840,0xf9006e00,0x0004fa6f,0xc20c8f75,0xff884c8e,0xe4562590,0x633fc000,0xdb400000,0x01f7000c,0x94f4bfd6,0xfb105e08,0x8069fc5b,0xfdf1301f,0x3f100015,0x6000000e,0x5a000013,0xf7e02c05,0x2089f8f0,0xf8406dff,0x8ffcfaaf,0xc10f9f74,0xff58348f,0xa44624f0,0x613fa000,0xdb100000,0x01fc000c,0xc4f3ffc2,0xfc005608,0x6068fbdb,0xfaf0d01c,0x3f100018,0x7000000e,0x2a00000c,0xf6903905,0x0095fb10,0xf7806bfe,0xfffefadf,0xc012af76,0xfe580c8f,0x542e2270,0x533fb000,0xd9000000,0x020f000c,0xfef31fa4,0xfe904908,0x606bfa6b,0xf7efe01c,0x3f10001d,0x8000000d,0xf0000ffd,0xf5c04604,0xf09efe10,0xf6906afe,0xbffffadf,0xbe138f7b,0xfd17e28d,0xc4231f80,0x47401000,0xd6b00000,0x0219000d,0x1af23f8d,0x00703e08,0x8073f82b,0xf5eef02d,0x3e300023,0xa000000d,0xa6000fed,0xf2905204,0xd0aaffc0,0xf6206afe,0xfff9fb1f,0xb7127f7e,0xfbc7c48c,0x540e1ca0,0x40407000,0xd6100000,0x0216000d,0x2ef0ef82,0x01503f08,0xb06ef61b,0xf1eec044,0x3d900028,0xd000000d,0x60000ff2,0xefe05e04,0xb0b70080,0xf64068ff,0x2ff7fb4f,0xb5117f7e,0xfb07bd8b,0xb4031b40,0x3c40b000,0xd6100000,0x0215000d,0x33f00f80,0x01b04108,0xc068f55b,0xe9ef004e,0x3d70002a,0x8000000d,0x46000ff8,0xeee06904,0x90bc00d0,0xf66071ff,0x500efa7f,0xb50daf75,0xf927c68a,0x63fe1870,0x3241b000,0xd6400000,0x0214000d,0x13ee0f97,0x02604b08,0x206ef37b,0xe1ef1069,0x3cb0002e,0x5000000d,0x09000ff8,0xee107304,0x70c10220,0xf61085ff,0x7035f9cf,0xaf078f54,0xf787ee89,0x93fd1590,0x2a41f000,0xd8500000,0x0211000c,0xe0ec3fb8,0x00705f06,0xf081f12b,0xd6ee9087,0x3b700033,0x3000000c,0xbd000ff1,0xed608505,0x80c303c0,0xf5f096ff,0xa056f98f,0xaa00bf2f,0xf6482389,0x33f713c0,0x2341b000,0xdb400000,0x0206000c,0xbeeadfc7,0xfd107705,0xb08eef4b,0xc8ee209f,0x3ae00037,0x0000000c,0x81000ff2,0xecc08f06,0x90c90480,0xf610a4ff,0xf07bf9df,0xa9f71efc,0xf5187c89,0x93e312d0,0x1d40d000,0xe0600000,0x01e8000c,0xaee98fbe,0xf6d09a03,0xf095ed7b,0xc5ed90b6,0x3b20003a,0x9000000c,0x4b000ffb,0xec208e06,0x40db0430,0xf630a900,0x30b7fb9f,0xb2ee7ec8,0xf4b90b8f,0x23c012e0,0x323ec000,0xe8000000,0x01b6000c,0xc2eacf98,0xed70b501,0x60a4ec8b,0xbbed20c1,0x3b30003d,0x2000000c,0x21000ff0,0xec108e05,0xb0f10360,0xf650ab00,0x70ebfd0f,0xbee7dea9,0xf4798594,0x83a012d0,0x4f3cd000,0xed400000,0x0189000c,0xdbed4f6f,0xe6e0bcff,0x40b3ec2b,0xb1ece0c7,0x3b30003e,0xc000000c,0x03000fdf,0xec208b05,0x90fc02f0,0xf660aa00,0x9102fdaf,0xcbe61ead,0xf3e9cc98,0x33841310,0x783a7000,0xee600000,0x016b000c,0xecef9f54,0xe540acfe,0xb0c0ec6b,0xacecf0ca,0x3b40003f,0x3000000b,0xf8000fcd,0xec408706,0x40f10320,0xf700a501,0x112dfdff,0xeee8aedb,0xf1ba419f,0x934512e0,0xdb32e000,0xed900000,0x0156000c,0xfff28f43,0xe6208fff,0x90dded0b,0x9fed00ce,0x3b70003e,0xf000000b,0xf6000f9b,0xed008608,0x10cc0380,0xf840a002,0x2141fd70,0x05f18f22,0xef2a91a6,0x433412d1,0x312ac000,0xeb300000,0x015d000c,0xf7f3af46,0xe65084ff,0xc0f8edbb,0x8aec80cd,0x3ae0003d,0x7000000c,0x09000f6c,0xee309009,0x90a90360,0xfb209704,0x9129fdaf,0xfafebf6d,0xedbabeac,0x734a1491,0x7521a000,0xea100000,0x0178000d,0x05f2bf42,0xe24077fe,0x50ffeecb,0x7fec50c8,0x3a200038,0x9000000c,0x47000f59,0xf0009b09,0xc08a02b0,0xff408908,0x00fdfe6f,0xdd0bafb0,0xed0ae1b1,0xf3561701,0xae17f000,0xeb500000,0x0199000d,0x25f0bf45,0xdd906afd,0x10f2f02b,0x81ecb0c3,0x39d00030,0xa000000c,0xac000f62,0xf290a108,0xc06d01a0,0x02c0810a,0xe0e6fe1f,0xcb134fdc,0xec3a92b4,0xd3ab16f1,0xd111e000,0xebe00000,0x01a8000d,0x5af00f43,0xde8065fd,0x40e3f14b,0x86ec30b7,0x39500028,0xa000000d,0x11000f7f,0xf5509e07,0xf04e00c0,0x0890820f,0xd0d2fccf,0xb01b7006,0xeb2990b8,0x149113c1,0xe40ba000,0xeba00000,0x01bc000d,0xe1f13f32,0xe64063fe,0xe0b1f31b,0xa2ede097,0x3830001a,0x6000000d,0xd8000fe1,0xf9d08206,0xffffffe0,0x0c607f13,0x50bdfcdf,0x941cfffd,0xea0980b8,0xe46d10b1,0xb70af000,0xecc00000,0x01d2000e,0x70f4bf35,0xeda06000,0x604cf3db,0xdaf07073,0x38f00015,0x0000000e,0x88000064,0xf9104005,0xaf9400e0,0x0f807516,0x70a9fcff,0x8219bfef,0xe849ffb7,0xf3ad0e91,0x8d0ab000,0xedf00000,0x01d9000f,0x09f94f57,0xf2a04e01,0x8fdff49c,0x14f4004a,0x3ac00015,0x0000000f,0x1f000102,0xf6ffe602,0xcf0c04c0,0x11207118,0xe0a2fc8f,0x7b13afea,0xe67a4eb6,0xd3500dc1,0x8309a000,0xee400000,0x01c7000f,0x5afc1f77,0xf4d03a02,0x5fb9f55c,0x34f5f036,0x3b700015,0xf000000f,0x3600016c,0xf8efadff,0x5ed409a0,0x11b07019,0xd09efc2f,0x78106fea,0xe58a51b6,0x334e0db1,0x86094000,0xee100000,0x01b9000f,0x72fccf80,0xf5a03202,0xbfbdf5bc,0x3ff63034,0x3b700016,0x2000000f,0x1f000189,0xfa9f9cfd,0xced90b60,0x12e0701b,0x9086fb3f,0x6f0aafe4,0xe49a72b3,0xe3080d41,0x9a098000,0xee100000,0x0195000f,0xb4fd6f90,0xf8402303,0x4fdcf58c,0x54f5804d,0x3b000018,0x9000000e,0xac00019f,0xfa4f89fd,0x3eef0bc0,0x14806f1d,0xe06af9ef,0x65039fda,0xe39a9cb0,0xc2ad0bc1,0xb20a1000,0xee000000,0x016f0000,0x04fdffa5,0xfc100e04,0x0005f51c,0x6df45071,0x3a50001c,0x1000000e,0x0c0001af,0xf95f75fd,0xdf010b90,0x15506b1f,0x0062f95f,0x6600afd0,0xe35ab0af,0x828b0971,0xb90a8000,0xedd00000,0x016b0000,0x17fdefb2,0xfe000304,0x401cf4ec,0x75f32085,0x3980001e,0x4000000d,0xb00001a2,0xf87f7000,0x1ef70ad0,0x16d06021,0x705bf84f,0x68f9ffae,0xe21b03ad,0xf23b0211,0xca0ba000,0xecc00000,0x01750000,0x0bfd6fd4,0xfeeff505,0x0064f56c,0x7cef3099,0x36b00023,0x0000000c,0xd3000170,0xf72f7505,0xfed109a0,0x18605924,0x5057f6ff,0x65f3ff91,0xe08b48ac,0x21edfa31,0xe10d4000,0xebf00000,0x018c000f,0xfcfbbffe,0xfc600906,0xc096f60c,0x90eba0a2,0x34700026,0x7000000c,0x18000169,0xf6ff8b09,0xfeb20940,0x19c05526,0xd057f5af,0x66f02f7f,0xdf7b7daa,0xf1aaf531,0xf70df000,0xec500000,0x01a8000f,0xeef93022,0xf6b04209,0x10a4f68c,0xa7e9709f,0x33200028,0x0000000b,0xb0000188,0xf74fad0c,0x1e990970,0x1ab05528,0x7057f4bf,0x6eee3f7c,0xdefba6aa,0x717af322,0x080db000,0xecf00000,0x01b4000f,0xe9f7b034,0xf170730a,0x30a5f68c,0xb5e87097,0x32400029,0x1000000b,0x810001a6,0xf73fc60d,0xae8509e0,0x1c20562b,0x4058f2bf,0x80ebbf85,0xde3be2a9,0xd136f212,0x0b101000,0xed100000,0x01e5000f,0xe4f6804c,0xecb09f09,0x109ef5ec,0xcbe87086,0x31d0002b,0xd000000b,0x5c0001d7,0xf67fef0f,0x2e710be0,0x1e404e30,0x5063efaf,0x90e97f90,0xdc7c1fa8,0x30cbf671,0xa61dd000,0xeb500000,0x02c6000f,0xedf62069,0xf2808803,0x6089f3dc,0xd8ec707a,0x34200031,0xb000000b,0x690001fe,0xf4802d09,0xae7d0ff0,0x1fd02e35,0x4079edcf,0x9ae96fcc,0xdc6c43a4,0xc038f682,0x061ea000,0xe9d00000,0x02f30000,0x09f57083,0xf4d04200,0x7078f23c,0xbbf0607b,0x37500036,0xa000000b,0x920001da,0xf4406ec4,0xfeaeffb0,0x1feffc38,0xe0a8edaf,0x86ebf013,0xdffc46a4,0xb019faa2,0xae23b000,0xe3600000,0x02dc000f,0xedf690db,0xfa5fad05,0x9073f1dc,0x74f3207e,0x39a00037,0xd000000b,0xbc00017d,0xf980a93a,0x7f7503a0,0x1f7fce3b,0xd0dfee5f,0x69f07047,0xe5ac05aa,0xe0b31532,0xb4442000,0xd7700000,0x02fe000f,0x94f6f16b,0x11600a08,0x407cf18c,0x1cf46078,0x3b200037,0x1000000c,0x06000117,0x02d0d300,0x0f6f0db0,0x1f3fb83d,0x80f5ef2f,0x70f40074,0xe9fb6fae,0x014325d2,0x6756d000,0xd0f00000,0x02f2000f,0x43f4c1a0,0x2240570a,0x1086f05b,0xddf53069,0x3b900037,0x9000000c,0x690000c4,0x0950dbfb,0xef320a70,0x1ecfae3c,0xa10df0bf,0x74f540a7,0xecdafdb0,0x415b29b2,0x2c5a7000,0xcfb00000,0x02ed000f,0x22f40185,0x28a0550b,0xf073ed9b,0xb4f5004b,0x3ca0003b,0xc000000c,0xf2000058,0x0d50c201,0xbefd09e0,0x1dcfa139,0xf136f28f,0x78f620ec,0xed5a67b1,0xf1892cc2,0x2b5af000,0xcde00000,0x02db000f,0x21f4e159,0x24a0720c,0x503fea6b,0xa7f61028,0x3d90003f,0xb000000d,0x74000fed,0x11c09808,0x3ec60950,0x1caf9437,0x715bf2ff,0x77f72122,0xeec9dbb1,0xa1d932c2,0x285db000,0xcb200000,0x02ab000f,0x20f78141,0x1df08c08,0x5010e84b,0xb0f77018,0x3d300040,0x1000000d,0xb1000fc4,0x15f07e09,0xeea90860,0x1c3f8e36,0xa168f30f,0x74f78132,0xf0f9adb1,0x51f23592,0x195f5000,0xca100000,0x0298000f,0x1ff8b13a,0x1c709006,0x0000e78b,0xb1f7f014,0x3cd0003f,0xd000000d,0xc5000fbc,0x17b07909,0xde9f0800,0x1c3f8d36,0x9169f30f,0x70f78133,0xf3d9aab1,0x41f435e2,0x175f8000,0xca000000,0x0296000f,0x1ff8d139,0x1c509005,0xdfffe77b,0xb1f80013,0x3cd0003f,0xd000000d,0xc6000fbb,0x17d07909,0xde9e0800,0x1b7f7c35,0x7189f33f,0x6af6e141,0xf759a5b0,0x61e13a11,0xed5f4000,0xca100000,0x0288000f,0x34fb5134,0x1770af00,0x9fede5ab,0xa8f95013,0x3b20003d,0xf000000d,0xf5000fb3,0x1c207108,0x7e8c0730,0x1b4f7635,0x3196f32f,0x64f6f13e,0xfb49a4b0,0x31df3ae1,0xe85e5000,0xca400000,0x0288000f,0x2ffca131,0x1470b3fe,0xffede4db,0xa2f9d017,0x3a90003c,0x7000000e,0x07000fbd,0x1e007006,0x3e890840,0x1aaf6234,0x61c3f32f,0x5df7812b,0xff8999af,0xc1df3d31,0xe05b6000,0xca900000,0x0286000f,0x1c017129,0x0ab0bef9,0xafe1e29b,0x9bfc3025,0x38d00036,0x5000000e,0x3d000fec,0x245080fd,0xfe7a0d70,0x1a4f4f33,0xa1e5f3af,0x57f8e10b,0x040981af,0xa1ed3d71,0xe959e000,0xcb000000,0x0283000f,0x1804c127,0x05c0bdf7,0x0fbfe1eb,0xaefed032,0x38500031,0x0000000e,0x5300001a,0x2780a9f8,0xfe6a1330,0x19ef3d33,0x21f4f47f,0x51fac0fe,0x08a976af,0xb1ef3d11,0xf0596000,0xcb800000,0x027f000f,0x27061131,0x0420b4f5,0x7fafe19b,0xbf00e02f,0x3880002e,0xb000000e,0x7000001d,0x26a0b2fb,0x7e5c13a0,0x197f2732,0xa1fef58f,0x4dfd6104,0x0d4968af,0xb1ee3c91,0xf058d000,0xcc100000,0x027a000f,0x3f071140,0x03709ef3,0x6faae0fb,0xd602c017,0x3910002d,0xe000000e,0xac000019,0x2360aa01,0xae5a10d0,0x191f2132,0x8206f5bf,0x4afe5111,0x11c965af,0x91e03ca1,0xed58a000,0xccb00000,0x0275000f,0x5a073146,0x03908cf2,0xbface09b,0xe202b001,0x39b0002e,0xe000000e,0xd000002a,0x2260b901,0xfe7310b0,0x181f2132,0x8212f57f,0x49ff4128,0x160968af,0x51b83d41,0xee587000,0xcd500000,0x026f000f,0x9506714d,0x03006df2,0x5fb4e05b,0xf5013fd7,0x3b400031,0x5ffc000e,0xfc000047,0x21b0dcff,0xdeac1180,0x176f3032,0x320cf4ef,0x49004139,0x19f92dae,0xd1e83d11,0xe1585000,0xcdf00000,0x0269000f,0xb304714a,0x028065f2,0x8fc1e08c,0x04ff6fc1,0x3cc00032,0xbff0000f,0x0200003e,0x1ee0dc00,0x0ebb1010,0x174f4431,0xa1fff44f,0x4701314c,0x1d68f9ae,0x92243c11,0xd1581000,0xce900000,0x0263000f,0xcc022146,0x027067f3,0x7fd0dfcc,0x11fe2fba,0x3e500034,0xcfdf000e,0xf600001f,0x1a20da01,0x4ec10c80,0x178f5431,0x61f0f3df,0x4301a15a,0x2058f5ae,0x823b3b01,0xcd57e000,0xcf300000,0x025d000f,0xe6011146,0x038069f5,0x5fd1decc,0x1cfe0fc5,0x3f800036,0xefca000e,0xde000005,0x1660de01,0x6ed908d0,0x17ef5931,0x51e0f3cf,0x4301f161,0x2288feae,0x923b3a81,0xd057c000,0xcfc00000,0x0257000f,0xfc009145,0x04c069f6,0xbfc8de5c,0x26febfd0,0x40200037,0xafb1000e,0xd0000ff3,0x14c0d800,0x6ef106c0,0x188f5931,0x11d6f40f,0x42019163,0x23f91aaf,0x421f3a81,0xd3580000,0xd0400000,0x0251000f,0xfe007138,0x063068f7,0x4fc1de1c,0x2aff7fd7,0x40700037,0x8f97000e,0xd2ffffd5,0x13f0b6ff,0x7efd05e0,0x191f5a30,0xd1cef43f,0x3f00c160,0x247938af,0xf1fd3ac1,0xd6584000,0xd0b00000,0x024c000f,0xf300d129,0x07b065f7,0x6fbcdddc,0x2b000fdd,0x40900037,0x3f7b000e,0xd7ffcfb4,0x136090fe,0xbf050590,0x192f5b30,0xd1cef41f,0x3c00515b,0x24793baf,0xe1f93af1,0xd6586000,0xd1000000,0x0247000f,0xec012128,0x084063f7,0x4fbcde0c,0x28002fdf,0x40800036,0xef61000e,0xd9ff9faa,0x134087fe,0x7f0705b0,0x194f5a30,0xe1cdf3ff,0x38ffc152,0x246942af,0xd1f33b41,0xd258a000,0xd1300000,0x0243000f,0xec011129,0x08f062f7,0x1fbbde8c,0x2400dfe1,0x40700036,0x1f48000e,0xddff4fa2,0x134081fe,0x0f0a05e0,0x195f5930,0xe1cdf3ef,0x37ff814e,0x246948af,0xd1ef3b61,0xd158c000,0xd1400000,0x0240000f,0xef00d12a,0x094062f7,0x0fbadebc,0x23014fe1,0x40700035,0xaf32000e,0xdffeffa0,0x13507ffd,0xdf0b05f0,0x195f5830,0xe1cdf3ef,0x37ff814e,0x246949af,0xd1ee3b61,0xd158c000,0xd1500000,0x023e000f,0xef00d12a,0x094062f7,0x0fbadecc,0x23015fe1,0x40700035,0xaf21000e,0xe0febfa0,0x13507ffd,0xcf0b05f0,0x195f5830,0xd1cef3df,0x36ff714c,0x246945af,0xe1f13b91,0xd258e000,0xd1600000,0x023e000f,0xf000a129,0x091064f6,0xffb6deac,0x2501efe0,0x40800035,0xcf16000e,0xe1fe6fa0,0x12f07dfe,0x5f060620,0x195f5830,0xd1cef3cf,0x36ff714c,0x246944af,0xe1f23ba1,0xd358e000,0xd1700000,0x023d000f,0xf000a129,0x091064f6,0xffb5deac,0x2501efe0,0x40800035,0xcf12000e,0xe1fe2fa0,0x12e07cfe,0x5f050630,0x195f5630,0xe1cff3df,0x34ff714c,0x246940af,0xd1f63ba1,0xd358e000,0xd1800000,0x023d000f,0xee008129,0x091064f6,0xefb3dedc,0x2501ffe0,0x40700035,0xaf12000e,0xe1fe0fa0,0x12c07cfe,0x5f040630,0x192f4f31,0x21d1f3ff,0x2dff914e,0x24592caf,0xc2083bb1,0xd358d000,0xd1a00000,0x023c000f,0xe2ffc127,0x08d065f6,0xdfafdf5c,0x2101ffde,0x40100035,0x2f12000e,0xe0fdff9d,0x126078fe,0x5efe0680,0x190f4d31,0x21d3f40f,0x2cffd152,0x245914af,0xd21a3bb1,0xd458c000,0xd1b00000,0x023c000f,0xd6ff1122,0x082065f6,0xcfb2df8c,0x1d018fdc,0x3ff00034,0xff12000e,0xdffdff96,0x12606ffe,0x5efb06c0,0x18ff4c31,0x11d4f41f,0x2d002156,0x246901af,0xe2283bb1,0xd558c000,0xd1b00000,0x023c000f,0xd0fee11d,0x075067f6,0xbfb0dfac,0x20012fda,0x40000034,0xef12000e,0xdefdff94,0x12806afe,0x4efa06d0,0x18cf4a31,0x21d6f42f,0x2b005159,0x2458f7af,0xb2303bb1,0xd558b000,0xd1a00000,0x023b000f,0xcfff211d,0x06c066f6,0xbfacdfdc,0x2300ffda,0x40000034,0xef12000e,0xdbfdff97,0x12b06efd,0xeefa06d0,0x18cf4931,0x31d5f42f,0x2b00515b,0x2448f5af,0x82313ba1,0xd458a000,0xd1800000,0x023b000f,0xd1ff311d,0x067067f6,0xcfaadfec,0x2300dfd9,0x40000034,0xdf12000e,0xdbfdff9d,0x12f075fd,0xbefb06d0,0x18df4a31,0x31d3f42f,0x2b00515c,0x2438f4af,0x72333ba1,0xd3589ffc,0xd1900000,0x023d000f,0xd2ff511e,0x067068f6,0xcfaadfcc,0x2500ffd9,0x40100034,0xef12000e,0xddfe0fa3,0x13207afd,0xbefc06b0 +}; + +u32 ANIM_ENTRY_death_explosion_forward_right3[] = +{ + 0xffb0cf01,0xb01cfc10,0x08fc0f9c,0xfc8008f6,0x7bdb9f17,0x60bed000,0xd5300000,0x024f000c,0xb5f6a0b6,0xf450430a,0x78e68363,0xf2f2400b,0x3f500005,0x8000000f,0x94000018,0xfe8ff503,0x60590020,0x0030cb01,0xf019fc30,0x04fbbf9c,0xfcb008f6,0x6bdc9f57,0x5ebec000,0xd5300000,0x024d000c,0xb6f680b7,0xf430450a,0x68e68493,0xf2f2500e,0x3f100007,0x1000000f,0x7f000017,0xfeaff403,0x105c0020,0x00a0cf02,0x7017fbff,0xfbfacf9b,0xfd2009f6,0x7bdb9f67,0x5fbed000,0xd5200000,0x024c000c,0xbaf660b7,0xf420480a,0x78e685f3,0xf2f26023,0x3e900008,0xe000000f,0x59000017,0xfeaff402,0xb05f0030,0x00f0de03,0x201cfaff,0xecf8cf9b,0xfe200af6,0x1bd89f27,0x62bf0000,0xd5900000,0x024d000c,0xc1f5f0b8,0xf480490a,0x98e68763,0xf2f27046,0x3dc0000b,0x3000000f,0x19000017,0xfeaff402,0x50650030,0x0080f603,0xa03bf94f,0xe0f5af95,0xffb011f5,0x4be09de7,0x63bfe000,0xd5c00000,0x024d000c,0xc1f580ba,0xf650460b,0x58e689e3,0xf2f28077,0x3ca00010,0x2000000e,0xae000017,0xfeaff402,0x006d0040,0x00510d04,0x0069f86f,0xd0f08f8a,0x01201bf2,0xebdc9b57,0x5fc05000,0xd6a00000,0x025e000c,0xf0f4c096,0xf8003f0c,0x08e68d73,0xf2f290b1,0x3b400016,0xb000000e,0x3b000017,0xfeaff401,0xa0740050,0x00311d04,0x709cf87f,0xc7eaef82,0x01402cef,0x6bc79897,0x5ec0d000,0xd8a00000,0x0274000d,0x49f37046,0xf9203b0a,0xd8e690d3,0xf2f2a0db,0x39c0001d,0x7000000d,0xe0000017,0xfeaff401,0x507c0050,0xff212c04,0xb0e2f8ef,0xcae77f6d,0xffd03ded,0x6bc09627,0x60c1c000,0xd7e00000,0x027f000d,0x88f2cff4,0xf9a04a08,0x08e69353,0xf2f2b0f6,0x38400024,0x4000000d,0x84000017,0xfeaff401,0x00850060,0xfe313904,0xf118f9af,0xd5e5af46,0xfd204eeb,0xdbab9497,0x5bc1a000,0xd7900000,0x027a000d,0xc6f34fa5,0xf7106404,0xc8e695a3,0xf2f2b115,0x3710002a,0xb000000d,0x25000017,0xfeaff400,0xb0980060,0xfdc13f05,0x313bfb1f,0xe6e54f1b,0xf9e074e9,0x0b7e9367,0x51c0a000,0xdaa00000,0x026a000d,0xf6f2bf7a,0xf3c07901,0xf8e69723,0xf2f2a12e,0x3650002f,0x6000000c,0xdb000017,0xfeaff400,0x60ad0070,0xfda14205,0x514cfbcf,0xf0e59f07,0xf86090e7,0x7b6892a7,0x4dc03000,0xdca00000,0x0263000e,0x00f1cf74,0xf2c08000,0xf8e69793,0xf2f2b13e,0x35e00031,0x2000000c,0xbd000017,0xfeaff400,0x20b60070,0xfd914205,0x614efbdf,0xf1e59f05,0xf83094e7,0x4b669297,0x4dc02000,0xdce00000,0x0262000e,0x00f1af74,0xf2b08000,0xd8e697a3,0xf2f2b149,0x35900033,0xa000000c,0x9c000017,0xfeaff4ff,0xf0c20070,0xfdd14b06,0xa18bfc50,0x17eadee2,0xf16130e8,0xfb648f07,0x41bf5000,0xdbd00000,0x0244000d,0x87ebafe4,0xf4008b01,0x88e69813,0xf2f27150,0x34500035,0x1000000c,0x85000017,0xfeaff4ff,0xd0cf0080,0xfde14d06,0xc18dfc60,0x18eb7ee2,0xf11140e8,0xeb628eb7,0x41bf3000,0xdc300000,0x0244000d,0x7beb2feb,0xf3e08a01,0x98e69833,0xf2f27158,0x33d00036,0x7000000c,0x70000017,0xfeaff4ff,0xc0cf0080,0xfdf15207,0x2194fc80,0x1bed2ee3,0xf0216ce8,0xcb5e8df7,0x41bed000,0xdd400000,0x0242000d,0x5ae9cffe,0xf3708801,0xc8e69863,0xf2f2615c,0x33800037,0x4000000c,0x5d000017,0xfeaff4ff,0xb0d00080,0xfe415a07,0xf19cfcb0,0x21f12ef0,0xee81e2e7,0x4b448c67,0x3dbe0000,0xe0500000,0x023b000c,0xefe7203a,0xf2007e01,0xf8e69893,0xf2f2415c,0x33400038,0x8000000c,0x4a000017,0xfeaff4ff,0x70d20070,0xff616d0a,0x019cfcf0,0x30fdaf3d,0xec8365e0,0x3ac78957,0x1cbbd000,0xe9600000,0x0220000b,0x7be190e4,0xeb704501,0x28e69803,0xf2f1e159,0x32500039,0x7000000c,0x37000017,0xfeaff4ff,0x20d5ffe0,0x00c1790c,0x4192fc50,0x3509ff89,0xec7488db,0x0a5f88a6,0xe2b89000,0xeaf00000,0x0203000b,0x32df9064,0xe23feefe,0xb8e696c3,0xf2f1114f,0x30c00038,0xf000000c,0x34000017,0xfeaff4fe,0xa0d4ff40,0x03517a0f,0x617dfba0,0x2d148fbd,0xebe585d6,0x59ee8a66,0x97b23000,0xe8d00000,0x01e9000c,0x6ce36ed4,0xd53f8afc,0xe8e695e3,0xf2f0c13f,0x30100037,0x1000000c,0x43000017,0xfeaff4fd,0x60c8fe00,0x06a16d12,0xe15dfc30,0x201affd3,0xea96c2d2,0x792d8e56,0x45a7e000,0xe7700000,0x01d0000d,0x58e87e1e,0xc7af50fd,0x18e69483,0xf2f1a130,0x30e00032,0xe000000c,0x72000017,0xfeaff4fb,0xa0b2fcb0,0x09315e15,0x8140fce0,0x1b1d4fe0,0xe947a1cf,0xa88891a6,0x0a9ee000,0xe6200000,0x01c0000d,0x83e8ee29,0xc25f46fc,0xe8e692e3,0xf2f2611d,0x32e0002e,0xc000000c,0xa4000017,0xfeaff4fa,0xc0a0fbe0,0x0d614a19,0x710cfcd0,0x0c1c2000,0xe6b88ecc,0x379594e5,0xcc912000,0xe5a00000,0x01c7000d,0x83e75e73,0xc5bf6efb,0xc8e690b3,0xf2f2b101,0x34e00027,0x7000000c,0xff000017,0xfeaff4f9,0xd07dfab0,0x10e1381c,0xb0dcfccf,0xf4185013,0xe4b91acb,0x870095d5,0xb3887000,0xe7a00000,0x01d7000d,0x6ce6feb5,0xcdafb9fb,0xf8a98f03,0xf5f390ed,0x37b00021,0x3000000d,0x57000135,0xf23f79f8,0x005af950,0x1341271e,0xc0bafc8f,0xde13100c,0xe47987cb,0xc6889525,0xad84a000,0xe9400000,0x01e2000d,0x55e7eecb,0xd4dff1fd,0x08788d93,0xf9f490d5,0x39a0001c,0xe000000d,0xa8000168,0xf3af54f6,0xc03cf860,0x17110721,0xd081fb9f,0xb8085fea,0xe59a7ecb,0x155c9335,0xa1801000,0xe9e00000,0x01f2000d,0x59eb4eb1,0xe00030ff,0x983a8b54,0x09f630a2,0x3b400016,0xb000000e,0x420001a7,0xf5bf1af5,0x9ffff730,0x18c0fb23,0x6064faef,0x9f01ffce,0xe6ca43ca,0xb53391e5,0xaf808000,0xeab00000,0x01fc000d,0xbbf05e78,0xe6803701,0x18288ad4,0x15f7f08a,0x3d900014,0xf000000e,0x8c0001ca,0xf6ceebf4,0x3fd3f6e0,0x1b00e926,0x3041f9df,0x6bf51f86,0xea5820cb,0x763b8d45,0xfc81b000,0xec700000,0x0220000e,0xd6ffee3c,0xf4602c03,0xb82689d4,0x29fcd065,0x3f500014,0x9000000e,0xdf000218,0xf7ee77f1,0x2f73f880,0x1bc0e628,0x4047f8df,0x55ec1f58,0xee06c7cb,0x96df87d6,0x23831000,0xe8900000,0x023d000f,0x6e088e70,0xfb303304,0x886789a4,0x4afca05e,0x41500017,0x9000000e,0xbf000225,0xf6fe37f3,0x3f3bfd30,0x1bf0e929,0xa051f7cf,0x4ee70f43,0xf04617ca,0x373b8436,0x36820000,0xe3600000,0x023a000f,0xae0b5e9f,0xfe004504,0x58a589f4,0x58f9f066,0x41f0001b,0x1000000e,0x8300021a,0xf5be1df6,0x2f300090,0x1bf0e929,0xe052f79f,0x4de63f40,0xf095f6c9,0xd74e8116,0x4581e000,0xe2600000,0x0237000f,0xb90bbea6,0xfe704904,0x48af8a14,0x63f96068,0x4210001e,0x0000000e,0x77000218,0xf58e1af6,0xbf310110,0x1d50e42d,0x005af53f,0x2ce02f29,0xf2e4a5cc,0xb8577ca6,0x56849000,0xdbc00000,0x02330000,0x260ccee7,0x03807b04,0x08e98a84,0x74f50087,0x41700020,0xd000000d,0xee000205,0xf4be2af8,0x2f5c0430,0x1e20e22e,0xf060f3df,0x1bdd1f19,0xf3e411ce,0xf8ca78b6,0x6e85f000,0xd8900000,0x02300000,0x5e0c7f14,0x06109a03,0xf9088ac4,0x84f2c099,0x41100023,0xc000000d,0xa00001fc,0xf43e3bf8,0xef6b0640,0x1ed0e630,0xd06df29f,0x12db5f06,0xf3a3ffd1,0xb8da7566,0x8f86a000,0xd7700000,0x022a0000,0x7509af50,0x0710c203,0xc9218b14,0x94f170a9,0x40d00026,0x8000000d,0x5f0001f6,0xf37e59f9,0x9f5d08d0,0x2040f135,0x1091efff,0x06d8fed6,0xf173f3d2,0xf8d86f86,0xab873000,0xd6c00000,0x02070000,0x72013fc7,0x06311c03,0x79538bf4,0xafef70c2,0x4070002c,0xf000000c,0xe80001f2,0xf12ea4fa,0xef380e30,0x2160f73a,0xb0cded7e,0xefd94e9e,0xec53ddd3,0x08bb6c96,0xb3870000,0xda000000,0x01cd0000,0x3af59037,0x01216103,0x197c8d44,0xbdf020d4,0x40700035,0x6000000c,0x74000209,0xed8f06fa,0xcf281440,0x2100e23f,0xd115ec3e,0xcbdcee8d,0xe5e3edd3,0x18886c16,0xb383b000,0xe0500000,0x01aa000f,0xe5ec20a1,0xfe016002,0x99738d74,0xc6f5b0d2,0x4190003d,0xa000000c,0x1b000236,0xe9ef7bf8,0x8f2b1920,0x1f80c441,0xd142ec1e,0xbfe06ea3,0xe1c414d3,0x48666ae6,0xb27eb000,0xe1300000,0x0187000f,0xa5eaa0d3,0xfa515702,0x094a8c44,0xd5fa60c7,0x42700042,0x2000000c,0x0000024d,0xe80fdbf6,0xbf001980,0x1eb0af42,0x414febbe,0xbfe23ec5,0xe0945dd3,0x68286956,0xb17bc000,0xdef00000,0x0165000f,0x9aeef0f5,0xf6a14801,0x79238b54,0xddfbb0c2,0x42d00043,0xb000000c,0x01000245,0xe7e01bf7,0x6ed61750,0x1d407a43,0x3164e9ae,0x9be61f2a,0xe184cdd3,0x879967c6,0xb0765000,0xe1b00000,0x0144000f,0xa8f2f111,0xf2913400,0xc8c48a14,0xd1fca0b5,0x43600046,0x6000000c,0x0e000202,0xeae0b8f9,0x9ea41290,0x1bf04344,0x517ae7ce,0x51ebbf9c,0xe7c57bd3,0xb76f6686,0xae6dc000,0xe7900000,0x0128000f,0xaff7b125,0xed110d00,0x28588a44,0x96fd30a1,0x43900049,0x9000000c,0x3400017c,0xf32162fa,0x1ea21000,0x1bb01843,0x5160ea6e,0x58f2ffcc,0xf14627d3,0xc7486616,0xac653000,0xdf600000,0x0111000f,0xcafc2179,0xe660efff,0x77f78c24,0x4bfda095,0x4380004e,0x7000000c,0x760000d0,0xfcc1a9fd,0xde8f0cf0,0x1c2fe440,0x9115ee5e,0x96fb5ff3,0xfc5776d3,0xd6996186,0xaa5ab000,0xde800000,0x0102000f,0xa4ff91b9,0xde00c7fe,0xb78f8df3,0xfdfd8091,0x42700054,0xa000000c,0xae000ff1,0x04f18406,0xde7608f0,0x1c8fb73e,0x70dbf01e,0xbf01401e,0x034850d2,0xe5e45fb6,0xa94f8000,0xe0a00000,0x00fd000f,0x6d0071c0,0xd830a4fe,0x07528f13,0xd4fdd08f,0x41100058,0x5000000c,0xd0000f68,0x08c1240d,0x1e5707e0,0x1cdf7a3c,0x30a5f0ee,0xe904a047,0x07a8d2d3,0xf53d5686,0xa74a1000,0xe0300000,0x00e8000f,0x91001162,0xdbd07afd,0x573f8fa3,0xcbfed077,0x3f900059,0x7000000d,0x29000f3c,0x0b907b14,0x2dfd0770,0x1d3f4139,0x5087f18f,0x17037078,0x09a91dd5,0xb4b54cd6,0xa5433000,0xde300000,0x00be000f,0xec0110ea,0xe82059fc,0xb7308f23,0xe200104d,0x3ea00057,0x3000000d,0xab000f42,0x115ffd15,0x0dc60820,0x1d8f1436,0x2094f15f,0x35fe00c5,0x08d93dda,0x646d4756,0xa4403000,0xddd00000,0x00c10000,0x4e055063,0xec8039fc,0x17268f54,0x05034023,0x3e900052,0xd000000e,0x3c000f62,0x1b7fd20c,0x7dd80b50,0x1e0ee432,0x009ff08f,0x44f99125,0x06f986da,0x444f4106,0xa33f1000,0xda700000,0x00c40000,0xc80afff0,0xf07023fb,0x97218f24,0x200b3001,0x3f50004d,0x7000000e,0xd2000fc3,0x270fc70c,0x7e080f40,0x1eceb62d,0x809befcf,0x4bf8d17f,0x05a9bedc,0xb3ac3e56,0xa23f5000,0xd6a00000,0x01020000,0x530d1f96,0xf74ff4fb,0x171a8d84,0x28143fe7,0x40000047,0x1000000f,0x43000fbd,0x311f550c,0xce380ee0,0x1f7e9d2a,0xf09aefbf,0x4ef901ac,0x04ca5adb,0x63583c16,0xa23f0000,0xd8b00000,0x0136000f,0x990c3f74,0xfa4fc8fa,0xb71c8cc4,0x1c16cfdc,0x40000042,0x7000000f,0x76000f47,0x35cea90d,0xee540ac0,0x20ae7c28,0x6099f06f,0x50f911d9,0x035a63da,0xb39d3c46,0xa13f1000,0xd8f00000,0x018f000f,0xc00c7fae,0xfa8f90fa,0x67308d93,0xf2107fd2,0x3f10003a,0xe000000f,0xa9000ee8,0x36de1e10,0x5e9900b0,0x219e6927,0x508af07f,0x4ff9e1f8,0x038a84db,0xb3973ca6,0xa040e000,0xd9200000,0x01d1000f,0xab0b2fc2,0xfa3f90fa,0x37398e83,0xdf092fde,0x3df00035,0x3000000f,0xb6000f82,0x34debb14,0x9ef0fc70,0x224e5e27,0x0075efdf,0x4dfb3214,0x048ab6de,0x336b3d56,0x9d41e000,0xd9500000,0x020e000f,0x7e079ff1,0xf92f9bfa,0x274b8ec3,0xda03fffe,0x3cc00031,0x5000000f,0xa1000035,0x2faf801d,0xaf01fd00,0x22ae5827,0x2068ef1f,0x49fc1223,0x052ad5df,0x63543cb6,0x99413000,0xd9700000,0x023c000f,0x6b04f011,0xf9ef93f9,0xe7658f33,0xd102801d,0x3c400029,0xa000000f,0x7f00007d,0x2a7fd61d,0x7ec30000,0x22be5627,0x3065eeef,0x46fc3226,0x053adcdf,0xb3503c86,0x9540f000,0xd9800000,0x0261000f,0x67045016,0xf9ff90f9,0xd76c8f53,0xcd027025,0x3c300022,0x1000000f,0x7400008b,0x291fe81d,0x1ead0110,0x22be5527,0x9061eeaf,0x42fc6226,0x055ad8df,0xa3563cc6,0x90418000,0xd9c00000,0x0273000f,0x6604300f,0xf9ff90fa,0x477a8f93,0xca02d02b,0x3ca0001e,0x3000000f,0x6800007f,0x24efe21c,0x6ebe00f0,0x22ae5428,0x405cee4f,0x3dfca225,0x058ad3df,0x835f3d16,0x8b426000,0xda200000,0x0279000f,0x64040003,0xfa2f92fb,0x17908fe3,0xc3036031,0x3d60001d,0x3000000f,0x57000072,0x1dbfd51b,0x9ede0090,0x228e5528,0x805eee2f,0x3cfce226,0x05aad2df,0x635d3d06,0x85425000,0xd9f00000,0x027a000f,0x63040003,0xfa6f93fb,0x47968ff3,0xbf02d02d,0x3d60001d,0x4000000f,0x5a000078,0x1b9fd31a,0x8ee50090,0x223e5929,0x1063eddf,0x3afda228,0x062ad0df,0x435b3cf6,0x7f422000,0xd9e00000,0x027a000f,0x6303f002,0xfa9f93fb,0x679d9033,0xba020028,0x3d60001d,0x8000000f,0x61000058,0x19afe719,0x5eeb0130,0x20de6d2b,0x6076ec3f,0x2ffff230,0x07eac1df,0xc3713cf6,0x78420000,0xdb900000,0x027b000f,0x5e032003,0xfa4f91fb,0xa7a19063,0xba018023,0x3da0001e,0x1000000f,0x660000be,0x18e03e18,0x0ef303d0,0x1fde842d,0x1087eaff,0x2a01323a,0x090ab0e0,0xc3913d06,0x72426000,0xdde00000,0x027c000f,0x4c029000,0xf91f8ffc,0x779d90a3,0xbf01b022,0x3e10001e,0xa000000f,0x6600010b,0x18a08816,0xaefd05e0,0x1f9e8f2d,0x808aeabf,0x2e01123b,0x092aaee0,0xf38d3d16,0x6c429000,0xde000000,0x027e000f,0x41026ff7,0xf80f8efc,0xf79890d3,0xc3024024,0x3e50001e,0xe000000f,0x63000108,0x18d09c15,0x3efd0620,0x1f8e9c2e,0x0089ea9f,0x3400d233,0x092aacdf,0x63663cf6,0x66414000,0xdbf00000,0x027f000f,0x45020fe0,0xf75f8afd,0x17919113,0xc503f02f,0x3e90001f,0x6000000f,0x580000e3,0x19509c13,0xbeee0530,0x1f9ea12e,0x4083eabf,0x3600a22c,0x091a9edf,0x23723d36,0x6140b000,0xdc300000,0x0281000f,0x48020fdb,0xf6cf88fd,0x278b9113,0xc5060034,0x3ed0001f,0xa000000f,0x510000c4,0x19c08612,0x4ee404a0,0x1fcea62e,0x407eeabf,0x3cffb22b,0x085a9adf,0x13753d86,0x5c402000,0xdc500000,0x0282000f,0x45022fdc,0xf62f89fd,0x578d9103,0xbf075035,0x3ee0001f,0xe000000f,0x5000007a,0x1a305c10,0xdedd0470,0x1fceaa2e,0x407dea9f,0x3ffdf22e,0x06ba9fdf,0x03693db6,0x573ff000,0xdbd00000,0x0283000f,0x43021fd8,0xf5cf89fd,0x679390f3,0xb6082035,0x3ee0001f,0xe000000f,0x5000001e,0x1ab02d0f,0x6ede0470,0x1fbeac2e,0x507eea8f,0x3dfcc22d,0x058a9edf,0x036c3dd6,0x54407000,0xdbf00000,0x0288000f,0x44021fd7,0xf5cf89fd,0x679690d3,0xb308f034,0x3ef0001f,0x3000000f,0x4f000fde,0x1b60040e,0x2ee50420,0x1faeac2e,0x607dea8f,0x3cfc522e,0x053a9cdf,0x13713de6,0x5140a000,0xdc200000,0x028b000f,0x46021fda,0xf5df89fd,0x679590b3,0xb4095034,0x3f00001e,0x2000000f,0x4e000fab,0x1befee0c,0xfee90380,0x1fbeaa2e,0x307deabf,0x3cfc322e,0x053a9bde,0xf3713de6,0x4f40b000,0xdc200000,0x028b000f,0x49020fdd,0xf5ef89fd,0x67939093,0xb4093033,0x3ee0001d,0xe000000f,0x50000fa4,0x1bffe70b,0xeeeb02b0,0x1fcea32d,0xe07beb3f,0x3bfc222e,0x053a99de,0xc3713de6,0x4f40c000,0xdc100000,0x028c000f,0x4f01ffe1,0xf5ff89fd,0x578e9053,0xb5090031,0x3ea0001d,0x7000000f,0x53000fa1,0x1bdfe00b,0x0eee0190,0x1fee9b2d,0xb078ebaf,0x38fc322e,0x054a9ade,0xd3733de6,0x4d40c000,0xdc000000,0x028c000f,0x4f020fe1,0xf60f89fd,0x57889023,0xb609202e,0x3e80001d,0x2000000f,0x56000fad,0x1b5fe00a,0x6ef40150,0x200e962d,0x8076ebef,0x38fc522d,0x055a9ade,0xd3743de6,0x4d40d000,0xdbf00000,0x028c000f,0x4f023fe2,0xf60f89fd,0x57858ff3,0xb809202c,0x3e70001d,0x0000000f,0x58000fbf,0x1aefe10a,0x0ef90140,0x201e962d,0x8075ebff,0x38fc522d,0x055a99de,0xd3743de6,0x4d40d000,0xdbe00000,0x028c000f,0x4f023fe2,0xf5ff89fd,0x57848ff3,0xb909202b,0x3e70001d,0x0000000f,0x59000fc0,0x1adfe109,0xdefa0130,0x202e962d,0x6075ebff,0x39fd322b,0x062aa1de,0x33623df6,0x4d40e000,0xdab00000,0x028d000f,0x52026fe0,0xf5ef89fd,0x578d9033,0xb408602b,0x3e60001d,0x4000000f,0x5b000fa4,0x1a6fdb0a,0x3ef80140,0x202e962d,0x5075ebff,0x39fdc22a,0x069aa5dd,0xe3583de6,0x4d40e000,0xda100000,0x028d000f,0x54027fdf,0xf5df89fd,0x67919053,0xb308102b,0x3e60001d,0x6000000f,0x5b000f9c,0x1a2fd90a,0x4ef70150,0x202e962d,0x5075ebff,0x39fe2229,0x06caa7dd,0xa3533de6,0x4c40e000,0xd9b00000,0x028e000f,0x56027fde,0xf5df88fd,0x67939063,0xb308002b,0x3e60001d,0x8000000f,0x5a000f97,0x1a2fd90a,0x2ef70180,0x202e962d,0x6076ebef,0x39fea22a,0x071aa6dd,0xa3543de6,0x4d40f000,0xd9b00000,0x028e000f,0x56028fdd,0xf5bf88fd,0x87949083,0xb308002c,0x3e70001d,0xb000000f,0x59000fa6,0x1a4fdb09,0xeef701c0,0x201e972d,0x6077ebdf,0x38ff122b,0x076aa3de,0x035e3de6,0x4e40f000,0xda300000,0x028e000f,0x5402afdf,0xf57f87fd,0xb7949093,0xb407f02b,0x3e80001d,0xe000000f,0x58000fb5,0x1a9fdf09,0xeef70230,0x201e972d,0x6077ebdf,0x38ff222c,0x079aa2de,0x33603de6,0x4d40f000,0xda500000,0x028e000f,0x5302afe0,0xf56f87fd,0xb7949093,0xb407d02b,0x3e70001e,0x2000000f,0x59000fca,0x1acfe109,0xdef60240 +}; + +u32 ANIM_ENTRY_running_hands_up[] = +{ + 0xfe9044ff,0x2049f8df,0xc1f7a00e,0x081de1ee,0x4f5fdbf0,0x5b0e4000,0xae300000,0x04b50000,0x5effc0c1,0xfce040fc,0xbf30f37c,0x71fba216,0x3aa00029,0xe000000b,0xc60000a1,0xe5bfa8ff,0x30c1ff90,0xfe302bfe,0x803df87f,0xdbf8601d,0x070e00f0,0x2f51dc90,0x7e0cd000,0xaea00000,0x04c70000,0xeefb909a,0xff904efb,0x1f41f7dc,0x66fa0234,0x3a000027,0x1000000c,0x1700009f,0xe6ffceff,0x00b80090,0xfda009fd,0xb031f93f,0xf9f92022,0x05fe26f2,0x3f42ddc0,0xa30bb000,0xaf800000,0x04da0001,0x88f72075,0x00905cf7,0xef5dfb9c,0x55f9a23d,0x3ae00025,0x2000000c,0x7400009b,0xe9f00cfe,0xd0ab0270,0xfd2fe2fc,0xc029fab0,0x17fa1023,0x050e4ef4,0x6f31df60,0xcd0b3000,0xb0d00000,0x04ea0002,0x17f31052,0x004071f4,0x4f7bfe3c,0x41fa8232,0x3cf00024,0xf000000c,0xd2000095,0xee6048fe,0x80980480,0xfccfbcfc,0x0024fc70,0x32fb4023,0x044e74f6,0x9f21e130,0xfd0b9000,0xb2900000,0x04f70002,0x89f08030,0xff608ef1,0x8f8dff7c,0x31fc5218,0x3f900026,0xb000000d,0x24000090,0xf2605efe,0x30810620,0xfcdf97fb,0x601dfe50,0x48fc6023,0x03be93f8,0x8f11e311,0x2e0cb000,0xb4b00000,0x04ff0002,0xccf06010,0xfe50a5f0,0xbf8aff5c,0x29feb1fa,0x42200029,0xd000000d,0x5d00008e,0xf48046fd,0xe06d06e0,0xfd5f76fb,0x30110080,0x54fd401e,0x034ea7fa,0x1f06e4c1,0x570e3000,0xb7100000,0x05040002,0xd1f26ff9,0xfdd0acf1,0x8f73fdcc,0x2dffc1dc,0x4420002d,0x5000000d,0x7a00008d,0xf4e017fd,0xd06b06b0,0xfe0f5afb,0x70050300,0x52fd801b,0x02ceb3fb,0x2f01e601,0x6f0fc000,0xb9300000,0x050b0002,0x9cf50ff3,0xfea0a3f3,0x8f50fb0c,0x3b0251c0,0x45300030,0xa000000d,0x7f00008e,0xf45ff7fe,0x408505a0,0xfe9f46fc,0x4ffd05a0,0x41fd1014,0x024eb8fb,0xef07e691,0x7210e000,0xba900000,0x05180002,0x3ef6fffe,0x00d094f6,0x1f28f78c,0x500481a0,0x45500033,0x8000000d,0x7b00008f,0xf38ffaff,0x00b70440,0xfeef3efd,0x3ffb07e0,0x2afc000c,0x01eeb9fc,0xaf13e671,0x60119000,0xbaf00000,0x05210001,0xd5f81019,0x03a08cf8,0xef03f37c,0x6a05f178,0x44900035,0xa000000d,0x7c000090,0xf27019ff,0xf0ee0300,0xffbf49fd,0xf0000960,0x15fab006,0x016eb6fd,0x9f1fe591,0x3b11d000,0xba900000,0x052b0001,0x7ef8e03e,0x061088fb,0x9ee8ef0c,0x8706114c,0x43600036,0xc000000d,0x87000091,0xf1603c01,0x012c0230,0x00af63fe,0x40060a10,0x09f98ffd,0x010eaffe,0x8f26e451,0x0b11e000,0xb9d00000,0x05320001,0x44fa1061,0x07b085fd,0xced9ea5c,0xa304f129,0x42200036,0x8000000d,0x97000092,0xf0904d02,0x015f0170,0x01cf7dfe,0x500b0a70,0x04f8aff2,0x00bea5ff,0x1f2fe300,0xd8120000,0xb9200000,0x05350001,0x19fb8075,0x08508000,0x6ec0e5fc,0xbf03510b,0x41300034,0xb000000d,0xaa000093,0xf0004002,0xd18600b0,0x02af97fe,0xa00f0acf,0xfdf7afe3,0x007e91ff,0x8f36e170,0xb111a000,0xb8700000,0x05330000,0x9cfd6095,0x07c07e02,0xbea4e15c,0xdb0210e5,0x40900032,0x0000000d,0xbf000094,0xef303803,0x41990010,0x034fa8ff,0x000c0acf,0xf4f6cfcc,0x010e70ff,0x5f3ddfd0,0x8a111000,0xb7a00000,0x052b0000,0x46ffc0b3,0x06208a02,0x3e94de4c,0xe70100bd,0x3fe0002f,0x2000000d,0xd3000095,0xee501a03,0x2194ff70,0x036fbcff,0x80030aaf,0xe6f60fbd,0x01de4aff,0x1f43deb0,0x6510d000,0xb6300000,0x051a000f,0xeb0150d0,0x03d087ff,0x5e8adc8c,0xdd00309c,0x3f30002c,0x9000000d,0xe5000096,0xedeffb02,0x917aff90,0x030fcc00,0x20000a8f,0xd2f58fb4,0x02de28fe,0x0f48ddf0,0x56108000,0xb4700000,0x050a000f,0x960300f2,0xfb3074fc,0x3e8bdc1c,0xca000071,0x3e90002a,0xf000000d,0xe7000094,0xeeffce01,0x8146ffa0,0x026fdd01,0x000209cf,0xb6f53fab,0x041e08fc,0x1f4bdd80,0x4410e000,0xb2e00000,0x04fd000f,0x5c06310f,0xf33052f9,0xae82dccc,0xba011052,0x3e300028,0x6000000d,0xc9000093,0xf06fab00,0x4102ffc0,0x019fe601,0x7008099f,0x9df50fa1,0x057dedf9,0x3f4add70,0x2f11c000,0xb1a00000,0x04ef000f,0x4607f12d,0xeb1025f8,0x3e71de5c,0xb3033046,0x3e800027,0x3000000d,0x88000090,0xf24f91ff,0x40c50070,0x00cfea01,0x900f09df,0x8cf4df95,0x06add5f5,0xaf4addd0,0x1a138000,0xb0c00000,0x04de000f,0x4d084142,0xe4cff4f8,0x2e63e06c,0xaf05704a,0x3f700027,0x4000000d,0x2b00008f,0xf3bf83fe,0xa09f01e0,0x002fef01,0x501709ff,0x83f4af8a,0x07bdc0f1,0xcf4bddc0,0x0b14a000,0xb0300000,0x04c9000f,0x6107e156,0xe13fc9f8,0xfe61e28c,0xac07005f,0x40900028,0x6000000c,0xc200008f,0xf3bf80fe,0x609003a0,0xffcff800,0xf01f096f,0x82f48f87,0x087db7ee,0x1f4fdd50,0x03151000,0xafe00000,0x04b2000f,0x7807d153,0xe09fb1f9,0xbe73e45c,0xa6075085,0x4190002a,0x3000000c,0x5b000091,0xf1cf88fe,0x709304b0,0xff800a00,0x702b077f,0x88f46f8e,0x091db3eb,0x5f55dce0,0x0214b000,0xafa00000,0x04a0000f,0x8c08613f,0xe2afb2fa,0x0e9ce5bc,0x9b0650bb,0x4230002c,0x4000000b,0xfffff095,0xeebf95fe,0xb0a20430,0xff502300,0x1039044f,0x92f49f9e,0x097db0e9,0xef5ddca0,0x0513d000,0xaf600000,0x0496000f,0x9c091129,0xe6cfc9fa,0x2ed1e6fc,0x8d045101,0x4210002e,0x0000000b,0xb6000099,0xeb9fa1ff,0x00b60270,0xff303eff,0xd047008f,0x9bf4efb7,0x099db1e9,0xef66dc70,0x0e129000,0xaee00000,0x0495000f,0xa908e117,0xec5fedfa,0xcf00e8bc,0x8001d151,0x40f0002e,0xd000000b,0x8600009c,0xe91fa4ff,0x30c400c0,0xff104fff,0xb051fd0f,0xa4f5cfd6,0x096dbaea,0xff6adc20,0x20113000,0xae700000,0x049b000f,0xc0071102,0xf27011fb,0xdf1ceb6c,0x79ff11a0,0x3ee0002e,0x5000000b,0x7800009f,0xe73f9fff,0x50c9ffc0 +}; + +u32 ANIM_ENTRY_sprinting_hands_up[] = +{ + 0x0e7fdff9,0x0fd5fff0,0x70f2505a,0xfcbd98fb,0x8f3fd5f0,0xbe0d7d68,0xc5f29023,0x339d22e0,0x44fcd082,0xff9083e7,0xdfe2029c,0x3a8f2621,0xcc004c11,0x3025edac,0xa312cf97,0xf7afc203,0x6137fdd0,0x0d6feef7,0x5fe5fa70,0x88f5f0bf,0xfe9db1fa,0xdf4fd5f0,0x750c2dc7,0xc692321f,0xa3931f50,0x28fe0092,0xfe10bfef,0x6017094c,0x5d93d639,0xcf70800f,0x4020fa4d,0x7d06df42,0x008fdcff,0x011fff50,0x0d100cf7,0xbfdaf3f0,0x9bf70119,0xfefdcbfd,0xff4dd550,0x7c09adcf,0xc6922a24,0xb39c2450,0x2dfe4099,0xfc109ff8,0xe0420b8c,0x6494c664,0xcd308114,0x600efe4e,0x9502df45,0x022fc0f8,0x30defd00,0x0d6008f9,0x2fd1eff0,0x91f5e14c,0xfe4dd801,0xdf49d380,0x7a061d95,0xc622642f,0x83a92f00,0x31fe60a3,0xf7f071f7,0x701e0b8c,0x5595c699,0xca30821e,0xa001ff9f,0x68012f68,0xfeef89f1,0x3088fe00,0x0d9002fb,0x2fbff010,0x62f83130,0x001def02,0x7f50d2a0,0x35024d53,0xc5b2a537,0x83ad36f0,0x28feb0ab,0xf4005cf2,0xcfea099c,0x4a92f6bc,0xc820862b,0xb008ffcf,0x9b00bf7d,0xfd8fadf3,0x3022fea0,0x0deff6fb,0xafc6f7b0,0x47f610ac,0x016df3fe,0x5f4ccfff,0xf8021d49,0xc6228c4f,0x33aa4e70,0x38fe20b7,0xf41050f1,0xff88004c,0x739396c6,0xc860ed39,0x4084fe2f,0x4102ff92,0xfbbfd3f6,0x3051fc40,0x0eafedfa,0xdfcd0210,0x51f4603e,0xfe9df0fa,0x4f4fce00,0x2b057d9e,0xc6225b43,0x03b14270,0x59fce0d0,0xf51074f2,0x6f65f79c,0xcc92e708,0xcb77763b,0x770dfd9e,0xad038fab,0xf8c000f7,0x4113f5a0,0x0e1feef9,0x8fd00330,0x46f46022,0xff3df0fa,0x0f53ce20,0x2c05dc8c,0xc5136b47,0x53b046b0,0x74fbd0e5,0xf4d0aeee,0x8f55ec2c,0xdd8d8750,0xcb67a138,0x4741fd8e,0x55038fd5,0xf1a034f7,0xf130f920,0x0eafeafa,0x1fca0500,0x2cf46006,0xffedeff9,0x7f5bce80,0x2f06ec9b,0xc5435a4f,0x43ac4e90,0x9bf97115,0xf510b1ee,0xbf73e20c,0x9d8d27af,0xc946993b,0x7645fe2e,0x8c02dfef,0xece095f8,0x60d2fdb0,0x0eafd8fe,0x1fc606e0,0x06f43fd9,0x004deff8,0xaf67cf10,0x33087cd1,0xc5732550,0x53ab4f90,0xbafbd169,0xf50095f0,0x9ffade0b,0xf8911839,0xc3e17538,0x913bff1f,0x0001dfe0,0xf140b1f7,0x90010020,0x0d9fd802,0x8fc50a3f,0xdaf3ff99,0x004deef7,0xaf75cfc0,0x370a3b9e,0xc5245647,0xd3b04730,0xc40b817f,0xf3d094f1,0x2061e01b,0x8d9698aa,0xbf308a2b,0x0076ff7f,0x3e015fd7,0xf5b002f5,0x4f550250,0x0e7fe302,0x9fc20e4f,0xabf3cf59,0x005deef6,0xbf83d060,0x3b0bfb48,0xc534ab3f,0x93af3ef0,0xe3104189,0xf34091ef,0xe024e16b,0xb79498ae,0xc000341d,0x1046fede,0xd3022fe0,0xf4dfbbf2,0xef250ff0,0x0f4ffd00,0x8fbe12ef,0xaaf39f14,0x015dedf5,0xef8fd0f0,0x3f0d7cee,0xc5630938,0x43af37b0,0xd30e416e,0xf4f07ded,0x1000e21b,0xe18c7865,0xc2502017,0x0032fc5d,0xe9049fea,0xf2ffd201,0xff400980,0x0e100cff,0x9fc415ff,0xb8f36ed0,0x026dedf5,0x4f97d150,0x410e8de3,0xc6d21623,0x23a122e0,0xb80af142,0xf7f081ef,0x9018e7eb,0xed863828,0xc1001714,0x1028f70d,0x20096fef,0xf3701005,0xe03d0560,0x0d0008ff,0xafc016af,0xbbf3fea7,0x024decf5,0x1f9bd180,0x420efe2f,0xc7a1cb1a,0x73901a50,0x9706f10b,0xfaa0b4f3,0x1f8aedbc,0x0882e7c7,0xbda01d16,0x802ee72c,0x7f18affa,0xec7fe403,0x81680030,0x0d600600,0x2fd40daf,0xe3f38f53,0x00fdbcf8,0xef85d360,0xab0f6d77,0xc5f2821c,0x53941c20,0x7502c0d3,0xfe00c3eb,0x4f7ef3ab,0xfb81d729,0xbbf01e16,0xf02fb60c,0x4a496ffa,0xe6cfb407,0x7192fde0,0x0eb004fe,0xcfc60770,0x14f3afc7,0xfe5db1fa,0x8f5ad5b0,0xcf0f1cc6,0xc5433123,0x43a12300,0x57ff20a2,0x034057e3,0xcfdef80b,0xf1848688,0xbf401f17,0x5030b34c,0x4a4c2ffc,0xe61ff508,0x911a0050 +}; + +u32 ANIM_ENTRY_aim_and_blow_one_handed_weapon[] = +{ + 0xf5ffbd00,0x407b0b40,0x290e4f6a,0x0187b67d,0x93e4fc92,0xde3db000,0xeca00000,0x009b0000,0x410e5f8e,0xfed064fa,0x1013059c,0x55fedfa4,0x3c800006,0xb000000f,0xb5000f71,0xffaff1fc,0xdff50490,0xf5ffbd00,0x407b0b40,0x280e3f6a,0x0187b67d,0x93e4fca2,0xde3da000,0xeca00000,0x009b0000,0x410e5f8e,0xfea063fa,0x0012059c,0x55fedfa4,0x3c800006,0xb000000f,0xb5000f71,0xffaff1fc,0xeff50490,0xf60fbd00,0x407a0b40,0x280e2f6a,0x0197b47d,0x93e4fcb2,0xde3d9000,0xeca00000,0x009b0000,0x430e5f8e,0xfe8063fa,0x0012059c,0x55fedfa4,0x3c800006,0xa000000f,0xb5000f71,0xffaff1fc,0xeff50490,0xf60fbd00,0x407b0b40,0x290e1f6a,0x0197b37d,0x93e3fcc2,0xde3d8000,0xeca00000,0x009b0000,0x440e5f8f,0xfe6064fa,0x0013059c,0x55fecfa4,0x3c800006,0xa000000f,0xb6000f70,0xffaff2fc,0xfff504a0,0xf60fbc00,0x407a0b40,0x290e1f6a,0x0197b37d,0xa3e3fcc2,0xde3d8000,0xecb00000,0x009b0000,0x450e5f8f,0xfe6063fa,0x0012059c,0x55fedfa4,0x3c800006,0xa000000f,0xb5000f70,0xffaff2fc,0xeff504a0,0xf60fbc00,0x407a0b40,0x290e1f6a,0x0197b37d,0x93e3fcc2,0xdd3d8000,0xecb00000,0x009b0000,0x450e5f8f,0xfe6063fa,0x0012059c,0x55fedfa4,0x3c800006,0xa000000f,0xb5000f70,0xffaff2fc,0xeff504a0,0xf60fbc00,0x407a0b40,0x290e1f6a,0x0197b37d,0x93e3fcc2,0xdd3d9000,0xeca00000,0x009b0000,0x440e5f8f,0xfe7063fa,0x001205ac,0x55feefa4,0x3c800006,0xa000000f,0xb6000f70,0xffaff2fc,0xeff504a0,0xf60fbc00,0x407a0b40,0x290e0f6a,0x0197b37d,0x93e3fcc2,0xdd3da000,0xeca00000,0x009c0000,0x440e6f8f,0xfe8063fa,0x001105ac,0x55feefa4,0x3c800006,0xa000000f,0xb6000f71,0xffaff2fc,0xeff504a0,0xf60fbb00,0x40790b40,0x290dff6a,0x0197b37d,0x93e4fcc2,0xdd3db000,0xeca00000,0x009c0000,0x440e6f8e,0xfe9063fa,0x101105ac,0x55feffa4,0x3c800006,0x9000000f,0xb6000f71,0xffaff1fc,0xdff504a0,0xf60fbb00,0x40790b40,0x290dff6a,0x0187b37d,0x93e4fcd2,0xdd3dc000,0xeca00000,0x009c0000,0x430e6f8e,0xfea062fa,0x101005bc,0x55ff0fa4,0x3c800006,0x9000000f,0xb7000f71,0xffaff1fc,0xdff504a0,0xf61fba00,0x40790b40,0x290def69,0x0187b37d,0x83e4fcd2,0xdc3dd000,0xec900000,0x009c0000,0x430e6f8e,0xfeb062fa,0x100f05bc,0x55ff0fa4,0x3c800006,0x9000000f,0xb7000f71,0xffaff1fc,0xdff504a0,0xf61fba00,0x40790b40,0x290def69,0x0187b37d,0x83e4fcd2,0xdc3de000,0xec900000,0x009c0000,0x430e6f8e,0xfec062fa,0x100f05bc,0x55ff1fa4,0x3c900006,0x9000000f,0xb7000f71,0xff9ff1fc,0xcff504a0,0xf61fba00,0x40790b40,0x290ddf69,0x0187b37d,0x83e4fcd2,0xdc3de000,0xec900000,0x009c0000,0x430e6f8e,0xfec062fa,0x100f05bc,0x55ff1fa4,0x3c900006,0x9000000f,0xb7000f71,0xff9ff1fc,0xcff504a0,0xf61fba00,0x40790b40,0x290def69,0x0197b47d,0x93e5fcc2,0xdc3de000,0xeca00000,0x009c0000,0x410e5f8e,0xfee062fa,0x200f05bc,0x55ff1fa4,0x3c800006,0x8000000f,0xb8000f71,0xff9ff2fc,0xcff504a0,0xf61fba00,0x40790b40,0x290def69,0x0197b57d,0x93e5fcc2,0xdd3df000,0xeca00000,0x009c0000,0x400e5f8d,0xfef063fa,0x200f05bc,0x55ff0fa3,0x3c800006,0x8000000f,0xb8000f71,0xff9ff2fc,0xeff404a0,0xf61fba00,0x40790b40,0x290def69,0x0197b57d,0x93e5fcc2,0xdd3df000,0xeca00000,0x009c0000,0x400e5f8d,0xfef063fa,0x200f05bc,0x55ff0fa3,0x3c700006,0x8000000f,0xb8000f71,0xff9ff2fc,0xeff404a0,0xf61fba00,0x40790b50,0x290dbf69,0x0197b47d,0x93e4fcc2,0xdb3da000,0xec900000,0x009d0000,0x430e6f8e,0xfea063fa,0x100e05ac,0x55ff1fa4,0x3c800006,0x9000000f,0xb8000f72,0xff9ff1fc,0xdff504a0,0xf62fba00,0x40790b50,0x290daf69,0x01a7b37d,0x83e4fcd2,0xdb3d8000,0xec800000,0x009e0000,0x440e6f8f,0xfe7063fa,0x100e05ac,0x55ff1fa5,0x3c900006,0x9000000f,0xb8000f72,0xff9ff1fc,0xcff504a0,0xf62fba00,0x40790b50,0x290daf69,0x01a7b37d,0x83e4fcd2,0xdc3d7000,0xec800000,0x009d0000,0x440e6f8f,0xfe5063fa,0x000f05ac,0x55ff1fa4,0x3c800006,0x9000000f,0xb8000f71,0xff9ff2fc,0xcff504a0,0xf61fba00,0x407c0b50,0x2a0d8f69,0x01a7b47d,0x83e4fcd2,0xdf3d7000,0xec600000,0x009c0000,0x430e5f8f,0xfe5063fa,0x001005bc,0x54ff0fa4,0x3c800006,0x8000000f,0xb8000f70,0xffaff2fc,0xdff504a0,0xf61fba00,0x407e0b40,0x2a0d5f6a,0x01b7b47d,0x53e4fcf2,0xe13da000,0xec100000,0x009c0000,0x420e5f8e,0xfe7063fa,0x001105ac,0x54ff0fa4,0x3c800006,0x9000000f,0xb8000f6f,0xffaff2fc,0xdff404a0,0xf61fba00,0x407e0b40,0x2a0d4f6a,0x01b7b37d,0x43e3fd12,0xe13d9000,0xebf00000,0x009d0000,0x420e5f8e,0xfe4063fa,0x001105ac,0x54ff0fa4,0x3c800006,0x9000000f,0xb8000f6f,0xffaff2fc,0xdff504a0,0xf61fba00,0x407e0b30,0x2a0d4f6a,0x01b7b37d,0x43e3fd12,0xe03d8000,0xebf00000,0x009e0000,0x420e5f8e,0xfe3063f9,0xe01005ac,0x55ff1fa4,0x3c800006,0x9000000f,0xb8000f70,0xffaff2fc,0xcff504a0,0xf60fba00,0x307e0b30,0x2b0d4f6a,0x01c7b47d,0x43e3fd02,0xe03d9000,0xec000000,0x009e0000,0x410e5f8e,0xfe6063f9,0xe01105ac,0x55ff0fa4,0x3c800006,0x9000000f,0xb8000f70,0xffaff2fc,0xdff404a0,0xf60fbb00,0x307e0b30,0x2b0d3f6a,0x01c7b47d,0x43e4fd22,0xdf3d7000,0xec000000,0x00a00000,0x410e5f8e,0xfe3062f9,0xc01205ac,0x54feffa4,0x3c800006,0x9000000f,0xb7000f6f,0xffaff2fc,0xdff404a0,0xf60fbb00,0x407e0b20,0x2b0d0f6a,0x01d7b47d,0x43e3ff62,0xd23c6000,0xec100000,0x00b40000,0x410e5f8d,0xfb0066fa,0xf01105ac,0x54ff0fa4,0x3c800006,0x9000000f,0xb7000f6f,0xffaff2fc,0xdff404a0,0xf60fbb00,0x407e0b20,0x2b0ccf6b,0x01e7b47d,0x43e303d2,0xc33cb000,0xec100000,0x00e30000,0x400e5f8d,0xf72069fc,0x001205ac,0x54feffa3,0x3c800006,0x9000000f,0xb9000f6f,0xffaff2fc,0xdff404a0,0xf60fbb00,0x407e0b20,0x2b0b5f6c,0x01b7b47d,0x53e307a2,0xc03f9000,0xec100000,0x011d0000,0x410e5f8d,0xf6c033fa,0x6011059c,0x54feffa3,0x3c800006,0xa000000f,0xb9000f70,0xffaff2fc,0xcff304a0,0xf60fbc00,0x407d0b10,0x2a092f6c,0x01a7b47d,0x43e30932,0xb73fa000,0xec100000,0x01530000,0x410e5f8d,0xf5b00cf9,0xa010059c,0x55feffa3,0x3c900006,0xa000000f,0xb9000f72,0xffaff1fc,0xbff40490,0xf60fbe00,0x407e0b00,0x2a076f66,0x0177b77d,0x53e409e2,0xa53de000,0xec200000,0x01af0000,0x3e0e3f8c,0xf51000f8,0xd012058c,0x55fedfa2,0x3c800006,0xa000000f,0xba000f73,0xffaff1fc,0xcff40490,0xf60fc000,0x40800af0,0x2a041f64,0x0157bc7d,0x43e60c02,0x9f3f8000,0xec200000,0x01ff0000,0x370e2f8a,0xf86003f7,0x2014057c,0x55fecfa2,0x3c800006,0xb000000f,0xba000f73,0xffaff1fc,0xcff40490,0xf61fc100,0x40810af0,0x2b00af67,0x00f7bc7d,0x13e60e52,0x95417000,0xec000000,0x024c0000,0x350e2f88,0xfd600bf4,0x9014057c,0x55febfa2,0x3c900006,0xb000000f,0xba000f73,0xffaff1fc,0xbff40490,0xf61fc100,0x40810af0,0x2bff9f69,0x0067b77c,0xf3e30eb2,0x8d413000,0xec000000,0x02780000,0x390e1f89,0xffd010f3,0xa014057c,0x56febfa1,0x3c900006,0xa000000f,0xbb000f74,0xffaff0fc,0xbff40490,0xf61fc100,0x40810af0,0x2cff7f6a,0x0057b67c,0xf3e30eb2,0x8b412000,0xec100000,0x027e0000,0x3a0e1f8a,0x002011f3,0x9014057c,0x56febfa1,0x3c900006,0xa000000f,0xbb000f74,0xffaff0fc,0xbff40490,0xf60fc100,0x408b0b10,0x30fe6f65,0xffa7c57d,0x63e51212,0x92446000,0xeca00000,0x02a50000,0x300dff88,0x05f04bf2,0xf018058c,0x53fe9fa1,0x3c700006,0x7000000f,0xba000f6f,0xffcff2fc,0xcff404a0,0xf60fc200,0x40900b10,0x31fd7f63,0xff77cc7d,0x73e713e2,0x97462000,0xecb00000,0x02b90000,0x290dff86,0x08a066f2,0xb01a059c,0x52fe9fa2,0x3c700006,0x6000000f,0xba000f6d,0xffdff3fc,0xdff404a0,0xf60fc100,0x40940b00,0x32fbcf63,0xffa7d07d,0x33e81542,0x9c472000,0xec300000,0x02cc0000,0x240e2f83,0x09906df2,0xb019059c,0x52fe9fa2,0x3c700006,0x6000000f,0xb9000f6d,0xffdff2fc,0xdff404a0,0xf60fc100,0x40970ae0,0x34f86f61,0x0047d07c,0xd3e71712,0xa047e000,0xebb00000,0x02f70000,0x220e5f80,0x0ac077f2,0xa01805ac,0x53feafa3,0x3c700006,0x6000000f,0xb8000f6e,0xffcff2fc,0xcff504a0,0xf60fc100,0x40990ad0,0x36f65f60,0x00d7ce7d,0x13e51942,0xa0489000,0xec100000,0x03210000,0x250e2f82,0x0c608ef2,0xc01805bc,0x53fecfa3,0x3c800006,0x5000000f,0xb8000f6f,0xffcff2fc,0xbff50490,0xf60fc000,0x409d0ac0,0x38f3cf61,0x00f7d37d,0x53e619d2,0xa748e000,0xec400000,0x03360000,0x230e2f81,0x0f40aef2,0xe01705bc,0x53fedfa3,0x3c800006,0x5000000f,0xb7000f6f,0xffcff2fc,0xbff50490,0xf60fc000,0x50a10ab0,0x38f08f64,0x0117d07d,0x53e41b52,0x8f49d000,0xec000000,0x036e0000,0x2b0e4f84,0x1140b9f3,0x001605bc,0x53feffa4,0x3c900006,0x5000000f,0xb6000f6f,0xffdff2fc,0x9ff60480,0xf60fbf00,0x50a40a80,0x3befff68,0x0057d07d,0xc3e21d72,0x4f4b3000,0xec800000,0x03bc0000,0x2f0e1f87,0x1390caf3,0xf01605bc,0x52ff0fa4,0x3c800006,0x4000000f,0xb7000f6e,0xffdff2fc,0x9ff50480,0xf60fbd00,0x50aa0a30,0x3def8f6e,0xfff7de7e,0x43e71ff1,0xf74cc000,0xecb00000,0x04160000,0x260e2f86,0x14b0e6f4,0xe01605bc,0x51ff0fa5,0x3c700006,0x4000000f,0xb7000f6d,0xffeff3fc,0xbff40490,0xf61fbb00,0x60ac0a30,0x3dee2f71,0x0037dc7e,0x73e42261,0x964e5000,0xec700000,0x04700000,0x2d0e6f87,0x1760eaf5,0x301405ac,0x50ff2fa7,0x3c700006,0x4000000f,0xb7000f6c,0xffeff3fc,0xaff30490,0xf63fb700,0x60ab0a50,0x3fed6f72,0x0087d77e,0xd3e02491,0x3c4fd000,0xecb00000,0x04bf0000,0x370e5f8c,0x1aa0f4f6,0x301105cc,0x4fff7fa6,0x3c600006,0x0000000f,0xbc000f6a,0xffeff4fc,0xaff20490,0xf63fb400,0x70ad0a60,0x3fed4f73,0x0087df7f,0x23e12630,0xf850f000,0xecc00000,0x04f70000,0x330e4f8b,0x1d710ff7,0x801105ec,0x4dff8fa5,0x3c500005,0xd000000f,0xbf000f67,0xffeff5fc,0xbff104b0,0xf63fb400,0x80ae0a50,0x3eed2f75,0x0087e47f,0x33e326f0,0xda519000,0xec800000,0x050c0000,0x2f0e6f89,0x1eb11df7,0xe00f05ec,0x4cff9fa5,0x3c400005,0xe000000f,0xbf000f68,0xffeff4fc,0xbff004a0,0xf63fb400,0x80ad0a50,0x3eecdf76,0x0087e77f,0x43e22700,0xd551d000,0xec400000,0x050a0000,0x2e0e5f88,0x1ec125f8,0x300a05ec,0x4effbfa5,0x3c500005,0xf000000f,0xbe000f6d,0xffcff3fc,0x8ff10490,0xf63fb400,0x90ad0a40,0x3eecaf77,0x0087e87f,0xa3de26f0,0xda51f000,0xec500000,0x05070000,0x340e0f8a,0x1eb135f9,0x500605ec,0x4fffdfa4,0x3c600006,0x0000000f,0xbf000f72,0xffbff2fc,0x6ff10480,0xf62fb400,0x80ad0a30,0x3dec9f79,0x0077f17f,0xd3df26f0,0xd951f000,0xec000000,0x05080000,0x2c0e3f87,0x1ee147fa,0x100705ec,0x4fffcfa5,0x3c600006,0x1000000f,0xbf000f72,0xffbff1fc,0x6ff10480,0xf62fb400,0x80ad0a30,0x3dec7f79,0x0077f57f,0xb3e02700,0xd951f000,0xeb800000,0x05080000,0x260e5f83,0x1ee14dfa,0x400805ec,0x4fffcfa5,0x3c600006,0x1000000f,0xbf000f71,0xffbff1fc,0x6ff10480,0xf63fb400,0x80ad0a30,0x3dec7f7a,0x0077f57f,0xb3e026f0,0xd951f000,0xeb700000,0x05080000,0x250e6f82,0x1ee14dfa,0x400805ec,0x4fffcfa5,0x3c600006,0x1000000f,0xbf000f71,0xffbff1fc,0x6ff10480,0xf63fb400,0x80ab0a40,0x3dec5f79,0x00b7ee7f,0xc3db2690,0xda51a000,0xeb700000,0x05080000,0x2c0ddf84,0x1eb14bfa,0x100705ec,0x4fffdfa5,0x3c700006,0x0000000f,0xbf000f72,0xffbff1fc,0x6ff20480,0xf63fb400,0x80aa0a50,0x3dec4f79,0x00c7ec7f,0xc3d82670,0xda518000,0xeb800000,0x05080000,0x2e0daf85,0x1e914afa,0x000705ec,0x50ffdfa5,0x3c700006,0x0000000f,0xbf000f72,0xffbff1fc,0x6ff20480,0xf62fb400,0x80aa0a50,0x3dec5f79,0x00c7ef7f,0xe3d92670,0xda519000,0xeba00000,0x05070000,0x2c0daf84,0x1ea14bfa,0x100705ec,0x4fffcfa5,0x3c600006,0x0000000f,0xbe000f72,0xffbff1fc,0x7ff20490,0xf62fb500,0x80aa0a50,0x3dec5f7a,0x00c7f37f,0xe3db2640,0xd9518000,0xeba00000,0x05060000,0x280dbf83,0x1eb14dfa,0x200905ec,0x4fffafa6,0x3c500006,0x0000000f,0xbd000f71,0xffcff1fc,0x8ff20490,0xf62fb500,0x80a60a60,0x3cec3f7b,0x00d7f27f,0xc3db2560,0xd750b000,0xebb00000,0x05030000,0x290dbf83,0x1e914dfa,0x200a05ec,0x4fff9fa6,0x3c500006,0x0000000f,0xbb000f70,0xffcff1fc,0x8ff304a0,0xf62fb500,0x70a20a80,0x3cec6f7c,0x00c7f17f,0xe3da2400,0xd64f6000,0xec400000,0x04fa0000,0x2b0dbf84,0x1dc14dfa,0x100b05ec,0x4eff8fa6,0x3c400006,0x0000000f,0xbc000f6f,0xffcff2fc,0x9ff204b0,0xf62fb600,0x70a20a80,0x3cec8f7c,0x00b7f480,0x03dc23a0,0xd54f1000,0xec900000,0x04ed0000,0x280dbf83,0x1bc14ffa,0x300c05ec,0x4eff7fa6,0x3c400005,0xf000000f,0xbc000f6e,0xffdff2fc,0xaff204b0,0xf61fb600,0x70a10a90,0x3becaf7c,0x00a7f37f,0xd3dd22f0,0xd54eb000,0xec900000,0x04db0000,0x270def82,0x196154fa,0x500c05fc,0x4eff7fa6,0x3c400005,0xf000000f,0xbb000f6e,0xffdff2fc,0xaff204b0,0xf61fb500,0x709f0aa0,0x3beccf7d,0x00a7ea7f,0x73db22c0,0xd74ce000,0xeca00000,0x04c50000,0x2b0e0f84,0x177164fa,0xb00b05fc,0x4eff8fa6,0x3c400005,0xf000000f,0xbb000f6e,0xffdff3fc,0xaff304b0,0xf61fb500,0x709f0a90,0x3cecff7e,0x00b7e77f,0x63da2210,0xd64cc000,0xecf00000,0x04ac0000,0x2e0def86,0x169175fb,0x200c060c,0x4eff7fa5,0x3c400005,0xf000000f,0xbb000f6e,0xffdff3fc,0xbff204b0,0xf61fb500,0x609e0a80,0x3cedef84,0x0067ea7f,0x53dd2130,0xeb4c7000,0xed600000,0x048f0000,0x2a0dff84,0x163198fb,0xd00d060c,0x4eff7fa5,0x3c400005,0xf000000f,0xba000f6d,0xffdff3fc,0xcff204c0,0xf60fb500,0x609e0a70,0x3cef3f88,0xffd7e97f,0x23de2021,0x214bf000,0xed600000,0x04700000,0x290e2f83,0x1391a0fb,0xb00c060c,0x4fff7fa6,0x3c400006,0x1000000f,0xb8000f6e,0xffdff2fc,0xbff304b0,0xf5ffb500,0x609e0a70,0x3cf07f8a,0xff97e67f,0x13de1f21,0x6c4b7000,0xed700000,0x044f0000,0x2b0e1f84,0x11219afb,0x700c060c,0x4fff7fa5,0x3c400006,0x1000000f,0xb8000f6f,0xffdff2fc,0xbff304c0,0xf5efb600,0x609f0a60,0x3cf39f8f,0xfec7e77f,0x03df1e31,0xbc4b0000,0xed800000,0x042c0000,0x2a0e1f85,0x0fe1b2fc,0x300d060c,0x4fff6fa5,0x3c400006,0x1000000f,0xb8000f6e,0xffdff3fc,0xbff204c0,0xf5efb700,0x60a00a50,0x3bf4ef94,0xfe67e67e,0xf3e01d92,0x074ab000,0xed600000,0x04080000,0x2a0e3f85,0x0d01b3fc,0x200e05fc,0x4fff6fa5,0x3c400006,0x3000000f,0xb6000f6f,0xffeff2fc,0xbff304b0,0xf5dfb700,0x60a00a40,0x3bf5bf95,0xfec7e47e,0xe3e01d52,0x3d4a9000,0xed600000,0x03e40000,0x2c0e2f87,0x0921a9fc,0x400d05fc,0x50ff5fa5,0x3c500006,0x4000000f,0xb6000f70,0xffdff2fc,0xbff304b0,0xf5dfb800,0x60a10a40,0x3cf6cf96,0xfef7e37e,0xe3df1b52,0x5248b000,0xed600000,0x03bf0000,0x2d0e2f88,0x0751a9fc,0xb00d05fc,0x50ff5fa5,0x3c500006,0x4000000f,0xb6000f71,0xffdff2fc,0xbff304b0,0xf5dfb800,0x60a10a40,0x3cf70f96,0xfef7e37e,0xf3df1b12,0x50488000,0xed600000,0x039b0000,0x2d0e2f88,0x0711a9fc,0xd00d05fc,0x51ff5fa5,0x3c500006,0x4000000f,0xb6000f71,0xffdff2fc,0xbff304b0,0xf5dfb800,0x60a10a40,0x3cf70f96,0xfef7e37e,0xf3df1b12,0x50488000,0xed600000,0x03770000,0x2d0e2f88,0x0711a9fc,0xd00d05fc,0x51ff5fa5,0x3c500006,0x4000000f,0xb6000f71,0xffdff2fc,0xbff304b0,0xf5cfb900,0x60a30a20,0x3af75f99,0xffc7e37e,0xd3e11952,0x2b487000,0xed300000,0x03550000,0x2c0e3f87,0x03e19efe,0x100f05dc,0x4fff4fa5,0x3c400006,0x6000000f,0xb5000f70,0xffeff2fc,0xbff304a0,0xf5cfb900,0x60a30a20,0x3af76f9a,0xffc7e17e,0xd3e01872,0x2047a000,0xed100000,0x03350000,0x2d0e3f88,0x023193fe,0x200f05dc,0x4fff4fa5,0x3c400006,0x6000000f,0xb5000f70,0xffdff2fc,0xaff304a0,0xf5cfb900,0x60a30a30,0x3af81f9d,0xffb7dd7e,0xc3df1602,0x06458000,0xed000000,0x03170000,0x300e2f89,0xfd9176ff,0x200f05dc,0x4fff4fa5,0x3c500006,0x6000000f,0xb5000f70,0xffdff3fc,0xaff304a0,0xf5cfb900,0x60a50a30,0x3afa7fa2,0xfef7dd7e,0xc3df1341,0xee443000,0xecd00000,0x02fc0000,0x2b0dff89,0xf9014e02,0x000f05dc,0x4fff4fa5,0x3c500006,0x6000000f,0xb5000f70,0xffdff3fc,0xbff304a0,0xf5bfb900,0x60a70a10,0x3bfc2fab,0xfde7e27e,0x83e21141,0xe8442000,0xec300000,0x02e40000,0x200dff84,0xf5811304,0x000f05dc,0x4fff4fa5,0x3c400006,0x6000000f,0xb5000f70,0xffdff3fc,0xbff204a0,0xf5cfb900,0x60a70a00,0x3bfcafb1,0xfdd7e17e,0x33e21031,0xeb437000,0xebc00000,0x02d00000,0x1a0dff80,0xf1b0d004,0x801005dc,0x4eff4fa5,0x3c400006,0x6000000f,0xb5000f6f,0xffeff3fc,0xbff204a0,0xf5cfb900,0x60a70a00,0x3bfecfbc,0xfe17df7e,0x43e10fc2,0x0242c000,0xebc00000,0x02c00000,0x1b0dcf80,0xea004206,0x301305cc,0x4dff3fa6,0x3c300006,0x5000000f,0xb6000f6c,0xfffff5fc,0xcff104b0,0xf5cfbb00,0x60aa09f0,0x3bffdfc5,0xfd57e07e,0x63e11042,0x23444000,0xeba00000,0x02b50000,0x1b0dcf80,0xe64fb905,0xa01505ac,0x4cff1fa6,0x3c200006,0x6000000f,0xb6000f6b,0xfffff5fc,0xdff004c0,0xf5cfc500,0x70ac0990,0x38ffffcb,0xfcc7e37e,0x83e110a2,0x41458000,0xeb800000,0x02af0000,0x1b0ddf80,0xe64f5802,0xc01a054c,0x4dfebfa3,0x3c300006,0xc000000f,0xb8000f70,0xffeff3fc,0x9ff104a0,0xf58fe200,0xa0b30860,0x31008fce,0xfc87f37f,0x23e40ed2,0x4c441000,0xeb900000,0x02ac0000,0x110dbf7c,0xe79f6101,0x8029045c,0x4dfdaf9c,0x3c600007,0xd000000f,0xb8000f7f,0xffcfeefb,0xcff40430,0xf4fff900,0xc0c70810,0x2d00bfc9,0xfca80a7f,0xe3ea0bb2,0x35419000,0xeb100000,0x02f10000,0x060dcf75,0xec2fef00,0xa03403cc,0x4ffd0f95,0x3ca00008,0xf000000f,0xaf000f8e,0xff9fe8fa,0xfffb03c0,0xf48ffa00,0xb0cf0900,0x2f009fc3,0xfcd80780,0x13e707e2,0x053df000,0xea800000,0x03070000,0x120e1f76,0xf260aa01,0x003303cc,0x52fd4f98,0x3cd00009,0xa000000f,0xa0000f90,0xff5fe7fa,0xa00103a0,0xf48ff000,0xa0ce09d0,0x33011fc8,0xfc980080,0x23e405a1,0xf43b6000,0xeaa00000,0x02ee0000,0x130ddf78,0xf6111902,0x302f03cc,0x52fddfa0,0x3cd00009,0xd000000f,0x94000f8b,0xff2fe9fa,0xc00403a0,0xf4bfcc00,0xd0cf0bc0,0x3a036fe7,0xfb780280,0x33e60492,0x1c39b000,0xeac00000,0x029d0000,0x030daf77,0xf6d15603,0xb01803fc,0x4aff7fbb,0x3c500009,0xf000000f,0x7c000f7b,0xfefff1fb,0x800403e0,0xf4ffc200,0xf0cd0c10,0x3903effa,0xfa680380,0x03eb0572,0x493a9000,0xeaa00000,0x027c000f,0xfa0d7f73,0xf4b12c02,0xd00f03bc,0x47ffefc7,0x3c10000a,0x4000000f,0x70000f79,0xfebff3fb,0xc00703d0,0xf51fc400,0xf0cc0bd0,0x3703b000,0xfa18037f,0xd3ed0602,0x593b2000,0xeaa00000,0x027d000f,0xf80d4f71,0xf3410a02,0x000f039c,0x48ffdfc8,0x3c00000a,0x6000000f,0x6f000f7b,0xfeaff2fb,0xd00903d0,0xf51fc400,0xf0cb0bc0,0x3703b000,0xfa08037f,0xd3ed0612,0x5a3b3000,0xeaa00000,0x027d000f,0xf80d4f71,0xf3210501,0xf00f039c,0x48ffdfc8,0x3c00000a,0x6000000f,0x6f000f7b,0xfe9ff2fb,0xd00903d0,0xf4ffc600,0xc0d90b30,0x3c042011,0xf9980081,0xc3ed0772,0x833c2000,0xeda00000,0x02b00000,0x350d4f89,0xef804700,0x000f038c,0x4bff9fc2,0x3c10000a,0xe000000f,0x72000f7f,0xfe4ff4fb,0xe00803e0,0xf4efc700,0xc0dd0b10,0x3c041013,0xf9880381,0xc3ef07a2,0x843c7000,0xed700000,0x02b70000,0x330d6f88,0xf03046ff,0xe010037c,0x4bff8fc2,0x3c10000b,0x1000000f,0x72000f7f,0xfe3ff4fb,0xe00903d0,0xf4cfcb00,0xb0e80aa0,0x3c03c01a,0xf9780981,0xc3f40852,0x813d6000,0xecd00000,0x02cd0000,0x2a0daf86,0xf27045ff,0xa013032c,0x4bff4fbf,0x3c10000b,0xb000000f,0x72000f80,0xfdfff4fb,0xf00903d0,0xf45fd600,0x80f80990,0x3d032025,0xf9680b81,0x63f90892,0x5a3e3000,0xeb700000,0x03040000,0x1e0e2f80,0xf6c06c00,0xa018029c,0x50febfb6,0x3c60000d,0x4000000f,0x72000f88,0xfd5ff2fb,0xc00a03a0,0xf3ffdb00,0x30fe0920,0x4202f02a,0xf967fd80,0xf3f60682,0x0e3ca000,0xea300000,0x03250000,0x200ebf7e,0xfaf0e303,0xf017029c,0x57fe9fac,0x3cc0000e,0x2000000f,0x76000f90,0xfccff1fb,0x90090390,0xf3afd200,0x11050980,0x4703402d,0xf967f981,0x13f50401,0xee3a5000,0xe9a00000,0x03080000,0x100e8f7c,0xfda15f07,0x5014029c,0x57feefad,0x3cc0000e,0xb000000f,0x6f000f8c,0xfc9ff4fb,0xc00903b0,0xf39fbf00,0x51080a90,0x4903f037,0xf937ff81,0x33fa0342,0x0e39f000,0xe9400000,0x02d9000f,0xf30dcf75,0xfc717807,0x8002024c,0x57001fbf,0x3cb0000f,0x9000000f,0x5c000f8c,0xfc3ff5fb,0xd00c03b0,0xf3dfae00,0x81050b80,0x4904203e,0xf907fa81,0x03f90362,0x2d3a0000,0xe8f00000,0x02ca000f,0xef0d5f72,0xf9515405,0xbfef021c,0x59012fce,0x3cb00010,0x0000000f,0x4f000f8d,0xfbdff5fb,0xd01003b0,0xf3ffaa00,0x81030b80,0x49046046,0xf8d7f781,0x73f80462,0x5f3a7000,0xe9700000,0x02ce000f,0xf60d0f74,0xf3d0e302,0x0fec020c,0x58011fd2,0x3c700010,0x2000000f,0x4a000f8d,0xfb8ff9fc,0x201303d0,0xf3cfb100,0x81080ab0,0x4b04b053,0xf8980282,0xc3fe0772,0x9f3c8000,0xead00000,0x02ef000f,0xf60cff75,0xf13056fe,0x8ff401cc,0x53006fd4,0x3c200010,0xb000000f,0x3f000f8c,0xfb4ffffc,0x901803e0,0xf3cfc200,0x51090950,0x4904605b,0xf8680a83,0x14050962,0x953d0000,0xeae00000,0x0327000f,0xf30d5f72,0xf3804dfc,0xf000014c,0x55ff8fd1,0x3c300011,0x6000000f,0x3c000f92,0xfb0ffdfc,0x601c03b0,0xf3afde00,0x11090780,0x4604205c,0xf8780883,0x64040a52,0x5b3b7000,0xeaf00000,0x035b000f,0xf60d9f71,0xf7d0a7fd,0x501700bc,0x53fddfc5,0x3c200012,0x0000000f,0x42000f97,0xfaeffcfc,0x401c03b0,0xf33fed00,0x011406b0,0x4403e05b,0xf8980c83,0xe40c0e62,0x363c3000,0xea400000,0x0361000f,0xe60e3f66,0xfbc117fe,0x6028006c,0x4dfcefbf,0x3be00012,0xb000000f,0x3d000f94,0xfadffdfc,0x601d03c0,0xf31feb00,0x011c0700,0x45037058,0xf8b80983,0xa41a1322,0x1a3db000,0xe8300000,0x0354000f,0xbf0eff49,0xfd814900,0x6024000c,0x4ffd3fc7,0x3c000013,0x8000000f,0x2e000f97,0xfa8ffafc,0x30220390,0xf39fd800,0x21160840,0x46035057,0xf8c7f383,0xc41e18e2,0x04403000,0xe7c00000,0x032c000f,0xa40e4f34,0xfe414903,0xd00fffbc,0x55fe6fda,0x3c400013,0xd000000f,0x21000f9b,0xfa2ff7fb,0xe0250360,0xf47fbc00,0x910a0a10,0x4403d051,0xf897ee84,0x64311f31,0xf3436000,0xe8000000,0x02ee000f,0x8a0dbf22,0xfe312308,0x4ff2ffac,0x56fffff2,0x3c300013,0x7000000f,0x17000f9b,0xfa0ff7fc,0x10280350,0xf4dfb300,0xc1050ab0,0x41045049,0xf837ed84,0x744225b1,0xe746f000,0xe7900000,0x02a4000f,0x790ddf14,0xfd80e20d,0x5feaff8c,0x53005ffc,0x3c000013,0x3000000f,0x13000f99,0xf9fff8fc,0x40290360,0xf4efb300,0xd1040ac0,0x41046047,0xf827ed84,0x74452bf1,0xdd4ab000,0xe7700000,0x0253000f,0x760def12,0xfc809012,0xcfeaff8c,0x53005ffd,0x3c000013,0x3000000f,0x13000f99,0xf9fff8fc,0x502a0370,0xf58fb600,0xb0ed0ae0,0x37054035,0xf887c383,0x244f3191,0xd44e5000,0xe6400000,0x0203000f,0x930e5f1a,0xfb703818,0x0fe6ff4c,0x5a004fff,0x3c400012,0xe000000f,0x1b000fa0,0xf9eff3fc,0x102a0350,0xf5dfb700,0xa0e00af0,0x3205f02d,0xf8d7ad82,0xa4543631,0xca517000,0xe6100000,0x01bb000f,0xa40e6f22,0xfa7fe71c,0xefe5ff3c,0x5d003fff,0x3c600012,0xb000000f,0x1e000fa3,0xf9eff1fb,0xf02a0350,0xf5dfb800,0xa0d80b30,0x2d06c029,0xf957a482,0xf45b3961,0xbf53e000,0xe7000000,0x0183000f,0xae0e0f2d,0xf9dfa620,0xdfe6ff4c,0x5c002ffd,0x3c500012,0x8000000f,0x20000fa2,0xf9fff1fb,0xf0290360,0xf5cfbb00,0x90cf0bc0,0x2207f01c,0xfa979c82,0xc4743ad1,0xb1554000,0xe7400000,0x0161000f,0xa90d5f38,0xf9df8123,0xafedff9c,0x59ffdff8,0x3c300011,0xe000000f,0x25000f9e,0xfa5ff2fc,0x20270390,0xf5afc400,0x70c50c60,0x15083002,0xfc178581,0x04803aa1,0xac555000,0xe5400000,0x015e000f,0xa60d2f3d,0xfa9f7f23,0xfff6001c,0x59ff3fec,0x3c300011,0x1000000f,0x2f000f9d,0xfacfeffc,0x302603b0,0xf5afd000,0x30b00cc0,0x10093fea,0xfce76180,0x54733a31,0x9f558000,0xe5800000,0x0157000f,0xbe0ccf50,0xfccf7824,0xeffc00bc,0x60fe7fdb,0x3c600010,0x5000000f,0x3f000fa5,0xfaefe9fc,0x202503b0,0xf57fd800,0x20a60cc0,0x100a9fdf,0xfd275480,0xf46d3981,0x8b55c000,0xe7500000,0x014c000f,0xca0c3f5f,0xffef6d26,0x4007013c,0x5efddfce,0x3c50000f,0xd000000f,0x48000fa2,0xfb1feafc,0x502503c0,0xf53fdc00,0x20a90cc0,0x110b0fd9,0xfd375980,0xc46f38b1,0x72561000,0xe7700000,0x013f000f,0xc60c2f5f,0x03bf6027,0xf010016c,0x5bfd6fc9,0x3c30000f,0xc000000f,0x47000f9e,0xfb2feafc,0x802603d0,0xf47fe6ff,0xe0b50d10,0x170b6fc5,0xfd675e7f,0x246937c1,0x58566000,0xe6000000,0x0131000f,0xcc0c4f5f,0x07ef5129,0xc01b020c,0x60fcafba,0x3c50000f,0xf000000f,0x44000fa0,0xfb1fe7fc,0xc02a03c0,0xf38ff6ff,0x70bf0d90,0x230befaa,0xfd975a7e,0x145636e1,0x3d56c000,0xe5f00000,0x0122000f,0xe60c0f67,0x0c0f432b,0x902e02cc,0x65fb6fa2,0x3c700010,0x0000000f,0x48000fa0,0xfaffe5fd,0x202d03e0,0xf2a00eff,0x50cd0d40,0x2a0cef98,0xfd87657e,0x54503611,0x25570000,0xe7900000,0x0115000f,0xe00bcf67,0x0fdf362d,0x405302bc,0x58f95f8c,0x3bd00011,0x0000000f,0x4a000f92,0xfacfebfd,0xf02e0450,0xf1c028ff,0x30d50d10,0x2d0daf85,0xfda75c7d,0x64403561,0x11574000,0xe7900000,0x010a000f,0xe20c6f64,0x130f2b2e,0xa06e01cc,0x51f7cf80,0x3bb00013,0x3000000f,0x43000f91,0xfa1fecfe,0x10310440,0xf1802fff,0x20d70dd0,0x330d7f6f,0xfdc7497c,0xc42c34f1,0x03577000,0xe7600000,0x0103000f,0xf50cef67,0x152f242f,0x906f01ac,0x58f77f76,0x3c000013,0xe000000f,0x48000f9a,0xf99feafd,0xd0330410,0xf1802fff,0x50e90f20,0x400caf57,0xfdb74d7c,0xd41d34c0,0xfe578000,0xe7400000,0x0100000f,0xf30cff67,0x15ef212f,0xf069026c,0x60f7ef68,0x3c800013,0x7000000f,0x55000fa4,0xf95fe7fd,0x503503b0,0xf0f049ff,0x21140f60,0x530b0f31,0xfdd77d7c,0xa41f34c0,0xff578000,0xe6a00000,0x0101000f,0xb20d3f55,0x160f1d2f,0xf08c016c,0x4ff5bf64,0x3bc00015,0x1000000f,0x48000f99,0xf91ff0fe,0x50390440,0xf0c059fe,0xf1180f50,0x530acf22,0xfe27797b,0x741b34c1,0x00578000,0xe5c00000,0x0101000f,0x950d6f43,0x165f122f,0xf09c006c,0x49f48f67,0x3b700016,0x5000000f,0x3c000f96,0xf8dff4fe,0xc03c0480,0xf0b05dfe,0xc1150fc0,0x540aef17,0xfe87607b,0x341334d1,0x02578000,0xe6b00000,0x0102000f,0x8b0d0f37,0x16df002f,0xf0a1001c,0x48f41f68,0x3b400016,0xe000000f,0x35000f96,0xf89ff8ff,0x203f04c0,0xf0a05efe,0xb1171020,0x560b1f10,0xfeb7617b,0x441a34d1,0x04578000,0xe7900000,0x0103000f,0x6d0cdf2f,0x176eeb2f,0xf0a5001c,0x44f3df69,0x3af00017,0x1000000f,0x2d000f91,0xf88ffcff,0xa0420500,0xf0a05efe,0xb1171040,0x560b3f0f,0xfeb7687a,0xe42334d1,0x04578000,0xe7800000,0x0103000f,0x530d0f2a,0x180ed42f,0xf0a7001c,0x41f3bf6c,0x3ab00017,0x2000000f,0x28000f8e,0xf88ffeff,0xe0440520,0xf0a05dfe,0xc1151060,0x550b4f0f,0xfeb75b7a,0x742134d1,0x02578000,0xe7400000,0x0100000f,0x4d0d5f31,0x18aebd2f,0xf0a6001c,0x41f3cf6c,0x3ac00017,0x3000000f,0x27000f8d,0xf87000ff,0xd0430520,0xf0905cfe,0xc1161090,0x550b5f0f,0xfeb7517a,0x642134d1,0x02575000,0xe7800000,0x0102000f,0x4a0d7f38,0x192ea72f,0xf0a4002c,0x42f3ff6c,0x3ac00017,0x2000000f,0x27000f8d,0xf87001ff,0xc0430510,0xf06057fe,0xf11a10d0,0x570b5f0f,0xfeb7507a,0x742434e1,0x03575000,0xe7900000,0x0103000f,0x3d0d6f38,0x199e942f,0xf09e006c,0x43f47f6d,0x3ad00017,0x3000000f,0x25000f90,0xf87000ff,0x704304e0,0xf04052ff,0x111d1120,0x580b4f0f,0xfeb7507a,0x642534e1,0x02575000,0xe7800000,0x0102000f,0x340d4f36,0x19ee872f,0xf097008c,0x45f50f6f,0x3af00017,0x3000000f,0x23000f93,0xf86ffeff,0x204304b0,0xf04052ff,0x111e1120,0x580b4f0f,0xfeb7507a,0x642534d1,0x02575000,0xe7800000,0x0102000f,0x330d3f36,0x19fe802f,0xf096008c,0x45f51f6f,0x3b000017,0x3000000f,0x23000f93,0xf86ffeff,0x104304a0,0xef703bfe,0xe12d1230,0x6b0b4f0f,0xfeb74b7a,0xe42434e1,0x02575000,0xe8000000,0x0103000f,0x370ccf3a,0x199e832f,0xf08e027c,0x47f63f5f,0x3b000016,0x3000000f,0x2a000f83,0xf89006ff,0x803f0510,0xeef02ffe,0xd13612c0,0x750b4f11,0xfec74a7b,0x44253501,0x03576000,0xe8500000,0x0104000f,0x390caf3b,0x18ce912f,0xf089035c,0x47f6df58,0x3b000015,0xe000000f,0x2b000f7d,0xf8a00aff,0xa03e0530,0xee802bfe,0xe13f12d0,0x7a0b3f15,0xfed74f7b,0xa4283511,0x03578000,0xe8700000,0x0104000f,0x350ccf3b,0x178ea730,0x0084039c,0x49f74f58,0x3b100016,0x1000000f,0x24000f7e,0xf8a009ff,0x803e0500,0xede023fe,0xc14812d0,0x820b2f19,0xfee75b7b,0xe42f3521,0x0257e000,0xe8100000,0x0102000f,0x280d0f36,0x15fec530,0x007e03bc,0x4df7df5c,0x3b400016,0xa000000f,0x19000f81,0xf8a007ff,0x503e04d0,0xedc01ffe,0xa1431260,0x820b1f1e,0xff07557b,0xe42d3520,0xfd57e000,0xe7b00000,0x0102000f,0x2e0ccf35,0x141ee830,0x007a03bc,0x51f80f5d,0x3b800016,0xd000000f,0x17000f83,0xf89006ff,0x303e04c0,0xedc01efe,0xa13f11e0,0x800b0f24,0xff17527c,0x542a3500,0xfe577000,0xe7f00000,0x0109000f,0x3d0c8f39,0x121f102f,0xf07903bc,0x52f80f5c,0x3b800016,0xc000000f,0x1a000f84,0xf89005ff,0x403d04b0,0xedc01efe,0xb13e11a0,0x7c0aff2b,0xff375f7c,0xa42e34c1,0x00564000,0xe7d00000,0x011b000f,0x3f0c7f39,0x0fef3a2e,0x807703ac,0x53f7ff5d,0x3b800016,0xd000000f,0x19000f86,0xf89004ff,0x503d04b0,0xedd019fe,0xb13b11b0,0x780adf32,0xff57617c,0xe42e3461,0x03547000,0xe7d00000,0x0136000f,0x4e0c5f3d,0x0dbf662b,0xa07403bc,0x54f83f61,0x3b800016,0xc000000f,0x16000f85,0xf89005ff,0x503d04d0,0xedd00dfe,0xb13c11b0,0x710acf39,0xff87637d,0x943133e1,0x06525000,0xe8900000,0x0157000f,0x5a0bef47,0x0b9f9027,0xa06c03cc,0x54f8ef6a,0x3b600016,0xc000000f,0x0d000f7f,0xf8a008ff,0x803d0500,0xee1ff8ff,0x013811b0,0x5d0abf40,0xffa7687d,0x143c3361,0x0a4ff000,0xe8000000,0x017b000f,0x5b0bdf4b,0x099fb923,0x105703ac,0x55fa7f7e,0x3b700016,0xc000000f,0x01000f7e,0xf8a009ff,0x303e04e0,0xeeafe4ff,0x212811a0,0x4e0a9f48,0xffc7537c,0x843532d1,0x0e4da000,0xe8300000,0x019f000f,0x820c1f56,0x07cfdd1e,0x504503bc,0x56fbdf8c,0x3ba00016,0x3000000f,0x01000f79,0xf8b00dfe,0xf03b04e0,0xeedfd8ff,0x11231130,0x4d0a8f4f,0xffe74d7d,0x24323261,0x124b7000,0xe9a00000,0x01bf000f,0x9c0bff61,0x063ffd19,0xe04003fc,0x53fc5f90,0x3b800015,0xb000000f,0x05000f6f,0xf8f014ff,0x40360530,0xeeffd0ff,0x312510c0,0x4a0a6f56,0x00075f7d,0x543931f1,0x1549b000,0xea200000,0x01da000f,0x9d0c1f64,0x05001516,0x2036044c,0x52fcef94,0x3b800014,0xf000000f,0x07000f6f,0xf96016ff,0x40330540,0xefafbbff,0xc11710a0,0x370a5f5d,0x0027667c,0x743631b1,0x17488000,0xe9800000,0x01ed000f,0xbb0d1f6c,0x04302513,0x901204ec,0x5dff1fa0,0x3c500012,0xf000000f,0x13000f81,0xfa100cfd,0xe02d0480,0xf02fb0ff,0xe10b0f50,0x2f0a4f63,0x0047637c,0x742e3191,0x18481000,0xea200000,0x01f4000f,0xd30d5f75,0x03f02a12,0xa006054c,0x60ffdfa1,0x3c800011,0xa000000f,0x23000f81,0xfa9009fd,0xb0260480,0xf04fadff,0xb10e0cf0,0x2b0a3f68,0x0057807c,0x84353041,0x10464000,0xea600000,0x01f4000f,0xc10d5f71,0x04702912,0x800b057c,0x5bff8f9d,0x3c200011,0x0000000f,0x30000f77,0xfb000bfe,0x401e04e0,0xf05fabff,0xb1120bf0,0x250a2f6c,0x0077897c,0x14352e11,0x04444000,0xe9a00000,0x01f6000f,0xc30dbf72,0x05b02712,0x600d059c,0x58ff7f9c,0x3c000010,0xb000000f,0x35000f72,0xfb300bfe,0x701b04f0,0xf05fabff,0xb1120bd0,0x230a2f6f,0x0087887b,0xf4342b40,0xf3422000,0xe9700000,0x01f9000f,0xc60dcf72,0x07a02312,0x100d059c,0x58ff7f9c,0x3c000010,0xb000000f,0x36000f72,0xfb300bfe,0x701a04f0,0xf0dfa6ff,0xe1010b40,0x1b0a1f72,0x0087717c,0x24242810,0xe03ff000,0xe9d00000,0x01fc000f,0xff0e2f80,0x09f01e11,0xc00105cc,0x5c004f9b,0x3c70000f,0xe000000f,0x45000f79,0xfb5007fd,0xb01704b0,0xf11fa4ff,0xf0fa0af0,0x170a1f72,0x0087687c,0x841d24b0,0xcc3dc000,0xea600000,0x02000000,0x1d0e4f88,0x0c801911,0x6ffe05dc,0x5d009f9a,0x3c90000f,0x6000000f,0x4c000f7a,0xfb7005fd,0x60140490,0xf12fa5ff,0xf0f80aa0,0x16096f79,0x00a76e7d,0x741e2170,0xb93bd000,0xeb700000,0x02040000,0x280e3f8f,0x0f001411,0x100105dc,0x5a007f9a,0x3c70000f,0x1000000f,0x51000f76,0xfbb007fd,0x801204b0,0xf16fa5ff,0xf0f909b0,0x11087f81,0x00b78e7e,0x842a1e80,0xa73a2000,0xec200000,0x02070000,0x200e6f8d,0x11500f10,0xb00805cc,0x54003f9c,0x3c40000e,0x8000000f,0x58000f6e,0xfc100afd,0xb00e04d0,0xf1bfa500,0x00f70870,0x0b077f8a,0x00d7a37e,0x54321c20,0x9838c000,0xeb200000,0x020a0000,0x130edf82,0x13400b10,0x700505ac,0x55004f9f,0x3c50000e,0x1000000f,0x5e000f70,0xfc4007fd,0x900a04c0,0xf20fa2ff,0xe0f10770,0x0a067f93,0x00e7a07e,0xa42d1a80,0x8f37e000,0xeb200000,0x020c0000,0x1d0eaf83,0x14900910,0x400005dc,0x58007f9d,0x3c70000d,0x4000000f,0x6a000f74,0xfc8004fd,0x600604d0,0xf22fa0ff,0xd0f506b0,0x0b059f9d,0x0107b07f,0x443019e0,0x8b379000,0xeb300000,0x020c0000,0x100e4f83,0x15000810,0x3002060c,0x56007f99,0x3c60000c,0xb000000f,0x74000f72,0xfcd003fd,0x800204f0,0xf24fa0ff,0xe0f70630,0x08050fa8,0x0117b97f,0x44311630,0x5b37b000,0xea700000,0x02100000,0x070e7f7f,0x14f00b0f,0x6003060c,0x55007f99,0x3c50000c,0x8000000f,0x78000f70,0xfce001fd,0x900004e0,0xf26f9fff,0xf0f605a0,0x0404efb2,0x0137bd7f,0x243011d0,0x1e37a000,0xe9500000,0x02160000,0x030ecf7c,0x1440110e,0x400205ec,0x54007f99,0x3c60000c,0x6000000f,0x7d000f6e,0xfceffefd,0x8ffd04d0,0xf28f9cff,0xe0f40510,0x0604efbc,0x0147b97f,0xc4250ddf,0xf2383000,0xe9a00000,0x01fa0000,0x0d0dff81,0x13b0170c,0xc001063c,0x54004f92,0x3c50000b,0xe000000f,0x8f000f6c,0xfd1ffefd,0xdff504e0,0xf29f99ff,0xe0fa0440,0x0604efc6,0x0167c17f,0xc423089f,0xc3396000,0xe9000000,0x01e10000,0x070d6f80,0x14c01b0b,0x3001066c,0x53ffdf8d,0x3c20000b,0x9000000f,0x9b000f6a,0xfd3ffefe,0x2fed0510,0xf29f97ff,0xe0fd0390,0x0504efd0,0x0177c27e,0xc423048f,0x9a3a2000,0xe7700000,0x01d20000,0x000d7f78,0x1510160a,0x6fff066c,0x54ff9f8d,0x3c20000b,0x8000000f,0x9f000f6a,0xfd4ffcfe,0x2fe70520,0xf2af95ff,0xe0f90330,0x0504efd9,0x0197ba7e,0x541e027f,0x883a7000,0xe7000000,0x01bb0000,0x040d6f76,0x14501109,0xfffc065c,0x55ff8f8c,0x3c40000b,0x8000000f,0xa5000f6b,0xfd4ffbfd,0xffe20520,0xf2df92ff,0xe0f40310,0x0704efe1,0x01b7b77e,0x841affef,0x813b0000,0xe7600000,0x01980000,0x090d5f77,0x13b00b09,0x9ffb066c,0x55ff7f8a,0x3c30000b,0x3000000f,0xaf000f6a,0xfd5ffbfd,0xffdd0530,0xf36f8dff,0xf0ed0310,0x0704efe8,0x01c7b57e,0xa416fb4f,0x703c2000,0xe7800000,0x016b0000,0x0f0d5f78,0x123ffe09,0x3ff5064c,0x54ff5f8c,0x3c10000a,0xb000000f,0xbd000f6a,0xfd7ff9fe,0x0fd40540,0xf41f8900,0x10e10340,0x0504efee,0x01e7af7e,0x8411f96f,0x613c7000,0xe7700000,0x01510000,0x180d7f7a,0x0f9fef08,0xdfeb062c,0x57ffaf8e,0x3c40000a,0x2000000f,0xcd000f6e,0xfd8ff7fd,0xbfce0530,0xf49f8700,0x00d70350,0x0604eff3,0x01f7ab7e,0x740df81f,0x5c3c9000,0xe7c00000,0x01380000,0x1d0d6f7c,0x0e4fe108,0x8fea062c,0x57ffaf8d,0x3c400009,0x8000000f,0xda000f6d,0xfdaff7fd,0xbfc80540,0xf4af8700,0x00d50350,0x0604eff6,0x0217aa7e,0x740df7bf,0x5c3ca000,0xe7d00000,0x01310000,0x1e0d6f7d,0x0e2fde08,0x7feb062c,0x56ff8f8c,0x3c400009,0x6000000f,0xdd000f6c,0xfdbff7fd,0xcfc70550,0xf4af8700,0x00d50350,0x0604eff7,0x0237aa7e,0x740df7af,0x5c3cb000,0xe7d00000,0x01310000,0x1e0d6f7d,0x0e2fde08,0x7feb062c,0x56ff8f8c,0x3c300009,0x6000000f,0xdd000f6c,0xfdbff7fd,0xcfc70550,0xf4df89ff,0xf0cf0310,0x0904eff7,0x0247ae7e,0xa40af38f,0x593dd000,0xe9400000,0x01190000,0x1d0d4f80,0x0f1faf08,0x6ffb063c,0x4dfeff8e,0x3bd00008,0x4000000f,0xe3000f5a,0xfe9ffefe,0x4fc105b0,0xf4ef8900,0x00cc0310,0x0904eff7,0x0267b07e,0x740bf34f,0x583df000,0xe9300000,0x01180000,0x190d5f7d,0x0f0fa808,0x7ffa062c,0x4dff1f8f,0x3be00008,0x2000000f,0xe4000f5b,0xfeaffdfe,0x2fc105a0,0xf53f8900,0x00c30310,0x0904eff7,0x0277b17e,0x240af2df,0x553e1000,0xe9600000,0x01130000,0x160d6f7b,0x0eff9908,0x6ff7062c,0x4dff4f92,0x3bf00007,0xb000000f,0xe8000f5d,0xfedffcfd,0xefc00590,0xf63f8700,0x00a90330,0x0e04eff7,0x0297a77d,0xd400f1cf,0x563e1000,0xeab00000,0x01000000,0x1f0d3f81,0x0f7f8008,0x3ff4064c,0x4dff7f95,0x3bf00006,0x1000000f,0xf5000f5d,0xff4ffbfd,0xefc205b0,0xf6df8700,0x009d0340,0x1004eff7,0x02a7af7d,0xb3fef10f,0x573e2000,0xeba00000,0x00f80000,0x190d5f83,0x105f7108,0x2ff9064c,0x4aff6f97,0x3bd00005,0x0000000f,0xf5000f55,0xffdffcfe,0x4fcb05f0,0xf71f8800,0x00940360,0x0f04eff7,0x02c7b17d,0x33fcf18f,0x543e1000,0xeba00000,0x00f50000,0x170ddf80,0x105f6c08,0x3ffb064c,0x49ff5f98,0x3be00004,0x6000000f,0xee000f52,0x001ff9fe,0x7fd605f0,0xf76f88ff,0xf0880380,0x1104eff7,0x02d7ab7c,0xd3f6f16f,0x553df000,0xec200000,0x00ec0000,0x220ddf82,0x10ff6907,0xfffb06ac,0x4bff2f95,0x3bf00003,0xa000000f,0xe3000f52,0x002ff6fe,0xdfea0600,0xf78f88ff,0xf0830380,0x1504eff7,0x02f7ba7c,0xc3f7efdf,0x5b3e4000,0xecd00000,0x00e70000,0x180ddf80,0x12ef6407,0x6fff06dc,0x4afecf93,0x3bd00003,0x2000000f,0xdc000f4e,0x005ff6ff,0x5ff50630,0xf7af89ff,0xf07f0390,0x1504eff7,0x0307c07c,0x63f7f06f,0x5e3e3000,0xecb00000,0x00e70000,0x130e3f7c,0x12ef6107,0x300006cc,0x49feaf94,0x3bc00003,0x1000000f,0xdb000f4d,0x005ff4ff,0x8ff70650,0xf7cf8aff,0xf07803c0,0x1604eff7,0x0327b97c,0x33f1f14f,0x5f3de000,0xece00000,0x00e30000,0x1c0e4f7e,0x128f6107,0x200006bc,0x4afeef94,0x3bd00003,0x0000000f,0xdb000f4e,0x004ff3ff,0x4ffa0640,0xf7ef8dff,0xf07503e0,0x1604eff7,0x0337bc7c,0x43f0f10f,0x633df000,0xed300000,0x00e20000,0x1e0e3f80,0x130f6307,0x0002069c,0x4aff1f96,0x3be00003,0x0000000f,0xde000f4e,0x005ff2ff,0x0ff90640,0xf7ff8f00,0x007403f0,0x1604eff7,0x0347c17c,0x33f0f14f,0x623df000,0xed100000,0x00e80000,0x1a0e4f7f,0x12bf6407,0x1002066c,0x4bff3f9a,0x3bf00003,0x1000000f,0xe4000f50,0x005ff1fe,0xcff20620,0xf82f9200,0x006f0420,0x1704eff7,0x0357c17c,0x33eef22f,0x613db000,0xed300000,0x00ea0000,0x1d0e4f7e,0x11af6607,0x2000064c,0x4dff9f9c,0x3c100003,0x3000000f,0xe5000f55,0x002feffe,0x4ff20600,0xf84f94ff,0xf06c0450,0x1804eff7,0x0377c37c,0x43edf28f,0x633d8000,0xed500000,0x00ea0000,0x1d0e4f7e,0x112f6907,0x1001062c,0x4fffbf9c,0x3c300003,0x3000000f,0xe5000f56,0x002feffe,0x1ff505e0,0xf84f96ff,0xf06d0430,0x1904eff7,0x0387ca7c,0x43eff1af,0x683db000,0xed400000,0x00ec0000,0x160e3f7b,0x122f6c06,0xc007061c,0x4dff5f9b,0x3c100003,0x1000000f,0xe4000f52,0x004ff0fe,0x7ff705f0,0xf84f97ff,0xf06d0420,0x1904eff7,0x0397cb7c,0x33eff1bf,0x693db000,0xed300000,0x00ee0000,0x150e3f7b,0x122f6d06,0xc009060c,0x4dff3f9c,0x3c100003,0x1000000f,0xe5000f51,0x005ff0fe,0x8ff505f0,0xf84f98ff,0xf06d0420,0x1904eff7,0x03a7ca7c,0x33eff1bf,0x693db000,0xed200000,0x00ef0000,0x150e3f7b,0x121f6d06,0xc00a060c,0x4dff3f9c,0x3c100003,0x1000000f,0xe5000f51,0x006ff0fe,0x8ff505f0,0xf86f99ff,0xf0690420,0x1904eff7,0x03b7c57c,0x33edf28f,0x6a3d6000,0xed400000,0x00ee0000,0x1a0e3f7d,0x115f6d06,0xb00705ec,0x4fff5f9d,0x3c300003,0x3000000f,0xe4000f55,0x003feffe,0x4ff805d0,0xf87f9aff,0xf0670420,0x1904eff7,0x03c7c47c,0x43edf2bf,0x6b3d5000,0xed500000,0x00ed0000,0x1b0e2f7d,0x111f6e06,0xa00705ec,0x4fff5f9d,0x3c400003,0x3000000f,0xe4000f55,0x003feefe,0x3ffa05d0,0xf87f9bff,0xf0670420,0x1a04eff7,0x03d7c67c,0x53eef25f,0x6d3d6000,0xed700000,0x00eb0000,0x180e1f7d,0x118f7006,0x800a05ec,0x4eff4f9c,0x3c300003,0x1000000f,0xe3000f53,0x003feffe,0x4ffb05d0,0xf87f9bff,0xf0670420,0x1a04eff7,0x03e7c87c,0x53f0f1df,0x703d7000,0xed600000,0x00ea0000,0x120e1f7c,0x121f7506,0x800d05fc,0x4dff3f9c,0x3c200003,0x0000000f,0xe4000f51,0x004feffe,0x5ff905e0,0xf87f9cff,0xf0670420,0x1a04eff7,0x03f7c07c,0x13f1f1ff,0x723d6000,0xecf00000,0x00ea0000,0x140e2f7c,0x11df7806,0x900c05fc,0x4dff4f9d,0x3c200003,0x0000000f,0xe6000f51,0x004feffe,0x4ff705e0,0xf87f9dff,0xf0670430,0x1b04eff7,0x0407b17c,0x03edf23f,0x723d5000,0xecd00000,0x00ea0000,0x1f0e0f81,0x116f7906,0x900c060c,0x4eff5f9d,0x3c300003,0x0000000f,0xe6000f52,0x004feffe,0x1ff705c0,0xf86f9eff,0xf06a0440,0x1b04eff7,0x0417ae7c,0x13edf26f,0x713d4000,0xecd00000,0x00ed0000,0x230e0f84,0x111f7c06,0xa00d060c,0x4eff4f9c,0x3c300003,0x0000000f,0xe7000f53,0x004feefe,0x2ff705c0,0xf86f9f00,0x006c0470,0x1904eff7,0x0417a67b,0xd3ebf38f,0x6c3d1000,0xec500000,0x00f30000,0x2d0e4f86,0x0fcf8006,0xf00c060c,0x4eff5f9c,0x3c300003,0x1000000f,0xe7000f55,0x003feefe,0x0ff705b0,0xf86fa000,0x006b04b0,0x1a04eff7,0x0427a17b,0xe3e9f3df,0x6a3d1000,0xec600000,0x00f40000,0x350e5f88,0x0f2f8207,0x000c061c,0x4eff4f9b,0x3c400003,0x0000000f,0xe6000f55,0x003feefe,0x0ff905b0,0xf85fa100,0x006d04d0,0x1c04eff7,0x0427ab7c,0x33edf2df,0x6b3d6000,0xeca00000,0x00f50000,0x2c0e4f85,0x0fef8006,0xe011062c,0x4dff2f9a,0x3c300002,0xe000000f,0xe6000f52,0x004feffe,0x2ff905c0,0xf85fa200,0x006d04e0,0x1e04eff7,0x0437b57c,0x43f0f24f,0x6b3d8000,0xecb00000,0x00f70000,0x210e3f81,0x104f7e06,0xd011062c,0x4eff2f9a,0x3c300002,0xe000000f,0xe6000f53,0x004feefe,0x0ffa05b0,0xf85fa300,0x006b04e0,0x1f04eff7,0x0437b57c,0x53f0f20f,0x6d3d9000,0xecd00000,0x00f50000,0x1f0e2f80,0x106f7d06,0xd010062c,0x4eff2f99,0x3c400002,0xf000000f,0xe5000f54,0x003feefe,0x0ffb05b0,0xf85fa400,0x006c04d0,0x2004eff7,0x0437b77c,0x63f1f1bf,0x703da000,0xecf00000,0x00f40000,0x1c0e1f80,0x109f7e06,0xd012063c,0x4dff1f98,0x3c300002,0xe000000f,0xe5000f53,0x004feefe,0x1ffb05b0,0xf84fa400,0x006c04d0,0x2004eff7,0x0447b87c,0x63f1f1af,0x703db000,0xece00000,0x00f40000,0x1b0e1f80,0x10af7e06,0xd013063c,0x4dff0f98,0x3c200002,0xe000000f,0xe5000f52,0x005feefe,0x1ffb05b0,0xf84fa500,0x106e04c0,0x2004eff7,0x0447b87c,0x53f1f1cf,0x703db000,0xecc00000,0x00f60000,0x1a0e1f7f,0x106f7f07,0x0013063c,0x4dff0f98,0x3c300002,0xe000000f,0xe5000f53,0x004feefe,0x1ffb05b0,0xf84fa500,0x106e04c0,0x2004eff7,0x0447b77c,0x53f0f1ff,0x703da000,0xecb00000,0x00f60000,0x1a0e1f7f,0x100f7f07,0x2012063c,0x4dff2f98,0x3c300002,0xf000000f,0xe6000f54,0x004fedfd,0xfffa05a0,0xf83fa500,0x107004d0,0x2104eff7,0x0427b87c,0x53f0f1ef,0x713da000,0xecb00000,0x00f60000,0x180e0f7e,0x100f8007,0x3016064c,0x4bff0f97,0x3c200002,0xd000000f,0xe6000f50,0x006feffe,0x0ffa05b0,0xf82fa500,0x107004d0,0x2104fff7,0x0417b97c,0x63f0f1df,0x723da000,0xecc00000,0x00f60000,0x170e0f7e,0x101f8007,0x3018064c,0x4afeff96,0x3c100002,0xc000000f,0xe6000f4e,0x007ff0fe,0x1ffa05b0,0xf82fa600,0x107104c0,0x2104fff6,0x0407b97c,0x53f1f1df,0x713da000,0xeca00000,0x00f70000,0x170e0f7e,0x100f8007,0x3018064c,0x4afeff96,0x3c200002,0xc000000f,0xe6000f4f,0x007ff0fe,0x1ffa05b0,0xf81fa800,0x107504b0,0x2104cff6,0x03f7bc7c,0x13f2f21f,0x6f3db000,0xec200000,0x00fd0000,0x130e1f7c,0x0fbf8107,0x5016064c,0x4cfeff95,0x3c200002,0xe000000f,0xe7000f53,0x006feefd,0xfff905a0,0xf81fa800,0x107504b0,0x2104bff6,0x03f7bb7c,0x13f1f21f,0x6f3da000,0xec200000,0x00fc0000,0x140e1f7c,0x0faf8107,0x5016064c,0x4cfeff95,0x3c300002,0xe000000f,0xe6000f53,0x006feefd,0xfffa05a0,0xf80fa800,0x107504b0,0x22049ff7,0x0407b97c,0x13f1f20f,0x703da000,0xec300000,0x00fb0000,0x150e0f7c,0x0fbf8107,0x5017066c,0x4cfeff94,0x3c200002,0xe000000f,0xe6000f52,0x006feefe,0x0ffb05a0,0xf7ffa800,0x107604b0,0x22049ff7,0x03f7b97c,0x23f1f1ef,0x703db000,0xec300000,0x00fb0000,0x140e0f7c,0x0fdf8107,0x4018067c,0x4bfeef93,0x3c200002,0xd000000f,0xe6000f51,0x006feffe,0x1ffa05b0,0xf7ffa900,0x107604c0,0x21047ff7,0x03f7b67c,0x23f0f23f,0x703da000,0xec100000,0x00fc0000,0x170e2f7d,0x0f7f8107,0x6014066c,0x4eff1f93,0x3c300003,0x0000000f,0xe6000f56,0x004fedfd,0xdffb0580,0xf7ffa900,0x207604d0,0x21046ff7,0x03f7b27c,0x13eff27f,0x703d9000,0xec000000,0x00fc0000,0x1b0e3f7e,0x0f2f8107,0x6012066c,0x4eff1f93,0x3c400003,0x1000000f,0xe7000f58,0x003fecfd,0xcffb0580,0xf7ffa900,0x107604c0,0x21046ff7,0x03f7b37c,0x13eff26f,0x6f3da000,0xec000000,0x00fe0000,0x190e1f7d,0x0f3f8107,0x6014067c,0x4eff1f92,0x3c400003,0x0000000f,0xe5000f57,0x003fecfd,0xcffd0570 +}; + +u32 ANIM_ENTRY_aim_one_handed_weapon_left[] = +{ + 0xff9f1000,0x20000ca0,0x0402af31,0xff6ff805,0x1ca80500,0x4a338000,0xf0a00000,0x03d90001,0x26fc5f6d,0xeeaff7f2,0x6f1a016c,0x31facfe0,0x3e200004,0xf000000f,0xc8000000,0xfb9fc8fe,0x804e0180,0xff9f1100,0x30000cb0,0x04026f31,0xff8fec04,0xfca70500,0x4733a000,0xf0c00000,0x03da0001,0x24fc7f6e,0xeecff5f1,0xff1b014c,0x30fb0fe2,0x3e200005,0x1000000f,0xc6000000,0xfb9fc9fe,0x804d0140,0xff7f0e00,0x30050d20,0x06026f2c,0xff6fe704,0xbca704e0,0x4833b000,0xf0b00000,0x03da0001,0x1dfd7f7f,0xeeefe8f1,0x7f1f016c,0x30fb3fe2,0x3e200005,0x0000000f,0xc6000000,0xfb9fcdfe,0x704c0120,0xff6f0c00,0x30090d70,0x08027f27,0xff1feb04,0x8ca904c0,0x4833d000,0xf0b00000,0x03d90001,0x0ffe2f95,0xef1fe0f1,0x2f20017c,0x2ffaefdf,0x3e100005,0x1000000f,0xc8000000,0xfb9fd0fe,0x704b01a0,0xff8f0e00,0x40060d50,0x08022f28,0xfedfe504,0x8cac04d0,0x46340000,0xf0b00000,0x03d70001,0x12fe2f95,0xef3fe5f0,0xef24014c,0x2ffaafe1,0x3e100005,0x3000000f,0xc9000000,0xfb9fd3fe,0x704c01d0,0xff9f1300,0x40040d10,0x0701df26,0xfeffd904,0x7caf04e0,0x48341000,0xf0a00000,0x03d20001,0x1efe1f9e,0xef5fe8f0,0xbf29011c,0x2efa6fe3,0x3e000005,0x4000000f,0xc9000000,0xfb9fd4fe,0x704c01b0,0xff7f1200,0x40080d10,0x08021f25,0xfeefcf04,0x4cb204f0,0x4b341000,0xf0800000,0x03cf0001,0x25fe3fa4,0xef9fe7f0,0xaf28013c,0x2efa5fe1,0x3e000005,0x3000000f,0xc9000000,0xfb9fd4fe,0x704a01b0,0xff7f1300,0x40080d10,0x09023f26,0xfebfcd04,0x4cb50510,0x4a341000,0xf0700000,0x03cf0001,0x22fe1fa2,0xefbfe6f0,0x6f28012c,0x2efa4fe1,0x3e000005,0x4000000f,0xc9000000,0xfb8fd2fe,0x804c01c0,0xff9f1600,0x50050cf0,0x0801ef28,0xfedfd004,0x5cb80520,0x4b341000,0xf0600000,0x03cf0001,0x1bfdffa6,0xef8fe3f0,0x8f2b00fc,0x2dfa2fe4,0x3e000005,0x4000000f,0xc8000000,0xfb9fd3fe,0x804d01b0,0xff9f1500,0x50060cf0,0x0901ff26,0xfebfd004,0x2cba0510,0x4f342000,0xf0700000,0x03cd0001,0x13fddfab,0xef8fe4f1,0x0f2d010c,0x2dfa5fe4,0x3e000005,0x2000000f,0xc8000000,0xfbafd4fe,0x704c0170,0xff9f1500,0x40060d10,0x0b024f23,0xfe7fce04,0x3cbb04f0,0x4e342000,0xf0400000,0x03cd0001,0x0ffdcfab,0xef9fe4f1,0x4f29012c,0x2efa3fe2,0x3e000005,0x0000000f,0xc9000000,0xfb9fd1fe,0x704b0190,0xff9f1700,0x40050d20,0x0b020f22,0xfe6fcc04,0x4cbc04d0,0x4d342000,0xf0400000,0x03cd0001,0x11fd9faa,0xef7fe6f1,0x4f25011c,0x2ffa5fe3,0x3e100005,0x1000000f,0xc8000000,0xfb8fcbfe,0x804d0170,0xffbf1700,0x40050d30,0x0c01bf1f,0xfe4fcb04,0x2cbb04c0,0x51342000,0xf0700000,0x03ca0001,0x0efd7fac,0xef4fe6f1,0x0f2100ec,0x2efa9fe6,0x3e100005,0x2000000f,0xc6000000,0xfb9fc8fe,0x804d0130,0xffbf1600,0x30070d30,0x0e01df22,0xfdffc604,0x1cb904e0,0x55340000,0xf0800000,0x03c90001,0x0dfdbfad,0xef3fe2f0,0xdf1c00ec,0x30fa7fe6,0x3e100005,0x3000000f,0xc7000000,0xfb8fc3fe,0x704b0160,0xffaf1600,0x30080d40,0x0f01cf28,0xfddfc704,0x1cb704e0,0x5433f000,0xf0b00000,0x03ca0001,0x0ffd8fae,0xef2fe3f0,0xef1d00dc,0x30fa3fe5,0x3e100005,0x6000000f,0xc7000000,0xfb7fc3fe,0x704b0190,0xffbf1600,0x40070d70,0x10016f38,0xfddfca04,0x2cb604d0,0x5433d000,0xf0c00000,0x03c90001,0x10fd4fac,0xef1fe6f0,0xcf1d00bc,0x30fa7fe7,0x3e000005,0x8000000f,0xc5000000,0xfb8fc4fe,0x704b0170,0xffbf1400,0x400a0db0,0x11015f5b,0xfddfd204,0x3cb40520,0x57337000,0xf0900000,0x03ca0001,0x0cfd5fad,0xeeffe0f0,0x4f1e00bc,0x2ffacfe8,0x3e000005,0x7000000f,0xc5000000,0xfb9fc7fe,0x704a0150,0xffaf1300,0x500d0db0,0x14016f9b,0xfdffd504,0x7cb20580,0x58333000,0xf0600000,0x03cb0001,0x0bfd9fac,0xeedfdef0,0x1f1e00cc,0x2efacfe5,0x3df00005,0x7000000f,0xc7000000,0xfb9fc9fe,0x70490170,0xffaf1400,0x60090dd0,0x14016ff4,0xfe9fda04,0xccb10550,0x54337000,0xf0600000,0x03c90001,0x10fdafa9,0xef1fe4f0,0x4f1e00ac,0x2efacfe6,0x3dd00005,0x9000000f,0xc8000000,0xfb9fc8fe,0x704a0150,0xffdf1600,0x70070e30,0x15017050,0xff3fe504,0xccb004b0,0x53339000,0xf0900000,0x03c40001,0x0efdafa9,0xef9fe8f0,0x8f20007c,0x2dfaafea,0x3dd00005,0xa000000f,0xc8000000,0xfbafc7fe,0x704a0140,0xffcf1500,0x800b0ea0,0x180170aa,0xffbfed04,0x9cad0490,0x53336000,0xf0800000,0x03c50001,0x0dfdffab,0xf00febf0,0x7f22007c,0x2cfa7fe9,0x3dc00005,0x8000000f,0xc9000000,0xfbbfcafe,0x70490170,0xffcf1500,0x900d0ee0,0x1b01c0fc,0x000ff104,0x8cab04f0,0x4c331000,0xf0600000,0x03cd0001,0x10fe5fae,0xf05feaf0,0x6f23006c,0x2bfa3fe8,0x3da00005,0x9000000f,0xc9000000,0xfbbfcbfe,0x704901c0,0xffcf1800,0xa00c0f40,0x1c020140,0x002ff404,0x8caa0540,0x4632d000,0xf0400000,0x03d30001,0x13fe8fad,0xf0dfe7f0,0xaf25004c,0x2afa5fea,0x3d900005,0xb000000f,0xc8000000,0xfbcfcafe,0x704a0180,0xffdf1c00,0xa00e0fa0,0x1e022178,0x000ffa04,0x5caa0580,0x4432a000,0xeff00000,0x03d30001,0x11feafab,0xf1afe5f1,0x0f2d002c,0x2afa3fea,0x3da00005,0xb000000f,0xc9000000,0xfbcfccfe,0x70490150,0xffdf1f00,0x90121020,0x220311a1,0x005fff04,0x1ca90630,0x41327000,0xefb00000,0x03d60001,0x10fe7fab,0xf23febf2,0x1f2d003c,0x2bfa2fe8,0x3dc00005,0xb000000f,0xca000000,0xfbcfcafe,0x704a0130,0xffcf2100,0x801610b0,0x2502f1bf,0xfff00203,0xeca80770,0x40325000,0xef500000,0x03d80001,0x0efeafb4,0xf21ff4f2,0xef25002c,0x2dfa3fe8,0x3dc00005,0xc000000f,0xc7000000,0xfbdfc1fe,0x704c0100,0xffcf2700,0x90191120,0x240251d4,0xff800003,0xbca80910,0x44322000,0xeef00000,0x03da0001,0x12feffb2,0xf1fff4f3,0x1f24001c,0x2dfa1fe9,0x3da00005,0xd000000f,0xc5000000,0xfbffbafe,0x704c00c0,0xff9f2f00,0xa01c11b0,0x240261dd,0xffb00803,0x5cab0b40,0x4a31f000,0xeed00000,0x03dd0001,0x0dfeafac,0xf18feff3,0x4f2d000c,0x2cf98fe7,0x3d900005,0xf000000f,0xc4000000,0xfbdfbbfe,0x704b00b0,0xff9f3600,0x901b1230,0x2402b1e3,0xffb01003,0x1cac0e00,0x50320000,0xeed00000,0x03df0000,0xf6fdefb8,0xf0dfebf3,0x5f36ffec,0x2cf96fe6,0x3da00006,0x1000000f,0xc3000000,0xfbcfbdfe,0x804f0060,0xffcf3f00,0x801912b0,0x240251e4,0xff601202,0xecac10c0,0x58323000,0xeeb00000,0x03de0000,0xecfd5fbf,0xf04febf3,0x6f3eff8c,0x2df92fe9,0x3db00006,0x5000000f,0xc0000000,0xfbdfbcfe,0x80500030,0x004f4a00,0x80101350,0x2101f1dd,0xff000f02,0xecaa1370,0x5f326000,0xee900000,0x03dc0000,0xf1fd1fb6,0xef6febf3,0x7f44febc,0x2ef82ff5,0x3d800006,0x9000000f,0xbd000000,0xfbdfb9fe,0x804d0070,0x003f4800,0x701214b0,0x2101a1d2,0xfed00b02,0xbcac1620,0x6a32f000,0xee600000,0x03de0000,0xf3fd5faa,0xee5fdaf3,0x3f42feec,0x2ef85ff1,0x3da00006,0x7000000f,0xc1000000,0xfbcfb9fe,0x804d0050,0xffcf4200,0x701c1650,0x220121c9,0xfe900b02,0x7caf1860,0x7833e000,0xee400000,0x03da0000,0xf2fd7fa5,0xedffcdf4,0x2f3dff8c,0x2df94fe5,0x3dc00006,0x4000000f,0xc7000000,0xfbcfb9fe,0x804effd0,0xff6f3e00,0x902817e0,0x250021bf,0xfdf00e02,0x4cae1a70,0x8734c000,0xee300000,0x03cf0000,0xeefd3fa7,0xedefd1f4,0xef3d000c,0x28fa0fde,0x3da00006,0x1000000f,0xc9000000,0xfbdfbcfe,0x804fff50,0xff5f3800,0x702f1980,0x2affb1b2,0xfdb00b02,0x2cad1cf0,0x9835b000,0xee200000,0x03c00000,0xf4fd5f9d,0xec9fd7f3,0xbf38006c,0x28fa6fd9,0x3db00005,0xc000000f,0xcd000000,0xfbcfbefe,0x804dff50,0xff9f3e00,0x402b1a80,0x2c0001a4,0xfe100402,0x5cac1eb0,0xa3369000,0xee000000,0x03b40000,0xfafdbf8b,0xebdfd7f3,0xcf3dfffc,0x2bfa1fda,0x3de00006,0x0000000f,0xce000000,0xfbafbdfe,0x804eff50,0xffff4d00,0x40201b90,0x26ffe18d,0xfe400b02,0x4cae1f70,0xa9374000,0xee500000,0x03ac0000,0xfefd9f82,0xebefd2f4,0xbf48ff3c,0x2df92fdf,0x3de00006,0x7000000f,0xce000000,0xfbbfb8fe,0x8050ff50,0x001f6200,0x401c1bb0,0x22ffe17a,0xfe800a02,0x2caf20b0,0xb737f000,0xeef00000,0x039f0001,0x06fd6f79,0xebffd6f4,0xcf58febc,0x2df82fdf,0x3de00006,0xa000000f,0xce000000,0xfbcfb5fe,0x8050ff00,0x004f7700,0x301b1b30,0x2200716f,0xfee00102,0x5cae2280,0xca38b000,0xef000000,0x038f0001,0x0dfdff7a,0xec2fe1f4,0x4f6afe1c,0x30f71fde,0x3e000007,0x0000000f,0xd0000000,0xfbcfb3fe,0x8050fec0,0x005f8e00,0x401a1af0,0x1e007162,0xfefffe02,0x6caf2360,0xd8395000,0xef100000,0x03850001,0x11fe7f8c,0xec0fecf4,0x9f78fd6c,0x32f66fdf,0x3e100007,0x9000000f,0xcf000000,0xfbbfaafe,0x8052fe20,0xffef9300,0xb02a1be0,0x1dff8153,0xfe7ffb02,0x4caf23b0,0xe739b000,0xef200000,0x03800001,0x18fecf96,0xebafedf5,0x0f78fdcc,0x2af67fd7,0x3db00007,0x8000000f,0xd1000000,0xfbcfa4fe,0x8053fdb0,0xff9f9800,0xf0381c90,0x21ff4145,0xfe5ff302,0x5cae2460,0xf339f000,0xef400000,0x037d0001,0x19ff0f92,0xebdfe8f4,0x9f7afe3c,0x24f67fcd,0x3d800007,0x4000000f,0xd5000000,0xfbefa3fe,0x8052fd70,0xffefa900,0xe02e1cb0,0x1cffb134,0xfe9ff302,0x8caf24b0,0xf83a2000,0xefb00000,0x03800001,0x08fe7f99,0xebffe2f4,0x5f81fd9c,0x27f5cfcf,0x3d900007,0x7000000f,0xd6000000,0xfbff9afe,0x8053fd20,0xffffbb01,0x10281d30,0x14ffd121,0xfebff402,0x7cb12430,0xfb3a4000,0xf0900000,0x03840001,0x02fdaf9a,0xebcfdef4,0x7f88fd3c,0x25f56fd0,0x3d700007,0xa000000f,0xd4000000,0xfc0f8efe,0x9056fc70,0xffafcf01,0x902f1d10,0x0e000116,0xff3fec02,0x4cb123d0,0xfd3a7000,0xf1400000,0x03840001,0x08fe6fa6,0xebcfdff4,0x3f90fd5c,0x1ef4cfca,0x3d200007,0x9000000f,0xd2000000,0xfc2f82fe,0x9057fbc0,0xffbfe501,0xd02b1ca0,0x0900510c,0xffbfeb02,0xacb223a0,0xfc3a9000,0xf1500000,0x03850001,0x07ff8fba,0xebcfdff4,0x3fa2fd2c,0x18f3dfc7,0x3d000007,0x8000000f,0xd3000000,0xfc3f80fe,0x9058fb60,0xffeff101,0xd0251cb0,0x05004102,0xff9feb03,0x0cb32330,0xf93a8000,0xf1700000,0x03890001,0x06feafad,0xeb9fdbf4,0xafadfcec,0x16f38fc9,0x3cf00007,0x8000000f,0xd1000000,0xfc5f7ffe,0x905bfaf0,0x002ffa01,0xd0221ce0,0x030010fa,0xff5fe503,0x2cb022e0,0xf83a7000,0xf1c00000,0x038d0001,0x0bfd5fa9,0xeb7fdaf4,0xcfaefcac,0x16f3dfcc,0x3d000007,0x7000000f,0xcf000000,0xfc7f78fe,0x905bfa10,0x00200401,0xe0211ce0,0x030010f0,0xff4fe903,0x6cb022b0,0xf73a5000,0xf1d00000,0x038f0001,0x06fcefb3,0xeb9fd7f4,0x9fb0fcac,0x15f3afcb,0x3d100007,0x4000000f,0xce000000,0xfc7f71fe,0x905cf9a0,0x00200b01,0xe0201ce0,0x03fff0e7,0xff0fea03,0x9cb122d0,0xf73a4000,0xf1e00000,0x03910001,0x04fcafb0,0xeb4fd2f4,0x7fb0fcec,0x15f33fc8,0x3d100006,0xf000000f,0xcd000000,0xfcaf69fe,0xa05ff990,0x00300a01,0xc01c1d40,0x02ffb0e2,0xfeefe703,0xacb022d0,0xf53a4000,0xf2400000,0x03900000,0xfefbbfaf,0xeaefd4f3,0x1fa6fd0c,0x18f3bfc9,0x3d200006,0xa000000f,0xca000000,0xfccf5ffe,0xa062f940,0x00600601,0x80161def,0xffffb0dc,0xff1fed03,0xacb022a0,0xf23a6000,0xf2900000,0x038f0000,0xedfacfb9,0xeb4fd6f2,0x3f93fd0c,0x1ff45fcd,0x3d400006,0x7000000f,0xc8000000,0xfccf51fe,0xa062f8e0,0x00600901,0x80141ddf,0xfdffd0d5,0xff5fef03,0xbcb022b0,0xf03a7000,0xf2a00000,0x038c0000,0xe8faefbb,0xeb7fd9f2,0x7f91fd1c,0x21f43fcb,0x3d500006,0x8000000f,0xc6000000,0xfcaf4dfe,0xa063f8b0,0x00500801,0x90141dbf,0xfdff90d0,0xff2fed03,0xbcb022b0,0xef3a8000,0xf2900000,0x038c0000,0xeafb0fba,0xeb7fd8f2,0xaf93fd1c,0x20f44fcb,0x3d400006,0x9000000f,0xc5000000,0xfcaf4ffe,0xa064f8b0,0x00300701,0xa0151d9f,0xfcff60cb,0xfeffe803,0xbcaf22c0,0xec3aa000,0xf2700000,0x038c0000,0xf1fb5fb8,0xeb8fd7f3,0x0f99fd2c,0x1df47fcb,0x3d300006,0xc000000f,0xc2000000,0xfc8f55fe,0xa065f890,0x00100601,0xb0161d5f,0xfbff30c5,0xfecfe203,0xacae22d0,0xe93ac000,0xf2400000,0x038b0000,0xf9fbbfb5,0xeb9fd6f3,0x7f9ffd4c,0x1af4afca,0x3d100006,0xf000000f,0xbf000000,0xfc7f5dfe,0xb066f870,0xfff00501,0xd0161d1f,0xf9fef0c0,0xfe9fdc03,0xacad22f0,0xe53ae000,0xf2100000,0x038b0001,0x01fc0fb2,0xebafd5f3,0xffa6fd5c,0x17f4dfc9,0x3cf00007,0x3000000f,0xbb000000,0xfc5f64fe,0xb067f850,0xffe00401,0xe0171cff,0xf9fec0ba,0xfe6fd803,0x9cac22f0,0xe33b0000,0xf1f00000,0x038b0001,0x06fc4fb0,0xebbfd4f4,0x3faafd6c,0x15f4efc9,0x3ce00007,0x5000000f,0xb9000000,0xfc4f68fe,0xb068f840,0xffd00201,0xe0181d0f,0xf8fea0a9,0xfe7fdb03,0x8cac22f0,0xe33b0000,0xf1c00000,0x038b0001,0x03fc9fb4,0xebcfd8f3,0xffa9fd7c,0x15f50fc8,0x3cd00007,0x6000000f,0xb9000000,0xfc3f6afe,0xb067f850,0xffaffd01,0xf01a1cdf,0xf7fec081,0xfebfdf03,0x8cad2320,0xe43af000,0xf1200000,0x038c0000,0xfcfd9fbe,0xebdfdbf4,0x1fa8fdcc,0x13f53fc3,0x3cb00007,0x4000000f,0xbb000000,0xfc3f6dfe,0xb068f880,0xffaffb01,0xf0161c5f,0xf2feb046,0xfe7fdf03,0x8caf2320,0xe03b1000,0xf0c00000,0x03920000,0xf9fe3fc4,0xebffdbf4,0x7fa2fddc,0x14f54fc3,0x3ca00007,0x4000000f,0xbd000000,0xfc3f6afe,0xb067f8a0,0xffbff802,0x000f1c0f,0xe9feaff3,0xfebfde03,0x8cb322f0,0xda3b3000,0xf0600000,0x03960000,0xfafecfbd,0xebefe1f4,0x0f98fddc,0x15f52fc5,0x3c900007,0x5000000f,0xbc000000,0xfc2f62fe,0xb065f8e0,0xffaff402,0x100d1bcf,0xe2febf8e,0xff9fdd03,0x8cb622d0,0xd83b1000,0xefd00000,0x03990000,0xfaffbfbb,0xebbfe7f3,0x6f8dfe0c,0x16f51fc3,0x3c800007,0x4000000f,0xbd000000,0xfc0f5bfe,0xb065f920,0xff9feb01,0xe00b1b7f,0xdffe7f37,0x00cfdd03,0x7cb82290,0xd33ae000,0xef800000,0x039f0000,0xf6ff6fb4,0xeb9fe8f3,0x5f80fe3c,0x1af58fc3,0x3c900007,0x4000000f,0xbd000000,0xfbff56fe,0xb065f940,0xffcfdb01,0x80071b6f,0xe1fdcef0,0x01efd503,0x9cb52220,0xcb3ab000,0xef600000,0x03a20000,0xf9fdffa1,0xeb8ff2f2,0xef78fe2c,0x1ff6afc9,0x3ce00007,0x3000000f,0xbc000000,0xfbff5ffe,0xb065f920,0xffefd201,0x40051abf,0xe1fdbeb6,0x02cfd003,0xdcb42180,0xc43aa000,0xef200000,0x03a20000,0xf9fddf9c,0xeb7ffef2,0x1f76fe3c,0x22f6dfcd,0x3d100007,0x2000000f,0xba000000,0xfbef66fe,0xa064f970,0xffefc701,0x300619ef,0xdefdde8b,0x039fcf04,0x1cb620e0,0xbd3a8000,0xeef00000,0x03a90000,0xf3fe2f9f,0xeb9000f2,0x0f70fe5c,0x22f6efce,0x3d100007,0x1000000f,0xb9000000,0xfbdf6bfe,0xb065fa10,0xffdfbd01,0x2003190f,0xdbfe8e69,0x03cfd004,0x7cb81fe0,0xb13a7000,0xef500000,0x03af0000,0xf1fe3fa3,0xeb6002f2,0x4f6efe8c,0x22f72fcf,0x3d000007,0x0000000f,0xb9000000,0xfbcf73fe,0xa064fa80,0xffcfb101,0x200118bf,0xd8feee46,0x041fd904,0xccba1e40,0xa33a1000,0xefa00000,0x03b80000,0xf4fe4fac,0xeb6004f1,0x9f69fecc,0x21f7bfcf,0x3d000006,0xd000000f,0xb9000000,0xfbcf7afe,0xa062fab0,0xff8fa301,0x1002189f,0xdaff0e2a,0x046fe205,0x0cba1c80,0x98398000,0xf0000000,0x03c00000,0xf9fe4fa5,0xeb7005f0,0x9f64ff4c,0x20f81fcc,0x3d000006,0xa000000f,0xba000000,0xfbaf82fe,0xa061fb20,0xff7f9a01,0x0002176f,0xdaff0e27,0x04bfde05,0x6cba1b40,0x8d392000,0xf0500000,0x03c50001,0x03fe4f94,0xebb00aef,0x6f5fff8c,0x20f86fcc,0x3d000006,0x8000000f,0xba000000,0xfbaf85fe,0xa062fb60,0xffcf9501,0x0ffb159f,0xd4fefe2e,0x04ffd605,0xbcbb1a10,0x8338f000,0xf0800000,0x03c80001,0x09fdcf94,0xec8005ef,0x2f5bff4c,0x21f86fd4,0x3cf00006,0x9000000f,0xb8000000,0xfb9f86fe,0xa061fbb0,0xffaf8501,0x0ffc14cf,0xd2ff6e32,0x053fd505,0xccbc1860,0x7e388000,0xf0c00000,0x03c90001,0x03fd6f93,0xed3004ef,0x1f54ff8c,0x20f87fd4,0x3ce00006,0x7000000f,0xb9000000,0xfb8f8ffe,0xa05efca0,0xff5f6900,0xf00114cf,0xd2ff7e3d,0x057fd805,0xdcbd16f0,0x7a383000,0xf0c00000,0x03cb0000,0xfefe6f87,0xed6011ed,0x0f40007c,0x20f93fcf,0x3cc00006,0x0000000f,0xba000000,0xfb6f94fe,0xa05efda0,0xff8f5f00,0xeffc139f,0xd1ff9e4c,0x054fda05,0xdcbc15b0,0x7237c000,0xf1100000,0x03cd0000,0xfafd7f99,0xedd01deb,0x2f41006c,0x20f94fd5,0x3cd00005,0xe000000f,0xb9000000,0xfb6f9efe,0xa05efe10,0xffcf6600,0xcffa117f,0xd4ffee5c,0x051fde05,0xccba1420,0x6a372000,0xf1600000,0x03cc0000,0xf1fc5faa,0xeea02aeb,0x3f50ffec,0x22f86fdd,0x3ce00006,0x3000000f,0xb6000000,0xfb5fa7fe,0xa05dfe80,0xff9f6b00,0x9ffd0f6f,0xd8005e6f,0x051fe005,0xecb912c0,0x6236d000,0xf0e00000,0x03cc0000,0xebfc8fb5,0xefe031ea,0xef56ffdc,0x27f80fdd,0x3d200006,0x8000000f,0xb5000000,0xfb3fa7fe,0x905afe80,0xff3f6100,0x90010e9f,0xd9003e83,0x054fe205,0xecb91120,0x6036f000,0xf0700000,0x03c70000,0xeafcffb9,0xf1a039ea,0xbf4a008c,0x27f8efd5,0x3d400006,0x4000000f,0xba000000,0xfb3fa5fe,0x905bfe60,0xff5f5100,0xc0010e4f,0xdb005e94,0x057fe305,0xacb80f80,0x5d36f000,0xf0300000,0x03c30000,0xeffd4fbb,0xf2e040ea,0xff3b00cc,0x22f96fd8,0x3d000005,0xd000000f,0xbb000000,0xfb5fa6fe,0x905afed0,0xff8f4400,0xb0010daf,0xde00aea4,0x053fdd05,0x7cb70e70,0x5c36e000,0xf0100000,0x03c30000,0xf6fd8fba,0xf3a043ea,0xff3500dc,0x21f9cfdc,0x3d000005,0xa000000f,0xbc000000,0xfb5fadfe,0x9058ff30,0xffaf3c00,0x90000cdf,0xe100deb4,0x04dfdc05,0x4cb60dd0,0x5c36c000,0xefd00000,0x03c20000,0xeefe0fc2,0xf40046eb,0x0f3000bc,0x24f9cfdf,0x3d100005,0xc000000f,0xbb000000,0xfb2fb1fe,0x9057ffb0,0xffdf3200,0x70000c7f,0xe600cec4,0x04ffd705,0x3cb50d40,0x5d36c000,0xefb00000,0x03c00000,0xf7fe2fb7,0xf3f044eb,0x6f2600ac,0x27fa4fe5,0x3d200005,0xe000000f,0xb7000000,0xfb1fb1fe,0x9059ffe0,0xffbf2600,0x60000c8f,0xeb00ced6,0x04ffd805,0x2cb30ca0,0x5c369000,0xefc00000,0x03bf0000,0xfefdbfb0,0xf4003fec,0x2f2200dc,0x27fa7fe6,0x3d200005,0xc000000f,0xb6000000,0xfb2fb3fe,0x90580050,0xff9f1f00,0x6fff0c8f,0xf0008ee9,0x049fdb05,0x2cb10bf0,0x5a363000,0xefe00000,0x03c00001,0x04fd8fa7,0xf40039ec,0xcf2100ec,0x28fa8fe5,0x3d300005,0x9000000f,0xb7000000,0xfb3fb6fe,0x90570060,0xff8f1700,0x5fff0c8f,0xf6012efd,0x031fe205,0x2cb00a40,0x57358000,0xf0000000,0x03c40001,0x0efd4f98,0xf2e02bee,0x0f20010c,0x2afa9fe4,0x3d700005,0x6000000f,0xbb000000,0xfb5fbbfe,0x905500a0,0xffaf1000,0x3ffe0c9f,0xfb01bf10,0x019ff105,0x1cae0800,0x5434a000,0xf0400000,0x03ca0001,0x19fcff86,0xf12016ef,0xef1f013c,0x2cfabfe3,0x3db00005,0x1000000f,0xc0000000,0xfb8fc1fe,0x805200f0,0xffbf0a00,0x1ffe0c90,0x00025f24,0x00100205,0x1cad05c0,0x5233e000,0xf0700000,0x03d10001,0x25fcaf75,0xef4000f1,0xef1d016c,0x2efacfe2,0x3e000004,0xd000000f,0xc4000000,0xfbafc6fe,0x804f0130 +}; + +u32 ANIM_ENTRY_aim_one_handed_weapon_right[] = +{ + 0xffaee300,0x3ff40bcf,0xe3012f37,0x011fda04,0x9cba0c40,0x68366000,0xef400000,0x03c20000,0xf8fe7fac,0xf22027ed,0x1f0d017c,0x25fc8ff0,0x3d300005,0xc000000f,0xa9000000,0xfacfcbfe,0x905a00c0,0xffcedf00,0x2ff20b5f,0xe2014f37,0x012fe104,0xbcbc0c60,0x6c367000,0xef400000,0x03bf0000,0xf3feffb0,0xf1501fec,0x9f10015c,0x25fc9ff4,0x3d300005,0xd000000f,0xa9000000,0xfabfd2fe,0x905700f0,0xffbedc00,0x3ff30b1f,0xe0017f31,0x014fe304,0xccbe0c30,0x6b367000,0xef700000,0x03bf0000,0xf4ff3fb3,0xf08015ec,0xaf12018c,0x24fc3ff3,0x3d200005,0xb000000f,0xaa000000,0xfabfd6fe,0x90550180,0xffbed700,0x2ff30a9f,0xe101bf2e,0x010fd804,0xbcbc0c20,0x6b366000,0xf0000000,0x03be0000,0xf9ff1fad,0xefb011ec,0xbf0e018c,0x25fc3ff5,0x3d300005,0xb000000f,0xa8000000,0xfabfd7fe,0x905701e0,0xffded100,0x1ff40a1f,0xe2017f28,0x015fd104,0xbcba0c00,0x6e363000,0xf0400000,0x03ba0000,0xfbff4fa4,0xeee00bec,0x9f08016c,0x26fc8ff9,0x3d300005,0xe000000f,0xa5000000,0xfaafd7fe,0x90590200,0xffcece00,0x1ff7097f,0xe201cf1a,0x011fd105,0x0cbb0b50,0x6d363000,0xf0300000,0x03b60000,0xf9ff9fa4,0xee4003ec,0x7f04019c,0x26fc7ff8,0x3d300005,0xd000000f,0xa7000000,0xfa9fd7fe,0x90560220,0xffbecc00,0x1ff6092f,0xe0028f01,0x00afd805,0x3cbd0a00,0x64361000,0xf0500000,0x03b50000,0xf9ffcfa8,0xedcffcec,0xaf0501bc,0x25fc3ff6,0x3d200005,0xb000000f,0xaa000000,0xfa9fdafe,0x80530270,0xffcec600,0x1ff3090f,0xdd02eee1,0x008fde05,0x5cbf08c0,0x5d35b000,0xf0800000,0x03b00000,0xf8ffffaf,0xed7ffeec,0xff02019c,0x25fc5ff7,0x3d200005,0xd000000f,0xaa000000,0xfa9fdcfe,0x805402b0,0x000ebd00,0x0ff108ff,0xdb032ebd,0x005fe105,0x4cc10750,0x59355000,0xf0a00000,0x03a80000,0xf6006fb3,0xed4002ed,0x5efa017c,0x25fcbffc,0x3d300005,0xe000000f,0xab000000,0xfa8fddfe,0x805202e0,0x002eb4ff,0xfff008df,0xd803ce95,0xffffde05,0x5cc205c0,0x51350000,0xf0a00000,0x03a50000,0xf8010fb4,0xed2003ed,0x3ef2017c,0x25fceffc,0x3d300005,0xc000000f,0xb1000000,0xfa7fe0fe,0x804e0340,0x002eaf00,0x1fec085f,0xd204ae6d,0xffafdc05,0x8cc50440,0x4634c000,0xf0c00000,0x03a00000,0xfc002fb5,0xed0004ed,0x0eec018c,0x22fcdffa,0x3d000005,0xb000000f,0xb6000000,0xfa7fe0fe,0x804e03a0,0xffeead00,0x2fed06cf,0xd104ee57,0xff9fd206,0x0cc503a0,0x3f347000,0xf0e00000,0x039a0000,0xfcfe6fab,0xece003ec,0xbeef01ac,0x22fd5ff8,0x3d200005,0xe000000f,0xb4000000,0xfa6fe3fe,0x804f0340,0xffbea8ff,0xfff4058f,0xd5050e43,0xffffc906,0x4cc302c0,0x3a33e000,0xf0c00000,0x03940000,0xfcfe5f86,0xecc003ec,0x5ef101fc,0x24fd4ff6,0x3d400005,0xf000000f,0xb2000000,0xfa4fe9fe,0x804e03a0,0xffcea2ff,0xdff504df,0xd6057e28,0xffdfca06,0x6cc40110,0x33338000,0xf0900000,0x038d0000,0xfafeaf70,0xecc008ec,0x5eee01fc,0x25fcfff8,0x3d400006,0x0000000f,0xb2000000,0xfa3fecfe,0x704c0440,0xffde9fff,0xdff603ef,0xd405ee0c,0xff4fc806,0x8cc5ff60,0x2d333000,0xf0800000,0x03850000,0xf8febf75,0xecc00eeb,0xaeed01dc,0x26fd1ffa,0x3d300006,0x4000000f,0xb1000000,0xfa1ff0fe,0x804d0460,0xffde99ff,0xcff9032f,0xd305cdf5,0xff8fc206,0x6cc6fdc0,0x2832c000,0xf0900000,0x037d0000,0xfafe5f7c,0xed600ceb,0x9eee01ec,0x27fdbffb,0x3d500006,0x5000000f,0xaf000000,0xfa1ff6fe,0x804e0440,0xfffe8dff,0xaffd02af,0xd305dde7,0xff9fbb06,0x5cc9fc30,0x26327000,0xf0a00000,0x03750000,0xfdfe1f7b,0xedb010ec,0xeee8021c,0x28fdfffc,0x3d700006,0x4000000f,0xb0000000,0xf9fffbfe,0x804d04a0,0xfffe85ff,0xafff01ef,0xd205cddc,0xffafb806,0x6ccdfaf0,0x21326000,0xf0900000,0x03740000,0xf9fe3f7a,0xebf006eb,0xcee4022c,0x28fe1ffe,0x3d700006,0x5000000f,0xae000000,0xf9effffe,0x804e0500,0xffee7eff,0xa001015f,0xcf05cdcc,0xffffba06,0x4cd1f990,0x1c323000,0xf0700000,0x03710000,0xf5fe2f7b,0xeb9ffaea,0x2edd023c,0x29fe7fff,0x3d700006,0x7000000f,0xad000000,0xf9effffe,0x804f0510,0x001e6fff,0x8002017f,0xd105adbb,0x003fc006,0x2cd5f7a0,0x1731f000,0xf0500000,0x03660000,0xf8fdef87,0xecc000ea,0xeed0027c,0x2afedfff,0x3d900006,0x3000000f,0xaf000000,0xf9e000fe,0x704b0590,0x001e69ff,0x800300df,0xd105ddb4,0xffefbd06,0x4cd5f5c0,0x1231b000,0xf0200000,0x03590000,0xfefddf8c,0xeda00dec,0x0ed4028c,0x28fea000,0x3d800006,0x3000000f,0xb1000000,0xf9c009fe,0x70490610,0x004e63ff,0x8002000f,0xd1060db2,0xffcfb306,0x4cd7f460,0x1131b000,0xf0100000,0x034c0000,0xfdfdbf88,0xee3019ec,0x0ed1026c,0x28fef004,0x3d900006,0x4000000f,0xaf000000,0xf9b00dfe,0x704b0640,0x00ae56ff,0x2ffeffef,0xd505eda9,0x001fb106,0x1cdaf310,0x0c31b000,0xf0700000,0x03410000,0xfafd7f8b,0xeeb025eb,0xbec2027c,0x2dfff009,0x3de00006,0x3000000f,0xad000000,0xf9c00afe,0x704c05f0,0x00ee52fe,0xefffff8f,0xda05bda0,0x000fb005,0xfcd9f1c0,0x08318000,0xf0700000,0x033a0000,0xfafd3f93,0xeea02eeb,0x5ec4027c,0x30ffc00b,0x3e100006,0x1000000f,0xac000000,0xf9c011fe,0x704b0650,0x011e53fe,0xfffefe8f,0xdc05ed9c,0xff5fac06,0x0cd8f0b0,0x08313000,0xf0200000,0x03310000,0xf6fd4f97,0xeeb02fea,0xdecd024c,0x2fff200f,0x3e000006,0x1000000f,0xaa000000,0xf9b019fe,0x804c06f0,0x014e54fe,0xfffdfdbf,0xdf05dd9b,0xff3fab06,0x2cd8efd0,0x08311000,0xefe00000,0x032b0000,0xedfd0f97,0xeec02feb,0x0ed3020c,0x2efef015,0x3e000006,0x1000000f,0xa7000000,0xf9c01ffe,0x804e0720,0x017e57fe,0xfffcfcdf,0xe0053d9c,0xff9faa06,0x1cd8ef00,0x05312000,0xeff00000,0x032a0000,0xeafc9f9c,0xee602aeb,0x9ede01bc,0x2efed01a,0x3e000006,0x2000000f,0xa3000000,0xf9c027fe,0x804d0700,0x018e5cff,0x0ffbfbdf,0xe2052d9e,0xff2fa906,0x2cd6ee40,0x03311000,0xefd00000,0x032a0000,0xedfd1fa3,0xee5022eb,0xaeea018c,0x2efe301c,0x3df00006,0x4000000f,0xa3000000,0xf9b02efe,0x704b0740,0x01ce5dfe,0xfff7fb2f,0xe7051da5,0xfedfa406,0x3cd3edb0,0x0530e000,0xefc00000,0x03270000,0xf0fd9fa6,0xee601beb,0xbeee013c,0x2ffe2020,0x3e000006,0x6000000f,0xa2000000,0xf9a030fe,0x804d0740,0x01be4cfe,0xfff9fbdf,0xe804cdab,0xff1fa606,0x2cd3ed30,0x05310000,0xefe00000,0x03260000,0xedfd7fa8,0xede01aeb,0xded801cc,0x2dff601f,0x3e100006,0x0000000f,0xa2000000,0xf9b02bfe,0x804d0710,0x017e30fe,0xdffdfd5f,0xe804fdae,0xfe7fae06,0x4cd4ecc0,0x04312000,0xefc00000,0x03250000,0xe8fd5faf,0xed4016eb,0x9eb902cc,0x2801201a,0x3e200005,0x5000000f,0xa6000000,0xf9c028fe,0x704a0710,0x017e28fe,0xeffcfd5f,0xe9052db2,0xfdafad06,0xacd2ecb0,0x04311000,0xefa00000,0x03230000,0xeafd7faf,0xed500feb,0xaeb502fc,0x2601501a,0x3e100005,0x2000000f,0xa7000000,0xf9b02dfe,0x704a0750,0x018e26fe,0xfffbfd0f,0xea047db2,0xfdffac06,0xbcd1ec90,0x07311000,0xefd00000,0x03200000,0xe8fd6faf,0xedc010eb,0xfeb902ec,0x2501301d,0x3e100005,0x3000000f,0xa5000000,0xf9b032fe,0x704b0790,0x019e1efe,0xeffdfd4f,0xed03fdb1,0xfe6fae06,0x9cd2ec50,0x0b312000,0xf0200000,0x031f0000,0xe7fd2fb1,0xedd010eb,0xbeb6031c,0x2501501d,0x3e200005,0x1000000f,0xa5000000,0xf9c035fe,0x704907f0,0x019e18fe,0xc000fd7f,0xf0039db4,0xfe6fac06,0x9cd0ec30,0x0c312000,0xf0200000,0x03220000,0xebfd6faf,0xedc00ceb,0x6eb2034c,0x2501801c,0x3e200004,0xf000000f,0xa6000000,0xf9c039fe,0x70470830,0x019e16fe,0xdffefd4f,0xf203bdb5,0xfe0faa06,0xbcceec50,0x0e311000,0xf0200000,0x03210000,0xecfd9faf,0xedb015eb,0xdeb2032c,0x2401e01e,0x3e200005,0x1000000f,0xa5000000,0xf9b03bfe,0x70490800,0x018e14fe,0xdffffd4f,0xf303adb4,0xfe3fa906,0x9ccdec50,0x1030f000,0xf0800000,0x031e0000,0xeafd0fb3,0xed9020ec,0x4eb1032c,0x2502001e,0x3e300005,0x3000000f,0xa5000000,0xf9a03bfe,0x704a07f0,0x018e12fe,0xd000fd8f,0xf4038db2,0xfe5fa806,0x8ccdec50,0x0f30c000,0xf0900000,0x031e0000,0xeefcefb2,0xed701ceb,0xceaf034c,0x2501e01c,0x3e300005,0x2000000f,0xa7000000,0xf9b03bfe,0x70460820,0x018e10fe,0xc001fd5f,0xf6034db8,0xfe2fa206,0xbccbec90,0x1030b000,0xf0600000,0x031f0000,0xeffd5fac,0xed8011eb,0x4ead035c,0x2402201b,0x3e300005,0x0000000f,0xa8000000,0xf9b03dfe,0x70460810,0x019e10fe,0xdffefd2f,0xf7033dbc,0xfe3fa106,0xdcc9eca0,0x1230b000,0xf0500000,0x031f0000,0xecfd3fad,0xeda014eb,0x7eac032c,0x2402601f,0x3e300005,0x1000000f,0xa6000000,0xf9b03cfe,0x704707e0,0x019e11fe,0xdffefd2f,0xf7030dbd,0xfe8fa306,0xdcc9ec80,0x1230b000,0xf0600000,0x031e0000,0xebfcffb5,0xed801ceb,0xaeaf031c,0x2502401f,0x3e400005,0x2000000f,0xa6000000,0xf9b03dfe,0x704707f0,0x019e11fe,0xcffefd3f,0xf8030dbd,0xfe4fa506,0xdcc9ec50,0x1430b000,0xf0700000,0x031f0000,0xedfd1fb6,0xed601feb,0xaeb1033c,0x2501f01d,0x3e400005,0x1000000f,0xa7000000,0xf9b03ffe,0x70450830,0x018e10fe,0xcffffd2f,0xf8030dbe,0xfe1fa206,0xfcc9ec70,0x1630b000,0xf0600000,0x031f0000,0xeefd8fae,0xed7023eb,0xceaf034c,0x2502001e,0x3e400005,0x1000000f,0xa5000000,0xf9b03dfe,0x70470840,0x018e11fe,0xdffefd1f,0xf802cdbd,0xfe9fa207,0x1cc9ec50,0x1530c000,0xf0600000,0x031f0000,0xedfd3fac,0xed7023ec,0x0ead032c,0x2602401e,0x3e500005,0x3000000f,0xa4000000,0xf9b03afe,0x70470800,0x015e12fe,0xeffffd3f,0xf702adbc,0xfecfa107,0x0cc9ec30,0x1430c000,0xf0900000,0x03200000,0xeffd0fae,0xed701ceb,0xdeae035c,0x2602401b,0x3e400005,0x2000000f,0xa7000000,0xf9b03bfe,0x704507f0,0x013e14fe,0xeffffd1f,0xf702fdbd,0xfe5f9b07,0x1cc7ec30,0x1330a000,0xf0c00000,0x031f0000,0xf4fd3faa,0xeda014eb,0x7eb2036c,0x26020019,0x3e400005,0x3000000f,0xa6000000,0xf9b03dfe,0x70460800,0x013e14fe,0xeffefd4f,0xf8030dbd,0xfe7f9f07,0x1cc8ec10,0x12309000,0xf0d00000,0x031f0000,0xf1fcffae,0xeda01aeb,0x9eb2034c,0x2802201b,0x3e500005,0x6000000f,0xa4000000,0xf9b03dfe,0x704807f0,0x013e13fe,0xd000fd6f,0xf8031dbe,0xfe6fa607,0x0cc8ebf0,0x1230a000,0xf0e00000,0x031e0000,0xecfc9fb6,0xed8021eb,0xbeb3035c,0x2802301a,0x3e600005,0x6000000f,0xa3000000,0xf9b03efe,0x704807f0,0x011e14fe,0xd000fd5f,0xf8039dbe,0xfddfa007,0x1cc6ec10,0x1230a000,0xf0f00000,0x031d0000,0xf2fccfb4,0xed8019eb,0x5eb4037c,0x28022018,0x3e600005,0x4000000f,0xa4000000,0xf9b03ffe,0x704607f0,0x00fe14fe,0xd000fd3f,0xf703adbf,0xfdef9907,0x3cc5ec20,0x12309000,0xf0e00000,0x031c0000,0xf5fd2faa,0xed8013eb,0x4eb4038c,0x29025016,0x3e600005,0x5000000f,0xa3000000,0xf9a03efe,0x704807b0,0x00fe14fe,0xdffffd7f,0xf7036dbe,0xfe2f9f07,0x2cc6ebf0,0x1030a000,0xf0f00000,0x031c0000,0xeffcdfa8,0xed5018eb,0x7eb1038c,0x29027017,0x3e700005,0x7000000f,0xa2000000,0xf9a03afe,0x704a07b0,0x00fe14fe,0xc000fd9f,0xf903cdbf,0xfdcfa107,0x0cc6ec00,0x0e30a000,0xf1000000,0x031e0000,0xeefcafaa,0xed501feb,0xaeb2039c,0x2a021016,0x3e700005,0x6000000f,0xa4000000,0xf9b03bfe,0x704707f0,0x00ee15fe,0xc001fd6f,0xf9045dc1,0xfd3f9b07,0x2cc4ec60,0x0d30a000,0xf0e00000,0x031e0000,0xf1fd0fa9,0xedc023eb,0x8eb403ac,0x2a01b014,0x3e700005,0x5000000f,0xa5000000,0xf9b03dfe,0x70470840,0x00ce19fe,0xd000fd5f,0xf8047dc2,0xfd6f9b07,0x3cc3ec80,0x0d309000,0xf0d00000,0x031c0000,0xf2fd2faa,0xee7022eb,0x6eb8039c,0x2a017014,0x3e600005,0x7000000f,0xa4000000,0xf9a03dfe,0x70490850,0x00be1cfe,0xe000fd7f,0xf7049dc5,0xfd5f9e07,0x2cc3eca0,0x0b30a000,0xf0c00000,0x031d0000,0xf5fcffad,0xeea022eb,0x6eba037c,0x2a010013,0x3e500005,0x9000000f,0xa5000000,0xf9b03afe,0x70480880,0x00be1ffe,0xf000fd7f,0xf7051dce,0xfcffa107,0x3cc3ed40,0x0730d000,0xf0800000,0x03240000,0xf5fcffab,0xeef022eb,0x4ebc036c,0x2a00a011,0x3e400005,0x9000000f,0xa8000000,0xf9b039fe,0x704608a0,0x006e24ff,0x2002fd7f,0xf504bdd8,0xfd3fa207,0x5cc2ee30,0x0630e000,0xf0500000,0x03280000,0xeefcefac,0xef2027eb,0x4ebe037c,0x2a00800d,0x3e200005,0xb000000f,0xaa000000,0xf9b037fe,0x70460890,0x002e28ff,0x4003fdcf,0xf4042de7,0xfdefa707,0x4cc3ef00,0x0430e000,0xf0500000,0x032c0000,0xe9fc9fb0,0xef402beb,0xeebf038c,0x2900a009,0x3e100005,0xd000000f,0xac000000,0xf9c034fe,0x70470830,0x000e2aff,0x3004fe4f,0xf6045dff,0xfddfa907,0x2cc3f010,0x03310000,0xf0700000,0x03350000,0xf0fc8fa8,0xef1025ec,0x4ebf03ac,0x29008005,0x3e200005,0xb000000f,0xaf000000,0xf9d031fe,0x70450810,0xfffe2bff,0x4004feaf,0xf7048e1f,0xfddfa207,0x0cc2f170,0x05313000,0xf0a00000,0x033e0000,0xf7fcaf95,0xef001fec,0x0ebc03bc,0x2a00a002,0x3e200005,0xa000000f,0xb0000000,0xf9d02cfe,0x704507f0,0xffae30ff,0x6006feff,0xf7046e42,0xfe2fa406,0xecc1f2e0,0x08317000,0xf0900000,0x03470000,0xf5fcaf93,0xef2022eb,0xeebe03cc,0x29008001,0x3e000005,0xc000000f,0xaf000000,0xf9d029fe,0x704507e0,0xff7e35ff,0x5009ffcf,0xfb042e69,0xfe6fb006,0xacbff410,0x0d319000,0xf0600000,0x034e0000,0xf2fcdf99,0xeef029eb,0xfec403ec,0x2b004ffd,0x3e100005,0xc000000f,0xaf000000,0xf9e02afe,0x704407e0,0xff5e38ff,0x500c0080,0x0003ee98,0xfecfb306,0x4cbcf560,0x1331b000,0xf0400000,0x03550000,0xf9fdbf97,0xeeb02ceb,0xeec7040c,0x2bffaff8,0x3e000005,0xb000000f,0xb1000000,0xf9f02afe,0x60440820,0xff5e3eff,0x9007015f,0xfe038ec4,0xff7fb706,0x0cbdf6d0,0x15322000,0xf0300000,0x03620000,0xfcff5f98,0xeee022eb,0x7ec803ac,0x29ffbffd,0x3de00005,0xe000000f,0xaf000000,0xf9f025fe,0x704507c0,0xffae47ff,0xbffc01df,0xfd034ee9,0xffcfbb05,0xfcbef8d0,0x13327000,0xf0300000,0x03750000,0xfb008f9a,0xee8012ea,0xcecb02fc,0x29ffb005,0x3dd00006,0x2000000f,0xae000000,0xfa0020fe,0x70460730,0xffbe50ff,0xdff8025f,0xfe02ff0c,0xff6fb905,0xfcbefad0,0x1832a000,0xf0000000,0x03800000,0xfbff3f85,0xed6014ea,0x3ed402bc,0x29ff5005,0x3db00006,0x3000000f,0xb0000000,0xfa0020fe,0x60440700,0xffce50ff,0xbff80370,0x0202df2d,0xff0fbc05,0xfcbefc40,0x2332e000,0xef300000,0x037d0000,0xf7fe2f74,0xee0026ea,0xdecf02ac,0x2bff9004,0x3dd00006,0x4000000f,0xb1000000,0xf9f01bfe,0x704506d0,0xffee52ff,0xaff604c0,0x04027f42,0xfeffc705,0xccbffd30,0x2c334000,0xeef00000,0x037b0000,0xf3fe9f7b,0xef9023ec,0x5ec6029c,0x2dffc004,0x3de00006,0x4000000f,0xb1000000,0xfa000ffe,0x70470680,0xffae61ff,0xeff40550,0x03026f52,0xfebfd105,0x7cbefec0,0x31339000,0xef300000,0x03820000,0xf2ff5f85,0xef5010eb,0xaed3026c,0x2bff1002,0x3da00006,0x5000000f,0xb1000000,0xfa300dfe,0x70460640,0xff5e7300,0x1ff60570,0x04027f63,0xfe5fd205,0x3cbd0090,0x3933a000,0xef800000,0x03840000,0xf3ff3f7e,0xeec011ea,0xfee4024c,0x2afe2ffd,0x3d800006,0x8000000f,0xb4000000,0xfa200efe,0x70440610,0xff7e7e00,0x1ff40630,0x0501ff6e,0xfe5fd204,0xdcbe0210,0x4533d000,0xefc00000,0x03820000,0xf4ff3f6f,0xee400feb,0x8eec01dc,0x2cfe5ffd,0x3d900006,0xd000000f,0xb3000000,0xfa200bfe,0x70470540,0xffce7fff,0xfff10770,0x0701af76,0xfe7fd704,0x8cbe0380,0x53341000,0xefe00000,0x037f0000,0xf1ff5f7b,0xee100eec,0x4eeb016c,0x2efec001,0x3db00007,0x0000000f,0xb3000000,0xfa2009fe,0x704704d0,0xffce8c00,0x1fed07f0,0x04019f7c,0xfe7fde04,0x6cbe04d0,0x5b345000,0xf0100000,0x037d0000,0xedfdbfa4,0xee2012ec,0x7ef4012c,0x2cfe3fff,0x3d900007,0x0000000f,0xb7000000,0xfa4004fe,0x70460490,0xffbea200,0x7fe6081f,0xff016f7c,0xfe4fe804,0x9cbd0600,0x5c345000,0xf0000000,0x037f0000,0xecfd8fb1,0xedf014ec,0xdefe00ec,0x29fd2ffb,0x3d600007,0x1000000f,0xba000000,0xfa4ffbfe,0x70460430,0xff8eb500,0xafe3082f,0xfc015f7b,0xfe2fef04,0xecbd0720,0x63345000,0xeff00000,0x037e0000,0xeefe1fb2,0xed8011ec,0xef0900bc,0x29fc6ff8,0x3d400007,0x4000000f,0xbb000000,0xfa6ff3fe,0x704803c0,0xfefebd00,0x9ff308a0,0x0000ff79,0xfe1fee04,0x8cbb0830,0x72344000,0xf0300000,0x03800000,0xf0fdefb1,0xed100aec,0xef0a012c,0x2bfc4fee,0x3d500007,0x6000000f,0xba000000,0xfa7fecfe,0x70480370,0xfeaec000,0x8fff0940,0x03004f7b,0xfe2fe704,0x3cb70950,0x80343000,0xf0600000,0x03840000,0xf2fdcfa9,0xec2ffdec,0x9f07015c,0x2dfc4fe6,0x3d500007,0x8000000f,0xbc000000,0xfa7fe6fe,0x70480350,0xfebec800,0x8ffd0970,0x02ffcf7f,0xfe5fe404,0x4cb50a60,0x8a345000,0xf0a00000,0x03830000,0xeafdbfaa,0xeb8ff5ec,0xbf0a011c,0x2efc1fe6,0x3d600007,0xa000000f,0xbd000000,0xfa7fe2fe,0x704a0300,0xfebed100,0x9ffd09a0,0x00ff6f7c,0xfe6fe004,0x3cb20b20,0x93346000,0xf1000000,0x03810000,0xe8fe4fb3,0xeb6ff2ec,0xdf0e00fc,0x2ffbefe4,0x3d700007,0xb000000f,0xbe000000,0xfa9fddfe,0x704a02a0,0xfebed600,0x8ffd0aaf,0xfefeef6b,0xfebfe204,0x2cb20b20,0x93346000,0xf1200000,0x03830000,0xeffecfba,0xeb7ff1ec,0xaf11010c,0x2ffbafe2,0x3d800007,0x8000000f,0xc1000000,0xfaafdafe,0x70490290,0xfeced900,0x8ffa0c1f,0xfafe7f54,0xff1fed04,0x2cb30a60,0x8e349000,0xf1600000,0x03830000,0xedfdefb1,0xebaff5ec,0xdf1300fc,0x30fb9fe0,0x3d900007,0x7000000f,0xc2000000,0xfa9fdafe,0x704a0270,0xfeeee200,0x8ff60caf,0xf5fe6f47,0xff5fe904,0x3cb20a00,0x8d34e000,0xf1f00000,0x03800000,0xf3fc8fa9,0xebaff5ed,0x4f1600cc,0x31fb5fe1,0x3da00007,0x8000000f,0xc2000000,0xfabfd4fe,0x704c0240,0xfefeeb00,0x6ff50caf,0xf2feaf43,0xffffe204,0x7cb20a00,0x8d351000,0xf2100000,0x037e0000,0xfcfbdfa0,0xebdfeeed,0x7f1b00bc,0x33facfe0,0x3db00007,0x8000000f,0xc1000000,0xfadfcefe,0x704b0200,0xff1eec00,0x2ff30cdf,0xf0fe6f3e,0x007fe404,0xccb00a00,0x8a352000,0xf1f00000,0x037f0001,0x00fbbf9c,0xec2fe7ed,0xaf2100ac,0x34fa5fde,0x3dc00007,0x8000000f,0xc2000000,0xfadfcdfe,0x804c0200,0xfeeeeb00,0x3ff40cbf,0xeeff3f3c,0x00bfe204,0xccb20a50,0x85355000,0xf1900000,0x03890000,0xfffc1f9d,0xed2ff1ed,0x9f1e00cc,0x32faafe0,0x3da00007,0x4000000f,0xbf000000,0xfadfccfe,0x804e01d0,0xfedeeb00,0x3ff50c7f,0xeaffff39,0x00ffdd04,0xacb50b00,0x7835b000,0xf0a00000,0x039f0000,0xfefcefa0,0xef5008ed,0x6f18012c,0x2dfb4fe4,0x3d700006,0xa000000f,0xb8000000,0xfadfc9fe,0x80520150,0xff4eea00,0x4ff70c2f,0xe400bf36,0x014fd704,0x7cb90bd0,0x6a363000,0xefa00000,0x03ba0000,0xfcfddfa4,0xf1d022ed,0x2f11018c,0x27fc0fe9,0x3d400005,0xe000000f,0xaf000000,0xfadfc6fe,0x905600c0 +}; + +u32 ANIM_ENTRY_conversation[] = +{ + 0xffafb1ff,0xdf9b05e0,0x000a1069,0x0100f808,0xccb32940,0xcc265ed1,0xd1912df0,0xb50bee19,0x730651a7,0xe37f3509,0x4f52003c,0x1e0d8ff4,0x3f300304,0xa00cffdf,0xc7009fc6,0xfbefd9f1,0xe0440010,0xffbfb1ff,0xef9a05d0,0x000a2068,0x0110fa08,0xbcb42930,0xcc265ed0,0xd1812df0,0xb50bee19,0x7906d1aa,0xe3bf3d09,0x2f54003c,0x1e0d5ff4,0x3f300304,0xa00cffdf,0xc8009fc5,0xfbefd9f1,0xe045fff0,0xffafb0ff,0xdf9b05c0,0x000a006a,0x0140f108,0xbcb12920,0xcc265eca,0xd12133f0,0xb50bee19,0x800671a1,0xe3ef4709,0x5f53002c,0x1e0d4ff3,0x3f300304,0xc00dffdf,0xc9009fc5,0xfbcfd9f1,0xf045ffd0,0xff9faeff,0xef9c05b0,0x0109e06b,0x0140e408,0xbcab2920,0xcc265ec1,0xd0913cf0,0xc50cee29,0xa107c1ac,0xe3ff4a09,0x8f51002c,0x1e0d9ff2,0x3f300405,0x000dffdf,0xc8009fc4,0xfb9fdaf1,0xf046ffd0,0xff9facff,0xef9c05c0,0x0109e06c,0x0100e108,0xbcaa2920,0xcd265ec1,0xd0813bf0,0xb50aee09,0xab0831b5,0xe3ff4209,0x4f4f002c,0x1e0dcff1,0x3f300405,0x100dffdf,0xc6009fc4,0xfb8fd8f2,0x0046ffd0,0xff9facff,0xef9b0590,0x0109e06f,0x00d0df08,0xccab2930,0xcd266ec2,0xd0913af0,0xb50aee19,0xa30801a4,0xe40f3f08,0xff4e001c,0x1e0daff3,0x3f300405,0x400effdf,0xc500afc4,0xfb6fd4f2,0x1048ffc0,0xffafabff,0xdf9b0570,0x0209e074,0x00d0db08,0xccab2920,0xcd267ec4,0xd0a138f0,0x9509edf9,0x9e07f196,0xe49f4d08,0xef4d001c,0x1f0daff4,0x3f300405,0x600effdf,0xc500afc3,0xfb4fd2f2,0x2049ffc0,0xffafaaff,0xdf9a0580,0x0309d074,0x00d0db08,0xccac2900,0xca269ec5,0xd0b138f0,0x8508ede9,0x9a082191,0xe4bf5108,0xdf4e001c,0x200dbff3,0x3f400405,0x600effdf,0xc500afc3,0xfb4fd2f2,0x2049ffb0,0xffafa9ff,0xcf9a0570,0x0409e076,0x00e0dc08,0xbcab28f0,0xc8269ec7,0xd0d136f0,0x7508edd9,0x99084193,0xe4bf5008,0x7f4a002c,0x200dbff2,0x3f400405,0x500effdf,0xc600afc2,0xfb4fcef2,0x3049ffb0,0xffbfa8ff,0xdf990570,0x0409d076,0x00d0dd08,0xbcab28f0,0xc7268ec9,0xd0e134f0,0x7508edc9,0x9c083191,0xe4cf5108,0x4f49003c,0x200ddff2,0x3f400405,0x300effdf,0xc500afc1,0xfb5fcff2,0x2049ff90,0xffafa6ff,0xdf9905a0,0x0409c074,0x00b0df08,0xbcac28d0,0xc6269ec8,0xd0d135f0,0x8508ede9,0xa008618e,0xe49f4a08,0x7f48004c,0x1f0e0ff2,0x3f400405,0x300effdf,0xc500afc1,0xfb5fcff2,0x3049ff60,0xffafa3ff,0xcf9a05c0,0x0509a076,0x00a0e108,0xccad28a0,0xc6268ec6,0xd0b137f0,0x7508edd9,0x9a084185,0xe49f4b08,0x8f47005c,0x200e2ff1,0x3f500405,0x400effdf,0xc600afc0,0xfb3fcff2,0x404aff50,0xffcf9bff,0x9f990610,0x09099078,0x00b0e108,0xccac28a0,0xc7267ec7,0xd0c136f0,0x6507edc9,0x7e06216b,0xe49f5509,0x1f41006c,0x230eaff1,0x3f800405,0x400effdf,0xc6009fc0,0xfb1fcff2,0x504cff50,0xffdf9bff,0x9f9805e0,0x0909b07a,0x00d0e008,0xccac28b0,0xc7267ec5,0xd0b138f0,0x5507edb9,0x91072182,0xe4bf5708,0xef42005c,0x230e8ff2,0x3f800405,0x600effdf,0xc7009fbf,0xfb0fcef2,0x504cff70,0xffef9bff,0xaf9705a0,0x0809d07c,0x00d0db08,0xacab28c0,0xc7268ec7,0xd0c136f0,0x5507edb9,0xbe0a31a9,0xe4ef5608,0x0f40005c,0x240e6ff3,0x3f700405,0x500effdf,0xc6009fbf,0xfb1fcbf2,0x504cff70,0x000f8eff,0x4f940620,0x0f0a107f,0x0090de08,0x8cac28d0,0xc8268eda,0xd1b124f0,0x5507edb9,0x7f069170,0xe4af5308,0x8f36008c,0x280f1ff3,0x3fc00405,0x000dffdf,0xc9009fbe,0xfb1fcdf2,0x504bff60,0x006f88ff,0x5f8c0650,0x0f0a4084,0x0060ec08,0x9cb428e0,0xc6269eeb,0xd2c115f0,0x4506eda9,0x5b03715d,0xe48f5408,0xbf2f005c,0x270f2ff8,0x3fb00305,0x000dffdf,0xca009fbd,0xfb1fcdf2,0x504bff80,0x014f7cff,0x9f7a06e0,0x080a308d,0x0040e408,0x6cb428e0,0xc2269efa,0xd3a107f0,0x5507edb9,0x7a021162,0xe3cf4e08,0x5f2aff7c,0x220f200d,0x3f500404,0xf00dffdf,0xc500afbd,0xfb0fd2f2,0x504b0040,0x01bf72ff,0x9f720750,0x070a709b,0x0020d408,0x4cb228b0,0xbe269efd,0xd3c104f0,0x4506eda9,0xb5016165,0xe33f4b07,0xff24ff2c,0x210f4017,0x3f500405,0x000dffcf,0xc000bfbc,0xfaefd6f2,0x704c0090,0x01bf6cff,0x7f700770,0x0a0ab0b1,0xffa0c408,0x6cb42880,0xb926aef4,0xd3210cf0,0x1504ed79,0xeb01f16d,0xe37f4e07,0x6f20ff4c,0x240f8017,0x3f700304,0xf00dffcf,0xbe00bfbc,0xfadfd7f2,0xb04d0070,0x01df66ff,0x5f6b0770,0x0d0af0d4,0xfef0af08,0x5cb22850,0xb426bef9,0xd39108ef,0xf502ed5a,0x0101f17b,0xe31f4d07,0xdf1bff6c,0x250f7017,0x3f900304,0xf00dffcf,0xbe00bfbc,0xfabfd6f2,0xe04f0090,0x021f63ff,0x4f630770,0x100b30fc,0xfe209708,0x2cae2810,0xac26cf02,0xd42100ef,0xa500ed1a,0x0101b182,0xe26f4d09,0x0f16ff5c,0x260f6018,0x3f900304,0xf00dffdf,0xc000bfbb,0xfa9fd5f2,0xf04f0080,0x024f5dff,0x3f5907b0,0x110b4121,0xfd608207,0xdcad2790,0xa126af02,0xd41100ef,0x44fcecb9,0xf902d187,0xe22f4f09,0x9f0fff6c,0x260fa017,0x3f800304,0xc00dffdf,0xc400afbb,0xfa9fd3f3,0x004e0070,0x023f56ff,0x2f520820,0x130b8144,0xfcb07507,0x5cae26e0,0x96268efb,0xd3b106ef,0x14faec89,0xf70561bb,0xe22f4d09,0xcf08ffdc,0x270fe011,0x3f900304,0x600cffdf,0xca009fba,0xfabfd1f3,0x204d0040,0x01ff52ff,0x0f4e0840,0x150ba15f,0xfbd05a06,0xccb02660,0x8f266ef5,0xd3610bee,0xe4f8ec59,0xf60511b6,0xe25f4f09,0x9f0b007c,0x28100006,0x3fa00304,0x300bffef,0xd1008fb9,0xfaafd6f3,0x404e0000,0x017f4efe,0xcf4f0840,0x1a0bb171,0xfab03206,0x1cb42610,0x8a264ef0,0xd31111ee,0x94f4ec09,0xf0032174,0xe26f5409,0x5f10015c,0x2b10fff5,0x3ff00304,0x200bffef,0xda006fb6,0xfa7fd7f3,0x504fff20,0x011f4cfe,0x9f4d0840,0x1c0bf17a,0xfa301705,0x4cb62570,0x83261eed,0xd2f112ee,0x94f4ec09,0xea01e16e,0xe22f5209,0xff13020c,0x2d113fe7,0x40200304,0x000bffef,0xe0005fb3,0xfa4fd4f3,0x604ffef0,0x00df49fe,0xaf4808a0,0x180c1176,0xfa400704,0x5cb824a0,0x7725ceee,0xd2f112ee,0x94f4ec09,0xe2002181,0xe1ff5309,0x7f14028c,0x2b111fe0,0x40100203,0xe00affef,0xe2005faf,0xfa2fd1f3,0x604fff40,0x00bf44fe,0x8f4308f0,0x160c0171,0xfa3ff903,0x7cbc2410,0x6d259ee7,0xd29118ee,0xa4f5ec29,0xdfff8199,0xe1bf5509,0x0f1402ec,0x2c11afda,0x40300203,0xe00affef,0xe4004fac,0xf9ffcef3,0x7050feb0,0x008f42fe,0x7f4008f0,0x150c216f,0xfa2fef02,0xdcc12380,0x65258ed6,0xd1b128ee,0xa4f5ec19,0xdf00c1a9,0xe1af5609,0x9f16033c,0x2e11cfd4,0x40500304,0x000bffef,0xe4004fab,0xf9afcef3,0x9053fe90,0x004f42fe,0x7f4008d0,0x130c0168,0xf9ffea02,0x5cca2300,0x5e257ec8,0xd12134ee,0x84f3ebf9,0xd70171a9,0xe19f550a,0x3f17035c,0x30116fd0,0x40600304,0x500cffef,0xe2005fa8,0xf96fcbf3,0xa054fee0,0x003f42fe,0x6f3d08c0,0x100bb156,0xf99fe901,0xfcd42280,0x55256ebf,0xd0c13dee,0x64f3ebe9,0xca01f19b,0xe1bf5709,0xff18034c,0x3110dfcf,0x40700304,0xb00dffef,0xdf005fa6,0xf93fc8f3,0xb054ff50,0x002f3efe,0x5f3e08f0,0x0e0b713f,0xf9ffe101,0x6cdf21e0,0x4d253eb2,0xd03149ee,0x94f4ec19,0xba02b17e,0xe1cf5909,0x9f18035c,0x33108fd0,0x40900405,0x100dffef,0xdb006fa4,0xf8ffc6f3,0xb055ffa0,0x001f3afe,0x4f400920,0x0d0b2122,0xfa5fc800,0x8ce82120,0x48251ea4,0xcfb156ee,0xb4f5ec29,0xb303f174,0xe19f5c0a,0x1f17034c,0x3510cfd1,0x40b00405,0x700fffef,0xd5007fa3,0xf8afc6f3,0xd058ffa0,0x001f37fe,0x3f430910,0x0d0a9101,0xfa4fa0ff,0x7cee20b0,0x4524eea0,0xcf915aee,0xc4f6ec49,0xc205e1aa,0xe0ff590b,0x0f16031c,0x3610dfd3,0x40d00505,0xd010ffdf,0xcf008fa4,0xf86fcaf4,0x005cff70,0x002f33fe,0x3f450940,0x0a0a20d7,0xfa1f72fe,0x5cf42020,0x3f24ae9e,0xcf815cee,0xe4f7ec59,0xe506f1f9,0xe10f5b0a,0x6f1502fc,0x3610cfd8,0x40e00506,0x0010ffdf,0xcb009fa4,0xf85fccf4,0x105dff50,0x006f33fe,0x3f470930,0x0a09f0b4,0xf9ff41fd,0x9cff1f90,0x39246e9a,0xcf515fee,0xe4f7ec6a,0x0305e21c,0xe17f5d09,0x9f1502bc,0x37105fe1,0x40f00506,0x1010ffdf,0xc400afa4,0xf85fccf4,0x3061ff60,0x002f41fe,0x8f4c07f0,0x0909b0a1,0xfa0f19fd,0xbd111f60,0x33240e90,0xcf0169ef,0x34faecaa,0x13045218,0xe1bf5a09,0xef2102ac,0x330e4fe6,0x40900506,0x2011ffcf,0xbc00bfa3,0xf87fc9f4,0x50640030,0x001f4cfe,0xdf5406f0,0x07092093,0xfa1f00fe,0x2d251eb0,0x2d23de85,0xce9174ef,0x74fdecda,0x1703c20c,0xe26f530b,0x5f28026c,0x300d3feb,0x40400506,0x3011ffcf,0xb500dfa2,0xf89fc6f4,0x60650090,0x007f4bfe,0xef590700,0x08083089,0xfa0ef3fe,0x7d371d80,0x2823ae7d,0xce517bef,0x64fdecda,0x1403f20d,0xe2ef4e0b,0xcf2401dc,0x300d3ff5,0x40200506,0x4011ffcf,0xb200dfa2,0xf89fc3f4,0x60630090,0x00df49fe,0xdf6006f0,0x0c073087,0xfa0ee8fe,0xfd451ce0,0x27234e7b,0xce417def,0xc500ed3a,0x0f03e213,0xe2ff4e0b,0x0f1f015c,0x300d7000,0x40300506,0x4011ffbf,0xae00efa1,0xf8afc1f4,0x60610080,0x017f3efe,0x7f6a07a0,0x13068086,0xfa4edeff,0x2d4d1c80,0x2722fe7b,0xce317df0,0x2504ed9a,0x0903d211,0xe2ff520a,0x7f0f00cc,0x350e800e,0x40a00506,0x3011ffbf,0xa900ffa0,0xf8bfbdf4,0x70600030,0x022f30fe,0x2f750880,0x1a05c087,0xfa8ed3ff,0x4d4e1c30,0x2722ae75,0xce1183f0,0x5505edba,0x0704520b,0xe32f550a,0x2efe003c,0x390f9019,0x40e00506,0x1010ffbf,0xa800ffa0,0xf8dfbaf4,0x505d0010,0x01ef3ffe,0x8f7e07a0,0x1905b089,0xfb1ed2ff,0xed491c60,0x1d224e6b,0xcdd18bf0,0x5506edba,0x00052204,0xe3af530a,0x2f0e002c,0x330ed01a,0x40800505,0xf010ffbf,0xa700ffa0,0xf90fbef4,0x4058ffe0,0x028f41fe,0x9f7d0790,0x1a06108d,0xfb9ed300,0x5d401cb0,0x15220e6c,0xcde18bf0,0x7508edd9,0xe604e1f7,0xe3af4c0b,0x3f0cff5c,0x330f1029,0x40700505,0xf010ffaf,0xa3010fa3,0xf93fbff4,0x3056ffb0,0x035f39fe,0x5f7e0820,0x1f069094,0xfc1ed800,0x7d341cf0,0x1321fe6f,0xce0188f0,0xb50bee19,0xbd0491db,0xe34f450c,0x0efffe6c,0x370f903a,0x40a00505,0xf010ffaf,0xa2010fa6,0xf95fc2f4,0x2053ff90,0x037f37fe,0x4f8b0860,0x2306e099,0xfcaee500,0x7d261d40,0x12220e66,0xcdc190f0,0xa50aee09,0x9a04f1b1,0xe32f490b,0x6ef8fe1c,0x380f803e,0x40b00506,0x0010ffaf,0xa1010fa8,0xf98fc4f4,0x1050ffb0,0x036f32fe,0x2f9908e0,0x2706e09d,0xfd1ef800,0x6d191d80,0x12223e50,0xcd31a5f0,0x950aedf9,0x8a048198,0xe37f4c0a,0xeeeefdec,0x3b0fb040,0x40c00506,0x3011ffaf,0xa0010fab,0xf9bfc5f4,0x004cfff0,0x038f32fe,0x2fa10910,0x290730a4,0xfdaf0b00,0x7d0b1e20,0x10226e31,0xcc91c2f0,0xb50bee09,0x8d02d18d,0xe38f4c0a,0x8ee6fdac,0x3c0fa042,0x40b00506,0x5011ffaf,0xa1010fae,0xf9dfc4f3,0xf0490020,0x03af35fe,0x2fa50930,0x2a07d0ac,0xfe4f1f00,0xacfd1ec0,0x0c229e00,0xcba1f1f0,0xc50cee29,0xb3014181,0xe34f4e0a,0x7ee6fd5c,0x3e0f5044,0x40a00506,0x8011ffaf,0xa3010faf,0xf9ffc2f3,0xd0480070,0x038f3afe,0x3fab08f0,0x2b0850b9,0xfebf3300,0xbcf11f70,0x0b230dbd,0xcaa233f0,0xc50cee29,0xe901719b,0xe33f4a0a,0x3eecfd4c,0x3d0f3043,0x40a00506,0x9012ffbf,0xa500ffb0,0xfa1fc4f3,0xb0480060,0x037f3efe,0x3faf08f0,0x2a0880c5,0xff0f4200,0x5ce41fc0,0x0b237d8f,0xca125ff0,0xb50cee19,0xfd0361d3,0xe37f4909,0xfeedfd2c,0x3d0fb043,0x40c00506,0x9012ffbf,0xa700ffb1,0xfa3fc4f3,0x9048ffb0,0x038f40fe,0x4fb20900,0x2a08c0d2,0xfeff41ff,0xbcd62010,0x0b23bd82,0xc9f26cf0,0xc50cee19,0xf904f1f3,0xe36f4b0a,0x7eeffcfc,0x3d0f9045,0x40c00506,0x9012ffbf,0xa800ffb3,0xfa5fc6f3,0x8049ffc0,0x036f44fe,0x5fb708f0,0x2b08a0e1,0xfe7f3eff,0x2ccb2050,0x0e23cd86,0xca0268f1,0x050fee59,0xf10511ff,0xe35f490a,0x8ef7fcfc,0x3c0f5044,0x40b00506,0x8011ffbf,0xaa00ffb4,0xfa7fccf3,0x60490000,0x036f48fe,0x5fbc0900,0x2d0850f2,0xfd7f45fe,0xfcc820a0,0x1523ad99,0xca3255f1,0x4512ee99,0xdd0451f9,0xe37f4b0a,0x1ef7fcec,0x3c0f1045,0x40b00506,0x5011ffbf,0xa900ffb5,0xfa9fcef3,0x504a0030,0x035f4cfe,0x5fbe0910,0x2f07e0fd,0xfc3f5fff,0x4ccb20d0,0x1c235da8,0xca5247f1,0x9516eee9,0xce02f1e6,0xe31f4a0a,0x7ef9fcdc,0x3c0f0045,0x40a00506,0x3010ffbf,0xaa00ffb6,0xfacfcef3,0x504c0040,0x035f50fe,0x6fbf0920,0x3207b104,0xfb1f84ff,0x9cd12110,0x2422fda1,0xca424ef1,0xc518ef19,0xcf0231d2,0xe2df470a,0x5efefccc,0x3c0f1044,0x40a00506,0x2010ffbf,0xad00efb8,0xfaffd2f3,0x504afff0,0x036f53fe,0x5fbe0930,0x3407d100,0xf9dfa5ff,0x9cd52170,0x2c22bd8a,0xca0264f1,0xb517ef09,0xc90291a9,0xe2ef4509,0xfefcfcac,0x3d0f3043,0x40a00506,0x3010ffbf,0xb000dfba,0xfb0fd1f3,0x4047ffb0,0x034f59fe,0x6fbf0910,0x3408d0e9,0xf8cfb8ff,0x5cd021d0,0x3422bd80,0xc9f26df1,0x9515eee9,0xb303617e,0xe2cf430a,0x0efbfc8c,0x3d0f3043,0x40a00506,0x7011ffbf,0xad00efbd,0xfadfcff3,0x5047ff70,0x02df5efe,0x8fc40900,0x340a50bf,0xf7afc3fe,0xacc42200,0x3922bd83,0xc9f26af1,0x8514eed9,0xa205317f,0xe2af4109,0xdefefcbc,0x3c0ef03f,0x40900506,0x9012ffbf,0xa900ffbf,0xfaefd0f3,0x6047ff50,0x025f65fe,0xafca08b0,0x340c008c,0xf71fc7fd,0xecba2240,0x3b22ad89,0xca0265f1,0x7514eec9,0xa00781a3,0xe2af3f09,0x9f05fcec,0x3a0e203b,0x40700606,0xe012ffaf,0xa3010fc1,0xfaefd3f3,0x6046ffa0,0x01ef6efe,0xdfd00860,0x320d705b,0xf72fc9fd,0x1cb82270,0x3a22ad98,0xca3256f1,0x9516eef9,0xa50871c7,0xe2ef3f09,0xaf08fcfc,0x390db038,0x40400607,0x3013ffaf,0x9f011fc3,0xfaffd1f3,0x6045ffb0,0x019f75fe,0xffd707f0,0x300ec03d,0xf79fc7fc,0x7cbe22b0,0x3d22bd9d,0xca3251f1,0xd518ef29,0xa90871db,0xe2ef3e09,0xcf05fd0c,0x380d5035,0x40300707,0x6014ffaf,0x9d011fc5,0xfb1fcbf3,0x6043ff90,0x014f79fe,0xffe107a0,0x300f8042,0xf87fbbfb,0xbcc422e0,0x4122cda3,0xca424bf1,0xd519ef29,0xa80841db,0xe2bf3a09,0xfefffd0c,0x3a0d3032,0x40300707,0x9014ffaf,0x9c011fc5,0xfb3fc3f3,0x7044ff60,0x015f7dff,0x0fe607a0,0x2f0fa05c,0xf9dfadfa,0xeccb22d0,0x4222edc3,0xcaa22df1,0xd518ef29,0x9f07e1cf,0xe2ef3d09,0xeefafc9c,0x3b0d2033,0x40200707,0xe015ffaf,0x9e011fc5,0xfb4fbcf3,0x6043ff40,0x01bf7eff,0x1fe507a0,0x2c0f9080,0xfb4fa1fa,0x9cd322e0,0x3f230dd9,0xcaf218f1,0xd519ef19,0x960801c9,0xe36f4309,0x9ef4fbfc,0x3c0cf036,0x40100808,0x2016ffbf,0xa800ffc5,0xfb5fb5f3,0x4040ff50,0x01ff80ff,0x1fe807d0,0x2a0f70a0,0xfc9f98fa,0x8cdc22d0,0x3c232de6,0xcb220af1,0xd519ef19,0x8d0821c8,0xe38f4209,0xdef4fb8c,0x3c0cc037,0x40000808,0x3016ffcf,0xb300dfc5,0xfb6fb4f3,0x103dff30,0x020f82ff,0x1fef0830,0x290f30ae,0xfdaf93fa,0x5ce52280,0x38233def,0xcb4202f1,0xf51aef49,0x8c0821cd,0xe38f4009,0xdef6fb6c,0x3c0d1035,0x40000808,0x0016ffcf,0xbe00bfc5,0xfb6fb5f2,0xe038fed0,0x024f84ff,0x2ff308a0,0x280ee0a3,0xfe2f92fa,0x2cec2240,0x33231df6,0xcb61fcf2,0x151cef69,0x8c07f1cf,0xe3bf3e09,0x7ef9fb2c,0x3b0d6036,0x3ff00707,0xa015ffdf,0xc7009fc5,0xfbafb6f2,0xb034fe90,0x02af83ff,0x1ff40940,0x260ee07e,0xfddf8ff9,0xecef2230,0x3222edf6,0xcb51fcf2,0x151cef69,0x8b07a1d0,0xe3cf3d09,0x8ef9fabc,0x3c0d703d,0x3ff00607,0x5014ffdf,0xcd008fc4,0xfbefb6f2,0xa032fe80,0x032f84ff,0x0ff50930,0x240f0053,0xfd1f85f9,0xbcf22270,0x3822ddf4,0xcb51fef2,0x251cef69,0x8a07a1d3,0xe3ef4009,0xbef9fa4c,0x3d0d6046,0x40000607,0x1013ffdf,0xcf008fc4,0xfc2fb6f2,0x9031fe90,0x038f83ff,0x0ff908c0,0x230f2031,0xfc5f79f9,0x9cf522d0,0x4222cdec,0xcb3205f2,0x351eef89,0x8607b1d7,0xe3df3d0a,0x5ef4f9ec,0x3e0d604e,0x40000606,0xb012ffdf,0xd0008fc4,0xfc6fb3f2,0x8030fe90,0x03df82ff,0x0ffe0890,0x200f3011,0xfb9f6ff9,0xacf42310,0x4a22cdda,0xcaf216f2,0x451eef89,0x8407d1da,0xe3ef3c0a,0x4eeff98c,0x3e0d2055,0x3ff00506,0x7011ffef,0xd2007fc4,0xfc8fb0f2,0x8030fef0,0x041f80fe,0xf0020880,0x1f0f2ff6,0xfaef64f9,0xacf12360,0x4e22cdd5,0xcae21bf2,0x351def89,0x850801da,0xe44f3e09,0xeeecf94c,0x3f0d0059,0x40100506,0x5011ffef,0xd5007fc4,0xfc9faff2,0x702fff20,0x043f7efe,0xd0060830,0x200f0ff1,0xfa7f57f9,0xdcef23e0,0x5722ddde,0xcb0212f2,0x451eef99,0x810871d9,0xe48f3e09,0xeee9f92c,0x420d205c,0x40300506,0x4011ffef,0xd7007fc4,0xfcafadf2,0x602eff10,0x044f7cfe,0xc00b0810,0x1f0ebffa,0xfa7f4bf9,0xfcea2410,0x5d22bdea,0xcb3207f2,0x451eef99,0x7e08a1da,0xe4af400a,0x3ee4f90c,0x430d405f,0x40400506,0x5011ffef,0xd4007fc4,0xfcafabf2,0x602eff30,0x045f76fe,0xc00d0870,0x1c0e200f,0xfb0f44fa,0x0ce92430,0x6222bdf8,0xcb71f9f2,0x351def89,0x7a08c1dc,0xe4cf4109,0xfee0f8fc,0x450d6063,0x40500506,0x7011ffef,0xd2008fc4,0xfc9fabf2,0x602fff60,0x047f70fe,0xa00a08e0,0x1a0d402d,0xfbdf44fa,0x3ceb2480,0x6622de0a,0xcbc1e8f2,0x551fefa9,0x7808c1df,0xe54f3b09,0x4eddf8dc,0x480d8065,0x40700606,0x9012ffef,0xd2008fc4,0xfc8faef2,0x502eff90,0x046f71fe,0xa00908c0,0x190c6048,0xfc4f44fa,0x7ceb24c0,0x6a22ce11,0xcbe1e1f2,0x7520efb9,0x7a08a1e1,0xe56f3909,0x4ee1f8cc,0x480d3066,0x40700606,0xd012ffdf,0xd0008fc5,0xfc7fb2f2,0x502effe0,0x044f72fe,0x900808d0,0x180bc057,0xfc7f47fa,0xace724c0,0x6d229e0f,0xcbe1e3f2,0x7520efc9,0x7b08a1dd,0xe51f3b09,0xdee5f8dc,0x490cf064,0x40800607,0x1013ffdf,0xcc008fc6,0xfc4fb6f2,0x502f0010,0x03ff71fe,0x800708f0,0x170ae05c,0xfc2f4afa,0xbce424b0,0x72226e18,0xcc01dbf2,0x8521efc9,0x7a0861d8,0xe49f3e0a,0x6ee2f92c,0x4a0ca061,0x40900607,0x4013ffdf,0xc7009fc6,0xfc3fb3f2,0x70320070,0x03cf71fe,0x70040910,0x160a4054,0xfbaf4ffa,0xace124b0,0x74226e24,0xcc41cff2,0x7520efc9,0x7a07b1da,0xe48f410a,0x5edef95c,0x4c0c705e,0x40a00707,0x7014ffdf,0xc300afc7,0xfc1fb0f2,0x803400b0,0x037f78fe,0xa00108b0,0x110a1042,0xfb3f59fa,0x8cdf24b0,0x73225e2d,0xcc71c7f2,0x8520efc9,0x7e07a1d6,0xe47f4109,0xfee8f96c,0x490c305b,0x40800707,0xe015ffcf,0xbc00bfc7,0xfbefb3f2,0x90370080,0x032f7cfe,0xbffd0880,0x1009c039,0xfabf66fa,0x9cdc24d0,0x75225e31,0xcc91c3f2,0x651fefb9,0x8707a1d8,0xe45f420a,0x3eeef97c,0x480c405a,0x40800808,0x7017ffcf,0xb300dfc8,0xfb9fb5f2,0xc03b0030,0x02ef7cfe,0xaff60870,0x0f098044,0xfa8f77fa,0x7cd82500,0x76226e3a,0xccc1baf2,0x251def79,0x9707a1db,0xe44f460a,0x3eebf9ac,0x490c5056,0x40800908,0xc018ffbf,0xaf00efc9,0xfb3fb4f2,0xe03e0020,0x02af7efe,0xafef08a0,0x0e09c05e,0xfb2f98fa,0x3cd124e0,0x71228e4b,0xcd21aaf1,0xf51aef49,0xab07c1e5,0xe43f480a,0x4ee8f9fc,0x4b0bf050,0x40800909,0x2019ffbf,0xab00efca,0xfaffaff2,0xf0410060,0x027f82fe,0xbfe40900,0x0e0a8083,0xfc3fc9f9,0xdcc82490,0x67227e61,0xcdb195f1,0xd518ef29,0xb007f1e6,0xe41f4609,0xfee8fa1c,0x4b0ba04a,0x40700a09,0x701affbf,0xab00efcb,0xfabfacf3,0x00430080,0x024f82fe,0x9fd80980,0x0f0b40af,0xfd1002f9,0x5cbe2440,0x5e227e7c,0xce717cf1,0xd518ef29,0xa307d1d9,0xe3df4309,0xaeecfa5c,0x4b0bd041,0x40800a09,0xa01affcf,0xb200dfcc,0xfa5faff3,0x10440030,0x020f85fe,0xafcd09c0,0x0f0be0e3,0xfcf03cf9,0x0cb423f0,0x58228e8d,0xcef16bf1,0xa516ef09,0x930711c5,0xe38f4309,0xcef7fabc,0x490bc035,0x40600a09,0xc01bffcf,0xb800cfcd,0xfa1fb7f3,0x10450000,0x01cf87fe,0xbfc10a10,0x0e0c4116,0xfc2079f8,0xeca823b0,0x53229e95,0xcf3164f1,0x6512eec9,0x7a0641ab,0xe33f4209,0xfefdfb3c,0x450bd02a,0x40300a09,0xb01bffcf,0xbf00bfce,0xf9efbaf3,0x2047ffc0,0x017f87fe,0xdfb80a20,0x0e0c0144,0xfa90abf9,0x0c9c23a0,0x5022ce9d,0xcf815cf1,0x4510eea9,0x4b04d173,0xe2ff440a,0x6efdfbcc,0x430c301e,0x40100a09,0x901affdf,0xc600afce,0xf9cfbbf3,0x3049ff50,0x012f85fe,0xdfb00a00,0x100b2166,0xf840cff9,0x4c9123b0,0x5022de98,0xcf5161f1,0x250fee79,0x2402e13d,0xe2ef480a,0x5efffc5c,0x410cc013,0x40100a09,0x701affdf,0xca009fce,0xf9afbef3,0x404bfef0,0x00cf86fe,0xefa909b0,0x110a517a,0xf600e3f9,0x7c8623c0,0x5122ee84,0xceb174f0,0xf50dee59,0x040200f2,0xe2ff4c0a,0x0f05fcfc,0x3e0ce00b,0x3ff00a09,0x501affdf,0xc600afcf,0xf99fc5f3,0x604efee0,0x009f85ff,0x0fa10960,0x11097185,0xf3f0dbf9,0x1c7823e0,0x5422fe7c,0xce717cf0,0xf50dee58,0xf20230c5,0xe2ff4b0a,0x3f08fd5c,0x3a0cd007,0x3fe00a09,0x4019ffdf,0xc300afcf,0xf97fcaf3,0x7051fef0,0x007f84ff,0x1f9908e0,0x1108e189,0xf250c0f8,0x8c702440,0x59230e71,0xce2186f1,0x050dee68,0xfe0360fe,0xe2cf4a0a,0x4f0bfdac,0x390cc003,0x3fc00a09,0x601affdf,0xc100bfd0,0xf94fcdf3,0x9055ff00,0x006f83ff,0x0f900880,0x13086188,0xf17096f7,0xfc7024a0,0x5c230e53,0xcd61a2f1,0x050dee69,0x1c05014b,0xe27f4b09,0x8f0afdcc,0x3a0cafff,0x3fc00a09,0xb01affdf,0xc100bfd1,0xf91fcdf3,0xb057ff40,0x003f81ff,0x0f8a0840,0x14084180,0xf14063f7,0x2c7724c0,0x5d230e3a,0xccd1baf1,0x050eee69,0x48059190,0xe24f4d09,0x4f06fe0c,0x3b0cdff6,0x3fc00b0a,0x101bffdf,0xc7009fd1,0xf8efcbf3,0x9055ff30,0x001f7bff,0x1f830850,0x1308816f,0xf19029f6,0x3c8524e0,0x5d22fe25,0xcc51cef1,0x050dee69,0x7e0421cb,0xe23f4f09,0x5f00fe4c,0x3a0d8fee,0x3fb00b0a,0x301cffdf,0xcf008fd2,0xf8cfccf3,0x8054feb0,0x001f74ff,0x1f7a0870,0x1308b15b,0xf20feff5,0x7c972500,0x5e22fe17,0xcc01dcf0,0xe50cee49,0x9a0181d9,0xe21f4e09,0x5efbfe6c,0x3b0dcfe7,0x3fb00c0a,0x601cffef,0xd8006fd2,0xf8afcef3,0x7052fec0,0x003f6bfe,0xff7108c0,0x1408a13e,0xf2bfc0f4,0xfcaa2500,0x5d22ee06,0xcba1ecf0,0xb50aee19,0xadfe61d5,0xe1ef4d09,0x8ef7fe7c,0x3d0d9fe5,0x3fc00c0a,0x801dffef,0xdc006fd3,0xf88fd3f3,0x6051ff90,0x002f62fe,0xdf6c0940,0x1508b112,0xf3afa3f4,0xccb824e0,0x5a22dddd,0xcb0213f0,0x8508ede9,0xccfc21d1,0xe1bf4d09,0x6ef3feac,0x3e0e2fe3,0x3fd00c0a,0xb01dffef,0xdc006fd3,0xf85fd9f3,0x7054ff90,0xffff5cfe,0xcf6b09a0,0x160940e7,0xf4af91f5,0x1cc124c0,0x5722cd94,0xca125af0,0x6506edd9,0xe6faf1c1,0xe1bf4c09,0x8ef3fefc,0x3e0edfdf,0x3fe00d0a,0xe01effef,0xd9006fd4,0xf82fe0f3,0x9057ff50,0xffef58fe,0xbf6a09d0,0x160980be,0xf5bf90f5,0xdcc72490,0x5522ad2a,0xc922c1f0,0x8507ede9,0xf3fa41b5,0xe18f4809,0xfef4ff4c,0x3e0f0fdf,0x3ff00d0a,0xf01effef,0xd3007fd4,0xf80fe4f3,0xa059ff60,0xffcf56fe,0xbf6909c0,0x1509b09a,0xf70fa5f7,0x2cd02480,0x5322ac97,0xc86351f0,0xb50aee29,0xfbfa61b7,0xe14f460a,0x4ef1ff7c,0x3d0f5fe0,0x40000d0a,0xf01effdf,0xcb009fd5,0xf80fe4f3,0xc05cff40,0xff9f57fe,0xaf6c0930,0x1709e07b,0xf83fd3f9,0x6cde24c0,0x5522bbbb,0xc81428f0,0xc50aee3a,0x00fba1c7,0xe13f450a,0x4eefffdc,0x3e0f3fdf,0x40200d0a,0xd01effdf,0xc300afd5,0xf81fe3f3,0xc05cff40,0xff8f57fe,0x9f6d0890,0x1a09e061,0xf9701afc,0x9cf824f0,0x5922dac5,0xc8e519f0,0x9508edfa,0x03fca1c7,0xe19f4809,0xeef2001c,0x3e0ebfe2,0x40400c0a,0x901dffcf,0xb900cfd5,0xf82fe7f3,0xd05effb0,0xffef55fe,0x7f680830,0x19099050,0xfb606dff,0xfd1a24f0,0x5a230a10,0xca85caf0,0x5506edca,0x03fb818f,0xe1cf4d09,0xaef3000c,0x3e0e8fec,0x40600b0a,0x201cffcf,0xb200dfd4,0xf86febf3,0xd05fffd0,0x004f51fe,0x4f630810,0x1a08f04c,0xfd90bc03,0x2d3924d0,0x5b2319a1,0xcc4636f0,0x4505edaa,0x07f80123,0xe1cf510a,0x2ef4fffc,0x400e7ff3,0x40900b09,0xb01bffbf,0xaf00efd4,0xf89feef3,0xd05f0020,0x009f4cfe,0x0f630840,0x1b08304c,0xffe10206,0x0d4f2490,0x5b232960,0xcdc674f0,0x5505edba,0x27f3c0c1,0xe1cf4f0a,0x8ef3001c,0x430e4ff6,0x40c00a09,0x301affbf,0xaf00efd4,0xf8bff1f3,0xd06000b0,0x00cf47fd,0xff6608a0,0x1907a04c,0x02413208,0x9d5a2440,0x5b231928,0xcf86aaf0,0x8507edea,0x98efa06b,0xe1df4e0a,0x5eef003c,0x430e3ff6,0x40c00908,0xe019ffcf,0xb400dfd4,0xf8cff4f3,0xc05f0130,0x00df44fd,0xef6b08b0,0x17068054,0x0481390b,0x0d4f2410,0x5c2308f6,0xd186d9f0,0xa509ee0b,0x64ec2fe5,0xe1cf4c0a,0x7eea001c,0x430e5ff6,0x40c00908,0xe019ffcf,0xb800cfd4,0xf8bff3f3,0xb05d0130,0x00ff43fd,0xef7208d0,0x1704a062,0x0661260c,0x9d3423d0,0x5a22e8d8,0xd306f6f0,0xc50bee2c,0x48ebaf3c,0xe1bf480a,0x6ee6ffdc,0x450eaff7,0x40d00a09,0x2019ffcf,0xba00cfd5,0xf89ff1f3,0xb05d00e0,0x013f43fd,0xdf770920,0x15034066,0x07f1150d,0x0d142380,0x5322d8c9,0xd3e703f0,0xd50bee3c,0xfbef2eb2,0xe20f4b09,0xfee7ff7c,0x450e8ffe,0x40d00a09,0x501affcf,0xb800cfd5,0xf8aff2f3,0xb05b0100,0x018f41fd,0xdf7a09d0,0x13029060,0x0961120c,0x9cf922f0,0x4422e8c7,0xd41704f0,0xb50aee1d,0x42f41e7d,0xe22f4f0a,0x3ee4fefc,0x460e6007,0x40c00a09,0x801affcf,0xb300dfd5,0xf8aff2f3,0xb05a0140,0x01af42fd,0xcf800a50,0x14021059,0x0a11170b,0xece82270,0x3422e8cb,0xd3e700f0,0xd50cee3d,0x42f6de7e,0xe20f4e0a,0x5edffebc,0x470e800c,0x40d00a09,0xa01bffbf,0xb000dfd5,0xf89feef3,0xb05b0100,0x019f47fd,0xef880a70,0x15018053,0x0a111f0b,0x2ce12220,0x2922d8cf,0xd3a6fdf1,0x250fee7d,0x33f71e83,0xe1df4a0a,0x6ee0fe8c,0x460e900c,0x40c00a09,0xb01bffbf,0xb100dfd5,0xf8bfeaf3,0xb05900a0,0x01ef4cfe,0x3f890a50,0x1001604e,0x09e12c0a,0x7ce52220,0x2622f8d3,0xd366f9f1,0x2510ee7d,0x10f54e91,0xe1df4a0a,0x9edefddc,0x430ea017,0x40800b09,0xf01bffbf,0xae00efd5,0xf8cfe5f3,0xa0560030,0x025f51fe,0xaf850a20,0x0801804a,0x09a13d09,0xdcf02230,0x262328dd,0xd2d6eff1,0x050eee6c,0xd9f24eaa,0xe21f4d0a,0x7edefcfc,0x3e0ea027,0x40300b0a,0x301cffbf,0xaa00ffd5,0xf8dfe1f3,0xa056ffd0,0x026f55fe,0xbf8909e0,0x09017049,0x09114e09,0x5cf92240,0x292318ea,0xd236e4f1,0x050fee6c,0x9cf00ec8,0xe22f4d0a,0x6edefcdc,0x3e0e9027,0x40200b0a,0x101cffbf,0xad00efd5,0xf8efdbf3,0x9054ff90,0x026f59fe,0xaf8e09b0,0x0c01e043,0x08915b08,0xecfe2260,0x2f2318f2,0xd1c6dcf1,0x050fee6c,0x6aeeeedc,0xe20f4a0a,0xbedffccc,0x3f0eb025,0x40200b09,0xe01bffcf,0xb200dfd5,0xf8ffdbf3,0x9051ff40,0x027f5bfe,0x9f9309b0,0x0f03702c,0x08e16608,0xad022250,0x332328f7,0xd196d8f1,0x2510ee7c,0x53ee3ee8,0xe1ef450a,0xcee3fcbc,0x3f0ef023,0x40200a09,0xc01bffcf,0xb700cfd5,0xf90fdbf3,0x9051fed0,0x029f5cfe,0x8f9509b0,0x1104701b,0x09016b08,0x9d052250,0x332338fa,0xd166d4f1,0x4511ee9c,0x46edbef9,0xe22f470a,0x2ee5fc9c,0x400e7026,0x40300a09,0xa01affcf,0xb600cfd5,0xf91fdbf3,0x9050ff40,0x02cf5bfe,0x7f9609a0,0x1404a018,0x08b16708,0x9d042270,0x34233902,0xd106cdf1,0x4512eeac,0x30ed5f0b,0xe24f490a,0x6ee3fc6c,0x420de02c,0x40400a09,0xb01affcf,0xb200dfd5,0xf92fdbf3,0xa050ffe0,0x02cf59fe,0x7f9a0990,0x1505101a,0x08a15a08,0x8d002270,0x3623491a,0xd016b6f1,0x3511ee9c,0x01ec0f24,0xe24f480a,0x8ee2fc4c,0x420dc02e,0x40400a09,0xb01affbf,0xaf00efd6,0xf92fdcf3,0x904f0000,0x029f59fe,0x7fa00970,0x1805c01a,0x08c14908,0x2cfa2260,0x37234952,0xce3681f1,0x4512ee9b,0xb0ea0f55,0xe23f470a,0x9ee2fc6c,0x420d802c,0x40300a09,0xc01bffbf,0xaf00efd6,0xf93fddf3,0xa04e0040,0x027f58fe,0x5fa30980,0x1c071019,0x09013d07,0x1cf42250,0x362339c8,0xcb960ff1,0x1510ee7b,0x3ae8ff9c,0xe22f480a,0xaedffc8c,0x450d6029,0x40400b09,0xd01bffbf,0xb000efd6,0xf93fdbf3,0xb04f0050,0x025f59fe,0x3fa30980,0x2109101c,0x09513904,0xfcec2260,0x33232ae0,0xc8c4fff0,0xc50cee2a,0x9fe9d001,0xe24f4e0a,0x4edbfccc,0x460d4023,0x40500a09,0xb01bffcf,0xb200dfd6,0xf94fd8f3,0xc0500040,0x023f5dfe,0x4f9f09b0,0x200aa035,0x09a14101,0xece22220,0x2c231cc3,0xc8a325f0,0xa50aedf9,0xebee6079,0xe20f4c0a,0xaedafcdc,0x460ce022,0x40400a09,0xc01bffbf,0xae00efd6,0xf93fd5f3,0xd0500080,0x023f65fe,0x6f9409b0,0x1b0c1059,0x0a315afe,0x3cd521f0,0x26232e22,0xcc41d1f0,0x7509edd9,0x3bf840f4,0xe1af480a,0xeee1fcac,0x450c8028,0x40500b09,0xe01bffbf,0xa600ffd6,0xf92fd2f3,0xe0510070,0x022f6dfe,0x7f8b09c0,0x170ef073,0x0bf16df9,0xdcbf21e0,0x23231ed1,0xd1712cf0,0x4506eda8,0xe202814b,0xe16f490a,0x5ee7fc9c,0x440cb025,0x40500b09,0xe01bffbf,0xa900ffd7,0xf93fd0f3,0xe050ffb0,0x01ff75fe,0x7f830990,0x15117086,0x0da16df5,0x8ca721e0,0x21231f33,0xd700d4f0,0x3505ed98,0xe1066164,0xe13f490a,0x2eebfccc,0x450d101d,0x40500a09,0xc01bffbf,0xb100dfd7,0xf94fccf3,0xe04ffea0,0x01ef7efe,0x8f7c0920,0x13121096,0x0e1166f1,0x9c962210,0x22233f6d,0xdc20a1f0,0x0503ed68,0xfd050173,0xe10f4a0a,0x3eebfcdc,0x450cc01a,0x40500a09,0xa01affcf,0xb300dfd7,0xf95fc3f3,0xe04efe60,0x01ef86fe,0x9f7408a0,0x121150a5,0x0d415dee,0x4c8c2250,0x25234f8d,0xe00085ef,0xb500ed29,0x0b025170,0xe0af4f09,0xceeefccc,0x450bd01a,0x40400a09,0xa01affbf,0xb100dfd7,0xf97fbff3,0xf04ffeb0,0x01ff8bfe,0x9f6c0830,0x100fb0ab,0x0be157eb,0xdc872290,0x29235f9c,0xe20078ef,0xc500ed29,0x07018165,0xe05f4e09,0xfef2fcac,0x450b601b,0x40400a09,0xb01affbf,0xaf00efd7,0xf97fbff4,0x004ffed0,0x01ef8afe,0x9f6707e0,0x100dc0ae,0x0a814eea,0x4c872300,0x2e237f9d,0xe23077ef,0xc501ed39,0x14014168,0xe0cf4c09,0x9eeffcbc,0x450ba018,0x40300a09,0xb01affcf,0xb300dfd7,0xf96fbff4,0x004ffe80,0x01df85fe,0x8f650770,0x130b90ac,0x09f155e9,0x3c9323c0,0x3823bf95,0xe1007eef,0x84feecf9,0x4301e197,0xe13f4d09,0x4eedfcec,0x450c2015,0x40400a09,0xb01affcf,0xb600cfd7,0xf95fc1f4,0x004efe50,0x01df80fe,0x8f600700,0x140970a0,0x0ab17de7,0xfcba2440,0x4023df88,0xdf0089ef,0x44fbecb9,0x6601219c,0xe12f5009,0x5eeefcfc,0x450c1013,0x40500b09,0xd01bffcf,0xb700cfd8,0xf93fc6f4,0x004dfe80,0x01af7cfe,0x7f5d06c0,0x1307a084,0x0c319de6,0x7cfa24a0,0x4723ef78,0xdcd097ef,0x44fbecb9,0x7bfad140,0xe0bf5109,0xdeedfd1c,0x460c5010,0x40500b0a,0x101cffcf,0xb900cfd8,0xf91fcaf4,0x104dfe90,0x016f78fe,0x8f5c06b0,0x1007004c,0x0eb19de4,0xad3524c0,0x4d23ef70,0xdba09eef,0x34faeca9,0x7af1a0c1,0xe08f510a,0x3eedfd4c,0x460d2008,0x40400c0a,0x501cffcf,0xbf00bfd9,0xf8efcdf4,0x004bfe00,0x015f74fe,0x7f5906a0,0x0f072013,0x115186e2,0x7d5e2510,0x5323cf79,0xdc8095ee,0xd4f7ec59,0x6fe9c04d,0xe0bf4f09,0xceecfd4c,0x470d5005,0x40500c0a,0x801dffdf,0xc100afd9,0xf8cfd1f4,0x004afe10,0x017f70fe,0x5f520670,0x11075fe5,0x139167e0,0x1d8125a0,0x5c23af85,0xdde08bee,0xa4f5ec29,0x6ce7f028,0xe0bf4d09,0x7eeafd3c,0x4a0d3007,0x40800c0a,0xa01dffdf,0xc100afda,0xf8afd2f3,0xf048fe50,0x018f70fe,0x4f4b0650,0x1007efb7,0x15613bde,0x3d9925b0,0x5f23bf8f,0xdf0082ee,0x74f3ebf9,0x65eb8061,0xe05f4f09,0x8ee8fd2c,0x4b0d1008,0x40900c0a,0xa01dffdf,0xc000bfda,0xf8cfd1f4,0x0048fe80,0x01af6ffe,0x3f4405d0,0x11085f99,0x1670f3dd,0x0da625c0,0x6423ff96,0xdfe07ced,0xf4eeeb69,0x4ff0a0c5,0xdfef5109,0xceeafd2c,0x4b0ce00a,0x40900c0a,0x701dffdf,0xc100afda,0xf8efd5f4,0x1048fec0,0x01cf6bfe,0x3f3f0520,0x16082f97,0x16c093dc,0x7dae2610,0x6a242f94,0xdf907eed,0x54eaead9,0x31f6411e,0xe00f5009,0xdeecfd2c,0x4a0cf00a,0x40900c0a,0x401cffdf,0xc300afda,0xf8efdaf4,0x1048fed0,0x01cf65fe,0x4f3d04d0,0x1a07df9e,0x162032dc,0x7dad2660,0x71245f82,0xdd408ded,0x74eaeaf9,0x20fa815d,0xe00f4c09,0xfeeafd5c,0x480d600b,0x40800b0a,0x201cffdf,0xc300afda,0xf8dfdef4,0x2048fe90,0x020f5efe,0x4f3a04c0,0x1e075fae,0x14dfdedd,0x0da72670,0x72246f5f,0xd970aded,0x84ebeb19,0x33fab18a,0xdfef4e0a,0x8ee6fd4c,0x460dc010,0x40600b09,0xf01cffdf,0xc100afda,0xf8dfe2f4,0x2047feb0,0x022f53fe,0x4f3904c0,0x2506cfc6,0x12df99de,0x4da92690,0x75245f2b,0xd540dbed,0x64e9eae9,0x69f68197,0xdfff500a,0xcee1fd6c,0x440e1014,0x40600b09,0xc01bffcf,0xbf00bfda,0xf8efe7f4,0x2047ff00,0x023f4afe,0x4f3b04b0,0x2d065fe4,0x10ef67e0,0x5db126d0,0x7b243eda,0xd0c125ed,0x54e9ead9,0xa3f0e191,0xe03f4f0a,0x9edcfd6c,0x440e5016,0x40500b09,0xc01bffcf,0xbf00bfda,0xf8efebf4,0x3046ff60,0x027f43fe,0x4f3a04e0,0x31058ffb,0x0fbf54e3,0x1db326d0,0x7f23fe4b,0xcc41abed,0x94eaeb19,0xd5eb716b,0xe04f4d0a,0xbed7fd4c,0x430e5019,0x40300b09,0xd01bffdf,0xc200afdb,0xf8dfedf4,0x2045ffc0,0x029f3afe,0x2f3d0590,0x32048003,0x0f6f5ce6,0x6db32660,0x8123bd3b,0xc8b2b3ed,0xb4eceb4a,0x0de7b11e,0xe02f4e0b,0x1ecefd4c,0x440ee01a,0x40500b09,0xb01bffdf,0xc500afdb,0xf8cff0f4,0x2043ffc0,0x02bf34fe,0x2f3e0600,0x3003dff5,0x0fdf78ea,0x6db12600,0x7f239b96,0xc7b450ed,0xf4eeeb7a,0x4ae5f0d1,0xe01f4d0b,0x3ecbfd3c,0x430f501d,0x40400b09,0xb01bffdf,0xc500afdb,0xf8aff4f4,0x2042ffb0,0x02ef33fe,0x4f3e05e0,0x2f036fdf,0x10bfa4ef,0x8daa2600,0x7c237a52,0xc9458dee,0x54f1ebda,0x83e57082,0xe06f470a,0xcecffd0c,0x410f7021,0x40200b09,0xb01bffdf,0xc500afdc,0xf89ff8f4,0x3043ffb0,0x02ff2ffe,0x4f440570,0x33031fce,0x11afd6f5,0x5d9e2620,0x802349d0,0xcb060bee,0x84f3ebfa,0xbfe4b036,0xe0af450a,0xcecefcfc,0x400ed023,0x40000a09,0x901bffdf,0xc500afdc,0xf88ffcf4,0x30430080,0x031f2bfe,0x4f4c0500,0x38031fc3,0x125008fb,0x4d882650,0x832339d6,0xcb0604ee,0x84f3ec0b,0x08e39fd8,0xe0df480b,0x3ecbfcdc,0x400e3026,0x3ff00b09,0xa01bffdf,0xc600afdc,0xf86ffff4,0x30420160,0x033f27fe,0x3f520530,0x39039fb6,0x12b03600,0x8d6925f0,0x7e233a77,0xc94567ee,0xa4f5ec1b,0x5be3cf6a,0xe0ff480b,0x7ecafcbc,0x400e602a,0x40000b09,0xc01bffdf,0xc400afdd,0xf86002f4,0x30410170,0x033f23fe,0x3f5c05b0,0x38044fb0,0x12804c04,0xcd422530,0x73234be7,0xc813fdee,0xd4f7ec4b,0xd3e6beff,0xe15f490b,0x8ec5fc9c,0x400f302d,0x40200b09,0xc01bffdf,0xc300afdd,0xf86003f4,0x303f00c0,0x036f21fe,0x3f630620,0x37051fb5,0x11b04507,0xdd1224a0,0x69233d9b,0xca4253ee,0xf4f8ec6c,0x6feacec9,0xe20f4a0b,0x5ec2fc6c,0x3f0f7032,0x40100a09,0x901bffdf,0xc300afdd,0xf88003f4,0x303d0090,0x037f20fe,0x5f6d06a0,0x35060fc2,0x10b03409,0x4ce423f0,0x5d233eb3,0xd08148ef,0x24faec9d,0x04ed9ed3,0xe24f440b,0x7ec4fc4c,0x3d0f8037,0x3ff00a09,0x801affdf,0xc100bfdd,0xf8a003f4,0x303c00a0,0x035f21fe,0x6f7a0740,0x34070fd9,0x0fb02b09,0x1cc92310,0x50232f52,0xda30b8ef,0x74feeced,0x4eed4f0f,0xe22f410c,0x6ec3fc2c,0x3d0fd037,0x3fe00a09,0xa01bffdf,0xc000bfdc,0xf8d002f4,0x203a0040,0x033f21fe,0x8f870800,0x33081ff9,0x0e601b07,0xbcc12260,0x45230fb4,0xe6a063ef,0xd502ed3d,0x18e90f59,0xe24f420c,0x9ebefc1c,0x3d104036,0x3fc00b09,0xc01bffdf,0xc300afdd,0xf8effdf4,0x0037ffc0,0x034f24fe,0x8f910890,0x33090024,0x0d7fed06,0x2cc82220,0x3d22ffe9,0xf3402cf0,0x1505ed7c,0x9de5ff72,0xe29f450b,0x2eb8fbec,0x3e104038,0x3fd00b09,0xe01bffdf,0xc400afdd,0xf8eff5f3,0xf036ffa0,0x037f23fe,0x7f9908e0,0x340a4054,0x0d0f9805,0x9cd62250,0x3b22cffc,0xfc900bf0,0x3506ed9c,0x64e83f62,0xe2bf430a,0x5eb0fbac,0x4110003b,0x3fd00b09,0xf01bffdf,0xc500afdd,0xf8ffeef3,0xf0350000,0x03af1cfe,0x1fa709a0,0x370aa086,0x0c1f2c06,0x3ce52230,0x4122c000,0x00fffcf0,0x4507edac,0x91ecbf59,0xe29f3f0a,0x3ea6fbbc,0x4710a03a,0x40200a09,0xb01bffdf,0xca009fdd,0xf90febf3,0xd033ffc0,0x03df21fd,0xefaf09d0,0x360a40a8,0x0abef707,0xacea21e0,0x4322a001,0x01bffaf0,0x850aedec,0xb5ed4f74,0xe28f3d0a,0x6eacfb7c,0x4b10603c,0x40700a09,0xa01affdf,0xcc009fdd,0xf94fecf3,0xb031ffa0,0x03ef2bfd,0xefb609b0,0x330ae0a9,0x09df0709,0x1ce921c0,0x4122b000,0x012ffcf0,0xa50bedfc,0x74ea1fb4,0xe2bf3c0a,0x7eb9fb3c,0x4b10003f,0x40900a09,0x901affdf,0xcc008fdc,0xf97feff3,0xb031ff70,0x040f30fd,0xefbb0a10,0x2e0c6086,0x093f140a,0x3ce62170,0x3d22e000,0xfff000f0,0x8509edeb,0xece6eff9,0xe33f3e0a,0x2ebefb1c,0x4b0ff043,0x40900a09,0x4019ffdf,0xcb009fdc,0xf99ff1f3,0xa030ff60,0x042f37fd,0xffbf0a90,0x290e9048,0x089f060a,0x9ce220e0,0x3522fffe,0xfe7005f0,0x8509edeb,0x61e59020,0xe33f400a,0x2ec8fb0c,0x490f3046,0x40900908,0xd018ffdf,0xc8009fdc,0xf9dff3f3,0xa031ffd0,0x043f42fd,0xffc00ad0,0x270f601c,0x07aef50a,0x4cdc2070,0x2922dffc,0xfc600cf0,0xa50bedfa,0xeee5e042,0xe2ff3f0a,0x6ed3fafc,0x490ea046,0x40900808,0x9017ffdf,0xc9009fdc,0xf9eff3f3,0x9031ffc0,0x041f4ffe,0x0fc00b10,0x23103ff8,0x074f0309,0x2cd71fe0,0x1b22fff8,0xf9d015f0,0xa50bedfa,0x80e7508f,0xe25f410a,0x5ed9fafc,0x490ed044,0x40a00808,0x5016ffdf,0xca009fdc,0xfa1fecf3,0x9031fec0,0x03cf60fe,0x1fc20b00,0x20119fe0,0x076f2507,0x7cd31f50,0x13233ff2,0xf7001ff0,0x7509edda,0x22e970f0,0xe14f400a,0xcedffb2c,0x490ed040,0x40e00808,0x2016ffdf,0xc9009fdc,0xfa4fe2f3,0xa033fda0,0x03af73fe,0x4fc00a80,0x1b129fdb,0x07bf4705,0xacd11ef0,0x0e235feb,0xf42029f0,0x6508edc9,0xedea912a,0xe06f3a0b,0x6ee6fb0c,0x480d903d,0x40d00808,0x1016ffdf,0xc8009fdc,0xfa5fd6f3,0xe03bfd60,0x039f82fe,0x6fbd0a30,0x19138fe5,0x086f6903,0xecd21ee0,0x0c235fe2,0xf12034f0,0x7508edd9,0xcbeb313b,0xe05f3b0b,0x0eebfb0c,0x470d6038,0x40900707,0xe015ffdf,0xcb009fdc,0xfa7fcbf3,0xe03bfcc0,0x037f8efe,0x8fba09c0,0x1914effd,0x094f8902,0x1cd51f10,0x0d233fd8,0xee2040f0,0x950aede9,0xb0ebb138,0xe09f410a,0x7eedfb1c,0x470d1034,0x40600707,0xd015ffdf,0xcc009fdc,0xfaafc2f3,0xb037fcb0,0x034f99fe,0xafba0930,0x18151028,0x0a1f9f00,0x8cda1f60,0x10231fcd,0xeb804bf0,0xc50cee19,0x7deb1133,0xe0bf420a,0x1ef4fb2c,0x450c302f,0x40400707,0xe015ffdf,0xca009fdc,0xfabfbef3,0xb038fd20,0x031f9efe,0xafba0920,0x1914b051,0x0a6fbbff,0x1cde1f70,0x10231fc1,0xe8b057f0,0xe50eee39,0x5eea712b,0xe0df4009,0xeef7fb5c,0x450bb02b,0x40300707,0xb015ffdf,0xc9009fdc,0xfadfbaf3,0xc03afd30,0x02ffa5fe,0xbfb90930,0x1a153059,0x0a7fdafd,0xcce01f40,0x0e230faf,0xe56067f0,0xe50eee39,0x6eeac120,0xe0ff4109,0xbefbfb7c,0x450b2029,0x40300707,0x9014ffdf,0xc7009fdc,0xfaefb9f3,0xd03dfd50,0x02ffa4fe,0x8fba0950,0x1d14e059,0x09dfeefc,0xcce11f40,0x10231f9b,0xe23079f0,0xd50dee39,0x87eae112,0xe10f4409,0xaef8fbac,0x480b3025,0x40500707,0x7014ffdf,0xc9009fdc,0xfaffb8f3,0xd03efd50,0x02ffa4fe,0x7fb80930,0x1e13a052,0x08f000fc,0x2ce21f80,0x13233f87,0xdf508bf0,0xc50dee29,0x9eec6116,0xe10f4409,0xaefbfbac,0x490b2025,0x40600707,0x8014ffdf,0xc9009fdc,0xfaffbaf3,0xd03efd70,0x031fa6fe,0x9fb208d0,0x1b138031,0x07f01afb,0xfce21fe0,0x16235f6f,0xdc80a0f0,0xc50cee19,0xb2efe12c,0xe0df4209,0xbf00fb6c,0x460b402a,0x40500707,0xb015ffdf,0xc400afdc,0xfaefbef3,0xe040fd40,0x031fa4fe,0x9fad0870,0x1b145fff,0x06d034fc,0x2cde2070,0x1c236f51,0xd980b9f0,0xa50aedf9,0xb7f5113e,0xe08f3e09,0xbefdfb7c,0x460b602a,0x40600707,0xb015ffdf,0xc400afdc,0xfadfbdf3,0xe040fd30,0x02ffa4fe,0xbfab0800,0x19135fe6,0x064051fc,0x4cd820f0,0x24236f31,0xd6d0d5f0,0x6508edc9,0x93fc0155,0xe03f3e09,0xfefdfb8c,0x440b702b,0x40400707,0xe015ffdf,0xc000bfdb,0xfabfbbf3,0xe041fd30,0x02efa1fe,0xcfa707a0,0x17121fec,0x06606cfc,0x3cd22170,0x2b237f1e,0xd590e7f0,0x3506ed99,0x5201f16e,0xe05f4009,0xdefcfbac,0x430b802b,0x40200808,0x0016ffcf,0xbe00bfdb,0xfa8fbaf3,0xe042fd60,0x02ef9ffe,0xcfa10780,0x18116005,0x06906efb,0xdcc821d0,0x2e236f11,0xd4d0f2f0,0x0503ed69,0x2e03f16c,0xe07f4109,0x8efafbcc,0x420ba029,0x40200707,0xe015ffdf,0xc000bfdb,0xfa7fbaf3,0xd042fd60,0x02ff9cfe,0xcf9a0790,0x18100035,0x06605bfb,0x3cbb2200,0x31235f03,0xd400ffef,0xe502ed49,0x2f04816f,0xe06f4109,0xaef6fbfc,0x420bd029,0x40200707,0x9015ffcf,0xbf00bfda,0xfa8fb9f3,0xd043fd60,0x02ff9cfe,0xcf940750,0x180ed06c,0x05c03cfa,0x7cb12240,0x35234ef9,0xd37108ef,0xc501ed29,0x4604d184,0xe06f4009,0xbef8fc3c,0x400bc027,0x40100707,0x6014ffdf,0xc000bfda,0xfa7fb9f3,0xd042fd80,0x02ff9cfe,0xcf8c06f0,0x1a0ef08e,0x04701df9,0xfcb02290,0x3b236ef3,0xd3210def,0x74feece9,0x55048190,0xe06f4209,0x9efefc6c,0x3f0b8025,0x40100607,0x3013ffdf,0xc300afda,0xfa6fbff3,0xc042fdc0,0x02ef9afe,0xcf8706a0,0x1c0ec0a7,0x021002f9,0x4cb622d0,0x42238ef8,0xd36109ef,0x44fbecb9,0x610441a4,0xe05f4209,0xcefffc9c,0x3f0bf020,0x40100607,0x0013ffdf,0xc7009fd9,0xfa7fc1f3,0xc043fd70,0x02ef98fe,0xdf810650,0x1c0e40be,0xffbfe3f8,0x6cbf2320,0x48239f03,0xd3e0ffef,0x14f9ec89,0x680501a7,0xe05f4109,0x7efffcbc,0x3e0c801e,0x40000606,0xe013ffdf,0xcb009fd9,0xfa7fc2f3,0xc043fd20,0x02ef95fe,0xef7b0630,0x1d0e10d0,0xfe0fc4f7,0xccc72350,0x4b23af09,0xd430f9ee,0xe4f7ec59,0x6805619c,0xe05f4309,0x5efefcfc,0x3d0c801c,0x3ff00606,0xc012ffdf,0xcc009fd8,0xfa5fc2f3,0xc044fd50,0x02ef90fe,0xdf770610,0x1e0de0df,0xfc9fb0f7,0xacd22380,0x4e23bf0b,0xd450f7ee,0xd4f7ec49,0x61056197,0xe04f4209,0x7efbfd3c,0x3d0c701a,0x40000606,0xa012ffdf,0xcd008fd8,0xfa4fc2f3,0xc044fdb0,0x02ef8afe,0xbf730630,0x200da0e9,0xfb7fa0f7,0x9cdc23b0,0x5123af0b,0xd450f8ee,0xd4f7ec49,0x64051190,0xe04f4409,0x5ef8fd6c,0x3e0ce019,0x40100506,0x7011ffdf,0xce008fd8,0xfa3fc6f3,0xc044fdc0,0x02ef84fe,0x9f700660,0x210d70ea,0xfacf97f7,0x8ce123c0,0x50239f08,0xd420faee,0xe4f8ec69,0x68043192,0xe04f4209,0x2ef8fd9c,0x3f0d1018,0x40300506,0x6011ffdf,0xce008fd7,0xfa2fccf3,0xb044fdf0,0x02cf84fe,0xbf700660,0x1e0d60e6,0xfa6f95f7,0x7ce423b0,0x4e238f04,0xd3f0fdee,0xf4f8ec69,0x6604019b,0xe03f4309,0x3ef9fdbc,0x3c0cc016,0x40000506,0x7011ffdf,0xce008fd7,0xfa2fcbf3,0xa044fe50,0x02bf83fe,0xcf6e0650,0x1d0d70e7,0xfa9f90f7,0x9ce323b0,0x4e238f01,0xd3c101ee,0xc4f6ec39,0x690451a0,0xe02f4509,0x6ef6fdcc,0x3b0d1014,0x3ff00506,0x7011ffdf,0xcf008fd6,0xfa1fc8f3,0xa044fe00,0x02cf80fe,0xaf6b0650,0x1e0d80e5,0xfaaf87f7,0xccdf23c0,0x4f238efa,0xd36107ee,0xb4f6ec29,0x7304819e,0xe01f4509,0x5ef0fdcc,0x3d0d9014,0x40100506,0x8012ffdf,0xcf008fd6,0xfa1fc4f3,0xa045fdc0,0x02bf7dfe,0x8f6b0670,0x1f0d90de,0xfa8f82f7,0xecdb23c0,0x4e239ef7,0xd3310aee,0xb4f5ec29,0x7904c19e,0xe02f4109,0x0ef0fdec,0x3f0d8013,0x40200606,0xa012ffdf,0xce008fd6,0xf9ffc6f3,0xb046fe20,0x02af7ffe,0xaf6b0650,0x1d0d90d7,0xfa7f82f8,0x1cd923c0,0x4d23aef6,0xd3310bee,0x84f4ec09,0x780541a1,0xe00f3f09,0x5ef5fddc,0x3d0d2013,0x40000606,0xc012ffdf,0xcd008fd6,0xf9dfc9f3,0xa046fe50,0x02af7ffe,0xbf6a0650,0x1c0d60d3,0xfa1f83f8,0x4cd623b0,0x4c23aef0,0xd2e110ee,0x94f4ec09,0x7a0611a6,0xdfff3f09,0xaef5fdcc,0x3c0ce015,0x40000606,0xe013ffdf,0xcb009fd5,0xf9cfc7f3,0xa047fe90,0x029f7efe,0xaf6c0640,0x1c0c70d0,0xf96f84f8,0xccd723b0,0x4d23aed7,0xd1a127ee,0xb4f6ec39,0x7f0771a4,0xe02f4209,0x6ef4fdec,0x3d0cf014,0x40000607,0x0013ffdf,0xc9009fd5,0xf9afc5f3,0xb048feb0,0x027f7efe,0x9f700600,0x1d0af0ca,0xf83f83f9,0xbcdb23c0,0x4f23aea7,0xcfc154ee,0xd4f7ec49,0x80086193,0xe05f4309,0x4ef3fdfc,0x3e0d1013,0x40100607,0x2013ffdf,0xc600afd5,0xf98fc3f3,0xb04afeb0,0x027f7efe,0x9f7305b0,0x1e08f0c7,0xf64f74fa,0x6cde23e0,0x5123be6b,0xcde18cee,0xc4f6ec39,0x80084186,0xe08f4309,0x7ef6fdec,0x3d0cf015,0x40100607,0x3013ffdf,0xc100afd4,0xf98fc5f3,0xb04bfee0,0x027f7efe,0x9f750570,0x1f0700c5,0xf40f4ffa,0x5cdf23e0,0x5323ee28,0xcc61cbee,0x84f4ec09,0xa60871ac,0xe0cf4609,0x9ef9fddc,0x3d0cb019,0x40200607,0x3013ffcf,0xbb00bfd4,0xf99fc8f3,0xb04bff10,0x028f7bfe,0x8f760540,0x2105e0cb,0xf1cf1cfa,0x1ce423f0,0x55241ded,0xcb5204ee,0x14efeb89,0xe10831f5,0xe0ef4809,0xfef4fddc,0x3e0c801d,0x40200607,0x4013ffcf,0xb700cfd4,0xf9afc7f3,0xb04bff80,0x02bf75fe,0x7f750550,0x2304f0dc,0xef7ee1f9,0xdcf12400,0x54246dd8,0xcaf218ed,0x64eaeae9,0xfc067215,0xe0ff450a,0x5eecfdcc,0x410cc020,0x40400607,0x3013ffcf,0xb500dfd4,0xf9bfc5f3,0xb04cffb0,0x02cf71fe,0x6f750530,0x240470ed,0xed2ea5f9,0xad042430,0x51249dd9,0xcaf217ec,0xe4e5ea69,0xf40571fc,0xe17f4909,0xcee9fdec,0x410cf021,0x40500607,0x0013ffcf,0xb600cfd5,0xf9cfc7f3,0xa04cffb0,0x02bf6efe,0x7f760530,0x240440ff,0xeb4e74f9,0xad192450,0x51248dd6,0xcae21bec,0x84e2ea19,0xf10671dd,0xe1af4c09,0xdeeafe2c,0x3e0ce01e,0x40300606,0xc012ffcf,0xba00cfd5,0xf9cfccf3,0x904a0000,0x02ef67fe,0x7f710590,0x22043111,0xe9fe58f9,0xcd302470,0x50245de5,0xcb120cec,0x74e1ea09,0xea0781c7,0xe19f4e09,0xeee8fe2c,0x3d0d201f,0x40300506,0x8011ffdf,0xc000bfd6,0xf9cfd2f3,0x70480020,0x032f61fe,0x5f6c0630,0x21040120,0xe92e47f9,0xcd462490,0x51242dfe,0xcb71f4ec,0x84e2ea19,0xdc07c1b8,0xe18f4b09,0x4ee4fe1c,0x3e0d7021,0x40300506,0x5011ffdf,0xc300afd7,0xf9dfd6f3,0x60470050,0x033f5cfe,0x4f6a06c0,0x1f03f130,0xe8de36f9,0x8d552490,0x5423fe0f,0xcbc1e4ec,0x74e1ea09,0xdd0791b5,0xe17f4809,0x5ee3fe2c,0x3f0da020,0x40400506,0x5011ffdf,0xc500afd7,0xf9dfdcf3,0x704800a0,0x032f5bfe,0x3f690700,0x1d04313d,0xe8be2bf9,0x5d6024d0,0x5723de19,0xcbf1daec,0x64e0e9f9,0xe00781b6,0xe17f4909,0x4ee7fe4c,0x3f0df01e,0x40600506,0x5011ffdf,0xc600afd8,0xf9bfe2f3,0x70490060,0x031f5bfe,0x3f680720,0x1a04a149,0xe8fe2ef9,0x3d662500,0x5a23be16,0xcbe1ddec,0x74e1ea09,0xef0841f8,0xe17f4809,0x0ee9fe5c,0x3f0de01d,0x40600506,0x5011ffdf,0xc8009fd9,0xf9bfe4f3,0x60480050,0x030f5cfe,0x3f660740,0x1804f151,0xe9be30f9,0x1d682520,0x5c23ae12,0xcbd1e1ec,0x64e0e9f9,0xf7083216,0xe15f4709,0x1ee9fe5c,0x400e201a,0x40600506,0x6011ffdf,0xca009fd9,0xf9bfe5f3,0x60490010,0x02ff5dfe,0x2f670750,0x17053154,0xea6e2bf9,0x2d692520,0x5b23be19,0xcbe1daec,0x54dfe9e9,0xe30721ce,0xe15f4809,0x3ee7fe6c,0x420e5016,0x40800506,0x9012ffdf,0xcc008fda,0xf9afe4f3,0x604affe0,0x02cf60fe,0x3f670740,0x1505b152,0xeb2e2df9,0x4d652510,0x5923be1a,0xcbf1d9ec,0x84e1ea19,0xdb06b1a0,0xe15f4909,0x4ee9fe8c,0x410df014,0x40700606,0xa012ffdf,0xcb009fdb,0xf9afe5f3,0x604a0030,0x029f62fe,0x3f690740,0x14066149,0xec4e38f9,0x5d5f24f0,0x5723ce1c,0xcc01d7ec,0x94e1ea29,0xd406c1a7,0xe15f4c09,0xdee9feac,0x410dc012,0x40700606,0x9012ffdf,0xc8009fdb,0xf9afe4f3,0x604c0060,0x026f65fe,0x3f6c0760,0x13071137,0xed6e4ef9,0x6d5624c0,0x5623de2b,0xcc51c9ec,0x94e2ea29,0xbb05c1b4,0xe17f4e09,0xeee8feec,0x420d900e,0x40800606,0xa012ffdf,0xc7009fdc,0xf99fe2f3,0x604c0060,0x023f68fe,0x3f6d0730,0x12079125,0xeede72f9,0xdd4d24d0,0x5623fe44,0xcce1b1ec,0xa4e2ea39,0x8c0391b9,0xe19f4f09,0xdeefff0c,0x420d500c,0x40900606,0xb012ffdf,0xc500afdd,0xf98fe5f3,0x704e0070,0x024f6bfe,0x3f6a0700,0x11082112,0xf09eabfa,0xbd4424f0,0x56240e55,0xcd51a1ec,0xc4e3ea59,0x620101b4,0xe1bf4e09,0x9eeffeec,0x420d100f,0x40900606,0xc012ffdf,0xc000bfde,0xf98fe3f3,0x804f00a0,0x026f6dfe,0x3f670710,0x0f08c0f9,0xf26ef4fb,0xfd3d24f0,0x5523fe56,0xcd619fec,0xc4e3ea59,0x51fdf1a6,0xe1cf4e09,0x6eeffedc,0x420d0011,0x40800606,0xc012ffcf,0xbf00bfde,0xf99fe2f3,0x604e0080,0x028f6ffe,0x4f630720,0x0c0970e1,0xf45f3dfd,0x7d3624f0,0x5623de48,0xcd11adec,0xd4e4ea69,0x5bfaf181,0xe1af4e09,0x8ef0febc,0x410d2013,0x40800606,0xa012ffdf,0xc000bfdf,0xf9bfe3f3,0x504d0030,0x029f71fe,0x5f610740,0x0a09e0cc,0xf65f80fe,0xcd2e24f0,0x5723de35,0xccb1bfed,0x04e5ea99,0x77f91143,0xe18f4c09,0x6ef0fe9c,0x400cd013,0x40700606,0xa012ffdf,0xc100afdf,0xf9bfe3f3,0x504e0080,0x029f71fe,0x6f5f0720,0x090a40ba,0xf80fb300,0x1d212500,0x5923ce2c,0xcc81c8ed,0x04e5ea99,0xa0f700fd,0xe19f4c09,0x2ef0febc,0x3f0c900d,0x40300506,0x7011ffdf,0xcb009fe0,0xf9dfe3f3,0x504e00c0,0x029f6ffe,0x7f5f0720,0x080ab0a2,0xf9bfe501,0x3d1124f0,0x5a23de26,0xcc81cdec,0xf4e4ea89,0xd9f520dc,0xe19f4e09,0x3eeefecc,0x3d0c7008,0x3fe00506,0x4011ffef,0xd2008fe0,0xf9efe3f3,0x404d0110,0x02bf6cfe,0x7f5e0750,0x070ab088,0xfbb01502,0x2d0324e0,0x5923ee24,0xcc81ceec,0xe4e4ea7a,0x1ff3a0d0,0xe18f4e09,0x9ee7febc,0x3e0cc00b,0x3ff00506,0x4011ffef,0xd1008fe1,0xf9efe1f3,0x304c00e0,0x02cf6bfe,0x7f5f0770,0x040a5068,0xfdd04003,0x1cfb24c0,0x5423fe1e,0xcc61d4ec,0xe4e4ea7a,0x5bf27097,0xe18f4f09,0xaee8fe9c,0x3d0d100f,0x3ff00506,0x6011ffdf,0xce008fe1,0xf9efe4f3,0x204c00a0,0x029f6efe,0xaf64074f,0xff0a0043,0x00106e03,0xccfa24c0,0x5123fe13,0xcc31dfed,0x24e6eaba,0x84f1a05b,0xe1af4b08,0xdeedfe8c,0x3b0d0010,0x3fd00606,0x9012ffdf,0xc9009fe2,0xf9efe7f3,0x304e00b0,0x029f6ffe,0xbf65070f,0xfc09c01a,0x0220a004,0x4d0124e0,0x4e23fdf2,0xcb91feed,0x44e8eada,0xb4f12038,0xe1df4a08,0x8eeefe6c,0x3a0c9014,0x3fc00606,0xb012ffdf,0xc500afe3,0xf9dfe8f3,0x304f0120,0x02af71fe,0xaf6706ef,0xfc096ff8,0x03e0c704,0x5d072500,0x4c23ed9f,0xca524fed,0x24e7eaab,0x0bf0cff7,0xe1ff4d08,0x9eeefe4c,0x3b0c1016,0x3fc00606,0xc012ffdf,0xc200afe4,0xf9dfe8f3,0x40500180,0x026f75fe,0x9f6e06bf,0xfd08ffe5,0x05a0d903,0x7d102510,0x4a23ed3c,0xc952afed,0x04e5ea8b,0x7eefbf65,0xe1df4908,0x8ef0fe6c,0x3e0bc012,0x3ff00606,0xe013ffdf,0xc200afe4,0xf9dfe7f3,0x40510190,0x01ef7dfe,0x7f7a068f,0xfe08cfdf,0x0710f101,0xcd2424f0,0x4923ecdc,0xc8b30dec,0xd4e4ea5b,0xefee9ee6,0xe1ff4708,0x2ef6feac,0x420c300c,0x40500607,0x1013ffcf,0xbe00bfe5,0xf9efe5f3,0x405200a0,0x01bf85fe,0x7f7f069f,0xfc090fe5,0x081106ff,0xdd2c24c0,0x4623cc57,0xc83390ec,0xa4e2ea3c,0x4befdeae,0xe1ef4708,0x4efafe9c,0x430c900c,0x40700607,0x3013ffcf,0xbb00cfe5,0xfa0fe3f3,0x4052fff0,0x022f89fe,0x7f7706ef,0xf7098fef,0x08f119fd,0xed2c24a0,0x4023cbc5,0xc8141eec,0x54e0e9ec,0x9cf32e98,0xe20f4b08,0x4ef8fe1c,0x430c8012,0x40700607,0x1013ffcf,0xbd00bfe6,0xfa3fe0f3,0x2050ffe0,0x028f8cfe,0x7f70075f,0xf409eff4,0x09312afb,0xdd262430,0x3523fb7c,0xc83466eb,0xa4dbe93c,0xeaf58e91,0xe28f5208,0x6efafdac,0x440c5018,0x40800607,0x0013ffdf,0xc000bfe6,0xfa3fe2f3,0x104effe0,0x02af8cfe,0x6f6d080f,0xf30a4ff7,0x098133f9,0xdd122360,0x22243b88,0xc8245aea,0xb4d5e85d,0x24f6ce88,0xe30f5a08,0xeefdfd8c,0x450c001a,0x40900606,0xe012ffdf,0xc000bfe7,0xfa4fe6f3,0x104f0030,0x029f8ffe,0x6f6e088f,0xf20aaff8,0x0a1133f7,0xfcf322a0,0x0e247bf9,0xc813ecea,0x04d0e7bd,0x29f64e94,0xe37f5e09,0x5f02fd9c,0x440bf019,0x40900606,0xc012ffdf,0xc000bfe8,0xfa4feaf3,0x10500030,0x025f92fe,0x5f7308df,0xf309f005,0x0a7131f6,0x4cd221ff,0xfe24bcc9,0xc8a31fe9,0x54cce70c,0xf5f33ec0,0xe3bf5f09,0x5f04fdcc,0x440b9018,0x40a00606,0xa012ffcf,0xbe00bfe8,0xfa6fe9f3,0x10510050,0x021f97fe,0x5f7808ef,0xf308f012,0x0a512ff5,0x0cb0217f,0xf3250db0,0xca723fe8,0x74c7e62c,0x79eecf0e,0xe3ff6009,0x4f03fdec,0x450ab017,0x40900606,0xc012ffcf,0xb900cfe9,0xfa5fe5f3,0x105200e0,0x020f9bfe,0x7f7b088f,0xf30b5ff5,0x0ac12ef4,0xac94215f,0xf3253e3b,0xccc1bae7,0xe4c4e59b,0xbfecaf7f,0xe42f6009,0x5f03fdcc,0x440a7018,0x40800606,0xf013ffcf,0xb400dfe9,0xfa5fe0f3,0x205400e0,0x021f9ffe,0x9f7c07cf,0xf50fafc1,0x0ab132f5,0x0c8121bf,0xfb252e75,0xce4182e8,0x04c5e5ba,0xf7ee3ff4,0xe40f5c09,0x8f04fd8c,0x430a701b,0x40600607,0x3013ffcf,0xb200dfea,0xfa5fdff3,0x205400b0,0x021f9efe,0xaf7e074f,0xf811cfa8,0x098138f5,0x9c712220,0x0324fe94,0xcf3165e8,0x64c7e61a,0x6af06033,0xe3bf5a09,0x4efffd5c,0x420a501e,0x40400707,0x6014ffbf,0xb000dfeb,0xfa5fdbf3,0x205500e0,0x020f9bfe,0xaf81078f,0xf8110fa3,0x089142f6,0x0c5d2230,0x0124ceb3,0xd05148e8,0xc4c9e67a,0x2df1404b,0xe3bf5d09,0x5efcfd5c,0x420a901f,0x40400707,0x7014ffbf,0xae00efeb,0xfa4fdef3,0x105400d0,0x01af9dfe,0xbf87085f,0xf40effa3,0x08315af5,0xec4621df,0xf224aed4,0xd1c12ae9,0x54cce70a,0x28f1f05f,0xe3ff6309,0x3f02fd7c,0x400ac01a,0x40300707,0xb015ffbf,0xab00efec,0xfa4fe4f3,0x105500a0,0x010fa3fe,0xdf9408cf,0xf00c9fa8,0x07f178f4,0xbc2f218f,0xea245ef8,0xd39108ea,0x24d1e7ca,0x39f3007e,0xe3ff6808,0x3f0cfd9c,0x3f0a8012,0x40100808,0x5017ffbf,0xab00efed,0xfa4fe7f3,0x10560060,0x008fadfe,0xefa4087f,0xef0a7fb2,0x07e192f2,0xec1b217f,0xef242f20,0xd5e0e5ea,0xc4d5e85a,0x2cf3509b,0xe41f6408,0x7f12fd8c,0x400a200c,0x40000909,0x0019ffbf,0xa800ffed,0xfa3fe4f3,0x10560030,0x005fb9fe,0xefaf07af,0xef092fab,0x0801a7f1,0x8c0a215f,0xf5243f3c,0xd7e0ccea,0xe4d7e889,0xf8f360aa,0xe49f5b09,0xef17fd0c,0x4209a00e,0x40000a09,0xc01bffaf,0xa1010fee,0xfa1fdef3,0x10560030,0x008fc2fe,0xcfb606cf,0xf008bf9b,0x0821aaf0,0xbbfd212f,0xf8245f48,0xd8d0c2eb,0x14d8e8b9,0xdff420aa,0xe4ef550a,0xcf15fc7c,0x4609a014,0x40300b0a,0x201cffaf,0x9a011fef,0xfa0fd4f3,0x1057ffc0,0x00afc8fe,0xbfbc05ff,0xf3083f94,0x08419cf0,0x3bf2215f,0xf9249f4a,0xd910bfeb,0x14d8e8a9,0xf0f440a1,0xe52f5c09,0x8f10fc2c,0x4a09e01b,0x40500b0a,0x301cff9f,0x97012fef,0xfa1fcaf3,0x1058ff20,0x00efcdfe,0xdfc0053f,0xf207ff8f,0x085190ef,0xebed217f,0xf9250f48,0xd8e0c1eb,0x24d9e8b9,0xfcf4009f,0xe58f6008,0x9f0ffbcc,0x4709b021,0x40400b0a,0x001bff9f,0x95012fef,0xfa3fc6f3,0x1059fef0,0x012fcefe,0xefc404cf,0xf1082f8d,0x087198ef,0xebef216f,0xf8255f40,0xd840c8eb,0x54dae8e9,0xe3f5b0ce,0xe61f6008,0x2f15fb8c,0x4509d026,0x40300a09,0xc01bff9f,0x95012fec,0xfa6fc6f3,0x1058feb0,0x013fcbfe,0xefca048f,0xf3084f93,0x0871abf0,0x0bf7217f,0xf9256f38,0xd790d0eb,0x74dbe909,0xb5f8a127,0xe67f6308,0x4f17fb8c,0x440a202a,0x40300a09,0x801aff9f,0x96012fea,0xfa9fc5f3,0x0057feb0,0x016fc1fe,0xcfce04ff,0xf7088f9a,0x07f1baf0,0x2c02215f,0xfb256f30,0xd6e0d6eb,0x84dbe919,0x9af95145,0xe68f6508,0xcf12fb8c,0x460a602d,0x40500a09,0x4019ffaf,0x98012fe8,0xfabfc6f2,0xe056ff00,0x019fb8fe,0xbfcf056f,0xf908cfa8,0x0741b3f0,0x2c0c216f,0xff254f2a,0xd680dbeb,0xa4dce939,0x93f8c125,0xe6af6308,0x9f0dfb7c,0x460a7033,0x40400909,0x1019ff9f,0x97012fe6,0xfabfc6f2,0xd055ffb0,0x01bfaffe,0xcfd0057f,0xfc091fbf,0x0691a8f0,0x0c1a21b0,0x06251f22,0xd5f0e3eb,0xc4dde959,0x98f7810e,0xe6df6408,0x5f0afb7c,0x440a6036,0x40300909,0x0018ff9f,0x96012fe4,0xfaafc8f2,0xd0560060,0x01efa5fe,0xcfce0590,0x00099fdf,0x05b19ff0,0x0c3121e0,0x0d24df0f,0xd4b0f4eb,0xe4dee979,0xb9f580fd,0xe6df5f08,0xdf01fb7c,0x440a5039,0x40300908,0xe018ffaf,0x98012fe1,0xfa9fc6f2,0xd0550110,0x020f9cfe,0xcfcb0590,0x0309d006,0x048182f0,0x0c4e2200,0x1524bef2,0xd3010eeb,0x94dce92a,0x10f1d0be,0xe6cf5809,0xfefafbac,0x440a303a,0x40200908,0xa017ffaf,0x9b011fdf,0xfa9fc3f2,0xc05501c0,0x024f93fe,0xcfc40570,0x050a202b,0x03414ef0,0xbc6c2250,0x1e24ced0,0xd1612eeb,0x14d8e8aa,0xabebf036,0xe6ef5a09,0x8ef5fbcc,0x430a703b,0x40200808,0x4016ffaf,0x9e010fdd,0xfa9fc2f2,0xc0560220,0x027f89fe,0xbfbc05c0,0x070a604b,0x023118f2,0x1c832240,0x2424deae,0xd0114dea,0xc4d6e85b,0x6ee83f83,0xe6cf5b09,0xaef0fc1c,0x430b503b,0x40300707,0xd015ffaf,0xa2010fdb,0xfa9fc4f2,0xc0560210,0x027f80fe,0xbfb40630,0x090a6062,0x00f0ecf3,0xdc9421e0,0x2424aea9,0xcfe152ea,0xb4d5e84b,0xc4e81f2c,0xe61f580a,0xcef1fc9c,0x410b9038,0x40200607,0x4014ffbf,0xa500ffd9,0xfabfcaf2,0xb0560240,0x02af7afe,0xcfa80700,0x070a7072,0xff80d8f6,0x0ca12170,0x1d247ecd,0xd16131ea,0x94d4e82b,0x42e91f9e,0xe5cf570b,0x5ef7fcdc,0x3d0b8036,0x40000606,0xd012ffbf,0xad00efd6,0xfacfd1f2,0xa05502a0,0x02af76fe,0x9f9f0780,0x090ac088,0xfe20d2f8,0xacac2150,0x1a246eff,0xd3d103ea,0x74d4e81a,0x15ee0084,0xe56f560b,0x2ef7fd4c,0x3e0c502d,0x40200506,0x4011ffcf,0xba00cfd4,0xfaefd2f2,0x70520220,0x028f76fe,0xaf9a0760,0x090ab0a4,0xfc60befb,0x3cab21c0,0x1e244f16,0xd530eeea,0xc4d6e869,0x13f89105,0xe4ff530a,0x3efafdbc,0x3c0d1021,0x40200506,0x0010ffdf,0xc7009fd2,0xfaefd0f2,0x504f0180,0x025f72fe,0xbf980760,0x090a40bf,0xfac087fd,0x7ca42210,0x23240f06,0xd450fceb,0x34d9e8c8,0xd102912d,0xe4bf540a,0x3ef8fe3c,0x3a0e1015,0x40000405,0xb00fffef,0xd5007fd0,0xfadfccf2,0x304d00c0,0x026f6efe,0xbf910780,0x090a00d0,0xf9d044ff,0x4ca02230,0x2423eee8,0xd2b117eb,0x64dae909,0x0f071197,0xe50f570a,0x0ef3fe8c,0x390f000e,0x3ff00405,0x600effef,0xe2005fce,0xfacfc8f2,0x104afff0,0x02af69fe,0xaf8607a0,0x0809e0df,0xf8effd00,0x7ca12240,0x2623dedc,0xd22123eb,0x84dbe919,0x4803f1d4,0xe53f5809,0xbeedfeac,0x380f700c,0x3fd00404,0xf00dffff,0xea003fce,0xfacfc7f1,0xf048fff0,0x02bf68fe,0xbf7f07a0,0x0709c0e8,0xf83fbe01,0x1ca92220,0x2623eed5,0xd1d129eb,0x94dbe929,0x490131cb,0xe50f5709,0x6ef4feec,0x370fe007,0x3fb00304,0xa00cffff,0xf3002fce,0xfadfcff1,0xe048ffa0,0x02ef66fe,0x9f7807c0,0x0809d0eb,0xf7bf8c01,0x5cb12210,0x2423cec0,0xd0e13ceb,0x74dae919,0x4502f1c7,0xe50f5609,0x8effff2c,0x370fc000,0x3fb00304,0x300bffff,0xfe000fce,0xfadfddf1,0xe048ffc0,0x02ff64fe,0x6f730820,0x080a70e9,0xf7cf6701,0x3cbb2200,0x2323ceab,0xd01150eb,0x84dae919,0x510421c9,0xe4ff5609,0x9f09ff4c,0x390f6003,0x3ff00304,0x000bffff,0xf8001fce,0xfacfe8f1,0xf04b0040,0x02bf67fe,0x6f720820,0x060b30e1,0xf86f5200,0xdcc321e0,0x1f23de9b,0xcf815feb,0x94dbe939,0x5e0471b0,0xe4df5809,0x6f12ff8c,0x390f5005,0x40300203,0xf00affff,0xec003fcd,0xfadfecf2,0x004c0030,0x028f76fe,0xaf6c0750,0x010bc0d8,0xf8df5100,0xbcc82220,0x1723ee84,0xcec174eb,0xb4dce949,0x7003f1b9,0xe4bf5709,0x7f1fffac,0x350e6005,0x40000203,0xe00affff,0xe5004fcd,0xfadfeaf2,0x104e0040,0x025f8afe,0xff64062f,0xfc0c10ce,0xf91f6400,0xcccd22a0,0x0f23fe66,0xcde191eb,0xc4dce959,0x7f0321dc,0xe4af5409,0x7f2dffdc,0x330d1007,0x3fe00203,0xc00affef,0xdb006fcd,0xfadfe5f2,0x305200a0,0x023f92fe,0xef6105bf,0xfd0c20bd,0xf94f8f00,0x7cda22d0,0x0d240e49,0xcd31aceb,0x94dbe939,0x800221d8,0xe48f5309,0x7f32001c,0x340c4007,0x40000203,0x9009ffef,0xd4007fcd,0xfaefe2f2,0x505500e0,0x022f95fe,0xdf5f057f,0xfe0c60aa,0xf97fd500,0x1cf32310,0x0e241e2f,0xcca1c4eb,0x74dae909,0x79ffd1b6,0xe47f5409,0xff32002c,0x360bb007,0x40100203,0x9009ffef,0xd1008fcd,0xfadfdef2,0x50560140,0x020f92fe,0xbf61059f,0xfe0c5097,0xf9a028ff,0x3d162330,0x14242e10,0xcbf1e2eb,0x44d9e8d9,0x6cfd816f,0xe49f5909,0xcf2a003c,0x370bf004,0x40200203,0xc00affdf,0xd0008fce,0xfaafd9f2,0x60580160,0x020f87fe,0x6f660660,0x020c3083,0xf9d07afd,0xcd342330,0x1d242de9,0xcb3208eb,0x24d8e8c9,0x56fcb119,0xe4bf5d09,0x0f1b006c,0x3b0cdfff,0x40600203,0xc00affef,0xd2007fce,0xfa9fd6f2,0x70590130,0x01ef87fe,0x7f650660,0x010c9070,0xfa40bffc,0x8d432360,0x22241dba,0xca7235eb,0x34d8e8c9,0x47fc50d8,0xe4df6008,0x9f1d009c,0x390d3ffb,0x40500203,0xa009ffef,0xd2007fce,0xfa9fd9f2,0x805b00d0,0x01cf8afe,0x7f620630,0x000d405c,0xfae0f2fb,0x6d4623c0,0x27241d92,0xc9f25ceb,0x04d7e8a9,0x4bfa10aa,0xe4df6008,0xef1f00bc,0x390cdffb,0x40500203,0xa009ffdf,0xcd008fce,0xfa8fd8f2,0x805d0100,0x01cf8cfe,0x6f5e060f,0xff0de04a,0xfbb110fa,0x5d3a2410,0x2d242d6d,0xc99280ea,0xd4d5e879,0x61f8309a,0xe49f5d09,0x1f23009c,0x3a0c5fff,0x40600203,0xd00affdf,0xc8009fce,0xfa7fd9f2,0x805c0160,0x01ff91fe,0x6f5a05af,0xfe0df038,0xfcc11cf9,0x8d232470,0x32243d55,0xc96297ea,0x64d2e809,0x79f780a4,0xe46f5a09,0x4f27004c,0x3b0c0003,0x40600304,0x300bffdf,0xc400afce,0xfa7fd9f2,0x705b0170,0x021f94fe,0x5f58054f,0xfe0da027,0xfdb11ff8,0xad0624d0,0x37244d4d,0xc9529fe9,0xf4cfe7a9,0x94f7d0cd,0xe46f5e09,0x0f25000c,0x3c0be006,0x40700304,0x600cffdf,0xc000bfce,0xfa7fd3f2,0x705c0190,0x022f94fe,0x3f570500,0x000d3019,0xfec119f7,0x6ce82510,0x3a245d5e,0xc9828ee9,0xf4cfe7a9,0xaff880f4,0xe46f6308,0xff1cffdc,0x3f0b8008,0x40900304,0x900cffcf,0xbd00bfce,0xfa6fcaf2,0x705d01d0,0x023f98fe,0x4f5804bf,0xfe0cc008,0xffd113f5,0xdcc72530,0x3a244d91,0xca025dea,0x24d0e7c9,0xc1f8c10e,0xe45f6209,0x1f1affac,0x3e0b800a,0x40700304,0xc00dffcf,0xbb00cfce,0xfa4fc5f2,0x705e0190,0x022f9bfe,0x6f5a04bf,0xfa0c4ff5,0x00a114f4,0xacac2500,0x39244da7,0xca4248ea,0x24d0e7c9,0xd0f8f125,0xe47f6208,0x8f16ff9c,0x3d0bc00a,0x40600304,0xd00dffcf,0xbc00bfce,0xfa4fbcf2,0x705e0130,0x022f9cfe,0x7f5b046f,0xf90c0ff2,0x016111f4,0x1c9b2510,0x3b247da8,0xca4246ea,0x04d0e7a9,0xd8f8c139,0xe47f6608,0x8f14ffac,0x3d0be008,0x40500304,0xc00dffcf,0xbf00bfce,0xfa4fb7f2,0x605e00e0,0x022f9cfe,0x7f5d03ff,0xfa0beffd,0x02210df4,0x1c912550,0x4024ad9f,0xca324fea,0x04d0e7a9,0xe4f84144,0xe48f6408,0xef12ffbc,0x3c0c1006,0x40500304,0x900cffdf,0xc200afce,0xfa5fb7f2,0x705e00a0,0x022f9cfe,0x7f5e03bf,0xfb0c0009,0x029111f4,0x5c8c2570,0x4224bd97,0xca1257ea,0x24d1e7d9,0xf0f76141,0xe4cf5f09,0x1f16ffcc,0x390c1006,0x40400304,0x700cffdf,0xc200afce,0xfa7fbbf2,0x705d0070,0x024f98fe,0x5f5e03cf,0xff0c101b,0x02d11af4,0xec8b2550,0x42249da4,0xca424bea,0x44d1e7f9,0xeff64133,0xe4df6309,0x6f15ffdc,0x3a0c100a,0x40500304,0x400bffcf,0xbf00bfcd,0xfa7fbdf2,0x805d0080,0x027f93fe,0x3f5d0400,0x030be033,0x030120f5,0xbc902510,0x41248dc0,0xca922fea,0xb4d5e859,0xe4f42110,0xe4df6309,0xaf13ffcc,0x3c0ba00f,0x40600304,0x300bffcf,0xbb00bfcd,0xfa7fbff2,0xa05e0100,0x025f91fe,0x5f6203f0,0x040b904a,0x02d11ff6,0x7c9724d0,0x43246df0,0xcb5201eb,0x34d8e8c9,0xe0f210cb,0xe4cf5f09,0xbf14ffec,0x390b600e,0x40300304,0x300bffcf,0xba00cfcd,0xfa7fc2f2,0xc05e0140,0x022f8dfe,0x5f680410,0x060b305c,0x026119f7,0x2c9e2470,0x43244e23,0xcc31d0eb,0x54d9e8ea,0x0defa068,0xe4ef610a,0x1f12001c,0x380bb00d,0x40200304,0x400bffcf,0xb600cfcc,0xfa5fc2f2,0xe0600120,0x020f87fe,0x3f700480,0x0b0ab06e,0x01e10df7,0xbca72400,0x42243e34,0xcc91c0eb,0x64d9e8fa,0x86ecd008,0xe55f650a,0x4f0c006c,0x3a0c8009,0x40500304,0x500bffcf,0xb800cfcb,0xfa2fbef2,0xf0600070,0x020f82fe,0x3f720490,0x0f0a3083,0x011100f8,0x9cb223d0,0x43245e18,0xcc01dbeb,0x54d9e8fb,0x0aec0fde,0xe5bf660a,0x5f09007c,0x380cc007,0x40500304,0x400bffcf,0xbd00bfca,0xfa1fbef2,0xf05e0030,0x027f7bfe,0x5f6e04c0,0x1009e097,0x0060f9fa,0x5cbb23e0,0x46245dee,0xcb5203eb,0x74dae90b,0x5febcfe7,0xe5af630a,0x1f03000c,0x350cb00e,0x40000304,0x500bffcf,0xbf00bfc9,0xf9ffbff2,0xf05d00b0,0x028f74fe,0x4f6e04f0,0x1209b0a3,0xfff0e9fc,0xbcbf23d0,0x46242dd6,0xcb021aeb,0x84dbe92b,0x88eb7ff9,0xe56f6109,0xef01fffc,0x350cd012,0x3ff00304,0x500bffcf,0xbc00bfc8,0xfa0fc1f3,0x005d00d0,0x026f6ffe,0x3f740540,0x1509a0ad,0xff60d1ff,0x4cc123c0,0x45241ddb,0xcb2215eb,0xd4dde97b,0x75ebd01c,0xe4ef5f0a,0x7f00003c,0x350d1012,0x40100304,0x600cffcf,0xb700cfc7,0xfa1fc2f3,0x105d00c0,0x026f67fe,0x2f7705c0,0x180960ba,0xfe40c101,0xacc523a0,0x4423fdf5,0xcb81fcec,0x34e0e9cb,0x44ecf04c,0xe4af5a0a,0x8f00002c,0x350d9014,0x40200304,0xb00dffcf,0xb400dfc6,0xf9efc9f3,0x305d0090,0x026f60fe,0x0f790670,0x1a0950ca,0xfca0c003,0xcccd2370,0x4023ae14,0xcc11deec,0xb4e3ea3b,0x0def2078,0xe49f5a0a,0x4eff001c,0x360dd014,0x40300405,0x000dffcf,0xb300dfc5,0xf9cfccf3,0x405e00a0,0x026f5dfe,0x1f7a0710,0x1c0960de,0xfad0cb05,0x9cd42350,0x38236e36,0xccc1beed,0x44e8eada,0xcaf190b0,0xe4af5a09,0xfeff000c,0x360df013,0x40200405,0x300effcf,0xb500dfc4,0xf9afcef3,0x605e0090,0x02cf5afe,0x4f740770,0x190930f6,0xf8b0d807,0x4cd92340,0x34235e4e,0xcd41a7ed,0xc4eceb4a,0x87f3e0e6,0xe48f5a09,0xaefdffac,0x320d8018,0x3fb00405,0x400effcf,0xb900cfc3,0xf99fcef3,0x605d00f0,0x030f5cfe,0x8f6e0760,0x1508e109,0xf700dd08,0xccde2340,0x32236e5c,0xcd919aed,0xe4eeeb6a,0x50f5b0ef,0xe47f5b0a,0x1effff4c,0x2f0d701d,0x3f800405,0x500effcf,0xba00cfc3,0xf98fcef3,0x605c00c0,0x032f61fe,0xaf6a0730,0x12089117,0xf5f0dc09,0xecdd2340,0x31239e6b,0xce018ced,0xe4eeeb6a,0x1ef730fe,0xe47f590a,0x3f06fefc,0x2d0d8021,0x3f800405,0x800fffcf,0xb800cfc4,0xf97fcff3,0x605c0060,0x02ff66fe,0x7f6d0730,0x1408611e,0xf520d80a,0x7cd82310,0x2d23ae72,0xce3185ed,0xe4eeeb6a,0x0bf8210a,0xe46f5509,0xdf08ff3c,0x300dd01a,0x3fb00405,0x700fffcf,0xbd00bfc4,0xf96fcef3,0x605cffb0,0x028f6cfe,0x2f740740,0x1a087121,0xf4b0d50a,0x6cce22e0,0x2923ae78,0xce717fed,0xd4edeb5a,0x08f7c115,0xe43f5409,0xdf0bfffc,0x350e400b,0x40100405,0x100dffdf,0xc300afc5,0xf97fccf3,0x605cfef0,0x026f71fe,0x2f750730,0x1a08d120,0xf4a0d20a,0x1cc522c0,0x2623ae7e,0xcea17aed,0xb4eceb4a,0x0df5b135,0xe46f5b09,0xdf10003c,0x350df008,0x40200304,0xa00cffdf,0xc300afc5,0xf9afcbf3,0x705dfef0,0x025f77fe,0x5f730740,0x14095118,0xf4f0d009,0x6cbd22a0,0x24239e85,0xcee173ed,0xb4eceb4a,0x15f4713c,0xe41f5b0a,0x0f11005c,0x320db008,0x3ff00304,0x500bffdf,0xc200afc5,0xf9efc8f3,0x705efed0,0x025f7dfe,0x6f710760,0x1009b111,0xf560d508,0x9cb62280,0x21239e89,0xcf016fed,0xa4ebeb2a,0x24f4d137,0xe3df5b0a,0x4f16005c,0x310da007,0x3fe00304,0x300bffdf,0xc100afc5,0xfa0fc8f3,0x805ffe90,0x026f82fe,0x6f6c0770,0x0f0a210c,0xf5d0e107,0xccb22270,0x1f239e84,0xced174ed,0xa4ebeb2a,0x43f65140,0xe40f590a,0x0f15003c,0x320d6009,0x3ff00304,0x400bffdf,0xc000bfc6,0xf9ffc2f3,0x8060fe90,0x026f86fe,0x6f6b0790,0x0d0ab107,0xf640f006,0xecb12260,0x1d23ae82,0xcec176ed,0xa4ebeb2a,0x67f70149,0xe44f5809,0x9f13003c,0x330d7008,0x3ff00304,0x300bffdf,0xc000bfc6,0xfa0fbdf3,0x9060fe20,0x025f89fe,0x7f6a07a0,0x0b0b2102,0xf6810005,0xecb32250,0x1a23be88,0xcef170ed,0x74e9eafa,0x82f430fb,0xe44f5c09,0x6f10004c,0x330da007,0x3ff00304,0x300bffdf,0xc000bfc6,0xfa1fb9f3,0xa061fdb0,0x022f8ffe,0x7f6c0790,0x0b0b4101,0xf6711205,0x0cb62240,0x1723be7e,0xcea179ed,0x74e9eafa,0xcff0d09e,0xe42f5a09,0x6f14005c,0x330d6003,0x3ff00304,0x400bffcf,0xbf00bfc7,0xfa0fb7f3,0xa062fdb0,0x020f91fe,0x7f6c0790,0x0b0b7101,0xf6612b04,0x6cba2240,0x1523be5c,0xcda19aed,0xa4ebeb2b,0x51eeb063,0xe40f5609,0xaf18007c,0x340d1002,0x40000304,0x400bffcf,0xbe00bfc8,0xfa0fbaf3,0xa061fde0,0x01ff93fe,0x8f6d07a0,0x090bd101,0xf6614804,0x0cbf2240,0x1423ae27,0xcc71cced,0xb4eceb3b,0xe6ece018,0xe40f5409,0xcf1d007c,0x320c8003,0x3ff00304,0x500cffcf,0xb800cfc8,0xf9ffbff3,0xa062fe50,0x01df94fe,0x8f6e07c0,0x090c3103,0xf6416103,0xbcc22250,0x14239de5,0xcb520bed,0xd4edeb6c,0x94ec3fa5,0xe41f5609,0x9f1e008c,0x320c7004,0x3ff00304,0x600cffcf,0xb500dfc9,0xfa0fc0f3,0xc064fe60,0x01cf94fe,0x8f6f07e0,0x090c5108,0xf6517e03,0x9cc42260,0x15238d9a,0xca5254ed,0xf4eeeb7d,0x36eddf40,0xe40f5909,0x5f1e008c,0x320c9002,0x3ff00304,0x900cffcf,0xb400dfc9,0xfa0fc2f3,0xc065fe40,0x01bf91fe,0x7f7007f0,0x090c610b,0xf6719b03,0xbcc22270,0x15237d75,0xc9f278ed,0xe4edeb7d,0x95ef0f2c,0xe3ff5c09,0x3f17009c,0x330cb001,0x3ff00304,0xb00dffcf,0xb200dfca,0xf9ffbef3,0xd066fe50,0x01bf90fe,0x8f6f0800,0x090ca10e,0xf6b1a903,0xfcbf2280,0x14236d8b,0xca2262ed,0xf4eeeb7d,0x99eddf5b,0xe3df5b09,0x5f18008c,0x330ca003,0x3ff00304,0xe00dffbf,0xb000dfca,0xf9cfbef3,0xd066fe70,0x01bf90fe,0x8f6e0800,0x090cc110,0xf6b1a304,0x5cbc2270,0x13236da0,0xca624eee,0x04eeeb8d,0x70ecef75,0xe39f5709,0xcf17007c,0x340c9002,0x3ff00405,0x000dffbf,0xb100dfca,0xf9bfbef3,0xc065fea0,0x01bf8ffe,0x8f6d07f0,0x070cc111,0xf6c19604,0x9cba2280,0x13237da6,0xca7248ee,0x04eeeb8d,0x54ecdf6e,0xe39f5609,0xcf17008c,0x330c5002,0x3fe00304,0xf00dffbf,0xb100dfca,0xf9cfbdf3,0xc065fee0,0x01cf8efe,0x8f6c07f0,0x070cb112,0xf6b18a04,0xacb92280,0x14237dae,0xca9240ed,0xf4eeeb7d,0x47ecef65,0xe3af5909,0x9f16008c,0x330c5003,0x3fe00304,0xd00dffbf,0xb100dfc9,0xf9efbdf3,0xd065fef0,0x01cf8dfe,0x8f6c07f0,0x080ca112,0xf6b18804,0xacba2290,0x14238db3,0xcaa23bed,0xe4eeeb6d,0x40ed1f5e,0xe3af5809,0xaf17008c,0x330c6003,0x3ff00304,0xc00dffcf,0xb300dfc9,0xfa0fbff3,0xc064fec0,0x01cf8cfe,0x7f6d0800,0x080c8111,0xf6918d04,0x9cbd2280,0x15238dae,0xca9240ed,0xe4eeeb6d,0x40ed7f64,0xe3af5809,0xcf18009c,0x330c8002,0x40000304,0xc00dffcf,0xb400dfc8,0xfa1fc1f3,0xc064fea0,0x01cf8bfe,0x6f6d0820,0x080c8111,0xf6819304,0x8cc02260,0x14238da6,0xca7248ed,0xe4eeeb6d,0x41ed7f65,0xe3cf5b09,0x8f18008c,0x340c8002,0x40000304,0xd00dffcf,0xb300dfc8,0xfa0fc1f3,0xc064fec0,0x01df8afe,0x6f6c0820,0x080c810f,0xf6919704,0x8cc32270,0x15238da0,0xca624eed,0xf4eeeb7d,0x41ed6f63,0xe3df5b09,0x1f16007c,0x340c9003,0x40000304,0xf00dffcf,0xb300dfc8,0xf9ffc0f3,0xc064fec0,0x01ef8bfe,0x7f6b0810,0x070c710d,0xf6d19704,0x6cc32280,0x15239da7,0xca7247ed,0xe4edeb6d,0x41ed6f61,0xe3ff5a09,0x2f13006c,0x340cc003,0x3ff00405,0x100effcf,0xb200dfc8,0xf9dfbbf3,0xc064fea0,0x01ef8bfe,0x8f6b0810,0x060c910b,0xf6e19704,0x5cc42280,0x15239dad,0xca8241ed,0xe4edeb6d,0x41ed5f60,0xe3ef5a09,0x5f14005c,0x330ca004,0x3fe00405,0x200effcf,0xb200dfc8,0xf9cfbbf3,0xc064fed0,0x01df8bfe,0x7f6b0820,0x070cd107,0xf7019304,0x6cc42280,0x15238da1,0xca624ded,0xf4eeeb7d,0x4aee5f45,0xe3cf5809,0x6f1a006c,0x330ca003,0x3ff00405,0x300effbf,0xb100dfc8,0xf9bfc2f3,0xd065fed0,0x01cf88fe,0x7f6c0810,0x080cd106,0xf6f17b04,0x9cc322a0,0x18239d85,0xca1268ee,0x04eeeb8d,0x44efff0d,0xe39f5409,0x8f18007c,0x330cd003,0x3ff00405,0x200effbf,0xb000efc8,0xf9bfc1f3,0xd065fed0,0x01bf87fe,0x7f6f07c0,0x0a0cd107,0xf7314e04,0xecbe22c0,0x1d23ad7d,0xca0270ed,0xc4eceb4d,0x0cf00ef3,0xe3cf5609,0x6f13009c,0x340c9003,0x3ff00405,0x200effbf,0xae00efc7,0xf9cfbcf3,0xe067ff10,0x01af86fe,0x7f710760,0x0c0cd104,0xf7911d04,0xecba22f0,0x2323bd83,0xca126aed,0x84eaeb1c,0xc3ef8f1c,0xe3ef5a09,0x4f10009c,0x350cb003,0x40000405,0x400effbf,0xad00efc7,0xf9dfbaf3,0xe066fef0,0x019f89fe,0x7f720710,0x0c0cd0fd,0xf7d0f604,0x3cb92300,0x2623cd96,0xca4258ed,0x94ebeb1c,0x7aefcf81,0xe40f5c09,0x0f10007c,0x350cc003,0x40000405,0x700fffbf,0xac00efc7,0xf9cfb8f3,0xd066fed0,0x01af8bfe,0x6f7306d0,0x0d0d00f5,0xf7e0cf02,0xfcbe2320,0x2823bdc4,0xcad22bed,0xb4ebeb3c,0x0aefefeb,0xe42f5a08,0xef10005c,0x380ca005,0x40200405,0x900fffbf,0xaa00ffc7,0xf9cfb4f3,0xd064fee0,0x01af8cfe,0x6f7306c0,0x0b0d90ee,0xf840a901,0x8cc62320,0x2a23ae10,0xcc01e2ed,0xd4edeb5b,0x58f0504e,0xe42f5509,0x7f14004c,0x370ca007,0x40200405,0xa00fffbf,0xa800ffc6,0xf9bfb7f3,0xb062fed0,0x01bf8dfe,0x7f7306a0,0x0a0e50ec,0xf8c09700,0x0ccd2320,0x2c23ae5a,0xcd919ced,0xd4edeb5a,0x75f340df,0xe45f5409,0x6f17002c,0x370c6009,0x40200405,0xa00fffbf,0xa700ffc6,0xf9cfb8f3,0xa060fef0,0x01bf8efe,0x6f730680,0x0b0f30f4,0xf9308afe,0x9cd22330,0x2e238e7f,0xce8179ed,0xc4eceb49,0xcdf7e13d,0xe44f5709,0x7f1a002c,0x390c000b,0x40300405,0x800fffbf,0xa500ffc5,0xf9ffbaf3,0xb062ff40,0x01af8ffe,0x6f750660,0x0b0ff0fe,0xf97078fd,0x5cda2340,0x30237e8a,0xced16eed,0xc4eceb49,0x8efaf16f,0xe41f5609,0xdf1d003c,0x390bb00b,0x40300405,0x600effaf,0xa3010fc5,0xfa0fbcf3,0xc063ff80,0x019f8efe,0x5f780690,0x0b106102,0xf9d067fc,0x5ce52340,0x31238e80,0xce8178ed,0xa4ebeb39,0xa4fbb18d,0xe40f5809,0xcf1d004c,0x390bd00b,0x40500405,0x600effaf,0xa3010fc4,0xfa0fbdf3,0xc064ff50,0x019f8afe,0x4f7b06c0,0x0c10a105,0xfa3057fb,0xecef2320,0x2f238e66,0xcdb191ed,0xa4ebeb29,0xc8fad182,0xe44f5c09,0x8f1a004c,0x3b0c200d,0x40700405,0x700fffaf,0xa0010fc4,0xfa0fbcf3,0xc064ff60,0x019f86fe,0x4f7d06e0,0x0d109108,0xfa2050fb,0xecf82300,0x2f238e47,0xccf1aeed,0xd4edeb59,0xe0f9b174,0xe47f5c09,0xdf13003c,0x3b0c200e,0x40700405,0x900fffaf,0x9f011fc4,0xf9ffb9f3,0xd064ffb0,0x01bf83fe,0x4f7e06f0,0x0e105108,0xf9e052fc,0x1cfd22f0,0x2f238e2d,0xcc61c7ee,0x04efeb89,0xeef9216a,0xe47f590a,0x3f11001c,0x3b0c1011,0x40600405,0x900fffaf,0x9d011fc4,0xf9ffb9f3,0xd0640000,0x01df81fe,0x4f8006e0,0x10100107,0xf9b05afc,0xacfe22f0,0x30239e17,0xcbf1dcee,0x24f0eba9,0xeff84156,0xe4af590a,0x2f14fffc,0x3b0c2013,0x40600405,0xa00fffaf,0x9e011fc4,0xf9efbdf3,0xd0640000,0x01ff7cfe,0x0f8206d0,0x150ff106,0xf9d06afd,0xacfa2310,0x34239e02,0xcb91efee,0x24f0eba9,0xe9f71144,0xe4af5b0a,0x2f0f000c,0x3e0c8015,0x40900405,0x900fffaf,0x9f011fc3,0xf9ffbcf3,0xd064ffe0,0x01ff7bfe,0x0f8306a0,0x170fb0fd,0xf9b089fe,0xdcf42330,0x38239dee,0xcb4203ee,0x24f0eba9,0xe7f65137,0xe4af5e0a,0x2f0efffc,0x3d0ce015,0x40900405,0x800fffaf,0xa0010fc3,0xf9ffbdf3,0xc063ffb0,0x01ef7afe,0x2f860650,0x160f30ed,0xf980ac00,0x1cee2340,0x3c23add5,0xcae21bee,0x24f0eba9,0xf1f6b126,0xe4cf5c09,0xaf0dfffc,0x3b0d2013,0x40700405,0xa00fffaf,0xa2010fc3,0xf9ffbdf3,0xb062ff80,0x01ff76fe,0x0f860600,0x180ea0d3,0xf970ca01,0x4ce62380,0x4123cdc1,0xcaa22fed,0xf4eeeb7a,0x01f70105,0xe4ef5909,0xdf0c000c,0x3c0d5013,0x40700405,0x800fffaf,0xa4010fc3,0xf9ffbef3,0xb060ff70,0x020f74fe,0x0f8505d0,0x190e80a8,0xf970df02,0x0cdc23b0,0x4523edc4,0xcab22ced,0xb4eceb3a,0x09f690b9,0xe50f5709,0xef0a000c,0x3c0d5014,0x40700405,0x900fffaf,0xa4010fc3,0xf9efbef3,0xb060ffa0,0x01ff75fe,0x0f850590,0x1a0eb073,0xf900e901,0xecd123d0,0x4723ede8,0xcb4208ed,0x84ebeb1a,0x03f4e062,0xe53f5809,0xaf0a000c,0x3b0d3013,0x40600405,0xa00fffaf,0xa3010fc3,0xf9cfbef3,0xa060ffc0,0x01cf77fe,0x1f850550,0x190f2041,0xf840f401,0x3cc723e0,0x4723ee01,0xcbb1f0ed,0x54e9ead9,0xf2f41046,0xe56f5909,0x9f0c001c,0x3b0d1011,0x40600405,0xa00fffaf,0xa3010fc2,0xf9dfbdf3,0xb061ffb0,0x019f7afe,0x1f8604e0,0x180fd01a,0xf7a0fdff,0xfcc12410,0x4823fe0d,0xcbe1e5ed,0x14e7ea99,0xd2f4c067,0xe56f5809,0x5f0b003c,0x3b0d000e,0x40600405,0xb00fffaf,0xa2010fc2,0xf9ffb8f3,0xb061ff80,0x018f7cfe,0x2f850460,0x16109002,0xf73102fe,0x7cbd2470,0x4d241e17,0xcc11dbec,0xe4e5ea79,0xa4f690af,0xe55f5409,0x3f07002c,0x3c0d000e,0x40600505,0xd010ffaf,0xa2010fc1,0xfa0fb2f3,0x905eff50,0x01af7dfe,0x4f810400,0x14115ff3,0xf6d101fc,0x8cbe24c0,0x52240e27,0xcc51ccec,0xf4e5ea89,0x84f890e2,0xe51f5509,0xaf04ffcc,0x3b0d2012,0x40300506,0x0010ffaf,0xa1010fc1,0xfa0faef3,0x905dff40,0x01af7efe,0x3f8303a0,0x1611bfef,0xf6c0f5fa,0x5cbf24f0,0x5823fe3d,0xccc1b8ec,0xd4e5ea69,0x73fa00f3,0xe53f5809,0xff02ffcc,0x3d0d0012,0x40500506,0x1010ffaf,0xa0010fc1,0xfa0faaf3,0xa05fff60,0x016f80fe,0x1f890370,0x16122fec,0xf6f0eaf8,0x5cc124e0,0x59240e4b,0xcd01aaec,0xa4e3ea39,0x62fa810a,0xe55f5c09,0x9f08000c,0x3f0ca00f,0x40900506,0x0010ffaf,0x9f010fc0,0xfa0facf3,0xa05fff80,0x016f80fe,0x1f890370,0x14126feb,0xf700e3f6,0xacc52500,0x56241e50,0xcd21a5ec,0xa4e3ea39,0x54fb7125,0xe5bf6008,0xef0ffffc,0x3e0c3013,0x40900505,0xf010ffaf,0x9e011fc0,0xfa0fb3f3,0xa05fffe0,0x019f7efe,0x2f870360,0x1312afee,0xf730d5f5,0x5cca2520,0x56243e53,0xcd31a3ec,0xa4e3ea39,0x55fbd11c,0xe63f5f08,0xdf10ffcc,0x3e0be018,0x40800505,0xe010ffaf,0x9d011fc0,0xfa1fb5f3,0xb0600030,0x019f7cfe,0x2f890350,0x1312bff6,0xf750c4f4,0x4ccf2510,0x57244e57,0xcd419fec,0xb4e4ea49,0x59fb210e,0xe60f5c09,0x2f0fffdc,0x3d0bb018,0x40800405,0x900fffaf,0x9e011fbf,0xfa5fb7f3,0xb0600090,0x01af78fe,0x2f8b0350,0x1212afff,0xf790b5f3,0x9cd42520,0x59244e59,0xcd519dec,0xd4e5ea59,0x57fa710b,0xe60f5b08,0xff0fffdc,0x3d0bb018,0x40800405,0x900fffaf,0x9f010fbe,0xfa5fbbf3,0xa05f00e0,0x01cf75fe,0x2f8a0330,0x1112a008,0xf800acf3,0x7cd82560,0x5b244e5a,0xcd519cec,0xe4e5ea69,0x58f98113,0xe64f5c08,0x9f10ffac,0x3c0bf01c,0x40800405,0xa00fffaf,0x9e011fbe,0xfa4fbef3,0xa05f00d0,0x01af80fe,0x8f850250,0x0d13000e,0xf840a8f4,0x2cda25a0,0x55242e58,0xcd419eed,0x14e7ea99,0x60f7e10e,0xe62f5c08,0xaf1fff9c,0x370b301d,0x40200405,0xc00fffaf,0x9c011fbe,0xfa3fc0f3,0xa05f00e0,0x01bf85fe,0xcf8201c0,0x0d12f017,0xf850a1f5,0x0cdd25e0,0x5423fe55,0xcd41a0ed,0x24e7eaa9,0x7ef4d0e3,0xe61f5b09,0x4f25ff6c,0x330a5020,0x3fc00505,0xe010ffaf,0x9a011fbe,0xfa3fc0f3,0x905e0170,0x01cf7ffe,0xbf8501e0,0x0f12b023,0xf8e09ef5,0xdce225e0,0x5823de57,0xcd419fed,0x14e7eaa9,0xbaf0b0ad,0xe64f5c09,0x3f20ff5c,0x330a7021,0x3fb00505,0xf010ffaf,0x9d011fbe,0xfa2fc1f3,0x905d01a0,0x019f7cfe,0xaf8a0220,0x0f12802e,0xf9d0a3f6,0xece725b0,0x5623ee59,0xcd619ded,0x34e8eaca,0x10ed208a,0xe65f5908,0xff1dff9c,0x350b101c,0x3ff00505,0xf010ffaf,0xa0010fbe,0xfa2fc0f3,0x805c0110,0x01bf7afe,0xaf890240,0x0e12203c,0xfa80a0f8,0x3cea25a0,0x5523de66,0xcdc191ed,0x44e9eaca,0x9ce9802d,0xe64f5909,0x5f1cff8c,0x340b501d,0x40000505,0xd010ffaf,0xa2010fbd,0xfa5fbff3,0x805b00d0,0x020f76fe,0xaf850260,0x1011304d,0xfb2094f9,0xbce625b0,0x5523de7a,0xce517eed,0x84eaeb0b,0x72e73f8b,0xe60f5809,0x8f19ff4c,0x330b0021,0x3fc00405,0xb00fffbf,0xa700ffbd,0xfa6fc2f3,0x60580190,0x020f71fe,0x9f8702c0,0x11103062,0xfbc08bfb,0x3cdd2590,0x5523de97,0xcf4163ed,0xa4eceb3c,0x5be83efe,0xe5df5808,0xdf15ff6c,0x330b601c,0x3fd00405,0x800fffbf,0xb000dfbc,0xfa6fc4f3,0x40550170,0x01ff6dfe,0xaf870340,0x0f0f6072,0xfc5091fc,0xecd22550,0x4f23cecd,0xd17130ed,0x84ebeb0d,0x23ea1eaf,0xe5af5b08,0xcf14ff9c,0x310be016,0x3fb00405,0x600effcf,0xbb00cfbc,0xfa5fc5f3,0x30540110,0x020f69fe,0xcf8503b0,0x0f0ea08b,0xfca092fe,0x5cc32520,0x4b239f1a,0xd5b0eaed,0x94ebeb1d,0xb8eaee9a,0xe57f5b09,0x2f14ffac,0x2f0bd015,0x3f600405,0x600effdf,0xc000bfbc,0xfa3fc6f3,0x20520180,0x021f65fe,0xcf820410,0x110d70a9,0xfc9086ff,0x6cba24f0,0x4a238f6a,0xdc60a4ed,0x94ebeb2d,0xb4e8becf,0xe57f5809,0x3f12ffcc,0x2e0bd016,0x3f500405,0x300effcf,0xbf00bfbc,0xfa3fc8f3,0x205101f0,0x025f58fe,0x7f840520,0x160bf0c4,0xfc106bff,0xbcba24a0,0x4d236fae,0xe5a068ed,0x74eaeafc,0xa6e48f65,0xe55f5509,0x1f07ffbc,0x310c601c,0x3f900405,0x200effcf,0xb800cfbc,0xfa3fcbf3,0x30530230,0x029f45fd,0xef8b0670,0x200a60e4,0xfb304400,0x1cb92450,0x56234fdc,0xef503ced,0x74eaeafa,0xd3e7a05d,0xe4ff5209,0x3ef6ffcc,0x390d4022,0x40300405,0x200effbf,0xb000efbc,0xfa2fcdf3,0x40550280,0x025f45fd,0xbf920630,0x24092106,0xfa702801,0xacb32480,0x5c234fed,0xf4d026ed,0x74eaeaf9,0x7df1c10a,0xe4cf5309,0x2ef8001c,0x3c0db021,0x40800405,0x200effbf,0xa800ffbc,0xfa1fcff3,0x50560210,0x022f47fd,0xaf9505e0,0x2507e11f,0xf9600b03,0xbcad24a0,0x5d234fee,0xf54025ed,0x64e9eae8,0xe8faa148,0xe4ff5509,0x2efc005c,0x3c0e701b,0x40b00405,0x000dffbf,0xab00efbc,0xfa0fd1f3,0x60570120,0x024f44fd,0x6f940650,0x2806712b,0xf86fda05,0x6cab2470,0x5a233fe8,0xf2f02ded,0x54e9eae8,0xdc00b195,0xe54f5b08,0xfef4009c,0x400f000f,0x40c00304,0xd00dffcf,0xbb00cfbb,0xfa1fcbf3,0x505500c0,0x022f4afd,0x8f910690,0x23059126,0xf79fa106,0x9cb12420,0x51234fde,0xefc03aed,0x84eaeb09,0x0800d1d8,0xe55f5d08,0xcefb00dc,0x3e0ee004,0x40900304,0x800cffdf,0xc9009fbb,0xfa1fcbf3,0x305300a0,0x01ff67fe,0x6f810580,0x14060113,0xf71f7607,0xccbf2470,0x3e236fd1,0xec6047ed,0xa4ebeb29,0x1ffe81c8,0xe56f5b08,0xaf1b00cc,0x330db000,0x3fe00304,0x600cffef,0xd1008fbb,0xfa0fccf3,0x20520000,0x022f70fe,0xaf760590,0x0d0660f9,0xf5cf4f07,0xbcce2480,0x39236fc3,0xe96054ed,0x94eaeb19,0x17fe61bc,0xe50f5808,0xdf26007c,0x300cf002,0x3fa00304,0x600cffef,0xd7007fbb,0xfa0fcef3,0x10500040,0x02cf55fd,0xef7a07e0,0x1505e0de,0xf3ef2206,0x0cdd23f0,0x46230fb7,0xe6e060ed,0x64e9eaf9,0x0cfe51c2,0xe48f5909,0x0f0b003c,0x3a0da00a,0x40200304,0x400bffef,0xd4007fba,0xfa1fcff3,0x10500150,0x02bf53fd,0xaf7e0880,0x1805d0cb,0xf25efd04,0xaced2410,0x4d22cfa7,0xe4306eed,0x74e9eb09,0x15fe11c4,0xe49f5808,0x8f08004c,0x3f0d700d,0x40800304,0x400bffdf,0xca009fbb,0xfa1fd1f3,0x205101b0,0x027f5bfd,0xaf800840,0x1805a0c7,0xf16ee103,0x8cfc2480,0x51228f95,0xe1607eed,0x94eaeb29,0x20fda1c9,0xe43f5808,0x8f0e006c,0x400d0010,0x40a00304,0x500bffcf,0xbe00bfbb,0xfa3fcff3,0x405401a0,0x024f63fd,0xaf8107f0,0x180500d7,0xf0ded402,0x9d0d24e0,0x55228f7f,0xde7091ed,0x84e9eb19,0x32fe91c3,0xe3df5708,0xcf14008c,0x410d2014,0x40f00304,0x300bffcf,0xb100dfbb,0xfa6fcef3,0x705800f0,0x021f6dfd,0xdf820770,0x160420f7,0xf08ecf01,0xbd1f2530,0x58229f67,0xdbb0a6ed,0xa4eaeb29,0x40ff31c5,0xe3af5509,0x7f1a007c,0x400d1015,0x40f00304,0x400bffbf,0xaa00efbc,0xfa6fcdf3,0x905b0080,0x01df74fd,0xff850740,0x1503b113,0xf04ece00,0xad2c2550,0x57229f4f,0xd970bbed,0xa4ebeb39,0x46fec1cd,0xe3bf5709,0x8f1800ac,0x3f0ca00f,0x40e00304,0x600cffbf,0xac00efbd,0xfa5fc5f3,0x905b0090,0x01af7afe,0x1f850730,0x1303912a,0xf03ed1ff,0x6d372530,0x5522af39,0xd780cfed,0x74e9eb09,0x53fea1d4,0xe3ff5809,0x3f15009c,0x3f0c9009,0x40c00304,0xa00cffcf,0xb200dfbe,0xfa3fbdf3,0x805b0020,0x01bf7dfe,0x3f820740,0x1203a142,0xf07ed7fe,0x4d3f2530,0x5322cf1f,0xd5a0e6ed,0x54e8ead9,0x5eff11d5,0xe41f5708,0xff15007c,0x3d0c7006,0x40900304,0xb00cffcf,0xb900cfbf,0xfa1fbcf3,0x7059fff0,0x01cf7efe,0x3f7f0780,0x1203e153,0xf0fee0fd,0x6d442520,0x5522eefd,0xd39104ec,0xe4e4ea79,0x6fffe1c8,0xe41f5608,0xef17008c,0x3d0c8006,0x40900304,0x800cffcf,0xbb00cfc0,0xfa3fbdf3,0x7059ffd0,0x01ef7efe,0x1f7a07d0,0x1403f156,0xf0deedfc,0xbd462520,0x5822fed8,0xd1b126ec,0x94e2ea29,0x8e00d1bd,0xe3ff5408,0xef19008c,0x3e0c6009,0x40b00304,0x500bffcf,0xb900cfc0,0xfa4fc3f3,0x805afff0,0x020f7bfd,0xff760820,0x1703c14d,0xf07efffc,0x5d462520,0x5922deae,0xcff14dec,0xa4e2ea39,0xad0161c2,0xe3cf5408,0xef15009c,0x3f0c300d,0x40c00204,0x000bffcf,0xb300dfc1,0xfa5fc3f3,0x905b0040,0x020f80fe,0x1f7307d0,0x1803b13c,0xf05f16fc,0x4d432530,0x5a22ce82,0xce8176ec,0xb4e3ea49,0xc40151cf,0xe3bf5408,0xbf18008c,0x3d0bb013,0x40900203,0xf00affbf,0xa800ffc1,0xfa7fc2f3,0xb05e0080,0x01df86fe,0x3f730730,0x19039127,0xf08f2ffc,0x9d3f2570,0x5c22ce58,0xcd619eec,0xc4e3ea59,0xd300e1bd,0xe3af5508,0x7f1c00ac,0x3b0bb014,0x40800204,0x000bffaf,0xa1010fc2,0xfa8fc1f3,0xc0600020,0x01af89fe,0x3f7306e0,0x1b03910e,0xf0ff4bfc,0xed3a2570,0x5c22de35,0xcc91bfec,0xb4e3ea49,0xe7fe8198,0xe39f5508,0x8f1a00dc,0x3b0bf00f,0x40900304,0x100bffaf,0xa1010fc3,0xfa9fbef3,0xc060ffb0,0x016f8dfe,0x4f730670,0x1b03f0f5,0xf16f6dfd,0x6d342590,0x5a230e1e,0xcc21d5ec,0x84e1ea1a,0x05faa186,0xe39f5308,0x8f1800fc,0x3b0c2008,0x40700304,0x400bffbf,0xa600ffc4,0xfa7fbaf3,0xc060ff40,0x013f8efe,0x5f720660,0x1b0450db,0xf1cf90fd,0xcd2c2560,0x57234e11,0xcbf1e1ec,0x54e0e9ea,0x35f60159,0xe3cf5008,0x5f19010c,0x3a0c9003,0x40700304,0x700cffbf,0xa800ffc5,0xfa3fbcf3,0xd060fed0,0x013f8efe,0x6f700670,0x1a04d0ca,0xf26faafe,0x3d222510,0x55236dfd,0xcba1f4ec,0x24dfe9ba,0xa3f030e4,0xe3df5208,0x9f1d010c,0x390caffe,0x40500304,0xb00cffbf,0xad00efc7,0xfa0fc0f3,0xc060fed0,0x00df92fe,0xbf710610,0x180540bc,0xf2cfbffe,0xcd152520,0x55235ddd,0xcb2213ec,0x24dfe9cb,0x54eaf038,0xe3ff5608,0x5f22016c,0x330bbff2,0x3fc00304,0xa00cffcf,0xb800cfc7,0xfa0fc2f3,0xc05fff80,0x005f97fe,0xff7505a0,0x1605a0b5,0xf31fdcff,0x7d062540,0x56234dba,0xcaa235ec,0x14dee9ac,0x08e93f82,0xe3ef5708,0x5f2501dc,0x2e0aafe9,0x3f600304,0x800cffcf,0xb800cfc8,0xfa1fc2f3,0xc0600040,0x00bf8ffe,0xdf6f05f0,0x180590bb,0xf37fffff,0xecf92560,0x59233dc0,0xcac22fec,0x24dfe9bc,0x81eabef4,0xe3df5908,0x0f1e019c,0x2e0aeff3,0x3f800304,0x700cffbf,0xb100dfc8,0xfa3fc5f3,0xd0610080,0x011f85fe,0xbf690650,0x1a0560cc,0xf4402900,0x3cee2570,0x5e232dff,0xcbc1f2ec,0x44dfe9dc,0xc5ecfe97,0xe3ef5808,0x2f15016c,0x300b1ffd,0x3f900304,0x600cffbf,0xab00efc9,0xfa3fc6f3,0xd06100e0,0x00ff85fe,0xbf6a0620,0x190510e2,0xf4f05900,0x8ce32580,0x60233e53,0xcd81a2ec,0x24dee9bc,0xd2ee0e88,0xe3ff5608,0x5f17017c,0x300aeffe,0x3f800304,0x800cffbf,0xa5010fca,0xfa2fc8f3,0xd0620130,0x00cf87fe,0xbf6b05f0,0x1904f0f9,0xf5408e00,0xdcd82590,0x60233ea7,0xd00153ec,0x14dee9ac,0xa9ed1eb9,0xe41f5a08,0x1f1a019c,0x300afffc,0x3f800304,0xa00cffaf,0xa4010fcb,0xfa2fcbf3,0xd0630140,0x00df86fe,0x9f6a05e0,0x1b051111,0xf5d0bc01,0x2ccc2590,0x5d232edd,0xd23121ec,0x74e1ea0c,0x75ecceef,0xe46f5807,0xef18018c,0x310b7ff9,0x3f900304,0xa00cffbf,0xaa00ffcb,0xfa2fcaf3,0xc06200d0,0x00ff87fe,0x9f6805b0,0x1b053129,0xf690d701,0x9cbd2590,0x5d235ef9,0xd3a108ec,0x14dee9ac,0x53ecdf28,0xe4df5907,0xcf18017c,0x320beff6,0x3fa00304,0xb00cffcf,0xb200dfcc,0xfa1fcbf3,0xa0600030,0x00ef88fe,0xaf6805a0,0x1a052138,0xf680ee01,0xccad2560,0x5e23af10,0xd500f3eb,0x54d9e8fc,0x0aeb9fa5,0xe56f5c07,0xcf16016c,0x310b9ff5,0x3f900304,0xb00dffcf,0xb500dfcd,0xfa1fcaf3,0x905f0060,0x00df87fe,0x9f6c05d0,0x1a04f143,0xf6810601,0x6ca024f0,0x5923bf2e,0xd710d8eb,0x74dae90b,0x94eb604f,0xe59f5608,0x4f15017c,0x310baff3,0x3f800304,0xa00cffcf,0xb600cfcd,0xfa4fcaf3,0x905e0080,0x00af86fe,0x8f7305e0,0x1a04a14a,0xf6811a00,0x9c952490,0x5623cf4c,0xd970beeb,0xb4dce94b,0x24eeb0e4,0xe5af5308,0x0f19019c,0x320c1ff3,0x3fb00304,0xb00cffcf,0xb400dfce,0xfa6fcff3,0x805e0020,0x00bf86fe,0x6f7605b0,0x1c04114b,0xf5c12600,0x2c8f2480,0x5723ff62,0xdb70abeb,0xc4dce95a,0xd4f47134,0xe5df5007,0xcf1d015c,0x340c4ffb,0x40000304,0xd00dffbf,0xab00efcf,0xfa6fd6f3,0x805e0000,0x00ff87fe,0x3f760560,0x1e037147,0xf4e12c00,0x1c8c2480,0x58243f72,0xdd209deb,0xf4dee98a,0x96f75152,0xe62f4f07,0x9f19011c,0x370c4003,0x40400304,0xb00cffbf,0xa600ffcf,0xfa9fd3f3,0x805e0000,0x012f88fe,0x2f780500,0x1f029141,0xf4313500,0x5c8624a0,0x5a246f7c,0xde5094ec,0x24dfe9ba,0x5cfa51a0,0xe69f5608,0x0f1900ec,0x380cc006,0x40600304,0x900cffbf,0xa700ffd0,0xfaafd3f3,0x705dff60,0x012f88fe,0x3f7e0470,0x2001713c,0xf3813100,0xbc8124e0,0x5e248f82,0xdef08fec,0x34dfe9ca,0x2afd71b9,0xe72f5c08,0x9f1a00dc,0x370cf006,0x40500304,0x800cffbf,0xab00efd0,0xfabfd4f3,0x505bff40,0x013f8afe,0x4f8203c0,0x1f00d135,0xf2e12101,0x4c822540,0x6324bf86,0xdf708cec,0x64e1e9f9,0xf8fc8178,0xe79f5c08,0x2f1900bc,0x360c2008,0x40300304,0x700cffbf,0xab00efd1,0xfadfd2f3,0x405a0000,0x014f8afe,0x4f870360,0x1f006131,0xf2211c02,0x0c8325a0,0x6924ef86,0xdf608bec,0x74e2ea09,0xcafb215b,0xe7ff5d07,0xff19009c,0x360c300b,0x40300304,0x600cffbf,0xac00efd1,0xfaefd3f3,0x3059fff0,0x015f87fe,0x3f900310,0x20ff9130,0xf1411d02,0x8c862610,0x70250f85,0xdf408cec,0xa4e3ea39,0xa3fb1161,0xe88f5a08,0x2f1e006c,0x360ce00e,0x40400304,0x600cffbf,0xad00efd2,0xfb0fdbf3,0x2057ff60,0x015f82fe,0x2f9c02d0,0x22fe7130,0xf0812402,0xbc8826a0,0x79252f86,0xdf608bed,0x04e6ea89,0x78fbf175,0xe91f5807,0xef17004c,0x370d3012,0x40500304,0x600cffbf,0xaa00ffd2,0xfb2fddf3,0x1056ff90,0x016f7efe,0x3fa70290,0x24fd112f,0xeff12a02,0xec8a2700,0x7e254f85,0xdf308ced,0x24e7eab9,0x69fdd188,0xe98f5807,0xdf12000c,0x360d2019,0x40400304,0x900cffaf,0xa4010fd3,0xfb5fddf3,0x00560000,0x018f79fe,0x3fb00270,0x25fc312e,0xefc12d02,0xfc8b2720,0x81253f83,0xded08eed,0x54e8ead9,0x6dfee191,0xe9cf5607,0x6f11ffbc,0x360d5023,0x40400304,0xb00cffaf,0x9c011fd3,0xfb6fe2f3,0x00560030,0x01df73fe,0x3fb70270,0x27fc0128,0xeff12e03,0x2c8b2730,0x81252f81,0xdea090ed,0x74eaeb09,0x71ff2194,0xe9af5707,0xaf0dff5c,0x360d702d,0x40400304,0xc00dff9f,0x97012fd4,0xfb7fe4f2,0xf0550080,0x021f6dfe,0x3fbd0270,0x28fbd122,0xf0612d03,0x4c8c2730,0x81250f7e,0xde6092ed,0xa4ebeb29,0x71ff4199,0xe99f5607,0xff06fefc,0x360d8033,0x40300304,0xd00dffaf,0x98012fd4,0xfb8fe6f2,0xe05300e0,0x024f6afe,0x3fc20260,0x28fc011c,0xf1212b03,0x8c8b2720,0x7f24df7a,0xddd096ed,0xe4eeeb69,0x74ff819a,0xe98f5407,0xaf07fe8c,0x350da036,0x40100405,0x200effaf,0x9d011fd5,0xfb7feaf2,0xb0500100,0x027f68fe,0x3fc60250,0x29fca111,0xf1f12803,0xac8b2720,0x7d24cf76,0xdd509aee,0x44f1ebc9,0x75ffb195,0xe97f5207,0xaf07fe4c,0x340de039,0x40200405,0x000dffaf,0xa2010fd6,0xfb8fedf2,0xa04e00d0,0x028f68fe,0x4fcc0230,0x28fda105,0xf3112703,0x9c8b2710,0x7c24cf73,0xdd009cee,0x54f1ebc9,0x78ffd19b,0xe96f5007,0xbf05fe4c,0x330e7039,0x40100304,0xd00dffbf,0xa400ffd6,0xfbbfeef2,0x904e0060,0x029f67fe,0x4fd00250,0x27fe90f9,0xf4212903,0x5c8b26e0,0x7c24bf72,0xdce09dee,0x54f1ebd9,0x7c0001a3,0xe97f5307,0x9efffe2c,0x330ed03a,0x40100304,0xb00cffbf,0xa900ffd7,0xfbefebf2,0x904e0020,0x02cf65fe,0x3fd10290,0x28ffb0e8,0xf4d12b03,0x0c8c26c0,0x7924af71,0xdcd09dee,0x74f3ebf9,0x7b0081a5,0xe98f5807,0x3efafdfc,0x340ec03c,0x40100304,0xc00cffbf,0xaa00efd7,0xfbffe9f2,0x704c0050,0x02cf65fe,0x3fd102c0,0x270140cf,0xf5412d02,0xdc8c2690,0x7524af72,0xdce09cee,0x74f2ebe9,0x730061a1,0xe96f5b07,0x5efafddc,0x350ea03d,0x40200304,0xe00dffbf,0xa700ffd8,0xfbefebf2,0x804d0080,0x02af67fe,0x3fd302e0,0x2602b0b3,0xf5912f02,0xcc8c2650,0x7024cf71,0xdcc09eee,0x54f1ebc9,0x6d00b1a1,0xe94f5d07,0x6efdfddc,0x350e803d,0x40200405,0x100dffaf,0xa3010fd9,0xfbcfecf2,0x804e00a0,0x029f6bfe,0x4fcf02c0,0x2403a0a6,0xf5d13103,0x0c8c2660,0x6d24ef6e,0xdc80a0ee,0x24f0eb99,0x6600f1a0,0xe90f5e07,0x9efbfddc,0x350e303f,0x40100405,0x200effaf,0x9d011fda,0xfbdfeaf2,0x905100c0,0x029f6ffe,0x5fc902a0,0x2303a0a5,0xf5913003,0x2c8b26a0,0x6b24ff70,0xdcb09fed,0xd4eeeb59,0x6101019b,0xe8ef5f07,0x7f00fdcc,0x350de041,0x40100405,0x600effaf,0x98012fdb,0xfbcfebf2,0xb05400d0,0x027f74fe,0x5fc40290,0x2502f0aa,0xf5113003,0x1c8926e0,0x6c24ff73,0xdd109ced,0x94ebeb19,0x5a011193,0xe8cf6007,0x3f02fe0c,0x360d8040,0x40100405,0x400eff9f,0x93012fdb,0xfbdfe8f2,0xc05500f0,0x027f7afe,0x4fbd0280,0x270260b8,0xf4d13502,0xec892740,0x6f24cf78,0xddb097ed,0x44e8eac9,0x5001918f,0xe87f6007,0x0f07fe5c,0x370cf042,0x40200304,0xe00dff8f,0x88014fdc,0xfbffe7f2,0xe0580150,0x027f7efe,0x3fb30280,0x2901d0cb,0xf4813c02,0x9c8827a0,0x75249f7e,0xde6092ec,0xd4e5ea69,0x4401d18d,0xe86f6307,0x0f0dfe7c,0x380c2046,0x40300304,0xb00cff7f,0x7d016fdc,0xfc1fe8f2,0xf05b0210,0x027f83fe,0x1fa902c0,0x2a01a0d8,0xf4414802,0x3c8727b0,0x77246f83,0xdf108eec,0x84e2ea19,0x3a02418d,0xe86f6407,0x0f0bfe8c,0x3b0b8048,0x40300304,0xc00dff6f,0x76018fdd,0xfc3fe3f2,0xf05a02a0,0x025f86fd,0xffa00320,0x2b01a0e1,0xf4515001,0xdc8627b0,0x76243f87,0xdfa08aec,0x74e1e9f9,0x3602618d,0xe85f6107,0x1f05fecc,0x3d0b7046,0x40500304,0xb00cff6f,0x71019fde,0xfc2fdbf2,0xf05b02a0,0x022f88fd,0xef990340,0x2d01d0ec,0xf4515201,0x9c8427b0,0x78240f8b,0xe01087ec,0x84e2ea19,0x3502118e,0xe7ef6207,0x4f07ff2c,0x3d0b6041,0x40600304,0x900cff6f,0x6f019fdf,0xfc0fdbf3,0x005d02a0,0x01ff8efe,0x0f900300,0x2b01e0f4,0xf4515401,0x7c8327a0,0x7823ff8d,0xe06085ec,0x64e1e9f9,0x32018190,0xe74f6207,0x9f09ff6c,0x3c0b003c,0x40400304,0x800cff6f,0x70019fdf,0xfbffd8f3,0x105f02c0,0x01bf96fe,0x3f8a02e0,0x280200f4,0xf4615901,0x6c812790,0x71243f91,0xe0f081eb,0xa4dce949,0x2c010197,0xe78f6107,0x8f0cffdc,0x380ad033,0x40100304,0x500bff6f,0x75018fe0,0xfc0fd3f3,0x20600280,0x013f9cfe,0x6f8802d0,0x250230f4,0xf4315c01,0x4c7c2770,0x68247f96,0xe1907dea,0xd4d6e879,0x2b01319d,0xe7ef6307,0x4f0e008c,0x350ae028,0x3fe00203,0xf00aff7f,0x7a017fe0,0xfc3fcef3,0x106001f0,0x00cfa0fe,0x7f8802a0,0x250220f5,0xf3b15c01,0x0c792770,0x62248f9a,0xe2207aea,0x74d3e819,0x2e0211a0,0xe81f6807,0x3f0f013c,0x330b501f,0x3fe00203,0x7009ff7f,0x7b017fe1,0xfc7fcaf3,0x10600150,0x00ffa1fe,0x6f8002b0,0x2601e0f3,0xf3116101,0x0c782750,0x5c248f9c,0xe27079ea,0x64d2e809,0x2e02a19d,0xe81f6807,0x7f0d015c,0x340b6023,0x3ff00203,0x1008ff6f,0x76018fe1,0xfc9fc8f3,0x20620140,0x015fa2fe,0x4f7602e0,0x260140f2,0xf2416900,0xfc7a2730,0x59249f9d,0xe2b077ea,0x34d1e7d9,0x280361a0,0xe7bf6607,0xdf0b011c,0x350b102c,0x40000102,0xc007ff6f,0x71019fe2,0xfcbfc7f3,0x406401a0,0x016fa6fe,0x4f720280,0x270000f2,0xf1416d01,0x1c7a2740,0x5a24af9c,0xe29078ea,0x14d1e7b9,0x240421ab,0xe7af6508,0x2f0b012c,0x350a802d,0x3ff00102,0x6006ff6f,0x70019fe3,0xfccfc6f3,0x406501f0,0x018faafe,0x5f6d0200,0x26fe70f4,0xf0a16a01,0x3c7b2790,0x5e24bf9b,0xe28079ea,0x14d0e7b9,0x240421ac,0xe7bf6708,0x3f08013c,0x330a402e,0x3ff00101,0xe005ff6f,0x73018fe3,0xfcdfc2f3,0x406501d0,0x019faefe,0x6f6901b0,0x24fd20f3,0xf0616701,0x2c7b27b0,0x5e24ef9c,0xe2a078e9,0xb4cee769,0x2003a1aa,0xe7ef6707,0xef0f015c,0x310ab02c,0x3ff00001,0x6003ff7f,0x7a017fe4,0xfcdfc8f3,0x20630120,0x019fb1fe,0x6f650160,0x24fc30f1,0xf0316001,0x3c7827a0,0x5c24ff9d,0xe2c077e9,0x74cde729,0x210371aa,0xe80f6807,0xff1b018c,0x310ac026,0x3ff00001,0x0002ff8f,0x87015fe5,0xfcefd0f2,0xf05f00a0,0x01efb1fe,0x5f5d0150,0x24fbd0ee,0xf0115c01,0x4c7527a0,0x5924ef9e,0xe2d077e9,0x94cde749,0x2603c1ac,0xe7df6a08,0x4f20016c,0x320ab023,0x40000000,0xb001ff9f,0x96012fe5,0xfd1fd5f2,0xd05d0080,0x024faefe,0x4f530190,0x22fc00ec,0xf0515d01,0x1c7327a0,0x5924ffa0,0xe33075e9,0x64cce719,0x240431b1,0xe7af6b08,0x4f20013c,0x320b601d,0x40100000,0x7001ffbf,0xaa00efe6,0xfd2fdaf2,0x9058fff0,0x025fabfe,0x5f4e01e0,0x1ffc70ea,0xf0b16200,0xfc7327a0,0x5b250fa1,0xe36074e9,0x14cae6c9,0x200491b8,0xe7af6b08,0x1f23014c,0x320c3012,0x3ff00000,0x7001ffcf,0xbf00bfe7,0xfd1fe0f2,0x5052ff70,0x025fabfe,0x6f490200,0x1afd10e8,0xf1416401,0x2c7427c0,0x5d24ffa1,0xe35074e9,0x34cae6e9,0x1b0481b7,0xe7af6a08,0x0f27015c,0x300c600a,0x3fd00000,0x6001ffdf,0xd0008fe7,0xfd1fe5f2,0x204fff60,0x024fa8fe,0x7f460220,0x16fdf0ea,0xf2016201,0x4c752800,0x6224efa1,0xe34074e9,0x34cbe6e9,0x170421b5,0xe7af6908,0x2f26016c,0x2f0c9004,0x3fb00000,0x6001ffef,0xdb006fe8,0xfd0fe8f2,0x104eff50,0x027fa2fe,0x6f430290,0x14feb0e8,0xf2816201,0x4c762800,0x6624dfa0,0xe33075e9,0x44cbe6f9,0x170401b1,0xe7af6908,0x2f1f014c,0x300d1005,0x3fc00000,0x5000ffef,0xde005fe5,0xfd1fe2f1,0xf04dff40,0x02af9efe,0x4f4302c0,0x15ff30e3,0xf2e16001,0x4c752800,0x6824df9f,0xe31075e9,0x34cae6d9,0x180411ab,0xe79f6a08,0x0f24011c,0x320d000d,0x3ff00000,0x6001ffef,0xd7007fe1,0xfd2fe2f1,0xe04bffa0,0x02af9dfe,0x2f4702e0,0x15ff50dc,0xf3415f01,0x5c7627f0,0x6824df9e,0xe2e076e9,0x34cae6e9,0x1b0411ab,0xe77f6a08,0x1f2f00fc,0x340cd012,0x40100000,0x7001ffef,0xd1008fde,0xfd4fe9f1,0xd04bfff0,0x02af9bfe,0x1f4d02d0,0x15ff20d7,0xf3916101,0x7c7827e0,0x6724df9c,0xe2a078e9,0x64cbe709,0x1c0421ad,0xe77f6a08,0x1f3300dc,0x360c6017,0x40300000,0x7001ffdf,0xcb009fda,0xfd6fe9f1,0xe04c00a0,0x028f9efe,0x2f560260,0x14fee0d5,0xf3e15f01,0x8c7a27e0,0x6724df9a,0xe2507ae9,0xa4cde759,0x1c0461ae,0xe7af6a08,0x4f2a009c,0x350bd01b,0x40200000,0xc002ffdf,0xc600afd7,0xfd8fd9f1,0xf04d0110 +}; + +u32 ANIM_ENTRY_drop_weapon_and_show_fight_stance[] = +{ + 0x004f7fff,0xefae0b70,0x1d08f07b,0xfeb08312,0x9c3e22a1,0x583059d4,0xcc8617a2,0x64999e3b,0x0001408d,0xe8f09917,0x7ed4024c,0x11098ff8,0x3db00506,0x6011ffdf,0xca009fe9,0xf7ffd1f7,0xb04e00a0,0x003f7cff,0xefb10b90,0x1f09007c,0xfec08112,0x9c3d22b1,0x583069d4,0xcc7616a2,0xc4979eab,0x0001508d,0xe9009517,0x5ed3026c,0x1209cff9,0x3dc00506,0x7011ffdf,0xc9009fe9,0xf80fd4f7,0xc04f0090,0x002f7aff,0xdfb20bb0,0x2008f07a,0xfec08212,0x8c3d22a1,0x573059d5,0xcc7615a2,0xd4979ebb,0x00013089,0xe9209617,0x2ed5026c,0x1109eff8,0x3dc00506,0x7011ffdf,0xc8009fe9,0xf80fd8f7,0xc0500070,0x000f79ff,0xdfb50bc0,0x2108e078,0xfec08112,0x8c3d2291,0x573059d4,0xcc7617a3,0x14979efb,0x00011084,0xe9209617,0x1ed4027c,0x1209fff7,0x3dc00506,0xa011ffdf,0xc8009fea,0xf7ffd8f7,0xd0530080,0x000f79ff,0xefb70bb0,0x2208d078,0xfeb08012,0x8c3d2291,0x583049d3,0xcc8617a3,0x54969f3a,0xff013084,0xe9109416,0xeed3026c,0x1209eff6,0x3dc00606,0xc012ffdf,0xc8009fea,0xf7ffd7f7,0xd0540070,0x000f79ff,0xefb60ba0,0x2108e078,0xfeb07f12,0x8c3c22a1,0x593059d1,0xcc8619a3,0xb4959f9a,0xff012080,0xe8e08f16,0xbed2025c,0x1209bff8,0x3dc00606,0xd012ffdf,0xc6009fea,0xf80fd7f7,0xe0560080,0x001f79ff,0xefb60ba0,0x2108e079,0xfea07d12,0x8c3b22b1,0x593059d5,0xcc7615a3,0xf4949fdb,0x00013080,0xe8e08c16,0x9ed3024c,0x13095ffa,0x3dc00606,0xe012ffdf,0xc300afea,0xf7ffd8f7,0xf05800c0,0x001f78ff,0xefb60ba0,0x2108f077,0xfeb07d12,0x7c3a22b1,0x583059d6,0xcc7615a4,0x5493a03b,0x02016082,0xe8e08916,0x6ed2025c,0x13095ffa,0x3dc00606,0xe012ffdf,0xc100afea,0xf80fd7f7,0xf05a00d0,0x001f79ff,0xefb60ba0,0x21090077,0xfed07f12,0x7c3b22a1,0x583059d5,0xcc7615a4,0x8492a07b,0x01016083,0xe8e08816,0x5ed3024c,0x13097ffb,0x3dc00606,0xe012ffdf,0xc000afea,0xf80fdaf8,0x005c00a0,0x002f78ff,0xdfb40bb0,0x20092076,0xfef08012,0x8c3c2291,0x573049d5,0xcc7615a5,0x1491a10b,0x02013083,0xe8a08316,0x2ed2023c,0x14097ffc,0x3dd00606,0xe012ffdf,0xbf00afea,0xf80fd9f8,0x105f0090,0x002f7aff,0xdfb40b90,0x20094076,0xff008112,0x9c3c22b1,0x573049d5,0xcc7616a5,0x5490a14b,0x03014083,0xe8b08215,0xbed3023c,0x14094ffc,0x3dd00606,0xf012ffdf,0xbd00bfea,0xf80fd9f8,0x206100a0,0x001f7bff,0xdfb40b60,0x20092079,0xfef07f12,0xac3c22f1,0x573059d1,0xcc961aa5,0xb48fa1ab,0x02016084,0xe8b07e14,0xfed4024c,0x15090ffd,0x3dd00607,0x0012ffcf,0xba00bfeb,0xf80fd9f8,0x206300c0,0x000f7cff,0xcfb70b40,0x2008f07a,0xfee07e12,0x9c3b22f1,0x583069d0,0xcc961ba5,0xc48fa1bb,0x02018086,0xe8b07c14,0xded6025c,0x1508dffc,0x3de00607,0x0013ffcf,0xb900bfeb,0xf80fdaf8,0x306400d0,0x001f7cff,0xcfb70b60,0x2008f078,0xfed07f12,0x8c3b22e1,0x583069d3,0xcc8617a5,0xe48fa1db,0x03017085,0xe8907a14,0xaed5025c,0x1508bffe,0x3de00606,0xf012ffcf,0xb900bfeb,0xf82fdbf8,0x306500d0,0x001f7bff,0xcfb70b70,0x20092078,0xff007e12,0x8c3b22f1,0x593069d2,0xcc8619a6,0x448ea23b,0x04018085,0xe8707814,0x5ed4025c,0x15088ffd,0x3de00606,0xd012ffcf,0xba00bfeb,0xf82fdbf8,0x406700f0,0x003f7bff,0xbfb60b60,0x20092079,0xff407d12,0x8c3b2301,0x593069d4,0xcc7616a6,0x948da28b,0x05017083,0xe8407514,0x1ed3023c,0x16088fff,0x3df00606,0xe012ffcf,0xba00bfeb,0xf83fdaf8,0x406800e0,0x004f7aff,0xcfb70b60,0x1f08e07a,0xff407e12,0x7c3b22f1,0x5a3079db,0xcc560fa6,0xa48da2ab,0x07011084,0xe8507214,0x0ed1023c,0x1608b000,0x3de00606,0xf012ffcf,0xb900bfeb,0xf83fd8f8,0x406a00b0,0x006f78ff,0xbfb70b80,0x2108c07c,0xff107f12,0x7c3b2301,0x5a3069e0,0xcc460ba6,0xd48da2db,0x0600d086,0xe8707113,0xbec9022c,0x1808e002,0x3e000606,0xf012ffcf,0xb700cfeb,0xf83fd3f8,0x506d00a0,0x007f76ff,0xbfb70b80,0x2208a07d,0xfee07e12,0x7c3a2321,0x593069de,0xcc460da6,0xd48da2db,0x0301008c,0xe8a07513,0x8ec2021c,0x1908c006,0x3e000607,0x0013ffcf,0xb300cfeb,0xf83fcef8,0x606f00c0,0x006f76ff,0xafba0b50,0x25087082,0xfee07c12,0x5c382341,0x5a3079e0,0xcc460ba6,0xc48ea2cb,0x0001408b,0xe8b07313,0x3ebf020c,0x1b08300b,0x3e100607,0x5013ffbf,0xa800efeb,0xf83fcaf8,0x70730140,0x005f77ff,0xafbf0b40,0x27084083,0xfed08012,0x3c392321,0x5a3069e5,0xcc2606a6,0xd48ea2db,0x01015090,0xe8806e12,0xbebd020c,0x1d077012,0x3e200707,0x8014ffaf,0x99011feb,0xf83fc9f8,0x907801f0,0x006f76ff,0x9fc10b30,0x2a082081,0xfeb08412,0x2c3c2301,0x583079e6,0xcc2605a6,0xe48ea2fa,0xfe01d095,0xe8806a12,0x5ebc01ec,0x1f07601c,0x3e400707,0xc015ff8f,0x88014feb,0xf83fc9f8,0xc07e01d0,0x004f74ff,0x9fc50b40,0x2c07f07f,0xfeb08812,0x0c3e22c1,0x563079e6,0xcc2605a7,0x148ea32a,0xfd021095,0xe8906811,0xcebb01dc,0x2107f025,0x3e600808,0x2016ff6f,0x74018fec,0xf84fcaf8,0xe0840180,0x004f70ff,0xbfc80b20,0x2c07d082,0xfed08911,0xec4122a1,0x543069e4,0xcc2607a7,0x948da3aa,0xfd02609c,0xe8a06511,0x2eb901bc,0x2108702e,0x3e600808,0x9017ff4f,0x6001bfec,0xf82fccf8,0xf08501a0,0x003f6fff,0xefca0af0,0x2a07a084,0xfed08a11,0xbc422251,0x543079e5,0xcc2607a7,0xf48ca40b,0x0202009c,0xe8e06411,0xceb9019c,0x2108d035,0x3e600909,0x0018ff2f,0x4f01efec,0xf7ffcff9,0x00890180,0x001f7000,0x0fcc0a70,0x2b077088,0xfef08911,0x8c412221,0x553089eb,0xcc0600a8,0x548ba46b,0x0801c097,0xe8a06113,0x9ebc019c,0x2208f038,0x3e700a09,0x7019ff1f,0x45020fed,0xf7dfcff9,0x208f0140,0x000f7400,0x0fce09e0,0x2d07a087,0xff108b11,0x6c422201,0x533099ed,0xcc05ffa8,0xb48aa4cb,0x06015085,0xe8005714,0x3ebf018c,0x2608f039,0x3e900a09,0xd01aff0f,0x3f021fed,0xf7dfcff9,0x409300d0,0xffdf7600,0x0fd00970,0x30081088,0xff509011,0x3c4421d1,0x523069f5,0xcbd5f7a8,0xf48aa50a,0xfe00906c,0xe7e05313,0xeec1019c,0x29092036,0x3ed00b0a,0x101bff0f,0x3d021fed,0xf7dfcff9,0x50920040,0xffbf7700,0x0fd30900,0x3408708c,0xff909511,0x0c4621b1,0x51304a04,0xcb95e9a9,0x5489a56a,0xf900906a,0xe7f04d13,0xaec401ac,0x2c092032,0x3f000b0a,0x601cff0f,0x3f021fee,0xf7cfd1f9,0x608bffa0,0xffcf75ff,0xffd208d0,0x3708a08f,0xffc09d10,0xcc492181,0x50301a1e,0xcb35d0a9,0x7489a59a,0xf600b06c,0xe8104a13,0xaec4019c,0x2f093033,0x3f400c0a,0xa01cff1f,0x40021fee,0xf7cfd2f9,0x7087ff30,0x002f6f00,0x2fcc0900,0x36091090,0xfff0a810,0xac4e2141,0x502fda49,0xca95a6a9,0x448aa56a,0xf7005069,0xe8404513,0xbec0010c,0x3109603f,0x3f500c0a,0xf01dff0f,0x3a022fee,0xf7cfd6f9,0xb086ff00,0x005f6700,0x3fcc0930,0x390a009b,0x0040b610,0x9c522111,0x4f2f8a86,0xc9f56ba9,0x048ba52b,0x03ff3061,0xe8804013,0x7ebc00cc,0x3309e044,0x3f800d0b,0x301eff0f,0x39022fee,0xf7efdbf9,0xd085fea0,0x005f6100,0x2fd10940,0x3f0b00ad,0x0080c510,0x4c5920c1,0x4d2f2ac9,0xc9652aa8,0x848ca4ab,0x07ff805c,0xe8f03a13,0x6ebd00cc,0x360a403e,0x3fc00d0b,0x601fff1f,0x41021fee,0xf7ffe3f9,0xf080fe40,0x004f5d00,0x2fd80940,0x440c10c3,0x00f0d80f,0xfc642071,0x4a2ecb27,0xc8c4cea7,0xa48fa3db,0x0a009058,0xe9903713,0x6ebf00cc,0x3a0a6036,0x3fe00e0b,0xd020ff2f,0x4b01ffee,0xf80fe9fa,0x0079fe10,0x002f5b00,0x6fdf0910,0x440d40d7,0x01d0ec0f,0x9c711ff1,0x452e7b91,0xc86467a7,0x2491a36b,0x0f00604c,0xea503413,0x5ebd007c,0x3d0a4031,0x3fc00f0c,0x9022ff3f,0x5301dfee,0xf7efeafa,0x2075fe10,0x002f5900,0x9fe408c0,0x450f30ed,0x0311020f,0x7c7d1fa1,0x3f2e0bea,0xc84410a7,0x5491a38b,0x10ff2046,0xeae03313,0x7eba001c,0x400a102c,0x3fc0110d,0x6024ff4f,0x5c01cfee,0xf7efeafa,0x4070fe00,0x005f5500,0x7fe908b0,0x4c116106,0x04c1180f,0x6c841f81,0x372d5c15,0xc833e5a7,0x8490a3bb,0x0affe059,0xeaf03113,0x3eb9ff9c,0x450a5027,0x4000130e,0x3027ff5f,0x6601afee,0xf7efeffa,0x606efda0,0x005f5300,0x8ff20880,0x5113411f,0x06912a0f,0x5c881f61,0x302cbc3f,0xc833bda7,0xe48fa41b,0x0800e074,0xeaf02f12,0xdeb8ff1c,0x490a3023,0x4010150f,0x202aff6f,0x6d019fee,0xf7fff1fa,0x706bfdb0,0x004f5200,0xbffa0840,0x52146131,0x0791360f,0x4c8a1f21,0x2a2c2c69,0xc84393a8,0xd48ca51b,0x0a009076,0xeb202e12,0xaeb1fe5c,0x4c09d020,0x40001910,0x802eff6f,0x73018fee,0xf7fff0fa,0x6065fe10,0x002f5000,0xf0040820,0x5014e13c,0x0831410f,0x4c8d1ed1,0x262bbc7f,0xc8537ea9,0xf489a62b,0x04ffe069,0xeb502c12,0xceaafd7c,0x5209d01b,0x3fd01e12,0x7034ff7f,0x7c016fef,0xf7efecfa,0x405cfe10,0x002f5101,0x200d07e0,0x4e149144,0x0851490f,0x2c911ed1,0x232b6c99,0xc86365aa,0xb488a6fb,0x0400406d,0xeba02912,0x7ea0fc3c,0x5a09d019,0x3fd02614,0xd03cff8f,0x82015fef,0xf7cfe7fa,0x4059fdf0,0x002f5401,0x501507b0,0x4c138146,0x07b1500f,0x0c921eb1,0x1d2b3cb7,0xc87347ab,0x4486a79b,0x0801007a,0xebe02712,0x2e99fadc,0x6309d019,0x3fc02f17,0x5044ff8f,0x86015fef,0xf7bfe4fa,0x705ffd90,0x003f5701,0x801b0790,0x4811e146,0x06d1570f,0x0c941ea1,0x162b1cce,0xc88331ac,0x2484a86b,0x09011078,0xebd02511,0xfe8ff96c,0x6b0a301b,0x3fc03719,0xa04dff9f,0x8b014ff0,0xf77fe1fa,0x4055fcf0,0x002f5901,0xb0230780,0x430f8143,0x05c15c0f,0x0c951eb1,0x112b0ce6,0xc8a319ac,0xb483a90b,0x0700f076,0xebb02511,0x6e84f87c,0x6f0a8018,0x3f903d1a,0xe052ff9f,0x92012ff1,0xf72fd9fa,0x4053fc80,0xffff5a01,0xc02d0790,0x400ca13b,0x04515f0f,0x2c941ec1,0x0c2afcfe,0xc8b301ad,0x6482a9ab,0x0600e073,0xeb902111,0x1e7af83c,0x710a500c,0x3f703c1a,0xb051ffaf,0xa0010ff1,0xf6ffcbfa,0x6056fc80,0x002f5c01,0xd03007b0,0x3b09312b,0x02d1640f,0x5c971ef1,0x052afd0b,0xc8c2f5ad,0xb481aa0a,0xfe011068,0xeb801e10,0x5e75f7cc,0x6f0a0007,0x3f403819,0xc04effbf,0xac00eff1,0xf72fbdfa,0x5050fcc0,0x006f5d01,0xd02f07b0,0x3605d121,0x01716a0f,0xbc9c1f51,0x002b2d0d,0xc8d2f3ae,0x1481aa6a,0xfa00e06a,0xeb601e0f,0x9e75f74c,0x6d099005,0x3f203218,0x5048ffcf,0xb700cff1,0xf76faefa,0x404afd20,0x008f5f01,0xd03107c0,0x30027110,0x0001720f,0xdca51f60,0xfd2b1d0e,0xc8c2f2ae,0xa480aaea,0xfafff06d,0xeb401c0f,0x6e80f71c,0x67097001,0x3ef02b16,0x6041ffdf,0xc100aff0,0xf7cfa3fa,0x104afd50,0x00ef6001,0xb02d0810,0x2affa0fd,0xff017f0f,0xecb11f20,0xf82b0d1e,0xc8e2e2af,0x347fab8a,0xf9fef06c,0xeb401a0f,0x5e8df6dc,0x60098000,0x3ee02414,0x303affdf,0xc8009fef,0xf80f9ef9,0xd04ffdb0,0x014f6001,0xa0260860,0x23fe20f7,0xfe818c0f,0xecbd1ee0,0xf22b1d38,0xc902c9af,0x947fabea,0xfefe206f,0xeb301a0f,0x4e9ff69c,0x58098002,0x3ec01e12,0x3034ffdf,0xcc008fef,0xf86f9df9,0x9052fe20,0x01af5c01,0x701f0890,0x1cfcd0f5,0xfdc1940f,0xfcc91ed0,0xed2b3d4a,0xc922b8af,0xb47eac0b,0x23fdd061,0xeab01b0e,0xbeb3f66c,0x520a2008,0x3eb01a10,0xd02fffdf,0xc6009fed,0xf93f91f9,0x104efe70,0x01cf5501,0x201b08e0,0x18fbd0f0,0xfd319310,0x1cd21e90,0xe82b4d56,0xc932acb0,0x047eac6b,0x79fe503c,0xe9f01e0e,0x4ec4f67c,0x500b3012,0x3ee01910,0x502effcf,0xb600cfeb,0xfa2f85f8,0xc052fe90,0x01af4800,0xd0190960,0x13fb80ed,0xfd418510,0x6cd71df0,0xe12b6d47,0xc922bbb0,0x447eacac,0x06ff3010,0xe9901a0d,0xcec3f71c,0x500c9018,0x3f001810,0x102dffbf,0xa700ffea,0xfa5f8ff8,0xc05afe50,0x01bf3700,0x801109d0,0x0dfbd0f1,0xfd816e10,0xccd51d90,0xda2bad46,0xc922bcb0,0x047fac6c,0xb7fe7fe0,0xe8b00a0c,0x9eb5f7cc,0x4e0d801c,0x3ef0170f,0xa02bffaf,0x9a011feb,0xfa0f98f8,0xf061fe80,0x014f2900,0x700a09d0,0x08fca0f9,0xfdc15411,0x1cd11d30,0xcf2bcd53,0xc932afb0,0x047eac6d,0x48fe2fca,0xe810000b,0xdeadf8cc,0x480e401b,0x3ec0160f,0x402aff9f,0x8d013fec,0xf99f9df9,0x1065fe70,0x008f1e00,0x60070980,0x05fd9102,0xfdf13810,0xecca1cb0,0xc62bed5e,0xc942a4af,0xe47fac4d,0x94fecfd9,0xe810010c,0x9eb0fa0c,0x3f0e6017,0x3e70150e,0xf029ff7f,0x7c016fed,0xf93fa8f9,0x306bfec0,0x002f0d00,0x40010990,0x02fe810e,0xfe11130f,0xacc01c00,0xc02bdd6a,0xc95298af,0xb47fac2d,0x84feefe4,0xe800010d,0x1eadfadc,0x370ee017,0x3e20150e,0xb029ff6f,0x6d019fee,0xf90fb6f9,0x7074ff50,0xfffefb00,0x3ff809af,0xffffa11b,0xfe20ed0d,0x4cba1b40,0xbb2b9d72,0xc96291af,0x4480abbd,0x24fdffea,0xe790080d,0x9ea8fb7c,0x300f9018,0x3de0140e,0x8028ff5f,0x6401afef,0xf8cfc1f9,0x907aff80,0xffbeed00,0x1fee099f,0xfe00f12a,0xfe60cd0a,0x3cb81aa0,0xb72b5d7f,0xc97284af,0x2480abac,0xd4fcaff7,0xe7e0090d,0x5ea6fc3c,0x280fc019,0x3d90130e,0x2027ff4f,0x5a01cfef,0xf88fc8f9,0xc0810000,0xff1ee400,0x1fea092f,0xfe02b137,0xff00b806,0x6cbc19d0,0xb42b0d90,0xc98274ae,0x9481ab2c,0xc4fbbffe,0xe8f00b0d,0x1ea9fd1c,0x1f0f9016,0x3d10130d,0xc026ff3f,0x5101eff0,0xf84fcff9,0xf08a0060,0xfeceddff,0xffe308ef,0xfd046140,0xff90a901,0xfcc818d0,0xb02aedbb,0xc9d24aae,0x2482aabc,0xc2faa001,0xe9400d0d,0x4ea9fdac,0x190f5016,0x3cd0120d,0x8025ff2f,0x4a01fff0,0xf81fd6fa,0x30930070,0xfeaed5ff,0xefd908bf,0xfb05f147,0x00409dfd,0x4cd617f0,0xa82aedff,0xca9208ae,0x7482ab0c,0xccf9bfff,0xe9400a0c,0x5ea9fe0c,0x120f9017,0x3ca0110d,0x2025ff1f,0x45020ff1,0xf81fdefa,0x30930040,0xfe7ecfff,0xcfd1086f,0xfa07714e,0x00f095f9,0x4ce71750,0xa52ace3f,0xcb61caaf,0x1481abad,0x06f95ff9,0xe900050b,0xceaafe8c,0x0d103016,0x3ca0110c,0xd024ff0f,0x3d021ff1,0xf80fe4fa,0x2092ffd0,0xfe5ec6ff,0x8fcb084f,0xfb089152,0x00f090f5,0x7cfd1690,0xa22a7e8b,0xcce180af,0x6480abfd,0x67f8cff3,0xe930040b,0x5ea6fefc,0x0a10c018,0x3cb0100c,0x8023ff0f,0x36022ff1,0xf7dfe8fa,0x2092ff90,0xfe3ebcff,0x5fc8085f,0xfd08d158,0x00f08cf2,0x4d1515e0,0x9d2a4ed0,0xcec13faf,0x6481ac0d,0xdbf88ff2,0xe970030a,0xdea1ff7c,0x0510e01b,0x3ca00f0c,0x1022feff,0x2e023ff2,0xf79fedfa,0x2092ffd0,0xfe0eb4ff,0x4fc507f0,0x00087160,0x00c087f0,0x2d2f1570,0x9b2a6f00,0xd08111af,0x7481ac1e,0x3cf8eff0,0xe990000a,0xaea1fffb,0xff10f01f,0x3c800e0b,0x8020fedf,0x25025ff2,0xf77ff5fa,0x20910000,0xfe1eaaff,0x1fc20790,0x0308116a,0x006080ee,0xcd471500,0x9b2a9f20,0xd200f3af,0xd481ac7e,0x6df93fed,0xe9affe0a,0x9e9f006b,0xfb114026,0x3c900d0b,0x001efecf,0x19027ff2,0xf76ffcfa,0x10900030,0xfe2ea0fe,0xffbe0750,0x0707f170,0x004078ed,0x4d5414a0,0x9b2a9f42,0xd3e0d3af,0xc481ac6e,0x8df90fed,0xe98ffd09,0xfe9a009b,0xf7112031,0x3c900c0a,0x901dfeaf,0x0c02aff3,0xf75ffffa,0x10910080,0xfe9e96ff,0x0fb30730,0x07085173,0x005071ec,0x5d5c1450,0x9a2abf58,0xd560beaf,0xe481ac8e,0xcdf89ff9,0xe99ffb09,0x6e92003b,0xf110c043,0x3c500c0a,0x601dfe7e,0xfd02dff3,0xf72002fa,0x209300f0,0xfebe8fff,0x0fae06d0,0x0908d173,0x007066ec,0x0d5c1420,0x972acf5d,0xd5c0bab0,0x5480ad0f,0x12f80007,0xe99ffb08,0xee92000b,0xed107052,0x3c200c0a,0x601dfe4e,0xed030ff4,0xf6e00afa,0x30940130,0xfebe83fe,0xffaf06f0,0x0b09b171,0x01005eec,0x6d6013c0,0x932aff53,0xd500c2b0,0x7481ad1f,0x35f77009,0xe99fff08,0x0e8c001b,0xeb10a05e,0x3c400c0a,0x501dfe1e,0xda033ff4,0xf6900efa,0x30940140,0xfeae74fe,0xdfb10750,0x0d0b2168,0x01e056ec,0xfd681370,0x942b3f46,0xd420cfb1,0x647fae0f,0x5df7900a,0xe9aff807,0xee80004b,0xea11306a,0x3c800c0a,0x401cfdde,0xc5038ff5,0xf65010fa,0x30940160,0xfe7e6bfe,0xcfb70750,0x100ce156,0x02a049ed,0x4d6f12e0,0x992b6f3b,0xd360d9b2,0xa47caf5f,0x95f7f007,0xe9ffeb08,0xce7a006b,0xea116074,0x3cb00c0a,0x601dfd9e,0xaf03cff6,0xf60013fa,0x30930170,0xfe5e67fe,0xafbd0710,0x130ee144,0x03b03bed,0x8d711240,0x9b2b4f33,0xd2f0e1b2,0xb47caf7f,0xbaf7c001,0xea3fe609,0x4e78007b,0xe9114082,0x3cf00c0a,0x901dfd3e,0x95042ff6,0xf5e017fa,0x108f0160,0xfe5e65fe,0x9fbf0700,0x1410c132,0x04a034ed,0x9d7111a0,0x9b2b1f30,0xd2b0e4b1,0xf47daebf,0xc0f76000,0xea9fe409,0x1e73006b,0xe9109094,0x3d200c0a,0xb01efcce,0x77049ff6,0xf5c016fa,0x008c0180,0xfe6e64fe,0x8fc206d0,0x1412f122,0x05802ded,0xbd741110,0x9b2aef2d,0xd280e6b1,0x847eae4f,0xbcf75000,0xeaffe008,0xae72003b,0xe90f50a9,0x3d400d0a,0xf01efc4e,0x57050ff7,0xf59016f9,0xe0850150,0xfe4e64fe,0x7fca06b0,0x1514c113,0x061026ed,0xdd7a1060,0x9a2a8f29,0xd240eab1,0xa47eae6f,0xd8f80ff4,0xeb1fdd08,0x7e72004b,0xe90e10bc,0x3d700d0b,0x001ffbbe,0x38058ff7,0xf58018f9,0xd07900e0,0xfe6e61fe,0x4fd106a0,0x1715f108,0x06a020ee,0x2d870fb0,0x9a2a3f1e,0xd190f5b1,0xd47eae9f,0xf1f8bfef,0xeaffdc08,0x5e6e003b,0xea0ca0cf,0x3dd00d0a,0xf01efb2e,0x1b060ff7,0xf59017f9,0xd072fff0,0xfebe5ffe,0x2fd406b0,0x1716b0fc,0x06d01fee,0x7d950ef0,0x9929ff14,0xd110feb1,0xe47eaebf,0xeef8cff5,0xeb2fd707,0xfe69000b,0xec0b50e3,0x3e100d0a,0xe01efabe,0x05067ff7,0xf58015fa,0x107bfea0,0xff1e5ffe,0x1fd706b0,0x1716e0f4,0x068024ef,0x8da70df0,0x93298f05,0xd0810cb1,0xb480ae8f,0xdef84001,0xebafde08,0x0e69ffab,0xed09e0f5,0x3e500d0a,0xe01efa7d,0xf906aff7,0xf5a016fa,0x6083fe60,0xff4e5efe,0x0fde06c0,0x1916d0ef,0x05e029f1,0x0db40d20,0x90293eeb,0xcf9125b1,0x8481ae4f,0xe0f7f006,0xec0fe207,0xee6aff8b,0xee08a0ff,0x3ea00d0a,0xd01efa7d,0xfa06aff6,0xf5d018fa,0x9086fed0,0xff7e5dfd,0xdfe906d0,0x1b1660eb,0x05502bf1,0xcdb80c90,0x92290ee6,0xcf7129b1,0x8481ae5f,0xe6f7a005,0xec6fde07,0x8e6cff9b,0xf007a104,0x3f200c0a,0x901dfabe,0x06067ff6,0xf5f01afa,0xb087ff80,0xffde5cfd,0xbfef06a0,0x1e15d0e8,0x04a030f2,0x4dbc0c30,0x9628eef8,0xd02118b1,0x2482adff,0xe2f72005,0xed2fda07,0x7e6bff8b,0xf207410a,0x3fd00c0a,0x401cfb2e,0x1b060ff6,0xf5f01bfa,0xd0860060,0x007e5efd,0x8ff30660,0x2115b0e5,0x040036f2,0xddba0bf0,0x9b28bf0f,0xd11103af,0x9485ac7f,0xe1f79ff7,0xee3fda07,0x3e6eff2b,0xf4072111,0x40800b0a,0x201cfbbe,0x38058ff7,0xf5d01dfa,0xe08501c0,0x00de62fd,0x6ffc0610,0x241580e4,0x03803cf3,0x8db40bc0,0xa0286f24,0xd220efad,0x9489aa8f,0xddf83fd7,0xef7fde07,0x2e72fedb,0xf7071110,0x41200b0a,0x301cfc5e,0x5d04fff7,0xf5801efb,0x108702f0,0x00fe68fd,0xa00705b0,0x221530e0,0x034049f5,0x0dae0b50,0xa4284f27,0xd260edab,0xd48da8cf,0xc9f92fc1,0xf19fdd07,0x4e77feab,0xf707210b,0x41900c0a,0x501dfd0e,0x8a045ff7,0xf5601cfb,0x208602e0,0x014e71fd,0xd00f0570,0x211500dc,0x03105df6,0xadac0b00,0xa9280f2d,0xd2d0e6a9,0x8492a68f,0xb1fa0fb7,0xf46fde07,0x1e79fe4b,0xf8077104,0x41f00c0a,0x601dfdbe,0xb903aff7,0xf55016fb,0x30820240,0x01ae7dfe,0x101704f0,0x2114f0d7,0x029071f8,0x9da60b10,0xab277f36,0xd370dfa7,0x5499a47f,0x9dfa9f9f,0xf76fe206,0x8e7dfdcb,0xf907d0fe,0x42200c0a,0xa01efe3e,0xe4032ff8,0xf53010fb,0x207701f0,0x01ce8ffe,0x90220430,0x2214b0d0,0x01f086fa,0xed9b0b40,0xac26bf38,0xd3b0dca5,0x24a0a25f,0x85fb1f89,0xfabfe905,0x8e8efd4b,0xf40820f9,0x41f00d0b,0x101ffe7e,0xfd02dff8,0xf4f012fa,0xe06301d0,0x019ea4ff,0x40310360,0x231440c7,0x0140a0fd,0x6d910b60,0xa7264f3b,0xd400daa3,0x74a6a0bf,0x6efbaf81,0xfdefee04,0x4ea3fd0b,0xec0800f3,0x41500e0b,0x9020fe9f,0x0602bff9,0xf4a015fa,0xd05900f0,0x021ea5ff,0x503b03e0,0x2e13f0c3,0x0040bc00,0x3d870b60,0xa025ef39,0xd400dca2,0x54aa9faf,0x5afb9f81,0x013fee04,0x0e97fcab,0xf208d0f4,0x41900f0b,0xf021fe9f,0x0b02aff9,0xf4400bfa,0xe056ffd0,0x02cea0ff,0x404504c0,0x3c1330be,0xfea0d203,0x4d7b0ba0,0xa0253f2f,0xd370e69f,0x54b89cdf,0x4cfbdf7a,0x044ffc03,0x0e81fc3b,0xfa0960f9,0x41d0100c,0x9023fe9f,0x0b02affa,0xf3fffefa,0xf055ff90,0x02dea9ff,0xc05804b0,0x4611e0bd,0xfd20d405,0xdd670bf0,0xa7244f24,0xd2f0ef9b,0x94cf994f,0x57fcff5c,0x06001601,0xce7cfb8b,0xfc08f0fd,0x4160130d,0xf027fe8f,0x0502bffa,0xf3aff6fb,0x1054ff90,0x032eb300,0x30670460,0x510fd0c7,0xfc10cc07,0xad520bf0,0xaa23cf2e,0xd380e799,0x24e296ff,0x75fbbf51,0x07a02c00,0xee74fa3c,0x05090104,0x41201910,0x602efe7e,0xff02dffb,0xf2ffebfb,0x4057ff10,0x039ebe00,0x90740480,0x5c0ce0d4,0xfad0c108,0xcd490b90,0xa9233f2c,0xd380e997,0x94f0958f,0x82fa4f50,0x09a03b00,0x3e67f83c,0x1509a10a,0x41202414,0x303afe6e,0xfb02effd,0xf21fdffb,0x705dfe10,0x039ec900,0xe08a04b0,0x690950e4,0xf9c0b008,0x7d490b00,0xab228f21,0xd2d0f396,0x0500941f,0x7af9df4d,0x0b304d00,0x3e5af65c,0x2b09d109,0x40f03418,0xc04afe6e,0xf602fffe,0xf13fd3fb,0xb065fd70,0x031ed501,0x10ab04c0,0x7a05a0f1,0xf8809f06,0xbd520a10,0xaf21bf1f,0xd2a0f494,0x951192cf,0x71f98f5e,0x0cb066ff,0xee50f4fc,0x43092102,0x40b0481d,0x405cfe4e,0xec031ffe,0xf0ffcbfb,0xf06bfd80,0x029ede01,0x50ce0520,0x8c02f0f6,0xf7608c04,0x9d5d0890,0xb220cf0d,0xd1a10593,0x3522918f,0x76f99f7f,0x0e407ffe,0x8e4af3ac,0x570850ff,0x40605c21,0x106efe1e,0xdf033ffe,0xf14fc8fc,0x2070fdd0,0x024ee301,0xa0ec05a0,0x9800f0fc,0xf6a06f02,0x7d670740,0xb71ffee9,0xd0012791,0xa538903f,0x7ff97fa2,0x10408dfe,0x0e44f25c,0x6507e101,0x40206d23,0x807cfdfe,0xd1036ffd,0xf18fc8fc,0x4072fe00,0x01dee402,0x310c0620,0xa1fec108,0xf5e04fff,0xed6d05e0,0xc01f5ebd,0xce715090,0x15538ecf,0x86f91fc6,0x1240a3fd,0x7e40f16c,0x6c07f105,0x3ff07224,0x4081fdde,0xc4039ffd,0xf1cfc5fc,0x506ffdb0,0x019ee703,0x112706a0,0xa2fb511d,0xf48030fc,0xed790450,0xc81ede90,0xcd117c8e,0xb56e8daf,0x72f8cfdd,0x13f0bbfd,0x0e42f04c,0x6a088112,0x3fc06f23,0xd07efd9e,0xb303cffc,0xf22fc1fc,0x606cfcc0,0x01bee503,0xd13f0730,0xa5f95124,0xf32012f9,0xed8902c0,0xd11e5e62,0xcbf1a88d,0x65898c8f,0x4af89ff2,0x15e0d4fc,0xde43ef3c,0x6608911d,0x3f406422,0x3075fd7e,0xaa03effc,0xf2cfbafc,0x706bfcb0,0x016ee303,0xf1630710,0xb4f8611e,0xf1cff1f6,0xfd9a0170,0xe01d6e3f,0xcb31ca8c,0x65a18bbf,0x27f8600b,0x17c0eafc,0x7e45eefc,0x6808411b,0x3f10571f,0xf069fd6e,0xa403fffa,0xf3dfb4fc,0x8069fcf0,0x014ee104,0x218206f0,0xbef8011d,0xf0ffd4f4,0x6db00040,0xf01c9e20,0xcaa1e88b,0x95b68b0f,0x1df85020,0x1900fcfb,0xce48ee9c,0x66087122,0x3f304a1d,0x905efd3e,0x95042ff9,0xf50fb3fc,0xb073fc70,0x015ee904,0xd1940640,0xbef7c11a,0xf03fbbf2,0x5dc6ff80,0xfe1bce18,0xca71f08a,0xa5ce8a5f,0x34f7c025,0x19f113fb,0x2e53ed6c,0x5b073131,0x3e30411b,0xd056fd0e,0x87045ff9,0xf56fbafc,0xc07afca0,0x013eeb05,0x41ad05a0,0xc3f75119,0xef5fa6f0,0xbddcfea1,0x0c1b0e12,0xca61f589,0xd5e489bf,0x56f7202c,0x1af12dfa,0x3e50ecbc,0x5806413b,0x3d803b1a,0x8050fcce,0x79049ff8,0xf5bfc1fc,0xe081fce0,0x017ed505,0x01cc0660,0xcdf69116,0xee8f96ef,0xadf3fd91,0x1c1a6dfc,0xca120b89,0x35f8893f,0x71f6e029,0x1b4141f8,0x7e27ec6c,0x6d07f14c,0x3e903819,0x804dfc6e,0x6104eff8,0xf65fbffd,0x108dfc60,0x017ec505,0x01ec06a0,0xd1f6a0fc,0xee3f8aef,0x2e0bfc81,0x2d19bdea,0xc9d21c88,0xa60b88bf,0x85f67018,0x1c115ff7,0x0e07ec0c,0x7b09315c,0x3f303719,0x204cfbee,0x46055ff8,0xf69fbffd,0x3099fc10,0x011ec505,0x620e05a0,0xd0f780d1,0xee2f81ee,0xfe1ffae1,0x3a18eddc,0xc9a22a88,0x7613889f,0x92f61007,0x1d817df6,0x9e0aeb6c,0x7709016a,0x3ee03819,0x904efb6e,0x2905dff8,0xf65fcafd,0x60a6fc20,0x00cec105,0x823104b0,0xd3f760b9,0xed7f7cef,0x1e2af921,0x4d177dc9,0xc9723d88,0x3618886f,0x9bf60ff5,0x1d9187f6,0xbe16eadc,0x7408b177,0x3ec03b1a,0x3050face,0x0c066ff8,0xf6cfd2fd,0x90b5fc60,0x010eb505,0xb24d0490,0xd2f710a3,0xecaf7fef,0xbe33f781,0x6515edbc,0xc9524987,0xe621882f,0x9af69fe3,0x1d1186f6,0xee18ea1c,0x75097190,0x3f203e1a,0xd053fa0d,0xed070ff7,0xf7dfd1fd,0xc0c3fc70,0x011ea206,0x227004d0,0xcaf66088,0xebff87f0,0x6e3cf5c1,0x78144dbd,0xc9524887,0x962b87ff,0x8ff73fcf,0x1ca199f6,0x5e0ce9ac,0x780ac1a7,0x3f90401b,0x4055f93d,0xcb07cff7,0xf86fd2fd,0xf0d2fcc0,0x012e9406,0xb29104b0,0xc0f53071,0xeaef90f1,0x4e44f3c1,0x8b12adcf,0xc9823687,0x263c879f,0x8cf73fb2,0x1d01c5f6,0x4e0ae8dc,0x760b61bd,0x3fa0441c,0x0059f87d,0xb1087ff7,0xf84fe3fe,0x00d9fd40,0x019e8707,0x12b10490,0xb7f41055,0xea4f94f1,0xfe4af071,0x9e10cde3,0xc9b22386,0xf63f877f,0x9ef8bf77,0x1eb1c4f9,0x5e01e78c,0x7c0c91d6,0x40204a1d,0x305ef7bd,0x9b091ff7,0xf82ff1fe,0x10dffd40,0x01fe7e07,0x72d10470,0xaff3103a,0xea0f96f2,0x7e4eecf1,0xaf0e9dfa,0xca020d86,0xe640876f,0xaffaef29,0x2091b2fc,0x6dede65c,0x860dd1ee,0x40a0511e,0x7064f6ed,0x8509dff8,0xf82ff4fe,0x20e3fd20,0x01be7e08,0x22f203c0,0xa6f20026,0xe9bfa3f3,0x0e52e9d1,0xbd0c5e23,0xca91e686,0xa647873f,0xadfb7f05,0x2101b0fd,0x5ddde5bc,0x880e21fd,0x4060581f,0xb06bf60d,0x6e0a9ff8,0xf7cff1fe,0x30eafd20,0x010e8a09,0x03140230,0x9cf0e014,0xe93fb2f3,0x9e54e711,0xc909fe56,0xcb81b386,0x6652870f,0xb0fa4f0e,0x2031c5fc,0x7de2e52c,0x7d0d8206,0x3f506021,0x3072f51d,0x580b7ff9,0xf74feffe,0x50f4fd40,0x011e8b09,0x23300170,0x9ceff000,0xe8efbef4,0x0e51e481,0xd207ae7b,0xcc419086,0x066086bf,0xaef9bf15,0x20b1dafc,0x9dd3e47c,0x870d9213,0x3f306a22,0xa07bf40d,0x420c7ff9,0xf6bfeafe,0x7101fda0,0x018e8308,0xf3460190,0xa2ef2fed,0xe8cfc9f4,0x7e50e211,0xd6058e8a,0xcca18285,0x9672865f,0xa3f9bf11,0x2111e2fc,0xedb1e3bc,0xa20e5225,0x40107724,0x4086f2ed,0x2f0d7ffa,0xf60fe4fe,0x8109fdd0,0x018e7f08,0xe3600170,0xa8ee5fdd,0xe8efd2f4,0xfe4fdfc1,0xd6037e84,0xcc718785,0x2684860f,0x94fa2f05,0x20f1eefc,0x4d9de32c,0xb50e9231,0x40608526,0x0093f1bd,0x1d0e8ffa,0xf53fe4fe,0x910efde0,0x015e7b08,0xf37b0170,0xaded7fd3,0xe94fe0f5,0x7e4fdda1,0xd401be71,0xcc019a84,0xd69085cf,0x82fb2efe,0x2151fcfc,0x0d8de2cc,0xc60ee23a,0x40c09527,0xc0a1f03d,0x080feffb,0xf47fe5fe,0xa117fe40,0x010e7609,0x13930160,0xb0ecefcc,0xe96feef6,0x1e4ddbd1,0xd3005e59,0xcb81b184,0x969c858f,0x76fbfef5,0x21a205fb,0xbd80e29c,0xd30f3242,0x4110a429,0x30aeee8c,0xf4118ffb,0xf3bfe8fe,0xc121fec0,0x00de7009,0x23a70160,0xb4ecefc0,0xe95002f6,0xfe49da21,0xd4ff2e40,0xcb11c984,0x46aa855f,0x7afbfef8,0x21f20bfb,0x8d73e25c,0xdf0fc24c,0x4180b32a,0x60bbecbc,0xe2133ffc,0xf31feafe,0xe12bff20,0x00ae6b09,0x43b90190,0xbceccfaf,0xe9801df7,0x9e47d881,0xd1fe1e2e,0xcac1db83,0xf6bb850f,0x75fb6f03,0x22c218fb,0xed65e21c,0xed103258,0x4200c52b,0xd0ccea1c,0xcc15bffc,0xf27fefff,0x0136ff70,0x004e6909,0x53ca0170,0xbdec6fad,0xe98035f8,0x8e43d711,0xd4fcee28,0xcaa1e083,0x96ce84cf,0x65fa2f0a,0x23e228fc,0x6d59e1ac,0xfc101262,0x4210e02d,0xb0e5e6ec,0xb618cffd,0xf17ff3ff,0x2142ffc0,0xffde6d09,0x83d800f0,0xbdec8fb0,0xe9a04ff9,0x6e3bd601,0xd5fc3e24,0xca91e483,0x56e0847f,0x54f83f04,0x248244fc,0x4d56e13d,0x040fa26a,0x41c0fd2f,0x50ffe31c,0xa31c6ffd,0xf09ff8ff,0x514e0010,0xff0e7109,0xe3e700a0,0xbfec7fad,0xe9f06cf9,0xde33d521,0xd1fc1e24,0xcaa1e483,0x26e8845f,0x36f83f14,0x24f25dfc,0x0d55e11d,0x060f926b,0x41711a30,0xc11adebc,0x9220bffe,0xefbffbff,0x715b0020,0xfe0e760a,0x93f60040,0xbaec2fae,0xea3085fa,0x7e29d4a1,0xccfc3e21,0xca91e783,0x26e6846f,0x10f8bf18,0x252264fb,0xfd56e11d,0x030fa26c,0x40f13a32,0x1139d90c,0x83264ffe,0xeeeffdff,0xa1680020,0xfdae7c0a,0xf3f80020,0xb9ebffb0,0xea709dfb,0x3e1dd4a1,0xc6fc8e1d,0xca91eb83,0x36e3846e,0xf6f85f05,0x259261fc,0xad51e09d,0x060fe273,0x40c16533,0x6161d25c,0x772cdfff,0xee4002ff,0xd1780000,0xfd1e7d0b,0x73fd0040,0xb7ebdfb2,0xeab0b7fb,0xde13d4a1,0xc3fc9e27,0xcab1e283,0x16e9844e,0xeef79eff,0x26525dfd,0xbd49e05d,0x0a107278,0x40c19234,0x918ccadc,0x6f343fff,0xedc00600,0x0186ffc0,0xfc2e850b,0xb406ffb0,0xb5ebafb4,0xeac0d0fc,0x7e09d4f1,0xc2fc5e41,0xcb31c882,0xe6f4842e,0xf6f6ff07,0x261255fd,0xdd54e04d,0x02104275,0x4051bb35,0x71b4c2ec,0x6b3c0fff,0xed400d00,0x2193ffb0,0xfb7e930b,0xa40bfeb0,0xb5ebbfb5,0xea80e1fd,0x2dfbd571,0xc3fc1e52,0xcb81b882,0xb70183fe,0xf5f6cf03,0x26124efe,0x5d6cdfdc,0xf10f7272,0x3f91e536,0x31ddbbec,0x6a42f000,0xece01800,0x419cff70,0xfaee8e0b,0xa413ff30,0xbbebafba,0xea40f4fd,0x7df5d591,0xbffc5e5d,0xcbc1ad82,0x870e83ce,0xf2f70f0f,0x26c23eff,0x8d63e04c,0xfe10726e,0x40721736,0xf20eb6cc,0x6b480000,0xec701700,0x51a3ff20,0xfa7e890b,0xb418ffb0,0xc2eb4fc5,0xe9e105fd,0x8decd5e1,0xb7fc9e67,0xcc01a382,0x671283be,0xf6f74f1d,0x27121900,0xad58e09d,0x0a11326d,0x40f24137,0x6237b28c,0x6d4c3000,0xec101500,0x71acff10,0xfa4e8e0b,0xf415ffd0,0xc6eadfcf,0xe99109fd,0x5de0d651,0xb2fcbe69,0xcc01a282,0x3722837e,0xd7f6df0a,0x27120b00,0xbd5be04d,0x0711226f,0x40a26637,0xc25baf7c,0x714f3001,0xebd01700,0x81b3fee0,0xfa1e940c,0x2411ffc0,0xccea8fdc,0xe95116fc,0xbdd9d641,0xb0fc8e75,0xcc419681,0xb74882fe,0xa7f60f0d,0x27521900,0xfd63dfec,0xfd10f270,0x40228238,0x0276ad8c,0x73512001,0xeba01b00,0x91b6fe80,0xf9de9a0c,0x340cffb0,0xd3e99fea,0xe8e12cfb,0xddd9d6b1,0xa6fd0e8b,0xccb18181,0x875782ce,0x85f58f21,0x27121300,0x9d6ddfcc,0xf410c26f,0x3fc29038,0x2284ab8c,0x76531001,0xeb801e00,0xa1bafe30,0xf99e9e0c,0x5409ffd0,0xd6e82001,0xe81139fa,0xfddbd8b1,0x97fe1ea4,0xcd516881,0xc740830e,0x84f55f1a,0x2581f0fe,0xdd74dfcc,0xed10d26b,0x3fa29938,0x328daa4c,0x77545001,0xeb701f00,0xb1bcfdd0,0xf99e9f0c,0x64010030,0xd7e6c018,0xe77142fa,0x0ddeda81,0x8efeeebd,0xce015181,0xe735832e,0x9df57efc,0x2431cffd,0x9d78dfac,0xea11026b,0x3f92a038,0x3294a90c,0x79559001,0xeb502000,0xb1bbfd80,0xf98ea40c,0x63fb0060,0xd9e5d027,0xe6f147f8,0xdde3db31,0x8cff8ed3,0xceb13c81,0xd73a831e,0xb9f5dee4,0x22c1a1fd,0xad82df9c,0xe110b269,0x3f229c38,0x3290a86c,0x7a562001,0xeb502200,0xb1bafd70,0xf97ea80c,0x03f600b0,0xdce4e02f,0xe6c145f7,0x9deadc21,0x8e004eea,0xcf812681,0xc73f830e,0xc8f64ece,0x21c17afd,0x5d8adfcc,0xde105263,0x3f129038,0x1284a8dc,0x7a55c001,0xeb502100,0xb1bafd50,0xf98eaa0b,0x93ec0100,0xd7e4303b,0xe67139f6,0xbdefdd01,0x9b00eefe,0xd0511381,0xb73f830e,0xc9f65ec4,0x21915efd,0x0d8ddffc,0xe00fd25c,0x3ee28838,0x027ca9dc,0x7854c001,0xeb601e00,0xa1b9fd70,0xf9ceac0a,0xe3e00160,0xd7e3d040,0xe6812cf5,0xbdf5dd71,0xa701af0b,0xd0f10781,0xb74182fe,0xbbf60ec7,0x216145fd,0x5d90e02c,0xe50f4255,0x3ef27f37,0xf273ab9c,0x75531001,0xeb601a00,0xa1b8fd90,0xfa0eb10a,0x73cf01b0,0xd5e38049,0xe6b115f4,0x9dfadde1,0xb1028f10,0xd1210281,0xb73e830e,0x97f5cebf,0x213132fd,0x7d9be00c,0xe00e7250,0x3e926a37,0xc25fae2c,0x71509001,0xeba01b00,0xa1b6fda0,0xfa9eb30a,0x03b70240,0xcde30057,0xe720f2f3,0x6dffded1,0xbc03ef10,0xd1210281,0xd730832e,0x6af5beaa,0x1fc120fc,0xbda3dfcc,0xde0e624f,0x3ee24737,0x623cb18c,0x6e4d3001,0xebf01c00,0x81affd30,0xfaeeb509,0x53a402a0,0xcee2805e,0xe780d5f2,0x0e06dff1,0xc1055f16,0xd170fc82,0x2718837e,0x6bf5deb3,0x1d9108fc,0x0db0e00c,0xda0e3243,0x3f521f37,0x0216b78c,0x6a474001,0xec301d00,0x71aafcc0,0xfb2eb708,0x839102f0,0xd4e23063,0xe7b0b9f0,0x8e09e161,0xc006cf18,0xd180fb82,0x86fb83de,0x76f63ec1,0x1c20f8fb,0xcdbbe07c,0xda0dd233,0x3fb1f836,0x81f0bffc,0x683ef000,0xec501d00,0x61a6fc60,0xfbbeb707,0xf3720380,0xd3e2906f,0xe8109eef,0x8e04e351,0xbe087f0d,0xd1010482,0xf6db844e,0x84f70ed3,0x1af0ebfb,0xedc2e07c,0xd90d422c,0x3f61d335,0xe1ccc73c,0x6a37d000,0xec901d00,0x51a1fc90,0xfcaeb307,0xd3470470,0xcee2f07e,0xe81087ee,0x9dfde581,0xb60a7efd,0xd0511483,0x86b684ce,0xa3f7dedc,0x1940f0fa,0x2dc1e01c,0xd80c3232,0x3e21b035,0x31a9cc5c,0x6e32b000,0xece01e00,0x419bfd80,0xfcfeb207,0x332a0520,0xd2e2008a,0xe7306aec,0xde05e741,0xaf0c8efe,0xd0611384,0x1695854e,0xbcf7fede,0x17410ef6,0x9dcae09c,0xd80ba224,0x3e318c34,0x8187d42c,0x762b1000,0xed101c00,0x2194fd90,0xfd7eb306,0x930605c0,0xd1e3108e,0xe7e044eb,0x3e17e8d1,0xa90eaf01,0xd0711084,0x867e85be,0xc8f7feeb,0x15b10df7,0x0dd5e0fc,0xd70b6218,0x3ea16b33,0xa167da8c,0x8324cfff,0xed401a00,0x118efd50,0xfdfeb106,0x22de0680,0xcbe3909b,0xe7d01cea,0x0e24eb31,0xa510fefc,0xd0311584,0xf668861e,0xd7f80ee4,0x143107f7,0x1ddce16c,0xd50b120e,0x3eb14c32,0xc14adf5c,0x91202fff,0xed701400,0x0188fd90,0xfddeb205,0x82bf0690,0xc7e3d0b5,0xe76ffce8,0xfe2eed91,0xa1131ef4,0xcfd11c85,0x864c869e,0xc4f76eef,0x12c100f7,0xddebe29c,0xcf0aa1f4,0x3ee12e31,0xc12ee4dc,0xa81acfff,0xeda00dff,0xe17ffd60,0xfd4eb704,0xf2a50610,0xc4e550cb,0xe7efe1e7,0xde37efc1,0x9914fef1,0xcfb11f86,0x1633871e,0x9bf6df0b,0x10a0ebf9,0x2e03e40c,0xc209b1d4,0x3ec11230,0xa113e92c,0xc016afff,0xedd008ff,0xc177fd40,0xfd4eb404,0x92850640,0xbee770e1,0xe89fc6e6,0x8e45f221,0x9016cef4,0xcfc11c86,0xa61d879e,0x7ff72f22,0x0f30cbf9,0x5e0ce54c,0xbe0951c0,0x3ed0f72f,0x60faec0c,0xd513effe,0xee2001ff,0xb170fd60,0xfd7eaf04,0x526006b0,0xb7e9f0f9,0xe95fabe5,0x2e53f431,0x84188f01,0xd0411087,0x4606881e,0x72f6df30,0x0e50b5f7,0xee10e62c,0xba0931b2,0x3ee0e02e,0x20e4ee5c,0xeb11affe,0xee8ffcff,0xa16bfd90,0xfdfeaa04,0x32350740,0xacec8112,0xea4f93e4,0x0e67f641,0x751a7f19,0xd160f987,0xd5f2889e,0x5ff64f3b,0x0d40adf6,0xbe13e6ac,0xb60941aa,0x3f00ce2c,0xf0d4f02d,0x000ffffd,0xeeeff7ff,0x8163fda0,0xfe2e9f03,0xd21507f0,0xa8eec124,0xeb3f7be2,0xbe7bf821,0x671c0f39,0xd310db88,0x65e1891e,0x47f5df3e,0x0c30a1f6,0x9e11e7cc,0xba09b198,0x3fa0bd2b,0xc0c5f1fd,0x1a0e5ffc,0xef3ff1ff,0x6159fdb0,0xfd9e9e03,0xc20307c0,0x9ff0412e,0xeb8f60e1,0x3e93f981,0x601d3f5c,0xd560ba88,0xd5d3897e,0x2bf5cf3f,0x0b3093f6,0xbe1ce93c,0xb109317b,0x3f70ad2a,0x80b6f3bd,0x380caffb,0xef9fedff,0x414dfdc0,0xfd6e9f03,0xa1ea0770,0x96f1d13e,0xec0f46e0,0x1eb2fac1,0x591e6f7f,0xd8809989,0x15cb89be,0x0df5af42,0x0a0090f6,0xfe2bea2c,0xa7090168,0x3f609f29,0x60aaf4ed,0x500b9ffb,0xefffecff,0x2145fd90,0xfdce9a03,0x21ce0770,0x96f4613f,0xed6f35df,0x7ecffc11,0x4f1f8f9c,0xdbb07e89,0x45c789dd,0xf7f50f46,0x08d082f7,0x4e31eacc,0xa709415b,0x3ff09428,0x40a0f5ed,0x660abffa,0xf05feaff,0x113bfd60,0xfdee9802,0xc1b40750,0x94f7a133,0xeedf2fdf,0x5ee3fd11,0x47209fae,0xde306d89,0x55c489fd,0xe8f49f47,0x080071f7,0xce37eb9c,0xa409214b,0x40308927,0x1096f6ed,0x7f09dff9,0xf0bfe7fe,0xf131fd50,0xfe0e9502,0x919c0750,0x91f93134,0xef5f37df,0x1ee3fdc1,0x3f21cfb9,0xdfe06289,0x65c38a0d,0xe9f47f42,0x07c063f8,0xde3cec7c,0xa009313c,0x40507e25,0xb08cf7cd,0x99090ff7,0xf13fe6fe,0xc124fd30,0xfe2e9102,0x81850740,0x8cf9a13b,0xefbf48df,0x6ed8fe61,0x3722efbc,0xe0705f89,0x75c28a1d,0xeff47f3a,0x07905bf9,0x9e3fed4c,0x9a09712a,0x40607324,0x5082f8bd,0xb8083ff6,0xf1afe6fe,0xa118fd10,0xfe5e8b02,0x916d0740,0x86f9c144,0xf02f61e0,0x5ec5ff11,0x2d23ffb8,0xdfa06389,0xa5bd8a4d,0xf9f4ef2e,0x078055f9,0xbe3eee1c,0x9409d11b,0x40606822,0xc078f98d,0xd7078ff5,0xf21fe5fe,0x810dfd00,0xfe7e8602,0x71580730,0x84fa214c,0xf07f7de1,0x9ea9ffc1,0x2324dfaf,0xde206c89,0xd5b88a6e,0x0ff55f1f,0x07404efa,0x1e41eefc,0x8e0a310c,0x40a05d21,0x206ffa4d,0xf406dff4,0xf29fe6fe,0x50fffce0,0xfeae8502,0x51430700,0x85fae150,0xf0df9ee3,0x1e880051,0x17258fa1,0xdc307989,0xf5b68a8e,0x27f4ff13,0x06c046fa,0xde48efcc,0x870a60ff,0x40b0541f,0x8067faee,0x0f064ff3,0xf32fe8fe,0x20f1fcd0,0xfeee8102,0x212f0740,0x86fb4152,0xf18fc0e4,0xfe680101,0x0a264f8e,0xda008c89,0xf5b58a9e,0x3cf4af02,0x06a047fb,0x1e4af0ac,0x830ad0f2,0x41004b1d,0xd05efb7e,0x2b05cff2,0xf39fe7fe,0x00e5fca0,0xff0e7701,0xe11d07e0,0x88fbf158,0xf28fdce6,0xce4f01b0,0xf926ef7b,0xd8509d8a,0x35ae8ace,0x4ef45ee9,0x06b046fb,0x5e40f1ec,0x850bb0e2,0x4180421c,0x2057fbfe,0x45055ff1,0xf41fe0fd,0xd0d7fc60,0xfeee6f01,0xc10f0820,0x88fcf160,0xf36fefe8,0x8e3b0290,0xec275f6b,0xd6e0ac8a,0x85a58b1e,0x50f3bed5,0x06903efb,0x9e39f32c,0x850c70d1,0x41f03c1a,0xb051fc6e,0x5e04eff0,0xf47fdbfd,0x90cafc20,0xff3e6a01,0xd0f50830,0x83fe7167,0xf44000ea,0x8e2903a0,0xe027af54,0xd520c28a,0xc59f8b4e,0x33f32ed9,0x068036fb,0xee35f3bc,0x800ca0c6,0x41b03619,0x504bfcde,0x7a048fef,0xf4efd8fd,0x60befc40,0xff8e6801,0xe0da0820,0x7f00a16d,0xf5300eec,0x7e1a04b0,0xd327cf32,0xd2e0e28a,0xf59a8b7d,0xfff2fef1,0x069034fc,0x3e37f41c,0x790c50ba,0x41303118,0x1047fd3e,0x96042fee,0xf55fd9fd,0x30b3fcc0,0xff6e6701,0xc0ca0810,0x8003d176,0xf6f017ee,0x5e090560,0xc627eefa,0xd021168b,0x05988b8d,0xc3f19efd,0x06903afc,0x8e3af4fc,0x750c70a7,0x41302d16,0xf043fd9e,0xaf03dfee,0xf5afdafd,0x10aafce0,0xff3e6601,0xb0bb07f0,0x7e08117f,0xf93013f0,0x5df505f0,0xba281e93,0xccc1798a,0xf5998b8d,0x9aed8ebf,0x068039fc,0xfe3df5ec,0x710c7095,0x41302915,0xd03ffdde,0xc7038fed,0xf5ffdafc,0xe0a0fce0,0xff3e6301,0xb0a907c0,0x7b0cb184,0xfbc00af2,0x8de20680,0xaf283db3,0xc932528a,0xf5978b8d,0x89e94e4a,0x06a035fd,0x6e3bf69c,0x6d0cd087,0x41302514,0xd03bfe1e,0xdc033fec,0xf64fdafc,0xb098fcc0,0xff4e5e01,0xa09907d0,0x7810c181,0xfe100ef4,0xddda06e0,0xa5285be3,0xc784198a,0xf5988b8d,0x71e68e0a,0x06c037fd,0xbe39f71c,0x6b0d307d,0x41502314,0x1039fe4e,0xed030fec,0xf65fdafc,0xa093fcc0,0xff4e5701,0x908f0810,0x7613e17f,0x00201bf6,0xadd606e0,0x9c284a25,0xca05ce8a,0xf5988b8d,0x59e51dff,0x069038fd,0xee34f79c,0x6b0da074,0x41702113,0x7037fe6e,0xf902efec,0xf66fd9fc,0x808ffd00,0xff1e5201,0x908b0840,0x7515b17c,0x01902cf8,0x6dd406a0,0x90281943,0xcf06a78b,0x15938bad,0x5ce4cdf3,0x065033fd,0x8e35f7fc,0x6b0db06c,0x41702013,0x4036fe8f,0x0202cfec,0xf66fddfc,0x7089fd30,0xfede4f01,0x90890850,0x7516a17d,0x027042fa,0x6dd30640,0x8527e8cf,0xd4f7128b,0x35908bcd,0x61e5bdf2,0x05a02cfc,0xde34f84c,0x6c0da064,0x41702113,0x5036fe9f,0x0a02bfec,0xf66fe0fc,0x7084fd40,0xfe6e5201,0x808d07d0,0x7515f180,0x02405bfb,0xfdd205c0,0x7c27d88e,0xda974c8b,0x358f8bcd,0x5ce71df8,0x05302afc,0x7e38f87c,0x700da05a,0x41902213,0xc038feaf,0x0e02afed,0xf64fe0fc,0x7080fd00,0xfe3e5801,0x608f0760,0x7514d182,0x01f079fd,0x1dd80550,0x7227b86b,0xdee76b8b,0x15928bad,0x5de75df5,0x04901ffc,0xbe3af86c,0x750d9054,0x41b02414,0x503afeaf,0x12029fed,0xf63fdcfc,0x907efcc0,0xfe2e5d01,0x308e0700,0x7613717f,0x017099fe,0x2de204e0,0x6a27c855,0xe2477e8a,0xa59b8b5d,0x65e71df0,0x043010fd,0x9e39f85c,0x7b0d704f,0x41f02514,0xb03bfebf,0x18028fed,0xf63fd6fc,0x907bfc70,0xfe3e6001,0x008b06f0,0x7511d17e,0x0130b6fe,0x8dec0470,0x6227e84b,0xe407868a,0x35a68afd,0x66e6cdee,0x044019fe,0x4e32f84c,0x800d604a,0x42202514,0xe03bfecf,0x20027fed,0xf63fcdfc,0xa077fc30,0xfe4e6501,0x008606f0,0x730ff17f,0x00d0cefe,0x1df40420,0x5827e84c,0xe3e78689,0xe5ad8abd,0x63e6aded,0x045026fe,0x6e30f82c,0x820d2047,0x42102614,0xe03bfedf,0x28025fed,0xf63fc6fc,0xa073fc00,0xfe6e6a01,0x007e06e0,0x700e5182,0x0070dffd,0xddf80420,0x5027d853,0xe2b77f89,0xb5b28a8d,0x5ce6fdf5,0x04502dfe,0x8e2ff81c,0x830cc044,0x42102514,0xa03bfeff,0x32023fed,0xf64fc1fc,0xb06ffbf0,0xfe8e6c00,0xf07706e0,0x6d0c5188,0xffc0e9fd,0xcdff0440,0x4b27e85f,0xe0c77489,0x75b88a5d,0x52e7ee09,0x045033fe,0xce2ef80c,0x830cb041,0x42202414,0x503aff0f,0x3c022fec,0xf67fbefc,0xa068fbd0,0xfeae6d00,0xe0730700,0x6d0a9189,0xff10f4fd,0x9e050450,0x4827e871,0xde476489,0x45bc8a2d,0x42e92e28,0x043036fe,0xbe2cf82c,0x840ca03e,0x42302313,0xf038ff1f,0x44020fec,0xf6bfbafc,0xb062fbc0,0xfebe6f00,0xc06e0720,0x6d09618a,0xfe70fefd,0x8e080440,0x4527f889,0xdb774f89,0x45bc8a2d,0x39ea8e43,0x041035fe,0xae2ff81c,0x840c703c,0x42302213,0xa037ff2f,0x4a01ffeb,0xf70fbcfc,0xa05bfbc0,0xfeee6f00,0xa06b0740,0x6f08318c,0xfdc106fd,0xae0a0430,0x442818a4,0xd8a73689,0x45bb8a2d,0x38ebae5d,0x03e034fe,0xae32f7fc,0x850c403a,0x42402113,0x7037ff3f,0x5201efeb,0xf73fc0fc,0xa055fbe0,0xfefe7000,0xa0680740,0x6f072189,0xfd0111fe,0x1e0a0440,0x432828c3,0xd6271b89,0x65b88a4d,0x31ed2e83,0x037032fe,0x7e38f7dc,0x840c1035,0x42402113,0x6037ff4f,0x5d01cfeb,0xf75fc4fc,0xa053fc10,0xfeee7200,0x90670730,0x71066183,0xfc711cfe,0x7e080470,0x422818e5,0xd3d6fc89,0xa5b28a8d,0x26ee6ea4,0x02c02bfe,0x1e3df7cc,0x850bf02f,0x42402113,0x7037ff5f,0x6601afeb,0xf76fc7fc,0x8055fc50,0xfefe7700,0x606606f0,0x7405b182,0xfc0126ff,0x0e0104b0,0x4328190a,0xd1d6da89,0xe5ab8acd,0x2ceeceae,0x023023fd,0xae49f76c,0x850bb02d,0x42602213,0xc038ff6f,0x6c019feb,0xf76fcffc,0x6057fca0,0xfede7e00,0x60680690,0x77055182,0xfbe130ff,0x9df604e0,0x44281939,0xcfd6ae8a,0x45a38b0d,0x40eeceac,0x019014fd,0x4e5cf70c,0x810b302c,0x42602314,0x3039ff5f,0x6a019fea,0xf77fddfc,0x505afd00,0xfebe8100,0x806806c0,0x7604d17e,0xfbf13c00,0x3dea0500,0x40283980,0xcd866b8a,0xc5968b7d,0x61ee8e96,0x006005fc,0xbe65f6bc,0x7f0b6030,0x42502514,0xb03bff5f,0x6401afea,0xf79fe5fc,0x305cfd10,0xfe5e8100,0xc06e06f0,0x7404f17c,0xfc214b00,0xeddf0540,0x3e2859e0,0xcb76108b,0x458a8bfd,0x7cef5e88,0xfed00dfb,0xfe69f69c,0x7e0be031,0x42402715,0x603dff4f,0x5a01cfea,0xf79fe7fc,0x3061fcf0,0xfdde8200,0xe0750700,0x74057181,0xfc615d01,0x9dd405c0,0x3e287a55,0xc9c59d8b,0xc57f8c5d,0x88f0de93,0xfd6013fb,0x0e6ef68c,0x7e0c902d,0x42502a16,0x4040ff3f,0x5201efea,0xf7afeafc,0x2067fca0,0xfd5e8701,0x207806d0,0x73056199,0xfcb16c02,0x5dc90650,0x3f28ab0a,0xc864ee8c,0x75718cfd,0xa9f21e9e,0xfc5008fa,0xfe73f64c,0x7e0cf02a,0x42202e17,0x4044ff2f,0x4d01ffea,0xf7bfebfc,0x206bfc80,0xfd0e8c01,0xa07506d0,0x6b0531a2,0xfcc17302,0xbdbf06b0,0x3e28fc13,0xc7c3e98d,0x755e8ddd,0xe0f29e8b,0xfadff6fb,0x8e6ff59c,0x7d0d402a,0x41b03418,0xc049ff1f,0x4901ffea,0xf7cfe5fc,0x106ffc70,0xfcae9102,0x00760710,0x6605819c,0xfd017302,0x5db90680,0x3d295d1a,0xc862e78e,0x854b8edd,0xddf26e70,0xf92ff8fc,0x6e67f4fc,0x830de029,0x41b03c1a,0xc051ff1f,0x42021fea,0xf7bfd6fc,0x1073fbf0,0xfc3e9802,0x007c06f0,0x6604e197,0xfcb16801,0x8db10680,0x44297de6,0xca12218f,0xa53a8fdd,0xc0f09e6d,0xf76ff9fd,0x4e63f49c,0x8d0dc023,0x41b0441c,0x9058ff1f,0x41021fea,0xf7cfc5fb,0xf075fc00,0xfbde9e01,0xf08006d0,0x69047191,0xfc215b00,0x5da706b0,0x4f297e73,0xcc719890,0xa52b90cd,0x9eee8e88,0xf4ffebfd,0xfe64f48c,0x960d1019,0x41604a1d,0xd05eff1f,0x44020fea,0xf7dfacfb,0xd074fcc0,0xfb7ea202,0x107e0730,0x6a052176,0xfbb14efe,0x8da006b0,0x5d295ed4,0xcf213b91,0x4523914d,0x66ed7eae,0xf26fe3fe,0x8e6cf49c,0x990cd011,0x41004b1e,0x105fff2f,0x4901ffeb,0xf76f91fb,0xa06ffd20,0xfb5ea402,0x607707b0,0x6405d166,0xfbb13dfc,0x2d9906a0,0x72295f1b,0xd230f791,0x5523916d,0x44ed4ec8,0xf05fe3fe,0x8e77f4cc,0x960d300e,0x40b0471d,0x305bff2f,0x4f01efec,0xf6df81fb,0x6068fcf0,0xfb5ea702,0x806d0820,0x5f069166,0xfc012cf9,0x3d9406a0,0x89296f59,0xd600be91,0x7522917d,0x2dec3eea,0xeeffdefe,0x7e82f52c,0x930d6009,0x40703e1b,0x6053ff3f,0x5801dfed,0xf67f7ffb,0x2063fcd0,0xfb6eac02,0x60650830,0x5e07d16c,0xfca117f5,0xdd8d0690,0xa3295f89,0xda509191,0x4523915d,0x0feb2f1b,0xed7fd6fe,0x7e92f5ac,0x910d3004,0x40503519,0x104aff4f,0x5e01cfec,0xf6bf87fa,0xf061fd00,0xfb6eb002,0x40600860,0x5b093173,0xfd70faf2,0x2d810660,0xbc294fa5,0xdda07691,0x4523915c,0xdbebff50,0xec4fccfe,0x8ea2f65c,0x8f0d1000,0x40302b16,0x8041ff4f,0x6101bfea,0xf7df92fa,0xd060fd30,0xfb6eb502,0x105d0840,0x590ab17b,0xfe60d3ef,0x1d720640,0xd4292fae,0xdef06d91,0x8520918c,0x97ec7f8c,0xeb8fc8fe,0x8eb7f71c,0x8d0d0ffb,0x40102313,0xf039ff5f,0x6301bfe7,0xf92f9bfa,0xb05ffd60,0xfb9eb801,0xe0580800,0x540c0180,0xfef0a9ed,0x3d660620,0xe8292fa4,0xdd607792,0x1519920c,0x74eb3fbb,0xeb4fc5fe,0x7ecff7bc,0x8c0d1ffa,0x40001c11,0xc032ff5f,0x6501afe6,0xfa1fa0fa,0x9060fd90,0xfbfeb601,0xa05407f0,0x510ce186,0xff7084ec,0x2d6605d0,0xf7293f86,0xd9a09393,0x050f92ec,0x78e98fbc,0xeb2fc5fe,0x4ee1f83c,0x8d0ceffb,0x3fd01710,0x002cff5f,0x6a019fe4,0xfabf9ffa,0x605ffe20,0xfc5eb101,0x505307f0,0x510cd189,0xff8066eb,0xcd6e0580,0xfe295f53,0xd520c394,0x3502940c,0x85e78fa1,0xeaefc6fe,0x4ef0f8ac,0x8f0c9ffb,0x3fb0150e,0xe029ff6f,0x6e019fe3,0xfb9f9ffa,0x4062ff10,0xfceea901,0x00510810,0x4f0be18d,0xff1052ec,0x0d7f0530,0xff299f03,0xd0810e95,0xa4f4956c,0xb0e60f66,0xea7fc5fe,0x7efef8dc,0x910c9fff,0x3f80130e,0x6027ff6f,0x70018fe1,0xfc6fa3fa,0x2067ffe0,0xfd8ea000,0x904f0840,0x4f0aa190,0xfe9049ec,0xed920500,0xfa299e77,0xcc119497,0x24e896cc,0xe6e60f28,0xe9cfc5fe,0xcf0ef8ec,0x910cc003,0x3f50140e,0x7027ff6f,0x73018fe1,0xfc4facf9,0xf06d00b0,0xfdfe9600,0x304e0880,0x4f09518f,0xfe6049ed,0xed9e04b0,0xf1299da2,0xc9026398,0xb4dd984d,0x1ce6eeff,0xe90fc3ff,0x1f17f91c,0x900ce006,0x3f10140e,0x7027ff6f,0x74018fe3,0xfb9fb9f9,0xd0720170,0xfe4e8fff,0xe04e08b0,0x4c08018a,0xfe204dee,0xada70480,0xeb298cd5,0xc7c32b9a,0x54d299cd,0x5ce7fece,0xe88fc2ff,0x1f14f94c,0x8d0d2007,0x3ec0140e,0x7027ff6f,0x72018fe4,0xfb1fbff9,0xc07a01d0,0xfe6e8aff,0xb05008c0,0x4606d185,0xfe1057ef,0x4dad0410,0xe5297c57,0xc783a79b,0xf4c89b5d,0xa7e9ce9f,0xe8cfc4ff,0x1efdf92c,0x880d6009,0x3e50150e,0xe029ff6f,0x6f018fe5,0xfa4fb5f9,0x90800220,0xfe5e8aff,0xd0550890,0x3c05e183,0xfde064ef,0xcdb40320,0xe4296c3c,0xc783c29e,0x24bb9d6d,0xf1ec7e87,0xe96fbf00,0x0ee7f8dc,0x800d800b,0x3d90170f,0xf02cff5f,0x6a019fe7,0xf95fa7f9,0x60830260,0xfe2e88ff,0xf0610860,0x3004b180,0xfd7071f0,0x0dc20200,0xef292c8a,0xc7a376a0,0x14b19f4e,0x34ef2e85,0xe9afb701,0x5edaf88c,0x790dc00e,0x3cd01a10,0xf02fff5f,0x6301afe9,0xf89fa0f9,0x20860280,0xfe1e7b00,0x107108d0,0x2203717d,0xfd507aef,0xedd60101,0x04287d29,0xc832d9a0,0x94af9fce,0x6df1ae8d,0xe91fbb02,0x5ec3f84c,0x750e5018,0x3c201c11,0xe032ff3f,0x5601cfea,0xf81f98f9,0x30860280,0xfe4e68ff,0xf08009a0,0x1a02b17a,0xfd2080ef,0x4ded0001,0x21272e05,0xca22029f,0x54b49e9e,0x93f2be9b,0xe86fc402,0xeea6f81c,0x750ec028,0x3b901e12,0x9034ff1f,0x4401ffeb,0xf79f90f9,0x40870330,0xfe9e54ff,0xa08f0a40,0x1902817a,0xfcf082ee,0x6e03fef1,0x4b256ebc,0xcde1529c,0xc4c09c2e,0x7cf12eb5,0xe82fcb03,0xbe91f7ac,0x750f0040,0x3b302113,0x6037feef,0x29024fec,0xf70f92f9,0x50890450,0xff4e3eff,0x409a0b30,0x1702e17a,0xfce084ed,0x2e18fd81,0x7b238f2f,0xd2c0e599,0x44d498ce,0x30eebee1,0xe84fd504,0x1e7bf6cc,0x760f4062,0x3af02414,0x503afeaf,0x0a02afee,0xf67f97f9,0x708c05a0,0xffce28ff,0x00a80c30,0x1602f17d,0xfce07eeb,0x8e2bfbc1,0xb1212f7a,0xd8509f95,0x84f1954d,0xe7ed0f0c,0xe84fe303,0xee64f5ec,0x790f4082,0x3ab02815,0x703efe5e,0xec02ffef,0xf5ff99f9,0x808b06f0,0x002e16fe,0xb0bb0cd0,0x1602917e,0xfca070ea,0x1e3ef9b1,0xec1e6fa5,0xdd507592,0x7511926d,0xb9ed6f34,0xe85fec03,0x1e4ff52c,0x7d0f009f,0x3a902b16,0x9041fe0e,0xcf035ff0,0xf59f99f9,0x60860760,0x009e08fe,0x30cc0cf0,0x19022180,0xfc105fe9,0x0e52f772,0x261b3fbf,0xe1405c90,0x252f905d,0xbdeebf51,0xe8bff601,0x6e40f47c,0x830e20b7,0x3a902f17,0x9045fdae,0xb103bff0,0xf53f9cf9,0x508206f0,0x00edfcfd,0x80e00d00,0x21017183,0xfb8047e8,0x2e62f472,0x58174fcc,0xe3b04e8e,0xa5488efd,0xd6ef3f54,0xe9400000,0x3e34f40c,0x8b0c80ca,0x3ac03318,0xa049fd2e,0x8b043ff1,0xf4efa0f9,0xb08e0720,0x015df4fc,0xe0ec0d20,0x2a00a185,0xfb7026e8,0x4e62f0a2,0x77132fc6,0xe270548e,0x55508ead,0xf2efff3d,0xe9d009ff,0xfe2df35c,0x920a00dd,0x3ac03819,0xb04dfc7e,0x5e04dff2,0xf4afa6fa,0x30a00720,0x019deefc,0x90f60d40,0x2fff2185,0xfb7003e9,0x9e52ec82,0x810f9fa5,0xdd107590,0x0534903e,0x21f19f1c,0xeaa00600,0x4e2cf2dc,0x940730ec,0x3a603b1a,0x6050fbae,0x2f059ff2,0xf47faefa,0xa0ae06a0,0x019de5fc,0x70fe0da0,0x30fd4189,0xfb7feaeb,0x6e4ce8e2,0x7f0d0f68,0xd690af93,0xc505939e,0x43f28f0c,0xeb000400,0x9e29f2bc,0x920520f4,0x3a003c1a,0xa051face,0x04066ff3,0xf45fb5fa,0xf0b80660,0x01bddafc,0x60fd0e40,0x32fc4185,0xfbcfdbed,0x3e4ae672,0x700baf0a,0xd0a1079a,0xd4cd9a4e,0x5af33f04,0xeb701600,0xde26f2dc,0x8f03f0f7,0x39d03a1a,0x5050fa0d,0xe3070ff2,0xf47fbcfb,0x10bb0600,0x01cdcffc,0x60fb0ec0,0x33fb017e,0xfb6fd1ef,0x1e42e4f2,0x5b0b4e65,0xcb91a5a7,0xe498a6de,0x72f43ef9,0xec702801,0x5e27f33c,0x870320f3,0x39a03719,0x704cf97d,0xcf078ff2,0xf4bfc4fb,0x00b804e0,0x024dcafc,0x40ee0ef0,0x33f9a17c,0xfabfc9f0,0xde35e462,0x460bed55,0xc852afbb,0xe47dba7e,0x8ff4eee3,0xed203702,0x1e2af34c,0x810260ee,0x39903218,0x6048f93d,0xc307cff1,0xf52fc9fa,0xf0b60400,0x02ddcafc,0x10df0ec0,0x33f8717c,0xfa1fc3f2,0x3e27e442,0x320d0c26,0xc763d8cf,0xe484ce1e,0xadf51ed1,0xedc03f02,0xfe2ef34c,0x7d01e0e5,0x39b02f17,0x6045f92d,0xc107dff0,0xf57fcbfb,0x00b50350,0x033dccfb,0xf0d00e90,0x35f7a17c,0xf9bfc3f3,0x1e1fe422,0x1e0e2b5c,0xc7c49edc,0xa49bda9e,0xc2f58ece,0xef704a04,0x6e32f33c,0x7b01d0d7,0x39e02c16,0xb042f94d,0xc507bfef,0xf5cfcbfa,0xf0b302d0,0x034dcefc,0x10c40e90,0x34f7a178,0xf9afc6f3,0x2e1fe3c2,0x0a0ecb0a,0xc814efe2,0x04acdfce,0xccf61ed3,0xf1305404,0xee30f34c,0x7b01f0c5,0x39f02b16,0x6041f98d,0xce077fef,0xf60fc5fa,0xe0b00220,0x02ddd3fc,0x80bb0e80,0x33f80174,0xf97fcff2,0xce25e3c2,0x000f0b1b,0xc804dee2,0x04addfce,0xd6f64ede,0xf2405204,0x4e33f32c,0x7901f0b2,0x39e02b16,0x8041f9cd,0xd8074fef,0xf62fc1fa,0xe0ae00d0,0x01fdd5fd,0x20b90e90,0x32f8916f,0xf97fdbf1,0xee2ce3d2,0x080e9b9b,0xc79460db,0xf49ad9de,0xdbf61ee5,0xf2e05404,0x0e37f33c,0x7702309a,0x39d02d16,0xe043fa0d,0xe4070fef,0xf61fc1fa,0xf0b0ff60,0x010dd4fd,0xd0b50ed0,0x32fa416f,0xfa6febf0,0xce35e412,0x1d0dccb2,0xc7a34ecb,0xf481ca3e,0xdcf56eec,0xf3905c04,0x5e35f32c,0x77028084,0x39b02f17,0x7045fa8d,0xfa069fef,0xf63fc3fb,0x20b4fe00,0x004dd3fe,0x80af0ec0,0x32fc4173,0xfb7ffeef,0xbe3ce4b2,0x3f0ccdd9,0xc9722db3,0x5485b20e,0xdff4def3,0xf4a06304,0x0e35f2bc,0x7a024070,0x39a03318,0x6048fb4e,0x1c05ffef,0xf63fc7fb,0x40b9fc60,0xffadd2ff,0x30a80ee0,0x33fdb177,0xfc2013ee,0x9e3de5b2,0x630b9e9b,0xccd171a0,0xc4b19ffe,0xdaf49ef3,0xf4605901,0x9e32f24c,0x7e01f060,0x39c03519,0x104bfbfe,0x40055fee,0xf66fcbfb,0xb0c9fb00,0xfefdcfff,0xd0a50f20,0x37fef17b,0xfca025ed,0x4e40e652,0x880a0f18,0xd160fa96,0xc4eb966e,0xc4f3aeee,0xf3a040ff,0x0e2ff1fc,0x8101e053,0x39f03719,0x804cfc6e,0x5b04efee,0xf69fcdfc,0x50e0fa50,0xfe7dd000,0x50a30f00,0x3d00517f,0xfd2038ec,0x3e42e652,0xa8086f65,0xd670b291,0x7521918e,0xb5f27eee,0xf3b036fe,0xee31f19c,0x8401b04d,0x3a403719,0xa04dfcae,0x6c04afed,0xf70fcffc,0xa0eef9f0,0xfe3dd300,0x60a70ec0,0x4c01c183,0xfd704beb,0x4e42e5d2,0xc4065f96,0xdb50848e,0x954b8eee,0xa3f12ef5,0xf3503dff,0xbe31f13c,0x8f01804e,0x3ab0391a,0x204efcbe,0x71049fec,0xf77fd0fc,0xc0f3f9c0,0xfe3dd600,0x20ac0e50,0x5e037185,0xfdf05aea,0xae40e532,0xd7048fb6,0xdfd0658d,0xa55c8e0e,0x99effef9,0xf3304400,0x4e2df09c,0x9e00f057,0x3b303d1b,0x0052fc8e,0x6604cfeb,0xf7dfcefc,0xe0f6f9f0,0xfdcdd800,0x10b60dd0,0x6d051183,0xfe5064e9,0xfe43e3f2,0xe002afcd,0xe4004e8e,0x25548e7e,0x8deeeefb,0xf3c04900,0xee29f00c,0xad003060,0x3b60421c,0x5057fc3e,0x52051feb,0xf83fcafd,0x10fdfaa0,0xfcbdd900,0x60cb0d50,0x78069186,0xfed063e9,0x9e4be1c2,0xe1ffefd9,0xe6e0408f,0x753e8fbe,0x82ef1efd,0xf4704901,0x9e26efcc,0xbbffb063,0x3b704a1d,0xe05efbde,0x3c057fea,0xf89fc6fd,0x5108fb20,0xfb3ddd01,0x00e40c80,0x7d07618d,0xff3054e9,0xde52df42,0xddfd4fdb,0xe7503e92,0x051c91fe,0x92f03efe,0xf5605002,0xee2bef7c,0xc4ff4065,0x3b50541f,0xb066fb5e,0x2205efe9,0xf8efc1fd,0xb116fb40,0xfa1de101,0x80f90bc0,0x80077194,0xff403aea,0xbe52dd42,0xd0fb9fd2,0xe5004996,0x84ee963e,0xb7f11efe,0xf5605804,0xce32eefc,0xcffed06d,0x3b206021,0xb071fabe,0x05066fe9,0xf8ffb4fe,0x0122fb50,0xf8fde101,0xd1140b20,0x860731a1,0xff201aeb,0xfe4ddbe2,0xbafadfba,0xe060619f,0x34b79e6e,0xbef1bf06,0xf3805005,0x5e41eecc,0xdafe8073,0x3b106c23,0x807cfa1d,0xe906ffea,0xf89f9cfe,0x412dfb70,0xf83ddb02,0x21290ab0,0x870661ad,0xfe7ff9ed,0xde43db12,0xa5facf8e,0xda508cac,0xb48fab8e,0xb4f22f0b,0xf1d04b05,0x2e52eecc,0xe0fe407b,0x3ac07324,0x7082f99d,0xd3077feb,0xf7ff89fe,0x8138fc30,0xf7ddd202,0x61390a60,0x890551b7,0xfd6fddef,0xce33dac2,0x93fb4f46,0xd410cfbd,0xd47ebc4e,0xbcf2ff0b,0xf1205604,0xfe62eefc,0xe4fde082,0x3a707424,0x9083f93d,0xc707bfec,0xf77f89fe,0xb140fd40,0xf80dc602,0x813d0a80,0x8a0421bc,0xfc4fcaf1,0x8e1fdb12,0x86fc9ed8,0xcec137cc,0x2482ca5e,0xd9f3cf05,0xefb06604,0xbe6bef2c,0xe8fd908c,0x3a306e23,0xc07ef93d,0xc607cfec,0xf7ef91fe,0xc142fe50,0xf86dbb02,0x713f0ab0,0x8a02d1c3,0xfb3fc1f3,0x2e0adbf2,0x7bfe5e28,0xca91e1d5,0x848dd39e,0xf7f4defa,0xee406904,0x7e77efbc,0xe8fd7091,0x3a206422,0x4075f96d,0xcd079fea,0xf8cf96fe,0xc142ff10,0xf90db202,0x513e0b60,0x8c0111bf,0xfa1fc6f4,0x3dfadce2,0x6d005d26,0xc832dcdb,0x649ad94f,0x0df5fef2,0xed106204,0x5e88f06c,0xe6fd7094,0x3a205820,0x406af9cd,0xdc074fe8,0xf99f96fe,0x913dff70,0xf9fda802,0x11390c50,0x8fff91b9,0xf98fd5f4,0xadebde02,0x62023c12,0xc783ebde,0x44a2dc1f,0x1df6fee9,0xec605c04,0x0e9cf0fc,0xe0fdc099,0x3a504c1e,0x105ffa4d,0xf006dfe7,0xfa4f93fe,0x5133ffb0,0xfaeda001,0xe12f0cc0,0x8bfe51ba,0xf8ffdef5,0x6de4df52,0x6603ab37,0xc7f4c2de,0xd4a4dcaf,0x2bf80ee1,0xec405803,0x6ea9f15c,0xd9fe10a1,0x3a50421c,0x0056faae,0x01067fe5,0xfb1f92fe,0x112dffd0,0xfbbd9901,0xc1270d00,0x87fd01bb,0xf84fe5f5,0xbde5e0a2,0x72047ab4,0xc8b542dc,0xa49dda8f,0x39f8dede,0xec804d03,0x3ea9f17c,0xd4fe30a9,0x3a303c1a,0xb051faee,0x0b064fe5,0xfb4f92fe,0x012c0030,0xfc4d9401,0xc11e0cf0,0x81fbf1ba,0xf7bfe8f5,0x9dece262,0x8b04da94,0xc8f562d6,0xc48fd4cf,0x4ff9dedd,0xecd04603,0x5e9cf15c,0xd0fe60b5,0x39d0391a,0x404ffaee,0x0a064fe5,0xfaef93fd,0xe12b00c0,0xfc4d8d01,0xf11c0d60,0x7dfb81b3,0xf77ff1f4,0x9df6e392,0x9f041ad2,0xc87525cb,0x6482c99f,0x61f9eee4,0xed104a03,0x2e8bf15c,0xcdfeb0c1,0x39603a1a,0x704ffa9d,0xfd068fe7,0xfa4f93fd,0xd12c0120,0xfb8d8502,0x71250e60,0x7dfb81a0,0xf7a000f2,0xbe03e3a2,0xa9023b8f,0xc7a46cbf,0xc47fbe2f,0x64f90eee,0xeda04d02,0x4e7ef18c,0xcbff70c8,0x38f03d1b,0x2052fa2d,0xe906efe8,0xf9af92fd,0xe1320160,0xfa7d8403,0x01300ec0,0x7dfbe18c,0xf7d00cf0,0xce0fe302,0xb2009cc9,0xc7c337bb,0x1480b99f,0x5ff7eef9,0xeed04f01,0xfe79f19c,0xc70020cb,0x3880421c,0x4057f9ad,0xd4076fea,0xf8df90fe,0x113b0180,0xf99d8803,0x51370e20,0x7cfc7185,0xf7d013ef,0x9e1ee202,0xc4ff8df4,0xc9d212bd,0x547fbbcf,0x4df63f08,0xef404f02,0x1e79f16c,0xc500a0ca,0x3840491d,0xb05df92d,0xc207dfec,0xf7cf90fe,0x41450140,0xf91d8a03,0x413d0d50,0x7cfd0185,0xf7c018ee,0xce2ce072,0xd6ff1ebe,0xcde14fc4,0x1480c26f,0x2ff3df1a,0xef605401,0xae78f11c,0xc80160ca,0x3860521f,0x5065f8bd,0xb2083fee,0xf6ff91fe,0x514a00c0,0xf87d8a03,0x31470c60,0x7efd5185,0xf7d01cee,0x3e38dea2,0xe1feaf32,0xd2d0e2ce,0x0486cc2f,0x13f19f2c,0xef505d00,0xce78f0ec,0xce0230c7,0x38a05c21,0x106df84d,0xa3089fef,0xf64f93fe,0x71500040,0xf81d8a03,0x11500b90,0x82fe018a,0xf84021ed,0xee44dcd2,0xdffdaf72,0xd780a6da,0x4499d82e,0xf1f02f3e,0xeed05700,0x9e76f0ac,0xd702a0c7,0x38d06722,0xe077f7cd,0x93090ff1,0xf59f93fe,0x91570020,0xf7ed8c02,0x91580a90,0x88fea18f,0xf88023ed,0xee4adb62,0xd7fd3f93,0xdb0086e2,0xc4b3e06e,0xcbef7f45,0xeec05301,0x2e76f03c,0xe20240c5,0x38e07424,0xc083f73d,0x83098ff2,0xf4ef92fe,0xb15e0070,0xf7fd9001,0xe15d0980,0x8fff4195,0xf8c01fee,0x5e49da82,0xccfd5f9f,0xdc807be7,0x74cae4fe,0xb0ef7f47,0xeea05201,0x9e79efac,0xee0180c4,0x38c08326,0xa090f6ad,0x730a0ff4,0xf43f92fe,0xe1650150,0xf7cd9201,0x616608b0,0x97ffe19a,0xf8f012ef,0x0e3eda62,0xbcfdef99,0xdbb081ea,0xa4dee80e,0xabef3f39,0xee105301,0x5e7eef5c,0xf600d0c0,0x38a09128,0x309df60d,0x640a9ff5,0xf3bf95ff,0x116e0270,0xf78d8e01,0x116f0850,0x9b0011a3,0xf92000f0,0x2e31da72,0xadfe9f80,0xd8e098ec,0xe4f0ea2e,0xa9ef0f2e,0xed605501,0x5e80ef3c,0xfc0090bf,0x38909d29,0x70a8f57d,0x570b1ff6,0xf35f9cff,0x41760380,0xf72d8501,0x21770830,0x9bffd1ac,0xf91ff3f1,0x6e24db02,0xa3ffcf55,0xd530c1ee,0x94ffebce,0xb0efaf34,0xed205901,0xbe80ef5c,0xfd00a0be,0x3870a52a,0x20aef52d,0x500b6ff7,0xf31fa4ff,0x617a0440,0xf71d7c01,0x41790880,0x9b0001b6,0xf8dfeef2,0x8e15dbd2,0x98015f16,0xd160fcef,0x950aecbe,0xc6f0df35,0xed705a02,0x4e7eef6c,0xfd00c0c1,0x3850a82a,0x60b1f51d,0x4f0b6ff8,0xf2cfabff,0x717c04a0,0xf73d7701,0x41770900,0x9affe1ba,0xf89ff0f3,0x7e07dce2,0x8c02eeb7,0xcdc156ef,0xd50cecee,0xe3f1ef28,0xee005b02,0xae7def9c,0xf900d0c1,0x3830a62a,0x30aff57d,0x570b1ff8,0xf2afb2ff,0x617a04e0,0xf7ad7301,0x41700a10,0x9bffb1b5,0xf8bffbf3,0xddfcde22,0x7b048e32,0xcad1d6ee,0xf503ec1f,0x02f33f16,0xee806602,0x0e7befac,0xf500d0bf,0x38109f29,0x90a9f61d,0x660a8ff7,0xf2cfb5ff,0x317304d0,0xf83d7200,0xf1680af0,0x9aff81ae,0xf90008f3,0xfdf4df72,0x6a05fd8f,0xc8e275ed,0x74f5eaaf,0x22f4aeff,0xeea06b01,0x3e7beffc,0xf000e0b8,0x38209528,0xa0a0f70d,0x7e09bff7,0xf31fb6fe,0xd1690480,0xf8ed7300,0xa15d0b70,0x94ff51af,0xf9300ff4,0x4df1e092,0x6106fcd7,0xc7e329eb,0x54e3e8af,0x39f64eee,0xee906101,0x1e7bf04c,0xea00e0b0,0x38408a27,0x6096f7ed,0x9808eff6,0xf38fb5fe,0x815e0420,0xf99d7100,0x71500c30,0x8fff61aa,0xf9701bf4,0x4df0e172,0x56074c36,0xc783c8e8,0x14cde58f,0x43f76eea,0xef005801,0x8e76f0bc,0xe40120ab,0x38507d25,0xe08bf8bd,0xb3082ff5,0xf3ffaffe,0x115103c0,0xfa6d6d00,0x61400d50,0x89fff1a2,0xf9e029f4,0x2df4e232,0x47072bc3,0xc79439e4,0x04b8e1af,0x41f7beeb,0xef705602,0x0e6bf10c,0xe00170a9,0x38507224,0x6081f97d,0xce078ff4,0xf45fa9fd,0xb1460370,0xfaed6900,0x81320e80,0x83007196,0xfa1035f3,0xedfae2f2,0x3806db7c,0xc7c47ee1,0x14abdecf,0x3ff7deeb,0xef504e01,0xce65f16c,0xd801b0a5,0x38406822,0xf078fa0d,0xe4070ff4,0xf49fa5fd,0x813f0300,0xfb1d6700,0x912b0f50,0x8001818d,0xfa503df3,0x6dffe352,0x2b061b72,0xc7c488e0,0x84a9de4f,0x41f7deeb,0xef604b01,0x5e64f1dc,0xd101f0a2,0x38206122,0x0072fa5d,0xf206bff3,0xf4cfa3fd,0x613a02d0,0xfb2d6600,0xa1290fc0,0x7f020188,0xfa403df3,0x0e03e302,0x25053b83,0xc7b477e3,0x34b1e0ef,0x37f7beef,0xefb04901,0x4e60f21c,0xcd0250a0,0x38105f21,0x8070fa7d,0xf506aff3,0xf4df9ffd,0x413702a0,0xfadd6900,0xf12b0f80,0x7b025189,0xfa2034f3,0x0e0ae232,0x28042b92,0xc7b469e5,0xe4bce39f,0x27f75ef6,0xef604401,0x5e60f21c,0xc90270a0,0x37d06021,0xc071fa6d,0xf206bff3,0xf4cf9dfd,0x31350260,0xfa9d6d01,0x112e0eb0,0x7802a195,0xf9e027f3,0x2e12e102,0x3002ebc7,0xc79435e6,0xf4c2e4af,0x1ff6defa,0xeed04401,0x1e5ef1dc,0xca0270a1,0x37a06422,0x7075fa3d,0xeb06dff4,0xf48f9afd,0x21330220,0xfa2d7401,0x11380dc0,0x7902e19b,0xf9d01af2,0xfe1adf92,0x3601cc1c,0xc783e1e7,0xe4c8e58f,0x21f69efb,0xee604400,0xae5ff1ac,0xce0270a0,0x37906b23,0x707bf9ed,0xdf072ff5,0xf44f95fd,0x413501e0,0xf9ad7a01,0x11470d30,0x7c032199,0xfa100ef2,0x9e22de32,0x3600fc7c,0xc7a383e9,0x34d0e6cf,0x20f61efc,0xee1048ff,0xee5ff19c,0xd202709d,0x37907124,0x4080f99d,0xd2077ff5,0xf3ff90fd,0x613b01c0,0xf96d7e01,0x01520c30,0x7c03519d,0xfa4000f2,0xae26dd22,0x3b009cd6,0xc7d32bea,0xb4dbe82f,0x1bf58eff,0xedd04cff,0x8e60f18c,0xd402509a,0x37907524,0xc084f96d,0xcc079ff6,0xf3df8ffd,0x813f01e0,0xf9bd7f00,0xc1540b40,0x7c0311a9,0xfa1ff2f3,0x0e21dc92,0x4400ed1c,0xc822e6ec,0x44e8e9af,0x1af54f01,0xed904bff,0xfe5ff15c,0xd701f09a,0x37b07524,0xc084f98d,0xd0078ff5,0xf3ef8efd,0x91400220,0xfa3d7e00,0x91530b00,0x7d0271af,0xf9afeff3,0x4e16dd22,0x46028d38,0xc852caed,0xd4f6eb1f,0x16f4ff08,0xee304c00,0x2e60f14c,0xd701709a,0x37a07024,0x107ff9ed,0xdf072ff5,0xf43f8dfd,0x51390250,0xfb0d7b00,0x71490b30,0x7c0151b2,0xf92ff7f3,0x8e05de62,0x42053d27,0xc832dbef,0x1503ec4f,0x0ef49f0d,0xefa05400,0x6e60f13c,0xd300e09d,0x37906722,0xd077fa6d,0xf506bff4,0xf4cf8efd,0x11300270,0xfc1d7a00,0x31390b80,0x790061b6,0xf8d002f3,0xcdf0dfb2,0x3507dcd6,0xc7e32bf0,0x050eed2f,0x1ef51f07,0xf0d05000,0xfe61f12c,0xcf00709b,0x37b05d21,0x606ffb0e,0x11062ff2,0xf56f8ffc,0xc1250280,0xfd1d7dff,0xe1280bc0,0x76ff71b4,0xf8b00af3,0xeddbe102,0x1b0a0c34,0xc793c9f0,0x6512ed8f,0x42f66eff,0xf0d04101,0x8e65f13c,0xca007093,0x3810551f,0xd067fbae,0x31059ff1,0xf5ff90fc,0x711901f0,0xfd8d86ff,0xc1180bf0,0x6ffe51ae,0xf89014f4,0x5dc5e241,0xfa0bdb59,0xc7f4a1ef,0x6508ec8f,0x3cf65f07,0xf0803e02,0x7e6cf17c,0xc2008086,0x38604e1e,0x9061fc2e,0x4e052ff0,0xf65f8dfc,0x110d0100,0xfded8eff,0x91080c90,0x6afdd1a6,0xf8901ff3,0xddbae351,0xd60cfb03,0xc854f5ec,0xf4f0ea3e,0xfdf4bf1e,0xf1104a03,0x7e70f1bc,0xbe00f07b,0x38c0491d,0xa05dfc8e,0x6604cff0,0xf68f88fb,0xd103ffb0,0xfe4d92ff,0x60f70d70,0x67fe819c,0xf8e023f2,0x3dbfe4b1,0xb90d3b58,0xc7f4a2e9,0x84d5e6ee,0x91f31f4a,0xf1a04b02,0xee73f1dc,0xbc017075,0x3910461d,0x105afcce,0x73049fef,0xf6bf87fb,0xb0fffeb0,0xfe2d93ff,0x60ef0e30,0x64002198,0xf9501def,0x8dcee641,0xa80ccc73,0xc7a38ce4,0xe4bbe28e,0x10f23f81,0xf1a04401,0xbe75f22c,0xba01d071,0x3910451c,0xe059fcbe,0x71049fef,0xf6df88fb,0xb0fffe60,0xfd8d90ff,0xa0eb0e90,0x60023196,0xf9d00cec,0xdddfe781,0xa60c0dcc,0xc97239df,0x04a3dcdd,0xaaf1cfa4,0xf1f04401,0x8e75f28c,0xb8024070,0x38e0471d,0x305bfc8e,0x6304cff0,0xf6af88fb,0xc101fe70,0xfcbd8b00,0x00ed0ea0,0x5d04d19b,0xfa8ff5ea,0x6df0e841,0xae0b2eac,0xcd6161d8,0xf493d6ed,0x52f11fc0,0xf2e04901,0xfe71f2fc,0xb9028070,0x38a04a1d,0xd05dfc3e,0x52051ff0,0xf65f86fb,0xf107feb0,0xfb9d8b00,0x70f30e40,0x5a0751a2,0xfb6fdbe8,0xbe01e891,0xb90a7f0b,0xd0c107d5,0x548cd36c,0xf1f01fe0,0xf3604801,0xee70f35c,0xb802606c,0x38404f1e,0xd062fbee,0x3f055ff1,0xf5ff85fc,0x210fff10,0xfabd9000,0xb0fc0d80,0x590911a8,0xfc1fc2e8,0x4e0ce861,0xc20a0f18,0xd160fad5,0xc48dd3dc,0xc2eecff4,0xf3804001,0x9e73f36c,0xb9022069,0x37f05620,0x1068fb9e,0x2c05aff3,0xf55f84fc,0x7118ff60,0xfa2d9200,0xb1060cd0,0x5b0951af,0xfc2fabe9,0x2e0ee7c1,0xcc0a2ed8,0xceb137d9,0x3494d72c,0xd2ed2fe8,0xf3a03c01,0xbe73f34c,0xbe021068,0x37d05d21,0x606ffb4e,0x1c05fff4,0xf4cf83fc,0xa11fffb0,0xf9ed8f00,0x91100c50,0x5f08a1b5,0xfbaf9bea,0xee08e731,0xd20a9e0d,0xca21fbde,0x24a1dbfc,0xfdec3fcd,0xf3b03d02,0x3e70f35c,0xc4023068,0x37e06322,0x3073fb0e,0x10062ff5,0xf45f84fc,0xc1240000,0xf9dd8a00,0x81160bf0,0x610741b6,0xfb2f94ec,0xfdfbe6e1,0xd20b5c62,0xc7839ce2,0xc4b2e07d,0x51ec3f95,0xf3903f02,0xbe6ef35c,0xc602406b,0x37d06522,0x9075faee,0x0b064ff6,0xf41f85fc,0xd1260050,0xf9ed8300,0x911a0bf0,0x6305b1b7,0xfabf99ee,0xedede6e1,0xcd0c4af0,0xc84508e5,0xf4c0e38d,0xbdec5f47,0xf3404103,0x0e6bf36c,0xc702406e,0x37d06422,0x5074fafe,0x0e063ff6,0xf41f89fc,0xd12600b0,0xfa1d7c00,0x911e0c20,0x650491b8,0xfa4f9cf0,0x5de2e741,0xc60d2a54,0xc995a0e7,0xa4cae52d,0xf5ecff0c,0xf2f04103,0x3e68f39c,0xc502606f,0x37d06021,0xc071fb2e,0x16061ff5,0xf46f8efc,0xb1220100,0xfa9d7500,0x911d0c50,0x670441bd,0xfa4f99f0,0xcddde7f1,0xbd0d2a5f,0xc97595e7,0xb4cae53d,0xe7ed1ef9,0xf2c04003,0x0e65f39c,0xc4024074,0x37e05a20,0xd06cfb6e,0x2305dff4,0xf4df92fc,0x71190120,0xfb3d6f00,0x81150c80,0x680511c2,0xfb1f92f0,0x4ddbe8d1,0xb90ccb17,0xc824e1e6,0x14c2e3ad,0xa6ecaf19,0xf3004302,0x9e61f37c,0xc202007b,0x37e0551f,0xe067fbae,0x30059ff3,0xf54f93fc,0x41110150,0xfbad6a00,0x81100cb0,0x690701c3,0xfc2f8bee,0xbde0e951,0xbb0c9c80,0xc7a380e3,0xa4b5e14d,0x35ed0f77,0xf3604002,0xce5cf36c,0xc201e080,0x37f0501f,0x2063fbce,0x37057ff2,0xf5af92fc,0x210d01b0,0xfbcd6800,0x61110cb0,0x6a08f1c4,0xfd0f80ec,0xbdebe991,0xc10bedbe,0xc94247e0,0xc4a9de8c,0xbdedcfe2,0xf3703802,0xae5bf37c,0xc4020082,0x38104f1e,0xe062fbde,0x3b056ff2,0xf5ef91fc,0x210c01a0,0xfbbd6600,0x31160c50,0x6a0a51c8,0xfdbf6bea,0xddf4e991,0xcb0b3e5d,0xcb71addd,0xf4a0dbdc,0x7aec7001,0xf3803402,0x7e5af37c,0xc8023082,0x3850501f,0x2063fbce,0x38057ff2,0xf5ef93fc,0x310e01a0,0xfbad64ff,0xf11e0bc0,0x690b01cd,0xfe1f52e9,0xedfde951,0xd30aae68,0xcbb1a2dd,0x449ddb2c,0x7fea8fe1,0xf3902d02,0x3e5bf37c,0xce024082,0x3880541f,0xd067fb9e,0x2e05aff2,0xf5bf96fc,0x411201e0,0xfb6d63ff,0xc1290b60,0x690a91d0,0xfe1f45ea,0x3e07e8d1,0xd20a3dd0,0xc97235de,0xd4a2dcbc,0xbde94faf,0xf3a02601,0xce5bf35c,0xd4023085,0x38a05920,0xc06bfb5e,0x1f05eff3,0xf56f9afc,0x61160230,0xfb3d5dff,0x81330b60,0x6a0941d2,0xfdaf48eb,0xce0ee861,0xca0a4c21,0xc773dde1,0x84abdf4d,0x0ee8af74,0xf3902301,0xde57f35c,0xdc023089,0x38c05f21,0xa070fafe,0x0f063ff4,0xf50f9cfc,0x911c02b0,0xfb5d55ff,0x213c0b50,0x6c07f1d5,0xfd3f56ed,0xee0ee841,0xc10afa3c,0xc9b5b8e3,0xc4b5e16d,0x5fea2f39,0xf3802602,0x0e51f37c,0xe602608c,0x39106422,0x6074face,0x05066ff5,0xf4bf9dfc,0xb1210310,0xfb7d50fe,0x81470b10,0x700661d8,0xfc9f6af0,0x1e05e861,0xb50c3965,0xcdf686e5,0xd4c0e36d,0xd3ed3ef2,0xf3a02d02,0x8e51f3ac,0xee029088,0x39806823,0x0078fabe,0x02067ff5,0xf46fa2fc,0xc1230340,0xfc1d4dfd,0xc1490ac0,0x7504d1db,0xfbef89f2,0x6df6e8a1,0xa90d3909,0xd1b6dce8,0x24cde59e,0x65f1cea9,0xf4203303,0x4e56f35c,0xf4028088,0x39d06b23,0x707bfabe,0x04066ff6,0xf44faafc,0xd12503a0,0xfd2d4bfd,0x01420a80,0x790331e0,0xfb6fb0f4,0x7de7e911,0xa00e08e5,0xd3c6fde9,0xf4d9e76e,0xdef62e81,0xf5003a04,0x5e5af2dc,0xf802408b,0x3a106c23,0x907bfaee,0x0c064ff6,0xf43fb0fc,0xd1250400,0xfe1d47fc,0x91380a50,0x7a0181eb,0xfacfd5f6,0x6de2e991,0x9b0e98e4,0xd3d6fdeb,0x34e2e88f,0x25f8ee74,0xf5d03f05,0x9e59f27c,0xfa02108e,0x3a306a23,0x607afb2e,0x19060ff6,0xf42fb4fc,0xb1220400,0xfe8d44fc,0x61300a40,0x7b0021f3,0xf9fff4f7,0xbddeea21,0x980eb904,0xd216e0eb,0x64e4e8bf,0x42fa9e61,0xf6403e06,0x8e54f29c,0xf902108a,0x3a406823,0x0078fb8e,0x2b05bff6,0xf40fb3fc,0x811a03e0,0xff1d40fc,0x51240a90,0x7bffd1f3,0xf9a00ff8,0x0de0eae1,0x990ea955,0xceb694ea,0x54dce7af,0x56fafe5f,0xf6704006,0xde4ff29c,0xf7025088,0x3a306522,0x9075fbee,0x3f056ff7,0xf3afb2fc,0x411103b0,0xff9d3efc,0x11180ad0,0x7d0071f2,0xf9d024f7,0x7de7eb91,0xa20e8a17,0xca75dbe7,0xc4cce54f,0x63fa7e6e,0xf6504906,0xfe4af2bc,0xf502a082,0x3a406322,0x5074fc4e,0x54050ff8,0xf33fb0fc,0x01090350,0x002d3efb,0xc10b0b00,0x8001d1f1,0xfa3033f6,0x7df1ec41,0xb10e4bde,0xc7a41ee3,0xc4b8e15f,0x5cf90e85,0xf5c04d06,0x9e48f2bc,0xf202c07b,0x3a306222,0x1073fc9e,0x6804cff9,0xf2efaefb,0xd10002f0,0x006d3ffb,0xa1000b50,0x820301ee,0xfa603af5,0x0dfdece1,0xcb0ddde5,0xc9d221de,0x14a3dbdf,0x3bf6ce9f,0xf4b04505,0xce47f29c,0xee030075,0x3a106222,0x3073fcde,0x78048ff9,0xf29faefb,0xa0f90280,0x008d3ffb,0xa0f80ba0,0x830491ed,0xfad03df2,0xee0aedc1,0xe70daeeb,0xcf9125d5,0x648ed36f,0x03f32eb9,0xf3104104,0x4e47f28c,0xea03706f,0x39d06522,0x9075fcfe,0x81046ffa,0xf26fb0fb,0x90f601f0,0x003d3ffb,0xc0f70c10,0x840661eb,0xfb503df0,0xae15ee51,0xfd0d9f5a,0xd5a0bcc9,0x8482c7be,0xbff04ede,0xf1804302,0xfe49f28c,0xe3040068,0x39706923,0x3079fd0e,0x83045ffa,0xf23fb3fb,0x80f40170,0xffcd41fb,0xe0f90c50,0x840861e9,0xfc2038ef,0x0e1fee62,0x0f0d8f88,0xd9d091be,0x9480bd0e,0x7fef3f13,0xf0004402,0x1e4cf27c,0xdd047064,0x38f06f24,0x307efcee,0x7c047ffb,0xf1cfb5fb,0x90f70130,0xff3d41fb,0xf1020c80,0x8709d1e9,0xfca029ee,0x2e24ee12,0x210d3f95,0xdb5085b8,0x7483b6fe,0x56ef1f49,0xeeb04100,0xfe4bf28c,0xd904c060,0x38707825,0x7086fcbe,0x70049ffd,0xf13fb4fb,0xc0fd0120,0xfe7d40fc,0x21110cc0,0x890a61e6,0xfce010ed,0xee24ed22,0x2f0ccf85,0xd97094b9,0xb481b83e,0x38ef4f67,0xee4038ff,0xfe46f2bc,0xd605105c,0x37d08326,0xc090fc7e,0x5e04effe,0xf07fb2fc,0x11080130,0xfd7d3ffc,0x91260d20,0x8a0a41df,0xfceff0ee,0x4e1eeb72,0x300bef4a,0xd470cbc0,0x347fbeae,0x2aefef6f,0xee403afe,0xce40f2ec,0xd105605d,0x37008f28,0x209bfbfe,0x41055000,0xefafadfc,0x711801a0,0xfcdd3bfd,0x01370df0,0x8a09a1d7,0xfcafd3ef,0x2e17e942,0x270b0ebb,0xcdd152ca,0xa483c8de,0x40f0df72,0xedc045fe,0x6e36f2ec,0xd005d069,0x36509d29,0x90a7fb4e,0x1d05e002,0xeeffa8fc,0xe1270240,0xfc7d38fd,0x51450f00,0x8c0861c7,0xfc1fbbef,0xce11e682,0x1c0a9d6c,0xc88298d7,0x3493d51e,0x5ef1df66,0xed204dff,0x8e29f29c,0xd106207a,0x35c0ac2a,0xe0b5fa9d,0xfa069003,0xee7fa2fd,0x413302c0,0xfc5d38fd,0x61530f90,0x900701b8,0xfb6fa2f0,0x4e0ae3f2,0x160a0b57,0xc7c4a3e1,0xe4b1df7e,0x7cf2af47,0xed705200,0x3e22f25c,0xd2063082,0x3560bb2c,0x10c2f9fd,0xe0071004,0xee2f9dfd,0x913e0320,0xfc5d3efd,0x21610f50,0x9205d1b1,0xfb1f87f0,0xde05e1f2,0x15095a17,0xca45dce8,0x34cfe5ae,0xa7f37f2c,0xedd05aff,0xfe22f20c,0xd4065080,0x3540ca2d,0x30d0f9ad,0xd3076005,0xee0f9bfd,0xd1480310,0xfc5d46fc,0xe16c0ee0,0x920501ae,0xfb6f74f1,0x3e02e072,0x1608b98c,0xccf661eb,0xa4e6e8fe,0xccf4bf1f,0xed705aff,0x5e23f1bc,0xd706607b,0x3540d82e,0x20ddf98d,0xce077005,0xedff99fe,0x014e02a0,0xfc9d4efc,0xb16e0e60,0x910421ad,0xfb3f6af1,0x8e01dfa2,0x1808694f,0xcec69bed,0xc4f8eafe,0xe5f5cf14,0xed5052fe,0x0e24f13c,0xd906207a,0x3520e32e,0xd0e7f96d,0xcb079004,0xee0f97fe,0x11500280,0xfc9d51fc,0xd16e0e30,0x8e02d1aa,0xfa8f69f1,0xbe01df02,0x1b08293d,0xcf76acee,0xa501ebce,0xf1f61f12,0xed6053fd,0x8e25f0fc,0xd906007b,0x3510e62f,0x00eaf95d,0xc9079004,0xee3f97fe,0x21510290,0xfc6d4ffd,0x216f0e90,0x8c0191a1,0xfa0f71f1,0xadffde72,0x1a07a948,0xcf06a2ee,0xf504ec1e,0xf2f5df0a,0xed6051fd,0x6e24f0fc,0xd706107e,0x34f0e32e,0xd0e7f95d,0xc807a004,0xee4f99fe,0x21510290,0xfc5d4dfd,0x81690ef0,0x8a009199,0xf9bf82f1,0xddf5de92,0x1807996b,0xcde680ee,0xe502ec0e,0xf4f52f01,0xed804efd,0x8e26f0ec,0xd405f081,0x34e0dd2e,0x60e1f96d,0xcb079004,0xee3f9bfe,0x014e0280,0xfc4d4ffd,0xd1600ec0,0x85ff7199,0xf98f94f2,0x3df1df32,0x1e07d9b7,0xcc0637ee,0x24fbeb5e,0xf9f4df00,0xeda04efd,0xee2cf0fc,0xd105b080,0x34d0d22d,0xb0d7f9bd,0xd6075003,0xee6f9bfd,0xc1450230,0xfc7d54fd,0xe1530e70,0x82ff219c,0xf9bfabf2,0x4df2dfd2,0x25080a5c,0xc98598ec,0xe4f0ea2f,0x04f4df00,0xee104cfe,0xae33f0ec,0xd005407d,0x3500c72c,0xf0cdfa0d,0xe5070003,0xeebf9cfd,0x713a01c0,0xfced5ffd,0x914a0de0,0x85fed19b,0xf99fc6f2,0x3defe032,0x2c07bb8d,0xc7b46eeb,0x14e1e86f,0x0bf44f01,0xee6050ff,0x3e40f0cc,0xcf04a077,0x3560ba2c,0x00c2fa6d,0xf306b002,0xef1f9efd,0x31320180,0xfd5d6afd,0x41400d40,0x87fee199,0xf9bfe3f2,0x1df2e0a2,0x33077d1d,0xc832e4e9,0x34d5e69f,0x03f32f0d,0xee704eff,0x9e4ef0bc,0xce03c06f,0x35d0ab2a,0xc0b4face,0x04066000,0xefaf9dfd,0x012a0140,0xfdad74fd,0x41370ce0,0x85ffa199,0xfa2000f1,0xfdf7e152,0x3c076e3e,0xcb11cbe7,0x24c9e49e,0xf0f22f1d,0xeed04e00,0x5e58f0ec,0xcd030066,0x36309b29,0x30a5fb3e,0x18060fff,0xf06f9afc,0xc1200120,0xfe0d7cfd,0x512a0c90,0x8000f19e,0xfac019f1,0xadfbe262,0x48079edb,0xcf1134e4,0x24bae1be,0xe0f11f25,0xef505501,0x4e5df10c,0xcb026062,0x36808a27,0x7096fb9e,0x2e05affc,0xf16f96fc,0x711700e0,0xfe6d81fd,0xa11d0cc0,0x7a02619f,0xfb5031f1,0x4dfbe3e2,0x5207df2a,0xd290eadf,0x94a8dd4e,0xdef0bf2b,0xee805701,0xde5ff10c,0xc9021062,0x36e07a25,0x9088fbfe,0x43054ff9,0xf29f91fc,0x410e0070,0xfe9d84fe,0x11140cf0,0x720411a1,0xfbf03ff1,0x2df9e592,0x5d07ff44,0xd440d1d9,0x7498d75e,0xf7f0ef20,0xed405501,0xbe5df13c,0xc6022063,0x37506d23,0xc07dfc4e,0x54050ff7,0xf3bf8bfc,0x0106ffd0,0xfe7d86fe,0xa10e0ce0,0x690551a8,0xfc403df2,0x1df3e712,0x6c07ff2c,0xd2d0e7d4,0x648ed26f,0x15f12f0b,0xee005d01,0x4e5bf16c,0xc3022067,0x37906322,0x4074fc6e,0x5b04eff5,0xf4af86fb,0xf103ff90,0xfe5d89ff,0x110d0d10,0x650661aa,0xfc6037f2,0xcdece782,0x73077eed,0xcfd123d2,0xb48cd0bf,0x19f19f05,0xeeb05f01,0x8e58f18c,0xc302006c,0x37b05d21,0x406efc5e,0x5904fff3,0xf53f80fb,0xf103ff70,0xfe1d8eff,0x510f0d50,0x640731ac,0xfc2030f2,0x8dede752,0x7406fea1,0xcd416bd4,0x448ed23f,0x0bf24f0b,0xeee05f01,0xde56f16c,0xc8019072,0x37e05c21,0x306efc2e,0x4d051ff3,0xf57f7afc,0x210aff70,0xfdad96ff,0x511a0d50,0x6a0871ab,0xfc5023f1,0xedefe642,0x71061e26,0xcab1e2d8,0x6495d64f,0x03f2cf0c,0xef005c02,0x3e5af14c,0xd0011075,0x38106021,0xc071fbde,0x38057ff3,0xf56f76fc,0x7115ffa0,0xfd0da2ff,0x51270d30,0x710961a0,0xfc8016f1,0x3defe4c2,0x69057d57,0xc872acdd,0x94a2db5f,0x01f35f04,0xeea05902,0xde63f11c,0xd5002078,0x38006522,0xa075fb4e,0x1c05fff4,0xf52f72fc,0xc1220010,0xfc2daeff,0x71370cf0,0x7509a19b,0xfc8003f0,0x7df4e312,0x66055c47,0xc783b7e2,0x14b1dfbf,0x06f40ef5,0xee705703,0xae6cf0fc,0xd9ff2079,0x37c06d23,0xb07cfa8d,0xfa069ff5,0xf49f70fd,0x313000c0,0xfb2dbaff,0xa1490c90,0x78090194,0xfbfff1f0,0x2e01e162,0x61051b2f,0xc7e4cbe5,0x94c1e31f,0x09f48eef,0xeeb05b03,0x4e77f0dc,0xdbfe8079,0x37907424,0xd083f9bd,0xd7074ff6,0xf44f70fd,0x913e0120,0xfa3dc3ff,0xe15b0c90,0x7c086189,0xfb4fe7f0,0x3e0edfa2,0x5604aa5a,0xc9759be8,0x44d1e5af,0x07f4befb,0xeec06103,0x0e81f0cc,0xdcfe207a,0x37607b25,0xa089f8fd,0xba07fff6,0xf41f6ffd,0xe1490120,0xf97dc700,0x51670cf0,0x7b085181,0xfb0fdfef,0xee12de32,0x4d0489e0,0xcb2611e9,0xe4dde73f,0x07f4fefe,0xeea06803,0x7e84f0ac,0xddfe007e,0x37308026,0x408df85d,0xa5088ff6,0xf3ef6dfe,0x31530120,0xf8fdce00,0xc16c0d20,0x7807d17d,0xfacfd7ef,0x7e15dcf2,0x4904b99b,0xcc7653ea,0xb4e3e7ff,0x00f4eeff,0xeed06e03,0x7e88f06c,0xdbfde083,0x37008226,0x808ff7dd,0x9508fff6,0xf3ff6afe,0x715b00e0,0xf8bdd901,0x116c0d20,0x7406e175,0xfa4fd8ef,0x4e14dc42,0x4905496d,0xcd967feb,0x84e8e8be,0xfaf4ef01,0xef206b03,0x6e90f03c,0xd5fd7085,0x36d07f26,0x208df78d,0x8c093ff6,0xf44f65fe,0x815f00b0,0xf88de801,0x71690d50,0x7006916a,0xf9dfe6ef,0x1e0fdc32,0x49060951,0xce9699ec,0x04ebe94e,0xf7f51f01,0xefb06303,0xee99f03c,0xccfcd084,0x36807825,0x3086f78d,0x8c093ff4,0xf4cf5dfe,0x815e0050,0xf87df301,0xf1630dd0,0x6b06b15e,0xf9cffaee,0xee07dc92,0x4b069945,0xcf16a4ea,0xf4e2e84e,0xfff58efe,0xf0405c04,0x5e9af06c,0xc4fcb082,0x36806e23,0xc07df7ed,0x9708eff3,0xf59f51fe,0x715bff80,0xf8edfc02,0x21550ea0,0x6807114f,0xf9d012ee,0xadfbdd62,0x4b06d943,0xcf36a6e8,0xd4d3e63f,0x0ff60ef5,0xf0a05b04,0x0e93f08c,0xc2fce083,0x36f06322,0x2073f86d,0xa7087ff1,0xf67f41fe,0x3157ff00,0xf98e0d02,0x11470f00,0x6507613c,0xf9a024ee,0x9df7de72,0x4a06b945,0xcf36a4e5,0xe4c2e36f,0x1af63ef2,0xf0b05b03,0x3e90f07c,0xc1fcc082,0x37705920,0xa06bf8fd,0xba080ff0,0xf6ff31fd,0xd152feb0,0xf9ee1d02,0x213e0f80,0x6407c127,0xf99031ee,0x7df6df72,0x47062947,0xcf26a2e2,0x54b2dfff,0x1ff63ef1,0xf0d05502,0x0e8af06c,0xbefc9080,0x37d0531f,0x7065f96d,0xca079fef,0xf71f22fd,0x614ffe90,0xfa3e2e02,0x51361080,0x63080110,0xf9a040ed,0xbdf6dfc2,0x3c05394e,0xcf069bdd,0xe4a2dbbf,0x22f67ef4,0xf1805501,0x4e7df01c,0xbffc607f,0x37f0511f,0x2063f9ad,0xd6075ff0,0xf6ff1afd,0x2150fee0,0xfa8e4002,0x312e1020,0x5f08210a,0xf9603bed,0x8dfbe012,0x42041957,0xceb692d9,0xa497d78f,0x20f65efa,0xf2205600,0xde6def5c,0xc4fbc07e,0x3810531f,0xa066f9cd,0xda074ff0,0xf6ef34fd,0x0154ff40,0xfaae5201,0xe12a0e50,0x5a082113,0xf8d022ed,0xde06e052,0x5702e967,0xce0684d7,0x5491d54f,0x15f5af00,0xf2505400,0x6e62ee9c,0xcbfb007a,0x38205920,0x906bf9bd,0xd8075fef,0xf74f66fd,0x015cffd0,0xfa7e6301,0xb1300dd0,0x5c084107,0xf8c019ed,0x1e0ae032,0x54025976,0xcd8676d7,0xe492d5df,0x0ef52f04,0xf2a05400,0x3e64ee3c,0xcffa7073,0x38206121,0xe072f99d,0xd4076fed,0xf7ff7efd,0x01640060,0xfa4e6f01,0x81370e00,0x5e07e0f9,0xf8d01cec,0x2e09e022,0x4402897c,0xcd5671da,0x8498d86f,0x11f54f04,0xf3205500,0x7e6fee0c,0xd0fa406f,0x38106823,0x0079f96d,0xce079fee,0xf7df6efd,0x116c0100,0xfa5e7601,0x613a0e50,0x5e0700f3,0xf8601feb,0x8e09e072,0x3903797f,0xcd466ddd,0xa4a0db7f,0x1bf57f09,0xf3905300,0x6e73eddc,0xd0fa506d,0x37f06d23,0x907cf95d,0xcb07afef,0xf72f5efd,0x01720180,0xfade8101,0x11350de0,0x5b0640f5,0xf83020eb,0x2e07e152,0x3304f987,0xcd1666e1,0xa4aedf5f,0x27f5bf06,0xf4d04fff,0xee77ed1c,0xccfa106e,0x37d07124,0x4080f95d,0xcb07aff0,0xf6af5efc,0xf17401c0,0xfb5e8a00,0xc12f0dd0,0x570580f0,0xf8602aea,0x9e05e222,0x25069994,0xccb65ae5,0xe4c1e37f,0x33f61f05,0xf6504f00,0x2e7aec8c,0xc7f9f06c,0x37b07524,0xe084f97d,0xcf078ff2,0xf5cf65fc,0xe17201e0,0xfbce8300,0xb1260fb0,0x5404c0d9,0xf8c045e9,0x7dffe2c2,0x030869af,0xcc1640e9,0xb4d7e71f,0x3bf62f04,0xf7605200,0xde6eeccc,0xc7fa8067,0x37907725,0x1085f9dd,0xdd073ff4,0xf4df67fc,0x916b0210,0xfc2e7800,0x71191110,0x4e0440cd,0xf9405de8,0xcdfce401,0xe70a59e8,0xcb0609ec,0x94ece9ef,0x45f61eff,0xf8105000,0xfe66ed4c,0xc6fb305e,0x37707725,0x1086fa4d,0xf106cff6,0xf41f65fc,0x21620230,0xfcce6d00,0x21021140,0x420420d3,0xfa3067e8,0xfdfbe5e1,0xd90caa40,0xc9b5b4ee,0xe502ec0f,0x4df5fefa,0xf8b04b00,0xfe5fedec,0xc4fc0055,0x37507624,0xf085face,0x07065ff8,0xf32f60fb,0x81560220,0xfd0e62ff,0xf0ed1140,0x340460db,0xfb2070e8,0xfdfee7d1,0xc90f1ad4,0xc87523f0,0x7514ed8f,0x58f5bef5,0xf8e04a01,0x1e5ceedc,0xbdfd204a,0x37307424,0xa083fb3e,0x1b05fffa,0xf22f5dfa,0xa14501d0,0xfd2e57ff,0xe0d91120,0x2604b0e9,0xfbe078e8,0xce02e961,0xbb113bab,0xc79450f1,0x8521ee8f,0x5df59efc,0xf8704901,0x4e58efdc,0xb2fe8043,0x36f07124,0x3080fb7e,0x2805cffc,0xf15f5ef9,0x81300130,0xfd4e46ff,0xc0ca1110,0x1e0550fb,0xfcb07be8,0xbe07eaa1,0xb212bc88,0xc79377f2,0x752def6f,0x59f52f07,0xf9104a01,0x5e51f0fc,0xa9002046,0x36d06d23,0xb07dfb5e,0x2105dffd,0xf0ef61f8,0xb112ff10,0xfcde35ff,0xb0c810a0,0x1e060108,0xfd3076e9,0x0e0aeb61,0xb1136d27,0xc832dbf2,0xf534efdf,0x53f48f10,0xf9a04d01,0x2e50f25c,0x9e015050,0x36806a23,0x407aface,0x05065ffe,0xf08f64f8,0x00f3fd30,0xfc6e23ff,0x90cb1010,0x2106b11b,0xfd906be9,0x9e0deb81,0xb6137d8b,0xc8e279f2,0xf535efef,0x4af40f18,0xf8b05001,0x4e49f39c,0x98021063,0x36706923,0x207af9dd,0xdc073fff,0xf04f64f8,0x40e9fc40,0xfc0e14ff,0x60cf0f50,0x25074132,0xfe505fe9,0xde0feb21,0xbc133dc3,0xc96242f2,0xe534efdf,0x40f3cf1f,0xf7c05101,0x8e3ff4bc,0x9502207b,0x36806923,0x0079f8ad,0xb0083fff,0xf01f64f9,0x40f1fc80,0xfbce0aff,0x40d70e60,0x2707c145,0xff3053e9,0xbe13ea31,0xc212ede1,0xc99225f2,0xa532ef8f,0x39f3af29,0xf7805601,0xfe39f59c,0x8f019094,0x36b06722,0xc077f78d,0x8c093fff,0xf00f68fa,0x00f6fd20,0xfb8e01ff,0x10e30d70,0x2a07f14e,0xffb046ea,0x6e19e8e1,0xc5125dab,0xc9025af2,0x7530ef6f,0x39f3bf35,0xf7f06002,0x1e3bf64c,0x8600f0ab,0x37306422,0x5075f6cd,0x7709e000,0xefff75fa,0x70f3fd40,0xfbddf3fe,0xc0ea0cf0,0x2e088157,0x00303beb,0xde19e801,0xc711ad0e,0xc802f4f2,0xe535efcf,0x47f3ff41,0xf7d06501,0x1e3ef67c,0x8000b0c9,0x38206121,0xd072f67d,0x700a3fff,0xf00f88fa,0xc0ecfd40,0xfc3de0fe,0x70f80ce0,0x3608a160,0x00b02fed,0x1e14e721,0xc810ac29,0xc793d5f3,0xc542f09f,0x5df46f47,0xf7f05dff,0x7e3ff69c,0x7b0120e8,0x39805e21,0x5070f6ad,0x740a0000,0xefefa0fb,0x40ecfe20,0xfcedc8fe,0x01040d10,0x3d08a169,0x01401ced,0xbe0de631,0xcb0fbb3c,0xc7f4bdf4,0xa551f17f,0x6ef4ef45,0xf87056fe,0x5e3cf67c,0x78025107,0x3b505d21,0x206ff72d,0x83099001,0xef8fbafb,0xd0edff60,0xfd7db5fd,0x91100c80,0x42088177,0x01a001ee,0x7e05e581,0xd40efa76,0xc9357ff5,0x8560f24f,0x79f56f3e,0xf7e04ffe,0x2e3af64c,0x78036121,0x3d105e21,0x506ff7ed,0x9908e002,0xef1fd0fc,0x10e6fff0,0xfdbda9fd,0x711b0b80,0x42088188,0x023fe7f0,0x0e01e491,0xe00e59df,0xcb3611f6,0x356ff2ff,0x7ef5af3f,0xf6d046fe,0xee36f5ec,0x79039136,0x3e306222,0x0073f89d,0xb0085003,0xee9fdefc,0x30da00c0,0xfe0d9dfd,0x81230b00,0x42086193,0x02afd4f1,0x1dfee391,0xe90e4993,0xccd65af6,0x9577f34f,0x85f5af39,0xf6804a00,0x1e2af56c,0x7d03a14a,0x3f106923,0x0079f93d,0xc707c004,0xee2fe4fc,0x60cd01f0,0xfe0d94fd,0xc1310ab0,0x45083197,0x02cfc2f1,0x6dfbe271,0xeb0d996c,0xcdf67ff7,0x0580f3af,0x85f5df31,0xf5f04d00,0xee20f50c,0x7f042156,0x3fb07124,0x1080f9bd,0xdc075005,0xedcfe9fc,0x80be0290,0xfded8efe,0x313b0a40,0x46082198,0x02cfb4f1,0x9dfde191,0xeb0ca95d,0xce668df7,0x5587f3ff,0x79f59f33,0xf5504a01,0x1e16f48c,0x82048160,0x3ff07b25,0x7089fa1d,0xec06f006,0xed3feefc,0x90a50240,0xfdfd8dfe,0x61430980,0x4807e19b,0x029faaf1,0xbe01e101,0xec0b9968,0xce1683f7,0x5588f3ff,0x6ef50f37,0xf4904701,0x1e0ff3ec,0x89044168,0x3ff08827,0x1094fa2d,0xed06f008,0xec7feefc,0xb08f0160,0xfe5d89fe,0x314a08f0,0x4f0781a0,0x023f9ff1,0xbe05e051,0xeb0a4984,0xcd4668f7,0x1582f3bf,0x6bf49f3b,0xf3f04800,0xce08f35c,0x94040170,0x40309728,0xb0a2f9cd,0xe007400b,0xeb8feffd,0x30920040,0xfe8d85fe,0x11560890,0x5606f1a6,0x01ff96f1,0xae09df81,0xe90929ac,0xcc4642f6,0xb579f36f,0x65f45f41,0xf3a04d00,0xce03f30c,0x9d049176,0x40a0a72a,0x40b1f95d,0xce07a00d,0xeabff3fd,0xc09afed0,0xfedd81fd,0xc1650850,0x6005e1ac,0x012f8cf1,0x6e0eddf1,0xe707e9ec,0xcb0604f6,0x356ef2ff,0x56f38f4d,0xf3305a01,0x9dfef2fc,0xa805717d,0x4140b62b,0x80bdf8ed,0xbf08000f,0xea0ff4fd,0xf09afdf0,0xff4d7ffd,0x317507c0,0x6d0451b1,0xffbf81f1,0x5e11dc91,0xe906ba56,0xc9859ef6,0x056bf2cf,0x49f2ef5c,0xf2e05f02,0x0df9f2fc,0xb505e180,0x41f0c52c,0xb0ccf88d,0xb2086011,0xe96ff3fd,0xf09efdf0,0xff9d7dfd,0x017f0740,0x720331bb,0xff0f7bf1,0x4e13dbc1,0xed062b0b,0xc824edf6,0x156bf2cf,0x3df23f66,0xf2806001,0xcdf5f30c,0xbf05f183,0x4240d22d,0x90d7f82d,0xa508b013,0xe8dff3fe,0x00a8fe20,0xfffd7bfd,0x217d06f0,0x7302a1c2,0xfebf7df1,0x3e13db91,0xf1061c13,0xc783eaf6,0x156cf2cf,0x21f12f75,0xf1e05f01,0xadf3f2dc,0xc205c189,0x4240d92e,0x10def7cd,0x9b090014,0xe85ff5fe,0x20b4fe80,0x006d76fd,0x517606c0,0x7402b1c7,0xfdff81f1,0x5e10dc31,0xf9064d02,0xc81300f6,0x256ef2df,0x0af06f89,0xf1505b01,0x9dedf2bc,0xc406218b,0x4270de2e,0x60e3f7ad,0x98092015,0xe82ff9fe,0x50c3fef0,0x006d6efd,0x917506a0,0x770281cd,0xfd2f83f1,0xce07dd22,0x03065d7f,0xc8d285f6,0x7573f31f,0x13f07f8d,0xf1705101,0x3debf2bc,0xc5070183,0x42b0eb2f,0x20eef7cd,0x9a091012,0xe8e002fe,0x80d4ff20,0x004d6afd,0xe1770680,0x790271d1,0xfc9f82f2,0x4e00dda2,0x0b05fd8a,0xc8f27af6,0x6572f30f,0x22f0df89,0xf1404d00,0xedeff23c,0xcb07d177,0x43010930,0xb10af7ed,0x9e08f00d,0xead00cfe,0xa0dfff30,0x000d6cfe,0x61750650,0x7702a1d3,0xfc5f80f2,0xadfbddc2,0x11054d38,0xc852cbf6,0x156cf2bf,0x25f0ef7c,0xf0905100,0xddf8f0fc,0xd508016e,0x42d14132,0xe140f80d,0xa408c006,0xed5014fe,0xa0e3ff10,0xff3d72ff,0x21770630,0x740331d1,0xfc4f82f2,0xedf6dda2,0x14045c8e,0xc7b371f5,0xc566f27f,0x2af16f74,0xf0605200,0xce03f01c,0xde07915f,0x42418234,0xb17df84d,0xaa089001,0xef4011fe,0x90e3ff20,0xfe0d7500,0x117d0650,0x7103e1cc,0xfc4f87f3,0x1df2dd62,0x19035bbb,0xc7a441f5,0x755ff22f,0x35f20f73,0xf0a04f00,0xee0defdc,0xe607514d,0x41b1a135,0x619cf86d,0xae087001,0xef5003fe,0x80e2ff80,0xfd0d7900,0xd18106b0,0x6d03f1c2,0xfc6f8ef3,0x2defdd52,0x1d02dae7,0xc87510f4,0xf556f1bf,0x3df27f65,0xf0704d01,0x5e14ef9c,0xef07213c,0x41318334,0xb17ef8ad,0xb6084003,0xeecff0fe,0x60daffc0,0xfc3d8201,0xb1820730,0x690411b8,0xfcaf97f2,0xadeddda2,0x1c02aa4f,0xc9b5a4f4,0x2548f0ff,0x50f2ef50,0xf0505101,0x0e1def1c,0xf306d130,0x40a13732,0x8136f8dd,0xbd081001,0xef5fe9fe,0x40d4ff70,0xfb5d8f02,0x918507a0,0x660421ab,0xfcdfa0f1,0xddedddd2,0x16029a00,0xcab5f1f3,0x653cf04f,0x65f38f42,0xf0e05700,0x6e2aeedc,0xef066124,0x3fd0ea2f,0x00edf91d,0xc307efff,0xf06feefe,0x20cfff00,0xfa9d9803,0x418707d0,0x600471a6,0xfcefa4f1,0x3defddd2,0x170279eb,0xcb1606f2,0xf534efdf,0x73f41f3a,0xf1305900,0xce37eefc,0xe9063119,0x3f50ad2a,0xc0b6f93d,0xc907cffd,0xf11ff0fe,0x10ccfe60,0xfa2d9f03,0xd18307d0,0x5b0501a6,0xfd1fa7f0,0xfdf6ddd2,0x1a029a05,0xcaa5edf2,0xc532efaf,0x74f44f3b,0xf1205901,0x3e49ef4c,0xe0060112,0x3ec08426,0x9091f94d,0xca07bffa,0xf23fe3fe,0x00c9fe10,0xf9dda204,0x21830830,0x5c05a1a6,0xfd4faaf0,0x7dfedda2,0x1802aa48,0xc9c5acf2,0xd533efcf,0x6ef3ff45,0xf1105801,0x5e60efcc,0xd505f10d,0x3e606a23,0x107af92d,0xc607cff5,0xf4bfd5fe,0x00cbfdf0,0xf9cda204,0x317f08c0,0x5d0611a6,0xfd5fadf0,0x0e05dd72,0x1402eaad,0xc8c549f3,0x1537efff,0x5ff34f55,0xf1105b01,0x0e78f02c,0xca05e10d,0x3df05b20,0xa06df8fd,0xbe07ffee,0xf79fd8fe,0x00d1fe10,0xf9ada104,0x317b08f0,0x5e0691ac,0xfd6fabef,0xfe0ddd52,0x13032b28,0xc804d0f3,0x553bf04f,0x46f29f63,0xf0d05b00,0x6e8ff0bc,0xc105b10b,0x3d90561f,0xd068f8ad,0xb2084fec,0xf8afe2fe,0x10dafe80,0xf99d9f03,0xf17808f0,0x5f0711b3,0xfd7faaef,0xee11dd72,0x12038bba,0xc79442f3,0xc541f0af,0x36f23f6d,0xf08055ff,0x9e97f13c,0xbe059108,0x3d305820,0x406bf84d,0xa6089fef,0xf71fe8fe,0x40e5ff00,0xf97d9f03,0xa1790900,0x620761b7,0xfdbfa8ef,0xae12dd52,0x0f03ec1e,0xc783e0f4,0x0545f0df,0x31f1ff70,0xf0a04fff,0x1e92f19c,0xc0059103,0x3ce05d21,0x206ff7fd,0x9c08eff2,0xf5ffe6fe,0x60f1ff70,0xf93da203,0xb1790910,0x5f0741b9,0xfddfa7ef,0x4e13dcf2,0x0a046c35,0xc783c9f3,0xf545f0df,0x2cf1ff73,0xf0d04ffe,0xee8af14c,0xbf0570fe,0x3c506522,0x6076f7cd,0x96090ff2,0xf5bfe2fe,0x80faffe0,0xf8fda403,0xe17808f0,0x5906c1be,0xfd8fa4ef,0x4e12dcb2,0x0a04bbf8,0xc78405f3,0xb541f09f,0x31f22f73,0xf0b04ffe,0xbe7ff11c,0xbe0520fa,0x3b806d23,0x907cf7bd,0x93091ff3,0xf53fddfe,0x80ff0080,0xf8cd9e03,0xf1760930,0x560651c0,0xfcffa6ef,0x4e0ddcd2,0x0a04cb90,0xc7a46bf3,0x3539f01f,0x39f26f72,0xf0b04cfe,0xae6ff14c,0xbe0510f8,0x3ae07124,0x5081f7ad,0x92092ff5,0xf4afd5fe,0x81010110,0xf8bd9203,0xd17409b0,0x5905e1c3,0xfc9facef,0x8e06dd62,0x0d04db1a,0xc814dff2,0xa530ef8f,0x3ef29f67,0xf10046fe,0xbe61f1dc,0xbf05a0f7,0x3ab07324,0x8082f7ad,0x91092ff5,0xf47fd2fe,0x81010130,0xf8cd8503,0xc16e0a60,0x5a0571c5,0xfcbfb0ef,0xedffde32,0x1004fab4,0xc8b543f1,0xb524eebf,0x4bf2ef57,0xf16044fe,0x9e59f24c,0xbd0650fa,0x3aa07324,0x8082f7ad,0x90092ff6,0xf43fd4fe,0x710200b0,0xf8ed7703,0xf1640b70,0x590501c0,0xfcefb6f0,0x2dfbdef2,0x0f052a77,0xc9457df1,0x351dee3f,0x61f35f4c,0xf1d044fe,0x9e4bf28c,0xbb06c0ff,0x3a607224,0x6081f7ad,0x91091ff6,0xf43fd3fe,0x710400d0,0xf8fd6d04,0x01580bc0,0x550511c0,0xfd1fb6f0,0xadfcdfc2,0x15059a66,0xc9758ff1,0x151cee1f,0x6df39f46,0xf22044fe,0xce3ff2cc,0xbb06e0ff,0x3a207424,0x9082f7bd,0x92091ff6,0xf3efd1fe,0x910c0160,0xf8dd6a04,0x014d0b70,0x4f0571c5,0xfd7fb3f1,0x3e01e072,0x1f05fa7f,0xc93576f1,0x451fee4f,0x62f3af46,0xf1a044fe,0xde3cf30c,0xba0710f7,0x3a007725,0x0085f7dd,0x9608fff7,0xf36fd1fe,0xc1190180,0xf8ad6703,0xd1480b40,0x4f0631c7,0xfdffb1f1,0x7e06e0f2,0x24063acc,0xc8952af1,0xd526eedf,0x51f32f4b,0xf15047fe,0x9e39f35c,0xbc0790ed,0x3a207c25,0xb089f7ed,0x9808eff9,0xf2dfd2fe,0xe1210160,0xf87d6603,0x71460b00,0x530701c3,0xfe6fb0f1,0x6e0ce112,0x22062b54,0xc7e4a6f2,0x9530ef8f,0x3df29f55,0xf1704efe,0x4e3bf38c,0xc007f0e6,0x3a608326,0x9090f7bd,0x92091ffa,0xf25fd7fe,0xe1240160,0xf86d6802,0xf1450a60,0x5707a1c4,0xfedfabf1,0x6e17e0e2,0x2305dc08,0xc783f5f3,0x553af03f,0x24f1ef62,0xf0d04afe,0x9e44f37c,0xc507e0e1,0x3a908c27,0xb098f76d,0x89095ffb,0xf1dfdffe,0xf1280190,0xf85d6a02,0x814509c0,0x590841c6,0xff6fa7f1,0x8e21e062,0x21059cab,0xc7b355f4,0x0545f0df,0x13f17f6e,0xef603eff,0xbe4cf35c,0xca0780dc,0x3aa09828,0xf0a3f71d,0x81099ffd,0xf13fe6ff,0x113001f0,0xf81d6a02,0x314b0990,0x5e0921c2,0xffffa7f1,0x4e28dfd2,0x17057d3c,0xc852c7f4,0x854ef15f,0x03f0cf8a,0xef104100,0x1e52f35c,0xd00740d6,0x3ab0a52a,0x30aef6bd,0x7609fffe,0xf08fedff,0x413b0280,0xf7fd6801,0xd1520950,0x6209d1c3,0x007fa3f1,0x5e2ddf72,0x0f05ad90,0xc8f274f4,0xe555f1be,0xecf00fa0,0xeee04300,0x2e57f33c,0xd60730d6,0x3ad0b22b,0x50baf62d,0x680a7000,0xeffff4ff,0x61420330,0xf7cd6501,0x815b0900,0x660a51c7,0x00df9ef1,0xbe2edee2,0x0605cd98,0xc8f26df5,0x455bf20e,0xdbef9fa7,0xeee04600,0x9e5bf32c,0xdb0710d6,0x3ae0bf2c,0x50c6f5ad,0x5b0af001,0xef7ffbff,0x71480400,0xf7ad6401,0x616408a0,0x680ac1cb,0x012f98f2,0x3e2dde61,0xfe063d61,0xc882a2f5,0x755ff23e,0xd2efcfa9,0xef004d01,0x1e60f30c,0xde06d0d8,0x3ad0cc2d,0x50d2f52d,0x510b6002,0xef0000ff,0x914e04a0,0xf7ad6201,0x116f0840,0x6b0ae1ce,0x014f92f2,0xce28de11,0xf606ccfa,0xc80307f5,0x9562f24e,0xd4efefa9,0xeef04d01,0x4e63f2bc,0xe106c0d9,0x3ad0d92e,0x20def4cd,0x480bb003,0xeeb006ff,0xb1530500,0xf7dd5e00,0xe1760840,0x6e0af1d0,0x014f90f3,0x5e20ddf1,0xee074c62,0xc7939df5,0x7560f23e,0xe4f04fa6,0xef004e01,0x6e62f25c,0xe306d0df,0x3ad0e42e,0xd0e8f47d,0x420bf003,0xee700dff,0xc1580560,0xf7bd5c00,0xf1800850,0x700af1d0,0x014f91f3,0xae17ddf1,0xe707cbbe,0xc7a43ef5,0x355cf1fe,0xfaf0cf9f,0xef504f01,0x5e60f24c,0xe206f0e1,0x3aa0ea2f,0x20edf44d,0x3e0c2004,0xee3011ff,0xc15a05d0,0xf78d5901,0x11890870,0x720aa1ce,0x011f96f3,0xfe12de11,0xe1081b2b,0xc804cef4,0xe555f1af,0x12f15f93,0xefd04f01,0x4e5ef24c,0xdf06f0e3,0x3a60ec2f,0x50f0f43d,0x3c0c3004,0xee1012ff,0xc15a0630,0xf77d5401,0x319008a0,0x730a31cf,0x00bf9df4,0x5e0ede51,0xde082aaf,0xc8c547f4,0x554cf11f,0x2bf1cf83,0xf0604e01,0x8e58f25c,0xdc0730e5,0x3a30ec2f,0x40eff45d,0x3f0c1004,0xee0013ff,0xb1580660,0xf7bd4e01,0x219308f0,0x7509d1d1,0x009fa4f4,0x8e0bdea1,0xdd083a5c,0xc98598f3,0x9540f06f,0x46f25f6e,0xf0d05001,0x6e4ff24c,0xdc0790e8,0x3a10e82f,0x10ecf4ad,0x450bd004,0xee3012ff,0xa1570670,0xf81d4d01,0x01940900,0x750961d3,0x004faaf4,0x8e07df11,0xdd084a2d,0xca25c5f2,0xa533ef8f,0x63f2df5b,0xf1405301,0x4e48f24c,0xd907b0e8,0x39f0e12e,0xa0e5f51d,0x4e0b7003,0xee600fff,0x91540670,0xf84d4d00,0xe1920910,0x7208f1d7,0x000faef4,0xae07df91,0xdf087a0a,0xca95e7f2,0x152beeff,0x75f35f52,0xf1b05301,0x3e41f27c,0xd607d0e4,0x39c0d82e,0x20ddf5bd,0x5d0ad003,0xee9008ff,0x614e0650,0xf8cd4a00,0xc18b0930,0x6e08b1de,0xffdfb2f4,0xee0be001,0xe108aa0a,0xca95e7f1,0xc527eebf,0x7ef36f51,0xf1c05601,0x4e37f28c,0xd40810e3,0x39a0d02d,0x80d5f65d,0x6c0a4002,0xeec001ff,0x21460610,0xf92d4a00,0xb1830970,0x6c0801dd,0xff3fb8f4,0xde10e021,0xdf08ba2e,0xca15c4f1,0xe528eecf,0x82f34f51,0xf1c05801,0x4e31f2ac,0xce0840e0,0x3970c42c,0xb0caf6fd,0x7d09b002,0xef0ffbfe,0xf13f05e0,0xf97d4900,0xc17a09e0,0x6b0761de,0xfebfc0f4,0x7e13e021,0xdc08aa84,0xc92571f2,0x552def3f,0x83f2ef51,0xf1e05701,0x7e2df2ec,0xc60880dc,0x3930b72b,0xb0bff7ad,0x91092001,0xef4ff7fe,0xc13805a0,0xf9ad4600,0xc1720a40,0x6b0711df,0xfe7fc5f4,0x0e18e001,0xde088b2a,0xc814cff2,0xd534efbf,0x77f22f52,0xf1c05401,0x7e28f34c,0xc008c0d4,0x3910ab2a,0xb0b4f85d,0xa7088001,0xef9ff2fe,0x712e0560,0xf9fd3f00,0xb1690ad0,0x6c0701dd,0xfe8fc7f3,0x9e1adf91,0xde080bfa,0xc7a402f3,0x553cf03f,0x69f1cf57,0xf1705001,0x6e21f3cc,0xba0920cf,0x39109f29,0x90a9f8fd,0xbc07f000,0xeffff0fe,0x21220520,0xfa2d3900,0xc15d0b40,0x6d0771db,0xfe4fc7f3,0x7e1ddf41,0xde079cc1,0xc7d33ff3,0xd543f0af,0x5df21f59,0xf1104e01,0x6e1ef44c,0xb20930c9,0x38d09328,0x709ff98d,0xd2077fff,0xf06feffd,0xe1180530,0xfa5d3300,0xe14e0bb0,0x6a08c1dc,0xfe8fc6f3,0x3e23df11,0xde075d8f,0xc8f275f4,0x654cf13f,0x4df1bf5a,0xf0804c01,0x6e1af49c,0xab0910c5,0x38808a27,0x7097fa0d,0xe4070ffe,0xf0bfeffd,0x910d0570,0xfa4d2e01,0x21410bf0,0x6509d1e0,0xfebfc4f3,0x2e29df11,0xe1073e2d,0xcad1dcf4,0xf556f1cf,0x33f10f62,0xeff04c01,0x7e1af50c,0xa40920c0,0x38508226,0x808ffa5d,0xf206cffd,0xf0ffeffd,0x610805c0,0xfa4d2a01,0x51330c00,0x610a91e6,0xfecfc0f3,0x1e30df11,0xe2073e98,0xcd0174f5,0x755ff24f,0x1af0af6a,0xef505101,0xde19f55c,0x9e0950be,0x38307b25,0xa089fa9d,0xfd068ffd,0xf13ff0fd,0x510605e0,0xfa0d2901,0x812d0c20,0x5f0b91e7,0xff2fbbf2,0xfe38dee1,0xdc073ed9,0xcef136f5,0xe566f2af,0x00f03f6b,0xeea05302,0x7e1cf5dc,0x9a0980b5,0x38307725,0x2086face,0x06065ffd,0xf13feffd,0x410605d0,0xfa2d2c01,0x41280c50,0x600cc1e5,0xffdfb9f2,0xbe3ddec1,0xcf073efc,0xd05115f6,0x256bf2ee,0xe2efcf64,0xeda05402,0xce1ef60c,0x9b09a0ad,0x38707624,0xf085fafe,0x10063ffd,0xf12fecfd,0x31050590,0xfaad3300,0x91250be0,0x630d31e6,0x001fb0f2,0x8e40dea1,0xc6071f09,0xd0e108f6,0x356df2fe,0xdeefaf53,0xecd05603,0x0e24f60c,0xa10980a6,0x38c07725,0x2086fb1e,0x15061ffd,0xf12fe9fd,0x21060550,0xfb3d3eff,0xc1260b20,0x680d11e8,0xffcfa3f2,0xce44de71,0xbc06cef8,0xd01118f6,0x256bf2ee,0xebf02f50,0xec105803,0x2e2af5dc,0xaa09109e,0x39207b25,0xa089fb2e,0x17060ffd,0xf10fe5fd,0x310a0540,0xfbdd4bfe,0xc12b0a60,0x6f0d11e6,0xff9f97f3,0x2e45de61,0xae066ec5,0xce3149f5,0xe565f2be,0xf5f0ff4d,0xeba05903,0x1e32f59c,0xb5084097,0x39808026,0x508efb2e,0x17060ffe,0xf0cfe0fd,0x210b0570,0xfc7d53fd,0xf13009f0,0x760d71e2,0xff9f8df3,0x8e45de61,0xa2063e74,0xcc0197f5,0x855ef25e,0xfaf1bf42,0xebd05703,0x1e33f53c,0xc207a096,0x39f08727,0x1093fb1e,0x14061ffe,0xf08fdbfd,0x310e05a0,0xfc9d58fd,0x61390950,0x7a0d71e6,0xff9f7df4,0x4e42de41,0x9d064dff,0xca0209f5,0x2557f1ff,0x01f20f32,0xec805603,0xde36f52c,0xcc074094,0x3a408d27,0xc098faee,0x0d064fff,0xf03fdafd,0x411305e0 +}; + +u32 ANIM_ENTRY_yawning[] = +{ + 0x00cf5400,0x2fc00af0,0x07054014,0xff413604,0xfcbe2b80,0x982e5dd8,0xcb0218cc,0xd476c9ca,0x1808d067,0xe6cfb3fd,0x7ecb016c,0x0b06d005,0x3dc00506,0x8011ffdf,0xc200afe8,0xf7cfcff6,0xd04a0110,0x00bf5300,0x1fc20af0,0x08052014,0xff213604,0xfcbe2b80,0x982e6dda,0xcb0216cc,0x9476c97a,0x1c094072,0xe6cfb6fd,0x9ecc018c,0x0c06e004,0x3dd00506,0x8011ffdf,0xc100afe8,0xf7cfcff6,0xe04b0110,0x009f54ff,0xffc50b00,0x0b051014,0xff113804,0xdcbe2b70,0x972e5ddd,0xcb1214cc,0x8476c96a,0x1d093073,0xe6cfb6fd,0xbecd01ac,0x0e06c003,0x3df00506,0x8011ffdf,0xc000afe8,0xf7dfd0f6,0xe04b0130,0x00af5400,0x0fc40b10,0x09052013,0xff313a04,0xdcbe2b60,0x952e6ddd,0xcb1213cc,0x5476c94a,0x1708806a,0xe6bfb3fd,0xdecd01ac,0x0d06d002,0x3df00506,0x7011ffdf,0xc100afe8,0xf7dfcff6,0xe04b0100,0x008f55ff,0xefc60af0,0x0b051016,0xff213a04,0xbcbe2b60,0x952e6de1,0xcb220fcc,0x6476c95a,0x1508a069,0xe69fb0fd,0xeecb01cc,0x0f06d000,0x3e000506,0x8011ffdf,0xc200afe8,0xf7cfcdf6,0xd04a0110,0x009f5400,0x0fc50af0,0x0a051018,0xff113a04,0xacbe2b70,0x942e6de6,0xcb320bcc,0x3476c92a,0x1508c06b,0xe67fb1fd,0xbecb01cc,0x0e06e000,0x3df00506,0x8011ffdf,0xc300afe8,0xf7cfcdf6,0xd04900f0,0x008f53ff,0xefc70b30,0x0c053016,0xff213d04,0x9cbe2b40,0x922e5de5,0xcb320ccc,0x6476c94a,0x1708b06b,0xe64fb2fd,0x6eca01cc,0x0f071000,0x3e000506,0x8011ffdf,0xc100afe8,0xf7cfcdf6,0xd04900e0,0x005f52ff,0xdfcc0b50,0x0f053013,0xff113e04,0x8cbd2b20,0x922e3de2,0xcb220fcc,0xc476c9ba,0x1908a06c,0xe64fb3fd,0x3eca020c,0x10071ffe,0x3e100506,0x9011ffdf,0xc000afe8,0xf7cfcef6,0xe04a0100,0x005f52ff,0xcfcb0b70,0x0f054013,0xff213f04,0x7cbd2b10,0x902e2de0,0xcb1211cd,0xc477caaa,0x1b08e06e,0xe66fb4fd,0x1eca01fc,0x11071fff,0x3e200506,0x9011ffdf,0xbf00afe8,0xf7cfcef6,0xe04b00f0,0x006f51ff,0xcfca0b80,0x0f056013,0xff214004,0x6cbd2b10,0x8e2e0de0,0xcb1211ce,0x9477cb7a,0x1c09206f,0xe67fb4fd,0x0eca01fc,0x11072001,0x3e200506,0x9011ffdf,0xbd00bfe8,0xf7cfcef6,0xe04b00e0,0x00af50ff,0xefc50bb0,0x0b055012,0xff414304,0x4cbe2af0,0x8d2e0de5,0xcb320bcf,0x5478cc3a,0x1a09006e,0xe67fb3fc,0xeec901bc,0x0f072003,0x3e100506,0x8011ffdf,0xbf00afe8,0xf7cfcef6,0xe04b00f0,0x00bf50ff,0xffc30be0,0x0805400f,0xff614504,0x2cbf2ac0,0x8c2e0de5,0xcb320ccf,0xa478cc8a,0x1a08c06b,0xe66fb2fc,0xdec801ac,0x0d071002,0x3df00506,0x8011ffdf,0xc100afe8,0xf7cfcef6,0xe04a0100,0x00af50ff,0xffc50bd0,0x0905300e,0xff714504,0x2cbe2ab0,0x8c2dfde1,0xcb2210d0,0x1479ccfa,0x1c090070,0xe68fb1fc,0xcec901bc,0x0e072002,0x3df00506,0x9011ffdf,0xc000afe8,0xf7cfcef6,0xe04b0110,0x00af5200,0x0fc40bd0,0x0805100c,0xff914504,0x1cbe2a90,0x8b2e0de2,0xcb220fd0,0x4479cd2a,0x1e094073,0xe6bfb1fc,0xdecb019c,0x0d070002,0x3de00506,0xa012ffdf,0xc100afe8,0xf7bfd0f6,0xe04b0110,0x00af53ff,0xefc50ba0,0x0a05000e,0xffa14304,0x2cbd2a90,0x8b2dfde1,0xcb220fd0,0x6479cd4a,0x1f096073,0xe6efb1fc,0xeeca019c,0x0f070002,0x3e000506,0xa012ffdf,0xc000afe8,0xf7bfcff6,0xe04b00f0,0x00af5300,0x0fc40b80,0x0904f00e,0xff914104,0x2cbc2aa0,0x8a2e0de3,0xcb220dd0,0x6479cd4a,0x1f094070,0xe70fb4fd,0x0ecb019c,0x0e06e002,0x3df00506,0xa012ffdf,0xc000afe8,0xf7bfd0f6,0xe04b0100,0x009f53ff,0xffc60b70,0x0c04b00e,0xff513e04,0x3cbb2ab0,0x8b2e1de5,0xcb320bd0,0x3478cd1a,0x1f09106e,0xe72fb6fd,0x3ecb01ac,0x0f06f001,0x3e000506,0x9011ffdf,0xc000afe8,0xf7bfd0f6,0xe04b0100,0x00af52ff,0xffc60b60,0x0b04a00e,0xff413d04,0x4cba2ab0,0x8a2e2de5,0xcb320cd0,0x0478ccea,0x2009006e,0xe75fb8fd,0x4ecb01bc,0x0e071001,0x3e000506,0x8011ffdf,0xc100afe8,0xf7cfd0f6,0xe04b0100,0x00bf51ff,0xdfc60b80,0x0d04900d,0xff113e04,0x3cba2a90,0x892e2de4,0xcb320ccf,0xd478ccaa,0x1f09206d,0xe79fbafd,0x3eca01bc,0x0f06e002,0x3e100506,0x7011ffdf,0xc200afe8,0xf7cfcff6,0xe04a0130,0x00cf51ff,0xefc50b80,0x0c04800e,0xff113e04,0x3cbb2a80,0x882e2de3,0xcb220dcf,0x4478cc2a,0x1f09306d,0xe80fbbfd,0x2eca01ac,0x0e06e003,0x3e000506,0x7011ffdf,0xc200afe8,0xf7cfcff6,0xe04a0120,0x00af50ff,0xdfc80b90,0x0f048010,0xfef13f04,0x2cba2a80,0x882e2de7,0xcb3209ce,0x7477cb5a,0x1f09106e,0xe89fbdfd,0x3ec901cc,0x10071002,0x3e200506,0x6011ffdf,0xc000afe8,0xf7dfd0f6,0xe04a0100,0x00af4fff,0xefc70b90,0x0e04a010,0xff013f04,0x2cb92aa0,0x8a2e2ded,0xcb5204cc,0xf476c9da,0x1d08b06d,0xe95fc0fd,0x4eca01cc,0x0f073003,0x3e100506,0x7011ffdf,0xc000afe8,0xf7dfd1f6,0xe04a0110,0x008f4dff,0xcfc90ba0,0x11049011,0xfee13e04,0x1cb82ab0,0x8c2e1df5,0xcb71fccb,0x1475c80a,0x1f08806d,0xea0fc3fd,0x3ec801fc,0x10073000,0x3e200506,0x6011ffdf,0xc000afe8,0xf7dfd1f6,0xe04b0110,0x007f4dff,0xbfcb0b90,0x13048012,0xfee14004,0x0cb82ae0,0x8e2dfe07,0xcbc1ebc9,0x4475c63a,0x2208006c,0xeaafc8fd,0x1ec8021c,0x11074fff,0x3e300506,0x6011ffdf,0xc000afe8,0xf7cfd1f6,0xe04b0120,0x007f4bff,0xbfc90bc0,0x1304b011,0xfef14703,0xfcbc2b00,0x902dee1c,0xcc31d6c7,0x9474c49a,0x2a06e067,0xeb3fcbfd,0x1ec5021c,0x11074ffe,0x3e300506,0x6011ffdf,0xc100afe8,0xf7bfd0f6,0xe04b0140,0x008f48ff,0xafc70bf0,0x14050011,0xfee14d04,0x1cc12b20,0x922dde2a,0xcc71c9c6,0xa474c3aa,0x36061066,0xeb8fccfd,0x3ec2021c,0x12076fff,0x3e400506,0x6011ffdf,0xc100afe8,0xf7bfcff6,0xe04b0140,0x009f46ff,0x9fc60c10,0x15052012,0xfed15004,0x6cc82b30,0x942dce32,0xcca1c2c6,0x1474c31a,0x4c061068,0xebbfccfd,0x6ebf022c,0x12078fff,0x3e500506,0x4011ffdf,0xc100afe8,0xf7cfcff6,0xe04b0140,0x00af43ff,0x9fc40c40,0x15051014,0xfed15804,0xecd12b50,0x962dbe39,0xccc1bbc5,0xb474c2aa,0x77058066,0xebcfcafd,0x9ebc023c,0x13078000,0x3e500506,0x4011ffdf,0xc200afe8,0xf7bfd0f6,0xe04b0170,0x00af3fff,0x7fc30c80,0x16050015,0xfef16805,0x8cd62b80,0x982d9e60,0xcdb196c5,0x9474c28a,0xd1ff5055,0xebcfc7fd,0xaeba024c,0x13078fff,0x3e600506,0x3010ffdf,0xc300afe8,0xf7bfd1f6,0xe04a01b0,0x00cf3bff,0x6fc20ca0,0x1604f015,0xff316c07,0x0cdd2ba0,0x9b2d9e6f,0xce0188c5,0x9474c29b,0x2cfc105d,0xebcfc6fd,0xbeb6024c,0x14079000,0x3e700506,0x2010ffdf,0xc400afe8,0xf7bfd1f6,0xd04a01d0,0x00ef39ff,0x5fbe0cd0,0x15051014,0xff616d09,0x5ceb2ba0,0x9b2dae36,0xcc81bfc5,0xa474c2ab,0x7fff309d,0xebcfcafd,0xeeb5023c,0x15079002,0x3e800506,0x2010ffdf,0xc400afe8,0xf7bfd2f6,0xd0490200,0x010f37ff,0x4fbb0cf0,0x15053013,0xff81780b,0x8d012ba0,0x9a2dbe0d,0xcbd1e5c5,0x8474c28b,0xc1fe40ee,0xebcfd1fe,0x1eb4021c,0x1607b004,0x3e800506,0x2010ffdf,0xc300afe8,0xf7bfd4f6,0xd04a0200,0x012f35ff,0x4fb90d20,0x14052013,0xff81860d,0x8d182ba0,0x992dbe02,0xcbb1f0c5,0x6474c26b,0xe4fc411f,0xebbfd4fe,0x3eb2020c,0x1707b005,0x3e900506,0x4011ffdf,0xc400afe8,0xf7afd3f6,0xd04a0210,0x013f33ff,0x4fb80d50,0x1304f013,0xffa18a0e,0x6d212b70,0x982dbdee,0xcb7203c5,0x7474c27b,0xfdfc2135,0xebafd4fe,0x4eb0021c,0x1707a005,0x3e900506,0x3010ffdf,0xc6009fe8,0xf7afd2f6,0xd0490230,0x013f33ff,0x4fb80d70,0x1304d016,0xff81830e,0x6d1b2b50,0x972dadd4,0xcb121cc5,0x6474c25c,0x22fd314f,0xeb9fd3fe,0x5eb0021c,0x17079005,0x3e900506,0x2010ffdf,0xc7009fe8,0xf7bfd3f6,0xc0480260,0x013f34ff,0x4fb80d70,0x1104b016,0xffa1630e,0x6d142b20,0x962dadaf,0xca923fc4,0xf474c1fc,0x5efec136,0xeb8fd3fe,0x5eae020c,0x17077004,0x3e800506,0x3010ffdf,0xc8009fe8,0xf7afd0f6,0xc0470270,0x013f35ff,0x5fb90d60,0x0f048014,0xffb1370e,0x4d102af0,0x952dad66,0xc9c286c4,0xa474c1ac,0xa1ffb0e7,0xeb6fd4fe,0x5eaf01fc,0x16078005,0x3e800506,0x4010ffdf,0xc9009fe8,0xf7afd1f6,0xb0470270,0x013f37ff,0x7fbb0d50,0x0d043013,0xffc1230d,0xbd092ad0,0x952dacea,0xc8e2ffc3,0x7474c07c,0xc9ff40d2,0xeb5fd6fe,0x6eb101dc,0x15076006,0x3e700506,0x4010ffdf,0xc8009fe8,0xf7afd2f6,0xc0470270,0x013f3aff,0x9fbc0d20,0x0a043013,0xffd11c0c,0x5d032a80,0x942dac57,0xc8538fc1,0xb474becc,0xdcff20cf,0xeb3fdbfe,0x7eb701bc,0x13071007,0x3e500506,0x5011ffdf,0xc7009fe8,0xf7afd4f6,0xb0460290,0x010f41ff,0xbfc00cd0,0x08045013,0xffa1180a,0x2cff2a50,0x922dabcc,0xc83417c1,0x7474be8c,0xe7ffa0d1,0xeb1fdefe,0x8ec201bc,0x1106c007,0x3e300506,0x6011ffdf,0xc400afe8,0xf7bfd9f6,0xb0450290,0x00df46ff,0xdfc30c80,0x07047016,0xff811907,0x1cfb2a80,0x902dab65,0xc8547cc2,0x1474bf2c,0xe6ff90c7,0xeb0fdffe,0x9ecb01ac,0x0f067007,0x3e200506,0x7011ffdf,0xc300afe8,0xf7cfdef6,0xb0450290,0x00ff43ff,0xcfc20ca0,0x0704801b,0xff912203,0x7cf82ad0,0x8f2dcaf3,0xc8b4ecc1,0xd475bedc,0xe1fec0c3,0xeaffdffe,0xaec701bc,0x1206b008,0x3e300506,0x6011ffdf,0xc200afe8,0xf7dfdbf6,0xb0460280,0x00ef43ff,0xbfc10ca0,0x0704c020,0xffb133ff,0x8cf52ac0,0x8e2dca83,0xc95559c1,0x4475be4c,0xeefe00ba,0xeaefdefe,0xbec601bc,0x13070008,0x3e400506,0x5011ffdf,0xc000afe8,0xf7dfdaf6,0xc0470220,0x00bf49ff,0xefc30c30,0x0404e023,0xffe144fb,0x4cf32ae0,0x8e2dda20,0xca45bac1,0x6475be7c,0xfbfdb0b2,0xeaefdcfe,0xceca01cc,0x1106d007,0x3e200506,0x6011ffdf,0xbd00bfe8,0xf7dfd9f6,0xd04901f0,0x009f4f00,0x0fc40bc0,0x0104e02a,0xfff155f6,0xecef2b00,0x902dd9cd,0xcb660bc1,0x9474be9d,0x01fd50b1,0xeadfdafe,0xdece01cc,0x10067007,0x3e000506,0x8011ffcf,0xba00bfe8,0xf7dfd7f6,0xd04a01d0,0x008f5000,0x0fc20b90,0x0005102d,0xffe166f2,0xace52b00,0x912dc984,0xccc652c1,0x8474be9d,0x0ffce0a3,0xeacfd8fe,0xbece01bc,0x10066009,0x3df00506,0xa011ffcf,0xb600cfe8,0xf7dfd5f6,0xe04c01d0,0x007f5200,0x0fc00b5f,0xff05402e,0x002175ee,0xfcdc2af0,0x922dc946,0xce568ec1,0xa474bead,0x1efcb076,0xeaafd5fe,0x9ece01ac,0x11065009,0x3e000606,0xd012ffcf,0xb300cfe8,0xf7dfd2f6,0xf04d01e0,0x005f5300,0x0fc00b2f,0xfe052030,0x004181eb,0x8cd42af0,0x932de921,0xcf56b1c1,0xa474bead,0x30fc1074,0xeaafd2fe,0x6ecd01cc,0x11067008,0x3e000606,0xe012ffcf,0xb000dfe8,0xf7dfd2f6,0xf04d01b0,0x002f53ff,0xffbf0b0f,0xfd051032,0x00318be8,0x5cc82ae0,0x912e0904,0xd046cbc1,0x6475be6d,0x4afaa085,0xeaafcffe,0x4ed201fc,0x12067006,0x3e000607,0x0012ffbf,0xac00efe8,0xf7cfd6f7,0x004f01b0,0x002f50ff,0xffbb0aef,0xfd04e036,0x00318fe5,0x8cbd2b00,0x902e18ea,0xd126e3c1,0x2475be2d,0x5ffa1086,0xeabfcdfe,0x3ed2020c,0x12066007,0x3e100607,0x2013ffbf,0xa900efe8,0xf7bfd8f7,0x105001e0,0x003f4bff,0xefb70a9f,0xfe04c041,0x00318ae3,0x3cb72af0,0x922e38d1,0xd226fac0,0x4475bd4d,0x6afa107a,0xeacfcdfe,0x3ecd01ec,0x12067009,0x3e100607,0x5013ffbf,0xa800efe8,0xf7afd8f7,0x20510210,0x004f45ff,0xefb30a9f,0xfd048047,0x00118de1,0x2cb12aa0,0x912e78bb,0xd3170fbe,0x9476bbad,0x6dfa3079,0xeadfcefe,0x5ec601dc,0x1206a009,0x3e100607,0x7014ffbf,0xa900efe9,0xf79fd9f7,0x10500230,0x004f41ff,0xdfaf0a9f,0xfc04304e,0x005195df,0x5caa2ab0,0x8f2e88ac,0xd3a71cbe,0xa476bbbd,0x70f9b087,0xeaefd0fe,0x3ec201dc,0x1306d009,0x3e200707,0xa014ffbf,0xa900efe9,0xf77fd8f7,0x104f0230,0x002f3dff,0xdfae0a9f,0xfc043053,0x00d195dd,0xdca82a80,0x8c2e88a7,0xd3b721bf,0x2476bc3d,0x74f8a080,0xeaffd3fd,0xeebe01fc,0x13072007,0x3e300707,0xc014ffbf,0xa900efe9,0xf75fd8f7,0x10510220,0x004f39ff,0xcfa80a7f,0xfc042059,0x013190dc,0x8ca72a40,0x892e98a3,0xd3a724be,0x7476bb8d,0x7ef7a06e,0xeaffd6fd,0xbeb901ec,0x14073007,0x3e300707,0xd015ffbf,0xab00efe9,0xf74fd8f7,0x10510250,0x00af33ff,0xef9d0a8f,0xf703f05a,0x017196da,0xfc9e29d0,0x842ed89a,0xd3e72cbd,0x8476ba9d,0x82f7c069,0xeaffd8fd,0xbeb8018c,0x1107200d,0x3e000707,0xe015ffbf,0xac00efea,0xf73fdcf7,0x205102b0,0x00ff2eff,0xef940a8f,0xf503b05e,0x0181abd9,0xac8b2970,0x802ef88f,0xd46736bc,0xf477ba0d,0x7cf8207e,0xeaffdafd,0xdeb7014c,0x10075011,0x3df00707,0xe015ffbf,0xad00efea,0xf72fe0f7,0x105102f0,0x010f2aff,0xdf910a8f,0xf5035060,0x01a1ced8,0xbc722900,0x7c2ef887,0xd4b73dbc,0xf477ba0d,0x79f7d0a3,0xeaefdafe,0x0eb4016c,0x11076010,0x3df00707,0xd015ffbf,0xae00dfea,0xf71fe0f7,0x10510320,0x011f2aff,0xcf8d0a7f,0xf403105e,0x01e1e4d7,0xcc5e28a0,0x792f187d,0xd53747bc,0xa477b9bd,0x81f7b0ac,0xeacfd9fe,0x3eb2017c,0x1107200f,0x3e000707,0xc015ffcf,0xb000dfea,0xf70fdff7,0x104f0350,0x011f28ff,0xbf8a0a6f,0xf302905d,0x0201f0d6,0xcc512830,0x772f3872,0xd5b753bc,0xc477b9ed,0x8af7a0b0,0xeaafd7fe,0x5eae018c,0x1207300e,0x3e100707,0xa014ffcf,0xb000dfea,0xf71fddf7,0x10500360,0x013f26ff,0xbf870a5f,0xf3020061,0x0211fcd5,0xbc4427e0,0x752f386b,0xd5f759bc,0xf477ba0d,0x8ef760b0,0xea8fd5fe,0x3ea8019c,0x1307500f,0x3e100707,0x8014ffcf,0xb200dfea,0xf72fd9f7,0x10500370,0x015f23ff,0xbf830a3f,0xf301a066,0x02520bd4,0xbc3527c0,0x742f3867,0xd6075dbc,0xa477b9bd,0x96f740aa,0xea5fd2fd,0xfea6017c,0x1207700f,0x3e100707,0x8014ffcf,0xb500cfea,0xf71fdaf7,0x10500360,0x017f25ff,0xaf7c09cf,0xf401306b,0x02621ad3,0xfc2927c0,0x722f4865,0xd5d75ebc,0x8477b99d,0x9cf6e0a7,0xea4fd1fd,0xdeab016c,0x12074010,0x3e100707,0x8014ffcf,0xb600cfea,0xf70fdef7,0x104f0370,0x016f25ff,0xbf7b09cf,0xf300e06d,0x02822cd3,0x1c1b2770,0x702f4865,0xd5775ebc,0x1477b92d,0x9af710a8,0xea4fd3fd,0xfeac019c,0x1107300d,0x3e100607,0x6014ffcf,0xb700cfea,0xf70fdff7,0x104f0390,0x014f22ff,0xbf7b09cf,0xf4006071,0x02a238d2,0x2c132750,0x702f4867,0xd4e75cbb,0xf477b90d,0x93f770af,0xea4fd4fd,0xfea901cc,0x1007500a,0x3e100607,0x4013ffcf,0xb900bfea,0xf71fdff7,0x004f03b0,0x015f1fff,0xaf77099f,0xf5ffa078,0x02923bd1,0x6c142780,0x722f486b,0xd43758bb,0xa477b8bd,0x89f7e0bf,0xea2fd5fd,0xcea601dc,0x10075009,0x3e000607,0x4013ffcf,0xbb00bfea,0xf70fdef7,0x105003e0,0x018f1eff,0x9f71096f,0xf7fee07d,0x029238d0,0xbc1427a0,0x722f586f,0xd38754bb,0x1478b83d,0x7ef890cb,0xea0fd5fd,0x7ea201bc,0x12075009,0x3e100607,0x6014ffcf,0xbd00bfea,0xf6efdcf7,0x10500400,0x019f1dff,0x9f6f092f,0xf9fe3083,0x02b235cf,0xfc1327c0,0x732f6872,0xd2e750ba,0x9478b7ad,0x7bf930cf,0xe9ffd5fd,0x5ea301bc,0x12075009,0x3e200607,0x6014ffdf,0xbd00bfeb,0xf6dfddf7,0x10500410,0x019f1bff,0x8f6d091f,0xfbfd5087,0x02e237cf,0x5c0f27c0,0x742f6876,0xd2474cba,0x7478b79d,0x7af940d3,0xe9dfd3fd,0x5ea301dc,0x12076008,0x3e300607,0x5013ffdf,0xbd00bfea,0xf6efdef7,0x10500410,0x018f1cff,0x8f6c08ff,0xfbfc108b,0x03223bce,0x9c0a27c0,0x762f787a,0xd1a748ba,0x0479b72d,0x71f980d6,0xe9cfd2fd,0x6ea501fc,0x12077007,0x3e300607,0x6013ffdf,0xbe00bfea,0xf6efe0f7,0x10500400,0x017f1bff,0x8f6b08cf,0xfcfad08d,0x03623fcd,0xec0727d0,0x782f987f,0xd0f742b9,0x7479b69d,0x66fa60da,0xe9bfd1fd,0x9ea5020c,0x12078005,0x3e300607,0x6013ffdf,0xbf00afeb,0xf6dfe0f7,0x10500400,0x017f1bff,0x8f6a089f,0xfefa0092,0x03b245cd,0x2c0327d0,0x792fa884,0xd0573db9,0x5479b67d,0x63fb00df,0xe9bfd1fd,0xbea4021c,0x12077004,0x3e300607,0x6014ffdf,0xc000afeb,0xf6dfdff7,0x10500400,0x018f1aff,0x7f690860,0x00f9109a,0x04224bcc,0x6bff27d0,0x792fa889,0xcfb738b9,0x4479b66d,0x5ffb30e6,0xe9bfd1fd,0xdea4021c,0x12077003,0x3e300607,0x6014ffdf,0xc000afeb,0xf6dfdff7,0x004f0410,0x017f1aff,0x8f690870,0x00f8009b,0x046260cb,0xcbec2790,0x782fb88e,0xcf1733b9,0x5479b67d,0x5afb90ea,0xe9cfd1fd,0xfea6022c,0x11079003,0x3e200607,0x7014ffdf,0xbe00bfeb,0xf6dfe1f7,0x10500400,0x017f1bff,0x8f680850,0x00f6f096,0x04326fcb,0x2bde2750,0x772fb892,0xceb72eb9,0xd479b6fd,0x56fbe0ee,0xe9dfd1fe,0x0ea5022c,0x1107a004,0x3e300707,0x7014ffcf,0xbb00bfeb,0xf6dfe0f7,0x205203e0,0x018f1cff,0x8f660810,0x02f5d091,0x040279ca,0xabd32750,0x792fc892,0xce972eba,0x2478b74d,0x57fc20f3,0xe9cfcffe,0x0ea5021c,0x12079005,0x3e200707,0x8014ffcf,0xbb00bfeb,0xf6cfdef7,0x105103e0,0x019f1dff,0x8f6507d0,0x04f4b08f,0x03f285ca,0x2bc72760,0x7c2fc892,0xce972eba,0x0479b71d,0x56fc80fa,0xe99fccfd,0xfea6021c,0x12078005,0x3e300707,0x8014ffcf,0xba00bfeb,0xf6cfdff7,0x104f03d0,0x01af1bff,0x7f6407d0,0x06f3c08f,0x03f296c9,0xbbb62750,0x7d2fb893,0xce772eba,0x7478b79d,0x56fcd101,0xe97fccfd,0xfea2021c,0x12079007,0x3e300707,0x7014ffcf,0xb900cfeb,0xf6cfddf7,0x105003f0,0x01bf19ff,0x7f6407e0,0x06f2e090,0x03f2b3c9,0x4b9a2720,0x7f2fc892,0xce772eba,0x4478b76d,0x55fd5103,0xe96fcffd,0xfea1021c,0x1107a008,0x3e200707,0x7014ffcf,0xb600cfeb,0xf6dfdef7,0x10500400,0x01af19ff,0x8f6507f0,0x06f21093,0x03e2d0c8,0xfb7c2710,0x812fd891,0xce8730b9,0xa479b6bd,0x55fda103,0xe95fd1fe,0x0ea2021c,0x1107d00a,0x3e200707,0x7014ffcf,0xb200dfeb,0xf6dfdef7,0x205103e0,0x01bf1bff,0x7f6307b0,0x07f16096,0x03d2dec8,0xbb6e2720,0x832fe893,0xce572db9,0x5479b67d,0x56fd4108,0xe94fd1fe,0x2ea3021c,0x1107d00c,0x3e200707,0x7014ffcf,0xaf00dfeb,0xf6dfdef7,0x205203d0,0x01cf1cff,0x7f620750,0x0af0f09a,0x03c2ddc8,0x8b6e2770,0x872ff897,0xce0729b8,0xd479b5fd,0x57fcb106,0xe93fd1fe,0x5ea4022c,0x1107b00c,0x3e200607,0x6013ffbf,0xad00dfeb,0xf6dfddf7,0x205203d0,0x01bf1cff,0x6f610750,0x0cf07098,0x0382e6c8,0x3b642770,0x892fe89a,0xcdd726b8,0xd479b5fd,0x5afc9107,0xe94fd0fe,0x6ea5024c,0x1107900b,0x3e200607,0x5013ffbf,0xad00dfeb,0xf6dfdef7,0x205203e0,0x01cf1dff,0x6f5e0770,0x0cf02095,0x0372f8c8,0x0b522740,0x882fe89a,0xcdc726b9,0x2479b64d,0x5efc810b,0xe95fcffe,0x5ea3025c,0x1107800b,0x3e200607,0x4013ffbf,0xad00dfeb,0xf6dfdcf7,0x205203e0,0x01df1dff,0x6f5a0760,0x0ef00096,0x0382f7c7,0xdb542770,0x8b2fe89a,0xcdc726b8,0x547ab57d,0x60fca109,0xe96fcffe,0x4ea2025c,0x1107800b,0x3e200607,0x4013ffbf,0xad00efeb,0xf6cfd9f7,0x305303d0,0x01cf1dff,0x6f5a0760,0x0fefc097,0x0362f2c7,0x8b582790,0x8f2fe89c,0xcd9725b7,0x547bb47d,0x61fc6102,0xe96fcffe,0x1ea1027c,0x1007900b,0x3e100607,0x4013ffbf,0xaa00efeb,0xf6bfd7f7,0x305403c0,0x01bf1eff,0x7f590790,0x10ef9098,0x0372f5c7,0x5b542760,0x8e2fe89c,0xcd8724b7,0x147bb43d,0x63fc40fd,0xe95fd0fd,0xfe9f027c,0x0f07800b,0x3df00607,0x5013ffbf,0xa900efeb,0xf6bfd5f7,0x305403c0,0x01af1eff,0x8f5807d0,0x11ef6097,0x0332f5c7,0x3b512730,0x8d2fe89d,0xcd7724b6,0xc47cb3fd,0x66fc20ff,0xe94fd1fd,0xee9e028c,0x0e079009,0x3de00607,0x6014ffbf,0xa800efeb,0xf6afd5f7,0x305403c0,0x018f1fff,0x8f5707e0,0x13ef4098,0x0332ebc7,0x2b5b2720,0x8f2ff89d,0xcd6724b6,0x647cb38d,0x67fc30ff,0xe93fd1fd,0xfe9e02ac,0x0e075007,0x3de00707,0x8014ffbf,0xa800efeb,0xf69fd4f7,0x405503e0,0x016f22ff,0x9f570800,0x13ef5097,0x0362edc7,0x1b5a26f0,0x9030089d,0xcd5723b5,0xb47db2ed,0x68fc50fe,0xe93fd0fe,0x0ea102ac,0x0e074005,0x3dc00707,0xc014ffbf,0xa400ffec,0xf67fd3f7,0x605803c0,0x016f24ff,0x9f540820,0x15ef4096,0x0332eec7,0x0b5926d0,0x8f2ff8a0,0xcd2720b5,0x747db29d,0x66fc60fd,0xe92fd0fd,0xeea3029c,0x0d078005,0x3dc00707,0xe015ffbf,0xa300ffec,0xf66fd3f7,0x60580380,0x01af21ff,0x7f4e08a0,0x19ef5097,0x0312e4c6,0xfb6126e0,0x8f2fe8a0,0xcd1720b5,0xc47db2ed,0x64fca0f9,0xe92fcffd,0xce9d028c,0x0f07c008,0x3de00707,0xd015ffbf,0xa200ffec,0xf65fd1f7,0x50570360,0x01df20ff,0x5f4908f0,0x1def809a,0x0312c9c6,0xeb752700,0x8f2fe89f,0xcd2722b5,0xf47cb32d,0x66fd60ea,0xe93fd0fd,0xce9b028c,0x1007b00a,0x3de00707,0xc014ffbf,0xa300ffec,0xf65fd0f7,0x40560370,0x01cf22ff,0x5f470930,0x21efa09b,0x0302c2c6,0xeb792710,0x902fe8a1,0xcd071fb5,0xb47db2dd,0x69fd60e5,0xe93fd3fe,0x0e9f02ac,0x0f07b009,0x3de00707,0xa014ffbf,0xa200ffec,0xf65fd2f7,0x50560360,0x01ef24ff,0x5f440970,0x23ef909e,0x02e2c5c7,0x0b762710,0x902ff8a3,0xccd71db5,0x147eb24d,0x6afcb0ea,0xe94fd5fe,0x2ea302ac,0x0f07d008,0x3de00707,0x9014ffbf,0xa200ffec,0xf64fd4f7,0x50570320,0x01ef25ff,0x5f420990,0x25ef709f,0x02c2b4c7,0x3b882710,0x913008a2,0xccd71eb5,0x447db27d,0x69fc50ef,0xe94fd5fd,0xeea302ac,0x0e07e00b,0x3de00707,0x9014ffaf,0x9f010fec,0xf64fd3f7,0x505802f0,0x01ff27ff,0x6f4109a0,0x27ef30a2,0x02c2aac7,0x4b912720,0x9130289d,0xcd3723b5,0x447eb26d,0x68fc50f0,0xe94fd4fd,0xaea4027c,0x0e07f00f,0x3de00707,0xb014ffaf,0x98011fec,0xf64fd2f7,0x605802c0,0x020f28ff,0x6f4109e0,0x27ef209f,0x02f2b3c7,0x4b8826f0,0x90305899,0xcdb728b5,0x047eb23d,0x67fc20ef,0xe95fd4fd,0x9ea2025c,0x10082014,0x3de00707,0xd015ff9f,0x92012fec,0xf63fcef7,0x60590280,0x021f2cff,0x5f430a00,0x28ef209c,0x02c2b0c7,0x4b8d26b0,0x8f306893,0xce572eb4,0xd47eb20d,0x65fbb0f1,0xe98fd4fd,0xcea4023c,0x12082016,0x3df00708,0x1015ff9f,0x8c013fec,0xf63fccf7,0x705b0240,0x020f31ff,0x6f480a00,0x28ef2099,0x02a29fc7,0x3ba12670,0x9030688d,0xcf0735b4,0xc47fb1ed,0x60fb60f4,0xe9bfd5fd,0xeea6020c,0x1407f018,0x3df00808,0x4016ff8f,0x87014fec,0xf63fc8f7,0x805c0240,0x022f36ff,0x6f4b0a10,0x27ef5099,0x028295c7,0x3bab2610,0x90306888,0xcfa739b4,0x647fb18d,0x5cfb30f2,0xe9dfd6fd,0xcea601bc,0x1507801d,0x3de00808,0x8017ff8f,0x81015fec,0xf63fc4f7,0x805d0280,0x031f35ff,0x3f410ab0,0x24efb09a,0x02b286c7,0x6bb925c0,0x8f307882,0xd06741b4,0x247fb15d,0x59fb60ed,0xe9ffd7fd,0xae9f00ac,0x1a07802f,0x3e200808,0xa017ff7f,0x7a016fec,0xf64fbff7,0x905d02a0,0x038f39ff,0x1f3f0b40,0x20f02099,0x02f287c7,0x9bba2500,0x8c30487c,0xd11747b4,0x447fb17d,0x58fb50ee,0xea1fd7fd,0xbea3fffc,0x1d073039,0x3e300908,0xd018ff7f,0x78017fec,0xf64fbef7,0x705a02a0,0x034f43ff,0x4f4b0af0,0x20f100a2,0x033257c7,0xebec24d0,0x8e301879,0xd1b74ab4,0xc47fb1fd,0x58fa60ed,0xea3fd6fd,0xfeacffcc,0x1e065038,0x3e100909,0x2018ff7f,0x77017fec,0xf66fbef7,0x605802e0,0x034f4cff,0x5f540aa0,0x20f210a7,0x03320fc8,0x9c3424b0,0x902fe875,0xd2674fb5,0x647eb29d,0x58f9d0e4,0xea6fd6fe,0x2eb0ff6c,0x2005c039,0x3e000a09,0x7019ff7f,0x76017fec,0xf67fb9f7,0x50570300,0x035f54ff,0x5f5b0b40,0x1ef3209f,0x02b20bc9,0x9c3723a0,0x8c2f986f,0xd34755b5,0x547eb28d,0x59f9b0d6,0xeacfd8fe,0x2eaefefc,0x2305803a,0x3e100a09,0xd01aff7f,0x79017fec,0xf67fb1f7,0x405502d0,0x034f5bff,0x6f670ba0,0x1ef4409d,0x0251f5ca,0xac4d22f0,0x882f486b,0xd4075ab5,0x647eb29d,0x57f970ca,0xeb2fdbfd,0xfeb3feac,0x25054039,0x3e100b0a,0x301bff7f,0x7c016fec,0xf67fadf7,0x30540290,0x032f62ff,0x8f710ba0,0x1af5e0a3,0x0281cdcb,0xdc7722a0,0x862f2866,0xd4e75fb6,0x247db34d,0x56f790ca,0xeb7fdbfd,0xfeb9fe6c,0x2504d039,0x3df00b0a,0x701cff7f,0x7d016fec,0xf67facf7,0x30540290,0x02ff6aff,0xaf7c0bb0,0x17f810a8,0x0311adcd,0x1c942220,0x812f185f,0xd60767b7,0x447cb46d,0x5cf600c1,0xebbfdafe,0x0ebbfe4c,0x25046038,0x3dd00c0a,0x801cff8f,0x7f015feb,0xf6afa7f7,0x30530280,0x02af73ff,0xbf890ba0,0x17fac0ab,0x037199ce,0x9ca321e0,0x7a2ee85a,0xd6e76bb8,0x347bb55d,0x63f770ab,0xebefd9fe,0x1ebffe4c,0x2503e034,0x3dd00c0a,0xa01dff8f,0x80015feb,0xf6cfa3f7,0x20520270,0x026f7eff,0xdf930b70,0x17fd80ae,0x035197d0,0x2ca621c0,0x732ea857,0xd7c76fb8,0xe47ab60d,0x62f8d0a4,0xebdfd8fe,0x0ec7fe2c,0x24034031,0x3da00c0a,0xc01dff8f,0x81015fea,0xf6efa0f7,0x10500240,0x01ff8e00,0x4fa20b00,0x140030b3,0x03118fd1,0xecb02170,0x6e2e7852,0xd8d774b8,0xa47ab5cd,0x5ff92099,0xebcfd8fd,0xded3fe0c,0x2102602e,0x3d400d0b,0x201eff8f,0x7f015fea,0xf6ef9bf7,0x10500220,0x015fa100,0xafb50a50,0x1202f0ba,0x032182d3,0xdcc12120,0x692e584e,0xd9d778b8,0x847bb59d,0x5ff8608d,0xebcfd9fd,0xaeddfe1c,0x1e018029,0x3cd00d0b,0x701fff7f,0x7a016fea,0xf6ff92f7,0x105001f0,0x014fa300,0x9fbe0af0,0x1705c0bf,0x034189d5,0xdcbf20a0,0x612e184c,0xda877ab8,0x547bb57d,0x63f78080,0xebefdcfd,0x6ed8fe0c,0x2101802e,0x3cd00d0b,0x701fff6f,0x73018fea,0xf70f89f7,0x205201d0,0x023f9c00,0x4fb60c10,0x1c0830c6,0x030188d8,0x4cc82050,0x592de84c,0xdb077bb8,0x247bb54d,0x63f6c074,0xec0fdefd,0x3eccfd0c,0x2701f043,0x3d200d0b,0x601fff6f,0x6c019fea,0xf72f85f7,0x305301e0,0x02ff9700,0x0fb20d00,0x1f0a60c9,0x02f183db,0x3cd91fe0,0x522dc84b,0xdbb77db8,0x747ab59d,0x61f6f074,0xec5fdefd,0x3ec9fc3c,0x2a027052,0x3d600d0b,0x501fff5f,0x68019fea,0xf73f86f7,0x405501a0,0x031f98ff,0xefb90db0,0x230c10cb,0x02f17ede,0x5cef1f40,0x4a2dc84d,0xdbd77ab8,0xa47ab5cd,0x6cf72068,0xecafdefd,0x5ec8fc1c,0x2c02e058,0x3db00d0b,0x301eff5f,0x6201afe9,0xf75f85f7,0x50570120,0x033f98ff,0xefbf0e20,0x260da0db,0x02f16be1,0xdd0a1ee0,0x452dd855,0xdb5773b8,0x447bb56d,0x81f6f05b,0xecffdefd,0x6ec7fbec,0x2c030061,0x3db00d0b,0x101eff4f,0x5801cfe9,0xf77f84f7,0x605800f0,0x037f96ff,0xdfc30e90,0x2b0f10f4,0x035157e5,0xdd271ea0,0x412dd85e,0xdaa769b7,0xf47bb51d,0x92f7205a,0xed3fddfd,0x6ec4fb9c,0x2d02f06e,0x3da00c0b,0x001eff2f,0x4b01efe9,0xf79f83f7,0x805b0140,0x03af94ff,0xefc70ef0,0x2f10111a,0x043149ea,0x4d3d1e70,0x3e2dd86a,0xd9e75eb8,0x447bb56d,0x95f7b04e,0xed8fddfd,0x6ec0fb4c,0x2c028077,0x3d600d0b,0x001eff1f,0x42020fe9,0xf78f82f7,0x905e01d0,0x03df93ff,0xefca0f60,0x3210a14f,0x058147ee,0x4d481e10,0x382db879,0xd8c750b9,0x047ab62d,0x92f88048,0xedcfdcfd,0x6ebdfb0c,0x2c02307d,0x3d300d0b,0x101eff0f,0x3e021fe9,0xf77f81f7,0xa0600230,0x03df94ff,0xefcf1000,0x3612417a,0x070150f1,0xcd501d30,0x302db88c,0xd7873dba,0x047ab71d,0x90f9c064,0xee0fdbfd,0x5ebcfadc,0x2c02807f,0x3d500d0b,0x501fff0f,0x3c021fe9,0xf76f80f7,0xb06201d0,0x03ef97ff,0xefd210e0,0x39151195,0x08e160f4,0xbd571c30,0x282db8a1,0xd63729ba,0xd479b7ed,0x8cf9b06f,0xee2fdafd,0x6ebbfaac,0x2d02907c,0x3d600d0b,0x701fff1f,0x43020fe9,0xf75f7df7,0xb0600190,0x040f99ff,0xdfd111c0,0x3b17b19f,0x0a7164f7,0x7d521b50,0x212dc8b7,0xd4e715ba,0xc479b7dd,0x91f88045,0xee2fdafd,0x9ebafa6c,0x2d026079,0x3d600e0b,0x9020ff2f,0x4d01efe9,0xf74f7cf7,0x905e01b0,0x041f99ff,0xcfd01260,0x3a184195,0x0a6163fa,0x1d4c1ac0,0x1c2de8ca,0xd3c703ba,0x147ab72d,0xb0f77014,0xee2fdbfd,0xceb9fa2c,0x2e026077,0x3d700e0b,0xb020ff3f,0x5401dfea,0xf73f7bf7,0x805c01b0,0x040f9cff,0xcfd01270,0x3a16817a,0x082165fc,0x5d4a1a90,0x1a2e08db,0xd2e6f2b9,0x947ab6ad,0xe5f6bfee,0xee3fddfd,0xdebcfa0c,0x2e022073,0x3d600f0b,0xf021ff4f,0x5b01cfea,0xf71f7bf7,0x605801a0,0x03efa3ff,0xcfce1240,0x38147134,0x049169fe,0x4d481a80,0x192e28f9,0xd186d5b9,0x647ab68e,0x22f5efc7,0xee3fdffd,0xdec4f9fc,0x2d01b06d,0x3d600f0c,0x2021ff5f,0x6201bfea,0xf71f7cf7,0x50570190,0x03dfa9ff,0xcfc911e0,0x3413b0bc,0xffe167ff,0xed461ac0,0x1b2e4926,0xcfc6a9b9,0x447ab65e,0x48f59f9d,0xee2fe0fd,0xfec7f9fc,0x2d014068,0x3d500f0c,0x3021ff5f,0x68019fea,0xf70f7af7,0x405501b0,0x03cfb0ff,0xcfc41140,0x2f13404f,0xfbe16400,0x9d401b10,0x202e7962,0xcde671b8,0xb47bb5de,0x45f66f88,0xedefe0fe,0x1ec9f9ec,0x2d00e062,0x3d500f0c,0x3021ff6f,0x71018fea,0xf6ff77f7,0x30530180,0x039fb9ff,0xdfc21080,0x2d12f016,0xf9916b00,0xcd3b1b60,0x242e99b0,0xcc0627b8,0x447bb56e,0x2af7bf92,0xedbfe0fe,0x1ed0fa0c,0x2c00b05a,0x3d500f0c,0x3021ff7f,0x77017fea,0xf6ff76f7,0x20510120,0x035fbfff,0xdfc10fd0,0x2b12501c,0xf9817001,0x1d331bc0,0x292eba26,0xca25b5b8,0x747bb58d,0xfdf8efac,0xedafe1fd,0xeed5fa4c,0x2a008054,0x3d500f0c,0x2021ff7f,0x7a016fea,0xf6ef75f7,0x20520100,0x032fc2ff,0xefbf0f60,0x2911d04b,0xfb817501,0x4d271c10,0x2d2edaed,0xc894f2b8,0x547bb57d,0xb3f9bfe5,0xed9fe2fd,0x9ed5fa6c,0x2a005050,0x3d400f0c,0x1021ff7f,0x7c016fea,0xf6ef72f7,0x305300e0,0x032fc4ff,0xffb80f60,0x2511b077,0xfe217e00,0x6d1b1c00,0x2d2edc34,0xc823b2b8,0x947bb5bd,0x65fb1012,0xed6fe3fd,0x4ed7fa6c,0x29005050,0x3d300f0c,0x1021ff7f,0x7c016fea,0xf6ef71f7,0x305400d0,0x031fc600,0x0fb20f90,0x1f11707c,0xffe185fe,0xfd0d1c20,0x2a2edd53,0xc98299b9,0xc47ab6ed,0x20fc9024,0xed1fe3fd,0x0edefa6c,0x2600104e,0x3d200f0c,0x1021ff7f,0x7c016feb,0xf6df76f7,0x30540110,0x02cfcb00,0x1fb00f30,0x1a10b05b,0xffe18afd,0x7cfc1cb0,0x2c2eee05,0xcbb1edba,0x7479b78c,0xe8fda03a,0xeccfe4fc,0xdeebfa9c,0x24ff804a,0x3d000f0c,0x4021ff7f,0x7b016feb,0xf6bf7ef7,0x30530160,0x027fd200,0x1fb00e40,0x190fb041,0xff018efc,0x3cec1d60,0x342ece6f,0xcdf188b9,0x647ab67c,0xccfe504f,0xec8fe6fc,0xfef7fabc,0x22fee044,0x3cf00f0c,0x7022ff7f,0x7a016feb,0xf69f83f7,0x20520180,0x022fd400,0x1fae0d70,0x180ec04e,0xfef198fb,0x4cdd1de0,0x3d2edea8,0xcfb153b8,0x147bb53c,0xbcfeb05b,0xec6fe8fd,0x3efafafc,0x22fea040,0x3cf00f0c,0x7022ff7f,0x78016feb,0xf68f83f7,0x305401a0,0x01ffd300,0x0fa90d20,0x160df05d,0xffb1abfa,0x6cd11e50,0x422efecf,0xd1312fb8,0x247bb54c,0x9efeb055,0xec4fe7fd,0x2ef6fb3c,0x23fec03f,0x3cf0100c,0x9022ff6f,0x72018fec,0xf67f7ff7,0x505601b0,0x01afd400,0x1fa50cd0,0x110ce041,0xffd1baf9,0x6cc31ea0,0x412f1ef2,0xd2e10fb8,0xf47ab61c,0x80fee054,0xec3fe5fc,0xeef4fb6c,0x23feb03f,0x3cd0100c,0xd023ff6f,0x6a019fec,0xf66f7df7,0x505701c0,0x016fd100,0x0fa20c30,0x0c0ba014,0xff81bff8,0xacba1f60,0x432f5f0d,0xd460f6b9,0xe47ab6fc,0x5ffee05e,0xec1fe3fc,0xaef3fbac,0x24fe603d,0x3cd0110d,0x1024ff5f,0x6501afec,0xf64f7ff7,0x50570240,0x01cfc6ff,0xdf930bf0,0x060a9ff6,0xff71c2f8,0x3cb32040,0x472faf20,0xd590e5ba,0x2479b74c,0x32fec078,0xebefe0fc,0xaee4fb5c,0x2bfe5044,0x3ce0110d,0x4025ff5f,0x6001bfed,0xf62f7cf7,0x505702e0,0x01efbcff,0xbf8a0bb0,0x0609cfef,0xff61c1f7,0xecab2110,0x4b2fcf2f,0xd690d8b9,0xe47ab6fb,0xf8feb095,0xebafdefc,0xced3fb4c,0x30fea048,0x3d00120d,0xa026ff4f,0x5d01cfed,0xf5df76f7,0x60580340,0x018fb5ff,0xaf8e0b50,0x0908bff0,0xff11b6f7,0x7ca321a0,0x512fdf3e,0xd7c0cab9,0x747ab68b,0xb6fe709f,0xeb7fdefc,0xeeccfb7c,0x33fef042,0x3d20140e,0x4028ff4f,0x5f01bfee,0xf57f75f7,0x60580360,0x018fa9ff,0x8f8c0b50,0x08077fee,0xfec1a8f7,0x2c9e2210,0x562fff48,0xd8a0c1b9,0x647ab67b,0x80feb09e,0xeb4fe2fc,0xfec0fb5c,0x38ffa040,0x3d70150e,0xd02aff5f,0x6501afef,0xf53f75f7,0x60580360,0x01afa1ff,0x7f890b20,0x08061fed,0xfe9199f6,0xfc992280,0x5b301f4f,0xd930bbb9,0x947ab6bb,0x5bffc0ac,0xeb2fe4fd,0x0ebbfb1c,0x3c00303f,0x3da0160f,0x402bff6f,0x6c019ff0,0xf50f78f7,0x50560370,0x01cf9bff,0x5f8a0ae0,0x0804cfe8,0xfe4189f6,0xac9622a0,0x60301f55,0xd9c0b6b9,0xb47ab6cb,0x370010b0,0xeb0fe3fd,0x2ebafafc,0x3e00703f,0x3dd0170f,0x802cff6f,0x6f018ff0,0xf4ef7df7,0x505703a0,0x01df95ff,0x4f8d0a90,0x0a036fe7,0xfe5179f6,0x8c962300,0x67301f59,0xda20b2ba,0x2479b74b,0x12ff80b1,0xeaefe0fd,0x3ebafaec,0x40009043,0x3df0170f,0x802cff6f,0x6d019ff0,0xf4ef83f7,0x505703e0,0x01df8eff,0x3f920a30,0x0a01ffe9,0xfeb16df6,0xac9a2380,0x6f303f57,0xd9e0b4ba,0x2479b73a,0xedfec0a4,0xeaffdefd,0x3eb7fafc,0x41009047,0x3e00170f,0x602bff5f,0x6a019ff0,0xf4ff87f7,0x50560450,0x01cf87ff,0x3f9b09f0,0x0a009fef,0xff1165f6,0xdca023c0,0x76304f4f,0xd920bbba,0x3479b74a,0xccfec08e,0xeb2fdcfd,0x3eb7fb2c,0x4100d04b,0x3e20160f,0x302bff5f,0x6601afef,0xf53f8cf7,0x50570480,0x01df7fff,0x4fa309e0,0x0aff7ff3,0xff8161f7,0x1ca42400,0x7d304f45,0xd850c4ba,0x5479b77a,0xbcffb080,0xeb6fdbfd,0x1eb6fb4c,0x3f011050,0x3e20150e,0xc029ff5f,0x6201bfef,0xf57f92f7,0x505804b0,0x01ff77ff,0x4fa90a00,0x0afe8ff8,0xffb15ff7,0x5ca72450,0x83303f3a,0xd770ceba,0xd479b7fa,0xb1008078,0xebcfddfc,0xdeb2fb6c,0x3e018054,0x3e20140e,0x3028ff5f,0x6101bfee,0xf5bf96f7,0x505704c0,0x020f6eff,0x5fb10a10,0x0bfdcffe,0xfff15af7,0x9caa24d0,0x8c2fef2f,0xd6a0d7bb,0x4478b85a,0xa7016077,0xec4fdffc,0x8eabfb8c,0x3d022057,0x3e30130d,0xe027ff5f,0x6201bfed,0xf5df99f7,0x505704b0,0x020f69ff,0x6fba09f0,0x0dfd4005,0x001157f8,0x0cad2530,0x952f8f22,0xd5c0e3bc,0x6478b97a,0xa001f072,0xecbfdcfc,0x5ea4fb7c,0x3e024058,0x3e40130d,0xe027ff5f,0x6401afed,0xf5ef97f7,0x405504e0,0x01ff66ff,0x6fc30a20,0x0ffcc009,0x004158f8,0x7cb02540,0x9a2f3f16,0xd500edbe,0x4477bb5a,0xa003006f,0xed1fd6fc,0x3e9ffb7c,0x3f022056,0x3e50130d,0xf027ff6f,0x6b019fed,0xf5ef94f7,0x20520520,0x01df64ff,0x7fd00a00,0x13fc1010,0x007156f8,0xdcb32560,0x9f2f0f0c,0xd450f7c0,0x4476bd4a,0xa203d071,0xed5fd0fc,0x2e9bfb9c,0x40023052,0x3e50130e,0x0027ff6f,0x71018fed,0xf5ef92f7,0x10500520,0x019f65ff,0x8fdd09b0,0x17fb7014,0x00a151f9,0x5cb52580,0xa02eef01,0xd3b101c1,0xc475beca,0x9f038072,0xed8fcefc,0x4e9dfbac,0x4102104e,0x3e60140e,0x2028ff6f,0x74018fed,0xf5ef93f7,0x004e0530,0x018f67ff,0xafe80980,0x19fb2016,0x00d14ef9,0x9cb52580,0x9f2eeef9,0xd35108c2,0xd475bfda,0x9c035071,0xedbfccfc,0x8e9ffbac,0x3f01e04c,0x3e40140e,0x2028ff7f,0x77017fed,0xf5ef92f6,0xf04d0540,0x016f6aff,0xbff20980,0x1bfad01a,0x00d14bf9,0xdcb32570,0x9d2efef4,0xd3110cc3,0x2475c02a,0x9b033074,0xeddfcafc,0xbe9ffbbc,0x3f01d049,0x3e40130e,0x1027ff7f,0x7c016fed,0xf5ef8ff6,0xf04c0520,0x010f70ff,0xb0010920,0x1ffa601d,0x00d148fa,0x1cb42560,0x9c2f3ef1,0xd2e10fc3,0x0475bffa,0x9802f079,0xee0fc6fc,0xfea4fbfc,0x3f01e040,0x3e70130e,0x1027ff8f,0x82015fed,0xf5ef8df6,0xe04c04b0,0x010f78ff,0xe00808c0,0x1df9d020,0x00d146fa,0x3cb52530,0x992f6eef,0xd2d111c3,0x2476c02a,0x93028079,0xee2fc2fd,0x3ea8fbac,0x3e017040,0x3e40140e,0x6028ff8f,0x85015fed,0xf5ef8af6,0xe04b0490,0x019f8000,0x300608a0,0x16f99022,0x00e148fa,0x2cb924e0,0x952f9eec,0xd2a114c3,0xf475c0ea,0x8e02a078,0xedffbefd,0x5eaafabc,0x3d00f04b,0x3de0150e,0xc029ff8f,0x83015fed,0xf5ef85f6,0xe04c04a0,0x01ff8300,0x300508c0,0x13f9b023,0x01014cfa,0x3cbc24a0,0x912faee6,0xd2611ac4,0x5475c14a,0x89030078,0xedafbafd,0x7eaafa4c,0x3d00f053,0x3dd0150e,0xb029ff8f,0x7f015fed,0xf60f83f7,0x004e0480,0x023f8700,0x200208b0,0x12fa4025,0x01614dfa,0x5cbe24a0,0x8d2fcee1,0xd2211ec4,0xf475c1ea,0x84032074,0xed5fb9fd,0x8eadfa0c,0x3d00e059,0x3dc0140e,0xa028ff7f,0x7a016fec,0xf63f82f7,0x004f0440,0x025f8d00,0x10010850,0x11fb202b,0x01b14dfa,0x5cbf24c0,0x8b2faee1,0xd2211ec5,0xd476c2ba,0x80031077,0xed0fbafd,0x9eb2f9ec,0x3c00d05b,0x3dc0140e,0x7028ff7f,0x77017fec,0xf65f83f7,0x10500410,0x026f9100,0x1ffd0850,0x0efc2029,0x01e14ffa,0x4cbf2490,0x882f8ee0,0xd2111fc6,0xc476c3ba,0x7c03807c,0xec9fbbfd,0xaeb8f9fc,0x3900b05c,0x3db0130e,0x0027ff7f,0x76017feb,0xf69f85f7,0x105103f0,0x025f9600,0x1ff90860,0x0bfd8026,0x01e151fa,0x5cbe2470,0x852f7edc,0xd1f122c7,0xb475c4aa,0x7703b07a,0xec0fbbfd,0xcebffa3c,0x3600a059,0x3da0120d,0xa026ff7f,0x77017feb,0xf6bf86f7,0x105103c0,0x01bf9d00,0x2fff0810,0x0bff1024,0x01c150fa,0x5cbc2470,0x822f7edc,0xd1e122c8,0x0476c4fa,0x7503f076,0xeb6fbbfd,0xeec6fb0c,0x3300704a,0x3d80110d,0x6025ff7f,0x7b016feb,0xf6cf84f7,0x10500380,0x009fa900,0x400b0780,0x0a007020,0x017151fa,0x4cbb2470,0x7f2f7edd,0xd1f121c8,0xa476c58a,0x75042078,0xeacfbdfd,0xfecffc2c,0x2fffe035,0x3d50110d,0x5025ff8f,0x7e016feb,0xf6bf80f7,0x10500340,0x006fae00,0x40060770,0x0801d019,0x015153fa,0x5cbb2480,0x7f2f6edd,0xd1f122c8,0xc476c5aa,0x6f045079,0xe9ffc0fd,0xeed3fc6c,0x2fffe030,0x3d40110d,0x6025ff7f,0x7d016feb,0xf6bf7ff7,0x10500300,0x008fab00,0x3ffd07b0,0x07033012,0x012153fa,0x6cbb24b0,0x7e2f6edb,0xd1e123c8,0x6476c55a,0x68049078,0xe96fc3fd,0xeed1fc7c,0x2f000032,0x3d30120d,0x7025ff7f,0x7a016feb,0xf6af80f7,0x20510310,0x00cf9dff,0xcff00880,0x0c044011,0x00c152fa,0x9cb924f0,0x7d2f3edd,0xd20121c8,0x3476c51a,0x6104e077,0xe92fc5fd,0xeec1fcac,0x3400b035,0x3d90110d,0x3024ff7f,0x77017feb,0xf68f7df7,0x20520340,0x00df92ff,0x8fe60900,0x0f055013,0x008150fa,0xccb92540,0x7e2f2ede,0xd20121c8,0x5476c53a,0x5e054078,0xe92fc6fd,0xeeb8fd0c,0x36014034,0x3dd0110c,0xe024ff7f,0x77017fec,0xf67f7ef7,0x10510360,0x00ef8cff,0x5fde0950,0x10060013,0x00114ffa,0xfcb92580,0x7e2f1edb,0xd1e123c8,0x9475c58a,0x5c054077,0xe8ffc7fd,0xdeb6fd5c,0x36017033,0x3df0100c,0xb023ff7f,0x77017fec,0xf68f82f7,0x10500390,0x00ef87ff,0x6fd70980,0x0e062011,0xffa14efb,0x1cb925c0,0x7e2f1ed7,0xd1b127c8,0xb475c59a,0x5a047072,0xe8cfc8fd,0xbeb8fd9c,0x3301b030,0x3df0100c,0x6022ff7f,0x7a016fec,0xf68f88f7,0x105103a0,0x012f84ff,0xcfca0990,0x0406200c,0xff514dfb,0x4cbb25f0,0x7c2f1ed4,0xd1a12ac9,0x3475c61a,0x5904406e,0xe88fc9fd,0x8ebafd9c,0x2a01a02e,0x3d800f0b,0xf021ff8f,0x83015feb,0xf69f8df7,0x004f03c0,0x016f8200,0x0fbf09bf,0xfe063009,0xff314efb,0x7cbc2610,0x7a2f1ecf,0xd1612ec9,0xa476c68a,0x5604606b,0xe81fc7fd,0x2ebafdbc,0x2401c028,0x3d400e0b,0x8020ff9f,0x92012feb,0xf6af8ef6,0xe04b03b0,0x016f7d00,0x0fbb09ef,0xfd061008,0xff2150fb,0x9cbc2620,0x792f1eca,0xd13133c9,0xf476c6ea,0x5204b06d,0xe7bfc4fc,0xbeb5fe2c,0x2202101f,0x3d500d0a,0xf01effaf,0xa1010feb,0xf6bf8ef6,0xc0480390,0x014f7a00,0x1fb809ef,0xfc061009,0xff114ffb,0xdcbc2660,0x782f1eca,0xd13133ca,0x1476c70a,0x4f04a06b,0xe76fc2fc,0x7eb2fe9c,0x20026017,0x3d600c0a,0x601cffbf,0xab00efeb,0xf6df8df6,0xc0480360,0x015f7a00,0x2fb309cf,0xfa05f009,0xff014ffc,0x0cba2690,0x752f1ece,0xd1612fca,0x4476c73a,0x4b04c068,0xe74fc1fc,0x6eb3feec,0x1d026012,0x3d500b09,0xe01bffcf,0xb300dfea,0xf6ff8ef6,0xc0470370,0x015f7a00,0x3fb209bf,0xfa05e009,0xff0152fc,0x1cb926a0,0x752efecf,0xd1712eca,0x7476c76a,0x44052069,0xe72fc1fc,0x6eb5ff3c,0x1a02b00e,0x3d500a09,0x601affcf,0xba00bfea,0xf71f90f6,0xb0470320,0x015f7600,0x4faf09bf,0xf906100b,0xff0154fc,0x5cbb26d0,0x752edecd,0xd15130ca,0xf476c7ea,0x3f05506a,0xe70fbffc,0x8eb5ff8c,0x1703300c,0x3d400908,0xe018ffdf,0xbe00bfea,0xf73f93f6,0xb04502d0,0x015f7500,0x5fac09af,0xf906500c,0xff1156fc,0x8cbc2700,0x752ececc,0xd15131ca,0xf476c7da,0x3b05206d,0xe70fbdfc,0xaeb3fffc,0x1503600a,0x3d400808,0x4016ffdf,0xc000afe9,0xf76f92f6,0xa0440290,0x016f7200,0x3fa909bf,0xf906600b,0xff2157fc,0xbcbd2720,0x732edecd,0xd15130ca,0xd476c7ba,0x3604f06c,0xe70fbdfc,0xaeb2005c,0x1403d00a,0x3d600707,0x8014ffdf,0xc000afe8,0xf7af93f6,0xa0450240,0x017f6f00,0x3fa609ef,0xf906600b,0xff3157fc,0xecbe2720,0x712eeecc,0xd14132ca,0xd476c7ba,0x3005006c,0xe72fbdfc,0x7eb600bc,0x12043008,0x3d800606,0xf013ffdf,0xc300afe8,0xf7df9bf6,0xa0450230,0x018f6c00,0x2fa309ff,0xf806600f,0xff7157fd,0x0cc02730,0x712efec9,0xd11134cb,0x0476c7ea,0x2a05306b,0xe74fbdfc,0x4ebc00ec,0x11046005,0x3d800506,0x8011ffdf,0xc8009fe8,0xf7efa4f6,0xa0440240,0x018f6900,0x1fa20a0f,0xf8067010,0xffa157fd,0x0cc12750,0x722eeec8,0xd11134cb,0x8476c87a,0x25053069,0xe73fbbfc,0x3ec4011c,0x11047002,0x3da00506,0x5011ffdf,0xcd008fe8,0xf7dfaef6,0xa0440260,0x017f6b00,0x1fa20a0f,0xf806700c,0xffa159fd,0x0cc22740,0x722eeec9,0xd12134cb,0xb476c89a,0x2305206b,0xe72fbafc,0x3ecb013c,0x11042ffb,0x3db00506,0x5011ffef,0xd6007fe8,0xf7dfb4f6,0x804002a0,0x016f6a00,0x0fa10a2f,0xf8066008,0xff815bfd,0x0cc42730,0x722eeec6,0xd10136cb,0x7476c86a,0x1e05406d,0xe72fb9fc,0x4eca014c,0x1203eff6,0x3db00506,0x7011ffef,0xdd005fe8,0xf7cfb3f6,0x603d0300,0x015f6800,0x1fa20a4f,0xf7066006,0xff915bfd,0x0cc52730,0x732efec7,0xd10136cb,0xa476c89a,0x1805506d,0xe73fb9fc,0x6eca015c,0x12041ff3,0x3dc00506,0x8011ffef,0xe1005fe8,0xf7bfb5f6,0x603d02e0,0x016f6500,0x0fa10a6f,0xf7069001,0xffb15bfc,0xfcc42740,0x752efec9,0xd12133cb,0xe476c8ca,0x1405506a,0xe73fb9fc,0x8ec6014c,0x13044ff3,0x3dc00506,0xa011ffef,0xe1005fe8,0xf79fb3f6,0x603d02f0,0x016f6400,0x0fa00a6f,0xf7069001,0xffb15cfc,0xfcc32740,0x742efec9,0xd12134cb,0xe476c8ca,0x1005806d,0xe73fbbfc,0x9ec5014c,0x14042ff3,0x3dd00506,0xb012ffef,0xe1005fe8,0xf79fb3f6,0x603d0310,0x017f6300,0x0fa00a5f,0xf8064002,0xffa15bfd,0x1cc32760,0x752eeec7,0xd10136cb,0xd476c8ba,0x0c05c06f,0xe73fbcfc,0xaec6014c,0x1403fff4,0x3dd00606,0xb012ffef,0xdf005fe8,0xf79fb4f6,0x703e0350,0x016f6400,0x0fa10a4f,0xf8060003,0xffb15cfd,0x1cc32760,0x752eeec7,0xd10136cb,0xd476c8ba,0x0605b06c,0xe72fbdfc,0xaeca015c,0x1403eff5,0x3dd00606,0xc012ffef,0xdd005fe8,0xf7afb7f6,0x703f0350,0x016f6300,0x0fa10a5f,0xf805c003,0xffa15cfd,0x1cc32760,0x742efec7,0xd10136cb,0x9476c87a,0x0005b069,0xe72fbdfc,0xaec6015c,0x14043ff5,0x3dd00606,0xb012ffef,0xdc006fe8,0xf79fb5f6,0x70400300 +}; + +u32 ANIM_ENTRY_swatting_flies[] = +{ + 0x024f3800,0x3f970c9f,0xf4051ffd,0xff1158ff,0xacc127b0,0x832c9e3f,0xcce1b5df,0x848edbfa,0x5506d07a,0xe46fbb00,0xcec400cc,0x0809e002,0x3c700506,0x5011ffef,0xda006ff1,0xf76fcef6,0xf0530290,0x023f3900,0x4f970c8f,0xf5058ffa,0xff4158ff,0x9cc127a0,0x832c9e41,0xcce1b4df,0xa48edc0a,0x5406a07a,0xe45fb900,0xbec500ec,0x0809e000,0x3c700506,0x4010ffef,0xdb006ff1,0xf76fcff7,0x00530260,0x023f3a00,0x3f970c7f,0xf505dff6,0xff6157ff,0x9cc027b0,0x832c9e42,0xccf1b2df,0xa48edc0a,0x5506a079,0xe44fb900,0xbec600fc,0x0809f000,0x3c700506,0x3010ffef,0xdb006ff1,0xf77fcff7,0x10540220,0x023f3c00,0x3f970c6f,0xf6060ff3,0xff7157ff,0x9cbf27c0,0x842c9e44,0xcd01b0df,0x848edbfa,0x5706a079,0xe44fba00,0xcec900fc,0x0809ffff,0x3c800506,0x3010ffef,0xdc006ff1,0xf77fcff7,0x105201e0,0x021f3c00,0x3f9a0c7f,0xf8061fef,0xff5156ff,0x8cbf27b0,0x852c9e44,0xcd01b0df,0x448ddbba,0x56069078,0xe44fba00,0xfec7012c,0x090a5ffc,0x3c800506,0x2010ffef,0xde005ff1,0xf77fcef7,0x004e0160,0x020f3d00,0x3f9b0c7f,0xf7060fee,0xff3156ff,0x7cbe2780,0x832c9e47,0xcd11aedf,0x648edbda,0x55067077,0xe46fb901,0x4ec8013c,0x080a6ffc,0x3c800506,0x1010ffef,0xdd005ff1,0xf78fcef7,0x10500130,0x01ff3d00,0x4f9b0c8f,0xf605dfea,0xff2156ff,0x6cbd2760,0x812cae4a,0xcd21abdf,0x848edbfa,0x55067078,0xe47fb701,0x5ec8013c,0x070a2ffc,0x3c700506,0x1010ffef,0xdb006ff1,0xf78fcdf7,0x40550130,0x021f3d00,0x3f990c9f,0xf605bfe8,0xff2155ff,0x5cbc2750,0x802cae4e,0xcd41a7df,0x948edbfa,0x52066076,0xe48fb701,0x5ec8012c,0x080a2ffd,0x3c800506,0x1010ffef,0xda006ff1,0xf78fcdf7,0x70590120,0x021f3d00,0x4f990cbf,0xf6059fe4,0xff2155ff,0x3cbc2730,0x7f2cae4f,0xcd41a6df,0xa48edc0a,0x51065074,0xe48fb401,0x4eca011c,0x080a2ffd,0x3c700506,0x2010ffef,0xd9006ff1,0xf79fcff7,0x80590100,0x021f3f00,0x4f990cbf,0xf605dfe4,0xff0156ff,0x2cbd2720,0x7e2c9e50,0xcd51a5df,0xc48fdc2a,0x51064075,0xe48fb501,0x6eca011c,0x080a1ffd,0x3c800506,0x2010ffef,0xd8006ff1,0xf79fcdf7,0x905a00e0,0x020f3f00,0x4f9a0ccf,0xf5060fe2,0xff0158ff,0x1cbe2700,0x7d2c8e4f,0xcd41a6df,0xe48fdc4a,0x51066073,0xe46fb501,0xbec8011c,0x080a0ffd,0x3c800506,0x4010ffef,0xd8006ff1,0xf77fcbf7,0xb05c00c0,0x020f4100,0x4f990ccf,0xf5060fde,0xff115afe,0xfcbe26f0,0x7d2c8e51,0xcd51a4df,0xc48fdc2a,0x4f064070,0xe46fb501,0xbec8010c,0x0909fffc,0x3c800506,0x6011ffef,0xd8006ff1,0xf77fcaf7,0xb05d00a0,0x01ff4000,0x4f9a0cef,0xf5060fda,0xff315bfe,0xecbf26e0,0x7d2c9e52,0xcd51a4df,0x848edbfa,0x4f065070,0xe46fb201,0x9ec8011c,0x090a0ffb,0x3c800506,0x7011ffef,0xd7006ff1,0xf77fc9f7,0xc05c0070,0x01ff4100,0x4f990cff,0xf4064fd8,0xff415dfe,0xecc026b0,0x7c2c9e52,0xcd51a3df,0x848edbea,0x4f067072,0xe45fae01,0x7ec8012c,0x080a0ffb,0x3c800506,0x6011ffef,0xd7006ff1,0xf77fc9f7,0xc05a0050,0x01ff4000,0x4f980cff,0xf4069fdb,0xff415cfe,0xfcc026b0,0x7c2c9e51,0xcd51a4df,0x548ddbca,0x50065072,0xe45fad01,0x9ec9012c,0x080a1ffb,0x3c700506,0x6011ffef,0xd6007ff1,0xf77fc9f7,0xe05d0030,0x020f4000,0x3f960d0f,0xf406cfdd,0xff415cff,0x0cc026b0,0x7d2c9e51,0xcd51a4df,0x248ddb9a,0x50066071,0xe45faf01,0xcec7012c,0x090a4ffb,0x3c800506,0x7011ffef,0xd6007ff1,0xf76fc8f7,0xf05effd0,0x020f3f00,0x3f950d2f,0xf406dfdc,0xff315cff,0x0cc126a0,0x7c2c9e4f,0xcd41a6df,0x548ddbba,0x4f069073,0xe48faf01,0xeec5012c,0x090a6ffc,0x3c900506,0x7011ffef,0xd7006ff1,0xf76fc8f8,0x005fffa0,0x020f3e00,0x3f950d2f,0xf506cfdd,0xff115cff,0x0cc126b0,0x7c2c9e4e,0xcd41a7df,0x648edbca,0x4f06a079,0xe4afae01,0xeec4012c,0x090a5ffc,0x3c800506,0x7011ffef,0xd5007ff1,0xf76fc8f8,0x005eff90,0x01ff3f00,0x3f960d1f,0xf606afde,0xfef15bfe,0xfcc126b0,0x7c2cae4f,0xcd41a6df,0x448ddbba,0x5006b07b,0xe4afad01,0xdec4013c,0x090a6ffb,0x3c900506,0x7011ffef,0xd4007ff1,0xf76fc7f8,0x105fff70,0x01ff3f00,0x3f960d1f,0xf6068fde,0xff115afe,0xfcc126c0,0x7d2c9e51,0xcd51a4df,0x648edbca,0x4f06b077,0xe49fac01,0x9ec2013c,0x090a6ffb,0x3c800506,0x8011ffef,0xd4007ff1,0xf75fc5f8,0x3062ff50,0x01ff3f00,0x3f950d0f,0xf6067fde,0xff215afe,0xfcc126c0,0x7d2cae50,0xcd41a6df,0x648edbda,0x4e06f075,0xe49fad01,0x7ec2012c,0x090a6ffc,0x3c800506,0x9011ffef,0xd2007ff1,0xf75fc6f8,0x5063ff30,0x01ff3e00,0x4f930cff,0xf6065fe0,0xff3159fe,0xfcc126d0,0x7d2cae4f,0xcd41a6df,0x748edbda,0x4d06f077,0xe47fad01,0x8ec1011c,0x090a6ffd,0x3c800506,0xb012ffef,0xd1007ff1,0xf74fc4f8,0x5064ff20,0x01ff3e00,0x4f940cff,0xf5066fde,0xff5159fe,0xfcc126c0,0x7d2cbe4e,0xcd41a7df,0x648edbca,0x4e06c078,0xe46faa01,0x8ebf010c,0x090a5ffd,0x3c700606,0xe012ffef,0xd0008ff1,0xf73fc4f8,0x6062ff30,0x01ef3c00,0x4f950cef,0xf6065fd9,0xff4158ff,0x0cc126e0,0x7d2cae50,0xcd41a5df,0x548ddbba,0x4f069078,0xe47fa901,0x8ebf00fc,0x090a6ffd,0x3c700607,0x1013ffdf,0xce008ff1,0xf71fc5f8,0x8066ff10,0x01df3c00,0x4f960cef,0xf7063fd6,0xff4159ff,0x0cc126e0,0x7e2cae50,0xcd51a5df,0x848edbea,0x4f069075,0xe46fa801,0xaec100ec,0x0a0a5ffd,0x3c800607,0x6013ffdf,0xcc008ff2,0xf6ffc7f8,0x9068ff00,0x01af3b00,0x4f980d2f,0xf505cfc7,0xff415cfe,0xfcc226b0,0x7d2cbe50,0xcd41a5df,0xb48edc1a,0x5006a076,0xe47fa601,0x9ec300ec,0x0a0a7ffd,0x3c800707,0xb014ffdf,0xc9009ff2,0xf6dfc9f8,0xa068fec0,0x019f3a00,0x4f990d0f,0xf6054fba,0xff215bfe,0xfcc226c0,0x7d2cbe50,0xcd41a6df,0xc48edc2a,0x5206a078,0xe47fa701,0xaec000ec,0x0c0abffe,0x3c900707,0xf015ffdf,0xc400aff2,0xf6dfc8f8,0xb068fe80,0x019f3a00,0x4f990ccf,0xf604dfad,0xff2156ff,0x1cc126f0,0x7e2cbe51,0xcd51a5df,0xb48edc1a,0x54067078,0xe48fa501,0xaeb700cc,0x0d0a5002,0x3c800808,0x2016ffdf,0xbd00bff2,0xf6efc1f8,0xc06afec0,0x017f3b00,0x4f9b0c8f,0xf604af9c,0xfee155ff,0x1cc22700,0x7e2cde51,0xcd51a4df,0x848edbfa,0x53069078,0xe4bfa501,0xbeb5008c,0x0f098006,0x3c900808,0xa017ffcf,0xb400dff2,0xf6dfbef8,0xf06fff50,0x015f3b00,0x4f9d0c5f,0xf6045f8e,0xfe8154ff,0x2cc32700,0x802cee51,0xcd41a5df,0x648edbca,0x5206c077,0xe4cfa501,0xeeb6006c,0x1109500c,0x3c900909,0x2019ffbf,0xa600fff2,0xf6afbff9,0x1073ff70,0x013f3900,0x4f9e0c4f,0xf603df8e,0xfe5153ff,0x3cc52720,0x832cee51,0xcd51a4df,0x448ddbaa,0x5006a074,0xe4dfa701,0xfeb5005c,0x1309a012,0x3cb00a09,0x801affaf,0x98011ff2,0xf68fc0f9,0x3076ff20,0x011f3600,0x4fa00c6f,0xf6036f8d,0xfdf152ff,0x2cc52720,0x852cde52,0xcd51a3de,0xf48ddb6a,0x51066071,0xe50fa701,0xeeb3006c,0x130a0019,0x3cb00a09,0xb01aff8f,0x89014ff3,0xf67fc2f9,0x5079ff00,0x010f3300,0x4fa10c5f,0xf8031f8e,0xfd9152ff,0x2cc52750,0x882cde55,0xcd61a0de,0x848cdafa,0x53065072,0xe51fab01,0xfeb4005c,0x140a401f,0x3cd00b0a,0x001bff7f,0x7b017ff3,0xf64fc6f9,0x8081ff00,0x00ef3200,0x4fa40c4f,0xf8027f8f,0xfd9153ff,0x2cc62750,0x892cee58,0xcd719ede,0x348bdaaa,0x5806c077,0xe50fab01,0xfeb4003c,0x150a4022,0x3cd00c0a,0x801dff6f,0x70018ff3,0xf61fc6f9,0xb086fef0,0x00cf3400,0x4fa70c0f,0xf901bf90,0xfda154ff,0x2cc72760,0x8a2cee5c,0xcd919ade,0x448bdaaa,0x5c06a074,0xe50fab02,0x2eb5000c,0x170a1025,0x3ce00d0b,0x401fff5f,0x6601aff4,0xf5dfc6f9,0xd08afef0,0x00bf3300,0x6fa80c0f,0xf700cf97,0xfd8155ff,0x3cc82760,0x8a2d0e5e,0xcda198de,0x248bda9a,0x5f06606f,0xe52faa02,0x4eb6ffac,0x1909f02a,0x3cd00f0c,0x1021ff4f,0x5e01cff4,0xf58fc7f9,0xf08dfef0,0x00bf3100,0x6faa0c2f,0xf8000fa5,0xfd6158ff,0x3cc82750,0x882d1e67,0xcdd18fdd,0x948ada0a,0x6d06006f,0xe56fad02,0x5eb3ff4c,0x1b0a202f,0x3cd0100c,0xd023ff3f,0x5601dff5,0xf55fc6fa,0x1091fed0,0x00bf2d00,0x5fad0c6f,0xfbff9fbd,0xfd815cff,0x3cc92720,0x852d1e71,0xce2185dd,0x1489d98a,0x9005207a,0xe5afae02,0x6eafff0c,0x1e0a4034,0x3cf0120d,0x7025ff2f,0x4d01fff5,0xf52fc6fa,0x3095feb0,0x00bf2b00,0x4fae0cbf,0xfbff4fd2,0xfe0162ff,0x1ccc26b0,0x822d1e84,0xceb174dc,0xc488d93a,0xc403707b,0xe5cfac02,0x7eabfecc,0x220a503a,0x3d10130e,0x0027ff1f,0x43020ff5,0xf4efc4fa,0x4097fea0,0x00df2900,0x5fad0d1f,0xfafecfd4,0xfe6167ff,0x0cd02620,0x7f2d3e93,0xcf3166dc,0x5487d8bb,0x0202506e,0xe64fad02,0x2ea6fe6c,0x250a8043,0x3d20140e,0x9028feff,0x37023ff6,0xf4bfc3fa,0x609bfe90,0x00ef2800,0x4fad0d0f,0xf9feafc5,0xfe5166ff,0x1cd525b0,0x7c2d5e9e,0xcf915adb,0xf486d85b,0x5901107d,0xe6bfaf02,0x0ea4fe0c,0x280a804d,0x3d30160f,0x302afedf,0x29025ff6,0xf48fc2fa,0x809ffeb0,0x00df2800,0x4faf0cdf,0xf9fe4fb0,0xfe315fff,0x5cdb2510,0x792d9ea5,0xcfd154db,0x8486d7fb,0xbbffe088,0xe6bfb402,0x7ea4fdcc,0x2c0a3053,0x3d40180f,0xe02cfebf,0x1b028ff6,0xf45fc2fa,0xb0a4fef0,0x00ef2500,0x3faf0ccf,0xf9fd9fa2,0xfe5152ff,0x8ce22470,0x772ddea4,0xcfc155da,0xf485d75c,0x13fee077,0xe6cfbb02,0x8ea1fd8c,0x2f0a005a,0x3d601810,0x302dfeaf,0x1102aff7,0xf42fc4fa,0xc0a8ff40,0x011f2200,0x2fad0cdf,0xf7fd2f9e,0xfe8143ff,0xbcea2390,0x742e2e9e,0xcf915ada,0x4484d6ac,0x59fd3050,0xe6ffbd02,0x5e9cfd3c,0x3309c061,0x3d701910,0x902ffe9f,0x0a02bff7,0xf41fc3fa,0xd0a9ff80,0x00ff2100,0x3fae0ccf,0xf6fccfac,0xfea135ff,0xdcf22290,0x702e5e91,0xcf2165d9,0xe484d65c,0x8bfbb021,0xe73fbd02,0x9e9cfd0c,0x35097064,0x3d601b11,0x2030fe8f,0x0402cff7,0xf3efc4fa,0xd0a7ffc0,0xffff2300,0x5fc00c7f,0xfbfbefcd,0xfef12aff,0xacf721b0,0x6e2e5e81,0xcea174d9,0xd484d64c,0xb2fba013,0xe75fbb02,0x7ea0fdbc,0x35093059,0x3d501c11,0xa032fe7e,0xff02dff8,0xf3cfc5fa,0xf0aafff0,0xff5f2100,0x6fce0c40,0x00fadff2,0xff2121ff,0x3cfb20e0,0x6f2e4e6b,0xce0189d9,0x7483d5ec,0xcafc3021,0xe78fb902,0xae9dfe1c,0x37090051,0x3d401e12,0x2033fe6e,0xfb02eff8,0xf38fc4fb,0x10ae0030,0xff3f2100,0x8fd10c10,0x00f9d013,0xff4110fe,0xccfd1ff0,0x6f2e4e44,0xccf1aed9,0x5483d5cc,0xdcfc8032,0xe7dfbb03,0x0e9efdec,0x3708c053,0x3d201f12,0xa035fe6e,0xf702fff8,0xf35fc7fb,0x20b20060,0xff4f2000,0x9fcf0bf0,0x00f8e029,0xff40fefe,0x5cff1f20,0x6e2e2e14,0xcbf1dbd9,0x3482d59c,0xe2fbe02f,0xe7efbc03,0x0e9ffdac,0x36089058,0x3d201f12,0xb035fe5e,0xf302fff8,0xf37fc9fb,0x30b30060,0xff2f2200,0x9fcc0be0,0x03f87030,0xff30fbfd,0x6d091e90,0x6b2ddded,0xcb4201d8,0xb482d52c,0xf6fb7010,0xe7ffbf03,0x0ea1fddc,0x37083058,0x3d101f12,0xb035fe5e,0xf1030ff8,0xf37fc9fb,0x30b10080,0xfedf2200,0x9fce0bf0,0x07f80034,0xff20f9fc,0x3d111e00,0x692d7db1,0xca623ad8,0x6481d4dd,0x03fb500e,0xe82fc002,0xfea4fe1c,0x3707f057,0x3d101f12,0xb035fe4e,0xed030ff8,0xf36fcafb,0x30b00090,0xfecf1c00,0x9fce0c70,0x0bf7603a,0xfee0f2fb,0x2d181d70,0x6a2d1d61,0xc9a287d8,0x0480d47c,0xfcfa101e,0xe80fc002,0xcea3fe1c,0x3607f05b,0x3d102012,0xe036fe3e,0xe8031ff8,0xf35fcffb,0x30ab00a0,0xfe8f1500,0xafd20d60,0x11f71042,0xfe90e3f9,0x7d1d1cb0,0x692c9d02,0xc8f2e3d8,0x2480d49d,0x06f94019,0xe7efbf02,0xbea0fe2c,0x3608205d,0x3d002113,0x4037fe2e,0xe2032ff9,0xf33fd4fb,0x30ac00e0,0xfe7f0800,0xbfd40e90,0x17f68056,0xfe50c3f7,0x5d221c30,0x692c1c7c,0xc85366d8,0x3480d4bd,0x28f8e007,0xe7cfbc02,0xee99fe1c,0x3608b063,0x3d102213,0xa038fe1e,0xdc034ff9,0xf30fdafb,0x40ac0120,0xfe5ef800,0xefd70fc0,0x1df5a066,0xfdf09af5,0x5d2f1bf0,0x6d2b8bcb,0xc80414d8,0x1480d49d,0x4ef84ff5,0xe7bfbb02,0xce8bfe2c,0x35097068,0x3d002313,0xd039fe0e,0xd8035ff9,0xf2dfdbfb,0x50ad0160,0xfe6eee00,0xefd71070,0x24f4d064,0xfd8068f3,0x5d451c00,0x712afb1a,0xc854c1d8,0x0480d48d,0x6cf7cfe2,0xe7dfbe02,0x2e82fdfc,0x3609e06d,0x3d102414,0x403afdfe,0xd3036ffa,0xf28fddfb,0x80b30190,0xfe6eed00,0xefd51090,0x28f41051,0xfd702ff1,0x1d631bf0,0x742aaa75,0xc93563d8,0x3480d4bd,0x77f77fdd,0xe7bfc102,0x9e7ffdbc,0x390a1071,0x3d202614,0xb03cfdee,0xcc037ffa,0xf24fddfb,0x90b50180,0xfe4ef200,0xffd41010,0x29f33039,0xfd5fe9ee,0x9d881bb0,0x772a99ec,0xca95e9d8,0x6480d4dd,0x76f76fe7,0xe6cfc503,0xfe80fd9c,0x3a0a0072,0x3d302715,0x303dfdde,0xc4038ffb,0xf22fdafb,0xa0b50130,0xfdfefa01,0x2fd40f80,0x28f27029,0xfd8f88eb,0x4dab1be0,0x762ab98f,0xcc0644d8,0x4480d4cd,0x8df74fdd,0xe72fc203,0x9e84fd8c,0x3b09d073,0x3d102915,0xb03ffdae,0xb803bffb,0xf1efd5fb,0xc0ba00e0,0xfdaf0401,0x1fd30ec0,0x2bf1f020,0xfdbefde6,0xfdc71c40,0x752ad954,0xcd467ed7,0xa47fd41d,0xccf69fa8,0xe7cfc202,0xee89fd9c,0x3f09c072,0x3d302b16,0x5041fd8e,0xac03effc,0xf1afd1fb,0xe0be0090,0xfd4f0700,0xdfd50e40,0x35f1f011,0xfe0e5ee1,0x7de31ca0,0x792ae92b,0xce46a5d5,0xf47dd27d,0xd7f62fa8,0xe77fc302,0xce8afdac,0x4709c06c,0x3d902e17,0x3044fd7e,0xaa03effc,0xf15fcffb,0xf0bf0060,0xfd5efb00,0x4fd60e80,0x4cf18002,0xfd9dd4da,0xbe121d50,0x822a8914,0xcef6bdd3,0xd47bd05d,0x71f6e049,0xe73fc002,0x5e82fd6c,0x5309f065,0x3e003318,0x6048fdae,0xb803bffd,0xf10fd3fb,0xe0ba00e0,0xfdaee9ff,0xefd60f30,0x61f07003,0xfd2d52d3,0x7e6f1e00,0x8d29f8fe,0xcf96d3d1,0xf479ce7d,0x2bf8213d,0xe73fc102,0x2e79fcbc,0x5b0a605d,0x3e303819,0xb04dfdfe,0xd3036ffd,0xf0efdffb,0xb0ae0150,0xfdfee6ff,0xffce0e90,0x64efc018,0xfd4cbecc,0xbf3c1ee0,0x9a29d8eb,0xd036e6d0,0x2478ccad,0x46f74196,0xe74fc402,0x2e7afbbc,0x5d0ac057,0x3e103d1a,0xf052fe4e,0xef030ffd,0xf10fe2fb,0x609c0070,0xfebef400,0x0fb70cd0,0x5aef9038,0xfcfb94c8,0x811b1fe0,0xa02a591b,0xce36b9ce,0x9477cb1d,0x6cf95133,0xe7afc702,0x5e83fa8c,0x610ad056,0x3e003f1b,0x8054fe8f,0x0602cffc,0xf15fd4fb,0x5093ff10,0xff0f03ff,0xdfa80ae0,0x51ef5056,0xfbda72ca,0x83262070,0xa22b09df,0xc9c5face,0x5476cadd,0x76faa087,0xe77fca02,0x6e91fa6c,0x610a5050,0x3df03c1a,0xe051feaf,0x16029ffc,0xf17fc5fb,0x408dfe40,0xfeaf0cff,0xdfa80920,0x4fef4069,0xfa6a8dce,0x83f020e0,0xa12b8ad5,0xc7850bcf,0xf477cc8e,0x3dfb7f76,0xe6cfcb02,0x4e9afb6c,0x58099046,0x3dc03619,0x604bfebf,0x18028ffc,0xf1bfc1fb,0x608ffe60,0xfe3f0900,0x0faa07b0,0x4fef4076,0xf8db3ed1,0x141421c0,0xa62c0a8b,0xc7c554d1,0x4478cddf,0xa200ceb9,0xe68fc802,0xee97fc7c,0x4d092047,0x3d603017,0xd046fe9f,0x0b02bffb,0xf21fc5fb,0xa09aff00,0xfe3ef600,0x9fa00760,0x49ef0076,0xf81bfed1,0x73ff22c0,0xad2ca9c2,0xc9c61ad0,0x9477cd20,0x32048e9a,0xe6dfc603,0x4e8afcdc,0x4109b055,0x3ce02d16,0xe043fe6e,0xfb02effa,0xf25fccfb,0xe0a4ff70,0xfdeed801,0x4f990830,0x44ef106d,0xf8aca1cf,0xb3b32370,0xb42ce954,0xcbd685ce,0x5476caef,0x73ff8e97,0xe74fcd02,0xce75fd6c,0x350b2060,0x3c902b16,0x6041fe4e,0xee030ffa,0xf26fd3fc,0x00a8ffc0,0xfd4ebe01,0x9f9a08b0,0x47eee06e,0xf96d46cd,0xf3072420,0xbd2ce913,0xcdc6c3cd,0xd476ca6e,0xbcfbee8a,0xe76fd002,0x8e67fe4c,0x2e0c5062,0x3c902a16,0x2040fe2e,0xe5032ffa,0xf25fdffc,0x10a90030,0xfcfeb001,0x9f9c0850,0x4aee506d,0xfa9dd7cd,0xe23d24b0,0xc32cf8f5,0xcee6dfcf,0xc477cc5e,0xadfc8e76,0xe77fd102,0xce63feac,0x2e0c9065,0x3cc02b16,0x4041fe1e,0xdb034ffb,0xf20febfc,0x30aa00c0,0xfd1eac01,0x6f980840,0x48ed905d,0xfbce0cce,0x41c02430,0xbc2cb8ec,0xcf46e7d2,0xb479cf3e,0xbefc7e84,0xe75fcd02,0xce68fe5c,0x300c606d,0x3cf02c16,0xa042fdfe,0xd2036ffc,0xf19ff5fc,0x40ad0110,0xfd3eab01,0x3f960870,0x42ece048,0xfcce26ce,0x71712370,0xb42cb8f2,0xcf06e1d3,0x247acfbe,0xa8fa6ec5,0xe74fcb02,0xae6bfe2c,0x350c7071,0x3d402e17,0x0044fdee,0xcb037ffd,0xf15ff8fc,0x60ae0100,0xfcfeb001,0x0f970830,0x3dec9030,0xfd6e29ce,0x314022e0,0xae2cd8f8,0xcec6dcd1,0xb478ce4e,0x7af94f04,0xe77fcc02,0x5e6ffe4c,0x3c0c706e,0x3d902f17,0x6045fdde,0xc6038ffd,0xf12ff7fc,0x50a800a0,0xfcceb200,0xff9807e0,0x37ed0009,0xfdbe19cd,0xc1352290,0xaa2cf8f6,0xcec6ded0,0x5477ccee,0x61f93f3c,0xe79fcb01,0xfe71fe5c,0x3f0c706e,0x3dd03017,0xa046fdbe,0xbf03affd,0xf10ff7fc,0x60a90070,0xfcceaf00,0xef9407d0,0x32ee1fe1,0xfdbe11cd,0xc1422260,0xa62cf8f4,0xced6dfcf,0x8477cc1e,0x80f86f6e,0xe77fca02,0x3e72fe2c,0x420cb072,0x3e103118,0x0047fdae,0xb803bffe,0xf0bffbfc,0x90ae0060,0xfcdeab00,0xdf8f07b0,0x2fee9fd9,0xfd8df7cd,0xc1732270,0xa42ca8f6,0xcec6dccf,0x8477cc1e,0xc5f7bf7d,0xe73fcd02,0x8e73fdfc,0x440cd075,0x3e303318,0x7049fd9e,0xb203cffe,0xf06000fc,0xb0ad0090,0xfcbea700,0xaf8e0760,0x32eeffe6,0xfd4db5cd,0xa1d722e0,0xa52c48f7,0xceb6dbce,0x9476cb2e,0xe3f7cf6d,0xe77fd402,0x6e76fdfc,0x470cb074,0x3e503518,0xe04afd8e,0xb103dfff,0xf02007fc,0xb0a700c0,0xfc8ea400,0x7f8e0700,0x34efbff3,0xfd0d4ecd,0x42682340,0xa42c08f5,0xcec6decc,0x7474c91e,0xd5f82f48,0xe80fde02,0x2e78fdfc,0x490c806f,0x3e703719,0x604cfd9e,0xb503cfff,0xeff00dfc,0xc09f00b0,0xfcaea300,0x2f8a0690,0x37f0a005,0xfcbce2cd,0xc2fc2370,0xa22bf8f2,0xced6e0ca,0x7474c71e,0xc5f85f0c,0xe83fe502,0x6e79fddc,0x4e0c006a,0x3e803819,0xc04efdbe,0xbe03afff,0xeff00ffc,0xd09c00f0,0xfd5ea3ff,0xcf790640,0x3bf1701e,0xfc2ca4cf,0x133c2330,0x982c28fe,0xce46d5c6,0xd473c38e,0xb4f8feb8,0xe84fe803,0x9e79fd5c,0x550ae068,0x3e803819,0xb04dfdfe,0xd0036fff,0xf0400cfc,0xf09d0170,0xfe0ea3ff,0x8f650640,0x41f2003d,0xfaecabd0,0x72f82310,0x8a2c5947,0xcbe68fc4,0x6474c10e,0xb3f73ed3,0xe77fe404,0x1e7afd3c,0x5609a062,0x3e603519,0x004bfe2e,0xe4032ffe,0xf0d008fd,0x20a10200,0xfdfe9aff,0xcf590710,0x46f26076,0xfa6cbcd2,0x926a2330,0x802c4a41,0xc8159ac4,0x0474c0be,0x87f24f96,0xe63fde03,0x8e78fdec,0x4b09c05c,0x3e103017,0xb045fe4e,0xee030ffc,0xf1700afd,0x40a00220,0xfd8e8c00,0x5f5808d0,0x46f270a3,0xfacc7dd5,0x11eb22e0,0x792bfbef,0xc6b3f1c4,0x1474c0ce,0x03f2708c,0xe59fda02,0xce6efecc,0x3d0af060,0x3dc02b16,0x7041fe2e,0xe1033ffc,0xf1b00dfd,0x60a90210,0xfd3e8900,0xdf580ac0,0x42f1f0b7,0xfaec05d6,0x51952240,0x752b3cbc,0xc73326c7,0xa473c45d,0xa5f8615d,0xe56fd402,0x3e65ff1c,0x350c0070,0x3d902a16,0x0040fdde,0xc4038ffc,0xf1700afd,0x60b401e0,0xfd0e9b01,0x0f590bf0,0x39f100ce,0xfbfbadd6,0x01602110,0x702a6c6c,0xc70375cb,0x5474c7fd,0x89f871a4,0xe54fcf02,0x2e65fedc,0x370c007c,0x3d702c16,0x9042fd7e,0xa603fffd,0xf0fffcfd,0x50bb0180,0xfc7ebd00,0xff600c10,0x31f0b0d9,0xfc8ba1d4,0xf1491fd0,0x6f29bb72,0xc6f46acd,0xd475ca7d,0xcbf2b15a,0xe53fc402,0x1e72fe8c,0x410ac078,0x3d303218,0x2048fd2e,0x92043fff,0xf05fe8fd,0x70cd00c0,0xfb9ee700,0xbf6e0b80,0x2ff0f0e4,0xfc6bbcd3,0xc1571ee0,0x72296a84,0xc7d555cc,0xf475c98e,0x49f0a114,0xe59fc501,0xee8bfe2c,0x4e094065,0x3d203a1a,0x204ffd1e,0x8c044000,0xefafd7fd,0x40d50060,0xfb4f1100,0x2f710b60,0x32f160f3,0xfbfbd2d2,0x019f1dd0,0x6d296a05,0xc8e5d1ca,0x5474c6fe,0x5cf1d111,0xe5dfc602,0x3ea4fd6c,0x5c07e054,0x3d50411b,0xc056fd1e,0x8e044001,0xef5fc8fd,0x00d70030,0xfb7f32ff,0xaf670bf0,0x32f230fc,0xfb7bdad0,0xe22d1ca0,0x5e2959dd,0xc945f9c9,0x5473c60e,0x09f56105,0xe5cfc802,0x4eb6fc9c,0x6406904a,0x3d70451c,0x8059fd3e,0x97042001,0xef3fbbfc,0xb0d600a0,0xfb9f4cff,0x5f5e0c70,0x34f31100,0xfb0bfcd1,0x82c91c30,0x522949d4,0xc93602c9,0x2473c5dd,0xa9f920ae,0xe58fc602,0x2ecdfc3c,0x6305303d,0x3d50441c,0x7058fd6e,0xa503f001,0xef4fb7fc,0x50d30130,0xfb6f63ff,0x5f580cc0,0x38f3d0fe,0xfadc62d3,0x433a1c30,0x4a2949e7,0xc8e5f0c8,0xe473c59d,0x89f88016,0xe56fc402,0x2ee7fc2c,0x5d04902f,0x3d30431c,0x4057fd9e,0xb103c001,0xef3fb7fc,0x10d50160,0xfb3f70ff,0x6f560d20,0x43f390fb,0xfabcefd5,0x137b1c80,0x4e2929dd,0xc8e5fbc8,0xa473c54d,0x93f44f7a,0xe55fc301,0xfef4fc2c,0x58050027,0x3d30431c,0x5058fdae,0xb503b001,0xef3fb5fb,0xd0d80120,0xfacf78ff,0xcf5a0d60,0x52f330fa,0xfabd76d5,0xc3871d40,0x5f28d9d0,0xc8f609c7,0xd473c48d,0xb8f1bee7,0xe52fc101,0xfef7fc5c,0x5105c021,0x3cf0441c,0x7058fdae,0xb603b001,0xef3fb2fb,0x90db00f0,0xfa6f8000,0x3f5e0d90,0x63f2a105,0xfacde3d5,0x735d1e30,0x7628a9d0,0xc8f608c5,0xf472c2ad,0xf7f33ea3,0xe51fc302,0xcef4fc7c,0x4a06001b,0x3c70451c,0xb059fdae,0xb803b001,0xef1faafb,0x40db0130,0xfa1f8c00,0xbf630de0,0x6ff1b112,0xf9fe25d5,0x530f1ec0,0x8428a99d,0xc9b63ac4,0x6473c11e,0x18f52eb7,0xe5afc602,0xeef0fc5c,0x4605f016,0x3c00461c,0xf05afdbe,0xbb03b001,0xef2f9efb,0x00de0180,0xfa1f9f00,0xff660e40,0x78f1011a,0xf8be3ed6,0x62af1ed0,0x8628c93a,0xcba69ac4,0x9473c14e,0x50f73ed0,0xe68fc702,0x9ef4fbfc,0x4305a013,0x3bb0481d,0x505bfdbe,0xbe03a002,0xef0f8ffa,0xe0dd0100,0xfa5fb601,0x0f660eb0,0x7df07119,0xf87e30d9,0x32451e80,0x8028e8ef,0xcdf6e4c7,0x0473c3be,0xcef9aec8,0xe69fc402,0x8f01fb5c,0x4004a012,0x3b90481d,0x505cfdce,0xc3039002,0xef1f85fa,0xf0e000c0,0xfadfca01,0x0f640f10,0x81f01117,0xf84debdd,0xd1cf1e50,0x8028f8e4,0xce66efc9,0x2473c5cf,0x0ff87eed,0xe63fc402,0x9f11faac,0x3c034017,0x3b90461c,0xf05afdbe,0xbf03a001,0xef5f85fb,0x90f500f0,0xfb8fd301,0x6f671050,0x83ef910d,0xf81d6ae2,0xd16f1e00,0x8728c949,0xcb468bca,0x4474c6de,0x73f44f9e,0xe61fc502,0x9f1ef9fc,0x3202b033,0x3b10431c,0x7058fd4e,0x9a041001,0xef7f8bfc,0x11050240,0xfbffd202,0x4f781210,0x81ef4109,0xf87ccee7,0x41371dc0,0x98285ad6,0xc6e504cb,0x2474c7cd,0x97f860b6,0xe61fc602,0x7f21f95c,0x2402f060,0x39f0431c,0x7057fc4e,0x58050002,0xef1f8bfc,0x01040410,0xfbdfc903,0x7f931440,0x7df030ff,0xf87c3de9,0xf1161d40,0xa827ad44,0xc7929ecd,0x9475ca3d,0x07fed17d,0xe63fc202,0xaf15f8dc,0x1903407f,0x38c0471d,0x405bfb7e,0x2805c002,0xeebf83fc,0x21080510,0xfb7fcb03,0xdfa515d0,0x83f2d10c,0xf9ec05eb,0x10f61cf0,0xaf274df6,0xc981efcd,0xd475ca7c,0xc1fbd1b0,0xe68fc102,0xbf11f88c,0x1a03507d,0x38804d1e,0x5060fb5e,0x2305e002,0xeebf80fc,0x71110500,0xfb5fdf03,0x5fa31650,0x8ff66132,0xfcdc3cea,0xa0d21cb0,0xb1277d9b,0xc87247c9,0xc474c66d,0x43f7d172,0xe78fc303,0x3f29f84c,0x1e02f06b,0x39304f1e,0xa062fb9e,0x3405a001,0xef3f88fc,0x711203f0,0xfb3fff03,0x1f9e1660,0x91f7b13c,0xfdac9be9,0xc0b31c60,0xaa27cc40,0xc6a39dc5,0xd473c27d,0xcff5b118,0xe80fc703,0x3f4df85c,0x18021056,0x39804d1e,0x4061fbfe,0x4a055000,0xefbf8efc,0x210a02f0,0xfb601d03,0x0f9a16b0,0x8af6513f,0xfcece5e9,0x80a81bb0,0x9c282a5b,0xc7a57cc5,0x0474c1be,0x37f300b4,0xe7dfc903,0x7f62f81c,0x14012044,0x39c04a1d,0xc05efc7e,0x6604efff,0xf00f85fb,0xa0fd0210,0xfbd03602,0xdf9e1740,0x86f3d13f,0xfb2d04ea,0x50a71ab0,0x8c284964,0xcab66ec7,0xb473c45e,0xe2f13058,0xe81fc804,0x5f6af76c,0x1801203e,0x3a60491d,0x905dfcde,0x7f048fff,0xf04f75fb,0x40f40050,0xfc504402,0xafaf1820,0x8ef1c142,0xf93cfdec,0x00a61a00,0x8327f910,0xccd6c0ca,0x9474c73f,0x7beeb035,0xe84fc904,0x8f68f68c,0x1f011042,0x3b00491d,0x805dfd1e,0x8f045ffe,0xf08f68fb,0x50f7ff20,0xfc805102,0x7fd218a0,0xa4f0b154,0xf74ceced,0xe0a219a0,0x852718ed,0xce06e2cc,0xb475c94f,0xa0ecf042,0xe85fc704,0x0f67f5ec,0x24fff041,0x3b104a1d,0xa05dfd3e,0x9b042ffe,0xf0df63fb,0x10f2ff90,0xfc306302,0x6ffd18d0,0xc1f10171,0xf69ce1ee,0xb09c1930,0x8a2618cf,0xcf46ffcc,0x5475c8ef,0x5beef069,0xe8cfc403,0xef5af55c,0x29ff3038,0x3b004c1e,0x305ffd6e,0xa603fffd,0xf15f72fa,0x60e1ffe0,0xfc707602,0x401218d0,0xd2f2518d,0xf6ecdced,0xe0a118e0,0x8a2568c4,0xcfb70ac9,0xc474c66f,0x41f13081,0xe93fc804,0x2f39f43c,0x33fec03d,0x3b10511f,0x4064fd7e,0xab03effc,0xf19f8ffa,0x00d9ff60,0xfd509202,0x40061840,0xccf351b3,0xf7ccd5ec,0x10ba18f0,0x852568d5,0xced6fac6,0xe474c38f,0x73f0a073,0xe9bfc904,0xaf11f2bc,0x3efe404a,0x3b005b21,0x106dfd8e,0xaf03dffd,0xf15f97f9,0xa0d0fe10,0xfe00b402,0x6fed1770,0xb8f311cd,0xf7cccbe9,0x30e61920,0x7525f8ff,0xcd16d1c4,0x5474c0ff,0x99eef060,0xea1fc705,0x1eebf24c,0x44fde049,0x3af06722,0xd077fdae,0xba03bffc,0xf17f92f9,0x40c7fbe0,0xfe20d202,0x9fd916b0,0xa9f2a1d6,0xf7ccc8e5,0x612019a0,0x5e26994f,0xcad683c3,0x3474bfef,0x97edf069,0xea0fc404,0xfec3f36c,0x47fe003d,0x3ae06923,0x3079fdde,0xc5039ffb,0xf25f91f9,0x00c0f9a0,0xfe50e702,0xafc41680,0x99f2b1de,0xf84cdae1,0x41741a20,0x4426ca02,0xc815d3c4,0xc473c17f,0x4feff0a9,0xe9bfc604,0xbea2f52c,0x47fe103d,0x3ab05e21,0x8070fdae,0xb903bffa,0xf2df7ff9,0x30c4f850,0xfe60fb02,0xafb91670,0x8ef261e3,0xf85d1dde,0xb1e61a40,0x31265b73,0xc65466c7,0xc473c47e,0xbff430af,0xe96fcb04,0xdea9f6ac,0x39fdc04f,0x3a104d1e,0x7061fd0e,0x87045ffa,0xf28f66f9,0xa0cff810,0xfde11c02,0xbfc41530,0x8af161e1,0xf7dd92de,0x225e1a60,0x2d258cf0,0xc702edcb,0x6473c81e,0x50f7d024,0xe93fc904,0x8ee2f77c,0x1ffd5068,0x3910451c,0xa059fbae,0x34059ffb,0xf21f70f9,0x90cdf7f0,0xfcd14103,0x3fea13a0,0x8ceee1db,0xf67e26dd,0x72c319d0,0x3324ad96,0xc8324acd,0x8474ca2e,0x55f70f7c,0xe93fc404,0x5f19f81c,0x07fd307b,0x37b0441c,0x8059f9fd,0xe4071ffc,0xf1af7ff9,0x40c5f970,0xfc514b03,0x600c13c0,0x9bed81e1,0xf57ed5db,0x22e618e0,0x34245d76,0xc80268ca,0xa472c75e,0x9ef65ee5,0xe9dfc704,0x5f1af8ac,0x04fe208b,0x36e0431c,0x1057f8ad,0xb1084ffc,0xf1af75f9,0xd0d3feb0,0xfcd14303,0x30171530,0xb0edf1e1,0xf49f78d8,0xc2b117f0,0x2624ec49,0xc68390c5,0xc472c27e,0xe8fa7e71,0xeaefcc04,0x4f00f8dc,0x0e005098,0x37003d1a,0xb052f89d,0xb1084ffb,0xf1ff5cfb,0x20f40580,0xfd814703,0x001b1600,0xc3ee51e0,0xf40027d6,0x92171700,0x13256acf,0xc6c507c3,0x0472bfcf,0x02fdfe3a,0xeaefc604,0x4ef8f8cc,0x12033090,0x37903719,0x304cf9fd,0xe4072ffa,0xf2bf4cfc,0x51110930,0xfe815e03,0x801d1520,0xc9ee01df,0xf49109d6,0x512b1630,0x09257a28,0xc7d5abc2,0x0472bece,0xdcfd5e59,0xeb3fc004,0xbf0cf83c,0x0705b077,0x37b03318,0x5049fbde,0x3d057ff9,0xf35f4bfc,0x310e0840,0x00217304,0x10161460,0xc3ed91e7,0xf571d1d8,0xe0511560,0x0225da15,0xc805bdc2,0x7472bf3e,0xbafb4e9d,0xec4fbd05,0x0f26f69b,0xfd07b068,0x38103218,0x3048fd1e,0x8d044ff8,0xf3af53fb,0x40f704a0,0x01118303,0xf01a1410,0xc7ed21e5,0xf5824ddc,0xefa914af,0xfd25da6a,0xc77568c4,0x2472c0ee,0xa1f9fec2,0xecafb904,0x8f33f54c,0x02089067,0x38f03318,0x5048fd8e,0xab03dff7,0xf3df54fa,0xe0ed01d0,0x01319703,0x70271340,0xd5eb31dd,0xf4328ae1,0xdf1a146f,0xfb252b1b,0xc6c4b8c4,0xe472c1ae,0x82f9eebb,0xecefb604,0x2f40f4ac,0x0b087068,0x39d03218,0x2048fd9e,0xb503cff6,0xf47f52fa,0x90e50080,0x0191ad03,0x502b1250,0xd9e981e4,0xf3a29fe7,0xaea7149f,0xf9245bf4,0xc6b3e0c4,0xa472c15e,0x8efb9eb9,0xed3fbc04,0xcf49f44c,0x0f066065,0x39e02f17,0x6045fdde,0xc5039ff5,0xf51f4afa,0x40dd0110,0x0261c203,0x50221230,0xd3e911e0,0xf4329fed,0x7e48149f,0xec240ccc,0xc77309c3,0xf472c0be,0xd1fcdeb3,0xed4fbf05,0x1f4ef3bc,0x1203b064,0x39d02c16,0x7042fe0e,0xd8035ff4,0xf59f40fa,0x00d50210,0x0351cc03,0x801c12e0,0xc8e901d3,0xf4c27ff3,0x0e01144f,0xd823fd68,0xc8b26ec4,0xb472c16f,0x09fd7e92,0xed0fba05,0x0f4af35c,0x15030068,0x3a102815,0x703efe3e,0xe6032ff3,0xf61f38f9,0xd0d101c0,0x03e1cf03,0x901c13f0,0xc0e871c4,0xf53252f8,0x9dcb143f,0xca241db4,0xc9d222c5,0x2472c1ef,0x0efdbe86,0xecafb504,0x5f3ef35c,0x1c04306d,0x3ab02514,0x903bfe4e,0xee030ff2,0xf69f2df9,0xb0cd0040,0x03d1ce03,0x70231550,0xbee8b1bd,0xf5d227fd,0xad9f146f,0xbe23ede7,0xcad1efc5,0x7472c23e,0xe6fc6e96,0xec0fb203,0xaf37f3ac,0x2205006b,0x3b302313,0xe039fe5e,0xf402fff1,0xf6ff28f9,0xb0cbff60,0x03f1ce03,0x402516b0,0xbbe981bc,0xf6c20901,0xcd81146f,0xae23ce16,0xcbf1c1c7,0x8472c44e,0xb0fa2eae,0xebcfb003,0x9f37f37c,0x2804e06e,0x3b802313,0xc039fe5e,0xf402fff1,0xf6df29f9,0xb0ccff70,0x0411d903,0x20231770,0xb5ea01b0,0xf721fd04,0x7d74147f,0xa023de35,0xccd1a2ca,0x4472c6fe,0x8af8beb1,0xeb9fab03,0xaf40f2fc,0x2c043073,0x3bc02414,0x303afe4e,0xf0030ff2,0xf6bf28f9,0xd0ceff60,0x0351e902,0xa02e17b0,0xbbea21a4,0xf7120405,0x3d75148f,0x99240e4f,0xcd818acc,0x2473c8de,0x88f87ea4,0xeb2fab03,0x2f49f30c,0x35038066,0x3c702514,0xa03cfe5e,0xf502fff2,0xf6af23f9,0xd0cffef0,0x02d1fa02,0x403417a0,0xbcea61a3,0xf7621604,0x9d7d14bf,0x98247e5e,0xcdf17bcb,0xd473c88e,0xa1f97e95,0xeaffad01,0x7f51f2dc,0x3d03205b,0x3d202715,0x003dfe7e,0xfe02dff2,0xf69f1ef9,0xe0cffe20,0x02c20802,0x003217a0,0xb8ea519f,0xf7b22c03,0x4d8814ef,0x99251e64,0xce1175cb,0x7473c82e,0xb7fabe8c,0xeaafa901,0x8f58f27c,0x4102e058,0x3d902815,0x503efe7f,0x0202dff2,0xf67f1df9,0xe0cffd60,0x02d21902,0x002e1750,0xb1e9e195,0xf7d24401,0x9d91152f,0x97259e6d,0xce416ccc,0x9474c94e,0xcafabe93,0xea9fa802,0x9f61f23c,0x41023055,0x3db02815,0x903efe8f,0x0302cff2,0xf67f1ef9,0xe0cffd00,0x02a22201,0xc02c1770,0xb1e9a18a,0xf7e258ff,0x9d99159f,0x9725ee6f,0xce416bce,0x4475caee,0xe7fb0e91,0xea9fa702,0xdf62f22c,0x4501a054,0x3df02815,0x703efe7f,0x0202dff1,0xf6df1bf9,0xf0d1fd00,0x02922901,0x80281740,0xb0e9c185,0xf81253fd,0x6da9164f,0x9c261e5f,0xcdb179ce,0x8475cb3f,0x0bfc6e74,0xeaffab03,0x2f61f1fc,0x48010058,0x3e002815,0x503efe6e,0xf902eff0,0xf74f17fa,0x10d4fd50,0x02c23201,0xe0251630,0xa9ea3188,0xf8820afb,0xcdc9175f,0xa9264e42,0xccd195ce,0x2474cacf,0x42feee61,0xeb6fad03,0xaf62f20c,0x4300605c,0x3d902715,0x303dfe4e,0xec031ff0,0xf78f11fa,0x30d8fd90,0x02b23a02,0x50261540,0xa6ead188,0xf8e16cfb,0x0dfb185f,0xb9265e31,0xcc81a4cd,0x8474ca3f,0x6afd5e8e,0xeb7fae04,0x0f6bf28c,0x3bffd056,0x3d302614,0xe03cfe3e,0xe8032ff0,0xf79f10fa,0x60dcfd90,0x02c23802,0x90241510,0xa9ebf18a,0xf8f099fa,0xee3b195f,0xc5264e29,0xcc61accc,0x7474c91f,0x57f70eff,0xeb6fb004,0x0f6cf2fc,0x35ff8052,0x3ce02514,0x903bfe3e,0xe8032ff0,0xf79f14fa,0x70ddfdd0,0x03222302,0xd01c1620,0xaeedb18f,0xf91fb5fa,0xae881a1f,0xc9263e1b,0xcbf1b9cb,0x6473c80e,0xe5f39fa1,0xeb5fb204,0x0f54f35c,0x36000057,0x3c802314,0x1039fe3e,0xe9031ff0,0xf7af12fa,0x60dbfe90,0x03b1fe03,0x20191850,0xb4ef918f,0xf9eed1f9,0xaee31aaf,0xc5261e03,0xcb11d1cc,0x9474c94d,0xeff5205e,0xeb0fb304,0x4f29f3dc,0x3701a05d,0x3c102313,0xe039fe4e,0xeb031ff0,0xf77f0efa,0x50d8ff30,0x03f1db03,0x80191a80,0xbaf1b18d,0xfb1de0f7,0xaf461aff,0xbc262dde,0xca01f7cd,0xc474ca7c,0xf9f720e5,0xeaefb304,0x3f04f43c,0x38038062,0x3ba02414,0x403afe3e,0xe9031ff1,0xf70f0dfa,0x40d7ff80,0x03b1c803,0xe01c1ae0,0xbef37193,0xfbcd25f3,0xbfaa1b8f,0xc0263d4e,0xc7e286cd,0xf475ca9d,0x29f5e136,0xeaefb003,0xfef4f48c,0x3504605d,0x3b302715,0x403dfe3e,0xe9031ff2,0xf67f0efa,0x40d7ffa0,0x0301c803,0xe01d19a0,0xc0f4719c,0xfc7cc4ee,0xd0331c0f,0xcd266c2e,0xc653a5cd,0x6474ca0d,0xcef44124,0xeacfb203,0xfefcf4cc,0x3304604e,0x3b102a16,0x3040fe4e,0xed031ff3,0xf63f14fa,0x40d6ff80,0x0261d403,0x700c17a0,0xbaf5b1a3,0xfd4cc7ea,0x50e91c7f,0xd926eb66,0xc6346ccb,0x5474c7fe,0x2af3c0f4,0xea9fb603,0x9f12f4bc,0x3103e043,0x3b402c16,0xa042fe5e,0xf302fff3,0xf61f1bfa,0x40d6ff20,0x0221e403,0x2ff71540,0xaef671a7,0xfe0d2ce6,0x51aa1cbf,0xe327cb4f,0xc62483c8,0x9473c54e,0x2af50082,0xea8fbc02,0xdf2df49c,0x2d03203b,0x3b502c16,0xb042fe6e,0xf702eff3,0xf5ef20fa,0x50d8fec0,0x0231e903,0x0fe51370,0xa5f5519f,0xfcfdcbe2,0x42491c9f,0xe928ebf7,0xc603ddc6,0x1473c2ce,0x58f91fc3,0xea8fb902,0xff39f48c,0x2a02a03b,0x3b302c16,0x9042fe6e,0xf602eff3,0xf5ff21fa,0x60d9fee0,0x0261d803,0x3fe012a0,0xa7f4d1a5,0xfb3e95dd,0xb2921c7f,0xf029cc96,0xc64340c3,0x1473bfce,0xaefa5f11,0xea4fbb03,0xdf2ff4dc,0x2702c040,0x3ac02a16,0x3040fe5e,0xf402fff3,0xf61f22fa,0x60d8ffa0,0x02a1b703,0x9fe612c0,0xb0f4b1b6,0xf9bf72d8,0xb2601c9f,0xf72a4cbc,0xc6731ac1,0xb474be6f,0x04fc7ea4,0xe9dfbf03,0xef1af55c,0x2203e047,0x3a202915,0xd03ffe6e,0xf502fff3,0xf60f2cfa,0x50d60050,0x02819703,0xdff41330,0xbdf411c3,0xf8c03ed5,0x91ba1c6f,0xfd2a6cd1,0xc69304c1,0x8474be3f,0x41014e67,0xea4fc603,0xdf02f60c,0x1f057048,0x39e02815,0xa03efe6e,0xf702eff3,0xf5df35fa,0x40d500b0,0x02918404,0x0ffa1340,0xc2f361ce,0xf8b0eed5,0xd0e41c40,0x042a9d08,0xc6e2cdc1,0x1474bdcf,0x37020e62,0xeb0fc903,0xbeeff67c,0x1e06204c,0x39902815,0x603efe5e,0xf302fff3,0xf5cf36fa,0x50d50140,0x02b18004,0x1ff712a0,0xc2f2d1d7,0xf91160d8,0xd0271c10,0x0a2acd60,0xc79275c1,0xc474be7e,0xd7fdee87,0xeb4fc503,0x9eecf66c,0x1c060052,0x39702815,0x703efe4e,0xeb031ff4,0xf5af3afa,0x60d801a0,0x02718103,0xdff91260,0xc5f361d5,0xf9e196dc,0xff931b50,0x0d2afda6,0xc8722fc3,0x2474bfce,0x58fa2ec2,0xeacfc203,0x8eebf67c,0x20060051,0x39b02915,0xa03ffe3e,0xe6032ff4,0xf59f3dfa,0x70da01a0,0x02218103,0x8ffb1270,0xc7f371d2,0xfa71b5e1,0x1f161a70,0x0e2b3df5,0xc9c1e1c5,0x1474c1be,0x07f86f10,0xea4fbd03,0x4ee6f67c,0x2606304e,0x3a002b16,0x4041fe3e,0xe5032ff4,0xf55f3efa,0x90dd0180,0x01f17c03,0x5ffc12e0,0xc5f321d2,0xfa91c0e4,0xeeae19f0,0x142b8e44,0xcba193c7,0x1474c3bd,0xf0f7df51,0xe9ffb902,0xeedef63c,0x2d067051,0x3a402e17,0x5044fe1e,0xdb034ff5,0xf4ef3ffa,0xe0e50190,0x01c17403,0x2ffd13c0,0xc2f321cb,0xfac1b3e7,0xce581980,0x252bbe85,0xcdf153c9,0x8475c61d,0xdcf89f64,0xe90fb402,0x6ed3f5ec,0x36068060,0x3a603318,0x7048fdbe,0xb903aff6,0xf47f3efb,0x70f60220,0x01417103,0x60041450,0xbdf441c3,0xfc01a7e8,0x7e211930,0x4f2bbeb0,0xd0012acc,0x8476c90d,0x93fb5f86,0xe72fa701,0xdecdf62c,0x3605f070,0x39f03619,0x404cfcfe,0x84046ff7,0xf3ff3dfc,0x210c0360,0x00717603,0xf00e13e0,0xb7f611be,0xfd71a1e7,0x2e141910,0x962c2ec7,0xd12115cc,0x8476c90d,0x2bfe2fb4,0xe5afa5ff,0xfed7f6fc,0x2f048071,0x39103919,0xd04efc5e,0x5b050ff9,0xf33f3ffc,0xa11d0490,0xff718404,0x101612b0,0xbbf7f1bd,0xfe217fe5,0x4e241960,0xf12d2ecb,0xd14111c7,0xa475c42c,0xdaff8fc6,0xe4bfa8fd,0x8ee9f7bc,0x2c034062,0x38b03b1a,0x5050fc1e,0x50053ffa,0xf2df42fc,0xb11f04e0,0xff118903,0xe01511e0,0xcbf921c5,0xfdd13ce3,0xde481a11,0x502e7eb9,0xd04121c4,0x1476c0ac,0xa6011fe2,0xe29f91fe,0x2ef1f7ec,0x2e032055,0x38d03b1a,0x7051fc5e,0x5d050ff9,0xf32f44fc,0x411504d0,0xffa17d03,0xd00d1290,0xdafa11ce,0xfdb0e6e2,0xbe7b1a31,0x9e2fde96,0xcea142c7,0xa476c43c,0x6a02e00b,0xe0ff79ff,0xbee7f7ac,0x30040058,0x38f0391a,0x004efcae,0x7004bff8,0xf38f46fb,0xe1090490,0x00716d04,0x20071460,0xe0faf1c4,0xfdf090e1,0xaeb818b1,0xde308e59,0xcc817bcd,0xe478ca5c,0x4f046043,0xe19f7c01,0x4ed8f77c,0x2e04d05d,0x38e03719,0xa04cfcee,0x81047ff8,0xf3cf47fb,0xa1010430,0x00d16804,0x80071530,0xe3fbb1b7,0xfe602ce1,0x3f091762,0x1f314df4,0xca11ddd1,0x647bcdcc,0x5605807d,0xe15f8303,0x0ed6f76c,0x2a05205c,0x38c03719,0x904cfd1e,0x8c044ff7,0xf3ef49fb,0x80fe03a0,0x00c16d04,0xc00c1460,0xeafc21bf,0xfe7fbee2,0x4f5f17c2,0x65334d81,0xc8524ed1,0x847ccdec,0x6406a096,0xe04f8f04,0x8ed9f78c,0x28050057,0x38a03719,0xb04cfd1e,0x8e044ff7,0xf3ff46fb,0x90ff0310,0x00417104,0xd0171380,0xf6fd51c9,0xff1f6ae2,0xff9c1852,0xa0360d44,0xc7b28ad0,0x347bccac,0x6706d08a,0xdfbf8d02,0xded9f7fc,0x2804e04f,0x38903819,0xf04efd0e,0x8a045ff7,0xf3ef43fb,0xb10502b0,0xffd17504,0xe01c12e1,0x01ff01c7,0xffff42e2,0xdfc61942,0xc838dd3b,0xc7b292cf,0x047acb6c,0x5f05a081,0xdf9f8202,0xbed9f82c,0x2904e049,0x38803a1a,0x604ffcfe,0x86046ff7,0xf3df40fb,0xe10a0230,0xffd17c05,0x10131231,0x000021cd,0x00cf34e2,0xafe91b62,0xdc3c3d09,0xc742c3ce,0x647acacc,0x5e05a08e,0xdfbf6d03,0x0edaf81c,0x2804c045,0x38603c1a,0xb051fcfe,0x84046ff8,0xf3cf3afc,0x01100180,0x00018105,0x500411b0,0xfa0061d7,0x015f27e2,0x8ffc1d82,0xe33eec77,0xc69355ce,0x847acaec,0x620720b4,0xdfff6101,0x6edbf7fc,0x2504b045,0x38403c1a,0xe051fcfe,0x84046ff8,0xf38f37fc,0x11110100,0x00018105,0x90081230,0xff0061d9,0x012f13e2,0x00031d82,0xea3ecc0b,0xc663c1ce,0x947acafc,0x5e07f0db,0xe06f5cff,0xcedcf80c,0x2204d044,0x38103d1a,0xf052fcee,0x83047ff8,0xf37f37fc,0x211200d0,0xfff17e05,0xb01212d1,0x080051da,0x010f06e1,0xeffd1cb2,0xf03dabc7,0xc66406ce,0xb47acb1c,0x520810e0,0xe0bf5fff,0x7ed9f81c,0x20049044,0x38003d1b,0x0052fcee,0x82047ff8,0xf36f39fc,0x611900a0,0x00017e05,0xd00e1281,0x04ff31e1,0x00cf13e2,0x9fee1ce2,0xeb3dbb7a,0xc67453cf,0x447bcbac,0x4807f0d6,0xe0df6a00,0x2ed8f80c,0x20045045,0x37f03d1b,0x1052fcee,0x81047ff8,0xf36f38fc,0x911e0080,0x00118205,0xc0041160,0xfbfe81e3,0x00ef34e3,0xcfdb1dc2,0xdf3e5b2b,0xc6a4a2cf,0xb47bcc1c,0x3c07c0ce,0xe0df7501,0x3edcf7ec,0x21041045,0x38103d1b,0x0052fcee,0x83047ff8,0xf36f37fc,0x911b0080,0x00018705,0x800410e0,0xfafe41da,0x00ff59e4,0x6fc01c82,0xd63c4af7,0xc6e4d6d0,0x047bcc5c,0x240750c2,0xe07f7b03,0x6edff7ec,0x2403f041,0x38603b1a,0xa050fd1e,0x8d045ff8,0xf39f36fc,0x81160040,0x00118d05,0x40021170,0xf9fd11d0,0x005f8be4,0x0f9b18e2,0xc6377aca,0xc72503d0,0xe47ccd3c,0x0c0720b8,0xdfff8505,0x3ee0f80c,0x2803a03b,0x38c03819,0xe04efd4e,0x9e041ff8,0xf3cf32fc,0x510d0000,0x00519105,0x1ff71170,0xeffbc1d1,0x005fcce4,0x6f7817b2,0xad34aab0,0xc7551ed2,0xc47dcf1b,0xf806a0b4,0xdfff8a02,0xcee3f7fc,0x2a039037,0x39203519,0x004afd8e,0xb103dff7,0xf41f30fc,0x2105ff90,0x00b19104,0xdfe610e0,0xdffa71db,0x004009e6,0x0f5e1862,0x9433fa99,0xc77535d3,0xb47ed00b,0xe40670ab,0xe07f89ff,0x3ee3f7dc,0x2d03d038,0x39903118,0x2047fdce,0xc2039ff6,0xf46f30fc,0x00fdff20,0x00d19004,0xafe41110,0xd6f8a1d3,0xff8030e6,0x7f441762,0x80320a85,0xc7a54ad2,0xc47dcf2b,0xcc06c098,0xe19f8c00,0x3ee3f7ec,0x2f03e038,0x39e02f17,0x7045fdee,0xcc037ff6,0xf4af31fb,0xf0f9ff00,0x00d19104,0x8feb1150,0xd4f761c3,0xfec045e5,0xff2316c2,0x73306a85,0xc7b54bd2,0x147dce6b,0xba07a08c,0xe28f9501,0x8ee2f7fc,0x3103d039,0x3a102d16,0xf043fdee,0xcf037ff5,0xf4df30fb,0xe0f5ff20,0x00c19104,0x6ff01170,0xcef6d1b8,0xfea063e5,0x6f0916a2,0x662fcaa9,0xc79528d2,0x347dce8b,0xbb07e093,0xe29f9401,0xbee1f81c,0x3403903b,0x3a202c16,0xb042fdee,0xcb037ff5,0xf50f2efb,0xe0f2ff70,0x00719304,0x4ff611b0,0xc7f5e1b5,0xfe807fe4,0xfef71622,0x572f5ac3,0xc7950ed3,0x247ecf7b,0xd006e0a2,0xe2df9001,0x3ee2f84c,0x3603703a,0x3a402c16,0x9042fdde,0xc8038ff5,0xf52f2cfb,0xd0efff70,0x00419504,0x1ffa1180,0xc4f4f1bb,0xfe108de5,0x4ee91612,0x4d2f6ac8,0xc7a50ad4,0x1480d05b,0xfe0540a6,0xe32f8fff,0xeee4f84c,0x39038039,0x3a802c16,0xb042fdde,0xc8038ff5,0xf52f2cfb,0xd0edff50,0x00519503,0xfff81110,0xc0f411c0,0xfda092e6,0x5edf1682,0x462ffadb,0xc7a4f8d5,0x0481d15c,0x39034085,0xe30f9000,0x3ee7f82c,0x3b03c03b,0x3ac02c16,0xa042fdde,0xc8038ff5,0xf51f2ffb,0xd0e9ff30,0x00719103,0xdff610c0,0xbcf391c2,0xfd5093e7,0x9ed816f2,0x3d305aea,0xc7a4ead6,0x8482d2cc,0x75017051,0xe2cf9400,0x7ee5f7fc,0x3c03e041,0x3ad02c16,0x9042fdde,0xc5039ff5,0xf52f31fb,0xc0e6ff60,0x00718c03,0xbff71070,0xbbf351c8,0xfd3090e8,0xeed51742,0x34303af3,0xc7a4e2d7,0xe484d42c,0xb4ffd021,0xe24f98ff,0xdee4f7ec,0x3e040044,0x3af02c16,0x9042fdce,0xc4039ff5,0xf52f35fb,0xc0e4ffb0,0x00518903,0xaffa1040,0xbaf301cc,0xfcf090ea,0x2ed31742,0x282faaf9,0xc7a4ded7,0x9484d3dc,0xfbfe2ff2,0xe1ffa000,0x2ee4f80c,0x3f041044,0x3b102c16,0x9042fdce,0xc4039ff5,0xf51f38fb,0xd0e3ffd0,0x00418103,0x9ffd1080,0xb9f2d1cc,0xfcc097eb,0x4ed11742,0x172efaf6,0xc7b4e2d6,0x2482d26d,0x62fcdfd0,0xe1cfa401,0xcee3f84c,0x3e047044,0x3b202b16,0x5041fdde,0xc6039ff5,0xf51f3efb,0xd0e2ffe0,0x00417903,0x8fff1050,0xbaf2e1d4,0xfc7098ed,0x1ed017e2,0x082e4ad6,0xc7f503d5,0x3481d17d,0xe1fbefb2,0xe22fa502,0x5ee4f88c,0x3c04b044,0x3b302a16,0x0040fdde,0xc8038ff5,0xf51f45fb,0xe0e1ffe0,0x00517203,0x7ffe1040,0xb8f2b1d8,0xfc208eee,0x5ed21851,0xf72d5abc,0xc8251dd4,0x6480d0ae,0x4bfb0f93,0xe2efa102,0x6ee5f88c,0x3c04e048,0x3b402915,0xd03ffdde,0xc8038ff5,0xf51f4afb,0xe0e10000,0x00816b03,0x7fff10c0,0xb5f1f1d1,0xfb7081ee,0xaed61821,0xe22c3a8f,0xc8754ad2,0xd47ecf2e,0x92f9ff60,0xe33faa02,0x5ee6f87c,0x3b05004e,0x3b402915,0xa03ffdce,0xc3039ff5,0xf52f52fc,0x00e20020,0x00616403,0x900410e0,0xb3f191cf,0xfb2073ef,0x0ed91881,0xcd2baa4a,0xc9058ed0,0x847cccde,0xabf90f35,0xe35fb502,0x2ee5f8cc,0x3a057050,0x3b402815,0x703efdbe,0xbe03aff4,0xf53f57fc,0x10e40010,0x00815e03,0x900510c0,0xb1f1f1d2,0xfb3069ef,0x9eda1941,0xbd2b7a06,0xc9c5d2cd,0x447ac99e,0x99f87f27,0xe39fc302,0x5ee2f8cc,0x3c05f053,0x3b702815,0x703efdbe,0xbd03aff4,0xf55f58fc,0x20e3ffc0,0x00a15a03,0x900510a0,0xaff1e1d6,0xfb3066ef,0xded519a1,0xb12b29d5,0xca7604cb,0x7479c7de,0x7bf7cf2a,0xe36fc902,0xdedff8cc,0x3f065054,0x3ba02815,0x603efdbe,0xbf03aff4,0xf56f58fc,0x20e2ff80,0x00b15703,0x90051090,0xacf1b1d6,0xfb6067ef,0xfecc1a01,0xa72ad9b1,0xcb2628ca,0x3479c69e,0x6df6ef2e,0xe33fce03,0x2edff8cc,0x40068055,0x3bc02715,0x403dfdce,0xc003aff4,0xf58f59fc,0x30e2ff80,0x00b15403,0xa0051090,0xa8f191d4,0xfb906cf0,0x0ec01a31,0x9a2ad998,0xcbb641ca,0x3478c6ae,0x78f6df21,0xe2ffd003,0x6edef8fc,0x40069054,0x3bd02715,0x203dfdce,0xc1039ff4,0xf58f5cfc,0x20dfffb0,0x00d15103,0xa00010c0,0xa3f1e1d0,0xfbc06cf0,0x1ebb1a11,0x8a2ab97c,0xcc665ccc,0xb479c91e,0x9cf83efb,0xe23fcc04,0x3edff8ec,0x42070054,0x3bf02715,0x203dfdce,0xc2039ff4,0xf5af60fc,0x10d9ffa0,0x00f15003,0xaffd1100,0x9cf1b1cf,0xfbb053f0,0x4ec51971,0x792a5950,0xcd9688d0,0xd47ccd3e,0xe4fb2ecd,0xe1cfbb05,0x2ee3f8cc,0x43079057,0x3c202715,0x403dfdbe,0xbf03aff4,0xf59f65fc,0x10d7ff70,0x01115203,0x9ff91120,0x97f0d1cc,0xfac00df0,0xcee11911,0x6529b92e,0xce96a9d3,0x547fcf9f,0x3efdfeb4,0xe2cfb504,0xbee8f87c,0x4608005b,0x3c602915,0xb03ffdae,0xb903bff4,0xf57f68fc,0x10d7ff10,0x00f15403,0xaffa1120,0x92ef91c4,0xf97f8df0,0x9f0b18e1,0x5428f936,0xce36a1d3,0xf47fd04f,0x6ffdbecb,0xe3efbd04,0x1ee8f83c,0x4a08b059,0x3cb02c16,0x9042fd9e,0xb603cff4,0xf54f67fc,0x30d9fe60,0x00d15003,0xc0001110,0x91ef51c5,0xf91ee5f0,0x2f3e18f1,0x47284963,0xccc677d4,0xf480d13f,0x67fadf0e,0xe45fbd03,0xeedef7bc,0x50099055,0x3ce03218,0x6048fd9e,0xb503cff6,0xf4af65fc,0x60defdd0,0x00c14803,0xb0051170,0x92eee1c7,0xf8de39ef,0x6f7c18b1,0x3727799d,0xcb5641d6,0x3482d27f,0x49f89f76,0xe46fbe03,0xdecdf67c,0x5c09a056,0x3ce03e1b,0x6053fd9e,0xb203dff7,0xf3ff62fc,0xc0ecfe40,0x00c14203,0x800811b0,0x97ee11c6,0xf88d92ee,0x4fc41851,0x2626a9e5,0xc9f5fcd6,0xb482d2ff,0x3df71ffe,0xe45fc003,0xeec1f4cc,0x6d089058,0x3ca0501e,0xf063fd8e,0xae03eff9,0xf35f57fd,0x90f1fe50,0x00313903,0x801811b0,0x9bed61c4,0xf89cf1ed,0x400e1831,0x1425ea0f,0xc945d4d6,0x6482d2af,0x4cf4e07a,0xe4ffbb03,0xfebef43c,0x7607b04c,0x3c205e21,0x7070fd8e,0xb103dffa,0xf2ef48fe,0x30f0fe90,0xffb12d03,0xa02311b0,0x97ed21c5,0xf96c69ec,0xa05b18a0,0xfc2599fb,0xc955e9d4,0xf480d14f,0x88f1c090,0xe66fb303,0xdec0f4ac,0x77074039,0x3b805c21,0x106efdce,0xc2039ffa,0xf2af48fe,0x30f60050,0x00211a03,0x901811d0,0x85ebf1c6,0xfa1c06ec,0x70b21940,0xe425c9ab,0xca5637d3,0x347ecf8f,0xcfef6078,0xe77fb004,0x6eb9f4fc,0x7a072031,0x3b104c1e,0x305ffe2e,0xe3033ffa,0xf2df56fd,0xe0e801d0,0x01210303,0x50051210,0x68e991bc,0xfa3bc7ec,0xb1111990,0xcd262970,0xcb6672d1,0x147ccd7f,0xf8edf061,0xe7dfaf04,0xdeb1f52c,0x80075031,0x3af0391a,0x204efe9f,0x0c02bff8,0xf3af5cfd,0x10c50310,0x0220ec02,0xffee1220,0x48e7a1b4,0xfa8bb6ec,0xe16a1970,0xaa2719a5,0xca363fcf,0x147acb70,0x15ec0051,0xe7ffad05,0x5eb6f58c,0x83079034,0x3ab02a16,0x3040feff,0x34023ff4,0xf54f49fb,0xf09204d0,0x02b0d902,0x6fde11c0,0x2ee5f1bf,0xfb1bdaec,0x01ab1910,0x8127db6c,0xc6a480d0,0x0479cc70,0x0febd052,0xe85fa806,0x3ed3f61c,0x81077033,0x3ab02113,0x9037ff3f,0x5601dff1,0xf6df25fa,0xf0660680,0x02b0c601,0xcfd611b0,0x21e511ac,0xfb2c1ee9,0xa1de18c0,0x5b276ebc,0xcd6142d2,0xb47bcf3f,0xaef17028,0xe88fa706,0x9ef3f6bc,0x7f07d036,0x3b101e12,0x9034ff5f,0x6201afee,0xf86efffa,0x504e0730,0x02c0b301,0x1fcd1170,0x19e5d1a3,0xfbcc7ce6,0xc21a1870,0x3a26bf9c,0xde4074d5,0xa47ed21f,0x33fb4fc4,0xe85fa606,0x4f08f6dc,0x7608b046,0x3b701e12,0x8033ff3f,0x5401dfea,0xfa0efafa,0x104b0750,0x0220a600,0x9fd41010,0x1ae6e1b3,0xfced8ae3,0x924e1880,0x2d25bfe3,0xee4032d8,0xa481d51e,0xa707eeee,0xe85f9f05,0x7f16f74c,0x6708d050,0x3b701e12,0xa034ff0f,0x38022fea,0xfa3f21fa,0x20560830,0x00c09b00,0x2ff30e60,0x29e701be,0xfcef36e0,0x02131810,0x2b247fe5,0xef202fda,0x9485d6fe,0x3b04cdca,0xe89fa004,0xff21f88c,0x5c08804f,0x3b401f12,0xa034febf,0x18028fec,0xf91f47fa,0x606b09c0,0xff7087ff,0xb0100d60,0x3fe711cd,0xfbd00ade,0xc1891720,0x2423afd1,0xe8f044d9,0xb484d62e,0xb9039d8b,0xe8bfa504,0xcf19f9dc,0x59083052,0x3af02012,0xf036fe6e,0xf602efef,0xf79f4dfa,0xd0850bb0,0xff506b00,0x00190d10,0x42e791e2,0xfb7083df,0xd0d815f0,0x1923ffad,0xe16065d4,0x647dd0ce,0xae01fe00,0xe96fa804,0xfefef9cc,0x53085063,0x3a302313,0xf039fe1e,0xda033ff2,0xf67f46fb,0x60a60cc0,0x00205100,0x30100d80,0x3ce871eb,0xfc00eee1,0xe02f1470,0x0824bf86,0xdbc088cf,0x3479cbae,0xa6ffde6b,0xea4fa804,0xdee2f85c,0x5208a07d,0x39d02915,0xb03ffdee,0xc7037ff4,0xf5af46fb,0xf0c20bf0,0x007037ff,0x700e0e50,0x4ae8d1e4,0xfba14de4,0x3f9b134f,0xf324df6e,0xd9309ecf,0x1478cb9e,0xc2ff8e5e,0xea1faa04,0x2ecdf7ac,0x5e08c08e,0x3aa02d16,0xb043fdbe,0xba03aff5,0xf4ff4ffc,0x00cb0910,0x001027ff,0x10180e20,0x57e8e1df,0xfb01a0e7,0x5f2612bf,0xe4247f5e,0xd7d0acd0,0x7479ccee,0x92fdfe32,0xea2fa704,0x2ecdf81c,0x5c07c094,0x3ae02c16,0x9043fd7e,0xa303eff6,0xf48f61fb,0xf0ce05b0,0xffa01dff,0x70220db0,0x56e931dd,0xfb01ddeb,0x1ec8125f,0xd9242f4e,0xd6b0bad2,0x147ace9e,0x61fbbe1f,0xea9fa104,0xfeddf8ac,0x4b068096,0x3a702a16,0x0040fcfe,0x7f046ff6,0xf48f7afc,0x00d40450,0xffa011ff,0xa0220dc0,0x53e9f1df,0xfbb1feef,0x3e7b123f,0xd1243f3d,0xd590c9d3,0x247bcf9e,0x41f97e25,0xea3f9a04,0x2edff8ec,0x4305b097,0x3a502815,0x703efc7e,0x6104dff5,0xf4cf88fb,0xc0ce0480,0xffe007ff,0x801c0df0,0x52ea11d5,0xfc420ef3,0x5e4111ff,0xc9248f2a,0xd470dcd3,0x847bd00e,0x2ef7ce47,0xe9cf9903,0x5edbf8fc,0x45050090,0x3ab02715,0x003dfc6e,0x5e04eff5,0xf4ef8efb,0x10ba0400,0x005ffeff,0x70110e10,0x4ceae1d0,0xfcf211f6,0xfe13118f,0xbf24ff15,0xd360eed4,0x847cd0fe,0x20f74e63,0xe9bf9e03,0x4edcf8ac,0x46040083,0x3af02614,0xd03cfcde,0x7a047ff5,0xf4cf99fa,0xb0b20350,0x00cff1ff,0x70050e90,0x46ec01d2,0xfdc201fa,0x3dec113f,0xb7256f03,0xd2a0ffd5,0xe47ed25e,0x13f71e5e,0xe95fa104,0x3ed9f87c,0x46037076,0x3b202514,0x703bfd7e,0xa603eff5,0xf4efa3fa,0x70af0380,0x010fe1ff,0xb0010f40,0x41eca1ce,0xfe11f0fd,0x0dc9110f,0xb325cef2,0xd2010ed6,0x347ed2ae,0x00f6ee61,0xe8efa205,0x4ed4f8ac,0x44048067,0x3b802213,0xb038fe0e,0xd6034ff5,0xf52faffa,0x10a80300,0x011fd2ff,0xefff0fe0,0x3ded21c6,0xfe31ecff,0x8dac10df,0xb3264ee7,0xd1a118d5,0xf47ed26d,0xdef63e8f,0xe8df9f05,0x6ecff90c,0x4306e059,0x3c102012,0xe036fe7f,0x0002cff4,0xf57fb7f9,0xa09e0160,0x013fc9ff,0xeffc1010,0x3ced61c1,0xfe51ea01,0x7d9310bf,0xb426dee1,0xd1711ed5,0x147dd18d,0xbaf57ebd,0xe8df9c05,0x4eccf93c,0x47089051,0x3ca01e12,0x4034fecf,0x1c027ff3,0xf5cfbcf9,0x50990060,0x016fc5ff,0xbff91000,0x40ee21bf,0xfe91e802,0xdd7c109f,0xb5275ee0,0xd1711fd3,0xc47cd04d,0xa1f51ed8,0xe8ef9c05,0x1eccf94c,0x4e08d04a,0x3d301d11,0xc032feff,0x31023ff3,0xf61fc1f9,0x10960080,0x019fc5ff,0x9ff50fd0,0x41eec1b7,0xfed1ea03,0xbd6c107f,0xb627dedd,0xd17121d3,0xa47cd01d,0x8ff56ef3,0xe8cf9e05,0x1ecbf95c,0x54087046,0x3db01b11,0x3030ff1f,0x40021ff2,0xf68fc3f8,0xf0970110,0x01afc8ff,0xaff30f80,0x3fef31ad,0xfee1ee04,0x1d5e109f,0xb8282ed7,0xd13127d4,0x047cd07d,0x77f62f13,0xe8afa004,0xcec9f95c,0x5807e046,0x3e001a10,0xc02fff1f,0x45020ff1,0xf6efbff9,0x30950130,0x018fcdff,0xdff50ef0,0x3eefd1aa,0xff41f404,0x0d5310ef,0xbe285ece,0xd0d12fd4,0x547dd0cd,0x5af5ef36,0xe8af9f04,0x8ecef95c,0x5c079046,0x3e401a10,0xc02fff1f,0x44020ff0,0xf70fbff9,0x80970100,0x014fd2ff,0xfff80e40,0x3df041a2,0xff91f903,0x9d48107f,0xc8284ec1,0xd0413cd6,0x047fd26d,0x38f52f58,0xea2f8c09,0x4ed2f92c,0x6107b043,0x3e901a11,0x1030ff1f,0x46020ff0,0xf71fbef9,0xb0950070,0x013fd700,0x2ff90d90,0x3bf05197,0xffa1fd02,0xdd3e0f8f,0xd5282eb4,0xcfc148d7,0x4480d3bd,0x0af4cf79,0xec9f7a10,0x6ed3f8cc,0x66080040,0x3ee01c11,0x9031ff2f,0x4c01fff0,0xf73fbbf9,0xe092ffa0,0x011fdc00,0x6ffb0d10,0x3af0918f,0xff920001,0xad300f9f,0xe1284eae,0xcf814dd7,0x2480d39c,0xdff4cf94,0xed5f6f12,0x9ed2f87c,0x6b08003c,0x3f101e12,0x4033ff2f,0x5101eff0,0xf74fb6fa,0x008dff40,0x00efe100,0x8ffe0c70,0x3af10186,0xff620300,0x4d20117f,0xe7289eb5,0xcfc146d6,0x547fd2cc,0xb8f4bfac,0xec0f7a0e,0x9ed3f81c,0x6f076037,0x3f202113,0x3036ff3f,0x5601dff0,0xf71fb3fa,0x2089ff60,0x009fe400,0xa0020c10,0x3bf16178,0xff5206fe,0xdd0f142f,0xec290ebd,0xd0113fd5,0x147dd18c,0x95f52fbe,0xe97f9f06,0x2ed1f7dc,0x74075031,0x3f502314,0x1039ff4f,0x5b01cff1,0xf6cfaffa,0x4083ff10,0x003fe300,0xe0070bf0,0x37f1c16a,0xff820bfd,0x6d00152f,0xf2296ec2,0xd0413ad5,0x847ed1fc,0x78f64fcc,0xe8dfa803,0xfecdf80c,0x7607502b,0x3f502514,0x903bff4f,0x5d01cff2,0xf67fa7fa,0x507cfee0,0xff4fe401,0x50150bb0,0x32f2715d,0x001211fc,0x0cf215df,0xfb29becb,0xd09132d6,0x347fd2ac,0x5df78fd7,0xe8ffa504,0x7ed1f8dc,0x7207101b,0x3f102514,0xc03bff4f,0x5f01cff2,0xf62f9ffa,0x507dfef0,0xff0fe401,0x90150b90,0x2cf3314d,0x006219fa,0xfce616b0,0x0529fed1,0xd0c12dd6,0x347fd2ac,0x45f8dfdc,0xe8cfa504,0x3ed4f91c,0x6f071017,0x3f002614,0xf03cff4f,0x6101bff3,0xf5cf92fa,0x407cfee0,0xffafe601,0x90050b70,0x25f3913b,0x00a223fa,0x0cda1760,0x0c2a5edb,0xd13124d6,0x547fd2bc,0x2df95fdf,0xe88fa503,0xded6f86c,0x73070020,0x3f202715,0x403dff4f,0x6301bff4,0xf55f79fa,0x407dfee0,0xffefe701,0x7ffa0b10,0x23f40123,0x008227f9,0x6cce1820,0x122acee5,0xd1b11ad6,0xc480d32c,0x0bfa3fe6,0xe82fa604,0x3edff81c,0x73070021,0x3f502715,0x603dff5f,0x6601aff5,0xf52f64fa,0x4080fed0,0xffafe501,0x6ff90ae0,0x21f41108,0xfff228f8,0xdcc118e0,0x1a2b1ef1,0xd2410fd6,0x4480d2ab,0xd8faefec,0xe7ffa603,0xceecf88c,0x6e07001a,0x3f502715,0x503dff5f,0x6b019ff5,0xf52f5ffa,0x4080ff00,0xff6fe401,0x5ff90aa0,0x20f490f1,0x001229f8,0x6cb61990,0x232b5ef7,0xd29109d5,0xf47fd25b,0x89fc4001,0xe82fa903,0x8ef9f8ec,0x6806a011,0x3f402715,0x503dff6f,0x72018ff5,0xf53f65fa,0x307eff80,0xff1fe201,0x4ff90a50,0x1cf560df,0x00822bf8,0x3cad1a20,0x2d2b8ef8,0xd29109d5,0xd47fd23b,0x2cfe301b,0xe81fa603,0xaf04f94c,0x62065009,0x3f202615,0x203cff7f,0x77017ff4,0xf57f74fa,0x207d0000,0xff1fdc01,0x3ff30a20,0x17f5c0d2,0x00f224f8,0x5ca71ae0,0x362bbef6,0xd2810ad5,0x547ed1ca,0xcefee034,0xe81fa603,0x4f06f9bc,0x5e065005,0x3f102314,0x4039ff7f,0x7d016ff2,0xf65f7efa,0x107d0060,0xffffc600,0xcfdd0b10,0x15f680c4,0x017219f8,0xbc9e1b70,0x3a2bfef4,0xd2610cd4,0xe47ed14a,0x81002055,0xe82fa603,0x0ef1f9fc,0x6207400d,0x3f501f12,0xc035ff8f,0x86015ff0,0xf70f81f9,0xf07a00c0,0x009fb400,0x7fce0bd0,0x12f740b3,0x01a20bf9,0x0c951c00,0x3c2c0ef0,0xd24110d5,0x747fd1da,0x5a02506e,0xe7cfa603,0x4ee1fa6c,0x6007b012,0x3f501b11,0x5030ff9f,0x8e013fef,0xf78f86f9,0xc0750160,0x00efaa00,0x6fc40c00,0x0df7e0a1,0x01b1fcf9,0x2c8e1ca0,0x402c1ef1,0xd25110d6,0x547fd2ba,0x4b03e076,0xe78fa903,0x3edffafc,0x5807b014,0x3f00170f,0xd02cff9f,0x95012fee,0xf7ef8ef9,0xb07301e0,0x012fa000,0x7fbb0c00,0x08f8f093,0x01e1ebf9,0x5c8b1d60,0x472c1ef4,0xd2810cd6,0xf480d35a,0x4b03f07c,0xe76fab03,0x2ee1fb9c,0x4e082014,0x3ec0140e,0x5027ffaf,0x9d011fee,0xf84f96f9,0x90700210,0x016f9800,0x6fb30bd0,0x05fa5084,0x0251dbf9,0x6c8b1e30,0x502beefb,0xd2e106d7,0x0480d37a,0x42045074,0xe74fac03,0x3ee6fc1c,0x46085014,0x3e70110d,0x2024ffbf,0xa400ffed,0xf87fa0f9,0x706c0250,0x018f8f00,0x5fae0ba0,0x03fb5075,0x0291cbf9,0x9c8f1f60,0x5e2b9efb,0xd2e106d6,0xa47fd31a,0x2b057067,0xe72fad03,0x0ee3fcac,0x3f08b015,0x3e400f0c,0x0021ffbf,0xa800ffed,0xf8bfa5f9,0x606b0260,0x017f8600,0x4fb00b50,0x01fc3069,0x02a1bff9,0xdc9620a0,0x732b2ef6,0xd2910bd5,0x847ed1fa,0x1e058061,0xe6dfb102,0xbedefd5c,0x39094013,0x3e100d0b,0x101effbf,0xaa00efec,0xf8efa8f9,0x506b0260,0x018f7c00,0x2fb00b30,0x00fd105c,0x0261bafa,0x3c9e21c0,0x872abef3,0xd2710dd4,0x447cd0ba,0x1f04a060,0xe6dfb303,0x2ed2fdcc,0x36094016,0x3df00b0a,0x401cffbf,0xaa00efec,0xf8ffa7f9,0x406902e0,0x01cf7100,0x0fac0b3f,0xfefe304f,0x0231b6fa,0x9ca222b0,0x992a6ef5,0xd2910cd4,0x147cd09a,0x1e03a060,0xe75faf02,0x9ec5fe0c,0x3309001e,0x3dd00a09,0x901affbf,0xa500ffec,0xf90fa4f9,0x406a03b0,0x020f65ff,0xffa80b6f,0xfcff2043,0x0201b1fb,0x0ca22360,0xa72a0ef7,0xd2b10ad4,0xd47cd14a,0x2003005e,0xe78fa801,0x9ebcfe2c,0x2f08d027,0x3da00909,0x0018ffaf,0xa0010fec,0xf90fa6f9,0x406c04a0,0x020f5bff,0xffa80b9f,0xfafff039,0x01e1a7fb,0x7c9f2410,0xb229cefb,0xd2f106d5,0x447cd1ca,0x2402905e,0xe73fa901,0xaeb8fe7c,0x2908c029,0x3d600808,0x8017ffaf,0xa2010fec,0xf90fabf9,0x306b0520,0x021f51ff,0xefa90bcf,0xf800602e,0x01d199fb,0xcc9b2490,0xb6298f04,0xd370fed6,0x047dd28a,0x2702705c,0xe70fa802,0x1eb1feac,0x2608c02a,0x3d400808,0x3016ffbf,0xa600ffec,0xf8efadf9,0x20690580,0x024f47ff,0xdfa70c1f,0xf600b023,0x01d18efb,0xfc982510,0xb7295f10,0xd410f3d7,0x847fd3fa,0x27025058,0xe72fa702,0xbea5fe8c,0x2409102d,0x3d300808,0x2016ffbf,0xa800ffed,0xf8cfacf9,0x40700580,0x028f3fff,0xbfa30c1f,0xf500e022,0x01c189fc,0x5c9b25f0,0xb7293f12,0xd440f1d8,0xb481d53a,0x2502b057,0xe72fa902,0xfea2fe4c,0x23093031,0x3d300808,0x4016ffbf,0xab00efed,0xf89fb0f9,0x70780550,0x028f3bff,0xbfa30c3f,0xf400e01d,0x01a18dfc,0xdc9d2660,0xb6291f0a,0xd3c0f9d9,0x8482d60a,0x24034056,0xe6ffa802,0x1ea0fe4c,0x2108c030,0x3d000808,0x7017ffbf,0xad00efed,0xf86fb3f9,0xa07f0530,0x027f3aff,0xbfa40c4f,0xf5011013,0x015193fd,0x5c9f26a0,0xb228ff00,0xd34102da,0x5483d6da,0x24041059,0xe6afa601,0xde9ffe5c,0x2208402f,0x3d000808,0x9017ffbf,0xab00efee,0xf85fb2f9,0xb08504f0,0x028f39ff,0xcfa20c6f,0xf201500e,0x01619afd,0xdca226f0,0xae28eef6,0xd2c10adb,0x3484d7ba,0x2204b060,0xe65fa602,0x0e9ffe6c,0x1f07c034,0x3cd00808,0x7017ffbf,0xa700ffed,0xf86fb3f9,0x707b0500,0x027f39ff,0xef9f0c6f,0xf001a00b,0x0151a2fe,0x6ca92760,0xa828eeeb,0xd23115dc,0x3486d8aa,0x1d055064,0xe62fa702,0x0ea0febc,0x19082035,0x3ca00707,0xe015ffbf,0xa600ffed,0xf8afb3f8,0xc06104b0,0x027f37ff,0xdf9c0c5f,0xf2022009,0x00f1aaff,0x3cb127e0,0xa128eeda,0xd16124dd,0x5488d9da,0x1905f068,0xe60fa702,0x3ea0ff7c,0x15091033,0x3ca00606,0xb012ffbf,0xaa00efec,0xf90fb4f8,0x304d03e0,0x02ef35ff,0x7f910c5f,0xf902f00c,0x00b1b200,0x0cb92860,0x9928fec9,0xd0a134de,0x948bdb1a,0x0f06c066,0xe5ffa502,0x6e9e002c,0x1509d032,0x3cf00405,0x300effbf,0xaf00dfeb,0xf97fb6f8,0x10490350,0x032f35ff,0x2f890c4f,0xfe03600f,0x0091b600,0xdcc028a0,0x9428feb5,0xcfe146df,0xa48ddc1a,0x0c072064,0xe5efa602,0xdea200cc,0x140a502d,0x3d200203,0xd00affcf,0xb800cfea,0xf9cfb9f8,0x004a0300,0x034f37ff,0x0f860c30,0x02037011,0x0081b901,0x7cc528a0,0x92290ea2,0xcf3158e0,0x648fdcda,0x13070062,0xe5efa803,0x5eaa016c,0x120ab025,0x3d300102,0xb007ffdf,0xc200afea,0xfa1fbff8,0x104c02b0,0x035f38fe,0xff850c10,0x04032011,0x0071b301,0xdcc828c0,0x94290e95,0xcec164e0,0xd491dd4a,0x1e072063,0xe5efaa03,0x7ead01ec,0x0f0b001c,0x3d300001,0xb004ffef,0xcf008fe9,0xfa6fc1f8,0x004c0270,0x034f3afe,0xff870bd0,0x0602c013,0x00b1a802,0x1cc82900,0x96294e91,0xcea169e0,0xa490dd0a,0x25070061,0xe64faa03,0x4eb7023c,0x0e0b4013,0x3d300001,0x4003ffef,0xdd005fe9,0xfa8fc9f7,0xf04a0210,0x035f3aff,0x0f880bd0,0x04024010,0x01019f02,0x3cc928f0,0x9429ae91,0xcea169e0,0x7490dcea,0x2a07005a,0xe67fa903,0x3ec6023c,0x0e0b1010,0x3d200001,0x4003ffef,0xe3004fe9,0xfa8fd7f7,0xe04a0220,0x034f3aff,0x2f8a0c00,0x0001b00b,0x01619a02,0x2cc928a0,0x8f2a0e8d,0xce816ce0,0x6490dcca,0x2f075059,0xe65fa903,0x5ec5023c,0x0d0a400d,0x3d000001,0x6003ffff,0xe7004fe9,0xfa8fd6f7,0xe04a02f0,0x033f39ff,0x4f8c0c7f,0xfe013006,0x01a19802,0x1cca2830,0x8a2a3e87,0xce5172e0,0xa490dd0a,0x3507605e,0xe63fa703,0x6ebf023c,0x0d0a2009,0x3cf00001,0x9004ffff,0xec003fe9,0xfa7fd0f7,0xd0480320,0x034f39ff,0x4f8b0c9f,0xfd00f004,0x01c19802,0x2cca2800,0x852a5e81,0xce2177e1,0x4492ddba,0x39077064,0xe63fa703,0x8ec001fc,0x0e0a5009,0x3cf00101,0xe005ffff,0xf0002fe9,0xfa6fd1f7,0xc04602f0,0x035f39ff,0x5f8b0caf,0xfc00d007,0x02319702,0x4cc927e0,0x822a6e7b,0xcdf17de1,0xc493de3a,0x3b07a065,0xe64fa703,0x8ec201ec,0x0e0a5009,0x3ce00101,0xf005ffff,0xf0002fe9,0xfa5fd4f7,0xc0470300,0x034f39ff,0x4f8e0c90,0x0000e009,0x02519502,0x6cc827f0,0x812a4e78,0xcde180e1,0xc493de2a,0x3b07c065,0xe64fa903,0x8ec601fc,0x0e0ad009,0x3d000101,0xe005ffff,0xef002fe9,0xfa5fd8f7,0xb04602a0,0x032f39ff,0x6f900caf,0xff01500a,0x02519602,0x5cc827d0,0x812a2e7b,0xcdf17de1,0x9493de0a,0x3a07d065,0xe62faa03,0x7ec8022c,0x0c0b8007,0x3ce00001,0xa004ffff,0xf1002fe9,0xfa6fdaf7,0xb04701f0,0x033f39ff,0x6f8f0c9f,0xfe01c00d,0x02419702,0x5cc827e0,0x802a3e7f,0xce1179e1,0x6492ddda,0x3a07f067,0xe60fa903,0x6ec3022c,0x0c0b8008,0x3cd00001,0x8004ffff,0xf1002fe9,0xfa8fd5f7,0xb0470200,0x032f3bff,0x6f8f0c7f,0xff02200c,0x02319902,0x7cc827f0,0x7f2a3e7f,0xce117ae1,0x6492ddca,0x3a081067,0xe62fa903,0x5ec4020c,0x0e0b9008,0x3ce00101,0xe005ffff,0xef002fe9,0xfa6fd3f7,0xb04801e0,0x031f3dff,0x7f8f0c6f,0xfe029009,0x02219b02,0x6cc827e0,0x7e2a2e7e,0xce017ae1,0x4492ddba,0x38080064,0xe64fad03,0x6ec501dc,0x0f0b7007,0x3ce00102,0x6006ffff,0xef002fe9,0xfa1fd3f7,0xb04a01e0,0x02ff3dff,0x8f900c7f,0xfc02c00a,0x02319c02,0x6cc827d0,0x7e2a2e7e,0xce017be1,0x5492ddba,0x3a079062,0xe65faf03,0x6ec501dc,0x0f0ba006,0x3cd00102,0x7006ffff,0xef002fea,0xfa0fd2f7,0xb04a01d0,0x02ef3dff,0x7f910c8f,0xfb02d00c,0x02319c02,0x5cc927c0,0x7e2a2e7c,0xce017ce1,0x7493ddda,0x3a076060,0xe64fae03,0x3ec601dc,0x0f0bb006,0x3ce00102,0x8006ffff,0xef002fea,0xfa0fd3f7,0xa04a01b0,0x02df3dff,0x8f920caf,0xfa02c00a,0x02219d02,0x3cca27b0,0x7d2a4e7c,0xcdf17ce1,0x5492ddba,0x38077060,0xe65fad03,0x0ec501ec,0x100ba004,0x3cf00102,0x8006ffff,0xef002fea,0xfa0fd4f7,0x904901d0,0x02cf3dff,0x7f920caf,0xf902c00b,0x01e19d02,0x3cca27b0,0x7d2a4e7f,0xce1179e1,0x4492ddba,0x36078062,0xe67fac03,0x0ec401fc,0x100bb004,0x3d000102,0x7006ffff,0xee002fea,0xf9ffd3f7,0x904901d0,0x02cf3cff,0x6f910caf,0xf902c00c,0x01c19d02,0x2cc927b0,0x7d2a3e80,0xce1179e1,0x4492ddba,0x3507b065,0xe69fac03,0x1ec5021c,0x110c0003,0x3d100102,0x5006ffff,0xee002fea,0xfa0fd5f7,0xa04a01b0,0x02ef3bff,0x5f8f0cbf,0xf902e00c,0x01b19d02,0x3cc827c0,0x7d2a2e80,0xce1179e1,0x6492ddca,0x37079067,0xe69fab03,0x1ec5020c,0x120bd004,0x3d200102,0x5006ffff,0xee003fe9,0xfa1fd6f7,0xa04b0200,0x02df3bff,0x5f900cbf,0xf802f00b,0x01f19d02,0x3cca27c0,0x7e2a3e7f,0xce117ae1,0x1492dd8a,0x3707a066,0xe69fad03,0x1ec7021c,0x120bd003,0x3d300102,0x6006ffff,0xee003fe9,0xfa1fd7f7,0x904b0210,0x02cf3bff,0x4f900cbf,0xf9030008,0x01f19f02,0x3ccb27a0,0x7e2a3e7f,0xce1179e0,0xf491dd6a,0x3507b064,0xe67fad03,0x2ec9022c,0x130be001,0x3d400102,0x6006ffff,0xef002fea,0xfa0fd8f7,0x904b0210,0x02bf3cff,0x4f920cbf,0xf9032009,0x01d1a002,0x3ccb2790,0x7d2a4e7f,0xce1179e0,0xb491dd2a,0x3607a062,0xe68fae03,0x4ecc023c,0x130bc000,0x3d400102,0x6006ffff,0xef002fea,0xfa0fdbf7,0x804a0230,0x02cf3cff,0x4f900ccf,0xf702f005,0x01a1a202,0x1ccc2780,0x7d2a4e81,0xce2178e0,0xa490dd0a,0x35078063,0xe69fae03,0x6ec9022c,0x140bf002,0x3d400102,0x6006ffff,0xef002fe9,0xfa1fd8f7,0x70490210,0x02bf3bff,0x3f910cdf,0xf702b002,0x0181a301,0xfccd2770,0x7f2a4e81,0xce2177e0,0xc491dd3a,0x34079064,0xe68faf03,0x7ec6022c,0x140be002,0x3d500102,0x6006ffff,0xef002fe9,0xfa1fd7f7,0x70490230,0x02bf39ff,0x3f920cff,0xf802b001,0x0181a401,0xdccc2770,0x802a4e84,0xce3175e0,0xd491dd3a,0x33078063,0xe67fac03,0x5ec3022c,0x150be001,0x3d600102,0x7006ffff,0xef002fea,0xfa0fd5f7,0x60480260,0x02bf37ff,0x2f920cff,0xf802c004,0x0181a301,0xcccc2770,0x812a4e84,0xce3175e0,0xd491dd4a,0x3307a063,0xe67fab03,0x5ec0023c,0x150c2002,0x3d600102,0x5006ffff,0xed003fe9,0xfa1fd4f7,0x60490250,0x02cf35ff,0x1f920d1f,0xf802d004,0x0171a501,0xcccc2770,0x802a4e85,0xce4174e0,0xd491dd3a,0x33079067,0xe68fab03,0x6ebe024c,0x160c4002,0x3d600102,0x4006ffff,0xed003fe9,0xfa2fd5f7,0x60490270,0x02df33ff,0x1f900d3f,0xf702f005,0x0181a801,0xbccd2760,0x7f2a4e87,0xce5171e0,0xe491dd4a,0x31079069,0xe69faa03,0x4ebc023c,0x150c3003,0x3d600102,0x3005ffff,0xef002fe9,0xfa2fd4f7,0x504802a0,0x02ef31ff,0x1f900d4f,0xf7030005,0x0171a701,0xaccd2770,0x802a4e88,0xce5171e0,0xe491dd5a,0x3007d068,0xe69fa903,0x4ebb023c,0x150c5004,0x3d600102,0x4006ffff,0xee003fe9,0xfa0fd5f7,0x504802c0 +}; + +u32 ANIM_ENTRY_scratching_leg[] = +{ + 0xffef3a00,0x3fe60b00,0x04037008,0xfd215f02,0x4ccc2500,0x6c2addaa,0xca6244ed,0x04e8e9fa,0x0003c136,0xe99f7305,0xaec5036b,0xfb080fe0,0x3b600506,0x3010ffff,0xf0002ff5,0xf74fd5f8,0x30380380,0xffef3b00,0x3fe80b00,0x04035008,0xfd016102,0x2ccd24e0,0x6c2addaa,0xca6245ec,0xf4e7e9fa,0x00040137,0xe96f7805,0xfec7035b,0xfb081fdf,0x3b600506,0x4010ffff,0xf1002ff5,0xf73fd7f8,0x40380350,0xffdf3a00,0x3fea0b20,0x06035007,0xfcf16202,0x1ccd24c0,0x6b2adda7,0xca6248ec,0xd4e6e9da,0x00044133,0xe96f7805,0x4ec6036b,0xfc083fde,0x3b600506,0x6011ffff,0xf1002ff5,0xf73fd8f8,0x40370320,0xffef3900,0x3fe80b10,0x05036009,0xfd116402,0x3cd024c0,0x692afda6,0xca5248ec,0xd4e6e9c9,0xfd04312e,0xe96f7905,0x4ec7034b,0xfc082fe0,0x3b600506,0x8011ffff,0xf1002ff6,0xf72fd8f8,0x50380330,0xffef3c00,0x5fe70ae0,0x0403600a,0xfd116502,0x4cd124c0,0x672afda9,0xca6246ec,0xc4e5e9c9,0xfd04112e,0xe97f7a05,0x8ecb034b,0xfa07ffdf,0x3b400506,0x9011ffff,0xf0002ff6,0xf72fdaf8,0x60380320,0xffdf3c00,0x5fe90ad0,0x0503500a,0xfcf16402,0x4cd124b0,0x682afdaa,0xca6244ec,0xc4e5e9c9,0xfe03f12d,0xe95f7c05,0xcec9034b,0xfa07dfdf,0x3b400506,0x8011ffff,0xf0002ff6,0xf73fd8f8,0x60380320,0xffef3a00,0x4fe90af0,0x06037009,0xfd016402,0x3cd22490,0x672b0da8,0xca6246ec,0xa4e3e999,0xff04412e,0xe94f8305,0xcec6034b,0xfb07cfdf,0x3b500506,0x8011ffff,0xf0002ff6,0xf72fd8f8,0x70380340,0xffef3a00,0x4fea0b00,0x07038007,0xfcf16602,0x2cd32470,0x662afdac,0xca6243ec,0x74e2e96a,0x0004112e,0xe93f8605,0xcec7034b,0xfb07afe0,0x3b500506,0x9011ffff,0xee002ff6,0xf72fd9f8,0x80390340,0xffdf3a00,0x4fec0b10,0x08037005,0xfcb16702,0x3cd22470,0x652afdb0,0xca723eec,0x54e1e95a,0x0103812e,0xe93f8605,0xcec7035b,0xfc07afdf,0x3b500506,0xa011ffff,0xee003ff6,0xf72fd9f8,0x80380340,0xffef3b00,0x4feb0af0,0x08036008,0xfcc16502,0x3cd22470,0x652b0db1,0xca723eec,0x44e0e939,0xff03612b,0xe93f8605,0xaec7033b,0xfc07afe0,0x3b500606,0xb012ffff,0xed003ff6,0xf72fd9f8,0x90380320,0xffdf3d00,0x6fec0ac0,0x0703500b,0xfcc16402,0x3cd22480,0x672b0db4,0xca823bec,0x24dfe919,0xfe03912a,0xe92f8605,0x4ec9033b,0xfb079fe0,0x3b400606,0xc012ffff,0xec003ff6,0xf72fdbf8,0xa0390300,0xffcf3d00,0x5fee0ac0,0x0703500e,0xfcb16502,0x2cd32480,0x692afdb5,0xca823aec,0x24dfe919,0xfe03b128,0xe91f8704,0xbecb033b,0xfc07afe0,0x3b500606,0xf012ffff,0xea003ff6,0xf71fdcf8,0xb03a02d0,0xffaf3f00,0x6ff10ab0,0x0703600e,0xfce16502,0x1cd32480,0x6a2aedb4,0xca823bec,0x24dfe919,0xfd03d123,0xe91f8704,0xced0033b,0xfc07afdf,0x3b400607,0x1013ffff,0xe8003ff6,0xf70fdff8,0xc03a02a0,0xffaf4000,0x6ff10ac0,0x0703500d,0xfce16702,0x1cd52470,0x6a2afdb3,0xca823cec,0x14dee909,0xfe03b122,0xe91f8304,0xbecf031b,0xfd07afe0,0x3b500607,0x4013ffff,0xe6004ff6,0xf70fddf8,0xd03b0270,0xff9f4100,0x6ff40ad0,0x07038009,0xfce16a02,0x1cd62460,0x6a2aedae,0xca7240ec,0x24dee919,0xfe03911f,0xe91f8204,0x9ed0030b,0xfd07afdf,0x3b400707,0x8014ffff,0xe5004ff6,0xf6ffddf8,0xd03b0260,0xff7f4300,0x6ff70ae0,0x07038006,0xfcd16902,0x0cd72450,0x6a2addae,0xca7241ec,0x44dfe939,0xfd038117,0xe91f8004,0x7ed3030b,0xfc07cfdd,0x3b400707,0xb014ffff,0xe6004ff6,0xf70fdff8,0xd0390220,0xff6f4200,0x7ff80ae0,0x06036007,0xfcd16602,0x0cd72460,0x6a2addae,0xca7241ec,0x74e0e959,0xfc03b116,0xe92f7d04,0x8ece030b,0xfd07dfdd,0x3b300707,0xd015ffff,0xe4004ff7,0xf6ffdbf8,0xe03a0200,0xff6f4200,0x6ff80ad0,0x0503600b,0xfce16502,0x0cd72480,0x6a2afdb0,0xca723fec,0x54dfe949,0xfc03c115,0xe94f7e04,0x5ecb02eb,0xfe07dfde,0x3b300708,0x0015ffef,0xe3004ff7,0xf6ffd8f8,0xf03b01f0,0xff7f4200,0x6ff90ad0,0x0403700c,0xfcd16402,0x0cd62480,0x6c2afdb3,0xca823cec,0x34dee919,0xfe03911b,0xe93f8304,0x4ec902db,0xfe080fdf,0x3b300708,0x1016ffef,0xe2005ff7,0xf70fd7f9,0x003c01a0,0xff8f4000,0x5ff80ad0,0x0503900d,0xfcb16202,0x1cd624a0,0x6c2aedb3,0xca823cec,0x44dee929,0xfe03811b,0xe94f8304,0x5ec702bb,0xff083fe0,0x3b400808,0x5016ffef,0xe1005ff7,0xf6efd6f9,0x103b0190,0xff6f4200,0x6ffb0ae0,0x0503c00f,0xfcd16102,0x1cd524a0,0x6d2addae,0xca7240ec,0x44dee929,0xfc03f116,0xe94f8304,0x3ecb02ab,0xff080fde,0x3b200808,0x9017ffff,0xe3004ff7,0xf6dfd8f9,0x103a0190,0xff5f4300,0x7ffb0af0,0x0303d00b,0xfce16302,0x0cd62480,0x6d2acdac,0xca7243ec,0x24dde909,0xfc045112,0xe95f8304,0x3ecd028b,0xfe080fdd,0x3b100908,0xc017ffff,0xe4004ff7,0xf6dfd9f9,0x10390160,0xff7f4100,0x8ff90b20,0x0203e009,0xfcf16402,0x0cd62480,0x6c2acdab,0xca6244ec,0x14dde8f9,0xfb04510f,0xe96f8104,0x2ec9025b,0xfe081fe0,0x3af00908,0xf018ffff,0xe3004ff7,0xf6dfd6f9,0x10380150,0xff7f4200,0x8ff90b30,0x0104000a,0xfd016401,0xfcd52470,0x6c2addac,0xca6243ec,0x04dde8f9,0xfc04110d,0xe96f8204,0x1ec7024b,0xfd083fe1,0x3af00909,0x0018ffef,0xe2005ff7,0xf6dfd5f9,0x20370120,0xff6f4200,0x8ff90b50,0x02045006,0xfce16701,0xfcd62460,0x6b2addb1,0xca723dec,0x04dde8fa,0x0003510b,0xe96f8103,0xdec7025b,0xfe083fe1,0x3af00909,0x1018ffef,0xde005ff7,0xf6dfd5f9,0x30390100,0xff5f4200,0x7ff90b40,0x0304b006,0xfcc16701,0xfcd62470,0x6b2acdb3,0xca823cec,0x14dde90a,0x0003310e,0xe97f8003,0xaeca025b,0xfe084fe1,0x3b000909,0x2018ffef,0xde005ff7,0xf6dfd7f9,0x303800e0,0xff3f4400,0x7ffc0b30,0x06050007,0xfcc16601,0xdcd62470,0x6b2acdae,0xca7240eb,0xf4dce8e9,0xfc03e10e,0xe98f7f03,0x6eca028b,0xff07ffdf,0x3b000909,0x1018ffef,0xdc006ff7,0xf6cfd4f9,0x40370110,0xff2f4500,0x6ffd0b10,0x08058008,0xfcd16401,0xccd52480,0x6b2acdb3,0xca823ceb,0xf4dce8e9,0xfa03f10b,0xe98f7e03,0x4ec6028c,0x01074fe1,0x3b100909,0x3019ffef,0xd8006ff7,0xf6bfcff9,0x50390190,0xff1f4300,0x40000b10,0x0d060008,0xfcf16201,0xbcd32490,0x6d2acdbd,0xcaa232eb,0xe4dce8d9,0xfc03a10c,0xe98f8003,0x3ebf028c,0x0506bfe2,0x3b400a09,0x8019ffef,0xd2007ff8,0xf6bfcaf9,0x603a0220,0xff1f3eff,0xf0050b70,0x15063005,0xfcf16501,0x7cd22460,0x6d2acdc8,0xcac228eb,0xd4dbe8c9,0xfb037114,0xe99f8303,0x1eb502ac,0x0c067fe9,0x3bb00a09,0x901affdf,0xc6009ff7,0xf6cfc2f9,0x803d02b0,0xff2f39ff,0x90080bc0,0x1e064004,0xfcc16601,0x7cd22470,0x6f2abdce,0xcae222eb,0xb4dae8a9,0xf803b115,0xe9af8103,0x1eb202ac,0x1406dff6,0x3c200a09,0xb01affcf,0xb000dff7,0xf6efc3f9,0xa0420280,0xff4f34ff,0x700b0bd0,0x25065006,0xfca16301,0x8cd324b0,0x722abdcc,0xcad224eb,0xa4d9e889,0xfc04a113,0xe99f8003,0x7eb6027c,0x18075006,0x3c900a09,0xe01bffaf,0x99011ff7,0xf6ffcbf9,0xc0460220,0xff4f2fff,0x700f0c10,0x28063007,0xfc916401,0x9cd624c0,0x732acdc3,0xcab22ceb,0x94d9e889,0xff04e112,0xe9bf7e02,0xeeb9024c,0x1b07b013,0x3cc00b0a,0x201bff8f,0x85015ff7,0xf70fd2f9,0xf04c0200,0xff3f2cff,0x90140c20,0x2a06000b,0xfc916701,0xbcdb24e0,0x742addb8,0xca9237eb,0xb4dae899,0xff04a115,0xea0f7a01,0xbeb9021c,0x1f086019,0x3d000c0a,0x901dff7f,0x78017ff7,0xf71fd7fa,0x20530190,0xfeff2dff,0xc01c0be0,0x2c05b00e,0xfc316a01,0xbce024e0,0x762aedaf,0xca7240eb,0x84d9e879,0xfd04b11a,0xea0f7e02,0x7ebc020c,0x2208f016,0x3d300d0b,0x201eff6f,0x74018ff7,0xf72fd9fa,0x40580100,0xfebf3000,0x10210b80,0x2d05b011,0xfbd16b01,0xbce224f0,0x782b0da6,0xca5249eb,0x34d7e819,0xfa04f119,0xe9af7e04,0x1ec001ac,0x2708f012,0x3d500f0c,0x2021ff6f,0x74018ff8,0xf71fdafa,0x705f00e0,0xfe8f3400,0x40270b40,0x3005d014,0xfba16d01,0xace324f0,0x7b2b0da3,0xca524bea,0xe4d5e7d9,0xf6055118,0xe99f8004,0x3ec2013c,0x2d09000e,0x3d70110d,0x3024ff7f,0x76017ff8,0xf6ffdbfa,0xa06400b0,0xfe6f3700,0x702c0ad0,0x3405d01b,0xfb516d01,0xbce32520,0x7e2aeda2,0xca524dea,0xd4d4e7b9,0xf305911a,0xe9cf7d04,0x0ec400cc,0x3308a00c,0x3da0130e,0x2027ff7f,0x76017ff8,0xf6dfdefa,0xb06600c0,0xfe5f3c00,0xa0300a50,0x3805b023,0xfb316c02,0x0ce42580,0x812add93,0xca225bea,0xc4d4e7b9,0xf205a120,0xe9df7c03,0xcecb003c,0x3908300c,0x3dc0160f,0x302aff6f,0x75017ff8,0xf6afe0fa,0xc06700e0,0xfe3f3e00,0xd0360a10,0x3c058027,0xfaf16c02,0x4ce425c0,0x842a9d83,0xc9f26aea,0xe4d5e7d9,0xf305c127,0xe9df7b03,0xaecfffbc,0x4008400b,0x3e001810,0x302dff6f,0x74018ff8,0xf6bfe2fa,0xd0680090,0xfdff4301,0x103d0990,0x4005402a,0xfa716b02,0x7ce32610,0x882a8d81,0xc9f26cea,0xc4d4e7a9,0xf105b129,0xe9ff7c03,0xaed9ff5c,0x42087009,0x3e301a11,0x102fff6f,0x70018ff8,0xf6ffe8fa,0xe06b0020,0xfdef4701,0x60420970,0x4304f02a,0xfa216d02,0x8ce32620,0x8a2a9d82,0xc9f26bea,0x64d2e749,0xef05b129,0xe9ff7b03,0x3ee3fedc,0x4508700b,0x3e401d12,0x0032ff5f,0x6c019ff8,0xf72fecfb,0x10700000,0xfdcf4801,0x80490970,0x4804d02b,0xfa416d02,0xace42620,0x8c2a8d7c,0xc9e271ea,0x34d1e719,0xef06012a,0xe9ff7a03,0x0eeafe7c,0x49082008,0x3e601f12,0xe035ff6f,0x6c019ff8,0xf74feefb,0x10700050,0xfdaf4b01,0xb04d0970,0x4c04f02b,0xfa416c02,0xbce22620,0x8b2a7d79,0xc9e274ea,0x34d1e719,0xf006212c,0xe9ff7b03,0x3ef0fdec,0x4c07a003,0x3e702314,0x1039ff6f,0x72018ff8,0xf75ff5fb,0x006a00a0,0xfdcf4c01,0xf04e0990,0x4f05202b,0xfa116c02,0xdce02630,0x8b2a6d82,0xc9f26bea,0x54d2e749,0xf205512d,0xe9ef7b03,0x5eeffcfc,0x4f07d003,0x3ea02815,0xa03eff7f,0x78017ff8,0xf75ffefa,0xe0650020,0xfddf4a02,0x404f09e0,0x50052029,0xfa016a02,0xdcdd2620,0x8c2a4d89,0xca0264ea,0x94d3e779,0xf6043129,0xe9cf7703,0x9ee9fbbc,0x50086007,0x3eb03118,0x1047ff7f,0x79017ff8,0xf6f005fa,0xe063ff70,0xfddf4802,0xa0510a10,0x5205202c,0xfa316802,0xecda2620,0x8e2a0d87,0xca0266ea,0xb4d4e799,0xf604312c,0xe9cf7803,0xbee4fa4c,0x5208e009,0x3ea0411b,0xe055ff7f,0x79017ff9,0xf63001fa,0xd05ffef0,0xfdbf4602,0xe0560a60,0x5405402e,0xfa716802,0xbcd92620,0x9129dd8a,0xca1263ea,0xb4d4e799,0xf604712c,0xe9cf7603,0x7ee4f8ac,0x5209b009,0x3eb05c21,0x306eff7f,0x7a017ffa,0xf5bff7fa,0xd05dfe10,0xfd6f4603,0x105d0a80,0x5705602f,0xfa816802,0x9cd82630,0x9329bd8d,0xca1260ea,0xa4d3e789,0xf4043127,0xe9bf7603,0x4ee6f72c,0x530a4003,0x3ec08727,0x1094ff7f,0x7c016ffa,0xf5afebfa,0xd05bfd70,0xfd1f4303,0x40630ac0,0x5b05802d,0xfa716702,0x9cd62630,0x9429ad8f,0xca125fea,0x94d3e789,0xf2045126,0xe9cf7403,0x4ee3f5bc,0x540adffd,0x3ed0cb2d,0x20d1ff7f,0x80016ff9,0xf67fddfa,0xd05afd10,0xfcff3d03,0x70670b50,0x5c05b02b,0xfad16b02,0x9cd62620,0x9229ad92,0xca225cea,0xa4d3e799,0xf104a12c,0xe9bf7103,0x6edcf45c,0x530bbff9,0x3ec14032,0xe13eff8f,0x84015ff7,0xf86fd0fa,0xd058fca0,0xfcef3603,0xb0670bc0,0x5c05e02b,0xfb216902,0xccd62620,0x9129bd8f,0xca125eea,0xa4d3e789,0xf004c12a,0xe9af7203,0x7ed3f30c,0x520c6ff7,0x3ec23137,0xa228ff8f,0x87015ff4,0xfb6fc7fa,0xd057fc60,0xfcff2f03,0xc0650c40,0x5d060028,0xfb316a03,0x0cd62600,0x8f29bd84,0xc9f269ea,0x74d2e769,0xf204c12b,0xe9cf7403,0x6eccf1dc,0x510cdff8,0x3ec40b39,0xb3fbff8f,0x89014ff2,0xfdbfb4fa,0xd055fc50,0xfcef2b03,0xf0670c90,0x5b05e023,0xfb316d03,0x1cda25e0,0x8f29bd79,0xc9e273ea,0x94d3e779,0xf204d12f,0xe9ef7403,0x8ec9f0ec,0x4f0d0ff6,0x3eb5b738,0x35a1ff9f,0x8d013ff2,0xfeaf96fa,0xd053fc50,0xfd0f2603,0xf0650cc0,0x5a05c023,0xfb816d03,0x0cdb25e0,0x8e29dd80,0xc9f26dea,0x84d3e769,0xf004d12e,0xea0f7103,0x9ec4effc,0x510d1ff6,0x3ed69934,0xe67eff9f,0x91013ff2,0xfddf7afa,0xd050fc60,0xfd3f2303,0xe0620d00,0x5b05e024,0xfb916f02,0xecdd25e0,0x8e29dd84,0xc9f269ea,0x94d3e789,0xf105112e,0xe9ff7103,0x7ebdef1c,0x540cbff8,0x3ef70531,0x86e6ff9f,0x94012ff4,0xfc8f60fa,0xd04efcb0,0xfd3f2203,0xe0630d30,0x5c05f020,0xfba17202,0xbcdd25a0,0x8e29ed87,0xca0267ea,0x74d2e759,0xf305312e,0xe9df7503,0x4eb7ee7c,0x560beff8,0x3ef73d2e,0xa71cff9f,0x92012ff4,0xfc0f44fa,0xe04ffd40,0xfd4f2003,0xe0630d60,0x5b05e01f,0xfbd17202,0x7cdc2580,0x8f29fd8f,0xca125eea,0x54d1e739,0xf305312e,0xe9bf7903,0x2eadeddc,0x5b0b7ff9,0x3f075f2c,0x573cff9f,0x93012ff5,0xfb6f27fb,0x0051fd90,0xfd8f1d03,0xe05f0d90,0x5806001e,0xfc517302,0x5cde2570,0x8e29fd92,0xca225cea,0x74d2e759,0xf105312f,0xe9af7a03,0x2e9fecfc,0x600baffe,0x3f17732a,0xa74eff9f,0x95012ff5,0xfaef14fb,0x104efd70,0xfd9f1c04,0x005f0d80,0x5505c01c,0xfc617402,0x4ce02570,0x8f2a0d95,0xca2259ea,0x54d1e739,0xf005312d,0xe9cf7c03,0x4e8dec6c,0x630beffd,0x3f177d29,0xb758ffaf,0x9a011ff5,0xfaef12fb,0x104bfd20,0xfdaf1a04,0x205f0d90,0x5205a01b,0xfc417502,0x4ce22580,0x8e2a2d93,0xca225bea,0x54d1e739,0xf205612d,0xe9df7b03,0x1e73ec2c,0x650c6ffd,0x3f177f29,0x8759ffaf,0x9d011ff5,0xfbbf29fb,0x204afc90,0xfd7f1404,0x40630dc0,0x5205d01b,0xfc417802,0x6ce32590,0x8c2a3d93,0xca225bea,0x64d1e749,0xf405a133,0xe9df7c02,0xbe59ecac,0x680cbfff,0x3f27762a,0x6751ffaf,0x97012ff4,0xfcff46fb,0x404cfc70,0xfd8f0b04,0x20620e00,0x5406201f,0xfc617902,0x9ce325b0,0x8b2a2d9b,0xca3253ea,0x74d2e759,0xf3058137,0xe9ef7e02,0x8e45edac,0x6a0c5004,0x3f375f2c,0x573cff9f,0x8d013ff3,0xfe0f56fb,0x9055fcf0,0xfdcf0204,0x105b0e20,0x5606b023,0xfc717c03,0x0ce425e0,0x8b2a1d9e,0xca4250ea,0x64d1e749,0xee056137,0xea0f8002,0xee3ceebc,0x640bd00b,0x3f47362f,0x1714ff8f,0x85015ff3,0xfe4f5efb,0xe05bfd70,0xfe2efc03,0xf04f0e00,0x56071027,0xfc717e03,0x7ce62610,0x8b29fd9b,0xca3253ea,0x64d1e749,0xec057134,0xe9ff8003,0x3e3defdc,0x570bc012,0x3f66ed32,0x66cfff7f,0x80016ff3,0xfe2f6afc,0x3061fd40,0xfe8ef903,0xd0450de0,0x57073029,0xfca18103,0xbce72630,0x8d29fd9a,0xca3254ea,0x34d1e729,0xec054136,0xe9af8403,0x8e42f0fc,0x490be016,0x3f866735,0xe64dff7f,0x80016ff3,0xfdcf7dfc,0x8062fcd0,0xfefef803,0xa03c0da0,0x5b074029,0xfc918203,0xace62630,0x9029dd9e,0xca4250ea,0x04cfe6e9,0xed04d13d,0xe92f8b04,0x9e4cf1cc,0x3a0bd018,0x3fb5b138,0x359bff8f,0x82016ff5,0xfc7f90fc,0xc061fc40,0xff3ef803,0x60370d30,0x5f07202a,0xfc818003,0x5ce32640,0x9229cdac,0xca6243ea,0x14cfe6f9,0xef047143,0xe8ef9505,0x3e5af21c,0x300ba019,0x3fe53738,0xf523ff8f,0x83015ff6,0xfb4f9dfd,0x1062fbd0,0xff5eff03,0x40350ca0,0x6206f029,0xfcb18102,0xfce22630,0x9329cdb0,0xca723fe9,0xf4cfe6d9,0xef04f146,0xe8ef9305,0x1e6cf1ac,0x2a0b2017,0x3fe56538,0xb550ff8f,0x86015ff6,0xfacf9ffd,0x6064fb80,0xff1f0703,0x503c0c40,0x6406b025,0xfcb18402,0x5ce225d0,0x9229cdb1,0xca723ee9,0xf4cfe6d9,0xf005114d,0xe8df9204,0x8e7cf0fc,0x290a6013,0x3fa61437,0x35fcff8f,0x84015ff7,0xfa0f92fd,0xc06cfb90,0xfecf0503,0x70450c70,0x67065023,0xfcb18401,0xdce22580,0x9129bdb7,0xca8238ea,0x24d0e709,0xf204e150,0xe89f8f03,0xfe7ef00c,0x31097012,0x3f36a734,0x868cff7f,0x7e016ff7,0xf9af7afe,0x1073fc60,0xfe9eff03,0xb04b0d00,0x67067023,0xfcc18601,0xbce62550,0x8e29cdb9,0xca9236ea,0x64d2e749,0xf2049146,0xe8af8503,0x9e76eefc,0x3f087011,0x3ec70731,0x66e8ff7f,0x7b017ff7,0xf9ff61fe,0x6075fd40,0xfe5ef704,0x10510d70,0x66069024,0xfce18701,0xecec2530,0x8f29edad,0xca6241ea,0x64d2e739,0xf204713e,0xe8bf8403,0x8e68eddc,0x4f07c010,0x3e47472e,0x0725ff7f,0x7e016ff7,0xfa7f52fe,0x906dfda0,0xfe6eea04,0x70560e30,0x64063025,0xfd418702,0x1cf02530,0x9429fd9a,0xca2255ea,0x54d1e739,0xf204f143,0xe8df8303,0x5e51ec9c,0x6508c013,0x3e27702a,0xe74cff8f,0x81016ff7,0xfadf4afe,0xc063fc90,0xfe8edc04,0xd0590ed0,0x60056025,0xfd518502,0x4cf32540,0x9a2a1d8d,0xca0261ea,0x34d0e709,0xf1051147,0xe8ff7d03,0x1e3ceb6c,0x7b09f01b,0x3e178a28,0x5764ff7f,0x80016ff6,0xfb0f37fe,0xc05efbc0,0xfe6ed605,0x00610ed0,0x61051026,0xfd618502,0x7cf42560,0x9e2a1d8a,0xca0263e9,0xf4cfe6d9,0xf105114a,0xe90f7c02,0xee36ea9c,0x8b0a401c,0x3e079826,0xb771ff7f,0x80016ff6,0xfb4f16fe,0xd05cfb60,0xfe3ed405,0x30670eb0,0x65054029,0xfd818602,0x8cf22570,0x9e29dd8f,0xca125fea,0x04cfe6e9,0xee051148,0xe92f8002,0x5e39e9fc,0x930a201f,0x3de79b26,0x5774ff7f,0x7b017ff6,0xfc2eecfe,0xe05ffb60,0xfe3ed105,0x306c0eb0,0x6b05502b,0xfd518a02,0x7cf02570,0x9d298d9b,0xca3253ea,0x34d0e719,0xed053149,0xe93f8201,0xce3fe99c,0x9609e024,0x3dc79227,0x776bff6f,0x72018ff4,0xfdcebffe,0xf063fbc0,0xfe5ecd05,0x106c0ea0,0x7205502e,0xfd818e02,0x6cee2590,0x9c296da7,0xca5248ea,0x34d0e709,0xee05614b,0xe93f7d01,0x5e45e99c,0x94099027,0x3dc77b29,0xc756ff6f,0x70018ff3,0xff6e8efe,0xf067fc20,0xfe8ecb04,0xf06a0e60,0x76058032,0xfdd18d02,0x6cec25b0,0x9c296db5,0xca823ae9,0xf4cee6d9,0xee05614b,0xe95f7d00,0xce4be9dc,0x8b09402a,0x3dd7572c,0xe734ff6f,0x6e019ff3,0x006e67fe,0xb069fd50,0xff0ec204,0xd0650eb0,0x7805d035,0xfe018b02,0x5cea25b0,0x9b296dbe,0xca9231e9,0xd4cee6b9,0xeb052149,0xe95f7e00,0x7e44ea5c,0x8409f033,0x3e071f30,0x46ffff6f,0x6c019ff2,0x017e54fe,0x7069fdd0,0xff5eb804,0xc0600f10,0x78061039,0xfe418802,0x5ce92590,0x9c297dbf,0xcaa230e9,0xc4cee699,0xed04713f,0xe94f7b00,0xbe37eb1c,0x7a0be037,0x3e46e232,0xc6c4ff6f,0x72018ff1,0x026e68fe,0x2061fd30,0xff7eb704,0xd05b0ee0,0x7506403e,0xfe618402,0x7ce925a0,0x9e299dbc,0xca9233e9,0xb4cde699,0xee03c136,0xe92f7500,0xfe31ebac,0x6a0e4033,0x3e76ba34,0x069eff7f,0x80016ff1,0x035e97fd,0xc053fb80,0xff9ebe04,0xc0560e40,0x7306803f,0xfe618302,0x5ce925a0,0x9d29cdc0,0xcaa230e9,0x84cce669,0xef03a138,0xe92f7200,0xee36ebbc,0x5e0fb02c,0x3ea6c433,0xb6a7ff9f,0x8b014ff1,0x030ecafd,0x604dfa30,0xff9ec904,0xa0530dc0,0x7206d03d,0xfea18702,0x0ce92550,0x9929ddc7,0xcab228e9,0x54cbe629,0xf103d142,0xe93f7000,0xde42eb5c,0x5b0fd028,0x3ec6f632,0x06d7ff9f,0x90013ff1,0x02aeddfd,0x204dfa30,0xff7ecf04,0xa0550d90,0x6f06a038,0xfeb18801,0x9ce92500,0x9729ddcf,0xcad221e9,0x54cbe629,0xf203b141,0xe92f7201,0x0e4aeadc,0x5f0f6024,0x3eb72b2f,0xa70aff9f,0x95012ff1,0x02dedbfc,0xd04cfae0,0xff2ecf05,0x00590db0,0x67068037,0xfeb18701,0x4ceb24e0,0x972a0dcf,0xcad221e9,0x64cbe639,0xf303f13e,0xe91f7401,0x3e4bea5c,0x660ec022,0x3e67562c,0xf732ffaf,0x99011ff2,0x027edffc,0x804afc00,0xfeded105,0x505e0df0,0x5f066036,0xfed18901,0x2cef2490,0x942a4dc1,0xcaa22ee9,0x64cbe639,0xf304213e,0xe92f7201,0x6e4be9ac,0x6f0e501f,0x3e17752a,0x6750ffaf,0x9c011ff2,0x020ee1fc,0x8046fc20,0xfe5ed305,0xc0660df0,0x57062035,0xfec18801,0x1cf22470,0x952a4dad,0xca6241e9,0xa4cde689,0xf404513e,0xe90f7101,0xee4ce8fc,0x760e701a,0x3da78a28,0x4764ffaf,0x9f010ff2,0x01fedffc,0x8043fbd0,0xfe0ed206,0x106e0e00,0x5305e039,0xfe818601,0x2cf32490,0x992a2da0,0xca424fea,0x04cfe6e9,0xf6047143,0xe8df7202,0x3e46e84c,0x810ef018,0x3d679626,0xe76fffaf,0x9f010ff2,0x022edcfc,0x8043fb50,0xfdeecf06,0x40740e40,0x5105e03b,0xfe418501,0x4cf324c0,0x9d29fd94,0xca125aea,0x34d0e709,0xf804c143,0xe8df7302,0x6e3ae79c,0x8c0ee01b,0x3d379a26,0x6773ffaf,0x9a011ff2,0x023ee6fc,0x9045fb90,0xfdbecf06,0x70790e50,0x4f05f03d,0xfe118401,0x6cf124d0,0x9f29dd96,0xca2258ea,0x14cfe6f9,0xf604e142,0xe8ff7702,0x9e30e73c,0x8f0e901e,0x3d179726,0xc76fffaf,0x95012ff2,0x025efbfc,0xa046fbd0,0xfd9ed006,0x807c0e40,0x4f062040,0xfe118201,0x9ced2510,0xa029cda3,0xca424be9,0xd4cde6b9,0xf304d140,0xe8ff7802,0xce28e72c,0x8c0e4023,0x3cf78a28,0x3764ff9f,0x8d013ff2,0x02ff12fc,0xb048fbf0,0xfdbecf06,0x507c0e40,0x53065042,0xfe018301,0xecea2550,0x9f29adab,0xca6243e9,0x94cce679,0xf2051143,0xe91f7b02,0xce27e76c,0x870e6027,0x3d17722a,0x974dff8f,0x87014ff1,0x042f19fc,0xc049fbe0,0xfdeecf06,0x10790e30,0x57066043,0xfde18302,0x4ce82590,0x9f299daa,0xca5244e9,0x84cbe669,0xf0056143,0xe92f7d02,0xbe2fe81c,0x7e0ed028,0x3d474a2d,0xb727ff8f,0x89014ff1,0x057f04fc,0xc048fb80,0xfe3ecd05,0xc0760e30,0x5c067045,0xfdd18202,0x7ce725c0,0x9f298db3,0xca723ce9,0x74cbe659,0xec050141,0xe91f7f02,0xbe39e90c,0x700e502c,0x3d771630,0xa6f6ff8f,0x86015ff1,0x05bf02fc,0xd049fc30,0xfebecf05,0x506f0e20,0x6106b044,0xfdf18302,0x9ce625c0,0x9f296db6,0xca8239e9,0x64cbe649,0xed04c141,0xe8ff7f03,0x1e41e97c,0x610d5033,0x3d96e632,0x96c8ff8f,0x81015ff1,0x056f2bfc,0xf04dfd20,0xff1ed604,0xe06a0dd0,0x6606a042,0xfdf18402,0x7ce625c0,0xa3294db5,0xca823ae9,0x64cbe639,0xed04d145,0xe8af8203,0x4e45e95c,0x550cb035,0x3dc6dc32,0xe6beff8f,0x83015ff1,0x053f6bfd,0x004ffd90,0xff4edf04,0xa06b0d60,0x6806503f,0xfe118301,0xfce62590,0xa7295dbc,0xca9233e9,0x34cae609,0xee04b144,0xe87f8303,0x5e46e8cc,0x500c0032,0x3dd70731,0x46e7ff9f,0x8b014ff1,0x055fa6fc,0xf04afd90,0xff1ee904,0xa0720d40,0x6705f037,0xfe518701,0x3ce92500,0xa7297dc3,0xcaa22de9,0x14c9e5f9,0xf0049145,0xe86f8203,0x8e49e81c,0x510bc02e,0x3dc7412e,0x471fff9f,0x92013ff1,0x05cfbafc,0xc045fd70,0xfedef104,0xe0780d50,0x6105d032,0xfea18a00,0xbced2490,0xa329bdc6,0xcab229e9,0x14c9e5e9,0xf104e13e,0xe85f8303,0x7e48e76c,0x560c3029,0x3d876f2a,0xe74affaf,0x9a011ff1,0x063faffc,0x403ffd50,0xfe7ef505,0x507d0d70,0x5805c035,0xfee18a00,0x0cf32470,0xa12a0de0,0xcb1210e9,0x24c9e5f9,0xeb051138,0xe85f8503,0x8e3de70c,0x5f0dd01b,0x3d178c28,0x1765ffcf,0xb200dff1,0x05bfa8fb,0xb032fc40,0xfe1ef605,0xb0840d90,0x5105c039,0xfee18aff,0x5cf92470,0xa12a5df3,0xcb61fee9,0x34cae619,0xe4052138,0xe88f8303,0xae2fe6cc,0x6a0ee011,0x3cb79c26,0x2774ffdf,0xc200aff3,0x040fb1fb,0x302afbc0,0xfddef705,0xf08b0db0,0x4c05f038,0xfeb187ff,0x6cfa2460,0xa22a6de7,0xcb320ae9,0x54cae629,0xe4053139,0xe8af8403,0xde25e6bc,0x750d8012,0x3c67a125,0x7779ffdf,0xbe00bff4,0x01dfbffa,0xe02bfd90,0xfddef706,0x108c0de0,0x48062039,0xfe7184ff,0xacf92470,0xa32a7ddb,0xcb0215e9,0x54cae629,0xe7053138,0xe89f8603,0xde20e6cc,0x830b201e,0x3c379c26,0x1774ffbf,0xac00eff5,0xffdfc0fa,0xf030ffe0,0xfd6efa05,0xe0980dd0,0x4d06803b,0xfe4180ff,0xccf62480,0xa72a5dd8,0xcaf219e9,0x24c9e5f9,0xe9052139,0xe88f8803,0x3e26e7ac,0x8d0b801c,0x3c678928,0x5763ffbf,0xa300fff7,0xfdffc3fb,0x0033ff60,0xfd1f0205,0xc0a00d60,0x5006e03d,0xfdf18000,0x0cf02490,0xa82a3dd2,0xcad21ee8,0xe4c8e5c9,0xec05613e,0xe85f8a03,0x2e31e89c,0x8e0c3018,0x3c77622b,0xf73effaf,0xa0010ff8,0xfc8fe0fb,0x0033fe30,0xfd0f0c05,0xb09e0cd0,0x4f07f041,0xfdb17f00,0x7cec24f0,0xa72a2dd0,0xcad220e8,0xb4c7e599,0xee059140,0xe83f8a03,0x6e3ae9cc,0x890c1017,0x3c671130,0xd6f1ffaf,0xa0010ff8,0xfb900ffb,0x0031fdc0,0xfd2f1505,0x90990c70,0x4e096049,0xfdd18000,0xece92530,0xa72a0dc8,0xcab227e8,0xb4c7e599,0xf005a140,0xe83f8b03,0x9e46eb5c,0x7f0bf017,0x3c564336,0x762affbf,0xa300fff9,0xfac03cfa,0xf02ffd60,0xfd7f1d05,0x60930c30,0x4d0ac051,0xfe018201,0x4ce72540,0xa629cdb5,0xca623ae8,0xf4c8e5d9,0xf4058140,0xe82f8c03,0x3e57ed1c,0x740b4018,0x3c43ec39,0xa3dcffbf,0xa600fff9,0xfa405bfa,0xf02efd90,0xfdef2404,0xf08a0bf0,0x4e0be057,0xfdf17e01,0xace62560,0xa529ada8,0xca4247e9,0x34c9e609,0xf605613b,0xe83f8f02,0xce6aef0c,0x6d0ab01c,0x3c81af35,0xa1aaffbf,0xa900effa,0xf9d05efa,0xe02cfde0,0xfe6f2904,0x70820bb0,0x500d005f,0xfdf17d01,0x9ce92580,0xa5299da8,0xca4247e9,0x44cae629,0xf305a135,0xe86f9102,0xbe7ff13c,0x660a201e,0x3cc0e62e,0xc0eaffbf,0xac00effa,0xf8d043fa,0xd02afe10,0xfedf3503,0xf0770b40,0x500e0069,0xfe217f01,0x7ced2590,0xa4299da4,0xca424ae9,0x64cae649,0xee06012d,0xe87f9302,0x9e9ef36c,0x5b096021,0x3ce08b27,0x4097ffcf,0xb000dffb,0xf7c025fa,0xa028fe80,0xff9f4103,0xc0660b00,0x470eb06c,0xfe618301,0x7cf12560,0xa229cd9e,0xca3250e9,0x64cae639,0xed063126,0xe85f9402,0xdebdf56c,0x4b095022,0x3cf0561f,0xd068ffcf,0xba00cffc,0xf6f010fa,0x4027fe70,0x004f4903,0x60570b00,0x410f506f,0xfed18701,0x4cf32520,0x9e2a0da8,0xca4247e9,0x54cae639,0xec061127,0xe85f9103,0x0ed1f7bc,0x4009b026,0x3d203318,0x7049ffdf,0xc100affc,0xf6dffaf9,0xf028fe50,0x00bf5002,0xf04e0b00,0x41102077,0xff118a01,0x2cf52500,0x9c2a1daa,0xca5244e9,0x54cae629,0xec06212a,0xe86f8d03,0x4ed6fa1c,0x3a09902b,0x3d401d12,0x0032ffdf,0xc000bffb,0xf81fe1f9,0xa02bfec0,0x010f5802,0x70460ab0,0x4111607e,0xff618d01,0x2cf52500,0x9a2a0da8,0xca4247e9,0x54cae639,0xed05e12b,0xe88f8f03,0x9ed5fbec,0x34091030,0x3d60100d,0x0023ffcf,0xbe00bffa,0xfa2fcff9,0x602dff80,0x017f6902,0x003e09f0,0x3d129083,0xff818f00,0xfcf724e0,0x992a2da6,0xca4248e9,0x54cae639,0xec05912c,0xe8af8203,0x8ed7fcdc,0x3107d036,0x3d600a09,0xf01bffcf,0xbe00bff9,0xfb4fc6f9,0x102e0060,0x01df7501,0xa03a09b0,0x39138084,0xffa19100,0x8cf82460,0x982a3da9,0xca4246e9,0x14c9e5f9,0xec05512a,0xe94f8301,0xdedcfd6c,0x2a07603c,0x3d400707,0xa014ffcf,0xbb00bff9,0xfbdfc7f8,0xc03000d0,0x023f7a01,0x30380a00,0x36144081,0x00119400,0x0cf623f0,0x932a4db2,0xca623de9,0x34c9e609,0xec04e12a,0xe99f7f01,0xceeafdbc,0x2307c046,0x3d500405,0xe00fffcf,0xb500cff9,0xfc7fd4f8,0x803300f0,0x029f7c00,0xe03a0a60,0x3014e081,0x004194ff,0xbcf723a0,0x912a5dac,0xca5243e9,0x84cbe659,0xef04f12e,0xe98f8402,0xdefbfdcc,0x1f08104b,0x3d400304,0xe00dffcf,0xb500cff9,0xfcbfe2f8,0x20340150,0x02cf7c00,0x80410af0,0x2a15707d,0x008192ff,0x8cf82360,0x902a7da5,0xca424ae9,0xb4cce689,0xf3048134,0xe9ef8202,0xdefbfdbc,0x1f08404e,0x3d300304,0x800cffcf,0xb900cff9,0xfcafdff7,0xb03101f0,0x02ff7a00,0x204a0b70,0x2515b079,0x00a18eff,0x8cfa2370,0x912aad9e,0xca3251e9,0xe4cde6b9,0xf404113d,0xea8f8701,0xdef2fd9c,0x20086050,0x3d300304,0x400bffcf,0xbd00bff9,0xfc7fd6f7,0x302d02a0,0x035f76ff,0xb0500c40,0x2015e071,0x007188ff,0xccfb23b0,0x932add8f,0xca025fe9,0xe4cde6c9,0xf504313c,0xea7f8803,0x1eebfd6c,0x1f089056,0x3d400203,0xd00affdf,0xc100aff9,0xfc6fd5f6,0xd0310320,0x03ef6eff,0x50560d70,0x1b166064,0x00818400,0x1cfb23d0,0x952add86,0xc9f268ea,0x04cde6d9,0xf504213b,0xea6f8403,0xeee7fd2c,0x1e08e05e,0x3d500203,0x4008ffdf,0xc600aff9,0xfc5fdaf6,0x603503b0,0x049f66fe,0xd05a0e90,0x1716a05a,0x00c17e00,0x9cf92420,0x982add7b,0xc9d272e9,0xf4cde6c9,0xf604113a,0xea5f8604,0x1ee3fcdc,0x1e092069,0x3d700102,0x7006ffdf,0xcc008ffc,0xfc8fe8f6,0x003c0460,0x057f63fe,0x305c0fb0,0x1a16d04b,0x00b17f01,0x2cf52470,0x952aad75,0xc9c278e9,0xe4cce6b9,0xf804313c,0xeabf8b03,0xaeeafc8c,0x20093074,0x3db00001,0x6003ffef,0xd5007ffe,0xfcdffdf5,0x904204e0,0x05ff66fd,0xc06810b0,0x1e16c03c,0x00618501,0x6cf22460,0x912a6d6d,0xc9b280ea,0x04cde6e9,0xf904a142,0xeb6f8703,0x3eecfc5c,0x22095078,0x3de00000,0x5001ffef,0xe2005001,0xfd3008f5,0x004404e0,0x065f72fd,0xc07710a0,0x1a168035,0x00418701,0x8cf12460,0x952a3d6a,0xc9a283ea,0x14cde6e9,0xfc046149,0xeb9f8302,0xdeeffc0c,0x1f08e07b,0x3d9fffff,0x7ffeffff,0xef002004,0xfda00cf4,0x604604e0,0x06ff7bfd,0xb08110c0,0x1516202e,0x00618601,0x9cf02450,0x982a1d69,0xc9a284ea,0x14cde6f9,0xfe040149,0xeb4f8602,0x9eeffb7c,0x1d08d082,0x3d6ffffe,0xbffcffff,0xfc000006,0xfdc00ff3,0xf04b04a0,0x07df82fd,0x608910f0,0x14160029,0x00718201,0xbcf02460,0x9c2a0d5b,0xc98291ea,0x04cde6d9,0xfc043148,0xeb8f8902,0x9ee1fabc,0x1e096089,0x3d6ffffe,0x1ffa0000,0x0cffd009,0xfd8007f3,0x80510400,0x08bf8bfd,0x409010e0,0x12162025,0x00b17c01,0xfcef2450,0xa029ed37,0xc932b5ea,0x44cee71a,0x00047149,0xeb9f8902,0x9ed6f99c,0x1f09b08f,0x3d4ffffd,0xfffa0000,0x1fffa00b,0xfd4001f3,0x10570380,0x099f93fd,0x209710e0,0x0f16001e,0x01217801,0x8ced2410,0xa229dd3c,0xc942b0ea,0x74cfe74a,0x0004b14e,0xeb8f8802,0x2ed9f88c,0x1f0a2094,0x3d1ffffd,0xdffa0000,0x33ff700d,0xfd1009f2,0xb05e02d0,0x0a9f98fd,0x709a1120,0x0615700f,0x01017c00,0xdcee23c0,0xa129bd5e,0xc9a28eea,0xb4d1e789,0xf9049150,0xebbf8601,0x6edbf76c,0x190ad09e,0x3c8ffffd,0x8ff90000,0x43ff400f,0xfd3011f2,0x40630200,0x0b2f9cfe,0x70a1115f,0xf214cffe,0x00c18000,0x0cf82320,0xa129bd65,0xc9b287eb,0x14d3e7e9,0xf504e145,0xeb9f8501,0x1edef69c,0x070a90a9,0x3b4ffffd,0x3ff80000,0x4aff3012,0xfd7017f1,0xe06701e0,0x0b9fa2fe,0x90a9112f,0xf0148ffa,0x00817eff,0xecfb2310,0xa429cd6b,0xc9c281eb,0x14d4e7d9,0xf404413d,0xeb5f8501,0x7ee6f5fc,0x040a70b2,0x3b1ffffd,0x1ff80000,0x4cff2015,0xfdd022f1,0x906c01b0,0x0c4fa6fd,0xf0a810df,0xfb14afff,0x00417800,0x8cf92370,0xa529cd79,0xc9e274eb,0x14d3e7d9,0xf7027133,0xeb4f8402,0x4ef8f51c,0x0e0af0be,0x3baffffd,0x1ff80000,0x4dff2014,0xfde02ef1,0x90670100,0x0cbfa5fd,0xb0ae10ff,0xfd148ffe,0x00317700,0xdcfb2370,0xa829ad6c,0xc9c280eb,0x44d4e819,0xfa01b130,0xeb3f8402,0xbefbf4bc,0x120af0c6,0x3bcffffc,0xfff70000,0x4eff2013,0xfdf030f1,0xa0640120,0x0d0fa7fd,0xd0b310df,0xfc148ffc,0x00117501,0x0cfc2380,0xab29ad59,0xc99293eb,0x54d5e829,0xfd01f130,0xeb4f8602,0xeef5f46c,0x110a30ca,0x3baffffc,0xdff70000,0x50ff2013,0xfe1026f1,0xc06301c0,0x0d4fabfd,0xd0b8109f,0xfe14affc,0x00217201,0x3cfc2390,0xac298d4d,0xc9729feb,0x24d4e7e9,0xfd022130,0xebff8a02,0xbef3f40c,0x1009d0ca,0x3b9ffffc,0xbff70000,0x57ff0012,0xfe201ef1,0xf06201a0,0x0d6faefd,0xe0bd1080,0x00146ff9,0x00317101,0x4cfd2380,0xac297d3e,0xc952adeb,0x04d3e7d9,0xfc02412e,0xec8f8b02,0xeef9f3bc,0x0f0a20ca,0x3b8ffffc,0xdff70000,0x5dfef011,0xfe301ef2,0x106000e0,0x0d8fb0fd,0xf0c01080,0x01144ff7,0x00317101,0x6cfb2390,0xad298d3d,0xc952aeea,0xf4d2e7b9,0xfe02512f,0xec9f8902,0xdefaf37c,0x0e0a20cb,0x3b7ffffc,0xeff70000,0x5efef010,0xfe101cf2,0x306000c0,0x0d8fb1fe,0x10c21080,0x03147ff6,0xfff17101,0x7cf823b0,0xad296d42,0xc962a9ea,0xe4d2e7b9,0xfd02112b,0xec6f8602,0xaef8f37c,0x0c0980cb,0x3b6ffffc,0xfff70000,0x5efef00f,0xfdc017f2,0x605f0130,0x0d8faffe,0x20bf10a0,0x05148ff4,0xffe17201,0xacf723c0,0xad294d47,0xc962a4ea,0xc4d1e799,0xfd01e122,0xec1f8602,0xceedf38c,0x0b0910cb,0x3b5ffffd,0x1ff80000,0x5bff000e,0xfd800bf2,0x905f01a0,0x0d5facfe,0x50b81090,0x0314cff6,0x00317001,0xccf62400,0xac293d56,0xc98296ea,0xa4d0e779,0xff01b11c,0xebdf8502,0xeee8f39c,0x080840cc,0x3b4ffffd,0x5ff80000,0x54ff100d,0xfd7006f2,0xc05f0270,0x0ccfaafe,0x60b41080,0x05152ff7,0x00a17301,0xccf72400,0xab293d6d,0xc9c27fea,0xc4d1e799,0xfc019119,0xeb4f7e03,0x4ee1f41c,0x070790c5,0x3b4ffffd,0xcff90000,0x4cff200c,0xfd6ffef2,0xf05f0330,0x0b4fabfe,0x60be1050,0x10152ff4,0x00f17901,0x5cf823c0,0xab291d84,0xca026aea,0xb4d1e779,0xf401d118,0xeaef8103,0xcee1f5ac,0x060750ac,0x3b5ffffe,0x4ffb0000,0x44ff400b,0xfd2ff8f3,0x30610360,0x099fa5fe,0xd0c81090,0x13147fef,0x01418100,0xbcf72370,0xac28fd78,0xc9e275ea,0x64cfe739,0xed03b12e,0xeb4f8303,0x6edaf75c,0x00076092,0x3b0ffffe,0xdffd0000,0x38ff600a,0xfcffeff3,0x80640370,0x08efa0fe,0xb0b410d0,0x17148feb,0x01118901,0x3cf32370,0xa7290d4c,0xc962a0ea,0x04cce6d9,0xf5056144,0xeb9f8402,0xeed9f81c,0x0207708a,0x3b2fffff,0xafff0000,0x29ff8009,0xfcbfeff3,0xc0660370,0x082f9cfe,0x909410a0,0x1814bfee,0x00819001,0xacf223e0,0xa0292d5d,0xc98290e9,0xc4cae699,0xf805514b,0xebbf8103,0x8edcf8cc,0x06076083,0x3b600000,0x90010000,0x15ffc008,0xfc8ff0f4,0x00680380,0x06ef95fe,0xc07c1060,0x13139ff2,0x00819201,0x9cf62420,0x9f295d6e,0xc9b27fe9,0xc4cae699,0xf704c14c,0xeb8f8304,0x0ed3fa0c,0x04072076,0x3b400001,0x70030000,0x00fff007,0xfc4fe8f4,0x506a03e0,0x05cf8cff,0x10660fe0,0x0911eff9,0x00e18b01,0xacfb2460,0xa329ad55,0xc98297e9,0xe4cbe6b9,0xfc04b148,0xeb6f8104,0x0ec8fb4c,0x0006a063,0x3b000102,0x4006ffff,0xf5001006,0xfbffdff4,0xa06e04a0,0x04bf85ff,0x604d0f70,0x01102ffa,0x00d18501,0x9cfb2460,0xa329dd4b,0xc962a1ea,0x24cce6f9,0xfd048147,0xeb9f7d04,0x5ec3fcab,0xfa05b056,0x3ab00102,0x9006ffef,0xe3005005,0xfbefdcf4,0xf07205e0,0x038f7eff,0x903a0f2f,0xff0e2ff7,0x00b18101,0x6cf62420,0xa229dd55,0xc98297ea,0x54cee729,0xfe040144,0xeb1f7804,0xfec2fe3b,0xf605704a,0x3a900102,0xe007ffdf,0xcb009004,0xfbefdcf5,0x407606a0,0x01ff7900,0x202f0ecf,0xfa0bfff6,0x00e17d01,0x2cf123a0,0xa029ad64,0xc9a288ea,0x44cde719,0xfc043136,0xea4f7a05,0x9eceffeb,0xed059032,0x3a200203,0x5009ffdf,0xc000b004,0xfb9fe7f5,0x907a06c0,0x00cf7200,0x60200e9f,0xf409eff6,0x01517c01,0x0cf12370,0x9d29cd6b,0xc9a282e9,0xd4cae6a9,0xfc03912c,0xea3f7d04,0xfed3014b,0xe906201c,0x3a100203,0xc00affcf,0xbe00b003,0xfb2ff0f5,0xd07c0690,0x000f6300,0x400f0e8f,0xf107cffa,0x01d17c00,0xfcf423a0,0x9e2a1d7c,0xc9d271e9,0x64c8e639,0xfb018131,0xea7f8003,0xeeca027b,0xec07400a,0x3a500203,0xf00affcf,0xbd00b002,0xfadff2f6,0x107e0650,0xff5f5700,0x60000e2f,0xed060fff,0x02017e01,0x1cf423e0,0x9f2a4da9,0xca6246e9,0x34c6e619,0xf9ffe11a,0xea6f7a03,0x2ec3038b,0xeb079ffb,0x3a200304,0x400bffdf,0xbf00b001,0xfa6ff5f6,0x207c06c0,0xfeaf4e00,0x8ff20d8f,0xec047002,0x02017f01,0x6cf02430,0x9c2a5dd8,0xcb0219e8,0xd4c4e5b9,0xfffdc0f9,0xea6f7502,0xaec7047b,0xe9077fe9,0x3a000304,0xa00cffdf,0xc400a000,0xf9fffef6,0x407a0740,0xfdef4500,0x9fea0d0f,0xec02a005,0x01e17d01,0x8ced2490,0x9d2a8df4,0xcb71fde8,0x74c2e55a,0x06fc70f3,0xe9ef8103,0x9ec9057b,0xe807bfd8,0x3a100304,0xe00dffdf,0xc8009fff,0xf9a005f6,0x607a0770,0xfd4f3a00,0xbfe30caf,0xec00e00b,0x01917a01,0xbceb24d0,0xa22a9dfc,0xcb91f6e8,0x44c1e52a,0x09fc20f7,0xe8ef8b04,0x5ec6063b,0xe6085fcb,0x3a100305,0x100dffdf,0xca009fff,0xf9700af6,0x907a0760,0xfd0f2c00,0xcfda0c7f,0xedff5011,0x01217b01,0xdcea2530,0xab2a7df7,0xcb71fbe7,0xe4bfe4ca,0x04fcc0fe,0xe7ef8b03,0xdebf06cb,0xe408ffc4,0x3a100305,0x100dffdf,0xcc008ffe,0xf9400ff6,0xb0790760,0xfcbf2300,0xbfd20c3f,0xeffe1013,0x00d17c01,0xcce92590,0xb32a6dd1,0xcae21fe7,0x74bce459,0xf401a120,0xe74f8703,0x4eb9075b,0xe4093fbd,0x3a200305,0x000dffdf,0xcd008ffd,0xf90011f6,0xd07807b0,0xfc8f1e00,0xafc90bbf,0xf2fd4012,0x00817e01,0x8ce92600,0xba2a3dc0,0xcaa22fe7,0x44bbe439,0xe705913e,0xe6ff8602,0xceb9079b,0xe708ffb7,0x3a300405,0x700effdf,0xcd008ffd,0xf8b012f6,0xf0780820,0xfc7f1d00,0x9fc40b5f,0xf3fca011,0x00718001,0x0ce72600,0xc029edca,0xcac226e7,0x24bbe419,0xe205d13c,0xe6bf8702,0x9ec1079b,0xea08cfb4,0x3a600405,0xf00fffdf,0xcd008ffc,0xf86017f7,0x10760840,0xfcdf1900,0x7fba0b4f,0xf5fbd012,0x00717f00,0x8ce525a0,0xc529bdd3,0xcae21de6,0xe4b9e3d9,0xe205e139,0xe6df8702,0xfec3076b,0xed092fba,0x3a900405,0xc00fffdf,0xcc008ffc,0xf8701bf7,0x207307f0,0xfd7f1300,0x4faf0b3f,0xf6fb1014,0x00317900,0x2ce12570,0xc929adda,0xcb0216e6,0xe4b9e3d9,0xe206213a,0xe70f8403,0x6ec0070b,0xee098fc5,0x3ac00405,0x500effdf,0xcb009ffb,0xf8a01af7,0x206f07d0,0xfe2f0f00,0x3fa70b1f,0xf8fa201b,0xffc174ff,0xecde2540,0xcb298ddd,0xcb1213e7,0x24bae419,0xe305a137,0xe71f8203,0x5ebd069b,0xee097fd1,0x3ae00304,0xd00dffdf,0xcc009ffa,0xf8d018f7,0x306c0800,0xfecf0b00,0x0fa60b1f,0xfdf9001b,0xff4171ff,0x9cdc24f0,0xc9296de6,0xcb320be7,0x84bce479,0xe404e133,0xe72f8303,0x1eb8063b,0xf1098fd9,0x3b200304,0x500bffdf,0xd0008ff9,0xf8f013f7,0x406a0800,0xffcf06ff,0xdfa20b2f,0xfff7e01c,0xfef16eff,0x4cdb24b0,0xc7298dee,0xcb5203e7,0x74bbe459,0xe604812c,0xe75f8402,0xceb1054b,0xf409cfe8,0x3b500304,0x200bffef,0xd5007ff8,0xf9100ef7,0x506707c0,0x00ff01ff,0x9fa00b50,0x02f7301f,0xfeb16eff,0x3cdc24a0,0xc529bdee,0xcb5203e7,0x34bae419,0xe504c129,0xe76f8102,0x8ea8040b,0xf809effb,0x3b900204,0x100bffef,0xd8006ff7,0xf91008f7,0x506307b0,0x013f02ff,0x9fac0b40,0x06f6c01e,0xfe4172ff,0x3cde2470,0xbe29cdf0,0xcb5201e7,0x34bae419,0xe104e123,0xe75f7e02,0x2ea7037b,0xfa099003,0x3ba00304,0x300bffef,0xd7007ff7,0xf91002f7,0x505e07c0,0x011f07ff,0xafbf0b00,0x09f6501b,0xfe0174ff,0x8ce02480,0xb529fdeb,0xcb4205e7,0x54bbe439,0xe004e121,0xe74f7e01,0xeeaf034b,0xfb093007,0x3ba00304,0x700cffef,0xd2007ff6,0xf90001f7,0x605b07b0,0x00ef0cff,0xcfd20ab0,0x0cf62017,0xfdc17400,0x1ce02490,0xae2a2dde,0xcb1212e7,0x94bde489,0xe2052123,0xe74f7f03,0x3eb4031b,0xfc08f00b,0x3b900304,0xb00cffdf,0xcc008ff5,0xf90ffff7,0x70580780,0x00bf0fff,0xefe10a80,0x0ff6b017,0xfda17300,0xccde24b0,0xa72a3dd5,0xcaf21be7,0xe4bfe4c9,0xe7058129,0xe75f7f04,0x8eb6030b,0xfc08c00f,0x3b800304,0xd00cffdf,0xc6009ff4,0xf90ffaf7,0x80550750,0x008f1500,0x0fed0a60,0x10f78017,0xfd917401,0x5cdb24c0,0x9f2a4dcd,0xcad223e8,0x24c0e4f9,0xed053132,0xe78f7f04,0xfeba030b,0xfb08c00f,0x3b700304,0xd00cffdf,0xc300aff3,0xf8eff6f7,0x805206e0,0x006f1900,0x0ff60a70,0x13f85016,0xfda17101,0xbcd62490,0x982a4dc3,0xcab22ce8,0x34c0e519,0xf104c137,0xe7af8005,0x4eb8031b,0xfb08d00e,0x3b700304,0xb00cffdf,0xc300aff3,0xf8dfeef7,0x904f0670,0x009f1aff,0xfffb0a60,0x15f90019,0xfdc16a02,0x1cd12490,0x952a3db6,0xca8239e8,0x74c2e559,0xf6047137,0xe79f8305,0xaeb7030b,0xfd08f00e,0x3b800304,0x700cffdf,0xc8009ff2,0xf8dfe7f7,0x904a0610,0x00af1eff,0xeffe0a80,0x16f9c017,0xfdd16602,0x3ccd2460,0x922a3da8,0xca6246e8,0xc4c3e59a,0x00041136,0xe78f8605,0xcebd02fb,0xfd09200c,0x3b800304,0x600bffdf,0xcd008ff1,0xf8cfe6f7,0x90460580,0x00bf2200,0x0fff0aa0,0x14fa4016,0xfe016202,0x3cca2440,0x922a3d9d,0xca4251e9,0x04c4e5da,0x0a03e132,0xe79f8505,0xbec202cb,0xfd08c00e,0x3b700304,0x700bffdf,0xcd008ff0,0xf8afe4f7,0xb0440590,0x008f2600,0x20020a80,0x12fad018,0xfe015f02,0x4cc82430,0x922a3d97,0xca3257e9,0x34c6e60a,0x1403b135,0xe7af8405,0xcec502db,0xfd091009,0x3b600304,0x800cffef,0xd2007ff0,0xf89fe0f7,0xb03f04f0,0x007f2900,0x20040ab0,0x10fb3013,0xfde15f02,0x5cc72400,0x912a4d8d,0xca1261e9,0x34c6e61a,0x1d03813b,0xe7df8805,0xaec502db,0xfd098004,0x3b500304,0x900cffef,0xd8006fef,0xf88fdaf7,0xb03a0410,0x008f2a00,0x20020ac0,0x0ffb6011,0xfdb15d02,0x7cc423e0,0x902a7d82,0xc9f26be8,0xe4c4e5ba,0x1e02313c,0xe83f8d04,0xfec502cb,0xfe09d004,0x3b700304,0x900cffef,0xda006fee,0xf86fd7f7,0xc0370390,0x00af2a00,0x0ffe0ae0,0x0ffba013,0xfdd15d02,0x9cc52380,0x8c2abd7a,0xc9e273e8,0x54c1e53a,0x1e01813b,0xe89f9304,0x8ec802cc,0x0009f005,0x3b800304,0x800cffef,0xda006fed,0xf84fd6f7,0xe0370360 +}; + +u32 ANIM_ENTRY_scratching_butt[] = +{ + 0x008f2800,0x20020a80,0x12fd9018,0xfe015f02,0x4cc82430,0x912a2d97,0xca3257eb,0xc4dde8ba,0x2800a09a,0xe81f5e04,0x5ec502db,0xfd091009,0x3b600304,0x800cffef,0xd2007ff0,0xf89fe3f8,0xb03b02b0,0x007f2a00,0x20040ab0,0x10fd2013,0xfde15f02,0x5cc723f0,0x8f2a1d8d,0xca1261eb,0xc4dde8ca,0x3100809f,0xe84f6304,0x3ec502db,0xfd098004,0x3b500304,0x900cffef,0xd8006ff0,0xf8afe0f8,0x80390230,0x008f2b00,0x20020ac0,0x0ffc9011,0xfdb15d02,0x7cc423d0,0x8d2a3d82,0xc9f26beb,0x84dbe87a,0x38ff40a0,0xe8af6803,0x8ec502cb,0xfe09d004,0x3b700304,0x900cffef,0xda006ff0,0xf89fe0f8,0x70390200,0x00af2b00,0x0ffe0ae0,0x0ffc0013,0xfdd15d02,0x9cc52370,0x882a6d7a,0xc9e273eb,0x14d8e80a,0x3afea09e,0xe90f6f03,0x1ec802cc,0x0009f005,0x3b800304,0x800cffef,0xda006ff1,0xf89fe3f8,0x603b0220,0x006f2cff,0xf0020ae0,0x10fb4015,0xfe015c02,0xbcc72290,0x812a8d6c,0xc9c280ea,0x14d2e71a,0x42fee09c,0xe8cf8905,0x2ecd031c,0x020a0fff,0x3ba00304,0x800cffef,0xdb006ff1,0xf89fe7f8,0x503c0230,0x002f2eff,0xe0050ac0,0x12fa5018,0xfe415502,0xfcca20f0,0x792a8d54,0xc98298e8,0xb4c9e5ba,0x5affd089,0xe80fb909,0xfed0036c,0x030a0ff8,0x3bc00304,0x800cffef,0xdc005ff1,0xf88feaf8,0x303c0250,0xffdf2eff,0xb0090a70,0x15f9901b,0xfe714d03,0x1ccc1ef0,0x712a7d45,0xc962a6e7,0x14c1e42a,0x6e017070,0xe73ff30e,0xbed503bc,0x0509dff3,0x3be00304,0xa00cffef,0xdb006ff1,0xf87feef8,0x303e02c0,0xff6f31ff,0xa00f0a50,0x16f8e019,0xfe814902,0xfccd1ca0,0x672a1d52,0xc9829ae4,0x64b4e19a,0x7502705d,0xe6502a12,0x3edc042c,0x0609efeb,0x3c000304,0xb00cffef,0xd9006ff1,0xf86ff2f8,0x203f02b0,0xffaf30ff,0xa0070ab0,0x12f84014,0xfeb14702,0xbcce1a10,0x5829bd6a,0xc9b283df,0x44a1dc9a,0x7502704e,0xe4f05815,0x8eda03ec,0x060a1fed,0x3c100304,0xc00cffef,0xdb006ff1,0xf85ff3f8,0x004002b0,0x00df25ff,0xaff00b70,0x0cf7c011,0xff214102,0x9cca17c0,0x45295d7d,0xc9e270d5,0xa48cd32a,0x79022048,0xe3307d17,0x3ed202dc,0x050a0fff,0x3c000304,0xf00dffef,0xdb006ff1,0xf84ff6f7,0xf0400380,0x00ff24ff,0xbfeb0b80,0x08f7700d,0xffa13c02,0x6cc515e0,0x2b28fd86,0xca0267c6,0x247ec3ea,0x7901f04a,0xe1d08f15,0x5ece029c,0x040a1003,0x3bd00405,0x200dffef,0xd6007ff2,0xf82ff6f7,0xf04303d0,0x008f27ff,0xcff00b40,0x09f7600b,0x00413802,0x2cc11440,0x07287d89,0xca0264b4,0x6485b28a,0x7802004e,0xe0c09611,0x6ecc02ec,0x040a8000,0x3be00405,0x600effdf,0xcd008ff2,0xf80ff2f8,0x00480360,0x006f28ff,0xbfed0b00,0x0af82006,0x00d13701,0xfcbd131f,0xdc283d9b,0xca3253a4,0xc4a5a35a,0x7501e04e,0xe0a09a0e,0x0eca02dc,0x0609c004,0x3be00405,0xe00fffdf,0xc100aff3,0xf7bff0f8,0x204f0410,0x008f28ff,0xafe30ab0,0x09fa3ffa,0x01913801,0xecbc129f,0xb2285db4,0xca823b99,0x34de984a,0x6d01c04b,0xe1208f09,0xcec5027c,0x0808a00a,0x3bd00506,0xb011ffcf,0xb500cff3,0xf75feaf8,0x50560530,0x00bf28ff,0x8fd60a50,0x0bfd4feb,0x02a13b01,0xfcbf11ff,0x8328cdd7,0xcaf21992,0x951d921a,0x6101c046,0xe3307404,0x8eb8020c,0x0d08000d,0x3bd00707,0x9014ffcf,0xb000dff4,0xf6ffdff8,0x705b05b0,0x00df28ff,0x7fc90990,0x0f00afd5,0x03b14002,0x1cc310ef,0x50295e00,0xcb91f28e,0xe5538eca,0x55014051,0xe5f05d00,0x3eaa01ac,0x1107e00d,0x3bd00808,0x8017ffbf,0xae00dff5,0xf67fd1f8,0x90600580,0x00df26ff,0x7fbd08b0,0x1403ffbc,0x04b14202,0x5cca0fdf,0x1b29ee2a,0xcc61ca8d,0x15748d2a,0x4401505e,0xe7d042fd,0x1e98016c,0x1508600c,0x3bd00a09,0x801affbf,0xab00eff6,0xf5efc1f8,0xc06804e0,0x00af21ff,0x8fb207a0,0x1b06ff9f,0x05714002,0xdcd20eee,0xe52a6e4c,0xcd11a98c,0x75808caa,0x2c031055,0xe6d023fb,0x8e8b016c,0x18094009,0x3bc00c0a,0xc01dffbf,0xa400fff6,0xf56fb8f8,0xf06f0420,0x006f16ff,0x8fac06a0,0x25093f83,0x06213b03,0x8cd80e4e,0xb42aee61,0xcd91958c,0x45858c7a,0x1903604e,0xe4000bfa,0xfe82014c,0x1b0a9008,0x3bc00f0c,0x4022ffaf,0x9a011ff7,0xf4bfbaf8,0xd06c0370,0xffff07ff,0x8fab05b0,0x310a4f66,0x07813104,0x5cdb0dce,0x862bbe67,0xcdc18f8c,0x45858c7a,0x0d02c048,0xe21012fa,0x9e71016c,0x210bd009,0x3bd0130e,0x0027ff8f,0x86014ff9,0xf3dfb8f8,0xf0710300,0xff4efbff,0x8fad04a0,0x3e0b0f41,0x08c12705,0x4cdb0d5e,0x552c9e62,0xcda1948c,0x957d8cca,0x0b023045,0xe0f014fa,0xee6101bc,0x270cc00a,0x3bf0170f,0xd02cff6f,0x6d019ffa,0xf31fb3f9,0x307d0290,0xfedeebff,0x9fae03e0,0x4a0bdf1b,0x09e11b06,0x0cd80cfe,0x2a2dde61,0xcda1958c,0xd5798cfa,0x0f019047,0xdef006fa,0x5e4f01bc,0x2f0dc00d,0x3c101d11,0xd032ff3f,0x5701dffb,0xf28fb2f9,0x70890260,0xfe1edfff,0x9fb102d0,0x540c5ef4,0x0ae11306,0xccd80c4e,0x022fbe65,0xcdb1918c,0xe5798d0a,0x13012044,0xdc1009fa,0x5e4001ec,0x390e800d,0x3c602313,0xd039ff1f,0x42021ffc,0xf20faef9,0xb0940230,0xfd3edcff,0x6fb10170,0x620d3ec4,0x0ae11807,0x6cdc0b2d,0xdd320e6e,0xcde1898c,0xa57e8cca,0x1a00a033,0xd8700ffb,0x1e3a023c,0x470ee003,0x3cd02a15,0xf040feff,0x35023ffd,0xf16faaf9,0xf09e01e0,0xfcbed0ff,0x0fb200d0,0x740eae8d,0x09d12407,0x7cdd08ed,0xc7349e79,0xce317f8c,0x35898c6a,0x2600b02d,0xd44011fc,0xce3002bc,0x550fbff6,0x3d502f17,0x7045feff,0x36023ffd,0xf10fa8fa,0x10a50180,0xfcaec1fe,0xcfb6ffb0,0x820fbe60,0x09311c07,0x1cde06fd,0xc736fe92,0xcee1678b,0xa5978bea,0x12ffb037,0xd0e01dfe,0xae25030c,0x5d104fee,0x3d703318,0x5048ff0f,0x3a022ffe,0xf0afa8fa,0x20a701a0,0xfcaeb4fe,0x9fb9fe70,0x8c10be38,0x08b11606,0xece2051d,0xd2392ea8,0xcf91538a,0xe5aa8b49,0xfeff0037,0xcfc02dfe,0xce2602fc,0x5d10cff1,0x3d903518,0xf04bfeff,0x33024fff,0xf04fb6fa,0x50ab01e0,0xfcfea2fe,0xbfb2fe10,0x94116e12,0x08311e06,0xdce802cd,0xdf3b5eb8,0xd021448a,0x65b88ad9,0xf9fee031,0xd07027fe,0x5e24029c,0x58117003,0x3db03619,0x304cfecf,0x23027fff,0xf01fccfa,0x80af0240,0xfd0e8ffe,0xcfb1fdb0,0x9d11edf9,0x07312206,0xecea01bd,0xe83c8ec9,0xd0c1348a,0xa5b48b19,0xf1ff0037,0xd09022fc,0x7e1f02bc,0x5112300e,0x3dc03619,0x104bfeaf,0x16029fff,0xf00fdffa,0xa0b302b0,0xfd0e7cfe,0xefb0fd70,0xa611bde0,0x06212506,0xece8021d,0xdd3caedb,0xd181248c,0x558c8c89,0xe9ff4043,0xcfd018f9,0x5e1a02ec,0x4912c017,0x3dc03518,0xd04afe9f,0x0c02bfff,0xeffff1fa,0xb0b40300,0xfd2e67ff,0x0faefd80,0xaf110dc9,0x05912807,0x2ce603ad,0xbe3b9edf,0xd1b12090,0x05468fc9,0xe2fef042,0xcee001f8,0x2e16031c,0x3e136020,0x3da03318,0x6049fe8f,0x0602cfff,0xeff004fa,0xc0b50380,0xfd5e51ff,0x4faafdd0,0xb5108db8,0x04c12b07,0x8ce5069d,0x95394edd,0xd1a12295,0xd4fd9519,0xdcfe803d,0xccffebf9,0x6e0d032c,0x3314502a,0x3d803117,0xe047fe7f,0x0202dfff,0xefe013fa,0xe0b603d0,0xfd8e40ff,0x7fa6fde0,0xb80fedae,0x04112607,0xfce409dd,0x73366eda,0xd181249b,0xf4cd9ad9,0xdbfeb03f,0xcb2fe3fa,0x5e06033c,0x2a152031,0x3d702f17,0x6045fe7e,0xff02dfff,0xeff01efa,0xf0b703e0,0xfd9e38ff,0x7fa4fd60,0xbb0fada0,0x03d11e08,0x5ce20c4d,0x65342eda,0xd181259f,0x14bc9dd9,0xdefee044,0xc9ffdafa,0x7e06033c,0x25159035,0x3d702e17,0x2044fe7e,0xfd02efff,0xefd029fb,0x00b903d0,0xfd7e36ff,0x7fa5fcb0,0xba0f7d91,0x03911a08,0x7ce20d3d,0x70337edc,0xd1a1229d,0x24c69bf9,0xdffee047,0xc8afd2fa,0x6e0c034c,0x2215a035,0x3d802e17,0x1044fe6e,0xfc02e000,0xefb033fb,0x20bb03b0,0xfd5e33ff,0x7fa7fc50,0xb60f7d84,0x03511d08,0x7ce40c2d,0x8f34bee0,0xd1c11f97,0x84ed96a9,0xdffeb045,0xc7ffe1fa,0x6e0d035c,0x22159036,0x3da02e17,0x2044fe6e,0xf802f000,0xefa039fb,0x40be03d0,0xfd7e26ff,0x4faafca0,0xb30f1d7c,0x03412108,0x7ce80a4d,0xbb36bee2,0xd1e11d91,0x85309129,0xdbfe9045,0xc82008fa,0x3e00038c,0x26160039,0x3dd02e17,0x2044fe5e,0xf702f000,0xef9039fb,0x60c10430,0xfdde15ff,0x0faafd10,0xb20e6d78,0x03812308,0x7ce808ad,0xe9388ee4,0xd1f11b8d,0x457a8d59,0xd7fea042,0xc9f023fa,0x7df3039c,0x2916b03d,0x3e102d17,0x0043fe5e,0xf702f000,0xef803bfb,0x70c10480,0xfe1e0afe,0xdfa7fd70,0xb30dcd73,0x03e12508,0x6ce607de,0x00399ee7,0xd221188b,0x55a68ba9,0xd9ff303e,0xcb502dfa,0x5ded03ac,0x2a172040,0x3e602d16,0xc043fe5e,0xf502f000,0xef9040fb,0x80c304b0,0xfe0e05fe,0xcfa4fd80,0xb20d6d72,0x03d12508,0x6ce2081d,0xf439aeed,0xd261138b,0xf5978c39,0xdaff203c,0xcb901df9,0xdded03dc,0x2917303f,0x3e702c16,0xa042fe5e,0xf3030000,0xefa045fb,0xa0c504e0,0xfdfe03fe,0xbfa2fd50,0xb10d2d71,0x03a12108,0x8ce1096d,0xce38aeec,0xd261148e,0xd55c8eb9,0xd8ff1039,0xcb6008f9,0xbded041c,0x2817403c,0x3e802c16,0x9042fe5e,0xf3030000,0xefa046fb,0xa0c404d0,0xfdde04fe,0xcf9efd10,0xad0c8d6c,0x03c11d08,0xbce20b2d,0xa1375ee8,0xd2311793,0x151c9289,0xd8ff503a,0xcb5ffbf9,0x5dec042c,0x2817403a,0x3e802c16,0xa042fe5e,0xf3030000,0xefc044fb,0xb0c50470,0xfdee0bfe,0xbf98fca0,0xaa0c1d66,0x03d11c08,0xfce50c4d,0x7b366ee5,0xd2011b97,0x74ef9699,0xdaff803d,0xcb6fedf8,0x8def042c,0x2b16f038,0x3e802d16,0xd043fe5e,0xf3030000,0xefb03ffb,0xd0c70420,0xfdce10fe,0xaf99fc30,0xa70b9d5f,0x03f11b09,0x1ce90cad,0x6a35fee1,0xd1d11e99,0xd4dc98c9,0xdcff703e,0xcb9fe0f8,0x2def044c,0x3016a035,0x3e902e17,0x1044fe4e,0xf2030000,0xef9038fb,0xe0c703e0,0xfdbe16fe,0x8f9afba0,0xa50b5d58,0x04211909,0x3ceb0c5d,0x76360edd,0xd1b12197,0xe4eb9709,0xddff603d,0xcc1fe1f7,0xfdf2044c,0x34164033,0x3e902f17,0x6045fe4e,0xf2030000,0xef8036fb,0xe0c603d0,0xfdde18fe,0x4f9cfb50,0xa60b4d57,0x04511809,0x2ced0add,0x9c36dedc,0xd1a12293,0x251c9299,0xdbff503c,0xcccff8f8,0x5df3042c,0x39162031,0x3ec02f17,0x8045fe5e,0xf402f000,0xef7037fb,0xf0c503c0,0xfdfe14fd,0xffa0fb70,0xa70b8d57,0x04411808,0xecee08cd,0xce382edf,0xd1d11f8e,0x75638e69,0xdbff003b,0xcdd018f8,0x9df0044c,0x3b164030,0x3f002f17,0x7045fe5e,0xf702f000,0xef7037fb,0xe0c303b0,0xfe2e11fd,0xef9dfbb0,0xa60b8d5c,0x03e11908,0xcced073d,0xf5390ee1,0xd1e11e8b,0x95a18be9,0xdafef03e,0xceb01bf6,0xedef042c,0x3b169033,0x3f102f17,0x6045fe6e,0xf802f000,0xef603bfb,0xe0c303a0,0xfe2e0efd,0xff9cfbd0,0xa70aed61,0x04211a08,0xbceb06ae,0x02391ee1,0xd1e11e8b,0x45aa8b99,0xdaff0040,0xce5ff6f4,0x2df1042c,0x38169033,0x3f102e17,0x4044fe6e,0xf802f000,0xef7041fb,0xe0c403c0,0xfe0e0cfd,0xff9efc00,0xa90a2d69,0x04511508,0x8ce6075d,0xef382ee1,0xd1e11e8d,0xb5738db9,0xdcfef03c,0xcddfc7f2,0x1df4045c,0x35169031,0x3f002e17,0x1044fe6e,0xf902f000,0xef7047fb,0xe0c503f0,0xfdee0afe,0x0f9efc10,0xac097d74,0x04110c08,0x7ce008ed,0xc5368ede,0xd1c12192,0xf51f9269,0xe0ff003c,0xcd7fa1f1,0x1df5048c,0x3216a02f,0x3ee02d16,0xf043fe6e,0xf902e000,0xef8049fb,0xd0c303f0,0xfdce08fe,0x4f9dfc40,0xaa08fd7b,0x03810408,0x7cdb0b3d,0x9434bedd,0xd1b1229a,0x84d89979,0xe7ff904a,0xcccf82f1,0x0df104ac,0x2e16e02e,0x3eb02d16,0xd043fe6e,0xf802f000,0xef9047fb,0xd0c303d0,0xfd6e08fe,0x8fa0fc40,0xa7089d7f,0x0370fc08,0x7cd90d8d,0x6d333ed8,0xd17126a2,0x64afa0f9,0xeb00004c,0xcc0f69f1,0x4def04fc,0x2c17102a,0x3e902d16,0xd043fe5e,0xf702f000,0xefa044fb,0xe0c603a0,0xfd1e15fe,0x9fa2fb80,0xa3089d80,0x0340f808,0xacd90efd,0x60328ed0,0xd1112da5,0x14a5a399,0xed003049,0xcaef5af1,0xadfe050c,0x2c166024,0x3e802d16,0xe043fe6e,0xf802f000,0xefb046fb,0xe0c70380,0xfd3e21fe,0x6fa0fad0,0xa3095d81,0x0290f808,0xbcda0e6d,0x6f336ecd,0xd101309f,0xe4b99ea9,0xedffa044,0xc9df66f2,0x7e0b04cc,0x2e158024,0x3e902d16,0xe043fe6e,0xf802f000,0xefc049fb,0xd0c603a0,0xfd8e20fe,0x2fa2fb10,0xa3098d7f,0x0300fb08,0x8cdc0bfd,0x95359ed0,0xd1112e97,0xa4ef96b9,0xebfef042,0xca5f8cf2,0xbe09049c,0x32158026,0x3eb02d16,0xd043fe6e,0xfa02e000,0xefc04afb,0xe0c703d0,0xfe3e23fd,0xef96fb50,0xa509ed78,0x03510308,0x7cde095d,0xc0380ed2,0xd1312b90,0xf53b9099,0xe9ff2041,0xcb6fbaf3,0x1e09042c,0x3715302c,0x3ee02c16,0xa042fe7e,0xfe02d000,0xefd047fb,0xe0c903d0,0xfe9e2afd,0xbf8afb80,0xa70b2d7b,0x02110b08,0x5cdf07cd,0xde39aeda,0xd181258d,0x457c8d59,0xe5ff603e,0xcbbfdff3,0xbe0d03dc,0x3914902e,0x3ee02b16,0x7041fe8f,0x0602c000,0xefd046fb,0xd0c60410,0xfe8e2dfd,0xaf85fbf0,0xa80b1d7c,0x01d11208,0x1cdf07cd,0xe43a4ee2,0xd1e11d8c,0x45918c79,0xe0ff9040,0xcb6fedf4,0x3e13042c,0x3913c027,0x3eb02a16,0x3040fe9f,0x0e02b000,0xefc048fb,0xd0c504a0,0xfe5e2efd,0x9f82fc70,0xaa0a5d78,0x02311408,0x1cde093d,0xcf39fee5,0xd2111a8d,0xa5748db9,0xdaff5045,0xca6ff4f5,0xce1604bc,0x3713701f,0x3eb02915,0xd03ffe9f,0x1002a000,0xefe048fb,0xc0c504d0,0xfe1e33fd,0x9f7afc60,0xaa0a2d75,0x02310e08,0x7cdd0b4d,0xa838eee4,0xd2011b91,0x153a90b9,0xdaff0047,0xc99ff0f6,0x7e1c051c,0x36136019,0x3eb02815,0xa03efe9f,0x0d02bfff,0xf00048fb,0xd0c60490,0xfdae3cfd,0xcf75fc00,0xa70a7d72,0x02010608,0xecdc0d7d,0x7f37cedf,0xd1d12095,0x950294d9,0xddfed048,0xc8afe2f5,0xfe24056c,0x35132013,0x3ea02815,0xa03efe8f,0x0702cfff,0xf01047fb,0xe0ca0450,0xfd4e41fd,0xdf75fbc0,0xa60b0d71,0x01a10009,0x2cdd0f1d,0x6736bed9,0xd1812599,0x94df9899,0xe2ff004a,0xc80fcff5,0x6e2505dc,0x3612d00d,0x3ea02815,0xa03efe7f,0x0202dfff,0xf01044fb,0xf0cf0450,0xfcde45fd,0xff79fb70,0xa20b2d73,0x01a0ff09,0x3cdf0f5d,0x68367ed4,0xd1512a99,0xd4dd98d9,0xe5ff404b,0xc80fc7f5,0x4e28060c,0x37125008,0x3e902915,0xe03ffe7f,0x0102dfff,0xf00042fb,0xf0d00470,0xfcce45fd,0xff7cfb90,0xa10b7d77,0x01d10209,0x0ce00e2d,0x81371ed1,0xd1212d96,0x44fc9579,0xe6ff5048,0xc84fd5f5,0xbe28060c,0x39123008,0x3e902a16,0x1040fe7f,0x0402dfff,0xf00041fb,0xe0cc0460,0xfd1e42fd,0xef7dfc10,0xa10bad81,0x02010708,0x9ce10c8d,0xa6383ed5,0xd1512991,0xc5309159,0xe5ff4049,0xc89fe5f5,0xfe2405dc,0x3a12700c,0x3eb02a15,0xf040fe8f,0x0702c000,0xeff041fb,0xd0cb0440,0xfd1e46fe,0x0f7cfc40,0x9e0b8d90,0x02210e08,0x4ce10b4d,0xc7394ed7,0xd161278e,0x85648e69,0xe4ff104c,0xc94ff0f5,0xde2705bc,0x3812500e,0x3e902915,0xd03ffe8f,0x0602c000,0xefe041fb,0xe0ce0430,0xfcee4dfe,0x4f7bfc70,0x980b2da4,0x02811508,0x0ce10a9d,0xd73a0ed7,0xd161278d,0x457c8d59,0xe5ff1049,0xc95feff5,0xae2d05bc,0x3511f00d,0x3e702915,0xa03ffe8f,0x0502c000,0xefe040fb,0xf0d00410,0xfcee53fe,0x3f79fcd0,0x970a1dc0,0x03711707,0xbcdd0aad,0xce3a2ed8,0xd171268e,0x256b8e19,0xe8ff4044,0xc8cfe4f5,0x7e2e05cc,0x3711800c,0x3e702815,0x903efe8f,0x0702c000,0xeff03cfb,0xe0cf0410,0xfd2e55fe,0x0f77fd80,0x96087de2,0x04e11007,0x8cd90b4d,0xb339bed1,0xd1212d90,0xf53c9099,0xed00003f,0xc81fd4f5,0x7e2b05ac,0x3a11800c,0x3e902815,0x703efe8f,0x0802cfff,0xf01036fb,0xd0cc03f0,0xfd1e5afe,0x1f78fde0,0x93079e10,0x05b10f07,0x6cdc0c3d,0x9038aec8,0xd0c13595,0x55059499,0xe800f03c,0xc7dfbbf5,0x3e2c05ac,0x3a11a009,0x3e902815,0x503efe8f,0x0b02bfff,0xf04034fb,0xd0cb0370,0xfcee61fe,0x4f7bfde0,0x8f078e49,0x06210e07,0x8cdd0d5d,0x75372ebf,0xd0713d99,0xe4dd98e9,0xe701203f,0xc7dfa8f4,0xee3305bc,0x38119005,0x3e702715,0x403dfe9f,0x0e02bfff,0xf06034fb,0xd0c80340,0xfcbe66fe,0x5f80fdd0,0x8b07be81,0x06a10907,0xfcdc0e2d,0x6e35aead,0xcfb14e9c,0x44ce9b19,0xf500d043,0xc7cf9af4,0x3e3705bc,0x38116001,0x3e502715,0x303dfeaf,0x1202afff,0xf09032fb,0xd0c60330,0xfcde68fe,0x4f88fe30,0x8707ceae,0x07210408,0x2cd90e0d,0x80350e9a,0xcef1609a,0x84d8997a,0x0b005043,0xc8bf8df3,0x4e3405ac,0x3b116002,0x3e702715,0x003dfeaf,0x15029fff,0xf0b02cfb,0xd0c20310,0xfcfe69fe,0x1f92feb0,0x84083ed9,0x07710807,0xfcdb0d3d,0xa4355e8c,0xce816d95,0x850294ca,0x12006041,0xc96f9ff3,0x1e34059c,0x3e115003,0x3eb02614,0xd03cfeaf,0x17029fff,0xf0c029fb,0xc0be0300,0xfd5e6cfe,0x2f95ff20,0x7f095f05,0x07411007,0xbcdc0c7d,0xc835be88,0xce617191,0x553590fa,0x10008047,0xc97fc7f5,0x0e34053c,0x3c110008,0x3e902414,0x503afecf,0x1f027ffe,0xf10026fb,0xb0b50310,0xfdae70fe,0x3f9bff70,0x7b0a6f35,0x07211c07,0x1cde0c5d,0xdb35be90,0xcec16990,0x35468ffa,0x0c00504f,0xc9afd3f6,0x4e3304ec,0x3a10c00b,0x3e502213,0xa038fedf,0x2b025ffe,0xf15023fb,0x80ab0300,0xfdce73fe,0x5fac0040,0x760adf5f,0x07212606,0x7cde0c6d,0xd735de87,0xce817292,0x052b919a,0x0e000050,0xc92fd0f5,0x5e3504ac,0x3610b00c,0x3e402113,0x1037feef,0x33024ffd,0xf1c023fb,0x60a202d0,0xfe0e76fe,0x8fbd0110,0x700b0f8b,0x06a12706,0x2cdb0d0d,0xbf355e6e,0xcdd18995,0xe4fe951a,0x19ffd050,0xc8cfd1f5,0x1e35042c,0x33108013,0x3e102012,0xa035feff,0x38023ffd,0xf23022fb,0x509c02d0,0xfe6e79fe,0xcfd00190,0x690b7fc0,0x05e11c05,0xccd50e3d,0xa433de5a,0xcd519c9a,0x94d7998a,0x26ffb054,0xca4fd0f5,0xee30037c,0x3210301d,0x3dd01f12,0x5034ff0f,0x3d022ffc,0xf2901afb,0x609902e0,0xfe8e81ff,0x2fea01b0,0x5d0c2ff1,0x05111105,0x5cd10ebd,0x90324e44,0xccd1b19e,0x84bf9d4a,0x35004063,0xcd9fc8f6,0xae2b02fc,0x300fa021,0x3d601d11,0xe033ff1f,0x47020ffc,0xf3000afb,0x709902b0,0xfede8eff,0x80000180,0x510cd01c,0x04510905,0x1ccd0e3d,0x8b30ee24,0xcc31cf9f,0x24bb9dea,0x4500e079,0xd0ffcdf6,0x6e2c025c,0x2c0f0028,0x3d101b11,0x2030ff3f,0x5301effb,0xf3affbfb,0x508f0280,0xff9e95ff,0xb01301d0,0x470d7044,0x03a10604,0xbccd0ced,0x982f6e00,0xcb81f29e,0x14c09cea,0x4c00e081,0xd3dfe0f6,0x6e2c015c,0x290e7035,0x3cd01910,0x402eff4f,0x5f01bffb,0xf45ff4fb,0x208302a0,0x00be97ff,0x902202c0,0x420dd063,0x02e10b03,0xfcd20b1d,0xb02dcdea,0xcb32079d,0xe4c09cba,0x4d00e083,0xd75ff1f6,0xae28004c,0x2a0de043,0x3cc0170f,0x802bff6f,0x6e019ffa,0xf4efeefb,0x00780320,0x017e9aff,0x80310450,0x3d0e306e,0x02311c03,0x3cd908dd,0xcd2c7dcc,0xcad2249e,0xb4bb9d8a,0x5200f07a,0xdb7ff6f6,0xde27ff5c,0x2b0d404d,0x3cb0150f,0x102aff7f,0x7d016ffa,0xf54fe9fa,0xe06e0370,0x01dea1ff,0x90450540,0x330eb07d,0x02012203,0x4cdb07fd,0xfc2a6d8e,0xca1260a0,0x54b49f1a,0x6400a06a,0xdf3ffef7,0x3e29feec,0x2c0cd051,0x3cb0140e,0x7028ff8f,0x88014ff9,0xf5cfe4fa,0xc0630360,0x021ea8ff,0x90590570,0x260f0094,0x01c11b03,0x0cdc08de,0x3927bd7d,0xc9e270a3,0x74a6a21a,0x5dffd067,0xe2e025f8,0x1e2afe7c,0x2d0c4055,0x3cb0130d,0xe026ff9f,0x91013ff9,0xf63fdffa,0x90570390,0x026eb0ff,0x70650600,0x1f0f909c,0x01711c02,0x7cdd0a6e,0x7424fd8f,0xca025fa9,0x8494a7fa,0x45feb064,0xe6e051f9,0x4e2ffdfc,0x2f0bd05b,0x3cd0120d,0x8025ffaf,0x97012ff8,0xf68fdbfa,0x704d0380,0x029ebbff,0x906f06f0,0x1a0fa098,0x01212602,0x1cda0cbe,0xad221d8a,0xca0264b3,0x9482b1da,0x49fef066,0xead06bfa,0xce38fd6c,0x2f0b805e,0x3cd0110d,0x6025ffaf,0x9c011ff8,0xf6cfdafa,0x60440320,0x02fec2ff,0x907607e0,0x120f8096,0x01012f01,0xdcda0f7e,0xef1fad78,0xc9d275c2,0x6479c06a,0x54ffc06c,0xee6085fd,0xae3bfcdc,0x310b5064,0x3cf0110d,0x4024ffaf,0x9f010ff8,0xf70fd7fa,0x403d02e0,0x032ec9ff,0xa07c08d0,0x0b0f5095,0x00c13501,0xacda124f,0x361ded69,0xc9b284d0,0x6480ce3a,0x5b00606c,0xf0609e00,0x3e3ffc6c,0x330a7068,0x3cd0110d,0x4024ffaf,0xa1010ff8,0xf74fd5fa,0x40380370,0x031ed3ff,0xa08609c0,0x080f0091,0x00413d01,0x5cda154f,0x781d1d68,0xc9b285d9,0x748ed71a,0x5f00906c,0xf120a5ff,0xce47fc3c,0x360a1067,0x3cf0110d,0x4024ffbf,0xa2010ff8,0xf77fd5fa,0x30320350,0x030edaff,0x70900b10,0x080ea089,0x00414700,0xacd917ef,0xb41d3d7b,0xc9e272df,0x949edd0a,0x5f009072,0xf0b09dfe,0x9e4cfc2c,0x3c0a7061,0x3d60110d,0x3024ffbf,0xa700fff7,0xf7bfd2fa,0x202d02c0,0x02fee7ff,0x30970c20,0x0c0e0081,0x00415200,0x0cd519df,0xe51ded93,0xca225ae4,0xe4b3e23a,0x5600a075,0xeed09700,0xae56fc2c,0x430a4058,0x3dd0110d,0x4024ffbf,0xae00dff7,0xf7efd1fa,0x20290260,0x02eefbff,0x40970ce0,0x0c0e0077,0x00c15dff,0xccd01bc0,0x0a1f1d9f,0xca424fe7,0xc4c1e4fa,0x46007079,0xee509802,0xde67fbdc,0x4409b059,0x3dd0110d,0x5024ffbf,0xac00eff7,0xf81fd1fa,0x302701f0,0x033f0dff,0x708a0db0,0x070e806b,0x019166ff,0x9ccd1dd0,0x2220ddab,0xca6243e8,0xc4c8e5ea,0x3e001073,0xee408603,0xce75fb4c,0x4408e05a,0x3da0110d,0x2024ffcf,0xb000dff7,0xf84fcefa,0x302401c0,0x030f24ff,0x90860df0,0x040e405f,0x018164ff,0x3cc81fc0,0x3722bdc4,0xcab22be9,0x04cae61a,0x3cffd064,0xecb04a03,0x1e88fb4c,0x4307704e,0x3d70100c,0xf023ffcf,0xb900cff7,0xf88fcafa,0x00260200,0x026f40ff,0x908a0dc0,0x080d8051,0x00e15efe,0xbcc52120,0x4a246de2,0xcb220fe8,0x74c7e58a,0x40ff8058,0xea301f01,0x9ea0fbac,0x4306a03d,0x3d90100c,0xd023ffcf,0xbc00bff7,0xf8afc8f9,0xe0290170,0x022f54ff,0x80840da0,0x0c0d304c,0x007159fe,0x8cc421e0,0x56262dfe,0xcb91f3e6,0x24bce35a,0x3eff206a,0xe8b01300,0xdeaafbbc,0x4605a038,0x3d90100c,0xc023ffcf,0xba00bff7,0xf8bfbef9,0xd02d01a0,0x025f5fff,0x50740e00,0x0d0c9044,0x00415bfe,0x5cca2200,0x5a27fe14,0xcbf1dee3,0x04afe03a,0x3bff1072,0xe6b00b00,0xcea0fbdc,0x4d05b034,0x3dd0100c,0x8022ffcf,0xbc00bff7,0xf8cfaaf9,0xb0310140,0x029f64ff,0x205f0ee0,0x0a0b9036,0x002165fe,0x2cd52170,0x5629ce27,0xcc51cce0,0x24a5dd6a,0x3aff106f,0xe5600201,0x9e94fc1c,0x5106502e,0x3e200e0b,0xd020ffdf,0xc400aff7,0xf8ef9af9,0x803400a0,0x025f72ff,0x60540eb0,0x060a802e,0xfff168fd,0xfcdb20e0,0x532b3e32,0xcc91c2dd,0x849edaca,0x35ff106c,0xe6500303,0x2ea7fc8c,0x47057025,0x3dc00d0b,0x301fffdf,0xc7009ff7,0xf90f9df9,0x50380130,0x01ef80ff,0xc04b0e00,0x0409402a,0xff615ffe,0x3cdd20f0,0x552c2e2f,0xcc81c5da,0xc497d82a,0x31fed066,0xe7c00703,0xbebafd1c,0x3b04c01a,0x3d600c0a,0x701cffdf,0xcc008ff7,0xf93fa4f8,0xf03d01d0,0x019f8700,0x00400d40,0x0007d02f,0xff314efe,0xdcdd21c0,0x5c2cfe1e,0xcc21d5d8,0xb493d61a,0x34fe9061,0xe8300c03,0x9ec1fddc,0x3104b00e,0x3d000a09,0x701affef,0xd5007ff6,0xf98fa4f8,0x903e0250,0x016f8b00,0x30320c8f,0xff06a034,0xfee13bff,0xacdb22d0,0x642dce06,0xcbc1ecd7,0x1490d48a,0x39feb05c,0xe85ffe03,0x0ec5fe8c,0x2904f004,0x3cb00808,0x8017ffef,0xdf005ff6,0xf9bfa2f8,0x203f02b0,0x011f8c00,0x70280b9f,0xff05703d,0xfe612700,0x9cd823c0,0x722e7deb,0xcb5205d5,0xd48ed34a,0x3cfea05e,0xe8efe903,0x5ecdff4c,0x21053ff8,0x3c600707,0xc015ffff,0xe8004ff6,0xf9bfa8f7,0xb0410320,0x00bf8c00,0xb0220a9f,0xff041046,0xfdb11401,0xacd12480,0x822eeddb,0xcb1215d4,0xe48dd25a,0x37fe2062,0xea9fd604,0x6eddffec,0x17059fed,0x3c000607,0x6014ffff,0xef002ff7,0xf98fb6f7,0x60450390,0x005f8e00,0xf01d09bf,0xff02b047,0xfd410602,0x5cc92520,0x912f0ddb,0xcb1215d3,0x748bd0fa,0x34fda063,0xeb7fd404,0x6ee5006c,0x1005dfe2,0x3bb00607,0x0012ffff,0xf8001ff7,0xf98fbbf7,0x30450390,0xffff9101,0x301a090f,0xfd015042,0xfd10ff02,0xccc325c0,0x992efde1,0xcb2210d2,0x1489cf9a,0x35fdb064,0xeb0fdb03,0x9ee2011c,0x0a05efd9,0x3b700506,0x6011ffff,0xfc000ff6,0xf9dfb4f7,0x20410350,0xffaf9401,0x501608af,0xfc003038,0xfd310402,0xdcc02600,0x9a2ecded,0xcb5204d1,0xf489cf7a,0x34fe0067,0xeaefd603,0x3ee8018c,0x07059fd4,0x3b400506,0x1010ffff,0xfd000ff6,0xf9ffb6f7,0x203e0380,0xffaf9301,0x500f089f,0xfdff9029,0xfd511202,0xccc22600,0x942e6df7,0xcb81fad2,0xe48ad05a,0x36fe7066,0xeb3fd402,0x8eee019c,0x06057fd5,0x3b300405,0xd00fffff,0xfd000ff6,0xfa0fbcf7,0x203b03a0,0xffaf9301,0x4009087f,0xfeff0020,0xfd412202,0xbcc72610,0x8e2e2dfb,0xcb91f7d3,0xf48bd17a,0x3cfee06a,0xeb6fd401,0xceec01bc,0x05058fd8,0x3b300405,0x800effff,0xfa000ff6,0xfa2fbbf7,0x10380390,0xff8f9201,0x400807f0,0x00fe6024,0xfd412802,0xdcca2660,0x8f2dfdee,0xcb4203d5,0x048dd27a,0x40ff406f,0xeb8fd201,0x5eec01fc,0x0405ffdb,0x3b200405,0x600effff,0xf2002ff6,0xfa3fbcf7,0x20370330,0xff8f8901,0x100607f0,0x05fdd026,0xfd112702,0xeccb26a0,0x932dfdd2,0xcab21ed5,0x148dd28a,0x43fff06c,0xeb9fd100,0x9ee4020c,0x0606cfe2,0x3b400405,0x300effff,0xe9003ff7,0xfa2fbef7,0x203402d0,0xffcf7b00,0x90010850,0x0cfda026,0xfd212603,0x1ccc2710,0x982e2dd5,0xcac21cd4,0x348cd1aa,0x42ffe06d,0xebbfcfff,0xced0021c,0x0d07bfec,0x3bb00304,0xf00dffef,0xe1005ff7,0xfa3fb9f7,0x40380280,0xffaf7400,0x80030830,0x0efd802a,0xfd812303,0x1ccd2750,0x9b2e5dea,0xcb3207d3,0xd48bd14a,0x40fe706c,0xec2fc7ff,0x5ecb023c,0x0d081ff2,0x3bc00304,0xe00dffef,0xd7006ff7,0xfa3fbbf7,0x603e0260,0xff5f6e00,0x90080830,0x0efdb02c,0xfdd12203,0x1cce2740,0x9b2e9de4,0xcb120dd2,0xf48ad07a,0x44fdf06c,0xec9fc3fe,0xaec7027c,0x0b07bff5,0x3bb00304,0xf00dffdf,0xcc008ff7,0xfa2fbcf7,0x804202e0,0xff0f6b00,0xa00d0820,0x0dfe102e,0xfe212702,0xecd02730,0x992edde7,0xcb220ad1,0x2488ceaa,0x44fca073,0xecefc9fd,0xbec002ac,0x0a06cffa,0x3ba00405,0x100dffdf,0xbf00bff7,0xfa2fb9f7,0xa04703c0,0xfedf6900,0xb00f0800,0x0dfeb02e,0xfe412d02,0xccd32740,0x982efdf6,0xcb71fbcf,0xa487cd3a,0x42fb8074,0xed5fd0fd,0xaebc028c,0x0a067005,0x3ba00405,0x700effbf,0xab00eff7,0xfa0fb7f7,0xd04e03f0,0xfebf6600,0xc01007e0,0x0bff202f,0xfe412d02,0xacd42770,0x9a2f3dff,0xcb91f3cf,0x0486cc9a,0x40fc2064,0xedcfd3fe,0x6ebe021c,0x0b07000f,0x3b900506,0x5011ffaf,0x9b011ff7,0xf9bfbdf8,0x00520370,0xfe8f6000,0xe01107d0,0x09ff8034,0xfe512902,0xbcd627b0,0x9d2f7dfb,0xcb81f7ce,0x9486cc2a,0x3ffc7062,0xee2fcefe,0x2ebd01bc,0x0b07c014,0x3b900607,0x4014ff9f,0x93012ff8,0xf96fc2f8,0x20550330,0xfe4f5d00,0xf01507c0,0x08000036,0xfe512a02,0xccd727d0,0x9f2f8df4,0xcb61fdce,0xf486cc8a,0x43fc306b,0xee8fc8fd,0xfec001ac,0x0b080012,0x3b900707,0xb015ff9f,0x91013ff8,0xf93fc8f8,0x40560330,0xfe0f5c01,0x001807c0,0x0a009033,0xfe413202,0xbcd527a0,0x9f2f7dff,0xcb91f3cf,0xa486cd3a,0x4efb3079,0xeeffc5fe,0x1ec201dc,0x0908000e,0x3b800707,0xc015ff9f,0x91013ff8,0xf90fcdf8,0x70570380,0xfdff5901,0x001707f0,0x0c013030,0xfe613c02,0x8cd62780,0x9e2f6e16,0xcc01dccf,0x5486ccea,0x5cf9a07d,0xefafc1fe,0x0ec101dc,0x0908200c,0x3b900707,0xe015ff9f,0x93012ff8,0xf8bfcff8,0x805703a0 +}; + +u32 ANIM_ENTRY_adjusting_crotch[] = +{ + 0xfe8f5e00,0xe01107d0,0x0900402f,0xfda12902,0xbcd627c0,0xa02fbdfb,0xcb81f73f,0xf3823d3a,0x79fce094,0xee2018ff,0x6ebd01bc,0x0b07c014,0x3b900607,0x4014ff9f,0x93012ffb,0xf9cfd0f8,0x604a02b0,0xfe4f5b00,0xf01507c0,0x08005032,0xfda12a02,0xccd727d0,0xa12fcdf4,0xcb61fd40,0x53823daa,0x7cfca09d,0xee8016ff,0x5ec001ac,0x0b080012,0x3b900707,0xb015ff9f,0x91013ffb,0xf99fd6f8,0x704e02e0,0xfe0f5a01,0x001807c0,0x0a00802f,0xfd813202,0xbcd527b0,0xa02f9dff,0xcb91f341,0x13833e5a,0x86fb90ab,0xeef017ff,0x8ec201dc,0x0908000e,0x3b800707,0xc015ff9f,0x91013ffb,0xf96fdbf8,0x80520360,0xfdff5701,0x001707f0,0x0c00b02b,0xfd913c02,0x8cd62780,0x9f2f7e16,0xcc01dc40,0xc3823e0a,0x92f9e0b0,0xefa017ff,0xaec101dc,0x0908200c,0x3b900707,0xe015ff9f,0x93012ffb,0xf91fdcf8,0x805403c0,0xfdff5500,0xf0150820,0x0d00e025,0xfd914702,0x2cd62730,0x9b2f8e4d,0xcd21a83f,0x53823caa,0xa8f830a6,0xf06014ff,0x8ec301ac,0x0a08a00b,0x3ba00808,0x4016ff9f,0x95012ffc,0xf8afdef8,0x805603c0,0xfdff5500,0xf0130850,0x0e012021,0xfdb15d01,0x5cd82680,0x932faea7,0xcfc1533e,0x13823b6a,0xc6f6009b,0xf0a015ff,0x9ec6016c,0x0b09100b,0x3bc00908,0xa018ff9f,0x96012ffc,0xf83fe3f8,0x80580390,0xfdff5700,0xe0130870,0x1001601d,0xfe018b00,0x6cdd25c0,0x8b2fbeff,0xd3b1033c,0xc3813a1a,0xe0f300aa,0xf0e019ff,0xaecb013c,0x0c09c00a,0x3be00909,0x1019ffaf,0x99011ffc,0xf7efe6f8,0x70570300,0xfe0f5b00,0xe0120830,0x1301501b,0xfe51beff,0xbce22510,0x852fdf32,0xd700d43b,0x738038db,0x43f1b09b,0xf1501aff,0x8ec900dc,0x0e0a400b,0x3c000a09,0x801affaf,0x99011ffc,0xf7afe2f8,0x50560280,0xfe2f6100,0xe0120790,0x1701301a,0xfe81f3ff,0xace72470,0x812fef4a,0xd8d0c03a,0x337f379c,0x37f1202d,0xf1c01afe,0xfec6006c,0x1009f011,0x3bf00b09,0xf01bff9f,0x95012ffc,0xf78fdbf8,0x40560290,0xfe5f6400,0xd01406d0,0x1f00f01c,0xfe9239ff,0xdcef23e0,0x7f2fef50,0xd940ba39,0x637f36cd,0x13f18fb5,0xf2201ffe,0x5ec7ffec,0x1309b019,0x3be00c0a,0x701dff9f,0x8d013ffc,0xf76fd8f8,0x305602f0,0xfe8f6800,0xe0140620,0x2300801e,0xfe6281ff,0xacf42340,0x7d300f50,0xd920ba38,0xf37e365d,0x84f12f52,0xf28027fe,0x9ecbff4c,0x1309c021,0x3bc00d0a,0xf01eff8f,0x86015ffc,0xf76fd7f8,0x305802f0,0xfedf6c00,0xe01405a0,0x29003022,0xfe32c0ff,0x4cee2260,0x7b301f57,0xd9b0b438,0xa37e361d,0xc4f0af0f,0xf31026fe,0xcecbfe9c,0x15099029,0x3bc00e0b,0x9020ff8f,0x80016ffc,0xf75fd4f8,0x20580330,0xff0f7000,0xf01604f0,0x2f002026,0xfe22f4fe,0xbcdf2160,0x7a301f60,0xda90ac38,0xc37e362d,0xecf0bee6,0xf3d021ff,0x9ecdfdcc,0x17098032,0x3bc0100c,0x9023ff7f,0x77017ffc,0xf73fd4f8,0x20580330,0xff0f7101,0x001d0460,0x36000029,0xfe1319fe,0x0ccc2070,0x7b301f6d,0xdbe0a138,0xf37e365e,0x22f0fec9,0xf4b01c00,0x8ecefcec,0x1a09b03e,0x3bc0130d,0xf026ff5f,0x6801affc,0xf6dfd5f8,0x00570340,0xfeff7100,0xe02603b0,0x3fffd02f,0xfe032afd,0x6cb81ff0,0x7d302f7b,0xdd809539,0x337e369e,0x57f17eb7,0xf5001c01,0xeecafc3c,0x2009b045,0x3be0160f,0x602bff4f,0x5c01cffd,0xf67fd1f8,0x105903a0,0xfecf7100,0xc0320320,0x49ff9035,0xfe0330fc,0xdca61f00,0x80303f86,0xdee08b38,0xe37e364e,0x6af17ea9,0xf6501404,0xcec6fbbc,0x2809f044,0x3c301a10,0xf030ff3f,0x5501dffd,0xf62fccf8,0x105b03a0,0xfeaf7000,0xd03c02b0,0x50ff703d,0xfdf335fc,0xac9b1e70,0x83303f88,0xdf208938,0xa37d360e,0x82f35e96,0xf7401405,0xaebefb0c,0x2e0ab043,0x3c401f12,0x9035ff3f,0x5201effd,0xf64fc7f8,0x305f0370,0xfebf6c01,0x50410270,0x4dff3045,0xfd9339fc,0xcc9b1e60,0x87304f81,0xde408f38,0x437c35ae,0xa2f5ee8c,0xf7101304,0xceb8f9dc,0x2c0b4049,0x3bc02414,0x303aff2f,0x5001effc,0xf74fc8f8,0x506403a0,0xfeef6902,0x60420270,0x3fff004c,0xfda339fd,0x3ca81e40,0x8c305f74,0xdcb09b37,0x737c34de,0xb4f67e7f,0xf6e00e04,0x2ec1f84c,0x1c0bb04e,0x3ac02a15,0xd040ff3f,0x5401dffb,0xf90fdcf8,0x406303a0,0xff8f6203,0xe03b0330,0x28fea04b,0xfda33dfd,0x5cba1db0,0x8e306f62,0xdac0ab35,0x337932ae,0xbbf60e68,0xf6f01503,0xded6f5ec,0x010c6059,0x39402f17,0x4045ff4f,0x5f01bffa,0xfb9002f7,0xf05d0390,0x000f5705,0xa0370470,0x0ffea047,0xfd5347fd,0x0ccd1cf0,0x8c306f4c,0xd8c0be33,0x9377310e,0xbbf69e51,0xf6e01503,0xfee9f3db,0xe50d8062,0x37803218,0x3048ff6f,0x70018ff9,0xfeb01cf7,0x90530320,0x003f4e07,0x8033059f,0xf3fe7043,0xfd2350fc,0x8cdd1c90,0x85308f39,0xd740ce33,0xc378313e,0xb5f7ae41,0xf5501502,0x9ef1f25b,0xcc0e0069,0x35903418,0xa04aff8f,0x80015ff7,0x019021f7,0x104b02a0,0x005f4508,0xc03306bf,0xe2fe203f,0xfcd354fc,0x0ce71ca0,0x7e307f2e,0xd660d834,0x737931fe,0xadf7de3b,0xf3701e00,0x1ee2f18b,0xc20e406e,0x34503518,0xe04bff9f,0x8c013ff6,0x036015f6,0xd0480240,0x002f4309,0x203d072f,0xe4fdc03e,0xfc4353fb,0xcce81c80,0x7d303f2c,0xd640da35,0xb37b332e,0xa5f7ee31,0xf32020ff,0x7ecbf17b,0xc70e306d,0x34003619,0x204cff9f,0x90013ff6,0x03cffff6,0xe04c0210,0xffaf4908,0x905106bf,0xf4fd3047,0xfb834cfb,0xcce41cc0,0x872fef2f,0xd680d735,0xb37b332e,0xa1f85e29,0xf3901fff,0xaeb3f25b,0xd60e3067,0x34b03719,0x504cff8f,0x84015ff7,0x030febf7,0x205601e0,0xff5f5207,0xb05f05f0,0x05fcc053,0xfb4348fb,0xdcdf1d10,0x902fdf3a,0xd750ce34,0xb37a322e,0xa7f80e2e,0xf43023ff,0x7ea6f32b,0xe50db06d,0x35c03719,0x604dff5f,0x6401aff7,0x014fe2f7,0x806501f0,0xff9f5c06,0xd05e0530,0x13fcb05a,0xfb6348fb,0xecd91d60,0x922fdf4d,0xd8e0bd34,0x0378317e,0xaef6de39,0xf49024ff,0x2ea4f3ab,0xf10ce085,0x36d03619,0x304cfeff,0x31023ff8,0xff2fdbf8,0x20790240,0xffdf6406,0x005a04b0,0x1afca05a,0xfbc345fb,0xacd41d80,0x92303f61,0xdac0ab33,0xa378311e,0xa3f57e43,0xf4a024ff,0x2ea4f41b,0xfc0c50a0,0x37d03518,0xd04bfe7e,0xfb02dff9,0xfd1fd2f8,0xd08e0290,0xff9f6d05,0x705e0460,0x1bfc3056,0xfc2335fa,0xfcd11d20,0x8d30df77,0xdd109833,0x9377310e,0x7df36e47,0xf45025ff,0x2ea9f4bc,0x030b70ac,0x38703518,0xc04afdfe,0xd1035ffa,0xfb4fcff9,0x609f0300,0xfeff7c05,0x306603e0,0x17fba051,0xfca31afa,0x1ccb1ca0,0x87319f8d,0xdfb08533,0x837730fe,0x21efde67,0xf43023ff,0x1eb9f58c,0x0209f0a8,0x38803418,0xa04afdbe,0xbb03affb,0xf9cfd3f9,0xe0aa0360,0xfeaf8704,0xd0660390,0x15fb504f,0xfcf2f7f9,0x4cc41c50,0x8131ff9d,0xe2007632,0xc375303d,0xb7ec5eb4,0xf40020ff,0x4ec6f63c,0x0308d0a2,0x38a03218,0x2048fdae,0xb503cffb,0xf8efd5fa,0x30ae0370,0xfecf8804,0x605f03e0,0x15faf04d,0xfd12c7f8,0x9cbf1c30,0x7c320fa7,0xe3806e31,0xd3742f5d,0x64ea2f12,0xf4101fff,0xbec9f6ec,0x0608809c,0x39002e17,0x0044fdce,0xbf03affc,0xf88fd3fa,0x20ab0330,0xfeff8603,0xd0550420,0x18fab04c,0xfd2290f8,0x4cbe1c80,0x7a31bfa6,0xe3506f31,0x83742f0c,0xe5eb4f82,0xf3e023ff,0x4ec8f7cc,0x0b085091,0x39702815,0x703efe0e,0xd7035ffc,0xf85fd0f9,0xd0a002c0,0xff6f8703,0x00460450,0x1efae048,0xfd4260f8,0x2cc01d00,0x76311f9e,0xe2107632,0x63752fdc,0x38eeafea,0xf33022fe,0xaec5f8cc,0x12083082,0x3a102113,0x5037fe7e,0xfb02dffc,0xf86fcaf9,0x508d0290,0xffcf8702,0x003604c0,0x27fb003f,0xfd7231f7,0xfcc41d70,0x70306f94,0xe0b07e33,0xc378313b,0x8eef8047,0xf28020fe,0x6ec3fa0c,0x1e08906e,0x3b101a10,0xf030fedf,0x24026ffc,0xf8afc3f8,0xd07b0200,0xff2f8a01,0x703704e0,0x29fb1039,0xfdb206f7,0xdcc91df0,0x702fcf87,0xdef08a34,0xd37a325b,0x15eff082,0xf1f01dfe,0x2eccfc1c,0x1e08d04d,0x3ba0140e,0xb029ff2f,0x4801fffb,0xf8dfc5f8,0x706c0180,0xfe6f9101,0x603a0470,0x23fad036,0xfda1e6f7,0xcccf1ec0,0x752f4f76,0xdcf09934,0xb379322a,0xedf0f097,0xf1701dfe,0x2ed9fdcc,0x17080030,0x3b60100c,0xf023ff5f,0x6501affb,0xf90fc8f8,0x205f01c0,0xfe8f9201,0x602f0470,0x1bfa9030,0xfd81cff7,0x8cd61f70,0x792f1f64,0xdb00a834,0xd379324a,0xedf23094,0xf0d01dfe,0x6eddfe4c,0x12072021,0x3b200e0b,0xe020ff8f,0x81015ffb,0xf92fcaf7,0xd0530290,0xfe9f9301,0x602704a0,0x14fa102a,0xfd91c5f7,0x3cdc1fc0,0x7a2f0f54,0xd970b635,0x537a32ca,0xf2f3c090,0xf0901dfe,0xbedefe8c,0x0f067014,0x3ae00d0b,0x501fffaf,0x99011ffb,0xf92fcaf7,0xc04a02b0,0xfe7f9201,0x602404e0,0x0ef97023,0xfd71c9f6,0xfcdf1fe0,0x7a2f1f4d,0xd8d0bc36,0x037b337a,0xe1f55094,0xf0801bfe,0x9edafedc,0x0c06200a,0x3ab00d0b,0x101effbf,0xa800effb,0xf90fc7f7,0xb0430290,0xfe7f9101,0x701e0510,0x07f90020,0xfd31ccf6,0xfcdd2010,0x7b2f3f4e,0xd8e0bc36,0xb37c341a,0xbcf600a0,0xf0401afe,0x4ed9ff2c,0x08053004,0x3a600c0a,0xa01dffcf,0xb100dffb,0xf90fc8f7,0xc03f0310,0xfe9f8d01,0x90140560,0x00f8801e,0xfcd1c4f7,0x2cd32050,0x7b2f6f52,0xd950b837,0x937c34fa,0x97f620ac,0xefd018fe,0x3edaff7c,0x02043003,0x3a200b09,0xf01bffcf,0xb600cffb,0xf93fccf7,0xe03d03c0,0xff0f8201,0x6003062f,0xfef8701c,0xfcc1aff7,0xacc520d0,0x792f6f56,0xd9a0b538,0x937e35fa,0x7cf610b7,0xef9015fe,0x3ed1ffdb,0xff045006,0x3a300908,0xd018ffcf,0xbd00bffb,0xf97fcef8,0x003903c0,0xff8f7001,0x1ff10700,0x00f8b01e,0xfcb197f7,0xfcb821c0,0x7d2f3f5a,0xda20b139,0x937f36fa,0x67f580be,0xef6013fc,0xcec5008b,0xfc053009,0x3a600607,0x3013ffdf,0xc400affb,0xf9cfd3f8,0x20360370,0xffdf6700,0xffe0075f,0xfef93026,0xfca187f8,0x1cb122e0,0x842eef5c,0xda50b03a,0x538037ba,0x4cf5d0c5,0xeed00efc,0x0ec1014b,0xf705a007,0x3a600405,0x800fffdf,0xce008ffb,0xfa3fd7f7,0xe0310400,0xffff5f00,0x8fd30790,0x00f9a02a,0xfc9178f8,0x3cad2420,0x8e2e8f57,0xd9d0b43a,0x938037fa,0x35f7b0c8,0xedf00afc,0x8ebb029b,0xf5065ff8,0x3ac00203,0x6009ffef,0xe3004ffa,0xfacfd8f7,0xb02c0400,0x002f5800,0x1fc607d0,0x03fa802b,0xfca16ef8,0x9cab2560,0x992e3f50,0xd940ba3a,0x0380376a,0x21fa10ba,0xed2009fc,0xdebf03cb,0xf506efec,0x3b200001,0x9004ffff,0xf6001ffa,0xfb0fe2f7,0x70280410,0x001f53ff,0xffbf0800,0x04fb5028,0xfca16df9,0x0caa2680,0xa52dff4f,0xd930bb38,0xe37f365a,0x12fb40b8,0xec7004fc,0x7eca049b,0xf3077fe0,0x3b400000,0xa0010000,0x05fffffa,0xfadff0f7,0x50250410,0xffdf4fff,0xdfbd0820,0x06fb9028,0xfc7173f9,0xacab2760,0xae2dcf4c,0xd8e0be38,0x337f35aa,0x0afb90bc,0xebcffefc,0x7ecd052b,0xf207efd6,0x3b500000,0x60010000,0x0cffdffb,0xfa9ff5f7,0x30250430,0xff8f4aff,0xcfbe0870,0x05fb3026,0xfc417cfa,0x2cae27b0,0xaf2dbf46,0xd870c338,0x237f35aa,0x04fc20bd,0xeb6ffafc,0xbec9057b,0xf2081fd4,0x3b500000,0x90010000,0x08ffeffb,0xfa7ff4f7,0x40260430,0xff8f46ff,0xbfbb08d0,0x04fad024,0xfc6184fa,0xacb227d0,0xab2dbf42,0xd820c738,0x637f35da,0x02fc40bd,0xeb4ff8fd,0x0ec5056b,0xf3083fd8,0x3b500000,0xf0020000,0x00fffffb,0xfa4ff5f7,0x702703f0,0xffbf40ff,0x9fb50910,0x03fa5025,0xfc5187fb,0x7cb72820,0xa62dbf3b,0xd7a0cc39,0x838036fa,0x03fc40be,0xeb2ff5fd,0x3ebe052b,0xf607ffe1,0x3b700001,0x6003ffff,0xf5001ffb,0xfa3ff3f7,0xa02a0410,0xffef3cff,0x8fad0910,0x03fa3028,0xfc3187fc,0x9cbb28b0,0xa32dcf31,0xd6d0d63b,0x0382386a,0x06fc10c4,0xeabff8fd,0x8ebd04db,0xf707cfe7,0x3b800001,0xb004ffff,0xf1002ffb,0xfa1ff6f7,0xd02d0410,0xffff37ff,0x9fa80950,0x01fa3029,0xfc1189fd,0xbcbe2920,0xa32daf24,0xd600e13c,0x2382399a,0x0bfbb0c9,0xea2ff4fd,0xbeba04db,0xf507afe7,0x3b600101,0xc004ffff,0xf2002ffb,0xf9fff9f8,0x002f0400,0xffdf31ff,0xafa90970,0x02fa5028,0xfbc187fe,0xacbd2990,0xa72d9f16,0xd520ee3c,0x3382399a,0x10fba0cb,0xe9aff2fd,0xdeb0050b,0xf3082fe1,0x3b400101,0xc004ffff,0xfa000ffb,0xf9dff6f7,0xb0310490,0xff7f2dff,0xbfae0980,0x01faa028,0xfbc184ff,0x2cbb29c0,0xaa2ddf0d,0xd480f63b,0x338238aa,0x16fc20d3,0xe9cff2fe,0x0ead056b,0xf1095fd3,0x3b400101,0xd0040000,0x08ffeffb,0xf9cff8f6,0xe0340550,0xff5f2bff,0xcfb009bf,0xfffae024,0xfc017dff,0x5cba29a0,0xaa2e3f0b,0xd470f83a,0x338137aa,0x1cfc30d8,0xea4ff2fe,0x3eae05ab,0xf00acfc8,0x3b500101,0xd0050000,0x13ffcffb,0xf9bffcf6,0x303a0580 +}; + +u32 ANIM_ENTRY_sneeze[] = +{ + 0xfbef4c00,0x9fd406d0,0x03031041,0x005187fe,0x0cd127e0,0x9b2efef1,0xd2f10f41,0x93693efa,0x05f3f0b2,0xeacff8fc,0xfe89ff6c,0x320a101e,0x3bf02213,0xa038febf,0x14029ffd,0xf5cfc3fa,0x00a501c0,0xfc1f4f00,0x8fcf0690,0x0201c041,0x00a184fd,0xecd127f0,0x9f2f0ef0,0xd2f11041,0x53693eaa,0x04f3a0b1,0xeaeffbfc,0xbe93ff7c,0x300af018,0x3c402113,0x1036fedf,0x23026ffd,0xf60fcbf9,0xe09c00e0,0xfc5f5400,0x6fca0660,0x0200503c,0x005184fd,0xacd027e0,0x9f2f2ef3,0xd3110d41,0x13693e7a,0x05f3d0b3,0xeacffafc,0x9e9cff5c,0x2e0af015,0x3c501f12,0x8035feef,0x30024ffd,0xf64fd0f9,0xc09500d0,0xfc9f5400,0x5fc90660,0x03ff0037,0xffe185fd,0x6cd127b0,0x9e2f5ef5,0xd3210b40,0xd3693e3a,0x07f3c0b1,0xea9ff9fc,0x8e98ff4c,0x2f0a7015,0x3c501e12,0x3034ff0f,0x38022ffd,0xf66fcbf9,0xa08d0180,0xfc9f5500,0x4fcb0640,0x03fda035,0xffa185fd,0x4cd527a0,0x9d2f7ef3,0xd3010e40,0xc3693e2a,0x05f420ac,0xea9ff4fc,0x6e95ff3c,0x310a0014,0x3c501e12,0x1033ff0f,0x3c021ffd,0xf68fc6f9,0x90880200,0xfcbf5600,0x5fcc0620,0x04fcb037,0xff7181fd,0x2cd827c0,0x9e2f6eed,0xd2b11341,0x13693e79,0xfcf5809e,0xeabff3fb,0xee95fedc,0x32099019,0x3c301f12,0x7034ff0f,0x39022ffd,0xf68fc5f9,0xa08d0260,0xfccf5500,0x7fcc0660,0x03fca034,0xff4185fd,0x1cd827a0,0x9d2f3eeb,0xd2a11441,0x836a3ed9,0xfdf590a0,0xeacff6fc,0x0e95fe6c,0x32096021,0x3bf02012,0xf036feff,0x30024ffd,0xf68fc7f9,0xa09302c0,0xfc9f5500,0x9fcd0680,0x02fd7030,0xff518ffd,0x3cd727a0,0x9c2f1ef0,0xd2e11041,0x936a3eea,0x02f480ae,0xeadff3fc,0x6e94fe6c,0x3209c022,0x3bd02113,0x4037feef,0x2b025ffd,0xf68fc7f9,0xa0960270,0xfbef5600,0xafd40650,0x04fe6034,0xff518ffd,0x4cd627e0,0x9c2f2ef3,0xd3010e40,0xc36a3e19,0xfff4c0ad,0xeaeff3fc,0x2e93ff0c,0x320a2017,0x3bd02213,0x9038feef,0x29025ffd,0xf66fc3f9,0x909901e0,0xfaef5d00,0xbfdf05e0,0x05ff3038,0xff6190fd,0x6cd627f0,0x9b2f3ef7,0xd3410a3f,0xf3693d49,0xfaf4d0ae,0xeb1ff3fc,0x6e99fffc,0x3009d006,0x3bb02313,0xd039fedf,0x27025ffd,0xf66fc2f9,0xa09e01d0,0xfa5f6200,0xcfdd05b0,0x04ffa03a,0xffa194fd,0xbcd527f0,0x982f5efa,0xd361073f,0x53693cb9,0xfbf440b4,0xeb3ff3fc,0xeea1007c,0x2f097ffa,0x3ba02414,0x003afeef,0x29025ffd,0xf68fc5f9,0x90a101c0,0xfa3f6100,0xbfd405e0,0x04ff7038,0xff9192fd,0xecd22810,0x982f5efc,0xd381063e,0x93693bfa,0x13f4e0ad,0xeb1ff2fc,0x6ea000bc,0x2f095ff4,0x3b902414,0x103afeef,0x2e024ffd,0xf6afc5f9,0x709f01c0,0xfa0f6000,0xbfca0610,0x05fea033,0xff4193fd,0xecd12820,0x9a2f3efe,0xd3a1033d,0xf3693b6a,0x46f6109b,0xeb7feffb,0xde9f010c,0x2f092ff0,0x3b702414,0x203afeef,0x2e024ffd,0xf6afc5f9,0x10970230,0xf9df5f00,0xbfc00630,0x05fd7033,0xfef196fd,0xccd52800,0x9a2f1eff,0xd3c1023e,0x13693b8a,0x87f7207d,0xec3fedfb,0xbea1014c,0x2e08ffef,0x3b602414,0x303afedf,0x29025ffd,0xf69fc8f8,0xf0960290,0xf9bf5a00,0x9fb80670,0x08fbe035,0xfe7192fd,0xacdc2800,0x9c2efefc,0xd3a1053e,0xa3693c1a,0xe2f88062,0xec5fe8fa,0xfea0017c,0x2f093fef,0x3b802514,0x703bfecf,0x21026ffd,0xf67fccf9,0x209a0280,0xf95f5300,0xafb506e0,0x0bfa6037,0xfdc188fd,0xbce427d0,0x9c2efef4,0xd3310d3e,0x13693b8b,0x6efa904b,0xec7fe1fa,0x1e9f01dc,0x2f095fec,0x3b702614,0xe03cfebf,0x19028ffd,0xf62fcff9,0x60a002a0,0xf8ef4f00,0xbfb10720,0x0cf95039,0xfd4180fe,0x0cf02760,0x9a2f2ee8,0xd291173c,0xb3683a2c,0x6afc9019,0xed2fdff9,0x3e9c023c,0x2f097fe8,0x3b602815,0x503efeaf,0x13029ffe,0xf5efd0f9,0x90a502b0,0xf87f4a00,0xdfae0710,0x10f8603f,0xfd0176fe,0xbcfc26f0,0x9e2f5ed4,0xd1912a3a,0x8367380d,0xe8ffafb4,0xee2fe3f9,0x5e9c027c,0x2f099fe4,0x3b402a15,0xe040fe9f,0x0d02affe,0xf59fd3f9,0xd0ab02d0,0xf87f4200,0xdfa60730,0x17f7a04a,0xfce162fe,0xfd0b2660,0xa22f5eb3,0xd0414838,0x7365360f,0x2e04af72,0xef5fe3fa,0x9e98027c,0x2e09ffe7,0x3b402b16,0x4041fe8f,0x0502cffe,0xf55fd9fa,0x00af02e0,0xf86f3b00,0xdf9f0790,0x1df7704e,0xfc8150fe,0x2d1d25d0,0x9f2f1e6f,0xce018838,0x336535cf,0xb7063f60,0xef8fe2fa,0x8e94027c,0x2d0a1fec,0x3b402c16,0x9042fe6e,0xfc02effe,0xf51fddfa,0x20b202f0,0xf80f3901,0x0f9f07d0,0x21f7104f,0xfc3140fc,0x0d322550,0x9c2eddf6,0xcb71fb38,0x236535bf,0xfa03ef75,0xef6fdff8,0x2e9302ac,0x2c0a1fed,0x3b002e17,0x1044fe5e,0xf0030fff,0xf4dfddfa,0x60b602f0,0xf7cf3b01,0x3fa00790,0x23f6a058,0xfbe12df8,0xed4c24c0,0x9b2e9cf7,0xc8c2f337,0xa3643520,0x5c027f9d,0xef7fdaf6,0xee9202ac,0x2909cff0,0x3aa03017,0x8046fe3e,0xe6032fff,0xf49fd9fa,0x80bc0310,0xf7af4001,0x4fa40710,0x27f65060,0xfb710ef4,0xcd682410,0x9b2e6b5f,0xc8248437,0x83643510,0xa2ffbfc2,0xef2fdbf6,0xbe91026c,0x2b094ff6,0x3a803118,0x0047fe1e,0xda034fff,0xf48fd3fa,0xa0c00340,0xf78f4501,0x3fad06a0,0x2df5d064,0xfb00e7ee,0xdd952310,0x9b2e49f9,0xca85e237,0xc3643540,0x72fdafd6,0xef2fdcf5,0xee90022c,0x2e08fffb,0x3a903318,0x7049fdfe,0xcf036fff,0xf49fcdfa,0xc0c40330,0xf7af4901,0x6fb30690,0x2af4e065,0xfad0b6e8,0x1de321d0,0x9a2e4936,0xce869f38,0x536535ef,0xeafe7001,0xef3fdef5,0x7e92019c,0x2c089002,0x3a403518,0xf04bfdde,0xc7038fff,0xf48fccfa,0xe0c80330,0xf79f4d01,0xafc10680,0x27f4406c,0xfa7074e2,0x1e3f20d0,0x9a2e68dc,0xd216f638,0xf365367f,0x98ff903a,0xef0fe0f5,0xfe94010c,0x2b08600c,0x39f03819,0xa04dfdae,0xb703bfff,0xf47fcbfb,0x00cd0350,0xf73f4d01,0xbfd30610,0x27f4807c,0xfa5015dd,0xbeb22080,0x9d2eb8af,0xd4c72239,0x336536bf,0x9b001060,0xeeffe3f6,0x4e9200ec,0x2d089010,0x39e03b1a,0x5050fd8e,0xac03dfff,0xf49fc9fb,0x10cd0330,0xf72f4b01,0xbfd90590,0x27f5f091,0xfa7fa1db,0x3f3e20b0,0x9f2f0897,0xd6873839,0x0365368f,0xbe00f076,0xef0fe4f6,0x2e9000cc,0x2e08e011,0x39f03c1a,0xa051fd7e,0xab03efff,0xf4dfc9fb,0x00c70310,0xf76f4c01,0xafd305a0,0x29f7b09b,0xfaaf38d9,0xcfc32050,0x9c2f288a,0xd7974538,0x0364359f,0xd301f08e,0xef1fe5f6,0x2e91007c,0x2f08d013,0x3a003c1a,0xb051fd8e,0xae03dfff,0xf51fc9fa,0xf0c202f0,0xf79f4c01,0x9fd00630,0x2df8d099,0xfacf32d9,0xefd01f90,0x9a2ee881,0xd8474e37,0x136334af,0xb701d08d,0xef4fe3f6,0x4e91005c,0x30090013,0x3a303c1a,0xb051fd9e,0xb103cfff,0xf54fc8fa,0xe0be02b0,0xf79f4c01,0x9fcd0680,0x2ff8709e,0xfa9f35da,0x7fd71f30,0x9a2e987d,0xd8a75236,0xe363347f,0x9f019086,0xeedfe6f6,0x4e8f006c,0x30093012,0x3a303c1a,0xb051fd9e,0xb203cfff,0xf56fc8fa,0xf0bb0270,0xf75f4e01,0xafcd0650,0x2ef6e0a8,0xf9ef3fdb,0xbfdd1f20,0x9b2e787d,0xd8975237,0xd364356f,0x8c008086,0xedffe3f6,0xce9100ac,0x2e09400d,0x3a103c1a,0xc052fd9e,0xb203cfff,0xf55fc7fa,0xf0ba0260,0xf73f4f01,0xafc90640,0x2ef570ad,0xf91f1fdd,0xd0021f10,0x9d2e587e,0xd8675239,0x1365369f,0x7b001087,0xedbfdcf7,0x6e9300cc,0x2f09200a,0x3a103e1b,0x0053fd8e,0xb003dfff,0xf54fc7fb,0x10ba0280,0xf72f4e01,0xbfbf0660,0x2df430ad,0xf8bf03df,0xd01d1f40,0x9e2e687f,0xd8475138,0xc365364f,0x5a002082,0xed9fdaf7,0x2e9300ec,0x2e091009,0x39f03e1b,0x2053fd8e,0xad03d000,0xf50fc8fb,0x30bb02c0,0xf72f4e01,0xafb00670,0x2cf280b6,0xf90eece1,0xa0341fa0,0x9e2e987e,0xd8575237,0x736434ff,0x3c006083,0xed6fddf6,0xde93013c,0x2e090005,0x39f03e1b,0x0053fd8e,0xad03d000,0xf4cfc6fb,0x50bd02f0,0xf73f4f01,0xaf9e0660,0x2aeff0b2,0xf8bed6e3,0x80451fd0,0x9b2ed879,0xd8c75836,0x436233df,0x2b01308a,0xed5fe3f6,0x8e9301bc,0x2d08cffd,0x39f03c1a,0xa051fd9e,0xb103d001,0xf49fc3fb,0xc0ca02e0,0xf75f5101,0xbf890650,0x24ed10aa,0xf7febfe5,0xb0502000,0x982f286f,0xd9c76235,0xd361336f,0x1f02408c,0xed1fe2f6,0x7e93021c,0x2b08aff8,0x39f03a1a,0x204ffd9e,0xb403c001,0xf46fc1fc,0x60dc02b0,0xf76f5001,0xbf7505c0,0x1ee8e0c6,0xf7deace8,0xc05620b0,0x992fa864,0xdb076d35,0xd361336f,0x1102d086,0xecefdef6,0x8e94028c,0x2908dff2,0x3a003819,0xc04efdae,0xb603c001,0xf3afc1fc,0xb0e40280,0xf74f4c01,0xbf6c05c0,0x1ce6a0d3,0xf7ce96eb,0xb05220d0,0x9c2fb85b,0xdc177636,0x336233cf,0x0c02b07c,0xeccfe1f6,0x6e95031c,0x27090fec,0x3a103719,0x704dfdae,0xb703b002,0xf2ffc4fc,0xe0e80250,0xf6ef4701,0xcf710660,0x1ce650c0,0xf7ae8aea,0xf0542020,0x9e2f5853,0xdd077e36,0xc363344f,0x17020070,0xeccfe5f6,0x7e9503ac,0x2508ffe5,0x3a003719,0x804dfd9e,0xb403c002,0xf24fc9fd,0x20ed0280,0xf6bf3f01,0xcf7906d0,0x1de690b3,0xf7ee8af0,0x602c1fd0,0xa22f384d,0xde078536,0x436333df,0x1301d06d,0xeccfe9f6,0x6e9303fc,0x2408efe6,0x39f03819,0xb04dfd8e,0xae03d002,0xf19fccfd,0x60f402d0,0xf6ff3901,0xcf8306f0,0x1ce700b2,0xf84e85f4,0xb0211fd0,0xab2f3848,0xdeb78b34,0xa361324e,0xf102406f,0xeccfe9f6,0x1e9203cc,0x2408cfea,0x39f03819,0x904dfd8e,0xaf03d002,0xf12fcffd,0x70f502d0,0xf75f3901,0xaf9706c0,0x1de8b0ac,0xf88e83f7,0xb02f1fc0,0xb32f4845,0xdf378e31,0xa35d2f5e,0xdd02e072,0xedbfeaf6,0x1e92036c,0x25086fec,0x3a003619,0x204cfdbe,0xbd03a002,0xf15fd2fd,0x20e702a0,0xf85f3601,0x5fad06f0,0x20ecf0a1,0xf8dea4f9,0xe0381f00,0xb62f5842,0xdfc7912d,0x73542b4e,0xf2031078,0xefaff7f6,0x9e8b026c,0x2a081ff9,0x3a403318,0x8049fdfe,0xd1036000,0xf25fd0fc,0x50c30270,0xf9cf3201,0x0fcd0800,0x23f2409e,0xf9fee6fa,0x20361e00,0xb32f583f,0xe067932a,0xc34e28be,0xf402d078,0xf1c002f4,0x5e7e008c,0x32080015,0x3a903318,0x6048fe1e,0xdc034fff,0xf35fc8fb,0x909e0280,0xfb7f3200,0xc0010920,0x24f8a0ac,0xfc8f3af9,0x10271cf0,0xba2e883e,0xe0a7932c,0xa3542a9e,0xd6035085,0xf36ffff1,0x2e76fd5c,0x4007704b,0x3ad0391a,0x004efdce,0xbd039fff,0xf36fbdfb,0xa09d0320,0xfcaf3600,0xc0560980,0x27fec0a9,0xfecf8df7,0x40061a00,0xca2dc840,0xe0778f31,0x635f2f2e,0xd10550a4,0xf70005f2,0xce7cf97c,0x51075096,0x3ae0461d,0x105afcce,0x73048ffe,0xf36fb5fb,0xc0a904b0,0xfccf3f00,0xe0cc0940,0x34048096,0x002004f3,0x3fb21670,0xdf2c9845,0xdff78838,0xf369368e,0xe40700d0,0xfa900bf5,0x6e92f66c,0x5707b0d1,0x3ac0531f,0xa065fbce,0x34058ffe,0xf39fbafb,0x70a40590,0xfbdf5201,0x514307f0,0x3a0a807b,0x01008aef,0xdf4a1420,0xf02bf850,0xde877b3f,0x536c3cbe,0xdd0560dc,0xfb7013f7,0x3ea6f4ec,0x4e07d0e2,0x3a505d21,0x206efb4e,0x1e05fffe,0xf31fc5fb,0x60a80540,0xfb5f6001,0x81a90640,0x390e307b,0x01b11bee,0x4ed11351,0x012ce85a,0xdd776f42,0xd36a3ffe,0xd00370c3,0xfc4027f8,0x1eb4f3bc,0x480890e7,0x3a806622,0x8077fb0e,0x15062ffe,0xf27fccfb,0x70b10450,0xfc3f5b01,0x41ff05e0,0x420f1074,0x01a1afed,0xbe621291,0x0a2e385c,0xdd776b47,0x4368444e,0xe70290af,0xfe303bf8,0x3eb4f16c,0x5209f108,0x3b607123,0xe080fa9e,0x03068ffe,0xf28fd1fb,0x10a90410,0xfe1f4f00,0xd24106a0,0x550f205e,0x0101faeb,0x9e241171,0x082e285e,0xdd47684e,0xb3634b8e,0xf40220a8,0xfc9040f8,0x9e96eeac,0x6909d13e,0x3bc07824,0xd086fa2d,0xee06fffd,0xf2dfccfa,0xd0a40590,0xff7f4500,0x72810760,0x670f304f,0x00e227ea,0x1dff10a1,0x012de85d,0xdd676955,0xf359529e,0xe40170a0,0xfcb035f8,0x2e78eccc,0x7c09c166,0x3c407c25,0x408af9cd,0xdd074ffd,0xf39fcefa,0x909f06f0,0x00af4000,0x72b307b0,0x6e0e904c,0x00c225e8,0xfdf71050,0xf62e3859,0xdde76e5c,0x134d588e,0xd600a08f,0xff1029f7,0xfe6deb1c,0x820ad185,0x3d007d25,0x508bf9ad,0xda076ffd,0xf47fd7fa,0x209606c0,0x021f3a00,0x92cb07f0,0x6c0e6054,0x00a203e7,0xedfc1020,0xf22e3858,0xddf76e5f,0xc3425c2e,0xdbff8089,0xff001ff8,0x5e5ce9ac,0x870bb19f,0x3d607b25,0x008af9bd,0xde075ffe,0xf4dfdef9,0xe0910670,0x027f3c00,0x52e40790,0x6d0e4066,0x0121dee6,0xde020fb0,0xf62e185b,0xdda76c60,0xd33e5d3e,0xccff308e,0xff4019f8,0xde5ee91c,0x880ce1a5,0x3e107b24,0xf089f9bd,0xde075fff,0xf4bfecf9,0xa08f05b0,0x020f4800,0x12f606f0,0x730e0071,0x0201cde5,0x9e020f00,0xf32df85b,0xdd976c60,0x833f5cde,0xb3ff0089,0x00a01bf9,0x4e75e92c,0x820dc19d,0x3ec07c25,0x308bf99d,0xda076fff,0xf43ff6f9,0xa09304b0,0x01ff4d00,0x12ec0730,0x760e706a,0x0211d6e4,0x4df00ea0,0xe52dc85a,0xddb76d5f,0x83435bee,0xabfeb082,0x00901cf9,0x9e76e8fc,0x800d519f,0x3e508125,0xc08ff95d,0xcf07bfff,0xf35ff8f9,0xc09b0520,0x01ef4e00,0x92d10800,0x720f2063,0x01b1eae3,0x6dcd0e70,0xd22de859,0xddd76e5e,0xa3465b1e,0xb2fe8085,0x00301af9,0xae73e8cc,0x7d0c51a5,0x3d108926,0xa096f8ed,0xc1081fff,0xf27ff6fa,0x00a705f0,0x00ff5100,0xa2c10880,0x730ef057,0x0131efe2,0xcda80e70,0xc22e1858,0xddf76e5d,0xd3495a4e,0xb7fed085,0x00a026f8,0xbe77e96c,0x7c0bf19a,0x3ce09127,0x709df87d,0xb3087fff,0xf23ff7fa,0x50b20630,0xffdf5200,0x82b40900,0x720e504c,0x00d1d9e2,0xbd900ed0,0xbb2e4859,0xdde76e5c,0x234e58be,0xbbff0079,0xffb037f7,0x9e7bea2c,0x7e0c1189,0x3d209928,0x50a4f82d,0xa908bfff,0xf24ff9fa,0x60b70620,0xff2f5000,0x32a50960,0x6f0de054,0x0071b2e2,0x9d880f70,0xc22e485a,0xddc76d5a,0x635256fe,0xc3ff8061,0xfdd042f6,0xbe7beabc,0x860cd17d,0x3dd0a029,0x00aaf7fd,0xa408efff,0xf25ffcfa,0x40b605d0,0xfeef4fff,0xd2970940,0x6b0d2060,0xffd181e2,0xed900fc0,0xcc2e5856,0xde37715b,0x535057de,0xc3ff6049,0xfd2041f7,0x2e79eaec,0x8f0d7177,0x3e80a429,0x60aef7ed,0xa208efff,0xf24ffcfa,0x50ba0570,0xff1f54ff,0xa28908d0,0x620d006c,0xffd14ce3,0x8da20fd0,0xd22e9854,0xde77735d,0x634a59de,0xc1fe7038,0xfdf037f8,0x3e76eacc,0x940d5178,0x3ea0a629,0x90aff7dd,0x9f08ffff,0xf1dff6fa,0xa0c60530,0xff2f58ff,0xc28008d0,0x5d0d506d,0xfff122e3,0xddae0fc0,0xd62ef857,0xde07715d,0x93495a1e,0xbffdf028,0xff303ff7,0xbe72ea9c,0x990d417c,0x3ea0a829,0xd0b2f7bd,0x9a092fff,0xf13feffa,0xf0d10530,0xff0f5dff,0xe2800930,0x600d5063,0xffd10de3,0xfdad0f40,0xd42f385f,0xdce7695d,0x334a59ae,0xbcfdc023,0x008052f6,0xbe74ea7c,0x9a0d017e,0x3e60ac2a,0x20b5f77d,0x93095000,0xf0cfedfb,0x30dc0570,0xfe8f6300,0x52870950,0x640d3059,0xff8109e4,0x3d9d0e90,0xce2f486c,0xdb675c5e,0x83475afe,0xc8fe3030,0x00704ef7,0x3e80ea8c,0x8c0c617d,0x3dc0ad2a,0x50b6f72d,0x8a099000,0xf08ff2fb,0x80e805c0,0xfe7f6400,0x828409d0,0x6b0d804f,0xff8110e4,0xcd7f0de0,0xca2f187b,0xd9c74e5f,0x83435bfe,0xd8fe903b,0xfef03ff8,0x4e80ea6c,0x8b0be181,0x3d60b12a,0xa0b9f6dd,0x8009e000,0xf03ff0fb,0xb0f00630,0xfe4f6600,0xa27e0a40,0x700dd04a,0xff8115e5,0x6d5a0d90,0xc72ee88b,0xd8473e5e,0xc3465b3e,0xe3fee046,0xfe8041f7,0xce7cea7c,0x8e0b8182,0x3d20b52a,0xf0bdf68d,0x780a2000,0xf05feafb,0xb0f20670,0xfdbf6c00,0xd2790a20,0x6d0db04f,0xff7110e6,0x2d380dd0,0xc62ef89a,0xd717305d,0x334b59ae,0xe0fef04c,0xfef042f7,0x6e81eaec,0x890b217b,0x3cc0b72b,0x30bff65d,0x730a5000,0xf0afe6fb,0xa0f30650,0xfd4f7501,0x326a09e0,0x660d6053,0xff2111e7,0xdd2e0e20,0xc22f08a4,0xd647265b,0x834f581e,0xd0fed044,0xff0041f7,0x8e8beb4c,0x800aa172,0x3c20b62b,0x20bef64d,0x710a6000,0xf0afe4fb,0xb0f70640,0xfcff7b01,0x525909c0,0x610ce057,0xfe910fe9,0x6d280ee0,0xbe2ef8ac,0xd5c71f5a,0x135356ae,0xd0fe1037,0xfe003ef7,0x0e93ebdc,0x790a5169,0x3be0b32a,0xd0bbf64d,0x710a6000,0xf0bfe2fb,0xb0fb0630,0xfccf7f01,0x624909f0,0x620ca051,0xfe6110ea,0x1d230f10,0xbe2e98af,0xd5871c58,0x6357550e,0xf1fd5028,0xfc8038f6,0x7e9aec3c,0x750a3161,0x3bc0ae2a,0x70b7f66d,0x740a4000,0xf0dfe1fb,0xa0fc05f0,0xfcaf8401,0x723b0a30,0x640c804d,0xfe2109ea,0x5d270f00,0xbf2e38ae,0xd5871d57,0x435953ef,0x20fd0018,0xfc2031f6,0x9ea3ec8c,0x6f09c15b,0x3b90a82a,0x00b2f68d,0x780a2000,0xf0cfe1fb,0xb0ff05e0,0xfccf8a01,0x922b0a30,0x630bc054,0xfdd100ea,0x6d2e0f20,0xbe2e08af,0xd5871c55,0xf35c52af,0x52fcd008,0xfc603af7,0x0eb2ec9c,0x66094158,0x3b40a229,0x70acf6bd,0x7b0a0000,0xf0bfe4fb,0xc10305f0,0xfd0f9401,0xd2190a60,0x670af051,0xfd8106e9,0xcd2c0e90,0xba2db8b5,0xd5171655,0x035d51bf,0x82fccffd,0xfc8046f7,0x6ec5ec5c,0x5808b159,0x3ac09c28,0xd0a7f6cd,0x7d09f000,0xf0afe9fb,0xc10705b0,0xfcff9f02,0x52100ac0,0x6f0ad045,0xfd1119e8,0x8d250d90,0xb22d38be,0xd4870e54,0xb35e516f,0x9efceff2,0xfce049f7,0xded7ec9c,0x47086155,0x3a309628,0x40a2f6bd,0x7b09ffff,0xf0bfeafb,0xd10a0540,0xfcbfad03,0x21ff0b00,0x6a0b403f,0xfca12de7,0x8d210d20,0xac2d08c6,0xd4070653,0x23604fdf,0xa6fd5fe1,0xfcf046f7,0xbee3ecfc,0x3507f14f,0x39109127,0xb09df69d,0x790a1fff,0xf0cfe3fb,0xe10f04f0,0xfc8fbe03,0xc1e80b10,0x630be03b,0xfc5142e6,0xad210d10,0xa62ce8d1,0xd366fc50,0xb3634d8f,0xa0fdafcf,0xfc4044f7,0x7eeaed4c,0x28073146,0x38108e27,0x509af68d,0x770a2fff,0xf0efd7fc,0x11160480,0xfbefd203,0xf1d90ac0,0x670c2035,0xfc2152e5,0xcd220cf0,0x9f2ca8e0,0xd296ee4e,0x43664b1f,0x91fdcfb2,0xfbd03ff7,0xaef4eddc,0x22062136,0x37808e27,0x509af67d,0x750a3fff,0xf0efcafc,0x61220450,0xfb8fe303,0xc1c50a50,0x6b0c2039,0xfc1155e5,0x8d240d30,0x9a2c88f2,0xd1b6dc4b,0xe36848cf,0x86fe1f86,0xfbe041f7,0x1efeee3c,0x23056129,0x37709027,0xa09cf68d,0x760a2fff,0xf0bfc0fc,0x71260400,0xfb4fee03,0x61b10a20,0x700bb038,0xfbd14ee5,0xad2e0d60,0x9a2ca911,0xd066c047,0xf36a44ff,0x89fe8f52,0xfc4043f6,0x9f02ee7c,0x2b05111c,0x37d09328,0x009ef6dd,0x7e09d000,0xf06fb5fc,0x812b03c0,0xfafff203,0x11a309f0,0x730b1034,0xfbd13ce6,0x7d3a0da0,0x9d2cb93d,0xcec69544,0x136a412f,0xa1ffaf17,0xfd203ef7,0xff04eeec,0x3304c110,0x38409328,0x109ef72d,0x84099000,0xf02faafc,0xd1280340,0xfb1ff003,0x01900a40,0x710ae02f,0xfc1128e7,0xed470e50,0x9e2d0987,0xccc64e41,0x136a3e3f,0xc2010eea,0xfd003ef8,0xdf00ef3c,0x3a049108,0x38609027,0xc09cf79d,0x91093000,0xf03fa3fc,0xe12202c0,0xfb3fed03,0x017c0a70,0x6b0b2031,0xfc8119e9,0x9d510f90,0x9e2d5a09,0xca85d13e,0x83693bbf,0xda023ee6,0xfb804af8,0xaefeef8c,0x3d048101,0x38908d27,0x6099f7fd,0xa008d000,0xf03fa1fc,0xf1190260,0xfaefef02,0xd16f0a20,0x690b8031,0xfcf113eb,0x5d531090,0x9e2d7b10,0xc874d13c,0x836839bf,0xfe025efb,0xfad057f8,0x4f05f04c,0x3e0420f2,0x38c08926,0xf095f86d,0xad087000,0xf05fa1fd,0x211501f0,0xfa7ff002,0x816709c0,0x690c1031,0xfd8110ec,0xbd511150,0x9f2dac9f,0xc853493a,0x536637a0,0x0b018f15,0xfae05bf7,0xdf0cf15c,0x3f03a0df,0x38f08226,0x308ff8dd,0xbd081000,0xf06fa1fd,0x51180240,0xfb0fe902,0x514c0a40,0x620cc02d,0xfe0113ee,0x4d4e1220,0x9e2e0db5,0xca623a37,0x636234bf,0xc200cf33,0xfa4059f7,0x8f05f1ac,0x430360dc,0x39207925,0x1087f95d,0xcf07a000,0xf0cf9efd,0x311402c0,0xfb7fe002,0x61300b10,0x580d1027,0xfe7117ef,0xed4b12f0,0x9d2e7e59,0xcd519d34,0x335e31af,0x4eff3f46,0xfa0054f8,0x0efdf23c,0x4403b0d4,0x39607023,0xd07ff9dd,0xe4073000,0xf13f9bfc,0xf10b0300,0xfb4fd602,0x511f0b90,0x530d1021,0xfee115f1,0x6d4513b0,0x9b2eceb8,0xd0314432,0x235b2fae,0xe6fd9f46,0xfa104bf8,0xeef8f36c,0x450410c4,0x39a06822,0xb078fa5d,0xf906cfff,0xf18f99fc,0xc1040340,0xfb4fce02,0x310c0bd0,0x4d0d3020,0xff6112f3,0x0d3e14e0,0x962f0ee7,0xd2411930,0x63572dee,0x89fcbf49,0xf9904ef8,0x7ef3f45c,0x450450b5,0x39c06121,0xb072fade,0x0e065fff,0xf1df98fc,0xa0ff0390,0xfb5fc602,0x10f80c10,0x460dc022,0xffa112f4,0x5d391630,0x962f4f04,0xd3e0fe2e,0x33532bde,0x42fbff56,0xf90053f7,0xfef0f52c,0x450470ad,0x39e05b20,0xb06dfb2e,0x1c061fff,0xf20f98fc,0x80fa0400,0xfb2fbf01,0xf0ec0c20,0x430ea029,0xff4114f5,0x3d321750,0x9e2f3f17,0xd500ed2c,0x534e2a0e,0x10fb2f64,0xf85057f7,0xcef0f60c,0x440450a2,0x39f0561f,0xe069fb6e,0x2805dfff,0xf24f99fc,0x50f40460,0xfb1fbd01,0xc0e00c10,0x440fb044,0xff811af5,0xcd281860,0xa72f1f21,0xd5a0e42a,0x8349284d,0xecfb3f6e,0xf7a05cf7,0x4ef1f6bc,0x44042098,0x3a00521f,0x2065fbae,0x36059fff,0xf28f99fc,0x20ed04b0,0xfb5fbc01,0x90cf0c10,0x4311106e,0x01b123f5,0xed181940,0xab2f2f2b,0xd650db28,0xa343267d,0xcffb5f7c,0xf70065f6,0xaeeff72c,0x44043091,0x3a204d1e,0x4061fbfe,0x45055ffe,0xf30f93fb,0xf0e604a0,0xfbafbe01,0x60ba0ca0,0x42127075,0x05713af5,0xbd0219a0,0xa62f2f38,0xd750cf26,0xc33d24ad,0xa7fadf98,0xf6706ef6,0x1eedf79c,0x44047089,0x3a50481d,0x205cfc4e,0x59050ffd,0xf39f8dfb,0xc0de0440,0xfbefc001,0x30a50d40,0x3d12b03d,0x079154f5,0x6cf019f0,0xa02f5f44,0xd850c425,0x2336232d,0x6dfa2fb3,0xf5e078f5,0xeeecf82c,0x4404a07c,0x3a90421b,0xe056fcbe,0x7104affd,0xf42f87fb,0x60d303c0,0xfc0fc100,0xd0920d60,0x3d12b00d,0x07716bf5,0x6ce31ad0,0x9f2fbf4d,0xd8f0bd23,0xf33121fd,0x33f9ffc7,0xf4e077f5,0xaeeaf8fc,0x4704c06b,0x3af03b1a,0x7051fd2e,0x8f043ffc,0xf47f83fa,0xf0c50350,0xfc4fc600,0x907c0d30,0x3e12a026,0x07f184f5,0xacd81bc0,0xa0302f52,0xd970b823,0x132e212d,0x0ff96fcf,0xf3d074f5,0x7ef0f9ac,0x4404c05a,0x3b303519,0x004bfd8e,0xad03dffc,0xf4bf84fa,0xa0bb02e0,0xfccfc400,0x90650d10,0x3a11804c,0x085194f5,0xaccd1cd0,0xa2309f5b,0xda30b122,0x832b209c,0xfbf85fc8,0xf2a072f5,0xbef3fa3c,0x3e055050,0x3b502f17,0x7045fdee,0xcb037ffb,0xf51f89fa,0x60b00250,0xfd2fbd00,0xc0520ce0,0x310f703a,0x06a19df5,0x5cc51e40,0xa6310f60,0xdac0ac22,0x0328201c,0xdff78fce,0xf1806ef5,0xbeeffaec,0x35060046,0x3b302915,0xc03ffe3e,0xe7031ffb,0xf57f8efa,0x00a501f0,0xfd5fb800,0xe0430c80,0x280d500c,0x04719cf5,0x2cc12000,0xae317f62,0xdaf0aa21,0x33241f5c,0xbaf6efe9,0xf0c070f5,0x7eecfbac,0x3006b039,0x3b302514,0x603bfe8f,0x0102cffa,0xf5bf90f9,0xb0a10160,0xfd9fb300,0xd0360be0,0x240bafe7,0x02c191f4,0xfcbb21d0,0xbb31bf65,0xdb40a820,0x231f1e5c,0x9ff64ffe,0xf04072f5,0x8eeefc3c,0x2b072031,0x3b402113,0x2037febf,0x14029ffa,0xf5ff98f9,0x709f0120,0xfddfac00,0xc02d0b50,0x250a3fda,0x018182f4,0xacb423a0,0xcc320f6b,0xdbe0a21e,0xf3181d4c,0x82f6200d,0xef7070f5,0xdef1fcac,0x2707602d,0x3b401e12,0x2033fecf,0x20026ffa,0xf63fa4f9,0x409e0160,0xfdcfa300,0xc02c0af0,0x26087fd5,0x005171f4,0x2caf2550,0xdd324f74,0xdcc09b1e,0x13131c7c,0x56f65022,0xee4067f5,0xfef2fd3c,0x23079029,0x3b101c11,0x8031fedf,0x25025ffa,0xf64faef9,0x20a001d0,0xfdbf9900,0xe02f0ac0,0x2606cfd3,0xff4164f3,0x8cae26d0,0xed32af7e,0xddf0921d,0x530e1bbc,0x12f68041,0xec805bf5,0xdeecfd8c,0x2007e02a,0x3af01c11,0x6031fedf,0x23026ffa,0xf63fb2f9,0x10a30230,0xfdaf9000,0xf0340a90,0x25058fd4,0xfe6157f3,0x3cae2820,0xf9334f86,0xdee08b1c,0x43061abb,0xcdf6805e,0xea9051f5,0x0ee2fd6c,0x21083030,0x3ae01d11,0xe032fecf,0x1b027ffa,0xf60fb3f8,0xd0a102a0,0xfd9f8801,0x103b0a30,0x25042fda,0xfd7145f3,0x6cac2951,0x02340f89,0xdf40891b,0x32fe19bb,0x9af64065,0xe9904af4,0xeed9fd1c,0x2108203a,0x3aa01f12,0xa035feaf,0x0e02affb,0xf5bfb4f8,0xa0a20380,0xfdaf7f01,0x504109e0,0x2102ffe0,0xfcb130f3,0xcca829f1,0x0634bf8a,0xdf60881a,0xb2f9194b,0x7ff5d062,0xe95042f6,0x3ecafc9c,0x2107e049,0x3a202213,0x7038fe7e,0xff02dffb,0xf57fb3f8,0xf0a603f0,0xfddf7601,0x604709c0,0x1e026fdf,0xfc5119f3,0xeca22a31,0x09353f8b,0xdf90871a,0xd2fa196b,0x6df5b060,0xe8c03af6,0xfebdfc2c,0x2307e052,0x39f02414,0x203afe6e,0xf702effb,0xf54fb1f9,0x20a80400,0xfe0f6e01,0x604f0a00,0x1a01ffdc,0xfc5104f3,0xac9c2a11,0x0a357f8c,0xdfc0851b,0x62ff19eb,0x58f63058,0xe8002cf7,0x3eb7fbcc,0x25081059,0x3a002514,0x803bfe6e,0xf502fffc,0xf50fb6f9,0x40a603b0,0xfe5f6401,0x60530a50,0x1401bfde,0xfc20f4f3,0x7c9729c1,0x07358f8e,0xdff0841c,0x83071aeb,0x40f6f04d,0xe7f023f7,0x7eb2fb7c,0x25081063,0x39f02514,0x903bfe5e,0xf002fffc,0xf4efbdf9,0x60a703c0,0xfebf5d01,0x40580a70,0x0d019fe3,0xfc40f1f3,0x4c962981,0x03356f90,0xe040821d,0xe3111c4b,0x29f73057,0xe8301ef7,0xaeb1fb1c,0x2707f06c,0x3a002514,0x903bfe4e,0xee030ffc,0xf4dfc4f9,0x60a30440,0xfe8f5900,0xe0680aa0,0x0e014fe6,0xfc50f9f2,0xfc972911,0x03350f91,0xe060811f,0x631b1dab,0x17f7205e,0xe82019f7,0xbeb0fb2c,0x2d08206b,0x3a902514,0xa03bfe4e,0xec030ffb,0xf4dfc0f9,0x70a00460,0xfe2f5e00,0xc0760a60,0x0c010fec,0xfc3104f3,0x2c9828b1,0x00346f8b,0xdf808721,0x53261f7b,0x11f7b057,0xe81010f7,0xeeb9fb6c,0x2c07c064,0x3ab02514,0xa03bfe5e,0xee02fffa,0xf4cfbcf9,0x709d0460,0xfe5f6200,0x90740a40,0x08012ff5,0xfc5113f3,0x8c982840,0xf833af81,0xde508f24,0x3334222b,0x0cf84050,0xe8000af7,0xfec0fb4c,0x2d075060,0x3ad02514,0x903bfe7e,0xf902dff9,0xf49fb7f9,0x809a0450,0xfeaf6100,0x506e0aa0,0x0600bffa,0xfcb125f3,0xfc992790,0xec32bf76,0xdd009928,0xb345267b,0x01f8d04e,0xe81004f8,0x4ec2fb3c,0x3007205a,0x3b202414,0x3039fe9f,0x0c02aff7,0xf48fb2f9,0x80970440,0xfebf6100,0x10680ae0,0x02002fff,0xfd0137f4,0x6c9d26e0,0xde31cf66,0xdb50a72f,0x53582cea,0xfbf9904a,0xe7dffcf8,0xfec8fb8c,0x3006f050,0x3b402213,0x9037fecf,0x1d027ff7,0xf4bfb6f9,0x608f0460,0xfeff5e00,0x105b0b9f,0xfe001fff,0xfd614bf5,0x1c9f25e0,0xc930bf54,0xd9a0b738,0x1366356a,0xfcfa7047,0xe75ff0f9,0x8ec8fbdc,0x2d070049,0x3b201f12,0xa034feff,0x31023ff7,0xf4efb9f9,0x30850470,0xff4f53ff,0xc04b0ce0,0x02000ffb,0xfdb162f5,0xbc9d24b0,0xb02faf43,0xd820c642,0x036d3f2a,0xf9fad045,0xe6bfe1f9,0xcec1fc9c,0x2d07c03f,0x3b801b11,0x3030ff2f,0x4901fff6,0xf53fbdf9,0x007a0440,0xff4f4cff,0x90410d90,0x03ffbff8,0xfe3171f6,0x2c9f23c0,0x9f2f2f32,0xd6d0d54a,0x636c475a,0xf5fb9042,0xe63fd3fa,0x0ec7fdbc,0x2607f031,0x3ba0160f,0x602bff4f,0x6001bff5,0xf5afc7f8,0xd0710450,0xfedf5300,0x003c0ccf,0xf9ff5ffd,0xfe9172f6,0xbca62360,0x982f3f1d,0xd560e750,0x63674d3a,0xf2fc5055,0xe54fc4fa,0xeed9fedc,0x18072020,0x3b20120d,0xb025ff7f,0x73017ff5,0xf61fd0f8,0xb0680470,0xff1f5800,0x60270c3f,0xebff5fff,0xff0175f7,0x7caf2300,0x8d2f8f08,0xd410fa54,0xc361517a,0xf2fc9072,0xe42fb5fb,0xbedfff8c,0x0b06a018,0x3ac00e0b,0xd020ff8f,0x87014ff4,0xf69fd1f8,0xa0610480,0xffef4900,0x000d0cef,0xebff9000,0xff117bf8,0x5cb622a0,0x7f2feef4,0xd2f10c57,0xd35c547a,0xe5fe0057,0xe36facfc,0x1ec4003c,0x10075017,0x3b300a09,0xd01bffaf,0x98011ff3,0xf72fc3f8,0x905c0490,0x003f3eff,0x9fff0d4f,0xf1fff003,0xff017cf9,0x2cbb2220,0x74304edd,0xd1d12159,0x435955ea,0xdaff003f,0xe31fa8fc,0x9eb3013c,0x12080011,0x3b900708,0x0016ffbf,0xa800eff2,0xf79fbbf8,0x80580490,0xffff3fff,0xaffa0cbf,0xf3008008,0xff117dfa,0x2cc021e0,0x6c30aebd,0xd0613f59,0x8358561a,0xdafe9040,0xe2dfa8fd,0x8eba022c,0x0d087003,0x3b800606,0xf012ffcf,0xb800cff2,0xf7bfbff8,0x70520400,0xffdf3eff,0xaff40c3f,0xf701000e,0xff217cfb,0x2cc221d0,0x66310e9c,0xcf415e59,0x435855da,0xd8fe6045,0xe2afa8fe,0x6ec102dc,0x0908cff8,0x3b900505,0xf010ffdf,0xc6009ff2,0xf7cfc7f8,0x604c03c0,0xffef3aff,0x9ff00bdf,0xfa017019,0xff1175fc,0x0cc221f0,0x63314e84,0xce717459,0x9358562a,0xd6fe604d,0xe28fa8ff,0x4ec8038c,0x0608eff0,0x3b800304,0xc00cffef,0xd2007ff1,0xf82fd1f8,0x604a0410,0xffbf36ff,0x9fef0b7f,0xff01b022,0xfef16dfc,0xecc12240,0x62313e6c,0xcdd18b59,0xf357568a,0xd9fe7056,0xe2bfa900,0x0ed0042c,0x02090fe6,0x3b700204,0x100affef,0xdf005ff1,0xf85fdcf8,0x50450420,0xff6f32ff,0xbff10b20,0x0401e02b,0xfee164fd,0xbcbf22a0,0x6430ee51,0xcd21a55a,0x235656ba,0xddfea05b,0xe2afaa00,0xbecd04bb,0xff097fdc,0x3b500203,0xa009ffff,0xe9003ff1,0xf87fddf8,0x404103f0,0xff9f2aff,0xbfed0b50,0x05021031,0xff015efe,0x5cbf22f0,0x6330be37,0xcc91bd5a,0xe355576a,0xddfeb05e,0xe2cfa801,0x1ebf04cb,0xfe0a0fde,0x3b400203,0x5009ffff,0xed003ff0,0xf87fd7f8,0x504003f0,0xffff22ff,0xcfe40b70,0x04023036,0xff6159fe,0xecbe2340,0x61307e24,0xcc31cf5b,0xa353582a,0xd9fed062,0xe32fa500,0xfeb5046b,0xfd0a4fe4,0x3b300203,0x8009ffff,0xee003ff0,0xf86fd4f8,0x60410410,0x001f1fff,0xdfe10b80,0x04025035,0xff8154ff,0x2cbd2370,0x62302e18,0xcbf1db5b,0xf352586a,0xd5fea061,0xe34fa400,0x9eb5041b,0xfc0a5fe6,0x3b300203,0xd00affff,0xef002ff1,0xf83fd8f8,0x60410420,0x000f1dff,0xdfe30b80,0x06024034,0xffa151ff,0x4cbb2390,0x672fee10,0xcbd1e25b,0xc353583a,0xcbfe6058,0xe37fa700,0xeeb6041b,0xfd0a6fe5,0x3b300203,0xf00affff,0xef002ff1,0xf82fdaf8,0x70400420,0x000f1dff,0xcfe40b50,0x07024034,0xffb14cff,0x3cba23b0,0x6c2fde10,0xcbd1e25b,0x635457ea,0xc0fe3050,0xe3bfac01,0xaeb703fb,0xfe0a9fe6,0x3b400204,0x200bffff,0xef002ff1,0xf82fd9f8,0x703f03f0,0x002f1eff,0xcfe20b40,0x08025031,0xffb149ff,0x1cba23a0,0x6d2fce11,0xcbd1e15b,0x335457ba,0xbafde04e,0xe3bfad02,0x2eb303cb,0xff0abfe7,0x3b500304,0x400bffff,0xf0002ff1,0xf82fd5f8,0x703d03c0,0x003f20ff,0xbfe10b20,0x08024030,0xffb149ff,0x0cba23a0,0x6c2fce14,0xcbe1de5b,0x235457aa,0xb5fdb04b,0xe3cfaf02,0x8eb403bc,0x000aafe8,0x3b600304,0x400bffff,0xf0002ff0,0xf82fd4f8,0x703c03a0,0x002f21ff,0xafe20b00,0x09022031,0xff9148fe,0xecba2390,0x6c2fde16,0xcbe1dd5b,0x1354579a,0xb0fd804a,0xe3dfac02,0xbeb803cc,0x000a6fe7,0x3b600304,0x300bffff,0xf2002ff0,0xf82fd8f8,0x703903c0 +}; + +u32 ANIM_ENTRY_conversation_cleaned[] = +{ + 0xfd3f8eff,0x1fc405f0,0x13042007,0x00710708,0xdca52a50,0x4f2b3e1a,0xcbe1d9ee,0xc4ecebfa,0x7c04bfbe,0xe6deec01,0xaf5302cc,0x2b0dafcb,0x3ff00304,0xa00cffdf,0xc7009fbf,0xfc3fcbf1,0xd0440040,0xfd4f8eff,0x1fc305e0,0x12044006,0x00710708,0xcca62a40,0x4e2b3e1b,0xcbf1d8ee,0xc4ecebfa,0x9a056fbe,0xe6beeb01,0x8f5402cc,0x2a0d7fcb,0x3ff00304,0xa00cffdf,0xc8009fbe,0xfc3fccf1,0xd0440010,0xfd3f8eff,0x1fc505d0,0x13042008,0x00a10608,0xcca52a30,0x4e2b3e1a,0xcbf1d9ee,0xc4edebfa,0xba061fbc,0xe6aeea01,0x7f5402bc,0x2b0d6fca,0x40000304,0xc00dffdf,0xc9009fbe,0xfc0fccf1,0xe0450000,0xfd2f8cff,0x1fc605c0,0x13040009,0x00a10308,0xcca42a30,0x4f2b3e21,0xcc11d2ee,0xd4edec0a,0xdd06dfc3,0xe6aeea01,0x8f5202bc,0x2a0dbfc9,0x3ff00405,0x000dffdf,0xc8009fbe,0xfbdfcef1,0xf045fff0,0xfd2f8aff,0x1fc605c0,0x1304000a,0x00610208,0xcca32a30,0x4f2b3e27,0xcc31ccee,0xb4ecebea,0xfe07afcb,0xe6ceea01,0x9f5002bc,0x2a0defc8,0x3ff00405,0x100dffdf,0xc6009fbe,0xfbbfcdf1,0xf045fff0,0xfd3f89ff,0x2fc505a0,0x1304000d,0x0040ff08,0xdca42a40,0x4f2b4e27,0xcc21cdee,0xb4ecebeb,0x18084fbe,0xe6eee901,0x7f4f02ac,0x2a0dcfca,0x3ff00405,0x400effdf,0xc500afbe,0xfb8fc9f2,0x0046ffe0,0xfd4f88ff,0x1fc40580,0x1403f011,0x0040fc08,0xdca42a30,0x4f2b5e28,0xcc31ccee,0x94ebebcb,0x3208ffb4,0xe72ee801,0x4f4e02ac,0x2c0dcfcb,0x40000405,0x600effdf,0xc500afbe,0xfb6fc8f2,0x1047ffe0,0xfd4f87ff,0x1fc40590,0x1503e011,0x0040fd08,0xdca42a10,0x4d2b7e29,0xcc31cbee,0x74eaebbb,0x4c09afb1,0xe74ee701,0x1f4f02ac,0x2c0ddfca,0x40000405,0x600effdf,0xc500afbe,0xfb5fc9f2,0x2047ffd0,0xfd4f86ff,0x0fc30580,0x1603f013,0x0050fe08,0xdca42a00,0x4b2b7e2d,0xcc51c7ee,0x74eaebab,0x670a5fb5,0xe75ee800,0xcf4b02bc,0x2d0ddfc9,0x40000405,0x500effdf,0xc600afbd,0xfb5fc5f2,0x2047ffd0,0xfd4f85ff,0x1fc30580,0x1603f013,0x0040fe08,0xcca429f0,0x4a2b7e32,0xcc61c2ee,0x64eaeb9b,0x870b3fb6,0xe75ee800,0x8f4a02cc,0x2c0dffca,0x40000405,0x300effdf,0xc500afbd,0xfb5fc7f2,0x2046ffb0,0xfd4f83ff,0x1fc305a0,0x1603d011,0x00210108,0xcca529d0,0x492b8e31,0xcc61c3ee,0x74eaebbb,0xa50bffb4,0xe74ee800,0x8f4902dc,0x2c0e2fc9,0x40000405,0x300effdf,0xc500afbd,0xfb4fc8f2,0x3046ff70,0xfd4f81ff,0x0fc305d0,0x1703c013,0x00210308,0xdca629b0,0x4a2b7e2c,0xcc41c8ee,0x74eaebab,0xc00d0fb5,0xe74ee700,0x8f4802ec,0x2d0e4fc8,0x40100405,0x400effdf,0xc600afbd,0xfb2fc8f2,0x4047ff60,0xfd6f79fe,0xdfc30610,0x1c03b016,0x00310308,0xdca529a0,0x4a2b6e2b,0xcc41c9ee,0x54e9eb9b,0xdd0e0fbb,0xe74ee800,0x7f4202fc,0x2f0ecfc9,0x40400405,0x400effdf,0xc6009fbd,0xfaffc9f2,0x5048ff70,0xfd7f78fe,0xdfc105e0,0x1c03c017,0x00410108,0xeca529c0,0x4a2b6e2e,0xcc41c6ee,0x44e8eb7b,0xff0fefcf,0xe76eeb00,0x3f4302ec,0x300eafc9,0x40400405,0x600effdf,0xc7009fbc,0xfaefc9f2,0x5048ff80,0xfd8f78fe,0xdfc005a0,0x1b03f01a,0x0040fc08,0xbca429c0,0x4b2b7e38,0xcc81bcee,0x44e8eb7c,0x1e115fd6,0xe76eec00,0x2f4102dc,0x300e8fca,0x40400405,0x500effdf,0xc6009fbc,0xfaefc6f2,0x5048ff80,0xfdbf6bfe,0x8fbe0620,0x2204201d,0x00010008,0xaca529e0,0x4b2b7e48,0xccf1adee,0x44e8eb8c,0x330dafac,0xe73eeb00,0x6f37031c,0x340f2fca,0x40900405,0x000dffdf,0xc9009fbb,0xfaefc9f2,0x5047ff70,0xfe1f65fe,0x8fb50650,0x22045022,0xffb10f08,0xbcac29f0,0x492b7e61,0xcdb195ee,0x24e7eb6c,0x540b6fa4,0xe6eee800,0xcf3102ec,0x330f4fcf,0x40800305,0x000dffdf,0xca009fbb,0xfadfc9f2,0x5047ff90,0xfeff59fe,0xdfa406e0,0x1c04402a,0xffa10c08,0x8cab29e0,0x452b8e7f,0xcea178ee,0x44e9eb7c,0x960c2fb4,0xe69ee600,0xbf2b020c,0x2e0f4fe4,0x40100404,0xf00dffdf,0xc500afbb,0xfabfd0f2,0x60460050,0xff5f50fe,0xdf9c0750,0x1b047038,0xff710108,0x6ca829a0,0x412b9e8e,0xcf116aee,0x24e8eb6c,0xe90e2fc7,0xe65ee300,0x2f2501bc,0x2e0f5fee,0x40100405,0x000dffcf,0xc000bfbb,0xfa9fd4f2,0x704700d0,0xff6f4afe,0xaf990770,0x1e04b04f,0xfef0f408,0x7ca92970,0x3d2b9e8a,0xced16eed,0xf4e6eb3d,0x3010cfdc,0xe60ee1ff,0xef2101dc,0x300fafee,0x40400304,0xf00dffcf,0xbe00bfb9,0xfa7fd3f2,0xc0480060,0xff8f44fe,0x8f950770,0x2104e072,0xfe30e108,0x7ca72930,0x382bce98,0xcf6161ed,0xc4e4eb0d,0x6311eff4,0xe57edf00,0xaf1c01fc,0x320f8fee,0x40500304,0xf00dffcf,0xbe00bfb8,0xfa4fcff3,0x004a0040,0xffcf41fe,0x8f8c0760,0x2405109a,0xfd50c808,0x3ca328f0,0x312bdea5,0xcff155ed,0x74e2eabd,0x83125001,0xe4dede01,0xbf1801ec,0x330f7fef,0x40500304,0xf00dffdf,0xc000bfb6,0xfa1fcbf3,0x30490030,0x000f3bfe,0x7f8207b0,0x260520bf,0xfc90b207,0xdca32860,0x272bdea4,0xcfe156ed,0x04deea4d,0x90139003,0xe49ede02,0x3f1001fc,0x330fcfee,0x40500304,0xc00dffdf,0xc400afb4,0xfa0fc7f3,0x20460050,0xffff34fe,0x5f7b0820,0x280560e3,0xfbe09f07,0x5ca427a0,0x1d2bce9d,0xcfa15dec,0xb4dcea0d,0x9915b02b,0xe4bede02,0x4f0a026c,0x34100fe8,0x40600304,0x600cffdf,0xca009fb2,0xfa1fc3f3,0x30430060,0xffbf30fe,0x4f780840,0x2a04c0fa,0xfac08406,0xcca62710,0x182bbe93,0xcf4166ec,0x74dae9cd,0xba16202f,0xe4cedf02,0x4f0c030c,0x34102fdd,0x40600304,0x300bffef,0xd1008fb0,0xf9ffc5f3,0x40420060,0xff4f2cfd,0xff790830,0x2f03c105,0xf9706106,0x0caa26b0,0x132bbe86,0xcee172ec,0x14d7e96d,0xe515b001,0xe4bee002,0x6f1203dc,0x38110fcc,0x40c00304,0x200bffef,0xda006faf,0xf9cfcbf3,0x5041ff90,0xfeef2afd,0xcf760830,0x3103c10a,0xf9004805,0x3cab2610,0x0d2b9e80,0xceb178ec,0x14d7e96e,0x09154007,0xe48ee102,0x9f14049c,0x39114fbe,0x40f00304,0x000bffef,0xe0005fae,0xf99fcdf3,0x503fff70,0xfeaf27fd,0xdf710890,0x2d040109,0xf9103904,0x3cad2530,0x042b7e7e,0xce917aec,0x14d7e96d,0xec12a014,0xe45ee202,0x9f15051c,0x38112fb7,0x40d00203,0xe00affef,0xe2005fae,0xf98fd0f3,0x603fffb0,0xfe7f22fd,0xcf6d08e0,0x2c041105,0xf8e02a03,0x5cb1248f,0xfb2b6e72,0xce3185ec,0x34d8e98d,0xca110024,0xe42ee302,0x8f16057c,0x3911bfb1,0x40f00203,0xe00affef,0xe4004fae,0xf95fd2f3,0x7041ff20,0xfe4f20fd,0xaf6b08f0,0x2a044103,0xf8e01d02,0xbcb823ef,0xf52b6e56,0xcd71a0ec,0x24d7e97d,0x9b112027,0xe3fee402,0x7f1805cc,0x3b11dfab,0x41200304,0x000bffef,0xe4004fae,0xf93fd5f3,0x9045fef0,0xfdff1ffd,0x9f6c08d0,0x290440fe,0xf8b01602,0x3cc0235f,0xef2b6e3e,0xcce1b6ec,0x04d6e95d,0x6a10901a,0xe40ee502,0x6f1805fc,0x3c117fa5,0x41200304,0x500cffef,0xe2005fad,0xf92fd5f3,0xa047ff40,0xfdff1ffd,0x9f6808c0,0x260460f0,0xf8401501,0xdccb22df,0xe62b7e2a,0xcc71c9eb,0xe4d5e93d,0x340fb000,0xe41ee602,0x7f1a05ec,0x3e10efa6,0x41400304,0xb00dffef,0xdf005fad,0xf91fd5f3,0xb049ff90,0xfdff1cfd,0x8f6708f0,0x2404d0df,0xf8b00d01,0x4cd7221f,0xe02b6e0e,0xcbe1e4ec,0x24d7e96c,0xfb0ecfd4,0xe3fee702,0xdf1a05dc,0x3f109fa7,0x41500405,0x100dffef,0xdb006fac,0xf90fd6f3,0xc04bffe0,0xfdff17fd,0x7f6a0920,0x230540ca,0xf90ff300,0x6ce0215f,0xdd2b5df4,0xcb71fdec,0x34d7e98c,0xc70e5fbc,0xe38ee603,0x9f1a05dc,0x4210cfa8,0x41800405,0x700fffef,0xd5007fac,0xf8efd9f4,0x104eff60,0xfdef14fd,0x6f6d0910,0x220580b6,0xf8afc7ff,0x4ce620ef,0xdb2b3df3,0xcb71feec,0x54d8e9ac,0x9e0ecfe0,0xe33ee604,0x0f1905ac,0x4310dfab,0x41a00505,0xd010ffdf,0xcf008fac,0xf8bfdbf4,0x5050ff00,0xfdff11fd,0x6f700930,0x2005c096,0xf89f95fe,0x2ced204f,0xd62b1dfd,0xcba1f4ec,0x84dae9dc,0x8e0f1021,0xe35ee803,0x7f18058c,0x4310cfaf,0x41a00506,0x0010ffdf,0xcb009fab,0xf8afdcf4,0x7051fec0,0xfe4f10fd,0x5f700940,0x2004b05f,0xf90f64fd,0x5cf91f9f,0xd22afe00,0xcba1f2ec,0x84d9e9cc,0x8e0e2041,0xe3aeeb02,0xbf16053c,0x44106fb8,0x41c00506,0x1010ffdf,0xc400afab,0xf8bfdaf4,0xa054fec0,0xfeaf13fd,0x7f7008c0,0x2003803d,0xf98f3ffd,0x3d0b1f0f,0xcb2a8df6,0xcb71fbec,0xb4dcea0c,0x860cc03d,0xe42eec02,0xdf1604bc,0x430f3fc5,0x41a00506,0x2010ffcf,0xbd00bfa9,0xf8efd5f4,0xc057ff40,0xfeef17fd,0x9f740830,0x2002d02f,0xf9af26fd,0x7d1e1e4f,0xc82a4de5,0xcb220cec,0xf4deea3c,0x6a0bb02c,0xe4dee903,0xdf16043c,0x430e9fcf,0x41700506,0x3011ffcf,0xb600cfa8,0xf90fd1f4,0xe056ffc0,0xff4f16fd,0x9f7a0830,0x23020026,0xf9bf17fd,0xdd301d2f,0xc72a4dd7,0xcae21aed,0x04deea4c,0x400ac024,0xe56ee704,0x8f1303ac,0x430e6fda,0x41600506,0x4011ffcf,0xb200dfa8,0xf8ffd0f4,0xc0500040,0xffcf17fd,0x8f7f0800,0x26011024,0xf9df0cfe,0x6d3e1c7f,0xc62a0dd0,0xcac220ed,0x74e2eabc,0x17098022,0xe57ee803,0xff0f031c,0x440e8fe6,0x41700506,0x4011ffbf,0xae00efa8,0xf8ffcff4,0xa0490070,0x000f13fd,0x5f8d0830,0x2b008023,0xfa3f03fe,0xbd471c3f,0xc729ddca,0xcab226ed,0xf4e5eb3b,0xee085019,0xe57ee803,0x1f0702cc,0x460f2fee,0x41b00506,0x3011ffbf,0xa900ffa8,0xf90fccf4,0xa0450070,0x003f09fd,0x2f9d08b0,0x32ffd024,0xfa9ef8fe,0xed481c0f,0xcb29bdbf,0xca9230ee,0x44e7eb8b,0xc207900a,0xe59ee602,0xfefb029c,0x480feff3,0x41d00506,0x1010ffbf,0xa800ffa8,0xf91fcaf4,0x703d0090,0x009f0dfd,0x3fa308b0,0x34ff8026,0xfb1ef4ff,0x4d431bff,0xc6298db1,0xca623eee,0x54e8eb9b,0x9106fffb,0xe5eee103,0x5efe021c,0x470feffc,0x41c00505,0xf010ffbf,0xa700ffa9,0xf95fcef4,0x403b0090,0x00df17fd,0x7fa30820,0x3200002b,0xfb9ef6ff,0xdd3a1c5f,0xba292da6,0xca5248ee,0x84eaebcb,0x5e04efeb,0xe62edd03,0xbf05017c,0x440fa007,0x41800505,0xf010ffaf,0xa3010faa,0xf96fcdf4,0x203b0080,0x012f18fd,0x8fa80800,0x3400b031,0xfbfefc00,0x3d2e1cbf,0xb328ed9a,0xca2254ee,0xc4ecebfb,0x22027fcf,0xe61edd03,0xcf0200fc,0x430f9010,0x41700505,0xf010ffaf,0xa2010fab,0xf98fccf3,0xf03a00a0,0x013f16fd,0x7fb50840,0x38011036,0xfc8f0800,0x3d201cff,0xb228fd7d,0xc9e270ee,0xa4ecebda,0xe400cfa5,0xe5eede03,0xaefb00ac,0x450f8015,0x41700506,0x0010ffaf,0xa1010fad,0xf9afccf3,0xc03a00e0,0x014f11fd,0x5fc308d0,0x3d01003a,0xfcff1b00,0x2d131d3f,0xb1292d4c,0xc972a0ee,0x94ebebca,0xb9ff2f8d,0xe5cedf03,0x7ef1007c,0x480fc017,0x41800506,0x3011ffaf,0xa0010fae,0xf9dfcaf3,0xb0380120,0x015f11fd,0x5fcb0900,0x3e015041,0xfd7f3000,0x3d041dcf,0xad293d10,0xc902daee,0xb4edebea,0xa8fd5f7e,0xe5cee003,0x3ee9003c,0x490fa019,0x41700506,0x5011ffaf,0xa1010faf,0xf9ffc6f3,0xa0360150,0x017f14fd,0x5fcf0910,0x4001e049,0xfdff4900,0x5cf51e6f,0xa7295cc5,0xc8a323ee,0xd4eeec0a,0xd6fdef6d,0xe5cee102,0xfee8ffec,0x4a0f501b,0x41700506,0x8011ffaf,0xa3010fb1,0xfa2fc5f3,0xb0320140,0x015f19fd,0x6fd408d0,0x40026056,0xfe6f6000,0x7ce81f0f,0xa529ac70,0xc85377ee,0xd4eeec0a,0xfbffff7d,0xe5eee002,0xceefffdc,0x4a0f301a,0x41700506,0x9012ffbf,0xa500ffb3,0xfa5fc8f3,0x80320150,0x014f1cfd,0x7fd908e0,0x40029063,0xfeaf6b00,0x1cdc1f6f,0xa42a0c38,0xc833adee,0xc4edebfa,0xf5017fad,0xe60edf02,0xaef0ffbc,0x490fc01a,0x41900506,0x9012ffbf,0xa800ffb5,0xfa8fc9f3,0x503100c0,0x015f1efd,0x7fdc08e0,0x3f02d06f,0xfe9f66ff,0x8ccf1fbf,0xa32a3c28,0xc833bdee,0xd4eeec0a,0xe4020fc9,0xe60ede02,0x9ef2ff8c,0x490fb01c,0x41800506,0x9012ffbf,0xab00efb6,0xfabfccf3,0x303200f0,0x013f23fd,0x8fe108d0,0x4102b07f,0xfe1f61fe,0xfcc41fff,0xa52a3c2b,0xc833baef,0x14f1ec4a,0xde01bfd5,0xe61edf02,0x9ef9ff8c,0x480f601b,0x41700506,0x8011ffbf,0xab00efb8,0xfaefd3f3,0x20310130,0x013f26fd,0x8fe608e0,0x4302608f,0xfd1f68fe,0xccc1205f,0xab2a0c3b,0xc833abef,0x74f4ec9a,0xd9009fd4,0xe60edf02,0x9efaff7c,0x490f201c,0x41700506,0x5011ffbf,0xa900ffba,0xfb1fd6f3,0x10300160,0x012f2afd,0x9fe808f0,0x4501f09b,0xfbef83ff,0x1cc4209f,0xb229bc44,0xc833a2ef,0xd4f7ecfa,0xdcff8fc8,0xe5dedd02,0xaefbff6c,0x480f001c,0x41700506,0x3010ffbf,0xaa00ffbb,0xfb6fd7f3,0x20320150,0x012f2efd,0x9fe90900,0x4701c0a2,0xfadfabff,0x6cca20ef,0xb9294c34,0xc833b1f0,0x14f9ed3a,0xe2ff4fb8,0xe59eda02,0xaf01ff5c,0x480f201b,0x41700506,0x2010ffbf,0xad00efbd,0xfb7fdaf3,0x10310110,0x012f32fd,0x9fe80900,0x4a01e09d,0xf99fcdff,0x7ccd216f,0xc128fc0e,0xc823d7ef,0xf4f9ed2a,0xd8ff6f91,0xe56ed802,0xaeffff3c,0x490f301a,0x41700506,0x3010ffbf,0xb000dfbe,0xfb7fd8f3,0x003000e0,0x010f37fd,0x9fe908f0,0x4a02e086,0xf85fe1ff,0x3cc821df,0xc828ebf3,0xc823f1ef,0xd4f7ed0a,0xbfff2f6a,0xe55ed502,0x8efeff1c,0x4a0f401a,0x41700506,0x7011ffbf,0xad00efc0,0xfb3fd6f3,0x10340090,0x009f3cfd,0xbfee08d0,0x4a04605d,0xf70fe8fe,0x8cbd221f,0xcc28dbf1,0xc823f3ef,0xb4f5ecea,0xa1ff8f6c,0xe54ed302,0x6f00ff4c,0x480ef016,0x41600506,0x9012ffbf,0xa900ffc2,0xfb3fd6f3,0x10390060,0x001f43fd,0xeff40890,0x4906002b,0xf63fe7fd,0xccb3224f,0xcd28cc00,0xc823e4ef,0xa4f5ecda,0x88009f8c,0xe56ed302,0x5f07ff7c,0x460e3013,0x41300606,0xe012ffaf,0xa3010fc4,0xfb2fd8f3,0x103f0090,0xffaf4cfe,0x0ffa0830,0x47078ff9,0xf61fe7fd,0x0cb2227f,0xcc28bc1f,0xc833c6ef,0xd4f7ed0a,0x82011fad,0xe58ed302,0x4f0aff8c,0x450db00f,0x41100607,0x3013ffaf,0x9f011fc6,0xfb2fd5f3,0x00440090,0xff4f53fe,0x200107c0,0x4408efdd,0xf64fe3fc,0x5cb922cf,0xce28bc2b,0xc833bbf0,0x14f9ed4a,0x85012fc0,0xe59ed302,0x4f07ff9c,0x450d500c,0x40f00707,0x6014ffaf,0x9d011fc8,0xfb4fd0f3,0x00450070,0xfeff57fe,0x300a0780,0x4409afe2,0xf70fd8fb,0x9cbf22ff,0xd228cc31,0xc833b4f0,0x24faed4a,0x86010fc0,0xe59ed102,0x5f01ff9c,0x460d4009,0x41000707,0x9014ffaf,0x9c011fcb,0xfb5fcef3,0x00450050,0xff0f5afe,0x400f0780,0x4309bffc,0xf86fcafa,0xccc522ff,0xd328ec5a,0xc8438cf0,0x14faed4a,0x84008fb6,0xe59ed102,0x7efcff2c,0x470d300a,0x40f00707,0xe015ffaf,0x9e011fce,0xfb6fcdf2,0xf0430040,0xff6f5cfe,0x400e0780,0x41098020,0xf9efbefa,0x7cce22ff,0xd0290c79,0xc8536ef0,0x14faed3a,0x7c003fb3,0xe5ced302,0x7ef7fe8c,0x480d000d,0x40d00808,0x2016ffbf,0xa800ffd2,0xfb7fccf2,0xd03e0060,0xff9f5efe,0x501207b0,0x3f096040,0xfb3fb4fa,0x6cd722df,0xcd292c8e,0xc86359f0,0x14faed3a,0x75ffffb3,0xe60ed602,0x7ef6fe1c,0x480cd00e,0x40d00808,0x3016ffcf,0xb300dfd4,0xfb9fcff2,0xa0360060,0xffbf60fe,0x50180820,0x3e09104e,0xfc4faffa,0x3ce0228f,0xca294c9d,0xc8634bf0,0x44fbed6a,0x74ffefb9,0xe63ed702,0x5ef9fdfc,0x480d200c,0x40c00808,0x0016ffcf,0xbe00bfd5,0xfbbfd2f2,0x702a0040,0xffef62fe,0x501d0890,0x3d08d043,0xfccfaefa,0x0ce7224f,0xc6293ca6,0xc87341f0,0x74fded9a,0x76ffcfbb,0xe66ed502,0x1efcfdbc,0x480d700d,0x40b00707,0xa015ffdf,0xc7009fd6,0xfc0fd5f2,0x301f0030,0x005f62fe,0x501e0920,0x3c08e01e,0xfc7fabf9,0xccea222f,0xc5290ca5,0xc86343f0,0x74fded9a,0x78ff9fbc,0xe68ed401,0xfefcfd4c,0x480d8014,0x40b00607,0x5014ffdf,0xcd008fd7,0xfc7fd7f2,0x00180080,0x00cf62fe,0x401f0910,0x3a092ff3,0xfbbfa1f9,0x9ced227f,0xc928eca1,0xc86347f0,0x74feed9a,0x78ff8fc0,0xe68ed302,0x4efcfcdc,0x4a0d701d,0x40d00607,0x1013ffdf,0xcf008fd8,0xfcdfd8f1,0xe01600d0,0x013f62fe,0x402308b0,0x38094fd1,0xfaff95f9,0x7cf022ff,0xd328cc93,0xc85355f0,0x94ffedba,0x76ff6fc4,0xe68ed302,0xcef7fc7c,0x4a0d7025,0x40d00606,0xb012ffdf,0xd0008fd9,0xfd2fd8f1,0xd01200e0,0x018f61fe,0x40280880,0x36096fb0,0xfa3f89f9,0x8cef234f,0xda28bc77,0xc84370f0,0xa4ffedca,0x74ff5fc7,0xe6aed402,0xdef2fc1c,0x4a0d302c,0x40c00506,0x7011ffef,0xd2007fd9,0xfd5fd5f1,0xc00f0150,0x01cf5ffe,0x302c0870,0x34097f95,0xf98f7ef9,0x8cec239f,0xde28bc70,0xc84377f0,0x94feedba,0x72ff8fc7,0xe6fed602,0x9eeffbdc,0x4c0d1030,0x40d00506,0x5011ffef,0xd5007fd9,0xfd6fd3f1,0xb00b0190,0x01ff5cfe,0x10300820,0x35094f91,0xf91f70f9,0xbceb243f,0xe5289c7f,0xc85368f0,0xa4ffedda,0x6aff9fc7,0xe74ed702,0x4eecfbbc,0x4e0d3033,0x41000506,0x4011ffef,0xd7007fd8,0xfd7fd0f1,0xb0070190,0x01ff5bfe,0x00350800,0x34090f99,0xf91f64f9,0xcce6247f,0xeb287c95,0xc86353f0,0xa4ffedca,0x65ffafca,0xe77ed902,0x0ee8fb9c,0x4f0d4036,0x41000506,0x5011ffef,0xd4007fd8,0xfd7fcdf1,0xb00501b0,0x020f55fe,0x00360860,0x31085fae,0xf9df5df9,0xece5249f,0xef287cab,0xc8833df0,0x94feedba,0x61ff9fcc,0xe7aed901,0xeee3fb7c,0x510d703a,0x41100506,0x7011ffef,0xd2008fd8,0xfd5fcdf1,0xe0030180,0x022f4ffd,0xe03408d0,0x30076fcc,0xfacf5cfa,0x1ce724ff,0xf3288cc9,0xc8a320f0,0xc500edea,0x60ff7fcf,0xe7ced901,0xdee0fb6c,0x540d903c,0x41300606,0x9012ffef,0xd2008fd7,0xfd5fcff2,0x00010150,0x022f4ffd,0xd03308b0,0x2e068fe7,0xfb5f5dfa,0x5ce6253f,0xf7286cd8,0xc8b311f0,0xd501edfa,0x62ff6fd1,0xe7eed701,0xfee5fb5c,0x540d303d,0x41400606,0xd012ffdf,0xd0008fd7,0xfd2fd2f2,0x30000140,0x01ff50fd,0xd03208c0,0x2d05eff5,0xfb9f5ffa,0x8ce3253f,0xf9283cd6,0xc8b313f0,0xe501ee0a,0x62ff7fcd,0xe7ded702,0x1ee9fb6c,0x550cf03b,0x41500607,0x1013ffdf,0xcc008fd7,0xfd0fd4f2,0x6fff0110,0x01bf50fd,0xc03108e0,0x2d050ffa,0xfb7f63fa,0x9ce0253f,0xfe281ce4,0xc8c305f0,0xe502ee1a,0x64ff3fc8,0xe7aed802,0x4ee6fbac,0x560ca038,0x41600607,0x4013ffdf,0xc7009fd7,0xfcefd1f2,0x80030170,0x018f4ffd,0xb02e0900,0x2c046ff2,0xfb0f69fa,0x7cdc2530,0x00280cf9,0xc8e2f0f0,0xe501ee0a,0x6cfeefca,0xe75eda02,0x6ee2fbec,0x580c7035,0x41700707,0x7014ffdf,0xc300afd7,0xfccfcdf2,0x900801a0,0x012f56fd,0xe02b08b0,0x27043fe0,0xfaaf74fa,0x6cda253f,0xff27fd0b,0xc902dff0,0xe501ee1a,0x6fff1fc6,0xe71edc02,0x8eecfbfc,0x550c3032,0x41400707,0xe015ffcf,0xbc00bfd7,0xfc9fcef2,0xa00d0160,0x00df5afd,0xf0270870,0x2503ffd6,0xfa2f81fa,0x7cd72550,0x0027fd16,0xc912d4f0,0xc500edfa,0x75ff7fc5,0xe6fede02,0xaef1fc0c,0x540c5031,0x41400808,0x7017ffcf,0xb300dfd7,0xfc3fcff2,0xc0150100,0x00af5afd,0xe0200870,0x2403afe2,0xfa0f94fa,0x5cd22580,0x01280d2c,0xc932bff0,0x84feedba,0x7e000fc6,0xe6dedf02,0xbeeffc3c,0x560c602d,0x41500908,0xc018ffbf,0xaf00efd7,0xfbefcdf2,0xe01c00f0,0x005f5cfd,0xe01908a0,0x2403effc,0xfa9fb6fa,0x1ccc256f,0xfd282d53,0xc98299f0,0x44fbed6a,0x8900bfcb,0xe6cedf02,0x8eecfc7c,0x570c0027,0x41500909,0x2019ffbf,0xab00efd8,0xfbafc7f2,0xf0230120,0x002f60fd,0xe00e0900,0x24049020,0xfb9fe8f9,0xbcc224ff,0xf3282d80,0xc9f26df0,0x24f9ed4a,0x8900ffcb,0xe6aede02,0x4eebfcac,0x570bb021,0x41400a09,0x701affbf,0xab00efd8,0xfb5fc3f2,0xf0280140,0x000f60fd,0xd0020970,0x2505404d,0xfc4021f9,0x4cb8249f,0xeb283dab,0xca7243f0,0x14f9ed4a,0x81006fc0,0xe67edd02,0x4ef0fcec,0x570bd018,0x41400a09,0xa01affcf,0xb200dfd8,0xfaffc6f2,0xf02a0110,0xffbf63fd,0xdff709b0,0x2605d081,0xfc005cf8,0xfcae244f,0xe6284dc5,0xcac22aef,0xe4f7ed1a,0x7cff8fb3,0xe62edb02,0x7efafd4c,0x550bd00d,0x41300a09,0xc01bffcf,0xb800cfd8,0xfabfcdf2,0xf02c00e0,0xff7f65fd,0xffeb0a10,0x240610b4,0xfb209af8,0xeca223ff,0xe1287dcb,0xcae225ef,0x94f4ecca,0x72fe7fa6,0xe5ded902,0xaf00fdcc,0x510be001,0x41000a09,0xb01bffcf,0xbf00bfd6,0xfa7fcaf2,0xf02f00c0,0xff2f64fe,0x0fe20a20,0x2505c0e2,0xf990cdf9,0x0c9523df,0xdf289dc8,0xcad227ef,0x64f2ec9a,0x5bfc3f7a,0xe59edc02,0xcf00fe5c,0x4f0c4ff5,0x40e00a09,0x901affdf,0xc600afd4,0xfa4fc6f2,0xe0330090,0xfeef63fe,0x0fda0a00,0x2704f104,0xf770f1f9,0x5c8a23ef,0xdf28bda6,0xca7248ef,0x44f1ec7a,0x47fa8f4f,0xe57edf02,0xef02feec,0x4e0cdfea,0x40d00a09,0x701affdf,0xca009fd3,0xfa1fc6f2,0xd0380080,0xfe8f63fe,0x1fd309b0,0x28042118,0xf55103f9,0x8c8023ff,0xdf28bd79,0xc9f274ef,0x04efec3a,0x46f91f33,0xe55ee002,0xff08ff8c,0x4a0d0fe3,0x40c00a09,0x501affdf,0xc600afd1,0xf9efc8f2,0xf03c0060,0xfe4f62fe,0x3fcb0950,0x27035122,0xf360fbf9,0x2c72242f,0xe228cd6d,0xc9c280ef,0x04eeec3a,0x4bf7af1e,0xe55ee003,0x1f0affec,0x470cffde,0x40a00a09,0x4019ffdf,0xc300afd0,0xf9afcaf3,0x10410050,0xfe2f62fe,0x4fc308e0,0x2702c127,0xf1d0def8,0x9c6a249f,0xe628cd59,0xc9a292ef,0x14efec4a,0x43f86f16,0xe53ee003,0x1f0d003c,0x450cdfda,0x40900a09,0x601affdf,0xc100bfce,0xf96fc9f3,0x30440050,0xfe1f60fe,0x4fba0870,0x28026126,0xf110b0f8,0x0c6a24ff,0xe928bd33,0xc952b8ef,0x24efec5a,0x51f9df31,0xe4fee102,0xcf0c005c,0x460cbfd6,0x40900a09,0xb01affdf,0xc100bfcd,0xf91fc5f3,0x90420010,0xfdef5efe,0x4fb40830,0x2902511e,0xf0e07df7,0x1c72251f,0xe928ad0f,0xc912daef,0x24efec6a,0x66fbef79,0xe4bee302,0x6f09009c,0x470cefcd,0x40900b0a,0x101bffdf,0xc7009fcd,0xf8cfc3f3,0x8041fff0,0xfdcf58fe,0x5fad0850,0x2802410a,0xf1304af6,0x2c7e253f,0xe9289cf3,0xc8e2f6ef,0x24efec5a,0x93fd9fc0,0xe47ee302,0x4f0300dc,0x470dafc5,0x40800b0a,0x301cffdf,0xcf008fcd,0xf89fc2f3,0x703fff70,0xfdcf51fe,0x4fa30860,0x280140e8,0xf1d014f5,0x5c90255f,0xe9289ce0,0xc8c309ee,0xf4eeec3a,0xc6fd1fca,0xe45ee302,0x6efe00fc,0x470defbe,0x40800c0a,0x601cffef,0xd8006fcd,0xf87fc4f3,0x603dff70,0xfdff48fe,0x2f9a08b0,0x2900f0cc,0xf2afebf4,0xdca2255f,0xe9288cc6,0xc89322ee,0xb4ebebfa,0xfafbcfc8,0xe44ee202,0x8efa010c,0x490dafbc,0x40800c0a,0x801dffef,0xdc006fcd,0xf84fc8f3,0x503c0030,0xfdef40fe,0x1f960940,0x2b0200b1,0xf34fd3f4,0xacaf252f,0xe6287c8d,0xc8635aee,0x74e9ebbb,0x2afbbfc5,0xe42ee002,0x9ef6013c,0x4a0e4fba,0x40900c0a,0xb01dffef,0xdc006fcd,0xf81fccf3,0x703f0010,0xfdbf39fd,0xff950990,0x2c03c096,0xf3ffc4f4,0xecb7250f,0xe4286c27,0xc823beee,0x64e8ebab,0x47fc3fb3,0xe41edf02,0xaef6018c,0x4a0eefb6,0x40a00d0a,0xe01effef,0xd9006fcd,0xf7efd2f3,0xa043ffb0,0xfdaf35fd,0xef9409c0,0x2d04b079,0xf4bfc6f5,0xacbd24df,0xe2285b9d,0xc82446ee,0x74e9ebbb,0x55fc7f9e,0xe3eedd02,0xdef701dc,0x4a0f1fb6,0x40c00d0a,0xf01effef,0xd3007fcb,0xf7cfcff3,0xc047ff90,0xfd8f33fd,0xef9409b0,0x2c045043,0xf63fdaf6,0xfcc624bf,0xe0285aff,0xc894e1ee,0xc4ebebfb,0x5bfcef9f,0xe3bed903,0x3ef4020c,0x4a0f6fb7,0x40d00d0a,0xf01effdf,0xcb009fc6,0xf7bfc5f3,0xf04bff40,0xfd5f34fd,0xef960920,0x2d03f017,0xf7a005f9,0x4cd4250f,0xe2285a4e,0xc9d58dee,0xd4ecec1b,0x55fddfb1,0xe3aed803,0x6ef2026c,0x4a0f4fb6,0x40e00d0a,0xd01effdf,0xc300afc4,0xf79fbef3,0xf04eff10,0xfd4f34fd,0xcf970880,0x2f03fffe,0xf8e04bfc,0x8cee253f,0xe52879b5,0xcbf621ee,0x84e9ebcb,0x4efe9fb1,0xe3cedd03,0x3ef502ac,0x4b0ecfba,0x41100c0a,0x901dffcf,0xb900cfc2,0xf78fc0f4,0x1056ff40,0xfdaf32fd,0xbf920820,0x2e03bfed,0xfae0a2ff,0xfd0f254f,0xe628a94e,0xce5685ee,0x54e7eb9b,0x5afe2f7c,0xe40ee302,0xfef6029c,0x4b0e9fc3,0x41200b0a,0x201cffcf,0xb200dfc1,0xf79fc1f4,0x205cff20,0xfe1f2efd,0x8f8d0800,0x2f031fe9,0xfd20f903,0x4d2c252f,0xe728b90f,0xd076c1ee,0x24e7eb7b,0x83fccf13,0xe42ee502,0xfef7028c,0x4d0e7fca,0x41500b09,0xb01bffbf,0xaf00efc4,0xf7cfcdf4,0x3058ff60,0xfe6f2afd,0x3f8d0830,0x30025fea,0xff914706,0x3d4124ef,0xe728d8ed,0xd1e6e1ee,0x34e7eb7b,0xc6fbeeb5,0xe43ee503,0x3ef602ac,0x4f0e5fcd,0x41800a09,0x301affbf,0xaf00efc1,0xf7efcaf4,0x4055ffe0,0xfe9f25fd,0x2f900890,0x2e01bfea,0x02018308,0xfd49249f,0xe828d8d9,0xd2f6f4ee,0x74e9ebbc,0x41fdfe79,0xe43ee303,0x6ef202bc,0x500e3fcd,0x41900908,0xe019ffcf,0xb400dfc1,0xf7ffcdf4,0x30560070,0xfebf22fd,0x1f9508a0,0x2c00efef,0x0471960b,0x7d3c246f,0xea28d8d1,0xd366fcee,0xa4ebebdc,0xf502de4a,0xe43ee103,0x5eed02ac,0x500e6fcd,0x41900908,0xe019ffcf,0xb800cfc1,0xf7efccf4,0x10540090,0xfedf21fd,0x0f9c08c0,0x2cffeff3,0x06c1860d,0x0d1f241f,0xe928b8d8,0xd306f5ee,0xc4ecec0d,0xac08ce22,0xe43edf03,0x3eea026c,0x520ebfce,0x41a00a09,0x2019ffcf,0xba00cfc2,0xf7dfcaf4,0x00550050,0xff0f21fd,0x0fa10920,0x2bfefff0,0x08c1700d,0x6d0023cf,0xe228b8e8,0xd236e6ee,0xe4edec2e,0x350f4e0b,0xe43edf03,0x3eeb01fc,0x520e8fd5,0x41a00a09,0x501affcf,0xb800cfc2,0xf7dfcbf3,0xf0550090,0xff5f1ffd,0x0fa409c0,0x2afe6fe9,0x0a81680c,0xece6231f,0xd428e8f5,0xd1a6d9ee,0xc4ecebfe,0x6614ae08,0xe44ee203,0x4ee8018c,0x520e6fde,0x41900a09,0x801affcf,0xb300dfc2,0xf7dfcbf3,0xe05500f0,0xff8f20fc,0xffaa0a50,0x2bfdefe1,0x0b616c0c,0x3cd5227f,0xc628f8fc,0xd166d2ee,0xe4edec1e,0x58171e06,0xe45ee403,0x6ee3013c,0x540e9fe3,0x41a00a09,0xa01bffbf,0xb000dfc2,0xf7dfc8f3,0xe05700d0,0xff6f25fd,0x1fb20a70,0x2cfd6fdb,0x0b81750b,0x8cce220f,0xbc28f8fe,0xd146d0ef,0x44f1ec7e,0x45172dfe,0xe45ee403,0x8ee3011c,0x530e9fe3,0x41800a09,0xb01bffbf,0xb100dfc2,0xf7ffc3f3,0xc0560080,0xff8f2afd,0x4fb70a40,0x2bfd6fd5,0x0b51830a,0xecd2220f,0xb92918fc,0xd156d3ef,0x44f1ec7e,0x2a152df3,0xe44ee303,0x9ee100ac,0x510eafe8,0x41600b09,0xd01bffcf,0xb200dfc4,0xf81fc1f3,0x605300e0,0xffef30fd,0xbfb30a10,0x23fdafcf,0x0b11980a,0x5cdc221f,0xba2938fb,0xd156d3ef,0x24f0ec5e,0x0111ade8,0xe44ee203,0xbee2ffcc,0x4c0eaff7,0x41100b0a,0x201cffbf,0xad00efc8,0xf83fc5f3,0x60540070,0x002f33fd,0xefb309e0,0x20fdbfcb,0x0aa1ab09,0xcce5222f,0xbc2938fc,0xd156d2ef,0x24f0ec5d,0xd00e7ddf,0xe44ee103,0xcee1ff6c,0x4a0eaffe,0x40e00b0a,0x101cffbf,0xad00efcb,0xf84fc6f3,0x205100b0,0x002f37fd,0xefb809b0,0x23fdffc6,0x09f1b909,0x6ceb225f,0xc12938fb,0xd156d3ef,0x24f0ec5d,0xa90c7dd2,0xe45ee103,0xcee2ff5c,0x4b0ecffc,0x40f00b09,0xe01bffcf,0xb200dfcb,0xf86fc7f2,0xe04f00e0,0x003f39fd,0xdfbd09b0,0x25fe4fc0,0x0981c509,0x2cef224f,0xc52948fb,0xd156d4ef,0x44f1ec7d,0x9a0b6dd0,0xe47ee003,0x9ee6ff4c,0x4b0f0ffa,0x40f00a09,0xc01bffcf,0xb700cfcc,0xf87fc8f2,0xa04d00f0,0x005f3afd,0xcfbf09a0,0x28fe8fba,0x0931ca09,0x1cf2225f,0xc62948fc,0xd146d3ef,0x74f3ec9d,0x930a9dda,0xe49ee103,0x4ee8ff2c,0x4d0e8ffd,0x41000a09,0xa01affcf,0xb600cfcc,0xf88fcaf3,0x10490090,0x008f39fd,0xafc009a0,0x2afecfb6,0x08e1c609,0x2cf1227f,0xc62948ff,0xd126d0ef,0x74f3ecad,0x8309bde0,0xe4aee003,0x4ee6fefc,0x4e0df003,0x41100a09,0xb01affcf,0xb200dfcd,0xf89fcbf3,0x90450060,0x009f37fd,0xafc50980,0x2cff3fb7,0x08d1b809,0x0ced227f,0xc829590d,0xd096c3ef,0x64f3ec9d,0x65076ddf,0xe4aedf03,0x8ee5fedc,0x4f0dd005,0x41100a09,0xb01affbf,0xaf00efce,0xf8afcdf3,0xb0410030,0x005f37fd,0xafca0960,0x2effefb7,0x08d1a408,0x9ce8226f,0xc929592f,0xcf56a3ef,0x64f3ec9d,0x35035de1,0xe4aedf03,0xaee5fefc,0x4f0d8003,0x41000a09,0xc01bffbf,0xaf00efce,0xf8bfcef3,0x904200a0,0x004f36fd,0x8fcd0970,0x32013fb7,0x08d19307,0x7ce3225f,0xc8295973,0xcd5662ef,0x34f1ec6c,0xe8febdea,0xe4aee203,0xaee2ff1c,0x510d7000,0x41100b09,0xd01bffbf,0xb000efcf,0xf8cfcef3,0x904300e0,0x001f38fd,0x7fcd0970,0x37032fbb,0x08e18605,0x5cdc225f,0xc6293a07,0xcab5d2ee,0xd4edec0c,0x74f9de0d,0xe49ee603,0x8edeff4c,0x520d5ffa,0x41100a09,0xc01bffcf,0xb200dfcf,0xf8dfccf3,0x80450100,0xffff3bfd,0x7fc909a0,0x37058fc6,0x09118302,0x3cd6221f,0xbf293b2b,0xc874b5ee,0xa4ecebdb,0xc6f59e59,0xe46ee603,0x7edeff6c,0x520cfff9,0x41100a09,0xc01bffbf,0xae00efd0,0xf8cfc9f3,0x80470170,0x002f3ffd,0x6fbc09e0,0x35081fdb,0x09a185fe,0x7ccc21df,0xb9294cc4,0xc8a324ee,0x74eaebaa,0xdaf3bee1,0xe41ee303,0x8ee1ff3c,0x540cd001,0x41500b09,0xd01bffbf,0xa600ffd1,0xf8bfc8f3,0x70480190,0x001f46fd,0x7fb30a00,0x320a5ffc,0x0af187fa,0x0cb921cf,0xb6293e17,0xcc11dcee,0x34e8eb6a,0x26f5cf62,0xe3bee003,0x9ee6ff2c,0x540d1ffe,0x41500b09,0xd01bffbf,0xaa00ffd2,0xf8dfc8f3,0x60490100,0xffbf53fd,0xbfae0990,0x2c0bb01d,0x0c1185f5,0x9ca221bf,0xb5294ecc,0xd13132ee,0x14e7eb59,0xfbf88f84,0xe37edf03,0xbeeeff5c,0x510d2ff4,0x41200a09,0xc01bffbf,0xb100dfd4,0xf8efc7f3,0x403f0060,0xff9f5cfd,0xcfa60920,0x290ba039,0x0c4185f1,0xbc9021df,0xb5295f28,0xd640dded,0xf4e5eb2a,0x1bf8bf85,0xe33edf03,0xceefff6c,0x510cdff1,0x41100a09,0xa01affcf,0xb200dfd7,0xf90fc4f3,0x30430030,0xff9f64fd,0xcf9e08a0,0x270a404d,0x0b5184ee,0x8c85221f,0xb7295f58,0xda10b3ed,0xa4e3eaea,0x3af77f7c,0xe31ee003,0xaef1ff4c,0x520beff1,0x41100a09,0xa01affbf,0xb000dfd6,0xf91fbef3,0x304800a0,0xffaf69fd,0xdf950830,0x25088058,0x0a0182ec,0x0c7f227f,0xbb296f6c,0xdc10a2ed,0x94e2eada,0x3df6cf70,0xe30ee103,0x3ef5ff2c,0x510b7ff2,0x41000a09,0xb01affbf,0xb000dfd5,0xf91fbcf3,0x304800f0,0xffcf68fd,0xff8e07f0,0x21069058,0x08f17aea,0x6c7f22ef,0xbe299f70,0xdc809eed,0x94e2eada,0x50f6bf61,0xe2fee102,0xeef1ff2c,0x500c0fee,0x40f00a09,0x901affcf,0xb700cfd5,0xf91fbaf3,0x20470080,0xff9f63fd,0xdf8d0770,0x2404b051,0x08e17ee9,0x5c8d23af,0xc729af69,0xdbc0a4ed,0x54e0ea9a,0x71f7df74,0xe2fee202,0xeeefff7c,0x510cdfe6,0x41200a09,0x901affcf,0xbc00bfd4,0xf90fbaf3,0x10460000,0xff7f5ffd,0xbf8b06f0,0x2603403c,0x0a41a9e8,0x2cb3244f,0xcf29af59,0xd9e0b2ed,0x14deea6a,0x91f8df7e,0xe2fee303,0x0ef2ffbc,0x520cdfe4,0x41400a09,0xb01bffcf,0xbc00bfd4,0xf8efbef3,0x20460020,0xff7f59fd,0xcf8506c0,0x24024018,0x0c61dae6,0xccef24bf,0xd429af40,0xd780c8ed,0x14deea6a,0xdbf72f35,0xe2fee403,0x1ef0ff9c,0x510c9fe6,0x41100b0a,0x001bffcf,0xbb00cfd3,0xf8cfc0f3,0x40480050,0xff2f56fd,0xbf8606b0,0x24017fe4,0x0eb1e3e5,0x0d2724ff,0xd9298f36,0xd670d1ec,0xe4dcea3b,0x39f17ea0,0xe2fee503,0x3ef0ffcc,0x520d1fe0,0x41100c0a,0x501cffcf,0xbe00bfd3,0xf89fc2f3,0x40470000,0xfeef53fd,0x8f860690,0x26014fb2,0x1121cde2,0xcd4f255f,0xe0294f47,0xd790c2ec,0x74d9e9bb,0x99ebbdff,0xe2eee503,0x3ef1000c,0x550d4fdc,0x41400c0a,0x901dffcf,0xbe00bfd3,0xf87fc4f3,0x4046fff0,0xff1f4ffd,0x7f7e0660,0x26018f83,0x1351aee0,0x6d7125ef,0xe6292f59,0xd910b2ec,0x34d7e98b,0xb3ea3dcc,0xe2bee403,0x2eefffec,0x570d4fdd,0x41600c0a,0xb01dffdf,0xc000bfd3,0xf86fc3f3,0x4044fff0,0xff4f4dfd,0x7f750650,0x23022f54,0x152187de,0x8d88260f,0xe9293f63,0xda00a8eb,0xf4d5e94b,0x78ec1e1c,0xe27ee303,0x1eecffbc,0x580d2fdf,0x41500c0a,0xa01dffdf,0xc000bfd2,0xf88fc1f3,0x50440010,0xff6f4cfd,0x7f6d05e0,0x23029f35,0x16213fdd,0x2d94261f,0xed297f6a,0xda90a3eb,0x44d1e89b,0x24eebe9b,0xe21ee503,0x6eedffac,0x580cefe1,0x41500c0a,0x701dffdf,0xc100afd1,0xf89fc2f3,0x70450040,0xff8f49fd,0x6f6904f0,0x29027f36,0x1660d3dc,0xada0267f,0xf5298f64,0xd9e0a8ea,0x64cce7ca,0xd0f17f0b,0xe19ee904,0x2eefffbc,0x570cffe1,0x41600c0a,0x401cffdf,0xc300afd0,0xf89fc6f3,0x80450030,0xff9f43fd,0x7f670420,0x30026f45,0x15a05ddc,0xdda826ff,0xfe29af48,0xd770c0ea,0x34cae79a,0x9cf3bf56,0xe15eec04,0xbeedffec,0x550d7fe2,0x41500b0a,0x201cffdf,0xc300afd0,0xf89fc8f3,0x9046ffe0,0xffcf3cfd,0x8f6304b0,0x2f018f4b,0x14a011dc,0xfd9b26af,0xf929df15,0xd3d0eeea,0x44cbe7aa,0xb0f48f76,0xe19eea04,0x9ee9ffdc,0x520ddfe7,0x41300b09,0xf01cffdf,0xc100afcf,0xf89fcaf3,0xa045ffe0,0xffef31fd,0x8f620560,0x3200bf5a,0x12efe0dd,0xbd94267f,0xf829cec9,0xd01134ea,0x84cce7eb,0x0af42f6f,0xe21ee604,0x4ee4ffec,0x510e2feb,0x41200b09,0xc01bffcf,0xbf00bfcd,0xf89fccf3,0xb0450020,0x000f28fd,0x7f6404f0,0x3b007f7f,0x110fb2df,0xdd9f270f,0xff298e4e,0xcc51a9ea,0x94cce7fb,0x79f34f58,0xe25ee404,0x4ee0fffc,0x500e6fed,0x41200b09,0xc01bffcf,0xbf00bfcc,0xf8afcdf3,0xc0450060,0x004f21fd,0x7f6404d0,0x41ffbf9c,0x0fffa0e2,0xbda32740,0x06294d63,0xc9028cea,0xd4cde83b,0xe0f26f25,0xe25ee404,0x8edaffcc,0x4f0e5ff0,0x41000b09,0xd01bffdf,0xc200afcb,0xf88fccf3,0xc04400a0,0x006f18fd,0x5f670530,0x46fecfa6,0x0f9fa8e6,0x3da52720,0x0c290bd8,0xc7a40feb,0x04cfe86c,0x38f2aedc,0xe25ee304,0xaed1ffdc,0x510eeff1,0x41100b09,0xb01bffdf,0xc500afca,0xf87fccf3,0xd0420060,0x009f12fd,0x5f690560,0x47fe2f9b,0x100fc5ea,0x7da32710,0x0e28ea65,0xc9157beb,0x54d1e8ac,0x78f3fea5,0xe28ee004,0x7eceffcc,0x500f6ff5,0x41100b09,0xb01bffdf,0xc500afc8,0xf85fcbf4,0x00400000,0x00bf11fd,0x7f6904d0,0x47fddf8b,0x10efedef,0xcd9d2750,0x0f28c9a1,0xcbc63aeb,0xd4d4e92c,0xa3f5de72,0xe2bedd04,0x2ed2ff9c,0x4d0f8ff8,0x40f00b09,0xb01bffdf,0xc500afc7,0xf84fcbf4,0x3040ffb0,0x00cf0efd,0x7f700470,0x4bfd7f7a,0x11e021f5,0x9d8e2770,0x1328895b,0xcd767cec,0x04d5e95c,0xd2f79e3f,0xe2eedc04,0x3ed1ff8c,0x4c0efffb,0x40c00a09,0x901bffdf,0xc500afc5,0xf83fcbf4,0x703f0020,0x00ef09fd,0x7f7604a0,0x4bfd3f64,0x12b05efb,0x3d772710,0x0f288973,0xccf664ec,0x04d6e95d,0x06f91e03,0xe2fede04,0xaeceff6c,0x4c0e4ffd,0x40b00b09,0xa01bffdf,0xc600afc4,0xf81fcaf4,0x903c00b0,0x010f05fd,0x6f7b0510,0x4bfdaf52,0x13108e00,0x7d572670,0x0728ba0a,0xca65d1ec,0x34d7e98d,0x2efb7dc4,0xe33ee004,0xeecdff3c,0x4c0e7001,0x40c00b09,0xc01bffdf,0xc400afc3,0xf81fcaf4,0x703c0100,0x011f02fd,0x6f850590,0x4afe5f4d,0x12d0a104,0xbd3025af,0xfe28dba5,0xc8143eec,0x64d9e9bd,0x5b005da0,0xe3bee204,0xcec8ff2c,0x4c0f4004,0x40f00b09,0xc01bffdf,0xc300afc3,0xf82fcbf4,0x503b0090,0x014efffd,0x6f8d0600,0x4aff3f52,0x11d09607,0xcd00251f,0xf528edcd,0xcae223ec,0x94dae9dd,0xae063dc3,0xe45ee304,0x9ec5fefc,0x4b0f8009,0x40e00a09,0x901bffdf,0xc300afc4,0xf86fcdf4,0x303a00b0,0x014efefd,0x8f970680,0x49002f5f,0x10c08209,0x3cd3244f,0xeb290ee7,0xd2c118ec,0xd4dcea1e,0x130a8e28,0xe4aee204,0xbec7fedc,0x4a0fa00d,0x40c00a09,0x801affdf,0xc100bfc5,0xf89fd0f4,0x103a00e0,0x012f00fd,0x9fa50720,0x48012f76,0x0f907a08,0xfcb8234f,0xe0292f71,0xdd409ded,0x34e0ea7e,0x430abe8f,0xe4dee005,0x6ec6fedc,0x4a10200d,0x40c00a09,0xa01bffdf,0xc000bfc6,0xf8dfd1f3,0xe0380090,0x010f00fd,0xbfb107e0,0x48024f96,0x0e207b07,0x9cab229f,0xd7292fc2,0xe95056ed,0xa4e4eaee,0x01054eae,0xe4eede05,0xaec1feac,0x4910700d,0x40a00b09,0xc01bffdf,0xc300afc7,0xf8ffcff3,0xb0360070,0x012f02fd,0xbfbb0870,0x48032fc2,0x0d007305,0xecaa223f,0xcf291fed,0xf4f026ee,0x04e7eb3d,0x8dfe9e73,0xe4fede04,0xeebbfe6c,0x4b105010,0x40a00b09,0xe01bffdf,0xc400afc8,0xf90fcaf3,0x80350090,0x015f02fd,0xafc308c0,0x4a045ff3,0x0c505204,0xfcad225f,0xce28effd,0xfdb007ee,0x24e8eb5d,0x2bfc5e31,0xe50edf03,0xbeb3fe3c,0x4d101012,0x40a00b09,0xf01bffdf,0xc500afc8,0xf92fc3f3,0x60310130,0x018efbfd,0x4fd10980,0x4d058018,0x0b901505,0x0cb3224f,0xd428d001,0x025ff7ee,0x34e8eb7d,0x01fede27,0xe51ede03,0x4ea9fe4c,0x5310b011,0x40f00a09,0xb01bffdf,0xca009fc8,0xf93fbef3,0x30280140,0x01bf00fd,0x1fd909a0,0x4d068029,0x0aafec06,0x3cb7220f,0xd628d001,0x035ff4ee,0x84ebebbd,0x02000e4e,0xe52edb03,0x7eb0fe0c,0x57107013,0x41400a09,0xa01affdf,0xcc009fc7,0xf97fbff3,0x101f0170,0x01cf0afd,0x1fe00980,0x49078027,0x09aff407,0xbcb621ef,0xd528e001,0x022ff8ee,0xa4ecebdc,0xe3fd0e79,0xe53eda03,0x9ebdfdcc,0x57101016,0x41500a09,0x901affdf,0xcc008fc6,0xf9bfc0f2,0xf01d0170,0x01ef0efd,0x2fe509f0,0x4508300f,0x087fec08,0xfcb7218f,0xd2292fff,0xffe000ee,0x84ebebbc,0xaaf83e89,0xe56edb03,0x8ec2fdac,0x570ff01a,0x41600a09,0x4019ffdf,0xcb009fc5,0xf9ffc1f2,0xd01d0190,0x01ff16fd,0x2fe90a70,0x4108efe5,0x074fc709,0x6cb920ef,0xca294ffd,0xfd6008ee,0x84ebebbc,0x73f40e77,0xe59edd03,0x6ecbfd9c,0x560f401d,0x41500908,0xd018ffdf,0xc7009fc4,0xfa3fc2f2,0xb01e0220,0x020f20fd,0x3fea0ac0,0x3e097fbd,0x064f9d09,0x2cb9206f,0xc0294ff9,0xfa8012ee,0xa4ecebdc,0x3ff19e6b,0xe54ede03,0x8ed7fd7c,0x560eb01d,0x41500808,0x9017ffdf,0xc9009fc4,0xfa5fc1f2,0xa0200230,0x020f2dfd,0x5fe70b00,0x390a7f99,0x05bf9408,0x3cb91fbf,0xb4296ff3,0xf7201eee,0xa4ecebdb,0xfbf06e94,0xe46edc03,0xeedbfd6c,0x540e801d,0x41400808,0x4016ffdf,0xcc008fc7,0xfa8fc0f2,0x802101d0,0x01cf3dfd,0x7fe80b00,0x350c0f82,0x059fa106,0xccb81f1f,0xad29cfea,0xf3a02bee,0x74ebebab,0xbaf00edb,0xe39edb04,0x3ee1fd8c,0x530e7018,0x41500808,0x1016ffdf,0xcc008fcc,0xfabfc1f2,0x70230100,0x017f51fd,0x8fe90a80,0x320d0f7c,0x05cfb505,0x1cbb1eaf,0xa92a0fe0,0xf06037ee,0x64eaeb9b,0x9cef9f07,0xe32ed904,0x5ee9fd8c,0x530e4014,0x41700808,0x1016ffdf,0xc9009fd3,0xfadfc4f2,0x70270030,0x014f60fd,0xafe70a20,0x300dff88,0x065fcd03,0x6cbd1e8f,0xa82a0fd4,0xed1044ee,0x64eaebab,0x8eef2f11,0xe2ded804,0x5eeefd9c,0x530de00f,0x41500707,0xf015ffdf,0xcb009fda,0xfb0fc6f2,0x602affd0,0x012f6cfd,0xcfe409c0,0x2f0f2fa2,0x071fe501,0xbcc21ebf,0xa829dfc5,0xe9d052ee,0x94ebebcb,0x82eedf0a,0xe2ced804,0x2ef1fd9c,0x530d100b,0x41300707,0xd015ffdf,0xcc009fdf,0xfb3fc7f2,0x402c0020,0x00ff77fd,0xefe40920,0x2e100fc1,0x07dff400,0x2cc81f1f,0xaa29bfb7,0xe6e060ee,0xd4eeec0b,0x75ec9ef8,0xe2fed903,0xcef7fdbc,0x520c3006,0x41000707,0xe015ffdf,0xca009fe0,0xfb4fc5f2,0x502e0080,0x00cf7dfd,0xefe40910,0x2e10afd8,0x082009fe,0xccce1f1f,0xaa29afa6,0xe3f06fee,0xf4efec2b,0x72eb1ee6,0xe31edb03,0x6efafdec,0x520bc002,0x41000707,0xb015ffdf,0xc9009fe1,0xfb5fc3f2,0x60300090,0x00af83fd,0xffe30920,0x3010efe5,0x082027fd,0x9cd01eef,0xa929bf8f,0xe09083ee,0xf4efec2b,0x7cec4edf,0xe33edd03,0x4efefe0c,0x510b3000,0x41000707,0x9014ffdf,0xc7009fe2,0xfb6fc3f2,0x803300a0,0x00af82fd,0xcfe40940,0x33107fe9,0x079039fc,0xacd21eef,0xab29bf77,0xdd9098ee,0xe4efec1b,0x90ed7ed4,0xe34edf03,0x2efcfe3c,0x540b4ffc,0x41200707,0x7014ffdf,0xc9009fe2,0xfb7fc3f2,0x803300a0,0x00af83fd,0xbfe20920,0x340f9fdd,0x06e04afc,0x0cd31f2f,0xad29df5c,0xdab0afee,0xd4eeec0b,0x92ef6edf,0xe33ede03,0x2efffe3c,0x550b2ffc,0x41300707,0x8014ffdf,0xc9009fe3,0xfb5fc6f2,0x803400c0,0x00bf84fd,0xdfdc08c0,0x300f3fc0,0x05c060fb,0xdcd41f9f,0xaf29ef3b,0xd7c0ccee,0xc4edebfb,0x79f2af03,0xe2fedb03,0x4f03fdfc,0x520b5001,0x41100707,0xb015ffdf,0xc400afe2,0xfb2fc9f2,0x80350080,0x00bf83fd,0xdfd70860,0x300edf9f,0x04b074fc,0x1cd1204f,0xb329df10,0xd4b0f3ee,0xa4ecebdb,0x47f64f20,0xe2ced803,0x5f01fe0c,0x520b7001,0x41200707,0xb015ffdf,0xc400afe1,0xfaffc7f2,0x90360060,0x00af82fd,0xffd507f0,0x2d0daf8a,0x044086fc,0x3ccd20cf,0xba29ceda,0xd1b124ee,0x64eaeb9a,0xe7f95f42,0xe2bed803,0x4f00fe1c,0x510b8002,0x41100707,0xe015ffdf,0xc000bfe1,0xfabfc5f2,0x90380060,0x009f80fe,0x0fd107a0,0x2b0c6f8e,0x049093fc,0x3cca215f,0xc029beb3,0xd03148ee,0x24e7eb6a,0x7efa8f6b,0xe2beda03,0x3efffe2c,0x4f0b9002,0x40f00808,0x0016ffcf,0xbe00bfe0,0xfa8fc3f2,0x90380090,0x009f7dfe,0x0fca0770,0x2c0b9fa7,0x04e08ffb,0xdcc121cf,0xc2299e99,0xcf6160ed,0xe4e5eb1a,0x4ffa3f72,0xe2aeda03,0x3efdfe5c,0x4e0bb000,0x40e00707,0xe015ffdf,0xc000bfdf,0xfa7fc3f2,0x90380090,0x00af7bfe,0x0fc40780,0x2c0acfcd,0x04d07bfb,0x3cb421ff,0xc4297e82,0xcea176ed,0xb4e4eafa,0x4afa8f76,0xe2aeda03,0x4ef9fe8c,0x4e0be000,0x40f00707,0x9015ffcf,0xbf00bfdf,0xfa8fc2f2,0x90390090,0x00af7afe,0x0fbd0750,0x2c09fffa,0x04405dfa,0x7cab224f,0xc8296e74,0xce4183ed,0x94e3eada,0x59fb9f85,0xe2aeda03,0x5efbfecc,0x4d0bdffe,0x40e00707,0x6014ffdf,0xc000bfde,0xfa7fc1f2,0x903900a0,0x009f7afe,0x0fb606e0,0x2e095026,0x02e03ff9,0xeca922af,0xcd297e6e,0xce1188ed,0x34e0ea7a,0x6cfbdf8a,0xe29eda03,0x6f01fefc,0x4c0b8ffc,0x40e00607,0x3013ffdf,0xc300afdd,0xfa7fc6f2,0x803900d0,0x008f78fe,0x0fb10690,0x3008b047,0x00b024f9,0x2caf22ff,0xd3298e79,0xce617fec,0xf4ddea3a,0x78fc0f9a,0xe29edb03,0x6f02ff3c,0x4c0c0ff6,0x40e00607,0x0013ffdf,0xc7009fdc,0xfa8fc7f2,0x803a0080,0x007f76fe,0x0fad0640,0x3108105e,0xfe8006f8,0x4cb8234f,0xd8298e8b,0xced16eec,0xb4dcea0a,0x73fcbf9c,0xe29edb03,0x5f02ff6c,0x4b0caff3,0x40e00606,0xe013ffdf,0xcb009fda,0xfa7fc4f2,0x903b0020,0x007f72fe,0x1fa70620,0x3007e06f,0xfccfe7f7,0xacc0237f,0xdb299e95,0xcf2164ec,0x74dae9ca,0x6dfd0f92,0xe28edc03,0x4f01ffac,0x4a0caff2,0x40d00606,0xc012ffdf,0xcc008fd8,0xfa6fc1f2,0x903b0040,0x008f6efe,0x0fa20600,0x3107b07e,0xfb6fd3f7,0x7ccb23bf,0xde298e98,0xcf3162ec,0x74d9e9ba,0x69fccf8e,0xe27edc03,0x3efeffdc,0x4a0c8ff0,0x40c00606,0x9012ffdf,0xcd008fd6,0xfa4fbff2,0xa03b0090,0x008f68fd,0xef9f0610,0x34077088,0xfa4fc4f7,0x6cd523ef,0xe0298e97,0xcf2163ec,0x64d9e9ba,0x6efcbf86,0xe27edd03,0x1efb001c,0x4b0cffee,0x40e00506,0x7011ffdf,0xce008fd4,0xfa3fc0f2,0xb03b0070,0x008f62fd,0xcf9c0640,0x35074089,0xf99fbcf7,0x5cda23ff,0xdf297e92,0xcf0167ec,0x84dae9da,0x7afc5f87,0xe27edd02,0xeefb003c,0x4c0d2fed,0x41000506,0x6011ffdf,0xcf008fd2,0xfa2fc2f2,0xb03a0070,0x006f62fd,0xef9b0650,0x32074084,0xf94fb9f7,0x5cdc23ef,0xdd296e8c,0xced16dec,0x84dae9da,0x7bfc2f90,0xe27edd02,0xeefc005c,0x490cdfeb,0x40d00506,0x7011ffdf,0xce008fd2,0xfa2fc2f2,0xc03900b0,0x004f61fd,0xff9a0640,0x31074086,0xf96fb4f7,0x6cdc23ef,0xdd295e86,0xcea172ec,0x54d8e9aa,0x7afc5f95,0xe25edf03,0x0ef9007c,0x490d2fe9,0x40d00506,0x7011ffdf,0xcf008fd2,0xfa2fbff2,0xa03a0080,0x006f5efd,0xdf970640,0x32075084,0xf97fabf7,0x9cd723ff,0xde295e7d,0xce617aec,0x44d8e98a,0x7ffcdf91,0xe24edf03,0x2ef3007c,0x4b0dafe9,0x40e00506,0x8012ffdf,0xd0008fd2,0xfa1fbcf2,0x903c0070,0x005f5bfd,0xbf970660,0x3407607c,0xf96fa7f7,0xbcd423ff,0xdd297e78,0xce417fec,0x34d8e98a,0x80fd3f8f,0xe23edd03,0x4ef3009c,0x4c0d9fe8,0x40f00606,0xa012ffdf,0xce008fd2,0xfa0fbef2,0xc03c0080,0x003f5dfd,0xdf970650,0x32076075,0xf95fa6f7,0xecd223ef,0xdc298e77,0xce3180ec,0x04d6e95a,0x7bfd7f93,0xe22eda03,0x6ef8008c,0x4a0d3fe8,0x40d00606,0xc012ffdf,0xcd008fd2,0xf9efc1f2,0xd03c0090,0x004f5dfd,0xef960640,0x3007707d,0xf8afa5f8,0x1ccf23ef,0xdc297e6e,0xcdf189ec,0x14d7e96a,0x74fdff97,0xe22ed903,0x5ef8007c,0x490cffea,0x40d00606,0xe013ffdf,0xcb009fd1,0xf9cfbff2,0xe03e00b0,0x003f5cfd,0xdf980630,0x3007508b,0xf7bfa6f8,0x9cd023ef,0xdc297e44,0xccf1b1ec,0x44d8e99a,0x68ff1f96,0xe25edc03,0x2ef7008c,0x4a0d0fea,0x40d00607,0x0013ffdf,0xc9009fd1,0xf9bfbef2,0xf04000a0,0x002f5bfd,0xcf9b0600,0x30066088,0xf6bfa3f9,0x8cd423ff,0xde297df1,0xcb6200ec,0x64d9e9ba,0x60ffbf84,0xe28edf03,0x0ef5009c,0x4b0d3fe9,0x40e00607,0x2013ffdf,0xc7009fd1,0xf99fbcf3,0x00420080,0x001f5bfd,0xcf9e05b0,0x31048085,0xf52f94fa,0x3cd8241f,0xe0299d81,0xc9f26cec,0x54d8e99a,0x64ff8f76,0xe2bee103,0x2ef9008c,0x4a0d0feb,0x40e00607,0x3013ffdf,0xc100afd1,0xf99fbff3,0x10440080,0x001f5bfd,0xcfa00560,0x3202b083,0xf34f70fa,0x2cd8241f,0xe229bd14,0xc912d6ec,0x04d6e95a,0x8000bf8f,0xe2eee403,0x5efb008c,0x4a0cdfef,0x40f00607,0x3013ffcf,0xbc00bfd1,0xf9afc2f3,0x30440080,0x003f58fd,0xcfa10530,0x3301b083,0xf17f3cf9,0xecde243f,0xe329ecc8,0xc8a321eb,0x74d2e8ca,0xad029fc8,0xe31ee603,0x6ef7006c,0x4b0c9ff4,0x40f00607,0x4013ffcf,0xb700cfd0,0xf9bfc0f3,0x504300b0,0x006f52fd,0xaf9f0540,0x3500808c,0xef8f03f9,0x9ceb244f,0xe22a3cad,0xc8833bea,0x94cce7fa,0xd4028fe4,0xe36ee703,0x6eee006c,0x4d0ccff7,0x41100607,0x2013ffcf,0xb500dfd0,0xf9cfbdf3,0x604200b0,0x007f4ffd,0x9f9f0520,0x37ff6093,0xed6ecaf9,0x5cfe246f,0xdf2a5ca3,0xc87345e9,0xf4c8e75a,0xdd01afcc,0xe3aee703,0x6eec007c,0x4e0d0ff7,0x41200607,0x0013ffcf,0xb600cfd0,0xf9cfbdf3,0x604200a0,0x006f4cfd,0xafa00510,0x36fe809d,0xeb8e9af9,0x5d13248f,0xde2a4c9c,0xc8634ce9,0x84c6e6ea,0xd0024fac,0xe3bee903,0x5eed00bc,0x4b0ceff5,0x41000606,0xc012ffcf,0xba00cfcf,0xf9dfc1f3,0x404100f0,0x00af45fd,0xaf9c0580,0x36fe60ae,0xea3e7ef9,0x6d2b24bf,0xdd2a0cb4,0xc87334e9,0x64c5e6da,0xbe02df98,0xe3aeec03,0x4eeb00cc,0x4a0d2ff5,0x41000506,0x8011ffdf,0xc100bfcf,0xf9dfc5f3,0x303f0100,0x00df3ffd,0x8f970620,0x35fe40bd,0xe97e6cf9,0x6d4124bf,0xdf29dcd9,0xc8a310e9,0x84c5e6ea,0xb202af8d,0xe3aeec03,0x3ee600cc,0x4c0daff6,0x41100506,0x5011ffdf,0xc400afcd,0xf9efc3f3,0x203e0110,0x00cf3bfd,0x5f9806b0,0x34fe30cc,0xe93e5cf9,0x2d5124cf,0xe129bcf6,0xc8c2f4e9,0x44c4e6ba,0xb302af8b,0xe3beeb03,0x1ee700fc,0x4e0e1ff3,0x41400506,0x5011ffdf,0xc500afcb,0xf9dfc4f3,0x303f00e0,0x00bf39fd,0x5f9706f0,0x33fe70da,0xe90e51f8,0xfd5c250f,0xe4297d09,0xc8e2e1e9,0x44c3e6ba,0xb402af8c,0xe3aee902,0xfeeb011c,0x4d0e4ff1,0x41500506,0x5011ffdf,0xc600afca,0xf9efc5f3,0x304000d0,0x00bf39fd,0x5f950710,0x30fee0e6,0xe92e4ff8,0xdd61254f,0xe6294d10,0xc8e2dbe9,0x64c4e6da,0xb5034fc8,0xe39ee802,0xeeed011c,0x4d0e0ff0,0x41500506,0x5011ffdf,0xc8009fcd,0xfa0fcdf3,0x303f00e0,0x00af3afd,0x5f940730,0x2eff20ee,0xe9ee4ff8,0xbd64257f,0xe8294d0f,0xc8e2dce9,0x44c3e6ba,0xb9038fe6,0xe37ee702,0xdeed012c,0x4e0e5fed,0x41500506,0x6011ffdf,0xcb009fce,0xf9ffcdf3,0x30400090,0x00af3bfd,0x4f930750,0x2dff60f1,0xea8e50f8,0xcd64256f,0xe7294d0a,0xc8e2e0e9,0x44c3e6aa,0xba026fa4,0xe37ee702,0xfeeb011c,0x4f0e7feb,0x41600506,0x9012ffdf,0xcc008fce,0xf9efccf3,0x40410070,0x008f3dfd,0x6f920740,0x2affd0ef,0xeb3e54f8,0xed60256f,0xe5295d05,0xc8d2e5e9,0x74c4e6ea,0xb9021f7a,0xe36ee903,0x4eec012c,0x4e0defea,0x41300606,0x9012ffdf,0xcb009fce,0xf9cfccf3,0x304000e0,0x004f3ffd,0x6f950740,0x290070e6,0xec3e5ff8,0xed59253f,0xe4296d09,0xc8e2e1e9,0x84c5e6fa,0xb301ef82,0xe37eeb03,0x8eec015c,0x4e0dcfe7,0x41400606,0x9012ffdf,0xc8009fcf,0xf9bfcbf3,0x40420100,0x001f42fd,0x5f980760,0x290110d4,0xed3e73f9,0x0d51250f,0xe3298d18,0xc902d3e9,0x94c5e70a,0xac006f98,0xe39eed03,0x9eeb019c,0x500dafe2,0x41500606,0x9012ffdf,0xc8009fcf,0xf9afc8f3,0x504200e0,0xffef46fd,0x5f9a0720,0x280190c2,0xee9e94f9,0x7d48251f,0xe3299d30,0xc932bbe9,0xa4c5e71a,0xa3fd6fa8,0xe3aeee03,0x8ef201bc,0x500d6fe0,0x41600606,0xb012ffdf,0xc500afd0,0xf97fcaf3,0x504400e0,0xffff49fd,0x5f960700,0x260210b0,0xf06ecdfa,0x6d3f253f,0xe2299d42,0xc952aae9,0xc4c6e73a,0xa2fa9fa9,0xe3beef03,0x7ef2019c,0x500d1fe4,0x41600606,0xc012ffdf,0xc000bfd0,0xf96fc8f3,0x60450110,0x001f4bfd,0x6f920710,0x2403109e,0xf22f18fb,0xbd36253f,0xe1298d3d,0xc952aee9,0xd4c6e74a,0xb7f83f9a,0xe3beef03,0x5ef2016c,0x500d0fe7,0x41500606,0xc012ffdf,0xc000bfd0,0xf97fc5f3,0x504400f0,0x004f4dfd,0x7f8d0730,0x21043090,0xf3cf67fd,0x3d2e254f,0xe2297d23,0xc932c8e9,0xe4c7e75a,0xddf6ef70,0xe3beef03,0x4ef3014c,0x4e0d1fe9,0x41400606,0xa012ffdf,0xc000bfd0,0xf97fc6f3,0x404300a0,0x004f4ffd,0x8f8c0740,0x1f053083,0xf56faffe,0x8d24253f,0xe3296d08,0xc902e2ea,0x24c8e78b,0x00f70f30,0xe3beef03,0x1ef3013c,0x4d0ccfe9,0x41300606,0x9012ffdf,0xc100afd0,0xf97fc6f3,0x504400e0,0x003f4ffd,0x9f8b0720,0x1d061079,0xf6dfe9ff,0xed16254f,0xe4297d07,0xc902e2ea,0x14c8e78b,0x30f79ee8,0xe3beef02,0xeef4015c,0x4c0cffe4,0x41200506,0x8012ffdf,0xc8009fd0,0xf97fc5f3,0x504400b0,0x001f4efd,0x8f8e0720,0x1d061058,0xf8802301,0x0d07252f,0xe6299d1a,0xc932cfea,0x04c7e76b,0x6af8dec9,0xe3aeef02,0xfef3018c,0x4c0d6fe0,0x41200506,0x7011ffdf,0xcb009fd0,0xf97fc5f3,0x50440040,0x000f4cfd,0x6f910740,0x1e04d027,0xfaf05902,0x0cf7251f,0xe529ad3a,0xc972b1e9,0xf4c7e75b,0xa8fa9ec5,0xe3aeef03,0x4eee01ac,0x4e0dcfde,0x41400506,0x5011ffdf,0xcc009fd1,0xf97fc4f3,0x4042fff0,0xffff4bfd,0x6f950760,0x1e044003,0xfd408903,0x0ced24ff,0xe129bd4f,0xc9a29ce9,0xf4c7e75b,0xddfc3e97,0xe3aef003,0x6eee01cc,0x4f0dffdd,0x41500506,0x6011ffdf,0xcc008fd2,0xf98fc7f3,0x4043ffc0,0xffaf4efd,0x8f9b0720,0x1a041fe0,0xff80b903,0xccea24ef,0xdf29ad52,0xc9b29aea,0x44c9e7bc,0x00fd4e66,0xe3cef003,0x0ef401dc,0x4d0ddfdb,0x41300606,0x9012ffdf,0xc9009fd4,0xf98fcbf3,0x5044ffd0,0xffbf50fd,0x9f9c06f0,0x1703efb8,0x0190ee04,0x5cf1250f,0xdb29ad3e,0xc982adea,0x74cbe7dc,0x26febe52,0xe3feef02,0x7ef501ac,0x4c0d5fde,0x41200606,0xb012ffdf,0xc500afd5,0xf98fcdf3,0x50450040,0xffbf51fd,0x8f9d06d0,0x17038f95,0x03711904,0x5cf6251f,0xd8299d07,0xc902e2ea,0x44cae7ac,0x65019e31,0xe41eee02,0x1ef5018c,0x4e0d0fe2,0x41400606,0xc012ffdf,0xc000bfd6,0xf99fcef3,0x60460060,0xffaf55fd,0x7fa206b0,0x15031f82,0x05412f03,0x8d00252f,0xd7299cd9,0xc8b30fea,0x14c8e77c,0xc304bdd1,0xe41eeb01,0xeef7017c,0x4f0cafe3,0x41500606,0xf013ffcf,0xbe00bfd7,0xf9bfcef3,0x70470070,0xff7f5cfd,0x9fa70690,0x1202ff7d,0x06b14602,0x0d13251f,0xd5299cbd,0xc8932be9,0xd4c7e74d,0x27073d8e,0xe42eea01,0xdefa015c,0x500c8fe2,0x41400607,0x1013ffcf,0xbc00bfd8,0xf9efcdf3,0x70470040,0xff6f62fd,0xbfa906b0,0x0f033f83,0x07a15b00,0x2d1b24ef,0xd2297c84,0xc85364e9,0xa4c6e70d,0x6e0abd8a,0xe42eeb01,0xcefd012c,0x4f0cafe3,0x41300607,0x3013ffcf,0xbb00cfd9,0xfa2fcbf3,0x7047ffe0,0xffcf67fd,0xbfa206f0,0x0b03bf8d,0x08616dfe,0x3d1c24bf,0xce297c3d,0xc823a9e9,0x44c3e6bd,0xa60fad9f,0xe43eef01,0xeefb00ac,0x500c8fe8,0x41300607,0x1013ffcf,0xbd00bfda,0xfa6fc9f3,0x5045ffd0,0x002f69fd,0xaf9c0770,0x0a041f92,0x08a17dfc,0x2d15242f,0xc429cc38,0xc823aee8,0x54bee5cd,0xe7134dca,0xe48ef502,0x1efd004c,0x510c5fed,0x41500607,0x0013ffdf,0xc100bfdb,0xfa7fccf3,0x4043ffc0,0x005f6afd,0x9f980820,0x09047f96,0x08d184fa,0x2d02233f,0xb22a2c76,0xc84371e7,0x34b9e4be,0x1d152dea,0xe4fefd02,0x8f00002c,0x510c0ff0,0x41500606,0xe012ffdf,0xc100bfdc,0xfa7fd0f3,0x40440010,0x003f6dfd,0x9f9a0890,0x0904bf98,0x096185f8,0x4ce3224f,0xa02a8ce3,0xc8b306e6,0x54b5e3de,0x23147dfc,0xe56f0402,0xef05004c,0x510bffee,0x41600606,0xb012ffdf,0xc100afdd,0xfa7fd4f3,0x5045fff0,0xffff70fd,0x7fa008f0,0x0b050f97,0x09f188f6,0x9cc2216f,0x922afd69,0xc9b283e5,0x74b1e2fd,0xf710ae08,0xe5cf0802,0xff07007c,0x520b9fec,0x41700606,0xa012ffcf,0xbf00bfdd,0xfa8fd4f3,0x50460000,0xffbf74fd,0x8fa40900,0x0a055f93,0x0a418bf5,0x6c9e20cf,0x892b5de5,0xcb320ce4,0x54ace1dd,0x980a2e08,0xe61f0a02,0xef06008c,0x520acfec,0x41700606,0xc012ffcf,0xb900cfde,0xfa6fd0f3,0x60470080,0xff9f79fd,0xafa70890,0x0a058f96,0x09f18cf5,0x0c8220bf,0x892b8e20,0xcc31d3e3,0xa4aae12d,0x0e03be0d,0xe5ff0702,0xbf06007c,0x510a8fed,0x41500606,0xf013ffcf,0xb400dfdf,0xfa5fcdf3,0x70490070,0xffaf7dfd,0xcfa807d0,0x0b05bfa5,0x09418af5,0x5c70213f,0x8f2b6e1c,0xcc31d7e4,0x04abe18c,0x70febe31,0xe56efe02,0x5f07003c,0x500a7ff0,0x41300607,0x3013ffcf,0xb200dfe0,0xfa4fccf3,0x70490040,0xffbf7cfd,0xdfa90750,0x0d05afae,0x082188f5,0xec6221df,0x962b2e16,0xcc11dce4,0xb4aee23b,0xfafb2e51,0xe50efa01,0xff02fffc,0x4f0a6ff3,0x41100707,0x6014ffbf,0xb000dfe1,0xfa3fc9f3,0x70490060,0xffbf79fd,0xdfab0790,0x0d055fa5,0x07518ef6,0x5c4e21df,0x942afe33,0xccb1c0e5,0x14afe29b,0xc6f93e58,0xe53f0401,0xaeffffec,0x4f0aaff5,0x41000707,0x7014ffbf,0xae00efe3,0xfa2fcdf3,0x70490050,0xff5f7afd,0xefb10870,0x09054f88,0x0731a6f6,0x2c38215f,0x862aee67,0xce0190e5,0x84b1e2fb,0xb9f90e62,0xe5af1201,0x7f05000c,0x4d0adff1,0x40f00707,0xb015ffbf,0xab00efe4,0xfa1fd5f3,0x70490010,0xfeaf81fe,0x1fbe08e0,0x0504ef6b,0x0711c7f5,0x0c2020ef,0x7e2aaea2,0xcfc158e6,0x34b4e3ab,0xb8f9de70,0xe60f1401,0xcf0f002c,0x4b0a9fe9,0x40d00808,0x5017ffbf,0xab00efe6,0xfa0fdaf3,0x704affd0,0xfe2f8afe,0x2fce0890,0x04043f59,0x0741e1f3,0x5c0c20bf,0x842a7ed7,0xd1e127e7,0x04b8e47b,0xa8f95e7e,0xe65f0c02,0xcf15001c,0x4c0a3fe3,0x40d00909,0x0019ffbf,0xa800ffe8,0xf9efd9f3,0x7050ff80,0xfdff96fe,0x2fd907c0,0x03037f48,0x0791f3f1,0xfbfc20bf,0x8a2a8ef9,0xd38108e7,0x74bae4eb,0x81f7de92,0xe6af0603,0x7f1aff9c,0x4e09bfe5,0x40d00a09,0xc01bffaf,0xa1010fea,0xf9bfd5f3,0x7055ff70,0xfe2fa0fe,0x0fdf06e0,0x0402ff38,0x07b1f5f1,0x2bef209f,0x8e2abf06,0xd440fce7,0xb4bce52b,0x66f78e96,0xe6ef0703,0x3f19ff0c,0x5209bfeb,0x41000b0a,0x201cffaf,0x9a011feb,0xf9ffcdf3,0x1053fff0,0xfe4fa5fd,0xffe50600,0x05027f31,0x07e1e8f0,0xabe320cf,0x8f2aff0b,0xd4a0f7e7,0xa4bce51b,0x6df82e8e,0xe72f0a02,0x8f14feac,0x5609eff2,0x41200b0a,0x301cff9f,0x97012fed,0xfa4fc5f2,0xa0520060,0xfe8faafe,0x1fe90540,0x03023f2c,0x0801def0,0x5bde20ef,0x8e2b5f09,0xd480f9e7,0xc4bde52b,0x77f87e8f,0xe78f0d02,0x1f13fe5c,0x5409cff8,0x41000b0a,0x001bff9f,0x95012fec,0xfa6fc0f2,0xd050fff0,0xfebfacfe,0x2fed04e0,0x03025f2a,0x0821e2f0,0x5be220df,0x8d2baefb,0xd3a106e8,0x04bee56b,0x58f8aeba,0xe80f1001,0xbf18fe1c,0x5109effd,0x41000a09,0xc01bff9f,0x95012feb,0xfa9fc2f2,0xe04dff60,0xfedfa8fe,0x2ff30490,0x04028f31,0x0811ecf0,0x6beb20ef,0x8e2bbeea,0xd2c115e8,0x24bfe59b,0x22f89f0f,0xe86f1201,0x8f1afe1c,0x510a2001,0x41000a09,0x801aff9f,0x96012fea,0xfadfc4f2,0xf049ff30,0xff0f9ffe,0x0ff70500,0x0902bf38,0x0791f5f0,0x8bf720cf,0x912bbedb,0xd1f123e8,0x44bfe5ab,0x07f7ef2e,0xe89f1401,0x7f15fe1c,0x520a7004,0x41100a09,0x4019ffaf,0x98012fe9,0xfb0fc7f3,0x0045ff30,0xff3f96fd,0xfff80570,0x0b030f46,0x06e1f0f0,0x8c0120df,0x942b9ed0,0xd1712ee8,0x64c0e5cb,0x05f76f11,0xe8af1501,0x8f11fe0c,0x520a800a,0x41100909,0x1019ff9f,0x97012fe8,0xfb1fcaf3,0x1042ffa0,0xff5f8dfe,0x0ff90580,0x0e035f5c,0x0621e6f0,0x6c0e213f,0x9a2b5ec3,0xd0f139e8,0x94c1e5fb,0x15f6eef9,0xe8bf1301,0xef0efdfc,0x510a600d,0x40f00909,0x0018ff9f,0x96012fe7,0xfb1fcef3,0x30400010,0xff8f83fe,0x0ff705a0,0x1203cf7d,0x0521e2f0,0x6c24218f,0xa12b0eab,0xcff150e8,0xb4c2e62b,0x44f72ee7,0xe8df0d02,0x9f04fe0c,0x510a6010,0x40f00908,0xe018ffaf,0x98012fe3,0xfb0fc9f3,0x503d0080,0xffaf7afe,0x0ff40590,0x15040fa4,0x03f1cef0,0x7c4021bf,0xa82aee8f,0xcf0169e8,0x64c0e5cb,0xa9f86eae,0xe8df0903,0x3efdfe3c,0x500a4011,0x40e00908,0xa017ffaf,0x9b011fe0,0xfb1fc3f3,0x703900d0,0xffff72fe,0x0fed0580,0x17045fc9,0x02a1a6f1,0x2c5b221f,0xb02ade84,0xcea174e7,0x94bbe50c,0x50fa3e4b,0xe8df0b03,0x5ef8fe5c,0x4f0a8012,0x40e00808,0x4016ffaf,0x9e010fdd,0xfb1fc1f3,0x90390100,0x002f67fd,0xffe505c0,0x1a048fe9,0x018175f2,0x7c71221f,0xb62afe8c,0xcee16de6,0xc4b7e43c,0xfafd9ded,0xe8df1003,0x4ef3feac,0x4f0b5012,0x40f00707,0xd015ffaf,0xa2010fdb,0xfb2fc3f3,0x80390100,0x003f5cfd,0xcfdd0660,0x1d047000,0x005149f4,0x1c8221bf,0xb72aee9b,0xcf715fe6,0xe4b8e45d,0x38ffcdc1,0xe88f0f03,0x9eefff2c,0x500be00f,0x41100607,0x4013ffbf,0xa500ffd9,0xfb4fc6f3,0x70380120,0x005f56fd,0xdfd30730,0x1d04800f,0xfee134f6,0x3c90211f,0xb22acea5,0xcfd155e6,0xf4b8e46c,0xcefcddee,0xe80f0a04,0x4ef5ff7c,0x4d0bf00c,0x41100606,0xc012ffbf,0xac00efd6,0xfb4fcdf3,0x60370150,0x006f54fd,0xdfc90790,0x1d04d026,0xfd711df8,0xdc9d211f,0xaf2abea6,0xcfe154e6,0xe4b8e45b,0xcff5ae6f,0xe78f0504,0xbefaffdc,0x4a0c7004,0x41000506,0x4011ffcf,0xba00cfd3,0xfb3fd0f3,0x30330110,0x003f54fd,0xefc40760,0x1d04b041,0xfbb0eafb,0x4ca2218f,0xb22a7e9c,0xcf915de7,0x54bae4ca,0xa9f20efc,0xe72f0304,0x6efd004c,0x480d2ff8,0x40e00506,0x0010ffdf,0xc7009fd1,0xfb0fcef3,0x103000b0,0x001f50fd,0xefc10760,0x1d04405c,0xfa20a1fd,0x7c9f21ef,0xb62a3e79,0xce817ee7,0xd4bce54a,0x18f61f49,0xe6ef0203,0xeefa00cc,0x470e1fec,0x40c00405,0xb00fffef,0xd5007fcf,0xfacfcaf2,0xe02e0000,0x002f4cfd,0xefba0780,0x1d042075,0xf8f05bff,0x3c9b221f,0xb72a0e50,0xcd61a5e8,0x24bee58a,0x24fb1fa4,0xe6df0203,0x8ef5011c,0x460f2fe5,0x40b00405,0x600effef,0xe2005fcd,0xfa9fc6f2,0x40300020,0x005f47fd,0xefb107a0,0x1c04408f,0xf7b01900,0x6c9c220f,0xb82a0e41,0xcd11b3e8,0x24bee59a,0x6dfaefcf,0xe71f0503,0x4ef0014c,0x450fcfe2,0x40a00404,0xf00dffff,0xea003fca,0xfacfc1f2,0x102c0030,0x007f46fd,0xefa907a0,0x1a043094,0xf72fde00,0xfca421ff,0xb82a1e32,0xccc1c1e8,0x44bee5ba,0x88f92fc4,0xe73f0703,0x1ef7016c,0x43104fdf,0x40900304,0xa00cffff,0xf1002fc8,0xfaffc4f1,0xf02a0000,0x00af45fd,0xdfa107d0,0x1b042096,0xf6cfaa01,0x3cad21ef,0xb72a0e0a,0xcbf1e8e8,0x34bee59a,0x74fa3fc0,0xe72f0602,0xff03018c,0x43105fdd,0x40a00304,0x500bffff,0xf8001fc5,0xfb1fcdf1,0xf02bfff0,0x00bf42fd,0xaf9d0820,0x1c04a097,0xf6bf8401,0x1cb721df,0xb62a0de7,0xcb6209e8,0x34bee5aa,0x75fb5fc6,0xe6ff0502,0xef0c01cc,0x450fcfde,0x40e00304,0x100bffff,0xf5001fc1,0xfb3fcff2,0x10310050,0x008f44fd,0x8f9b0840,0x1c05b090,0xf73f7100,0xacbe21bf,0xb32a0dcf,0xcb0221e8,0x54bfe5ca,0x8afbcfca,0xe6ef0503,0x0f12021c,0x470f8fdd,0x41000203,0xe00affff,0xed003fc2,0xfb4fd4f2,0x30360050,0x005f4cfd,0xaf9807e0,0x19062088,0xf77f6f00,0x4cc2218f,0xaa2a0dab,0xca8243e8,0x94c0e60a,0x9bfc0fd1,0xe6ff0603,0x5f19023c,0x450f0fdd,0x41000203,0xe00affff,0xe5004fc2,0xfb4fd4f2,0x503b0020,0x004f53fd,0xaf960780,0x18064082,0xf79f80ff,0xecc7215f,0x9f29ed78,0xc9f274e8,0xf4c3e65a,0xa0fc6fd1,0xe6ff0803,0xaf1b026c,0x460e7fdf,0x41200203,0xc00affef,0xdb006fc3,0xfb3fd1f2,0xa0410020,0x001f58fd,0x8f940730,0x1806b078,0xf7afacff,0x8cd3217f,0x9c29ed43,0xc982a8e8,0xe4c2e64a,0xa8fc1fc6,0xe6ef0803,0xff1d02ac,0x490ddfdf,0x41500203,0x9009ffef,0xd4007fc3,0xfb3fcff2,0xe0430010,0x000f5cfd,0x7f9306e0,0x1907806d,0xf7cff5ff,0x3cec21bf,0x9c29ed0d,0xc912dce8,0xb4c1e62a,0xbcfa9fa8,0xe6df0804,0x3f1d02cc,0x4a0d3fde,0x41600203,0x9009ffef,0xd1008fc4,0xfb2fccf3,0x00450010,0xffdf62fd,0x9f910680,0x16076050,0xf8204efe,0xbd0e224f,0xa22a0cc2,0xc8a326e8,0x54bfe5ba,0xc8f90f64,0xe6cf0903,0xef1e02dc,0x490cefdb,0x41400203,0xc00affdf,0xd0008fc6,0xfaffc9f3,0x20470000,0xffbf63fd,0x9f900680,0x15066024,0xf8e0a4fd,0xcd2b22ef,0xad2a2c66,0xc84381e7,0xd4bce54a,0xbdf80f12,0xe6cf0c02,0xef1d02fc,0x480cffd6,0x41300203,0xc00affef,0xd2007fc7,0xfadfc9f3,0x304affc0,0xff9f66fd,0xbf8e0660,0x1306900c,0xf950eafc,0xad3b234f,0xb22a0c09,0xc813dce7,0xd4bce54a,0xb4f74ed1,0xe6cf0d02,0x2f20032c,0x460d3fd2,0x41200203,0xa009ffef,0xd2007fc8,0xfadfcdf3,0x404eff50,0xff7f68fd,0xbf8c0630,0x13075ffa,0xf9c11ffb,0x8d3d23af,0xb629fbc6,0xc8041ee7,0x94bbe51a,0xcff5ee9d,0xe6af0c02,0x4f22034c,0x450cefd2,0x41200203,0xa009ffdf,0xcd008fc9,0xfabfcff3,0x5051ff70,0xff8f6afd,0xaf880610,0x12080fe9,0xfa8141fa,0x8d30240f,0xbb29eb99,0xc8144ae7,0x54b9e4ca,0xf5f5be86,0xe68f0902,0xbf26032c,0x470c5fd6,0x41200203,0xd00affdf,0xc8009fca,0xfaafd2f3,0x4052ffd0,0xffaf6ffd,0xaf8405b0,0x10082fd7,0xfb8150f9,0xbd19246f,0xc029eb85,0xc8245de6,0xc4b6e44b,0x11f67e8e,0xe66f0902,0xdf2a02cc,0x470c1fda,0x41200304,0x300bffdf,0xc400afcb,0xfaafd4f3,0x304fffe0,0xffcf72fd,0x9f810550,0x1007dfc6,0xfc8156f8,0xdcfc24df,0xc429eb8e,0xc82454e6,0x44b4e3cb,0x25f7ceb5,0xe64f0d02,0xdf27028c,0x490befdd,0x41400304,0x600cffdf,0xc000bfcd,0xfa9fd0f3,0x404c0000,0xffef72fd,0x7f810510,0x11076fb7,0xfdb152f7,0x9cdd252f,0xc629ebb8,0xc8142be6,0x44b4e3cb,0x30f92ede,0xe64f1102,0xbf1e026c,0x4c0b9fdf,0x41500304,0x900cffcf,0xbd00bfce,0xfa8fcaf3,0x50490060,0xffef76fd,0x8f8104c0,0x0f06ffa7,0xfec14ef6,0x0cbc253f,0xc629ec0a,0xc813dae6,0x74b5e3fb,0x3afa0efa,0xe63f1202,0x7f1c023c,0x4b0b9fe1,0x41400304,0xc00dffcf,0xbb00cfcf,0xfa6fc7f3,0x50470020,0xffdf79fd,0xaf8304c0,0x0b068f94,0xffb14ff4,0xdca1250f,0xc529ec32,0xc823b3e6,0x74b5e3eb,0x45facf10,0xe64f1202,0x2f19022c,0x4a0bcfe1,0x41200304,0xd00dffcf,0xbc00bfd1,0xfa7fc2f3,0x5047ffb0,0xffdf7afd,0xaf850480,0x0a064f90,0x00814df4,0x4c8f252f,0xc72a1c39,0xc823ade6,0x44b4e3cb,0x4efaff24,0xe66f1102,0x3f17023c,0x490bffdf,0x41100304,0xc00dffcf,0xbf00bfd4,0xfa9fc2f3,0x4047ff60,0xffdf7afd,0xbf860400,0x0a062f9b,0x01314af4,0x4c85256f,0xcc2a3c33,0xc823b3e6,0x54b4e3cb,0x5bfb2f30,0xe68f0f02,0x7f15024c,0x480c2fdd,0x41100304,0x900cffdf,0xc200afd7,0xfacfc8f3,0x4047ff40,0xffdf7afd,0xbf8703c0,0x0b064fa7,0x01a150f4,0x8c7f258f,0xcd2a4c2e,0xc823b8e6,0x84b5e3fb,0x6dfb1f2d,0xe6af0e02,0xcf18025c,0x460c2fdd,0x41000304,0x700cffdf,0xc200afd6,0xfaefcbf3,0x3046ff40,0xffff76fd,0x9f8703d0,0x10064fb9,0x01f15af5,0x2c7f256f,0xcd2a2c44,0xc833a2e6,0xa4b6e42b,0x79fa6f1e,0xe6bf0f03,0x0f17026c,0x470c2fe1,0x41100304,0x400bffcf,0xbf00bfd6,0xfaefcdf3,0x3046ff80,0x003f71fd,0x7f870400,0x14061fd1,0x022161f5,0xfc83252f,0xcd2a2c6d,0xc8437ae7,0x34b9e4ab,0x86f8aef6,0xe6bf1003,0x4f16025c,0x490bafe6,0x41200304,0x300bffcf,0xbb00bfd6,0xfadfcef3,0x40470030,0x000f6ffd,0x8f8b03f0,0x1405bfe9,0x020162f6,0xbc8a24ff,0xcf2a1cc0,0xc89329e7,0xe4bce54b,0x96f71eb4,0xe6af1003,0x5f17027c,0x460b7fe5,0x40f00304,0x300bffcf,0xba00cfd5,0xfadfd1f3,0x40480090,0xffef6bfd,0x9f910420,0x17054ffa,0x01a161f7,0x6c9124af,0xd02a0d35,0xc942b7e8,0x74c0e5eb,0xcdf6ee67,0xe67f0d03,0x5f1402ac,0x450bdfe4,0x40e00304,0x400bffcf,0xb600cfd5,0xfaafd2f3,0x504900b0,0xffdf64fd,0x8f960480,0x1c04d00d,0x01215cf7,0xfc97244f,0xd029fd90,0xca125ee8,0x94c0e5fc,0x36f9ce20,0xe66f0c03,0x4f0e02cc,0x450c2fe3,0x40f00304,0x600cffcf,0xb700cfd5,0xfa7fd0f3,0x404900a0,0xffff5ffd,0x8f980490,0x20045022,0x005156f8,0xec9f241f,0xd22a0da7,0xca5247e8,0x24bee58c,0x93fe0e18,0xe6df0f03,0x5f0a02bc,0x430c1fe4,0x40c00304,0x500bffcf,0xbc00bfd5,0xfa5fd2f3,0x30480100,0x001f59fd,0x7f9904b0,0x2303f035,0xffd153fa,0xaca9240f,0xd52a1d9c,0xca4252e8,0x14bde58c,0xd2009e46,0xe75f1303,0x7f0602bc,0x430cbfe4,0x40d00304,0x500bffcf,0xbe00bfd5,0xfa3fd5f3,0x204700d0,0x002f53fd,0x7f9a04e0,0x2503c040,0xff6143fc,0xfcad23ff,0xd42a0d94,0xca325ae8,0x44bfe5bc,0xf3016e6d,0xe75f1203,0xbf0402ac,0x420d1fe7,0x40d00304,0x500bffcf,0xbc00bfd4,0xfa2fd9f3,0x204700e0,0x002f4dfd,0x7f9d0530,0x2703a04b,0xfed12aff,0x8cae23ef,0xd429ed8f,0xca225fe8,0xb4c1e61c,0xe4012e88,0xe6ef0e04,0x0f0202cc,0x410d2fe9,0x40d00304,0x600cffcf,0xb700cfcf,0xfa2fd3f3,0x20470140,0x002f45fd,0x6fa005b0,0x2a037057,0xfdb11701,0xdcb323cf,0xd329cd95,0xca3258e9,0x14c3e68c,0xb6007e9e,0xe69f0a04,0x4f0302bc,0x410dafeb,0x40e00304,0xb00dffcf,0xb400dfc7,0xf9dfcaf3,0x20480140,0x003f3efd,0x4fa20670,0x2d035066,0xfc211303,0xfcbb239f,0xcf298da3,0xca624be9,0xb4c7e71c,0x79003eae,0xe69f0904,0x1f01029c,0x420ddfeb,0x40f00405,0x000dffcf,0xb300dfc6,0xf9cfcef3,0x20490190,0x002f3bfd,0x4fa40700,0x2f03707d,0xfa411905,0xbcc4234f,0xc8296db0,0xca823eea,0x84cbe7dc,0x31ff8ecb,0xe6af0a03,0xcf0202ac,0x430e2fe9,0x40f00405,0x300effcf,0xb500dfc5,0xf9afd1f3,0x20490180,0x002f3afd,0x4fa50740,0x3103609f,0xf7d12007,0x7ccb232f,0xc4295db0,0xca823eeb,0x14cfe87b,0xeafe8eed,0xe6af0a03,0xbf0202ac,0x420e4fe7,0x40e00405,0x400effcf,0xb900cfc5,0xf98fd1f3,0x10480160,0x001f3dfd,0x5fa60720,0x3202d0b3,0xf6011f08,0xfcd0232f,0xc3295dad,0xca7242eb,0x44d0e89b,0xb3fd9eea,0xe68f0a03,0xef0502ac,0x410e3fe4,0x40e00405,0x400effcf,0xbd00bfc4,0xf97fd0f3,0x10470130,0x002f42fd,0x6fa306e0,0x300230bb,0xf521180a,0x0ccf233f,0xc2297db5,0xca923aeb,0x34d0e89b,0x83fc6eed,0xe66f0904,0x0f0b028c,0x410dffe4,0x40d00405,0x500effcf,0xc000bfc3,0xf96fcef3,0x00480130,0x003f46fd,0x6fa006f0,0x2f01d0bc,0xf481130a,0x9cca230f,0xbe298dbd,0xcab232eb,0x34d0e89b,0x6efc0ef8,0xe65f0803,0xdf0c027c,0x410e1fe2,0x40d00405,0x500effdf,0xc300afc3,0xf95fcaf3,0x004800d0,0x004f4afd,0x5f9f0730,0x2f0190bd,0xf4210f0a,0x8cc122cf,0xba29adc7,0xcae228eb,0x24d0e88b,0x6efbfefc,0xe64f0803,0xaf0e029c,0x420e5fe1,0x40e00405,0x000dffdf,0xc400afc2,0xf96fc6f2,0xe0490080,0x003f4ffd,0x5f9e0720,0x2d01d0ba,0xf4110c0a,0x3cb622af,0xb729add4,0xcb121ceb,0x04cfe86b,0x79fc0efc,0xe62f0803,0xbf1202cc,0x410dffe0,0x40e00304,0xa00cffdf,0xc200afc0,0xf98fc2f2,0xe04b00b0,0x001f55fd,0x8f9d0730,0x280270b1,0xf4510b09,0x8cad227f,0xb529ade3,0xcb520deb,0x04cfe86b,0x88fbbef7,0xe5df0904,0x0f1402ec,0x3f0dcfdf,0x40b00304,0x500bffdf,0xc200afc3,0xf9efc5f2,0xd04d00c0,0x000f5bfd,0xaf9a0750,0x2402d0a9,0xf4a11108,0xbca7224f,0xb329bdf0,0xcb9200ea,0xf4cee84b,0x98fb8ef8,0xe5bf0a04,0x3f1902ec,0x3e0dcfde,0x40b00304,0x300bffdf,0xc100afcd,0xfa9fd7f2,0xc04f00a0,0x002f60fd,0x9f960770,0x230330a6,0xf5011d07,0xfca2224f,0xb129bdf2,0xcb91feea,0xe4cee84b,0xa7fc6ef9,0xe5df0a03,0xef1702cc,0x3f0d7fe0,0x40b00304,0x400bffdf,0xc000bfcd,0xfa7fd0f2,0xc05100d0,0x002f64fd,0xaf940780,0x2103b0a2,0xf5512f07,0x1ca1223f,0xaf29cdf9,0xcbb1f8ea,0xe4cde84b,0xbffcdef0,0xe61f0a03,0x7f1502cc,0x3f0d8fdf,0x40c00304,0x300bffdf,0xc000bfcd,0xfa7fcaf2,0xb0520080,0x000f67fd,0xaf9407b0,0x1f04109f,0xf5814706,0x2ca3220f,0xac29de0c,0xcc01e5ea,0xa4cce80b,0xebfd5ed5,0xe62f0903,0x4f1202dc,0x3f0dbfde,0x40c00304,0x300bffdf,0xc000bfcd,0xfa6fc5f2,0xb0540040,0xffdf6dfd,0xbf950790,0x1f04409a,0xf5716105,0x5ca521ff,0xaa29de1c,0xcc41d7ea,0xa4cce80c,0x3bff2ebc,0xe60f0703,0x6f1602ec,0x400d7fda,0x40c00304,0x400bffcf,0xbf00bfce,0xfa4fc4f2,0xc0550030,0xffbf6ffd,0xaf960790,0x1f046098,0xf5618004,0xcca921ff,0xa729de1e,0xcc51d5ea,0xf4cee84c,0xaa021eb5,0xe5ef0603,0x8f1a030c,0x400d2fd9,0x40c00304,0x400bffcf,0xbe00bfce,0xfa3fc6f2,0xb0540060,0xffaf72fd,0xcf9707a0,0x1d048099,0xf5419f04,0x6cad21ff,0xa729de1a,0xcc31d8eb,0x04cfe86d,0x2904feb2,0xe5ef0603,0x7f2002fc,0x3e0c8fda,0x40b00304,0x600cffcf,0xb800cfcf,0xfa2fccf2,0xc05500d0,0xff9f70fd,0xbf9707e0,0x1e04d099,0xf521b804,0x3cb1220f,0xa729be1b,0xcc31d8eb,0x34d0e88d,0xbb085ea8,0xe5ff0603,0x6f1f031c,0x400c9fdb,0x40c00304,0x600cffcf,0xb500dfd0,0xfa3fcef2,0xe05700e0,0xffcf69fd,0x5f950870,0x2404e09a,0xf531d004,0x1cb4221f,0xa729ae1b,0xcc31d8eb,0x44d0e89e,0x400c6eae,0xe5ef0803,0x5f13031c,0x460d3fdc,0x41200304,0x600cffcf,0xb500dfd2,0xfa2fccf2,0xe05800b0,0xffdf65fd,0x2f9408b0,0x2504d09d,0xf541e804,0x3cb4222f,0xa629ae23,0xcc61d0eb,0x34d0e89e,0x940e6ed8,0xe5cf0903,0x4f05032c,0x4a0d7fdc,0x41400304,0x800cffcf,0xb400dfd3,0xfa1fc5f2,0xf05a00c0,0xffcf65fd,0x4f9408b0,0x2305109e,0xf581f604,0x7cb2222f,0xa5299e30,0xcca1c3eb,0x54d0e8ae,0x990d6f04,0xe5af0a03,0x4f06031c,0x490d5fdd,0x41300304,0xb00dffcf,0xb200dfd4,0xf9efc7f3,0x005a00e0,0xffdf63fd,0x2f9208c0,0x250520a0,0xf581f204,0xdcae222f,0xa5299e30,0xcca1c3eb,0x64d1e8be,0x740c3f01,0xe59f0903,0x7f04030c,0x4a0d5fdd,0x41400304,0xc00dffcf,0xb200dfd4,0xf9cfc7f2,0xf0590100,0xffff61fd,0x1f9008d0,0x250500a3,0xf581e605,0x1cac222f,0xa5299e2b,0xcc91c8eb,0x54d1e8be,0x5a0bfee9,0xe58f0803,0x9f02031c,0x4b0d4fdd,0x41400304,0xb00dffcf,0xb300dfd4,0xf9cfc7f2,0xf0590140,0x000f5ffd,0x1f8f08d0,0x250510a2,0xf581db05,0x2caa223f,0xa5299e2d,0xcca1c6eb,0x44d0e89e,0x4e0bfed8,0xe57f0703,0xbf01031c,0x4b0d4fde,0x41500304,0x900cffcf,0xb300dfd4,0xf9efc8f2,0xf0590140,0x001f5dfc,0xff8f08e0,0x270510a3,0xf581d905,0x2cab223f,0xa629ae2f,0xcca1c4eb,0x34d0e89e,0x490c1ecd,0xe57f0703,0xcf01031c,0x4c0d6fde,0x41700304,0x700cffcf,0xb500dfd3,0xfa1fc8f2,0xf0580110,0x001f5bfc,0xef9008f0,0x2704f0a2,0xf561de05,0x2cae223f,0xa629ae2c,0xcc91c7eb,0x34d0e88e,0x480c6ed2,0xe58f0803,0xcf01032c,0x4c0d8fde,0x41700304,0x700cffcf,0xb600cfd2,0xfa2fcaf2,0xf05800e0,0x001f5bfc,0xff900900,0x2704f0a0,0xf561e405,0x1cb1221f,0xa629be27,0xcc71cdeb,0x34d0e89e,0x480c7ed2,0xe59f0903,0x8f02031c,0x4c0d7fde,0x41700304,0x800cffcf,0xb500dfd2,0xfa2fcaf2,0xf0590100,0x002f5bfc,0xef8f0910,0x2704f0a0,0xf571e805,0x0cb4222f,0xa729be22,0xcc61d0eb,0x44d0e8ae,0x490c6ed1,0xe5bf0b03,0x3f00030c,0x4d0d9fde,0x41700304,0xa00cffcf,0xb500dfd2,0xfa1fc9f2,0xf0580100,0x003f5afc,0xef8e0910,0x2704f0a1,0xf5a1e804,0xfcb4223f,0xa729be27,0xcc71cceb,0x34d0e88e,0x4a0c4ed0,0xe5bf0b03,0x2efc02fc,0x4e0ddfdf,0x41700304,0xc00dffcf,0xb400dfd2,0xf9ffc4f2,0xf05900d0,0x003f5afc,0xff8d0910,0x260500a2,0xf591e804,0xecb4223f,0xa729be2c,0xcc91c7eb,0x34d0e88e,0x4a0c4ecf,0xe5af0a03,0x4efc02ec,0x4d0dbfdf,0x41600304,0xd00dffcf,0xb400dfd2,0xf9ffc3f2,0xf0580100,0x004f58fc,0xdf8d0940,0x280530a0,0xf5a1e304,0xecb5223f,0xa629ae28,0xcc81cbeb,0x44d0e8ae,0x4f0d3ebc,0xe59f0903,0x6f0002fc,0x4e0ddfe0,0x41800304,0xd00dffcf,0xb300dfd2,0xf9ffc9f3,0x00590100,0x004f55fc,0xcf8d0940,0x2a05609e,0xf5b1cc05,0x1cb4225f,0xa929ae14,0xcc11deeb,0x54d1e8be,0x480e9e85,0xe5af0903,0x7efd030c,0x4f0e0fe0,0x41900304,0xc00dffcf,0xb200dfd2,0xf9bfc9f3,0x105a0100,0xffbf5efd,0x5f950830,0x2405909f,0xf5e1a005,0x5cae228f,0xae29bdf8,0xcb91f9eb,0x14cfe86e,0x160dde49,0xe5bf0a03,0x6f0a031c,0x460d1fdd,0x41100405,0x000dffbf,0xaf00efd1,0xf98fccf3,0x205c0130,0xff5f65fd,0xbf9b0750,0x2005d0a0,0xf6417105,0x4ca922cf,0xb429bddd,0xcb3213ea,0xc4cde82d,0xd50c5e3f,0xe5cf0a03,0x4f13031c,0x410ccfda,0x40c00405,0x400effbf,0xad00efd1,0xf9bfcef3,0x205c0110,0xff5f67fd,0xbf9c0710,0x2006109c,0xf6714d04,0x8ca722ef,0xb729cdcc,0xcaf223ea,0xd4cde83d,0x910b2e72,0xe5df0b03,0x0f13030c,0x410cdfda,0x40c00405,0x700fffbf,0xac00efd1,0xf9bfccf3,0x105b00f0,0xff5f68fd,0x9f9d06d0,0x21068095,0xf6912703,0x3cab230f,0xb929bdc1,0xcac22eea,0xf4cee85d,0x2f089e99,0xe5ff0c02,0xef1202ec,0x440cbfdc,0x40e00405,0x900fffbf,0xaa00ffd1,0xf9afc9f3,0x005a0100,0xff5f6afd,0xaf9d06c0,0x1f074091,0xf6e0ff01,0xbcb4230f,0xba29adc1,0xcac22eeb,0x24cfe88c,0xa303aea1,0xe61f0b02,0xff1602cc,0x440cbfde,0x40f00405,0xa00fffbf,0xa800ffd1,0xf9afccf2,0xf05700e0,0xff6f6bfd,0xbf9c06b0,0x1d07f090,0xf730e100,0x1cbd230f,0xbc299dbf,0xcac230eb,0x24cfe88b,0xeafd8ee0,0xe63f0903,0x2f1a02bc,0x440c7fe0,0x40f00405,0xa00fffbf,0xa700ffd1,0xf9bfcef2,0xe0560100,0xff7f6cfd,0x9f9c0680,0x1e088097,0xf760c4fe,0xacc6231f,0xbf297db6,0xca9238eb,0x14cfe86b,0x49f9af25,0xe63f0903,0x5f1d02bc,0x460c1fe2,0x41000405,0x800fffbf,0xa500ffd0,0xf9dfcff3,0x00570140,0xff5f6dfd,0xaf9e0660,0x1e08e09d,0xf780a9fd,0x5cd0233f,0xc0296db4,0xca823aeb,0x14cfe87a,0xfef8cf59,0xe60f0a03,0x9f1f02cc,0x450bcfe2,0x41000405,0x600effaf,0xa3010fd0,0xf9ffd2f3,0x20580140,0xff4f6bfd,0x9fa20690,0x1e09109f,0xf7c097fc,0x5cdb233f,0xc1297da7,0xca5247ea,0xf4cee85b,0x04fa0f78,0xe5ef0a03,0xcf1f02cc,0x460befe2,0x41100405,0x600effaf,0xa3010fd0,0xf9ffd3f3,0x505700d0,0xff4f67fd,0x8fa506d0,0x200940a1,0xf8008bfb,0xece5230f,0xbf298d83,0xc9e26bea,0xf4cee84b,0x26fb0f6c,0xe5ff0c03,0xef1c02dc,0x470c3fe4,0x41300405,0x700fffaf,0xa0010fd0,0xf9ffd3f3,0x70560090,0xff5f64fd,0x7fa706e0,0x210920a4,0xf80087fb,0xdced22ff,0xc0298d56,0xc97297eb,0x24d0e88b,0x44fb6f5e,0xe63f0e04,0x0f1602cc,0x480c2fe5,0x41300405,0x900fffaf,0x9f011fd0,0xf9efd0f3,0x90560090,0xff7f61fd,0x8fa806f0,0x2208e0a4,0xf7c08bfc,0x1cf222ef,0xc0298d2c,0xc922bfeb,0x74d2e8cb,0x54fbcf56,0xe65f0f04,0x1f1402ac,0x480c1fe8,0x41200405,0x900fffaf,0x9d011fd0,0xf9efd1f3,0xc0550080,0xff8f5ffd,0x7faa06d0,0x2408b0a5,0xf7b094fc,0xacf222ef,0xc1299d06,0xc8e2e4eb,0x84d2e8eb,0x5efb5f43,0xe66f0f04,0x2f17028c,0x480c2fea,0x41300405,0xa00fffaf,0x9e011fd0,0xf9dfd4f3,0xb05500a0,0xffbf5afd,0x4fab06d0,0x2908d0a7,0xf7c0a6fd,0xacee231f,0xc4298ce0,0xc8b309eb,0x94d3e8eb,0x66fa6f30,0xe67f1004,0x2f12028c,0x4b0c8fec,0x41600405,0x900fffaf,0x9f011fd0,0xf9dfd4f3,0xb05500a0,0xffbf59fd,0x4fad06a0,0x2a08f0a2,0xf7b0c4fe,0xece8233f,0xc8298cbd,0xc8832ceb,0x94d3e8eb,0x6ef9ff22,0xe68f1003,0xff11028c,0x4a0cefec,0x41500405,0x800fffaf,0xa0010fcf,0xf9efd4f3,0x90550080,0xffaf58fd,0x5fb00650,0x29092099,0xf7a0e800,0x2ce1235f,0xcc299c9a,0xc8734deb,0x84d2e8eb,0x71fabf14,0xe6af0f03,0xbf10028c,0x480d3fea,0x41300405,0xa00fffaf,0xa2010fcf,0xf9dfd5f3,0x80540070,0xffbf54fd,0x4fb00600,0x2b097091,0xf7a10801,0x6cd9239f,0xd029ac81,0xc85366eb,0x54d1e8ab,0x77fb8ef6,0xe6cf0f03,0x9f0f029c,0x490d6fea,0x41400405,0x800fffaf,0xa4010fcf,0xf9efd7f3,0x60530080,0xffcf52fd,0x4fae05c0,0x2c099065,0xf7b11f02,0x2ccf23df,0xd429bc89,0xc8635eeb,0x04cfe85b,0x7bfbaeac,0xe6ff0f03,0x9f0d028c,0x480d5feb,0x41300405,0x900fffaf,0xa4010fcf,0xf9dfd7f3,0x605300b0,0xffbf53fd,0x4faf0590,0x2c08e016,0xf7a12a02,0x1cc323ff,0xd629ccc1,0xc8a327ea,0xc4cde82b,0x84fa5e54,0xe71f0e03,0x9f0d029c,0x480d3fea,0x41300405,0xa00fffaf,0xa3010fce,0xf9bfd5f3,0x605200b0,0xff8f55fd,0x4faf0540,0x2b093fdf,0xf6f13401,0x6cba240f,0xd529bce3,0xc8d306ea,0x84cce7eb,0x81f91e34,0xe73f0d03,0x5f0f02ac,0x480d2fe8,0x41300405,0xa00fffaf,0xa3010fcd,0xf9cfd2f3,0x80520090,0xff5f58fd,0x5faf04e0,0x290a1fba,0xf6313b00,0x2cb4244f,0xd629cce6,0xc8d303ea,0x34cae79b,0x68f83e51,0xe73f0d03,0x2f0c02cc,0x480d0fe5,0x41300405,0xb00fffaf,0xa2010fcd,0xf9efcef3,0x80510060,0xff2f5bfd,0x6fb00450,0x260aefa2,0xf5a13cfe,0x9cb324af,0xd929dce1,0xc8c307ea,0x04c8e76b,0x38f76e97,0xe73f0d03,0x4f0902cc,0x480d0fe4,0x41200505,0xd010ffaf,0xa2010fce,0xf9efc8f3,0x804e0000,0xfedf64fd,0xcfb20380,0x1f0b9f92,0xf53137fc,0xacb524ef,0xdf29ccef,0xc8d2faea,0x14c9e77b,0x12f6eece,0xe71f0d03,0xbf1002ac,0x440d0fe2,0x40d00506,0x2010ffaf,0xa0010fce,0xf9efc8f3,0x804dff80,0xfeaf6afe,0x0fb602d0,0x1b0c0f8e,0xf52128fa,0x6cb6251f,0xe429bd0f,0xc902dce9,0xf4c8e75a,0xfaf6bee8,0xe70f0e03,0xef18029c,0x410c7fe1,0x40a00506,0x5011ffaf,0x9e011fce,0xf9ffc8f3,0x904effa0,0xfeff63fd,0xafb30310,0x210c7f8e,0xf5211af8,0x6cb8253f,0xe529ad24,0xc922c7e9,0xb4c6e71a,0xe5f6cf00,0xe75f1203,0x7f12028c,0x470c4fe6,0x41000506,0x2010ffaf,0x9e011fcd,0xf9ffc6f3,0xa04d0010,0xff4f5dfd,0x5fb00370,0x240ccf8d,0xf52111f6,0xccbc254f,0xe229bd2b,0xc922c0e9,0xa4c7e70a,0xcdf73f16,0xe7bf1702,0xdf10026c,0x4b0c3feb,0x41500505,0xe010ffaf,0x9e011fcc,0xf9ffc9f3,0xb04c0050,0xff5f5cfd,0x5fb00360,0x230cff90,0xf54103f5,0x7cc1256f,0xe129dd2f,0xc922bce9,0xb4c7e71a,0xc9f77f0f,0xe7ef1802,0x9f12025c,0x4b0bffef,0x41500505,0xd010ffaf,0x9d011fca,0xfa0fcaf3,0xd04d0080,0xff5f5afd,0x5fb20340,0x220d0f98,0xf570f4f4,0x6cc6255f,0xe329ed35,0xc932b6e9,0xc4c7e72a,0xd1f74f01,0xe7df1602,0xaf12026c,0x4a0bcfee,0x41500405,0x900fffaf,0x9e011fc9,0xfa3fcbf3,0xd04d00c0,0xff6f56fd,0x5fb30340,0x210cffa1,0xf5b0e5f3,0xbcca257f,0xe529ed38,0xc932b4e9,0xe4c8e74a,0xd8f6befc,0xe7ef1402,0xdf13025c,0x490bbfef,0x41400405,0x900fffaf,0x9f010fc7,0xfa3fcdf3,0xd04a0100,0xff8f51fd,0x5fb40340,0x220cefaa,0xf620ddf3,0x7cce25af,0xe629cd3a,0xc932b2ea,0x04c9e76a,0xe4f61f01,0xe7ff1603,0x1f11023c,0x490c1ff3,0x41500405,0xa00fffaf,0x9e011fc6,0xfa2fcef3,0xd04900e0,0xff8f4ffd,0x6fb40340,0x220cefae,0xf660daf3,0xbcd1254f,0xde298d40,0xc942acea,0x74cbe7ca,0xfbf58ef9,0xe81f1903,0x6f13022c,0x490c2ff5,0x41400405,0xc00fffaf,0x9c011fc6,0xf9ffcff3,0xe04900d0,0xff9f4dfd,0x6fb50330,0x230c9fb5,0xf690d8f4,0x5cd4250f,0xdc294d4e,0xc9629eea,0x94cce7eb,0x30f4fec9,0xe84f1b03,0x8f11020c,0x480c1ff8,0x41300505,0xe010ffaf,0x9a011fc5,0xf9ffcef3,0xe0470100,0xff9f49fd,0x5fb80340,0x250c5fc1,0xf730def5,0x3cd8250f,0xdf293d70,0xc9b27dea,0x64cbe7cb,0x85f4de8f,0xe87f1c03,0x9f0e021c,0x490c4ff7,0x41400505,0xf010ffaf,0x9c011fc4,0xf9ffcef3,0xf04600e0,0xff9f48fd,0x5fba0350,0x250c3fce,0xf800eaf6,0x6cda24ff,0xdd292da0,0xca324fea,0x94cde7fb,0xe8f5de72,0xe89f1c03,0xaf0d021c,0x480c5ff6,0x41300505,0xf010ffaf,0x9f010fc4,0xf9ffccf3,0xf04400c0,0xff9f4afd,0x9fba0310,0x220bbfdc,0xf8b0f0f7,0xccd9251f,0xdd291df0,0xcb5201ea,0xc4cde81c,0x68f85e42,0xe87f1b03,0xcf1401fc,0x430bfff8,0x40f00505,0xf010ffaf,0x9f010fc3,0xfa2fcff3,0xf04300c0,0xffdf47fd,0x9fb60340,0x220acfec,0xf980ecf9,0x3cd5250f,0xdd291e53,0xcd51a3ea,0xf4cfe84d,0x07fd0e00,0xe83f1a03,0xff1301bc,0x420c0ffa,0x40e00405,0xd00fffbf,0xa500ffc2,0xfa3fd1f3,0xe03f00f0,0x003f3dfd,0x5fb303e0,0x2709d000,0xfa40e3fa,0xcccb24ff,0xdc292ead,0xd0014eeb,0x14d0e87d,0xa4031def,0xe80f1a04,0x0f0501cc,0x460c9ff8,0x41100405,0x800fffbf,0xb000dfc1,0xfa3fcef3,0xc03b00e0,0x003f39fd,0x6fb20460,0x2608f011,0xfaf0e4fc,0x7cc124bf,0xd8292f00,0xd3f102ea,0xe4cee83e,0x39077e1f,0xe7ef1c04,0x1f0401ec,0x450d2ff3,0x41000405,0x600effcf,0xbb00cfc0,0xfa2fcdf3,0xd03a0050,0x002f36fd,0x7fb104d0,0x26083028,0xfb70defd,0xecb5246f,0xd5291f4d,0xd980bdea,0xd4cee83e,0xb0091e62,0xe7cf1c04,0x1f05021c,0x430d9fef,0x40e00405,0x600effcf,0xbf00bfc0,0xfa1fcef3,0xc0370020,0x004f31fd,0x4fb00550,0x2906f045,0xfb90d7fe,0xdcab242f,0xd5292f8b,0xe05087ea,0xd4cee82e,0x9f069e8e,0xe7af1804,0x0f01022c,0x440e0ff1,0x40f00405,0x300effcf,0xbe00bfbf,0xfa2fcff3,0xd0360020,0x005f2bfd,0x2fb205f0,0x2d059060,0xfb40d4ff,0x6ca6242f,0xd9292fb8,0xe7605fea,0xa4cde7fd,0xc2ff1e77,0xe79f1303,0xeefe024c,0x450e2ff4,0x41200405,0x200effcf,0xb700cfbe,0xfa2fd0f3,0xc0390090,0x003f24fc,0xefb90660,0x3304507f,0xfab0bdff,0xfca2245f,0xe2291fd4,0xed5044ea,0xa4cde80c,0x59f51e78,0xe76f1003,0xcefa029c,0x480e2ff5,0x41600405,0x200effbf,0xaf00efbd,0xfa2fd0f3,0xc03c0120,0x000f24fc,0xdfbe0600,0x370330a4,0xf9f08801,0x8c9f24bf,0xe9290fde,0xf01039ea,0xa4cce80a,0xfbef8ef3,0xe72f0f03,0x9efc02cc,0x490e3ff5,0x41800405,0x200effbf,0xa800ffbd,0xfa2fd1f3,0xb03e0150,0xffef26fc,0xdfc005c0,0x380200c6,0xf8904c03,0x9ca024ef,0xea290fdc,0xef703bea,0x84cce7ea,0x3af04f57,0xe6ff0f03,0x6f0002fc,0x490ebff2,0x41a00405,0x100dffbf,0xa900ffbc,0xfa1fd2f3,0xa04000e0,0x001f24fc,0xafbc0630,0x380090d4,0xf7a00c05,0x4ca324af,0xe6291fd3,0xed1045ea,0x74cbe7da,0x11f43fa9,0xe70f1203,0x2efa02fc,0x4c0f8fed,0x41b00404,0xf00dffcf,0xb300dfbb,0xfa2fccf3,0x703f0080,0x002f27fc,0xcfb806b0,0x33ffb0cb,0xf72fd006,0x3caa243f,0xdd292fc7,0xea3051ea,0xb4cde81a,0x42f5dfd7,0xe72f1603,0x0efe031c,0x4a0f7fe6,0x41800304,0xb00cffdf,0xc000bfba,0xfa3fcbf3,0x403d00b0,0x005f2bfc,0xefb00730,0x2fffa0b8,0xf67fa306,0xacb623df,0xd2292fb7,0xe6f060ea,0xc4cde82a,0x66f56fc3,0xe70f1703,0x0f04030c,0x490fbfe2,0x41700304,0x800cffdf,0xcc008fba,0xfa3fcbf3,0x303e0030,0x008f2dfc,0xefaa07a0,0x2c0020a4,0xf52f7806,0x6cc623df,0xd3292fa4,0xe3c071ea,0xa4cce7fa,0x62f51fbc,0xe6cf1503,0x5f0702dc,0x490f9fe1,0x41600304,0x700cffef,0xd3007fb9,0xfa3fcaf3,0x203f0020,0x007f30fc,0xdfa90820,0x2b00d08d,0xf3bf4d05,0x8cd823df,0xd6290f92,0xe11081ea,0x84cbe7ea,0x66f4afbe,0xe68f1303,0x8f0b02dc,0x4a0f0fe3,0x41800304,0x500bffdf,0xce008fb8,0xfa3fcbf3,0x20420090,0x004f35fc,0xdfab0850,0x2b01307a,0xf25f2904,0x6ce9242f,0xd928bf7c,0xde3094ea,0xa4cce80a,0x76f52fbb,0xe64f1103,0x4f1002fc,0x4c0e6fe6,0x41b00304,0x600cffdf,0xc300afb9,0xfa4fcdf3,0x304500e0,0x002f3bfc,0xdfac0830,0x2c010075,0xf17f1003,0x6cf724af,0xde286f61,0xdb30acea,0xd4cde83a,0x80f60fc8,0xe60f1002,0xff14030c,0x4e0dbfea,0x41c00304,0x600cffcf,0xb800cfbc,0xfa7fd0f3,0x40470120,0x001f41fc,0xdfac07e0,0x2cffe080,0xf11f0102,0x6d08252f,0xe1283f44,0xd890c5ea,0xc4cce82a,0x8af66fcc,0xe5cf0f03,0x0f17030c,0x4e0d6fed,0x41d00304,0x300bffbf,0xaf00efbe,0xfacfd2f3,0x704b0110,0xffef4bfd,0x0fac0770,0x2afe3098,0xf10ef701,0x7d19257f,0xe3282f24,0xd620e1ea,0xe4cde84a,0x95f6ffc1,0xe59f0e03,0x8f1d030c,0x4d0d0fec,0x41b00304,0x400bffbf,0xaa00efc1,0xfadfd6f3,0x804e00f0,0xffaf52fd,0x2fae0730,0x28fd10aa,0xf0fef400,0x5d25259f,0xe2282f01,0xd3f101ea,0xf4cde85a,0xa0f76fbc,0xe57f0e03,0xdf1a032c,0x4c0c9fe6,0x41900304,0x600cffbf,0xac00efc4,0xfadfd2f3,0x804e0110,0xff7f58fd,0x4fae0730,0x27fc60ba,0xf11ef7ff,0x1d30257f,0xe0283ee0,0xd2211fea,0xb4cce81a,0xabf7afbf,0xe59f0e03,0xaf18031c,0x4b0c8fe0,0x41800304,0xa00cffcf,0xb200dfc6,0xfabfccf3,0x804e0090,0xff6f5bfd,0x7fac0740,0x25fc10cc,0xf18efdfe,0x0d39256f,0xdf285eb8,0xd06144ea,0x84cbe7ea,0xaff85fc0,0xe5cf0e03,0x5f18030c,0x4a0c7fdd,0x41500304,0xb00cffcf,0xb900cfc7,0xfa9fcaf3,0x704c0060,0xff7f5cfd,0x6fa80770,0x26fc20da,0xf21f06fd,0x2d3e256f,0xe0288e82,0xce8176e9,0xf4c7e75a,0xb4f9cfb4,0xe5df0e03,0x2f1a031c,0x4a0c9fdd,0x41500304,0x800cffcf,0xbb00cfc7,0xfaafcbf3,0x704c0040,0xffaf5bfd,0x5fa407d0,0x29fc10db,0xf20f14fc,0x6d40256f,0xe3289e47,0xcd01aee9,0x94c5e6fa,0xbefbbfa8,0xe5bf0c03,0x3f1c031c,0x4b0c6fe0,0x41700304,0x500bffcf,0xb900cfc8,0xfabfd0f3,0x704e0060,0xffcf59fd,0x2fa00820,0x2cfbd0d2,0xf17f27fc,0x0d3f256f,0xe4286e04,0xcba1eee9,0xa4c5e70a,0xcdfd2fa9,0xe58f0b03,0x3f18032c,0x4c0c3fe4,0x41900204,0x000bffcf,0xb300dfc8,0xfacfcff3,0x804f00b0,0xffcf5efd,0x5f9d07c0,0x2cfc20c6,0xf15f3ffc,0x0d3b258f,0xe5285dbb,0xca9234e9,0xc4c6e72a,0xdefdffb4,0xe57f0b03,0x1f1b031c,0x4a0bbfea,0x41600203,0xf00affbf,0xa800ffc8,0xfaefcdf3,0xa05200f0,0xff9f64fd,0x7f9c0720,0x2cfc70b8,0xf16f5afc,0x5d3725bf,0xe7284d75,0xc9d278e9,0xc4c6e73a,0xeffe9fa2,0xe56f0c02,0xef1f033c,0x480bcfeb,0x41500204,0x000bffaf,0xa1010fc8,0xfaffccf3,0xb0540090,0xff5f67fd,0x7f9d06d0,0x2efd20a6,0xf1af7cfc,0xad3125cf,0xe6286d3b,0xc952b0e9,0xb4c6e71b,0x16fe5f7f,0xe56f0c02,0xcf1d036c,0x480c0fe6,0x41500304,0x100bffaf,0xa1010fc9,0xfaffc9f3,0xb0550030,0xff2f6bfd,0x8f9c0670,0x2efe1095,0xf1dfa5fd,0x2d2925df,0xe5289d21,0xc922cae9,0x84c5e6eb,0x55fd4f6f,0xe57f0902,0xbf1b038c,0x470c3fdf,0x41400304,0x400bffbf,0xa600ffc9,0xfabfc4f3,0xb055ffc0,0xfeff6cfd,0x9f9b0660,0x2dff0086,0xf20fd1fd,0x8d2025af,0xe228cd28,0xc932c3e9,0x34c3e6ab,0xa7fc7f47,0xe59f0802,0xaf1c039c,0x460c9fdb,0x41300304,0x700cffbf,0xa800ffca,0xfa5fc5f3,0xb055ff50,0xfeef6dfd,0xaf9a0660,0x2cffe07a,0xf26ff7fd,0xed13255f,0xe0290d4a,0xc972a1e9,0x04c2e67c,0x2dfd3ef0,0xe59f0a02,0xaf20039c,0x450cbfd6,0x41200304,0xc00cffbf,0xad00efcb,0xfa2fc9f3,0xb055ff40,0xfecf6efd,0xdf970630,0x2a00d06d,0xf2c018fe,0x7d05255f,0xe0290d82,0xca026be9,0x04c2e67c,0xd5ff9e8f,0xe5af0e02,0xbf23039c,0x410c5fd2,0x40d00304,0xc00dffbf,0xb100dfcc,0xfa1fcbf3,0xb055ff80,0xfeaf6dfd,0xef960630,0x2a016067,0xf2e037ff,0x0cf6256f,0xe2290db6,0xca9239e8,0xe4c1e64d,0x6202fe3c,0xe5af1002,0xaf1f03bc,0x400c0fd2,0x40c00304,0xc00dffbf,0xae00efcc,0xfa2fcbf3,0xb056fff0,0xfe9f68fd,0xcf980640,0x2d011072,0xf32057ff,0x8ce9258f,0xe528edf4,0xcb81fde8,0xf4c2e66d,0xb706adf9,0xe59f1002,0x9f1c03ec,0x3f0c0fd4,0x40d00304,0xa00cffbf,0xa900ffcc,0xfa3fccf3,0xb0580040,0xfe8f65fd,0xcf980630,0x2e00b081,0xf3f07c00,0x0cde25bf,0xe828ce44,0xcd11b0e9,0x24c3e68d,0xe509adc6,0xe5af1002,0x8f1a041c,0x3f0bdfd5,0x40c00304,0x800cffbf,0xa4010fcb,0xfa3fcbf3,0xb05900b0,0xfe6f65fd,0xdf980600,0x2d000091,0xf4d0ac00,0x8cd325df,0xea28de8f,0xcf216ae8,0xf4c2e66d,0xe80a9dbe,0xe5bf1102,0x7f1b042c,0x3f0b9fd6,0x40b00304,0xa00cffaf,0x9f011fcb,0xfa2fcbf3,0xb05a0130,0xfe3f66fd,0xcf9a05d0,0x2eff60a2,0xf510e300,0xfcc725df,0xea28decb,0xd16132e8,0xf4c1e65d,0xc408cdd3,0xe5df1202,0x6f1f045c,0x3f0bafd3,0x40b00304,0xc00dffaf,0x9e011fcc,0xfa1fcef3,0xa05b0130,0xfe3f65fd,0xaf9905c0,0x30ff10b3,0xf5b11301,0x6cbb25df,0xe828cef2,0xd3410ee9,0x64c4e6cd,0x97076de6,0xe62f1402,0x4f1d045c,0x410c2fcf,0x40d00304,0xb00dffbf,0xa5010fce,0xfa2fd0f3,0x905c00d0,0xfe4f66fd,0xaf970590,0x30fee0c5,0xf6613001,0xdcac25cf,0xe828ff07,0xd470fbe8,0xe4c1e65d,0x7606be06,0xe6af1702,0x2f1d044c,0x420cafcc,0x40e00304,0xd00dffbf,0xac00efce,0xfa1fcff3,0x705a0030,0xfe5f67fd,0xaf970580,0x2efe50d0,0xf6414a02,0x1c9c25af,0xe8294f13,0xd530f0e8,0x04bce57d,0x4003fe57,0xe71f1802,0x0f1b042c,0x410c6fcd,0x40d00304,0xe00dffbf,0xaf00efcf,0xfa2fcef3,0x60580060,0xfe4f66fd,0xaf9b05b0,0x2dfdd0da,0xf6616201,0xbc90252f,0xe5297f23,0xd630e3e8,0x24bde59c,0xe800bebc,0xe74f1402,0x0f1a042c,0x400c8fcd,0x40c00304,0xd00dffbf,0xad00efce,0xfa6fcdf3,0x50570090,0xfe4f64fd,0xbf9e05d0,0x2cfd80e0,0xf6a17100,0xfc8524cf,0xe3299f37,0xd7b0d1e8,0x74bfe5dc,0x7fffef0c,0xe76f1002,0x0f1c041c,0x400cafce,0x40c00304,0xd00dffbf,0xad00efce,0xfa8fd1f3,0x405500a0,0xfe8f63fd,0xaf9f05a0,0x2dfd00e1,0xf5f17600,0x7c8024bf,0xe329bf47,0xd900c2e8,0x84c0e5fc,0x1000ff2f,0xe7af0f02,0x1f1f03dc,0x400c6fd4,0x40d00304,0xd00dffbf,0xaa00ffcf,0xfa9fd5f3,0x20530110,0xfebf65fd,0x7f9f0550,0x30fc90dc,0xf5217800,0x6c7d24cf,0xe529ef54,0xda20b7e8,0xc4c1e63b,0xc1001f3c,0xe7ff1202,0x2f1c03ac,0x430c5fda,0x41000304,0xb00cffbf,0xa600ffce,0xfacfd1f3,0x10510150,0xfedf66fd,0x6fa104f0,0x30fc00d7,0xf4a17900,0x9c7924ef,0xe72a0f5b,0xdad0b1e9,0x04c2e66b,0x77ff7f7d,0xe85f1502,0x2f1c037c,0x440cdfdd,0x41200304,0x900cffbf,0xa700ffcf,0xfaefd0f3,0x004f00c0,0xfeef66fd,0x6fa70460,0x31fb40d4,0xf4316e00,0xfc75253f,0xea2a2f5d,0xdb10afe9,0x14c3e67b,0x38ff7f90,0xe8cf1902,0x1f1c036c,0x440cffdd,0x41200304,0x800cffbf,0xab00efcf,0xfaffd1f3,0x004d0090,0xfeef68fd,0x7fac03b0,0x2ffaf0d0,0xf3c15f01,0x8c7525af,0xee2a4f5e,0xdb20aee9,0x54c4e6cb,0x1cfd1f58,0xe94f1d02,0x0f1b034c,0x430c3fdf,0x41000304,0x700cffbf,0xab00efcf,0xfb1fcef3,0x004b0120,0xff0f68fd,0x8fb00350,0x2ffa80cf,0xf3115902,0x3c77260f,0xf32a6f5b,0xdac0b1e9,0x74c5e6db,0x0afa8f42,0xe9cf1f01,0xff1b032c,0x420c4fe2,0x41000304,0x600cffbf,0xac00efcf,0xfb2fcff2,0xf04a00f0,0xff1f65fd,0x7fb90300,0x2ff990d2,0xf2415702,0xbc7a268f,0xfa2a6f57,0xda50b4e9,0xa4c6e70a,0xf1f8ff4a,0xea6f1e01,0xef2002fc,0x430cffe5,0x41100304,0x600cffbf,0xad00efcf,0xfb2fd7f2,0xe0480050,0xff1f60fd,0x6fc502c0,0x32f8c0d1,0xf1d15802,0xfc7d2720,0x012a7f56,0xda20b5ea,0x14c9e77a,0xccf7bf61,0xeaef1d01,0xcf1a02dc,0x430d4fe9,0x41200304,0x600cffbf,0xaa00ffcf,0xfb4fd8f2,0xe0470060,0xff1f5cfd,0x6fd00270,0x33f780d2,0xf1715a03,0x1c802780,0x062a8f53,0xd9d0b8ea,0x44cae7aa,0xaff84f78,0xeb4f1d01,0x9f14029c,0x430d3ff0,0x41000304,0x900cffaf,0xa4010fd0,0xfb5fd7f2,0xe04700b0,0xff4f57fd,0x7fd90250,0x34f6c0d3,0xf1415c03,0x2c8127b0,0x082a6f50,0xd980baea,0x84cbe7da,0xa5f92f83,0xeb7f1e01,0x6f13023c,0x420d5ffa,0x41000304,0xb00cffaf,0x9c011fd0,0xfb5fdcf2,0xf04700d0,0xff9f51fd,0x6fe00250,0x36f6b0cf,0xf1615c03,0x5c8227c0,0x082a5f4d,0xd950bdea,0xb4cde81a,0xa6f98f86,0xeb9f1d01,0x5f0f01dc,0x420d7004,0x41100304,0xc00dff9f,0x97012fd0,0xfb5fdef2,0xf0460110,0xffdf4bfd,0x6fe60260,0x37f6a0cc,0xf1a15b03,0x7c8227c0,0x082a3f4a,0xd910c0ea,0xe4cee84a,0xa6f99f8b,0xeb7f1c01,0x7f08018c,0x420d900a,0x41000304,0xd00dffaf,0x98012fd1,0xfb6fdff2,0xe0440150,0x000f48fd,0x7feb0250,0x37f700c9,0xf2315803,0xbc8227b0,0x062a1f44,0xd890c5eb,0x44d0e89a,0xa5f9ef8c,0xeb5f1b01,0x9f09011c,0x410db00d,0x40e00405,0x200effaf,0x9d011fd1,0xfb4fe3f2,0xc0410160,0x004f46fd,0x6fef0230,0x37f800c1,0xf2c15503,0xdc8127a0,0x042a0f3e,0xd800caeb,0xb4d3e90a,0xa5fa2f87,0xeb5f1901,0xaf0900dc,0x410df010,0x40e00405,0x000dffaf,0xa2010fd2,0xfb5fe6f2,0xb03f0110,0x004f46fd,0x7ff50220,0x37f920ba,0xf3815403,0xcc812790,0x032a0f3a,0xd7c0cdeb,0xc4d4e91a,0xa7fa5f8d,0xeb5f1701,0xaf0700cc,0x400e7010,0x40e00304,0xd00dffbf,0xa400ffd2,0xfb7fe7f2,0xb03f0080,0x005f45fd,0x7ff90230,0x36fa50b3,0xf4215503,0x8c822770,0x032a0f39,0xd7a0cfeb,0xc4d4e91a,0xa7faaf94,0xeb4f1901,0x8f0100bc,0x3f0ee011,0x40e00304,0xb00cffbf,0xa900ffd2,0xfbafe2f2,0xb03e0020,0x008f43fd,0x7ffa0280,0x37fbd0a8,0xf4715703,0x3c832740,0x0129ff38,0xd790cfeb,0xf4d5e95a,0xa1faef97,0xeb3f1d01,0x6efc008c,0x410ed013,0x40e00304,0xc00cffbf,0xaa00efd2,0xfbafe0f2,0xb03d0040,0x008f44fd,0x7ffa02b0,0x36fcf086,0xf5115903,0x0c83270f,0xfd2a0f38,0xd790cfeb,0xe4d5e93a,0x9cfa8f95,0xeb2f2201,0x4efd006c,0x410eb014,0x40e00304,0xe00dffbf,0xa700ffd3,0xfb9fe2f2,0xc03e0050,0x006f46fd,0x7ffc02d0,0x35fd2053,0xf6015a02,0xfc8326cf,0xf92a2f36,0xd760d2eb,0xc4d4e91a,0x94fa7f97,0xeaff2301,0x6eff006c,0x410e9014,0x40e00405,0x100dffaf,0xa3010fd4,0xfb6fe2f2,0xd03e0060,0x005f49fd,0x8ff802b0,0x33fdc042,0xf6315a03,0x2c8326cf,0xf52a3f32,0xd720d5eb,0x84d2e8da,0x8dfa6f97,0xeacf2401,0x9efe006c,0x410e4016,0x40e00405,0x200effaf,0x9d011fd4,0xfb6fe0f2,0xf0410060,0x005f4efd,0x9ff20290,0x32fdd042,0xf5f15a03,0x4c83270f,0xf32a4f34,0xd740d3eb,0x34d0e88a,0x89fa2f93,0xea8f2401,0x8f03005c,0x410df018,0x40d00405,0x600effaf,0x98012fd5,0xfb5fe1f3,0x10440060,0x003f52fd,0x8fed0280,0x34fd2047,0xf5915a03,0x4c81275f,0xf42a3f38,0xd7a0d0ea,0xd4cee83a,0x82f9ff8d,0xea5f2501,0x4f05009c,0x420d9017,0x40e00405,0x400eff9f,0x93012fd5,0xfb6fdef3,0x30450060,0x002f58fd,0x7fe60260,0x36fcd059,0xf5415e03,0x1c8027af,0xf629ff3e,0xd820caea,0x74cbe7da,0x75f9ef8b,0xea2f2501,0x1f0a00ec,0x430cf019,0x40f00304,0xe00dff8f,0x88014fd5,0xfb7fdcf3,0x504800a0,0x003f5cfd,0x6fdc0260,0x38fd707f,0xf4716402,0xcc80281f,0xfb29bf46,0xd8d0c3e9,0xf4c8e75a,0x6af98f8b,0xea2f2601,0x1f10010c,0x450c301d,0x41000304,0xb00cff7f,0x7d016fd6,0xfb9fddf3,0x704b0150,0x002f61fd,0x5fd202a0,0x3afdb095,0xf3f16e02,0x6c80282f,0xfd298f4d,0xd970bde9,0x84c5e6ea,0x5df96f8f,0xea2f2701,0x1f0e011c,0x470b901f,0x41000304,0xc00dff6f,0x76018fd6,0xfb9fd7f3,0x604b01f0,0x001f64fd,0x3fc90310,0x3bfd4099,0xf4217702,0x0c7e282f,0xfc295f53,0xd9f0b8e9,0x64c5e6ca,0x59f94f8f,0xe9ef2701,0x4f07015c,0x4a0b801d,0x41200304,0xb00cff6f,0x71019fd7,0xfb8fcff3,0x504d0200,0xffef67fd,0x2fc20320,0x3cfd30a1,0xf4417901,0xcc7c283f,0xfe292f57,0xda60b4e9,0x74c5e6ea,0x5bf90f91,0xe94f2601,0xaf0901bc,0x4a0b7019,0x41300304,0x900cff6f,0x6f019fd7,0xfb5fcff3,0x60500220,0xffbf6cfd,0x4fb902f0,0x3bfd10a6,0xf4517b01,0xac7b282f,0xfe291f5b,0xdab0b1e9,0x54c4e6ca,0x5df87f92,0xe8ef2501,0xdf0c01fc,0x480b1013,0x41000304,0x800cff6f,0x70019fd8,0xfb4fcbf3,0x60530250,0xff6f74fd,0x7fb302c0,0x37fd20a6,0xf4618001,0x9c79280f,0xf8295f60,0xdb30ade8,0x74bfe5da,0x5ef7ff9a,0xe92f2701,0xbf0f026c,0x450ae00a,0x40d00304,0x500bff6f,0x75018fd8,0xfb5fc5f3,0x60540220,0xfeef7afd,0xafb102b0,0x34fd50a5,0xf4318301,0x7c7527df,0xef299f66,0xdbe0a7e7,0x64bae4da,0x5bf80fa1,0xe98f2a01,0x7f11031c,0x420affff,0x40b00203,0xf00aff7f,0x7a017fde,0xfb8fcaf3,0x505501a0,0xfe7f7efd,0xbfb10280,0x34fd30a5,0xf3d18201,0x3c7127bf,0xe929bf6b,0xdc70a3e6,0xe4b7e45a,0x53f8afa5,0xe9af2b01,0x7f1103cc,0x400b6ff7,0x40a00203,0x7009ff7f,0x7b017fe2,0xfbdfcdf3,0x40560120,0xfeaf7ffd,0x9fa902a0,0x35fd00a2,0xf3518601,0x2c71279f,0xe329cf6e,0xdcd0a0e6,0xc4b7e43a,0x4bf90fa3,0xe97f2b01,0xcf0f03dc,0x410b7ffb,0x40c00203,0x1008ff6f,0x76018fe5,0xfc0fcff3,0x40590130,0xff0f7ffd,0x8f9f02c0,0x35fc609f,0xf2b18d01,0x2c73276f,0xe029df70,0xdd009ee6,0x94b6e40a,0x41f94fa9,0xe95f2b02,0x1f0d03ac,0x420b2003,0x40c00102,0xc007ff6f,0x71019fe8,0xfc3fd2f3,0x505c01b0,0xff1f84fd,0x8f9b0270,0x36fb109f,0xf1e19001,0x3c73278f,0xe129df70,0xdcf09fe6,0x64b5e3ea,0x37f99fb5,0xe95f2b02,0x3f0e03bc,0x410a9005,0x40c00102,0x6006ff6f,0x70019fea,0xfc4fd4f3,0x405e0220,0xff3f88fd,0x9f9601e0,0x35f990a2,0xf1818c01,0x5c7427df,0xe429df6e,0xdcd0a0e6,0x64b5e3da,0x37f99fb6,0xe95f2c02,0x4f0a03cc,0x3f0a5005,0x40b00101,0xe005ff6f,0x73018fec,0xfc7fd1f3,0x305f0220,0xff4f8bfd,0xaf9201a0,0x32f840a2,0xf1718901,0x5c7427ff,0xe42a0f6f,0xdcf09fe5,0xf4b3e36a,0x39f91fb4,0xe96f2d02,0x5f1103ec,0x3e0ac003,0x40c00001,0x6003ff7f,0x7a017feb,0xfc9fd5f3,0x005e0180,0xff4f8ffd,0xaf8e0150,0x32f7709f,0xf1718301,0x5c7127ef,0xe22a1f70,0xdd109ee5,0x94b1e31a,0x3bf90fb4,0xe96f2e02,0x7f1d041c,0x3e0adffd,0x40c00001,0x0002ff8f,0x87015fea,0xfcbfdbf2,0xc05b0120,0xff9f8ffd,0x9f860140,0x32f7209c,0xf1617e01,0x7c6e27df,0xe02a1f71,0xdd209ee5,0xc4b2e34a,0x3af96fb6,0xe96f2f02,0x9f2203fc,0x3f0acffa,0x40d00000,0xb001ff9f,0x96012fea,0xfcffdef2,0xa0550130,0xffef8cfd,0x8f7c0180,0x31f7609b,0xf1817f01,0x4c6d27ef,0xe02a1f74,0xdd809be5,0x84b0e30a,0x34f98fbc,0xe95f2f02,0x7f2203cc,0x3f0b7ff4,0x40d00000,0x7001ffbf,0xaa00efe9,0xfd0fe0f2,0x604d00e0,0x000f89fd,0x9f7701d0,0x2df7d099,0xf1c18301,0x2c6c27ef,0xe12a2f76,0xddb09ae5,0x24afe2aa,0x2ef99fc4,0xe93f3002,0x5f2503dc,0x3e0c5fea,0x40b00000,0x7001ffcf,0xbf00bfe9,0xfd1fe4f2,0x00430090,0xffff89fd,0xaf7201f0,0x28f86099,0xf2318501,0x4c6d280f,0xe32a1f75,0xdda09ae5,0x44afe2ca,0x2cf96fc4,0xe92f3002,0x5f2903ec,0x3d0c7fe1,0x40900000,0x6001ffdf,0xd0008fe1,0xfd0fd9f1,0xd03c00b0,0xffff86fd,0xbf6f0220,0x24f9609a,0xf2d18301,0x7c6e284f,0xe729ff74,0xdd909be5,0x54b0e2da,0x2df8efc2,0xe93f2f02,0x6f2803ec,0x3c0cbfdb,0x40800000,0x6001ffef,0xdb006fdf,0xfd0fd7f1,0xc03d0090,0x002f80fd,0xaf6c0290,0x24fa3098,0xf3418301,0x6c6f285f,0xeb29ef74,0xdd709ce5,0x54b0e2da,0x2ef8efbe,0xe93f2e02,0x7f2103dc,0x3c0d3fdc,0x40900000,0x5000ffef,0xde005fdd,0xfd0fd3f1,0xb03e0060,0x005f7cfd,0x8f6c02c0,0x24fab096,0xf3618201,0x6c6f285f,0xee29ef73,0xdd609ce5,0x34afe2ca,0x2ff90fb8,0xe91f2e02,0x7f2603ac,0x3f0d1fe4,0x40b00000,0x6001ffef,0xd7007fdb,0xfd1fd6f1,0x903e00a0,0x005f7bfd,0x6f7002d0,0x24fae092,0xf3a18101,0x8c6f284f,0xee29ef71,0xdd309de5,0x44afe2ca,0x31f91fb7,0xe90f2f02,0x7f31038c,0x410cefe9,0x40e00000,0x7001ffef,0xd1008fd9,0xfd2fe0f1,0x903e00f0,0x005f7afd,0x5f7602c0,0x25fae08e,0xf3e18201,0x9c72283f,0xed29ff6f,0xdcf0a0e5,0x74b0e2fa,0x32f91fb8,0xe8ff2f02,0x7f35036c,0x430c7fee,0x41000000,0x7001ffdf,0xcb009fd8,0xfd4fe4f1,0xa03f0190,0x003f7cfd,0x6f7f0250,0x23fad08c,0xf4318001,0xbc73283f,0xec29ef6c,0xdc90a2e5,0xd4b2e35a,0x31f94fb9,0xe8ff2f02,0x7f2d032c,0x420beff2,0x40f00000,0xc002ffdf,0xc600afd7,0xfd5fdaf1,0xb0400200 +}; + +u32 ANIM_ENTRY_conversation_listener[] = +{ + 0xfcdfa4ff,0x8fc404c0,0x0d084055,0xff513706,0x3c972200,0x3b28ae6b,0xce118cec,0xb543e8aa,0x83013054,0xe90eed07,0x7f6e037c,0x1c0e4fba,0x3f800102,0xe007ffbf,0xb100dfd6,0xfb5fe7f2,0xe0560120,0xfcdfa6ff,0x8fc204c0,0x0d085053,0xff213b06,0x5c982220,0x3b287e66,0xcdf191ec,0xb542e89a,0x9401a04f,0xe8ceef07,0x7f6f038c,0x1c0e5fba,0x3f800102,0xb007ffbf,0xb100dfd7,0xfb9fe9f2,0xe05700e0,0xfccfa7ff,0x8fc204d0,0x0d088050,0xff313e06,0x6c9a2250,0x3b285e61,0xcdd197ec,0xb543e8aa,0xa702204a,0xe8bef207,0x1f6903ac,0x1b0e5fb9,0x3f700102,0x6006ffbf,0xb100dfd7,0xfbcfe4f2,0xd05700e0,0xfcdfa6ff,0x8fc104d0,0x0e087052,0xff313c06,0x8c9b2290,0x3e285e58,0xcd81a0ec,0xc543e8aa,0xba02d042,0xe88eed06,0xef69039c,0x1b0e4fba,0x3f700102,0x9007ffbf,0xb100dfd8,0xfb9fe5f2,0xc0570100,0xfccfa5ff,0x8fc104d0,0x0f087052,0xff713b06,0xcc9b22c0,0x3e285e4d,0xcd41abec,0xa541e88a,0xcb035039,0xe87ef206,0x9f6b038c,0x1b0e0fb9,0x3f700102,0xd007ffcf,0xb200dfd9,0xfb6fe9f2,0xd0580120,0xfcbfa3ff,0x8fc00500,0x10089051,0xff813a07,0x0c9c22d0,0x3d286e43,0xcd01b5ec,0x8540e86a,0xdd041035,0xe84ef706,0x8f68039c,0x1c0e2fb8,0x3f700102,0xc007ffcf,0xb300dfda,0xfb6feaf2,0xe0580110,0xfcbfa2ff,0x8fc00510,0x1008b04f,0xff613a07,0x3c9d22e0,0x3b287e3d,0xccd1bcec,0x9541e87a,0xee04a033,0xe7cef506,0x7f6a03ac,0x1b0e5fb7,0x3f700102,0xe007ffcf,0xb200dfda,0xfb7fedf2,0xd0570100,0xfcafa1ff,0x7fc00530,0x1108d04d,0xff613c07,0x4c9e2300,0x3a288e39,0xccc1c0ec,0x9541e87b,0x0004b030,0xe74ef106,0x5f6b039c,0x1c0e6fb7,0x3f800203,0x0008ffcf,0xb200dfda,0xfb7feff2,0xd05800e0,0xfcafa1ff,0x7fc00510,0x1208d04d,0xff813a07,0x7c9e2330,0x3a28be34,0xcca1c6ec,0x8541e87b,0x1405302c,0xe71ef306,0x5f6503ac,0x1c0e4fb6,0x3f800102,0xf008ffcf,0xb400dfdb,0xfb9feaf2,0xe05800f0,0xfc9fa1ff,0x7fc10510,0x1208c04b,0xff913907,0x9c9e2330,0x3a28be2d,0xcc71cdec,0xa542e88b,0x2905f02a,0xe6eef206,0x5f6303bc,0x1c0e2fb5,0x3f700102,0xf008ffcf,0xb400dfdb,0xfbafe9f2,0xe0580120,0xfc8fa1ff,0x7fc20530,0x1208d04a,0xffc13a07,0xbc9f2320,0x3928be23,0xcc41d8ec,0xa542e88b,0x3b062023,0xe6eef206,0x0f6003bc,0x1c0e2fb5,0x3f700102,0xe008ffcf,0xb300dfdb,0xfbafe8f2,0xe0590110,0xfc7fa0ff,0x8fc30540,0x1208c045,0xffd13b07,0xaca02310,0x3928ae18,0xcc01e3ec,0x8541e87b,0x4b06a01b,0xe73ef505,0xbf6003dc,0x1b0e5fb3,0x3f700102,0xe008ffcf,0xb500dfdc,0xfb9fe8f2,0xe05900d0,0xfc6fa0ff,0x8fc40540,0x1308b043,0xffc13a07,0xbc9f2300,0x38289e0d,0xcbd1eeec,0xa542e88b,0x5c075018,0xe71ef106,0x1f6303ec,0x1b0e2fb0,0x3f600102,0xe007ffcf,0xb900cfdd,0xfb9fecf2,0xd0570100,0xfc8fa0ff,0x8fc10560,0x1308d040,0xffa13b07,0xbc9e22e0,0x36289e05,0xcba1f7ec,0xa542e89b,0x6d07d017,0xe6feee06,0x6f6003cc,0x1b0e3fb0,0x3f600102,0xd007ffcf,0xbc00bfde,0xfbcfecf2,0xd05700f0,0xfc8fa1ff,0x9fc10530,0x12091043,0xffa13b07,0xbc9e22d0,0x3728adfc,0xcb81ffec,0xa542e88b,0x7d083014,0xe6feee06,0xaf6203cc,0x1a0e1fb0,0x3f500102,0xd007ffcf,0xbd00bfdf,0xfbdfeef2,0xd05700c0,0xfc8fa3ff,0x9fc10520,0x12091044,0xffc13b07,0xac9e22c0,0x3628adf5,0xcb6207ec,0x9542e88b,0x8e08b010,0xe6eeef06,0x9f6803cc,0x1a0dffb2,0x3f500102,0xd007ffcf,0xba00cfde,0xfbeff0f2,0xe05800c0,0xfc9fa4ff,0x9fbf0520,0x11093045,0xffc13e07,0x9c9d22c0,0x35289df3,0xcb520aec,0xa542e88b,0x9c095010,0xe6cef106,0x8f6803ac,0x1a0dffb4,0x3f500102,0xb007ffcf,0xbb00cfdb,0xfbffecf2,0xf05900c0,0xfcafa3ff,0x9fbf0540,0x12096045,0xffc14007,0x9c9e22b0,0x34289dea,0xcb2213ec,0x8541e87b,0xac0a000b,0xe6cef106,0x8f6503cc,0x1a0e1fb3,0x3f500102,0x6006ffcf,0xbc00bfdb,0xfbffeaf2,0xf05900a0,0xfcafa2ff,0x8fbf0550,0x13098045,0xffe14007,0x8c9f22b0,0x33288ddf,0xcb021eec,0x9541e87b,0xbb0a9003,0xe69eed06,0x8f6403dc,0x1b0dffb4,0x3f600102,0x5006ffcf,0xbb00cfda,0xfbefe9f2,0xf05900b0,0xfcafa0ff,0x8fbf0540,0x1309b046,0xffd14007,0xac9f22c0,0x34288dd2,0xcad22bec,0xa542e88b,0xcd0afffd,0xe67eeb06,0x7f6503cc,0x1c0defb5,0x3f600102,0x6006ffcf,0xbb00cfda,0xfbcfe9f2,0xe05800d0,0xfccf9fff,0x9fbd0530,0x1209e049,0xfff14007,0xcc9f22f0,0x35288dc9,0xcaa235ec,0x8541e87b,0xdf0b7ff7,0xe69ef006,0x2f6303bc,0x1a0dffb7,0x3f500102,0x5006ffcf,0xba00cfda,0xfbffe8f2,0xe05800e0,0xfcbf9fff,0x8fbe0540,0x120a5047,0x00114407,0xcca122e0,0x33288dc0,0xca823fec,0x7540e86b,0xf20c1ff1,0xe6aef406,0x1f6303cc,0x1b0e0fb6,0x3f600102,0x5006ffcf,0xbb00cfd9,0xfbffe8f2,0xf05800d0,0xfcbf9eff,0x8fbe0530,0x110ab046,0x00214707,0xfca422e0,0x31288db3,0xca624cec,0x9541e87c,0x070bffec,0xe68ef206,0x6f6603cc,0x1b0dcfb4,0x3f600102,0x8006ffcf,0xbe00bfd9,0xfbdfeaf2,0xf05800d0,0xfc9f9fff,0x8fbe04f0,0x120ae04a,0x00414c08,0x0ca72310,0x32289dae,0xca5251ec,0xa542e88c,0x1e0b5fea,0xe68ef006,0x6f6603dc,0x1b0dbfb4,0x3f600102,0x6006ffcf,0xbc00bfd9,0xfbffe9f2,0xf05900e0,0xfcaf9dff,0x8fbe04f0,0x110a904a,0x00415408,0x3cad2310,0x3228ada3,0xca225dec,0x9541e87c,0x3c0b1fe9,0xe67eef06,0x5f6203ec,0x1c0dcfb5,0x3f600102,0x4006ffcf,0xbb00cfd8,0xfbffe6f2,0xf0590100,0xfc8f9cff,0x8fbf04f0,0x11099046,0x00315e08,0x6cb422f0,0x30289d8c,0xc9f274ec,0x8541e86c,0x550b6feb,0xe68eef06,0x5f62040c,0x1c0dcfb2,0x3f600102,0x5006ffcf,0xbc00bfd8,0xfbffe8f3,0x005900e0,0xfc5f9cff,0x8fc40500,0x1107e044,0x00716808,0xbcba22e0,0x2e289d6b,0xc9a294ec,0x9541e88c,0x720b0fe5,0xe67eef06,0x4f66043c,0x1c0dffaf,0x3f600102,0x6006ffcf,0xbc00bfd8,0xfbefebf3,0x205a00a0,0xfc7f9aff,0x8fc204f0,0x1005d042,0x00916d09,0x2cc122f0,0x2e288d46,0xc952b9ec,0xb543e89c,0x910acfd7,0xe64eeb06,0x2f61041c,0x1c0dcfb2,0x3f500102,0x6006ffcf,0xbc00bfd8,0xfbcfe7f3,0x205a00d0,0xfc9f98ff,0x8fc204e0,0x1004003f,0x00817009,0x7cc72300,0x2d288d27,0xc912d9ec,0x9541e87c,0xa80b0fcc,0xe65eec06,0x0f5d040c,0x1c0dafb3,0x3f500102,0x5006ffcf,0xbc00cfd8,0xfbdfe4f3,0x205a0130,0xfc8f98ff,0x8fc304a0,0x0f02a03c,0x00a17409,0xccce2310,0x2e288d08,0xc8e2f7ec,0x7540e85c,0xc70b7fc6,0xe62ef006,0x7f61041c,0x1c0dcfb3,0x3f600102,0x5006ffcf,0xbc00bfd7,0xfbefe9f3,0x30580120,0xfcaf95ff,0x6fc00470,0x1001e03c,0x00f1820a,0x3cd82340,0x31289cf2,0xc8c30dec,0x6540e84c,0xfa0b3fd0,0xe5def206,0xef62040c,0x1e0defb4,0x3f800102,0x5006ffcf,0xbc00bfd7,0xfbdfebf3,0x30560140,0xfcff8fff,0x5fb904b0,0x1101f039,0x01819b0a,0xbce72370,0x3428acd5,0xc8a32aec,0x353ee82d,0x310a7feb,0xe5def206,0xbf59040c,0x200e5fb8,0x3f900102,0x0005ffcf,0xbd00bfd6,0xfc0fe7f3,0x00500180,0xfd4f83ff,0x3fb20550,0x1002d032,0x0281bb0b,0x1cfd2370,0x3728bc8b,0xc86374eb,0xf53be7ed,0x650aaffd,0xe60ef206,0x4f4d040c,0x220f5fbb,0x3f900101,0xc004ffcf,0xbf00bfd6,0xfc1fe6f2,0xe04c0160,0xfd5f82ff,0x4fac0520,0x1103f033,0x0381dd0b,0xad162380,0x3c287c26,0xc843d7eb,0xc53ae7bd,0xae0a4001,0xe58ef306,0xbf5f03fc,0x1e0f8fb9,0x3f800101,0xc004ffdf,0xc400afcd,0xfc1febf2,0xc0530110,0xfc7f8dff,0xdfb40400,0x0c04903f,0x0412020c,0x5d3023f0,0x44280b8e,0xc8646deb,0x8537e78d,0xf00a900f,0xe55ef306,0x9f8b048c,0x0e0f9fac,0x3ee00101,0xe005ffdf,0xc600afbe,0xfbbff2f2,0x605500c0,0xfb9f8700,0x2fbe0450,0x0605b043,0x04f22d0c,0xdd5423f0,0x49281ae7,0xc91511eb,0x6536e76e,0x270b7020,0xe57ef206,0x4f8705cc,0x090fff9d,0x3e800001,0x7003ffdf,0xc7009fc3,0xfbdffcf2,0x505d00d0,0xfc8f70ff,0x3faf05a0,0x10076031,0x0602530d,0x4d7c23d0,0x4a283a6c,0xca158aeb,0x6536e75e,0x750ba015,0xe54ef206,0x6f5c05cc,0x1c10cfa4,0x3f500000,0xd002ffdf,0xcd008fc7,0xfbffecf2,0x60500140,0xfd2f64fe,0xafa50640,0x16077029,0x0632780d,0xcda123b0,0x4b283a00,0xcb85f3eb,0x4535e74e,0xd00c401e,0xe52ef406,0x8f4f058c,0x28117fa9,0x3fe00000,0x9001ffef,0xd1008fc5,0xfbcfe8f2,0x70490120,0xfd2f60fe,0x9fa50660,0x1405f032,0x06429c0e,0xadc323a0,0x482839ad,0xcd2643eb,0x3534e73f,0x330b5036,0xe51ef006,0x1f5005bc,0x2811afa6,0x3fe00000,0x7001ffef,0xd4007fc3,0xfc0febf2,0x90430130,0xfcdf63fe,0xbfa905f0,0x11045032,0x0642be0f,0xdde623d0,0x43284985,0xce366aeb,0x5536e75f,0xb805f03c,0xe52eda04,0x7f56061c,0x26112fa2,0x3fc00000,0x6001ffef,0xd3007fc3,0xfc1fecf2,0xb03f0170,0xfd0f5ffe,0xafa705f0,0x0f024030,0x05f2e610,0xce0923d0,0x3f286968,0xcf1686eb,0x3535e730,0x2d00b045,0xe52ed103,0xaf54061c,0x2710efa5,0x3fe00000,0x5001ffef,0xd3007fc2,0xfc0fecf2,0xd03e0170,0xfd5f57fe,0x7fa30640,0x0f00f02f,0x06331d11,0x8e3123a0,0x3d288939,0xd0c6b2eb,0x3534e720,0x6ffe105e,0xe53ed403,0xbf5005ec,0x2910bfa9,0x40000000,0x5001ffef,0xd3007fc1,0xfbdfeff2,0xf03f01b0,0xfd7f50fe,0x5fa106a0,0x0e013029,0x06c36012,0x5e5723a0,0x3d28790f,0xd2c6daeb,0x4535e740,0x9bfc1081,0xe54ed503,0x5f5105fc,0x2b10bfaa,0x40200000,0x5000ffef,0xd4007fbb,0xfb9febf3,0x004201f0,0xfd7f4efe,0x5f9e06c0,0x0b026021,0x06c39b12,0xfe7923a0,0x3d2858f4,0xd446f4eb,0x2534e720,0xcaf9f077,0xe53ed403,0x2f59060c,0x2b10cfaa,0x40200000,0x5000ffef,0xd2007fb6,0xfb5febf3,0x204101a0,0xfd6f4afe,0x4f9d06f0,0x0a04001b,0x0693c913,0x9e8e23b0,0x402818e3,0xd56704eb,0x2534e720,0xeaf90074,0xe52ed403,0x2f56064c,0x2b109faa,0x40200000,0x4000ffdf,0xd1008fb7,0xfb4feff3,0x50430180,0xfd3f45fe,0x4fa006f0,0x0a06401b,0x0683e614,0x4e8f23d0,0x4527e8da,0xd6070ceb,0x3534e720,0xbdf970a7,0xe51ed403,0x2f55068c,0x2910afa7,0x40100000,0x3000ffef,0xd1008fb8,0xfb3ff5f3,0x60430180,0xfd2f42fe,0x5fa106f0,0x0a08a01c,0x06b3f414,0xfe8123e0,0x4927e8dd,0xd5c709ea,0xf532e6f0,0x8df8e0f1,0xe50ed303,0x4f54068c,0x2810cfa7,0x40000000,0x6001ffdf,0xce008fb9,0xfb3ff8f3,0x70430190,0xfd1f3ffe,0x5fa30700,0x0b09501e,0x06a3f715,0x4e6923e0,0x4827f8e4,0xd54703ea,0xc530e6c0,0x87f8d131,0xe50ed303,0x0f51067c,0x2810bfab,0x40000000,0xb001ffdf,0xc7009fba,0xfb1ff8f3,0x904401c0,0xfcbf3efe,0x4fae06f0,0x0e080024,0x05d3ef15,0x4e4d23d0,0x442808e8,0xd4e6feea,0xc531e6c0,0x67f83164,0xe51ed402,0xaf4c06ac,0x27110fad,0x40300000,0xe002ffcf,0xbc00bfba,0xfb1ff5f3,0x904801a0,0xfc9f3afe,0x5fb606f0,0x0f060028,0x0473e115,0x5e3523d0,0x3d2818ea,0xd4c6fdea,0xd531e6d0,0x3ef6618c,0xe53ed502,0x8f4506ac,0x24114fb1,0x40200001,0x0002ffcf,0xb500dfbb,0xfb0ff4f3,0x804c01b0,0xfcdf34fe,0x6fb80780,0x0e043025,0x0323db15,0x2e2b2380,0x332838ea,0xd4a6fcea,0xf532e6f0,0x31f5f199,0xe52ed902,0xaf3b066c,0x22116fb7,0x3ff00001,0x1003ffcf,0xb300dfbc,0xfb0feff3,0x904d01f0,0xfcff35fe,0x7fb907f0,0x0d02e026,0x01f3e014,0x6e2f2310,0x2a2848ec,0xd486fbea,0xf532e6f0,0x36f5c191,0xe51edc02,0xbf40062c,0x21114fba,0x3fc00001,0x3003ffcf,0xb300dfbc,0xfb0ff1f3,0x904c0220,0xfd0f39fe,0x6fbb0810,0x0e02c030,0x00b3e813,0x7e352320,0x242818eb,0xd476fbeb,0x0533e700,0x42f48187,0xe4fedb02,0x3f47062c,0x1f110fb9,0x3fb00001,0x0002ffcf,0xb400dfbb,0xfb0ff6f3,0x804c0210,0xfd2f3bfe,0x5fbb0830,0x0f03203e,0xff73ee12,0x8e392350,0x222808ec,0xd476faeb,0x0533e700,0x4cf2818a,0xe4ceda01,0x9f4a062c,0x1e10ffba,0x3fa00000,0xb001ffcf,0xb500dfbb,0xfb2ff7f3,0x704b01e0,0xfd4f3efe,0x4fbc0860,0x1003704a,0xfe13ec11,0xce372360,0x2327e8ef,0xd436f7eb,0x0533e700,0x49f17195,0xe4ced801,0xcf46060c,0x1e10cfbe,0x3fa00000,0x7001ffcf,0xb200dfbd,0xfb4ff8f3,0x80480220,0xfd7f45fe,0x5fbc0860,0x0d041053,0xfcd3e611,0x2e312360,0x2327c8f5,0xd3d6f1eb,0x0533e700,0x41f25188,0xe49ed701,0xcf3e059c,0x1c10afc5,0x3f800000,0x9001ffbf,0xad00efc9,0xfbbffef3,0x90430200,0xfdaf4efe,0x6fbd0830,0x0b055060,0xfbd3df10,0xde2b2370,0x2227b8fd,0xd356eaeb,0x0533e700,0x30f3f166,0xe47ed601,0xbf3c051c,0x1b106fcb,0x3f700000,0xd002ffbf,0xa700ffcb,0xfbaff5f3,0x70470240,0xfdef51fe,0x5fbc0850,0x0a06506c,0xfad3dc11,0x0e272380,0x20278903,0xd2f6e4eb,0x2533e710,0x19f53154,0xe46ed602,0x1f4204cc,0x190fefd5,0x3f900000,0xc002ffaf,0x9f010fcc,0xfbcffbf3,0x904e0260,0xfe2f4ffe,0x3fbf08e0,0x0806a07a,0xfa33d511,0x4e252340,0x1d278908,0xd2b6dfeb,0x2534e720,0x07f6514a,0xe46ed902,0x2f4104ac,0x180fffe1,0x3fb00000,0x5001ff9f,0x95012fcd,0xfbfffef3,0xa05302a0,0xfe3f53fe,0x2fc40940,0x0706a088,0xf9d3d011,0x8e2422f0,0x18279909,0xd2a6deeb,0x4535e74f,0xf4f7513f,0xe44ed402,0x5f3c04bc,0x170f8fe7,0x3f9fffff,0xcfffff9f,0x8f013fd1,0xfc1001f3,0xa0510300,0xfe5f55fe,0x1fca09b0,0x0606708e,0xf973c711,0xbe2422a0,0x1327a909,0xd2a6deeb,0x7536e76f,0xddf8011c,0xe45ed302,0x5f3d04bc,0x160eefea,0x3f6fffff,0x5ffeff8f,0x8a014fd3,0xfc5002f3,0x904f03a0,0xfeaf56fd,0xffcd0a00,0x0305d092,0xf943bb11,0xfe252260,0x1027b906,0xd2d6e0eb,0x6536e76f,0xc2f8a0f2,0xe41ed902,0xaf45046c,0x160ebff7,0x3f6fffff,0x2ffdff7f,0x7f016fd4,0xfcb009f3,0x804e03e0,0xff2f58fd,0xbfcc0a40,0x0005a093,0xf933b211,0xfe252210,0x0d27d904,0xd2d6e1eb,0x8537e78f,0xa0f8b0de,0xe36ed803,0x5f4c040c,0x170ea005,0x3f8ffffe,0xcffcff7f,0x78017fd2,0xfce00af3,0x704a0400,0xffaf59fd,0x6fcc0acf,0xff05b095,0xf923ad11,0xde2621e0,0x0b27d905,0xd2c6e0eb,0xb539e7af,0x8af8e0d3,0xe30ed103,0xbf4903cc,0x190f000f,0x3fcffffe,0x2ffaff6f,0x78018fd2,0xfd4005f3,0x40440420,0x001f5afd,0x1fcb0b1f,0xff060095,0xf8f3ab11,0xce2721f0,0x0b27e905,0xd2c6e0eb,0xb538e7af,0x7ef940c3,0xe2fed103,0xbf4d03ac,0x1b0f7016,0x3ffffffd,0x6ff8ff6f,0x78018fd2,0xfdc008f3,0x10420450,0x002f5dfd,0x0fd00b1f,0xfc064098,0xf8f3a611,0xbe282200,0x0d27e908,0xd2a6ddeb,0xa538e7af,0x72f930be,0xe2fed603,0xbf5703dc,0x190fa018,0x3feffffc,0xbff6ff6f,0x77018fd0,0xfe300cf2,0xb03e04d0,0x007f5bfc,0xbfd30b7f,0xfc05b09d,0xf8b3a511,0x8e272210,0x0e27d90a,0xd276daeb,0xb538e7af,0x6ff990be,0xe2fedd04,0x0f5403dc,0x1b10401b,0x400ffffc,0x1ff5ff7f,0x79017fd7,0xfe7018f2,0x803b0500,0x00bf56fc,0x4fd90c0f,0xfe0420a6,0xf833a711,0x4e252200,0x0d27c90f,0xd236d6eb,0xb539e7bf,0x70f9f0c6,0xe2fee204,0x8f4e03bc,0x1d11001e,0x404ffffb,0xdff4ff7f,0x7b017fdb,0xfe801df2,0x50370540,0x00cf58fc,0x2fe00c4f,0xfe0260ad,0xf7a3ac11,0x4e2321f0,0x0a27c912,0xd1f6d3eb,0xc539e7bf,0x6ef9a0d5,0xe2fee604,0xef4c03ac,0x1d110024,0x405ffffb,0xbff4ff6f,0x76018fdf,0xfea01df2,0x30370590,0x00ff59fc,0x1fe20c4f,0xfc00e0b3,0xf703ae11,0x6e202200,0x0427d918,0xd1a6cdeb,0xa538e7af,0x67f900e6,0xe31ee704,0x6f47036c,0x1d10a02f,0x404ffffb,0x8ff3ff5f,0x6b01afe6,0xfec022f2,0x403705e0,0x015f56fb,0xefe10c9f,0xfaffc0b4,0xf643af11,0x5e20223f,0xfa281920,0xd146c5eb,0x7536e76f,0x5ff8b0eb,0xe3cee102,0xcf4a031c,0x1d101041,0x405ffffb,0x3ff2ff3f,0x5901dfe6,0xff2027f2,0x803a06a0,0x01cf53fc,0x1fda0cdf,0xf1ff40b5,0xf5e3af11,0x3e20223f,0xee285928,0xd0f6beeb,0x7536e77f,0x57f890eb,0xe3ced801,0xbf4e029c,0x180fa05c,0x403ffffb,0x0ff2ff0f,0x3e022fea,0xff7035f2,0xf03e0760,0x01ff4ffc,0x2fd80d2f,0xebfed0b8,0xf5a3b010,0xee2021ef,0xe328692d,0xd0b6b9eb,0xa538e79f,0x50f8a0ed,0xe32ed702,0x8f3b026c,0x130f506f,0x401ffffa,0xdff1fecf,0x25027fee,0xffb02df3,0x90360710,0x01cf4ffc,0x3fdc0cff,0xe7ff10bf,0xf573b210,0xde2021cf,0xe228892e,0xd0a6b8eb,0x8537e78f,0x47f8e0f5,0xe2ded902,0xef2d02bc,0x0f0ea075,0x3fdffffa,0x8ff0feaf,0x1302aff5,0xffa02cf3,0xc03507d0,0x015f50fc,0x5fe10c9f,0xe4ff90c6,0xf543b410,0xde2121ef,0xe628892c,0xd0b6baeb,0x7536e77f,0x42f8d0f9,0xe2aed602,0xff2f02fc,0x0b0e2078,0x3f8ffffa,0xaff1fe7f,0x0402dff5,0xffb02bf4,0x00350840,0x010f50fc,0x6fe30c9f,0xe20030c5,0xf513b910,0xbe2321ef,0xe8286929,0xd0c6bceb,0x8537e78f,0x3df810fc,0xe2bed402,0xaf33033c,0x080e1078,0x3f5ffffa,0xeff1fe6e,0xfb02fff5,0xff902ff4,0x10320860,0x00df4efc,0x7fe20c7f,0xe000b0c2,0xf4d3bb10,0xbe23220f,0xe828892b,0xd0a6baeb,0x6535e76f,0x36f740ff,0xe3bed901,0xaf37035c,0x060e0077,0x3f3ffffa,0xfff2fe5e,0xf902fff5,0xffa034f4,0x102f0850,0x00ef49fc,0x8fde0c7f,0xdb00b0c2,0xf483b810,0xde22225f,0xe628d92e,0xd086b6eb,0x3533e74f,0x2ff750fa,0xe48ee202,0x2f38035c,0x040e3077,0x3f1ffffb,0x0ff2fe5e,0xfa02fff5,0xffa039f4,0x10310850,0x00bf47fc,0x7fdf0c4f,0xda0050bf,0xf423b510,0xfe21224f,0xe728d92f,0xd076b5eb,0x6535e77f,0x28f7c0f6,0xe44edb02,0xef3d039c,0x030e8071,0x3f1ffffb,0x0ff2fe6e,0xff02eff0,0xff7039f3,0xf0340850,0x002f46fc,0x3fe70c3f,0xe1ffc0bb,0xf3b3b111,0x0e1d221f,0xe728b934,0xd046b1eb,0xb538e7bf,0x1bf7d0fb,0xe3fecf02,0xaf3b046c,0x050ee060,0x3f5ffffa,0xcff1fe8f,0x0902cfef,0xff5038f3,0xe03607e0,0xffef44fb,0xefec0c1f,0xe7fef0ba,0xf353ae11,0x2e1b21bf,0xe528d938,0xd016adeb,0x9537e79f,0x0ff790fe,0xe40ed102,0xff3704dc,0x080f0053,0x3f8ffffa,0xbff1feaf,0x1202aff0,0xff3039f3,0xc03407f0,0xffdf42fb,0xefea0c0f,0xe6fe50b4,0xf2f3ae11,0x2e1a216f,0xe129293b,0xcfe6a9eb,0x3534e74f,0x05f790fd,0xe42ed903,0x3f3204dc,0x080ee04d,0x3f6ffffb,0x0ff2febf,0x1c028ff1,0xff0038f3,0x90320830,0xffdf41fb,0xefe50c1f,0xe3fe20ad,0xf2e3af11,0x1e1a211f,0xdc295942,0xcfa6a2eb,0x1532e71e,0xfcf7a0f9,0xe3ded803,0x9f2c04cc,0x070eb049,0x3f4ffffb,0x1ff2fecf,0x26027ff3,0xfef037f3,0x60340830,0xffbf3ffb,0xcfe40bef,0xe5fe20ac,0xf303af11,0x1e18210f,0xdb296946,0xcf869eeb,0x2533e72e,0xf3f7b0f9,0xe39ed803,0xaf22050c,0x080ed040,0x3f5ffffb,0x1ff2feef,0x30025ff4,0xfec030f3,0x20310840,0xff7f3cfb,0xbfe40bdf,0xe5fe50ae,0xf2d3b111,0x0e1920ff,0xda296947,0xcf769deb,0x2533e72e,0xebf7b0f8,0xe3aedb03,0x9f2b055c,0x090f2037,0x3f6ffffb,0x2ff2feff,0x39023ff0,0xfea035f3,0x00310810,0xff7f36fb,0xafe00bef,0xe4fed0ae,0xf2e3b310,0xee18210f,0xdc294949,0xcf669beb,0x2533e72e,0xe0f7f0f9,0xe3aedd03,0xaf36056c,0x0a0f7033,0x3f7ffffb,0x4ff2ff0f,0x40022fe9,0xfe9039f3,0x103307f0,0xff9f31fb,0xafda0bbf,0xe3ff40b0,0xf373b311,0x0e18216f,0xdf29294a,0xcf5699eb,0x5535e75e,0xd5f820fa,0xe39ed803,0xcf3d055c,0x090fd031,0x3f6ffffb,0x4ff2ff1f,0x44021fe5,0xfeb03ef3,0x203307f0,0xff7f2dfb,0x9fd90b7f,0xe3ff70ac,0xf393b211,0x3e1821bf,0xe229094a,0xcf4699eb,0x7536e77e,0xccf810f8,0xe38ed503,0x5f3f057c,0x0a10002e,0x3f7ffffb,0x6ff3ff1f,0x46020fe4,0xfea041f3,0x00320800,0xff6f28fb,0xafd80b7f,0xe1ff70a7,0xf373b211,0x1e1821df,0xe428f94f,0xcf2695eb,0x9537e79e,0xc5f750fc,0xe37ed703,0x0f3a057c,0x090ff02e,0x3f7ffffb,0xaff3ff1f,0x47020fe2,0xfe903ff3,0x00310840,0xff6f24fb,0xbfd50b7f,0xdfff50a2,0xf373b311,0x1e1721df,0xe328f955,0xcee68eeb,0xa537e7ae,0xbcf730fa,0xe39ed803,0x3f33057c,0x080fc02e,0x3f6ffffb,0xcff4ff1f,0x46021fdf,0xfe8037f3,0x103108b0,0xff6f1ffb,0xafd30b6f,0xe0fef09d,0xf353b311,0x3e1621ff,0xe228d95a,0xcec68aeb,0xb538e7be,0xb3f730f6,0xe37ed603,0x9f36057c,0x090fd02e,0x3f7ffffb,0xeff4ff1f,0x46020fde,0xfe603cf3,0x103108c0,0xff7f19fb,0x6fd10b5f,0xe5feb09b,0xf343ad11,0x7e12222f,0xe528c963,0xce7681eb,0xb537e7be,0xaaf770ed,0xe31ed703,0xcf33057c,0x0c10402d,0x3fbffffc,0x1ff5ff1f,0x48020fdd,0xfe303cf2,0xf02e08a0,0xff5f15fb,0x7fd30b2f,0xe5fea098,0xf363a711,0xae0f224f,0xe628c96b,0xce3679eb,0xa537e7ae,0xa2f770f0,0xe31ed803,0xbf32059c,0x0b10a029,0x3fbffffc,0x4ff5ff1f,0x4c01ffdb,0xfe103af2,0xe02d0850,0xff5f10fb,0x6fd30b4f,0xe6fec093,0xf383a211,0xde0d223f,0xec28c96e,0xce2676eb,0x6535e76e,0x9bf760f0,0xe2eedb03,0x7f3405cc,0x0c115025,0x3fdffffc,0x3ff5ff2f,0x5201efd9,0xfe003df2,0xf02d07e0,0xff6f0dfb,0x6fd20b3f,0xe6ff3091,0xf373a011,0xfe0c21ff,0xf628d96f,0xce0674ea,0xe531e6fe,0x95f700e6,0xe26edd03,0x8f3905cc,0x0c120022,0x3feffffc,0x1ff5ff3f,0x5801dfd7,0xfe1042f2,0xf02d0740,0xff6f0dfb,0x8fd10b2f,0xe4ff708f,0xf3439f12,0x1e0c21df,0xf728e972,0xcdf671ea,0xd530e6de,0x8df6a0e1,0xe22ee003,0xef3705cc,0x0b120023,0x3fcffffc,0x1ff5ff3f,0x5801dfd6,0xfe103ff2,0xe02c0770,0xff6f0bfb,0x9fd00b1f,0xe4ffa08e,0xf3639d12,0x3e0c21bf,0xf428f975,0xcde66eea,0xe531e6fe,0x85f6d0db,0xe22ede03,0xaf3405bc,0x0b11d024,0x3fcffffc,0x1ff5ff3f,0x5701dfd5,0xfe303df2,0xe02b07b0,0xffaf0afb,0x8fcf0b2f,0xe500008f,0xf3939c12,0x3e0b21af,0xf128f97a,0xcdb669ea,0xf531e6fe,0x7ff6e0d6,0xe25edf03,0x3f33058c,0x0c11d026,0x3fdffffc,0x2ff5ff3f,0x5901dfd4,0xfe403df3,0x002d07c0,0xffcf0afb,0x9fce0b5f,0xe3005092,0xf3e39d12,0x1e0c216f,0xee29097a,0xcdb668eb,0x0532e70e,0x76f6c0d7,0xe25edc03,0x6f35055c,0x0c11c027,0x3fdffffc,0x2ff5ff3f,0x5c01dfd3,0xfe403cf3,0x002c07a0,0xffcf0afb,0x9fd00b4f,0xe3007096,0xf3e39c12,0x2e0d216f,0xef290978,0xcdb66aeb,0x1533e72e,0x6df6d0d4,0xe1fedb03,0x9f38055c,0x0c11f027,0x3fdffffc,0x1ff5ff4f,0x5e01cfd2,0xfe403cf2,0xf02b0770,0xffdf09fb,0x9fd10b4f,0xe5009096,0xf3c39912,0x4e0c217f,0xf028f977,0xcdb66beb,0x3534e73e,0x66f6a0d0,0xe1cedb03,0x8f37054c,0x0d11f027,0x3fdffffc,0x0ff4ff4f,0x6101cfd1,0xfe503af3,0x002207a0,0x000f09fb,0x8fd20b4f,0xe7005090,0xf3739712,0x5e0a216f,0xf028e97a,0xcd9668eb,0x0532e71e,0x5ef680cd,0xe1dedf03,0xcf3f053c,0x0e11f029,0x3ffffffb,0xeff4ff4f,0x6401bfcb,0xfe8039f3,0x00260790,0x003f09fb,0x8fd00b3f,0xe700308e,0xf3539512,0x7e08218f,0xf028f984,0xcd565eea,0xd531e6ee,0x53f670cb,0xe1fedf04,0x1f4404fc,0x0f121029,0x3feffffb,0xdff4ff5f,0x6801afc8,0xfe903cf2,0xe0270790,0x008f0cfb,0xafcb0b0f,0xe4001090,0xf3739612,0x8e0621bf,0xf0290991,0xcd0651ea,0xc530e6ce,0x48f640c8,0xe1fedc04,0x0f46049c,0x0e12202c,0x3fdffffb,0xeff4ff5f,0x6d01afc8,0xfe903af2,0xa0260770,0x00af0ffb,0xafca0aef,0xe400008d,0xf3839712,0x7e0521df,0xf228e99a,0xccd648ea,0xe531e6ee,0x40f620c3,0xe1dedc03,0xef4a045c,0x0f12702d,0x3fdffffb,0xfff4ff6f,0x71019fc7,0xfea039f2,0x50220760,0x00ef0ffb,0x8fca0adf,0xe5ffb08c,0xf3939412,0x9e04220f,0xf428e9a3,0xcc9640ea,0xf532e70e,0x37f640bd,0xe1cedd03,0xcf49042c,0x1112d02c,0x3ffffffb,0xfff4ff6f,0x77018fc6,0xfea037f2,0x30220740,0x010f10fb,0x8fc90adf,0xe4ff808b,0xf3939512,0x9e05222f,0xf628f9a6,0xcc863deb,0x0532e70e,0x2cf650bb,0xe1bedc03,0xef4b040c,0x1213202b,0x400ffffb,0xeff4ff7f,0x7e016fc5,0xfea036f2,0x00230740,0x012f10fb,0x8fca0adf,0xe3ff3088,0xf3639612,0x8e07222f,0xf72919a7,0xcc763bea,0xe531e6ee,0x23f630b8,0xe1bedd04,0x1f4c040c,0x12136029,0x400ffffb,0xaff3ff8f,0x85015fc5,0xfeb036f1,0xd0220750,0x014f0ffb,0x5fcd0adf,0xe6fee088,0xf3939512,0x9e06222f,0xf92919a9,0xcc6639ea,0xe531e6ee,0x1cf660b1,0xe1cede04,0x0f4c040c,0x1413b027,0x401ffffb,0x7ff3ff9f,0x8d014fc4,0xfec037f1,0x80220740,0x014f12fb,0x6fd00aef,0xe4fef085,0xf3b39812,0x7e0821ff,0xf72929aa,0xcc6637ea,0xf531e6fe,0x16f640b4,0xe1dede04,0x0f4b03ec,0x1313f025,0x400ffffb,0x6ff3ff9f,0x93013fc4,0xfee033f1,0x50180710,0x016f15fb,0x7fd10acf,0xe0ff4081,0xf3a39912,0x6e0921df,0xf62949ad,0xcc4634ea,0xd531e6ee,0x0ff600b6,0xe1dedf03,0xff4903bc,0x13142025,0x3feffffb,0x6ff3ff9f,0x98012fc3,0xff102df1,0x20160700,0x01af15fb,0x6fd20a9f,0xdfff5083,0xf3b39a12,0x7e0921ff,0xf52969b3,0xcc262fea,0xd530e6ee,0x07f610b1,0xe1dedc03,0xdf48037c,0x15145027,0x3ffffffb,0x4ff2ffaf,0x9d011fc4,0xff202ef0,0xd0160710,0x01df17fb,0x4fd50a9f,0xdfffa081,0xf3739c12,0x8e0a21ef,0xf42969b4,0xcc162dea,0xd531e6ee,0x01f5f0af,0xe1cedc03,0xff49032c,0x1714b029,0x402ffffb,0x4ff2ffaf,0xa2010fc6,0xff1031f0,0x70190720,0x022f16fb,0x1fd90adf,0xe000007d,0xf3039d12,0x7e0a21bf,0xf32949b2,0xcc162fea,0xe531e6ed,0xfcf5b0ac,0xe1dee003,0xdf4602dc,0x1a14b02d,0x404ffffb,0x4ff2ffbf,0xa500ffc7,0xff1033f0,0x70120740,0x026f12fa,0xffdf0b2f,0xdf00b07a,0xf2d39e12,0x6e0b219f,0xf42959b0,0xcc2631ea,0xe531e6ed,0xf9f5a0ae,0xe1fee303,0x6f43027c,0x1d150030,0x407ffffb,0x6ff3ffbf,0xa800ffc7,0xff3033f0,0x500f0770,0x02af14fa,0xefe40b3f,0xdd01d078,0xf283a112,0x5e0e217f,0xf22959ad,0xcc2633eb,0x0532e70d,0xf3f550ad,0xe1fee103,0x6f47022c,0x1f157034,0x409ffffb,0x3ff2ffbf,0xab00efc5,0xffa035f0,0x300b0740,0x030f15fa,0xbfe70b1f,0xdd03307a,0xf203a212,0x8e11219f,0xf22969aa,0xcc3636eb,0x1533e72d,0xedf4d0a8,0xe1dee103,0x8f4901dc,0x2315b038,0x40cffffa,0xfff1ffbf,0xb100dfc5,0x000035ef,0xf0020730,0x03df0efa,0x3fe70b9f,0xdf046076,0xf163a112,0x7e12219f,0xf42959aa,0xcc2636eb,0x3534e73d,0xe5f4e0a0,0xe1bee203,0x5f3f012c,0x2a168041,0x414ffffa,0xcff1ffcf,0xb800cfc5,0x004035ef,0x8ff607e0,0x04bf04f9,0x9fe70c5f,0xe205006c,0xf0d39f12,0x0e11216f,0xf72939b1,0xcc062feb,0x5535e75d,0xd9f4e09c,0xe1bee103,0x4f34006c,0x3317904a,0x41dffffa,0xbff1ffcf,0xbe00bfc4,0x006035ef,0x4ff607c0,0x052f02f9,0x6fea0c6f,0xe1050060,0xf0939f12,0x0e13215f,0xf72939b0,0xcc162feb,0x6535e76d,0xd1f4d098,0xe1aedd03,0xaf30000c,0x3617d04d,0x41fffffa,0x8ff0ffdf,0xc8009fc4,0x00b033ef,0x1fe807e0,0x055f02f9,0x5fee0c7f,0xe0047054,0xf083a012,0x1e17215f,0xf62939a9,0xcc2636eb,0x6536e76d,0xc9f4e092,0xe16edf03,0xcf34ffec,0x3917d04d,0x420ffffa,0x5ff0ffef,0xd2008fc4,0x00c037ee,0xcfe20800,0x059f00f9,0x2ff00c9f,0xe0037045,0xf0b3a311,0xee18217f,0xf62949aa,0xcc2634eb,0x6535e75d,0xbef4d091,0xe15edf03,0x8f31ffbc,0x3d18504d,0x421ffffa,0x4ff0ffef,0xd9006fc3,0x00d034ee,0x9fd90830,0x05cefef9,0x2fef0c8f,0xdf01f03f,0xf153a511,0xfe1b21df,0xf82949a6,0xcc3639eb,0x5535e75d,0xb4f4c08f,0xe17ede03,0x8f2dff8c,0x3e18804e,0x420ffffa,0x4ff0ffef,0xe0005fc3,0x00d02fee,0x9fd70820,0x05eefcf9,0x3fec0c7f,0xde00103e,0xf243a812,0x0e1f222f,0xfa29199d,0xcc5640eb,0x6535e77d,0xa8f4e08d,0xe16ede03,0x9f30ff6c,0x3e18204e,0x41fffffa,0x5ff0ffef,0xe4004fc1,0x00b032ee,0xbfd60870,0x060ef9f9,0x3fe80c4f,0xdefe203d,0xf343ab12,0x0e20227f,0xfe2909a0,0xcc463deb,0x4534e74d,0x9df5008c,0xe17edf03,0x5f31ff5c,0x3f17f04d,0x420ffffa,0x6ff0ffff,0xe6004fc1,0x011034ee,0xefd80880,0x05fef6f9,0x3fe40c4f,0xdefc703c,0xf443b211,0xee2422a0,0x032919a0,0xcc463ceb,0x1532e72d,0x9bf4d095,0xe16edf03,0x5f2cff6c,0x3f18204b,0x420ffffa,0x7ff0ffff,0xe7004fc1,0x00d031ee,0xffdc0860,0x057ef6f9,0x9fe40c1f,0xdcfbd038,0xf573b911,0xae2a22d0,0x0428f995,0xcc8647eb,0x1532e71d,0x9ef56093,0xe12ede03,0x7f2affec,0x3a181044,0x41bffffa,0x8ff0ffff,0xe7004fc1,0x00802dee,0xffdf0850,0x049efbfa,0x2fe40baf,0xdbfc3033,0xf6b3ba11,0x9e322310,0x0328d982,0xcce659eb,0x0531e70d,0xa9f6c072,0xe0eede03,0x5f2c009c,0x3317a039,0x414ffffa,0xaff1ffff,0xe5004fc1,0x003028ef,0x7fe80740,0x03fefffa,0x7fe20b5f,0xdefd302b,0xf803b211,0x1e352310,0x0728d97f,0xccf65cea,0xc52fe6dd,0xaef79057,0xe0fee003,0x6f2f012c,0x3017502f,0x411ffffa,0xdff1ffef,0xe4004fc0,0xfff024ef,0x9fef06c0,0x036f01fa,0xbfdd0b2f,0xdfff4025,0xf9839d10,0xae302300,0x0c28d985,0xccd655ea,0xb52fe6cd,0x9bf85054,0xe0dedf03,0x7f3501ac,0x2d16f026,0x40effffb,0x0ff2ffef,0xe1005fbf,0xffc027ef,0xaff106c0,0x036f00fa,0xcfcf0b1f,0xe1021021,0xfaf37610,0x2e2622f0,0x1128c994,0xcc8646ea,0xb52fe6cd,0x67f9e050,0xe09edf03,0xbf2c01ac,0x2d16c024,0x40effffb,0x2ff2ffef,0xdf005fbe,0xffa01eef,0xeff406b0,0x033f03fa,0xefc10aef,0xe404b01d,0xfc53480f,0x4e1822e0,0x1328c9b0,0xcbf62bea,0x852de69d,0x08fc3038,0xe09edf03,0x9f2701fc,0x2c16501f,0x40effffb,0x2ff2ffef,0xdd006fbd,0xff8017f0,0x4ff90660,0x02af0cfb,0x4fb70a2f,0xe606601e,0xfda3160e,0xce022310,0x1428c9de,0xcb25feea,0x452ce65c,0x8ffed024,0xe0bedf03,0x4f35029c,0x28156016,0x40bffffb,0x5ff3ffef,0xd9006fbc,0xff3017f0,0xb00705b0,0x01ef15fb,0xafaf094f,0xea06d01f,0xfee2e60e,0x6de22320,0x1628ea3c,0xc9f5a2ea,0x352be65b,0xfc014035,0xe0cedd03,0x7f45036c,0x2614a00a,0x407ffffb,0x7ff3ffef,0xd6007fbc,0xff2019f0,0xf00f0570,0x00ff1cfc,0x2fac089f,0xed061020,0x0002ba0d,0xddbc2310,0x1a290afa,0xc894e9ea,0x252be63b,0x7302105c,0xe08edc03,0xbf69045c,0x1f142ffa,0x3ffffffb,0x7ff3ffef,0xd5007fb3,0xff0025f1,0x10120560,0x004f17fc,0xbfaa08af,0xee03e020,0x00a28e0d,0x1d962310,0x25291be1,0xc81405ea,0x152ae62b,0x0b026062,0xe03eda03,0xbf86051c,0x15147fed,0x3f8ffffb,0x8ff3ffef,0xd7007fa5,0xfea02ef1,0x601d04c0,0xff9f0dfd,0x2fa808df,0xef00f01f,0x0132610c,0x6d762340,0x31296caa,0xc87340ea,0x152ae63a,0xb502a037,0xe04edb03,0x0f7405fc,0x0e14bfdf,0x3f2ffffb,0x8ff3ffef,0xd8006fa9,0xfe902df1,0xd02a0420,0xff1f0afd,0x6fa108bf,0xf0fdd01a,0x01e2380b,0xcd5c2350,0x3829ad25,0xc922c7ea,0x352be64a,0x6e03dffb,0xe05edb02,0x4f5106ac,0x0b145fd3,0x3eeffffb,0x9ff3ffef,0xd8006faa,0xfe0012f2,0x102d0470,0xff9f13fd,0x0f8e07cf,0xfffad019,0x0222180b,0x3d3b23a0,0x3e297d91,0xca225eea,0x352be64a,0x4b047ff1,0xe06ede02,0x2f52064c,0x12139fd5,0x3f5ffffb,0xdff4ffef,0xd8006fb0,0xfd6016f2,0x702f0430,0x005f1bfc,0x7f7706e0,0x13f8b01f,0x02b2060a,0x7d172410,0x46294e0a,0xcbd1e9ea,0x152be62a,0x46027014,0xe03ee102,0x6f5a05bc,0x1e133fda,0x3ffffffc,0x3ff5ffef,0xd8006fb3,0xfd201af2,0xb0260430,0x003f1bfc,0x5f6e06a0,0x1bf75024,0x0391ee09,0x5cfd2450,0x4e296e56,0xcd71a0ea,0x252be63a,0x1d00e015,0xdfcede02,0x7f52061c,0x20132fd4,0x402ffffc,0x7ff6ffef,0xd5007fb8,0xfcf018f2,0xe0290410,0xffbf1afc,0x7f690670,0x21f6702a,0x0461d108,0x2ce62470,0x54299e87,0xcee171ea,0x152ae629,0xd800f019,0xdf9ed703,0x0f4906cc,0x2112afcc,0x402ffffc,0x9ff6ffdf,0xd0008fb8,0xfcb00ff3,0x102d0420,0xff4f1afc,0x9f650630,0x27f6602f,0x04c1b706,0xfcd12480,0x5b29aeb4,0xd07147e9,0xd528e5e9,0xae017030,0xdfbed504,0xaf47075c,0x2012bfc3,0x402ffffc,0xaff6ffdf,0xce008fb8,0xfc800cf3,0x203503d0,0xfeef1efc,0xcf6005b0,0x2cf6d034,0x04e19a06,0x1cbc2490,0x62299ed7,0xd1d127e9,0x5525e579,0x95037036,0xe06edc06,0x8f4a07cc,0x1e134fb9,0x401ffffc,0xfff7ffdf,0xce008fb9,0xfc200bf3,0x103b0320,0xfeaf1dfc,0xcf5e0540,0x34f7d03e,0x05118005,0x7cab24e0,0x69298eee,0xd2e112e8,0x1518e429,0x84055039,0xe0dede07,0xaf43081c,0x20144fb3,0x403ffffd,0x4ff8ffdf,0xca009fb9,0xfbc006f3,0x30430260,0xfe4f1ffc,0xdf5f04e0,0x39f96044,0x05317d04,0xfca424f0,0x6b297efc,0xd39105e6,0x2504e209,0x7c041035,0xe0eede07,0x7f45087c,0x20144faf,0x405ffffd,0x8ff9ffdf,0xc300afb9,0xfb6004f3,0x604a0220,0xfd8f2ffd,0x9f650420,0x31fac041,0x05518304,0xbca124e0,0x67295f01,0xd3d101e6,0x6506e259,0x76023031,0xdfbedc07,0x9f57089c,0x19129faa,0x3feffffe,0x1ffaffcf,0xb900cfb8,0xfb4005f3,0x704f02d0,0xfccf3dfe,0x4f6e0330,0x28fc303e,0x05718004,0xac9d2560,0x63294f06,0xd420fce6,0xf50ae2d9,0x7301b031,0xdefed704,0x6f6008bc,0x12112fa5,0x3f6ffffe,0xaffcffbf,0xb100dfb7,0xfb2ffff3,0xb0580270,0xfcef3afe,0x0f6f0360,0x2ffdf040,0x05d17b04,0x8c982580,0x5f290f0f,0xd4c0f4e7,0x550ce329,0x6a01f029,0xde9ed803,0xbf5408ac,0x1710efa9,0x3fbffffe,0xbffcffbf,0xab00efb6,0xfadff6f3,0xe0580230,0xfd6f31fd,0x7f6f03e0,0x3bffa041,0x06417304,0x8c9225a0,0x5c28ef14,0xd530efe7,0xa50ee379,0x5b022026,0xde7ed404,0x2f46087c,0x20118fae,0x405ffffe,0xbffcffbf,0xa900ffb6,0xfa9feff3,0xe0540230,0xfd7f2ffd,0x6f740400,0x3e015039,0x06b16804,0x9c8c25d0,0x5928ef1c,0xd5a0e9e7,0x850ee359,0x47020023,0xde7ed104,0x0f40083c,0x2411bfb0,0x409fffff,0x0ffdffbf,0xa600ffb1,0xfa6ff2f4,0x00540230,0xfd1f37fd,0xdf7e03d0,0x3602b02b,0x07916604,0xac8925d0,0x5628ef22,0xd610e3e7,0x650de349,0x3702701d,0xde7ed304,0x2f4407ec,0x2110efb2,0x406fffff,0xdfffffaf,0x9c011faa,0xfaaff8f4,0x505b0210,0xfcbf42fe,0x7f8a0310,0x2b03b023,0x08e16b05,0x1c8c25f0,0x5528ef18,0xd570ece7,0xb50fe389,0x37031021,0xde9ed404,0x4f4c076c,0x1b0fdfb4,0x3fe00000,0xc002ff9f,0x96012fa8,0xfa4ff3f4,0x706601c0,0xfccf43fe,0x9f920310,0x2803c016,0x0a617205,0xcc902640,0x5528ff06,0xd450fde7,0xb50fe389,0x47031031,0xdeeed603,0xaf4b06dc,0x1c0fffb6,0x3ff00001,0x6003ff9f,0x97012fab,0xf9fff5f4,0x406501d0,0xfcff44fe,0x9f9a0320,0x2702d009,0x0be17006,0x9c952650,0x53290eef,0xd31111e7,0xd510e3a9,0x5303a042,0xdf0ed903,0xaf4c063c,0x1f0fcfbb,0x40100101,0xf005ff9f,0x97012fac,0xf9eff6f4,0x50610190,0xfd2f43fe,0x9fa30360,0x26018002,0x0d116907,0x8c992630,0x4f290ed4,0xd1c129e8,0xd516e499,0x5904904b,0xdeaed404,0xbf4b05cc,0x210fcfbe,0x40200102,0x5006ffaf,0x99012fac,0xf9fff7f4,0x505b0160,0xfdbf3afe,0x2fa50410,0x2b005ffd,0x0de16408,0x4c9e2660,0x50290eba,0xd0a141e9,0x451ae509,0x5904e040,0xde4ed105,0x0f35055c,0x2b10bfc6,0x40800102,0x3006ffaf,0x9e011fac,0xf9ffeaf3,0xf0590180,0xfe8f34fd,0xafa304a0,0x32ff9ff9,0x0e716308,0xdca226a0,0x54291ea6,0xcfe154e9,0x551ae519,0x5a054035,0xde0ed204,0xff2104dc,0x3611ffce,0x40f00102,0x0005ffaf,0xa3010fb7,0xfabfedf3,0x60520190,0xfe7f3efe,0x0faa0440,0x2dff5ff9,0x0e716509,0x2ca726f0,0x5928fe96,0xcf5163e9,0x951ce549,0x5405a038,0xde0ed404,0xef38046c,0x32116fcb,0x40a00102,0x4006ffbf,0xac00efac,0xfabfeaf3,0x404701b0,0xfe9f43fe,0x0fae0450,0x2eff3ff5,0x0e416c09,0x3cac2730,0x5c28ce97,0xcf6162ea,0x2521e5d9,0x3c04303e,0xde1ecf04,0x7f41043c,0x33109fc5,0x40700102,0x1005ffcf,0xbc00bfa8,0xfaefe8f3,0x203f0230,0xff3f3ffd,0x9fad0520,0x35ff6fea,0x0e017209,0x3cb02750,0x5f288e97,0xcf6162ea,0xb525e659,0x3202e03d,0xde1ec804,0x2f3603fc,0x3d10dfc4,0x40d00101,0xa004ffdf,0xcb009fae,0xfb5febf3,0x10350250,0xff4f46fd,0xbfb10520,0x34005fe5,0x0e317609,0x2cb32790,0x62286e90,0xcf2169eb,0x1528e6b9,0x3703503d,0xddfec203,0xbf3e03ac,0x3d110fc2,0x40c00101,0xa004ffef,0xd5007fa7,0xfb9fe3f2,0xe0340190,0xff8f4bfd,0xbfb10550,0x3301afdf,0x0e717c08,0xfcb627b0,0x62282e8b,0xcef16deb,0x552ae6f9,0x3903e03f,0xdd9ebc03,0x2f40033c,0x3e118fc3,0x40d00001,0x9004ffef,0xdf005fa8,0xfbbfe0f2,0x802e0110,0xffff4bfd,0x7faf05e0,0x35029fda,0x0e918208,0xacb927a0,0x61280e8c,0xcef16deb,0x652ae709,0x3a03d038,0xdddeb902,0xcf3802dc,0x44124fc7,0x41100001,0x6003ffff,0xe7004fb6,0xfbcfdff2,0x402b0100,0x004f4efd,0x7fb10630,0x36032fdb,0x0e618608,0x6cba2770,0x5f27fe8c,0xcef16deb,0x852ce729,0x3c040033,0xde0eb402,0xdf32026c,0x47127fcb,0x41300001,0x6003ffff,0xeb003fbf,0xfbdfdaf2,0x00210190,0x007f54fd,0x8fb20630,0x34037fdd,0x0e418808,0x6cbb2760,0x5e27de87,0xced172eb,0xb52de759,0x3f046030,0xde0ead03,0x3f2f01dc,0x48124fd2,0x41400001,0x6003ffff,0xe8004fc3,0xfc1fd9f2,0x00220190,0x009f59fd,0x9fb80630,0x35032fde,0x0df18a08,0x7cbd2750,0x5e27ce80,0xce9177eb,0xc52ee759,0x4304802a,0xde1eae03,0x9f2c017c,0x4a120fda,0x41600001,0x9004ffef,0xe1005fcc,0xfc9fe2f2,0x202301b0,0x009f60fd,0x9fbf0610,0x35026fe2,0x0de18f08,0x9cc02750,0x5c27de79,0xce617feb,0xd52ee769,0x4405102c,0xde1eac03,0xef2f011c,0x4b118fe0,0x41900101,0xc004ffef,0xdd006fcd,0xfc9fdff2,0x102201c0,0x00bf64fd,0xafc20630,0x3401bfe2,0x0de19608,0xdcc52730,0x5927ee6f,0xce2187ec,0x0530e799,0x4705b030,0xde2ea804,0x4f2d00dc,0x4c112fe7,0x41a00001,0x8004ffef,0xda006fcc,0xfcefd9f1,0xf02001d0,0x00df69fd,0xbfc50610,0x3400ffe0,0x0de19909,0x1cc92730,0x5727fe6a,0xcdf18dec,0x0530e799,0x4906302e,0xde3ea804,0x3f2d007c,0x4d111feb,0x41b00001,0x9004ffef,0xda006fcc,0xfd1fd5f1,0xe01e01b0,0x00df6cfd,0xafca0610,0x36000fe2,0x0df19a09,0x5ccb2740,0x57281e62,0xcdc194eb,0xe52fe779,0x4a06c02d,0xddfea704,0xef2e005c,0x4f116feb,0x41e00001,0x9004ffef,0xdc006fcc,0xfd2fd2f1,0xd01c0160,0x00df6efd,0xbfce0640,0x34ff6fe1,0x0e119b09,0x8ccc2730,0x55281e5d,0xcda199eb,0xf530e789,0x4b07102d,0xdddea505,0x4f2f004c,0x5011dfeb,0x41e00001,0x7004ffef,0xe1005fcb,0xfd3fd1f1,0xc01a00e0,0x00ff6efd,0xbfce0680,0x33ff4fdc,0x0e619b09,0x7ccd2720,0x55280e5a,0xcd819cec,0x0530e799,0x4c070029,0xde0ea404,0xef34001c,0x50122fee,0x41e00001,0x5003ffef,0xe2005fcb,0xfd5fd5f1,0xc01900a0,0x011f70fd,0xbfcd06c0,0x32ffdfd7,0x0ee19e09,0x6cce2700,0x54280e57,0xcd719eeb,0xf530e799,0x4d07002d,0xde5eaa05,0x0f35ffec,0x51121ff3,0x42000001,0x3003ffef,0xe1005fcb,0xfd9fd7f1,0xd0180060,0x010f71fd,0xcfcf06c0,0x3100efd3,0x0f319f09,0x5ccf2720,0x56280e56,0xcd719feb,0xf530e789,0x4b06f02e,0xdedeb705,0x7f32ffec,0x5011cff5,0x42000000,0xf002ffef,0xdf005fca,0xfdefd5f1,0xe0180080,0x010f71fd,0xcfd006c0,0x31023fd0,0x0f71a009,0x4cd02730,0x59280e54,0xcd61a2ec,0x0530e799,0x4607102d,0xdf1eb905,0x6f34fffc,0x50114ff9,0x42100000,0xb001ffef,0xd9006fca,0xfe2fd7f2,0x001800e0,0x00ef72fd,0xdfd106e0,0x3102efca,0x0f81a509,0x5cd32720,0x5827fe4c,0xcd21a9ec,0x1531e7a9,0x4407102b,0xdf2eb705,0x8f37001c,0x50111ffa,0x42200000,0x9001ffef,0xd4007fc7,0xfe3fd7f2,0x10190120,0x00af73fd,0xdfd306b0,0x30035fcd,0x0f61a709,0x8cd72740,0x58280e41,0xcce1b4ec,0x2531e7b9,0x4107302d,0xdf2eb905,0x7f39002c,0x50112ff9,0x42200000,0xb002ffef,0xd2008fc8,0xfe4fd8f2,0x201b00f0,0x009f72fd,0xefd30680,0x2f03bfd3,0x0f41a509,0xccda2760,0x57282e39,0xccb1bbec,0x3532e7c9,0x3e07102c,0xdf0eba05,0x7f36002c,0x50116ff8,0x42200000,0xe002ffef,0xd1008fcb,0xfe4fdbf2,0x301c00b0,0x008f73fd,0xffd10670,0x2d03dfd4,0x0ef1a409,0xccd92740,0x53283e3d,0xccd1b7ec,0x0530e799,0x41069028,0xdf1ec105,0xaf34001c,0x50116ff8,0x42200001,0x0002ffef,0xd3007fcc,0xfe4fd9f2,0x401d0080,0x008f73fe,0x0fd00670,0x2c03ffd4,0x0eb1a109,0xacd726f0,0x4f284e45,0xcd01afeb,0xe52fe779,0x45062027,0xdf2ebc05,0x5f2f000c,0x4f117ff6,0x42000001,0x0002ffef,0xd8006fcc,0xfe4fd5f2,0x401d0040,0x007f71fe,0x0fce0690,0x2b03efd3,0x0e919e09,0xccd526b0,0x4b285e42,0xccf1b3eb,0xd52fe779,0x4a06302c,0xde6ec006,0x0f28000c,0x4f116ff2,0x41e00001,0x2003ffef,0xde005fcd,0xfe3fd0f2,0x301b0050,0x007f6ffe,0x1fca06b0,0x28041fd7,0x0ee19d09,0xecd42680,0x48286e40,0xcce1b4eb,0xc52ee759,0x4e066035,0xde1ec506,0x2f21001c,0x4f110ff0,0x41d00001,0x3003ffef,0xe1005fcd,0xfe3fccf2,0x301b00c0,0x007f6dfe,0x2fc306a0,0x26047fe1,0x0f419a09,0xccd22670,0x44289e49,0xcd21aceb,0xb52ee759,0x4a061038,0xddeece06,0xcf1b001c,0x4f109fee,0x41b00001,0x4003ffff,0xe5004fd2,0xfe2fcef2,0x401d0130,0x005f69fe,0x3fbf06e0,0x24052fe4,0x0f819c09,0x8cd12630,0x3f28ae50,0xcd41a5eb,0x952ce739,0x4105d035,0xde0ed507,0x0f16005c,0x4d10efea,0x41900001,0x5003ffff,0xe5004fd5,0xfe0fd1f2,0x802700c0,0x000f67fe,0x6fbd0720,0x2005ffe1,0x0f91a009,0x5cd225c0,0x3a28be53,0xcd61a2eb,0x752be709,0x3a05d036,0xddfed907,0x3f1800ac,0x4b110fe5,0x41600001,0x6003ffff,0xe6004fd2,0xfddfd1f2,0xc0220090,0xffdf63fe,0x8fb90730,0x1d06afe0,0x0f71a009,0x4cd325b0,0x3828be53,0xcd61a2eb,0x952ce729,0x38056037,0xddded907,0x1f1700fc,0x4910ffe0,0x41400001,0x5003ffff,0xea003fcf,0xfdcfcef2,0xc0210090,0xffaf5ffe,0x9fb70720,0x1c076fe0,0x0f719c09,0x5cd025c0,0x3b289e54,0xcd61a1eb,0xa52de749,0x3404d033,0xdd9ed707,0x0f19015c,0x47110fdb,0x41200001,0x1003ffff,0xeb003fce,0xfdcfd0f2,0xd02200a0,0xff6f5afe,0x9fb60700,0x1d081fe3,0x0f619909,0x4ccf25d0,0x40286e58,0xcd819deb,0xb52ee759,0x31046030,0xddbed807,0xdf2001bc,0x47114fd7,0x41200001,0x2003ffff,0xea003fca,0xfd9fd3f2,0xf0230060,0xff2f57fe,0xafb606e0,0x1e085fe1,0x0f419609,0x6cce25e0,0x44284e4f,0xcd41a6eb,0xb52de749,0x3605402c,0xde3ee008,0x9f2301ec,0x46111fd3,0x41100001,0x6003ffff,0xeb003fc5,0xfd6fd0f3,0x10240090,0xfeff53fe,0xafb60700,0x1e086fde,0x0f419309,0x6ccc25f0,0x46284e44,0xcd01b1eb,0xa52de749,0x3f068021,0xde2ed808,0x0f22021c,0x4610afcf,0x41000001,0x9004ffff,0xea003fc4,0xfd3fd0f3,0x502500b0,0xfeef50fe,0xafb60710,0x1e087fdf,0x0f819509,0x5ccc25e0,0x46283e44,0xcd01b1eb,0xc52ee759,0x40065020,0xddfed107,0xbf1f024c,0x4510bfcd,0x40f00001,0x9004ffff,0xe9004fc4,0xfd1fcff3,0x602800c0,0xfedf4efe,0xbfb306e0,0x1e086fe0,0x0fa19509,0x5ccb25f0,0x45283e48,0xcd21adeb,0xc52ee769,0x40061025,0xde4ed207,0xaf1a025c,0x44110fcd,0x40d00101,0xb004ffff,0xe7004fc4,0xfcffccf3,0x602c0080,0xfecf4dfe,0xbfb306c0,0x1f085fdd,0x0f719609,0x6ccd25f0,0x44284e49,0xcd21aceb,0xd52ee779,0x4105f025,0xde1ed307,0xdf18025c,0x4510efcc,0x40e00101,0xe005ffef,0xe4004fc4,0xfcdfccf3,0x702e0090,0xfebf4dfe,0xafb306a0,0x20086fdb,0x0fa19709,0x5ccd25e0,0x43285e4d,0xcd41a8eb,0xc52ee769,0x42056029,0xddaed608,0x2f17026c,0x46108fcc,0x40f00101,0xe005ffef,0xe2005fc4,0xfccfcbf3,0x902f00e0,0xfebf4cfe,0xafb10680,0x21088fd9,0x0fc19809,0x6cce25e0,0x42287e4f,0xcd41a6eb,0xa52de749,0x44053032,0xddbed907,0xff18026c,0x46106fcc,0x40f00102,0x0005ffef,0xe3005fc4,0xfcbfccf3,0x802c00f0,0xfeaf4afe,0x8fb20680,0x23089fd9,0x0fd19809,0x6ccf25c0,0x42288e51,0xcd51a5eb,0x852ce729,0x4105c030,0xddeeda07,0xff16028c,0x4710dfca,0x41000102,0x0005ffef,0xe4004fc4,0xfcafccf3,0x802b0090,0xfe9f48fe,0x8fb306a0,0x2408efd9,0x0fe19909,0x5cd02590,0x43288e4e,0xcd41a7eb,0xa52de749,0x4205902b,0xddced808,0x5f1302bc,0x47111fc8,0x41000102,0x0005ffef,0xe3005fc4,0xfc9fc9f3,0x902b0080,0xfe9f47fe,0x8fb206c0,0x24094fd7,0x0fd19a09,0x5cd12590,0x43289e4c,0xcd31a9eb,0xb52de759,0x4604f030,0xddbed608,0x4f1502bc,0x47112fc7,0x41000102,0x1005ffef,0xe4004fc4,0xfc8fccf3,0x802a00a0,0xfe9f48fe,0x8fb006a0,0x24099fd4,0x0fc19a09,0x5cd125a0,0x4228ae4c,0xcd31a9eb,0xa52de749,0x42059029,0xddced608,0x1f1802bc,0x4710ffc7,0x41000102,0x1005ffef,0xe2005fc3,0xfc9fcef3,0x702a00c0,0xfe9f49fe,0x8faf06a0,0x2409bfce,0x0fe19909,0x5cd12590,0x41289e4c,0xcd31a9eb,0xa52de749,0x3c06801e,0xddfed707,0xff1902cc,0x4610efc8,0x41000101,0xf005ffef,0xe1005fc3,0xfc9fcef3,0x50290100,0xfeaf4afe,0x8fae0680,0x23096fc6,0x10419709,0x5ccf2580,0x40289e4b,0xcd21aaeb,0xa52de749,0x3e067021,0xde2ed808,0x1f1a02bc,0x4610cfc9,0x41000101,0xe005ffef,0xe0005fc2,0xfcafcef3,0x40280120,0xfeaf4cfe,0x8faf0660,0x22088fba,0x10519509,0x5ccf2570,0x4028be4b,0xcd21aaeb,0xa52de739,0x40063026,0xde1ed908,0x4f1b02ac,0x4510bfc9,0x40f00101,0xf005ffef,0xe0005fc2,0xfc7fccf3,0x40290140,0xfe9f4dfe,0x8fb00640,0x23077fad,0x10619309,0x6cce2580,0x4028ce4e,0xcd31a7eb,0x852be719,0x40063027,0xde3edd08,0x3f1b02ac,0x4710bfc8,0x41000102,0x2005ffef,0xdf005fc1,0xfc2fc8f3,0x302a0160,0xfeaf4efe,0x7fb10610,0x24067fa0,0x10b19209,0x6cce25b0,0x4028de53,0xcd61a3eb,0x752be709,0x3d064029,0xde3edc07,0xef1a02bc,0x48110fc7,0x41100102,0x2005ffef,0xe0005fc0,0xfc1fc5f3,0x202a0110,0xfebf4ffe,0x6fb005d0,0x24059f96,0x11019209,0x6ccf25e0,0x4328de55,0xcd71a0eb,0x652be709,0x3b06702a,0xdddedc07,0xef1a02bc,0x48114fc6,0x41100102,0x0005ffef,0xe2005fbf,0xfc0fc2f3,0x302900b0,0xfeef50fe,0x6fac05d0,0x2304df8b,0x10f19509,0x6ccf25f0,0x4428de59,0xcd819deb,0x452ae6e9,0x3b06902b,0xddbede07,0xff1b029c,0x47115fc7,0x41100101,0xe005ffef,0xe5004fbf,0xfbdfc2f3,0x40290080,0xfeff4ffe,0x6faa05d0,0x24046f7d,0x10e19409,0x6ccf2600,0x4628ce5b,0xcd919aeb,0x2528e6c9,0x3906a026,0xddeee208,0x0f1c02bc,0x47114fc7,0x41100101,0xa004ffff,0xe7004fbe,0xfbcfc3f3,0x40270060,0xfeef4dfe,0x5faa05e0,0x26045f75,0x10c19209,0x5cce25f0,0x4828de5d,0xcda199eb,0x2529e6c9,0x36073022,0xddaedc08,0x5f1d02ec,0x47110fc6,0x41200001,0x7004ffff,0xe6004fbd,0xfbafc4f3,0x502800c0,0xfeff4cfe,0x5fa605f0,0x2604bf76,0x10c19009,0x5ccd25f0,0x4928ce5d,0xcda199eb,0x2528e6c9,0x3907002b,0xdd8edc08,0x4f2002ec,0x4710ffc5,0x41100001,0x7004ffff,0xe7004fbc,0xfb6fc6f3,0x702900b0,0xff0f4cfe,0x5fa205e0,0x2505bf7b,0x10d18f09,0x5ccb25f0,0x4828ce5e,0xcdb198eb,0x2528e6c9,0x3d05c031,0xdd9edd08,0x6f2002fc,0x46110fc6,0x41000001,0x6003ffff,0xe6004fba,0xfbffcbf3,0x702d0090,0xff0f4cfe,0x5f9f05f0,0x2506ff7e,0x10b18e09,0x4cca25e0,0x4728ce60,0xcdc196eb,0x2528e6c9,0x3d05a02b,0xdd9ede08,0x7f1f030c,0x4510ffc7,0x41000001,0x6003ffef,0xe3005fb3,0xfc8fd0f3,0x802e00b0,0xff0f4bfe,0x6f9d05f0,0x25081f82,0x10418d09,0x3cc825d0,0x4728be61,0xcdc195eb,0x1528e6b9,0x3e059029,0xddaee108,0x7f1e031c,0x4510cfc6,0x40f00001,0x5003ffef,0xe3005fb3,0xfc7fd3f3,0x702e00d0,0xfeff4afe,0x7f9c05f0,0x2508ff89,0x0fe18b09,0x3cc825c0,0x4728be60,0xcdb196eb,0x3529e6d9,0x3b05f023,0xddaee208,0xaf1d032c,0x4410bfc4,0x40e00001,0x6003ffef,0xe4004fb4,0xfc8fd2f3,0x702e00c0,0xfecf4afe,0x7f9e05f0,0x27091f93,0x0f718a09,0x2cc725c0,0x4728be60,0xcdb196eb,0x4529e6e9,0x4106102e,0xddbedf08,0xaf1d033c,0x4410cfc1,0x40e00001,0x9004ffef,0xe4004fb6,0xfc9fd4f3,0x702f00d0,0xfebf49fe,0x6f9f05f0,0x2908bfa0,0x0ea18909,0x2cc625c0,0x4728be5e,0xcdb198eb,0x3529e6d9,0x4605e03c,0xdddee008,0x8f1e035c,0x4410efc0,0x40f00101,0xb004ffef,0xe2005fb7,0xfccfd8f3,0x803000c0,0xfeaf4afe,0x7fa105e0,0x2907dfad,0x0de18709,0x3cc625b0,0x4528be59,0xcd919deb,0x3529e6d9,0x43060037,0xddfee108,0x7f21035c,0x43111fbf,0x40f00101,0xd005ffef,0xe0005fba,0xfc1fd4f3,0x80310080,0xfe9f4afe,0x6fa30600,0x2a06efb8,0x0d118509,0x2cc525b0,0x4428de5b,0xcda19aeb,0x2529e6c9,0x4006402f,0xde2ee208,0x4f1e035c,0x44112fbf,0x40f00101,0xf005ffef,0xe0005fc1,0xfbdfcdf3,0x90320060,0xfe9f4bfe,0x6fa305f0,0x2b062fc0,0x0c318409,0x3cc325c0,0x4428de5b,0xcda19aeb,0x1528e6c9,0x43061035,0xddfee108,0x2f1e034c,0x45112fbf,0x40f00102,0x2005ffef,0xde005fc3,0xfbafcdf3,0x90330050,0xfeaf4bfe,0x6fa305d0,0x2c05afcb,0x0bb18109,0x5cc325e0,0x4528ce5b,0xcda19aeb,0x1528e6b9,0x4206c034,0xddaee108,0x3f1b034c,0x45111fbf,0x41000102,0x0005ffef,0xde005fc3,0xfbbfcbf3,0x90320070,0xfeaf4bfe,0x6fa205f0,0x2b05dfd0,0x0b318009,0x3cc125c0,0x4528ce60,0xcdc196ea,0xf527e699,0x3f07902c,0xddaee308,0x6f19035c,0x4410ffbf,0x40f00101,0xe005ffef,0xdf005fc4,0xfbcfcbf3,0x903400a0,0xfebf49fe,0x5fa10650,0x2b065fd4,0x0ac18008,0xfcbf2580,0x4428ce66,0xcde191ea,0xe526e689,0x3e07a02a,0xddbee308,0x7f18035c,0x4510efbf,0x41000101,0xc005ffef,0xdf005fc4,0xfbdfcef3,0xa03500c0,0xfecf47fe,0x5fa00690,0x2a072fda,0x0ab17e08,0xacbc2580,0x4528be6b,0xce118cea,0xf527e6a9,0x3d06e02c,0xddcee008,0x3f18034c,0x45110fc1,0x41000101,0xd005ffef,0xde005fc4,0xfbcfcef3,0xa03500b0,0xfedf46fe,0x5f9e06c0,0x2a087fdb,0x0ab17b08,0x7cba2580,0x4628ae6e,0xce2189eb,0x0527e6a9,0x3b06f024,0xddeee108,0x2f1a035c,0x45110fc2,0x41000101,0xe005ffef,0xdd006fc3,0xfbbfd0f3,0x903400c0,0xfecf47fe,0x5f9d06e0,0x29099fd7,0x0ab17b08,0x5cb92540,0x4428ae6e,0xce2189ea,0xf527e6a9,0x3a075020,0xdddee008,0x5f1e035c,0x45110fc2,0x41000101,0xe005ffef,0xdc006fc3,0xfbcfd1f3,0x903400b0,0xfecf48fe,0x6f9e0700,0x2709ffd5,0x0aa17908,0x3cb82520,0x4328be6c,0xce118aeb,0x1528e6b9,0x4006a022,0xddbedc08,0x6f1c035c,0x4310ffc2,0x40f00101,0xf005ffef,0xdb006fc2,0xfbdfd0f3,0x803600c0,0xfedf4afe,0x6f9d0700,0x2509afd6,0x0a917808,0x2cb72520,0x4228ae6a,0xce118ceb,0x4529e6e9,0x4206a021,0xddbed808,0x3f1b032c,0x4310efc4,0x40f00102,0x0005ffef,0xda006fc2,0xfbcfcdf3,0x803700a0,0xfedf4cfe,0x6f9f06e0,0x2508efdb,0x0a717508,0x1cb62540,0x4128be6a,0xce118deb,0x3529e6d9,0x3f07501d,0xde0ed907,0xef1d032c,0x4410ffc5,0x41000102,0x1005ffef,0xd8007fc2,0xfbcfccf3,0x80370080,0xfedf4dfe,0x6fa106a0,0x24080fdf,0x0a717208,0x4cb62560,0x4228ce64,0xcde192eb,0x3529e6d9,0x4107b020,0xde2ed807,0xdf1d030c,0x4510dfc5,0x41000102,0x4006ffef,0xd8007fc2,0xfbbfc9f3,0x803700b0,0xfeef4efe,0x5fa20690,0x23070fdf,0x0a917208,0x7cb62570,0x4228de60,0xcdc196eb,0x452ae6e9,0x4708002b,0xddfed507,0xdf1c02fc,0x4610cfc6,0x41100102,0x5006ffef,0xd7007fc2,0xfbbfc7f3,0x803700c0,0xff1f50fe,0x5fa10680,0x22062fde,0x0ad17308,0xbcb62580,0x4228de5e,0xcdb198eb,0x2528e6c9,0x4b080032,0xddbed607,0xcf1c02dc,0x4610cfc9,0x41200102,0x3006ffef,0xd7007fc1,0xfbcfc6f3,0x803600a0,0xff3f51fe,0x4fa00670,0x21059fda,0x0ae17308,0xdcb625a0,0x4328ee5e,0xcdc198ea,0xf527e699,0x4b07d032,0xdd5ed707,0xff1d02cc,0x4710afca,0x41200101,0xf005ffef,0xda006fc1,0xfbdfc5f3,0x703400b0,0xff5f52fe,0x4f9f0660,0x1f057fd4,0x0b417309,0x1cb825d0,0x4828de5b,0xcda19bea,0xd526e689,0x4907c02e,0xdd1ed608,0x4f2102cc,0x4610dfca,0x41200101,0xc004ffef,0xdd006fc0,0xfbefc8f3,0x603200b0,0xff9f4ffe,0x3f9c0650,0x1f05dfd0,0x0c017309,0x3cb92620,0x4d28de5d,0xcdb199ea,0xd525e679,0x46082030,0xdcfed908,0x3f21029c,0x47112fcc,0x41200001,0xa004ffef,0xe1005fc0,0xfbefc9f3,0x503000a0,0xffbf4efe,0x3f9b0660,0x1e061fc5,0x0c717609,0x5cbb2630,0x5128ce5b,0xcda19bea,0xd526e689,0x46085033,0xdceed908,0x4f22029c,0x47113fcc,0x41200001,0x8004ffef,0xe3005fc0,0xfbffcaf3,0x502f00a0,0xffaf4dfe,0x1f9d0690,0x1f068fba,0x0cf17a09,0x5cbc2620,0x5228be5a,0xcda19cea,0xf526e699,0x47084034,0xdcfeda08,0x6f2302bc,0x47115fcc,0x41300001,0x7004ffef,0xe3005fc0,0xfbffcdf3,0x502e0080,0xffaf4bfe,0x1f9f0690,0x1f072fb2,0x0d817909,0x6cbd2630,0x5328ae56,0xcd819fea,0xf527e6a9,0x4a085033,0xdd0edb08,0x9f2402dc,0x48112fcb,0x41300001,0x5003ffef,0xe2005fbf,0xfc0fcff3,0x502e00b0,0xff9f4bfd,0xffa40680,0x22079fad,0x0db17a09,0x6cbd2630,0x5328ae57,0xcd819fea,0xe526e699,0x4807f034,0xdd0edd08,0x8f2602ec,0x4910ffcb,0x41400001,0x5003ffef,0xdf005fbf,0xfc2fd2f3,0x602f00f0,0xff9f49fd,0xffa906a0,0x22076fa7,0x0db17f09,0x2cc12600,0x4f28be60,0xcdb196eb,0x0528e6b9,0x3706503b,0xdd2edc08,0x6f2802fc,0x49111fcc,0x41500001,0x5003ffef,0xdc006fbf,0xfc3fd4f3,0x602f00d0,0xff8f49fd,0xefaf06a0,0x23066fa2,0x0db18209,0x0cc425d0,0x4c28be64,0xcdd192eb,0x4529e6d9,0x2d05603d,0xdd7edb08,0x2f2502ec,0x4a113fcd,0x41600001,0x7004ffef,0xda006fbf,0xfc3fd2f3,0x602e0090,0xff7f4afd,0xdfb50660,0x25054fa1,0x0d718009,0x1cc425d0,0x4928be61,0xcdc195eb,0x3529e6d9,0x2d05d038,0xddcee208,0x0f2602dc,0x4b111fce,0x41700101,0xb004ffef,0xd5007fbf,0xfc2fd1f3,0x703000a0,0xff6f4afd,0xcfb90620,0x27044fa3,0x0d117f09,0x2cc42600,0x4828ce5f,0xcdb197eb,0x3529e6d9,0x2d060039,0xddeee507,0xcf2702bc,0x4b10ffd1,0x41800101,0xe005ffdf,0xd0008fbf,0xfc0fd1f3,0x903200d0,0xff9f48fd,0xdfba05c0,0x2803bfaa,0x0cc17c09,0x6cc42660,0x4a28ce58,0xcd819deb,0x2528e6c9,0x2c061037,0xde1ee707,0x9f24027c,0x4b10afd5,0x41800102,0x2005ffdf,0xcd008fbf,0xfc0fd0f3,0x90320110,0xffbf48fd,0xcfba05c0,0x28037fac,0x0cd18009,0x8cc72660,0x4b28be53,0xcd61a2eb,0x3529e6d9,0x2a05f032,0xddfee708,0x0f22024c,0x4b10bfd7,0x41700102,0x3006ffdf,0xcd009fbf,0xfc0fd0f3,0x90310110,0xffbf48fd,0xcfbc05f0,0x29038fa7,0x0ce18809,0x5cc92620,0x4928ae56,0xcd719feb,0x552ae6f9,0x2b058037,0xddcee608,0x4f22023c,0x4b109fd9,0x41700102,0x2006ffdf,0xcc009fbf,0xfc1fd1f3,0xa0310130,0xffbf45fd,0xbfbd0610,0x2a040fa6,0x0d118a09,0x3ccb2630,0x4a28be58,0xcd819deb,0x4529e6e9,0x2905403a,0xdddee308,0x1f1e024c,0x4b108fd8,0x41700102,0x1005ffdf,0xcd008fbf,0xfc2fd1f3,0xa0310130,0xffcf41fd,0x9fbd0620,0x2c04ffaa,0x0d218a09,0x4ccc2640,0x4b28ae55,0xcd61a0eb,0x4529e6e9,0x2804a03b,0xde0ee508,0x1f1d026c,0x4c10bfd9,0x41800101,0xf005ffdf,0xcd008fbf,0xfc1fd3f3,0x90310140,0xffbf3ffd,0x9fbe0630,0x2d061fac,0x0d318a09,0x2ccb2610,0x4b288e55,0xcd61a1eb,0x552ae6f9,0x28055039,0xde2ee708,0x5f1d028c,0x4c110fd8,0x41800101,0xe005ffdf,0xcc009fc0,0xfbffd4f3,0x90310150,0xffcf3efd,0x9fbd0640,0x2d072fae,0x0d118809,0x2cc72600,0x4a288e4e,0xcd41a7eb,0x652be709,0x3707f034,0xde3ee708,0x6f1c028c,0x4b111fd8,0x41700101,0xe005ffdf,0xcc009fc0,0xfc0fd5f3,0x80310170,0xffaf3efd,0xafbe0630,0x2d07cfb2,0x0ca18609,0x2cc32600,0x4a288e49,0xcd21aceb,0x652be709,0x4208e030,0xde2ee608,0x6f20029c,0x4910ffd7,0x41500101,0xe005ffdf,0xcc009fc0,0xfc1fd8f3,0x803101a0,0xffaf3ffd,0xafbf0610,0x2e084fb7,0x0c618409,0x2cc22600,0x49289e48,0xcd21aceb,0x452ae6e9,0x4707f037,0xde2ee708,0x4f21029c,0x4810bfd8,0x41500101,0xe005ffdf,0xcb009fc0,0xfc2fd9f3,0x703101b0,0xff9f40fd,0xafbf05f0,0x2e089fbe,0x0c218509,0x2cc32600,0x4928ae46,0xcd11aeeb,0x2529e6c9,0x4d06e042,0xde6ee908,0x1f20029c,0x4810bfd7,0x41500101,0xe005ffdf,0xcb009fbf,0xfc3fd8f3,0x703101a0,0xff8f40fd,0x9fbf05e0,0x2f08efc5,0x0be18509,0x1cc42600,0x4828ae45,0xcd11b0eb,0x4529e6e9,0x4d06e042,0xde4ee707,0xef1f02ac,0x4910afd7,0x41500101,0xf005ffdf,0xca009fc0,0xfc1fd6f3,0x703201c0,0xff8f40fd,0xafbf05d0,0x2e092fcb,0x0ba18409,0x1cc42600,0x4928ae43,0xcd01b2eb,0x752be709,0x4e06f03d,0xde1ee507,0xcf1f029c,0x47109fd7,0x41300102,0x0005ffdf,0xc9009fc0,0xfc1fd5f3,0x703301f0,0xff9f3ffd,0xafbe05c0,0x2e093fd1,0x0b218309,0x1cc42620,0x4a28ae45,0xcd11b0eb,0x852ce729,0x4d06f03d,0xde1ee407,0xaf1f029c,0x47109fd8,0x41300101,0xe005ffdf,0xc9009fc0,0xfc0fd6f3,0x60320200,0xffaf3ffd,0xafbc05c0,0x2e092fd5,0x0ae18409,0x0cc42620,0x4b28ae4a,0xcd21abeb,0x852be729,0x4d06c041,0xde0ee507,0xef21029c,0x4610afd9,0x41300101,0xd005ffdf,0xc9009fc0,0xfc0fd8f3,0x60320200,0xffaf3ffd,0xafbb05d0,0x2e095fd8,0x0ac18309,0x1cc32610,0x4b28ae4b,0xcd31aaeb,0x752be719,0x4d07203e,0xde0ee608,0x3f2002ac,0x4610bfd8,0x41300101,0xb004ffdf,0xca009fc0,0xfc1fd9f3,0x603301f0,0xff9f3ffd,0x9fba05e0,0x2f09bfd8,0x0a718309,0x1cc22610,0x4b289e4e,0xcd41a7eb,0xa52ce749,0x47082035,0xde0ee308,0x2f2302cc,0x46107fd7,0x41200001,0x9004ffdf,0xcc009fc0,0xfc1fdbf3,0x50330210,0xff9f3efd,0x9fb90600,0x300a3fde,0x0a518508,0xfcc22610,0x4b289e52,0xcd51a3eb,0xc52de769,0x44082035,0xdddee008,0x1f2102cc,0x46109fd7,0x41200001,0x9004ffdf,0xcc009fc0,0xfc0fdaf3,0x50330210,0xff8f3dfd,0xafb80620,0x2f0aefe7,0x0a318808,0xecc22600,0x4b289e57,0xcd819eeb,0x652ae709,0x43077041,0xddfee608,0x1f1f02ec,0x4510dfd5,0x41100001,0x9004ffdf,0xcc009fc1,0xfbefd9f3,0x50340200,0xff6f3dfd,0xafb60650,0x2f0c1ff6,0x09f18b08,0xdcc225e0,0x4b288e5d,0xcda199eb,0x0527e6a9,0x43075046,0xde3ef108,0x0f1f031c,0x44112fd2,0x41000001,0x9004ffdf,0xcd008fc1,0xfbdfdaf3,0x503501e0,0xff4f3efd,0xbfb50670,0x300d600a,0x09618e08,0x8cc325a0,0x4a286e62,0xcdc194eb,0x0527e6a9,0x4507c040,0xde0ef008,0x1f1f033c,0x42114fd1,0x40f00001,0x8004ffdf,0xcb009fc3,0xfbdfdbf3,0x603601d0,0xff1f3ffd,0xbfb50670,0x320f0021,0x08b19108,0x3cc22570,0x4b284e69,0xce018deb,0x1528e6b9,0x4208403d,0xdddeea08,0x1f1e035c,0x42112fd0,0x40f00001,0x7004ffdf,0xc9009fc4,0xfbdfdbf3,0x603701c0,0xfeef42fd,0xdfb70670,0x33105036,0x07d19407,0xdcc12520,0x4b283e6d,0xce118aeb,0x2528e6c9,0x4207e042,0xde0ee508,0x2f1f036c,0x3f112fce,0x40d00001,0x7004ffdf,0xc600afc2,0xfbcfd9f3,0x603801a0,0xfeff44fd,0xffb40670,0x3111404d,0x06f19307,0x7cc024d0,0x49284e6f,0xce2187eb,0x452ae6e9,0x47078046,0xde4ee808,0x2f1f034c,0x3d114fd2,0x40c00001,0xa004ffdf,0xc100bfc3,0xfbbfd8f3,0x60390180,0xfeff44fd,0xffb20650,0x3311b062,0x05618f07,0x3cbe24d0,0x45285e72,0xce4185eb,0x552ae6e9,0x4807d047,0xde6ee807,0xcf22034c,0x3c116fd3,0x40c00101,0xb004ffcf,0xc000bfc5,0xfb9fdbf3,0x60390150,0xfedf46fd,0xefb30630,0x3811c079,0x03c18e07,0x1cbc24d0,0x43284e72,0xce4185eb,0x452ae6d9,0x4608004e,0xde5ee807,0x8f26036c,0x3d112fd1,0x40c00001,0xa004ffdf,0xc100bfc5,0xfbafdef3,0x703b0170,0xfedf49fd,0xefb30600,0x3a11608d,0x02018c07,0x1cba24c0,0x43283e72,0xce3185eb,0x3529e6c9,0x4507e048,0xde6eeb07,0x5f27037c,0x3c110fd0,0x40c00001,0x8004ffdf,0xc000bfc9,0xfbdfe2f3,0x703b0160,0xfecf49fd,0xefb205f0,0x3b10d09f,0x00718c07,0x2cb824b0,0x43282e70,0xce3187eb,0x3529e6d9,0x4807e043,0xde5eeb07,0x9f26038c,0x3c110fce,0x40b00001,0x7004ffdf,0xc300afc8,0xfbefe0f3,0x603b0160,0xfecf49fd,0xefb105d0,0x3c1020b1,0xfef18a07,0x3cb724e0,0x43281e70,0xce3187eb,0x3529e6d9,0x4a080047,0xde6ee707,0x6f2703ac,0x3b110fcd,0x40a00001,0x3003ffdf,0xc500afc7,0xfbefe0f3,0x603b0170,0xfecf46fd,0xffaf05c0,0x3c0f50c4,0xfd718707,0x6cb62520,0x44281e70,0xce3187eb,0x352ae6d9,0x4b07e048,0xde4ee307,0x9f2403cc,0x3a111fcc,0x40900001,0x0002ffdf,0xc500afc9,0xfc3fe3f3,0x603c0180,0xfecf43fd,0xefad05d0,0x3c0ea0d4,0xfc418507,0x8cb62550,0x44282e70,0xce4187eb,0x2529e6c9,0x4b07f045,0xde4ee107,0x8f2003dc,0x39115fcb,0x40900001,0x0002ffdf,0xc7009fcc,0xfc3fe7f3,0x603d0160,0xfecf41fd,0xefad0610,0x3b0e20dd,0xfb818507,0x9cb62560,0x43282e6e,0xce3189eb,0x2528e6c9,0x4c082042,0xde5ee307,0x3f1c03fc,0x39118fc9,0x40900001,0x0002ffdf,0xcb009fcb,0xfc1fe4f3,0x603d0160,0xfedf3ffd,0xdfab0650,0x3b0d90e1,0xfa718407,0xacb42530,0x41282e6e,0xce2189eb,0x3529e6d9,0x4f080041,0xde0ee307,0xcf1703fc,0x3a115fc8,0x40800001,0x1002ffdf,0xcd009fca,0xfc1fdff3,0x503c01d0,0xfedf3efd,0xdfa90680,0x3b0d00e3,0xf9b18407,0x9cb32530,0x40281e71,0xce4186eb,0x652ae709,0x4e07d043,0xddfee007,0xdf1503fc,0x3a113fc7,0x40700001,0x0002ffdf,0xd1008fca,0xfc1fdef3,0x403b0200,0xfedf3dfd,0xdfa60680,0x3a0cc0e6,0xf9318307,0xacb22560,0x41282e73,0xce5184eb,0x3529e6e9,0x4e07d046,0xde1ee207,0x9f1603fc,0x3a113fc6,0x40700001,0x0002ffef,0xd5007fc9,0xfc1fdef3,0x303a01e0,0xfeef3dfd,0xdfa40690,0x380c40e8,0xf8a18207,0x9cb22560,0x41284e73,0xce5184eb,0x2528e6c9,0x4e07c041,0xde1ee007,0xbf1803fc,0x3a114fc6,0x40600001,0x1003ffef,0xd3007fc8,0xfc0fdff3,0x203a01f0,0xfedf3efd,0xefa20680,0x370be0eb,0xf8518107,0xacb22560,0x40282e72,0xce5184eb,0x3529e6d9,0x4d07a03e,0xde2ee207,0xaf1e03ec,0x39117fc6,0x40600001,0x2003ffef,0xd2008fc8,0xfbffe2f3,0x203901d0,0xfecf3efd,0xefa20680,0x350bc0ed,0xf8318107,0x9cb22560,0x3f280e73,0xce5184eb,0x2529e6c9,0x4c07c041,0xde3ee207,0x5f2103fc,0x38116fc7,0x40600001,0x3003ffdf,0xcd008fc7,0xfbefe2f3,0x303b01d0,0xfebf3efd,0xffa30670,0x340b60ed,0xf7f17f07,0x9cb12550,0x40281e6f,0xce3188eb,0x3529e6d9,0x4c076039,0xde2ee007,0x5f1d040c,0x38111fc8,0x40500001,0x4003ffdf,0xcb009fc7,0xfbcfdff3,0x403d0240,0xfebf3dfd,0xffa20670,0x330ad0ed,0xf7a17d07,0xacb02550,0x41281e6e,0xce3189eb,0x4529e6e9,0x4b06f033,0xde3edf07,0x4f1a040c,0x3710efc7,0x40400001,0x4003ffdf,0xcb009fc7,0xfbbfdef3,0x403e0280,0xfeaf3ffe,0x0fa20650,0x320a80f1,0xf7c17d07,0xacaf2550,0x40282e70,0xce4187eb,0x552ae6f9,0x4b06e034,0xde2edc07,0x4f1e041c,0x3610bfc6,0x40300001,0x5003ffdf,0xcb009fc7,0xfbafdff3,0x403c0290,0xfeaf3efe,0x0fa10650,0x320a70f0,0xf7c17d07,0x9cb02540,0x3e283e73,0xce6184eb,0x4529e6e9,0x4c06f035,0xde3edd07,0x3f1d042c,0x3610efc6,0x40300001,0x4003ffdf,0xcb009fc7,0xfbbfdff3,0x403b0280,0xfeaf3efe,0x0f9f0650,0x310a70ef,0xf7d17e07,0x9cb12540,0x3c283e72,0xce5185eb,0x2529e6c9,0x4e074038,0xde5ee007,0x0f1d042c,0x3610efc6,0x40300001,0x2003ffdf,0xcc009fc7,0xfbbfe0f3,0x30390270,0xfeaf3dfe,0x0f9d0640,0x300a60ee,0xf7f17f07,0x8cb22550,0x3c284e73,0xce5183eb,0x2528e6c9,0x5007f03d,0xde6ee007,0x1f1d042c,0x3510dfc5,0x40200001,0x2003ffdf,0xcd008fc8,0xfbafe1f3,0x303702a0,0xfe8f3cfe,0x0f9e0640,0x300a70ec,0xf8118007,0x7cb32540,0x3c285e73,0xce5184eb,0x2529e6d9,0x52080040,0xde5edd07,0x6f1c044c,0x35110fc3,0x40200001,0x3003ffdf,0xcd008fc8,0xfb9fe0f3,0x403702a0,0xfe5f3dfd,0xffa00640,0x300a90e6,0xf8417f07,0x9cb42520,0x3b286e70,0xce3187eb,0x2528e6c9,0x5407c03e,0xde7ede07,0x2f1d046c,0x3711cfc4,0x40800001,0x6003ffdf,0xc8009fc8,0xfb7fe0f3,0x403601d0,0xfe5f3efd,0xff9f0640,0x2f0aa0e2,0xf8618007,0xacb42520,0x3c287e70,0xce3186eb,0x1528e6b9,0x5407003b,0xde9ee206,0xcf20046c,0x3711ffc6,0x40a00001,0x7004ffdf,0xc500afc8,0xfb7fe2f3,0x50370180,0xfe4f3dfd,0xff9f0630,0x300a90e3,0xf8618007,0xacb32520,0x3d286e70,0xce3186eb,0x2528e6c9,0x5206d036,0xde8ee106,0xef1e047c,0x3611bfc6,0x40900001,0x6003ffdf,0xc500afc8,0xfb8fe2f3,0x503801d0,0xfe4f3cfd,0xff9e0640,0x310a80e3,0xf8518107,0x9cb42520,0x3c285e72,0xce4185eb,0x2528e6c9,0x51072039,0xde9ee106,0xdf1e048c,0x3611dfc5,0x40900001,0x6003ffdf,0xc600afc8,0xfb9fe2f3,0x503901b0,0xfe5f3afd,0xef9d0670,0x310a80e1,0xf8418307,0x8cb42510,0x3b286e76,0xce6181eb,0x3529e6d9,0x54078041,0xde6ede07,0x1f1d048c,0x37120fc5,0x40a00001,0x6003ffdf,0xc500afc8,0xfb8fe4f3,0x40390190,0xfe4f39fd,0xef9e0650,0x320a80e2,0xf8018007,0x9cb32520,0x3d286e78,0xce717feb,0x2528e6c9,0x5507a044,0xde8edf07,0x4f1d049c,0x3711efc4,0x40a00001,0x5003ffdf,0xc500afc8,0xfb8fe5f3,0x403901c0,0xfe3f39fd,0xef9f0640,0x320a30e3,0xf7e17f07,0x9cb32520,0x3c287e76,0xce6181ea,0xf527e6a9,0x54078042,0xde9ee007,0x0f1b04ac,0x3611ffc3,0x40a00001,0x4003ffdf,0xc600afc8,0xfbafe5f3,0x403a0180,0xfe1f39fd,0xff9f0630,0x310a10e4,0xf7f18007,0xacb42520,0x3d287e72,0xce5184ea,0xe526e689,0x5307a042,0xde6ee107,0x0f1b04bc,0x36121fc1,0x40900001,0x6003ffdf,0xc700afc9,0xfb7fe4f3,0x503c0170,0xfe2f37fd,0xff9e0640,0x310a00e5,0xf8017e07,0xacb42530,0x3e287e70,0xce3187ea,0xf527e6a9,0x5407c040,0xde4ee107,0x5f1904ac,0x35121fc1,0x40800001,0x8004ffdf,0xc700afc9,0xfb5fe4f3,0x503c01a0,0xfe2f37fd,0xff9e0640,0x310a50e6,0xf8317f07,0xacb32520,0x3e286e76,0xce6181eb,0x2528e6c9,0x55079046,0xde6ee107,0x2f1a04ac,0x35120fc2,0x40800001,0x8004ffdf,0xc600afc9,0xfb5fe6f3,0x403c01a0,0xfe2f38fd,0xff9e0630,0x320ab0e7,0xf8418307,0x8cb52510,0x3e287e76,0xce6181eb,0x2528e6c9,0x52079047,0xde7edf07,0x4f1a04bc,0x36121fc1,0x40900001,0x7004ffdf,0xc500afc9,0xfb6fe5f3,0x503e0180,0xfe2f37fd,0xef9e0620,0x330b20ea,0xf8418507,0x5cb82520,0x3f286e76,0xce6181eb,0x2528e6c9,0x4b07e043,0xde5ee007,0x8f1704bc,0x36123fc0,0x40900001,0x8004ffdf,0xc600afc9,0xfb5fe3f3,0x503f0170,0xfe2f37fd,0xef9d0620,0x330b70ea,0xf8517e07,0x7cb32530,0x3e286e79,0xce717eeb,0x2528e6c9,0x5107c043,0xde6ee007,0x5f1704bc,0x36125fc0,0x40900001,0x9004ffdf,0xc600afca,0xfb3fe3f3,0x503f0140,0xfe2f39fd,0xff9a0600,0x320bb0e9,0xf8417a07,0xbcb02550,0x3d286e75,0xce6182eb,0x2528e6c9,0x5407c043,0xde7edf07,0x2f1604ac,0x35121fc2,0x40800001,0x9004ffdf,0xc300afca,0xfb2fe1f3,0x60410180,0xfe2f38fe,0x0f9a0610,0x320c10ea,0xf8717a07,0xbcb02540,0x3d285e72,0xce4185eb,0x3529e6d9,0x5207b041,0xde5edd07,0x1f1704bc,0x3411dfc1,0x40700001,0xa004ffdf,0xc300afca,0xfb2fe2f3,0x604101b0,0xfe1f39fe,0x0f9a0620,0x310c30ec,0xf8c17a07,0xacb02530,0x3d285e73,0xce5184eb,0x3529e6d9,0x4f07903e,0xde5edf07,0x1f1804ac,0x3411dfc1,0x40700101,0xc004ffdf,0xc300afca,0xfb0fe3f3,0x704101a0,0xfe1f39fe,0x1f9a0630,0x300bf0eb,0xf8c17c07,0xacb22520,0x3c286e73,0xce5184eb,0x552ae6f9,0x4f07a03c,0xde5edd07,0x1f1604ac,0x3411dfc0,0x40700101,0xd005ffdf,0xc300afca,0xfaffe2f3,0x80400170,0xfe0f3afe,0x1f9b0630,0x300b40e7,0xf8b17d07,0xacb22500,0x3a285e6f,0xce3188eb,0x652ae709,0x5107c040,0xde8edd07,0x2f1604ac,0x3411dfc0,0x40700101,0xe005ffdf,0xc300afca,0xfaffe0f3,0x803d0150,0xfe0f3afe,0x0f9c0650,0x300960e0,0xf8417f07,0xbcb224f0,0x38286e6e,0xce3189eb,0x452ae6e9,0x55077047,0xdecedb07,0x3f14049c,0x3611ffc1,0x40900101,0xf005ffcf,0xbf00bfca,0xfb0fdff3,0x903d0120,0xfe5f39fd,0xff9a0660,0x300640d5,0xf7c17c07,0xccb124f0,0x37288e6c,0xce218aeb,0x4529e6e9,0x56077046,0xdecede07,0x5f13044c,0x3711dfc6,0x40a00102,0x2005ffcf,0xbc00bfcb,0xfaffe0f3,0xb03e0150,0xff0f36fd,0xef8e0660,0x3102f0ca,0xf7517a07,0xecaf2530,0x36286e72,0xce5185eb,0x552ae6f9,0x5107a040,0xde6edf07,0x7f1003ac,0x38115fcf,0x40700102,0x3006ffcf,0xbd00bfcb,0xfaefe1f3,0xc04401d0,0xff8f37fd,0xcf830650,0x32fff0bf,0xf6c17d07,0xdcb02550,0x37286e80,0xcec178eb,0x4529e6f9,0x47079036,0xddaedd07,0x5f0e032c,0x3c110fda,0x40a00102,0x7006ffcf,0xb300dfcb,0xfa9fddf3,0xe05101c0,0xff8f3afd,0xaf7c0620,0x32fd90b4,0xf6318107,0xfcb22570,0x3a288e87,0xcef171ea,0xe526e689,0x43074032,0xdd4edc07,0x3f11030c,0x3f111fe1,0x41100102,0xd007ffbf,0xa600ffca,0xfa4fd7f4,0x00550160,0xff1f40fd,0xbf7805a0,0x32fbc0b2,0xf5d18208,0x3cb425e0,0x42287e86,0xcef172ea,0x6522e619,0x45076034,0xdd2ede07,0x4f15035c,0x3f106fde,0x41200203,0x2008ffaf,0x9c011fc9,0xfa0fd3f4,0x20570180,0xfe7f44fd,0xdf770530,0x32fa40b1,0xf5b18108,0x5cb42620,0x4a285e86,0xced172ea,0x7522e629,0x4a077038,0xdceed507,0x9f0f03dc,0x3e0fafd8,0x41000203,0x7009ff9f,0x94013fc7,0xf9dfcef4,0x305901f0,0xfdff46fd,0xef730510,0x32f910a8,0xf5e18308,0x3cb42640,0x4d285e88,0xced170ea,0x8523e639,0x4d07703d,0xdd0ecb07,0x3f04043c,0x3e0f2fd3,0x41000203,0xe00aff8f,0x8a014fc3,0xf9afccf4,0x805901b0,0xfd8f4afe,0x1f6c04d0,0x2ff7e09c,0xf6318408,0x2cb52670,0x4e287e8a,0xcef16eea,0x7522e639,0x4c071043,0xdd6ecc06,0xff05045c,0x3e0effcf,0x40f00304,0x900cff7f,0x82016fc2,0xf98fc9f4,0x80600160,0xfccf50fe,0x4f6b0440,0x2cf6b095,0xf6618108,0x2cb42690,0x53289e8d,0xcf016cea,0x7522e629,0x4b06d04a,0xddded207,0x5f10047c,0x3b0effc8,0x40e00405,0xa00fff6f,0x76018fc3,0xf8dfccf4,0xc06a00e0,0xfc0f54fe,0x8f6b03e0,0x2bf5a092,0xf6617e08,0x1cb52680,0x5828ce8f,0xcf2169ea,0x7522e629,0x4906f04b,0xdd8eca07,0xaf18048c,0x390f0fc0,0x40c00606,0xe013ff5f,0x6d01afc4,0xf81fcff4,0xf0750070,0xfb7f55fe,0xaf6a03b0,0x2cf4c091,0xf6717f08,0x0cb82670,0x5a28de90,0xcf2169ea,0x7522e629,0x4706d047,0xdcced108,0x2f1d04bc,0x380f0fb9,0x40b00707,0xc015ff4f,0x6601bfc5,0xf7bfd2f5,0x107c0050,0xfabf59fe,0xdf6d0350,0x2bf3e08e,0xf6918008,0x0cba2670,0x5928ee8f,0xcf216aea,0x7522e629,0x46072048,0xdceed707,0xff22050c,0x360effb1,0x40a00908,0x7017ff3f,0x5e01dfc6,0xf77fd4f5,0x40850020,0xf95f63ff,0x2f7a0270,0x29f2e083,0xf6917d08,0x3cba26b0,0x5728ee8c,0xcf116cea,0x8523e649,0x44076046,0xdd2ed907,0xff2e05ec,0x310e6fa1,0x40600a09,0x2019ff2f,0x5501efc6,0xf72fd3f5,0x608c0030,0xf87f67ff,0x6f820220,0x27f2307b,0xf6c17c08,0x5cba26a0,0x56291e8c,0xcf216cea,0x5521e619,0x42073042,0xdd3edd08,0x5f37065c,0x2d0e0f9a,0x40200b09,0xd01bff1f,0x4c020fc3,0xf6dfd2f5,0x80910080,0xf86f62ff,0x8f810220,0x29f1607c,0xf7017908,0x7cba26c0,0x57295e8e,0xcf216ae9,0xf51ee5b9,0x41074042,0xdd2ee108,0x3f3505ec,0x2b0e4fa2,0x40200c0a,0x701dfeff,0x3f023fc2,0xf6afd8f5,0xb09800a0,0xf86f5fff,0xaf8301f0,0x2df0d080,0xf7217308,0x9cb82740,0x5a298e8c,0xcf116ce9,0xc51de589,0x40078040,0xddcee007,0x7f34057c,0x290e6fa9,0x40000d0b,0x101ffeef,0x38024fc1,0xf66fddf5,0xa09c00c0,0xf87f5cff,0xaf8701e0,0x31f0c07e,0xf7217108,0x9cb72770,0x5c297e88,0xcee170e9,0xd51de599,0x4207a041,0xde5ede07,0x0f2f04ec,0x290e2fac,0x40100e0b,0xa020feff,0x3d023fc1,0xf61fdaf5,0xa09700b0,0xf8bf5dff,0xaf8a01b0,0x33f1107e,0xf7617108,0x9cb72760,0x5b296e84,0xcec174e9,0xd51de599,0x4307e046,0xde7ee306,0xdf2a044c,0x2b0d9fad,0x40200f0b,0xf021ff1f,0x4b021fc1,0xf61fd6f5,0xf0990050,0xf9cf56ff,0x9f860230,0x38f17081,0xf7817108,0x6cb62750,0x5c294e7f,0xce9179e9,0xd51de589,0x45085044,0xde6ee606,0xaf1d030c,0x2d0dbfb8,0x40000f0b,0xd021ff3f,0x5c01efc1,0xf66fd4f5,0xd0900090,0xfb1f47ff,0x1f870330,0x43f21080,0xf7b17107,0xdcb526f0,0x60292e83,0xceb175e9,0xe51ee599,0x46085040,0xde6ee506,0x5f0b01ac,0x360ebfc7,0x40500f0b,0xc021ff5f,0x6a01bfc2,0xf6cfd3f5,0x608000c0,0xfbaf3ffe,0xaf9503a0,0x4cf31082,0xf8117507,0x6cb526d0,0x6428fe8a,0xcf016eea,0x2520e5d9,0x4507d041,0xde4ee005,0xbf0100cc,0x400f9fcb,0x40b00f0c,0x3022ff6f,0x79018fc4,0xf6cfd6f5,0x00790050,0xfbef3bfe,0x4fa803c0,0x54f4b086,0xf8517707,0x3cb626d0,0x6628be82,0xcec176ea,0x8523e639,0x4507e045,0xddded505,0x9ef9ffdc,0x490fdfcd,0x4100110c,0xf024ff7f,0x85016fc6,0xf6cfd5f4,0xd06c0050,0xfc2f39fd,0xffbb03d0,0x5af6e08b,0xf8e17707,0x5cb726e0,0x69288e74,0xce5183ea,0xb524e669,0x46080042,0xddfed205,0xceeffeec,0x520fefd4,0x4160130d,0xd027ff8f,0x8c015fc8,0xf6bfd1f4,0x8075fff0,0xfc4f39fd,0xcfcd03b0,0x5cf9b093,0xf9d17607,0x8cb92720,0x6d287e6e,0xce3189ea,0xa524e659,0x4507d03c,0xde7ecf04,0xdee8fe2c,0x570fefda,0x41a0140e,0x6029ff9f,0x93013fd4,0xf76fdff4,0x305a0080,0xfc7f3afd,0xbfdd0340,0x5dfcd09c,0xfa916f07,0xecb727a0,0x73287e69,0xce018dea,0x9523e639,0x4507c03c,0xdf1eca03,0xaee9fd9c,0x580fbfde,0x41a0140e,0x6029ffaf,0x9c012fdf,0xf76fe2f3,0xe05500f0,0xfcaf3cfd,0xafed02f0,0x5fff10a4,0xfb416a08,0x8cb527d0,0x75288e5f,0xcdc196ea,0x9524e649,0x47084042,0xdeeecd04,0x3eeafd5c,0x580f5fde,0x4170130d,0xe027ffbf,0xa900ffe4,0xf7ffe1f3,0x70450190,0xfd1f3bfd,0x8ffb0300,0x61ffc0a9,0xfb916708,0xecb327c0,0x74288e57,0xcd919eea,0xb525e669,0x46088045,0xdeeece04,0x9ee4fd0c,0x5a0f9fe1,0x4180120d,0x3025ffcf,0xb800cfe5,0xf8bfe1f3,0x103601c0,0xfdef3afd,0x80020370,0x5fff40aa,0xfb616a09,0x2cb52770,0x6f289e4c,0xcd41a9ea,0xc525e669,0x4708b04a,0xdeeed204,0xfedffc0c,0x5a104ff4,0x4190110c,0xc024ffcf,0xbb00cfe7,0xf92fe3f2,0xc02d01a0,0xfeef38fd,0xb00403f0,0x59fe90ab,0xfb316b09,0x2cb82750,0x6e288e43,0xcd11b1eb,0x0528e6a9,0x4a089047,0xdeded304,0xfed8fabc,0x5910c00f,0x4170100c,0x9023ffcf,0xb900cfea,0xf97fe4f2,0x802601d0,0xff9f38fd,0xb00d0440,0x58fe70ad,0xfb216b08,0xfcba2770,0x6f285e3c,0xcce1b8eb,0x552ae6f9,0x44085033,0xdeced304,0x8ed2f9ec,0x5a11201d,0x4160100c,0x4022ffcf,0xbe00bfed,0xfa0fe3f2,0x802501e0,0x001f37fd,0x701904c0,0x5dfef0ae,0xfb216b08,0x9cbc2780,0x70281e36,0xccd1bdeb,0xa52de749,0x3b08001f,0xdefece03,0xcecbf97c,0x5e122025,0x41a00f0b,0xc021ffdf,0xc400aff0,0xfa8fe2f2,0x50170210,0x008f3afd,0x50250500,0x5f0050b3,0xfb916c08,0x3cbb2750,0x7427ee31,0xccb1c2eb,0xf52fe799,0x3e08101b,0xdf6eca03,0xbec7f90c,0x5e12e02c,0x41900d0b,0x201fffdf,0xcb009ff8,0xfb1fecf1,0x900f0280,0x008f4bfe,0x00320450,0x5501c0b4,0xfc316e07,0xccba2710,0x7727ce2b,0xcc91c8ec,0x1530e7a9,0x4108c023,0xdffecb03,0x9ed9f88c,0x4f124032,0x40d00c0a,0xb01effdf,0xd1008ffa,0xfbeff3f1,0x200f0270,0x00af59fe,0x803b03d0,0x4e0270b2,0xfc816f07,0x7cb826e0,0x76279e28,0xcc71cbec,0x1531e7b9,0x44099029,0xe02ecf03,0x9ee5f80c,0x4411c039,0x40300c0a,0x501cffef,0xd6007ffb,0xfbfff5f0,0xf0100260,0x013f5efe,0x804003e0,0x4e02d0ae,0xfc917307,0x6cb826b0,0x74277e2b,0xcc81c9ec,0x6533e7f9,0x4d093039,0xdffecc04,0x0ee2f77c,0x4211e042,0x40100b09,0xf01bffef,0xdc006ffd,0xfccff5f0,0xc00a02b0,0x01bf61fe,0x804403f0,0x4e02f0ae,0xfc817707,0x7cb926b0,0x74276e2c,0xcc81c7ec,0xa535e839,0x52087041,0xdfcecd04,0x8edef70c,0x4112304c,0x40000a09,0x701affef,0xde006000,0xfceff8f0,0xc00602f0,0x020f65fe,0x80490400,0x4e0300af,0xfca17d07,0x8cbe26b0,0x73276e2a,0xcc81c9ec,0x9535e829,0x5008a03f,0xdfaed004,0x9ee0f6dc,0x3f12a053,0x3ff00909,0x0019ffef,0xde005fff,0xfd4ff7f0,0xe00402f0,0x023f69fe,0x804e0420,0x5002e0b0,0xfc918307,0x7cc22690,0x71276e2c,0xcc81c8ec,0x8534e809,0x4608d044,0xdfaed304,0x4ee7f6bc,0x3e127057,0x3ff00908,0x9018ffef,0xde005ffd,0xfd8ff4f1,0x00040320,0x027f6bfe,0x504e0440,0x520260b6,0xfc218707,0x8cc626a0,0x71276e2f,0xcc81c5ec,0xb536e839,0x3d08a04c,0xdf6ed104,0x9ee9f68c,0x3f12505b,0x40100808,0x5017ffef,0xde005ffd,0xfdaff7f1,0x400802d0,0x027f6cfe,0x504c0470,0x520180b9,0xfba18e07,0xacc926c0,0x6f276e34,0xcca1c0ec,0x8534e819,0x3b08904b,0xdf3ed304,0xcee6f6ac,0x3f12405b,0x40000808,0x2016ffef,0xde006ffd,0xfd9ff4f1,0x500902b0,0x022f70fe,0x704a0490,0x520090b5,0xfaf19307,0xacc926c0,0x6c276e3e,0xcce1b6ec,0x4532e7d9,0x3c088046,0xdf1ed804,0xeee7f6ec,0x3d11e057,0x3fe00808,0x2016ffef,0xdc006ffd,0xfdaff0f1,0x400802c0,0x01cf73fe,0x70450490,0x510040b1,0xfad19307,0xccc826e0,0x6a277e41,0xccf1b3ec,0x5533e7e9,0x39084044,0xdebed105,0x4ee7f74c,0x3d113051,0x3fd00808,0x4017ffef,0xd9006002,0xfdcff8f1,0x40080310,0x014f78fe,0x803f0450,0x4efff0ab,0xfaa18d07,0xfcc52710,0x6b277e40,0xccf1b4ec,0x5532e7e9,0x3708303c,0xde8ece05,0x3eebf7bc,0x3b10904b,0x3fc00808,0x8017ffdf,0xd1008003,0xfd4ff6f1,0x500b0350,0x007f7cfe,0x603e0430,0x4fffa0a7,0xfa718707,0xecbf2710,0x6d277e3e,0xcce1b6ec,0x3531e7c9,0x3d083039,0xde7ecf05,0x4eebf88c,0x3e10803e,0x40000908,0xd018ffdf,0xca009007,0xfd2ffaf1,0x30100360,0xff7f81fe,0x303e0410,0x50ff80a3,0xfa518407,0xccbb2700,0x6e276e3e,0xcce1b6ec,0x2531e7c9,0x4108c03f,0xde7ecc05,0x6eedf97c,0x4110f02d,0x40500a09,0x3019ffdf,0xc300a006,0xfceff6f1,0x301702d0,0xfedf86fe,0x503403f0,0x490000a6,0xfa818207,0xbcba2710,0x6f277e39,0xccd1bbec,0x3532e7d9,0x47096044,0xde4ec105,0x5ef2f9cc,0x3f109027,0x40400b09,0xd01bffcf,0xba00c005,0xfc7ff7f1,0x601e0290,0xfe5f8bfe,0x802a0400,0x410010a6,0xfa618407,0x8cbb26d0,0x6e279e3c,0xcce1b8ec,0x3531e7c9,0x44096041,0xde2eb505,0x1ef7fa0c,0x3e0f9022,0x40200c0a,0x801dffbf,0xb100e007,0xfc3ffbf1,0xb0250270,0xfe3f86fe,0x401e0490,0x40ffe0ab,0xfa018407,0x6cbd26c0,0x6b27ce44,0xcd11b1ec,0x1530e7a9,0x3c09503b,0xdeceba05,0x2eebfa4c,0x450f6020,0x40800d0a,0xd01effbf,0xab00f005,0xfbdff1f1,0xf02d0250,0xfd7f88fe,0x501b0430,0x3aff40b4,0xf9517d07,0x8cbc26f0,0x69280e47,0xcd21aeeb,0xf52fe789,0x3c08e03e,0xdf8ec805,0x1ef0fafc,0x450ed013,0x40800d0b,0x101fffbf,0xa800f004,0xfb9ff1f2,0x20310270,0xfc0f9bff,0x00200320,0x29fe40b7,0xf8717e07,0xccbe26f0,0x62282e40,0xcd01b4eb,0xf52fe789,0x3d087043,0xe00ec604,0x2f0afc0c,0x370d7fff,0x3fc00e0b,0x6020ffaf,0xa4010002,0xfb8ff0f2,0x503e0240,0xfc3f90fe,0xc0120420,0x28fd60b5,0xf7a18607,0xdcc226d0,0x5c282e40,0xccf1b4eb,0xf52fe789,0x3808003f,0xdffeca03,0xdf04fc3c,0x3e0defff,0x40200e0b,0x7020ffaf,0xa3010fff,0xfb3febf2,0x803c0220,0xfc9f83fe,0x600204f0,0x28fc90b6,0xf6c18907,0xacc226a0,0x5b281e50,0xcd61a5eb,0xf52fe789,0x3107903d,0xdefec904,0x8efbfc3c,0x450e6002,0x40a00e0b,0x6020ffaf,0xa3010ffe,0xfaffe9f2,0xd03b0200,0xfc8f80fe,0x6ff90500,0x23fc20b8,0xf5d18807,0xccc026b0,0x5d281e57,0xcd919eeb,0xe52ee779,0x2d07003c,0xde6eca05,0x1efcfc6c,0x460e5000,0x40b00e0b,0x7020ffaf,0xa2011ffd,0xfaefebf3,0x303b01d0,0xfc7f7dfe,0x7ff00510,0x1efcb0bc,0xf5118507,0xccbd2700,0x5e280e59,0xcda19deb,0xb52de759,0x30077037,0xde6eca04,0xeef9fc8c,0x460e5ffe,0x40a00e0b,0x8021ffaf,0xa1011ffd,0xfaefebf3,0x803a01b0,0xfc8f78fe,0x8fe50550,0x19fdb0c1,0xf4717f07,0xccb92720,0x5d27fe55,0xcd81a0eb,0xc52de769,0x3a08b025,0xde7ec704,0xcef3fc9c,0x470e6ffe,0x40a00f0b,0xa021ffaf,0xa2011ffc,0xfa9feaf3,0xc03a0190,0xfc4f74fe,0x4fe205b0,0x19fec0c0,0xf3b17f07,0xdcb72710,0x5c27fe54,0xcd81a1eb,0xb52ce759,0x3c08d021,0xde7ec504,0x8ef2fcfc,0x4b0eaff4,0x40f00f0b,0xc021ffaf,0xa5010ffc,0xfa8feaf4,0x403e0140,0xfbaf73fd,0xffe805d0,0x1affa0be,0xf3517d07,0xecb62700,0x5a280e55,0xcd81a0eb,0x852be739,0x3d08a020,0xdeeec704,0x1ef2fdcc,0x510ecfe4,0x41700f0c,0x0022ffaf,0xa7010ffb,0xfa1fe6f5,0x10330180,0xfb7f71fd,0xdfe705a0,0x170030c2,0xf2e17808,0x0cb62720,0x59281e54,0xcd81a2eb,0xb52ce749,0x3f08701a,0xdf3ec604,0x3eecfe1c,0x560eefe0,0x41c0100c,0x6023ffaf,0xa1011ffb,0xf99fdff6,0x30390160,0xfb5f71fd,0xffe30570,0x110080c6,0xf2517908,0x3cb82750,0x5a282e50,0xcd71a5eb,0xc52ee769,0x40084017,0xdf3ec704,0x2eebfe3c,0x560effe2,0x41d0110c,0xb024ff9f,0x97013ffb,0xf94fdcf7,0x404200d0,0xfb6f70fe,0x1fdc0570,0x0b00b0c1,0xf1d17d08,0x7cbb2790,0x5b282e52,0xcd71a3eb,0xb52de759,0x4408001a,0xdf4ec403,0xdee7fe4c,0x550eefe7,0x41f0110c,0xb024ff8f,0x8d014ffb,0xf93fdbf8,0x304900e0,0xfbcf6cfe,0x2fd00580,0x0500d0bf,0xf2018108,0xacbf27e0,0x5d283e58,0xcda19eeb,0xb52ce759,0x4008101a,0xdf4ec103,0xfeddfe3c,0x550f2fee,0x4210100c,0x7023ff7f,0x86016ffc,0xf94fdbf8,0xf04a00d0,0xfc2f66fe,0x2fc60580,0x0100c0c5,0xf2418508,0xdcc32830,0x63283e58,0xcda19eeb,0x852be739,0x3a084017,0xdf5ebf03,0xaed2fe3c,0x560fbff6,0x4240100c,0x2022ff7f,0x80017ffc,0xf97fdcf9,0x90490080,0xfc5f65fe,0x2fc10530,0x000060c8,0xf2018409,0x1cc428a0,0x6b281e4d,0xcd41a8eb,0x5529e709,0x3908b011,0xdf8ec103,0x0ecffe4c,0x57100ffa,0x42600f0b,0xe022ff7f,0x7d017ffc,0xf95fdaf9,0xf0430040,0xfc9f65fe,0x2fbf04ff,0xffffd0c9,0xf1f18209,0x1cc428d0,0x7027fe45,0xcd11b0eb,0x752ae719,0x3a09300d,0xdf6ebc02,0xded5fe3c,0x56105ffc,0x42700f0b,0xd021ff6f,0x7c018ffc,0xf95fddfa,0x20460010,0xfc9f60fe,0x1fbf054f,0xffff70ca,0xf2218708,0xdcc528b0,0x7227de49,0xcd21aceb,0x952be749,0x3c090014,0xdf2eb502,0xded6fe4c,0x56111ffa,0x42900f0b,0xa021ff7f,0x7e017ffb,0xf91fddfa,0x2046ffd0,0xfc9f5afe,0x2fc005a0,0x00ff60cf,0xf2518908,0x9cc428a0,0x7127de50,0xcd51a5eb,0xa52be759,0x3d08c017,0xdeeead02,0xeed4fe8c,0x5611aff7,0x42800e0b,0x7020ff7f,0x80017ffa,0xf93fd7f9,0xf046ffc0,0xfcbf56fe,0x3fbd05c0,0x00ffb0d5,0xf2918608,0x7cc12880,0x7027ee56,0xcd719feb,0xa52ce759,0x3d089014,0xdebeaf03,0x0ed4fe8c,0x55115ff8,0x42500e0b,0x5020ff7f,0x82017ff9,0xf98fd8f9,0x60450030,0xfccf53fe,0x5fbd05ff,0xff0030d4,0xf2d18108,0x7cc02830,0x6e27fe54,0xcd71a1eb,0x952be749,0x3b08d011,0xde9eb303,0xced5fe9c,0x53110ff7,0x42100d0b,0x201fff8f,0x87015ff8,0xf97fd9f8,0xc0470060,0xfcbf4ffe,0x6fbe0620,0x000120d4,0xf2f17d08,0x8cbd2840,0x6b27fe51,0xcd61a4eb,0x852ae729,0x3e08e014,0xdf3eb903,0x4ed4fedc,0x5210fff4,0x41e00d0a,0xf01fff8f,0x89015ff7,0xf98fdaf8,0x404a0070,0xfc9f4dfe,0x7fc00620,0x020270d8,0xf3217c08,0x9cbb2870,0x6827fe53,0xcd71a2eb,0x952be739,0x4008d018,0xe00eb502,0x4ed7ff1c,0x50104ff3,0x41a00d0a,0xc01eff8f,0x87016ff6,0xf96fdaf8,0x104d0080,0xfc7f4dfe,0x8fc205e0,0x020430d7,0xf3317d08,0x8cbb2870,0x67280e58,0xcdb19deb,0x852ae739,0x3b08f019,0xe01eb302,0xbedaff6c,0x4e0f5fef,0x41600c0a,0x901eff8f,0x86016ff4,0xf95fdaf7,0xe04b00a0,0xfc7f4efe,0x9fc205c0,0x040640d9,0xf3617f08,0x8cbc2840,0x65281e57,0xcda19eeb,0x852ae739,0x38090018,0xdfeeb604,0x0edaff8c,0x4c0ecfec,0x41300c0a,0x501dff8f,0x8c015ff3,0xf96fd9f7,0x005a0100,0xfc7f4cfe,0x9fc305b0,0x060840df,0xf3917f08,0x7cbc2800,0x63281e5a,0xcdb19beb,0x952be749,0x3809101a,0xdf8ebd05,0x1ed5fffc,0x4b0effe8,0x41200b09,0xd01cff9f,0x91014ff3,0xf9bfd6f6,0x505000e0,0xfc8f4afe,0x9fc305b0,0x070ac0e1,0xf3c17d08,0x6cbb27e0,0x61281e5b,0xcdc19aeb,0xa52ce749,0x3809201d,0xdf6ec105,0x8ecf003c,0x4a0f5fe7,0x41100a09,0x401aff9f,0x94013ff2,0xf9cfd2f5,0xc04a0090,0xfcbf49fe,0x9fc30590,0x090d70e4,0xf4017808,0x5cb827d0,0x61282e59,0xcda19ceb,0xa52be749,0x3a09101f,0xdf6ec505,0xeecf006c,0x480f7fe6,0x41000a08,0xf019ff9f,0x96013ff2,0xf9efd3f5,0x104600c0,0xfccf49fe,0x6fc60570,0x0e0f70e8,0xf4217708,0x4cb727c0,0x60283e56,0xcd919feb,0x952be739,0x4008d022,0xdf8ec805,0xcecc00ac,0x4b0fbfe3,0x41200908,0xc018ff9f,0x96013ff2,0xf9bfd0f4,0xa04600c0,0xfccf4afe,0x8fc80570,0x0d10f0e9,0xf4217b08,0x3cb92790,0x5d284e54,0xcd81a1eb,0x652ae719,0x4508d02d,0xdf6ec204,0x7ecb00cc,0x490fcfe3,0x40e00908,0xa018ff9f,0x94013ff5,0xf9efd6f4,0x304900f0,0xfc8f52fe,0xffcf04f0,0x0411b0e8,0xf4217b08,0x3cbb2780,0x5c286e4b,0xcd51aaeb,0x752ae729,0x4808d034,0xdf1ec003,0xfeda00cc,0x3f0f3fe1,0x40300908,0xc018ff9f,0x93013ff2,0xf9efd8f3,0xa0530120,0xfcff4bfe,0x9fcf04e0,0x0b10e0e8,0xf3a17508,0x4cbc27b0,0x5e289e41,0xcd11b3eb,0x752ae729,0x4608a030,0xdf2ec504,0x7ed000ac,0x460f3fe3,0x40700908,0xa018ff9f,0x93013ff0,0xf97fd2f3,0x605001a0,0xfd7f41fe,0x1fcf0560,0x130f50e7,0xf3117208,0x5cbb27a0,0x5e289e37,0xccd1bceb,0x652ae719,0x4808b02e,0xdf6ec504,0x9ec700ac,0x4f0fafe5,0x40e00908,0x9018ff9f,0x95013ff1,0xf97fd3f3,0x504f01c0,0xfdbf3bfe,0x1fd105c0,0x120dd0e5,0xf2a17308,0x6cbc2780,0x5b289e33,0xccc1c1eb,0x652ae709,0x4909002f,0xdfdec404,0x5ec900bc,0x4d0fffe7,0x40d00808,0x5017ff9f,0x96013fee,0xf92fd1f3,0x404f01b0,0xfe0f37fe,0x0fd205f0,0x120c70e5,0xf2717408,0x6cbd2780,0x5a289e37,0xccd1bdeb,0x852be729,0x4c08f035,0xdffec503,0xdecc00dc,0x4c102fea,0x40e00807,0xe016ff9f,0x95013fea,0xf90fd6f3,0x40500190,0xfe4f34fd,0xefd40600,0x120bb0e6,0xf2817508,0x6cbd2780,0x5a28ae3b,0xccf1b9eb,0x852be729,0x4d08c038,0xdfeec803,0xcec900fc,0x4d102fea,0x41000707,0x6014ff9f,0x98012fda,0xf96fd3f3,0x305101b0,0xfe7f32fd,0xcfd60620,0x130bd0e7,0xf2b17808,0x4cbe2760,0x59289e3f,0xcd01b5eb,0x952ce749,0x4908d038,0xdfaec704,0x2eca012c,0x4e104fe8,0x41100607,0x0013ffaf,0x9c011fd3,0xf9cfd7f3,0x305201a0,0xfeaf33fd,0xbfd80630,0x120c70e4,0xf2e17c08,0x2cc02740,0x57288e40,0xcd01b4eb,0xb52ce759,0x4708f037,0xdf9ec504,0x0ed1014c,0x4d102fe8,0x41100606,0xc013ffaf,0xa0011fd5,0xf9cfd0f3,0x20520180,0xfe4f3ffe,0x5fdf0550,0x080db0e5,0xf3217908,0x0cbf2770,0x5a288e40,0xcd11b4eb,0xa52ce749,0x4709903d,0xdfbec703,0x2ee4015c,0x420f5fe5,0x40900606,0xa012ffaf,0x9f011fd7,0xf9afd6f3,0x30550170,0xfe1f45fe,0xafe704f0,0x010ec0e5,0xf3417508,0x0cbe2770,0x5d289e37,0xccd1bdeb,0xa52ce759,0x490a2040,0xdfbec903,0x0eed016c,0x3c0effe3,0x40400606,0x9012ffaf,0x9d011fd7,0xf9dfdcf3,0x40580170,0xfe6f44fe,0xafe7053f,0xff0fa0e3,0xf3717608,0x0cbe2730,0x5b287e2e,0xcca1c5eb,0xc52de769,0x510a0045,0xdfeec803,0x1eea014c,0x3c0eefe6,0x40400506,0x7011ffaf,0x9f011fd7,0xf9efdbf3,0x40580190,0xfeaf45fe,0x9fe8054f,0xff0fd0e0,0xf3a17707,0xfcbd2710,0x58287e2e,0xcca1c6eb,0xd52ee779,0x5409a047,0xe01ec603,0x5eeb011c,0x3d0ecfe9,0x40500506,0x5011ffaf,0xa0011fd7,0xf9ffdbf3,0x30570190,0xfedf49fe,0x9feb052f,0xfe0fa0dd,0xf3a17808,0x2cbd26f0,0x55286e27,0xcc71cceb,0xe52ee789,0x56099046,0xe01ec503,0x6ef000fc,0x3d0eafe9,0x40600506,0x3011ffaf,0xa3010fd6,0xfa1fddf3,0x30560150,0xfeff4cfe,0x9fee04ff,0xfe0f10dd,0xf3617608,0x4cbb2710,0x56285e20,0xcc51d3eb,0xf52ee799,0x5909d048,0xe02ec603,0x6ef400cc,0x3d0e9fe9,0x40600506,0x3011ffbf,0xa700ffd6,0xfa1fddf3,0x20550130,0xff3f4cfe,0x8ff104ef,0xfe0ec0dc,0xf3017808,0x6cbc2720,0x57284e1f,0xcc41d4ec,0x152fe7a9,0x5809f051,0xe03ec503,0x6ef200ac,0x3e0e9fea,0x40600506,0x0010ffbf,0xac00efd6,0xfa2fdbf3,0x10540120,0xff5f4bfe,0x8ff4050f,0xfe0ed0dc,0xf2e17a08,0x6cbd2720,0x57283e1e,0xcc41d5ec,0x1530e7b9,0x530a4053,0xe05ec303,0x2eef00ac,0x3e0e8fed,0x40600505,0xc00fffbf,0xac00efd5,0xfa3fd8f3,0x20550130,0xff8f4bfe,0x8ff5053f,0xff0f60e0,0xf3117e08,0x6cbf2710,0x58282e19,0xcc21daeb,0xf52ee799,0x510ac052,0xe06ec103,0x5eef009c,0x3f0e6fef,0x40700405,0xa00fffbf,0xad00efd5,0xfa5fd6f3,0x305601b0,0xffaf4dfe,0x8ff6054f,0xff0fd0dd,0xf3318108,0x6cc02710,0x58283e1b,0xcc31d7ec,0x052fe7a9,0x540aa052,0xe07ebe03,0x2ef3007c,0x3e0e3fef,0x40600405,0x900fffbf,0xaf00efd5,0xfa4fd8f3,0x30560200,0xffdf4ffe,0x9ff7054f,0xfe1020da,0xf3618108,0x6cc02720,0x59282e1e,0xcc41d4ec,0x2530e7c9,0x530a3051,0xe06ebd03,0x3ef6004c,0x3e0e3ff2,0x40600405,0xa00fffbf,0xaf00efd4,0xfa5fd8f3,0x205501d0,0xffdf50fe,0x8ff9055f,0xff1040d8,0xf3917f08,0x5cbf2710,0x5a282e1d,0xcc41d6ec,0x1530e7b9,0x520a4050,0xe06ebc03,0xaef4003c,0x3f0e4ff3,0x40700405,0x800fffbf,0xaf00efd4,0xfa7fd5f3,0x20550190,0xffdf52fe,0x8ffb0550,0x001060d7,0xf3a17e08,0x5cbf2700,0x5a282e19,0xcc31d9ec,0x052fe7a9,0x500a504f,0xe08ebd03,0x7ef5002c,0x400e5ff3,0x40700405,0x700fffbf,0xb100efd3,0xfa9fd5f3,0x20550140,0xffdf54fe,0x9ffa0550,0x011070d9,0xf3a17e08,0x7cbf2720,0x5a283e17,0xcc21dbec,0x052fe7a9,0x4f0a604d,0xe0aebd03,0x0ef7003c,0x3f0e3ff2,0x40700405,0x600effbf,0xb200dfd3,0xfaafd3f3,0x30550150,0xffdf56fe,0x9ffa0550,0x021030da,0xf3e18008,0x8cc02720,0x58282e13,0xcc11dfec,0x2530e7c9,0x4e0a704b,0xe0aeb902,0xcef8002c,0x3f0e0ff2,0x40600405,0x700fffbf,0xb200dfd3,0xfa7fd0f3,0x30560160,0xffcf57fe,0x9ff90560,0x041010d7,0xf4018108,0x9cc02720,0x57282e14,0xcc11dfec,0x2530e7b9,0x4d0a2047,0xe08eb702,0xeef7002c,0x400e0ff1,0x40600405,0x700fffbf,0xb200dfd3,0xfa6fcef3,0x30560120,0xffaf59fe,0xaff80550,0x040f60d5,0xf3f18008,0x9cc02720,0x59281e15,0xcc11ddeb,0xf52fe799,0x4b09b03a,0xe08eba03,0x1ef7002c,0x3f0dffef,0x40500405,0x900fffbf,0xb200dfd3,0xfa7fcff3,0x40570130,0xff8f5bfe,0xaff60540,0x060e80d3,0xf4118008,0x6cc02710,0x59280e1e,0xcc41d5ec,0x052fe7a9,0x4609a02c,0xe07ebd03,0x3ef9002c,0x3f0dffee,0x40500505,0xc010ffbf,0xb100efd3,0xfa5fcdf3,0x405700f0,0xff4f5ffe,0xbff40510,0x070dd0cc,0xf4518108,0x2cc22730,0x58280e2e,0xcca1c6ec,0x1530e7b9,0x3c09702c,0xe05ebb03,0x2efb004c,0x3f0e1feb,0x40600505,0xd010ffbf,0xb000efd3,0xfa4fcaf3,0x50590090,0xff3f60fe,0xcfee0500,0x090cb0c7,0xf4517f08,0x3cc32750,0x58282e36,0xccd1beec,0x052fe7a9,0x2c086028,0xe07eb802,0xcefe006c,0x3e0dcfe6,0x40200505,0xc010ffbf,0xb100efd2,0xfa3fcdf3,0x705b00e0,0xff3f60fe,0xefe60500,0x0a0b70c6,0xf4417d08,0x5cc12770,0x56281e3d,0xccf1b7eb,0xf52ee799,0x2407a026,0xe08eb902,0xbf02009c,0x3b0d5fe1,0x3fd00405,0xa00fffcf,0xb700dfd2,0xfa1fd0f3,0x705c0170,0xff0f61fe,0xffe004f0,0x0b09e0c0,0xf4617e08,0x6cbf2780,0x54281e45,0xcd21afeb,0xe52ee789,0x2507802d,0xe06eb702,0x9f0900ec,0x380d4fdc,0x3fb00405,0x700fffcf,0xb800cfd1,0xfa3fd3f3,0x90560170,0xfecf64ff,0x0fd904b0,0x0c0820ba,0xf4b17e08,0xacbf27b0,0x53282e49,0xcd41aceb,0xe52ee789,0x25075030,0xe03eb302,0x9f14014c,0x360d2fda,0x3fa00405,0x100effcf,0xb700dfce,0xfa6fd6f3,0x90550170,0xfe9f67ff,0x2fd304a0,0x0c06c0b4,0xf5418008,0xbcbf27a0,0x51283e4b,0xcd41aaeb,0xc52de769,0x2306e02b,0xe03eb302,0x8f1a01ac,0x320cefd6,0x3f800304,0x800cffcf,0xb900cfcb,0xfabfd8f3,0x90530190,0xfebf61fe,0xdfc80520,0x130590ae,0xf5d18308,0xdcc027a0,0x4f285e54,0xcd71a2eb,0x752ae729,0x1f06702b,0xe01eb402,0x3f13021c,0x350d4fd2,0x3fc00203,0xc00affcf,0xbd00cfca,0xfb0fd7f3,0xa04e01c0,0xff1f55fe,0x4fbb05d0,0x1d0450a8,0xf6318308,0xdcc027d0,0x4e285e5e,0xcdc198eb,0x852be739,0x1b06102d,0xdffeb001,0xff03028c,0x3d0e5fd1,0x40300202,0xf008ffcf,0xc200bfcd,0xfb5fdaf3,0xb04601a0,0xfeff54fe,0x5fb505e0,0x1d0350a3,0xf6918408,0xecc027c0,0x4c285e58,0xcda19deb,0x852be739,0x2306e02b,0xe01eb402,0x4f05030c,0x3a0edfcd,0x40200102,0x7006ffdf,0xc400afc9,0xfb7fd8f3,0xd0450150,0xfe9f57fe,0x9fb005b0,0x1a02809b,0xf6f18408,0xecc027a0,0x4d285e4b,0xcd51a9eb,0x5529e6f9,0x32088020,0xe18ebb02,0x0f0e037c,0x350f0fc5,0x3fe00102,0x2006ffdf,0xca009fc6,0xfb6fd7f3,0xc04600f0,0xfe5f5afe,0xbfab0590,0x18020092,0xf7518408,0xecc12790,0x4f287e47,0xcd31aeeb,0x4528e6e9,0x3608a020,0xe20ec302,0xbf1503ec,0x330f1fbe,0x3fc00101,0xd005ffdf,0xd0008fc3,0xfb6fd3f3,0x904500f0,0xfe3f5afe,0xcfa60590,0x1701d08c,0xf8218408,0xccc02770,0x4f288e4d,0xcd51a8eb,0x4529e6f9,0x38080027,0xe1eec002,0xff1f044c,0x310f6fba,0x3fb00001,0x7004ffef,0xd3007fbe,0xfb7fd5f3,0x604300f0,0xfe3f5afe,0xdf9f05a0,0x1601b080,0xf8f18308,0x8cbe2760,0x4f288e52,0xcd71a3eb,0x5529e6f9,0x38077023,0xe21ebe02,0xef29048c,0x2f0fdfb8,0x3fa00000,0xf002ffef,0xd7007fba,0xfb9fdaf3,0x00410100,0xfdef5bfe,0xbfa00590,0x17016072,0xf9c17f08,0x6cbe2750,0x51289e4d,0xcd51a7eb,0x4529e6f9,0x3907901d,0xe26ec002,0xbf31051c,0x30107fb1,0x3fe00000,0x8001ffef,0xda006fb6,0xfbafdcf2,0xc0420100,0xfd6f5dfe,0x8fa50580,0x19014062,0xfad17c08,0x5cbd2720,0x5228ae4c,0xcd51a9eb,0x5529e709,0x3b07f01f,0xe25ebc02,0xaf37059c,0x3310efa7,0x40400000,0x8001ffef,0xdc006fb4,0xfb9fdcf2,0x904300f0,0xfd2f5efe,0x8fa505a0,0x17017055,0xfc217b08,0x3cbc26f0,0x5128ae4e,0xcd51a7eb,0x752ae719,0x3b08101e,0xe23eb902,0xdf3105dc,0x33110fa2,0x40400000,0x7001ffef,0xdf005fb9,0xfbbfddf2,0x804000f0,0xfcef5ffe,0x9fa70590,0x1501b049,0xfdb17a08,0x2cbb26e0,0x5128ae4b,0xcd41a9eb,0x652ae719,0x3c08501c,0xe21ebb02,0xff28060c,0x32112f9e,0x40300000,0x6001ffef,0xe0005fbd,0xfbefdbf2,0x803f00f0,0xfcaf61fe,0xcfa80570,0x1102303d,0xff617c08,0x3cbc26f0,0x4f28be4b,0xcd41aaeb,0x5529e709,0x3f08601f,0xe21ebc02,0xaf30061c,0x30112f9a,0x40100000,0x9001ffef,0xe0005fbb,0xfbffdcf2,0x904000d0,0xfc9f63fe,0xdfa70550,0x0c030033,0x01517e08,0x5cbe2720,0x4e28be50,0xcd61a5eb,0x652ae719,0x3b084020,0xe21ebc02,0xbf3405fc,0x2f10ff99,0x40000000,0xc002ffef,0xe1005fba,0xfbffddf2,0xa04000d0,0xfc8f62fe,0xdfa60550,0x0b037024,0x03317e08,0x5cbd2730,0x4f28ae56,0xcd819feb,0x6529e709,0x3908001d,0xe1bebe03,0x3f3205ec,0x3010ef9a,0x40100001,0x0002ffef,0xe0005fbb,0xfbdfdcf2,0xa04200e0,0xfc9f5ffe,0xdfa40570,0x09042018,0x05817c08,0x8cbe2750,0x4f28be50,0xcd51a5eb,0x6529e709,0x38081018,0xe17ebd03,0x4f2e05cc,0x30110f9d,0x40000001,0x2003ffef,0xdb006fbc,0xfbcfddf2,0xb0430100,0xfc8f5ffe,0xefa305a0,0x0604c00a,0x07717d08,0xacbf2740,0x4c289e49,0xcd21aceb,0x752ae729,0x37086013,0xe19ebb03,0x1f2b05bc,0x3010ef9e,0x40000001,0x5003ffef,0xd9006fbd,0xfbcfdbf2,0xc04500f0,0xfc7f5ffe,0xdfa205b0,0x05055ffe,0x08f18008,0xbcbe2740,0x4c288e4a,0xcd21abeb,0x752ae729,0x3a083015,0xe17eba03,0x4f2b05ac,0x3110bf9e,0x40100001,0x7004ffef,0xd8006fbc,0xfbcfdaf2,0xd04600e0,0xfc5f60fe,0xdfa305a0,0x04064ffa,0x0a418008,0xbcbd2740,0x4c288e4d,0xcd31a8eb,0x752ae719,0x3e07f01c,0xe13eb903,0x8f2e059c,0x3110cf9d,0x40100101,0xa004ffef,0xd7007fb9,0xfbdfdaf2,0xe04600c0,0xfc4f60fe,0xdfa505a0,0x0406dff9,0x0af18008,0xccbe2760,0x4e289e4c,0xcd31a9eb,0x652ae709,0x4107f022,0xe12eba03,0x3f2705ac,0x3110ff9c,0x40200101,0x9004ffef,0xd7007fb8,0xfc1fd5f2,0xe0430070,0xfc3f61fe,0xdfa70580,0x0506eff8,0x0ae17f08,0xccbe2770,0x4f289e4a,0xcd31aaeb,0x4529e6e9,0x3f08201f,0xe15ebc02,0xff2805bc,0x3110ef9b,0x40200001,0x8004ffef,0xd7007fbe,0xfc3fe0f2,0xf0420060,0xfc2f63fe,0xdfa80550,0x0506eff8,0x0ad17e08,0xccbf2760,0x4e28ae4d,0xcd51a8eb,0x5529e6f9,0x3c08301b,0xe14ebb03,0x1f2b05bc,0x3110bf9a,0x40200001,0x8004ffef,0xd8007fc2,0xfc4fe6f2,0xf0400070,0xfc3f64fe,0xdfa80540,0x0506dff6,0x0ac17e08,0xccbf2750,0x4d28ae4d,0xcd51a8eb,0x852be729,0x3b08301a,0xe12eba03,0x3f2a05ac,0x31108f99,0x40100001,0x9004ffef,0xd9006fc1,0xfc2fe3f2,0xf03f00b0,0xfc6f63fe,0xdfa50570,0x05068ff4,0x0a817f08,0xacbf2730,0x4a28ae50,0xcd61a5eb,0x852be739,0x3a08201a,0xe11eba03,0x2f28057c,0x31109f9c,0x40100101,0xa004ffef,0xd9006fc0,0xfbffe0f2,0xe03f00f0,0xfc6f63fe,0xcfa60580,0x06065ff3,0x0a717e08,0xacbe2740,0x4928ae4f,0xcd61a6eb,0x752ae719,0x3908401a,0xe12ebc03,0x0f2c056c,0x3210ef9d,0x40200101,0xc005ffef,0xd9006fbd,0xfbcfddf2,0xd04100e0,0xfc6f63fe,0xcfa70580,0x07066ff0,0x0a217d08,0xbcbd2760,0x4b28ae4f,0xcd61a6eb,0x5529e709,0x3c08501c,0xe13ebe02,0xef2e055c,0x3310ef9d,0x40300101,0xe005ffef,0xd8006fbf,0xfb8fe0f2,0xc04300f0,0xfc7f61fe,0xbfa705a0,0x08067fed,0x09d17f08,0xccbd2750,0x4d289e4a,0xcd31aaeb,0x5529e709,0x3f08301e,0xe0eebd03,0x6f2d054c,0x3310ef9e,0x40300102,0x1005ffef,0xd8007fc0,0xfb5fe3f2,0xd04200e0,0xfc7f60fe,0xbfa705d0,0x07067feb,0x09b18108,0xdcc02740,0x4c288e40,0xccf1b4eb,0x652ae709,0x3e08601c,0xe0cebe03,0xbf28054c,0x33106f9e,0x40400102,0x1005ffef,0xd7007fc2,0xfc2fe1f3,0x204400c0,0xfc6f61fe,0xcfa705d0,0x06067feb,0x09c18308,0xfcc12740,0x4b288e3e,0xcce1b6eb,0x752ae729,0x3f08601b,0xe0cebf03,0xaf27055c,0x330fef9e,0x40500102,0x1005ffef,0xd5007fc4,0xfbbfe3f3,0x504600e0,0xfc6f61fe,0xbfa805b0,0x07066fed,0x0a018109,0x0cc12770,0x4d288e3e,0xcce1b6eb,0x752be729,0x3d08a01c,0xe0debf03,0x9f28055c,0x340fdf9c,0x40700102,0x2006ffef,0xd6007fc6,0xfbffe4f3,0xa04b0080,0xfc6f61fe,0xcfa905a0,0x06064fec,0x0a517f08,0xecc02780,0x4d288e43,0xcd01b1eb,0x5529e6f9,0x3c086020,0xe0eec303,0x5f2b054c,0x330fdf9a,0x40700102,0x6006ffef,0xd8007fc7,0xfbdfe8f3,0xb04b0060,0xfc5f62fe,0xcfaa0590,0x07066fee,0x0a618008,0xdcbd2790,0x4e288e4c,0xcd31a9eb,0x5529e709,0x40080029,0xe0dec203,0x5f2c054c,0x33100f99,0x40600102,0xb007ffef,0xd7007fc7,0xfbafeaf3,0x80460070,0xfc4f63fe,0xbfab05a0,0x08066fef,0x0a618008,0xdcbd2770,0x4d289e48,0xcd11adeb,0x3528e6e9,0x42082025,0xe0dec403,0x4f2e054c,0x340f9f99,0x40700102,0xc007ffef,0xd5007fc7,0xfb8feaf3,0xc04800a0,0xfc5f63fe,0xcfaa05a0,0x07066fef,0x0a917f08,0xecbd2760,0x4c28ae48,0xcd11adeb,0x2528e6c9,0x41080020,0xe0fec603,0x3f2c054c,0x340fbf9b,0x40600102,0xb007ffef,0xd3007fc7,0xfb7fe7f3,0xa04500c0,0xfc4f63fe,0xcfac0590,0x08067ff0,0x0ab17e08,0xfcbd2750,0x4c28ae4c,0xcd41a9eb,0x5529e6f9,0x4307b01e,0xe10ec603,0x7f2b054c,0x330f9f9a,0x40600102,0xc007ffef,0xd2008fc6,0xfb3fe6f3,0xa04300d0,0xfc3f65fe,0xcfae0580,0x09066fef,0x0aa18108,0xfcc02740,0x4d289e43,0xcd11b1eb,0x5529e6f9,0x3f08101c,0xe17ec803,0x7f2a054c,0x330f3f99,0x40700202,0xe008ffdf,0xd0008fc6,0xfb0fe3f3,0xe04700f0 +}; + +u32 ANIM_ENTRY_startled_and_looking_around[] = +{ + 0xfebfa8ff,0x1fcb07e0,0x1b00502e,0xffd14f07,0xfcb2264f,0xff29bdca,0xcad225f0,0xc4dbed4a,0x4e082f8a,0xe7df4106,0xef51029c,0x280fbfe7,0x3fc00405,0x200effaf,0x9e011fcb,0xfa3fd2f3,0x205f0030,0xfe4f71fe,0xffc90800,0x1d005031,0xffe14c07,0xecb02660,0x0229cdc9,0xcad227f0,0xa4d9ed2a,0x4a083f86,0xe7df4006,0xff4b024c,0x2b101feb,0x3ff00405,0x400effaf,0x9e011fcd,0xfacfd4f3,0x30590050,0xfdff61fe,0xffcb07f0,0x1e007031,0xffe14a07,0xecb02670,0x0229cdc7,0xcac228f0,0x94d9ed2a,0x49084f84,0xe7ef4006,0xef4a024c,0x2b102fea,0x40000405,0x600effaf,0x9e011fce,0xfb0fd5f3,0x30570040,0xfd9f66ff,0x1fd007b0,0x1c009030,0xffc14b07,0xecb12670,0x0029bdc5,0xcac22af0,0xb4daed3a,0x4a084f84,0xe80f4206,0xbf50028c,0x290fffe5,0x3fd00405,0x700fffaf,0x9e011fce,0xfb0fd5f3,0x30580020,0xfd6f6dff,0x3fd40780,0x1b00b02f,0xffb14c07,0xecb1266f,0xfe29adc3,0xcac22cf0,0xd4dbed5a,0x4c084f85,0xe82f4306,0x8f5402cc,0x270fbfe2,0x3fc00405,0x800fffaf,0x9e011fce,0xfaffd5f3,0x30570010,0xfd7f6cff,0x2fd407b0,0x1b00a02f,0xff814e07,0xecb1263f,0xfd29adc2,0xcac22df0,0xd4dced5a,0x4b083f83,0xe81f4306,0xaf5202bc,0x280f9fe2,0x3fc00405,0x800fffaf,0x9e011fce,0xfaffd4f3,0x30570030,0xfd9f6aff,0x1fd307f0,0x1c00802f,0xff615107,0xecb1261f,0xfc29bdc2,0xcac22df0,0xe4dbed6a,0x4a081f81,0xe7ff4306,0xdf4f02ac,0x290f9fe3,0x3fd00405,0x700fffaf,0x9d011fce,0xfb0fd3f3,0x30570060,0xfdaf69ff,0x1fd20800,0x1c008030,0xff515107,0xecb2261f,0xfd29bdc0,0xcab22ff0,0xe4dbed6a,0x4a081f83,0xe7df4406,0xff4d029c,0x2a0f9fe4,0x3fd00405,0x800fffaf,0x9d011fce,0xfb0fd3f3,0x40570070,0xfd9f69ff,0x0fd307f0,0x1d00b033,0xff515007,0xfcb2262f,0xfe29adbc,0xcaa233f0,0xe4dbed6a,0x4a083f87,0xe7cf4507,0x0f4d029c,0x2a0fbfe4,0x3fe00405,0x800fffaf,0x9d011fcf,0xfaffd3f3,0x40570060,0xfdaf69ff,0x0fd207d0,0x1c00e034,0xff615108,0x0cb3264f,0xff29adbd,0xcaa232f0,0xd4dbed5a,0x4d080f91,0xe7cf4707,0x1f4e028c,0x2a0fbfe4,0x3fe00405,0x900fffaf,0x9d011fcf,0xfaefd4f3,0x50570050,0xfddf6dff,0x1fcd07a0,0x1b010033,0xff615907,0xfcb7264f,0xfe29adcf,0xcb0221f0,0xd4dbed5a,0x5906afae,0xe7ef4707,0x1f54026c,0x2a0f8fe7,0x3fe00405,0x800fffaf,0x9e011fcf,0xfaffd6f3,0x50560050,0xfe0f71ff,0x1fc70770,0x19013030,0xff716407,0xfcbc264f,0xfb29ade5,0xcb720bf0,0xd4dbed5a,0x6604efcf,0xe80f4707,0x1f5a023c,0x2a0f4fea,0x3fd00405,0x700fffaf,0x9f011fcf,0xfb0fd8f3,0x50560040,0xfe2f73ff,0x2fc30760,0x1801502e,0xff716a08,0x0cbf265f,0xfa29adec,0xcb9204f0,0xd4dbed5a,0x69046fd8,0xe80f4807,0x2f5d021c,0x2a0f2fec,0x3fd00405,0x700fffaf,0xa0010fcf,0xfb0fd8f3,0x40560030,0xfe4f73ff,0x2fc10770,0x1701902c,0xff616c08,0x1cc1264f,0xf929bde6,0xcb820af0,0xd4dbed5a,0x6204cfcf,0xe80f4a07,0x3f5c020c,0x2a0f3fec,0x3fd00405,0x600fffaf,0xa0010fcf,0xfaffd8f3,0x40560020,0xfe5f73ff,0x2fbf0780,0x1601b02b,0xff616b08,0x3cc1264f,0xf829bddb,0xcb4215f0,0xd4daed5a,0x5a057fc0,0xe80f4b07,0x3f5c01fc,0x2a0f4fed,0x3fd00405,0x600effaf,0xa1010fcf,0xfaefd8f3,0x40560010,0xfe5f73ff,0x2fbf0770,0x1501d02c,0xff516208,0x5cbd264f,0xf829bdc5,0xcae22af0,0xd4dbed5a,0x5306afaa,0xe7ff4907,0x3f5c01ec,0x290f4fed,0x3fc00405,0x600effaf,0xa2010fcf,0xfaefd9f3,0x40560020,0xfe6f74ff,0x3fbe0760,0x1401e02d,0xff515808,0x8cb8265f,0xf929bdac,0xca7243f0,0xe4dced6a,0x4e080f91,0xe7ff4607,0x2f5d01ec,0x280f3fed,0x3fc00405,0x600effaf,0xa2010fcf,0xfaefdaf3,0x40570020,0xfe7f74ff,0x3fbd0760,0x1401f02d,0xff715308,0x9cb6265f,0xf829bda1,0xca424df0,0xe4dced6a,0x4b088f87,0xe7ef4507,0x2f5d01dc,0x290f3fee,0x3fc00405,0x500effaf,0xa2010fd0,0xfaefdaf3,0x40570020,0xfe9f73ff,0x2fbb0770,0x1401f02e,0xffa15508,0xacb7264f,0xf729cda1,0xca424df0,0xe4dced6a,0x4a086f85,0xe7ef4607,0x3f5c01cc,0x2a0f3ff0,0x3fd00405,0x400effaf,0xa1010fd0,0xfb0fdaf3,0x40580010,0xfebf72ff,0x0fb90780,0x1502002e,0xffd15908,0x9cb9264f,0xf729dda8,0xca6246f0,0xd4dbed5a,0x4c07ef8b,0xe7ef4807,0x4f5a01ac,0x2b0f4ff3,0x3ff00405,0x300effaf,0x9f011fd0,0xfb1fdaf3,0x40590010,0xfeef70fe,0xffb707a0,0x1502102f,0xfff16108,0x6cbd264f,0xf829ddbb,0xcab234f0,0xd4dbed5a,0x5506afac,0xe7df4b07,0x8f58017c,0x2d0f7ff5,0x40000405,0x500effaf,0x9f010fcf,0xfb1fd9f3,0x505a0000,0xff1f6efe,0xefb607c0,0x1602202f,0x00016b08,0x1cc3263f,0xf929cdd3,0xcb121df0,0xd4dbed5a,0x62052fd7,0xe7cf4f07,0xbf57014c,0x2e0faff7,0x40200405,0x700fffaf,0xa0010fcf,0xfb1fd8f3,0x505bfff0,0xff1f6efe,0xefb607c0,0x1602302f,0x00017008,0x0cc5264f,0xf929cddb,0xcb4214f0,0xc4dbed4a,0x67049fe6,0xe7df5107,0xbf58014c,0x2e0faff7,0x40100405,0x800fffaf,0xa0010fce,0xfb0fd7f3,0x605dfff0,0xfeef71fe,0xffb90790,0x1502202f,0xfff16f08,0x1cc4265f,0xf829bdd9,0xcb3217f0,0xc4dbed4a,0x6604dfe3,0xe7ef5107,0x7f5c016c,0x2d0f6ff5,0x40000405,0x700fffaf,0xa0010fcd,0xfaefd6f3,0x505e0000,0xfebf74ff,0x1fbb0760,0x1402202e,0xffe16d08,0x1cc3265f,0xf829bdd5,0xcb221bf0,0xc4dbed4a,0x65051fde,0xe7ff5007,0x3f5f019c,0x2b0f2ff2,0x3fe00405,0x700fffaf,0xa0010fcc,0xfacfd5f3,0x505e0010,0xfe8f75ff,0x2fbe0760,0x1402202d,0xffd16d08,0x1cc3264f,0xf729bdd5,0xcb221bf0,0xd4dbed5a,0x68050fe0,0xe7df4f07,0x4f5f01cc,0x2a0f0fef,0x3fd00405,0x700fffaf,0xa0010fcd,0xfacfd5f3,0x505d0030,0xfe6f75ff,0x2fc00770,0x1302302b,0xffd16e08,0x1cc2262f,0xf629cdd6,0xcb221af0,0xe4dced6a,0x6904ffe2,0xe7bf4d07,0x6f5d01ec,0x2a0effed,0x3fd00405,0x600fffaf,0xa0010fce,0xfadfd5f3,0x505d0050,0xfe5f74ff,0x2fc10770,0x1402402b,0xffc16e08,0x0cc2261f,0xf629cdd7,0xcb2219f0,0xf4dced7a,0x63054fd8,0xe79f4a07,0x8f5c01fc,0x2a0effec,0x3fd00405,0x600effaf,0xa0010fce,0xfadfd4f3,0x505c0060,0xfe7f73ff,0x1fc10780,0x1602302d,0xffc16d07,0xfcc2262f,0xf729cdd9,0xcb3217f0,0xe4dced6a,0x5305ffbe,0xe79f4507,0xbf5a01fc,0x2b0f1fed,0x3fe00405,0x600effaf,0xa0010fcd,0xfacfd3f3,0x505c0050,0xfe8f71ff,0x0fc10780,0x1702202f,0xffb16c07,0xfcc1263f,0xf829cddb,0xcb3215f0,0xd4dbed5a,0x4506afa5,0xe79f4007,0xdf5901fc,0x2c0f2fee,0x3ff00405,0x600effaf,0xa0010fcd,0xfabfd3f3,0x505c0050,0xfe7f72ff,0x0fc10760,0x1602202d,0xff916a08,0x0cc1264f,0xf829cddc,0xcb4214f0,0xd4dbed5a,0x3e06ef95,0xe79f3b07,0xdf5b020c,0x2c0f2fed,0x3ff00405,0x400effaf,0xa0010fcc,0xfacfd2f3,0x605c0040,0xfe7f73ff,0x1fc10740,0x1602102d,0xff816808,0x1cbf266f,0xf829cddd,0xcb4212f0,0xe4dced6a,0x39070f89,0xe7bf3907,0xaf5d021c,0x2b0f1fec,0x3fe00405,0x200effaf,0xa0010fcb,0xfadfd1f3,0x705c0020,0xfe7f71ff,0x0fc20750,0x1801e03d,0xffd16708,0x1cbe265f,0xfa29ade0,0xcb5210f0,0xf4dced7a,0x3606ff83,0xe7af3707,0xcf59021c,0x2c0eafed,0x3fd00405,0x400effaf,0x9f011fcc,0xfaefd2f3,0xb05e0010,0xfe7f6bfe,0xffc50790,0x1c01a066,0x00716707,0xfcbc263f,0xfd298de2,0xcb520ef0,0xf4dced7a,0x3506cf82,0xe77f3308,0x5f4d01ec,0x2d0defee,0x3fd00405,0x900fffaf,0x9d011fd0,0xfaffd4f3,0xe05f0060,0xfe9f68fe,0xdfc90800,0x220100a0,0x01016a07,0x8cbb25df,0xfe296dea,0xcb8206f0,0xe4dced6a,0x3406bf83,0xe75f3208,0x9f45015c,0x2f0d0ff4,0x3fd00506,0x6011ff9f,0x94013fd3,0xfabfd5f4,0x406300b0,0xfeef69fe,0xafcd0900,0x28ff6106,0x01317706,0x4cb924ef,0xfa295e03,0xcbe1eff0,0xb4daed3a,0x3006ff86,0xe76f3908,0x5f47ff9c,0x340c100a,0x3ff00a08,0xb018ff6f,0x78018fd2,0xf9cfd4f4,0xf06d00d0,0xff4f6dfe,0x8fd30a30,0x2ffd517f,0x01518604,0x9cb723cf,0xf2294e20,0xcc71d2f0,0x84d8ed0a,0x2d074f8a,0xe79f4207,0xcf4bfd4c,0x3a0b2025,0x40300f0b,0xf021ff2f,0x5201ffd1,0xf87fd1f5,0x907b0100,0xff2f73fe,0x7fe10b30,0x35fbd1c5,0x01319103,0x6cb7231f,0xec291e2c,0xcca1c7f0,0xf4dced7a,0x2d076f87,0xe7bf4607,0x6f43fc0c,0x410ad033,0x4050140e,0x7029feef,0x35024fd7,0xf76fcdf5,0xf08a0100,0xfe7f7bfe,0x8ff80c10,0x3bfa91f2,0x00f19802,0x7cb922bf,0xe628de29,0xcca1c9f2,0x14e7ee9a,0x33074f7f,0xe7ef4207,0x3f2bfb8c,0x4a0b0036,0x40601a10,0x802ffebf,0x1d029fe5,0xf66fc7f6,0x309800a0,0xfddf87fe,0xa00a0c80,0x40f9e20e,0x00b19c02,0x0cbb22af,0xe428ae27,0xcc91cbf2,0xc4eeef3a,0x36072f78,0xe80f3f07,0x3f1bfb1c,0x4f0b2036,0x40601e12,0x2034fe8f,0x0d02cff0,0xf5afc3f6,0x40a00060,0xfdbf9afe,0xb0100bf0,0x43fa1218,0x00a19d02,0x4cbe22ef,0xeb28be2d,0xcca1c6f2,0x44e9eeca,0x32072f74,0xe82f3e07,0xcf24fa7c,0x4e0ab035,0x40502113,0x1037fe7f,0x0902dff3,0xf55fc0f6,0x00a00060,0xfdafaffe,0xc0100b00,0x45faa21a,0x00a19c02,0xdcc1235f,0xf528ee33,0xccd1c0f1,0x54e0edda,0x2b071f73,0xe85f3d08,0x9f35f9ec,0x4a0a1033,0x40302313,0xb039fe8f,0x0b02cff4,0xf55fbff5,0xc09e0030,0xfd9fb9fe,0xc0140ae0,0x49fa921f,0x00619e03,0x5cc5237f,0xf8292e35,0xccd1bff0,0xc4daed4a,0x29070f72,0xe86f3f08,0xef3ff9ac,0x480a002f,0x40402414,0x003afe8f,0x0d02cff6,0xf56fc3f5,0xa09e0000,0xfd7fbbfe,0xa01b0b60,0x4ffa1227,0x0001a203,0xdcc9236f,0xf5295e32,0xccc1c2f0,0x74d8ecfa,0x2a06df72,0xe86f4408,0xff45f9bc,0x470a502a,0x40602414,0x003afe9f,0x1002bff8,0xf59fcdf5,0x80a0fff0,0xfd6fbcfe,0x80200c00,0x53f97223,0xff91a504,0x3ccc237f,0xf2298e31,0xccc1c2f0,0x44d7ecca,0x2c06bf73,0xe86f4608,0xbf46f9bc,0x480ac028,0x40802414,0x003afe9f,0x1102bffa,0xf5cfd3f5,0x60a1ffe0,0xfd8fbdfe,0x70210c70,0x54f8e1ea,0xfef1a304,0x0ccb23ef,0xf1298e38,0xcce1bcf0,0x74d8ecfa,0x2a06df76,0xe87f4307,0xdf3df96c,0x4c0b102d,0x40b02514,0x503bfe8f,0x0e02cffc,0xf5dfcff5,0x30a1ffc0,0xfdcfbefe,0x50200cd0,0x54f8417c,0xfe219f03,0xccca248f,0xf2297e41,0xcd21b3f0,0xb4daed3a,0x2b06ef78,0xe88f3f06,0xdf2ef8ec,0x530b6034,0x40e02614,0xc03dfe7f,0x0802dffe,0xf5efc7f5,0x10a1ff80,0xfe0fc2fe,0x301f0ca0,0x51f7f0ea,0xfd519603,0xdccd251f,0xfb297e48,0xcd41acf0,0x84d9ed1a,0x3b064f73,0xe8bf3f06,0x9f24f84c,0x5a0b303e,0x41102915,0x703ffe5e,0xff02f000,0xf5dfbff5,0x30a0ff40,0xfe3fc9fd,0xf01e0bd0,0x4cf7f006,0xfc718704,0x5cd22590,0x0e297e4c,0xcd61a9f0,0x04d4ec8a,0x6604df62,0xe8ff4307,0x1f1bf77c,0x640a904c,0x41402c16,0x5042fe3e,0xf0032002,0xf59fb5f5,0x60a1ff30,0xfe6fcefd,0xc01e0ae0,0x47f7ef55,0xfbc17e04,0xecdc2600,0x20297e51,0xcd81a4ef,0x54cfebea,0xa303af4f,0xe91f4907,0x6f15f6cc,0x6c09f058,0x41602f17,0x2045fe0e,0xe1035004,0xf56fb0f5,0xb0a5ff40,0xfe7fcefd,0xa0210a10,0x45f79f09,0xfb518505,0x7cec2670,0x2f296e5a,0xcdc19bee,0xb4caeb3a,0xfb039f42,0xe8cf5306,0xbf15f65c,0x70096060,0x41603117,0xc047fdee,0xd6037005,0xf53fb5f6,0x00abff80,0xfe8fcafd,0x90270950,0x44f72ed3,0xfb019006,0x0d0226c0,0x3d295e65,0xce0191ed,0xf4c4ea8b,0x6d043f32,0xe84f5e05,0xcf17f60c,0x72090067,0x41603318,0x4049fdce,0xcb03a007,0xf50fbef6,0x70b1ffd0,0xfe9fc2fd,0xa02c08f0,0x3ff70e9d,0xfb219106,0x3d1726a0,0x46297e6f,0xce4188ed,0x54c0e9eb,0xea04ff16,0xe7ef6205,0xbf13f5cc,0x74090072,0x41703518,0xc04bfd8e,0xba03e007,0xf4ffc2f6,0xf0b3ffc0,0xfeafb6fd,0xb03208f0,0x37f71e6d,0xfbc18a06,0x0d3025f0,0x4829be77,0xce7180ec,0xc4bce95c,0x7d05fef1,0xe79f6206,0x8f08f59c,0x77098083,0x41a03719,0x304cfd3e,0xa3043005,0xf4efc3f7,0x70b5ff60,0xfebfa7fd,0xe0360880,0x2df76e36,0xfc317806,0x5d4325a0,0x5029ee82,0xcec176ec,0x44b9e8dd,0x0206bede,0xe77f6207,0x4ef7f5ac,0x7a0a0092,0x41c03819,0x904efcee,0x8c048004,0xf4cfc3f7,0xf0b7ff40,0xfe7f97fe,0x503c0680,0x1df80dde,0xfbe14108,0x6d4e2650,0x692a2e8e,0xcf316aeb,0xd4b7e86d,0x7c06bee0,0xe7af6707,0x9ee1f60c,0x7b0a409d,0x41a03919,0xf04ffc9e,0x7704c006,0xf49fc4f8,0x50b9ff60,0xfe4f82fe,0xd0410390,0x0df8ad87,0xfb40f50b,0x9d542780,0x882a5e9e,0xcfb15ceb,0x94b6e82d,0xdd065ef0,0xe7ef6d07,0xdec4f6ac,0x7c0a70a7,0x41703a1a,0x4050fc4e,0x65051007,0xf44fc5f8,0xd0bbff70,0xfe5f5eff,0x203d0170,0x08f8dd73,0xfa70c30e,0x9d5228d0,0x9c2a4eb5,0xd0b147eb,0xc4b7e85d,0xea070f08,0xe7bf7107,0xeea2f74c,0x7f0ac0b2,0x41403c1a,0x9051fc2e,0x5b053003,0xf3cfc1f9,0x90bdff40,0xfedf22ff,0x502fffc0,0x0ef89d7e,0xf950a011,0xdd462a50,0xa729fed7,0xd23127ec,0x84bbe91d,0xbe09ef31,0xe72f7307,0xde78f7ec,0x840b10bf,0x41003c1a,0xb052fc0e,0x57054ffa,0xf31fb1fa,0x70c1ff80,0xff3ee5ff,0x7024fe60,0x15f81d94,0xf8608813,0xed3d2b40,0xad297eee,0xd34112ec,0xf4bee98d,0x9d0bcf49,0xe6ff7407,0xde57f86c,0x880b90c8,0x40e03f1b,0x3054fc0e,0x55055ff2,0xf26fa7fb,0x30c7fff0,0xff3eadff,0x9021fd90,0x1df76db6,0xf7c07c14,0x4d3d2b20,0xaf28deee,0xd34112ec,0xb4bce94d,0xa50aef43,0xe83f7608,0x3e46f8bc,0x890c60cd,0x40e0451c,0x7059fbfe,0x53055feb,0xf1afb2fb,0xc0cd0020,0xff1e7bff,0xa021fcf0,0x23f69de7,0xf7407613,0xfd432a70,0xae281ee5,0xd2c11aec,0x04b7e89d,0xba092f32,0xea1f7708,0xae3cf8ec,0x8a0d30cf,0x41004c1e,0x1060fbfe,0x51056fe6,0xf0ffc5fc,0x50d20070,0xff0e5cff,0x7024fbe0,0x26f60e24,0xf7307112,0xfd512980,0xaf27bed7,0xd22127ea,0xa4b0e74d,0xca081f1d,0xeb4f7708,0x9e3bf91c,0x8e0d60d0,0x4140521f,0x1065fbde,0x4b058fe2,0xf05fcafc,0xc0d90080,0xff0e4bff,0x002afa40,0x24f5ae74,0xf7806b10,0xcd6b2820,0xb427bebf,0xd1113de8,0x64a6e50d,0xd6075f03,0xebef7408,0x1e44f93c,0x960ce0d2,0x4190551f,0xb068fb9e,0x4105bfde,0xefcfc7fd,0x40e10080,0xff3e3dfe,0x902ef970,0x24f4fee3,0xf7c06f0d,0xbd862640,0xb1278eae,0xd0414de6,0x349de2dd,0xe806fef2,0xec6f7407,0x7e4cf95c,0x9b0c80d2,0x4200571f,0xf069fb7e,0x3905dfd9,0xef5fc1fd,0x90e50090,0xff8e2dfe,0x002efad0,0x2bf3bfb6,0xf7a08709,0x3d9f2370,0x9626ceab,0xd00150e4,0x8497e12e,0x08072ef7,0xecff7d06,0xbe4df9ac,0x9d0c80d3,0x4260551f,0x7067fb6e,0x3705efcf,0xeeffb8fd,0xd0e400b0,0xffee21fd,0x802cfd60,0x33f210c4,0xf750ae03,0x4db61fd0,0x6a25ceac,0xcfe14fe3,0x3492dfde,0x3307cf06,0xed8f8905,0xee4cf9fc,0x9c0ca0d2,0x42c0501e,0x9064fb7e,0x3805dfc3,0xeebfadfd,0xe0e200f0,0x004e21fd,0x302e0030,0x35f0618b,0xf6a0d8fd,0x0dc21be0,0x39250ea6,0xcf9155e2,0xb491df6e,0x64084f12,0xedef9005,0x4e54f9ec,0x9b0cc0cf,0x43104d1d,0xf061fb9e,0x4105bfbd,0xeedfabfd,0x90dd0130,0x00ae2ffd,0x003303a0,0x33eeb232,0xf54108f5,0xedc6175f,0xfc248e98,0xcf0161e3,0x0491dfbe,0xa208df1d,0xee2f9304,0xde63f98c,0x9a0cf0c8,0x43504b1d,0x905ffbfe,0x52056fba,0xef6fabfd,0x10d50100,0x00ee46fc,0xf0360640,0x2fed429c,0xf4013bef,0xbdc3135f,0xc1240e84,0xce5174e3,0xb493e06e,0xd9092f2c,0xee4f9204,0x9e78f92c,0x980ce0c1,0x4360481d,0x105cfc3e,0x61052fb8,0xefdfa9fc,0xa0cf0060,0x00ce6bfd,0x203607a0,0x2aebd2cf,0xf2d175ea,0xbdb3103f,0x8b239e62,0xcd6195e4,0xa496e15f,0x04096f47,0xee0f8c04,0xee93f8ec,0x920c00ba,0x4310451c,0x8059fc5e,0x68050fb7,0xefff9cfc,0x40cdffa0,0x007e9afd,0x60330880,0x25eac2ef,0xf1d1abe6,0xdd9f0daf,0x5a233e37,0xcc61bde5,0xa499e25f,0x26095f63,0xed9f8305,0x6eb3f8bc,0x8b0ad0b3,0x42a0421b,0xd057fc6e,0x6b04ffb7,0xefef8cfc,0x00d0fee0,0x002ec1fd,0x90310940,0x25eaa2f9,0xf201c1e5,0xad9b0bff,0x36231e0e,0xcb81e5e5,0xa499e26f,0x35087f65,0xed6f7b05,0xcecff89c,0x8509d0aa,0x4250401b,0x5055fc6e,0x6d04ffb8,0xefef85fb,0xc0d4fe60,0xffeee2fd,0x902e09e0,0x2aeb82f4,0xf361c8e5,0xbda40abf,0x1b233de0,0xcaa212e4,0xe497e19f,0x3806bf4f,0xed4f7306,0x2eeaf8ac,0x8108e09f,0x42303e1b,0x0054fc7e,0x6f04ffba,0xefcf85fb,0x70d8fe20,0xffaefafd,0xa02a0a70,0x30ec62ee,0xf4b1c1e6,0x9db40a2f,0x07236dcb,0xca7226e3,0x9492e04f,0x2f055f35,0xed2f7006,0x3efef8cc,0x7c085096,0x42003d1a,0xa052fc7e,0x7104efbd,0xefbf89fb,0x30dffe20,0xff9f06fd,0xf0220b10,0x33ecf2ed,0xf5818fea,0x4dcf0a8e,0xfc237e12,0xcc01e1e1,0x448cde0e,0xfd044f16,0xeccf7805,0xaf09f92c,0x73084090,0x41c03a19,0xf04ffc8e,0x7304dfc0,0xefaf8ffb,0x00e9fe50,0xff8f0bfe,0x501a0bd0,0x36ed42ef,0xf5f135f0,0x9ded0b6e,0xf6238e95,0xcf0165de,0x6485db2e,0xbc035efa,0xec4f8604,0xff0ff98c,0x6b08808b,0x41803719,0x504dfc9e,0x7604dfc4,0xef8f98fb,0x00f1fe70,0xff7f0dfe,0xa01a0ce0,0x3cecd2f2,0xf5a0daf6,0x8dfc0bce,0xef239ef3,0xd2f10edc,0x5480d91e,0xaf03df06,0xebef9004,0xff11f98c,0x6708f080,0x41403919,0xb04efcbe,0x7f04afc9,0xef2f9dfb,0x40f1fe30,0xff5f0afe,0xe0200e80,0x44eb42f8,0xf43073fc,0x8e010bde,0xe6238f44,0xd8e0c5da,0xe47dd7be,0xc5059f49,0xeb9f9a05,0x9f10f92c,0x6409b071,0x41003e1b,0x3053fcee,0x8d047fcd,0xee8fa2fb,0xc0f2fe10,0xff6f0dff,0x00271020,0x4dea42f6,0xf3602102,0x5e000b9e,0xdf238f73,0xdcc09cd9,0x947bd66e,0xd606bf81,0xeb7f9f06,0x3f0df84c,0x680a5063,0x40e0491d,0x505dfd2e,0x9c044fd1,0xedffa1fc,0x00f4fe20,0xffdf1dfe,0xb02811c0,0x57eae2e0,0xf46ff207,0x9dfa0ace,0xd723df7b,0xdd8094d8,0x2479d4fe,0xd4064f91,0xebaf9a06,0x7f07f60c,0x790ac05d,0x41506021,0x1071fd4e,0xa8042fd3,0xedbf94fc,0x00f4fdd0,0x005f37fe,0x402a1340,0x60ec42b3,0xf66fd00c,0x8dee099e,0xd1244f79,0xdd9097d6,0x9477d36e,0xcc052f96,0xec0f8f06,0x8f00f30c,0x8f0b2057,0x41e07b25,0x4089fd6e,0xb3040fd4,0xedaf81fb,0xe0f3fd60,0x005f53fe,0x30311470,0x62ed825c,0xf8cfb610,0xfdda08ce,0xd024bf76,0xdd7099d4,0x4474d11e,0xc3041f96,0xecbf8706,0x3ef7f0ec,0x980bc047,0x42208826,0xd095fd9e,0xc103dfd5,0xedbf75fb,0x90f6fd50,0xffcf73fe,0x70401550,0x5deee191,0xfbffa515,0x1dba082e,0xd5254f70,0xdcf09fd0,0xf472cdde,0xb902df90,0xedaf7e05,0x7eedef6c,0x990c802c,0x42208a27,0x3097fdde,0xd3039fd6,0xedbf6efb,0x40f9fd10,0xff5f91fe,0xa04e15f0,0x58efd0b4,0xfe9f9318,0x3d9207be,0xe0259f6d,0xdcc0a1ce,0x6470cb4e,0xab023f85,0xee7f7804,0xfee4edec,0x970d1012,0x42108826,0xe094fe1e,0xe5035fd6,0xee1f6afb,0x10f8fcc0,0xff7facfe,0xa0571620,0x56ef8fd8,0xffff7b1a,0x5d6107ae,0xf4254f74,0xdda09bcd,0x646fca5e,0x92036f75,0xef1f7705,0x0edfebdc,0x950d2000,0x42107e25,0xa08cfe4e,0xfa031fd4,0xeeef6cfb,0x00f3fcc0,0xffcfc3fe,0x905e1610,0x54eeef11,0x00cf641b,0xcd2a07cf,0x1124cf7d,0xdea093cd,0x446fca3e,0x73055f61,0xef7f7905,0x5edce9cc,0x930ceff2,0x42007023,0xd07ffe8f,0x0f02cfd1,0xf02f70fa,0xf0f0fcd0,0x001fcffe,0x90641600,0x4deebec1,0x010f5b1c,0x2cf7082f,0x34247f78,0xde4098cd,0x246eca1e,0x55062f52,0xef1f7e05,0x4ed7e87c,0x960ccfe4,0x41c06622,0x8077febf,0x1f029fcd,0xf1af6dfa,0xe0f4fcc0,0x005fd4fe,0xc0681600,0x41eece9a,0x009f5a1b,0xacc108df,0x61244f64,0xdc00a9cd,0x346eca2e,0x36060f48,0xedaf8604,0xded2e79c,0x9e0c9fd6,0x41606021,0x8071feef,0x2e025fc8,0xf39f63fa,0xd0f9fca0,0x00afd5fe,0xf06815d0,0x31ef4e8d,0xffcf671a,0x8ca009cf,0x8c245f45,0xd920c4cd,0x446eca3e,0x0e05cf3f,0xec6f8e04,0x9ec9e74c,0xa50c4fcf,0x40d05c20,0xe06dfedf,0x31025fc5,0xf4ff53fa,0xd0fdfcb0,0x010fd5ff,0x205a1570,0x1ef0aeb8,0xfe5f9f17,0xfc9a0b2f,0xae24cf0d,0xd580f7cc,0xb46ec9ad,0xc6058f37,0xebcf9505,0x1eb1e7dc,0xaa0b7fd0,0x40305c21,0x006efebf,0x19029fc6,0xf54f34fb,0x6107fd60,0x014fd4ff,0x604914c0,0x07f26f0e,0xfcbffd13,0xec9c0cef,0xcd257ec8,0xd1b135cc,0x846ec97d,0x71051f30,0xeb7f9c05,0xce97e90c,0xad0a8fda,0x3f705f21,0x7071fe4e,0xe5031fc9,0xf51f12fb,0xf110fe60,0x012fd9ff,0xf04713bf,0xf0f31f67,0xfc10560f,0x1ca30e9f,0xeb261ea0,0xcfe159cf,0x2470cc1d,0x38048f26,0xeb2f9d06,0x2e95ea5c,0xa209fff3,0x3ed06121,0xb073fcce,0x90049fcc,0xf46f05fb,0x3102fec0,0x006fe400,0xd05211ff,0xd5f30fd5,0xfc30b908,0x9cb11030,0x0726be87,0xcf2171d5,0x3476d20d,0x1503ef14,0xeaff9b06,0x4eabebec,0x8309b02c,0x3e106321,0xb074f96d,0xea079fd0,0xf30f05f8,0x50cafe50,0xff9fee01,0x605f0fff,0xc3f2a011,0xfca0fd02,0xdcbc1220,0x26275e7d,0xcef17ada,0x047dd6dc,0xe5030f01,0xeb0f9706,0x5ec0ed7c,0x6d09706c,0x3dc06521,0xe076f4ad,0x530bdfd7,0xf1af0ef6,0x80a2fef0,0xfedff801,0x106b0d5f,0xc0f20008,0xfd211dfe,0xacbd14a0,0x4e280e8d,0xcf616bdb,0xf480d8bc,0x76011ef3,0xebbf9506,0xbecaeeec,0x6d08a0aa,0x3e006a22,0x907beafc,0xe9150ff2,0xf08f4cf6,0xd0a90290,0xfe200000,0x60750aaf,0xc4f12fe9,0xfdf12efb,0x6cba1770,0x7828ceaa,0xd04150dc,0xd483d99b,0xdcfedef6,0xec9f9207,0x1ed0f05c,0x7507e0e7,0x3eb06e23,0x507ee04c,0x9b1f3010,0xef5fa3f7,0x90b90770,0xfe1ff7ff,0xa07408df,0xcbf05fb6,0xff012afa,0x1cb11a20,0x9529aebf,0xd1013ddd,0xa484da5b,0x4efecf10,0xf11f9a07,0xbecdf22c,0x7b08011a,0x3f906922,0xb07ae02c,0x9a1f5015,0xee9fbbf8,0x00c20a00,0xfeafdafe,0xb06807bf,0xd8ef7f54,0x00710bf9,0xdca21cd0,0xa92aaed0,0xd1c12dde,0x2486daca,0xbb01df3c,0xf97fad08,0x8ebff47c,0x82092149,0x40d05a20,0x406dea4c,0xdf15a010,0xee6fb8f8,0x40c70b90,0xff2fc0fe,0x005c066f,0xe3eedeeb,0x01e0e9fa,0x3c941f40,0xb72b7edd,0xd25122de,0xc487db7a,0x6c03ff59,0xec7f8d09,0x7eb6f6fc,0x840ac162,0x41e04a1d,0x405ef3bd,0x400cb00b,0xee6fb4f8,0x20c40bf0,0xff3fb2fd,0xa055045f,0xe9ee8e87,0x0360cbfc,0x4c8c2150,0xbf2c0ee1,0xd2711ee0,0x148adcba,0x65021f5f,0xeccf7c08,0xdeb7f9fc,0x7b0d215b,0x42b03b19,0xf050f8cd,0xd3082006,0xee7fb1f7,0x20af0a00,0xff2faafd,0x804e01cf,0xeeeeae2b,0x0480afff,0x0c872330,0xc42c5ee3,0xd2911ce1,0x848ede2a,0x6cfeaf61,0xed1f5f08,0x8ebefd1c,0x6c0fe149,0x43402e16,0x9044fc7e,0x7c04d000,0xeeafaef5,0xa08d06c0,0xff2fabfd,0xa044feef,0xf2ef9df2,0x043098ff,0xec8024d0,0xcd2c4ef3,0xd3810ee2,0x8491df2a,0x6ffc8f5d,0xed3f5907,0xaecaffac,0x5e11813c,0x43002514,0x703bfe1e,0xd5034ffa,0xeedfa5f4,0x406d0490,0xff3fb6fe,0x3036fb6f,0xf4f1edca,0x01b084ff,0x9c792640,0xd82baf16,0xd5a0eee3,0x5493dffa,0x71fb1f51,0xecdf4a07,0x8edf01fc,0x4e127134,0x41e01e12,0xf035feaf,0x0d02aff5,0xef0f96f2,0xd04d02e0,0xfeffbdfe,0xa02ff8cf,0xf9f37db3,0xffa074ff,0x3c732770,0xe42b1f32,0xd760d5e3,0x9494e03a,0x72fa3f48,0xecdf5506,0xdeea036c,0x4712f129,0x41102012,0x8036fecf,0x27027ff1,0xef6f89f1,0xd0360220,0xfdffb4fe,0xa03af780,0x02f2edae,0xfef068fe,0xec6d2870,0xf32acf3d,0xd810cbe2,0xc491df7a,0x6ffa1f47,0xed8f4305,0x2ee203ec,0x5312e111,0x41603016,0x5045febf,0x1a029fef,0xf01f7ff1,0x402c02c0,0xfccfa3fe,0x704cf6e0,0x0cf1adb0,0xfec05ffe,0xac6a2931,0x032a8f41,0xd850c7e1,0xa48ede5a,0x6afa6f4a,0xee4f3f04,0x2ecf03cc,0x6a1290f6,0x42304a1d,0x205efe6f,0x0102ffee,0xf0ff77f1,0x302503a0,0xfcbf8afe,0x4053f740,0x16f09daf,0xfee060fe,0xec6a2991,0x0e2a5f3c,0xd800cce1,0x948ede4a,0x5ffa9f50,0xeeef4803,0xbeb202ac,0x831260ed,0x42d06822,0x6079fe4e,0xf5031fed,0xf16f75f2,0x601402f0,0xfdbf63fe,0x1051f900,0x20ef9dad,0xff706bff,0xbc6f2991,0x162a1f2c,0xd6d0dae2,0x8490df3a,0x4dfabf5a,0xefbf4103,0xde82ff8c,0xa31240f1,0x43908f27,0x309bfe3e,0xf2032fec,0xf17f77f4,0x30040250,0xfeaf4bfe,0x004ffa50,0x23eebda9,0x00307500,0x6c752981,0x192a0f1e,0xd5c0e7e3,0xa493e05a,0x3ffaff60,0xf03f3c04,0x0e60fc6c,0xb71210f2,0x43c0a229,0x80acfe4e,0xf7031fea,0xf1af7df4,0xa0010310,0xff4f52fe,0x904ffa00,0x17edfda0,0x01107900,0xcc7c2961,0x152a2f17,0xd550ede4,0xc497e16a,0x3ffb2f5d,0xf04f3604,0x7e58fa4c,0xb711a0e7,0x42e08224,0xd08ffe8f,0x0d02cfe9,0xf23f87f3,0xf0000340,0xffaf64ff,0x5050f950,0x04ed5d96,0x01f07b01,0x0c842931,0x0d2a5f12,0xd500f1e5,0xf49be29a,0x44fb6f57,0xf01f2f04,0xce59f87c,0xb01130d7,0x41804b1c,0xd05ffedf,0x2b026fe6,0xf31f94f3,0x5ffe02b0,0xffcf6dff,0x9054f93f,0xfbed6d97,0x02007d01,0x5c882911,0x0d2a3f09,0xd480f9e7,0x64a1e40a,0x45fbaf55,0xf00f2804,0xbe5ff74c,0xb110d0cb,0x40e03218,0xb048feff,0x35024fe0,0xf53f9bf3,0x50010200,0xffaf6fff,0x705df99f,0xf9ee2d9f,0x01607c01,0xac892911,0x1529cefb,0xd3b106e9,0x44aae5ea,0x43fbff56,0xefff2304,0x8e6ef66c,0xb71080c1,0x40e02a16,0x6040feef,0x32024fd6,0xf9df9ef3,0xc0090170,0xff5f6eff,0x3064fa5f,0xfaeecdb5,0x00607e01,0xfc882921,0x1d293ef0,0xd32110ea,0x94b0e73a,0x41fc2f58,0xefef2104,0x4e78f62c,0xbc1040b8,0x40f02715,0x103dfedf,0x2a026fce,0xfc9f9df4,0x50150120,0xfeef64ff,0x0067fbc0,0x00eeee19,0xfec08702,0x5c852971,0x2528aeed,0xd2f113ea,0xd4b1e77a,0x3ffc0f5c,0xf01f1d03,0xae75f73c,0xba0fe0b3,0x40e02514,0xb03cfeaf,0x1902afc9,0xfb8f98f5,0x10280180,0xfe6f59fe,0xe067fd90,0x08eedec2,0xfd009502,0xac8029d1,0x2a280eed,0xd30113ea,0xa4b0e74a,0x3dfbdf60,0xf05f1a02,0xfe6ff8cc,0xb60f80ae,0x40c02614,0xd03dfe7f,0x0402dfc5,0xf97f93f5,0xb03e0260,0xfe4f5bfe,0xd062ff40,0x0fee9f62,0xfbf0a602,0xcc7d2981,0x2327aeed,0xd31113ea,0x94b0e72a,0x3afc3f5f,0xf05f1903,0x2e74f95c,0xb00f50aa,0x40a02614,0xc03dfe5e,0xfa02ffc4,0xf88f93f5,0xe04d02a0,0xfe9f6afe,0xc05600e0,0x14ee3012,0xfb60be02,0x9c7c2861,0x0d275eed,0xd31113ea,0x84b0e71a,0x35fd4f59,0xf01f1b04,0x1e86f92c,0xaa0f50a6,0x40802614,0x903cfe5e,0xf8030fc4,0xf86f98f5,0xb0570200,0xfedf7bfe,0xb04c0280,0x1aedb08c,0xfaf0d302,0x4c7c2730,0xf9271eee,0xd32112ea,0xa4b0e73a,0x32fdef55,0xefbf1e05,0x0e97f8fc,0xa50f20a3,0x40602514,0x403bfe5e,0xf8030fc5,0xf86f9cf5,0xa05d0180,0xff0f88fe,0x604b0440,0x20ed00c1,0xfa60de01,0xac7b2650,0xf226cef2,0xd3510feb,0x44b4e7da,0x36fd3f58,0xef3f1f05,0xae9ff8fc,0xa50e50a0,0x40702313,0xe039fe4e,0xf6030fc5,0xf85f9ef5,0xa06001b0,0xff1f94fe,0x104c05d0,0x26ec60e3,0xf9f0e601,0x0c7a2590,0xef267ef6,0xd3910bec,0x14b8e8aa,0x3afc2f5d,0xeeaf2206,0x3ea6f92c,0xa60d409d,0x40802213,0x4038fe4e,0xf4031fc5,0xf85f9df5,0x90630220,0xff1fa4fe,0x204a0690,0x26ec10fa,0xfa00ed00,0xbc7b2540,0xec264ef7,0xd3b10aec,0x44b9e8da,0x38fc0f60,0xef2f2206,0x5eb7f97c,0xa00c6097,0x40501f12,0x6035fe5e,0xf7030fc2,0xf87f9cf5,0x80670240,0xfeefb8fe,0x804606a0,0x21ec2107,0xfa90f100,0xbc7e2540,0xe8263ef6,0xd3b10aeb,0xe4b7e86a,0x2ffcbf62,0xf0af2105,0xeed3fa0c,0x910b908c,0x3fb01b11,0x0030fe6f,0x0002efbb,0xf8cf97f5,0x606901f0,0xfecfcafe,0xd04206b0,0x1dec6117,0xfb10f600,0xbc812560,0xe7262ef5,0xd3a10ceb,0x84b6e81a,0x26fd4f64,0xf1df2205,0x9eecfa7c,0x860af083,0x3f401810,0x002dfe7f,0x0702dfb6,0xf8ff94f5,0x60690180,0xfecfd5fe,0xe04006d0,0x1fecc131,0xfb110000,0xbc842570,0xea25fef5,0xd3a10beb,0xb4b6e84a,0x21fd2f67,0xf29f1b05,0x1ef9fa9c,0x830a807e,0x3f10170f,0xb02cfe8f,0x0902cfb7,0xf91f94f5,0xb0690130,0xfebfddfe,0xe03e0700,0x24ed4153,0xfae10c00,0xbc862590,0xed25def4,0xd3910ceb,0xf4b8e88a,0x1efcdf69,0xf2cf1505,0x2f02fa9c,0x840a307a,0x3f10170f,0xa02cfe8f,0x0902cfba,0xf91f94f5,0xf06b0120,0xfeafe4fe,0xd03b0750,0x2aee118a,0xfa811301,0x1c8725b0,0xea25beec,0xd33113eb,0xd4b7e87a,0x1cfd3f6d,0xf24f1b05,0xaf07fa9c,0x8509b077,0x3f10170f,0xb02cfe8f,0x0802cfbb,0xf92f93f6,0x206f0160,0xfe8feafe,0xc03507b0,0x30ef31e6,0xf9f11801,0xcc8725c0,0xe025cedc,0xd26122eb,0x64b4e7fa,0x1dfe6f72,0xf18f2905,0xdf08faac,0x88090073,0x3f00170f,0xc02cfe7f,0x0502dfbc,0xf94f8ff6,0x50750200,0xfe7feffe,0xb02d0850,0x36f09225,0xf9a11802,0x7c8625f0,0xd825eed0,0xd1d12eea,0xe4b1e77a,0x1dff8f77,0xf08f3606,0x1f09facc,0x8a08806d,0x3ef0180f,0xd02dfe7f,0x0602dfbc,0xf95f8df6,0x607a0290,0xfe6ff6fe,0xa0200930,0x39f22232,0xf9d10f02,0xec812660,0xd6264ece,0xd1b12fea,0x64afe70a,0x1b003f78,0xef7f3906,0xcf0efafc,0x8c084063,0x3f00180f,0xd02dfe8f,0x0d02cfbe,0xf94f8df6,0x607f02e0,0xfe5ffefe,0x90110a40,0x3bf3f234,0xfa510203,0x4c7c2700,0xd526ced0,0xd1c12dea,0x14ade6aa,0x1600af78,0xee4f3807,0x6f15fb2c,0x8d082055,0x3f10180f,0xc02cfeaf,0x1702afc0,0xf93f8ff6,0x508202f0,0xfe3007fe,0x70080b70,0x3ff5e232,0xfb40f803,0xac7b27a0,0xd6272ecc,0xd1a131ea,0x24ade6ca,0x13010f77,0xed4f2c07,0x1f18fb6c,0x90085049,0x3f50170f,0xa02cfebf,0x1f029fc2,0xf93f8ef6,0x408502b0,0xfdf010fe,0x30020ce0,0x45f7e22d,0xfce0f104,0x1c7e2850,0xd8275ec4,0xd15138ea,0xb4b1e75a,0x0f013f76,0xec1f2306,0x0f17fbbc,0x9508d03d,0x3fb0170f,0x702cfecf,0x26027fc5,0xf96f8af6,0x20850220,0xfda020fe,0x2ffe0dd0,0x47f99222,0xfe30ee04,0x7c8128d0,0xd9279eba,0xd0f141eb,0x44b4e7da,0x0c014f75,0xeb4f1c05,0x1f1cfbec,0x96090030,0x3fe0170f,0x502bfedf,0x2d026fc8,0xf9af86f6,0x00830160,0xfd4040fe,0x9ffe0de0,0x41fac20f,0xfee0f004,0x9c8428f0,0xd627ceaf,0xd0814beb,0x94b5e83a,0x0d012f74,0xeb4f1704,0xcf34fbcc,0x8c086020,0x3f80160f,0x602bfeef,0x37024fcb,0xfa2f85f5,0xe07d0070,0xfce065ff,0x30010da0,0x38fb91f7,0xff40f504,0x9c8728e0,0xd127fea3,0xd00157eb,0xe4b7e87a,0x0f00df74,0xeb9f1404,0xbf52fb8c,0x7d07700f,0x3ee0160f,0x802bff0f,0x41022fce,0xfacf85f5,0xb079ffb0,0xfca07bff,0x60030de0,0x36fc41e4,0xff90f704,0xbc8928d0,0xcd283e94,0xcf8165ec,0x14b8e8ba,0x10007f76,0xeb7f1404,0x9f5efb7c,0x79070003,0x3ec0160f,0x702bff1f,0x4a021fd1,0xfb2f82f5,0x407cffc0,0xfc7087ff,0x30050e70,0x3bfcb1d3,0xffe0f604,0xfc8928b0,0xca287e83,0xcef175ec,0x44b9e8da,0x11ffff79,0xeaef1604,0x8f5efb9c,0x7d070ffa,0x3f10160f,0x302aff2f,0x5201ffd5,0xfb6f7cf4,0xd0830000,0xfc608bfe,0xf0060f30,0x41fd31c5,0x0030f605,0x4c8a28b0,0xc628ae72,0xce7184ec,0x74bae90a,0x11ff9f7d,0xea6f1804,0x6f59fbbc,0x82070ff7,0x3f60150f,0x002aff2f,0x5501ffd8,0xfb7f79f4,0xc086ffe0,0xfca084fe,0xd0021060,0x43fe11b9,0x0090fa05,0xcc9028d0,0xc228de65,0xce0191ec,0x94bbe92a,0x0fffaf81,0xea4f1904,0x2f50fbac,0x8606c000,0x3f70150e,0xd029ff1f,0x4d020fda,0xfb6f7af5,0x0088fff0,0xfcf078fe,0xbffd11b0,0x43fee1b0,0x00f0fe06,0x4c9728f0,0xbf290e58,0xcdb19dec,0xb4bce94a,0x0bffdf85,0xea4f1903,0xef46fb9c,0x8a06600e,0x3f60150e,0xc029feff,0x3f023fdc,0xfb2f7ef5,0x508a0060,0xfd2071fe,0xcffc1210,0x43ff51ab,0x0130fc06,0xac9a2930,0xbe293e4c,0xcd71a8ec,0xa4bce93a,0x05ff7f8c,0xea3f1e03,0xaf46fb9c,0x88062013,0x3f40150e,0xd02afeff,0x3a024fdc,0xfb1f86f5,0x808c00a0,0xfd106efe,0xf00111b0,0x41ff61aa,0x0150f307,0x1c9a29a0,0xc1297e41,0xcd21b3ec,0x74bbe8f9,0xfbfe8f95,0xe9ff2203,0xdf50fb9c,0x8105e012,0x3ef0160f,0x102afeff,0x3a024fdb,0xfb0f94f5,0xc08e00b0,0xfcf06eff,0x20061120,0x3fff71aa,0x0160ed07,0x4c9929d0,0xc2299e38,0xccf1bcec,0x44bae8d9,0xf3fdaf9f,0xe9af2704,0x0f5afb8c,0x7a05a010,0x3eb0160f,0x402bfeff,0x3a023fdb,0xfb0f9ef5,0xe08e00d0,0xfce071ff,0x40081080,0x3effe1a8,0x0170f207,0x3c9b29a0,0xc0298e36,0xcce1beec,0x54bae8e9,0xf0fd1fac,0xe96f2b04,0x8f5ffb8c,0x7705400e,0x3e70160f,0x602bfeff,0x38024fda,0xfb0f9ff5,0xe08b0100,0xfcc077ff,0x50090fc0,0x3d0051a8,0x0180fb06,0xfc9d2940,0xbd296e36,0xcce1beec,0x84bbe919,0xeefcafb9,0xe91f2d05,0x3f63fb7c,0x7504e00d,0x3e50170f,0x802bfeef,0x36024fd9,0xfb0f9cf5,0xd0880120,0xfcd07aff,0x50090f40,0x3b0081aa,0x01710206,0xec9f2910,0xbc294e32,0xccd1c2ec,0xd4bde959,0xebfc8fc3,0xe8bf3005,0x9f65fb6c,0x7304b00e,0x3e30170f,0xa02cfeef,0x34024fd9,0xfaef9af5,0xd0870130,0xfcf07cff,0x60050ec0,0x3a0091af,0x01410706,0xeca12900,0xbc292e2a,0xccb1c9ed,0x24bfe9b9,0xe9fccfc9,0xe84f3305,0x9f67fb3c,0x7104900f,0x3e10170f,0xd02cfeef,0x33025fd9,0xfabf99f5,0xd0870130,0xfd107bff,0x60020ea0,0x3a0051bc,0x01110b06,0xeca228f0,0xbb290e24,0xcc91ceed,0x74c1ea09,0xe7fcffcc,0xe7ef3605,0xbf65fb1c,0x70049011,0x3e00180f,0xf02cfeef,0x33025fd8,0xfa8f99f5,0xd0880130,0xfd4074ff,0x50010f20,0x3dff81e6,0x00e10d06,0xcca128c0,0xba28ee25,0xcc91ceed,0x94c2ea29,0xe7fcffce,0xe7af3606,0x2f5ffb1c,0x7204d013,0x3e101810,0x002dfeef,0x34025fd8,0xfa7f97f5,0xd0870130,0xfd706bff,0x30000fe0,0x41fe8223,0x00d10f06,0xaca02880,0xb728de28,0xcca1cbed,0xa4c2ea29,0xe9fcffcc,0xe76f3606,0xbf57fb1c,0x75054016,0x3e301810,0x002dfeef,0x35024fd7,0xfa8f96f5,0xd0860140,0xfd806bff,0x30021090,0x44fe025a,0x00e11206,0x7c9f2830,0xb128ae2b,0xccb1c8ed,0xb4c3ea49,0xeefdbfc0,0xe71f3606,0xef57fb0c,0x74055016,0x3e201810,0x002dfeef,0x35024fd6,0xfa8f96f5,0xd0860130,0xfd8072ff,0x60051130,0x45fe1292,0x01411906,0x2c9e27d0,0xa7285e2e,0xccc1c5ed,0xd4c4ea59,0xf7ff7fa8,0xe6af3606,0xdf5ffafc,0x6e053015,0x3df01810,0x002dfeef,0x34024fd6,0xfa7f97f5,0xe0870100,0xfd8078ff,0x900911c0,0x47fe12b3,0x01611d05,0xfc9d2790,0x9f281e31,0xccd1c2ed,0xf4c5ea89,0xfe010f92,0xe66f3606,0xaf63fafc,0x6b052013,0x3dd0180f,0xf02dfeef,0x33025fd5,0xfa5f95f5,0xe08700d0,0xfd9079ff,0x800a1250,0x49fdd2b8,0x01111d05,0xec9d27a0,0x9d27fe34,0xcce1bfee,0x44c7ead9,0xfe01ff84,0xe68f3506,0x5f5bfafc,0x6d053014,0x3de0180f,0xf02cfeef,0x32025fd4,0xfa4f8cf5,0xf08700a0,0xfd9078ff,0x600b12c0,0x4afd82b1,0x00811a05,0xec9e27f0,0x9f27fe38,0xccf1bbee,0x94c9eb19,0xfd029f7a,0xe6cf3305,0xff4efafc,0x72055015,0x3e10180f,0xe02cfedf,0x31025fd3,0xfa3f81f5,0xe0870080,0xfd9077ff,0x600c12b0,0x49fd4290,0xffc11306,0x0c9f2860,0xa5281e3b,0xcd11b9ee,0x84c9eb09,0xfe02bf75,0xe70f3305,0x7f47fb1c,0x74057015,0x3e20180f,0xe02cfedf,0x2f025fd2,0xfa3f7bf5,0xe0860080,0xfd8075ff,0x700d1230,0x44fd0226,0xfeb10706,0x3ca02910,0xb1286e3d,0xcd11b7ee,0x14c6eaaa,0x02025f74,0xe76f3404,0xdf43fb2c,0x74057016,0x3e10180f,0xf02dfedf,0x2c026fd2,0xfa3f78f5,0xf0860080,0xfd7070ff,0x700d1170,0x40fd01a0,0xfdd0fa06,0x7ca029a0,0xbd28be3d,0xcd11b7ed,0xa4c2ea3a,0x06021f75,0xe7bf3504,0x7f3efb4c,0x76059018,0x3e201810,0x002dfecf,0x29026fd1,0xfa2f76f5,0xf08600b0,0xfd8066ff,0x200a1090,0x3cfd50fd,0xfd50f006,0xbc9f2a00,0xc4291e38,0xcd01bbed,0x64c0e9fa,0x07023f78,0xe80f3404,0x7f34fb5c,0x7d05b01b,0x3e601810,0x202dfecf,0x27027fd0,0xfa0f74f5,0xe0860120,0xfd8059fe,0xb0060f90,0x39fde04a,0xfd00e606,0xfc9e2a40,0xc9296e31,0xccd1c2ed,0x24bfe9ba,0x08027f7b,0xe85f3204,0xbf2afb7c,0x8705f01f,0x3ec01910,0x302efecf,0x26027fd0,0xf9df74f5,0xd0860190,0xfd804afe,0x70050e60,0x36fe9fc5,0xfce0e107,0x4c9e2a70,0xce298e2a,0xccb1c9ed,0x14bee9aa,0x0802bf7e,0xe8af3204,0xdf21fbac,0x8d064022,0x3f101910,0x302efecf,0x26027fcf,0xf9bf76f5,0xc08701d0,0xfd903afe,0x30050d10,0x31ff8f59,0xfcd0df07,0xac9f2aa0,0xd2297e21,0xcc81d2ed,0x24bfe9ba,0x0702df83,0xe90f2c04,0x6f1afbfc,0x9106b023,0x3f501910,0x202efecf,0x29027fcf,0xf99f7bf5,0xd08901f0,0xfd902afe,0x00040ba0,0x2d004f0c,0xfcc0df07,0xec9f2aa0,0xd5295e1a,0xcc51d9ed,0x24bfe9ba,0x0402ff84,0xe9af2604,0x2f12fc4c,0x94073025,0x3f801810,0x002efecf,0x2b026fce,0xf97f80f5,0xe0890210,0xfdb01bfd,0xe0030a20,0x2900dedd,0xfcd0e108,0x2ca12a90,0xd8294e17,0xcc41dbed,0x04bee999,0xfb02cf81,0xeacf2104,0x9f09fc7c,0x9707902a,0x3fa0180f,0xe02dfecf,0x2a027fcd,0xf97f82f6,0x00850230,0xfde00dfd,0xd0010890,0x25014ebe,0xfcd0e408,0x5ca42a60,0xda292e16,0xcc31dcec,0xc4bce959,0xf2029f7c,0xec0f2005,0x2efefc8c,0x9a07f030,0x3fc0180f,0xd02dfecf,0x29027fcb,0xf98f84f6,0x30820240,0xfe2ffefd,0xbffe0760,0x23018eaf,0xfcb0e408,0x7ca32a60,0xda291e14,0xcc31deec,0x84bbe919,0xf1028f79,0xecef2104,0xeeeefc9c,0x9f086037,0x3fe0180f,0xd02dfecf,0x28027fcd,0xf97f85f6,0x50810260,0xfe8feefd,0x7ff90660,0x2301cead,0xfc60e208,0xaca02a80,0xd8290e12,0xcc21e0ec,0x54bae8e9,0xf902af78,0xed7f2203,0xfed4fc8c,0xa608f03e,0x4020180f,0xe02dfecf,0x28027fd0,0xf96f85f6,0x707f0290,0xfebfe4fd,0x7ff60570,0x2201dead,0xfc10e008,0xbc9c2a80,0xd7290e10,0xcc21e2eb,0xf4b8e88a,0x0102cf77,0xee2f2303,0x5ec2fc7c,0xaa098044,0x4030190f,0xf02efecf,0x27027fd4,0xf94f86f6,0x808002a0,0xfeafe6fd,0xcff90420,0x1b01ceac,0xfbf0de08,0x9c9c2a20,0xd5290e0f,0xcc21e3eb,0x44b4e7da,0x08029f73,0xef8f2803,0xeebffc5c,0xa40a0046,0x3ff01910,0x102efebf,0x23028fd7,0xf93f88f6,0x70840220,0xfe7fecfe,0x4ffd02d0,0x12019eab,0xfbd0dd08,0x6c9c29b0,0xd4290e0e,0xcc21e4ea,0x84b0e71a,0x0d026f6f,0xf1af3c03,0x6ec1fc4c,0x9c0a9047,0x3f901910,0x302efebf,0x1f028fd9,0xf91f8cf6,0x70870170,0xfe5feafe,0x70000250,0x11018ea7,0xfbb0dc08,0x6c9b2990,0xd528fe09,0xcc01e8ea,0x44afe6ea,0x0f026f72,0xf24f3f03,0xfebefc5c,0x990b4046,0x3f801910,0x302efebf,0x1f029fda,0xf90f8ef6,0x70870110,0xfe5fe0fe,0x50020250,0x15019e9e,0xfb70dc08,0xac9929b0,0xd628de01,0xcbe1f0ea,0xb4b1e74a,0x0d02bf7e,0xf25f3c03,0xceb7fcac,0x9a0c0043,0x3fa01910,0x102efecf,0x23028fda,0xf8ef8ff6,0x608600f0,0xfe3fd6fe,0x20040280,0x1a01be97,0xfb50dd08,0xec9829d0,0xd828cdfb,0xcbc1f6ea,0xd4b1e76a,0x0a02ff86,0xf25f3803,0x9eb1fcec,0x9c0ca043,0x3fe01810,0x002dfecf,0x23028fd9,0xf8cf91f6,0x608600f0,0xfe0fccfd,0xf00802c0,0x1f01ce95,0xfb70df09,0x0c9a29b0,0xdd28cdfc,0xcbc1f5e9,0xd4ace67a,0x0902ff84,0xf28f3303,0xdeaefd1c,0x9e0d004c,0x40301910,0x302efeaf,0x17029fd9,0xf89f96f6,0x60880140,0xfdcfc4fd,0xc00d02f0,0x2401ee94,0xfba0e109,0x2c9d29a0,0xe128ddff,0xcbd1f2e8,0xb4a6e55a,0x0802cf7e,0xf19f5405,0x7eaefd3c,0xa10d4057,0x40901910,0x702ffe8f,0x0602cfd9,0xf86f9cf6,0x708901b0,0xfd9fbffd,0xa0100300,0x2801ee92,0xfba0e209,0x3c9f2a00,0xe028edff,0xcbd1f2e9,0x34a8e5da,0x0702cf7b,0xef8f4f05,0xdeadfd5c,0xa30d805c,0x40d01a10,0xa02ffe7e,0xfe02dfd8,0xf84f9ff6,0x708901e0,0xfd7fbdfd,0x801302e0,0x2c01ee8e,0xfb60e209,0x3ca02ae0,0xdb291dfc,0xcbc1f5eb,0x54b4e7ea,0x0602ef79,0xeb7f2003,0xdeaefd6c,0xa50db05b,0x41001a10,0xc02ffe7e,0xfd02dfd8,0xf82fa1f6,0x608801f0,0xfd7fbafd,0x601102f0,0x2f01de8a,0xfb40e309,0x3ca12b90,0xd6293dfb,0xcbc1f6ec,0xf4bde98a,0x04031f78,0xe81f1003,0x2eaafd7c,0xa80df058,0x41101a10,0xc02ffe7f,0x0002dfd7,0xf82f9ff6,0x508701e0,0xfdffb2fd,0x40080390,0x3001de87,0xfb40e509,0x3ca22ba0,0xd3294dfd,0xcbc1f4ed,0x24bee9ba,0x03034f7b,0xe7df0e02,0xce9afd9c,0xac0e8054,0x41201a10,0x702ffe9f,0x0c02bfd7,0xf82f96f6,0x408601d0,0xfe8fa9fd,0x3ffb0450,0x2f01ce86,0xfb50e809,0x2ca32b80,0xd2294e00,0xcbe1f1ec,0xc4bce95a,0x01037f7f,0xe82f0f03,0x2e85fd9c,0xb10f304f,0x41101910,0x102efeaf,0x1b029fd6,0xf83f8bf6,0x408601b0,0xfecfa5fd,0x3ff604a0,0x2f01be86,0xfb60e909,0x2ca32b70,0xd2294e02,0xcbe1efec,0xa4bce93a,0x01038f81,0xe81f1003,0x4e80fdac,0xb10f704c,0x41001910,0x002efebf,0x22028fd5,0xf82f86f6,0x308501a0,0xfe9fa8fd,0x6ff60480,0x2e01ae89,0xfb70e809,0x1ca12b80,0xd5293e03,0xcbe1eeec,0xa4bce93a,0x02037f83,0xe7df1203,0x5e86fd9c,0xad0f504b,0x40d01910,0x202efebf,0x22028fd5,0xf7ef88f6,0x208401b0,0xfe8faafd,0x8ff60460,0x2c019e8b,0xfb80e809,0x1ca12b80,0xd7292e04,0xcbf1edec,0xb4bce94a,0x03036f83,0xe79f1403,0x7e8cfd9c,0xa90f304b,0x40b01910,0x402ffebf,0x20028fd5,0xf7cf8af6,0x208301c0,0xfeafa8fd,0x8ff30480,0x2b018e8b,0xfb90e909,0x1ca22b70,0xd7293e03,0xcbe1eeec,0xd4bce96a,0x03039f84,0xe77f1403,0xbe8dfd6c,0xa80f6050,0x40c01a10,0x502ffebf,0x1d029fd5,0xf7af8cf6,0x208401c0,0xfedfa6fd,0x8fee04c0,0x2a016e8a,0xfba0ea09,0x1ca42b50,0xd5296e02,0xcbe1efec,0xf4bde98a,0x0203bf83,0xe75f1504,0x0e8cfd3c,0xa80fa056,0x40d01a10,0x502ffeaf,0x1a02afd4,0xf7af8df6,0x208401c0,0xfeefa6fd,0x8fee04d0,0x2a015e8a,0xfba0e909,0x1ca62b40,0xd4297e04,0xcbf1edec,0xf4bde98a,0x06036f78,0xe77f1604,0x5e8cfd3c,0xa80fb056,0x40e01910,0x402ffeaf,0x1a029fd3,0xf7af8df6,0x108501d0,0xfebfa7fd,0x7ff004c0,0x2b014e8c,0xfbb0e609,0x1ca72b40,0xd2296e09,0xcc01e8ec,0xe4bde97a,0x0e027f60,0xe7bf1804,0x8e8cfd7c,0xa90f9050,0x40d01910,0x302efebf,0x1e029fd3,0xf7bf8bf6,0x108501e0,0xfe9fa7fd,0x6ff304b0,0x2c014e8d,0xfbb0e409,0x1ca92b30,0xd0296e0d,0xcc11e5ec,0xd4bde96a,0x1401cf4e,0xe7ef1b04,0xce8dfdac,0xaa0f704b,0x40d01910,0x102efebf,0x22028fd2,0xf7bf8af6,0x008501f0,0xfe7fa7fd,0x5ff604b0,0x2d013e90,0xfbe0e309,0x1ca92b30,0xd0296e0d,0xcc11e5ec,0xd4bde96a,0x1601bf4a,0xe7ef1d05,0x2e8efddc,0xaa0f7047,0x40e01910,0x002efecf,0x25027fd2,0xf7af8af6,0x00850200,0xfe6fa6fd,0x4ff804c0,0x2e013e92,0xfc20e309,0x1caa2b20,0xd0297e0c,0xcc11e6ec,0xe4bde97a,0x1501ef4c,0xe7bf1e05,0x7e8efdfc,0xac0f9044,0x4100190f,0xf02efecf,0x27027fd2,0xf79f8af5,0xf0860210,0xfe9fa0fd,0x2ff60530,0x2c014e92,0xfc60e509,0x2cac2b20,0xd0299e0a,0xcc01e8ec,0xe4bde97a,0x12023f54,0xe7af1f05,0x9e86fdfc,0xaf0ff047,0x4120180f,0xe02efecf,0x27027fd1,0xf79f86f5,0xf0870220,0xff0f95fd,0x0fee0610,0x29016e90,0xfca0eb09,0x3cb02b20,0xcf29de07,0xcbf1ebec,0xe4bde97a,0x0d02af64,0xe79f1d05,0x8e72fdec,0xb7109051,0x4170190f,0xe02efebf,0x24028fd0,0xf7af7df5,0xe0870240,0xff4f8ffd,0x0fea0690,0x26018e8e,0xfcc0f009,0x4cb12b30,0xce29fe04,0xcbf1edec,0xe4bde97a,0x08030f71,0xe78f1c05,0x5e68fddc,0xba10e057,0x4180190f,0xe02efebf,0x22028fd0,0xf7bf77f5,0xe0880260,0xfeff97fd,0x4fee0600,0x23016e8f,0xfcb0f009,0x4cae2b40,0xcf29be04,0xcbf1eeed,0x04bee99a,0x06033f77,0xe77f1d05,0x0e77fddc,0xb2106052,0x4130180f,0xe02efebf,0x22028fcf,0xf7bf7df5,0xe0890270,0xfe7fa5fd,0xaff60510,0x21013e90,0xfc80ef09,0x3ca92b60,0xd0295e04,0xcbf1eeed,0x24bfe9ba,0x05034f7a,0xe75f1f04,0xbe90fdfc,0xa70f9048,0x40b0180f,0xf02dfebf,0x23028fcf,0xf7bf87f5,0xe08b0270,0xfe0fadfd,0xcffb0490,0x20011e94,0xfc70ee09,0x3ca52b70,0xd0291e02,0xcbf1efed,0x44c0e9da,0x04036f7c,0xe75f2004,0xde9dfe1c,0xa20f2041,0x40701810,0x002efecf,0x24028fcf,0xf79f8af5,0xf08c0280,0xfdcfaffd,0xcfff0450,0x22011e99,0xfc80ec09,0x5ca22b70,0xcf290e00,0xcbe1f1ed,0x54c0e9ea,0x0503af7e,0xe77f2205,0x6ea0fe5c,0xa20ee03a,0x40601910,0x102efecf,0x25027fcf,0xf77f88f6,0x008d0290,0xfd8fb1fd,0xb0000430,0x24012e9f,0xfc80eb09,0x6ca12b70,0xce28fdff,0xcbd1f2ed,0x64c0e9fa,0x0503cf7e,0xe78f2205,0xeea2fe9c,0xa30eb035,0x40501910,0x302efecf,0x27027fcf,0xf75f84f6,0x108c02a0,0xfd6fb6fd,0xafff03f0,0x26016ea3,0xfc30eb09,0xaca02b80,0xca28fe00,0xcbe1f1ed,0x64c0e9fa,0x0503cf7b,0xe76f2206,0x1ea5fecc,0xa40e7030,0x40401910,0x302efedf,0x2a026fce,0xf74f80f6,0x108a02a0,0xfd6fb9fd,0x9ffc03c0,0x27019eaa,0xfbf0ec09,0xdca02ba0,0xc6290e02,0xcbf1efed,0x64c1e9fa,0x0503bf77,0xe74f2106,0x0ea8fedc,0xa50e402e,0x40301910,0x202efedf,0x2e026fce,0xf74f7cf6,0x20870280,0xfd7fb7fd,0x8ffb03f0,0x2a016ebd,0xfc10ec09,0xbca02bc0,0xc4290e06,0xcc01eced,0x54c0e9da,0x0503cf74,0xe76f2005,0xceaafeec,0xa50e602c,0x40301810,0x002efeef,0x32025fcd,0xf75f7df6,0x20840280,0xfdbfaefd,0x6ffd0490,0x2e00cedf,0xfcb0eb09,0x4ca02bd0,0xc3291e0a,0xcc11e7ed,0x14bfe99a,0x0603ef70,0xe7ef1f05,0x5eaafeec,0xa40eb02d,0x4040180f,0xd02dfeef,0x36024fcc,0xf77f84f6,0x20810280,0xfdffa5fd,0x5ffe0530,0x32005f04,0xfd40eb08,0xfc9f2bd0,0xc1291e0e,0xcc21e4ec,0xf4bfe97a,0x06043f70,0xe82f2005,0x0eabfefc,0xa30f102e,0x4050170f,0x902cfeff,0x3a023fcc,0xf78f8bf6,0x207e02a0,0xfe2fa1fd,0x3ffa05a0,0x35007f28,0xfd90eb08,0xdc9e2bb0,0xbc291e0e,0xcc21e4ed,0x24c0e9aa,0x0504cf77,0xe7df2305,0x1eadff0c,0xa20f502e,0x4050160f,0x202bfeff,0x3e023fcb,0xf79f91f6,0x107c02d0,0xfe5f9ffd,0x2ff50600,0x3800df49,0xfde0eb08,0xcc9b2b70,0xb5290e0c,0xcc11e5ed,0x74c1e9fa,0x03056f81,0xe74f2805,0x5eb0ff3c,0xa00f802e,0x4050150e,0xa029ff0f,0x41022fcb,0xf79f95f5,0xf07a02f0,0xfe7f9dfd,0x0ff206b0,0x3b013f5d,0xfe50ee08,0xac992b00,0xa928fe09,0xcc01e9ed,0xc4c3ea5a,0x0405cf83,0xe71f2a05,0x4eb2ff8c,0x9e0fd02c,0x4060130d,0xe027ff1f,0x46021fca,0xf7df98f5,0xd07702e0,0xfe6f9afc,0xeff107a0,0x3d01bf67,0xfee0f208,0x6c972a50,0x9928de02,0xcbe1efee,0x24c6eaba,0x0705ff7d,0xe73f2b04,0xfeb4001c,0x9e105028,0x4070110d,0x0024ff1f,0x4c020fc9,0xf83f99f5,0xb07302b0,0xfe6f9afc,0xdfef0850,0x3f024f6f,0xff60f708,0x4c9629c0,0x8828cdff,0xcbe1f2ee,0x64c8eafa,0x0a05ff77,0xe75f2c04,0xceb600ac,0x9c108023,0x40600f0c,0x2022ff2f,0x5201efc8,0xf8af98f5,0x906f0290,0xfe7fa0fc,0xdfe90870,0x3e02ef79,0xffc0fd08,0x4c942960,0x7928ce04,0xcbf1edee,0x84c8eb1a,0x0e05bf77,0xe75f2e04,0xdeb700fc,0x9a0ff01f,0x40300e0b,0x601fff3f,0x5a01dfc7,0xf8ef93f5,0x606c02c0,0xfe8faafc,0xffe10840,0x3d038f83,0xfff10208,0x5c932920,0x6b28de0c,0xcc11e5ee,0x94c9eb1a,0x11056f77,0xe74f3105,0x0eb9012c,0x970f201b,0x3fe00c0a,0xa01dff4f,0x6201bfc7,0xf92f8cf5,0x40680310,0xfe9fb2fd,0x1fdb0800,0x3b03df8d,0x00010408,0x5c9128f0,0x6428de10,0xcc21e2ee,0x94c9eb1a,0x11055f76,0xe72f3405,0x1ec1012c,0x920e9019,0x3fa00b0a,0x001cff5f,0x6a01afc6,0xf96f8df5,0x20640340,0xfecfbafd,0x5fd70780,0x3903cf96,0xffe10208,0x5c9028f0,0x6428de0e,0xcc21e4ee,0x84c8eb0a,0x0d059f74,0xe71f3605,0x3ecf010c,0x8b0e2018,0x3f500a09,0x901aff6f,0x72019fc5,0xf9af95f4,0xf0600350,0xfeefbffd,0x7fd40730,0x3703cf9e,0xffb10008,0x4c8f28f0,0x6428de0e,0xcc21e4ee,0x74c8eafa,0x0a05ef73,0xe70f3805,0x2edc00ec,0x840de017,0x3f100909,0x2019ff6f,0x77018fc4,0xf9df9df4,0xd05d0350,0xfeffc1fd,0x8fd40740,0x3603dfa3,0xff810108,0x1c8f28e0,0x6428ee12,0xcc31e0ee,0x64c7eafa,0x0a060f74,0xe71f3804,0xeee200fc,0x810e0017,0x3f000908,0xd018ff7f,0x79017fc3,0xf9ff9ff4,0xc05b0320,0xfeffc1fd,0x9fd40770,0x3403efa8,0xff410207,0xdc8f28d0,0x6528fe18,0xcc51daee,0x64c7eaea,0x0a061f75,0xe74f3804,0x9ee5011c,0x800e4017,0x3f000908,0x9017ff7f,0x79017fc2,0xfa0fa1f4,0xc05b02f0,0xfeffc2fd,0xafd40760,0x3303efab,0xff110207,0xbc8f28d0,0x65290e1c,0xcc61d6ee,0x54c6eada,0x0c05ff72,0xe75f3704,0x7eea011c,0x7e0e6018,0x3ef00808,0x7017ff7f,0x79017fc1,0xfa1fa3f4,0xb05a02e0,0xfeffc5fd,0xcfd40730,0x3203cfac,0xff00ff07,0xac8e28d0,0x6628fe20,0xcc71d2ee,0x34c6eaca,0x0e05af69,0xe74f3704,0x9ef200fc,0x7b0e4018,0x3ed00808,0x6017ff7f,0x78017fc0,0xfa3fa6f4,0xa05902e0,0xff0fc7fd,0xdfd40700,0x3203afae,0xfee0fe07,0xbc8d28d0,0x6628fe22,0xcc81d1ee,0x34c6eaba,0x11056f65,0xe74f3704,0xbef700ec,0x7a0e3019,0x3ed00808,0x5017ff7f,0x79017fbf,0xfa4fa8f4,0xa05802f0,0xff1fc7fd,0xcfd30700,0x3303bfb1,0xfed0fe07,0xec8d28d0,0x6528fe21,0xcc81d1ee,0x24c5eaba,0x13058f6d,0xe74f3704,0xfef600ec,0x7a0e6019,0x3ee00808,0x2016ff7f,0x7b017fbf,0xfa5fa6f4,0x905702f0,0xff2fc5fd,0xafd10710,0x3403dfb4,0xfeb0ff08,0x1c8d28c0,0x6328fe1e,0xcc71d4ee,0x24c5eaba,0x1305df7a,0xe74f3605,0x4ef300fc,0x7b0e9018,0x3ef00808,0x0016ff7f,0x7d016fbe,0xfa5fa3f4,0x905702f0,0xff4fc4fd,0x9fcf0710,0x3503efb6,0xfea10008,0x4c8d28c0,0x6228fe18,0xcc51daee,0x24c5eaba,0x11061f7f,0xe73f3605,0x5ef200fc,0x7c0ec018,0x3f000707,0xd015ff7f,0x80016fbd,0xfa5fa2f4,0x90560300,0xff7fc3fd,0x8fcc0730,0x3503efb8,0xfea10008,0x7c8e28d0,0x61290e0d,0xcc11e5ee,0x24c5eaba,0x0c066f7d,0xe72f3705,0x3ef100ec,0x7c0ed018,0x3f000707,0xb015ff8f,0x83015fbd,0xfa5fa3f4,0x80550330,0xff8fc3fd,0x9fcb0740,0x3403efba,0xfe910008,0x9c8f28d0,0x60290e07,0xcc01eaee,0x24c5eaba,0x08068f79,0xe72f3705,0x1ef100dc,0x7c0ed018,0x3f000707,0xb015ff8f,0x84015fbd,0xfa5fa4f4,0x80550350,0xff6fc5fd,0xafce0710,0x33040fbc,0xfe80fd08,0x7c8c28d0,0x6028fe0e,0xcc21e4ee,0x24c6eaba,0x0b065f74,0xe72f3805,0x1ef600cc,0x7a0e8019,0x3ed00707,0xd015ff8f,0x81016fbc,0xfa5fa5f4,0x70560390,0xff2fc9fd,0xcfd106d0,0x33041fbe,0xfe70fa08,0x4c8828d0,0x6028de19,0xcc51d9ee,0x34c6eaba,0x10060f6f,0xe73f3805,0x1efb00cc,0x770e1019,0x3eb00808,0x0016ff7f,0x7d016fbc,0xfa6fa6f4,0x705703c0,0xff1fc8fd,0xcfd206d0,0x3403ffbf,0xfe60f908,0x3c8728d0,0x6028de1d,0xcc61d5ee,0x24c6eaba,0x1105ff6f,0xe74f3805,0x1efa00cc,0x790e101a,0x3eb00808,0x2016ff7f,0x7b017fbd,0xfa6fa5f4,0x605703d0,0xff3fc5fd,0x8fd00700,0x37037fbf,0xfe40f908,0x5c8828e0,0x5f28fe1b,0xcc61d7ee,0x14c5eaaa,0x10060f74,0xe75f3805,0x0ef200bc,0x7e0e501c,0x3ef00808,0x2016ff7f,0x7c017fbd,0xfa5fa2f4,0x605803d0,0xff5fc1fd,0x4fce0740,0x3a030fc0,0xfe30fa08,0x6c8a28e0,0x5e290e18,0xcc51daee,0x14c5ea9a,0x0e062f7a,0xe76f3705,0x0eec00bc,0x820ea01c,0x3f200808,0x2016ff7f,0x7c016fbd,0xfa5f9ff4,0x605903d0,0xff6fbffd,0x3fce0750,0x3b02cfc2,0xfe20fa08,0x6c8a28d0,0x5d292e19,0xcc51d9ee,0x04c5ea9a,0x0c064f7f,0xe78f3505,0x3eea00bc,0x830ec01d,0x3f400808,0x1016ff7f,0x7c017fbd,0xfa4f9ff4,0x605a03e0,0xff6fbffd,0x3fce0760,0x3b02afc4,0xfe30fa08,0x6c8928c0,0x5b294e1a,0xcc51d8ee,0x04c5ea9a,0x0b066f83,0xe7af3205,0x5eeb00cc,0x820ee01d,0x3f400808,0x1016ff7f,0x7c017fbd,0xfa3fa0f4,0x605b03e0,0xff6fc0fd,0x3fcd0750,0x3b029fc5,0xfe20f908,0x6c8928c0,0x5a294e1a,0xcc51d9ee,0x04c5ea9a,0x0b066f82,0xe7bf3205,0x5eed00bc,0x820ed01d,0x3f300808,0x0016ff7f,0x7b017fbd,0xfa4fa1f4,0x605c03e0,0xff6fc3fd,0x4fcc0720,0x3b02bfc6,0xfe00f808,0x6c8a28c0,0x58294e18,0xcc51daee,0x04c5ea9a,0x0c065f7b,0xe7cf3305,0x2ef000bc,0x810ea01d,0x3f200808,0x0016ff7f,0x7b017fbd,0xfa6fa2f4,0x505c03f0,0xff6fc5fd,0x5fcb0700,0x3a02cfc5,0xfdf0f708,0x7c8a28c0,0x57294e17,0xcc51dbee,0x04c5ea9a,0x0e064f76,0xe7df3405,0x1ef300ac,0x800e901d,0x3f100808,0x0016ff7f,0x7c017fbc,0xfa7fa2f4,0x505d03e0,0xff6fc5fd,0x7fc90710,0x3802afc3,0xfdf0f908,0x6c8c28b0,0x56295e18,0xcc51daee,0x14c5ea9a,0x0f064f75,0xe79f3b05,0xeef3009c,0x7e0ed01c,0x3f000808,0x1016ff7f,0x7e016fbc,0xfa7fa2f4,0x405d0390,0xff8fc5fd,0x8fc80730,0x34028fbf,0xfe00fb08,0x5c8f2890,0x56296e1a,0xcc61d8ee,0x14c5ea9a,0x0f063f75,0xe79f3b06,0x3ef2008c,0x7c0f301b,0x3ef00808,0x1016ff7f,0x80016fbc,0xfa7fa1f4,0x305d0340,0xff8fc4fd,0x9fc70750,0x33027fbe,0xfe00fc08,0x5c902890,0x56297e1b,0xcc61d7ee,0x04c5ea9a,0x0f063f76,0xe79f3b06,0x5ef1008c,0x7c0f501a,0x3ef00808,0x1016ff7f,0x81016fbc,0xfa6fa1f4,0x305d0330,0xff8fc3fd,0x9fc60760,0x33027fbf,0xfdf0fc08,0x5c8f2890,0x57297e1c,0xcc61d7ed,0xf4c4ea8a,0x0f063f77,0xe79f3d06,0x5ef0008c,0x7c0f301a,0x3ef00808,0x1016ff7f,0x82016fbd,0xfa6fa3f4,0x305d0370,0xff8fc2fd,0x9fc60770,0x34028fc0,0xfde0fb08,0x6c8f28a0,0x57296e1b,0xcc61d7ed,0xf4c4ea7a,0x0e064f78,0xe79f3d06,0x5eef008c,0x7c0f101a,0x3ef00808,0x0016ff7f,0x82016fbd,0xfa6fa3f4,0x405d03b0,0xff9fc2fd,0x9fc60760,0x3402bfbf,0xfdd0fc08,0x7c8f28a0,0x57296e18,0xcc51daee,0x04c5ea9a,0x0d066f79,0xe79f3b06,0x3eef008c,0x7c0ef01a,0x3ef00808,0x0016ff8f,0x82016fbc,0xfa7fa3f4,0x405d03c0,0xff9fc3fd,0x9fc50760,0x3402efbe,0xfdb0fc08,0x8c8f28b0,0x57296e14,0xcc41deee,0x14c5eaaa,0x0c069f7a,0xe79f3806,0x0ef0008c,0x7c0ee01a,0x3ef00807,0xf016ff8f,0x83016fbc,0xfa8fa2f4,0x305d03c0,0xff9fc3fd,0x9fc40760,0x3402ffb9,0xfd90fc08,0x8c8e28b0,0x57296e14,0xcc41deee,0x14c5eaaa,0x0b06af7b,0xe7af3806,0x0ef0008c,0x7c0ee01a,0x3ef00808,0x0016ff8f,0x83016fbc,0xfa7fa2f4,0x305d03b0,0xff9fc2fd,0x8fc40770,0x3402efb1,0xfd60fc08,0x8c8e28c0,0x57297e17,0xcc51dbed,0xe4c4ea7a,0x0b06af7d,0xe7cf3b06,0x2ef0007c,0x7d0f101b,0x3f000808,0x2016ff8f,0x83015fbd,0xfa6fa2f4,0x305d0390,0xff9fc3fd,0x9fc40750,0x3302cfab,0xfd40fb08,0x7c8e28c0,0x57297e1a,0xcc61d8ed,0xd4c3ea6a,0x0c068f7d,0xe7df3d06,0x3ef3006c,0x7d0f101a,0x3ef00808,0x3016ff8f,0x83015fbd,0xfa5fa4f4,0x305d0380,0xff6fc9fd,0xdfc806e0,0x2f02bfab,0xfd20f908,0x6c8d28d0,0x59297e1d,0xcc71d6ed,0xd4c4ea6a,0x0e065f7a,0xe7ef3b06,0x2efd005c,0x770ea018,0x3eb00808,0x5017ff8f,0x83016fbd,0xfa4faaf4,0x305d0390,0xff2fd0fe,0x2fcb0650,0x2b029fac,0xfd10f708,0x6c8c28e0,0x5a297e1e,0xcc71d4ed,0xf4c4ea8a,0x10062f76,0xe7df3806,0x1f07005c,0x710e2015,0x3e500808,0x6017ff8f,0x82016fbd,0xfa4faff4,0x305c03a0,0xff2fd1fe,0x3fcb0640,0x2b029fad,0xfd00f608,0x6c8c28f0,0x5a297e1d,0xcc71d5ee,0x04c5ea9a,0x11062f76,0xe7df3706,0x1f07004c,0x700e1015,0x3e500808,0x6017ff8f,0x82016fbd,0xfa4faef4,0x305d03a0,0xff6fcdfd,0xffc60690,0x2e02bfae,0xfd10f708,0x8c8c28e0,0x58297e18,0xcc51daee,0x14c5eaaa,0x0f066f7a,0xe7cf3706,0x4efd004c,0x750e7017,0x3e900808,0x5017ff8f,0x83015fbd,0xfa5fa5f4,0x405e0390,0xff9fc8fd,0xbfc30710,0x3102cfaf,0xfd20f908,0xac8d28d0,0x56297e15,0xcc51ddee,0x14c5eaaa,0x0d069f7d,0xe7df3606,0x4ef0005c,0x7c0ef019,0x3ee00808,0x3016ff8f,0x84015fbd,0xfa6f9cf4,0x505f0370,0xffbfbefd,0x6fc107c0,0x3402efad,0xfd50fb08,0x9c9028d0,0x55299e17,0xcc51dbee,0x14c5eaaa,0x0c069f7c,0xe82f3406,0x0edd009c,0x840f8019,0x3f300808,0x1016ff8f,0x87015fbc,0xfa6f91f4,0x505f0360,0xffcfb5fd,0x2fc10870,0x37030fac,0xfd90fe08,0x8c9328d0,0x5329be1b,0xcc71d7ee,0x14c5eaaa,0x0b067f7b,0xe89f3105,0xaecb00dc,0x8b101018,0x3f700807,0xf016ff8f,0x89015fbc,0xfa7f88f4,0x505f0360,0xffbfb4fd,0x2fc20880,0x37031fad,0xfd90fd08,0x8c9228e0,0x5329be1d,0xcc71d5ee,0x24c5eaba,0x0b066f7a,0xe8df2f05,0x7ecc00ec,0x8b101017,0x3f700807,0xf016ff8f,0x8a014fbc,0xfa7f8af4,0x505f0360,0xff9fbcfd,0x7fc407e0,0x36030fb1,0xfd70fb08,0x8c8f2900,0x55298e1e,0xcc81d4ee,0x44c6eada,0x0d066f7a,0xe8df2c05,0x6ee200bc,0x830fa015,0x3f200808,0x1016ff8f,0x89015fbd,0xfa5f97f4,0x505f0370,0xff7fc4fd,0xbfc60740,0x34030fb5,0xfd50f908,0x8c8c2910,0x56297e1d,0xcc71d5ee,0x54c6eaea,0x0f066f7b,0xe8ef2a05,0x5ef4009c,0x7c0f2015,0x3ee00808,0x2016ff8f,0x88015fbd,0xfa4fa2f4,0x505f0370,0xff7fc7fd,0xcfc50710,0x34031fb6,0xfd30f808,0xac8c2920,0x56296e19,0xcc61d9ee,0x44c6eada,0x0d068f7d,0xe8ff2b05,0x5ef8009c,0x7a0ef015,0x3ed00808,0x0016ff8f,0x88015fbd,0xfa5fa4f4,0x60600380,0xff9fc8fd,0xbfc30700,0x34032fb6,0xfd20f808,0xbc8d2920,0x56295e14,0xcc41deee,0x24c5eaba,0x0b06bf7f,0xe91f2c05,0x5ef7008c,0x7b0ed015,0x3ed00707,0xe016ff8f,0x88015fbd,0xfa6fa3f4,0x60610370,0xff9fc9fd,0xbfc30700,0x34032fb5,0xfd20f908,0xbc8e2900,0x55295e13,0xcc41dfee,0x14c5eaaa,0x0a06cf7e,0xe92f2e05,0x8ef6009c,0x7b0ec015,0x3ed00707,0xc015ff8f,0x88015fbc,0xfa7fa1f4,0x60620370,0xff9fcafd,0xbfc30720,0x34032fb3,0xfd50fc08,0xac8e28e0,0x54294e16,0xcc41dcee,0x34c6eaca,0x0a06bf7b,0xe91f2f05,0xeef500ac,0x7c0ec015,0x3ee00707,0xb015ff8f,0x89014fbc,0xfa8f9ff4,0x60610350,0xff9fcafd,0xafc40740,0x35031fb3,0xfd70fe08,0x9c8f28c0,0x54293e17,0xcc51dbee,0x44c6eada,0x0a06bf79,0xe90f2f06,0x1ef500ac,0x7d0ed014,0x3ee00707,0xa015ff8f,0x8a014fbc,0xfa9f9ef4,0x50600330,0xff9fcafd,0xafc50730,0x36030fb6,0xfd70fd08,0xac8f28c0,0x55294e16,0xcc41dcee,0x44c6eada,0x0a06bf7d,0xe90f2e06,0x1ef500bc,0x7d0ef013,0x3ef00707,0x9015ff8f,0x8b014fbc,0xfa9f9df4,0x50600310,0xff9fcafd,0x9fc60730,0x3702efbb,0xfd60fb08,0xbc8f28e0,0x57295e13,0xcc41dfee,0x54c6eada,0x0a06bf82,0xe91f2c05,0xeef500bc,0x7e0f1012,0x3f100707,0x9015ff8f,0x8c014fbc,0xfa9f9df4,0x506002f0,0xffafcafd,0x8fc60740,0x3802efbc,0xfd60fb08,0xbc8e28f0,0x58296e11,0xcc31e1ee,0x34c6eaca,0x0a06cf84,0xe93f2b05,0xaef500bc,0x800f1012,0x3f200707,0xa015ff8f,0x8c014fbc,0xfa8f9df4,0x506002f0,0xffbfcafd,0x6fc60760,0x3a02ffbb,0xfd60fb08,0xbc8e28f0,0x57296e0f,0xcc31e2ee,0x14c5eaaa,0x0a06df84,0xe96f2b05,0x4ef300ac,0x820ef013,0x3f300707,0xb015ff8f,0x8c014fbc,0xfa7f9df4,0x60610330,0xffbfcbfd,0x6fc70770,0x3a030fba,0xfd60fc08,0xbc8e28f0,0x57297e0f,0xcc21e3ed,0xf4c4ea8a,0x0b06df83,0xe98f2c05,0x2ef4008c,0x830eb013,0x3f200707,0xd015ff8f,0x8c014fbc,0xfa7f9df4,0x60610360,0xff9fd1fd,0xafca0720,0x37030fbb,0xfd50fb08,0xbc8d28f0,0x57296e10,0xcc31e1ee,0x04c4ea8a,0x0b06cf80,0xe97f2d05,0x8efd007c,0x7e0e5011,0x3ee00808,0x1016ff8f,0x8b014fbd,0xfa6f9ff4,0x60610360,0xff6fd8fe,0x0fcd06c0,0x3302ffbc,0xfd40fb08,0xbc8d28f0,0x57295e12,0xcc41dfee,0x14c5eaaa,0x0c06af7d,0xe94f2e06,0x1f08005c,0x770df00f,0x3e800808,0x4017ff8f,0x8a014fbd,0xfa5fa1f4,0x50600340,0xff4fdafe,0x2fd106b0,0x3202ffbf,0xfd20fa08,0xac8c2900,0x59294e14,0xcc41deee,0x14c5eaaa,0x0b06af7d,0xe92f2f06,0x3f0c006c,0x740df00d,0x3e600808,0x6017ff8f,0x89014fbd,0xfa5fa4f4,0x50600320,0xff3fd7fe,0x1fd606e0,0x3302efc3,0xfd20f808,0x7c8b2910,0x5e294e14,0xcc41deed,0xf4c4ea8a,0x0806df81,0xe90f3205,0xff0b007c,0x730e400c,0x3e700808,0x4017ff8f,0x89014fbd,0xfa5fa7f4,0x60600300,0xff3fd4fe,0x0fd80720,0x3602dfc6,0xfd10f708,0x5c8b2920,0x61294e15,0xcc51dded,0xe4c3ea7a,0x0706ef7f,0xe90f3405,0xbf07009c,0x740e900c,0x3e900808,0x3016ff8f,0x88014fbd,0xfa5fa8f4,0x606102e0,0xff4fd2fd,0xdfd70780,0x3702ffc6,0xfd20f608,0x5c8c2910,0x60294e17,0xcc51dbed,0xd4c3ea6a,0x0c067f70,0xe92f3405,0x9f0100ac,0x780ed00c,0x3eb00808,0x2016ff8f,0x88014fbd,0xfa5fa3f4,0x706302c0,0xff7fd1fd,0xbfd407d0,0x39032fc5,0xfd40f608,0x6c8f28f0,0x5d294e19,0xcc61d9ed,0xc4c3ea5a,0x1305ff5d,0xe95f3405,0x8efa00ac,0x7c0f000d,0x3ee00808,0x0016ff8f,0x88014fbd,0xfa5f9bf4,0x806402b0,0xff7fd5fd,0xbfd207c0,0x38032fc6,0xfd30f508,0x6c902900,0x5c294e1b,0xcc61d8ed,0xd4c3ea6a,0x1305bf57,0xe95f3305,0x8efb009c,0x7c0ef00d,0x3ee00808,0x1016ff8f,0x88014fbd,0xfa5f99f4,0x80640280,0xff5fddfd,0xffd20750,0x35031fc6,0xfd00f308,0x6c8f2920,0x5d295e1c,0xcc61d6ee,0x04c4ea9a,0x0c05af5b,0xe92f3205,0x9f06007c,0x770ea00a,0x3e900808,0x2016ff8f,0x89014fbd,0xfa6f9df4,0x70630250,0xff4fe3fe,0x2fd20700,0x33030fc8,0xfcf0f208,0x7c8f2940,0x5d296e1b,0xcc61d7ee,0x24c5eaba,0x0505bf61,0xe90f3005,0xaf0f006c,0x730e6008,0x3e600808,0x3016ff8f,0x89014fbd,0xfa6fa0f4,0x70620220,0xff5fe4fe,0x2fd10710,0x35032fca,0xfd10f208,0x8c8f2950,0x5d296e16,0xcc51dcee,0x14c5eaaa,0x0105cf64,0xe91f2d05,0xaf0f008c,0x740e7007,0x3e700808,0x1016ff8f,0x8b014fbd,0xfa5fa1f4,0x70620210,0xff6fe2fd,0xffd00760,0x37035fcc,0xfd50f208,0xac902940,0x5d297e0f,0xcc31e3ed,0xf4c4ea89,0xfe05df66,0xe93f2a05,0x9f0b00ac,0x770ea006,0x3e900707,0xd015ff9f,0x8d014fbd,0xfa4f9ff4,0x70620200,0xff8fe0fd,0xdfce0790,0x39036fcc,0xfd70f208,0xbc912950,0x5d297e0d,0xcc21e5ed,0xd4c3ea69,0xfe05df64,0xe95f2c05,0x9f0700ac,0x790eb006,0x3ea00707,0xb015ff9f,0x8f013fbd,0xfa5f9cf4,0x70620200,0xffafdffd,0xbfca07b0,0x3a037fcb,0xfd70f108,0xcc912960,0x5d296e0f,0xcc21e3ed,0xa4c2ea39,0xff05bf5f,0xe96f3105,0xbf0100ac,0x7b0ec006,0x3eb00707,0xa015ff9f,0x92013fbc,0xfa6f95f4,0x60610200,0xffcfdefd,0xafc807d0,0x3b037fc9,0xfd70f008,0xdc912960,0x5d296e11,0xcc31e0ed,0x94c1ea2a,0x0105af5b,0xe96f3505,0xdefd00bc,0x7d0ed006,0x3ec00707,0x9015ff9f,0x95012fbc,0xfa7f90f4,0x505f0210,0xffcfdefd,0xafc807e0,0x3c037fc7,0xfd70f108,0xcc912960,0x5d295e14,0xcc41deed,0xb4c2ea4a,0x01059f5b,0xe94f3406,0x2efe00cc,0x7d0ed004,0x3ed00707,0x8014ff9f,0x97012fbc,0xfa7f91f4,0x405e0200,0xffcfddfd,0x9fc80800,0x3d037fc5,0xfd80f308,0xac902950,0x5d295e16,0xcc41dced,0xf4c3ea8a,0x00058f5d,0xe91f3206,0x6f0000dc,0x7d0ed002,0x3ed00707,0x8014ffaf,0x99011fbc,0xfa6f95f4,0x405e01f0,0xffdfdcfd,0x9fc70810,0x3d038fc5,0xfd70f308,0x9c902940,0x5d295e18,0xcc51daee,0x04c4ea9a,0x01057f5d,0xe91f3006,0x8f0200dc,0x7d0ee002,0x3ed00707,0x7014ffaf,0x9b011fbd,0xfa6f98f4,0x405e0200,0xffffdafd,0x7fc50830,0x3d038fc7,0xfd60f108,0x9c8f2920,0x5d295e19,0xcc61d9ee,0x04c4eaaa,0x03056f5c,0xe93f2e06,0x6f0400cc,0x7e0ef004,0x3ee00707,0x6014ffaf,0x9b011fbd,0xfa5f9cf4,0x505f0210,0x001fdafd,0x7fc40830,0x3c038fc9,0xfd50f008,0x9c8e2910,0x5d294e1a,0xcc61d8ee,0x14c4eaaa,0x04055f5c,0xe95f2d06,0x4f0800bc,0x7e0ef005,0x3ee00707,0x6014ffaf,0x9b011fbd,0xfa5fa1f4,0x505f0220,0xffffddfd,0xafc607e0,0x39035fc8,0xfd60f008,0x8c8d2900,0x5d294e1a,0xcc61d9ee,0x24c5eaba,0x05058f5f,0xe98f2c06,0x6f1200cc,0x7a0ed003,0x3ec00707,0x5014ffaf,0x9b011fbc,0xfa6fa8f4,0x505f0200,0xffdfe3fd,0xefc90780,0x36032fc6,0xfd70f008,0x7c8d28f0,0x5d294e19,0xcc61d9ee,0x44c6eada,0x0505bf63,0xe9af2b06,0x9f1c00dc,0x750ea000,0x3e800607,0x4014ffaf,0x9a011fbc,0xfa9faff4,0x405e01e0,0xffdfe3fd,0xefc90770,0x36031fc5,0xfd70f008,0x7c8d2900,0x5d294e18,0xcc51daee,0x34c6eaca,0x0405bf64,0xe99f2c06,0x7f1b00dc,0x760e9000,0x3e900607,0x4014ffaf,0x9a011fbc,0xfa9faef4,0x405e01e0,0x000fdffd,0x9fc507b0,0x39035fc6,0xfd80f208,0x9c8f2920,0x5c295e16,0xcc51dcee,0x14c5eaaa,0x0105af62,0xe94f2f06,0x1f1000cc,0x7b0eb003,0x3ed00707,0x5014ffaf,0x99012fbc,0xfa8fa4f4,0x505f0200,0x002fdbfd,0x6fc207f0,0x3c037fc7,0xfd80f308,0xbc902940,0x5b295e14,0xcc41deed,0xf4c4ea89,0xff059f61,0xe91f3305,0xbf0600cc,0x800ed005,0x3f000707,0x6014ffaf,0x98012fbc,0xfa7f9df4,0x50600210,0x002fdafd,0x6fc107f0,0x3c038fc7,0xfd80f208,0xcc902940,0x5b295e12,0xcc41dfed,0xb4c2ea5a,0x00058f5f,0xe94f3705,0xaf0500cc,0x800ed005,0x3f100707,0x7014ff9f,0x98012fbc,0xfa6f9cf4,0x50600230,0x002fdafd,0x7fc207e0,0x3b038fc7,0xfd80f008,0xcc902950,0x5c295e12,0xcc31e0ed,0x84c1ea1a,0x03058f5d,0xe98f3a05,0x9f0700cc,0x7f0ec005,0x3f000707,0x8014ff9f,0x97012fbd,0xfa5f9ef4,0x50600240,0x002fdafd,0x7fc207e0,0x3b037fc7,0xfd80ef08,0xbc902950,0x5c295e14,0xcc41deed,0x94c1ea2a,0x04057f5c,0xe99f3905,0xaf0900cc,0x7f0ed005,0x3ef00707,0x9015ff9f,0x97012fbd,0xfa6fa1f4,0x505f0240,0x002fdafd,0x6fc207f0,0x3c036fc6,0xfd90f008,0xac8f2950,0x5d295e1a,0xcc61d8ed,0xc4c3ea5a,0x03056f5d,0xe97f3405,0xcf0b00dc,0x7f0ee004,0x3f000707,0x9015ff9f,0x97012fbc,0xfa6fa4f4,0x505f0230,0x002fd9fd,0x6fc207f0,0x3c036fc6,0xfd90f008,0x9c8f2950,0x5d294e1f,0xcc81d3ed,0xf4c4ea8a,0x03056f5e,0xe95f2f05,0xef0d00dc,0x7f0f0004,0x3f000707,0xa015ff9f,0x96012fbc,0xfa7fa6f4,0x405f0210,0x002fdafd,0x6fc107f0,0x3b036fc6,0xfd90f008,0x9c8f2950,0x5d295e20,0xcc81d2ee,0x04c4ea9a,0x03056f5e,0xe94f2e06,0x1f0e00cc,0x7f0ef004,0x3f000707,0xa015ff9f,0x96012fbc,0xfa7fa6f4,0x505f0210,0x003fdbfd,0x7fc007e0,0x3a036fc6,0xfd90ef08,0xac8f2940,0x5c295e1f,0xcc71d3ee,0x04c4ea9a,0x03056f5e,0xe92f2e06,0x4f0d00bc,0x7e0ee005,0x3ef00707,0xb015ff9f,0x97012fbd,0xfa6fa5f4,0x60600220 +}; + +u32 ANIM_ENTRY_laughing_in_disbelief[] = +{ + 0x005fc2ff,0xef920470,0x04064ff7,0xffb14508,0x1cbfff6f,0x7e3367e1,0x8f383582,0x06ff8380,0x20fb9007,0xfa402702,0x1ee7064c,0x03f3efbf,0x3e9ffffd,0xaff90000,0x20ffafe9,0xfc8fdd03,0x601a0270,0x004fc700,0x0f930420,0x03067ff8,0xffb14607,0xfcbfff4f,0x7f3367e2,0x8f083482,0x07008380,0x1dfb7007,0xfa402102,0x3ef0063c,0x02f39fc0,0x3e8ffffd,0xcff90000,0x20ffafe9,0xfc8fde03,0x601a0280,0x004fc800,0x1f930400,0x02068ffa,0xffc14607,0xfcbeff4f,0x803367e2,0x8ee83482,0x07018380,0x1dfb9008,0xfa402002,0x5ef1063c,0x01f36fc0,0x3e7ffffd,0xcff90000,0x20ffafe9,0xfc9fdf03,0x501b02a0,0x004fc500,0x1f940410,0x03067ffb,0xffc14408,0x0cbcff8f,0x813367e2,0x8ef83482,0x07018370,0x1ffbf009,0xfa502202,0x5eed064c,0x00f35fbf,0x3e7ffffd,0xaff90000,0x20ffafe9,0xfcafdd03,0x501c02f0,0x004fc200,0x0f940420,0x03066ffd,0xffd14208,0x0cbcffaf,0x823357e2,0x8ef83482,0x07018370,0x20fc400a,0xfa502502,0x6ee8066b,0xfff35fbe,0x3e7ffffd,0x8ff90000,0x20ffafe9,0xfcbfdb03,0x401d0320,0x005fc200,0x0f940420,0x04065ffe,0xffe14208,0x0cbcffbf,0x833367e2,0x8ef83481,0xf7028370,0x21fc300b,0xfa502502,0x6ee6065c,0x00f37fbf,0x3e7ffffd,0x8ff90000,0x21ffafe9,0xfcbfd803,0x401d0310,0x006fc3ff,0xff930420,0x04063000,0xfff14208,0x0cbdffaf,0x843377e2,0x8ef83481,0xf7048370,0x21fc100c,0xfa402402,0x6ee5064c,0x01f39fbf,0x3e9ffffd,0x9ff90000,0x22ffafe9,0xfcbfd503,0x401d02f0,0x007fc3ff,0xff920420,0x04064000,0xffe14107,0xfcbeff9f,0x843387e2,0x8ee83481,0xf7048370,0x22fbf00c,0xfa402402,0x7ee3063c,0x02f3cfc0,0x3e9ffffd,0x9ff90000,0x22ffafe8,0xfccfd403,0x401c02d0,0x008fc3ff,0xef900430,0x04067fff,0xffb14007,0xecbdff9f,0x843387e3,0x8eb83381,0xf7048370,0x22fbc00b,0xfa402402,0x9ee2062c,0x02f3ffc1,0x3e9ffffd,0x8ff90000,0x22ffafe8,0xfcdfd303,0x401a02a0,0x009fc3ff,0xef8f0420,0x0306bffe,0xff914007,0xdcbdff8f,0x833387e3,0x8ea83381,0xf7058370,0x21fbb00a,0xfa502402,0xbee4061c,0x02f41fc2,0x3e9ffffd,0x9ff90000,0x22ffafe8,0xfcefd403,0x40190270,0x009fc6ff,0xff8d0400,0x0306effd,0xffa14207,0xdcbdff6f,0x843387e3,0x8eb83381,0xf7058360,0x1ffbb009,0xfa702302,0xdeee060c,0x03f42fc2,0x3e9ffffd,0xaff90000,0x21ffafe8,0xfcdfdb03,0x40190250,0x00afc900,0x0f8c03d0,0x01072ffd,0xffb14507,0xdcbeff5f,0x853387e2,0x8ed83481,0xf7068360,0x1dfbc008,0xfaa02302,0xdefb05ec,0x03f41fc2,0x3e9ffffd,0xcff90000,0x21ffafe8,0xfcdfe403,0x301a0230,0x00afca00,0x0f8c03d0,0x01073ffc,0xffd14707,0xdcbeff5f,0x863387e2,0x8f083481,0xf7068360,0x1cfbd008,0xfaa02202,0xcefd05ec,0x03f3efc2,0x3e9ffffd,0xdffa0000,0x21ffafe8,0xfcdfe503,0x301a0260,0x00afc9ff,0xff8e03f0,0x02071ffa,0xffd14807,0xdcbeff6f,0x863377e1,0x8f383581,0xf7068360,0x1dfbf008,0xfa702202,0x9ef705ec,0x04f37fc3,0x3eaffffd,0xcff90000,0x22ff9fe8,0xfccfdf03,0x301a02f0,0x009fc8ff,0xef8f0400,0x03070ff9,0xfff14907,0xccbdff8f,0x873377e1,0x8f583681,0xf7058370,0x1dfc1009,0xfa502202,0x7eef05fc,0x04f34fc2,0x3ebffffd,0xbff90000,0x23ff9fe8,0xfccfd803,0x301a0350,0x008fc7ff,0xef8f0410,0x03071ffc,0x00114a07,0xdcbdff9f,0x863367e1,0x8f583681,0xf7058370,0x1dfc300b,0xfa302402,0x6eea061c,0x04f37fc1,0x3ebffffd,0xaff90000,0x23ff9fe8,0xfcdfd403,0x301a0320,0x007fc7ff,0xef8f0410,0x04073000,0x00414a07,0xecbdffaf,0x853367e1,0x8f483581,0xf7058370,0x1dfc400d,0xfa102502,0x6ee7063c,0x04f3efc0,0x3ebffffd,0x9ff90000,0x22ffafe7,0xfcffd003,0x201b02c0,0x006fc7ff,0xef900410,0x04075000,0x00414907,0xfcbdffbf,0x853367e1,0x8f383581,0xf7048370,0x1dfc600d,0xfa002502,0x6ee7064c,0x03f41fbe,0x3ebffffd,0x8ff90000,0x21ffafe7,0xfd0fd103,0x201b02a0,0x006fc6ff,0xef910400,0x04079fff,0x00314607,0xecbcffcf,0x863367e2,0x8f083582,0x07028370,0x1ffc700d,0xfa002102,0x5eeb064c,0x04f42fbd,0x3eaffffd,0x9ff90000,0x21ffafe7,0xfd0fd503,0x101c02c0,0x005fc6ff,0xff930400,0x0307aff9,0x00114307,0xdcbdffdf,0x863367e2,0x8ef83482,0x07008380,0x21fc700b,0xfa001e02,0x4eef065c,0x04f42fbd,0x3eaffffd,0x9ff90000,0x21ffafe7,0xfd0fd903,0x101d02e0,0x004fc6ff,0xff930410,0x03070fed,0xffd14107,0xdcbdffcf,0x873377e2,0x8ef83482,0x07028370,0x23fc3008,0xfa201d02,0x5ef1065c,0x04f40fbc,0x3e9ffffd,0xbff90000,0x21ffafe7,0xfcffdc03,0x101d0300,0x004fc6ff,0xff940420,0x02064fd9,0xff813f07,0xdcbeffaf,0x873387e2,0x8ef83481,0xf7058370,0x26fbd005,0xfa401e02,0x7ef3064c,0x04f3efbc,0x3e9ffffd,0xcff90000,0x21ffafe7,0xfcdfdd03,0x101c0330,0x004fc700,0x0f940410,0x01060fb6,0xff213e07,0xecbfffaf,0x863397e2,0x8f183581,0xf7068360,0x25fba004,0xfa501f02,0x9ef4064c,0x03f3afbc,0x3e9ffffd,0xdffa0000,0x21ffafe7,0xfcdfdd03,0x101b0360,0x004fc900,0x1f9403ff,0xff068f73,0xfe714008,0x0cc0ffcf,0x833397e1,0x8f483581,0xf7058370,0x21fb8005,0xfa602202,0xbef5063c,0x03f34fbd,0x3e9ffffd,0xdffa0000,0x22ff9fe7,0xfcefdb03,0x10190390,0x004fcb00,0x1f9403df,0xfe072f35,0xfdd14108,0x2cc1ffef,0x823397e1,0x8f683681,0xf7048370,0x1efb9006,0xfa602502,0xcef6063c,0x03f2ffbe,0x3e9ffffd,0xdffa0000,0x23ff9fe7,0xfd0fd803,0x101703d0,0x003fcc00,0x1f9603af,0xfd07ef05,0xfd514008,0x4cc0000f,0x833397e1,0x8f683681,0xf7068360,0x1ffbc008,0xfa402802,0xdef4064c,0x03f29fbe,0x3eaffffd,0xcff90000,0x23ff9fe6,0xfd1fd503,0x10180420,0x002fcc00,0x1f97037f,0xfd08aee0,0xfd113f08,0x6cbf003f,0x853397e1,0x8f483581,0xe7078360,0x21fc200a,0xfa302b02,0xeef2065c,0x03f25fbc,0x3eaffffd,0xbff90000,0x23ff9fe6,0xfd2fd103,0x10190480,0x002fcb00,0x1f98037f,0xfd088ede,0xfd614208,0x6cbf003f,0x883387e1,0x8f383581,0xe7078360,0x22fc400b,0xfa202d02,0xceed065c,0x03f28fbc,0x3eaffffd,0xaff90000,0x22ff9fe6,0xfd2fce03,0x00190470,0x002fc700,0x0f9a03af,0xff079efa,0xfe714808,0x6cbf000f,0x8a3377e2,0x8f183581,0xf7058360,0x24fc300a,0xfa102f02,0x7ee6065c,0x04f33fbd,0x3eaffffd,0xbff90000,0x22ffafe6,0xfd2fca03,0x00190400,0x003fc4ff,0xff9b03d0,0x0106af22,0xff814e08,0x5cbfffdf,0x8b3377e2,0x8f083481,0xf7028370,0x24fc2009,0xfa102f02,0x4ee2064c,0x04f3efbe,0x3eaffffd,0xcff90000,0x21ffafe6,0xfd1fc803,0x001a0390,0x003fc3ff,0xef9a03f0,0x03062f55,0x00715408,0x4cbfffcf,0x8a3367e2,0x8ef83482,0x06ff8380,0x22fbf009,0xfa302902,0x6ee2064c,0x04f46fbe,0x3eaffffd,0xbff90000,0x1fffafe6,0xfd2fca02,0xf01a0340,0x004fc2ff,0xef990400,0x0405ef90,0x01615808,0x4cc0ffbf,0x883357e2,0x8ee83482,0x16fb8390,0x1ffbc009,0xfa602102,0x8ee5064c,0x04f4afbe,0x3eaffffd,0xbff90000,0x1effafe6,0xfd2fce02,0xf01b0310,0x004fc3ff,0xef980430,0x0505dfbc,0x02515b08,0x3cc1ffbf,0x853367e2,0x8f083582,0x26f783a0,0x1efba00a,0xfa202002,0x5eea063c,0x04f44fbf,0x3eaffffd,0xcff90000,0x1fffafe6,0xfd2fd202,0xf0190370,0x005fc4ff,0xff970460,0x0305ffe0,0x03715d08,0x3cc3ffcf,0x813387e1,0x8f583682,0x36f383b0,0x1efba00b,0xf9802501,0xcef1061c,0x04f32fc0,0x3ebffffd,0xeffa0000,0x23ff9fe5,0xfd2fd703,0x00150480,0x005fc600,0x0f960480,0x03061ff4,0x04315d08,0x3cc4ffdf,0x7d33a7e0,0x8f983782,0x36f083c0,0x1ffbb00b,0xf9002801,0x5ef605fc,0x04f24fc2,0x3ecffffd,0xfffa0000,0x26ff9fe5,0xfd1fd903,0x00120540,0x006fc700,0x0f960480,0x03061ff3,0x04515a08,0x3cc4000f,0x7d33a7e0,0x8fc83782,0x46ef83c0,0x21fbc00a,0xf8e02301,0x4ef305ec,0x04f24fc3,0x3ebffffe,0x0ffa0000,0x25ff9fe5,0xfd2fd403,0x00130540,0x007fc800,0x0f960470,0x0405ffe5,0x04015608,0x2cc4003f,0x7d33a7df,0x8fd83882,0x46ee83c0,0x24fbe009,0xf9001b01,0x6eec05dc,0x04f29fc4,0x3ebffffd,0xfffa0000,0x23ff9fe5,0xfd2fcc02,0xf01504e0,0x007fc8ff,0xff960460,0x05059fc7,0x03715308,0x3cc4004f,0x7e33a7df,0x8fe83882,0x46ed83c0,0x26fc100a,0xf9101901,0x7ee705ec,0x04f30fc4,0x3ebffffd,0xdffa0000,0x21ffafe5,0xfd3fc702,0xf0160480,0x007fc7ff,0xff960450,0x0504ff87,0x02815208,0x4cc5004f,0x7f33b7df,0x8fe83882,0x46ec83d0,0x27fc600c,0xf9201a01,0x9ee4060c,0x04f39fc4,0x3ebffffd,0xaff90000,0x21ffafe5,0xfd6fc402,0xe0160410,0x006fc6ff,0xff960450,0x0504bf5a,0x01b15108,0x6cc6003f,0x8033c7df,0x8fc83782,0x56eb83d0,0x27fc800d,0xf9201c01,0xaee2062c,0x04f3efc3,0x3ebffffd,0x7ff90000,0x21ffafe4,0xfd7fc302,0xe01603e0,0x005fc6ff,0xff970460,0x05053f51,0x01615008,0x6cc6004f,0x8133b7e0,0x8f983682,0x56e983d0,0x27fc600a,0xf9001d01,0x8ee1063c,0x04f39fc0,0x3ebffffd,0x8ff90000,0x22ffafe4,0xfd7fc302,0xe0170440,0x004fc6ff,0xff980460,0x05060f55,0x01615008,0x7cc7005f,0x8233b7e1,0x8f483582,0x56e883e0,0x26fc1004,0xf8d01d01,0x6ee2063c,0x03f30fbe,0x3ebffffd,0xaff90000,0x23ff9fe4,0xfd6fc402,0xd01804f0,0x003fc600,0x0f980450,0x0506af66,0x01a15308,0x8cc8006f,0x8333a7e2,0x8f383582,0x66e783e0,0x1afc2007,0xf8b01f01,0x3ee6063c,0x03f2cfbd,0x3ebffffd,0xcff90000,0x23ff9fe4,0xfd5fc702,0xd0180520,0x003fc800,0x1f970410,0x05070f8e,0x02215808,0xacc9007f,0x8433a7e2,0x8f383582,0x66e683e0,0x0efc300b,0xf8902301,0x1eef061c,0x03f2cfbd,0x3eaffffd,0xeffa0000,0x23ff9fe5,0xfd3fcd02,0xd0170510,0x003fc900,0x2f9703f0,0x05075fb3,0x02c15e08,0xeccd007f,0x833397e0,0x8fa83782,0x66e383f0,0x06fc700d,0xf8802501,0x0ef4061c,0x02f2dfbe,0x3eaffffe,0x0ffa0000,0x24ff9fe5,0xfd2fd102,0xd01604f0,0x002fc800,0x2f980420,0x06077fcc,0x03616509,0x2cd5005f,0x813387dc,0x90e83b82,0x86dc8400,0x07fcd009,0xf8a02001,0x1ef0062c,0x02f2dfbd,0x3eaffffd,0xfffa0000,0x25ff9fe4,0xfd3fce02,0xd0150510,0x001fc600,0x1f9a0460,0x07077fde,0x03f16e09,0x9ce2003f,0x7e3377d5,0x92e84382,0xa6d18430,0x0ffd5002,0xf8d01901,0x4eea064c,0x02f2cfbc,0x3ebffffd,0xeffa0000,0x27ff9fe4,0xfd4fc902,0xd0140550,0x001fc400,0x1f9b0480,0x08078fdf,0x03f1840a,0x5cf8006f,0x7b3347c5,0x95f85282,0xf6be8480,0x1cfdbff9,0xf9001801,0x5ee7065c,0x02f28fbb,0x3ebffffd,0xdffa0000,0x27ff9fe4,0xfd5fc702,0xd01505c0,0x002fc300,0x1f9b0470,0x0807afd1,0x0361ad0b,0x8d1900ef,0x7832f7ad,0x9ae86883,0x66a384f0,0x33fddfed,0xf9401d01,0x4ee8064c,0x02f20fbc,0x3eaffffd,0xcff90000,0x26ff9fe4,0xfd6fc802,0xc0170670,0x003fc300,0x1f9a0470,0x08078fb9,0x02d1df0c,0xcd42017f,0x75328787,0xa0788a84,0x16808590,0x4ffe2fe6,0xf9202001,0x2ee9064c,0x02f1bfbd,0x3e9ffffd,0xcff90000,0x24ff9fe4,0xfd6fca02,0xc01806e0,0x003fc200,0x0f9b0470,0x0a06df8d,0x02721a0d,0xfd7601df,0x7132274c,0xa6e8bf85,0x264e8680,0x73feffe4,0xf8301b00,0xceea063c,0x04f1bfbe,0x3e9ffffd,0xdffa0000,0x23ff9fe4,0xfd6fca02,0xc01706e0,0x003fc2ff,0xef9b0480,0x0b061f5c,0x02125e0f,0x1db3023f,0x6e31a6f0,0xad791186,0xa61087e0,0x9cffcfe8,0xf6b01400,0x6eeb062c,0x06f20fc0,0x3ebffffd,0xfffa0000,0x21ffafe4,0xfd5fcb02,0xc01506a0,0x003fc0ff,0xdf9a04a0,0x0a066f48,0x01f2a00f,0xfdef029f,0x6d313661,0xb2399688,0xe5ca89e0,0xbcff1ffa,0xf4e01100,0x2eea061c,0x08f2afc1,0x3ecffffe,0x0ffa0000,0x20ffafe4,0xfd4fcc02,0xc0150620,0x003fbeff,0xcf9804d0,0x0607ef48,0x01f2e310,0xae2f02ff,0x6d30b563,0xb62a8c8c,0x35778cc0,0xd0fc801f,0xf2801000,0x0ee7061c,0x09f3bfc2,0x3eeffffe,0x0ffa0000,0x20ffafe3,0xfd5fcc02,0xb0150550,0x003fbbff,0xcf9704f0,0x03092f4e,0x02132111,0x2e65034f,0x73303453,0xb81b9591,0x65269160,0xe5f99044,0xf0101000,0x2ee6062c,0x0af48fc3,0x3efffffe,0x1ffa0000,0x1fffafe3,0xfd5fce02,0xb01504c0,0x002fb9ff,0xcf980510,0x02093f56,0x02535a11,0x7e8e037f,0x7f2fb33f,0xb79ca39e,0x74d29dd1,0x0df6a05f,0xedd01000,0xbeef063c,0x09f49fc2,0x3efffffe,0x1ffa0000,0x1effafe3,0xfd5fd902,0xb01404d0,0x000fb7ff,0xcf9b0530,0x0308ff62,0x02b38d11,0xbeae039f,0x932f2243,0xb63d9bb2,0x848db141,0x34f3b077,0xeba01001,0x7efb064c,0x08f47fc2,0x3efffffe,0x2ffb0000,0x1dffafe3,0xfd4fe502,0xb0140510,0xffefb3ff,0xcf9f0550,0x0608ef74,0x0363b611,0xdeb803df,0xb12ea1c5,0xb4ee15c6,0xb488c4e1,0x3bf1e092,0xe9801001,0xfefa067c,0x07f4ffc0,0x3eeffffe,0x2ffa0000,0x1cffbfe3,0xfd4fe802,0xb01304d0,0xffafacff,0xbfa60590,0x0b08ff8c,0x0463d811,0xfeb5041f,0xdf2e2177,0xb35e61dd,0xf4b8db91,0x35f0e0ad,0xe7900f02,0x5eed06cc,0x06f64fbe,0x3edffffe,0x0ffa0000,0x19ffbfe3,0xfd4fe102,0xb01403f0,0xff7fa7ff,0xafab05b0,0x10091f9f,0x0553ee11,0xfea90450,0x132de157,0xb27e80ed,0x44f4ea81,0x22eff0d1,0xe5601002,0x7ee1070c,0x05f73fbd,0x3ecffffd,0xfffa0000,0x17ffbfe3,0xfd5fdb02,0xa0130360,0xff7fa4ff,0xbfac0590,0x13094fac,0x05e3f611,0xce8c0480,0x4a2e0177,0xb31e61f2,0xd530efc0,0xf5eec10e,0xe2c01502,0x7ede06fc,0x03f73fbf,0x3eaffffd,0xeffa0000,0x17ffbfe3,0xfd6fdb02,0xb01203a0,0xff9fa3ff,0xdfab0560,0x14096fb2,0x0673f711,0x5e670490,0x852e61af,0xb45e2bf6,0x5570f300,0xb9ed8155,0xdfe01c02,0x4ede06db,0xfff6dfc1,0x3e7ffffd,0xeffa0000,0x18ffbfe3,0xfd6fdc02,0xb00f0420,0xff9fa200,0x0fab05a0,0x12099fa9,0x0733fb10,0x3e540460,0xba2ed1c6,0xb4ee14f8,0x75a1f510,0x86ebf187,0xdce01b01,0xcedc06cb,0xfcf69fc2,0x3e4ffffd,0xeffa0000,0x19ffbfe2,0xfd7fda02,0xb00f0470,0xff9fa300,0x3faa0660,0x0b09df8b,0x0864020e,0x0e4c0550,0xf62f81cc,0xb50e0ff9,0xd5c9f650,0x57e9c1ac,0xd9d01400,0xfed606cb,0xf9f65fc1,0x3e2ffffd,0xdffa0000,0x1bffbfe2,0xfd8fd402,0xa00f04c0,0xff9fa500,0x5fa806f0,0x0409ff63,0x08f40c0b,0xfe490671,0x2c3031ca,0xb4fe11fa,0xc5ebf740,0x2ce891cf,0xd6f00a00,0x3ed506bb,0xf7f64fc0,0x3dfffffd,0xdffa0000,0x1cffbfe2,0xfd8fd002,0xa01004c0,0xff9fad00,0x7fa506c0,0x0009af29,0x08541f0a,0x9e4e0841,0x5a30d1b8,0xb4ae22fb,0x9608f810,0x08e8e1f6,0xd4afffff,0xaee0069b,0xf6f6afc0,0x3dcffffe,0x0ffa0000,0x19ffbfe2,0xfd8fd302,0x90120400,0xffafb600,0x8fa1065f,0xfd094eec,0x07243609,0x8e560a61,0x823171a1,0xb44e39fc,0x2621f8bf,0xe7e9b21c,0xd29ff2ff,0x3eee067b,0xf7f72fc1,0x3daffffe,0x2ffb0000,0x15ffcfe2,0xfd7fd602,0x90150300,0xffbfbe00,0x9f9e05ff,0xfb08fed3,0x06644408,0xfe580c91,0xa332119a,0xb42e41fc,0x9633f92f,0xc7eaa23b,0xd0efebff,0x0ef2066b,0xf7f71fc0,0x3daffffe,0x2ffa0000,0x14ffcfe2,0xfd7fd202,0x801602a0,0xffbfc500,0x9f9d058f,0xfc08eecb,0x05f44b08,0xce550ee1,0xc032a19e,0xb43e3dfc,0xc63ff96f,0xb9eb724d,0xcf6fe9ff,0x1eeb068b,0xf8f68fbe,0x3dbffffd,0xfffa0000,0x15ffcfe2,0xfd8fc602,0x801702b0,0xffbfca00,0x8f9b054f,0xfd08eece,0x05d45008,0xce501111,0xd63331a9,0xb46e32fc,0xf648f98f,0xacebf25a,0xce6fe5ff,0x1ee4069b,0xf9f61fbd,0x3ddffffd,0xcff90000,0x17ffbfe2,0xfd9fba02,0x801702d0,0xffdfcb00,0x5f97058f,0xfe08dede,0x06045208,0xae4a1301,0xe333b1c1,0xb4de1afd,0x064bf99f,0xa2ebe263,0xce0fdafe,0xfedd069b,0xfbf60fbd,0x3dfffffd,0xaff90000,0x17ffbfe2,0xfdafb102,0x801802b0,0x000fca00,0x2f9305ef,0xff08eefb,0x06745108,0xae441401,0xe63411e3,0xb55df9fc,0xf64bf99f,0x99eb8269,0xcdffcdfe,0xded6068b,0xfef63fbe,0x3e3ffffd,0x9ff90000,0x18ffbfe2,0xfdbfab02,0x80180290,0x002fca00,0x0f8d05e0,0x01095f27,0x07644e08,0xde3e14a1,0xe434b201,0xb5cddcfc,0xf649f98f,0x92eb626e,0xcdbfc6ff,0x0ed7066c,0x00f63fbf,0x3e4ffffd,0x9ff90000,0x17ffbfe2,0xfdbfac02,0x80190270,0x005fcb00,0x0f850590,0x020a7f72,0x08f44809,0x4e3915c1,0xe135921f,0xb61dbffc,0xe646f96f,0x8aeb9272,0xcd4fc3ff,0x8ede064c,0x01f63fc1,0x3e5ffffd,0xaff90000,0x17ffcfe2,0xfd8fb302,0x801a0260,0x006fcb00,0x0f7f0560,0x030b9fa8,0x0a244409,0x9e3516d1,0xdf366232,0xb65dacfc,0xd643f95f,0x87ebb273,0xccdfc3ff,0xeee8063c,0x01f60fc2,0x3e5ffffd,0xcff90000,0x17ffbfe2,0xfd6fbc02,0x801a0280,0x005fca00,0x0f800580,0x030c6fb9,0x0ac44409,0x8e3517a1,0xdd36c234,0xb66daafc,0xc642f94f,0x8bebc26f,0xcc4fc4ff,0xdef3065c,0x00f54fc0,0x3e5ffffd,0xcffa0000,0x19ffbfe3,0xfd5fc802,0x90170330,0x002fc900,0x0f8305c0,0x030cffbe,0x0b244709,0x5e351831,0xdc37022f,0xb65daffc,0xc642f94f,0x93ebc269,0xcbcfc7ff,0x9efd069b,0xfff46fbd,0x3e6ffffd,0xdffa0000,0x1cffbfe3,0xfd4fd402,0xa0140410,0x001fc800,0x0f8405e0,0x020d3fb3,0x0af44809,0x4e371851,0xdc371229,0xb64db5fc,0xc642f95f,0x97eba263,0xcb7fc9ff,0x4efd06ab,0xfef42fbb,0x3e6ffffd,0xcff90000,0x1dffafe3,0xfd4fd502,0xa0140450,0x002fc8ff,0xff8405d0,0x020d4f8d,0x0a344809,0x3e381801,0xde371220,0xb62dbefc,0xd644f96f,0x99eb525e,0xcb5fcaff,0x0ef206bb,0xfff47fba,0x3e7ffffd,0xaff90000,0x1cffbfe3,0xfd4fcc02,0x90170420,0x003fc7ff,0xff8405e0,0x020d2f5d,0x09544809,0x2e3a1741,0xde36d219,0xb61dc4fc,0xe646f97f,0x9aeb125a,0xcb6fccfe,0xdee706ab,0xfff4dfbb,0x3e7ffffd,0x9ff90000,0x1bffbfe3,0xfd5fc202,0x901a03d0,0x005fc6ff,0xef850620,0x010ccf21,0x08644709,0x0e3a15a1,0xda363218,0xb61dc6fc,0xf649f98f,0x9ceb0257,0xcbbfd4fe,0xcee0069c,0x00f51fbd,0x3e7ffffd,0x9ff90000,0x1affbfe3,0xfd4fbc02,0x90190390,0x006fc5ff,0xdf860660,0x000c3ee3,0x07644608,0xee391381,0xd5355219,0xb61dc5fd,0x064df99f,0x9eeb0255,0xcc2fddfe,0xeeda067c,0x00f53fc0,0x3e7ffffd,0x9ff90000,0x19ffbfe3,0xfd3fb702,0xa0170360,0x009fc6ff,0xdf86065f,0xff0bcec3,0x06d44509,0x0e381191,0xcf34b219,0xb61dc5fd,0x1652f9bf,0x9feb0255,0xcc3fe1ff,0x6ed8065c,0x01f50fc2,0x3e7ffffd,0x9ff90000,0x19ffbfe3,0xfd3fb402,0xa0170370,0x00bfcaff,0xdf8405df,0xfe0b4eb1,0x06a44209,0x6e380fb1,0xc8344219,0xb61dc5fd,0x3659f9df,0xa1eb0257,0xcbffdf00,0x5ed9062c,0x02f47fc3,0x3e7ffffd,0xaff90000,0x1affbfe3,0xfd3fb102,0x901903d0,0x00dfccff,0xef82057f,0xfd0afeac,0x06944009,0xce380e21,0xc233e218,0xb61dc5fd,0x565ef9ef,0xa3eb0257,0xcb9fde01,0x5edb060c,0x02f41fc4,0x3e6ffffd,0xaff90000,0x1affbfe3,0xfd3fb102,0x901b0410,0x00dfcbff,0xef82056f,0xfd0b2eba,0x06743f09,0xfe390d01,0xbf33a216,0xb60dc7fd,0x465cf9ef,0xa8eb0254,0xcb3fe102,0x2edf05fc,0x02f43fc5,0x3e6ffffd,0xbff90000,0x1affbfe3,0xfd2fb702,0x901c0410,0x00dfc8ff,0xef83057f,0xfd0b6ed6,0x06743e0a,0x0e3a0c41,0xbd337213,0xb60dcafd,0x3658f9df,0xadeae24f,0xcabfe502,0xeee405fc,0x02f47fc5,0x3e6ffffd,0xdffa0000,0x1affbfe3,0xfd1fbe02,0x901c03f0,0x00dfc7ff,0xef82058f,0xfd0b4eee,0x06a43e0a,0x0e3c0c21,0xbb336210,0xb5fdcdfd,0x2655f9bf,0xafead24b,0xca1fe403,0x6ee4060c,0x01f4bfc5,0x3e5ffffd,0xcffa0000,0x1affbfe3,0xfd0fbf02,0x901c03c0,0x00cfc800,0x0f82058f,0xfb0abf05,0x06f44009,0xfe3e0ca1,0xbb33820c,0xb5edd1fd,0x1650f9af,0xb0eac248,0xc94fde03,0xaedf061b,0xfff4ffc4,0x3e4ffffd,0xbff90000,0x19ffbfe3,0xfd0fba02,0x901c0370,0x00bfc800,0x0f81059f,0xfa0a5f22,0x07a44109,0xee3f0d41,0xbb33b20b,0xb5edd2fd,0x064cf98f,0xb1eac245,0xc89fda03,0xeeda063b,0xfef52fc4,0x3e3ffffd,0xaff90000,0x19ffbfe3,0xfd0fb602,0xa01b0340,0x00bfc300,0x0f8205df,0xfa0aaf57,0x08f44209,0xbe3e0dd1,0xbd33e210,0xb5fdcefc,0xe646f97f,0xb4ead241,0xc81fdf04,0x1ed3065b,0xfef53fc5,0x3e4ffffd,0x9ff90000,0x1affbfe4,0xfcffb402,0xa0190360,0x00bfbdff,0xef83063f,0xfc0b4f92,0x0a844209,0x8e3b0e81,0xbf342217,0xb61dc6fc,0xc641f95f,0xb8eae23e,0xc7dfe804,0x4ece066b,0xfef53fc5,0x3e6ffffd,0x8ff90000,0x1bffbfe4,0xfcffb402,0xb01703b0,0x00bfbaff,0xdf85066f,0xfc0bffb4,0x0bb44109,0x6e3a0f01,0xc034521c,0xb61dc1fc,0xb63ef94f,0xb8eb023f,0xc7bfec04,0x3ecf067b,0xfef54fc5,0x3e7ffffd,0x7ff90000,0x1cffbfe4,0xfcefb902,0xb01603d0,0x00afb8ff,0xcf86068f,0xfe0c8fca,0x0cb43f09,0x7e380f71,0xc034821f,0xb62dbffc,0xb63df93f,0xb4eb3246,0xc7efee03,0xfed6068b,0xfef55fc4,0x3e8ffffd,0x6ff80000,0x1cffbfe4,0xfcefc302,0xb01703f0,0x00bfb7ff,0xcf87069f,0xfe0cffd2,0x0d343d09,0x8e370fa1,0xbf34a220,0xb62dbefc,0xb63df93f,0xb2eb524c,0xc80fee03,0xcedd068b,0xfef56fc4,0x3e8ffffd,0x6ff80000,0x1cffbfe4,0xfcdfcc02,0xb0180400,0x00bfb7ff,0xbf8706af,0xfd0d1fc7,0x0ce43d09,0x8e370f71,0xc034a220,0xb62dbefc,0xb63cf93f,0xb2eb724b,0xc7ffee03,0xbee3067b,0xfff54fc4,0x3e9ffffd,0x7ff90000,0x1cffbfe4,0xfcbfd302,0xb0190410,0x00cfb7ff,0xbf8506bf,0xfc0d0fb0,0x0c143c09,0x8e380f11,0xc034921e,0xb62dc0fc,0xb63df93f,0xb3eb8249,0xc7dfed03,0xaee8066c,0x00f53fc5,0x3e9ffffd,0x9ff90000,0x1cffbfe4,0xfc9fd702,0xb01a0420,0x00cfb8ff,0xbf8606af,0xfb0cef96,0x0b243a09,0x9e390eb1,0xbf34721a,0xb61dc3fc,0xb63df94f,0xb3eb924c,0xc7bfee03,0xaee9065c,0x00f54fc4,0x3e8ffffd,0xaff90000,0x1bffbfe5,0xfc8fd702,0xa01c0410,0x00cfb9ff,0xcf88068f,0xfb0cbf77,0x0a043609,0xce390e31,0xbe345214,0xb60dc9fc,0xb63ef94f,0xb2eb7252,0xc78fee03,0x9ee5066b,0xfff57fc4,0x3e7ffffd,0x8ff90000,0x1affbfe5,0xfc9fd202,0xa01e03d0,0x00cfbaff,0xdf89066f,0xfa0caf58,0x08c43309,0xee390db1,0xbc343210,0xb5fdcefc,0xc63ef94f,0xb1eb6259,0xc76ff103,0x8ee2067b,0xfff5afc3,0x3e6ffffd,0x7ff90000,0x19ffbfe4,0xfc9fcd02,0xa02003a0,0x00dfbcff,0xdf88065f,0xf90d2f3a,0x0734320a,0x0e390d11,0xb934120e,0xb5fdcffc,0xc63ff94f,0xaeeb6262,0xc76ffa03,0x7ee1066b,0xfef59fc5,0x3e6ffffd,0x6ff80000,0x1affbfe4,0xfcbfca02,0xa01f0380,0x00efbeff,0xef87066f,0xf80dbf1f,0x0594320a,0x0e390c81,0xb633f20f,0xb5fdcffc,0xc63ff94f,0xabeb726b,0xc7600403,0x7ee0064b,0xfef58fc6,0x3e5ffffd,0x6ff80000,0x1affbfe4,0xfccfc902,0xa01d0370,0x00ffbeff,0xdf87067f,0xf80daf13,0x04c4320a,0x0e380c01,0xb333d210,0xb5fdcdfc,0xc640f94f,0xa8eb9270,0xc7700903,0x7edf063b,0xfef58fc7,0x3e6ffffd,0x6ff80000,0x1affbfe4,0xfccfc802,0xb01d0360,0x00ffbcff,0xdf87069f,0xf90d0f10,0x04643309,0xee380ba1,0xb133b212,0xb5fdcbfc,0xc641f94f,0xa4ebd271,0xc7600803,0x6ede064b,0xfff5bfc7,0x3e6ffffd,0x6ff80000,0x1affbfe4,0xfcafc902,0xb01e0350,0x00ffbaff,0xcf8706bf,0xfa0c8f16,0x04743409,0xce380b61,0xb033a214,0xb5fdc9fc,0xc642f95f,0xa4ec026d,0xc7600603,0x6edd064c,0x00f5afc6,0x3e7ffffd,0x7ff90000,0x1affbfe5,0xfc8fcc02,0xb01e0360,0x00ffb8ff,0xbf8806df,0xfa0cdf30,0x05143509,0xae390b31,0xb1338214,0xb5fdcafc,0xc641f95f,0xacebd25e,0xc7700403,0x7ee0064c,0x01f52fc5,0x3e9ffffd,0x8ff90000,0x1cffbfe5,0xfc7fd002,0xb01c03f0,0x00efb6ff,0xaf8806ff,0xfb0d7f56,0x05f43709,0x9e3b0b31,0xb3337212,0xb5fdcbfc,0xc640f95f,0xb6eb924b,0xc7900103,0x8ee4065c,0x02f48fc4,0x3eaffffd,0x9ff90000,0x1effafe5,0xfc5fd502,0xc01904a0,0x00efb6ff,0xaf8706df,0xfc0dcf74,0x06943709,0xae3b0b61,0xb133820f,0xb5fdcefc,0xc640f94f,0xbbeb5243,0xc7c00103,0xbee6066c,0x02f46fc4,0x3eaffffd,0x9ff90000,0x1effafe5,0xfc5fd602,0xc01b04b0,0x00dfb9ff,0xcf86066f,0xfd0ddf8e,0x06f43509,0xfe3b0be1,0xad33b20b,0xb5edd2fc,0xc63ff94f,0xbceb3241,0xc7f00304,0x0ee6067c,0x00f4dfc3,0x3e8ffffd,0x7ff90000,0x1bffbfe5,0xfc6fd502,0xb0200430,0x00dfbaff,0xcf85062f,0xff0defa4,0x0734320a,0x3e3a0c41,0xab33d209,0xb5edd4fc,0xc63ff94f,0xbaeb3244,0xc8400404,0x5ee4068b,0xfff53fc2,0x3e6ffffd,0x6ff80000,0x19ffbfe5,0xfc7fd202,0xa02503c0,0x00dfb8ff,0xbf870640,0x010e0fb7,0x07742f0a,0x2e380c21,0xae33c20c,0xb5edd1fc,0xc63ff94f,0xb5eb6252,0xc8900204,0x9edd068c,0x00f54fc3,0x3e7ffffd,0x6ff80000,0x19ffbfe5,0xfc7fcf02,0xa02503d0,0x00dfb4ff,0x9f890690,0x030e2fc5,0x07a42c0a,0x0e370be1,0xb333a210,0xb5fdcdfc,0xc640f95f,0xafebb263,0xc8f00004,0xbed5067c,0x01f54fc3,0x3e9ffffd,0x6ff80000,0x1affbfe5,0xfc6fcb02,0xa0230400,0x00dfb3ff,0x8f8b06a0,0x050e3fcc,0x07b42b09,0xee360ba1,0xb4338214,0xb60dc9fc,0xc63ff94f,0xadebe269,0xc9300004,0xbed1067c,0x02f56fc3,0x3e9ffffd,0x6ff80000,0x19ffbfe5,0xfc5fc802,0xa02303f0,0x00dfb4ff,0x8f8b06a0,0x070e1fca,0x07c42c09,0xde350b71,0xb1336218,0xb60dc6fc,0xb63df93f,0xb0ec2265,0xc9500204,0xaed0068c,0x03f5cfc2,0x3e9ffffd,0x7ff90000,0x18ffbfe5,0xfc4fc602,0xa0250380,0x00dfb6ff,0x8f8a0690,0x080e0fc3,0x07942e09,0xce350b41,0xaf33421a,0xb61dc4fc,0xb63cf93f,0xb2ec4261,0xc9500404,0x8ed2067c,0x04f5ffc2,0x3e9ffffd,0x7ff90000,0x17ffbfe6,0xfc3fc702,0xa0260330,0x00ffb8ff,0x9f870670,0x070e0fb1,0x06f42f09,0xce360b11,0xb1335218,0xb61dc6fc,0xb63cf93f,0xb5ec225f,0xc9200404,0x5ed9065c,0x04f5bfc5,0x3e8ffffd,0x9ff90000,0x18ffbfe6,0xfc3fcb02,0xa0240340,0x012fbbff,0xbf830650,0x050e1f99,0x06343009,0xde380ad1,0xb3336214,0xb60dc9fc,0xb63cf93f,0xb7ebf25d,0xc8e00204,0x1ee3061c,0x03f54fc8,0x3e7ffffd,0xaff90000,0x1affbfe6,0xfc3fd102,0xb0220370,0x012fbdff,0xcf820660,0x040e1f83,0x05c43109,0xce390a71,0xb2334213,0xb60dcbfc,0xb63df94f,0xb9ebd25a,0xc8bfff03,0xfee7061c,0x01f53fc8,0x3e7ffffd,0xaff90000,0x1bffbfe6,0xfc4fd502,0xb0220360,0x00ffbfff,0xdf8506a0,0x030e2f6d,0x05843109,0xae3b09c1,0xae331213,0xb60dcbfc,0xb63df93f,0xbcebc256,0xc8affa03,0xfee8064b,0xfff54fc4,0x3e6ffffd,0x9ff90000,0x1affbfe7,0xfc5fd702,0xb0230340,0x00dfbfff,0xef8806d0,0x030e3f5f,0x05643209,0x8e3c0931,0xaa32e214,0xb60dc9fc,0xb63df93f,0xbeebc250,0xc8bff703,0xfee6067b,0xfdf58fc1,0x3e5ffffd,0x8ff90000,0x19ffbfe7,0xfc6fd702,0xb0250300,0x00dfbeff,0xef870700,0x040e2f5d,0x05743209,0x7e3c08e1,0xa632e218,0xb60dc6fc,0xb63df93f,0xc2ebc249,0xc8dffb03,0xfee1068b,0xfcf5ffc2,0x3e4ffffd,0x7ff90000,0x18ffbfe8,0xfc7fd602,0xb0250290,0x00dfbcff,0xdf850720,0x050e2f62,0x05a43309,0x6e3c08b1,0xa332e21d,0xb61dc1fc,0xb63df93f,0xc5ebd241,0xc9000103,0xfedb067b,0xfdf66fc3,0x3e4ffffd,0x7ff90000,0x17ffbfe9,0xfc8fd402,0xb0250230,0x00efbaff,0xcf850720,0x070e4f6a,0x05e43209,0x7e3b08a1,0xa232f221,0xb62dbdfc,0xb63ef94f,0xc6ebd23f,0xc9000003,0xeed8068b,0xfdf69fc3,0x3e4ffffd,0x7ff90000,0x17ffbfea,0xfc9fd502,0xb0250210,0x00efb8ff,0xbf860720,0x090e6f79,0x06543009,0x8e3908c1,0xa1330225,0xb63db9fc,0xc63ff94f,0xc5ebe242,0xc8eff703,0xced7068b,0xfef67fc2,0x3e6ffffd,0x7ff90000,0x19ffbfea,0xfcbfd902,0xb0240260,0x00dfb6ff,0xbf860700,0x0b0e6f84,0x06942e09,0x9e3808d1,0xa1331227,0xb63db7fc,0xc641f95f,0xc4ebf246,0xc8cff003,0xbeda068b,0xfff63fc1,0x3e7ffffd,0x8ff90000,0x1affbfeb,0xfccfde02,0xc02302a0,0x00dfb8ff,0xcf8506d0,0x0b0e0f89,0x06642e09,0xae3808d1,0xa0332227,0xb63db7fc,0xc641f95f,0xc4ec1249,0xc8cfed03,0xbee2067b,0xfef5ffc1,0x3e6ffffd,0xaff90000,0x1bffbfec,0xfcdfe602,0xc02302c0,0x00dfbbff,0xef850690,0x0a0d9f8a,0x06142e09,0xbe3908c1,0x9f334226,0xb63db7fc,0xc641f95f,0xc4ec224c,0xc8dfeb03,0xceec066b,0xfdf5bfc1,0x3e5ffffd,0xcff90000,0x1bffbfec,0xfcefef02,0xc02202c0,0x00dfbcff,0xef840680,0x0b0d6f8a,0x05d42e09,0xce3908c1,0x9d335226,0xb63db8fc,0xc641f95f,0xc4ec124b,0xc90feb03,0xceee066b,0xfdf5afc1,0x3e5ffffd,0xcff90000,0x1affbfed,0xfcfff102,0xc02302c0,0x00dfbaff,0xdf840690,0x0c0d8f88,0x05a42c09,0xce3908b1,0x9c336225,0xb63db8fc,0xc640f95f,0xc5ebe246,0xc94fec03,0xdee7066b,0xfdf5dfc0,0x3e5ffffd,0xbff90000,0x1affbfee,0xfd1fef02,0xc02402a0,0x00dfb9ff,0xcf8406a0,0x0d0ddf87,0x05a42b09,0xde3908a1,0x98337226,0xb63db8fc,0xb63df94f,0xc5ebb242,0xc98ff103,0xeedf067b,0xfdf60fc0,0x3e6ffffd,0xaff90000,0x1affbfee,0xfd4feb02,0xc0260280,0x00efb8ff,0xcf8106b0,0x0d0e7f88,0x05f42c09,0xde3808a1,0x91336227,0xb63db7fc,0x9636f91f,0xc5ebc243,0xc9dfff04,0x1ed8067b,0xfef60fc1,0x3e6ffffd,0x9ff90000,0x1affbfef,0xfd6fe702,0xc0250280,0x00efb7ff,0xbf7d06b0,0x0c0f3f8b,0x06642d09,0xee3808b1,0x8733422a,0xb64db4fc,0x662df8ef,0xc4ebd245,0xca201004,0x4ed3067b,0xfff5ffc2,0x3e7ffffd,0x8ff90000,0x1affbfee,0xfd3fdf02,0xc02402a0,0x00efb7ff,0xbf7c06e0,0x0c0f8f8f,0x06a42d09,0xee3708e1,0x7932e22e,0xb65db0fc,0x3626f8bf,0xc3ebd246,0xca801804,0x3ed3068b,0xfff5bfc1,0x3e8ffffd,0x8ff90000,0x1bffbfec,0xfccfd902,0xd02302d0,0x00dfb7ff,0xaf7d0710,0x0c0f8f93,0x06c42c09,0xde350921,0x67324234,0xb66daafc,0x1620f89f,0xc1ebb248,0xcaf01903,0xeeda069b,0xfff54fbf,0x3e9ffffd,0x8ff90000,0x1dffafe9,0xfc5fda02,0xd0210330,0x00cfb8ff,0xaf7e0750,0x0b0f3f9a,0x06a42c09,0xce350991,0x4f31b238,0xb66da6fb,0xf61af86f,0xc0eba247,0xcb401803,0xbee0069c,0x00f4ffbe,0x3eaffffd,0x8ff90000,0x1effafe7,0xfbdfd902,0xe0210360,0x00dfbdff,0xaf7b0770,0x080edf9f,0x06442d09,0xae360a21,0x2d312236,0xb66da9fb,0xd614f84f,0xc2eb923f,0xcb601903,0xdee6067c,0x01f50fbf,0x3eaffffd,0xbff90000,0x1cffafe8,0xfbdfdc02,0xd0220330,0x00ffc2ff,0xbf790770,0x050e2fa8,0x05942e09,0x9e380ae1,0x0430a231,0xb65dadfb,0xa60df81f,0xc6eb8236,0xcb801b04,0x3eeb063c,0x03f52fc1,0x3e8ffffd,0xeffa0000,0x1bffbfe9,0xfbcfdb02,0xc02402e0,0x010fc6ff,0xcf790710,0x070cafbc,0x03e42b09,0xee370c60,0xdf305231,0xb65dadfb,0x6602f7df,0xc7eb9234,0xcca02204,0xeee9063c,0x04f4ffc0,0x3e9ffffd,0xeffa0000,0x1bffbfea,0xfbcfd802,0xb0260310,0x00ffc7ff,0xbf7c0640,0x0e09afe5,0x00b4240a,0x9e320ed0,0xbc302235,0xb66da9fb,0x05f4f77f,0xc6ebb237,0xcf203006,0x1ee2065c,0x04f44fbe,0x3eaffffd,0xbff90000,0x1dffafea,0xfbdfd202,0xa02803d0,0x00ffc9ff,0xbf7f0580,0x1606d010,0xfd041f0b,0x3e2e1120,0x9b302239,0xb66da5fa,0xa5e6f71f,0xc3ebd23b,0xd1903907,0x5edb066c,0x03f3ffbd,0x3eaffffd,0x9ff90000,0x1effafeb,0xfbefcc02,0x902a0440,0x011fcaff,0xbf7d04e0,0x1b04e034,0xf8e41c0b,0xae2d12c0,0x7c30223c,0xb67da2fa,0x35d7f6bf,0xc0ebc23c,0xd3603808,0x6ed6065c,0x03f49fbf,0x3e9ffffd,0x8ff90000,0x1dffafec,0xfbffc902,0x802c03c0,0x013fcaff,0xcf7a0460,0x20034058,0xf4841c0b,0xee2e1400,0x6130323f,0xb67d9ff9,0xc5caf64f,0xbbeb923d,0xd4e03409,0x7ed4063c,0x03f58fc2,0x3e7ffffd,0x8ff90000,0x1affbfec,0xfc0fc802,0x702d0300,0x014fcaff,0xdf780410,0x2401f07a,0xf0a41d0b,0xee2e14c0,0x4d306243,0xb68d9bf9,0x65bef5ff,0xb7eb923c,0xd5e03a0a,0xaed5062c,0x01f5afc2,0x3e6ffffd,0x7ff90000,0x1affbfed,0xfc0fcc02,0x602e0310,0x013fc8ff,0xdf7803f0,0x2700f09d,0xece41f0b,0xae2f1500,0x3d30b248,0xb68d96f9,0x15b3f59f,0xb3eba239,0xd6a04a0c,0x0ed9063c,0x00f52fc1,0x3e6ffffd,0x8ff90000,0x1cffbfee,0xfbffd602,0x602e03c0,0x012fc6ff,0xff7803d0,0x29fff0b5,0xea24210b,0x6e311530,0x3130f249,0xb68d95f8,0xd5abf56f,0xb1ebc238,0xd6e05b0d,0x1edf064b,0xfef4bfbf,0x3e5ffffd,0x8ff90000,0x1fffafed,0xfbefdc02,0x602d0450,0x011fc400,0x0f7703b0,0x29feb0be,0xe884230b,0x4e321570,0x2731123e,0xb67da0f8,0xb5a9f54f,0xb3ec023c,0xd660670d,0x9ee7066b,0xfbf4cfbd,0x3e4ffffd,0x9ff90000,0x20ffafed,0xfbbfe302,0x502d0480,0x00ffc200,0x2f750390,0x29fd70c0,0xe764240b,0x4e3315a0,0x20312230,0xb65daef8,0xb5a9f54f,0xb6ec5242,0xd590710d,0xcef0068b,0xf9f51fba,0x3e2ffffd,0xaff90000,0x21ffafec,0xfb9fe902,0x402f0470,0x00ffc100,0x3f710380,0x28fcc0c3,0xe6c4230b,0x5e3315b0,0x19310229,0xb63db5f8,0xb5a8f54f,0xb7ec9247,0xd5007b0d,0xeeef069b,0xf8f57fb9,0x3e1ffffd,0xaff90000,0x21ffafeb,0xfb8fe702,0x402f0450,0x010fbf00,0x2f6c0370,0x28fca0c6,0xe684210b,0x9e3315a0,0x1330b22a,0xb63db4f8,0xa5a8f53f,0xb7ecb24c,0xd490840d,0xeee5069b,0xf8f60fbb,0x3e1ffffd,0x8ff90000,0x1effafea,0xfb9fdd02,0x303003f0,0x010fbe00,0x1f680350,0x28fc60c8,0xe6641f0b,0xde321570,0x0f30622c,0xb64db2f8,0xb5aaf53f,0xb6ece251,0xd420870d,0xeedd06ab,0xf9f66fbb,0x3e1ffffd,0x7ff90000,0x1cffafe9,0xfb9fd402,0x203103b0,0x00dfbeff,0xff680320,0x28fb70cb,0xe6241d0c,0x0e311530,0x0e30422d,0xb64db1f8,0xd5aef55f,0xb1ed0258,0xd3a07f0d,0xfedc06db,0xfbf65fb8,0x3e3ffffd,0x9ff90000,0x1cffbfe9,0xfb7fd102,0x203203e0,0x00afbfff,0xef690300,0x28fa70cd,0xe5f41c0c,0x1e2f14f0,0x0f30322f,0xb64daff9,0x05b3f58f,0xaced425f,0xd340710d,0xfedd070b,0xfcf60fb3,0x3e4ffffd,0xbff90000,0x1cffbfe8,0xfb5fd102,0x10330440,0x008fbfff,0xef6902e0,0x27fa30ce,0xe6141c0c,0x2e2e14c0,0x10303230,0xb64daef9,0x25b6f5af,0xaced8260,0xd2f0690e,0x1ee1073b,0xfdf5efb1,0x3e5ffffd,0xcff90000,0x1bffbfe8,0xfbafd202,0x00330470,0x006fbfff,0xef6702e0,0x24faa0d0,0xe6641e0c,0x1e2e14c0,0x11305231,0xb64dadf9,0x35b7f5bf,0xafede25c,0xd2d0640e,0x3ee6075b,0xfcf5efaf,0x3e3ffffd,0xdffa0000,0x19ffbfe7,0xfc0fd402,0x00330490,0x004fbfff,0xff6502f0,0x21fb20d0,0xe6c41f0c,0x1e2e14b0,0x11306231,0xb64dadf9,0x35b7f5cf,0xb2ee1257,0xd2d0620e,0x6eec076b,0xfbf5efae,0x3e2ffffd,0xdffa0000,0x19ffbfe6,0xfc6fd701,0xf03304b0,0x004fbe00,0x0f640300,0x1ffb90ce,0xe7141e0c,0x3e2e1490,0x0e306231,0xb64dadf9,0x35b7f5cf,0xb4edf253,0xd310660e,0x9ef4077b,0xfaf5bfae,0x3e2ffffd,0xeffa0000,0x1affbfe8,0xfc2fe301,0xf03104f0,0x003fbd00,0x0f630320,0x1dfc10cc,0xe7741c0c,0x4e2e1460,0x0a306231,0xb64dacf9,0x35b6f5cf,0xb5eda24f,0xd3806c0e,0xcefb078b,0xfaf58fae,0x3e3ffffd,0xeffa0000,0x1cffbfe9,0xfbffee01,0xf02f0540,0x003fbd00,0x0f620330,0x1cfcc0ce,0xe7b4190c,0x6e2e1440,0x05305230,0xb64daef9,0x25b4f5bf,0xb4ed824c,0xd3b06f0e,0xcefc078b,0xfaf58fae,0x3e3ffffd,0xeffa0000,0x1cffafea,0xfbcff401,0xf02f0560,0x003fbe00,0x0f600340,0x1cfda0d4,0xe7e4170c,0x8e2d1430,0x0130422d,0xb63db1f9,0x05b2f59f,0xb2ed824b,0xd3b0700e,0x8ef8078b,0xf9f59fad,0x3e3ffffd,0xeffa0000,0x1cffafec,0xfb9ff401,0xe0300570,0x003fbeff,0xff5f0340,0x1dfe80d9,0xe834150c,0x8e2c142f,0xfc30322d,0xb63db0f8,0xe5b0f57f,0xb0ed724a,0xd3a06e0e,0x3eef077b,0xfaf5efad,0x3e3ffffe,0x0ffa0000,0x1affbfed,0xfb5ff001,0xd0310540,0x002fbdff,0xcf600360,0x1fff70db,0xe914140c,0x5e2b141f,0xf8304235,0xb65da9f8,0xf5b0f57f,0xb1ed7247,0xd390690d,0xeedd077b,0xfef67fad,0x3e3ffffe,0x4ffb0000,0x16ffcfef,0xfaffe301,0xd03404d0,0x001fbcff,0x8f610380,0x220030da,0xea14130c,0x1e29140f,0xf4306241,0xb67d9df8,0xf5b1f57f,0xb2ed6243,0xd370630d,0x9ec8076c,0x02f73fad,0x3e4ffffe,0xaffc0000,0x0fffdff0,0xfa8fd301,0xc0370430,0x000fbcff,0x5f6103a0,0x24ffb0d2,0xeab4140b,0xee2713df,0xed309252,0xb69d8df8,0xe5aff56f,0xb3ed623f,0xd360630d,0x6ec0073c,0x06f84fb0,0x3e3fffff,0x2ffd0000,0x05fffff1,0xfa3fcd01,0x803a03f0,0x001fbdff,0x2f6003d0,0x26fd80c1,0xeac4150b,0xde25138f,0xe430c26a,0xb6cd75f8,0xb5aaf53f,0xb3ed623c,0xd3306b0d,0x4ec106ec,0x0af98fb6,0x3e1fffff,0xcfffffff,0xf9001ff1,0xf9ffd001,0x203e0420,0x001fc0ff,0x1f5d03e0,0x26fb30af,0xeaf4190b,0xae25132f,0xdd30f279,0xb6ed66f8,0x85a6f51f,0xb2ed723c,0xd320720d,0x4ec5066c,0x0efb0fbd,0x3dd00000,0xa001ffff,0xea003ff2,0xf9afd300,0xc04403f0,0x002fc7ff,0x2f5903b0,0x23f9409e,0xeb54230b,0x4e2912bf,0xd9311272,0xb6dd6df8,0x75a4f4ff,0xb2ede241,0xd310770d,0x4ec9059c,0x11fccfc8,0x3d700101,0xf005ffef,0xd5007ff2,0xf92fcf00,0x604f0340,0x002fd1ff,0x5f540360,0x1ff7b08e,0xebd42e0a,0xee2d123f,0xd7311264,0xb6bd7bf8,0x65a3f4ef,0xb1ee5249,0xd3207a0d,0x5ecd04cc,0x14feafd4,0x3cf00203,0x8009ffcf,0xbd00bff3,0xf89fc800,0x005d0240,0xffcfd7ff,0x8f530300,0x1df77087,0xec44380a,0x9e31124f,0xd931125b,0xb6ad83f8,0x75a4f4ff,0xadee6250,0xd340780d,0x8ecd047c,0x16005fd7,0x3c800404,0xe00dffbf,0xa700fff4,0xf7efc3ff,0xa06e01c0,0xfeffdbff,0xcf560280,0x1bf83088,0xec94410a,0x5e3312bf,0xde311256,0xb6ad88f8,0x95a8f52f,0xa7ee0257,0xd3806f0d,0xeecb04bc,0x1701efd3,0x3c200506,0x4011ff9f,0x92013ff5,0xf72fbdff,0x60830190,0xfe1fdbff,0xff5a0250,0x1bf9108b,0xed04460a,0x4e34132f,0xe4310257,0xb6ad88f8,0xb5abf54f,0xa3ed825b,0xd3a0660e,0x2ec8052c,0x17035fcc,0x3bb00707,0x9015ff7f,0x7f016ff6,0xf64fbbff,0x209601e0,0xfd0fd400,0x2f6002b0,0x1bfa208d,0xed84420a,0x6e32137f,0xe8310263,0xb6cd7cf8,0xc5abf55f,0xa3ece259,0xd3805f0e,0x0ec605cc,0x1504afc3,0x3b600908,0xf019ff5f,0x6e019ff7,0xf55fbfff,0x00a20210,0xfc0fca00,0x4f650350,0x1cfb1090,0xee343b0a,0xae2f13bf,0xeb30f274,0xb6ed6bf8,0xd5abf56f,0xa4ec5254,0xd340590d,0xcec4066c,0x1305cfb9,0x3b200c0a,0x401cff4f,0x6001cff7,0xf47fc3ff,0x00aa0210,0xfbafc500,0x3f610340,0x1efaf090,0xef24350b,0x3e2e13ef,0xed30d281,0xb70d5ff8,0xd5acf56f,0xa3ec2251,0xd330570d,0xbec206bc,0x14060fb5,0x3b000d0a,0xf01fff3f,0x5801eff7,0xf3efc2ff,0x00af0240,0xfbcfc500,0x1f540290,0x21f9d08e,0xf094310c,0x3e2d142f,0xed30b28a,0xb70d56f8,0xd5adf56f,0x9fec724f,0xd340580d,0xdec2069c,0x17059fb6,0x3b100d0b,0x301fff3f,0x5801eff6,0xf3bfbdfe,0xf0b002d0,0xfbffc5ff,0xef480200,0x24f85089,0xf1942f0c,0xfe2c143f,0xee30928f,0xb71d50f8,0xd5adf56f,0x9cecc24f,0xd3505a0d,0xfec2066c,0x1b053fb7,0x3b200e0b,0x6020ff3f,0x5901dff5,0xf39fb7fe,0xe0b20350,0xfc2fc2ff,0xcf4101d0,0x27f6507a,0xf1d4300c,0xee2d142f,0xf1305292,0xb71d4ef8,0xc5abf55f,0x9bece251,0xd360600d,0xfec0064c,0x1c055fb6,0x3b400e0b,0x9020ff3f,0x5c01dff6,0xf34fbbfe,0xf0b10310,0xfc4fbfff,0xbf3e01c0,0x29f46068,0xf1d4330c,0x8e2f13ff,0xf4302291,0xb72d4ff8,0xb5a9f54f,0x9bed0254,0xd380660d,0xfebd063c,0x1d05cfb5,0x3b500f0b,0xe021ff4f,0x5e01cff8,0xf2ffbeff,0x00b202b0,0xfc0fbeff,0xcf3f01b0,0x2af3f05e,0xf1e4390c,0x2e3313ff,0xf4302286,0xb70d59f8,0xa5a8f53f,0x9ded2256,0xd3f06a0e,0x4ebd064c,0x1d064fb5,0x3b30100c,0x5023ff2f,0x5501eff9,0xf29fc3ff,0x20b80220,0xfb6fbf00,0x0f470190,0x28f48059,0xf204410b,0xbe38140f,0xf130426f,0xb6dd70f8,0x95a6f53f,0xa3ed6256,0xd4d06d0e,0xeebd068c,0x1a071fb7,0x3ad0110d,0x1025ff0f,0x3f022ffa,0xf22fcbff,0x40c30150,0xfadfbe00,0x3f4f0160,0x28f5605b,0xf234480b,0xae3c142f,0xf130525f,0xb6bd80f8,0x95a5f52f,0xa5eda25a,0xd5706f0f,0x6ebd06dc,0x18079fb9,0x3a70130d,0xb027fedf,0x2b026ffb,0xf1dfd2ff,0x60cb00c0,0xfa6fbb00,0x4f520100,0x2bf70070,0xf2544c0c,0x7e3f149f,0xf930325e,0xb6bd81f8,0x85a3f51f,0x9cee126c,0xd560700f,0x6ebd072c,0x1607bfb9,0x3a20140e,0x0028febf,0x1f028ffb,0xf1bfd9ff,0x60cb00c0,0xfa2fb700,0x5f5400a0,0x2ef8d088,0xf2844d0d,0xbe401500,0x052fe265,0xb6cd7af8,0x75a1f50f,0x90ee6281,0xd510710f,0x4ebd076c,0x14078fb8,0x39f0140e,0x1028feaf,0x1802affc,0xf1cfe0ff,0x70c90110,0xfa4fb300,0x3f530080,0x32f93086,0xf2e4490e,0x9e3f1510,0x0c2f9270,0xb6dd6ff8,0x65a0f50f,0x8dee7284,0xd500710f,0x5ebb077c,0x13074fb7,0x3a00130d,0xc027febf,0x1e029ffc,0xf1ffe5ff,0x70c30130,0xfaefafff,0xff4d00b0,0x38f88067,0xf3a43e0f,0x4e3c14b0,0x0f2f3282,0xb6fd5df8,0x559ff4ff,0x91ee2279,0xd520700f,0xaeb8074c,0x1406dfb5,0x3a60110d,0x0025feef,0x32025ffc,0xf26feaff,0x70ba0140,0xfb8faeff,0xcf4a00d0,0x3cf7a04b,0xf444370f,0xae391470,0x112ef292,0xb71d4df8,0x559ef4ff,0x97edc26f,0xd540710f,0xbeb506fc,0x15066fb5,0x3ab0100c,0x3022ff0f,0x45021ffc,0xf2dfecff,0x60b20140,0xfc0fb0ff,0xcf4d00c0,0x3cf6b03d,0xf4c4370f,0x9e3a1490,0x102ed29e,0xb72d42f8,0x559df4ef,0x9bed426d,0xd4e0760f,0x6eb4069c,0x14062fba,0x3ac00e0b,0x9020ff2f,0x4f01fffc,0xf34febff,0x70ac0110,0xfc8fb4ff,0xdf5400b0,0x3af5f035,0xf5343b0f,0x3e3b14d0,0x0d2ec2a4,0xb73d3cf8,0x459df4ef,0x9fece270,0xd4807b0e,0xfeb4063c,0x1205dfc1,0x3ad00d0a,0xf01fff3f,0x5701effc,0xf3bfe7ff,0x70a700c0,0xfcefb7ff,0xef5c00c0,0x39f61034,0xf5d4400e,0xfe3c1510,0x0a2ec29e,0xb72d41f8,0x459cf4df,0xa2ed1276,0xd4807e0e,0xceb305ec,0x10056fc6,0x3ad00c0a,0x501dff4f,0x6001cffc,0xf43fe5ff,0x70a000b0,0xfd3fbaff,0xff6600e0,0x39f7403c,0xf694450e,0xae3e1560,0x082ee289,0xb70d57f8,0x259af4bf,0xa4ee0284,0xd5007e0e,0xbeb305cc,0x0e04dfc9,0x3ac00b09,0xa01bff5f,0x6901bffc,0xf4bfe4ff,0x809700c0,0xfd9fbcff,0xff6e0120,0x3af8a042,0xf764490e,0x5e3f1580,0x062ef27a,0xb6ed65f8,0x159af4af,0xa6eea28c,0xd5507c0e,0xbeb1058c,0x0c043fcd,0x3ad00908,0xd019ff6f,0x75018ffd,0xf55fe2ff,0x808e00f0,0xfe6fbcff,0xdf7101a0,0x3df9d042,0xf834490d,0xfe3d1550,0x032f1282,0xb6fd5df8,0x259bf4bf,0xa7ee728a,0xd5307a0e,0xaea8051c,0x0b035fd4,0x3b100807,0xc016ff8f,0x85015ffd,0xf61fddff,0x80830150,0xff3fbcff,0xbf720240,0x41fb0040,0xf914480d,0x9e3a14e0,0x022f3293,0xb71d4df8,0x459ef4df,0xa9edd282,0xd4d0770e,0x7e9d049c,0x0b026fda,0x3b600606,0xa012ff9f,0x97012ffe,0xf6efd7ff,0x907701b0,0xffbfbdff,0xaf7c0280,0x42fbf03c,0xfa04460d,0x4e3914a0,0x022f529c,0xb73d44f8,0x65a1f4ff,0xabed2279,0xd4d0710e,0x4e99045c,0x0a01cfde,0x3b900505,0xb010ffaf,0xa4010fff,0xf78fd4ff,0xa06f01d0,0xffefc2ff,0xaf8d0290,0x43fc9037,0xfb04440d,0x1e391460,0x062f72a1,0xb73d3ff8,0x85a4f50f,0xadec226d,0xd510680e,0x0e9b045c,0x08016fdf,0x3bb00404,0xf00dffbf,0xac00efff,0xf7efd5ff,0xb06a01a0,0xffffc5ff,0xbf9e02a0,0x42fd702f,0xfc04430c,0xde3a1440,0x072fa2a4,0xb74d3cf8,0x95a6f52f,0xb0eb5264,0xd520610d,0xce9d044c,0x0700ffe0,0x3bd00304,0x600cffcf,0xb300d000,0xf83fd6ff,0xc0650180,0x001fc7ff,0xbfae0300,0x43ff3024,0xfd24430c,0x6e391450,0x032fd2a7,0xb74d39f8,0xa5a8f53f,0xb2eaf25f,0xd4c05f0d,0x7e9a040c,0x06006fe2,0x3bd00304,0x200bffcf,0xb900c001,0xf89fd7ff,0xd05f01a0,0x002fc8ff,0xcfbb0370,0x44013017,0xfe44430b,0xfe37147f,0xfe2ff2aa,0xb75d37f8,0xb5a9f54f,0xb5eac25c,0xd4305f0d,0x2e9703cc,0x06ffbfe4,0x3be00304,0x100bffcf,0xbe00b002,0xf8efd7ff,0xe05901f0,0x006fcbff,0xdfc203b0,0x4302500f,0xfef4410b,0xee35149f,0xf83032b0,0xb75d31f8,0xd5abf56f,0xbbeaa258,0xd4205f0d,0x0e96037c,0x06fedfe6,0x3bf00203,0xe00affdf,0xc500a003,0xf92fd6ff,0xf0540260,0x00cfcfff,0xefc303d0,0x4202e009,0xff543d0c,0x1e3214af,0xf33062ba,0xb76d27f8,0xe5aef57f,0xc6eac255,0xd4805f0d,0x2e97031c,0x04fdafe7,0x3bf00203,0xc00affdf,0xce008005,0xf95fd600,0x00500310,0x010fd2ff,0xffc403f0,0x42034005,0xff84380c,0x4e2f14af,0xee3092c3,0xb77d1ef8,0xf5b0f58f,0xd0eac250,0xd4c05f0d,0x5e9702dc,0x03fcafe7,0x3c100203,0x8009ffef,0xd7007005,0xf98fd300,0x104c03b0,0x011fd3ff,0xffc80420,0x4203a004,0xffa4330c,0x9e2e149f,0xed30b2c6,0xb78d1bf9,0x05b1f59f,0xd8ea6241,0xd4a05e0d,0x8e9202ec,0x02fc0fe4,0x3c300203,0x2008ffef,0xe0005005,0xf9afcd00,0x30490400,0x010fd2ff,0xffcc0460,0x4303f005,0xff942f0c,0xde2c148f,0xee30b2c8,0xb79d1af9,0x15b2f59f,0xdde9d230,0xd4605e0d,0xbe8b032c,0x01fb8fdf,0x3c600102,0xc007ffff,0xe8004004,0xf9cfc700,0x40470440,0x010fd3ff,0xffce0480,0x44041004,0xff942c0c,0xce2b147f,0xee30a2cc,0xb79d16f9,0x05b2f59f,0xdce9922d,0xd4405f0d,0x8e89034c,0x01faffdc,0x3c800102,0x7006ffff,0xee003004,0xf9dfc300,0x50450470,0x010fd5ff,0xdfcf0490,0x46041002,0xff942a0c,0x5e2a147f,0xee3082d3,0xb79d0ff8,0xf5b0f58f,0xd6e98237,0xd410600c,0xfe8a037c,0x03fa6fda,0x3cb00102,0x3006ffff,0xf1002004,0xf9efc000,0x704404a0,0x010fd7ff,0xdfce04a0,0x47042000,0xffa4290b,0xee2a147f,0xee3062d8,0xb79d09f8,0xe5aef57f,0xd2e9823f,0xd400620c,0xae8c038c,0x04f9efd8,0x3cd00102,0x1005ffff,0xf3002003,0xf9ffbf00,0x804304c0,0x012fd8ff,0xdfcb04c0,0x46045002,0xffe42a0b,0xbe2a145f,0xed3072da,0xb79d07f8,0xd5adf56f,0xd4e9823c,0xd420630c,0xee91037c,0x04f99fd7,0x3ce00102,0x2005ffff,0xf5001003,0xf9efc100,0x904104b0,0x013fdaff,0xefc704d0,0x4304a003,0x00542a0b,0xae2b142f,0xed3082da,0xb79d08f8,0xd5acf56f,0xd9e97235,0xd450650d,0x5e97035c,0x04f97fd7,0x3ce00102,0x4006ffff,0xf7001003,0xf9cfc500,0xb03f0490,0x012fdbff,0xffc504c0,0x41053ffe,0x00c4270b,0xbe2c141f,0xee3092d9,0xb79d08f8,0xd5adf56f,0xe0e9322d,0xd460650d,0x9e9c035c,0x04f93fd5,0x3ce00102,0x6006ffff,0xf8001002,0xf9bfc800,0xc03e0460,0x010fdd00,0x0fc40490,0x3d060ff2,0x0164200b,0xfe2d141f,0xf03092d7,0xb78d0af8,0xe5aff57f,0xe9e8d221,0xd440620d,0x9ea3038c,0x03f90fd1,0x3cd00102,0x7006ffff,0xf8001002,0xf9bfcc00,0xe03e0430,0x00efde00,0x1fc20460,0x3a06dfde,0x01c41b0c,0x3e2e141f,0xf43092d4,0xb78d0df8,0xf5b1f58f,0xf1e87218,0xd450610d,0xaea703ac,0x02f8ffcf,0x3cc00102,0x8006ffff,0xf7001002,0xf9bfcf00,0xf03f03f0,0x00dfde00,0x0fc00430,0x39076fbb,0x0194170c,0x6e2f13df,0xf83092d0,0xb78d11f9,0x05b1f58f,0xf8e85215,0xd4b0660e,0x0ea903cc,0x03f92fcf,0x3cc00102,0x7006ffff,0xf5001001,0xf9cfcd01,0x003f0390,0x00dfddff,0xffbd0410,0x39080f8c,0x0124140c,0x8e30139f,0xfd3092cc,0xb78d15f9,0x05b2f58f,0xfde85213,0xd5306c0e,0x5ea903ec,0x05f98fd0,0x3cd00102,0x4006ffff,0xf3002000,0xf9dfcb01,0x00400320,0x00dfdbff,0xefb903f0,0x3808df5e,0x00b4120c,0xae311380,0x0230a2c7,0xb77d1af9,0x05b3f58f,0xfde8220d,0xd5306c0e,0x1ea803fc,0x06f9bfd1,0x3ce00102,0x2005ffff,0xf2002fff,0xf9dfc801,0x104002e0,0x00efd9ff,0xdfb403c0,0x3609df29,0x0014110c,0xae3213b0,0x0830c2c2,0xb77d1ff9,0x15b5f59f,0xf8e7c201,0xd4b0660d,0x2ea5040c,0x06f9cfd1,0x3cf00102,0x1005ffff,0xf2002ffe,0xf9bfc201,0x203e02b0,0x00efd7ff,0xdfad03b0,0x330a7f09,0xffd4100c,0xae3213c0,0x0b30d2bf,0xb77d22f9,0x15b6f5af,0xf1e781f9,0xd450620c,0x8ea2042c,0x07f9cfd1,0x3d100102,0x0005ffff,0xf3002ffd,0xf9afbe01,0x303d02a0,0x010fd5ff,0xdfa603c0,0x310a5f05,0x0054110c,0x9e311390,0x0b30e2c2,0xb77d1ff9,0x15b5f59f,0xede781f8,0xd470680c,0xeea1043c,0x06f9efd0,0x3d100101,0xc004ffff,0xf5001ffc,0xf9afbd01,0x303d0280,0x011fd2ff,0xdf9e03e0,0x2d09df0a,0x0124140c,0x6e2e1340,0x0830f2c7,0xb78d1bf9,0x05b4f58f,0xe8e7c1fd,0xd4d0700d,0xaea0046c,0x05f9efcf,0x3d200001,0x8004ffff,0xf8001ffb,0xf9afbe01,0x403e0280,0x012fd0ff,0xdf960410,0x2a094f14,0x01b4190c,0x0e2c12f0,0x063102ca,0xb78d17f8,0xf5b2f56f,0xe1e8320b,0xd500730d,0xeea4049c,0x04f95fcc,0x3d300001,0x5003ffff,0xfd000ffb,0xf9afc001,0x503e0300,0x011fcfff,0xdf8e0460,0x26086f23,0x0204230b,0x6e2b12a0,0x033102cd,0xb78d15f8,0xd5aff55f,0xd7e8d22b,0xd530710d,0xeead04dc,0x03f81fc6,0x3d600001,0x20030000,0x04fffffa,0xf9afc601,0x603e0430,0x010fceff,0xef850490,0x2307cf3c,0x02942b0a,0xee2a126f,0xff3112d0,0xb78d12f8,0xc5adf54f,0xcee96245,0xd5406d0d,0xceb2051c,0x02f70fc1,0x3d700000,0xe0020000,0x0affeff9,0xf99fc801,0x603e0540,0x010fcdff,0xef790490,0x2107ef71,0x0394300a,0xce25127f,0xfc3112d7,0xb79d0af8,0xb5acf53f,0xc5e99250,0xd4f0660d,0x6ead056c,0x00f68fbf,0x3d800000,0x80010000,0x0dffdff8,0xf9afc201,0x703f05a0,0x011fcbff,0xef6c0470,0x1f085fb3,0x04b4330a,0xde20128f,0xf83122df,0xb7ad03f8,0xb5abf53f,0xbee9b255,0xd4705e0d,0x1ea505bb,0xfff64fbd,0x3d800000,0x10000000,0x0fffdff7,0xf9cfba01,0x704005c0,0x014fc8ff,0xef5e0470,0x1e088fde,0x05b4370a,0xbe1d126f,0xf53142df,0xb7ad03f8,0xb5acf53f,0xbaea4259,0xd4305a0d,0x5ea005fb,0xfef61fbc,0x3d9fffff,0xcfff0000,0x11ffcff6,0xf9cfb601,0x804105f0,0x017fc3ff,0xcf4d0490,0x1c085ffc,0x06d43b0a,0x7e1c121f,0xf23172d9,0xb7ad08f8,0xd5aef55f,0xbbeb6259,0xd420580e,0x4e9f061b,0xfdf5ffbc,0x3dbfffff,0x6ffe0000,0x15ffcff5,0xf9bfb501,0x80420630,0x019fc1ff,0xbf4004a0,0x1c08300d,0x07643d0a,0x4e1c11cf,0xf131b2cd,0xb78d15f8,0xe5aff56f,0xb9ec325b,0xd420580f,0x2ea2064b,0xfdf5cfba,0x3ddfffff,0x2ffd0000,0x17ffbff5,0xf99fb701,0x90440650,0x015fc4ff,0xbf380440,0x1b086012,0x07143d0a,0x2e1f11af,0xf131c2ae,0xb75d32f8,0xf5b0f57f,0xb4ec2264,0xd440570f,0xbead06bb,0xfdf56fb3,0x3ddfffff,0x0ffd0000,0x17ffbff4,0xf98fbd01,0x90450660,0x00ffc9ff,0xbf3303c0,0x1b08800f,0x06443c0a,0x0e24119f,0xf231e28b,0xb71d55f9,0x05b2f58f,0xadebd26d,0xd4705610,0x0ebd074b,0xfdf50faa,0x3ddfffff,0x0ffd0000,0x16ffcff3,0xf97fc501,0xa0460650,0x009fccff,0xbf2f0380,0x19085000,0x05843e0a,0x1e27118f,0xf131f280,0xb70d5ff9,0x15b3f59f,0xaaebd270,0xd4a05510,0x1ec807bb,0xfef53fa2,0x3defffff,0x3ffd0000,0x15ffcff2,0xf94fca01,0xa04705b0,0x003fceff,0xaf2d0380,0x1707efdf,0x04c4430a,0x3e2a119f,0xed31f288,0xb71d58f9,0x25b6f5af,0xaaec126c,0xd4c0550f,0xded0080c,0x01f62f99,0x3dffffff,0x9ffe0000,0x14ffcff2,0xf8ffcc01,0xb0480480,0xffefcfff,0x8f2b0390,0x15078fb9,0x0414470a,0x5e2b11af,0xe9320291,0xb72d50f9,0x35b8f5bf,0xaaec5267,0xd4f0560f,0xaed4085c,0x03f70f92,0x3e1fffff,0xefff0000,0x12ffcff2,0xf8bfce01,0xb0490380,0xffafceff,0x6f2903a0,0x15078f90,0x0394470a,0x6e2b11df,0xe731f294,0xb73d4cf9,0x35b7f5bf,0xa9ec5263,0xd540590f,0xbed4089c,0x04f77f8d,0x3e200000,0x00000000,0x10ffdff2,0xf8afd001,0xb04a0310,0xff8fcdff,0x5f2703b0,0x1407bf66,0x0344450a,0x7e2a121f,0xe431f298,0xb73d48f9,0x25b5f5af,0xa7ec3261,0xd5a05d0f,0xded008cc,0x06f7df8a,0x3e200000,0x10000000,0x0dffdff2,0xf8afd101,0xb04c02c0,0xff5fcbff,0x3f2503a0,0x1407df48,0x0324420a,0x9e29126f,0xe431f29f,0xb74d41f9,0x15b4f59f,0xa3ec2263,0xd5b05f0f,0xdece090c,0x07f83f87,0x3e200000,0x10000000,0x0affeff3,0xf8afd201,0xb04d0270,0xff4fcaff,0x1f250370,0x1407ff33,0x03543e0a,0xde2512df,0xe63202ab,0xb75d35f9,0x05b3f59f,0x9dec326c,0xd5905f0f,0xcecb094c,0x08f8af86,0x3e200000,0x10000000,0x06ffeff3,0xf8afd201,0xb04f0210,0xff3fc8ff,0x0f250340,0x15080f24,0x03843b0b,0x0e23133f,0xe73202b4,0xb76d2df9,0x05b3f58f,0x98ec4274,0xd5405e0f,0xaeca095c,0x09f8ff85,0x3e200000,0x10000000,0x03fffff3,0xf8afd401,0xb05001c0,0xff3fc6fe,0xef250340,0x1707ef19,0x0384390b,0x2e2313af,0xe83212b5,0xb76d2cf9,0x15b4f59f,0x96ec4278,0xd4b05c0f,0x7ecb093c,0x0af93f87,0x3e200000,0x40000000,0x01fffff3,0xf89fd601,0xb04e01b0,0xff5fc3fe,0xdf250340,0x18079f14,0x0384380b,0x4e24140f,0xe93222b2,0xb75d2ff9,0x25b6f5af,0x95ec427a,0xd400590f,0x3ecc090c,0x0bf94f8a,0x3e200000,0x90010000,0x00fffff4,0xf88fd901,0xc04c01c0,0xff7fc2fe,0xef250330,0x18075f16,0x03d4370b,0x5e25143f,0xea3232ae,0xb75d33f9,0x25b6f5af,0x97ec527d,0xd3e0590f,0x4ece08dc,0x0bf92f8d,0x3e100000,0xb0010000,0x00fffff4,0xf88fdc01,0xc04a01f0,0xff9fc1ff,0x0f270310,0x17071f22,0x0474370b,0x6e26143f,0xec3242a8,0xb75d38f9,0x25b6f5af,0x9bec827f,0xd4305d0f,0xbed0089c,0x08f8bf8f,0x3de00000,0xc0020000,0x02fffff4,0xf88fdf01,0xc0490260,0xffafc1ff,0x2f290310,0x1706cf33,0x04f4390b,0x6e27142f,0xec3242a4,0xb74d3cf9,0x25b6f5bf,0x9fec9281,0xd4805f10,0x1ed0087c,0x06f85f92,0x3dc00000,0xc0020000,0x04fffff4,0xf89fdf01,0xd04802b0,0xffcfc1ff,0x3f2d0350,0x18067f4c,0x04e43d0b,0x3e2613ef,0xea3222a3,0xb74d3df9,0x35b7f5bf,0xa1ec9282,0xd4805e10,0x3ecc086c,0x03f85f94,0x3db00000,0x80010000,0x05fffff4,0xf8cfdd01,0xd04802a0,0xffdfc0ff,0x4f3103a0,0x1a064f6c,0x04c4410a,0xee25139f,0xe731f2a4,0xb74d3cf9,0x35b8f5bf,0xa1ec8284,0xd4705c10,0x4ec6086c,0x01f87f96,0x3da00000,0x20000000,0x05ffeff4,0xf90fd801,0xd0480280,0xffffbfff,0x4f3603d0,0x1d069f90,0x0534430a,0xbe23136f,0xe431c2a9,0xb75d38f9,0x35b8f5cf,0xa1ec7286,0xd4705b10,0x3ebf085b,0xfff83f98,0x3d9fffff,0xefff0000,0x07ffeff4,0xf93fd301,0xd04702b0,0x001fbeff,0x5f3b03e0,0x1f079fba,0x0654410a,0xae21135f,0xe131a2b2,0xb76d2ff9,0x45b9f5cf,0x9fec6288,0xd4705a10,0x1eb7082b,0xfdf7af9c,0x3d9fffff,0xbfff0000,0x0affeff4,0xf95fce01,0xe0450340,0x003fbeff,0x5f4003f0,0x22088fd7,0x07243f0a,0x9e1f135f,0xde3192b9,0xb76d28f9,0x45baf5cf,0x9fec428a,0xd4805a10,0x1eb107fb,0xfcf73f9f,0x3d9fffff,0x8ffe0000,0x0cffdff4,0xf97fc901,0xf04303a0,0x004fbfff,0x6f4703f0,0x23090fde,0x07443e0a,0x8e1f133f,0xdc3182bc,0xb77d25f9,0x45baf5cf,0xa0ec028a,0xd4b05d10,0x7eb007db,0xfcf72fa1,0x3d9fffff,0x7ffe0000,0x0effdff5,0xf97fc501,0xf0410390,0x005fc1ff,0x7f4e03e0,0x23094fda,0x07143c0a,0x8e1f131f,0xdb3172bc,0xb77d25f9,0x45baf5cf,0xa2ebb28a,0xd4f06110,0xfeb007ab,0xfbf74fa3,0x3d8fffff,0x7ffe0000,0x0effdff5,0xf97fc301,0xf0400360,0x007fc3ff,0x7f5403f0,0x23099fd1,0x06b43a0a,0x8e1f130f,0xd93152bb,0xb77d26f9,0x35b9f5bf,0xa4ebd28b,0xd5106711,0x4eb1076b,0xfbf71fa7,0x3d8fffff,0x6ffe0000,0x10ffdff5,0xf99fc302,0x003e0370,0x00cfc3ff,0x7f580420,0x2409cfbd,0x0614380a,0x7e1e12ef,0xd83132b6,0xb76d2bf9,0x35b8f5af,0xa6ec528f,0xd5206e11,0x5eb2071b,0xfbf6afad,0x3d9fffff,0x4ffe0000,0x11ffcff5,0xf9bfc502,0x003c03c0,0x010fc4ff,0x7f5d0440,0x240a2fa6,0x0584350a,0x6e1e12cf,0xd73122b3,0xb76d2ef9,0x25b8f5af,0xa7ec9290,0xd5207211,0x5eb306cb,0xfbf65fb3,0x3d9fffff,0x1ffd0000,0x12ffcff5,0xf9efc802,0x103903f0,0x011fc6ff,0x8f620420,0x240b1f8c,0x0504320a,0x9e1e12df,0xd83112b1,0xb76d30f9,0x35b9f5bf,0xaaec328a,0xd5406c11,0x3eb806ab,0xf9f68fb7,0x3d8ffffe,0xdffc0000,0x13ffcff5,0xfa2fca02,0x20380380,0x012fcaff,0xaf670400,0x240c1f72,0x04a42e0a,0xce1e12ef,0xda3122b0,0xb76d31f9,0x45bbf5cf,0xadeb9282,0xd5406211,0x0ebc06ab,0xf7f6dfba,0x3d7ffffe,0x8ffc0000,0x12ffcff5,0xfa6fcc02,0x203702f0,0x014fcbff,0xaf6c03e0,0x250c7f63,0x04842a0a,0xee1d130f,0xdd3132b2,0xb76d2ff9,0x55bcf5df,0xadeb1281,0xd5105d10,0xeebc068b,0xf7f6ffbd,0x3d7ffffe,0x5ffb0000,0x12ffcff5,0xfa8fcc02,0x203702c0,0x016fcaff,0x8f7203d0,0x280c2f5a,0x0494260a,0xee1b134f,0xe33132b8,0xb77d29f9,0x65bdf5df,0xa9eab288,0xd4905d10,0xdeb8064b,0xf9f6ffc0,0x3d9ffffe,0x4ffb0000,0x12ffcff6,0xfaafca02,0x203802d0,0x019fc9ff,0x7f7703e0,0x2a0bef57,0x04d4240a,0xde1a136f,0xe73142be,0xb77d23f9,0x65bef5ef,0xa5ea628d,0xd4405e10,0x9eb5061b,0xfbf6cfc3,0x3dbffffe,0x3ffb0000,0x12ffcff6,0xfabfc902,0x20390300,0x01bfc9ff,0x6f7a0420,0x290bcf5a,0x0544260a,0x9e1a135f,0xe23162c2,0xb78d1ff9,0x55bdf5df,0xa2ea3291,0xd4905f0f,0xeeb505fb,0xfbf66fc5,0x3dcffffe,0x1ffa0000,0x12ffcff6,0xfacfca02,0x203a0360,0x01dfcaff,0x6f7c0480,0x280bdf62,0x05e42b0a,0x4e1b133f,0xdb3182c7,0xb78d1bf9,0x45bbf5cf,0xa0ea0292,0xd520600f,0x1eb605cb,0xfcf5efc7,0x3dcffffe,0x0ffa0000,0x12ffcff6,0xfadfcc02,0x203b03e0,0x01ffcbff,0x7f7e04c0,0x260c0f73,0x06a42e0a,0x0e1c131f,0xd731a2cf,0xb79d13f9,0x55bcf5cf,0xa4e99287,0xd550610e,0xbeb505ab,0xfcf5afca,0x3ddffffe,0x0ffa0000,0x12ffcff6,0xfaefcc02,0x203a0400,0x020fcbff,0x8f7f04e0,0x250c8f8f,0x07943209,0xee1d12ef,0xd431c2dc,0xb7ad05f9,0x55bdf5df,0xaee8d26c,0xd540600e,0xceb3058b,0xfbf5afcc,0x3dcffffd,0xfffa0000,0x12ffcff7,0xfaffca02,0x303903f0,0x021fcbff,0x8f8104e0,0x250cffad,0x08443409,0xee1e12df,0xd331d2e3,0xb7acfff9,0x65bef5ef,0xb8e84257,0xd530600e,0xceaf056b,0xfbf58fce,0x3dcffffd,0xfffa0000,0x13ffcff7,0xfb0fc702,0x303803f0,0x021fcbff,0x9f8304a0,0x270d2fca,0x0884310a,0x1e1e130f,0xd431d2d7,0xb79d0af9,0x65bef5ef,0xbce80253,0xd530620e,0xaeaa055b,0xfaf50fce,0x3dcffffe,0x0ffa0000,0x15ffcff7,0xfb1fc302,0x40350460,0x020fccff,0x9f860450,0x2a0d4fe6,0x08842c0a,0x6e1f135f,0xd731c2c5,0xb78d1df9,0x65bef5ef,0xbee7f254,0xd530630e,0x6ea4055b,0xfaf46fce,0x3ddffffe,0x0ffa0000,0x18ffbff7,0xfb2fbe02,0x503304e0,0x020fcbff,0x9f870410,0x2c0d7ffc,0x08542b0a,0x9e1f138f,0xd931c2bb,0xb77d26f9,0x65bef5ef,0xc1e7d251,0xd510610e,0x0e9f055b,0xfaf46fce,0x3deffffd,0xfffa0000,0x18ffbff8,0xfb2fb902,0x503204d0,0x021fcbff,0x8f8503f0,0x2e0dc00d,0x07f42d0a,0xae2113af,0xda31c2b8,0xb77d29f9,0x75bff5ff,0xc6e7b248,0xd4c0590d,0x9e9a056b,0xfaf50fce,0x3deffffd,0xeffa0000,0x17ffbff8,0xfb2fb402,0x50340430,0x022fcaff,0x8f8303e0,0x300e3016,0x07842e0a,0xae2113bf,0xdb31c2b9,0xb77d28f9,0x75c0f5ff,0xc9e7a243,0xd4a0540d,0x5e97057b,0xfbf59fce,0x3deffffd,0xdffa0000,0x15ffcff8,0xfb1fb102,0x503503b0,0x022fc9ff,0x7f8203e0,0x320f1016,0x07342d0a,0xbe1f13bf,0xdb31b2c1,0xb78d21f9,0x65bff5ef,0xc8e7b246,0xd4d0570d,0xae97057b,0xfbf5afce,0x3deffffd,0xdffa0000,0x15ffcff8,0xfb1fb402,0x503603b0,0x023fc7ff,0x6f8103e0,0x3310000f,0x06d42b0a,0xde1c13af,0xdb3192cc,0xb79d16f9,0x55bdf5df,0xc4e7e24c,0xd5105e0e,0x2e99057b,0xfcf58fce,0x3dfffffd,0xdffa0000,0x15ffcff9,0xfb1fb902,0x503503e0,0x023fc7ff,0x6f8003e0,0x34105000,0x0624290a,0xee1a13af,0xdb3182d4,0xb79d0ef9,0x55bcf5df,0xc2e8024f,0xd530600e,0x3e9c057b,0xfdf54fcd,0x3dfffffd,0xeffa0000,0x16ffcff9,0xfb1fbe02,0x50350410,0x023fc8ff,0x6f7e03c0,0x33102fe7,0x0524270a,0xee1913bf,0xdb3172dc,0xb7ad05f9,0x55bcf5df,0xc2e81251,0xd5105e0d,0xeea1057b,0xfdf4efcc,0x3e0ffffd,0xfffa0000,0x18ffbff9,0xfb1fc202,0x60340450,0x023fc9ff,0x7f7c03c0,0x32101fc9,0x0414250a,0xfe1813cf,0xda3162df,0xb7ad02f9,0x55bdf5df,0xc1e85255,0xd5005d0d,0xaea5058b,0xfdf4afcb,0x3e0ffffe,0x0ffa0000,0x19ffbff9,0xfb1fc702,0x60330470,0x023fcaff,0x7f7a03d0,0x2f104fa4,0x0314240a,0xee1a13af,0xd93182d8,0xb79d0af9,0x55bef5df,0xbce8e265,0xd5105e0d,0xceaa058b,0xfcf4dfca,0x3e0ffffe,0x0ffa0000,0x19ffbffa,0xfb0fcc02,0x60340430,0x024fcaff,0x8f7703e0,0x2b10bf7c,0x0214230a,0xee1c138f,0xd83192cb,0xb78d16f9,0x65bef5df,0xb5e98279,0xd530600e,0x0eae058b,0xfbf51fca,0x3dfffffd,0xfffa0000,0x19ffbffa,0xfaffd102,0x603503d0,0x023fcaff,0x7f7603f0,0x2a114f61,0x0134200a,0xfe1d138f,0xd931a2c3,0xb78d1ef9,0x65bef5df,0xb3e9c281,0xd530600e,0x1ead05ab,0xfbf52fc9,0x3dfffffd,0xeffa0000,0x19ffbffa,0xfaffd002,0x603603c0,0x022fc8ff,0x6f7703e0,0x2c122f4e,0x00641c0b,0x3e1b13af,0xde31b2be,0xb77d24f9,0x55bdf5df,0xb4e9b280,0xd5005d0d,0xeea605db,0xfcf50fc7,0x3e0ffffd,0xdffa0000,0x19ffbffb,0xfaffcb02,0x603503f0,0x021fc7ff,0x5f7603c0,0x2d12bf44,0x0004180b,0x6e1a13bf,0xe131b2bb,0xb77d26f9,0x55bcf5cf,0xb5e9b27e,0xd4f05c0d,0xdea1060b,0xfdf4efc5,0x3e1ffffd,0xcff90000,0x19ffbffb,0xfb0fc702,0x70350420,0x021fc9ff,0x5f7403b0,0x2c128f44,0x0044190b,0x7e1913af,0xe031b2bd,0xb77d24f9,0x45bbf5cf,0xb4e9e27f,0xd5405f0e,0x3ea3060b,0xfef4bfc5,0x3e2ffffd,0xdffa0000,0x19ffbffb,0xfaffc702,0x60360430,0x022fcbff,0x5f7003a0,0x2a121f4c,0x00d41b0b,0x6e19137f,0xde31a2c1,0xb77d20f9,0x45bbf5cf,0xb3ea3281,0xd5a0630e,0xaea805fb,0xfef49fc4,0x3e2ffffd,0xeffa0000,0x19ffbffb,0xfadfc902,0x60380430,0x022fc9ff,0x5f6d03c0,0x2911af5b,0x01941c0b,0x5e18136f,0xdd31a2c4,0xb77d1ef9,0x45bbf5cf,0xb3ea5280,0xd5c0640e,0xcea805eb,0xfff4afc5,0x3e2ffffd,0xfffa0000,0x18ffbffb,0xfabfc902,0x603a0430,0x023fc4ff,0x4f6b0400,0x28114f75,0x02741d0b,0x3e19135f,0xdd31a2c5,0xb78d1cf9,0x45bbf5bf,0xb3ea627d,0xd5a0640e,0x9ea305eb,0xfff51fc6,0x3e1ffffe,0x0ffa0000,0x17ffbffa,0xfaafca02,0x603a0420,0x023fc1ff,0x4f690440,0x2710ff8e,0x03541e0b,0x1e19135f,0xdc31a2c3,0xb77d1ef9,0x45baf5bf,0xb3ea727b,0xd590630e,0x7ea105eb,0xfff56fc7,0x3e1ffffe,0x0ffa0000,0x17ffcffa,0xfa9fca02,0x603a0410,0x024fc2ff,0x4f650450,0x2510efa2,0x03e4200b,0x0e1b132f,0xda31a2b6,0xb76d2bf9,0x45baf5bf,0xb3eaa27b,0xd590630e,0x9ea605fb,0xfef55fc7,0x3e1ffffe,0x0ffa0000,0x17ffbff9,0xfa8fcc02,0x60380400,0x024fc4ff,0x6f600450,0x23110fb3,0x0454210a,0xfe1d12ff,0xd731a2a6,0xb75d3af9,0x45baf5cf,0xb3ead27b,0xd580630e,0xbead060b,0xfef54fc6,0x3e0ffffe,0x1ffa0000,0x19ffbff9,0xfa7fce02,0x603703e0,0x023fc6ff,0x7f5d0430,0x21113fc3,0x04a4220b,0x2e1d12ff,0xd631a2a0,0xb74d40f9,0x45baf5bf,0xb3eaf27d,0xd570630e,0xbeb0061b,0xfdf53fc5,0x3e0ffffe,0x1ffa0000,0x19ffbff8,0xfa6fcd02,0x603803d0,0x021fc9ff,0x7f5b03d0,0x21116fd2,0x04c4220b,0xbe1c132f,0xd631a2a3,0xb74d3ef9,0x35b9f5bf,0xb5eaf282,0xd550630e,0x7eb0063b,0xfcf53fc2,0x3dfffffe,0x1ffa0000,0x17ffbff8,0xfa6fc902,0x603b03b0,0x01ffcaff,0x8f5903a0,0x21118fdc,0x04d4220c,0x0e1b135f,0xd73192a8,0xb75d39f9,0x35b8f5af,0xb5eaf284,0xd530630e,0x3eae065b,0xfcf54fbf,0x3dfffffe,0x1ffa0000,0x16ffcff8,0xfa5fc502,0x503d03a0,0x01ffc9ff,0x7f5703c0,0x20114fdf,0x0504210b,0xde1b135f,0xd83192ac,0xb75d35f9,0x35b9f5bf,0xb2eb1280,0xd510600e,0x0ea9066b,0xfbf54fbd,0x3dfffffe,0x0ffa0000,0x16ffcff7,0xfa5fc102,0x503f03a0,0x01ffc7ff,0x7f5503f0,0x1f10ffde,0x0524200b,0x7e1b135f,0xd93192b2,0xb76d2ff9,0x35b9f5bf,0xafeb3279,0xd5005d0d,0xdea3068b,0xfbf56fbc,0x3dfffffd,0xfffa0000,0x16ffcff7,0xfa6fbe02,0x503f03b0,0x01efc4ff,0x6f540430,0x1f10ffd9,0x05041f0b,0x4e1a133f,0xd93182b9,0xb77d28f9,0x25b8f5af,0xadeb6275,0xd5005e0d,0xcea306ab,0xfbf57fbb,0x3dfffffd,0xeffa0000,0x17ffbff6,0xfa5fbf02,0x504003c0,0x01dfc1ff,0x5f540470,0x1f115fcc,0x04b41f0b,0x4e18130f,0xd93172c3,0xb77d1ef9,0x15b5f58f,0xaeeba272,0xd510640d,0xdea806db,0xfcf57fb8,0x3e0ffffd,0xdffa0000,0x18ffbff6,0xfa4fc402,0x503f03e0,0x01cfc0ff,0x4f540490,0x2011bfc0,0x04641e0b,0x6e1612ef,0xd93162c8,0xb78d19f8,0xf5b3f57f,0xafebe26f,0xd510680e,0x0eaf06eb,0xfcf58fb7,0x3e1ffffd,0xdffa0000,0x18ffbff5,0xfa3fcb02,0x503f03e0,0x01cfc1ff,0x5f520460,0x1f121fb9,0x04341d0b,0x8e1612df,0xd83152c5,0xb77d1cf9,0x05b4f57f,0xb3ec026c,0xd4a06a0e,0x5ebb06db,0xfcf5bfb7,0x3dfffffe,0x0ffa0000,0x17ffbff5,0xfa1fd502,0x503f03a0,0x01cfc4ff,0x6f4f0410,0x1e126fb5,0x04041b0b,0xce1712cf,0xd83152bd,0xb77d24f9,0x15b6f58f,0xb7ec2269,0xd4106b0e,0xcec806bb,0xfcf5dfb9,0x3deffffe,0x3ffb0000,0x15ffcff5,0xfa0fdf02,0x40400350,0x01cfc5ff,0x6f4e03d0,0x1d124fb1,0x04041b0b,0xee1812bf,0xd93152b4,0xb76d2df9,0x15b7f59f,0xb9ec4268,0xd4106a0f,0x2ecc06ab,0xfcf5bfb9,0x3ddffffe,0x4ffb0000,0x14ffcff5,0xf9ffe102,0x50400350,0x01cfc7ff,0x6f4d03b0,0x1e118fae,0x04141c0b,0xfe1812af,0xda3152aa,0xb75d37f9,0x25b7f59f,0xb9ec726a,0xd480670f,0x8ec706bb,0xfcf55fb9,0x3ddffffe,0x4ffb0000,0x15ffcff5,0xf9ffdb02,0x503f0390,0x01cfc7ff,0x6f4d03a0,0x1f10ffae,0x04241a0c,0x1e1b12af,0xdb31529f,0xb74d42f9,0x25b7f59f,0xbfec6266,0xd4d0650f,0xdec006cb,0xfcf52fb8,0x3deffffe,0x3ffb0000,0x16ffcff5,0xf9ffd502,0x503e03c0,0x01cfc4ff,0x5f4e0390,0x1f10dfb4,0x0424110c,0x3e2212cf,0xdc314293,0xb72d4df9,0x25b7f59f,0xd9ebd248,0xd4b0640f,0xfebb06cb,0xfcf5afb9,0x3ddffffe,0x2ffa0000,0x14ffcff5,0xf9ffd302,0x50400370,0x01dfc0ff,0x4f4e03a0,0x2010ffbc,0x0414050c,0x6e2a12ef,0xdd313287,0xb70d59f9,0x25b7f590,0x00ead217,0xd4606510,0x0eb606cb,0xfcf66fbb,0x3ddffffe,0x1ffa0000,0x12ffcff5,0xf9ffd102,0x40420300 +}; + +u32 ANIM_ENTRY_surrendering_unarmed[] = +{ + 0x002f5000,0x1fef0a0f,0xf9fef006,0xffb95580,0xf4cf7e98,0x55b42fe5,0xf1903101,0xc0e9033f,0x7f01afe4,0xf2107bfd,0x9f1303dc,0x0e0acfe8,0x3cf00000,0xe002ffef,0xcf008fe7,0xfb8fd7f8,0xd0560240,0xffff4f00,0x1ff10a4f,0xf9fea002,0xff595381,0x14cf7e48,0x56b42fe5,0xf1903101,0xd0ed034f,0x8201afe3,0xf20075fd,0xff0f03fc,0x0d0aefe7,0x3ce00001,0x0002ffdf,0xcd008fe8,0xfb7fd7f9,0x005701d0,0x000f5400,0x2fee0a2f,0xf8fed002,0xff495a81,0x24cf7e48,0x58b41fe5,0xf1b03101,0xe0f0035f,0x7c017fe3,0xf1f075fd,0xdf1503bc,0x0d0adfe8,0x3cd00001,0x6003ffdf,0xcd008fe9,0xfb5fdaf9,0x10560130,0x000f5600,0x3fed09ef,0xf8fef004,0xff996280,0xf4d07f08,0x58b3efe4,0xf1803101,0xe0f2035f,0x7901cfe9,0xf20079fd,0x2f16039c,0x0d0abfea,0x3cd00001,0x9004ffdf,0xc8009fe9,0xfb6fdbf9,0x305700b0,0x002f5400,0x2fe809ff,0xf8fef005,0xff896180,0xa4d27fc8,0x5ab3cfe3,0xf1103301,0xf0f8037f,0x8b022fea,0xf31078fd,0x0f0c037c,0x0e0abfef,0x3ce00001,0x9004ffdf,0xc300afea,0xfb5fd7f9,0x705b0070,0x005f5900,0x2fe109af,0xf8ff4004,0xff59537f,0xe4d57ec8,0x68b3bfdf,0xefe03702,0x611603ef,0xbc020fe6,0xf54072fd,0xaf11034c,0x0f09fff3,0x3ce00001,0xb004ffdf,0xbd00bfeb,0xfb3fdbf9,0xa05d0080,0x002f5d00,0x4fe2094f,0xf6ff4007,0xff892d7e,0xa4e07c58,0x7ab3afcf,0xeba04903,0x715a0500,0x1601bfda,0xf7a06afd,0xef19036c,0x0d08cff5,0x3cb00101,0xc004ffcf,0xb500cfec,0xfb2fe1f9,0xd0600110,0x002f5e00,0x5fe2091f,0xf6ff000c,0xff68fd7c,0xb4f87968,0x89b34fa6,0xe3a06f05,0xc1c60720,0x7e029fd0,0xfa306efd,0x0f16036c,0x0c07cff9,0x3ca00101,0xe005ffbf,0xac00efed,0xfaffe0fa,0x106501a0,0x003f5d00,0x4fde090f,0xf6ff200b,0xff28cc7b,0x751c7648,0x94b1ef5f,0xdaa0ad0a,0x72580b30,0xd5038fd7,0xfba075fd,0x4f13033c,0x0e075001,0x3cb00102,0x2005ffaf,0x9f010fee,0xfaffe1fa,0x406c0200,0xffff5b00,0x4fde090f,0xf5ff600d,0xff18937b,0x154e7328,0x92aeeeca,0xd1013315,0x73011531,0x26041feb,0xfb0069fe,0xdf0d036c,0x0e077006,0x3cb00102,0x6006ff9f,0x8d013fef,0xfaefe0fa,0x707401f0,0xffaf5a00,0x5fdd08ff,0xf4ffc012,0xff18507b,0x95966f58,0x75aa2d10,0xc8f2da37,0xe3793661,0x8a04effd,0xfa404bff,0x5eff03ac,0x0e07c00a,0x3ca00102,0xa007ff7f,0x7c016ff0,0xfacfd5fa,0xa07d01b0,0xff5f5600,0x6fda090f,0xf3008013,0xfef7f57d,0x85fd6a38,0x37a36a5f,0xc9957d5d,0xc35b5b71,0xc0057009,0xf9a042fe,0x4ef803dc,0x0c07e00c,0x3c800102,0xe007ff6f,0x6f018ff0,0xfabfd2fa,0xb08201b0,0xfeef5300,0x9fd308df,0xf0016012,0xff078380,0xa67b6407,0xe99af977,0xccf65f67,0xb3346531,0xa1057026,0xf9504afc,0x9efc03fc,0x0907d008,0x3c400203,0x8009ff6f,0x6c019ff0,0xfa6fd8fa,0xc08601c0,0xfe9f5700,0xcfca086f,0xed02c011,0xff270784,0x17095d97,0xa491a951,0xcda68668,0x03366591,0x6904e048,0xfb6055fb,0x2eff03bc,0x0707dfff,0x3c100304,0xc00dff6f,0x6f018ff1,0xf9cfd6fa,0xd0890170,0xfe5f5c00,0xdfc3081f,0xeb03d00d,0xfed69087,0x479b56d7,0x758859a1,0xcb763b60,0xa35b5e91,0x77032070,0xfe806efb,0xdefe034c,0x0907eff6,0x3bf00506,0x5011ff6f,0x72018ff1,0xf93fcdfa,0xc08b00f0,0xfdff6100,0xdfbf07ef,0xec03a006,0xfe962989,0x88255127,0x5a7f5aef,0xc7c4f746,0x73884501,0x88007099,0x022091fc,0xaf0102fc,0x0b077ff0,0x3be00707,0xa014ff6f,0x6e018ff2,0xf8dfcafa,0xc08c0110,0xfdcf6800,0xafbe075f,0xf303e00f,0xfeb5d18a,0x789a4ce7,0x4b76dd93,0xc8b25f20,0x135b1f71,0x70fed0a0,0x05b0b2fb,0x5f05026c,0x10063ff0,0x3be00909,0x2019ff5f,0x6301aff2,0xf86fc8fa,0xc08f01e0,0xfddf6f00,0x4fba069f,0xfd044023,0xfed5998a,0xb8f84997,0x41701ed6,0xcf212910,0x42eb1061,0x5afe909a,0x0760bbf9,0xff06019c,0x1804effd,0x3bf00c0a,0xb01dff2f,0x4901fff3,0xf83fc5fb,0x008d0200,0xfe1f6fff,0xbfb506a0,0x0a038023,0xfe95808a,0xf93a4707,0x416b9f45,0xd560c20b,0x02950ba1,0x5bff309a,0x0900b8f9,0xbf0100ec,0x25045017,0x3c300e0b,0xc020fecf,0x1c026ff4,0xf82fc0fb,0x208701f0,0xfe5f6aff,0x0fb10710,0x1a03d021,0xfe85798b,0x295e4537,0x42694f72,0xd9809a09,0x62700a31,0x5aff7095,0x0b90c2f9,0x0efd007c,0x3003c031,0x3c800f0c,0x3021fe5e,0xef02fff4,0xf83fc3fb,0x908d0330,0xfe3f68fe,0xcfb00720,0x2304d02b,0xfe757e8b,0x697243e7,0x41680f88,0xdc308608,0xd26109b1,0x54ff209b,0x0be0d2f8,0xcefb00ac,0x3403803a,0x3c900f0c,0x3021fe0e,0xd3034ff4,0xf88fc7fc,0x90b00670,0xfd9f69fe,0xffb30720,0x2005202e,0xfe45838c,0x097f4397,0x47671f95,0xddf07b08,0x324e0921,0x57fe90a6,0x09a0d7f8,0xbef8013c,0x3405302e,0x3ce00f0c,0x5021fe0e,0xd2034ff4,0xf89fc3fd,0x70ce0870,0xfd5f6eff,0x7fb006e0,0x1504d02e,0xfe358d8c,0x898843b7,0x4666df9c,0xdf007507,0xa23c08a1,0x5ffdf0ad,0x0850d2f9,0x2ef8010c,0x3407a021,0x3d50110d,0x1023fe4e,0xe6030ff5,0xf84fbdfd,0x70c60670,0xfd6f7200,0x1fa906a0,0x09049034,0xfe359a8c,0x998a43b7,0x4166af9f,0xdf807207,0x322d0831,0x6efd10b8,0x0840c4f9,0x6ef7003c,0x31085019,0x3d50130e,0x4027fe8f,0x0102cff7,0xf7afb7fd,0x70b90370,0xfd1f6e00,0xbfaf0690,0x0204303d,0xfdb59d8c,0x39814307,0x3b663f9c,0xdf107506,0xf2250801,0x7afc10c8,0x0630b3f9,0x4ee7ffbc,0x34083012,0x3d40170f,0xd02cfeaf,0x11029ff9,0xf6efaafd,0x80b001b0,0xfcdf6d01,0x1fb8067f,0xfe03e03e,0xfd65978c,0x09774247,0x3865ef97,0xde507906,0xe22207f1,0x63fbb0df,0x0300b1f8,0x8ed8ff0c,0x3b08d010,0x3d601c11,0x9031febf,0x17028ffa,0xf64f9afd,0x90a8ffe0,0xfccf7201,0x4fbb064f,0xf903e03a,0xfdb5938c,0x396f4217,0x3965df93,0xddb07d06,0xc21d07d1,0x3dfc20f2,0x0220b3f7,0xeed5fe3c,0x4108e011,0x3d701f12,0xf035fecf,0x1e026ffb,0xf5ef8cfd,0x5092fff0,0xfccf7b01,0x6fba05ef,0xf404003b,0xfe35978c,0x69694247,0x3965ef8e,0xdd108106,0x921607a1,0x3dfd30f5,0x02f0b4f8,0x2ed7fddc,0x4408d00b,0x3d702113,0xa037feff,0x2f023ffc,0xf5af7ffd,0x2080ffd0,0xfcef8101,0x9fb605af,0xed03c037,0xfe859f8c,0x99654297,0x3a662f8a,0xdc808506,0x82140791,0x4cfdf0eb,0x0390b5f8,0xbed5fdbc,0x4509c005,0x3d802214,0x0038ff1f,0x42020ffc,0xf5af79fd,0x1077ff10,0xfd2f8001,0x9fb205ef,0xea037033,0xfee5a48c,0xb96442d7,0x3d665f87,0xdc108806,0x72130791,0x51fe10de,0x04b0baf8,0xeed4fdec,0x460ab000,0x3d802314,0x5039ff3f,0x5201dffc,0xf5cf7efd,0x3078ff00,0xfd6f8201,0x4faf05ef,0xee032038,0xff65a98c,0xc96442b7,0x3f665f86,0xdc008806,0x62100781,0x5cfdb0e5,0x0630c6f8,0x6ed6fe0c,0x490b0ffe,0x3da02414,0xa03aff4f,0x5a01cffd,0xf55f85fd,0x807fffa0,0xfd2f8800,0xefb8057f,0xf402803b,0xff45aa8c,0xb9624277,0x42665f85,0xdbd08906,0x62100781,0x68fd40f4,0x0720d0f7,0xeed7fe7c,0x4c0abffb,0x3dc02514,0xa03aff4f,0x5901cfff,0xf44f8afd,0xc0860030,0xfcaf9000,0xafc6051f,0xf9021035,0xff65a78c,0xd95f4257,0x48669f81,0xdb608d06,0x72140791,0x69fcd108,0x07f0def7,0x1edffedc,0x4b0aeff8,0x3df02414,0x703aff3f,0x5001e000,0xf3af96fe,0x00880000,0xfc9f9800,0x2fca04c0,0x0202402d,0xffa5ab8d,0x29594277,0x4a66cf7e,0xdb009006,0x72140791,0x6dfc7119,0x0940f0f5,0xdef0fe7c,0x4b0b2ffc,0x3e502414,0x703aff2f,0x4a01f001,0xf34fa4fe,0x308dffb0,0xfcff98ff,0xcfc404c0,0x0a02502a,0xff55b28d,0x89544277,0x44673f7f,0xdb208e06,0x821407a1,0x78fc211d,0x0aa0faf5,0x5ef5fe1c,0x4b0ac004,0x3e702314,0x2039ff2f,0x4b01f001,0xf2ffadfe,0x208a0030,0xfcef8fff,0xafc60560,0x0e023029,0xff45bb8d,0xe95442a7,0x3e67df83,0xdba08b06,0x821407a1,0x7dfbe121,0x0b7102f5,0x2eeefe8c,0x450ad005,0x3e302113,0x5036ff2f,0x4e01e002,0xf2dfb5fd,0xf0800110,0xfc9f89ff,0x9fcc05b0,0x13027029,0xff65c38e,0x29534347,0x3e67ff86,0xdbf08906,0x620f0781,0x82fb8124,0x0b710cf4,0xdeeffefc,0x3e0b4004,0x3df01f12,0xc035ff2f,0x4f01e002,0xf2bfc1fd,0xe0820120,0xfcaf8aff,0x6fcc0580,0x1802f02d,0xff65cc8e,0x595043e7,0x3d67ff88,0xdc308706,0x320a0761,0x88fb3126,0x0be110f5,0x9ef3fefc,0x3a0b3007,0x3dc01e12,0x8034ff3f,0x5001e002,0xf26fc8fd,0xb0830130,0xfcbf8aff,0x3fc90560,0x1d03402c,0xff35d28e,0xc94c4457,0x3b682f8a,0xdc808506,0x22060741,0x89fab12b,0x0c010df5,0xfef2fefc,0x380ad009,0x3db01d12,0x2033ff3f,0x5201d002,0xf24fccfd,0x80830160,0xfcaf89ff,0x1fc90560,0x1f03502b,0xff55d98f,0x194b44d7,0x3c685f8c,0xdcb08405,0xf2000721,0x8bfa3133,0x0bd110f5,0xdeefff2c,0x360ae008,0x3d901c11,0xc032ff3f,0x5401d002,0xf27fd0fd,0x50810160,0xfcaf8bff,0x0fc70530,0x2103a02b,0xff45e48f,0x39484567,0x3c686f8b,0xdca08405,0xd1f90701,0x8cfa2137,0x0c3112f6,0x6ef0ff4c,0x340b0007,0x3d901c11,0x9031ff3f,0x5701c002,0xf2efd2fd,0x107e0140,0xfc9f8cfe,0xffc60530,0x20039028,0xff15ed8f,0x794745c7,0x3d688f89,0xdc608505,0xb1f506e1,0x87fa8136,0x0c010bf6,0xceebff6c,0x340ac007,0x3d701b11,0x7031ff3f,0x5701c001,0xf38fcdfc,0xc0790190,0xfc8f8aff,0x0fc50570,0x1d037027,0xff15f58f,0x994845f7,0x3e68bf89,0xdc508605,0xa1f306e1,0x82fad136,0x0aa103f5,0x9ee5ff7c,0x320a8007,0x3d301b11,0x6031ff3f,0x5701c001,0xf3efcbfc,0x90790210,0xfc8f8bff,0x2fc30550,0x1a03d025,0xff35fe8f,0x89484607,0x3c68df88,0xdc208705,0xa1f206d1,0x83fb3132,0x09f103f4,0x7ee7ff7c,0x300a6006,0x3d101b11,0x7031ff4f,0x5901c001,0xf44fcdfc,0x60780240,0xfc5f8bff,0x2fc40550,0x1903f023,0xff16038f,0x89474617,0x3b68ff87,0xdc008805,0xb1f506e1,0x7bfc012c,0x0b1103f5,0x6ee6ffbc,0x300a3004,0x3d101b11,0x6031ff3f,0x5801c000,0xf4efcdfc,0x20770290,0xfc3f85ff,0x3fc505c0,0x1503b01e,0xff16058f,0x99484667,0x3b691f86,0xdbf08805,0xc1f806f1,0x6dfcb12a,0x0b20fcf5,0xdedd000c,0x2f0a7004,0x3d001b11,0x3030ff3f,0x5401dfff,0xf5afcbfc,0x00780300,0xfc1f83ff,0x6fc505d0,0x0f04001a,0xff66088f,0x694946a7,0x39692f84,0xdba08b05,0xc1f606f1,0x69fd8127,0x09e0fef4,0xfeda003c,0x2e0af001,0x3cf01b11,0x3030ff3f,0x5501dfff,0xf63fcdfb,0xc07702d0,0xfbef84ff,0x9fc505a0,0x0904001e,0xff660b8f,0x394a46d7,0x34694f82,0xdb708c05,0xc1f606f1,0x64fe6125,0x0930fbf4,0x9ed9007c,0x2c0afffe,0x3cc01b11,0x3030ff3f,0x5601dfff,0xf69fcefb,0xa07702e0,0xfbef83ff,0xafc405c0,0x0703201e,0xff56078f,0x594c46f7,0x33696f85,0xdbd08a05,0xd1fa0701,0x5ffeb128,0x09b0f6f5,0x6ed8009c,0x2d0acffe,0x3cd01a11,0x0030ff3f,0x5201dfff,0xf6bfcbfb,0xb07b0320,0xfc0f84ff,0x9fc105e0,0x0603201a,0xff76058f,0x594b4707,0x35697f86,0xdc008905,0xf2000721,0x61fef129,0x09a0f5f5,0x3edb00ac,0x2e0ae000,0x3cf01a10,0xd02fff3f,0x5001effe,0xf6bfccfb,0xb07d0300,0xfbdf85ff,0xcfc405c0,0x0303101c,0xff66018f,0x094946d7,0x34696f84,0xdbb08a06,0x22070751,0x5eff5126,0x0900f5f4,0x8edb00ec,0x2d0b0ffa,0x3ce01a10,0xd02fff3f,0x5301dffe,0xf6bfc9fb,0x907b02e0,0xfbcf86ff,0xdfc40580,0x0102f01e,0xff45fe8e,0xb94646d7,0x30695f81,0xdb508d06,0x420a0761,0x5bff4126,0x0930f3f5,0x1ed8012c,0x2e0acff8,0x3cc01a10,0xb02fff3f,0x5201dffe,0xf6dfc0fb,0xa07b0320,0xfbff85ff,0xdfbf0590,0x0003101a,0xff55f98e,0xb9444707,0x31697f7f,0xdb108f06,0x420c0761,0x63fe8129,0x09e0f1f6,0x2ed5011c,0x2f0a7ffd,0x3cd01910,0x802eff2f,0x4e01effe,0xf6ffbcfb,0xa07c0370,0xfc0f84ff,0xffbf05ef,0xfd02f018,0xff85f08e,0xb9454727,0x3469af7d,0xdae09106,0x62100781,0x65fdc122,0x0a50f0f6,0xeed7012c,0x2d0a4fff,0x3cb01910,0x602eff2f,0x4b01fffd,0xf70fbdfb,0xb07d03a0,0xfbff8300,0x0fc105df,0xfb02e017,0xff95e98e,0x794546d7,0x3469bf7b,0xdaa09306,0x921807b1,0x63fd611b,0x0aa0eef7,0x2ed6014c,0x2c09cffe,0x3ca01910,0x502dff2f,0x4901fffd,0xf6ffbbfb,0xc0800420,0xfc0f8200,0x0fc105af,0xfb030018,0xff75e28e,0x49444667,0x3169bf78,0xda609506,0xc21e07d1,0x67fd311c,0x0a50f1f7,0x6ed3015c,0x2e09effe,0x3cb01810,0x402dff2f,0x4901fffd,0xf6ffb8fb,0xd0800400,0xfc0f8200,0x1fc105af,0xfa03101a,0xff95de8e,0x49454627,0x3069cf76,0xda209706,0xd21f07e1,0x6bfd311d,0x0a30f5f7,0x5ed7015c,0x2e0a1ffc,0x3cc01810,0x402dff2f,0x4b01effd,0xf6dfb9fb,0xd08103b0,0xfc1f8500,0x0fc0057f,0xfa03301a,0xff95de8e,0x294345e7,0x3069bf73,0xd9c09906,0xc21d07d1,0x6dfd111c,0x0a50f6f6,0x4edc013c,0x2f0a2ffb,0x3ce01910,0x602eff2f,0x4e01effd,0xf6afb8fb,0xd0800380,0xfc2f85ff,0xffbe057f,0xfb02f01a,0xff55de8e,0x294145c7,0x3169bf71,0xd9909b06,0xd22007e1,0x6afd1119,0x0a40f1f6,0x1edb013c,0x310a4ffc,0x3d001910,0x702eff2f,0x4e01effc,0xf69fb5fb,0xd0800350,0xfc1f82ff,0xffc005df,0xfa02a017,0xff15dc8e,0x59414587,0x3369ef6f,0xd9709d07,0x12290821,0x60fd5114,0x09c0e9f6,0xded9016c,0x310a7ffa,0x3d001810,0x402dff2f,0x4d01effc,0xf67fb4fb,0xe0820340,0xfc1f83ff,0xffc005df,0xfa02c018,0xff35dd8e,0x59414557,0x336a0f6d,0xd9309e07,0x52310851,0x51fdd110,0x0910eaf7,0x3edd015c,0x300a7ffa,0x3d101810,0x402dff2f,0x4d01effc,0xf66fb6fb,0xf0830310,0xfc3f86ff,0xffbf05bf,0xf902d01b,0xff55dd8e,0x59414577,0x326a2f6d,0xd9209f07,0x62320861,0x45fe6110,0x0990edf6,0xdee1014c,0x2f0a9ffb,0x3d101810,0x402dff2f,0x4c01effc,0xf65fb5fb,0xf08502c0,0xfc2f84ff,0xffc005df,0xf902a01a,0xff75da8e,0x79434597,0x326a2f6e,0xd9409e07,0x52300851,0x3cfee113,0x0a80eaf6,0xfee1016c,0x300adffa,0x3d201810,0x202dff2f,0x4b01fffc,0xf65fb4fc,0x008602a0,0xfc3f85ff,0xdfbf05ef,0xfa02c017,0xffc5d88e,0x994645b7,0x336a5f70,0xd9709c07,0x52320851,0x37ff1117,0x0a60e7f7,0x6ee5014c,0x310adffa,0x3d401810,0x202dff2f,0x4b01fffc,0xf64fb6fc,0x00860270,0xfc3f85ff,0xdfc005ff,0xfa02c01a,0xffe5d68e,0xa94945a7,0x346a7f71,0xd9909b07,0x62330861,0x3ffeb11b,0x09a0edf7,0xeee8013c,0x310b1ffb,0x3d601810,0x402dff2f,0x4b01effc,0xf65fb8fc,0x10860230,0xfc3f80ff,0xdfc1063f,0xfc029017,0xffa5d38e,0x99494587,0x336a8f71,0xd9909b07,0x52310851,0x47fe6118,0x09d0eef7,0x5ee6015c,0x310b4ffb,0x3d601810,0x302dff2f,0x4b01effc,0xf64fb7fc,0x10870240,0xfc6f7eff,0xcfc0065f,0xfd02a012,0xff65d18e,0x89494557,0x326a8f71,0xd9909b07,0x422f0841,0x48fe2116,0x09f0e8f7,0x2ee6013c,0x310b4ffe,0x3d701810,0x202dff2f,0x4b01fffc,0xf64fb8fc,0x10860250,0xfc5f7dff,0xcfc0065f,0xfd02a016,0xff55d08e,0x794b4537,0x326a7f74,0xd9d09907,0x322d0841,0x47fd911c,0x09b0e3f7,0xbeea012c,0x300b5ffe,0x3d701810,0x302dff2f,0x4b01fffc,0xf63fbcfc,0x10850220,0xfc5f7dff,0xdfc1064f,0xfc02b016,0xff15d08e,0x794d4557,0x316a6f78,0xda609507,0x222b0831,0x4ffce122,0x0a00e6f7,0x2eec012c,0x2f0b5fff,0x3d601810,0x302dff2f,0x4a01fffc,0xf63fbcfc,0x10850210,0xfc9f7dff,0xdfbd064f,0xfc02d014,0xfec5d28e,0x894d4597,0x336a8f7a,0xdaa09307,0x422f0851,0x59fcb123,0x09b0e3f7,0x3ee9010c,0x300b7004,0x3d701810,0x202dff1f,0x4701fffb,0xf63fb8fc,0x108601e0,0xfcbf7bff,0xdfbc064f,0xfc02a017,0xfec5d68e,0x494d45a7,0x356a8f7a,0xda909307,0x92390891,0x5afc8123,0x07f0e0f7,0x9eea00cc,0x2f0bd007,0x3d901810,0x402dff1f,0x45020ffb,0xf63fb9fc,0x10850170,0xfcdf7bff,0xcfbc061f,0xff027018,0xfeb5d98d,0xd9494587,0x336a5f7a,0xda909307,0xa23b08a1,0x61fbf124,0x0640eaf6,0xeef1007c,0x2f0bc00a,0x3db01910,0x802eff1f,0x44020ffb,0xf61fbffc,0x20860160,0xfd1f77ff,0xafb90630,0x02025014,0xfe85d88d,0xa9464557,0x326a5f79,0xda809407,0x92380881,0x67fb6124,0x0720e8f7,0x2ef0003c,0x310ba010,0x3dd01910,0x902eff1f,0x41020ffb,0xf62fc0fc,0x208501a0,0xfd2f70ff,0xafbb06a0,0x01021010,0xfea5d58d,0xa9484527,0x336a8f78,0xda609507,0x92380881,0x5ffb7126,0x07d0e3f7,0x8eeb004c,0x310be013,0x3de01910,0x802eff1f,0x3f021ffb,0xf64fbffc,0x208501a0,0xfd3f6bff,0xafbb06df,0xff02200e,0xff05d38d,0x99494547,0x326aaf77,0xda509507,0x82370881,0x56fbd125,0x06d0eaf7,0x3ee8004c,0x320c3013,0x3df01910,0x802eff1f,0x40020ffb,0xf64fbffc,0x20850180,0xfd5f6bff,0xafb8069f,0xfe02700d,0xff05d18d,0x89494557,0x2f6acf79,0xda909407,0x92380891,0x57fbe124,0x06a0eaf7,0x1ee9002c,0x330c5015,0x3e101910,0x802eff1f,0x42020ffa,0xf64fbdfc,0x20840160,0xfd4f6aff,0x9fb9068f,0xfc029007,0xfec5cf8d,0xa94b4567,0x2e6adf7a,0xda909407,0x82360881,0x59fc3124,0x0730e9f7,0x2ee9003c,0x340c4014,0x3e201910,0x802eff1f,0x42020ffa,0xf65fbbfc,0x20840160,0xfd5f6aff,0x8fb806af,0xfb02b002,0xfed5d18d,0xc94a4597,0x306adf76,0xda209707,0x52310851,0x55fca124,0x07c0eaf7,0x0eeb002c,0x350c2014,0x3e401910,0x902eff1f,0x42020ffa,0xf64fbbfc,0x30850170,0xfd6f6cff,0x7fb7067f,0xfb02f003,0xfee5d68d,0xc9494597,0x306adf73,0xd9d09a07,0x62310861,0x5bfc6123,0x0800edf7,0x0ef2000c,0x360bf016,0x3e401910,0xa02fff1f,0x41020ffa,0xf65fbefc,0x20840190,0xfd4f6aff,0x7fb806af,0xfa02b003,0xfee5d88d,0xe9484577,0x326acf73,0xd9e09907,0x62320861,0x64fbd124,0x0800f1f7,0x2ef0003c,0x370ba016,0x3e401910,0x902eff0f,0x3e021ffa,0xf65fbcfc,0x30860210,0xfd4f69ff,0x7fb806ff,0xf9026001,0xff15da8e,0x19494557,0x356abf74,0xd9f09807,0x62320861,0x63fc1122,0x0810eff7,0x0ef0002c,0x380b4018,0x3e501910,0x902eff0f,0x3a022ffa,0xf64fbcfc,0x40880260,0xfd3f6aff,0x8fb906df,0xf9026005,0xff45dc8e,0x09484547,0x346aaf74,0xd9f09807,0x62320861,0x5cfcc120,0x07d0eef6,0xdef5002c,0x360b4017,0x3e501a10,0xb02fff0f,0x3b022ffa,0xf63fbefc,0x40870250,0xfd1f69ff,0x8fbc06cf,0xfa021007,0xff35da8e,0x09474527,0x326a9f75,0xda109807,0x62330861,0x59fcf120,0x0810eef6,0xbef4005c,0x360b7014,0x3e501a10,0xb02fff0f,0x3a022ffa,0xf64fbcfc,0x50890230,0xfd3f68ff,0x6fba06ef,0xfc021002,0xff25d78e,0x39464537,0x326aaf75,0xda209707,0x72350871,0x57fcc121,0x08e0edf6,0xaef4005c,0x380b8016,0x3e701910,0x902eff0f,0x3a022ffa,0xf63fbcfc,0x508a0210,0xfd3f69ff,0x7fb806df,0xfc030000,0xfef5d58e,0x49464557,0x326abf76,0xda209707,0x92380881,0x56fcc121,0x08d0eff7,0x3ef7004c,0x360b8016,0x3e601910,0x902eff0f,0x3a022ffa,0xf63fbffc,0x508801f0,0xfd1f6aff,0x8fba06af,0xfc035002,0xfef5d58e,0x29464557,0x306acf76,0xda109707,0xb23b08a1,0x53fd211e,0x08d0f1f8,0x0ef8006c,0x350b9014,0x3e501910,0xa02eff0f,0x3a022ffa,0xf62fc0fc,0x608a01d0,0xfd2f69ff,0x7fb9069f,0xfe031001,0xfee5d38e,0x29444577,0x2f6adf72,0xd9b09a07,0xc23e08b1,0x48fd9116,0x0950f8f8,0x7ef6005c,0x360b9016,0x3e601910,0x902eff0f,0x38022ffa,0xf61fbffc,0x608b01e0,0xfd2f69ff,0x8fb806bf,0xfe036ffe,0xfee5d08e,0x39444597,0x2f6aff6b,0xd900a007,0xd24008c1,0x39fe0116,0x0a40f8f8,0x5ef6004c,0x350b7016,0x3e501910,0xa02fff0f,0x3a022ffa,0xf61fc0fc,0x608a0200,0xfd0f6aff,0x9fba06af,0xff03dffd,0xfef5cc8e,0x29464587,0x306b0f67,0xd890a407,0xf24408e1,0x31fdb119,0x0ac0f7f8,0x5ef6005c,0x340b6013,0x3e401a10,0xb02fff0f,0x3b022ffa,0xf60fc0fc,0x708a01f0,0xfd3f6aff,0x8fb80680,0x01038fff,0xfed5c98e,0x29484567,0x2e6b0f67,0xd8a0a407,0xf24408e1,0x34fd1117,0x0a50fbf7,0xbef3003c,0x360b5016,0x3e401a10,0xa02fff0f,0x39022ffa,0xf60fbcfc,0x708c0200,0xfd2f6bff,0x8fb90690,0x0102a001,0xfeb5c68e,0x594d4537,0x2e6b0f6c,0xd9209f07,0xe24308d1,0x31fd2114,0x0a20faf7,0x7ef1004c,0x360b2016,0x3e301910,0xa02fff0f,0x39022ffa,0xf60fbafc,0x808d0210,0xfcff6eff,0x8fbc0670,0x0202a004,0xfea5c58e,0x695144e7,0x2f6aef6f,0xd9609d07,0xc23f08c1,0x2bfdb112,0x09f0f5f7,0x6ef5005c,0x360b1012,0x3e301a10,0xc02fff0f,0x39022ffa,0xf5efbcfc,0x808d01e0,0xfd1f72ff,0x8fbb0630,0x03030004,0xfe95c68e,0x59514497,0x2e6aef70,0xd9809c07,0xc23f08b1,0x34fd4115,0x0940f0f7,0xeef8003c,0x360b1013,0x3e301a10,0xd02fff0f,0x38022ffb,0xf5dfbdfc,0x908f01c0,0xfd1f70ff,0x8fbb0660,0x0302f002,0xfe65c48e,0x69524467,0x306aff71,0xd9909b07,0xd24108d1,0x42fc5119,0x08b0eef8,0x7ef5004c,0x360b1013,0x3e201a10,0xc02ffeff,0x37022ffa,0xf5efbbfc,0x908f01c0,0xfd0f70ff,0x8fbc06a0,0x03030001,0xfe85c58e,0x79514477,0x326aff6e,0xd9409e07,0xe24308d1,0x44fc6117,0x08a0eff8,0x5ef5004c,0x350b1013,0x3e101a10,0xc02ffeff,0x37022ffa,0xf5efbcfc,0x908f01b0,0xfd1f73ff,0x9fbb0680,0x04033004,0xfe85c68e,0x694f4497,0x326aff6c,0xd900a007,0xf24408e1,0x3cfce112,0x0890eff8,0x3ef8002c,0x340ab014,0x3e001a10,0xe02ffeff,0x36022ffb,0xf5dfbdfc,0x908e01d0,0xfcff72ff,0x9fbe06a0,0x06031005,0xfe25c48e,0x795044b7,0x326aef6e,0xd9309e07,0xe24208d1,0x3afcd115,0x0860edf8,0x7ef6005c,0x350ab011,0x3e001a10,0xd02ffeff,0x37022ffb,0xf5dfbcfc,0x908d01e0,0xfd0f71ff,0x7fbd06b0,0x07034004,0xfe35c28e,0x895144b7,0x306aef70,0xd9709c07,0xd24108c1,0x37fca11b,0x0860eaf8,0xdef5004c,0x370ac012,0x3e101a10,0xe02fff0f,0x38022ffb,0xf5cfbcfc,0x808c01d0,0xfd1f73ff,0x8fbb0690,0x06035007,0xfe75c28e,0x79534497,0x2f6aef71,0xd9909b07,0xc23f08c1,0x2afd4117,0x0850edf8,0xcef8001c,0x360aa013,0x3e101a11,0x0030feff,0x37022ffb,0xf5bfbefc,0x908c01d0,0xfcff72ff,0x9fc00680,0x06030006,0xfe55bc8e,0x49544467,0x2e6aef71,0xd9a09b07,0xd24008c1,0x23fdb110,0x0820eff8,0x5ef6004c,0x350aa011,0x3e001a11,0x0030ff0f,0x37022ffb,0xf5bfbdfc,0x908d01e0,0xfd1f72ff,0x8fbf0690,0x06030001,0xfe25b68e,0x59554457,0x2e6adf72,0xd9b09b07,0xc23f08c1,0x24fda110,0x0820f0f8,0x5ef3003c,0x370a8014,0x3e001a10,0xf02ffeff,0x36022ffb,0xf5cfbafc,0x908c0200,0xfd1f72ff,0x9fc00690,0x05031000,0xfe35b48e,0x59574457,0x2f6adf73,0xd9c09a07,0xb23d08b1,0x23fdc111,0x0860eef8,0x5ef4002c,0x350a9016,0x3df01a10,0xf02ffeff,0x33023ffb,0xf5cfbcfc,0x908c01e0,0xfcef73ff,0xcfc40660,0x0302f000,0xfe55b38e,0x29574447,0x2e6acf74,0xd9e09907,0xb23d08b1,0x24fe010e,0x0850edf8,0x2ef5004c,0x320a9014,0x3dc01a11,0x002ffeff,0x32023ffb,0xf5cfbcfc,0xa08e01d0,0xfd1f75ff,0xbfc30650,0x0402fffd,0xfe15b28e,0x39554437,0x2e6abf74,0xd9e09907,0xb23e08b1,0x26fe010d,0x0800f3f8,0x3ef3002c,0x330aa016,0x3dd01a10,0xe02ffeff,0x32023ffb,0xf5dfb9fc,0x908e01b0,0xfd2f76ff,0xbfc30670,0x04030ffd,0xfe05b48e,0x59564407,0x306abf75,0xd9f09807,0xd24108c1,0x25fde111,0x0840f0f8,0x7ef4001c,0x330ab017,0x3dd01a10,0xd02ffeff,0x32023ffa,0xf5ffb9fc,0x908c0180,0xfd0f78ff,0xcfc60650,0x03030001,0xfe05b78e,0x495643e7,0x316aaf76,0xda109707,0xe24208d1,0x24fdc113,0x0840eef8,0x6ef9001c,0x310a9016,0x3dc01a10,0xd02ffeff,0x33023ffa,0xf5ffbcfc,0x908d0170,0xfd0f7aff,0xcfc70640,0x05033003,0xfe15b88e,0x395343e7,0x306a8f74,0xd9f09807,0xd24108c1,0x27fdb111,0x0820eff8,0x6efa001c,0x310a8017,0x3dc01a10,0xd02ffeff,0x32023ffa,0xf5ffbcfc,0x908e0160,0xfcff79ff,0xbfc90680,0x05033004,0xfe65b58e,0x495243e7,0x326a9f74,0xd9e09807,0xe24208d1,0x2afda10e,0x0840f0f8,0x8ef9002c,0x310ab017,0x3dd01a10,0xd02ffeff,0x31023ffa,0xf60fbcfc,0x908e0140,0xfcef7aff,0xcfcb06a0,0x06031005,0xfea5b68e,0x395243d7,0x316a9f73,0xd9c09907,0xe24208d1,0x27fda10e,0x0830f5f8,0x6efc002c,0x300ab014,0x3dc01a10,0xe02ffeff,0x32023ffb,0xf5efc0fc,0x908e0130,0xfcef7cff,0xbfca0680,0x07030008,0xfed5b68e,0x295243c7,0x2f6a8f74,0xd9e09807,0xe24208d1,0x29fd5114,0x0840f2f8,0x5eff001c,0x310aa014,0x3dd01a11,0x0030feff,0x32023ffb,0xf5dfc1fc,0x908f0130,0xfcdf7bff,0xbfcc06d0,0x0602e006,0xfea5b18e,0x495243b7,0x326aaf76,0xda109708,0x024608f1,0x3dfc5119,0x0870eef8,0x8efd003c,0x310ac013,0x3dd01a11,0x0030feff,0x31023ffb,0xf5dfc1fc,0x908f0120,0xfcbf7bff,0xbfce0700,0x0702d002,0xfeb5af8e,0x595343d7,0x356abf76,0xda109608,0x12490901,0x56fb9119,0x0880f3f8,0x7eff003c,0x320aa013,0x3dd01b11,0x2030feef,0x2f024ffb,0xf5cfc3fc,0x90900130,0xfcaf7eff,0xcfcf06f0,0x0702b002,0xfec5b08e,0x295243c7,0x366a9f75,0xd9e09807,0xf24508e1,0x63fb211c,0x0900f2f8,0x8f01002c,0x320a4011,0x3dc01b11,0x6031feef,0x2e024ffb,0xf5bfc2fc,0x90910170,0xfc6f81ff,0xdfd306e0,0x06029ffb,0xfe75ae8e,0x495343b7,0x366a9f72,0xd9a09a07,0xa23b0891,0x66fb211b,0x0900f3f8,0x8efd004c,0x330a100d,0x3db01c11,0xa031feef,0x2e024ffb,0xf5afbcfc,0xa0920190,0xfc4f87ff,0xcfd506d0,0x06028ff3,0xfe65ac8e,0x995243a7,0x396a9f70,0xd9509c07,0x52330851,0x5ffba11a,0x08d0f1f8,0x7eff004c,0x3509e009,0x3db01c11,0xc032feef,0x2f024ffb,0xf58fb9fc,0xb0950160,0xfc4f8dff,0xcfd50690,0x06026ff1,0xfe75ad8e,0xa9524377,0x3a6a9f6e,0xd9309d07,0x42310851,0x54fc011b,0x08c0ecf8,0x8f04001c,0x3509d009,0x3dc01d11,0xf032feef,0x2e024ffc,0xf56fb9fc,0xa0950100,0xfc3f8fff,0xcfd706a0,0x08025ff0,0xfe75ac8e,0xd9534337,0x3b6a9f71,0xd9809b07,0x52320851,0x4efc111a,0x08b0f0f8,0x6f04002c,0x370a0007,0x3dd01d12,0x0033feef,0x2f024ffc,0xf55fb6fc,0xb09500b0,0xfc4f90ff,0xbfd506b0,0x09023fef,0xfe65ad8f,0x09524317,0x396a9f74,0xd9e09807,0x62330861,0x4bfc511a,0x08a0f3f8,0x6f02001c,0x3809f007,0x3de01d11,0xf032feff,0x30023ffc,0xf54fb6fc,0xb09500c0,0xfc4f8fff,0xcfd506a0,0x0a022ff2,0xfeb5b28e,0xd9514327,0x366a7f78,0xda309507,0x62340861,0x46fcd117,0x0890f2f8,0x5f04fffc,0x3709d008,0x3dc01d12,0x1033feff,0x31023ffc,0xf54fb9fc,0xa09300d0,0xfc2f8eff,0xcfd60690,0x0c01fff5,0xff15b28e,0x89504357,0x326a4f7b,0xda809307,0x72360871,0x42fd4114,0x08a0f1f8,0x3f04001c,0x3609e006,0x3dc01d12,0x0033feff,0x33023ffc,0xf54fbafc,0xb09200d0,0xfc4f8dff,0xcfd40690,0x0d021ff2,0xfee5ad8e,0x894d43a7,0x316a4f7c,0xdab09107,0x92390881,0x42fd6115,0x08b0f3f8,0x6f01000c,0x3709a009,0x3dc01d11,0xe032feff,0x31023ffc,0xf55fb9fc,0xb0910110,0xfc5f8cff,0xcfd306a0,0x0c01fff0,0xfec5a78e,0x894d43e7,0x326a3f7c,0xdab09107,0xa23b0891,0x3bfd5116,0x08d0f7f8,0x5f02fffc,0x3709600c,0x3db01d11,0xd032feef,0x2f024ffc,0xf54fbcfc,0xb0900140,0xfc3f8dff,0xdfd50670,0x0d01fff2,0xff05a18e,0x694c4407,0x336a1f7b,0xda809307,0x923a0881,0x34fd3118,0x08f0f7f8,0x2f04001c,0x3609500a,0x3db01d11,0xd032feff,0x31023ffc,0xf53fbdfc,0xc0900140,0xfc6f8eff,0xcfd20670,0x0d01fff1,0xff159d8e,0x794b43e7,0x336a0f79,0xda609407,0x82390881,0x39fd111b,0x0920f6f8,0x7f04fffc,0x3709300c,0x3db01c11,0xb032feff,0x33023ffc,0xf54fbdfc,0xc08e0150,0xfc5f8cff,0xcfd206c0,0x0d01eff1,0xff059b8e,0xa94d43b7,0x366a0f7a,0xda709307,0x82390881,0x3efcd11d,0x0930f4f8,0xcf02fffc,0x3709300c,0x3db01c11,0xa031feff,0x33023ffc,0xf55fbdfc,0xc08c0160,0xfc5f8bff,0xcfd406e0,0x0d01dff2,0xff159f8e,0x994f4367,0x3769ff7b,0xda909207,0x82380881,0x39fcd11b,0x0900f2f8,0xaf03000c,0x3709300b,0x3db01c11,0x9031feff,0x33023ffc,0xf55fc0fc,0xc08c0160,0xfc6f8aff,0xcfd206e0,0x0e01dff3,0xff15a38e,0x79504327,0x3769ef7b,0xda909207,0x82390881,0x33fcd11a,0x08f0eef8,0x6f03fffc,0x3609300e,0x3db01c11,0x8031feff,0x33023ffc,0xf55fc0fc,0xc08b0140,0xfc6f89ff,0xdfd30710,0x0d01cff3,0xff05a18e,0x89524307,0x3969ef7a,0xda809307,0xa23c0891,0x30fcc11b,0x08e0eef8,0x8f00001c,0x3509600d,0x3da01b11,0x6031feff,0x33023ffc,0xf56fbffc,0xc08c0160,0xfc6f8aff,0xefd30700,0x0d01cff7,0xff259f8e,0xa9524317,0x3969df79,0xda609407,0xa23d08a1,0x28fd5116,0x08c0f1f8,0x8f00001c,0x3509600d,0x3da01b11,0x6031feff,0x35023ffc,0xf56fc0fc,0xb08c0170,0xfc7f8cff,0xdfd006b0,0x0d01bffe,0xff759c8e,0xa9534367,0x3669bf79,0xda609407,0xa23d08a1,0x18fe110f,0x0890f0f8,0x6f03fffc,0x3509400d,0x3da01c11,0x7031feff,0x37022ffc,0xf55fc1fc,0xa08b0170,0xfc6f8cff,0xefcf06b0,0x0d01bffe,0xff45998e,0xb95543c7,0x3469bf79,0xda509407,0x92390881,0x0cfe710c,0x0820edf8,0x2f01000c,0x3509400b,0x3d901c11,0x7031feff,0x38022ffc,0xf55fbffc,0xa08b0180,0xfc6f8cff,0xdfcd06b0,0x0e01dffb,0xff05988e,0xc9564417,0x3269af77,0xda209607,0x62350861,0x06feb110,0x07d0ecf7,0xef02001c,0x3509400a,0x3da01b11,0x6031ff0f,0x38022ffc,0xf54fc1fc,0xa08c0180,0xfc6f8eff,0xdfcc0690,0x0e024ffa,0xff05988e,0xa9584427,0x3069bf76,0xda109607,0x62340861,0x03fee119,0x0800eef7,0xcf05001c,0x34093009,0x3d901b11,0x6031ff0f,0x3a022ffc,0xf54fc3fc,0xa08a0170,0xfc6f8cff,0xefcc06a0,0x0e024ff6,0xfed5968e,0xa9594427,0x2f69cf78,0xda409507,0x72350871,0x05fea120,0x07e0eef7,0x8f02003c,0x33093009,0x3d801b11,0x4030ff0f,0x3a022ffc,0xf55fc1fc,0xa08a0190,0xfc9f8bff,0xefc806c0,0x0e025ff4,0xfea5938e,0xb95a4417,0x2f69df79,0xda609407,0x82380881,0x05fe3124,0x0790edf7,0x6efe001c,0x3409200b,0x3d801b11,0x2030ff0f,0x3a022ffc,0xf56fc0fc,0xa08c01b0,0xfccf8bff,0xefc506c0,0x0c028ff3,0xfef5928e,0xa95c4427,0x2f69ef79,0xda709407,0x82390881,0x02fdc12d,0x07c0f0f7,0x9effffec,0x3409100e,0x3d701b11,0x2030ff0f,0x3c022ffc,0xf55fc1fc,0xa08b01b0,0xfcbf8bff,0xffc506b0,0x0b026ff2,0xff05918e,0x895d4437,0x2f69df7a,0xda809307,0x72360871,0x07fd5131,0x0830f7f7,0xcefd001c,0x3309000c,0x3d601a11,0x002fff0f,0x3c021ffc,0xf56fc0fc,0xa08b01c0,0xfcdf8aff,0xefc306d0,0x0c021fed,0xfec5918e,0xa95b4447,0x2f69cf79,0xda709407,0x62330861,0x0ffd312f,0x0810f8f7,0xcefb001c,0x3409000e,0x3d701a10,0xd02fff0f,0x3d021ffc,0xf58fbffc,0xa08b01c0,0xfd0f88ff,0xcfc00710,0x0d01ffe8,0xfeb5948e,0xa95a4437,0x3169af78,0xda509507,0x52320851,0x12fcf131,0x07e0f6f7,0xcefaffec,0x35091011,0x3d801a10,0xd02fff0f,0x3d021ffc,0xf58fc0fc,0x908a01c0,0xfcef86ff,0xdfc40720,0x0d01ffe9,0xfef5968e,0x89594407,0x32698f78,0xda409507,0x52310851,0x0dfcc132,0x0800f8f7,0xbefa000c,0x33092010,0x3d701a10,0xd02fff0f,0x3e021ffc,0xf58fc2fc,0x908a01d0,0xfcdf86ff,0xdfc60720,0x0d022feb,0xff05968e,0x995843f7,0x31697f79,0xda609407,0x52310851,0x07fca133,0x07d0fcf7,0x5ef9001c,0x3309600e,0x3d701a10,0xd02fff0f,0x3f021ffc,0xf58fc1fc,0x908a0190,0xfcff87ff,0xdfc30730,0x0d024feb,0xfee5968e,0xc95843f7,0x31699f79,0xda709407,0x42310851,0x06fc6134,0x07d0fcf7,0x6ef9ffec,0x3309c00f,0x3d901a10,0xc02fff1f,0x43020ffc,0xf58fc2fc,0x80870110,0xfcff88ff,0xefc40730,0x0c026fee,0xfed59a8e,0xd95843f7,0x3169af77,0xda309607,0x52310851,0x05fcb135,0x0850faf7,0x9efdffec,0x3209d00d,0x3d801a10,0xd02fff1f,0x45020ffc,0xf58fc4fc,0x808700f0,0xfd0f8aff,0xefc40710,0x0c02aff0,0xfed59b8e,0xc9574417,0x3169bf73,0xd9c09907,0x62340861,0x04fd812f,0x0850f9f7,0xbefdffec,0x3209d00c,0x3d801a10,0xd02fff1f,0x4701fffc,0xf57fc2fc,0x808700d0,0xfd0f8bff,0xdfc40710,0x0c02dff0,0xfec5978e,0xf9594437,0x3369df6f,0xd9509d07,0x923b0891,0x00fd812a,0x07b0f9f7,0xbefbffec,0x3409900d,0x3d801a10,0xb02fff1f,0x46020ffc,0xf58fc0fc,0x80870100,0xfcef8dff,0xefc80710,0x0b030ff1,0xfeb5938e,0xf95c4417,0x3369ef6b,0xd8e0a007,0xb23f08b0,0xf8fd8128,0x0740faf7,0xdefe000c,0x3309000c,0x3d701a10,0xb02fff1f,0x43020ffc,0xf58fc2fc,0x90890180,0xfcef8fff,0xefc706e0,0x09038ff4,0xfeb5908e,0xf95f43e7,0x3169ef6a,0xd8c0a107,0xb23e08b0,0xf2fd6129,0x0710f7f7,0xef02fffc,0x3308a00d,0x3d601a10,0xc02fff1f,0x41021ffc,0xf58fc5fc,0x908b01c0,0xfd0f8dff,0xffc50710,0x06038ff5,0xfed58b8f,0x296543f7,0x326a0f6d,0xd9209e07,0xb23e08a0,0xf0fcb12c,0x0690f4f7,0x9efffffc,0x3308d00e,0x3d701910,0x902eff1f,0x41020ffc,0xf59fc4fc,0x908b01a0,0xfd0f8cff,0xefc50760,0x03035ff3,0xff25868f,0x796c4407,0x356a3f70,0xd9509c07,0xa23d08a0,0xeffc712b,0x0650f3f7,0x9efc002c,0x3409700c,0x3d901910,0x502dff1f,0x44020ffb,0xf5afc3fc,0x908b0110 +}; + +u32 ANIM_ENTRY_coughing_standing[] = +{ + 0x004f97ff,0xcfc30540,0x0902fff9,0xfec10f04,0xfcaafa3f,0xd235e7e7,0x8d882f81,0x47a68260,0x03fc6016,0xfe503401,0x4f08055c,0x0efb6fbe,0x3e2ffffd,0xbff9ffff,0xf6001ffc,0xfdcfd801,0x204a02d0,0x004f96ff,0xdfc30580,0x07023ff5,0xfe810d04,0xecabfa3f,0xd235e7e7,0x8d582e81,0x47a68260,0x02fc0008,0xfe203401,0x2f0a052c,0x0efb1fbe,0x3e2ffffd,0xfffaffff,0xf7001ffc,0xfdafdb01,0x10490360,0x005f98ff,0xefc405e0,0x06022fee,0xfe711204,0xbcabf9cf,0xd235d7e7,0x8d582e81,0x47a6826f,0xfefba001,0xfe203101,0x2f11050c,0x0dfb4fbf,0x3e0ffffe,0x1ffaffff,0xf4002ffc,0xfd9fe100,0xf04f0370,0x005f9aff,0xffc405e0,0x05025fea,0xfe611504,0xacaaf96f,0xd035d7e8,0x8d382d81,0x47a6826f,0xfefb5000,0xfe803101,0x2f1604cc,0x0cfb8fc0,0x3deffffe,0x6ffbffff,0xf1002ffc,0xfd4fe300,0xe0530350,0x003f9d00,0x0fc40550,0x03024fed,0xfe910f04,0xccabf9af,0xd035e7e8,0x8d382e81,0x47a48270,0x03fb5ffc,0xfec02d01,0x3f18047c,0x0cfbefc0,0x3ddfffff,0x1ffdffff,0xef002ffd,0xfcdfe200,0xd0540310,0x001f9e00,0x1fc404d0,0x00024ff5,0xfed10905,0x0cacfa1f,0xd13617e7,0x8d782f81,0x47a58270,0x05fbcff9,0xfeb02a01,0x6f1d045c,0x0cfc5fbf,0x3dbfffff,0x8ffeffff,0xed003ffd,0xfcbfe800,0xc05502c0,0x000f9e00,0x3fc404cf,0xff024ffb,0xfed10e05,0x2cacfa3f,0xd23607e6,0x8dc83081,0x47a4827f,0xfffbd000,0xfe902801,0x8f18045c,0x0cfbbfbd,0x3dcfffff,0xafffffff,0xf1002ffd,0xfcbfe300,0xb0540380,0xffff9d00,0x3fc504ff,0xff024ffc,0xfef11205,0x2cacfa7f,0xd235f7e6,0x8de83081,0x47a2827f,0xfdfbf008,0xfe702a01,0x8f0c046c,0x0cfbdfba,0x3dcfffff,0xdfffffff,0xf0002ffd,0xfc8fd800,0x905803b0,0xffdf9900,0x2fc7053f,0xff024ffd,0xfee11105,0x1caefb0f,0xcf35e7e5,0x8df83081,0x579b828f,0xfefc4008,0xfdf03101,0x2f05045c,0x0dfc4fba,0x3db00000,0x1000ffff,0xed003ffd,0xfc4fd500,0x805a03d0,0xffbf9700,0x3fca054f,0xff02c003,0xfed10e04,0xfcadfc5f,0xc835a7e6,0x8df83081,0x978982c0,0x00fc5006,0xfc703100,0x7f03045c,0x0dfcbfbe,0x3d800000,0x4000ffff,0xe6004ffd,0xfc2fd600,0x705c03d0,0xff9f9800,0x3fce055f,0xff02d006,0xfe810f04,0xdcadfcdf,0xc43577e6,0x8dd83081,0xb77e82e0,0x00fc1006,0xfbc02c00,0x2eff045c,0x0dfcbfbe,0x3d600000,0x8001ffef,0xe2005ffd,0xfbffd300,0x605d0410,0xff5f9800,0x3fd305a0,0x00025004,0xfe111604,0xbcaefcbf,0xc43567e6,0x8dd83081,0xd773831f,0xfffbd005,0xfbd02800,0x4ef4045c,0x0efcffbb,0x3d500001,0x0002ffef,0xdd006ffd,0xfbafc800,0x50610430,0xfeff9900,0x1fdc0590,0x0201b008,0xfdf11704,0xbcb1fd2f,0xb83557e6,0x8de83082,0x574a839f,0xfcfbc002,0xfc101dff,0xeef1048c,0x12fdefba,0x3d600001,0x8004ffdf,0xce008ffd,0xfb6fc300,0x40690380,0xfe9f9e00,0x1fe50530,0x02010009,0xfda11604,0xbcb2fdcf,0xaa3517e5,0x8e183183,0x470a847f,0xfafb8fff,0xfbf012ff,0x1ef7046c,0x14fe3fbd,0x3d300102,0x4006ffcf,0xbf00bffd,0xfb2fc500,0x306e0310,0xfe7fa200,0x5fee04f0,0x0000300c,0xfd411604,0xbcb2fe8f,0xa134c7e4,0x8e683284,0x76c1858f,0xfcfb2ffe,0xfa7006fe,0x7efd03cc,0x13fe5fc4,0x3cc00203,0x8009ffbf,0xb100effd,0xfabfc900,0x20710300,0xfedf9d00,0xaff0054f,0xfaff400c,0xfd411904,0xacb4ffaf,0x973467e3,0x8ed83386,0x167186d0,0x06fb8000,0xf8f019fd,0xbeff027c,0x11ffefd7,0x3c500405,0x100effaf,0xa0011ffe,0xfa2fd100,0x10750200,0xfe9f9b00,0xcfff052f,0xfbfec014,0xfd111e04,0xccb4011f,0x8f33b7e0,0x8fb83788,0xc60888f0,0x0efcb008,0xf75023fd,0x0f0201ac,0x13020fde,0x3c300606,0xe013ff9f,0x91013ffb,0xf9bfd0ff,0xd07b00f0,0xfe2f9c00,0xe01404ef,0xfcfd301f,0xfce11f05,0x0cb5025f,0x9032d7dc,0x90d83b8c,0xf5908c60,0x15fd500c,0xf54022fc,0x4f0500cc,0x1603efe8,0x3bf00909,0x1019ff6f,0x78018ff9,0xf92fcaff,0xa086fff0,0xfd9f9801,0x002f052f,0xfdfbf024,0xfcc11d05,0x0cb9035f,0x9b31f7d9,0x91983e93,0xe5199270,0x22fd000c,0xf3401bfc,0xaf02001c,0x1a05bff5,0x3bc00d0b,0x301fff3f,0x5601eff7,0xf86fc4ff,0x7094ffa0,0xfc9f9200,0xf0550520,0x01fac029,0xfc711e04,0xecbe046f,0xbe3117d5,0x92a842a0,0x64b69e30,0x2bfcd00c,0xf21018fc,0x9efcffac,0x20071ff9,0x3bd0120d,0x9026feff,0x39023ff6,0xf79fbeff,0x40a10010,0xfbff9500,0xd0790460,0x07f8b02c,0xfbc12105,0x1cc3064f,0xf730d7ce,0x94884aba,0x147cb750,0x2dfd400b,0xef301ffb,0x4f07fe8c,0x27072002,0x3bc01910,0x402efebf,0x1c028ff5,0xf6cfbfff,0x20aa0100,0xfbaf9000,0xd0990450,0x0bf7202b,0xfba12804,0xfcca07a0,0x3a30c7c7,0x95f850d9,0x2489d5f0,0x2cfd100e,0xecc02afa,0xef03fd3c,0x2d07b017,0x3b702112,0xe037fe4e,0xf4030ff4,0xf60fbbff,0x00b90200,0xfb4f7f00,0xd0bc04f0,0x0cf6402a,0xfbc12804,0xacd308c0,0x903147c3,0x96e854e9,0x04bce580,0x2efc900f,0xe99025fa,0xfeeffc0c,0x3a096033,0x3ba02a15,0xa040fdce,0xc6039ff5,0xf54fb6ff,0x10c80210,0xfb3f7701,0x30d70520,0x05f6e022,0xfbb12504,0x9cdb0a30,0xed3277be,0x97e859f0,0x64f0eca0,0x33fc900c,0xe5e01bfa,0x4edffa5c,0x410a4055,0x3b603418,0x804afd2e,0x99043ff6,0xf4efb4ff,0x30d60210,0xfb1f6e01,0x80f5056f,0xfff8201f,0xfc212704,0x2ce40bc1,0x4d33d7bc,0x98785bf4,0x0519f030,0x34fcb00a,0xe1d014f9,0x7ecdf8fc,0x4a0ad06f,0x3b203f1b,0x0054fcae,0x7604cff8,0xf49fb1ff,0x50df0270,0xfa9f6501,0x711d0650,0x04f9701e,0xfca13102,0xecef0d11,0xaa3557ba,0x98a85cf5,0xb533f1e0,0x38fc8ffd,0xde901ef9,0x6ec1f7ec,0x580ba080,0x3b704b1d,0xa05ffc1e,0x56054ff9,0xf3ffb2ff,0x60e80280,0xf9ff6901,0x51470690,0x0dfac01b,0xfc913801,0x9cf80ee1,0xf73747b9,0x98f85ef6,0x8542f2a0,0x3efc8ff5,0xdc4036fa,0x0ec2f6fc,0x630b908d,0x3b905820,0x106bfb7e,0x3405dffb,0xf39fb3ff,0x80f402c0,0xf8ff7501,0x617005c0,0x0efc9016,0xfc613000,0xecfd1352,0x2d3a67b7,0x996860f7,0x4550f350,0x45fd2005,0xdc8026f9,0xfecaf67c,0x670b0093,0x3b406421,0xf075face,0x13067ffb,0xf36fb2ff,0xa0ff02f0,0xf84f7e01,0x818d0590,0x13fe4004,0xfc912f00,0x3d0418d2,0x433d77b4,0x99f863f8,0x856bf480,0x4ffd1008,0xdf1fd5f7,0xfed3f5dc,0x680ac098,0x3af07023,0xd080fa2d,0xf906fffd,0xf2ffb4ff,0xb1070310,0xf8cf8301,0x71910630,0x1bff8fee,0xfc6131ff,0x7d0d1c92,0x453fb7b1,0x9a6865f8,0xc572f4c0,0x5cfcf000,0xdedfc3f6,0xaed4f45c,0x6d0ad0af,0x3b007b25,0x4089f98d,0xe1078ffe,0xf28fb5ff,0xd10f02e0,0xf90f8801,0x819006b0,0x20ff7feb,0xfbf12cfe,0xfd141f32,0x3a4257b0,0x9ab866f8,0x2564f420,0x66fcaff8,0xdc5fecf7,0x6ed2f37c,0x700b00c0,0x3b008126,0x108ff8fd,0xcb080fff,0xf23fb5ff,0xe11802c0,0xf88f8c01,0xb19506e0,0x24ff5ffa,0xfbf11dfe,0xad172192,0x2244e7af,0x9ab867f7,0xd55ef3d0,0x6bfc6ff2,0xd94009f8,0xded0f3bc,0x700b50be,0x3b008426,0x7091f8ad,0xbf085fff,0xf23fb200,0x011f02c0,0xf80f8f01,0xd19106d0,0x23002007,0xfc510afe,0xdd1e2362,0x1146b7ae,0x9ad868f8,0x1563f400,0x68fcafec,0xd69008f8,0xfed1f41c,0x6f0b60b7,0x3af08726,0xc094f87d,0xba087fff,0xf20faf00,0x11260300,0xf75f9c02,0x118b0690,0x22009008,0xfc80fdff,0x6d2623f2,0x144777ab,0x9b786bf8,0x5569f430,0x60fcefe2,0xd33004f8,0xfedef4ac,0x660af0ac,0x3a708726,0xb094f86d,0xb6088fff,0xf1ffb100,0x212a0330,0xf6bfa502,0x31800600,0x2200e00b,0xfc40ef00,0x0d312572,0x1d4887a7,0x9c186ef8,0x2566f410,0x57fd6fde,0xcf6014f9,0x5eedf53c,0x600aa09e,0x3a408826,0xd094f86d,0xb6088000,0xf1dfb500,0x212c0360,0xf68fa101,0xc1710620,0x2c011010,0xfbe0df00,0x4d3b2692,0x274927a4,0x9c9871f7,0xf561f3d0,0x55fe3fdf,0xccd02ff9,0xbef0f59c,0x670ac093,0x3ae08726,0xc094f8ad,0xbf085000,0xf1cfb700,0x212c03b0,0xf6bfa101,0x715b0680,0x34011006,0xfb80ce00,0x5d4426a2,0x3148d79e,0x9d7876f8,0x3565f420,0x63ff5fe2,0xcca02bf9,0xaef1f58c,0x6c0ae091,0x3b808526,0x8092f8dd,0xc6082fff,0xf20fb800,0x01230320,0xf6efa401,0x61460670,0x33010003,0xfb60b700,0xad4d2772,0x3b493793,0x9f1880f8,0x6568f460,0x71011fe7,0xccc01ff9,0x9ef4f56c,0x6d0af094,0x3be08326,0x4090f8fd,0xc9080ffe,0xf27fb800,0x011d0290,0xf69fa801,0x713e0660,0x31004005,0xfac09d00,0xdd572832,0x4c49b780,0xa19890f8,0x6568f460,0x6e01cfe5,0xcc4010f9,0x8efaf58c,0x6b0ac08d,0x3bf08126,0x108ef92d,0xd107dffe,0xf2dfba00,0x01180260,0xf6bfa701,0x713306d0,0x31ff8006,0xfa008400,0xfd5e28b2,0x574a2767,0xa468a6f8,0x3564f440,0x59004fe4,0xcbe012f9,0xaef8f55c,0x6f0ab08c,0x3c307f25,0xe08df96d,0xdb07affd,0xf34fb9ff,0xe10f0210,0xf69fa901,0x112f06d0,0x34fe8003,0xfa207300,0xdd6329a2,0x5e4b073c,0xa848ccf8,0x1561f420,0x37004ffa,0xcb900df9,0xbefbf53c,0x750ad08c,0x3d307e25,0xc08bf9bd,0xe4075ffd,0xf36fb6ff,0xe1070150,0xf6afae01,0x012c0690,0x31fd9002,0xfa806700,0x9d652ac2,0x654c16eb,0xad6915f7,0xf55ef400,0x0801f017,0xcb600df9,0x1f01f4cc,0x750aa090,0x3d707d25,0xc08bf9ed,0xe9072ffd,0xf33fb9ff,0xd10000e0,0xf74fae01,0x41230690,0x2bfcb003,0xfab05b00,0x4d5f2b42,0x694c8654,0xb2b9a2f7,0xe55df3ff,0xea02e028,0xcbb015f8,0x8f00f3fc,0x6e09b094,0x3c607c25,0xa08afa3d,0xf906fffe,0xf2dfc4ff,0xb0f401d0,0xf75fae01,0x712806a0,0x28fc3ffd,0xfb6053ff,0x7d5c2b52,0x6f4cb50f,0xb70adbf7,0xd55cf3ef,0xe7034029,0xcc1011f8,0x1f02f3ac,0x69093094,0x3be08126,0x208efa7e,0x0606bffe,0xf2afcbff,0xa0e80240,0xf75fad01,0x513006e0,0x2afcbff5,0xfc9055fd,0xad5b2a62,0x774ca34b,0xb7bc97f7,0x6553f36f,0xf802e029,0xcb4034f9,0x0f00f37c,0x6908d094,0x3bb08c27,0x7098faae,0x11068ffd,0xf34fc6ff,0x80df02e0,0xf77fa901,0x01380750,0x2efccfef,0xfdb05efa,0x9d592922,0x7b4c622a,0xb5ddb1f7,0x054cf300,0x16018039,0xcad05dfa,0x1efbf36c,0x6c08d09b,0x3be09b28,0xf0a5face,0x16067ffd,0xf3afc6ff,0x70da0310,0xf77fa200,0xb1480840,0x32fc4fe8,0xfe806bf6,0xdd5b2742,0x7e4b517a,0xb2fe5cf6,0xe54bf2f0,0x3c007042,0xcb1065fa,0x4ef4f3bc,0x6c0950a6,0x3c60a029,0x60aafaae,0x10068ffe,0xf2ffd4ff,0x60d802d0,0xf76f9c00,0xa15c0910,0x33fcbfd5,0xfe9075f3,0x1d602552,0x8049f114,0xafeebdf6,0xc549f2c0,0x64ff603f,0xcb5069fa,0x0ee9f48c,0x6809a0b1,0x3c809027,0xc09cfa9e,0x0c06afff,0xf1efddff,0x50d002e0,0xf76f9a00,0x816b0900,0x2efd9fc7,0xfec076ef,0xcd6b2472,0x7a4940db,0xad4ef3f6,0x6542f260,0x84fed034,0xcc4071f9,0x9ee2f49c,0x6409d0c1,0x3c808626,0x8093fa5e,0x0306d000,0xf14fe1ff,0x40ca02e0,0xf76f9f00,0x817b0850,0x25ff2fc3,0xff1073ec,0x8d7a2462,0x744920c4,0xabef09f5,0xb537f1c0,0x9efe6022,0xcd208bf9,0xaeeaf39c,0x5c09b0d4,0x3c108726,0xa094f9ed,0xf1073000,0xf12fe9ff,0x40ca02f0,0xf76fa100,0xa18c0830,0x1e006fc5,0xff3078e9,0x7d892502,0x6548e0c2,0xabcf0bf4,0x6524f060,0xb5fdb015,0xd180a2f5,0x7eedf29c,0x560970e9,0x3b908a26,0xf096f99d,0xe2078000,0xf0dff0ff,0x30c50300,0xf75f9c00,0xb19c0840,0x1e010fca,0xfe207de7,0x3d952622,0x5148c0d1,0xacbefcf3,0x4516ef40,0xcbfd000e,0xd6b0a6f0,0x7ee3f21c,0x570970f9,0x3b508a27,0x1097f95d,0xd807b001,0xf09ff5ff,0x00bb0350,0xf75f9700,0xa1a407f0,0x1d019fcd,0xfc907fe6,0x9d9c26d2,0x4c4960f5,0xae8edbf3,0xd51defc0,0xdbfc9001,0xd5d085f0,0xfed8f1ac,0x58098106,0x3b408a26,0xf096f92d,0xd407d000,0xf0aff6fe,0xe0b20380,0xf74f9300,0xb1a70860,0x21016fc5,0xfb9092e7,0x0d9e2522,0x52490138,0xb11e9bf4,0xe52df0d0,0xf2fc9ff0,0xd21061f3,0xced5f15c,0x57098112,0x3b108826,0xc095f8fd,0xcb080000,0xf0eff6fe,0xe0b10310,0xf73f8c00,0xa1a50960,0x2d013fbb,0xfb00b2e7,0xed932342,0x5a4871d9,0xb4ce00f5,0x9537f181,0x13fd1fe7,0xcef052f6,0x3ecff13c,0x5a09a119,0x3b308626,0x8093f8ad,0xc0085000,0xf15ff8fe,0xf0b501d0,0xf73f8400,0x819c09a0,0x32021fbd,0xfab0cbe9,0x7d872372,0x65492378,0xb7dc6af5,0xc53af1b1,0x38fe9fe7,0xcc805bf7,0x3ec8f16c,0x5e09d114,0x3b408025,0xd08ef83d,0xb208bfff,0xf1dff5ff,0x00b700d0,0xf77f8000,0x718609b0,0x34032fc3,0xfa80e8eb,0xbd772412,0x6a49d5b3,0xb58a3cf5,0xc539f1b1,0x48feeff1,0xca207df7,0x1ec3f1bc,0x5f0a410e,0x3b307724,0x8086f70d,0x8e09cfff,0xf27ff2ff,0x10bd00e0,0xf75f8200,0x91740970,0x3402ffcc,0xfa2102ed,0xfd612452,0x694a56db,0xae2924f5,0xb537f1b1,0x3cfdd001,0xc770b3f7,0x6ecaf21c,0x580a90fd,0x3ac06f23,0x707ff53d,0x620b5ffe,0xf30ff5ff,0x30c600f0,0xf74f8900,0xc1680880,0x2e02cfd8,0xfa1107f0,0x2d4b24f2,0x654b3760,0xa4f8acf5,0x9534f191,0x17fdb009,0xc440f6f8,0xbed7f24c,0x4d0ab0e7,0x3a406822,0x8079f31d,0x360d4ffe,0xf39ffcff,0x60d20090,0xf7cf8900,0xf15b0860,0x2a02cfec,0xfa8101f1,0xcd352552,0x5a4b77a9,0x9bb86df5,0x5531f160,0xb9fd7026,0xc2a11bf9,0x7ed5f21c,0x4c0b40da,0x3a405f21,0x1071f0dd,0x110f5ffd,0xf46ff8ff,0x90dd00b0,0xf85f8701,0x315808c0,0x29039ffe,0xfa90f4f3,0x6d242522,0x464a87d1,0x93d847f5,0x352ff140,0x35fe2046,0xc40112f9,0x8ecdf19c,0x4f0bb0cd,0x3a705a20,0x306cef6c,0xff10affd,0xf4fff1ff,0x90dc0130,0xf85f8b01,0x91700870,0x2404a007,0xfa50d9f5,0x5d1d25e2,0x2b4a27e5,0x8e4831f5,0x9534f19f,0xbd007049,0xc5c0f2f9,0xaecff0dc,0x4f0bc0b6,0x3ab05a20,0x406ceffd,0x06103ffd,0xf53ff0ff,0x90da00c0,0xf84f9201,0xd19a07d0,0x1c04800c,0xf970b5f7,0x8d1c2702,0x154a67ee,0x8b1826f6,0x253ff22f,0x78021048,0xc700adf9,0x8eccefec,0x530b609a,0x3b205b20,0x706df30d,0x340d5ffc,0xf5efecff,0xe0eeff60,0xf9cf9601,0xc1af07a0,0x1804b011,0xf8609efa,0x2d1a26d2,0x0b49f7f1,0x89a820f6,0xc54af2bf,0x6c01d045,0xc7c056f8,0xbebced4c,0x640a3098,0x3ba05d20,0xd06ff5ed,0x710abffb,0xf75fe200,0xb11bff40,0xfb8f9401,0xb1c107f0,0x1b057011,0xf7809ffc,0x7d1625d2,0x044907f2,0x89281ef7,0x6557f35f,0x88014038,0xc8a014f8,0x7ea1ea5c,0x7b0950b6,0x3be06021,0x4072f69d,0x840a2ffa,0xf96fd701,0x513d0020,0xfc3f8b01,0x81e80810,0x23052018,0xf6c09ffe,0x1d0d2572,0x024877f3,0x88c81df7,0xf561f3df,0xa4ffc01b,0xc94fe7f8,0xae88e8cc,0x9409a0da,0x3c806221,0x7073f5ed,0x750abff9,0xfb3fcb01,0x613f0060,0xfb9f8b01,0x52210730,0x2a048021,0xf64096ff,0x6cfc2652,0x094877f3,0x88c81ef8,0x2566f41f,0xa6fe3fff,0xc8dfe0f9,0x9e85e82c,0xa30940e4,0x3cf06522,0x0076f5cd,0x710adff9,0xfc4fc401,0x613d00c0,0xfadf8b01,0x724e0700,0x2e04b016,0xf6108e00,0x1ced2692,0x124887f3,0x88c81ef7,0xe561f3cf,0xacfd5fdf,0xc7d00afa,0x5e82e81c,0xa908f0e2,0x3d306622,0x1077f5fd,0x740abff9,0xfcefbb01,0x71400150,0xfacf9001,0xd25b0710,0x2d05200e,0xf6108e00,0x4ce42622,0x1448a7f3,0x88881df7,0x3554f31f,0xacfc9fcd,0xc78042fa,0x7e7ee7bc,0xa90920ee,0x3d606321,0xa074f5ad,0x6c0afff9,0xfd8fb001,0xa14800f0,0xfadf9002,0x12570720,0x2e05700e,0xf60091ff,0xfcdd2622,0x1248f7f3,0x88b81ef6,0xc54cf2af,0xb0fc5fdb,0xc84054fa,0x3e79e76c,0xab09c0fb,0x3dd06121,0x5073f55d,0x650b3ff9,0xfe2fa301,0xc14c0010,0xfa6f9002,0x42510740,0x3605300f,0xf65096ff,0x7cd925f2,0x1148b7ef,0x8a5823f6,0xc54cf2af,0xc5fcbff8,0xc8205af9,0xfe79e7dc,0xab0a30f8,0x3e006021,0x3072f58d,0x690b1ff9,0xfeaf9501,0xb14affc0,0xf99f9702,0x92440750,0x3c05c005,0xf6c09cfe,0xdcd825f2,0x114897e8,0x8d182cf6,0xb54bf2af,0xe4fdb024,0xc75061f9,0xee81e8cc,0xa209e0ea,0x3db05d20,0xc06ff5dd,0x700acffa,0xfeff8a01,0xc148ffd0,0xf8cf9b02,0xe22f0790,0x3f067fff,0xf740a5fe,0x1ce02642,0x1148c7de,0x906839f6,0xb54af29f,0xf7fdf054,0xc6d05ef9,0xde8ae9ec,0x9809b0d9,0x3d605920,0x106bf62d,0x770a8ffa,0xfeff8701,0xc147ffd0,0xf87fa003,0x020e07c0,0x3f06fffe,0xf790b0fd,0x9cef2682,0x0a48c7cd,0x94c84bf6,0xe54df2cf,0xf5fd5059,0xc72054f9,0x2e97ea5c,0x8e0970d0,0x3d30561f,0xa069f67d,0x800a3ffa,0xff2f8a01,0xb142ff30,0xf82fa402,0xf1ec07f0,0x4007bfff,0xf7e0bbfd,0x2d002751,0xff48c7b2,0x9a0864f7,0x1551f30f,0xf0fdc042,0xc8904df7,0x7e9eeabc,0x8c0940c5,0x3d50551f,0x7068f6fd,0x8d09cffb,0xff7f8601,0x913dfeb0,0xf7af9f02,0xe1d80810,0x3c07d007,0xf870bafc,0x7d0f2891,0xf849078b,0xa00887f7,0x3552f32f,0xfdfda045,0xc9c054f6,0x4e9deb6c,0x8e0980b6,0x3d80551f,0x9068f75d,0x97097ffb,0xff5f7e01,0x913afec0,0xf70fa002,0xe1c607d0,0x3708c00d,0xf8e0b7fb,0xfd1d2931,0xf4495748,0xa738c2f7,0x3552f330,0x1afe1056,0xca6067f6,0xceaaebfc,0x8d0980a9,0x3d705b20,0x806df78d,0x9c094ffc,0xfeaf7b01,0x9139fec0,0xf66fa402,0xf1b70700,0x2e095021,0xf970affb,0x6d292a61,0xef49e6d3,0xae692af7,0x054df300,0x26fec06b,0xcb1081f6,0x9ebcec6c,0x8509109a,0x3d206722,0x6077f7cd,0xa5091ffc,0xfd7f8901,0x9138ff40,0xf66fa103,0x01a806e0,0x2707e02b,0xf980a6fa,0x2d332b61,0xee4a65e5,0xb4da0cf6,0xb548f2b0,0x20ff0074,0xcb408ff5,0xcec3ec7c,0x8408e096,0x3cd07a25,0x1088f80d,0xae08dffd,0xfbdfaa01,0x7134fff0,0xf66f9202,0xf1a80790,0x2806002d,0xf9709cf7,0xfd3c2b91,0xf54a93cc,0xb7dc17f6,0x9545f290,0x1500506c,0xcaf095f5,0xfebeecec,0x8d099098,0x3cf09428,0x209ff80d,0xaf08dffe,0xf9cfcf01,0x61300070,0xf67f8802,0x91ae07e0,0x2d039030,0xf9508df4,0xfd432b91,0xff4ac1e2,0xb4ddf7f6,0xb547f2a0,0x18011069,0xca408af6,0x6ec0ed8c,0x960a309e,0x3d90b32b,0x10bbf7fd,0xad08effe,0xf77fef01,0x713400d0,0xf67f8502,0x31b907f0,0x3101902c,0xf91080f1,0x3d482b22,0x0d4b110f,0xaf8ec0f6,0xd54af2d0,0x28001074,0xc96074f7,0x1eccee3c,0x990a70a6,0x3e00d72d,0xb0dcf7cd,0xa7091fff,0xf5700801,0x81360110,0xf65f8401,0xf1cb0800,0x34ff4020,0xf91074ec,0xed4d2a52,0x264b90af,0xaa6f1bf6,0xe54cf2e0,0x39ff1077,0xc8505df8,0x7ed7ef2c,0x990ad0b2,0x3e30f82f,0xa0fbf73d,0x95099fff,0xf3e01f01,0xb13d0170,0xf70f8101,0x91d20850,0x35fd4011,0xf9b069e8,0x1d5528c2,0x474bd07d,0xa64f4bf6,0xf54df2e0,0x53ff0074,0xc6c042fb,0x5ed8efbc,0x9b0b30cb,0x3e90fc2f,0xd0fff68d,0x820a3fff,0xf1c02d01,0xd14201c0,0xf81f8401,0x21d307a0,0x31fb2018,0xfa305ee3,0x9d5c27e2,0x604c2065,0xa3af62f7,0x2551f300,0x79fe5080,0xc4d02afe,0x7ed4efdc,0x9c0b00ea,0x3e90e42e,0x70e8f5dd,0x710ad000,0xef002a01,0xe1430200,0xf83f9101,0x11e80630,0x27f8e025,0xfab049e0,0x1d7b27c2,0x754cf058,0xa1ff6ef7,0x5556f340,0x95fd508d,0xc2f01f01,0x5ed1efac,0x980aa0fe,0x3e20d92d,0xd0def4ed,0x5b0ba000,0xeda02402,0x01480230,0xf80fa201,0x32010500,0x1af8001b,0xfb1036de,0x8dac2812,0x854e8052,0xa10f74f7,0xb55df390,0xa8fc009f,0xc1b01704,0x6ed9eebc,0x8f0a210a,0x3d80e22e,0x60e7f42d,0x4b0c4fff,0xedc02202,0x214c0260,0xf7cfae01,0x621a0430,0x0ef79017,0xfae03dde,0x6db72942,0x8850a04e,0xa06f77f8,0x0563f3e0,0xcafa10a9,0xc1201206,0xbedfee5c,0x8709a10c,0x3cd0e72e,0xb0ebf40d,0x480c7fff,0xed701d02,0x114a0260,0xf7efa901,0x222a0440,0x0ff7201a,0xfa604dde,0x5db02a62,0x7a523050,0xa09f75f8,0x2566f400,0xe3f8f0b6,0xc1601408,0x3ed6ee4c,0x8c0a1112,0x3d20e52e,0x90e9f41d,0x4a0c6fff,0xed001e01,0xf1460280,0xf8cfa300,0xc2260490,0x15f7d015,0xfa6059dd,0xedab2a62,0x73529056,0xa15f6ef8,0x1565f400,0xebf8f0c7,0xc1501d08,0x6ed0ed6c,0x940aa123,0x3db0e52e,0x80e9f3ed,0x470c8fff,0xed002201,0xf14602c0,0xf95fa900,0x82250440,0x15f8c014,0xfaa05edc,0xbdac2a82,0x7352a059,0xa1cf6bf7,0xc55ff3a0,0xfdfa30d4,0xc1a02f07,0x7ed6ecdc,0x920a712b,0x3da0e02e,0x20e5f40d,0x490c7fff,0xed502301,0xd14102a0,0xf92fb200,0x523103e0,0x15f9f015,0xfac069da,0x4d8d2b22,0x7352b05b,0xa22f6af7,0x6557f341,0x04fbf0bd,0xc2a04605,0x9ee2ed0c,0x8c0a0121,0x3d80d82d,0xa0ddf48d,0x540bffff,0xeda02501,0xc13e02c0,0xf93fb100,0x323b0450,0x17fac01c,0xfae073d9,0x4d722bc2,0x6d52405c,0xa27f6af7,0x2552f300,0xe7fc40a0,0xc4005903,0x3ee2ed3c,0x8c0a611e,0x3de0d22d,0x40d7f4dd,0x590bbfff,0xedc02501,0xb13e02e0,0xf96fb400,0x623e0490,0x16fb401f,0xfb006ed9,0xad882c82,0x6851605d,0xa27f69f6,0xb54af290,0xc6fcc09a,0xc5e05dff,0xfee1ed1c,0x870a8123,0x3da0ce2c,0xf0d4f4cd,0x570bcfff,0xedd02301,0x913902b0,0xf98fbe00,0x92440470,0x16fbb01f,0xfad05fd9,0xfda72d52,0x6250705a,0xa20f6bf6,0x3541f220,0x97fe208d,0xc88050fb,0xaee8eccc,0x7f09e125,0x3cf0cf2d,0x10d4f4cd,0x580bcfff,0xedc02201,0x713602d0,0xf99fc500,0x724c0460,0x19fbc022,0xfa4055d9,0xbdb42e32,0x564fd058,0xa1cf6ef5,0xe53bf1c0,0x6bffb07f,0xcbc03ef6,0x6eedec8c,0x7e09a125,0x3cf0d22d,0x60d7f4cd,0x570bcffe,0xeda02101,0x613502b0,0xf9bfce00,0x62520420,0x1afc5027,0xf9b052d9,0x6db82f22,0x494fb057,0xa1bf6ff5,0x8535f170,0x5e005077,0xcdf02af2,0x9ef2ec4c,0x7c096127,0x3cf0d32d,0x70d8f48d,0x530bfffe,0xeda01c01,0x61350270,0xfa0fd400,0x825703f0,0x17fc102e,0xf9804ad9,0xadb82f22,0x474fc057,0xa1bf6ff5,0x2530f110,0x53006069,0xcd3029f3,0x3ef3ebec,0x7b09012e,0x3c90d42d,0x70d9f46d,0x500c2ffe,0xeda01801,0x41320280,0xfa9fd000,0x925a0460,0x12fb4036,0xf97037d9,0xedbd2d92,0x514ff057,0xa1cf6ff5,0x4533f130,0x3e00b05a,0xc8406cf7,0xfee6eb6c,0x8209213a,0x3c70d72d,0xa0dcf3dd,0x460c9ffe,0xeda01301,0x61380330,0xfb1fd000,0xb25a04a0,0x0bfb1046,0xf96028d9,0xcdc92ca2,0x5b509059,0xa21f6df5,0xb53af190,0x3900e056,0xc2d081fb,0x5edbeafc,0x89091148,0x3c20db2d,0xd0dff30d,0x370d5ffe,0xedd00c01,0xb14003f0,0xfb1fd800,0xb2610460,0x09fa3056,0xf9101fd9,0x5dcf2e02,0x5651305c,0xa26f6af5,0xe53cf1c0,0x3a00d058,0xc5606cfa,0x3eddeadc,0x8908614a,0x3bb0de2e,0x00e3f26d,0x2c0deffe,0xee100801,0xc1440410,0xfaffe200,0xa2660400,0x09fa0057,0xf8d020d9,0x1dcc2fd2,0x4f51b05f,0xa2cf67f5,0xd53bf1b0,0x3a00b05e,0xc91074f8,0xcee8eadc,0x85076147,0x3b20e22e,0x30e6f20d,0x260e4ffe,0xedf00701,0xa1410420,0xfaffe700,0xc2670430,0x08fa2057,0xf8b035d9,0x1db73092,0x4c52105f,0xa2bf67f5,0xe53cf1d0,0x4e007060,0xc9a07ff8,0xeeedeadc,0x8106c147,0x3ac0e42e,0x60e8f19d,0x1f0eaffe,0xedb00801,0x713c0410,0xfaefed00,0xf2680450,0x07f9f05b,0xf8904ad8,0xfd9f30f2,0x4a52505f,0xa2cf67f5,0xf53ef1e0,0x5d001057,0xca2084f8,0x2ef5eb0c,0x7a060148,0x3a10e32e,0x50e7f0bd,0x110f7ffe,0xedc00701,0x613b0430,0xfaeff501,0x126a0460,0x09f9605b,0xf8803ed8,0x8da33132,0x4c527062,0xa32f64f5,0xf53ef1e0,0x4f002054,0xc9a075f7,0xbefdeb3c,0x74058146,0x3990df2e,0x20e4f00d,0x08101ffe,0xedf00501,0x11340480,0xfb0ffa01,0x326e04b0,0x0df91052,0xf8303fd8,0x7d9f3112,0x53527063,0xa32f63f6,0x153ff1f0,0x50ff605c,0xc8b053f7,0xef02eb1c,0x7105614d,0x3940df2e,0x10e3ef5c,0xff10bffe,0xee600300,0x91260480,0xfb6ffd01,0x52750540,0x12f8d048,0xf82040d8,0x2d993082,0x5d521062,0xa31f64f6,0x2540f210,0x5afea05f,0xc8b043f8,0xdefeeacc,0x74056156,0x3910dd2d,0xf0e2eefc,0xfb111ffe,0xef200000,0x311a0480,0xfbffff01,0x527f0620,0x1bf9303a,0xf88035d7,0x6d9f2f02,0x6c512062,0xa32f64f6,0x053ef200,0x60fed058,0xc8d050fa,0x9ef2ea6c,0x8205915e,0x3920d92d,0xa0deee9c,0xf7116fff,0xefbff400,0x311b04b0,0xfc900801,0x728806a0,0x25fa102b,0xf8c031d7,0x3da92ce2,0x764f7063,0xa35f63f5,0xe53bf1d0,0x64fea056,0xc8f05cfb,0xfef1e98c,0x87058169,0x3910dd2d,0xd0e2edec,0xef121fff,0xef9fee00,0xb12b04c0,0xfcf01901,0xe2930680,0x29fb3021,0xf8f037d7,0x6db22b62,0x7a4de064,0xa37f62f5,0xe53bf1d0,0x66fe7057,0xc9605afc,0x2efbe8bc,0x7d04e16b,0x3890e32e,0x20e7ed6c,0xea128ffe,0xef7feb01,0x914704c0,0xfd002702,0x22a40640,0x2efbf018,0xf8e034d7,0xbdc02b12,0x744cd066,0xa3af61f6,0x053df1f0,0x66feb058,0xc9c057fb,0xef01e83c,0x7904b165,0x38a0ee2e,0xc0f1ed7c,0xeb128ffe,0xef1fe602,0x415c0420,0xfcf03202,0xa2ae0610,0x31fc7014,0xf84034d8,0x3dc42b02,0x6b4c7068,0xa3ef5ef6,0x153ef200,0x60feb055,0xc98051fb,0x8f05e7ec,0x7304d166,0x3890fa2f,0x80fdec8c,0xe2135ffe,0xee8fe102,0x816402f0,0xfcc04003,0x42af05c0,0x30fd7014,0xf7d03ad8,0xfdb52ae2,0x5e4c506a,0xa42f5cf6,0x5542f240,0x63fe6049,0xc8e04cfa,0xef0de7ec,0x6b047167,0x38010430,0x1106eadc,0xd214fffd,0xee3fe402,0xd16d0220,0xfc904903,0xc2ad05a0,0x2efe5010,0xf8003cda,0x2da72ab2,0x564c2070,0xa4cf57f6,0x7545f260,0x76fd503d,0xc8804afa,0xaf12e83c,0x6404115f,0x37a10730,0x3108ea3c,0xcd159ffb,0xee0fe803,0x117401a0,0xfca05204,0x82a005c0,0x2bfe6008,0xf7f041db,0xcd9b29b2,0x574b607f,0xa64f48f6,0x7545f260,0x8bfc2030,0xc8904cfa,0xdf1de87c,0x53038159,0x36c10430,0x1106e9bc,0xca161ffa,0xedfff703,0x417b0180,0xfca05f05,0x028a05a0,0x2bfe7fff,0xf7b048de,0x2d9228e2,0x584a909f,0xa91f2af6,0x8546f270,0x9cfb7028,0xc8d047fa,0x3f2ee8dc,0x4502914d,0x36010230,0x1104e9ec,0xcb15eff9,0xedc00803,0x71800170,0xfc805c04,0x92710600,0x32fe7001,0xf77045e1,0x4d972852,0x5c4a00e0,0xad3eedf6,0x8546f270,0xbafbb01d,0xc8a048f9,0xdf2be96c,0x5502a13f,0x36e10230,0x1104eb5c,0xd6148ff8,0xedb01303,0x71820140,0xfc505304,0x325b06a0,0x3aff4fff,0xf7604ae4,0x6d972792,0x6349616c,0xb26e67f6,0x8545f270,0xe7fc500d,0xc8405ff9,0x0f2cea1c,0x5d02f12e,0x37d0ff2f,0xf101ed2c,0xe612dff8,0xee202903,0x71820130,0xfc305304,0x224206c0,0x3c009ffa,0xf7805de7,0x6d922762,0x6a48d2cd,0xb70d10f6,0xa547f291,0x0dfd2008,0xc87079f7,0x6f3eea7c,0x5302a11a,0x3800fe2f,0xe101eedc,0xf8113ffa,0xef404d03,0x61820140,0xfc604704,0x122d0760,0x3d01fff6,0xf81070e9,0x8d8a2752,0x6e483573,0xb61a7af6,0xa547f2a1,0x2ffd5ff5,0xc8b084f6,0x2f40ea6c,0x5002d10c,0x38710430,0x3106f08d,0x0e0faffe,0xf0907903,0x618301b0,0xfcc03503,0xf21d0870,0x42032feb,0xf8a085ea,0xfd7f26f2,0x754726d3,0xae492bf6,0xe54bf2e1,0x32fd7ff7,0xc84081f5,0xdf33e9ec,0x53034100,0x39210f30,0xb110f22d,0x260e1001,0xf190a703,0x417f0260,0xfce02703,0xe21408e0,0x43030fef,0xf87094ec,0x9d762712,0x7546b761,0xa4b8acf7,0x4552f341,0x03fd700c,0xc7d072f5,0xaf1ce98c,0x550350f0,0x39511330,0xd114f34d,0x3a0d1002,0xf1e0c603,0x217d0340,0xfd001d03,0xf2130900,0x41022001,0xf87098ee,0x2d6d2742,0x714697aa,0x9b686cf7,0x4552f340,0xb5fc600f,0xc8006df5,0x4f01e8fc,0x540310e6,0x39110a30,0x610cf3dd,0x450c9003,0xf1f0c203,0x317f0410,0xfd201603,0xe21c08e0,0x4001300f,0xf8e092ef,0xed642752,0x7046e7d0,0x93d847f7,0x054df2f0,0x62fda009,0xc84072f5,0x6ee4e7fc,0x5402e0e0,0x3910fb2f,0x90fdf45d,0x500c2003,0xf1f0a203,0x217e0450,0xfd501103,0xd2280890,0x3d006016,0xf8e089f2,0x8d5b27d2,0x6c47b7e4,0x8ea832f6,0xe54bf2e0,0x29fef011,0xc92068f6,0x5ec3e6ac,0x5502f0dd,0x3950e42e,0x40e8f4bd,0x590bc004,0xf2107b02,0xf17a03e0,0xfd700e03,0xb23b0750,0x31ffb021,0xf82067f6,0x2d4f2922,0x6648f7eb,0x8c1829f6,0xe54cf2e0,0x10ffb013,0xc9804ef7,0xaea2e54c,0x540330e3,0x3990c92c,0x80cff45d,0x4e0c2006,0xf2705f03,0x117f0350,0xfd500c03,0x82570650,0x2eff4020,0xf7903ef9,0xad392962,0x6248d7ec,0x8be828f6,0xf54df2e0,0x11002004,0xc9e042f7,0xbe8ee47c,0x4b0350e3,0x3980a829,0xe0b2f3cd,0x420ca00c,0xf3904c03,0x31860300,0xfd7fff03,0x527207c0,0x44ff3ffa,0xf7403cfb,0xcd2026c2,0x6046d7ec,0x8bb827f6,0xf54df2e0,0x1eff0fff,0xcaa040f7,0x5e7be43c,0x450410e8,0x39b08726,0x5094f31d,0x350d4020,0xf7604003,0x618d02e0,0xfdcff202,0xf2830920,0x5b006fd4,0xf78040fd,0xdd062452,0x6044f7ee,0x8b3826f6,0xc54bf2c0,0x28fd8ffe,0xcad03ef7,0x7e7ae3ac,0x410490f4,0x39d07d25,0x108bf1cd,0x1f0e7035,0xfaf05503,0x91970320,0xfe3fe802,0x428e0990,0x68016fce,0xf80035ff,0xfceb23b2,0x5f4467ee,0x8b2825f6,0xb549f2a0,0x25fcbff5,0xca8040f7,0xfe88e27c,0x4404a0fe,0x39f08d27,0x009af05d,0x0b0fd029,0xf8f05204,0x01a30480,0xfe4fda02,0x029c0a00,0x6901afd6,0xf8402d01,0x2cd22442,0x594507f0,0x8a5823f6,0xe54df2d0,0x12fc4fed,0xca303df7,0xde8ce1fc,0x49051100,0x39e09d28,0x80a8eefc,0xfa111020,0xf6b05c04,0x61ae05e0,0xfe1fd102,0x72ab0a70,0x6001cfd0,0xf8703100,0xfcc22482,0x5945a7f3,0x89081ef6,0xf54df2e0,0x14fcafd3,0xc98043f8,0x3e84e26c,0x460590ff,0x3930a429,0x40afedec,0xee12101c,0xf5a06404,0xb1b60690,0xfe3fd002,0xc2ac0a90,0x5a01ffca,0xf8604200,0x1cba24b2,0x564627f5,0x87e81af6,0xe54df2d0,0x36fc8fa0,0xc92045f8,0xbe7ee29c,0x4405c0fe,0x38c0ab29,0xe0b5ed6c,0xe8128018,0xf4706204,0xe1b906a0,0xfebfd302,0x929e0a20,0x53018fd1,0xf8004cff,0x3cb725d2,0x4d4707f5,0x87a81af6,0xf54ef2e0,0x7afc0f67,0xc90048f8,0xce77e2ac,0x4705d0fe,0x38d0af2a,0x40b8edbc,0xec124014,0xf3705d04,0xf1b90660,0xff0fd202,0x529309f0,0x4e00efd6,0xf8004efe,0x3cba26e2,0x4e47c7f1,0x89b820f6,0xd54cf2c0,0xc8fd1f3a,0xc96047f7,0xfe6be31c,0x4d0680f8,0x3950ae2a,0x20b7eeac,0xf5116013,0xf2e05204,0xf1b705b0,0xff1fd802,0x22870a00,0x5000cfca,0xf8605efc,0xecc62602,0x594757e8,0x8d282df6,0xa548f290,0xf3fe6f2d,0xca0045f7,0x0e6fe3cc,0x490720eb,0x39d0ab29,0xe0b4ef7c,0xff109011,0xf2704805,0x01b90510,0xff5fe402,0x026f0a10,0x50001fbd,0xf87072fb,0x5cdc2412,0x5d4667dd,0x90983af6,0xb549f290,0xfbfeff50,0xca6051f7,0x4e79e43c,0x420710e1,0x3a00a829,0xb0b1f07d,0x0b0fb00f,0xf1c04604,0xe1b40480,0x000fe501,0xe2440a30,0x40ff7fbb,0xf8107bfa,0xbcf42392,0x584667cd,0x94e84bf6,0xb54af2a0,0xf6fe7f94,0xcb305df7,0x7e73e44c,0x4406f0e1,0x39b0a629,0x80aff10d,0x150f200c,0xf1204204,0xa1ab0490,0x001fe501,0xc2210a10,0x33ff1fb6,0xf8207ef9,0xed112382,0x5e46a7b7,0x99585ff6,0x9547f280,0xdefdefeb,0xcba064f7,0x2e73e52c,0x4406d0d3,0x39a0a329,0x40adf18d,0x1d0eb009,0xf0803e04,0x119c04b0,0xff2fe501,0x520f0a50,0x2efe6fb0,0xf88077f8,0x0d342302,0x6c46d7a6,0x9c586ff6,0x5542f240,0xbcfc8027,0xcc1064f6,0xfe77e70c,0x480760c3,0x3a909f28,0xe0a9f16d,0x1a0ed006,0xefd03c03,0x01820330,0xfe6fe300,0xf1f30a00,0x21fe5fac,0xf95062f5,0xfd5923e2,0x7647c798,0x9e687bf6,0x153ff200,0x97fb4039,0xcc9069f7,0x3e7be89c,0x4c07d0bd,0x3ae09d28,0xe0a8efed,0x04104002,0xef103d02,0x316c0370,0xfdefe100,0x91cf0940,0x12fdbfab,0xf9e04df3,0xdd7f2532,0x7b48b790,0x9f7882f6,0x053df1f0,0x6cfc1037,0xcd1067f6,0x5e7bea0c,0x5107d0bf,0x3ab09a28,0x80a5ed1c,0xe412d000,0xeea03901,0x915a04d0,0xfd9fde00,0x51a508e0,0x05fc4faa,0xf98040f1,0xcd9f24f2,0x7c48978e,0x9fc884f5,0xf53cf1f0,0x4ffd3023,0xcd206cf5,0xbe7aeb4c,0x5407b0c4,0x3a309728,0x30a2ea1c,0xca15b000,0xeea02f00,0xf1490640,0xfd0fde00,0x217b07bf,0xf4fc3fac,0xf9d033f0,0xddba25c2,0x7749d78d,0x9ff885f6,0x253ff220,0x4bfce019,0xcc206ff7,0xae86ec7c,0x500780c3,0x39a09528,0x00a0e7fc,0xbb17b000,0xee902800,0xa1410740,0xfc6fdeff,0xe154066f,0xe7fd3fae,0xfa2033f0,0xbdce2652,0x774ae78a,0xa07887f6,0x4541f240,0x5bfd702d,0xcb8069f8,0x9e95ee0c,0x4a0790c2,0x39708e27,0x509ae7bc,0xba17ffff,0xee702500,0x914107a0,0xfbefd9ff,0x712d057f,0xe0fe4fb4,0xfa5038f0,0x5ddb2632,0x7e4ae78b,0xa05886f6,0x353ff230,0x60fd7043,0xcb705bf7,0x8e9cefac,0x4b07d0c2,0x39908626,0x6093e9dc,0xc815fffe,0xee302100,0xa1450760,0xfb8fd1ff,0x510904bf,0xdafe8fba,0xfae03cef,0xfdda2692,0x7c4b578f,0x9fd883f6,0x253ef220,0x5bfcb048,0xcb7053f7,0x6ea1f14c,0x440840c3,0x39807c25,0x308aed5c,0xe612affd,0xee102200,0xb1490640,0xfb2fc7ff,0x20e703cf,0xd8fecfcc,0xfb5040f0,0x5dcf2802,0x754c778e,0x9fe884f6,0x253ef230,0x53fd2034,0xcb804bf7,0x9ea3f2ec,0x4008b0bd,0x39b07223,0xf081f17d,0x190ecffe,0xee502100,0xa14a04b0,0xfaefc2fe,0xd0c4034f,0xddffcfd1,0xfb6051f0,0x6dbd27d2,0x6f4c778e,0x9fc884f6,0x5541f250,0x48fee02c,0xcb004df8,0x5ea7f44c,0x3f08a0af,0x39c06a22,0xf07bf56d,0x630b2fff,0xee601f00,0x81470440,0xfaefbffe,0x809e02df,0xe2009fc9,0xfb3064f0,0x7da72712,0x6a4c4791,0x9f6882f6,0x7543f270,0x45fe8039,0xc98056fa,0x0eaef54c,0x3e0870a0,0x3a006421,0xf075f8bd,0xbf084fff,0xee7021ff,0xe1300490,0xfb2fb9fe,0x4078021f,0xe7008fcf,0xfb206ff1,0xbd8f2832,0x614cd78d,0x9fd885f6,0x5541f250,0x51fd6033,0xc9b056f9,0xceaff64c,0x3e08708a,0x3a705d20,0xc06ffb4e,0x2b05fffe,0xee801ffe,0xb0fe04f0,0xfb5faefe,0x205701ff,0xeb006fd5,0xfb1079f3,0x4d782972,0x5e4d8787,0xa0988bf6,0x6542f260,0x63fca01f,0xca8045f8,0xeea5f75c,0x41083076,0x3ab0561f,0x9069fc7e,0x6a04effe,0xeeb018fe,0x00df0570,0xfb7fa9fe,0x403901bf,0xe9007fcf,0xfaf086f4,0xfd612932,0x5f4d2782,0xa1188ff6,0x7542f270,0x75fc3011,0xca903cf8,0x4e9ef82c,0x40082070,0x3aa0521e,0xe065fc7e,0x6c04effe,0xeec011fe,0x20e40560,0xfb6fa4fe,0x7025017f,0xe8ffafcf,0xfb0090f6,0xcd4b2892,0x624c977e,0xa18892f6,0x5540f260,0x82fc300b,0xca3038f7,0xbe99f90c,0x3f084063,0x3aa04f1e,0x4062fc9e,0x7404cffe,0xeef00cfe,0x50ee0570,0xfb2f9bfe,0x501f018f,0xecfe9fcf,0xfb7095f8,0x8d382882,0x654ca77b,0xa1d895f6,0x5540f260,0x89fc7008,0xca5031f7,0x3e94f9fc,0x4207e04e,0x3ae04c1d,0xb060fcee,0x88047ffe,0xef1009fe,0x40eb0640,0xfb0f93fe,0x402101cf,0xeefe1fc7,0xfbd097fa,0x6d272842,0x634ce774,0xa2989bf6,0x6541f270,0x93fcfffe,0xca7029f6,0xfe90fa6c,0x45080048,0x3b204b1d,0xa05ffcfe,0x8d046ffe,0xef2009fe,0x40ea0690,0xfabf97fe,0x602b018f,0xeafdbfbe,0xfc309efc,0xad182742,0x5d4cb763,0xa468aaf6,0x5540f250,0x93fd6fff,0xca8033f6,0xfe98fa6c,0x4307d047,0x3b004d1d,0xf061fcee,0x88047ffe,0xef200cfe,0x50ea0690,0xfa5f9dfe,0x903d018f,0xe7fd7fb3,0xfcb0acfe,0xfd0b25f2,0x5b4c373e,0xa7b8caf6,0x6542f260,0x83fe3014,0xcab036f7,0x1ea0fa3c,0x41076047,0x3ad0501e,0x9064fcce,0x7f04affd,0xef1010fe,0x60ec06e0,0xfa4f95fe,0x8059028f,0xe9fd5fa5,0xfd50ae00,0xfcfd2512,0x614c16f8,0xac7909f6,0xa547f2a0,0x71ff101e,0xcb1038f7,0x6e98f9bc,0x4a082055,0x3b30561f,0x9068fc6e,0x6804fffd,0xef0013fe,0x90f50700,0xfa3f91fe,0x707b032f,0xe7fcaf9b,0xfe30a702,0xacee2462,0x664c2670,0xb1d987f6,0xf54bf2f0,0x69ffb020,0xcb6043f7,0x9e94f8dc,0x5208a066,0x3b605d20,0xf06ffc0e,0x51055ffb,0xee9017fe,0xb0fb06d0,0xfa3f98fe,0x709b039f,0xe5fcbf8e,0xfee0aa03,0x4ce222d2,0x694b7572,0xb61a7af7,0x054ef2f0,0x64fff02c,0xcb9050f7,0xfe9bf7bc,0x57088076,0x3b606522,0x3076fbae,0x3f05affa,0xee501bfe,0xc0fc0660,0xfa7f9bfe,0x40b4042f,0xe9fdff84,0xfea0b003,0x0cd721b2,0x6b4b33b7,0xb7cc2bf6,0xd54cf2c0,0x68008038,0xcb7062f9,0x0e98f6ac,0x61087088,0x3bb06b23,0x207bfb5e,0x2e05fffa,0xee6015fe,0xd0ff0640,0xfa4f9ffe,0x30d0048f,0xecff3f81,0xfe10b702,0x1cce2112,0x6a4b6213,0xb56dc6f6,0xa549f290,0x7800b04a,0xcb2070fa,0xde9af61c,0x6808208f,0x3bb07123,0xf081fb1e,0x23062ffa,0xee500efe,0xf1020670,0xfa1fa6fe,0x30ea04ef,0xf1ffbf7d,0xfd80c700,0x3cc62032,0x644b013e,0xb10e93f6,0x8548f260,0x80ff7065,0xcae070fc,0x1ea0f5cc,0x6907d08f,0x3bb07424,0x6083fb0e,0x1f063ffa,0xee5010fe,0xf1020680,0xfa7fb0fd,0xe0f704df,0xf900af7f,0xfcd0dcfd,0x9cc120b2,0x534b00d6,0xacaef5f6,0x6546f240,0x88fe3079,0xcc4067fa,0xeea3f4fc,0x70073097,0x3bd07524,0x8084fafe,0x1d064ffb,0xeec00dfe,0xf1010690,0xfa8fbafd,0xd109046f,0xfc00df8a,0xfc70edfa,0x7cbf21a2,0x424b809b,0xa8cf2df6,0x8548f270,0x98fd0082,0xcd606cf9,0x8eaaf48c,0x7106709a,0x3bc07624,0x9085fafe,0x1c064ffc,0xef300afe,0xe0fd06b0,0xfa3fc1fd,0xf125047f,0xfc00cf89,0xfc4100f6,0xdcbd2182,0x394bb076,0xa55f50f6,0xe54ff2c0,0xa9fb7081,0xccf06bfa,0x0eb3f46c,0x6b060097,0x3b807524,0x8084fb0e,0x1e063ffd,0xefb00dfe,0xc0f606c0,0xf99fc6fe,0x2149045f,0xfd00ef92,0xfc110df3,0x5cbe21f2,0x314c405c,0xa25f6af7,0x2554f300,0xadfa1084,0xcd506cfa,0x6ebdf4ac,0x65060092,0x3b607524,0x8084fb0e,0x1e063ffe,0xf00012fe,0xb0f106d0,0xf92fc8fe,0x616804f0,0x0400bf93,0xfb8126ef,0xfcb42142,0x324c204d,0xa04f79f7,0x6558f340,0xa7f95087,0xcdd06afb,0xcebdf4ac,0x63066094,0x3b407624,0xa084fade,0x16065fff,0xf05014fe,0xb0f10690,0xf8dfcbfe,0xa1830590,0x1000df8a,0xfac149ed,0x0c9c2012,0x314b8046,0x9f4f80f7,0x855bf360,0x9ff7409c,0xcee050fc,0xaebef47c,0x6106a09a,0x3b207824,0xe086fa9e,0x0a069fff,0xf08014fe,0xc0f30610,0xf84fd1fe,0xa1a40410,0x0cff9fa6,0xf9d149eb,0x0c872272,0x204d4043,0x9eaf83f7,0x6559f330,0x9cf4b0c7,0xd15058fb,0xbec5f48c,0x5f06c099,0x3b207a25,0x4089fa6e,0x0306cfff,0xf08017fe,0xc0f205b0,0xf80fd4fe,0x71c60240,0x06fe1fc2,0xf9013ce9,0x8c7026c2,0x0b4fd042,0x9e8f84f6,0x8549f250,0x93f400ed,0xd6e070f7,0x5ec8f41c,0x6306f09c,0x3b808025,0xf08dfa4d,0xfc06efff,0xf06019fe,0xd0f30570,0xf85fd3fe,0x61d90200,0x05fccfcc,0xf8c145e8,0xfc4e28d1,0xf7512042,0x9e7f84f6,0x4545f220,0x82f650f4,0xdac064f5,0x6ec1f36c,0x680730a6,0x3bb08326,0x5091fa3d,0xfa06ffff,0xf08018fe,0xd0f30550,0xf88fd0fe,0x91e802c0,0x0afc5fce,0xf8c162e9,0x2c272821,0xee515041,0x9e5f84f6,0x7548f240,0x7bfa60ed,0xdc005df6,0x4ebaf2ec,0x6a07a0af,0x3bc08526,0x8092fa2d,0xfa06f000,0xf0c017fe,0xc0ef0510,0xf8cfcdfe,0xc1f70430,0x16fc7fbc,0xf9218ae9,0x6c012541,0xf4505042,0x9e6f83f6,0x8549f250,0x84fbf0ec,0xdc0068f6,0xfeb2f28c,0x6b0810b9,0x3bd08426,0x5091fa1d,0xf6071000,0xf10013fe,0xb0ec04d0,0xf94fccfe,0xf2000570,0x1efd0fab,0xf9d1a8ea,0x2be722d1,0xf14fa044,0x9ebf80f6,0xe54ff2c0,0x8ffac0e7,0xdb5063f7,0xbeacf1fc,0x6a0840c7,0x3bc08126,0x008ff9fd,0xf2072001,0xf14010fe,0xb0eb04b0,0xf98fcbff,0x120c0590,0x1bfdafb2,0xfa51a5eb,0x3bdc2281,0xea4fe044,0x9ecf80f6,0xe550f2c0,0x94faa0d1,0xda3062f7,0xdeaaf1ac,0x6a0810ce,0x3b908025,0xd08dfa0d,0xf5071001,0xf15012fe,0x90e404d0,0xf9afcaff,0x021c0540,0x18fe2fb8,0xfa4194ec,0xcbd523b1,0xd8509047,0x9f2f7df6,0x5545f220,0x83fac0bc,0xdce085f4,0xbea9f16c,0x6c0810d5,0x3ba07f25,0xc08df9fd,0xf2072000,0xf12014fe,0x80df04e0,0xf9bfcbff,0x022b0500,0x16fe2fb6,0xf97187ef,0x5bda2501,0xce50d04d,0xa02f76f6,0x1541f1e0,0x53fa40c1,0xdf409cf2,0x0eadf11c,0x6c07f0db,0x3b908025,0xd08ef9fd,0xf0072001,0xf13019fe,0x80dd0510,0xf9cfccfe,0xf23904c0,0x19feefb5,0xf87187f2,0x5be52571,0xd050c05c,0xa22f68f6,0x3543f200,0x15faf0e2,0xdea09ef1,0xceaef0bc,0x6d07a0dd,0x3b908126,0x008ff9fd,0xf1072001,0xf1801dfe,0x70da0570,0xf9afcdfe,0xd24d04c0,0x2100efb1,0xf80198f4,0x9bf524f1,0xd250d075,0xa50f50f5,0xd53ef1af,0xd8fe30fa,0xdd30a4f2,0x7eb0f09c,0x700790dc,0x3bb08426,0x6092f9dd,0xee074002,0xf1b01efe,0x80d80580,0xf98fcefe,0xe26004e0,0x2801ffb3,0xf7c1aef6,0x9c0d24d1,0xcc517093,0xa7df33f5,0x6538f13f,0x960210ed,0xdce0b6f2,0xceb4f04c,0x7007d0e4,0x3bc08826,0xd095f98d,0xe1078002,0xf1a024fe,0x90da0550,0xf99fc9fe,0xd2780560,0x3401dfbb,0xf751c3f8,0x2c1e2441,0xce5220a5,0xa96f24f5,0xb53cf17f,0x650640b6,0xdc40caf4,0x2eb3efcc,0x730850ed,0x3c108d27,0x4099f95d,0xda07b001,0xf1702cfe,0x90d70530,0xf9cfc9fe,0xc29305e0,0x45017fba,0xf721eaf9,0x9c3d2341,0xd45290ab,0xa9ff1ef6,0x7549f24f,0x4807e08a,0xdaf0c3f6,0x3eb8ef2c,0x720870f5,0x3c308f27,0x909bf94d,0xd707c001,0xf18035fe,0x80d30520,0xfa1fcefe,0xf2a40580,0x44019fbd,0xf7020cfb,0x6c6c23b1,0xcd5330b0,0xaa3f19f7,0x1553f2df,0x4a04b08e,0xd900a1f7,0xaebfeeac,0x6b0840fc,0x3bf08d27,0x509af93d,0xd707c002,0xf1b03bfe,0x80d10510,0xfaafcfff,0x32ac04e0,0x37018fca,0xf6f21afd,0x3c8d24e1,0xc25340b5,0xaa8f14f7,0x755bf33f,0x5102f080,0xd6807cf8,0xeebeee0c,0x66086107,0x3be08826,0xc095f96d,0xdc07a003,0xf2103dfe,0x70cd04d0,0xfb8fcdff,0x12a90380,0x1b00cff3,0xf7520800,0x0c9f2771,0xaf5370b5,0xaa7f14f7,0xc562f39f,0x5804c04e,0xd3a068f9,0x4ebced4c,0x6708b117,0x3c508326,0x2090f97d,0xe0079004,0xf2803dfe,0x70ca0460,0xfc4fcffe,0xe2ac0280,0x0800400b,0xf771fa02,0x9caa2961,0xb053e0af,0xaa2f1af7,0xe564f3bf,0x69047025,0xd17060fa,0x4eb9ecec,0x6908f121,0x3ca07a24,0xe088f9cd,0xea075006,0xf32037fe,0x50c30410,0xfcffd4fe,0xd2b30320,0x17004ff7,0xf7821003,0x6cb72801,0xcd5310b0,0xaa4f19f7,0xb55ff37f,0x73034fef,0xd02069fb,0x4ebbeccc,0x6708b121,0x3cc06f23,0x807ffa4e,0x0006d008,0xf3d031fe,0x20b90400,0xfdafd7fe,0xc2b603e0,0x26008fe5,0xf8422903,0xdcbc2691,0xe151e0b3,0xaa8f16f7,0x855cf35f,0x9603efcd,0xcf507dfb,0x9ebbecbc,0x6508511d,0x3cd06421,0xd075fb0e,0x2106300b,0xf4a02cfd,0xc0a70410,0xfe6fd7fe,0xb2b20430,0x26008fe8,0xf9023504,0x6cbd26f1,0xe45170b9,0xaaff11f7,0x955cf36f,0xb9046fb6,0xcf9081fa,0xeeb3ecdc,0x65082117,0x3d005920,0x006bfbbe,0x4405900e,0xf5c020fd,0x50940410,0xff2fd8fe,0xa2ac0490,0x26001fee,0xf8f24a04,0x8cba2731,0xe95120c4,0xabaf07f7,0xb55ff39f,0xe2037fae,0xcef077fa,0xbeadecdc,0x65083118,0x3d30501e,0x5063fc1e,0x5a054012,0xf6e016fd,0x208a03d0,0xffcfd9fe,0x82aa0520,0x2aff1fee,0xf8d26703,0xccb52791,0xf05100c5,0xabcf06f7,0xb55ff390,0x0104dfb7,0xcf4070fa,0x2ea9ecdc,0x6608811a,0x3db0491d,0x005dfc7e,0x6e04e014,0xf7b010fc,0xe07f0360,0x004fdefe,0x62a60530,0x27fe9fee,0xf8927102,0xccac2941,0xec5160bc,0xab2f0ef7,0x855af36f,0xef08dfa0,0xd18067f8,0x2eabec9c,0x6608511a,0x3df0451c,0x305afcbe,0x7f04a016,0xf8100bfc,0xc0750340,0x00afe5fe,0x42a104b0,0x1ffe2ff7,0xf7d27602,0x0c9f2b31,0xe85240bb,0xab1f0ff7,0x2553f2ff,0xdf0aaf88,0xd3b06cf6,0xaeb0ec3c,0x6507e11f,0x3de0431b,0xd058fcce,0x82049017,0xf8600bfc,0xb0720350,0x006feffe,0x42a903f0,0x16fdc003,0xf7827801,0x3c982cc1,0xec5350cc,0xac2efff6,0xa54bf27f,0xd9070f6e,0xd51073f5,0xcebeec3c,0x5f07811b,0x3dc0431b,0xe058fcbe,0x7e04a017,0xf8600ffc,0xd0750330,0xffcffafe,0x42b50340,0x10fd900c,0xf7527500,0x7c992dd1,0xee5430e1,0xad5eecf6,0x4544f21f,0xd7009f49,0xd5d07cf4,0xeecdec5c,0x59072112,0x3da0461c,0x805afcae,0x7a04b016,0xf83011fc,0xe0790310,0xff7001fe,0x72b202e0,0x0afda013,0xf6c26d00,0x5c9d2e21,0xe75460e7,0xadaee6f5,0xf540f1df,0xcafcaf25,0xd6108af4,0x9ed4ec3c,0x56069113,0x3d20491d,0x405dfc8e,0x7104d015,0xf7e010fc,0xd07c0310,0xff5ffefe,0x52a70340,0x0bfe2020,0xf7226b00,0x5ca42e21,0xe15490e4,0xad8ee9f5,0xd53ef1af,0xc1fb2f1a,0xd59093f4,0xeeceec0c,0x5c06a118,0x3d104d1d,0xe061fc3e,0x60051013,0xf7a010fd,0x00880370,0xfefffdfd,0xf29a03f0,0x18fea022,0xf7727000,0x3cac2db1,0xe354a0df,0xad3eeef5,0xb53cf18f,0xaafaef17,0xd40092f5,0x3ecbec2c,0x6406f117,0x3d50521e,0xb065fbee,0x4e056011,0xf73010fd,0x509903f0,0xfe3008fd,0xf2890430,0x2bff5017,0xf78282ff,0xdcb72c21,0xe953f0dd,0xad1eeff5,0xc53df19f,0x8bfaef1b,0xd20090f6,0xced7ec8c,0x5f06510d,0x3cf0561f,0x7069fbae,0x4205a00f,0xf6b00dfd,0x80a40410,0xfdc00ffe,0x02720540,0x40ff2005,0xf7d29aff,0x4cc42a21,0xf45350d8,0xacdef4f6,0x0541f1df,0x81fc8f27,0xd0508af8,0x8edeeccc,0x5d061105,0x3ca05a20,0x306cfb8e,0x3a05c00e,0xf6400bfd,0x80a90430,0xfd300ffe,0x025a0630,0x49fe6000,0xf832a4fe,0xdccf2951,0xff5340da,0xaceef3f6,0x1542f1ef,0x91fe8f2a,0xcf5086f9,0x7edded5c,0x5c0650fd,0x3c905c20,0xa06efb6e,0x3105e00c,0xf5f006fd,0xa0b10430,0xfcc018fe,0x02370670,0x4efe7ffd,0xf8c2acfe,0x9cd92912,0x065300e1,0xad4eebf5,0xe540f1bf,0x92006f2b,0xcf108bf9,0x3ee3ee0c,0x5705e0f2,0x3c405c20,0xa06efb5e,0x3005e00b,0xf5c000fd,0xa0b60430,0xfc5024fe,0x220e06b0,0x51ffafee,0xf9a2bafe,0x2ce42862,0x1152c0e5,0xad6ee8f5,0xe540f1bf,0x7d038f30,0xce4086f9,0x4ef1eebc,0x4c0500e0,0x3bd05c20,0xa06efb8e,0x3805c00a,0xf57ffcfd,0x90b80450,0xfc0028fe,0x31e40710,0x52ffffe5,0xfa22c0fe,0x0cec2822,0x175330e8,0xadaee5f5,0xe53ef1bf,0x81067f2b,0xcd7084fa,0x3ef5ef7c,0x4804e0d1,0x3ba05b20,0x706dfb9e,0x3c05b009,0xf53ff6fd,0xb0bf0490,0xfbe026fe,0x11b807e0,0x55ff8fe1,0xfa32c2fd,0xfcf227a2,0x1a52a0ee,0xadfedff5,0xd53cf1bf,0x9206ff23,0xcdf07ef9,0x8ef0f03c,0x4b0510c6,0x3bb05a20,0x506cfbae,0x3e05a008,0xf4dfeffd,0xc0c704e0,0xfba027fe,0x018b0870,0x53ff6fda,0xfa02ccfe,0x4cf226b2,0x1d51d0f6,0xae6ed8f5,0xe53df1cf,0x9d066f2f,0xce1081f9,0x6ef0f11c,0x4b0520b6,0x3bd05920,0x206bfbce,0x45058006,0xf45fe7fd,0xd0cb04e0,0xfb8024fe,0x11580950,0x4f003fd1,0xfa72d5fe,0x7cf025d2,0x17519101,0xaeeecdf5,0xd53cf1bf,0x92052f39,0xcee085f8,0xceedf1fc,0x4a0540a8,0x3bc0581f,0xf06afbee,0x4c056004,0xf3afe1fd,0xe0cf04e0,0xfb801ffe,0x511f0a00,0x43010fd2,0xfae2dafe,0xbcef2532,0x0d517112,0xaf8ebef5,0xd53cf1af,0x8c047f2e,0xcf6084f8,0x8ee7f2bc,0x480540a1,0x3b30571f,0xd06afbde,0x49057003,0xf32fdcfe,0x10d70540,0xfb2020fe,0xb0f10990,0x3400ffd9,0xfb12ceff,0x8cec2502,0x0451d112,0xaf8ebdf6,0x2542f20f,0x92051f26,0xcea075f9,0xeeecf39c,0x40053095,0x3aa0581f,0xf06bfbce,0x47058002,0xf29fdbfe,0x30dd0550,0xfa6020ff,0x00d40970,0x2a003fd2,0xfb72c800,0x1ce924d2,0x0051f10e,0xaf5ec1f6,0x9549f26f,0x82056f36,0xce305dfa,0x8ef0f4cc,0x39056085,0x3a605a20,0x506dfbae,0x4005a000,0xf1ffdafe,0x60e60530,0xf9301aff,0x30c50a40,0x29008fc3,0xfb72d0ff,0xcce523e2,0x0051a117,0xafbeb8f6,0xd54ef2af,0x5d04bf41,0xce3050fa,0x2eeef63c,0x37060070,0x3a605d20,0xe06ffb8e,0x3705cfff,0xf15fddfe,0xb0f20540,0xf7a017ff,0x30c30a40,0x2c011fc9,0xfb92cdff,0xece023e2,0x0151a117,0xafaeb8f6,0xe550f2bf,0x5304bf3a,0xcdf03af9,0xdef5f7ec,0x34067054,0x3a706221,0x9073fb5e,0x2e05effd,0xf0afe6ff,0x00ff0550,0xf66014ff,0x80b90970,0x27017fd7,0xfbf2c200,0xbcdc24f1,0xfb521112,0xaf7ebdf7,0x1554f2ef,0x57056f2c,0xce302cf9,0xaefbf91c,0x2d06c043,0x3a206722,0x8078fb0e,0x1d063ffc,0xefdfefff,0x510d0590,0xf59008ff,0xb0aa0910,0x2301efe0,0xfbf2b701,0x1cd925f1,0xf0529116,0xaf9eb9f7,0x3556f30f,0x5b05af1b,0xcea03df9,0xeef6f9fc,0x2b07703a,0x3a006d23,0x507dfabe,0x10067ffa,0xeefff5ff,0x911805a0,0xf4f002ff,0xc09a08b0,0x2202ffe8,0xfc22b101,0x1cd625d1,0xf152411f,0xaffeb0f6,0xe550f2bf,0x74058f0a,0xced04efa,0x6ef2fabc,0x2d07a030,0x39e07023,0xc080fa8e,0x0806affa,0xeecff6ff,0xd11f05a0,0xf45002ff,0xc08d07d0,0x1f038ff5,0xfc72ae01,0x3cd62621,0xf5520124,0xb01eabf6,0xb54cf29f,0x7a05bf0f,0xcf1051fa,0x0ef7fb8c,0x2b076023,0x39c07224,0x0081fa7e,0x0506bffa,0xee7ff3ff,0xf1210570,0xf41ff5ff,0xf07c07c0,0x1c032ffa,0xfc32ae01,0x6cd626d1,0xf7521124,0xb01eabf6,0xa54bf28f,0x6b05ef17,0xcf104ef9,0x0ef3fc0c,0x2a07a01e,0x39907324,0x1082fa8e,0x0806affa,0xee6ff4ff,0xf11d0570,0xf45fe600,0x306407d0,0x1802bffc,0xfbd2ad01,0xdcd72691,0xe9527125,0xb02eaaf6,0xb54cf29f,0x6305ff15,0xcf1059f9,0x1eedfc6c,0x2607f01f,0x39506f23,0x807ffa9e,0x0d069ffa,0xee9ff7ff,0xf11b0590,0xf42fdf00,0x405a0790,0x1701efff,0xfba2ac02,0x1cd82551,0xcf530121,0xaffeaff6,0xf551f2cf,0x56063f17,0xcf9073fa,0xdef1fd1c,0x2107f017,0x39506a22,0xc07aface,0x16066ffb,0xeeaffaff,0xf1180590,0xf3ffd600,0x40570850,0x19013ff0,0xfb72b802,0x0cda25e1,0xe952c11d,0xafeeb2f7,0x1553f2ff,0x60068f23,0xcf6067f9,0xfef3fdcc,0x1e08000b,0x39606521,0xf076fb2e,0x25061ffc,0xeedffeff,0xd1100540,0xf3dfcf00,0x505708e0,0x1cffffe1,0xfb22bf02,0x5cdb2702,0x0752311d,0xafdeb2f7,0x4554f32f,0x7106cf22,0xcf305ef8,0xaef0fe9c,0x1b07efff,0x39605d20,0xc06ffb7e,0x3605dffd,0xef6ffcff,0xc10b0550,0xf3afcd00,0x606008e0,0x22fe0fd8,0xfac2c102,0x9cd82732,0x1651e115,0xaf9eb9f7,0x5555f34f,0x75075f17,0xcf2061f8,0xaef0ff2c,0x1707bff6,0x3960581f,0xe06bfbbe,0x41059ffd,0xefdff7ff,0xd10b0560,0xf3afca00,0x706b0890,0x28fc7fda,0xfab2c102,0xecd427d2,0x1d523113,0xaf7ebbf7,0x7558f36f,0x79076f20,0xcf3058f8,0x9ef2ff2c,0x16078ff2,0x3960571f,0xc06afbde,0x4a057ffe,0xf00ff5ff,0xf10b0520,0xf3efc000,0x607207f0,0x29fbafe6,0xfb02b503,0x7cd52962,0x1b538111,0xaf6ebef7,0xb55df3af,0x83071f2b,0xcf004bf8,0x8eecfeec,0x1907bff3,0x39a0561f,0xa069fc0e,0x53054ffe,0xf03ff3ff,0xf10b04b0,0xf43fb600,0x507a0720,0x24fabff4,0xfb729f04,0x3cda2b72,0x1755810a,0xaf1ec4f7,0xe560f3df,0x8b074f1b,0xcee059f8,0xdee4fecc,0x1b07fff8,0x39d0541f,0x4067fc1e,0x57053fff,0xf08fed00,0x01090430,0xf3dfb800,0x809106c0,0x21f94ff4,0xfbb29a04,0x7cda2c12,0x1b564108,0xaf0ec5f8,0x0563f3ff,0x9407deff,0xce7067f9,0x3eeafedc,0x1607dff5,0x3990551f,0x8068fc1e,0x56054fff,0xf03ff600,0x010b0490,0xf3bfb900,0x90a40750,0x25f8efe7,0xfbb2a804,0xbcd92b42,0x2355e109,0xaf0ec5f8,0x2566f41f,0x9a080ef7,0xcd6065f9,0x3ee8fedc,0x1607aff6,0x3960551f,0x8068fc0e,0x53055ffe,0xf03ff400,0x010c04f0,0xf3dfb300,0x90b50750,0x2ef8afeb,0xfb52a405,0x1cd32c02,0x20567105,0xaefec9f8,0x3568f41f,0x9f083eed,0xcd805af9,0x1edbfeac,0x1e07fffe,0x3980561f,0x8069fbee,0x4c056ffe,0xf01fec00,0x110e0530,0xf3bfb300,0xa0c70570,0x2ef89004,0xfab28805,0xdcca2e82,0x0c583105,0xaefecaf8,0x2567f3ff,0xa3082ee9,0xce005bf9,0x5edafe8c,0x1e081001,0x3970581f,0xe06bfbce,0x45058ffe,0xefefef00,0x11100550,0xf3cfba00,0xb0d204b0,0x2ff94011,0xfa728405,0xfcc82e21,0xff584107,0xaf0ec7f7,0xe563f3bf,0xa4081eef,0xcdd06af9,0xeee0fe0c,0x1c07c005,0x39505b20,0x606dfbbe,0x4105affd,0xefbff700,0x11100580,0xf46fbe00,0x80d50550,0x35fa8010,0xfaa28f05,0x7ccc2c01,0xf9572109,0xaf1ec5f7,0xa560f36f,0x9d081eed,0xce1072fa,0x1ee1fd3c,0x21078012,0x39905d20,0xb06ffb9e,0x3e05affd,0xefaff800,0x010b0570,0xf54fc200,0x70ce06b0,0x38fbefff,0xfae2a104,0xccd429b1,0xf955910c,0xaf3ec2f7,0x855df34f,0x96081ee6,0xce406ef9,0xfedefc1c,0x24077027,0x39a05d20,0xd06ffb8e,0x3805cffd,0xefbff7ff,0xd1020500,0xf60fc900,0x80c60730,0x3afd1ff9,0xfab2ae04,0x3cd72891,0xf1548114,0xaf8ebaf7,0x655af32f,0x9007ceec,0xce6068f9,0x7ee1fb6c,0x22072034,0x39905c20,0x906efb8e,0x3905cffd,0xefdff5ff,0xb0fb04b0,0xf6bfcb00,0x90c30790,0x3ffedffa,0xfa72b403,0xacd727f1,0xe053d117,0xafaeb8f7,0x2555f2ff,0x7b076ef0,0xcf0063f9,0x5ee1fb2c,0x1f07303a,0x39b0571f,0xd06afbbe,0x41059ffd,0xf03ff3ff,0x90f70460,0xf79fc700,0x60c10890,0x46008ff5,0xfaf2bd03,0x1cdb26e1,0xd352f112,0xaf6ebdf6,0xc54ef29f,0x62075ef3,0xcf8070f9,0x6edbfabc,0x2207503e,0x3a10521e,0xe065fc0e,0x53054ffe,0xf11ff4ff,0x60ed0430,0xf85fc300,0x50c70980,0x4d01cff1,0xfb72c702,0x7cdf2671,0xcf51f112,0xaf7ebcf6,0x6547f24f,0x64070efd,0xd02073f7,0xded7fa5c,0x24074040,0x3a504d1d,0xf061fc6e,0x6904ffff,0xf1eff4ff,0x20e00420,0xf8bfc200,0x70d80a20,0x5202cfed,0xfb72d001,0xbce02631,0xc6510113,0xaf8ebbf6,0x1541f1ef,0x6206ef0a,0xd0e07af6,0x1ed8fa3c,0x1f073041,0x3a404a1d,0x505efc9e,0x7404c000,0xf25ff5fe,0xf0da0450,0xf92fc100,0x80ee0ad0,0x5802bfe8,0xfb82da01,0x4ce12521,0xb550710f,0xaf5ec0f6,0x2543f1ff,0x5e074f15,0xd0907ef5,0xfed4f9dc,0x1f07504c,0x3a30481d,0x005cfc8e,0x7104d000,0xf2aff4fe,0xf0d80440,0xfa0fbe00,0x51020b60,0x5e02cfe0,0xfb72e101,0x4ce42451,0xa7504106,0xaefec8f6,0x7549f24f,0x5e07bf11,0xd09082f6,0x8ecbf89c,0x28078063,0x3a704a1d,0x505efc6e,0x6704f001,0xf2eff1fe,0xf0d90430,0xfb2fba00,0x21140b80,0x6302cfee,0xfb22e401,0x8ce723d1,0x9b4fd0fd,0xaeaed0f6,0x854bf25f,0x6606df04,0xd0f08ef6,0xdec0f6ec,0x3307d07f,0x3ab04e1e,0x4062fc2e,0x59053001,0xf2aff0fe,0xf0db0430,0xfb1fbd00,0x313d0b40,0x69028ff3,0xfb32eb01,0x6ce82331,0xa14f80f6,0xae5ed7f6,0x854af25f,0x70051ef8,0xd16090f7,0x6ec0f64c,0x3407e089,0x3a90531f,0x0066fbee,0x4b057001,0xf27ff2fe,0xf0de0410,0xfa5fc800,0x81760a70,0x6f030fee,0xfb42e801,0x0ce622c1,0xac4f40ea,0xadcee3f6,0x7548f23f,0x6f03beda,0xd1a096f8,0x5ecaf63c,0x2e07c08a,0x3a30571f,0xd06afb9e,0x3b05b001,0xf26ff9ff,0x00e003f0,0xfa7fcf00,0x919f0960,0x7203cff6,0xfb22dc01,0x8cdf22a1,0xa34ef0de,0xad3eeef6,0x854af24f,0x7a025eba,0xd1e096f8,0xced1f54c,0x2b079098,0x39f05c20,0xc06efb4e,0x2a060001,0xf24000ff,0x10e403f0,0xfb8fce00,0x71b608f0,0x7505aff9,0xfb72cd02,0x4cd722a1,0x914e70d6,0xaccef6f6,0xa54bf26f,0x8400fe9a,0xd2a08ff8,0x9ec9f3dc,0x310780b1,0x3a005e21,0x0070fb1e,0x23062002,0xf28fffff,0x00e20410,0xfcbfc900,0x41cf08f0,0x7806dff6,0xfb42bd02,0xccd12261,0x7c4d30cf,0xac6efdf6,0xd550f2af,0x82ffae71,0xd27088f7,0x9ec0f25c,0x380800cc,0x3a605f21,0x2070fb0e,0x1e063002,0xf2a001fe,0xe0df03d0,0xfdafc800,0x31eb08e0,0x7b076fee,0xfab2b703,0x1cd021f1,0x704c40cc,0xac2f00f7,0x0552f2cf,0x7ffe3e4f,0xd19084f6,0xcebcf15c,0x3b0860dd,0x3a905d20,0xc06ffb1e,0x24062004,0xf2e002fe,0xc0d903a0,0xfeefc800,0x22030900,0x7e082fe9,0xfab2bf03,0x0ccc2131,0x6c4bd0cf,0xac6efdf7,0x2554f2ff,0x88fe0e41,0xd0f08bf7,0xfeb5f03c,0x3e0870ee,0x3ac05820,0x006bfb6e,0x3305e006,0xf33ffffe,0x90d00360,0x008fc7ff,0xf2120910,0x7f084fed,0xfb02c602,0xdcc22141,0x654b50d2,0xacaefaf7,0x5557f32f,0x90ffde3b,0xd16090f8,0x9eadeeec,0x42086102,0x3b10531e,0xf066fbbe,0x44059008,0xf39ffafe,0x50c50340,0x021fc7ff,0xb21a08e0,0x7f081ffa,0xfb52c602,0xacc321c1,0x684b10cd,0xac5efff7,0x5558f32f,0x8b025e3a,0xd1308ff8,0x8ea6edcc,0x4607d113,0x3b204d1d,0xe061fc1e,0x5905400a,0xf3fff6fe,0x10b90390,0x034fc9ff,0x921e0870,0x7a085002,0xfb62c102,0xacca2251,0x6b4b20c7,0xabef05f7,0x5558f32f,0x7f04fe3c,0xd0c08af8,0x5ea2ed3c,0x4607111b,0x3b10451c,0x505afc7e,0x6f04e00d,0xf47ff0fd,0xd0ae0400,0x040fc7ff,0x42280830,0x7807a004,0xfac2b302,0x7ccc2321,0x724b60c6,0xabdf05f7,0x755af34f,0x75079e36,0xcfd082f7,0x1ea0ed4c,0x47072118,0x3ba03d1a,0x8052fcde,0x89048010,0xf50ff0fd,0x90a30400,0x049fc7fe,0xc23607e0,0x78062003,0xfa32a201,0xfccc23d1,0x7e4bd0c7,0xabcf04f7,0x955df36f,0x6b09fe2c,0xcec079f6,0x9eabed4c,0x4707b113,0x3c903719,0x104dfd4e,0xa5042013,0xf56ffcfd,0x50970360,0x05afc6fe,0x823807f0,0x74051ffc,0xf9a29401,0xeccd2461,0x864c30c7,0xabcf03f7,0xd561f3af,0x640bae24,0xce6070f6,0xceb3ecac,0x4508211c,0x3d203217,0xf048fd9e,0xbb03c015,0xf5a008fd,0x208d02f0,0x068fc1fe,0x52400830,0x7103fffa,0xf9928a01,0xdcce24b1,0x8d4c60c6,0xabcf04f8,0x0565f3ef,0x620c9e21,0xce306df6,0xbeb0ec3c,0x4608f125,0x3db02e16,0xe044fdce,0xc9039018,0xf6000dfd,0x00860260,0x071fbbfe,0x22510880,0x71037ffb,0xf9728401,0xecce2541,0x984ca0c3,0xab8f08f7,0xf564f3df,0x650d3e20,0xcdf06bf6,0x9ea8ebfc,0x4b09b12d,0x3e302c16,0x5043fdde,0xcf038019,0xf66010fc,0xe0820210,0x076fbafe,0x42650870,0x6f03f001,0xf9d28201,0xeccc2551,0x9c4c80bf,0xab6f0bf7,0xe562f3cf,0x670d7e20,0xce106df7,0x2ea2eb8c,0x4c09b137,0x3df02d16,0x9044fdce,0xc903a01a,0xf6700ffc,0xe0830210,0x078fb9fe,0x327e0830,0x71046013,0xfa227d01,0xfcc72561,0x9b4c40be,0xab5f0df7,0xb55ff39f,0x600d2e14,0xce8073f7,0x7e93eb3c,0x5709113b,0x3d902f17,0x1046fdae,0xc103c01b,0xf67007fc,0xf08602d0,0x07afb6fd,0xc2960810,0x7705201c,0xf9527202,0x3cc22591,0x8f4be0b7,0xaaef13f7,0x855bf36f,0x530c9e05,0xcf4073f7,0x0e82eb0c,0x65094143,0x3df03117,0x7048fd7e,0xb403f01c,0xf69003fd,0x00890310,0x079fbcfe,0x22ad0740,0x71061020,0xf8726402,0x3cbe25c1,0x7b4ba0b1,0xaa7f1af7,0xb55ef39f,0x420bedf9,0xcf406ef6,0xce8deaac,0x5a09214b,0x3d803317,0xd049fd4e,0xa704201c,0xf68009fd,0x108d02b0,0x07bfc3fe,0x62be0660,0x6a076024,0xf7925802,0x0cbe2611,0x694bb0af,0xaa5f1cf7,0xf563f3df,0x420abdeb,0xce706ef7,0x9e97ea3c,0x5208d150,0x3d203318,0x004afd3e,0xa204301d,0xf6700dfd,0x209002a0,0x080fc6fe,0xa2ca05d0,0x6208e030,0xf8124c01,0xecbb26d1,0x5c4be0b0,0xaa9f1bf8,0x0564f3ef,0x4609ade3,0xcde066f8,0x5e9ce9cc,0x4d08a156,0x3ce03318,0x104afd2e,0x9f04301e,0xf68011fd,0x209202a0,0x081fc8fe,0xc2d50530,0x59096046,0xfa023f01,0x8cb327c1,0x514bf0b5,0xaacf16f8,0x2566f40f,0x3d096de2,0xcde04af8,0xaea2e9bc,0x4708715a,0x3ca03217,0xb048fd1e,0x9b04401f,0xf6b015fd,0x309302b0,0x082fc6fe,0xc2db04f0,0x5208e058,0xfa323201,0x2cae28a1,0x4c4bf0b8,0xaaff12f8,0x2565f40f,0x3609ade7,0xcd802ff9,0x5ea1e9dc,0x46084159,0x3ca03117,0x6047fd3e,0xa2043020,0xf6b01afd,0x108f0300,0x082fc4fe,0xb2dc04a0,0x4c08a061,0xf9c22901,0x1cab2971,0x534c30c1,0xab7f0af8,0x0563f3ef,0x3e09bdea,0xccb01cf9,0xfea5e9ec,0x46083157,0x3cb03017,0x3046fd4e,0xa8041020,0xf6b021fd,0x008e0340,0x080fc0fe,0x82de04b0,0x4908005f,0xf8822300,0xfca829b1,0x5e4c90cb,0xac3f01f8,0xa572f49f,0x4c09cdef,0xca4ff4fb,0xfea5ea0c,0x4a08a155,0x3d103017,0x1046fd4e,0xa8041021,0xf6b028fd,0x10900350,0x080fbcfe,0x62d904c0,0x4506905e,0xf7421f00,0xeca72911,0x6d4cd0d1,0xac9efcf9,0xc58df5bf,0x4a0a4dfe,0xc6afdaff,0x8ea4e9dc,0x4f08a158,0x3d303117,0x7048fd3e,0xa2043020,0xf64030fd,0x209403b0,0x081fbdfe,0x42d304a0,0x42050061,0xf7021e00,0xfcaa2a11,0x724d60d4,0xacbef9f9,0x5582f53f,0x4c0a9e0c,0xc80004fd,0x7ea2e94c,0x5508515f,0x3d303518,0x704bfd0e,0x9804501f,0xf5a036fd,0x30990400,0x07cfbbfe,0x42d904b0,0x4002a059,0xf5522100,0xfcae2bf1,0x724de0d4,0xacaef8f8,0x4569f41f,0x510a8e16,0xcb702af9,0xee9de8fc,0x5d084162,0x3d303a19,0xa050fcde,0x8b04901e,0xf5303afd,0x509d0440,0x074fb8fe,0x52e604e0,0x3d01704c,0xf4422200,0xdcac2c01,0x7a4e00d1,0xac8efbf8,0x556bf43f,0x540aee18,0xcb6023fa,0x0e97e8dc,0x62088168,0x3d20401a,0xd055fc7e,0x7404e01d,0xf4e03ffd,0x80a60450,0x06dfb6fe,0x82f40510,0x3c02004d,0xf5022400,0xacaa2ba1,0x854e10ca,0xac2f02f8,0x656cf44f,0x4e0b6e14,0xcaf023fa,0x6e91e88c,0x6508e172,0x3d00461c,0x305bfbfe,0x5805601c,0xf47044fd,0xb0b00430,0x068fbdff,0x03040490,0x3903f053,0xf6b22400,0x8ca72bb1,0x874e10c1,0xab8f0af8,0x0565f3ff,0x3f0bde0c,0xcc003cf9,0xce9be7ec,0x5c08a17a,0x3c604c1d,0x6060fb9e,0x4405b01b,0xf4104cfd,0xd0b50400,0x064fc5ff,0x93160410,0x3705805a,0xf7f21e00,0x8ca12ae1,0x7f4d60b7,0xaaff13f8,0x4569f42f,0x2e0bedf1,0xcc5056fb,0x1ea4e76c,0x5208a185,0x3bc0511e,0x4064fb2e,0x2e06201a,0xf3c052fe,0x00bc0390,0x064fca00,0x032803e0,0x37062062,0xf9821900,0x7c9e2a41,0x764c90b1,0xaa9f19f8,0x556bf43f,0x230aedd7,0xcc707bfb,0xeea4e70c,0x4d08d193,0x3b40541e,0xe067faae,0x1606901a,0xf38051fe,0x30c80360,0x063fce00,0x733b03c0,0x3a057064,0xf9e21600,0x5c9f2ad1,0x674c20a8,0xa9ff22f7,0xc55ef3af,0x0709cdd5,0xced0b9f9,0xaea2e6cc,0x4808e19b,0x3ac0561f,0x3069fa5e,0x0906d019,0xf3504ffe,0x50ce0380,0x060fd100,0x835203c0,0x4505105f,0xf9420d00,0x0ca12b31,0x5c4bb098,0xa8df32f7,0x4554f32e,0xdb097dd4,0xd110e9f7,0x6e98e6ec,0x4d09419c,0x3b00571f,0x506afa3e,0x0406f01a,0xf36047fe,0x60d20380,0x060fd300,0x736103f0,0x55069057,0xf7a209ff,0xaca32ad1,0x5a4b4094,0xa88f36f7,0xa55bf39e,0xcb087dc1,0xd100d3f6,0xee89e6fc,0x5709c1a1,0x3b60571f,0x506afa1d,0xfe07101b,0xf39039fe,0x60d50370,0x062fd500,0x93680420,0x6107804f,0xf6b213ff,0x3ca32a31,0x5e4ac09a,0xa8ff30f8,0x0563f3fe,0xd407fdcc,0xd0309af6,0x4e7ee6dc,0x5a09e1a6,0x3b50571f,0x306af9fd,0xf907301c,0xf3b02ffe,0x60d803a0,0x065fd900,0xe3680470,0x6d072045,0xf6f228fe,0xfca22951,0x644a60a1,0xa96f29f8,0x3566f42e,0xeb087df1,0xcfc069f4,0xee74e6cc,0x5909e1aa,0x3af0561f,0x2069f9dd,0xf507401d,0xf3d026fe,0x70da03f0,0x069fe001,0x935c04b0,0x79072037,0xf75240ff,0x2ca42811,0x6c4a10a4,0xa9af27f8,0x1564f40f,0x130a0e21,0xcfd064f4,0x2e72e6ac,0x4f09a1b0,0x3a20551f,0x0069f9bd,0xef07601e,0xf3e01dfe,0x70dc03f0,0x066fe602,0x33500530,0x85078029,0xf7d259ff,0x3ca72721,0x754a10ad,0xaa5f1df7,0xc55ef3bf,0x460bee5c,0xd01071f4,0x7e6be6fc,0x4809e1b0,0x39b0541e,0xe068f98d,0xe807901f,0xf3f012fe,0x80e103c0,0x05dfef02,0xd3420530,0x8807c025,0xf7f268ff,0x6ca926c1,0x724a20ba,0xab3f12f8,0x0562f3ff,0x7b0b8ea0,0xcf7070f4,0xfe6fe76c,0x3d09e1aa,0x3920561f,0x3069f93d,0xdd07d01d,0xf3e003fe,0xb0e602c0,0x054ffe03,0x732a04d0,0x8707f024,0xf7b273ff,0xccab2641,0x6e4a00c3,0xabcf09f8,0x556af44f,0x9f084ed5,0xcde063f5,0x6e82e7bc,0x2c0951a2,0x3850591f,0xc06bf90d,0xd308001a,0xf3cffcfe,0xe0e901d0,0x04900203,0xb3130520,0x86080024,0xf7c27aff,0xfcad2611,0x724a40c3,0xabcf09f8,0x756cf46f,0xab083ee8,0xcc504ef6,0xde83e87c,0x29097197,0x38305b20,0x206df8bd,0xc9084018,0xf3bff1ff,0x20f10140,0x03400103,0xd3090580,0x8007602c,0xf7f275ff,0xecae26c1,0x774ae0bf,0xab8f0df8,0x556af43f,0xac09fee8,0xcc2059f7,0x6e85e9fc,0x2a0a217d,0x38b05c20,0x706ef8ad,0xc5085015,0xf37fedff,0x40f60080,0x01600303,0xf3060590,0x8006d02d,0xf80273ff,0xacad26e1,0x7d4b10be,0xab7f0ef8,0x3567f41f,0xa40a0ee8,0xcc4060f7,0x1e93ec0c,0x240a3157,0x38e05d20,0xc06ff8dd,0xc9082013,0xf35fedff,0x50f80010,0x00c00d03,0xf2e60570,0x7c06e029,0xf83273ff,0xfcae26a1,0x7c4b30c0,0xabaf0df8,0x4569f42f,0xa0079eea,0xcbc058f7,0x5ea5ecac,0x1f090146,0x38505f21,0x3071f8cd,0xc7083011,0xf33feaff,0x70fc0050,0x00e01303,0x22b505b0,0x7f06e026,0xf8327900,0x6cb126a1,0x794b90c6,0xabff07f8,0x3568f41f,0xa3045efb,0xcbb054f7,0x5eabec5c,0x3107f141,0x38b06421,0xd075f8cd,0xc808300e,0xf2dfe5ff,0x90ff0060,0x00901502,0x628c0640,0x8507801b,0xf8828a00,0x7cb62651,0x7a4bc0d1,0xac8efbf8,0x0564f3df,0xaa01ef21,0xcc0058f7,0x0eb2ecdc,0x40077132,0x39806622,0x0077f91d,0xd207f00c,0xf2afe4ff,0x90fe0030,0x00301b02,0x22640640,0x7b080016,0xf9229300,0xacb92661,0x784c10d8,0xacdef4f7,0xd560f3af,0xae00ef4d,0xccc05af6,0x9ec2edac,0x3e06311a,0x39706321,0xa074f9ad,0xe607700b,0xf2bfe3ff,0x70f90080,0x00101401,0xb23b0670,0x6f075024,0xf9f28a00,0xbcb32721,0x784c80e0,0xad5eecf7,0xb55ff39f,0xa801bf76,0xcd5050f6,0xeec5ee8c,0x4505a104,0x39e05e20,0xe070fa3d,0xfe06f00a,0xf2dfe1ff,0x60f40120,0xffc00d01,0x221606d0,0x6a072024,0xf9928600,0xdcad2721,0x7b4ca0ea,0xaddee3f7,0xa55ef38f,0xa703ff9c,0xccb050f6,0xeec7efcc,0x4c0580ed,0x3aa0571f,0xb069face,0x1406700a,0xf33fdfff,0x50f20160,0xff400b00,0xc1f20670,0x60067034,0xf9127b01,0x3caa27d1,0x7b4d00f0,0xae1edef7,0x755af35f,0xac078fbe,0xcc1060f6,0x8ed1f14c,0x4d0520d1,0x3b404f1e,0x7063fb6e,0x3005e00a,0xf38fdbff,0x30ea0170,0xff000e00,0x91ca05a0,0x51058046,0xf8e26e01,0xbca828f1,0x7b4d90f5,0xae5ed9f7,0x855af35f,0xb00bbfd6,0xcba059f6,0x9ee2f28c,0x480440b7,0x3b90481d,0x105cfc0e,0x5205400a,0xf40fdbff,0x00dd0170,0xff500d00,0x919f05b0,0x43053046,0xf9026b01,0xecaa2981,0x7c4e00fd,0xaeaed1f7,0xb55ef39f,0xb60f8feb,0xcb804af6,0x8eeaf36c,0x4203d0a5,0x3bd03f1b,0x4054fcae,0x7704b00a,0xf4cfd8fe,0xd0cf0140,0xffd00500,0x617d06a0,0x3f04f03a,0xf9127201,0xbcab2931,0x814e4108,0xaf1ec7f7,0xd560f3bf,0xb6122ffb,0xcb5048f6,0x8ee7f42c,0x4303e096,0x3c703719,0x404cfd2e,0x9a043009,0xf55fd0fe,0xb0c60130,0x00300700,0x21620340,0x27049069,0xf8923902,0x6c9f2d51,0x73504115,0xafaebbf7,0xd560f3bf,0xa313eff5,0xcaf048f6,0xdee9f4ec,0x42035086,0x3cf02f17,0x6045fdae,0xbf03b009,0xf62fc6fe,0x90ba0100,0x01000900,0x4159f77f,0xde01711d,0xf5b17304,0x3c713a81,0x29550118,0xafdeb8f7,0x855af35f,0x90158ff3,0xcb604ff6,0x2ef1f4bc,0x3d030082,0x3d202c16,0x6042fe0e,0xdd035008,0xf6bfc6fe,0x80b100a0 +}; + +u32 ANIM_ENTRY_coughing_kneel1[] = +{ + 0x001f93ff,0xefb706e0,0x06081fe9,0xfeb0cf01,0x8c5bfe8f,0xcd343ff2,0xf7101e01,0x90da02f0,0x2efbd004,0xfe302300,0x4f0b05dc,0x0cf97fa7,0x3f4ffffd,0x2ff90000,0x66ffeff7,0xfcefd302,0x0ff60330,0x001f92ff,0xffb80730,0x0607cfe8,0xfe40e101,0x6c5efe5f,0xce343ff3,0xf7301e01,0xa0e20310,0x2efbb004,0xfdb00aff,0xbf1005ac,0x0cf9afa8,0x3f3ffffd,0x6ffa0000,0x65ffeff6,0xfcbfd502,0x3ff60280,0x001f9100,0x0fb90750,0x06077fea,0xfe00f101,0x4c61fe4f,0xd1344ff2,0xf7101e01,0xb0e70320,0x2cfc2004,0xfd5fffff,0x6f15057c,0x0bfa6fab,0x3f0ffffd,0xaffb0000,0x61ffeff4,0xfcafd602,0x5ff70140,0x000f9200,0x0fbb0730,0x06079fed,0xfe00fe01,0x4c63fe6f,0xd2344ff2,0xf6f01f01,0xb0e60320,0x28fc2003,0xfd6002ff,0xaf1b058c,0x0bfa9fab,0x3f0ffffd,0xbffb0000,0x60fffff4,0xfcbfdc02,0x5ff60100,0xffdf9400,0x2fbc0700,0x06078ff2,0xfdd10b01,0x4c64fe8f,0xd1344ff2,0xf7001f01,0xb0e50320,0x28fb8004,0xfd800fff,0xef23058c,0x0afa0fa9,0x3f0ffffd,0xdffb0000,0x61ffeff4,0xfc9fe202,0x5ff40190,0xffcf9500,0x1fbd06c0,0x08075ffa,0xfde11601,0x5c65feff,0xd5344ff2,0xf6d01f01,0xa0e10310,0x2afbb002,0xfd401bff,0xef27059c,0x0afa2faa,0x3efffffe,0x0ffc0000,0x5efffff4,0xfc8fe502,0x4ff40180,0xffbf9600,0x2fbc0690,0x09077008,0xfe212201,0x8c67ff6f,0xd5345ff1,0xf6602101,0xa0e10310,0x2bfc6000,0xfd0014ff,0xcf2405ac,0x0bfa8faa,0x3eeffffd,0xfffb0000,0x5cfffff4,0xfcafdf02,0x3ff50120,0xffdf9700,0x2fb90680,0x0807a00b,0xfe413101,0xac6bff8f,0xc7345ff0,0xf6202201,0xf0fb0370,0x2cfc9000,0xfd2007ff,0xdf2305ac,0x0bfa6fab,0x3eeffffd,0xcffb0000,0x5dfffff4,0xfcbfdb02,0x2ff50160,0x000f9300,0x0fb706d0,0x09078009,0xfe114201,0x7c6dff9f,0xbe346ff0,0xf6302202,0x311103c0,0x2efca003,0xfd4ff7ff,0xbf20058c,0x0efa8fac,0x3f0ffffd,0xcffb0000,0x5dfffff4,0xfcafd802,0x1ff701a0,0x003f9200,0x0fb506f0,0x0907a006,0xfdd15301,0x5c70ffff,0xb9346ff1,0xf6602102,0x611d03f0,0x30fc9003,0xfccff1ff,0xaf1d054c,0x0efa7fad,0x3f0ffffd,0xeffb0000,0x5efffff4,0xfcafd802,0x1ff801e0,0x002f9400,0x1fb50700,0x0807d001,0xfda16801,0x3c73009f,0xb0345ff1,0xf6702102,0xc1350450,0x31fc7002,0xfb9ff5ff,0xbf1f054c,0x0ef9bfab,0x3f0ffffe,0x0ffc0000,0x60fffff5,0xfc8fdc02,0x0ff80280,0x001f9100,0x2fb80760,0x07074ffa,0xfd817c01,0x3c7a014f,0xa8342fef,0xf5a02303,0x615804e0,0x2ffc3ffe,0xfa4ffc00,0x1f19052c,0x0ef94fac,0x3efffffe,0x7ffd0000,0x5ffffff7,0xfc5fdb02,0x0ff70320,0x006f8f00,0x6fb607bf,0xff069ff6,0xfd819001,0x9c8701af,0xa2343fea,0xf3c02a04,0x318505b0,0x21fbeffb,0xf8902000,0xcf0d046c,0x0bfa8fb5,0x3ebfffff,0x3ffffff0,0x59000ff8,0xfc2fd501,0xeffb0250,0x002f8e00,0x7fbf07af,0xff05effd,0xfd519e02,0x6c94027f,0x9b33bfdf,0xf0303806,0x01d60750,0x0cfbc003,0xf60027ff,0x6f02043c,0x0bfbdfb5,0x3e8000ff,0xf001fff0,0x4e002ff9,0xfbcfce01,0xa00601d0,0xffaf8900,0x3fcf0780,0x08050006,0xfd41ae03,0xbca503cf,0x99329fc7,0xea305109,0x52430a40,0x02fc2022,0xf2e010fd,0x0ef8049c,0x12fc7fb0,0x3e500000,0xb003ffe0,0x3f004ffa,0xfb4fcc01,0x60130230,0xffbf8400,0x1fd107a0,0x0a03700b,0xfd21c204,0xecbc048f,0x9d317f9b,0xe260790f,0x32bc0f70,0x00fd004d,0xeff003fa,0xeee6040c,0x19fdffbc,0x3e100101,0xf006ffd0,0x2b008ffa,0xfabfc000,0xf01a02d0,0xffef8300,0x2fd00790,0x0902000e,0xfcd1d005,0x8cd504ff,0xae305f4d,0xd980bd1a,0xe32f1a50,0x05fdf07a,0xed0ff3f9,0x7ee102fc,0x1b00dfcc,0x3dd00303,0x900bffc0,0x1100cffa,0xf9ffbe00,0x802801c0,0xffbf7e00,0x3fd607b0,0x0901600f,0xfc91db05,0x0cee051f,0xdc2f0eaf,0xd0414b32,0x73763110,0x1aff1098,0xeadfe6f8,0x4edb025c,0x1c041fdb,0x3d700505,0x5010ff9f,0xee012ffa,0xf90fc200,0x203900b0,0xff9f7800,0x7fd70810,0x0600c004,0xfc81e602,0xed0804a0,0x1b2ded0a,0xc912df53,0xb37351b0,0x3c0000a0,0xe9afeef7,0x0ece016c,0x1f06dff0,0x3ce00807,0x9016ff5f,0xc2019ffa,0xf7efbdff,0xc04f0040,0xff6f7800,0xafd30870,0x05009ff9,0xfc71f4ff,0x0d1e0370,0x622c9a6a,0xc9a57166,0xf3376470,0x5affb09f,0xe89feaf5,0x9ecd003c,0x2707f001,0x3c700d0a,0x801eff1f,0x9c01fffa,0xf67fb8ff,0xa0610080,0xfeff8100,0xcfd20860,0x05008ff5,0xfc71fdf9,0x8d3101f0,0xb42b493c,0xcee6956f,0x62f76c80,0x79ff20aa,0xe74fe1f4,0x4ed7ff5c,0x2c084006,0x3c30130d,0x5026fedf,0x81024ffa,0xf52fb3ff,0x806f00a0,0xfe6f8601,0x0fd10810,0x05001ff4,0xfc81f5f3,0x0d3d00b1,0x0e2a18ce,0xd3a6fe73,0xa2c17080,0x8dfd40bc,0xe56fe1f2,0xbedbfeec,0x2e08b008,0x3bd0180f,0x702dfe9f,0x66028ffa,0xf40faeff,0x707f00f0,0xfdaf8701,0x3fd10790,0x09ff5ff8,0xfc01dced,0x3d4701a1,0x7e29689b,0xd7072f75,0x62b07210,0x9cfbb0c3,0xe41fd9f2,0x2edfff0c,0x2e09400a,0x3b701d11,0x2032fe4f,0x4702effa,0xf2dfacff,0x80910120,0xfd0f8c01,0x7fcc0790,0x0afecff6,0xfbc1cfe7,0xbd460271,0xe3290882,0xd9174776,0x12b17290,0xacfa30c1,0xe32fd2f1,0xbee4ff4c,0x2d097009,0x3b002112,0x9036fdff,0x29033ffa,0xf1cfa7ff,0x90a60170,0xfc9f9001,0xdfc10770,0x07fe5ff6,0xfbd1c9e2,0xed430442,0x42294876,0xda475376,0x32bb7290,0xa2f920d2,0xe18fbff1,0x3ee6ff6c,0x2b098009,0x3a802413,0x903afdbf,0x13037ffa,0xf0ff9eff,0xa0b501b0,0xfc6f8b02,0x0fb70720,0x08fcf002,0xfb91b7df,0x2d4b0772,0x9b2ac86d,0xdb375c76,0x42c77290,0x83fa70f7,0xdf0faef0,0xbee0ff9c,0x2c0a600a,0x3a602714,0x703dfd8f,0x0003affa,0xf04f98ff,0xb0c901b0,0xfc6f8702,0x2fac0710,0x0afb7008,0xfbc1aadc,0x4d540a92,0xe32c5863,0xdc576676,0x02d87230,0x6cfbe115,0xdd3fb3f0,0x8edbff8c,0x2e0b5010,0x3a602a15,0x8040fd3e,0xe903fffb,0xef6f91ff,0xd0e00170,0xfc6f8502,0x3fa10710,0x0cfa4009,0xfc01a2da,0x4d5d0ed3,0x1b2e7859,0xdd977075,0xa2ea71b0,0x5bfcc12a,0xdc6fb3ee,0xced9ff3c,0x310b8011,0x3a402f16,0xc045fd0e,0xdc041ffc,0xee5f8cff,0xf0ee01b0,0xfc4f8502,0x4f9b06e0,0x0ff92010,0xfc41a3d8,0xfd6313c3,0x4a314850,0xdec77975,0x12fc7110,0x4dfd1141,0xdc2fa8ed,0x7ed9feec,0x340b800e,0x3a203518,0x504bfcfe,0xd6043fff,0xed5f9100,0x00f601d0,0xfc1f8202,0x2f9b06f0,0x16f81014,0xfc71aed7,0xfd6817d3,0x7233584b,0xdfa77e74,0x930f7070,0x43fb9160,0xdbbf92ed,0xbed9feac,0x3b0c100f,0x3a503c1a,0x1051fcbe,0xc5046001,0xec5f9800,0x210601c0,0xfbef8201,0xff9a06f0,0x1ff79011,0xfc21bcd7,0x4d6619c3,0x88341847,0xe0378274,0xa3147080,0x3ffa017a,0xdb3f84ed,0x8edefe6c,0x420c300e,0x3a80441b,0xc058fc7e,0xb6049002,0xeb8fa100,0x41120220,0xfb9f8101,0xef9e06f0,0x26f74016,0xfc31bfd6,0xcd6819f3,0x96342843,0xe0d78675,0x230f7100,0x46fad18e,0xdb5f7cec,0x6ee1fdfc,0x470c400c,0x3a704d1d,0xc060fc4e,0xa804c004,0xeacfab00,0x611f02f0,0xfb4f7201,0xdfac0830,0x2cf73017,0xfd11d2d6,0x3d641613,0xa7303841,0xe1278875,0x330f7110,0x59fb71a7,0xdb7f73ea,0xded3fd2c,0x540d4011,0x3aa05e20,0xc06ffbfe,0x93050004,0xea7fad00,0x812e03a0,0xfa9f6801,0xcfc609f0,0x32f6400f,0xfda202d5,0x6d4e0ce3,0xae272842,0xe0f78674,0xb3157090,0x70f981bc,0xdbdf7de9,0xaecbfbbc,0x650dd013,0x3aa07c25,0x1089fb8e,0x79056002,0xeb5fb500,0xc14004a0,0xfa0f6b01,0xbfe40ac0,0x39f29021,0xfc121dd4,0xad4809f3,0xb0246844,0xe0878474,0x231c7000,0x7bf7d1ca,0xdd5f8ce8,0xbed0f96c,0x770d8019,0x3a80aa2a,0x20b2fafe,0x5b05d000,0xecafc101,0x115105c0,0xf9af6d01,0x80050b30,0x43f0c031,0xfb020ed3,0xdd5f0b43,0xb425d845,0xe0478373,0xe31f6fb0,0x71f901c4,0xdf2fa5e7,0x2ecef6ec,0x8a0d3023,0x3a60df2e,0x20e2fa7e,0x40064000,0xecffc301,0x415d06e0,0xf94f6e01,0x802d0bb0,0x4cf4901d,0xfd3205d3,0x0d730c83,0xb6272847,0xdfd78173,0xd3206fa0,0x5ef911ba,0xe03fb5e4,0xcecaf4ac,0x960d302e,0x3a010430,0x2104f9de,0x2206c001,0xebefc001,0x816b07b0,0xf89f6f01,0xd05e0c90,0x57f72009,0xfd81fbd2,0x3d800a03,0xae247846,0xdfd78373,0xe31f6fb0,0x48fa41bd,0xe0ffb4e3,0x1ecaf2ec,0x980dd03e,0x3991002f,0xf100f8dd,0xf6079002,0xeabfbf01,0xf17e0840,0xf75f7602,0x609c0c80,0x61f83005,0xfce1ccd2,0x0daa0913,0xa7235842,0xe0978774,0x031d6fc0,0x29fd81bd,0xe20fa9e1,0xded7f20c,0x8c0e404e,0x38b0d02d,0x30d5f77d,0xc008b002,0xeb2fbc02,0x518e08c0,0xf67f8702,0xf0cf09d0,0x58f99024,0xfce16ad3,0xde041553,0xae2f483c,0xe1a78b74,0x531a701f,0xfd0211c1,0xe2ef94e2,0x1eeaf0fc,0x7c0da05d,0x3770bc2b,0xc0c3f5fd,0x900a0001,0xec2fbd02,0xd1a109d0,0xf61f8f03,0x20f50760,0x50fad04a,0xfcb12ad6,0x1e3423a3,0xa93d1838,0xe2678f74,0x531a700f,0xb40711ce,0xe2ef83e2,0x5ee7efac,0x7c0d106d,0x3670db2e,0x00dff46d,0x680b5001,0xeb7fc103,0x81b70b70,0xf5af8703,0x51170830,0x59fcb03e,0xfcc127d6,0x7e211f93,0x9638b836,0xe2c79274,0x131b6fbf,0x370c01e0,0xe33f7ee1,0x3eceef2c,0x890da07e,0x3601002f,0xf101f29d,0x410cf001,0xeabfbe04,0x01c50c90,0xf4df8703,0xc1340990,0x63feb01c,0xfd0132d6,0x3dfe1903,0x78323835,0xe2f79274,0x63176ffe,0x8a1141e7,0xe48f7ce1,0xbec3ef2c,0x890e6087,0x35512231,0x8121f06d,0x1b0ee001,0xea4fbe04,0x81d20d70,0xf42f8b03,0xf14809e0,0x68ffb012,0xfd2138d6,0x7ded1673,0x63304834,0xe3079374,0x9315702e,0x1d12b1a7,0xe4df6fe3,0x5ec3ef0c,0x870ed088,0x34e14b33,0x1148ee7c,0xfe10b002,0xe98fbf04,0xe1de0e50,0xf3bf8b03,0xc1520ac0,0x73009001,0xfd6164d6,0x2dd412d3,0x512cb834,0xe3179374,0x231a6fae,0x5a121138,0xe42f7ce1,0x6ec3eefc,0x890f1088,0x35017034,0x216becdc,0xeb123003,0xe8ffbe05,0x31e70ef0,0xf38f8e03,0xa14e0a10,0x6e013009,0xfdc17dd6,0x7dd71573,0x522e7834,0xe2e79373,0xd31e6f6f,0x071370e1,0xe3df98de,0x4ecceedc,0x850f3087,0x35019134,0xf18aebac,0xde135005,0xe83fbf05,0xb1f30f20,0xf36f8f03,0xb1430820,0x5701502d,0xfe0177d7,0xadf71d33,0x5f35e837,0xe2478f73,0xe31e6f7f,0xb213c0a5,0xe3efa5dd,0xeed2eeec,0x800f7085,0x3521ad35,0x91a6eadc,0xd6141007,0xe76fbf06,0x42010f40,0xf34f8703,0xc1370780,0x4b00e041,0xfdf180d8,0x6e022203,0x673aa83b,0xe1878b74,0x331c6fc0,0x3110f08e,0xe46f9cde,0xeeceef3c,0x81106083,0x3571c035,0xe1b8ea0c,0xcf14e009,0xe6dfc006,0xc20c0f60,0xf37f7d03,0xe1240800,0x4a005043,0xfda1a0d8,0x4df122a3,0x6b3b483f,0xe0b78774,0x731b7000,0x860ca096,0xe50f8be0,0xdecbef9c,0x82112087,0x35d1c535,0xf1bde97c,0xca15600a,0xe67fc007,0x02130f90,0xf37f7c03,0xe1120820,0x47ffa03b,0xfd01bad7,0xfde12253,0x6c3b3845,0xdfc78274,0x03206fa0,0xbe07c08d,0xe4bf85e2,0x2ecfeffc,0x7e11407f,0x35d1c435,0xf1bcea3c,0xd114b00c,0xe61fbd06,0xf2130fc0,0xf37f7a03,0xe1020830,0x3ffe6039,0xfcb1bad7,0x7de921e3,0x6f3b584b,0xdeb77b73,0x93246f30,0xd502f07a,0xe39f75e3,0x8ecff05c,0x7e11707a,0x3601c135,0xe1b9eabc,0xd514400e,0xe5dfb806,0xd2110f90,0xf3bf7803,0xe0f30970,0x43fd6026,0xfca1cdd6,0xbddb1a63,0x7434784e,0xde477873,0x33286ed0,0xe9fec079,0xe24f7be6,0x7ecbf0ac,0x8011a07b,0x3641b135,0x91aaeabc,0xd5143010,0xe5dfaf07,0x02150f70,0xf3ef7803,0xf0e709a0,0x47fcc01f,0xfc11bed6,0x9ddd16f3,0x7a31284f,0xde177673,0x232b6ed1,0x0ffd0069,0xe00f6ee8,0x3ecbf0dc,0x7f11a07a,0x3661a235,0x419beafc,0xd713f011,0xe5efa606,0xc20f0eb0,0xf3ff7f04,0x10db08e0,0x42fc601c,0xfb8197d7,0xbde816d3,0x7e31184f,0xddf77773,0x332b6ed1,0x30fd203d,0xdc8f49e8,0xbed2f0fc,0x78115073,0x36319b35,0x3195ebdc,0xdf133013,0xe5bfa006,0x82070de0,0xf41f8004,0x30d107c0,0x3dfc2020,0xfb0140da,0xbe091963,0x8333c850,0xdd877872,0x63326e11,0x1cfcffe4,0xd85f3ae9,0xced3f12c,0x7511506e,0x36319034,0xf189ec7c,0xe6129014,0xe59f9806,0xb2080da0,0xf45f7904,0x30cb05a0,0x38fb7038,0xfa50cbdf,0x2e3622d3,0x8e3d185a,0xdc176f71,0x233d6cb0,0xd1fc6f92,0xd42f26eb,0x4ecaf12c,0x7b11d070,0x36b18534,0xa17fed1c,0xed120015,0xe5bf9006,0xc2070d00,0xf47f7204,0x60cb0450,0x36fb2042,0xf9a087e3,0xce4e27f3,0x9141e86e,0xd9c75a70,0xa3406c30,0x9afc6f8d,0xd13f08ec,0xcec4f11c,0x7d124071,0x36f18134,0x917bedbc,0xf5116015,0xe62f8e06,0xb2030c60,0xf4bf6404,0xa0d10490,0x3afbb036,0xf98068e8,0x9e5b25a3,0x973f1894,0xd6573471,0x433c6ce0,0x84fcef98,0xcedef3ee,0x4ebbf0dc,0x80132076,0x37418434,0xa17fee2c,0xfb10f015,0xe68f9006,0xd2030c30,0xf4ff5204,0xd0de0480,0x3ffc1039,0xf9904aec,0xfe692673,0x9b3f78ed,0xd0f6df71,0x533c6cf0,0x5cfd2f80,0xcd9efbee,0x9eaff04c,0x8814707e,0x37e19a35,0x2193ee9d,0x01109013,0xe75f9607,0x22070c50,0xf4ff4305,0x00f20460,0x43fbe03d,0xf9703df0,0x9e722583,0x9f3e99aa,0xcb762971,0x833b6d10,0x2ffe0f6c,0xcccef6ef,0x1ea9ef6c,0x8f158080,0x3861c435,0xf1bcef3d,0x0a0ff00d,0xe96f9f07,0x42070c20,0xf4bf3d05,0x610d0530,0x46fc2027,0xf9804ef2,0xce721ca3,0xa035fb21,0xc824b972,0x43356dd0,0x1bfeef71,0xcb7ee6ef,0x7eacee4c,0x9016407f,0x38920336,0xe1f9efad,0x100f9003,0xecbfb307,0x52040bc0,0xf46f3a05,0xe12d0620,0x47fc1010,0xf98066f4,0x4e721563,0xa02f3cf1,0xc8a2f273,0x132e6eb0,0x2dfeff86,0xca3ed6f0,0xfeaeed2c,0x8e172080,0x38a23537,0x822aef7d,0x0d0fc001,0xeecfc107,0xb2060c10,0xf3ef3906,0x41540690,0x48fb1001,0xf97071f5,0xce701103,0xa02b6ddc,0xcaf20d73,0xb32a6f40,0x47ff8f7f,0xc74edbf4,0xceadecac,0x8b17b081,0x38a1fd36,0xc1f3ef3d,0x09100004,0xef0fb107,0xd2030c30,0xf3af3f06,0x81750650,0x46fa9ff6,0xf9807cf7,0x4e680e73,0x9f298e42,0xccd1ab73,0xa32a6f30,0x59ffbf61,0xc36ef3f7,0x1eb3ec5c,0x8117c085,0x38717634,0x2171eedd,0x04105004,0xefff9807,0xd1fe0c60,0xf3df4806,0xa18d04a0,0x39fac000,0xf9807ff9,0xbe5d1773,0xa932be6d,0xce018274,0x13266fa0,0x58fdff5a,0xc1aee9f7,0xcebaebcc,0x7917a091,0x38412f31,0xf12dedcc,0xf6115002,0xf0df9708,0x21fe0cc0,0xf44f4a06,0xa1a40360,0x33fa8009,0xf9207dfb,0x8e4621c3,0xad3cce6b,0xcdf18474,0x83227010,0x4afcbf63,0xc13edcf8,0x4eb7eabc,0x7917c0a1,0x38313b32,0x6138ec7c,0xe7129001,0xf01fa508,0xa2010d80,0xf43f4b06,0xb1c604f0,0x3cf9dff2,0xf92096fa,0x4e331713,0xaa328e41,0xccf1ac74,0x83227020,0x43fd1f77,0xc00eeff8,0xdeb2ea3c,0x7c1820a8,0x38415333,0x214feb5c,0xdc13a000,0xef2fb209,0x02020e10,0xf38f5006,0xd1f10590,0x36f94ff1,0xf9b0a3f9,0xbe2916c3,0xa832eded,0xcb51fc74,0xb3207050,0x49fd5f8a,0xbf7ef0f8,0x6eb2ea7c,0x791860a4,0x38316333,0x915eea2c,0xd214b000,0xedcfba09,0x01fd0e40,0xf36f4a06,0x92120600,0x38fa0fe9,0xf9e0abf9,0x3e171a03,0xa9365d65,0xc9927f75,0x231c70c0,0x4dfdef9c,0xbf0ed9f8,0xcea9ea3c,0x8418f0a9,0x38a17b34,0x4176e8fc,0xc815e000,0xf01fc109,0x220d0e80,0xf3af4b06,0x622e0690,0x3dfa7fd5,0xf990bef7,0xde031823,0xa634aca2,0xc8633c75,0x631970f0,0x45fe4fa7,0xbe6ec7f9,0x8ea9e95c,0x8518f0b4,0x38919434,0xe18ee76c,0xbd175000,0xef1fca09,0x320e0ea0,0xf3af5306,0x424e0670,0x3bf94fd0,0xf930d2f6,0x2df31903,0xa6357ba3,0xc8043675,0xb3167140,0x37fe9f91,0xbe7ebff8,0x6eb0e8dc,0x7f1890bb,0x3871a235,0x219be56c,0xb0194000,0xef3fd209,0x520e0ee0,0xf36f5806,0x02710660,0x39f8dfce,0xf8f0e5f3,0xdde919a3,0xaa359ab2,0xc8c52376,0x231271b0,0x1fff0f91,0xbf8ebcf7,0x0eb4e8ac,0x7e1840c0,0x3871ae35,0x71a7e35c,0xa41b4000,0xeeffd309,0x320d0f00,0xf35f5b05,0xd29006a0,0x3cf9cfc3,0xf930fef0,0xcde415c3,0xa831aa17,0xca15ba76,0x03147190,0x09ff4f9d,0xc01eccf7,0xeeb5e85c,0x7f17e0c2,0x3841c035,0xc1b8e21c,0x9e1c8000,0xee9fd409,0x320c0f70,0xf37f5f05,0xa2aa0700,0x3ffabfb8,0xf9511ded,0xbddc1173,0x9d2d49b2,0xcb761c76,0x231271a0,0x05ff5f9f,0xc00ec4f8,0x2eb4e7cc,0x831760c6,0x3801da36,0x31d1e0dc,0x991db000,0xeeafd509,0xa2121040,0xf3af6005,0x62c20740,0x42fa7fab,0xf93139ea,0xbdd30de3,0x9529d97b,0xcc865175,0xf3147170,0x05ff5f9a,0xbfdebcf8,0x3eb1e73c,0x881700cf,0x37d1f736,0xa1eedf2c,0x921f5000,0xee7fd409,0xc2131090,0xf3df6105,0x32d60740,0x3ff9ffa1,0xf91148e8,0x3dcc0ce3,0x8f29095b,0xcd467075,0x031f7070,0x05ffaf92,0xbf6ecff7,0xbeb2e69c,0x8816d0d9,0x37b21937,0x220fdcec,0x8a219000,0xee0fd809,0x420c1050,0xf42f5e04,0xf2e40730,0x35f8dfad,0xf91147e6,0x1dcb0ec3,0x8d2ae942,0xcdf68774,0x73256fe0,0x0b00af8d,0xbf1ee5f7,0xaeade5fc,0x9016c0e9,0x37c23a37,0x822fd93c,0x81252000,0xedbfdc08,0xe20610a0,0xf4af5504,0xc2ef07f0,0x30f87fb3,0xf96143e5,0x2de40e33,0x862a7913,0xcf66b574,0x23296f90,0x02010f9c,0xbf2ef2f8,0x4e94e59c,0xaa16e0f9,0x37d24c37,0xa240d5cc,0x7a288000,0xed8fd708,0xc2031180,0xf4ef4f04,0xa2f90880,0x2df91fb6,0xf97141e5,0x0df90c43,0x802898e3,0xd146e473,0xe32c6f5f,0xeb007f9e,0xbf9efbf8,0x6e87e55c,0xb916a104,0x37826d37,0xf261d27c,0x742bd000,0xed0fd308,0xb2021240,0xf4ef4c04,0xa30308c0,0x2ff96fad,0xf98140e4,0xadfd0733,0x7f2398c6,0xd2a70073,0xe32c6f5f,0xcdfe7f85,0xc08ef9f6,0x8e87e4fc,0xb916610b,0x3712a638,0x6298cdfc,0x6d303000,0xec9fd908,0xe2051350,0xf4af5004,0xa30a0890,0x31f8df9f,0xf96142e4,0xbdfcff33,0x801ba8ae,0xd4071673,0x932f6f0f,0xadfcaf6b,0xc1cef5f3,0xfe96e47c,0xae15c10f,0x36530839,0x02f9c70c,0x67371000,0xebdfe609,0x02071460,0xf3af5b04,0x931507e0,0x33f77f96,0xf94140e5,0x6dfaf803,0x83143895,0xd5b72f73,0x03356e7f,0x9afc6f50,0xc20ef8f4,0xceaae4bc,0x9f14f105,0x35737b39,0x736bbe1c,0x633ff000,0xeaefeb09,0x02061540,0xf28f6004,0x831e07b0,0x3bf62f8b,0xf9713be5,0x7df4eee3,0x810ac887,0xd6d73d72,0xc3396e3f,0x9ffc7f2e,0xc0aef4f6,0x1eb3e57c,0x9a1480f8,0x34f3c139,0x93afb4fc,0x6448f000,0xea3fec08,0xe20415f0,0xf1df6604,0x831a07e0,0x41f52f72,0xf9f139e5,0x3debe7e3,0x7603a880,0xd7674373,0x03386e8f,0xa7fcef1f,0xbf9f04f6,0xeeb7e5bc,0x961410ef,0x34840339,0x93efad0c,0x6b50d000,0xe9bfee08,0xc2021650,0xf11f6e04,0xb31607f0,0x44f33f61,0xfab12ee5,0x1debe1f3,0x68fda87a,0xd7d74973,0x93356f2f,0x9cfd2f2e,0xc03f11f7,0x9ebee5cc,0x8f13f0e8,0x33f48439,0x846ea51c,0x7658a000,0xe93fef08,0xd2021730,0xf0af7404,0xc30f0810,0x45f0bf5c,0xfbb115e4,0x8df3db13,0x57f7387b,0xd7b74873,0x83366f2f,0x84fd6f3f,0xc14f12f9,0x3ec3e54c,0x8d1420e8,0x33951f39,0x25069dfc,0x875fb000,0xe8cff408,0x61fc17a0,0xf09f7604,0x73040860,0x4eef3f5c,0xfc10f5e4,0x5e01d663,0x43f2a87e,0xd7674572,0xf33c6eaf,0x78fd8f41,0xc33f2bf9,0xbec1e47c,0x981480f0,0x33d5a038,0x6585982c,0x9c657000,0xe82ffb08,0x21f817f0,0xf02f7c04,0x63070870,0x58ee1f51,0xfc20d7e4,0x6e0cd423,0x2af0587e,0xd7574572,0xe33e6e9f,0x7ffd8f49,0xc3ff45f8,0xeec4e41c,0x9c14d0ed,0x33d5fe37,0x95e0943c,0xb1695000,0xe77ffc08,0x51fa1860,0xef8f8604,0x830e0870,0x5fedaf41,0xfc80bce4,0x9e1fd3d3,0x16efd880,0xd7174373,0x333c6eef,0x82fdef61,0xc3ef46f8,0xaec7e3fc,0x9b1500e6,0x33b64036,0xd621914c,0xc66c2fff,0xe6dffc08,0x61fb1850,0xeeff9004,0x73120870,0x6bee7f3c,0xfc90a1e4,0x7e38d543,0x0bf0c88b,0xd6273973,0x533b6f0f,0x83fe7f86,0xc45f36f8,0x6ecbe3cc,0x9f1550df,0x34068235,0xc6608e4c,0xe16f1ffd,0xe5effe08,0x81fc1800,0xee6f9b04,0xc30f0890,0x73ef4f3b,0xfc408ce4,0xee4bd753,0x07f28892,0xd5873273,0x333c6edf,0x85ff2fab,0xc46f17f8,0xdecee39c,0x9f15d0da,0x33a6bd34,0x869a8b8d,0x0271cffb,0xe4dffe08,0xc1ff1840,0xedbfa305,0x63010900,0x6eefcf3d,0xfbf07ae6,0x8e59d883,0x11f4088e,0xd5c73673,0x233d6ecf,0x7bff6fb9,0xc42f07f8,0xfec8e38c,0x9f16a0d8,0x32e6ee33,0x36c8897d,0x2473cff8,0xe44fff08,0xb1fe1900,0xec9fb005,0xe2ee0920,0x64f06f42,0xfc2068e8,0x2e6bd823,0x22f47889,0xd6073b72,0xc3406e6f,0x6aff5fcc,0xc45f17f7,0xdec3e3ec,0x9e1770c8,0x32571d31,0x86f687dd,0x44755ff6,0xe3b00308,0x01f41940,0xeb9fc006,0x32d008e0,0x57f08f4f,0xfc6052e9,0x7e81d633,0x35f37882,0xd6874271,0xf3466d8f,0x59ff9fd4,0xc41f2cf8,0x1ec4e40c,0x9d1830b4,0x31b74b2f,0x5722868d,0x6676aff3,0xe3000707,0x81ec19e0,0xea7fcf06,0x32b60860,0x52f01f5b,0xfc7039ea,0x5e95d1f3,0x42efb876,0xd7874e71,0x334c6cbf,0x5dff3fc7,0xc43f2df9,0x1ecee47c,0x9a18d096,0x3147732c,0x7748859d,0x81779fef,0xe2500c07,0x11e51a70,0xe9efd806,0x328c0890,0x4fef4f5e,0xfc702dea,0x5ea2cf63,0x49ed5868,0xd8d75d70,0x33546bcf,0x6dfeefd0,0xc40f44f9,0x0ed4e48c,0x9e19607f,0x30e79328,0xe76984ed,0x98784fef,0xe1b00406,0x91dd1a50,0xe96fe306,0xa25f0960,0x48edff4c,0xfcd021e9,0x1eaece63,0x47eca85b,0xda276a70,0x43546bdf,0x62ffafd6,0xc43f4cf8,0x5edce4cc,0x9d19c06c,0x3027a925,0x977f844d,0xaf78efef,0xe14ff505,0xf1d31a20,0xe8bfe607,0x823e0ab0,0x3cebef37,0xfca00ee7,0x3ebfcbb3,0x3fea0852,0xdb477471,0x13506ccf,0x3c005fdc,0xc58f37f7,0xeedde59c,0x981ad057,0x2f77b423,0x778b83dd,0xc0796fef,0xe12fe705,0xb1ce1a30,0xe88fe408,0x320f0c10,0x2eeb9f34,0xfb8009e5,0x7ed0ca63,0x38e8f84b,0xdc277b70,0xa3546c5f,0x24ffbfe3,0xc68f3cf7,0x0edbe60c,0x9a1bc044,0x2f17be21,0x6795839d,0xcb799ff0,0xe13fd805,0xc1cf1a30,0xe8cfe708,0xa1d70d10,0x18ec5f35,0xfb400ce3,0x6edeca23,0x36e90845,0xdd078170,0x63566c1f,0x1dfeafdf,0xc7ef3df5,0x8ee2e63c,0x9d1c3033,0x2ec7c420,0x279b837d,0xd379cff1,0xe16fbf05,0x71c91990,0xe93fe509,0x019c0e00,0x00eb5f48,0xfc6023e0,0x5ee6c913,0x32e85842,0xdd578471,0x83506d4f,0x29fe4ff0,0xc96f1bf5,0x4ee6e66c,0xa41cc027,0x2ea7c81f,0xa79f835d,0xd879eff1,0xe17fa704,0xd1be1920,0xe9bfe409,0x316a0f0f,0xf0ea2f4c,0xfda044dc,0xdee1c783,0x1ee7183c,0xde378b71,0x53526d1f,0x32fdb032,0xca0f2bf6,0xdeebe6ac,0xaa1d501a,0x2e97cb1f,0x67a2836d,0xcf79dff2,0xe17f9904,0x31b41920,0xea0fe609,0x21410eff,0xe6e7ff41,0xfd0062d9,0x8ecfc523,0x10e45836,0xdf479270,0x83596c5f,0x30fbe03d,0xcb7f5af8,0x1ef6e6dc,0xad1d600c,0x2eb7cd1f,0x57a3838d,0xbf79bff3,0xe18f8d03,0xd1ac1990,0xea6fe309,0x211b0def,0xd7e59f4d,0xfc408bd7,0x4eb5c153,0x11e03830,0xe0479970,0xc3596caf,0x3afc9001,0xcd5f61f8,0x5efbe6cc,0xb31d9003,0x2f17cf1f,0x57a5839d,0xae799ff3,0xe1bf8603,0x81a61a00,0xea9fe209,0x40fe0cff,0xc2e49f5e,0xfc90add5,0x6ea6be13,0x10dd482b,0xe1079e71,0x23566d0f,0x4afe7004,0xcdaf5cf8,0x0f08e6dc,0xb41daff9,0x2f17d21e,0xf7a8839d,0xad799ff4,0xe1bf7e03,0xb1a91a60,0xeabfe509,0x50eb0bcf,0xb4e3ff64,0xfc90d4d3,0xfe8fbbc3,0x11db082a,0xe167a071,0x33546d1f,0x4d00d013,0xcc2f74f7,0x7f17e6ec,0xad1d5ff2,0x2ec7d31e,0xd7a9839d,0xae799ff4,0xe16f7904,0x11b01b70,0xeb3fde09,0x40dc0b8f,0xb5e35f66,0xfc40f9d2,0xfe78baa3,0x11d9b829,0xe177a071,0xb34f6dbf,0x40022028,0xcb6f82f7,0x2f16e6fc,0xb51d3ff7,0x2ee7d21f,0x17a8838d,0xaf79aff4,0xe13f7603,0xd1ab1c50,0xeb9fd409,0x40d50b5f,0xb9e34f6c,0xfc3105d2,0xee71b9a3,0x15d8a826,0xe1f7a372,0x43496e3f,0x2503402c,0xcbcf74f6,0xef14e71c,0xc11d6ffb,0x2f47d11f,0x67a7839d,0xac799ff5,0xe17f7003,0x71a41c50,0xeb8fd209,0x80d60adf,0xb5e3cf73,0xfc7108d3,0x4e74b993,0x1cd85822,0xe2f7a972,0xc3436ebe,0xeb05902e,0xcc0f5cf6,0x3f18e77c,0xc01d6ff7,0x2f67d01f,0xb7a683ad,0xa8798ff6,0xe18f6e03,0xa1a71c10,0xeb9fd009,0xe0da0aff,0xb0e43f70,0xfcb105d3,0xae7ebb63,0x23da481f,0xe387ac73,0x033f6efe,0xa407802d,0xcb6f5af6,0x2f16e7bc,0xbf1d5ff5,0x2f67ce20,0x47a483cd,0xa3796ff6,0xe18f6e03,0xe1ac1b90,0xeb9fcc0a,0x40ea0b2f,0xafe42f6d,0xfca0f2d4,0x4e95bd03,0x24dc081e,0xe3c7ad73,0x433b6f4e,0x8508a025,0xca9f4ff6,0x3f10e7ec,0xc41d5ff7,0x2fb7cc20,0xd7a183cd,0xa4796ff7,0xe1bf6e03,0xb1a91b40,0xeb4fcc0a,0x910a0b3f,0xb0e42f6c,0xfcd0dfd5,0x0eadbe33,0x21dd581b,0xe467b173,0xc3346fce,0x7a0a4028,0xca0f38f5,0xff0ee7ec,0xc41d8ffa,0x2fc7ca21,0x479f839d,0xaa799ff8,0xe1ef6f03,0x61a31b90,0xeb3fcf0b,0x012c0b3f,0xaee56f74,0xfd00ddd5,0xbeb4bff3,0x24df681a,0xe4c7b374,0x832b708e,0x620b303a,0xc93f25f6,0x8f08e76c,0xc31dc000,0x2fb7ca21,0x979e837d,0xb179cff8,0xe1df7703,0xa1a71b70,0xeb7fd40b,0x814d0b2f,0xaae7df78,0xfc40e2d6,0x5eadc323,0x2de2981b,0xe477b275,0x5320715e,0x4a0b202b,0xc8cf15f6,0x9f03e68c,0xc11de00d,0x2f97c921,0xc79e832d,0xbd7a1ff9,0xe1cf7a03,0xb1a71bb0,0xeb7fdc0b,0xe17b0b1f,0xa6e9bf6f,0xfbf0dcd6,0xeea9c683,0x3ae6181c,0xe407b075,0x831a718e,0x330aa004,0xc8ff19f5,0xcf05e5dc,0xbd1df01b,0x2f77c921,0xe79e82dd,0xce7a7ff9,0xe1af7903,0x61a11ca0,0xeaefe50c,0x51b70b1f,0xa1eb0f62,0xfc40c8d7,0xbeb0c913,0x48e9481d,0xe3e7ae75,0x9316719e,0x1d0a4fed,0xc90f23f6,0x0f05e5ac,0xb91e401d,0x2f37c822,0x279d829d,0xdb7abff9,0xe19f7e03,0x51a11df0,0xea8ff30c,0xc1ea0aaf,0xa1ec5f56,0xfcb0dbd8,0xae9acdf3,0x57ee481d,0xe3b7ad76,0x3309721e,0x1a09ffe4,0xc8af17f6,0xdf09e53c,0xb11e501f,0x2ec7c722,0x579b826d,0xe07afffa,0xe16f8103,0x419f1f30,0xeb7ffd0c,0xf2020adf,0xa9ee2f4d,0xfca119d8,0x9e69d5d3,0x5bf6281e,0xe397ad76,0xd2f772be,0x1f09efe1,0xc8df0df6,0x4f07e3bc,0xb51dd032,0x2e77c622,0x979a824d,0xe17b1ffa,0xe15f7303,0x81a32020,0xec80010d,0x12170b8f,0xb5f03f4f,0xfc5154d7,0xce37db13,0x5afbd81e,0xe367ac77,0x22ea731e,0x1b09efdb,0xc8af1cf5,0xbf01e29c,0xb91d1044,0x2e67c522,0xd799822d,0xe37b3ffb,0xe0bf7403,0xb1a62090,0xed000b0d,0x32290b7f,0xbbf15f4b,0xfc916cd7,0x2e18dd93,0x61ff5820,0xe2e7a977,0x42df733e,0x1109bfd5,0xc80f39f6,0x3efae21c,0xb01c4049,0x2e27c422,0xf798822d,0xe47b4ffb,0xdfff9703,0x61a02090,0xed50150d,0x62330b2f,0xbef1df48,0xfc817bd6,0xedfede93,0x69010821,0xe287a777,0x92d4738e,0x1109afdd,0xc8ff3af6,0x9eece20c,0xb01b7046,0x2db7c223,0x3796822d,0xe07b3ffb,0xdfffa903,0x319e2060,0xed501f0d,0x823b0aef,0xc9f23f41,0xfbe189d6,0x9de7dde3,0x67007822,0xe267a677,0xb2cd73ae,0x13094fdb,0xc9df31f5,0xbee2e23c,0xae1ac03e,0x2d57c123,0x7795823d,0xda7b2ffc,0xe05fb403,0x61a12010,0xedc01e0d,0xa23b0adf,0xd3f1df3e,0xfb6179d6,0x7de7dbf3,0x65fe4822,0xe237a677,0xe2c473ee,0x0b084fcf,0xcaff37f3,0xaecee23c,0xb61a703f,0x2d57c023,0xa793824d,0xd27b1ffd,0xe08fc103,0x61a01fa0,0xee40200d,0xb2390a8f,0xd5f10f4b,0xfb815fd6,0xbdf6dae3,0x68fcd822,0xe247a778,0x52b6746d,0xfe079fc8,0xcc2f3ef2,0x8ec0e23c,0xbc1a203f,0x2d47bf23,0xc792826d,0xc87aeffd,0xe07fc503,0xa1a51f70,0xeeb0260d,0xc2390a1f,0xd5f0cf4f,0xfb8158d7,0x0dfbdad3,0x64fcb820,0xe287a878,0xb2a974de,0x01077fc9,0xcc4f3cf1,0xeeb7e21c,0xbd19f03d,0x2d07be23,0xd792829d,0xbe7abffe,0xe08fca03,0xc1a72040,0xeef02d0d,0xd240098f,0xd8f22f48,0xfb1163d7,0x8df7de23,0x6100981f,0xe2b7aa78,0xe29f751e,0x1207bfcc,0xcc0f43f2,0x6eb0e1ec,0xbb1a003b,0x2cb7bd23,0xf79182ad,0xb77a9ffe,0xe0cfd103,0xc1a62170,0xef302f0d,0xc24b092f,0xdef3df43,0xfaa179d8,0x3deae3a3,0x5e06a81e,0xe307ac79,0x3292757e,0x1508afce,0xcbef46f5,0x9ea6e1cc,0xc11a803b,0x2ca7bd24,0x179082bd,0xb07a8fff,0xe0dfd003,0xb1a622d0,0xef70330d,0xc25c08df,0xeaf5df37,0xf9e1acd9,0x2dc7e8f3,0x510be81c,0xe357ae79,0xe27b763e,0x150a1fd5,0xcc2f21f8,0x0ea0e1ac,0xc71ba03a,0x2c87bd24,0x179082dd,0xaa7a6fff,0xe0dfc804,0x01aa2550,0xef703a0d,0xc27a080f,0xf1f88f32,0xf911d4da,0xadacef53,0x5012181b,0xe3a7b07b,0x524c77ee,0x110abfd9,0xccdec5f8,0xbea2e15c,0xc71d3037,0x2c37bd24,0x079182ed,0xa47a5000,0xe0ffc204,0x71b12940,0xef40400d,0xd2a306df,0xe9fbaf39,0xf901e9dc,0xad99f7e3,0x471a881b,0xe377ae7b,0xb236783e,0x110a9fd6,0xcdcea6f7,0x5ea2e14c,0xc71f2036,0x2be7bd24,0x079182ed,0xa07a4000,0xe13fbc03,0xe1a82da0,0xef50430d,0xd2c705cf,0xddfedf43,0xf87201df,0x4d80fea3,0x1521381c,0xe357ad7a,0xd245770e,0x100b3fd7,0xcd2eddf4,0x9e9fe10c,0xcc20803b,0x2bd7bc24,0x278f82fd,0x9d7a4001,0xe12fb503,0x419d3140,0xef50480d,0xe2f0053f,0xe0014f47,0xf7f222e1,0x2d670042,0xf023381a,0xe3b7af7a,0xb23e76ce,0x0d0c9fcb,0xcc4eebf5,0x2e9ee0cc,0xcb215044,0x2ba7bb24,0x578e82dd,0xa07a7001,0xe0ffb003,0x419c3440,0xef70500e,0x732204ef,0xe802ff40,0xf7b241e1,0xad54fe92,0xd9224818,0xe447b27b,0x022b772e,0x060edfb8,0xcc6ed6f6,0x3e9ce08c,0xc321a04c,0x2af7b924,0x978d82ad,0xa47a9002,0xe0dfa903,0x21993600,0xefc0570e,0xf34804af,0xe8043f3a,0xf75247e1,0xfd57fed2,0xcc225817,0xe497b47b,0x421b776d,0xfc111fb9,0xcbded3f6,0xee9bdffc,0xbc220056,0x2a67b924,0xc78c829d,0xa87ab002,0xe0bfa503,0x319b3800,0xf0005d0f,0x6366046f,0xe504ff2f,0xf7323fe1,0xed6a0072,0xca22c817,0xe477b47b,0x7217779d,0xff10ffca,0xcbbed8f5,0xfea7df7c,0xab22105a,0x29f7b824,0xf78c828d,0xa87ac003,0xe03fa903,0x119938f0,0xf040600f,0x837a044f,0xe304ff29,0xf75236e1,0x4d7b00f2,0xcc227818,0xe427b37b,0x6221778d,0xfc102fd6,0xcb9edbf4,0xeea4df4c,0xae21905f,0x2a07b525,0x5789828d,0xa67ac003,0xe02fa202,0xc1933880,0xf0f0620f,0x637c045f,0xe504bf29,0xf77234e0,0x8d810002,0xd121b818,0xe3f7b37b,0x422f775d,0xf9104fd3,0xca8ed3f5,0x4e99deec,0xbf20f068,0x2a27b225,0xa786828d,0xa37ac004,0xe03f9102,0x818e3890,0xf180650f,0x4376046f,0xe6054f33,0xf7c233df,0xdd82ff62,0xdb214818,0xe3c7b27b,0x223b773d,0xfa10dfd0,0xc98ecef6,0x3e97de8c,0xc620406b,0x2a37b225,0xc785829d,0x9e7ab004,0xe02f8802,0x518a3830,0xf1c0690e,0xf36a045f,0xe904ff3b,0xf7622fdf,0x5d83ff72,0xe6219819,0xe3a7b27a,0xe24b76fd,0xf8114fca,0xc92ed8f6,0xde9cde5c,0xc71f6067,0x2a77b125,0xd78482ad,0x987aa005,0xdfff8302,0x518a36d0,0xf1f06c0e,0xb356048f,0xea03df3d,0xf7022bdf,0x2d8700c2,0xec234818,0xe3b7b27a,0xb25a76ad,0xf4117fbe,0xc9aee3f6,0x2ea1de4c,0xc91e805e,0x2a77b125,0xd78482cd,0x907a8006,0xdfdf7c02,0x818d3650,0xf1d0720e,0xb34504af,0xe6031f3e,0xf6f224df,0x1d8c0022,0xf9234818,0xe3c7b37a,0xa263768d,0xfb110fb0,0xc98ed8f5,0xfeaede9c,0xbc1e0050,0x2a17b125,0xd78582ed,0x877a5006,0xdfff7a02,0x918e3650,0xf180770e,0xd33604ff,0xe4029f3a,0xf73225de,0xad89fc43,0x0d202818,0xe3b7b37a,0x6272764e,0x0f0edfda,0xc8eec4f6,0x8ec1df3c,0xa51db03f,0x29b7b125,0xe785830d,0x7e7a3006,0xe01f7d02,0xb19135d0,0xf190780e,0x931a059f,0xeb024f33,0xf7d225de,0x0d86fa93,0x181eb818,0xe3a7b37a,0x028575de,0x190d601c,0xc8aecef7,0x8eccdf4c,0x9e1d8036,0x29c7b225,0xc785834d,0x7379f007,0xe02f7f03,0x319a35a0,0xf1d0740d,0xf2f7062f,0xf8014f39,0xf7d21bdd,0xbd86fa23,0x211dd818,0xe387b379,0xb294758e,0x190d601d,0xc8eedbf7,0xeecfdeec,0xa61df034,0x2a27b425,0x7787838d,0x6b79a007,0xe03f7f03,0x719d36b0,0xf1e0740d,0xb2dd06bf,0xfd008f3d,0xf7c21add,0x9d89f913,0x331c4818,0xe377b379,0x82a1756e,0x260d0024,0xc98ed3f7,0x0ed9deec,0x9d1e602f,0x2a17b525,0x478883ad,0x65797008,0xe01f8603,0x519b3780,0xf2706e0d,0x92bc07cf,0xfe009f3f,0xf7f21cdd,0x4d8bf8b3,0x431c0818,0xe347b279,0x72a5755e,0x370cf027,0xcaaed6f4,0xeed2de7c,0xa01e7034,0x2a17b625,0x278883dd,0x62794008,0xdfff8c03,0xc1a237a0,0xf2e06c0d,0x72a008af,0xff011f42,0xf85215dc,0x9d8bf913,0x461ca819,0xe307b179,0x729f755e,0x520d5018,0xcbfee1f1,0xfeceddfc,0xa11df038,0x2a07b624,0xf78983ed,0x62793009,0xdfff9104,0x01a736e0,0xf2906d0d,0x329c0900,0x03004f46,0xf8a20adb,0xdd8ef8b3,0x4c1c6819,0xe2f7b179,0x7298755e,0x7e0de012,0xcafee2f3,0x5ed4de1c,0x9d1d7033,0x2a17b724,0xe78a83dd,0x65795009,0xdfef9603,0xd1a33540,0xf200690c,0xf2a709a0,0x09ffbf50,0xf92200db,0x3d94f8f3,0x561c981a,0xe2c7b179,0xb28d759e,0x880ee021,0xc9ced5f5,0xded6de8c,0x9e1d3030,0x2a77b824,0xd78b83ad,0x6b79700a,0xdfdf9803,0xa19f3380,0xf140670c,0xe2b50a40,0x12006f5d,0xf961f2db,0x2d99fa23,0x581db81a,0xe287b079,0xf28075ee,0x7611702e,0xc9bec7f5,0xbed7defc,0x9b1d202b,0x2aa7b824,0xb78b837d,0x7479b00a,0xdfbf9c03,0xb1a13260,0xf0a06a0c,0xe2c80a60,0x1c014f65,0xf971dfdb,0xad9efd13,0x5320781a,0xe287b07a,0x3274762e,0x65107010,0xca1ebaf5,0x4edddefc,0x901d5027,0x2a77ba24,0x878d835d,0x7c79e00b,0xdfdfa203,0xd1a23260,0xf0306c0c,0xf2df0a50,0x20025f63,0xf941dcdc,0x8da1fe13,0x4d217819,0xe2b7b17a,0x526a765e,0x6f0e6009,0xc9aeadf5,0xdedcdedc,0x8f1dc029,0x2a47bb24,0x578e831d,0x877a100b,0xdfbfa003,0x619b32c0,0xeff06c0c,0xe2f60a10,0x1c044f5b,0xf8b204dd,0xed970253,0x4825a818,0xe317b37a,0x7260767e,0xa00e704a,0xc8ceaef6,0xced3de8c,0x991df030,0x2a37bc24,0x378f82ed,0x937a500c,0xdf7f9703,0x11953300,0xef40760d,0x03170970,0x1705af59,0xf7f236df,0x2d840793,0x3b2b1817,0xe327b47a,0xc25176de,0xbd0db08b,0xc86e84f7,0xced3de7c,0x951de030,0x29d7bb24,0x378e82ad,0xa07aa00d,0xdf5f9302,0xa18d3320,0xeea0830d,0x133a08d0,0x1a068f64,0xf7a23edf,0xfd7b06a3,0x292af818,0xe2e7b37a,0xd24776ee,0x8c0c607d,0xc5fe45f9,0x9ed8de2c,0x8b1db02e,0x2967bb24,0x378e827d,0xab7ad00d,0xdf6f9102,0xa18d3330,0xef30820c,0xa34308e0,0x2007cf70,0xf80243e0,0xad750453,0x1028c818,0xe2b7b27a,0xb24176ae,0x700c9060,0xc2fe3afa,0x3ec2dcac,0xa11de041,0x2987bc24,0x078f825d,0xb47af009,0xdfbfa002,0xc1903430,0xef40850c,0x635108d0,0x2108ef6f,0xf7b24ce0,0xcd6f0463,0x0628b817,0xe2f7b47a,0xb23e769e,0x640df03f,0xc1ee50f9,0x9eafdbdc,0xae1e304a,0x2977bd23,0xe790824d,0xba7b1006,0xdfcfaf03,0x11953580,0xeea0920c,0x43620870,0x1b09df69,0xf77252e0,0x7d6a0603,0x062a1817,0xe2f7b47a,0x9241768e,0x530e3018,0xc41e72f7,0x8eb9dbdc,0x9a1e4043,0x28f7bc24,0x078f822d,0xc17b3002,0xdf9fc203,0x41983610,0xee109b0c,0x136808c0,0x190a7f61,0xf7a25ddf,0xbd660673,0x0a2a6818,0xe297b37a,0x8244766e,0x530d4012,0xc67e92f7,0x3ec1dbfc,0x8b1e303c,0x2897bc24,0x078f822d,0xc57b4ffe,0xdf9fd403,0xa19e3610,0xedc09d0b,0xc35e0950,0x0d09af65,0xf7426fdf,0x6d640773,0x142b8819,0xe237b17a,0x7245766e,0x730ba029,0xc6deadf7,0xbebbdbdc,0x911e203a,0x2897be23,0xc791821d,0xc97b4ffa,0xdfafdf03,0x819c35f0,0xed309e0b,0x535009ff,0xfb08cf77,0xf77271df,0x3d6d09c3,0x1c2df81b,0xe1a7ae7a,0x6248764e,0x840a503a,0xc73ebef7,0xfebbdc3c,0x971d9031,0x28c7bf23,0x9792821d,0xcb7b4ff7,0xdfbfe203,0x119534f0,0xecf0a10a,0xb33d0b3f,0xfc087f6a,0xf7c27bde,0x2d6f0893,0x1a2d681c,0xe177ad7a,0x324d762e,0x730b4026,0xc80ed0f8,0x2ec0dc5c,0x9a1c502a,0x2937bf23,0x9792822d,0xc87b2ff3,0xdfdfe603,0x31963340,0xecf0aa0a,0x13210c4f,0xfc084f59,0xf80287dd,0x5d7005f3,0x162b581b,0xe1a7af7a,0x2250762e,0x640d5016,0xc92ee1f7,0x7eccdc4c,0x911a8021,0x29a7be23,0xc790826d,0xbe7aefef,0xdfcff303,0x919c3130,0xed10b309,0x73040d0f,0xf4074f52,0xf8228cdc,0xcd6c0383,0x1229081b,0xe187af7a,0x1252761e,0x590ea021,0xc96ee1f6,0xfedadc5c,0x8318e01a,0x2a17ba24,0x578d829d,0xb47aafea,0xdfc00203,0xb19e2f30,0xed70b608,0xe2eb0ddf,0xec05af4b,0xf7c280dc,0x1d7101b3,0x1527481c,0xe137ad7a,0x1253761e,0x5e0ed02d,0xc92edef7,0x3edddc5c,0x7f17701b,0x2a87b525,0x278782cd,0xab7a6fe7,0xe0001003,0xf1a22dd0,0xedf0b808,0xb2d90ecf,0xe2046f40,0xf7326fdb,0x8d7e00f3,0x1926281d,0xe0f7ab7a,0x424f765e,0x660ed01e,0xc90ed4f7,0xaedddc9c,0x7d16301f,0x2aa7ad26,0x3780832d,0x9c7a0fe4,0xe0801604,0xb1ad2cf0,0xee60b808,0x72cb0fbf,0xdc036f3a,0xf6626bda,0x8d7a0033,0x1b25181e,0xe097a97a,0x524e766e,0x60118fed,0xc94ed6f7,0x9ed8dd1c,0x84152026,0x2ae7a327,0x9775839d,0x8b798fe2,0xe1201004,0x91ab2bb0,0xeee0bb08,0x12c0106f,0xda01ff33,0xf5d277d9,0x7d63fef3,0x1923881f,0xe057a97a,0x624f767e,0x5e127fe4,0xc9fed7f6,0xded6dd9c,0x8a13f029,0x2b579529,0x1767843d,0x7678efe0,0xe1900b04,0x61a82a80,0xefc0c407,0x82b0104f,0xd200cf33,0xf62280d9,0x7d51fed3,0x1a22e820,0xe017a77a,0x4251766e,0x69112002,0xc9eee1f6,0x2edbdd7c,0x8912802b,0x2bd7892a,0x675b84fd,0x5d780fdd,0xe1c00904,0x71a929c0,0xf070d307,0x22a10faf,0xc4011f3b,0xf6d27ed9,0xed4bffa3,0x1b23a821,0xdfb7a679,0xf25c761e,0x7210c016,0xc8af01f6,0x5ee2dd7c,0x8411002a,0x2c27792b,0xc74c85cd,0x4b773fdd,0xe2500204,0x41a628a0,0xf220d406,0xd28c0fff,0xbc00cf3d,0xf6a27ad9,0xfd45ff23,0x18232822,0xdf87a579,0xc26075fe,0x78101023,0xc80f13f7,0x8ed0dcdc,0x910fe041,0x2cb7662d,0x3739867d,0x3d768fdf,0xe30ffd04,0x31a52720,0xf3b0d506,0xe27f0fff,0xb0004f48,0xf63262da,0x3d4bfe83,0x19222822,0xdf67a479,0xe25e760e,0x7a0d703d,0xc76f13f8,0x4ec1dc3c,0x930ef057,0x2d17502e,0xb724870d,0x35760fe0,0xe3afff04,0x81a92590,0xf430dc07,0x528b0f8f,0xa2006f5c,0xf5d23eda,0xdd5a00a3,0x1e237822,0xdf57a57a,0x025b762e,0x7c0c1043,0xc74f07f8,0x0ec5dcbc,0x7f0e9057,0x2d07392f,0xf70e879d,0x2c757fe1,0xe4200404,0xc1ad2450,0xf490dd07,0xe29e0f9f,0x9b00af6b,0xf52224db,0xbd660473,0x1f26a821,0xdf87a679,0xf25c761e,0x7c0b102e,0xc6fef9f8,0xaec5dd0c,0x6f0e9057,0x2cf72231,0x06f8884d,0x2474cfe1,0xe4900b04,0xd1ad22c0,0xf540d808,0x02ba112f,0xb6014f5c,0xf5023adb,0x5d580463,0x0c26c821,0xdf77a679,0xc26075ee,0x7409e022,0xc6aef9f8,0x8eb8dcec,0x700ea063,0x2d870d31,0xe6e388dd,0x1e743fe2,0xe5101404,0x81a820a0,0xf5e0d908,0x12e4129f,0xe1029f43,0xf51273da,0x5d3501e2,0xf124b822,0xdf37a579,0xb26275de,0x76099031,0xc6def3f7,0xaeaedcbc,0x710e6070,0x2dd6f532,0xc6cc893d,0x1973efe5,0xe5d01304,0x61a61f70,0xf6a0e108,0x23101300,0x0a043f2d,0xf532b9da,0x1d0c0072,0xda235821,0xdf67a679,0xd25e75fe,0x82097048,0xc6eee8f8,0x0eb2dc7c,0x680db076,0x2df6db33,0xa6b389dd,0x0d733fe6,0xe6600e04,0x81a81eb0,0xf780e508,0x33331330,0x26057f1c,0xf4a2edda,0x5cee0072,0xc723781f,0xdfa7a779,0xd25e75ee,0x7e093060,0xc5eeeef9,0x6eb2dc3c,0x660d107c,0x2e16bd34,0x86958adc,0xff724fe7,0xe6c00704,0x81a81d90,0xf870e808,0x43501340,0x36061f15,0xf35308da,0x8ce0ffc2,0xbb23781f,0xdfa7a879,0xd25e75de,0x7c08d066,0xc46ee8fa,0x6eb3dc1c,0x620c7083,0x2e469135,0x766a8c1c,0xee710fe9,0xe7300004,0xd1ad1cb0,0xf970e708,0x43651350,0x3f064f11,0xf2430cda,0xdce00002,0xb323f81f,0xdfb7a879,0xe25b75ee,0x72093047,0xc46ed9fa,0x6eb5dbec,0x5d0be08d,0x2e965636,0x76318d9c,0xdd6f9fea,0xe7a00205,0xa1b41c10,0xfa60e208,0x03731370,0x4106bf1a,0xf1a30bdb,0x6cdf00d2,0xae249821,0xdf17a57a,0x1256761e,0x81090010,0xc49eccfa,0xbeb9dbdc,0x590bb096,0x2f660637,0x85e28fec,0xc76d4feb,0xe7f00805,0x71ac1ac0,0xfb50e407,0xe37d1320,0x38073f2c,0xf1d30ddc,0x3cdc0222,0xae259826,0xde27a07a,0x1256760e,0xb5065ff3,0xc39eddfb,0xbecedbec,0x480b20a2,0x2fc59538,0x7573922c,0xb66b1fec,0xe8700604,0x919b1990,0xfc20e707,0xa38312b0,0x2e072f3a,0xf17306dd,0x5cdb0362,0xb126682a,0xdd27997a,0x0257760e,0xe202dfdf,0xc30eecfc,0x2ee4dc0c,0x3b0ac0b6,0x30250439,0x34e4937c,0xad69cfed,0xe8d00102,0xd17c1860,0xfc80d906,0x338212f0,0x30068f5a,0xf182f2de,0xacd80562,0xb7279830,0xdc07927a,0x0257760e,0xfdff0fc7,0xc36eeffb,0x9ee8dc0c,0x4f0c30d9,0x32047c39,0x745d943c,0xa9690fed,0xe92002ff,0xd14617e0,0xfc60cc04,0x938712d0,0x3105af71,0xf142cedf,0xacd907b2,0xc128c838,0xdad78a7a,0x2255762f,0x0afb5fab,0xc3beeafa,0xeeeddc9c,0x620e70f9,0x33f3e939,0x63cb93ac,0xad698fee,0xe99003fd,0x71181a30,0xfbc0d303,0xe39c1160,0x2e04ef79,0xf082ade0,0x4cd908b2,0xcd28d83f,0xd9c7827a,0x3253764f,0x18f83f94,0xc3dee5fb,0x2f0fddcc,0x500fa10d,0x33f35639,0x233a90ec,0xc06c4fef,0xea2003fd,0x61131fb0,0xfb20dc03,0x43b20fe0,0x2d048f86,0xf01290e0,0xbce008d2,0xd7289844,0xd9077c7a,0x2254763f,0x26f5bf88,0xc38edffb,0xcf2bdeec,0x4510e123,0x33b2e338,0xa2c98f1c,0xd06e0ff0,0xeab000ff,0x513423f0,0xfaa0df02,0x93c90ec0,0x2e045f90,0xf0026ee0,0xfcef0a22,0xdd296847,0xd897797a,0x1257761f,0x29f3bf80,0xc48edbfa,0xef37dfec,0x4812213f,0x33d28837,0xf270906c,0xc66ccff1,0xeb6ffb01,0xd1582260,0xf990e301,0xe3ec0d70,0x3203bf9a,0xf0c245e1,0x3cfd0ba2,0xe429f845,0xd8c77b7a,0x0259760f,0x26f36f72,0xc58ed5f9,0xff43e15c,0x4c12f156,0x33e23f37,0x322896bc,0x9f668ff3,0xec2ff303,0x716b1c30,0xf880e501,0x44130c20,0x3a04bfb0,0xf14224e1,0x7d050a62,0xe2285841,0xd937807a,0x2255763f,0x24f3cf68,0xc44ed0fb,0xef49e2bc,0x53142164,0x34220d36,0xa1f8a9bc,0x6d53bff5,0xec8fe804,0x517415e0,0xf820e501,0x04290b40,0x3c066fbf,0xf1c20de1,0xfd150942,0xd926e83d,0xd9b7857a,0x524f767f,0x20f43f5f,0xc2dec3fc,0xdf4ae36c,0x5a16916e,0x34d1ec36,0x11d7d17c,0x722c5ff7,0xeccfdb04,0xf17810d0,0xf860e501,0x04320ac0,0x3a07efb1,0xf0d202e2,0x5d1e0a12,0xd4279839,0xda378a7a,0x4250765f,0x1af55f53,0xc2beb0fd,0x8f4ae36c,0x5e18b16d,0x34f1d935,0xc1c5e94c,0xd1152ff9,0xecefd104,0x01660ce0,0xf8c0e601,0x54300a80,0x3708bf9a,0xef5209e2,0x2d1b0bf2,0xcc291835,0xdaa78d7a,0x0258760f,0x13f70f55,0xc45eb9fc,0x0f4ce33c,0x601a3163,0x3451dc35,0xd1c8f01d,0x230edff9,0xeccfc701,0xb1420b70,0xf910e401,0xe4280aa0,0x3508df94,0xef8217e1,0xad160b32,0xc128b832,0xdb279179,0xe25b75ff,0x01f91f6a,0xc50ecdfa,0xbf46e30c,0x661b0163,0x3391ee36,0x21d9efcd,0x1b0f1ffa,0xecdfbb01,0xd1400dc0,0xf920e002,0x541c0ab0,0x32083f91,0xeef21de0,0xed110952,0xbd27482e,0xdbc7957a,0x0259760e,0xe2fc1f83,0xc51ed6fa,0x6f41e30c,0x6c1a516b,0x32c20136,0x71ebee3d,0x05108ffb,0xecffb202,0x914710a0,0xf880e102,0x44130a30,0x3206df96,0xeec221e0,0x0d0b08c2,0xc226c82a,0xdc879a79,0xe25b75fe,0xc6ff6f9f,0xc5eedefa,0x5f49e39c,0x7118c169,0x32521136,0xb1fbed9c,0xfe111ffb,0xecdfab02,0x113b11f0,0xf7c0e002,0x040709d0,0x33055fa3,0xeff22adf,0x2d040882,0xc926b826,0xdd279f79,0xe25c75ee,0xb2029fbd,0xc6bedef9,0xff51e43c,0x7817a165,0x32321b36,0xe205ed0c,0xf611affc,0xecafa001,0xc1331340,0xf7a0df02,0x33ed09d0,0x2a045fac,0xf1023ade,0xccfe08d2,0xc9276822,0xddd7a379,0xe25b75fe,0xa405cfe0,0xc71edef9,0x1f55e4ac,0x7b16a165,0x31e21736,0xd201ec6c,0xee123ffd,0xecbf9902,0x41361490,0xf7f0de02,0x93c909e0,0x1f046fa1,0xf1524cde,0x6cf50912,0xc528781f,0xde77a779,0xf25975fe,0x9008c006,0xc75ee8f9,0x3f56e4ec,0x7c164166,0x31d20336,0x91eeec3c,0xeb126ffd,0xec8f8f03,0x013c1520,0xf810dc02,0xd3a609d0,0x16051f8d,0xf0c255dd,0xfcee0832,0xc728681d,0xded7aa79,0xe25a75ee,0x720ae00b,0xc81eeff8,0xff52e59c,0x81166163,0x3201dc36,0x01c9ecbc,0xf111effe,0xec6f8403,0x413b1560,0xf800de02,0xe3820960,0x0e04cf8a,0xf0e250dd,0x9cee0772,0xd027981d,0xdeb7aa79,0xe25c75ee,0x5d0b8003,0xc99ee9f7,0xef52e68c,0x8316b158,0x3271b335,0x31a0ed6c,0xf9114ffe,0xeccf8103,0x41361550,0xf7e0e102,0xe35c08d0,0x0903ff84,0xf17245dd,0x1cf30692,0xd827281e,0xde87a979,0xd25c75de,0x430beffb,0xc9cee8f8,0x6f55e75c,0x84171148,0x33119034,0x717fee7d,0x05105ffe,0xed0f7c03,0x413314f0,0xf7d0e703,0x13330860,0x02034f7b,0xf20252dc,0x9cea0662,0xdd27581f,0xde27a779,0xd25e75de,0x470b5ff2,0xc9aeeaf8,0x7f58e83c,0x8216c13a,0x32f17333,0xc164ef7d,0x120f6ffe,0xecff7203,0x412e1510,0xf810e803,0x23020840,0x00029f74,0xf2b27ddc,0x9ccd06c2,0xdf27f820,0xddf7a679,0xc25f75de,0x6d0b5ff5,0xcaaee6f6,0xff51e90c,0x8b168130,0x33015432,0xc146f08d,0x230e7ffe,0xed1f6603,0x312e14f0,0xf820e803,0x32d207df,0xf801bf74,0xf3b286dc,0x8cc80942,0xe22ac821,0xddb7a679,0xc26075ce,0x760bfffc,0xcc2ee9f5,0xff48ea0c,0x8e16a121,0x33513131,0x7125f19d,0x370d7ffe,0xedcf6203,0x21341430,0xf830e703,0x42a206ef,0xe300ef7c,0xf47261dc,0x3ce10bc2,0xec2e0822,0xdd57a479,0xc26075ce,0x730cbff6,0xcb4ef1f7,0xcf45eb0c,0x8e169114,0x33511730,0x510cf28d,0x480caffe,0xee1f5b03,0x313a13c0,0xf7f0ea03,0x2275065f,0xe3008f6f,0xf47258db,0xdce70b32,0xee2e6822,0xdd57a479,0xb26175ce,0x780d3fee,0xca2efbf9,0x2f49ec3c,0x8d1630ff,0x3381012f,0x30f8f37d,0x5c0bcffe,0xee6f5503,0x31411340,0xf790ec02,0xe249068f,0xed004f5a,0xf4d26edb,0x2cd508b2,0xf12cb823,0xdd27a379,0xb26275be,0x810d5fed,0xcaeefef7,0xef4eedac,0x8c1600e6,0x33d0eb2d,0xe0e4f49d,0x780adffe,0xeedf5303,0x014512a0,0xf770e802,0xd21f071f,0xf1ffcf3b,0xf54277da,0x5ccb05e2,0xf72b0824,0xdcd7a279,0xa26475be,0x810d7fe2,0xcb1f03f7,0x9f4aef0c,0x8d15e0d2,0x33e0d52c,0x70d0f58d,0x920a0ffe,0xef8f4f02,0xb13c1190,0xf760e102,0xc1fb07cf,0xf6fecf1f,0xf5627ad9,0x9cc40422,0xfe2a4826,0xdc779f79,0xa26475be,0x820cffdb,0xcacf0af8,0x7f45f05c,0x8e15b0c0,0x33f0c22a,0xf0bff68d,0xb2093fff,0xf02f4e02,0x21311090,0xf760d502,0xa1dc088f,0xfdfdaf0c,0xf5a28cd9,0x1cb401d3,0x0728f827,0xdc279e79,0xa26475be,0x8a0a6ffc,0xca8f0bf9,0x3f3ef19c,0x8f15a0b1,0x3420af29,0x40aef79d,0xd6085fff,0xf0df5101,0x81220fb0,0xf7b0c602,0x71bf090f,0xfefd0f00,0xf67297d8,0xeca8fee3,0x18272828,0xdbf79d79,0x626a758e,0x9009e00c,0xc9ff19fa,0xcf34f2bc,0x9215a0a6,0x34509b27,0x209df88d,0xfc079fff,0xf1cf5200,0xf1110f30,0xf810b802,0x31aa08df,0xfcfc6f00,0xf76291d9,0x3ca7fe63,0x24270828,0xdbf79d79,0x7269758e,0x910a2010,0xc9cf23fb,0xbf2ff3bc,0x9015509b,0x34608724,0xb08cf98e,0x2906cfff,0xf32f5a00,0x40fb0ed0,0xf850b102,0x21a0088f,0xfbfbdefe,0xf7b29dd9,0xdc9afee3,0x22278826,0xdc279f79,0xc26175de,0x970a8010,0xca6f22fb,0x6f35f4ac,0x8614508f,0x34007722,0x607efa7e,0x58060fff,0xf44f66ff,0x50dd0e50,0xf8d0a902,0x119b08b0,0x01fcbef7,0xf792b7da,0xac82ff53,0x1627e825,0xdc57a179,0xd25f75fe,0xa60bd00e,0xcb1f24fa,0xef3cf55c,0x7d139086,0x33e06820,0x2072fb5e,0x88055000,0xf52f71fe,0x50bd0de0,0xf9809f01,0xd1980880,0x05ff2efa,0xf7a2badb,0xac7d0103,0x0d28f824,0xdc77a279,0xd26075fe,0xaf0d9ffd,0xcb4f25fa,0x2f3df58c,0x78135081,0x34105b1d,0xc067fc1e,0xb804c000,0xf65f7dfd,0x80a00d80,0xfa709701,0xc19b0870,0x06016efe,0xf6f2bfdc,0xcc790282,0xfe29e823,0xdc87a279,0xe25e75fe,0xb00deff2,0xcb8f15f9,0x0f3cf5ac,0x72132080,0x34204e1b,0x305dfcde,0xea042000,0xf7af87fc,0x907e0d00,0xfb408b01,0xc1ac0850,0x02034f09,0xf622bedd,0xec7e0322,0xf12a5823,0xdc97a37a,0x1258762e,0xb50c6fee,0xca2f13f9,0x4f35f5cc,0x6d132081,0x34104418,0xf054fd6f,0x1903a000,0xf85f8dfb,0xc05e0ce0,0xfbc08101,0xd1cb075f,0xf8053f24,0xf5c2acde,0xfc8c0542,0xea2c1823,0xdc87a37a,0x5251766e,0xb40aaff2,0xc90f03f9,0xbf30f5dc,0x6913107f,0x34003d17,0x304efdef,0x3f033001,0xf90f92fb,0x50460ce0,0xfc407e01,0xe1f006af,0xf3074f38,0xf572ade0,0x0c8e0812,0xda2e4822,0xdca7a47a,0x724c769e,0xb709d00e,0xc8feeff9,0xbf2ef5ac,0x6413007c,0x33e03715,0xc049fe3f,0x6102d001,0xf9df95fb,0x00300c90,0xfcd07f02,0x021d062f,0xf1093f4a,0xf4d2abe0,0xfc900b32,0xc6305821,0xdcc7a57a,0xc24276de,0xc60a400e,0xc8fee8f9,0x9f2ef55c,0x5d130079,0x33b03214,0x6045fe8f,0x82028001,0xfa9f96fa,0xa0190be0,0xfd907602,0x024a059f,0xeb0a5f69,0xf3c287e1,0xfca20f72,0xb533581f,0xdd17a87b,0x1237771e,0xc30bfff1,0xc8dec5f8,0xff25f49c,0x5c133081,0x33a02f13,0x6042fecf,0x9b024002,0xfb5f97fa,0x80130bd0,0xfeb06e02,0x527905ff,0xea0c3f65,0xf33274e2,0x9cab0fb2,0xa833481c,0xddb7ac7b,0x3232773e,0xa30d2fde,0xc89ea8f8,0x5f20f36c,0x54130091,0x33102d12,0xb040feef,0xb0021002,0xfc5f9ffa,0x30080c40,0xff807a03,0xa2b9057f,0xe10e6f59,0xf30286e2,0xec9d0e42,0x9f31d81b,0xddd7ac7b,0x622b776e,0x960c1fe4,0xc72eb2f8,0x8f42f26c,0x2d120091,0x31802a12,0x203dff1f,0xc801d003,0xfd5fb7f9,0x7ff30c50,0x00407d03,0xd2f2046f,0xd40f5f6c,0xf0a280e3,0x8c9d10c2,0xa133781c,0xdda7ac7b,0xa22277be,0xb60aefe9,0xc6aec7f7,0x4f4ef16c,0x1f11b09a,0x31402911,0xd03cff3f,0xd801b004,0xfe0fc2f8,0xffe20c10,0x01607303,0x0318050f,0xe10f0f6f,0xf1128de3,0xfc9b1252,0x9b34f81c,0xdda7ac7b,0xb21f77ce,0xd10b4fff,0xc81ecef5,0xaf2fefec,0x371210b2,0x32002911,0xa03cff5f,0xe6018004,0xfe5fb3f8,0x7fd30bd0,0x02507502,0xd338054f,0xeb0dbf68,0xf33288e3,0xfc9d1242,0xa034e81b,0xddd7ae7b,0xa22277ae,0xd00bd021,0xc97ed3f4,0x3f2aeeac,0x3c1190be,0x32002911,0x903cff6f,0xf2017005,0xfe8faff8,0x2fc80bc0,0x03107402,0x7353058f,0xf30d3f67,0xf3a27ae3,0xac9c10e2,0xaa33b81a,0xddd7ae7b,0xb21f77be,0xdd0cc019,0xc79ebbf5,0x3f27edac,0x3f1150c5,0x32402911,0x903cff80,0x02014005,0xfedfb3f7,0xefbe0b90,0x03a06d02,0x0366062f,0xfb0e5f68,0xf35283e2,0xec8d0f02,0xac32b81b,0xddb7ad7c,0x4209786e,0xdd0d2026,0xc21e5df7,0xef1cecfc,0x481180cd,0x32a02911,0x803cff90,0x0c013006,0xfedfb4f7,0xafb60b90,0x04306901,0xc36a069f,0xfb0e5f6d,0xf2e28ce2,0x6c8e0da2,0xad32181b,0xdd77ad7c,0xb1f678ee,0xc806b074,0xbbee05fa,0x1f18ec4c,0x4c1100d8,0x32c02a11,0xa03dff90,0x0e012006,0xfecfb6f7,0x9fb10c00,0x04306701,0xa36b070f,0xf90e2f6d,0xf23286e2,0x0cab0d12,0xad31f81a,0xde17ae7c,0xe1ed791e,0xa3ffa0c6,0xb81ddffb,0xdf12ec0c,0x501060d7,0x32c02b12,0x003eff90,0x14011006,0xfecfb7f7,0x7fad0ca0,0x03d06801,0x9365076f,0xfb0e3f69,0xf22279e1,0x7cc70c22,0xa9317819,0xded7b17c,0xf1eb792e,0x78ff40c9,0xb6dde3fc,0xef0fec0c,0x540fa0ce,0x32a02d12,0xb040ffa0,0x18011007,0xfe9fb7f7,0x7fa90d40,0x03506b01,0x6354079f,0xfe0d2f61,0xf2e270e0,0xecd20b12,0xa6307818,0xdf77b27c,0xd1f0790e,0x6a06c06c,0xb8ddfbfb,0xdf15ec1c,0x550f50c5,0x32b03013,0xb043ff90,0x16011007,0xfdffbdf7,0x7fa80d90,0x02606b00,0xf33f07df,0xfc0bef58,0xf34272e0,0xbcd10b62,0xad303817,0xe017b37c,0x91fb78ce,0x6d0aa04a,0xbe7e2ff8,0xef19ec6c,0x5b0f90b8,0x33003514,0xe047ff90,0x12012006,0xfd4fc1f7,0x9fa90d90,0x01506b00,0xa324082f,0xf60cbf51,0xf16276e0,0xdcc80cd2,0xb130f817,0xe087b47c,0x420a786e,0x680b403a,0xc36e70f8,0xbf1becec,0x601030ab,0x33603916,0x104bff80,0x0a013004,0xfcdfbcf7,0x4fb20e10,0x00206f00,0x6308080f,0xef0dcf4e,0xf0c27ce0,0xfcc00d52,0xac310817,0xe0b7b37b,0xc21e77de,0x660c0033,0xc74e9cf8,0xaf1fedac,0x6010e09e,0x33903d17,0x204eff7f,0xfd015002,0xfc5fb4f6,0xffbc0e50,0xff406aff,0xd2eb08af,0xf30caf4a,0xf2d293e0,0x9caf0c12,0xa6302818,0xe0c7b17b,0x522c776e,0x7d0c903e,0xc8bea3f9,0xbf1bedfc,0x6b11e09c,0x34404318,0x7053ff6f,0xec017001,0xfb9faef6,0xcfc80ea0,0xfec05ffe,0xf2cb098f,0xf80a9f46,0xf512b7e0,0x3c9b0a42,0xac2f1818,0xe127b17b,0x3231774e,0xb50cc048,0xc96eccf9,0x4f11eddc,0x811360a8,0x35704819,0xc058ff3f,0xd301bfff,0xfaffabf6,0xafd50ec0,0xfdc05efe,0xa2bb092f,0xe608cf44,0xf562a8df,0xdca70b42,0xbf301817,0xe1e7b47b,0x2235772e,0xd80c904c,0xca2ee4f7,0xcf1cee3c,0x8314d0ab,0x36204e1b,0x205cfeff,0xb3020ffe,0xfa6faff6,0x8fe20eb0,0xfc8055fe,0x12b3095f,0xdb07df3b,0xf58273df,0x7cc80c32,0xc3310817,0xe1c7b37b,0x0238770e,0xd10b001d,0xc9aee9f8,0xbf1ceedc,0x8e1670ab,0x3750551c,0x9062febf,0x95025ffd,0xf9bfaff6,0x6fed0eb0,0xfb604afd,0x32ab094f,0xcc077f48,0xf6e243df,0x7ce80d82,0xc2328819,0xe0a7b17a,0xd23e76de,0xc307ffe9,0xc89ef6f9,0x0f1aef3c,0xa217b0ab,0x38c05e1e,0x3069fe8f,0x7e029ffd,0xf8bfb1f6,0x3ff50f00,0xfa5047fc,0x92a7084f,0xae068f5b,0xf76221df,0xad051012,0xc034d81a,0xdfc7af7a,0xa244769e,0x9d065fe1,0xc76f0cf9,0x3f23ef5c,0xae1820a8,0x39c06820,0x0072fe5f,0x6b02cffd,0xf79fb5f6,0x7ff90eb0,0xf97048fb,0xe29f071f,0x95067f5f,0xf6b21adf,0x5d0e10b2,0xb635681b,0xdf07ae7a,0x9245768e,0x7e072ff9,0xc68f19f9,0x9f2eef5c,0xb81750a5,0x3a307121,0xa07afe2f,0x5902fffd,0xf67fb4f7,0x3fff0e90,0xf89047fb,0x4298066f,0x88073f5e,0xf6421fde,0x5d0e0f92,0xab34581b,0xde47ad7a,0xa243769e,0x8b086009,0xc58f28fc,0x3f31ef7c,0xc516109d,0x3a707a22,0xf081fe0f,0x4e031fff,0xf55faff8,0x20070f40,0xf7e042fa,0xb28c05ef,0x7f06df55,0xf58223dd,0x2d0b0e42,0xaa33481e,0xdd27a97a,0xb24276ae,0xac09600c,0xc55f26fc,0x7f36ef7c,0xd114f098,0x3aa08424,0x708afdef,0x42033000,0xf43faef8,0xe00d0fe0,0xf6e02efa,0x928105ff,0x74060f5a,0xf55218db,0xfd0c0e32,0xb632f823,0xdba7a27a,0xa24476ae,0xc409e009,0xc57f31fb,0xaf39f09c,0xd3155092,0x3b008925,0x108efdcf,0x38034001,0xf39fb6f9,0x400c0ff0,0xf66011fa,0xa262062f,0x6b059f6a,0xf521f1db,0x3d260e02,0xbf330828,0xda379c7a,0x9246769e,0xcc09a00d,0xc52f39fc,0xbf2cf1cc,0xda166092,0x3b808b25,0x408ffdcf,0x35035003,0xf31fbbf9,0x60040fb0,0xf62001fa,0xd23b055f,0x6104ef77,0xf481c0db,0x3d4c0f52,0xca34082b,0xd907987a,0x524d765e,0xd108a016,0xc68f2dfb,0x5f25f28c,0xdb16508f,0x3b608c25,0x6090fdbf,0x33035004,0xf2bfbbf9,0xb0010fb0,0xf5aff9fb,0x0217042f,0x5f03ff83,0xf471a5db,0x0d611032,0xd534582a,0xd8b79b7a,0x1256761e,0xe507f022,0xc7df27fa,0x1f22f3bc,0xd5162082,0x3b108a25,0x208efdcf,0x35035005,0xf28fb6fa,0x0ffe0f80,0xf4eff4fb,0x41f5040f,0x6c02ff78,0xf5219ada,0x1d710d72,0xde31c827,0xd8979d79,0xe25c75ef,0x0907602f,0xc8cf20fa,0x2f20f53c,0xcf16306d,0x3ad08624,0xb08bfdef,0x3f033005,0xf24fb8f9,0xf0010fd0,0xf42ff1fb,0xc1d605af,0x84023f4f,0xf5d1c1d7,0xfd5b06e2,0xda2c1828,0xd8079d79,0xe25c75ff,0x3f069044,0xc9ef0cfa,0x8f21f6cc,0xc3164056,0x3a308124,0x2087fe1f,0x4e030005,0xf20fbef9,0xd0011030,0xf37feffc,0x61b3077f,0x9a011f2a,0xf631f8d5,0xcd310142,0xd026d82f,0xd6579379,0xc26075df,0x7a040053,0xcb3f15fa,0x3f24f84c,0xb215f039,0x39407c23,0x8083fe5f,0x6a02c005,0xf1cfc4f9,0x8ffd10c0,0xf35fe7fc,0xd18007cf,0xa2ff8f22,0xf6e1d8d4,0xad48ffe2,0xd725083d,0xd4178379,0x626b757f,0x90012059,0xcc8f27f9,0xcf1bf96c,0xa916402a,0x38c07722,0xc07efe8f,0x7d029005,0xf19fc6f9,0x5ffd1110,0xf3cfd6fd,0x114707ff,0xa9fddf29,0xf7e1a2d4,0x5d72ff12,0xe423a845,0xd2b77a78,0xb27c74df,0x9d018063,0xcdbf3df9,0xdf06fa2c,0xa917502b,0x38a07322,0x007bfe9f,0x86027005,0xf15fc5f9,0x50011110,0xf3ffccfd,0x711f087f,0xb4fb8f2c,0xf8d188d3,0x3d7ffc42,0xeb20484c,0xd1977377,0xd291740f,0xb803506a,0xceef62f9,0x0ef8faec,0xa2181024,0x38206f21,0x5077febf,0x96025005,0xf12fc3f9,0x300210f0,0xf3bfccfd,0xf0fd088f,0xbdfa1f28,0xf98165d2,0x7d99fa22,0xea1db85a,0xd0076477,0x729a739f,0xc503905a,0xcf3f76f8,0x7ef3fbdc,0x96183012,0x37706b20,0xb074feef,0xa9022005,0xf0ffc0f9,0x000210d0,0xf34fcefe,0x60e0082f,0xc2f8ff2d,0xf9e12fd2,0x6dcdf892,0xea1c586a,0xce775277,0x429d737f,0xc8014078,0xcf2f76f9,0x2ef1fcbc,0x8a18b003,0x36c06920,0x4072feff,0xb4020005,0xf0cfbff8,0xd0021070,0xf30fcefe,0xc0cd07ff,0xc3f6df31,0xfaf0f1d2,0x6e07f682,0xf01ab876,0xcd674676,0xe2a4731f,0xc4fe00a8,0xcfbf91fa,0x5ef0fd2c,0x7f19a001,0x36406820,0x4072feff,0xae021005,0xf0afc3f8,0xc0040fd0,0xf2cfd2ff,0x10bc077f,0xc4f41f30,0xfce0cad2,0xbe2cf5a2,0xf61a0882,0xcc673a77,0x32a0736f,0xc9fcb0a8,0xcf9f97fb,0x5eeffd5c,0x7619c002,0x35c06920,0x6073fedf,0xa3023005,0xf07fc6f8,0xe00c0fa0,0xf2efceff,0x30a4071f,0xcbf31f2d,0xfd90add3,0x5e46f713,0x001b088f,0xcba72c77,0xb29673ff,0xe4fcb0a0,0xcf1f7ffb,0x2eeafd4c,0x7219d007,0x35906a20,0x7073fecf,0x9d024005,0xf04fcbf8,0xe0100fb0,0xf32fc7ff,0x308b071f,0xd4f37f28,0xfd3090d3,0xae62f7f3,0x0a1b489e,0xcb071c78,0x02917440,0x07fd909f,0xd02f67f9,0xeee3fd0c,0x6f1a4010,0x35806b20,0xa074fecf,0x9d024005,0xefffd2f8,0xa00f0f90,0xf2efc8ff,0x607c069f,0xd9f36f38,0xfd8086d3,0xbe79f803,0x161b28bd,0xca06fb78,0x328d7470,0x1bfd20af,0xd36f60f7,0xbee5fd2c,0x671a700e,0x35206c20,0xc075fecf,0x9e024004,0xefdfdbf8,0x600c0f70,0xf29fc3ff,0x7076068f,0xe2f38f4f,0xfe4082d3,0x4e91f6c3,0x1a1a18e5,0xc906d278,0x328d7480,0x2ffc00d9,0xd69f7bf5,0xcee1fd7c,0x611a6009,0x34e06b20,0x8074feef,0xa8022004,0xf00fe5f7,0xfff90fb0,0xf27fb3ff,0x7070075f,0xf0f39f5d,0xfeb077d2,0x5eadf543,0x1218f909,0xc846ad78,0x728774c0,0x39fbc105,0xd81f88f5,0x1ed2fd9c,0x601a2012,0x34f06920,0x2073feef,0xac022003,0xf04fedf7,0x8fda0fc0,0xf2afa5ff,0x6069078f,0xfcf4af65,0xfee062d1,0xeecaf593,0x12194921,0xc7c69578,0xe27e7520,0x2ffca122,0xd8ef85f4,0x5ec3fd7c,0x5f18e02c,0x3570661f,0xa070febf,0x90026002,0xf0eff2f7,0xbfd40e00,0xf29f9dff,0x60680730,0x05f82f5f,0xffe047d1,0xbeebf6d3,0x161a192a,0xc7a68d79,0x22787560,0x1ffdf142,0xd9df7ff3,0x1ebbfd6c,0x5d16d048,0x3600631f,0x206efe1f,0x4f030002,0xf18ff7f9,0x0fee0b70,0xf25f96ff,0x906d0700,0x08f8df81,0x008024d1,0xcf16f873,0x181af922,0xc7c69579,0x627175a0,0x09ff8164,0xda2f6cf1,0x7eb1fd9c,0x59159061,0x36605f1e,0x706bfcfe,0xf1040001,0xf25ff8fa,0xf01d0a90,0xf22f9100,0x20740680,0x02f5ffb1,0xfeb005d2,0x5f3dfbb3,0x1e1ce915,0xc806a179,0x726f75bf,0xf100a172,0xd97f5ff0,0x7ea8fdac,0x52153076,0x36905b1d,0xb067fb7e,0x8e054001,0xf33ffbfc,0x70430a60,0xf23f9200,0xa07705ff,0xfbf69fae,0xfd600bd2,0xef410023,0x1c1fb8ff,0xc866b879,0xb26875ff,0xe7016173,0xd75f55f1,0xdea3fd4c,0x4b14b082,0x36c0591d,0x4066f9de,0x34068000,0xf3fffefd,0xa0600a10,0xf2ef9500,0xf070061f,0xfffa6fa2,0xfca03bd2,0xcf1d03e3,0x0a2168ec,0xc8c6cc79,0xe263762f,0xe001f17c,0xd5df36f1,0x7e9dfc5c,0x4814008a,0x3710561c,0xb064f83d,0xec07d000,0xf4effafe,0x90770960,0xf3bf9701,0x306c0640,0x03fdcfba,0xfc508ad2,0xdee607d2,0xf82378d9,0xc946df79,0xa26875ef,0xdc02019e,0xd5bf29ef,0x1e97fb5c,0x46133082,0x3750531c,0x0061f73d,0xc908afff,0xf5dff5ff,0x30850880,0xf44f9a01,0x80740610,0x05002fd1,0xfc50e2d3,0x4eab0d32,0xec2738c7,0xc9c6f179,0x926975cf,0xe601d1d5,0xd82f36ec,0x3e97fa5c,0x4312406c,0x3770511b,0xa05ff6ed,0xbe08efff,0xf69ff5ff,0x70870800,0xf4cf9c01,0xc0830670,0x0a022fda,0xfc613bd3,0x8e7111e2,0xdd2ab8be,0xca06f979,0xd263760f,0xfa014210,0xdb5f2be9,0x6e97f92c,0x42114056,0x37a0501b,0x705ef70d,0xc308cfff,0xf74ff7ff,0x60800840,0xf56f9a02,0x009d0750,0x11038fd9,0xfc618ed3,0x5e3c13c2,0xcb2c38bc,0xca36fb79,0xb26675d0,0x0b015242,0xdc4f30e7,0xde8ef79c,0x46103041,0x3800501b,0x505ef7bd,0xda084fff,0xf7fff1ff,0x807d0800,0xf5df9d02,0x50c80880,0x1c046fca,0xfc51b3d2,0xce281332,0xba2bd8b8,0xca56fe79,0x926875b0,0x0b025276,0xdcbf33e6,0xce85f5dc,0x4d0e8026,0x3860521b,0xc060f8fe,0x0f073fff,0xf8eff000,0x609805e0,0xf5cf9f02,0x81050970,0x2b04bfbf,0xfc71add2,0x3e3b1152,0xb12a98ad,0xcaa70a79,0xc26275e0,0x0d0332b0,0xdd3f24e5,0xde81f44c,0x550cf012,0x38d0551c,0x6062fa3e,0x49064fff,0xfa2ff001,0xa0c50490,0xf56fa202,0x915809a0,0x3d040fc2,0xfc718cd2,0x3e680f02,0xb229589d,0xcb271c79,0xf25c7600,0x100392d8,0xdcaf0ce5,0x5e87f2ec,0x5a0d1021,0x3990561c,0x9063fa4e,0x51063fff,0xfb8ff201,0xe0cc03d0,0xf5dfa802,0x719f0970,0x52040fbf,0xfc518ed2,0x5e6f0ef2,0xa4296897,0xcb672179,0xc25f75c0,0x0d0482e5,0xdd8f09e4,0x7e94f12c,0x5c0d704e,0x3a40531c,0x2061f9ee,0x3d068ffe,0xfceff501,0xb0c20290,0xf78fa902,0x21c409d0,0x68049fb1,0xfc61c2d2,0xee471022,0x892a68a5,0xcaf71179,0x52697540,0x070512db,0xdf3f1be3,0x7e86ef1c,0x6c0c5071,0x3ac04d1a,0xd05bfa3e,0x4b064ffe,0xfecfe501,0xa0be02a0,0xf8efb001,0xe1e009b0,0x76051fa2,0xfc41f8d3,0x9e1a0d22,0x7528f8b1,0xca970578,0xf27174ef,0xfd04c2b4,0xdb6f2ee5,0x2e71edec,0x7d0ad082,0x3b104519,0x1055fa9e,0x6105fffd,0x015fc601,0x80b60300,0xf9dfba02,0x31f40920,0x7805ff94,0xfc220ed3,0x1e0308a2,0x6d26a8c0,0xca26f578,0x727d745f,0xf703028d,0xd30f89e8,0x4e67ed2c,0x800a3096,0x3ae03e17,0x404fface,0x6c05dffd,0x033fa601,0x30a60270,0xfa4fbc02,0x72060920,0x78062f8d,0xfc4205d2,0xee0a06d2,0x6125b8da,0xc966da78,0xb27774af,0xe900926e,0xd2cf86ec,0x3e64ecfc,0x830a20a1,0x3b103815,0xe04afb0e,0x7b059ffd,0x042f8a00,0xe09801c0,0xfa8fb102,0x72100940,0x7805cf8d,0xfc61e7d3,0x7e2006e2,0x50253905,0xc886ae79,0x8264757f,0xd5fe924e,0xd8ef44ef,0x8e63ecfc,0x910aa0a6,0x3bc03815,0xc04afb5e,0x8c055ffd,0x04cf6a00,0xb08f0170,0xfacfad02,0xb20708c0,0x6a05ef98,0xfc51c0d5,0x0e390662,0x40246940,0xc7867279,0x226f752f,0xc3fd7220,0xda7f50f1,0x3e7aecec,0x940aa0a3,0x3bb03e17,0x604ffbae,0x9e052ffd,0x04ff5a00,0x80850150,0xfabfae03,0x21f607c0,0x5306ffac,0xfc4198d7,0x1e550662,0x3023f9d7,0xc605da78,0x2287743f,0xc4fc91e2,0xda9f73f3,0x6e9ded4c,0x8a0a4097,0x3b604919,0xe058fc0e,0xb604dffd,0x049f6500,0x20740140,0xfa2fa803,0x81ec06f0,0x40074fc3,0xfc2175d9,0x6e660792,0x1d23fb31,0xc4d47e76,0xc2a672df,0xdbfcb192,0xdc9f91f4,0x3eb8eedc,0x810ab083,0x3b70521b,0xf060fc5e,0xcb049ffd,0x038f6fff,0xf0690100,0xf99f9b03,0xa1df0680,0x33066fdf,0xfbd15eda,0xfe5e0902,0x01241cf9,0xc5c2b574,0x52cf708f,0xfbfe4132,0xe01fb1f3,0xdecbf12c,0x7b0b906d,0x3bd0541c,0x5061fcae,0xe1044ffd,0x020f6dff,0xc05f00a0,0xfa9f8803,0x61b80690,0x2d055ffa,0xfb914cdb,0x9e590a51,0xdf23fe13,0xc9119a70,0x72ff6cc0,0x0bff9102,0xe42fcaf3,0x3ecff25c,0x7c0c506d,0x3c504c1a,0x905afcfe,0xf9040ffd,0x010f6bff,0x80500070,0xfbdf7b02,0xf18a06b0,0x2c04d005,0xfb815adf,0x6e5b0c31,0xb3241e76,0xcc11386a,0xc32e6750,0x11fe910f,0xe7bfd4f3,0x5ec6f31c,0x7f0c5072,0x3cc04017,0xd050fd3f,0x0c03dffd,0x011f6bff,0x504300b0,0xfc1f7f02,0x816a0660,0x33045001,0xfb4188e5,0xee550de1,0x80246e7e,0xcc413162,0x73575f40,0x20fcd113,0xea9fd0f4,0x0ec4f44c,0x7e0b606a,0x3d003815,0xd049fd5f,0x1703bffd,0x010f6fff,0x403d0110,0xfc3f8202,0x71510630,0x3303a006,0xfb51a1e9,0x5e490f21,0x54247e9e,0xcdd11258,0x13725510,0x27fbc108,0xebbfd3f4,0x4ecaf54c,0x730ab064,0x3ce03214,0x4044fd6f,0x1c03affe,0x009f7bff,0x303a0120,0xfc3f7d02,0x813e0620,0x3302c018,0xfb91a8eb,0xee401031,0x2b24aeba,0xcf90f64f,0xe37d4d20,0x22fbb0fb,0xec2fd4f5,0x9ed5f62c,0x6b0a805a,0x3ce02e13,0x2041fd8f,0x25038ffe,0x002f88ff,0x30360120,0xfc3f7f02,0x612905e0,0x35022028,0xfb61adee,0xae3510d1,0x00252ec5,0xd040ec4b,0x638148b0,0x17fcc0ef,0xed6fd6f8,0x5ee3f68c,0x690a1050,0x3cf02e13,0x1040fdaf,0x2d037ffe,0xffbf90ff,0x30350120,0xfc3f8102,0x511305c0,0x3702102b,0xfb21b0f0,0xbe2b1100,0xdf259ec6,0xd050eb47,0x3384449f,0xf4fe90f4,0xee1fe5f9,0xbee7f6bc,0x6a09b047,0x3cf02e13,0x2041fdbf,0x35036ffe,0xff7f90ff,0x40380110,0xfc3f8302,0x40fd05f0,0x3a01b02d,0xfa91b2f1,0xfe2310f0,0xc1260ec3,0xd030ee44,0x9384420f,0xcd003103,0xed9ff0fa,0x1ee7f73c,0x6a09803a,0x3d102d12,0xf040fddf,0x41034ffe,0xff0f8eff,0x603c00f0,0xfbef8b02,0x50e905b0,0x3a021039,0xfa31a9f2,0xce1910a0,0xa326cebd,0xcfd0f344,0x638441df,0xb901010a,0xed5fedfa,0xdef0f7dc,0x65094027,0x3d102d12,0xf040fe0f,0x4f031ffe,0xfe5f8eff,0x70420090,0xfbef8c02,0x30d60620,0x3f030043,0xfa119bf2,0xce0e1010,0x88276eb2,0xcf10fe43,0x2384409f,0xb001610c,0xed3fe0fb,0x2ef0f83c,0x6709b01c,0x3d702d12,0xf040fe1f,0x5a030ffe,0xfdef8eff,0x9048ffd0,0xfc2f9002,0x20bb0670,0x42043048,0xfa4192f2,0x8e051030,0x78280ea0,0xce010f3a,0xb382385f,0xad019110,0xedbfcdfb,0x9ef1f82c,0x690a1016,0x3dc02e13,0x4041fe3f,0x6102effe,0xfd8f8eff,0xa050fef0,0xfbef9502,0x20ad0670,0x4704e055,0xfa0186f2,0x1dfd1070,0x71287e88,0xccd12630,0xe3772ebf,0xb2012112,0xef1fcafb,0xaef4f87c,0x680a2007,0x3dc02f13,0x9042fe4f,0x6802dffe,0xfd7f8cff,0xb053fe60 +}; + +u32 ANIM_ENTRY_coughing_kneel2[] = +{ + 0x000fb000,0x2fc60470,0x14076ff6,0xfe509d05,0xbc330c7f,0xcf35d7d0,0x96884581,0xd70e835f,0x3b0a0f55,0x00703503,0x1f4402dc,0x0cf69fc1,0x3d080579,0xb8117fa8,0x65811000,0xf79fe9ff,0x809d0220,0x000fb200,0x1fc60460,0x14075ff0,0xfe20ca05,0x8c3d0ccf,0xcd35d7d0,0x96984581,0xe70c835f,0x380a8f5c,0x00703103,0x0f4902bc,0x0cf68fc2,0x3d180579,0xa8117fa8,0x66811001,0xf7afedff,0x809e0230,0x001fb400,0x2fc40440,0x13077fee,0xfe20f505,0x5c460d1f,0xca35d7d0,0x96a84681,0xf706836f,0x320aff63,0x00a02a03,0x2f51029c,0x0bf6afc4,0x3d180579,0x88117fa8,0x68812001,0xf79ff4ff,0x709e0200,0x003fb200,0x3fc10470,0x10078fef,0xfe811c05,0x0c4d0d8f,0xcb35d7d0,0x96884581,0xf706836f,0x2e0b6f67,0x00c02603,0x7f4f023c,0x09f70fcb,0x3cf80679,0x38127f98,0x6d813001,0xf77ff4ff,0x709f01c0,0x008fb100,0x4fbd0470,0x0f07cff2,0xfec14304,0xbc530e4f,0xc935b7d1,0x96584481,0xf706837f,0x2a0baf6e,0x00b02603,0x5f5001cc,0x08f78fd4,0x3cd80678,0xf8137f98,0x72814001,0xf77ff7ff,0x60a00190,0x009fb300,0x5fba0420,0x0f083ff9,0xfed16804,0x7c580f3f,0xc73597d2,0x96184481,0xf705837f,0x260bbf74,0x00a02b03,0x1f5501ac,0x08f77fd6,0x3cd80678,0xf8137f98,0x72814001,0xf77ffbff,0x609f01b0,0x007fb100,0x4fbe0440,0x1007affd,0xfee18e04,0x1c5d0fcf,0xc83587d3,0x95e84381,0xf705837f,0x1f0c0f75,0x00a03503,0x0f4b01ec,0x09f78fd2,0x3ce80678,0xf8137f98,0x70813001,0xf76ff3ff,0x509f01c0,0x003fb200,0x4fc10420,0x10073ffc,0xff01b303,0xbc62104f,0xc83577d3,0x95e84381,0xf706836f,0x190cff69,0x00503a03,0x3f47023c,0x0af78fcd,0x3ce80679,0x08137f98,0x70813001,0xf76feeff,0x50a301e0,0x002fb400,0x3fc203e0,0x1307affa,0xfef1d603,0x6c67109f,0xc53547d3,0x95d84382,0x06ff838f,0x1a0d7f69,0x00203403,0x8f53026c,0x0af72fca,0x3cf80679,0x28137f98,0x72814002,0xf76ff9ff,0x50a70260,0x003faf00,0x3fc00450,0x1207bff8,0xfec1fc03,0x0c6d103f,0xc13547d3,0x95c84282,0x46f083cf,0x180d6f78,0x00603602,0x8f50026c,0x09f79fce,0x3cd80679,0x58127f88,0x76815002,0xf75ffbff,0x50aa0270,0x008faa00,0x5fbd04b0,0x10072ff5,0xfe822502,0x7c720fbf,0xbd3537d4,0x95b84282,0x86de841f,0x0c0ddf7a,0x00304000,0x3f43020c,0x08f83fd8,0x3ca80679,0x18137f78,0x7e816002,0xf74ff4ff,0x50ad0230,0x00dfa800,0x6fb804f0,0x0d06fff1,0xfe624a02,0x0c770f8f,0xb83507d4,0x95a84282,0xe6c6847f,0x070e9f79,0xff4042ff,0x6f3a018c,0x08f8efe3,0x3c880778,0xb8147f68,0x89818002,0xf71fefff,0x50b301d0,0x00efa000,0x7fb70580,0x0c06cff3,0xfe726a01,0x7c7d0f0f,0xb234d7d4,0x95b84283,0x969d852f,0x030f5f78,0xfe502eff,0x4f32015c,0x07f9efeb,0x3c680778,0x98157f58,0x9281a002,0xf6ffefff,0x50b60170,0x00cf9600,0xafbb0610,0x08062ff4,0xfea28b00,0xac840e4f,0xac3497d4,0x95b84284,0xb665863e,0xf90fbf75,0xfcf017ff,0x4f29016c,0x05fadfef,0x3c280878,0x58167f48,0x9c81c002,0xf6fff1ff,0x50bb0160,0x005f9501,0x0fc00620,0x0005dff6,0xff12b1ff,0xfc8c0d6f,0xa63457d5,0x95884186,0x3626878e,0xf4105f76,0xfa8025ff,0x7f24019c,0x01fb8ff1,0x3bb80877,0xc8177f28,0xab81e002,0xf6bff0ff,0x50c40130,0x005f9301,0x3fc0064f,0xfd05aff7,0xff12d1ff,0x5c930cff,0xa233e7d5,0x95684188,0x45e0895e,0xf110ff67,0xf6f03dfe,0x9f1f016b,0xfefc7ff9,0x3b880977,0x68187f08,0xb8821002,0xf68ff0ff,0x50ca00a0,0x007f8d01,0x4fbd066f,0xfe051ff7,0xfeb2d9fe,0xdc980d3f,0xa43317d2,0x9618438b,0x55918bfe,0xf6128f5a,0xf37047fc,0xbf1d011b,0xfbfd5001,0x3b880a76,0xe81a7ef8,0xc2823002,0xf65ff5ff,0x50ce0030,0x004f9001,0x9fbd05ff,0xfb044ff9,0xfe42c3fe,0x6ca20d5f,0xb03227ca,0x98284b90,0x153b903f,0x15160f75,0xf0e03dfc,0x1f2600bb,0xf5fd9005,0x3b380b76,0x281c7ee8,0xcc825002,0xf60ffcff,0x50d1fff0,0x004f9b02,0x1fb7052f,0xf503dff8,0xfe329ffe,0x5cb30d8f,0xbc3107b8,0x9c185c98,0xe4e2986f,0x5e185fc6,0xeee027fc,0x5f34002b,0xeefd800b,0x3ac80e75,0x081f7ec8,0xd9827002,0xf5a001ff,0x60d7ff80,0x007fa102,0x4fad04bf,0xf0038ffa,0xfe6273fe,0x6cce0e1f,0xcd2fc78e,0xa2f882aa,0xf497a9cf,0xb41a4009,0xecb018fb,0x2f39ff5b,0xedfd9016,0x3a881073,0xe8237ea8,0xe682a002,0xf54004ff,0x60dcff30,0x00bfa302,0x4fa8047f,0xec021002,0xff0246fd,0xdced0e5f,0xef2ed735,0xabd8d1c7,0xb482c5e0,0x081d504b,0xeb6013fa,0x6f2ffe5b,0xf4fdc023,0x3a781372,0x68277e78,0xf682d002,0xf4effbff,0x70e2ff30,0x00cf9b02,0x1fb1051f,0xee010ff7,0xff821ffc,0x2d070dc0,0x262dd626,0xb5b9d0de,0x14a4dbc0,0x732130a3,0xeb3013fa,0x0f1ffd3b,0xfefe402d,0x3aa81870,0x882d7e59,0x04830002,0xf47ff5ff,0x70e6ff70,0x00af8e01,0x9fc4061f,0xf6003feb,0xfff202f9,0xcd1f0d10,0x652c9287,0xb82d60ea,0x34dde780,0xda24c119,0xeaa00ff9,0x8f0afc4c,0x0dfef032,0x3b181d6e,0xa8337e39,0x0e832002,0xf3ffefff,0x60e6ffd0,0x000f9001,0x9fe0061f,0xf9ff3fe4,0x0011dcf6,0xed2c0c90,0xab2bc101,0xb10edbf0,0xc518edd1,0x36244178,0xe91008f9,0x8f00fc0c,0x15ff2033,0x3b08226c,0xf8387df9,0x22836002,0xf35fe5ff,0x70ecffc0,0xff3f9201,0xd002064f,0xf6fe6fd8,0x0001a6f3,0x0d280c10,0xf02b209f,0xab1f37f4,0xe553f1b1,0x7120418f,0xe61ffff8,0xdef4fbfc,0x1aff903a,0x3ad8276b,0xa83d7d99,0x4083c002,0xf32fd9ff,0x90f5ff70,0xff1f8e01,0xf01a071f,0xf1fdffca,0x00317eef,0x0d1d0b81,0x342ad075,0xa6cf5cf7,0x7588f411,0x6d1b317e,0xe22ff3f6,0xdee9fafc,0x20005051,0x3ae82c6a,0x28427d29,0x61843001,0xf2dfd7ff,0xa0fdfef0,0xfeff8a01,0xf03207ef,0xeffe9fbf,0x008170eb,0x3d0e0b71,0x7a2af05b,0xa34f73f8,0xf5aff591,0x3918015f,0xde2fe6f5,0x4edff9fc,0x2900a063,0x3b083368,0x68487cb9,0x7c84a001,0xf25fd3ff,0xb103fed0,0xfeaf8502,0x104a088f,0xec006fb7,0x00e173e7,0xbcff0d01,0xbc2c104c,0xa0cf7ffa,0x15d0f690,0xf916c139,0xdb9fcaf3,0xbed5f93c,0x30012074,0x3b083966,0xf84e7c49,0x98851001,0xf1dfd1ff,0xc10bfec0,0xfe9f8402,0x305f08bf,0xeb028fb7,0x00e18be3,0xdcea0f91,0xf22dc046,0x9f9f82fa,0xd5eaf760,0xd115f126,0xd9ffa1f2,0x9ed6f82c,0x32014085,0x3ae83f65,0x68547bd9,0xb0857001,0xf17fd9ff,0xe114fed0,0xfe3f8e02,0x607b082f,0xec049fc0,0x00d1b8df,0xfccd12d2,0x1b301045,0x9f4f82fb,0x35f9f7b0,0xcd15113e,0xd90f8cf0,0xcee1f73c,0x3200e090,0x3aa84763,0xa85b7b59,0xca85e001,0xf11fdfff,0xf11ffec0,0xfdaf9002,0x60a1081f,0xf2062fc1,0x00f1eedc,0xecb416a2,0x3b330044,0x9f0f83fb,0x45fef7c0,0xed14717d,0xd8cf88ee,0xfee1f66c,0x3900f098,0x3ab85261,0x98647ae9,0xe0864000,0xf06fe200,0x0125fec0,0xfd8f9202,0x30be07cf,0xfa073fca,0x011222db,0xbc9e1b12,0x4a364044,0x9eff83fb,0x45fef7b1,0x151421bc,0xd94f7aed,0x4ee0f53c,0x4400c0a5,0x3ad85e5f,0x886f7a69,0xf686b000,0xef8fe500,0x112dff10,0xfdbf9402,0x20d00750,0x0207ffd3,0x00b259db,0xfc871fc2,0x4a395044,0x9eff82fb,0x05f7f761,0x1c1461eb,0xda3f81e9,0xeedcf40c,0x4c0060b7,0x3ab8695d,0xc87879ca,0x0f874fff,0xeecfe500,0x313aff70,0xfd8f9202,0x40e30740,0x08083fd7,0x002284dc,0x9c7d23c2,0x433be043,0x9eaf83fa,0xc5eef711,0x1915b222,0xda6f7ce6,0x0ed6f37c,0x500070c5,0x3a78735c,0x6881791a,0x2a87efff,0xee4fe600,0x4147ff80,0xfd3f9202,0x60f60710,0x0d089fde,0xffb290dd,0x4c862632,0x3c3dc03f,0x9e1f86fa,0xa5ecf6f1,0x2e150265,0xdadf5de2,0x9ed6f2ec,0x530070cf,0x3a387e5a,0xd88b785a,0x45888ffe,0xed7fea00,0x6154ffc0,0xfd4f9402,0x80fd06d0,0x11099fe5,0xff927bde,0x0c952672,0x353e803d,0x9daf89fa,0xe5f4f721,0x3f13428a,0xdb0f32e0,0x6ed5f20c,0x570020db,0x39e88c59,0x1897778a,0x5e894ffd,0xec8feb00,0x81620010,0xfcff9602,0xb1010670,0x120b1fef,0xff926fde,0x2ca32672,0x313f003e,0x9def88fb,0x15fcf751,0x4012629b,0xd9aef0e1,0xaed2f1bc,0x590020e1,0x39a89957,0xc8a276aa,0x788a0ffd,0xebdfe900,0x916f0020,0xfbdf9f03,0x210a0580,0x110d2fff,0xff6268de,0x2cb32702,0x2f3f7040,0x9e2f86fb,0x3600f771,0x461162be,0xd8dec0e3,0x3ed8f25c,0x53ffe0d6,0x38f8a356,0xb8ab75da,0x8d8abffc,0xeb2fe600,0xb17dfff0,0xfaffad03,0x81080470,0x0f0e5010,0xffc262de,0x9cc32792,0x2c3f903f,0x9e1f87fb,0x5605f791,0x4510e2d7,0xd90ea5e4,0xeee2f2dc,0x4cff70cb,0x3878af55,0x98b6752a,0x9c8b5ffb,0xea5fe500,0xc189ffa0,0xfa9fb403,0xc0f803e0,0x0e0e301f,0x002261df,0x2cce2792,0x273f603e,0x9dff88fb,0x860df7c1,0x4110d2eb,0xd82e77e9,0xfee6f32c,0x4aff70c4,0x3828b854,0xc8be748a,0xaa8beffa,0xe9afe200,0xe195ff50,0xfa3fb603,0xf0e703d0,0x120e5026,0x000265df,0x5ccc2792,0x253ef03e,0x9dff89fb,0xc616f801,0x351052e6,0xd96e4aed,0x7ee5f3dc,0x4bffa0bd,0x3818bc54,0x78c173ea,0xb78c7ffa,0xe92fdb01,0x01a0ff40,0xf9efb904,0x00d60360,0x150f102b,0xff923adf,0x4cd62822,0x263ef041,0x9e9f85fb,0xe61bf830,0xc00eb22c,0xdabe4ef1,0x4ee7f47c,0x4dffa0b3,0x3808c254,0x08c7736a,0xc18ceff9,0xe88fd801,0x11a9ff40,0xf9afbc03,0xf0bf02e0,0x160f4034,0xfee1eadf,0x3cea28d2,0x223f1049,0x9fef7efb,0xe61df84f,0xac072088,0xdaae68f3,0x1ee9f4ec,0x51ffa0ac,0x3818c853,0x88cd72ea,0xc98d5ff8,0xe80fd701,0x31b1ff80,0xf96fbc03,0xe0ac0280,0x190e8047,0xfea1a6de,0xecfd29d2,0x203f1055,0xa19f71fc,0x0621f85f,0x08fe3f69,0xda9e5cf0,0x9eecf56c,0x54fff0a6,0x3848cf53,0x08d3724a,0xd48deff7,0xe77fdb01,0x41b6ff90,0xf8ffb803,0xd0a20210,0x190d205b,0xfe018dde,0xcd0b2c12,0x223f705a,0xa22f6cfc,0x462af8ae,0xeffb4f33,0xddce45eb,0xcef1f61c,0x5200409e,0x3888d452,0xb8d771ea,0xda8e4ff7,0xe6dfe601,0x41b4ff50,0xf86fb803,0xc0a101a0,0x1f0c005f,0xfd118ede,0xdd092d52,0x253ef05c,0xa25f6afc,0x7633f8df,0x0cf78f1d,0xe12e34e7,0x9efdf69c,0x4e006093,0x38a8de52,0x08e0715a,0xe38ecff6,0xe63ff501,0x41b8ff60,0xf7bfad03,0xc0b10290,0x280a505b,0xfc919fde,0x6d002b72,0x393d705c,0xa25f6afc,0x7633f8df,0x2cf61f20,0xdf4e23e8,0x7efef70c,0x4f017090,0x3938eb51,0x48ec705a,0xf18fbff5,0xe6200101,0x51bcff40,0xf71f9a03,0xf0ce0400,0x2f09e054,0xfd01addd,0xccfd2952,0x463c305a,0xa21f6cfc,0x3628f89f,0x52f5af22,0xdeee32eb,0x5efaf6cc,0x5402f093,0x39f9074f,0xc9066f7a,0xfc908ff6,0xe7201001,0x61bdff00,0xf70f8d04,0x20e80550,0x370a604e,0xfda1c3dd,0xccfe2902,0x433b1058,0xa1df6efc,0x1622f88f,0x7cf47f2d,0xe52e62e5,0x7ef6f4ec,0x5a03d09d,0x3a69474d,0x39426eeb,0x03911ff9,0xe9901f01,0x71c2ff00,0xf76f8004,0x51090710,0x410a603b,0xfde1fadd,0x8cf325e2,0x4238d050,0xa0df75fb,0xe61af85f,0xc4f7dfaa,0xe60ea5e1,0x3ee8f1ec,0x6904a0ad,0x3ac9b94a,0x49b06e8b,0x07916ffd,0xed502c01,0x91ccff00,0xf70f7a04,0xd13f0860,0x440aa024,0xfe223ddb,0xdcde2032,0x46366049,0x9fdf7dfb,0x5604f7b0,0x530160a2,0xe24ee3e4,0xaed9ef6c,0x770580b7,0x3b0a5b48,0x1a4e6d8b,0x12924000,0xf0903201,0xb1d5fed0,0xf60f7b05,0x918b0930,0x450a400b,0xfe027ddb,0x1ccb1a52,0x4b33b045,0x9f0f81fa,0xc5eff720,0xe6086176,0xde8f16ee,0xbed0eddc,0x7e0610bb,0x3adab847,0x6aa96c1b,0x2193b001,0xf1a02501,0xc1d8fea0,0xf55f8106,0x21d709c0,0x4a096fea,0xfe22d6db,0xbca10f72,0x48300041,0x9e7f84f9,0x65c3f5c1,0x3c0951dc,0xde4fe6fd,0x8ec6ec5c,0x820600c3,0x3a6a5748,0x3a496adb,0x2c94d001,0xf1800a01,0xb1d4fe90,0xf54f8a06,0x921e0a00,0x4f089fd1,0xfeb32adb,0x0c670cd2,0x1e2e9043,0x9ebf83f9,0xa5caf601,0x6b08e1ec,0xdf1f21fa,0xcebeea7c,0x830520d2,0x39b9b44a,0x79ab6a3b,0x31957001,0xf13ff501,0xa1ccfeb0,0xf5bf9106,0xa25c07d0,0x3808afe2,0xfe92fada,0x5c8b0d61,0xf82f5044,0x9edf82fa,0x35dcf691,0x700851e3,0x039f9307,0xeebbe89c,0x830430eb,0x39392f4e,0x292b68ab,0x3e96f002,0xf25fe501,0xa1cbff60,0xf6ef9506,0x928d05a0,0x1808afff,0xfe22a6db,0x3cd50eb1,0xd5305042,0x9eaf83fa,0xe5f3f721,0x5c0891c2,0x018f5b0a,0x4ebfe69c,0x82035112,0x38b8dc52,0x78de663b,0x4d994005,0xf56fc901,0xb1cd0040,0xf7ff9206,0xa2c00560,0x11086ffa,0xfda2aadb,0xdcd90db1,0xaf2ff042,0x9e8f84fb,0xa611f7f1,0x460b317b,0x00ff450a,0xfec7e51c,0x7b02d135,0x3828c054,0x88c563cb,0x599ba007,0xf7afbe01,0xb1cc0130,0xf89f8106,0x62fb0630,0x1c08dfdf,0xfd22c4db,0xdcc60bf1,0x922f1043,0x9e9f82fc,0x6632f8c1,0x440ba149,0x009f430a,0xeebbe42c,0x85036152,0x3878c854,0x08cc60eb,0x649e7007,0xf77fcc01,0xb1ce0210,0xf8ff6d06,0x232e06e0,0x1b08cfd9,0xfd32c9dc,0x5cbf0c21,0x752f2043,0x9e8f82fd,0x0651f971,0x4d0b8121,0x004f500a,0x6e97e3ac,0xa3046169,0x3938d353,0x68d65d9b,0x6fa1a007,0xf73fcb01,0xc1d202b0,0xf8df7106,0x935c06a0,0x0c091fdc,0xfde2dedd,0x1cae0d31,0x572f8044,0x9ecf81fd,0x7668f9e1,0x590ae114,0x00df540a,0x1e89e34c,0xa703f174,0x3848dc52,0xd8de593b,0x7ba5e007,0xf6dfc001,0xe1da0350,0xf8ff7b06,0xf3770600,0x040a6fda,0xfdc2f9dd,0xdc9c0e51,0x362fc045,0x9f0f7ffd,0xa676fa21,0x5b095122,0x014f4c0b,0xae89e26c,0x9e03117e,0x36f8eb51,0xd8eb545b,0x85aab006,0xf63fc002,0x11e30400,0xf8cf8406,0xf38e0560,0x040b6fd9,0xfd62fbde,0x7c9b0e51,0x272fc042,0x9e7f82fd,0xb678fa31,0x3d09e113,0x01ef540c,0x9e91e1ec,0x9503217e,0x36e8fe50,0xd8fc506b,0x8aae8005,0xf57fc802,0x31ec0390,0xf85f8607,0x039d0540,0x050bafda,0xfd52f0de,0xcca00d51,0x202f903f,0x9e0f85fd,0xb678fa21,0x1f0b4100,0x037f650c,0xee90e1ec,0x9303c17a,0x37390e4f,0xf90c4c8b,0x8eb26005,0xf4ffc902,0x51f30300,0xf7df8607,0x23a10550,0x090bdfd7,0xfd62f7de,0x9c9d0c21,0x1e2f5042,0x9e6f82fd,0x866ef9f1,0x260a9112,0x02bf750d,0xae8fe22c,0x90045173,0x3739204f,0x291d492b,0x91b5b004,0xf48fca02,0x71f802d0,0xf76f8307,0x039905a0,0x120c0fd3,0xfd92f9de,0x3c990b71,0x222f1044,0x9edf80fd,0x465ff9a1,0x3a0a6123,0x01df950d,0xbe8ee28c,0x9304e16b,0x37b92f4e,0x892a481b,0x92b6c004,0xf3ffce02,0x71f80260,0xf77f7c06,0xd3820600,0x170bafd0,0xfda2f5dd,0xdc940b41,0x212eb045,0x9eef80fd,0x0652f971,0x450b111d,0x039fdc0e,0xee89e2ac,0x99054169,0x37c9374e,0x2932475b,0x92b77003,0xf38fd202,0x81f90270,0xf7bf7606,0xe3600660,0x160b2fcc,0xfd52ebdd,0x8c970b71,0x202e2044,0x9ecf81fc,0xd648f931,0x370b6112,0xf710030a,0xae83e2cc,0x9b05516c,0x37493a4e,0x1935476b,0x93b77003,0xf32fd402,0x81fa0300,0xf7af7306,0xc34206c0,0x1a0adfc0,0xfcd2e1dd,0x3c9d0c61,0x1f2d3042,0x9e8f84fc,0xa63ff901,0x270ba10c,0xf20fbc11,0x9e84e37c,0x98058161,0x3739354e,0x492f4beb,0x90b2f003,0xf30fd802,0x71f30300,0xf76f7006,0xb32606f0,0x1b0abfbe,0xfc92d0dc,0x7ca10d31,0x222c6042,0x9e8f83fc,0x462df8a1,0x110bf0fc,0xf55f380b,0x8e8ce47c,0x8b05d14d,0x3739204f,0x191c528b,0x88ac6004,0xf32fe002,0x61ef0310,0xf77f7306,0xb30306c0,0x150a3fc0,0xfce2b5dc,0x3ca70df1,0x4a2af042,0x9e7f82fb,0xd619f820,0xfc0ca0d5,0x00ff5d0c,0x1e9be53c,0x7805c13a,0x36e90950,0x3906592b,0x7ca5f004,0xf34fe602,0x51ea02f0,0xf7af7306,0x72dd06d0,0x15093fbc,0xfd428ddc,0xccb30e01,0x7229c040,0x9e1f85fb,0x860cf7c0,0xe20de096,0x046f7d0c,0xde9fe5ec,0x7905a12c,0x3708f950,0xf8f85e7b,0x6da0b004,0xf33fe402,0x41e402b0,0xf7df7206,0x22b806d0,0x1507efbf,0xfd324ddd,0xfccb0d31,0x9528803f,0x9e0f86fb,0x5607f7a0,0xbe0d904d,0x02ef9c0d,0x8ea4e6ac,0x7705611a,0x3728e951,0xd8e9640b,0x579b5004,0xf31fe402,0x21de0270,0xf82f7305,0xe29206b0,0x13068fb8,0xfd220fdf,0xfce70b91,0xb5273042,0x9e7f84fb,0x4604f780,0xa50cc00f,0xfeffc80d,0xceade76c,0x6f052109,0x3728d852,0xf8d9686b,0x3d971003,0xf31fd902,0x11d70220,0xf84f6d05,0xb27006d0,0x1205afa5,0xfcf1d8e2,0xbcfc09b1,0xd725e048,0x9f7f7dfb,0x3600f770,0xa10c6fdd,0xfb0ff90e,0x1eb3e85c,0x690570f8,0x3758c854,0x18cb6b7b,0x25943003,0xf30fd402,0x01d10210,0xf84f6205,0x525306a0,0x0f04af9e,0xfc4194e5,0xfd170872,0x02249057,0xa19f6efb,0x15f2f740,0xb90c6fbb,0xf850100e,0x4eb1e96c,0x6e05f0e6,0x37d8bd54,0xf8c16deb,0x0d91f002,0xf31fce01,0xf1cb0220,0xf8cf5504,0xf22f0660,0x0c03af9e,0xfb9153e9,0xad3507c2,0x2c236079,0xa5af4dfa,0xf5ddf720,0xeb0c6fb2,0xf700150d,0xfeade9fc,0x750650dd,0x3828b455,0xb8b96fca,0xf7903001,0xf2efc601,0xe1c50240,0xf95f5404,0xc2070600,0x0e02ef93,0xfad12ced,0xcd4e0612,0x4d21a0bb,0xab0f0ffa,0x95bff6a1,0x230cdfa5,0xf7c01a0d,0xdeb6ea3c,0x6e05d0d5,0x37c8ad56,0x58b3713a,0xe28ed000,0xf27fc301,0xd1bf0290,0xf9af5104,0x91e605c0,0x15021f87,0xf9a112f1,0xad630322,0x6d1ed14a,0xb15e87f9,0xd599f5d1,0x5b0e7f84,0xf910270d,0xaebcea7c,0x6b05b0cf,0x37a8a856,0xc8ae724a,0xd28dd000,0xf24fca01,0xe1b90350,0xf9af4604,0x41d40610,0x23009f82,0xf8a102f4,0x8d75ff42,0x8d1ab2cc,0xb6fd11f9,0x557ef531,0xac102f60,0xf9503f0d,0xaeb7eaec,0x720660be,0x3818a956,0xb8af73ba,0xb88c9001,0xf2cfcd01,0xf1b203b0,0xf93f3d04,0x21ce0700,0x32febf6e,0xf82107f6,0x5d84f9b2,0xa114f551,0xb65a9af8,0xe56af4c2,0x0c106f65,0xfa00430c,0x8eb4eb3c,0x780720a7,0x3878b155,0xe8b674fa,0x9e8b7001,0xf3ffcc02,0x01ac03c0,0xf8ef3804,0x31c807e0,0x3cfd4f4e,0xf84111f8,0x1d91f362,0xa90e668a,0xb0e96ef8,0xa559f482,0x52116f7b,0xfba0350b,0x6eb2eb0c,0x7d07a095,0x3888be54,0xc8c175ca,0x8a8ab002,0xf52fca02,0x11a603c0,0xf8df3404,0x31c108e0,0x42fbef38,0xf8a116f9,0xed9bed12,0xa408670c,0xab48f7f8,0xb54ef492,0x6a117f88,0xfb801b0d,0x0eb0eabc,0x8508308d,0x38a8ca53,0xd8cc762a,0x828a6002,0xf54fcb02,0x31a303a0,0xf8df2c04,0x01ba09b0,0x46fb0f30,0xf8c111fb,0xbda5e722,0x9a02b751,0xa628b9f8,0x453cf422,0x58109f7e,0xfae01b0e,0x9eb2eacc,0x8b08c08a,0x38c8c154,0x88c4761a,0x838a7002,0xf40fd602,0x51a503d0,0xf92f2b03,0xb1b209f0,0x45faff22,0xf96105fd,0x8dace232,0x88fd7778,0xa23898f7,0x9527f372,0x0311bf61,0xfb602b0f,0x1ebfeb0c,0x8808b08c,0x38a8a557,0x18ab75da,0x898aa001,0xf29feb02,0x81ab0430,0xf9cf3003,0x31a80a40,0x47fa9f0e,0xfa30faff,0x3dacdf62,0x6df9878f,0x9f5883f7,0x3517f2f1,0x81115f51,0xfbd02a0e,0xeec8eaac,0x86082093,0x38889e57,0xb8a5756a,0x938b0001,0xf1cff702,0xb1b304d0,0xfa1f2c02,0xb1a90ac0,0x44fa3f07,0xfa80e700,0xcdabdd72,0x5ff6579f,0x9d0876f7,0x9521f360,0xf70edf2f,0xfc10290e,0xdebaea3c,0x94084097,0x38b8ab56,0x88b074da,0xa08b8001,0xf13ff902,0xd1b80510,0xf9df3002,0xd1b60a60,0x2efa6f0a,0xfa80cc02,0x1da9dbb2,0x58f337a8,0x9b986ef7,0x9525f350,0x740def0c,0xfc703c0e,0x8eb5ea2c,0x9208609a,0x3858b555,0xb8b973da,0xb58c6000,0xf0bff602,0xe1bb04f0,0xf9af3a03,0x41c509b0,0x14fb7f17,0xfa60b303,0x2da2df42,0x6cf837aa,0x9b286cf7,0x6527f330,0x1a0e1f05,0xfc80530e,0x2eb6e9ec,0x880870a4,0x37c8be54,0xe8c1724a,0xd38dd000,0xf00ff502,0xf1ba04e0,0xf9bf3d03,0x21d609a0,0x05fd6f27,0xf9c0a203,0xed96e382,0x7afdc7a4,0x9c5871f7,0x3528f2ef,0xf40e7f14,0xfbc06b0e,0xaeb2e98c,0x8808a0b4,0x37d8c654,0x48c9702a,0xf48fd000,0xef9ff702,0xb1b004e0,0xf9af4302,0xb1f209d0,0x04fe5f28,0xf9a09e04,0x3d84e882,0x7903b793,0x9ed880f7,0xd53df39f,0xeb0f6f27,0xfb006b10,0x3eb5e94c,0x8a08c0c5,0x3848d053,0x98d16cfb,0x1992cfff,0xef5ff802,0x319604e0,0xf94f4e02,0x52160a10,0x09feaf19,0xf9d0a803,0xbd73ed32,0x6809377b,0xa1e895f8,0xd563f4bf,0xe70fff2f,0xfb204d10,0x8ec1e91c,0x8708d0d8,0x3888db52,0xc8db67db,0x4397afff,0xef1ffa01,0x817304f0,0xf8cf5a02,0x323d0a60,0x0fff7f06,0xf990ba02,0xdd66f102,0x500e2759,0xa568b2f9,0x7584f56f,0xec0f2f2e,0xfbc03810,0x5ecde8dc,0x840910ea,0x38a8ea51,0xd8e95fab,0x699f9fff,0xeeeffc01,0x215e0600,0xf88f6501,0xd2620a50,0x14005f02,0xf930cb02,0x2d59f4b2,0x3812e729,0xa948ddf9,0xc5a2f5df,0xf70d0f2c,0xfcb0350f,0xfed5e84c,0x870980ff,0x38e8fe50,0xa8fb53fb,0x86aaffff,0xeeaffc01,0x41640850,0xf88f7301,0x827a0990,0x1300ef0a,0xf8f0da01,0xdd49f832,0x231756dd,0xada921fa,0x05b8f620,0x060b4f41,0xfd90380f,0xfedbe77c,0x8a09c114,0x38d9124f,0xb90e492b,0x93b59fff,0xee8ffd01,0x81710ae0,0xf87f8701,0x928908d0,0x0902ef11,0xf8e0df01,0xcd3afb62,0x0b1b764c,0xb299a8fa,0x45c9f660,0x2e0bbf49,0xfe202e10,0x4ee4e67c,0x8309711c,0x38392a4e,0xa9244b6b,0x91b36ffe,0xee5ffc01,0x81720b20,0xf85f9802,0x129a08a0,0x00043f0d,0xf890e101,0x0d30fcf1,0xf71db551,0xb65a9afa,0x85dcf6b0,0x5e0c8f41,0xfec02f10,0xfee7e58c,0x7e093110,0x37594c4d,0x6944545b,0x86aa9ffe,0xee0ff601,0xf1860a90,0xf85fa702,0xa2a1090f,0xfc048f00,0xf840f2ff,0xdd31fcb1,0xef1de3ee,0xb7bbf5fa,0xb5ecf6e0,0x860d0f42,0xfee03311,0x4ee1e46c,0x7f089101,0x3659804b,0xd976537b,0x88ab8ffd,0xed6fef03,0x61c40b90,0xf89fae03,0x429d098f,0xf9052ef9,0xf800faff,0x5d38fc11,0xf11d7271,0xb66d6bfa,0xb5f7f6f0,0xbd0eaf48,0xfe803311,0x0edae30c,0x8007e103,0x35a9cb4a,0x39be4adb,0x92b40ffb,0xec6fef04,0x81ed0c20,0xf85faf03,0xa2a209df,0xf9053eff,0xf7d0f6fe,0x4d42fbf1,0xfe1d21b6,0xb40e20fa,0xb5f4f6f0,0xe3100f59,0xfe503511,0x2ed6e26c,0x85081112,0x35ba2548,0xda163a3b,0x97c46ffa,0xeb6fef04,0xf1f10cf0,0xf74fb703,0xf2ae098f,0xfd05cf06,0xf7b0f5fc,0x5d50fb22,0x0d1c416d,0xb26e66fa,0xb5eff6f0,0xeb116f78,0xfe103b11,0xaedbe28c,0x82089118,0x35aa9447,0xba82290b,0x88d55ff9,0xeadfed05,0x11ea0e70,0xf5ffc204,0x42b6090f,0xfa058f14,0xf790effa,0x6d5ef9f2,0x1e1b813f,0xb11e92fa,0x85e5f6b0,0xf4121f82,0xfdb04911,0xfee2e2ec,0x8008c10d,0x357b3446,0xdb1f1f9b,0x72deaff9,0xea3fe705,0x71ed1030,0xf4ffcb04,0x72af08df,0xf504bf18,0xf7c0ecf8,0xbd6ffa12,0x221c1115,0xafaebafa,0x95e4f6c0,0xff122f83,0xfe504411,0xaee3e2ec,0x85084101,0x351c1246,0x6bfb198b,0x5ce48ff8,0xe92fdf06,0x31f91200,0xf46fd504,0xa29c08af,0xef044f14,0xf800def7,0x4d80fa12,0x271c70ef,0xae0edefa,0xb5e6f6e1,0x0f13df61,0xff402c11,0x0ee5e28c,0x8707b0fd,0x347ced46,0xbcd3143b,0x3fe9bff7,0xe82fdc07,0x120613d0,0xf35fdc04,0xf293088f,0xe8037f18,0xf840d1f5,0x6d8ef872,0x351bb0cc,0xac2efffa,0xa5e0f6d1,0x1214ff4d,0xffc01e10,0xeee9e2dc,0x850800f3,0x346dab47,0xad8f103b,0x1fed9ff6,0xe73fe007,0x52081430,0xf20fe005,0x2290088f,0xe902bf15,0xf860e3f2,0x9d8af6c2,0x3c1a90b0,0xaa5f1afa,0x85daf6b0,0xed133f79,0x00401c10,0xbeece37c,0x8708b0e6,0x349e2a48,0xfe0b0d6b,0x00f05ff6,0xe68fe007,0x120213d0,0xf0ffe905,0x328a08cf,0xf3025f06,0xf90101ef,0x1d7ff502,0x3819809e,0xa90f2bfa,0x65d3f690,0xce10af9a,0x00f02b10,0x1ef4e3dc,0x8808f0d7,0x34ae804a,0x5e600b5a,0xe3f25ff6,0xe60fda06,0xa1fa13a0,0xf00ff005,0x327b08ff,0xf2018f06,0xf9c112ec,0x0d73f422,0x3a192090,0xa7df38fa,0x15bef630,0xcf102f9a,0x01b0420f,0xaef8e3ec,0x8e0940cc,0x348ecc4c,0x2eaa097a,0xc1f41ff6,0xe56fd206,0x21ef1420,0xef5ff905,0x926d092f,0xed014f08,0xfab12de8,0xed5cf332,0x40189080,0xa66f47f9,0xd5acf5e0,0xd410efa0,0x0280430f,0xfef9e3ac,0x8e0990c2,0x33ff094e,0x2ee407fa,0x9ff58ff6,0xe4ffce05,0xb1e414b0,0xee900806,0x3266097f,0xe9011f08,0xfb2155e5,0x6d3cf222,0x44180074,0xa52f52f9,0xa59cf5a0,0xd311efab,0x02f03c10,0xeefce35c,0x840a00b6,0x332f3850,0x6f1206ca,0x7ef69ff6,0xe47fd005,0x61dc1510,0xed901506,0xa261097f,0xe200df13,0xfb417ee3,0x1d15f252,0x5518a06b,0xa41f5af9,0x558bf550,0xd1122fb2,0x03b03211,0xaeffe34c,0x820ab0a6,0x32bf5e52,0xbf3605aa,0x5af7bff7,0xe3efcb05,0x21d715b0,0xec702506,0xf25d090f,0xd600cf24,0xfb81a3e1,0xacf6f3b2,0x7219a062,0xa2ff63f9,0x357ff520,0xcb125fc2,0x04b00011,0x3f09e32c,0x7f0b5093,0x320f7d55,0x3f54049a,0x35f8bff7,0xe39fbe04,0xe1d01690,0xeb603207,0x6259093f,0xcf009f2d,0xfb81cde0,0x9cd9f5d2,0x811b405c,0xa23f68f9,0x857df550,0xc3125fcd,0x059fc310,0xdf12e2ec,0x7c0c607e,0x312f9757,0xff6d03da,0x13f98ff9,0xe33fb204,0x61c41750,0xea603807,0xe254096f,0xc5006f3f,0xfb01f0e0,0x1cc3f8c2,0x8d1e8058,0xa19f6cf9,0xe57df5c0,0xc8123fe4,0x05efac11,0x7f16e27c,0x800df06e,0x307faf5b,0x3f840329,0xf7fa3ffa,0xe29fa504,0x01bb1840,0xe9903908,0x825009af,0xbd00ff52,0xfa3213df,0xbcaefac2,0x9a20c051,0xa0af72f9,0xf573f5c0,0xd012e00e,0x065fa512,0x9f12e1fc,0x880fe065,0x2fcfc25e,0x8f970289,0xdefadffb,0xe1af9e03,0x71ab1a50,0xe8803a09,0x32580a2f,0xbf01df5c,0xf9923bdf,0x7c94fb22,0x9c21204b,0x9fcf78f9,0xc566f590,0xd2138032,0x06bf9412,0xdf0ae19c,0x89122059,0x2eefce61,0x3fa301f9,0xc5fb8ffd,0xe17fa602,0xf19d1cd0,0xe7603d09,0xe26b0a8f,0xc1034f68,0xf93256df,0x3c86fbb2,0x99217048,0x9f4f7bf9,0xe569f5b0,0xd3138043,0x06af8113,0x0f10e16c,0x88147046,0x2e0fd763,0x2fae0189,0xb3fc0fff,0xe1df9702,0xf19e1ed0,0xe650420a,0xc2830adf,0xc3057f74,0xf8126ede,0xfc7dfc32,0x94217047,0x9f2f7cfa,0x2579f5f0,0xd712c05a,0x05ef7312,0xff19e12c,0x82171040,0x2cefdf64,0x1fb50129,0xa1fc8000,0xe16f8602,0x11842240,0xe550430b,0x32a50abf,0xd5068f84,0xf5f297df,0x2c63fcb2,0x86210045,0x9ebf7ff9,0xb579f590,0xd1123084,0x06ef8011,0xaf25e10c,0x781a204b,0x2bdfe364,0x5fba00e9,0x96fce002,0xe0cf7a00,0x81522650,0xe4503d0a,0xd2ce097f,0xeb07ff95,0xf502c6e0,0x1c4bfe12,0x7f21503d,0x9d6f86f8,0xe570f4c0,0xc713f0d0,0x088fa210,0xef2ee12c,0x771c504f,0x2b9fe463,0xcfbc00e9,0xa3fcf004,0xe07f7600,0xd15d2700,0xe430350a,0x72e2081f,0xe6094faa,0xf662ebe1,0xbc430072,0x83233036,0x9c1f8ef8,0xc575f490,0xd316111d,0x082fb812,0x9f2de0dc,0x7c1d8058,0x2c0fe463,0xdfbc00f9,0xa8fce007,0xe02f7901,0xe17e27e0,0xe5402c0a,0xc2e0077f,0xd1093fb8,0xf86315e3,0x2c4d02f2,0x88259032,0x9b6f91f8,0xd57cf4a0,0xfd15d163,0x093fbf11,0xff1ddfcc,0x7f1e2072,0x2c6fe363,0x6fba0109,0xadfcc009,0xdfef8502,0x518b2930,0xe680210b,0x02de07ef,0xd408ffae,0xfa134be2,0xfc5c02b2,0x8125d033,0x9b7f91f8,0xc57af4a1,0x21122196,0x0c3fd50f,0x2f03defc,0x881de087,0x2d1fdf62,0x7fb50119,0xb5fc900a,0xe03f9202,0x718e28e0,0xe7401c0b,0x12de087f,0xe2096f94,0xfbb376e1,0x7c7200a2,0x75251035,0x9bff8ef8,0xb576f481,0x340d81b7,0x0e2ffa0d,0x5ef6debc,0x8d1d008e,0x2dcfdc61,0x9fb10139,0xbdfc700c,0xe0af9502,0x418a2750,0xe7b0240b,0x02d707bf,0xd909af8b,0xfca379e0,0x3c9a00a2,0x77259039,0x9ccf8af8,0xb577f491,0x3a0ae1d5,0x0daff70d,0x8ef9debc,0x821c0087,0x2ddfda61,0x1faf0149,0xc1fc500d,0xe0df8f02,0x618d25b0,0xe800300b,0x22ce06ef,0xd0089f87,0xfd0371df,0x6cc00122,0x8226103e,0x9d9f85f8,0xf57af4c1,0x3509e1ef,0x0cdfe10d,0x7efcdefc,0x791b2077,0x2dcfd860,0xafad0159,0xc3fc400f,0xe0ff8002,0x81912450,0xe8a0370b,0x62c006bf,0xcb071f81,0xfdd362de,0x6ce900c2,0x8c25f040,0x9dff82f9,0x257df4f1,0x340821f9,0x0cefd80c,0xdef6df1c,0x7a1a6072,0x2d9fd760,0x7fac0159,0xc3fc4011,0xe10f6c02,0x718f23e0,0xe8e03e0b,0xa2b406af,0xcc05df75,0xfe533ddd,0x4d0cfe92,0x9024a03f,0x9ddf84f9,0x4580f521,0x0a0741d1,0x0bffda0e,0x6ef4df9c,0x7c19f06b,0x2d2fd860,0xafad0159,0xc2fc4012,0xe11f5002,0x618e23d0,0xe8d03f0b,0xc2a8060f,0xc9055f72,0xfe42e5dc,0xfd39fcf2,0x9c23603c,0x9d5f88f9,0x9586f570,0x93078166,0x0a4fd710,0x1ef5e04c,0x8419d063,0x2cbfda61,0x2fb00159,0xc1fc4013,0xe15f3402,0x31882330,0xe8c03b0b,0x828f04bf,0xad04ef90,0xfe4273de,0x7d78ffd2,0xc025a039,0x9ccf8bf9,0x9585f57f,0xde0630d6,0x0a9fd00f,0x0ef7e0fc,0x8f19e05c,0x2c8fdd61,0xbfb30159,0xc0fc4014,0xe1bf1e02,0x01832310,0xe8d0340b,0x026c03bf,0x9604afa8,0xfe222adf,0xcda202e2,0xde283038,0x9c9f8df9,0x0575f4df,0x39033063,0x0c4fcc0c,0xaeffe16c,0x96198057,0x2c9fdf62,0x3fb50169,0xc2fc4016,0xe1af0f02,0x11832330,0xe8f0280a,0xa24f031f,0x8903efbd,0xfde1f5df,0x9dcc0302,0xf528303a,0x9d7f8af8,0x7567f44e,0xd800402f,0x0c6fd20c,0x6f09e20c,0x99194052,0x2cdfe062,0x8fb70169,0xc4fc3018,0xe15f0301,0xc17b2320,0xe900130a,0x723202bf,0x7b032fd0,0xfde1c7df,0x4e030263,0x0e27303e,0x9f4f84f8,0x2560f40e,0xadfe002a,0x0b9fe00c,0x6f0de2cc,0xa1196050,0x2d8fe062,0xafb80179,0xc8fc201a,0xe15efd01,0xb1792240,0xe910010a,0x5212056f,0x9702ff9b,0xfe61f6dc,0x5e00f972,0xf51ef044,0xa14f7ef7,0xf55af3de,0x93fc4027,0x0b4feb0c,0x2f10e38c,0xa019404d,0x2e2fe062,0xafb70199,0xcefc001b,0xe16f0002,0x218620d0,0xe92ff40a,0x21fa09df,0xc6028f49,0xff0277d8,0x0db3f0e2,0xb817504b,0xa34f76f7,0xd556f3be,0x89fb3014,0x0b6fe20b,0x5f18e40c,0x9919204c,0x2edfe062,0xafb701a9,0xd2fbe01e,0xe12f0b02,0xb1961ff0,0xe95fe309,0xd1e40bdf,0xcf010f3c,0xff8275d6,0x4db8edd2,0xaa14804f,0xa4df71f7,0xd554f3ce,0x73fabff8,0x0b6fdb0a,0xcf1fe46c,0x9c19204b,0x2fbfe162,0xdfb801b9,0xd4fbe01f,0xe12f1002,0xd19a1f10,0xe95fcf09,0x91d50d5f,0xd2002f2f,0xffd220d5,0x5df5ead2,0xa0127055,0xa68f6af7,0xe554f3ce,0x37f98fda,0x0acfe10c,0x4f20e4ec,0xa419304b,0x309fe162,0xefb901b9,0xd5fbd020,0xe14f1102,0xc1981db0,0xe96fc109,0x61cb0f0f,0xdcffff0c,0x0041ecd4,0x5e13e7a2,0x8810505b,0xa73f64f7,0xd551f3ce,0x16f8afbc,0x0a3fe40d,0xdf22e50c,0xa519104e,0x313fe263,0x0fb901b9,0xd3fbd022,0xe14f1902,0x618d1c50,0xe96fb809,0x41c9109f,0xe5ff1ef5,0x0091ced3,0xce22e662,0x710f705a,0xa63f66f7,0xb54ef3ae,0x18f93f9f,0x0adfec0e,0x0f28e4dc,0x9f19204e,0x317fe363,0x6fbb01b9,0xd1fbd024,0xe11f2502,0x41891bd0,0xe8dfb209,0x31cf10cf,0xe4ff7efa,0x005190d4,0xce4ee6f2,0x730fd059,0xa53f68f7,0xd54ff3be,0x2df9cf84,0x0befea0e,0x9f31e52c,0x9a196049,0x318fe463,0xbfbc01b9,0xd0fbd027,0xe0df2602,0x418a1bc0,0xe8bfa909,0x11cd0fdf,0xd900df18,0xffb184d4,0xfe87e942,0x89118057,0xa3ff6af7,0xb54cf39f,0x3b01d006,0x0dcfea0f,0x0f2ee53c,0x9e19b04e,0x31dfe463,0xdfbc01a9,0xccfbe02a,0xe07f2e02,0x31881bc0,0xe89fa709,0x01d40ebf,0xd001af3b,0xff01a3d3,0xfeb6ec32,0xa113905d,0xa3af66f7,0xb54bf390,0xf107c16a,0x0f0fd20d,0xef2fe4dc,0x9e19c053,0x31efe564,0x0fbd01a9,0xc7fbe02c,0xe06f3002,0x31871b90,0xe80fa909,0x01ee0dcf,0xcd035f5c,0xfe418cd5,0x4edeeee2,0xb215305d,0xa2cf66f7,0xc54cf3a1,0x5304a1be,0x101fbd0a,0xaf37e4dc,0x9b19c050,0x31efe564,0x1fbd0199,0xc9fbf029,0xe0af2d02,0x21871b40,0xe77fae09,0x020f0ccf,0xca054f78,0xfda178d8,0x4ed9f242,0xbe16d05a,0xa1ff69f8,0x0550f3d1,0x4a007164,0x111fb306,0xff39e4bc,0x9819e050,0x31efe564,0x1fbd0199,0xd1fbf023,0xe09f3b02,0x518b1b50,0xe74fbb08,0xf2340aaf,0xb706bf9c,0xfcd159dc,0x3ed9f732,0xdb199058,0xa1af6cf8,0x6557f441,0x2efd5103,0x116f9d07,0x2f3de41c,0x9119c054,0x319fe564,0x2fbd01a9,0xdbfbe01d,0xe08f4d02,0x518b1c40,0xe6efc809,0x026608cf,0xa6087fba,0xfb913adf,0xdedffb52,0xee1ba052,0xa0cf72f8,0xf561f4d1,0x06fd009a,0x101f8c0b,0x6f38e38c,0x901a8054,0x310fe463,0xdfbc01a9,0xe5fbd017,0xe0bf5d02,0x11831e90,0xe6dfd509,0x129d086f,0xae0aafb9,0xfab149e1,0x7ec7fdf2,0xd91c7047,0x9f1f7cf9,0x756cf550,0xc502b072,0x0edf860b,0x8f28e2bc,0x9b1c7059,0x306fe363,0x6fba01a9,0xeefbd011,0xe12f6702,0x118422c0,0xe71fed09,0x32d5082f,0xbc0defab,0xfa8151e3,0x5eaeff92,0xb71c9038,0x9c9f8bf9,0xc573f5a0,0x2e152063,0x0f2f8308,0x8f26e18c,0x9c1e9061,0x2f8fe363,0x6fba01b9,0xfafbc00b,0xe14f5d02,0x81912910,0xe7b00e09,0x930c076f,0xc410efa2,0xfb4135e6,0x8e9e0042,0x9b1c402b,0x9a0f99f9,0xf576f5de,0xd2108ffb,0x0f5f7f07,0x4f22e02c,0x8e20906b,0x2e1fe263,0x3fb901ca,0x08fba006,0xe0bf6502,0x418b3150,0xe840290a,0x134906bf,0xd412df90,0xfc7139e7,0xfe9700b2,0x861c1024,0x984fa3fa,0x0577f5ee,0xc60570c0,0x0d9f5a06,0x9f09df3c,0x8621d074,0x2cffdf62,0x5fb501ea,0x12fb8002,0xdfff8502,0x01823620,0xe900380a,0x137c05df,0xea148f86,0xfca14be9,0x1e9701b2,0x741ca01c,0x963fadfa,0x257af60e,0xe1045146,0x05cf0908,0x7ef2de4c,0x9222207f,0x2cdfdc61,0x9fb101fa,0x19fb7ffc,0xdfaf9202,0x018137b0,0xe9c04d0a,0xa3a104ff,0xf615ef8a,0xfcc165ea,0x1e950282,0x671d1015,0x942fb7fa,0x457bf61f,0x3105b14c,0xfb8ed70d,0xfee9dd8c,0x90220089,0x2c0fd961,0x0faf01ea,0x1afb7ff7,0xdf9f9501,0xd17c3990,0xeaa05e0b,0x93bf0470,0x01171f8b,0xfc317eea,0xae920472,0x611e2010,0x929fbefa,0x457bf62f,0x8207f119,0xff9ee30c,0xbed8dd0c,0x8a21b094,0x2adfd760,0x6fab01ea,0x1afb8ff2,0xdfffa301,0xc17b3a10,0xeb505e0c,0x23d304a0,0x16181f91,0xfbd19aea,0xae8a06a2,0x601fb00e,0x91dfc1fa,0x457af62f,0xe20900cd,0x0b7f1e06,0x7ec2dcbc,0x9521409e,0x2a7fd560,0x0fa901da,0x1dfb8fee,0xe05fb701,0xc17b39b0,0xeb70600c,0x33e304a0,0x2718cf94,0xfbf1b0ea,0x5e7f0752,0x5d20b00e,0x91bfc1fa,0x4578f62f,0xf70650b5,0x101f4004,0x7ec0dcfc,0x9920909c,0x2acfd45f,0xbfa801da,0x1cfbafe9,0xe07fc801,0xa1773a00,0xebd0610c,0x43e304b0,0x2e190f94,0xfbc1bce9,0xce730722,0x6020e010,0x924fbffa,0x2574f5ff,0xc50110e1,0x0e3f2f05,0xcebfdcfc,0x9a1fe09a,0x2acfd35f,0x8fa701da,0x23fb9fe4,0xe07fdd01,0xb17939b0,0xec40640c,0x43da04e0,0x2c17ff9b,0xfb81c3e9,0x0e6b0712,0x68213012,0x931fbcfa,0x1572f5ef,0x9dfca0fc,0x119f5003,0x1ec1dcdc,0x991f209a,0x2abfd25f,0x7fa601ea,0x22fb8fe7,0xe06fdf01,0xc17b39f0,0xeca0660c,0x53d10530,0x28169f9e,0xfb91c6e8,0x7e680692,0x72216014,0x93bfb9fa,0x056ff5df,0x69fa60f7,0x103f3e03,0xaec0dcbc,0x981e1097,0x2b1fd25f,0x4fa501ea,0x1ffb8feb,0xe08fe301,0xf18039a0,0xed20650c,0x53c70590,0x2215df99,0xfbc1c2e7,0xfe6505f2,0x7d213016,0x946fb6fa,0x056ef5df,0x42fb30d6,0x0d0f2305,0x7eb5dcac,0xa01d1096,0x2b8fd15f,0x2fa501ea,0x1dfb7fef,0xe0efea01,0xf17f3790,0xedb0650c,0x33bb05a0,0x1d151f95,0xfc31c6e7,0x6e5e05a2,0x7c216018,0x950fb3fa,0x2570f5ff,0x4dfe609d,0x10bf5803,0xceaadc8c,0xa71c0095,0x2bafd15f,0x1fa401fa,0x1cfb6ff2,0xe0eff101,0xd17c3660,0xede06e0b,0xf3b50520,0x1814ef8c,0xfc71d9e6,0xde510562,0x7421e019,0x958fb1fa,0x4571f61f,0x8c02107f,0x11ef7a05,0x0eacdcac,0xa21ac08d,0x2bcfcf5e,0xdfa301fa,0x1afb6ff4,0xe0bff602,0x01833590,0xedf0730b,0xe3b504c0,0x1114bf86,0xfca1e7e6,0xbe4a0532,0x7221f01a,0x95dfb0fa,0x256df5ff,0xc5047096,0x11ef7207,0x7eaddccc,0xa11a1087,0x2befce5e,0xafa201fa,0x18fb6ff8,0xe0bff202,0x11853560,0xee60730c,0x33b204d0,0x0f14cf7f,0xfc81ede6,0x9e4804c2,0x6a21101b,0x961faffa,0x156af5ef,0xf00490d8,0x12df6b08,0x0ea6dcec,0xa51a6089,0x2b8fce5e,0x7fa1020a,0x18fb6ffb,0xe0bfe601,0xf1813650,0xeee0770c,0x73a80490,0x0a155f7d,0xfc81f5e6,0x7e4a0412,0x6020001c,0x966fadfa,0x2569f5f0,0x0f0530ba,0x12ff6909,0x9ea5dcdc,0xa41a808e,0x2acfce5e,0x7fa1021a,0x18fb5ffe,0xe06fda01,0xd17c3760,0xef107b0c,0x83a10430,0x0615cf84,0xfcb1ffe6,0x2e4c02d2,0x611ea01e,0x96efabf9,0xf565f5c0,0x4305c098,0x130f600b,0xaeacdcec,0xa01a208b,0x2a8fce5e,0x8fa1021a,0x16fb4001,0xe02fcf01,0xa17737a0,0xef30790c,0x93970430,0x07159f83,0xfcf205e5,0x0e4d01b2,0x6d1d8022,0x97efa6f9,0xc55ff580,0x88071067,0x135f500b,0xbeafdd1c,0xa019e089,0x2a7fce5e,0x9fa2022a,0x17fb4003,0xdfffc901,0x91763740,0xef70740c,0x83850450,0x0e14bf7a,0xfda20ae3,0x8e4c0102,0x751cc027,0x992fa0f9,0xa55cf570,0xdd088032,0x134f470a,0x7eb3dd5c,0x9f19c08b,0x2a9fce5e,0x9fa1022a,0x16fb3003,0xdfbfcc01,0xd17c36b0,0xef70700c,0x436f0450,0x14140f73,0xfe420ae1,0xee4c0022,0x801c102e,0x9a9f98f9,0x9558f551,0x3208b008,0x131f4708,0xbeb1dd8c,0xa419d089,0x2adfcf5e,0xbfa2022a,0x16fb3004,0xdfbfcf02,0x21863690,0xef406d0c,0x33570460,0x1612af74,0xfef209e0,0x3e4afe42,0x8c1ac035,0x9c2f90f9,0x7555f531,0x8107afea,0x125f3d08,0x4eb1ddcc,0xa41a1080,0x2adfd05f,0x0fa4023a,0x18fb2004,0xdfffd301,0xe17e3730,0xeef0650c,0x234004a0,0x18116f72,0xff0202de,0xee4cfc62,0x9819a03d,0x9d9f87f9,0x5551f511,0xc605dfd2,0x110f3307,0x2eb2de2c,0xa41a807b,0x2b1fd25f,0x4fa6023a,0x15fb3004,0xe02fdc01,0xe17d3720,0xeed0530c,0x03270530,0x170fef72,0xfed1edde,0x1e55fb42,0xa2191043,0x9e9f81f9,0x154bf4d1,0xe4049fa4,0x112f2f07,0xeea5de6c,0xb21b007f,0x2bdfd35f,0x8fa7022a,0x10fb4005,0xe09fe501,0xb1793620,0xee80440c,0x13180590,0x0e0d9f7c,0xff51c4dd,0xae6bf8f2,0xb1176045,0x9eef7ff8,0xd544f481,0xe0043f6d,0x122f3009,0xbe9ade5c,0xba1b3080,0x2c9fd35f,0xafa7021a,0x0bfb5004,0xe18ff001,0xb17934e0,0xede0450c,0x331a052f,0xfe0aaf80,0x004195dd,0x8e8bf532,0xbd14a043,0x9e9f82f8,0xa53ff451,0xd5048f49,0x136f440a,0x7ea6de6c,0xac1ad079,0x2c9fd35f,0xafa7020a,0x04fb7004,0xe26ffa01,0xc17a33f0,0xedd0470c,0x431a04af,0xf4079f76,0x014168dd,0xbeaaf122,0xbd11903e,0x9dcf87f8,0xa53ef451,0xc104cf22,0x13bf570b,0x4eadde1c,0xa71ac07e,0x2c0fd35f,0xafa701f9,0xfefb8005,0xe23ffa01,0xd17c3420,0xee20490c,0x031b040f,0xf4051f66,0x024142dd,0xdebbedd2,0xb80ed03d,0x9d8f88f8,0xb53ef461,0xad04aef6,0x13af620b,0x8eb2dd8c,0xa81ae088,0x2bbfd45f,0xcfa701e9,0xfafb8006,0xe14ff601,0xe17e35b0,0xee404b0b,0x731d0360,0x0103cf5d,0x02f13edd,0x6eb4ec22,0xb60d103f,0x9dff86f8,0x4535f3f1,0xb6050ee9,0x135f6a0b,0x1eb1dcfc,0xb31ae090,0x2c1fd45f,0xefa801d9,0xf4fba006,0xe08fed01,0xe17e3700,0xee50470b,0x53220380,0x12048f5b,0x039150dd,0x3ea1eb42,0xb80c3042,0x9e7f83f7,0xa529f341,0xbe04eeea,0x121f630c,0x9e9adcac,0xd01b4097,0x2c7fd45f,0xffa801c9,0xeefbb007,0xe08fdd01,0xa1773720,0xee20520c,0x032e0330,0x1305df68,0x04116ddd,0x2e8dea52,0xbd0bf045,0x9f0f7ff7,0x5524f2f1,0xcc013f0b,0x0eef5111,0x2e9ddccc,0xbf1ba096,0x2b3fd45f,0xdfa701b9,0xe6fbc007,0xe05fd701,0x616f3760,0xee00610c,0xd33402c0,0x1206bf7e,0x043191dc,0xde73ea32,0xc00ce04b,0x9fdf79f7,0x9527f331,0xeffe0f33,0x095f3518,0x7eb0dd0c,0x9d1b4093,0x29dfd35f,0x8fa701a9,0xdefbe008,0xdfffd301,0x717036e0,0xede0650d,0x133202a0,0x16074f99,0x03d1a3dd,0x5e62ea92,0xcc0e204f,0xa05f75f8,0x052ef392,0x18fddf3b,0x04af211f,0x2eb0dd7c,0x9a1af091,0x29afd25f,0x5fa60199,0xd8fbf009,0xdf9fc801,0x616f35e0,0xed806b0d,0x132c02d0,0x2406cf9d,0x03a1a0dd,0x6e60ea72,0xc90ed050,0xa09f73f8,0x8536f412,0x21fcdf38,0x03ef1a21,0xceb3de2c,0x971a7089,0x297fd25f,0x4fa60189,0xd2fc1009,0xdf5fbc01,0x21673510,0xed30750d,0x03180330,0x2f055f9b,0x04118bdc,0xde74e922,0xc10e8050,0xa09f73f8,0xc53af462,0x13fc6f32,0x032f1523,0x2ebfde6c,0x8e19a07f,0x292fd35f,0x8fa80179,0xcffc100a,0xdf1fb601,0x316933f0,0xed60740c,0xb2f10430,0x32036f9c,0x04b162db,0xfe9ae6b2,0xc20cf051,0xa0af74f8,0x9536f422,0x00fd0f2b,0x02cf0923,0xeebcde3c,0x9918d07d,0x296fd55f,0xefaa0189,0xcefc100a,0xdf2fad01,0x516c3260,0xed106e0c,0x22d205b0,0x3b002f8f,0x04a132da,0x1ec5e322,0xb70a2050,0xa08f75f8,0x6532f3f1,0xe9ffbf19,0x038f0723,0xcebcdedc,0xa817d073,0x2a3fd660,0x3fab0179,0xcafc100b,0xdf5fa201,0x01633020,0xec406b0b,0xa2b20580,0x1dfd9f9e,0x04a0e4da,0x6f08e072,0xcd07104e,0xa05f77f8,0x152bf3a1,0xda027f0c,0x06df0a20,0x2ec6e01c,0xac166062,0x2b1fd760,0x6fac0179,0xc9fc200b,0xdf5f9700,0xe15f2ca0,0xebb0600b,0x028a054f,0xfefb2fad,0x0480a8da,0x4f3fdd82,0xde03504f,0xa0af76f7,0xc523f351,0xe2025f1c,0x0a6f021a,0x2ecae15c,0xb8153055,0x2c3fd860,0x8fad0179,0xc8fc100c,0xdf6f9101,0x01632960,0xeba0500a,0xa25505ff,0xe7f8dfa4,0x04806ed8,0xcf6adad2,0xd9004052,0xa10f74f7,0x651df301,0xd302df1b,0x0c8ef715,0x6ec4e21c,0xc8146052,0x2d0fd860,0xafae0179,0xc7fc100c,0xdf9f8f00,0xe15f2700,0xeb20410a,0x7225057f,0xbef65fad,0x046026d8,0xaf8cd7a2,0xe8fc7056,0xa1af70f6,0x950ff241,0xc4039ef8,0x112f0910,0xbec5e32c,0xcc13b048,0x2d7fda60,0xffb00189,0xc8fc100c,0xdfdf9600,0xa1572460,0xeaf0310a,0x21f7044f,0x9bf3cfc2,0x03eff1d9,0x8fa6d372,0xfaf77057,0xa1af6ff5,0x54fdf111,0xc003eec2,0x182f400c,0x6ec5e3cc,0xce13003f,0x2dffda61,0x2fb101a9,0xcffbf00c,0xdfffa700,0xd15d21c0,0xeaf02509,0xb1ce033f,0x91f16fb1,0x030fc3d9,0x7fbacea2,0xf9f21054,0xa17f72f5,0x04f7f0d1,0xc104fe9a,0x1bcf550a,0x7ecde3ec,0xc812a038,0x2e6fdb61,0x4fb101c9,0xd6fbc00c,0xe03fc001,0x116520d0,0xeb401809,0x41a8038f,0x99ef1f89,0x026fa7d8,0x0fc3cac2,0xf0ee1053,0xa17f74f5,0xd502f1a1,0xd7065e98,0x1b1f4607,0x5edae3cc,0xbc123038,0x2eefdb61,0x6fb101d9,0xdbfba00d,0xe04fd801,0x01631f90,0xebd00809,0x0180056f,0xadedaf70,0x012fa5d6,0x1fbbc8d2,0xedeb9051,0xa11f76f6,0x3506f201,0xf2067eab,0x1a8f51fe,0x2ee3e3bc,0xb3122040,0x2f6fdc61,0xafb201e9,0xdefb900e,0xdf9fea01,0x01641e80,0xec3ff508,0xd15c075f,0xc3ed4f6e,0xff2fa1d5,0x3faec732,0xf7e9f04f,0xa0cf79f5,0x64fbf132,0x0104ceaf,0x1d4f60fb,0xaee5e40c,0xb0131048,0x2fffdd61,0xffb401f9,0xe2fb700f,0xdf0ff901,0x01631ea0,0xec4fdf08,0x813e08ff,0xd7ed4f76,0xfdef8bd4,0x6fbbc552,0xf8e98052,0xa15f75f4,0x14edefc2,0x1a037ed6,0x214f5400,0x3edce4ec,0xbc14404e,0x310fde62,0x3fb501f9,0xe3fb7010,0xdefffe00,0xa1571e80,0xec0fd108,0x412709ef,0xdfed8f85,0xfddf6cd3,0xbfdac3b2,0xf6e8c056,0xa1ef72f3,0x94e7ef42,0x3802bf10,0x237f6002,0xeed6e5cc,0xc714c049,0x31bfdf62,0x7fb601f9,0xe4fb7010,0xdf2ffe00,0x514d1d40,0xeb3fd508,0x2120094f,0xd8ec9f97,0xffaf46d3,0xf009c262,0xece7e052,0xa16f76f3,0x94e7ef52,0x3e01ff0d,0x219f5804,0xfee1e6ac,0xbf140034,0x318fe062,0xcfb70209,0xe6fb7010,0xdf7ffe00,0x614f1c00,0xea9fd507,0xf124087f,0xd2ea3fa9,0x01df33d5,0x402ac112,0xdae7104d,0xa0bf7cf3,0xd4e9ef92,0x42018f12,0x201f3806,0xcee5e71c,0xbe13a02b,0x31afe163,0x0fb80209,0xe7fb700f,0xe0200000,0x614f1b60,0xea0fc907,0xb135082f,0xd4e7ffaa,0x028f37d6,0xc026bfe2,0xcce5c04b,0xa07f7ef4,0x94f1f062,0x3f00ff2c,0x20af2c07,0x6ee0e70c,0xc8142032,0x321fe263,0x4fb901f9,0xe0fb800e,0xe0e00700,0x31491b40,0xea1fc207,0xa14107ef,0xd2e70f9d,0x036f3fd7,0xa00fbf42,0xc2e4f04e,0xa0ef7bf4,0xc4f2f092,0x3c00bf22,0x20af2c07,0xaedae64c,0xce14c044,0x321fe463,0xcfbb01c9,0xd2fbc00f,0xe0d00c00,0x31481c20,0xeadfbd07,0xd13b07ef,0xc9e75f89,0x041f52d8,0x7fedbfa2,0xbfe5a053,0xa19f76f4,0x14ecefd2,0x3e00df0f,0x20ff3807,0x7ed1e54c,0xd615505f,0x31ffe564,0x3fbd0199,0xc6fbf011,0xdff00200,0x81531d00,0xeaffbd08,0x113b07ff,0xc2e87f7a,0x03af72d9,0xafc2c112,0xc3e76059,0xa24f70f3,0xa4e7ef62,0x5bffaf04,0x216f4c07,0x9ed0e55c,0xd7156066,0x31cfe564,0x4fbe0199,0xc3fbf012,0xdf2ff200,0xc15b1cb0,0xeadfbf07,0xf13707af,0xc1eb7f77,0x01efa2db,0x2f8ec2f2,0xcde9205d,0xa2cf6cf3,0x44e3ef12,0x6cfebef6,0x20bf4408,0x4ecfe59c,0xd914f062,0x319fe564,0x4fbe0199,0xc5fbf013,0xdf0feb00,0xd15c1b90,0xeadfc507,0xb12c06ff,0xc2ee8f7c,0xffffbfdb,0x3f79c4a2,0xd6ea605d,0xa2cf6bf2,0xd4deee92,0x44000ee9,0x207f3909,0x2ed1e5ac,0xd914005b,0x31afe664,0x6fbe0199,0xc8fbe013,0xdf6fe800,0x614e1a80,0xeaafca07,0x912306bf,0xc1efcf7c,0x001fccdb,0x5f76c5f2,0xd7eb405c,0xa29f6cf3,0x14e2eed2,0x34001ef1,0x216f4208,0xeed4e63c,0xd513004d,0x31afe564,0x5fbe01b9,0xd1fbc012,0xdfefe300,0x21461880,0xea1fcf07,0x8120069f,0xc2efdf7b,0x002fcfdb,0x3f7ac672,0xd3eb705a,0xa27f6df3,0xd4e9ef92,0x32ff1ef5,0x213f4308,0x3edee70c,0xca12603d,0x319fe564,0x2fbd01d9,0xd8fbb012,0xe03fe300,0x31481710,0xe9bfd407,0x911d067f,0xc2ef7f79,0xffcfcfda,0xff7cc692,0xcfeb4057,0xa20f71f4,0xa4f1f072,0x30feaeef,0x20bf3b08,0x2ee6e78c,0xbe11f034,0x316fe463,0xffbd01d9,0xdbfba012,0xe04fe600,0x314815e0,0xea4fc407,0xd116072f,0xc4eeaf7c,0x001fc5da,0xef83c5e2,0xcdea9052,0xa16f77f5,0x04f5f0e2,0x22feeee1,0x207f3908,0x6ed4e73c,0xc912a045,0x31bfe463,0xefbc01d9,0xdafba013,0xe06fe900,0x414a15b0,0xeaafb207,0xf12007bf,0xc6ed9f81,0x00bfbada,0xff8bc502,0xd1e9f04f,0xa10f79f5,0x14f6f0e2,0x18feded3,0x20df4608,0xaec4e6bc,0xd9141055,0x322fe564,0x1fbd01c9,0xd4fbc013,0xe08fe700,0xc15a1710,0xea3fb207,0xe13c07bf,0xc9ed6f7e,0x010fc7da,0x7f84c622,0xd3eb504f,0xa0ff79f5,0x64faf132,0x19ff0ed9,0x20ef4308,0xcec9e67c,0xd714b056,0x321fe664,0x8fbf01a9,0xcbfbe013,0xe08fe700,0xb1581840,0xe99fb707,0xe15a07bf,0xcbedef76,0x017fe1d9,0xdf73c8a2,0xd5ee0051,0xa13f76f5,0x44faf102,0x1dfeeed6,0x217f3f07,0xbed1e64c,0xd114b053,0x31efe764,0xffc00199,0xc3fbf014,0xe04fe900,0x81521840,0xe98fb507,0xd171079f,0xcaeebf73,0x025ff2d9,0xcf69ca42,0xd9efe058,0xa1ff6ff4,0x64f1f012,0x29fe0ed7,0x223f4206,0xcecde5dc,0xd414c05b,0x31ffe865,0x2fc10189,0xc0fc0015,0xdfffeb00,0xe15e1800,0xe95fb707,0xe185075f,0xc6ef8f70,0x030ffad9,0xcf61cb02,0xdaf10060,0xa2ff66f3,0xb4e9ef52,0x31fd7eed,0x21ef3d07,0x2ecce5cc,0xd1151060,0x31efe865,0x2fc10179,0xbdfc1016,0xdfbfee00,0xc15b1870,0xe95fba07,0xe18b071f,0xc2efdf70,0x030009d9,0x6f53cbd2,0xdaf1f066,0xa3af60f3,0x64e6ef12,0x3cfd5ee8,0x21ef3f07,0xbecbe5bc,0xce157060,0x31afe865,0x1fc10179,0xbdfc1017,0xdf5fee00,0x91551960,0xe9cfbc07,0xe18406df,0xbef05f76,0x02900dd9,0x2f49cb82,0xdbf19069,0xa3ff5df3,0xd4ebef92,0x42fc8edd,0x21ef3908,0x2ec8e59c,0xd2154062,0x318fe765,0x0fc10189,0xbffc1018,0xdf5fec00,0x91551970,0xe9bfc007,0xd180069f,0xb9f07f79,0x025004d8,0xff49ca92,0xdcf09067,0xa3cf60f4,0x14edefc2,0x33fbcefe,0x22bf4208,0x0ecce5ec,0xd1148059,0x318fe764,0xffc00189,0xc0fc1017,0xdfbfe500,0xb1581870,0xe9dfc407,0xb16f066f,0xb6f01f78,0x023007d8,0x8f44ca82,0xdbf07064,0xa38f62f3,0xc4eaef72,0x28fc1efd,0x22ff4e07,0xded5e62c,0xcc13b050,0x316fe764,0xefc00199,0xc5fbf017,0xdfefdf00,0xb15817e0,0xea5fc007,0xb15a068f,0xb6efff74,0x01f006d8,0x3f3fc9b2,0xdcef9061,0xa33f66f3,0xf4ebefb2,0x25fc9edc,0x22df4707,0xbed2e61c,0xcc13a04f,0x318fe764,0xbfbf01a9,0xcbfbe017,0xdfffe300,0x715117c0,0xea8fbf07,0xb15106cf,0xb9ef7f76,0x013001d7,0xaf39c8e2,0xd7ee905f,0xa30f68f4,0x44eef012,0x1ffc8ecf,0x22ff4407,0xced1e63c,0xc814104c,0x318fe664,0x9fbf01b9,0xd2fbc017,0xe04fe800,0x614f1800,0xea8fc107,0xb14f06bf,0xb8ed7f7e,0x013fffd7,0x4f33c872,0xd7ee205e,0xa2cf6af4,0x64eff032,0x18fc6eca,0x234f5008,0x0ed7e64c,0xc1140046,0x316fe564,0x6fbe01d9,0xdbfba017,0xe09fe900,0x91541810,0xea0fcd07,0xb15c067f,0xb4ec0f7f,0x01900ad6,0xef27c8b2,0xd7ee905b,0xa27f6cf4,0x94f1f052,0x1dfc3eba,0x22ef4e08,0x3ee6e69c,0xb0136037,0x311fe564,0x3fbd01e9,0xe0fb8016,0xe0efef00,0x915517d0,0xe9afd107,0xb16e068f,0xb2ed3f73,0x01c019d6,0xbf19c952,0xdaef705a,0xa23f6df4,0xb4f3f082,0x1dfbfebf,0x221f4308,0x2eebe69c,0xad133034,0x312fe564,0x3fbd01d9,0xdbfba016,0xe10ff200,0x91541800,0xea3fc507,0xe17a074f,0xb1ee4f6c,0x02402ed6,0xcf06c9f2,0xe2f0605a,0xa22f6df4,0xd4f5f092,0x1ffc0eb5,0x227f4d07,0xbed6e5bc,0xc0140049,0x319fe564,0x4fbd01b9,0xd0fbd016,0xe14ff700,0xa15618d0,0xe92fc808,0x41ae087f,0xb4ee4f59,0x032056d6,0x0ee6cc32,0xddf2d05a,0xa23f6bf5,0x24f9f0d2,0x2bfbfea3,0x230f5907,0xeed5e5fc,0xbe14c044,0x315fe564,0x6fbe0199,0xc7fbf017,0xe13ffe00,0xd15c1990,0xe7efd008,0x91ed09ef,0xc0eebf36,0x03f095d5,0x5eb8d062,0xd0f71058,0xa1ff6ef5,0xd503f182,0x24fbeea3,0x224f4007,0x8edce61c,0xba15503d,0x30ffe664,0x9fbf0189,0xc0fc1018,0xe0effa01,0x21671a50,0xe75fd908,0xc21f08df,0xb5f12f4c,0x0320bed7,0x9e99d422,0xedfa1057,0xa1bf6ff6,0x1507f1c2,0x24fbcea5,0x219f2c06,0xaee1e58c,0xb7160043,0x309fe764,0xdfc00169,0xb5fc3019,0xe0aff300,0xe1601b70,0xe76fdf08,0xf24d06df,0x9cf51f86,0x0130e5db,0x2e79d743,0x17fc8058,0xa1af6df6,0x350af1e2,0x46fbde9d,0x201f2f07,0x6edce47c,0xb8179055,0x306fe664,0xbfbf0149,0xabfc601a,0xe03fef00,0x514d1e70,0xe7afeb08,0xf27c05ff,0x98f93f9a,0x005116dd,0x2e5edc43,0x2001205c,0xa21f68f6,0x750ef212,0x70fb0eb6,0x1daf4209,0x8ed8e35c,0xb019a061,0x300fe664,0x7fbe0149,0xabfc601d,0xdf9ff400,0x614e23d0,0xe7dffa08,0xd2aa056f,0xa1fc7f9a,0xffe14fde,0x4e46e413,0x2208106e,0xa43f56f6,0x450df1c2,0xc6f74e9f,0x1cbf5a08,0xaed9e29c,0xa21b5065,0x2f9fe564,0x3fbd0159,0xaffc501f,0xdf0ffc00,0x614d28c0,0xe8200308,0xf2cd051f,0xa9feafa1,0xff3168e0,0x0e26ecb3,0x2a0f1071,0xa48f52f5,0x04fff062,0xe0f55e41,0x1f6f5704,0x3ed6e21c,0x9d1bf06c,0x2f5fe463,0xefbc0159,0xb0fc5020,0xde9ffe00,0x31482b10,0xe8000b09,0x22e704cf,0xac019fa9,0xfe4162e1,0x2e18f2b3,0x2b14a060,0xa28f63f3,0xf4f4ef42,0x7cf64e4f,0x22cf5402,0x5ed4e21c,0x9c1b906c,0x2f1fe363,0xbfbb0149,0xaafc6021,0xde8ffb00,0x31482ad0,0xe7f01009,0x52f204cf,0xa9034fab,0xfd6158e1,0x8e1cf413,0x3016105d,0xa23f66f4,0x54f7efb2,0x5df65e66,0x235f4303,0xced3e20c,0x9c1ab06c,0x2f0fe363,0xafbb0139,0xa5fc7021,0xdeaffb00,0x514d28a0,0xe8a00c09,0x22e604df,0xab023fb7,0xfcb151e1,0xce19f453,0x3715e063,0xa2ff60f4,0xd4fcf032,0x87f5ee4c,0x22ef3e04,0xdecee19c,0xaa1a5070,0x2f7fe363,0xbfbb0139,0xa7fc7021,0xdebff300,0x414a2820,0xe9300908,0xd2d104ff,0xb301ffbd,0xfc8155e1,0xae14f423,0x39155062,0xa2cf61f4,0xe4fdf052,0x86f61e53,0x22df3e04,0xaecde19c,0xb719b06d,0x2fcfe363,0xafba0159,0xb0fc4021,0xdedfea00,0x21462850,0xe9800f08,0xb2b904ef,0xb6022fba,0xfcc15be1,0x6e14f2f3,0x3a13f05d,0xa24f66f4,0xe4fdf052,0x7ff55e6b,0x230f3e03,0xfed7e1cc,0xaf187063,0x2f8fe263,0x6fb90169,0xb9fc2022,0xdeefe800,0x214727a0,0xea001408,0xd29904ff,0xb2022fc6,0xfcc152e0,0x4e26f233,0x3913105c,0xa21f68f5,0x14fef092,0x75f50e8b,0x225f4104,0x1edee1bc,0xa5174060,0x2f1fe263,0x4fb90179,0xbcfc2022,0xdf1feb00,0x01412640,0xeaa00e09,0x027c05af,0xb402afc8,0xfd2151df,0x2e2af0d3,0x3011f05d,0xa24f67f5,0x9504f112,0x75f4ee94,0x206f4406,0x4ed4e1ac,0xa9166062,0x2f1fe163,0x0fb80189,0xc0fc1020,0xdfaff100,0x01422460,0xeb100809,0x326b068f,0xc2024fb8,0xfd0175df,0x8df9ee43,0x270f005b,0xa20f69f5,0xa504f132,0x7cf4ee6c,0x209f4107,0x1ecbe1cc,0xaf15a063,0x2f3fdf62,0xafb60189,0xc4fc001f,0xe01ff400,0x41492300,0xeb600a09,0x526206ef,0xca027fb2,0xfcd18bdf,0x5de4ee23,0x2e0d4059,0xa1bf6bf5,0x34fef0c2,0x7cf4ce60,0x238f4104,0xdecee1bc,0xaa14d05f,0x2f1fdf62,0x7fb50199,0xc9fbe020,0xe01ff200,0x414b21b0,0xeba00809,0x625f074f,0xcc024fac,0xfce18ede,0xdde7f033,0x380e1058,0xa1af6cf4,0x84f6f012,0x84f3fe61,0x25cf5203,0x3ecae1ac,0xad14b061,0x2f3fde62,0x3fb40199,0xcafbe01f,0xe04ff300,0x01422120,0xebb00909,0x9264077f,0xc401afb3,0xfd7187de,0xfdedf2f3,0x44104055,0xa14f6ff4,0x04f0ef92,0x68f3ce60,0x26ef5c02,0x3ec5e17c,0xaf156066,0x2f2fdd62,0x1fb30199,0xc9fbf01f,0xe07ff2ff,0xf13e2280,0xeb500e09,0xa27e077f,0xc5015fb5,0xfde175de,0xddeef413,0x4d10e04d,0xa03f77f3,0xe4efef72,0x2ff39e6f,0x275f5601,0x4ec7e14c,0xb1167066,0x2f2fdd62,0x2fb30199,0xc9fbf020,0xe08feb00,0x21452520,0xea901509,0x82ae074f,0xd4011fa9,0xfdd174de,0x5ddef373,0x47100046,0x9f1f7ff4,0x04f0ef91,0xf5f3be98,0x274f4f00,0xaec9e14c,0xb417c061,0x2f1fdd62,0x3fb30199,0xcbfbf020,0xe0afe300,0x514c2840,0xe9e02809,0xb2e706af,0xe001df99,0xfe018dde,0x6dc5f293,0x330f103f,0x9ddf85f5,0x04fbf081,0x8af59ec0,0x262f4b00,0xfecfe12c,0xa819005c,0x2e6fdd62,0x2fb30199,0xcefc0020,0xe0afde00,0x81532c10,0xe9e04009,0xe31205df,0xee044f8b,0xfe61afde,0xfdaaf183,0x100e4036,0x9c5f8ef6,0x1509f1a0,0xf8f96ee3,0x241f4301,0x7ed6e08c,0x9819e05e,0x2d9fdc61,0xffb20199,0xd2fbf022,0xe03fd300,0x915430a0,0xea70530a,0x33340550,0x0006af78,0xfeb1e6df,0xad8ef122,0xe70eb02f,0x9adf96f6,0x750ff200,0x5ffe8ef5,0x220f3b01,0x6ed4df9c,0x8f1a8069,0x2ccfdc61,0xcfb10199,0xd7fbf024,0xdfafc600,0x81523380,0xeb10550a,0xe3570590,0x16086f66,0xfe9210e0,0xed79f312,0xc6114028,0x996f9ef6,0xd515f26f,0xd3063eeb,0x209f2b02,0x3ebbdecc,0x971be07c,0x2c0fdb61,0xafb10199,0xdcfbe025,0xdf6fc300,0xa15635c0,0xeb50570b,0x637e04e0,0x1909ff6c,0xfe21e7e3,0xdd7bf712,0xb8151022,0x97efa6f7,0x851ff30f,0x39084f64,0x1e2f1304,0x6ea4de7c,0xa51d5089,0x2b4fda61,0x5faf0199,0xe2fbe025,0xdf8fc200,0xa15737f0,0xeb705e0b,0xb39d0400,0x1e0bbf72,0xfdf1cce5,0xed71fa22,0xb417701d,0x969facf7,0x8520f31f,0x2205b01d,0x1cdf0205,0x6e9ade5c,0xaa1dd091,0x2adfd961,0x0fae0199,0xe7fbe026,0xdf8fba00,0x71503960,0xec405f0c,0x23a903e0,0x270ccf79,0xfdf1dce6,0xad5ffb42,0xaa18901a,0x95dfaff7,0x651ff2ef,0x30087fe9,0x1cff0a05,0x6e8cddcc,0xb41e80a3,0x2a7fd860,0xefad0199,0xeafbe027,0xdf3fad00,0x614f3b30,0xec20640c,0x43bb0350,0x2c0d5f80,0xfe31ece6,0xfd53fc72,0xa6199019,0x954fb1f7,0xb524f33f,0x48068061,0x1d5f1b04,0x7e91ddec,0xb01f10a4,0x2a4fd760,0xcfac0199,0xeffbe028,0xdf2fa400,0x81523c70,0xeb50670c,0x03d402a0,0x310d4f86,0xfe21f9e6,0xcd4afd02,0xa719f018,0x951fb3f7,0xe528f37f,0x6305a091,0x1d3f1d04,0xce9dde9c,0xac1f0096,0x2aafd760,0x9fab01a9,0xf5fbe027,0xdf6fa300,0x614f3c10,0xeb20690b,0xf3da0250,0x330cff85,0xfe0208e6,0x2d44fca2,0xa619e019,0x954fb2f7,0xe527f36f,0x7105b088,0x1daf1e05,0x1ea1decc,0xa91eb08f,0x2aafd660,0x8fab01a9,0xfbfbd028,0xdf7fa300,0x614f3b90,0xec00660c,0x03c802d0,0x2f0cbf82,0xfdf221e5,0xbd3ffd12,0xa81ab01a,0x95efaff7,0xb524f33f,0x8d07803c,0x1e1f2404,0xfe9ade3c,0xae1e6099,0x2a9fd660,0x8fab01ba,0x01fbc028,0xdf7fa300,0xa1563b70,0xecb0640c,0x23b40360,0x290cef84,0xfe1241e5,0x6d38fda2,0xa61b801e,0x96cfabf7,0xa523f32f,0xce0a6fd8,0x1d1f2706,0x9e94ddcc,0xb11e409f,0x2a7fd660,0x7fab01ba,0x07fbb028,0xdf8fa500,0xe1603be0,0xecb0670c,0x23a90390,0x270cdf82,0xfe225de4,0xdd30fdd2,0xa31ba022,0x97efa6f7,0xb524f330,0x2e0c0f89,0x1c4f3306,0x5e98de1c,0xaa1da099,0x2a5fd660,0x6faa01ba,0x03fbc028,0xdfbfa901,0x01633b30,0xeca0650c,0x03a003e0,0x2a0cbf77,0xfde26fe4,0x6d29fd32,0xa01ae027,0x991fa0f7,0xa524f320,0x8b0e8f1f,0x1adf4a05,0xde98dedc,0xab1c5091,0x2a9fd460,0x1fa801ba,0x01fbc029,0xdfafa200,0xa15738f0,0xecd0600b,0xd38d0450,0x290cbf6f,0xfd6272e4,0x7d25fb72,0x9c19f02c,0x9a5f99f8,0x0529f380,0xef0e9ed6,0x17ff6208,0x2e93df2c,0xb61b808f,0x2affd460,0x0fa701ca,0x00fbb029,0xdfaf9900,0x514d3760,0xed205e0b,0xd37604d0,0x240c4f6a,0xfd226de4,0xed23f9c2,0x99199031,0x9b6f94f8,0x452df3e1,0x4c0cfeac,0x14ff740b,0xde93defc,0xb91af08e,0x2b1fd560,0x5fa901c9,0xfdfbb029,0xdfdf9e00,0x81533660,0xedd05a0b,0xf3590590,0x200bff5f,0xfd525de5,0x7d26f992,0x9b199036,0x9c4f8ef8,0x0529f3a1,0x920abe94,0x137f880c,0xae92de6c,0xbb1a0092,0x2b3fd760,0xafac01c9,0xf9fba02a,0xdfafa300,0x71503500,0xee00560b,0xb3460610,0x230bbf56,0xfdb23de5,0xed2ff852,0x9318d03b,0x9d2f8af8,0x452df3e1,0xc0089e84,0x0fffae0d,0xce94de6c,0xbe191090,0x2bbfd860,0xcfad01c9,0xf5fbb02b,0xdf6fa000,0x614e3370,0xedb0550b,0x733e0630,0x240aef55,0xfe2214e6,0x9d3df652,0x8f17603f,0x9dff85f8,0xc536f451,0xdf06ae7f,0x09ffcb0e,0x6ea2deec,0xbc184086,0x2c3fd860,0xcfad01b9,0xeffbc02b,0xdf9fa600,0x614e31d0,0xed50530b,0x53370630,0x1c098f5a,0xfe01d6e8,0x1d56f4e2,0x99162044,0x9ecf80f8,0xc536f461,0xf404fe80,0x055fe80e,0x9eaddfbc,0xb617807b,0x2c9fd760,0x9fad01b9,0xecfbc02b,0xdfbfab00,0x514d3040,0xed00510b,0x53280580,0x0508bf60,0xfd6181eb,0x0d75f452,0xb215704b,0x9fef79f8,0x9532f422,0x09035e89,0x044ffc0f,0x0eb1e07c,0xa716906f,0x2cefd660,0x5fab01b9,0xeafbc02c,0xdfafb800,0x71502e50,0xed60490b,0x330d054f,0xf5086f60,0xfcf136ee,0x0d8cf3e2,0xc3151057,0xa19f6df8,0x652ff402,0x0d01ce90,0x04900710,0x2eaae05c,0xa715d071,0x2d2fd660,0x4fab01b9,0xe7fbc02d,0xdf9fc100,0x91542cb0,0xedd03c0a,0xf2f105af,0xf4087f54,0xfc90fcf1,0x2d9bf362,0xcb14d06b,0xa41f59f8,0xa533f442,0x0a001e8d,0x04100610,0x2e9fe05c,0xb9157075,0x2dbfd560,0x4faa01c9,0xe6fbb02c,0xdfcfc600,0x81532b30,0xede0370a,0xf2e205cf,0xed081f46,0xfc50caf4,0x2da9f212,0xd614008f,0xa7af37f8,0x9532f432,0x19fede8b,0x03f0030f,0x9ea0e0ec,0xb914a071,0x2e2fd460,0x0fa901c9,0xe3fbb02c,0xdfffcb00,0x71502960,0xed203f0b,0x22e3057f,0xe1075f35,0xfc609df6,0xcdb5f062,0xe212d0cc,0xabfefef8,0xb534f452,0x2dff4e85,0x046ff90f,0x6eb8e1cc,0xa313a060,0x2e1fd45f,0xffa901c9,0xe3fbb02d,0xdfcfcb00,0x714f27a0,0xedd03d0b,0x22c805af,0xde067f21,0xfc5083f9,0x3db8ef52,0xdb12313b,0xb0ce95f8,0xf539f4a2,0x40000e78,0x046ff40f,0xbebce10c,0xa8131064,0x2dcfd660,0x5fab01c9,0xe4fba02c,0xe00fc700,0x715126e0,0xef50330b,0x729b063f,0xd5060f17,0xfc6072fb,0xcdb7ef32,0xd312622b,0xb58dadf9,0x153bf4c2,0x5eff4e7d,0x046ff910,0x7ea3dfcc,0xbf13507e,0x2cffd760,0xafac01d9,0xe5fba02b,0xe07fc300,0x614f2740,0xef40300b,0xa294061f,0xcb058f18,0xfc605dfe,0x0db1ee82,0xd711d3d7,0xb7ac0bf9,0x153bf4c2,0x67fe7e8c,0x054ff910,0x5ea4e06c,0xbb13207e,0x2cbfd660,0x7fac01d9,0xe3fba02c,0xe05fc000,0x71502640,0xef302e0b,0x929305ef,0xc7061f11,0xfc7047ff,0x3daaec92,0xd71045b6,0xb52a38f8,0xf538f4a2,0x48fe7e9d,0x060ffa0f,0xfeabe0ac,0xba12e07c,0x2d4fd660,0x5fab01c9,0xe0fbb02c,0xe05fbf00,0x81532540,0xef50290b,0x629405df,0xc906ff04,0xfc8039ff,0x9da2ebd2,0xce0fc6bd,0xaee93ff8,0xf538f4b2,0x12fc8eae,0x07500a0f,0x7ea7e09c,0xc212f07f,0x2defd560,0x2faa01c9,0xddfbb02c,0xe09fc200,0x31482530,0xeea02a0b,0x32ad050f,0xc506df0c,0xfc802b00,0x8d96ebe2,0xcf0fa729,0xa908ddf9,0x353cf4e1,0xb1f90ed5,0x07f00f0f,0x5eade12c,0xbd133075,0x2e4fd460,0x0fa901b9,0xdbfbc02b,0xe0cfc600,0x214525b0,0xedb02f0b,0x22d0043f,0xbe074f0e,0xfc402601,0x6d8bed72,0xd210a765,0xa3f8a8f9,0xe54cf5b1,0x3ef60f13,0x075fe60f,0xaebbe1dc,0xb213a068,0x2e7fd45f,0xffa901b9,0xdafbc02c,0xe0bfc600,0x414926b0,0xed00310b,0x42f403cf,0xb507af07,0xfc102802,0x9d7feed2,0xd1118786,0xa0488bfa,0x755af640,0xeaf68f41,0x052fc70f,0x0ec1e27c,0xb114b062,0x2e8fd45f,0xffa901b9,0xd6fbd02c,0xe0cfc100,0x614d2840,0xec80310b,0x731c03ef,0xb5074efd,0xfc102f03,0x4d72f052,0xc312e79d,0x9d4877fa,0xd563f6b0,0xe3f65f49,0x01cfbd0d,0x8ec1e29c,0xbc15f066,0x2eafd560,0x3fab0199,0xd1fbf02c,0xe0dfb000,0x31482a10,0xec50280b,0xa344043f,0xbe079ee8,0xfc203b03,0xfd5ff112,0xac13d7a7,0x9be86efa,0xb560f680,0xf8f50f51,0xfe8fc90c,0xbebbe25c,0xc317706f,0x2effd760,0x8fad0199,0xcdfc002d,0xe0afab00,0x01412be0,0xeca01f0c,0x1362048f,0xc1093ed7,0xfbb04804,0xed4df1b2,0x9614a7a6,0x9c086ffa,0x4556f601,0x09f3bf68,0xfb9fe60d,0xeeb7e1ac,0xbe193080,0x2e7fd860,0xcfad0199,0xcdfc002f,0xe05fb500,0x41492ea0,0xed001e0c,0x637e046f,0xc20b1ed5,0xfb104f05,0xed3df2e2,0x8a15c79f,0x9d3875fa,0x0550f5b1,0x16f2af82,0xfa4fec0f,0x3eb0e0fc,0xbe1a408f,0x2dffd760,0xbfad0189,0xcbfc002f,0xe08fb901,0x316830e0,0xed401b0c,0x639e046f,0xc70c2ece,0xfab04f06,0x7d30f482,0x8816d78f,0x9f8883fa,0x4556f5f1,0x1cf29f9d,0xfa8fdb0e,0x3ea4e06c,0xc91b209c,0x2e0fd660,0x8fab0189,0xcafc0031,0xe02fbd00,0xe1603120,0xed801e0c,0xa3ba045f,0xca0c8ec0,0xfa605206,0x8d29f562,0x82177779,0xa26896fa,0x855df641,0x21f2bfbd,0xfacfd00d,0x5ea1dfec,0xc71bf0a5,0x2d6fd560,0x4faa0189,0xccfc0038,0xdecfbb00,0x91543280,0xeda0260c,0xe3d3044f,0xd20d1eb6,0xfa505506,0x1d2cf5b2,0x7b17e75b,0xa5a8b0fa,0x955df651,0x2df41fc4,0xfc4fcc0d,0x2ea5df6c,0xbd1bf0a8,0x2d5fd460,0x1fa80189,0xcbfc003b,0xde4fb600,0xd15d33f0,0xed902e0c,0xe3ea043f,0xdf0daead,0xfa705605,0x1d33f6b2,0x7418a732,0xa918d5fa,0xa55ef671,0x3af59fba,0xff3fd00c,0xfeb1df1c,0xb11bb0a6,0x2d9fd45f,0xefa80179,0xc9fc103b,0xde7fb600,0x815334d0,0xedb0330c,0xd3f7042f,0xe40e0eb4,0xfaa04804,0x6d37f802,0x7119b6f2,0xad090ffa,0xc561f691,0x46f5ffae,0x012fd90d,0x6eb7deec,0xad1bc0a4,0x2dbfd35f,0xdfa80189,0xccfc003c,0xde5fb300,0x414935e0,0xedf03b0c,0xc3f9040f,0xe20e8ec0,0xfaa03503,0xfd3bf822,0x7119c683,0xb17975fa,0xb560f691,0x52f55fb1,0x013fde0d,0xcebedebc,0xa91ba0a1,0x2d8fd35f,0xcfa70199,0xd1fbf03e,0xde0faa00,0x414936c0,0xee20420c,0xb3f4041f,0xe10ebeca,0xfa902703,0x6d3ef842,0x7519a5c6,0xb55a2afa,0xa55ef671,0x52f5bfbc,0xffefd70e,0x8ec6de7c,0xa31b509f,0x2d4fd25f,0xafa701a9,0xd5fbe03c,0xde7fb000,0x31483720,0xeee03d0c,0xa3e104df,0xe20eced3,0xfaa01a02,0xad41f872,0x7819e494,0xb7ab54fa,0x855bf651,0x5af63fb8,0xfebfdf0f,0x2ec0de0c,0xa81b30a7,0x2d4fd15f,0x8fa501b9,0xdbfbc037,0xdf8fbf00,0x214636d0,0xef203a0c,0x73d0057f,0xe90e1ed7,0xfab01201,0xad43f842,0x7c19a347,0xb7bc9afa,0x6559f621,0x6df68fa8,0xfecfeb0e,0x3ec6ddec,0xa81ab0a9,0x2d7fd15f,0x7fa501b9,0xdcfbc038,0xdf8fc100,0x514d3620,0xeeb03f0c,0x03c8058f,0xec0daee4,0xfad00600,0xcd44f812,0x87194227,0xb5ddb4fa,0x6558f621,0x7cf77f99,0xfeafed0d,0xaed3de4c,0xa019f09b,0x2dffd25f,0xafa601b9,0xdbfbd038,0xdf8fc500,0xa1573520,0xee503b0b,0xa3c105ef,0xf10cfeee,0xfb4ffdff,0xad4cf662,0x95178180,0xb30e55fa,0x4556f601,0x82f83f97,0xfddfec0d,0xced7decc,0x9d197093,0x2ebfd25f,0xafa701a9,0xdafbe037,0xdfcfcf00,0xb15933c0,0xeeb0360b,0x83a7068f,0xf00beeec,0xfb9ffdfe,0x8d51f5c2,0xa116511e,0xb00eb2fa,0x5556f611,0x94f86f9f,0xfe4fe00d,0x3ed4deac,0xa0194097,0x2e9fd35f,0xbfa701a9,0xdcfbe037,0xdfdfd200,0xa1573320,0xeeb0390b,0xa39106df,0xee0b7eee,0xfb2008fd,0x3d4ff5c2,0xa715f0dd,0xad1eeffa,0x4554f611,0xb3f87f9b,0x002fcd0c,0x4ededf1c,0x9218f091,0x2ddfd35f,0xdfa701c9,0xe2fbc039,0xdf8fd500,0xe15f32d0,0xef10390b,0xc378073f,0xe90bff02,0xfad014fb,0xad4ef572,0xa215f0b5,0xaaaf15fa,0x054ff5c1,0xd6f8cf8d,0x01afd50d,0x9ee2df2c,0x8618c091,0x2d0fd460,0x0fa801d9,0xe9fba03a,0xdf6fe000,0xe15f32a0,0xf000380b,0x8357078f,0xe70b9f12,0xfb0022f9,0xcd51f472,0x9d15809b,0xa8bf2df9,0x9546f541,0xf9f8cf8b,0x02bfe50e,0xbedfde4c,0x8717f095,0x2cffd560,0x3fa901e9,0xeffb8039,0xdfafe200,0xa1583280,0xf080350b,0x3340081f,0xe80aff24,0xfb7035f7,0xdd54f492,0xa115a086,0xa6ef41f9,0x353ef4d2,0x08f91f89,0x04bfe10e,0x1ed8ddbc,0x93174095,0x2d6fd560,0x4faa01f9,0xf3fb7039,0xdfefdc00,0x915531d0,0xf070330b,0x2333086f,0xe409ff39,0xfbb04af6,0x0d56f502,0xa6160076,0xa54f50f8,0xd537f462,0x03f92f7a,0x06efdc0d,0x4ed4ddbc,0x9a16d08f,0x2dafd660,0x6fab0209,0xf6fb6038,0xe01fd500,0x815230d0,0xf070340b,0x0329088f,0xdf08df4e,0xfb905ff3,0xed59f492,0xad158068,0xa3cf5df8,0x552ff3e1,0xfdf8cf80,0x084fdb0d,0x7ed3de2c,0x9a168089,0x2dbfd560,0x4faa0219,0xf9fb5038,0xe02fcf00,0x71503030,0xf0a0330a,0xe31d08df,0xde084f58,0xfba078f1,0x2d57f432,0xb0151060,0xa2bf65f8,0x452df3d1,0xfbf8ff83,0x099fd30d,0x3ed2de6c,0x9b166088,0x2dbfd460,0x2fa90229,0xfffb4039,0xe01fcf00,0xa1563030,0xf0a0360a,0xd31908ef,0xdc082f5d,0xfbc095ee,0x4d52f432,0xb3151058,0xa1df6cf8,0x552df3e1,0xf9f90f81,0x0a8fca0d,0x8ed5de7c,0x97164083,0x2d7fd460,0x1fa9023a,0x03fb303a,0xe00fcd00,0xb1583060,0xf0803e0a,0xd31d08df,0xdd085f63,0xfbb0bbeb,0xcd47f4f2,0xb4156052,0xa0ef73f8,0x452cf3e1,0xf0f92f83,0x0bffc20d,0xaed3debc,0x9716107d,0x2d2fd35f,0xdfa7023a,0x06fb2038,0xe07fc500,0xa15630a0 +}; + +u32 ANIM_ENTRY_standing_up[] = +{ + 0xb55054f4,0x60d6f5ef,0x68f33014,0xf9e21506,0x5d1c165f,0x9c2378d9,0xd316f375,0x12b07220,0x0f03bdb2,0xe49fdd13,0xd05a065c,0x1e078f5e,0x34406105,0x3019f9af,0x7201f01b,0xff8f0eed,0x50700250,0xb4a051f4,0x50e3f5bf,0x69f34012,0xf9e21406,0x6d1c165f,0x9d2388d8,0xd336f575,0x02b17210,0x1603edb3,0xe4cfda13,0xc060065c,0x1e073f6a,0x34706106,0x401cf98f,0x4b02501a,0xffdf0fed,0x706c02b0,0xb47051f4,0x50e6f57f,0x69f31017,0xf9e21206,0x9d1b167f,0xa02368d7,0xd346f674,0xf2b371f0,0x1b03fdb2,0xe4bfd813,0xc06505fc,0x1b06ff7d,0x34706207,0x601ef96f,0x2502c01a,0x000f0bed,0x80650320,0xb4204ff4,0x50ecf54f,0x6cf3601a,0xfa521406,0x9d1a167f,0xa12338d6,0xd356f774,0xe2b471f0,0x1b03fdb6,0xe4afd613,0x906c05ac,0x1906cf8f,0x34906208,0x8021f94e,0xfd033019,0x002f06ed,0xa05e0390,0xb3e04ff4,0x50eff54f,0x6ef4501a,0xfb321606,0xbd1a167f,0x9e2348d4,0xd376f974,0xe2b471f0,0x1f042dba,0xe4afd613,0x7071054c,0x1606bfa2,0x34c06309,0x9024f93e,0xef035018,0x003f06ed,0xb0590400,0xb44053f4,0x50e4f57f,0x6ff4c018,0xfb521b07,0x0d1b16af,0x972358d5,0xd386f974,0xf2b37200,0x24044dbc,0xe4bfd313,0x5072046c,0x11069fbd,0x34b0630a,0x8027f92e,0xe4038018,0x007f04ed,0xc0530430,0xb43053f4,0x50e3f57f,0x71f4a016,0xfac21f07,0x3d1d16af,0x922358d3,0xd3a6fb75,0x02b27200,0x26046dc0,0xe4afd013,0x607703dc,0x0e066fc5,0x34d0640b,0x9029f91e,0xd503a017,0x00bf04ed,0xd04c0400,0xb43054f4,0x50e1f54f,0x71f4b019,0xfaa21f07,0x8d1e16ef,0x912358d1,0xd3c6fc74,0xe2b371f0,0x29046dc2,0xe4bfcf13,0x6078033c,0x0b065fcc,0x34d0650c,0xc02cf90e,0xc703d016,0x00ff09ed,0xe04403f0,0xb44056f4,0x40ddf53f,0x71f5301b,0xfb222107,0xdd1e171f,0x8e2358d1,0xd3d6fd74,0xf2b371f0,0x2d048dc5,0xe4cfcd13,0x0079028c,0x07064fd2,0x34b0660d,0xd02ff8ee,0xba040016,0x014f06ed,0xf03e0480,0xb44058f4,0x30ddf52f,0x71f5601a,0xfb222508,0x1d1f172f,0x8c2368cf,0xd3f6fe74,0xe2b371f0,0x30048dca,0xe4efcc12,0xf07c01fc,0x04062fd9,0x34a0670e,0xe032f8de,0xac043015,0x016f02ee,0x103a04e0,0xb44059f4,0x30dcf4ff,0x71f5b017,0xfaf22608,0x3d1e176f,0x8a2348cf,0xd3f6ff74,0xf2b371f0,0x3304bdcf,0xe4ffc912,0xe07d014c,0x01060fe0,0x3480680f,0xf035f8be,0x9e046014,0x019f04ee,0x20350510,0xb4305bf4,0x10daf4ef,0x71f5c019,0xfb122908,0x6d1f177f,0x872348cf,0xd406ff74,0xe2b471f0,0x3604fdd3,0xe4ffc712,0xa07f00ab,0xfe05dfe7,0x34506911,0x0038f8ae,0x8f049013,0x01df04ee,0x302f0540,0xb4005bf4,0x00ddf4cf,0x73f5c01d,0xfb022808,0x7d1f179f,0x852328cf,0xd4170074,0xe2b471e0,0x3804edd1,0xe4ffc812,0x907e002b,0xfc059fec,0x34406b12,0x303cf88e,0x8104c013,0x021f08ee,0x30260540,0xb3d05cf4,0x00dff4af,0x74f5e01d,0xfb022908,0x8d2117bf,0x842318ce,0xd4370174,0xe2b471f0,0x3a04fdd5,0xe4dfc512,0x507effab,0xfb056ff0,0x34206c13,0x403ff86e,0x7204f012,0x025f07ee,0x402105a0,0xb3d05ef3,0xe0def46f,0x74f6101b,0xfac22a08,0xdd1f17df,0x822318cc,0xd4570274,0xf2b371f0,0x42053dda,0xe4efc012,0x207ffefb,0xf9053ff7,0x33e06e14,0x6042f84e,0x63053011,0x028f01ee,0x601e0610,0xb3f061f3,0xc0daf43f,0x72f6901f,0xfb322a09,0x2d1e181f,0x7f2308cb,0xd4770475,0x02b27200,0x46055ddc,0xe4ffbe11,0xf07ffe2b,0xf504ffff,0x33906f15,0x8046f82e,0x56056011,0x02aefcee,0x70180630,0xb3e062f3,0xb0dbf42f,0x73f6d020,0xfb922b09,0x4d1d183f,0x7e2308c9,0xd4870574,0xf2b371f0,0x4a058dde,0xe51fbd11,0xd080fd9b,0xf404c005,0x33707116,0x8049f80e,0x49059010,0x02eef9ee,0x70100690,0xb3b063f3,0xa0dcf41f,0x73f6c021,0xfb522e09,0x6d1d184f,0x7c2308c8,0xd4a70674,0xe2b471e0,0x4d05addf,0xe52fbb11,0xc080fd0b,0xf104900a,0x33607317,0x904df7ee,0x3b05d00f,0x031efdee,0x700a06a0,0xb3b066f3,0xa0dbf40f,0x75f72020,0xfb623009,0x8d1d186f,0x7922e8c9,0xd4a70674,0xf2b37200,0x4e05ade3,0xe51fb711,0x807ffc6b,0xee047011,0x33207518,0xa051f7ce,0x2d06100f,0x034f01ee,0x700206a0,0xb3a067f3,0x80dbf3ef,0x76f7801b,0xfb723109,0x8d1f187f,0x7622e8c8,0xd4b70774,0xf2b27200,0x5105bde9,0xe52fb411,0x607ffbcb,0xec044017,0x33107719,0xc055f79e,0x1f06500e,0x038f03ee,0x8ffd06b0,0xb39069f3,0x70daf3cf,0x76f7601d,0xfb123209,0xdd1e188f,0x7322e8c6,0xd4e70975,0x02b17210,0x56060deb,0xe51fb211,0x4080fb1b,0xe904201e,0x32e07a1a,0xf059f76e,0x1006900d,0x03cefeee,0x9ff70720,0xb3a06bf3,0x60d8f39f,0x77f75021,0xfb02320a,0x2d1d18af,0x7022c8c5,0xd5070a75,0x32af7230,0x5b062deb,0xe54fb111,0x4080fa6b,0xe6040025,0x32b07d1c,0x005df73e,0x0206d00d,0x03eefcee,0x9ff20780,0xb3b06ef3,0x60d4f37f,0x77f79025,0xfb42340a,0x4d1d18df,0x7022c8c5,0xd5170a74,0xf2b371f0,0x60064def,0xe55fb011,0x1080f9ab,0xe303d02d,0x32907f1d,0x1062f70d,0xf507100c,0x040efeee,0xafeb0790,0xb3c071f3,0x50d0f35f,0x77f7b027,0xfb52350a,0x8d1c192f,0x7122b8c4,0xd5270b74,0xc2b571d0,0x61068df6,0xe55faf10,0x9080f8eb,0xe003b037,0x3250821e,0x2066f6cd,0xe607600b,0x044efcee,0xafe60800,0xb3b073f3,0x40cdf33f,0x78f7a028,0xfb12380a,0x9d1c194f,0x6d2298c3,0xd5370c74,0xf2b27200,0x6406adfc,0xe55fac10,0x7081f88b,0xde03803d,0x3230861f,0x306bf69d,0xda07a00b,0x048efcee,0xbfe00840,0xb3a074f3,0x30caf33f,0x7af7c027,0xfac23a0a,0xcd1c194f,0x692288c3,0xd5570d75,0x02b27200,0x6806adfb,0xe54faa10,0x8080f82b,0xdc035043,0x3200881f,0xf06ff68d,0xd507c00a,0x04cf00ee,0xafd80850,0xb3a077f3,0x30c5f30f,0x7af7c027,0xfaa2380a,0xfd1d198f,0x692278c2,0xd5670d75,0x02b17200,0x6906adf9,0xe53fa710,0x4080f7cb,0xda03204a,0x31d08920,0x4070f67d,0xd007e009,0x04ff01ee,0xafd00870,0xb3a079f3,0x30c4f2df,0x7af7f02a,0xfab2360b,0x2d1c19bf,0x692278c1,0xd5870e74,0xf2b27200,0x6e06bdfa,0xe55fa510,0x6081f75b,0xd902f051,0x31a08a20,0x8071f65d,0xca080008,0x051efeee,0xafca0890,0xb3a07bf3,0x30c3f2bf,0x7cf8a029,0xfb52370b,0x5d1c19df,0x672268c1,0xd5970f74,0xf2b27200,0x7206edff,0xe57fa410,0x3080f6fb,0xd802c058,0x31808b20,0xd073f63d,0xc4082008,0x055efcee,0xafc408b0,0xb4007ff3,0x30baf2af,0x7ef8f029,0xfb82380b,0x7d1a19ff,0x652258c0,0xd5a71074,0xf2b27200,0x74072e04,0xe57f9f0f,0xc080f63b,0xd5029065,0x31408c21,0x2075f61d,0xbd085007,0x058ef7ee,0xbfbf08f0,0xb4a084f3,0x70adf28f,0x83f8b030,0xfaf2370b,0xcd171a3f,0x652218c0,0xd5b71075,0x02b27200,0x78072e07,0xe57f9e0f,0xb07df52b,0xd2026078,0x31008e21,0x7076f5fd,0xb6088006,0x05cef8ee,0xcfba0930,0xb56088f3,0xb09af2cf,0x87f8802c,0xfa423b0b,0xcd191a5f,0x622208c0,0xd5c71174,0xf2b371f0,0x79072e0a,0xe56f9c0f,0x9077f40b,0xd002508a,0x30c08f21,0xc078f5ed,0xb108a006,0x060efdee,0xbfb30940,0xb6008df3,0xf08af30f,0x8af8902b,0xfa423f0b,0xed1b1a4f,0x5d2208bf,0xd5d71174,0xf2b271f0,0x7b074e0e,0xe56f9a0f,0x9074f30b,0xce02409a,0x30a09022,0x207af5cd,0xac08c005,0x063effee,0xafaa0970,0xb6b092f4,0x3078f30f,0x8cf8e02f,0xfa923f0c,0x3d1a1a8f,0x5d2208be,0xd5f71274,0xf2b271f0,0x83078e12,0xe58f990f,0x4071f1fb,0xcc0230ad,0x30709122,0x707bf5ad,0xa608e004,0x065efcee,0xafa209b0,0xb76096f4,0x8066f31f,0x91f90031,0xfa923f0c,0x5d191abf,0x5d21f8bf,0xd5f71274,0xd2b571d0,0x87079e13,0xe59f970e,0xf06ef0eb,0xcb0210bf,0x30309322,0xb07df58d,0xa0091004,0x068ef6ee,0xaf9d09e0,0xb80099f4,0xd058f32f,0x95f92033,0xfa923f0c,0x6d181adf,0x5d21e8bf,0xd6071274,0xc2b571c0,0x88079e16,0xe5af960e,0xd06aeffb,0xca01f0d0,0x30009423,0x107ff55d,0x99094003,0x06bef7ee,0xaf970a10,0xb8909df5,0x2049f35f,0x99f98034,0xfac2400c,0x7d171aef,0x5b21c8bf,0xd6071274,0xe2b371e0,0x8907ae1b,0xe5af930e,0xb065eedb,0xca01e0e3,0x2fd09523,0x6081f53d,0x93097002,0x06fefaee,0x9f900a40,0xb9509ff5,0x803df39f,0x9df9f033,0xfb12420c,0x9d171aef,0x5921c8be,0xd6271374,0xe2b371f0,0x8c07ce1e,0xe59f910e,0x8060eddb,0xca01d0f4,0x2fb09723,0xa082f51d,0x8e099001,0x073efbee,0x9f890a70,0xba40a1f5,0xd033f3df,0xa0fa1032,0xfb22410c,0xad191b0f,0x5a21c8bd,0xd6371474,0xd2b571d0,0x9107de1f,0xe59f910e,0x705aecfb,0xcb01d104,0x2fa09823,0xf084f4fd,0x8809c001,0x076efbee,0x9f830ab0,0xbb50a3f6,0x3027f40f,0xa2f9f033,0xfb22410c,0xbd191b1f,0x5921d8bd,0xd6471474,0xc2b571c0,0x96080e24,0xe5af8f0e,0x2055ebfb,0xcc01b116,0x2f809924,0x4086f4cd,0x810a0000,0x079ef9ee,0x9f7d0ac0,0xbc30a4f6,0x901ef44f,0xa6fa2030,0xfb12430c,0xad1a1b0f,0x5921f8bc,0xd6571574,0xa2b771b0,0x9a082e28,0xe5bf8d0e,0x0050eb2b,0xce01a125,0x2f709b24,0x9088f4ad,0x7c0a2fff,0x07bef5ee,0x8f750ae0,0xbd30a5f6,0xf00cf4af,0xa9fa0033,0xfb52420c,0x8d1b1b0f,0x5921f8be,0xd6471474,0x72ba7180,0xa2082e22,0xe62f8d0d,0xe04aea2b,0xd1019136,0x2f609d24,0xf08af47d,0x750a6fff,0x07eef7ee,0x8f700af0,0xbe40a7f7,0x5ff9f50f,0xaafa002f,0xfac23e0c,0x6d1d1aef,0x552228c4,0xd5f70e74,0x02c27110,0xb807ee17,0xe77f940d,0xa042e90b,0xd2019149,0x2f509f25,0x508df43d,0x6d0aaffe,0x082ef9ee,0x9f6d0af0,0xbf10a7f7,0xbfebf59f,0xabfa7027,0xfa723a0c,0x2d211a8f,0x4f2248d6,0xd4c6fe72,0x82d86fb0,0xd4079e11,0xe8cfa20d,0x1036e83b,0xd801e158,0x2f90a125,0x808ef3ed,0x650afffd,0x085ef8ee,0xaf6a0b00,0xbff0a5f8,0x4fdef66f,0xadfb002d,0xfaa22f0b,0xcd261a4f,0x44221902,0xd256d56f,0xe2f86d30,0xe8080e09,0xe9ffa40c,0x3022e77b,0xe2029169,0x3020a225,0xb091f3dd,0x640afffc,0x087ef5ee,0xbf670af0,0xc0d0a5f8,0x8fd5f73f,0xa9fd502c,0xfb42250b,0x0d3019df,0x2b221967,0xce96776b,0xe31d6950,0xfc08de12,0xecbf8c0b,0x0010e6db,0xec038179,0x30e09f25,0x608ff3dd,0x630afffc,0x087ef6ee,0xcf630ab0,0xc140a3f8,0x7fd7f88f,0xa3021019,0xfbc22909,0xdd3e18df,0x03222a4a,0xca559d64,0xb3486271,0x2609ee47,0xf15f6b08,0x3ffce6cb,0xf604c181,0x32009424,0x1089f3ed,0x660aeffb,0x08cf12ee,0xbf5c0a70,0xc210a0f8,0x6fd9fa1f,0xa207800c,0xfbd22d08,0xbd48186e,0xdc220c33,0xc833c055,0x43755361,0x4d09fe95,0xf54f5302,0xafe4e6bb,0xf906118d,0x33108822,0x7081f40d,0x6b0acffa,0x08df56ee,0xbf560b90,0xc3009bf8,0x7fdefb7f,0xaa0d8005,0xfc923007,0x8d4418be,0xbd21ce2e,0xcbf1d339,0x238137c1,0x48093eeb,0xfa0f4cfb,0xbfd8e6bb,0xfc07119c,0x34007a20,0x9077f44d,0x730a8ffa,0x07ef7fee,0xbf520fd0,0xc3c090f8,0x6fe9fd9f,0xb3146fe7,0xfd224906,0x0d3c17ae,0x8c222f0c,0xd3310225,0x83632491,0x2c098f42,0x02ff52f6,0x7fd9e70c,0x020791a3,0x35306b1e,0x906ef4dd,0x840a0ff9,0x06df79ee,0xcf4f14c0,0xc4b088f8,0x1ff6ff7f,0xbb1abfc8,0xfdc25d04,0xbd32157e,0x5622af67,0xd9d0af1d,0xc3481d21,0x4c0cdf76,0x0d8f69f3,0x1fd2e73c,0x070711a9,0x35c05d1c,0x7064f5cd,0xa3093ff9,0x065f78ee,0xdf4c16c0,0xc5e086f8,0x200400ef,0xbd201fb6,0xfe526704,0x1d2f141e,0x2d22df90,0xde30891a,0xb3391a21,0xbe112f92,0x134f76f1,0x7fbbe77c,0x0906a1ae,0x36104e1a,0x105af6dd,0xcb086ff8,0x05ff84ee,0xef4714c0,0xc6c089f9,0x001d032f,0xb624bfa4,0xfee26f03,0x8d37127e,0x0d239f9c,0xddd08219,0x333218c2,0x4b158f91,0x138f74f0,0xff90e88c,0x0d0781ad,0x36e04017,0x704ff81d,0xfc077ff7,0x05ff85ef,0x1f471120,0xc83089f9,0xb02e046f,0xb5283fa7,0xfee26203,0xad4010ad,0xfa24bf98,0xdb808817,0x432416e2,0xad191f87,0x11ff86ee,0xef69e87c,0x150861b9,0x37d03615,0x6047f92e,0x2d06aff7,0x056f76ef,0x6f4d0e20,0xca6081fa,0x503704bf,0xbf2a0fb4,0xff123c04,0xed460edd,0xf025df7f,0xd740a415,0x331214f2,0xe81b4fa7,0x120faaec,0x3f4ee70c,0x260991d3,0x39703314,0x2044f9ee,0x56061ff6,0x048f66ef,0xbf510b90,0xcc207dfb,0x504a056f,0xbf2aafc5,0xff91f706,0xed460c4d,0xef279f46,0xd1e0df13,0x22fd1313,0x491aeff3,0x142fc2eb,0x8f37e5ac,0x330b11e8,0x3ae03314,0x0044fa7e,0x7305bff6,0x043f60ef,0xff540990,0xce207dfc,0x1059055f,0xbe2adfe2,0xff619a09,0x2d320b3e,0x07294eda,0xcc914d0f,0xe2d11003,0xc618e03f,0x13bfcee8,0xdf2ae33c,0x3b0b6206,0x3b503714,0x9047fabe,0x7f059ff5,0x04ff66ef,0xff4f08d0,0xcff078fd,0x406e064f,0xba2a6fe4,0xff916109,0x9d21082e,0x282c8e81,0xca51a60c,0xa29c0d13,0xf918504b,0x129fe6e7,0x5f0ee10c,0x510c6225,0x3c703d15,0x904bfabe,0x7f059ff4,0x064f67ef,0x9f3e08e0,0xd0d071fe,0x709607bf,0xbb296fdc,0xfff15a08,0x1d1d054e,0x4e2f3e4f,0xc961d90a,0x726f0b23,0xf2191034,0x13100be6,0xdeefdfcc,0x6a0e0232,0x3e104516,0xe050fa9e,0x7705aff3,0x07af64ef,0x2f2d09e0,0xd1606bff,0x70c908df,0xbe282fd8,0xffe16205,0xfd1d042e,0x7d30ae4c,0xc911de09,0x024b09f3,0xe718d032,0x118010e4,0xeec9decc,0x850f723a,0x3f604e18,0x6057fa7e,0x6c05dff2,0x08af5eee,0xff210b70,0xd2506500,0xa0fa09cf,0xc2264fd8,0xff716703,0xed1903de,0xb2314e72,0xc961b908,0x022c0903,0x9f15603e,0x0cfff2e2,0xde98dd7c,0xa710924e,0x4040591a,0x405efa2e,0x5b060ff2,0x08ef5bee,0xaf130d60,0xd3505d01,0xe1300aef,0xcb23cfd3,0xff515f01,0x9d1403ae,0xea31eebe,0xca516f06,0xf2070813,0x23103038,0x08afe5e0,0x3e5fdc1c,0xd211d264,0x4140661c,0x8068f9ee,0x4a064ff1,0x083f65ee,0x7f090ec0,0xd3e05203,0x01750bef,0xda20bfd2,0xff6159ff,0x1d0f043f,0x1d320f1e,0xcc510f06,0xa2130812,0xf30bf064,0x063fdbe1,0x5e2fdb5c,0xfc138270,0x42b0721e,0x2070f9ae,0x3e068ff1,0x085f75ee,0x7f040ec0,0xd1506f02,0x71f009cf,0xe01d5fda,0xff3144fd,0x0d0f054f,0x4831cf60,0xcf00cb06,0xd2310873,0x000b8069,0x031fd7e6,0xce56dc6c,0xd210e250,0x3f407a1f,0xb076f96e,0x2c06bff0,0x095f80ee,0x5efc0e20,0xcbe09801,0x029d071f,0xdf195fdd,0xff2126fb,0x0d14055f,0x7031bf86,0xd130a307,0x325208f2,0xe50d5019,0x009ff2ed,0x7ea6e00c,0x8a0db200,0x3af08421,0x907df91e,0x1a070fef,0x0a6f75ee,0x3ef40df0,0xcad09c01,0x72fa069f,0xe5162fe3,0xfef11ffa,0x0d1405bf,0x87313fa6,0xd3b08007,0xd27a09c2,0xc7097012,0xff000eef,0x8eb8e0cc,0x8a0db1f2,0x3a909023,0x6087f8be,0x04076fee,0x0aff53ee,0x4ef10e30,0xcb109b02,0x433e06af,0xe912dfe8,0xff2129f9,0x1d1706cf,0x9f30bfb3,0xd4f07208,0x529b0a62,0x9f04f026,0xfd201eeb,0xbec1e07c,0x8d0e11f7,0x3ae09b24,0xc08ff82d,0xea07efed,0x0b3f46ee,0x3eea0e50,0xcb709c02,0xb37e06cf,0xf00fcfe7,0xff913ef7,0xdd1c089f,0xc0307fae,0xd2c07807,0xf2a90a22,0x3dffd02e,0xfad024e6,0xcec8e00c,0x8a0e41fb,0x3b409f25,0x5092f77d,0xcb088fec,0x0b6f4cee,0x1ee30e40,0xcc809c03,0x53a7070f,0xf10d5fe7,0xffc15cf6,0xcd250bdf,0xe12fdfb1,0xd1407507,0x02ab0951,0xfbfd104f,0xf7b015e1,0xfec0deec,0x900e320a,0x3b90a325,0xb095f6fd,0xc008efec,0x0b4f51ed,0xfedc0f00,0xce109803,0xb3c1075f,0xf90b6fe2,0x003197f5,0x8d300f4f,0xfe2f8fbc,0xd0a06705,0xb2a40811,0xcdfc9085,0xf4aff1de,0x3eb1dd4c,0x9e0e321f,0x3be0ac26,0xb09cf6ed,0xc308dfeb,0x0adf5ced,0xced210e0,0xcfc09203,0xf3d10790,0x0109dfdb,0x0081d9f4,0x8d371190,0x14300fc6,0xcfc05a04,0xb2a40701,0x82fb20b2,0xf36fc0da,0x5e9edbac,0xb30e8235,0x3c50b827,0xf0a5f6fd,0xcd08afeb,0x0a4f64ed,0x8ec81270,0xd1a08a03,0xe3d20770,0x0307dfd3,0xfff1f6f4,0x3d351260,0x2430afcd,0xcea05004,0x02ae0641,0x4dfb40ab,0xf2cfa1d8,0xae84d9fc,0xd20e6251,0x3ca0c429,0x30aff6dd,0xcb08bfeb,0x096f77ed,0x8ec31260,0xd2a08303,0x13d50660,0x0a063fd0,0xff51f9f4,0x4d2a12b0,0x30310fde,0xd0703b03,0x52b50561,0x39fbe0bc,0xf1afa7d8,0xfe7bd8ac,0xe80d0267,0x3c50d62b,0x10bff63d,0xba091feb,0x07ef94ee,0x1ecd10d0,0xd1207e01,0xd3f204c0,0x16067fd5,0xfef1f3f4,0x7d181380,0x35315fef,0xd5502302,0x024e03c1,0x2bfcb0c8,0xf05fbed9,0x7e93d91c,0xe50b3263,0x3bc0f82d,0xf0def46d,0x800a9feb,0x063fa2ef,0x1ee30f30,0xce107d00,0xf4170380,0x1707efdd,0xfe81e1f5,0x4d0314c0,0x3031eff8,0xda501301,0x41ec02c1,0x14fc60dc,0xefcfb9d9,0x6eb3da7c,0xd90b1257,0x3b513f32,0x011fef9d,0x160eefeb,0x05afb6ef,0xdef31110,0xcb807c00,0x942802e0,0x0e0a7ff4,0xfe51ccf7,0x0cf116b0,0x2332affe,0xdf500500,0xc18701f1,0x0bfc10ea,0xefafb0da,0x4ec9db3c,0xd80d6254,0x3b91fe37,0x31d9ddcc,0x891fffeb,0x055fe7f0,0x8f011570,0xc9607600,0x042e025f,0xff0da01f,0xfdf1a3f9,0x5ce419c0,0x17339001,0xe46ffb00,0x611e0141,0x0ffc00f8,0xef4fa9db,0xaedcdb7c,0xde107244,0x3c445c3a,0x6430a2ac,0x725a9feb,0x03e016f1,0xdf2114a0,0xc7d06dff,0x4436019f,0xee0fe049,0xfd017cfb,0xbcdb1cf0,0x0d341001,0xe86ff400,0x30bf00d1,0x08fc3101,0xef7f94dc,0x6eeadb4c,0xe811e225,0x3b76b836,0x168a8c9c,0xe3707fec,0x00f036f3,0xaf531120,0xc71066fe,0x743b00ef,0xde10a06a,0xfc017afe,0x7cd42070,0x0133e001,0xea7ff600,0x207400a0,0xe9fc910c,0xf01f72dd,0x9ef0daac,0xf111c1fe,0x38d75d2f,0xe72e878d,0x3a759fee,0xfda040f5,0xcf911010,0xc6e060fe,0x3443010f,0xdc109076,0xfb419000,0xdcd1241f,0xf1333000,0xe9effc00,0x303700a0,0xbefc1130,0xf08f60e0,0x0ef0da7c,0xf210c1d6,0x35f7982a,0xb76a85ed,0x6b775fef,0xfaf040f7,0xdfd10e50,0xc7c05cfe,0xb439029f,0xef110068,0xfb51a402,0x5cd9260f,0xd5330fff,0xe8400300,0x304200d0,0xa2fa5169,0xf0ff54e1,0xaee2da4c,0xf41031d1,0x34c7ae27,0x478284fd,0x94784ff0,0xf93041f9,0x000d0cd0,0xc8b058ff,0x24300450,0x0811f052,0xfb419303,0x8ce3270f,0xbb330ffd,0xe6c00900,0x404d00f0,0xb2f6d18d,0xf1cf43e3,0xcee4da6c,0xef10a1da,0x3467b725,0x478b843d,0xbe792ff1,0xf9503cf8,0xa0370d80,0xc92054fe,0xb42d04e0,0x1a12703f,0xfa215504,0xfce928ef,0xab323ff9,0xe4c01200,0x50570110,0xddf1d1a4,0xf3df63e8,0xff0bda2c,0xd510c1d1,0x3367c322,0x679983ad,0xe179bff3,0xf99037f8,0x105d0f40,0xca5055fe,0x242005c0,0x2912d024,0xf9611606,0x0cf32a7f,0x9f313ff5,0xe3101a00,0x70690140,0xfdec91bf,0xf6df8eee,0xdf37d8cc,0xb31061cb,0x32e7cf1e,0xf7a6833e,0x077a4ff5,0xf9103bf8,0x30911080,0xcb8059fe,0xa41f07d0,0x39130ffd,0xf9a0f706,0x6d012bcf,0xa3304ff3,0xe2201f00,0xa08401a1,0x28ea21b0,0xf99f9df6,0x4f40d82c,0xa61111ca,0x3307d71b,0xf7af82ce,0x2e7abff6,0xf92039f8,0x70c31180,0xcce05bff,0x542909e0,0x45120fd8,0xfa60f105,0xfd0e2c3f,0xc32f0ff2,0xe2002000,0xe0a70201,0x39e961aa,0xfccf91ff,0x1f3dd83c,0xa511f1c8,0x33a7db1a,0x57b3829e,0x427afff8,0xf8d039f8,0x70ea12e0,0xce005aff,0x24380a90,0x50105fba,0xfaa0fd04,0xfd192c2f,0xf42d5ff4,0xe2e01c01,0x20c50271,0x38e9b1af,0xfeff9806,0xdf52d87c,0x9a1191bd,0x3457dd19,0xb7b6829e,0x427afffa,0xf8e03ff7,0xe1051360,0xcf405afe,0xf4470b00,0x540e5f99,0xfb611903,0x6d232b80,0x2a2b4ff8,0xe4e01401,0x60db02b1,0x29eb61b2,0xff3fa40b,0x3f61d85c,0x9010f1b9,0x3507df19,0x37b8829e,0x447afffb,0xf7d044f7,0xb1161280,0xd13061ff,0x744b0bd0,0x4a0bff70,0xfcc14401,0xed292af0,0x6328fffc,0xe6f00c01,0x80e702e1,0x20eee19b,0xfeaf9a0b,0x8f56d7ac,0x8f10f1c9,0x3507e018,0xf7b8826e,0x4e7b1ffc,0xf58049f8,0x613113e0,0xd3806d00,0x244c0c60,0x39084f4a,0xfed17800,0x8d2a29a0,0x97261ffe,0xe8a00601,0x90ee02f1,0x2bf2d154,0xff0f9009,0x0f44d6bc,0x8e1111e0,0x3447df19,0x17b8824e,0x587b3ffc,0xf45051f8,0x91451630,0xd6007b00,0x844a0c40,0x28035f2d,0x01d1a6ff,0x2d2826f0,0xc522efff,0xe9800301,0x90f102f1,0x26f5f12a,0xffbf9205,0xbf3fd5ec,0x8b0f91f2,0x3327de19,0x77b6826e,0x507b1ffd,0xf3304af8,0x81561590,0xd8808100,0xa4470bf0,0x1dfdbf28,0x0511c1fd,0xbd272340,0xef1fbfff,0xe9c00201,0x90f302f1,0x1cf8a118,0x006f9a02,0xff44d5bc,0x8f0df1f8,0x32e7db1a,0x37b382be,0x3d7acffe,0xf2502df9,0x416e1520,0xdb308001,0x443f0be0,0x0ef8df39,0x0731cefb,0xfd211fc1,0x131cffff,0xea300101,0x90f302f1,0x2cfcd0df,0x01dfa001,0x1f38d61c,0x910d61fa,0x3347d61b,0x87ad831e,0x257a5ffe,0xf1202ef9,0xc1841540,0xdea08302,0x24200bdf,0xfbf60f4a,0x0841ddf9,0xbd1e1d71,0x291b1fff,0xeab00001,0x90f202f1,0x54012083,0x01efa9ff,0x1f25d63c,0x890cb208,0x3367ce1d,0x67a5837e,0x0f79ffff,0xeec041fa,0xb18f1660,0xe2508202,0xb3f80b9f,0xeef47f53,0x08c1d7f6,0xfd231c81,0x3519afff,0xea300201,0xa0f80301,0x86061024,0x005fabfd,0x9f17d66c,0x880c1212,0x33f7c31f,0xc79a843d,0xea793001,0xede043fa,0x31a914e0,0xe5e07b02,0xd3c90b6f,0xe7f39f59,0x0961b5f4,0x1d2f1bf1,0x38194ffd,0xe8d00801,0xc1050331,0xc40aafa2,0xff0fa1fd,0x5f06d68c,0x920b9215,0x3507b522,0x678c855d,0xbc781001,0xedd042f9,0x61bd1330,0xe9607502,0x938e0b2f,0xe1f39f5a,0x0a018bf1,0xad3d1bb1,0x351a6ffa,0xe6c01101,0xf1110361,0xd70daf0b,0xfddf98fe,0x6ef5d68c,0xa40b0218,0x3627a325,0x177a86ad,0x8f76d002,0xee103af8,0x61ca1250,0xec307202,0x43580a9f,0xdef3df58,0x0a3169ef,0xcd461be1,0x291bfff6,0xe4d01a02,0x111c0381,0xb00ddea6,0xfc4f9a00,0x1eefd6fc,0xaa0a2212,0x36c78c27,0xe765887d,0x60752003,0xee702df6,0x91d41080,0xee806e02,0x03260a5f,0xe0f41f54,0x0a215fee,0x3d491c11,0x131dcff2,0xe3702002,0x412703b1,0x660ade9a,0xfaaf9a01,0xaeebd7dc,0xad096208,0x3737712a,0x974c8aed,0x2e72d003,0xeed021f5,0x41d50e70,0xf1306801,0xc2e60a2f,0xdff42f51,0x09e15aed,0x9d4a1c30,0xf71fdfeb,0xe1202d02,0x613103e1,0x24077ecc,0xf8ff9b03,0x0eddd86c,0xb708a207,0x37774d2d,0x77298e2c,0xfd6fb004,0xef3019f4,0xc1cd0da0,0xf3806001,0x82a909ef,0xe0f48f4f,0x09a14ded,0x8d4a1bc0,0xd621dfdc,0xddc04102,0x81390400,0xee045f06,0xf7df9904,0x6ed1d95c,0xbd07f204,0x37971930,0x66f8930c,0xcc6b1004,0xef6011f4,0x31c40ce0,0xf5505701,0x427309af,0xe3f50f53,0x09613ced,0xed481af0,0xb423afc2,0xd9606002,0xa13f0420,0xbc019f19,0xf6cf9b05,0x5ec6da8c,0xc107b1f9,0x3806d733,0x16b99adc,0x9d638005,0xefc008f3,0xa1bb0c80,0xf7004d00,0xd23e093f,0xe6f56f5a,0x08c131ee,0x5d4619c0,0x8e253f9d,0xd5408802,0xd1490440,0x89008f13,0xf5cf9905,0xcec4dbcc,0xc107a1ea,0x38966935,0xd64fa99c,0x76551004,0xefe004f2,0xb1af0ba0,0xf8704100,0x520b08ff,0xedf60f5d,0x083129ee,0x5d421880,0x67268f74,0xd240b202,0xf1540470,0x4e005f20,0xf4df9105,0x7eccdd6c,0xb807a1d8,0x39159838,0x5583c36c,0x673b9002,0xefa005f1,0xe1980a90,0xf9c035ff,0xd1dc089f,0xf4f6af5b,0x077121ee,0x6d3d1770,0x4627df48,0xcfe0e003,0x01530470,0x26ff8f2d,0xf44f9404,0xeed1df0c,0xb00771c2,0x39543739,0xa426db5c,0x84240001,0xef5007f1,0x41810a40,0xfb502cff,0x61a507ff,0xf9f75f61,0x06e128ee,0xbd361740,0x2f28df21,0xce410702,0xe14b0460,0x15ffdf20,0xf2ff9304,0x9ed0e02c,0xaa0711b4,0x3952bd38,0xb2b1e88c,0xbb173fff,0xef4005ef,0xf16509e0,0xfce01dfe,0xe17007bf,0xfff79f6d,0x065134ee,0xdd2f1770,0x1a299f08,0xcd811f02,0xd1420450,0x18005f19,0xf1ef8e04,0x7ec9e17c,0xab07a1a2,0x39c1c136,0x01baf02d,0x01100ffd,0xefb000ee,0x51460910,0xfe0003fe,0x714b07f0,0x05f78f7b,0x05613aee,0xad2d1750,0x0b2a4efd,0xcd312a02,0xc13d0440,0x28ffaf19,0xf18f9504,0x8eb7e34c,0xb108d18d,0x3aa13532,0x7134f46d,0x460c1ffb,0xf06ffdec,0xe12708b0,0xfebff1fe,0x512c07b0,0x06f82f8a,0x045145ef,0x0d2e173f,0xfc2aeef3,0xccf13302,0xb13a0430,0x3aff6f12,0xf15fa104,0xdeb3e55c,0xa809c178,0x3b10e02e,0x70e5f72d,0x89099ff9,0xf11ffbeb,0x610b0880,0xff3fe2fe,0x210d0720,0x09f8ef9e,0x033151f0,0x0d2e16af,0xe92b7ef6,0xcd113102,0xc13e0440,0x4cff6f0e,0xf1cf9f05,0x2eb2e76c,0x9e0a6160,0x3b50a92a,0x70b2f91d,0xc607eff7,0xf1cff7e9,0xf0ef07a0,0xffafd4fd,0xd0ef0680,0x11f95fb2,0x022161f0,0xfd2b15ff,0xd72bcf07,0xcdb12002,0xe1460460,0x51ff6f0a,0xf24f9605,0x3eb0e96c,0x970a714b,0x3bb08326,0x8090fa2d,0xf006fff6,0xf28ff8ea,0x10e30750,0x001fc7fd,0x70d305d0,0x19f99fc3,0x013171f1,0xdd2b16af,0xcd2c0f18,0xce510f02,0xf1470470,0x4aff6f03,0xf14f9705,0x0eaeeb1c,0x9309813f,0x3c306822,0xd078fa7d,0xfd06aff5,0xf35ff9eb,0x60e40770,0x006fbdfd,0x70ba0550,0x1bf9afd0,0x00b185f2,0xcd2b164f,0xc52c9f2a,0xcf10fd02,0xd13d0450,0x44ff3efb,0xf07fa805,0x9eb2eccc,0x88080138,0x3c60531f,0x6065fa2d,0xef06fff3,0xf47ff9ec,0xc0e50830,0x00afb5fd,0xc0a104d0,0x15f9afda,0x004194f3,0x9d26147f,0xbd2daf46,0xd060e102,0xa1300420,0x44ff1efb,0xf13fb006,0x4eb7ee2c,0x79066131,0x3c40431c,0x3057f99d,0xda076ff1,0xf5aff5ed,0xa0e309f0,0x012facfe,0x30850430,0x0ff98fe6,0x00119df4,0xad1e133f,0xb52e6f5e,0xd1c0c802,0xa12f0420,0x47ff6eff,0xf19fab06,0x6eb5ef5c,0x6d05012b,0x3c103519,0x104bf92d,0xc807dff0,0xf71fecee,0x70df0c20,0x016fa5fe,0x907003a0,0x0af91ff2,0x0011a0f5,0xdd15128f,0xae2eff71,0xd310b502,0xa12f0420,0x49ffeef1,0xf14fa905,0xceb4f08c,0x62043120,0x3c302b16,0x5041f8bd,0xba083fee,0xf8afe3ef,0xb0e20dd0,0x020fa0fe,0xe0530310,0x06f8effc,0x0051a1f7,0x5d0c11ef,0xa42f8f82,0xd460a402,0x912d0420,0x49000ee5,0xf10fab04,0xeeb8f11c,0x59040115,0x3c902313,0xe039f8ad,0xb7084fec,0xfa0fddf1,0x30e90e60,0x035f9bff,0x00290260,0x05f8b00c,0x00919cf9,0x3cff114f,0x9a2fff93,0xd5e09302,0x912b0410,0x4affaee4,0xf0ffa904,0x9ebbf0ec,0x54044110,0x3d101c11,0x9031f90d,0xc607ffea,0xfb4fdbf2,0x10e90e50,0x03ff98ff,0x400f01e0,0x06f8901a,0x00c194fb,0x0cf0106f,0x93303fa0,0xd7408502,0x81280410,0x4bff7ee1,0xf0dfac04,0x8ec1f13c,0x4e0450f8,0x3d30170f,0x802bfa1d,0xee070fe8,0xfc5fd8f1,0xd0da0d90,0x03df98ff,0xc0030190,0x05f81020,0x00f18efc,0x8ce00fdf,0x8c307faf,0xd9107502,0x81260400,0x4cfebedb,0xf01fb104,0x8ec9f22c,0x460410cf,0x3cf0120d,0xb026fb9e,0x3505bfe5,0xfd2fd5f1,0x30c40aa0,0x03bf9600,0x6ff601bf,0xfff7c021,0x01218cfe,0x2cd60f5f,0x8430cfbb,0xdab06802,0x81240400,0x4afe5ed4,0xefafb204,0x8ecff31c,0x3d0470a2,0x3cb00e0b,0xe020fcfe,0x8a046fe2,0xfdefd4f1,0xe0c10680,0x039f9401,0x3fe9021f,0xf6f7201d,0x01718bff,0xfcce0f0f,0x7e315fc4,0xdc005e02,0x712203f0,0x4cfeaed6,0xefefaf04,0x1edbf3fc,0x32057076,0x3c800b09,0xe01bfdfe,0xd5036fdf,0xfeffd8f3,0xc0d20390,0x038f9701,0xefe0026f,0xeff64016,0x01b18601,0xacc70edf,0x7c31efcc,0xdd405502,0x611f03f0,0x49ffeee1,0xf04fb103,0xaee9f4cc,0x2a067053,0x3c400707,0xe015febf,0x1b028fdb,0x003fd6f4,0xb0d500e0,0x03bf9801,0xefd902df,0xf6f52012,0x01a16f03,0x1cb90e9f,0x82325fd4,0xdee04b02,0x511903d0,0x4e00cef2,0xf0bfb603,0x3ef2f55c,0x2f069041,0x3ca00505,0xf010ff2f,0x4f01ffd7,0x014fd9f4,0x80bcfe80,0x042f9901,0x3fd50350,0x0ef45012,0x01415204,0x5ca50eaf,0x92326fdd,0xe0e03f02,0x210b0390,0x58ff3f03,0xf10fba02,0xaf05f57c,0x40050041,0x3d800304,0x400bff5f,0x6a01afd3,0x024fe5f3,0xf0a3ff70,0x04bf9f00,0x9fcf03c0,0x24f38015,0x00f13e05,0x6c920f3f,0xa3325fe6,0xe3103401,0xf0fc0360,0x56fddf06,0xf0efba02,0x5f29f54c,0x4f02c047,0x3e500103,0x0008ff7f,0x7a017fce,0x035ffdf3,0x708b00e0,0x04cfa700,0xbfcf0420,0x2af1f023,0x01213406,0x6c860faf,0xb3326fed,0xe5302901,0xd0f50340,0x4bff2f01,0xf0efb602,0x0f45f52c,0x53020042,0x3ea00102,0x6006ff9f,0x8f013fcb,0x03b009f3,0x40780080,0x04bfba01,0x6fd003e0,0x24f06021,0x01813107,0x2c840fbf,0xbe328ff1,0xe6e02201,0xd0f50350,0x5d000ef0,0xf0dfb801,0xaf48f44c,0x4e02303b,0x3e900203,0x3008ffaf,0xa2010fc9,0x037ff5f3,0x3068fe80,0x04cfd302,0x2fd10350,0x1ceed015,0x01c13007,0x7c860fbf,0xc7328ff5,0xe8301c01,0xf1000370,0x8c00aeca,0xf07fb600,0x7f33f27c,0x48022039,0x3e600405,0xa00fffbf,0xb100efc8,0x02dfcef3,0x8061fdd0,0x04efe102,0x5fd303d0,0x1eed100a,0x01f13607,0x7c870f4f,0xcd323ff6,0xe9201802,0x210e03a0,0xba02beb0,0xf01fafff,0xef0bf0ac,0x4d020032,0x3e700909,0x3019ffdf,0xc400afc9,0x016fadf3,0xa057fe20,0x049fe002,0x4fdc0530,0x24eb5ffc,0x02313c07,0x2c850ebf,0xd131dff8,0xe9c01602,0x411503c0,0xd6051eae,0xefafaeff,0xdeddefcc,0x5801f020,0x3e90110d,0x5024ffef,0xde006fcc,0xff1f9bf3,0x704bfea0,0x043fe902,0x6fe005b0,0x26ea1ff4,0x02712e07,0x2c860edf,0xd4318ff8,0xea201502,0x411403c0,0xe7057ea9,0xeeffacff,0xbec6eefc,0x5f014014,0x3e901c11,0xc032ffff,0xec003fcf,0xfcff94f3,0x3042fe50,0x040ff402,0xafdd05e0,0x23e94fec,0x02d11d07,0x5c8c0eff,0xd8315ff8,0xea201602,0x210f03a0,0xe7043e9a,0xeeffaf00,0x1eb8ee6c,0x65009011,0x3e902915,0xd03fffff,0xed003fd2,0xfb0f89f3,0x203cfdd0,0x03cff702,0xbfda0670,0x1ee8cfe9,0x03511507,0x6c910f1f,0xdc313ff7,0xe9c01802,0x210b0390,0xd5032e98,0xefafb300,0x7eadee9c,0x6b00600d,0x3e903418,0xe04affff,0xf1002fd5,0xf91f7cf3,0x103afe70,0x039ff902,0xbfd70690,0x1de8ffef,0x03d10c07,0x7c950f6f,0xe1313ff5,0xe9001c02,0x11090390,0xb9024e99,0xefefb400,0x3eabef2c,0x6e007006,0x3eb03d1b,0x2052ffff,0xf6001fd9,0xf72f6df2,0xd036fe40,0x036ffa02,0x8fd20690,0x1ce96ff1,0x03f10507,0x7c980f6f,0xe5313ff3,0xe8401f02,0x11080390,0xa5018e9f,0xf02fb600,0x2ea9f02c,0x6f00cfff,0x3ee0421c,0x1056ffff,0xfd000fdc,0xf58f5cf2,0xd036fe20,0x03600202,0x7fc60600,0x1aea6ff0,0x03e10307,0x6c9c0f5f,0xe2312ff1,0xe7902302,0x210f03a0,0x9b012eac,0xf00fb500,0x1eb4f16c,0x69003ffa,0x3f003f1b,0x80540000,0x04ffffdf,0xf43f4af2,0xc036fe30,0x03700c02,0x6fba0530,0x17ebdff1,0x03c10107,0x4c9e0f2f,0xde310fee,0xe6f02702,0x511a03d0,0x9c011eb4,0xef6fadff,0xfecdf31c,0x5aff3ff5,0x3f103519,0x004a0000,0x0affefe0,0xf3af3ef2,0xb036fea0,0x03700b02,0x3fb00510,0x15ed2ff1,0x0390ff06,0xdca00f0f,0xda30ffed,0xe6802902,0x712203f0,0x9e011eb7,0xeebfa7ff,0xaee3f5ac,0x4bff0fed,0x3f202414,0x303a0000,0x15ffcfdc,0xf4cf3df2,0xb036ff00,0x03900e02,0x0fa40490,0x14ee8ff2,0x03310106,0x8ca30eff,0xd430dfeb,0xe6002c02,0x81270410,0x9d00beb9,0xeeefabff,0xaf0df84c,0x39ff3fe5,0x3f30140e,0x80280000,0x21ffafd5,0xf75f5cf2,0xa035ffe0,0x03701401,0xef9d03b0,0x10efdff5,0x02e10806,0x2ca60edf,0xce309fe9,0xe5703002,0xa12e0420,0x99ffaec1,0xef5faaff,0xcf4dfa9c,0x27003fdb,0x3f100b09,0xc01b0000,0x29ff9fcf,0xf98f98f2,0xa034ff80,0x03601801,0xef980340,0x08f0fff2,0x02e11405,0x7cad0e7f,0xc930bfe7,0xe5203202,0xa12e0420,0x8cfffeca,0xef9fa5ff,0x9f7dfc8c,0x1d017fd7,0x3f000506,0x50110000,0x2bff8fcb,0xfb0fc7f2,0xa034fef0,0x03e01a01,0x9f8802b0,0x04f27ff0,0x02b11b04,0xbcb30e3f,0xc430cfe7,0xe5403202,0x91290410,0x8c00becc,0xefffa6ff,0x9f86fd8c,0x21019fe2,0x3f400203,0xb00a0000,0x24ff9fc8,0xfc2fc0f2,0xb032ff10,0x04901301,0x0f7402c0,0x07f4cff2,0x02611e04,0x4cba0dff,0xbc30cfe7,0xe5503202,0x712203f0,0x94005ecb,0xf0cfac00,0x6f8cfe8c,0x2c015fef,0x3fb00001,0x10030000,0x1fffafc2,0xfd5fa8f2,0x8035ff60,0x04d00700,0x4f670330,0x0bf70ff3,0x02012a03,0xdcc30dff,0xb530afe7,0xe5403302,0x712003f0,0x8d001ec9,0xf15fb001,0x3f96ffdc,0x3400cff0,0x403ffffe,0xbffc0000,0x21ffafbf,0xfe5fa8f2,0x30370050,0x04a00c00,0x1f640260,0x0ef89ff3,0x01313a03,0x5ccb0e5f,0xb0302fe6,0xe5303302,0x71230400,0x7dffceca,0xf15fac01,0xbfa0012c,0x34ff5fe8,0x404ffffc,0xdff70000,0x27ff9fbf,0xfedfd3f2,0x103b0120,0x043013ff,0xff6901b0,0x0ef97ff2,0x00714902,0x6cd10e7f,0xa92f9fe7,0xe5703202,0x81290410,0x70ff4ec8,0xf15fae01,0xffa7024c,0x35ff5fdb,0x405ffffb,0xcff40000,0x2fff8fc0,0xfecfe7f2,0x003c0090,0x03f01400,0x0f690180,0x0bfa5ff2,0xfff15401,0x5cd20ecf,0xa52f3fe9,0xe6502f02,0x712203f0,0x61ff1ed2,0xf13fb701,0xffb002cc,0x33ffefd5,0x402ffffb,0x5ff30000,0x32ff7fc1,0xfebfdbf2,0x003a0030,0x04201200,0x2f620190,0x04fb9ff0,0xffc16100,0x8cd00edf,0xa22f4fed,0xe7702a02,0x310f03b0,0x50fecee5,0xf11fbb01,0xefae02ac,0x2d00afd9,0x3fdffffb,0x3ff20000,0x30ff7fc1,0xfedfc9f2,0x20390000,0x04500d00,0x1f5b01c0,0x00fcbfee,0xffd165ff,0xecce0eff,0xa32faff0,0xe8c02401,0xd0f60350,0x54fd7ee9,0xf0afbd01,0xcf9d025c,0x2b012fdf,0x3fcffffb,0x6ff30000,0x2bff8fc0,0xfeffbef2,0x1037ffd0,0x041006ff,0xff5d01df,0xfffd9ff1,0xffe162ff,0xbccb0f7f,0xa62fdff2,0xe9902101,0x90e20300,0x59fd5ee5,0xf07fbb01,0xef8c027c,0x2900ffdd,0x3fcffffb,0xcff40000,0x27ff9fc0,0xff0fb0f1,0xd0340000,0x03b001ff,0xff63020f,0xfffe5ff4,0xffd16aff,0xecca0fcf,0xa82faff1,0xe9802201,0x80dc02e0,0x5bfd1ede,0xf11fbb02,0xaf9102fc,0x27ff5fd8,0x3faffffb,0xcff40000,0x26ff9fc0,0xfeffb9f1,0xa03101a0,0x03affdff,0xef63021f,0xffff0ff8,0xffb17500,0x5cca101f,0xa62f7ff0,0xe8f02501,0x90e10300,0x5efcbedb,0xf18fbc02,0xbf9f032c,0x24fe6fd8,0x3f8ffffb,0xaff40000,0x25ff9fc0,0xfeffccf1,0x802e0290,0x03cff9ff,0xef6001ef,0xffffaffb,0xff517500,0xcccb102f,0xa52f5fee,0xe8a02701,0xa0e70310,0x66fcaed8,0xf19fbd02,0x9f9b032c,0x22ff5fdb,0x3f6ffffb,0x8ff30000,0x22ffafc0,0xfeefcff1,0x902f01e0,0x03cff3ff,0xdf6001e0,0x01000fff,0xff317401,0x2ccb0fef,0xa72f3fee,0xe8902801,0xb0ea0320,0x66fc9edb,0xf18fbf02,0x9f99034c,0x21ff9fdc,0x3f5ffffb,0x7ff30000,0x22ffafc0,0xfedfd2f1,0xb03001b0,0x03aff1ff,0xdf6201d0,0x01006003,0xff017501,0x7cc90f7f,0xa62f4fee,0xe8d02701,0xc0ee0330,0x60fcaee0,0xf0ffbe02,0x7f95037c,0x1effffd9,0x3f3ffffb,0x6ff30000,0x24ff9fc0,0xfecfd0f1,0xc0300120,0x03afefff,0xef6301c0,0x00010008,0xff017201,0xacc70f0f,0xa52f6fef,0xe9402601,0xc0ee0330,0x63fccee5,0xf06fbd02,0x5f99037c,0x1cffdfd9,0x3f0ffffb,0x6ff30000,0x25ff9fc0,0xfecfd5f1,0xc0300100,0x03cfecff,0xef6201b0,0x01017010,0xff316e01,0xccc60edf,0xa62f8ff0,0xe9d02401,0xc0ee0330,0x65fcdee6,0xf07fbd02,0x4fa3035c,0x1bff1fdb,0x3f0ffffb,0x8ff30000,0x26ff9fc0,0xfebfe2f1,0xc03001a0,0x03efe7ff,0xdf6201e0,0x03013015,0xff616b01,0xecc30eef,0xa52faff1,0xea302201,0xc0f10330,0x68fcbee3,0xf0afb802,0x1fa3032c,0x1bfebfdf,0x3efffffb,0x9ff30000,0x23ffafc0,0xfebfe6f1,0xb02e0220,0x03efe6ff,0xcf6501e0,0x0400f019,0xff416602,0x1cc00f6f,0xa52fbff1,0xea602201,0xd0f40340,0x6cfd3ee1,0xf07fbb02,0x2f9d031c,0x1afeefe1,0x3efffffb,0x9ff40000,0x21ffafbf,0xfecfe2f1,0xa02d01e0,0x03ffe7ff,0xdf660180,0x0600d020,0xff016102,0x5cbf0fff,0xa52fbff1,0xea902201,0xd0f60350,0x65feaed8,0xf07fbd02,0x6f9902ec,0x18ff5fe3,0x3edffffb,0xbff40000,0x23ffafbf,0xfedfdef1,0xa02c0130,0x042fe7ff,0xef650170,0x0700c021,0xfeb16002,0x7cbd100f,0xa22fcff2,0xead02101,0xe0f80350,0x61ff5ed4,0xf0bfbb02,0x7f9802ac,0x16ffbfe5,0x3ebffffb,0xcff40000,0x24ffafbf,0xfecfdcf1,0x902b00d0,0x043fe6ff,0xef650160,0x0800b022,0xfe915e02,0x9cbb102f,0xa22feff2,0xeb102101,0xd0f50340,0x60ff4ed5,0xf0efbb02,0x7f94028c,0x15ffdfe7,0x3eaffffb,0xcff40000,0x24ff9fbf,0xfedfd8f1,0x802a0100,0x043fe7ff,0xef660180,0x0800e021,0xfe915e02,0xacba0fef,0x9e300ff2,0xeb502001,0xd0f50340,0x62ff3ed4,0xf10fbb02,0x3f95027c,0x15ffdfe7,0x3eaffffb,0xdff40000,0x26ff9fbe,0xfeefd7f1,0x70290140,0x046fe7ff,0xef640190,0x0800e023,0xfe915802,0xccb90fff,0x9a301ff3,0xeb802001,0xd0f50340,0x68ff9ed6,0xf0cfbf01,0xdf99024c,0x15004fea,0x3eaffffb,0xdff40000,0x26ff9fbf,0xfebfdbf1,0x70280160,0x047fe7ff,0xef630170,0x08010024,0xfe815702,0xfcb7102f,0x99302ff3,0xeba02001,0xd0f30340,0x69ffaed4,0xf0bfbf01,0xcf9d021c,0x1500afeb,0x3eaffffb,0xeff40000,0x27ff9fbe,0xfecfe0f1,0x60260180,0x045fe7ff,0xef660190,0x09010022,0xfe515b02,0xecb70fff,0x99303ff3,0xebc02001,0xc0f20340,0x69ff8ed1,0xf0cfbd01,0xaf9d022c,0x1500ffe9,0x3e9ffffb,0xfff40000,0x29ff9fbe,0xfeefe0f1,0x502501a0,0x045fe6ff,0xef680190,0x0a00e023,0xfe415902,0xfcb6101f,0x9a303ff2,0xebc02001,0xc0f10330,0x68ff6ed5,0xf0bfc201,0xcf9a021c,0x1401efea,0x3e9ffffb,0xfff40000,0x28ff9fbd,0xfeffddf1,0x50250130,0x047fe6ff,0xff670180,0x0a00f024,0xfe415903,0x1cb4103f,0x9b303ff2,0xeba02101,0xc0f00330,0x66ff7ed6,0xf0afc301,0xef9601fc,0x13023fec,0x3e8ffffb,0xfff40000,0x29ff9fbd,0xff0fd9f1,0x30230120,0x047fe7ff,0xff670190,0x0b00e022,0xfe715903,0x3cb3105f,0x9b302ff1,0xeb802201,0xc0f20340,0x66ffbed3,0xf05fbf01,0xef9401dc,0x13029fec,0x3e8ffffb,0xfff50000,0x2aff8fbd,0xfeffd5f1,0x30220110,0x047fe7ff,0xff6801b0,0x0b00c01e,0xfec15903,0x2cb3105f,0x9c304ff1,0xeb902201,0xc0f20340,0x67fffed4,0xf03fc001,0xbf9601dc,0x13036fed,0x3e8ffffb,0xfff40000,0x29ff9fbd,0xfeffd7f1,0x402200b0,0x046fe800,0x0f6a01b0,0x0800e01a,0xfee15903,0x3cb3107f,0x9e307ff1,0xebb02201,0xc0ef0330,0x68001ed5,0xf03fc301,0x7f9801ec,0x12035fec,0x3e7ffffb,0xfff40000,0x2aff8fbc,0xff1fd6f1,0x30210100,0x042fe600,0x3f6e01f0,0x0300f015,0xff115a03,0x2cb4106f,0xa030cff1,0xebd02201,0xb0eb0320,0x6a002ed0,0xf01fc701,0x4f96021c,0x0f03ffea,0x3e4ffffb,0xfff40000,0x29ff8fbc,0xff3fd5f1,0x402100e0,0x040fe300,0x4f720230,0x0200e012,0xff415c03,0x2cb5104f,0xa330fff1,0xebc02301,0xb0eb0320,0x6a002ecd,0xf03fc401,0x3f95023c,0x0f04cfe8,0x3e3ffffb,0xeff40000,0x2aff8fbc,0xff2fd8f1,0x402100a0,0x03efe100,0x3f740220,0x0400e015,0xff315903,0x4cb4105f,0xa730fff0,0xebc02301,0xc0ee0330,0x6a003ecb,0xf0bfbb01,0xbf93024c,0x0f056fe7,0x3e3ffffb,0xeff40000,0x2aff8fbc,0xff2fd8f1,0x40210090,0x03efe000,0x2f740200,0x0600f018,0xff315603,0x6cb1106f,0xab311ff0,0xebf02301,0xb0ec0320,0x6b006ecc,0xf0efb801,0xff8f024c,0x10054fe8,0x3e4ffffb,0xeff40000,0x29ff9fbc,0xff1fd5f1,0x30200080,0x03dfe300,0x3f740220,0x05010014,0xff415c03,0x7cb1102f,0xaa315ff0,0xec102301,0xc0ed0330,0x6a008ed0,0xf0dfb701,0xbf8a024c,0x0f045fe8,0x3e4ffffb,0xeff40000,0x28ff9fbc,0xff1fccf1,0x40210070,0x03cfe600,0x4f740230,0x03014010,0xff616003,0x8cb10fff,0xa8317ff1,0xec402301,0xc0f00330,0x6b00aecf,0xf0cfb801,0x8f97023c,0x10031fe8,0x3e4ffffb,0xfff40000,0x29ff9fbb,0xff2fd4f1,0x402100b0,0x03dfe600,0x4f740210,0x0301800d,0xff616303,0x9cb10fdf,0xa9317ff1,0xec602301,0xd0f30340,0x67009ecc,0xf11fba01,0x7fa2022c,0x1001afe7,0x3e4ffffb,0xfff50000,0x2cff8fbb,0xff2fdff1,0x30200180,0x03cfe500,0x4f760240,0x0301900b,0xff716703,0x8cb10faf,0xa9318ff1,0xec702301,0xd0f60350,0x65005ecb,0xf14fb901,0x7fa1022c,0x0f017fe6,0x3e4ffffc,0x0ff50000,0x2dff8fbb,0xff2fe1f1,0x201f0150,0x03bfe200,0x3f760290,0x0201a008,0xffa16403,0x7cb00f9f,0xa9319ff1,0xec902301,0xd0f60350,0x6b008ec9,0xf14fba01,0xaf9a022c,0x10019fe6,0x3e4ffffc,0x0ff50000,0x2dff8fbb,0xff3fddf1,0x101e0100,0x03afe000,0x1f7702b0,0x0301b004,0xffc15d03,0x8caf0fbf,0xaa31aff0,0xec902401,0xd0f50340,0x6f00eec9,0xf13fbc01,0xbf8d023c,0x1101bfe5,0x3e5ffffc,0x0ff50000,0x2dff8fba,0xff5fd1f1,0x101e0100,0x038fe000,0x1f7902c0,0x0401d001,0xffb15f03,0x9caf0fbf,0xa931aff0,0xec902401,0xd0f40340,0x6e00eec6,0xf11fba01,0x9f8f025c,0x1101ffe4,0x3e5ffffb,0xfff50000,0x2cff8fba,0xff4fd2f1,0x201f00d0,0x03afe000,0x1f7702d0,0x0301effe,0xffc16203,0x8cae0fcf,0xa831aff0,0xecc02401,0xd0f40340,0x6c009ec8,0xf10fba01,0x4f94023c,0x12027fe7,0x3e5ffffb,0xeff40000,0x2bff8fba,0xff3fd7f1,0x201f0060,0x03cfe100,0x0f7302b0,0x05023ffb,0xffe16303,0x8cae0fff,0xa6317ff0,0xecf02301,0xd0f50340,0x6a008eca,0xf11fbb01,0x3f99020c,0x13026fe9,0x3e6ffffb,0xfff50000,0x2dff8fba,0xff2fd9f1,0x101e0060,0x03dfe200,0x0f7302c0,0x04025ff7,0x00316303,0x7caf0fef,0xa4317ff0,0xed002401,0xd0f50340,0x6a008ec8,0xf10fba01,0x3f9a01ec,0x13026fea,0x3e7ffffc,0x0ff50000,0x2eff8fba,0xff2fd8f1,0x201f0080,0x03dfe300,0x1f7302f0,0x01027ff3,0x00416603,0x6cb10fbf,0xa2318ff0,0xed002401,0xd0f20340,0x6b008ec8,0xf0ffbb01,0x7f9501dc,0x1202efeb,0x3e6ffffc,0x1ff50000,0x2cff8fba,0xff3fd6f1,0x201f0070,0x03dfe400,0x2f7202c0,0x00029ff4,0x00416203,0x8cb1100f,0xa1317ff0,0xed102401,0xd0f20340,0x6d00aec8,0xf0dfba01,0x8f9101cc,0x11033fec,0x3e5ffffc,0x1ff50000,0x2aff8fba,0xff3fd0f1,0x101e0080,0x03cfe500,0x3f7302af,0xff02bff4,0x00015f03,0x9cb1104f,0xa1316fef,0xed102501,0xd0f20340,0x6e00cec6,0xf0afb901,0x7f9601dc,0x1003bfed,0x3e4ffffc,0x0ff50000,0x29ff9fb9,0xff5fd2f1,0x101e0040,0x03bfe400,0x3f7402af,0xff02cff5,0xfff16203,0x9cb2104f,0xa2317fef,0xed202501,0xc0f00330,0x69008ec9,0xf0bfbc01,0x8f9c01dc,0x1103ffed,0x3e4ffffc,0x0ff50000,0x29ff9fb8,0xff9fd4f1,0x101efff0,0x03afe600,0x4f75028f,0xfd02dff5,0x00016103,0x7cb3104f,0xa3318ff0,0xed502401,0xc0ee0330,0x6b006ecb,0xf0bfbd01,0x7f9b01dc,0x10038feb,0x3e4ffffc,0x1ff50000,0x2bff8fb8,0xff6fd1f1,0x101f0040,0x03bfe600,0x4f7402af,0xfd030ff4,0x00216103,0x7cb4102f,0xa1318ff0,0xed602401,0xc0ef0330,0x6e008ecc,0xf09fbf01,0x6f9c01ac,0x10039fee,0x3e4ffffc,0x1ff50000,0x2aff8fb9,0xff3fd5f1,0x101f0030,0x03cfe600,0x4f7202af,0xfd031ff6,0x00516003,0x9cb5101f,0xa0318ff0,0xed402401,0xc0f10340,0x6d00cecf,0xf0afbb01,0x5f99019c,0x1103dff0,0x3e5ffffc,0x1ff50000,0x29ff9fb9,0xff4fd1f1,0x101e0000,0x03bfe600,0x4f7402cf,0xfb031ff3,0x00816103,0x9cb50fff,0xa031aff0,0xed402401,0xc0f10330,0x6c00cece,0xf0afba01,0x5f9701ac,0x1103efee,0x3e5ffffc,0x1ff50000,0x2bff8fb8,0xff5fcef1,0x001e0000,0x03afe400,0x3f7602ff,0xfb034ff2,0x00716203,0x8cb60fdf,0x9f31cff0,0xed602401,0xc0f00330,0x6e00cec9,0xf09fc001,0x2f9901bc,0x1103bfed,0x3e5ffffc,0x1ff50000,0x2dff8fb8,0xff4fd4f1,0x001d0060,0x03afe300,0x2f7702ef,0xfd033ff7,0x00515d03,0x8cb40fff,0x9f31bff1,0xed902301,0xd0f40340,0x7300cec6,0xf08fc001,0x0f9501ac,0x13039fed,0x3e6ffffc,0x1ff50000,0x2dff8fb8,0xff4fd2f0,0xf01d00a0,0x03afde00,0x0f77033f,0xff033ff7,0x00615e03,0x8cb40fcf,0x9d31aff1,0xed802301,0xd0f60350,0x74009ec9,0xf0cfc001,0x0f8f01bc,0x14044fee,0x3e8ffffc,0x0ff50000,0x2cff8fb8,0xff5fcff1,0x001d0050,0x03afd8ff,0xef77039f,0xff039ff6,0x00615e03,0xacb50fdf,0x9d31bff0,0xed702301,0xd0f40340,0x7500aeca,0xf0bfc001,0x2f8401dc,0x1504ffef,0x3e9ffffb,0xeff40000,0x2bff8fb9,0xff3fcaf1,0x101e0000,0x03afd8ff,0xef77039f,0xfe03cff5,0x00615c03,0xbcb50fdf,0x9d31dff0,0xed602401,0xd0f30340,0x7600beca,0xf0afbd01,0x2f8101ec,0x1604ffee,0x3eaffffb,0xeff40000,0x2bff8fb9,0xff2fc8f1,0x201f0010,0x038fd9ff,0xef79038f,0xfd03dff5,0x00615a03,0xccb50fef,0x9e31dff0,0xed402401,0xc0f20330,0x7600beca,0xf0afbc01,0x2f8701ec,0x16050fed,0x3e9ffffb,0xfff40000,0x2cff8fb9,0xff0fcdf1,0x30200000 +}; + +u32 ANIM_ENTRY_dancing[] = +{ + 0x005e92ff,0xef95ff5f,0xf3075ff1,0x00918809,0x0cd52d0f,0xdd239db2,0xc7a244e5,0x9497e54a,0x7a05cfdc,0xe7504afc,0x27317f53,0xf2ff8fe3,0x3e600303,0x500bffef,0xe3005000,0xfb6ffafe,0xf04001b0,0x006e92ff,0xef95ff1f,0xf406eff2,0x00918409,0x0cd42d4f,0xe0239db1,0xc7a245e5,0x5496e50a,0x84056fd4,0xe7404afb,0xc7347f53,0xf1ff4fe4,0x3e500303,0x300affef,0xe4005000,0xfb6ffefe,0xf03f01f0,0x006e91ff,0xef96ff0f,0xf5062ff4,0x00c18209,0x0cd32d5f,0xe1238db3,0xc7a244e5,0xc498e57a,0x88054fd9,0xe73044fb,0xa7367f43,0xf1ffcfe4,0x3e600303,0x100affef,0xe4005000,0xfb7ffffe,0xf03f0170,0x006e91ff,0xef96ff0f,0xf605cff6,0x00c18209,0x0cd32d5f,0xe1237db2,0xc7a244e6,0x1499e5ba,0x84056fd5,0xe72042fb,0x87347f43,0xf2001fe4,0x3e600303,0x100affef,0xe3005000,0xfb7ffdfe,0xf03f0130,0x008e92ff,0xef95feff,0xf4058ff7,0x00718309,0x0cd42d4f,0xe2238dae,0xc7a248e5,0xd498e57a,0x7f055fcf,0xe71042fb,0x67357f73,0xf1000fe6,0x3e600303,0x300affef,0xe4005000,0xfb7ffdfe,0xf03f0130,0x008e92ff,0xdf95ff1f,0xf5052ff4,0x00318508,0xecd52d3f,0xe1238db4,0xc7a242e5,0xd499e58a,0x83056fd8,0xe72041fb,0x57357f73,0xf2ffdfe5,0x3e700303,0x300affef,0xe5005000,0xfb6000fe,0xe03e0170,0x008e91ff,0xdf97ff1f,0xf604cff5,0x00318608,0xdcd52d2f,0xe1236db8,0xc7b23ee6,0x349ae5da,0x88054fdf,0xe73042fb,0x57337f73,0xf3ff8fe4,0x3e800303,0x400bffef,0xe6005000,0xfb6ffefe,0xe03d01c0,0x007e92ff,0xdf97ff1f,0xf6047ff3,0x00218608,0xfcd42d1f,0xe0237db1,0xc7a246e5,0xf499e59a,0x85051fd5,0xe74045fb,0x17387f63,0xf2ff9fe5,0x3e700303,0x300affef,0xe4005000,0xfb6000fe,0xe03e01b0,0x008e93ff,0xdf97ff0f,0xf6047ff7,0x00318408,0xfcd52d0f,0xe123ada9,0xc7924de5,0x6497e50a,0x82050fd1,0xe75042fa,0xd73b7f73,0xf3000fe7,0x3e700303,0x300affef,0xe2006000,0xfb8003fe,0xe03e0140,0x008e91ff,0xcf98ff0f,0xf7046ff9,0x00618308,0xecd62d0f,0xe323bda7,0xc7824fe5,0x2496e4da,0x84051fd4,0xe7503cfa,0x87387f63,0xf3008fe8,0x3e900303,0x400bffef,0xdf006000,0xfb7003fe,0xf03f00d0,0x007e8fff,0xbf9aff5f,0xf8048ff0,0x00518708,0xacd72ccf,0xe123bdac,0xc7924be5,0x1495e4ca,0x82055fd2,0xe76039fa,0xa7367f63,0xf4006fe8,0x3e900303,0x500bffef,0xde006000,0xfb7003fe,0xf03f0110,0x007e8eff,0xef99ff3f,0xfa05dff2,0xff918608,0xbcd42cef,0xe6239db1,0xc7a245e4,0xf494e4aa,0x7e054fd1,0xe7803afa,0xc7347fa3,0xf3ff7fed,0x3e200303,0xa00cffdf,0xd5008000,0xfb7003fe,0xf0420210,0x008e8aff,0xff9aff0f,0xfe08bff7,0xfed18308,0xbcd22d5f,0xf2237db9,0xc7b23ee4,0xd493e48a,0x7a055fd3,0xe7603afa,0x772f8033,0xf3ff4ffd,0x3dc00404,0x600effbf,0xbc00d000,0xfb6002ff,0x00480280,0x005e81ff,0xefa3fef0,0x020c9008,0xfe718208,0x8cd72dd0,0x09236db5,0xc7a241e4,0x9492e44a,0x76055fd3,0xe74035f9,0xa7278103,0xf600d015,0x3d900705,0xd013ff7f,0x91016000,0xfb3005ff,0x205501c0,0xffee7500,0x0fb0fef0,0x04109026,0xfe118508,0x4ce22e60,0x26235da5,0xc77251e4,0x048fe3ca,0x6d04ffd0,0xe6e033f8,0x771d8203,0xf7035036,0x3d700a07,0xa01aff0f,0x57022000,0xfad00bff,0x40660070,0xff4e7100,0x4fc3fea0,0x06142049,0xfd318a07,0xecf02e80,0x44235d81,0xc73275e3,0x248be2ea,0x6004ffcb,0xe6c035f7,0xe7228363,0xf7052058,0x3d900f0a,0x3023fe6f,0x19030000,0xfa3018ff,0x7077ff60,0xfeee6900,0x1fd9fe60,0x1116406a,0xfc618607,0x6cfb2e70,0x62232d44,0xc6c2b1e3,0x048ae2ba,0x5a052fcb,0xe71033f7,0x27238553,0xfd067074,0x3e10190d,0xd030fdbe,0xe203c000,0xf92028ff,0x908bff00,0xfeae62ff,0xbff4fe50,0x1b16607f,0xfbf18106,0x9d072dd0,0x7b22ecf3,0xc65301e4,0xe492e49a,0x5b054fd4,0xe6f025f7,0x67138834,0x0e08108c,0x3f202b13,0x1044fd0e,0xb1047000,0xf7902aff,0xd0a4fe30,0xfe1e67ff,0xa00dfe10,0x1e163085,0xfbb18205,0xed152ce0,0x8622cc88,0xc6036be7,0x249de6ca,0x62046fce,0xe65021f9,0x17058b04,0x1f0960a4,0x40404418,0xb05cfc1e,0x7a055000,0xf5a02300,0x20c1fce0,0xfd6e6aff,0xd024fe00,0x1e16007f,0xfb518005,0x4d1e2c30,0x8d229c22,0xc5d3cfe8,0xa4a5e83a,0x7202cfb8,0xe5c01ff9,0x77018d14,0x2709e0c0,0x40b05c1c,0xf071fade,0x3b067000,0xf3f02a00,0x60defcb0,0xfcee6eff,0xb038fd90,0x2316007d,0xfb517b04,0xdd212ba0,0x93226bc6,0xc5d42be9,0xd4ace96a,0x7e02cfba,0xe60016f8,0x57038f14,0x320970d8,0x40d07820,0xf08af98e,0x0307a000,0xf2e03a00,0xa0f6fd50,0xfc4e7bff,0x9047fd00,0x27166079,0xfb917d04,0x5d242ac0,0x9122ab82,0xc5e46fe9,0x84aae91a,0x7a043fca,0xe6b015f8,0x370490e4,0x3d08a0e7,0x40e09724,0xb0a5f82d,0xd408d000,0xf2a03c00,0xd108fdf0,0xfb7e88ff,0x8054fcb0,0x2616e06f,0xfc317f03,0xdd252a30,0x8e232b52,0xc5f49ee8,0xe4a6e88a,0x66070fea,0xe6a017f8,0x86ff92e4,0x4e07c0ec,0x40d0c628,0xe0cef72d,0xb709c000,0xf3f03600,0xe10efe30,0xfade97ff,0x7060fc70,0x2515f067,0xfc818402,0xed2a2a10,0x8e230b19,0xc614d6ea,0x64b0e9ea,0x58096005,0xe5d00ef8,0x46f69654,0x6506e0eb,0x40b1182e,0x1119f6bd,0xab0a2000,0xf8803200,0xd107fde0,0xfa3e9b00,0x1063fd70,0x1d157065,0xfc719201,0xbd3b2a00,0x87226aaa,0xc68545ec,0xb4c2ec2a,0x4c0b3018,0xe61008f8,0x36d59a24,0x800660e6,0x40218f32,0x5187f6ed,0xb309f000,0xfda03900,0xa0f5fdc0,0xf89ea401,0x6063ff30,0x08162051,0xfc31b800,0x7d532930,0x6a21aa59,0xc6f594ee,0x44d0edaa,0x450bf024,0xe78013f7,0x96b29c24,0x8a04a0c5,0x3e420a34,0xe1fdf84d,0xdc08c000,0xfe505300,0x50d9fe50,0xf71ebe02,0x205fff8f,0xf3176037,0xfc41e5ff,0x3d6e28b0,0x4e212a52,0xc7059bee,0xa4d5edfa,0x570a2010,0xe7701af6,0x769a9ce4,0x8e022087,0x3c926a36,0x225afa7e,0x2c06d000,0xfd205fff,0xc09efec0,0xf6aed502,0x2054fe2f,0xdd17c034,0xfc81fbfe,0x8d8c29a0,0x4b211a3b,0xc745b2ed,0xf4cfed6a,0x61072ff1,0xe5f01bf5,0x267e9cb4,0x9d015059,0x3c527c36,0x626bfc1e,0x7b055000,0xfc8054fe,0xd036fe20,0xf6fed501,0xa04afcaf,0xd416a041,0xfc11f6fe,0x9d9d2a30,0x59212a20,0xc785cced,0x74c9ecea,0x5f056fbf,0xe4d023f4,0xf6859b74,0x9b00a06d,0x3c621835,0x320afc2e,0x7c055000,0xfcd042fd,0xdfbffde0,0xf70ec801,0x704afb4f,0xce157058,0xfc31e6fe,0x4da52980,0x6a21ca22,0xc785caed,0x24c5ec9a,0x5a04ff9e,0xe4b02ff5,0x96ad9884,0x83fe50ba,0x3b518d32,0x7186fa1e,0x17072000,0xfe502afd,0x6f920080,0xf67eb801,0x4054f97f,0xc814a073,0xfc01d5fd,0x6db128f0,0x7d228a29,0xc765c4ed,0x34c6ecaa,0x5705dfbe,0xe3d028f5,0xc6df9454,0x69fb1118,0x39512e2f,0x412df59d,0x890b1000,0x003003fd,0xbfb50400,0xf5cea201,0x0060f79f,0xca14209b,0xfa81b7fc,0xfdb928f0,0x9c22ea21,0xc775cced,0xc4cbed3a,0x3f064fb5,0xe17017f6,0x47058f74,0x5af75178,0x36f0ed2b,0xe0f1eecd,0x12114000,0x022fe2fe,0x2fe70590,0xf59e8300,0x8066f62f,0xd61350bd,0xfa019afc,0xcdc22940,0xc5229a05,0xc7b5e7ef,0x04d7ee6a,0x29060f9f,0xdee003f6,0x57118a54,0x59f471da,0x3500b127,0x70bce6ac,0xca18e000,0x05ffcefe,0x700c06c0,0xf4ce7300,0x006df40f,0xde1310d6,0xfad186fc,0x6dcc29b0,0xf221d9ef,0xc7e5fdf0,0x84e8efda,0x2b074fb9,0xdc6fdbf4,0xd72e8464,0x4bf2b21f,0x33307821,0x308adeec,0xa5205000,0x0a2fc2fe,0xb0240860,0xf3de74ff,0x806ef1ef,0xe512f0e7,0xfac180fb,0xbdd32991,0x152029d4,0xc83618f2,0x4500f17a,0x2706efbc,0xda2fb1f3,0x275f7e34,0x30f19246,0x31204f1a,0xd066d68c,0x8d288000,0x064fe0fe,0xd03509c0,0xf33e7eff,0x4060f0cf,0xeb1350ec,0xfa5187fa,0xddd428c1,0x271e49af,0xc8b63cf3,0x8514f2aa,0x27061fbf,0xd82f95f2,0x776b7874,0x13f1224e,0x2f603114,0x5049cc8c,0x7e324000,0xfe101bfe,0xe03a09e0,0xf31e8dff,0x8040f0cf,0xef14a0e6,0xfac197fa,0x1dc527d1,0x1c1d59ab,0xc8d640f3,0xd518f2ea,0x2a06efc6,0xd76f91f3,0x777074f3,0xfbf25235,0x2f201d0e,0xe034c37c,0x773b2000,0xfa6039fe,0xc02d0840,0xf3be9900,0x0017f1ff,0xf215c0d2,0xfb61aafa,0x1da82720,0xee1da9c9,0xc86622f3,0x6511f28a,0x3407afd3,0xd90fa2f4,0x477276e3,0xf7f5e1ff,0x31802110,0x3039c1bc,0x763cf000,0xf9c030fe,0x800f0620,0xf3cea000,0x7008f36f,0xf51600bb,0xfaa1affa,0xfd892760,0xb51e99fb,0xc7d5f1f2,0x5501f17a,0x3c071fd5,0xdc3fd8f4,0xf7487c94,0x0bfaa19b,0x35404318,0x605bcbcc,0x7c330000,0xfc4000fe,0x2fe20430,0xf43ea800,0xaffef5d0,0x0015f09b,0xf961b9fb,0x4d6d27a0,0x7a1f1a57,0xc70597f1,0x04f0f04a,0x6305ffdc,0xdec01ef5,0xa71d8524,0x2ffea12f,0x38808d23,0xb09cdd4c,0x9d21f000,0x02ffeffd,0x8fa202d0,0xf52ebd01,0x2feef850,0x0015406d,0xf951d6fb,0x3d6427d0,0x461f3a68,0xc6e585f0,0x64e8efaa,0x83065fe3,0xdfa03ff5,0xe6f48e44,0x4d00d0d2,0x3a10f12c,0x40f5eaec,0xea14d000,0x071024fd,0x2f730190,0xf53ed002,0x1febfa1f,0xf3141044,0xf9d1e8fb,0xcd692860,0x281f49f2,0xc7e5faf1,0x14f0f05a,0x8407dfd7,0xe07047f5,0xb6d79464,0x5b01706c,0x3b01262f,0x0125f33d,0x580d3000,0x04705afd,0xefcbfdc0,0xf49ed402,0xbff1fbef,0xed14502d,0xfa51ebfc,0x8d7228a0,0x151f299e,0xc9164df2,0xe509f21a,0x7e082fc5,0xe1303df6,0x36da9784,0x61029000,0x3cb1102d,0xb111f82d,0xd508d000,0x001032ff,0xe0acf870,0xf48ece02,0xcff4fd4f,0xf415302e,0xfa71defc,0xed782860,0x1b1f0983,0xc98667f4,0x251ff33a,0x73075fa6,0xe0902cf6,0xd6f59954,0x65058fc1,0x3ef0d82a,0x30defa7e,0x2c06e000,0xfecff201,0x8147f440,0xf44ec002,0x4001fdd0,0x0815c03b,0xfa81c3fd,0xed712820,0x3b1ef97f,0xc9966bf4,0x3521f34a,0x6f074f9f,0xdf201ff7,0x171e98c4,0x6306efd2,0x3fe09c24,0xf0a9f97e,0x0707c000,0xff8fd502,0x0173f420,0xf42ebf02,0x0006fd80,0x1717904e,0xfaa1b4ff,0x6d602850,0x531ea98c,0xc9665ff3,0xe51af2fa,0x67081fa6,0xde4011f7,0xb7579774,0x4703bff6,0x3e407620,0x9089f78d,0xc5097000,0xff2fef02,0x1177f8a0,0xf42ec201,0xf001fdb0,0x1d195057,0xfaf1b500,0x2d5a2890,0x5b1e2998,0xc92652f3,0xb517f2ca,0x4e093f84,0xddd006f8,0x475e96f4,0x3a022ff9,0x3d30711f,0xf084f73d,0xbd09b000,0xfddffe02,0x217dfaa0,0xf48eb701,0xeff9fdb0,0x2319d05a,0xfb51b600,0xed6028c0,0x691e49a7,0xc8f643f2,0x9506f1ca,0x40093f76,0xdf700af8,0xe7389724,0x4503bffe,0x3dd08422,0x6094f7ad,0xc9095000,0xfc2fea02,0x1174f920,0xf51eae02,0x1febfd30,0x2019c053,0xfb41b902,0x2d6a28a0,0x721ef9be,0xc8a62df0,0xb4ebeffa,0x3d07bf7a,0xe3301cf9,0x97179734,0x4c043004,0x3d90a826,0x40b4f83d,0xdb08d000,0xf98fea01,0xb158f8d0,0xf4feab02,0x6febfc20,0x1819b054,0xfb41bf02,0xed7228e0,0x791f59d8,0xc85614ee,0xc4d6ee2a,0x4106df8a,0xe5602efa,0x17039614,0x4a035017,0x3c70d92a,0x80dff7bd,0xc7094000,0xf6c00601,0x111ff9f0,0xf53e9702,0x4fedfb80,0x16192061,0xfb41c003,0x6d7a2990,0x891fa9f2,0xc805f9ed,0x54c8ecca,0x59064fb3,0xe55030fa,0x86f69454,0x4d02e05d,0x3b91102d,0xf111f46d,0x700c2000,0xf5201c00,0x20c6fc20,0xf61e7d01,0xffecfb00,0x1818206f,0xfb31bd03,0x9d832a00,0x9c1fd9f5,0xc7f5f6ed,0x04c4ec7a,0x6b058fd6,0xe54032fb,0x06f79274,0x4d0200bc,0x3ab1342f,0xa133ee3d,0x0b11d000,0xf4a028ff,0xe0aaff40,0xf6be5e01,0x9ff6fb30,0x1a169073,0xfb61b602,0xdd8a2950,0xa92019f5,0xc7f5f6ed,0xf4cced6a,0x5f040fb7,0xe52033fb,0xe6fa8f34,0x4601c111,0x3ab10f2d,0xd111e6ac,0xc918e000,0xf4103800,0x50d80080,0xf73e4101,0x2003fb30,0x1b158081,0xfb51a102,0x4d8b2880,0xb92069e6,0xc82605ef,0x74dbeeda,0x68043fcf,0xe43029fc,0xf6fd8be4,0x39026158,0x3b90ce29,0xb0d5e1cc,0xaf1da000,0xf0604e00,0xc100ffd0,0xf6fe3a01,0x001bfa80,0x0f14d08d,0xfb418301,0x4d8427d0,0xc42129fb,0xc7e5f1ef,0xe4e1ef3a,0x8205900c,0xe3401cfd,0x37098c44,0x2902f17e,0x3be0d229,0xe0d9e30c,0xb61c5000,0xee007c00,0xe10eff50,0xf5be3c01,0xb039fb1f,0xf5151084,0xfbb170ff,0xbd732750,0xb0227a69,0xc6e585ef,0x04d8ee5a,0x78059013,0xe3501afb,0x96ff8dd4,0x29042186,0x3c00fe2c,0xb101e84c,0xd6176000,0xef008a00,0xf113ff40,0xf4ee3102,0x2046fbdf,0xe716708e,0xfb8165ff,0x7d5428b0,0x9f235b27,0xc614c9ee,0x24d0ed9a,0x77069055,0xe35014f8,0x86e48d44,0x3504c184,0x3c71012c,0xe103ec3c,0xf713a000,0xeec07b00,0xe10ffe80,0xf4fe2602,0x5041fbef,0xe416d099,0xfb616300,0x4d3b2ac0,0x94236bcf,0xc5d422ee,0xa4d4ee0a,0xa008e0a4,0xe3b00af7,0x26e28d04,0x34039182,0x3c30f42c,0x30f8edcd,0x08122000,0xeef08200,0xd10afdb0,0xf4ce1802,0xb037fd2f,0xe516f094,0xfc017901,0x3d3a2bb0,0x7322fc1a,0xc5d3d8ef,0x94deeefa,0xa00aa082,0xe4a00af7,0xc6df8c54,0x3302e17b,0x3bc0de2a,0xc0e3ed8d,0x05127000,0xf0c08900,0xc104fe20,0xf4de0202,0xa02afd2f,0xf41700a5,0xfbd18603,0x9d402da0,0x61226c3a,0xc5e3b8ef,0xf4e2ef4a,0x7208d02c,0xe5d00bf8,0x66cd8af4,0x3f03516f,0x3bd0bd28,0x40c6ec5c,0xf8138000,0xf4208600,0xc102fec0,0xf52df402,0x3024fcc0,0x0a16d0af,0xfb119505,0x6d3d2ee0,0x5121fc7d,0xc60375ef,0x64dceeba,0x42049fbc,0xe6d00bf8,0xa6c38a64,0x4a03d15a,0x3c00a526,0x10b1eb7c,0xf0145000,0xfa109400,0xc100fde0,0xf48df902,0x7031fcc0,0x091650a2,0xfab1ab05,0xdd3c2f20,0x3c228cfd,0xc662f7ed,0xe4cded4a,0x42031fa6,0xe67008f8,0x56cc8ba4,0x5104013c,0x3b30a526,0x40b1ea9c,0xe6153000,0x0260a200,0xb0fbfca0,0xf40e0703,0x0041fc8f,0xfd153091,0xfa61b005,0xfd3c2f60,0x36235d62,0xc6f293ec,0x04bdeb8a,0x5e057fe2,0xe58005f8,0x36ca8eb4,0x61041124,0x39f0b828,0x20c1e98c,0xdc163000,0x07b0a800,0xb0f9fca0,0xf40e1203,0x604cfc2f,0xf414e08f,0xfa21aa06,0x2d362fd0,0x3923fd93,0xc74263e9,0xb4ade94a,0x6705efe2,0xe59006f7,0x56ba9184,0x71049107,0x3930b828,0x20c1e9dc,0xdf15e000,0x0600a600,0xa0f4fca0,0xf42e2103,0xa04ffb5f,0xeb157092,0xf9d1a006,0x3d303010,0x3e250dbd,0xc7a23ae6,0x449ae5fa,0x6704bfca,0xe62012f6,0xa6bf92f4,0x760500da,0x38e09a25,0x50a7ed4d,0x0012a000,0x01706b00,0x00b9fc50,0xf48e2f03,0xe047fa6f,0xe116809f,0xf9a19906,0x2d3330b0,0x45255dc3,0xc7b234e6,0x349ae5ea,0x5c054fc6,0xe5900af6,0xa6df93d4,0x6e05d0a2,0x38f07721,0x3089f2bd,0x4d0da000,0xfd202bff,0x0047fc40,0xf49e3904,0x503ef99f,0xd61670b0,0xf9a19906,0x2d413180,0x4d24cd75,0xc71280ea,0x84b3ea0a,0x4c077fcc,0xe39fecf6,0xf6fe9494,0x6706205c,0x3900681f,0x107cf72d,0xb009c000,0xf9f016ff,0x0047fc10,0xf43e3604,0x703ffaaf,0xcf1520ae,0xf9c1a305,0x7d5630e0,0x5023fcd7,0xc6431def,0x04daee6a,0x45092fd7,0xe0afc5f6,0x66fa95c4,0x7705101a,0x39507c21,0xd08df96d,0xfc07c000,0xf7601f00,0x60e0fc00,0xf41e1e03,0xe047fd4f,0xd713c09c,0xfa01ac05,0x2d632f40,0x5022ebd3,0xc5d41ef2,0x3503f15a,0x4d088fcf,0xddffa0f6,0x96e396c4,0x9e04c002,0x3a70b828,0x10c1f9ce,0x0f077000,0xf4903501,0x7142fd40,0xf54e0a02,0xc03cfe3f,0xe613e096,0xfa41b505,0x8d652ec0,0x5120eb1c,0xc624d3f4,0x6527f36a,0x4a07ffc3,0xdd0f8df6,0x86e19764,0xae039028,0x3b11122e,0x0113f87d,0xe1089000,0xf2504b01,0xb155ffa0,0xf6ce0d01,0x8029fc6f,0xf214e0a1,0xfad1c606,0x0d632f90,0x4b1f4b15,0xc634daf5,0x5538f44a,0x46089fdb,0xde0f8ff6,0x16f19674,0x9a00603e,0x3ac17731,0xe171f7bd,0xc8093000,0xf1705201,0x914c02e0,0xf84e0b00,0x501cfb30,0x0015a0a9,0xfb11da06,0x0d622fd0,0x3c1ebb2f,0xc624c0f5,0x0530f40a,0x28063fa9,0xdf4fa4f6,0x56e393e4,0x8aff304a,0x3b21d134,0x21c6f7bd,0xc6094000,0xf1704401,0x613a04e0,0xface02ff,0x4004fb00,0x0e14b0a6,0xfab1e805,0xfd612f60,0x2d1e8b5b,0xc60495f4,0x2520f33a,0x18027f6b,0xe0afbdf7,0x56c89194,0x7bff4082,0x3b51de34,0x61d3f65d,0x9e0a7000,0xf2a02701,0x11220710,0xfd0dfbfe,0x7ff8f9f0,0x1a1240ac,0xfa21dd06,0x3d5d2f10,0x311e6b49,0xc614a7f3,0xc518f2da,0x1e03bf8c,0xe19fd1f7,0x76be8ec4,0x5aff00d2,0x3a715931,0x0155f2dd,0x4f0d9000,0xf2a00a00,0xb0fc0a80,0xfe8debfe,0x0ff5f940,0x231010b8,0xf991c806,0x5d562ea0,0x3f1dfae8,0xc66506f4,0x6523f36a,0x27069fb2,0xe15fd7f8,0x06c48b14,0x29ff111a,0x3920cd29,0x90d4edad,0x06125000,0xeda01f00,0x70e40c50,0xff8de1fd,0x4ffdf8f0,0x300ec0bc,0xf931b705,0x9d4c2d70,0x461d8aab,0xc6a542f5,0x0531f40a,0x2a091fc2,0xe13fd9f8,0xb6ec8924,0x06ff513e,0x37e09724,0x60a5e9bc,0xe8160000,0xea306800,0x90f10af0,0xff2de0fc,0xb01cf970,0x370ea0ba,0xf8f1b304,0x2d442bc0,0x371ddabd,0xc68531f4,0xc52df3ca,0x280c0fd1,0xe25fe2f9,0x770f8873,0xf9009133,0x37c09323,0xb0a2ea3c,0xf5157000,0xeaa09900,0xd10607b0,0xfe1dcffd,0x302ffa20,0x370fa0cd,0xf821a504,0x5d352c10,0x311e2b0e,0xc634e1f4,0x151ff31a,0x440e4000,0xe2dfebfa,0x570586b3,0xf102811f,0x38208321,0xe094ecbd,0x11132000,0xeba09a00,0xe1110530,0xfe1dc7fd,0xc02af970,0x3710f0e2,0xf7c18e05,0x9d212d40,0x3c1e5b8b,0xc5f465f3,0x150ef22a,0x750ea03b,0xe38ff4fa,0xc70385e3,0xec01d10f,0x37d07420,0x1086eedd,0x29113000,0xec309300,0xf1150510,0xfefdc9fe,0x2017f950,0x3610f0d7,0xf7f18706,0x7d162d50,0x381e9bfc,0xc5f3f5f2,0x14fef13a,0xac0dc078,0xe5c005fa,0xc6fb8703,0xf5005103,0x37907620,0x6088f0ed,0x460f5000,0xed108200,0xb0fc0660,0x00adbffe,0x1000fa50,0x3b0f10c6,0xf7c18606,0xed132d20,0x381ecc37,0xc603baf1,0xd4faf10a,0xd80b9090,0xe64005fa,0x86cd89c4,0x1600c0f1,0x38908b22,0xf09af3dd,0x7c0cb000,0xee806100,0x50d80700,0x011dc2fe,0x6ff4fa50,0x3c0de0cc,0xf7a18107,0x6d132d90,0x431ebc01,0xc5f3f0f2,0x6502f19a,0xba082048,0xe4cff3fa,0x56aa8cd4,0x3601b0c3,0x39b0bf27,0xf0c8f6fd,0xc709f000,0xf0105400,0xa0f805b0,0xffddd0ff,0x0ffefa00,0x320d00c9,0xf7917807,0x3d1a2d80,0x511ecb86,0xc6046af2,0xf50cf21a,0x8606e003,0xe3efeaf9,0xb6a58f94,0x4c02c095,0x3ad1182d,0xb118f87d,0xf408b000,0xf0f06b01,0x312a0320,0xff4de0fe,0xe00cfa60,0x2e0c40b9,0xf7916f06,0x4d1d2ce0,0x5c1edb4d,0xc624a2f3,0x8516f29a,0x72074fe9,0xe2ffe0f8,0x36a99334,0x6b023090,0x3b61a032,0xa197f85d,0xee08c000,0xf1008e01,0x51350210,0xfe5df0ff,0x9011fbc0,0x190d20a2,0xf8817805,0x6d232c60,0x4e1f4b61,0xc6148ef3,0xe51df2fa,0x7e060fd9,0xe24fcff7,0xe6a89604,0x7e00d08f,0x3b521635,0x3209f8ad,0xee087000,0xf1509801,0x112201f0,0xfc5df901,0x9012fd4f,0xf70f5096,0xf9918804,0xed282c80,0x381febc0,0xc5f431f3,0x9517f2ba,0x7b054fcc,0xe22fc1f7,0x869996d4,0x7c009061,0x3a920f35,0x2203faae,0x3406a000,0xf1d08400,0x90f100d0,0xfb2e0703,0x8005fc9f,0xe310f09e,0xf9418a05,0x5d202d40,0x2f201c6a,0xc61388f2,0x5502f18a,0x72054fd9,0xe34fc8f7,0x56849744,0x74008027,0x3921b533,0x71acfcce,0xa404b000,0xf2406fff,0xa090ff20,0xfbce1b03,0x6ffdfb4f,0xe4114098,0xf9219105,0x4d1b2d30,0x2620ad2e,0xc6c2c6f0,0x44e6ef8a,0x6f044fdb,0xe52fe2f7,0x467e97c4,0x74004011,0x39b15230,0xa14efdde,0xea03a000,0xf3e061fe,0x7006fbf0,0xfcde1e02,0xfffdfadf,0xe91090a0,0xfa119d04,0x8d1a2d00,0x2820edaf,0xc7a248ee,0x84d4edea,0x6e042fd5,0xe60ff0f7,0x467b97d4,0x6dfe5042,0x3960f62c,0x70f9fd5e,0xc2042000,0xf76054fd,0x9fa3fcb0,0xfd5e0502,0x900bfb5f,0xee0e90ba,0xf991a804,0x0d242d50,0x3820edc5,0xc7d232ee,0x34d0edaa,0x6b052fd4,0xe61fe9f6,0xa67a9614,0x64fdc09a,0x38a0b027,0x50bbfade,0x37068000,0xfaa03cfd,0x9fa70310,0xfdcde801,0x7021fabf,0xf90d10c8,0xf771a704,0x2d332df0,0x55210da9,0xc7824eee,0x74d1edda,0x6f053fd6,0xe63fe8f6,0xb6909364,0x60fe70ee,0x38f08222,0x6092f61d,0x960aa000,0xfbe024fe,0x3fe90860,0xfe2dde00,0xa028f92f,0xfe0d40d4,0xf681a404,0x5d422e50,0x66211da1,0xc77255ef,0x24d8ee8a,0x79041fe0,0xe64fe2f7,0x46cc9154,0x4ffd4134,0x38c0661e,0x807aef8d,0x1d109000,0xfb7023fe,0xb02609b0,0xfeadd3ff,0xe026f95f,0xff0db0d2,0xf6e1af03,0xdd562db0,0x67213d93,0xc75263ef,0xe4e1ef3a,0x7d033fe5,0xe5bfcef7,0x17008f84,0x48fcb163,0x3920551b,0xf06ce9dc,0xe315d000,0xfb9032ff,0x004c08a0,0xff4dcafe,0xb022fa30,0x030f00c9,0xf861c003,0x4d682cc0,0x64214d58,0xc6e29df0,0x04e3ef5a,0x7502efd5,0xe53fcbf7,0x570f8de4,0x52fd5171,0x3ad04f1a,0xd066e9ec,0xe315d000,0x009025ff,0x20560690,0xff4dcefd,0xd01cfa80,0x091090bb,0xfa11d002,0xad6e2c20,0x6121cd2f,0xc6a2c6ee,0x94d4edfa,0x73021fcb,0xe57fd9f8,0x67148c84,0x59fe2158,0x3c004f1a,0xe066eddd,0x0a122000,0x07c002ff,0x607106a0,0xfecdd7fd,0xd00ffa40,0x0a1120ba,0xfa11d402,0x2d6f2c20,0x65224d10,0xc672e5ed,0x44c9ecba,0x7102bfd7,0xe53fe5f9,0x07058b24,0x54fea131,0x3c40541b,0xc06af1dd,0x400e7000,0x063ffcff,0x908906c0,0xfd9dd7fe,0xb001fa90,0x041150bc,0xf991cd01,0xfd6b2c40,0x69220cfa,0xc662faed,0xb4cded1a,0x8805d00b,0xe47fecf8,0xf6ec89c4,0x44ffa101,0x3c705f1d,0x8074f53d,0x830b7000,0xfd500aff,0x60720590,0xfc9ddbff,0x8ff6fc0f,0xfe1270b7,0xf9a1cc01,0x6d642b50,0x5a224cfb,0xc662f9ed,0x94ccecfa,0x9c073018,0xe44ffdf9,0xc6e78a14,0x3a00a0cd,0x3ce07b21,0x708df76d,0xbd098000,0xf5d015ff,0xc09a0360,0xfc7de2ff,0xafeffd50,0x061300b2,0xfa01c900,0xbd5a2ac0,0x49220d07,0xc662eeee,0xf4d9ee4a,0x9a077006,0xe3bffdfa,0x76d78d14,0x4c0170af,0x3d60be28,0x60c7f7ed,0xce091000,0xf1e00900,0xe10c0130,0xfb6de8ff,0xe006fd30,0x1112a0be,0xfa41b600,0x9d502b50,0x54218d09,0xc662ebf0,0x54e8efaa,0x9a078ff4,0xe29feafa,0x26c48f94,0x630190ad,0x3cd1242e,0xd123f6cd,0xad0a1000,0xf19feb01,0x814900c0,0xfaedf200,0x301afbe0,0x1a1290c7,0xfa419f01,0x0d452ba0,0x68218d2a,0xc692caf0,0x64e9efaa,0xa3072ffe,0xe27fe0f9,0xb6c09234,0x730020c4,0x3b21ac33,0x61a4f4ad,0x760bf000,0xf2bfc801,0xa1520250,0xfacdfd00,0x3029fb90,0x201380b5,0xfab1a300,0xfd422b00,0x64218d2f,0xc692c6f0,0x54e9ef9a,0x9d06fffe,0xe2bfe3f9,0xc6bc9454,0x83ff00c9,0x39c24c36,0x123df3ad,0x620cd000,0xf38fb401,0xb1560350,0xfa8dfe00,0x8035fc60,0x241430a4,0xfaa1af00,0x9d432a80,0x58217d37,0xc692bef0,0x64e9efaa,0x96068ff6,0xe29fe2f9,0xb6ad9554,0x90ffd0c8,0x3942bc37,0x12abf3ad,0x620cd000,0xf39fdd01,0xb15502a0,0xfa8e0000,0xe03cfbd0,0x201450ae,0xf9d1ab00,0xfd402b20,0x55218d3d,0xc6a2b8ef,0xf4e4ef4a,0x96061ff4,0xe2dfe5f9,0x96ac95e4,0x9800d0c5,0x38c2a736,0xe296f47d,0x730c2000,0xf3b02c01,0x814900c0,0xfabe0200,0xe044fb70,0x1713f0b1,0xfa01a901,0x5d3d2b70,0x49220d40,0xc6b2b5ef,0x34dcee8a,0x9c064ff8,0xe3efeef9,0xb6c09574,0xa20190bb,0x3881fa34,0xd1eef5bd,0x910af000,0xf3406e01,0x4130fed0,0xfb0df600,0xa057fc60,0x0b12f0a2,0xfa81ab01,0x0d3f2ab0,0x3e22ad44,0xc6b2b1ee,0x24d1ed8a,0xa5065ff9,0xe52ffbfa,0x36d093f4,0xb30320bc,0x38d14930,0x5146f66d,0xa20a6000,0xf2c09900,0xb0fffd20,0xfa8dfd01,0x006efc3f,0xf2124098,0xfaa1b200,0x8d4929d0,0x32231d3a,0xc6a2bbed,0xa4cced0a,0xa9061ffd,0xe6600af9,0xe6f59234,0xa903b0d2,0x3830db2a,0xc0e1f55d,0x850b5000,0xf4c09800,0x10bcfb70,0xfa4e1101,0xa076fb2f,0xd811e096,0xfa11bf00,0x4d552990,0x2422ed0e,0xc672e7ee,0x84d5edea,0xad05e002,0xe64009f9,0xc71e90a4,0x900200fe,0x3660a026,0x10acf1ad,0x3a0e9000,0xf7c078ff,0xb097fcb0,0xfa3e0901,0xd077fc0f,0xce121095,0xf981ceff,0x9d5e2960,0x18223cc2,0xc62331f0,0xf4eff03a,0x9a05efdd,0xe46ff5fa,0x272b8ec4,0x8100c134,0x35508c23,0xf09be90c,0xd916a000,0xf6406fff,0xe0a800e0,0xf96df801,0xc086fe5f,0xca12608d,0xf9a1defd,0xdd6027e0,0x0821bcb2,0xc61341f2,0xe50bf20a,0x9a06efdf,0xe2bfdcfa,0x57108df4,0x8500715a,0x35909a25,0x60a7d59c,0x89296000,0xf4306900,0x20c20360,0xf8edff01,0xb08cfe1f,0xc5131093,0xfa11dbfc,0xfd58271f,0xfd21ccd5,0xc6331ff3,0x6514f28a,0x9e082ff4,0xe2afdafa,0x86f48e84,0x8fff3172,0x35c0b227,0x90bcbd0c,0x75419000,0xf3905300,0x30cd0310,0xf8de0901,0x8089fd0f,0xc114509f,0xfa21d3fc,0xed4c271f,0xfa21acf8,0xc652fdf3,0x6515f27a,0x9d08cff8,0xe2dfe0fb,0x26f08e44,0x8dfe717d,0x3660b728,0x00c0b0ac,0x7c4dc000,0xf2e04900,0x40d102a0,0xf8ee1001,0x7083fc6f,0xba14c0a1,0xfa11d1fc,0xfd44273f,0xfb218d12,0xc672e3f3,0x2510f24a,0x9e088ff9,0xe2dfe0fb,0x96f08db4,0x88fec180,0x3720b127,0x80bbae8c,0x7e4fd000,0xf2903b00,0x50d502d0,0xf8ee1901,0xc07afc6f,0xb314d0a1,0xf9c1d9fc,0xdd3f26ff,0xf1213d35,0xc6a2c0f3,0x150ef23a,0xa5079005,0xe37fe1fb,0xa6e48cc4,0x85fed17b,0x3740a025,0xe0adb51c,0x78495000,0xf3501c00,0x50d802a0,0xf94e2502,0x106dfc4f,0xb114c0a7,0xf961defc,0xcd38271f,0xe620dd6e,0xc6f288f3,0x4510f25a,0xa6064ffa,0xe2ffdcfb,0x46da8bd4,0x81fe3171,0x37208823,0x5098c42c,0x763a8000,0xf55fff00,0x50d80270,0xf9ce3302,0x3061fbcf,0xb314f0b2,0xf921defc,0xcd2c27af,0xe5209dd5,0xc7e223f3,0x350ff25a,0x92039fb9,0xe21fd3fa,0xe6e08b14,0x78fd415f,0x37207220,0x7084d74c,0x8d27d000,0xf8bff100,0x40ce0360,0xfa9e3b02,0x904ffbef,0xb81530b4,0xf941d8fc,0xfd21283f,0xe720ae42,0xc961b8f2,0xc508f1ea,0xa3019fc1,0xe17fd0fb,0x16e68b24,0x73fd0152,0x37b0611d,0xf075e56c,0xc21a1000,0xfd2fdb00,0x20c20470,0xfb5e5203,0x4040fb5f,0xba1460ad,0xf941d0fc,0xfd1928af,0xec211e85,0xcac177f2,0x24fff14a,0xae005fb9,0xe0bfcdfb,0x06e88cc4,0x70fce146,0x38305c1d,0x3071ed7d,0x01127000,0x023fb2ff,0xe0a704d0,0xfb6e7304,0x303bfa4f,0xbd1390a8,0xf8d1cbfc,0xed12292f,0xf3214e9e,0xcb615ff1,0xc4faf0fa,0xa300cfa5,0xdfefc1fa,0x46e98f44,0x6efd512f,0x38b0661e,0xf07af2ad,0x490db000,0x04ff9bfe,0xf0410530,0xface8904,0xf03dfa1f,0xc513009e,0xf841ccfc,0xed0d29df,0xfc20ee93,0xcb1169f2,0x14fff13a,0x91035fe2,0xdf6fbef9,0x36da9134,0x70ff80fa,0x39f08122,0x8091f69d,0xa10a3000,0x03afbbfe,0x0fd604f0,0xf9ae9306,0x0036fb1f,0xc6130090,0xf811ccfc,0x7d102acf,0xfc206e8d,0xcae16ff3,0x050ef22a,0x85040fc3,0xde9fb3f8,0x86b79274,0x760150b1,0x3af0aa26,0xc0b6f92d,0xf4080000,0x015002fe,0x2fe70290,0xf8ae9c06,0xe02bfd9f,0xc812d068,0xf7e1e0fb,0xad0f2a8f,0xe6204e8c,0xcae16ff3,0xd51cf2ea,0x80037fb1,0xdd7fa2f8,0x66989364,0x7a00f076,0x3b30de2a,0xc0e4faae,0x3506a000,0x00303afe,0x800e0040,0xf87ea407,0x1020000f,0xcd131044,0xf7a1f4fb,0xbd0a29af,0xca209e86,0xcab176f3,0xc51bf2da,0x83027fb9,0xddbfa3f7,0xe68d93e4,0x79fff05a,0x3b91032d,0x0105fbce,0x6a05b000,0xff8033fe,0x4ff5fef0,0xf8feb006,0xc018fe6f,0xcb137058,0xf851d1fd,0xdd0a2abf,0xd4213e83,0xcab179f2,0xb50af1da,0x9500ef97,0xdf7fb3f7,0xa69093e4,0x6afff051,0x3c01082d,0x4109fc7e,0x8f050000,0xfe300afd,0xcfbbff30,0xf9eebe06,0x0014fbcf,0xcd13706a,0xf8f1ad00,0x0d072c0f,0xe721de75,0xca6186f0,0xe4f0f02a,0x9b009f92,0xe0efc5f7,0xd69593a4,0x54ffc065,0x3bc0f62c,0x50f9fc4e,0x83053000,0xfe0fe5fd,0x4f820280,0xfafec105,0x3012fb2f,0xd113d06a,0xf831a101,0x3d052c6f,0xef226e63,0xca1197ef,0x84e0eeda,0x8f012f9f,0xe15fd3f7,0x96949324,0x41ff509f,0x3ab0db2a,0xb0e1faee,0x3b067000,0xff4fc6fd,0x2f760820,0xfb5ebb04,0x201efaef,0xd8135065,0xf8819601,0xed052caf,0xf922ee5f,0xca019bef,0x54ddeeaa,0x91016fb8,0xe1dfd9f8,0x16969184,0x37ff60de,0x39d0c128,0xd0caf82d,0xcf08e000,0x007f98fd,0x9fa60bf0,0xfb5eb702,0xa030fa0f,0xe212c058,0xfaa18902,0x6d082ca0,0x08238e56,0xc9d1a4ef,0x54ddeeaa,0x92019fc8,0xe2cfdaf8,0x56a48f14,0x35ff110d,0x3980a226,0x10aff43d,0x6a0c5000,0x02bf80fe,0x4ff40b20,0xfb9eb701,0x1038f90f,0xea133058,0xfb717f02,0xcd122c60,0x1a23fe2e,0xc921cbef,0x24dbee7a,0x8401cfcb,0xe2ffd1f8,0x26b98be4,0x2ffe3135,0x38f07620,0xf088ef3d,0x1810e000,0x073f90fe,0xd03607e0,0xfc0eb3ff,0xb03af89f,0xf013205f,0xfb117f02,0xad242c50,0x3223bdde,0xc81219ef,0xa4e1eeea,0x6e035fd1,0xe2dfccf8,0x76cf88d4,0x2afd915b,0x3840581c,0x706ee8bc,0xd716f000,0x071fb6ff,0x506a04d0,0xfc2eaffe,0x8040f93f,0xf1130064,0xfa318c01,0xad362bd0,0x3e232d76,0xc72280f0,0xd4f0f01a,0x60057fd7,0xe2afc6f9,0x26d18704,0x2afd7170,0x3760531b,0xa069e1fc,0xb01d6000,0xffdff6ff,0xb09802f0,0xfbdeb3fd,0xf046fb3f,0xee132052,0xf9b1a400,0x0d3f2a40,0x2e22cd0a,0xc672eaf1,0xc4fcf0fa,0x60077fd7,0xe21fbdf9,0x56d38604,0x2bfde16a,0x36a0541b,0xb06bdffc,0xa81f5000,0xf8d01bff,0xf0b00220,0xfbeebbfd,0xb03ffd6f,0xeb13b039,0xfa31c0fe,0xed4528d0,0x0f227ca3,0xc61350f2,0x8506f1aa,0x6508efda,0xe22fc5f9,0xb6e385f4,0x32fea153,0x3650581c,0x406ee51c,0xc01a6000,0xf3902aff,0xf0b301a0,0xfb5ebffe,0x203aff2f,0xe1145034,0xfb01dafe,0x4d48284f,0xfb226c7d,0xc60376f2,0xd50bf1fa,0x6e08fff5,0xe2efd8fa,0x46e78634,0x38ff9120,0x3640621d,0xe077ed1c,0xff12d000,0xf10030ff,0xa08c0100,0xfabec1ff,0x102effdf,0xd7154041,0xfb11e7fe,0x7d47287f,0xf222bcc5,0xc6332ef2,0x6505f18a,0x6b08602d,0xe38fe1fa,0xd6e88834,0x3e00a0d8,0x36907f22,0x0090f40d,0x680c7000,0xf0d03eff,0x7077ffa0,0xfaeec8ff,0xf01c001f,0xd415e047,0xfb01e5fe,0xad4528ef,0xf122fd2b,0xc6a2caf1,0xf4fff12a,0x630a0054,0xe2bfe2fb,0x56ef8bc4,0x47012095,0x3730ac27,0x00b7f80d,0xce08f000,0xf2704a00,0x60dcfe20,0xfabec700,0x0023013f,0xe214e036,0xfb21e3fe,0x2d4528ef,0xfd22cd82,0xc72273f2,0x3502f15a,0x5a0a402c,0xe13fdffb,0xb6f98e64,0x5601e06f,0x3840e42b,0x60e9f97d,0xff07b000,0xf4905401,0x312dfd60,0xfa2ec200,0x0037015f,0xf413e031,0xfb71d5fe,0x2d422960,0x16226da6,0xc76251f2,0x2502f14a,0x53094ff8,0xe05fdafb,0xf7089024,0x5c016079,0x3831182e,0x4118f8bd,0xe6085000,0xf5b06501,0x4132fe90,0xfa2ec100,0x503d008f,0xfd14b03f,0xfc41c6fe,0xcd422a00,0x2a223da4,0xc76252f1,0xd4fef10a,0x4e098ffe,0xe08fdcfc,0x170e91b4,0x59ff4089,0x3731392f,0xc137f82d,0xd208d000,0xf5807e01,0x312d00d0,0xfa3ec300,0x80410030,0x0215903e,0xfbe1c4fe,0xfd432a10,0x2d226da0,0xc75257f1,0x94fbf0ca,0x51090001,0xe0ffe0fb,0xd70892c4,0x5bfeb08d,0x37014f30,0xa14cf81d,0xcf08e000,0xf4709c01,0x41330140,0xfa9ebf00,0xa0480010,0x0a152045,0xfaf1bbff,0x0d422a30,0x3322ad8c,0xc7326af1,0x14f4f04a,0x57079fd9,0xe20fe4fa,0xd6fe93c4,0x61ffb09e,0x37715e31,0x2159f7cd,0xc5093000,0xf380ab01,0x41310080,0xfabebb00,0x4053fff0,0x19142051,0xfa91b2ff,0x0d402a60,0x35226d6a,0xc6f28cf0,0xf4f2f02a,0x59066fb4,0xe2ffe9fa,0x86fd9464,0x6900b0a2,0x38316c31,0x8167f7ad,0xc3094000,0xf300ab01,0x312dffc0,0xfaeebdff,0xf05700e0,0x2814204a,0xfa81c1fe,0x7d3a29c0,0x2821bd51,0xc6c2a5f1,0x24f4f05a,0x5a06cfb6,0xe30feffa,0xc7049534,0x7200c0a3,0x38818032,0x117af7bd,0xc5094000,0xf2f0a501,0x2126ff50,0xfaeebe00,0x30570250,0x2a14103f,0xfa91d1fd,0xfd3728e0,0x1c217d23,0xc682d1f1,0x54f6f08a,0x5707efc3,0xe30ff3fa,0xf7089614,0x7a00b0a5,0x38119b32,0xd193f7cd,0xc8092000,0xf2e0a501,0x111dff60,0xfacebd00,0xb05b0300,0x21126034,0xfa61d1fd,0xfd392850,0x1a216cef,0xc64305f1,0xb4fcf0ea,0x52091fd2,0xe35ff9fb,0xa70a96b4,0x8100c09f,0x3781b433,0x61abf85d,0xd908b000,0xf2d0a700,0xf112ff80,0xfa5ec201,0x806002a0,0x1010f02f,0xfaa1cbfe,0x5d392810,0x1a217cea,0xc6430af1,0xe4fef10a,0x4c090fea,0xe45ffdfc,0x270d9704,0x80000088,0x3641c033,0xb1b7f99e,0x06079000,0xf2c09c00,0xa0f4ffb0,0xf9dec702,0x5067025f,0xfe106028,0xfae1cdfe,0x6d3427e0,0x13218d27,0xc692cdf1,0x44f6f07a,0x4e07dfe1,0xe59001fb,0xd7059694,0x7dffa064,0x3541ad33,0x61a5fb3e,0x4a063000,0xf3707d00,0x00b6ff70,0xfaeebd01,0xe0600270,0x0111102b,0xfb01d6fe,0x3d2a27b0,0x0d21ad8c,0xc7326af0,0x04e6ef4a,0x5f069fd7,0xe66007fb,0xe6ec9634,0x88011061,0x35e17431,0xd16efc4e,0x83052000,0xf59043ff,0x1051fd50,0xfd2ea400,0x90520220,0x0e11b049,0xfaa1d5fe,0x1d252790,0x1521dde8,0xc81210ee,0x54d4edba,0x6205afe7,0xe7f00ffc,0x46df95c4,0x8e01d09d,0x36d1242e,0xd123fbee,0x6c058000,0xf89fe8fe,0x3fecfc20,0xfdfe8eff,0xe05500d0,0x0d11105e,0xfa71cdfe,0x2d2d27c0,0x20228e0c,0xc881eced,0x34c8ec9a,0x5c059fed,0xe9501cfc,0xd6fa9334,0x710030eb,0x36c0d029,0xf0d7f9ae,0x04079000,0xfdefa4fe,0x0fd6fe50,0xfdfe78ff,0x2059ffc0,0x0a10c060,0xfad1cbfe,0xbd3a27e0,0x23231df3,0xc83204ed,0x94cced0a,0x5f05afdd,0xe8801efd,0xa7198e24,0x51fdb12b,0x36808422,0xd095f57d,0x860b3000,0x031f98fe,0x5ffa01e0,0xff2e5efd,0x6045fe10,0x1310c06e,0xfbb1be00,0x0d4928f0,0x3022dda2,0xc76254ef,0x74e1eeca,0x6105efd9,0xe62014fc,0xf72f8804,0x42fb7168,0x37604919,0xd060ef1d,0x1710f000,0x022fb3fe,0x80120330,0x005e4efb,0x6033fbc0,0x2610d084,0xfc41b001,0x7d4c29d0,0x41223d2e,0xc6a2c7f0,0xf4f4f02a,0x6206fffb,0xe48007fc,0x973f82c4,0x37f9d18e,0x38c02712,0x303fe6fc,0xcd189000,0xffbfddfe,0x90170200,0x011e50fa,0x9021fa80,0x3410e07e,0xfba1ac01,0xed422980,0x3d226d0f,0xc672e5f0,0xa4efefda,0x5d062fee,0xe40001fc,0xe7488094,0x2cf8519d,0x3990180d,0xb02ee20c,0xb21d5000,0x01cfeefe,0xb0220130,0x01be4dfa,0x7016fac0,0x3b11407a,0xfa81a901,0xcd3329a0,0x2d22dd64,0xc6f291ef,0x24deee7a,0x68058fe4,0xe42005fc,0xa73780d4,0x27f8f19d,0x3b50140c,0x1029e49c,0xbf1ae000,0x05ffe1fe,0xc02f0190,0x01fe49fb,0x1017fae0,0x3b111083,0xf891a001,0x4d272a20,0x27230dc8,0xc7d22fed,0x14c9ec7a,0x81054ff0,0xe53019fc,0x27138454,0x2ffac191,0x3d101c0f,0x1033ea9c,0xeb152000,0x0affa0fe,0xc02e0340,0x01be4dfc,0x4024fb30,0x310fe07e,0xf731a000,0x1d2529c0,0x20233de6,0xc82211eb,0xa4bdeb1a,0x8c04fffe,0xe6a026fb,0x76fd8a64,0x42fc7178,0x3e303a16,0xd052f02d,0x2a100000,0x0dcf55fe,0x901603b0,0x002e53fd,0xf03cfc00,0x1e0ec071,0xf6819ffe,0xcd242900,0x11232def,0xc83209ec,0x24c0eb9a,0x9a03fff2,0xe6f025fb,0x46fc8fb4,0x4bfe2149,0x3eb06a1f,0x707df3fd,0x6d0c8000,0x0b0f5dfe,0x4ff303d0,0xfe4e55ff,0x9053fdb0,0x0c0ea06b,0xf5a1a2fd,0x2d2227df,0xfd232df6,0xc84202ee,0x24d1ed8a,0xa102efcc,0xe67020fa,0xd6fd9374,0x50fff113,0x3f40a426,0x30b0f6dd,0xb10a0000,0x05df9afd,0xafab0540,0xfc4e5c01,0x6065fedf,0xf40f5069,0xf5d1a7fb,0xed2a267f,0xeb233de0,0xc80217f0,0x14e7ef5a,0x9d03afc1,0xe6601afa,0xc6fd9644,0x530140d0,0x3f90ea2b,0xa0eef98e,0x0707b000,0x019fd0fc,0x8f330680,0xfa5e6d03,0x606afeef,0xd50fe067,0xf7e1acfb,0x2d37254f,0xdb237dc5,0xc7c232f1,0x84fbf0aa,0x94053fca,0xe62009fb,0xf70398b4,0x50016089,0x3f614530,0x3142fb4e,0x51061000,0xfe9ffcfc,0x5f1f04b0,0xf8fe7604,0xe065ff9f,0xc010c058,0xf9a1b8fa,0x8d41245f,0xc923ada9,0xc7824ef2,0x950bf1aa,0x81048fae,0xe4fff6fc,0xf6f69a44,0x5e003045,0x3f31b933,0x91affc1e,0x7b055000,0xfcb01bfd,0xcfbd0050,0xf85e6f05,0x8056007f,0xb511e04e,0xfa01c4fa,0x5d49248f,0xc423dd9e,0xc76258f3,0x1513f22a,0x70033f8b,0xe3ffeafc,0xc6d49a24,0x8500d00b,0x3fc20435,0x01f8fcfe,0xad049000,0xfbe02dff,0x3060fcd0,0xf8be6405,0x6040002f,0xb312a051,0xfa61c7fb,0x0d49258f,0xc523fdac,0xc7824bf3,0x0512f21a,0x7003df8f,0xe39fdcfc,0x76ca98a4,0x9c026fff,0x4041d034,0x11c6fd0e,0xb2047000,0xfd002800,0x40cefb30,0xf93e5f04,0xe034ff0f,0xb512e05a,0xfa11c4fb,0xdd41261f,0xbf23edba,0xc7a23df2,0xb50df1ca,0x70047f93,0xe47fe1fd,0x26e89594,0x94011032,0x3f414930,0x5146fb2e,0x4d063000,0x00700f00,0xe10bfe00,0xf90e5504,0xb039fdef,0xab12406c,0xf9c1bbfc,0x7d42268f,0xc223bda2,0xc76254f2,0x6507f17a,0x70046f9a,0xe5eff1fd,0x670a90e4,0x7dff608b,0x3d00e02b,0x10e5f65d,0x9d0a7000,0xff0ffe01,0x011b0270,0xf89e4604,0xa049fd4f,0x9b11307b,0xf981b2fc,0x9d4b26cf,0xd0236d52,0xc6d2a3f2,0x9509f1ba,0x6d044f92,0xe65ffbfc,0x870a8d54,0x72ff20dc,0x3b60ba28,0x40c3ee6d,0x0c119000,0xf6c00c00,0xf1120550,0xf82e4804,0x4060fe3f,0x8c111071,0xf951c2fb,0x0d4b255f,0xc423bd23,0xc692d2f3,0x0510f22a,0x7204df9a,0xe5dffcfc,0x07038c74,0x75ffa114,0x3ad0bc28,0x50c5e57c,0xc11a0000,0xf1b01700,0xf1160670,0xf83e4e03,0x8075001f,0x8a115065,0xf8f1d6f8,0xed42239f,0xab245d32,0xc6b2c2f3,0x4513f25a,0x76054f9e,0xe55ffcfd,0x47108cf4,0x7c01313b,0x3b20ca29,0x60d2e01c,0xa81f3000,0xeff01e01,0x011a0650,0xf80e4703,0x2088021f,0x8b11c060,0xf8f1dbf7,0x8d3622ef,0xa024bd6b,0xc7128af3,0x5514f26a,0x83050f9f,0xe4d001fe,0x77118d04,0x8803b156,0x3be0d129,0xe0d8debc,0xa3209000,0xefb01d00,0xf11503f0,0xf7fe4703,0x409003cf,0x9012504d,0xf931e6f6,0xdd2621cf,0x9724eda0,0xc77257f3,0x050ff22a,0x8804df95,0xe4fffffe,0x270e8d34,0x8e05416e,0x3b80cc29,0x80d4de7c,0xa220d000,0xf0a01400,0xe1110100,0xf7de5503,0x709a042f,0x9d130048,0xf931ecf6,0xdd1a215f,0x9824ddd5,0xc7f222f2,0xa50af1ca,0x8c04ef92,0xe4cffcfd,0xf7138cb4,0x8c054177,0x39c0b727,0xc0c1de7c,0xa220c000,0xf2700400,0xe10c0100,0xf77e6503,0xe0a603ef,0xa913904c,0xf9a1f0f6,0xdd14214f,0xa424ee0f,0xc8a1eaf2,0x7507f19a,0x8c047fa8,0xe3cfeafe,0x07208c34,0x85051171,0x3810a025,0xa0ade13c,0xad1e2000,0xf60ff700,0x50d80380,0xf74e7504,0x70a803cf,0xb1144049,0xfae1f3f6,0xed16214f,0xb0250e43,0xc971b7f2,0x2503f15a,0x85042fbf,0xe33fd8fe,0x17278d14,0x83061155,0x38209a25,0x10a7e9ec,0xe215d000,0xfadff9ff,0x40670430,0xf78e9104,0xc09b027f,0xb314c041,0xfb41e8f7,0x8d2021ef,0xbb24ce61,0xc9f199f2,0x2503f14a,0x83041fbe,0xe33fd3fd,0xe70b8f84,0x8a06c118,0x3920ad27,0x00b8f1bd,0x3e0e8000,0xfd901cff,0x00490170,0xf76eac04,0xe09000ff,0xae14e03e,0xfac1d4f7,0xbd2a22df,0xcd242e6d,0xca218ef2,0x950af1aa,0x7802ef8a,0xe30fcbfd,0x76ce9214,0x960530db,0x39d0e12b,0x00e6f5ad,0x8c0b1000,0xfbf04dff,0x4067fe80,0xf74eb504,0x408a017f,0xb015103a,0xfa81d0f7,0x6d2a22ef,0xd923ce80,0xca917bf2,0xa50bf1ba,0x88001f6c,0xe29fc6fc,0xa6a09364,0x9d02e0c3,0x3ab11c2e,0x511cf74d,0xb909a000,0xfa306cfe,0xe03cfe10,0xf85eb902,0xd078024f,0xb616602d,0xfab1ddf7,0x9d21228f,0xdf23fead,0xcbc150f1,0x84faf0ba,0xbffb4f82,0xe30fcffc,0x569893d4,0x940030c8,0x3b212d2f,0x212cf81d,0xd208f000,0xfa8051fe,0x2fe60170,0xf97ebe01,0x306e016f,0xb716f029,0xfb61d7f8,0x2d1d233f,0xf4247ed7,0xcd3128ef,0xe4e5ef2a,0xf1f63fab,0xe34fddfb,0x26ab9324,0x7efe50cd,0x3af11e2e,0xa11ef89d,0xe2087000,0xfabff7fd,0xafae0890,0xfadeb5ff,0xa062013f,0xbf15d023,0xfbb1d3f8,0x9d1f23cf,0xfe24cee5,0xcdb11bef,0x34ddee8b,0x0af23fd1,0xe28fe8f9,0xc6ba91c4,0x68fe40dc,0x3ad1002d,0x2102f8bd,0xe5086000,0xfb1f8afd,0xdfc40e10,0xfc1ea2fe,0x5056026f,0xc4142010,0xfc41d9f8,0xdd23235f,0xfa252ed4,0xcd012bf0,0x04e5ef4b,0x11f0cfec,0xe16fedf9,0x86bb8ff4,0x56fe70f7,0x3a90d22a,0x40d9f82d,0xd108d000,0xfe7f4cfe,0x60010dd0,0xfd8e96fc,0x804b021f,0xca12900f,0xfd21cef9,0x8d2f2370,0x02255e99,0xcb4163f1,0x64f8f09b,0x0df2cfff,0xe09fe4f9,0x36c28d34,0x44fd5111,0x3a209524,0xc0a3f72d,0xb209c000,0x021f4afe,0xa0220a40,0xffae8dfa,0x2032009f,0xdc126028,0xfce1b7fa,0xbd392470,0x1624ce27,0xc901d2f2,0xc50ef1eb,0x07f73005,0xdf5fd9fa,0x16bb8954,0x34fb312e,0x39405b1c,0xf070f58d,0x880b2000,0xffaf83fe,0xb0280880,0x009e83f8,0xd02600cf,0xe812a030,0xfcd1affa,0xcd3c2480,0x1f243db3,0xc7a243f3,0x851af28a,0xfafb4ff4,0xde8fd7ff,0xc6b38604,0x20f95138,0x37803a16,0xb052f36d,0x5b0d0000,0xfbdfcefe,0xc02f0800,0x005e80f8,0xe02d01df,0xe812d029,0xfd01b2f9,0xdd3823a0,0x18247db9,0xc7b23df3,0x4516f24a,0xe9fb6fe3,0xdedfe403,0x26c98724,0x1af99132,0x36603e17,0x7056f1dd,0x3e0e7000,0xfb900ffe,0xd0350660,0x001e82f9,0x203b038f,0xf0134022,0xfca1c1f9,0x2d2d22d0,0x06245df3,0xc85205f3,0x2514f23a,0xeaf9afee,0xdedfdf00,0x06c78ce4,0x3afbf128,0x37106c1f,0x907ff15d,0x360ee000,0xfeb02afe,0xb0280440,0xfede8ffa,0x205403cf,0xff13001a,0xfc01d0f8,0x9d1f22c0,0x03231e1e,0xc8e1daf3,0x6517f27a,0xfbf82ffc,0xde8fe9fe,0xe6bf9354,0x61fde10c,0x3750c028,0xe0c9f20d,0x410e4000,0x03400ffe,0x4ff70370,0xfd5ea1fb,0x90690210,0x0212b027,0xfbd1c7f8,0x9d1e2360,0x1421de25,0xc8f1d3f3,0xd51ef2da,0xfcf7dfff,0xdf2feefe,0x06c297f4,0x75fef0d7,0x36e1142e,0x2114f4ed,0x7a0bb000,0x035fc4fd,0xbfb20360,0xfb7ea5fd,0x407a019f,0xf613403b,0xfbf1bff8,0xed2a2300,0x21217e1b,0xc8c1def4,0x5527f34a,0xfdf73fff,0xdfdfe0fe,0x16c69a24,0x80003095,0x36714c30,0x9149f76d,0xbb098000,0xfe5fb9fe,0x1fdc0260,0xf92e90fe,0xb08d02df,0xf313d03f,0xfbf1bdf9,0x3d362270,0x31212de2,0xc81216f4,0x552af34a,0xf1f8700a,0xdfffd6fe,0x36c39a44,0x95010065,0x36318d32,0x9186f81d,0xd008e000,0xf9bff7ff,0x40640090,0xf7be6eff,0x8094038f,0xfd133040,0xfc31abf9,0xed3f2390,0x4d20bd87,0xc7326ff4,0x3529f33a,0xd2fb2012,0xdf2fccfc,0xa6d69a14,0xaa014057,0x3621f534,0xc1e9f81d,0xcf08f000,0xf7a02f00,0x40ceff80,0xf68e5a00,0x6094038f,0xff133041,0xfc51a0fa,0xcd4524b0,0x5b20cd13,0xc672e1f4,0x452bf33a,0xbefe0016,0xde1fbcfb,0x170f9984,0xa901b056,0x35927236,0x7263f7cd,0xc5093000,0xf6303800,0xf112ff70,0xf4de4e01,0x409f029f,0xfd134052,0xfbd190fc,0x2d4425d0,0x5e213cba,0xc6233af4,0x2528f31a,0xb2002014,0xde0fbafa,0x97539734,0x96027056,0x34c2c037,0x22aef6ed,0xac09f000,0xf4904301,0x312c0060,0xf3fe4401,0x90a600ff,0xfb12c070,0xfbe17afd,0x7d3e2720,0x5a21ccad,0xc62346f3,0xd522f2da,0xa401600a,0xdeffc6fb,0xe77d94a4,0x8a02c059,0x3432c237,0x12b0f69d,0xa40a3000,0xf3206b01,0x312e0140,0xf4de3f01,0x809a00ff,0xf512406e,0xfc5180fd,0xad3e2720,0x3d229cd0,0xc63323f3,0x851df28a,0x96026ffe,0xdfdfd6fc,0xa7849304,0x9403a061,0x34928c36,0xb27cf77d,0xbd097000,0xf2b07201,0x11220050,0xf69e3f01,0x108500ef,0xec12306a,0xfc5189fd,0x7d3b26d0,0x1e235d24,0xc692d1f2,0xf514f20a,0x94031ff3,0xe0efe0fc,0x677791e4,0xa704d06c,0x35523e35,0xf230f8ad,0xe3086000,0xf2c04900,0xc104fe30,0xf7de4500,0x607a001f,0xe511e072,0xfbb18cfd,0x6d3126d0,0x01237d8c,0xc7426af2,0xa50df1ba,0x9b035fdc,0xe23fe6fd,0x37699004,0xaf05c06f,0x3601dc34,0x81d1f98e,0x0107a000,0xf4501a00,0x60dafc40,0xf92e4fff,0xe06cff4f,0xdc11807a,0xfb3193fc,0xbd2b26cf,0xea237de7,0xc82211f2,0x3505f15a,0x98043fbe,0xe26fe7fd,0x97558dc4,0xaa05a082,0x35e14d30,0xb14af9ce,0x08077000,0xf83002ff,0xf0adfb80,0xfa8e59ff,0xb059fe0f,0xd110f084,0xfa9196fc,0x1d2726cf,0xe1235e0e,0xc8a1eaf2,0x5507f17a,0x8b044f8d,0xe24fe4fd,0xd73e8aa4,0x9a0460ab,0x3500cf2a,0x00d6f8fd,0xeb082000,0xf71fffff,0xa08dfbf0,0xfc7e5efe,0xf047fdcf,0xd410207d,0xfa81a5fb,0x2d22258f,0xd7231dfd,0xc861fbf3,0x1513f22a,0x8403ef65,0xe22fdafd,0xd7368834,0x8b02c0e0,0x34a08a23,0xa099f73d,0xb409a000,0xf1a006ff,0x9085fd20,0xfd5e68fe,0x4046fe4f,0xda0fa062,0xfad1b9f9,0xed1c238f,0xc7234df7,0xc86201f3,0xa51cf2aa,0x8e03bf68,0xe1ffd4fe,0xe73f8754,0x7e01d106,0x34c06f20,0x1082f4dd,0x790bc000,0xf0a00cff,0x9087fe40,0xfd0e65fe,0x504afeef,0xda10a054,0xfb41c4f9,0xbd16230f,0xbc23be10,0xc8b1e8f3,0x5517f25a,0x9203df72,0xe24fdaff,0x573185a4,0x76021116,0x35b05b1c,0xf070f2dd,0x510d9000,0xf3affdff,0x9086fe20,0xfd7e59fe,0x1038fe3f,0xe5135068,0xfbd1b4fb,0x8d0a248f,0xc323ce48,0xc9a1b1f2,0x4506f16a,0x89039f6b,0xe32fdeff,0xa71d8304,0x7401011f,0x36f03e17,0x9056f25d,0x470e0000,0xf8efe5ff,0x8080fdd0,0xfe4e5afe,0x1024fd0f,0xf114306c,0xfbf1a0fd,0x4cf7255f,0xc9241e87,0xcb0175f0,0xd4f2f00a,0x9903bf96,0xe46fe100,0x67218214,0x6cfe5121,0x37602b13,0x1043f2fd,0x510d7000,0x003fdbff,0x506bff90,0xfece5cfe,0x8022fd0f,0xf512a061,0xfb21a0fd,0xacf1251f,0xc824eea4,0xcbc158ef,0x44dfee8a,0xb002afb2,0xe5dff000,0x87228444,0x67fd8120,0x38002a13,0x1043f40d,0x670c7000,0x076fd9ff,0x004801b0,0xfefe65fe,0xe029fc9f,0xfc107064,0xf97197fe,0x0cf225cf,0xd025bea3,0xcbb15aed,0x14caec7a,0xbe00afb2,0xe66007ff,0x87118854,0x6cfe311a,0x39103916,0x9051f4fd,0x7b0bb000,0x0a5fe6fe,0xe03c01f0,0xfece79ff,0x7035fc50,0x010ed053,0xf8918efd,0xdcf0261f,0xd925ce9b,0xcb6162eb,0xf4c1eb6a,0xc4ff5fa5,0xe6301ffd,0xe6eb8c54,0x77fef10b,0x39d04a1a,0x4061f57d,0x880b3000,0x081001fe,0xf0440080,0xfdfe8c00,0x5043fc80,0x020ea047,0xf82187fd,0x2cea25df,0xdf254e9e,0xcb715fec,0x74c6ebda,0xcafecf98,0xe66014fc,0xc6c88ee4,0x80ff50e8,0x39e0551c,0x106bf65d,0xa10a7000,0x03d00efe,0xd036ff90,0xfd3e9f01,0x7045fc5f,0xfb0ef049,0xf75183fc,0x9cea259f,0xe1248ea1,0xcb915ced,0xe4d2ed4a,0xccff4f97,0xe6a008fc,0xf6bf9124,0x7cff30bd,0x39705b1d,0x1070f81d,0xd408f000,0x000002fe,0x0fdaff10,0xfc5ea902,0xb046fd4f,0xeb0f3045,0xf79186fc,0x0cf6251f,0xe024ae98,0xcb4164ee,0xe4dbee3a,0xc7002f90,0xe6f002fe,0x16bc92f4,0x7700708b,0x3a30631e,0x4077fa4e,0x22070000,0xfd4ff7fc,0xcf4ffd40,0xfb4eb704,0x1041fdef,0xd60f0037,0xf9418dfb,0xbd08252f,0xe1250e84,0xcac178ef,0x94e3eeea,0xc3006f85,0xe6eff4fd,0xf6bf94a4,0x7100804b,0x3a406f20,0x2082fbbe,0x6505b000,0xfaffeefd,0x0f6afb50,0xfa3ec904,0xe042fe4f,0xcd0f2024,0xfa1198fa,0xcd18259f,0xe624be6e,0xca418cf1,0x04f5f03a,0xbc010f82,0xe54fe2fc,0xf6c39624,0x75000ffc,0x3a808723,0x3097fcbe,0x9e04c000,0xf8bfe6fe,0xb026f980,0xf9bec904,0xc044ff6f,0xd30f601d,0xfa219bf9,0x7d2025af,0xee241e5a,0xc9d1a0f2,0xd50ff1ea,0xb1014f77,0xe28fcafc,0xc6bd97e4,0x8a00dfbf,0x3b80b127,0x80bcfd8e,0xd303f000,0xf67fe700,0x20c4f840,0xfa6eb704,0x503b010f,0xdd0e7016,0xfae193f9,0x3d1e24ef,0xef23ae34,0xc921c6f4,0x1526f31a,0xaf019f74,0xe16fb9fd,0x86ad99a4,0xa900ffca,0x3ba0e92b,0xa0edfd2e,0xbd045000,0xf49fde01,0x111ff980,0xfa2ea504,0x0042013f,0xe10ee021,0xfb217cfa,0xbd0e246f,0xf423be1a,0xc8c1def3,0xf523f2ea,0xc4018f83,0xe33fc1fd,0xc6b898e4,0xa8005004,0x3a910d2d,0xb10efafe,0x43066000,0xf3bfd701,0x613efc30,0xf96e9f04,0x205afeff,0xd810e041,0xfb615dfc,0x1d022560,0x0d23be22,0xc8e1d7f2,0xc50ef1da,0xcf01ff97,0xe59fd2fd,0xf6dc96a4,0x85ff6054,0x38c1092d,0x810af66d,0x9d0a6000,0xf47fd400,0xe10ffe60,0xf95ea103,0xd06dfcff,0xd211504b,0xfad156fc,0x1d0a2660,0x21233e0d,0xc8a1ecf2,0xd50ef1ea,0xc8018f90,0xe46fd1fe,0x16f79494,0x69fe70c2,0x3730e72b,0x90ecec0c,0xf213d000,0xf5efc9ff,0xe0acffe0,0xf9ee9903,0x407cfc5f,0xd5107052,0xf99156fb,0xad182680,0x2d226db8,0xc7b23ef4,0x1523f30a,0xc500ef87,0xe23fc9fd,0xc6f89324,0x5cfe1137,0x35f0c829,0x70d0ce9c,0x7d305000,0xf38fe0ff,0xa0900210,0xf98e9002,0xa09ffcaf,0xd80f8055,0xf92159fa,0xbd222520,0x3321fd2c,0xc6c2c8f4,0xf536f3ea,0xb901efa7,0xe29fc6fd,0xc70193b4,0x55fee18c,0x3550e42b,0x50e9ad6c,0x7f50e000,0xf12020ff,0xe0aa03f0,0xf85e8902,0x70cefd9f,0xd30f305e,0xfa5157f9,0x7d242350,0x36222ca5,0xc6334df5,0x653ff44a,0xc0038fe4,0xe2bfc8fe,0x370094f4,0x5a00d1c4,0x35a1202e,0x911fa63c,0x8d57f000,0xf1a04200,0x30cc03c0,0xf7de7502,0x20f0fe2f,0xd610407a,0xfad13bf8,0xdd1b22c0,0x4b224c70,0xc61382f5,0x8541f46a,0xd003dffb,0xe23fcafe,0xb6eb94c4,0x6a0311eb,0x3741392f,0x9137accc,0x82517000,0xf0a05000,0x70e401d0,0xf82e7301,0xf106fd5f,0xdb11508b,0xfb1120f8,0x3d122220,0x63223c7e,0xc61374f5,0x653ef44a,0xcb03d007,0xe30fcfff,0x46f095a4,0x6b0301fb,0x37a15130,0x814dbe1c,0x77407000,0xef905f00,0x90ef0110,0xf85e7902,0x5116fe2f,0xe1121077,0xfb4122f7,0x1d102090,0x63221c95,0xc6235ef5,0x553ef43a,0xc803eff1,0xe3efc6ff,0x46e596f4,0x730371eb,0x38516e31,0x7169d4ec,0x8b2a1000,0xefe05400,0x70e601e0,0xf8be8803,0x1119001f,0xf013e03d,0xfa5148f5,0x8d0c1e90,0x4821ccbe,0xc63335f5,0x553df43a,0xd0032fbd,0xe4afcafe,0x56cb9844,0x8403c1c6,0x39217e32,0x0178e50c,0xc21a7000,0xf0e02900,0xa0f50090,0xf8beae04,0x5127ff7f,0xeb14c023,0xfa3157f4,0x3d0d1d70,0x3d220ce5,0xc6530ff5,0x353af41a,0xcc032f9f,0xe6cfc9fd,0xf6ce99d4,0x7d02b1ae,0x38118632,0x517fea8c,0xe8153000,0xf28ffc00,0xf116fdf0,0xf9aec005,0x2138fe7f,0xe113a01d,0xfa7149f2,0xcd141d10,0x4c224cfd,0xc662f7f5,0x353bf41a,0xc403dfa9,0xe84fecfe,0x56cc9c14,0x7b0251c1,0x37518032,0x2179ec5c,0xfb138000,0xf4cff500,0xc101fc80,0xfafec605,0x513cfeaf,0xde13f008,0xfb6148f1,0xed161cb0,0x4f229d06,0xc662eff5,0x353cf41a,0xcb043fbb,0xe85fdbfe,0xa6b19db4,0x8a0231cd,0x37a17631,0xd170eedd,0x19113000,0xf5b00f00,0x80ecfbc0,0xfb1ecd03,0xe159ff4f,0xee147ff3,0xfbc153f1,0x3d131ba0,0x46234d11,0xc672e3f5,0x1539f3fa,0xcf03ffbb,0xe89fecff,0xf6ab9cd4,0x9c02f1a9,0x3a718b32,0x6184f1fd,0x480e5000,0xf4b02400,0x50d8fa40,0xfbbecb02,0xa164ff4f,0xef13fff4,0xfb9153f1,0x7d121ba0,0x3e241d22,0xc682d3f5,0x0537f3ea,0xd503cfba,0xe72fdd01,0xa6a69c64,0xab024198,0x3c21cc33,0xf1c2f41d,0x6e0c7000,0xf3a02800,0x00b9fa90,0xfd5ebd02,0xb147ff6f,0xd813d009,0xfb5153f2,0xcd141ca0,0x3024ad1a,0xc682daf4,0xe536f3da,0xda038fbc,0xe63fca01,0xa68d9d04,0xadffe1b9,0x3ac20e35,0x2202f47d,0x750c1000,0xf3c026ff,0xb094fda0,0xfeceb501,0xa137ff2f,0xd213f01d,0xfad156f3,0xbd161cf0,0x27252d1e,0xc692d7f4,0x952ef38a,0xdb03cfbc,0xe71fdd01,0xc6919c04,0xa7fcf1cf,0x39e1de34,0x61d4f45d,0x700c4000,0xf5c00bff,0x40660150,0xffeeb100,0x5126fe9f,0xd0142029,0xfab15af4,0xdd171d60,0x1f257d38,0xc6b2bdf4,0x2526f31a,0xdc03afbb,0xe7ffe402,0x86a69904,0x95f9f1e1,0x38714c30,0x8149f34d,0x5b0d3000,0xf61fe4ff,0x104d0610,0x004eaeff,0x5112fe1f,0xce14402f,0xfaf163f6,0x0d131e40,0x19257d59,0xc6f29df3,0xd520f2da,0xd6042fb9,0xe7efda02,0x86b594d4,0x7df891e5,0x3710d92a,0xa0dff1cd,0x410e8000,0xf17ff7ff,0x40620990,0x002eaffe,0xc106fdbf,0xcf145032,0xfb116ff6,0x9d0e1f00,0x13259d80,0xc73276f3,0x951cf29a,0xcd04ffba,0xe76fbf02,0x06cf9294,0x6df971d6,0x36b0ac27,0x00b7f0dd,0x320f6000,0xefb021ff,0x908b0710,0x002ea5fe,0xa0f4fedf,0xd3150034,0xfaa17ef6,0xcd051f4f,0xfd25edcc,0xc7e22bf3,0x7519f27a,0xd103ffb4,0xe68fad02,0xd6dc9174,0x6afbb1bf,0x36c09524,0x90a3f11d,0x380f2000,0xf1e030ff,0xc0990170,0x009e8ffe,0x60d9010f,0xdf168033,0xfac185f7,0x9cf41f6f,0xe5270e38,0xc951c1f2,0x6509f18a,0xdd01afad,0xe69fba03,0xc6d88f24,0x6ffdf1a8,0x37707120,0x4084f1cd,0x420e8000,0xf4b02fff,0x908bfe80,0x014e87fe,0x40bf021f,0xe817202e,0xfb5188f8,0x9ce71faf,0xd9289e86,0xcaf176f0,0x64efef9a,0xe4007fad,0xe6ffd101,0x66e78cc4,0x6cfed18f,0x37b04e1a,0xc065f27d,0x4c0de000,0xf8e02aff,0x7079fee0,0x01ae8cfe,0x90b3020f,0xe8154029,0xfba18cf9,0x0cea205f,0xd529eeb3,0xcc214aee,0xf4deee3a,0xe500bfae,0xe67fcb02,0x36f68b24,0x6aff3175,0x37a03515,0xa04df36d,0x5b0d1000,0xff7019ff,0x606fff90,0x01ce96ff,0x30bb000f,0xd811b044,0xfcc16ff9,0x4cfb220f,0xe22aaecd,0xcd0132ef,0x24e0ee6a,0xde004fb9,0xe69fbd03,0xc70f8c14,0x6afff15f,0x37702f14,0x4047f44d,0x6c0c4000,0x06a021ff,0x4068ff70 +}; + +u32 ANIM_ENTRY_dancing_one_handed_weapon[] = +{ + 0x00401f00,0x0f79ff0f,0xef063feb,0x00c0bf04,0x6c92efef,0xf333cff2,0xf4501efc,0xe61efa91,0x5403b014,0xfa009ef6,0x3f03016b,0xfcff6fc3,0x3ec00202,0xc0090000,0x05fffff7,0xfb5ff4fe,0xc03a0180,0x006020ff,0xff77fecf,0xf1060fef,0x00c0ba04,0x9c92f01f,0xf333bff2,0xf4201efc,0xe61dfa81,0x59040014,0xfa109df6,0x6f05015b,0xfd001fc4,0x3ed00202,0xd0090000,0x04fffff7,0xfb5ff5fe,0xc03b00d0,0x00502100,0x0f78fe8f,0xf0064ff1,0x0090b704,0x8c93f03f,0xf333dff2,0xf4301efc,0xe61efa91,0x5a04d02e,0xf9c09bf6,0x9f04015b,0xfc003fc4,0x3ec00202,0xe0090000,0x03fffff7,0xfb4ff2fe,0xc03a00b0,0x00702000,0x0f77fecf,0xef066ff0,0x0090bc04,0x7c93f02f,0xf033dff2,0xf4501efc,0xe61efa81,0x54041056,0xf9c097f6,0x9f01013b,0xfc002fc6,0x3eb00202,0xf0090000,0x03fffff7,0xfb3ff1fe,0xc03b00e0,0x00802000,0x0f75ff0f,0xef065fec,0x00a0be04,0x7c93efdf,0xee33cff2,0xf4601efc,0xe61dfa81,0x50021077,0xf9b096f6,0x9f03013b,0xfc001fc5,0x3ec00202,0xd0090000,0x04fffff7,0xfb4ff3fe,0xc03b00f0,0x00a021ff,0xff74fedf,0xf2069fef,0x0060b704,0x8c91efff,0xf133cff2,0xf4301efc,0xe61dfa81,0x5502b068,0xf9c095f6,0x9f05011b,0xfdffdfc6,0x3ec00202,0xe0090000,0x06ffeff7,0xfb3ff4fe,0xd03c0110,0x00b020ff,0xff74feaf,0xf406bff3,0x0040b704,0x9c90f04f,0xf233bff2,0xf4101efc,0xe61cfa81,0x5704b04a,0xfa109bf6,0x6f03011b,0xfeff9fc6,0x3ed00202,0xd0090000,0x07ffeff7,0xfb4ff2fe,0xd03d0150,0x00a01eff,0xef76febf,0xf5069ff6,0x00a0bb04,0x8c90f06f,0xf033bff2,0xf4301efc,0xe61dfa81,0x5004d048,0xfa009ef6,0x0f05013b,0xfeffbfc5,0x3ed00202,0xc0090000,0x06ffeff7,0xfb4ff5fe,0xd03d0160,0x00a01eff,0xef76feaf,0xf7061ff8,0x00a0bf04,0x8c8ef09f,0xf133aff2,0xf4401efc,0xe61cfa81,0x44041032,0xfa10a0f5,0xef05014b,0xfeffefc5,0x3ed00202,0xc0090000,0x04fffff7,0xfb4ff6fe,0xd03e0140,0x00a02100,0x0f77fe7f,0xf5063ff5,0x0070c004,0x7c8ef08f,0xf333bff2,0xf4301efc,0xe61efa91,0x3e03f021,0xf9e09df6,0x5f05012b,0xfdffafc3,0x3ec00203,0x000a0000,0x05ffeff8,0xfb2ff4fe,0xd03d0160,0x00b02000,0x0f76feaf,0xf3067ff3,0x0060c404,0x8c8ff05f,0xf433bff2,0xf4101efc,0xe61efa91,0x3f03c028,0xf9f09af6,0x6f05012b,0xfdff7fc5,0x3ec00203,0x000a0000,0x06ffeff8,0xfb1ff5fe,0xd03e0180,0x00b020ff,0xff78feaf,0xf6067ff0,0x0070c704,0x8c8ef04f,0xf433aff2,0xf4301efc,0xe61dfa91,0x3e040029,0xfa1099f6,0xcf0a014b,0xfeff5fc2,0x3ed00202,0xd0090000,0x09ffeff7,0xfb4ff9fe,0xd03d0170,0x00a01eff,0xdf79fe8f,0xf9062ff5,0x0090c504,0x9c8df09f,0xf5339ff2,0xf4301efc,0xe61dfa81,0x3d05b010,0xfa409cf6,0x5f07015c,0x00000fc2,0x3f000202,0xe0090000,0x07ffeff8,0xfb0ff8fe,0xd03d00f0,0x00d01eff,0xbf77fe4f,0xfc060ffa,0x0070c204,0xbc8ef0df,0xf7339ff2,0xf4201efc,0xe61cfa81,0x4106effb,0xfa40a3f5,0xfeff010c,0x0300ffc8,0x3f200303,0x200a0000,0x01fffff8,0xfacff2fe,0xd0400020,0x00e01cff,0xbf78fe4f,0xfb06cffd,0x0060c404,0xac90f0df,0xf9339ff2,0xf4301efc,0xe61cfa81,0x40064007,0xfa209ef5,0xef0000dc,0x04017fcf,0x3f200303,0x800bffff,0xf8001ff9,0xfa7ff4fe,0xe043ffc0,0x00e016ff,0xbf79fe6f,0xfc079ffe,0x0040ca04,0x8c91f10f,0xfb339ff3,0xf4601efc,0xe61cfa81,0x38048022,0xfa3098f6,0x4f0300bc,0x0501dfd9,0x3f300303,0xc00cffff,0xea004ff9,0xfa4ffdfe,0xf048ff90,0x00b010ff,0x8f7ffe70,0x01088007,0x0050cd04,0x6c92f170,0x00337ff3,0xf4701dfc,0xd61bfa81,0x36041029,0xfa6097f6,0xaf02009c,0x09022fe3,0x3f300404,0x500effdf,0xd4008ff9,0xfa1003ff,0x004fff90,0x008ffbff,0x0f87ff50,0x0a08f016,0x0070ce04,0x5c98f230,0x08337ff3,0xf4601efc,0xc617fa71,0x41040024,0xfab097f6,0xeee500ac,0x1503fff4,0x3f900505,0x0011ffaf,0xaf010ffa,0xf9affcff,0x205fff40,0x008fddfe,0x6f8f0090,0x15091029,0x0030cd04,0x2ca0f380,0x11336ff2,0xf4401efc,0xb612fa51,0x4c03c01f,0xfa1094f9,0x9ec2002c,0x2606e015,0x40400806,0x7015ff4f,0x7601bffb,0xf91ff7ff,0x6075fe60,0x00efd2fe,0x9f940010,0x1908c043,0xffb0ca04,0x3ca5f580,0x1e334ff2,0xf3f01ffc,0xa60efa41,0x3c01103e,0xf8b08afb,0xbec3fe0c,0x2a08104c,0x40300e09,0x8020fe8f,0x2302dffc,0xf81007ff,0xa090fe30,0x011fc7fe,0xcf9bffe0,0x1e083054,0xfee0c104,0x5caff750,0x2b330ff0,0xf33021fc,0x7602fa11,0x35ff704a,0xf7d085fd,0x3ec1faac,0x3608a080,0x40301d0f,0x1034fd7e,0xcd040ffe,0xf6a01cff,0xf0a8fef0,0x00dfbafe,0x6fa7ffd0,0x2e07a06d,0xfde09d04,0x7cbbf950,0x37329fee,0xf24023fc,0x05eef9b1,0x4402aff7,0xf8208afe,0x2eb3f69c,0x570970a1,0x40e03c17,0x1055fc5e,0x88052001,0xf5102e00,0x20beff80,0xffcfc0fe,0x4fbbfea0,0x3b069086,0xfd306004,0x4ccefbe0,0x4431cfed,0xf17026fb,0x85d4f921,0x5a04bfdf,0xf84082fe,0x2eaff30c,0x760930a6,0x41506d1f,0x9081fb7e,0x5b05f001,0xf5203800,0x60d5ff90,0xfdafd3fe,0xbfddfd00,0x3b05c09d,0xfd501603,0xacf0fe20,0x60309fe9,0xefe02afa,0xd5b8f881,0x7f00a018,0xf71068fd,0xfebbefbc,0x8a083096,0x4120be28,0x50c7faae,0x3706affc,0xf8103f00,0x90e5ff40,0xfbefe3ff,0x1ffafc30,0x330530a3,0xfdafdf02,0xed26ff30,0x852edfe1,0xece033fa,0x45a2f811,0xa4feb012,0xf3504efc,0xbebaebcc,0xa107308f,0x40c1412f,0xf13ef9be,0x10078ff5,0xfc804f00,0xb0efff90,0xfa8fe7ff,0xa00ffce0,0x2305309a,0xfdefc101,0x5d69ff60,0x972d2fd9,0xea103bfa,0x359df801,0xa3ff3023,0xee9032fb,0xceaae8ac,0xb306307f,0x3fe1ed34,0x91e1f97e,0x0807bff2,0xff207600,0xb0ee0050,0xf98fdf00,0x901bfec0,0x0c055080,0xfe7fb5ff,0x1da7ff70,0x872c5fd3,0xe81041fa,0x259cf7f1,0x9200a051,0xebf031fb,0x5e92e75c,0xb605c05a,0x3ec26a36,0x325afa9e,0x3306cff1,0xff509800,0x60d400c0,0xf93fda01,0x301bffcf,0xf805c066,0xff3fa5fd,0x4dd60000,0x6b2cafcf,0xe6d045f9,0xd592f791,0x93ff1069,0xec603bfa,0x6e81e70c,0xb5061028,0x3e027a36,0x6269fc7e,0x90050ff2,0xfee083ff,0xa08e0050,0xf92fdb01,0x201dff5f,0xee06a055,0xff2fa6fc,0x0df70090,0x592ddfcb,0xe5a049f9,0x257df6f1,0x8efdd068,0xee3044fa,0xae84e7cc,0xae063009,0x3e022835,0x721afdae,0xdd03dff3,0xfe404bfe,0x7019ff90,0xf9dfd600,0xa01bfeff,0xf0081041,0xfddfb0fa,0x3e0d00a0,0x522eefc8,0xe4d04bf8,0x5565f631,0x7dfe5074,0xf04058fc,0x3e9ae87c,0x9e037034,0x3da1ae33,0x51a5fd7e,0xce040ff4,0xfdb01efd,0x3f9f0150,0xfa8fc300,0x201efdbf,0xf308904f,0xfd1f94f9,0x0e1c01d0,0x5b2f9fc7,0xe4404cf7,0xc555f5a1,0x82feb06d,0xf1d065fd,0xceb5e9dc,0x89ffb097,0x3c713e2f,0xe13bfb5e,0x51060ff3,0xfdf012fc,0xbf6f02e0,0xf99fa4ff,0xd03bfb5f,0xf607a07d,0xfcdf6ef9,0xbe2f04e0,0x702fefc2,0xe30050f7,0xc553f5b1,0x8aff4057,0xf2805dff,0x0ecbed7c,0x78fdf0f0,0x3b50ee2b,0xd0f2f68d,0xa00a4ff2,0xfef00dfd,0x1f9303a0,0xf85f8cff,0x505ef9df,0xf906b095,0xfc3f5af9,0x3e470680,0x822fafbd,0xe1c054f7,0xf558f5e1,0x8dff5045,0xf2705100,0x9ee6f14c,0x6bfc3143,0x39f0bb28,0x20c5ec5c,0xf7138ff1,0xffcff5fd,0xafca0560,0xf7ff7ffe,0xc06ff86f,0xfd05a0a0,0xfbbf46f8,0x3e610750,0x912effb7,0xe0805af8,0x255cf611,0x8cff4041,0xf2004e02,0x1f05f43c,0x5ff9a19e,0x37c09424,0x70a2d24c,0x842caff1,0xffafd5fe,0x1ff60740,0xf7df76fe,0x1077f780,0x0504c0a5,0xfb9f35f6,0xce780770,0x9f2dffb1,0xdf405ff8,0x7563f651,0x86ff0040,0xf0d04602,0x7f25f77c,0x57f751ea,0x35b06c1f,0xa07faa0c,0x85543fef,0x00afbefe,0x60160890,0xf77f64fd,0x4079f920,0x1205209d,0xfc2f39f4,0x0e830610,0x9f2c8faa,0xde0065f8,0xa56af691,0x83fee034,0xeea03802,0x4f41fbac,0x47f67218,0x35404919,0xe06097ac,0xc3661fef,0x00dfc8fe,0xb0340860,0xf72f52fd,0x106cf9c0,0x1a05d09f,0xfd5f45f2,0xbe840600,0xad2b0fa2,0xdcc06cf8,0x9568f681,0x79fed035,0xec203101,0x8f3bfebc,0x2cf67221,0x35603816,0x6051911c,0xf56c6ff6,0xfc1000fe,0xe0470740,0xf6ff45fd,0x8055f940,0x170670a9,0xfd6f56f3,0x2e740750,0xc22aaf97,0xdaf077f8,0x355df621,0x71ff204d,0xeb403400,0xef23febc,0x18f811fb,0x36503e17,0x7056910c,0xf66c7ffe,0xf6d01cfe,0xd04106c0,0xf70f39fe,0x603bfa10,0x130700a7,0xfd5f7ef4,0x3e4b0870,0xb42bef83,0xd85088f7,0xa54ff5a1,0x62ff8064,0xeca03b01,0x5efefaac,0x22fb21ac,0x38b0671e,0x907b9aec,0xb262f001,0xf5200efe,0xa02c06f0,0xf6ff2cff,0x402cfaf0,0x160790b1,0xfccfb1f7,0x0e1f09f0,0x942d7f6f,0xd6409af7,0x0541f501,0x58ff4061,0xef404a02,0x6ebcf4ec,0x4bfe313e,0x3b20bc28,0x40c5c6cc,0x7837fffc,0xf86ff1fe,0x601405f0,0xf64f2200,0x9027fc40,0x120820b5,0xfcafe1f9,0x4e030af0,0x782e1f6b,0xd6009ef6,0x6535f471,0x74fe103c,0xf1905003,0x8e8bf09c,0x6f0050c4,0x3c412d2f,0x412beadc,0xea14fff2,0xfedfdafe,0xc0360330,0xf6cf0f01,0x7016fdc0,0x160840b8,0xfd0ff5fa,0xadf70bf0,0x752e3f74,0xd70096f5,0xd529f3e1,0x92fd0031,0xf2504f04,0x6e73ec3c,0x9202c077,0x3db1ca34,0x01c0f37d,0x5e0d0fed,0x020fc700,0x70da0030,0xf7aefb01,0x3015fe50,0x280650bd,0xfcafe3fb,0x8df80d00,0x8e2dcf7d,0xd8008ef5,0xe52af3f1,0x7bfd104f,0xf1e04704,0x2e73e7dc,0xb3057062,0x3f82ee37,0x72dbf5cd,0x930afff1,0xff8fde01,0xd148fe30,0xf70ef201,0x0034fe40,0x330380b8,0xfc1fc8fb,0xddff0d10,0xa32d7f85,0xd8e087f6,0x6533f461,0x59fd8065,0xf1703f04,0x6e93e5cc,0xb306806b,0x40044638,0x442cf50d,0x830b9ff7,0xfb502401,0xf154fe00,0xf69ef300,0xf044fdc0,0x360370b2,0xfc5fb8fb,0xee030d00,0x982e2f8e,0xda207ff6,0x8536f481,0x66fd705f,0xf1003e05,0x1ebae4dc,0xa305007a,0x3f253937,0x851bf44d,0x720c4ffa,0xf9405901,0xb142ff50,0xf70ef500,0xa03dfd30,0x3a0590b4,0xfd1fbafb,0xbe070d50,0x722faf99,0xdbb075f6,0x6534f461,0x87fcc050,0xf0603505,0x8ecbe51c,0xa103f079,0x3ea59136,0xe572f57d,0x8c0b4ffb,0xf9105f01,0x712c0020,0xf7aeeb00,0x3037fcb0,0x4006f0ba,0xfd7fbefb,0xce090e20,0x4a314fa0,0xdcd06ef6,0x052ef401,0x9ffc6043,0xf0302805,0x7ecce72c,0xa803f07c,0x3e953a37,0x851df6dd,0xaf0a0ffb,0xf8904900,0xf10000b0,0xf85ed9ff,0xf035fbe0,0x4006c0c3,0xfd4fb1fc,0x5e070fa0,0x2c329fa5,0xdd806bf5,0x5521f361,0x9ffc5042,0xf0701904,0xced0ea5c,0xa3033099,0x3db40038,0x53e9f70d,0xb309dffc,0xf7e02900,0x00b20330,0xf93ec0ff,0xd036fba0,0x3d0630c7,0xfd0fa5fc,0x9e091100,0x1d335fa6,0xdda06af4,0x350ef251,0x80fd0055,0xf0200d04,0xaedfed8c,0x8f0210d5,0x3c626f36,0x8260f5bd,0x8e0b0ffc,0xf8700fff,0x506e0640,0xf9dea6ff,0xc038fbf0,0x360640cb,0xfd5f9efc,0x0e1111b0,0x10336fa6,0xdd706af3,0xe508f201,0x7efde05f,0xee900105,0xaef4f11c,0x74012112,0x3b816d31,0xa167f33d,0x570d4ff8,0xfafffaff,0x607306f0,0xfa9e8cff,0x7032fc50,0x3006e0d6,0xfd4f91fb,0x1e201270,0x08332fa2,0xdcb06cf4,0x8513f291,0xa2fd8058,0xec2ff906,0x6efaf52c,0x6300914d,0x3b30df2b,0x00e4ef7d,0x1c10affa,0xf98fe3ff,0xc0990550,0xfb3e7aff,0x202cfc80,0x290770e4,0xfd4f87f9,0x9e2f12e0,0x0c328f97,0xdb1076f5,0x151df321,0xa8fe305f,0xe9effe06,0xaef7f91c,0x51ff717a,0x3a609524,0x80a3ea4c,0xe6157005,0xf2bfe4ff,0xd09d0430,0xfb4e7fff,0x102dfbb0,0x1f07d0e9,0xfddf87f7,0xae2c1340,0x10321f80,0xd8308bf5,0x6522f371,0x92013082,0xe8e00c05,0x6f07faac,0x3bfe3189,0x39007820,0xd08ae59c,0xc519f00a,0xefaffbff,0xb0960430,0xfb4e88fe,0xe02cfb40,0x1d08f0e8,0xfdefa5f6,0x5e0c1450,0x0131ef62,0xd500a6f5,0x351ef341,0x7d02d0a5,0xe7c01f00,0xdf18fa6c,0x33fe117b,0x38d0701f,0xc083e5bc,0xc619c008,0xf0e006ff,0xc09a0380,0xfb1e7dfe,0xc02cfc30,0x250bb0e7,0xfdafe7f6,0x2ddc153f,0xeb315f4b,0xd300bbf4,0x550ff271,0x6b00f0a8,0xe6c01401,0x0f05fc8c,0x31ff8157,0x39e0561b,0xd06ce99c,0xe1161002,0xf43fedff,0xd09d0200,0xfb8e86ff,0x001cfc20,0x270fe0e8,0xfce041f7,0x1da7168f,0xde30af39,0xd1d0cbf2,0x24f0f061,0x57ff80a8,0xe79ff904,0x2f08fe7c,0x27fed130,0x39c03816,0x2051edcd,0x08123ffa,0xf99fd8ff,0xa08e0120,0xfcbe96ff,0x0007fb90,0x2a12e0e9,0xfbb096f8,0x7d76189f,0xdc305f29,0xd0e0daed,0xd4c4ec41,0x450000aa,0xe96ffb04,0x0f1efd2c,0x27fe0114,0x39e02e13,0xc047f11d,0x340f2ff0,0x005fd9ff,0x506d0150,0xfdeea0ff,0x2003fc20,0x291390d5,0xfb30ecf9,0x5d54190f,0xd830bf0d,0xcf70f5e7,0x549ce5e1,0x430060b4,0xeb800603,0xdf0ff90c,0x3afe6104,0x3aa03615,0xe04ff31d,0x560d5fe8,0x05ffc7fe,0xe0450180,0xfe6eadff,0x4010fc90,0x291290b6,0xfb1132fa,0x0d3818cf,0xd830feda,0xcd4125e1,0x6485e011,0x52ff90c9,0xedc01103,0xcee7f41c,0x58fec0f2,0x3b604f1b,0x0066f44d,0x6e0c4fe6,0x06dfbefe,0x701b01c0,0xfddeb8ff,0xb02afc90,0x271180b3,0xfa1160fb,0x2d1e18ef,0xdb305e85,0xcab176df,0x247edde1,0x68fdf0d3,0xef802504,0x0ebaf03c,0x6bff90c8,0x3c207420,0xd086f5bd,0x8e0b0feb,0x03cfc6fe,0x0fef0270,0xfd2ec500,0x703afc10,0x2011c0c5,0xf8716afc,0x1d08195f,0xda2fce31,0xc921c8e3,0x648be211,0xa9fbf079,0xeff01f03,0x5e92ec6c,0x7a00e08f,0x3cb0ab26,0xe0b6f80d,0xd208ffef,0x00bfc3fd,0x5fac03c0,0xfcaed801,0xa041fbd0,0x1311f0c5,0xf7d16dfc,0x5cfb192f,0xd62f6e00,0xc891f8e8,0x74a1e711,0xd1fae065,0xeff01d02,0x2e81e8ac,0x78025049,0x3cc0f42c,0x40f8fabe,0x3606aff2,0xfedfc3fd,0x3f9e04f0,0xfc2ee302,0xf042fd00,0x0111e0b6,0xf8e187fc,0x6cf8179f,0xca2f5d9c,0xc7725aed,0x54c0ebc1,0x97fcd0d1,0xef801402,0x8e75e56c,0x7402dffe,0x3d116331,0x215efcae,0x9b04dff5,0xfd3fc9fe,0x300302a0,0xfbcee403,0x5047fe8f,0xfa1120ac,0xfac17ffc,0x5cfe165f,0xc12f9d69,0xc7128df1,0x14e3ef61,0x75fd00d2,0xef300002,0x5e6be34c,0x8602bfcb,0x3e721435,0x3207fdae,0xdf03dff7,0xfb9fc6ff,0x4067fe70,0xfb9edf02,0xb04fff50,0x0010f0ab,0xfbc16cfc,0xad01169f,0xc42f7d76,0xc72280f2,0xa4f6f0d1,0x7efd00be,0xef8ffb00,0x1e7de37c,0x91038fcd,0x40127436,0x6264fd7e,0xd0041ff8,0xfb1fb5ff,0xc097fc70,0xfc2ecb02,0x404cff00,0x0311d0c2,0xfc4154fd,0xbcfe175f,0xd32f7db3,0xc7b243f2,0x44f0f081,0x86ff10c3,0xf00ffefe,0xfea4e58c,0x7b026023,0x3f71f234,0xa1e6fb4e,0x53061ff7,0xfb4f99ff,0x90870080,0xfc2eb502,0x9059fdff,0xf81160e5,0xfc4136fe,0x5d07173f,0xe8304df6,0xc87202f0,0xa4deeef1,0x83ff50ac,0xf1101000,0x2ed9e92c,0x4f0000a6,0x3c715330,0x914ff5dd,0x920aeff6,0xfc2f85fe,0xa0290730,0xfb3ea302,0xd06efd7f,0xed0f50f9,0xfc012afe,0x4d1f169f,0xe830be03,0xc881f5f1,0x24e4ef61,0x9dfd60a6,0xf1b02201,0xbf05ee1c,0x26fd7115,0x3960ef2b,0xe0f3ec3c,0xf613aff4,0xfd9f87fe,0x1ff70930,0xfa7e9402,0x4075fd6f,0xf30ea103,0xfcd116fd,0xad39162f,0xde2fbe0d,0xc891ebf4,0x350cf251,0xcefb208c,0xefe01b03,0x0f11f40c,0x15fc9161,0x3820a926,0x70b5dc9c,0x9c229ffa,0xf9cf93fe,0x701c0990,0xf9ae9901,0xa076fcbf,0xf50e6102,0xfda0f4fc,0x4d4b151f,0xdb2e8e42,0xc971b7f6,0x9538f4a1,0xd1fb0078,0xee100c04,0x2f15f95c,0x0bfc3197,0x36b07b21,0x508dc53c,0x77397005,0xf29f9fff,0x10560b50,0xf89eb501,0x907bfb2f,0xe90da0fd,0xfd60cafa,0xfd55137f,0xd62dae77,0xca8184f7,0xe555f5d1,0xb4fcb075,0xed400e05,0x0f32fbfc,0x02fb31ad,0x34106b1f,0x107fb4ec,0x7949900b,0xeeefabff,0x50710b70,0xf86eca01,0x7077fa5f,0xe50d90fb,0xfd9098fa,0x9d59125f,0xc52cdeb1,0xcc014cf8,0x8564f671,0xaffcd070,0xec301805,0xef33fb2c,0x13fb51b5,0x32c07520,0x7088b2fc,0x7b4b600a,0xef9f9eff,0x507208e0,0xf90ee401,0x606cf9cf,0xe90e20f7,0xfda072fa,0xad59121f,0xb22bceee,0xce3112f8,0x8565f671,0xb6fc3080,0xebb02005,0xaf12f78c,0x42fb71b1,0x31e09724,0xb0a5b91c,0x77457002,0xf42f57ff,0x607705e0,0xf94f1501,0x6074f8af,0xf00cc0e7,0xfc805afa,0x8d6011df,0xb42a1f16,0xd020edf8,0x4560f631,0xb9fc7099,0xec502a04,0x1f06f24c,0x6dfb218b,0x30e0d32a,0x30dac5bc,0x77390ff7,0xfb7f18ff,0x80820430,0xf85f3701,0xc091f8ef,0xf30b70d2,0xfba040fa,0x1d76111f,0xc5283f2f,0xd180d5f8,0x5560f641,0xc2fd1097,0xec503203,0x0f03ee1c,0x81fd1155,0x3171212e,0xe120d30c,0x852bfff1,0xff6f2cff,0x80800300,0xf77f3b02,0xc0a6fa8f,0xf00ad0c0,0xfb9024fa,0x5d95102f,0xe6264f40,0xd270c6f8,0xa568f691,0xc1fd809f,0xeba03103,0x1eebea9c,0x8e007130,0x32619833,0x0190dd3c,0x9d220ff3,0xfe1f78ff,0x30640310,0xf69f3f03,0xa0b9fbdf,0xe90a40ac,0xfc0009fa,0x9dbd0e50,0x1424cf51,0xd390b5f8,0xf570f6f1,0xacfea0bf,0xeb202c03,0x4ed8e79c,0x9b02b101,0x33524a36,0x123ce86c,0xd5173ff6,0xfc7fc7fe,0xc0390270,0xf60f4803,0xf0c2fcff,0xe90ab09f,0xfc5ff1fa,0x5dea0b90,0x42237f6a,0xd5f09ff9,0x0571f6f1,0x9bff80d2,0xeac02903,0x4ec4e4dc,0xb50330c4,0x34c34337,0xe32fef7d,0x1c109ff6,0xfc1fedff,0x406cffb0,0xf5cf4c04,0x00c8fd9f,0xef0af0a6,0xfc0fd0f9,0xfe0f08a0,0x7e221f81,0xd8908bf8,0xa568f691,0x9eff30d0,0xe9c02103,0x6eb9e22c,0xcf03a095,0x36145738,0x443ef1ad,0x3b0eaff9,0xfa6fe701,0x110cfde0,0xf5df3d04,0x30d6fe6f,0xf90990b0,0xfb7fa8fa,0x5e220580,0xc120cf8a,0xd9c083f8,0x355df621,0xa2fe70cf,0xe8c01b04,0xceb4e01c,0xe104809d,0x36e50237,0xd4e6f09d,0x2c0faffc,0xf7efd802,0x4168fd70,0xf55f2604,0x80fbff2f,0xff0830b8,0xfacf80fb,0xde200260,0xf6203f84,0xd8f088f7,0xe557f5d1,0x9ffe80cf,0xe9501c06,0xaeb4dfec,0xdf0440ce,0x36b54237,0x7524eb3c,0xee149ffe,0xf6cfe302,0x2161fef0,0xf49f1c04,0x9121ff60,0x010900b6,0xfb9f71fc,0xce180071,0x0a206f80,0xd8908bf7,0xb554f5a1,0x98fe40cb,0xeaf01c06,0xbeb2e0ac,0xdb0330e8,0x36259336,0xe573e66c,0xc9192fff,0xf63fef01,0xf15200f0,0xf53f1a04,0x112aff20,0x050c40b0,0xfc9f6dfc,0x0e0c0011,0x0521cf8c,0xda3080f7,0x554bf541,0xa2fd00ba,0xec201605,0xcea1e0cc,0xe80330f1,0x36e5d036,0x55afe68c,0xca190fff,0xf5ffdd02,0x216101d0,0xf6af1c03,0x2127fde0,0x060e30b8,0xfc7f64fb,0x2df80120,0xf1245f95,0xdb7079f6,0xb53df4a1,0xaffbf0b7,0xee101004,0x9e9ee11c,0xeb030100,0x37f59136,0xe571e7ec,0xd317bffd,0xf77fb402,0x21620180,0xf81f2402,0xc121fccf,0xf90e10bb,0xfbff6cfa,0x9de601e0,0xc326ff91,0xdb007cf6,0x6538f451,0xaefbd0c8,0xf0201603,0x7eb5e2dc,0xcc01d11e,0x37742a38,0x3411e78c,0xd0181ff9,0xfa4f7e01,0xc14401f0,0xf99f2303,0x0112fd0f,0xea0ea0c0,0xfb9f86f9,0xbdd901e0,0x7f289f89,0xda0084f6,0x953bf481,0xaafbd0cb,0xf0402602,0x0ec9e6bc,0x9e00b153,0x35b22535,0x8218e40c,0xbb1b6ffe,0xf73f6900,0xe0fd03e0,0xfb0f1c01,0xf104fdcf,0xf60ec0bf,0xfb4fa1f8,0x9dcf0140,0x4428cf81,0xd9208bf6,0xc53ff4c1,0xb5fb30b1,0xef302e00,0xaed0e9bc,0x85fff18f,0x35114e30,0x914adcac,0x9d228006,0xf1af8fff,0xc09b0700,0xfbff2200,0xb0fffde0,0x030e80b5,0xfc2fb9f7,0x9dcfffc0,0x1a28bf7a,0xd84091f6,0xb53ef4b1,0xbafaa0b3,0xf0803a02,0x6eefea6c,0x75ff41be,0x35a1052d,0x5107d3fc,0x872b0006,0xf20fb7ff,0x40690760,0xfbdf1b00,0x30fffdd0,0x040f60bc,0xfc8fc8f7,0xedd0ffc0,0x0028af73,0xd77098f6,0xa53af4a1,0xaff9c0c0,0xf2904304,0x1efeebdc,0x70fef1d5,0x36a0d62a,0x50ddd11c,0x832dc001,0xf54fc4ff,0x406804c0,0xfb1f0300,0x0103fd80,0x0710e0da,0xfbdfc6f9,0x6dcc028f,0xfc284f73,0xd77097f6,0x5533f451,0xa7f8a0bc,0xf3604703,0x6eedef8c,0x77ff21da,0x37d09c25,0x60a9d0fc,0x842deffb,0xf91fbeff,0x507003f0,0xfaeef4ff,0xf0fffc90,0x0c126103,0xfb8fbbfa,0xfdc30590,0x0727bf77,0xd7f094f5,0x9525f3a1,0xa8fa00c0,0xf4604903,0x4ee8f22c,0x78fe81d5,0x38407120,0x3083d53c,0x8b29cff1,0xff6fb0ff,0x40690500,0xfb3ef000,0x50f9fd60,0x1812910b,0xfbefc6fb,0x0db905f0,0x0326cf76,0xd7c095f5,0x251df341,0xb7fb10c2,0xf5504e03,0xbef2f1fc,0x77fe91cc,0x38a05b1d,0x1071dd3c,0x9f220fe4,0x086fa4fe,0xf04c0630,0xfb4efa01,0x20faff30,0x1d11e0fb,0xfcffdafa,0x0db7048f,0xf325cf6f,0xd6d09bf5,0x251cf331,0xcbfad0bb,0xf5204904,0x4eedef6c,0x77ff91ba,0x38d05a1c,0xe06fe3bc,0xba1bcfdc,0x0d6fc3fe,0x902906c0,0xfb5f0901,0xe0ffffc0,0x141140ed,0xfd0fd4f9,0x8dbf042f,0xf6254f65,0xd590a4f5,0x6520f371,0xd8fa10b3,0xf2c03d04,0x2eccec3c,0x8200d198,0x38b05d1d,0x6072e92c,0xdd168fe0,0x0acff8fe,0x400406c0,0xfb2f2502,0x9107ffd0,0x0d10f0d2,0xfcdfcbf8,0xfdcc039f,0xfd24ef58,0xd460aff5,0x6520f381,0xd6fb20bb,0xefb03503,0xdeb8e9ec,0x8b01515e,0x3820541b,0xd06aee7d,0x11118fe8,0x05bfedfd,0xcfd705c0,0xfaff4403,0x4109ff60,0x0111a0c6,0xfd5fbbf8,0x8de002d0,0x09250f53,0xd400b4f4,0xc514f2e1,0xc8fd10cb,0xef803306,0x8ebfe81c,0x8701b119,0x37904519,0x305df34d,0x5a0d2fee,0x017fccfd,0x3f9d0360,0xfacf5904,0x2101ff2f,0xf112e0c9,0xfdcfa6f8,0x9df502b0,0x17254f56,0xd440b2f4,0x150af241,0xc0fd80ca,0xef203908,0xbecce68c,0x8202a0ca,0x37303d17,0x9055f78d,0xbe096ff0,0x005fb7fc,0x6f520060,0xfa2f6b05,0x20f4ff4f,0xe114c0c7,0xfeaf98f8,0xfe0902d0,0x1a24ef57,0xd460b0f4,0x550df281,0xc5fd40c2,0xecb03a08,0x2ed8e55c,0x7c03806d,0x36c03e17,0xc056fa6e,0x2306efef,0x010facfc,0x9f61ff10,0xf92f7805,0x80e7001f,0xde1630bd,0xffbf93f8,0xfe220290,0x17247f59,0xd490aef4,0xc514f2e1,0xccfd20ba,0xeaa03507,0x2ee0e4dc,0x82049019,0x37704519,0x305dfbae,0x5e05cfee,0x016fa1fe,0x2ff9fde0,0xf7cf7805,0x10e7016f,0xee16f0b6,0x000f8bf8,0xae3801c0,0x1c243f59,0xd490aff4,0xf517f311,0xc8fd40d2,0xe9a02f06,0xfeede5ac,0x90062fe7,0x39104b1a,0x4062fbde,0x6c059fee,0x016f96ff,0x807efbf0,0xf75f7404,0x90d801d0,0x051770b1,0x001f85f9,0xae3c0170,0x27242f57,0xd470b0f4,0xe516f301,0xc5fd80c1,0xe9402906,0x2f10e69c,0x8b071fe1,0x3a004e1a,0xa065fb6e,0x5705ffee,0x017f9300,0x50ccfbc0,0xf74f7504,0x80bf0120,0x161870a9,0x007f8cfb,0xae2f01e0,0x2924cf5a,0xd4c0aef4,0xd517f2f1,0xc3fcc09b,0xe9d01c04,0xff32e7dc,0x6e068fdd,0x39c0521b,0x5068fb3e,0x4f062fef,0x012f8e00,0xc0f4fd30,0xf77f6b04,0x30a90020,0x261930ac,0x004f90fe,0x2e1a02e0,0x2425ef60,0xd550a8f4,0xb515f2d1,0xc9fc3091,0xebd01004,0x4f29e96c,0x5e064fe0,0x39b05a1c,0xb06ffb3e,0x50062fef,0x00af8200,0xb0effe40,0xf86f5703,0xb096fe90,0x381a10c6,0xff8f8f01,0x2e040450,0x20271f62,0xd580a6f4,0x550ff271,0xcefbf0a3,0xed700f04,0x0f09ea6c,0x59064017,0x39b0691f,0x207dfa1e,0x1d072ff1,0xffdf6900,0x10b40000,0xf92f3d03,0x8096fd50,0x3b18b0de,0xfe3f8b03,0x9dff0530,0x2527af5e,0xd520aaf4,0x5510f271,0xdcfad0ad,0xed501104,0x0ef4eb0c,0x4f049086,0x38508222,0x7092f62d,0x990a9ff2,0xfeff44fe,0xe0440440,0xf8ff2103,0x80abfcc0,0x341650ec,0xfd8f8304,0xee100590,0x3426ff57,0xd420b1f4,0xf51af311,0xf6fa809f,0xebd01504,0x2eeaec6c,0x410210fe,0x36a09424,0xa0a2ee0d,0x0811fff1,0xffdf2efe,0x30000630,0xf84f0a02,0xe0bcfcc0,0x3415a0f1,0xfd0f8005,0x8e2b05a0,0x40253f4f,0xd340b7f5,0xb527f3c2,0x05fb008a,0xe9b01503,0xbeddefec,0x39ffa14a,0x36208522,0xd095e1fc,0xb01d6ff1,0xffaf33fe,0x701a04b0,0xf7defb01,0xe0b8fd60,0x401670ea,0xfd4f7d05,0x1e410560,0x47236f4c,0xd320baf5,0xc529f3d1,0xfafbf08a,0xe7e01702,0x6ed3f36c,0x31fdd171,0x3670691f,0x407dd5dc,0x8b292ff5,0xfc9f59fe,0xd03f0450,0xf75ef801,0x30b6fdc0,0x451610e0,0xfd7f7004,0x1e4404f0,0x5b22df47,0xd310bff5,0x151cf331,0xe3fd30a9,0xe7c01904,0x1eddf36c,0x2ffd7172,0x37507020,0x0082d23c,0x852cbff7,0xfb8f86fe,0xc03a05d0,0xf69f0f01,0x80b7fe40,0x3b15a0cb,0xfdbf6f02,0x4e340370,0x5e236f3e,0xd280c7f4,0x150bf241,0xd6fca0bd,0xe9201b05,0x9ecfef6c,0x44fe414d,0x3830a626,0x60b2dcfc,0x9f223ff2,0xff3f81fe,0x60150760,0xf5df3702,0x40adfeb0,0x2915e0b6,0xfe1f8aff,0xee2401a0,0x5323af3b,0xd230caf3,0x04fcf131,0xd4fc30ac,0xe9f02005,0xce95ea7c,0x72ff2103,0x3930ff2d,0x2101ea4c,0xe7157fea,0x040f7efe,0x601406b0,0xf4ef5502,0xf0a1ff10,0x1815a0ac,0xfe4fa8fd,0x9e1d0060,0x59230f42,0xd2b0c3f1,0x84e9efc1,0xeafcf090,0xe8f03606,0x3e59e72c,0x9a0020a9,0x3a51342f,0xb132f0fd,0x330f3fea,0x043f85ff,0xd0a103a0,0xf44f6102,0xf09a0030,0x1a13f0a0,0xfe0fbffb,0x8e15ff80,0x6b219f45,0xd2f0c1f0,0x54dbeea1,0xf2fc608e,0xe8d03004,0xbe54e4bc,0xae01106d,0x3bd11b2e,0x611bf3fd,0x6a0c9ff0,0x009f7a01,0x61270090,0xf44f5702,0xf0940220,0x2511f096,0xfdffcafb,0x0e09fef0,0x78204f33,0xd1b0d2f0,0x64dceea1,0xe8fcd08d,0xe8f01703,0x3e80e37c,0xad022074,0x3ca0e52b,0x40eaf3bd,0x660ccff4,0xfd5f9301,0xc145ff20,0xf33f4403,0xd09b02e0,0x1f1100a5,0xfe9fbffc,0x4e01ff20,0x8a200f23,0xd0c0e0f0,0xc4e0ef11,0xdefc9096,0xe8101303,0xdeafe4ac,0x9f021083,0x3b40d62a,0x30ddf20d,0x460e4ff6,0xfc6fbb01,0xa13a00e0,0xf23f3504,0x609e02b0,0x1a1190b3,0xfebfb3fd,0x4dffff90,0x9120df2a,0xd120daf1,0x44e6ef81,0xddfb209f,0xe7001304,0xeebce62c,0xa201a078,0x3a31102d,0xa111f25d,0x4a0e0ff7,0xfbbfc401,0x913502d0,0xf29f2604,0x008c0180,0x201300ba,0xfd6fabfe,0xcdf90140,0x8b223f32,0xd1b0d2f1,0xb4eaeff1,0xedfbc096,0xe5b01c06,0x9ebbe73c,0xb001e076,0x3a719832,0xc190f3dd,0x670cbff8,0xfa9fc201,0x411b02f0,0xf38f2303,0x0078ff20,0x2c1460c9,0xfd0fa100,0x7dea03a0,0x73237f37,0xd200cef2,0x34f1f061,0xf9fd708d,0xe4d02a07,0x9ecbe8ec,0xa8009080,0x3a728536,0xa275f4bd,0x7a0beff8,0xfaafcc00,0x80db03b0,0xf43f1b02,0x206cfd90,0x3413d0c6,0xfd0fa401,0xcddd0520,0x4c248f37,0xd200cef2,0x74f4f0a1,0xf5fe00a4,0xe4e03107,0x2ed5ec1c,0x96fe50a8,0x39a3ac38,0x3396f36d,0x5d0d0ff5,0xfcefdeff,0x707c04e0,0xf59f0701,0x7059fd70,0x381320ae,0xfccfac01,0x7dde05e0,0x24258f41,0xd2b0c4f2,0xa4f7f0d1,0xf7fe10a7,0xe5b02a06,0x9ec3ef9c,0x88fc60f5,0x38c41138,0x63f9efad,0x1d107fef,0x010fffff,0x105905c0,0xf6feff00,0xa048fc60,0x3c12b094,0xfbffa800,0x7de70680,0x0825cf4d,0xd360baf3,0x7501f1a1,0xf7fdd09b,0xe6901d05,0xbebbf39c,0x6ffab13c,0x37f2b037,0x129feaec,0xea14efea,0x042020ff,0x908806a0,0xf88f03ff,0x703afa10,0x430e10ac,0xfbdfa000,0x0df306df,0xfd256f4d,0xd360b9f4,0x7510f291,0xeafd6098,0xe5601b05,0xdecdf80c,0x51f98172,0x37815930,0xf154e77c,0xd0182fef,0x00f02b00,0x00b00600,0xf9cf07fe,0x302ff840,0x4b0a10d5,0xfc9f99ff,0x2e0306ef,0xf2258f46,0xd2f0c0f5,0x251ef341,0xe4fd4091,0xe5101c06,0x0eedfc7c,0x33f9a195,0x37c0d129,0xe0d8e61c,0xc8197000,0xf5c03400,0x00b20340,0xfa7f06fd,0x8032f840,0x4708b0dc,0xfdbf92fc,0x9e0a05bf,0xdd25cf38,0xd210ccf5,0xc528f3c1,0xf6fc7080,0xe5f01f06,0x4f08ff5c,0x20fb71a6,0x38909a24,0xf0a7e66c,0xcb19200e,0xed404200,0x10b50100,0xfaaf07fd,0x603bf910,0x3b0780d2,0xfdcf94f9,0x5e07040f,0xc1269f2b,0xd130d9f6,0x052df402,0x09fc1079,0xe7302906,0x8f11ff8c,0x18fd21a8,0x39008e23,0x809de7dc,0xd517c013,0xeaa05200,0x20bb0080,0xfa9f0efd,0xd03ff930,0x2b0780d0,0xff0fa5f7,0xbdf703bf,0x9e279f21,0xd080e3f6,0x052df402,0x06fbf07a,0xe8d03406,0xcf10ff0c,0x13fd019c,0x38608d23,0x809de99c,0xe2161013,0xeab04b00,0x20bb0080,0xfaef07fe,0x2033f8c0,0x260950ea,0xffcfbef8,0xadda057f,0x84278f1b,0xd040e7f5,0xa527f3b2,0x01fc407d,0xea903506,0xff0a002c,0x0cfc218d,0x38207720,0xd089eaac,0xea152011,0xebc03900,0x20bf0060,0xfbbef7fe,0x401ef8b0,0x280a0105,0xfe9fe2fa,0xcdbd078f,0x73277f19,0xd030eaf5,0x051bf322,0x02fc807e,0xec503507,0xeefd019c,0x07fae180,0x38105b1c,0xb071eacc,0xeb14f00c,0xee602f00,0x20be0010,0xfcbeecfe,0x800af940,0x2a09f100,0xfd500bfc,0xdd9c08ef,0x5b27af1e,0xd090e5f4,0x8511f2a2,0x1afc206d,0xede03708,0x7ee800fc,0x09fa0171,0x37b0541b,0x906beaac,0xe9152004,0xf3002900,0x00afffd0,0xfdbed7fe,0xbffdfa30,0x350860f8,0xfbb019ff,0x0d740a5f,0x4627af2a,0xd170daf3,0xe508f212,0x43fbb04c,0xefa03a08,0x6ebdfd7c,0x1efb5162,0x38906a1f,0x207eeb7c,0xf0145ffb,0xf8a02bff,0xc098ffa0,0xfeaebdfe,0x7ffefaf0,0x4505e0f6,0xfc601d00,0xfd530b5f,0x4227cf3b,0xd2a0cbf3,0x24fcf152,0x4ffba047,0xf1804309,0x5e91f8bc,0x46fd714c,0x3a609f25,0xa0acee0d,0x0b11fff6,0xfc5034ff,0x707bff80,0xfefeaefe,0xc006faa0,0x4a03c0fd,0xfde02002,0xfd3f0c8f,0x41275f47,0xd390bff3,0x54fff182,0x38fcb060,0xf2b04c0a,0x5e7cf4bc,0x5ffec12c,0x3ac0e32b,0x50e9f14d,0x360f0ff7,0xfb904bfe,0xf04d01b0,0xff2ea8ff,0xa005f9d0,0x46022106,0xfd001605,0x2d2f0ddf,0x4326cf4d,0xd410baf4,0x250bf252,0x22fda06a,0xf3005109,0xfe7cf11c,0x6afff0fa,0x3a71232e,0xe122f4ed,0x7d0bbffa,0xf9905bfe,0xd03d0410,0xfecea600,0x0009f960,0x4401d10c,0xfbc00406,0x6d2a0e2f,0x49267f58,0xd520b0f5,0x0519f322,0x18fcb061,0xf2b05109,0xde94eebc,0x750120b0,0x3b214930,0x7146f80d,0xcf090ffb,0xf89054ff,0xa08f0410,0xfe6e93ff,0xe019fb00,0x4301f104,0xfc8ff206,0x5d310d0f,0x5a26cf64,0xd650a5f5,0xd528f3e2,0x14fac067,0xf1b05109,0xcea3ecdc,0x8d025082,0x3c615730,0xf153f92d,0xf6080ffd,0xf7505400,0xd0f80280,0xfe2e76ff,0x6034fd90,0x4701e0fa,0xfdffd106,0x0d3d0b0f,0x7d26ff61,0xd5f0a8f6,0x7534f472,0x16f9b068,0xf1005009,0x2eb6eb1c,0xa6040083,0x3d915630,0xd152f85d,0xdd08b000,0xf5c06601,0x913501c0,0xfd4e67ff,0x1053fee0,0x4c00d0fb,0xfcefaf06,0x6d4908cf,0xa0264f4a,0xd3d0bdf7,0x4547f532,0x0ffa1069,0xf0104a08,0x8ee2e93c,0xa804c087,0x3dd16131,0x115cf6dd,0xb10a0002,0xf4807701,0xf1520280,0xfc2e69ff,0xc065ff40,0x450060ff,0xfaef9d06,0xbd5906ef,0xb6260f35,0xd220d0f7,0x9550f592,0x06fa9073,0xef403f08,0x0eece70c,0xa903607b,0x3c517431,0xa16ef66d,0xa50a6002,0xf4708302,0x01590430,0xfbee7800,0xb061ffd0,0x3500b0ee,0xfb8fae06,0xcd79053f,0xb526bf21,0xd0e0e2f7,0x954ff582,0x0bfa4079,0xef103607,0x7eb2e43c,0xca01c064,0x3a718032,0x117af7ad,0xc7095000,0xf5c07d01,0xd1470500,0xfbce9701,0xa05aff70,0x260130d0,0xfc2fd506,0xad96037f,0xa5275f12,0xcff0f0f7,0x2545f512,0x17faf072,0xef703606,0xfe84e17c,0xdc01303b,0x39619632,0xc18ef9de,0x12076ffc,0xf8105601,0x01090310,0xfb2ead02,0x7060feb0,0x2002d0bf,0xfbcfef05,0xed99021f,0x9427bf16,0xd020ecf6,0x052ef402,0x1ffbc072,0xf1003b07,0x0e77e03c,0xcd026018,0x3911a633,0x319dfb4e,0x51061ff9,0xfa5025ff,0xa08ffe80,0xfa9eaa02,0xd070fe20,0x260450c3,0xfafff004,0xdd8f01bf,0x93278f28,0xd130dcf4,0x150cf232,0x28fba06a,0xf2704407,0xae76e0bc,0xb102302a,0x38519332,0x918bfb0e,0x44065ff8,0xfb1007fe,0x0ff0fbd0,0xfb0e9902,0xb080fe60,0x2a0400c6,0xfabff403,0x5d9801af,0xa3273f30,0xd190d5f2,0x54f1f092,0x2dfc5060,0xf2c04907,0x7e6fe16c,0xa6ffc080,0x37217131,0xa16bf82d,0xd208dff6,0xfbfff3fd,0x4fa5fd80,0xfb7e8e02,0x4092fe70,0x2902f0cb,0xfbf00101,0xddb6014f,0xae271f24,0xd080e0f2,0x74f0f0c2,0x27fdd06d,0xf2804b07,0x4e72e2ac,0xa2fc90e8,0x36114630,0x3143f0dd,0x2f0f6ff1,0xff6fcbfd,0x9fc1fff0,0xfb3e8201,0xc0a7fde0,0x2d02f0d9,0xfcc00000,0xfdd3011f,0xb4262f17,0xcfb0ebf3,0xb500f1f2,0x1afe706b,0xf1204a07,0xee8ee5cc,0x87fa3147,0x35b1062d,0x5108de8c,0xa320bfe9,0x04ff91fe,0x0ff10040,0xfafe7101,0x20b2fca0,0x350430ed,0xfd3fe900,0x7de9017f,0xc1249f1a,0xd010e9f4,0xe512f312,0x11fd506b,0xeec04b08,0x1eb2ea2c,0x68f9719a,0x3640c729,0x20cfba5c,0x77442fe3,0x094f89fe,0x40090190,0xfb6e5fff,0xa0aefc00,0x480600f5,0xfecfdbff,0x9df7018f,0xc923bf20,0xd080e4f5,0x751ef392,0x13fbb07f,0xecf04a06,0xeecdef2c,0x5af961d4,0x38008e23,0xe09da8cc,0x89556fdf,0x0bbfcafe,0x40060360,0xfc8e58fe,0x0096fbc0,0x5e0740e1,0xff9fd6fe,0x2dff005f,0xc7233f1e,0xd060e4f5,0x651ff382,0x19fb1081,0xeb905008,0xaee0f3fc,0x4ff911f0,0x39c0611d,0xe076acdc,0x83516fde,0x0c3ff8fe,0x300405c0,0xfd4e5ffd,0x5077fa20,0x6507d0e0,0xfe4fc6fd,0xae04003f,0xcf231f0d,0xcf60f5f5,0x551ff372,0x20fb8073,0xeaa0550b,0xeeecf79c,0x3bf8a1eb,0x3a804e1a,0xb065c3fc,0x793abfe5,0x079ff4fe,0x500b0950,0xfd8e6cfd,0x6061f980,0x640750d9,0xfdefbffc,0x9e00ffdf,0xcc238eeb,0xcdd115f5,0xd528f3e2,0x2afbd06f,0xe990540b,0x7ee9f8ac,0x29f981c3,0x3ba0541b,0x806ae33c,0xba1c2fee,0x01efe9fe,0x0fee0ba0,0xfd4e84fe,0x2054f9c0,0x6107e0ce,0xfecfcffb,0x7de9feef,0xb3244ec0,0xcc413df6,0x6533f472,0x2dfb9085,0xe8d0540a,0x6ed8f65c,0x27fb417d,0x3ce07b21,0x508cf20d,0x460e5ff0,0x000fdbfd,0x6fb10b90,0xfcee9dff,0x1048fae0,0x5d0940b9,0x005ff1fa,0xbdcdfe3f,0x92250e9a,0xcb3162f6,0xb53bf4b2,0x20fbe088,0xe9105809,0xbebdf11c,0x42fd4130,0x3e00e12b,0x10e7f66d,0xa40a6fec,0x02efbefd,0xcfd509a0,0xfbbeae00,0x604bfc90,0x4f0ab095,0x00b012f9,0xcdc2fe1f,0x7e252e74,0xca4187f7,0x2545f522,0x10fc506e,0xe9905708,0xde9cebec,0x6ffdd0e2,0x3e21d534,0x41caf7fd,0xd2090fe9,0x050fa4ff,0x205d0690,0xfa4ea601,0x405efe90,0x420b2081,0xffa023f9,0xcdc3fe5f,0x8024fe32,0xc911c7f7,0x9550f582,0x1cfb806b,0xe9905207,0xee77e89c,0xaafed0a5,0x3e639638,0x2380f90d,0xf7081fee,0x01cfa700,0x20be03e0,0xf96e9602,0x20700000,0x360a7080,0xff1029fb,0x5dbafe4f,0x8c25dddc,0xc7f21bf7,0x854ff572,0x23fb8082,0xea505607,0xee66e72c,0xd001c09d,0x3e83db38,0x43c3f8bd,0xeb086ff4,0xfd9fc200,0x60d20110,0xf7fea003,0x2089fef0,0x220b308a,0xffc02cfd,0x5da2fe7f,0x8a277e04,0xc881f5f7,0x2545f512,0x10fc908b,0xec605b08,0x3e8be86c,0xbc0190aa,0x3cc23235,0xb225f71d,0xb609cff5,0xfc9fe5ff,0xe0a2ffa0,0xf71eb804,0x0099fd30,0x0c0bd094,0x00102cfe,0x1d86feff,0x7c28fe78,0xca9183f6,0x9539f492,0x0afcb074,0xeea05c08,0x3ebeeabc,0x92ff30d2,0x3a51222e,0xd122f43d,0x6e0c5ff5,0xfcafdefe,0xf049fd80,0xf7cec704,0x908cfc2f,0xfc0ba0a2,0xfe1026fd,0xcd72ffdf,0x6929aece,0xccf131f6,0x5534f452,0x3cfc6054,0xef505c07,0x7edfec4c,0x70fcc113,0x3850bb28,0x70c4efdd,0x22104ff4,0xfd4fc4fe,0xa02afc30,0xf81ebf04,0xb07dfc8f,0xf609d0b4,0xfbf01efd,0x4d71014f,0x58297efd,0xcec104f6,0xf53ef4f2,0x5ffcb049,0xedb05505,0xaee1eebc,0x62fbd146,0x37c09524,0xc0a3e9cc,0xe015fff5,0xfd2fc2ff,0x0054fe60,0xf6eeae04,0xe084fd5f,0xee0790cc,0xfb9015fc,0x7d81027f,0x5728af19,0xd030eaf7,0xd551f5d2,0x42fd504b,0xead04a04,0xfecff2dc,0x5afbe15d,0x38108322,0xa094e10c,0xac1e5ffb,0xf90fc6ff,0x90890040,0xf5eead05,0x0084fd4f,0xe40760d5,0xfc4008fb,0x2d8b02df,0x5927ef2d,0xd180d7f8,0x6560f652,0x44fc704b,0xe8004005,0x2ed4f51c,0x49fb7167,0x38208122,0x3092d8ec,0x92263000,0xf57fd8ff,0xd0a00060,0xf5feba04,0xa077fd1f,0xde07f0c5,0xfd1003f9,0xfd8402af,0x4d286f38,0xd240cdf8,0x6561f652,0x6bfb5054,0xe7003b04,0x9ee0f4cc,0x46fac16f,0x38208d23,0x709cd7fc,0x91272001,0xf52fe6ff,0xe0a60080,0xf61ec203,0xc06efcef,0xe508a0c5,0xfd6008fa,0x6d75036f,0x37294f42,0xd300c4f8,0x355cf622,0x6dfae062,0xe6e03404,0x8ee0f6ac,0x4efb016d,0x38b07e21,0xa08fde8c,0xa520bffe,0xf6afd7ff,0xe0a50090,0xf6fec903,0x0060fbaf,0xf30910db,0xfd7010fc,0x6d67059f,0x32299f57,0xd4b0b1f7,0x854cf582,0x3efaa078,0xe7e02a05,0xeef0f92c,0x4afb316d,0x38c05b1c,0xb070e6fc,0xce18aff9,0xfa2fd5ff,0xd0a20040,0xf80ed102,0xb054fbbf,0xfc0920d3,0xfe102ffd,0x6d5e063f,0x352a7f6f,0xd7309bf5,0xe528f3f2,0x12f9f090,0xea802807,0xdf06f9ac,0x46fb216d,0x38304619,0x205eed6d,0x04128fef,0x00afd7ff,0xa08fff90,0xf8eee602,0xd053fc9f,0xff0850b2,0xfee04ffc,0xfd59055f,0x342b1f81,0xd9408bf3,0xd505f1f2,0x14fa0087,0xedb03709,0x9efff6dc,0x4ffb8167,0x37604e1a,0xb065f18d,0x3a0ecfe6,0x072fc7ff,0x3064feb0,0xf94eff02,0xe05cfd40,0x06065090,0xfed054fc,0x5d5704ff,0x3b2abf87,0xda0085f2,0x54f1f092,0x31fa105c,0xefe0420b,0x1ee4f1cc,0x64fcf159,0x36f07721,0x4089f38d,0x5e0cffe3,0x090fc7fe,0xc03bfe50,0xf7cf1503,0x1081fdd0,0x0805f07c,0xfe7045fb,0xad62058f,0x51299f87,0xd9a086f1,0xb4e9eff2,0x46fa6032,0xf090420c,0x3eceee9c,0x77ff8128,0x3730b527,0xe0bff4bd,0x760befe6,0x070fd4fe,0x701cff70,0xf69f2403,0x4097feb0,0x0607a078,0xfe7038fb,0x3d72065f,0x6a27cf80,0xd8d08cf1,0xe4ebf032,0x3ffb3038,0xefa0480c,0x7ecaeccc,0x820260ef,0x37c0e02b,0x20e5f63d,0x9b0a8fea,0x047fd8fd,0xdfdd01d0,0xf66f3503,0x6091ff70,0x0309c07b,0xfe5029fb,0x1d84070f,0x7f266f74,0xd79097f2,0x64f1f0a2,0x2bfc504a,0xede04a0a,0xdee2eacc,0x7f04a0ba,0x3840f42c,0x60f8f83d,0xd408dfed,0x029fcbfc,0xcf720330,0xf5cf4803,0xb08c004f,0xfc0ae083,0xfe6019fa,0xed9d06df,0x8c25ff67,0xd640a2f3,0x54fdf182,0x1afd4058,0xebc04509,0x8efde98c,0x7a066071,0x38b1132e,0x1114f9fe,0x13074fef,0x014fbffc,0xbf6d0310,0xf50f5303,0xd08a01ef,0xfb0a7083,0xfed010fa,0x1dbc05af,0x92257f59,0xd4c0aff4,0xa512f2c2,0x1efde06a,0xe9703e09,0xcefce8ac,0x8406602b,0x39715630,0xd152faee,0x3e066ff0,0x000fc8fe,0x1ff400b0,0xf49f5703,0x80860390,0x0109a079,0xff300cf9,0x1dd7049f,0x9324ef49,0xd360bdf6,0x152ef422,0x2dfdf075,0xe7303708,0x9eefe7cc,0x9605cffc,0x3ab1c033,0xb1b6fb8e,0x5e05eff2,0xfebfd9ff,0x3061fea0,0xf54f5503,0x20740440,0x07095073,0xff7ffff9,0x7dde041f,0x96251f39,0xd220ccf6,0xb53bf4c2,0x2ffe507b,0xe6903a07,0x1eece77c,0x9a064001,0x3be20a35,0x11fdfb6e,0x59060ff3,0xfdefd3ff,0x9086fdc0,0xf61f4f02,0xa06702b0,0x0d09f082,0x001fe1fb,0x8dd204df,0xa625cf37,0xd210cdf6,0x5532f452,0x1cfec086,0xe6e03a06,0x9ef4e8ac,0x8b052036,0x3c01e534,0x71dafa0e,0x19074ff4,0xfdcfafff,0x205dfff0,0xf69f4902,0x706c0090,0x0a09c094,0x005fccfd,0x7dc905bf,0xb626df40,0xd2c0c6f5,0x6521f372,0x08fe808e,0xe8f03206,0x6efceafc,0x72028091,0x3aa19932,0xd191f68d,0xa40a4ff4,0xfd9f7afe,0x30000440,0xf71f4b02,0x4072fe80,0x0308909f,0x002fc8fe,0xcdcf061f,0xb927ef43,0xd2e0c2f5,0x051bf312,0x06fd2081,0xeba02a05,0xcf03ed1c,0x5aff90eb,0x38a15b31,0x1157f1bd,0x3d0e9ff2,0xfe9f4dfd,0xdfde0740,0xf7af5101,0xa072fcd0,0x0207b0a3,0xffbfc5ff,0x6dd7061f,0xb428cf3c,0xd220c9f5,0x7522f382,0x0dfc5079,0xebc02304,0x7efeefac,0x4dfde123,0x37b1102d,0xd111ee5d,0x0e11afef,0x00ef46fe,0x70170820,0xf82f5900,0xc06cfc20,0x050870a8,0xff8fcafe,0x8de105af,0xaa295f39,0xd200ccf5,0xf52df402,0x05fd2091,0xeaa01603,0x0eeff35c,0x43fdd144,0x37f0c629,0x10ceed6d,0x03128ff4,0xfdaf65ff,0x00530680 +}; + +u32 ANIM_ENTRY_keyboard_right_hand1[] = +{ + 0xf87feaff,0x50950250,0x03fcbf9e,0x043037ff,0xebfffa9f,0xc73f6000,0xec100000,0x01040000,0x3f0bbfa7,0x0fffa803,0xf02e059c,0x2a009fbf,0x3de00003,0xc000000f,0xc9000f57,0x00201700,0x5ff704f0,0xf87feaff,0x40950260,0x03fccf9c,0x043038ff,0xdc00fa9f,0xc73f6000,0xec100000,0x01030000,0x3e0bbfa7,0x0fdfa903,0xf030058c,0x29009fbf,0x3de00003,0xb000000f,0xc9000f55,0x00301700,0x5ff60500,0xf87fe9ff,0x40960260,0x03fcdf9b,0x043039ff,0xdc00fa7f,0xc73f7000,0xec100000,0x01040000,0x3d0bafa7,0x100fab03,0xd03105ac,0x2900afbe,0x3de00003,0xa000000f,0xc9000f53,0x00401800,0x5ff604f0,0xf86fe9ff,0x40960250,0x03fd0f99,0x043039ff,0xec00fabf,0xc63f7000,0xec000000,0x01040000,0x3c0bbfa7,0x101fc503,0x003205ac,0x2800afbf,0x3de00003,0x9000000f,0xc9000f53,0x00401800,0x5ff604f0,0xf86fe9ff,0x50950260,0x03fd5f95,0x044039ff,0xdc00fb6f,0xc93f6000,0xec200000,0x01030000,0x3d0bbfa7,0x103ffb01,0x103205ac,0x2800afbf,0x3df00003,0x9000000f,0xc8000f52,0x00501800,0x5ff704f0,0xf86fe9ff,0x50950260,0x03fd7f92,0x045039ff,0xcc00fc5f,0xcf3f8000,0xec300000,0x01070000,0x3d0bbfa7,0x101021ff,0x103305ac,0x2800cfbf,0x3df00003,0x9000000f,0xc9000f51,0x00501800,0x4ff704e0,0xf86fe8ff,0x50960250,0x03fd6f86,0x04803aff,0xcc00ff5f,0xe83fa000,0xec300000,0x01270000,0x3c0bdfa6,0x0f4057fa,0x503205ac,0x2900dfbf,0x3e000003,0xa000000f,0xc8000f52,0x00401700,0x3ff704e0,0xf86fe8ff,0x40960240,0x04fd9f76,0x04b03cff,0xcc010250,0x133f7000,0xec200000,0x01500000,0x3e0c2fa4,0x0ee08ff5,0x7031059c,0x2900ffc1,0x3e100003,0xb000000f,0xc4000f54,0x00301700,0x1ff904d0,0xf86fe7ff,0x409a0210,0x05fd8f6c,0x04f03eff,0xcc020380,0x433f8000,0xec000000,0x01770000,0x3f0c4fa3,0x1000b8f2,0x702f058c,0x2a013fc5,0x3e300003,0xd000000f,0xbf000f55,0x001017ff,0xdffb04b0,0xf85fe4ff,0x40a001c0,0x07fd2f67,0x04f03dff,0xfc020480,0x6e3f6000,0xeba00000,0x01a80000,0x3e0c5fa4,0x1180cef0,0x902b05bc,0x2b017fc7,0x3e400003,0xe000000f,0xb8000f57,0xfff017ff,0xdffe04a0,0xf81fdcff,0x30a90160,0x0bfd1f5d,0x04e03700,0x6bff0640,0xb83eb000,0xeb300000,0x01fa0000,0x420c8fa8,0x13a0e1ee,0x3026060c,0x2b01cfcf,0x3e500003,0xd000000f,0xa7000f57,0xfff01800,0x00040490,0xf80fd6ff,0x30ae01a0,0x0cfdbf50,0x04c02e00,0x5bfb06f0,0xe63e4000,0xeb400000,0x02220000,0x4c0c6faa,0x14b0eaed,0x0024060c,0x2c023fd7,0x3e800003,0xd000000f,0x9a000f53,0x000018ff,0xf0070460,0xf80fd5ff,0x20b001b0,0x0dfdef4d,0x04c02c00,0x4bf90710,0xf33e3000,0xeb500000,0x022c0000,0x500c5fab,0x1500edec,0xc024060c,0x2c025fd9,0x3e900003,0xd000000f,0x97000f51,0x001018ff,0xe0080450,0xf7dfd2ff,0x10bf01a0,0x0efc8f46,0x064030ff,0xdbfa0751,0x453e5000,0xeb800000,0x026b0000,0x4a0bafae,0x1780ffeb,0xd02105fc,0x2c029fde,0x3ea00003,0xe000000f,0x8a000f52,0x003019ff,0xe00d0450,0xf7cfd1ff,0x10c001a0,0x0efc2f42,0x06a031ff,0xcbfb0771,0x5e3e1000,0xeb800000,0x027c0000,0x490bafae,0x17d0faeb,0x8021060c,0x2c028fe0,0x3e900003,0xe000000f,0x84000f52,0x00401a00,0x000f0450,0xf7bfd0ff,0x10c001b0,0x0efbef39,0x07002fff,0xdbfb07a1,0x883d0000,0xeb700000,0x028f0000,0x4a0bbfae,0x17b0e6ea,0xf01f060c,0x2d026fe5,0x3e900003,0xf000000f,0x7a000f53,0x00301a00,0x30120450,0xf7afd0ff,0x10c101b0,0x0efbcf2d,0x07302eff,0xcbfa0801,0xbd3c4000,0xeb700000,0x028e0000,0x480b5fae,0x1790d9ea,0x601e060c,0x2d028feb,0x3ea00004,0x1000000f,0x6f000f54,0x00301800,0x20160440,0xf7afd0ff,0x10c201b0,0x0ffb2f22,0x07302eff,0x9bf90861,0xee3c1000,0xeb900000,0x027a0000,0x410abfb1,0x1760d6e9,0x501e060c,0x2e02bfec,0x3ec00004,0x1000000f,0x6c000f55,0x003018ff,0xe0170430,0xf78fd1ff,0x10c101b0,0x10fabf17,0x07302eff,0x5bf80822,0x0a3b1000,0xebc00000,0x02680000,0x3c0a9fb2,0x1650c4e8,0x901d060c,0x2f02bfeb,0x3eb00004,0x2000000f,0x6a000f57,0x003017ff,0xe0170430,0xf78fd1ff,0x10c101c0,0x11faaf13,0x07302eff,0x4bf707f2,0x113a9000,0xebd00000,0x02610000,0x3b0aafb2,0x15d0bce8,0x601d060c,0x2f02afeb,0x3eb00004,0x3000000f,0x69000f57,0x003017ff,0xe0170430,0xf77fd9ff,0x20c40180,0x11facf0a,0x071022ff,0x2bf107e2,0x333a3000,0xeb700000,0x022c0000,0x3e0abfb2,0x1500bbe7,0xd01f05cc,0x32025fec,0x3ed00004,0x8000000f,0x67000f5d,0x002012ff,0xa0170400,0xf77fdeff,0x30c60160,0x11faaf06,0x070020fe,0xfbef0812,0x423ab000,0xeb600000,0x02130000,0x3d0aafb2,0x1510c1e7,0x8022059c,0x32022feb,0x3ed00004,0x9000000f,0x68000f5e,0x003010ff,0x90170400,0xf77fe3ff,0x40c80150,0x12fa7f02,0x070023fe,0xdbef0812,0x4e3b2000,0xeb300000,0x02000000,0x3a0a9fb1,0x1520c8e7,0x3026057c,0x3101efe9,0x3eb00004,0x9000000f,0x6a000f5d,0x006010ff,0x80170400,0xf77febff,0x50ca0170,0x13fa2ef7,0x07102dfe,0xcbf10722,0x543a2000,0xeaa00000,0x01ea0000,0x350b1fae,0x1430c5e6,0x902f056c,0x2e017fe8,0x3e900004,0x5000000f,0x6b000f5b,0x00d010ff,0x701603f0,0xf77fefff,0x70ca01a0,0x14f9fef0,0x072032fe,0xdbf20662,0x55391000,0xea200000,0x01dc0000,0x340b7fac,0x1340c1e6,0x2035055c,0x2c014fe8,0x3e800004,0x4000000f,0x6a000f5a,0x010010ff,0x601603e0,0xf7dff9ff,0x90cd0220,0x1ef91ede,0x07404bfe,0x8bf60492,0x5f37a000,0xe9900000,0x01940000,0x210bafa3,0x1170d2e4,0xf03e04cc,0x2c013feb,0x3ec00004,0x5000000f,0x6b000f57,0x01100afe,0xd0160390,0xf7effbff,0x90d10260,0x21f89ed9,0x07a054fe,0x4bf70392,0x6937a000,0xe9a00000,0x01760000,0x170b8fa4,0x1180e3e4,0xe04004dc,0x2c012fea,0x3ed00004,0x3000000f,0x6d000f56,0x01200afe,0xb0160390,0xf7d001ff,0x90d502f0,0x24f79ed1,0x08805dfd,0xcbf70152,0x7236d000,0xe9f00000,0x01490000,0x0a0b8fac,0x1100f0e4,0xc045051c,0x2c00dfe6,0x3eb00003,0xe000000f,0x70000f55,0x01500afe,0xb01403b0,0xf7f00dff,0xb0d30380,0x25f73ec3,0x09005cfd,0x9bf6fe82,0x69334000,0xea500000,0x01200000,0x0b0c0fb3,0x0de0b9e5,0x304d04ac,0x2b004fe7,0x3ea00004,0x0000000f,0x70000f59,0x019007fe,0x901203a0,0xf8601aff,0xd0d50400,0x27f70eb3,0x092054fd,0x8bf6fa92,0x6e306000,0xea500000,0x00f30000,0x150bdfb1,0x0cb07ce7,0x405103ec,0x2e000fea,0x3ee00004,0x7000000f,0x74000f60,0x017000fd,0xe0100340,0xf8a023ff,0xf0db0480,0x2af63eaa,0x09704ffd,0x6bf6f552,0x84304000,0xea600000,0x00cb0000,0x1b0b7fb0,0x10207de9,0x305303bc,0x30ffffe5,0x3ef00004,0x8000000f,0x7d000f65,0x016ffdfd,0x700e0320,0xf8a02600,0x00dd04a0,0x2bf5dea9,0x09904cfd,0x7bf7f3c2,0x86303000,0xea500000,0x00c30000,0x1f0b8fb1,0x112078e9,0x905403ac,0x2fffdfe4,0x3ee00004,0x8000000f,0x7e000f67,0x017ffdfd,0x700d0310,0xf8902e00,0x10da04e0,0x29f55ea9,0x09d040fe,0x2bf9f572,0x652da000,0xe9d00000,0x00c90000,0x310c8fb3,0x0d7033e9,0x305a032c,0x2fff4fe8,0x3ed00004,0xe000000f,0x78000f6a,0x01cffafd,0x800c0310,0xf8b03000,0x10d804f0,0x2af55ea7,0x09c03bfe,0x3bf8f582,0x602d3000,0xe9e00000,0x00c60000,0x360cafb3,0x0d102ee9,0x305a02ec,0x31ff3fe9,0x3ee00005,0x1000000f,0x77000f6c,0x01bff8fd,0x700c0310,0xf8f03500,0x10d60520,0x2ef56ea3,0x096036fe,0x3bf8f452,0x602cd000,0xea800000,0x00bc0000,0x3a0c7fb4,0x0df03de9,0x305c02cc,0x33ff2fe6,0x3f100005,0x2000000f,0x7d000f6e,0x018ff7fd,0x200b02f0,0xf9003900,0x20d40530,0x2ef56ea2,0x091038fe,0x6bfdf372,0x5f2d1000,0xeae00000,0x00bd0000,0x360c8fb3,0x0ee050e8,0xe06002fc,0x32feffe2,0x3f000005,0x0000000f,0x81000f6e,0x018ff8fd,0x300a0310,0xf8f03a00,0x20d20560,0x2ff59ea2,0x090034fe,0xcc01f422,0x592d6000,0xeaf00000,0x00d20000,0x3a0d0faf,0x0f0066e7,0x906302cc,0x31fedfe2,0x3ef00005,0x3000000f,0x7e000f6c,0x019ff8fd,0x400a0320,0xf8f03b00,0x20d20560,0x30f5cea2,0x09002bff,0x1c00f4b2,0x572db000,0xeb000000,0x00e80000,0x430cffad,0x0fa07fe6,0x406402ac,0x31fedfe3,0x3f000005,0x7000000f,0x7c000f6b,0x018ff8fd,0x300a0310,0xf8f03a00,0x20d20570,0x31f5cea3,0x091026ff,0x0bfef492,0x5b2df000,0xeb500000,0x00f70000,0x480c9fad,0x10d093e5,0x8065029c,0x30fedfe3,0x3f000005,0x7000000f,0x7c000f69,0x018ff9fd,0x400a0320,0xf8f03a00,0x20d30580,0x31f5cea5,0x093023fe,0xfbfdf442,0x612e0000,0xebd00000,0x01130000,0x4c0c2fad,0x12c0a7e4,0xe06602ac,0x31fedfe2,0x3f100005,0x6000000f,0x7c000f68,0x018ffafd,0x400b0320,0xf8e03a00,0x20d30580,0x2ff5aea7,0x097023fe,0xfbfef572,0x522cb000,0xebf00000,0x01520000,0x4e0c1fab,0x13a095e4,0x606702bc,0x30feafe3,0x3f100005,0x8000000f,0x79000f68,0x017ffafd,0x600c0310,0xf8e03b00,0x20d30580,0x2ef5aeac,0x09a022ff,0x3bfff762,0x3b2b1000,0xebb00000,0x019d0000,0x530bffa5,0x14a085e3,0xa069026c,0x30fe8fe4,0x3f200005,0xf000000f,0x75000f67,0x014ffafd,0x800e0300,0xf8e03a00,0x10d50570,0x2df5deb0,0x097023ff,0x6c00f832,0x3b2af000,0xeb700000,0x01d20000,0x590b9f9d,0x172097e3,0x805f024c,0x35feafe2,0x3f400006,0x7000000f,0x77000f71,0x00fff8fd,0x600e02f0,0xf8d03800,0x10d40530,0x2af61eb6,0x094025ff,0x9c00f9a2,0x2f2b1000,0xeb300000,0x02160000,0x600b7f99,0x197093e3,0xf058028c,0x37febfdf,0x3f500006,0x5000000f,0x7a000f76,0x00cff8fd,0x600d02f0,0xf8c03600,0x00d104d0,0x25f69ebf,0x093026ff,0xabfdfbf2,0x1d2bd000,0xeb200000,0x02560000,0x630b6f98,0x1b5087e4,0xd05502dc,0x38feafdd,0x3f500006,0x2000000f,0x7c000f77,0x00bff8fd,0x800d02f0,0xf8b032ff,0xf0d10440,0x1ff6fecc,0x08f02eff,0x6bfbfe82,0x162db000,0xeb300000,0x02840000,0x5a0acf9a,0x1d6083e6,0x2055031c,0x37fedfd9,0x3f600005,0xe000000f,0x80000f73,0x00bffafd,0x800c0300,0xf8702dff,0xd0d203e0,0x1af73eda,0x08b03fff,0x7c0000b1,0xff2f5000,0xeab00000,0x02b80000,0x4a0aaf9a,0x1e4069e7,0xa055038c,0x35feefd4,0x3f400005,0x9000000f,0x84000f6e,0x00cffdfd,0xc00b0330,0xf8402aff,0xd0d003d0,0x18f79ee0,0x089044ff,0x9c0201d1,0xe82fe000,0xea400000,0x02d50000,0x460aff99,0x1e5050e8,0x805403bc,0x34feffd3,0x3f300005,0x8000000f,0x84000f6d,0x00dffefd,0xf00a0340,0xf84029ff,0xc0cf03d0,0x18f7aee1,0x088044ff,0x9c020201,0xe42ff000,0xea300000,0x02da0000,0x460b0f99,0x1e504be8,0xa05403bc,0x34feffd3,0x3f300005,0x8000000f,0x84000f6d,0x00dffefd,0xf00a0340,0xf84022ff,0xb0cb0390,0x18f8ceee,0x07d043fe,0xdbfb0541,0xb0327000,0xead00000,0x02f70000,0x460a5f95,0x20402aea,0x804803ec,0x39ff8fce,0x3f800005,0x9000000f,0x8e000f72,0x008ffbfd,0xb0060320,0xf83021ff,0xa0cb0380,0x18f8def1,0x07c045fe,0xbbfa05f1,0xa2333000,0xeae00000,0x02fd0000,0x450a2f96,0x20b023ea,0xd04603fc,0x3affafcc,0x3f800005,0xa000000f,0x91000f73,0x008ffbfd,0xa0050320,0xf82020ff,0xa0cb0360,0x15f8cef7,0x07c04bfe,0x7bfb0711,0x8134c000,0xead00000,0x03090000,0x4009df98,0x215010eb,0x3041041c,0x3bffcfc8,0x3f900005,0xa000000f,0x97000f76,0x007ffbfd,0x90040320,0xf8101dff,0xa0c90350,0x13f8eefd,0x07b052fe,0x5bfd0801,0x55360000,0xea800000,0x03150000,0x390a0f9a,0x21dff3eb,0x603a045c,0x3bffffc5,0x3f800005,0x7000000f,0x9d000f78,0x007ffafd,0xa0030310,0xf82015ff,0xa0c20300,0x11f97f0c,0x075056fe,0x7bfe0961,0x00389000,0xe9b00000,0x030e0000,0x2c0aff99,0x234fc1eb,0x7024052c,0x3b007fc0,0x3f900004,0xe000000f,0xa8000f7f,0x006ff7fd,0x800102f0,0xf8200fff,0x90bf02a0,0x10f9ef1a,0x06e056fe,0x8bfe09e0,0xc63b5000,0xe9900000,0x02f90000,0x210aef9b,0x250fb1eb,0x501005ec,0x3d00cfb9,0x3f800004,0xc000000f,0xb6000f8b,0xffcff7fd,0xafff0310,0xf8000cff,0x70bd0280,0x0ffa2f23,0x06b053fe,0x8bfe0990,0x963cd000,0xe9b00000,0x02ec0000,0x200aef9e,0x255fa4eb,0x700a068c,0x3b009fb2,0x3f500004,0x9000000f,0xbf000f8e,0xff8ffafe,0x2ffc0350,0xf7f00aff,0x80b40250,0x0bfb5f2b,0x06004dfe,0xbbfd0810,0x573de000,0xe9d00000,0x02c40000,0x220b3f9f,0x243f86ec,0x800c066c,0x38006fb2,0x3f100004,0x7000000f,0xbf000f8b,0xffdffbfe,0x6ffb0380,0xf7f009ff,0x90b10220,0x09fc2f35,0x05304afe,0xebfe05d0,0x263f4000,0xe9a00000,0x02960000,0x220b6fa0,0x241f7aed,0xd00b065c,0x37007fb3,0x3f100004,0x8000000f,0xbf000f8b,0xffeffbfe,0x5ffb0370,0xf80009ff,0x90b20210,0x08fc3f41,0x047047fe,0xfbfd036f,0xff407000,0xe9800000,0x02720000,0x280b9fa3,0x245f75ef,0x6008066c,0x38009fb3,0x3f100004,0x9000000f,0xc1000f8e,0xffbffbfe,0x4ffb0370,0xf7f008ff,0x90b20210,0x06fc4f4f,0x042044ff,0x0bfc022f,0xda408000,0xe9a00000,0x024a0000,0x340c5fa6,0x231f6bf1,0x2004067c,0x3800afb3,0x3f100004,0xa000000f,0xc0000f91,0xff9ffafe,0x4ffb0370,0xf7f007ff,0x90b00210,0x05fcbf5d,0x03f044ff,0x2bfb010f,0xc640a000,0xea000000,0x02100000,0x3a0c9fa7,0x21ef6df2,0xf002066c,0x3900cfb4,0x3f200004,0xb000000f,0xbf000f93,0xff9ff9fe,0x3ffa0360,0xf7e006ff,0x90b00200,0x05fd1f68,0x03804cff,0x0bfcffbf,0xba410000,0xead00000,0x01e50000,0x340c3fab,0x219f72f4,0x8001068c,0x3900dfb4,0x3f200004,0xb000000f,0xc0000f92,0xff8ffafe,0x3ffa0360,0xf7e005ff,0x90af01f0,0x04fd4f6f,0x035055ff,0x3c02ff4f,0xaf40e000,0xeaf00000,0x01c90000,0x2d0c7faa,0x207f6cf6,0x4000068c,0x3800dfb3,0x3f000004,0xb000000f,0xc2000f93,0xff8ffbfe,0x4ff90380,0xf7c004ff,0x90ac01d0,0x02fdaf78,0x03205eff,0xcc0afeff,0xa0408000,0xead00000,0x019e0000,0x270d4fa5,0x1e6f60f9,0x1ffe069c,0x3800bfb2,0x3ef00004,0xb000000f,0xc3000f96,0xff7ffdfe,0x7ff703a0,0xf7c000ff,0x80a801c0,0x05feaf83,0x02b059ff,0xdc07fd7f,0xa6406000,0xebd00000,0x015c0000,0x2a0cbfa4,0x1f8f68fb,0x6ffc069c,0x3900ffb3,0x3ef00004,0xd000000f,0xc4000f97,0xff1001fe,0x8ff603a0,0xf7cffbff,0x70a601b0,0x07ff4f8d,0x026058ff,0xbc05fbef,0xaa406000,0xecd00000,0x01270000,0x280c0fa4,0x216f6ffd,0x3ff706bc,0x3b013fb2,0x3ef00005,0x0000000f,0xc6000f99,0xfe9004fe,0x9ff503c0,0xf7cffaff,0x70a701b0,0x08ff5f8f,0x025059ff,0xac05fb8f,0xab406000,0xed000000,0x011f0000,0x260bdfa5,0x21ff70fd,0x8ff506cc,0x3c014fb2,0x3ef00005,0x1000000f,0xc7000f9a,0xfe7005fe,0x9ff403c0,0xf77ff3ff,0x70a90180,0x08ff4fa1,0x02505500,0x8c08fbdf,0xa73f7000,0xec400000,0x00fe0000,0x260c3fa4,0x21bf6afe,0xd00806fc,0x35012fb3,0x3ea00004,0x8000000f,0xc4000f87,0xff100cff,0x5ff50410,0xf77ff2ff,0x70a90180,0x08ff4fa3,0x02505400,0xac08fbdf,0xa73f5000,0xec300000,0x00fa0000,0x260c4fa4,0x21af6bfe,0xf00a06fc,0x35012fb3,0x3e900004,0x7000000f,0xc3000f83,0xff300dff,0x6ff50410,0xf79fefff,0x80a701b0,0x08ff8fa8,0x02a04f00,0xbc06fb1f,0xaa3f1000,0xec500000,0x00ea0000,0x2e0c4fa4,0x21cf7bfe,0xc014067c,0x33017fb8,0x3eb00004,0x5000000f,0xc1000f76,0xffa00cff,0x3ff503f0 +}; + +u32 ANIM_ENTRY_keyboard_right_hand2[] = +{ + 0xf7bfebff,0x70b401a0,0x04f68fee,0x02183881,0x03eafe8f,0xd13f5000,0xea200000,0x01060000,0x170a5f94,0x14afb402,0x7029052c,0x22007fbe,0x3d900004,0x9000000f,0xb7000f59,0x00e01600,0x6ff70480,0xf7bfebff,0x70b301a0,0x05f6bfdf,0x02b84281,0x53e9fe4f,0xd13f6000,0xea400000,0x01050000,0x0f0a4f95,0x14efb402,0x7022051c,0x25009fbd,0x3da00004,0xe000000f,0xb7000f61,0x00a01400,0x4ff70470,0xf7bfeaff,0x70b00190,0x05f6ffce,0x03685081,0x73edfdff,0xd13f7000,0xea200000,0x0101000f,0xfe0a9f93,0x152fb202,0x601e052c,0x2600afbd,0x3da00005,0x0000000f,0xb8000f63,0x00901400,0x4ff70470,0xf7bfe9ff,0x80ad0170,0x06f73fbd,0x04185581,0x53effd9f,0xd13f8000,0xea000000,0x00fe000f,0xf70aef91,0x155fb102,0x501e052c,0x2500bfbd,0x3da00005,0x0000000f,0xb8000f63,0x00801400,0x4ff70470,0xf7cfe8ff,0x80ae0140,0x07f77fad,0x04c85581,0x13f0fcaf,0xd13fd000,0xe9b00000,0x00ff000f,0xf50b8f94,0x162fb302,0x301f053c,0x2500dfbc,0x3db00004,0xe000000f,0xba000f61,0x00801400,0x3ff70460,0xf7cfe8ff,0x80af0120,0x06f7af9e,0x05685380,0xf3f0fc5f,0xcf3ff000,0xe9900000,0x0102000f,0xf80cdf99,0x153fb002,0x4020054c,0x2500efbd,0x3db00004,0xd000000f,0xba000f5f,0x00901400,0x2ff70450,0xf7cfe7ff,0x80ae0120,0x06f7df91,0x05e84f80,0xe3effc8f,0xcc3ff000,0xe9c00000,0x0105000f,0xfb0dcf9a,0x0e4fa503,0x1021053c,0x2500efbe,0x3dc00004,0xe000000f,0xb9000f5f,0x00901400,0x1ff70450,0xf7dfe7ff,0x80ae0130,0x06f7ff86,0x06584980,0xf3eefc2f,0xcf402000,0xea900000,0x01050000,0x000d5f9c,0x02cfa004,0xf020051c,0x2500ffbf,0x3dd00005,0x0000000f,0xb8000f5f,0x00801400,0x1ff70440,0xf7dfe6ff,0x70af0130,0x06f81f80,0x06a84680,0xe3f1fb5f,0xd640a000,0xeb300000,0x01110000,0x000ccf9c,0xf87fae06,0x701e050c,0x26010fbe,0x3de00005,0x2000000f,0xb8000f61,0x00701300,0x1ff70440,0xf7cfe5ff,0x70b00130,0x05f81f7d,0x06b84680,0xa3f8fa9f,0xe2414000,0xeb700000,0x012c000f,0xfc0c7f99,0xecbfc907,0xc01b051c,0x28011fbe,0x3de00005,0x3000000f,0xb8000f64,0x00501200,0x0ff70440,0xf7cfe4ff,0x70b00140,0x06f8af70,0x07484180,0x63fafadf,0xf1414000,0xeb500000,0x013b000f,0xff0c9f97,0xe76fe107,0x801b051c,0x27012fbf,0x3df00005,0x3000000f,0xb6000f63,0x00601200,0x0ff80430,0xf7cfe0ff,0x70b00160,0x06f92f62,0x08183880,0x23f9fa50,0x12416000,0xeb700000,0x01500000,0x070caf98,0xe41ffb06,0x501b052c,0x26017fc3,0x3e100005,0x2000000f,0xb2000f60,0x006012ff,0xeffa0430,0xf7cfd8ff,0x70b201a0,0x08f8df54,0x0918317f,0xe3f8f950,0x4a417000,0xebc00000,0x01770000,0x110c6f9c,0xe3300904,0x7016055c,0x25020fc4,0x3e100004,0xf000000f,0xb1000f5c,0x006013ff,0xdffa0430,0xf7bfd3ff,0x70b301c0,0x08f89f50,0x0978307f,0xb3faf940,0x67413000,0xebb00000,0x018b0000,0x150c9f9d,0xe2700b03,0xa013056c,0x24023fc6,0x3e000004,0xe000000f,0xaf000f5c,0x007014ff,0xeff90440,0xf7afcfff,0x80b301d0,0x08f8cf4d,0x09782c7f,0x63faf9c0,0x7d40a000,0xeb800000,0x01920000,0x1c0d0f9c,0xe1600d03,0x200e056c,0x23028fc8,0x3e000005,0x0000000f,0xab000f5d,0x008013ff,0xdff90440,0xf7afcaff,0x80b001d0,0x0bf9bf49,0x09182b7f,0x43faf950,0xa5406000,0xebc00000,0x01910000,0x1c0cff98,0xe1b01002,0xc00a057c,0x2302dfcb,0x3e000004,0xf000000f,0xa9000f5c,0x008013ff,0xdff80440,0xf7bfc2ff,0x70ac01b0,0x13fb1f44,0x08882e7f,0x53fbf820,0xed406000,0xec900000,0x018b0000,0x100c2f92,0xe3801102,0x300705ac,0x22032fcd,0x3e100004,0xb000000f,0xa9000f56,0x009015ff,0xeff70460,0xf7afc1ff,0x60af01a0,0x13faaf46,0x0918337f,0x73fcf851,0x10403000,0xecc00000,0x018f0000,0x0a0bdf92,0xe3d00701,0xa00805ac,0x21031fcc,0x3df00004,0xa000000f,0xaa000f54,0x00a01600,0x0ff60480,0xf79fc1ff,0x60b001a0,0x13fa6f45,0x0988337f,0x73fdf911,0x3e3f7000,0xec900000,0x018b0000,0x070b8f94,0xe43ff600,0x5009059c,0x20030fcc,0x3de00004,0xb000000f,0xaa000f52,0x00d01700,0x1ff404a0,0xf79fc0ff,0x70b001c0,0x13fabf41,0x09982f7f,0x63fcf961,0x6b3ef000,0xec700000,0x01740000,0x020a6f96,0xe64fecfe,0x6008057c,0x20032fcd,0x3de00004,0xc000000f,0xa9000f50,0x00e017ff,0xfff304c0,0xf79fc0ff,0x70b001d0,0x14faef3e,0x09982d7f,0x83faf961,0x933ef000,0xec500000,0x015f000f,0xff093f9b,0xe91fe0fb,0xf007056c,0x20034fce,0x3df00004,0xc000000f,0xa9000f4f,0x00f019ff,0xeff104e0,0xf79fc0ff,0x70b101e0,0x14faef3d,0x09982d7f,0x93faf961,0xa33ef000,0xec300000,0x01590000,0x00090f9c,0xea2fd7fa,0xb006057c,0x1f033fce,0x3de00004,0xb000000f,0xa9000f50,0x01001aff,0xfff104f0,0xf79fc0ff,0x70b00250,0x16faef36,0x09a8247f,0x83f7f911,0xb83dc000,0xeac00000,0x01470000,0x0f0aaf99,0xe99fc1f7,0xb00c055c,0x1c030fd0,0x3dc00004,0xa000000f,0xa5000f4a,0x01301c00,0x2ff20520,0xf78fc1ff,0x70b002a0,0x18fb0f31,0x09a81f7f,0xb3f2f801,0xcd3d8000,0xea300000,0x01350000,0x1a0b6f98,0xe94fb2f5,0xd010054c,0x1b02ffd1,0x3dc00004,0xa000000f,0xa2000f46,0x01501d00,0x3ff20530,0xf78fc1ff,0x70b402f0,0x1bfb2f2d,0x09982480,0x33eff601,0xeb3ed000,0xea600000,0x01240000,0x1c0b5f99,0xe8ffaef6,0x4011053c,0x1a02ffd2,0x3dc00004,0xc000000f,0x9f000f44,0x01501d00,0x2ff30520,0xf76fc3ff,0x70b70330,0x1afb5f2b,0x09a82b80,0x83eff5e2,0x0b3f9000,0xea700000,0x01240000,0x1e0b5f9b,0xe53fc4f8,0xa012052c,0x1b02ffd2,0x3dc00004,0xe000000f,0x9d000f45,0x01401e00,0x1ff30520,0xf76fc5ff,0x70b70370,0x19fbbf27,0x09f82e80,0xa3f0f822,0x203e9000,0xea600000,0x013c0000,0x220b9f9b,0xe06028f9,0x7011051c,0x1c02efd2,0x3dd00005,0x1000000f,0x9c000f49,0x01301c00,0x0ff40510,0xf76fc8ff,0x80b70380,0x18fc4f24,0x0a183080,0xc3f2f9e2,0x313de000,0xea600000,0x015e0000,0x230bbf9b,0xdf909cf8,0xa011051c,0x1e02efd2,0x3df00005,0x2000000f,0x9c000f4b,0x01101bff,0xdff404f0,0xf76fcaff,0x80b80370,0x17fc4f25,0x0a383180,0xd3f3faa2,0x3c3de000,0xea500000,0x017b0000,0x220bbf9c,0xe090ccf8,0xb01304fc,0x1e02dfd1,0x3e000005,0x4000000f,0x9c000f4c,0x01101aff,0xcff504e0,0xf74fd1ff,0x80bc0320,0x14fb9f2a,0x0ab82f80,0xc3f3fbe2,0x4f3d6000,0xea200000,0x01c70000,0x260c0fa3,0xe340f1f9,0x901804bc,0x1f028fd2,0x3e000005,0x9000000f,0x99000f4f,0x011019ff,0x9ff504c0,0xf71fd9ff,0x80bf02e0,0x11fb5f2b,0x0ad82880,0xb3f3fd52,0x623c7000,0xea200000,0x02190000,0x300cafac,0xe6b0eefa,0x701d046c,0x20020fd2,0x3e100006,0x0000000f,0x96000f53,0x010017ff,0x8ff504b0,0xf71fdcff,0x70be02e0,0x10fb8f2a,0x0ab82480,0xc3f3fe52,0x703c7000,0xea500000,0x023d0000,0x340cefad,0xe9c0e7fb,0x0020045c,0x2101dfd2,0x3e100006,0x0000000f,0x97000f52,0x010017ff,0x9ff504b0,0xf71fdcff,0x70be02e0,0x10fb9f2a,0x0ab82380,0xc3f3fe92,0x733c8000,0xea600000,0x02450000,0x340cefad,0xeaa0e4fb,0x2020045c,0x2101cfd1,0x3e100006,0x0000000f,0x97000f52,0x010016ff,0xaff504b0,0xf71fdcff,0x60bf02e0,0x12fbcf2d,0x0a682280,0xe3f80152,0x903e6000,0xeac00000,0x026c0000,0x330cbfad,0xef90c3fc,0x0020049c,0x2201bfce,0x3e100005,0xb000000f,0x9b000f53,0x010017ff,0xbff504b0,0xf71fdbff,0x60bf02e0,0x12fbdf2e,0x0a482280,0xd3fb01f2,0x973e4000,0xeae00000,0x027d0000,0x320ccfac,0xf100b1fc,0x302004bc,0x2201afcd,0x3e100005,0x8000000f,0x9d000f52,0x011018ff,0xdff404b0,0xf71fdbff,0x60be02e0,0x12fbff30,0x0a182180,0xa3fe01b2,0x973c9000,0xeac00000,0x02910000,0x340cffa8,0xf1f099fc,0x402104ec,0x22018fcc,0x3e000005,0x5000000f,0x9e000f51,0x011018ff,0xfff404c0,0xf71fdbff,0x60c002d0,0x12fc5f32,0x09c81b80,0x54000212,0x973b8000,0xeab00000,0x02a50000,0x380cefa3,0xf44086fc,0xf02204fc,0x22018fcb,0x3e000005,0x3000000f,0x9f000f51,0x01101800,0x0ff404b0,0xf72fdbff,0x60c102a0,0x10fcaf37,0x09781d80,0x540303f2,0x9a3d1000,0xeaf00000,0x02b00000,0x340c8fa0,0xf6a07afe,0x1021050c,0x22018fca,0x3e000005,0x2000000f,0xa2000f51,0x011018ff,0xfff404b0,0xf72fdaff,0x60be0280,0x0ffcdf3b,0x09482180,0x440704c2,0x973db000,0xeb300000,0x02b70000,0x300c8f9a,0xf6e065fe,0xa020050c,0x22019fc8,0x3e000005,0x1000000f,0xa5000f52,0x011017ff,0xfff304b0,0xf72fdaff,0x60bc0270,0x0ffcff3d,0x09382280,0x540804a2,0x933d5000,0xeb400000,0x02ba0000,0x300caf97,0xf6805afe,0xc01f050c,0x22019fc8,0x3e000005,0x2000000f,0xa6000f53,0x011017ff,0xfff304a0,0xf73fd8ff,0x60bd0280,0x10fd5f41,0x08d82580,0x740804f2,0x923d9000,0xeb600000,0x02b60000,0x2e0c4f90,0xf6c04cff,0x101c050c,0x2301cfca,0x3e200005,0x1000000f,0xa6000f53,0x010017ff,0xdff204a0,0xf74fd5ff,0x50be0280,0x11fd8f45,0x08982a80,0x94080552,0x8f3e0000,0xeb800000,0x02b10000,0x2b0bef8d,0xf74042ff,0x401b050c,0x2401efca,0x3e300005,0x0000000f,0xa8000f52,0x010017ff,0xdff204a0,0xf74fd3ff,0x50bf0280,0x10fd8f49,0x08783280,0x84080542,0x803df000,0xeb600000,0x02ac0000,0x240bdf8f,0xf76032ff,0x501a051c,0x2301ffca,0x3e200004,0xf000000f,0xa8000f50,0x011018ff,0xfff104b0,0xf73fcfff,0x50be02a0,0x11fdcf4e,0x08583880,0x84070472,0x663c9000,0xeb400000,0x029e0000,0x1c0bef8f,0xf7501c00,0x0018053c,0x22022fca,0x3e200004,0xe000000f,0xa8000f4f,0x01201800,0x0ff104b0,0xf73fccff,0x40bc0290,0x13fe4f56,0x07b84080,0xb40604c2,0x4e3cd000,0xeb800000,0x02810000,0x0f0b8f8e,0xf8f00d00,0xf017054c,0x22024fcb,0x3e200004,0xc000000f,0xa8000f4c,0x01201900,0x0ff204c0,0xf73fccff,0x40be0280,0x13fe3f63,0x06c84480,0xc4060542,0x2f3c2000,0xeb700000,0x026a0000,0x050b3f8f,0xf9dfef01,0xd017055c,0x22024fcb,0x3e200004,0xb000000f,0xa7000f4c,0x01201800,0x1ff204c0,0xf73fccff,0x40be0280,0x12fe5f70,0x05984380,0xa40605c2,0x06399000,0xeb200000,0x025a0000,0x010b3f8e,0xf97fcb02,0xb017055c,0x22024fcc,0x3e200004,0xa000000f,0xa5000f4c,0x01301800,0x1ff204c0,0xf74fccff,0x40bd0280,0x11feef79,0x04a84080,0x940406d1,0xe9383000,0xeb000000,0x02470000,0x010b3f8e,0xf9ffb803,0x7018055c,0x21024fce,0x3e200004,0xb000000f,0xa3000f4b,0x01301800,0x1ff304c0,0xf74fcdff,0x40bd0270,0x11ffaf83,0x03083e80,0xb40109e1,0xbd37a000,0xeb000000,0x021c000f,0xff0b1f92,0xfcff9f05,0x0017054c,0x22024fce,0x3e300004,0xb000000f,0xa1000f4c,0x01301700,0x0ff404c0,0xf74fceff,0x40be0270,0x11ffbf87,0x02483e80,0xc4010b71,0xa6379000,0xeb100000,0x0207000f,0xfd0b0f94,0xfebf9205,0xb017054c,0x22024fcd,0x3e300004,0xb000000f,0xa2000f4d,0x012017ff,0xfff504c0,0xf74fcfff,0x40be0260,0x10ffaf89,0x02383d80,0xb4010c51,0x99375000,0xeaf00000,0x0201000f,0xfd0b1f94,0xff4f8b06,0x0018054c,0x23023fcd,0x3e300004,0xc000000f,0xa1000f4e,0x012017ff,0xfff504c0,0xf73fd7ff,0x40bd0210,0x0eff0f93,0x02383780,0x34001101,0x4e35c000,0xea200000,0x01e10000,0x050bcf94,0x029f6807,0x201a053c,0x2501cfcc,0x3e300004,0xf000000f,0xa1000f54,0x011014ff,0xeff504a0,0xf74fdbff,0x40bc0200,0x0dff1f95,0x02183280,0x23fe1251,0x3735f000,0xea200000,0x01cc0000,0x0b0bcf96,0x05af5e06,0xb01a052c,0x2801cfcb,0x3e500005,0x0000000f,0xa3000f58,0x00e012ff,0xbff60480,0xf77fe1ff,0x40bd01e0,0x0bfecf99,0x01982b80,0x13fb1481,0x07368000,0xea300000,0x01a10000,0x150bef9b,0x0d0f4f05,0xc01d051c,0x2a019fc8,0x3e700005,0x1000000f,0xa8000f5c,0x00b010ff,0x7ff60470,0xf77fe8ff,0x50bd01e0,0x06fe6f9d,0x0128287f,0xf3fa1680,0xcb36a000,0xea400000,0x01790000,0x1d0c6fa0,0x153f4304,0xe020050c,0x2a013fc5,0x3e600005,0x3000000f,0xaa000f5f,0x00a00fff,0x6ff60450,0xf77fecff,0x70b901e0,0x06fe6fa5,0x00a82b7f,0xe3fb17f0,0x9736f000,0xea700000,0x01450000,0x1c0cef9d,0x1bbf3f03,0xd02004fc,0x2b012fc4,0x3e600005,0x5000000f,0xac000f64,0x00800cff,0x3ff70430,0xf79fefff,0x70b801d0,0x06fe0fae,0x00a82c7f,0xd3fb16d0,0x72381000,0xeaa00000,0x010b0000,0x1a0caf9b,0x204f4202,0x602204ec,0x2b011fc2,0x3e700005,0x5000000f,0xae000f65,0x00700bff,0x1ff70420,0xf7aff0ff,0x80b801b0,0x06fd7fb2,0x00d82b7f,0xc3fa1550,0x6038b000,0xeac00000,0x00f20000,0x1c0c7f9c,0x220f4501,0xb02404dc,0x2b010fc2,0x3e700005,0x5000000f,0xb0000f64,0x00700bff,0x0ff70410,0xf7aff4ff,0x90bb01b0,0x04fc8fb6,0x01382b7f,0xa3f91260,0x3d390000,0xeab00000,0x00ea0000,0x210c5f9e,0x229f4701,0x702804cc,0x2a00cfc1,0x3e500005,0x5000000f,0xb1000f64,0x00800bff,0x1ff70410,0xf7bff8ff,0xa0ba01e0,0x03fccfbb,0x00f82f7f,0xa3f90dc0,0x1139c000,0xeab00000,0x00d70000,0x220c6f9e,0x224f4e01,0x402904bc,0x2a00bfc0,0x3e500005,0x6000000f,0xb3000f66,0x00700afe,0xfff70400,0xf7cffaff,0xb0b901f0,0x04fd4fc0,0x00b8347f,0xa3fa08df,0xf33ac000,0xeac00000,0x00c10000,0x200c5f9c,0x22cf5700,0xe02904ac,0x2b00afbf,0x3e600005,0x6000000f,0xb5000f68,0x005008fe,0xdff703e0,0xf7dffcff,0xb0b901e0,0x05fd0fc5,0x00e8347f,0xa3fa047f,0xe13be000,0xeae00000,0x00c00000,0x200c2f9c,0x23bf5d00,0xa02c04bc,0x2a008fbe,0x3e500005,0x5000000f,0xb7000f68,0x005008fe,0xdff703e0,0xf7c000ff,0xb0b901b0,0x04fbcfce,0x0198337f,0x93f9ff2f,0xba3d8000,0xeb000000,0x00d30000,0x240c1f9d,0x219f6a01,0x003204bc,0x29002fba,0x3e400005,0x2000000f,0xba000f66,0x008009ff,0x0ff703f0,0xf7d002ff,0xb0b801b0,0x04faffd3,0x0218347f,0xa3f9fd2f,0xa83e5000,0xeb200000,0x00dc0000,0x250c2f9d,0x1edf7701,0x5036049c,0x27ffffb9,0x3e300005,0x1000000f,0xbc000f64,0x00a009ff,0x2ff703f0,0xf7e003ff,0xb0b701c0,0x04faafd5,0x0248387f,0xd3faf9af,0xa03fa000,0xeb600000,0x00e20000,0x220c0f9c,0x1e5f9500,0xf03804bc,0x27ffffb7,0x3e300004,0xe000000f,0xc0000f62,0x00a009ff,0x0ff703e0,0xf7e004ff,0xc0b601c0,0x04f9dfd9,0x02383d7f,0xf3fbf7af,0x9740a000,0xeb800000,0x00f00000,0x1f0bff9b,0x1e2fa800,0x803804dc,0x27ffffb5,0x3e300004,0xc000000f,0xc2000f62,0x009009ff,0x1ff703d0,0xf7e004ff,0xc0b501c0,0x04f95fdc,0x02884280,0x13fdf82f,0x9540b000,0xeba00000,0x00f10000,0x1c0c0f99,0x1d1faf00,0x503904ec,0x27ffefb5,0x3e300004,0xb000000f,0xc2000f63,0x009009ff,0x1ff703d0,0xf7e004ff,0xc0b401d0,0x05f96fdc,0x02a84580,0x23fef86f,0x98409000,0xebc00000,0x00ed0000,0x1b0c0f97,0x1ccfb100,0x503804fc,0x28ffefb5,0x3e300004,0xb000000f,0xc2000f63,0x008008ff,0x1ff703d0,0xf7f004ff,0xc0b401d0,0x05f96fdc,0x02b84580,0x23fef86f,0x98409000,0xebd00000,0x00ec0000,0x1a0c0f97,0x1ccfb200,0x503804fc,0x28ffefb5,0x3e300004,0xb000000f,0xc2000f63,0x008008ff,0x1ff703d0,0xf7e004ff,0xb0b601d0,0x05f96fdc,0x02b84880,0x43fdf80f,0x9a40a000,0xebe00000,0x00ed0000,0x1b0bcf97,0x1d2fb700,0x503904fc,0x28ffefb5,0x3e400004,0xa000000f,0xc2000f62,0x009009ff,0x1ff703d0,0xf7e004ff,0xb0b601d0,0x05f95fdc,0x02b84880,0x43fdf80f,0x9a40a000,0xebe00000,0x00ed0000,0x1c0bbf97,0x1d2fb800,0x503904fc,0x27ffefb5,0x3e300004,0xa000000f,0xc2000f62,0x009009ff,0x2ff703d0,0xf7e004ff,0xb0b601d0,0x05f95fdc,0x02c84980,0x53fdf82f,0x9a40a000,0xebf00000,0x00ee0000,0x1c0bbf98,0x1d0fb900,0x5039050c,0x27ffdfb5,0x3e300004,0x9000000f,0xc3000f61,0x009009ff,0x3ff703e0,0xf7e003ff,0xb0b601e0,0x05f95fdb,0x02f84b80,0x53fdf84f,0x9c409000,0xebe00000,0x00f10000,0x1b0bcf98,0x1cbfbb00,0x403a050c,0x27ffcfb4,0x3e200004,0x8000000f,0xc3000f5f,0x00a00aff,0x5ff70400,0xf7efffff,0xb0b60210,0x07f97fd7,0x03685080,0x63fdf7cf,0xa4408000,0xebe00000,0x00f50000,0x170baf96,0x1cafc100,0x3039053c,0x27ffefb3,0x3e200004,0x6000000f,0xc4000f5d,0x00900bff,0x6ff70410,0xf7dffaff,0xa0b70240,0x07f96fd5,0x03985480,0x73fef74f,0xa840a000,0xebd00000,0x00ff0000,0x140b7f96,0x1cefc000,0x4036057c,0x27002fb3,0x3e200004,0x4000000f,0xc4000f5b,0x00900bff,0x7ff70420 +}; + +u32 ANIM_ENTRY_keyboard_left_hand[] = +{ + 0xf7cff6ff,0xa0b80220,0x03f9efdd,0x034051ff,0x9bfbfb6f,0xbf408000,0xeb700000,0x01040000,0x180bbf99,0x1c7fc301,0x002b052c,0x2b007fb6,0x3e400004,0xf000000f,0xbe000f62,0x005009ff,0x5ff70400,0xf7cff6ff,0xa0b80220,0x03f9ffde,0x033051ff,0x9bfbfb5f,0xbf409000,0xeb700000,0x01030000,0x170bbf99,0x1c9fc401,0x002b052c,0x2b007fb6,0x3e400004,0xf000000f,0xbe000f62,0x005009ff,0x5ff70400,0xf7aff7ff,0xa0b40210,0x04fa1fec,0x02a056ff,0x7bfdfcef,0xbd407000,0xebd00000,0x0105000f,0xd30b5f88,0x1b0fbd00,0xe02d052c,0x2a004fb6,0x3e300004,0xe000000f,0xbd000f61,0x00600bff,0x7ff80420,0xf7aff7ff,0xa0b40210,0x04fa1fee,0x02a056ff,0x7bfdfcff,0xbd406000,0xebd00000,0x0105000f,0xcb0b4f86,0x1aefbd00,0xe02d052c,0x2a004fb6,0x3e300004,0xe000000f,0xbd000f61,0x00600bff,0x7ff80420,0xf7aff7ff,0xa0b30210,0x03fa6ffe,0x02704aff,0x4bfafd6f,0xbd406000,0xebc00000,0x0104000f,0x9a0a9f7a,0x1a6fbd00,0xd02e052c,0x29003fb6,0x3e200004,0xe000000f,0xbc000f60,0x00600bff,0x8ff80420,0xf7aff7ff,0xa0b40220,0x03fac02a,0x00f01cfe,0x6bf3fdcf,0xbd406000,0xeab00000,0x0102000f,0x49091f65,0x19dfbe00,0xd02e053c,0x29003fb6,0x3e300004,0xe000000f,0xbc000f60,0x00600cff,0x9ff90420,0xf7aff7ff,0xa0b40230,0x03fac043,0x004001fe,0x2bf5fddf,0xbc405000,0xe7b00000,0x0103000f,0x3f08af63,0x199fbf00,0xd02f053c,0x29002fb6,0x3e200004,0xd000000f,0xbc000f5f,0x00600eff,0xbffa0430,0xf7aff7ff,0xa0b40240,0x03fbd051,0x001fe9fd,0xabeffddf,0xbd405000,0xe4d00000,0x0102000f,0x63078f73,0x197fbe00,0xc030053c,0x29001fb6,0x3e100004,0xd000000f,0xbb000f5f,0x00700fff,0xcffa0440,0xf7aff7ff,0xa0b40240,0x03fc8059,0xffefe2fc,0xdbebfddf,0xbd406000,0xe3c00000,0x0102000f,0x7405ef85,0x197fbe00,0xc02f053c,0x29002fb7,0x3e200004,0xe000000f,0xba000f5e,0x006010ff,0xbffb0440,0xf7aff7ff,0xa0b50240,0x02fc5069,0xff0ff4f9,0xabf7fddf,0xbd406000,0xe1400000,0x0102000f,0x5801afb5,0x198fbe00,0xb030053c,0x29001fb7,0x3e100004,0xe000000f,0xb9000f5d,0x007012ff,0xdffc0450,0xf79ff7ff,0xa0b50240,0x02fc5072,0xfebffaf7,0xbc01fdff,0xbd406000,0xde600000,0x0102000f,0x3d000fcd,0x198fbe00,0xb031053c,0x28000fb7,0x3e100004,0xd000000f,0xb8000f5c,0x007013ff,0xfffc0460,0xf79ff7ff,0xa0b50240,0x02fcb07a,0xfebff4f4,0xfbfefe2f,0xbe404000,0xdbb00000,0x0100000f,0x2afebfec,0x197fc000,0xb033052c,0x27ffffb7,0x3e000004,0xd000000f,0xb8000f5b,0x008014ff,0xfffc0470,0xf79ff7ff,0x90b50230,0x01fcd081,0xfe9fecf1,0x7c00fe2f,0xbf404000,0xd9700000,0x0101000f,0x0afe7000,0x19afc200,0xa033051c,0x27ffffb7,0x3e000004,0xf000000f,0xb8000f5b,0x007014ff,0xfffc0470,0xf79ff6ff,0x90b60220,0x00fcc089,0xfe6fdbee,0x7c13fe7f,0xbe404000,0xd6700000,0x0105000e,0xcc007feb,0x198fc300,0xa031051c,0x28ffffb7,0x3e000005,0x0000000f,0xb8000f5c,0x007013ff,0xfffc0470,0xf79ff6ff,0x90b6021f,0xfefce08f,0xfe4fccec,0x4c1afeef,0xbf403000,0xd4800000,0x0106000e,0x8c024fce,0x192fc200,0xb030050c,0x29001fb7,0x3e100005,0x2000000f,0xb8000f5d,0x006012ff,0xeffc0460,0xf79ff5ff,0x90b701ef,0xfbfd0096,0xfe1fc1ea,0x3c1cff4f,0xc0404000,0xd4100000,0x0106000e,0x57038fc2,0x190fc300,0xa02e04fc,0x29001fb7,0x3e100005,0x4000000f,0xb8000f5e,0x005012ff,0xeffc0470,0xf79ff4ff,0x90ba016f,0xf5fcf0a5,0xfdafa8e6,0x9c2a006f,0xc5403000,0xd3b00000,0x0105000d,0xfd069fad,0x185fc400,0xb02b04dc,0x2a001fb8,0x3e100005,0x7000000f,0xb7000f60,0x004011ff,0xfffc0480,0xf79ff3ff,0x80b600ef,0xf0fce0b2,0xfdaf8ce5,0x0c3a019f,0xcb401000,0xd3600000,0x00fd000d,0xbd096f8b,0x178fc400,0xc02a04cc,0x2b001fb9,0x3e100005,0x8000000f,0xb5000f61,0x004011ff,0xfffb0480,0xf79ff1ff,0x80b4ffff,0xedfce0c6,0xfd8f71e3,0xac4301af,0xda405000,0xd4700000,0x00ed000d,0x7a0abf7d,0x181fc500,0xa02704bc,0x2c006fbf,0x3e400005,0x9000000f,0xb0000f62,0x005010ff,0xbffb0460,0xf79febff,0x60b8ff1f,0xeafc70db,0xfd5f54e2,0x4c57023f,0xe8407000,0xd6a00000,0x00e4000d,0x520b4f86,0x17ffc800,0x802404cc,0x2d00dfc2,0x3e700005,0x8000000f,0xac000f5e,0x006010ff,0x9ffa0460,0xf77fe5ff,0x50bafeff,0xe9fc40e3,0xfd6f43e1,0x4c6003af,0xeb401000,0xd8300000,0x00e5000d,0x460d3f88,0x163fc700,0xa02304fc,0x2b010fc3,0x3e700005,0x6000000f,0xa8000f5a,0x00a013ff,0xcff90470,0xf78fe0ff,0x50b8feff,0xe9fc30e7,0xfd6f36e0,0xcc64038f,0xeb400000,0xd9600000,0x00e6000d,0x370e7f8b,0x160fc500,0x901e051c,0x2c015fc5,0x3e800005,0x4000000f,0xa7000f5a,0x00a012ff,0xbff90470,0xf7bfd8ff,0x50b7feef,0xeafbf0ee,0xfd4f22e0,0x0c6b028f,0xeb403000,0xdb400000,0x00e8000d,0x1f0f4f92,0x16bfc400,0x6016054c,0x2e01ffc8,0x3eb00005,0x0000000f,0xa8000f5a,0x008010ff,0x8ff90450,0xf7afd2ff,0x30c1fe8f,0xe8fb50f9,0xfd1f09df,0x0c71024f,0xea405000,0xddd00000,0x00f3000d,0x1b0ddf9b,0x170fc600,0x8017054c,0x2b01ffc9,0x3e800004,0xe000000f,0xa5000f52,0x00b014ff,0xeff80490,0xf78fcdff,0x10c6fe4f,0xe5fb0102,0xfd1ef2de,0x4c75033f,0xe9402000,0xdfa00000,0x00fa000d,0x190d7f9f,0x15ffc500,0xb018055c,0x29020fc9,0x3e700004,0xd000000f,0xa3000f4c,0x00e01800,0x2ff704d0,0xf78fccff,0x10c6fe3f,0xe4fb0103,0xfd2eeede,0x3c7503af,0xe93ff000,0xdfd00000,0x00fb000d,0x190dbf9e,0x156fc500,0xc017056c,0x29021fc9,0x3e700004,0xd000000f,0xa2000f4c,0x00f01800,0x3ff704d0,0xf7bfc2ff,0x10c4fe0f,0xe6fae10d,0xfcfed8de,0x5c7903bf,0xee3fe000,0xe0000000,0x00f2000c,0xf40e4fa0,0x14ffc300,0xd00d056c,0x2b02cfcd,0x3ea00004,0xd000000f,0xa3000f4c,0x00c016ff,0xfff604b0,0xf7cfbeff,0x10c5fdff,0xe7fab112,0xfccecede,0x3c77036f,0xf0400000,0xe0400000,0x00f1000c,0xe70e0fa5,0x153fc300,0xc00a056c,0x2b031fcf,0x3ec00004,0xd000000f,0xa3000f4b,0x00c015ff,0xdff504a0,0xf7dfbaff,0x00cbfdcf,0xe6fa3117,0xfc8ec1dd,0xbc7402df,0xf0404000,0xe1200000,0x00f7000c,0xe30cffb1,0x158fc400,0xd00a058c,0x2a034fd0,0x3ed00004,0xa000000f,0xa3000f46,0x00d017ff,0xfff404b0,0xf7cfb5fe,0xf0d0fdaf,0xe3f9d11e,0xfc8eabdd,0x3c75038f,0xec403000,0xe2000000,0x00ff000c,0xe80cffb8,0x143fc001,0x200a05cc,0x28034fd0,0x3ea00004,0x5000000f,0xa3000f41,0x00f01a00,0x4ff404f0,0xf7dfaefe,0xf0cffdcf,0xe3f9d121,0xfc8e9fdc,0xcc5e043f,0xea400000,0xe2200000,0x00ff000d,0x000e0fc2,0x12cfb901,0x500005fc,0x2903bfd1,0x3eb00004,0x5000000f,0xa3000f44,0x00d01900,0x3ff304e0,0xf7ffa8fe,0xe0cdfddf,0xe6f9e123,0xfc6e99dc,0x5c3f03bf,0xec402000,0xe2b00000,0x00fb000d,0x170d5fd1,0x131fb901,0x3ffa060c,0x2b041fd2,0x3ee00004,0x5000000f,0xa3000f44,0x00a01800,0x1ff304e0,0xf80fa7fe,0xe0cefdcf,0xe7f9d125,0xfc4e97dc,0x3c38035f,0xed404000,0xe3000000,0x00fa000d,0x1d0cbfd5,0x138fbb01,0x2ffa05fc,0x2b042fd2,0x3ee00004,0x6000000f,0xa3000f43,0x00a01900,0x2ff304e0,0xf7ffa7fe,0xd0cdfd9f,0xe7f9d127,0xfc4e91dc,0x5c4a035f,0xed405000,0xe3600000,0x00f9000d,0x110c9fd2,0x13afbc01,0x2ffb05fc,0x2b040fd3,0x3ed00004,0x6000000f,0xa2000f42,0x00b01a00,0x4ff304f0,0xf7ffa7fe,0xd0c8fd5f,0xe9fa212a,0xfc5e8adc,0x9c5c033f,0xf1405000,0xe3900000,0x00f1000d,0x050ccfd0,0x140fbd01,0x2ffb05dc,0x2a040fd4,0x3ed00004,0x7000000f,0xa0000f41,0x00c01a00,0x4ff304f0,0xf7ffa6fe,0xd0c6fd2f,0xeafa612d,0xfc5e85dc,0xac64030f,0xf2406000,0xe3b00000,0x00ed000c,0xfe0cbfd2,0x146fbd01,0x1ffb05bc,0x2a041fd5,0x3ed00004,0xa000000f,0x9e000f40,0x00c01a00,0x4ff30500,0xf7ffa5fe,0xc0c8fd2f,0xeafa512e,0xfc5e84dc,0x5c66031f,0xf2406000,0xe3d00000,0x00ee000c,0xfe0b5fcb,0x147fbf01,0x1ff905ac,0x2b042fd6,0x3ee00004,0xd000000f,0x9d000f42,0x00a01a00,0x4ff30500,0xf7efa4fe,0xd0c8fd2f,0xe9fa312e,0xfc5e83db,0xcc68035f,0xf1404000,0xe4000000,0x00f0000c,0xfc0a5fb9,0x142fc001,0x2ff805ac,0x2b041fd6,0x3ed00004,0xe000000f,0x9c000f42,0x00a01a00,0x5ff30510,0xf7efa4fe,0xd0c8fd3f,0xe9fa512e,0xfc7e88da,0x7c5d03af,0xf1403000,0xe3b00000,0x00ef000c,0xde06ef42,0x13dfc001,0x3ff705bc,0x2b042fd7,0x3ed00004,0xe000000f,0x9a000f43,0x00a01a00,0x5ff40510,0xf7efa3fe,0xd0c7fd3f,0xe9fa612e,0xfc8eaed7,0xec4403bf,0xf3403000,0xe0f00000,0x00ed000c,0xcaf9de95,0x13afc101,0x3ff7059c,0x2a043fd8,0x3ee00005,0x1000000f,0x99000f41,0x00901a00,0x5ff40510,0xf7dfa1fe,0xc0c8fd3f,0xeaf9512b,0xfc3ed4d5,0xec7c036f,0xf3404000,0xd8b00000,0x00ee000c,0xcce0ae1e,0x13afc201,0x3ff7056c,0x2b043fd8,0x3ed00005,0x6000000f,0x97000f40,0x00801b00,0x7ff40520,0xf7df9dfe,0xb0c9fd5f,0xebf80126,0xfc6eaad5,0x4ce0037f,0xf2404000,0xd0800000,0x00ef000c,0xddd94e0f,0x130fc001,0x2ff5058c,0x2a045fd9,0x3ee00005,0x4000000f,0x96000f3e,0x00901b00,0x8ff40520,0xf7ef9afe,0xb0c7fd7f,0xecf7d123,0xfcce94d4,0x9d0b039f,0xf1404000,0xcbd00000,0x00ef000c,0xf3d8ae0a,0x127fbe01,0x1ff205ac,0x2b049fda,0x3ef00005,0x2000000f,0x96000f3d,0x00901b00,0x8ff40520,0xf7ef99fe,0xb0c7fd7f,0xecf7d123,0xfcde91d4,0x5d10039f,0xf1404000,0xcaf00000,0x00ef000c,0xf9d8ce09,0x125fbe01,0x1ff205ac,0x2b049fda,0x3ef00005,0x2000000f,0x96000f3d,0x00901b00,0x8ff40520,0xf84f91fe,0x70c5fd8f,0xeff7e125,0xfd0e76d0,0xbd32031f,0xef407000,0xc1800000,0x00ef000d,0x37deddf7,0x11efbd01,0x6ff405bc,0x28047fdd,0x3ec00004,0xa000000f,0x97000f31,0x00b02101,0x2ff40590,0xf84f91fe,0x70c5fd8f,0xeef7d125,0xfd1e57d0,0x6d53031f,0xed407000,0xc0000000,0x00f1000d,0x2ce07dfc,0x11afbc01,0x7ff505bc,0x27046fdd,0x3ea00004,0x9000000f,0x97000f30,0x00c02201,0x4ff405a0,0xf84f90fe,0x70c4fd8f,0xeef7c126,0xfd2e29d0,0x1d88035f,0xea405000,0xbdd00000,0x00f3000d,0x11e35e0d,0x112fb901,0xaff505bc,0x25044fdd,0x3e900004,0x9000000f,0x97000f2f,0x00d02301,0x7ff405c0,0xf84f8efe,0x70befd6f,0xf0f80127,0xfd6e06cf,0xcdc803ff,0xe8401000,0xba000000,0x00ee000c,0xe5ea2e48,0x103fb701,0xcff305cc,0x25043fde,0x3e800004,0x9000000f,0x96000f2f,0x00d02301,0xaff505e0,0xf85f8cfe,0x70bbfd4f,0xf2f83129,0xfd6e33cf,0xbdb3035f,0xe9402000,0xb8500000,0x00e9000c,0xf9edfe60,0x10efb801,0xcff205ac,0x26043fde,0x3e800004,0xb000000f,0x96000f2f,0x00b02201,0xbff505e0,0xf85f8cfe,0x70bafd3f,0xf3f83127,0xfd7e3fd0,0x7db5034f,0xe8402000,0xb7900000,0x00e9000c,0xfaf09e67,0x111fb901,0xdff105ac,0x27043fde,0x3e800004,0xd000000f,0x96000f30,0x00a02101,0xcff605e0,0xf85f8cfe,0x80bafd4f,0xf2f80124,0xfdce30d1,0xddd103cf,0xe53ff000,0xb6d00000,0x00ec000c,0xe3f40e6c,0x10afbb01,0xfff105bc,0x27042fde,0x3e700004,0xc000000f,0x96000f30,0x00902101,0xdff605f0,0xf85f8dfe,0x80b8fd4f,0xf4f8811c,0xfe0e8ed2,0xdd8803bf,0xe33fe000,0xb7100000,0x00ec000c,0xf4f86e7d,0x10efbd02,0x0ff1059c,0x27043fdd,0x3e800004,0xf000000f,0x96000f30,0x00802101,0xcff605e0,0xf84f8efe,0x80b6fd5f,0xf6f9710e,0xfe8f21d5,0x0d12037f,0xe23fe000,0xb8200000,0x00ec000d,0x19fe4e97,0x11bfc102,0x2ff2058c,0x27042fdc,0x3e800005,0x2000000f,0x96000f30,0x00702101,0xaff705e0,0xf83f92fe,0x90b7fd4f,0xf4f9d101,0xff0f48d8,0x8cf903bf,0xe23ff000,0xb9c00000,0x00ee000d,0x1701ce9e,0x120fc402,0x4ff6059c,0x2503ffd9,0x3e600005,0x2000000f,0x98000f30,0x00702101,0xbff705e0,0xf80f98fe,0xb0b7fd4f,0xf3f9c0ee,0xff8f7bdd,0x5cd904bf,0xe23fb000,0xbbb00000,0x00ef000d,0x01082eaa,0x110fc102,0x5ff8059c,0x2503cfd5,0x3e500005,0x5000000f,0x99000f35,0x00502001,0x8ff705c0,0xf81f9dfe,0xc0b4fd8f,0xf7f9f0d7,0xffffdee1,0xcc88041f,0xe53fc000,0xbf500000,0x00e9000d,0x1b0f0edb,0x115fc002,0x3ff7058c,0x2803bfd3,0x3e700005,0x8000000f,0x9c000f3b,0x00301c01,0x3ff70590,0xf81fa1fe,0xc0b4fdcf,0xfaf9a0be,0x008014e5,0xfc5f028f,0xe5402000,0xc3a00000,0x00e8000d,0x47136f01,0x12bfbf02,0x1ffb059c,0x28037fd0,0x3e700005,0x6000000f,0x9f000f3c,0x00201c01,0x2ff80590,0xf80fa8fe,0xd0b3fdef,0xfcf960a6,0x015020eb,0x5c55021f,0xe3402000,0xc6500000,0x00ea000d,0x6816bf01,0x12ffbe02,0x1001059c,0x27031fcd,0x3e500005,0x5000000f,0xa0000f3c,0x00401c01,0x3ff90590,0xf81faefe,0xe0b1fdef,0xfef9c08d,0x02202df0,0x8c3d018f,0xe2403000,0xca200000,0x00eb000d,0xad182f13,0x13afbd02,0x1006058c,0x2702efcc,0x3e500005,0x4000000f,0xa3000f3e,0x00401b00,0xfff90570,0xf82fb3fe,0xf0b4fdef,0xfff9e07e,0x022034f3,0x7c2c00af,0xe3407000,0xce900000,0x00ee000d,0xfc184f37,0x14cfbf02,0x0009057c,0x2802cfcb,0x3e600005,0x3000000f,0xa5000f3f,0x00301900,0xcff90560,0xf83fb4fe,0xf0b5fdef,0xfff9d07a,0x022036f4,0x1c28006f,0xe3408000,0xcfe00000,0x00ef000e,0x14184f42,0x150fc002,0x000a057c,0x2702cfcb,0x3e600005,0x2000000f,0xa6000f3f,0x00301900,0xcff90560,0xf83fb6fe,0xf0b4fdef,0xfef9c077,0x023036f4,0xac29007f,0xe3408000,0xd0900000,0x00ef000e,0x1f187f43,0x14ffc002,0x000b057c,0x2702afcb,0x3e500005,0x3000000f,0xa6000f3f,0x00301900,0xcff90560,0xf81fc0ff,0x20b1fdcf,0xfbf90065,0x023034f8,0x9c39010f,0xe1406000,0xd5400000,0x00f1000e,0x68199f43,0x141fbe02,0x1014054c,0x24021fca,0x3e300005,0x3000000f,0xa5000f42,0x00501900,0xbff90540,0xf81fc0ff,0x20b1fdcf,0xfbf91064,0x023032f8,0xcc38010f,0xe1406000,0xd5900000,0x00f0000e,0x6e199f46,0x141fbe02,0x1014054c,0x25021fca,0x3e300005,0x3000000f,0xa5000f42,0x00501900,0xbff90540,0xf81fc0ff,0x20b0fe5f,0xfcf9c052,0x023017fb,0x0c2300ef,0xe1406000,0xd9900000,0x00f0000e,0xb0197f6a,0x13cfbe02,0x100f055c,0x27024fc9,0x3e400005,0x4000000f,0xa7000f48,0x00101700,0x8ffa0530,0xf82fc1ff,0x30b4ff3f,0xfcfa1039,0x024feffd,0x7c0c009f,0xde407000,0xe0b00000,0x00f6000f,0x0c195fa5,0x135fbe02,0x000a057c,0x2a025fc7,0x3e500005,0x3000000f,0xa9000f4d,0xfff01400,0x6ffa0520,0xf81fc5ff,0x30b7ffaf,0xfcf95029,0x024fbfff,0x7c03013f,0xda402000,0xe6100000,0x00fd000f,0x6d19efd7,0x124fbf02,0x300d05bc,0x29020fc4,0x3e300004,0xe000000f,0xab000f4e,0x00101600,0x8ffa0530,0xf80fcbff,0x20b5ffcf,0xfbf9101d,0x024f7001,0x6bf201df,0xdd3fe000,0xea400000,0x00f7000f,0xff196003,0x116fbe02,0x501505dc,0x2701afc2,0x3e100004,0xa000000f,0xab000f4c,0x00401700,0x9ffb0530,0xf80fcfff,0x20b2ffbf,0xfcf9e012,0x025f2f01,0xcbe2018f,0xe43ff000,0xedd00000,0x00ec0000,0x6516a010,0x11dfc002,0x501905bc,0x27016fc2,0x3e100004,0xa000000f,0xac000f4b,0x00401700,0x9ffb0520,0xf7efd2ff,0x10b3ffaf,0xfdfa2011,0x025f3d02,0x9be700af,0xe6404000,0xeef00000,0x00ec0000,0x58138fdd,0x12ffc002,0x401d05ac,0x27013fc1,0x3e100004,0xb000000f,0xab000f4b,0x00501700,0x9ffb0530,0xf7cfd6ff,0x10b5ffbf,0xfcfa0010,0x025f6a04,0x7bed003f,0xe4408000,0xee300000,0x00f00000,0x2a102f91,0x138fbe02,0x3020059c,0x27010fc0,0x3e200004,0xd000000f,0xab000f4c,0x00701700,0x8ffb0520,0xf7dfd8ff,0x20b6001f,0xfcfa000d,0x026f7a05,0x4be4005f,0xe2408000,0xed700000,0x00f20000,0x260dbf7b,0x134fbd02,0x201f058c,0x28011fc0,0x3e200004,0xe000000f,0xac000f4f,0x00501500,0x6ffa0510,0xf7dfd9ff,0x20b9008f,0xfcf9e00a,0x026f9f04,0xabe5002f,0xe0408000,0xee200000,0x00f60000,0x150b9f7f,0x137fbd02,0x2021058c,0x28010fbd,0x3e200004,0xd000000f,0xb0000f4f,0x00401500,0x6ffa0500,0xf7cfdcff,0x20b6010f,0xfcf9d006,0x027fb404,0x3be800ff,0xdb404000,0xee800000,0x00f80000,0x140b6f8b,0x127fba02,0x502505ac,0x2700cfba,0x3e100004,0x9000000f,0xb5000f4e,0x00601600,0x7ff90500,0xf7cfdeff,0x30b2016f,0xfcfa0002,0x027fb803,0xfbe801df,0xd83ff000,0xeeb00000,0x00f60000,0x1b0b8f91,0x116fb902,0x702a05dc,0x26009fb8,0x3e000004,0x4000000f,0xb7000f4a,0x00801700,0x8ff90500,0xf7dfe2ff,0x30b6019f,0xfdfa0ffe,0x028fc003,0xcbe8014f,0xd6400000,0xee200000,0x00fa0000,0x170adf95,0x11cfbb02,0x602d05dc,0x26007fb7,0x3e100004,0x3000000f,0xba000f4b,0x00801600,0x7ff904f0,0xf7efeaff,0x30b901af,0xfcf9eff9,0x028fd003,0x5bea006f,0xd2403000,0xed500000,0x00ff0000,0x070a1f9a,0x128fbd02,0x503105dc,0x27002fb4,0x3e000004,0x0000000f,0xbe000f4f,0x00701400,0x4ff904e0,0xf7eff2ff,0x50b4018f,0xf9fa1ff5,0x028fde02,0xcbf100af,0xd0402000,0xec900000,0x00fe000f,0xf70acf98,0x120fbc02,0x603405dc,0x26ffcfb3,0x3df00003,0xf000000f,0xc0000f55,0x00701200,0x2ff904d0,0xf7eff8ff,0x60af018f,0xf7fa5ff1,0x029fe302,0x9bf3010f,0xcf400000,0xec000000,0x00fb000f,0xf10b5f95,0x116fbc02,0x703605bc,0x26ff9fb3,0x3df00004,0x1000000f,0xc1000f59,0x00701000,0x0ff904c0,0xf7fff8ff,0x70ae017f,0xf7fa6fee,0x029fe302,0x8bf4011f,0xcf3ff000,0xebf00000,0x00fa000f,0xf10b7f94,0x115fbc02,0x703705ac,0x26ff9fb3,0x3df00004,0x1000000f,0xc1000f59,0x00701000,0x0ff904c0 +}; + +u32 ANIM_ENTRY_keyboard_right_hand_tapping[] = +{ + 0xf89febff,0xa071014f,0xfb038fdf,0x02702000,0x8bf7febf,0xd9407000,0xeea00000,0x00e20000,0x220b3fbf,0x0dcfb504,0xa027050c,0x2900afbb,0x3e100004,0xf000000f,0xc2000f62,0xfff010ff,0x8ffb0410,0xf89febff,0xa071015f,0xfb038fd3,0x03202100,0x9bf9fecf,0xd8407000,0xee900000,0x00e30000,0x1f0b0fbe,0x0dbfb504,0xb027050c,0x2900afbb,0x3e100004,0xf000000f,0xc2000f62,0xfff010ff,0x8ffb0410,0xf89febff,0xa072015f,0xfb037fc7,0x03e02100,0xabf9ff0f,0xd8406000,0xee700000,0x00e40000,0x1d0aefbc,0x0d8fb504,0xb027050c,0x2900afbb,0x3e100004,0xf000000f,0xc2000f62,0xfff010ff,0x8ffb0410,0xf89febff,0xa073016f,0xfb036fba,0x04a01d00,0xcbf8ff5f,0xd6405000,0xee100000,0x00ea0000,0x2009ffbc,0x0d1fb604,0xb027050c,0x2900afbb,0x3e100004,0xf000000f,0xc2000f62,0xfff010ff,0x8ffb0410,0xf89febff,0xa074017f,0xfc036fae,0x05501a00,0xebf7ff9f,0xd4404000,0xedc00000,0x00f00000,0x22097fbc,0x0ccfb704,0xc027050c,0x2900afbb,0x3e100004,0xf000000f,0xc2000f62,0xfff010ff,0x8ffb0410,0xf89febff,0xa075018f,0xfc035fa3,0x05f01700,0xebf6000f,0xd2403000,0xeda00000,0x00f00000,0x27099fbe,0x0c4fb804,0xc027050c,0x2900afbb,0x3e100004,0xf000000f,0xc2000f62,0xfff010ff,0x8ffb0410,0xf89febff,0xa076019f,0xfc035f99,0x06801800,0xfbf6006f,0xd2402000,0xed800000,0x00ef0000,0x2709efbe,0x0befb904,0xb027050c,0x2900afbb,0x3e100004,0xf000000f,0xc2000f62,0xfff010ff,0x8ffb0410,0xf89febff,0xa077019f,0xfc035f92,0x07001900,0xfbf6006f,0xd3402000,0xed700000,0x00ef0000,0x2709ffbd,0x0bdfb904,0xb027050c,0x2900afbb,0x3e100004,0xf000000f,0xc2000f62,0xfff010ff,0x8ffb0410,0xf88febff,0xa07701af,0xfc034f8d,0x07401b00,0xdbf6001f,0xd3404000,0xed700000,0x00ee0000,0x2409dfbd,0x0c3fb904,0xa026050c,0x2900afbb,0x3e100004,0xf000000f,0xc2000f63,0xfff010ff,0x8ffb0410,0xf88febff,0xa07701af,0xfc034f8b,0x07601d00,0xcbf6ffff,0xd3405000,0xed600000,0x00ef0000,0x2209dfbd,0x0c6fb904,0xa026051c,0x2900afbb,0x3e100004,0xf000000f,0xc2000f63,0xfff010ff,0x8ffb0410,0xf88febff,0xa07701af,0xfc033f8b,0x07702200,0xcbf8ffdf,0xd3406000,0xed400000,0x00f00000,0x1d09ffbc,0x0c8fb804,0x9026051c,0x2900afbb,0x3e100004,0xf000000f,0xc3000f63,0xfff00fff,0x8ffb0410,0xf88febff,0xa077019f,0xfd032f8a,0x07a02500,0xcbf9ffdf,0xd3407000,0xed100000,0x00f00000,0x180a2fbb,0x0c9fb804,0x8026051c,0x2900afba,0x3e100004,0xf000000f,0xc3000f63,0xffe00fff,0x8ffa0420,0xf88febff,0xa076018f,0xfd030f8a,0x07c02500,0xcbf9ffaf,0xd4407000,0xed000000,0x00f00000,0x180a2fba,0x0cdfb704,0x7025051c,0x2900afba,0x3e100004,0xf000000f,0xc3000f63,0xffe00fff,0x8ffa0420,0xf88febff,0xa076017f,0xfd02cf89,0x07e02500,0xdbf8ffdf,0xd2407000,0xece00000,0x00f30000,0x1a0a2fba,0x0cafb704,0x7025051c,0x2900afba,0x3e100004,0xe000000f,0xc3000f64,0xffe00fff,0x8ffa0420,0xf88febff,0xa075016f,0xfe02af89,0x07f02400,0xdbf7000f,0xd1406000,0xecd00000,0x00f40000,0x1c0a3fbb,0x0c6fb704,0x7025052c,0x2900afba,0x3e100004,0xe000000f,0xc3000f64,0xffe00fff,0x8ffa0420,0xf88febff,0xa075015f,0xfe02bf88,0x07f02200,0xdbf6002f,0xd2405000,0xecd00000,0x00f30000,0x1e0a4fbb,0x0c4fb704,0x5025052c,0x2900afba,0x3e100004,0xe000000f,0xc3000f64,0xffe00fff,0x8ffa0420,0xf88febff,0xa074014f,0xfe02cf87,0x07e02200,0xdbf6003f,0xd3406000,0xecd00000,0x00f20000,0x1e0a4fba,0x0c3fb804,0x1024052c,0x2900afba,0x3e100004,0xe000000f,0xc4000f64,0xffe00fff,0x8ffa0420,0xf88febff,0xa074013f,0xff02cf87,0x07d02400,0xcbf6009f,0xd6407000,0xecd00000,0x00f50000,0x1c0a3fba,0x0b3fc002,0xb024052c,0x2900afba,0x3e100004,0xe000000f,0xc4000f65,0xffe00fff,0x8ffa0420,0xf88feaff,0xa074013f,0xff02cf87,0x07c02500,0xbbf6021f,0xe1407000,0xecf00000,0x00fe0000,0x180a4fb9,0x07dfc101,0x5023053c,0x2900afba,0x3e100004,0xe000000f,0xc4000f65,0xffe00fff,0x8ff90420,0xf87feaff,0xa074012f,0xff02bf88,0x07c02700,0xabf6032f,0xf8404000,0xecf00000,0x010a0000,0x150a5fb6,0x03afc900,0x0023053c,0x2900afba,0x3e100004,0xe000000f,0xc4000f65,0xffe00fff,0x8ff90420,0xf87feaff,0xa074013f,0xff029f89,0x07b02900,0xabf602c0,0x0d405000,0xecd00000,0x01190000,0x130a5fb5,0x016fd7fe,0x9023053c,0x2900afba,0x3e100004,0xe000000f,0xc4000f66,0xffd00fff,0x8ff90420,0xf87feaff,0xa0750140,0x01026f8c,0x07902800,0xcbf501b0,0x24406000,0xec900000,0x012f0000,0x190a9fb5,0xffffe7fd,0x0022053c,0x2900afba,0x3e100004,0xe000000f,0xc5000f66,0xffd00fff,0x8ff90420,0xf87feaff,0xa0760150,0x04023f90,0x07702700,0xfbf300d0,0x51400000,0xec500000,0x014f0000,0x240b2fb5,0xfc9ffffa,0x6022054c,0x2900afba,0x3e100004,0xd000000f,0xc5000f66,0xffd00fff,0x8ff80420,0xf87feaff,0xa0780160,0x0701ff90,0x07602e00,0xebf1fed0,0x983fa000,0xeca00000,0x01770000,0x220b0fb5,0xf8e028f6,0xd021054c,0x2900afba,0x3e100004,0xd000000f,0xc5000f67,0xffd00fff,0x8ff80420,0xf87feaff,0xa07a0180,0x0a01bf8c,0x07603900,0x8bf2fcc0,0xc13fe000,0xed300000,0x01940000,0x150a4fb7,0xf7f041f4,0xf021054c,0x2900afba,0x3e100004,0xd000000f,0xc5000f67,0xffd00fff,0x8ff80420,0xf87feaff,0xa07b01a0,0x0d019f8c,0x07703c00,0x6bf3fc40,0xcb3ff000,0xed600000,0x019c0000,0x110a2fb7,0xf7c046f4,0x8021055c,0x2900bfba,0x3e100004,0xd000000f,0xc6000f67,0xffd00fff,0x8ff80420,0xf87feaff,0xa07d01b0,0x1100ff84,0x07e03500,0x9bf2f950,0xf53f5000,0xecf00000,0x01c00000,0x170a7fb8,0xf4a045f1,0x5020055c,0x2900bfba,0x3e100004,0xd000000f,0xc6000f68,0xffd00eff,0x8ff80420,0xf86feaff,0xa07e01c0,0x1300df82,0x08003300,0xabf2f891,0x003f2000,0xece00000,0x01c80000,0x190a8fb8,0xf3e045f0,0x8020055c,0x2900bfba,0x3e100004,0xd000000f,0xc6000f68,0xffc00eff,0x8ff70420,0xf86feaff,0xa07f01d0,0x1500ff7d,0x08003500,0x8bf2f6c1,0x153f8000,0xed000000,0x01c40000,0x150a5fb7,0xf37044ef,0xe01f056c,0x2900bfba,0x3e100004,0xd000000f,0xc6000f68,0xffc00eff,0x8ff70430,0xf86feaff,0x908001d0,0x15012f72,0x08103a00,0x3bf2f301,0x42405000,0xed600000,0x01bc0000,0x0c09afb5,0xf2503eee,0xc01f056c,0x2900bfba,0x3e100004,0xc000000f,0xc7000f69,0xffc00eff,0x8ff70430,0xf86feaff,0x908101d0,0x16005f65,0x08603cff,0xdbeff0a1,0x72411000,0xed900000,0x01a30000,0x0a088fb7,0xefe015f1,0x701e057c,0x2900bfba,0x3e100004,0xc000000f,0xc7000f69,0xffc00eff,0x8ff70430,0xf86feaff,0x908401d0,0x17fedf52,0x08e03dff,0x2be8ee91,0xa1400000,0xed400000,0x016d0000,0x12089fb4,0xedcfe6f7,0xa01e057c,0x2900bfba,0x3e100004,0xc000000f,0xc7000f6a,0xffc00eff,0x8ff60430,0xf86feaff,0x908901c0,0x18fd3f40,0x093043fe,0x6bdfecd1,0xc43e1000,0xec800000,0x013a0000,0x15091fb1,0xed3fcafd,0x901d057c,0x2900bfb9,0x3e100004,0xc000000f,0xc8000f6a,0xffc00eff,0x8ff60430,0xf85feaff,0x908e01c0,0x19fb5f37,0x098050fd,0xcbdceb41,0xdb3d1000,0xec200000,0x01270000,0x0d090fb3,0xeddfbcff,0x901d058c,0x2900bfb9,0x3e100004,0xc000000f,0xc8000f6a,0xffc00eff,0x8ff60430,0xf85fe9ff,0x909401b0,0x1bf83f2b,0x0a2067fd,0x0bdce9b1,0xf33b8000,0xebc00000,0x011d000f,0xfc091fba,0xeddfa5ff,0xd01c058c,0x2900bfb9,0x3e100004,0xc000000f,0xc8000f6b,0xffb00eff,0x8ff60430,0xf85fe9ff,0x909b01a0,0x1cf78f24,0x0a706afd,0x0bdeea11,0xef3a9000,0xeb600000,0x0125000f,0xfb099fba,0xebdf9cfd,0x401c059c,0x2900bfb9,0x3e100004,0xb000000f,0xc9000f6b,0xffb00eff,0x8ff50430,0xf85fe9ff,0x90a00190,0x1ef74f20,0x0ae069fc,0xfbdfe971,0xee3bf000,0xeb200000,0x014c000f,0xfd09efbb,0xecbfaaf8,0x201b059c,0x2900bfb9,0x3e100004,0xb000000f,0xc9000f6c,0xffb00eff,0x8ff50430,0xf85fe9ff,0x90a50190,0x1ff6bf1c,0x0ba06bfd,0x0be3e9e1,0xe03e3000,0xeaf00000,0x0196000f,0xfc0adfc1,0xedbfaef3,0x001a059c,0x2900bfb9,0x3e100004,0xb000000f,0xc9000f6c,0xffb00dff,0x8ff50430,0xf85fe9ff,0x90a80180,0x20f61f16,0x0cd069fd,0x4be7eaf1,0xc43e9000,0xeaf00000,0x01cd0000,0x020c6fc3,0xed0f9fef,0xb01a05ac,0x2900bfb9,0x3e100004,0xb000000f,0xc9000f6c,0xffb00dff,0x8ff40430,0xf84fe9ff,0x90a90180,0x20f5cf10,0x0d705efd,0xabe5eb01,0xb53e8000,0xeb800000,0x01dd0000,0x140c2fc2,0xecef9bee,0xa01905ac,0x2900bfb9,0x3e100004,0xb000000f,0xca000f6d,0xffb00dff,0x8ff40430,0xf84fe9ff,0x90ab0190,0x20f58f0c,0x0d7058fd,0xdbe3eaa1,0xb63ec000,0xec300000,0x01dd0000,0x220b1fc5,0xed3f9bef,0x501905bc,0x2900bfb9,0x3e100004,0xa000000f,0xca000f6d,0xffa00dff,0x8ff40440,0xf84fe9ff,0x90af01d0,0x21f46f05,0x0dc061fe,0x0be8ea51,0xb93e7000,0xec300000,0x01cf0000,0x1f0adfc4,0xed3f86f3,0x001805bc,0x2900cfb9,0x3e100004,0xa000000f,0xca000f6e,0xffa00dff,0x8ff40440,0xf84fe9ff,0x90b50220,0x21f3cf02,0x0e0067fe,0x2bebea31,0xbb3e4000,0xec100000,0x01c70000,0x1b0aefc3,0xed2f79f5,0x301805bc,0x2900cfb9,0x3e100004,0xa000000f,0xcb000f6e,0xffa00dff,0x8ff30440,0xf84fe9ff,0x90bd0290,0x22f3af00,0x0e106afe,0x2bebea11,0xc13dd000,0xec000000,0x01b50000,0x1a0aefc2,0xecbf78f6,0x401705cc,0x2900cfb9,0x3e100004,0xa000000f,0xcb000f6f,0xffa00dff,0x8ff30440,0xf84fe9ff,0x90c50300,0x23f2eef7,0x0e4076fd,0xfbede961,0xe63b7000,0xebc00000,0x014c0000,0x100acfbe,0xea1f77fb,0xa01705cc,0x2900cfb9,0x3e100004,0xa000000f,0xcb000f6f,0xffa00dff,0x8ff30440,0xf83fe9ff,0x90cd0360,0x24f2bef6,0x0e6077fd,0xfbede8e1,0xeb3b8000,0xebb00000,0x014a0000,0x0d0aafbf,0xea8f78fb,0x601605dc,0x2900cfb9,0x3e100004,0xa000000f,0xcc000f70,0xff900dff,0x8ff20440,0xf83fe8ff,0x90d403d0,0x25f13eeb,0x0f307dfd,0x8beae751,0xf83a9000,0xebd00000,0x014a000f,0xff0a5fc9,0xea9f70f9,0xd01505dc,0x2900cfb9,0x3e100004,0x9000000f,0xcc000f70,0xff900dff,0x8ff20440,0xf83fe8ff,0x90da0420,0x26eefeda,0x109084fd,0x0be8e6e1,0xed382000,0xec200000,0x015c000f,0xe80a9fd7,0xe74f50f7,0x701505ec,0x2900cfb8,0x3e100004,0x9000000f,0xcc000f70,0xff900cff,0x8ff20440,0xf83fe8ff,0x90df0460,0x27ee6ed7,0x10e082fd,0x7beee691,0xe938c000,0xebd00000,0x0174000f,0xdc0a6fd6,0xe76f56f5,0xd01405ec,0x2900cfb8,0x3e100004,0x9000000f,0xcd000f71,0xff900cff,0x8ff20440,0xf83fe8ff,0x90e00470,0x27ee4ed9,0x112075fe,0x1bf0e701,0xdf3ae000,0xebb00000,0x01ab000f,0xea0a1fd8,0xe8bf63f3,0xc01405ec,0x2900cfb8,0x3e100004,0x9000000f,0xcd000f71,0xff900cff,0x8ff10440,0xf83fe8ff,0x90e10480,0x26ee4eda,0x116071fe,0x7bf4e871,0xc83be000,0xeb700000,0x01dd000f,0xf90a7fd9,0xe81f5af2,0x201305fc,0x2900cfb8,0x3e100004,0x9000000f,0xcd000f72,0xff900cff,0x8ff10440,0xf82fe8ff,0x90e20490,0x24eebed9,0x11306afe,0xbbf6e991,0xb93c6000,0xeb700000,0x01ec0000,0x160b0fd8,0xe71f5ef0,0xd01305fc,0x2900cfb8,0x3e100004,0x8000000f,0xce000f72,0xff800cff,0x8ff10440,0xf82fe8ff,0x90e404b0,0x22ef2ed6,0x10d068fe,0x8bf6ea21,0xb93d1000,0xec200000,0x01ed0000,0x1f0a6fda,0xe61f72f0,0xe012060c,0x2900cfb8,0x3e100004,0x8000000f,0xce000f73,0xff800cff,0x8ff00450,0xf82fe8ff,0x90e604e0,0x1fef2ed3,0x10906efe,0x0bf6ea21,0xc13ca000,0xecd00000,0x01da0000,0x1609afdd,0xe3ef7af4,0x5012060c,0x2900cfb8,0x3e100004,0x8000000f,0xce000f73,0xff800cff,0x8ff00450,0xf82fe8ff,0x90e90510,0x1bef1ed0,0x108071fd,0xbbf7e981,0xdf3a7000,0xecd00000,0x0192000f,0xfd086fd3,0xe11f7afa,0x4011060c,0x2900cfb8,0x3e100004,0x8000000f,0xcf000f73,0xff800cff,0x8ff00450,0xf82fe8ff,0x90ec0540,0x18ef4ec8,0x0fd074fd,0x9bf6e802,0x08387000,0xec500000,0x014c000f,0xe7072fcb,0xdf7f8efd,0xe011061c,0x2900cfb8,0x3e100004,0x8000000f,0xcf000f74,0xff800cff,0x8ff00450,0xf82fe8ff,0x90ee0570,0x15ef3ec5,0x0f6077fd,0x9bf4e6f2,0x19381000,0xebe00000,0x0139000f,0xe206ffca,0xdfcf9bfe,0x5010061c,0x2900dfb8,0x3e100004,0x8000000f,0xcf000f74,0xff800cff,0x8fef0450,0xf81fe8ff,0x90f00590,0x12eedec3,0x0f1083fd,0xcbf6e662,0x1f384000,0xea900000,0x013e000f,0xda082fca,0xe12f9efd,0xa010062c,0x2900dfb8,0x3e100004,0x7000000f,0xcf000f75,0xff700cff,0x7fef0450,0xf81fe8ff,0x90f105b0,0x10eedec0,0x0ec086fe,0x4bf7e712,0x14373000,0xe9200000,0x014a000f,0xe109afc7,0xe09f99fd,0x200f062c,0x2900dfb8,0x3e100004,0x7000000f,0xd0000f75,0xff700bff,0x7fef0450,0xf81fe8ff,0x90f205b0,0x10ef5ebc,0x0e5080fe,0xcbf3e822,0x00358000,0xe8500000,0x015b000f,0xfa0affc2,0xdf9f95fd,0x200f062c,0x2900dfb8,0x3e100004,0x7000000f,0xd0000f75,0xff700bff,0x7fef0450,0xf81fe7ff,0x90f105a0,0x0fef9ebb,0x0e207efe,0xcbf0e7b2,0x0035c000,0xe8700000,0x01690000,0x070b5fc0,0xe14f98fd,0x200e063c,0x2900dfb8,0x3e100004,0x7000000f,0xd0000f76,0xff700bff,0x7fee0450,0xf81fe7ff,0x90ef0580,0x0fefaebd,0x0df07efe,0xbbefe722,0x0236f000,0xe8900000,0x01840000,0x0f0b8fc0,0xe46f99fd,0x000e063c,0x2900dfb8,0x3e100004,0x7000000f,0xd1000f76,0xff700bff,0x7fee0450,0xf81fe7ff,0x80ed0540,0x0eefcec4,0x0dd080fe,0xbbf0e9e1,0xd1381000,0xe8b00000,0x01e40000,0x160cafc4,0xe91f7ffb,0xa00d063c,0x2900dfb8,0x3e100004,0x7000000f,0xd1000f77,0xff700bff,0x7fee0450,0xf80fe7ff,0x80ea04f0,0x0cf04ec7,0x0dc07ffe,0xcbf0ebe1,0xab376000,0xe8d00000,0x02060000,0x160ccfc4,0xea2f78fb,0x000d064c,0x2900dfb7,0x3e100004,0x6000000f,0xd1000f77,0xff600bff,0x7fee0450,0xf80fe7ff,0x80e604a0,0x0bf19ecf,0x0d8079fe,0xcbefeea1,0x7536f000,0xe9400000,0x022e0000,0x180c8fc4,0xec7f77fa,0x200c064c,0x2900dfb7,0x3e100004,0x6000000f,0xd1000f77,0xff600bff,0x7fed0460,0xf80fe7ff,0x80e30450,0x0af29eda,0x0cd072fe,0xbbeff101,0x44382000,0xe9f00000,0x025f0000,0x100bbfc5,0xf09f77f9,0x300c065c,0x2900dfb7,0x3e100004,0x6000000f,0xd2000f78,0xff600bff,0x7fed0460,0xf80fe7ff,0x80e00410,0x09f38ee1,0x0c306dfe,0xcbf2f351,0x0e395000,0xea700000,0x02870000,0x040b4fc4,0xf48f73f8,0x700b065c,0x2900dfb7,0x3e100004,0x6000000f,0xd2000f78,0xff600bff,0x7fed0460,0xf80fe7ff,0x80dd03d0,0x07f49ee6,0x0bb069fe,0xebf4f500,0xe939c000,0xead00000,0x02990000,0x000b1fc0,0xf74f72f7,0xf00b065c,0x2900dfb7,0x3e100004,0x6000000f,0xd2000f78,0xff600bff,0x7fed0460,0xf80fe7ff,0x80dc03a0,0x07f51eeb,0x0b5066fe,0xebf4f5c0,0xd73a3000,0xeaf00000,0x02a00000,0x010affbe,0xf90f74f7,0xa00b065c,0x2900dfb7,0x3e100004,0x6000000f,0xd2000f79,0xff600bff,0x7fec0460,0xf80fe7ff,0x80db03a0,0x07f66f00,0x09e05cff,0x1bf5f810,0x9f3ba000,0xeb000000,0x02b60000,0x070a9fbe,0xfecf78f6,0x400a066c,0x2900dfb7,0x3e100004,0x6000000f,0xd3000f79,0xff600bff,0x7fec0460,0xf80fe7ff,0x80da0390,0x06f6bf0b,0x098056ff,0x5bf6f9b0,0x763bd000,0xeaf00000,0x02be0000,0x0d0abfbf,0x004f71f5,0xa00a066c,0x2900dfb7,0x3e100004,0x5000000f,0xd3000f79,0xff500aff,0x7fec0460,0xf7ffe7ff,0x80d70380,0x06f83f1f,0x08904eff,0x9bf7fbb0,0x463c0000,0xeaf00000,0x02ab0000,0x110acfbd,0x023f73f4,0x6009066c,0x2900dfb7,0x3e100004,0x5000000f,0xd3000f7a,0xff500aff,0x7fec0460,0xf7ffe7ff,0x80d30360,0x06fa1f31,0x07104bff,0xabfafcb0,0x233cf000,0xeb100000,0x02870000,0x0c0a4fbc,0x03ff85f3,0xa009067c,0x2900dfb7,0x3e100004,0x5000000f,0xd3000f7a,0xff500aff,0x7fec0460,0xf7ffe7ff,0x80cf0340,0x06fa2f3d,0x06204cff,0x8bfefd6f,0xfe3d8000,0xeb200000,0x026d0000,0x070a0fbd,0x03bf87f4,0x1009067c,0x2900dfb7,0x3e100004,0x5000000f,0xd3000f7a,0xff500aff,0x7fec0460,0xf7ffe7ff,0x80ca0320,0x05fa7f42,0x05f04dff,0x7c00fdef,0xed3d8000,0xeb200000,0x02600000,0x050a2fbe,0x030f83f4,0x6008067c,0x2900dfb7,0x3e100004,0x5000000f,0xd4000f7a,0xff500aff,0x7feb0460,0xf7ffe7ff,0x80c40300,0x05fadf4f,0x05603fff,0x2bfbfe9f,0xe33db000,0xeb800000,0x02230000,0x150a8fbf,0x034f8cf5,0x0008067c,0x2900dfb7,0x3e100004,0x5000000f,0xd4000f7b,0xff500aff,0x7feb0460,0xf7ffe7ff,0x80c002e0,0x05fb6f5b,0x04b038fe,0xfbf8febf,0xdc3e1000,0xebc00000,0x01f60000,0x1d0a9fc0,0x052f98f5,0x8008068c,0x2900efb7,0x3e100004,0x5000000f,0xd4000f7b,0xff500aff,0x7feb0460,0xf7ffe7ff,0x80bc02c0,0x04fc0f69,0x040038fe,0xfbf9fedf,0xd13e7000,0xeba00000,0x01d80000,0x210a8fc3,0x097fa5f6,0x9008068c,0x2900efb7,0x3e100004,0x5000000f,0xd4000f7b,0xff500aff,0x7feb0460,0xf7ffe6ff,0x80b902b0,0x04fccf7b,0x03c03aff,0x0bfa000f,0xc93e3000,0xeb700000,0x01a80000,0x200adfc2,0x0defa1f8,0xb007068c,0x2900efb7,0x3e100004,0x5000000f,0xd4000f7b,0xff500aff,0x7feb0460,0xf7ffe6ff,0x80b802b0,0x04fd9f91,0x036044fe,0xdbfcffaf,0xd23e7000,0xeb900000,0x016a0000,0x120aefbc,0x12af90fa,0xb007068c,0x2900efb7,0x3e100004,0x5000000f,0xd4000f7b,0xff500aff,0x7feb0460,0xf7ffe6ff,0x80b802b0,0x04fe6fa4,0x03204efe,0x9bfdfe4f,0xd33ef000,0xebb00000,0x01460000,0x0c0aefbb,0x161f77fb,0xe007068c,0x2900efb7,0x3e100004,0x5000000f,0xd4000f7c,0xff500aff,0x7feb0460,0xf7ffe6ff,0x80b802b0,0x05ff3fa5,0x02c051fe,0xabfdfe2f,0xcc3ed000,0xeb900000,0x012a0000,0x140b6fbc,0x15ef61fc,0x9007068c,0x2900efb7,0x3e100004,0x4000000f,0xd5000f7c,0xff500aff,0x7fea0460,0xf7ffe6ff,0x80b702a0,0x05000fa8,0x025051fe,0xcbfafc8f,0xcd3ee000,0xeb900000,0x010a0000,0x180b8fbb,0x152f60fc,0xc006069c,0x2900efb7,0x3e100004,0x4000000f,0xd5000f7c,0xff400aff,0x7fea0460,0xf7efe6ff,0x80b702a0,0x0600dfad,0x022051fe,0xbbf7f9bf,0xcf3f8000,0xebc00000,0x00fa0000,0x160b2fbd,0x154f67fc,0xc006069c,0x2900efb7,0x3e100004,0x4000000f,0xd5000f7c,0xff400aff,0x7fea0460,0xf7efe6ff,0x80b602a0,0x06019fb2,0x022052fe,0xabf7f8df,0xd03fb000,0xebe00000,0x00f90000,0x140b0fbd,0x154f69fc,0xc006069c,0x2900efb7,0x3e100004,0x4000000f,0xd5000f7c,0xff400aff,0x7fea0460,0xf7efe6ff,0x80b502a0,0x07023fb8,0x022052fe,0xabf7f8cf,0xce3fb000,0xebe00000,0x00f90000,0x140b0fbe,0x14ef69fc,0xe006069c,0x2900efb7,0x3e100004,0x4000000f,0xd5000f7c,0xff400aff,0x7fea0460,0xf7efe6ff,0x80b50290,0x0802cfbe,0x021053fe,0xbbf6f87f,0xc63fb000,0xec000000,0x00fa0000,0x100b2fbe,0x11bf69fd,0xe006069c,0x2900efb7,0x3e100004,0x4000000f,0xd5000f7c,0xff400aff,0x7fea0460,0xf7efe6ff,0x80b40290,0x08033fc2,0x021053fe,0xbbf7f86f,0xc63fb000,0xec000000,0x00f90000,0x0f0b2fbe,0x11af6afd,0xf006069c,0x2900efb7,0x3e100004,0x4000000f,0xd5000f7c,0xff400aff,0x7fea0460,0xf7efe6ff,0x80b40290,0x09037fc6,0x01f058fe,0xcbf9f77f,0xca3fe000,0xec000000,0x00f20000,0x070b2fbb,0x10ff74fe,0x4006069c,0x2900efb7,0x3e100004,0x4000000f,0xd5000f7c,0xff400aff,0x7fea0460,0xf7efe6ff,0x80b40290,0x09038fc7,0x01d05cfe,0xdbfbf5af,0xcc407000,0xec000000,0x00f3000f,0xff0b1fb8,0x105f7ffe,0xc006069c,0x2900efb7,0x3e100004,0x4000000f,0xd5000f7c,0xff400aff,0x7fea0470 +}; + +u32 ANIM_ENTRY_bond_eye_fire_alt[] = +{ + 0x000f7c00,0xdff40a0f,0xf2032ff1,0x00118e08,0x7cd808ef,0x59354fea,0xf0c02802,0x113f0371,0x3a029029,0xf1efb900,0xdeccebcc,0x49052fd5,0x3fc08322,0x1093ffcf,0xc500cffb,0xfca0aeff,0x005cfde0,0xffff6900,0xbffa0b8f,0xf002cff3,0xff917109,0xece008af,0x64357fec,0xf1602702,0x21440381,0x4102d035,0xf17fc400,0xceb7eb5c,0x53056fb0,0x3fa05a1c,0x5070ffdf,0xd6008ffb,0xfcc08eff,0x1063fee0,0xffef6000,0x60060c1f,0xef01cfef,0xff91500a,0xece708af,0x7335bfee,0xf2402402,0x21430381,0x4302502c,0xf0bfd200,0x0ea4eb8c,0x5a05bf94,0x3fd03816,0x0051ffdf,0xd9008ffb,0xfd804dff,0x5077ff30,0x004f6100,0x20050c8f,0xea00afe4,0x0001410b,0xdcf0087f,0x78360fef,0xf3102202,0x21450381,0x4302201f,0xf01fcdff,0xfe95ebbc,0x5a054f81,0x3ff01e0f,0x6035ffdf,0xd5008ffb,0xfd8002ff,0x9092ffc0,0x00ef60ff,0xeff80d0f,0xe5004fdb,0x0001390c,0xdcfa083f,0x76364ff1,0xf4002002,0x414c0391,0x4c02001a,0xef9fbc00,0x2e89ec3c,0x5404bf6b,0x3fe00b08,0x501cffef,0xde006ffb,0xfcdfcbff,0xb09c0060,0x017f5fff,0xcfef0cdf,0xe100bfdf,0xffc1250d,0xacfe083f,0x78366ff3,0xf5201c02,0x515303a1,0x5501f010,0xef5fb100,0x8e90eccc,0x44040f53,0x3fb00102,0x0006ffef,0xe8004ffb,0xfcafc7ff,0xc09f0120,0x01cf59ff,0xbfec0d2f,0xde00efe1,0xff91120d,0xfd00081f,0x7b368ff5,0xf6301a02,0x615703b1,0x58023005,0xef5fb700,0xee90ed0c,0x38046f3e,0x3f2ffffe,0x9ffbffef,0xe5005ffb,0xfcdfddff,0xd0a20160,0x020f4cff,0xafed0e4f,0xdb004fdc,0xff31040d,0xdd0107cf,0x8236eff7,0xf7401702,0x414f0391,0x5b02a00c,0xef9fc800,0xee9eec6c,0x3a061f35,0x3e5fffff,0xbfffffdf,0xd2009ffb,0xfc4000ff,0xd0a200d0,0x01bf4200,0x1ff00f2f,0xd0ff6fde,0xff10fc0d,0xcd0407df,0x86376ff8,0xf8001502,0x11400361,0x60032016,0xef9fce00,0x8ebbebcc,0x38081f2d,0x3d200303,0xc00cffaf,0xaf010ffc,0xfb201fff,0xb09affe0,0x00df3200,0xdff0104f,0xbeff9fda,0xffb1000e,0x0d0b07cf,0x7e380ff8,0xf8401402,0x013c0361,0x5d02b01e,0xef8fcc00,0xfeb7ecac,0x2c0a3f25,0x3b600807,0x0017ff5f,0x8001affc,0xfb301aff,0x8089ff70,0x000f2001,0xbfec10bf,0xadff9fd9,0x0021080e,0xad0e082f,0x76388ff8,0xf8501402,0x013a0351,0x5000d033,0xf02fca01,0x6eafeedc,0x180baf21,0x39600907,0xa019feef,0x4a025ffb,0xfd501aff,0x10650000,0xffdf1c02,0xafdf0f4f,0xa2005fec,0x0001010f,0x9d0409bf,0x74385ff9,0xf8801401,0xe1310331,0x53023038,0xf0bfc901,0x4ecef0cb,0xf80a7f2a,0x37100907,0x5018fe2f,0x07034ff9,0xff9034fe,0x702f0220,0xff8f1c03,0x5fdc0def,0xa2026ff6,0x0000fd0f,0x5cf60a6f,0x7237fff9,0xf8c01301,0xf1320341,0x57043026,0xf15fc101,0x2ed8f26b,0xe3096f54,0x35500a07,0xe01bfc7e,0x93051ff8,0x00a03afd,0xeffa0360,0xff0f0703,0x3feb0e0f,0xad02dfff,0xff91000d,0x3ce60a3f,0x7637bffa,0xf9701102,0x113f0361,0x5702c016,0xf23fc100,0xbeaef44b,0xe30b1f9a,0x35400d08,0xd01ef94e,0x0307fff8,0x006025fd,0x9fdf02b0,0xfedf0203,0x3ff30d4f,0xb5021006,0xff01100a,0xfcdc0a3f,0x7c377ffa,0xf9801102,0x21450381,0x5c02600c,0xf26fe800,0xaea7f5cb,0xda0befd6,0x35e00e09,0x8021f5cd,0x970afffa,0xff9022fd,0x9fe500e0,0xff0f0a03,0x1ff30bef,0xbb01a00b,0xfea12a09,0x0cd60a0f,0x84373ff9,0xf8a01302,0x113f0371,0x5602a016,0xf2301501,0x8eb8f72b,0xce0b700e,0x36b00e09,0x9021f26d,0x4e0dfffb,0xfef02afe,0x100fff70,0xff8f0b02,0x6ff10adf,0xc9018016,0xfe914006,0x7cd009ff,0x8e374ff8,0xf7f01502,0x013a0361,0x47024028,0xf1e01702,0x5eb8f8cb,0xce0b304a,0x38100d08,0xd01eef9d,0x24108ffd,0xfe702cfe,0xa03ffe10,0x000f1301,0xcfef09af,0xd201f01b,0xff415303,0x9ccf096f,0x92376ff8,0xf7901502,0x113f0371,0x3b015030,0xf17fe104,0xfeb6fa8b,0xcc0a8081,0x39700b07,0xf01beefd,0x1d111ffe,0xfdc026fe,0xf05afbf0,0x004f2d01,0x8ff1072f,0xdb024027,0xff815300,0xdcce08cf,0x98374ff6,0xf6c01702,0x31460381,0x4000602f,0xf17fc007,0x1ec3fc4b,0xc608a0af,0x3a300907,0x5019f08d,0x310fbfff,0xfd101cff,0x306efaa0,0x007f4701,0x2ff504af,0xe702302e,0xff314afe,0x2ccc082f,0xa1371ff4,0xf5601b02,0x414c0391,0x4c01d02e,0xf1dfaa07,0xeed4fdfb,0xc306c0dc,0x3ab00806,0x8016f2ad,0x530dc000,0xfc9017ff,0x7080fb30,0x00ef5c00,0xeff502cf,0xee02102c,0xff114afb,0x4ccd078f,0xa2373ff3,0xf4401e02,0x515203b1,0x55031030,0xf1bfa306,0x8ed6ff3b,0xc305310c,0x3af00706,0x1015f51d,0x840b8000,0xfbf006ff,0x7080fba0,0x015f6f00,0xaff4016f,0xf502302f,0xff414ff8,0x7cce06ef,0x9e375ff1,0xf3202002,0x615703c1,0x4d028035,0xf19fb305,0x0ed3005b,0xc603c131,0x3b100705,0xf014f7bd,0xca093000,0xfb1fecff,0x5077fad0,0x019f7f00,0x9ff5007f,0xf901e02d,0xff4151f6,0x0ccf069f,0x9a377fee,0xf1a02402,0x615603c1,0x48025032,0xf16fbd04,0xdedc019b,0xc402614a,0x3b000705,0xd014f9fe,0x18074000,0xfa3fe0ff,0x406ffa10,0x01ef8d00,0xaff5ff9f,0xfb01d02d,0xff714ff3,0xcccf06ef,0x9d37bfeb,0xf0502702,0x515103b1,0x44022028,0xf0dfbe05,0x3ee602bb,0xc200e15f,0x3ac00705,0xd014fbbe,0x6805b000,0xf95fe2ff,0x4070faa0,0x027fab01,0xafe6fd7f,0xf1025035,0xffb14ff2,0x7ccd082f,0x9c37cfe9,0xef302a02,0x31470381,0x3901c02b,0xefefc905,0x9f09038b,0xb4fdc16d,0x38f00705,0xf014fd4e,0xc2043fff,0xf87fe9ff,0x2067fbd0,0x02cfb602,0x1fdbfcaf,0xef024035,0xffb150f1,0x0ccd08cf,0xa137cfe6,0xee302d02,0x21410371,0x3401802e,0xef7fc305,0x6f1f045b,0xadfc016d,0x38800806,0x6016fe9f,0x2502cfff,0xf78ff3fe,0xf059fd00,0x02cfa901,0x7fe1fd9f,0xf801e02d,0xffc154ef,0x2ccd081f,0x9d37ffe5,0xeda02e02,0x515103a1,0x31016034,0xef2fbf04,0x0f0c05eb,0xb5fca161,0x3a500806,0x6016ff7f,0x87017000,0xf6ffedff,0x005efd60,0x029fb101,0x9fe3fd3f,0xf901502f,0xff9159ee,0x2cca07bf,0x9b382fe3,0xed103002,0x615503b1,0x2a01a043,0xef1fc503,0x6efc076b,0xb9fb614d,0x3ae00907,0x2019ffef,0xda007000,0xf65fd7ff,0x105ffd40,0x028fbe01,0xefdefc4f,0xf800403a,0xff215aed,0xccc607bf,0xa1385fe3,0xecd03102,0x414b0391,0x2801c049,0xeeffc503,0x7efa082b,0xbff9e142,0x3af00d09,0x001fffff,0xff000000,0xf5efc9ff,0x005cfd20,0x02efc801,0xffd3fbdf,0xf900e030,0xff915eed,0xecc2071f,0xa3387fe2,0xeca03102,0x414a0391,0x3001a040,0xef0fb603,0xdf0b083b,0xcafb6148,0x3ac0130b,0x6028ffff,0xec003000,0xf5dfccff,0x005cfb90,0x033fdc02,0x1fc1faaf,0xfb03402c,0x007164ee,0xdcbf06bf,0x93386fe3,0xecd03102,0x31470391,0x3c01602d,0xef7fb004,0x4f28080b,0xd9fc814c,0x3a201d0e,0xd035ffcf,0xc400b000,0xf5ffcefe,0xc048fa90,0x02afec01,0xbfb6f940,0x0603e034,0x008168f0,0x8cbb07cf,0x82383fe4,0xed503002,0x213f0371,0x4301502a,0xef2fbb04,0x0f3907db,0xeffc5139,0x3a802d13,0x3046ff9f,0xa7012000,0xf72fd8fe,0x4021fb00,0x01cfe300,0xcfbafa00,0x13035032,0x005177f1,0xfcb5080f,0x77385fe6,0xee402d02,0x01370351,0x49014031,0xef4fc003,0xdf2d070c,0x0bfda124,0x3c104718,0xb05fff6f,0x84019ffe,0xfa8ff4fd,0xf008fb20,0x013fc9ff,0x9fbefc10,0x2003802c,0x00c187f3,0x9caf083f,0x73388fe8,0xef402a01,0xe12e0341,0x51017033,0xefdfbe04,0x5f1404ec,0x27ff8115,0x3e106e1f,0x3082ff1f,0x61020ffb,0xff501efd,0xe004fb60,0x011fb1fe,0x7fbffde0,0x2d03a029,0x015192f5,0x1cab08ff,0x71388feb,0xf0702701,0xe12b0331,0x5701a030,0xefffb905,0x0f01019c,0x42007100,0x3ff0a926,0x10b5feff,0x50024ff8,0x04105bfd,0xf008fc00,0x006f9cfd,0x7fd0ff90,0x39033021,0x0161a6f5,0xfca9099f,0x72389fee,0xf1f02301,0xe12b0331,0x55016029,0xf00fbc05,0x6eeafecc,0x5b0250d8,0x41e0f32b,0xc0f7feff,0x51024ff6,0x06309ffe,0x1016fba0,0xff1f87fc,0xefee0120,0x4202d01b,0x0121aef7,0x1ca90a3f,0x76388ff1,0xf3102001,0xe12d0331,0x5b01101f,0xefefc804,0xeed4fcac,0x6c04409f,0x4331432f,0xc140ff1f,0x60021ff7,0x04b0d1fe,0x3020fb20,0xfe6f78fc,0xdffe02b0,0x4402d015,0x0111a5f8,0x7ca70a2f,0x77387ff3,0xf4401d01,0xf1300341,0x6e006018,0xef9fd004,0x2ec4f9fc,0x7405406c,0x43918131,0xf17aff4f,0x7701cff8,0x0280ddfe,0x4023fb50,0xfe1f65fd,0x10060460,0x41031012,0x012197f9,0xeca80a2f,0x78385ff5,0xf5801a01,0xe12f0341,0x78fef017,0xef3fd103,0xdeaff74c,0x77065042,0x43618232,0x017bff7f,0x8d017ff8,0x0130cefe,0x4024fbf0,0xfe7f51fd,0x900105c0,0x3a036011,0x00e192fb,0x9cae0a5f,0x76383ff6,0xf6201801,0xe12f0341,0x6cff301b,0xeebfcd03,0xce95f46c,0x79070026,0x42d15030,0x514cff9f,0xa1013ff9,0xff60b5fe,0x502afcf0,0xfecf3ffe,0x1ffc0720,0x3103100f,0x00818afd,0x3cb70a9f,0x73383ff6,0xf6901701,0xe12f0341,0x66004022,0xee3fce03,0xae7ff1cc,0x7c07c009,0x42210c2d,0x510effbf,0xbe00dffb,0xfcc09efe,0x602efd50,0xff4f28fe,0x5ff908a0,0x2a029012,0x00617bfe,0x7cc40a5f,0x71384ff7,0xf7501601,0xe12d0331,0x6b00101e,0xee2fd503,0x6e62ef9c,0x8507eff8,0x41a0c628,0xd0cfffcf,0xcb00affb,0xfc3097fe,0x8035fe50,0xffcf16fe,0x9ff709c0,0x23022012,0x006166ff,0xccd309ef,0x6e386ff8,0xf7a01501,0xe12e0331,0x68005016,0xedefd402,0xbe4eedfc,0x8a07ffec,0x41108822,0xf098ffdf,0xd2009ffa,0xfcd09bfe,0xa03dff40,0x005f0afe,0x8ff00a30,0x2201d013,0x00415001,0x7cdf0a0f,0x64385ff8,0xf7f01401,0xe12f0341,0x5e00701c,0xed8fc501,0xbe43ed5c,0x8f080fdb,0x40b0591c,0x706fffef,0xdf006ffa,0xfc208afe,0xc045ffd0,0x014f0dfe,0xbfda0a10,0x1c01f014,0x00114103,0xbced0a8f,0x53385ff8,0xf7d01501,0xe12b0331,0x50ff9020,0xed0fbd01,0x4e3decec,0x89074fce,0x40203415,0x404dffff,0xee003ffa,0xfca071fe,0xf04effc0,0x021f0afe,0xafcb0a80,0x19024019,0x00114206,0x4cff0adf,0x42386ff5,0xf6301901,0xd1280321,0x39002026,0xecbfc8ff,0x8e29ed4c,0x86068fbd,0x3fb01a0e,0x2031000f,0xff000ff7,0xfef058ff,0x2058ffa0,0x02def3fe,0xbfc00c60,0x1102b01e,0xffc14b08,0x0d110a5f,0x36388ff3,0xf4e01d01,0xd1270321,0x2001c02b,0xedbfcffe,0xbe00ed8c,0x8c062fb1,0x3ef00d09,0x501f0000,0x0cffdff5,0x00404cff,0x50650040,0x035ee3ff,0x2fb50d90,0x0702c035,0xff41470a,0x0d1c0a8f,0x30380ff2,0xf4601e01,0xd12a0321,0x1201902b,0xefbfd5ff,0x4de0ed2c,0x9203bfaa,0x3da00907,0x80190000,0x09ffeff5,0x001056ff,0x90770240,0x031ee8ff,0xcfb20d90,0x0102205a,0xfec1310c,0x5d210b8f,0x37378ff1,0xf3a02001,0xe1310331,0x1500902e,0xf23fdaff,0x1dc1ec6c,0x9201dfa3,0x3c600b08,0x801cffff,0xf2002ff4,0x00607cff,0xd08a0290,0x025ef500,0x2fb70ecf,0xf901d07a,0xfe81130d,0xad240bdf,0x4d380fef,0xf2f02302,0x013e0351,0x17008037,0xf3dfd6fd,0xed97eb7c,0x9802ffa5,0x3b70140c,0x3029ffbf,0xb900eff3,0x00d0c400,0x10a200d0,0x01bf1400,0x8fb2108f,0xe902808d,0xfed0e30e,0x3d260c0f,0x74392fee,0xf2502402,0x415403a1,0x0dff8031,0xf5efe1fc,0xfd6eea9c,0x93032fb5,0x3ae02311,0x203bff0f,0x5a021ff3,0x0020e800,0x60beff00,0x010f5000,0x5fa911df,0xe203b094,0xff60b30e,0x4d280cff,0xac3a7feb,0xf1102802,0xa16f03f0,0xf2ffa028,0xf86ff5fa,0xad72eb0c,0x7300bfc7,0x3ab02e14,0x0047fd9e,0xdb03eff5,0xfe60bc00,0x80c1fe40,0x008f9dff,0x7f9c139f,0xdc04808a,0x00d0970d,0x6d300e4f,0xfc3bafe5,0xee902f03,0x118c0460,0xd802102e,0xf7eff7fa,0x3dd4ec3c,0x40fe4ff9,0x3a802e13,0xe047fa4e,0x26070ff7,0xfcf09cff,0xb088fe90,0x01c003ff,0xaf71150f,0xa703e061,0x01d0ab0b,0x9d4a0dd0,0x663c9fd9,0xea903c03,0x81ac04c0,0xc902c03b,0xf4dffafa,0x9e68eabc,0x05fb1066,0x38903415,0x304df27d,0x4f0deff9,0xfbb0a7fe,0xd04a00c0,0x02106f00,0x8f72166f,0x8202c036,0x0130de08,0x8d5f0bd0,0xf73b8fc7,0xe5b04d03,0xa1b704e0,0xc102903f,0xf20ff4fb,0x7ebbe9ab,0xd8f8c0ca,0x36604618,0xc05ee11c,0xb01e3ffa,0xfa8087fe,0xd0500290,0xff50d900,0x2fc417df,0xaa02900b,0x00211103,0x9d5d07c1,0xa137efbb,0xe2b05803,0x31a20470,0xca02b046,0xefffe7fa,0xfeebebcb,0xcdf87102,0x36c0581b,0xc06ecc4c,0x7e328ffc,0xf9605aff,0x707b0160,0xfe116a00,0x2ffe163f,0xc802dfd1,0xffc143fe,0x8d500112,0x40313fb6,0xe1905c02,0x817503c0,0xde02d048,0xee9fdaf9,0xef4feceb,0xa3f5d132,0x3470661e,0x207bd4ec,0x8a2a1ffd,0xf8903200,0x009efda0,0xfeb20300,0x1010149f,0xd2034f7f,0xff8180f9,0xad32f332,0xaa23ffb8,0xe1a05a01,0xe1440320,0xf9029059,0xeeefdffc,0x6f96eceb,0x89f2814d,0x2fe0711f,0x9084e9cc,0xe315fffd,0xf88fe600,0x40a9fae0,0xfe7298fe,0xb025132f,0xea02cf2b,0x0021c3f5,0x2d0ddcd2,0xd0112fbb,0xe2305701,0x711a02a1,0x0701e071,0xf0dfebfe,0x7fa5ec8b,0x9ef1e133,0x2cb07520,0x0087f5dd,0x930aeffd,0xf88f89ff,0xb08dfc20,0xfdc326fd,0x504210e0,0x01011ee4,0x00f1f9f2,0x0cf0c872,0xb8ff5fba,0xe2005801,0x10f00231,0x0d01607d,0xf1efeffd,0x6fc6ecbb,0xa4f680f0,0x2c106f1f,0x3082fbbe,0x6605bffd,0xf8af5cfe,0xe065fd10,0xfe138ffc,0x20490fc0,0x06ff8ea9,0x01d21ff0,0x9ce2bd92,0x80f48fb5,0xe0e05c00,0xd0cb01d1,0x1101507d,0xf22febfb,0xafe3ebdb,0xa6fdc0c0,0x2c20661d,0xf07afe5f,0x12030ffc,0xf8df58fe,0x6050fb40,0x0053c1fd,0x50591020,0x08fe2e82,0x023227f0,0x4ce5b872,0x5fee7faf,0xdfa06200,0xa0b301a1,0x0b016083,0xf29fd8fa,0x8fd3eb0b,0xbd01d0a7,0x2bd05d1c,0xb073ff7f,0x8b017ffc,0xf8cf77fe,0x304af940,0x13a3dd0f,0xd0650f6f,0xfdfcfe80,0x029214f1,0x7cf4b142,0x6ae95fac,0xdf206400,0x80980160,0xfe00808b,0xf63fc9fa,0x9fb6ea5b,0xd0fd809b,0x2b00591c,0x106fffcf,0xc400bffd,0xf85f98fd,0xd03cfbb0,0x4ff3dc4b,0xc0680d2f,0xeffc9e8d,0x02f202f3,0x4d08ac12,0x89e5ffad,0xdf506400,0x60860131,0x0400006a,0xf8ffc2fb,0x9fbfe9db,0xd3f9208d,0x2a905a1c,0x4070ffcf,0xc300bffe,0xf80f9ffd,0x20220000,0x6473c961,0x60810cdf,0xfdfc6e83,0x02c1fef3,0xed0eae12,0x97e5bfb3,0xe0905e00,0x607c0121,0x23008035,0xf6efc5fa,0xafd7ea7b,0xe3fca082,0x2b705d1c,0xd073ffaf,0xa5011ffe,0xf7ff9ffc,0x800dff80,0x6df3c26c,0x309b0d80,0x1cfc9e71,0x0201f4f4,0xbd04b0a2,0xabe7efbd,0xe2805500,0x507a0111,0x3700a032,0xf7cfccf9,0xefefebbb,0xfbfc5084,0x2c805d1c,0xb072ff4f,0x7001cffe,0xf7ffa0fc,0x700f0250,0x7083b96e,0x608a0df0,0x1efd8e6f,0x01b1e8f7,0x3d02b3c2,0xc3ea4fc2,0xe3c05100,0x607d0121,0x27022026,0xf7efcdf8,0xbfffec4c,0x0af86091,0x2cb0531b,0x406aff0f,0x53022ffd,0xf84f9afc,0x70130630,0x7003b06d,0x40710e60,0x14fe5e72,0x0101e5f9,0xdd09b902,0xd5edcfc7,0xe4f04c00,0x50760111,0x0602b020,0xf4cfc5f7,0x2fffed1c,0x1bf90092,0x2d804719,0x105eff1f,0x5b020ffb,0xf91f8efc,0x50140570,0x7073a66e,0x006c0da0,0x17fe4e7f,0x0001d3fc,0x1d0abd32,0xe8efdfce,0xe6c04600,0x406b00f0,0xf5002035,0xf2bfc0f6,0xcffdee9c,0x2bfa6080,0x2e803c17,0x0054ff3f,0x6a01dff8,0xfa3f80fc,0x30140470,0x7023aa6e,0x406d0e00,0x21fdee85,0xff41befe,0x0d0bc032,0xf3f21fd3,0xe8304100,0x406a00f1,0x02fea03a,0xf29fc1f6,0x8ff4f0cc,0x3dfa506c,0x2f703214,0xb04aff5f,0x7701bff6,0xfb0f7afc,0x20170580,0x6f83b96d,0xb0631020,0x27fdae79,0xff31b1ff,0x8d12c372,0xedf53fd6,0xe9203e00,0x506b0101,0x0fff303d,0xf29fc3f6,0x8fe6f2ac,0x52fab069,0x30802912,0x6041ff5f,0x7c01aff5,0xfbaf7afc,0x101a0680,0x7223b970,0x10521080,0x2bfd2e77,0xfef1a400,0xdd14c672,0xf0f7afda,0xea603a00,0x506f0101,0x0dfff045,0xf29fc2f6,0xcfebf37c,0x5cfab06a,0x31102411,0x003cff5f,0x7801bff3,0xfc2f7dfc,0x201f0700,0x74139f71,0xf0430ec0,0x29fcce80,0xfe719802,0x2d14c872,0xfbf95fde,0xeb903600,0x50700101,0x12000047,0xf33fc8f6,0xe000f33c,0x54f9c060,0x30e02310,0xd03bff4f,0x7401bff2,0xfc7f7bfc,0x20240730,0x73c37e71,0x90310cf0,0x1efd8e87,0xfda19103,0x5d18cad3,0x00fbafe0,0xec603400,0x506e0101,0x16001040,0xf3bfcef6,0x5003f2bc,0x47f83053,0x30402411,0x503cff4f,0x7401bff2,0xfc7f6afc,0x20280770,0x72f37370,0xe0270c80,0x18fd7e88,0xfd819703,0xad1ccdb2,0xfffddfe4,0xedc02f00,0x506e0101,0x0a007040,0xf35fccf5,0x4ffef31c,0x43f7104c,0x2ff02311,0x103bff4f,0x7201cff2,0xfc7f63fc,0x202c0870,0x72d37a70,0xb0220cc0,0x18fc5e8b,0xfdf19f03,0x9d1ccff3,0x02ff3fe8,0xef602b00,0x506e0100,0xfcffa03f,0xf2ffc7f5,0xeffaf3ac,0x47f7604e,0x30202110,0x7039ff3f,0x6e01dff1,0xfc9f67fc,0x30300930,0x73738471,0x301d0cf0,0x1bfbbe91,0xfe119704,0x1d1bd0e3,0x09004fe9,0xefd02900,0x506e0101,0x03fef03a,0xf39fc5f6,0xbfeef42c,0x51f83051,0x30801f0f,0xe037ff3f,0x6d01dff1,0xfcaf66fc,0x30330980,0x73e38a71,0xd01b0ce0,0x1ffbae95,0xfdf18f04,0x9d19d093,0x12012fe9,0xefa02a00,0x50750111,0x11ff8038,0xf4cfc6f6,0xbfe9f4cc,0x56f8404d,0x30c01e0f,0x7035ff3f,0x6f01dff0,0xfcbf67fc,0x20340a20,0x74638672,0x50180c50,0x1ffbbe98,0xfdd18d04,0xfd17d0d3,0x14019fe8,0xef502b00,0x60790121,0x19000033,0xf4cfc3f6,0x5fecf4dc,0x54f7b049,0x30c01e0f,0x7035ff4f,0x7001cff0,0xfcaf68fc,0x30340a50,0x75037872,0x900e0b60,0x1afb9e9c,0xfde18e05,0x1d14d1d3,0x0f015fe7,0xeef02c00,0x50710111,0x21006030,0xf32fbff6,0x8ff3f42c,0x4df7104a,0x30801e0f,0xa036ff4f,0x7001cff0,0xfcaf64fc,0x30340a00,0x75037172,0x900e0b00,0x18fbae9d,0xfe018905,0x0d10d193,0x0e010fe6,0xeea02d00,0x506e0101,0x3400502d,0xf31fc0f6,0xeff4f45c,0x4bf70045,0x30601d0f,0x6035ff4f,0x7201cff0,0xfcbf61fc,0x303409a0,0x75137072,0xa00d0af0,0x19fbee9a,0xfe118204,0xfd0cd173,0x0d00efe5,0xee402f00,0x506b0101,0x3d00402b,0xf31fc4f6,0xeff2f49c,0x4af6b042,0x30701c0f,0x1034ff4f,0x7401bff0,0xfcbf67fc,0x303409b0,0x75537272,0x90070b00,0x18fc0e99,0xfe218204,0xdd0ad1d3,0x0d012fe4,0xee002f00,0x506b0101,0x3b007027,0xf31fc8f6,0xafe8f48c,0x4bf67047,0x30601c0e,0xf033ff4f,0x7201cfef,0xfcdf70fc,0x303509f0,0x75937d72,0xd0090b80,0x1bfbce9d,0xfe618504,0x6d09d133,0x0f012fe4,0xedd03000,0x50710101,0x36006028,0xf3ffc9f6,0xbfd7f4bc,0x51f7104b,0x30a01b0e,0xc032ff4f,0x7001cfef,0xfcff76fc,0x40360a20,0x76738a73,0xc0100c10,0x23fb6ea4,0xfe818304,0x2d07d0a3,0x12009fe2,0xed103200,0x50730111,0x3401002e,0xf41fc7f6,0xdfcaf4ec,0x5af8004e,0x31201b0e,0xc032ff4f,0x6f01cfee,0xfd3f7afc,0x40350a00,0x77038e74,0x60120bf0,0x26fb9ea7,0xfe818104,0x2d05d193,0x12007fe0,0xec703400,0x506f0101,0x3301e034,0xf31fc4f6,0xbfcbf52c,0x5bf8404d,0x31701b0e,0xc032ff4f,0x7101cfed,0xfd6f81fc,0x203309d0,0x76d38d74,0x200e0c10,0x22fbaea1,0xfed18604,0x1d07d203,0x0e00ffdf,0xec503500,0x50710111,0x3301c032,0xf32fc3f6,0xefccf52c,0x5af7d04a,0x31701b0e,0xa032ff5f,0x7701bfed,0xfd6f82fc,0x10310a10,0x76c38f73,0xf00d0c50,0x20fb7e9f,0xff018b03,0xdd0ad1e3,0x0c011fdf,0xec503500,0x50720111,0x3501802e,0xf35fc1f7,0x5fcbf52c,0x5bf7e049,0x31801b0e,0xb032ff5f,0x7801bfed,0xfd5f83fc,0x20310a50,0x77739374,0xa00d0c40,0x21fb4ea7,0xff018503,0xdd0ad1e3,0x10011fdf,0xec303500,0x50720111,0x3d01a02b,0xf32fc0f7,0x4fc7f52c,0x5ff8304b,0x31b01b0e,0xb032ff5f,0x7701bfed,0xfd6f85fc,0x10310a30,0x77639374,0x700a0c10,0x1efb8eaa,0xfee17c04,0x1d0bd263,0x12018fde,0xebe03600,0x50730111,0x4101e029,0xf2efbff6,0xdfc6f53c,0x60f8004d,0x31b01b0e,0x8031ff5f,0x7701bfec,0xfd7f86fc,0x10310a30,0x77839274,0x50060c10,0x1cfbcea7,0xff017c04,0x1d0cd2c3,0x1001dfde,0xec003600,0x50710111,0x43022028,0xf2cfc1f6,0xdfc3f52c,0x60f7f04f,0x31c01a0e,0x7031ff4f,0x7601bfec,0xfd6f85fc,0x20320a60,0x78739475,0x30050c40,0x1efbfea3,0xff017c03,0xdd0bd273,0x1001bfdf,0xec503500,0x50710111,0x43020028,0xf32fc1f7,0x0fbff51c,0x64f83050,0x31f01b0e,0x8031ff4f,0x7501bfec,0xfd7f83fc,0x20320a50,0x78339675,0x30080c40,0x20fbeea2,0xff017603,0xfd0ad2a3,0x1001cfdf,0xec503500,0x50730111,0x4601d028,0xf33fc3f7,0x1fc0f55c,0x64f8504c,0x32001a0e,0x7031ff4f,0x7501bfec,0xfd8f84fc,0x30330a60,0x77439674,0x40080c30,0x1efb6ea7,0xff616d04,0x3d0ad2f3,0x0f01efdf,0xec303500,0x50730111,0x4c019025,0xf2dfc3f6,0xffc3f56c,0x61f8004b,0x31e01b0e,0x8031ff5f,0x7701bfec,0xfd6f86fc,0x30330ac0,0x77539574,0x20050c10,0x1cfaceac,0xfff17104,0x4d0cd2b3,0x1001afdf,0xec503500,0x50720111,0x4501b025,0xf2cfc1f7,0x2fc1f52c,0x61f7a04b,0x31e01b0e,0xd032ff5f,0x7a01afeb,0xfd6f85fc,0x20320ae0,0x77d39874,0x80020c10,0x1efb4ea8,0xff919403,0xfd10d223,0x12016fe1,0xecd03300,0x50720111,0x2801f02f,0xf2efc6f7,0x9fbaf4fc,0x63f7e04e,0x32001c0e,0xe033ff5f,0x7a01afeb,0xfd7f83fc,0x10300aa0,0x77d39b74,0x3ffe0c00,0x1dfbfea9,0xff11a403,0xdd12d253,0x14017fe2,0xed403100,0x50740111,0x1801d031,0xf27fc7f7,0xbfb6f4dc,0x64f81055,0x31f01b0e,0xc032ff5f,0x7801bfeb,0xfd7f84fc,0x10300a70,0x77b39973,0xfffd0bf0,0x1cfc1ea6,0xff21a503,0xcd11d283,0x10015fe3,0xed703100,0x50750111,0x1801e02e,0xf20fc4f7,0xbfb9f4bc,0x62f7d055,0x31e01b0e,0xc032ff5f,0x7901bfeb,0xfd7f85fc,0x20310a90,0x77f39574,0x80030ba0,0x1ffbcea9,0xff81a503,0xbd10d223,0x0f00ffe3,0xed903100,0x50750111,0x1702002f,0xf22fc3f8,0x0fbdf4ec,0x61f7e04e,0x32001c0e,0xd033ff5f,0x7b01afeb,0xfd7f84fc,0x10300a70,0x77f39674,0x90050b90,0x21fbbeac,0xff91a203,0xcd0fd1d3,0x1100dfe3,0xed803100,0x50740111,0x1801e033,0xf29fc7f8,0x4fbcf50c,0x62f7d04a,0x32101c0e,0xd032ff5f,0x7d01afeb,0xfd6f83fc,0x002e0a80,0x78139774,0x90020bd0,0x21fc0ea7,0xff51a303,0xdd10d213,0x0e00dfe3,0xed503100,0x50730111,0x1601e034,0xf24fc5f8,0x0fbcf4ec,0x62f7a04e,0x32101b0e,0xc032ff5f,0x7d01afeb,0xfd6f84fc,0x102e0aa0,0x78839674,0xcffe0bb0,0x1ffc3ea6,0xff51a803,0xdd12d273,0x0b010fe2,0xed503100,0x50740111,0x0f021032,0xf1dfc3f7,0xcfbef4bc,0x63f78050,0x32201b0e,0xb032ff5f,0x7e019fea,0xfd6f84fc,0x002e0ab0,0x78839774,0xcffe0ba0,0x1efc0ea9,0xff81a803,0xfd13d273,0x0d012fe2,0xed403200,0x50750111,0x11024032,0xf1efc3f7,0xefbcf4bc,0x63f79051,0x32201b0e,0xb032ff5f,0x7c01afea,0xfd7f83fc,0x002e0ab0,0x78539874,0xb0010b90,0x20fbeead,0xffa1a403,0xfd11d253,0x0f00ffe3,0xed603100,0x50730111,0x16022030,0xf22fc4f8,0x0fbcf4fc,0x63f7c050,0x32201b0e,0xa032ff5f,0x7c01afea,0xfd6f83fc,0x102e0a90,0x78539974,0xd0020ba0,0x21fc1eab,0xff91a603,0xed10d253,0x0d00ffe3,0xed703100,0x50730111,0x1401f032,0xf22fc6f8,0x0fbcf50c,0x64f7b04f,0x32301b0e,0x9032ff5f,0x7c01afea,0xfd6f83fc,0x102e0aa0,0x78739974,0xe0020bc0,0x21fc7ea9,0xff81ab03,0xdd11d2a3,0x0a012fe3,0xed703100,0x50760111,0x1002202f,0xf1efc7f8,0x2fbbf4ec,0x64f79050,0x32301b0e,0xa032ff5f,0x7c01afe9,0xfd6f82fc,0x102e0ac0,0x77f39974,0x50010b90,0x20fc9eb0,0xff61aa03,0xed10d2b3,0x0e015fe3,0xed903100,0x60780121,0x10022031,0xf21fc6f8,0x2fbbf4dc,0x62f7a051,0x32101b0e,0xb032ff5f,0x7a01afe9,0xfd7f81fc,0x002d0aa0,0x77739873,0xf0030b50,0x20fc4eb2,0xffa1a404,0x0d0dd2a3,0x11012fe3,0xeda03000,0x50760111,0x1501d033,0xf21fc6f8,0x1fbcf4ec,0x61f7d050,0x32001b0e,0xc032ff5f,0x7a01afe9,0xfd6f81fc,0x102e0a60,0x77139873,0xc0060b70,0x20fc5ead,0xffb1a304,0x0d0ed2d3,0x0d00ffe3,0xed803100,0x50730111,0x1801d030,0xf1afc6f7,0xffbef52c,0x60f7e04d,0x32001b0e,0xb032ff5f,0x7c01afe9,0xfd5f83fc,0x102e0a60,0x76639a73,0x30070ba0,0x1efc4eb0,0xffd1a804,0x0d11d2e3,0x0c014fe3,0xed703100,0x50750111,0x1601f02f,0xf1bfc8f7,0xffbcf54c,0x60f7f04c,0x32001b0e,0xa032ff5f,0x7c01afe9,0xfd6f81fc,0x20300a80,0x76839e73,0x40070b90,0x1efbfeb8,0x0021a704,0x1d10d2d3,0x10017fe3,0xed803100,0x60780121,0x1502002c,0xf1ffc9f8,0x2fb5f53c,0x63f8304e,0x32101b0e,0xb032ff5f,0x7b01afe9,0xfd5f7efc,0x30320a70,0x77139f73,0xd0070b40,0x20fbcebd,0x00319f04,0x2d0ed333,0x12018fe3,0xeda03000,0x60790121,0x1602202b,0xf19fc6f8,0x1fb5f53c,0x64f8504e,0x32301b0e,0xb032ff5f,0x7d01afe9,0xfd3f7efc,0x30310a20,0x77139d74,0x000a0b90,0x21fc2eb4,0x0011a403,0xfd0fd343,0x0a018fe4,0xedb03000,0x60790121,0x1602102b,0xf14fc4f7,0xffbbf56c,0x63f8304a,0x32401b0e,0xa032ff5f,0x7e019fe9,0xfd2f81fc,0x30310a20,0x77039d74,0x000b0c40,0x20fc5eaa,0x0011b003,0xad11d302,0xff017fe3,0xedb03000,0x60780121,0x16021029,0xf19fc3f7,0xefbaf57c,0x63f8104a,0x32401b0e,0xa032ff5f,0x7d01afe9,0xfd2f7ffc,0x40320a50,0x76e39f73,0xd0080ba0,0x22fc4eb7,0xffe1a604,0x1d0ed353,0x0c01afe3,0xed903100,0x50770111,0x1702302a,0xf1ffc6f8,0x0fb6f55c,0x64f8204b,0x32201b0e,0xb032ff5f,0x7c01afe9,0xfd2f7dfc,0x40330a70,0x76a39f73,0x90060b60,0x22fc7eba,0xffb19f04,0x3d0cd433,0x0e01efe3,0xed903100,0x50760111,0x1802002b,0xf1ffc5f7,0x7fb9f55c,0x63f8304c,0x32201b0e,0xa032ff5f,0x7d01afe9,0xfd2f80fc,0x40330a40,0x76839f73,0x50040b80,0x1ffc9eb9,0xffd1a004,0x2d0dd453,0x0c021fe4,0xedd03000,0x50770111,0x17014029,0xf1dfc2f7,0x4fbaf53c,0x62f8404e,0x32301b0e,0xb032ff5f,0x7e019fe8,0xfd2f7ffc,0x40330a20,0x76f39e73,0xa0020b60,0x20fc4ebd,0x0001a404,0x2d0dd3b3,0x0f01efe4,0xede03000,0x60780121,0x1301502a,0xf1dfc4f7,0xdfb8f4fc,0x63f83050,0x32201c0e,0xd032ff5f,0x7d01afe8,0xfd0f7cfc,0x50340a30,0x77c39d74,0x80020b40,0x23fbdebf,0x0021a804,0x2d0cd343,0x0f01afe4,0xedc03000,0x50780121,0x0f01e02c,0xf18fcaf8,0x9fb9f4ec,0x64f80050,0x32301c0e,0xd033ff5f,0x7d01afe8,0xfd0f7cfc,0x50340a30,0x77739d74,0x40040b50,0x23fbeebf,0x0031a604,0x2d0ed363,0x0d01cfe4,0xedc03000,0x60780121,0x1001902e,0xf13fc9f8,0x8fb8f52c,0x64f8104e,0x32401b0e,0xa032ff5f,0x7e019fe8,0xfd1f7bfc,0x50330a20,0x76b39c73,0x90040b10,0x1ffc2ec3,0xfff1a004,0x3d0fd393,0x11020fe4,0xede03000,0x50780121,0x1201302d,0xf13fc8f8,0x6fb6f55c,0x63f7c04d,0x32301a0e,0x6031ff5f,0x7e019fe8,0xfd1f75fc,0x40320a50,0x76939b73,0x4fff0b00,0x1dfc2ec6,0xffd1a004,0x4d0ed353,0x1201ffe4,0xede03000,0x50760111,0x1201b02f,0xf19fccf8,0x8fb3f52c,0x62f78051,0x32001a0e,0x4030ff5f,0x7d01afe8,0xfd0f72fc,0x40320a50,0x76339c72,0xd0000b70,0x1efc2ec2,0xffd1a604,0x2d0ed383,0x0b01dfe4,0xedc03000,0x50760111,0x1101e030,0xf17fcef8,0x8fb4f55c,0x61f7c050,0x3200190e,0x1030ff5f,0x7f019fe8,0xfd0f74fc,0x40310a20,0x76639d73,0x0fff0b90,0x1efc5ec1,0xffd1a604,0x1d0fd403,0x0801cfe4,0xedb03000,0x50760111,0x0f020030,0xf0efcef8,0x5fb8f56c,0x61f7b051,0x3210190d,0xe02fff6f,0x80019fe7,0xfd0f78fc,0x30310a40,0x77039b73,0x7ffb0b00,0x1dfc3ec8,0xffd19e04,0x5d0ed403,0x0f01ffe4,0xedc03000,0x50770121,0x1301d02d,0xf11fcbf8,0x3fb8f51c,0x62f76054,0x3210190d,0xf02fff5f,0x7f019fe7,0xfd0f76fc,0x40320a70,0x77339b73,0xbffc0b10,0x1efbfec9,0x00019f04,0x3d0dd463,0x0e023fe5,0xee202f00,0x60790121,0x1700d02d,0xf1cfc3f7,0xafb5f52c,0x64f79054,0x3210190e,0x0030ff5f,0x7c01afe7,0xfd0f72fc,0x50330a40,0x76539d73,0x0fff0b80,0x1efc2ec5,0x0011a604,0x1d0ed4d3,0x08026fe5,0xee202f00,0x607b0121,0x1200e030,0xf1ffbff7,0x2fb4f57c,0x63f7b052,0x3210190d,0xe02fff5f,0x7b01afe7,0xfd0f73fc,0x50330a40,0x75b39e72,0x70000b30,0x1dfc8ec9,0xffd1a304,0x4d0dd523,0x0c028fe4,0xedd03000,0x607b0121,0x0e02002f,0xf19fc0f7,0x4fb7f5ac,0x61f79050,0x3200180d,0xd02fff5f,0x7b01afe6,0xfd1f75fc,0x50330a80,0x75839d72,0x60020b10,0x1cfc3ecb,0xffd1a004,0x4d0cd463,0x0f023fe4,0xedd03000,0x50770121,0x1002402d,0xf15fc9f8,0x1fb4f5cc,0x62f7b04e,0x3200190d,0xd02fff5f,0x7c01afe6,0xfd1f70fc,0x50330a50,0x75839d72,0x70040b70,0x1dfbdec9,0x0021a304,0x1d0cd3c3,0x0901efe4,0xede03000,0x50760111,0x13022032,0xf14fcef8,0x8fb1f5dc,0x63f8104d,0x3200180d,0xd02fff5f,0x7b01afe6,0xfd1f6efc,0x503309f0,0x76939c73,0x3fff0b50,0x1efbfeca,0x0021a304,0x2d0bd413,0x09021fe4,0xedb03000,0x50770121,0x13023033,0xf14fcef8,0x4fb6f57c,0x63f7d051,0x3210190d,0xe02fff5f,0x7a01afe6,0xfd2f73fc,0x50330a10,0x77839973,0xdff80ae0,0x1efc3ecd,0x0001a104,0x4d0ad463,0x0c024fe4,0xedb03000,0x607a0121,0x1202302e,0xf12fcdf8,0x5fb9f4dc,0x63f75057,0x3200190e,0x2030ff5f,0x7a01afe5,0xfd2f72fc,0x50320a30,0x76839a73,0x2fff0b10,0x1dfc0ece,0x0031a404,0x1d0bd413,0x0a022fe4,0xede03000,0x60790121,0x1201f02f,0xf14fccf8,0xbfb4f56c,0x63f7c050,0x3200190d,0xf02fff5f,0x7b01afe5,0xfd1f6dfc,0x40310a10,0x76739b73,0x30000b10,0x1ffc0ed0,0x0051a304,0x1d0ad443,0x0b022fe4,0xedf03000,0x50780121,0x13021032,0xf14fcaf8,0xafb5f59c,0x63f7d04e,0x3200180d,0xc02fff5f,0x7c01afe5,0xfd2f6efc,0x40310a10,0x77939974,0x0ffa0ac0,0x20fc6ed2,0xfff19f04,0x3d09d4a3,0x0d025fe4,0xede03000,0x50770111,0x12021030,0xf0ffccf8,0x5fbcf52c,0x62f76053,0x3210190d,0xe02fff5f,0x7a01afe5,0xfd3f72fc,0x50320a20,0x77a39874,0x0ff90ac0,0x1ffc5ed1,0x00119e04,0x3d0ad493,0x0c024fe4,0xedd03000,0x50770111,0x1401b02f,0xf0efcef8,0x6fbbf51c,0x62f77054,0x3210190d,0xe02fff5f,0x7a01afe5,0xfd2f6ffc,0x503309f0,0x77739a73,0xcff90b00,0x1efbfed3,0x00819d04,0x1d0bd573,0x1a037fe4,0xede03000,0x50770121,0x1601a034,0xf13fcdf8,0xafb5f51c,0x64f7f056,0x3210190d,0xe02fff5f,0x7801bfe4,0xfd3f6cfc,0x603409a0 +}; + +u32 ANIM_ENTRY_dam_jump[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000000,0x40000000,0x0000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000000,0x40000000,0x0000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000000,0x40000000,0x0000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000000,0x40000000,0x0000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000000,0x40000000,0x0000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000000,0x40000000,0x0000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000000,0x40000000,0x0000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000000,0x40000000,0x0000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000000,0x40000000,0x0000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000000,0x40000000,0x0000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000000,0x40000000,0x0000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00010000,0x00005000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000001,0x40000000,0x0000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00040000,0x00011000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000001,0x40000000,0x0000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00070000,0x0001c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000001,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x000a0000,0x00027000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000001,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x000c0000,0x00033000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000001,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x000f0000,0x0003e000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000001,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00120000,0x00049000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000001,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00000000,0x00150000,0x00055000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000001,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x00180000,0x00060000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000001,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x001b0000,0x0006c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000001,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x001e0000,0x00077000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000001,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x00210000,0x00082000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000001,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x00230000,0x0008e000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fffc,0x00000001,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x00260000,0x00099000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000001,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x00290000,0x000a5000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000002,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x002c0000,0x000b0000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000002,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x002f0000,0x000bb000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000002,0x40000000,0x1000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x00320000,0x000c7000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000002,0x40000000,0x2000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x00350000,0x000d2000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000002,0x40000000,0x2000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x00370000,0x000dd000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000002,0x40000000,0x2000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x003a0000,0x000e9000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000002,0x40000000,0x2000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x003d0000,0x000f4000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000002,0x40000000,0x2000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x00400000,0x00100000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000002,0x40000000,0x2000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x00430000,0x0010b000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000002,0x40000000,0x2000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x00460000,0x00116000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000002,0x40000000,0x2000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000002,0x40000000,0x2000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000002,0x40000000,0x2000000f,0xff000000,0x00000000,0x00000000,0x00100000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000003,0x40000000,0x2000000f,0xfe000000,0x00000000,0x00000000,0x00100000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000003,0x40000000,0x2000000f,0xfe000000,0x00000000,0x00000000,0x00100000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000003,0x40000000,0x2000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000003,0x40000000,0x2000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000003,0x40000000,0x2000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000003,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000003,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000003,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000003,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000003,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffec,0x00000003,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000003,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00470000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000003,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00450000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000003,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00400000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000004,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x003c0000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000004,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00370000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000004,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00330000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000004,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x002f0000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000004,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x002a0000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000004,0x40000000,0x3000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00260000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000004,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00210000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000004,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x001d0000,0x0011c000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000004,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00200000,0x00190000,0x00113000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000004,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00300000,0x00140000,0x00102000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000004,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00300000,0x00100000,0x000f1000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000004,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00300000,0x000b0000,0x000e0000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000004,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00300000,0x00070000,0x000cf000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000005,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00300000,0x00030000,0x000be000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000005,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00300000,0x00000000,0x000ad000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000005,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00300000,0x00000000,0x0009b000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000005,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00300000,0x00000000,0x0008a000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000005,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00300000,0x00000000,0x00079000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000005,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00300000,0x00000000,0x00068000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000005,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00300000,0x00000000,0x00057000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffdc,0x00000005,0x40000000,0x4000000f,0xfe000000,0x00000000,0x00000000,0x00300000,0x00000000,0x00046000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ffcc,0x00000005,0x40000000,0x5000000f,0xfe000000,0x00000000,0x00000000,0x00700000,0x00000000,0x00035000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ff8c,0x0000000a,0x40000000,0x5000000f,0xfe000000,0x00000000,0x00000000,0x00a00000,0x00000000,0x00023000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ff2c,0x00000010,0x40000000,0x5000000f,0xfe000000,0x00000000,0x00000000,0x00e00000,0x00000000,0x00012000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000febc,0x00000017,0x40000000,0x5000000f,0xfe000000,0x00000000,0x00000000,0x01100000,0x00000000,0x00001000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fe4c,0x0000001e,0x40000000,0xd000000f,0xfb000000,0x00000000,0x00000000,0x01500000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fdcc,0x00000026,0x40000001,0x8000000f,0xf4000000,0x00000000,0x00000000,0x01900000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fd4c,0x0000002e,0x40000002,0x3000000f,0xec000000,0x00000000,0x00000000,0x01c00000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fcbc,0x00000037,0x40000002,0xe000000f,0xe4000000,0x00000000,0x00000000,0x02000000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fc2c,0x00000040,0x40000003,0x8000000f,0xdb000000,0x00000000,0x00000000,0x02300000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fb9c,0x00000049,0x40000004,0x3000000f,0xd1000000,0x00000000,0x00000000,0x02700000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fafc,0x00000053,0x40000004,0xe000000f,0xc7000000,0x00000000,0x00000000,0x02b00000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fa5c,0x0000005d,0x40000005,0x8000000f,0xbc000000,0x00000000,0x00000000,0x02e00000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f9bc,0x00000067,0x40000006,0x3000000f,0xb1000000,0x00000000,0x00000000,0x03200000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f90c,0x00000072,0x40000006,0xe000000f,0xa5000000,0x00000000,0x00000000,0x03500000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f86c,0x0000007d,0x40000007,0x9000000f,0x99000000,0x00000000,0x00000000,0x03900000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f7bc,0x00000087,0x40000008,0x3000000f,0x8d000000,0x00000000,0x00000000,0x03c00000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f70c,0x00000092,0x40000008,0xe000000f,0x81000000,0x00000000,0x00000000,0x04000000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f65c,0x0000009d,0x40000009,0x9000000f,0x74000000,0x00000000,0x00000000,0x04400000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f5ac,0x000000a8,0x4000000a,0x3000000f,0x67000000,0x00000000,0x00000000,0x04700000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f4fc,0x000000b3,0x4000000a,0xe000000f,0x5b000000,0x00000000,0x00000000,0x04b00000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f45c,0x000000be,0x4000000b,0x9000000f,0x4e000000,0x00000000,0x00000000,0x04e00000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f3ac,0x000000c9,0x4000000c,0x4000000f,0x41000000,0x00000000,0x00000000,0x05200000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f2fc,0x000000d3,0x4000000c,0xe000000f,0x35000000,0x00000000,0x00000000,0x05600000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f25c,0x000000de,0x4000000d,0x9000000f,0x29000000,0x00000000,0x00000000,0x05900000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f1bc,0x000000e8,0x4000000e,0x4000000f,0x1d000000,0x00000000,0x00000000,0x05d00000,0x00000000,0x00000000,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f11c,0x000000f2,0x4000000e,0xe000000f,0x12000000,0x00000000,0x00000000,0x06000000,0x0ffd0000,0x00000000,0x00000000,0x0c230000,0x003ed000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f06c,0x000000fd,0x4000000f,0xb000000f,0x05000000,0x00000000,0x00000000,0x06400000,0x0ffa0000,0x00000000,0x00000000,0x0c470000,0x003c8000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000efac,0x00000109,0x40000010,0x9000000e,0xf6000000,0x00000000,0x00000000,0x06700000,0x0ff70000,0x00000000,0x00000000,0x0c6b0000,0x003a3000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000eeec,0x00000115,0x40000011,0x8000000e,0xe8000000,0x00000000,0x00000000,0x06b00000,0x0ff40000,0x00000000,0x00000000,0x0c8e0000,0x0037d000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ee2c,0x00000121,0x40000012,0x6000000e,0xd9000000,0x00000000,0x00000000,0x06f00000,0x0ff10000,0x00000000,0x00000000,0x0cb20000,0x00358000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ed5c,0x0000012e,0x40000013,0x4000000e,0xca000000,0x00000000,0x00000000,0x07200000,0x0fee0000,0x00000000,0x00000000,0x0cd60000,0x00333000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ec9c,0x0000013a,0x40000014,0x3000000e,0xbb000000,0x00000000,0x00000000,0x07600000,0x0feb0000,0x00000000,0x00000000,0x0cf90000,0x0030e000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ebdc,0x00000146,0x40000015,0x1000000e,0xad000000,0x00000000,0x00000000,0x07900000,0x0fe80000,0x00000000,0x00000000,0x0d1d0000,0x002e9000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000eb1c,0x00000153,0x40000015,0xf000000e,0x9e000000,0x00000000,0x00000000,0x07d00000,0x0fe60000,0x00000000,0x00000000,0x0d410000,0x002c4000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ea4c,0x0000015f,0x40000016,0xe000000e,0x8f000000,0x00000000,0x00000000,0x08100000,0x0fe30000,0x00000000,0x00000000,0x0d640000,0x0029f000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e98c,0x0000016b,0x40000017,0xc000000e,0x80000000,0x00000000,0x00000000,0x08400000,0x0fe00000,0x00000000,0x00000000,0x0d880000,0x00279000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e8cc,0x00000178,0x40000018,0xa000000e,0x72000000,0x00000000,0x00000000,0x08800000,0x0fdd0000,0x00000000,0x00000000,0x0dac0000,0x00254000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e80c,0x00000184,0x40000019,0x9000000e,0x63000000,0x00000000,0x00000000,0x08b00000,0x0fda0000,0x00000000,0x00000000,0x0dd00000,0x0022f000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e73c,0x00000190,0x4000001a,0x7000000e,0x54000000,0x00000000,0x00000000,0x08f00000,0x0fe20000,0x00000000,0x00000000,0x0df30000,0x0020a000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e67c,0x0000019d,0x4000001b,0x5000000e,0x46000000,0x00000000,0x00000000,0x09200000,0x0fea0000,0x00000000,0x00000000,0x0e170000,0x001e5000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e5bc,0x000001a9,0x4000001c,0x3000000e,0x37000000,0x00000000,0x00000000,0x09600000,0x0ff20000,0x00000000,0x00000000,0x0e3b0000,0x001c0000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e4fc,0x000001b5,0x4000001d,0x2000000e,0x28000000,0x00000000,0x00000000,0x09a00000,0x0ffa0000,0x00000000,0x00000000,0x0e5e0000,0x0019b000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e42c,0x000001c1,0x4000001e,0x0000000e,0x19000000,0x00000000,0x00000000,0x09d00000,0x00020000,0x00000000,0x00000000,0x0e820000,0x00175000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e36c,0x000001ce,0x4000001e,0xe000000e,0x0b000000,0x00000000,0x00000000,0x0a100000,0x000a0000,0x00000000,0x00000000,0x0ea60000,0x00150000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e2ac,0x000001da,0x4000001f,0xd000000d,0xfc000000,0x00000000,0x00000000,0x0a400000,0x00130000,0x00000000,0x00000000,0x0ec90000,0x0012b000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e1ec,0x000001e6,0x40000020,0xb000000d,0xed000000,0x00000000,0x00000000,0x0a800000,0x001b0000,0x00000000,0x00000000,0x0eed0000,0x00106000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e11c,0x000001f3,0x40000021,0x9000000d,0xdf000000,0x00000000,0x00000000,0x0ac00000,0x00230000,0x00000000,0x00000000,0x0f110000,0x000e1000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e05c,0x000001ff,0x40000022,0x8000000d,0xd0000000,0x00000000,0x00000000,0x0af00000,0x002b0000,0x00000000,0x00000000,0x0f350000,0x000bc000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000df9c,0x0000020b,0x40000023,0x6000000d,0xc1000000,0x00000000,0x00000000,0x0b300000,0x00330000,0x00000000,0x00000000,0x0f580000,0x00096000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000dedc,0x00000218,0x40000024,0x4000000d,0xb2000000,0x00000000,0x00000000,0x0b600000,0x003b0000,0x00000000,0x00000000,0x0f7c0000,0x00071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000de0c,0x00000224,0x40000025,0x3000000d,0xa4000000,0x00000000,0x00000000,0x0ba00000,0x00430000,0x00000000,0x00000000,0x0f8e0000,0x00071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000dd4c,0x00000230,0x40000026,0x1000000d,0x95000000,0x00000000,0x00000000,0x0bd00000,0x004b0000,0x00000000,0x00000000,0x0f8e0000,0x00071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000dc8c,0x0000023c,0x40000026,0xf000000d,0x87000000,0x00000000,0x00000000,0x0c100000,0x00530000,0x00000000,0x00000000,0x0f8e0000,0x00071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000dbcc,0x00000248,0x40000027,0xd000000d,0x78000000,0x00000000,0x00000000,0x0c500000,0x005b0000,0x00000000,0x00000000,0x0f8e0000,0x00071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000db0c,0x00000254,0x40000028,0xb000000d,0x69000000,0x00000000,0x00000000,0x0c800000,0x00630000,0x00000000,0x00000000,0x0f8e0000,0x00071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000da4c,0x00000260,0x40000029,0xa000000d,0x5b000000,0x00000000,0x00000000,0x0cc00000,0x006b0000,0x00000000,0x00000000,0x0f8e0000,0x00071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000d98c,0x0000026c,0x4000002a,0x8000000d,0x4c000000,0x00000000,0x00000000,0x0cf00000,0x00740000,0x00000000,0x00000000,0x0f8e0000,0x00071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000d8cc,0x00000279,0x4000002b,0x6000000d,0x3e000000,0x00000000,0x00000000,0x0d300000,0x007c0000,0x00000000,0x00000000,0x0f8e0000,0x00071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000d80c,0x00000285,0x4000002c,0x4000000d,0x2f000000,0x00000000,0x00000000,0x0d700000,0x00840000,0x00000000,0x00000000,0x0f8e0000,0x00071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000d74c,0x00000291,0x4000002d,0x2000000d,0x20000000,0x00000000,0x00000000,0x0da00000,0x008c0000,0x00000000,0x00000000,0x0f8e0000,0x00071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000d68c,0x0000029d,0x4000002e,0x1000000d,0x12000000,0x00000000,0x00000000,0x0de00000,0x00940000,0x00000000,0x00000000,0x0f8e0000,0x00071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000d5cc,0x000002a9,0x4000002e,0xf000000d,0x03000000,0x00000000,0x00000000,0x0e100000,0x009c0000,0x00000000,0x00000000,0x0f8e0000,0x00071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000d50c,0x000002b5,0x4000002f,0xd000000c,0xf5000000,0x00000000,0x00000000,0x0e300000,0x00a00000,0x00000000,0x00000000,0x0f8e0000,0x00071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000d49c,0x000002bb,0x40000030,0x4000000c,0xed000000,0x00000000,0x00000000,0x0e400000,0x00990000,0x00fe8000,0x00000000,0x6f8e000f,0xf9071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000d7dc,0x00000288,0x4000002d,0x5000000d,0x20000000,0x03a00000,0x0fbc0000,0x0e500000,0x00930000,0x00fd1000,0x00000000,0xdf8e000f,0xf2071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000db2c,0x00000255,0x4000002a,0x6000000d,0x52000000,0x07500000,0x0f790000,0x0e600000,0x008c0000,0x00fba000,0x00000001,0x3f8e000f,0xeb071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000de6c,0x00000222,0x40000027,0x7000000d,0x84000000,0x0b000000,0x0f360000,0x0e700000,0x00860000,0x00fa3000,0x00000001,0xaf8e000f,0xe4071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e1ac,0x000001ef,0x40000024,0x8000000d,0xb6000000,0x0eb00000,0x0ef30000,0x0e800000,0x007f0000,0x00f8c000,0x00000002,0x0f8e000f,0xdd071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000e89c,0x0000017d,0x4000001b,0x9000000e,0x49000000,0x12600000,0x0eaf0000,0x0e800000,0x00780000,0x00f75000,0x00000002,0x7f8e000f,0xd6071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f34c,0x000000cd,0x4000000c,0xc000000f,0x3b000000,0x16100000,0x0e6c0000,0x0e900000,0x00720000,0x00f5e000,0x00000002,0xdf8e000f,0xcf071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f8dc,0x00000071,0x40000006,0x8000000f,0xa2000000,0x19c00000,0x0e290000,0x0ea00000,0x006b0000,0x00f47000,0x00000003,0x4f8e000f,0xc8071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f94c,0x00000068,0x40000008,0xc000000f,0x7f000000,0x1d600000,0x0de60000,0x0eb00000,0x00650000,0x00f2f000,0x00000003,0xaf8e000f,0xc1071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f9bc,0x00000060,0x4000000b,0x2000000f,0x5c000000,0x21100000,0x0da20000,0x0ec00000,0x005e0000,0x00f18000,0x00000004,0x1f8e000f,0xba071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fa2c,0x00000057,0x4000000d,0x8000000f,0x39000000,0x24c00000,0x0d5f0000,0x0ed00000,0x00570000,0x00f01000,0x00000004,0x7f8e000f,0xb3071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fa9c,0x0000004e,0x4000000f,0xd000000f,0x16000000,0x28700000,0x0d1c0000,0x0ee00000,0x00510000,0x00eea000,0x00000004,0xef8e000f,0xac071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fb3c,0x00000045,0x40000019,0xf000000e,0x4e000000,0x2b600000,0x0d4f0000,0x0f900000,0x004a0000,0x00ed3000,0x00000005,0x4f8e000f,0xa6071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fbcc,0x0000003c,0x40000018,0x1000000e,0x6d000000,0x2b800000,0x0d500000,0x11000000,0x00440000,0x00ebc000,0x00000005,0xbf8e000f,0x9f071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fc6c,0x00000033,0x40000016,0x3000000e,0x8b000000,0x2ba00000,0x0d510000,0x12600000,0x003d0000,0x00ea5000,0x00000006,0x1f8e000f,0x98071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fd0c,0x0000002b,0x40000014,0x6000000e,0xaa000000,0x2bc00000,0x0d520000,0x13c00000,0x00360000,0x00e8d000,0x00000006,0x8f8e000f,0x91071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fdac,0x00000022,0x40000012,0x8000000e,0xc8000000,0x2bf00000,0x0d530000,0x15200000,0x00300000,0x00e76000,0x00000006,0xef8e000f,0x8a071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fe4c,0x00000019,0x40000010,0xa000000e,0xe7000000,0x2c100000,0x0d540000,0x16800000,0x00290000,0x00e5f000,0x00000007,0x5f8e000f,0x83071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fedc,0x00000010,0x4000000e,0xc000000f,0x05000000,0x2c300000,0x0d550000,0x17f00000,0x00230000,0x00e48000,0x00000007,0xbf8e000f,0x7c071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ff7c,0x00000007,0x4000000c,0xe000000f,0x24000000,0x2c600000,0x0d560000,0x19500000,0x001c0000,0x00e31000,0x00000008,0x2f8e000f,0x75071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000001c,0x00000ffe,0x4000000b,0x1000000f,0x43000000,0x2c800000,0x0d560000,0x1ab00000,0x00150000,0x00e1a000,0x00000008,0x8f8e000f,0x6e071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000000bc,0x00000ff5,0x40000009,0x3000000f,0x61000000,0x2ca00000,0x0d570000,0x1c100000,0x000f0000,0x00e03000,0x00000008,0xff8e000f,0x67071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000015c,0x00000fec,0x40000007,0x5000000f,0x80000000,0x2cc00000,0x0d580000,0x1d700000,0x00080000,0x00dec000,0x00000009,0x5f8e000f,0x60071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000001ec,0x00000fe3,0x40000005,0x7000000f,0x9e000000,0x2cf00000,0x0d590000,0x1ee00000,0x00020000,0x00dd4000,0x00000009,0xcf8e000f,0x59071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000028c,0x00000fda,0x40000003,0xa000000f,0xbd000000,0x2d100000,0x0d5a0000,0x20800000,0x0ffe0000,0x00dc9000,0x00000009,0xff8e000f,0x56071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000002dc,0x00000fd5,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x22600000,0x0ffe0000,0x00dc9000,0x00000009,0xff8e000f,0x56071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000002dc,0x00000fd5,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x24400000,0x0ffe0000,0x00dc9000,0x00000009,0xff8e000f,0x56071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000002dc,0x00000fd5,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x26200000,0x0ffe0000,0x00dc9000,0x00000009,0xff8e000f,0x56071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000002dc,0x00000fd5,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x28100000,0x0ffe0000,0x00dc9000,0x00000009,0xff8e000f,0x56071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000002dc,0x00000fd5,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x29f00000,0x0ffe0000,0x00dc9000,0x00000009,0xff8e000f,0x56071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000002dc,0x00000fd5,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x2bd00000,0x0ffe0000,0x00dc9000,0x00000009,0xff8e000f,0x56071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000002dc,0x00000fd5,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x2db00000,0x0ffe0000,0x00dc9000,0x00000009,0xff8e000f,0x56071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000002dc,0x00000fd5,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x2f900000,0x0ffe0000,0x00dc9000,0x00000009,0xff8e000f,0x56071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000002dc,0x00000fd5,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x31800000,0x0ffe0000,0x00dc9000,0x00000009,0xff8e000f,0x56071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000002dc,0x00000fd5,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x33600000,0x0ffe0000,0x00dc9000,0x00000009,0xff8e000f,0x56071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000002dc,0x00000fd5,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x35400000,0x0ffe0000,0x00dc9000,0x00000009,0xff8e000f,0x56071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000002dc,0x00000fd5,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x37200000,0x0ffe0000,0x00dc9000,0x00000009,0xff8e000f,0x56071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000002dc,0x00000fd5,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x38d00000,0x0ffe0000,0x00dc9000,0x0000000a,0xaf8e000f,0x4b071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000032c,0x00ffffd1,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x3a400000,0x0ffe0000,0x00dc9000,0x0000000c,0x1f8e000f,0x34071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000003dc,0x00ffffc7,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x3bc00000,0x0ffe0000,0x00dc9000,0x0000000d,0x8f8e000f,0x1e071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000047c,0x00ffffbd,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x3d300000,0x0ffe0000,0x00dc9000,0x0000000e,0xef8e000f,0x07071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000051c,0x00ffffb3,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x3ea00000,0x0ffe0000,0x00dc9000,0x00000010,0x5f8e000e,0xf1071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000005cc,0x00ffffaa,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x40200000,0x0ffe0000,0x00dc9000,0x00000011,0xcf8e000e,0xda071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000066c,0x00ffffa0,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x41900000,0x0ffe0000,0x00dc9000,0x00000013,0x3f8e000e,0xc4071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000070c,0x00ffff96,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x43000000,0x0ffe0000,0x00dc9000,0x00000014,0x9f8e000e,0xad071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000007ac,0x00ffff8d,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x44700000,0x0ffe0000,0x00dc9000,0x00000016,0x0f8e000e,0x97071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000085c,0x00ffff83,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x45f00000,0x0ffe0000,0x00dc9000,0x00000017,0x7f8e000e,0x80071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000008fc,0x00ffff79,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x47600000,0x0ffe0000,0x00dc9000,0x00000018,0xef8e000e,0x6a071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000099c,0x00ffff6f,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x48d00000,0x0ffe0000,0x00dc9000,0x0000001a,0x5f8e000e,0x53071000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000a4c,0x00ffff66,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x49e00000,0x0ffe0000,0x00dc9000,0x0000001b,0xbf8e000e,0x3d071000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000aec,0x00ffef5c,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x4a800000,0x0ffe0000,0x00dc9000,0x0000001d,0x3f8e000e,0x26071000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000bac,0x00ffef50,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x4b200000,0x0ffe0000,0x00dc9000,0x0000001e,0xbf8e000e,0x0e071000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000c7c,0x00ffef43,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x4bc00000,0x0ffe0000,0x00dc9000,0x00000020,0x4f8e000d,0xf6071000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000d4c,0x00ffef35,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x4c600000,0x0ffe0000,0x00dc9000,0x00000021,0xcf8e000d,0xdf071000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e1c,0x00ffef27,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x4d000000,0x0ffe0000,0x00dc9000,0x00000023,0x5f8e000d,0xc7071000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000eec,0x00ffef1a,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x4da00000,0x0ffe0000,0x00dc9000,0x00000024,0xdf8e000d,0xb0071000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000fbc,0x00ffef0c,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x4e400000,0x0ffe0000,0x00dc9000,0x00000026,0x5f8e000d,0x98071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000108c,0x00ffeefe,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x4ee00000,0x0ffe0000,0x00dc9000,0x00000027,0xef8e000d,0x80071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000115c,0x00ffeef1,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x4f800000,0x0ffe0000,0x00dc9000,0x00000029,0x6f8e000d,0x69071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000122c,0x00ffeee3,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x50200000,0x0ffe0000,0x00dc9000,0x0000002a,0xff8e000d,0x51071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000012fc,0x00ffeed5,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x50c00000,0x0ffe0000,0x00dc9000,0x0000002c,0x7f8e000d,0x39071000,0x00000000,0x00000000,0x00000000,0x00000000,0x000013cc,0x00ffeec8,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x51600000,0x0ffe0000,0x00dc9000,0x0000002e,0x0f8e000d,0x22071000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000149c,0x00ffeeba,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x52800000,0x00050000,0x00dbd000,0x0000002a,0x9f4e000d,0x3d091000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000145c,0x00ffeebe,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x53a00000,0x000c0000,0x00db1000,0x00000027,0x2f0e000d,0x580b1000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000141c,0x00ffeec2,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x54c00000,0x00130000,0x00da5000,0x00000023,0xcecf000d,0x740d1000,0x00000000,0x00000000,0x00000000,0x00000000,0x000013dc,0x00ffeec6,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x55d00000,0x00190000,0x00d99000,0x00000020,0x5e8f000d,0x8f0f1000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000139c,0x00ffeecb,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x56f00000,0x00200000,0x00d8d000,0x0000001c,0xfe4f000d,0xaa111000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000135c,0x00ffeecf,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x58100000,0x00270000,0x00d81000,0x00000019,0x8e0f000d,0xc6130000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000131c,0x00ffeed3,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x59300000,0x002e0000,0x00d75000,0x00000016,0x1dd0000d,0xe1150000,0x00000000,0x00000000,0x00000000,0x00000000,0x000012cc,0x00ffeed7,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x5a400000,0x00340000,0x00d69000,0x00000012,0xbd90000d,0xfc170000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000128c,0x00ffeedb,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x5b600000,0x003b0000,0x00d5d000,0x0000000f,0x4d50000e,0x17190000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000124c,0x00ffeedf,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x5c800000,0x00420000,0x00d51000,0x0000000b,0xed11000e,0x331b0000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000120c,0x00ffeee3,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x5da00000,0x00480000,0x00d45000,0x00000008,0x7cd1000e,0x4e1d0000,0x00000000,0x00000000,0x00000000,0x00000000,0x000011cc,0x00ffeee7,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x5eb00000,0x004f0000,0x00d39000,0x00000005,0x0c91000e,0x691f0000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000118c,0x00ffeeeb,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x5fd00000,0x00560000,0x00d2d000,0x00000003,0x5c71000e,0x8520f000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000114c,0x00ffeeef,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x60f00000,0x005d0000,0x00d21000,0x00000003,0x5c71000e,0xa022f000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000110c,0x00ffeef3,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x62100000,0x00630000,0x00d15000,0x00000003,0x5c71000e,0xbb24f000,0x00000000,0x00000000,0x00000000,0x00000000,0x000010bc,0x00ffeef8,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x63200000,0x006a0000,0x00d09000,0x00000003,0x5c71000e,0xd726f000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000107c,0x00ffeefc,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x64400000,0x00710000,0x00cfd000,0x00000003,0x5c71000e,0xf228f000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000103c,0x00ffef00,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x65600000,0x00780000,0x00cf1000,0x00000003,0x5c71000f,0x0d2af000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000ffc,0x00ffef04,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x66800000,0x007e0000,0x00ce5000,0x00000003,0x5c71000f,0x282cf000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000fbc,0x00ffef08,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x67900000,0x00850000,0x00cda000,0x00000003,0x5c71000f,0x442ee000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000f7c,0x00ffef0c,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x68b00000,0x008c0000,0x00cce000,0x00000003,0x5c71000f,0x5f30e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000f3c,0x00ffef10,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x69d00000,0x00930000,0x00cc2000,0x00000003,0x5c71000f,0x7a32e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000eec,0x00ffef14,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6af00000,0x00990000,0x00cb6000,0x00000003,0x5c71000f,0x9634e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000eac,0x00ffef18,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6c000000,0x00a00000,0x00caa000,0x00000003,0x5c71000f,0xb136e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e6c,0x00ffef1c,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000,0x6d200000,0x00a70000,0x00c9e000,0x00000003,0x5c71000f,0xcc38e000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000e2c,0x00ffef21,0x40000002,0xb000000f,0xcc000000,0x2d200000,0x0d5b0000 +}; + +u32 ANIM_ENTRY_surface_vent_jump[] = +{ + 0x002f9bff,0xcff10e9f,0xf9fed00c,0x0019577d,0x84d4a5f7,0x9eabeda8,0xca52466d,0xd3116b0a,0x20fd90dd,0xdcbf5402,0x0eb2019c,0x0b06a009,0x3f100909,0x4019ffcf,0xb700cffc,0xf56fd7fb,0x804400e0,0x003f9cff,0xcff10e5f,0xf9fed00e,0x0029527d,0x54d4a627,0x9babed9e,0xca42506d,0xe3106b1a,0x20fda0d9,0xdccf5601,0xfeb6018c,0x0b06b00b,0x3f100909,0x4019ffcf,0xb500cffc,0xf58fd9fb,0x804500c0,0x004f9fff,0xdfef0e3f,0xf8ff1012,0x0019527d,0x54d5a637,0x9cabeda3,0xca524b6d,0xe3116b1a,0x1ffdd0da,0xdccf5701,0xdeb8017c,0x0a06800c,0x3f100909,0x4019ffcf,0xb500cffc,0xf58fdafb,0x804600c0,0x004f9eff,0xcfef0e4f,0xf9feb011,0x0029527d,0x84d4a637,0x9babedaf,0xca72406d,0xe3106b1a,0x1ffdd0d5,0xdcaf5601,0xfeb5017c,0x0b06a00b,0x3f200909,0x4019ffcf,0xb600cffc,0xf57fd8fb,0x804600c0,0x003f9fff,0xdff00e2f,0xf8fe900f,0x00394f7d,0x64d4a627,0x9babdda7,0xca52476d,0xf30f6b2a,0x21fd90d2,0xdcaf5902,0x1eb8016c,0x0b06800b,0x3f100a09,0x5019ffcf,0xb500cffc,0xf58fd8fb,0x804500b0,0x002fa0ff,0xdff10e3f,0xf8feb00f,0x0029517d,0x64d5a627,0x9dabddac,0xca62436d,0xf3106b2a,0x1cfd30d9,0xdcaf5a01,0xfeb8017c,0x0a06800a,0x3f000a09,0x5019ffcf,0xb600cffc,0xf58fd8fb,0x804500b0,0x001fa0ff,0xdff30e5f,0xf8fec00f,0x0009517d,0x84d4a617,0x9babedad,0xca72416d,0xe3106b1a,0x18fcf0d8,0xdcaf5b01,0xceb7018c,0x0b06a00a,0x3f100a09,0x6019ffcf,0xb500cffc,0xf57fd7fb,0x804600a0,0x001fa1ff,0xeff20e4f,0xf7fed00f,0x00394f7d,0x64d4a617,0x9cabeda9,0xca62466d,0xf3106b2a,0x1afcf0d5,0xdcaf5a01,0xbeb9018c,0x0a068009,0x3f000a09,0x6019ffcf,0xb500cffc,0xf57fd8fb,0x804500a0,0x001fa1ff,0xeff20e6f,0xf7fed00e,0x0039517d,0x64d4a607,0x9eabeda8,0xca62466d,0xf3106b2a,0x18fce0d7,0xdcbf5b01,0x9eba019c,0x09068008,0x3f000a09,0x5019ffcf,0xb600cffc,0xf56fd9fb,0x904700b0,0x001fa2ff,0xeff20e6f,0xf7fed00d,0x0019527d,0x64d4a5f7,0x9dabdda6,0xca52486d,0xf3106b2a,0x19fce0d8,0xdc9f5c01,0xbebc018c,0x09068009,0x3ef00a09,0x5019ffcf,0xb500cffc,0xf56fdafb,0x904900d0,0x002fa2ff,0xdff10e4f,0xf7fed010,0x0039507d,0x54d4a617,0x9dabddab,0xca62446d,0xf3106b1a,0x1afcd0d8,0xdc9f5a01,0xaebd016c,0x0a065008,0x3f000a09,0x7019ffcf,0xb500cffc,0xf53fdbfb,0x90490100,0x003fa1ff,0xbff20e2f,0xfaff3018,0x00394f7d,0x64d3a637,0x9babedad,0xca72416d,0xe3106b1a,0x19fcb0df,0xdcbf5b01,0x6ec0012c,0x0c05f008,0x3f100b09,0xd01bffcf,0xb600cffc,0xf4ffdefb,0x904a0150,0x004fa4ff,0xaff30e4f,0xfaffa018,0x0059547d,0x74d4a627,0x9babcda7,0xca62476e,0x230e6b5a,0x1efce0dd,0xdcbf5c01,0x1ec600ac,0x0e05a00a,0x3f100c0a,0x901dffcf,0xb400cffd,0xf4afe2fb,0xa04e01a0,0x005fa4ff,0x8ff60e6f,0xfcff2013,0x0089577d,0xa4d5a5f7,0x9dabcda6,0xca52486e,0x030f6b3a,0x23fd30d7,0xdcdf5d00,0xeec8003c,0x1205400a,0x3f300d0b,0x501fffcf,0xb400cffd,0xf43fe5fb,0xa04f0200,0x005fa2ff,0x5ffc0e40,0x00fe2012,0x0079567d,0xc4d6a567,0xa0abfda5,0xca52496d,0x53146a8a,0x22fd50d8,0xdd4f6501,0x8eccffcc,0x1605200c,0x3f500f0c,0x4022ffcf,0xb100dffd,0xf39febfb,0xb0500250,0x005fa0ff,0x10030e10,0x05fd900f,0x0039557e,0x04d8a5c7,0x99abbdb6,0xca92386d,0xe3106b0a,0x1bfd20ce,0xdd0f5f01,0xbeccff3c,0x1c05f013,0x3fa0120d,0x6025ffbf,0xa200fffd,0xf2cfedfb,0xd05901b0,0x002f9dfe,0x90110e10,0x0efd8013,0x0049637e,0xc4dea567,0x96abbde0,0xcb32106d,0xc3116afa,0x0bfce0cd,0xdd1f5e02,0x5ecafecc,0x2707901f,0x4050150e,0xa029ff8f,0x87014ffe,0xf1cfedfc,0x00660050,0x004f9bfe,0x401a0e10,0x12fcd016,0x00b9807f,0xe4eda447,0x9eabedfa,0xcba1f76c,0xf3166a29,0xf4fd60e2,0xdddf6803,0x8ec8fe0c,0x30080037,0x40d0180f,0xf02dff5f,0x6101bffe,0xf0efecfc,0x3071ffe0,0x00bf94fe,0x201e0e50,0x10fce01b,0x00999480,0xb4f7a3a7,0xa0abde00,0xcbb1f16c,0xe3166a19,0xe8fe10f5,0xde2f6704,0x4ec3fd3c,0x3307d056,0x40f01a10,0xf030feff,0x34022ffe,0xf00feefc,0x70820080,0x00ff8dfe,0x402a0e30,0x0dfc6027,0x00699080,0xc4f4a347,0x9aabbdf3,0xcb71fe6d,0x03156a39,0xfafdf0f9,0xde2f6605,0x3ebefc5c,0x34077078,0x40c01e12,0x3034fe7e,0xfb02dfff,0xef1ff1fc,0xd0990190,0x018f86fe,0xb0340dd0,0x01fb4037,0x00797980,0x74eca357,0x94abcdd9,0xcb22176d,0x33146a5a,0x18fd40ee,0xde2f6304,0xdeb6fabc,0x3206e0a8,0x40102414,0x003afdae,0xb603bfff,0xee0ff4fd,0x30b10310,0x020f7dff,0x30450d8f,0xf6f96048,0x00496d80,0xb4eca347,0x89ac0dc3,0xcad22c6d,0x43136a7a,0x1dfd00e5,0xde7f6003,0xfeaef8ec,0x3006a0d6,0x3f802c16,0x6042fcbe,0x73049000,0xecbff9fd,0x70c203d0,0x01ff76ff,0x60640d6f,0xf5f74055,0xffb96a81,0x64efa2b7,0x80ac1db2,0xca923c6d,0x53136a8a,0x1bfd30e2,0xdf5f6903,0x8ea8f77c,0x3506e0f6,0x3f903719,0x504dfbce,0x3b057001,0xeb5ffefd,0xa0ce0380,0x01df6fff,0x40870d7f,0xfbf62055,0xfef95c82,0x24eba1e7,0x7bac3da4,0xca524b6d,0x43146a6a,0x1ffd30d3,0xe03f6903,0x5e9bf64c,0x4307510e,0x4040441c,0x5059fade,0x0a065001,0xea2002fd,0xf0e003e0,0x01af6dff,0x50b10d0f,0xfff4604c,0xfe394c83,0x14e4a127,0x74ac4db1,0xca723e6d,0x73116aaa,0x21fc80c3,0xe07f6a03,0x7e99f51c,0x4c07511f,0x40d0541f,0x6067f9ed,0xe1072002,0xe9000bfe,0x10ea0420,0x013f69ff,0xe0e30c9f,0xfcf22053,0xfd094584,0x14e2a057,0x69abedb6,0xca82396e,0x53096b7a,0x20fc20c7,0xe0bf6a03,0xbe9df3dc,0x4607512e,0x40d06622,0x9077f90d,0xbf07f002,0xe7e01dfe,0x40f20310,0x017f6600,0x110a0c4f,0xfeef705f,0xfc194684,0xc4ea9f57,0x62abdd8f,0xca025f6e,0xe3046bfa,0x1bfc80d2,0xe15f6604,0x5e99f1fc,0x4c07f144,0x41307e25,0xe08cf7bd,0x95091003,0xe6e02bff,0x21250290,0x025f6cff,0x91250b40,0x05ecc06a,0xfae94485,0x34f39eb7,0x55ac2d68,0xc9a2856e,0x83076baa,0x19fd00ce,0xe1bf6704,0x6e93ef8c,0x6008a163,0x42209f29,0x70a9f5fd,0x680aa004,0xe5a03200,0x01540280,0x036f72fe,0xf13d0a50,0x10ec8097,0xf7e93e85,0xc4fb9e57,0x45ac0d52,0xc9629a6e,0x43096b5a,0x1cfd20c3,0xe1bf6904,0x2e8bed4c,0x7709e182,0x43b0c72c,0xb0cdf44d,0x440c3005,0xe4503900,0x415f0180,0x044f74fe,0x415409e0,0x21ead0a8,0xf5694286,0x65039db7,0x39abcd4d,0xc9529f6e,0x030a6b1a,0x13fd70c9,0xe18f6b04,0x0e7cebac,0x910b519b,0x4570f32f,0x60f6f27d,0x240dd005,0xe2e03c00,0x71690080,0x04cf70fd,0x616c09b0,0x37e82097,0xf4494587,0x05089d67,0x2cabad5b,0xc972916d,0x43106a5a,0x0cfe10c7,0xe18f6603,0xde6ceafc,0xae0d41a5,0x47a12731,0xc127f09d,0x090f9006,0xe1c03f00,0xa172ff70,0x04ff66fc,0xb17d0960,0x4ce5207f,0xf4c94687,0x95099da7,0x1fab8d7f,0xc9c26f6c,0x8316699a,0x04fec0c6,0xe17f6303,0xfe61eb0c,0xc20f41a0,0x49716033,0xa15deecc,0xf3114006,0xe1a04b01,0x1185fed0,0x04bf62fc,0x51840840,0x5ae43083,0xf4c94087,0x45079e97,0x14ab5d90,0xc9f25e6b,0xf31a6919,0xfefef0cb,0xe1af6304,0x1e5eeb3c,0xcc0f618e,0x4991bb35,0xc1b4ed8c,0xe5127006,0xe2605a01,0x8199ff20,0x046f63fc,0x617e0790,0x61e58093,0xf4593986,0xa5039f77,0x0dab3d80,0xc9c26e6b,0xb31c68d9,0xfeff10cf,0xe1cf6804,0x4e58eacc,0xd80e4174,0x48828638,0x327bed6c,0xe4128004,0xe5205b01,0xd1a7ffe0,0x03ef62fc,0xe1720850,0x63e73094,0xf4b93d86,0x74fe9f37,0x0eab0d7d,0xc9c2716b,0xa31c68ba,0x04feb0d0,0xe18f6d04,0x9e47ea4c,0xe60d1150,0x46f3aa39,0x739bee9c,0xf0117002,0xe8e04d01,0xf1ad00a0,0x035f63fd,0xb1610940,0x5de8f08b,0xf5894286,0x84f49f17,0x15aafda2,0xca324d6b,0x531f686a,0x08fe10cc,0xe13f6f04,0x5e2fea1c,0xee0b9122,0x44e41539,0x8404f0cd,0x0a0f6001,0xea805302,0x31b601c0,0x033f6bfe,0xb13f0a20,0x50ebf07d,0xf6c94986,0x74ec9f47,0x23ab2dd5,0xcad21b6a,0xe322681a,0x07fdf0ca,0xe10f6c03,0x4e14e9bc,0xf709b0f5,0x42439139,0x6382f36d,0x310cf000,0xec404d02,0x11b202f0,0x036f73ff,0x61150b70,0x40f0106e,0xf8b95b86,0xe4f19f57,0x36ab8e22,0xcc11d16a,0xb32567ea,0x01ff20c2,0xe0bf6303,0x5df7e97d,0x0c0840d8,0x4042b938,0x92adf4ad,0x460bdfff,0xeef01d00,0xf1810370,0x033f7600,0x20f90ca0,0x2ff3e06d,0xf9f96d88,0x14fb9f57,0x3eab8e66,0xcda1916a,0x732767a9,0xf6ff50be,0xe04f6204,0x5deee9dd,0x0e0780da,0x3eb1f636,0xc1eef2fd,0x260d5ffe,0xf04fe0fe,0xa1090320,0x023f7900,0xd0f30d10,0x28f5f074,0xf9d97889,0x34ff9f67,0x3baace8b,0xcec16d6a,0xb32667f9,0xe3fe90d1,0xdfff6a05,0x1dfeea9c,0xfb0790f5,0x3db17134,0x316ded5c,0xda12affe,0xf0dfb9fc,0xb09103b0,0x00ff7a01,0x10fa0d70,0x2ef67063,0xf959848a,0x15049f17,0x39a98e99,0xcf21606b,0xe31e6919,0xd8fda0d7,0xe00f6c05,0x0e13eb9c,0xe807b115,0x3d711d31,0x711ddf4c,0x89203ffd,0xf3afb1fc,0x206e0520,0xff9f7100,0xb1080e50,0x3df5e050,0xf8e98e8b,0x750b9ec7,0x38a83eb2,0xcfd1496c,0xc31869f9,0xd1fd20d6,0xe15f6e03,0x8e1ded2c,0xe1087131,0x3ea0e02e,0x40e4c00c,0x623f0ffb,0xf8cfb8fc,0x30730560,0xfe0f7100,0x91170e60,0x49f51041,0xf869978d,0x25119cc7,0x30a75ed9,0xd151256c,0xf3176a29,0xc0fc70d4,0xe26f7d04,0x1e34eecc,0xcf085148,0x3fa0a82a,0x20b1a78c,0x75573ff9,0xfeafc1fc,0x40750510,0xfc5f8600,0x91260da0,0x53f51031,0xf7e99690,0x050498c7,0x25a6fef8,0xd2e1096c,0xf3166a29,0xb6fbc0d0,0xe26f8a05,0xce66f06c,0xac066154,0x3f407824,0xf086a64c,0x78586ff7,0x03ffcbfb,0xf0640420,0xfb4f9e00,0x012c0d70,0x67f53018,0xf7599493,0xa4dd9497,0x2aa6cf0f,0xd450f46d,0x33146a69,0xb3fb00d7,0xe2af9005,0xee9ff1cc,0x93042153,0x3eb0541f,0x9066c1bc,0x653d5ff5,0x073fd1fb,0xa04d0300,0xfaffafff,0x311f0d20,0x7cf4d011,0xf7098c96,0x04b29107,0x2ea6af1d,0xd540e76d,0x43136a69,0xaff970e5,0xe2af9d05,0x3ecaf33c,0x8602a142,0x3e103719,0xb04ce91c,0xbc16aff5,0x07ffdafb,0x202c02b0,0xfb4fbcfe,0xd0fe0ca0,0x7ff54017,0xf6f97597,0x54998e57,0x21a67f19,0xd510eb6c,0xd31769f9,0xb0f8a0d8,0xe2afac04,0xfeddf4ec,0x7b027126,0x3d602013,0x2035f6ad,0x740a0ff5,0x07bfe1fa,0x5ff20230,0xfc3fc1fe,0xe0cf0cd0,0x73f62016,0xf7896298,0x24918c07,0x05a67f09,0xd400fa6c,0x631a6999,0xa3f840d6,0xe36fb905,0x1ed5f62c,0x7504510a,0x3cf0110d,0xb024fbde,0x39056ff5,0x082fd0f9,0xafc30160,0xfc7fbbff,0x20b10e10,0x64f64010,0xf8d95299,0x449088e6,0xdca66ee6,0xd2211a6d,0x73136a99,0xa5fa50d9,0xe42fc105,0xdeb2f67c,0x7f0900f0,0x3cd0100d,0x1022fdee,0xc1036ff5,0x094fa8f8,0xff96ffc0,0xfc7fbbff,0x20b10e10,0x64f64010,0xf8d94b9b,0xe46f8586,0xc1a6aee6,0xd2211a6b,0xb32668c9,0xa5fa50d9,0xe43fc005,0xceb2f67c,0x7f0900f0,0x3cd0100d,0x1022fdee,0xc1036ff5,0x094fa8f8,0xff96ffc0,0xfc7fbbff,0x20b10e10,0x64f64010,0xf8e94c9e,0x64498236,0xa6a6dee5,0xd2111a66,0x035362d9,0xa5fa50d9,0xe43fbe05,0xceb2f67c,0x7f0900f0,0x3cd0100d,0x1022fdee,0xc2036ff5,0x094fa7f8,0xff96ffc0,0xfc7fbbff,0x20b10e10,0x64f6400f,0xf8e954a0,0xa41d7ef6,0x8ba70ee4,0xd2111b5a,0xd37e5759,0xa5fa50d9,0xe43fbc05,0xbeb2f67c,0x7f0900f0,0x3cd0100d,0x2022fdee,0xc2036ff5,0x094fa7f8,0xef95ffc0,0xfc6fbbff,0x20b10e10,0x64f6300f,0xf8e965a2,0xb3ea7bc6,0x71a73ee4,0xd2011c47,0x03984349,0xa5fa50d9,0xe43fba05,0xbeb2f67c,0x7f0910f0,0x3cd0100d,0x2023fdee,0xc2036ff5,0x094fa7f8,0xef95ffc0,0xfc6fbbff,0x20b10e10,0x64f6300f,0xf8e980a4,0x83b078b6,0x57a75ee3,0xd2011c30,0xd3922cc9,0xa5fa60d9,0xe43fb805,0xbeb1f67c,0x7f0910f0,0x3cd0100d,0x3023fdee,0xc3036ff5,0x094fa6f8,0xef95ffc0,0xfc6fbbff,0x20b10e10,0x63f6300f,0xf8f9a5a6,0x037075c6,0x3da76ee4,0xd2111b23,0x13791ec9,0xa5fa60d9,0xe44fb705,0xaeb1f67c,0x7f0920f0,0x3cd0100d,0x3023fdee,0xc3036ff5,0x094fa6f8,0xef94ffc0,0xfc5fbbff,0x30b10e20,0x63f6300f,0xf8f9d4a7,0x232972e6,0x24a76ee7,0xd241181c,0xb3611839,0xa6fa60d9,0xe44fb505,0xaeb0f67c,0x800930f0,0x3cd0100d,0x4023fdee,0xc4036ff5,0x093fa5f8,0xef94ffb0,0xfc5fbbff,0x30b10e20,0x63f6300f,0xf8fa0aa7,0xe2dd7026,0x0ca74eea,0xd281141a,0xc3581649,0xa6fa70d9,0xe44fb305,0xaeb0f67c,0x800940ef,0x3cd0100d,0x5023fdfe,0xc4036ff5,0x093fa5f8,0xef93ffb0,0xfc4fbbff,0x30b10e20,0x63f6200f,0xf90a46a8,0x328f6d85,0xf4a70eef,0xd2d10f17,0x634212b9,0xa6fa70d9,0xe45fb105,0x9eaff67c,0x800950ef,0x3cd0110d,0x6023fdfe,0xc5036ff5,0x093fa4f8,0xef93ffb0,0xfc3fbbff,0x30b10e20,0x63f6200f,0xf90a84a8,0x32416af5,0xdea69ef4,0xd3410814,0xb32c0fe9,0xa6fa80d9,0xe45faf05,0x9eaef67c,0x810960ef,0x3cd0110d,0x8024fdfe,0xc5036ff5,0x093fa3f8,0xef92ffb0,0xfc3fbaff,0x30b10e30,0x63f6200f,0xf90ac4a7,0xf1f46865,0xc8a5eefa,0xd3c10112,0x93150da9,0xa7fa90d9,0xe45fae05,0x9eaef67c,0x810970ef,0x3cd0110d,0x9024fdfe,0xc6035ff5,0x093fa2f8,0xef92ffb0,0xfc2fbaff,0x30b10e30,0x62f6200e,0xf91b02a7,0x61ab65e5,0xb3a4ff01,0xd440f910,0xd2fd0bc9,0xa7fa90d9,0xe45fac05,0x8eadf67c,0x810990ee,0x3cd0110d,0xa024fdfe,0xc7035ff5,0x093fa1f8,0xdf91ffb0,0xfc1fbaff,0x30b10e30,0x62f6200e,0xf91b3ea6,0xb1656365,0x9ea3af08,0xd4e0f10f,0x62e50a39,0xa7faa0da,0xe46faa05,0x8eacf67c,0x8209a0ee,0x3cd0110d,0xb024fdfe,0xc8035ff5,0x093fa0f8,0xdf90ffb0,0xfc1fbaff,0x40b10e40,0x62f6200e,0xf91b78a5,0xe12360c5,0x8ba1ef0f,0xd590e90e,0x32cc08d9,0xa8fab0da,0xe46fa805,0x8eabf67c,0x8209b0ee,0x3cd0120d,0xd024fdfe,0xc9035ff5,0x092f9ff8,0xdf8fffa0,0xfc0fbaff,0x40b10e40,0x62f6100e,0xf91bb0a5,0x00e55dd5,0x799fbf17,0xd650e00d,0x32b407b9,0xa8fab0da,0xe46fa605,0x7eaaf66c,0x8309d0ee,0x3cd0120d,0xe025fe0e,0xca035ff5,0x092f9ef8,0xdf8fffa0,0xfbffbaff,0x40b10e50,0x61f6100e,0xf92be6a4,0x30a85a95,0x689cef1e,0xd720d70c,0x529b06b9,0xa9fac0da,0xe47fa505,0x7ea9f66c,0x8309e0ed,0x3cd0120e,0x0025fe0e,0xca035ff5,0x092f9df8,0xdf8effa0,0xfbefbaff,0x40b10e50,0x61f6100e,0xf92c1ca3,0x606e56f5,0x59999f25,0xd800ce0b,0x928205c9,0xa9fad0da,0xe47fa305,0x7ea8f66c,0x840a00ed,0x3cd0120e,0x1025fe0e,0xcb034ff5,0x092f9cf8,0xcf8dffa0,0xfbdfb9ff,0x40b10e50,0x61f6100e,0xf92c51a2,0x903552e5,0x4d95af2c,0xd8f0c50a,0xe2690509,0xa9fad0da,0xe47fa105,0x7ea7f66c,0x840a10ed,0x3cd0120e,0x3026fe0e,0xcc034ff5,0x092f9bf8,0xcf8cffa0,0xfbdfb9ff,0x50b10e60,0x60f6100e,0xf93c85a1,0xfffd4e65,0x43913f33,0xd9e0bd0a,0x524f0449,0xaafae0da,0xe48f9f05,0x6ea7f66c,0x850a30ec,0x3cd0130e,0x4026fe0e,0xcd034ff5,0x091f9af8,0xcf8bff90,0xfbcfb9ff,0x50b10e60,0x60f6000e,0xf93cbba1,0x6fc54975,0x3c8c3f39,0xdae0b409,0xd23603a9,0xaafaf0da,0xe48f9e05,0x6ea6f66c,0x850a40ec,0x3ce0130e,0x6026fe0e,0xce034ff5,0x091f99f8,0xcf8bff90,0xfbbfb9ff,0x50b10e70,0x60f6000d,0xf93cf1a0,0xff8d4435,0x3b86df40,0xdbe0ac09,0x621d0319,0xabfb00da,0xe48f9c05,0x6ea5f66c,0x860a50ec,0x3ce0130e,0x7026fe1e,0xcf034ff5,0x091f98f8,0xcf8aff90,0xfbafb9ff,0x50b10e70,0x60f6000d,0xf93d28a0,0xaf553ec5,0x3e813f45,0xdcf0a409,0x02030289,0xabfb00da,0xe49f9a05,0x5ea4f66c,0x860a70ec,0x3ce0130e,0x9027fe1e,0xd0034ff5,0x091f97f8,0xbf89ff90,0xfb9fb9ff,0x50b10e70,0x5ff6000d,0xf94d62a0,0x7f1c3965,0x477b8f4b,0xde109d08,0xa1ea0209,0xabfb10da,0xe49f9805,0x5ea3f66c,0x870a80eb,0x3ce0130e,0xa027fe1e,0xd1033ff5,0x091f96f8,0xbf88ff90,0xfb8fb8ff,0x60b10e80,0x5ff6000d,0xf94d9da0,0x6ee23415,0x55760f50,0xdf209508,0x51d00199,0xacfb20da,0xe49f9605,0x5ea2f65c,0x870aa0eb,0x3ce0140e,0xc027fe1e,0xd2033ff5,0x090f95f8,0xbf88ff90,0xfb8fb8ff,0x60b10e80,0x5ff6000d,0xf94ddaa0,0x7ea62f25,0x6870cf55,0xe0408e08,0x11b60129,0xacfb30da,0xe4af9505,0x4ea1f65c,0x870ab0eb,0x3ce0140e,0xd027fe1e,0xd2033ff5,0x090f94f8,0xbf87ff80,0xfb7fb8ff,0x60b10e90,0x5ff5f00d,0xf95e1aa0,0xae692a85,0x7f6bff5a,0xe1608707,0xd19d00b9,0xacfb30db,0xe4af9305,0x4ea0f65c,0x880ac0eb,0x3ce0140e,0xf028fe1e,0xd3033ff5,0x090f93f8,0xbf86ff80,0xfb6fb8ff,0x60b10e90,0x5ef5f00d,0xf95e5da0,0xee2b2655,0x9b679f5e,0xe2908107,0x91830059,0xadfb40db,0xe4af9105,0x4ea0f65c,0x880ae0ea,0x3ce0140f,0x0028fe1e,0xd4033ff5,0x090f92f8,0xbf85ff80,0xfb6fb8ff,0x60b10e90,0x5ef5f00d,0xf95ea3a1,0x3dea2285,0xbb63af62,0xe3b07b07,0x6169fff9,0xadfb40db,0xe4af8f05,0x3e9ff65c,0x890af0ea,0x3ce0140f,0x1028fe2e,0xd5033ff5,0x090f91f8,0xaf85ff80,0xfb5fb8ff,0x60b10ea0,0x5ef5f00d,0xf95eeca1,0x9da81f15,0xdc601f65,0xe4e07507,0x314fffa9,0xadfb50db,0xe4bf8e05,0x3e9ef65c,0x890b00ea,0x3ce0140f,0x2028fe2e,0xd5032ff5,0x08ff90f8,0xaf84ff80,0xfb4fb8ff,0x60b10ea0,0x5ef5f00c,0xf96f39a1,0xed631be6,0x015cef68,0xe6006f07,0x0135ff59,0xaefb50db,0xe4bf8c05,0x3e9ef65c,0x890b10ea,0x3ce0150f,0x3028fe2e,0xd6032ff5,0x08ff8ff8,0xaf84ff80,0xfb4fb7ff,0x70b10ea0,0x5ef5e00c,0xf96f88a2,0x4d1c18f6,0x265a1f6b,0xe7206a06,0xe11cff09,0xaefb60db,0xe4bf8a05,0x2e9df65c,0x8a0b20e9,0x3ce0150f,0x4029fe2e,0xd7032ff5,0x08ff8ff8,0xaf83ff80,0xfb3fb7ff,0x70b10ea0,0x5ef5e00c,0xf96fdaa2,0x8cd41646,0x4d578f6e,0xe8406506,0xc102feb9,0xaefb60db,0xe4bf8805,0x2e9cf65c,0x8a0b20e9,0x3ce0150f,0x5029fe2e,0xd7032ff5,0x08ff8ef8,0xaf83ff70,0xfb3fb7ff,0x70b10eb0,0x5df5e00c,0xf9702ea2,0xac8a13b6,0x74553f71,0xe9606006,0xa0e8fe69,0xaefb70db,0xe4cf8605,0x1e9cf65c,0x8a0b30e9,0x3ce0150f,0x6029fe2e,0xd8032ff5,0x08ff8ef8,0xaf82ff70,0xfb3fb7ff,0x70b10eb0,0x5df5e00c,0xf97084a2,0x9c3f1136,0x9b532f73,0xea705c06,0x90cefe19,0xaefb70db,0xe4cf8505,0x1e9cf65c,0x8a0b40e9,0x3ce0150f,0x6029fe2e,0xd8032ff5,0x08ff8df8,0xaf82ff70,0xfb2fb7ff,0x70b10eb0,0x5df5e00c,0xf970daa2,0x6bf40ed6,0xc2514f75,0xeb805806,0x80b3fdd9,0xaffb70db,0xe4cf8305,0x1e9bf65c,0x8a0b40e9,0x3ce0150f,0x7029fe2e,0xd8032ff5,0x08ff8df8,0xaf82ff70,0xfb2fb7ff,0x70b10eb0,0x5df5e00c,0xf9812ea2,0x0bab0c76,0xe94f8f77,0xec805406,0x7099fd99,0xaffb70db,0xe4cf8105,0x0e9bf65c,0x8b0b40e9,0x3ce0150f,0x7029fe2e,0xd8032ff5,0x08ff8df8,0xaf82ff70,0xfb2fb7ff,0x70b10eb0,0x5df5d00c,0xf98180a1,0x5b640a27,0x0e4def78,0xed805006,0x607ffd49,0xaffb70db,0xe4cf7f04,0xfe9bf65c,0x8b0b50e9,0x3ce0150f,0x7029fe2e,0xd8032ff5,0x08ff8df8,0xaf82ff70,0xfb2fb7ff,0x70bc0ef0,0x57f50007,0xfa11c3a0,0xab380817,0x334cdf72,0xec205106,0x307efd39,0xb8fc10dc,0xe4ff7b05,0x3e8af5dc,0x990c20e5,0x3cb02113,0xd036fe0e,0xca035ff6,0x068f73f8,0xbf850030 +}; + +u32 ANIM_ENTRY_cradle_jump[] = +{ + 0x00000000,0x00000000,0x0010e032,0xffb08904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x0010e032,0xffb08904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x0010e032,0xffb08904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x0010e032,0xffb08904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x0010e032,0xffb08904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x0010e032,0xffb08904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x0010e032,0xffb08904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x0010e032,0xffb08904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x0010e032,0xffb08904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x0010e032,0xffb08904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x0010e032,0xffb08904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x0010e032,0xffb08904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x000f9032,0xffd08904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x000d0032,0x00108904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x000a6032,0x00408904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x0007d032,0x00808904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x00053032,0x00c08904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x0003e032,0x01008904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x00000000,0x00000000,0x0003c032,0x01408904,0x5c010b30,0x023ec000,0xf4400000,0x002c0000,0x50039088,0xf9fff4f7,0x1f5e00ac,0x367537fc,0xb9f00002,0xd000000f,0xc20000a2,0xfe4f7f00,0x000b0360,0x01500aff,0xf001ff8f,0xfffdf037,0x01808903,0x9c240b30,0x0b3d8000,0xeef00000,0x00a20000,0x5e01e08d,0xf9fff4f7,0x1f5eff3c,0x367517c1,0xb9f00005,0x5000000f,0x610000a2,0xfc6f7f00,0x001d0280,0x040020ff,0xe003feaf,0xfdfdf042,0x01c08902,0x1c6a0b30,0x1b3ae000,0xe4600000,0x018e0000,0x79fe7096,0xf9fff4f7,0x1f5cfc4c,0x3674c74a,0xb9e0000a,0x6000000e,0x9f0000a2,0xf8bf7f00,0x004000b0,0x06b035ff,0xd006fdcf,0xfbfdf04d,0x02008900,0x9cb10b30,0x2b385000,0xd9c00000,0x027a0000,0x94fb10a0,0xf9fff4f7,0x1f5af96c,0x367486d4,0xb9d0000f,0x7000000d,0xdd0000a2,0xf50f7f00,0x0063fee0,0x09604bff,0xd008fcef,0xfafdf057,0x025089ff,0x1cf70b30,0x3c35b000,0xcf200000,0x03660000,0xaef7a0aa,0xf9fff4f7,0x1f59f67c,0x3774265e,0xb9a00014,0x7000000d,0x1b0000a2,0xf15f7f00,0x0086fd10,0x0c1060ff,0xc00bfc0f,0xf8fdf062,0x029089fd,0x9d3d0b30,0x4c332000,0xc4900000,0x04520000,0xc9f440b3,0xf9fff4f7,0x1f57f39c,0x3773b5e7,0xb9500019,0x8000000c,0x590000a2,0xedaf7f00,0x00aafb40,0x0ec076ff,0xb00dfb2f,0xf7fdf06d,0x02d089fc,0x0d840b30,0x5c309000,0xb9f00000,0x053e0000,0xe4f0e0bd,0xf9fff4f7,0x1f55f0ac,0x38730571,0xb8c0001e,0x9000000b,0x970000a2,0xe9ff7f00,0x00cdf970,0x0e608bfe,0x4012f850,0x25fdf08e,0x01f084fa,0xeda40d10,0x3d300000,0xb6400000,0x053d0000,0xd9f160c1,0xfadff9f8,0xaf76f63c,0x49713569,0xb9800019,0x3000000c,0x4e0000a2,0xf66f9c00,0x00ddf9e0,0x0ef08afd,0x4003f740,0x4afdf0a6,0x01008dfb,0x3dbc0e80,0x1f2f9000,0xb3800000,0x05340000,0xd0f1e0ba,0xfb9ff9fa,0x1f78f9bc,0x5871e56c,0xbbd00015,0xd000000d,0x1c0000a2,0x05dfb600,0x00ecfa70,0x10307afd,0x0fe6f740,0x63fea0ba,0xfff09efc,0xadc50fc0,0x062f3000,0xb1f00000,0x05260000,0xd1f240a3,0xfbeff9fa,0x8f70fb8c,0x5a73c577,0xbe500015,0x4000000d,0xe70000a2,0x101fcb00,0x00f8fad0,0x116061fd,0x5fc8f7d0,0x6d0010c9,0xfee0b3fe,0xbdba10ef,0xfd2ed000,0xb1b00000,0x05120000,0xd1f2b081,0xfc1ffcfa,0x6f6cfc0c,0x4d762585,0xc0600018,0x1000000e,0x8f0000a2,0x13cfda00,0x00fdfae0,0x11e049fe,0x1fb6f850,0x6a00c0d2,0xfde0cb00,0xcda81190,0x042ec000,0xb2b00000,0x04fc0000,0xc2f37068,0xfc1ffefa,0x0f69fbfc,0x3c78b591,0xc170001e,0x0000000e,0xf10000a2,0x127fe900,0x00fbfa00,0x11703bff,0x2fb9f860,0x5f0170d4,0xfd00e602,0x7d9511c0,0x1d2ed000,0xb4c00000,0x04eb0000,0xa5f4a05f,0xfc0ffef9,0xaf68fbcc,0x317ae598,0xc1400026,0x3000000e,0xf80000a2,0x0f000000,0x00f2f890,0x0fc037ff,0xafd5f860,0x5900c0d3,0xfc10fe03,0xcd811140,0x472ed000,0xb7e00000,0x04e10000,0x86f63062,0xfbbffaf9,0xaf67fbac,0x387b95a2,0xc0f0002f,0x9000000e,0xac0000a2,0x0ae01900,0x00dff880,0x0d8032fe,0xd005f950,0x64ff50cc,0xfb011204,0xad670ff0,0x7e2ea000,0xbc100000,0x04d90000,0x75f7b067,0xfb3ff5f9,0xcf5ffb0c,0x577b95b2,0xc1f00039,0x8000000e,0x2c0000a2,0x06902000,0x00e0f940,0x0c5024fd,0x2028fc20,0x7ffd30b7,0xf9e12805,0x8d450da0,0xb22e0000,0xc1500000,0x04d20000,0x81f88067,0xfa2febf9,0xbf4df7ec,0x857c05bf,0xc4200042,0xe000000d,0xa90000a2,0x02801700,0x010bf9f0,0x0d2014fc,0x20290070,0x8cfc8090,0xf9913a07,0x9d2c0aa0,0xd62d2000,0xc6000000,0x04cf0000,0xa0f81062,0xf8efdef9,0xaf2ef12c,0xb07c55cd,0xc550004a,0x3000000d,0x520000a2,0xff501000,0x0149faf0,0x0eb008fc,0x601704c0,0x79fc8062,0xfa313a0b,0x8d290760,0xef2c2000,0xc7b00000,0x04d00000,0xb9f7105f,0xf80fdbf9,0xcf07e8dc,0xcf7cb5f1,0xc4c0004d,0xd000000d,0x390000a2,0xfcb01a00,0x017dfbf0,0x0f9ffafd,0x700a0890,0x53fc8031,0xfb513510,0x3d3b0450,0xff2b0000,0xc6400000,0x04d30000,0xbff63063,0xf79fe3f9,0xdedee18c,0xe07de638,0xc380004c,0xc000000d,0x580000a2,0xfaa03000,0x0187fca0,0x0f6fe6fe,0xb00a0c80,0x26fd3fff,0xfc913514,0x7d5801b1,0x002a1000,0xc4200000,0x04d60000,0xbcf57072,0xf79febf9,0x9ebcdcec,0xdf80169c,0xc2100047,0x3000000d,0x9c0000a2,0xf9403f00,0x014dfcc0,0x0e9fd1ff,0xd00c103f,0xfefeafd3,0xfdd13318,0x3d6effc0,0xf329c000,0xc2d00000,0x04d80000,0xb2f4c08d,0xf82ff1f9,0x3ea9daec,0xce826701,0xc050003e,0x3000000d,0xe80000a2,0xf8c03800,0x00ccfc30,0x0defc600,0x800912ef,0xe100cfb2,0xff31281b,0x6d79fea0,0xe12a2000,0xc2300000,0x04d80000,0x9cf4d0ad,0xf90ff7f9,0x0ea2daac,0xb8845755,0xbee00033,0x4000000e,0x250000a2,0xf8f01700,0x002afbf0,0x0d7fcb00,0x9ffd142f,0xd0017f99,0x00811e1d,0xdd80fe50,0xd02b0000,0xc1c00000,0x04d50000,0x82f560c6,0xf9bffef8,0xdea3db5c,0xa185f792,0xbe500027,0xc000000e,0x440000a2,0xf93fdf00,0x0faafc90,0x0d8fdbff,0xffe6147f,0xca02ef86,0x0191211e,0xed89fea0,0xc02c1000,0xc1800000,0x04cf0000,0x70f580cd,0xfa5005f8,0x7ea5dc1c,0x8c8737b1,0xbef0001d,0x4000000e,0x320000a2,0xf92fa100,0x0f70fd50,0x0d9fedfe,0xdfd2145f,0xd103af7b,0x0221281e,0x6d8bff90,0xb42d3000,0xc2400000,0x04c70000,0x74f4f0c3,0xfb200bf8,0x0eabdcbc,0x7e8777b5,0xc0700015,0x8000000d,0xe70000a2,0xf8df7900,0x0f74fd50,0x0daff9fd,0xefd513cf,0xdf045f7d,0x0291241c,0xad7b00f0,0xaf2e2000,0xc3e00000,0x04c00000,0x87f380af,0xfbc00df7,0xaeb8ddbc,0x718677b0,0xc1900011,0xe000000d,0x6f0000a2,0xf92f7900,0x0f92fca0,0x0d5ffcfd,0xcff012cf,0xe8045f8a,0x03211819,0xdd630260,0xae2ed000,0xc5d00000,0x04bf0000,0x9cf190a5,0xfbc00cf7,0x3ec6df5c,0x6084b7a8,0xc1300012,0x8000000c,0xdf0000a2,0xfb2f8e00,0x0fb7fbd0,0x0cfffefe,0xa00f115f,0xdd045f9b,0x03e10f16,0x2d4f0370,0xae2f7000,0xc7000000,0x04c70000,0xb6f010b1,0xfb4009f6,0xded2e08c,0x4c82978e,0xbf500017,0x6000000c,0x470000a2,0xfdcfa800,0x0fe4fb50,0x0ca00d00,0x40210eaf,0xc002efb0,0x04910711,0x7d420420,0xae301000,0xc6f00000,0x04db0000,0xd4ef90bf,0xfab004f6,0xbeeae18c,0x307fe74d,0xbce0001f,0xc000000b,0xb20000a2,0xfd5fbd00,0x0012fb00,0x0ce02301,0xd0220bff,0xa4023fd4,0x04b0f90b,0xed3b0550,0xac309000,0xc6200000,0x04fe0000,0xe5efb0c8,0xfa1ff6f6,0xbefde2fc,0x1c7de6f0,0xbba00025,0xe000000b,0x530000a2,0xf85fb600,0x003ffab0,0x0e503a02,0x600a082f,0x9200cffe,0x0480e307,0x8d3906d0,0xa530f000,0xc4b00000,0x05180000,0xe9eff0cc,0xf95fe6f6,0xbf13e5fc,0x0f7b766e,0xbb900028,0x1000000b,0x050000a2,0xf23f9500,0x006cfa90,0x0f606001,0x7ffe014f,0xb2001034,0x03d0c000,0xcd5608b0,0x8b313000,0xc0900000,0x05320000,0xe9f050bd,0xf90fe6f6,0xdf43eb1c,0x237715be,0xba800026,0xa000000a,0xee0000a2,0xef1f6d00,0x00a7fa20,0x11705001,0xe000040f,0x9e00801e,0x0410cb03,0x2d4a0810,0x96312000,0xc2500000,0x052a0000,0xe9f020c4,0xf90fe4f6,0xdf4ae7dc,0x2b752537,0xb950002e,0x4000000a,0xea0000a2,0xefaf7800,0x0093fa50,0x13704a02,0x0000052f,0x97002016,0x0430d201,0x8d4407b0,0xc5311000,0xc5000000,0x05090000,0xe9f010c9,0xf90fe4f6,0xcf56e28c,0x396bc456,0xb130003a,0xf000000a,0xfa0000a2,0xf98f8100,0x0065fa60,0x15705201,0xbffb03af,0xa4fea022,0x0400caf8,0x1d4c0821,0x24310000,0xc8100000,0x04ca0000,0xe8f030c7,0xf92fe6f6,0xcf63f4bc,0x328fa3da,0xd5300017,0xc000000b,0x2a0000a2,0x18df7e00,0x001efa30,0x17805b01,0x6ff6023f,0xb1fd102e,0x03d0c3ee,0xbd550891,0x8330f000,0xcb200000,0x048b0000,0xe8f050c4,0xf93fe8f6,0xcf69002c,0x31e193d2,0x271000f9,0x5000000b,0x5a0000a2,0x37af7c00,0x0fd8fa10,0x19806401,0x2ff200cf,0xbefb903b,0x03a0bbe5,0x5d5e0901,0xe230f000,0xce200000,0x044b0000,0xe8f070c1,0xf95feaf6,0xcf69fedc,0x31ee438f,0x33a000fd,0x0000000b,0x8b0000a2,0x380f7a00,0x0f91f9e0,0x1b806d00,0xdfedff4f,0xcbfa0047,0x0370b4db,0xfd670972,0x4130e000,0xd1300000,0x040c0000,0xe7f080be,0xf96fecf6,0xcf65f78c,0x32f16349,0x36b00010,0xd000000b,0xbb0000a2,0x2eef7700,0x0f4bf9b0,0x1d807500,0x8fe9fddf,0xd8f88053,0x0340acd2,0x8d6f09e2,0xa130e000,0xd4300000,0x03cd0000,0xe7f0a0bc,0xf98feef6,0xcf60ef5c,0x33f2d303,0x38100026,0xf000000b,0xeb0000a2,0x246f7500,0x0f04f980,0x20207a00,0x6ffafd1f,0xdefac05a,0x0330a9ca,0x6d740a22,0xf730d000,0xd9300000,0x03730000,0xe7f0b0ba,0xf98feff6,0xcf5feecc,0x33f3c2b3,0x38e0002b,0x4000000b,0xec0000a2,0x213f7400,0x0ee1f970,0x23507a00,0x6022fd1f,0xde00d05a,0x0330a9c3,0x7d740a23,0x4430d000,0xe0300000,0x03000000,0xe7f0b0ba,0xf98feff6,0xcf62f35c,0x32f46258,0x39700024,0xc000000b,0xbf0000a2,0x213f7400,0x0ee1f970,0x26907a00,0x6049fd1f,0xde06e05a,0x0330a9bc,0x8d740a23,0x9130d000,0xe7200000,0x028c0000,0xe7f0b0ba,0xf98feff6,0xcf65f7ec,0x32f4d1fd,0x39c0001e,0x4000000b,0x910000a2,0x213f7400,0x0ee1f970,0x29c07a00,0x6071fd1f,0xde0cf05a,0x0330a9b5,0xad740a23,0xde30d000,0xee200000,0x02190000,0xe7f0b0ba,0xf98feff6,0xcf67fc7c,0x31f531a2,0x3a000017,0xc000000b,0x640000a2,0x213f7400,0x0ee1f970,0x2d807a00,0x605ffd1f,0xde0d305a,0x0330a9b0,0x4d740a24,0x2a30d000,0xf1a00000,0x01df0000,0xe7f0b0ba,0xf98feff6,0xcf69005c,0x31f5813d,0x3a200014,0x8000000b,0x700000a2,0x213f7400,0x0ee1f970,0x31d07a00,0x6015fd1f,0xde07905a,0x0330a9ac,0x6d740a24,0x7530d000,0xf1a00000,0x01df0000,0xe7f0b0ba,0xf98feff6,0xcf6b039c,0x31f5c0cd,0x3a400014,0x8000000b,0xb50000a2,0x213f7400,0x0ee1f970,0x36207a00,0x6fcbfd1f,0xde01f05a,0x0330a9a8,0x9d740a24,0xbf30d000,0xf1a00000,0x01df0000,0xe7f0b0ba,0xf98feff6,0xcf6d06dc,0x32f6005e,0x3a500014,0x8000000b,0xfb0000a2,0x213f7400,0x0ee1f970,0x3a707a00,0x6f81fd1f,0xdefc505a,0x0330a9a4,0xbd740a25,0x0a30d000,0xf1a00000,0x01df0000,0xe7f0b0ba,0xf98feff6,0xcf6f0a1c,0x32f64fee,0x3a500014,0x8000000c,0x400000a2,0x213f7400,0x0ee1f970,0x3eb07a00,0x6f36fd1f,0xdef6c05a,0x0330a9a0,0xed740a25,0x5530d000,0xf1a00000,0x01df0000,0xe7f0b0ba,0xf98feff6,0xcf710d5c,0x32f68f7e,0x3a500014,0x8000000c,0x860000a2,0x213f7400,0x0ee1f970,0x43007a00,0x6eecfd1f,0xdef1205a,0x0330a99d,0x1d740a25,0x9f30d000,0xf1a00000,0x01df0000,0xe7f0b0ba,0xf98feff6,0xcf73109c,0x33f6cf0f,0x3a400014,0x8000000c,0xcb0000a2,0x213f7400,0x0ee1f970,0x45807a00,0x6ed8fd1f,0xdef1205a,0x0330a99d,0x1d740a25,0x9f30d000,0xf1a00000,0x01df0000,0xe7f0b0ba,0xf98feff6,0xcf73109c,0x33f6cf0f,0x3a400014,0x8000000c,0xcb0000a2,0x213f7400,0x0ee1f970,0x48007a00,0x6ec4fd1f,0xdef1205a,0x0330a99d,0x1d740a25,0x9f30d000,0xf1a00000,0x01df0000,0xe7f0b0ba,0xf98feff6,0xcf73109c,0x33f6cf0f,0x3a400014,0x8000000c,0xcb0000a2,0x213f7400,0x0ee1f970,0x4a807a00,0x6eb0fd1f,0xdef1205a,0x0330a99d,0x1d740a25,0x9f30d000,0xf1a00000,0x01df0000,0xe7f0b0ba,0xf98feff6,0xcf73109c,0x33f6cf0f,0x3a400014,0x8000000c,0xcb0000a2,0x213f7400,0x0ee1f970,0x47b07a00,0x6ec7fd1f,0xdeefd05a,0x0330a99c,0x0d660a25,0xb4319000,0xf2100000,0x01ce0000,0xfcf1a0b3,0xfb8feff6,0xcf720efc,0x33f6bf2c,0x3a400013,0xf000000c,0xe40000a2,0x214f7400,0x0ee1f970,0x3f807a00,0x6f07fd1f,0xdeed405a,0x0330a99a,0x0d4c0a25,0xde32f000,0xf2f00000,0x01ad0001,0x28f370a5,0xff6ff0f6,0xbf700bcc,0x32f68f67,0x3a500012,0xc000000d,0x150000a2,0x216f7400,0x0ee1f970,0x37507a00,0x6f47fd1f,0xdeeab05a,0x0330a997,0xfd310a26,0x08346000,0xf3d00000,0x018b0001,0x54f54096,0x035ff1f6,0xaf6e088c,0x32f66fa3,0x3a500011,0x9000000d,0x460000a2,0x218f7400,0x0ee1f970,0x2f307a00,0x6f87fd1f,0xdee8205a,0x0330a995,0xed160a26,0x3235d000,0xf4b00000,0x01690001,0x80f72088,0x074ff2f6,0x9f6c054c,0x31f64fde,0x3a500010,0x7000000d,0x770000a2,0x21af7400,0x0ee1f970,0x27007a00,0x6fc7fd1f,0xdee5905a,0x0330a993,0xecfc0a26,0x5c373000,0xf5a00000,0x01470001,0xacf8f07a,0x0b3ff3f6,0x8f6a020c,0x31f62019,0x3a50000f,0x4000000d,0xa80000a2,0x21cf7400,0x0ee1f970,0x1ed07a00,0x6008fd1f,0xdee2f05a,0x0330a991,0xdce10a26,0x8638a000,0xf6800000,0x01260001,0xd8fac06b,0x0f2ff4f6,0x8f69fecc,0x31f60054,0x3a50000e,0x1000000d,0xd90000a2,0x21ef7400,0x0ee1f970,0x16b07a00,0x6048fd1f,0xdee0605a,0x0330a98f,0xdcc60a26,0xb03a1000,0xf7600000,0x01040002,0x04fc905d,0x131ff5f6,0x7f67fb8c,0x31f5e08f,0x3a50000c,0xf000000e,0x0a0000a2,0x220f7400,0x0ee1f970,0x0e807a00,0x6088fd1f,0xdeddd05a,0x0330a98d,0xccac0a26,0xd93b7000,0xf8400000,0x00e20002,0x30fe704e,0x16fff6f6,0x6f65f84c,0x32f5c0ca,0x3a40000b,0xc000000e,0x3b0000a2,0x222f7400,0x0ee1f970,0x06507a00,0x60c8fd1f,0xdedb405a,0x0330a98b,0xcc910a27,0x033ce000,0xf9200000,0x00c10002,0x5b004040,0x1aeff7f6,0x5f63f50c,0x32f5a105,0x3a30000a,0x9000000e,0x6c0000a2,0x224f7400,0x0ee1f970,0xfe307a00,0x6108fd1f,0xded8b05a,0x0330a989,0xbc760a27,0x2d3e5000,0xfa100000,0x009f0002,0x87021032,0x1edff8f6,0x4f61f1cc,0x33f57140,0x3a200009,0x7000000e,0x9e0000a2,0x226f7400,0x0ee1f970,0xf6007a00,0x6148fd1f,0xded6205a,0x0330a987,0xac5c0a27,0x573fb000,0xfaf00000,0x007d0002,0xb303f023,0x22cff9f6,0x3f5fee9c,0x33f5517c,0x3a100008,0x2000000e,0xd30000a2,0x228f7400,0x0ee1f970,0xedd07a00,0x6189fd1f,0xded3905a,0x0330a985,0xac410a27,0x81412000,0xfbd00000,0x005c0002,0xdf05c015,0x26bff9f6,0x3f5deb9c,0x34f521b7,0x39f00006,0x7000000f,0x120000a2,0x22af7400,0x0ee1f970,0xe5a07a00,0x61c9fd1f,0xded0f05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f5be80c,0x36f4e1f2,0x39d00005,0xf000000f,0x310000a2,0x22cf7400,0x0ee1f970,0xe0507a00,0x6213fd1f,0xdece105a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f56e2fc,0x38f49238,0x3990000d,0xf000000e,0xed0000a2,0x22cf7400,0x0ee1f970,0xdb007a00,0x625dfd1f,0xdecb305a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f50dd0c,0x3df4227e,0x3940001c,0x5000000e,0x6c0000a2,0x22cf7400,0x0ee1f970,0xd8607a00,0x6282fd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f47d73c,0x44f392c4,0x38c00026,0x4000000e,0x060000a2,0x22cf7400,0x0ee1f970,0xd8607a00,0x6282fd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f35d07c,0x53f2b309,0x37f0002e,0x8000000d,0xa40000a2,0x22cf7400,0x0ee1f970,0xd8607a00,0x6282fd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f15ca8c,0x72f1434f,0x36900035,0x1000000d,0x520000a2,0x22cf7400,0x0ee1f970,0xd8607a00,0x6282fd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2ef2c78c,0x95ede394,0x33400038,0x5000000d,0x280000a2,0x22cf7400,0x0ee1f970,0xe2207a00,0x61e2fd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2ef8c7ec,0x8ef19344,0x36d00035,0xd000000d,0x470000a2,0x22cf7400,0x0ee1f970,0xebf07a00,0x6142fd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f14ca5c,0x73f302f5,0x3840002e,0x0000000d,0xa40000a2,0x22cf7400,0x0ee1f970,0xf5c07a00,0x60a2fd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f2cce3c,0x5cf3e2a6,0x39000024,0x3000000e,0x190000a2,0x22cf7400,0x0ee1f970,0xff907a00,0x6002fd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f3dd2cc,0x4df47251,0x3970001b,0x8000000e,0x7d0000a2,0x22cf7400,0x0ee1f970,0x09607a00,0x6f62fd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f47d76c,0x44f4e1f3,0x39d00017,0x2000000e,0xa90000a2,0x22cf7400,0x0ee1f970,0x0b107a00,0x6f81fd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f50ddac,0x3cf55175,0x3a100016,0x6000000e,0x9a0000a2,0x22cf7400,0x0ee1f970,0x0cc07a00,0x6f9ffd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f59e64c,0x36f5c0d7,0x3a400016,0x5000000e,0x6f0000a2,0x22cf7400,0x0ee1f970,0x0e707a00,0x6fbefd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f60ef2c,0x33f6103c,0x3a500016,0x9000000e,0x3a0000a2,0x22cf7400,0x0ee1f970,0x10207a00,0x6fdcfd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f64f64c,0x32f65fc2,0x3a500016,0xf000000e,0x0c0000a2,0x22cf7400,0x0ee1f970,0x11d07a00,0x6ffbfd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f66f98c,0x31f67f8c,0x3a500017,0x2000000d,0xf30000a2,0x22cf7400,0x0ee1f970,0x11d07a00,0x6ffbfd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f66f9cc,0x31f67f87,0x3a500017,0x4000000d,0xee0000a2,0x22cf7400,0x0ee1f970,0x11d07a00,0x6ffbfd1f,0xdec9b05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f66f99c,0x31f67f89,0x3a500017,0x5000000d,0xf00000a2,0x22cf7400,0x0ee1f970,0x10107a00,0x6001fd1f,0xdecdd05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f66f98c,0x31f67f91,0x3a500016,0x9000000e,0x000000a2,0x22cf7400,0x0ee1f970,0x0ca07a00,0x600ffd1f,0xded6005a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f66f9bc,0x31f66fa4,0x3a500013,0xb000000e,0x430000a2,0x22cf7400,0x0ee1f970,0x09307a00,0x601cfd1f,0xdede205a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f66f9fc,0x31f65fc0,0x3a50000f,0x6000000e,0xa80000a2,0x22cf7400,0x0ee1f970,0x05c07a00,0x602afd1f,0xdee6505a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f66fa1c,0x31f64fe1,0x3a50000a,0xb000000f,0x170000a2,0x22cf7400,0x0ee1f970,0x02407a00,0x6037fd1f,0xdeee805a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f66fa0c,0x31f63003,0x3a500006,0x8000000f,0x790000a2,0x22cf7400,0x0ee1f970,0xfed07a00,0x6045fd1f,0xdef6a05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f66f98c,0x31f62022,0x3a500003,0xd000000f,0xb40000a2,0x22cf7400,0x0ee1f970,0xfcc07a00,0x6060fd1f,0xdef6a05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f65f7ec,0x32f61046,0x3a500002,0x5000000f,0xcf0000a2,0x1c7f7400,0x0f17f970,0xfaa07a00,0x607bfd1f,0xdef6a05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f63f53c,0x32f5f071,0x3a500001,0x3000000f,0xe50000a2,0x161f7400,0x0f4df970,0xf8807a00,0x6096fd1f,0xdef6a05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f62f27c,0x32f5e099,0x3a500000,0x6000000f,0xf40000a2,0x0fcf7400,0x0f84f970,0xf6607a00,0x60b1fd1f,0xdef6a05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f61f0ac,0x33f5d0b2,0x3a4000ff,0xd000000f,0xff0000a2,0x097f7400,0x0fbaf970,0xf4507a00,0x60ccfd1f,0xdef6a05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f61f0dc,0x33f5d0b0,0x3a4000ff,0x70000000,0x050000a2,0x031f7400,0x0ff0f970,0xf9607a00,0x607bfd1f,0xde00405a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f64f65c,0x32f5f076,0x3a5000ff,0x60000000,0x070000a2,0x101f7400,0x0f20f970,0xfe807a00,0x602afd1f,0xde09d05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f68fddc,0x31f62027,0x3a5000ff,0x70000000,0x060000a2,0x1d1f7400,0x0e50f970,0x01b07a00,0x6ff7fd1f,0xde0ea05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f69fffc,0x31f6300e,0x3a5000ff,0x70000000,0x050000a2,0x239f7400,0x0de8f970,0x02f07a00,0x6fe3fd1f,0xde0ea05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f69ffec,0x31f6300f,0x3a5000ff,0x70000000,0x050000a2,0x239f7400,0x0de8f970,0x04407a00,0x6fcefd1f,0xde0ea05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f69ffac,0x31f63013,0x3a5000ff,0x70000000,0x050000a2,0x239f7400,0x0de8f970,0x02607a00,0x6fecfd1f,0xde0ea05a,0x0330a983,0x9c260a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f69ffac,0x30f63013,0x3a4000ff,0x70000000,0x050000a2,0x239f7400,0x0de8f970,0x00d07800,0x9005fd1f,0xdd0e3056,0x0330a983,0x9c230a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f69ffac,0x33f63013,0x3a7000ff,0x70000000,0x050000a2,0x239f7400,0x0de7f970,0x00107201,0x3011fd1f,0xdb0cb047,0x0330a983,0x9c180a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f69ffcc,0x45f63013,0x3b2000ff,0x80000000,0x050000a2,0x239f7400,0x0de5f970,0xff506c01,0xd01dfd1f,0xd90b3039,0x0330a983,0x9c0d0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f69fffc,0x64f63013,0x3c6000ff,0x90000000,0x050000a2,0x239f74ff,0xfde3f970,0xfe906502,0x7029fd1f,0xd609b02b,0x0330a983,0x9c010a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f69003c,0x89f63013,0x3e0000ff,0xb0000000,0x050000a2,0x239f74ff,0xfde1f970,0xfdd05f03,0x1035fd1f,0xd408301c,0x0330a983,0x9bf60a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6a009c,0xaff63013,0x3fc000ff,0xd0000000,0x050000a2,0x239f74ff,0xfddef970,0xfd105903,0xc041fd1f,0xd106b00e,0x0330a983,0x9beb0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6a00fc,0xd1f63014,0x417000ff,0xf0000000,0x050000a2,0x239f74ff,0xfddcf970,0xfc605304,0x604dfd1f,0xcf053000,0x0330a983,0x9bdf0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6a017c,0xe8f63014,0x43000000,0x20000000,0x050000a2,0x239f74ff,0xfddaf970,0xfba04d05,0x0059fd1f,0xcd03bff1,0x0330a983,0x9bd40a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6a01fc,0xf5f63014,0x43000000,0x60000000,0x050000a2,0x239f74ff,0xfdd7f970,0xfae04605,0xa065fd1f,0xca024fe3,0x0330a983,0x9bc90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6b028c,0xfcf63014,0x43000000,0xa0000000,0x050000a2,0x239f74ff,0xfdd5f970,0xfa204006,0x4071fd1f,0xc800cfd5,0x0330a983,0x9bbe0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6b031c,0xfff63015,0x43000000,0xe0000000,0x050000a2,0x239f74ff,0xfdd3f970,0xf9603a06,0xe07dfd1f,0xc6ff4fc6,0x0330a983,0x9bb20a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6b03bc,0xfef62015,0x43000001,0x20000000,0x050000a2,0x239f74ff,0xfdd1f970,0xf8903407,0x408cfd1f,0xc3feefc3,0x0330a983,0x9bb00a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c044c,0xf8f62016,0x43000001,0x70000000,0x050000a2,0x239f74ff,0xfdcef970,0xf7b02e07,0x709cfd1f,0xc1feefc3,0x0330a983,0x9baf0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04ec,0xf0f62016,0x43000001,0xd0000000,0x050000a2,0x239f74ff,0xfdccf960,0xf6d02707,0xb0acfd1f,0xbefeefc3,0x0330a983,0x9baf0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c057c,0xe6f62017,0x43000002,0x20000000,0x050000a2,0x239f74ff,0xfdcaf960,0xf6002107,0xf0bcfd1f,0xbcfeefc3,0x0330a983,0x9baf0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6d060c,0xd9f62018,0x43000002,0x80000000,0x050000a2,0x239f74ff,0xfdc7f960,0xf5201b08,0x20ccfd1f,0xbafeefc3,0x0330a983,0x9baf0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6d069c,0xccf62019,0x43000002,0xe0000000,0x050000a2,0x239f74ff,0xfdc5f960,0xf4401508,0x60dbfd1f,0xb7feefc3,0x0330a983,0x9bae0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6d071c,0xbdf6201b,0x43000003,0x50000000,0x050000a2,0x239f74ff,0xfdc3f960,0xf3700e08,0xa0ebfd1f,0xb5feefc3,0x0330a983,0x9bae0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6d078c,0xaff6201d,0x43000003,0xc0000000,0x050000a2,0x239f74ff,0xfdc1f960,0xf2900808,0xe0fbfd1f,0xb3feefc3,0x0330a983,0x9bae0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6e07ec,0xa1f6201e,0x43000004,0x30000000,0x050000a2,0x239f74ff,0xfdbef960,0xf1b00209,0x110bfd1f,0xb0feefc3,0x0330a983,0x9bae0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6e084c,0x95f62021,0x43000004,0xa0000000,0x050000a2,0x239f74ff,0xfdbcf960,0xf0effc09,0x511bfd1f,0xaefeefc3,0x0330a983,0x9bad0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6e088c,0x8af62023,0x43000005,0x10000000,0x050000a2,0x239f74ff,0xfdbaf960,0xf00ff609,0x912bfd1f,0xacfeefc3,0x0330a983,0x9bad0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6e08ac,0x82f62026,0x43000005,0x90000000,0x050000a2,0x239f74ff,0xfdb8f960,0xef2fef09,0xd13bfd1f,0xa9feefc3,0x0330a983,0x9bad0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6e08bc,0x7cf62029,0x43000006,0x10000000,0x050000a2,0x239f74ff,0xfdb5f960,0xee9fe909,0xf146fd1f,0xa7feefc3,0x0330a983,0x9bac0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6e08bc,0x7af6202c,0x43000006,0x90000000,0x050000a2,0x239f74ff,0xfdb3f960,0xee9fe309,0xd146fd1f,0xa4feefc3,0x0330a983,0x9bac0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6e089c,0x7af62030,0x43000007,0x10000000,0x050000a2,0x239f74ff,0xfdb1f960,0xee9fdd09,0xc146fd1f,0xa2feefc3,0x0330a983,0x9bac0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6e086c,0x7bf61034,0x43000007,0x90000000,0x050000a2,0x239f74ff,0xfdaef960,0xee9fd709,0xa146fd1f,0xa0feefc3,0x0330a983,0x9bac0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6e082c,0x7df61038,0x43000008,0x20000000,0x050000a2,0x239f74ff,0xfdacf960,0xee9fd009,0x9146fd1f,0x9dfeefc3,0x0330a983,0x9bab0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6e07ec,0x80f6103d,0x43000008,0xa0000000,0x050000a2,0x239f74ff,0xfdaaf960,0xee9fca09,0x7146fd1f,0x9bfeefc3,0x0330a983,0x9bab0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6d079c,0x84f61042,0x43000009,0x30000000,0x050000a2,0x239f74ff,0xfda8f960,0xee9fc409,0x6146fd1f,0x99feefc3,0x0330a983,0x9bab0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6d073c,0x88f61047,0x43000009,0xb0000000,0x050000a2,0x239f74ff,0xfda5f960,0xee9fbe09,0x4146fd1f,0x96feefc3,0x0330a983,0x9bab0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6d06dc,0x8cf6104d,0x4300000a,0x40000000,0x050000a2,0x239f74ff,0xfda3f960,0xee9fb809,0x2146fd1f,0x94feefc3,0x0330a983,0x9baa0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6d067c,0x90f60054,0x4300000a,0xc0000000,0x050000a2,0x239f74ff,0xfda1f960,0xee9fb109,0x1146fd1f,0x91feefc3,0x0330a983,0x9baa0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6d061c,0x95f6005a,0x4300000b,0x50000000,0x050000a2,0x239f74ff,0xfd9ff960,0xee9fab08,0xf146fd1f,0x8ffeefc3,0x0330a983,0x9baa0a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c05bc,0x99f60062,0x4300000b,0xe0000000,0x050000a2,0x239f74ff,0xfd9cf960,0xee9fa508,0xe146fd1f,0x8dfeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c055c,0x9df6006a,0x4300000c,0x60000000,0x050000a2,0x239f74ff,0xfd9af960,0xee9f9f08,0xc146fd1f,0x8afeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c050c,0xa0f5f072,0x4300000c,0xf0000000,0x050000a2,0x239f74ff,0xfd98f960,0xee9f9808,0xb146fd1f,0x79feefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5f07b,0x4300000d,0x80000000,0x050000a2,0x239f74ff,0xfd95f950,0xee9f9208,0x9146fd1f,0x64feefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5f084,0x42f0000e,0x00000000,0x050000a2,0x239f74ff,0xfd93f950,0xee9f8c08,0x8146fd1f,0x4efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5e08f,0x42f0000e,0x90000000,0x050000a2,0x239f74ff,0xfd91f950,0xee9f8608,0x6146fd1f,0x39feefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5e099,0x42f0000f,0x10000000,0x050000a2,0x239f74ff,0xfd8ff950,0xee9f8008,0x5146fd1f,0x23feefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5e0a4,0x42f0000f,0x90000000,0x050000a2,0x239f74ff,0xfd8cf950,0xee9f7908,0x3146fd1f,0x0efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5d0b0,0x42f00010,0x10000000,0x050000a2,0x239f74ff,0xfd8af950,0xee9f7308,0x1146fd1e,0xf9feefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5d0bb,0x42f00010,0x90000000,0x050000a2,0x239f74ff,0xfd88f950,0xee9f6d08,0x0146fd1e,0xe3feefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5c0c7,0x42f00011,0x10000000,0x050000a2,0x239f74ff,0xfd85f950,0xee9f6707,0xe146fd1e,0xcefeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5c0d3,0x42f00011,0x80000000,0x050000a2,0x239f74ff,0xfd83f950,0xee9f6107,0xd146fd1e,0xb9feefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5b0de,0x42f00012,0x00000000,0x050000a2,0x239f74ff,0xfd81f950,0xee9f5a07,0xb146fd1e,0xa3feefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5b0ea,0x42e00012,0x70000000,0x050000a2,0x239f74ff,0xfd7ff950,0xee9f5407,0xa146fd1e,0x8efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5a0f5,0x42e00012,0xe0000000,0x050000a2,0x239f74ff,0xfd7cf950,0xee9f4c07,0x7146fd1e,0x7efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5a0fd,0x42e00013,0x20000000,0x050000a2,0x239f74ff,0xfd7bf950,0xee9f4107,0x2146fd1e,0x7efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5a0fd,0x42e00013,0x20000000,0x050000a2,0x239f74ff,0xfd7bf950,0xee9f3506,0xd146fd1e,0x7efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5a0fd,0x42e00013,0x20000000,0x050000a2,0x239f74ff,0xfd7bf950,0xee9f2a06,0x7146fd1e,0x7efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5a0fd,0x42e00013,0x20000000,0x050000a2,0x239f74ff,0xfd7bf950,0xee9f1e06,0x2146fd1e,0x7efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5a0fd,0x42e00013,0x20000000,0x050000a2,0x239f74ff,0xfd7bf950,0xee9f1305,0xd146fd1e,0x7efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5a0fd,0x42e00013,0x20000000,0x050000a2,0x239f74ff,0xfd7bf950,0xee9f0705,0x7146fd1e,0x7efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5a0fd,0x42e00013,0x20000000,0x050000a2,0x239f74ff,0xfd7bf950,0xee9efb05,0x2146fd1e,0x7efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5a0fd,0x42e00013,0x20000000,0x050000a2,0x239f74ff,0xfd7bf950,0xee9ef004,0xd146fd1e,0x7efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5a0fd,0x42e00013,0x20000000,0x050000a2,0x239f74ff,0xfd7bf950,0xee9ee404,0x8146fd1e,0x7efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5a0fd,0x42e00013,0x20000000,0x050000a2,0x239f74ff,0xfd7bf950,0xee9ed904,0x2146fd1e,0x7efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5a0fd,0x42e00013,0x20000000,0x050000a2,0x239f74ff,0xfd7bf950,0xee9ecd03,0xd146fd1e,0x7efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5a0fd,0x42e00013,0x20000000,0x050000a2,0x239f74ff,0xfd7bf950,0xee9ec203,0x8146fd1e,0x7efeefc3,0x0330a983,0x9ba90a27,0xab429000,0xfcb00000,0x003a0003,0x0b079006,0x2a9ffaf6,0x2f6c04fc,0xa1f5a0fd,0x42e00013,0x20000000,0x050000a2,0x239f74ff,0xfd7bf950 +}; + +u32 ANIM_ENTRY_cradle_fall[] = +{ + 0xac7ffefa,0x323a0680,0x08f57fe3,0x005ed802,0xbe93c1a2,0x65ed4000,0xb0400000,0x0326000f,0xb3039e88,0xf9eff402,0x60b7e20c,0x34f84136,0x2a300011,0xf000000f,0x390000a2,0x26efca00,0x0ddc02f0,0xac7002fa,0xb2290660,0x11f4afdf,0x010e8e05,0xbe92b482,0x59e2a000,0xb0c00000,0x0315000f,0xb3039ea4,0xf9eff402,0x6065dfdc,0x43fe9138,0x2a200011,0x4000000f,0x500000a2,0x271fca00,0x0ddc02f0,0xac6006fb,0x42170630,0x1cf3efdd,0x01be4308,0xce90a822,0x4dd8b000,0xb1400000,0x0302000f,0xb3039ec1,0xf9eff402,0x6010ddbc,0x5205113a,0x2a200010,0x7000000f,0x690000a2,0x276fca00,0x0ddc02f0,0xac5009fb,0xc2050610,0x26f31fda,0x026df90b,0xce8f9ed2,0x42d12000,0xb1a00000,0x02ef000f,0xb3039ee0,0xf9eff402,0x6fbfdb9c,0x5f0b613c,0x2a30000f,0xa000000f,0x820000a2,0x27bfca00,0x0ddc02f0,0xac500dfc,0x41f305e0,0x31f25fd8,0x031db30e,0x9e8e9ac2,0x3bcdc000,0xb2100000,0x02dc000f,0xb3039efe,0xf9eff402,0x6f76d9bc,0x6b11013e,0x2a50000e,0xd000000f,0x9d0000a2,0x280fca00,0x0ddc02f0,0xac4010fc,0xc1e005b0,0x3cf18fd6,0x03cd7711,0x0e8e9aa2,0x37cdb000,0xb2800000,0x02ca000f,0xb3039f1b,0xf9eff402,0x6f3ad84c,0x7515a142,0x2a60000e,0x0000000f,0xb60000a2,0x284fca00,0x0ddc02f0,0xac3014fd,0x51cf0590,0x46f0bfd2,0x047d4612,0xfe909c42,0x38cf6000,0xb3000000,0x02b8000f,0xb3039f38,0xf9eff402,0x6f12d75c,0x7a18d147,0x2a70000d,0x4000000f,0xce0000a2,0x288fca00,0x0ddc02f0,0xac3018fd,0xc1be0580,0x4eefefce,0x051d2514,0x2e959f32,0x3bd27000,0xb3a00000,0x02a9000f,0xb3039f53,0xf9eff402,0x6efcd73c,0x791a714f,0x2a70000c,0xa000000f,0xe30000a2,0x28afca00,0x0ddc02f0,0xac201cfe,0x41af0580,0x56eeffc8,0x05bd0d14,0x8e9ca2f2,0x3fd66000,0xb4600000,0x029b000f,0xb3039f6c,0xf9eff402,0x6eefd80c,0x701af15e,0x2a60000c,0x2000000f,0xf50000a2,0x289fca00,0x0ddc02f0,0xac2020fe,0xb1a105a0,0x5cedffc0,0x063cf814,0x1ea8a722,0x42dac000,0xb5500000,0x0291000f,0xb3039f82,0xf9eff402,0x6ee9d9ac,0x621aa174,0x2a30000b,0xd0000000,0x030000a2,0x286fca00,0x0ddc02f0,0xac1025ff,0x119605e0,0x5fecefb6,0x06bce812,0xeeb7ab22,0x42df2000,0xb6800000,0x028a000f,0xb3039f94,0xf9eff402,0x6ee8dbec,0x4f19918e,0x29f0000b,0xc0000000,0x0c0000a2,0x27ffca00,0x0ddc02f0,0xac102aff,0x718c0640,0x61ebbfaa,0x071cdb11,0x2ec9aea2,0x3fe33000,0xb7e00000,0x0287000f,0xb3039fa3,0xf9eff402,0x6eecde9c,0x3917c1ad,0x29a0000b,0xf0000000,0x0f0000a2,0x274fca00,0x0ddc02f0,0xac0030ff,0xc18506d0,0x5fea5f99,0x076cd10e,0xdedeb142,0x35e68000,0xb9b00000,0x028a000f,0xb3039fad,0xf9eff402,0x6ef3e19c,0x221571cf,0x2940000c,0x70000000,0x0a0000a2,0x263fca00,0x0ddb02f0,0xabf03600,0x117f07c0,0x5be89f80,0x079ccb0c,0x2ef4b3d2,0x20ea1000,0xbcc00000,0x0295000f,0xb303bfb4,0xf9eff302,0x4efbe4bc,0x0b12a1f3,0x28e0000d,0xc000000f,0xfd0000a2,0x23ffca00,0x0dd902f0,0xabd03c00,0x417c0900,0x55e66f5f,0x07bcc809,0x2f0cb652,0x01ede000,0xc0f00000,0x02a7000f,0xb303ffb9,0xf9eff202,0x1f05e7cb,0xf50f9219,0x2880000f,0xb000000f,0xe70000a2,0x20cfca00,0x0dd502f0,0xaba04300,0x71790a80,0x4de40f38,0x07ccc705,0xff25b8e1,0xdbf1e000,0xc6000000,0x02bf000f,0xb3044fbb,0xf9eff001,0xef0feaab,0xe10c323f,0x28200012,0x2000000f,0xc90000a2,0x1cbfca00,0x0dd102f0,0xab804900,0x91780c30,0x43e17f0c,0x07ccc902,0xaf3fbb61,0xaef5f000,0xcbb00000,0x02db000f,0xb3049fbb,0xf9efee01,0xaf18ed2b,0xd108c264,0x27c00014,0xf000000f,0xa60000a2,0x181fca00,0x0dcb02f0,0xab605000,0xb1780df0,0x37dededf,0x07ccceff,0x6f59bdc1,0x7efa1000,0xd1c00000,0x02fa000f,0xb304dfba,0xf9efec01,0x6f20ef2b,0xc4055287,0x27600017,0xf000000f,0x7e0000a2,0x132fca00,0x0dc602f0,0xab405800,0xd1790fb0,0x2bdc4eb2,0x07acd6fc,0x3f72c021,0x4bfe2000,0xd7e00000,0x0319000f,0xb3051fb8,0xf9efea01,0x3f25f06b,0xbd0202a8,0x2710001b,0x1000000f,0x520000a2,0x0e2fca00,0x0dc202f0,0xab205f00,0xf17a1160,0x1dd9de86,0x079cdff9,0x3f8bc251,0x1a020000,0xddd00000,0x0337000f,0xb3054fb5,0xf9efe901,0x0f26f0db,0xbdfee2c5,0x26e0001e,0x1000000f,0x230000a2,0x093fca00,0x0dbf02f0,0xab206701,0x117c12f0,0x0fd7ae5e,0x078cebf6,0x9fa3c450,0xea05b000,0xe3500000,0x0353000f,0xb3055fb2,0xf9efe901,0x0f25f0bb,0xc3fc32dd,0x26c00020,0xe000000e,0xf30000a2,0x049fca00,0x0dbf02f0,0xab206e01,0x417f1460,0x00d5ce3b,0x076cf8f4,0x4fb9c620,0xbf091000,0xe8200000,0x036a000f,0xb3053fae,0xf9efea01,0x1f25f02b,0xcef9f2f0,0x26c00023,0x5000000e,0xc30000a2,0x009fca00,0x0dc002f0,0xab407601,0x7182157f,0xf1d46e20,0x075d07f2,0x9fcdc7c0,0x9b0c0000,0xec000000,0x037c000f,0xb304efab,0xf9efec01,0x5f24ef3b,0xddf862fd,0x27000025,0x4000000e,0x950000a2,0xfd6fca00,0x0dc602f0,0xab807e01,0xa185163f,0xe3d39e0e,0x074d17f1,0x7fdec920,0x7f0e8000,0xeea00000,0x0386000f,0xb3046fa9,0xf9efef01,0xcf22ee0b,0xf0f7a302,0x27600026,0x9000000e,0x680000a2,0xfb3fca00,0x0dce02f0,0xabd08601,0xf188168f,0xd4d36e08,0x074d29f1,0x0fecca40,0x6d106000,0xefc00000,0x0387000f,0xb3039fa9,0xf9eff402,0x6f21ecac,0x06f7c2fe,0x28100027,0x0000000e,0x400000a2,0xfa5fca00,0x0ddc02f0,0xac608f02,0x518b167f,0xc4d42e0d,0x074d44f1,0x5ffacb30,0x63120000,0xefd00000,0x0379000f,0xb3020fa8,0xf9effc03,0x8f1feb2c,0x1df902f0,0x29200026,0xa000000e,0x160000a2,0xfa7fca00,0x0df602f0,0xad209a02,0xc18f160f,0xb2d61e1d,0x075d6ff2,0x100acc10,0x5a138000,0xef400000,0x035a000f,0xb3ff5fa7,0xf9e00705,0x5f1ee99c,0x34fb32d8,0x2ab00025,0x9000000d,0xe70000a2,0xfb1fca00,0x0e2402f0,0xae20a603,0x4192155f,0x9dd8fe35,0x076da7f3,0x501acce0,0x5414f000,0xee400000,0x032d000f,0xb3fbdfa6,0xf9e01507,0x9f1ce80c,0x4cfe42b6,0x2c800023,0xf000000d,0xb50000a2,0xfc3fca00,0x0e6202f0,0xaf40b303,0xd196146f,0x86dc9e54,0x077de8f4,0xd02bcda0,0x50165000,0xece00000,0x02f6000f,0xb3f7afa4,0xf9e0250a,0x3f1be69c,0x6201d28c,0x2e900021,0xe000000d,0x800000a2,0xfdcfca00,0x0eab02f0,0xb070c104,0x719b135f,0x6fe0be79,0x079e2ef6,0x803cce40,0x4d178000,0xeb200000,0x02b8000f,0xb3f30fa2,0xf9e0370d,0x1f1be55c,0x7605c25e,0x30c0001f,0x6000000d,0x4b0000a2,0xffafca00,0x0efb02f0,0xb1b0ce05,0x11a0121f,0x58e53ea1,0x07ae77f8,0x404bcec0,0x4d189000,0xe9400000,0x0276000f,0xb3ee3fa1,0xf9e04810,0x1f1be45c,0x8709e22c,0x32f0001c,0xb000000d,0x170000a2,0x01cfca00,0x0f5002f0,0xb2e0da05,0xa1a610cf,0x42e9cecc,0x07bebffa,0x0057cf20,0x50197000,0xe7300000,0x0233000f,0xb3e96f9f,0xf9e05a13,0x1f1ce3ac,0x940df1f8,0x35100019,0xe000000c,0xe60000a2,0x043fca00,0x0fa402f0,0xb410e506,0x21ac0f6f,0x2dee5ef7,0x07cf04fb,0x9061cf50,0x541a3000,0xe5100000,0x01f2000f,0xb3e4df9f,0xf9e06a15,0xef1de33c,0x9d11d1c5,0x37000017,0x0000000c,0xb90000a2,0x06bfca00,0x0ff402f0,0xb510ee06,0x91b30e0f,0x1cf29f20,0x07bf41fc,0xe067cf60,0x5b1ab000,0xe2f00000,0x01b7000f,0xb3e0bf9f,0xf9e07918,0x6f20e30c,0xa4155193,0x38c00014,0x4000000c,0x910000a2,0x095fca00,0x003c02f0,0xb5f0f406,0xf1bb0cbf,0x0df66f47,0x07bf73fd,0xd069cf40,0x651af000,0xe0f00000,0x0185000f,0xb3dd4fa0,0xf9e0851a,0x8f22e2ec,0xa9183166,0x3a300011,0xb000000c,0x700000a2,0x0bffca00,0x007802f0,0xb690f707,0x31c40b7f,0x03f98f69,0x079f98fe,0x4065cee0,0x711ae000,0xdf200000,0x0160000f,0xb3dacfa2,0xf9e08e1c,0x1f26e2ec,0xad1a613e,0x3b40000f,0x7000000c,0x570000a2,0x0e8fca00,0x00a502f0,0xb6f0f707,0x51ce0a6e,0xfefbcf85,0x076fabfe,0x205bce50,0x801aa000,0xdd900000,0x0149000f,0xb3d95fa6,0xf9e0941c,0xff29e30c,0xb01ba11e,0x3be0000d,0xa000000c,0x490000a2,0x10ffca00,0x00be02f0,0xb6f0f207,0x41d9098e,0xfefd2f9a,0x071fabfd,0x3048cd50,0x9519c000,0xdc600000,0x0144000f,0xb3d94fac,0xf9e0941d,0x0f2ee33c,0xb21bc107,0x3bf0000c,0x4000000c,0x460000a2,0x136fca00,0x00bf02f0,0xb6b0e607,0x11e7089f,0x06fe2fad,0x06bfa1fa,0xd01fcac0,0xbe16b000,0xdb500000,0x0149000f,0xb3da7fb6,0xf9e08f1c,0x3f32e36c,0xb31b20f1,0x3b70000b,0x0000000c,0x4c0000a2,0x162fca00,0x00ab02f0,0xb620d306,0xc1f8079f,0x14ff0fc0,0x062f90f7,0x6fe5c6c0,0xfa118000,0xda700000,0x0155000f,0xb3dccfc3,0xf9e0861a,0xaf36e3ac,0xb419c0dd,0x3a900009,0xc000000c,0x5a0000a2,0x195fca00,0x008402f0,0xb560bc06,0x520b069f,0x26ffcfd1,0x059f7af3,0x4f9fc1a1,0x460ab000,0xd9a00000,0x0169000f,0xb3dfffd2,0xf9e07a18,0x9f3be3fc,0xb417e0c9,0x39400008,0x9000000c,0x6e0000a2,0x1ccfca00,0x004f02f0,0xb460a105,0xd220059f,0x3d005fe1,0x04ef62ee,0xef55bba1,0x9d02a000,0xd8e00000,0x0181000f,0xb3e3cfe4,0xf9e06b16,0x0f3fe43c,0xb51580b7,0x37b00007,0x7000000c,0x870000a2,0x206fca00,0x000e02f0,0xb3508305,0x3235049f,0x5600cff0,0x043f49ea,0xbf0eb521,0xfcf9d000,0xd8300000,0x019e000f,0xb3e82ff6,0xf9e05a13,0x2f44e47c,0xb512c0a7,0x35f00006,0x6000000c,0xa50000a2,0x242fca00,0x0fc502f0,0xb2206404,0x824b03af,0x72011ffd,0x037f33e7,0x2ed0ae62,0x5df09000,0xd7800000,0x01be000f,0xb3ecc008,0xf9e04810,0x2f48e4ac,0xb70fd097,0x34100005,0x7000000c,0xc70000a2,0x27cfca00,0x0f7602f0,0xb0f04403,0xd26002df,0x8d01400a,0x02cf21e4,0x9ea1a7b2,0xbde76000,0xd6c00000,0x01df000f,0xb3f1701a,0xf9e0360d,0x2f4ce4dc,0xb90cc08a,0x32200004,0xa000000c,0xeb0000a2,0x2b4fca00,0x0f2702f0,0xafc02603,0x1273020f,0xa9015015,0x020f15e3,0x6e86a163,0x18deb000,0xd6000000,0x0201000f,0xb3f60029,0xf9e0240a,0x3f4de4dc,0xb909a07f,0x30400003,0xf000000d,0x100000a2,0x2e7fca00,0x0eda02f0,0xaea00902,0x5285015f,0xc201601e,0x016f0ce2,0xde739bc3,0x69d6e000,0xd5200000,0x0223000f,0xb3fa4036,0xf9e01407,0x9f4de4dc,0xb906b076,0x2e800003,0x6000000d,0x360000a2,0x315fca00,0x0e9202f0,0xadaff101,0x929400cf,0xd9015026,0x00cf06e2,0xde649723,0xadd06000,0xd4200000,0x0242000f,0xb3fdf03f,0xf9e00705,0x5f4de4dc,0xb903e06f,0x2cf00003,0x0000000d,0x5b0000a2,0x33bfca00,0x0e5302f0,0xacdfdd00,0xe2a0005f,0xec01302c,0x004f01e3,0x5e5a93c3,0xdfcb9000,0xd2f00000,0x025f000f,0xb300f043,0xf9effc03,0xaf4de4dc,0xb901806a,0x2ba00002,0xc000000d,0x7e0000a2,0x357fca00,0x0e2002f0,0xac3fcf00,0x42a8001f,0xfb010030,0xffdefee4,0x4e549203,0xfbc90000,0xd1a00000,0x0277000f,0xb302f043,0xf9eff502,0xaf4de4dc,0xb9ff8069,0x2aa00002,0xc000000d,0x9f0000a2,0x367fca00,0x0dfd02f0,0xabdfc7ff,0xb2abfff0,0x0300c033,0xff9efde5,0x9e519204,0x00c8d000,0xd0000000,0x028a000f,0xb304003b,0xf9eff302,0x5f4de4dc,0xb9fe006a,0x2a100002,0xf000000d,0xbc0000a2,0x36cfca00,0x0deb02f0,0xab9fc3ff,0x32ab0010,0x09005033,0xff6efee7,0x4e529383,0xf8c9e000,0xce200000,0x029c000f,0xb304a02b,0xf9eff402,0x6f4de4dc,0xb9fcb070,0x29b00003,0x7000000d,0xda0000a2,0x368fca00,0x0ddf02f0,0xab7fc2fe,0xa2a90050,0x0dffc031,0xff4effe9,0x3e559643,0xe7cbf000,0xcbf00000,0x02ac000f,0xb3050013,0xf9eff402,0x6f4de4dc,0xb9fb807a,0x29700004,0x4000000d,0xf70000a2,0x35ffca00,0x0dd702f0,0xab7fc4fe,0x22a300b0,0x0fff002c,0xff3f01eb,0x5e5a9a03,0xcfced000,0xc9800000,0x02bb000f,0xb3053ff5,0xf9eff402,0x6f4de4dc,0xb9fa7087,0x29500005,0x4000000e,0x150000a2,0x34ffca00,0x0dd202f0,0xab7fc7fd,0xa29c0130,0x0ffe3027,0xff3f04ed,0xbe619ea3,0xb0d27000,0xc6e00000,0x02ca000f,0xb3054fd0,0xf9eff402,0x6f4de4dc,0xb9f97096,0x29500006,0x8000000e,0x330000a2,0x33cfca00,0x0dd002f0,0xab8fccfd,0x229301d0,0x0efd5020,0xff3f08f0,0x2e69a3f3,0x8cd69000,0xc4100000,0x02d8000f,0xb3052fa7,0xf9eff402,0x6f4de4dc,0xb9f890a8,0x29500007,0xe000000e,0x510000a2,0x325fca00,0x0dd002f0,0xabbfd3fc,0xa2890270,0x0cfc5018,0xff4f0cf2,0xae71a9d3,0x64db1000,0xc1300000,0x02e5000f,0xb304ff7b,0xf9eff402,0x6f4de4dc,0xb9f7b0bc,0x29700009,0x6000000e,0x6f0000a2,0x30bfca00,0x0dd102f0,0xabdfdafc,0x327e0330,0x0afb5010,0xff6f10f5,0x2e7aaff3,0x3adfe000,0xbe300000,0x02f2000f,0xb304af4d,0xf9eff402,0x6f4de4dc,0xb9f6e0d1,0x29a0000a,0xf000000e,0x8d0000a2,0x2f0fca00,0x0dd302f0,0xac0fe1fb,0xb27303e0,0x07fa4007,0xff7f13f7,0xae82b643,0x0ee4c000,0xbb300000,0x02ff000f,0xb3045f1d,0xf9eff402,0x6f4de4dc,0xb9f610e6,0x29d0000c,0x9000000e,0xab0000a2,0x2d3fca00,0x0dd602f0,0xac3fe9fb,0x326804a0,0x04f93ffe,0xff9f17fa,0x0e89bc92,0xe3e9a000,0xb8200000,0x030c000f,0xb3041eee,0xf9eff402,0x6f4de4dc,0xb9f530fb,0x29f0000e,0x3000000e,0xca0000a2,0x2b7fca00,0x0dd902f0,0xac5ff0fa,0xb25d0550,0x02f83ff6,0xffaf19fc,0x3e8fc2a2,0xbaee6000,0xb5300000,0x0319000f,0xb303dec0,0xf9eff402,0x6f4de4dc,0xb9f4610f,0x2a20000f,0xb000000e,0xe80000a2,0x29cfca00,0x0ddb02f0,0xac7ff6fa,0x425305f0,0x00f74fee,0xffbf1bfe,0x3e92c852,0x93f2c000,0xb2500000,0x0327000f,0xb303ae95,0xf9eff402,0x6f4de4dc,0xb9f38122,0x2a300011,0x3000000f,0x060000a2,0x283fca00,0x0ddc02f0,0xac8ffaf9,0xc24b0680,0x00f65fe8,0xffbf1bff,0xfe94cd72,0x71f6b000,0xaf900000,0x0335000f,0xb3039e6e,0xf9eff402,0x6f4de4dc,0xb9f29134,0x2a400012,0x8000000f,0x240000a2,0x26dfca00,0x0ddc02f0 +}; + +u32 ANIM_ENTRY_credits_bond_kissing[] = +{ + 0xffeffe00,0x0002000f,0xff0de08e,0xfc0000ff,0x4bfc000f,0xff400000,0xffb00000,0x00000000,0x00000000,0x00000000,0x0001001b,0xfe000ffe,0x3fe00000,0x00000000,0x00000000,0x00000000,0x00000000,0xffdffd00,0x1004000f,0xfe0db08b,0xfc1000fe,0x9bf8000f,0xff400000,0xff700000,0x00000000,0x00000000,0x00000000,0x0002002b,0xfd000ffd,0x3fd00000,0x00000000,0x00000000,0x00000000,0x00000000,0xffbffc00,0x2006000f,0xfd0d8088,0xfc3000fd,0xebf5000f,0xff400000,0xff300000,0x00000000,0x00000000,0x00000000,0x0003003b,0xfc000ffc,0x3fc00000,0x00000000,0x00000000,0x00000000,0x00000000,0xffaffa00,0x4008000f,0xfc0d5085,0xfc4000fd,0x2bf1000f,0xff400000,0xfef00000,0x00000000,0x00000000,0x00000000,0x0004005b,0xfb000ffb,0x3fb00000,0x00000000,0x00000000,0x00000000,0x00000000,0xff9ff900,0x500a000f,0xfb0d1082,0xfc5000fc,0x6bed000f,0xfe400000,0xfeb00000,0x00000000,0x00000001,0x00000000,0x0005006b,0xf9000ff9,0x3fa00000,0x00000000,0x00000000,0x00000000,0x00000000,0xff7ff800,0x600c000f,0xf90ce07f,0xfc7000fb,0xabe8000f,0xfe400000,0xfe600000,0x00000000,0x00000002,0x00000000,0x0006007b,0xf8000ff8,0x3f800000,0x00000000,0x00000000,0x00000000,0x00000000,0xff6ff600,0x700e000f,0xf80cb07b,0xfc8000fa,0xebe4000f,0xfe400000,0xfe200000,0x00000000,0x00000002,0x00000000,0x0007008b,0xf7000ff7,0x3f700000,0x00000000,0x00000000,0x00000000,0x00000000,0xff4ff500,0x8010000f,0xf70c8078,0xfca000fa,0x2be0000f,0xfd400000,0xfde00000,0x00000000,0x00000003,0x00000000,0x000800ab,0xf6000ff6,0x3f600000,0x00000000,0x00000000,0x00000000,0x00000000,0xff3ff400,0x9012000f,0xf60c4075,0xfcb000f9,0x5bdb000f,0xfd400000,0xfd900000,0x00000000,0x00000004,0x00000000,0x000900bb,0xf5000ff4,0x3f500000,0x00000000,0x00000000,0x00000000,0x00000000,0xff2ff300,0xb014000f,0xf50c1071,0xfcd000f8,0x9bd7000f,0xfc400000,0xfd500000,0x00000000,0x00000005,0x00000000,0x000a00cb,0xf4000ff3,0x3f400000,0x00000000,0x00000000,0x00000000,0x00000000,0xff0ff200,0xc016000f,0xf40bd06e,0xfce000f7,0xcbd2000f,0xfc400000,0xfd000000,0x00000000,0x00000006,0x00000000,0x000b00db,0xf2000ff2,0x3f200000,0x00000000,0x00000000,0x00000000,0x00000000,0xfefff000,0xd017000f,0xf30ba06b,0xfd0000f7,0x0bce000f,0xfc400000,0xfcc00000,0x00000000,0x00000006,0x00000000,0x000c00fb,0xf1000ff1,0x3f100000,0x00000000,0x00000000,0x00000000,0x00000000,0xfeefef00,0xe019000f,0xf10b6067,0xfd1000f6,0x3bc9000f,0xfc400000,0xfc700000,0x00000000,0x00000007,0x00000000,0x000d010b,0xf0000ff0,0x3f000000,0x00000000,0x00000000,0x00000000,0x00000000,0xfecfee01,0x001b000f,0xf00b3064,0xfd3000f5,0x6bc4000f,0xfc400000,0xfc300000,0x00000000,0x00000008,0x00000000,0x000f011b,0xef000fee,0x3ef00000,0x00000000,0x00000000,0x00000000,0x00000000,0xfebfed01,0x101d000f,0xef0af060,0xfd4000f4,0x9bbf000f,0xfc400000,0xfbe00000,0x00000000,0x0000000a,0x00000000,0x0010012b,0xed000fed,0x3ee00000,0x00000000,0x00000000,0x00000000,0x00000000,0xfeafec01,0x201f000f,0xee0ac05d,0xfd6000f3,0xcbbb000f,0xfc400000,0xfba00000,0x00000000,0x0000000b,0x00000000,0x0011014b,0xec000fec,0x3ed00000,0x00000000,0x00000000,0x00000000,0x00000000,0xfe8feb01,0x3021000f,0xec0a8059,0xfd8000f2,0xfbb6000f,0xfd400000,0xfb500000,0x00000000,0x0000000c,0x00000000,0x0012015b,0xeb000feb,0x3eb00000,0x00000000,0x00000000,0x00000000,0x00000000,0xfe7fe901,0x5023000f,0xeb0a5056,0xfd9000f2,0x3bb1000f,0xfd400000,0xfb100000,0x00000000,0x0000000d,0x00000000,0x0013016b,0xe9000fe9,0x3ea00000,0x00000000,0x00000000,0x00000000,0x00000000,0xfe6fe801,0x6025000f,0xea0a1052,0xfdb000f1,0x6bac000f,0xfe400000,0xfac00000,0x00000000,0x0000000e,0x00000000,0x0014017b,0xe8000fe8,0x3e900000,0x00000000,0x00000000,0x00000000,0x00000000,0xfe4fe701,0x7027000f,0xe909e04f,0xfdc000f0,0x9ba70000,0x00400000,0xfa700000,0x00000000,0x0000000f,0x00000000,0x0015019b,0xe7000fe7,0x3e800000,0x00000000,0x00000000,0x00000000,0x00000000,0xfe3fe601,0x9029000f,0xe809a04b,0xfde000ef,0xcba30000,0x05400000,0xfa300000,0x00160000,0x00000010,0x00000000,0x001601ab,0xe5000fe5,0x3e700000,0x00000000,0x00000000,0x00000000,0x00000000,0xfe2fe501,0xa02b000f,0xe6097048,0xfdf000ef,0x0b9efff0,0x0b3ff000,0xf9e00000,0x002d0000,0x00000011,0x00000000,0x001701bb,0xe4000fe4,0x3e600000,0x00000000,0x00000000,0x00000000,0x00000000,0xfe0fe301,0xb02d000f,0xe5094044,0xfe1000ee,0x3b99fff0,0x103ff000,0xf9a00000,0x00450000,0x00000012,0x00000000,0x001801db,0xe3000fe3,0x3e500000,0x00000000,0x00000000,0x00000000,0x00000000,0xfdffe201,0xc02f000f,0xe4090041,0xfe2000ed,0x6b95fff0,0x153ff000,0xf9500000,0x005d0000,0x00000013,0x00000000,0x001901eb,0xe1000fe1,0x3e400000,0x00000000,0x00000000,0x00000000,0x00000000,0xfdefe101,0xe031000f,0xe308d03e,0xfe4000ec,0xab90fff0,0x193ff000,0xf9100000,0x00750000,0x00000013,0x00000000,0x001a020b,0xe0000fe0,0x3e300000,0x00000000,0x00000000,0x00000000,0x00000000,0xfdcfe001,0xf033000f,0xe208903a,0xfe5000eb,0xeb8cfff0,0x1d3ff000,0xf8d00000,0x008d0000,0x00000014,0x00000000,0x001b021b,0xde000fdf,0x3e200000,0x00000000,0x00000000,0x00000000,0x00000000,0xfdbfdf02,0x0035000f,0xe1086037,0xfe7000eb,0x1b88ffe0,0x213ff000,0xf8800000,0x00a60000,0x00000015,0x00000000,0x001c022b,0xdc000fdd,0x3e100000,0x00000000,0x00000000,0x00000000,0x00000000,0xfd9fdd02,0x1037000f,0xdf083034,0xfe8000ea,0x5b83ffe0,0x253ff000,0xf8400000,0x00bf0000,0x00000015,0x00000000,0x001d024b,0xdb000fdb,0x3e000000,0x00000000,0x00000000,0x00000000,0x00000000,0xfd8fdc02,0x2039000f,0xde080031,0xfea000e9,0x9b7fffe0,0x293ff000,0xf8000000,0x00d80000,0x00000016,0x00000000,0x001f025b,0xd9000fda,0x3df00000,0x00000000,0x00000000,0x00000000,0x00000000,0xfd7fdb02,0x303b000f,0xdd07c02e,0xfeb000e8,0xeb7bffd0,0x2c3ff000,0xf7b00000,0x00f00000,0x00000016,0x00000000,0x0020026b,0xd6000fd8,0x3de00000,0x00000000,0x00000000,0x00000000,0x00000000,0xfd5fd902,0x403d000f,0xdc07902a,0xfec000e8,0x2b77ffd0,0x303ff000,0xf7700000,0x01080000,0x00000017,0x00000000,0x0021028b,0xd4000fd7,0x3dd00000,0x00000000,0x00000000,0x00000000,0x00000000,0xfd4fd802,0x503f000f,0xdb076027,0xfee000e7,0x7b74ffd0,0x333ff000,0xf7300000,0x01200000,0x00000017,0x00000000,0x0022029b,0xd2000fd5,0x3dc00000,0x00000000,0x00000000,0x00000000,0x00000000,0xfd2fd702,0x6041000f,0xda073024,0xfef000e6,0xcb70ffc0,0x353ff000,0xf6f00000,0x01370000,0x00000017,0x00000000,0x002302ab,0xcf000fd4,0x3db00000,0x00000000,0x00000000,0x00000000,0x00000000,0xfd1fd502,0x7043000f,0xda070022,0xff0000e6,0x1b6dffc0,0x383ff000,0xf6b00000,0x014e0000,0x00000017,0x00000000,0x002402cb,0xcd000fd2,0x3da00000,0x00000000,0x00000000,0x00000000,0x00000000,0xfd0fd402,0x8045000f,0xd906d01f,0xff2000e5,0x6b6affc0,0x3b3ff000,0xf6700000,0x01640000,0x00000017,0x00000000,0x002502db,0xcb000fd0,0x3d900000,0x00000000,0x00000000,0x00000000,0x00000000,0xfcefd302,0x9047000f,0xd806b01c,0xff3000e4,0xbb67ffc0,0x3e3ff000,0xf6300000,0x017a0000,0x00000017,0x00000000,0x002602eb,0xc8000fcf,0x3d800000,0x00000000,0x00000000,0x00000000,0x00000000,0xfcdfd102,0xa049000f,0xd7068019,0xff4000e4,0x1b64ffc0,0x40400000,0xf5f00000,0x018e0000,0x00000016,0x00000000,0x0027030b,0xc6000fcd,0x3d700000,0x00000000,0x00000000,0x00000000,0x00000000,0xfcbfd002,0xa04b000f,0xd6065017,0xff5000e3,0x7b61ffb0,0x42400000,0xf5b00000,0x01a10000,0x00000016,0xffffff00,0x3028031b,0xc3000fcc,0x3d600000,0x00000000,0x00000000,0x00000000,0x00000000,0xfcafce02,0xb04d000f,0xd6063014,0xff6000e2,0xeb5fffb0,0x45400000,0xf5800000,0x01b40000,0x00000015,0xffffff00,0x7029033b,0xc1000fcb,0x3d500000,0x00000000,0x00000000,0x00000000,0x00000000,0xfc8fcd02,0xb050000f,0xd5060012,0xff7000e2,0x4b5cffb0,0x47400000,0xf5400000,0x01c50000,0x00000014,0xffffff00,0xc02a035b,0xbf000fc9,0x3d400000,0x00000000,0x00000000,0x00000000,0x00000000,0xfc7fcb02,0xc052000f,0xd405e00f,0xff8000e1,0xbb5affb0,0x49401000,0xf5100000,0x01d50000,0x00000013,0xffffff01,0x102b036b,0xbd000fc8,0x3d400000,0x00000000,0x00000000,0x00000000,0x00000000,0xfc5fca02,0xc054000f,0xd405c00d,0xff9000e1,0x3b59ffb0,0x4c401000,0xf4d00000,0x01e30000,0x00000012,0x00000001,0x602c038b,0xbb000fc7,0x3d300000,0x00000000,0x00000000,0x00000000,0x00000000,0xfc4fc802,0xd056000f,0xd305a00b,0xffa000e0,0xab57ffc0,0x4e401000,0xf4a00000,0x01f10000,0x00000010,0x00100001,0xb02e03ab,0xb9000fc6,0x3d200000,0x00000000,0x00000000,0x00000000,0x00000000,0xfc2fc602,0xd059000f,0xd3058009,0xffb000e0,0x2b56ffc0,0x50402000,0xf4700000,0x01fd0000,0x0000000e,0x00300002,0x102f03cb,0xb8000fc6,0x3d200000,0x00000000,0x00000000,0x00000000,0x00000000,0xfc0fc502,0xd05b000f,0xd3056007,0xffc000df,0xbb55ffc0,0x53402000,0xf4300000,0x02090000,0x0000000d,0x00600102,0x603003eb,0xb6000fc5,0x3d100000,0x00000000,0x00000000,0x00000000,0x00000000,0xfbffc302,0xd05d000f,0xd2054005,0xffd000df,0x3b54ffd0,0x55402000,0xf4000000,0x02140000,0x0000000a,0x00a00202,0xc031040b,0xb5000fc4,0x3d100000,0x00000000,0x00000000,0x00000000,0x00000000,0xfbdfc102,0xd060000f,0xd2052004,0xffe000de,0xcb54ffd0,0x57403000,0xf3d00000,0x021f0000,0x00000008,0x00e00203,0x1032043b,0xb4000fc3,0x3d100000,0x00000000,0x00000000,0x00000000,0x00000000,0xfbbfbf02,0xd062000f,0xd2051002,0xffe000de,0x6b54ffe0,0x5a403000,0xf3b00000,0x02290000,0x00000006,0x01400303,0x5033046b,0xb4000fc2,0x3d100000,0x00000000,0x00000000,0x00000000,0x00000000,0xfbafbd02,0xd064000f,0xd204f001,0xfff000de,0x0b54ffe0,0x5d404000,0xf3800000,0x02320000,0x00000003,0x01a00503,0x9034048b,0xb3000fc0,0x3d100000,0x00000000,0x00000000,0x00000000,0x00000000,0xfb8fbb02,0xd067000f,0xd204e000,0xfff000dd,0xab55fff0,0x5f404000,0xf3500000,0x023a0000,0x00000000,0x02100603,0xb035049b,0xb3000fbf,0x3d100000,0x00000000,0x00000000,0x00000000,0x00000000,0xfb6fb902,0xd069000f,0xd204dffe,0x000000dd,0x5b560000,0x62404000,0xf3300000,0x02420000,0x00000ffd,0x02900703,0xc03404ab,0xb4000fbd,0x3d100000,0x60000000,0x00000000,0xffe00000,0x00000000,0xfb4fb702,0xc06c000f,0xd204cffd,0x000000dc,0xfb570010,0x65405000,0xf3100000,0x024a0000,0x00000ffa,0x03100903,0xc032049b,0xb4000fbb,0x3d200000,0xf0000000,0x00000000,0xffd00000,0x00000000,0xfb2fb502,0xc06f000f,0xd304bffb,0x000000dc,0x9b5a0020,0x68406000,0xf3000000,0x02500000,0x00001ff7,0x03900a03,0xa031047b,0xb5000fb8,0x3d200001,0x90000000,0x00000000,0xffb00000,0x00000000,0xfaffb302,0xb071000f,0xd304aff9,0x000000dc,0x2b5c0020,0x6c406000,0xf3000000,0x02570000,0x00003ff5,0x04200c03,0x702f044b,0xb6000fb6,0x3d300002,0x30000000,0x00000000,0xff900000,0x00000000,0xfadfb002,0xa074000f,0xd304aff7,0x000000db,0xbb600030,0x6f407000,0xf3000000,0x025c0000,0x00005ff3,0x04c00e03,0x202d040b,0xb8000fb3,0x3d400002,0xe0000000,0x00000000,0xff700000,0x00000000,0xfaafae02,0x9077000f,0xd4049ff5,0xfff000db,0x4b630030,0x73407000,0xf3000000,0x02610000,0x00007ff1,0x05600f02,0xc02b03ab,0xba000fb0,0x3d500003,0xa0000000,0x00000000,0xff500000,0x00000000,0xfa7fab02,0x807a000f,0xd4049ff3,0xffe000da,0xdb670030,0x77408000,0xf3100000,0x02660000,0x00009fef,0x06001102,0x6028035b,0xbb000fad,0x3d600004,0x70000000,0x00000000,0xff200000,0x00000000,0xfa4fa902,0x707d000f,0xd5048ff0,0xffe000da,0x6b6b0040,0x7b408000,0xf3200000,0x026a0000,0x0000bfed,0x06a01301,0xe02602eb,0xbe000faa,0x3d800005,0x40000000,0x00000000,0xff000000,0x00000000,0xfa1fa602,0x6080000f,0xd6048fee,0xffd000d9,0xfb6f0040,0x80409000,0xf3400000,0x026e0000,0x0000efeb,0x07401501,0x6023027b,0xc0000fa6,0x3d900006,0x20000000,0x00000000,0xfed00000,0x00000000,0xf9efa302,0x5083000f,0xd7048fec,0xffc001d9,0x8b730040,0x8440a000,0xf3500000,0x02720000,0x00011fe9,0x07f01800,0xd02101fb,0xc2000fa3,0x3db00007,0x00000000,0x00000000,0xfeb00000,0x00000000,0xf9bfa102,0x4086000f,0xd7048fe9,0xffb001d9,0x0b780050,0x8940a000,0xf3700000,0x02750000,0x00013fe7,0x08a01a00,0x401e017b,0xc5000fa0,0x3dc00007,0xe0000000,0x00000000,0xfe800000,0x00000000,0xf97f9e02,0x3089000f,0xd8048fe7,0xffa001d8,0x9b7c0050,0x8f40b000,0xf3900000,0x02770000,0x00016fe5,0x09401cff,0xa01c00eb,0xc7000f9c,0x3de00008,0xd0000000,0x00000000,0xfe600000,0x00000000,0xf94f9b02,0x108c000f,0xd9048fe5,0xff9001d8,0x2b810050,0x9440b000,0xf3b00000,0x027a0000,0x00019fe2,0x09f01fff,0x0019005b,0xca000f99,0x3e000009,0xb0000000,0x00000000,0xfe300000,0x00000000,0xf91f9802,0x008f000f,0xda048fe2,0xff8001d7,0xcb850060,0x9a40c000,0xf3d00000,0x027c0000,0x0001cfe0,0x0aa021fe,0x6016ffcb,0xcc000f96,0x3e20000a,0xa0000000,0x00000000,0xfe100000,0x00000000,0xf8ef9501,0xe092000f,0xdb048fe0,0xff7001d7,0x5b890070,0xa040d000,0xf3f00000,0x027e0000,0x0001ffdd,0x0b4024fd,0xb014ff3b,0xcf000f93,0x3e40000b,0x80000000,0x00000000,0xfdf00000,0x00000000,0xf8af9301,0xd095000f,0xdc048fde,0xff6002d6,0xfb8d0070,0xa740d000,0xf4100000,0x027f0000,0x00021fda,0x0bf026fd,0x1011feab,0xd2000f8f,0x3e60000c,0x60000000,0x00000000,0xfdc00000,0x00000000,0xf87f9001,0xb098000f,0xdd049fdd,0xff5002d6,0x9b910080,0xae40e000,0xf4300000,0x02800000,0x00024fd7,0x0c9029fc,0x700ffe1b,0xd4000f8c,0x3e80000d,0x40000000,0x00000000,0xfda00000,0x00000000,0xf84f8d01,0xa09c000f,0xde049fdb,0xff4002d6,0x4b940090,0xb640e000,0xf4400000,0x02810000,0x00026fd4,0x0d202cfb,0xd00cfd8b,0xd7000f88,0x3ea0000e,0x10000000,0x00000000,0xfd800000,0x00000000,0xf81f8a01,0x909f000f,0xdf049fda,0xff3002d5,0xfb9600b0,0xbd40f000,0xf4600000,0x02820000,0x00028fd0,0x0dc02efb,0x300afcfb,0xd9000f84,0x3ec0000e,0xe0000000,0x00000000,0xfd700000,0x00000000,0xf7ef8701,0x70a2000f,0xe004afd9,0xff2002d5,0xbb9900c0,0xc640f000,0xf4700000,0x02820000,0x0002afcb,0x0e5031fa,0xa008fc7b,0xdb000f81,0x3ee0000f,0xb0000000,0x00000000,0xfd500000,0x00000000,0xf7cf8501,0x60a5000f,0xe104afd8,0xff1002d5,0x7b9b00e0,0xce410000,0xf4700000,0x02830000,0x0002bfc7,0x0ed034fa,0x2006fbfb,0xde000f7d,0x3f000010,0x60000000,0x00000000,0xfd400000,0x00000000,0xf79f8201,0x40a8000f,0xe204afd7,0xff1002d5,0x4b9c0100,0xd7411000,0xf4700000,0x02830000,0x0002cfc1,0x0f5037f9,0xa004fb7b,0xe0000f7a,0x3f200011,0x10000000,0x00000000,0xfd300000,0x00000000,0xf77f7f01,0x30ab000f,0xe304bfd7,0xff0002d5,0x1b9c0120,0xe1411000,0xf4700000,0x02830000,0x0002dfbc,0x0fd03af9,0x3002fb0b,0xe3000f77,0x3f400011,0xb0000000,0x00000000,0xfd200000,0x00000000,0xf75f7d01,0x10ad000f,0xe404bfd7,0xff0002d5,0x0b9c0150,0xeb412000,0xf4600000,0x02830000,0x0002dfb5,0x10303cf8,0xd001faab,0xe5000f74,0x3f600012,0x40000000,0x00000000,0xfd200000,0x00000000,0xf73f7a01,0x00b0000f,0xe504bfd8,0xff0002d4,0xfb9b0170,0xf6412000,0xf4400000,0x02830000,0x0002dfaf,0x10a03ff8,0x8000fa5b,0xe8000f72,0x3f800012,0xc0000000,0x00000000,0xfd200000,0x00000000,0xf71f7800,0xf0b3000f,0xe604cfd9,0xff0002d4,0xeb9901a1,0x01413000,0xf4200000,0x02830000,0x0002cfa7,0x10f042f8,0x4ffffa0b,0xeb000f71,0x3fa00013,0x40000000,0x00000000,0xfd200000,0x00000000,0xf70f7600,0xd0b6000f,0xe704cfda,0xff0002d4,0xfb9501e1,0x0c413000,0xf4000000,0x02820000,0x0002bf9f,0x114045f8,0x2ffef9bb,0xee000f70,0x3fb00013,0xb0000000,0x00000000,0xfd300000,0x00000000,0xf6ff7400,0xc0b8000f,0xe804dfdc,0xff1002d5,0x1b910221,0x18414000,0xf3c00000,0x02820000,0x00029f96,0x117048f8,0x0ffdf97b,0xf1000f6f,0x3fd00014,0x20000000,0x00000000,0xfd400000,0x00000000,0xf6ef7200,0xb0bb000f,0xe804dfdf,0xff2002d5,0x4b8c0261,0x25415000,0xf3800000,0x02820000,0x00026f8c,0x11a04bf8,0x1ffdf92b,0xf3000f6f,0x3fe00014,0x90000000,0x00000000,0xfd600000,0x00000000,0xf6ef7000,0xa0bd000f,0xe904dfe2,0xff3002d5,0x7b8802a1,0x32415000,0xf3300000,0x02820000,0x00023f82,0x11c04ef8,0x3ffcf8eb,0xf6000f6e,0x40000015,0x00000000,0x00000000,0xfd700000,0x00000000,0xf6df6e00,0x90c0000f,0xea04dfe5,0xff4002d5,0xcb8302f1,0x40416000,0xf2c00000,0x02820000,0x0001ff77,0x11d051f8,0x6ffcf8ab,0xf8000f6e,0x40100015,0x70000000,0x00000000,0xfd900000,0x00000000,0xf6ef6c00,0x80c2000f,0xea04efe9,0xff6001d6,0x2b7e0351,0x4f416000,0xf2500000,0x02820000,0x0001bf6b,0x11d054f8,0xcffcf86b,0xfa000f6f,0x40200015,0xd0000000,0x00000000,0xfdc00000,0x00000000,0xf6ef6b00,0x70c4000f,0xeb04efee,0xff8001d6,0x9b7a03b1,0x5e417000,0xf1d00000,0x02820000,0x00015f5e,0x11c057f9,0x3ffcf82b,0xfc000f6f,0x40300016,0x30000000,0x00000000,0xfde00000,0x00000000,0xf6ff6900,0x60c6000f,0xeb04eff3,0xffa000d7,0x1b770411,0x6e417000,0xf1400000,0x02820000,0x0000ff50,0x11a05af9,0xdffcf7eb,0xfe000f70,0x40400016,0x90000000,0x00000000,0xfe100000,0x00000000,0xf71f6800,0x60c8000f,0xec04eff9,0xffd000d7,0xbb760481,0x7e418000,0xf0a00000,0x02820000,0x00008f41,0x11605cfa,0x8ffcf7ab,0xff000f72,0x40500016,0xf0000000,0x00000000,0xfe300000,0x00000000,0xf72f6700,0x50ca000f,0xec04e000,0x000000d8,0x6b7604f1,0x90417000,0xefe00000,0x02830000,0x00000f32,0x11105ffb,0x6ffcf76c,0x00000f74,0x40500017,0x40000000,0x00000000,0xfe600000,0x00000000,0xf75f6600,0x50cc000f,0xed04e008,0x003fffd9,0x4b780581,0xa5415000,0xef100000,0x02830000,0x00ff5f1f,0x10b062fc,0x6ffcf73c,0x00000f77,0x40600017,0x90000000,0x00000000,0xfe900000,0x00000000,0xf78f6500,0x40ce000f,0xed04e013,0x007ffeda,0x8b7d0621,0xbd414000,0xee100000,0x02840000,0x00fe7f07,0x104065fd,0x9ffcf6fc,0x00000f7a,0x40600017,0xe0000000,0x00000000,0xfeb00000,0x00000000,0xf7bf6500,0x40d0000f,0xed04f020,0x00bffddb,0xfb8306d1,0xd6412000,0xecf00000,0x02850000,0x00fd7eec,0x0fb067fe,0xeffdf6cc,0x00000f7e,0x40600018,0x20000000,0x00000000,0xfeefff00,0x00000000,0xf7ff6400,0x40d2000f,0xee05002f,0x00fffbdd,0xab8b0781,0xf0411000,0xebb00000,0x02870000,0x00fc5ece,0x0f006a00,0x6ffdf69c,0x00000f83,0x40600018,0x60000000,0x00000000,0xff1fff00,0x00000000,0xf83f6400,0x40d5000f,0xee050040,0x014ffadf,0x7b950832,0x0c40f000,0xea600000,0x02880000,0x00fb1eae,0x0e406d02,0x1ffdf66c,0x00000f87,0x40700018,0xa0000000,0x00000000,0xff3fff00,0x00000000,0xf88f6400,0x40d7000f,0xef051052,0x019ff8e1,0x6b9f08f2,0x2740d000,0xe9000000,0x028a0000,0x00f9de8c,0x0d606f04,0xbffef63c,0x00000f8c,0x40700018,0xd0000000,0x00000000,0xff6fff00,0x00000000,0xf8df6400,0x40d9000f,0xef052066,0x01fff6e3,0x6ba909b2,0x4340b000,0xe7900000,0x028c0000,0x00f88e6a,0x0c507108,0xbffef60c,0x00000f92,0x40700018,0xf0000000,0x00000000,0xff800000,0x00000000,0xf92f6400,0x40dc000f,0xf005307b,0x024ff4e5,0x5bb30a72,0x5d409000,0xe6100000,0x028f0000,0x00f74e48,0x0b20730d,0xcffef5dc,0x00000f97,0x40700019,0x10000000,0x00000000,0xffa00000,0x00000000,0xf97f6400,0x40de000f,0xf0054090,0x02aff2e7,0x3bbd0b32,0x77407000,0xe4a00000,0x02920000,0x00f61e28,0x09d07513,0x8ffff5bc,0x00000f9c,0x40700019,0x20000000,0x00000000,0xffc00000,0x00000000,0xf9df6400,0x40e0000f,0xf10550a7,0x030ff0e8,0xebc60be2,0x8f405000,0xe3300000,0x02950000,0x00f50e09,0x08807819,0x9ffff59c,0x00000fa2,0x40700019,0x30000000,0x00000000,0xffd00000,0x00000000,0xfa3f6400,0x40e2000f,0xf10560bd,0x036feeea,0x7bce0c92,0xa4403000,0xe1c00000,0x02990000,0x00f41ded,0x07207a1f,0xaffff56c,0x00000fa8,0x40700019,0x30000000,0x00000000,0xfff00000,0x00000000,0xfa9f6400,0x40e4000f,0xf20570d4,0x03dfebeb,0xdbd40d22,0xb7401000,0xe0700000,0x029d0000,0x00f35dd5,0x05c07d25,0x3ffff54c,0x00000fae,0x40700019,0x30000000,0x00000000,0x00000000,0x00000000,0xfaff6400,0x40e6000f,0xf20580ea,0x043fe9ec,0xdbd90db2,0xc73ff000,0xdf300000,0x02a10000,0x00f2cdc1,0x0480802a,0x0ffff52c,0x00000fb5,0x40700019,0x20000000,0x00000000,0x00000000,0x00000000,0xfb5f6400,0x40e8000f,0xf2059100,0x04afe6ed,0x8bdb0e32,0xd33fd000,0xde100000,0x02a60000,0x00f28db2,0x0350832d,0xb000f50c,0x00000fbc,0x40700019,0x00000000,0x00000000,0x00100000,0x00000000,0xfbbf6500,0x40e9000f,0xf2059116,0x050fe4ed,0xfbda0e92,0xdb3fb000,0xdcf00000,0x02ac0000,0x00f28da9,0x0240882f,0xd000f4ec,0x00000fc3,0x40600018,0xd0000000,0x00000000,0x00100000,0x00000000,0xfc2f6500,0x40ea000f,0xf205912a,0x057fe1ee,0x3bd90ef2,0xdf3fa000,0xdbe00000,0x02b2000f,0xfff2eda5,0x01508d31,0x0000f4dc,0x00000fca,0x40600018,0xa0000000,0x00000000,0x00100000,0x00000000,0xfc8f6500,0x40eb000f,0xf205a13e,0x05efdfee,0x7bd60f32,0xe13f9000,0xdad00000,0x02b9000f,0xfef38da3,0x00709432,0x0000f4cc,0x00000fd0,0x40600018,0x50000000,0x00000000,0x00100000,0x00000000,0xfcef6600,0x50eb000f,0xf2059150,0x065fdcee,0x9bd30f72,0xe03f8000,0xd9c00000,0x02c0000f,0xfdf45da3,0xff909d32,0xd000f4ac,0x00000fd7,0x40600018,0x00000000,0x00000000,0x00100000,0x00000000,0xfd4f6600,0x50ec000f,0xf2059160,0x06bfdaee,0xabcf0f92,0xdc3f7000,0xd8c00000,0x02c7000f,0xfbf55da5,0xfec0a733,0x8000f49c,0x00000fde,0x40600017,0xa0000000,0x00000000,0x00000000,0x00000000,0xfd9f6600,0x50eb000f,0xf105816f,0x072fd8ee,0xabca0fb2,0xd63f6000,0xd7c00000,0x02cf000f,0xfaf66da7,0xfe00b234,0x0000f49c,0x00000fe4,0x40600017,0x40000000,0x00000000,0x00000000,0x00000000,0xfdff6700,0x50eb000f,0xf005717b,0x078fd5ee,0xbbc40fd2,0xce3f5000,0xd6c00000,0x02d7000f,0xf9f79da9,0xfd40be34,0x5000f48c,0x00000fea,0x40600016,0xe0000000,0x00000000,0x00000000,0x00000000,0xfe4f6700,0x50e9000f,0xf0056185,0x07ffd3ee,0xbbbe0fe2,0xc53f4000,0xd5e00000,0x02e0000f,0xf9f8cdab,0xfc80cb34,0x9000f47c,0x00000ff0,0x40600016,0x90000000,0x00000000,0x00000000,0x00000000,0xfe9f6700,0x50e8000f,0xef05418d,0x085fd1ee,0xcbb80fe2,0xba3f3000,0xd5100000,0x02e8000f,0xfaf9edac,0xfbd0d834,0xb000f47c,0x00000ff7,0x40500016,0x30000000,0x00000000,0xfff00000,0x00000000,0xfeef6700,0x50e6000f,0xee052191,0x08cfcfee,0xebb20fe2,0xae3f3000,0xd4500000,0x02f1000f,0xfcfb0dac,0xfb30e634,0xb000f47c,0x00000ffc,0x40500015,0xf0000000,0x00000000,0xfff00000,0x00000000,0xff2f6700,0x50e3000f,0xec04f193,0x092fceef,0x1bac0fe2,0xa13f2000,0xd3a00000,0x02f90000,0x00fbfda9,0xfa90f534,0xa000f46c,0x00000000,0x40500015,0xb0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x50df000f,0xeb04c191,0x097fccef,0x4ba50fd2,0x923f1000,0xd3000000,0x03020000,0x06fcdda4,0xfa010434,0x7000f46b,0xff000002,0x40500015,0x80000000,0x00000000,0x000fff00,0x00000000,0xff2f6700,0x50db000f,0xe904818d,0x09dfcbef,0x9b9d0fc2,0x843f1000,0xd2700000,0x030b0000,0x11fdbd9b,0xf9711434,0x3000f46b,0xff000002,0x40500015,0x50000000,0x00000000,0x000fff00,0x00000000,0xff2f6700,0x50d6000f,0xe6043185,0x0a3fc9ef,0xeb940fb2,0x753f0000,0xd1f00000,0x03130000,0x20fead90,0xf8e12333,0xe000f46b,0xfe000002,0x40500015,0x20000000,0x00000000,0x001fff00,0x00000000,0xff2f6700,0x50d1000f,0xe403e17c,0x0a9fc8f0,0x3b8b0fa2,0x653ef000,0xd1800000,0x031b0000,0x31ff9d83,0xf8613233,0x9000f47b,0xfe000003,0x40500015,0x00000000,0x00000000,0x002fff00,0x00000000,0xff2f6700,0x50cb000f,0xe2038172,0x0affc8f0,0x8b800f92,0x563ef000,0xd1100000,0x03230000,0x44007d74,0xf7e14133,0x3000f47b,0xfe000003,0x40500014,0xe0000000,0x00000000,0x003fff00,0x00000000,0xff2f6700,0x50c5000f,0xdf031165,0x0b5fc7f0,0xeb760f72,0x473ee000,0xd0b00000,0x032b0000,0x59016d64,0xf7715032,0xc000f47b,0xfe000003,0x40500014,0xc0000000,0x00000000,0x003fff00,0x00000000,0xff2f6700,0x50bf000f,0xdc02b158,0x0bbfc7f1,0x4b6b0f62,0x393ed000,0xd0600000,0x03320000,0x70024d54,0xf7015e32,0x6000f47b,0xfd000002,0x40500014,0xb0000000,0x00000000,0x004fff00,0x00000000,0xff2f6700,0x50b9000f,0xda02414b,0x0c1fc7f1,0xab600f52,0x2b3ec000,0xd0000000,0x03390000,0x86031d43,0xf6916b31,0xf000f47b,0xfd000002,0x40500014,0x90000000,0x00000000,0x005fff00,0x00000000,0xff2f6700,0x50b4000f,0xd701d13c,0x0c6fc8f2,0x0b550f52,0x1f3eb000,0xcfc00000,0x03400000,0x9d03ed33,0xf6317831,0x9000f47b,0xfd000001,0x40500014,0x80000000,0x00000000,0x006fff00,0x00000000,0xff2f6700,0x50ae000f,0xd401712e,0x0ccfc9f2,0x6b4b0f42,0x133ea000,0xcf800000,0x03460000,0xb304ad23,0xf5d18431,0x3000f48b,0xfd000000,0x40500014,0x70000000,0x00000000,0x007ffe00,0x00000000,0xff2f6700,0x50a9000f,0xd2011121,0x0d2fcaf2,0xcb410f42,0x093e8000,0xcf300000,0x034b0000,0xc8055d15,0xf5718f30,0xd000f48b,0xfd000fff,0x40500014,0x60000000,0x00000000,0x008ffe00,0x00000000,0xff2f6700,0x50a4000f,0xd000c114,0x0d7fcbf3,0x2b380f52,0x013e7000,0xcf000000,0x034f0000,0xdb05fd09,0xf5119930,0x9000f48b,0xfd000fff,0x40500014,0x50000000,0x00000000,0x009ffe00,0x00000000,0xff2f6700,0x50a0000f,0xce007108,0x0ddfcdf3,0x7b310f61,0xfa3e5000,0xcec00000,0x03530000,0xeb067cff,0xf4c1a130,0x5000f48b,0xfd000ffe,0x40500014,0x30000000,0x00000000,0x00affe00,0x00000000,0xff2f6700,0x509d000f,0xcc0030fd,0x0e2fcff3,0xdb2a0f71,0xf53e3000,0xce800000,0x03560000,0xf906ecf7,0xf471a830,0x2000f48b,0xfd000ffe,0x40500014,0x20000000,0x00000000,0x00bffe00,0x00000000,0xff2f6700,0x509a000f,0xca0010f3,0x0e7fd2f4,0x2b250f91,0xf33e1000,0xce400000,0x03580001,0x03072cf3,0xf421ad30,0x1000f48b,0xfd000ffd,0x40500014,0x10000000,0x00000000,0x00cffd00,0x00000000,0xff2f6700,0x5098000f,0xc9fff0e9,0x0ecfd5f4,0x6b210fc1,0xf33df000,0xce100000,0x035a0001,0x0a076cf2,0xf3d1b130,0x0000f48b,0xfd000ffd,0x40500014,0x10000000,0x00000000,0x00cffd00,0x00000000,0xff2f6700,0x5096000f,0xc8fff0df,0x0f2fd9f4,0xbb1f0ff1,0xf43dc000,0xcdd00000,0x035a0001,0x10077cf5,0xf391b430,0x0000f48b,0xfd000ffd,0x40500014,0x00000000,0x00000000,0x00dffd00,0x00000000,0xff2f6700,0x5094000f,0xc7fff0d6,0x0f7fddf4,0xfb1d1031,0xf63d9000,0xcda00000,0x035a0001,0x15077cfb,0xf351b72f,0xf000f48b,0xfd000ffd,0x40500014,0x00000000,0x00000000,0x00dffd00,0x00000000,0xff2f6700,0x5093000f,0xc60000cc,0x0fdfe2f5,0x3b1c1071,0xf93d7000,0xcd800000,0x035a0001,0x19075d03,0xf321b92f,0xe000f48b,0xfd000ffd,0x40500013,0xf0000000,0x00000000,0x00dffc00,0x00010000,0xff2f6700,0x5092000f,0xc50020c2,0x102fe6f5,0x8b1b10b1,0xfd3d3000,0xcd500000,0x03580001,0x1b073d0e,0xf2f1ba2f,0xd000f48b,0xfd000ffd,0x40500013,0xf0000000,0x00000000,0x00effc00,0x00010000,0xff2f6700,0x5091000f,0xc50050b9,0x108fecf5,0xcb1c10f2,0x023d0000,0xcd300000,0x03560001,0x1d06fd1b,0xf2d1bb2f,0xc000f48b,0xfd000ffd,0x40500013,0xf0000000,0x00000000,0x00effc00,0x00010000,0xff2f6700,0x5091000f,0xc40080b0,0x10dff1f6,0x0b1d1142,0x083cd000,0xcd200000,0x03540001,0x1e06ad2b,0xf2a1bb2f,0xb000f48b,0xfd000ffd,0x40500013,0xf0000000,0x00000000,0x00effc00,0x00000000,0xff2f6700,0x5090000f,0xc400c0a7,0x113ff7f6,0x4b1e1192,0x0e3c9000,0xcd000000,0x03510001,0x1e064d3c,0xf281bb2f,0x9000f48b,0xfd000ffd,0x40500013,0xf0000000,0x00000000,0x00effb00,0x00000000,0xff2f6700,0x5090000f,0xc401009e,0x118ffdf6,0x8b2011e2,0x153c5000,0xccf00000,0x034e0001,0x1d05dd4e,0xf271ba2f,0x8000f48b,0xfe000ffd,0x40500013,0xf0000000,0x00000000,0x00effb00,0x00000000,0xff2f6700,0x5090000f,0xc3014096,0x11d004f6,0xbb231232,0x1d3c2000,0xcce00000,0x034b0001,0x1c055d62,0xf251b92f,0x7000f48b,0xfe000ffd,0x40500014,0x00000000,0x00000000,0x00effb00,0x00000000,0xff2f6700,0x5091000f,0xc301908d,0x12200af6,0xfb261282,0x243be000,0xccd00000,0x03470001,0x1b04dd77,0xf241b82f,0x5000f48b,0xfe000ffe,0x40500014,0x00000000,0x00000000,0x00effb00,0x00000000,0xff2f6700,0x5091000f,0xc301e085,0x127010f7,0x3b2912d2,0x2c3ba000,0xccc00000,0x03430001,0x18045d8d,0xf231b62f,0x4000f49b,0xfe000ffe,0x40500014,0x00000000,0x00000000,0x00effb00,0x00000000,0xff2f6700,0x5092000f,0xc302407e,0x12c017f7,0x6b2c1332,0x353b6000,0xccb00000,0x033f0001,0x1603cda2,0xf221b42f,0x2000f49b,0xfe000ffe,0x40500014,0x10000000,0x00000000,0x00effa00,0x00000000,0xff2f6700,0x5093000f,0xc3029076,0x13001ef7,0x9b301382,0x3d3b2000,0xccb00000,0x033b0001,0x13033db9,0xf211b22f,0x1000f49b,0xff000fff,0x40500014,0x10000000,0x00000000,0x00effa00,0x00000000,0xff2f6700,0x5093000f,0xc302f06f,0x134024f7,0xdb3413d2,0x463af000,0xccb00000,0x03370001,0x11029dcf,0xf211b02e,0xf000f49b,0xff000fff,0x40500014,0x10000000,0x00000000,0x00effa00,0x00000000,0xff2f6700,0x5094000f,0xc4034068,0x13802bf8,0x0b371422,0x4e3ab000,0xcca00000,0x03330001,0x0e020de5,0xf201ae2e,0xe000f49b,0xff000fff,0x40500014,0x20000000,0x00000000,0x00effa00,0x0fff0000,0xff2f6700,0x5095000f,0xc4039062,0x13c031f8,0x3b3b1472,0x563a7000,0xcca00000,0x032f0001,0x0b017dfa,0xf1f1ac2e,0xc000f49b,0xff000fff,0x40500014,0x20000000,0x00000000,0x00effa00,0x0fff0000,0xff2f6700,0x5095000f,0xc403f05c,0x13f037f8,0x6b3f14c2,0x5d3a4000,0xcca00000,0x032b0001,0x0800ee0e,0xf1f1aa2e,0xb000f4ab,0xff000000,0x40500014,0x20000000,0x00000000,0x00eff900,0x0ffe0000,0xff2f6700,0x5096000f,0xc4044057,0x14203ef8,0x8b421502,0x653a0000,0xcca00000,0x03270001,0x05006e21,0xf1e1a82e,0x9000f4ac,0x00000000,0x40500014,0x30000000,0x00000000,0x00dff900,0x0ffe0000,0xff2f6700,0x5097000f,0xc4048052,0x144043f8,0xbb451552,0x6b39d000,0xcca00000,0x03240001,0x03ffee33,0xf1d1a62e,0x8000f4ac,0x00000000,0x40500014,0x30000000,0x00000000,0x00dff900,0x0ffd0000,0xff2f6700,0x5097000f,0xc404d04e,0x147049f8,0xeb481592,0x7239a000,0xcca00000,0x03210001,0x01ff7e44,0xf1c1a52e,0x6000f4ac,0x00000000,0x40500014,0x30000000,0x00000000,0x00dff900,0x0ffc0000,0xff2f6700,0x5097000f,0xc405104a,0x14804ff9,0x0b4b15c2,0x77397000,0xcc900000,0x031e0001,0x00ff1e52,0xf1b1a42e,0x5000f4bc,0x00000001,0x40500014,0x30000000,0x00000000,0x00dff900,0x0ffb0000,0xff2f6700,0x5097000f,0xc4054046,0x14a054f9,0x2b4d1602,0x7c395000,0xcc900000,0x031c0000,0xfffebe5e,0xf1a1a32e,0x3000f4bc,0x01000001,0x40500014,0x30000000,0x00000000,0x00dff900,0x0ffa0000,0xff2f6700,0x5097000f,0xc4057044,0x14a058f9,0x5b4f1632,0x7f392000,0xcc900000,0x031a0000,0xfefe7e68,0xf191a22e,0x2000f4bc,0x01000001,0x40500014,0x30000000,0x00000000,0x00cff900,0x0ff90000,0xff2f6700,0x5097000f,0xc4059041,0x14a05df9,0x7b511652,0x82390000,0xcc900000,0x03180000,0xfffe3e70,0xf171a22e,0x1000f4bc,0x01000001,0x40500014,0x30000000,0x00000000,0x00cff900,0x0ff80000,0xff2f6700,0x5097000f,0xc405b040,0x14a061f9,0x8b521672,0x8438e000,0xcc900000,0x03170000,0xfffdfe78,0xf161a22d,0xf000f4bc,0x01000001,0x40500014,0x20000000,0x00000000,0x00cff900,0x0ff60000,0xff2f6700,0x5097000f,0xc405d03f,0x149065f9,0xab541682,0x8638c000,0xcc900000,0x03170000,0xfffdce7f,0xf151a12d,0xd000f4cc,0x01000001,0x40500014,0x20000000,0x00000000,0x00bff900,0x0ff50000,0xff2f6700,0x5097000f,0xc505f03f,0x148069f9,0xbb551692,0x8738a000,0xcca00000,0x03160001,0x00fd8e85,0xf151a12d,0xb000f4cc,0x02000001,0x40500014,0x20000000,0x00000000,0x00bff900,0x0ff40000,0xff2f6700,0x5097000f,0xc506003f,0x14606df9,0xcb5716a2,0x87388000,0xcca00000,0x03170001,0x00fd5e8a,0xf151a12d,0x9000f4cc,0x02000001,0x40500014,0x10000000,0x00000000,0x00bff800,0x0ff30000,0xff2f6700,0x5097000f,0xc5061040,0x143071f9,0xdb5816a2,0x87386000,0xccb00000,0x03170001,0x01fd3e8f,0xf151a12d,0x7000f4dc,0x02000001,0x40500014,0x10000000,0x00000000,0x00aff800,0x0ff10000,0xff2f6700,0x5097000f,0xc6061041,0x140074f9,0xdb5916a2,0x86385000,0xccc00000,0x03180001,0x02fd0e93,0xf151a02d,0x5000f4dc,0x02000001,0x40500014,0x00000000,0x00000000,0x00aff800,0x0ff00000,0xff2f6700,0x5097000f,0xc7062043,0x13d078f9,0xdb5b1692,0x85383000,0xcce00000,0x031a0001,0x02fcee97,0xf151a02d,0x2000f4dc,0x02000001,0x40600014,0x00000000,0x00000000,0x009ff900,0x0fef0000,0xff2f6700,0x5097000f,0xc7062045,0x13a07bf9,0xdb5c1692,0x83382000,0xccf00000,0x031c0001,0x03fcce9a,0xf161a02d,0x0000f4ec,0x02000001,0x40600013,0xf0000000,0x00000000,0x009ff900,0x0fee0000,0xff2f6700,0x5097000f,0xc8062047,0x13607ef9,0xdb5d1672,0x81380000,0xcd100000,0x031e0001,0x04fcae9c,0xf171a02c,0xd000f4ec,0x03000001,0x40600013,0xf0000000,0x00000000,0x008ff900,0x0fed0000,0xff2f6700,0x5097000f,0xc906204a,0x132081f9,0xdb5e1662,0x7f37f000,0xcd200000,0x03200001,0x05fc8e9e,0xf181a02c,0xa000f4ec,0x03000001,0x40600013,0xe0000000,0x00000000,0x007ff900,0x0fec0000,0xff2f6700,0x5097000f,0xca06204c,0x12e084f9,0xcb601642,0x7c37d000,0xcd400000,0x03230001,0x07fc7e9f,0xf191a02c,0x7000f4fc,0x03000001,0x40600013,0xe0000000,0x00000000,0x007ff900,0x0feb0000,0xff2f6700,0x5097000f,0xcb06104f,0x129087f9,0xcb611622,0x7837c000,0xcd700000,0x03260001,0x08fc5e9f,0xf1a19f2c,0x4000f4fc,0x03000001,0x40600013,0xd0000000,0x00000000,0x006ff900,0x0fea0000,0xff2f6700,0x5097000f,0xcc060052,0x12508af9,0xbb6215f2,0x7437b000,0xcd900000,0x03290001,0x09fc4ea0,0xf1c19f2c,0x1000f50c,0x03000001,0x40600013,0xd0000000,0x00000000,0x006ff900,0x0fe90000,0xff2f6700,0x5097000f,0xcd060056,0x12008cf9,0xab6315c2,0x7037a000,0xcdb00000,0x032c0001,0x0bfc3e9f,0xf1d19f2b,0xe000f50c,0x03000001,0x40600013,0xc0000000,0x00000000,0x005ff900,0x0fe80000,0xff2f6700,0x5098000f,0xce05e059,0x11c08ff9,0x8b651592,0x6b379000,0xcde00000,0x03300001,0x0cfc3e9e,0xf1f19f2b,0xb000f50c,0x03000001,0x40600013,0xc0000000,0x00000000,0x004ff900,0x0fe80000,0xff2f6700,0x5098000f,0xcf05d05c,0x117091f9,0x7b661562,0x66378000,0xce000000,0x03330001,0x0dfc2e9d,0xf2119f2b,0x8000f51c,0x03000001,0x40600013,0xb0000000,0x00000000,0x004ff900,0x0fe70000,0xff2f6700,0x5098000f,0xd005c060,0x113093f9,0x6b671532,0x61378000,0xce300000,0x03370001,0x0ffc1e9b,0xf2219f2b,0x5000f51c,0x03000001,0x40600013,0xb0000000,0x00000000,0x003ff900,0x0fe70000,0xff2f6700,0x5098000f,0xd105b063,0x10e095f9,0x4b6814f2,0x5b377000,0xce600000,0x033b0001,0x11fc1e99,0xf2419f2b,0x1000f51c,0x03000001,0x40600013,0xa0000000,0x00000000,0x002ff900,0x0fe70000,0xff2f6700,0x5098000f,0xd2059066,0x10a097f9,0x2b6914b2,0x55376000,0xce900000,0x03400001,0x12fc1e97,0xf2619f2a,0xe000f52c,0x03000001,0x40600013,0xa0000000,0x00000000,0x002ff900,0x0fe60000,0xff2f6700,0x5098000f,0xd4057069,0x106099f9,0x0b6a1472,0x4f376000,0xcec00000,0x03440001,0x14fc1e94,0xf2819f2a,0xb000f52c,0x03000001,0x40600013,0x90000000,0x00000000,0x001ff900,0x0fe70000,0xff2f6700,0x5098000f,0xd505506b,0x10209bf8,0xeb6b1432,0x49375000,0xcef00000,0x03480001,0x15fc1e91,0xf2a19f2a,0x7000f52c,0x03000001,0x40600013,0x90000000,0x00000000,0x001ffa00,0x0fe70000,0xff2f6700,0x5098000f,0xd605406e,0x0ff09cf8,0xcb6c13f2,0x42375000,0xcf200000,0x034d0001,0x17fc1e8d,0xf2c19f2a,0x4000f53c,0x03000001,0x40600013,0x80000000,0x00000000,0x000ffa00,0x0fe70000,0xff2f6700,0x5099000f,0xd7052070,0x0fc09ef8,0xab6d13b2,0x3c375000,0xcf500000,0x03510001,0x19fc2e89,0xf2f19f2a,0x1000f53c,0x02000001,0x40600013,0x80000000,0x00000000,0x000ffa00,0x0fe80000,0xff2f6700,0x5099000f,0xd8050072,0x0f909ff8,0x7b6e1362,0x35374000,0xcf800000,0x03560001,0x1afc2e85,0xf3119f29,0xd000f53c,0x02000001,0x40600013,0x70000000,0x00000000,0xfffffa00,0x0fe90000,0xff2f6700,0x5099000f,0xda04e073,0x0f70a1f8,0x5b6f1322,0x2e374000,0xcfc00000,0x035a0001,0x1cfc3e80,0xf3319f29,0xa000f54c,0x02000001,0x40600013,0x70000000,0x00000000,0xfffffa00,0x0fea0000,0xff2f6700,0x5099000f,0xdb04c074,0x0f40a2f8,0x3b7012d2,0x27374000,0xcff00000,0x035f0001,0x1efc4e7b,0xf3519f29,0x7000f54c,0x02000001,0x40600013,0x60000000,0x00000000,0xfffffa00,0x0fec0000,0xff2f6700,0x5099000f,0xdc049075,0x0f20a3f8,0x0b711282,0x1f374000,0xd0200000,0x03640001,0x1ffc4e76,0xf3719f29,0x4000f54c,0x01000001,0x40600013,0x60000000,0x00000000,0xffeffa00,0x0fed0000,0xff2f6700,0x509a000f,0xdd047075,0x0f00a4f7,0xdb721232,0x18374000,0xd0600000,0x03680001,0x21fc5e71,0xf3919f29,0x0000f54c,0x01000001,0x40600013,0x50000000,0x00000000,0xffeffb00,0x0fef0000,0xff2f6700,0x509a000f,0xde045074,0x0ee0a5f7,0xbb7311f2,0x11375000,0xd0900000,0x036d0001,0x23fc6e6c,0xf3a19f28,0xd000f54c,0x01000001,0x40600013,0x50000000,0x00000000,0xffeffb00,0x0ff10000,0xff2f6700,0x509a000f,0xdf043074,0x0ec0a6f7,0x8b7411a2,0x09375000,0xd0c00000,0x03710001,0x24fc8e66,0xf3c19f28,0xa000f55c,0x00000001,0x40600013,0x50000000,0x00000000,0xffeffb00,0x0ff40000,0xff2f6700,0x509a000f,0xe0041073,0x0ea0a7f7,0x5b751152,0x02375000,0xd1000000,0x03750001,0x26fc9e60,0xf3e19f28,0x7000f55c,0x00000001,0x40600013,0x40000000,0x00000000,0xffeffb00,0x0ff60000,0xff2f6700,0x509a000f,0xe103f072,0x0e70a8f7,0x3b761101,0xfa376000,0xd1300000,0x037a0001,0x27fcae5a,0xf3f1a028,0x4000f55b,0xff000001,0x40600013,0x40000000,0x00000000,0xffdffb00,0x0ff90000,0xff2f6700,0x509b000f,0xe203d071,0x0e50a8f7,0x0b7610b1,0xf3376000,0xd1700000,0x037e0001,0x29fcbe54,0xf411a028,0x1000f55b,0xff000001,0x40500013,0x30000000,0x00000000,0xffdffb00,0x0ffb0000,0xff2f6700,0x509b000f,0xe303b06f,0x0e30a9f6,0xdb771071,0xec377000,0xd1a00000,0x03820001,0x2afcde4d,0xf421a027,0xe000f55b,0xfe000001,0x40500013,0x30000000,0x00000000,0xffdffc00,0x0ffe0000,0xff2f6700,0x509b000f,0xe403906d,0x0e10a9f6,0xab781021,0xe4377000,0xd1d00000,0x03850001,0x2cfcee47,0xf431a027,0xc000f55b,0xfe000001,0x40500013,0x30000000,0x00000000,0xffdffc00,0x00000000,0xff2f6700,0x509b000f,0xe403706b,0x0df0aaf6,0x8b790fe1,0xdd378000,0xd2000000,0x03890001,0x2dfd0e40,0xf441a027,0x9000f56b,0xfd000001,0x40500013,0x20000000,0x00000000,0xffdffc00,0x00010000,0xff2f6700,0x509b000f,0xe5035069,0x0dd0aaf6,0x5b7a0f91,0xd6379000,0xd2400000,0x038c0001,0x2ffd2e3a,0xf451a027,0x7000f56b,0xfc000001,0x40500013,0x20000000,0x00000000,0xffdffc00,0x00030000,0xff2f6700,0x509c000f,0xe6033067,0x0dc0aaf6,0x2b7a0f51,0xcf37a000,0xd2700000,0x03900001,0x30fd3e33,0xf461a027,0x4000f56b,0xfc000001,0x40500013,0x20000000,0x00000000,0xffdffc00,0x00040000,0xff2f6700,0x509c000f,0xe6032065,0x0da0abf5,0xfb7b0f11,0xc837b000,0xd2a00000,0x03920001,0x31fd5e2c,0xf461a027,0x2000f56b,0xfb000001,0x40500013,0x10000000,0x00000000,0xffdffc00,0x00050000,0xff2f6700,0x509c000f,0xe7030063,0x0d80abf5,0xdb7c0ed1,0xc237c000,0xd2d00000,0x03950001,0x32fd7e26,0xf461a027,0x0000f56b,0xfa000001,0x40500013,0x10000000,0x00000000,0xffdffd00,0x00060000,0xff2f6700,0x509c000f,0xe702f060,0x0d70abf5,0xab7d0e91,0xbb37d000,0xd3000000,0x03980001,0x33fd8e1f,0xf461a026,0xe000f56b,0xf9000001,0x40600013,0x00000000,0x00000000,0xffdffd00,0x00060000,0xff2f6700,0x509d000f,0xe702d05e,0x0d50abf5,0x7b7d0e51,0xb537e000,0xd3300000,0x039a0001,0x34fdae18,0xf461a126,0xc000f56b,0xf8000001,0x40600013,0x00000000,0x00000000,0xffdffd00,0x00070000,0xff2f6700,0x509d000f,0xe702c05c,0x0d40abf5,0x5b7e0e21,0xaf380000,0xd3500000,0x039b0001,0x35fdce11,0xf461a126,0xa000f56b,0xf7000001,0x40600013,0x00000000,0x00000000,0xffdffd00,0x00070000,0xff2f6700,0x509d000f,0xe702b05a,0x0d20aaf5,0x2b7f0de1,0xa9381000,0xd3800000,0x039d0001,0x36fdee0b,0xf451a126,0x9000f56b,0xf6000001,0x40600012,0xf0000000,0x00000000,0xffdffd00,0x00070000,0xff2f6700,0x509d000f,0xe702a058,0x0d10aaf5,0x0b800db1,0xa4383000,0xd3b00000,0x039e0001,0x37fe0e04,0xf441a126,0x7000f56b,0xf5000001,0x40600012,0xf0000000,0x00000000,0xffdffd00,0x00070000,0xff2f6700,0x509d000f,0xe7029056,0x0d00aaf4,0xeb800d81,0x9f384000,0xd3d00000,0x039f0001,0x37fe2dfe,0xf421a126,0x6000f57b,0xf4000001,0x40600012,0xf0000000,0x00000000,0xffeffe00,0x00070000,0xff2f6700,0x509e000f,0xe6029055,0x0cf0aaf4,0xcb810d61,0x9a386000,0xd3f00000,0x039f0001,0x38fe3df8,0xf411a126,0x5000f57b,0xf3000001,0x40600012,0xe0000000,0x00000000,0xffeffe00,0x00070000,0xff2f6700,0x509e000f,0xe6029054,0x0cf0a9f4,0x9b820d31,0x95387000,0xd4100000,0x039f0001,0x38fe5df1,0xf3f1a126,0x5000f57b,0xf1000001,0x40600012,0xe0000000,0x00000000,0xffeffe00,0x00070000,0xff2f6700,0x509e000f,0xe5028052,0x0ce0a9f4,0x7b820d11,0x91389000,0xd4300000,0x039e0001,0x39fe7deb,0xf3d1a126,0x4000f57b,0xf0000001,0x40600012,0xd0000000,0x00000000,0xffeffe00,0x00070000,0xff2f6700,0x709e000f,0xe5028052,0x0ce0a8f4,0x6b830d01,0x8d38b000,0xd4500000,0x039e0001,0x39fe9de5,0xf3a1a126,0x4000f57b,0xef000001,0x40500012,0xd0000000,0x00000000,0xffeffe00,0x00060000,0xff2f6700,0x909e000f,0xe4029051,0x0cd0a8f4,0x4b830ce1,0x8a38d000,0xd4700000,0x039c0001,0x39febde0,0xf371a126,0x3000f57b,0xed000002,0x40400012,0xd0000000,0x00000000,0xffeffe00,0x00060000,0xff2f6700,0xc09e000f,0xe3029051,0x0cd0a7f4,0x2b840cd1,0x8738f000,0xd4800000,0x039a0001,0x39feddda,0xf341a226,0x4000f57b,0xec000002,0x40300012,0xc0000000,0x00000000,0xffeffe00,0x00050000,0xff2f6700,0xe09f000f,0xe102a051,0x0cd0a6f4,0x1b850cd1,0x84391000,0xd4a00000,0x03980001,0x39feedd5,0xf301a226,0x4000f57b,0xea000003,0x40200012,0xc0000000,0x00000000,0xffefff00,0x00050000,0xff2f6701,0x109f000f,0xe002b052,0x0cd0a6f3,0xfb850cc1,0x82393000,0xd4b00000,0x03950001,0x38ff0dd0,0xf2c1a226,0x4000f57b,0xe9000004,0x40000012,0xc0000000,0x00000000,0xffffff00,0x00040000,0xff2f6701,0x409f000f,0xde02c053,0x0ce0a5f3,0xeb860cc1,0x81395000,0xd4c00000,0x03920001,0x38ff2dcb,0xf271a226,0x5000f57b,0xe7000004,0x3ff00012,0xb0000000,0x00000000,0xffffff00,0x00040000,0xff2f6701,0x609f000f,0xdd02e055,0x0ce0a4f3,0xdb870cd1,0x80398000,0xd4d00000,0x038e0001,0x37ff3dc7,0xf221a226,0x6000f57b,0xe5000005,0x3fc00012,0xb0000000,0x00000000,0xffffff00,0x00030000,0xff2f6701,0x909f000f,0xdb030057,0x0cf0a4f3,0xcb870ce1,0x7f39a000,0xd4d00000,0x03890001,0x36ff5dc2,0xf1d1a226,0x8000f57b,0xe3000006,0x3fa00012,0xa0000000,0x00000000,0xffffff00,0x00020000,0xff2f6701,0xc09f000f,0xd9032059,0x0d00a3f3,0xcb880cf1,0x7f39d000,0xd4d00000,0x03840001,0x35ff7dbf,0xf171a226,0x9000f57b,0xe2000007,0x3f600012,0xa0000000,0x00000000,0xffffff00,0x00020000,0xff2f6701,0xf09f000f,0xd603405c,0x0d10a2f3,0xbb880d11,0x8039f000,0xd4d00000,0x037e0001,0x34ff8dbb,0xf111a226,0xb000f57b,0xe0000007,0x3f300012,0xa0000000,0x00000000,0xffffff00,0x00010000,0xff2f6702,0x20a0000f,0xd4037060,0x0d30a1f3,0xbb890d31,0x813a2000,0xd4d00000,0x03780001,0x33ff9db8,0xf0a1a226,0xd000f58b,0xde000008,0x3f000012,0x90000000,0x00000000,0xffffff00,0x00010000,0xff2f6702,0x50a0000f,0xd103a064,0x0d40a0f3,0xbb890d61,0x833a4000,0xd4d00000,0x03710001,0x32ffbdb5,0xf031a227,0x0000f58b,0xdc000009,0x3ec00012,0x90000000,0x00000000,0xffffff00,0x00000000,0xff2f6702,0x80a0000f,0xce03d069,0x0d609ff3,0xbb8a0d91,0x853a7000,0xd4c00000,0x03690001,0x30ffcdb2,0xefb1a227,0x3000f58b,0xd9000009,0x3e800012,0x80000000,0x00000000,0xffffff00,0x00000000,0xff2f6702,0xb0a0000f,0xcb04106f,0x0d809ef3,0xbb8b0dc1,0x883aa000,0xd4b00000,0x03610001,0x2effddb0,0xef31a227,0x6000f58b,0xd700000a,0x3e400012,0x80000000,0x00000000,0xffffff00,0x00000000,0xff2f6702,0xe0a0000f,0xc8045076,0x0db09df3,0xcb8b0e11,0x8c3ad000,0xd4a00000,0x03580001,0x2cffedaf,0xeea1a227,0x9000f58b,0xd500000b,0x3e000012,0x80000000,0x00000000,0x000fff00,0x00000000,0xff2f6703,0x10a0000f,0xc404907d,0x0dd09cf3,0xcb8c0e51,0x913b0000,0xd4900000,0x034e0001,0x2afffdad,0xee11a227,0xd000f58b,0xd300000b,0x3dc00012,0x70000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0x30a0000f,0xc004f085,0x0e009bf3,0xdb8c0eb1,0x963b3000,0xd4700000,0x03430001,0x27000dac,0xed71a228,0x1ffff58b,0xd000000c,0x3d800012,0x70000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0x60a0000f,0xbc05408f,0x0e409af3,0xeb8d0f01,0x9b3b7000,0xd4500000,0x03360001,0x25002dab,0xece1a328,0x6ffff58b,0xcd00000d,0x3d400012,0x60000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0x80a0000f,0xb805a09a,0x0e8099f3,0xfb8d0f61,0xa03bb000,0xd4300000,0x03290001,0x22003daa,0xec31a328,0xcffff58b,0xca00000d,0x3d000012,0x60000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0xb0a0000f,0xb30600a5,0x0ec098f3,0xfb8e0fc1,0xa53bf000,0xd4000000,0x031a0001,0x1e004da9,0xeb91a429,0x2ffef58b,0xc800000e,0x3cd00012,0x60000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0xd0a0000f,0xae0670b0,0x0f0097f4,0x0b8e1031,0xab3c3000,0xd3e00000,0x030c0001,0x1b006da8,0xeae1a429,0x8ffef58b,0xc500000e,0x3ca00012,0x50000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0xf0a0000f,0xaa06c0bb,0x0f4096f4,0x1b8f1091,0xb13c6000,0xd3b00000,0x02fe0001,0x17007da7,0xea21a429,0xeffdf58b,0xc200000f,0x3c700012,0x50000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x10a0000f,0xa60720c5,0x0f8094f4,0x2b901101,0xb83ca000,0xd3700000,0x02f00001,0x13009da6,0xe961a52a,0x3ffcf58b,0xbf00000f,0x3c500012,0x40000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x20a0000f,0xa20760cd,0x0fb093f4,0x4b901161,0xbf3cd000,0xd3400000,0x02e40001,0x0f00ada5,0xe8a1a42a,0x8ffbf58b,0xbd000010,0x3c300012,0x40000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x40a0000f,0x9f07a0d4,0x0fd092f4,0x5b9111d1,0xc73d0000,0xd3000000,0x02d90001,0x0b00cda5,0xe7d1a32a,0xbffbf58b,0xbb000010,0x3c100012,0x40000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x50a0000f,0x9c07c0d8,0x0ff091f4,0x6b911231,0xcf3d2000,0xd2c00000,0x02d00001,0x0600dda4,0xe6f1a22a,0xcffaf58b,0xba000011,0x3c000012,0x30000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x60a0000f,0x9b07d0db,0x100090f4,0x7b9212a1,0xd93d4000,0xd2800000,0x02c80001,0x0200fda3,0xe601a02a,0xcff9f58b,0xb9000011,0x3bf00012,0x30000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x70a0000f,0x9907e0dc,0x10108ff4,0x9b921311,0xe43d4000,0xd2400000,0x02c20000,0xfd011da3,0xe4e19d2a,0x9ff8f58b,0xb8000011,0x3bf00012,0x30000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x70a0000f,0x9907d0dc,0x10008df4,0xab931391,0xf23d5000,0xd2000000,0x02bd0000,0xf8013da2,0xe3919a2a,0x4ff7f58b,0xb7000011,0x3bf00012,0x20000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x80a0000f,0x9907c0da,0x10008cf4,0xcb931412,0x023d4000,0xd1b00000,0x02b90000,0xf3014da2,0xe2219529,0xdff6f58b,0xb7000011,0x3bf00012,0x20000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x80a0000f,0x9907a0d8,0x0fe08bf4,0xdb941492,0x133d3000,0xd1600000,0x02b60000,0xed016da2,0xe0919029,0x4ff5f58b,0xb7000011,0x3bf00012,0x20000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x80a0000f,0x9a0770d4,0x0fd08af4,0xfb941512,0x263d2000,0xd1100000,0x02b40000,0xe8018da1,0xdef18a28,0x9ff4f58b,0xb7000011,0x3c000012,0x10000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x80a0000f,0x9b0730cf,0x0fa089f5,0x0b951592,0x3a3d0000,0xd0c00000,0x02b30000,0xe201ada1,0xdd318427,0xcff3f58b,0xb7000011,0x3c000012,0x10000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x80a0000f,0x9c06f0c9,0x0f8088f5,0x2b951622,0x4f3ce000,0xd0700000,0x02b20000,0xdd01cda1,0xdb617d26,0xeff3f58b,0xb8000011,0x3c100012,0x10000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x80a0000f,0x9e06b0c2,0x0f5087f5,0x4b9516a2,0x653cb000,0xd0200000,0x02b20000,0xd701eda1,0xd9817626,0x0ff2f58b,0xb9000011,0x3c200012,0x00000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x70a0000f,0xa00660bb,0x0f2086f5,0x6b961732,0x7b3c8000,0xcfc00000,0x02b30000,0xd1020da1,0xd7916f25,0x0ff1f58b,0xba000011,0x3c400012,0x00000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x70a0000f,0xa20600b3,0x0ef085f5,0x8b9617c2,0x923c5000,0xcf700000,0x02b40000,0xcb022da1,0xd5a16723,0xfff1f58b,0xbb000010,0x3c500012,0x00000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x60a0000f,0xa405a0ab,0x0ec084f5,0xab961842,0xa93c2000,0xcf100000,0x02b60000,0xc5024da1,0xd3b16022,0xeff1f58b,0xbc000010,0x3c600012,0x00000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x50a0000f,0xa70550a3,0x0e8083f5,0xcb9718d2,0xc03bf000,0xcec00000,0x02b80000,0xbf026da1,0xd1c15821,0xdff1f58b,0xbd00000f,0x3c800011,0xf0000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x40a0000f,0xa904f09a,0x0e5082f5,0xeb971952,0xd63bb000,0xce600000,0x02ba0000,0xb9028da1,0xcfd15020,0xcff1f58b,0xbf00000f,0x3ca00011,0xf0000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x30a0000f,0xac048092,0x0e1081f6,0x1b9719d2,0xed3b8000,0xce000000,0x02bd0000,0xb302ada1,0xcdf1481f,0xaff1f58b,0xc000000f,0x3cb00011,0xf0000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x20a0000f,0xaf042089,0x0de080f6,0x3b971a53,0x033b4000,0xcda00000,0x02bf0000,0xac02cda1,0xcc11401e,0x9ff1f58b,0xc200000e,0x3cd00011,0xf0000000,0x00000000,0x00000000,0x00000000,0xff2f6704,0x00a0000f,0xb203c081,0x0da07ff6,0x5b971ad3,0x183b1000,0xcd400000,0x02c20000,0xa602eda1,0xca51391d,0x8ff2f58b,0xc300000e,0x3cf00011,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0xf0a0000f,0xb5036079,0x0d707ef6,0x8b981b43,0x2c3ad000,0xcce00000,0x02c40000,0xa0030da1,0xc8b1321c,0x8ff3f58b,0xc500000d,0x3d000011,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0xe0a0000f,0xb7030072,0x0d407df6,0xab981bb3,0x3f3aa000,0xcc800000,0x02c70000,0x99032da1,0xc7212b1b,0x9ff4f58b,0xc700000d,0x3d200011,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0xc0a0000f,0xba02a06b,0x0d207cf6,0xdb981c23,0x503a7000,0xcc200000,0x02c90000,0x93034da2,0xc5b1241a,0xbff5f58b,0xc800000d,0x3d300011,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0xb0a0000f,0xbc025065,0x0cf07bf7,0x0b981c83,0x603a4000,0xcbc00000,0x02cb0000,0x8d036da2,0xc4611e19,0xeff6f58b,0xca00000c,0x3d500011,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0x90a0000f,0xbf020060,0x0cd07bf7,0x3b981cd3,0x6e3a2000,0xcb600000,0x02cd0000,0x86038da2,0xc3311919,0x2ff8f58b,0xcb00000c,0x3d600011,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0x70a0000f,0xc101c05c,0x0cb07af7,0x5b971d23,0x7a3a0000,0xcb000000,0x02ce0000,0x8003ada2,0xc2311418,0x9ffaf58b,0xcd00000b,0x3d700011,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0x50a0000f,0xc3018059,0x0ca079f7,0x8b971d63,0x8439e000,0xcab00000,0x02cf0000,0x7a03cda3,0xc1711018,0x0ffdf58b,0xce00000b,0x3d800011,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0x30a0000f,0xc4014057,0x0c9079f7,0xcb971da3,0x8b39d000,0xca500000,0x02d00000,0x7303eda3,0xc0d10d17,0xa000f58b,0xcf00000a,0x3d900011,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0x20a0000f,0xc4011056,0x0c9078f7,0xfb971dd3,0x9139c000,0xc9f00000,0x02d00000,0x6d040da3,0xc0610b17,0x6003f58b,0xd100000a,0x3db00011,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6703,0x00a0000f,0xc300e056,0x0c9077f8,0x3b961e03,0x9639b000,0xc9900000,0x02d00000,0x67042da4,0xc0010817,0x2006f58b,0xd3000009,0x3dc00011,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6702,0xe0a0000f,0xc300b056,0x0ca076f8,0x7b961e23,0x9a39a000,0xc9300000,0x02d00000,0x61044da4,0xbfa10716,0xf00af58b,0xd4000008,0x3dd00011,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6702,0xc0a0000f,0xc2008057,0x0ca076f8,0xbb951e33,0x9d39a000,0xc8d00000,0x02d00000,0x5b046da4,0xbf610516,0xc00ff58b,0xd6000007,0x3df00011,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6702,0xa0a0000f,0xc1005058,0x0cb075f8,0xfb951e53,0x9f399000,0xc8800000,0x02d00000,0x55048da5,0xbf210416,0xb013f58b,0xd8000006,0x3e000011,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6702,0x80a0000f,0xc100205a,0x0cc074f9,0x3b941e63,0xa1399000,0xc8200000,0x02d00000,0x4f04ada5,0xbf010316,0x9019f58b,0xda000005,0x3e100011,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6702,0x60a0000f,0xc0ffe05c,0x0ce073f9,0x8b941e63,0xa2399000,0xc7d00000,0x02d00000,0x4a04cda5,0xbee10316,0x801ef58b,0xdc000004,0x3e300011,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6702,0x30a0000f,0xbfffb05e,0x0cf072f9,0xcb931e63,0xa2399000,0xc7700000,0x02d00000,0x4404dda6,0xbec10316,0x8024f58b,0xde000004,0x3e400011,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6702,0x10a0000f,0xbeff8061,0x0d0071fa,0x1b921e63,0xa2399000,0xc7200000,0x02d00000,0x3f04fda6,0xbeb10316,0x8029f58b,0xe0000003,0x3e600011,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6701,0xf0a0000f,0xbeff5064,0x0d2070fa,0x6b921e63,0xa2399000,0xc6d00000,0x02d00000,0x39051da6,0xbeb10316,0x902ff58b,0xe3000002,0x3e800011,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6701,0xd0a0000f,0xbdff2067,0x0d406ffa,0xab911e53,0xa1399000,0xc6800000,0x02d00000,0x34052da7,0xbeb10416,0x9035f58b,0xe5000001,0x3e900011,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6701,0xb0a0000f,0xbcfef06a,0x0d506efa,0xfb901e53,0x9f399000,0xc6300000,0x02d00000,0x2f054da7,0xbec10416,0xa03bf58b,0xe7000001,0x3eb00011,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6701,0x90a0000f,0xbbfec06d,0x0d706dfb,0x4b901e43,0x9e399000,0xc5f00000,0x02d00000,0x2a056da7,0xbed10516,0xc042f58b,0xe9000000,0x3ec00011,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6701,0x70a0000f,0xbafe9070,0x0d906cfb,0x8b8f1e33,0x9c39a000,0xc5a00000,0x02d00000,0x26057da8,0xbee10616,0xd048f58b,0xeb000000,0x3ee00011,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6701,0x50a0000f,0xbafe6073,0x0da06bfb,0xdb8e1e23,0x9a39a000,0xc5600000,0x02d00000,0x21059da8,0xbef10616,0xf04ef58b,0xee000fff,0x3ef00011,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6701,0x40a0000f,0xb9fe3076,0x0dc06afc,0x1b8d1e13,0x9839a000,0xc5200000,0x02d00000,0x1d05ada8,0xbf110717,0x0054f58b,0xf0000fff,0x3f100011,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6701,0x20a0000f,0xb8fe0079,0x0dd069fc,0x6b8d1e03,0x9639b000,0xc4e00000,0x02d00000,0x1905bda8,0xbf210817,0x205af58b,0xf2000fff,0x3f300011,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6701,0x00a0000f,0xb7fdd07b,0x0df068fc,0xab8c1df3,0x9439b000,0xc4a00000,0x02d00000,0x1505dda9,0xbf410917,0x3060f58b,0xf4000fff,0x3f400011,0xf0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0xe0a0000f,0xb6fdb07e,0x0e0067fc,0xeb8b1de3,0x9239b000,0xc4700000,0x02d00000,0x1105eda9,0xbf510a17,0x5065f58b,0xf6000fff,0x3f600011,0xf0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0xc0a0000f,0xb6fd8080,0x0e1066fd,0x2b8b1dd3,0x9039c000,0xc4300000,0x02d00000,0x0d05fda9,0xbf610b17,0x606af58b,0xf8000fff,0x3f700011,0xf0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0xb0a0000f,0xb5fd5082,0x0e1065fd,0x5b8a1dc3,0x8f39c000,0xc4000000,0x02d00000,0x0a060da9,0xbf710c17,0x8070f58b,0xfa000fff,0x3f900011,0xf0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x90a0000f,0xb4fd3083,0x0e2065fd,0x9b891db3,0x8d39c000,0xc3d00000,0x02d00000,0x07061da9,0xbf810c17,0x9074f58b,0xfb000fff,0x3fa00012,0x00000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x80a0000f,0xb3fd0084,0x0e2064fd,0xcb891da3,0x8c39c000,0xc3b00000,0x02d00000,0x04062da9,0xbf910d17,0xa079f58b,0xfd000000,0x3fc00012,0x00000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x60a0000f,0xb2fce084,0x0e1063fd,0xeb881da3,0x8c39d000,0xc3800000,0x02d00000,0x02063da9,0xbf910d17,0xa07df58b,0xfe000000,0x3fd00012,0x00000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x50a0000f,0xb2fcc084,0x0e1063fe,0x1b881da3,0x8b39d000,0xc3600000,0x02d00000,0x00064da9,0xbf910d17,0xa080f58c,0x00000000,0x3fe00012,0x00000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x50a0000f,0xb1fca084,0x0e0062fe,0x0b881da3,0x8b39d000,0xc3400000,0x02d0000f,0xfd064da9,0xbf810d17,0xa083f58c,0x01000000,0x40000012,0x10000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x40a0000f,0xb0fc8083,0x0df061fd,0xfb871da3,0x8b39d000,0xc3300000,0x02d0000f,0xfc065da9,0xbf810d17,0xa086f58c,0x02000000,0x40100012,0x10000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x40a0000f,0xaffc6082,0x0dd061fd,0xeb871da3,0x8b39d000,0xc3100000,0x02d0000f,0xfa066da9,0xbf710d17,0xa089f58c,0x03000000,0x40200012,0x10000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x30a0000f,0xaffc4081,0x0dc061fd,0xdb871da3,0x8b39d000,0xc3000000,0x02d0000f,0xf8066da9,0xbf710d17,0xa08bf58c,0x04000000,0x40300012,0x10000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x30a0000f,0xaefc3080,0x0da060fd,0xcb871da3,0x8b39d000,0xc2e00000,0x02d0000f,0xf7067da9,0xbf610d17,0xa08df58c,0x05000000,0x40500012,0x20000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x20a0000f,0xaefc107e,0x0d8060fd,0xbb861da3,0x8b39d000,0xc2d00000,0x02d0000f,0xf6067da9,0xbf610d17,0xa08ff58c,0x05000000,0x40600012,0x20000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x20a0000f,0xadfc007c,0x0d6060fd,0xab861da3,0x8b39d000,0xc2c00000,0x02d0000f,0xf5068da9,0xbf610d17,0xa091f58c,0x06000000,0x40700012,0x20000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x20a0000f,0xadfbf07a,0x0d305ffd,0xab861da3,0x8b39d000,0xc2b00000,0x02d0000f,0xf4068da9,0xbf610d17,0xa093f58c,0x07000000,0x40700012,0x30000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x20a0000f,0xacfbd078,0x0d105ffd,0x9b861da3,0x8b39d000,0xc2a00000,0x02d0000f,0xf3068da9,0xbf510d17,0xa094f58c,0x07000000,0x40800012,0x30000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xacfbd076,0x0cf05ffd,0x8b861da3,0x8b39d000,0xc2a00000,0x02d0000f,0xf2068da9,0xbf510d17,0xa095f58c,0x07000000,0x40900012,0x30000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xabfbc073,0x0cc05ffd,0x7b851da3,0x8b39d000,0xc2900000,0x02d0000f,0xf1069da9,0xbf510d17,0xa096f58c,0x08000001,0x40a00012,0x40000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xabfbb071,0x0c905ffd,0x6b851da3,0x8b39d000,0xc2900000,0x02d0000f,0xf1069da9,0xbf510d17,0xa097f58c,0x08000001,0x40a00012,0x40000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xabfbb06e,0x0c705efd,0x5b851da3,0x8b39d000,0xc2800000,0x02d0000f,0xf0069da9,0xbf510d17,0xa097f58c,0x08000001,0x40b00012,0x40000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xaafba06c,0x0c405efd,0x4b851da3,0x8b39d000,0xc2800000,0x02d0000f,0xf0069da9,0xbf510d17,0xa098f58c,0x09000001,0x40b00012,0x50000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xaafba06a,0x0c105efd,0x3b851da3,0x8b39d000,0xc2800000,0x02d0000f,0xf0069da9,0xbf510d17,0xa098f58c,0x09000001,0x40c00012,0x50000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xaafbb067,0x0bf05efd,0x2b851da3,0x8b39d000,0xc2800000,0x02d0000f,0xf0069da9,0xbf510d17,0xa098f58c,0x09000001,0x40c00012,0x60000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xaafbb065,0x0bc05efd,0x1b851da3,0x8b39d000,0xc2800000,0x02d0000f,0xf0069da9,0xbf510d17,0xa098f58c,0x09000001,0x40c00012,0x60000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xaafbb062,0x0ba05efd,0x0b851da3,0x8b39d000,0xc2800000,0x02d0000f,0xf0069da9,0xbf510d17,0xa098f58c,0x09000001,0x40c00012,0x60000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xaafbc060,0x0b805efd,0x0b851da3,0x8b39d000,0xc2800000,0x02d0000f,0xf0069da9,0xbf510d17,0xa098f58c,0x09000001,0x40d00012,0x70000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xaafbd05e,0x0b505efc,0xfb851da3,0x8b39d000,0xc2800000,0x02d0000f,0xf0069da9,0xbf510d17,0xa097f58c,0x08000001,0x40d00012,0x70000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xaafbe05c,0x0b405efc,0xeb851da3,0x8b39d000,0xc2800000,0x02d0000f,0xf1069da9,0xbf510d17,0xa097f58c,0x08000001,0x40d00012,0x70000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xabfbf05b,0x0b205ffc,0xdb851da3,0x8b39d000,0xc2900000,0x02d0000f,0xf1069da9,0xbf510d17,0xa096f58c,0x08000002,0x40d00012,0x80000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xabfc1059,0x0b005ffc,0xcb851da3,0x8b39d000,0xc2900000,0x02d0000f,0xf1069da9,0xbf510d17,0xa095f58c,0x08000002,0x40d00012,0x80000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xabfc3058,0x0af05ffc,0xbb861da3,0x8b39d000,0xc2900000,0x02d0000f,0xf2068da9,0xbf510d17,0xa095f58c,0x08000002,0x40d00012,0x90000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x10a0000f,0xacfc5057,0x0ae05ffc,0xab861da3,0x8b39d000,0xc2a00000,0x02d0000f,0xf2068da9,0xbf510d17,0xa094f58c,0x07000002,0x40d00012,0x90000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x20a0000f,0xacfc7056,0x0ad05ffc,0x9b861da3,0x8b39d000,0xc2a00000,0x02d0000f,0xf3068da9,0xbf510d17,0xa093f58c,0x07000001,0x40c00012,0x90000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x20a0000f,0xadfca056,0x0ac05ffc,0x8b861da3,0x8b39d000,0xc2b00000,0x02d0000f,0xf3068da9,0xbf610d17,0xa092f58c,0x07000001,0x40c00012,0xa0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x20a0000f,0xaefcc055,0x0ab05ffc,0x7b861da3,0x8b39d000,0xc2c00000,0x02d0000f,0xf4068da9,0xbf610d17,0xa091f58c,0x06000001,0x40c00012,0xa0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x20a0000f,0xaefd0055,0x0ab060fc,0x6b861da3,0x8b39d000,0xc2c00000,0x02d0000f,0xf5067da9,0xbf610d17,0xa090f58c,0x06000001,0x40c00012,0xb0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x20a0000f,0xaffd3054,0x0ab060fc,0x6b861da3,0x8b39d000,0xc2d00000,0x02d0000f,0xf5067da9,0xbf610d17,0xa08ff58c,0x06000001,0x40c00012,0xb0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x30a0000f,0xb0fd6054,0x0aa060fc,0x5b861da3,0x8b39d000,0xc2d00000,0x02d0000f,0xf6067da9,0xbf610d17,0xa08df58c,0x05000001,0x40b00012,0xb0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x30a0000f,0xb1fda054,0x0aa060fc,0x4b861da3,0x8b39d000,0xc2e00000,0x02d0000f,0xf7067da9,0xbf610d17,0xa08cf58c,0x05000001,0x40b00012,0xc0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x30a0000f,0xb2fde054,0x0aa060fc,0x3b871da3,0x8b39d000,0xc2f00000,0x02d0000f,0xf7066da9,0xbf710d17,0xa08bf58c,0x04000001,0x40b00012,0xc0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x30a0000f,0xb3fe2054,0x0aa061fc,0x2b871da3,0x8b39d000,0xc2f00000,0x02d0000f,0xf8066da9,0xbf710d17,0xa08af58c,0x04000001,0x40a00012,0xc0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x30a0000f,0xb4fe7054,0x0aa061fc,0x1b871da3,0x8b39d000,0xc3000000,0x02d0000f,0xf9066da9,0xbf710d17,0xa089f58c,0x03000001,0x40a00012,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x40a0000f,0xb5feb054,0x0aa061fc,0x0b871da3,0x8b39d000,0xc3100000,0x02d0000f,0xfa066da9,0xbf710d17,0xa088f58c,0x03000001,0x40a00012,0xd0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x40a0000f,0xb6ff0054,0x0ab061fb,0xfb871da3,0x8b39d000,0xc3100000,0x02d0000f,0xfa066da9,0xbf710d17,0xa086f58c,0x03000001,0x40900012,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x40a0000f,0xb7ff4054,0x0ab061fb,0xeb871da3,0x8b39d000,0xc3200000,0x02d0000f,0xfb065da9,0xbf810d17,0xa085f58c,0x02000000,0x40900012,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x40a0000f,0xb8ff9055,0x0ab061fb,0xdb871da3,0x8b39d000,0xc3200000,0x02d0000f,0xfc065da9,0xbf810d17,0xa084f58c,0x02000000,0x40900012,0xe0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x40a0000f,0xbaffd055,0x0ab062fb,0xcb871da3,0x8b39d000,0xc3300000,0x02d0000f,0xfc065da9,0xbf810d17,0xa083f58c,0x02000000,0x40800012,0xf0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x40a0000f,0xbb002055,0x0ac062fb,0xbb881da3,0x8b39d000,0xc3400000,0x02d0000f,0xfd065da9,0xbf810d17,0xa082f58c,0x01000000,0x40800012,0xf0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x50a0000f,0xbc007055,0x0ac062fb,0xbb881da3,0x8b39d000,0xc3400000,0x02d0000f,0xfd064da9,0xbf810d17,0xa081f58c,0x01000000,0x40800012,0xf0000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x50a0000f,0xbd00c056,0x0ac062fb,0xab881da3,0x8b39d000,0xc3400000,0x02d0000f,0xfe064da9,0xbf810d17,0xa081f58c,0x01000000,0x40700013,0x00000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x50a0000f,0xbe010056,0x0ad062fb,0x9b881da3,0x8b39d000,0xc3500000,0x02d0000f,0xfe064da9,0xbf810d17,0xa080f58c,0x00000000,0x40700013,0x00000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x50a0000f,0xbf015056,0x0ad062fb,0x8b881da3,0x8b39d000,0xc3500000,0x02d0000f,0xff064da9,0xbf810d17,0xa07ff58c,0x00000fff,0x40700013,0x00000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x50a0000f,0xc001a057,0x0ad062fb,0x7b881da3,0x8b39d000,0xc3600000,0x02d0000f,0xff064da9,0xbf910d17,0xa07ff58c,0x00000fff,0x40700013,0x10000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x50a0000f,0xc101e057,0x0ad062fb,0x6b881da3,0x8b39d000,0xc3600000,0x02d0000f,0xff064da9,0xbf910d17,0xa07ef58c,0x00000fff,0x40700013,0x10000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x50a0000f,0xc2023057,0x0ae062fb,0x5b881da3,0x8b39d000,0xc3600000,0x02d0000f,0xff064da9,0xbf910d17,0xa07ef58c,0x00000fff,0x40600013,0x10000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x50a0000f,0xc3027057,0x0ae063fb,0x4b881da3,0x8b39d000,0xc3600000,0x02d0000f,0xff064da9,0xbf910d17,0xa07df58c,0x00000fff,0x40600013,0x10000000,0x00000000,0x00000000,0x00000000,0xff2f6700,0x50a0000f,0xc402b057,0x0ae063fb,0x3b881da3,0x8b39d000,0xc3600000,0x02d00000,0x00064da9,0xbf910d17,0xa07df58c,0x00000fff,0x40600013,0x20000000,0x00000000,0x00000000,0x00000000 +}; + +u32 ANIM_ENTRY_credits_natalya_kissing[] = +{ + 0x00000000,0x00000000,0x000c2ee6,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c2ee6,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c3ee6,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c3ee7,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c3ee7,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c3ee7,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c3ee8,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c3ee8,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c4ee8,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c4ee8,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c4ee9,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c4ee9,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c5ee9,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c5eea,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c5eea,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c6eeb,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c6eeb,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c6eec,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c6eec,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7eed,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7eee,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7eef,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7ef0,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7ef1,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7ef2,0x00000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7ef3,0xfff00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7ef4,0xfff00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7ef5,0xfff00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7ef5,0xfff00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7ef6,0xfff00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7ef6,0xffe00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7ef6,0xffe00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7ef6,0xffd00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c6ef6,0xffd00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c6ef5,0xffc00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c6ef5,0xffb00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c5ef5,0xffb00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c4ef4,0xffa00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c4ef3,0xff900000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c3ef3,0xff800000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c2ef2,0xff800000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c2ef1,0xff700000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c2ef0,0xff600000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c1eef,0xff500000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c1eee,0xff400000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c2eee,0xff300000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c2eed,0xff200000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c3eec,0xff100000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c3eeb,0xff000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c4eea,0xfef00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c5eea,0xfee00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c6ee9,0xfed00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c7ee9,0xfec00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c8ee8,0xfeb00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000c9ee8,0xfea00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000caee8,0xfe900000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000cbee7,0xfe800000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000ccee7,0xfe700000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000cdee8,0xfe600000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000ceee8,0xfe500000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d0ee8,0xfe500000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d1ee9,0xfe400000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d2eea,0xfe300000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d2eeb,0xfe200000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d3eec,0xfe200000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d4eee,0xfe100000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d5eef,0xfe000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d5ef1,0xfe000000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d5ef4,0xfdf00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d6ef6,0xfdf00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d6ef9,0xfdf00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d5efc,0xfde00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d5eff,0xfde00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d5f03,0xfde00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000000,0x000d4f07,0xfde00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000030,0x000d3f0b,0xfde00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000070,0x000d1f0f,0xfde00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x000000b0,0x000d0f14,0xfde00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x000000f0,0x000cef1a,0xfde00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0xfff00000,0x00000000,0x00000000,0x00000140,0x000ccf1f,0xfdf00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000180,0x000caf25,0xfdf00000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000000c,0x00000000,0x40000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00c00000,0x0fe901b0,0x0a0c7f2c,0xfe0000ff,0xfc00000f,0xff400000,0x00000000,0x0fff0000,0x00000000,0x00000000,0x0000ff2c,0x0000000d,0x400000ff,0xf0000000,0x00000000,0x00000000,0x00000000,0x01900000,0x0fd001f0,0x160c4f33,0xfe0000ff,0xfc00001f,0xff401000,0x00000000,0x0ffe0000,0x00000000,0x00000000,0x0000fe3b,0xff00101a,0x400000ff,0xf0000000,0x01000000,0x00000000,0x00000000,0x02600000,0x0fb60210,0x210c1f3a,0xfe1000ff,0xec00001f,0xff401000,0x00100000,0x0ffe0000,0x00000000,0x00000000,0x0000fd5b,0xff001029,0x400000ff,0xf0000000,0x01000000,0x00000000,0x00000000,0x03200000,0x0f9e0230,0x2b0bdf42,0xfe2000ff,0xec00001f,0xff401000,0x00100000,0x0ffe0000,0x00000000,0x00000000,0x0000fc9b,0xff001037,0x400000ff,0xf000000f,0xfd000000,0x00000000,0x00000000,0x03c00000,0x0f880240,0x340b9f4a,0xfe300000,0x0c000000,0x00400000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000fbfc,0x00000044,0x40000000,0x0000000f,0xf4000000,0x00000000,0x00000000,0x043000ff,0xff7b0240,0x3d0b5f52,0xfe4fff00,0x3bffffb0,0x003fc000,0xffd00000,0x00040000,0x00000000,0x000000ff,0xf000fb9c,0x00ffb050,0x3fe00000,0x1000000f,0xe4000000,0xffe00000,0x00000000,0x049000ff,0xef710230,0x450b0f5c,0xfe5ffd00,0xbbfeff30,0x003f5000,0xffb00000,0x000b0000,0x00000000,0x000000ff,0xf000fb4c,0x01ff305d,0x3fc00000,0x3000000f,0xd1000000,0xffb00000,0x00000000,0x04e000ff,0xdf6a0220,0x4c0abf65,0xfe6ffa01,0x6bfcfe80,0x013ec000,0xff700000,0x00150000,0x00000000,0x000000ff,0xf000fb1c,0x02fe8069,0x3fa00000,0x7000000f,0xbc000000,0xff800000,0x00000000,0x051000ff,0xcf650200,0x540a5f6f,0xfe7ff702,0x3bfbfdb0,0x023e0000,0xff300000,0x00210000,0x00000000,0x000000ff,0xe000fafc,0x03fdb074,0x3f700000,0xa000000f,0xa8000000,0xff300000,0x00000000,0x053000ff,0xbf6201d0,0x5a09ff79,0xfe9ff303,0x1bf8fcc0,0x043d3000,0xfee00000,0x002f0000,0x00000000,0x000000ff,0xd000faec,0x04fcb080,0x3f300000,0xe000000f,0x95000000,0xfef00000,0x00000000,0x054000ff,0x9f6101a0,0x60099f84,0xfebff004,0x1bf6fbb0,0x053c5000,0xfe800000,0x003e0000,0x00000000,0x000000ff,0xd000fafc,0x05fba08b,0x3f000001,0x3000000f,0x7f000000,0xfea00000,0x00000000,0x054000ff,0x8f610170,0x65092f90,0xfecfec05,0x1bf5faa0,0x073b6000,0xfe100000,0x004f0000,0x00000000,0x000000ff,0xc000fb2c,0x07fa8096,0x3ec00001,0x7000000f,0x67000000,0xfe500000,0x00000000,0x054000ff,0x6f620140,0x6a08af9c,0xfeefe906,0x0bf3f980,0x093a6000,0xfd800000,0x00600000,0x00000000,0x000000ff,0xc000fb5c,0x08f950a0,0x3e800001,0xc000000f,0x4f000000,0xfe000000,0x00000000,0x053000ff,0x5f640110,0x6f083fa8,0xff0fe706,0xfbf2f860,0x0b396000,0xfce00000,0x00720000,0x00000000,0x000000ff,0xb000fbac,0x0af820aa,0x3e300002,0x1000000f,0x36000000,0xfda00000,0x00000000,0x052000ff,0x3f6600d0,0x7307afb6,0xff2fe607,0xcbf2f750,0x0d387000,0xfc200000,0x00830000,0x00000000,0x000000ff,0xb000fbec,0x0bf6f0b3,0x3df00002,0x7000000f,0x1e000000,0xfd500000,0x00000000,0x050000ff,0x1f6800a0,0x76071fc3,0xff5fe608,0x6bf2f650,0x0f378000,0xfb500000,0x00940000,0x00000000,0x000000ff,0xc000fc2c,0x0df5d0bd,0x3dc00002,0xc000000f,0x07000000,0xfcf00000,0x00000000,0x050000ff,0x0f6a0070,0x79068fd1,0xff7fe708,0xebf4f570,0x1236b000,0xfa600000,0x00a40000,0x00000000,0x000000ff,0xc000fc7c,0x0ef4c0c5,0x3d800003,0x1000000e,0xf1000000,0xfc900000,0x00000000,0x04f000fe,0xff6b0040,0x7c05efe0,0xffafea09,0x2bf6f4b0,0x1535f000,0xf9500000,0x00b20000,0x00000000,0x000000ff,0xd000fccc,0x10f3d0cd,0x3d500003,0x7000000e,0xde000000,0xfc400000,0x00000000,0x04f000fe,0xdf6c0010,0x7e054ff0,0xffdff009,0x2bfaf420,0x18354000,0xf8200000,0x00bf0000,0x00000000,0x000000ff,0xe000fd1c,0x11f300d5,0x3d200003,0xc000000e,0xcd000000,0xfbe00000,0x00000000,0x04f000fe,0xcf6b0000,0x7f049000,0x000ff708,0xdc00f3b0,0x1b34b000,0xf6d00000,0x00c90000,0x00000000,0x00000000,0x0000fd6c,0x13f260dc,0x3cf00004,0x1000000e,0xbf000000,0xfb900000,0x00000000,0x050000fe,0xbf690000,0x8103d011,0x00300307,0xdc06f360,0x1e342000,0xf4e00000,0x00d30000,0x00000000,0x00000000,0x1000fdac,0x14f1e0e3,0x3cd00004,0x6000000e,0xb2000000,0xfb400000,0x00000000,0x051000fe,0xaf680000,0x8202f025,0x00601505,0xfc0ff330,0x21338000,0xf2100000,0x00db0000,0x00000000,0x00100000,0x3000fdec,0x15f170e9,0x3ca00004,0xa000000e,0xa6000000,0xfb000000,0x00000000,0x052000fe,0xaf670000,0x8202103a,0x00a02b03,0x7c19f310,0x2532f000,0xeea00000,0x00e30000,0x00000001,0x00300000,0x5000fe2c,0x16f110ef,0x3c800004,0xe000000e,0x9b000000,0xfac00000,0x00000000,0x053000fe,0x9f660000,0x82012050,0x00e04400,0x7c24f310,0x28326000,0xeab00000,0x00ea0000,0x00000001,0x00500000,0x8000fe5c,0x17f0c0f4,0x3c500005,0x2000000e,0x91000000,0xfa900000,0x00000000,0x053000fe,0x8f650000,0x82003067,0x01205ffd,0x2c30f320,0x2c31d000,0xe6900000,0x00f10000,0x00000002,0x00800000,0xb000fe8c,0x18f090f8,0x3c300005,0x6000000e,0x89000000,0xfa600000,0x00000000,0x054000fe,0x8f640000,0x82ff307e,0x01607af9,0xcc3df350,0x30314000,0xe2600000,0x00f80000,0x00000002,0x00b00000,0xd000febc,0x19f060fd,0x3c100005,0xa000000e,0x81000000,0xfa300000,0x00000000,0x055000fe,0x7f630000,0x81fe4094,0x01b096f6,0x8c49f390,0x3430b000,0xde700000,0x00fe0000,0x00000002,0x00e00001,0x1000fedc,0x1af04100,0x3bf00005,0xd000000e,0x7b000000,0xfa000000,0x00000000,0x055000fe,0x7f620000,0x80fd60a8,0x0200b0f3,0x8c54f3f0,0x38303000,0xdae00000,0x01030000,0x00000002,0x01200001,0x4000ff0c,0x1af03103,0x3bd00006,0x0000000e,0x75000000,0xf9e00000,0x00000000,0x055000fe,0x6f620000,0x7ffc80bb,0x0250c7f1,0x0c5ef450,0x3c2fb000,0xd8000000,0x01080000,0x00000001,0x01700001,0x7000ff2c,0x1bf02106,0x3bc00006,0x3000000e,0x71000000,0xf9d00000,0x00000000,0x056000fe,0x6f610000,0x7dfbb0cc,0x02a0daef,0x3c67f4d0,0x402f3000,0xd6000000,0x010d0000,0x00000000,0x01b00001,0xb000ff4c,0x1bf03108,0x3ba00006,0x6000000e,0x6d000000,0xf9b00000,0x00000000,0x056000fe,0x6f610000,0x7cfb00d9,0x0300eaed,0xec6ef560,0x442ec000,0xd4900000,0x01110000,0x00000ffd,0x02000001,0xf000ff5c,0x1bf0410a,0x3b900006,0x9000000e,0x6b000000,0xf9a00000,0x00000000,0x056000fe,0x6f600000,0x7afa60e4,0x0350faec,0xac75f610,0x492e6000,0xd3500000,0x01150000,0x00000ff8,0x02500002,0x4000ff7c,0x1cf0610c,0x3b800006,0xb000000e,0x69000000,0xf9900000,0x00000000,0x057000fe,0x5f600000,0x77f9c0ee,0x03b108eb,0x8c7bf6c0,0x4d2e0000,0xd2200000,0x01180000,0x00000ff2,0x02a00002,0x8000ff8c,0x1cf0910d,0x3b700006,0xd000000e,0x67000000,0xf9900000,0x00000000,0x057000fe,0x5f600000,0x75f940f6,0x041115ea,0x8c80f780,0x522da000,0xd1200000,0x011b0000,0x00000feb,0x02f00002,0xd000ff9c,0x1cf0c10e,0x3b700007,0x0000000e,0x67000000,0xf9800000,0x00000000,0x057000fe,0x5f600000,0x72f8c0fd,0x047122e9,0xac85f850,0x562d6000,0xd0400000,0x011e0000,0x00000fe2,0x03300003,0x2000ffac,0x1cf1010e,0x3b700007,0x2000000e,0x68000000,0xf9800000,0x00000000,0x057000fe,0x5f600000,0x6ff84103,0x04d12de8,0xdc89f920,0x5b2d2000,0xcf800000,0x01210000,0x00000fd8,0x03800003,0x8000ffbc,0x1cf1510f,0x3b600007,0x3000000e,0x69000000,0xf9800000,0x00000000,0x057000fe,0x5f600000,0x6df7d108,0x053138e8,0x2c8cfa10,0x5f2cf000,0xcee00000,0x01230000,0x00000fcc,0x03d00003,0xd000ffbc,0x1cf1a10e,0x3b700007,0x5000000e,0x6a000000,0xf9900000,0x00000000,0x057000fe,0x5f600000,0x69f7710b,0x05a142e7,0x8c8ffb00,0x642cc000,0xce500000,0x01250000,0x00000fc0,0x04100004,0x3000ffcc,0x1cf2010e,0x3b700007,0x7000000e,0x6d000000,0xf9900000,0x00000000,0x057000fe,0x5f600000,0x66f7110e,0x06014ce7,0x0c91fc00,0x692cb000,0xcde00000,0x01260000,0x00000fb2,0x04500004,0x9000ffcc,0x1cf2610d,0x3b700007,0x8000000e,0x70000000,0xf9a00000,0x00000000,0x057000fe,0x6f600000,0x63f6c10f,0x066154e6,0x9c93fd00,0x6d2cb000,0xcd900000,0x01280000,0x00000fa3,0x04900005,0x0000ffcc,0x1bf2c10c,0x3b800007,0x9000000e,0x73000000,0xf9b00000,0x00000000,0x056000fe,0x6f600000,0x5ff6710f,0x06d15ce6,0x3c94fe10,0x722cb000,0xcd500000,0x01290000,0x00000f94,0x04d00005,0x6000ffcc,0x1bf3310b,0x3b900007,0xa000000e,0x77000000,0xf9c00000,0x00000000,0x056000fe,0x6f600000,0x5cf6310f,0x073163e5,0xfc95ff20,0x772cd000,0xcd300000,0x012a0000,0x00000f83,0x05000005,0xd000ffcc,0x1bf3b10a,0x3ba00007,0xb000000e,0x7b000000,0xf9d00000,0x00000000,0x056000fe,0x6f610000,0x58f5f10e,0x07a16ae5,0xbc960040,0x7b2d0000,0xcd200000,0x012b0000,0x00000f72,0x05300006,0x5000ffcc,0x1af42108,0x3bb00007,0xc000000e,0x80000000,0xf9e00000,0x00000000,0x056000fe,0x6f610000,0x55f5c10b,0x080170e5,0x9c960160,0x802d4000,0xcd200000,0x012c0000,0x00000f60,0x05500006,0xc000ffcc,0x1af4a106,0x3bc00007,0xd000000e,0x86000000,0xf9f00000,0x00000000,0x056000fe,0x7f610000,0x51f59108,0x087175e5,0x8c950280,0x842db000,0xcd300000,0x012d0000,0x00000f4e,0x05600007,0x4000ffbc,0x1af52104,0x3be00007,0xe000000e,0x8b000000,0xfa100000,0x00000000,0x055000fe,0x7f620000,0x4df57105,0x08d17ae5,0x7c9503a0,0x892e4000,0xcd600000,0x012d0000,0x00000f3b,0x05700007,0xc000ffbc,0x19f5b102,0x3bf00007,0xe000000e,0x91000000,0xfa200000,0x00000000,0x055000fe,0x7f620000,0x4af54101,0x09417fe5,0x7c9404c0,0x8e2ef000,0xcd900000,0x012d0000,0x00000f28,0x05700008,0x4000ffbc,0x19f63100,0x3c100007,0xf000000e,0x97000000,0xfa400000,0x00000000,0x055000fe,0x8f630000,0x46f520fc,0x09a183e5,0x8c9305f0,0x922fb000,0xcdd00000,0x012e0000,0x00000f14,0x05600008,0xd000ffac,0x18f6c0fd,0x3c300007,0xf000000e,0x9e000000,0xfa500000,0x00000000,0x055000fe,0x8f630000,0x42f510f7,0x0a1186e5,0xac910710,0x97309000,0xce200000,0x012e0000,0x00000f00,0x05500009,0x6000ffac,0x18f750fb,0x3c400008,0x0000000e,0xa5000000,0xfa700000,0x00000000,0x054000fe,0x8f640000,0x3ef500f1,0x0a7189e5,0xcc8f0840,0x9b317000,0xce800000,0x012e0000,0x00000eec,0x05300009,0xf000ff9c,0x17f7d0f8,0x3c600008,0x0000000e,0xab000000,0xfa900000,0x00000000,0x054000fe,0x9f640000,0x3bf4f0eb,0x0ad18ce5,0xfc8d0960,0xa0325000,0xcee00000,0x012f0000,0x00000ed8,0x04f0000a,0x9000ff8c,0x17f860f5,0x3c800008,0x0000000e,0xb3000000,0xfaa00000,0x00000000,0x054000fe,0x9f650000,0x37f4e0e4,0x0b318fe6,0x2c8b0a80,0xa4332000,0xcf500000,0x012f0000,0x00000ec4,0x04b0000b,0x2000ff8c,0x17f8f0f2,0x3ca00008,0x1000000e,0xba000000,0xfac00000,0x00000000,0x053000fe,0x9f650000,0x34f4e0dd,0x0b9191e6,0x6c890b90,0xa833e000,0xcfc00000,0x012f0000,0x00000eb0,0x0460000b,0xd000ff7c,0x16f980f0,0x3cc00008,0x1000000e,0xc1000000,0xfad00000,0x00000000,0x053000fe,0xaf660000,0x30f4d0d6,0x0bf193e6,0xac870cb0,0xac348000,0xd0400000,0x01300000,0x00000e9c,0x0400000c,0x7000ff6c,0x16fa00ed,0x3ce00008,0x1000000e,0xc8000000,0xfaf00000,0x00000000,0x053000fe,0xaf660000,0x2df4d0cf,0x0c5194e6,0xec840dc0,0xb034f000,0xd0c00000,0x01300000,0x00000e88,0x0380000d,0x2000ff6c,0x15fa90ea,0x3d000008,0x1000000e,0xcf000000,0xfb000000,0x00000000,0x052000fe,0xaf670000,0x2af4d0c7,0x0ca196e7,0x3c820ec0,0xb4354000,0xd1400000,0x01300000,0x00000e75,0x02f0000d,0xd000ff5c,0x15fb10e7,0x3d200008,0x1000000e,0xd7000000,0xfb200000,0x00000000,0x052000fe,0xbf670000,0x27f4d0c0,0x0d0197e7,0x7c800fc0,0xb8356000,0xd1c00000,0x01300000,0x00000e62,0x0250000e,0x8000ff5c,0x14fb90e4,0x3d300008,0x1000000e,0xde000000,0xfb300000,0x00000000,0x052000fe,0xbf670000,0x24f4d0b9,0x0d5198e7,0xcc7d10b0,0xbc356000,0xd2400000,0x012f0000,0x00000e50,0x01a0000f,0x4000ff4c,0x14fc10e1,0x3d500008,0x1000000e,0xe5000000,0xfb400000,0x00000000,0x051000fe,0xbf680000,0x21f4e0b1,0x0da199e8,0x0c7b11a0,0xc0355000,0xd2b00000,0x012f0000,0x00000e3e,0x00e00010,0x0000ff4c,0x14fc90de,0x3d700008,0x1000000e,0xec000000,0xfb600000,0x00000000,0x051000fe,0xbf680000,0x1ff4e0aa,0x0df19ae8,0x5c781280,0xc3352000,0xd3300000,0x01320000,0x00000e2d,0x00000010,0xc000ff3c,0x14fd00db,0x3d900008,0x1000000e,0xf3000000,0xfb700000,0x00000000,0x051000fe,0xcf690000,0x1df4f0a3,0x0e319be8,0x9c761350,0xc734e000,0xd3a00000,0x01480000,0x00000e1d,0xfeefff11,0x9000ff3c,0x13fd70d9,0x3db00008,0x1000000e,0xf9000000,0xfb700000,0x00000000,0x050000fe,0xcf690000,0x1af4f09c,0x0e819ce8,0xdc741420,0xca34a000,0xd4100000,0x017a0000,0x00000e0d,0xfdafff12,0x7000ff3c,0x13fde0d6,0x3dc00008,0x1000000e,0xff000000,0xfb800000,0x00000000,0x050000fe,0xcf690000,0x19f4f095,0x0ec19de9,0x1c7214d0,0xcd345000,0xd4800000,0x01c30000,0x00000dff,0xfc2fff13,0x6000ff2c,0x13fe40d4,0x3de00008,0x2000000f,0x05000000,0xfb900000,0x00000000,0x050000fe,0xcf6a0000,0x17f5008e,0x0f019ee9,0x4c701570,0xd033f000,0xd4e00000,0x02180000,0x00000df1,0xfa9ffe14,0x5000ff2c,0x13fe90d1,0x3df00008,0x2000000f,0x0b000000,0xfb900000,0x00000000,0x050000fe,0xcf6a0000,0x15f50088,0x0f41a0e9,0x7c6e1610,0xd333a000,0xd5300000,0x02740000,0x00000de4,0xf8fffe15,0x4000ff2c,0x13fef0cf,0x3e100008,0x2000000f,0x10000000,0xfb900000,0x00000000,0x050000fe,0xcf6a0000,0x14f50083,0x0f71a1e9,0x9c6d1690,0xd6334000,0xd5800000,0x02cf0000,0x00000dd9,0xf76ffe16,0x3000ff2c,0x13ff30cd,0x3e200008,0x2000000f,0x15000000,0xfb900000,0x00000000,0x050000fe,0xcf6b0000,0x14f5107e,0x0fa1a2e9,0xbc6c1700,0xd832f000,0xd5b00000,0x03200000,0x00000dcf,0xf5effe17,0x2000ff2c,0x13ff70cb,0x3e300008,0x2000000f,0x1a000000,0xfb900000,0x00000000,0x04f000fe,0xcf6b0000,0x13f51079,0x0fd1a4e9,0xcc6b1760,0xdb32b000,0xd5e00000,0x03600000,0x00000dc6,0xf4affe18,0x0000ff2c,0x13ffb0c9,0x3e400008,0x2000000f,0x1d000000,0xfb900000,0x00000000,0x04f000fe,0xcf6b0000,0x13f50075,0x0ff1a6e9,0xcc6b17b0,0xdd327000,0xd6000000,0x03880000,0x00000dbf,0xf3a00018,0xc000ff2c,0x13ffd0c8,0x3e500008,0x2000000f,0x21000000,0xfb900000,0x00000000,0x04f000fe,0xcf6b0000,0x13f50072,0x1011a8e9,0xbc6a17e0,0xdf324000,0xd6000000,0x03a00000,0x00000db9,0xf2c00219,0x8000ff2c,0x130000c7,0x3e500008,0x2000000f,0x24000000,0xfb900000,0x00000000,0x04f000fe,0xcf6b0000,0x13f5006f,0x1031aae9,0xac6b1820,0xe1321000,0xd6000000,0x03b40000,0x00000db4,0xf200051a,0x4000ff2c,0x130010c5,0x3e600008,0x2000000f,0x27000000,0xfb900000,0x00000000,0x04f000fe,0xcf6b0000,0x14f5006c,0x1051ace9,0xac6b1850,0xe431d000,0xd6000000,0x03c50000,0x00000db0,0xf1600a1a,0xf000ff2c,0x130030c4,0x3e600008,0x2000000f,0x2a000000,0xfb900000,0x00000000,0x04f000fe,0xcf6b0000,0x14f50068,0x1061aee9,0x9c6b1880,0xe631a000,0xd6000000,0x03d30000,0x00000dac,0xf0c0101b,0xa000ff2c,0x130040c3,0x3e700008,0x2000000f,0x2d000000,0xfb900000,0x00000000,0x04f000fe,0xcf6b0000,0x14f50065,0x1071afe9,0x8c6b18a0,0xe9317000,0xd6000000,0x03df0000,0x00000da9,0xf040171c,0x5000ff2c,0x130050c1,0x3e800008,0x2000000f,0x30000000,0xfb900000,0x00000000,0x04f000fe,0xbf6b0000,0x15f50061,0x1081b0e9,0x8c6b18c0,0xeb313000,0xd6000000,0x03e80000,0x00000da6,0xefd0201c,0xf000ff2c,0x130060bf,0x3e800008,0x2000000f,0x33000000,0xfb900000,0x00000000,0x04f000fe,0xbf6b0000,0x15f5105e,0x1091b1e9,0x7c6b18e0,0xee310000,0xd6000000,0x03ef0000,0x00000da4,0xef80291d,0x9000ff2c,0x140070be,0x3e900008,0x2000000f,0x37000000,0xfb900000,0x00000000,0x04f000fe,0xbf6b0000,0x16f5205a,0x10a1b2e9,0x7c6b1900,0xf030d000,0xd6000000,0x03f30000,0x00000da2,0xef30331e,0x3000ff2c,0x140070bc,0x3e900008,0x2000000f,0x3a000000,0xfb900000,0x00000000,0x04f000fe,0xbf6b0000,0x16f53056,0x10a1b3e9,0x7c6b1910,0xf330a000,0xd6000000,0x03f50000,0x00000da1,0xeef03e1e,0xc000ff2c,0x140080ba,0x3e900008,0x2000000f,0x3e000000,0xfb900000,0x00000000,0x04f000fe,0xbf6b0000,0x17f54052,0x10a1b3e9,0x6c6b1920,0xf5306000,0xd6000000,0x03f50000,0x00000da0,0xeec0491f,0x5000ff2c,0x140080b8,0x3ea00008,0x2000000f,0x42000000,0xfb900000,0x00000000,0x04f000fe,0xaf6b0000,0x17f5504f,0x10a1b4e9,0x6c6b1930,0xf8303000,0xd6000000,0x03f30000,0x00000d9f,0xeea0551f,0xe000ff2c,0x150080b6,0x3ea00008,0x2000000f,0x45000000,0xfb900000,0x00000000,0x04f000fe,0xaf6b0000,0x18f5604b,0x10a1b4e9,0x6c6b1930,0xfa300000,0xd6000000,0x03f00000,0x00000d9f,0xee906120,0x6000ff2c,0x150080b4,0x3ea00008,0x2000000f,0x49000000,0xfb900000,0x00000000,0x04f000fe,0xaf6b0000,0x19f58047,0x10a1b4e9,0x6c6b1940,0xfd2fd000,0xd6000000,0x03eb0000,0x00000d9f,0xee906e20,0xe000ff2c,0x150080b2,0x3eb00008,0x2000000f,0x4d000000,0xfb900000,0x00000000,0x04f000fe,0xaf6b0000,0x19f59043,0x10a1b4e9,0x6c6b1940,0xff2fa000,0xd6000000,0x03e50000,0x00000d9f,0xeea07b21,0x5000ff2c,0x160080b0,0x3eb00008,0x2000000f,0x51000000,0xfb900000,0x00000000,0x04f000fe,0xaf6b0000,0x1af5b03f,0x1091b3e9,0x6c6b1941,0x022f7000,0xd6000000,0x03dd0000,0x00000d9f,0xeeb08921,0xd000ff2c,0x160080ad,0x3eb00008,0x2000000f,0x55000000,0xfb900000,0x00000000,0x04f000fe,0x9f6b0000,0x1af5c03b,0x1091b3e9,0x6c6b1941,0x042f4000,0xd6000000,0x03d40000,0x00000da0,0xeed09622,0x4000ff2c,0x160080ab,0x3eb00008,0x2000000f,0x59000000,0xfb900000,0x00000000,0x04f000fe,0x9f6b0000,0x1bf5e037,0x1081b3e9,0x7c6b1941,0x062f1000,0xd6000000,0x03cb0000,0x00000da1,0xeef0a422,0xa000ff2c,0x170080a9,0x3ec00008,0x2000000f,0x5d000000,0xfb900000,0x00000000,0x04f000fe,0x9f6b0000,0x1cf60033,0x1081b2e9,0x7c6b1931,0x082ef000,0xd6000000,0x03c00000,0x00000da2,0xef20b123,0x0000ff2c,0x170070a7,0x3ec00008,0x2000000f,0x61000000,0xfb900000,0x00000000,0x04f000fe,0x9f6b0000,0x1cf6202f,0x1071b2e9,0x7c6b1931,0x0a2ec000,0xd6000000,0x03b50000,0x00000da3,0xef50be23,0x6000ff2c,0x170070a5,0x3ec00008,0x2000000f,0x65000000,0xfb900000,0x00000000,0x04f000fe,0x8f6b0000,0x1df6402b,0x1061b1e9,0x7c6b1921,0x0c2ea000,0xd6000000,0x03a90000,0x00000da5,0xef90cb23,0xb000ff2c,0x180060a3,0x3ec00008,0x2000000f,0x69000000,0xfb900000,0x00000000,0x04f000fe,0x8f6b0000,0x1ef66028,0x1051b0e9,0x8c6b1911,0x0d2e7000,0xd6000000,0x039d0000,0x00000da6,0xefd0d824,0x0000ff2c,0x180060a0,0x3ec00008,0x2000000f,0x6d000000,0xfb900000,0x00000000,0x04f000fe,0x8f6b0000,0x1ef68024,0x1051b0e9,0x8c6b1901,0x0f2e5000,0xd6000000,0x03910000,0x00000da8,0xf020e524,0x5000ff2c,0x1800509e,0x3ec00008,0x2000000f,0x70000000,0xfb900000,0x00000000,0x04f000fe,0x8f6b0000,0x1ff6a020,0x1041afe9,0x8c6b1901,0x102e3000,0xd6000000,0x03850000,0x00000daa,0xf070f024,0x9000ff2c,0x1900509c,0x3ed00008,0x2000000f,0x74000000,0xfb900000,0x00000000,0x04f000fe,0x7f6b0000,0x20f6c01d,0x1031aee9,0x9c6b18f1,0x112e2000,0xd6000000,0x03780000,0x00000dab,0xf0c0fc24,0xd000ff2c,0x1900409a,0x3ed00008,0x2000000f,0x78000000,0xfb900000,0x00000000,0x04f000fe,0x7f6b0000,0x20f6e01a,0x1021ade9,0x9c6b18d1,0x122e0000,0xd6000000,0x036c0000,0x00000dad,0xf1110625,0x0000ff2c,0x19004098,0x3ed00008,0x2000000f,0x7b000000,0xfb900000,0x00000000,0x04f000fe,0x7f6b0000,0x21f6f016,0x1021ade9,0x9c6b18c1,0x132df000,0xd6000000,0x03610000,0x00000daf,0xf1611025,0x3000ff2c,0x1a003096,0x3ed00008,0x2000000f,0x7f000000,0xfb900000,0x00000000,0x04f000fe,0x7f6b0000,0x21f71013,0x1011ace9,0xac6b18b1,0x132de000,0xd6000000,0x03560000,0x00000db0,0xf1b11925,0x5000ff2c,0x1a002094,0x3ed00008,0x2000000f,0x82000000,0xfb900000,0x00000000,0x04f000fe,0x7f6b0000,0x22f73010,0x1011abe9,0xac6b18a1,0x142dd000,0xd6000000,0x034b0000,0x00000db2,0xf2012125,0x7000ff2c,0x1a002093,0x3ed00008,0x2000000f,0x85000000,0xfb900000,0x00000000,0x04f000fe,0x6f6b0000,0x22f7500e,0x1001aae9,0xac6b1891,0x142dc000,0xd6000000,0x03420000,0x00000db3,0xf2512825,0x9000ff2c,0x1b001091,0x3ed00008,0x2000000f,0x88000000,0xfb900000,0x00000000,0x04f000fe,0x6f6b0000,0x23f7700b,0x1001aae9,0xbc6b1881,0x132db000,0xd6000000,0x03390000,0x00000db5,0xf2a12e25,0xa000ff2c,0x1b00108f,0x3ed00008,0x2000000f,0x8b000000,0xfb900000,0x00000000,0x04f000fe,0x6f6b0000,0x23f79009,0x0ff1a9e9,0xbc6b1871,0x132db000,0xd6000000,0x03310000,0x00000db6,0xf2f13325,0xb000ff2c,0x1b00108e,0x3ed00008,0x2000000f,0x8e000000,0xfb900000,0x00000000,0x04f000fe,0x6f6b0000,0x24f7a006,0x0ff1a9e9,0xbc6a1861,0x122db000,0xd6000000,0x032b0000,0x00000db7,0xf3413625,0xb000ff2c,0x1b00008c,0x3ed00008,0x2000000f,0x90000000,0xfb900000,0x00000000,0x04f000fe,0x6f6b0000,0x24f7c004,0x0ff1a8e9,0xbc6a1841,0x112dc000,0xd6000000,0x03260000,0x00000db8,0xf3813825,0xb000ff2c,0x1b00008b,0x3ed00008,0x2000000f,0x92000000,0xfb900000,0x00000000,0x04f000fe,0x6f6b0000,0x25f7e002,0x0ff1a8e9,0xbc6a1831,0x102dc000,0xd6000000,0x03230000,0x00000db8,0xf3c13825,0xa000ff2c,0x1c00008a,0x3ed00008,0x2000000f,0x94000000,0xfb900000,0x00000000,0x04f000fe,0x5f6b0000,0x25f7f001,0x0ff1a8e9,0xbc6a1831,0x0e2dd000,0xd6000000,0x03210000,0x00000db9,0xf3f13725,0x9000ff2c,0x1c000089,0x3ed00008,0x2000000f,0x96000000,0xfb900000,0x00000000,0x04f000fe,0x5f6b0000,0x25f80000,0x1001a8e9,0xbc6a1821,0x0c2de000,0xd6000000,0x0321fff0,0x00000db9,0xf4313425,0x7000ff2c,0x1c000088,0x3ed00008,0x2000000f,0x98000000,0xfb900000,0x00000000,0x04f000fe,0x5f6b0000,0x25f82ffe,0x1001a8e9,0xbc6a1801,0x092e0000,0xd6000000,0x0321fff0,0x00000db9,0xf4712f25,0x4000ff2c,0x1c000087,0x3ed00008,0x2000000f,0x99000000,0xfb900000,0x00000000,0x04f000fe,0x5f6b0000,0x25f83ffe,0x1011a8e9,0xbc6a17f1,0x052e3000,0xd6000000,0x0321fff0,0x00000db9,0xf4c12924,0xf000ff2c,0x1c000087,0x3ed00008,0x2000000f,0x9b000000,0xfb900000,0x00000000,0x04f000fe,0x5f6b0000,0x26f84ffd,0x1011a8e9,0xbc6b17d1,0x022e6000,0xd6100000,0x0321fff0,0x00000db9,0xf5112024,0xa000ff2c,0x1c000086,0x3ed00008,0x2000000f,0x9c000000,0xfb900000,0x00000000,0x04f000fe,0x5f6b0000,0x26f86ffc,0x1021a8e9,0xcc6b17b0,0xfd2e9000,0xd6100000,0x0322ffe0,0x01001dba,0xf5711724,0x4000ff2c,0x1c000086,0x3ed00008,0x2000000f,0x9c000000,0xfb900000,0x00000000,0x04f000fe,0x5f6b0000,0x26f87ffc,0x1031a8e9,0xcc6b1780,0xf82ed000,0xd6100000,0x0323ffe0,0x01001dba,0xf5d10b23,0xd000ff2c,0x1c000085,0x3ed00008,0x2000000f,0x9d000000,0xfb900000,0x00000000,0x04f000fe,0x5f6b0000,0x26f89ffc,0x1041a8e9,0xcc6b1760,0xf32f1000,0xd6100000,0x0324ffe0,0x02002dbb,0xf640ff23,0x5000ff2c,0x1c000085,0x3ed00008,0x2000000f,0x9e000000,0xfb900000,0x00000000,0x04f000fe,0x5f6b0000,0x26f8affc,0x1041a8e9,0xcc6b1730,0xee2f6000,0xd6200000,0x0325ffd0,0x02003dbb,0xf6b0f122,0xd000ff2c,0x1c000085,0x3ed00008,0x2000000f,0x9e000000,0xfb900000,0x00000000,0x04f000fe,0x5f6c0000,0x26f8cffc,0x1051a8e9,0xcc6b1710,0xe82fb000,0xd6200000,0x0327ffd0,0x03004dbc,0xf730e222,0x4000ff2c,0x1c000084,0x3ed00008,0x2000000f,0x9e000000,0xfb900000,0x00000000,0x04f000fe,0x5f6c0000,0x26f8dffd,0x1061a8e9,0xcc6b16e0,0xe2300000,0xd6200000,0x0328ffc0,0x04005dbc,0xf7a0d321,0xa000ff2c,0x1d000084,0x3ed00008,0x2000000f,0x9f000000,0xfb900000,0x00000000,0x04f000fe,0x5f6c0000,0x26f8fffd,0x1071a8e9,0xcc6b16b0,0xdc305000,0xd6300000,0x032affc0,0x04005dbd,0xf820c221,0x0000ff2c,0x1d000084,0x3ed00008,0x2000000f,0x9f000000,0xfb900000,0x00000000,0x04f000fe,0x5f6c0000,0x26f90ffe,0x1081a8e9,0xcc6b1680,0xd530a000,0xd6300000,0x032cffb0,0x05006dbd,0xf8a0b120,0x6000ff2c,0x1d000084,0x3ed00008,0x2000000f,0x9f000000,0xfb900000,0x00000000,0x04f000fe,0x5f6c0000,0x26f91fff,0x10a1a8e9,0xcc6b1650,0xcf310000,0xd6400000,0x032effb0,0x06007dbe,0xf920a01f,0xb000ff2c,0x1c000084,0x3ed00008,0x2000000f,0x9e000000,0xfb900000,0x00000000,0x04f000fe,0x5f6d0000,0x26f93000,0x10b1a8e9,0xcc6b1620,0xc8315000,0xd6400000,0x0330ffa0,0x06008dbe,0xf9a08e1f,0x1000ff2c,0x1c000085,0x3ed00008,0x2000000f,0x9e000000,0xfb900000,0x00000000,0x04f000fe,0x5f6d0000,0x26f94000,0x10c1a8e9,0xdc6b1600,0xc231b000,0xd6400000,0x0332ffa0,0x07009dbf,0xfa207c1e,0x5000ff2c,0x1c000085,0x3ed00008,0x2000000f,0x9e000000,0xfb900000,0x00000000,0x04f000fe,0x5f6d0000,0x26f96001,0x10d1a8e9,0xdc6b15d0,0xbb320000,0xd6500000,0x0334ff90,0x08009dbf,0xfaa06a1d,0xa000ff2c,0x1c000085,0x3ed00008,0x2000000f,0x9e000000,0xfb900000,0x00000000,0x04f000fe,0x5f6d0000,0x26f97002,0x10e1a8e9,0xdc6b15a0,0xb4326000,0xd6500000,0x0336ff90,0x0800adc0,0xfb20581c,0xf000ff2c,0x1c000085,0x3ed00008,0x2000000f,0x9d000000,0xfb900000,0x00000000,0x04f000fe,0x5f6d0000,0x26f98003,0x10f1a8e9,0xdc6b1580,0xae32b000,0xd6500000,0x0338ff90,0x0900bdc0,0xfba0461c,0x4000ff2c,0x1c000085,0x3ed00008,0x2000000f,0x9d000000,0xfb900000,0x00000000,0x04f000fe,0x5f6d0000,0x26f9a004,0x1101a8e9,0xdc6b1550,0xa8330000,0xd6500000,0x033aff90,0x0900bdc0,0xfc20351b,0x9000ff2c,0x1c000086,0x3ed00008,0x2000000f,0x9c000000,0xfb900000,0x00000000,0x04f000fe,0x5f6d0000,0x26f9b005,0x1111a8e9,0xdc6b1530,0xa1335000,0xd6500000,0x033cff90,0x0900bdc0,0xfc90241a,0xf000ff2c,0x1c000086,0x3ee00008,0x2000000f,0x9c000000,0xfb900000,0x00000000,0x04f000fe,0x5f6d0000,0x26f9c006,0x1121a8e9,0xdc6b1510,0x9c339000,0xd6500000,0x033dff90,0x0900bdc0,0xfd10131a,0x4000ff2c,0x1c000086,0x3ee00008,0x2000000f,0x9b000000,0xfb900000,0x00000000,0x04f000fe,0x5f6d0000,0x26f9d007,0x1131a8e9,0xdc6b14f0,0x9633d000,0xd6500000,0x033fff90,0x0900bdc0,0xfd800419,0xa000ff2c,0x1c000086,0x3ee00008,0x2000000f,0x9b000000,0xfb900000,0x00000000,0x04f000fe,0x5f6d0000,0x25f9e008,0x1141a8e9,0xdc6b14e0,0x91341000,0xd6500000,0x0341ff90,0x0900bdc0,0xfdeff519,0x1000ff2c,0x1c000087,0x3ee00008,0x2000000f,0x9a000000,0xfb900000,0x00000000,0x04f000fe,0x5f6d0000,0x25f9f009,0x1151a8e9,0xdc6b14c0,0x8c345000,0xd6500000,0x0342ffa0,0x0800adc0,0xfe4fe718,0x8000ff2c,0x1c000087,0x3ee00008,0x2000000f,0x9a000000,0xfb900000,0x00000000,0x04f000fe,0x5f6d0000,0x25fa000a,0x1161a8e9,0xdc6b14b0,0x87348000,0xd6500000,0x0343ffa0,0x0800adbf,0xfeafdb17,0xf000ff2c,0x1c000087,0x3ee00008,0x2000000f,0x99000000,0xfb900000,0x00000000,0x04f000fe,0x5f6d0000,0x25fa100b,0x1161a8e9,0xcc6b14b0,0x8334a000,0xd6400000,0x0344ffb0,0x07009dbf,0xfeffcf17,0x8000ff2c,0x1c000087,0x3ee00008,0x2000000f,0x99000000,0xfb900000,0x00000000,0x04f000fe,0x5f6d0000,0x25fa200c,0x1171a8e9,0xcc6b14a0,0x7f34c000,0xd6400000,0x0345ffc0,0x06008dbe,0xff4fc517,0x1000ff2c,0x1c000088,0x3ee00008,0x2000000f,0x99000000,0xfb900000,0x00000000,0x04f000fe,0x5f6c0000,0x25fa200c,0x1171a8e9,0xcc6b14a0,0x7c34e000,0xd6300000,0x0345ffd0,0x05006dbd,0xff8fbd16,0xa000ff2c,0x1c000088,0x3ee00008,0x2000000f,0x98000000,0xfb900000,0x00000000,0x04f000fe,0x5f6c0000,0x25fa300d,0x1181a8e9,0xcc6b14b0,0x7a34e000,0xd6200000,0x0346ffe0,0x03004dbc,0xffbfb616,0x5000ff2c,0x1c000088,0x3ee00008,0x2000000f,0x98000000,0xfb900000,0x00000000,0x04f000fe,0x5f6b0000,0x25fa300d,0x1181a8e9,0xcc6b14c0,0x7834e000,0xd6100000,0x03460000,0x02002dbb,0xffefb116,0x1000ff2c,0x1c000088,0x3ee00008,0x2000000f,0x98000000,0xfb900000,0x00000000,0x04f000fe,0x5f6b0000,0x25fa400d,0x1191a8e9,0xbc6a14d0,0x7734e000,0xd6000000,0x03450010,0x00000db9,0x000fae15,0xd000ff2c,0x1c000088,0x3ee00008,0x2000000f,0x98000000,0xfb900000,0x00000000,0x04f000fe,0x5f6a0000,0x25fa400d,0x1191a8e9,0xbc6a1500,0x7534c000,0xd5f00000,0x0345003f,0xfdffddb7,0x002faa15,0xa000ff2c,0x1c000088,0x3ee00008,0x2000000f,0x98000000,0xfb900000,0x0fff0000,0x050000fe,0x5f690000,0x25fa400d,0x1191a8e9,0xbc6a1520,0x7434a000,0xd5d00000,0x0344006f,0xfaff9db5,0x003fa815,0x7000ff2c,0x1c000088,0x3ee00008,0x1000000f,0x98000000,0xfb900000,0x0ffffff0,0x050000fe,0x5f680000,0x25fa500d,0x11a1a8e9,0xac6a1560,0x73347000,0xd5c00000,0x0342009f,0xf7ff5db2,0x005fa615,0x4000ff2c,0x1c000088,0x3ee00008,0x0000000f,0x99000000,0xfb900000,0x0ffffff0,0x050000fe,0x5f670000,0x26fa500e,0x11a1a8e9,0xac6a15a0,0x73344000,0xd5a00000,0x034100cf,0xf3ff0db0,0x006fa515,0x1000ff2c,0x1c000088,0x3ee00007,0xf000000f,0x99000000,0xfb900000,0x0ffffff0,0x050000fe,0x4f660000,0x26fa500e,0x11a1a8e9,0x9c6a15f0,0x7333f000,0xd5800000,0x033f010f,0xeffebdad,0x007fa414,0xe000ff2c,0x1c000088,0x3ee00007,0xe000000f,0x9a000000,0xfb900000,0x0ffffff0,0x051000fe,0x4f640000,0x26fa500e,0x11b1a8e9,0x8c6a1640,0x7233b000,0xd5500000,0x033d014f,0xebfe6da9,0x007fa414,0xc000ff2c,0x1c000088,0x3ee00007,0xd000000f,0x9b000000,0xfb900000,0x0ffefff0,0x051000fe,0x3f630000,0x26fa500e,0x11b1a8e9,0x8c6a1690,0x72335000,0xd5300000,0x033a018f,0xe6fe0da6,0x008fa414,0xa000ff2c,0x1c000088,0x3ee00007,0xb000000f,0x9b000000,0xfb900000,0x0ffefff0,0x051000fe,0x3f610000,0x27fa500e,0x11a1a8e9,0x7c6916f0,0x73330000,0xd5000000,0x033801df,0xe1fd9da2,0x008fa514,0x8000ff2c,0x1c000088,0x3ee00007,0xa000000f,0x9c000000,0xfb900000,0x0ffdffe0,0x052000fe,0x2f600000,0x27fa400d,0x11a1a8e9,0x6c691750,0x7332a000,0xd4d00000,0x0335022f,0xdcfd3d9e,0x008fa614,0x6000ff2c,0x1c000088,0x3ee00007,0x8000000f,0x9d000000,0xfb900000,0x0ffdffe0,0x052000fe,0x2f5e0000,0x27fa400d,0x1191a8e9,0x6c6917c0,0x74323000,0xd4b00000,0x0332026f,0xd6fccd9a,0x007fa814,0x4000ff2c,0x1c000088,0x3ee00007,0x6000000f,0x9e000000,0xfb900000,0x0ffcffe0,0x053000fe,0x1f5c0000,0x28fa300d,0x1171a8e9,0x5c691830,0x7531c000,0xd4800000,0x032f02bf,0xd1fc5d95,0x007faa14,0x3000ff2c,0x1c000088,0x3ee00007,0x4000000f,0x9f000000,0xfb900000,0x0ffcffe0,0x053000fe,0x1f5a0000,0x28fa100c,0x1141a8e9,0x4c6918a0,0x76315000,0xd4500000,0x032c030f,0xcbfbdd91,0x006fad14,0x2000ff2c,0x1c000088,0x3ee00007,0x2000000f,0xa0000000,0xfb900000,0x0ffbffe0,0x054000fe,0x0f580000,0x28f9f00b,0x1111a8e9,0x3c691910,0x7730e000,0xd4100000,0x0329036f,0xc5fb6d8d,0x005fb014,0x1000ff2c,0x1c000088,0x3ef00007,0x0000000f,0xa1000000,0xfb900000,0x0ffbffd0,0x054000fd,0xff560000,0x29f9c00a,0x10d1a8e9,0x2c681990,0x79306000,0xd3e00000,0x032603bf,0xbffaed88,0x003fb314,0x1000ff2c,0x1c000088,0x3ef00006,0xe000000f,0xa2000000,0xfb900000,0x0ffaffd0,0x055000fd,0xff540000,0x29f99008,0x1081a8e9,0x1c681a00,0x7a2ff000,0xd3b00000,0x0323040f,0xb8fa6d83,0x002fb714,0x0000ff2c,0x1c000088,0x3ef00006,0xc000000f,0xa3000000,0xfb900000,0x0ffaffd0,0x055000fd,0xef520000,0x29f96007,0x1031a8e9,0x1c681a70,0x7c2f7000,0xd3800000,0x0320045f,0xb2f9ed7e,0x000fbb14,0x0000ff2c,0x1c000089,0x3f000006,0xb000000f,0xa4000000,0xfb900000,0x0ff9ffd0,0x056000fd,0xef510000,0x2af93005,0x0fd1a8e9,0x0c681af0,0x7f2ef000,0xd3400000,0x031c04af,0xacf96d7a,0xffefbf14,0x1000ff2c,0x1c000089,0x3f000006,0x9000000f,0xa5000000,0xfb900000,0x0ff9ffc0,0x056000fd,0xef4f0000,0x2af8f003,0x0f71a8e8,0xfc671b60,0x812e7000,0xd3100000,0x031904ff,0xa5f8ed75,0xffbfc314,0x1000ff2c,0x1c000089,0x3f100006,0x8000000f,0xa5000000,0xfb900000,0x0ff8ffc0,0x056000fd,0xdf4d0000,0x2af8b001,0x0f11a8e8,0xec671be0,0x842df000,0xd2e00000,0x0316054f,0x9ff86d70,0xff9fc814,0x2000ff2c,0x1c000089,0x3f100006,0x6000000f,0xa6000000,0xfb900000,0x0ff8ffc0,0x057000fd,0xdf4b0000,0x2af87fff,0x0ea1a8e8,0xdc671c50,0x862d7000,0xd2a00000,0x0313059f,0x99f7ed6b,0xff6fce14,0x3000ff2c,0x1c000089,0x3f200006,0x5000000f,0xa7000000,0xfb900000,0x0ff8ffc0,0x057000fd,0xdf490000,0x2af83ffe,0x0e31a8e8,0xcc671cc0,0x8a2d0000,0xd2700000,0x031105ef,0x93f76d67,0xff3fd314,0x5000ff2c,0x1c000089,0x3f200006,0x5000000f,0xa7000000,0xfb900000,0x0ff8ffc0,0x057000fd,0xcf480000,0x2bf7fffc,0x0dd1a8e8,0xbc671d20,0x8d2c8000,0xd2400000,0x030e062f,0x8cf6fd62,0xff0fd914,0x7000ff2c,0x1c000089,0x3f200006,0x4000000f,0xa7000000,0xfb900000,0x0ff7ffc0,0x057000fd,0xcf460000,0x2bf7affa,0x0d61a8e8,0xbc661d90,0x902c1000,0xd2100000,0x030b066f,0x86f67d5e,0xfedfde14,0x9000ff2c,0x1c000089,0x3f300006,0x4000000f,0xa7000000,0xfb900000,0x0ff7ffc0,0x057000fd,0xcf440000,0x2bf76ff8,0x0cf1a8e8,0xac661df0,0x942ba000,0xd1e00000,0x030906af,0x81f60d59,0xfe9fe414,0xb000ff2c,0x1c000089,0x3f300006,0x4000000f,0xa7000000,0xfb900000,0x0ff7ffc0,0x057000fd,0xcf430000,0x2af72ff7,0x0c81a8e8,0x9c661e40,0x982b3000,0xd1b00000,0x030706ef,0x7bf59d55,0xfe5feb14,0xe000ff2c,0x1c000089,0x3f300006,0x4000000f,0xa7000000,0xfb900000,0x0ff7ffc0,0x057000fd,0xdf420000,0x2af6eff5,0x0c21a8e8,0x8c661ea0,0x9c2ac000,0xd1800000,0x0305071f,0x76f52d51,0xfe1ff115,0x1000ff2c,0x1c000089,0x3f300006,0x5000000f,0xa7000000,0xfb900000,0x0ff8ffc0,0x056000fd,0xdf410000,0x2af6aff4,0x0bb1a8e8,0x8c661ef0,0xa02a6000,0xd1600000,0x0303074f,0x71f4bd4d,0xfddff715,0x4000ff2c,0x1c000089,0x3f300006,0x6000000f,0xa6000000,0xfb900000,0x0ff8ffc0,0x056000fd,0xef400000,0x2af66ff4,0x0b51a8e8,0x7c661f30,0xa52a1000,0xd1300000,0x0302076f,0x6cf45d49,0xfd8ffe15,0x8000ff2c,0x1c000089,0x3f300006,0x8000000f,0xa5000000,0xfb900000,0x0ff8ffc0,0x056000fd,0xef3f0000,0x29f63ff3,0x0b01a8e8,0x6c651f70,0xaa29c000,0xd1100000,0x0301079f,0x67f40d46,0xfd300515,0xc000ff2c,0x1c000089,0x3f200006,0xa000000f,0xa4000000,0xfb900000,0x0ff9ffc0,0x055000fd,0xff3e0000,0x29f60ff3,0x0ab1a8e8,0x6c651fa0,0xaf297000,0xd0e00000,0x030007af,0x63f3ad43,0xfce00b16,0x0000ff2c,0x1c000088,0x3f200006,0xc000000f,0xa3000000,0xfb900000,0x0ffaffd0,0x054000fe,0x0f3e0000,0x28f5dff3,0x0a61a8e8,0x5c651fc0,0xb4293000,0xd0c00000,0x030007bf,0x5ff35d40,0xfc901216,0x5000ff2c,0x1c000088,0x3f100007,0x0000000f,0xa1000000,0xfb900000,0x0ffbffd0,0x053000fe,0x1f3e0000,0x28f5bff4,0x0a21a8e8,0x5c651fe0,0xba290000,0xd0b00000,0x030007cf,0x5cf31d3d,0xfc401916,0xa000ff2c,0x1c000088,0x3f000007,0x3000000f,0x9f000000,0xfb900000,0x0ffcffe0,0x052000fe,0x2f3e0000,0x27f59ff5,0x09f1a8e8,0x4c651ff0,0xbf28d000,0xd0900000,0x030107cf,0x58f2dd3b,0xfbe02017,0x0000ff2c,0x1c000088,0x3ef00007,0x7000000f,0x9d000000,0xfb900000,0x0ffdffe0,0x051000fe,0x4f3e0000,0x26f57ff7,0x09d1a8e8,0x4c651ff0,0xc528b000,0xd0800000,0x030107cf,0x56f2ad39,0xfb802617,0x6000ff2c,0x1c000088,0x3ee00007,0xc000000f,0x9b000000,0xfb900000,0x0ffefff0,0x04f000fe,0x5f3e0000,0x25f56ff9,0x09b1a8e8,0x4c651fe0,0xcb289000,0xd0600000,0x030307af,0x54f27d37,0xfb202d17,0xc000ff2c,0x1c000088,0x3ec00008,0x2000000f,0x98000000,0xfb900000,0x00000000,0x04e000fe,0x7f3f0000,0x24f56ffc,0x09b1a8e8,0x3c651fd0,0xd2289000,0xd0500000,0x0305079f,0x52f25d36,0xfac03418,0x3000ff2c,0x1c000088,0x3ea00008,0x7000000f,0x95000000,0xfb900000,0x00010000,0x04c000fe,0x9f400000,0x23f56fff,0x09b1a8e8,0x3c651fa0,0xda289000,0xd0500000,0x0307076f,0x51f23d35,0xfa403d18,0xc000ff2c,0x1c000088,0x3e800008,0xd000000f,0x90000000,0xfb900000,0x00030010,0x04a000fe,0xcf410000,0x21f56004,0x09c1a8e8,0x3c651f70,0xe3289000,0xd0400000,0x030a072f,0x4ff22d34,0xf9a04619,0x7000ff2c,0x1c000088,0x3e600009,0x2000000f,0x8c000000,0xfb900000,0x00050020,0x048000fe,0xff430000,0x1ff5700a,0x09d1a8e8,0x3c651f30,0xed28a000,0xd0300000,0x030e06ef,0x4ef21d33,0xf900501a,0x3000ff2c,0x1c000087,0x3e300009,0x7000000f,0x86000000,0xfb900000,0x00080030,0x045000ff,0x2f440000,0x1ef58010,0x09f1a8e8,0x3c651ee0,0xf828b000,0xd0300000,0x0312069f,0x4ef20d33,0xf8605b1b,0x0000ff2c,0x1c000087,0x3e000009,0xc000000f,0x81000000,0xfb900000,0x000b0050,0x043000ff,0x5f460000,0x1cf5a016,0x0a11a8e8,0x3c651e81,0x0428d000,0xd0300000,0x0317064f,0x4df1fd32,0xf7a0671b,0xe000ff2c,0x1c000087,0x3dd0000a,0x1000000f,0x7a000000,0xfb900000,0x000d0060,0x040000ff,0x8f480000,0x1af5b01d,0x0a41a8e8,0x3c651e21,0x1028f000,0xd0300000,0x031b05ef,0x4df1fd32,0xf6e0731c,0xd000ff2c,0x1c000087,0x3d90000a,0x6000000f,0x74000000,0xfb900000,0x00100070,0x03d000ff,0xbf4a0000,0x18f5d025,0x0a71a8e8,0x3c651db1,0x1d291000,0xd0300000,0x0320058f,0x4df1fd32,0xf6107f1d,0xd000ff2c,0x1c000086,0x3d50000a,0xc000000f,0x6d000000,0xfb900000,0x00130080,0x03b000ff,0xff4c0000,0x16f5f02d,0x0aa1a8e8,0x3c651d51,0x29294000,0xd0300000,0x0326051f,0x4df1fd32,0xf5408c1e,0xd000ff2c,0x1c000086,0x3d20000b,0x2000000f,0x66000000,0xfb900000,0x001600a0,0x03800000,0x2f4e0000,0x13f61035,0x0ae1a8e8,0x3c651cd1,0x36296000,0xd0300000,0x032b04af,0x4df1fd32,0xf480991f,0xd000ff2c,0x1c000086,0x3ce0000b,0x9000000f,0x5f000000,0xfb900000,0x001a00b0,0x03500000,0x6f500000,0x11f6403d,0x0b21a8e8,0x3c651c61,0x43299000,0xd0300000,0x0331044f,0x4df20d32,0xf3b0a620,0xd000ff2c,0x1c000086,0x3ca0000c,0x0000000f,0x58000000,0xfb900000,0x001d00d0,0x03200000,0xaf520000,0x0ff66045,0x0b61a8e8,0x3c651bf1,0x5029c000,0xd0300000,0x033603df,0x4ef20d33,0xf2e0b221,0xe000ff2c,0x1c000085,0x3c60000c,0x8000000f,0x50000000,0xfb900000,0x002000e0,0x02f00000,0xdf550000,0x0df6904d,0x0ba1a8e8,0x3c651b81,0x5d29f000,0xd0300000,0x033c036f,0x4ef21d33,0xf210be22,0xe000ff2c,0x1c000085,0x3c20000d,0x2000000f,0x49000000,0xfb900000,0x00240100,0x02c00001,0x1f570000,0x0bf6b055,0x0be1a8e8,0x3c651b11,0x692a2000,0xd0400000,0x034102ff,0x4ff21d34,0xf150ca23,0xe000ff2c,0x1c000085,0x3be0000d,0xc000000f,0x43000000,0xfb900000,0x00270110,0x02900001,0x5f5a0000,0x08f6e05d,0x0c21a8e8,0x3c651aa1,0x752a5000,0xd0400000,0x0346029f,0x50f22d34,0xf090d624,0xd000ff2c,0x1c000085,0x3ba0000e,0x7000000f,0x3c000000,0xfb900000,0x002a0130,0x02600001,0x8f5c0000,0x06f70064,0x0c51a8e8,0x3c651a31,0x802a7000,0xd0400000,0x034b023f,0x50f23d35,0xefe0e025,0xb000ff2c,0x1c000084,0x3b60000f,0x4000000f,0x36000000,0xfb900000,0x002e0140,0x02300001,0xbf5e0000,0x04f7206a,0x0c91a8e8,0x3c6519d1,0x8a2aa000,0xd0500000,0x034f01df,0x51f24d35,0xef30ea26,0x8000ff2c,0x1c000084,0x3b200010,0x2000000f,0x30000000,0xfb900000,0x00310160,0x02000001,0xff610000,0x02f74071,0x0cc1a8e8,0x3c651971,0x932ad000,0xd0500000,0x0354018f,0x51f24d35,0xeea0f427,0x4000ff2c,0x1c000084,0x3af00011,0x1000000f,0x2b000000,0xfb900000,0x00340170,0x01d00002,0x2f630000,0x00f76076,0x0cf1a8e8,0x3c651921,0x9c2af000,0xd0500000,0x0357013f,0x52f25d36,0xee20fc27,0xf000ff2c,0x1c000084,0x3ab00012,0x2000000f,0x26000000,0xfb900000,0x00370190,0x01b00002,0x4f65000f,0xfef7807b,0x0d21a8e8,0x3c6518e1,0xa32b1000,0xd0600000,0x035b00ff,0x52f26d36,0xeda10328,0x8000ff2c,0x1c000083,0x3a800013,0x5000000f,0x22000000,0xfb900000,0x003901a0,0x01900002,0x7f67000f,0xfdf7907f,0x0d41a8e8,0x3c6518a1,0xa92b2000,0xd0600000,0x035d00cf,0x53f26d37,0xed410829,0x0000ff2c,0x1c000083,0x3a500014,0xa000000f,0x1e000000,0xfb900000,0x003c01b0,0x01600002,0x9f69000f,0xfbf7a082,0x0d61a8e8,0x3c651871,0xad2b4000,0xd0600000,0x035f009f,0x53f27d37,0xed010d29,0x6000ff2c,0x1c000083,0x3a200016,0x0000000f,0x1c000000,0xfb900000,0x003e01c0,0x01400002,0xbf6a000f,0xfaf7b084,0x0d71a8e8,0x3c651851,0xb02b4000,0xd0600000,0x0361008f,0x53f27d37,0xecd10f29,0xa000ff2c,0x1c000083,0x3a000017,0x9000000f,0x1a000000,0xfb900000,0x004001d0,0x01200002,0xdf6c000f,0xf9f7b084,0x0d71a8e8,0x3c651851,0xb12b5000,0xd0600000,0x0361007f,0x53f27d37,0xecc11029,0xb000ff2c,0x1c000083,0x39e00019,0x3000000f,0x1a000000,0xfb900000,0x004201e0,0x01100002,0xef6d000f,0xf8f7b084,0x0d71a8e8,0x3c651851,0xb12b5000,0xd0600000,0x0361007f,0x53f27d37,0xecc11029,0xb000ff2c,0x1c000083,0x39c0001b,0x1000000f,0x1a000000,0xfb900000,0x004401f0,0x00f00003,0x0f6f000f,0xf7f7b084,0x0d81a8e8,0x3c651851,0xb12b5000,0xd0600000,0x0361007f,0x53f27d37,0xecc11129,0xa000ff2c,0x1c000082,0x39a0001c,0xd000000f,0x1a000000,0xfb900000,0x00450200,0x00e00003,0x1f70000f,0xf6f7b085,0x0d91a8e8,0x3c651851,0xb12b5000,0xd0600000,0x0362007f,0x53f27d37,0xecc11429,0x8000ff2c,0x1c000082,0x3990001e,0x8000000f,0x1a000000,0xfb900000,0x00460210,0x00c00003,0x1f71000f,0xf5f7b085,0x0da1a8e8,0x3c651851,0xb12b5000,0xd0600000,0x0362007f,0x53f27d37,0xecd11729,0x5000ff2c,0x1c000082,0x39800020,0x2000000f,0x1a000000,0xfb900000,0x00470220,0x00b00003,0x2f72000f,0xf5f7b085,0x0dc1a8e8,0x3c651841,0xb12b5000,0xd0600000,0x0363007f,0x53f27d37,0xecd11b29,0x1000ff2c,0x1c000082,0x39700021,0xc000000f,0x1a000000,0xfb900000,0x00480220,0x00a00003,0x2f73000f,0xf5f7b085,0x0df1a8e8,0x3c651841,0xb22b5000,0xd0600000,0x0364007f,0x53f27d37,0xece12128,0xc000ff2c,0x1c000082,0x39700023,0x4000000f,0x19000000,0xfb900000,0x00490230,0x00900003,0x3f73000f,0xf5f7b085,0x0e21a8e8,0x3c651841,0xb22b5000,0xd0600000,0x0365007f,0x53f27d37,0xece12728,0x6000ff2c,0x1c000082,0x39600024,0xc000000f,0x19000000,0xfb900000,0x00490240,0x00800003,0x3f74000f,0xf5f7b086,0x0e51a8e8,0x3c651841,0xb22b5000,0xd0600000,0x0366007f,0x53f27d37,0xecf12e28,0x0000ff2c,0x1c000082,0x39600026,0x3000000f,0x19000000,0xfb900000,0x00490240,0x00800003,0x2f75000f,0xf5f7b086,0x0e91a8e8,0x3c651841,0xb22b5000,0xd0600000,0x0368007f,0x53f27d37,0xecf13627,0x8000ff2c,0x1c000082,0x39600027,0x9000000f,0x19000000,0xfb900000,0x004a0250,0x00700003,0x2f75000f,0xf5f7b086,0x0ed1a8e8,0x3c651841,0xb22b5000,0xd0600000,0x0369006f,0x53f27d37,0xed013e27,0x0000ff2c,0x1c000082,0x39700028,0xe000000f,0x19000000,0xfb900000,0x00490250,0x00600003,0x2f76000f,0xf5f7b087,0x0f11a8e8,0x3c651831,0xb22b6000,0xd0600000,0x036b006f,0x53f27d37,0xed114626,0x8000ff2c,0x1c000082,0x3970002a,0x2000000f,0x19000000,0xfb900000,0x00490250,0x00600003,0x1f76000f,0xf5f7c087,0x0f51a8e8,0x3c651831,0xb22b6000,0xd0600000,0x036d006f,0x53f27d37,0xed214f25,0xf000ff2c,0x1c000082,0x3980002b,0x5000000f,0x19000000,0xfb900000,0x00490260,0x00500003,0x0f76000f,0xf6f7c087,0x0fa1a8e8,0x3c651831,0xb32b6000,0xd0600000,0x036f006f,0x53f27d37,0xed215825,0x6000ff2c,0x1c000082,0x3990002c,0x8000000f,0x19000000,0xfb900000,0x00490260,0x00500002,0xff77000f,0xf6f7c088,0x0fe1a8e8,0x3c651831,0xb32b6000,0xd0600000,0x0371006f,0x53f27d37,0xed316124,0xc000ff2c,0x1c000081,0x3990002d,0x9000000f,0x19000000,0xfb900000,0x00480260,0x00500002,0xef77000f,0xf7f7c088,0x1031a8e8,0x3c651821,0xb32b6000,0xd0600000,0x0373006f,0x53f27d37,0xed316a24,0x3000ff2c,0x1c000081,0x39b0002e,0xa000000f,0x19000000,0xfb900000,0x00470260,0x00500002,0xdf77000f,0xf8f7c089,0x1081a8e8,0x3c651821,0xb32b6000,0xd0600000,0x0376006f,0x53f27d37,0xed417323,0x9000ff2c,0x1c000081,0x39c0002f,0xa000000f,0x18000000,0xfb900000,0x00460270,0x00500002,0xcf77000f,0xf9f7c089,0x10c1a8e8,0x3c651821,0xb42b7000,0xd0600000,0x0378006f,0x53f27d37,0xed417b22,0xf000ff2c,0x1c000081,0x39d00030,0x9000000f,0x18000000,0xfb900000,0x00460270,0x00400002,0xaf77000f,0xfaf7c089,0x1111a8e8,0x3c651811,0xb42b7000,0xd0600000,0x037b005f,0x53f27d37,0xed418322,0x5000ff2c,0x1c000081,0x39f00031,0x7000000f,0x18000000,0xfb900000,0x00450270,0x00500002,0x8f77000f,0xfbf7c08a,0x1151a8e8,0x3c651811,0xb42b7000,0xd0600000,0x037e005f,0x54f27d37,0xed418b21,0xb000ff2c,0x1c000081,0x3a000032,0x4000000f,0x18000000,0xfb900000,0x00430270,0x00500002,0x7f77000f,0xfcf7c08a,0x1191a8e8,0x3c651811,0xb42b7000,0xd0600000,0x0381005f,0x54f27d37,0xed419221,0x2000ff2c,0x1c000081,0x3a200033,0x0000000f,0x18000000,0xfb900000,0x00420270,0x00500002,0x5f77000f,0xfdf7d08a,0x11d1a8e8,0x3c651801,0xb52b8000,0xd0600000,0x0383005f,0x54f27d37,0xed319820,0x8000ff2c,0x1c000081,0x3a400033,0xb000000f,0x18000000,0xfb900000,0x00410270,0x00500002,0x3f77000f,0xfef7d08b,0x1201a8e8,0x3c651801,0xb52b8000,0xd0600000,0x0386005f,0x54f27d37,0xed319e1f,0xf000ff2c,0x1c000081,0x3a600034,0x5000000f,0x17000000,0xfb900000,0x003f0270,0x00500002,0x1f77000f,0xfff7d08b,0x1241a8e8,0x3c651801,0xb52b8000,0xd0600000,0x038a005f,0x54f27d37,0xed21a21f,0x7000ff2c,0x1c000082,0x3a800034,0xf000000f,0x17000000,0xfb900000,0x003e0270,0x00500001,0xff770000,0x00f7d08b,0x1261a8e8,0x3c6517f1,0xb62b8000,0xd0600000,0x038d005f,0x54f27d37,0xed11a51e,0xf000ff2c,0x1c000082,0x3aa00035,0x7000000f,0x17000000,0xfb900000,0x003c0270,0x00600001,0xdf770000,0x02f7d08b,0x1291a8e8,0x3c6517f1,0xb62b9000,0xd0600000,0x0390004f,0x54f27d37,0xed01a81e,0x7000ff2c,0x1c000082,0x3ac00035,0xf000000f,0x17000000,0xfb900000,0x003b0270,0x00600001,0xbf760000,0x03f7d08b,0x12b1a8e8,0x3c6517f1,0xb62b9000,0xd0600000,0x0393004f,0x54f27d37,0xece1a91e,0x0000ff2c,0x1c000082,0x3af00036,0x5000000f,0x17000000,0xfb900000,0x00390270,0x00600001,0x9f760000,0x04f7d08c,0x12c1a8e8,0x3c6517e1,0xb72b9000,0xd0600000,0x0397004f,0x54f27d37,0xecc1a91d,0x9000ff2c,0x1c000082,0x3b100036,0xb000000f,0x16000000,0xfb900000,0x00380260,0x00700001,0x7f760000,0x06f7d08c,0x12d1a8e8,0x3c6517e1,0xb72b9000,0xd0600000,0x039a004f,0x54f27d37,0xeca1a91d,0x2000ff2c,0x1c000082,0x3b300037,0x0000000f,0x16000000,0xfb900000,0x00360260,0x00700001,0x4f760000,0x07f7d08c,0x12e1a8e8,0x3c6517d1,0xb72ba000,0xd0600000,0x039d004f,0x54f27d37,0xec81a81c,0xb000ff2c,0x1c000082,0x3b600037,0x4000000f,0x16000000,0xfb900000,0x00340260,0x00800001,0x2f750000,0x09f7d08c,0x12f1a8e8,0x3c6517d1,0xb82ba000,0xd0600000,0x03a1003f,0x54f27d37,0xec51a71c,0x4000ff2c,0x1c000082,0x3b800037,0x7000000f,0x16000000,0xfb900000,0x00320260,0x00800001,0x0f750000,0x0af7d08c,0x1301a8e8,0x3c6517c1,0xb82ba000,0xd0600000,0x03a4003f,0x54f27d37,0xec21a51b,0xd000ff2c,0x1c000082,0x3bb00037,0x9000000f,0x16000000,0xfb900000,0x00300260,0x00900000,0xdf750000,0x0cf7d08c,0x1301a8e8,0x3c6517c1,0xb82bb000,0xd0600000,0x03a8003f,0x54f27d37,0xec01a31b,0x6000ff2c,0x1c000082,0x3bd00037,0xb000000f,0x15000000,0xfb900000,0x002f0260,0x00900000,0xbf740000,0x0df7d08c,0x1311a8e8,0x3c6517c1,0xb92bb000,0xd0600000,0x03ab003f,0x54f27d37,0xebc1a01a,0xf000ff2c,0x1c000082,0x3c000037,0xc000000f,0x15000000,0xfb900000,0x002d0260,0x00a00000,0x8f740000,0x0ff7d08c,0x1311a8e8,0x3c6517b1,0xb92bb000,0xd0600000,0x03af003f,0x54f27d37,0xeb919d1a,0x8000ff2c,0x1c000082,0x3c300037,0xc000000f,0x15000000,0xfb900000,0x002b0250,0x00a00000,0x6f740000,0x10f7d08c,0x1311a8e8,0x3c6517b1,0xb92bc000,0xd0600000,0x03b2002f,0x54f27d37,0xeb619a1a,0x1000ff2c,0x1c000082,0x3c500037,0xc000000f,0x15000000,0xfb900000,0x00290250,0x00a00000,0x4f730000,0x12f7d08c,0x1311a8e8,0x3c6517a1,0xba2bc000,0xd0600000,0x03b6002f,0x54f27d37,0xeb219619,0xb000ff2c,0x1c000082,0x3c800037,0xc000000f,0x15000000,0xfb900000,0x00270250,0x00b00000,0x1f730000,0x13f7d08c,0x1301a8e8,0x3c6517a1,0xba2bc000,0xd0600000,0x03b9002f,0x54f27d37,0xeaf19219,0x4000ff2c,0x1c000082,0x3ca00037,0xb000000f,0x14000000,0xfb900000,0x00250250,0x00b000ff,0xff730000,0x15f7d08c,0x1301a8e8,0x4c651791,0xba2bc000,0xd0600000,0x03bd002f,0x54f27d37,0xeab18d18,0xd000ff2c,0x1c000082,0x3cd00037,0x9000000f,0x14000000,0xfb900000,0x00230250,0x00c000ff,0xdf720000,0x16f7d08c,0x1301a8e8,0x4c651791,0xbb2bd000,0xd0600000,0x03c0002f,0x54f27d37,0xea718918,0x6000ff2c,0x1c000082,0x3cf00037,0x8000000f,0x14000000,0xfb900000,0x00210250,0x00c000ff,0xaf720000,0x18f7d08c,0x12f1a8e8,0x4c651791,0xbb2bd000,0xd0600000,0x03c4001f,0x54f27d37,0xea318417,0xf000ff2c,0x1c000082,0x3d200037,0x6000000f,0x14000000,0xfb900000,0x00200240,0x00d000ff,0x8f720000,0x19f7d08c,0x12f1a8e8,0x4c651781,0xbb2bd000,0xd0600000,0x03c7001f,0x54f27d37,0xea018017,0x9000ff2c,0x1c000082,0x3d400037,0x4000000f,0x14000000,0xfb900000,0x001e0240,0x00d000ff,0x6f710000,0x1af7d08c,0x12e1a8e8,0x4c651781,0xbc2be000,0xd0600000,0x03ca001f,0x54f27d37,0xe9c17b17,0x2000ff2c,0x1c000082,0x3d700037,0x2000000f,0x13000000,0xfb900000,0x001c0240,0x00d000ff,0x4f710000,0x1cf7d08c,0x12e1a8e8,0x4c651771,0xbc2be000,0xd0600000,0x03ce001f,0x54f27d37,0xe9817616,0xb000ff2c,0x1c000082,0x3d900037,0x0000000f,0x13000000,0xfb900000,0x001b0240,0x00e000ff,0x2f710000,0x1df7d08c,0x12d1a8e8,0x4c651771,0xbc2be000,0xd0600000,0x03d1001f,0x54f27d37,0xe9417216,0x5000ff2c,0x1c000082,0x3db00036,0xe000000f,0x13000000,0xfb900000,0x00190240,0x00e000ff,0x0f710000,0x1ef7d08c,0x12c1a8e8,0x4c651771,0xbd2be000,0xd0600000,0x03d4001f,0x54f27d37,0xe9016d15,0xe000ff2c,0x1c000082,0x3de00036,0xc000000f,0x13000000,0xfb900000,0x00170240,0x00e000fe,0xef710000,0x20f7d08c,0x12c1a8e8,0x4c651761,0xbd2bf000,0xd0600000,0x03d7000f,0x54f27d37,0xe8c16815,0x7000ff2c,0x1c000082,0x3e000036,0xa000000f,0x13000000,0xfb900000,0x00160240,0x00e000fe,0xcf710000,0x21f7d08c,0x12c1a8e8,0x4c651761,0xbd2bf000,0xd0600000,0x03da000f,0x54f27d37,0xe8816415,0x0000ff2c,0x1c000082,0x3e200036,0x9000000f,0x12000000,0xfb900000,0x00140240,0x00e000fe,0xaf700000,0x22f7d08c,0x12b1a8e8,0x4c651751,0xbe2bf000,0xd0600000,0x03dd000f,0x54f27d37,0xe8516014,0x9000ff2c,0x1c000082,0x3e400036,0x7000000f,0x12000000,0xfb900000,0x00130240,0x00f000fe,0x8f700000,0x23f7d08b,0x12b1a8e8,0x4c651751,0xbe2bf000,0xd0600000,0x03e0000f,0x54f27d37,0xe8115c14,0x3000ff2c,0x1c000082,0x3e500036,0x6000000f,0x12000000,0xfb900000,0x00120240,0x00f000fe,0x7f700000,0x24f7d08b,0x12b1a8e8,0x4c651751,0xbe2c0000,0xd0600000,0x03e3000f,0x54f27d37,0xe7e15813,0xc000ff2c,0x1c000083,0x3e700036,0x6000000f,0x12000000,0xfb900000,0x00110240,0x00f000fe,0x5f700000,0x25f7d08b,0x12b1a8e8,0x4c651741,0xbe2c0000,0xd0600000,0x03e6000f,0x54f27d37,0xe7a15513,0x5000ff2c,0x1c000083,0x3e900036,0x5000000f,0x12000000,0xfb900000,0x000f0240 +}; + +u32 ANIM_ENTRY_helicopter_cradle[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000390,0x00000003,0x50000000,0x03100000,0x0002e000,0x000002a0,0x00000001,0xf0000000,0x01400000,0x00009000,0x0000fff0,0x000000ff,0x40000000,0xfe900000,0x00fde000,0x0000fd30,0x000000fc,0x80000000,0xfcf00000,0x00fd6000,0x0000fdc0,0x000000fe,0x30000000,0xfea00000,0x00ff0000,0x0000ff70,0x000000ff,0xd0000000,0x00400000,0x0000b000,0x00000110,0x00000000,0xe0000000,0x00a00000,0x00007000,0x00000040,0x00000000,0x00000000,0xffd00000,0x00ffa000,0x0000ff60,0x000000ff,0x30000000,0xff000000,0x00fec000,0x0000fe90,0xfff000fe,0x70fff000,0xfe50fff0,0x00fe40ff,0xf000fe50,0x000000fe,0x90002000,0xff100050,0x00ffd000,0xa00100c0,0x00f00101,0xd0016002,0x02d001e0,0x0303c002,0x60030490,0x02f00405,0x30038005,0x05c00410,0x06063004,0xa00706a0,0x05300706,0xf005c008,0x07400640,0x09077006,0xc00907b0,0x07300907,0xd0079009,0x080007e0,0x09082008,0x20080840,0x08500808,0x60085007,0x08900850,0x0508b008,0x200308e0,0x07d00109,0x10076fff,0x096006ef,0xfc09c006,0x4ffa0a10,0x05aff80a,0x6004eff7,0x0ab0041f,0xf40b0003,0x2ff20b50,0x023fef0b,0xa0012fec,0x0c00000f,0xe80c50fe,0xefe40cb0,0xfdafdf0d,0x10fc5fd8,0x0d80faff,0xd10e00f9,0x7fc80e80,0xf7ffbe0f,0x00f63fb2,0x0fa0f44f,0xa31050f2,0x3f931110,0xefff8311,0xd0edbf71,0x1290eb8f,0x601350e9,0x5f4f1410,0xe75f3f14,0xc0e58f31,0x1560e3ff,0x2515e0e2,0x8f1b1660,0xe14f1116,0xd0e01f09,0x1730df0f,0x011790dd,0xfefa17e0,0xdd0ef418,0x30dc1eee,0x1880db2e,0xe818c0da,0x4ee21910,0xd95edb19,0x50d86ed5,0x19a0d75e,0xce19f000 +}; + +u32 ANIM_ENTRY_plane_runway[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00200000,0x00006000,0x000000b0,0x00000001,0x10000000,0x01700000,0x0001d000,0x00000230,0x00000002,0xa0000000,0x03100000,0x00038000,0x000003f0,0x00000004,0x70000000,0x04f0000f,0xfc057000,0x0ff905f0,0x001ff606,0x70002ff3,0x06f0002f,0xf0077000,0x3fed0800,0x004fea08,0x80004fe6,0x0900004f,0xe3099000,0x3fe00a10,0x002fdc0a,0x90001fd9,0x0b20ffef,0xd50ba0ff,0xbfd10c20,0xff6fcd0c,0xc0ff0fc9,0x0d50feaf,0xc50e00fe,0x2fc10eb0,0xfdafbc0f,0x60fd0fb8,0x1010fc6f,0xb310d0fb,0xbfae1190,0xfb0fa912,0x60fa3fa3,0x1320f96f,0x9e13f0f8,0x9f9814c0,0xf7bf9215,0x90f6df8c,0x1650f5ef,0x851720f4,0xff7e17f0,0xf40f7718,0xb0f30f70,0x1980f20f,0x681a40f1,0x0f611b00,0xf00f581b,0xb0ef0f50,0x1c70ee0f,0x471d20ed,0x0f3e1dc0,0xec0f341e,0x60eb0f2b,0x1ef0ea0f,0x201f80e9,0x1f162000,0xe81f0b20,0x80e73f00,0x20e0e64e,0xf42140e5,0x6ee721a0,0xe49eda21,0xe0e3cecc,0x2210e30e,0xbd2240e2,0x4eae2250,0xe19e9e22,0x60e0fe8f,0x2250e06e,0x7f2240df,0xde6f2230,0xdf5e5f22,0x10defe50,0x2200de9e,0x4121d0de,0x5e3221a0,0xde2e2421,0x60ddee17,0x2100ddae,0x0b2090dd,0x2e002000,0xdd0df51f,0x50dd0deb,0x1e80dd2d,0xe21d70dd,0x4dd91c50,0xdd7dd11b,0x10ddcdc8,0x19b0de0d,0xc11850de,0x5db916d0,0xdebdb115,0x60df0daa,0x13e0df5d,0xa21270df,0xad9a1100,0xdfed920f,0xb0000000 +}; + +u32 ANIM_ENTRY_helicopter_takeoff[] = +{ + 0xfab00000,0x00fab000,0x0000fab0,0x000000fa,0xb0000000,0xfab00000,0x00fab000,0x0000fab0,0x000000fa,0xb0000000,0xfab00000,0x00fab000,0x0000fab0,0x000000fa,0xb0000000,0xfab00000,0x00fab000,0x0000fab0,0x000000fa,0xb0000000,0xfab00000,0x00fab000,0x0000fab0,0x000000fa,0xb0000000,0xfab00000,0x00fab000,0x0000fab0,0x000000fa,0xb0000000,0xfab00000,0x00fae000,0x0000fb10,0x000000fb,0x40000000,0xfb700000,0x00fba000,0x0000fbc0,0x000000fb,0xf0000000,0xfc100000,0x00fc4000,0x0000fc60,0x000000fc,0x80000000,0xfca00000,0x00fcc000,0x0000fce0,0x000000fd,0x00000000,0xfd200000,0x00fd4000,0x0000fd60,0x000000fd,0x70000000,0xfd900000,0x00fda000,0x0000fdc0,0x000000fd,0xd0000000,0xfdf00000,0x00fe0000,0x0000fe10,0x000000fe,0x20000000,0xfe300000,0x00fe5000,0x0000fe60,0x000000fe,0x70000000,0xfe600000,0x00fe6000,0x0000fe60,0x000000fe,0x60000000,0xfe600000,0x00fe6000,0x0000fe60,0x000000fe,0x60000000,0xfe600000,0x00fe6000,0x0000fe60,0x000000fe,0x60000000,0xfe600000,0x00fe6000,0x0000fe60,0x000000fe,0x60000000,0xfe600000,0x00fe6000,0x0000fe60,0x000000fe,0x60000000,0xfe600000,0x00fe6000,0x0000fe60,0x000000fe,0x60000000,0xfe600000,0x00fe6000,0x0000fe60,0x000000fe,0x60000000,0xfe600000,0x00fe6000,0x0000fe60,0x000000fe,0x60000000,0xfe600000,0x00fe7000,0x0000fe80,0x000000fe,0xa0000000,0xfec00000,0x00fef000,0x0000ff30,0x000000ff,0x70000000,0xffc00000,0x00002000,0x00000080,0x00000001,0x00000000,0x01800000,0x00021000,0x000002b0,0x00000003,0x60000000,0x04200000,0x00050000,0x000005e0,0x00000006,0xd0000000,0x07e00000,0x00090000,0x00000a30,0x0000000b,0x70000000,0x0cd00000,0x000e5000,0x00000fd0,0x0000000f,0xd0000000,0x0fd00000,0x000fd000,0x00000fd0,0x0000000f,0xd0000000,0x0fd00000,0x000fd000,0x00000fd0,0x0000000f,0xd0000000,0x0fd00000,0x000fd000,0x00000fd0,0x0000000f,0xd0000000,0x0fd00000,0x000fd000,0x00000fd0,0x0000000f,0xd0000000,0x0fd00000,0x000fd000,0x00000fd0,0x0000000f,0xd0000000,0x0fd00000,0x000fd000,0x00000fd0,0x0000000f,0xd0000000,0x0fd00000,0x000fd000,0x00000fd0,0x0000000f,0xd0000000,0x0fd00000,0x000fd000,0x00000fd0,0x0000000f,0xd0000000,0x0fd00000,0x000fd000,0x00000000 +}; + + diff --git a/assets/animationtable_entries.h b/assets/animationtable_entries.h new file mode 100644 index 0000000..10d7cc3 --- /dev/null +++ b/assets/animationtable_entries.h @@ -0,0 +1,347 @@ +#define PTR_ANIM_ENTRY_idle 0x0000 +#define PTR_ANIM_ENTRY_fire_standing 0x2b4c +#define PTR_ANIM_ENTRY_fire_standing_fast 0x4774 +#define PTR_ANIM_ENTRY_fire_hip 0x5cf8 +#define PTR_ANIM_ENTRY_fire_shoulder_left 0x74e0 +#define PTR_ANIM_ENTRY_fire_turn_right1 0x8b74 +#define PTR_ANIM_ENTRY_fire_turn_right2 0xb1f8 +#define PTR_ANIM_ENTRY_fire_kneel_right_leg 0xd21c +#define PTR_ANIM_ENTRY_fire_kneel_left_leg 0xf240 +#define PTR_ANIM_ENTRY_fire_kneel_left 0x11c38 +#define PTR_ANIM_ENTRY_fire_kneel_right 0x13d6c +#define PTR_ANIM_ENTRY_fire_roll_left 0x161d0 +#define PTR_ANIM_ENTRY_fire_roll_right1 0x192b0 +#define PTR_ANIM_ENTRY_fire_roll_left_fast 0x1b428 +#define PTR_ANIM_ENTRY_hit_left_shoulder 0x1d628 +#define PTR_ANIM_ENTRY_hit_right_shoulder 0x1e508 +#define PTR_ANIM_ENTRY_hit_left_arm 0x1fdbc +#define PTR_ANIM_ENTRY_hit_right_arm 0x21164 +#define PTR_ANIM_ENTRY_hit_left_hand 0x2250c +#define PTR_ANIM_ENTRY_hit_right_hand 0x24310 +#define PTR_ANIM_ENTRY_hit_left_leg 0x2690c +#define PTR_ANIM_ENTRY_hit_right_leg 0x286cc +#define PTR_ANIM_ENTRY_death_genitalia 0x2aff8 +#define PTR_ANIM_ENTRY_hit_neck 0x350ac +#define PTR_ANIM_ENTRY_death_neck 0x37488 +#define PTR_ANIM_ENTRY_death_stagger_back_to_wall 0x3e170 +#define PTR_ANIM_ENTRY_death_forward_face_down 0x3f958 +#define PTR_ANIM_ENTRY_death_forward_spin_face_up 0x410fc +#define PTR_ANIM_ENTRY_death_backward_fall_face_up1 0x428a0 +#define PTR_ANIM_ENTRY_death_backward_spin_face_down_right 0x43af4 +#define PTR_ANIM_ENTRY_death_backward_spin_face_up_right 0x44bf4 +#define PTR_ANIM_ENTRY_death_backward_spin_face_down_left 0x46244 +#define PTR_ANIM_ENTRY_death_backward_spin_face_up_left 0x47498 +#define PTR_ANIM_ENTRY_death_forward_face_down_hard 0x486ec +#define PTR_ANIM_ENTRY_death_forward_face_down_soft 0x4a644 +#define PTR_ANIM_ENTRY_death_fetal_position_right 0x4c59c +#define PTR_ANIM_ENTRY_death_fetal_position_left 0x4dc74 +#define PTR_ANIM_ENTRY_death_backward_fall_face_up2 0x4f3d4 +#define PTR_ANIM_ENTRY_side_step_left 0x50804 +#define PTR_ANIM_ENTRY_fire_roll_right2 0x514c4 +#define PTR_ANIM_ENTRY_walking 0x5330c +#define PTR_ANIM_ENTRY_sprinting 0x53ce0 +#define PTR_ANIM_ENTRY_running 0x541ec +#define PTR_ANIM_ENTRY_bond_eye_walk 0x5484c +#define PTR_ANIM_ENTRY_bond_eye_fire 0x55198 +#define PTR_ANIM_ENTRY_bond_watch 0x57288 +#define PTR_ANIM_ENTRY_surrendering_armed 0x58278 +#define PTR_ANIM_ENTRY_surrendering_armed_drop_weapon 0x59840 +#define PTR_ANIM_ENTRY_fire_walking 0x5c018 +#define PTR_ANIM_ENTRY_fire_running 0x5c920 +#define PTR_ANIM_ENTRY_fire_jump_to_side_left 0x5ceb4 +#define PTR_ANIM_ENTRY_fire_jump_to_side_right 0x5f68c +#define PTR_ANIM_ENTRY_hit_butt_long 0x62b68 +#define PTR_ANIM_ENTRY_hit_butt_short 0x667b4 +#define PTR_ANIM_ENTRY_death_head 0x69784 +#define PTR_ANIM_ENTRY_death_left_leg 0x6d898 +#define PTR_ANIM_ENTRY_slide_right 0x70a44 +#define PTR_ANIM_ENTRY_slide_left 0x71638 +#define PTR_ANIM_ENTRY_jump_backwards 0x7255c +#define PTR_ANIM_ENTRY_extending_left_hand 0x73e54 +#define PTR_ANIM_ENTRY_fire_throw_grenade 0x7585c +#define PTR_ANIM_ENTRY_spotting_bond 0x79024 +#define PTR_ANIM_ENTRY_look_around 0x806e0 +#define PTR_ANIM_ENTRY_fire_standing_one_handed_weapon 0x83d10 +#define PTR_ANIM_ENTRY_fire_standing_draw_one_handed_weapon_fast 0x86e34 +#define PTR_ANIM_ENTRY_fire_standing_draw_one_handed_weapon_slow 0x8960c +#define PTR_ANIM_ENTRY_fire_hip_one_handed_weapon_fast 0x8b740 +#define PTR_ANIM_ENTRY_fire_hip_one_handed_weapon_slow 0x8d874 +#define PTR_ANIM_ENTRY_fire_hip_forward_one_handed_weapon 0x8ef90 +#define PTR_ANIM_ENTRY_fire_standing_right_one_handed_weapon 0x906ac +#define PTR_ANIM_ENTRY_fire_step_right_one_handed_weapon 0x9312c +#define PTR_ANIM_ENTRY_fire_standing_left_one_handed_weapon_slow 0x94848 +#define PTR_ANIM_ENTRY_fire_standing_left_one_handed_weapon_fast 0x97284 +#define PTR_ANIM_ENTRY_fire_kneel_forward_one_handed_weapon_slow 0x987c4 +#define PTR_ANIM_ENTRY_fire_kneel_forward_one_handed_weapon_fast 0x9b4ec +#define PTR_ANIM_ENTRY_fire_kneel_right_one_handed_weapon_slow 0x9d004 +#define PTR_ANIM_ENTRY_fire_kneel_right_one_handed_weapon_fast 0x9f7dc +#define PTR_ANIM_ENTRY_fire_kneel_left_one_handed_weapon_slow 0xa1118 +#define PTR_ANIM_ENTRY_fire_kneel_left_one_handed_weapon_fast 0xa3a00 +#define PTR_ANIM_ENTRY_fire_kneel_left_one_handed_weapon 0xa5490 +#define PTR_ANIM_ENTRY_aim_walking_one_handed_weapon 0xa70fc +#define PTR_ANIM_ENTRY_aim_walking_left_one_handed_weapon 0xa7a48 +#define PTR_ANIM_ENTRY_aim_walking_right_one_handed_weapon 0xa8394 +#define PTR_ANIM_ENTRY_aim_running_one_handed_weapon 0xa8d68 +#define PTR_ANIM_ENTRY_aim_running_right_one_handed_weapon 0xa9384 +#define PTR_ANIM_ENTRY_aim_running_left_one_handed_weapon 0xa99e4 +#define PTR_ANIM_ENTRY_aim_sprinting_one_handed_weapon 0xaa044 +#define PTR_ANIM_ENTRY_running_one_handed_weapon 0xaa594 +#define PTR_ANIM_ENTRY_sprinting_one_handed_weapon 0xaac7c +#define PTR_ANIM_ENTRY_draw_one_handed_weapon_and_look_around 0xab188 +#define PTR_ANIM_ENTRY_draw_one_handed_weapon_and_stand_up 0xae004 +#define PTR_ANIM_ENTRY_aim_one_handed_weapon_left_right 0xb0e3c +#define PTR_ANIM_ENTRY_cock_one_handed_weapon_and_turn_around 0xb3614 +#define PTR_ANIM_ENTRY_holster_one_handed_weapon_and_cross_arms 0xb48ac +#define PTR_ANIM_ENTRY_cock_one_handed_weapon_turn_around_and_stand_up 0xb65e4 +#define PTR_ANIM_ENTRY_draw_one_handed_weapon_and_turn_around 0xb8074 +#define PTR_ANIM_ENTRY_step_forward_and_hold_one_handed_weapon 0xb8f98 +#define PTR_ANIM_ENTRY_holster_one_handed_weapon_and_adjust_suit 0xba384 +#define PTR_ANIM_ENTRY_idle_unarmed 0xbce8c +#define PTR_ANIM_ENTRY_walking_unarmed 0xbdb4c +#define PTR_ANIM_ENTRY_fire_walking_dual_wield 0xbe498 +#define PTR_ANIM_ENTRY_fire_walking_dual_wield_hands_crossed 0xbeda0 +#define PTR_ANIM_ENTRY_fire_running_dual_wield 0xbf6a8 +#define PTR_ANIM_ENTRY_fire_running_dual_wield_hands_crossed 0xbfd08 +#define PTR_ANIM_ENTRY_fire_sprinting_dual_wield 0xc03f0 +#define PTR_ANIM_ENTRY_fire_sprinting_dual_wield_hands_crossed 0xc0984 +#define PTR_ANIM_ENTRY_walking_female 0xc0e90 +#define PTR_ANIM_ENTRY_running_female 0xc16cc +#define PTR_ANIM_ENTRY_fire_kneel_dual_wield 0xc1ca4 +#define PTR_ANIM_ENTRY_fire_kneel_dual_wield_left 0xc3dd8 +#define PTR_ANIM_ENTRY_fire_kneel_dual_wield_right 0xc5f0c +#define PTR_ANIM_ENTRY_fire_kneel_dual_wield_hands_crossed 0xc8040 +#define PTR_ANIM_ENTRY_fire_kneel_dual_wield_hands_crossed_left 0xc9ad0 +#define PTR_ANIM_ENTRY_fire_kneel_dual_wield_hands_crossed_right 0xcb890 +#define PTR_ANIM_ENTRY_fire_standing_dual_wield 0xcd3a8 +#define PTR_ANIM_ENTRY_fire_standing_dual_wield_left 0xcee38 +#define PTR_ANIM_ENTRY_fire_standing_dual_wield_right 0xd0e18 +#define PTR_ANIM_ENTRY_fire_standing_dual_wield_hands_crossed_left 0xd35ac +#define PTR_ANIM_ENTRY_fire_standing_dual_wield_hands_crossed_right 0xd558c +#define PTR_ANIM_ENTRY_fire_standing_aiming_down_sights 0xd7d20 +#define PTR_ANIM_ENTRY_fire_kneel_aiming_down_sights 0xda4f8 +#define PTR_ANIM_ENTRY_hit_taser 0xdccd0 +#define PTR_ANIM_ENTRY_death_explosion_forward 0xdfc5c +#define PTR_ANIM_ENTRY_death_explosion_left1 0xe1004 +#define PTR_ANIM_ENTRY_death_explosion_back_left 0xe2a50 +#define PTR_ANIM_ENTRY_death_explosion_back1 0xe3f90 +#define PTR_ANIM_ENTRY_death_explosion_right 0xe537c +#define PTR_ANIM_ENTRY_death_explosion_forward_right1 0xe6768 +#define PTR_ANIM_ENTRY_death_explosion_back2 0xe77e0 +#define PTR_ANIM_ENTRY_death_explosion_forward_roll 0xe8b00 +#define PTR_ANIM_ENTRY_death_explosion_forward_face_down 0xea370 +#define PTR_ANIM_ENTRY_death_explosion_left2 0xebb14 +#define PTR_ANIM_ENTRY_death_explosion_forward_right2 0xed5a4 +#define PTR_ANIM_ENTRY_death_explosion_forward_right2_alt 0xeed04 +#define PTR_ANIM_ENTRY_death_explosion_forward_right3 0xf0244 +#define PTR_ANIM_ENTRY_running_hands_up 0xf16fc +#define PTR_ANIM_ENTRY_sprinting_hands_up 0xf1de4 +#define PTR_ANIM_ENTRY_aim_and_blow_one_handed_weapon 0xf2268 +#define PTR_ANIM_ENTRY_aim_one_handed_weapon_left 0xf5a30 +#define PTR_ANIM_ENTRY_aim_one_handed_weapon_right 0xf714c +#define PTR_ANIM_ENTRY_conversation 0xf8868 +#define PTR_ANIM_ENTRY_drop_weapon_and_show_fight_stance 0xfffac +#define PTR_ANIM_ENTRY_yawning 0x1076f0 +#define PTR_ANIM_ENTRY_swatting_flies 0x10aa78 +#define PTR_ANIM_ENTRY_scratching_leg 0x10f8d4 +#define PTR_ANIM_ENTRY_scratching_butt 0x1129b4 +#define PTR_ANIM_ENTRY_adjusting_crotch 0x114aa4 +#define PTR_ANIM_ENTRY_sneeze 0x1159c8 +#define PTR_ANIM_ENTRY_conversation_cleaned 0x117e70 +#define PTR_ANIM_ENTRY_conversation_listener 0x11f5b4 +#define PTR_ANIM_ENTRY_startled_and_looking_around 0x126cf8 +#define PTR_ANIM_ENTRY_laughing_in_disbelief 0x12bbdc +#define PTR_ANIM_ENTRY_surrendering_unarmed 0x130ac0 +#define PTR_ANIM_ENTRY_coughing_standing 0x133254 +#define PTR_ANIM_ENTRY_coughing_kneel1 0x1381c0 +#define PTR_ANIM_ENTRY_coughing_kneel2 0x13d12c +#define PTR_ANIM_ENTRY_standing_up 0x142098 +#define PTR_ANIM_ENTRY_dancing 0x1455b8 +#define PTR_ANIM_ENTRY_dancing_one_handed_weapon 0x149534 +#define PTR_ANIM_ENTRY_keyboard_right_hand1 0x14c4c0 +#define PTR_ANIM_ENTRY_keyboard_right_hand2 0x14d758 +#define PTR_ANIM_ENTRY_keyboard_left_hand 0x14eb44 +#define PTR_ANIM_ENTRY_keyboard_right_hand_tapping 0x150084 +#define PTR_ANIM_ENTRY_bond_eye_fire_alt 0x15186c +#define PTR_ANIM_ENTRY_dam_jump 0x153cd0 +#define PTR_ANIM_ENTRY_surface_vent_jump 0x159148 +#define PTR_ANIM_ENTRY_cradle_jump 0x15a864 +#define PTR_ANIM_ENTRY_cradle_fall 0x15d7f0 +#define PTR_ANIM_ENTRY_credits_bond_kissing 0x15e8ac +#define PTR_ANIM_ENTRY_credits_natalya_kissing 0x163f44 +#define PTR_ANIM_ENTRY_helicopter_cradle 0x1695dc +#define PTR_ANIM_ENTRY_plane_runway 0x16995c +#define PTR_ANIM_ENTRY_helicopter_takeoff 0x169bd0 + +extern u32 ANIM_ENTRY_idle; +extern u32 ANIM_ENTRY_fire_standing; +extern u32 ANIM_ENTRY_fire_standing_fast; +extern u32 ANIM_ENTRY_fire_hip; +extern u32 ANIM_ENTRY_fire_shoulder_left; +extern u32 ANIM_ENTRY_fire_turn_right1; +extern u32 ANIM_ENTRY_fire_turn_right2; +extern u32 ANIM_ENTRY_fire_kneel_right_leg; +extern u32 ANIM_ENTRY_fire_kneel_left_leg; +extern u32 ANIM_ENTRY_fire_kneel_left; +extern u32 ANIM_ENTRY_fire_kneel_right; +extern u32 ANIM_ENTRY_fire_roll_left; +extern u32 ANIM_ENTRY_fire_roll_right1; +extern u32 ANIM_ENTRY_fire_roll_left_fast; +extern u32 ANIM_ENTRY_hit_left_shoulder; +extern u32 ANIM_ENTRY_hit_right_shoulder; +extern u32 ANIM_ENTRY_hit_left_arm; +extern u32 ANIM_ENTRY_hit_right_arm; +extern u32 ANIM_ENTRY_hit_left_hand; +extern u32 ANIM_ENTRY_hit_right_hand; +extern u32 ANIM_ENTRY_hit_left_leg; +extern u32 ANIM_ENTRY_hit_right_leg; +extern u32 ANIM_ENTRY_death_genitalia; +extern u32 ANIM_ENTRY_hit_neck; +extern u32 ANIM_ENTRY_death_neck; +extern u32 ANIM_ENTRY_death_stagger_back_to_wall; +extern u32 ANIM_ENTRY_death_forward_face_down; +extern u32 ANIM_ENTRY_death_forward_spin_face_up; +extern u32 ANIM_ENTRY_death_backward_fall_face_up1; +extern u32 ANIM_ENTRY_death_backward_spin_face_down_right; +extern u32 ANIM_ENTRY_death_backward_spin_face_up_right; +extern u32 ANIM_ENTRY_death_backward_spin_face_down_left; +extern u32 ANIM_ENTRY_death_backward_spin_face_up_left; +extern u32 ANIM_ENTRY_death_forward_face_down_hard; +extern u32 ANIM_ENTRY_death_forward_face_down_soft; +extern u32 ANIM_ENTRY_death_fetal_position_right; +extern u32 ANIM_ENTRY_death_fetal_position_left; +extern u32 ANIM_ENTRY_death_backward_fall_face_up2; +extern u32 ANIM_ENTRY_side_step_left; +extern u32 ANIM_ENTRY_fire_roll_right2; +extern u32 ANIM_ENTRY_walking; +extern u32 ANIM_ENTRY_sprinting; +extern u32 ANIM_ENTRY_running; +extern u32 ANIM_ENTRY_bond_eye_walk; +extern u32 ANIM_ENTRY_bond_eye_fire; +extern u32 ANIM_ENTRY_bond_watch; +extern u32 ANIM_ENTRY_surrendering_armed; +extern u32 ANIM_ENTRY_surrendering_armed_drop_weapon; +extern u32 ANIM_ENTRY_fire_walking; +extern u32 ANIM_ENTRY_fire_running; +extern u32 ANIM_ENTRY_fire_jump_to_side_left; +extern u32 ANIM_ENTRY_fire_jump_to_side_right; +extern u32 ANIM_ENTRY_hit_butt_long; +extern u32 ANIM_ENTRY_hit_butt_short; +extern u32 ANIM_ENTRY_death_head; +extern u32 ANIM_ENTRY_death_left_leg; +extern u32 ANIM_ENTRY_slide_right; +extern u32 ANIM_ENTRY_slide_left; +extern u32 ANIM_ENTRY_jump_backwards; +extern u32 ANIM_ENTRY_extending_left_hand; +extern u32 ANIM_ENTRY_fire_throw_grenade; +extern u32 ANIM_ENTRY_spotting_bond; +extern u32 ANIM_ENTRY_look_around; +extern u32 ANIM_ENTRY_fire_standing_one_handed_weapon; +extern u32 ANIM_ENTRY_fire_standing_draw_one_handed_weapon_fast; +extern u32 ANIM_ENTRY_fire_standing_draw_one_handed_weapon_slow; +extern u32 ANIM_ENTRY_fire_hip_one_handed_weapon_fast; +extern u32 ANIM_ENTRY_fire_hip_one_handed_weapon_slow; +extern u32 ANIM_ENTRY_fire_hip_forward_one_handed_weapon; +extern u32 ANIM_ENTRY_fire_standing_right_one_handed_weapon; +extern u32 ANIM_ENTRY_fire_step_right_one_handed_weapon; +extern u32 ANIM_ENTRY_fire_standing_left_one_handed_weapon_slow; +extern u32 ANIM_ENTRY_fire_standing_left_one_handed_weapon_fast; +extern u32 ANIM_ENTRY_fire_kneel_forward_one_handed_weapon_slow; +extern u32 ANIM_ENTRY_fire_kneel_forward_one_handed_weapon_fast; +extern u32 ANIM_ENTRY_fire_kneel_right_one_handed_weapon_slow; +extern u32 ANIM_ENTRY_fire_kneel_right_one_handed_weapon_fast; +extern u32 ANIM_ENTRY_fire_kneel_left_one_handed_weapon_slow; +extern u32 ANIM_ENTRY_fire_kneel_left_one_handed_weapon_fast; +extern u32 ANIM_ENTRY_fire_kneel_left_one_handed_weapon; +extern u32 ANIM_ENTRY_aim_walking_one_handed_weapon; +extern u32 ANIM_ENTRY_aim_walking_left_one_handed_weapon; +extern u32 ANIM_ENTRY_aim_walking_right_one_handed_weapon; +extern u32 ANIM_ENTRY_aim_running_one_handed_weapon; +extern u32 ANIM_ENTRY_aim_running_right_one_handed_weapon; +extern u32 ANIM_ENTRY_aim_running_left_one_handed_weapon; +extern u32 ANIM_ENTRY_aim_sprinting_one_handed_weapon; +extern u32 ANIM_ENTRY_running_one_handed_weapon; +extern u32 ANIM_ENTRY_sprinting_one_handed_weapon; +extern u32 ANIM_ENTRY_draw_one_handed_weapon_and_look_around; +extern u32 ANIM_ENTRY_draw_one_handed_weapon_and_stand_up; +extern u32 ANIM_ENTRY_aim_one_handed_weapon_left_right; +extern u32 ANIM_ENTRY_cock_one_handed_weapon_and_turn_around; +extern u32 ANIM_ENTRY_holster_one_handed_weapon_and_cross_arms; +extern u32 ANIM_ENTRY_cock_one_handed_weapon_turn_around_and_stand_up; +extern u32 ANIM_ENTRY_draw_one_handed_weapon_and_turn_around; +extern u32 ANIM_ENTRY_step_forward_and_hold_one_handed_weapon; +extern u32 ANIM_ENTRY_holster_one_handed_weapon_and_adjust_suit; +extern u32 ANIM_ENTRY_idle_unarmed; +extern u32 ANIM_ENTRY_walking_unarmed; +extern u32 ANIM_ENTRY_fire_walking_dual_wield; +extern u32 ANIM_ENTRY_fire_walking_dual_wield_hands_crossed; +extern u32 ANIM_ENTRY_fire_running_dual_wield; +extern u32 ANIM_ENTRY_fire_running_dual_wield_hands_crossed; +extern u32 ANIM_ENTRY_fire_sprinting_dual_wield; +extern u32 ANIM_ENTRY_fire_sprinting_dual_wield_hands_crossed; +extern u32 ANIM_ENTRY_walking_female; +extern u32 ANIM_ENTRY_running_female; +extern u32 ANIM_ENTRY_fire_kneel_dual_wield; +extern u32 ANIM_ENTRY_fire_kneel_dual_wield_left; +extern u32 ANIM_ENTRY_fire_kneel_dual_wield_right; +extern u32 ANIM_ENTRY_fire_kneel_dual_wield_hands_crossed; +extern u32 ANIM_ENTRY_fire_kneel_dual_wield_hands_crossed_left; +extern u32 ANIM_ENTRY_fire_kneel_dual_wield_hands_crossed_right; +extern u32 ANIM_ENTRY_fire_standing_dual_wield; +extern u32 ANIM_ENTRY_fire_standing_dual_wield_left; +extern u32 ANIM_ENTRY_fire_standing_dual_wield_right; +extern u32 ANIM_ENTRY_fire_standing_dual_wield_hands_crossed_left; +extern u32 ANIM_ENTRY_fire_standing_dual_wield_hands_crossed_right; +extern u32 ANIM_ENTRY_fire_standing_aiming_down_sights; +extern u32 ANIM_ENTRY_fire_kneel_aiming_down_sights; +extern u32 ANIM_ENTRY_hit_taser; +extern u32 ANIM_ENTRY_death_explosion_forward; +extern u32 ANIM_ENTRY_death_explosion_left1; +extern u32 ANIM_ENTRY_death_explosion_back_left; +extern u32 ANIM_ENTRY_death_explosion_back1; +extern u32 ANIM_ENTRY_death_explosion_right; +extern u32 ANIM_ENTRY_death_explosion_forward_right1; +extern u32 ANIM_ENTRY_death_explosion_back2; +extern u32 ANIM_ENTRY_death_explosion_forward_roll; +extern u32 ANIM_ENTRY_death_explosion_forward_face_down; +extern u32 ANIM_ENTRY_death_explosion_left2; +extern u32 ANIM_ENTRY_death_explosion_forward_right2; +extern u32 ANIM_ENTRY_death_explosion_forward_right2_alt; +extern u32 ANIM_ENTRY_death_explosion_forward_right3; +extern u32 ANIM_ENTRY_running_hands_up; +extern u32 ANIM_ENTRY_sprinting_hands_up; +extern u32 ANIM_ENTRY_aim_and_blow_one_handed_weapon; +extern u32 ANIM_ENTRY_aim_one_handed_weapon_left; +extern u32 ANIM_ENTRY_aim_one_handed_weapon_right; +extern u32 ANIM_ENTRY_conversation; +extern u32 ANIM_ENTRY_drop_weapon_and_show_fight_stance; +extern u32 ANIM_ENTRY_yawning; +extern u32 ANIM_ENTRY_swatting_flies; +extern u32 ANIM_ENTRY_scratching_leg; +extern u32 ANIM_ENTRY_scratching_butt; +extern u32 ANIM_ENTRY_adjusting_crotch; +extern u32 ANIM_ENTRY_sneeze; +extern u32 ANIM_ENTRY_conversation_cleaned; +extern u32 ANIM_ENTRY_conversation_listener; +extern u32 ANIM_ENTRY_startled_and_looking_around; +extern u32 ANIM_ENTRY_laughing_in_disbelief; +extern u32 ANIM_ENTRY_surrendering_unarmed; +extern u32 ANIM_ENTRY_coughing_standing; +extern u32 ANIM_ENTRY_coughing_kneel1; +extern u32 ANIM_ENTRY_coughing_kneel2; +extern u32 ANIM_ENTRY_standing_up; +extern u32 ANIM_ENTRY_dancing; +extern u32 ANIM_ENTRY_dancing_one_handed_weapon; +extern u32 ANIM_ENTRY_keyboard_right_hand1; +extern u32 ANIM_ENTRY_keyboard_right_hand2; +extern u32 ANIM_ENTRY_keyboard_left_hand; +extern u32 ANIM_ENTRY_keyboard_right_hand_tapping; +extern u32 ANIM_ENTRY_bond_eye_fire_alt; +extern u32 ANIM_ENTRY_dam_jump; +extern u32 ANIM_ENTRY_surface_vent_jump; +extern u32 ANIM_ENTRY_cradle_jump; +extern u32 ANIM_ENTRY_cradle_fall; +extern u32 ANIM_ENTRY_credits_bond_kissing; +extern u32 ANIM_ENTRY_credits_natalya_kissing; +extern u32 ANIM_ENTRY_helicopter_cradle; +extern u32 ANIM_ENTRY_plane_runway; +extern u32 ANIM_ENTRY_helicopter_takeoff; diff --git a/assets/embedded/player_gait_object/header.inc.c b/assets/embedded/player_gait_object/header.inc.c new file mode 100644 index 0000000..592fd08 --- /dev/null +++ b/assets/embedded/player_gait_object/header.inc.c @@ -0,0 +1,2 @@ +//D:8003C650 +MODELFILEHEADER(player_gait_object, 0, &SKELETON(player_gait_object), 0, 0, 4, 41.16123, 0, 0) diff --git a/assets/embedded/player_gait_object/modelnode.inc.c b/assets/embedded/player_gait_object/modelnode.inc.c new file mode 100644 index 0000000..b7277bb --- /dev/null +++ b/assets/embedded/player_gait_object/modelnode.inc.c @@ -0,0 +1,24 @@ +//D:8003C580 +ModelNode player_gait_hdr = {1, &player_gait_obj, 0, 0, 0, &player_gait_pos_hdr_1}; +//D:8003C598 +ModelNode player_gait_pos_hdr_1 = {2,&player_gait_pos_1, &player_gait_hdr, 0, 0, &player_gait_pos_hdr_2}; +//D:8003C5B0 +ModelNode player_gait_pos_hdr_2 = {2, &player_gait_pos_2, &player_gait_pos_hdr_1, 0, 0, &player_gait_pos_hdr_3}; +//D:8003C5C8 +ModelNode player_gait_pos_hdr_3 = {2, &player_gait_pos_3, &player_gait_pos_hdr_2, 0, 0, 0}; +//D:8003C5E0 +ModelNode_HeaderRecord player_gait_obj = {1, &player_gait_pos_hdr_1, 0, 0, 0, 0}; +//D:8003C5F0 +ModelNode_GroupRecord player_gait_pos_1 = {{0.0, 0.0, 0.0}, 0x0001, 0x0002, 0xFFFF, 0xFFFF, &player_gait_pos_hdr_2, 0}; +//D:8003C60C +ModelNode_GroupRecord player_gait_pos_2 = {{1.177982, 41.14437, 0.0}, 0x0002, 0x0003, 0xFFFF, 0xFFFF, &player_gait_pos_hdr_3, 0}; +//D:8003C628 +ModelNode_GroupRecord player_gait_pos_3 = {{-2.576027, 480.42902, 0.0}, 0x0003, 0x0000, 0xFFFF, 0xFFFF, NULL, 0}; + +//FIXME File split likely +//D:8003C644 +s32 PAD_8003C644 = 0; +//D:8003C648 +s32 PAD_8003C648 = 0; +//D:8003C64C +s32 PAD_8003C64C = 0; diff --git a/assets/embedded/skeletons/g_weapon.inc.c b/assets/embedded/skeletons/g_weapon.inc.c new file mode 100644 index 0000000..a7bf6e4 --- /dev/null +++ b/assets/embedded/skeletons/g_weapon.inc.c @@ -0,0 +1,42 @@ +#ifdef DEBUG +/*Controller model*/ +char* weapon_gun_controller_JointNames[] = { + "SKEL_TOP", + "SKEL_IN", + "SKEL_OUT", + "SKEL_IN", + "SKEL_OUT", + "SKEL_IN", + "SKEL_OUT", + "SKEL_IN", + "SKEL_OUT", + "SKEL_IN", + "SKEL_OUT", + "SKEL_IN", + "SKEL_OUT" +}; +#endif + +//D:8003D340 +ModelJoint JOINTLIST(g_weapon)[] = { + {0x02, 0x00, 0x00}, + {0x02, 0x03, 0x03}, + {0x02, 0x06, 0x06}, + {0x02, 0x09, 0x09}, + {0x02, 0x0C, 0x0C}, + {0x02, 0x0F, 0x0F}, + {0x02, 0x12, 0x12}, + {0x02, 0x15, 0x15}, + {0x02, 0x18, 0x18}, + {0x02, 0x1B, 0x1B}, + {0x02, 0x1E, 0x1E}, + {0x02, 0x21, 0x21}, + {0x02, 0x24, 0x24} +}; + + +//D:8003D390 +MODELSKELETON(g_weapon, 0xD, 0x27) + +//D:8003D39C +s32 PAD_8003D39C = 0; diff --git a/assets/embedded/skeletons/guard.inc.c b/assets/embedded/skeletons/guard.inc.c new file mode 100644 index 0000000..0f0a9b1 --- /dev/null +++ b/assets/embedded/skeletons/guard.inc.c @@ -0,0 +1,132 @@ +#ifdef DEBUG +char* chrJointNames[] = {/*oliveguard names*/ + "SKEL_NECK", + "SKEL_BACK", + "SKEL_LF_SHOULDER", + "SKEL_RT_SHOULDER", + "SKEL_POSITION", + "SKEL_BASE", + "SKEL_LF_HIP", + "SKEL_LF_KNEE", + "SKEL_LF_ANKLE", + "", + "SKEL_RT_HIP", + "SKEL_RT_KNEE", + "SKEL_RT_ANKLE", + "", + "SKEL_RT_ELBOW", + "SKEL_RT_WRIST", + "", + "SKEL_LF_ELBOW", + "SKEL_LF_WRIST" +}; +char* chrJointNames2[] = { /*greyguard names*/ + "SKEL_NECK", + "SKEL_BACK", + "SKEL_LF_SHOULDER", + "SKEL_RT_SHOULDER", + "SKEL_POSITION", + "SKEL_BASE", + "SKEL_RT_HIP", + "SKEL_RT_KNEE", + "SKEL_RT_ANKLE", + "", + "SKEL_LF_HIP", + "SKEL_LF_KNEE", + "SKEL_LF_ANKLE", + "", + "SKEL_RT_ELBOW", + "SKEL_RT_WRIST", + "", + "SKEL_LF_ELBOW", + "SKEL_LF_WRIST" }; + +char* chrJointNames3[] = {/*trevguard names*/ + "SKEL_NECK", + "SKEL_BACK", + "SKEL_LF_SHOULDER", + "SKEL_RT_SHOULDER", + "SKEL_POSITION", + "SKEL_BASE", + "SKEL_LF_HIP", + "SKEL_LF_KNEE", + "SKEL_LF_ANKLE", + "", + "SKEL_RT_HIP", + "SKEL_RT_KNEE", + "SKEL_RT_ANKLE", + "", + "SKEL_LF_ELBOW", + "SKEL_LF_WRIST", + "", + "SKEL_RT_ELBOW", + "SKEL_RT_WRIST" }; + +char* chrJointNames4[] = {/*camguard names*/ + "SKEL_NECK", + "SKEL_BACK", + "SKEL_LF_SHOULDER", + "SKEL_RT_SHOULDER", + "SKEL_POSITION", + "SKEL_BASE", + "SKEL_RT_HIP", + "SKEL_RT_KNEE", + "SKEL_RT_ANKLE", + "", + "SKEL_LF_HIP", + "SKEL_LF_KNEE", + "SKEL_LF_ANKLE", + "", + "SKEL_LF_ELBOW", + "SKEL_LF_WRIST", + "", + "SKEL_RT_ELBOW", + "SKEL_RT_WRIST" }; +char* chrJointNames5[] = {/*spicebond names*/ + "SKEL_NECK", + "SKEL_BACK", + "SKEL_LF_SHOULDER", + "SKEL_RT_SHOULDER", + "SKEL_POSITION", + "SKEL_BASE", + "SKEL_LF_ELBOW", + "SKEL_LF_WRIST", + "", + "SKEL_RT_ELBOW", + "SKEL_RT_WRIST", + "", + "", + "SKEL_RT_HIP", + "SKEL_RT_KNEE", + "SKEL_RT_ANKLE", + "", + "SKEL_LF_HIP", + "SKEL_LF_KNEE", + "SKEL_LF_ANKLE", + "" +}; +#endif +//D:8003A3A0 +ModelJoint JOINTLIST(guard)[] = { + {0x401, 0x0, 0x0}, + {0x02, 0x00, 0x00}, + {0x02, 0x03, 0x03}, + {0x02, 0x06, 0x06}, + {0x02, 0x09, 0x0C}, + {0x02, 0x0C, 0x09}, + {0x02, 0x0F, 0x12}, + {0x02, 0x12, 0x0F}, + {0x02, 0x15, 0x18}, + {0x02, 0x18, 0x15}, + {0x02, 0x1B, 0x1E}, + {0x02, 0x1E, 0x1B}, + {0x02, 0x21, 0x24}, + {0x02, 0x24, 0x21}, + {0x02, 0x27, 0x2A}, + {0x02, 0x2A, 0x27} +}; + + +//D:8003D400 +MODELSKELETON(guard, 0x10, 0x2D) +//D:8003D40C diff --git a/assets/embedded/skeletons/gun_kf7.inc.c b/assets/embedded/skeletons/gun_kf7.inc.c new file mode 100644 index 0000000..04d806d --- /dev/null +++ b/assets/embedded/skeletons/gun_kf7.inc.c @@ -0,0 +1,33 @@ +#ifdef DEBUG +/********************************************************************* + * isnt this file for the UZI? the UZI has 3 muzzleflashes as oposed + * to the standard 2 for every other gun + *********************************************************************/ +char* weapon_gun_kf7_JointNames[] = { + "SKEL_TOP", + "SKEL_MUZZLE", + "SKEL_FLASH", + "SKEL_EXTRAFLASH", + "SKEL_CARTRIDGE", + "", + ""}; +#endif + +//D:8003C780 +ModelJoint JOINTLIST(gun_kf7)[] = { + {0x0002, 0x0000, 0x0000}, + {0x0002, 0x0003, 0x0003}, + {0x0002, 0x0006, 0x0006}, + {0x0002, 0x0009, 0x0009}, + {0x0015, 0x0012, 0x0012}, + {0x0002, 0x000C, 0x000C}, + {0x0002, 0x000F, 0x000F} +}; + +//D:8003C7AC +MODELSKELETON(gun_kf7, 7, 0x12) + +//D:8003C7B8 +s32 PAD_8003C7B8 = 0; +//D:8003C7BC +s32 PAD_8003C7BC = 0; diff --git a/assets/embedded/skeletons/gun_revolver.inc.c b/assets/embedded/skeletons/gun_revolver.inc.c new file mode 100644 index 0000000..0bf8450 --- /dev/null +++ b/assets/embedded/skeletons/gun_revolver.inc.c @@ -0,0 +1,29 @@ +#ifdef DEBUG +char* weapon_gun_revolver_JointNames[] = { + "SKEL_TOP", + "SKEL_MUZZLE", + "SKEL_FLASH", + "SKEL_DRUM", + "SKEL_HAMMER", + "SKEL_FINGER", + ""}; +#endif + +//D:8003C740 +ModelJoint JOINTLIST(gun_revolver)[] = { + {0x0002, 0x0000, 0x0000}, + {0x0002, 0x0003, 0x0003}, + {0x0002, 0x0006, 0x0006}, + {0x0002, 0x0009, 0x0009}, + {0x0002, 0x000C, 0x000C}, + {0x0002, 0x000F, 0x000F}, + {0x0002, 0x0012, 0x0012} +}; + +//D:8003C76C +MODELSKELETON(gun_revolver, 7, 21) + +//D:8003C778 +s32 PAD_8003C778 = 0; +//D:8003C77C +s32 PAD_8003C77C = 0; diff --git a/assets/embedded/skeletons/gun_unassigned.inc.c b/assets/embedded/skeletons/gun_unassigned.inc.c new file mode 100644 index 0000000..6fb0883 --- /dev/null +++ b/assets/embedded/skeletons/gun_unassigned.inc.c @@ -0,0 +1,17 @@ +#ifdef DEBUG +char* weapon_gun_unassigned_JointNames[] = { + "" }; +#endif +//D:8003C720 +ModelJoint JOINTLIST(gun_unassigned)[] = { + {0x0002, 0x0000, 0x0000} +}; +//D:8003C728 +MODELSKELETON(gun_unassigned, 1, 3) + +//D:8003C734 +s32 PAD_8003C734 = 0; +//D:8003C738 +s32 PAD_8003C738 = 0; +//D:8003C73C +s32 PAD_8003C73C = 0; diff --git a/assets/embedded/skeletons/player_gait_object.inc.c b/assets/embedded/skeletons/player_gait_object.inc.c new file mode 100644 index 0000000..4c85454 --- /dev/null +++ b/assets/embedded/skeletons/player_gait_object.inc.c @@ -0,0 +1,45 @@ +#ifdef DEBUG +char* player_gait_object_JointNames[] = { + "SKEL_POSITION", + "SKEL_BASE", + "SKEL_BACK", + "SKEL_LF_HIP", + "SKEL_RT_HIP", + "SKEL_LF_KNEE", + "SKEL_LF_SHOULDER", + "SKEL_NECK", + "SKEL_RT_KNEE", + "SKEL_RT_SHOULDER", + "SKEL_LF_ANKLE", + "SKEL_LF_ELBOW", + "SKEL_RT_ANKLE", + "SKEL_RT_ELBOW", + "SKEL_LF_WRIST", + "SKEL_RT_WRIST" +}; +#endif +//D:8003C510 +ModelJoint JOINTLIST(player_gait_object)[] = { + {0x0401, 0x0000, 0x0000}, //"SKEL_POSITION" + {0x0002, 0x0000, 0x0000}, //"SKEL_BASE" + {0x0002, 0x0003, 0x0003}, //"SKEL_BACK" + {0x0002, 0x0006, 0x0006}, //"SKEL_LF_HIP" + {0x0002, 0x0009, 0x000C}, //"SKEL_RT_HIP" + {0x0002, 0x000C, 0x0009}, //"SKEL_LF_KNEE" + {0x0002, 0x000F, 0x0012}, //"SKEL_LF_SHOULDER" + {0x0002, 0x0012, 0x000F}, //"SKEL_NECK" + {0x0002, 0x0015, 0x0018}, //"SKEL_RT_KNEE" + {0x0002, 0x0018, 0x0015}, //"SKEL_RT_SHOULDER" + {0x0002, 0x001B, 0x001E}, //"SKEL_LF_ANKLE" + {0x0002, 0x001E, 0x001B}, //"SKEL_LF_ELBOW" + {0x0002, 0x0021, 0x0024}, //"SKEL_RT_ANKLE" + {0x0002, 0x0024, 0x0021}, //"SKEL_RT_ELBOW" + {0x0002, 0x0027, 0x002A}, //"SKEL_LF_WRIST" + {0x0002, 0x002A, 0x0027} //"SKEL_RT_WRIST" +}; +//D:8003C570 +MODELSKELETON(player_gait_object, 16, 45) + +//FIXME File split likely +//D:8003C57C +s32 PAD_8003C57C = 0; diff --git a/assets/embedded/skeletons/prop_weapon.inc.c b/assets/embedded/skeletons/prop_weapon.inc.c new file mode 100644 index 0000000..83b0398 --- /dev/null +++ b/assets/embedded/skeletons/prop_weapon.inc.c @@ -0,0 +1,15 @@ +//No Joint Names + +//D:8003C4F0 +ModelJoint JOINTLIST(prop_weapon)[] = { + {0x0015, 0x0000, 0x0000}, + {0x0015, 0x0001, 0x0001} +}; +//D:8003C4FC +MODELSKELETON(prop_weapon, 2, 0) + +//FIXME File split likely +//D:8003C508 +s32 PAD_8003C508 = 0; +//D:8003C50C +s32 PAD_8003C50C = 0; diff --git a/assets/embedded/skeletons/props.inc.c b/assets/embedded/skeletons/props.inc.c new file mode 100644 index 0000000..4d5f57c --- /dev/null +++ b/assets/embedded/skeletons/props.inc.c @@ -0,0 +1,217 @@ +#ifdef DEBUG +char* prop_cctv_related_JointNames[] = { + "SKEL_TOP", + "SKEL_CAM" }; +#endif +//D:8003A050 +ModelJoint JOINTLIST(cctv)[2] = { + {0x0002, 0x0000, 0x0000}, + {0x0002, 0x0003, 0x0003} +}; +//D:8003A05C +MODELSKELETON(cctv, 2, 6) + + +//No Joint Nmaes +//D:8003A068 +ModelJoint JOINTLIST(console_one_screen)[1] = { + {0x0002, 0x0000, 0x0000} +}; +//D:8003A070 +MODELSKELETON(console_one_screen, 1, 3) + + +//No Joint Nmaes +//D:8003A07C +ModelJoint JOINTLIST(console_four_screen)[] = { + {0x0002, 0x0000, 0x0000} +}; +//D:8003A084 +MODELSKELETON(console_four_screen, 1, 3) + +#ifdef DEBUG +char* prop_tv_holder_related_JointNames[] = { + "SKEL_TOP", + "SKEL_TV1", + "SKEL_TV2", + "SKEL_TV3", + "SKEL_TV4" }; +#endif +//D:8003A090 +ModelJoint JOINTLIST(tv_holder)[] = { + {0x0002, 0x0000, 0x0000}, + {0x0002, 0x0003, 0x0003}, + {0x0002, 0x0006, 0x0006}, + {0x0002, 0x0009, 0x0009}, + {0x0002, 0x000C, 0x000C} +}; +//D:8003A0B0 +MODELSKELETON(tv_holder, 5, 0xF) + + +#ifdef DEBUG +char* prop_rotating_stuff_related_JointNames[] = { + "SKEL_TOP", + "SKEL_YROT", + "SKEL_XROT", + "SKEL_BARREL", + "SKEL_CARTRIDGE", + NULL }; +#endif +#if 0 +char* GroundGun_JointNames[] = { + "SKEL_TOP", + "SKEL_YROT", + "SKEL_XROT", + "SKEL_BARREL", + "SKEL_BAR2", + NULL }; +#endif +//D:8003A0BC +ModelJoint JOINTLIST(rotating_stuff)[] = { + {0x0002, 0x0000, 0x0000}, + {0x0002, 0x0003, 0x0003}, + {0x0002, 0x0006, 0x0006}, + {0x0002, 0x0009, 0x0009}, + {0x0002, 0x000C, 0x000C}, + {0x0002, 0x000F, 0x000F} +}; +//D:8003A0E0 +MODELSKELETON(rotating_stuff, 6, 0x12) + + +#ifdef DEBUG +char* prop_eyelid_door_related_JointNames[] = { + "SKEL_TOP", + "SKEL_UPPER", + "SKEL_LOWER" }; +#endif +//D:8003A0EC +ModelJoint JOINTLIST(eyelid_door)[] = { + {0x0002, 0x0000, 0x0000}, + {0x0002, 0x0003, 0x0003}, + {0x0002, 0x0006, 0x0006} +}; +MODELSKELETON(eyelid_door, 3, 9) + + +#ifdef DEBUG +char* prop_iris_door_related_JointNames[] = { + "SKEL_TOP", + "SKEL_OUT1", + "SKEL_IN1", + "SKEL_OUT2", + "SKEL_IN2", + "SKEL_OUT3", + "SKEL_IN3", + "SKEL_OUT4", + "SKEL_IN4", + "SKEL_OUT5", + "SKEL_IN5", + "SKEL_OUT6", + "SKEL_IN6" }; +#endif +//D:8003A10C +ModelJoint JOINTLIST(iris_door)[] = { + {0x0002, 0x0000, 0x0000}, + {0x0002, 0x0003, 0x0003}, + {0x0002, 0x0006, 0x0006}, + {0x0002, 0x0009, 0x0009}, + {0x0002, 0x000C, 0x000C}, + {0x0002, 0x000F, 0x000F}, + {0x0002, 0x0012, 0x0012}, + {0x0002, 0x0015, 0x0015}, + {0x0002, 0x0018, 0x0018}, + {0x0002, 0x001B, 0x001B}, + {0x0002, 0x001E, 0x001E}, + {0x0002, 0x0021, 0x0021}, + {0x0002, 0x0024, 0x0024} +}; +//D:8003A15C +MODELSKELETON(iris_door, 0xD, 0x27) + + +//NoJointNames +//D:8003A168 +ModelJoint JOINTLIST(walletbond)[] = { + {0x0002, 0x0000, 0x0000} +}; +//D:8003A170 +MODELSKELETON(walletbond, 1, 3) + + +#ifdef DEBUG +char* prop_car_related_JointNames[] = { + "base", + "wheel1", + "wheel2", + "wheel3", + "wheel4" }; +#endif +//D:8003A17C +ModelJoint JOINTLIST(car)[] = { + {0x0002, 0x0000, 0x0000}, + {0x0002, 0x0003, 0x0003}, + {0x0002, 0x0006, 0x0006}, + {0x0002, 0x0009, 0x0009}, + {0x0002, 0x000C, 0x000C} +}; +//D:8003A19C +MODELSKELETON(car, 5, 0xF) + +#ifdef DEBUG +char* prop_flying_related_JointNames[] = { + "SKEL_POSITION", + "SKEL_TOP", + "SKEL_ROTOR", + "SKEL_TAILROTOR", + "SKEL_GUN" }; +#endif +//D:8003A1A8 +ModelJoint JOINTLIST(flying)[] = { + {0x0401, 0x0000, 0x0000}, + {0x0002, 0x0000, 0x0000}, + {0x0015, 0x0003, 0x0003}, + {0x0015, 0x0004, 0x0004}, + {0x0015, 0x0005, 0x0005} +}; +//D:8003A1C8 +MODELSKELETON(flying, 5, 3) + + +//No Joint Names +//D:8003A1D4 +ModelJoint JOINTLIST(door)[] = { + {0x0002, 0x0000, 0x0000} +}; +//D:8003A1DC +MODELSKELETON(door, 1, 3) + + +#ifdef DEBUG +char* TankSkeleton_JointNames[] = { + "SKEL_TOP", + "SKEL_TURRET", + "SKEL_HATCH", + "SKEL_GUN", + "SKEL_MUZZLE" }; +#endif +//D:8003A1E8 +ModelJoint JOINTLIST(tank)[] = { + {0x0002, 0x0000, 0x0000}, + {0x0002, 0x0003, 0x0003}, + {0x0002, 0x0006, 0x0006}, + {0x0002, 0x0009, 0x0009}, + {0x0002, 0x000C, 0x000C} +}; +//D:8003A208 +MODELSKELETON(tank, 5, 0xF) + + +//No Joint Names +//D:8003A214 +ModelJoint JOINTLIST(hat)[] = { + {0x0015, 0x0000, 0x0000}, +}; +//D:8003A21C +MODELSKELETON(hat, 1, 0) diff --git a/assets/embedded/skeletons/standard_gun.inc.c b/assets/embedded/skeletons/standard_gun.inc.c new file mode 100644 index 0000000..ae3040b --- /dev/null +++ b/assets/embedded/skeletons/standard_gun.inc.c @@ -0,0 +1,21 @@ +ModelJoint JOINTLIST(standard_gun)[] = { + {0x0002, 0x0000, 0x0000}, + {0x0002, 0x0003, 0x0003}, + {0x0002, 0x0006, 0x0006}, + {0x0015, 0x000F, 0x000F}, + {0x0002, 0x0009, 0x0009}, + {0x0002, 0x000C, 0x000C} +}; + +#ifdef DEBUG +char* weapon_gun_standard_gun_JointNames[] = { + "SKEL_TOP", + "SKEL_MUZZLE", + "SKEL_FLASH", + "SKEL_CARTRIDGE", + "SKEL_SLIDE", + "SKEL_FINGER" }; +#endif + +//D:8003C714 +MODELSKELETON(standard_gun, 6, 15) diff --git a/assets/embedded/skeletons/standard_object.inc.c b/assets/embedded/skeletons/standard_object.inc.c new file mode 100644 index 0000000..09f6fc0 --- /dev/null +++ b/assets/embedded/skeletons/standard_object.inc.c @@ -0,0 +1,16 @@ +//D:8003C4D0 +ModelJoint JOINTLIST(standard_object)[] = { + {0x0002, 0x0000, 0x0000} +}; +//No Joint Names +//D:8003C4D8 +MODELSKELETON(standard_object, 1, 3) + +//FIXME for rest of this skelton/joint section, the extra s32 between are file split padding most likely, and should be located in source model folder +//FIXME File split likely +//D:8003C4E4 +s32 PAD_8003C4E4 = 0; +//D:8003C4E8 +s32 PAD_8003C4E8 = 0; +//D:8003C4EC +s32 PAD_8003C4EC = 0; diff --git a/assets/embedded/skeletons/suit_lf_hand.inc.c b/assets/embedded/skeletons/suit_lf_hand.inc.c new file mode 100644 index 0000000..d6402fd --- /dev/null +++ b/assets/embedded/skeletons/suit_lf_hand.inc.c @@ -0,0 +1,36 @@ +//D:8003C670 +ModelJoint JOINTLIST(suit_lf_hand)[] = { + {0x0401, 0x0000, 0x0000}, + {0x0002, 0x0000, 0x0000}, + {0x0002, 0x0003, 0x0003}, + {0x0002, 0x0006, 0x0006}, + {0x0002, 0x0009, 0x000C}, + {0x0002, 0x000C, 0x0009}, + {0x0002, 0x000F, 0x0012}, + {0x0002, 0x0012, 0x000F}, + {0x0002, 0x0015, 0x0018}, + {0x0002, 0x0018, 0x0015}, + {0x0002, 0x001B, 0x001E}, + {0x0002, 0x001E, 0x001B}, + {0x0002, 0x0021, 0x0024}, + {0x0002, 0x0024, 0x0021}, + {0x0002, 0x0027, 0x002A}, + {0x0002, 0x002A, 0x0027}, + {0x0015, 0x002D, 0x002D}, + {0x0015, 0x002E, 0x002E}, + {0x0015, 0x002F, 0x002F}, +}; +#ifdef DEBUG +char* suit_lf_hand_JointNames[] = { + "SKEL_LF_WRIST_ER", + "SKEL_HOUR", + "SKEL_MINUTE", + "SKEL_SECOND", + "SKEL_POSITION__R", + "SKEL_BACK_W", + "SKEL_BASE_P", + "SKEL_LF_SHOULDER", + "SKEL_LF_ELBOW_ER" }; +#endif +//D:8003C6E4 +MODELSKELETON(suit_lf_hand, 19, 45) diff --git a/assets/font/font.s b/assets/font/font.s deleted file mode 100644 index fcbdf8e..0000000 --- a/assets/font/font.s +++ /dev/null @@ -1,21 +0,0 @@ -.section .font - -.global _fonttablectlsmall1SegmentRomStart -_fonttablectlsmall1SegmentRomStart: -.incbin "assets/font/font_first_font_table_controller_small.bin" -_fonttablectlsmall1SegmentRomEnd: - -.global font_second_font_table_controller_small -font_second_font_table_controller_small: -.incbin "assets/font/font_second_font_table_controller_small.bin" -font_second_font_table_controller_small_end: - -.global _fonttablectllarge1SegmentRomStart -_fonttablectllarge1SegmentRomStart: -.incbin "assets/font/font_first_font_table_controller_large.bin" -_fonttablectllarge1SegmentRomEnd: - -.global font_second_font_table_controller_large -font_second_font_table_controller_large: -.incbin "assets/font/font_second_font_table_controller_large.bin" -font_second_font_table_controller_large_end: diff --git a/assets/font/font_first_font_table_controller_large.c b/assets/font/font_first_font_table_controller_large.c new file mode 100644 index 0000000..a797688 --- /dev/null +++ b/assets/font/font_first_font_table_controller_large.c @@ -0,0 +1,726 @@ +#include + +u32 font_first_font_table_controller_large[] = +{ + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0xFFFFFFFF, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000001, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0xFFFFFFFF, + 0x00000000, + 0xFFFFFFFF, + 0x00000000, + 0x00000000, + 0xFFFFFFFF, + 0x00000001, + 0xFFFFFFFF, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000001, + 0x00000000, + 0x00000000, + 0x00000001, + 0x00000001, + 0x00000000, + 0x00000000 +}; + + + +u32 font_second_font_table_controller_large1[] = +{ + 0x00000000, 0x00000000, 0x0000000C, 0x00000002, 0x00000000, 0x00000B80, + 0x00000001, 0x00000000, 0x00000006, 0x00000002, 0x00000000, 0x00000BE8, + 0x00000002, 0x00000000, 0x0000000C, 0x0000000A, 0x00000000, 0x00000C20, + 0x00000003, 0x00000000, 0x0000000D, 0x00000008, 0x00000000, 0x00000CE8, + 0x00000004, 0x00000000, 0x0000000C, 0x0000000C, 0x00000000, 0x00000D58, + 0x00000005, 0x00000000, 0x0000000C, 0x00000008, 0x00000000, 0x00000E20, + 0x00000006, 0x00000000, 0x00000006, 0x00000002, 0x00000000, 0x00000E88, + 0x00000007, 0x00000000, 0x0000000E, 0x00000003, 0x00000000, 0x00000EC0, + 0x00000008, 0x00000000, 0x0000000E, 0x00000003, 0x00000000, 0x00000F38, + 0x00000009, 0x00000000, 0x00000006, 0x00000006, 0x00000000, 0x00000FB0, + 0x0000000A, 0x00000002, 0x0000000A, 0x00000009, 0x00000000, 0x00000FE8, + 0x0000000B, 0x00000009, 0x00000004, 0x00000003, 0x00000000, 0x00001090, + 0x0000000C, 0x00000006, 0x00000003, 0x00000005, 0x00000000, 0x000010B8, + 0x0000000D, 0x00000009, 0x00000003, 0x00000002, 0x00000000, 0x000010D8, + 0x0000000E, 0x00000000, 0x0000000D, 0x00000005, 0x00000000, 0x000010F8, + 0x0000000F, 0x00000000, 0x0000000C, 0x00000007, 0x00000000, 0x00001168, + 0x00000010, 0x00000001, 0x0000000B, 0x00000004, 0x00000000, 0x000011D0, + 0x00000011, 0x00000000, 0x0000000C, 0x00000007, 0x00000000, 0x00001230, + 0x00000012, 0x00000000, 0x0000000C, 0x00000007, 0x00000000, 0x00001298, + 0x00000013, 0x00000001, 0x0000000B, 0x00000008, 0x00000000, 0x00001300, + 0x00000014, 0x00000001, 0x0000000B, 0x00000007, 0x00000000, 0x00001360, + 0x00000015, 0x00000000, 0x0000000C, 0x00000007, 0x00000000, 0x000013C0, + 0x00000016, 0x00000001, 0x0000000B, 0x00000007, 0x00000000, 0x00001428, + 0x00000017, 0x00000000, 0x0000000C, 0x00000008, 0x00000000, 0x00001488, + 0x00000018, 0x00000000, 0x0000000C, 0x00000008, 0x00000000, 0x000014F0, + 0x00000019, 0x00000003, 0x00000009, 0x00000002, 0x00000000, 0x00001558, + 0x0000001A, 0x00000003, 0x0000000A, 0x00000003, 0x00000000, 0x000015A8, + 0x0000001B, 0x00000003, 0x00000008, 0x00000009, 0x00000000, 0x00001600, + 0x0000001C, 0x00000004, 0x00000005, 0x00000009, 0x00000000, 0x00001688, + 0x0000001D, 0x00000003, 0x00000008, 0x00000009, 0x00000000, 0x000016E0, + 0x0000001E, 0x00000000, 0x0000000C, 0x00000005, 0x00000000, 0x00001768, + 0x0000001F, 0x00000000, 0x0000000E, 0x0000000D, 0x00000000, 0x000017D0, + 0x00000020, 0x00000000, 0x0000000C, 0x0000000A, 0x00000001, 0x000018B8, + 0x00000021, 0x00000000, 0x0000000C, 0x00000008, 0x00000000, 0x00001980, + 0x00000022, 0x00000000, 0x0000000C, 0x00000009, 0x00000000, 0x000019E8, + 0x00000023, 0x00000000, 0x0000000C, 0x00000009, 0x00000000, 0x00001AB0, + 0x00000024, 0x00000000, 0x0000000C, 0x00000007, 0x00000000, 0x00001B78, + 0x00000025, 0x00000000, 0x0000000C, 0x00000007, 0x00000005, 0x00001BE0, + 0x00000026, 0x00000000, 0x0000000C, 0x00000009, 0x00000000, 0x00001C48, + 0x00000027, 0x00000000, 0x0000000C, 0x00000008, 0x00000000, 0x00001D10, + 0x00000028, 0x00000000, 0x0000000C, 0x00000002, 0x00000000, 0x00001D78, + 0x00000029, 0x00000000, 0x0000000C, 0x00000006, 0x00000003, 0x00001DE0, + 0x0000002A, 0x00000000, 0x0000000C, 0x00000008, 0x00000000, 0x00001E48, + 0x0000002B, 0x00000000, 0x0000000C, 0x00000007, 0x00000002, 0x00001EB0, + 0x0000002C, 0x00000000, 0x0000000C, 0x0000000B, 0x00000000, 0x00001F18, + 0x0000002D, 0x00000000, 0x0000000C, 0x00000008, 0x00000000, 0x00001FE0, + 0x0000002E, 0x00000000, 0x0000000C, 0x0000000A, 0x00000000, 0x00002048, + 0x0000002F, 0x00000000, 0x0000000C, 0x00000008, 0x00000005, 0x00002110, + 0x00000030, 0x00000000, 0x0000000C, 0x0000000A, 0x00000000, 0x00002178, + 0x00000031, 0x00000000, 0x0000000C, 0x00000008, 0x00000000, 0x00002240, + 0x00000032, 0x00000000, 0x0000000C, 0x00000008, 0x00000000, 0x000022A8, + 0x00000033, 0x00000000, 0x0000000C, 0x00000008, 0x00000004, 0x00002310, + 0x00000034, 0x00000000, 0x0000000C, 0x00000008, 0x00000000, 0x00002378, + 0x00000035, 0x00000000, 0x0000000C, 0x00000009, 0x00000004, 0x000023E0, + 0x00000036, 0x00000000, 0x0000000C, 0x0000000E, 0x00000004, 0x000024A8, + 0x00000037, 0x00000000, 0x0000000C, 0x00000009, 0x00000000, 0x00002570, + 0x00000038, 0x00000000, 0x0000000C, 0x00000009, 0x00000004, 0x00002638, + 0x00000039, 0x00000000, 0x0000000C, 0x00000008, 0x00000000, 0x00002700, + 0x0000003A, 0x00000000, 0x0000000E, 0x00000003, 0x00000000, 0x00002768, + 0x0000003B, 0x00000000, 0x0000000C, 0x00000009, 0x00000000, 0x000027E0, + 0x0000003C, 0x00000000, 0x0000000E, 0x00000003, 0x00000000, 0x000028A8, + 0x0000003D, 0x00000000, 0x00000006, 0x00000009, 0x00000000, 0x00002920, + 0x0000003E, 0x0000000D, 0x00000002, 0x00000008, 0x00000000, 0x00002988, + 0x0000003F, 0x00000000, 0x00000004, 0x00000003, 0x00000000, 0x000029A0, + 0x00000040, 0x00000003, 0x00000009, 0x00000006, 0x00000008, 0x000029C8, + 0x00000041, 0x00000000, 0x0000000C, 0x00000007, 0x00000002, 0x00002A18, + 0x00000042, 0x00000003, 0x00000009, 0x00000007, 0x00000008, 0x00002A80, + 0x00000043, 0x00000000, 0x0000000C, 0x00000007, 0x00000003, 0x00002AD0, + 0x00000044, 0x00000003, 0x00000009, 0x00000007, 0x00000008, 0x00002B38, + 0x00000045, 0x00000000, 0x0000000C, 0x00000005, 0x00000009, 0x00002B88, + 0x00000046, 0x00000003, 0x0000000B, 0x00000007, 0x00000008, 0x00002BF0, + 0x00000047, 0x00000000, 0x0000000C, 0x00000006, 0x00000002, 0x00002C50, + 0x00000048, 0x00000000, 0x0000000C, 0x00000002, 0x00000007, 0x00002CB8, + 0x00000049, 0x00000000, 0x0000000E, 0x00000003, 0x00000006, 0x00002D20, + 0x0000004A, 0x00000000, 0x0000000C, 0x00000006, 0x00000002, 0x00002D98, + 0x0000004B, 0x00000000, 0x0000000C, 0x00000002, 0x00000007, 0x00002E00, + 0x0000004C, 0x00000003, 0x00000009, 0x0000000B, 0x0000000C, 0x00002E68, + 0x0000004D, 0x00000003, 0x00000009, 0x00000006, 0x0000000C, 0x00002F00, + 0x0000004E, 0x00000003, 0x00000009, 0x00000008, 0x00000008, 0x00002F50, + 0x0000004F, 0x00000003, 0x0000000B, 0x00000007, 0x00000008, 0x00002FA0, + 0x00000050, 0x00000003, 0x0000000B, 0x00000007, 0x00000008, 0x00003000, + 0x00000051, 0x00000003, 0x00000009, 0x00000004, 0x0000000B, 0x00003060, + 0x00000052, 0x00000003, 0x00000009, 0x00000006, 0x00000008, 0x000030B0, + 0x00000053, 0x00000002, 0x0000000A, 0x00000005, 0x00000009, 0x00003100, + 0x00000054, 0x00000003, 0x00000009, 0x00000006, 0x0000000C, 0x00003158, + 0x00000055, 0x00000003, 0x00000009, 0x00000007, 0x0000000A, 0x000031A8, + 0x00000056, 0x00000003, 0x00000009, 0x0000000C, 0x0000000A, 0x000031F8, + 0x00000057, 0x00000003, 0x00000009, 0x00000007, 0x00000008, 0x00003290, + 0x00000058, 0x00000003, 0x0000000B, 0x00000007, 0x00000008, 0x000032E0, + 0x00000059, 0x00000003, 0x00000009, 0x00000006, 0x00000008, 0x00003340, + 0x0000005A, 0x00000000, 0x0000000F, 0x00000006, 0x00000000, 0x00003390, + 0x0000005B, 0x00000000, 0x0000000F, 0x00000002, 0x00000000, 0x00003410, + 0x0000005C, 0x00000000, 0x0000000E, 0x00000006, 0x00000000, 0x00003490, + 0x0000005D, 0x00000005, 0x00000003, 0x0000000A, 0x00000000, 0x00003508 +}; + +u32 font_second_font_table_controller_large2[] = +{ + 0x00000000, 0xB8000000, 0x00000000, 0x09212121, 0x21212121, 0x31BBBBBB, + 0xBBBBBBBB, 0x37D9D9D9, 0xD9D9D9D9, 0x34D2D2D2, 0xD2D2D2D2, 0x33CECECE, + 0xCECECECE, 0x31C8C8C8, 0xC8C8C8C8, 0x2FC4C4C4, 0xC4C4C4C4, 0x2DC0C0C0, + 0xC0C0C0C0, 0x1A727272, 0x72727272, 0x1A5B5B5B, 0x5B5B5B5B, 0x32B6B6B6, + 0xB6B6B6B6, 0x091E1E1E, 0x1E1E1E1E, 0xB8000000, 0x00000000, 0x00040404, + 0x04040404, 0x247C7C7C, 0x7C7C7C7C, 0x36B6B6B6, 0xB6B6B6B6, 0x34B5B5B5, + 0xB5B5B5B5, 0x2FA4A4A4, 0xA4A4A4A4, 0x0D2A2A2A, 0x2A2A2A2A, 0xB8000000, + 0x00000000, 0x00000000, 0x00090900, 0x0B040404, 0x04040404, 0x00000000, + 0x077C4424, 0x841D1D1D, 0x1D1D1D1D, 0x00000000, 0x2EAF276A, 0x96040404, + 0x04040404, 0x00000000, 0x6C91049D, 0x56000000, 0x00000000, 0x00367E82, + 0xC4A88DCF, 0x8B787878, 0x78787878, 0x00234D79, 0xBB53A49B, 0x4C4A4A4A, + 0x4A4A4A4A, 0x0D333690, 0x9A3DB56A, 0x33131313, 0x13131313, 0x247E96D3, + 0x9CAACB90, 0x85313131, 0x31313131, 0x040057A2, 0x0F907000, 0x07000000, + 0x00000000, 0x00049468, 0x23AD3200, 0x00000000, 0x00000000, 0x001D9026, + 0x4A840700, 0x00000000, 0x00000000, 0x00071600, 0x11130000, 0x00000000, + 0x00000000, 0xB8000000, 0x00000000, 0x00000018, 0x56040000, 0x00074D92, + 0xCA895209, 0x006EB583, 0xAE76B973, 0x13B56326, 0x91075172, 0x0DAC8A37, + 0x900D0000, 0x0048B8BB, 0xBA420B00, 0x00002171, 0xCFBEA33B, 0x0000002B, + 0x93339BB9, 0x2688272A, 0x910051D4, 0x1AB39553, 0x9D4DABA3, 0x003393B2, + 0xD5AA8120, 0x00000033, 0x811A0000, 0x00000004, 0x0F000000, 0xB8000000, + 0x00000000, 0x00000407, 0x00000000, 0x04090000, 0x00000000, 0x00409091, + 0x48000000, 0x6D470000, 0x00000000, 0x1DA46357, 0xA824003D, 0xA3230000, + 0x00000000, 0x44AA1304, 0xA44C008E, 0x67000000, 0x00000000, 0x3BAB1B0F, + 0xAA41459C, 0x16000000, 0x00000000, 0x0D8E8F8A, 0x991D9857, 0x0B3D2D00, + 0x00000000, 0x001E6367, 0x1E56981D, 0x8D9AA266, 0x66666666, 0x00000000, + 0x16A04751, 0xA5114BB9, 0xB9B9B9B9, 0x00000000, 0x6890006C, 0x910027C0, + 0xC0C0C0C0, 0x00000024, 0xA13B004D, 0xA82056B5, 0xB5B5B5B5, 0x00000067, + 0x7C00000F, 0x81A2A359, 0x59595959, 0x00000024, 0x16000000, 0x092E2100, + 0x00000000, 0xB8000000, 0x00000000, 0x0000041A, 0x2D160000, 0x002A91AA, + 0xAE560000, 0x0BA09534, 0x26110000, 0x29C04000, 0x00112704, 0x1AB66B04, + 0x004EA413, 0x0056C3B0, 0x94B0DC8E, 0x077CB07C, 0x628ECC63, 0x3AC64400, + 0x0055B40D, 0x50CC2B00, 0x0057B513, 0x2BC7913A, 0x2A6DBA15, 0x0054B3B6, + 0xB0BB9F11, 0x00000F21, 0x26241804, 0xB8000000, 0x00000000, 0x00040404, + 0x04040404, 0x267C7C7C, 0x7C7C7C7C, 0x37B6B6B6, 0xB6B6B6B6, 0x37B4B4B4, + 0xB4B4B4B4, 0x32A5A5A5, 0xA5A5A5A5, 0x0D2B2B2B, 0x2B2B2B2B, 0xB8000000, + 0x00000000, 0x00002626, 0x26262626, 0x001E9B9B, 0x9B9B9B9B, 0x0055A0A0, + 0xA0A0A0A0, 0x008E7777, 0x77777777, 0x1EB14C4C, 0x4C4C4C4C, 0x43BC2A2A, + 0x2A2A2A2A, 0x54B91E1E, 0x1E1E1E1E, 0x4DBA2323, 0x23232323, 0x34BA3737, + 0x37373737, 0x0FA86060, 0x60606060, 0x007D8B8B, 0x8B8B8B8B, 0x0040ABAB, + 0xABABABAB, 0x000F7979, 0x79797979, 0x00000707, 0x07070707, 0xB8000000, + 0x00000000, 0x0D200000, 0x00000000, 0x23841B1B, 0x1B1B1B1B, 0x078D5353, + 0x53535353, 0x00708E8E, 0x8E8E8E8E, 0x004DB5B5, 0xB5B5B5B5, 0x0032C8C8, + 0xC8C8C8C8, 0x0026CBCB, 0xCBCBCBCB, 0x0027CBCB, 0xCBCBCBCB, 0x0038C2C2, + 0xC2C2C2C2, 0x0058A8A8, 0xA8A8A8A8, 0x007B7B7B, 0x7B7B7B7B, 0x11923E3E, + 0x3E3E3E3E, 0x20660F0F, 0x0F0F0F0F, 0x04070000, 0x00000000, 0xB8000000, + 0x00000000, 0x00091A04, 0x1A070707, 0x001E8D49, 0x8A161616, 0x113D8CBA, + 0x82404040, 0x2689A3DD, 0x9D909090, 0x04168D8D, 0x8A111111, 0x001D6724, + 0x69181818, 0xB8000000, 0x00000000, 0x00000000, 0x2A180000, 0x00000000, + 0x00000000, 0x00000000, 0x73410000, 0x00000000, 0x00000000, 0x00000000, + 0x77430000, 0x00000000, 0x00000000, 0x00000000, 0x76410000, 0x00000000, + 0x00000000, 0x29717876, 0xAB907576, 0x65656565, 0x65656565, 0x1A444948, + 0x936E4849, 0x3D3D3D3D, 0x3D3D3D3D, 0x00000000, 0x75410000, 0x00000000, + 0x00000000, 0x00000000, 0x78440000, 0x00000000, 0x00000000, 0x00000000, + 0x63370000, 0x00000000, 0x00000000, 0x00000000, 0x0F090000, 0x00000000, + 0x00000000, 0xB8000000, 0x00000000, 0x00345B5B, 0x5B5B5B5B, 0x0097B8B8, + 0xB8B8B8B8, 0x15B17070, 0x70707070, 0x11481A1A, 0x1A1A1A1A, 0xB8000000, + 0x00000000, 0x09292F2E, 0x29292929, 0x2196B0AF, 0x97979797, 0x071E2323, + 0x1E1E1E1E, 0xB8000000, 0x00000000, 0x26676767, 0x67676767, 0x44B5B5B5, + 0xB5B5B5B5, 0x0B1D1D1D, 0x1D1D1D1D, 0xB8000000, 0x00000000, 0x00000004, + 0x27272727, 0x0000001E, 0xA1A1A1A1, 0x00000050, 0xA3A3A3A3, 0x00000080, + 0x71717171, 0x0000189D, 0x38383838, 0x00004594, 0x0B0B0B0B, 0x00007C6F, + 0x00000000, 0x00119C3B, 0x00000000, 0x003C9A11, 0x00000000, 0x006E7600, + 0x00000000, 0x0F974300, 0x00000000, 0x277F1600, 0x00000000, 0x070D0000, + 0x00000000, 0xB8000000, 0x00000000, 0x00000004, 0x00000000, 0x00075A99, + 0x99570404, 0x0054B763, 0x67B65252, 0x0DA86C00, 0x0079B2B2, 0x24B73C00, + 0x0045CACA, 0x3BBD2D00, 0x0034D1D1, 0x3EBD2900, 0x0033D2D2, 0x2AB93700, + 0x0042CCCC, 0x15B25900, 0x0066C1C1, 0x0074AD32, 0x37B07979, 0x00168BB0, + 0xB0871515, 0x00000027, 0x24000000, 0xB8000000, 0x00000000, 0x0000539C, + 0x9C9C9C9C, 0x1378BEE5, 0xE5E5E5E5, 0x2A7E52CD, 0xCDCDCDCD, 0x04002ACD, + 0xCDCDCDCD, 0x00002DCE, 0xCECECECE, 0x00002DCD, 0xCDCDCDCD, 0x00002DCE, + 0xCECECECE, 0x00002DCD, 0xCDCDCDCD, 0x00002DD0, 0xD0D0D0D0, 0x000026AB, + 0xABABABAB, 0x0000071A, 0x1A1A1A1A, 0xB8000000, 0x00000000, 0x00000009, + 0x07000000, 0x00187AA3, 0xA26E1111, 0x008BB754, 0x5FC27B7B, 0x18AA5500, + 0x0086B5B5, 0x09230B00, 0x00A09898, 0x00000000, 0x43C44B4B, 0x00000023, + 0xB5800000, 0x000018A0, 0xA1150000, 0x001B9EA1, 0x1B000000, 0x18A5BF4B, + 0x383A3333, 0x32BFC2B7, 0xB8BAA4A4, 0x091E2424, 0x24242020, 0xB8000000, + 0x00000000, 0x00000009, 0x04000000, 0x00217C9F, 0x9A680F0F, 0x0F9D954A, + 0x56AD7F7F, 0x2A942300, 0x0059C3C3, 0x07110000, 0x0075B9B9, 0x0000005D, + 0x9FA74848, 0x00000459, 0x9AA65353, 0x04040000, 0x0067C4C4, 0x3C810F00, + 0x0040D4D4, 0x31C06F21, 0x2D99B1B1, 0x0052AFB1, 0xB19B3232, 0x00001531, + 0x29090000, 0xB8000000, 0x00000000, 0x00000000, 0x339D5800, 0x0000000F, + 0x9BE08900, 0x00000071, 0x9EA48900, 0x00003DB4, 0x3A9B8A00, 0x0015A26F, + 0x009D8B00, 0x00769D09, 0x009C8A00, 0x3EC46A43, 0x44B09F3E, 0x44AEA8A8, + 0xA5D7D09D, 0x040D0F0F, 0x0DA08E07, 0x00000000, 0x00837300, 0x00000000, + 0x00151100, 0xB8000000, 0x00000000, 0x11829D98, 0x97986565, 0x20BF7A54, + 0x55553838, 0x26BA3C00, 0x00000000, 0x2BBC4B57, 0x5A2A0000, 0x31D0AC90, + 0x9BB35151, 0x2EBA5E00, 0x0075BCBC, 0x071A0400, 0x0034CDCD, 0x296A1300, + 0x0040CDCD, 0x2BC3721A, 0x2A9DA8A8, 0x0057B0AA, 0xAC962A2A, 0x00001833, + 0x27070000, 0xB8000000, 0x00000000, 0x00000000, 0x07000000, 0x00075898, + 0xA3791D1D, 0x0058BF73, 0x5AB29B9B, 0x15B06F00, 0x00439797, 0x32BB3B45, + 0x4E210909, 0x49C49DAC, 0xABB44C4C, 0x55E38A15, 0x0D81BFBF, 0x43D13D00, + 0x0037D5D5, 0x29BF4300, 0x003BD2D2, 0x078B9A2A, 0x2695B0B0, 0x002497B0, + 0xB09E3232, 0x0000072A, 0x2D0B0000, 0xB8000000, 0x00000000, 0x3295A09F, + 0x9F9F9C9C, 0x205F6766, 0x648CD8D8, 0x00000000, 0x00919A9A, 0x00000000, + 0x33BF4545, 0x00000000, 0x7FA40909, 0x00000020, 0xBE590000, 0x0000006A, + 0xBA180000, 0x000011B3, 0x77000000, 0x000053C7, 0x2D000000, 0x00008186, + 0x00000000, 0x00001A0F, 0x00000000, 0xB8000000, 0x00000000, 0x00000000, + 0x0D000000, 0x000B6296, 0xA3975807, 0x0076B55F, 0x4469B86A, 0x15B66000, + 0x000078B4, 0x0FAA7F00, 0x000793A4, 0x003EA7A4, 0x8CA79C32, 0x004AA497, + 0x859E9D3D, 0x1DB76E00, 0x00007FB5, 0x33C84200, 0x000057D1, 0x11A99F31, + 0x1B3AADA4, 0x002F9BB0, 0xAFB38F26, 0x00000724, 0x36210400, 0xB8000000, + 0x00000000, 0x00000000, 0x09000000, 0x0009629B, 0xA1843700, 0x0075BE69, + 0x518EB22F, 0x1EBC5E00, 0x0007AA94, 0x31C33C00, 0x000096BD, 0x13AF820B, + 0x0038C9D6, 0x0047B5A5, 0xA0AEAACB, 0x00002150, 0x5B2E7AB6, 0x16692700, + 0x0000A197, 0x0FAA9824, 0x1D69BC3C, 0x0034A0AB, 0xA9A45400, 0x00000B2A, + 0x2F0D0000, 0xB8000000, 0x00000000, 0x0F272727, 0x27272727, 0x47B9B9B9, + 0xB9B9B9B9, 0x21555555, 0x55555555, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x26656565, 0x65656565, 0x45B5B5B5, + 0xB5B5B5B5, 0x0B1D1D1D, 0x1D1D1D1D, 0xB8000000, 0x00000000, 0x00162A2A, + 0x2A2A2A2A, 0x0069C0C0, 0xC0C0C0C0, 0x00315858, 0x58585858, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x002F5F5F, + 0x5F5F5F5F, 0x008DBFBF, 0xBFBFBFBF, 0x0FAA7474, 0x74747474, 0x0B451D1D, + 0x1D1D1D1D, 0xB8000000, 0x00000000, 0x00000000, 0x00000D44, 0x69696969, + 0x69696969, 0x00000000, 0x205B8A88, 0x54545454, 0x54545454, 0x00073674, + 0x8E723709, 0x00000000, 0x00000000, 0x158CA55D, 0x1D000000, 0x00000000, + 0x00000000, 0x0D5D8A7C, 0x4E1A0000, 0x00000000, 0x00000000, 0x00000D41, + 0x7A8B692F, 0x07070707, 0x07070707, 0x00000000, 0x00296289, 0x7B7B7B7B, + 0x7B7B7B7B, 0x00000000, 0x00000015, 0x37373737, 0x37373737, 0xB8000000, + 0x00000000, 0x040B0D0D, 0x0D0D0D0D, 0x0B0B0B0B, 0x0B0B0B0B, 0x2A7B8486, + 0x85868585, 0x75757575, 0x75757575, 0x0B232424, 0x24242426, 0x20202020, + 0x20202020, 0x1D565D5B, 0x5D5B5B5D, 0x52525252, 0x52525252, 0x205E6565, + 0x65656567, 0x5A5A5A5A, 0x5A5A5A5A, 0xB8000000, 0x00000000, 0x20623707, + 0x00000000, 0x00000000, 0x00000000, 0x11588A86, 0x521A0000, 0x00000000, + 0x00000000, 0x00000F44, 0x7B8C6A2D, 0x04040404, 0x04040404, 0x00000000, + 0x002468A7, 0x85858585, 0x85858585, 0x00000000, 0x20588387, 0x55555555, + 0x55555555, 0x000B3B72, 0x8A713807, 0x00000000, 0x00000000, 0x1B7B8957, + 0x20000000, 0x00000000, 0x00000000, 0x13320D00, 0x00000000, 0x00000000, + 0x00000000, 0xB8000000, 0x00000000, 0x153C3A18, 0x00000000, 0x3E929DAA, + 0x4E4E4E4E, 0x07090D78, 0xBABABABA, 0x00000040, 0xC9C9C9C9, 0x00000084, + 0xAAAAAAAA, 0x000067B3, 0x3A3A3A3A, 0x003AB342, 0x00000000, 0x00699200, + 0x00000000, 0x00404E00, 0x00000000, 0x00374500, 0x00000000, 0x006F8900, + 0x00000000, 0x00131600, 0x00000000, 0xB8000000, 0x00000000, 0x00000000, + 0x00000713, 0x0B000000, 0x00000000, 0x00000007, 0x3C707A84, 0x917F4404, + 0x00000000, 0x0000157A, 0x86502A21, 0x37589378, 0x0F0F0F0F, 0x000F897B, + 0x0F00000B, 0x00001D93, 0x76767676, 0x0064970D, 0x004A7B7F, 0x5A530442, + 0xBCBCBCBC, 0x0F9D4D00, 0x4A963D29, 0x96960018, 0xB1B1B1B1, 0x2BA72104, + 0x92510000, 0x81710018, 0xABABABAB, 0x34A61A1D, 0xA42A000B, 0x9D450049, + 0xA3A3A3A3, 0x21AE3716, 0xA43B0054, 0xB7212A93, 0x54545454, 0x04916B00, + 0x65937D75, 0xA1858854, 0x00000000, 0x003AA44E, 0x00233109, 0x1B332913, + 0x00000000, 0x0000499C, 0x744C2B23, 0x32557132, 0x00000000, 0x00000020, + 0x648A8A81, 0x79582300, 0x00000000, 0x00000000, 0x00000D0F, 0x00000000, + 0x00000000, 0xB8000000, 0x00000000, 0x00000000, 0x0B210900, 0x00000000, + 0x00000000, 0x00000000, 0x63C95000, 0x00000000, 0x00000000, 0x0000000D, + 0xA5B89A04, 0x00000000, 0x00000000, 0x00000048, 0xB049BE34, 0x00000000, + 0x00000000, 0x0000008E, 0x8600A07C, 0x00000000, 0x00000000, 0x000026B6, + 0x41005EB6, 0x18000000, 0x00000000, 0x00006BA6, 0x07001BBA, 0x57000000, + 0x00000000, 0x000BB0C2, 0x949594CE, 0xA1040404, 0x04040404, 0x0044C268, + 0x5D5D5D73, 0xC43A3A3A, 0x3A3A3A3A, 0x00909400, 0x00000004, 0xAA8A8A8A, + 0x8A8A8A8A, 0x1A9B4900, 0x00000000, 0x5FA4A4A4, 0xA4A4A4A4, 0x071A0400, + 0x00000000, 0x091D1D1D, 0x1D1D1D1D, 0xB8000000, 0x00000000, 0x0B242B27, + 0x16040000, 0x44BFB4B1, 0xAC9D4700, 0x55BD382D, 0x3B7FC13A, 0x55B61600, + 0x000DBD6F, 0x54B51804, 0x0949BF4B, 0x51D19D9B, 0xB3CA6F00, 0x52C4635A, + 0x698BAC4C, 0x54B51300, 0x00008DBA, 0x54B51600, 0x00007CC4, 0x55BE3C31, + 0x3E6BC47A, 0x43BDB4B0, 0xABA4620B, 0x0B202423, 0x16040000, 0xB8000000, + 0x00000000, 0x00000000, 0x1D382A07, 0x00000000, 0x00000000, 0x00002F94, + 0xACAAB094, 0x2E2E2E2E, 0x2E2E2E2E, 0x0023B39D, 0x38182EA4, 0xACACACAC, + 0xACACACAC, 0x0081BA1B, 0x0000002E, 0x6E6E6E6E, 0x6E6E6E6E, 0x07AE8200, + 0x00000000, 0x00000000, 0x00000000, 0x20C45F00, 0x00000000, 0x00000000, + 0x00000000, 0x20C45D00, 0x00000000, 0x00000000, 0x00000000, 0x09B08200, + 0x00000000, 0x00000000, 0x00000000, 0x0086BC1E, 0x0000002D, 0x7C7C7C7C, + 0x7C7C7C7C, 0x0026B7A4, 0x421E37A7, 0xADADADAD, 0xADADADAD, 0x0000349B, + 0xB5B1B28E, 0x29292929, 0x29292929, 0x00000000, 0x1E342104, 0x00000000, + 0x00000000, 0xB8000000, 0x00000000, 0x09232A29, 0x16000000, 0x00000000, + 0x00000000, 0x3BBDB5B2, 0xAE9B7318, 0x00000000, 0x00000000, 0x4AC4412D, + 0x4464B29D, 0x21212121, 0x21212121, 0x4ABD2300, 0x000024B2, 0x93939393, + 0x93939393, 0x4BBE2400, 0x0000006F, 0xC8C8C8C8, 0xC8C8C8C8, 0x4ABD2400, + 0x0000004A, 0xDADADADA, 0xDADADADA, 0x49BD2400, 0x0000004A, 0xDBDBDBDB, + 0xDBDBDBDB, 0x49BC2400, 0x00000072, 0xC7C7C7C7, 0xC7C7C7C7, 0x4ABD2100, + 0x00002BBC, 0x92929292, 0x92929292, 0x4AC54938, 0x4E72BA9A, 0x1E1E1E1E, + 0x1E1E1E1E, 0x3BBAB8B6, 0xB09A6E15, 0x00000000, 0x00000000, 0x091E2423, + 0x13000000, 0x00000000, 0x00000000, 0xB8000000, 0x00000000, 0x07232A2A, + 0x2A2B2121, 0x2BB8B5B0, 0xB0B18B8B, 0x37C04429, 0x2A2A2121, 0x37BB2900, + 0x00000000, 0x36BB2A00, 0x00000000, 0x34CFA398, 0x98996161, 0x34C56F5D, + 0x5D5E3B3B, 0x37BB2600, 0x00000000, 0x36BB2700, 0x00000000, 0x36C24C33, + 0x33342F2F, 0x2AB5B9B4, 0xB5B5A5A5, 0x071D2424, 0x24262121, 0xB8000000, + 0x00000000, 0x07212A2A, 0x2A2B2727, 0x2AB6B6B0, 0xB0B09D9D, 0x36C44A29, + 0x2A2A2424, 0x36C02F00, 0x00000000, 0x36C03100, 0x00000000, 0x33D0A799, + 0x9A9B7777, 0x33C8735D, 0x5D5E4848, 0x36C02D00, 0x00000000, 0x36C03100, + 0x00000000, 0x34C23200, 0x00000000, 0x2DA12900, 0x00000000, 0x071A0700, + 0x00000000, 0xB8000000, 0x00000000, 0x00000000, 0x1E382404, 0x00000000, + 0x00000000, 0x00003193, 0xA7A4B08A, 0x1D1D1D1D, 0x1D1D1D1D, 0x0024B08E, + 0x2F1338B4, 0x93939393, 0x93939393, 0x0085AE11, 0x00000041, 0x77777777, + 0x77777777, 0x0BB07300, 0x00000000, 0x00000000, 0x00000000, 0x24C24E00, + 0x002A4848, 0x40404040, 0x40404040, 0x24C25000, 0x0067B0B8, 0xD1D1D1D1, + 0xD1D1D1D1, 0x0BB17500, 0x000D1342, 0xCFCFCFCF, 0xCFCFCFCF, 0x0089B318, + 0x00000036, 0xCDCDCDCD, 0xCDCDCDCD, 0x0027B39D, 0x411D1B5B, 0xD6D6D6D6, + 0xD6D6D6D6, 0x00002F93, 0xAEAFB0B5, 0x9F9F9F9F, 0x9F9F9F9F, 0x00000000, + 0x1837361E, 0x04040404, 0x04040404, 0xB8000000, 0x00000000, 0x0D1B0400, + 0x00000920, 0x4D981100, 0x00002BB0, 0x5BB41300, 0x000033D1, 0x5AB21300, + 0x000033D0, 0x5AB21300, 0x000033D0, 0x58D39D99, 0x9999A6E2, 0x59C46760, + 0x606076D9, 0x5AB10D00, 0x00002FCF, 0x5AB21300, 0x000033D0, 0x5BB41300, + 0x000033D2, 0x4C940F00, 0x00002BAD, 0x0B160000, 0x0000071A, 0xB8000000, + 0x00000000, 0x09202020, 0x20202020, 0x33B7B7B7, 0xB7B7B7B7, 0x3DD8D8D8, + 0xD8D8D8D8, 0x3DD7D7D7, 0xD7D7D7D7, 0x3DD6D6D6, 0xD6D6D6D6, 0x3DD7D7D7, + 0xD7D7D7D7, 0x3DD7D7D7, 0xD7D7D7D7, 0x3DD6D6D6, 0xD6D6D6D6, 0x3DD7D7D7, + 0xD7D7D7D7, 0x3DD7D7D7, 0xD7D7D7D7, 0x33B3B3B3, 0xB3B3B3B3, 0x091D1D1D, + 0x1D1D1D1D, 0xB8000000, 0x00000000, 0x00000000, 0x041E1E1E, 0x00000000, + 0x1BAAAAAA, 0x00000000, 0x21C9C9C9, 0x00000000, 0x20C7C7C7, 0x00000000, + 0x20C8C8C8, 0x00000000, 0x20C8C8C8, 0x00000000, 0x20C7C7C7, 0x00000000, + 0x21C9C9C9, 0x206F1A00, 0x29CBCBCB, 0x1DB97B20, 0x76C4C4C4, 0x0051B5B6, + 0xB1575757, 0x00001A32, 0x18000000, 0xB8000000, 0x00000000, 0x091D0900, + 0x00001D1D, 0x2DA42A00, 0x004BA84B, 0x34C13200, 0x50BA6607, 0x34BF2E53, + 0xBA5F0000, 0x34C077B6, 0x58000000, 0x33D1E073, 0x00000000, 0x34C396B5, + 0x38000000, 0x34BF3481, 0xB5320000, 0x34C03109, 0x8AB32D00, 0x34C33300, + 0x0F8FB031, 0x2BA02A00, 0x00138F91, 0x07180700, 0x00000B21, 0xB8000000, + 0x00000000, 0x0B1D0400, 0x00000000, 0x3CA11D00, 0x00000000, 0x48BE2300, + 0x00000000, 0x47BC2100, 0x00000000, 0x47BD2300, 0x00000000, 0x47BB2100, + 0x00000000, 0x47BB2100, 0x00000000, 0x47BC2100, 0x00000000, 0x47BB2000, + 0x00000000, 0x47C34431, 0x312F2B2B, 0x38B9B5B2, 0xB2B49D9D, 0x091E2424, + 0x24262020, 0xB8000000, 0x00000000, 0x0B210D00, 0x00000000, 0x00162323, + 0x23232323, 0x3EC77400, 0x00000000, 0x0DA2C4C4, 0xC4C4C4C4, 0x4CD9BC1E, + 0x00000000, 0x49CED5D5, 0xD5D5D5D5, 0x4EB3AF6A, 0x00000000, 0x949DC4C4, + 0xC4C4C4C4, 0x4EAC6BAD, 0x11000031, 0xB55BC6C6, 0xC6C6C6C6, 0x4EAF2AB4, + 0x55000079, 0x9438C7C7, 0xC7C7C7C7, 0x4EAF0F76, 0xA0071AB0, 0x4C36C6C6, + 0xC6C6C6C6, 0x4EAF1329, 0xB93E5AA9, 0x0D38C8C8, 0xC8C8C8C8, 0x4EAF1500, + 0x8A94A169, 0x003AC6C6, 0xC6C6C6C6, 0x50B01500, 0x3AD0BF21, 0x003AC8C8, + 0xC8C8C8C8, 0x42921100, 0x04907C00, 0x002FA6A6, 0xA6A6A6A6, 0x0B160400, + 0x00110D00, 0x00071A1A, 0x1A1A1A1A, 0xB8000000, 0x00000000, 0x0F1D0000, + 0x0000091E, 0x51BF4100, 0x00002FA9, 0x60E7A60F, 0x000037C7, 0x62B0B569, + 0x000037C5, 0x63A15BBA, 0x2B0037C6, 0x62A30B97, 0x8F0037C5, 0x64A40033, + 0xBD4D33C5, 0x62A40700, 0x74AC43C4, 0x62A30700, 0x15AA95C4, 0x64A50700, + 0x0049D4DC, 0x53880400, 0x000088C0, 0x0D150000, 0x00000D1D, 0xB8000000, + 0x00000000, 0x00000000, 0x21341A00, 0x00000000, 0x00000000, 0x00003C9B, + 0xAEAFAC8B, 0x24000000, 0x00000000, 0x0036BA89, 0x361E41A4, 0xA41E1E1E, + 0x1E1E1E1E, 0x07A19C07, 0x00000020, 0xBA848484, 0x84848484, 0x21C05200, + 0x00000000, 0x80B6B6B6, 0xB6B6B6B6, 0x45C62F00, 0x00000000, 0x5AD3D3D3, + 0xD3D3D3D3, 0x44C73200, 0x00000000, 0x5AD1D1D1, 0xD1D1D1D1, 0x20BF5400, + 0x00000000, 0x7EB5B5B5, 0xB5B5B5B5, 0x049E9D09, 0x00000023, 0xBA7D7D7D, + 0x7D7D7D7D, 0x0032B88C, 0x3C2348A9, 0xA11A1A1A, 0x1A1A1A1A, 0x00003B99, + 0xB0B2AD8A, 0x21000000, 0x00000000, 0x00000000, 0x1E321600, 0x00000000, + 0x00000000, 0xB8000000, 0x00000000, 0x0B242A2A, 0x24130000, 0x3BBEB7B1, + 0xB6B37D1B, 0x49C6452B, 0x3358BE9A, 0x48C02700, 0x00006DD9, 0x49C02400, + 0x000082C4, 0x48CC7262, 0x6C90BE64, 0x48D7A99D, 0x8C783B00, 0x49C12700, + 0x00000000, 0x49C12900, 0x00000000, 0x49C32900, 0x00000000, 0x3DA12100, + 0x00000000, 0x091A0400, 0x00000000, 0xB8000000, 0x00000000, 0x00000004, + 0x24321300, 0x00000000, 0x00000000, 0x0000459D, 0xACACAB7C, 0x11000000, + 0x00000000, 0x003BBD7C, 0x2E204BB3, 0x84090909, 0x09090909, 0x07A29100, + 0x0000003B, 0xC3525252, 0x52525252, 0x23BF4900, 0x00000000, 0xA4888888, + 0x88888888, 0x48C32A00, 0x00000000, 0x85B0B0B0, 0xB0B0B0B0, 0x49C42A00, + 0x00000000, 0x8AB8B8B8, 0xB8B8B8B8, 0x24BF4B00, 0x00000000, 0xA99C9C9C, + 0x9C9C9C9C, 0x07A39504, 0x0000003E, 0xC7555555, 0x55555555, 0x0038BB85, + 0x382755C3, 0xA8383838, 0x38383838, 0x00004095, 0xABB7CAD1, 0xBAB2B2B2, + 0xB2B2B2B2, 0x00000000, 0x1D322721, 0x24242424, 0x24242424, 0xB8000000, + 0x00000000, 0x0B242B2A, 0x210F0000, 0x40BEB4B0, 0xAFAB7918, 0x4EBE3B2A, + 0x3153BF81, 0x4EB81B00, 0x00008CB3, 0x4EB81D00, 0x072BB184, 0x4CD2A09A, + 0xAAC89016, 0x4DC66B60, 0x6286B536, 0x4EB71800, 0x000BB97A, 0x4EB81D00, + 0x00009E9B, 0x50BA1D00, 0x000086B8, 0x42991800, 0x000057B0, 0x0B160400, + 0x00000B1D, 0xB8000000, 0x00000000, 0x00000423, 0x34210000, 0x002793A8, + 0xA2A8841E, 0x07999A2A, 0x1331AC7F, 0x1EBE4E00, 0x00003243, 0x0DA4A42E, + 0x00000000, 0x002FA4C2, 0x9D611B00, 0x00000B48, 0x8DBFB441, 0x04040000, + 0x001D9DB2, 0x2F8B2000, 0x000066C3, 0x1DB48A2B, 0x2044B387, 0x003B9EAE, + 0xABAC7C16, 0x00000924, 0x2B180000, 0xB8000000, 0x00000000, 0x09262B2A, + 0x272A2A29, 0x2AA0B3B7, 0xCDB5B3AA, 0x0B272A4E, 0xC8442B29, 0x00000034, + 0xBF270000, 0x00000036, 0xBF290000, 0x00000036, 0xBF290000, 0x00000036, + 0xBF290000, 0x00000036, 0xBF290000, 0x00000036, 0xBF290000, 0x00000036, + 0xC1290000, 0x0000002D, 0x9F210000, 0x00000007, 0x18040000, 0xB8000000, + 0x00000000, 0x091D0700, 0x0000041D, 0x329F2100, 0x000021A2, 0x38BB2700, + 0x000027BF, 0x38BA2700, 0x000027BE, 0x3ABA2700, 0x000027BE, 0x3ABA2700, + 0x000027BE, 0x38BA2900, 0x000027BF, 0x2BB73400, 0x000036C9, 0x11AF5600, + 0x00005AC8, 0x0077B140, 0x1E43B986, 0x001184B0, 0xB2B98015, 0x0000001E, + 0x36230000, 0xB8000000, 0x00000000, 0x0D1D0400, 0x00000009, 0x20202020, + 0x20202020, 0x2FA73400, 0x0000004B, 0xA4A4A4A4, 0xA4A4A4A4, 0x0DAB7900, + 0x0000008E, 0x91919191, 0x91919191, 0x006BB10F, 0x00001EB0, 0x47474747, + 0x47474747, 0x002DC144, 0x000059A9, 0x11111111, 0x11111111, 0x00009C87, + 0x00009576, 0x00000000, 0x00000000, 0x00005BB9, 0x1826B236, 0x00000000, + 0x00000000, 0x00001EBB, 0x4E5FA109, 0x00000000, 0x00000000, 0x0000008D, + 0x93996900, 0x00000000, 0x00000000, 0x00000047, 0xCDBE2B00, 0x00000000, + 0x00000000, 0x00000011, 0xA78F0400, 0x00000000, 0x00000000, 0x00000000, + 0x16110000, 0x00000000, 0x00000000, 0xB8000000, 0x00000000, 0x0D1B0000, + 0x0000091E, 0x07000000, 0x041E1E1E, 0x3E9D1B00, 0x000056C4, 0x3C000000, + 0x2EAFAFAF, 0x21B84800, 0x000096DB, 0x7C000000, 0x60BFBFBF, 0x009C7900, + 0x0029B57B, 0xAE130000, 0x8E949494, 0x006EA404, 0x0060A827, 0xB8490011, + 0xAF5F5F5F, 0x003DBA26, 0x00977600, 0x90860037, 0xB82D2D2D, 0x0015B451, + 0x21B63A00, 0x53B21165, 0xA4070707, 0x0000947F, 0x59A90D00, 0x1DB54891, + 0x7C000000, 0x000063A9, 0x9C780000, 0x008C93B0, 0x4D000000, 0x000032C9, + 0xCB3A0000, 0x004ED3C1, 0x21000000, 0x00000DA2, 0xA40D0000, 0x0018AF92, + 0x04000000, 0x00000016, 0x16000000, 0x00001613, 0x00000000, 0xB8000000, + 0x00000000, 0x07200D00, 0x0000000F, 0x21212121, 0x21212121, 0x098B7D00, + 0x00000B90, 0x80808080, 0x80808080, 0x0043C14E, 0x00006BB6, 0x2E2E2E2E, + 0x2E2E2E2E, 0x000073B4, 0x1D3DBC4D, 0x00000000, 0x00000000, 0x00000F9E, + 0x93AA7900, 0x00000000, 0x00000000, 0x00000033, 0xD8B20F00, 0x00000000, + 0x00000000, 0x00000057, 0xCFBF3300, 0x00000000, 0x00000000, 0x00002BB9, + 0x6389A413, 0x00000000, 0x00000000, 0x000B9A94, 0x041EB376, 0x00000000, + 0x00000000, 0x006CB927, 0x00004BBF, 0x4D4D4D4D, 0x4D4D4D4D, 0x23A05600, + 0x00000076, 0x99999999, 0x99999999, 0x0D1D0000, 0x00000007, 0x1E1E1E1E, + 0x1E1E1E1E, 0xB8000000, 0x00000000, 0x0B210900, 0x00000007, 0x23232323, + 0x23232323, 0x1DA36700, 0x00000063, 0xA3A3A3A3, 0xA3A3A3A3, 0x0068C332, + 0x00002EB7, 0x60606060, 0x60606060, 0x000BA09D, 0x0907948F, 0x04040404, + 0x04040404, 0x000033C3, 0x6057B527, 0x00000000, 0x00000000, 0x0000006C, + 0xC6BD5F00, 0x00000000, 0x00000000, 0x0000000D, 0xB3AA0700, 0x00000000, + 0x00000000, 0x00000000, 0x938D0000, 0x00000000, 0x00000000, 0x00000000, + 0x948E0000, 0x00000000, 0x00000000, 0x00000000, 0x948F0000, 0x00000000, + 0x00000000, 0x00000000, 0x7C770000, 0x00000000, 0x00000000, 0x00000000, + 0x13130000, 0x00000000, 0x00000000, 0xB8000000, 0x00000000, 0x001D2B2B, + 0x2B2B291E, 0x0075B0AE, 0xAEADC4A3, 0x001A2727, 0x2642C479, 0x00000000, + 0x07959C0D, 0x00000000, 0x64BE2E00, 0x00000033, 0xBD5B0000, 0x00000FA1, + 0x8E040000, 0x000072B1, 0x20000000, 0x003EBC47, 0x00000000, 0x15AE9532, + 0x3434332E, 0x2BBABBB4, 0xB4B5B59E, 0x071E2424, 0x24242420, 0xB8000000, + 0x00000000, 0x09262727, 0x27272727, 0x3AAC7D7D, 0x7D7D7D7D, 0x45A51818, + 0x18181818, 0x44A31111, 0x11111111, 0x45A21111, 0x11111111, 0x45A31111, + 0x11111111, 0x45A21111, 0x11111111, 0x44A21111, 0x11111111, 0x45A31111, + 0x11111111, 0x45A31111, 0x11111111, 0x45A21111, 0x11111111, 0x45A51616, + 0x16161616, 0x3BAF7E7E, 0x7E7E7E7E, 0x0B292A2A, 0x2A2A2A2A, 0xB8000000, + 0x00000000, 0x07210900, 0x00000013, 0x20202020, 0x20202020, 0x0F927300, + 0x00001197, 0x79797979, 0x79797979, 0x004CC043, 0x000076B1, 0x27272727, + 0x27272727, 0x00007CAA, 0x1345BD43, 0x00000000, 0x00000000, 0x000015A5, + 0x8CAF7000, 0x00000000, 0x00000000, 0x0000003C, 0xDCAB0B00, 0x00000000, + 0x00000000, 0x00000062, 0xD3BD2D00, 0x00000000, 0x00000000, 0x000033BC, + 0x5A949C0B, 0x00000000, 0x00000000, 0x000FA38A, 0x0026B86B, 0x00000000, + 0x00000000, 0x0077B520, 0x000054BD, 0x43434343, 0x43434343, 0x29A24B00, + 0x0000007E, 0x8F8F8F8F, 0x8F8F8F8F, 0x0D1B0000, 0x0000000B, 0x1E1E1E1E, + 0x1E1E1E1E, 0xB8000000, 0x00000000, 0x09272424, 0x24242424, 0x2084B2B2, + 0xB2B2B2B2, 0x042DB8B8, 0xB8B8B8B8, 0x0027B5B5, 0xB5B5B5B5, 0x0027B6B6, + 0xB6B6B6B6, 0x0027B5B5, 0xB5B5B5B5, 0x0027B6B6, 0xB6B6B6B6, 0x0027B5B5, + 0xB5B5B5B5, 0x0027B5B5, 0xB5B5B5B5, 0x0027B6B6, 0xB6B6B6B6, 0x0027B5B5, + 0xB5B5B5B5, 0x042BB8B8, 0xB8B8B8B8, 0x2085B5B5, 0xB5B5B5B5, 0x0B2B2727, + 0x27272727, 0xB8000000, 0x00000000, 0x00000000, 0x0D070000, 0x00000000, + 0x00000000, 0x00000038, 0xA38A1A00, 0x00000000, 0x00000000, 0x000037A7, + 0x6C858F1B, 0x00000000, 0x00000000, 0x0038A35F, 0x000D7C8F, 0x21212121, + 0x21212121, 0x1D895700, 0x00000B77, 0x7C7C7C7C, 0x7C7C7C7C, 0x0D1D0000, + 0x00000007, 0x20202020, 0x20202020, 0xB8000000, 0x00000000, 0x1D6C7A7A, + 0x7A7A7A6E, 0x113C4443, 0x4343433C, 0xB8000000, 0x00000000, 0x183C0B0B, + 0x0B0B0B0B, 0x1E9D5757, 0x57575757, 0x00499A9A, 0x9A9A9A9A, 0x00043838, + 0x38383838, 0xB8000000, 0x00000000, 0x00002942, 0x2E040404, 0x0061A794, + 0xAC757575, 0x0D844800, 0x4CC3C3C3, 0x000F3859, 0x79D1D1D1, 0x0978A683, + 0x87D3D3D3, 0x3AB02D00, 0x34CECECE, 0x3EB4361D, 0x85E0E0E0, 0x0B7EAFA5, + 0x89A4A4A4, 0x00072D2D, 0x09181818, 0xB8000000, 0x00000000, 0x091B0700, + 0x00000000, 0x2E9D2000, 0x00000000, 0x36B92400, 0x00000000, 0x36B62A38, + 0x380D0000, 0x34BF98AC, 0xAE9A2424, 0x32DA941B, 0x1EA09090, 0x34CC4100, + 0x0057BEBE, 0x34BF2F00, 0x0043C9C9, 0x33CD4300, 0x005ABBBB, 0x36DC9721, + 0x29A48484, 0x349D89A7, 0xA98A1818, 0x0916092B, 0x29040000, 0xB8000000, + 0x00000000, 0x00000D34, 0x3E1A0000, 0x002A9CA0, 0x9DAD4E4E, 0x099C9115, + 0x0D89B3B3, 0x29BF4400, 0x001E4949, 0x41C42E00, 0x00000000, 0x29BF4400, + 0x001E4D4D, 0x09959B27, 0x1E91B3B3, 0x002394AA, 0xACAA4444, 0x00000729, + 0x31130000, 0xB8000000, 0x00000000, 0x00000000, 0x00091E1E, 0x00000000, + 0x0038AAAA, 0x00000000, 0x0043C8C8, 0x0000133A, 0x2F44C7C7, 0x0031A4AA, + 0xA89CC9C9, 0x079A8916, 0x26ADDCDC, 0x24B53A00, 0x0061D4D4, 0x37BA2900, + 0x004BCBCB, 0x23B53D00, 0x0064D5D5, 0x0493921E, 0x2DAFDEDE, 0x002797A9, + 0xA986A9A9, 0x00000B2E, 0x27071A1A, 0xB8000000, 0x00000000, 0x00000F37, + 0x340B0000, 0x002D9A9B, 0xA0942424, 0x0D9C7F09, 0x11919494, 0x32C66749, + 0x4879C8C8, 0x49D39991, 0x91949090, 0x32BF3600, 0x00215454, 0x0B9C8F20, + 0x1D8E9B9B, 0x002B9AA6, 0xA5962D2D, 0x0000092D, 0x2D0B0000, 0xB8000000, + 0x00000000, 0x00000934, 0x3A3A3A3A, 0x000072BE, 0x94949494, 0x0004AA71, + 0x00000000, 0x0D32B776, 0x2B2B2B2B, 0x298AD8B8, 0x8A8A8A8A, 0x0413AE66, + 0x07070707, 0x0009AC62, 0x00000000, 0x0009AB62, 0x00000000, 0x0009AC62, + 0x00000000, 0x0009AE63, 0x00000000, 0x00099052, 0x00000000, 0x0000160D, + 0x00000000, 0xB8000000, 0x00000000, 0x0000133A, 0x340D2323, 0x003AA39F, + 0xA593B9B9, 0x13A67C0F, 0x1D9DEAEA, 0x3ABA2A00, 0x0051DCDC, 0x4CB91D00, + 0x003DD3D3, 0x31BC3600, 0x0061E2E2, 0x0B949D3D, 0x4EB4E3E3, 0x001D86A5, + 0x9E78C6C6, 0x0D60290B, 0x005BBBBB, 0x0996AB67, 0x78B56F6F, 0x001D6C8C, + 0x85530707, 0xB8000000, 0x00000000, 0x0B1A0400, 0x00000000, 0x41920F00, + 0x00000000, 0x4CAC1100, 0x00000000, 0x4BAA1833, 0x23000000, 0x4AB78FAC, + 0xB16A6A6A, 0x48D6701A, 0x5DC3C3C3, 0x4ABA1D00, 0x21C2C2C2, 0x4BAA1100, + 0x1DC0C0C0, 0x4BAA1100, 0x1EC1C1C1, 0x4CAB1100, 0x1DC2C2C2, 0x408E0D00, + 0x18A2A2A2, 0x09160000, 0x041A1A1A, 0xB8000000, 0x00000000, 0x0D212121, + 0x21212121, 0x49ADADAD, 0xADADADAD, 0x204D4D4D, 0x4D4D4D4D, 0x0B1D1D1D, + 0x1D1D1D1D, 0x42A4A4A4, 0xA4A4A4A4, 0x4BBCBCBC, 0xBCBCBCBC, 0x4BBABABA, + 0xBABABABA, 0x4ABABABA, 0xBABABABA, 0x4BBCBCBC, 0xBCBCBCBC, 0x4BBEBEBE, + 0xBEBEBEBE, 0x3E9D9D9D, 0x9D9D9D9D, 0x09181818, 0x18181818, 0xB8000000, + 0x00000000, 0x000D2323, 0x23232323, 0x0043B9B9, 0xB9B9B9B9, 0x00205757, + 0x57575757, 0x00091E1E, 0x1E1E1E1E, 0x0036AFAF, 0xAFAFAFAF, 0x0040CCCC, + 0xCCCCCCCC, 0x0040CBCB, 0xCBCBCBCB, 0x003ECCCC, 0xCCCCCCCC, 0x0040CBCB, + 0xCBCBCBCB, 0x003ECCCC, 0xCCCCCCCC, 0x0040CCCC, 0xCCCCCCCC, 0x0040CFCF, + 0xCFCFCFCF, 0x1E8FCACA, 0xCACACACA, 0x31865454, 0x54545454, 0xB8000000, + 0x00000000, 0x091A0400, 0x00000000, 0x3A930F00, 0x00000000, 0x45AD1300, + 0x00000000, 0x44AC1300, 0x16242424, 0x44AB0D2D, 0x9A626262, 0x44AA3DA4, + 0x70090909, 0x42C4B565, 0x00000000, 0x42CAC755, 0x00000000, 0x44AA64BA, + 0x43000000, 0x45AD0F6D, 0xB53D3D3D, 0x3A900F04, 0x7C999999, 0x09160400, + 0x07212121, 0xB8000000, 0x00000000, 0x0B1E1E1E, 0x1E1E1E1E, 0x43AFAFAF, + 0xAFAFAFAF, 0x51CFCFCF, 0xCFCFCFCF, 0x50CDCDCD, 0xCDCDCDCD, 0x50CDCDCD, + 0xCDCDCDCD, 0x50CDCDCD, 0xCDCDCDCD, 0x4ECDCDCD, 0xCDCDCDCD, 0x50CDCDCD, + 0xCDCDCDCD, 0x50CDCDCD, 0xCDCDCDCD, 0x50CECECE, 0xCECECECE, 0x43AAAAAA, + 0xAAAAAAAA, 0x091A1A1A, 0x1A1A1A1A, 0xB8000000, 0x00000000, 0x09200729, + 0x330F0015, 0x34200000, 0x00000000, 0x29A485A8, 0xB59E4E98, 0xACB36262, + 0x62626262, 0x29D29427, 0x2BB9C650, 0x186DC4C4, 0xC4C4C4C4, 0x2AC24100, + 0x008EA000, 0x002DC9C9, 0xC9C9C9C9, 0x2BB73100, 0x00858A00, 0x0027C9C9, + 0xC9C9C9C9, 0x2BB73100, 0x00848A00, 0x0029C9C9, 0xC9C9C9C9, 0x2BBA3200, + 0x00868B00, 0x0029CBCB, 0xCBCBCBCB, 0x24982700, 0x006E7400, 0x0021A7A7, + 0xA7A7A7A7, 0x07180700, 0x00111100, 0x00041A1A, 0x1A1A1A1A, 0xB8000000, + 0x00000000, 0x111A0F33, 0x20000000, 0x539B90AA, 0xB05E5E5E, 0x59D56418, + 0x6ABBBBBB, 0x5AB20F00, 0x2FC4C4C4, 0x5AA20900, 0x2AC3C3C3, 0x5AA20900, + 0x2AC3C3C3, 0x5BA40900, 0x2AC4C4C4, 0x4B870700, 0x24A3A3A3, 0x0B150000, + 0x071A1A1A, 0xB8000000, 0x00000000, 0x00000026, 0x3E240000, 0x000F7EAF, + 0xA8B0790D, 0x0072B63A, 0x113EB775, 0x0DB06D00, 0x000075B8, 0x1DBD5300, + 0x00005BCE, 0x0BAC7300, 0x00007BB8, 0x006CBA47, 0x1D4CBA6B, 0x000974AC, + 0xABAA6B07, 0x0000001B, 0x31180000, 0xB8000000, 0x00000000, 0x0F1D0D3A, + 0x340D0000, 0x4BA693A7, 0xA6992727, 0x50E28616, 0x1B989D9D, 0x4ECD3100, + 0x0049C8C8, 0x50BE2000, 0x0036CDCD, 0x4ECE3400, 0x004CC6C6, 0x4CE09226, + 0x29A39696, 0x4EBA8DAB, 0xAF942121, 0x50B11A2B, 0x2B070000, 0x50B31800, + 0x00000000, 0x2B620D00, 0x00000000, 0xB8000000, 0x00000000, 0x0000133A, + 0x320B2121, 0x002FA1A4, 0xA591B1B1, 0x099A8513, 0x23ACDEDE, 0x29B63700, + 0x0065D3D3, 0x3ABA2700, 0x0050CACA, 0x26B53B00, 0x0069D5D5, 0x07969323, + 0x33B6D9D9, 0x002B9DB0, 0xAA91C7C7, 0x00000B2F, 0x2144C5C5, 0x00000000, + 0x0045C7C7, 0x00000000, 0x00246B6B, 0xB8000000, 0x00000000, 0x111A162F, + 0x2F2F2F2F, 0x4EA7A9A8, 0xA8A8A8A8, 0x54DA6C23, 0x23232323, 0x54B51300, + 0x00000000, 0x54A70D00, 0x00000000, 0x54A70D00, 0x00000000, 0x55A90D00, + 0x00000000, 0x478A0B00, 0x00000000, 0x0B150000, 0x00000000, 0xB8000000, + 0x00000000, 0x00073143, 0x27000000, 0x04729E91, 0xAA5E5E5E, 0x27B03600, + 0x597E7E7E, 0x1AAC9D56, 0x21070707, 0x003188B1, 0xB86B6B6B, 0x0F1A0011, + 0x66CBCBCB, 0x37A4360D, 0x59BFBFBF, 0x0D7CA99F, 0xA85D5D5D, 0x00042937, + 0x1D000000, 0xB8000000, 0x00000000, 0x00006740, 0x00000000, 0x0B2DB578, + 0x27272727, 0x1E88D7B8, 0x7E7E7E7E, 0x040DAA66, 0x07070707, 0x0000A862, + 0x00000000, 0x0000A862, 0x00000000, 0x0000A961, 0x00000000, 0x0000A578, + 0x0F0F0F0F, 0x000067BD, 0x9D9D9D9D, 0x00000731, 0x36363636, 0xB8000000, + 0x00000000, 0x0D1D0400, 0x04232323, 0x44920D00, 0x1BA7A7A7, 0x50A80F00, + 0x20C1C1C1, 0x4EA70F00, 0x20BFBFBF, 0x4EA70F00, 0x20BFBFBF, 0x45AB1300, + 0x2BCDCDCD, 0x29B55120, 0x81E8E8E8, 0x006FB5AC, 0x88A8A8A8, 0x0004262D, + 0x09181818, 0xB8000000, 0x00000000, 0x0D200400, 0x00072626, 0x29A02F00, + 0x0041A8A8, 0x079C7400, 0x00849090, 0x0057AA11, 0x1EAB4242, 0x001AAF48, + 0x589C0909, 0x00007B8E, 0x945F0000, 0x000033C3, 0xB31E0000, 0x0000048E, + 0x7B000000, 0x0000000F, 0x0D000000, 0xB8000000, 0x00000000, 0x0F200400, + 0x00092309, 0x00000724, 0x24242424, 0x31A42E00, 0x004CC64B, 0x00003EAD, + 0xADADADAD, 0x0BA46F00, 0x008EC18A, 0x0000819B, 0x9B9B9B9B, 0x0065A609, + 0x2DAC56B0, 0x2418AC4E, 0x4E4E4E4E, 0x0024B438, 0x6F9109A4, 0x6050A513, + 0x13131313, 0x00008C83, 0xA452006A, 0x9B947000, 0x00000000, 0x000049CE, + 0xB016002B, 0xC4C12D00, 0x00000000, 0x000013A4, 0x71000004, 0x918F0400, + 0x00000000, 0x00000015, 0x0B000000, 0x110F0000, 0x00000000, 0xB8000000, + 0x00000000, 0x09240900, 0x00092626, 0x0D8D7600, 0x00728B8B, 0x003DB851, + 0x4CAB3737, 0x000060BC, 0xB4520000, 0x000016C3, 0xC1160000, 0x00007B9E, + 0xA87C0000, 0x0055AA27, 0x33B76262, 0x1B8F4B00, 0x005AA6A6, 0x0B1A0000, + 0x00041E1E, 0xB8000000, 0x00000000, 0x11210400, 0x00042323, 0x36AC3400, + 0x0038ADAD, 0x0DAA7E00, 0x007E9F9F, 0x0065B915, 0x1AB05252, 0x0021BE50, + 0x56A91313, 0x0000889B, 0x9A6F0000, 0x00003ACD, 0xC3290000, 0x000007B0, + 0x99000000, 0x000013AA, 0x50000000, 0x000051AF, 0x16000000, 0x00004452, + 0x00000000, 0xB8000000, 0x00000000, 0x0D2E3233, 0x31292929, 0x2A93A3A1, + 0xBCC0C0C0, 0x04131531, 0xBD8A8A8A, 0x00000796, 0xA4131313, 0x00006DBD, + 0x2F000000, 0x0042C456, 0x00000000, 0x23B99426, 0x26232323, 0x45C4B2AA, + 0xABA1A1A1, 0x0B202424, 0x26232323, 0xB8000000, 0x00000000, 0x00000000, + 0x15242424, 0x00000051, 0x9D848484, 0x00000DA1, 0x590F0F0F, 0x00001AA7, + 0x2F000000, 0x00001BA8, 0x2F000000, 0x000023AC, 0x29000000, 0x0B327593, + 0x0D000000, 0x1E8ABC5B, 0x00000000, 0x040B53A5, 0x18000000, 0x000020AA, + 0x2B000000, 0x00001BA7, 0x2E000000, 0x000018A7, 0x31000000, 0x00000995, + 0x7C373737, 0x0000002F, 0x7C7A7A7A, 0x00000000, 0x00040404, 0xB8000000, + 0x00000000, 0x16676767, 0x67676767, 0x29B0B0B0, 0xB0B0B0B0, 0x29AEAEAE, + 0xAEAEAEAE, 0x29ADADAD, 0xADADADAD, 0x29ADADAD, 0xADADADAD, 0x29ADADAD, + 0xADADADAD, 0x29AEAEAE, 0xAEAEAEAE, 0x29ADADAD, 0xADADADAD, 0x29ADADAD, + 0xADADADAD, 0x29ADADAD, 0xADADADAD, 0x29AEAEAE, 0xAEAEAEAE, 0x29AEAEAE, + 0xAEAEAEAE, 0x29AEAEAE, 0xAEAEAEAE, 0x26A0A0A0, 0xA0A0A0A0, 0x0B2D2D2D, + 0x2D2D2D2D, 0xB8000000, 0x00000000, 0x0D230F00, 0x00000000, 0x27879936, + 0x00000000, 0x04117D85, 0x00000000, 0x0000569A, 0x04000000, 0x0000539D, + 0x04000000, 0x00004BA1, 0x04000000, 0x000027A4, 0x5E2F2F2F, 0x0000077D, + 0xBA808080, 0x000036AB, 0x32090909, 0x0000519F, 0x04000000, 0x0000549C, + 0x04000000, 0x00005995, 0x00000000, 0x0F3B9877, 0x00000000, 0x267C761D, + 0x00000000, 0xB8000000, 0x00000000, 0x00001627, 0x1A000000, 0x00161616, + 0x16161616, 0x0F608C8A, 0x8A744B3E, 0x68838383, 0x83838383, 0x24602B0D, + 0x204E757E, 0x662A2A2A, 0x2A2A2A2A, 0x00000000, 0x00000000 +}; + + diff --git a/assets/font/font_first_font_table_controller_small.c b/assets/font/font_first_font_table_controller_small.c new file mode 100644 index 0000000..4112402 --- /dev/null +++ b/assets/font/font_first_font_table_controller_small.c @@ -0,0 +1,395 @@ +#include + +u32 font_first_font_table_controller_small[] = +{ + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, + 0x00000000, 0x00000001, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, + 0x00000000, 0x00000001, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFF, + 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF +}; + + +u32 font_second_font_table_controller_small1[] = +{ + 0x00000000, 0x00000002, 0x00000008, 0x00000002, 0x00000000, 0x00000B80, + 0x00000001, 0x00000000, 0x00000005, 0x00000001, 0x00000000, 0x00000BC8, + 0x00000002, 0x00000000, 0x0000000A, 0x00000008, 0x00000000, 0x00000BF8, + 0x00000003, 0x00000001, 0x0000000A, 0x00000007, 0x00000000, 0x00000C50, + 0x00000004, 0x00000002, 0x00000008, 0x00000009, 0x00000000, 0x00000CA8, + 0x00000005, 0x00000002, 0x00000008, 0x00000008, 0x00000000, 0x00000D30, + 0x00000006, 0x00000000, 0x00000005, 0x00000001, 0x00000000, 0x00000D78, + 0x00000007, 0x00000002, 0x00000008, 0x00000002, 0x00000000, 0x00000DA8, + 0x00000008, 0x00000002, 0x00000008, 0x00000002, 0x00000000, 0x00000DF0, + 0x00000009, 0x00000002, 0x00000005, 0x00000004, 0x00000000, 0x00000E38, + 0x0000000A, 0x00000001, 0x00000009, 0x00000007, 0x00000000, 0x00000E68, + 0x0000000B, 0x00000007, 0x00000004, 0x00000002, 0x00000003, 0x00000EB8, + 0x0000000C, 0x00000005, 0x00000002, 0x00000003, 0x00000000, 0x00000EE0, + 0x0000000D, 0x00000007, 0x00000003, 0x00000002, 0x00000003, 0x00000EF8, + 0x0000000E, 0x00000002, 0x00000008, 0x00000004, 0x00000000, 0x00000F18, + 0x0000000F, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x00000F60, + 0x00000010, 0x00000002, 0x00000008, 0x00000002, 0x00000000, 0x00000FA8, + 0x00000011, 0x00000002, 0x00000008, 0x00000006, 0x00000000, 0x00000FF0, + 0x00000012, 0x00000002, 0x00000008, 0x00000006, 0x00000000, 0x00001038, + 0x00000013, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x00001080, + 0x00000014, 0x00000002, 0x00000008, 0x00000006, 0x00000000, 0x000010C8, + 0x00000015, 0x00000002, 0x00000008, 0x00000006, 0x00000000, 0x00001110, + 0x00000016, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x00001158, + 0x00000017, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x000011A0, + 0x00000018, 0x00000002, 0x00000008, 0x00000006, 0x00000000, 0x000011E8, + 0x00000019, 0x00000003, 0x00000007, 0x00000002, 0x00000000, 0x00001230, + 0x0000001A, 0x00000003, 0x00000008, 0x00000002, 0x00000000, 0x00001270, + 0x0000001B, 0x00000002, 0x00000007, 0x00000007, 0x00000000, 0x000012B8, + 0x0000001C, 0x00000003, 0x00000005, 0x00000007, 0x00000000, 0x000012F8, + 0x0000001D, 0x00000002, 0x00000007, 0x00000007, 0x00000000, 0x00001328, + 0x0000001E, 0x00000002, 0x00000008, 0x00000005, 0x00000000, 0x00001368, + 0x0000003D, 0x00000000, 0x00000005, 0x00000007, 0x00000000, 0x000013B0, + 0x00000020, 0x00000002, 0x00000008, 0x00000008, 0x00000001, 0x000013E0, + 0x00000021, 0x00000002, 0x00000008, 0x00000006, 0x00000000, 0x00001428, + 0x00000022, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x00001470, + 0x00000023, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x000014B8, + 0x00000024, 0x00000002, 0x00000008, 0x00000006, 0x00000000, 0x00001500, + 0x00000025, 0x00000002, 0x00000008, 0x00000006, 0x00000005, 0x00001548, + 0x00000026, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x00001590, + 0x00000027, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x000015D8, + 0x00000028, 0x00000002, 0x00000008, 0x00000001, 0x0000000C, 0x00001620, + 0x00000029, 0x00000002, 0x00000008, 0x00000006, 0x00000003, 0x00001668, + 0x0000002A, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x000016B0, + 0x0000002B, 0x00000002, 0x00000008, 0x00000006, 0x00000002, 0x000016F8, + 0x0000002C, 0x00000002, 0x00000008, 0x00000008, 0x00000000, 0x00001740, + 0x0000002D, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x00001788, + 0x0000002E, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x000017D0, + 0x0000002F, 0x00000002, 0x00000008, 0x00000006, 0x00000005, 0x00001818, + 0x00000030, 0x00000002, 0x00000009, 0x00000007, 0x00000000, 0x00001860, + 0x00000031, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x000018B0, + 0x00000032, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x000018F8, + 0x00000033, 0x00000002, 0x00000008, 0x00000007, 0x00000004, 0x00001940, + 0x00000034, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x00001988, + 0x00000035, 0x00000002, 0x00000008, 0x00000007, 0x00000004, 0x000019D0, + 0x00000036, 0x00000002, 0x00000008, 0x00000009, 0x00000004, 0x00001A18, + 0x00000037, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x00001AA0, + 0x00000038, 0x00000002, 0x00000008, 0x00000007, 0x00000004, 0x00001AE8, + 0x00000039, 0x00000002, 0x00000008, 0x00000006, 0x00000000, 0x00001B30, + 0x0000003A, 0x00000002, 0x00000008, 0x00000003, 0x00000000, 0x00001B78, + 0x0000003B, 0x00000002, 0x00000008, 0x00000007, 0x00000000, 0x00001BC0, + 0x0000003C, 0x00000002, 0x00000008, 0x00000002, 0x00000000, 0x00001C08, + 0x0000003D, 0x00000000, 0x00000005, 0x00000007, 0x00000000, 0x00001C50, + 0x0000003E, 0x0000000A, 0x00000003, 0x00000006, 0x00000000, 0x00001C80, + 0x0000003F, 0x00000001, 0x00000003, 0x00000002, 0x00000000, 0x00001CA0, + 0x00000040, 0x00000003, 0x00000007, 0x00000007, 0x00000001, 0x00001CC0, + 0x00000041, 0x00000003, 0x00000007, 0x00000006, 0x00000000, 0x00001D00, + 0x00000042, 0x00000003, 0x00000007, 0x00000006, 0x00000000, 0x00001D40, + 0x00000043, 0x00000003, 0x00000007, 0x00000006, 0x00000000, 0x00001D80, + 0x00000044, 0x00000003, 0x00000007, 0x00000005, 0x00000000, 0x00001DC0, + 0x00000045, 0x00000003, 0x00000007, 0x00000005, 0x00000005, 0x00001E00, + 0x00000046, 0x00000003, 0x00000007, 0x00000006, 0x00000000, 0x00001E40, + 0x00000047, 0x00000003, 0x00000007, 0x00000006, 0x00000000, 0x00001E80, + 0x00000048, 0x00000003, 0x00000007, 0x00000001, 0x00000000, 0x00001EC0, + 0x00000049, 0x00000003, 0x00000007, 0x00000005, 0x00000003, 0x00001F00, + 0x0000004A, 0x00000003, 0x00000007, 0x00000006, 0x00000000, 0x00001F40, + 0x0000004B, 0x00000003, 0x00000007, 0x00000005, 0x00000002, 0x00001F80, + 0x0000004C, 0x00000003, 0x00000007, 0x00000007, 0x00000000, 0x00001FC0, + 0x0000004D, 0x00000003, 0x00000007, 0x00000006, 0x00000000, 0x00002000, + 0x0000004E, 0x00000003, 0x00000007, 0x00000006, 0x00000000, 0x00002040, + 0x0000004F, 0x00000003, 0x00000007, 0x00000005, 0x00000005, 0x00002080, + 0x00000050, 0x00000003, 0x00000008, 0x00000006, 0x00000000, 0x000020C0, + 0x00000051, 0x00000003, 0x00000007, 0x00000006, 0x00000000, 0x00002108, + 0x00000052, 0x00000003, 0x00000007, 0x00000006, 0x00000000, 0x00002148, + 0x00000053, 0x00000003, 0x00000007, 0x00000006, 0x00000004, 0x00002188, + 0x00000054, 0x00000003, 0x00000007, 0x00000006, 0x00000000, 0x000021C8, + 0x00000055, 0x00000003, 0x00000007, 0x00000006, 0x00000004, 0x00002208, + 0x00000056, 0x00000003, 0x00000007, 0x00000008, 0x00000004, 0x00002248, + 0x00000057, 0x00000003, 0x00000007, 0x00000006, 0x00000000, 0x00002288, + 0x00000058, 0x00000003, 0x00000007, 0x00000006, 0x00000004, 0x000022C8, + 0x00000059, 0x00000003, 0x00000007, 0x00000006, 0x00000000, 0x00002308, + 0x0000005A, 0x00000000, 0x0000000C, 0x00000004, 0x00000000, 0x00002348, + 0x0000005B, 0xFFFFFFFF, 0x0000000E, 0x00000001, 0x00000000, 0x000023B0, + 0x0000005C, 0x00000000, 0x0000000C, 0x00000004, 0x00000000, 0x00002428, + 0x0000005D, 0x00000004, 0x00000003, 0x00000008, 0x00000000, 0x00002490 +}; + +u32 font_second_font_table_controller_small2[] = +{ + 0x00000000, 0xB8000000, 0x00000000, 0x272B2B2B, 0x2B2B2B2B, 0xBDCBCBCB, + 0xCBCBCBCB, 0xBFCECECE, 0xCECECECE, 0xA4B4B4B4, 0xB4B4B4B4, 0x4B545454, + 0x54545454, 0x5E646464, 0x64646464, 0xB6BFBFBF, 0xBFBFBFBF, 0x1A1B1B1B, + 0x1B1B1B1B, 0xB8000000, 0x00000000, 0x2D2D2D2D, 0x2D2D2D2D, 0xA3A3A3A3, + 0xA3A3A3A3, 0xB0B0B0B0, 0xB0B0B0B0, 0x98989898, 0x98989898, 0x1A1A1A1A, + 0x1A1A1A1A, 0xB8000000, 0x00000000, 0x00000013, 0x35063617, 0x0000005A, + 0x84229E23, 0x00000695, 0x495C8400, 0x2B778DCD, 0x8BC0A275, 0x12349184, + 0x5FAC3D35, 0x5F6BBE89, 0x9CAC6327, 0x4982AF5D, 0xBB664D1C, 0x00845B45, + 0x92020000, 0x1887206C, 0x53000000, 0x06140213, 0x07000000, 0xB8000000, + 0x00000000, 0x0000002E, 0x0D000000, 0x062538A5, 0x562C1010, 0x66AE9DD5, + 0xACA79C9C, 0xA585079C, 0x352C7575, 0x86B989CB, 0x9B835252, 0x1F5D72C0, + 0x8585CFCF, 0x8E4F149F, 0x3B3BD6D6, 0x85AB9FD5, 0xACA29696, 0x061C29A6, + 0x4C1F0B0B, 0x0000024B, 0x18000000, 0xB8000000, 0x00000000, 0x0B393B09, + 0x0000281C, 0x00000000, 0x00000000, 0x7B959571, 0x002C8623, 0x00000000, + 0x00000000, 0xAE2C269F, 0x29833A00, 0x00000000, 0x00000000, 0x818A887F, + 0x7A645F5D, 0x18181818, 0x18181818, 0x0F474D73, 0x6A8A7C84, 0x8E8E8E8E, + 0x8E8E8E8E, 0x00005577, 0x1D9D2735, 0xACACACAC, 0xACACACAC, 0x00348018, + 0x00619696, 0x60606060, 0x60606060, 0x001C1800, 0x00022826, 0x02020202, + 0x02020202, 0xB8000000, 0x00000000, 0x00042333, 0x2C0B0000, 0x0051AE9A, + 0xA7790200, 0x006EA816, 0x2F630200, 0x167ECF9B, 0x28002E2B, 0xA58D2C76, + 0xAC73A242, 0xCE47161C, 0x95EA920F, 0x8CA7A3A5, 0x9B529879, 0x091D2222, + 0x0F000D20, 0xB8000000, 0x00000000, 0x34343434, 0x34343434, 0xBEBEBEBE, + 0xBEBEBEBE, 0xCDCDCDCD, 0xCDCDCDCD, 0xB3B3B3B3, 0xB3B3B3B3, 0x1D1D1D1D, + 0x1D1D1D1D, 0xB8000000, 0x00000000, 0x10474747, 0x47474747, 0x68A6A6A6, + 0xA6A6A6A6, 0xAD5F5F5F, 0x5F5F5F5F, 0xBF363636, 0x36363636, 0xC0393939, + 0x39393939, 0xA96A6A6A, 0x6A6A6A6A, 0x5CA4A4A4, 0xA4A4A4A4, 0x0B353535, + 0x35353535, 0xB8000000, 0x00000000, 0x43141414, 0x14141414, 0x98747474, + 0x74747474, 0x52B4B4B4, 0xB4B4B4B4, 0x2BBFBFBF, 0xBFBFBFBF, 0x2DBFBFBF, + 0xBFBFBFBF, 0x5AB2B2B2, 0xB2B2B2B2, 0x9D6B6B6B, 0x6B6B6B6B, 0x350F0F0F, + 0x0F0F0F0F, 0xB8000000, 0x00000000, 0x00131400, 0x00000000, 0x1C575B1C, + 0x1C1C1C1C, 0x76A1A376, 0x76767676, 0x2E949D3A, 0x3A3A3A3A, 0x2B393B31, + 0x31313131, 0xB8000000, 0x00000000, 0x00000212, 0x02000000, 0x00001371, + 0x12000000, 0x00001686, 0x14000000, 0x1617278C, 0x26161616, 0x85858EC0, + 0x8D868181, 0x1212238A, 0x22121212, 0x00001685, 0x14000000, 0x0000136F, + 0x12000000, 0x00000210, 0x02000000, 0xB8000000, 0x00000000, 0x596E6E6E, + 0x6E6E6E6E, 0xA7EAEAEA, 0xEAEAEAEA, 0x70808080, 0x80808080, 0x230C0C0C, + 0x0C0C0C0C, 0xB8000000, 0x00000000, 0x8F9A8787, 0x87878787, 0x5A605454, + 0x54545454, 0xB8000000, 0x00000000, 0x71575757, 0x57575757, 0xD4A5A5A5, + 0xA5A5A5A5, 0x1D171717, 0x17171717, 0xB8000000, 0x00000000, 0x00000430, + 0x30303030, 0x00003589, 0x89898989, 0x0004794E, 0x4E4E4E4E, 0x00367E0C, + 0x0C0C0C0C, 0x04744000, 0x00000000, 0x3D7A0700, 0x00000000, 0x78400000, + 0x00000000, 0x26070000, 0x00000000, 0xB8000000, 0x00000000, 0x142E3333, + 0x332E1212, 0xACB2A9AA, 0xA9B6A2A2, 0xDE480D10, 0x0D58D6D6, 0xDE3F0000, + 0x004FD7D7, 0xDE3E0000, 0x004ED7D7, 0xDE542022, 0x2062D6D6, 0x9CB2ACAC, + 0xACB48E8E, 0x0B1F2222, 0x221D0707, 0xB8000000, 0x00000000, 0x16252525, + 0x25252525, 0xA1CACACA, 0xCACACACA, 0x37C5C5C5, 0xC5C5C5C5, 0x1BBDBDBD, + 0xBDBDBDBD, 0x1CBDBDBD, 0xBDBDBDBD, 0x1BBDBDBD, 0xBDBDBDBD, 0x179F9F9F, + 0x9F9F9F9F, 0x04171717, 0x17171717, 0xB8000000, 0x00000000, 0x0B2B3433, + 0x2D0F0F0F, 0x74BCA9A9, 0xBA868686, 0x95750C0B, 0x7AB4B4B4, 0x1F180B66, + 0xB25D5D5D, 0x0030989B, 0x3B161616, 0x66BE822B, 0x41AFAFAF, 0xB5C6ABAC, + 0xB3A3A3A3, 0x1C202222, 0x200D0D0D, 0xB8000000, 0x00000000, 0x132E3333, + 0x2D121212, 0xA2B5A9AA, 0xBC9B9B9B, 0x83370D0B, 0x63CACACA, 0x0000598D, + 0xB0989898, 0x14063757, 0x71BEBEBE, 0xAD491D1C, 0x45DEDEDE, 0x9FB3ACAC, + 0xB4A4A4A4, 0x0C202222, 0x200C0C0C, 0xB8000000, 0x00000000, 0x00000004, + 0x341F0000, 0x0000096E, 0xCD780000, 0x000F7F8B, 0x95820000, 0x17858207, + 0x82810000, 0xAFB86055, 0xAAA84949, 0x86858483, 0xC0BF7070, 0x00000000, + 0x6E6B0000, 0x00000000, 0x100F0000, 0xB8000000, 0x00000000, 0x23333333, + 0x2F0D0D0D, 0xB5B3A6A8, 0x9B2B2B2B, 0xC24E3A38, 0x22020202, 0xCDADABAD, + 0xB2666666, 0x2E1D1316, 0x6AD8D8D8, 0x3D2B1D1F, 0x6FD7D7D7, 0x9DB6B3AF, + 0xB0636363, 0x0F212923, 0x12000000, 0xB8000000, 0x00000000, 0x00001C3B, + 0x33020202, 0x096CAFA8, 0x7B0D0D0D, 0x6CAC4527, 0x17020202, 0xB5C0A2A6, + 0xAB848484, 0xCC612621, 0x4CD9D9D9, 0xC8641C1F, 0x45DADADA, 0x73B2ABAA, + 0xB18F8F8F, 0x02182222, 0x1B040404, 0xB8000000, 0x00000000, 0x2B333333, + 0x33312828, 0xCDB7A9A9, 0xA8C7BBBB, 0xC6450D0F, 0x29B77171, 0x300F0002, + 0x8B9C0C0C, 0x00000059, 0xC22E0000, 0x00002DC4, 0x67000000, 0x0004899C, + 0x0C000000, 0x00042614, 0x00000000, 0xB8000000, 0x00000000, 0x132D3333, + 0x332B0D0D, 0xA5BEA9AA, 0xAAC38888, 0xD464090D, 0x0B82BDBD, 0x9AB28E8E, + 0x8EB87E7E, 0xBE815859, 0x5890A7A7, 0xE2551A1C, 0x1870D5D5, 0x9EB6AAAB, + 0xAAB78888, 0x0B1D2222, 0x221C0606, 0xB8000000, 0x00000000, 0x0C283333, + 0x26090909, 0x9FB3A9AA, 0xB8828282, 0xD7360C0B, 0x56C8C8C8, 0xD55B3139, + 0x70CBCBCB, 0x6FA1A49A, 0xBDB2B2B2, 0x00142750, 0xAF626262, 0x0D81ACA6, + 0x5C040404, 0x0023270D, 0x00000000, 0xB8000000, 0x00000000, 0x1D232323, + 0x23232323, 0xB2CFCFCF, 0xCFCFCFCF, 0x535F5F5F, 0x5F5F5F5F, 0x00000000, + 0x00000000, 0x5D6B6B6B, 0x6B6B6B6B, 0xAECACACA, 0xCACACACA, 0x181D1D1D, + 0x1D1D1D1D, 0xB8000000, 0x00000000, 0x1F222222, 0x22222222, 0xB9CACACA, + 0xCACACACA, 0x575D5D5D, 0x5D5D5D5D, 0x00000000, 0x00000000, 0x60676767, + 0x67676767, 0xB5E1E1E1, 0xE1E1E1E1, 0x79757575, 0x75757575, 0x23090909, + 0x09090909, 0xB8000000, 0x00000000, 0x00000000, 0x00275050, 0x00001245, + 0x79855F5F, 0x2C5E8476, 0x400F0000, 0xAFA34000, 0x00000000, 0x27598278, + 0x43130000, 0x00000F40, 0x75876363, 0x00000000, 0x00234C4C, 0xB8000000, + 0x00000000, 0x181C1C1C, 0x1C1C1B1B, 0x72848384, 0x83837979, 0x161A1A1A, + 0x1A1A1717, 0x72848484, 0x84847A7A, 0x14181818, 0x18181616, 0xB8000000, + 0x00000000, 0x4F260000, 0x00000000, 0x5E847741, 0x10000000, 0x000F4275, + 0x825C2929, 0x00000002, 0x43A5AAAA, 0x00144579, 0x82572323, 0x6688723D, + 0x0D000000, 0x4B220000, 0x00000000, 0xB8000000, 0x00000000, 0x1730342F, + 0x16161616, 0xADA8A4A6, 0xA4A4A4A4, 0x811D0D52, 0xD4D4D4D4, 0x00148AA8, + 0x6F6F6F6F, 0x00186720, 0x00000000, 0x00296114, 0x00000000, 0x0051BB29, + 0x00000000, 0x000B1B06, 0x00000000, 0xB8000000, 0x00000000, 0x16040000, + 0x00001414, 0x676A0700, 0x004F8484, 0x1681770B, 0x55953030, 0x0012859F, + 0x992B0000, 0x00001253, 0x26000000, 0xB8000000, 0x00000000, 0x00000020, + 0x21000000, 0x00001CB1, 0xB5200000, 0x00007995, 0x987E0000, 0x002EB62F, + 0x30BC3500, 0x0090C268, 0x69C79B06, 0x47BC837D, 0x7D84C958, 0x8C6A0000, + 0x0000739E, 0x1B090000, 0x0000091C, 0xB8000000, 0x00000000, 0x2C333333, + 0x2F141414, 0xD2B4A9A8, 0xB9A7A7A7, 0xD93F100D, 0x53D5D5D5, 0xE6A69392, + 0xB0A6A6A6, 0xDD6C4C4D, 0x78B6B6B6, 0xDA481D1C, 0x56D8D8D8, 0xC6B4ACAC, + 0xB48F8F8F, 0x1D212222, 0x1B060606, 0xB8000000, 0x00000000, 0x0C293333, + 0x332B0D0D, 0x8EB9ACAC, 0xACBA9595, 0xD0710F13, 0x0F64BFBF, 0xD2680000, + 0x00142323, 0xD2670000, 0x00274F4F, 0xCE7A2025, 0x2173CECE, 0x80B6ADAE, + 0xAEB58585, 0x061B2222, 0x221B0606, 0xB8000000, 0x00000000, 0x29313330, + 0x25070000, 0xC8BBABAF, 0xB89B2929, 0xD6570F17, 0x2EA8A8A8, 0xD44F0000, + 0x004FDADA, 0xD44F0000, 0x0056DADA, 0xD7632028, 0x45B69A9A, 0xBBB8ADB2, + 0xB68B1F1F, 0x1C212220, 0x14000000, 0xB8000000, 0x00000000, 0x2D333333, + 0x342B2B2B, 0xD6B4A9AA, 0xAA8C8C8C, 0xDE410F12, 0x100D0D0D, 0xE9A6957C, + 0x12000000, 0xE2715244, 0x07000000, 0xDF4B1C1F, 0x221F1F1F, 0xC8B3ACAC, + 0xAD959595, 0x1D212222, 0x221D1D1D, 0xB8000000, 0x00000000, 0x2E333333, + 0x332F2F2F, 0xDCB6ABAC, 0xAC9F9F9F, 0xE43D0B0F, 0x13101010, 0xEA7B614B, + 0x06000000, 0xEEA08F6D, 0x09000000, 0xE4330000, 0x00000000, 0xBF2D0000, + 0x00000000, 0x1C060000, 0x00000000, 0xB8000000, 0x00000000, 0x0F2C3333, + 0x332D0F0F, 0x98B6ABAC, 0xACB89797, 0xD25A0F0F, 0x0C3A7777, 0xD250004B, + 0x78796767, 0xD24F0043, 0x6B95D5D5, 0xD0642121, 0x1C63CDCD, 0x87B4AEAE, + 0xAEB58787, 0x071D2222, 0x221D0707, 0xB8000000, 0x00000000, 0x270D0000, + 0x000D2626, 0xBF430000, 0x0048BDBD, 0xD54C0002, 0x0051D2D2, 0xDCB29798, + 0x97B4D7D7, 0xD8815455, 0x5384D4D4, 0xD5480000, 0x004ED2D2, 0xB23E0000, + 0x0043AFAF, 0x1A090000, 0x000B1818, 0xB8000000, 0x00000000, 0x27272727, + 0x27272727, 0xC3C3C3C3, 0xC3C3C3C3, 0xD9D9D9D9, 0xD9D9D9D9, 0xD7D7D7D7, + 0xD7D7D7D7, 0xD7D7D7D7, 0xD7D7D7D7, 0xD9D9D9D9, 0xD9D9D9D9, 0xB6B6B6B6, + 0xB6B6B6B6, 0x1A1A1A1A, 0x1A1A1A1A, 0xB8000000, 0x00000000, 0x00000000, + 0x12272727, 0x00000000, 0x5AC0C0C0, 0x00000000, 0x65D6D6D6, 0x0C090000, + 0x64D6D6D6, 0xA34C0000, 0x64D6D6D6, 0xD6722121, 0x78D2D2D2, 0x88B5AEAD, + 0xB6848484, 0x071C2222, 0x1B060606, 0xB8000000, 0x00000000, 0x290C0000, + 0x142D0F0F, 0xCB350048, 0xA87B1616, 0xE34E7AAD, 0x58090000, 0xECD0951D, + 0x00000000, 0xE9B1B158, 0x09000000, 0xE34050B4, 0x99310202, 0xBE33001F, + 0x88A74949, 0x1B070000, 0x021F1B1B, 0xB8000000, 0x00000000, 0x290B0000, + 0x00000000, 0xD3370000, 0x00000000, 0xEA3D0000, 0x00000000, 0xEA3D0000, + 0x00000000, 0xE93A0000, 0x00000000, 0xED532123, 0x25222222, 0xD1B6ADAE, + 0xAEA9A9A9, 0x1F212222, 0x22212121, 0xB8000000, 0x00000000, 0x270B0000, + 0x00000D28, 0xD07D0200, 0x000689D1, 0xDBC55A00, 0x005BC4DD, 0xCA68AF38, + 0x35AB69D3, 0xCC3060B1, 0xAC5E3ED5, 0xCF340284, 0x8C0242D7, 0xAC2B000B, + 0x0C0038B3, 0x18060000, 0x0000071A, 0xB8000000, 0x00000000, 0x22040000, + 0x000C2626, 0xCE790B00, 0x0039BCBC, 0xDFBD8913, 0x0040D2D2, 0xD347959C, + 0x1C3ED1D1, 0xD5300F89, 0xA963CDCD, 0xD7330009, 0x74C8DBDB, 0xB52B0000, + 0x0062B4B4, 0x1A060000, 0x00001414, 0xB8000000, 0x00000000, 0x162E3333, + 0x332E1313, 0xAEB4ACAC, 0xACB4A4A4, 0xDD431213, 0x1047D6D6, 0xDC350000, + 0x003BD6D6, 0xDC350000, 0x003BD6D6, 0xDD4F2223, 0x2254D6D6, 0x9FB2AEAE, + 0xAEB39898, 0x0C1F2222, 0x221F0B0B, 0xB8000000, 0x00000000, 0x29333434, + 0x30171717, 0xC7B6A5A5, 0xB3B5B5B5, 0xD34C0606, 0x39DADADA, 0xD57A4F4F, + 0x73DCDCDC, 0xD8AD9595, 0x97737373, 0xD3480002, 0x00000000, 0xAF3B0000, + 0x00000000, 0x1A090000, 0x00000000, 0xB8000000, 0x00000000, 0x0F2C3333, + 0x332E1313, 0x94B6ACAC, 0xABB5A0A0, 0xCD5A0F13, 0x0F4BD0D0, 0xCE500000, + 0x0040D0D0, 0xCE4F0452, 0x0F3ED0D0, 0xCB6423A2, 0x6153CFCF, 0x86B4ACC3, + 0xDBB79090, 0x071D2229, 0xAC5F0606, 0x00000000, 0x3D360000, 0xB8000000, + 0x00000000, 0x2B333433, 0x33220404, 0xCEB6A4A6, 0xAAC15050, 0xDB510409, + 0x10B48383, 0xDD7C4C4C, 0x52C77676, 0xE1AF96D4, 0xCB882727, 0xDB4E004D, + 0xBD6D0B0B, 0xB6400000, 0x44B26C6C, 0x1A090000, 0x00171F1F, 0xB8000000, + 0x00000000, 0x06253333, 0x332D1212, 0x61B7ABAC, 0xACB1A1A1, 0x9B8C0F12, + 0x102D7474, 0x7BBE9797, 0x97915D5D, 0x20566666, 0x657FD3D3, 0x94591C1F, + 0x1D47D6D6, 0x82B4ADAD, 0xAEB09999, 0x061B2222, 0x221D0909, 0xB8000000, + 0x00000000, 0x3033332F, 0x33333030, 0xA4ACB5DA, 0xB5ACA2A2, 0x121040D3, + 0x3D121212, 0x000034CF, 0x2F000000, 0x000035CF, 0x30000000, 0x000035D0, + 0x30000000, 0x00002CAE, 0x28000000, 0x00000618, 0x06000000, 0xB8000000, + 0x00000000, 0x280F0000, 0x000F2828, 0xCA450000, 0x004EC4C4, 0xE14E0000, + 0x0056DADA, 0xE04F0000, 0x0056D8D8, 0xE04D0000, 0x0055D8D8, 0xDF632225, + 0x2169D7D7, 0x94B4AEAE, 0xAEB58E8E, 0x091D2222, 0x221D0707, 0xB8000000, + 0x00000000, 0x280D0000, 0x00092727, 0xA6700000, 0x005BA3A3, 0x56B82100, + 0x12AA5E5E, 0x099E7600, 0x5AA20F0F, 0x0044B82E, 0xA3510000, 0x000695B6, + 0x9C0C0000, 0x000037BE, 0x4B000000, 0x00000216, 0x04000000, 0xB8000000, + 0x00000000, 0x270C0002, 0x1B070007, 0x25252525, 0x25252525, 0xAF540020, + 0xB038003E, 0xAAAAAAAA, 0xAAAAAAAA, 0x86950059, 0xDD78007C, 0x8B8B8B8B, + 0x8B8B8B8B, 0x3DB52390, 0x7EA220A3, 0x43434343, 0x43434343, 0x0BA37A9E, + 0x219D789C, 0x10101010, 0x10101010, 0x0068D97B, 0x0068D76D, 0x00000000, + 0x00000000, 0x0029B138, 0x002BAD2F, 0x00000000, 0x00000000, 0x00021404, + 0x00021402, 0x00000000, 0x00000000, 0xB8000000, 0x00000000, 0x291D0000, + 0x00251818, 0x76B63300, 0x50AF3737, 0x0D85B253, 0xB3540000, 0x000791E9, + 0x70000000, 0x001CA2BC, 0xA61F0000, 0x189B8B17, 0x97A72222, 0x77991600, + 0x189E8C8C, 0x1D0F0000, 0x000F2020, 0xB8000000, 0x00000000, 0x28170000, + 0x001A2626, 0x77A31C00, 0x1FA86C6C, 0x1295971C, 0x968F0D0D, 0x001AA4BF, + 0x9B140000, 0x00003DCF, 0x35000000, 0x00002EC1, 0x28000000, 0x000027A2, + 0x22000000, 0x00000617, 0x04000000, 0xB8000000, 0x00000000, 0x1C333333, + 0x302D2D2D, 0x63ACACAE, 0xD9A3A3A3, 0x0B121274, 0xB22E2E2E, 0x000059B5, + 0x34000000, 0x0045B442, 0x00000000, 0x40BE6A22, 0x25212121, 0xA2CCADAE, + 0xAFA1A1A1, 0x1D202222, 0x221F1F1F, 0xB8000000, 0x00000000, 0x49514646, + 0x46464646, 0xD6906464, 0x64646464, 0xD53B0000, 0x00000000, 0xD43E0000, + 0x00000000, 0xD43F0000, 0x00000000, 0xD53E0000, 0x00000000, 0xD0997373, + 0x73737373, 0x38403838, 0x38383838, 0xB8000000, 0x00000000, 0x2D1A0000, + 0x04271414, 0x88B12600, 0x5EA92828, 0x1495A959, 0xB5450000, 0x0010A3E5, + 0x5D000000, 0x0026A8BE, 0x98160000, 0x21A67A1C, 0xA79B1A1A, 0x858E0C00, + 0x23A77C7C, 0x1D0C0000, 0x00121D1D, 0xB8000000, 0x00000000, 0x50505050, + 0x50505050, 0x79C7C7C7, 0xC7C7C7C7, 0x09ACACAC, 0xACACACAC, 0x0DACACAC, + 0xACACACAC, 0x0DACACAC, 0xACACACAC, 0x0DADADAD, 0xADADADAD, 0x86C7C7C7, + 0xC7C7C7C7, 0x403E3E3E, 0x3E3E3E3E, 0xB8000000, 0x00000000, 0x00001253, + 0x26000000, 0x0012859F, 0x992B0000, 0x1681770B, 0x55953030, 0x676A0700, + 0x004F8484, 0x16040000, 0x00001414, 0xB8000000, 0x00000000, 0x23292929, + 0x29272727, 0x6D807F7F, 0x7F797979, 0x04060606, 0x06060606, 0xB8000000, + 0x00000000, 0x672E2E2E, 0x2E2E2E2E, 0x63878787, 0x87878787, 0x0B484848, + 0x48484848, 0xB8000000, 0x00000000, 0x00000B1F, 0x04000000, 0x00006AC1, + 0x49000000, 0x0033A975, 0xAA1A0000, 0x099A8829, 0xAC7C0000, 0x64CAA29A, + 0xACCA4343, 0xA2500D12, 0x0F759292, 0x1B020000, 0x00091C1C, 0xB8000000, + 0x00000000, 0x20292B2B, 0x28131313, 0xB6B29A9C, 0xADACACAC, 0xCE7D3535, + 0x6ED5D5D5, 0xCFB99595, 0xB3B0B0B0, 0xCE6D1A1B, 0x57DDDDDD, 0xAFB09C9C, + 0xA99E9E9E, 0x1A222323, 0x1F090909, 0xB8000000, 0x00000000, 0x12272B2B, + 0x270F0F0F, 0xA9AC9FA0, 0xB09D9D9D, 0xDC4F0D0D, 0x4B999999, 0xDB430000, + 0x0D1F1F1F, 0xDC531716, 0x57B0B0B0, 0xA2ABA1A1, 0xAE949494, 0x0D202323, + 0x1F0B0B0B, 0xB8000000, 0x00000000, 0x26292B23, 0x0B000000, 0xCFA7A1AA, + 0x9F343434, 0xD531101D, 0x8BABABAB, 0xD1260000, 0x4BC9C9C9, 0xD5381827, + 0x8FA2A2A2, 0xC7A7A1A2, 0x8B282828, 0x1F222214, 0x02000000, 0xB8000000, + 0x00000000, 0x272B2B2B, 0x27272727, 0xD1A49EA0, 0x93939393, 0xDA4E381F, + 0x0F0F0F0F, 0xEAA69B3D, 0x00000000, 0xD6371F1A, 0x14141414, 0xCAA29C9E, + 0x94949494, 0x20222323, 0x21212121, 0xB8000000, 0x00000000, 0x25292B2B, + 0x26262626, 0xCCA79FA1, 0x90909090, 0xD4391813, 0x0F0F0F0F, 0xE6A8932B, + 0x00000000, 0xD747280C, 0x00000000, 0xAE1F0000, 0x00000000, 0x1A040000, + 0x00000000, 0xB8000000, 0x00000000, 0x12272B2B, 0x27101010, 0xA5AAA09F, + 0xAA959595, 0xD3441223, 0x3D636363, 0xD137208D, 0xA4AAAAAA, 0xD3491B2D, + 0x63CFCFCF, 0x9EAAA1A0, 0xAA939393, 0x0D212323, 0x200B0B0B, 0xB8000000, + 0x00000000, 0x1F060000, 0x091C1C1C, 0xB5250000, 0x3AACACAC, 0xD64E2C2C, + 0x61CBCBCB, 0xE3AC9E9E, 0xB6D0D0D0, 0xD3350B09, 0x4CC9C9C9, 0xAF260000, + 0x3AA7A7A7, 0x1A060000, 0x09181818, 0xB8000000, 0x00000000, 0x1D1D1D1D, + 0x1D1D1D1D, 0xB2B2B2B2, 0xB2B2B2B2, 0xCECECECE, 0xCECECECE, 0xCCCCCCCC, + 0xCCCCCCCC, 0xCFCFCFCF, 0xCFCFCFCF, 0xACACACAC, 0xACACACAC, 0x18181818, + 0x18181818, 0xB8000000, 0x00000000, 0x0000000B, 0x1F1F1F1F, 0x00000041, + 0xB6B6B6B6, 0x0000004C, 0xD1D1D1D1, 0x4C1D0049, 0xCFCFCFCF, 0xD0581359, + 0xD1D1D1D1, 0x96ABA1AC, 0x94949494, 0x0B202320, 0x0B0B0B0B, 0xB8000000, + 0x00000000, 0x1D0B0002, 0x21141414, 0xB33D187B, 0x8F2C2C2C, 0xD1819676, + 0x1C000000, 0xD8DC8B0D, 0x00000000, 0xD06D8F9E, 0x40060606, 0xAE3A0762, + 0xA65F5F5F, 0x18090000, 0x171F1F1F, 0xB8000000, 0x00000000, 0x1F0B0000, + 0x00000000, 0xB1400000, 0x00000000, 0xCC490000, 0x00000000, 0xCA470000, + 0x00000000, 0xCD57171A, 0x18181818, 0xB4AEA1A2, 0x96969696, 0x1B222223, + 0x20202020, 0xB8000000, 0x00000000, 0x1F0B0000, 0x00072121, 0xB8830600, + 0x006BD0D0, 0xC7BF6300, 0x42B9E1E1, 0xBC5DA665, 0x9D63CBCB, 0xBF3740BC, + 0x6127CFCF, 0xA0300023, 0x0722ACAC, 0x17070000, 0x00041818, 0xB8000000, + 0x00000000, 0x1F040000, 0x061D1D1D, 0xC97D0C00, 0x20B0B0B0, 0xD8B48F16, + 0x23CDCDCD, 0xCB3E8C9F, 0x45CACACA, 0xCE2C0979, 0xBBDEDEDE, 0xAC270002, + 0x63C1C1C1, 0x18060000, 0x00171717, 0xB8000000, 0x00000000, 0x14282B2B, + 0x29141414, 0xACA8A0A0, 0xA7ACACAC, 0xD5370F0F, 0x34D1D1D1, 0xD22C0000, + 0x27CFCFCF, 0xD53E1818, 0x39D3D3D3, 0xA5A8A2A2, 0xA6A7A7A7, 0x0F212323, + 0x210F0F0F, 0xB8000000, 0x00000000, 0x252B2B2B, 0x1A1A1A1A, 0xC7A69DA6, + 0xBCBCBCBC, 0xCE371431, 0xD5D5D5D5, 0xDEA69AA3, 0xBFBFBFBF, 0xD14C2F30, + 0x1D1D1D1D, 0xAA1F0000, 0x00000000, 0x18040000, 0x00000000, 0xB8000000, + 0x00000000, 0x12282B2B, 0x27101010, 0xA1AAA09F, 0xAA999999, 0xCD420D0C, + 0x47C7C7C7, 0xCB352327, 0x3AC6C6C6, 0xCE445089, 0x4EC7C7C7, 0x9CA8A6D2, + 0xB9929292, 0x0D21206D, 0x8D0C0C0C, 0x00000017, 0x46060606, 0xB8000000, + 0x00000000, 0x212B2B2B, 0x230B0B0B, 0xBCB19D9E, 0xBA7A7A7A, 0xD25E1212, + 0x8EAEAEAE, 0xD6B49BAD, 0xBA7D7D7D, 0xD36E40B4, 0x961C1C1C, 0xAE440022, + 0x987E7E7E, 0x18090000, 0x0D202020, 0xB8000000, 0x00000000, 0x0B252B2B, + 0x28121212, 0x85AC9E9F, 0xA99D9D9D, 0xBB763436, 0x46616161, 0x6FAAA6A5, + 0xACA4A4A4, 0x723B2B29, 0x4FD2D2D2, 0xA2A8A1A1, 0xA79C9C9C, 0x0D212323, + 0x200D0D0D, 0xB8000000, 0x00000000, 0x292B2827, 0x2B2B2B2B, 0x9FA0BFBF, + 0x9FA1A1A1, 0x100D9496, 0x0D101010, 0x00008E91, 0x00000000, 0x00008F92, + 0x00000000, 0x00007879, 0x00000000, 0x00001212, 0x00000000, 0xB8000000, + 0x00000000, 0x200B0000, 0x0C1F1F1F, 0xB83A0000, 0x48B4B4B4, 0xD4430000, + 0x54CFCFCF, 0xD2420000, 0x52CDCDCD, 0xD4531716, 0x61CECECE, 0x99ABA1A1, + 0xAC8F8F8F, 0x0C202323, 0x1F0B0B0B, 0xB8000000, 0x00000000, 0x20040000, + 0x04202020, 0xAB4D0000, 0x44A6A6A6, 0x6FA71009, 0x996C6C6C, 0x10A25F4E, + 0xA1121212, 0x0047B6AF, 0x4F000000, 0x00068B95, 0x09000000, 0x00000D0F, + 0x00000000, 0xB8000000, 0x00000000, 0x2106000D, 0x1200021D, 0xB53F0074, + 0x910029A7, 0x9B8414AF, 0xC3296899, 0x47AF668C, 0x8677994D, 0x0CA4C947, + 0x38C7A20F, 0x005DA410, 0x0CA06200, 0x00091200, 0x00120900, 0xB8000000, + 0x00000000, 0x230F0000, 0x1C101010, 0x8095143F, 0x9E2D2D2D, 0x168FA2A6, + 0x4F000000, 0x002ED7B1, 0x12000000, 0x1F9B7E9A, 0x94171717, 0x8284071A, + 0x9A7A7A7A, 0x1D090000, 0x0D1D1D1D, 0xB8000000, 0x00000000, 0x250C0000, + 0x09252525, 0x92890C06, 0x7D949494, 0x23A28676, 0xA2262626, 0x0020B6B8, + 0x23000000, 0x0000888F, 0x00000000, 0x00007177, 0x00000000, 0x00001012, + 0x00000000, 0xB8000000, 0x00000000, 0x14292B29, 0x27252525, 0x4D9E9FAA, + 0xD69B9B9B, 0x070F209C, 0xA8272727, 0x0018979B, 0x1B000000, 0x28A6A229, + 0x17171717, 0x8ECFAAA0, 0xA2919191, 0x1C202222, 0x23202020, 0xB8000000, + 0x00000000, 0x00003763, 0x63636363, 0x0026A265, 0x65656565, 0x00448A00, + 0x00000000, 0x00498700, 0x00000000, 0x00598100, 0x00000000, 0x6AA64500, + 0x00000000, 0x549A4E00, 0x00000000, 0x00538300, 0x00000000, 0x00498700, + 0x00000000, 0x00428B00, 0x00000000, 0x00209C77, 0x77777777, 0x00002649, + 0x49494949, 0xB8000000, 0x00000000, 0x13131313, 0x13131313, 0xACACACAC, + 0xACACACAC, 0xD8D8D8D8, 0xD8D8D8D8, 0xD6D6D6D6, 0xD6D6D6D6, 0xD6D6D6D6, + 0xD6D6D6D6, 0xD5D5D5D5, 0xD5D5D5D5, 0xD5D5D5D5, 0xD5D5D5D5, 0xD6D6D6D6, + 0xD6D6D6D6, 0xD7D7D7D7, 0xD7D7D7D7, 0xD6D6D6D6, 0xD6D6D6D6, 0xD6D6D6D6, + 0xD6D6D6D6, 0xDADADADA, 0xDADADADA, 0x8B8B8B8B, 0x8B8B8B8B, 0x02020202, + 0x02020202, 0xB8000000, 0x00000000, 0x5D420400, 0x00000000, 0x559E3900, + 0x00000000, 0x00755C00, 0x00000000, 0x00726200, 0x00000000, 0x00687100, + 0x00000000, 0x0030A27B, 0x7B7B7B7B, 0x00399E60, 0x60606060, 0x006B6D00, + 0x00000000, 0x00716200, 0x00000000, 0x00775900, 0x00000000, 0x679F3100, + 0x00000000, 0x452E0000, 0x00000000, 0xB8000000, 0x00000000, 0x0F354329, + 0x07000B2F, 0x83786A7E, 0x7B6C7D71, 0x29020009, 0x283E2907, 0x00000000, + 0x00000000 +}; + + + + diff --git a/assets/font/readme.md b/assets/font/readme.md new file mode 100644 index 0000000..0e59a63 --- /dev/null +++ b/assets/font/readme.md @@ -0,0 +1,21 @@ +# Font Asset Readme + +Font information. + +* first font table controller - small watch text +* second font table controller - small watch text +* first font table controller - large +* second font table controller - large + + + +### second controller format +Size of 0x18 for each entry + +entry layout: +* 0x0: +* 0x4: vertical offset +* 0x8: height +* 0xC: width +* 0x10: +* 0x14: offset to image (converted to pointer at runtime) diff --git a/assets/font_chardatae.c b/assets/font_chardatae.c new file mode 100644 index 0000000..8149b59 --- /dev/null +++ b/assets/font_chardatae.c @@ -0,0 +1,267 @@ +#include + +u32 echardata_0[] = +{ + 0x00000000,0x00000000,0x000000c8,0x00000000,0x001200c8,0x00021000,0x000320c8,0x00670000,0x0088b9cc,0xcdfc0000,0x04eefbee,0xab722000,0x002223be,0x33222000,0x000000be,0x31004400,0x0466aaff,0xfeeeec00,0x0ceeeeff,0xeaa66000,0x0440005f,0x40000000,0x0000001f,0x80000000,0x0000001f,0x80000000,0x0000000e,0x80000000,0x00000008,0x80000000,0x00000000,0x00000000 +}; + +u32 echardata_1[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00488888,0x88800000,0x008ccccc,0xccc80000,0x00000300,0x04c40000,0x00000310,0x0cc10000,0x00000321,0xaf732000,0x00222337,0xea230000,0x0032223c,0xc9310000,0x000001fc,0x9fa00000,0x00004cf1,0x0ac80000,0x0008cc32,0x008c8000,0x08cc8022,0x000cc400,0x0cc40023,0x0000c800,0x00000013,0x00000000,0x00000000,0x00000000 +}; + +u32 echardata_2[] = +{ + 0x00000000,0x00000000,0x00000320,0x00400000,0x00000320,0x04c80000,0x00000320,0x0cc00000,0x00004320,0x0c800000,0x0000cfb0,0x8c400000,0x00000bff,0xf9000000,0x0000033d,0xff320000,0x0000032c,0x8df73000,0x000003ec,0x00cda000,0x00000fe0,0x00080000,0x0004cf20,0x00000000,0x048cc320,0x00000000,0x04c80320,0x00000000,0x00000320,0x00000000,0x00000000,0x00000000 +}; + +u32 echardata_3[] = +{ + 0x00000000,0x00000000,0x00000000,0x00020000,0x008c0000,0x00232000,0x004cc800,0x01320000,0x0000cc80,0x23200000,0x00000802,0x32008c00,0x00000133,0x3108c800,0x00002332,0x314cc000,0x00233202,0x39cc0000,0x03320002,0xbd800000,0x0110004e,0xf9000000,0x000048ce,0x71000000,0x004ccc82,0x31000000,0x008c8002,0x31000000,0x00000001,0x20000000,0x00000000,0x00000000 +}; + +u32 echardata_4[] = +{ + 0x00000000,0x00000000,0x00001111,0x22100000,0x000237bb,0xbb700000,0x0008dccd,0xbbcc4000,0x008c40af,0x200cc000,0x04c413b9,0x0000c900,0x0d9233e6,0x2233bf10,0x1f7336f3,0x32119d40,0x4c4008f3,0x00008c40,0x4c400eb0,0x00008c00,0x0c808f20,0x0000c800,0x08c8cb20,0x000cc000,0x00ccc132,0x18cc0000,0x0004001b,0xffb20000,0x00000000,0x41210000,0x00000000,0x00000000 +}; + +u32 echardata_5[] = +{ + 0x00010004,0x01000000,0x0003204c,0x53100000,0x00db006c,0x5314c400,0x00ea017d,0x5314c400,0x00fa017d,0x5315e500,0x02fa127f,0x7337f600,0x03fefffe,0xefdcf600,0x2276457d,0x57547200,0x1472017d,0x53107a00,0x08b2017d,0x5312be00,0x08b2017d,0x5312ac00,0x08b2017d,0x42008c00,0x08f6457d,0x44448f20,0x08fecdfe,0xeeeeef10,0x08b20022,0x2222ae00,0x00000000,0x00000400 +}; + +u32 echardata_6[] = +{ + 0x00040000,0x11400000,0x021c8000,0x2ac00000,0x0d7db337,0x7bf77720,0x0c0cb19d,0xdddddf20,0x4cccf922,0x2ae20320,0xae4ca066,0x7be64610,0x9a2c82ee,0xffeeed80,0x000c9322,0x332af200,0x004cdb58,0xaa88fa40,0x8cdc93bb,0xbbbffa40,0x443d9314,0x2208f200,0x023c933b,0xf33bf200,0x031c8132,0xd52ad000,0x230ca331,0x009bf100,0x120eb200,0x008ca310,0x00000000,0x00000000 +}; + +u32 echardata_7[] = +{ + 0x00000000,0x00000000,0x02222222,0x00002200,0x02322232,0x01202200,0x02200022,0x02302200,0x02200022,0x02302200,0x02322232,0x02302200,0x02333222,0x02302200,0x00131000,0x02302200,0x00133222,0x02302200,0x00232232,0x02302200,0x00220022,0x02302200,0x00310022,0x00102200,0x02300032,0x00002200,0x23101231,0x00023200,0x01001320,0x00022000,0x00000000,0x00000000 +}; + +u32 echardata_8[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x000089bb,0xb9800000,0x00009ba9,0xabd00000,0x00003200,0x0e700000,0x00003100,0x89300000,0x00013004,0xc0310000,0x0002300c,0x80320000,0x0002304c,0x40320000,0x0001308c,0x00310000,0x000031c8,0x01300000,0x000032c8,0x02300000,0x000007ea,0x23000000,0x000000a6,0x20000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 echardata_9[] = +{ + 0x00000000,0x00000000,0x00004000,0x0000c800,0x0004c823,0x32084c00,0x00004fe1,0x132c8000,0x00002340,0x02200000,0x00003200,0x00000400,0x00cd7122,0x21008c40,0x0049f722,0x2328c800,0x00013200,0x02bc8000,0x00003100,0x09f90000,0x00003204,0xcdb00000,0x0000278c,0xc6300000,0x0004cffa,0x33000000,0x004cc812,0x10000000,0x00040000,0x00000000,0x00000000,0x00000000 +}; + +u32 echardata_10[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00022222,0x22220000,0x08ceeeff,0xfeeec800,0x0488889b,0x98888400,0x00000013,0x10000000,0x00000013,0x10000000,0x00000013,0x10000000,0x00000013,0x10000000,0x00333333,0x33333000,0x00222222,0x22222000,0x00000000,0x00000000 +}; + +u32 echardata_11[] = +{ + 0x00000000,0x00008800,0x0000008d,0x40084c80,0x0000009f,0x600cc000,0x000000af,0x50008000,0x088888be,0x88888800,0x4ccccefd,0xcccccc40,0x000003bc,0x41000000,0x0004539c,0x53d40000,0x000ce38c,0x43fc0000,0x008cb28c,0x40be8000,0x00ce308c,0x401fd400,0x0cc7219d,0x6233fc00,0x0fb333bf,0x73227a00,0x0322229c,0x40002200,0x0000008c,0x40000000,0x00000000,0x00000000 +}; + +u32 echardata_12[] = +{ + 0x00000000,0x00000000,0x00001328,0xc0020000,0x00001328,0xc0123000,0x00001328,0xc1311000,0x0444576c,0xc4564400,0x0cccdffd,0xcccccc40,0x0444577f,0xf6444400,0x0000132a,0xf3310000,0x0000132c,0x81333000,0x0000132c,0x80022000,0x000013ac,0x40000000,0x000017ec,0x00000000,0x00009fe0,0x00000000,0x008cdb20,0x00000000,0x00085320,0x00000000,0x00000000,0x00000000 +}; + +u32 echardata_13[] = +{ + 0x00000000,0x00000000,0x00000012,0x00880000,0x0008c033,0x00c80000,0x0008c133,0x22ea2000,0x0008c332,0x22eb3000,0x0008f300,0x00db2000,0x000bf210,0x00eb0000,0x013bd232,0x01fa0000,0x0339c023,0x23f80000,0x0008c001,0x37d80000,0x00000003,0x39c00000,0x00000133,0x5c800000,0x00012339,0xcc000000,0x00333ecc,0x80000000,0x00220880,0x00000000,0x00000000,0x00000000 +}; + +u32 echardata_14[] = +{ + 0x00000000,0x00000000,0x00004000,0x00000000,0x022aea22,0x22223000,0x02226ee2,0x22333100,0x00000040,0x00331000,0x00400012,0x03310400,0x04cc4023,0x33008c00,0x004cc023,0x2008c400,0x00004033,0x008c4000,0x00000032,0x0cc40000,0x00000136,0xcc400000,0x000007fc,0x80000000,0x0009ffe4,0x00000000,0x00aff500,0x00000000,0x00160000,0x00000000,0x00000000,0x00000000 +}; + +u32 echardata_15[] = +{ + 0x00000000,0x00000000,0x00048400,0x00000000,0x0004cccc,0x84000000,0x00000488,0xccc80000,0x00000000,0x04880000,0x00012222,0x22210000,0x0009eea6,0x22320000,0x000048cc,0xcc720000,0x00000000,0x4cf20000,0x00023333,0x33320000,0x00456222,0x22320000,0x00ccccc8,0x84320000,0x0000599d,0xddfa0000,0x00023333,0x7bfe4000,0x00001111,0x11320000,0x00000000,0x00000000 +}; + +u32 echardata_16[] = +{ + 0x00000000,0x00000c00,0x0000008c,0x001188c0,0x0000008c,0x0037c800,0x0044448c,0x45754000,0x00cccccc,0xcefc8000,0x00c84444,0x476c8000,0x00c80000,0x230c8000,0x00c80001,0x324c4000,0x00c80003,0x304c0000,0x00400033,0x10cc0000,0x00000332,0x08c40000,0x00003320,0x8c800000,0x0023314c,0xc8000000,0x0033cccc,0x40000000,0x00008840,0x00000000,0x00000000,0x00000000 +}; + +u32 echardata_17[] = +{ + 0x00000000,0x00000000,0x00040000,0x00000000,0x000c8000,0x00000000,0x000c8000,0x00000000,0x000d9111,0x11100000,0x001fb333,0x33330800,0x000d9111,0x1332cc00,0x000c8001,0x132cc000,0x000c8023,0x32cc4000,0x000c8023,0x5cc40000,0x000c806b,0xcc400000,0x000cc8fe,0x80000000,0x000ccdf5,0x00000000,0x000de720,0x00000000,0x00023100,0x00000000,0x00000000,0x00000000 +}; + +u32 echardata_18[] = +{ + 0x00000000,0x00000000,0x00000084,0x00000000,0x000000c8,0x00000000,0x000008c8,0x88880000,0x00004ccc,0xcccc8000,0x0000cc31,0x004d9000,0x001bc433,0x008f2000,0x008f6013,0x04cb1000,0x04c63001,0x0ce30000,0x00400000,0x8cb20000,0x00000008,0xca300000,0x000004cc,0x93100000,0x0004ccc6,0x32000000,0x008cc933,0x10000000,0x00042320,0x00000000,0x00000000,0x00000000 +}; + +u32 echardata_19[] = +{ + 0x00000000,0x00000000,0x00008c00,0x20000000,0x00009c41,0x31000000,0x00017e41,0x31448400,0x00013e89,0xbdcccc00,0x0489fecd,0xb948c800,0x4ccdbdc1,0x314c8000,0x040239c1,0x35cc0220,0x000234c5,0x3dc01320,0x000330c9,0x31403200,0x001320c9,0x31133000,0x0033008d,0x32330000,0x0331008d,0x33200000,0x2310004c,0x71000000,0x0100004c,0x40000000,0x00000000,0x00000000 +}; + +u32 echardata_20[] = +{ + 0x00000000,0x00000000,0x0bdcedcd,0xddddd800,0x0af67c57,0x7f77fa00,0x08f74c57,0x5c44fa00,0x0bffccdf,0xdcccfa00,0x13031853,0x18003200,0x088aac93,0x5cc8ba00,0x088bac93,0x5c88ba00,0x04bbbc93,0x5c467100,0x17babc93,0x5ccfe800,0x13027c53,0x5c400000,0x8ccefc13,0x5c888940,0x4402f813,0x5cc88ba0,0x016fe003,0x7e623310,0x09fa0001,0x6e622100,0x00000000,0x00000000 +}; + +u32 echardata_21[] = +{ + 0x00410004,0x40080000,0x00eb0009,0xa26e2200,0x04f1198e,0xfaae7e00,0x5fa8b6ca,0xbc8c2e40,0xdfbe70c6,0xb84c2200,0x08eb18ce,0xfbbfba40,0x00ea9a8a,0xb9ddba80,0x49f5e356,0x744c2600,0xeffffbee,0xfc8c6e40,0x00d71882,0x7f7ffa00,0x8bebebce,0xfd5df200,0x9be7db82,0x7c4ca200,0x9bd79aca,0xfccca640,0x96d718e7,0x7eeafba0,0x00d71022,0xaa22ae20,0x00000000,0x00000000 +}; + +u32 echardata_22[] = +{ + 0x00000000,0x00000800,0x00000800,0x000008c0,0x00226e62,0x222ac440,0x00337f73,0x33339400,0x00004c40,0x047b8000,0x00049ccc,0xcdfec800,0x0cccffd8,0x467cc000,0x08444e73,0x23ec0000,0x00004c53,0x3fc00000,0x00004c43,0x7f200000,0x00004d73,0x01330000,0x00006f70,0x00132000,0x00237e84,0x44454000,0x033218cc,0xccccc800,0x00100000,0x44444000,0x00000000,0x00000000 +}; + +u32 echardata_23[] = +{ + 0x00000000,0x00000000,0x00000000,0x8c000000,0x00000000,0x8c000000,0x00122222,0xae220000,0x08abbbbb,0xffbb9800,0x0888888c,0xcc888800,0x0000000c,0xcc000000,0x0000008c,0xcc000000,0x000008c4,0x8c000000,0x0000cc40,0x8c000000,0x008cc400,0x8c000000,0x5fff3333,0xbf333310,0x0e622222,0xae222200,0x0000004c,0xcc000000,0x00000008,0x84000000,0x00000000,0x00000000 +}; + +u32 echardata_24[] = +{ + 0x00040000,0x00002320,0x004c4444,0x8888fc21,0x004c48cc,0x88886230,0x4a7f7373,0x37336900,0x4d6e66e2,0x6e23f800,0x088c40c4,0x0817e000,0x004c4000,0x00234000,0x004c4000,0x013a8000,0x04cc4ccc,0xcffccc80,0x8c8c4444,0x676cc400,0x044c408a,0x32088000,0x004c402f,0x70088000,0x004c6332,0x00088000,0x005f7210,0x008c8000,0x004e4000,0x00c80000,0x00000000,0x00000000 +}; + +u32 echardata_25[] = +{ + 0x00000000,0x00000000,0x022222a6,0x22222200,0x032226eb,0x22222300,0x032226fb,0x32222300,0x018aaaeb,0xaaaa4100,0x00deeeef,0xeeeea000,0x002326eb,0x222eb000,0x002326e7,0x222eb000,0x00232ae3,0x222eb000,0x00232ea3,0x226eb000,0x0022ae73,0x326ea000,0x0119d913,0x115d5100,0x23bff333,0x7bff3320,0x0cc80013,0x9cc80000,0x04400013,0x14000000,0x00000000,0x00000000 +}; + +u32 echardata_26[] = +{ + 0x00000000,0x00000110,0x00000000,0x00002231,0x00133333,0x33322310,0x00022222,0x22210100,0x00000000,0x00400000,0x12222222,0x2ae62210,0x23333333,0xbf733320,0x0000000b,0xe4000000,0x000000cf,0xa0000000,0x00008cdf,0xa0000000,0x008cc82b,0x90000000,0x0088003b,0x80000000,0x00001338,0x80000000,0x00233308,0x80000000,0x00231008,0x80000000,0x00000000,0x00000000 +}; + +u32 echardata_27[] = +{ + 0x00000000,0x00000000,0x00000023,0x10000000,0x00ccccef,0xdccc0000,0x00aaaeeb,0xaaaa2000,0x00333bf3,0x33333000,0x003208c0,0x00023000,0x04764cc4,0x44476400,0x4cfecccc,0xcccfec00,0x04764cc4,0x44575400,0x000008c0,0x00230000,0x000008c0,0x02310000,0x000008c0,0x23200000,0x000008e7,0x76444000,0x000037fe,0xccccc400,0x00002200,0x44444000,0x00000000,0x00000000 +}; + +u32 echardata_28[] = +{ + 0x00000000,0x00000800,0x00000040,0x00004c80,0x001119d5,0x1119d480,0x01333ff7,0x7777f500,0x00119ddd,0xdddf7000,0x0004c844,0x44cf2000,0x000cc000,0x00eb1000,0x00cc4000,0x08f70000,0x0cc40000,0x0ef10000,0x00400000,0xef200000,0x0000000e,0xf7000000,0x000005ff,0xa0000000,0x0005bff6,0x00000000,0x00cffa00,0x00000000,0x00450000,0x00000000,0x00000000,0x00000000 +}; + +u32 echardata_29[] = +{ + 0x00000000,0x00000000,0x00488888,0x88884000,0x008ccccc,0xcccc8000,0x00222222,0x22221000,0x00222222,0x22332000,0x4ccccccc,0xccdfec80,0x08888c88,0x8c9ba840,0x00004c40,0x8c132000,0x00004c00,0x8c132000,0x00008c00,0x8c132000,0x0000c800,0x8c132000,0x0027f733,0xbf332400,0x009ea222,0xae232880,0x8cc80000,0x4c8a9c40,0x48000000,0x08888400,0x00000000,0x00000000 +}; + +u32 echardata_30[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x000208cc,0xc8621000,0x0003dc84,0x4bf50000,0x000bd000,0x33cc0000,0x000f9003,0x30040000,0x004f1033,0x00000000,0x008f2323,0x10000000,0x008f3202,0x38880000,0x004f5000,0x3b8c4000,0x000fd000,0x036c4000,0x0007d800,0x05fd4000,0x00035cc8,0xccaf4000,0x00020048,0x800a1000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 echardata_31[] = +{ + 0x00000000,0x04004000,0x0888808c,0x0c84c400,0x0888a2ae,0x6e84c400,0x8889beee,0xeffccc80,0x4889b48c,0x0cb5c400,0x0889b08c,0x0cfdc400,0x0889b19d,0x17744000,0x0889b3bf,0xffcccc80,0x0889b048,0x5eb54400,0x04457488,0x8ceb8840,0x4ccdf488,0xccef8840,0x4c49f008,0xccfe4000,0x4c49f2ae,0x2fb8c400,0x4ccceee2,0x2d808c80,0x4c448000,0x0c800400,0x00000000,0x00000000 +}; + +u32 echardata_32[] = +{ + 0x00011000,0x00000000,0x000eeccc,0xffff3310,0x022fb664,0x769d1310,0x022ffaa8,0xbacc1310,0x000aa888,0xba881310,0x23bbbbba,0xba89b300,0x02f99ba8,0xba8c9000,0x00f88b88,0xbbbfb300,0x22fabba9,0xbabd8300,0x12ebbaa9,0xbabe9300,0x00caa888,0xbaaeb100,0x13ffbbb9,0xba8fb000,0x019bb998,0xba8b7100,0x004aec00,0x3ffa6320,0x4cca6000,0x3368ce40,0x04000000,0x00000400 +}; + +u32 echardata_33[] = +{ + 0x00000000,0x00000800,0x00000000,0x00004c80,0x00577777,0x777bd400,0x00ceeeee,0xeee68000,0x00444444,0x48c80000,0x12222222,0x2ee22210,0x23333333,0x7f733320,0x00000013,0xe8000000,0x0000001f,0xe4000000,0x000000df,0xdc000000,0x00000cf3,0x0cc00000,0x0004cd32,0x00cc0000,0x04cce330,0x000cc000,0x4ceb3200,0x0004c800,0x04131000,0x00008000,0x00000000,0x00000000 +}; + +u32 echardata_34[] = +{ + 0x00000044,0x00000000,0x13bf32c4,0x02288840,0x1bd1becc,0xce288840,0x9f1035e2,0xaf322210,0x1316acee,0xffa22210,0x139b5888,0xaa088840,0x17d79888,0xae08cc80,0x1fd6b844,0x7f22aa00,0x9fd4b98c,0xff22ba00,0x57d4ba89,0xfa00aa00,0x17d4fe8e,0xfc00ba00,0x17e77d47,0xe400ba00,0x17d9ccff,0xcc80ba00,0x17d41334,0xc416f900,0x17d41204,0xc41ed400,0x00000000,0x00000000 +}; + +u32 echardata_35[] = +{ + 0x00000011,0x00000000,0x048888aa,0x88888400,0x08c888ee,0xc8888800,0x08c0006e,0x40000000,0x1ae2227f,0x62222210,0x2bfbbbff,0xfbbbb320,0x08c888bb,0xa888c000,0x08c00033,0x3008c000,0x08c00131,0x3108c000,0x08cccfec,0xefccc000,0x08c4674c,0x47688000,0x08c1324c,0x41320000,0x08d3204c,0x40232000,0x1afecccc,0xccceff10,0x1bd44444,0x44445700,0x00000000,0x00000000 +}; + +u32 echardata_36[] = +{ + 0x00000000,0x00000880,0x00000000,0x000040c4,0x00000000,0x00008800,0x08cccccc,0xcccc8000,0x04888888,0x888cc000,0x00000000,0x004c8000,0x00022222,0x229c0000,0x00022222,0x27e80000,0x00000000,0x0fe00000,0x00000000,0x9f900000,0x00000004,0xdf100000,0x0000008c,0xd3000000,0x0022aeea,0x23222000,0x01bfff73,0x33333000,0x00080000,0x00000000,0x00000000,0x00000000 +}; + +u32 echardata_37[] = +{ + 0x00000000,0x00000000,0x00889888,0x8aa88000,0x008cba8c,0x8aa8c400,0x0088320c,0x8224c400,0x019dba9d,0xdbbdd500,0x13bf777f,0xb777f710,0x019d765d,0x9775d500,0x008cfecc,0xceecc400,0x0000328c,0x03200000,0x0888a9cc,0x8ba88800,0x048888c8,0x9b98c800,0x00000881,0x33008800,0x00008d23,0x3000c800,0x048db332,0x0088c400,0x0c842100,0x00cc8000,0x00000000,0x00000000 +}; + +u32 echardata_38[] = +{ + 0x00000008,0x00001000,0x0666666f,0x77777100,0x0defeeef,0xdddee800,0x0c831043,0x10039800,0x0eb333bf,0x73f7ba00,0x02608b24,0x5f906200,0x06f2ab3a,0xf732fe00,0x0d62aeed,0x111a2c40,0x063aeefa,0x88ce3000,0x4efe66ba,0xbbb33320,0x0a72227e,0x40027000,0x06f6226d,0x6206f400,0x06e4016c,0x4206f400,0x17feeffe,0xccdef400,0x26e66556,0x4467a000,0x00000000,0x00000000 +}; + +u32 echardata_39[] = +{ + 0x00014000,0x00100000,0x0003e800,0x0ab88840,0x088bec88,0x4af88c80,0x099ba9c9,0x5ab15d00,0x17f333eb,0x3bb3fb10,0x00c724c0,0x0ab0c400,0x48aba8c8,0x4bb6c000,0x48bbb988,0xabb38c00,0x02777755,0x3ab36c40,0x1bdfeccf,0x2ab13dc0,0x2b8320bf,0x0ab02bc0,0x088321bc,0x0ab08fd0,0x08cba88c,0x0ab0c800,0x08cba8cc,0x0ab00000,0x08832048,0x09a00000,0x00000000,0x00000000 +}; + +u32 echardata_40[] = +{ + 0x00000000,0x00010000,0x13333103,0x10023000,0x13113102,0x20031000,0x13123122,0x22232210,0x13132122,0x33332210,0x13230002,0x31220000,0x1323027a,0xa2130110,0x1313229c,0xf3132320,0x1312309f,0xe3133100,0x13113335,0x03222000,0x13123101,0x33213000,0x13233013,0x22203200,0x13111231,0x02202310,0x13100200,0x23200210,0x13100000,0x32000000,0x00000000,0x00000000 +}; + +u32 echardata_41[] = +{ + 0x00440840,0x04400000,0x48cc8cc8,0x0c854400,0x04880840,0x8cfaec40,0x8c888aec,0xcda4e400,0x8888a3bb,0x00fea000,0x0889fa8b,0xbccdc800,0x04577480,0x77004c40,0x007b8888,0x9ba80000,0x8bb98888,0x89ba8880,0x01588888,0x88ab2000,0x00488888,0x888b3100,0x00488888,0x88883310,0x00888888,0x88888200,0x00c84444,0x4448c000,0x00c88888,0x8888c000,0x00000000,0x00000000 +}; + +u32 echardata_42[] = +{ + 0x00010001,0x00010000,0x00030013,0x58af8000,0x001baeff,0xbab72200,0x003ad623,0x22232200,0x0139d667,0x66676210,0x0239efee,0xeeeeea10,0x1339a301,0x15d51100,0x2339a323,0x37f73300,0x1139a323,0x06e42300,0x057de767,0x77f77700,0x8dfdefef,0xceecef80,0x01312623,0x33333300,0x0139fa23,0x1af52300,0x05fe7023,0x02aca700,0x0db11023,0x0121ba00,0x00000000,0x00000000 +}; + +u32 echardata_43[] = +{ + 0x00000008,0x00000000,0x0004004c,0x40000000,0x005d515d,0x99998000,0x007f737f,0xfbbba000,0x007f515d,0x51132000,0x48be888c,0x888ba840,0x48ba88cc,0xc88ba840,0x0032404c,0x40072000,0x003e804c,0x404fa000,0x04fa004c,0x4007ec00,0x4cb2048c,0x00cb2800,0x003337b7,0x7fb32000,0x0033226a,0xe6232000,0x00668cc8,0x00021000,0x08c88000,0x00000000,0x00000000,0x00000000 +}; + +u32 echardata_44[] = +{ + 0x00000010,0x00000000,0x499888b9,0x88888400,0x4ab98abb,0xaaaaea00,0x00100322,0x2222aa00,0x0888ba99,0x99519900,0x1688a8bb,0xbb73bb00,0x12200131,0x1310aa00,0x00cccdfd,0xdb10aa00,0x00c97777,0xfb33bb20,0x00d91231,0xeb11ba00,0x00fa4674,0xeb00b900,0x01fccefe,0xfb22ba00,0x03e80232,0x2223ba00,0x23840210,0x005af800,0x11000000,0x006fa400,0x00000000,0x00000000 +}; + +u32 echardata_45[] = +{ + 0x00000009,0x00000000,0x0000007f,0x50000000,0x0ccccffe,0xfdcccc40,0x0c847744,0x67544c40,0x0c8bb888,0x89b64c40,0x063ffaaa,0xaafb3600,0x232da222,0x22a82320,0x000cc888,0x88c80000,0x002eaaaa,0xaaa62000,0x002ea332,0x22232000,0x000cceec,0xccce6000,0x000c8664,0x444e6000,0x000c8220,0x016f6000,0x000cceec,0xcced4000,0x000c8664,0x444c4000,0x00000000,0x00000000 +}; + +u32 echardata_46[] = +{ + 0x00000000,0x00000000,0x00008c00,0x4c400000,0x00008c00,0x4c423000,0x00008d10,0x4d712100,0x04449f32,0x4c638c00,0x4ccdfe13,0x6cccc400,0x0447bc01,0x7e840000,0x00338c00,0x5f600000,0x03308c00,0x4e720000,0x02108c00,0x4c631000,0x00008c00,0x4c433100,0x48cccc00,0x4c403710,0x4c848c00,0x4c400e80,0x00008c00,0x0cc8cc40,0x00004800,0x04888400,0x00000000,0x00000000 +}; + +u32 echardata_47[] = +{ + 0x00100000,0x04000000,0x00310222,0x6e222200,0x4cfdceb3,0xbe222200,0x047d4413,0xc8000000,0x237f6037,0xffefff90,0x017d4019,0xd765d700,0x017e426e,0xc722d300,0x027f53eb,0x9b27f200,0x137f6353,0x5f2db100,0x227e5753,0x1fad3200,0x25bedfb3,0x17e72310,0x8cfa4200,0x1fef0210,0x00320004,0xfe0cc000,0x003226ae,0xa222ee90,0x00321aa6,0x22222e10,0x00000000,0x00000000 +}; + +u32 echardata_48[] = +{ + 0x00000000,0x00100000,0x12222200,0x02300000,0x12332202,0x22300000,0x00310443,0x12311100,0x00319cdb,0x33333300,0x0137fa7e,0x82300000,0x026ca214,0xca300000,0x03dc3222,0x6fb22220,0x2ff23122,0x2bfa2210,0x29533000,0x23be4000,0x00032002,0x323fd400,0x00230023,0x1232fd40,0x00320331,0x02303b10,0x03200310,0x02300200,0x12000000,0x02300000,0x00000000,0x00000000 +}; + +u32 echardata_49[] = +{ + 0x00210004,0x00000000,0x00ba002f,0x3f73bc00,0x04f240aa,0x0882f800,0x8db6c4e7,0x2267f000,0xafbfa481,0x199dd880,0x04fe022a,0x68aeea50,0x00fad62d,0x702a9320,0x49fbeabf,0x386ba320,0xaffeccdd,0x1d99dd00,0x14ba4aee,0x2f6aea10,0x4cbac6af,0x3f3ba210,0x88ba888f,0x7f7b8000,0x88ba46be,0x9fdfb100,0x56ba239c,0xdb9ceba0,0x13a8008c,0x93148c80,0x00000000,0x00000000 +}; + +u32 echardata_50[] = +{ + 0x00000001,0x00000000,0x0048c813,0x10088000,0x8ccc8013,0x50088000,0x004c4017,0xd8088000,0x004c4013,0x58088000,0x9eeeee37,0x322aa210,0x16ae667f,0xb22aa210,0x008c4013,0xd0088000,0x04ccc813,0x1008c840,0x0ccc8813,0x58ccc880,0x8c8c409f,0xd84c8000,0x884c4097,0x10088000,0x004c4013,0x10088000,0x027f7333,0x333bb200,0x005d5111,0x11199000,0x00000000,0x00000000 +}; + +u32 echardata_51[] = +{ + 0x00000080,0x00010000,0x002204e6,0x00036000,0x008b88db,0x886bc000,0x02aaaeee,0xaefe2200,0x133226e6,0x2ee23310,0x5b999ddd,0xddd89b50,0x4a8bbbbf,0xfbba8a40,0x000004c8,0x23200000,0x0004ccdf,0xfdcc8000,0x16aeea67,0x666ea210,0x9ee6eabb,0xbaaea210,0x0400cc9b,0x988c8000,0x0000c813,0x100c8000,0x0000cdef,0xdccc8000,0x0000ca76,0x444c8000,0x00000000,0x00000000 +}; + +u32 echardata_52[] = +{ + 0x00000002,0x00000000,0x0088889b,0x98888000,0x12eaaaab,0xaaaae210,0x23fb3333,0x333bf320,0x00c84457,0x5448c000,0x00ccccdf,0xdcccc000,0x01fb3337,0xf3333100,0x01f95557,0xd5557500,0x01fdccdf,0xdccdfd40,0x01f90013,0x98013100,0x01f90013,0x5c013100,0x01f90013,0x1c413100,0x01f9049b,0x18d33940,0x48eccc9b,0x109e9c40,0x4c840013,0x1008cc00,0x00000000,0x00000000 +}; + diff --git a/assets/font_chardataj.c b/assets/font_chardataj.c new file mode 100644 index 0000000..8cf34bb --- /dev/null +++ b/assets/font_chardataj.c @@ -0,0 +1,4886 @@ +#include + +#if defined(LANG_US) +u32 jchardata_0[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x08000000,0x00000000,0x08c00000,0x00000000,0x00840000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_1[] = +{ + 0x00000100,0x00800000,0x00000220,0x08800000,0x00022223,0x5c000000,0x00030210,0xa4000000,0x00022210,0xc0000000,0x00002321,0xc0000000,0x00000223,0xe0000000,0x00020210,0xb4000000,0x00031210,0x78000000,0x00002332,0x0c400000,0x00000210,0x00c00000,0x00000000,0x00000000 +}; + +u32 jchardata_2[] = +{ + 0x02000000,0x00000000,0x02200000,0x00000000,0x00310000,0x00000000,0x00120000,0x00000000,0x00030040,0x00000000,0x00030cc4,0x00000000,0x00030880,0x00000000,0x00120000,0x00000000,0x00210000,0x00000000,0x01300000,0x00000000,0x03000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_3[] = +{ + 0x00000000,0x88800000,0x00122004,0xc8800000,0x00302204,0x82000000,0x01201204,0xa0000000,0x00312206,0x80000000,0x00021024,0x80000000,0x00000206,0xa1000000,0x00002026,0x83000000,0x00120025,0x82100000,0x01300022,0x13000000,0x00000001,0x20000000,0x00000000,0x00000000 +}; + +u32 jchardata_4[] = +{ + 0x00000000,0x08000000,0x00000000,0x44000000,0x00010000,0x8c000000,0x00021000,0x00000000,0x00021000,0x00000000,0x00021000,0x00000000,0x00021000,0x00000000,0x00021000,0x00000000,0x00021000,0x00000000,0x00021000,0x00000000,0x13331000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_5[] = +{ + 0x00000000,0x10600000,0x00000002,0x4d600000,0x0000004f,0x92300000,0x00004880,0x00000000,0x00488000,0x00000000,0x08800000,0x00000000,0x04880000,0x00000000,0x0004c400,0x00000000,0x000008c4,0x00000000,0x00000008,0x84000000,0x00000000,0x08800000,0x00000000,0x00000000 +}; + +u32 jchardata_6[] = +{ + 0x01000000,0x00000000,0x01710000,0x04000000,0x004d3100,0xc4000000,0x00488669,0x84000000,0x0088ccce,0xa8000000,0x00004cc4,0x02200000,0x00888cc8,0xaa100000,0x004448a7,0x54000000,0x00001b90,0x00000000,0x00122880,0x00000000,0x02200000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_7[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00222000,0x00000000,0x02312310,0x01300000,0x02000023,0x33000000,0x00000000,0x10000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_8[] = +{ + 0x00000000,0x00000000,0x00001660,0x00000000,0x0001fd93,0x00000000,0x00021882,0x10000000,0x00030881,0x20000000,0x00030881,0x20000000,0x00030881,0x20000000,0x00030881,0x20000000,0x00022882,0x10000000,0x00003bb2,0x00000000,0x00000100,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_9[] = +{ + 0x00000000,0x00000000,0x00000590,0x00000000,0x0000f66f,0x00000000,0x0002600a,0xa0000000,0x0000000e,0x50000000,0x00004cdb,0x00000000,0x0000023c,0x40000000,0x00002208,0x80000000,0x0009b008,0x80000000,0x0002ffff,0x20000000,0x00000400,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_10[] = +{ + 0x00000000,0x00000000,0x00008889,0x00000000,0x0004c8aa,0x00000000,0x00048232,0x00000000,0x00089792,0x00000000,0x0008f99e,0x00000000,0x0002201a,0x80000000,0x00072237,0xa0000000,0x0009511b,0x90000000,0x0000ccde,0x00000000,0x00000400,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_11[] = +{ + 0x00000000,0x00000000,0x00049bba,0x40000000,0x0004b98f,0x90000000,0x0002200c,0x00000000,0x000211a4,0x00000000,0x000236e3,0x10000000,0x00021882,0x20000000,0x00021c41,0x20000000,0x00013c03,0x20000000,0x00005f32,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_12[] = +{ + 0x00000000,0x00000000,0x00004a94,0x00000000,0x0005f55f,0x00000000,0x000a5006,0xa0000000,0x000a7017,0x90000000,0x0008a33e,0x80000000,0x0002bddb,0x90000000,0x00030004,0xb0000000,0x0007c00c,0x70000000,0x0001bee7,0x10000000,0x00000110,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_13[] = +{ + 0x00000000,0x00000000,0x00088994,0x00000000,0x000c8bbc,0x80000000,0x000c1225,0xc0000000,0x000c311b,0x80000000,0x000dfccf,0x50000000,0x000e2227,0xe4000000,0x000f2222,0xb8000000,0x001e0004,0xe6000000,0x003ccccc,0x93000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_14[] = +{ + 0x00000000,0x00000000,0x00088961,0x00000000,0x004dbaae,0xb0000000,0x004b1000,0xe5000000,0x006a0000,0x4c000000,0x006a0000,0x4c000000,0x006a0000,0x4c000000,0x005b0000,0x99000000,0x004b2008,0xf2000000,0x004cefeb,0x20000000,0x00000010,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_15[] = +{ + 0x00000000,0x00000000,0x0005aaaa,0xa4000000,0x000aaaaa,0xa4000000,0x000a5000,0x00000000,0x000a5000,0x00000000,0x000afbbb,0x40000000,0x000a5444,0x00000000,0x000a5000,0x00000000,0x000a5000,0x00000000,0x000a7333,0x32000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_16[] = +{ + 0x00000000,0x00000000,0x00441222,0x44000000,0x008a3112,0xb8000000,0x009b0000,0xa9000000,0x00aa0000,0x88000000,0x00aecccc,0xc8000000,0x00aa0002,0xba000000,0x009b0000,0xaa000000,0x008b3001,0xba000000,0x00882332,0xaa000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_17[] = +{ + 0x00000000,0x00000000,0x00000150,0x00000000,0x000002a4,0x00000000,0x000002a4,0x00000000,0x000002a4,0x00000000,0x000002a4,0x00000000,0x000002a4,0x00000000,0x000002a4,0x00000000,0x000c02e0,0x00000000,0x0008cea0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_18[] = +{ + 0x00000000,0x00000000,0x00050000,0x11000000,0x001a4002,0x30000000,0x001a4032,0x00000000,0x001a4320,0x00000000,0x001b7220,0x00000000,0x001b5031,0x00000000,0x001a4003,0x00000000,0x001a4002,0x30000000,0x001acccc,0xe6000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_19[] = +{ + 0x00000000,0x00000000,0x00640000,0x51000000,0x00be4000,0xb6000000,0x00bbc000,0xb6000000,0x00baa802,0xa6000000,0x00b83c43,0x96000000,0x00b831d2,0x96000000,0x00b8126d,0x96000000,0x00b80338,0xd6000000,0x00b80220,0xd6000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_20[] = +{ + 0x00000000,0x00000000,0x00049aa6,0x00000000,0x000ab99a,0xf0000000,0x002b8000,0xaa000000,0x00398000,0x8b000000,0x00398888,0xc7100000,0x00398888,0x03100000,0x002a8000,0x13000000,0x001b9000,0x32000000,0x0009b333,0x20000000,0x00000110,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_21[] = +{ + 0x00000000,0x00000000,0x00089aa5,0x00000000,0x000fb99e,0xb0000000,0x002f0000,0xe2000000,0x003d0004,0xc3000000,0x003d888c,0x83100000,0x003d44c4,0x03000000,0x002e236c,0x13000000,0x001f202a,0xb1000000,0x000d3333,0xe4000000,0x00000100,0x32000000,0x00000000,0x01000000 +}; + +u32 jchardata_22[] = +{ + 0x00000000,0x00000000,0x00489aa9,0x84000000,0x004ab99b,0xa4000000,0x00021881,0x10000000,0x00023980,0x00000000,0x00001bb1,0x00000000,0x00000893,0x20000000,0x00020880,0x30000000,0x00032881,0x30000000,0x00003ba3,0x10000000,0x00000010,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_23[] = +{ + 0x00000000,0x00000000,0x00510000,0x15000000,0x006a0000,0xa6000000,0x002e0000,0xe2000000,0x002a4004,0xa2000000,0x0026c008,0x62000000,0x0022c00c,0x22000000,0x00128888,0x21000000,0x00031cc1,0x30000000,0x00002bb2,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_24[] = +{ + 0x00000000,0x00000000,0x01040110,0x40200000,0x02188234,0xc1200000,0x0120c73c,0x02100000,0x00305fe5,0x03000000,0x00302ad2,0x03000000,0x00217c87,0x12000000,0x0012f00f,0x31000000,0x000ba00a,0xf0000000,0x004f1001,0xf8000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_25[] = +{ + 0x00000000,0x00000000,0x00198888,0x81000000,0x001b8888,0xf1000000,0x0002200e,0x20000000,0x0000319b,0x00000000,0x00000bb1,0x00000000,0x00004e20,0x00000000,0x0000c620,0x00000000,0x00088220,0x00000000,0x000cceec,0xc4000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_26[] = +{ + 0x08408000,0x00000000,0x08408110,0x00000000,0x08044220,0x00000000,0x00000220,0x00000000,0x00000220,0x00000000,0x00000120,0x00000000,0x00000120,0x00000000,0x00000010,0x00000000,0x00000000,0x00000000,0x00000220,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_27[] = +{ + 0x00841101,0x10000000,0x00882202,0x20000000,0x00802102,0x20000000,0x00123323,0x32000000,0x00013113,0x11000000,0x00003003,0x00000000,0x00003003,0x00000000,0x00233223,0x21000000,0x00122113,0x10000000,0x00022012,0x00000000,0x00021022,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_28[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000aa0,0x00000000,0x00010aa0,0x20000000,0x00032993,0x30000000,0x00889aa9,0x88000000,0x00467aa7,0x64000000,0x00031991,0x30000000,0x00000aa0,0x00000000,0x00000440,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_29[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x08cccccc,0xcc800000,0x00444444,0x44000000,0x00000000,0x00000000,0x02200000,0x00000000,0x01200000,0x00000000,0x01100000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_30[] = +{ + 0x00000000,0x00000000,0x00000000,0x00800000,0x00000000,0x08000000,0x00000000,0x80000000,0x00000008,0x00000000,0x00000080,0x00000000,0x00000800,0x00000000,0x00008000,0x00000000,0x00080000,0x00000000,0x02a00000,0x00000000,0x08000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_31[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x08ccceec,0xcc800000,0x00000000,0x00000000,0x04888888,0x88400000,0x04888888,0x88400000,0x00000110,0x00000000,0x00000220,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_32[] = +{ + 0x00000000,0x00000000,0x00006aa9,0x00000000,0x000f6117,0xa0000000,0x00d308c9,0x7c000000,0x0480840e,0x28400000,0x0840c13e,0x08400000,0x08448268,0x0c000000,0x0880c998,0x84000000,0x00c00000,0x4c000000,0x000c8668,0xc0000000,0x00004884,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_33[] = +{ + 0x04800000,0x00000000,0x48840000,0x00000000,0x0c400000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x13220000,0x00000000,0x21020000,0x00000000,0x03310000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_34[] = +{ + 0x02200000,0x00000000,0x21210000,0x00000000,0x03200000,0x00000000,0x04cccccc,0xc4000000,0x00000044,0xc4000000,0x0000004c,0x40000000,0x000008c4,0x00000000,0x00000c40,0x00000000,0x00004c00,0x00000000,0x0004c800,0x00000000,0x000c8000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_35[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000840,0x20000000,0x00044c87,0x50000000,0x004cccfd,0xc0000000,0x004c1330,0xc0000000,0x001a3130,0xc0000000,0x0021013c,0x40000000,0x000001f8,0x00000000,0x0000cd70,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_36[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000084,0x00000000,0x000444c4,0x44000000,0x008fffff,0xf8000000,0x00000bd4,0x00000000,0x00008fd4,0x00000000,0x0008c3d4,0x00000000,0x00cc03d4,0x00000000,0x003337f7,0x33000000,0x00000000,0x00000000 +}; + +u32 jchardata_37[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000c000,0x00000000,0x0021c79c,0xcb000000,0x009ecde8,0xeb000000,0x00868828,0xb2000000,0x00004809,0x30000000,0x00000c03,0x00000000,0x00000d31,0x00000000,0x00003a40,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_38[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000ddddd,0xc0000000,0x00033333,0xd0000000,0x00044447,0xd0000000,0x000ccccf,0xc0000000,0x00000003,0xc0000000,0x00377777,0xf3000000,0x001ddddd,0xd1000000,0x00000000,0x00000000 +}; + +u32 jchardata_39[] = +{ + 0x00000000,0x00000000,0x00733333,0x33000000,0x009d5112,0x23000000,0x0004c400,0x13400000,0x00133333,0x3ac00000,0x00111112,0xbd000000,0x00000009,0xf0000000,0x000004cf,0x20000000,0x00008db2,0x00000000,0x00cdb310,0x00000000,0x00471000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_40[] = +{ + 0x00000000,0x00000000,0x01333333,0xbb100000,0x00000008,0xd3100000,0x000001cc,0x31000000,0x00000fe7,0x10000000,0x0008cbe4,0x00000000,0x04cc43d4,0x00000000,0x088013c4,0x00000000,0x000132c4,0x00000000,0x001330c4,0x00000000,0x002200c4,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_41[] = +{ + 0x00000110,0x00000000,0x00000320,0x00000000,0x00dddfed,0xdd000000,0x01777f77,0x77000000,0x01300c40,0x13000000,0x01300c40,0x12000000,0x00200c40,0x21000000,0x00000c82,0x30000000,0x0cccccef,0xecc00000,0x04445776,0x44400000,0x00023100,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_42[] = +{ + 0x00000411,0x00000000,0x00004c23,0x00000000,0x00004c23,0x00000000,0x03ffffff,0xfb300000,0x00115d33,0x5d100000,0x00004e33,0x8c000000,0x0000ba23,0x8c000000,0x0013e023,0x8c000000,0x023d8023,0x8c000000,0x05c8006b,0xc4000000,0x0880023a,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_43[] = +{ + 0x00000100,0x00000000,0x00001f00,0x00000000,0x00008f44,0x50000000,0x0023ffff,0xe9000000,0x001d8310,0xc8000000,0x00880324,0xc1000000,0x05a2333f,0xb2200000,0x022212ac,0x00000000,0x00004ef0,0x00000000,0x004cc930,0x00000000,0x00440130,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_44[] = +{ + 0x00000000,0x00000000,0x00003000,0x00000000,0x00032000,0x00000000,0x00dfffff,0xff310000,0x00310003,0x1c000000,0x03200003,0x0c000000,0x02000013,0x0c000000,0x00000031,0x0c000000,0x00000230,0x0c000000,0x00cdfecc,0xcc000000,0x00021000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_45[] = +{ + 0x00000000,0x00000000,0x000f4001,0x30000000,0x000bd801,0x30000000,0x03333333,0x33300000,0x04c71001,0x30c00000,0x008f9001,0x3c400000,0x00031002,0xf4000000,0x0000004f,0x60000000,0x00004ce3,0x00000000,0x008ce730,0x00000000,0x00452100,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_46[] = +{ + 0x00004000,0x00000000,0x0000c000,0x00000000,0x0033f333,0x30000000,0x0000c449,0xfc400000,0x088ccc8b,0x9c000000,0x0440c032,0xc0000000,0x0000c23e,0x40000000,0x0000e307,0x20000000,0x0013f000,0x32000000,0x0232c884,0x47600000,0x01000ccc,0xcd400000,0x00000000,0x00000000 +}; + +u32 jchardata_47[] = +{ + 0x00000000,0x00000000,0x00000c40,0x01000000,0x00304ccc,0xcf100000,0x0023c444,0x9f000000,0x000fd800,0xaa000000,0x04c88c84,0xf1000000,0x044008cd,0x70000000,0x000000cb,0x10000000,0x00004db1,0x00000000,0x0049e710,0x00000000,0x00ca2000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_48[] = +{ + 0x00000000,0x00000000,0x0001d123,0x31000000,0x0c736e20,0x04c00000,0x04c00970,0x08800000,0x01951531,0x1d100000,0x03333333,0x7f300000,0x00000320,0xc4000000,0x0000031c,0x80000000,0x000013c8,0x00000000,0x0006bc80,0x00000000,0x003e8000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_49[] = +{ + 0x00004000,0x00000000,0x0013f733,0x31000000,0x0012e622,0x21000000,0x0000c400,0x00000000,0x0333ffb3,0x33300000,0x0111dabd,0x91100000,0x0000c630,0x8c000000,0x0000c720,0x00000000,0x0000d700,0x00000000,0x0002f500,0x00000000,0x0032d400,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_50[] = +{ + 0x00000020,0x00000000,0x00000130,0x00000000,0x00044574,0x40000000,0x015dddfd,0xd5100000,0x03333333,0x33300000,0x00000130,0x00000000,0x00000120,0x00000000,0x00000220,0x00000000,0x0cccdfdc,0xccc00000,0x04467544,0x44400000,0x00220000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_51[] = +{ + 0x00004400,0x00000000,0x00111d91,0x10000000,0x003333f3,0x33000000,0x00cccccc,0xf1000000,0x0002204e,0x60000000,0x000027e7,0x00000000,0x0000ccbf,0xc0000000,0x008c4fa2,0xbc800000,0x08413e80,0x27800000,0x01331c80,0x00000000,0x00000c80,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_52[] = +{ + 0x00000000,0x00000000,0x00000000,0x31000000,0x00008009,0x30000000,0x0004c00e,0x60000000,0x000c8003,0xc0000000,0x000c0022,0xcc000000,0x00cc0130,0x0c000000,0x04c01300,0x0c800000,0x0c823100,0x04c00000,0x08330000,0x00400000,0x00100000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_53[] = +{ + 0x00000000,0x00000000,0x00130000,0x00000000,0x04dfcccc,0xcc400000,0x00130002,0x3f000000,0x00132333,0xa9000000,0x00133210,0xc4000000,0x0013000c,0x80000000,0x0013008c,0x00000000,0x00134cc0,0x00000000,0x004fea11,0x11000000,0x00092333,0x33000000,0x00000000,0x00000000 +}; + +u32 jchardata_54[] = +{ + 0x00000440,0x00000000,0x00000c40,0x00000000,0x00001d80,0x00000000,0x0ccdffdc,0xccc00000,0x04574c75,0x44400000,0x00390c43,0xd0000000,0x036c0c41,0xf4000000,0x00c40c40,0x5f000000,0x08800c40,0x0af00000,0x04000c40,0x00100000,0x00000c40,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_55[] = +{ + 0x00000000,0x00000000,0x000ccc40,0x00000000,0x03337bff,0xf3100000,0x00111111,0xa3100000,0x000c8000,0x32000000,0x0006dccb,0x20000000,0x00003236,0x40000000,0x00000320,0x00000000,0x00ccc872,0x00000000,0x0000489f,0xc8000000,0x00000000,0x44000000,0x00000000,0x00000000 +}; + +u32 jchardata_56[] = +{ + 0x00000000,0x00000000,0x00000214,0xc0000000,0x0000032c,0x80000000,0x0004530c,0x40000000,0x0004bf8c,0x00000000,0x000035cf,0x00000000,0x00033c8a,0xe0000000,0x00039c00,0x79000000,0x001bd123,0x33100000,0x06ff3332,0x12300000,0x00500000,0x00100000,0x00000000,0x00000000 +}; + +u32 jchardata_57[] = +{ + 0x00000000,0x00000000,0x0037f333,0x31000000,0x0011f211,0x55400000,0x0004fdcc,0xccc00000,0x08ccf940,0x4c000000,0x1733bb37,0xf7300000,0x00007d08,0x40000000,0x00003d00,0x00000000,0x00003e40,0x00000000,0x00003fa1,0x11000000,0x00000fb3,0x33000000,0x00000000,0x00000000 +}; + +u32 jchardata_58[] = +{ + 0x00000000,0x00000000,0x00044444,0x44000000,0x00dddddd,0xdc000000,0x00333333,0x7c000000,0x00000001,0x7c000000,0x00ccccce,0xec000000,0x00000002,0x6c000000,0x00000003,0x5c000000,0x03377777,0x7f300000,0x01dddddd,0xdd100000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_59[] = +{ + 0x00000000,0x40000000,0x000b3337,0xf0000000,0x004d1115,0xd0000000,0x004c0004,0xc0000000,0x027f3337,0xf3100000,0x004c0004,0xd3000000,0x004c0004,0xe2000000,0x0004000a,0xb0000000,0x0000006f,0x40000000,0x00016bf4,0x00000000,0x0003e900,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_60[] = +{ + 0x00000000,0x00000000,0x004c0031,0x00000000,0x004f1031,0x00000000,0x004f1031,0x00000000,0x004f1031,0x00c00000,0x004f1031,0x0c510000,0x004f0035,0xc4300000,0x005e00bd,0x53100000,0x007d8cf2,0x31000000,0x036cc433,0x00000000,0x02040000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_61[] = +{ + 0x00000000,0x00000000,0x00444444,0x44000000,0x00ffffff,0xff000000,0x00f50000,0x5f000000,0x00f50000,0x5f000000,0x00f50000,0x9b000000,0x00710000,0xd7000000,0x00310008,0x93000000,0x003333bf,0x33000000,0x00315dd1,0x13000000,0x0000c400,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_62[] = +{ + 0x00000100,0x03d00000,0x00001f00,0x3d680000,0x00001f00,0x46800000,0x00bfffff,0xb5000000,0x00442b40,0x23000000,0x00002a80,0x27000000,0x0888fdcc,0xeb800000,0x088578c0,0x23000000,0x000314c0,0x32000000,0x013204d2,0x30000000,0x021004d2,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_63[] = +{ + 0x00000000,0x00f00000,0x0008d300,0x0f5a0000,0x000c7211,0x11a00000,0x008dffff,0xfec00000,0x04c7104c,0x71000000,0x0cb2000e,0x30000000,0x0a20004b,0x10000000,0x000000f6,0x00000000,0x00001fa0,0x00000000,0x0016fa00,0x00000000,0x002e4000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_64[] = +{ + 0x00000000,0x00f00000,0x000c400c,0x4f5a0000,0x000c400c,0x41a00000,0x0cffffff,0xffc00000,0x044c844c,0x97400000,0x000c400c,0x53000000,0x000c400c,0x53000000,0x0000400c,0x53000000,0x001111d9,0x13000000,0x00337ff3,0x33000000,0x0008c840,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_65[] = +{ + 0x00000000,0x03c00000,0x00031000,0x3d680000,0x00cefecc,0xd6800000,0x00444444,0xc0000000,0x0030000c,0x40300000,0x00232088,0x03200000,0x000004c4,0x32000000,0x00004c5f,0x60000000,0x0008d231,0xc4000000,0x08db3200,0x4c000000,0x08520000,0x08400000,0x00000000,0x00100000 +}; + +u32 jchardata_66[] = +{ + 0x00000000,0x00f40000,0x00013000,0x0f5a0000,0x04c13000,0x05a00000,0x00c93112,0x7f100000,0x023f3321,0xaf100000,0x01113000,0xf5000000,0x00013007,0xd0000000,0x0001300d,0x40000000,0x000130c8,0x00000000,0x00007e61,0x11000000,0x000ca233,0x33100000,0x00000000,0x01000000 +}; + +u32 jchardata_67[] = +{ + 0x00000000,0x00300000,0x0044478c,0xc7d20000,0x00ccebb3,0x3d680000,0x000139d1,0x27800000,0x044768c8,0x65400000,0x0efeffcd,0xfcc00000,0x02100ab3,0x10000000,0x00000c71,0x00000000,0x00005f10,0x00000000,0x001bf100,0x00000000,0x00fa0000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_68[] = +{ + 0x00000000,0x00f10000,0x004cedcc,0x4f5a0000,0x02589b88,0x85a00000,0x01300320,0x06100000,0x0ceecccc,0xcfd00000,0x044444c4,0x67400000,0x00000880,0x31000000,0x00000c83,0x20000000,0x00004d33,0x00000000,0x0009e720,0x00000000,0x00ca6000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_69[] = +{ + 0x00002000,0x00000000,0x00003100,0x17c00000,0x00007105,0x7d680000,0x0004f10c,0x56800000,0x000c7324,0xc0400000,0x000c3223,0xe4400000,0x00883101,0x6f000000,0x04c03100,0x0c400000,0x0c803100,0x08800000,0x4c003100,0x00800000,0x00003100,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_70[] = +{ + 0x00000000,0x03d40000,0x00130000,0x3d680000,0x04dfcccc,0xc6800000,0x00574445,0xad000000,0x00132333,0xe9000000,0x00133104,0xc0000000,0x0013000c,0x80000000,0x0013008c,0x00000000,0x001308c0,0x00000000,0x004bee11,0x11000000,0x00486333,0x33000000,0x00000000,0x00000000 +}; + +u32 jchardata_71[] = +{ + 0x00000000,0x04c00000,0x00000c40,0x4f480000,0x00001d41,0x35a00000,0x0ccdffdc,0xdec00000,0x04574c75,0x44400000,0x00390c43,0x90000000,0x036c0c41,0xf4000000,0x00c80c40,0x5f000000,0x08c00c40,0x0af00000,0x04000c40,0x00500000,0x00000c40,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_72[] = +{ + 0x00000000,0x08800000,0x004c0000,0x82a40000,0x004c1002,0x2ca10000,0x004d3007,0x97300000,0x004f98cd,0xb4000000,0x004f8400,0x32000000,0x006e0000,0x13000000,0x017c0000,0x03100000,0x036c0000,0x02200000,0x130c8844,0x44200000,0x00088ccc,0xcc000000,0x00000000,0x00000000 +}; + +u32 jchardata_73[] = +{ + 0x00000000,0x00220000,0x00000000,0x0a820000,0x0133bb37,0xb2b30000,0x0019dd91,0xafc00000,0x004c00c8,0x22000000,0x00c4000d,0x70000000,0x08800003,0xe4000000,0x00000023,0x4c000000,0x00000230,0x08c00000,0x00123200,0x00400000,0x00120000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_74[] = +{ + 0x00000000,0x22200000,0x00000310,0x20300000,0x00000310,0x02000000,0x03333b73,0x33300000,0x0111db9d,0x11100000,0x0005431c,0x50000000,0x00134b9c,0x70000000,0x00398318,0x53000000,0x023c035c,0x42300000,0x0108cf98,0xc4100000,0x00004310,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_75[] = +{ + 0x00000000,0x00000000,0x00010000,0x00000000,0x00021000,0x00000000,0x00021450,0x00000000,0x0002f66f,0x10000000,0x000a6005,0x30000000,0x000a5000,0x31000000,0x000a5000,0x31000000,0x0006f00a,0xb0000000,0x00029fbf,0x00000000,0x00000050,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_76[] = +{ + 0x00000000,0x00000000,0x00000000,0x10000000,0x00000001,0x20000000,0x00001a51,0x20000000,0x0005faae,0x20000000,0x000f800a,0x60000000,0x001ec88d,0xa0000000,0x001f0001,0x20000000,0x000b900b,0xa0000000,0x0000fefd,0x20000000,0x00000140,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_77[] = +{ + 0x00000000,0x00000000,0x00000012,0x00000000,0x00000232,0x00000000,0x00000650,0x00000000,0x0004fbbf,0xc0000000,0x000c0218,0x80000000,0x0008421c,0x40000000,0x00088a94,0x00000000,0x000c8a54,0x00000000,0x00484658,0xc0000000,0x004c4448,0xc0000000,0x00004884,0x00000000 +}; + +u32 jchardata_78[] = +{ + 0x00000000,0x00000000,0x00010440,0x00000000,0x00021480,0x00000000,0x00021121,0x00000000,0x00022ba3,0x20000000,0x00022881,0x20000000,0x00021881,0x20000000,0x00021881,0x20000000,0x00021881,0x20000000,0x00021881,0x20000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_79[] = +{ + 0x00000000,0x00000000,0x00044110,0x00000000,0x00088120,0x00000000,0x00088000,0x00000000,0x0008812c,0x40000000,0x000885e4,0x00000000,0x0008cda0,0x00000000,0x0008c1e4,0x00000000,0x0008816c,0x00000000,0x00088128,0x80000000,0x00002320,0x00000000,0x00002100,0x00000000 +}; + +u32 jchardata_80[] = +{ + 0x00000000,0x00000000,0x00000110,0x00000000,0x00000220,0x00000000,0x00008220,0x84000000,0x08cc8eac,0x8c400000,0x08c00ae0,0x08800000,0x08800aa0,0x08800000,0x08800aa0,0x08800000,0x08800aa0,0x08800000,0x08800aa0,0x08800000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_81[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000010,0x00000000,0x0002abab,0x10000000,0x0006b009,0x60000000,0x000a5005,0xa0000000,0x000a5005,0xa0000000,0x00069009,0x60000000,0x00029ccd,0x20000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_82[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000850,0x00000000,0x0006fbab,0x80000000,0x000e3009,0xa0000000,0x004a2008,0xb0000000,0x004e2008,0xb0000000,0x000e300a,0xa0000000,0x0002ebfe,0x80000000,0x00022408,0x80000000,0x00011004,0x40000000 +}; + +u32 jchardata_83[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000840,0x00000000,0x0000e66b,0x20000000,0x0004e324,0x00000000,0x0000ae80,0x00000000,0x0000228c,0x00000000,0x0004e20c,0x40000000,0x0000aecc,0x00000000,0x00000040,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_84[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000300,0x00000000,0x00000300,0x00000000,0x00087337,0x80000000,0x00084304,0x80000000,0x00084304,0x80000000,0x00084304,0x80000000,0x0008834c,0x80000000,0x0000cef7,0x80000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_85[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x04831880,0x38400000,0x00c12cc2,0x2c000000,0x00c47887,0x48000000,0x0048e65a,0x84000000,0x000cc33d,0xc0000000,0x00088238,0x80000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_86[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000aa002,0xe0000000,0x0000e22b,0x80000000,0x00008b3c,0x40000000,0x00000f7c,0x00000000,0x000039d7,0x00000000,0x000314c1,0x30000000,0x00048c00,0x00000000,0x00048000,0x00000000 +}; + +u32 jchardata_87[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00004800,0x00000000,0x004affff,0x20000000,0x00048417,0x00000000,0x0000ccfc,0x80000000,0x004ccbc0,0x88000000,0x00c4bd00,0x48000000,0x00c2fb33,0xa8000000,0x0088408c,0x80000000,0x00000000,0x00000000 +}; + +u32 jchardata_88[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000cc80,0x00000000,0x00120042,0x10000000,0x00258ccc,0x30000000,0x00294004,0xa1000000,0x00210004,0x92000000,0x00212008,0x83000000,0x0013308c,0x00000000,0x0002dc80,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_89[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000a731,0x00000000,0x0048c895,0xc8000000,0x004afa33,0x08000000,0x000085b8,0x80000000,0x0004df64,0x88000000,0x008df531,0x0c000000,0x009784a5,0x4c000000,0x0028c05b,0xb2000000,0x00000000,0x00000000 +}; + +u32 jchardata_90[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000400c0,0x00000000,0x000d62fb,0xa0000000,0x003ad984,0x6d000000,0x00c8c040,0x1e000000,0x000084cc,0xda000000,0x00004800,0x31000000,0x00001d23,0x20000000,0x00002a50,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_91[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00100ca2,0x00000000,0x00220eb3,0x30000000,0x00212eee,0xe2000000,0x00221ca2,0x12000000,0x00222da2,0x12000000,0x0029dff2,0x31000000,0x00940abe,0x90000000,0x0048df54,0xc8000000,0x00005000,0x00000000 +}; + +u32 jchardata_92[] = +{ + 0x00000000,0x00000000,0x00004f10,0x00000000,0x0022bb23,0x20000000,0x0011f110,0x00000000,0x000ab210,0x01100000,0x001f5872,0x33100000,0x01bc9ab2,0x00c00000,0x01c535b0,0x04c00000,0x088304a0,0x08800000,0x0c0221d5,0x9d000000,0x040012aa,0xa2000000,0x00000000,0x00000000 +}; + +u32 jchardata_93[] = +{ + 0x00001000,0x00000000,0x00403100,0x00000000,0x00f33333,0xa0000000,0x04913100,0x88000000,0x08803223,0x5c000000,0x08823333,0x2f400000,0x08b13130,0x0aa00000,0x05e0b300,0x05e00000,0x02d4f100,0x02600000,0x027f7101,0x23000000,0x00200022,0x10000000,0x00000000,0x00000000 +}; + +u32 jchardata_94[] = +{ + 0x00000000,0x00000000,0x0005ffe5,0x00000000,0x00000050,0x00000000,0x00045aee,0x50000000,0x002bb69d,0x30000000,0x000008c0,0x22000000,0x0000cc40,0x22000000,0x000cc8c4,0x31000000,0x008c008f,0x20000000,0x08c0127e,0x44400000,0x08013204,0xcc800000,0x00000000,0x00000000 +}; + +u32 jchardata_95[] = +{ + 0x00001000,0x00000000,0x0001b800,0x00000000,0x0001f520,0x72000000,0x06bffad4,0x8b200000,0x04497048,0x08900000,0x000d317b,0x32c00000,0x008a3288,0x03940000,0x00f63084,0x09e00000,0x06d130d0,0x01200000,0x0d75fcb2,0x23000000,0x04125801,0x20000000,0x00000000,0x00000000 +}; + +u32 jchardata_96[] = +{ + 0x00000100,0x00000000,0x00000308,0x80000000,0x000113ef,0x30000000,0x0012aeb1,0x00000000,0x005d9132,0x33100000,0x02ea2223,0x00000000,0x004ca212,0x20000000,0x00129d12,0x20000000,0x003008c0,0x00000000,0x0022119d,0x10000000,0x0001222a,0xa0000000,0x00000000,0x00000000 +}; + +u32 jchardata_97[] = +{ + 0x00000000,0x10000000,0x00200001,0x30000000,0x003c888c,0xf4000000,0x01304666,0x33310000,0x01200221,0x30000000,0x02200000,0x30000000,0x02600000,0x30000000,0x02e00000,0x30000000,0x01e00001,0x20000000,0x01acc89b,0xcc400000,0x00000664,0x40000000,0x00000000,0x00000000 +}; + +u32 jchardata_98[] = +{ + 0x00000100,0x00000000,0x004c0310,0x00000000,0x004c0221,0x23000000,0x017f3332,0x10000000,0x004c0012,0x00000000,0x004c0002,0x10000000,0x004e3333,0x31400000,0x007d0000,0x1c400000,0x003c0000,0xc8000000,0x002bd99d,0x90000000,0x00056a62,0x20000000,0x00000000,0x00000000 +}; + +u32 jchardata_99[] = +{ + 0x00000020,0x00000000,0x00040034,0x80000000,0x011d2236,0xf3300000,0x033f2236,0xe5500000,0x088cfffc,0xcc800000,0x044e1138,0xc0000000,0x000e1038,0xc0000000,0x000d33fc,0x80000000,0x000c0134,0x00000000,0x00089b10,0x00000000,0x0007adcc,0xc4000000,0x00000000,0x00000000 +}; + +u32 jchardata_100[] = +{ + 0x00000000,0x00000000,0x0002f733,0x20000000,0x0004d5ab,0x00000000,0x08ccdba0,0x00000000,0x000e32ee,0xef700000,0x033f3366,0x55100000,0x00881300,0x00000000,0x00c03000,0x00000000,0x04807c00,0x00000000,0x08401fe9,0x10000000,0x0800009e,0xec800000,0x00000000,0x00000000 +}; + +u32 jchardata_101[] = +{ + 0x00001000,0x00000000,0x00003000,0x00000000,0x01267bbb,0xa0000000,0x0dffa954,0x8c000000,0x04021000,0x08400000,0x00031023,0x28800000,0x00033211,0x1b400000,0x00031000,0x0f100000,0x00000004,0xc7000000,0x00088cc9,0x32000000,0x00027332,0x10000000,0x00000000,0x00000000 +}; + +u32 jchardata_102[] = +{ + 0x00000000,0x00000000,0x00008801,0x12200000,0x0222bb33,0x32200000,0x02118831,0x00000000,0x00004b58,0xcc000000,0x00009f84,0x00000000,0x004ca200,0x00000000,0x00c01200,0x00000000,0x04c00300,0x00000000,0x00c84476,0x54000000,0x00048889,0xa9000000,0x00000000,0x00000000 +}; + +u32 jchardata_103[] = +{ + 0x00001000,0x00000000,0x00843000,0x00000000,0x00d63a8d,0xcc000000,0x02e32a46,0x77100000,0x00c30001,0x10100000,0x04e20002,0x20000000,0x04f00002,0x20000000,0x05e04412,0x20000000,0x07d06a23,0x32000000,0x02c038ca,0xaaf00000,0x00801336,0x44000000,0x00000000,0x00000000 +}; + +u32 jchardata_104[] = +{ + 0x00000000,0x00000000,0x00480220,0x00000000,0x01684218,0x40000000,0x08fce7fb,0xbd000000,0x047faf00,0x1b400000,0x017e9200,0x0a900000,0x039f3100,0x0aa00000,0x0bca3049,0x4aa00000,0x5e4b35fa,0xff500000,0x037a05e5,0x5ff00000,0x0008006a,0xa0100000,0x00000000,0x00000000 +}; + +u32 jchardata_105[] = +{ + 0x00000000,0x00000000,0x00800225,0x80000000,0x04c33226,0xb2000000,0x08b18a9c,0xcf900000,0x0aa00744,0x82300000,0x0b401304,0x81300000,0x0b402104,0x81300000,0x0b403888,0xc2200000,0x0a73a848,0xdf400000,0x08a2885a,0xb4c00000,0x048008a9,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_106[] = +{ + 0x00004000,0x00000000,0x0001e985,0x10000000,0x03323dc9,0x30000000,0x00031801,0x31000000,0x00228001,0x33000000,0x00304c01,0x62100000,0x012044c1,0xad300000,0x026c808a,0x28a00000,0x09e4004f,0x10c40000,0x0c22e6b9,0x00840000,0x00016980,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_107[] = +{ + 0x00000000,0x00000000,0x00c00444,0x48000000,0x00c01888,0xc4000000,0x04823204,0x80000000,0x08938bbc,0xccc00000,0x09704477,0xc0000000,0x0b500006,0xb0000000,0x08400488,0xa3000000,0x08408848,0xca300000,0x08408848,0x84d00000,0x04400484,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_108[] = +{ + 0x00000100,0x00000000,0x00488ee0,0x00000000,0x01666aa2,0x23100000,0x00122e21,0x10000000,0x00204a20,0x88000000,0x005bffb7,0xb6000000,0x0c88c6ac,0xc8000000,0x481e6324,0xc8c00000,0x4cf9123f,0x61000000,0x047006e8,0x23100000,0x00233f40,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_109[] = +{ + 0x00011000,0x00000000,0x0002200c,0x00000000,0x01a632a8,0x01000000,0x016aadcc,0x87100000,0x009f5480,0x4d700000,0x06ef5840,0x04d00000,0x0f47dc00,0x22c00000,0x0f23c800,0x12c00000,0x0c2a8800,0x1a800000,0x04eb1159,0xea000000,0x000222aa,0x10000000,0x00000000,0x00000000 +}; + +u32 jchardata_110[] = +{ + 0x00000100,0x00000000,0x000417c0,0x00000000,0x009812c8,0x84000000,0x002fbffd,0x8c800000,0x08dca100,0x10c00000,0x0875b150,0x31c00000,0x0012f6ac,0x8f400000,0x0001a800,0x42100000,0x00007c00,0x03000000,0x00002e51,0x22000000,0x00000962,0x20000000,0x00000000,0x00000000 +}; + +u32 jchardata_111[] = +{ + 0x00000411,0x00000000,0x00100c53,0x00000000,0x01300d63,0x32000000,0x01302fef,0xdf200000,0x02322c9b,0x41300000,0x02330c53,0x01300000,0x02303c53,0x01300000,0x02aceea3,0x13100000,0x09a00ebf,0xa1000000,0x08844e30,0x8c400000,0x008cb600,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_112[] = +{ + 0x00002000,0x00000000,0x00086325,0xc0000000,0x000c0011,0xc4000000,0x000f0000,0xc4000000,0x005a0000,0xc4000000,0x006a5233,0xe4000000,0x006ff100,0xe2000000,0x002f8004,0xc3000000,0x0000000c,0x93000000,0x000048ca,0x30000000,0x0001bb61,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_113[] = +{ + 0x00040000,0x00000000,0x000e2223,0x10000000,0x000e5126,0x40000000,0x08cc86e8,0xc0000000,0x040cae22,0x94000000,0x000fb222,0xb6000000,0x01fe0000,0x87100000,0x0eac1200,0x86200000,0x480d3230,0x87940000,0x000d3123,0xbac00000,0x00081222,0x14400000,0x00000000,0x00000000 +}; + +u32 jchardata_114[] = +{ + 0x00040000,0x00000000,0x001a6233,0x20000000,0x001a6233,0x00000000,0x08cc82ac,0xc8000000,0x0008ae62,0x1c800000,0x000eb222,0x36c00000,0x00fe4000,0x07c00000,0x0ea84000,0x06d00000,0x08084000,0x0f400000,0x0008559a,0xf5000000,0x00083372,0x10000000,0x00000000,0x00000000 +}; + +u32 jchardata_115[] = +{ + 0x00000000,0x04900000,0x00007d00,0x49a10000,0x00047d88,0x9b100000,0x01abbaf4,0x31000000,0x015754ea,0xcf000000,0x088b88ae,0x02100000,0x002288ad,0x41200000,0x00bc88b8,0xc3200000,0x05e00130,0x00000000,0x03c97764,0x40000000,0x0104aa88,0x80000000,0x00000000,0x00000000 +}; + +u32 jchardata_116[] = +{ + 0x00000000,0x00a40000,0x00800005,0x8a560000,0x04c00027,0x81500000,0x04805ba8,0xc8c00000,0x08826888,0xc4000000,0x08720004,0x80000000,0x08532004,0x80000000,0x08403204,0x80000000,0x08800238,0x40000000,0x04c0006f,0x00000000,0x004008c2,0x20000000,0x00000000,0x00000000 +}; + +u32 jchardata_117[] = +{ + 0x00000000,0x00a00000,0x00000c00,0x0b550000,0x00032aa6,0xb8000000,0x0488ddd9,0x40000000,0x00440088,0x00000000,0x0000000c,0x00000000,0x0018cccc,0xc0000000,0x00f40000,0x80000000,0x04f00000,0x00000000,0x009b7666,0x63000000,0x00048999,0x90000000,0x00000000,0x00500000 +}; + +u32 jchardata_118[] = +{ + 0x00000080,0x10c40000,0x003100c0,0x3d440000,0x003548cb,0x9a800000,0x4cb988c8,0x64400000,0x003188c0,0x00000000,0x0039ccc0,0x00000000,0x003d40c0,0x01100000,0x0035ccc0,0x03100000,0x003204c0,0x32000000,0x00031d53,0x20000000,0x0008e621,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_119[] = +{ + 0x00000000,0x00f00000,0x0005888d,0x6b560000,0x0007548d,0x30200000,0x00031c81,0x31100000,0x033bfb7b,0xbbb00000,0x0ddf9cca,0xb4400000,0x00035c02,0x30000000,0x0003d033,0x10000000,0x0003d001,0x00000000,0x0002ba51,0x11000000,0x000027bf,0xf1000000,0x00000000,0x00000000 +}; + +u32 jchardata_120[] = +{ + 0x00005000,0x01a00000,0x0000f000,0x19240000,0x0489f9ad,0x82000000,0x06bbb660,0x00000000,0x000b4023,0x33200000,0x001b4488,0x80000000,0x002dc844,0x4c000000,0x003c4000,0x08400000,0x01201200,0x0c000000,0x03100326,0xea200000,0x0208ccda,0x62200000,0x00000000,0x00000000 +}; + +u32 jchardata_121[] = +{ + 0x00000000,0x00310000,0x00000004,0x46910000,0x088ddeee,0xa9900000,0x0b772291,0x23800000,0x01000c00,0x4a540000,0x00008400,0x06200000,0x00008400,0x02100000,0x00008400,0x03000000,0x00004c41,0x31000000,0x000227fe,0x80000000,0x00000004,0x80000000,0x00000000,0x00000000 +}; + +u32 jchardata_122[] = +{ + 0x00000000,0x02a40000,0x00802204,0xa9640000,0x04c02204,0x82400000,0x0480aa88,0xcc800000,0x08805b9a,0xf2000000,0x08402325,0x80000000,0x08531004,0x80000000,0x08700888,0x80000000,0x09708848,0xcc400000,0x08b29959,0x95c00000,0x04412aaa,0x22000000,0x00000000,0x00000000 +}; + +u32 jchardata_123[] = +{ + 0x00000000,0x00600000,0x0004e880,0x16d50000,0x02333dc9,0x3c500000,0x00021841,0x31000000,0x00128001,0x32000000,0x00308801,0x63100000,0x012008c1,0xea300000,0x022c808a,0x2cb10000,0x09e4004b,0x14c00000,0x4c3695ba,0x00840000,0x00026a90,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_124[] = +{ + 0x00000000,0x00840000,0x00800444,0x45840000,0x00c0088c,0xd3100000,0x04813204,0xa0000000,0x08835ba8,0xccc00000,0x087148ba,0xc0000000,0x0b600007,0xa0000000,0x08400488,0xb3000000,0x08408888,0xca300000,0x08408848,0x88d00000,0x04400888,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_125[] = +{ + 0x00000000,0x0aaa0000,0x00248401,0x6a5f0000,0x09fcc405,0xe0a00000,0x022c5226,0xf7200000,0x02a81226,0xf8000000,0x02d00005,0xac400000,0x06900005,0xa8c00000,0x0a90022a,0xa0c40000,0x0690221e,0x73100000,0x02e866da,0x21300000,0x01188a62,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_126[] = +{ + 0x00000000,0x00000000,0x00003214,0x83300000,0x0000033e,0x0b300000,0x00048614,0x80000000,0x004c6c40,0x00000000,0x00c423c8,0x10000000,0x0c40023c,0xa3000000,0x00032022,0xcf200000,0x02310012,0x08f10000,0x03002122,0x00610000,0x00001220,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_127[] = +{ + 0x00000000,0x01a20000,0x00200951,0x1e670000,0x00744e67,0x77100000,0x05f88889,0xfc000000,0x05a01222,0x7f300000,0x06a01332,0x78000000,0x03900001,0xb4000000,0x03100015,0xf0000000,0x0310226f,0x73000000,0x03106ad6,0x32300000,0x0118ca22,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_128[] = +{ + 0x0002000c,0x00000000,0x0cdfc85e,0x73200000,0x007da3ff,0xdcc00000,0x09fc048f,0x4c000000,0x8ffccc0b,0xc4000000,0x127ebfbf,0x7fb10000,0x00fc00cb,0x04c40000,0x0cbc08cf,0xcc000000,0x883c004f,0x0c800000,0x003c00db,0x1c800000,0x00fd3fb3,0xff310000,0x00000000,0x00000000 +}; + +u32 jchardata_129[] = +{ + 0x00457447,0x40000000,0x03fffccf,0xdf200000,0x00c9b88b,0xbe000000,0x03fffccf,0xcc210000,0x00003dd3,0x33300000,0x0ccfffff,0xfcc00000,0x00df9889,0xfd000000,0x00d77777,0x7d000000,0x00dfdccd,0xfd000000,0x009f3bf7,0xf9000000,0x0ccb0cc0,0xbcc00000,0x00000000,0x00000000 +}; + +u32 jchardata_130[] = +{ + 0x00810810,0x48000000,0x00c60d70,0xc8000000,0x0ccfcdfc,0xccd00000,0x0c220130,0x03f00000,0x0d3ccdfe,0xf2c00000,0x0330017f,0xa0000000,0x12300df0,0x00000000,0x4cfccdfc,0xccc40000,0x00300db0,0x00010000,0x00300db0,0x00220000,0x0030cc22,0x33200000,0x00000000,0x00000000 +}; + +u32 jchardata_131[] = +{ + 0x00000000,0x00000000,0x00cef33f,0xfe000000,0x00c3d00c,0x0c000000,0x00cfd84c,0xcc000000,0x0ccfffff,0xffd00000,0x000bc80d,0xb0000000,0x008f0001,0xf8000000,0x4ffff33f,0xfff40000,0x00c1f11f,0x1c000000,0x00e3d00d,0x3d000000,0x02fcc00c,0xcf200000,0x00000000,0x00000000 +}; + +u32 jchardata_132[] = +{ + 0x00000000,0x00000000,0x01b33fff,0xff100000,0x00c00f10,0x0c000000,0x00c00fdc,0xcc000000,0x4ccc0f10,0x0c000000,0x00c0cfdc,0xccc40000,0x00c007d8,0x00000000,0x04cc0fdc,0xccc00000,0x8cc8c7d4,0xc4c00000,0x0333bf7f,0x73f00000,0x000004c4,0x0cc00000,0x00000000,0x00000000 +}; + +u32 jchardata_133[] = +{ + 0x01403b33,0x7b300000,0x02f83d43,0xc9300000,0x0cecffff,0xfff00000,0x0c002003,0x00e00000,0x0c0ccfff,0xf3c00000,0x023c0303,0xc3000000,0x003ccfff,0xf3000000,0x00300c03,0x00000000,0x00fcffff,0xff300000,0x02f31003,0x08000000,0x13ceffff,0xff300000,0x00000000,0x00000000 +}; + +u32 jchardata_134[] = +{ + 0x00040300,0x00000000,0x03bf3bff,0xffb00000,0x0fc10200,0x30300000,0x040f0301,0x30000000,0x038f8eff,0xccf40000,0x0bc63310,0xc0300000,0x4ce30033,0xe0000000,0x02d00200,0xe1000000,0x00f00310,0xc3000000,0x00f11321,0xd3000000,0x00f3333f,0xf3000000,0x00000000,0x00000000 +}; + +u32 jchardata_135[] = +{ + 0x00000318,0x00000000,0x0fff733f,0x73300000,0x00e22fee,0xeec00000,0x08f00fc0,0xc3800000,0x0cb227fe,0xefc00000,0x0ccc4fd0,0xc4000000,0xcd2eebee,0xefd00000,0x1f3f33f3,0xf7300000,0x0ccc23dc,0xcfd00000,0x003333f3,0xf7000000,0x000003cc,0xccc00000,0x00000000,0x00000000 +}; + +u32 jchardata_136[] = +{ + 0x00800800,0x08000000,0x02e60f73,0xf7300000,0x3ffffccf,0xccf00000,0x0c0cce63,0x90300000,0x0f37c437,0xf0300000,0x0eeecf9c,0xcfe40000,0x0c8c8c8e,0x78c00000,0x0f3f8f51,0xac300000,0x0f0f8f23,0xc8200000,0x4fdfed6f,0x8c920000,0xcb3308ca,0x33c40000,0x00000000,0x00000000 +}; + +u32 jchardata_137[] = +{ + 0x00000422,0x21000000,0x00023f72,0x00000000,0x0bffffff,0xffb00000,0x0c811f21,0x18c00000,0x0c333f73,0x33c00000,0x0c326ffa,0x33c00000,0x0c34c72c,0x97c00000,0x0cbf7333,0xbbc00000,0x0ca23333,0x22c00000,0x0c011321,0x10c00000,0x0f333333,0xbfb00000,0x00000000,0x00000000 +}; + +u32 jchardata_138[] = +{ + 0x00444304,0x44000000,0x0fb7f33f,0x7bf00000,0x0fcdd00d,0xdcf00000,0x0f13d20e,0x31f00000,0x0efcd3bc,0xdfd00000,0x0c02f4db,0x10c00000,0x0d328c88,0x22d00000,0x1f2fffff,0xf2e00000,0x0c034cc0,0x30c00000,0x0c0bc04c,0x30c00000,0x0c0b2226,0xb0c00000,0x00000000,0x00000000 +}; + +u32 jchardata_139[] = +{ + 0x00000c80,0x00000000,0x0ccccfcc,0xccc00000,0x000888b9,0x80000000,0x000c3000,0xc0000000,0x000cfccc,0xc0000000,0x00203000,0x03000000,0x0dfcfccc,0xcee00000,0x0f18b888,0x80f00000,0x0f0c3000,0xd0e00000,0x0d0cfdcc,0xf0c00000,0x0c001333,0x1c800000,0x00000000,0x00000000 +}; + +u32 jchardata_140[] = +{ + 0x00000c50,0x00000000,0x0cceccfc,0xccc00000,0x006d8034,0xc4000000,0x0237f33f,0xb3200000,0x0fecccfc,0xccc00000,0x0f04c0f0,0x00000000,0x0c4fffff,0xff400000,0x0cc800f0,0x00000000,0x0c00ccfc,0xcc000000,0x0c0000f0,0x00000000,0x863fffff,0xfff20000,0x00000000,0x00000000 +}; + +u32 jchardata_141[] = +{ + 0x00000310,0x00000000,0x03ffffff,0xfff00000,0x00e23332,0x22000000,0x00c22322,0x20000000,0x03ffffff,0xff300000,0x00e2ea22,0x6e000000,0x00f00f00,0xc3000000,0x1bf33bff,0xb3310000,0x08b003cc,0x03000000,0x0cb3bf77,0xfb300000,0x080c8000,0x39c00000,0x00000000,0x00000000 +}; + +u32 jchardata_142[] = +{ + 0x000a4000,0x00800000,0x0c1f0003,0x40c00000,0x4cfeccc3,0xc0c00000,0x893c3333,0xf3f00000,0x0ffcccd3,0xd0c00000,0x223c0133,0xf0c00000,0x0cfccfd3,0xd3c00000,0x0c3c30c3,0xc0f00000,0x0c3e03f3,0x73c20000,0x0c3c0cc3,0x00c00000,0x003c0003,0x08c00000,0x00000000,0x00000000 +}; + +u32 jchardata_143[] = +{ + 0x0004e10c,0x40000000,0x0cccdfdc,0xccc00000,0x01777f77,0x77100000,0x00888f88,0x88400000,0x0ccccfcc,0xccc00000,0x0019d31d,0x1d000000,0x00bf333f,0x37000000,0x0ccccfcc,0xccc00000,0x004cc70c,0x08000000,0x49dd135d,0xd5500000,0x03bf3ffb,0x7ff40000,0x00000000,0x00000000 +}; + +u32 jchardata_144[] = +{ + 0x00000200,0x04000000,0x00001b8c,0xcf000000,0x00bffbf3,0x31000000,0x000013d3,0x21100000,0x07ffffff,0xff700000,0x000023c0,0x00000000,0x001333f3,0x33000000,0x0fffcccc,0xcfc00000,0x010333f3,0x33000000,0x000308c0,0x03000000,0x0003ff73,0x33000000,0x00000000,0x00000000 +}; + +u32 jchardata_145[] = +{ + 0x00040003,0x00000000,0x013c733f,0xfff00000,0x0ceefcfc,0x07c00000,0x00c03f3f,0x7fb00000,0x13d0b83c,0x4f400000,0x0eecfcff,0x3bc00000,0x0000333e,0x23f00000,0x00fcfd3c,0x03d00000,0x02e2382f,0x3ec00000,0x03cfec2f,0x32100000,0x12821b3c,0x03300000,0x00000000,0x00000000 +}; + +u32 jchardata_146[] = +{ + 0x00000400,0x00000000,0x0fff7ff3,0x3fb00000,0x0f0ccccc,0xc4f00000,0x0f8ff3fb,0xfc700000,0x0fc40f00,0x0cb00000,0x0f4bfbff,0xf8f80000,0x0f0c0303,0x203c0000,0x0f0c4fcd,0xecb00000,0x0fcf3f3f,0x7c300000,0x0f00c80c,0x48f00000,0x0f33b3ff,0x33700000,0x00000000,0x00000000 +}; + +u32 jchardata_147[] = +{ + 0x004003d0,0x13000000,0x00c027f3,0x33300000,0x0fff3cfc,0xfce30000,0x03c38f33,0xf3320000,0x07c3c7f0,0xf0300000,0x0bcf4fff,0xfff00000,0x0f4f43c0,0xc0f00000,0x4b3f42e2,0xe7e00000,0x870c73f3,0xf3330000,0x800c43c0,0x03800000,0x00cc008c,0xffc00000,0x00000000,0x00000000 +}; + +u32 jchardata_148[] = +{ + 0x00444004,0x44400000,0x0cbbc03e,0xbbc00000,0x0ffff03c,0x8fc00000,0x0c44c13c,0x4bf10000,0x0ffff30c,0xccc00000,0x0e22efff,0x33f00000,0x0c00c13d,0x03e00000,0x0f33fcef,0x13c00000,0x0f00f00f,0x30c00000,0x0f00fcef,0x33d00000,0x0f333230,0x0ef10000,0x00000000,0x00000000 +}; + +u32 jchardata_149[] = +{ + 0x02000470,0x00000000,0x01304ff7,0x33000000,0x0004c03c,0x43000000,0x008c3333,0xfb300000,0x4ddccfcc,0xcfc40000,0x13300fb7,0x33000000,0x00303fb3,0x33300000,0x007ccfcc,0xf0000000,0x00313fb3,0x33310000,0x02331c80,0x30000000,0x2ecdefff,0xfff10000,0x00000000,0x00000000 +}; + +u32 jchardata_150[] = +{ + 0x0040000f,0x10000000,0x13f3eccf,0xecc00000,0x00f0033f,0x33300000,0x4cfccfcf,0xecf00000,0x03f3c3c3,0xe0c00000,0x03c3cfff,0xfff00000,0x33c3031f,0x02300000,0x03cfcfcf,0xdfc00000,0x8fb3af01,0xf6800000,0x000cbe17,0xef500000,0x00003df9,0x05f40000,0x00000000,0x00000000 +}; + +u32 jchardata_151[] = +{ + 0x00100a40,0x00000000,0x00308fc1,0x33100000,0x0139c36f,0x71000000,0x03ff0300,0xc8300000,0x4cbdceff,0xfff40000,0x00330000,0x00000000,0x13fecfff,0xfb000000,0x0030c700,0x4f000000,0x0030c733,0x7f000000,0x0030c726,0xeb000000,0x0330c733,0x33000000,0x00000000,0x00000000 +}; + +u32 jchardata_152[] = +{ + 0x00080000,0x04000000,0x003f3333,0x3f000000,0x0cfccf20,0x0f000000,0x0031f7ff,0xefc00000,0x0c30c320,0x0f000000,0x04f7f3f3,0x3f000000,0x017c808c,0x0f000000,0x022cf33b,0x0f000000,0x03d4b803,0x0f000000,0x0f803733,0x0f000000,0x0a000000,0xff000000,0x00000000,0x00000000 +}; + +u32 jchardata_153[] = +{ + 0x04440840,0x08800000,0x0fff3bf3,0x7f300000,0x0f1f3fff,0xfef00000,0x0d4c036c,0xc4000000,0x0cfb3ff3,0xfb400000,0x0c7e27a6,0xafc40000,0x0c3c0f2c,0x4f000000,0x0c3f33bf,0xbf000000,0x0ccd1ba1,0xd8800000,0x0f33fb3b,0xf3f40000,0x0c0003ac,0x40000000,0x00000000,0x00000000 +}; + +u32 jchardata_154[] = +{ + 0x00000c40,0x00000000,0x00333fb3,0x33200000,0x0cfccfec,0xcfe00000,0x0c711321,0xd7e00000,0x00333333,0xf3200000,0x4cfccfec,0xcfe40000,0x00333333,0xf3200000,0x013c4320,0xc3200000,0x02208320,0xc3200000,0x03100320,0xc3200000,0x120003ac,0x93100000,0x00000000,0x00000000 +}; + +u32 jchardata_155[] = +{ + 0x00400800,0x08000000,0x03f73f73,0xbb300000,0x038c0be0,0xc4300000,0x03cfffff,0xfc300000,0x03c88fa8,0x8c300000,0x03c03fb3,0x0c300000,0x03ccfccf,0xcc300000,0x03003c83,0x00300000,0x0fccffff,0xccf00000,0x03000c80,0x00300000,0x03333fb3,0x33300000,0x00000000,0x00000000 +}; + +u32 jchardata_156[] = +{ + 0x0500c402,0xc4000000,0x0f6fdc8f,0xcc800000,0x00f2c403,0xc4000000,0x073dffbf,0xfff00000,0x0c57f407,0xc4300000,0x00efbc0f,0x8c700000,0x023bffff,0xfff00000,0x03d3c88b,0x8c400000,0x08d3cccf,0xcf500000,0x0c63c233,0x3f700000,0x0b30ffec,0xcc710000,0x00004000,0x00000000 +}; + +u32 jchardata_157[] = +{ + 0x00011110,0xc0000000,0x0ccff7fc,0xccc00000,0x0c00c43c,0x0c000000,0x0c44c6fc,0xccc00000,0x0cccc331,0xc0000000,0x0cc0d3ef,0xccc00000,0x88ccf203,0xc0000000,0x00023c42,0x30000000,0x00dfcccc,0xef400000,0x02310c80,0x13200000,0x0ecccccc,0xcdf00000,0x00000000,0x00000000 +}; + +u32 jchardata_158[] = +{ + 0x00e0c000,0x00000000,0x0efccc0c,0x0c000000,0x23f3f33f,0x3f300000,0x2cfcfcfe,0xcfc00000,0x0f3f3fff,0x3f300000,0x0cfcfc3e,0xcfd00000,0x08bcb83e,0x0f000000,0x0fffff3f,0xfff00000,0x088c880c,0x0c000000,0x06f8f43e,0x0f200000,0x4f007c0f,0xccf00000,0x00000000,0x00000000 +}; + +u32 jchardata_159[] = +{ + 0x00ecccce,0xcc000000,0x00f8c88f,0x9c000000,0x00f8cbbf,0xbf200000,0x13774c47,0x54000000,0x00fcffff,0xff330000,0x00330c08,0xcb000000,0x5ffdffff,0xfff30000,0x04fc8b98,0xcf000000,0x0cbc89b8,0x8f000000,0x003c0000,0x0f000000,0x033ccccc,0xfe000000,0x00000000,0x00000000 +}; + +u32 jchardata_160[] = +{ + 0x0004c11c,0x00000000,0x0ceccfec,0xcec00000,0x007cc32c,0x43000000,0x00bccfec,0xcfc00000,0x00f33333,0x3f400000,0x04c00320,0x0c000000,0x0ec0cfec,0x0c200000,0x07c0c32c,0x0c300000,0x03c0cfec,0x0c300000,0x03f3f333,0x3f300000,0x03c00000,0x8c300000,0x00000000,0x00000000 +}; + +u32 jchardata_161[] = +{ + 0x00000000,0x00000000,0x0dffff73,0x30000000,0x00c3c0cf,0xccc00000,0x00cfc04b,0x04c00000,0x00c3f04b,0x3bc00000,0x00cff00c,0x0f000000,0x00c3c30c,0x9f000000,0x00e2c134,0xfd000000,0x4dfcc02b,0xe8000000,0x0320c3be,0x3e900000,0x0202f680,0x03f00000,0x00000000,0x00000000 +}; + +u32 jchardata_162[] = +{ + 0x00000440,0x02000000,0x033f3f80,0x03000000,0x008ccfcc,0xcf000000,0x00f73f80,0x03000000,0x06711d80,0x03000000,0x0feccccc,0xcfc00000,0x0333f74c,0x03000000,0x0104c34c,0x03000000,0x000c434c,0x03000000,0x00c8134c,0x03c00000,0x0c83320c,0xcfc00000,0x00000000,0x00000000 +}; + +u32 jchardata_163[] = +{ + 0x00280002,0x00000000,0x003c13ff,0xffe00000,0x09ffd6e2,0x26d00000,0x133f03f3,0x3fd00000,0x3efceee3,0x22210000,0x11f0c3ff,0xffc00000,0x4cfccfd5,0xd3c00000,0x003c03f3,0xfbc00000,0x0cfccfe2,0xaf000000,0x003c03c4,0xcf800000,0x003c03cc,0xb3c40000,0x00000000,0x00000000 +}; + +u32 jchardata_164[] = +{ + 0x00000440,0x00000000,0x03774cb6,0x44000000,0x0cfccccf,0xcec00000,0x0f3fcccc,0xc3c00000,0x0230c434,0x23000000,0x003cb038,0xf0300000,0x06fffcfe,0xfc300000,0x03313cb3,0x08300000,0x01fccdfd,0xc8000000,0x00301fb0,0x02000000,0x0cfcfdff,0xffc00000,0x00000000,0x00000000 +}; + +u32 jchardata_165[] = +{ + 0x00300031,0x00000000,0x0eff3dbf,0xff300000,0x03c30f2c,0x3c000000,0x03f33fbf,0xff300000,0x0fcc0c0c,0x0c300000,0x03c33fff,0xfc300000,0x00c3222e,0x30000000,0x00cf1ddd,0xdc000000,0x0c87333f,0x33000000,0x0803000c,0x03000000,0x0003bfff,0xffc00000,0x00000000,0x00000000 +}; + +u32 jchardata_166[] = +{ + 0x000e000a,0x00000000,0x04db000f,0x00000000,0x0c62ffff,0xfff00000,0x013cc00f,0x00c00000,0x03f4f33f,0x33f00000,0x1bf0fccf,0xcc300000,0x4cf0fbf3,0x3f300000,0x00f0f14f,0x0c000000,0x00f4c33d,0xc0000000,0x00fc81ab,0xed000000,0x00fe7e90,0x2bf00000,0x00000000,0x00000000 +}; + +u32 jchardata_167[] = +{ + 0x00100300,0x00000000,0x02fdffff,0xcf300000,0x13c88b8b,0x8c000000,0x00e33333,0x7c000000,0x01fcfccf,0xff330000,0x03f83fb3,0x01300000,0x16fcccfd,0xcd700000,0x4c333fb3,0x01300000,0x00fcfcfc,0xcd300000,0x00333fb3,0x01300000,0x0cfcccfc,0xdff00000,0x00000000,0x00000000 +}; + +u32 jchardata_168[] = +{ + 0x00480000,0x00000000,0x02bc3fff,0xff000000,0x00d8ccef,0xfcc40000,0x08c03777,0x77300000,0x0dd03ccf,0xcc300000,0x4ff03bbb,0xbb300000,0x00f03447,0x44300000,0x00f03fff,0xff300000,0x00f03c03,0x0c300000,0x02f32c02,0x0c200000,0x13c13fff,0xff300000,0x00000000,0x00000000 +}; + +u32 jchardata_169[] = +{ + 0x00000204,0x00000000,0x0ccc031c,0x00000000,0x0f7fbfff,0xfff00000,0x0f0c031c,0x40300000,0x0cbfffff,0xffc40000,0x0cce2322,0x2c000000,0x0c0ccfdc,0xccc00000,0x0f7f7b33,0x3f300000,0x0ccc2bf3,0x0c000000,0x08133082,0x3e100000,0x03310000,0xdb300000,0x00000000,0x00000000 +}; + +u32 jchardata_170[] = +{ + 0x00333333,0x33000000,0x4cfccccc,0xcfc40000,0x00333f73,0x33000000,0x00300c40,0x03000000,0x03333fff,0x33300000,0x01311f48,0xc4000000,0x00333f73,0xb7300000,0x00322f43,0x12300000,0x00311f41,0x33000000,0x03333f42,0x33000000,0x02101f63,0x01300000,0x00000000,0x00000000 +}; + +u32 jchardata_171[] = +{ + 0x00040200,0x00000000,0x008c8300,0xc4000000,0x08c4cbbf,0xffec0000,0x0c404f48,0xc0000000,0x00fff3bf,0x33c00000,0x003c4ccc,0xcfcc0000,0x00fcc00c,0x0f0c0000,0x0c3f3f3f,0x3f000000,0x0c1c080c,0x0d000000,0x07dcb0db,0x0f2c0000,0x7e8030c3,0x0cfc0000,0x00000000,0x00000000 +}; + +u32 jchardata_172[] = +{ + 0x003c0031,0x00000000,0x02bffdff,0xff700000,0x27c31320,0x31000000,0x0f2eeccf,0xee300000,0x03323003,0x23300000,0x0fdcfccf,0xcd300000,0x033334c3,0x3f300000,0x034c3fb3,0x0c300000,0x0304fe63,0x0c300000,0x038c70c7,0x0c380000,0x0b803337,0x0bf80000,0x00000000,0x00000000 +}; + +u32 jchardata_173[] = +{ + 0x000c031c,0x00000000,0x0fffffff,0xfff00000,0x0c3c300f,0x03200000,0x04f03ccf,0xcf000000,0x0320fc03,0xcb300000,0x4c0364fe,0x80200000,0x04f20c30,0xc8000000,0x0040cfec,0xccc00000,0x07c38d30,0x0f100000,0x0f430c00,0x3c300000,0x0d023fff,0xec000000,0x00000000,0x00000000 +}; + +u32 jchardata_174[] = +{ + 0x00c0c00c,0x40000000,0x0cffff7f,0xffc00000,0x4cb88fec,0x8f400000,0x0cbf3f7b,0xff000000,0x08b88fac,0x4bc00000,0x007fffff,0xf7000000,0x4ccccccc,0xccc00000,0x02498b98,0x84000000,0x03cfccfc,0xcf100000,0x03c30000,0x3c300000,0x01ceffff,0xec000000,0x00000000,0x00000000 +}; + +u32 jchardata_175[] = +{ + 0x0ccfcccf,0xccc00000,0x0f73c04f,0x04c00000,0x0ccfffff,0xfff00000,0x00330c43,0x00000000,0x4fcfcfff,0xfff00000,0x000c0030,0xc0000000,0x0f3fffff,0xf3300000,0x0c0f2030,0xf2000000,0x0c3fccdf,0xf0000000,0x0f0b4676,0xb3000000,0x0ccfffcc,0xcef10000,0x00000000,0x00000000 +}; + +u32 jchardata_176[] = +{ + 0x00200030,0x31000000,0x00300f73,0x33300000,0x0dfddefe,0xfed00000,0x0f333f73,0x33f30000,0x0c310c43,0x10c00000,0x0e330f73,0x33e00000,0x0ffecfdf,0xdfe00000,0x12300f63,0x23200000,0x00300f73,0x33200000,0x00300d70,0x13000000,0x00303f40,0x02300000,0x00000000,0x00000000 +}; + +u32 jchardata_177[] = +{ + 0x00000310,0x00000000,0x0fffffff,0xffb00000,0x03000000,0xc8300000,0x0303333f,0xb0300000,0x000000c0,0x00000000,0x00000c80,0x00000000,0x03333fb3,0x33300000,0x00013c93,0x00000000,0x00031c93,0x00000000,0x00234c93,0x00310000,0x0320cc02,0x33300000,0x00000000,0x00000000 +}; + +u32 jchardata_178[] = +{ + 0x02a2200a,0x22200000,0x03c0304f,0x00300000,0x0fb330cb,0x3f300000,0xcfccf0c3,0x08f00000,0x0f7fbccf,0xfff40000,0x0f4f3333,0x30b80000,0x0f0c3ccf,0xccf00000,0x4fcf3f33,0x30f00000,0x03cc3c03,0x00f00000,0x07c6ec03,0x00f00000,0x4f030ccf,0xcff00000,0x01000000,0x00000000 +}; + +u32 jchardata_179[] = +{ + 0x00000118,0x40000000,0x0ccec32c,0x40000000,0x0c13d36c,0x00000000,0x0cfff3ff,0xffc00000,0x0d30c7d8,0x0c400000,0x0feccf6c,0x0c000000,0x0f33f33f,0xbf300000,0x0cccd335,0xc4000000,0x00c4b10b,0xd8000000,0x0ca7d08c,0x3f900000,0x0f20c4c0,0x02f00000,0x00000000,0x00000000 +}; + +u32 jchardata_180[] = +{ + 0x00241333,0x33100000,0x003c1fcc,0xcfd00000,0x0d3d1b33,0x37d00000,0x0f3f32e6,0x2af00000,0x0c3d33f7,0x3f300000,0x0c3f304c,0x4c300000,0x1f7e333f,0xf7300000,0x0cfc3008,0xc0300000,0x4c3c33bf,0xfb300000,0x003c8fd0,0x1fc00000,0x023cb200,0x02b10000,0x00000000,0x00000000 +}; + +u32 jchardata_181[] = +{ + 0x00030030,0x00000000,0x4cffffff,0xfff40000,0x02311be1,0x11000000,0x23337ff3,0x33000000,0x0032effe,0x22000000,0x003d9be5,0xd1000000,0x04f62be2,0x6e400000,0x0f733bf3,0x37f00000,0x00123bf3,0x21000000,0x01332be2,0x33100000,0x03200be0,0x01200000,0x00000000,0x00000000 +}; + +u32 jchardata_182[] = +{ + 0x00000000,0x00000000,0x0fbbf33f,0xbbf00000,0x0cccc00c,0xbdc00000,0x0c77f30c,0x79c00000,0x0cfcc30c,0xfdc00000,0x0c3003c0,0x31c00000,0x0c3ccfcc,0xf1c00000,0x0c337fc0,0x31c00000,0x0c28c0c0,0x31c00000,0x0c0c00c0,0x31c00000,0x0c0004c2,0x3dc00000,0x00000000,0x00000000 +}; + +u32 jchardata_183[] = +{ + 0x001b0008,0x20000000,0x04f6303d,0x30300000,0x4f612fde,0xfe500000,0x130c023f,0x33300000,0x01fbfcfc,0xcdf40000,0x08c30033,0x3f300000,0x4cf3fcfe,0xeef00000,0x03c30fb0,0x0c300000,0x02c30bf3,0x3f300000,0x01e33023,0x5f200000,0x13f21230,0xc9320000,0x00000000,0x00000000 +}; + +u32 jchardata_184[] = +{ + 0x00400618,0x04000000,0x04c00f0c,0x0c000000,0x07f7fbbf,0xfbf00000,0x0fcc4c0c,0x0c700000,0x07c0ffff,0xccf00000,0x0fccb11f,0x80300000,0x0fc0fccf,0xccf00000,0x03c07f7f,0xc4b00000,0x03c07dd3,0xccb00000,0x03c0c844,0xcc700000,0x03c480cc,0x4bf40000,0x00000000,0x00000000 +}; + +u32 jchardata_185[] = +{ + 0x00333333,0x33000000,0x00cccfec,0xcc000000,0x0337bf73,0x7f300000,0x1fefcfee,0xfcf00000,0x0306e720,0x6e300000,0x00efcfee,0xfc000000,0x003fb333,0x33000000,0x00fccfdc,0xcf000000,0x8cff3333,0x3f000000,0x003c0310,0x0f000000,0x003fffff,0xff000000,0x00000000,0x00000000 +}; + +u32 jchardata_186[] = +{ + 0x0064ccc2,0xc0000000,0x09bcc413,0xd0200000,0x1fdfef73,0xf3200000,0x0bbf89df,0xefd00000,0x0c7d5f33,0xf3f00000,0x0fccfc13,0xe1c00000,0x3f7f7f37,0xf3d00000,0x0afdea38,0xc3d00000,0x1bbdb83f,0xb3d00000,0x22bdfcf8,0x03d00000,0x4cf908f3,0x3f900000,0x00000000,0x00000000 +}; + +u32 jchardata_187[] = +{ + 0x00000210,0x00000000,0x0ccce3fc,0xccc00000,0x000230d7,0x10000000,0x0cffc0c5,0x32000000,0x1f33f3ff,0xfff10000,0x0c00c0c8,0x4c400000,0x0cfff3f7,0x3f000000,0x0c7004c0,0x0f000000,0x0c700c80,0x0f000000,0x0c308c00,0x0f000000,0x0c33b333,0x3f000000,0x00000000,0x00000000 +}; + +u32 jchardata_188[] = +{ + 0x00023f40,0x01000000,0x0fffecdc,0xcfc00000,0x0003c03e,0x03000000,0x03f3f00f,0x0f000000,0x0c47d32c,0x07c00000,0x04bf40fc,0x03400000,0x0133f800,0x03310000,0x036fdfff,0xf7100000,0x1e87c00c,0x43000000,0x00038cc8,0x03000000,0x08cf8048,0xcf800000,0x00000000,0x00000000 +}; + +u32 jchardata_189[] = +{ + 0x00e00002,0x80000000,0x08fcc003,0xd0000000,0x0d71c333,0xf3300000,0xdefecdbc,0xdfc00000,0x0c3c2fb3,0xf3f00000,0x0cffccb2,0xc0c00000,0x1f3c3fbf,0xfff00000,0x0cfccf21,0xe3100000,0x0c300f32,0xf1c00000,0x0c300c23,0xffd00000,0x4e302fbd,0xcae40000,0x00000000,0x00000000 +}; + +u32 jchardata_190[] = +{ + 0x02000450,0x10000000,0x02300cb0,0x30000000,0x00ddfcfc,0xfd300000,0x00c03cb0,0x3f000000,0x01dccdfc,0xfc000000,0x03f07fa4,0x7f100000,0x00300300,0x30300000,0x00340f80,0x30000000,0x0c3c31c0,0x2f710000,0x0e3f2000,0xc0c00000,0x130affff,0xf3300000,0x00000000,0x00000000 +}; + +u32 jchardata_191[] = +{ + 0x00000550,0x00000000,0x00030fa0,0x00000000,0x0cefffff,0xffc00000,0x01f50320,0x00000000,0x00c40320,0x00000000,0x23bfffff,0xff320000,0x00000c00,0x00000000,0x007f3bf3,0x3b000000,0x0cbc0000,0x0f800000,0x0c3c0000,0xc3c00000,0x003bffff,0xf3000000,0x00000000,0x00000000 +}; + +u32 jchardata_192[] = +{ + 0x00200015,0x51100000,0x08ba246b,0xa6700000,0x4a9a688b,0x88b00000,0x176732ba,0x8b200000,0x0a9a1255,0x65000000,0x06bb7e9b,0xbae40000,0x02565a75,0x75940000,0x0aab2299,0xb9100000,0x0f1952a6,0xba210000,0x0f8c52c0,0xa9840000,0x1e487e00,0x6dc40000,0x00000000,0x00000000 +}; + +u32 jchardata_193[] = +{ + 0x00008000,0x11000000,0x012eeaaa,0xa2000000,0x08e4038c,0x21000000,0x48998989,0xf8000000,0x02666667,0x7a200000,0x03888888,0x89200000,0x029bbaab,0xb9100000,0x00447847,0x60000000,0x044857f2,0x08400000,0x0c597223,0xd4c00000,0x072ac88c,0xa3300000,0x00000000,0x00000000 +}; + +u32 jchardata_194[] = +{ + 0x00010400,0x20000000,0x01127d12,0x21100000,0x0222ab22,0x22200000,0x4ceeefee,0xeec00000,0x0019d315,0xd1000000,0x022e633a,0xa2200000,0x004c421c,0x40000000,0x02aaafba,0x22200000,0x00000bfd,0x40000000,0x0449f803,0xed000000,0x06b60000,0x2b300000,0x00000000,0x00000000 +}; + +u32 jchardata_195[] = +{ + 0x00200001,0x10000000,0x00748ade,0xe8000000,0x01b99b82,0x20000000,0x12303bb3,0x33300000,0x26745a86,0x64400000,0x18b8adca,0xa8800000,0x00300aa3,0x32200000,0x00300892,0x21000000,0x00300882,0x20000000,0x00301992,0x21100000,0x00302aa2,0x22210000,0x00100000,0x00000000 +}; + +u32 jchardata_196[] = +{ + 0x00020840,0x10100000,0x0223bee6,0x22200000,0x0019e04f,0x63200000,0x029f2227,0xeb200000,0x0eac9aab,0x8bc40000,0x06277647,0x23600000,0x02abaa9b,0x8b000000,0x13565667,0xab200000,0x12223223,0x97100000,0x12111227,0xe3200000,0x1200131b,0xa2200000,0x00000001,0x00000000 +}; + +u32 jchardata_197[] = +{ + 0x00800008,0x00000000,0x02f37bbf,0xbba00000,0x06d8844c,0x46600000,0x0ad5aeaa,0x8e600000,0x4ad22eab,0x8e600000,0x46d22c8b,0x8e600000,0x02d22d57,0x4e600000,0x02d22aab,0x8a200000,0x02d08888,0x8aa40000,0x02f22aa2,0x6b200000,0x02d1d511,0x1ae00000,0x00400000,0x00000000 +}; + +u32 jchardata_198[] = +{ + 0x00040084,0x00000000,0x02f635e3,0xa7200000,0x0e72bd67,0xe3200000,0x022a35ee,0x6a200000,0x02d910c5,0x1aa00000,0x0ed3feeb,0xaae40000,0x8e913aeb,0x8a200000,0x06917ea7,0x8e200000,0x0695f5db,0xc2200000,0x069332ef,0xc6200000,0x0690cc42,0x5fd40000,0x00000000,0x00000000 +}; + +u32 jchardata_199[] = +{ + 0x00020000,0x10000000,0x08db8888,0xad800000,0x08610000,0x29800000,0x0878aaaa,0xbba00000,0x0a701111,0x39900000,0x1a749988,0x29800000,0x08788308,0x69800000,0x0878855c,0x69800000,0x0878888c,0x69800000,0x08700000,0x29800000,0x08700003,0xbc000000,0x00100000,0x00000000 +}; + +u32 jchardata_200[] = +{ + 0x00004114,0x00000000,0x0115d229,0x51100000,0x022e7322,0xe2200000,0x00883101,0x9c000000,0x08c12000,0x3ac40000,0x086bfeab,0xe7500000,0x0011a822,0x84000000,0x0001a422,0x84000000,0x0003d022,0x84000000,0x007e4022,0xc0310000,0x03e4005f,0xa2300000,0x00000000,0x00000000 +}; + +u32 jchardata_201[] = +{ + 0x00810888,0x88400000,0x00d24caa,0xaba00000,0x02f76d88,0x8aa00000,0x48de4cc8,0xce600000,0x8af3aeea,0xefa00000,0x40d244e5,0xc4400000,0x02a39ce9,0x8c800000,0x06d3ac2d,0x0ca00000,0x0bfa882f,0x6ab00000,0x0f2b888c,0xc8400000,0x1a01626e,0x26610000,0x00000000,0x00000000 +}; + +u32 jchardata_202[] = +{ + 0x00000180,0x00000000,0x04888ad8,0x88800000,0x08848a54,0x85400000,0x089a8a98,0xcb900000,0x08a58b54,0xf6400000,0x09b08fad,0xa0000000,0x08845775,0x40000000,0x0848beab,0xc8000000,0x08433c8a,0xf0000000,0x0d3308cc,0xa7100000,0x4b9cc804,0x8ef00000,0x00000000,0x00000000 +}; + +u32 jchardata_203[] = +{ + 0x00044446,0x40000000,0x02ae899b,0xd9100000,0x13970222,0xab200000,0x128fccfc,0xda000000,0x17675676,0x77610000,0x5bef8888,0x88800000,0x128f4676,0x63100000,0x128f8a98,0xca100000,0x13b30232,0xab100000,0x12020210,0x8a100000,0x0000023a,0xe7100000,0x00000004,0x00000000 +}; + +u32 jchardata_204[] = +{ + 0x00080111,0x91100000,0x0238a32a,0xa2200000,0x0898ea8c,0x88800000,0x00002322,0x22100000,0x09d8ea3d,0x0a900000,0x0ab4691e,0x1b800000,0x08b8a90f,0x38800000,0x08b4781f,0x3a800000,0x08b99a2c,0x0ab00000,0x0ab36911,0x19900000,0x1a80da22,0xae200000,0x00000000,0x00000000 +}; + +u32 jchardata_205[] = +{ + 0x00244008,0x00000000,0x08b8abbe,0xba800000,0x0478896c,0x66400000,0x16764d64,0x66400000,0x08b889a8,0xbbb00000,0x00ba5574,0x54300000,0x133989ba,0x89200000,0x00780a53,0xd3000000,0x00780b41,0xf2000000,0x00f42953,0xe3640000,0x4e712a31,0xc9f40000,0x01000000,0x00000000 +}; + +u32 jchardata_206[] = +{ + 0x00440044,0x40000000,0x0afb2aeb,0xf6200000,0x4e512842,0xa4000000,0x02192c02,0xa4800000,0x02e6e802,0xa8800000,0x0ed16677,0x77310000,0x4ef36c8a,0xac400000,0x03c124c6,0xe8000000,0x03c1208e,0xa0000000,0x13c168ca,0xe8400000,0x11c3e802,0x28c00000,0x00400000,0x00000000 +}; + +u32 jchardata_207[] = +{ + 0x00000110,0x00000000,0x08888aa8,0x88800000,0x01222bb2,0x22100000,0x00111991,0x21000000,0x00960880,0x30000000,0x008708c9,0xb8000000,0x00861882,0x20000000,0x00862882,0x10000000,0x00842883,0x00000000,0x01951993,0x11100000,0x0aaaaaaa,0xaaa00000,0x00000000,0x00000000 +}; + +u32 jchardata_208[] = +{ + 0x00004110,0x00000000,0x09dd9229,0x51100000,0x026a222e,0x62200000,0x054d622e,0x21000000,0x0a9ea159,0x12000000,0x029e32aa,0x32000000,0x06dee2a6,0x6a000000,0x0e9a21d1,0x1e000000,0x0a5a36a2,0x3a800000,0x02584ccc,0xc8c00000,0x027a6662,0x22a00000,0x00000000,0x00000000 +}; + +u32 jchardata_209[] = +{ + 0x00000900,0x44000000,0x08c00a50,0xc4000000,0x00448adc,0x88800000,0x00134a9c,0xb8400000,0x04628a54,0x6a800000,0x08f08e98,0x8f800000,0x02e08a98,0x8aa00000,0x03d08a54,0x49b00000,0x02c08e98,0x8ca00000,0x08c85710,0x00000000,0x4804bfcc,0xccc00000,0x00000000,0x00000000 +}; + +u32 jchardata_210[] = +{ + 0x00055119,0x10000000,0x089feaae,0xf8800000,0x00176a66,0x30000000,0x089bd99d,0x78800000,0x005baaae,0x74000000,0x04da844c,0x7c400000,0x4846aeea,0x24800000,0x04444884,0x44400000,0x0aaaeeee,0xaaa00000,0x048e688a,0xec840000,0x4a710880,0x27a00000,0x00000000,0x00000000 +}; + +u32 jchardata_211[] = +{ + 0x00040000,0x00000000,0x006b26aa,0xb9800000,0x046e4880,0x25800000,0x08ae8884,0x65800000,0x00ab2aaa,0xb9800000,0x00cc4880,0x04800000,0x0abeb9ab,0xaba00000,0x4e5829a6,0x45a00000,0x025829a2,0x05a00000,0x026a39aa,0xaaa00000,0x025924a6,0x55a00000,0x00000000,0x00000000 +}; + +u32 jchardata_212[] = +{ + 0x00200044,0x45500000,0x08a989ff,0xffa00000,0x02f321b8,0x48000000,0x05d131a8,0x48000000,0x088b51bb,0x7b320000,0x0cb789ec,0xde800000,0x4fb7a1a8,0x5a000000,0x19a5a2a4,0x5a000000,0x08ed82d0,0x5a000000,0x08a10b40,0x5a000000,0x04616900,0x5a000000,0x00000000,0x00000000 +}; + +u32 jchardata_213[] = +{ + 0x00440644,0x44000000,0x01955b99,0x9d400000,0x03e2baaa,0xae600000,0x0b813466,0x5e600000,0x0ca3489a,0xa9000000,0x4888da88,0x88c00000,0x06bbb777,0x64c00000,0x04805ec9,0xe8400000,0x048031c9,0xe0000000,0x05a314cd,0xe4310000,0x07a8c800,0x6ae00000,0x00000000,0x00000000 +}; + +u32 jchardata_214[] = +{ + 0x00000840,0x00000000,0x02226ff2,0x22200000,0x0004c26c,0x40000000,0x00af2336,0xfa000000,0x0cad8aa8,0x9ac40000,0x04276776,0x32400000,0x08a98aa8,0x9a800000,0x0676e666,0x67600000,0x01399119,0xd3100000,0x002d8488,0xda000000,0x08ed8885,0x7e400000,0x00000000,0x00000000 +}; + +u32 jchardata_215[] = +{ + 0x00400111,0x11000000,0x01b42aea,0xae600000,0x08d86ba2,0x2b600000,0x0448a9a1,0x0a400000,0x000c2aea,0xaf500000,0x27f82991,0x39400000,0x4cfcb9a3,0x3a600000,0x00b43aea,0xbe600000,0x00b52991,0x39500000,0x02b75884,0x6c400000,0x1385abbb,0xbbb50000,0x00000000,0x00000000 +}; + +u32 jchardata_216[] = +{ + 0x04440118,0x00000000,0x0fac6f2e,0x0d200000,0x0c2d359b,0x6a400000,0x0c4d7aeb,0xd8800000,0x0dae68ca,0xeb900000,0x0e1c6e66,0x4d600000,0x0c8c8958,0x08c00000,0x0e6ebbff,0xaea00000,0x0c0d33f3,0x1c000000,0x493e0aa1,0x3f210000,0x4a888a20,0xc9200000,0x00000000,0x00000000 +}; + +u32 jchardata_217[] = +{ + 0x00020451,0x00000000,0x029208a1,0x4c000000,0x035a08b2,0xe6200000,0x03372aa3,0xa2300000,0x169a9fda,0xa9700000,0x001218b1,0x30300000,0x09abaaa8,0xb8b00000,0x0aaa9b8a,0xa8b00000,0x00120893,0x01200000,0x001209b0,0x01200000,0x00120a80,0x33100000,0x00000000,0x00000000 +}; + +u32 jchardata_218[] = +{ + 0x00800218,0x08000000,0x00c0abbd,0x8c800000,0x00c2744f,0x64400000,0x09fb6aae,0xbb600000,0x13d1aaae,0x89b10000,0x01e2a85e,0x6a800000,0x02e178aa,0xdf500000,0x02e07466,0x4e500000,0x02f2bcaa,0x8f900000,0x02e118a2,0x6a000000,0x00c00022,0xc8000000,0x00000000,0x00000000 +}; + +u32 jchardata_219[] = +{ + 0x00000100,0x00000000,0x008c8a98,0xc8000000,0x00840210,0x48000000,0x008c8a98,0xc8000000,0x13b77777,0x7b310000,0x00888ed8,0x88000000,0x00000a50,0x00000000,0x4ccccedc,0xccc40000,0x00000a50,0x00000000,0x01222b62,0x22100000,0x01222a62,0x22100000,0x00000000,0x00000000 +}; + +u32 jchardata_220[] = +{ + 0x00004000,0x00000000,0x00004c40,0x44000000,0x00002740,0xc4000000,0x0004b22a,0xd0000000,0x0486b22e,0x30000000,0x089780ca,0x2c400000,0x0875a9a2,0x04c00000,0x0914db30,0x00800000,0x004cc022,0x44000000,0x0cc8c444,0xc8000000,0x04008888,0x80000000,0x00000000,0x00000000 +}; + +u32 jchardata_221[] = +{ + 0x01911119,0x11100000,0x02e232bb,0xe2200000,0x04d539d3,0x9d000000,0x4aeafe2b,0x67d00000,0x02e1759f,0xdb500000,0x01ea732a,0x62000000,0x4dd57a99,0x99900000,0x02e33aab,0xba600000,0x00e36d47,0x68800000,0x00d16f77,0x68800000,0x0af37e89,0xab900000,0x00100000,0x00000000 +}; + +u32 jchardata_222[] = +{ + 0x00800190,0x80000000,0x00d19ee9,0xdd800000,0x02e227f6,0xe6100000,0x08d94ae8,0xea400000,0x04d38ee8,0xfc840000,0x0aef277f,0x76200000,0x0dd56fbd,0x99900000,0x48c17ebf,0x8c800000,0x00e38ead,0xb9c40000,0x03e04e64,0x47f00000,0x01c04a20,0x0c900000,0x00000000,0x00000000 +}; + +u32 jchardata_223[] = +{ + 0x01191119,0x11100000,0x026e222e,0x22200000,0x00e6222e,0x22000000,0x05f1111d,0x13100000,0x0dfaeeee,0xefd40000,0x49e0002c,0x00000000,0x01e1113d,0x11100000,0x02e2223f,0x22200000,0x02d0031e,0x20000000,0x03c1364c,0x77500000,0x02e29888,0x8ab00000,0x00000000,0x00000000 +}; + +u32 jchardata_224[] = +{ + 0x00000002,0x00000000,0x06f4c87e,0xbc000000,0x009cd358,0x2f100000,0x08c1bba6,0x2f750000,0x040c00c3,0x08800000,0x0abca667,0x66200000,0x047c418f,0x88800000,0x00bca20f,0x4f100000,0x08bda427,0xc4300000,0x0e3f216e,0x9d500000,0x130c2ae6,0x26e40000,0x00040000,0x00000000 +}; + +u32 jchardata_225[] = +{ + 0x00011441,0x10000000,0x0bbb9cca,0xa8800000,0x006a889a,0xa5000000,0x02aa99aa,0xa9200000,0x02ba9b8a,0xa8210000,0x00ba9eca,0xa8100000,0x06bbacca,0xaa700000,0x0baa889a,0x9b900000,0x066ac8c8,0x79400000,0x4cee402f,0xd8000000,0x00aedb60,0x8cc00000,0x00000000,0x00000000 +}; + +u32 jchardata_226[] = +{ + 0x00200040,0x00000000,0x003006a2,0x22200000,0x00b88cda,0x89e00000,0x05b23492,0x09a00000,0x06b10492,0x09200000,0x04f88cda,0x89200000,0x04b0c422,0x89200000,0x04b06c25,0xc2200000,0x087239fc,0x02200000,0x0c048f9c,0xa7100000,0x088ca100,0x69c00000,0x00000000,0x00000000 +}; + +u32 jchardata_227[] = +{ + 0x00440200,0x00000000,0x00991311,0x11000000,0x06ba637e,0xafa00000,0x0a988b68,0x06a00000,0x02987a6b,0x06a00000,0x02976a49,0x26a00000,0x02d44b58,0x06a00000,0x02d06b7a,0x06a00000,0x0a92784a,0x26a00000,0x4e15844c,0x8ea00000,0x06188008,0x23900000,0x00000000,0x00000000 +}; + +u32 jchardata_228[] = +{ + 0x08880008,0x21000000,0x0eac808d,0xe1200000,0x0c1d2aa3,0xbe200000,0x0d8aac45,0x6cc40000,0x0e966aae,0xa8500000,0x0c0e211d,0x20300000,0x0c0aafee,0xfee00000,0x0c2aa22e,0x33000000,0x0e9f6f2d,0x3e000000,0x0f13c50e,0x36e10000,0x0e1200ee,0x03310000,0x00000000,0x00000000 +}; + +u32 jchardata_229[] = +{ + 0x01801119,0x11000000,0x02a622ae,0xe2200000,0x04c626e2,0xae200000,0x09caad99,0x9dc40000,0x03d6b26f,0x72600000,0x08cea99e,0xa9900000,0x0ccaab2e,0x26b00000,0x48a6afae,0xbeb00000,0x02a7135e,0xe0300000,0x03a61be2,0xad700000,0x0385da01,0x1bf00000,0x00000000,0x00000000 +}; + +u32 jchardata_230[] = +{ + 0x01110151,0x19100000,0x0bef92e2,0x2e200000,0x0b4b8262,0x6a000000,0x0b6a8aea,0xaf900000,0x0ba98891,0x19800000,0x0b4babb3,0x3ab00000,0x0bcfaafc,0xfd700000,0x0b4ba294,0x96300000,0x0f2aa2e3,0xb6300000,0x0f08a682,0x94b80000,0x074c6e02,0x4ba00000,0x00000000,0x00000000 +}; + +u32 jchardata_231[] = +{ + 0x00000551,0x11000000,0x02302aa2,0x23000000,0x0098aeda,0xab000000,0x01002aa2,0x03000000,0x0baabaaa,0xaab10000,0x04465aa6,0x66610000,0x00081b91,0x12000000,0x00b81bea,0xaa000000,0x02ec1ba2,0x32000000,0x0b98da84,0x56400000,0x0a005a88,0xba800000,0x00000000,0x00000000 +}; + +u32 jchardata_232[] = +{ + 0x00000092,0x44000000,0x023328a2,0xea100000,0x4ed92db9,0xdba00000,0x4a59bfaa,0xea800000,0x496edc07,0xb0000000,0x4a6e8caf,0xeba00000,0x4b6b2f36,0xa3310000,0x4fea0dbe,0xeb900000,0x4b6a0c74,0xc6100000,0x03233c75,0xd7500000,0x13210cba,0xab900000,0x00000410,0x00000000 +}; + +u32 jchardata_233[] = +{ + 0x00002008,0x00000000,0x0c8eb2ae,0xd0000000,0x0c2a59d3,0x9c000000,0x0f7aaebb,0xaee00000,0x0ca9515d,0x51500000,0x0c2d1eae,0xed800000,0x0c296d19,0x6a800000,0x0c38ad8c,0xae800000,0x0dbc214e,0xf1000000,0x0f2025c0,0x4c300000,0x0e00eb33,0x37e00000,0x00000000,0x00000000 +}; + +u32 jchardata_234[] = +{ + 0x00811111,0x10000000,0x00e22223,0x31000000,0x08ccc89f,0xdc800000,0x0e2e02a8,0x34800000,0x052e23a9,0x25b10000,0x08ad9b98,0x27900000,0x003c23ba,0x16800000,0x017c5399,0x07800000,0x03d9e3aa,0x56b00000,0x1a804a9c,0x8cb00000,0x0c003344,0x00400000,0x00000000,0x00000000 +}; + +u32 jchardata_235[] = +{ + 0x00280120,0x51000000,0x087827b6,0xb3200000,0x1ebc4597,0xd5400000,0x1fbe8aef,0xea900000,0x5a782e26,0xa2200000,0x05785625,0xb1100000,0x06be92ad,0xf9a00000,0x1eb82226,0xb2210000,0x00782336,0xa3200000,0x00781224,0xb3100000,0x00785bab,0xaab10000,0x00100000,0x00000000 +}; + +u32 jchardata_236[] = +{ + 0x04444444,0x20000000,0x0baba88d,0xa8400000,0x031b5855,0xfd100000,0x0fef2963,0xfaa00000,0x036b2841,0xb8440000,0x0bdf9cca,0x79c40000,0x076f6c4a,0xaa400000,0x01592947,0xdf000000,0x02a63963,0xdb600000,0x15c03a71,0xe9710000,0x0c032940,0x08e00000,0x00000000,0x00000000 +}; + +u32 jchardata_237[] = +{ + 0x00200084,0x00000000,0x087027ff,0x32300000,0x04f02d75,0xf0300000,0x1232c930,0xbc500000,0x007c9b98,0xb6f00000,0x01370456,0x00000000,0x13f4aabb,0xaa200000,0x04f044f7,0x7c400000,0x0c7017a2,0x2b400000,0x4c313592,0x8e310000,0x03200492,0x00100000,0x00000000,0x00000000 +}; + +u32 jchardata_238[] = +{ + 0x00020802,0x00000000,0x06abad9b,0xa9400000,0x0967e4f5,0x67800000,0x0923e2a5,0x31800000,0x027f61a6,0x7a600000,0x06a2216a,0xb6310000,0x03aab899,0xb9300000,0x036678a6,0x76200000,0x03223891,0x31100000,0x03003881,0x20000000,0x0b8ab88b,0xa8800000,0x01000000,0x00000000 +}; + +u32 jchardata_239[] = +{ + 0x01114420,0x00000000,0x0233d920,0x00000000,0x0034c336,0xe2200000,0x012c6200,0x8d200000,0x0afeedee,0x9de00000,0x07622012,0x21a00000,0x23aea9aa,0xe9200000,0x02a62221,0x9a200000,0x02b72220,0x89000000,0x02a99aa8,0x88210000,0x019888aa,0xaa200000,0x00000000,0x00000000 +}; + +u32 jchardata_240[] = +{ + 0x00540011,0x11000000,0x00a80aaa,0xaaa00000,0x02ba0677,0xbb600000,0x0bfe9212,0xaa200000,0x02aa1122,0xaa100000,0x02aa9223,0xba200000,0x0ffa4312,0xa9200000,0x00a80322,0xaa200000,0x00aa2323,0xbb200000,0x12bb3202,0xa8100000,0x15c4000a,0xf6300000,0x00000000,0x11000000 +}; + +u32 jchardata_241[] = +{ + 0x04400200,0x00000000,0x09622bba,0xaa900000,0x0ccaa002,0x10000000,0x4aaa26aa,0xaaa10000,0x00aa2aa2,0x24800000,0x4cedd991,0x35800000,0x00aa26aa,0xb9800000,0x00eb26a2,0x39400000,0x00de42e0,0x0d000000,0x0b9294a4,0x6e700000,0x0a023aab,0xb8a00000,0x00000000,0x00000000 +}; + +u32 jchardata_242[] = +{ + 0x00200055,0x00000000,0x08bc40e5,0x4c000000,0x00385afa,0xaea00000,0x16be99bd,0x55500000,0x0c7408bc,0x88400000,0x0c325d7e,0x67a00000,0x1fbd4e7d,0x47900000,0x003c4f9f,0xaa400000,0x003c220a,0x79400000,0x007a306f,0xaba00000,0x07f88aa8,0x44a40000,0x00000000,0x00000000 +}; + +u32 jchardata_243[] = +{ + 0x00100000,0x55000000,0x00baafea,0xb7200000,0x079a9a98,0xaa700000,0x179d8b9a,0xfb710000,0x09be9ba9,0xeab40000,0x0abe99b8,0xea940000,0x017d59b6,0xf7200000,0x06aaefee,0xaaa00000,0x0226daad,0x62100000,0x05fa1bb1,0x9d400000,0x1a512a92,0x37b10000,0x00000000,0x00000000 +}; + +u32 jchardata_244[] = +{ + 0x00000401,0x00000000,0x01200a42,0x10000000,0x01200b42,0x10000000,0x12320b42,0x22200000,0x12321bfb,0xaa200000,0x01202b46,0x55200000,0x01200b42,0x11200000,0x01320b42,0x13200000,0x23210b42,0x00000000,0x04444f44,0x44610000,0x08888abb,0xbbb00000,0x00000000,0x00000000 +}; + +u32 jchardata_245[] = +{ + 0x01511101,0x10000000,0x03a72aca,0x9c800000,0x0bebaa87,0x7aa00000,0x07599baa,0x88800000,0x032f3a88,0x88800000,0x03db1986,0x6aa00000,0x4eeeaac8,0x8c800000,0x04a622a6,0xe2000000,0x00b422d2,0xc3000000,0x00b42a92,0xc3840000,0x02a6ea22,0xeee00000,0x00000000,0x00000000 +}; + +u32 jchardata_246[] = +{ + 0x00000000,0x01000000,0x05f4ceee,0xff900000,0x001003d0,0x08800000,0x000003c0,0x08800000,0x055003e2,0x3ba00000,0x0af40780,0x29800000,0x00b41e40,0x29800000,0x00b4f900,0x69400000,0x00b9a000,0xa9000000,0x0afbea55,0x55500000,0x1a001aaa,0xaaa00000,0x00000000,0x00000000 +}; + +u32 jchardata_247[] = +{ + 0x04800200,0x00000000,0x0cc88a5c,0x88c00000,0x055d135d,0x99d00000,0x0aeeeb6e,0x66e00000,0x04c4c25c,0x88c00000,0x0cccca5c,0x44c00000,0x4cefea6e,0xbac00000,0x08a98008,0x9e000000,0x08a9840c,0x5e000000,0x08aaaa6e,0x2e440000,0x08a666e2,0x2ec40000,0x00000000,0x00000000 +}; + +u32 jchardata_248[] = +{ + 0x00444444,0x44100000,0x02f9bab8,0x9d600000,0x00d9acf9,0xad600000,0x01c13ab1,0x29600000,0x029de8bd,0xe9200000,0x0005b239,0x61200000,0x088de8bd,0xe9a00000,0x0035b239,0x61200000,0x4eeceddc,0xcde40000,0x0349b039,0xc5200000,0x0ec70001,0x4fd00000,0x00000000,0x00000000 +}; + +u32 jchardata_249[] = +{ + 0x00200110,0x4a000000,0x08b088ec,0xb9000000,0x0171166b,0x22200000,0x06368aaf,0xaa900000,0x0db4899f,0x99800000,0x0233226b,0x22200000,0x03315a8f,0x89200000,0x22f08657,0x7f500000,0x04b08633,0x2b400000,0x0c70ba8b,0x8e710000,0x08308467,0x4c400000,0x00100000,0x00000000 +}; + +u32 jchardata_250[] = +{ + 0x00540118,0x02000000,0x00b8003c,0x23000000,0x00f0ab2f,0x32300000,0x06b2aa5f,0x99700000,0x0db9eeaf,0x6ab00000,0x4cb4aa2f,0x2ab00000,0x04b0891d,0x19500000,0x05b28b2e,0x2f200000,0x17a18b2a,0x23200000,0x04808b11,0x12e40000,0x04804fee,0xeee00000,0x00000000,0x00000000 +}; + +u32 jchardata_251[] = +{ + 0x00044644,0x40000000,0x008c8a98,0xc8000000,0x00888a98,0x88000000,0x02aaabba,0xaa200000,0x09999bb9,0x99900000,0x00889bb8,0x88000000,0x0088aaaa,0x88000000,0x008cbccb,0xd8000000,0x004ba889,0xb4000000,0x05ba8888,0xab500000,0x1b988cc8,0x89b00000,0x00000000,0x00000000 +}; + +u32 jchardata_252[] = +{ + 0x00044544,0x40000000,0x00888a98,0xc4000000,0x00888a98,0xc4000000,0x00044754,0x40000000,0x00c88ba8,0xc8000000,0x00c89bb8,0x88000000,0x00c46666,0x48000000,0x00c9b88b,0xc8000000,0x00db9889,0xb9000000,0x02798448,0x97200000,0x0fd84004,0x8db00000,0x04000000,0x00400000 +}; + +u32 jchardata_253[] = +{ + 0x00000544,0x10000000,0x06f00b9c,0xb1000000,0x0050122a,0xb2100000,0x0000015f,0x91000000,0x0440009a,0xc0000000,0x0af026f3,0xf6200000,0x00f00c72,0xac000000,0x00f08a20,0x3e800000,0x00f1b200,0x02f00000,0x0affa555,0x55500000,0x5a006aaa,0xaaa00000,0x00000000,0x00000000 +}; + +u32 jchardata_254[] = +{ + 0x00450004,0x40000000,0x00aa673b,0xab600000,0x00f8aa2b,0xa2600000,0x0aa8a99f,0xdaa00000,0x0f64e22f,0xe2200000,0x23ac415f,0x95000000,0x01a822f7,0x2e600000,0x09a16c52,0x24f40000,0x01212533,0x32300000,0x09a1e159,0x09b00000,0x0d21a008,0x03e00000,0x00000000,0x00000000 +}; + +u32 jchardata_255[] = +{ + 0x00004400,0x00000000,0x0220ab33,0x33100000,0x0aa8ee88,0x8a900000,0x0664e644,0x46500000,0x0220e200,0x02100000,0x0224ebbb,0xfb100000,0x022ce600,0xc2100000,0x026c2e08,0x82100000,0x02e426cc,0x02100000,0x0ea0afbb,0xfb500000,0x0a289500,0x4ac00000,0x00000000,0x00000000 +}; + +u32 jchardata_256[] = +{ + 0x00110440,0x01100000,0x00665aa7,0x76100000,0x0aea9989,0x8da00000,0x0b621303,0x06900000,0x006a8dc8,0x82000000,0x00220880,0x03000000,0x0abaaeea,0xaba10000,0x06664a84,0x47400000,0x00220aa0,0x03000000,0x00220880,0x03000000,0x00228c40,0x32000000,0x00000000,0x00000000 +}; + +u32 jchardata_257[] = +{ + 0x00444104,0x44000000,0x08c8c69c,0x8c800000,0x0a76e6aa,0x6ba00000,0x0a98c698,0x89a00000,0x0888c698,0x88800000,0x08766336,0x6b800000,0x08700210,0x0b800000,0x08722332,0x2b800000,0x08700210,0x0b800000,0x08711311,0x1b800000,0x08722222,0xaf400000,0x00000000,0x00000000 +}; + +u32 jchardata_258[] = +{ + 0x00250011,0x40000000,0x08bda8aa,0xdaa00000,0x057d6667,0xe5400000,0x132aaaaa,0x80100000,0x012aa99a,0xa2310000,0x065d6645,0xd5400000,0x0abebaaa,0xc9900000,0x02992663,0xba100000,0x0ea6aeea,0x88c00000,0x06102aa2,0x00610000,0x0299b99a,0xaa700000,0x00000000,0x00000000 +}; + +u32 jchardata_259[] = +{ + 0x00020008,0x00000000,0x8cea2bbf,0xbb710000,0x00f5444c,0x4a900000,0x09b0899d,0x8a940000,0x0fb82aaf,0x8a900000,0x167c264f,0x46100000,0x0c386a9f,0x8a900000,0x08b8666f,0x46500000,0x00f4998c,0x8a900000,0x08fc8408,0x13100000,0x4c3488cc,0xfec00000,0x00000000,0x00000000 +}; + +u32 jchardata_260[] = +{ + 0x00060019,0x11000000,0x005a007a,0x22200000,0x06bba1ba,0xaa600000,0x0867c0f5,0x55a00000,0x0973f8b2,0x27a00000,0x0b9ad078,0x05a00000,0x0856c03a,0xa7a00000,0x0840c110,0x04800000,0x0952e130,0x06900000,0x0bdae000,0x79b00000,0x05017333,0xec000000,0x00000000,0x00000000 +}; + +u32 jchardata_261[] = +{ + 0x04020064,0x44000000,0x089f49f8,0x8c400000,0x00fa0aa1,0x19500000,0x0df41ba3,0x2a610000,0x07783ada,0x8c400000,0x22bd3893,0x2a600000,0x18fc0896,0x4c400000,0x0c3c089b,0xae600000,0x003c0893,0x19500000,0x003c0892,0x08400000,0x08f4889a,0x88800000,0x00100000,0x00000000 +}; + +u32 jchardata_262[] = +{ + 0x000a0001,0x51000000,0x0aafaa53,0xe3000000,0x06e7aa21,0xc2210000,0x07e7aa2a,0xeae40000,0x0eaba9cf,0x67800000,0x1e6baaeb,0xb7a00000,0x0c1a5591,0xd8600000,0x0caeebb2,0xad000000,0x0da6aaa2,0xae100000,0x1e6aa7ba,0xeae10000,0x0c001f58,0x00800000,0x00000000,0x00000000 +}; + +u32 jchardata_263[] = +{ + 0x01110101,0x00100000,0x02af9b8b,0x8e200000,0x00861101,0x0f000000,0x02a71323,0x3f200000,0x029dcfdf,0xdd200000,0x03110ba3,0x22200000,0x036b0b97,0x55200000,0x008b0aab,0xaa500000,0x00ce1aa3,0x22200000,0x0896cd93,0x11100000,0x0e31088e,0xdcc00000,0x00000000,0x00000000 +}; + +u32 jchardata_264[] = +{ + 0x04151111,0x91000000,0x0e3e2a62,0xeba00000,0x06140914,0x82a00000,0x0e9dde69,0xdaa00000,0x0e5e6f7a,0xeaa00000,0x0e9caf76,0x82a00000,0x0e5d7e63,0xd6e00000,0x0aaf8a20,0xff200000,0x0a9c8a60,0xca200000,0x066e66ae,0xaea80000,0x022a62e6,0x2ae40000,0x00000000,0x00000000 +}; + +u32 jchardata_265[] = +{ + 0x00000840,0x00000000,0x0222bef3,0x22200000,0x0019f15f,0x51000000,0x02ae3227,0xeb100000,0x0eedb99b,0xdfd40000,0x09223a63,0x22800000,0x06aabeeb,0xaaa00000,0x01111a51,0x51100000,0x016e1970,0xc6100000,0x03161840,0xa1300000,0x0a8abaab,0xa8900000,0x00000000,0x00000000 +}; + +u32 jchardata_266[] = +{ + 0x00400020,0x00000000,0x01e22aba,0xaaa00000,0x02e115e6,0x59900000,0x4eeea2f3,0x2a600000,0x0a6491a6,0x1d000000,0x0e25b26a,0x6b100000,0x0e29723f,0xe7100000,0x4eed322a,0xe3100000,0x029c512e,0x99000000,0x07d6a6f3,0x2ee00000,0x1e004c22,0x00800000,0x00000000,0x00000000 +}; + +u32 jchardata_267[] = +{ + 0x00200451,0x00000000,0x09baadfb,0xaaa00000,0x0b429224,0x34800000,0x0588cadc,0x88400000,0x0026e77e,0x62000000,0x0159db9d,0x95100000,0x1aaaeaee,0xbaa00000,0x012ea62a,0xb2200000,0x04da19d1,0xbd500000,0x0c46a840,0x34800000,0x0000488e,0x70000000,0x00000000,0x00000000 +}; + +u32 jchardata_268[] = +{ + 0x00444444,0x55100000,0x02a99eab,0xaa500000,0x4f9a8ecb,0x8ae00000,0x4b9a8959,0x97d00000,0x035a5a76,0xa6600000,0x036a6676,0xa6200000,0x07da9db9,0x9d100000,0x07da8efa,0xbf000000,0x07e65f66,0x7e000000,0x07c9bd9b,0xba840000,0x00000ba9,0x8af40000,0x00000044,0x44000000 +}; + +u32 jchardata_269[] = +{ + 0x00405511,0x11100000,0x0af1f663,0xbaa00000,0x4c09ac86,0xd0c00000,0x01452a72,0xe3e00000,0x07d5aee9,0xd1e00000,0x4c812a62,0xe2e00000,0x4885aaa6,0xe2e00000,0x04b6a851,0xf1c00000,0x06a69965,0xe6e00000,0x078bdfc5,0xe4b10000,0x06854013,0xe0000000,0x00000000,0x00000000 +}; + +u32 jchardata_270[] = +{ + 0x01191101,0x91000000,0x07afa25b,0xeab00000,0x036e6306,0xe6600000,0x0baeab88,0xff800000,0x039f511b,0xaf200000,0x0ae6f699,0x04e00000,0x045bb89b,0x84400000,0x00857674,0xab000000,0x03bfbbba,0xea300000,0x00964655,0xa9000000,0x03b98a98,0x9b200000,0x00000000,0x00000000 +}; + +u32 jchardata_271[] = +{ + 0x00000440,0x00000000,0x0bbbbbbb,0xbb700000,0x0c888ba8,0x88800000,0x0c067666,0x64800000,0x057a8ee8,0xa7100000,0x02140aa0,0x01200000,0x00591995,0x50000000,0x00ba2aaa,0xa2000000,0x00fc4880,0x12000000,0x08b2eea2,0x22000000,0x0c3226ae,0xeec00000,0x00000000,0x00000000 +}; + +u32 jchardata_272[] = +{ + 0x00000440,0x00000000,0x0bbbbbbb,0xbba00000,0x074a9888,0x85600000,0x018baaaa,0xa9000000,0x008f9999,0xd8000000,0x009baaaa,0xa8000000,0x009a9999,0xb8000000,0x026aaaaa,0xb6200000,0x4aaaaaaa,0xbaa00000,0x00088009,0xa0000000,0x4cc40033,0x9cc00000,0x00000000,0x00000000 +}; + +u32 jchardata_273[] = +{ + 0x00240111,0x11400000,0x0c3862a2,0x26a00000,0x08b86d59,0x95a00000,0x067e662a,0xa6900000,0x0cb8a9a9,0xa4a00000,0x0cbba9b9,0xa5a00000,0x1f7469bb,0xb7a00000,0x0cb8b989,0xa4900000,0x0c747aa1,0x24b00000,0x0c312aa1,0x35b00000,0x0e305e22,0x6eb00000,0x00000000,0x00000000 +}; + +u32 jchardata_274[] = +{ + 0x00100409,0x14000000,0x08b8095a,0x69500000,0x5b9aaeae,0xaea40000,0x06774d6e,0xae500000,0x08ba1855,0x99000000,0x06ba3bea,0xaab00000,0x12762319,0x51300000,0x0aaa58ee,0xee800000,0x0f2e30ed,0xea000000,0x1ead5d38,0x6ee10000,0x0c6d5308,0x53b00000,0x00000000,0x00000000 +}; + +u32 jchardata_275[] = +{ + 0x00200802,0x00000000,0x00300843,0x00000000,0x08b8affb,0xbab00000,0x1676e574,0x74700000,0x00308564,0x70100000,0x0033df88,0xf6300000,0x1330c000,0x84000000,0x00389223,0xa6200000,0x007c0003,0xc0000000,0x04f40003,0xc0000000,0x0b6022ae,0xa2200000,0x00000000,0x00000000 +}; + +u32 jchardata_276[] = +{ + 0x00180044,0x00000000,0x007802aa,0xab200000,0x01a40088,0x1b000000,0x07f36888,0xb8800000,0x0ed6a889,0xa4400000,0x4bc2126a,0x32200000,0x03c2122e,0x32200000,0x13f3000d,0x20000000,0x00e30009,0xa0000000,0x02f12001,0xe0c40000,0x13c00013,0x2cc00000,0x00000000,0x00000000 +}; + +u32 jchardata_277[] = +{ + 0x00800280,0x00000000,0x00e227fa,0xb6000000,0x16e62f32,0xf3210000,0x48daefae,0xea400000,0x00d2aba6,0xa9800000,0x00eeabe6,0xaa800000,0x5ee2aa66,0x6aa10000,0x00e6aaae,0xa9840000,0x00e155dd,0xe6400000,0x00e22ae2,0xea000000,0x0ce7ea22,0x3ac40000,0x00000000,0x00000000 +}; + +u32 jchardata_278[] = +{ + 0x00a00028,0x00000000,0x00f0023a,0x62200000,0x02f26b9d,0xd9800000,0x09db566e,0x66600000,0x00e2023a,0x63200000,0x01fa6eea,0xaea00000,0x5ff710f2,0x1d000000,0x11f112ba,0xe7100000,0x00f0227d,0xa3000000,0x00f008e7,0xf9000000,0x08f0eb20,0x1af00000,0x00100000,0x00000000 +}; + +u32 jchardata_279[] = +{ + 0x00044554,0x41100000,0x01b88aaa,0xe6200000,0x03885666,0xc4000000,0x00a9abba,0xc4000000,0x01b88aa8,0xe7310000,0x13a86666,0xc6100000,0x12a8baab,0xc6100000,0x0124f66f,0x52100000,0x0125a26a,0x12100000,0x016d1268,0x02d40000,0x0da0022c,0xabc00000,0x00000000,0x00000000 +}; + +u32 jchardata_280[] = +{ + 0x00920889,0x88400000,0x03f10d9b,0x99900000,0x04f42eaa,0xaab10000,0x1afa19aa,0xaa500000,0x01f188bb,0xb9840000,0x05fd9bab,0x65600000,0x4af29deb,0xebd00000,0x12f09b9a,0xabc00000,0x11f088bb,0x6e600000,0x00f0efd9,0xacb00000,0x0cb0109e,0xa0840000,0x00100000,0x00000000 +}; + +u32 jchardata_281[] = +{ + 0x00044445,0x40000000,0x027daaab,0xaa200000,0x005c5557,0x51100000,0x004cabbb,0xa3200000,0x015cabbb,0xa3200000,0x02782112,0x02200000,0x08fcaafb,0xaa900000,0x007922e7,0x2a200000,0x0078115f,0xd5100000,0x027f5845,0xc9100000,0x1fc9ab33,0x3bf00000,0x00000000,0x00000000 +}; + +u32 jchardata_282[] = +{ + 0x00440008,0x00000000,0x02aaabbe,0xaaa00000,0x00d55aa9,0x99400000,0x05f26eaa,0xaf000000,0x0db26eaa,0xaf000000,0x4db15665,0x57400000,0x05baabba,0xabc00000,0x04968a98,0x89800000,0x04822348,0x00000000,0x0481337a,0x10000000,0x07b200c9,0x23310000,0x00000000,0x00000000 +}; + +u32 jchardata_283[] = +{ + 0x00800118,0x00000000,0x04c002a8,0x44000000,0x4c8882e8,0x8c800000,0x08ec0ea8,0x4c000000,0x00e5423e,0xe2000000,0x08e9c26d,0xd9400000,0x48a98ee8,0x08c40000,0x08a98a28,0xc0000000,0x0ca9c220,0x40000000,0x4abaa6ea,0x62200000,0x02aa2226,0xae600000,0x00000000,0x00000000 +}; + +u32 jchardata_284[] = +{ + 0x00910095,0x00000000,0x00a611fa,0x55100000,0x04f52bfa,0xbe600000,0x0ae89fc4,0xba000000,0x03e5741e,0xc2310000,0x2aed33bf,0xeb200000,0x0de8aee3,0x2bd40000,0x49a469db,0x9f900000,0x01a42bb3,0x2a400000,0x01a41896,0x4c510000,0x01a4088b,0xae700000,0x00000000,0x00000000 +}; + +u32 jchardata_285[] = +{ + 0x00200802,0x00000000,0x01200842,0x10000000,0x139a9cdb,0x99100000,0x03320a63,0x22300000,0x00311a52,0x10300000,0x0abafedb,0xa8b00000,0x1232efd7,0x31300000,0x012daa7e,0x52300000,0x16ea2a60,0xc8300000,0x6ea12a50,0x08f00000,0x00210a50,0x03700000,0x00000000,0x00000000 +}; + +u32 jchardata_286[] = +{ + 0x00800440,0x00000000,0x00e22eeb,0xba800000,0x00c0604b,0x30000000,0x08c8abfe,0x88800000,0x05d116b1,0xd1100000,0x0aee2fee,0xeab10000,0x0cc4ce98,0xcb500000,0x44c04a54,0xe5000000,0x00c00adc,0xc8800000,0x00c00a54,0x80000000,0x00c03bc8,0x88800000,0x00400000,0x00000000 +}; + +u32 jchardata_287[] = +{ + 0x00011004,0x44100000,0x068aa0ac,0x8da00000,0x0a66e2a6,0x25a00000,0x0852e18a,0xa9a00000,0x0afbf3aa,0xa9a00000,0x0842e086,0x25a00000,0x0a62e2ee,0xada00000,0x0aeee2e6,0x65a00000,0x08422880,0x05a00000,0x0002ac00,0x05a00000,0x0002e000,0x4f600000,0x00000000,0x00000000 +}; + +u32 jchardata_288[] = +{ + 0x00080004,0x44000000,0x05bfb73f,0xbe000000,0x0888888a,0x3c840000,0x0c4c8da6,0x44400000,0x4c8c8a6c,0x88c00000,0x0e2aab36,0xee610000,0x4911d7dd,0x99d40000,0x00888a98,0x88000000,0x00c4c65c,0x4c000000,0x00c09758,0x0c000000,0x0888ba88,0x88800000,0x00000000,0x00000000 +}; + +u32 jchardata_289[] = +{ + 0x00555045,0x55400000,0x0aaaf5aa,0xeaa00000,0x0aeaf56a,0xea600000,0x0a55f5a6,0x56a00000,0x06baa09e,0xafa00000,0x0a989999,0x8aa00000,0x021d32a7,0x56a00000,0x0a9da48e,0x9ea00000,0x0a9d76ab,0x1ea00000,0x0edc1480,0x02a00000,0x4a188ccc,0xdfd40000,0x00000000,0x00000000 +}; + +u32 jchardata_290[] = +{ + 0x00440002,0x04000000,0x06b9748f,0xc8300000,0x0898964f,0x43100000,0x0588404f,0x88400000,0x0aa8abee,0xa7100000,0x0888a219,0x53100000,0x048866ae,0xefd00000,0x00fcaa9d,0x53100000,0x0ee8a22a,0x63100000,0x4b982208,0x42d40000,0x12882208,0xfe800000,0x00000000,0x00000000 +}; + +u32 jchardata_291[] = +{ + 0x00444444,0x54000000,0x0aeaa889,0xac800000,0x0a622841,0x64800000,0x096a9595,0xf5900000,0x0962522f,0x76a00000,0x096e9089,0x24800000,0x08518cc1,0x24800000,0x0a73a88d,0x64800000,0x0a5da001,0xa4800000,0x0aaaa889,0xa8800000,0x0a99a889,0xa8800000,0x00000000,0x00000000 +}; + +u32 jchardata_292[] = +{ + 0x00820048,0x20000000,0x06db97cd,0xa8800000,0x4e2b6a92,0xe1100000,0x05bba98b,0xab300000,0x0ba76ba7,0x4e500000,0x098a8ceb,0x8a500000,0x09a25986,0x1b400000,0x0ab6fa9c,0x3a400000,0x0ab5f88c,0x3a400000,0x08933113,0x1b600000,0x0bf999b9,0x8c710000,0x00000000,0x00000000 +}; + +u32 jchardata_293[] = +{ + 0x00240200,0x19000000,0x05680714,0x2e300000,0x0d7b9a2e,0x6e100000,0x26797223,0x3f310000,0x2aeda574,0x3f000000,0x116c136d,0x3e100000,0x01eca203,0x5db00000,0x0af9a8ee,0x8ca10000,0x0e7a0000,0x0c000000,0x074a3130,0x3c300000,0x02483020,0x2c210000,0x00000000,0x00000000 +}; + +u32 jchardata_294[] = +{ + 0x00444544,0x55000000,0x0ab8c9ac,0xb9800000,0x0898eabf,0xaaa00000,0x00444676,0x44000000,0x019dbaab,0xeb100000,0x02b89baa,0xb9000000,0x00b46467,0x7b000000,0x00bcab99,0xe9310000,0x00b8989a,0xa8100000,0x027fd449,0xc4000000,0x1fc52333,0x7ff00000,0x00000000,0x00000000 +}; + +u32 jchardata_295[] = +{ + 0x00001001,0x10000000,0x0aeabaee,0xaaa00000,0x09513196,0x21100000,0x0866aaee,0xaa000000,0x08699555,0x5e000000,0x086aaaaa,0xae000000,0x086aaaaa,0xae000000,0x0c4156a9,0x54000000,0x0e22e6aa,0x6e210000,0x4d1d52a9,0x19d40000,0x040406e4,0x00400000,0x00000000,0x00000000 +}; + +u32 jchardata_296[] = +{ + 0x00000110,0x44000000,0x09959aed,0x99500000,0x0263a27b,0x2a600000,0x04138439,0x0c000000,0x4c758aba,0xaa900000,0x03305765,0x8f900000,0x2331331a,0xa2000000,0x00f499fd,0xb8800000,0x08b0006b,0x20000000,0x4c301279,0x33100000,0x483036c8,0x01300000,0x00000040,0x00000000 +}; + +u32 jchardata_297[] = +{ + 0x00440019,0x01000000,0x0aee58bd,0x9a400000,0x1a6ea975,0x66900000,0x095d1bb2,0x32200000,0x0aae2fe4,0xb8800000,0x096e59ba,0xf6a00000,0x089dcde4,0xf4800000,0x0a6e11f2,0xfaa00000,0x0f0e25a0,0xf4000000,0x0b1e2d31,0xf1500000,0x07aa9532,0xeae40000,0x00000000,0x00000000 +}; + +u32 jchardata_298[] = +{ + 0x04444554,0x44400000,0x08999ee9,0x99800000,0x02222aa2,0x22200000,0x0adccfcc,0xcda00000,0x08802a80,0x04800000,0x0aafbaaa,0xb7a10000,0x08822880,0x74800000,0x088b2986,0x24800000,0x08859bb7,0xc4800000,0x08801aa2,0x35800000,0x0aa32980,0x5f900000,0x00000000,0x00000000 +}; + +u32 jchardata_299[] = +{ + 0x00800051,0x08000000,0x03e324b2,0x2e000000,0x03c39ffd,0x5f000000,0x0bda14a3,0x3d000000,0x03e24afa,0x7f200000,0x07cb2644,0x2ce40000,0x4bc216a2,0x3e500000,0x03c2aee9,0x3d000000,0x03e316a1,0x3d100000,0x03c09eee,0x7e200000,0x0f804400,0x3c000000,0x00000000,0x04000000 +}; + +u32 jchardata_300[] = +{ + 0x00800455,0x44000000,0x01f12ebb,0xae000000,0x00c01daa,0x9d100000,0x48c92aa6,0xaa600000,0x01d0abe2,0xebc00000,0x06fcaae2,0xebc00000,0x48f0057b,0x66600000,0x00f09bfe,0xfb900000,0x00f124ee,0xc6300000,0x02f3d81d,0x0c900000,0x1f81633f,0x33710000,0x00000000,0x00000000 +}; + +u32 jchardata_301[] = +{ + 0x01110001,0x12100000,0x13afdeee,0xe6100000,0x128b0303,0x86200000,0x12aa4655,0xd7000000,0x12ad9aaa,0xe6200000,0x129a1222,0xa7200000,0x128b9999,0xd6200000,0x128baaaa,0xe6100000,0x12ab1113,0x94100000,0x128cbaa8,0xd6300000,0x12896566,0xa2100000,0x00000011,0x10000000 +}; + +u32 jchardata_302[] = +{ + 0x00111420,0x00000000,0x05e22e6a,0xb5c00000,0x0260790f,0x1aa00000,0x0033d448,0x3e000000,0x1673e2e6,0xab300000,0x0ac1e0aa,0x48100000,0x02e2ba2e,0x2e600000,0x01d23d2e,0x95900000,0x00c61826,0x40800000,0x08ef8466,0x44700000,0x5f2088df,0xefe00000,0x00000000,0x00000000 +}; + +u32 jchardata_303[] = +{ + 0x00800544,0x19000000,0x05f40f88,0x2e000000,0x0c986eaa,0x7ea00000,0x08886e6b,0xea600000,0x0b684c9e,0x40000000,0x4c8caab7,0x2a900000,0x0cc8489a,0x44400000,0x08b966ab,0xaa600000,0x09a96a6b,0xe6a00000,0x4b18485a,0x84800000,0x5748889a,0x88800000,0x00000000,0x00000000 +}; + +u32 jchardata_304[] = +{ + 0x01911801,0x55400000,0x03e27a1b,0xebe00000,0x0beaee9b,0xa2e00000,0x03e6690a,0xa7e00000,0x03daaa08,0xa9e00000,0x03caaa1a,0xb2e00000,0x03d65b19,0xf9e00000,0x0bcabe69,0x71e00000,0x0786550c,0x31e00000,0x07d27f8d,0x31e00000,0x0f11008a,0x1fa00000,0x01000000,0x00000000 +}; + +u32 jchardata_305[] = +{ + 0x01104004,0x00100000,0x0237c22e,0x72100000,0x002d8219,0xa0000000,0x01bc0111,0xe4000000,0x0be20a21,0x7f600000,0x4e135e21,0x24c00000,0x03038a25,0x20000000,0x0223d22a,0xb2200000,0x0035d222,0xea200000,0x06bfa488,0xcc400000,0x1b88ab77,0x7bb10000,0x00000000,0x00000000 +}; + +u32 jchardata_306[] = +{ + 0x00000550,0x00000000,0x09aaaaaa,0xaa500000,0x0c999aa9,0x99800000,0x086aabba,0xaa800000,0x00000220,0x00000000,0x02aeabba,0xe2200000,0x0088bab8,0xc1000000,0x00ab6457,0xe3000000,0x139f988a,0xf0000000,0x00132231,0x23100000,0x09baa988,0x8ab10000,0x00000000,0x00000000 +}; + +u32 jchardata_307[] = +{ + 0x00048044,0x48400000,0x08daa2aa,0xa4000000,0x1aeaaaee,0xaaa00000,0x0d1955d1,0x99100000,0x081a6666,0xa4000000,0x00888888,0x88000000,0x009eaaaa,0xe8000000,0x008d9999,0xd8000000,0x00aaaaaa,0xaa000000,0x006d9559,0xe6000000,0x0cea2222,0xaec00000,0x00000000,0x00000000 +}; + +u32 jchardata_308[] = +{ + 0x00460009,0x10000000,0x00cb035a,0x20000000,0x01d799cf,0xa9900000,0x0aa3669f,0x67700000,0x0d8316ef,0x02500000,0x4f933d7b,0x8ad00000,0x0487cc06,0xeb000000,0x06ab6d00,0xf6000000,0x16830f10,0xbe000000,0x04834c9f,0x1fa00000,0x04b6c871,0x00f40000,0x00000000,0x00000000 +}; + +u32 jchardata_309[] = +{ + 0x04020000,0x00000000,0x099f94aa,0xbb200000,0x02eb2984,0x7c400000,0x0ee72992,0x3a600000,0x075b2aa2,0x19600000,0x039e2aa2,0x2a600000,0x06ff29a2,0x6e200000,0x0c2f18a2,0x11200000,0x023f3992,0x22200000,0x131e0896,0x46940000,0x04d602a8,0x88b10000,0x00000000,0x00000000 +}; + +u32 jchardata_310[] = +{ + 0x00911155,0x55000000,0x02e632eb,0xaea00000,0x0e99b1d3,0x1aa00000,0x09ee22e6,0x6a900000,0x01d571db,0x99900000,0x0ae6f1d3,0x2aa00000,0x4aaab1d7,0x59800000,0x0888b1db,0xaa900000,0x1ebbf0d3,0x19900000,0x4c8b20d3,0x2aa00000,0x01ba089a,0x88840000,0x00000000,0x00000000 +}; + +u32 jchardata_311[] = +{ + 0x00200460,0x11000000,0x01204df1,0x22200000,0x1313d36f,0x22200000,0x137d0316,0xe6000000,0x08f12bb3,0x7fa00000,0x0a271991,0x22900000,0x227a2aeb,0xa2300000,0x017a2aa7,0x63100000,0x127a2a93,0x13000000,0x257c6ba7,0x77610000,0x08b8889b,0x9bb00000,0x00000000,0x00000000 +}; + +u32 jchardata_312[] = +{ + 0x00a00044,0x00000000,0x04f023e6,0x67200000,0x4d7d6999,0xd9200000,0x1efe2e23,0xe2200000,0x00f4adcf,0xcda00000,0x09fbe9ab,0xa5a00000,0x5bf8a98b,0xa5a00000,0x08b4a99b,0x9a600000,0x48b8eaa2,0x22200000,0x48b4a991,0x11e40000,0x03a426ea,0xaae00000,0x00000000,0x00000000 +}; + +u32 jchardata_313[] = +{ + 0x00400044,0x00000000,0x17b337bb,0x77310000,0x04c04ad8,0x8c000000,0x4eea2fb2,0x2e000000,0x0695e812,0xca100000,0x06917632,0x46100000,0x0695a896,0x8a900000,0x0691f6e2,0xc6d00000,0x0691f1d2,0xc2d00000,0x06a6b6a7,0xa3900000,0x06aa2e6e,0x2f900000,0x00000000,0x00000000 +}; + +u32 jchardata_314[] = +{ + 0x00110080,0x10000000,0x08b31085,0x20000000,0x0361b8cd,0xa8000000,0x271154c5,0x6c000000,0x09a212b7,0x3f310000,0x012a98cd,0xac800000,0x022264cd,0x64400000,0x02e23889,0x60000000,0x0ba26c01,0xe4000000,0x0d6bf401,0x6c800000,0x5b2d4001,0x24c00000,0x00000000,0x00000000 +}; + +u32 jchardata_315[] = +{ + 0x00000005,0x40000000,0x0afc811b,0x91000000,0x0854aaae,0xeb900000,0x0844a65d,0x9b500000,0x0488666a,0xaa400000,0x0ab82a99,0x99c00000,0x0cbcae6a,0xaae00000,0x0cb8aa88,0x8aa40000,0x0cb823e2,0xab200000,0x0effe5c0,0x88000000,0x9b852f37,0xf7300000,0x00000000,0x00000000 +}; + +u32 jchardata_316[] = +{ + 0x00000618,0x20000000,0x06bdd749,0x6c000000,0x0458a36b,0x3a600000,0x0889ba8e,0x98800000,0x099aabaf,0xbaa00000,0x1238a20e,0x14000000,0x0078eb2f,0x7e200000,0x0cb8a20a,0xd0000000,0x0038a36f,0xf2210000,0x023ba9c0,0x88840000,0x138d2733,0x3bf10000,0x00000000,0x00000000 +}; + +u32 jchardata_317[] = +{ + 0x00020000,0x00000000,0x09939daa,0xbfa00000,0x0272b600,0x34800000,0x0030bc9b,0xaba00000,0x0f62a693,0x11200000,0x0301a5d3,0x26600000,0x0322d0df,0xeb600000,0x03c1f1d2,0x01200000,0x0a9681c2,0x22600000,0x1e0d72d2,0x02d40000,0x492a00b9,0x88b00000,0x00000000,0x00000000 +}; + +u32 jchardata_318[] = +{ + 0x0002002a,0x22100000,0x4eefa17e,0x22200000,0x0225b1b9,0x55600000,0x0124b0fe,0xaee00000,0x1bbfbaf6,0x2a600000,0x0c120cb9,0x1d200000,0x0e33213e,0xaa200000,0x0d33501b,0xe2000000,0x0e33f52e,0xe6000000,0x1a9a85f8,0x2e610000,0x0012cf50,0x13f50000,0x00000000,0x00000000 +}; + +u32 jchardata_319[] = +{ + 0x02000045,0x44000000,0x0230138b,0x5c000000,0x0498bbff,0xbba00000,0x0887648b,0x54400000,0x0990337b,0x3b310000,0x0bf8c848,0x0c000000,0x08b0ab3f,0xbb200000,0x0870a708,0xc3200000,0x0c78e33f,0xf3200000,0x4e3b58c4,0x8cc40000,0x5b01bb33,0x3bf00000,0x00000000,0x00000000 +}; + +u32 jchardata_320[] = +{ + 0x00804446,0x44000000,0x02e6a9cf,0x88400000,0x05a2988b,0x88000000,0x0ca28aab,0xaa200000,0x4ca68c8b,0xcd600000,0x8cae88cb,0x89e40000,0x08aa889a,0x89a00000,0x09a73ae9,0x85600000,0x1ba29cb8,0xcd200000,0x08885bdc,0xc6200000,0x0884bd88,0xffc00000,0x00000000,0x00400000 +}; + +u32 jchardata_321[] = +{ + 0x00120842,0x01000000,0x00aacc9a,0xcb000000,0x06beb026,0x87000000,0x06e87035,0xc6600000,0x4ad9b97c,0x88f00000,0x1f73b698,0x04d00000,0x03bdf8ea,0xaa100000,0x02a9b8a9,0x8a200000,0x03a57465,0x8a200000,0x038cb8a9,0xda200000,0x12872022,0xa6200000,0x00000000,0x00000000 +}; + +u32 jchardata_322[] = +{ + 0x00000200,0x00800000,0x08888b84,0x41d00000,0x00aaab66,0xb3c00000,0x04c44b86,0xb0c00000,0x16eaafb7,0xa2e00000,0x04445764,0x81c00000,0x0c9bbbe7,0xa2c00000,0x1f6b94c4,0x80c00000,0x0c8baae2,0x73c00000,0x0c8988c0,0x12c00000,0x0c444482,0x3ac00000,0x00000000,0x00000000 +}; + +u32 jchardata_323[] = +{ + 0x00000910,0x00000000,0x01226e22,0x22100000,0x4edddddd,0xdde00000,0x021aa22a,0x20200000,0x001f111d,0x30000000,0x00db266e,0x74000000,0x0cdb599d,0x98800000,0x089b222e,0x21000000,0x009b111d,0x22000000,0x009b555d,0x66400000,0x009baaaa,0xaa800000,0x00000000,0x00000000 +}; + +u32 jchardata_324[] = +{ + 0x00500000,0x80000000,0x00ff03a6,0xa2300000,0x0ba5e7d5,0xe5700000,0x5f994bcd,0xf8b00000,0x05ba4f27,0xb2300000,0x0aba978a,0xd8b00000,0x05b947aa,0xeab00000,0x1ea9e32e,0xe6300000,0x0eaa936f,0x7e300000,0x05bfd3d4,0x08f00000,0x5aa50f40,0x02f40000,0x00000000,0x00000000 +}; + +u32 jchardata_325[] = +{ + 0x00000200,0x00000000,0x08cc82d8,0xc8000000,0x084482d0,0x88000000,0x0a66a7b2,0xaaa40000,0x09999b31,0x59900000,0x08449bb9,0x88000000,0x08cca6d6,0x4c400000,0x0c05b08b,0x5c000000,0x0c17920d,0xf5000000,0x4e35817c,0xdb600000,0x470c8c80,0x09f00000,0x00000000,0x00000000 +}; + +u32 jchardata_326[] = +{ + 0x00550002,0x10000000,0x00a6008f,0xc8000000,0x02eea0a7,0xaa200000,0x06f6e1b6,0xab200000,0x08f0c2b5,0x8b000000,0x4cf7a0d2,0x8b000000,0x45a9a0c3,0x9a400000,0x016d2882,0xb8c40000,0x029da402,0x39400000,0x07c2e972,0x13600000,0x1d1317ac,0xccf00000,0x00000000,0x00000000 +}; + +u32 jchardata_327[] = +{ + 0x00800004,0x40100000,0x06e2221a,0x81200000,0x4c6d6a8f,0xc9a00000,0x0ce9220b,0x81200000,0x00e5620b,0x81200000,0x0ab7f79b,0x89a00000,0x88f9a247,0x45200000,0x08b4aa8b,0x89a00000,0x0db4ea81,0x05a00000,0x4a94aa84,0x45a00000,0x02842a88,0x9ba00000,0x00000000,0x00000000 +}; + +u32 jchardata_328[] = +{ + 0x00111111,0x11000000,0x08baabfe,0xef800000,0x08baa322,0x2b800000,0x04766322,0x2b800000,0x08baa366,0x6b800000,0x04aa63ea,0xaa400000,0x026623f2,0x22200000,0x0999a3f2,0x11100000,0x0846b3d3,0x20000000,0x0aba82d4,0x67e40000,0x0a448298,0x88900000,0x00000000,0x00000000 +}; + +u32 jchardata_329[] = +{ + 0x00110451,0x11000000,0x08bb89aa,0xab800000,0x066569a6,0x67400000,0x17998899,0x9b400000,0x09b6d66e,0x6ba00000,0x09b1915a,0x29900000,0x0aba9eea,0xa9b00000,0x1aa57896,0x7b800000,0x0baaa9ba,0xaba00000,0x09b22a82,0x28b10000,0x1ba10453,0x5c400000,0x00000000,0x00000000 +}; + +u32 jchardata_330[] = +{ + 0x01510402,0x40000000,0x03e32d5b,0x95400000,0x4b03daab,0xaa900000,0x0b1bdeaf,0xeaa00000,0x03628979,0xb5100000,0x07c38aa8,0xb9610000,0x0b42ae8e,0xdaa00000,0x03022443,0x00000000,0x0b9b9eeb,0xaa900000,0x03001993,0x11100000,0x03002aa2,0x22200000,0x00000000,0x00000000 +}; + +u32 jchardata_331[] = +{ + 0x00110110,0x10000000,0x08aa5ae9,0xbd900000,0x04f52aa6,0x7aa00000,0x02a42aaa,0xaaa00000,0x07e53999,0x99900000,0x1be96ab7,0x7ba00000,0x01a52aea,0xaea00000,0x01a96296,0xa5200000,0x49ee62f3,0xb7200000,0x05221e92,0xa5640000,0x0122ca12,0xaee40000,0x00000000,0x00000000 +}; + +u32 jchardata_332[] = +{ + 0x04554005,0x50000000,0x0aea808a,0xa0000000,0x03e206ab,0xb6600000,0x17fb6c8a,0xa8800000,0x1aaa8a2b,0xb2200000,0x0c6a5888,0x8b800000,0x4eff266e,0xe7600000,0x126a01ed,0xdb100000,0x00a608b8,0x8f800000,0x08a2c819,0x83c40000,0x0c220008,0xb3000000,0x00000000,0x00000000 +}; + +u32 jchardata_333[] = +{ + 0x00a04999,0x99400000,0x04b09bab,0xbba00000,0x49f99a8a,0x9aa00000,0x5afa9646,0x56200000,0x04b09baf,0xeaa00000,0x08fba72e,0x2a600000,0x5ff196cc,0x8cc00000,0x04b0d244,0x80400000,0x04b0d68c,0xc8900000,0x04b49315,0x91310000,0x4eb84aaa,0xaaa80000,0x00000000,0x00000000 +}; + +u32 jchardata_334[] = +{ + 0x00000020,0x00000000,0x09aaaafe,0xeee00000,0x4aa9a211,0xe1100000,0x06666222,0xf2200000,0x0aa9a291,0xf1100000,0x06a863e3,0xec800000,0x026400e1,0xc0000000,0x0edeb2f3,0xe3100000,0x0e1aa0e1,0xc2100000,0x0f4aa4e5,0xd7500000,0x1e8958a9,0x9a800000,0x00000000,0x00000000 +}; + +u32 jchardata_335[] = +{ + 0x00280104,0x40000000,0x012c1209,0xb3100000,0x01bc9a29,0xa2100000,0x12f56eba,0xa2100000,0x09a0696d,0xa2100000,0x4abab939,0xe2100000,0x1339f23a,0xee500000,0x012aa32b,0x92e60000,0x016c031a,0x82210000,0x05e02339,0x80000000,0x1b21301a,0xb3310000,0x00000000,0x00000000 +}; + +u32 jchardata_336[] = +{ + 0x00408144,0x04000000,0x01888798,0x88000000,0x09b8cb99,0xd9900000,0x0448a66a,0xa6700000,0x0489f8ae,0x8a500000,0x00444c66,0x46000000,0x00a98cfb,0x88000000,0x04744d76,0x54400000,0x0aa8cf9d,0xf8800000,0x038c7a40,0xaf900000,0x0c831840,0x01b80000,0x00000000,0x00000000 +}; + +u32 jchardata_337[] = +{ + 0x04000046,0x00000000,0x0991008b,0x00000000,0x03638aef,0xaa900000,0x0703459b,0x55000000,0x0f43019b,0x11100000,0x030beeff,0xfee40000,0x031300e3,0x20000000,0x07e206b3,0xe5000000,0x0b803b43,0x4f200000,0x4d07ac8b,0xccb10000,0x48088847,0x00c00000,0x00000000,0x00000000 +}; + +u32 jchardata_338[] = +{ + 0x00000000,0x00000000,0x0aab2ebb,0xaae00000,0x488b4c1a,0x80c00000,0x04571c5e,0xc4d00000,0x08ba2e1b,0x93e00000,0x0aa81e5b,0xa8c00000,0x07662d5a,0x84c00000,0x088a7c9a,0x88c00000,0x0c0bac9a,0x88c00000,0x0d7ac89a,0x40e10000,0x0f988402,0x2aa00000,0x00000000,0x00000000 +}; + +u32 jchardata_339[] = +{ + 0x04014400,0x80000000,0x08e2ba26,0xe7600000,0x0039ec8e,0x89a00000,0x0121a56f,0xaaa00000,0x0761a893,0x5de00000,0x5be1e5e3,0xa9200000,0x01e1e2e9,0xfea00000,0x01e5e2e0,0xaa200000,0x01e969a2,0xa9200000,0x09ed7511,0x91200000,0x0925baaa,0xaaa00000,0x00000000,0x00000000 +}; + +u32 jchardata_340[] = +{ + 0x01110801,0x80000000,0x0be7ac8a,0xd8400000,0x0347aeab,0xea600000,0x07175e66,0xe6600000,0x0b6a88aa,0x88800000,0x030788aa,0xaa500000,0x030a94aa,0x56a00000,0x03caacb8,0xc6a00000,0x0bab9ea8,0xc6900000,0x0f48af88,0x86900000,0x4b09b000,0x3e800000,0x01000000,0x00000000 +}; + +u32 jchardata_341[] = +{ + 0x01111842,0x01000000,0x0232acd6,0x02000000,0x016c823f,0xa3200000,0x49feeddf,0x9c840000,0x0a666567,0x62900000,0x038a988b,0xc4100000,0x13331233,0xf3200000,0x00164946,0xa1200000,0x04b98081,0x3e400000,0x0e688123,0xe6d10000,0x1704eedc,0x83310000,0x00000000,0x00000000 +}; + +u32 jchardata_342[] = +{ + 0x04540091,0x00000000,0x0dfaa5f2,0x22200000,0x07922ae9,0xb9900000,0x05ea6e66,0x66d00000,0x089d9ea9,0x92e00000,0x0c2eae66,0xa2e00000,0x4dad1aed,0x91c00000,0x02ba2b76,0xa2e00000,0x00c53bec,0x84b00000,0x0da31a20,0x06b00000,0x4e100220,0xce400000,0x00000000,0x00000000 +}; + +u32 jchardata_343[] = +{ + 0x00800028,0x15000000,0x13e31038,0x6a600000,0x07c79fef,0xeef50000,0x4beb020b,0x62000000,0x03d36faf,0xffa00000,0x03cb8d5d,0x66800000,0x4fe75faf,0x9ab00000,0x03c35f6f,0x57a00000,0x03e35e8f,0x9b800000,0x12d35b2b,0x77a10000,0x0cc3481b,0x5db10000,0x00010000,0x00000000 +}; + +u32 jchardata_344[] = +{ + 0x00000064,0x11000000,0x0b9312ba,0x33200000,0x02748ee9,0xa9800000,0x13301ba3,0xba200000,0x4c75bfab,0xfe900000,0x00359b67,0x66900000,0x033197ab,0xba200000,0x12e1c2aa,0xaa100000,0x08a1d2ba,0xab100000,0x0c3880bb,0xb9840000,0x8b6d2265,0x6fe00000,0x00000000,0x00100000 +}; + +u32 jchardata_345[] = +{ + 0x00180011,0x04000000,0x0cf518ae,0xd9500000,0x03e36abe,0xbaa00000,0x4ac9544c,0x55400000,0x04e66eaf,0xee800000,0x04d55f9c,0x88800000,0x0aee6f6e,0x6aa00000,0x4dd11bbd,0xd9500000,0x04c06a9f,0x88800000,0x00d3688d,0xba800000,0x03e18888,0x8ab10000,0x00400000,0x00000000 +}; + +u32 jchardata_346[] = +{ + 0x00100442,0x00000000,0x08b89aab,0xbaa00000,0x1b9aadef,0xaa900000,0x0337c9af,0xa2100000,0x04ba2aa2,0xaea10000,0x4e7aaaba,0xa7e00000,0x123e5676,0xe3200000,0x022e9aaa,0xe2200000,0x122eaaaa,0xe2200000,0x212d5676,0xe3100000,0x48a9aba8,0x9ab00000,0x00000000,0x00000000 +}; + +u32 jchardata_347[] = +{ + 0x00440111,0x11100000,0x01998eab,0xbe200000,0x02f3a802,0x2c000000,0x04a18a76,0x6f200000,0x0ca14aad,0x99200000,0x4ca58aae,0xaaa00000,0x04a58afe,0xaba00000,0x04a22aec,0xc1200000,0x17b29e7a,0x6f600000,0x0588c068,0x06c40000,0x04802368,0x01310000,0x00000000,0x00000000 +}; + +u32 jchardata_348[] = +{ + 0x04444464,0x44400000,0x088889a8,0x88800000,0x06aaaaba,0xaa200000,0x0aa22232,0x2a600000,0x08c889e8,0xb9000000,0x088001f3,0x20000000,0x08888ef9,0x88800000,0x08413ba4,0x44000000,0x0d332da8,0x8c000000,0x0e24c520,0x0c000000,0x048c5324,0xc8000000,0x00000000,0x00000000 +}; + +u32 jchardata_349[] = +{ + 0x00800054,0x00000000,0x00d222ba,0x22200000,0x00e11199,0x11100000,0x12e563ab,0x7bc00000,0x02e989bf,0xe8000000,0x00f122bb,0x22200000,0x13f1319b,0x11200000,0x00f132ab,0x22200000,0x01e136bb,0x23600000,0x0bd9e89a,0x01e40000,0x4a85205e,0xcee00000,0x00000000,0x00000000 +}; + +u32 jchardata_350[] = +{ + 0x00154004,0x20000000,0x022aa009,0x60000000,0x016a956e,0x66200000,0x0abfe89d,0xca400000,0x122ab238,0x42300000,0x133bb118,0x40100000,0x1baab8ae,0x8b800000,0x0aaaa88b,0xaa800000,0x122aa00a,0x70000000,0x05ee1026,0xdb100000,0x0ca20310,0x09b00000,0x00000000,0x00000000 +}; + +u32 jchardata_351[] = +{ + 0x00190018,0x10000000,0x007d312d,0x22100000,0x00b4556d,0x76000000,0x06e2ebae,0xbfa00000,0x0fe0d31d,0x36800000,0x6ae1e22e,0x26900000,0x01e0eabf,0xaa900000,0x01e0956e,0x55900000,0x01e1223f,0x32200000,0x01e0132c,0x32000000,0x01e2320c,0x02300000,0x00000000,0x00000000 +}; + +u32 jchardata_352[] = +{ + 0x00000550,0x00000000,0x00800aa0,0x08000000,0x02aa2aa2,0xea200000,0x022a2bb6,0xe2200000,0x0488abba,0x88000000,0x00466667,0x5c400000,0x00130220,0x39400000,0x06b99aa9,0x9f600000,0x13022332,0x28710000,0x04888aa8,0x8c400000,0x04888aa8,0x8c400000,0x00000000,0x00000000 +}; + +u32 jchardata_353[] = +{ + 0x00440254,0x00000000,0x02aa33ea,0x22200000,0x00e364c5,0x76400000,0x0be2befa,0xabb10000,0x0db22ab2,0x21000000,0x8ea32fb6,0x65000000,0x04a2aebe,0xe9800000,0x04a3e62a,0xb3200000,0x06a6a22a,0xb2200000,0x05936559,0xb5500000,0x0480988a,0xb8800000,0x00000000,0x00000000 +}; + +u32 jchardata_354[] = +{ + 0x00900444,0x44400000,0x00f09a88,0x9ac00000,0x00f0875c,0x56c00000,0x08f8088c,0x9a000000,0x00f08c8c,0x9e800000,0x00fc888c,0x9a800000,0x4cf0884c,0x66800000,0x00f05bac,0xb9800000,0x02f3654e,0x77400000,0x02d08abe,0x8aa00000,0x0c80221c,0x00200000,0x00000000,0x00000000 +}; + +u32 jchardata_355[] = +{ + 0x00031003,0x80000000,0x4fffff37,0xb3300000,0x011b511f,0x51100000,0x0008435c,0xccc40000,0x087bb7fb,0x3b800000,0x0879875c,0x1b400000,0x09795319,0x5f100000,0x0b7b7337,0xfb300000,0x084db923,0xc8000000,0x4cdba44e,0x7e800000,0x07310880,0x12f60000,0x00000000,0x00000000 +}; + +u32 jchardata_356[] = +{ + 0x00000460,0x00000000,0x09e22eb6,0x66600000,0x02619a9d,0x9e900000,0x0220934c,0x0b000000,0x02e431d9,0xd3100000,0x0ea2bda2,0xafa00000,0x06337020,0x07800000,0x02a8b8ab,0x8b000000,0x03d0b489,0x0f000000,0x07c4f488,0x4f400000,0x1a88b888,0xbb800000,0x00001000,0x00000000 +}; + +u32 jchardata_357[] = +{ + 0x00000560,0x00000000,0x036b9fba,0xa6200000,0x03867655,0x59000000,0x03af9aaa,0xea200000,0x039b9aba,0xab200000,0x03865666,0x6a200000,0x03af98ba,0xd9000000,0x03021132,0x23100000,0x074aa7f2,0x2b400000,0x1e4a9013,0xb5c00000,0x1526dbac,0x92700000,0x00000000,0x00000000 +}; + +u32 jchardata_358[] = +{ + 0x01111100,0x20000000,0x0fefa7cc,0xbda00000,0x0fafa30c,0xbc100000,0x0f5f536e,0xfa200000,0x0eefaac4,0x79c00000,0x0e6b2145,0xf6400000,0x0ddf90cb,0xcbd00000,0x0a77b6fa,0xcaf00000,0x4984c1a4,0xc4600000,0x4660f016,0xcaa00000,0x0308a9ca,0x88f00000,0x00000000,0x00000000 +}; + +u32 jchardata_359[] = +{ + 0x00140091,0x11100000,0x00b70efa,0xa6300000,0x03d1ea11,0xd0300000,0x1799ceae,0xadb00000,0x0db2865d,0x54b00000,0x8eb25aeb,0xea700000,0x05b5cea6,0xe6b00000,0x16a1aaef,0xbe700000,0x07a5a69e,0x5d300000,0x04b6ae58,0x45f00000,0x17a2425c,0x03600000,0x00000000,0x00000000 +}; + +u32 jchardata_360[] = +{ + 0x01191119,0x11000000,0x036a2a2a,0x62200000,0x03852f2a,0x51200000,0x07c1afae,0xd9a00000,0x0fd2e22a,0x62200000,0x4bc2622a,0x61200000,0x03c1bbbe,0xe9a00000,0x03c1777e,0x75600000,0x03d2121a,0x71200000,0x03d11119,0x51200000,0x03e2222a,0x62200000,0x01000000,0x00000000 +}; + +u32 jchardata_361[] = +{ + 0x00000010,0x44000000,0x0ab808ef,0xc8400000,0x4898555a,0x95500000,0x05442aff,0xeaa00000,0x0aa804da,0xcc400000,0x08888816,0x40c40000,0x044437ff,0xfb200000,0x0cfc409a,0x88800000,0x0d284096,0x44c00000,0x0f5d55d3,0x11900000,0x0e8eae22,0x6ea00000,0x00000000,0x00000000 +}; + +u32 jchardata_362[] = +{ + 0x00100011,0x11000000,0x08e9ceee,0xeea00000,0x01798a98,0x85a00000,0x02330e18,0x81600000,0x4c65c626,0xaa600000,0x00320088,0x00000000,0x033a9aff,0xaab00000,0x00e108de,0x80300000,0x08a18ca9,0x88300000,0x0c6d82b8,0x09e40000,0x4b343288,0x23500000,0x00000000,0x00000000 +}; + +u32 jchardata_363[] = +{ + 0x00451044,0x00100000,0x00c2a48c,0xcda00000,0x4eabaeaa,0x21600000,0x089a844e,0xa9e00000,0x0bb98b46,0x21200000,0x08abb98e,0xeda00000,0x08ab99aa,0x21600000,0x0b60db5e,0xa9e00000,0x04027a80,0x01200000,0x0d7b9350,0x85e00000,0x0b24c8ac,0x93600000,0x00000000,0x00000000 +}; + +u32 jchardata_364[] = +{ + 0x00010100,0x02000000,0x01fdceec,0xdb000000,0x13100010,0x21000000,0x04466777,0x77700000,0x08b9c8cf,0x88800000,0x0230c14b,0x00000000,0x1320d24b,0x33200000,0x0124a24b,0x00000000,0x012c724b,0x00400000,0x05e9326f,0x44c40000,0x0d61101b,0xbbb00000,0x00000000,0x00000000 +}; + +u32 jchardata_365[] = +{ + 0x00190000,0x81100000,0x056e523b,0xf6100000,0x1aaea55a,0x2c000000,0x099d99d2,0x25d00000,0x0e66da67,0x76600000,0x0daad44a,0xe8400000,0x0c55c526,0xa2100000,0x0aae96ad,0xd9a00000,0x0b8ea624,0x81200000,0x076e6226,0xa2200000,0x035a1226,0xa2200000,0x00000000,0x00000000 +}; + +u32 jchardata_366[] = +{ + 0x00800002,0x00000000,0x01f06a7b,0x22e00000,0x04d88c1e,0x08800000,0x48c5a732,0x3f200000,0x49d05221,0xb2400000,0x46f0aae7,0xe6900000,0x00f0a67f,0x66800000,0x00f1a6ab,0xe6a00000,0x00f099d3,0x55900000,0x02f39446,0x44800000,0x13c1abbb,0xbbb00000,0x00400000,0x00000000 +}; + +u32 jchardata_367[] = +{ + 0x00000020,0x44000000,0x02aa89fe,0xe8400000,0x03d742a5,0x31000000,0x03c32395,0x31000000,0x03dbabab,0xaaa00000,0x03eb8b8a,0x99a00000,0x03c3036b,0x22200000,0x03c3013d,0x31000000,0x03f30038,0xa1000000,0x0bc8ce60,0xe5e50000,0x08843200,0x2ff00000,0x00000000,0x00000000 +}; + +u32 jchardata_368[] = +{ + 0x00000801,0x10000000,0x027abd8a,0xa0000000,0x02986546,0xe0000000,0x029db9ab,0xf2200000,0x02aa3102,0xe0700000,0x029ca98a,0xd4f00000,0x02ba3103,0xcc300000,0x0edca9cf,0xc1200000,0x02117ea6,0xc1200000,0x237e9630,0xc1200000,0x08800318,0xe3000000,0x00000000,0x00000000 +}; + +u32 jchardata_369[] = +{ + 0x00000110,0x00000000,0x4cccceec,0xccc40000,0x004a0220,0xd0000000,0x006f8aa8,0xd3000000,0x01790220,0xc1310000,0x036c4664,0xc2100000,0x014c8aa8,0xe2000000,0x00481312,0xf4400000,0x088c8dfa,0xc8800000,0x08563310,0xc0000000,0x02321000,0xc0000000,0x00000000,0x00000000 +}; + +u32 jchardata_370[] = +{ + 0x04444244,0x44400000,0x08888698,0xc8840000,0x01222322,0xe2100000,0x0455539d,0x9d800000,0x08c88698,0x88800000,0x06aaa3a6,0x66a00000,0x06aaa3ae,0xaea00000,0x0488a186,0x14800000,0x0849e888,0xb8800000,0x4c0fa2aa,0x3b000000,0x03322aa1,0x02e00000,0x00000000,0x00000000 +}; + +u32 jchardata_371[] = +{ + 0x00000254,0x84000000,0x048c8fc8,0xc8000000,0x002f2aa2,0xf6000000,0x08aecccc,0xea800000,0x0022eeee,0x22000000,0x006e5995,0xe6000000,0x08ee8888,0xaec40000,0x04ab6aa6,0x7a400000,0x00ae8cc8,0xea000000,0x00aa2aa2,0x6a000000,0x00aeaaaa,0xea000000,0x00000000,0x00000000 +}; + +u32 jchardata_372[] = +{ + 0x00650044,0x08000000,0x02b622aa,0x6e100000,0x06f571d7,0x9b400000,0x1afbbafb,0xffa00000,0x00e12cd2,0x96000000,0x06bb76fb,0xffa00000,0x08af10d1,0x97100000,0x0e6e72fa,0xeb600000,0x4e6af4f5,0xd7100000,0x88abc9ea,0xeba40000,0x07e888c8,0x9a840000,0x00000040,0x00000000 +}; + +u32 jchardata_373[] = +{ + 0x00011002,0x00000000,0x0aabbeeb,0xbaa00000,0x00121982,0x11000000,0x06aaabaa,0xaa600000,0x09665b95,0x6a900000,0x08660aa6,0x69800000,0x086b6aaa,0xaa900000,0x09595aa9,0x99900000,0x0a6afbbf,0xaaa00000,0x09671226,0x7a800000,0x1b500220,0x8e700000,0x00000000,0x00000000 +}; + +u32 jchardata_374[] = +{ + 0x04854208,0x08000000,0x0dfd9bfe,0xeea40000,0x8f9cb5d9,0x99800000,0x088e83aa,0xab900000,0x08ba876a,0xab940000,0x03788baa,0xa7100000,0x5ba889b9,0x99840000,0x01688bba,0xa7200000,0x0168bab9,0xa7000000,0x01a898bb,0xb9000000,0x05e8bba8,0xaf300000,0x00000000,0x04000000 +}; + +u32 jchardata_375[] = +{ + 0x00551911,0x10000000,0x00b6afaa,0xaa800000,0x00f6ebaa,0xaa000000,0x08b66faa,0xae000000,0x0c915f99,0x9c000000,0x8ab22bbb,0xbb200000,0x0699dfab,0xa9a40000,0x0696dd99,0x99a00000,0x05894ea8,0x86900000,0x0792d84c,0x25b00000,0x06823ea3,0x68600000,0x00000000,0x00000000 +}; + +u32 jchardata_376[] = +{ + 0x00a00008,0x01000000,0x00f0022e,0x32100000,0x05f54b9c,0xb8800000,0x4afa4744,0x74400000,0x00f007bb,0xb7300000,0x00fa5b84,0xb8000000,0x5ff50b80,0xa9000000,0x00f00b52,0xb9000000,0x00f03f21,0x9a010000,0x00f08911,0x9bba0000,0x0af0e222,0x68a00000,0x00000000,0x00000000 +}; + +u32 jchardata_377[] = +{ + 0x00000190,0x00000000,0x04888ee8,0x88800000,0x0aa666a6,0x66600000,0x0ab222a6,0x22200000,0x08b0008c,0x88800000,0x08b00084,0x00000000,0x08b044c4,0x44000000,0x0874c888,0x88800000,0x0c748000,0x08800000,0x0c36eaaa,0xaa900000,0x4806e666,0x6a900000,0x00000000,0x00000000 +}; + +u32 jchardata_378[] = +{ + 0x00640011,0x00000000,0x06bb61ff,0xeea00000,0x5b8a92e0,0x25800000,0x006622e2,0x26800000,0x04aa62e6,0x66800000,0x04ab62ea,0xfe800000,0x006622e2,0xa6000000,0x089a76a2,0xa9000000,0x0e2bbaa3,0x3e210000,0x0c8aac42,0x28800000,0x0e7a4802,0x20c00000,0x00000000,0x00000000 +}; + +u32 jchardata_379[] = +{ + 0x04442080,0x44000000,0x088878ca,0xec800000,0x488a6881,0xb2000000,0x06776eee,0xeba00000,0x088ddc8a,0xa8400000,0x088a688a,0xa8400000,0x17773bbb,0xbbb10000,0x088a148a,0xa8400000,0x0c0f08ca,0xac800000,0x0cbe008e,0xe8000000,0x0f684cc6,0x6cc40000,0x00000000,0x00000000 +}; + +u32 jchardata_380[] = +{ + 0x00000440,0x00000000,0x023e2bb2,0xe6100000,0x0aac8aa8,0xc8800000,0x0e644664,0x44c00000,0x0e3aaaaa,0xa3c00000,0x02680000,0x87000000,0x026d5555,0xd7000000,0x022aeaae,0xa3000000,0x0220c268,0x00000000,0x022d9269,0x11940000,0x0ee6222e,0xaae00000,0x00000000,0x00000000 +}; + +u32 jchardata_381[] = +{ + 0x00400021,0x80000000,0x02e62035,0x80000000,0x5eaaa5ba,0xeaa00000,0x09dd1a65,0xf5d00000,0x02e66a45,0xa0c00000,0x09eadddd,0xf9d00000,0x48998e67,0xb2e00000,0x0aaa98cd,0xe8c00000,0x0f8ae805,0xa0800000,0x4baaa005,0xa0000000,0x039a1005,0xa0000000,0x00000000,0x00000000 +}; + +u32 jchardata_382[] = +{ + 0x00001444,0x44200000,0x08c13ea8,0xac300000,0x03633e3a,0xbc300000,0x03133e1e,0x3c300000,0x0741aeac,0xbcb00000,0x4bd2e265,0x70f00000,0x03d2f1d8,0xf0f00000,0x03d2f2f8,0xf0f00000,0x03e2e390,0x24f00000,0x1ade9322,0x00300000,0x4914aa88,0x8ba00000,0x00000000,0x00000000 +}; + +u32 jchardata_383[] = +{ + 0x00000110,0x00000000,0x0aeea6ea,0xea200000,0x02953593,0x99300000,0x019714db,0xa9200000,0x04edda4d,0x98000000,0x48443c01,0xb8840000,0x0123f622,0x6b800000,0x00140950,0x00000000,0x05aa60b0,0x0e900000,0x0f0a6000,0xe1f00000,0x0508eeee,0xa0000000,0x00000000,0x00000000 +}; + +u32 jchardata_384[] = +{ + 0x00001401,0x00000000,0x00953953,0x99000000,0x02a73a63,0xba200000,0x08cdacca,0xdc800000,0x06e77e67,0xba610000,0x00840840,0x88000000,0x00a72a66,0xba000000,0x00a61999,0xa6000000,0x00a62222,0x22000000,0x00aa8888,0xaa400000,0x00abaaaa,0xba400000,0x00000000,0x00000000 +}; + +u32 jchardata_385[] = +{ + 0x00a00045,0x10000000,0x04f8849e,0xa9800000,0x0c3846a2,0xe2200000,0x27336a91,0x52200000,0x0216d6ae,0x62200000,0x029e966a,0xea600000,0x0f478a99,0x75d40000,0x03bb8a98,0xb6310000,0x00f74654,0xab000000,0x01f11223,0x8b100000,0x13c8ba98,0xc9310000,0x00000000,0x00000000 +}; + +u32 jchardata_386[] = +{ + 0x00040444,0x45000000,0x06ea6cb8,0x8f000000,0x1e626c98,0x9e000000,0x01195d66,0x7f200000,0x02a62aa8,0x89200000,0x09e29aa8,0x89a00000,0x0cd10133,0x7b200000,0x02e698aa,0xed800000,0x03c22c31,0x69000000,0x03d22570,0x69210000,0x03e22314,0xe7310000,0x00000000,0x00000000 +}; + +u32 jchardata_387[] = +{ + 0x00080110,0x00000000,0x006faffe,0xfe800000,0x00e72332,0x32000000,0x05d11221,0x11100000,0x0ee2aaaa,0xaaa00000,0x48e366ea,0x76400000,0x00e322e2,0x32000000,0x00e226a2,0x6a000000,0x00e22e62,0x2e400000,0x00d3beab,0xfdc00000,0x02f29885,0x23e00000,0x00000000,0x00000000 +}; + +u32 jchardata_388[] = +{ + 0x00020400,0x00000000,0x06e32a62,0xbba00000,0x5f229fc4,0x30000000,0x01762953,0x23200000,0x03e5bd97,0x99a00000,0x0da36853,0x2a600000,0x49b23a53,0x2b600000,0x17b2aeda,0x09600000,0x06a13946,0x2a600000,0x06a9bddb,0x0a500000,0x06a23131,0x8c310000,0x00000000,0x00000000 +}; + +u32 jchardata_389[] = +{ + 0x00000910,0x44000000,0x05d59ee9,0xdd900000,0x02226aae,0xaa200000,0x08a2aaaa,0xad400000,0x04f59ea9,0x9e400000,0x00b6abba,0xbe400000,0x08f84664,0x56000000,0x0822abba,0xea800000,0x0aaaaaaa,0xeaa00000,0x022e2222,0xe2200000,0x00044228,0xc0000000,0x00000000,0x00000000 +}; + +u32 jchardata_390[] = +{ + 0x00551551,0x91000000,0x00ba2aa2,0xe3000000,0x00f4cccc,0xcfc00000,0x08f22aa2,0xe3000000,0x0cb99df9,0xd9800000,0x4cb15575,0x55500000,0x04b26abb,0xaa200000,0x04b08812,0x08400000,0x04b08c8b,0x8c400000,0x04b2ab21,0x38710000,0x07b29c88,0x9f700000,0x00000000,0x00000000 +}; + +u32 jchardata_391[] = +{ + 0x00040045,0x44000000,0x0cea6aca,0x9f900000,0x00840842,0x14800000,0x1bfb7bbb,0xbbb10000,0x08c86046,0x54000000,0x00d8388a,0x98800000,0x09ec776a,0xa4400000,0x4de43489,0xa8400000,0x09a43048,0xb4000000,0x01b63778,0x97610000,0x13a69888,0x8ab50000,0x00000000,0x00000000 +}; + +u32 jchardata_392[] = +{ + 0x00450008,0x00000000,0x00e6667e,0x76600000,0x04f088bc,0xb8800000,0x09a004bc,0xb8400000,0x4fa4aab6,0x7aa00000,0x5ba4b8f8,0xbcb00000,0x05a4b8b8,0xb8b00000,0x05a4b8b4,0x78b00000,0x05a4b8f8,0xbcb00000,0x05a4f676,0x76700000,0x05a4f999,0x99b00000,0x00000000,0x00000000 +}; + +u32 jchardata_393[] = +{ + 0x00800110,0x80000000,0x00c00224,0x80000000,0x1bfb3bff,0xfff10000,0x044c4a64,0x84c00000,0x00aa2a66,0xa6000000,0x05f9daed,0xdb900000,0x4dec4a68,0x0a900000,0x45e44e2c,0x0e100000,0x01e00a24,0xca100000,0x01e08628,0xaf400000,0x00c086e4,0x04c40000,0x00400000,0x00000000 +}; + +u32 jchardata_394[] = +{ + 0x00080110,0x04000000,0x026e2bbe,0xee600000,0x02d44d94,0x81200000,0x05e26b36,0xa2100000,0x0cc15eed,0xdcc40000,0x48d26a26,0xa1000000,0x02e26b32,0xe2200000,0x00c04c44,0xc0000000,0x00e3eea6,0xba000000,0x00e18444,0x5ec40000,0x00e3aaaa,0xb2800000,0x00400000,0x00000000 +}; + +u32 jchardata_395[] = +{ + 0x01110840,0x00000000,0x0322eeba,0xe7200000,0x034e9668,0xc2200000,0x0b97c6be,0x23200000,0x03228ea8,0x42200000,0x034f86bf,0x32100000,0x07825ea8,0xbce00000,0x034eaa20,0x3f600000,0x036706e4,0xe6000000,0x03000afb,0x03100000,0x07ccda11,0x00300000,0x00400000,0x00000000 +}; + +u32 jchardata_396[] = +{ + 0x01191001,0x91000000,0x0befa46b,0xeba00000,0x0793d02d,0x09600000,0x0beba46d,0x8da40000,0x0bbba46a,0xaa600000,0x0f9ac4aa,0xba900000,0x0f77e4b9,0x69800000,0x0ac9a17c,0xae400000,0x26aab53c,0x4b000000,0x1958f9a8,0x4a640000,0x48066ac0,0x0cf50000,0x00000000,0x00000000 +}; + +u32 jchardata_397[] = +{ + 0x00801044,0x00000000,0x04c332ea,0x88000000,0x4c7848e7,0x4c000000,0x4fee2eba,0xe6000000,0x01c5522d,0xd3100000,0x0999d2e9,0x9f900000,0x0ae6aee6,0x6be00000,0x089596e9,0x9f500000,0x48a6e6a2,0x2b500000,0x888486e4,0x4c400000,0x008427d8,0x8c400000,0x00000000,0x00000000 +}; + +u32 jchardata_398[] = +{ + 0x00000114,0x00000000,0x05d1122d,0x11100000,0x02626aee,0xaa600000,0x0022aa22,0x2a800000,0x00119911,0x19800000,0x0ae6aeaa,0xaea00000,0x03849801,0x09a00000,0x0185a856,0x48800000,0x0086989a,0x88800000,0x08ef8412,0x00300000,0x4f20488b,0xaaa40000,0x00000000,0x00000000 +}; + +u32 jchardata_399[] = +{ + 0x00100200,0x01000000,0x04f98a98,0xae400000,0x04b32332,0x3a400000,0x04f99aa9,0x9f400000,0x04f6666a,0xa7000000,0x04b22226,0xa3000000,0x04919e61,0xd1000000,0x0a6237f3,0xae200000,0x0c013333,0x1cc00000,0x092fda60,0x33900000,0x021006ac,0x81200000,0x00000000,0x00000000 +}; + +u32 jchardata_400[] = +{ + 0x04444440,0x00400000,0x0bafaab6,0x67900000,0x030e1228,0x86900000,0x038f8a28,0x86900000,0x03d64e7a,0xa7900000,0x0bc30e28,0x86900000,0x0f8e9e28,0x86900000,0x0306e63a,0xa7900000,0x032b8220,0x06900000,0x07cc1221,0x17900000,0x0b802222,0xaea10000,0x00000000,0x00000000 +}; + +u32 jchardata_401[] = +{ + 0x01110055,0x11000000,0x0aa386aa,0x22100000,0x0043c6aa,0x66000000,0x062b8a99,0x99400000,0x4f9902ba,0x22000000,0x03088a98,0x88800000,0x13366f7b,0xb6600000,0x04d20e18,0xb1300000,0x08924e18,0xb3000000,0x4c22c72a,0x93d40000,0x4a3d7225,0xc9f10000,0x00000000,0x00000000 +}; + +u32 jchardata_402[] = +{ + 0x00100c81,0x10000000,0x0030c9da,0x21100000,0x13aea66a,0xea200000,0x4eb78aab,0x7ae40000,0x00be9b9a,0xe9200000,0x12bebbaa,0xea200000,0x12b95767,0x7b200000,0x02aa989b,0xb4000000,0x12eab9ba,0xbb000000,0x2aa99302,0x6a300000,0x0829d88a,0xe8100000,0x00000000,0x00000000 +}; + +u32 jchardata_403[] = +{ + 0x00044118,0x00000000,0x0aaeeaae,0xeaa00000,0x0026622a,0x21000000,0x04aeaeea,0xea000000,0x022e2aa2,0xe2200000,0x4b9eaeea,0xe9b00000,0x010d3b93,0xd1100000,0x05aaafdb,0xbb000000,0x05566ab5,0x74400000,0x0999bab8,0x9ba00000,0x02210ab0,0x01300000,0x00000000,0x00000000 +}; + +u32 jchardata_404[] = +{ + 0x00011006,0x84000000,0x019aaddb,0x95100000,0x06666aa7,0x66600000,0x0889dcdd,0x88800000,0x000bd8ad,0x80000000,0x48ea0461,0xaf900000,0x06fa88ab,0x20400000,0x1322c06d,0x88000000,0x0126c069,0x4c000000,0x006e4021,0x0c310000,0x08e60027,0xff300000,0x00000000,0x00000000 +}; + +u32 jchardata_405[] = +{ + 0x00018402,0x00000000,0x0336d8bb,0x63100000,0x006dd768,0x83000000,0x0af2e9be,0x31000000,0x06321ce7,0x10000000,0x003ad75d,0xb4000000,0x0aff98ab,0xeef50000,0x17b99ba9,0xc1300000,0x12a90103,0xe3000000,0x00a9889b,0xf0000000,0x00a9abb9,0xc0000000,0x00000000,0x00000000 +}; + +u32 jchardata_406[] = +{ + 0x00910510,0x15000000,0x08f6bba8,0x6a000000,0x0935afa9,0xaa400000,0x02e56765,0xfbe40000,0x0fa6afea,0xeab00000,0x26a2bff6,0x6e700000,0x05a26fa6,0x6db00000,0x05a49b5c,0xf4f40000,0x01222ba2,0x30700000,0x0d6aa373,0xa5e00000,0x0926d88f,0x83500000,0x00000000,0x00000000 +}; + +u32 jchardata_407[] = +{ + 0x00044004,0x51000000,0x1322a22c,0x62200000,0x0ab9aee8,0xaaa00000,0x13245995,0x62200000,0x0078aaa9,0xa6200000,0x09b88998,0xaa800000,0x077d5664,0x66400000,0x11696aa8,0xbb000000,0x00e5346d,0x76100000,0x0cb0327b,0x21300000,0x0a28a88b,0x88a10000,0x00000000,0x00000000 +}; + +u32 jchardata_408[] = +{ + 0x00000910,0x00000000,0x00138a20,0x30000000,0x0aabefbb,0xbaa00000,0x1645d555,0x54700000,0x0117e222,0x30200000,0x001beaaa,0xb8400000,0x000d9aad,0x98400000,0x00aa237a,0x22000000,0x05e00268,0x03000000,0x0d64466c,0x57400000,0x00288aa8,0xaa800000,0x00000000,0x00000000 +}; + +u32 jchardata_409[] = +{ + 0x00800200,0x00000000,0x00841f88,0x88800000,0x06e62f22,0x22200000,0x4aea7e22,0x22200000,0x00c63ccc,0x8cc00000,0x04cf2e2e,0x25800000,0x0cfbae2e,0x2a400000,0x4ba61c04,0xde000000,0x12865800,0xda000000,0x0086b66e,0x7e800000,0x0086d5d5,0x12c40000,0x00000000,0x00000000 +}; + +u32 jchardata_410[] = +{ + 0x00280002,0x14000000,0x017d4013,0x38400000,0x1aba9930,0x1b500000,0x0afaebba,0xaef00000,0x1a726955,0x4c600000,0x1bfbeb6b,0x29700000,0x1ebaaf2f,0x29700000,0x4abedf17,0x29700000,0x12be5b23,0x29700000,0x4db14b02,0x18700000,0x0021cb13,0x8d300000,0x00000100,0x00000000 +}; + +u32 jchardata_411[] = +{ + 0x00222a22,0x21000000,0x08baaeea,0xaa400000,0x00366e66,0x62000000,0x006bbeab,0xb6000000,0x0aaaaeeb,0xaa900000,0x015aa99b,0x95000000,0x12ab7667,0xba200000,0x00be8999,0xfa000000,0x139a9aab,0x9a310000,0x009a7677,0x98000000,0x01a91315,0xe7100000,0x00000000,0x00000000 +}; + +u32 jchardata_412[] = +{ + 0x00640001,0x00800000,0x00f48997,0x91c00000,0x00f2aa63,0xe2d00000,0x1ab3c6d2,0xd3c00000,0x1eb9ebfb,0xf3e00000,0x5db44a54,0xc3c00000,0x09b06f62,0xe3e00000,0x09b59db5,0xf1d00000,0x0aa30e25,0x20c00000,0x1b8a9fc9,0x20d10000,0x1a857000,0x3ef00000,0x00000000,0x00000000 +}; + +u32 jchardata_413[] = +{ + 0x00244005,0x50000000,0x0074856f,0x66100000,0x17aaaa99,0x99600000,0x02bb8efa,0xab200000,0x08ba9a99,0x99a00000,0x067ab566,0x66500000,0x123eeaaa,0xe8210000,0x02eee9ba,0xfb200000,0x0fa6eaaa,0xab000000,0x1a25e746,0x69310000,0x0025d89b,0xd8100000,0x00000000,0x00000000 +}; + +u32 jchardata_414[] = +{ + 0x00008840,0x88800000,0x04c49aa0,0x88c00000,0x0005f966,0xc8800000,0x0002e8d6,0xc8c00000,0x04412670,0x80000000,0x08c2bec8,0xc8800000,0x00f14b84,0xe5400000,0x01e48aa8,0xb8840000,0x00f08c63,0xdc800000,0x04dfa332,0x36400000,0x4c048ccc,0xccc00000,0x00000000,0x00000000 +}; + +u32 jchardata_415[] = +{ + 0x00144444,0x40000000,0x00a98aba,0xab200000,0x01bd8a98,0xca200000,0x02b71210,0x4a200000,0x00adcaaa,0xaa200000,0x003e5211,0x31000000,0x07facf8c,0xfc800000,0x4825c30c,0x35800000,0x00ad12c8,0x27800000,0x00617d80,0x0ba00000,0x027ca400,0x8c600000,0x00000000,0x40000000 +}; + +u32 jchardata_416[] = +{ + 0x00000800,0x00100000,0x0abaafc9,0x99a00000,0x06544f46,0x65600000,0x0a94c74a,0x6d600000,0x0237eac2,0x21200000,0x00a24c0e,0x29200000,0x0ca7eece,0xa5e00000,0x00300b02,0x21200000,0x4cfccfcc,0xcde40000,0x02101a00,0x01200000,0x02013900,0x13200000,0x00000000,0x00000000 +}; + +u32 jchardata_417[] = +{ + 0x00001002,0x00000000,0x01eabeeb,0xae100000,0x00d13993,0x1d000000,0x12eabeeb,0xae200000,0x01d11aa1,0x1d100000,0x00abaffa,0xab000000,0x00211a61,0x13000000,0x08aaeeaa,0xaf800000,0x0022aa22,0x2b400000,0x005ab112,0x29400000,0x0ef61005,0xeb300000,0x00000000,0x00000000 +}; + +u32 jchardata_418[] = +{ + 0x00412002,0x10000000,0x0195399b,0x99400000,0x0aeeb66f,0x6a900000,0x0478a11e,0x1b800000,0x016d311f,0x29900000,0x12eae66e,0x2aa10000,0x4cdea26a,0x28800000,0x44a69195,0x39400000,0x00a726e2,0x39400000,0x00a64c40,0x6d000000,0x00a7a622,0xb5000000,0x00000000,0x00000000 +}; + +u32 jchardata_419[] = +{ + 0x00640555,0x55000000,0x09ed9afe,0xbf800000,0x1b5b90b8,0x16800000,0x0a7b88f0,0x29800000,0x08fd9830,0x27300000,0x0a7ab8f9,0x8cb00000,0x1a7aa973,0x06a00000,0x0aed9a66,0x67800000,0x12212798,0xba400000,0x2aa1f25b,0x2ba00000,0x4c21e13a,0x00f10000,0x00000000,0x00000000 +}; + +u32 jchardata_420[] = +{ + 0x00100000,0x00000000,0x012c2aae,0xeaa40000,0x17d70226,0xa2100000,0x4f321bd9,0x9da00000,0x003d5ba6,0x66a00000,0x02e61baa,0xaaa00000,0x1e721b9b,0xa9b00000,0x0136aba7,0x66b00000,0x12be3bdb,0xadb00000,0x29b13282,0x29300000,0x04309e81,0x15f40000,0x00000000,0x00000000 +}; + +u32 jchardata_421[] = +{ + 0x04644054,0x45400000,0x09b888b8,0xdf800000,0x17574220,0xc2100000,0x0faa9b8f,0x8cb00000,0x0c31989a,0x47800000,0x0eaaeaba,0xaba00000,0x2632919d,0x9d900000,0x06a2d089,0x34800000,0x12a6a769,0x98b00000,0x6aedaa69,0x0a610000,0x042108a3,0x32c40000,0x00000000,0x00000000 +}; + +u32 jchardata_422[] = +{ + 0x00800004,0x48400000,0x02f35bae,0xaa300000,0x06d6174c,0x44700000,0x0adb5bae,0xa9b00000,0x02e31b8d,0x98700000,0x02de5f6e,0x75b00000,0x4ef35fae,0xedb00000,0x03c25b2b,0x75b00000,0x03c21b9d,0xc8b00000,0x12c21308,0x40300000,0x1da20308,0x42300000,0x00000000,0x00000000 +}; + +u32 jchardata_423[] = +{ + 0x00000800,0x00000000,0x0ab9beea,0xaba00000,0x0c59e084,0x89a00000,0x058966aa,0xa5600000,0x07e9a888,0x8d600000,0x04c9aaba,0xbd600000,0x04c9a6e4,0x79200000,0x04b9a6e5,0x79200000,0x0a65aaea,0xb5200000,0x0f4920c0,0x09a00000,0x5a4da888,0x8f900000,0x00000000,0x00000000 +}; + +u32 jchardata_424[] = +{ + 0x00800116,0x51000000,0x02f0232b,0xa3100000,0x08d89aaf,0xea800000,0x0449ae6a,0xa6a10000,0x015c1e2a,0xa6800000,0x16f82eae,0xef900000,0x4cf8ae2a,0xa7900000,0x04f02eae,0xef900000,0x00f01b29,0xa3500000,0x02f33208,0x81200000,0x13c1233b,0xb3310000,0x00000000,0x00000000 +}; + +u32 jchardata_425[] = +{ + 0x00444448,0x88000000,0x0afeaf9a,0xbf100000,0x02995b96,0x9a100000,0x0aaaea8f,0x8aa10000,0x0a9bda9e,0x89a00000,0x06abb755,0x59100000,0x0adbda47,0x6e600000,0x0b9bab99,0xaf940000,0x0bdaaa98,0x3e000000,0x1a669b06,0x2f100000,0x4db88c62,0xcc300000,0x00000000,0x00000000 +}; + +u32 jchardata_426[] = +{ + 0x00440015,0x40000000,0x02b9222a,0xa2200000,0x048a6159,0x95700000,0x09cea6ae,0xe9b00000,0x13d8112e,0xd1000000,0x04cc726e,0xe7100000,0x0cc8b6ea,0xaf100000,0x4cb83d6a,0x9bd00000,0x02a87a3b,0xa3900000,0x03881308,0xa2000000,0x128b2008,0x82300000,0x00000000,0x00000000 +}; + +u32 jchardata_427[] = +{ + 0x00000910,0x00000000,0x08918e65,0x55400000,0x0062caba,0xaa800000,0x042a4664,0x44000000,0x1f737fbf,0xbbb10000,0x00024a2c,0x18400000,0x002aceec,0x9fd40000,0x03e08a68,0x38600000,0x04809a9b,0x5c400000,0x0c009aa8,0x8c800000,0x49332000,0x8c000000,0x00000000,0x00000000 +}; + +u32 jchardata_428[] = +{ + 0x00004004,0x00000000,0x1337b37b,0x33200000,0x00048048,0x02600000,0x0aaaa26a,0x4ee00000,0x0888804c,0x86200000,0x0037b37a,0x02200000,0x0034806a,0x02200000,0x0034806a,0x02200000,0x08ffb37a,0x02600000,0x0874804c,0x46e40000,0x00148008,0x9b900000,0x00000000,0x00000000 +}; + +u32 jchardata_429[] = +{ + 0x00100008,0x00000000,0x0564733f,0x33300000,0x09b88698,0x44400000,0x03ba03ef,0x9ef00000,0x01a815c6,0x18700000,0x03ba3eaa,0x2f200000,0x13a9312e,0x5b200000,0x12acfb2a,0xd3300000,0x4da4201f,0xe5200000,0x012004d9,0x0c400000,0x0121aa62,0x22e00000,0x00000000,0x00000000 +}; + +u32 jchardata_430[] = +{ + 0x00200111,0x00100000,0x01fccede,0xdd200000,0x13132301,0x03000000,0x03320113,0x33310000,0x4cfdcdec,0xdec40000,0x02222b92,0x12000000,0x127e3b92,0xe3300000,0x02f92b93,0x9e000000,0x1ef12a93,0x1ec00000,0x2a300aa3,0x33800000,0x00308e71,0x12310000,0x00000000,0x00000000 +}; + +u32 jchardata_431[] = +{ + 0x00040108,0x02000000,0x0278012c,0x2e000000,0x4459223e,0x37a00000,0x0c48488f,0x88800000,0x0048698f,0x8aa00000,0x0278210f,0x42200000,0x48f8237f,0xa3200000,0x487810e6,0xc1100000,0x007807b0,0x88000000,0x027b1d00,0x0c800000,0x1348a222,0x22e00000,0x00000000,0x00000000 +}; + +u32 jchardata_432[] = +{ + 0x00000000,0x00000000,0x0ab8beea,0xab900000,0x00103880,0x02100000,0x0908bcc8,0x86900000,0x0b687884,0x86900000,0x0848efff,0xb6800000,0x08484aa5,0xa4800000,0x08788a99,0xa4800000,0x09648b89,0x64800000,0x0bc8b989,0xaca10000,0x0a475444,0x77b00000,0x00000000,0x00000000 +}; + +u32 jchardata_433[] = +{ + 0x00200040,0x08000000,0x08f802f2,0xba000000,0x04f08ae8,0xee800000,0x16b21b40,0x2a210000,0x08b82e00,0x5a200000,0x0c7fd999,0xd4c00000,0x5f7dcab6,0xeb900000,0x0c7c0c70,0x6e000000,0x08fc4893,0xb8800000,0x0870caf6,0xf6c00000,0x0238fa8c,0x8ab40000,0x01000000,0x00000000 +}; + +u32 jchardata_434[] = +{ + 0x01151551,0x51100000,0x022e3ba6,0xe2200000,0x0c88a988,0x88c00000,0x0c0cb888,0xc0c00000,0x000ea888,0xc0000000,0x005bbbbb,0xb7000000,0x01bf8888,0xcb000000,0x139b8888,0x8b000000,0x018b8888,0x8b000000,0x008feaae,0xe7000000,0x08cf5119,0xdf800000,0x00000000,0x00000000 +}; + +u32 jchardata_435[] = +{ + 0x00010008,0x00000000,0x0c9e489f,0xeb800000,0x0e3a71d2,0x4b000000,0x0eada9ed,0xcf910000,0x0e5d66b8,0x8a600000,0x1f3b79d9,0x9d800000,0x0fae6967,0x6ba00000,0x0e2a698b,0xdb400000,0x4f2a658a,0xb1400000,0x4b08a997,0x27c40000,0x468a62bc,0x89300000,0x00000000,0x00000000 +}; + +u32 jchardata_436[] = +{ + 0x00800024,0x40000000,0x04d6223a,0xa2200000,0x4c6eaaae,0xaaa00000,0x1eed226a,0x2a200000,0x02e55197,0x1d900000,0x08f9eeef,0xead00000,0x5bf8b1a6,0x95200000,0x08b470b3,0x95200000,0x0da4f3e0,0xb6200000,0x4b84b580,0x85a40000,0x12847800,0x8fe00000,0x00000000,0x00000000 +}; + +u32 jchardata_437[] = +{ + 0x00080004,0x11000000,0x027c227b,0x22100000,0x00d8b98c,0x89800000,0x05c0b89a,0xba800000,0x1fd07632,0x2c000000,0x48c07821,0x7d300000,0x00c02c21,0xbb100000,0x01f12861,0xaa000000,0x02e228a1,0xc7000000,0x13d34465,0xc6700000,0x12c688a9,0x88a40000,0x00400000,0x00000000 +}; + +u32 jchardata_438[] = +{ + 0x00000000,0x00000000,0x09aaaaaa,0xaa400000,0x0966e6e6,0x6a800000,0x0840c084,0x08800000,0x0840c084,0x08800000,0x0867b3b7,0x7a800000,0x088c4084,0xc8800000,0x08840048,0x48800000,0x08400000,0x08800000,0x0aeeeeee,0xeea00000,0x09111111,0x15500000,0x00000000,0x00000000 +}; + +u32 jchardata_439[] = +{ + 0x00100440,0x00000000,0x00254aa6,0x62200000,0x00a99a8a,0x99200000,0x12bb5646,0x99200000,0x00a99bab,0xbb200000,0x00bb2202,0x99200000,0x13be9bdb,0x95200000,0x00a913e7,0x6ea00000,0x00a9004e,0xd0000000,0x04a98c4a,0xd8000000,0x0af84402,0x58c00000,0x00000000,0x00000000 +}; + +u32 jchardata_440[] = +{ + 0x00511951,0x11000000,0x02aa2f36,0xe2200000,0x088cce9c,0xc9800000,0x0031c21c,0x63000000,0x08de8a98,0xfc800000,0x00c94a9c,0x9c000000,0x1fb7bbb3,0x3bf10000,0x04488ed8,0x84400000,0x08888a98,0x88800000,0x04444a94,0x44400000,0x00004e50,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_441[] = +{ + 0x00080002,0x00400000,0x044c441a,0xdf800000,0x0aeaaa2f,0x22200000,0x02e2a62f,0x22200000,0x48ccc85e,0xccc80000,0x022e221f,0x08400000,0x089f990f,0x08400000,0x008e100e,0x18400000,0x08ced849,0x28400000,0x4d2f37e4,0x39610000,0x022d0880,0x0b700000,0x00000000,0x00000000 +}; + +u32 jchardata_442[] = +{ + 0x00444444,0x44000000,0x02b89baa,0xab400000,0x08989fea,0xab800000,0x0c485b95,0x97c00000,0x09141ba2,0x63800000,0x0278975a,0xa5100000,0x00b89a88,0xbb200000,0x00745755,0x6e000000,0x00b8bba9,0x8f200000,0x02775444,0x4c100000,0x1389abbb,0xbf300000,0x00000000,0x00000000 +}; + +u32 jchardata_443[] = +{ + 0x08880108,0x00000000,0x0c8c865c,0x44400000,0x0c2eafba,0xaac00000,0x0c888a54,0x40c00000,0x0eaa23aa,0xaa200000,0x0d1d1555,0x75500000,0x0e2aaaea,0xfea00000,0x0e2aa2e2,0xb6200000,0x0c8f5481,0xa4000000,0x0c002c41,0xa4840000,0x0c00c823,0xacc40000,0x04000000,0x00000000 +}; + +u32 jchardata_444[] = +{ + 0x00490000,0x20000000,0x00bb6455,0x75500000,0x03e8aaee,0xaab00000,0x1aa201a6,0x22300000,0x0a7ba8fd,0x9b100000,0x02aa64f5,0x57100000,0x029920b6,0x22000000,0x0afea8fe,0xaa900000,0x065554f5,0x56600000,0x022230b5,0x12200000,0x132110b6,0x22200000,0x00000000,0x00000000 +}; + +u32 jchardata_445[] = +{ + 0x00020802,0x00000000,0x08ab8cdb,0xaaa00000,0x0c3d4053,0x15900000,0x05fcdebb,0xae800000,0x4fb8e61d,0x9f100000,0x12bc6226,0xe7100000,0x08f8aaaa,0xabd00000,0x08746655,0x57500000,0x04b8afaa,0xab500000,0x00bc4a54,0xe9000000,0x0cb07e00,0x4af00000,0x00100000,0x00000000 +}; + +u32 jchardata_446[] = +{ + 0x00440110,0x00000000,0x04aa6aee,0xae800000,0x089992a9,0x1d400000,0x0beea32e,0xea300000,0x4b88e78d,0x88300000,0x4ddff8a3,0x44d00000,0x4c88f324,0xa3000000,0x0aaab7ae,0xebb00000,0x08999224,0x80100000,0x04ab5665,0xf6400000,0x02a80aa8,0x8aa00000,0x00000000,0x00000000 +}; + +u32 jchardata_447[] = +{ + 0x00640411,0x91000000,0x00b80a62,0xe3100000,0x01f10a62,0xe3100000,0x1ab28ed9,0xdb900000,0x0cb00a62,0xe2000000,0x4cb21951,0xd1100000,0x17b15e66,0xe6600000,0x04b48a9a,0xaa900000,0x04b00b42,0xa9000000,0x04b0ab32,0x2c800000,0x06b5b023,0x33f50000,0x00000000,0x00000000 +}; + +u32 jchardata_448[] = +{ + 0x00010550,0x11000000,0x06676aa6,0x66600000,0x0d9bdaa9,0xaad00000,0x0c17a2aa,0x66c00000,0x00891159,0x94000000,0x03222b72,0x22300000,0x0b899ee9,0x98b00000,0x01226ee2,0x22100000,0x0022ca6c,0x62000000,0x006e8225,0xea400000,0x0c910220,0x28c00000,0x00000000,0x00000000 +}; + +u32 jchardata_449[] = +{ + 0x04600442,0x44000000,0x09a42aa7,0xaaa00000,0x4aa99fac,0x8be00000,0x07771ea5,0xaa200000,0x0b8bdefe,0xeed80000,0x0b860672,0xbb500000,0x175299b9,0xaad00000,0x5ffaaabb,0x7ea00000,0x487b9b68,0x7e300000,0x4eaaaeae,0xdf440000,0x5f88676d,0x49f40000,0x00000000,0x00000000 +}; + +u32 jchardata_450[] = +{ + 0x00010004,0x20000000,0x08d31059,0x20000000,0x0163235a,0x10000000,0x0113efcf,0xefb00000,0x0ea3f26b,0x06a00000,0x0023d17b,0x06900000,0x0322fbce,0x9f800000,0x01c3e148,0x36800000,0x0aa3f248,0x36800000,0x0d53c8cf,0xafa00000,0x4823c475,0x44b10000,0x00000000,0x00000000 +}; + +u32 jchardata_451[] = +{ + 0x00081000,0x80000000,0x074d6016,0xf7600000,0x0befa66e,0xdc800000,0x0bdef64e,0xdc800000,0x4b6b36d2,0xf3b50000,0x03457546,0x56100000,0x038bbb9a,0x9a100000,0x0baaa88b,0x8a900000,0x03002883,0x02100000,0x07bf3ba6,0xca100000,0x0a404c60,0x0a900000,0x00000000,0x00000000 +}; + +u32 jchardata_452[] = +{ + 0x00118801,0x00000000,0x0026c88b,0x94000000,0x00ae4447,0xc4000000,0x0af7201e,0x80000000,0x082ac4ea,0x00000000,0x0022aca1,0x00000000,0x137adcb8,0x9b000000,0x0cee8120,0x0b500000,0x042a8210,0x1b600000,0x002aa777,0x6e700000,0x01399988,0x8c600000,0x00000000,0x00000000 +}; + +u32 jchardata_453[] = +{ + 0x00828000,0xa0000000,0x06e7e609,0xa0000000,0x09dbd91e,0x72000000,0x12f2b65e,0xafd00000,0x0b98abee,0x2a900000,0x048b855f,0x2a500000,0x0a67aa0b,0x9e200000,0x08dbea32,0xc9320000,0x0aa99820,0xc8100000,0x0964a85e,0x4e900000,0x0b44e8c7,0x00f40000,0x00000000,0x00000000 +}; + +u32 jchardata_454[] = +{ + 0x00002840,0x00000000,0x00023a66,0xd0000000,0x00220853,0x44000000,0x0abaaefb,0xaa800000,0x05654cc4,0x47400000,0x00232ee2,0x23000000,0x00219999,0x13000000,0x0022e22e,0x23000000,0x002ea226,0xe3000000,0x04da2112,0xad400000,0x0e720000,0x27e00000,0x00000000,0x00000000 +}; + +u32 jchardata_455[] = +{ + 0x00004402,0x00400000,0x0aee8806,0x14800000,0x031f022b,0x66800000,0x074f432b,0x67900000,0x0b9f870a,0x56900000,0x03af430b,0x46900000,0x03cfeb3b,0x77b10000,0x0f9f042b,0x64800000,0x4f2e0030,0x35800000,0x030c1310,0x07900000,0x000d3100,0x4c710000,0x00000000,0x00000000 +}; + +u32 jchardata_456[] = +{ + 0x00800118,0x00000000,0x00840228,0x40000000,0x0aeea33a,0x62200000,0x055bd119,0x71100000,0x000e5cce,0xecc00000,0x00cd300b,0x50000000,0x0ccca22a,0x40000000,0x44848338,0x40000000,0x0084233a,0x40000000,0x01a7244e,0x76500000,0x13a48888,0x8ab40000,0x00000000,0x00000000 +}; + +u32 jchardata_457[] = +{ + 0x00446446,0x44000000,0x02ebbaab,0xbe200000,0x00eabaab,0xae000000,0x01f57997,0x5f000000,0x01fabffb,0xaf000000,0x0111d55d,0x11100000,0x136e632a,0xea700000,0x4e85b32a,0x69e00000,0x0037b00a,0x70000000,0x000c632a,0x40000000,0x00eb3218,0x40000000,0x00100000,0x00000000 +}; + +u32 jchardata_458[] = +{ + 0x00008200,0x00000000,0x0004c130,0x00000000,0x0009d998,0x40000000,0x005e676c,0x01000000,0x01d502b8,0x13100000,0x0a6332f3,0x31000000,0x00022ae7,0x10000000,0x00038a6d,0x30000000,0x0139c224,0xd3100000,0x17d80220,0x8d710000,0x0c402310,0x04c00000,0x00000000,0x00000000 +}; + +u32 jchardata_459[] = +{ + 0x00020440,0x00000000,0x049b8cc8,0x88400000,0x00577bb7,0x77100000,0x00aa8888,0x88000000,0x08abaeea,0xa8800000,0x0016d515,0x30000000,0x015d9199,0x79100000,0x0666eeea,0xbe600000,0x088c8884,0x74800000,0x048c0884,0xf8400000,0x084008a3,0x24800000,0x00000000,0x00000000 +}; + +u32 jchardata_460[] = +{ + 0x00000042,0x00000000,0x022216a3,0x32200000,0x0b9b89db,0x99800000,0x0b8b8aeb,0xaa900000,0x035726a3,0x32210000,0x032f0991,0x11000000,0x030b4b62,0x23100000,0x0313cf22,0x23100000,0x0323cfa2,0x23100000,0x038e439d,0x9b500000,0x0c800300,0x9bc00000,0x00000100,0x00000000 +}; + +u32 jchardata_461[] = +{ + 0x00804554,0x44400000,0x00c08ae8,0xc8800000,0x04e66aea,0xea400000,0x08eaa6e6,0xe6800000,0x04c08ee8,0xcc800000,0x0aee2776,0x66200000,0x4dd51bb9,0x99100000,0x48c09baa,0x88800000,0x00c1350b,0x64000000,0x00e39c08,0x7f900000,0x03e0404c,0x02b00000,0x00400000,0x00000000 +}; + +u32 jchardata_462[] = +{ + 0x00000154,0x00000000,0x04c002a8,0x00000000,0x00448aa8,0x88400000,0x022a96f8,0x4ba00000,0x0d9aa2fa,0x3a800000,0x000212ef,0x10000000,0x000306ee,0x20000000,0x00e10aac,0x31000000,0x05a04e2c,0x13200000,0x0f48c62c,0x00b00000,0x480c631c,0x88c00000,0x00000000,0x00000000 +}; + +u32 jchardata_463[] = +{ + 0x00020001,0x11000000,0x09db9ddb,0xae600000,0x0aa22a93,0x2a600000,0x0aa44896,0x5e600000,0x0aa998ab,0xaf600000,0x08a229b0,0x1b500000,0x08999999,0x9d400000,0x05a66aa6,0x6a100000,0x00222bb2,0x22000000,0x00000aa0,0x00000000,0x02222aa2,0x22200000,0x00000000,0x00000000 +}; + +u32 jchardata_464[] = +{ + 0x00040204,0x00000000,0x066e636a,0x22100000,0x0b9da55a,0x11200000,0x0a9fb6ef,0xea100000,0x0c5ef66b,0x69000000,0x0ccdf55b,0x58000000,0x0e6ff66b,0x7a200000,0x08af8284,0x7a000000,0x1bafa7f2,0x7a310000,0x044c4a90,0x48440000,0x026a2f32,0x2ee40000,0x00000000,0x00000000 +}; + +u32 jchardata_465[] = +{ + 0x00400000,0x00000000,0x03a62bea,0xaf600000,0x078a5a52,0x19600000,0x0f87bbfb,0xad600000,0x4b963b72,0x29600000,0x07873aeb,0xad600000,0x03a62a6b,0xb2a00000,0x03853a62,0xcda00000,0x03843a62,0xa9200000,0x03955eaa,0x5d600000,0x03a6aaa6,0x22e00000,0x00000000,0x00000000 +}; + +u32 jchardata_466[] = +{ + 0x00100082,0x00000000,0x007444c6,0x54400000,0x05e88aab,0xaaa00000,0x27b32267,0x22200000,0x0692101e,0x40000000,0x07821853,0x33200000,0x07878862,0x0e600000,0x1bb78871,0x06e00000,0x0c7f5970,0x02d40000,0x4e293b50,0x8a100000,0xab002acc,0xf7000000,0x00000000,0x00000000 +}; + +u32 jchardata_467[] = +{ + 0x00000440,0x00000000,0x02222aa2,0x22200000,0x4cccfdcc,0xdcc40000,0x00012881,0x31000000,0x02677aa6,0x73100000,0x01aeeaa8,0xc9000000,0x00088224,0xc0000000,0x0022e73e,0x22000000,0x00000ee4,0x00000000,0x0004caac,0x88400000,0x0eea2222,0x6ae00000,0x00000000,0x00000000 +}; + +u32 jchardata_468[] = +{ + 0x01111144,0x44000000,0x0eff7aea,0xafa00000,0x0c2a5840,0x0aa00000,0x0e7f7a88,0x8aa00000,0x0fae5b8a,0xeb600000,0x0f2a5b57,0xd6500000,0x0fad7bda,0xc8800000,0x0f195b52,0xc0000000,0x0f6e6b52,0x84000000,0x0faa2fde,0x4cb50000,0x0b119a42,0x2ae00000,0x00000000,0x00000000 +}; + +u32 jchardata_469[] = +{ + 0x00002002,0x00000000,0x06abbaab,0xba600000,0x00567aa7,0x65000000,0x00222aa2,0x22000000,0x00222aa2,0x22000000,0x00eeffee,0xed000000,0x12223aa2,0x22200000,0x01231aa1,0x32100000,0x03332bb2,0x33200000,0x08888aa8,0x88900000,0x0aaaaaaa,0xaaa00000,0x00000000,0x00000000 +}; + +u32 jchardata_470[] = +{ + 0x02220200,0x20000000,0x0faf9f48,0xbcd00000,0x0f0f0f25,0x3f600000,0x0f9e8f08,0xf4000000,0x0f2e0f11,0xf4210000,0x0f8fafa8,0xfaf40000,0x030f1002,0xc4c00000,0x0b8eaa23,0xe6500000,0x075f5513,0xd1000000,0x074c9913,0xd1100000,0x4b88662a,0xe2200000,0x00000000,0x00000000 +}; + +u32 jchardata_471[] = +{ + 0x00820888,0x88000000,0x00d31c57,0x6f700000,0x0aea2e9a,0x8e600000,0x0ee66e9a,0x8f500000,0x4ad19a9a,0x9b800000,0x46d1d6d6,0xc7d40000,0x02e2a99a,0x89a00000,0x02d0689a,0x88300000,0x02d026d6,0x9e300000,0x13f3239e,0xc2000000,0x11c08d92,0x8cc40000,0x00400000,0x00000000 +}; + +u32 jchardata_472[] = +{ + 0x00012008,0x00000000,0x08c7766e,0x44400000,0x006299af,0x88800000,0x013199fd,0x99400000,0x1772a66a,0x2b900000,0x08f08eec,0x8e900000,0x00f222ee,0xe7100000,0x00f19d99,0x5d800000,0x00f48048,0x00900000,0x08fc4004,0x00300000,0x4c27bbff,0xffe00000,0x00000000,0x00000000 +}; + +u32 jchardata_473[] = +{ + 0x00040114,0x48000000,0x4cc84aa8,0x84000000,0x00e22e2e,0x29800000,0x48f95a65,0x5e000000,0x04f44aa8,0x9a800000,0x08f44a98,0x9e800000,0x0eea2777,0x6aa00000,0x4cc05aaa,0x88400000,0x04c1744f,0x10400000,0x01e3c880,0x7ac00000,0x03e444c8,0xc6700000,0x00400000,0x00000000 +}; + +u32 jchardata_474[] = +{ + 0x00555511,0x11800000,0x08feeea6,0xa2e00000,0x00b95915,0x92e00000,0x08feeea6,0xa2d00000,0x00b46a26,0xa2e00000,0x04f05a21,0x62d00000,0x08312722,0x3f900000,0x016899d9,0x89100000,0x0268aafb,0xaa100000,0x074444e6,0x44400000,0x0a8aaaaa,0xaaa50000,0x00000000,0x00000000 +}; + +u32 jchardata_475[] = +{ + 0x00010440,0x00000000,0x01222b92,0x33210000,0x02abaec8,0xa9000000,0x01232983,0x22300000,0x09bbba8b,0x99b40000,0x0646994f,0x66700000,0x0086880f,0x2a300000,0x02e3a60f,0x08700000,0x0c53e00e,0x22e00000,0x043da20f,0x11600000,0x029801fa,0x00220000,0x00000000,0x00000000 +}; + +u32 jchardata_476[] = +{ + 0x00020080,0x00000000,0x045644f6,0x66600000,0x09aba8fa,0xaa940000,0x02abbdf9,0x99000000,0x02a625b2,0x2a600000,0x02aeadf9,0x9d500000,0x02aa66f6,0x7e610000,0x026bbdfc,0xaa210000,0x021ae8f8,0xd7100000,0x08da04b2,0x6ee40000,0x085207a2,0x10b60000,0x00000000,0x00000000 +}; + +u32 jchardata_477[] = +{ + 0x00a00004,0x68800000,0x00a54999,0xb9500000,0x01b51e2e,0x7aa10000,0x0afe5856,0x7e600000,0x00b50aae,0x99b00000,0x05ffaaaf,0xaab40000,0x0ef526e6,0x66700000,0x02a51aee,0x9db00000,0x00a55eaf,0xae300000,0x00a9d24c,0xc8400000,0x0ce11fa6,0x2ae90000,0x00000000,0x00000000 +}; + +u32 jchardata_478[] = +{ + 0x00000554,0x44000000,0x05d59ba9,0x9d100000,0x0222bb66,0x6e210000,0x0400b888,0x8c000000,0x0883a966,0x7f200000,0x00234888,0xba000000,0x03328999,0xb9500000,0x01d2c6e7,0xf6a10000,0x0492c0c1,0xe4800000,0x0c56c4c5,0xe4c00000,0x0c1a888b,0xa8880000,0x00000000,0x00000000 +}; + +u32 jchardata_479[] = +{ + 0x00051115,0x11000000,0x00aa22aa,0x67400000,0x00e7aaea,0xaf840000,0x04e5cc8c,0x8f000000,0x08a6a36e,0xea000000,0x0da6ffd4,0xb8c80000,0x0aa6b19d,0xb5100000,0x06a7b6a6,0xbe210000,0x0486a4cc,0x74c00000,0x04a34044,0xf8000000,0x06a00cc8,0x30000000,0x00000000,0x00000000 +}; + +u32 jchardata_480[] = +{ + 0x00800082,0x82000000,0x00a622a7,0xa7210000,0x05f515d7,0x95500000,0x09ea6ae7,0x89940000,0x01a52296,0xa7100000,0x06ee5ae4,0xbe800000,0x0fd632d6,0xb7220000,0x0284ccd2,0x89a50000,0x00a425f0,0x85500000,0x02a52c40,0xa5300000,0x09c0f622,0xb4000000,0x00000000,0x00000000 +}; + +u32 jchardata_481[] = +{ + 0x0009111a,0x22000000,0x003f667e,0x57400000,0x008b48b8,0x9f800000,0x03e62e72,0x2e310000,0x0bc425b0,0x89210000,0x0de6b9a9,0xaba40000,0x01b42766,0x44200000,0x00857eaa,0xa9800000,0x00a77912,0x39800000,0x01946f77,0x58800000,0x02a76e9a,0xbba10000,0x01000000,0x00100000 +}; + +u32 jchardata_482[] = +{ + 0x00080889,0x9a400000,0x003d1667,0x69800000,0x080d2aab,0xaea10000,0x084c09bb,0xbd800000,0x095c2302,0x03300000,0x0a7dafae,0xe9d80000,0x082d88b8,0xbaa80000,0x00690d68,0xa5f00000,0x00691f08,0x82f00000,0x01f32c08,0x89c00000,0x0350233b,0xb3310000,0x00000000,0x00000000 +}; + +u32 jchardata_483[] = +{ + 0x01001100,0x22200000,0x02303201,0x33300000,0x00013211,0x30300000,0x02033331,0x33300000,0x02103201,0x31300000,0x00013211,0x30300000,0x00031131,0x33300000,0x01230031,0x20300000,0x02131132,0x10300000,0x13033323,0x00300000,0x12000012,0x03200000,0x00000000,0x00000000 +}; + +u32 jchardata_484[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_485[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_486[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_487[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; +#endif + +#if defined(LANG_JP) || defined(LANG_EU) +u32 jchardata_0[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x04000000,0x00000000,0x0c000000,0x00000000,0x04c00000,0x00000000,0x00400000,0x00000000 +}; + +u32 jchardata_1[] = +{ + 0x00000000,0x00000000,0x00000300,0x08c00000,0x00003332,0x0c000000,0x00030303,0xf4000000,0x00030300,0xc0000000,0x00023304,0xc0000000,0x00000332,0xc0000000,0x00000303,0xf0000000,0x00130300,0xf0000000,0x00032303,0x4c000000,0x00001320,0x0cc00000,0x00000200,0x00c00000 +}; + +u32 jchardata_2[] = +{ + 0x00000000,0x00000000,0x13000000,0x00000000,0x01300000,0x00000000,0x00300000,0x00000000,0x00130000,0x00000000,0x00030cc0,0x00000000,0x00030cc0,0x00000000,0x00130000,0x00000000,0x00310000,0x00000000,0x00300000,0x00000000,0x03100000,0x00000000,0x12000000,0x00000000 +}; + +u32 jchardata_3[] = +{ + 0x00000000,0x00000000,0x00010008,0xccc00000,0x00323008,0x83000000,0x02202208,0xb0000000,0x0230320b,0x80000000,0x00333028,0x80000000,0x00000208,0x80000000,0x0000302b,0xb2000000,0x00030038,0x83000000,0x00300034,0x43000000,0x02000013,0x31000000,0x00000000,0x00000000 +}; + +u32 jchardata_4[] = +{ + 0x00000000,0x00000000,0x00000000,0x48000000,0x00000000,0xc8000000,0x00030000,0x8c000000,0x00030000,0x00000000,0x00030000,0x00000000,0x00030000,0x00000000,0x00030000,0x00000000,0x00030000,0x00000000,0x00030000,0x00000000,0x12230000,0x00000000,0x12220000,0x00000000 +}; + +u32 jchardata_5[] = +{ + 0x00000000,0x00000000,0x00000003,0x0de00000,0x0000001b,0xc7200000,0x000004c7,0x02300000,0x0004c400,0x00000000,0x00c80000,0x00000000,0x0c400000,0x00000000,0x008c4000,0x00000000,0x00008c00,0x00000000,0x000000cc,0x00000000,0x00000000,0xcc000000,0x00000000,0x04c00000 +}; + +u32 jchardata_6[] = +{ + 0x00000000,0x00000000,0x03100000,0x00000000,0x00e30000,0xc4000000,0x000c3308,0xc0000000,0x08ccccff,0xcc000000,0x0000c4c4,0x32000000,0x00004cc0,0x03300000,0x08cccccf,0xfc000000,0x00000e30,0x00000000,0x00023d00,0x00000000,0x01210800,0x00000000,0x03000000,0x00000000 +}; + +u32 jchardata_7[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00010000,0x00000000,0x01333100,0x00200000,0x13000330,0x13100000,0x00000013,0x30000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_8[] = +{ + 0x00000000,0x00000000,0x00000100,0x00000000,0x0000be31,0x00000000,0x0003dc03,0x00000000,0x00030c03,0x10000000,0x00030c02,0x20000000,0x00030c02,0x20000000,0x00030c02,0x20000000,0x00030c03,0x00000000,0x00023c23,0x00000000,0x00002b30,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_9[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x0000fff5,0x00000000,0x000bf00f,0x00000000,0x0003000e,0x10000000,0x000048cb,0x00000000,0x000049f8,0x00000000,0x0000130c,0x40000000,0x000c300c,0x80000000,0x000ff2ae,0x10000000,0x0001aee2,0x10000000,0x00000000,0x00000000 +}; + +u32 jchardata_10[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x0008ccfe,0x00000000,0x00088132,0x00000000,0x000c4322,0x00000000,0x000cfcd6,0x00000000,0x000ab02e,0x00000000,0x0003002a,0x80000000,0x000f333b,0xb0000000,0x000cc0ae,0x00000000,0x00008cd1,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_11[] = +{ + 0x00000000,0x00000000,0x00000220,0x00000000,0x000cfeff,0x80000000,0x0003200f,0x10000000,0x000300c8,0x00000000,0x000313f2,0x00000000,0x00032c43,0x00000000,0x00030c02,0x20000000,0x00030c03,0x20000000,0x0000be33,0x00000000,0x00004a20,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_12[] = +{ + 0x00000000,0x00000000,0x00000400,0x00000000,0x0000fff9,0x00000000,0x000f400f,0x00000000,0x000f000b,0x90000000,0x000c313f,0x80000000,0x0004f7fe,0x80000000,0x00030807,0xa0000000,0x001e400c,0x30000000,0x000be4cf,0x20000000,0x00003b71,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_13[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x000ccfec,0x00000000,0x000c133c,0xc0000000,0x000c3039,0xc0000000,0x000cb8df,0x00000000,0x000f888f,0x80000000,0x000f3333,0xe0000000,0x002e0000,0xf0000000,0x003c888c,0xf3000000,0x00288884,0x02000000,0x00000000,0x00000000 +}; + +u32 jchardata_14[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x008cfffb,0x00000000,0x008b200d,0xf0000000,0x00bb0000,0xc4000000,0x00b80000,0x8c000000,0x00b80000,0x4c000000,0x00b90000,0xc8000000,0x00ab0004,0xf2000000,0x008fb8cf,0x70000000,0x00489b71,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_15[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x000fffff,0xf4000000,0x000f0000,0x00000000,0x000f0000,0x00000000,0x000f2222,0x00000000,0x000feeee,0x00000000,0x000f0000,0x00000000,0x000f0000,0x00000000,0x000f2222,0x20000000,0x000e2222,0x20000000,0x00000000,0x00000000 +}; + +u32 jchardata_16[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00c53333,0xc4000000,0x00c30001,0xf0000000,0x00f20000,0xd0000000,0x00f88888,0xc0000000,0x00f8888b,0xe0000000,0x00f20002,0xf0000000,0x00e30000,0xf0000000,0x00c33223,0xf0000000,0x00800220,0x90000000,0x00000000,0x00000000 +}; + +u32 jchardata_17[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x000003e0,0x00000000,0x000003e0,0x00000000,0x000003e0,0x00000000,0x000003e0,0x00000000,0x000003e0,0x00000000,0x000003e0,0x00000000,0x000803e0,0x00000000,0x000c0be0,0x00000000,0x0000ce10,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_18[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x003f0001,0x31000000,0x002e0023,0x00000000,0x002e0330,0x00000000,0x002d3300,0x00000000,0x002f2130,0x00000000,0x002e0032,0x00000000,0x002e0003,0x00000000,0x002e8889,0xf0000000,0x00198888,0xe2000000,0x00000000,0x00000000 +}; + +u32 jchardata_19[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00fc0000,0xf2000000,0x00fe4000,0xf2000000,0x00f3c002,0xf2000000,0x00f26c03,0xd2000000,0x00f03c92,0xd2000000,0x00f030f0,0xe2000000,0x00f0233c,0xe2000000,0x00f0032c,0xe2000000,0x00a00100,0x91000000,0x00000000,0x00000000 +}; + +u32 jchardata_20[] = +{ + 0x00000000,0x00000000,0x00000100,0x00000000,0x000dffff,0x40000000,0x002f0001,0xf0000000,0x003d0000,0xfb000000,0x003c0000,0xc3000000,0x003ccccc,0x83000000,0x003c0000,0x13000000,0x003f0000,0x32000000,0x000f3013,0x30000000,0x00082331,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_21[] = +{ + 0x00000000,0x00000000,0x00000100,0x00000000,0x000effff,0x00000000,0x002f000d,0xf0000000,0x003d0000,0xe3000000,0x003c000c,0xc3000000,0x003cccc8,0x03000000,0x003c12c0,0x13000000,0x003e323c,0x31000000,0x000f202f,0xe0000000,0x00082323,0xe0000000,0x00000000,0x33000000 +}; + +u32 jchardata_22[] = +{ + 0x00000000,0x00000000,0x00000100,0x00000000,0x00cdffff,0xcc000000,0x00030c03,0x30000000,0x00030c00,0x00000000,0x00013f00,0x00000000,0x00000e33,0x00000000,0x00000c03,0x30000000,0x00130c00,0x30000000,0x00033c03,0x20000000,0x00002b31,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_23[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00f10000,0xf9000000,0x00b80000,0xf0000000,0x003c0008,0xf0000000,0x003c400c,0x30000000,0x0034c00c,0x30000000,0x0030c0c4,0x30000000,0x0023c4c0,0x30000000,0x00033ee3,0x10000000,0x00001a20,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_24[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x034c0320,0xc2300000,0x030cc33c,0x03100000,0x0220d3f4,0x03000000,0x00303cf0,0x03000000,0x00303ce1,0x12000000,0x0031f0db,0x21000000,0x002fa00f,0x30000000,0x004f0007,0xf0000000,0x00c30001,0x94000000,0x00000000,0x00000000 +}; + +u32 jchardata_25[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x007dcccc,0xf3000000,0x0003000d,0x30000000,0x000130cb,0x00000000,0x000035f1,0x00000000,0x00000f30,0x00000000,0x0000c700,0x00000000,0x0008c300,0x00000000,0x000c4b88,0xc0000000,0x00488a88,0xc0000000,0x00000000,0x00000000 +}; + +u32 jchardata_26[] = +{ + 0x04000000,0x00000000,0x0c08c000,0x00000000,0x0c008320,0x00000000,0x00040320,0x00000000,0x00000320,0x00000000,0x00000320,0x00000000,0x00000200,0x00000000,0x00000310,0x00000000,0x00000000,0x00000000,0x00000320,0x00000000,0x00000210,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_27[] = +{ + 0x00000000,0x00000000,0x00c03103,0x10000000,0x00c03003,0x00000000,0x00403003,0x00000000,0x00333333,0x33000000,0x00003003,0x00000000,0x00003003,0x00000000,0x00022013,0x00000000,0x00333333,0x30000000,0x00030021,0x00000000,0x00030030,0x00000000,0x00030030,0x00000000 +}; + +u32 jchardata_28[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000c00,0x00000000,0x00000f20,0x00000000,0x00130f03,0x30000000,0x00023e23,0x10000000,0x00c8cfec,0xcc000000,0x00232e03,0x30000000,0x00010f10,0x10000000,0x00000f10,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_29[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x08888888,0x88400000,0x0ccccccc,0xcc800000,0x00000000,0x00000000,0x00000000,0x00000000,0x03200000,0x00000000,0x01200000,0x00000000,0x03000000,0x00000000 +}; + +u32 jchardata_30[] = +{ + 0x00000000,0x00000000,0x00000000,0x00c00000,0x00000000,0x0c000000,0x00000000,0xc0000000,0x0000000c,0x00000000,0x000000c0,0x00000000,0x00000c00,0x00000000,0x0000c000,0x00000000,0x000c0000,0x00000000,0x03e00000,0x00000000,0x0f100000,0x00000000,0x80000000,0x00000000 +}; + +u32 jchardata_31[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x08888b98,0x88000000,0x08888b98,0x88000000,0x00000000,0x00000000,0x0ccccccc,0xcc400000,0x00000000,0x00000000,0x00000320,0x00000000,0x00000210,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_32[] = +{ + 0x00000000,0x00000000,0x00000440,0x00000000,0x000ffbbf,0x40000000,0x00d70443,0xf0000000,0x0891c84e,0x3c000000,0x0c00c03f,0x0c000000,0x0c088358,0x0c000000,0x0c0883c0,0xc4000000,0x0880cc0c,0x48000000,0x00c80300,0xc4000000,0x0008cbcc,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_33[] = +{ + 0x04000000,0x00000000,0x04c00000,0x00000000,0xcc000000,0x00000000,0x08000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x03300000,0x00000000,0x30120000,0x00000000,0x31210000,0x00000000,0x02100000,0x00000000 +}; + +u32 jchardata_34[] = +{ + 0x01000000,0x00000000,0x32300000,0x00000000,0x30300000,0x00000000,0x03000000,0x00000000,0x00cccccc,0xc0000000,0x0000000c,0xc0000000,0x00000ccc,0x00000000,0x00000c40,0x00000000,0x00000c00,0x00000000,0x00004c00,0x00000000,0x0008c000,0x00000000,0x004c0000,0x00000000 +}; + +u32 jchardata_35[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000c00,0x00000000,0x00000c03,0x30000000,0x008cccff,0xc0000000,0x00880330,0xc0000000,0x00893320,0xc0000000,0x0033022c,0x40000000,0x0010026c,0x00000000,0x00004ee0,0x00000000,0x0000c220,0x00000000 +}; + +u32 jchardata_36[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000080,0x00000000,0x000000c0,0x00000000,0x00efffff,0xfc000000,0x00400bd4,0x10000000,0x00000fc0,0x00000000,0x0004c3c0,0x00000000,0x00cc03c0,0x00000000,0x02f333f3,0x33000000,0x000008c0,0x01000000 +}; + +u32 jchardata_37[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00004000,0x00000000,0x0000d200,0x01000000,0x0030cbcc,0xeb000000,0x08dfca00,0xf0000000,0x0001c80c,0x30000000,0x00008c03,0x00000000,0x00000c32,0x00000000,0x00001f10,0x00000000,0x00023c00,0x00000000 +}; + +u32 jchardata_38[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00088888,0x40000000,0x003bbbbb,0xc0000000,0x00000003,0xc0000000,0x000ccccf,0xc0000000,0x00000007,0xc0000000,0x00000013,0xc1000000,0x027fffff,0xf3000000,0x00000000,0x80000000 +}; + +u32 jchardata_39[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x01f73333,0x33000000,0x000cc000,0x13000000,0x0000c000,0x3ac00000,0x00333333,0x7d000000,0x00000004,0xf4000000,0x0000008f,0x20000000,0x00000cf3,0x00000000,0x004ceb30,0x00000000,0x00ef3100,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_40[] = +{ + 0x00000000,0x00000000,0x00000000,0x80000000,0x03333337,0xf7000000,0x0000004c,0x73000000,0x00000ac3,0x30000000,0x0000cff1,0x00000000,0x008c83c0,0x00000000,0x0cc013c0,0x00000000,0x000033c0,0x00000000,0x000230c0,0x00000000,0x003300c0,0x00000000,0x00100080,0x00000000 +}; + +u32 jchardata_41[] = +{ + 0x00000000,0x00000000,0x00000300,0x00000000,0x00000300,0x00000000,0x09ffffff,0xfe000000,0x02300c00,0x23000000,0x02300c00,0x22000000,0x02300c00,0x31000000,0x00000c00,0x30000000,0x00000c03,0x20000000,0xcccccdfe,0xccc00000,0x00033300,0x00000000,0x00010000,0x00000000 +}; + +u32 jchardata_42[] = +{ + 0x00000000,0x00000000,0x00004c32,0x00000000,0x00008c32,0x00000000,0x00004c32,0x00000000,0x0fffffff,0xfb300000,0x00004d31,0xc8000000,0x0000e732,0xc8000000,0x0003f032,0xc0000000,0x013fc032,0xc0000000,0x13dc0072,0xc0000000,0x0cc003fe,0x80000000,0x00000110,0x00000000 +}; + +u32 jchardata_43[] = +{ + 0x00000000,0x00000000,0x00002f00,0x00000000,0x00009f00,0x00000000,0x0000dfdf,0xf0000000,0x033ff321,0xc8000000,0x004c0300,0xc0000000,0x08c0032e,0xf3200000,0x073333ae,0x10000000,0x00000be0,0x00000000,0x0004cf20,0x00000000,0x00cc8230,0x00000000,0x00000120,0x00000000 +}; + +u32 jchardata_44[] = +{ + 0x00000000,0x00000000,0x00003000,0x00000000,0x00032000,0x00000000,0x04cfdeee,0xea300000,0x00322213,0xea300000,0x03300003,0xc8000000,0x13000013,0xc8000000,0x00000031,0xc8000000,0x00000130,0xc8000000,0x00ccefcc,0xc8000000,0x00133000,0x44000000,0x00010000,0x00000000 +}; + +u32 jchardata_45[] = +{ + 0x00000000,0x00000000,0x00010003,0x00000000,0x000fc003,0x00000000,0x0003c003,0x00000000,0x33333333,0x33700000,0x08cb0003,0x0cc00000,0x000f0003,0xcc000000,0x0003000f,0xc0000000,0x000008db,0x00000000,0x0008ce30,0x00000000,0x00cf3300,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_46[] = +{ + 0x00000000,0x00000000,0x0000c000,0x00000000,0x0022e222,0x30000000,0x0022e222,0x34000000,0x0048cccf,0xcc000000,0x0cc8c023,0xc4000000,0x0000c13c,0x80000000,0x0000c36f,0x00000000,0x0002f003,0x30000000,0x0133c000,0x33000000,0x03208ccc,0xcf500000,0x00000000,0x00000000 +}; + +u32 jchardata_47[] = +{ + 0x00000000,0x00000000,0x00000c00,0x00000000,0x01104c00,0x03000000,0x0030cccc,0xdf000000,0x002fc000,0xeb000000,0x00ce8000,0xf0000000,0x0cc04c0d,0xb0000000,0x000000cf,0x10000000,0x00000cf3,0x00000000,0x0004df30,0x00000000,0x04cf7000,0x00000000,0x00800000,0x00000000 +}; + +u32 jchardata_48[] = +{ + 0x00000000,0x00000000,0x00000001,0x30000000,0x0033f333,0x20400000,0x0ca04f00,0x0c800000,0x00c00f00,0x0c000000,0x23f73333,0x7f300000,0x00000300,0xc0000000,0x0000030c,0xc0000000,0x000013cc,0x00000000,0x00003cc0,0x00000000,0x003fd800,0x00000000,0x00280000,0x00000000 +}; + +u32 jchardata_49[] = +{ + 0x00000000,0x00000000,0x0000c000,0x00000000,0x0033f333,0x31000000,0x0000c000,0x00000000,0x0000c000,0x00100000,0x2333fffb,0x33300000,0x0000c32c,0xc8000000,0x0000c310,0x0c000000,0x0000c300,0x00000000,0x0000f200,0x00000000,0x0033e000,0x00000000,0x00308000,0x00000000 +}; + +u32 jchardata_50[] = +{ + 0x00000000,0x00000000,0x00000230,0x00000000,0x00000230,0x00000000,0x00cccdfc,0xcc000000,0x03333333,0x33300000,0x00000230,0x00100000,0x00000230,0x00000000,0x00000320,0x00000000,0x00000300,0x00000000,0x8cccffcc,0xccc00000,0x00332000,0x00000000,0x00200000,0x00000000 +}; + +u32 jchardata_51[] = +{ + 0x00000000,0x00000000,0x0000cc00,0x00000000,0x00333bb3,0x31000000,0x00888444,0xf0000000,0x0089884d,0xf0000000,0x000331cb,0x00000000,0x00004f75,0x00000000,0x000cce3b,0xc8000000,0x0cc43f01,0x3dc00000,0x04232c00,0x11000000,0x03300c00,0x00000000,0x00000c00,0x00000000 +}; + +u32 jchardata_52[] = +{ + 0x00000000,0x00000000,0x00000000,0x20000000,0x00000001,0x30000000,0x0008c04f,0x20000000,0x000c400f,0x80000000,0x000c0033,0xc0000000,0x00cc0030,0xcc000000,0x00c00310,0x0c000000,0x0c803200,0x0c400000,0xcc231000,0x08c00000,0x01300000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_53[] = +{ + 0x00000000,0x00000000,0x00120000,0x00000000,0x04ab8888,0x88000000,0x04ab8888,0x8c000000,0x00230123,0xbd000000,0x00233321,0xc0000000,0x0023000c,0xc0000000,0x0023004c,0x00000000,0x002308c0,0x00000000,0x0027cc00,0x00000000,0x00cfb333,0x33000000,0x00000000,0x00000000 +}; + +u32 jchardata_54[] = +{ + 0x00000000,0x00000000,0x00000c00,0x00000000,0x00000c00,0x00000000,0x00003f40,0x00000000,0x0ccfcffc,0xccc00000,0x00320c33,0x00000000,0x037c0c0b,0xe0000000,0x03c80c00,0xf9000000,0x0cc00c00,0x0f500000,0x0c000c00,0x05f00000,0x00000c00,0x00000000,0x00000800,0x00000000 +}; + +u32 jchardata_55[] = +{ + 0x00000000,0x00000000,0x00080000,0x00000000,0x000cccc8,0x01000000,0x0333337f,0xf3200000,0x00000000,0x33000000,0x000cc843,0x30000000,0x000338ff,0x00000000,0x00003320,0x00000000,0x00c80330,0x00000000,0x008cccff,0x40000000,0x0000000c,0xc4000000,0x00000000,0x00000000 +}; + +u32 jchardata_56[] = +{ + 0x00000000,0x00000000,0x00000100,0x00000000,0x0000032c,0xc0000000,0x0000130c,0x00000000,0x000cf34c,0x00000000,0x00007cd0,0x00000000,0x000234cf,0x00000000,0x00034c02,0xf8000000,0x0017c000,0x32000000,0x02ff3333,0x33000000,0x0ff12000,0x03200000,0x00000000,0x00000000 +}; + +u32 jchardata_57[] = +{ + 0x00000000,0x00000000,0x000c8000,0x00000000,0x013bf333,0x31000000,0x0000f048,0xcc800000,0x048cfcc8,0x4c000000,0x1ea2f222,0xe6200000,0x1222fa2e,0xe2200000,0x0000bc08,0x00000000,0x00003c00,0x00000000,0x00003c00,0x00000000,0x00002f73,0x33000000,0x00000400,0x00000000 +}; + +u32 jchardata_58[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00cccccc,0xc8000000,0x01733333,0xbc000000,0x00000003,0x6c000000,0x00c8888b,0xec000000,0x00c8888b,0xdc000000,0x00000003,0x8c000000,0x00000003,0x5c100000,0x23ffffff,0xff300000,0x00400000,0xcc000000,0x00000000,0x00000000 +}; + +u32 jchardata_59[] = +{ + 0x00000000,0x00000000,0x00000004,0xd0000000,0x00af333b,0xf0000000,0x008c0008,0xc0000000,0x02ae222a,0xe1000000,0x02ae222a,0xe3000000,0x008c0008,0xf3000000,0x004c000d,0xb0000000,0x0000001f,0x10000000,0x000003fd,0x00000000,0x0023ff80,0x00000000,0x00028000,0x00000000 +}; + +u32 jchardata_60[] = +{ + 0x00000000,0x00000000,0x00840030,0x00000000,0x00cb0030,0x00000000,0x00cb0030,0x00000000,0x00cb0030,0x00800000,0x00cb0030,0x0c800000,0x00cb0030,0xcc300000,0x00db003c,0xc3100000,0x00f50cf4,0x33000000,0x03fccc33,0x10000000,0x338c0030,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_61[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00eeeeee,0xe9000000,0x00f22222,0xbf000000,0x00f00000,0x6f000000,0x00f00000,0xeb000000,0x00f00000,0xe3000000,0x0030000c,0xe3000000,0x0030004c,0x23000000,0x00333bf3,0x33000000,0x0024cc00,0x02000000,0x00004000,0x00000000 +}; + +u32 jchardata_62[] = +{ + 0x00000000,0x00000000,0x00009700,0x03f00000,0x00002f00,0x39100000,0x00405f4c,0xc1000000,0x0fffbfb3,0x32000000,0x00003d00,0x32000000,0x00043d88,0xfe800000,0x4cccfc88,0x30000000,0x00032880,0x30000000,0x00330880,0x30000000,0x033008f3,0x20000000,0x01000480,0x00000000 +}; + +u32 jchardata_63[] = +{ + 0x00000000,0x08000000,0x00088100,0x84f00000,0x000c7200,0x0e000000,0x008d3333,0x31000000,0x00cfdccc,0xfcc00000,0x0cf3000d,0x30000000,0xcf30008b,0x10000000,0x030000f3,0x00000000,0x00000ff0,0x00000000,0x0001ff00,0x00000000,0x017fe000,0x00000000,0x00100000,0x00000000 +}; + +u32 jchardata_64[] = +{ + 0x00000000,0x00100000,0x00000008,0x00f50000,0x000c000c,0x0f000000,0x002e222e,0x21000000,0xcceeeeee,0xfec00000,0x000c000c,0x32000000,0x000c000c,0x32000000,0x000c000c,0x32000000,0x000000cc,0x32000000,0x00333ff3,0x32000000,0x000ccc00,0x32000000,0x00080000,0x00000000 +}; + +u32 jchardata_65[] = +{ + 0x00000000,0x00400000,0x00000000,0x03c00000,0x00033004,0x7c300000,0x00ccfd8c,0xc3000000,0x0000000c,0x00100000,0x0232008c,0x03300000,0x000300c0,0x33000000,0x00000ccf,0x30000000,0x0004c53f,0xc0000000,0x00cd3300,0xc8000000,0x0cf31000,0x0c400000,0x00000000,0x00000000 +}; + +u32 jchardata_66[] = +{ + 0x00000000,0x00c00000,0x00022000,0x0c780000,0x04022000,0x07800000,0x08c22000,0x4c000000,0x00cf3333,0xfb100000,0x133f2000,0xf3000000,0x00022007,0xf0000000,0x0002201f,0x40000000,0x000220cc,0x00000000,0x00023cc0,0x00000000,0x000cfb33,0x33100000,0x00080000,0x00000000 +}; + +u32 jchardata_67[] = +{ + 0x00000000,0x00000000,0x00000304,0xc1710000,0x00ccefcc,0x43c40000,0x00003f33,0x3f000000,0x00032c00,0x31000000,0xccffeccc,0xfcc00000,0x03303f03,0x00000000,0x01000c33,0x00000000,0x00004f30,0x00000000,0x0002f200,0x00000000,0x02ff0000,0x00000000,0x00900000,0x00000000 +}; + +u32 jchardata_68[] = +{ + 0x00000000,0x00300000,0x00000000,0x0bd60000,0x00ccfccc,0xc4a00000,0x03200300,0x03200000,0x00300300,0x03400000,0x8cfdcccc,0xefc00000,0x00000c80,0x31000000,0x00000c03,0x30000000,0x00000c33,0x00000000,0x0000cb30,0x00000000,0x00cfb200,0x00000000,0x00c10000,0x00000000 +}; + +u32 jchardata_69[] = +{ + 0x00000000,0x00000000,0x00003000,0x3d000000,0x00003001,0xc3c00000,0x000cf0cc,0x3c000000,0x000c710c,0x00000000,0x000c3336,0xc0000000,0x00cc3013,0xf6000000,0x00c03000,0x5f000000,0x0c803000,0x0c400000,0xcc003000,0x0cc00000,0x00003000,0x00000000,0x00002000,0x00000000 +}; + +u32 jchardata_70[] = +{ + 0x00000000,0x00800000,0x00120000,0x0a7c0000,0x00230000,0x33c00000,0x0cefcccc,0xcd000000,0x00230123,0xf8000000,0x00233321,0xc0000000,0x0023000c,0xc0000000,0x0023004c,0x00000000,0x002304c0,0x00000000,0x0023cc00,0x00000000,0x00cff333,0x33000000,0x00000000,0x00000000 +}; + +u32 jchardata_71[] = +{ + 0x00000000,0x08000000,0x00000800,0x85c00000,0x00000c00,0x0f000000,0x00003f02,0x30000000,0x4ccfcffc,0xccc00000,0x00320c33,0x00000000,0x037c0c0b,0xe0000000,0x03cc0c00,0xf1000000,0x04c00c00,0x8f100000,0x0c400c00,0x0df00000,0x04000c00,0x00000000,0x00000c00,0x00000000 +}; + +u32 jchardata_72[] = +{ + 0x00000000,0x04000000,0x00480000,0xcbc00000,0x008c0000,0xf0f00000,0x008f3033,0x1a300000,0x008f148f,0xc4000000,0x008fcc85,0x30000000,0x00bf0000,0x32000000,0x00bc0000,0x13000000,0x03bc0000,0x03100000,0x238c0000,0x03300000,0x000ccccc,0xcc000000,0x00000000,0x00000000 +}; + +u32 jchardata_73[] = +{ + 0x00000000,0x01300000,0x00000000,0x87030000,0x00000008,0x4e310000,0x0337ff37,0xff000000,0x000c0cc0,0x32000000,0x00c800cc,0x30000000,0x0cc0000f,0xf0000000,0x0c000023,0xc4000000,0x00000130,0x0c400000,0x00003300,0x04c00000,0x00332000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_74[] = +{ + 0x00000000,0x13000000,0x00000300,0x30300000,0x00000300,0x33100000,0x00000300,0x00000000,0x0333fff3,0x33300000,0x000cc34c,0x00000000,0x0013038f,0x20000000,0x0032cf0c,0x30000000,0x013c030c,0x03000000,0x030c0bcc,0x82300000,0x0008cf00,0xc0000000,0x00000300,0x00000000 +}; + +u32 jchardata_75[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00030000,0x00000000,0x00030000,0x00000000,0x0003cff5,0x00000000,0x000fb00f,0x20000000,0x000f0000,0x30000000,0x000f0000,0x30000000,0x000f1005,0x70000000,0x0003f10f,0x00000000,0x00020ff0,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_76[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000003,0x30000000,0x00000002,0x20000000,0x0000ffe1,0x20000000,0x000fc02f,0x20000000,0x002e000f,0x60000000,0x002e888a,0x20000000,0x001f0007,0x60000000,0x000be07f,0x20000000,0x0000bfc0,0x10000000,0x00000000,0x00000000 +}; + +u32 jchardata_77[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000133,0x00000000,0x00000300,0x00000000,0x0000efd6,0xc0000000,0x000c232e,0x40000000,0x000c030c,0x00000000,0x000ccbcc,0x00000000,0x000c0300,0x00000000,0x000ccf8c,0x00000000,0x00c40304,0xc0000000,0x000cc8cc,0x00000000 +}; + +u32 jchardata_78[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00030c80,0x00000000,0x00030000,0x00000000,0x00030f33,0x00000000,0x00033c03,0x20000000,0x00030c02,0x20000000,0x00030c02,0x20000000,0x00030c02,0x20000000,0x00030c02,0x20000000,0x00030801,0x10000000,0x00000000,0x00000000 +}; + +u32 jchardata_79[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x000c4330,0x00000000,0x000c0000,0x00000000,0x000c0118,0x40000000,0x000c02ec,0x00000000,0x000c0e60,0x00000000,0x000ccaa0,0x00000000,0x000c02e0,0x00000000,0x000c022c,0x00000000,0x00080324,0x80000000,0x00013300,0x00000000 +}; + +u32 jchardata_80[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000300,0x00000000,0x00000300,0x00000000,0x080cc30c,0xc8000000,0x0cc00fc0,0x0c000000,0x0c000f00,0x0c000000,0x0c000f00,0x0c000000,0x0c000f00,0x0c000000,0x0c000f00,0x0c000000,0x08000a00,0x08000000,0x00000000,0x00000000 +}; + +u32 jchardata_81[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00024ff2,0x00000000,0x000bf00f,0x10000000,0x000f000e,0x60000000,0x000f000a,0xa0000000,0x000f000e,0x60000000,0x000bc08e,0x20000000,0x00034cc1,0x10000000,0x00000000,0x00000000 +}; + +u32 jchardata_82[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0001cfb4,0x00000000,0x000f308f,0x00000000,0x004f000d,0x30000000,0x008b000c,0x30000000,0x004f000f,0x20000000,0x000fb2bf,0x00000000,0x0003ce6c,0x00000000,0x0003000c,0x40000000 +}; + +u32 jchardata_83[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000ecc2,0x00000000,0x0008b33f,0x00000000,0x0004f700,0x00000000,0x00003cc0,0x00000000,0x0004300c,0x00000000,0x0004f04c,0x00000000,0x00006cc0,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_84[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000200,0x00000000,0x00000300,0x00000000,0x000c3326,0x40000000,0x000c332a,0x80000000,0x000c0308,0x80000000,0x000c0308,0x80000000,0x000c030c,0x80000000,0x000cc7ee,0x80000000,0x00004822,0x40000000,0x00000000,0x00000000 +}; + +u32 jchardata_85[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x08020800,0x24000000,0x0c830c83,0x2c000000,0x00c27cc3,0x4c000000,0x00c0f0d3,0xc4000000,0x008cf17c,0xc0000000,0x000c833c,0x80000000,0x00080204,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_86[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x000f0001,0xe0000000,0x000db01f,0xc0000000,0x0000f33c,0x00000000,0x0000cb2c,0x00000000,0x00003df5,0x00000000,0x000338c3,0x00000000,0x00120c00,0x30000000,0x000cc400,0x00000000 +}; + +u32 jchardata_87[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000400,0x00000000,0x0002e6ae,0x00000000,0x00ceee63,0x00000000,0x0000c4fd,0x00000000,0x000cc3d4,0xc0000000,0x00c0fe00,0x88000000,0x00c3f522,0x88000000,0x00cde22a,0xc0000000,0x000000c8,0x00000000 +}; + +u32 jchardata_88[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000c040,0x00000000,0x00228cc2,0x00000000,0x00300487,0x10000000,0x007cc88c,0x30000000,0x00300008,0xb0000000,0x0030000c,0xa2000000,0x0030300c,0x12000000,0x00036cc0,0x00000000,0x0000c400,0x00000000 +}; + +u32 jchardata_89[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x0000f230,0x00000000,0x0000c168,0x80000000,0x00ceef73,0xcc000000,0x0003d030,0x00000000,0x0000cfcc,0xc0000000,0x000cf330,0x4c000000,0x00c3c070,0x0c000000,0x00bcc0fb,0xe1000000,0x00084006,0x21000000 +}; + +u32 jchardata_90[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000440,0x00000000,0x000c01e2,0x00000000,0x003f7fef,0xf0000000,0x00dcc000,0x3d000000,0x0080c0c0,0xee000000,0x0000c04c,0xf1000000,0x00004c03,0x30000000,0x00013f32,0x00000000,0x00001800,0x00000000 +}; + +u32 jchardata_91[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000830,0x00000000,0x00300c33,0x00000000,0x00301fba,0xf0000000,0x00303cb8,0x62000000,0x00330c30,0x12000000,0x00303c30,0x30000000,0x00fc8ffb,0x20000000,0x00c00f28,0xc0000000,0x000cfa00,0x00000000 +}; + +u32 jchardata_92[] = +{ + 0x00000000,0x00000000,0x00004710,0x00000000,0x0000eb02,0x10000000,0x0033f332,0x10000000,0x000db000,0x00000000,0x000f2320,0x23100000,0x00bccd73,0x30c00000,0x03cc3bb0,0x04c00000,0x0cc308b0,0x0c800000,0x0c030880,0x4c000000,0x8c0233ff,0xf6000000,0x00000104,0x00000000 +}; + +u32 jchardata_93[] = +{ + 0x00000000,0x00000000,0x00003000,0x00000000,0x04c03023,0x20000000,0x08f33325,0xc0000000,0x0c402003,0xc8000000,0x0c013333,0x3c000000,0x0c333030,0x1f000000,0x0e703300,0x0ea00000,0x07c0f200,0x0ee00000,0x03cf7000,0x03000000,0x033e0023,0x30000000,0x00000010,0x00000000 +}; + +u32 jchardata_94[] = +{ + 0x00000000,0x00000000,0x000aa400,0x00000000,0x0001aff0,0x00000000,0x0000000c,0x00000000,0x002fffbf,0x30000000,0x003600c0,0x30000000,0x00008c00,0x30000000,0x000cccc0,0x30000000,0x004c40c3,0x30000000,0x04c000f3,0x00000000,0x0c03336c,0xccc00000,0x00011000,0x00000000 +}; + +u32 jchardata_95[] = +{ + 0x00000000,0x00000000,0x0003f000,0x00000000,0x0002e000,0x20000000,0x022bffb0,0xf3000000,0x0eefa0c4,0x0e300000,0x000e109a,0x1c800000,0x008e33fa,0x33c00000,0x00f330c0,0x0bd00000,0x07d120c0,0x0d600000,0x0f092df0,0x03000000,0x4c33ec33,0x31000000,0x00010000,0x00000000 +}; + +u32 jchardata_96[] = +{ + 0x00000000,0x00000000,0x00002304,0x00000000,0x000003cd,0x60000000,0x00333ff3,0x10000000,0x0008c830,0x13000000,0x03fa3333,0x21000000,0x01c80003,0x00000000,0x000ff333,0x30000000,0x00304c00,0x00000000,0x003004c4,0x00000000,0x0023337f,0x30000000,0x00000004,0x00000000 +}; + +u32 jchardata_97[] = +{ + 0x00000000,0x00000000,0x00000002,0x30000000,0x00380005,0xf0000000,0x027ccccc,0xb1300000,0x02203333,0x33200000,0x03100000,0x30000000,0x03000000,0x30000000,0x03c00000,0x30000000,0x0b800002,0x20000000,0x02e84003,0x4c000000,0x0128cefd,0xcc000000,0x00000100,0x00000000 +}; + +u32 jchardata_98[] = +{ + 0x00000000,0x00000000,0x00440300,0x00000000,0x00880300,0x11000000,0x01aa2333,0x31000000,0x01aa2130,0x00000000,0x00880003,0x00000000,0x00892213,0x30000000,0x00bb2112,0x3c800000,0x01b80000,0x8c000000,0x003c000c,0xc0000000,0x000bfffb,0x30000000,0x00000000,0x00000000 +}; + +u32 jchardata_99[] = +{ + 0x00000000,0x00000000,0x00000038,0x00000000,0x000c003c,0x00000000,0x233f333f,0x33300000,0x004c98fc,0xccc00000,0x8ccfab7c,0x40000000,0x000f003c,0x00000000,0x000f167c,0x00000000,0x000c32fc,0x00000000,0x000c0310,0x00000000,0x000afecc,0xcc000000,0x00030000,0x00000000 +}; + +u32 jchardata_100[] = +{ + 0x00000000,0x00000000,0x0001c123,0x00000000,0x0007f133,0x10000000,0x0c8ccef0,0x00000000,0x0c4c3200,0x01000000,0x023f3bff,0xff300000,0x02e80310,0x00000000,0x00c03000,0x00000000,0x04c1b400,0x00000000,0x0c007d00,0x00000000,0x4c000bff,0xfcc00000,0x00000001,0x00000000 +}; + +u32 jchardata_101[] = +{ + 0x00000000,0x00000000,0x00003000,0x00000000,0x00003012,0x20000000,0x0bbffffe,0xc0000000,0x0c830000,0x4c000000,0x00030001,0x0c000000,0x00030333,0x3d000000,0x00033000,0x0f000000,0x00020000,0xcb000000,0x000408cc,0xb3000000,0x000eea73,0x30000000,0x00022200,0x00000000 +}; + +u32 jchardata_102[] = +{ + 0x00000000,0x00000000,0x0000c800,0x00000000,0x0000c623,0x33300000,0x1333e133,0x00000000,0x0000c334,0xc8000000,0x00009fcc,0xc4000000,0x000cf500,0x00000000,0x00c43000,0x00000000,0x08803200,0x00000000,0x04c00320,0x00000000,0x008cccff,0xfc000000,0x00000000,0x04000000 +}; + +u32 jchardata_103[] = +{ + 0x00000000,0x00000000,0x00003000,0x00000000,0x00c32000,0x04000000,0x03f33fcf,0xfc000000,0x00d30000,0x13300000,0x08e20003,0x00000000,0x08b00003,0x00000000,0x09b00003,0x00000000,0x0b80c333,0x10000000,0x2bc03c43,0x37a00000,0x00c032ef,0xcd600000,0x00000220,0x00000000 +}; + +u32 jchardata_104[] = +{ + 0x00000000,0x00000000,0x00880210,0x00000000,0x00880300,0x00000000,0x03ec83de,0xc0000000,0x0cff7f51,0x3e000000,0x007cd100,0x0f000000,0x03bc3000,0x0f100000,0x17c73000,0x0f000000,0x6e4b20ff,0x9f000000,0x52ab0f50,0xaf400000,0x03b805ff,0xf1f00000,0x00000005,0x00000000 +}; + +u32 jchardata_105[] = +{ + 0x00000000,0x00000000,0x00000004,0x40000000,0x08c2333b,0x90000000,0x0cb34308,0xfb800000,0x0f30cfcc,0xcb100000,0x0f001308,0x82300000,0x0f003108,0x82300000,0x1f003008,0x82300000,0x0f03accc,0xc3000000,0x0e33c004,0xbdc00000,0x0c804cff,0x00400000,0x00000040,0x00000000 +}; + +u32 jchardata_106[] = +{ + 0x00000000,0x00000000,0x0004d000,0x00000000,0x0233fdcb,0x30000000,0x03033c81,0x30000000,0x00230002,0x31000000,0x0030c002,0x23000000,0x02200c42,0xd3100000,0x030c40c3,0x1c300000,0x03cc008f,0x0cd00000,0x4d7000bf,0x00c00000,0x0017ffe0,0x00000000,0x00000400,0x00000000 +}; + +u32 jchardata_107[] = +{ + 0x00000000,0x00000000,0x00400000,0x00000000,0x04c08ccc,0xcc000000,0x08c13008,0x40000000,0x0c432308,0xc8c00000,0x0c30cffc,0xc8000000,0x0f20003b,0x80000000,0x0f000009,0xb0000000,0x0c008ccc,0xd3100000,0x0c00c008,0x8db00000,0x0c404ccc,0x00c00000,0x00000000,0x00000000 +}; + +u32 jchardata_108[] = +{ + 0x00000000,0x00000000,0x00000b00,0x00000000,0x00cccfc0,0x02000000,0x03333f33,0x33000000,0x00004f00,0xc4000000,0x0032e722,0xf2000000,0x08cedfea,0xd0000000,0x8c0c4308,0xcc800000,0xc0ff333d,0x40c00000,0x4fe003df,0x32000000,0x00326fc0,0x03000000,0x00022800,0x00000000 +}; + +u32 jchardata_109[] = +{ + 0x00000000,0x00000000,0x0003200c,0x00000000,0x00c310d8,0x00000000,0x03f33bd4,0x13000000,0x008fcccc,0xcb000000,0x01ff0c00,0x0c300000,0x0f0f4c00,0x24c00000,0x1f03c000,0x30c00000,0x4f36c800,0x2a800000,0x0cbc0000,0xae000000,0x00e33bff,0xf0000000,0x00000000,0x00000000 +}; + +u32 jchardata_110[] = +{ + 0x00000000,0x00000000,0x00001b40,0x00000000,0x00c422c0,0x00000000,0x01bd36fc,0xcc000000,0x004efda0,0x0c800000,0x4cfc3000,0x30c00000,0x0037bbf4,0x3e800000,0x0002f05c,0xcb000000,0x0002d400,0x03000000,0x00007c00,0x13000000,0x00002f33,0x30000000,0x00000400,0x00000000 +}; + +u32 jchardata_111[] = +{ + 0x00000000,0x00000000,0x00000c32,0x00000000,0x02300c23,0x00000000,0x02200f32,0x37000000,0x03103cde,0xcb100000,0x03030c22,0x01300000,0x03302c22,0x01300000,0x03683c31,0x03100000,0x0fe8eff6,0x33000000,0x0d000d3d,0xc8000000,0x08cceb00,0x0c000000,0x00043000,0x00000000 +}; + +u32 jchardata_112[] = +{ + 0x00000000,0x00000000,0x00063104,0x40000000,0x000c0337,0xc0000000,0x001e0000,0xc0000000,0x00af0000,0xc0000000,0x00b90122,0xc0000000,0x00baf322,0xf0000000,0x007f8008,0xd3000000,0x002c000c,0x83000000,0x000000cc,0x31000000,0x0001eef3,0x00000000,0x00016100,0x00000000 +}; + +u32 jchardata_113[] = +{ + 0x00000000,0x00000000,0x004c0102,0x00000000,0x001f3323,0x00000000,0x008c80fc,0x80000000,0x0c8c1f00,0xc0000000,0x000ff333,0xf0000000,0x00ff2000,0xf3000000,0x0ffc0000,0xc3000000,0xcd0d3310,0xc3400000,0x000f1030,0xf3c00000,0x000c3333,0xbc800000,0x00000000,0x00000000 +}; + +u32 jchardata_114[] = +{ + 0x00000000,0x00000000,0x000c0013,0x00000000,0x003f3333,0x00000000,0x004cc078,0x40000000,0x0c4c1fc8,0xcc000000,0x000df333,0x3c800000,0x00ff1000,0x37c00000,0x0fbc0000,0x0bc00000,0x8d0c0000,0x0f000000,0x000c0004,0xfa000000,0x000d3fff,0x20000000,0x00042200,0x00000000 +}; + +u32 jchardata_115[] = +{ + 0x00000000,0x04000000,0x0000b400,0x04f00000,0x00007c04,0x9e100000,0x00cfffcc,0x32000000,0x033714b0,0x7d000000,0x0ccbccfc,0xc7000000,0x0422003c,0x02100000,0x007cccfc,0xc3200000,0x05f00034,0x03000000,0x0b830310,0x00000000,0x13cdffcc,0xc0000000,0x00004000,0x00000000 +}; + +u32 jchardata_116[] = +{ + 0x00000000,0x00800000,0x00000008,0x58bd0000,0x04c0000b,0x87400000,0x08800334,0x80800000,0x0c41fecc,0xcc400000,0x0c330008,0x80000000,0x0c320008,0x80000000,0x0c033008,0x80000000,0x0c00230c,0x40000000,0x0c40013c,0x00000000,0x0cc004d3,0x00000000,0x00000c03,0x00000000 +}; + +u32 jchardata_117[] = +{ + 0x00000000,0x00100000,0x00004c00,0x00f50000,0x00020c01,0x1f000000,0x00137fff,0xd0000000,0x0cccc4c0,0x00000000,0x00000088,0x00000000,0x0000884c,0x40000000,0x00fc888c,0xc0000000,0x09b00000,0x00000000,0x04f21000,0x02000000,0x004effff,0xf2000000,0x00000000,0x00000000 +}; + +u32 jchardata_118[] = +{ + 0x00000000,0x00400000,0x002004c2,0xf4c80000,0x003000f1,0x28000000,0x48bccccf,0xccc00000,0x483040c0,0x00000000,0x0038ccc0,0x00000000,0x003c00c0,0x00000000,0x003c04c0,0x03200000,0x0030c8c0,0x33000000,0x00320c83,0x30000000,0x0007ff33,0x00000000,0x000c4100,0x00000000 +}; + +u32 jchardata_119[] = +{ + 0x00000000,0x00500000,0x00000046,0x40f00000,0x000fcc8f,0x0f000000,0x000304c3,0x00000000,0x0013ea23,0x33300000,0x27ffeadf,0xdcc00000,0x8c830c83,0x00000000,0x0003c213,0x00000000,0x0007c033,0x00000000,0x0003c000,0x00000000,0x00023ffb,0xb3000000,0x00000008,0x80000000 +}; + +u32 jchardata_120[] = +{ + 0x00000000,0x00400000,0x0000f000,0x05f40000,0x0001f008,0x7f000000,0x0feffff8,0x40000000,0x022f0002,0x22000000,0x001f0236,0x22000000,0x003d8ccc,0xc4000000,0x003cc000,0x0c000000,0x01343000,0x0c000000,0x03002300,0xcc000000,0x03088bff,0xf3300000,0x00088800,0x00000000 +}; + +u32 jchardata_121[] = +{ + 0x00000000,0x00100000,0x00000000,0x00320000,0x0048888c,0xcfc00000,0x8efff7f7,0x30000000,0x13210c00,0x83c00000,0x00008800,0x0f100000,0x0000c000,0x03000000,0x0000c000,0x03000000,0x0000c400,0x32000000,0x00010ef3,0x20000000,0x000332dc,0xc0000000,0x00000000,0x00000000 +}; + +u32 jchardata_122[] = +{ + 0x00000000,0x01800000,0x00003104,0x1bf40000,0x04c03208,0xb8400000,0x08c03204,0x84400000,0x0c40fdcc,0xe9000000,0x0c00233b,0xa0000000,0x0c033108,0x80000000,0x0c300004,0x80000000,0x0e20cccc,0xc0000000,0x0d30c004,0xccc00000,0x0c63bfff,0x33400000,0x00000040,0x01000000 +}; + +u32 jchardata_123[] = +{ + 0x00000000,0x00100000,0x00088000,0x06f10000,0x0023fdc3,0xeb800000,0x03123c82,0x3c000000,0x00030002,0x30000000,0x0030c002,0x33000000,0x02300c02,0xd3000000,0x030c00c3,0xdd300000,0x03cc00cb,0x0ca00000,0x4eb000bb,0x00c00000,0x4037fff0,0x00000000,0x00001400,0x00000000 +}; + +u32 jchardata_124[] = +{ + 0x00000000,0x00800000,0x00000000,0x0c480000,0x04c08ccc,0xf3400000,0x08c0200b,0x83000000,0x0c433308,0xb8800000,0x0c31cffc,0xc8400000,0x0f30003b,0x80000000,0x0f00000b,0xb0000000,0x0c004ccc,0xf3000000,0x0c00c008,0xcd700000,0x0c40cccc,0x00c00000,0x00000040,0x00000000 +}; + +u32 jchardata_125[] = +{ + 0x00000000,0x05f00000,0x00000001,0x0f0f0000,0x05bcc40e,0xaaf50000,0x0f6cc006,0xe2000000,0x034c333b,0xf2100000,0x03c0000a,0xec000000,0x0b80000a,0x6c000000,0x0f00000d,0xa4c00000,0x0f00233f,0x30c00000,0x0bc030cd,0x33300000,0x03dcdfe3,0x00100000,0x01004010,0x00000000 +}; + +u32 jchardata_126[] = +{ + 0x00000000,0x00000000,0x00012000,0x03100000,0x0000333d,0xf4300000,0x0000033c,0xc7100000,0x000ccc00,0x00000000,0x00c43cc0,0x00000000,0x0cc003cc,0x30000000,0x0c03003c,0xd3000000,0x00330032,0xcf300000,0x13200022,0x04f00000,0x00013330,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_127[] = +{ + 0x00000000,0x00300000,0x00000c00,0x47c30000,0x00302f33,0x38310000,0x06fcccce,0xd8000000,0x0aa00001,0xad200000,0x0b903333,0xbb100000,0x0b800002,0xe4000000,0x03000002,0xe0000000,0x0300033f,0xb0000000,0x030034ce,0x33000000,0x030cff73,0x00300000,0x00044010,0x00000000 +}; + +u32 jchardata_128[] = +{ + 0x00000000,0x00000000,0x0cefc04c,0x03000000,0x0439e3ff,0xffc00000,0x09f828d3,0x0c000000,0x037c080f,0xc0000000,0x6bf9ee2f,0xea700000,0x20f5e2e7,0x2af00000,0x0cf8000f,0x40000000,0xcc780c8f,0x4c000000,0x80b8008b,0x08000000,0x00f83ff3,0x7f300000,0x04e04800,0x84000000 +}; + +u32 jchardata_129[] = +{ + 0x00000000,0x00000000,0x00ccfcfe,0xc4000000,0x23fffcef,0xfb200000,0x00c03421,0x88000000,0x237a7ca7,0x62300000,0x8cc8ecce,0xddc00000,0x007a9669,0x70000000,0x00f33333,0xb8000000,0x00fccccc,0xf8000000,0x003b3e3b,0x70000000,0x0cf40c00,0xfc400000,0x04208c03,0x20400000 +}; + +u32 jchardata_130[] = +{ + 0x00000000,0x00000000,0x00c32e30,0xc8000000,0x00430624,0xc0000000,0x0cfecaac,0xcef00000,0x0c300220,0x33c00000,0x07788abf,0xe0800000,0x33300af4,0x00000000,0x04740e20,0x44400000,0x4cb88ea8,0x88c00000,0x00300e20,0x00320000,0x00308d32,0x22300000,0x0020c001,0x11000000 +}; + +u32 jchardata_131[] = +{ + 0x00000000,0x00000000,0x08ccc06f,0xff000000,0x0c23f2a4,0x0c000000,0x0cedc08c,0xcc000000,0x00233e33,0x33000000,0x8ceeccce,0xecc00000,0x002e400e,0xe0000000,0x0ce20002,0xac800000,0xaffbf3bf,0xffb00000,0x0843d087,0x0c000000,0x0bfdc08c,0xff100000,0x0600c040,0x0d100000 +}; + +u32 jchardata_132[] = +{ + 0x00000000,0x00000000,0x08800ccc,0xcc000000,0x0bb33f33,0x3f000000,0x08800f48,0x4c000000,0xccc80fcc,0xcc000000,0x08400300,0x00400000,0x08808f84,0x88800000,0x08408f8c,0xcc400000,0x4cccc3c0,0xc4800000,0xc8004f4c,0x08500000,0x2333f3ff,0x3f300000,0x00000880,0xcc000000 +}; + +u32 jchardata_133[] = +{ + 0x00000000,0x00000000,0x03c13f33,0xfb200000,0x00ba2c66,0xc0300000,0x0c4989bb,0x5c900000,0x0c08bbbb,0x2b800000,0x23a8333b,0xb3000000,0x01bcbcee,0x83000000,0x00301d33,0x11000000,0x08feffff,0xfb300000,0x08710022,0x48000000,0x1bdfbaae,0xea300000,0x14000222,0x26200000 +}; + +u32 jchardata_134[] = +{ + 0x00000000,0x00000000,0x000c0fcc,0xcc800000,0x0bf23733,0x33200000,0x5f040300,0x11200000,0x004f489b,0x89c00000,0x07c38bb8,0xcbb00000,0x8dc33200,0xf0100000,0x53f12122,0xd0000000,0x01c00300,0xc3000000,0x02e00300,0xc3000000,0x02f33337,0xf3000000,0x01c0000c,0x83000000 +}; + +u32 jchardata_135[] = +{ + 0x00000000,0x00000000,0x488c030c,0x00000000,0x27f37fff,0xfff00000,0x08b3f7f3,0x32c00000,0x0c300390,0xd3000000,0x0cde1fed,0xddc00000,0x8f3fff33,0xf3000000,0xcc0c0bdc,0xcf800000,0x2eae1fa9,0xd7600000,0x0fbf3f73,0xf3000000,0x0c000fcc,0xcdc00000,0x00003f00,0x00000000 +}; + +u32 jchardata_136[] = +{ + 0x00000000,0x00000000,0x03e70f22,0xe6100000,0x008c0817,0xc1300000,0x2f7757bb,0x88b00000,0x0e2ecc37,0xb0300000,0x0c48c73c,0x8ae00000,0x0fab2f4f,0x0f800000,0x0c5ccccd,0x3c000000,0x0f5fce30,0xc9300000,0x4b8b0f30,0xc8300000,0xc3ff5c3d,0x2fc00000,0x01010886,0x20800000 +}; + +u32 jchardata_137[] = +{ + 0x00000000,0x00000000,0x01101e23,0x33000000,0x00221f10,0x00000000,0x2ffefffb,0xff300000,0x0c111f21,0x1c000000,0x0c315fe1,0x3e000000,0x0c31d3ed,0x2e000000,0x0c7dd32d,0xfe000000,0x0c4c0310,0x0c000000,0x0d333333,0x3f000000,0x1e221321,0xae300000,0x09111000,0x95100000 +}; + +u32 jchardata_138[] = +{ + 0x00000100,0x00000000,0x0cccc38c,0xcc400000,0x0f33f3f7,0x3ba00000,0x1f47c0cb,0x5da00000,0x0cfdc3cc,0xff800000,0x0e04f0f5,0x0a800000,0x0c1fcccf,0x78800000,0x1f322e21,0x7bb00000,0x0c398dc9,0xb8800000,0x0c30c0c4,0x38800000,0x0c7f222f,0x78800000,0x0c310101,0x5c000000 +}; + +u32 jchardata_139[] = +{ + 0x00000400,0x00000000,0x04440e04,0x44000000,0x4c8887a8,0x88800000,0x004ddcfc,0x80000000,0x008a2000,0xc0000000,0x004eeccc,0x91000000,0x0aa66444,0x8b400000,0x0f066884,0x0fb00000,0x0f0ea44c,0x08b00000,0x1f0ea84c,0x38800000,0x0c067373,0x3c800000,0x0c000000,0x0c000000 +}; + +u32 jchardata_140[] = +{ + 0x00000000,0x00000000,0x00100f10,0x00000000,0x0cfccfcc,0xcc800000,0x003a632a,0x23100000,0x0dfccfdc,0xddc00000,0x0f000380,0x00000000,0x2f0dcbd8,0x9c000000,0x0cee23e6,0x22000000,0x0c008bc8,0x8c000000,0x4c0003c4,0x00000000,0xe77bbbfb,0xbbf00000,0x00044400,0x44500000 +}; + +u32 jchardata_141[] = +{ + 0x00000000,0x00000000,0x01154754,0x55000000,0x03ea9ba9,0xaaa00000,0x00b33333,0x32000000,0x00c88b98,0x80100000,0x13e2e112,0xae300000,0x00f3fa33,0xf2000000,0x09b00f0c,0x83000000,0x2eb113de,0x33200000,0x0e312fdd,0x73100000,0xce2cc401,0xfe800000,0x00080002,0x30400000 +}; + +u32 jchardata_142[] = +{ + 0x00000000,0x00000000,0x041f0022,0x04c00000,0x0cbc886a,0x80c00000,0x8c3c733b,0xb3f00000,0x073c403b,0x80c00000,0x9bbc88bb,0xa0c00000,0x303c4329,0xb0c00000,0x0cbcbd9a,0x83c00000,0x0c3f39aa,0x93f00000,0x0c3d06b3,0x20f00000,0x0c3c8c62,0x04c00000,0x00280011,0x4c000000 +}; + +u32 jchardata_143[] = +{ + 0x00040000,0x00000000,0x040cf30c,0x40400000,0x08844f44,0x48c00000,0x07ffffff,0xff300000,0x00000f00,0x00400000,0x4848c788,0x84c00000,0x0cffb3f3,0x3f000000,0x488c4bcc,0x84c00000,0x004c438c,0x04400000,0x4ccc830c,0x8c000000,0x237f3bff,0xf7f00000,0x00c40c00,0x08900000 +}; + +u32 jchardata_144[] = +{ + 0x00000000,0x00000000,0x00002248,0xcd000000,0x0dfeffe9,0x33000000,0x00002e03,0x20000000,0x1febffff,0xbf300000,0x00000f10,0x00100000,0x00013f52,0x20400000,0x8dffcccc,0xfcc00000,0x13033f33,0x30000000,0x00030c00,0x30000000,0x0003bf23,0x30000000,0x0002c000,0x10000000 +}; + +u32 jchardata_145[] = +{ + 0x00000000,0x00000000,0x030c000b,0x88400000,0x8deeff7f,0x33f00000,0x04026c3c,0x39800000,0x37c2f63d,0x3e300000,0xcfceecfd,0x3c000000,0x0002200c,0x04c00000,0x08dfef3f,0x33c00000,0x0f230c3c,0x23c40000,0x0f030c2f,0x3cc00000,0x3eefdf3d,0x33300000,0x0800150c,0x00100000 +}; + +u32 jchardata_146[] = +{ + 0x00000000,0x00000000,0x0bb73f33,0x33100000,0x0f4c5ddc,0x4ee00000,0x0f4bfbbf,0xed600000,0x0fc08bc0,0xce200000,0x0fc26f22,0x0ea00000,0x0f488399,0x82a00000,0x0f080b87,0x8aa00000,0x0f8f273d,0x26200000,0x0f804c0c,0x0d200000,0x0f3bf33f,0x33e00000,0x0f0000c8,0x00100000 +}; + +u32 jchardata_147[] = +{ + 0x00000100,0x00000000,0x00c007d0,0x30000000,0x13f23feb,0xbbf00000,0xaeeddd3a,0xa1400000,0x2951fa36,0x92200000,0x2ae93bcc,0xffa00000,0x295d7fff,0xaba00000,0x2f3d3b77,0xa7a00000,0x2f0c0888,0xbc800000,0x1d0d3ba2,0x32300000,0xc4cc0b80,0x30c00000,0x0080008a,0xb8400000 +}; + +u32 jchardata_148[] = +{ + 0x00000000,0x00000000,0x0fefc0bf,0xfc000000,0x0c00c0f4,0x3c000000,0x3f77f0f8,0x7c000000,0x0eeec3cc,0xfe300000,0x0c000100,0x0e000000,0x0f2befff,0x3f100000,0x0c18c4bc,0x0f000000,0x0f2b805f,0x3c000000,0x0f0bc8cf,0x3c000000,0x0f3b8330,0x6f300000,0x0d000200,0x44300000 +}; + +u32 jchardata_149[] = +{ + 0x00000000,0x00000000,0x03102ef2,0x21000000,0x0030c2ec,0x13000000,0x000f333f,0xf2300000,0x08c02333,0xff800000,0xfbacfdcc,0xc3c00000,0x01300d21,0x31000000,0x00b8bfbb,0xf3300000,0x00353f51,0x71200000,0x00310c00,0x30000000,0x3fdffeee,0xfee00000,0x10000222,0x22300000 +}; + +u32 jchardata_150[] = +{ + 0x00000000,0x00000000,0x1ee2000f,0x00000000,0x1ab2cccf,0xdcd00000,0x08b0076f,0x66300000,0xcfe4c3c3,0x8ba00000,0x0bb3cfcf,0xdc800000,0x3b83033b,0x23200000,0x2b43cfcf,0xcfc00000,0x4fe72bcf,0x75c00000,0xcb2ded03,0xfd000000,0x03043cff,0x0fb00000,0x0000c840,0x00d00000 +}; + +u32 jchardata_151[] = +{ + 0x00000000,0x00000000,0x00305fc0,0x02000000,0x0034c3fb,0x33000000,0x23bf030c,0xc0100000,0x0cfc4ba6,0xeeb00000,0xcc388888,0x00c00000,0x02330373,0x33000000,0x26f8cb88,0xcb000000,0x0030c332,0xbb000000,0x0030c304,0xcb000000,0x0230c337,0xb3000000,0x0200c100,0x03000000 +}; + +u32 jchardata_152[] = +{ + 0x00000000,0x00000000,0x016e2222,0x2e000000,0x022c0210,0x0f000000,0x8eeccf10,0x0f000000,0x0221e3ee,0xcfc00000,0x0e22d322,0x2f000000,0x02ed41c0,0x0f000000,0x031d33bf,0x0f000000,0x03cad003,0x0f000000,0x07c27f33,0x0f000000,0x5f021000,0xff000000,0x00000000,0xe0000000 +}; + +u32 jchardata_153[] = +{ + 0x00000000,0x00000000,0x0eee2ea2,0x6e100000,0x0f0c0310,0xc2200000,0x0eabbfff,0xfed00000,0x0ce21be1,0xd1000000,0x0cf4c7d4,0xd3c00000,0x0c3f3bff,0xbf400000,0x083ddb2d,0xab000000,0x0c4c07dc,0x0c000000,0x2fb7ff3f,0x3bf00000,0x0c00c30c,0x00c00000,0x080003c8,0x00000000 +}; + +u32 jchardata_154[] = +{ + 0x00000000,0x00000000,0x00222e22,0x22000000,0x08baafea,0xab400000,0x0c344308,0x4f800000,0x0833333f,0x37000000,0x48b88b9c,0x8b800000,0x48b88b9c,0x8bc00000,0x017b333f,0x33000000,0x022cc30c,0x03000000,0x0300030c,0x03000000,0x3300038c,0x23000000,0x00000284,0x12000000 +}; + +u32 jchardata_155[] = +{ + 0x00000000,0x00000000,0x0ae26e22,0xae100000,0x03810e10,0xc3200000,0x0348878c,0xc6200000,0x02d33f73,0x3d200000,0x03cccfcc,0xce200000,0x03c33f33,0x0e200000,0x03cfcccf,0xce200000,0x03033e63,0x02600000,0x4f888c89,0x8ae00000,0x03333f33,0x33200000,0x03000800,0x00100000 +}; + +u32 jchardata_156[] = +{ + 0x00000000,0x00000000,0x0f03c013,0xc0000000,0x0bbfcc4f,0xccc00000,0x0330d623,0xe2100000,0xbe38f51b,0xcba00000,0x0834fc0b,0xce200000,0x017d355b,0x07e00000,0x1321ffef,0xed100000,0x18a2c003,0x0f000000,0x0c22c48b,0x4f100000,0x8e30f7bb,0x7e300000,0x0300d044,0x0c200000 +}; + +u32 jchardata_157[] = +{ + 0x00000000,0x00000000,0x0ccff324,0xc0400000,0x0c00c5f8,0x4cc00000,0x0cccc2b0,0x0c000000,0x0c0007fc,0xccc00000,0x0cc4d334,0xc0000000,0xcc80f5ab,0xc8800000,0x08c9f403,0xc0000000,0x00030c43,0x34000000,0x00ba4c88,0xbb000000,0x5b984c88,0x8bf00000,0x05444004,0x44400000 +}; + +u32 jchardata_158[] = +{ + 0x00000000,0x00000000,0x04f0c00c,0x0c000000,0x4ff7fb3f,0x3f300000,0x32b0b0fc,0xddc00000,0x0c7c7cf5,0x66000000,0x2fbfbfbf,0xffb00000,0x007c30b8,0x9a000000,0x0cfcf879,0xaa000000,0x8fffff7f,0xffb00000,0x00cc0094,0x47000000,0x4f00f4af,0xcff00000,0x51002041,0x00100000 +}; + +u32 jchardata_159[] = +{ + 0x00000001,0x00000000,0x08fccccf,0xcc000000,0x0c30c18b,0x0d000000,0x2bfecfef,0xef100000,0x01b48c4b,0x0c000000,0x00306f37,0xfb300000,0xcfffcccc,0xddc00000,0x3234efb7,0x73300000,0x8cf80300,0xaa000000,0x007cccfc,0xea000000,0x01bc4886,0xfa000000,0x03980440,0x54000000 +}; + +u32 jchardata_160[] = +{ + 0x00000004,0x00000000,0x000c031c,0x00000000,0x8dfccfcc,0xdfc00000,0x00380308,0x03000000,0x00f0cbcc,0xcfc00000,0x04f33333,0x3e000000,0x0cc0cfc8,0x0c000000,0xcfc0c30c,0x0e200000,0x03c0cbcc,0x0e200000,0x03c0c354,0x0e200000,0x03f37333,0x7f200000,0x03800004,0xc1200000 +}; + +u32 jchardata_161[] = +{ + 0x00000000,0x00000000,0x4bbbbf33,0x00000000,0x0c43d003,0x00000000,0x0c43c0cf,0x8c800000,0x0ccfd09b,0x2a400000,0x0c03f07e,0x2f000000,0x0ccfe10c,0x0f000000,0x0c33c30c,0xf4000000,0x0cbcc036,0xf0000000,0xcfa0c03f,0xbc000000,0x3301f3c0,0x3ff00000,0x00039000,0x00200000 +}; + +u32 jchardata_162[] = +{ + 0x00000000,0x00000000,0x032a2d00,0x13000000,0x019c1f40,0x07000000,0x00cccfcc,0xcf000000,0x0fb33e00,0x03000000,0x07100c40,0x03400000,0x8feeedcc,0xcfc00000,0x03089388,0x03000000,0x000c0388,0x03000000,0x008c2288,0x03400000,0x4cc23188,0x07c00000,0x48031008,0x8a000000 +}; + +u32 jchardata_163[] = +{ + 0x00000000,0x00000000,0x00b8008b,0x88400000,0x0cfcf7f3,0x3fb00000,0x236723f3,0x37800000,0xeebcd8d3,0x0c100000,0x3d30e1d5,0xa9300000,0x0878c3fa,0xb7c00000,0x88fc47d2,0xd7800000,0x00b803c0,0xcf000000,0x48fc83f3,0xff000000,0x00b803c8,0xcbc00000,0x00b803c4,0x33800000 +}; + +u32 jchardata_164[] = +{ + 0x00000000,0x00000000,0x02230c31,0x00000000,0x1ef8cccf,0xcf400000,0x0c300010,0x0bc00000,0x37ffccfc,0xdf000000,0x0030c138,0x31000000,0x06bfcffe,0xf9300000,0x07b23923,0x08300000,0x31b8acba,0x88100000,0x00340f70,0x42000000,0x48b8bdb9,0x8bc00000,0x04304006,0x65400000 +}; + +u32 jchardata_165[] = +{ + 0x00000000,0x00000000,0x023018b9,0x89000000,0x8fdf6f3e,0x3e200000,0x10c10f0c,0x1c000000,0x03f33e7f,0x7f200000,0xcfcd2e2d,0x0e200000,0x00f10ccd,0xfc000000,0x00f3323f,0x20000000,0x08fd8ccc,0xcc800000,0x8c72122d,0x30000000,0x0033ffff,0xfcc00000,0x00200000,0x10400000 +}; + +u32 jchardata_166[] = +{ + 0x00000000,0x00000000,0x00ff000f,0x00000000,0x0cf1226f,0x22300000,0x4530c89f,0x8cc00000,0x03d8f33f,0x3f100000,0x27e0f44f,0x02200000,0x6ee0fae7,0x6f600000,0x46e0d0d3,0x0c000000,0x02e0f22d,0xc0000000,0x02e0c33c,0xc0000000,0x02ed3ac3,0x7fb00000,0x01c20800,0x01900000 +}; + +u32 jchardata_167[] = +{ + 0x00000100,0x00000000,0x00b89b88,0x85100000,0x13c03231,0x9a300000,0x10ceffff,0xc8000000,0x00f48444,0xc8100000,0x03d63d73,0x23300000,0x33d43f72,0x07000000,0x0d655eb9,0x8b000000,0x86687db8,0x87000000,0x02223e72,0x03000000,0x8ee8cdfc,0x8ec00000,0x02200030,0x33400000 +}; + +u32 jchardata_168[] = +{ + 0x00000000,0x00000000,0x03c87fff,0xff000000,0x00f044b9,0xb4000000,0x0888cc9b,0x8cc00000,0x0c403b77,0x7b000000,0x9fa03667,0x5b000000,0xc9b0bdcf,0xcf000000,0x08b03333,0x33000000,0x08b0fccf,0xcf000000,0x08b0e002,0x2f000000,0x2b93feed,0xed200000,0x1880c222,0x2e200000 +}; + +u32 jchardata_169[] = +{ + 0x00000000,0x00000000,0x0000022c,0x00000000,0x0dff7fff,0xffa00000,0x0e2c030c,0x00300000,0x0c3f733f,0x33100000,0x0ccccfdc,0xccc00000,0x0c0f3373,0x3f000000,0x0c0c8fdc,0xccd00000,0x0eff3f33,0x3f300000,0x0c0c32c3,0x3c000000,0x02332004,0xef320000,0x02100000,0x80200000 +}; + +u32 jchardata_170[] = +{ + 0x00000000,0x00000000,0x48bbbbbb,0xb8c00000,0x48babfbb,0xb8c00000,0x00312e21,0x30000000,0x00000cc0,0x00000000,0x13333fbf,0x33300000,0x01313d15,0xe5100000,0x02202d13,0x02300000,0x02323e03,0x03000000,0x01203e00,0x30000000,0x33322e23,0x03200000,0x00002d20,0x00300000 +}; + +u32 jchardata_171[] = +{ + 0x00000000,0x00000000,0x00c4030c,0x00000000,0x0ccc4b7f,0xbbe00000,0x4c008b8c,0x48800000,0x8cee63e2,0x2d000000,0x00f014d0,0x5fc00000,0x8cfc88c8,0xc3c00000,0x00f373f3,0xf3000000,0x8cc8c0c0,0xc0000000,0x03c924f0,0xc3400000,0x9fccfc13,0xc2f00000,0x44001400,0x8c500000 +}; + +u32 jchardata_172[] = +{ + 0x00000000,0x00000000,0x02fc1030,0x01000000,0x03dfdfee,0xfea00000,0x2e020100,0x20000000,0x473bb8bb,0xbb200000,0x0799b8ba,0x93200000,0x03213072,0xa7200000,0x03c82ad1,0xc2200000,0x030aed23,0xc2200000,0x030eacd3,0xc6200000,0x0bc632e5,0x5fe00000,0x07000000,0x1d800000 +}; + +u32 jchardata_173[] = +{ + 0x00000000,0x00000000,0x040c430c,0x04400000,0x5bbfbb7f,0xbbf00000,0x0c003c03,0x00000000,0x03b0fcce,0xdf000000,0x530ebc4b,0xc3300000,0x4c2700ff,0x00000000,0x02208e50,0xccc00000,0x01cfcffc,0xcb400000,0x0f43c000,0x5a300000,0x5f03eeab,0xf8300000,0x00006622,0x44000000 +}; + +u32 jchardata_174[] = +{ + 0x00000000,0x00000000,0x44eaea2e,0x61400000,0x0cb043dc,0x1fc00000,0xccf80f58,0xdf000000,0x0c7e2fae,0xff800000,0x00308740,0x03c00000,0x40bb7777,0xb7000000,0x40d88988,0xc4400000,0x028b8bb8,0x43000000,0x07cfcccc,0xca300000,0x1b830103,0x7c300000,0x08856666,0x4c000000 +}; + +u32 jchardata_175[] = +{ + 0x00000000,0x00000000,0x09cfcccf,0xcc000000,0x0f03d26b,0x2e300000,0x08cfcccf,0xcc100000,0x8bb74c87,0x44c00000,0x11074eaa,0x66600000,0x0c0c4744,0xc0000000,0x2f3f7bb7,0xf3300000,0x0c0f7475,0xd3000000,0x2f2fc88f,0xf0000000,0x0c9bbbb8,0xabe00000,0x0c344400,0x44600000 +}; + +u32 jchardata_176[] = +{ + 0x00100000,0x00000000,0x00300e20,0x30000000,0x00303f33,0x33200000,0x1fffcddc,0xfc000000,0x0c303f33,0x2f300000,0x0e300d13,0x1d000000,0x0fbb9e8b,0x8f000000,0x2df8afbb,0xbf000000,0x10302e03,0x03000000,0x00300e31,0x31000000,0x00302f10,0x13200000,0x00303c00,0x00200000 +}; + +u32 jchardata_177[] = +{ + 0x00000000,0x00000000,0x08888b88,0x88000000,0x0bbabbb7,0xff100000,0x0300000c,0xc2300000,0x00032eeb,0x30000000,0x00000c00,0x00000000,0x03333f33,0x32300000,0x00022c22,0x00000000,0x00031c22,0x00000000,0x00030c22,0x00200000,0x0330cc23,0x22300000,0x03004401,0x11000000 +}; + +u32 jchardata_178[] = +{ + 0x00400000,0x00000000,0x03f3306f,0x33100000,0x07c030f9,0x46200000,0x8fd930f2,0x1f200000,0x0f7f38f3,0xbfe00000,0x0f0c0dcc,0x82e00000,0x0f0e3133,0x02200000,0x4f0c3cb9,0x8e200000,0x4bc63d32,0x2e200000,0x03cd7c30,0x0e200000,0x0f030cf8,0xce200000,0x87000c00,0x27000000 +}; + +u32 jchardata_179[] = +{ + 0x00000000,0x00000000,0x0888431c,0x00000000,0x0c36c34c,0x00000000,0x0c37f3ff,0xbbc00000,0x0d78c3d0,0x0d400000,0x0d04cfc4,0x0c000000,0x3fbff33f,0x3f300000,0x0c00c33c,0xc0000000,0x0cccb037,0xc0000000,0x080b704f,0xbc000000,0x4f31c4c0,0x2ff00000,0x42000400,0x00500000 +}; + +u32 jchardata_180[] = +{ + 0x00100000,0x00000000,0x003c4bba,0xbb000000,0x0c3c4fc8,0x8fc00000,0x2f3f03f3,0x3f400000,0x0c3c13f3,0x3f100000,0x0c3c32c0,0x4e200000,0x0e3f135e,0xd3200000,0x2e7c233f,0xb3200000,0xccbc224c,0xc2200000,0x003c0ae2,0xfd000000,0x003cff00,0x1fe00000,0x03082000,0x00200000 +}; + +u32 jchardata_181[] = +{ + 0x00000000,0x00000000,0x48ab88b8,0x88800000,0x48bbbffb,0xbba00000,0x03311f21,0x11000000,0x3231df21,0x21000000,0x003ddf2d,0x11000000,0x00ff3f33,0xf7300000,0x4cc00f00,0x0cc00000,0x27333f33,0x33700000,0x00033f13,0x20000000,0x13310f00,0x33300000,0x00000e00,0x00000000 +}; + +u32 jchardata_182[] = +{ + 0x00000000,0x00000000,0x2ffff3bf,0xff300000,0x0c00c0c4,0x3d000000,0x0c44c0c8,0x7c000000,0x0cfff3cc,0xfc000000,0x0c3003c0,0x3c000000,0x0c3ccfcc,0xb8000000,0x0c322fc0,0x3c000000,0x0c30c3c0,0x3c000000,0x0c0c00c0,0x3c000000,0x0c000cc3,0x7c000000,0x0c000002,0x40000000 +}; + +u32 jchardata_183[] = +{ + 0x00000000,0x00000000,0x00fd020e,0x20300000,0x8ef39eed,0xdf300000,0x5700215e,0x21000000,0x23ff8bae,0x5ba00000,0x04f08ba6,0xefa00000,0x6ff32310,0x46200000,0x54f0cfff,0xffe00000,0x13e32f00,0x8a200000,0x00f114b2,0xba000000,0x13f31334,0xcb200000,0x10c01100,0x80300000 +}; + +u32 jchardata_184[] = +{ + 0x00000100,0x00000000,0x0cc00f0c,0x0c000000,0x0a62f72e,0xe6800000,0x8feaed2e,0xef000000,0x0b800c0c,0x4b800000,0x0fc3ffff,0xcfc00000,0x0fc7000f,0x0f000000,0xcf47cccf,0xcbc00000,0x47837f3b,0x4b400000,0x0b82c4c0,0xcb000000,0x0b88c04c,0xafc40000,0x0b4000c0,0x24c00000 +}; + +u32 jchardata_185[] = +{ + 0x00000000,0x00000000,0x02ffffff,0xf7000000,0x00008b10,0x88000000,0xafdeefed,0xdff00000,0x3223d343,0xb9300000,0x00ffdf8f,0xf8000000,0x000c0044,0x00000000,0x02bffbbb,0xff000000,0x0eec0310,0x1f000000,0xce3e1322,0x2f000000,0x023edfee,0xef000000,0x022c1000,0x1f000000 +}; + +u32 jchardata_186[] = +{ + 0x00000001,0x00000000,0x0cfccc03,0xc0000000,0x030f0333,0xf1300000,0xbfcfcc47,0xc3000000,0x0ebc9f7f,0xfbf00000,0x0d7d6c03,0xe0c00000,0x3f3f3c3b,0xb3c00000,0x0cfcef38,0x43c00000,0xaefeec3f,0x33c00000,0x313c347c,0x0bc00000,0x7cfcccf3,0x3b800000,0x40300c30,0x8d000000 +}; + +u32 jchardata_187[] = +{ + 0x00000100,0x00000000,0x0cccd764,0x8cc00000,0x000130fd,0x84000000,0x04ab80c3,0x30000000,0x0fb8c0c0,0x33500000,0x3f03f3ff,0xdcf00000,0x0cccc0c0,0x0c000000,0x0c7333f3,0x3e000000,0x0c300cc0,0x2e000000,0x0c304c00,0x2e000000,0xc833f733,0x3e000000,0x00300000,0x1a000000 +}; + +u32 jchardata_188[] = +{ + 0x00000000,0x00000000,0x01232c00,0x33000000,0x9ffccdfc,0xeec00000,0x00b0c03e,0x22000000,0x3fb7e00c,0x2e400000,0x843c037c,0x22c00000,0x0df3d0c0,0x22000000,0x033eccdf,0xf3300000,0x36fca33d,0xe2000000,0x4c30ccc0,0x22000000,0x00bcc4cc,0xea000000,0x0c300000,0x9d800000 +}; + +u32 jchardata_189[] = +{ + 0x00000000,0x00000000,0x00f00003,0xc0000000,0x0cfcf333,0xf3300000,0xbb3f0388,0xcb400000,0x4dfcc3e4,0xf9900000,0x0c35e1f3,0xe6b00000,0x1ffec0f0,0xc4800000,0x2d34f3ff,0xff700000,0x0cfcc380,0xf0000000,0x0c30c133,0xf4c00000,0xc930d6bd,0xefe00000,0x0304f280,0x00c00000 +}; + +u32 jchardata_190[] = +{ + 0x00000000,0x00000000,0x03000f22,0x30000000,0x05b98eaa,0xa8200000,0x0c403e62,0x2f100000,0x0c000d22,0x2c000000,0x2fecefdd,0xfd000000,0x09322f02,0x27300000,0x00300f02,0x20000000,0x043c3ec2,0x2c300000,0x0c3c2000,0x3fe00000,0x6b1f722a,0xd1e00000,0x10008aaa,0x22200000 +}; + +u32 jchardata_191[] = +{ + 0x00000000,0x00000000,0x00030f00,0x00000000,0xccffcfdc,0xcdc00000,0x00f33333,0x33000000,0x03c00300,0x00000000,0x21e26366,0x66200000,0x22599a99,0x9e200000,0x00373f33,0x31000000,0x0cbc00c0,0x6e000000,0x0c3c0004,0x1ec00000,0x483fffff,0xf2400000,0x00300000,0x12000000 +}; + +u32 jchardata_192[] = +{ + 0x00000000,0x00000000,0x0cbc003f,0x33200000,0x03333ccf,0xccf00000,0xdfdf803f,0x03300000,0x1bab37fc,0xcf000000,0x03022a99,0xb8800000,0x0fafba37,0x73f00000,0x034152c0,0xf0800000,0x0f7f32f3,0xf3300000,0x0f0c12c0,0xf0400000,0x2fcd3e40,0xf4c00000,0x14003400,0x38800000 +}; + +u32 jchardata_193[] = +{ + 0x00000000,0x00000000,0x010dc227,0x33000000,0x01fa66cc,0x60000000,0x4cf487c8,0xb4000000,0x40100103,0xa8000000,0x03deeeed,0xdb200000,0x13111221,0x5a300000,0x00cfeccb,0xf4000000,0x00083c63,0x04000000,0x0c0c2370,0x0cc00000,0x8f3f301b,0xf3d00000,0x02048888,0x02100000 +}; + +u32 jchardata_194[] = +{ + 0x00000000,0x00000000,0x00039c03,0x20000000,0x0333fb33,0x33300000,0x4884cb88,0x88800000,0x48bffbbf,0xfb800000,0x000c430c,0x80100000,0x126e232e,0x22300000,0x00ddc34c,0x10000000,0x03a22ff5,0x22200000,0x0000fc3f,0xc0000000,0x0dff5002,0xbf200000,0x03200000,0x02300000 +}; + +u32 jchardata_195[] = +{ + 0x00000000,0x00000000,0x0030014b,0xdc000000,0x08fccfcb,0x40000000,0x23331f13,0x22200000,0x32303f13,0x22200000,0xbdfcfccf,0xccc00000,0x00300c43,0x10400000,0x00300f33,0x33200000,0x00300c03,0x00000000,0x00300c03,0x00000000,0x00303f33,0x33300000,0x00300c00,0x00000000 +}; + +u32 jchardata_196[] = +{ + 0x00000400,0x00000000,0x01034dc3,0x22100000,0x1226f2cf,0x03000000,0x036f021f,0xf3300000,0x0bd62332,0xcf400000,0xcf2edb9f,0x23d00000,0x00034443,0x13000000,0x2bffffdf,0xcf000000,0x21210313,0xf7300000,0x22333213,0xc3000000,0x2200031f,0xb3300000,0x1100220b,0x00000000 +}; + +u32 jchardata_197[] = +{ + 0x00000000,0x00000000,0x02e2222e,0x22000000,0x03e6aeee,0xefc00000,0x4f8c448c,0x47000000,0x8fc37f77,0x4f000000,0xc7c30c47,0x4f000000,0x03c30ccb,0xcf000000,0x03c33e77,0x4f000000,0x03c14449,0x47000000,0x03804cc4,0xcb800000,0x03f3ff33,0x7f800000,0x02c08000,0x01800000 +}; + +u32 jchardata_198[] = +{ + 0x00000000,0x00000000,0x02ea20d2,0x62000000,0x0fd1fc72,0xd3000000,0x47117c3e,0x53000000,0x03ff30eb,0x3f000000,0x0fc29ed5,0xcfc00000,0xcf43b9a3,0x03c00000,0x4b823def,0xcf000000,0x0b82fe33,0xc3000000,0x0b4b31ff,0x43000000,0x0b825cc7,0xcfc00000,0x0704c000,0x15c00000 +}; + +u32 jchardata_199[] = +{ + 0x00000000,0x00000000,0x088b8888,0xb8000000,0x0c310000,0x3c000000,0x0c340000,0x3c100000,0x0f3dbbbb,0x3f300000,0x0f300400,0x3c000000,0x3c3cfa8c,0x3c000000,0x0c3c031c,0x3c000000,0x0c3ccccc,0x3c000000,0x0c3c000c,0x3c000000,0x0c300002,0xfc000000,0x0c300003,0x80000000 +}; + +u32 jchardata_200[] = +{ + 0x00000000,0x00000000,0x0000c30c,0x00000000,0x033fb33f,0xb3300000,0x008c3001,0xc0000000,0x04c13003,0x2c400000,0x8c8b988a,0x73c00000,0x0233f631,0xc3000000,0x0002e030,0xc0000000,0x0003c030,0xc0000000,0x003f8030,0xc0200000,0x0bfc007d,0xc1300000,0x1100004a,0x22000000 +}; + +u32 jchardata_201[] = +{ + 0x00000000,0x00000000,0x04e28cfe,0xee000000,0x00e24cdd,0xcf000000,0x46ffac44,0x0f000000,0xc4e20cc5,0xc7000000,0xd6f3acf6,0xe7400000,0x02a5ccfc,0xc8c00000,0x0b933c30,0x4c100000,0x0bd2cc3c,0x4cf00000,0x0f3d084e,0xa2000000,0xbd07e84c,0x9c900000,0x000013e6,0x22200000 +}; + +u32 jchardata_202[] = +{ + 0x00000000,0x00000000,0x00000b80,0x00000000,0x0ccccfcc,0xccc00000,0x0c11c304,0x43000000,0x0cbecfcc,0xffc00000,0x0c30c70a,0xb0000000,0x0e1047a5,0x00000000,0x0c4cfdfc,0xc8000000,0x0c03b813,0xc0000000,0x0c330ccf,0x30000000,0xeb34cc4c,0xdfb00000,0x01c84000,0x08d00000 +}; + +u32 jchardata_203[] = +{ + 0x00000000,0x00000000,0x00cccccf,0xc0000000,0x23f31333,0xf3300000,0x21c78a94,0xd3000000,0x21474664,0x71000000,0xefffdeee,0xdef00000,0x21cf0666,0x22400000,0x22cfcb8d,0xc7000000,0x23e30322,0xeb000000,0x23630301,0xcb000000,0x11000322,0xe3000000,0x0000034d,0x43000000 +}; + +u32 jchardata_204[] = +{ + 0x00000000,0x00000000,0x030c233b,0xf3300000,0x0438b14c,0x00400000,0x4888b984,0x88c00000,0x0488b236,0x2b200000,0x2f60b83c,0x0f000000,0x0dfcf41f,0x3c000000,0x0c30780f,0x3c000000,0x0cffe53c,0x2f300000,0x0c324a08,0x0c100000,0x2f03fb33,0xbe300000,0x08008000,0x80000000 +}; + +u32 jchardata_205[] = +{ + 0x00000004,0x00000000,0x003c322e,0x21000000,0x8cfccffc,0xf9c00000,0x23360e28,0x30000000,0x8dfcceec,0xfde00000,0x00f10220,0x31300000,0x02ffcdfc,0xcc300000,0x33300b23,0x43000000,0x00b80f03,0xf2000000,0x00f03c02,0xf1400000,0x0df13d33,0xc3f00000,0x4b010710,0x88a00000 +}; + +u32 jchardata_206[] = +{ + 0x00000000,0x00000000,0x02ee0fee,0xe2200000,0x8f832c03,0xd0000000,0x43022c03,0xc0000000,0x03ffec03,0xc4c00000,0x0fc2e223,0x22300000,0xcfc2deef,0xee300000,0x87e32c43,0x8c000000,0x03c220cf,0xc0000000,0x13c220cf,0x80000000,0x3187ec43,0xccc00000,0x00c24002,0x00800000 +}; + +u32 jchardata_207[] = +{ + 0x00000000,0x00000000,0x04444304,0x44000000,0x0c888fd8,0x8c400000,0x03333f33,0x33000000,0x00d00c00,0x30000000,0x00e30c41,0x74000000,0x00c30ccb,0xac000000,0x00c31c03,0x10000000,0x00c33c03,0x00000000,0x00c00c03,0x00000000,0x4bfbbffb,0xbbf00000,0x04044004,0x44400000 +}; + +u32 jchardata_208[] = +{ + 0x00000000,0x00000000,0x048cc30c,0x00000000,0x1fea333f,0x23300000,0x0048034c,0x00000000,0x8fcff3bf,0x32000000,0x03c721e5,0x32000000,0x03cf50c0,0xa2000000,0x0fcbf3e3,0x7e000000,0xcf4b14c0,0x2e000000,0x03892e6a,0xec800000,0x03aaeeea,0x62e00000,0x02451001,0x11800000 +}; + +u32 jchardata_209[] = +{ + 0x00000000,0x00000000,0x0c000f00,0xc8000000,0x04c08f88,0xc4c00000,0x00120388,0x20400000,0x0032cf8c,0xfc000000,0x8cb0cb48,0x6f000000,0x07f0c700,0x0f000000,0x03c0cfc8,0xcf300000,0x33c0c700,0x0d300000,0x00c08b88,0x8c000000,0x8c0dfb88,0x84800000,0x40002888,0x88800000 +}; + +u32 jchardata_210[] = +{ + 0x00000004,0x00000000,0x4c9ffabf,0xa8c00000,0x002d440c,0x30400000,0x0c237fb7,0x34000000,0x0cae400d,0x3c000000,0x006feeee,0x30000000,0x8cafa66e,0x3cc00000,0x00000d50,0x00000000,0x9feeeeee,0xeef00000,0x000edc8f,0x80100000,0x8df70c03,0xfec00000,0x03000c00,0x03100000 +}; + +u32 jchardata_211[] = +{ + 0x00000000,0x00000000,0x00de2226,0x60000000,0x00b90dd8,0xbc800000,0x0cfc8c00,0x34800000,0x00f72eee,0xfc800000,0x00dc0d00,0x28800000,0x0eeeac12,0x2a900000,0x4f443cfd,0xcfa00000,0xc3883c30,0x0aa00000,0x03883c30,0x0aa00000,0x03bb3cff,0xffa00000,0x03441020,0x00000000 +}; + +u32 jchardata_212[] = +{ + 0x00100000,0x00000000,0x04340dce,0xfff00000,0x4cf842f7,0xa9000000,0x27f331d0,0x88000000,0x0c0311f2,0xaa200000,0x0cffcafa,0xffe00000,0x8f3782e4,0xaa000000,0xfe38b2d0,0xaa000000,0x0cbc83c0,0xaa000000,0x0cb80f80,0xaa000000,0x0c30be00,0xaa000000,0x0030a000,0x55000000 +}; + +u32 jchardata_213[] = +{ + 0x00000000,0x00000000,0x00c4cfcc,0xcc000000,0x03f33333,0x3f100000,0x0b80b8b8,0x4e200000,0x0d93c8ba,0xfe000000,0x8c745988,0x84400000,0xc65e7322,0x04c00000,0x0a6abfef,0xecc00000,0x08803c42,0xe0000000,0x088330ce,0x60300000,0x1bb6cc86,0xfeb00000,0x06044000,0x15800000 +}; + +u32 jchardata_214[] = +{ + 0x00000000,0x00000000,0x03222ea2,0x22200000,0x0101c3d4,0x00000000,0x002e232e,0xe0000000,0x08f00310,0xee400000,0xcc3ccb9c,0x26c00000,0x00322362,0x32000000,0x0cfccfcc,0xdec00000,0x233bf33f,0x33300000,0x003c0008,0xd2000000,0x08bccccd,0xfe000000,0x08b40000,0x2c000000 +}; + +u32 jchardata_215[] = +{ + 0x00000000,0x00000000,0x03c037bb,0xbb100000,0x00f03c50,0x0e200000,0x8cccbd32,0x2f000000,0x000c3cf8,0x9f000000,0x12d43e73,0x3f200000,0x2ffc3c23,0x3e100000,0xc4f47cca,0xac000000,0x00f23f73,0x3f300000,0x00f10c02,0x2c000000,0x23d3feee,0xeee00000,0x00800222,0x22300000 +}; + +u32 jchardata_216[] = +{ + 0x00000000,0x00000000,0x0ec8870c,0x0c100000,0x0f7d3bb3,0x97100000,0x0c0eaccf,0x8cc00000,0x0cde32d3,0xd1000000,0x1f3afddf,0xcff00000,0x0c0c4914,0x0c000000,0x0eeed7ed,0x6ef00000,0x0d0c33f2,0x4c100000,0x882f17c3,0x3c000000,0xd7fc8f04,0xeb300000,0x00804300,0x80000000 +}; + +u32 jchardata_217[] = +{ + 0x00000000,0x00000000,0x00620c70,0x00000000,0x03d20c30,0xcc000000,0x037f1e37,0xf3300000,0x22221f42,0x65300000,0x38a99cb8,0xbc300000,0x00233d30,0x30300000,0xdffecfce,0xdcf00000,0x00112c03,0x02200000,0x00220c30,0x02200000,0x00220f00,0x23200000,0x00220400,0x31000000 +}; + +u32 jchardata_218[] = +{ + 0x00000000,0x00000000,0x04c0133c,0x4c000000,0x00c1fcff,0xccc00000,0x04e3004e,0x31000000,0x5ff7fbbf,0x4f300000,0x11c1cccc,0x8c100000,0x03f3f8bf,0x3f000000,0x03c03030,0x8b000000,0x0395fcfc,0xcfc00000,0x03f32c30,0x7b000000,0x02c00430,0xd8000000,0x00800030,0xc0000000 +}; + +u32 jchardata_219[] = +{ + 0x00000000,0x00000000,0x00888b88,0x84000000,0x00c04740,0x88000000,0x00c88b88,0xc8000000,0x12e22322,0xaa300000,0x12eeefee,0xea300000,0x00000f00,0x00000000,0x48884f48,0x88c00000,0x48888f88,0x88c00000,0x00000f00,0x00000000,0x03333f33,0x33100000,0x00000c00,0x00000000 +}; + +u32 jchardata_220[] = +{ + 0x00000000,0x00000000,0x0000c800,0x00000000,0x00002e40,0xc4000000,0x00087008,0xc0000000,0x000ab33f,0x30000000,0x0c4b80ca,0x3c000000,0x0c3944d3,0x0c000000,0x0f34ff30,0x00c00000,0x000cc330,0x00800000,0x04cc4012,0xc4000000,0x4c04cccc,0xc0000000,0x00000000,0x00000000 +}; + +u32 jchardata_221[] = +{ + 0x00000000,0x00000000,0x23f333bf,0x33300000,0x00c034e2,0xc0100000,0xceff3f3b,0x6f000000,0x07c0f49d,0x47c00000,0x03f7333f,0x33000000,0x08cc798c,0x88c00000,0xeff33337,0x33700000,0x00e38ccf,0xfc100000,0x00f2b723,0x0c000000,0x04c1afeb,0xff000000,0x0f325000,0x07000000 +}; + +u32 jchardata_222[] = +{ + 0x00000000,0x00000000,0x00c00fc0,0xc0400000,0x03f3bff7,0xf7c00000,0x4ce48fdc,0xed000000,0x04f10b80,0xf0400000,0x0cd2879e,0x38800000,0x2fff3fff,0xff700000,0xccc0bfbc,0x4c800000,0x40c38b4f,0x28800000,0x02f0cfcc,0xffc00000,0x23c08b00,0x0ab00000,0x00804700,0x0c000000 +}; + +u32 jchardata_223[] = +{ + 0x00000000,0x00000000,0x23bf337f,0x33300000,0x00d5111d,0x00100000,0x06f3222e,0x33000000,0x0ee4888c,0x8bc00000,0x8ef6aaae,0xaac00000,0xc2e0003c,0x00000000,0x03e3333f,0x33300000,0x03c0033f,0x00000000,0x03c0330f,0x30000000,0x22e3fccc,0xeff00000,0x00a04000,0x00100000 +}; + +u32 jchardata_224[] = +{ + 0x00000000,0x00000000,0x0f40c83b,0x84000000,0x01fcc3a8,0x7c000000,0x04c5f380,0x2f300000,0x4c0602e3,0x1cf00000,0x121c0413,0x01000000,0x8dfceaef,0xee700000,0x00fc134f,0x0d000000,0x04fdf00f,0xcb300000,0x0c3d003d,0xc0000000,0x531f3fff,0x3ff00000,0x100c0900,0x00c00000 +}; + +u32 jchardata_225[] = +{ + 0x00000000,0x00000000,0x05672c43,0x54000000,0x5f78844b,0x48800000,0x00f8cdef,0xcb000000,0x23fbefcf,0xc8300000,0x00f46f87,0xc8200000,0x027b5c87,0x46300000,0x07764c77,0x4b000000,0xbffcccc8,0xffc00000,0x00bc40cb,0xf0000000,0x8c3c5b3a,0xc8400000,0x00e89500,0x08c00000 +}; + +u32 jchardata_226[] = +{ + 0x00000000,0x00000000,0x01300980,0x10000000,0x00340ab3,0x27200000,0x08f89cea,0x8ee00000,0x1bb338a2,0x0e200000,0x08b00ce2,0x42200000,0x08f8c4b8,0xca200000,0x0870c030,0xc3000000,0x0c303c3c,0x03000000,0x0c220fcc,0x03000000,0xc88cfa0c,0xff800000,0x00441000,0x04800000 +}; + +u32 jchardata_227[] = +{ + 0x00000100,0x00000000,0x00c00300,0x00000000,0x03f3337b,0xbb400000,0x8fccc78c,0x0f800000,0x03c0bbb8,0x0b800000,0x03c3b88b,0x0b800000,0x03c38b88,0x0b800000,0x03c09ba8,0x0b800000,0x0bc1b4bb,0x0b800000,0x0f03d08e,0x8f800000,0xcb0cc08c,0x2f800000,0x03000000,0x10000000 +}; + +u32 jchardata_228[] = +{ + 0x00000000,0x00000000,0x0fcc408e,0x23100000,0x0e2c05c2,0xe0100000,0x0c4b2e23,0x7eb00000,0x2fc3deee,0xecc00000,0x0ecb004e,0x20300000,0x0c0f2bbe,0x69b00000,0x0c0f75bd,0x7b800000,0x0f5f1b3c,0x76000000,0x0f93eb0d,0x3c500000,0x2f36c0ef,0x13f00000,0x080000f0,0x02300000 +}; + +u32 jchardata_229[] = +{ + 0x00000000,0x00000000,0x03c233ae,0x33100000,0x02c300c0,0xc2200000,0x8ccf3f33,0x3f500000,0x33c3e9ed,0xd6e00000,0x06c3104f,0x14000000,0x0ccfebbf,0x7fa00000,0xc4c3d70f,0x18b00000,0x83d35adf,0xda700000,0x03d213d7,0xf1300000,0x13f0ee43,0x4ff00000,0x00c0d100,0x03900000 +}; + +u32 jchardata_230[] = +{ + 0x00000000,0x00000000,0x0bbb2bf3,0x3f300000,0x0f0f00c0,0x88000000,0x0f2e0b5a,0xdb000000,0x0ffc0f72,0x3f000000,0x0f2d1d21,0x1d100000,0x0f0f3cb9,0x7c300000,0x0f4f23e4,0xf3300000,0x0f2f31e1,0xd1300000,0x4f1c30c3,0xc0b00000,0xc70c7c03,0xc7f00000,0x02442400,0x06000000 +}; + +u32 jchardata_231[] = +{ + 0x00000000,0x00000000,0x03002f33,0x32000000,0x05f8bc88,0x9f000000,0x00443c72,0x67000000,0x13023e32,0x23200000,0x8fcfcddd,0xa8f00000,0x00021f11,0x31200000,0x00b82ffb,0xbe000000,0x02f02e40,0x66000000,0x0bcc2f22,0x32000000,0x3f00eecc,0xfec00000,0x00001100,0x30000000 +}; + +u32 jchardata_232[] = +{ + 0x00000000,0x00000000,0x02221cf1,0xc8000000,0x4b832c33,0xf3100000,0x8fc56ffc,0xcfc00000,0x877bfe07,0x70000000,0x887ccc0b,0xb0000000,0x87790f7c,0xcb700000,0x8ff71f3b,0xb3100000,0x8ff80cfc,0xcf800000,0x87262c34,0x43000000,0x23331cff,0xffc00000,0x10000c30,0x02400000 +}; + +u32 jchardata_233[] = +{ + 0x00000000,0x00000000,0x0889308c,0x00000000,0x0c5f33f3,0xe0000000,0x0f3c0c22,0x0c000000,0x1ff7e7ff,0xf7f00000,0x0cb4084c,0x48000000,0x0c3c3f2f,0x3c000000,0x0c3c7c0c,0x3c000000,0x0c7c38ce,0xf8000000,0x0f5030c1,0xc0200000,0x2f00fe62,0x2fb00000,0x08008222,0x22800000 +}; + +u32 jchardata_234[] = +{ + 0x00000000,0x00000000,0x04f33333,0x30000000,0x08c4804b,0xa8400000,0x0c8c81f8,0xac800000,0x6f3e03c0,0x38a00000,0x007d33f0,0x3bb00000,0x48fc9790,0x39800000,0x01bc03c0,0x1b800000,0x03cf73f3,0x0b800000,0x3bc0c7cc,0xceb00000,0x4c0023c4,0x0c900000,0x04003000,0x00000000 +}; + +u32 jchardata_235[] = +{ + 0x00000000,0x00000000,0x00b80738,0xf2000000,0x1e782d27,0x91200000,0x2ffc9fff,0xffc00000,0xa7792d2b,0x91300000,0xf1b48918,0xa1000000,0x00bcf328,0xb0100000,0x6ffd37bf,0xfb700000,0x40780328,0xb0100000,0x00b83328,0xb3000000,0x00b84b8f,0xfbf10000,0x00b42742,0x00700000 +}; + +u32 jchardata_236[] = +{ + 0x00000000,0x00000000,0x0eeefcce,0x24000000,0x03060c0e,0xac000000,0x07ff2e3b,0xff300000,0x4b860c02,0xf0100000,0x03bb3c02,0xfcc00000,0x8fcecccf,0x34800000,0x03693c0f,0xde000000,0x02d33c3b,0xdf000000,0x32d03c37,0xd3300000,0x0c023f00,0xccf00000,0x04020c00,0x04400000 +}; + +u32 jchardata_237[] = +{ + 0x00000040,0x00000000,0x003022ea,0x22100000,0x0cb03d7d,0x31300000,0x2371fc30,0xe0300000,0x013cc310,0x7da00000,0x007d2c9d,0x62c00000,0x13710022,0x00000000,0x15f4fdff,0xfe200000,0x0c700bb2,0x3c000000,0x4c303a91,0x0f100000,0x473128a2,0xc8300000,0x02000891,0x00000000 +}; + +u32 jchardata_238[] = +{ + 0x00000000,0x00000000,0x00220c13,0x00000000,0x2ffff8ff,0xff800000,0x0f33d2d0,0x38800000,0x002e83f3,0x37100000,0x1ed920cd,0xed200000,0x03233233,0x33300000,0x0bfbfccd,0xad200000,0x03013c33,0x33200000,0x03223c02,0x20000000,0x4f8abccb,0xa8c00000,0x07475007,0x44400000 +}; + +u32 jchardata_239[] = +{ + 0x00000000,0x00000000,0x2333c930,0x00000000,0x0134c318,0x50000000,0x013c6322,0xe7200000,0x039c7888,0xce600000,0x8ff78bb7,0x06e00000,0x334b888b,0x82200000,0x23c34773,0xc1200000,0x03e30300,0xe3000000,0x03e30300,0xc0200000,0x03cccffe,0xe2300000,0x00c00011,0x51000000 +}; + +u32 jchardata_240[] = +{ + 0x00000000,0x00000000,0x00f40333,0x33000000,0x00f04f8f,0xdfc00000,0x4bff0313,0xd3000000,0x01f70333,0xf3000000,0x01f30003,0xd0000000,0x07ff4313,0xe3200000,0x8ef00333,0xf3200000,0x00f10303,0xc2200000,0x00f32323,0xe2000000,0x37d1100b,0xc0300000,0x04800006,0x73200000 +}; + +u32 jchardata_241[] = +{ + 0x00000000,0x00000000,0x0c100f88,0x89800000,0x0d132113,0x22000000,0x5edf7113,0x12300000,0x80911ee9,0x9c900000,0x08f99d11,0x38800000,0x48fbbffb,0xbc800000,0x00f00540,0x38000000,0x00df27e2,0x2c000000,0x0f4f83f0,0x0f000000,0x5f038cde,0xfcf00000,0x00002222,0x00400000 +}; + +u32 jchardata_242[] = +{ + 0x00000000,0x00000000,0x4cb800f5,0x44000000,0x043c04f0,0x0c000000,0x233eafff,0xeef00000,0x0dfc003c,0x00000000,0x0c318dfe,0xef900000,0x4eb7863c,0x07800000,0x76784ffd,0xdf800000,0x003c230f,0x30000000,0x00b8300f,0x3e000000,0x03b78ffc,0xcff00000,0x0fd04200,0x00900000 +}; + +u32 jchardata_243[] = +{ + 0x00000000,0x00000000,0x00741a8c,0xf5000000,0x03b75f42,0x33300000,0x3fcccfce,0xfef00000,0x03762e00,0xf2300000,0xccfcfffe,0xffe40000,0x23770c31,0xf2100000,0x0cfcffec,0xfd800000,0x2133cfef,0x33300000,0x00bc0f1c,0xf0000000,0x2ff33f33,0x6ee00000,0x00003c00,0x22300000 +}; + +u32 jchardata_244[] = +{ + 0x00000000,0x00000000,0x02200c03,0x00000000,0x02201f03,0x00000000,0x02200f03,0x00000000,0x33330f13,0x37200000,0x02103fef,0xcd200000,0x02200f03,0x02200000,0x02100f03,0x03200000,0x13330f03,0x03000000,0x21000f01,0x00300000,0x8ccccfee,0xeef00000,0x00000122,0x22400000 +}; + +u32 jchardata_245[] = +{ + 0x00000000,0x00000000,0x03f3378b,0xa8000000,0x03c30c43,0x0d100000,0x8ffeffef,0xee300000,0x031d2f20,0x0c000000,0x03c70ccd,0xdd000000,0x0fff3f42,0x2e200000,0xc8c840c8,0xc8000000,0x00f232f3,0xe3000000,0x00f038d1,0xc3400000,0x13f2fe33,0xe7e00000,0x01c1c000,0x88500000 +}; + +u32 jchardata_246[] = +{ + 0x00000000,0x00000000,0x0f508889,0xab000000,0x00f08bfa,0xad000000,0x000003c0,0x0c000000,0x000003e2,0x2e300000,0xafe00b80,0x3c100000,0x01f02e00,0x3c000000,0x00f0fd00,0x3c000000,0x00f1f000,0xfc000000,0x00fe0000,0x70000000,0xef07ffff,0xbff00000,0x00000040,0x00400000 +}; + +u32 jchardata_247[] = +{ + 0x00000100,0x00000000,0x0c804308,0x88400000,0x0c8c8788,0x04c00000,0x67ee7b7e,0xeef00000,0x04c48384,0x00c00000,0x0c8cc74c,0xccc00000,0xccaea3aa,0x25c00000,0x0cbc901c,0xfe400000,0x0cfcc40c,0x2e000000,0x0c3c000c,0x2e000000,0x0cfffff3,0x3ec00000,0x08300040,0x09800000 +}; + +u32 jchardata_248[] = +{ + 0x00000000,0x00000000,0x02cceedc,0xcf300000,0x02f12d72,0x2e200000,0x00c66da9,0x6e200000,0x23c66ea5,0x6e200000,0x020aa12d,0x22200000,0x0c8efaad,0xaa600000,0x001aa03e,0x22200000,0x4badfa6c,0x4aa00000,0x4b4cf8ac,0x86a00000,0x17cf0031,0xcb200000,0x0c010000,0x06c00000 +}; + +u32 jchardata_249[] = +{ + 0x00000000,0x00000000,0x0c30037c,0xfe000000,0x08f0eeeb,0x32200000,0x23330047,0x00000000,0x8c3ccfff,0xffc00000,0x0f3021ab,0x11200000,0x0333119b,0x00100000,0x33f0efcf,0xcf200000,0x24f0c033,0x3d000000,0x0c30f323,0x0f200000,0x8c30fc9b,0xcc300000,0x0030c031,0x0c000000 +}; + +u32 jchardata_250[] = +{ + 0x00000000,0x00000000,0x00fc035c,0x23000000,0x00f0d23d,0x32100000,0x04f0f10f,0x01300000,0x2f73efff,0xff300000,0x8c7cf44f,0x0c300000,0x88b0e33e,0x3f200000,0x08b0c11d,0x5d000000,0x2bb3c31e,0x17000000,0x1980c311,0x13c00000,0x0880cbbb,0xbfc00000,0x04400988,0x89000000 +}; + +u32 jchardata_251[] = +{ + 0x00000000,0x00000000,0x00cccfcc,0xc4000000,0x00c8cfcc,0xc8000000,0x00c44744,0xc8100000,0x23777777,0x77700000,0x48cccfec,0xc8c00000,0x00c46eb4,0xc8000000,0x00c8fcff,0xc8000000,0x00cbaccb,0xd4000000,0x0cffcccc,0xfd000000,0x23300c40,0x03700000,0x4d888888,0x88d00000 +}; + +u32 jchardata_252[] = +{ + 0x00000000,0x00000000,0x008ccb8c,0xc0000000,0x00c00300,0xc0000000,0x008ccfcc,0xc0000000,0x00888b88,0x44000000,0x00c01320,0x88000000,0x00ccfefc,0xc8000000,0x00c4b8a7,0xc8000000,0x00c32003,0x98000000,0x00ffcccc,0xf6000000,0x27ac400c,0xc7300000,0x4c800000,0x4cd00000 +}; + +u32 jchardata_253[] = +{ + 0x00000000,0x00000000,0x0f009fcc,0x31000000,0x00f0030d,0x30000000,0x0000333f,0x73200000,0x000000ed,0x80000000,0x8f9132f2,0xe2300000,0x05f01c73,0xc0100000,0x00f04e31,0xbc000000,0x00f0f300,0x3ff00000,0x05f61000,0x00100000,0xbf0fffff,0xfff00000,0x10000000,0x00000000 +}; + +u32 jchardata_254[] = +{ + 0x00000000,0x00000000,0x00f6222e,0x6e000000,0x00fcf82e,0x0b800000,0x0ab0fb3f,0x73000000,0x0f1cf49d,0xcb800000,0x37ec723f,0xf3000000,0x32ac00e2,0xcc000000,0x06e23ef3,0x2ef00000,0x0e22e822,0x31f00000,0x022263b3,0x3e300000,0x0e22e00c,0x0ff00000,0x06116000,0x02400000 +}; + +u32 jchardata_255[] = +{ + 0x00000000,0x00000000,0x0300d222,0x22000000,0x0300f222,0x23400000,0x8fccfccc,0xcfc00000,0x0300f000,0x03000000,0x0308faaa,0xa3000000,0x030cf222,0xe3000000,0x034cf408,0xc3000000,0x03c43c8c,0x03000000,0x0fc03eee,0x63000000,0xcf0cff26,0xefc00000,0x02080000,0x01400000 +}; + +u32 jchardata_256[] = +{ + 0x00000000,0x00000000,0x00310c11,0x33300000,0x0cfcffee,0xcc400000,0x1f302013,0x0fa00000,0x0b78978b,0x83400000,0x00200c40,0x41000000,0x01300c50,0x13400000,0xaffdefee,0xefe00000,0x00300f00,0x03000000,0x00300d00,0x03000000,0x00308c00,0x33000000,0x0020c800,0x20000000 +}; + +u32 jchardata_257[] = +{ + 0x00000000,0x00000000,0x0cccc38c,0xcc000000,0x0e22e3e6,0x2e100000,0x0fcdc3cd,0xcf200000,0x0e00c3c0,0x0c100000,0x0ceee3ae,0xed000000,0x0c300300,0x1f000000,0x0c300300,0x1f000000,0x0c322322,0x3f000000,0x0c300300,0x0f000000,0x0c333333,0xbf000000,0x0c100000,0xca000000 +}; + +u32 jchardata_258[] = +{ + 0x00000000,0x00000000,0x003c0038,0x80000000,0x0dfcfcff,0xffd00000,0x133f3339,0x80000000,0x100c0038,0x80300000,0x033f784f,0x73200000,0x8fddfcec,0xccc00000,0x030c3031,0xe3200000,0x0bf33c73,0x5c000000,0xcf04bcb8,0x40e00000,0x03897cba,0x88300000,0x03456005,0x66100000 +}; + +u32 jchardata_259[] = +{ + 0x00000000,0x00000000,0x88a7226e,0x22300000,0x84f42aae,0x6f200000,0x05f4cccc,0xcfc00000,0x0f30233e,0x0f000000,0x6ffc7ccf,0xcf000000,0x343c788f,0x4b400000,0x0c78337f,0x03000000,0x08f0fcce,0xcfc00000,0x00f4000c,0x03000000,0x4c3ccc89,0xbbc00000,0x80200088,0xa8800000 +}; + +u32 jchardata_260[] = +{ + 0x00000000,0x00000000,0x00ae00bf,0x33100000,0x02f321f0,0x01200000,0x0cfec0ff,0xffa00000,0x0c33c4f0,0x0aa00000,0x0f22fc31,0x2ba00000,0x1deec07d,0x2ba00000,0x0c21c038,0x4aa00000,0x0c01c310,0x09800000,0x0f8fc010,0x0ba00000,0x1f07e213,0xfc300000,0x00002222,0xc0000000 +}; + +u32 jchardata_261[] = +{ + 0x00000000,0x00000000,0x0c1f09fc,0xcc000000,0x04fe0f60,0x0c000000,0x0df00f33,0x3e300000,0x8bf43eda,0x8c000000,0x23b93c63,0x2f100000,0x34fc0c22,0x0c000000,0x4c3c0cee,0xcc000000,0x003c0c23,0x3f300000,0x003c0c22,0x0c000000,0x08f48cea,0x8c800000,0x04b04026,0x40400000 +}; + +u32 jchardata_262[] = +{ + 0x00040000,0x00000000,0x122f2113,0xf2000000,0x4defdc71,0xc3300000,0x03f3f128,0xc9900000,0x0fdbfd6f,0x1bd00000,0x2d2b15cf,0x39800000,0x0ccec879,0x0f300000,0x0c3f77a3,0xfc000000,0x0ff3f7b3,0xfb000000,0x2eeed7a1,0xee600000,0x0d100f9c,0x11d00000,0x08003b00,0x00000000 +}; + +u32 jchardata_263[] = +{ + 0x00000000,0x00000000,0x23bb9a9b,0x87200000,0x00c34743,0x4f000000,0x00c30121,0x3f000000,0x03fb8b8b,0x8e200000,0x03888fbb,0xb7200000,0x03760f03,0x01200000,0x01d70fff,0xbf200000,0x00c60c03,0x00000000,0x08ed7e33,0x32300000,0x8e31cccb,0x88c00000,0x0610004b,0x88800000 +}; + +u32 jchardata_264[] = +{ + 0x00000000,0x00000000,0x4fbf3f37,0xfb000000,0x0f0c0d08,0x8bc00000,0x07848b08,0x43000000,0x0f1f3fbf,0xffc00000,0x0fccdf38,0x83000000,0x0f0c3f3b,0x43c00000,0x0fcfcf03,0xff000000,0x033d0300,0xf7000000,0x8fcccd0c,0xc7000000,0x033f37fb,0x3fc00000,0x030c0000,0x05c00000 +}; + +u32 jchardata_265[] = +{ + 0x00000400,0x00000000,0x03226ea2,0x22200000,0x0005f4e6,0x00000000,0x027f333f,0xa3000000,0x0fc83011,0xcf000000,0xcf3bbfbb,0x37c00000,0x00003c15,0x40000000,0x2bbbbfbb,0x6b700000,0x00c20f10,0xc1000000,0x031f0c24,0xc3100000,0x6f8b8c89,0xf8f00000,0x04456266,0x04400000 +}; + +u32 jchardata_266[] = +{ + 0x00000000,0x00000000,0x00c00220,0x00000000,0x03f33fff,0xffb00000,0x4fc800f1,0x0c000000,0x0f8ea1f2,0x1e100000,0x0f0973f3,0x7f000000,0x0f0e317a,0xd3000000,0x8f0e203d,0xc3000000,0x43cd333f,0xf3000000,0x03dea1f2,0x5e300000,0x3f419c71,0x09d00000,0x40000020,0x00000000 +}; + +u32 jchardata_267[] = +{ + 0x00000000,0x00000000,0x00741c72,0x41000000,0x0f9b66bb,0xbea00000,0x3d06c388,0x38800000,0x007ae7ee,0xa3000000,0x00cccfcc,0xc0000000,0x3733f3bb,0x33700000,0x484cc44c,0x78c00000,0x03bf3f73,0xf3300000,0x8cc30080,0x3cc00000,0x040ddccd,0x30000000,0x0000001f,0x00000000 +}; + +u32 jchardata_268[] = +{ + 0x00000000,0x00000000,0x04ccccee,0xff000000,0x4b765f57,0x46500000,0x8b9a0f0b,0x87c00000,0x87593f2b,0x73f00000,0x03fd0c3c,0xc0000000,0x07dffbff,0xfb300000,0x0b920e31,0x5e000000,0x0bf64f74,0xbf000000,0x0bccfcdf,0xfc000000,0x06032e32,0x33e00000,0x00000ac8,0x8ca00000 +}; + +u32 jchardata_269[] = +{ + 0x00000000,0x00000000,0x03c1f333,0x33300000,0x4d35ecc7,0xd8c00000,0x000a2d23,0xe2c00000,0x33c21f14,0xc6e00000,0x0f429fbb,0xf7e00000,0xcc461f00,0xc5e00000,0x048a5ef7,0xf7d00000,0x0aa74c11,0xd2c00000,0x0b8bcfce,0x9ef00000,0x2bafe803,0xe0300000,0x04400013,0x80000000 +}; + +u32 jchardata_270[] = +{ + 0x00000000,0x40000000,0x033f3233,0xf3200000,0x0fdfd1cf,0xcee00000,0x031e2302,0xf3000000,0x4bcf518d,0xff800000,0x03ffe27f,0x0f300000,0x0c1070c2,0x00c00000,0x00cfecfc,0xe1000000,0x02e4bba6,0xf3100000,0x02d31301,0xc0300000,0x02ffcfcf,0xf3000000,0x03c00300,0x42000000 +}; + +u32 jchardata_271[] = +{ + 0x00000000,0x00000000,0x02222e22,0x22200000,0x0eeedffd,0xeea00000,0x0c003302,0x08800000,0x08afcfce,0xf4800000,0x23300f40,0x43300000,0x00480e00,0x00100000,0x00f73fff,0xf1000000,0x00f40c00,0x22000000,0x08fccc00,0x22000000,0x0c33fffb,0xba800000,0x40100008,0x89800000 +}; + +u32 jchardata_272[] = +{ + 0x00000000,0x00000000,0x02222e22,0x22100000,0x0fefeeee,0xefe00000,0x038fcccc,0xc1200000,0x00cb7777,0xf0000000,0x00e60111,0xc0000000,0x00efffff,0xf0000000,0x00cccccc,0xf0000000,0x27333333,0x33700000,0x884cc88d,0x68800000,0x08cc002f,0xd8400000,0x4c000032,0x04800000 +}; + +u32 jchardata_273[] = +{ + 0x00000000,0x00000000,0x043c3362,0x3fd00000,0x0c3c3c4c,0x09a00000,0x133d3b3f,0x3ba00000,0x0dfcfc0d,0x18800000,0x0c303c39,0x2aa00000,0x1ff9fc3a,0x2aa00000,0x1e303c2f,0x3a800000,0x0cf8fe0e,0x28b00000,0x0c312f01,0x18b00000,0x0d334f33,0x7fb00000,0x0b004200,0x44200000 +}; + +u32 jchardata_274[] = +{ + 0x00000004,0x00000000,0x0cb80c0f,0x0c000000,0x03121f3f,0x3f300000,0xffdfcc8f,0xccc00000,0x08b40f3f,0xbf100000,0x01221d22,0x21500000,0x3fff3f4d,0x49b00000,0x0030497c,0x79900000,0x1fbe20ec,0xf0400000,0x3d3c2c3c,0x7c100000,0x3cfcd71c,0x39f00000,0x0438100c,0x02100000 +}; + +u32 jchardata_275[] = +{ + 0x00000400,0x00000000,0x00300c03,0x00000000,0x00302e23,0x12500000,0xaffdfdfc,0xfdf00000,0x0130e130,0x30100000,0x0030cfcc,0xf0300000,0x1331e000,0xe2000000,0x113cd222,0xe2100000,0x003c0013,0xc1000000,0x00f80003,0xc0000000,0x0fb032bf,0xe2300000,0x07001144,0x11100000 +}; + +u32 jchardata_276[] = +{ + 0x00000000,0x00000000,0x007c03e2,0xa2100000,0x01e001d0,0xdf000000,0x13f200c0,0x35000000,0x0fcbccce,0xecc00000,0x8fc300c2,0x10000000,0xc3c303bb,0x33300000,0x23c3000e,0x20000000,0x11f2000e,0x20000000,0x00f3100a,0xe0c00000,0x23c00003,0xe8c00000,0x01400023,0x08000000 +}; + +u32 jchardata_277[] = +{ + 0x00000100,0x00000000,0x00f227e2,0x20000000,0x00e21f59,0xf1100000,0xeed9db19,0xf2300000,0x00f7ebef,0xbc000000,0x01f7e3eb,0x3f000000,0x6ed5df15,0xdd300000,0x44d2e1aa,0x19100000,0x00f9dddd,0xfcc00000,0x00f322eb,0xf0000000,0x0cf1ee21,0xfcc00000,0x0c389110,0x30c00000 +}; + +u32 jchardata_278[] = +{ + 0x00000004,0x00000000,0x00f0033c,0x11100000,0x01f0031e,0x22700000,0x6ffbbffe,0xffc00000,0x04e2032d,0x13000000,0x00f00b4c,0x8b000000,0x0fff0eb3,0x3f000000,0xfaf300f1,0xd6000000,0x00f0137c,0xa3000000,0x00f030ef,0xf0000000,0x04f0df31,0xbfd00000,0x0c30b100,0x01f00000 +}; + +u32 jchardata_279[] = +{ + 0x00000000,0x00000000,0x00bccb9c,0xf3300000,0x13c00313,0xc0000000,0x00ccfbbf,0xc0000000,0x00f00310,0xe2300000,0x03eccb8c,0xe3200000,0x33d03313,0xc3000000,0x01acffdf,0xc3000000,0x0221d38b,0x03000000,0x021f0389,0x03c00000,0x4ee4038c,0x07c00000,0x06200208,0xb9400000 +}; + +u32 jchardata_280[] = +{ + 0x00000000,0x00000000,0x06f30ccf,0xcc000000,0x03f02fff,0xff300000,0x8cfc3c48,0x4c300000,0x37f30133,0x33000000,0x01fccefd,0xfcc00000,0x0ff3f9d7,0x57300000,0x43f0c7f7,0xe3c00000,0x31f0fcd3,0xdf400000,0x00f0caf1,0x9d300000,0x0cf0f0ce,0xe4e00000,0x0c300077,0x00400000 +}; + +u32 jchardata_281[] = +{ + 0x00000000,0x00000000,0x034cccee,0xc8000000,0x00b93777,0x33300000,0x008cd9bb,0xd1000000,0x00883133,0x13000000,0x13acb9bb,0x93000000,0x49fcb97b,0x9bc00000,0x00b804e2,0x04400000,0x00ba33f7,0xff300000,0x00b8002e,0xc0000000,0x2bdffe11,0xffb00000,0x0c400222,0x26d00000 +}; + +u32 jchardata_282[] = +{ + 0x00000000,0x00000000,0x13ee22aa,0x22300000,0x00c0cfdc,0xccd00000,0x05f37fff,0xfa000000,0x0e508b00,0x4f000000,0x4eb337bb,0x77000000,0x8a68cfdc,0xdf800000,0x097e1322,0x23c00000,0x08934bcc,0x84000000,0x08813388,0x00000000,0x09b311fb,0x33200000,0x1b5000c0,0x02200000 +}; + +u32 jchardata_283[] = +{ + 0x00000000,0x00000000,0x00c00398,0x00000000,0x0c0c43cc,0xcc400000,0xcc5c0fc0,0x0c000000,0x04f00f5c,0xc1000000,0x00f0c33f,0xf3000000,0xccfcc3c4,0x0cc00000,0x00f00f0c,0x00c00000,0x4cfc8304,0xc0000000,0x84f4c380,0x00000000,0xb3f337bf,0xff300000,0x00c00000,0x0c000000 +}; + +u32 jchardata_284[] = +{ + 0x00000000,0x00000000,0x00f100f0,0x00000000,0x00f23bff,0xff300000,0x8eec0f81,0x7c000000,0x03d0f08c,0xe3100000,0x37db313f,0xd3300000,0x2eec38e2,0x8f800000,0x8ae0ffbb,0x7fc00000,0xc2e03d73,0x1f000000,0x02e03c22,0x0c000000,0x02e00cee,0xcc300000,0x01900802,0x2e100000 +}; + +u32 jchardata_285[] = +{ + 0x00000000,0x00000000,0x01300c03,0x00000000,0x03474c47,0x40000000,0x33cb8fbb,0xbb200000,0x02300f03,0x00300000,0x0e9a8f8b,0x88b00000,0x3777ffc7,0x74300000,0x003ccfad,0x32300000,0x22fe1f3c,0xc1300000,0x7df03f00,0xcc300000,0xb8300f00,0x07f00000,0x00300e00,0x03000000 +}; + +u32 jchardata_286[] = +{ + 0x00000000,0x00000000,0x00f22e62,0x74000000,0x00d0d48f,0xb9800000,0x4cc430f7,0x00000000,0x04c08ff4,0xc4800000,0x2fe33ebb,0xfb700000,0x0ccccf08,0x83300000,0xccc0cfcc,0xff400000,0x40c00f08,0xa0000000,0x00c00f4c,0xc8000000,0x00c02f4c,0xc8c00000,0x00c03a00,0x04400000 +}; + +u32 jchardata_287[] = +{ + 0x00000000,0x00000000,0x000300cc,0xcf700000,0x0fcfc2f2,0x0aa00000,0x0e13c3c2,0x06a00000,0x0e17e1cf,0xcea00000,0x0fafe2c3,0x06a00000,0x0c03c0c3,0x0aa00000,0x3f7bf3ff,0xcea00000,0x0c8b0843,0x0aa00000,0x0c030c00,0x0aa00000,0x0007c000,0x5fa00000,0x00024000,0x4a000000 +}; + +u32 jchardata_288[] = +{ + 0x00040000,0x00000000,0x012e222e,0xe8000000,0x0deae25b,0x3d000000,0x0c00c4d3,0x0cc00000,0xcccccbbc,0xc8800000,0x0c04c30c,0x0c400000,0x5f33f37f,0xff300000,0x80008380,0x00c00000,0x00cccfcc,0xcc000000,0x0080c344,0x0c000000,0x4cc6fbcc,0x8c800000,0x04042400,0x00400000 +}; + +u32 jchardata_289[] = +{ + 0x00000000,0x00000000,0x0ffff4ef,0xffc00000,0x0f00f030,0xc3000000,0x0f77f0ff,0xff800000,0x0fddf0f6,0x5f800000,0x030000c0,0x0b800000,0x4b8db3ff,0xcf800000,0x0b0e20c7,0x4f800000,0x0f0ee04f,0x0f000000,0x0fce3ae2,0x0bc00000,0xcb8c8848,0x97800000,0x03004888,0x99800000 +}; + +u32 jchardata_290[] = +{ + 0x00000000,0x00000000,0x03d02007,0xcc100000,0x8dfcf8cf,0x03300000,0x00c0000f,0x02000000,0x2fccd6ff,0xed000000,0x02d0390d,0x03000000,0x8cccf33f,0x3bc00000,0x00e83ccc,0xcb400000,0x0dfcf33e,0x33000000,0x8fc0300c,0x03c00000,0xb3c0300c,0x2bc00000,0x00802004,0xa8000000 +}; + +u32 jchardata_291[] = +{ + 0x00000000,0x00000000,0x0fefdccf,0xfc400000,0x0c000402,0x28800000,0x2f3f3c06,0xa8800000,0x0f3f423f,0xbbb00000,0x0c08018e,0x28900000,0x0f3fe8c2,0x28800000,0x0d214cc6,0x28800000,0x0f0fe00e,0xa4800000,0x0f062002,0x24800000,0x0fffecce,0xec800000,0x0f000001,0x10400000 +}; + +u32 jchardata_292[] = +{ + 0x00000000,0x00000000,0x07c343ca,0x34400000,0x0e4fadcb,0xc8c00000,0xe7372703,0xb3300000,0x0dfffcdf,0xcf100000,0x3f030e73,0x0f000000,0x0c784c8b,0x0f000000,0x2f37ffca,0x3e000000,0x0f18b04c,0x3c000000,0x0e33b887,0x3f000000,0x0dfbb9bb,0x8f300000,0x1f404454,0x08200000 +}; + +u32 jchardata_293[] = +{ + 0x00000000,0x00000000,0x02ec0300,0x3d100000,0x4a6497bc,0x3d300000,0x3eb6f02b,0x3e200000,0x32a92331,0x3f200000,0x7adda3e8,0x3f000000,0x02ec0307,0x0f200000,0x07edf0bb,0xccf10000,0x0fb400f4,0x4c000000,0x4b4b2100,0x1d100000,0x23883030,0x3c300000,0x00440020,0x18300000 +}; + +u32 jchardata_294[] = +{ + 0x00000000,0x00000000,0x0fcccfcc,0xfc000000,0x0c30e32e,0x3e300000,0x0ccccdfd,0xcc100000,0x0049bbab,0x43100000,0x23e00133,0xba000000,0x01fdfecf,0xf8000000,0x00f48bb5,0xeb000000,0x00f13102,0xa8300000,0x00fcccff,0xc4000000,0x2bdf321d,0xeab00000,0x1c000222,0x26a00000 +}; + +u32 jchardata_295[] = +{ + 0x00000000,0x00000000,0x088aa88b,0x88800000,0x2f3333f7,0x33300000,0x0c0110c2,0x00000000,0x0c3d9665,0xbe000000,0x0c3fffff,0xfe000000,0x0c3c0000,0x1e000000,0x0c3bffff,0xf9000000,0x0c0083c0,0x00000000,0x6f2ef3f3,0x6e700000,0xc4cc07c0,0x04c00000,0x00000640,0x00000000 +}; + +u32 jchardata_296[] = +{ + 0x00000000,0x00000000,0x0c000388,0xcc000000,0x1bf3fbf7,0x32300000,0x0003c0f8,0x0c000000,0xcc320230,0x54000000,0x0f3ccfed,0xdfc00000,0x23303222,0xc7000000,0x21b2638c,0x30400000,0x0cf488ff,0xa8c00000,0x0c3000bb,0x20000000,0xcc3133c8,0x23300000,0x002024c0,0x00100000 +}; + +u32 jchardata_297[] = +{ + 0x00000000,0x00000000,0x0feb003c,0x13000000,0x0c0cccbc,0xfc800000,0x3f3ff733,0x37b00000,0x0eed2f10,0x30000000,0x0c0c0df6,0xfe900000,0x0f2fc6e5,0xf4800000,0x0cdc4ee1,0xf4800000,0x0f2f02f2,0xfe500000,0x4b0f0e10,0xf0000000,0xc7ffca33,0xf3f00000,0x01404100,0x88800000 +}; + +u32 jchardata_298[] = +{ + 0x00000000,0x00000000,0x8ccccfcc,0xccc00000,0x03323f73,0x33100000,0x07884d88,0x8a200000,0x0e84af84,0x8c800000,0x1e2d3e2a,0x2aa00000,0x0d0f6c0d,0xb8900000,0x0c030c03,0x28800000,0x0c7f3e0f,0x48800000,0x0c000f33,0x44800000,0x0d123f01,0x7f800000,0x0b310400,0x0b000000 +}; + +u32 jchardata_299[] = +{ + 0x00000000,0x00000000,0x02e308b0,0x0c000000,0x03c38ffb,0x3f000000,0x4fc2bef8,0x3e000000,0x07f008b3,0x3c000000,0x03e1ffec,0x6f700000,0x4fc30440,0x3cc00000,0x43c3dffb,0x3f200000,0x03d30b80,0x3c000000,0x03d03bfb,0x7f300000,0x0fc8cc88,0x3c000000,0x0e000000,0x2c000000 +}; + +u32 jchardata_300[] = +{ + 0x00000000,0x00000000,0x03e01cfd,0xc9000000,0x00f02d32,0x1e000000,0x8cc73fff,0xfb300000,0x04c0de91,0xdd800000,0x23e4f0c0,0xd3c00000,0x8df0ffb3,0xfe800000,0x40f087bf,0x6ba00000,0x00f031fc,0xf3400000,0x00f28c7c,0xcd300000,0x2fdff21e,0x2ae00000,0x1800012a,0x22300000 +}; + +u32 jchardata_301[] = +{ + 0x00000000,0x00000000,0x137b9abb,0xb3000000,0x22cb8b99,0xc3100000,0x22d20303,0xc3000000,0x21fcffff,0xf3000000,0x21f40000,0xc3000000,0x22c31222,0xd3000000,0x22cfefff,0xf3000000,0x21e30003,0xc0000000,0x21f43303,0xc1300000,0x22ceefcc,0xf2300000,0x22800133,0x70000000 +}; + +u32 jchardata_302[] = +{ + 0x00000000,0x00000000,0x0f333d38,0x70c00000,0x01c07c2f,0x0da00000,0x0333f04f,0x2f000000,0x0033c1c0,0xfa000000,0xbf8bb2f3,0xc2300000,0x04c1d0fc,0x0c000000,0x03f3ff3f,0x3f300000,0x00c31c3c,0x44c00000,0x04df0030,0x00300000,0x9f3cccfd,0xcef00000,0x1200008a,0xaa400000 +}; + +u32 jchardata_303[] = +{ + 0x00400000,0x00000000,0x02c01fcc,0x3d000000,0x0dfc07c0,0x7c000000,0x480e7fbf,0xfff00000,0x17cc081d,0xc0000000,0x4b1c7ef7,0x23000000,0xcccc1cea,0x4dc00000,0x04dc0011,0x00000000,0x09fe3fff,0xffb00000,0x870c0c62,0xc4800000,0xe30c4cea,0xccc00000,0x41400022,0x00400000 +}; + +u32 jchardata_304[] = +{ + 0x00000000,0x00000000,0x03f3b81b,0xff900000,0x4ffbfc2f,0x67e00000,0x07d1b82f,0x13e00000,0x03ded80c,0xdee00000,0x03c1590c,0x31e00000,0x03dffb3f,0x77e00000,0x03925b1c,0xb9e00000,0x8f8dec3d,0x31e00000,0x03c1f50c,0x31e00000,0x0f732ec7,0x2ee00000,0x07000080,0x0f000000 +}; + +u32 jchardata_305[] = +{ + 0x00000000,0x00000000,0x2332c04c,0x23300000,0x003e933f,0x30000000,0x00fc000a,0xe0000000,0x07c00302,0xfe100000,0x4f634f02,0x3ed00000,0x4603cb02,0x20c00000,0x0303c30d,0x20000000,0x0234f33b,0xf3300000,0x003d0000,0xcc000000,0x2fcfffee,0xaeb00000,0x10000122,0x26200000 +}; + +u32 jchardata_306[] = +{ + 0x00000000,0x00000000,0x00000f00,0x00000000,0x0fffffff,0xffa00000,0x0c000310,0x08800000,0x006a9baa,0xa1000000,0x126a9baa,0x62300000,0x01c43334,0xc1100000,0x00cff8fc,0xc3000000,0x13f70007,0xf0000000,0x104b8898,0x70000000,0x4ebbbbb8,0x9bf00000,0x05644404,0x44700000 +}; + +u32 jchardata_307[] = +{ + 0x00000000,0x00000000,0x08eee2ee,0xfc400000,0x0c8000c0,0x00400000,0x3f7eaaea,0xfff00000,0xcc0c0c00,0xc0000000,0x00daeeee,0xe0000000,0x00d66666,0xe0000000,0x00c48884,0xc0000000,0x00f77777,0xf0000000,0x00fccccc,0xf0000000,0x08ff222b,0xfc400000,0x0c700000,0x18800000 +}; + +u32 jchardata_308[] = +{ + 0x00000000,0x00000000,0x00cb228b,0x30000000,0x00c3038b,0x00400000,0x2fb7ffcf,0xfff00000,0x0c4300ef,0x03100000,0xaf833d3f,0x07c00000,0xca83cc1f,0xcf000000,0x08afcc06,0xf2000000,0x3b973f00,0xf0000000,0x18830e0f,0x7f000000,0x08bbcdfb,0x0ff00000,0x08604020,0x00d00000 +}; + +u32 jchardata_309[] = +{ + 0x00000000,0x00000000,0x0c2e0032,0x22300000,0x2bff3ecd,0xfc100000,0x0cd10c01,0x3c000000,0x8fb73c32,0x1f200000,0x03993c33,0x3f200000,0x03fe3c30,0x0d200000,0x0c7e0c33,0xf7200000,0x403f2c32,0x13200000,0x131d3c01,0x02c00000,0x24ea0efd,0xcff00000,0x04610300,0x00200000 +}; + +u32 jchardata_310[] = +{ + 0x00000000,0x00000000,0x03f333ff,0xff000000,0x0f4c70c3,0x0f000000,0x8f7f33f3,0x3f000000,0x00c430dd,0xcc000000,0x23f3f0e3,0x3e300000,0xccccf4e1,0x0c000000,0x02e230ef,0xff000000,0x0caaf0e1,0x0c000000,0x6ec3f0e3,0x3e300000,0x80f30cea,0x8cc00000,0x03d00422,0x40400000 +}; + +u32 jchardata_311[] = +{ + 0x00000000,0x00000000,0x01300ea0,0x31000000,0x0302f7f3,0x32300000,0x332d421d,0x70100000,0x03f41f31,0xfd000000,0x8e131d11,0x3ee00000,0x33af2f71,0x31300000,0x11b82ccf,0xe3100000,0x21bb2f32,0x23000000,0x31ba3e23,0x31000000,0xacfcfdef,0xfff00000,0x00200021,0x02300000 +}; + +u32 jchardata_312[] = +{ + 0x00000000,0x00000000,0x00f022e2,0x22100000,0x0c3c34cc,0xce200000,0xff3e3e33,0xe2200000,0x08f0fc4f,0xca600000,0x04f57c7f,0x2aa00000,0xdffcfc1f,0x15a00000,0x01f03ccf,0xeea00000,0x48f87e33,0x33200000,0xc4f0fc00,0x01a00000,0xc3f03f62,0x37e00000,0x03c03088,0x88500000 +}; + +u32 jchardata_313[] = +{ + 0x00000000,0x00000000,0x1ee222e2,0x22300000,0x1aa2dfee,0xea300000,0xccc40b80,0x0c000000,0x0ba7ed23,0xeb000000,0x0b86a122,0x83000000,0x0b82f232,0xc3000000,0x0b4adcda,0xcfc00000,0x0b82f2f2,0xc3c00000,0x0b829452,0x87c00000,0x0bbf3f7f,0x3f800000,0x07000408,0x0b000000 +}; + +u32 jchardata_314[] = +{ + 0x00000000,0x00000000,0x0c3100c3,0x30000000,0x0bf330c2,0x20000000,0x3308ecce,0xec000000,0xdf3312e3,0x3e300000,0x083003e3,0x7e300000,0x233ffcce,0xecc00000,0x00b018ce,0x20000000,0x2bf23c0e,0xa0000000,0x0c31e802,0xe8000000,0xef3fe002,0x2cc00000,0x10000002,0x20400000 +}; + +u32 jchardata_315[] = +{ + 0x00000000,0x00000000,0x0b88001e,0x00000000,0x0c3ca33f,0x73400000,0x0c04fccc,0xcfc00000,0x0cccb3b6,0xf3000000,0x12d03c44,0xc8800000,0x4df43f7a,0xfbc00000,0x0cbcf8c0,0xc7c00000,0x0cf073e2,0xe3c00000,0x0cf461c1,0xc2000000,0xefdfbe22,0xe2200000,0x40000626,0xa2200000 +}; + +u32 jchardata_316[] = +{ + 0x00000000,0x00000000,0x0304cb8a,0x30000000,0x0dfc738b,0x5c100000,0x000c329b,0x12300000,0xcccffdcf,0xccc00000,0x332c3297,0x22100000,0x013cf50f,0x0c000000,0x08fcb21f,0xe6100000,0x083c310f,0x40000000,0x003c22e9,0xe2600000,0x239f7e22,0xeee00000,0x10800122,0x26600000 +}; + +u32 jchardata_317[] = +{ + 0x00000000,0x00000000,0x0c0388ba,0xaa700000,0x07f3f344,0x38900000,0x0120f88a,0xbe800000,0xca32f126,0x42200000,0x0f00e0d3,0x23200000,0x0313f0e6,0xcee00000,0x0380e0eb,0x53200000,0x1ae7a0e3,0x13200000,0x2e0c23c1,0x02c00000,0xfc7f20fa,0x8bf00000,0x00100104,0x44200000 +}; + +u32 jchardata_318[] = +{ + 0x00000000,0x00000000,0x48aa407f,0x33200000,0x6bbfb2f4,0x01200000,0x0308b0ff,0xffe00000,0x022ea4e0,0x0d200000,0x2ebb1df3,0x3f200000,0x0c2204a4,0x4a200000,0x2f33313f,0xf3100000,0x0c33c02d,0xf0000000,0x1faef0fc,0xf4100000,0x2026cfe0,0x3df00000,0x0010d100,0x12e00000 +}; + +u32 jchardata_319[] = +{ + 0x00000000,0x00000000,0x030003c3,0xcc000000,0x003033e7,0x2b100000,0x0ccefccf,0xccc00000,0x0c0010c3,0x00100000,0x2fe8a2a5,0x2e200000,0x0d70d37b,0xbf000000,0x0c30e20c,0xc3000000,0x0c30e30d,0x83000000,0x4c3c42ea,0xe3c00000,0xeb03bda2,0xade00000,0x40004222,0x26600000 +}; + +u32 jchardata_320[] = +{ + 0x00000000,0x00000000,0x00c4ccdf,0xcc800000,0x1bf3bccf,0xc4000000,0x0c30c857,0xc8000000,0x4c30cb67,0xe7200000,0xcc7ccccf,0xcee00000,0x8c7c0ca2,0x02e00000,0x0c3c1cbd,0x8a200000,0x2f333cfc,0xca200000,0x1e0ccf20,0xc3000000,0x0c003fcc,0xe7800000,0x0c0ce400,0x7cc00000 +}; + +u32 jchardata_321[] = +{ + 0x00000000,0x00000000,0x00f98cdb,0xa7000000,0x023ed031,0xc7000000,0x0fdd303c,0xc3000000,0xcfecf0fc,0xcfa00000,0x0f82f75c,0x00f00000,0xbb3ef0c1,0x1c000000,0x03f47876,0xe3000000,0x03fcb8bc,0xc3000000,0x03e4b8b4,0xc3000000,0x32c37473,0xf3000000,0x00c30038,0xc1000000 +}; + +u32 jchardata_322[] = +{ + 0x00000000,0x00000000,0x0c888bc0,0x04c00000,0x0132232a,0x83c00000,0x08ccdf0a,0xb0c00000,0x1aa22f1b,0xa2f00000,0x01488738,0x80d00000,0x0ccdff85,0xa3c00000,0x0f3f21e5,0x80c00000,0x2e8fdeea,0xa1c00000,0x0c0f01d0,0x23c00000,0x0cccccc0,0x26c00000,0x04000003,0x3c000000 +}; + +u32 jchardata_323[] = +{ + 0x00000000,0x00000000,0x00000f00,0x00000000,0x4bb6ffbb,0xbba00000,0x4b8cc484,0x8aa00000,0x002f323f,0x30000000,0x00e9000c,0x30000000,0x0ce3beff,0xec800000,0xcce1004c,0x00000000,0x00e3322f,0x30000000,0x00e1000c,0x30000000,0x00e7feef,0xfcc00000,0x00900000,0x10400000 +}; + +u32 jchardata_324[] = +{ + 0x00000000,0x00000000,0x00f0022a,0xa2100000,0x0bef67d4,0xa1300000,0x7f008bfc,0xfdf00000,0xcfff0f09,0xb1300000,0x00f00717,0x51300000,0x9fff9fef,0xcdf00000,0x10f0633f,0xd1300000,0xaffee33f,0xa5300000,0x00f483f1,0x2c300000,0x9fff5fc0,0x0ef00000,0x05000a00,0x03800000 +}; + +u32 jchardata_325[] = +{ + 0x00000000,0x00000000,0x08880388,0x80000000,0x0c0c83c0,0xc0000000,0x0c0883c0,0xc0500000,0x0fff7f33,0xfbf00000,0x0c048330,0x04000000,0x0c4cbcfc,0xcc000000,0x0c4c70d3,0x0c000000,0x0c0b808b,0xe4000000,0x4c3a831c,0xf2000000,0xd72c88e0,0x4ff00000,0x00080800,0x00900000 +}; + +u32 jchardata_326[] = +{ + 0x00000000,0x00000000,0x00f4008b,0x80000000,0x00f000f6,0xc0000000,0x23fff0f3,0xf3300000,0x0c70c3f0,0xc3000000,0x0cf283f0,0xc3000000,0xc1f7a0f1,0xd2000000,0x02cd2c83,0xf0c00000,0x034e2c02,0xbcc00000,0x03cbd023,0x33000000,0x7d238ff8,0x8ff00000,0x00100208,0x88500000 +}; + +u32 jchardata_327[] = +{ + 0x00000000,0x00000000,0x05c1010c,0x03300000,0x0e3d371f,0x42600000,0xcc3c3c8f,0x8ae00000,0x04f0300f,0x02200000,0x16b5779f,0xcaa00000,0xccfcf107,0x02200000,0x00f038cf,0xce600000,0x0df87c03,0x0aa00000,0x87d0fc00,0x0aa00000,0xd3c03ccc,0xefa00000,0x00c02800,0x11400000 +}; + +u32 jchardata_328[] = +{ + 0x00000000,0x00000000,0x0cbf77bb,0xba000000,0x00300788,0x8f000000,0x8cfff333,0x3f000000,0x08b80300,0x0f000000,0x003333ff,0xff000000,0x0c8c43c0,0x00100000,0x133333f3,0x33300000,0x0c8cb3f2,0x00000000,0x0c3783c3,0x32c00000,0x1fec83cc,0xcff00000,0x0c000300,0x00000000 +}; + +u32 jchardata_329[] = +{ + 0x00000000,0x00000000,0x00300f23,0x32000000,0x8fabdccc,0x8bc00000,0x13000f33,0x33000000,0x1fffcccc,0xcf000000,0x0c34d33f,0x3f300000,0x2f3bd5cf,0x48100000,0x0c300e13,0x3f200000,0x2f7efcef,0xff000000,0x0c302f13,0x0f300000,0x2f332c03,0x8c200000,0x19000022,0x08000000 +}; + +u32 jchardata_330[] = +{ + 0x00000000,0x00000000,0x0ff30c0b,0xc0000000,0x0343dfff,0xffc00000,0x8f1fc00f,0x40000000,0x0338fb7f,0xbb700000,0x03e2cedc,0xfc400000,0x0f03c70c,0x73300000,0x07035887,0x88c00000,0x03470e63,0x67000000,0x4fa98c9b,0x88c00000,0x03013f33,0x33300000,0x02000c00,0x00100000 +}; + +u32 jchardata_331[] = +{ + 0x00000000,0x00000000,0x00310788,0xb8000000,0x8cfe7f73,0x3f300000,0x02e00ecc,0xfc000000,0x03d23f33,0x3f300000,0x2fde1ded,0xdd000000,0x31d21f43,0x0e200000,0x02e217fb,0xfb200000,0x02de83c3,0xc2200000,0xce930fd3,0xe2600000,0x0223cf03,0xc2e00000,0x02108302,0x0f800000 +}; + +u32 jchardata_332[] = +{ + 0x00000000,0x00000000,0x8cfdc00f,0x40000000,0x07f0094f,0x10000000,0x1b730eef,0xeed00000,0x2dfd8c0f,0x10100000,0x3c3c022e,0x23200000,0x4c3f6ccc,0xcfc00000,0xf3fe03bf,0xf3300000,0x00f405e8,0xcf000000,0x04f08c3c,0x0fc00000,0x0c30c00c,0x33400000,0x40200008,0x30000000 +}; + +u32 jchardata_333[] = +{ + 0x00000000,0x00000000,0x08b0dfff,0xff800000,0x08b0e203,0x07800000,0xffffdecf,0xcf400000,0x0970e247,0x87400000,0x04f1d37f,0x7b000000,0xcff3d2c4,0x0d400000,0x7a70eacc,0xc0c00000,0x08b0e208,0x80000000,0x0878668c,0xc8700000,0x0d7c6bbf,0xfbb00000,0x8f000040,0x04400000 +}; + +u32 jchardata_334[] = +{ + 0x00000000,0x00000000,0x0c8c46a8,0x88800000,0x033337bb,0xfbb00000,0xcfccf001,0xd0000000,0x0b9b3333,0xf3300000,0x030031c2,0xe8400000,0x0fcc11b1,0xc8400000,0x078521b5,0xe2000000,0x0f4f10b4,0xc3000000,0x0f0f00f0,0xc3000000,0x2fcf5cfc,0xffc00000,0x04000030,0x00400000 +}; + +u32 jchardata_335[] = +{ + 0x00000000,0x00000000,0x026c330d,0x62000000,0x02e4210e,0x23000000,0x33fdff3d,0x13000000,0x0e6078fd,0x13000000,0x4d60f43d,0x53000000,0x73bdf03e,0xd7000000,0x121bf31f,0x0fc00000,0x022c030f,0x03b00000,0x02e4131c,0x00000000,0x1f61303f,0x22200000,0x23010005,0x22300000 +}; + +u32 jchardata_336[] = +{ + 0x00000000,0x00000000,0x00c0c3c0,0x48000000,0x03a0c3c0,0xc0000000,0x8cecbfff,0xfff00000,0x000c303c,0x03200000,0x0ccfdcf8,0xcf000000,0x00a84c79,0x80000000,0x00300c33,0x00000000,0x4feccfcf,0xdcc00000,0x030cff0c,0xf1000000,0x4dc73c00,0x1ff40000,0x04010c00,0x00100000 +}; + +u32 jchardata_337[] = +{ + 0x00000000,0x00000000,0x0c0000c3,0x00000000,0x07f200d7,0x00000000,0x0313dfff,0xff800000,0xcf0200c3,0x00000000,0x0e1bbbfb,0xbbf00000,0x030f88f7,0x88c00000,0x03b304f3,0x70000000,0x0fc01f03,0xe7000000,0x0f033c03,0x8f300000,0xcc0fcccf,0x4cf00000,0x00000002,0x00400000 +}; + +u32 jchardata_338[] = +{ + 0x00000000,0x00000000,0x1fae2aaa,0xaa700000,0x00130c3b,0x05d00000,0xccaa8c6e,0x80c00000,0x00333d2e,0x43f00000,0x09a8295f,0xb6c00000,0x0ffc3c23,0x04c00000,0x10533cee,0xc4c00000,0x0c8fa8e2,0xc4c00000,0x0c3fc4ee,0xc4f00000,0x0ffcc063,0x2ef00000,0x06000000,0x19000000 +}; + +u32 jchardata_339[] = +{ + 0x00000000,0x00000000,0x0c32e226,0xe2100000,0x00f9fc1d,0xcfe00000,0x0121e0cb,0x02200000,0x0312d23f,0xfee00000,0xff92ecc3,0x8e200000,0x16d2d3fb,0xf9a00000,0x02e6d2c0,0xf5600000,0x02ee17f2,0xf1200000,0x02e61c04,0xc1200000,0x4e2df337,0x73600000,0x41110888,0x88900000 +}; + +u32 jchardata_340[] = +{ + 0x00000000,0x00000000,0x0f330c03,0xc0000000,0x07cfcccf,0xccc00000,0x03033f33,0xf3300000,0x8f7dccfc,0xccc00000,0x0b2200f0,0x00000000,0x030fccff,0xff800000,0x030f00f0,0x07800000,0x0bdb4df4,0xc7800000,0x0f2d4fcc,0xc7800000,0xcf0e7500,0x2f800000,0x07090000,0x6c000000 +}; + +u32 jchardata_341[] = +{ + 0x00000000,0x00000000,0x23337ce2,0x23000000,0x0238c0ee,0x03100000,0x02ec6b7f,0xfa100000,0xcf774457,0x0cc00000,0x07cfcfef,0xd2000000,0x23030017,0xd2300000,0x20321f1f,0xe2000000,0x043d0cc2,0x2f100000,0x0e3c0013,0x78c00000,0x6f0cbbbc,0xe2f00000,0x0000a888,0x02300000 +}; + +u32 jchardata_342[] = +{ + 0x00000000,0x00000000,0x8cfc44f0,0x00000000,0x0bb33ab3,0x33300000,0x3b410ecc,0xecc00000,0x0dff7f33,0x33c00000,0x0c0ccf4c,0x83c00000,0x8e3f3f3b,0xb3c00000,0xcbd80f5c,0x80c00000,0x03e13f2a,0xa7b00000,0x0cc31f88,0x08b00000,0x9f300700,0xaf800000,0x04000300,0xc8000000 +}; + +u32 jchardata_343[] = +{ + 0x00000000,0x00000000,0x22e2003c,0x3c000000,0x13d39abd,0x7af00000,0xcfcf5a5f,0x74b00000,0x07f31a5e,0x79000000,0x03c3991d,0x3aa00000,0x0fee5ffe,0xfcb00000,0xcbd2961e,0x27b00000,0x03c3afef,0xcf800000,0x33f39b2f,0x37800000,0x0cc39a1f,0x2fb00000,0x0c034429,0x08300000 +}; + +u32 jchardata_344[] = +{ + 0x00000000,0x00000000,0x2e0313f1,0x33300000,0x0bf585fd,0xb9c00000,0x03200fe3,0xa2600000,0xea303e13,0xde100000,0x0c3defdf,0x5ec00000,0x0330e363,0xa7000000,0x2370d3e2,0xe2300000,0x0cf0f3e7,0xa3000000,0x0c38c1f4,0xe2000000,0xcb7c01f3,0xf8c00000,0x42472100,0x5b700000 +}; + +u32 jchardata_345[] = +{ + 0x00000000,0x00000000,0x08fc0479,0xcc000000,0x4ff33a3f,0x33300000,0x33c3cfcc,0xfcc00000,0xcccc044e,0x66000000,0x06f2bb2d,0x0c000000,0x0ccc4fcc,0xcc000000,0x0fa3bf7f,0x7e300000,0xc8c0133c,0x00000000,0x00c2bccf,0xec800000,0x13f3cccc,0xfff00000,0x02c00000,0x00600000 +}; + +u32 jchardata_346[] = +{ + 0x00000000,0x00000000,0x00300d03,0x01000000,0xcfcfeedf,0xdee00000,0x3303cfeb,0x23000000,0x017c2f2f,0xe7300000,0x4da30911,0x5dc00000,0x333fefde,0xd3400000,0x003c4b59,0xd3000000,0x223f0327,0xf3000000,0x303dcfef,0xe3000000,0xb8fc5b78,0xfbc00000,0x04307540,0x05700000 +}; + +u32 jchardata_347[] = +{ + 0x00000000,0x00000000,0x00c84bbb,0xb7300000,0x23f3d403,0x5c000000,0x08b0c123,0x2e000000,0x0cb0cfdc,0xce200000,0x8cb00377,0x33200000,0xc878cfdc,0xcee00000,0x08b003ee,0x23200000,0x1ab35f94,0xc6200000,0x2b5cc0aa,0x2ec00000,0x088413b8,0x03e00000,0x08803188,0x00300000 +}; + +u32 jchardata_348[] = +{ + 0x00000000,0x00000000,0x8cccceec,0xccc00000,0x00000220,0x00000000,0x3fbbbbbb,0x7f300000,0x0c888a58,0x6c000000,0x0c4006d3,0x30000000,0x0c4889fb,0x88c00000,0x0c042f20,0x00400000,0x0c233fec,0xc8000000,0x0f31c620,0x0c000000,0xc98cd320,0x8c000000,0x00802308,0xc0000000 +}; + +u32 jchardata_349[] = +{ + 0x00000000,0x00000000,0x04c002e4,0x00000000,0x00f333f3,0x33300000,0x20f021d1,0x16400000,0x32fcc7db,0xfc800000,0x00f001ff,0x00000000,0x03f131e2,0x13200000,0x22f133f3,0x33200000,0x01e120e2,0x02200000,0x03c1faf3,0x23e00000,0x9fcea0ea,0x8fe00000,0x00011019,0x8b000000 +}; + +u32 jchardata_350[] = +{ + 0x00000000,0x00000000,0x003c400e,0x20000000,0x233f312f,0x32300000,0x0cfcccdc,0xcd000000,0x273f703c,0x03000000,0x233e330c,0x00300000,0x223e302c,0x02000000,0xeffffcfe,0xefc00000,0x00300003,0x30000000,0x33bf701f,0xb1000000,0x0cf00330,0xcf700000,0x0c200200,0x04100000 +}; + +u32 jchardata_351[] = +{ + 0x00000000,0x00000000,0x007c126e,0x21000000,0x00f4311d,0x33000000,0x03d2dfff,0xee700000,0x0fd4c34c,0x38800000,0xbfd6f33f,0x3b900000,0xb1e0c03d,0x08800000,0x02e0edfe,0xde800000,0x02d3333f,0x33300000,0x02e0023f,0x20000000,0x02e2330c,0x33200000,0x02931008,0x01300000 +}; + +u32 jchardata_352[] = +{ + 0x00000000,0x00000000,0x00000f40,0x00000000,0x00c00f00,0xcc000000,0x237f3f3b,0xf3300000,0x00002f30,0x00000000,0x0cc9ffef,0xcc000000,0x00030303,0x3c000000,0x08b88b88,0xbf000000,0x13477777,0x1f300000,0x11010310,0x0c300000,0x0ccccfcc,0xcc000000,0x00000300,0x0c000000 +}; + +u32 jchardata_353[] = +{ + 0x00000100,0x00000000,0x01cc33c4,0x01100000,0x12f321d3,0x31200000,0x0bf6ecfc,0xefe00000,0x0c532fb3,0x21200000,0xcfb32f32,0x30000000,0xc8b37fff,0xfc800000,0x08b2d33d,0x52100000,0x089cc00c,0x30000000,0x2bb3333f,0x33300000,0x0883dccc,0xfcc00000,0x08800003,0x10400000 +}; + +u32 jchardata_354[] = +{ + 0x00000000,0x00000000,0x00f0cccc,0xee800000,0x00f0f308,0x26c00000,0x4cf48fdc,0xea400000,0x04f0048c,0x66000000,0x00f0c40c,0x2a800000,0x4cf4cccc,0xfc800000,0x44f0c99c,0x7c800000,0x00f3334d,0x30000000,0x33f6ccef,0xdfc00000,0x0cc0333c,0x02300000,0x08001008,0x00000000 +}; + +u32 jchardata_355[] = +{ + 0x00000001,0x00000000,0x488b980b,0xc0100000,0x6bbfbb3f,0x33300000,0x000f024f,0x48800000,0x0c0c03c8,0x4cc00000,0x0c3eefea,0x3c000000,0x0c3c030c,0x3c000000,0x2f3f333f,0xff300000,0x0c0c2330,0xc0100000,0x0ccef81f,0xdc000000,0xcd7308c8,0x3fe00000,0x13000400,0x01b00000 +}; + +u32 jchardata_356[] = +{ + 0x00000000,0x00000000,0x0c000e20,0x00000000,0x07f3beff,0xfff00000,0x0300c348,0x0e000000,0x03c030cc,0x03000000,0x0fc13ee3,0xf7300000,0x0f23f800,0x0fc00000,0x03303030,0x03000000,0x03c4f4db,0xcf000000,0x03c0f0c0,0x0f000000,0xbfccfccc,0xffc00000,0x00003000,0x31400000 +}; + +u32 jchardata_357[] = +{ + 0x00000000,0x00000000,0x02220f20,0x11100000,0x03cfdbde,0xea300000,0x03c7bbb6,0xfb000000,0x03f30312,0x9b000000,0x03cf8b8c,0xcb000000,0x03c30333,0xbb000000,0x03db88b9,0xd6000000,0x13070f70,0x27000000,0x2e0f10e3,0x3c400000,0xbc2f423a,0xf3e00000,0x0010aa88,0x01300000 +}; + +u32 jchardata_358[] = +{ + 0x00000000,0x00000000,0x0bbbf288,0xb9000000,0x0f8b03c8,0x3e300000,0x0ffff30d,0xf0000000,0x0f9b27ea,0xfe700000,0x0cdf4805,0x74c00000,0x0fbb31cf,0xdb800000,0x0c67d0f6,0x47d00000,0x676ac3fc,0xccb00000,0xc8c0d014,0x47000000,0x0304b89f,0xcef00000,0x010c1c40,0x00900000 +}; + +u32 jchardata_359[] = +{ + 0x00000000,0x00000000,0x00f80ff3,0x33200000,0x03f3cf44,0xc1300000,0x278cc76f,0xf9700000,0x2f73c34c,0x08b00000,0x8cb0cfcf,0xfdb00000,0xe7b31fd1,0xb2300000,0x18b883d6,0xfdf00000,0x2bb9db1f,0x79300000,0x08b04bcc,0x0c700000,0x2abfc30c,0x03f00000,0x198003c4,0x02000000 +}; + +u32 jchardata_360[] = +{ + 0x00000004,0x00000000,0x037e373e,0x33100000,0x03c00e0c,0x02200000,0x03c2bf3f,0x15200000,0x0ee3e7ae,0xbe600000,0x8fc2f23f,0x02200000,0xc3c3212f,0x02600000,0x03c4fffc,0xfde00000,0x02d3132f,0x12200000,0x03c0020c,0x21200000,0x03f3333f,0x33200000,0x0380000c,0x01200000 +}; + +u32 jchardata_361[] = +{ + 0x00000000,0x00000000,0x0f8c08b8,0xcc000000,0x0130004f,0x40000000,0xcccdbfbf,0xfff00000,0x2b8800ee,0xc0000000,0x02004c2e,0x0cc00000,0x0ccc2abb,0xa2500000,0x04b422f7,0xe6100000,0x0e7c00e2,0xccc00000,0x0f0c00e2,0x00c00000,0x2fcf3f33,0x3fb00000,0x04080000,0x8c100000 +}; + +u32 jchardata_362[] = +{ + 0x00000000,0x00000000,0x0c348bba,0xbb500000,0x08fc4b8c,0x4aa00000,0x23370f0c,0x06200000,0xc830cb2e,0xafa00000,0x0c3c4045,0x00000000,0x023302e6,0x22100000,0x22788cef,0x89b00000,0x0cb00cf9,0xc0300000,0x0c38c1f0,0x8e600000,0xcebc33c0,0x23d00000,0x43002080,0x11000000 +}; + +u32 jchardata_363[] = +{ + 0x00000000,0x00000000,0x00c380c4,0x4f700000,0x1fe7eadf,0xc6200000,0x485b48c6,0x02e00000,0x0e74c30b,0x8a200000,0x0fbcf2c7,0x4a600000,0x0cdfe0cf,0xc6200000,0x0e30c3e7,0x02e00000,0x1f04ba0b,0x8a200000,0x082f3680,0x0e200000,0xdf3c4338,0xd3e00000,0x01008888,0x11000000 +}; + +u32 jchardata_364[] = +{ + 0x00000000,0x00000000,0x00ba8b88,0x97000000,0x23a88ba8,0xb4000000,0x10002212,0x31200000,0x0cfeeeef,0xdee00000,0x0134c08b,0x00400000,0x3310e28b,0x22000000,0x0228b18b,0x22000000,0x022c708b,0x00000000,0x02ec338b,0x00c00000,0x4ee310bf,0xeee00000,0x05010001,0x22200000 +}; + +u32 jchardata_365[] = +{ + 0x00000000,0x00000000,0x03ab101e,0xf3200000,0x8cccc33f,0xd4000000,0x337730c3,0x0c400000,0x0eeecf33,0x33f00000,0x0c44c0cf,0xdc100000,0x0f23c00b,0x80000000,0x0cdcc3bf,0xfbe00000,0x03670308,0x82600000,0x8fcfc308,0x82200000,0x03bb033b,0xb3200000,0x01880208,0x80100000 +}; + +u32 jchardata_366[] = +{ + 0x00000000,0x00000000,0x03c050b7,0x01c00000,0x00f0a67f,0x2ac00000,0x88ce6d3f,0x1e300000,0x8cc00300,0x30000000,0xe7e1f733,0xf7e00000,0x01f0e1ff,0x1a800000,0x00f0c06e,0x08800000,0x00f2f3f3,0xf7b00000,0x00f0c022,0x08800000,0x23d3feee,0xeeb00000,0x00c0c222,0x22600000 +}; + +u32 jchardata_367[] = +{ + 0x00000000,0x00000000,0x000040b8,0xcc000000,0x03ffcbfb,0x71000000,0x03c303c0,0x30000000,0x03c333f3,0x33100000,0x03ffcfcf,0xcee00000,0x03c303c3,0x02200000,0x03c303ba,0x33100000,0x03e3003c,0x30000000,0x03e14e3c,0xf0d00000,0x8eccf700,0xfcf00000,0x00013000,0x2b100000 +}; + +u32 jchardata_368[] = +{ + 0x00000000,0x00000000,0x02222c03,0x10000000,0x03ccfccf,0xc0000000,0x03c43007,0xd0000000,0x03fbb8ab,0xe2300000,0x03c8b88b,0xc0f00000,0x03e63403,0xcc300000,0x0bc8b84f,0xc1200000,0x0b843cfe,0xc2200000,0x1337fe30,0xc2200000,0x3edc0314,0xe3000000,0x0400024c,0x20000000 +}; + +u32 jchardata_369[] = +{ + 0x00000000,0x00000000,0x48888b88,0x88c00000,0x48cc8b88,0xc8c00000,0x00ab0704,0xf1000000,0x00bc8b8c,0xc3100000,0x03a40300,0xc0300000,0x138ccbcc,0xf3000000,0x00881301,0xf0000000,0x008818ab,0xccc00000,0x8cccab34,0xc0000000,0x03333000,0xc0000000,0x01100000,0x80000000 +}; + +u32 jchardata_370[] = +{ + 0x00000000,0x00000000,0x0cccc7cc,0xccc00000,0x00000300,0xc0000000,0x033233be,0xeb000000,0x8cccc7c0,0x08800000,0x084c03cc,0xcc800000,0x3b7f33f3,0x3bb00000,0x084c30c4,0x8c800000,0x0c4c30c7,0xac800000,0x0c0fc084,0x39000000,0xc63b3bf3,0x2f800000,0x03000800,0x01900000 +}; + +u32 jchardata_371[] = +{ + 0x00000000,0x00000000,0x08888fcc,0xcc000000,0x009a3f22,0xe0000000,0x007d0c18,0xf0400000,0x4cb4ccc8,0x78c00000,0x003fbe2f,0x70000000,0x04f80400,0xfc000000,0x8cffeeee,0xfcc00000,0x00f50d50,0xb8000000,0x00f84c84,0xf8000000,0x00fb7fb7,0xf8000000,0x00e40000,0x94000000 +}; + +u32 jchardata_372[] = +{ + 0x00000000,0x00000000,0x01f400c8,0x4c000000,0x03f333f3,0xf7100000,0x8cfcf0ee,0xeec00000,0x26f13df2,0xe3200000,0x04b43ce2,0xe2000000,0x0e7f12d5,0xfb500000,0x0d7f32f3,0xf3300000,0x3f48f0fc,0xdd800000,0xc4f3c3f3,0xf3300000,0x47fcc4cc,0xeec00000,0x074004c0,0x22000000 +}; + +u32 jchardata_373[] = +{ + 0x00000001,0x00000000,0x0d8b988b,0x89900000,0x17572d63,0x56300000,0x00310f00,0x30000000,0x2ffbffff,0xff300000,0x0c300f11,0x3c000000,0x0c3d0d1e,0x1d000000,0x0c1d1f2d,0x5a000000,0x2f3f7fbf,0x3b300000,0x0c0f333f,0x0c000000,0x1f310300,0xbf300000,0x0c000200,0x44100000 +}; + +u32 jchardata_374[] = +{ + 0x00000000,0x00000000,0x0cfec38c,0xdd900000,0xcf6c7eda,0xea700000,0x1c4f63fa,0xfb400000,0x0c7e83da,0xdb800000,0x03b48744,0x47000000,0x73988bbb,0xb7400000,0x46a88ab9,0x95400000,0x02a8bb88,0xa3000000,0x029aa8ba,0xb4000000,0x0ae49bb6,0xbf200000,0x05d8b988,0x8e200000 +}; + +u32 jchardata_375[] = +{ + 0x00000000,0x00000000,0x00f7bf37,0x75400000,0x00f0c788,0x6ac00000,0x0cbc8fcc,0xee000000,0x0c73bf77,0xbd000000,0xcea29fdd,0xde100000,0x8b484b47,0x46e00000,0x0b83fe77,0x55600000,0x0b8c4f8c,0xdf900000,0x0a83ce1c,0x06400000,0x2b8384c3,0x3c300000,0x04412e22,0x44000000 +}; + +u32 jchardata_376[] = +{ + 0x00000000,0x00000000,0x04f0000d,0x23100000,0x00f0037e,0x30000000,0xdfff8fcc,0xfcc00000,0x05f00362,0x32200000,0x00f40fee,0xf2200000,0x0fff0f00,0xf0000000,0xeaf00f00,0xf0000000,0x00f03f33,0xf1000000,0x00f06c00,0xc3b10000,0x05f4f333,0xeff00000,0x0f101000,0x00000000 +}; + +u32 jchardata_377[] = +{ + 0x00000000,0x00000000,0x00000fc0,0x00400000,0x0ccccf8c,0xccc00000,0x3f3333f3,0x33300000,0x0c3000c0,0x44000000,0x0c3000c8,0x88800000,0x0c3000c0,0x00000000,0x0c34cccc,0xcc000000,0x0c388000,0x0c000000,0x0c388000,0x0c000000,0xcc3bffbb,0xff100000,0x00040000,0x04000000 +}; + +u32 jchardata_378[] = +{ + 0x00000000,0x00000000,0x0dfc10b9,0x89500000,0x030323fa,0xbeb00000,0xa88982c0,0x28800000,0x0cfd11d1,0x3a800000,0x003233ff,0xfe800000,0x0cfe22e2,0xf2000000,0x00723bf2,0xf2000000,0x0d8e2c83,0xc8100000,0x1e1f3e23,0x2e300000,0x0cff4c03,0x0cc00000,0x07100002,0x00800000 +}; + +u32 jchardata_379[] = +{ + 0x00000000,0x00000000,0x0cc87cca,0xccc00000,0x000328c2,0xb0000000,0xccef2ebb,0xfb800000,0x0ba5cc0d,0x43000000,0x000b8c4f,0x88000000,0x1eef2e6f,0xaa300000,0x12131eab,0xeef00000,0x0c8f4c8f,0xcc000000,0x0c3f00c7,0x8c000000,0x0ffc08cf,0xc8000000,0x06008802,0x04c00000 +}; + +u32 jchardata_380[] = +{ + 0x00000000,0x00000000,0x01662e22,0xe3000000,0x031c0f14,0xd1000000,0x0f8ccfcc,0xccc00000,0x0f322332,0x21c00000,0x079c9888,0xd3800000,0x03840000,0xc3000000,0x03bfffff,0xf3000000,0x0300c388,0x02000000,0x030cc388,0x00400000,0x0bff33bb,0x23f00000,0x0e000008,0x88400000 +}; + +u32 jchardata_381[] = +{ + 0x00000000,0x00000000,0x03e31038,0x80000000,0x0c4c4138,0x80000000,0xff7f3fff,0xfff00000,0x06e20f06,0x60c00000,0x00c08c8e,0xe8c00000,0xcfefef3b,0xb7f00000,0x40d00c0a,0xa4d00000,0x0fef8c8e,0xecc00000,0x87c7c00a,0xa0000000,0xc3f3000a,0xa0000000,0x01c00009,0x50000000 +}; + +u32 jchardata_382[] = +{ + 0x00000000,0x00000000,0x0c023edc,0xc9300000,0x06e33f31,0x7c300000,0x03132d2f,0xbd300000,0x03136d5c,0x7d300000,0xcf80f764,0x79f00000,0x07f3f3fe,0xb1f00000,0x03e5b0f0,0xf1f00000,0x13d3e3c8,0x70f00000,0x26d1b330,0x0c700000,0xfc3dcb88,0x8bb00000,0x40003444,0x46000000 +}; + +u32 jchardata_383[] = +{ + 0x00000000,0x00000000,0x4c8c4388,0x80000000,0x03f33bb3,0xf3300000,0x03c328e1,0xc1300000,0x00f249df,0xf0000000,0xcccc3c05,0xc0800000,0x0003e523,0xf9c00000,0x0231a500,0x03000000,0x040e0ff0,0x0d000000,0x0f0f0010,0x4be00000,0x5f0fbaae,0xf0f00000,0x00009999,0x00000000 +}; + +u32 jchardata_384[] = +{ + 0x00000000,0x00000000,0x00c22c03,0xc0000000,0x03f33f33,0xf3200000,0x00c22c03,0xc4000000,0x8cceeccf,0xccd00000,0x13e11e21,0xe2300000,0x00d22e22,0xe0000000,0x00f10ccc,0xf0000000,0x00f33f33,0x30000000,0x00f00000,0x30000000,0x00ffeeee,0xfcc00000,0x00b10110,0x30000000 +}; + +u32 jchardata_385[] = +{ + 0x00000000,0x00000000,0x00f040cb,0x04400000,0x0c7c87ff,0xfbc00000,0xdb3e0f00,0xc3000000,0x1323cff2,0x33000000,0x030f830c,0x83000000,0x4fcfcfff,0xffc00000,0x57030301,0x20700000,0x13fd8b8c,0xf3100000,0x00f30300,0xf2000000,0x03c8abba,0xc3300000,0x30806440,0x80300000 +}; + +u32 jchardata_386[] = +{ + 0x00000000,0x00000000,0x03ef5dec,0xcb000000,0x0cc08830,0x5f000000,0x7733bc54,0xbd000000,0x02ea4ffe,0xdf200000,0x04c00300,0x02200000,0x0fe39baa,0xdf600000,0x44d488b9,0xfc800000,0x03e34830,0xb8000000,0x03c30c30,0xb8000000,0x03f31324,0xf8300000,0x01811200,0x53200000 +}; + +u32 jchardata_387[] = +{ + 0x00000000,0x00000000,0x009e6baa,0xa8000000,0x00f65baa,0xb8000000,0x04d11321,0x10000000,0x2ff23333,0x33700000,0x4cd5dddd,0xdcc00000,0xc0f212e1,0x30000000,0x00f219d1,0xf0000000,0x00f33f33,0x7c000000,0x00f33f32,0x3c400000,0x00e7dccf,0xe9c00000,0x03a00000,0x13b00000 +}; + +u32 jchardata_388[] = +{ + 0x00000000,0x00000000,0x00c30c32,0xeab00000,0x6f733f00,0x74100000,0x60308f82,0x31000000,0x02f33c22,0x42600000,0x3f6af8e7,0xafa00000,0xccb32c22,0x0e200000,0x27a0af97,0x1f200000,0x0bb33c23,0x1f200000,0x0b803cce,0x0e000000,0x0bbff873,0x0f300000,0x06402010,0xc4200000 +}; + +u32 jchardata_389[] = +{ + 0x00000000,0x00000000,0x0c000f00,0xc4400000,0x03e2b7ff,0x67f00000,0x0000cfcc,0xcc000000,0x8cf3fb77,0x7e000000,0x00f0cb54,0x6e000000,0x00f19fa9,0xfe000000,0x4c7dd765,0xb6c00000,0x04004b48,0xc4800000,0x7bbfbbbb,0xfbf00000,0x000c0304,0xc0000000,0x0000030c,0x00000000 +}; + +u32 jchardata_390[] = +{ + 0x00000000,0x00000000,0x00fb3f33,0xf2000000,0x00f08c88,0xdb800000,0x08f08c88,0xdb400000,0x0c733f33,0xf2000000,0x8c7cccfc,0xccc00000,0xc8b33333,0x33300000,0x08b0c8b9,0x4c000000,0x08b0c89b,0x4c000000,0x08b0c607,0x0c300000,0x0bb3fb88,0xbf300000,0x06404404,0x0a100000 +}; + +u32 jchardata_391[] = +{ + 0x00000000,0x00000000,0x089d1dcf,0xde400000,0x48e22e03,0x0b800000,0x12e22e23,0x1aa00000,0xdeee1eeb,0xee700000,0x00c03003,0x00000000,0x0bec7ece,0xccc00000,0x0ee8320f,0x10000000,0xc6e02ccd,0xfc800000,0x02d0313c,0x30100000,0x13f3fecc,0xcff00000,0x11c04000,0x00200000 +}; + +u32 jchardata_392[] = +{ + 0x00000004,0x00000000,0x00f6222e,0x22300000,0x00f0c9fd,0xf8d00000,0x0db0002d,0x30000000,0x0f544df9,0xfc000000,0xdf587eb6,0x7e300000,0xa9687c70,0x3c300000,0x0aa86ded,0xed300000,0x0aa86d61,0x2d300000,0x0aa87078,0xb4300000,0x0aa4ffff,0xfff00000,0x05541000,0x00200000 +}; + +u32 jchardata_393[] = +{ + 0x00000000,0x00000000,0x00c00308,0x80000000,0x16e22bae,0xea700000,0x9eae2f6e,0xeaf00000,0x004c0f08,0x4c000000,0x02f33f3b,0xb3000000,0x0eec0fc8,0x4fc00000,0xceec0f48,0x0f000000,0x02e00f0c,0x8f000000,0x02e0c708,0xe3000000,0x01d0c3cc,0x2cc00000,0x00c00b40,0x00800000 +}; + +u32 jchardata_394[] = +{ + 0x00000000,0x00000000,0x009d0314,0x9c400000,0x03e2adee,0xe3200000,0x07c08714,0x82200000,0x0cd29fad,0xe8c00000,0x4cf3bfbf,0xf9c00000,0xc1c08b14,0x80100000,0x13e2a922,0xe2300000,0x00e2aee6,0xe0000000,0x00b4d510,0x6ec00000,0x00f2eeee,0x7ec00000,0x00f01110,0x22000000 +}; + +u32 jchardata_395[] = +{ + 0x00000400,0x00000000,0x03338d22,0x62000000,0x030fcf9c,0xc3000000,0x0bcf432e,0x23000000,0x0b30cfd0,0x03000000,0x0327cb2e,0x13000000,0x0fcb07df,0xa8000000,0x0307cb00,0x3df00000,0x03df0f00,0xfe000000,0x033103cc,0x63000000,0x0348ffb3,0x03300000,0x06c80000,0x00200000 +}; + +u32 jchardata_396[] = +{ + 0x00000000,0x00000000,0x03ff3037,0xf3100000,0x0f99c0fc,0x8ea00000,0x07bb303c,0x0e200000,0x8feec4f8,0xcae00000,0x0fffd0bf,0xff600000,0x4b22c0f0,0x3c800000,0x0fddf0fc,0xfc800000,0x356e303c,0x7a000000,0x3e2df9a8,0x4b000000,0x4c0db7c0,0x8ff40000,0x40130900,0x08b00000 +}; + +u32 jchardata_397[] = +{ + 0x00000000,0x00000000,0x00c320c0,0x00000000,0x0c3e26ff,0xcc000000,0xcf2c0cf0,0xc8000000,0x2bf3373f,0xf3000000,0x0084438c,0xc7000000,0x6feefff3,0x3ff00000,0x00c00fcc,0xcf000000,0x88f6b7b3,0x3f000000,0xc4c0c780,0x0f000000,0xc0c00bcc,0xcc000000,0x00c03a40,0x0c000000 +}; + +u32 jchardata_398[] = +{ + 0x00000000,0x00000000,0x0c40030c,0x00000000,0x03e233fb,0x23300000,0x0000cb88,0x8c000000,0x0033f333,0x3b000000,0x4c90cc88,0x8c000000,0x03e2e626,0x2f200000,0x03c2e022,0x0d200000,0x00c3ccea,0xcc000000,0x00db4022,0x04300000,0x5f3cccaa,0x89f00000,0x41000046,0x66400000 +}; + +u32 jchardata_399[] = +{ + 0x00000000,0x00000000,0x05b88b88,0xba000000,0x08f14755,0x3c000000,0x08b11321,0x2f000000,0x08ffbbff,0xff000000,0x08b0030c,0x03000000,0x08b3f33f,0xb2000000,0x1e215f91,0xe2300000,0x0d003372,0x8c100000,0x8c1f6303,0x38c00000,0x1334cfcc,0x63300000,0x00000208,0x40000000 +}; + +u32 jchardata_400[] = +{ + 0x00000000,0x00000000,0x0eeecde2,0x2ec00000,0x034f031c,0x0b800000,0x03d7030c,0x0b800000,0x03eccf3e,0x2b800000,0x0b930f1c,0x0b800000,0x0fc34f0c,0x0b800000,0x070fc73e,0x2b800000,0x0317c31c,0x0b800000,0x03ac0300,0x0b800000,0x0fc03333,0xbfb00000,0x06000000,0x48000000 +}; + +u32 jchardata_401[] = +{ + 0x00000000,0x00000000,0x2f3243f6,0x23000000,0x08d3c3c0,0x00000000,0x000bcfff,0xff000000,0xcf3e03c0,0x00000000,0x0f0003d2,0x22000000,0x232def9d,0xdee00000,0x11620f0f,0x20300000,0x0ce20f0c,0x33200000,0x0c30c70c,0x32c00000,0xca3de33f,0x47f00000,0x420c2000,0x88600000 +}; + +u32 jchardata_402[] = +{ + 0x00000400,0x00000000,0x0030ccc3,0x00000000,0x031eb37f,0x73300000,0x3fcfcccf,0xdc400000,0x89344757,0x67e00000,0x01ea6bb7,0xfb200000,0x33fb7747,0xca200000,0x00fcceef,0xfa100000,0x12f31033,0x30000000,0x39bc9b8b,0xcb000000,0x2c3cb98b,0xc8300000,0x003c4043,0x44000000 +}; + +u32 jchardata_403[] = +{ + 0x00000004,0x00000000,0x172e633e,0x26700000,0x485ea96e,0x59d00000,0x04b8884c,0x78000000,0x007f3f73,0xf1000000,0x8b9d9d99,0xdaf00000,0x027f7f77,0xf0700000,0x04cf5f8b,0xcb000000,0x03153f53,0x70000000,0x8feddffc,0xfdc00000,0x01331c30,0x03300000,0x02000f00,0x00100000 +}; + +u32 jchardata_404[] = +{ + 0x00000001,0x00000000,0x004348cf,0xc4000000,0x23bb7f73,0x32300000,0x0cce8ccf,0xccc00000,0x0003ccf8,0x00000000,0x00ff0c38,0xc7000000,0xcdf00433,0x3dc00000,0x03b8c8fd,0x00000000,0x3230c0fc,0xcc000000,0x003c4030,0x0c300000,0x04fc0032,0xaf300000,0x0c70001a,0xe2000000 +}; + +u32 jchardata_405[] = +{ + 0x00000000,0x00000000,0x0233c033,0x01000000,0x123ccfed,0xa3000000,0x04f8f32c,0x31000000,0xbf338cf3,0x10000000,0x0030dffd,0x10000000,0x02ff100b,0xfe600000,0x8ffecefc,0xc5f00000,0x31f03322,0xc3000000,0x00f00003,0xf1000000,0x00fccdff,0xc0000000,0x00b03300,0x80000000 +}; + +u32 jchardata_406[] = +{ + 0x00000000,0x00000000,0x04f22f30,0xb9000000,0xcc382f44,0xf0000000,0x03e7fbf4,0xfdc00000,0x0fd57b6e,0xb3f00000,0xff576f70,0xfd700000,0x2a936f71,0x3d300000,0x0a99fff8,0xfcf00000,0x0662231d,0x30f00000,0x0a2c0bb3,0x1e600000,0x4e3f762b,0xc3e00000,0x01108888,0x02000000 +}; + +u32 jchardata_407[] = +{ + 0x00000000,0x00000000,0x201de22c,0x71000000,0x0fb484cc,0xbc700000,0x07123f30,0x30000000,0x32fceecf,0xfb300000,0x00300c00,0x30000000,0x8ffcfffc,0xb9c00000,0x323c0100,0x32000000,0x00f0fdfc,0xff000000,0x0cf03076,0x13200000,0x8d38baff,0x88b00000,0x03044401,0x44200000 +}; + +u32 jchardata_408[] = +{ + 0x00000000,0x00000000,0x0030cf00,0x30000000,0x0013cb13,0x30400000,0xafededde,0xdef00000,0x2203f333,0x20300000,0x002e4000,0x30000000,0x001ffffe,0xec400000,0x00cc0398,0x00000000,0x02f223aa,0x33000000,0x0e600388,0x03000000,0x4e2ccfcc,0xffc00000,0x00000300,0x10400000 +}; + +u32 jchardata_409[] = +{ + 0x00000000,0x00000000,0x00c01b88,0x88c00000,0x00c03d04,0x44400000,0xffff7f33,0x33300000,0x00c13c88,0x88400000,0x08c70c88,0x08c00000,0x0cff7f3f,0x3e400000,0x8bf30c0c,0x2e000000,0xf3c38800,0xe2000000,0x10c3c00c,0xee000000,0x00c3f7fb,0x3ec00000,0x00c34000,0x01800000 +}; + +u32 jchardata_410[] = +{ + 0x00000000,0x00000000,0x003c0003,0x1c000000,0x3fffe430,0x3d000000,0x0c308b30,0x0f300000,0x2f7bf9de,0xecc00000,0x2e7bd632,0x0c300000,0x2c319b8f,0x3c300000,0xefffdf3e,0x3d300000,0x003cc703,0x3d300000,0x3ff36b13,0x3c300000,0x8830cb03,0x8d300000,0x0030c311,0x83100000 +}; + +u32 jchardata_411[] = +{ + 0x00000000,0x00000000,0x04773f37,0x76000000,0x0cbb7f7b,0xba000000,0x00fddeed,0xf6000000,0x04031c03,0x00400000,0x4fb7b7bb,0x7bd00000,0x22dfe99f,0xc1200000,0x00fb4985,0xf0000000,0x03f60303,0xd3200000,0x11cedffe,0xc0300000,0x02f32327,0xf2000000,0x00801304,0x92000000 +}; + +u32 jchardata_412[] = +{ + 0x00000000,0x00000000,0x00f40003,0x04c00000,0x00f4fff7,0xf3e00000,0x1e73c243,0xc5c00000,0x2f31c3c3,0xc7c00000,0xfd3cefe9,0xe7e00000,0x8d300f00,0xc7c00000,0x0d3cfff7,0xf3f00000,0x0f310e11,0x60c00000,0x0f034fce,0x20c00000,0x3f0ef942,0x2cf00000,0x08020000,0x2e200000 +}; + +u32 jchardata_413[] = +{ + 0x00000000,0x00000000,0x003c800f,0x00000000,0x0fdecfff,0xefa00000,0x33974f84,0x86200000,0x01300f52,0x13200000,0x8ceecbff,0xffe00000,0x333fb447,0x40000000,0x00fcd7b7,0xfa300000,0x1ff6d476,0xfb000000,0xfd34df8f,0xcb200000,0x3038f587,0xc8300000,0x00388063,0x44000000 +}; + +u32 jchardata_414[] = +{ + 0x00000000,0x00000000,0x0c44cd84,0xccc00000,0x00c4ff74,0xccc00000,0x000b90ab,0x80400000,0x00038830,0x48800000,0x8c813f44,0xc0000000,0x04f3bd88,0xf4400000,0x01f8cfcc,0xfcc00000,0x02e00c33,0xd0000000,0x00fac133,0x5dc00000,0x4c4dea88,0xb5800000,0x44000488,0x88800000 +}; + +u32 jchardata_415[] = +{ + 0x00000000,0x00000000,0x00fcceee,0xe6000000,0x00f00301,0x8b000000,0x23f78b88,0xcb000000,0x00f48b88,0xcb000000,0x003c4373,0x33000000,0x02ff4b85,0xa8400000,0xae70c70c,0x38800000,0x003c53c8,0x38400000,0x0cf03dc0,0x1f000000,0x0239f800,0x0f300000,0x02c80000,0xc4100000 +}; + +u32 jchardata_416[] = +{ + 0x00000000,0x00000000,0x02222d00,0x03300000,0x8fccdfcf,0xcee00000,0x0f008703,0x0e200000,0x075ef3c3,0xca200000,0x00318c03,0x02200000,0x0cf1cc8f,0x4e600000,0x0c3e7b0b,0x02a00000,0x48b44f4b,0x8aa00000,0x4ba88f88,0x8ae00000,0x13023e00,0x13200000,0x00011c00,0x11000000 +}; + +u32 jchardata_417[] = +{ + 0x00000000,0x00000000,0x008aa88b,0x84000000,0x03f33f77,0x7f200000,0x00c99c8b,0x8c000000,0x33f33f77,0x7f300000,0x00da9fa9,0xdd000000,0x00300f14,0x13000000,0x0cbb7fbb,0xbb000000,0x0470cb04,0x0f400000,0x0037f333,0x3e000000,0x09ef1007,0xbe000000,0x0f200000,0x82300000 +}; + +u32 jchardata_418[] = +{ + 0x00000001,0x00000000,0x00c23003,0x00000000,0x03f33fff,0xff200000,0x8cecb02d,0x0f000000,0x003c302d,0x3c000000,0x33f3f37f,0x3f300000,0x0ccc8088,0x0c000000,0xc8fff3f7,0x3c000000,0x00f100c0,0x38000000,0x00f22e61,0x3c000000,0x00f2ee25,0xfc000000,0x00f14100,0x30000000 +}; + +u32 jchardata_419[] = +{ + 0x00000000,0x00000000,0x0efc5fff,0xff400000,0x0f0f11b8,0x2a800000,0x3f1f00f0,0x38000000,0x0d7c8c30,0xfe100000,0x0d3e14b8,0xb6300000,0x3f3f3d35,0x0ea00000,0x0c7c0e13,0x0b800000,0x1f3a1fcd,0xfd800000,0x31303342,0x3e000000,0x7c30f0bf,0x0ff00000,0x04308024,0x00600000 +}; + +u32 jchardata_420[] = +{ + 0x00000000,0x00000000,0x013c3eaa,0xaaf00000,0x03cb000c,0x80000000,0x7f5217bf,0xbb200000,0x423c2f52,0x1ba00000,0x02cf1ecc,0xcc800000,0x2ff32f33,0x37b00000,0x58306fcd,0xfcb00000,0x213f2f73,0x3bb00000,0x35f13389,0xb8300000,0x6c324fc2,0x3cb00000,0x0020c600,0x01d00000 +}; + +u32 jchardata_421[] = +{ + 0x00000000,0x00000000,0x8cfcc8fc,0xfdc00000,0x03470220,0xd3000000,0x3fcfc34b,0xcb300000,0x0d30e1d7,0x18b00000,0x0d23c0fc,0xcf800000,0x37bbf3f7,0x3ba00000,0x1c30c0cb,0x4c800000,0x29bb80f8,0x7d900000,0x34bcee74,0x08300000,0xacf434f4,0x2fe00000,0x00300812,0x20c00000 +}; + +u32 jchardata_422[] = +{ + 0x00000000,0x00000000,0x02e28aee,0xee500000,0x03d3030d,0x01300000,0x8fcbcfee,0xe9f00000,0x03e3030c,0x00300000,0x03c78fdf,0xfcb00000,0x4fc74b3c,0x38b00000,0x47d38f7d,0x7cb00000,0x03c38f7f,0x7cb00000,0x12c3030c,0x00300000,0x3cd3030c,0x01300000,0x0820020c,0x03100000 +}; + +u32 jchardata_423[] = +{ + 0x00000400,0x00000000,0x03402e26,0x22100000,0x0e7de4d5,0xcea00000,0x08ce12ea,0xe5a00000,0x27ceecdd,0xce200000,0x0b422122,0x1e200000,0x08cedfdd,0xfd200000,0x085e13c0,0x79200000,0x0e2ddfff,0xf9200000,0x0f0621c0,0x16200000,0xfb8eacc8,0x8f200000,0x00451004,0x0a000000 +}; + +u32 jchardata_424[] = +{ + 0x00000000,0x00000000,0x03d0233f,0x33000000,0x04f0333f,0x63000000,0x8cceddef,0xddb00000,0x000c1d1d,0x25800000,0x23e03e9e,0x9f800000,0x0dfc3e1e,0x5b800000,0xccb8be1d,0x5b800000,0x00f01fbf,0xbf800000,0x00f0330c,0x13300000,0x13d3312e,0x21300000,0x1080022a,0x22200000 +}; + +u32 jchardata_425[] = +{ + 0x00000000,0x00000000,0x0eeeeece,0xee000000,0x03c40f03,0x9b000000,0x0fffbfcf,0xcf000000,0x0f02d07b,0x0f300000,0x0fcfaecc,0xcc000000,0x0f9bf323,0x3f200000,0x0f8fd9cf,0xcfc00000,0x0f77f781,0x3f000000,0x2e00d049,0x3d000000,0x7cfccf23,0xcf300000,0x44100830,0xc4100000 +}; + +u32 jchardata_426[] = +{ + 0x00000000,0x00000000,0x03c4003c,0x40000000,0x01f3333f,0x33300000,0x0ccf88dc,0xccf00000,0x33c1113e,0x60200000,0x03c8333f,0xf3000000,0x0cccf0fc,0xc7000000,0x8cd03f7f,0x3f000000,0xc3e0fc3d,0x07c00000,0x03c0231e,0x31400000,0x33c2320c,0x33100000,0x00830008,0x00300000 +}; + +u32 jchardata_427[] = +{ + 0x00000000,0x00000000,0x0c008f00,0x00000000,0x08f0cffb,0xbfc00000,0x003c8310,0x00000000,0x9e3e6fee,0xee300000,0x1e12ab2e,0x29300000,0x0013c78c,0x3d000000,0x0378cbcc,0x4fb00000,0x07c0f387,0x3c100000,0x0c00cdfe,0xccc00000,0xcd23f300,0x0c000000,0x02200000,0xc0000000 +}; + +u32 jchardata_428[] = +{ + 0x00000000,0x00000000,0x122ee2ee,0x22000000,0x122aa2aa,0x23000000,0x00199198,0x0bc00000,0xcfeea2af,0xcf000000,0x002aa2ac,0x03000000,0x003aa2b8,0x03000000,0x002880a8,0x03000000,0x007ea2b8,0x03000000,0x8cfea2a8,0x03c00000,0x0038808c,0xcfc00000,0x00044000,0x32000000 +}; + +u32 jchardata_429[] = +{ + 0x00000000,0x00000000,0x0320226e,0x22200000,0x8eece3a1,0x22100000,0x23f103ed,0xced00000,0x02e005c3,0x0d300000,0x03e03fc3,0x2e200000,0x03f2399b,0x4f000000,0x33d4b21f,0xc3100000,0x59ecf20f,0xf2300000,0x4a2000fe,0xcc000000,0x0221eed2,0x2ef00000,0x02109111,0x11900000 +}; + +u32 jchardata_430[] = +{ + 0x00000000,0x00000000,0x00b88b8b,0x8a300000,0x038b8b8b,0x8b000000,0x33033102,0x23200000,0x49b889a9,0xbbe00000,0x499b8f88,0xaac00000,0x33373f03,0x53100000,0x00fc3f07,0xd3100000,0x1fe30f03,0x9e000000,0xfe311f03,0x2dc00000,0x11308f30,0x33200000,0x0020ca00,0x01300000 +}; + +u32 jchardata_431[] = +{ + 0x00000000,0x00000000,0x03cc034c,0x37000000,0x00b8023c,0x3c500000,0xc889222f,0x12300000,0x0c48eccf,0xcdc00000,0x1298300f,0x03000000,0x01f8326f,0x23000000,0xccf830eb,0xc3000000,0x00b805f0,0xc0000000,0x00b81f00,0x8c000000,0x2397f522,0x2ee00000,0x10440111,0x11400000 +}; + +u32 jchardata_432[] = +{ + 0x00000000,0x00000000,0x4f88aaaa,0xaac00000,0x01703c51,0x03400000,0x00003c40,0x03400000,0x1f0c7c8c,0x8b800000,0x0f0c3d6a,0x5b800000,0x0c0c4f9e,0x78800000,0x0c2c0f06,0xa8800000,0x0d3ccfce,0x68800000,0x0f003202,0x28800000,0x1fcffcce,0xedb00000,0x0c010000,0x22500000 +}; + +u32 jchardata_433[] = +{ + 0x00000000,0x00000000,0x48bc0da2,0xec000000,0x08f003d0,0xf0400000,0x2bb28f88,0x7cd00000,0x0d303f00,0x3e300000,0x0cfde480,0xc0c00000,0x8f3fd3ff,0xf7c00000,0xfe3c4e20,0xdf000000,0x0cb80c32,0xb8000000,0x0cb0c0f3,0xe0c00000,0x0d38ffe8,0xfff00000,0x03082084,0x00500000 +}; + +u32 jchardata_434[] = +{ + 0x00000000,0x00000000,0x03bf3f33,0xf3300000,0x088c7e8c,0x88400000,0x0c0cfccc,0x84c00000,0x040f5448,0xc0800000,0x00075666,0x21000000,0x00fbeeee,0xe3000000,0x03fb8888,0xc3000000,0x23cbcccc,0xc3000000,0x00c34840,0xd3000000,0x008fb33f,0xf7000000,0x0c810000,0x4ec00000 +}; + +u32 jchardata_435[] = +{ + 0x00000000,0x00000000,0x08ab041e,0x21000000,0x0e3f2ce6,0xdf400000,0x0f1c30f0,0xc7000000,0x0fec7478,0x47f00000,0x0f0d3e8c,0xcc000000,0x2f3e3cbf,0xff000000,0x0f5c3c66,0x4f000000,0x4f1c304f,0x72000000,0x8b1cb0c3,0x70c00000,0xe38ef1f2,0x4fe00000,0x01820148,0x80200000 +}; + +u32 jchardata_436[] = +{ + 0x00000000,0x00000000,0x00c0022c,0x00000000,0x0c3f7bbf,0xfbf00000,0xdc7c008c,0x04400000,0x27f133f3,0x3e300000,0x04b0c8d5,0x8cc00000,0xcffcf3f3,0xf3600000,0x31f030f2,0xc2200000,0x4ee4f2e3,0xe1200000,0x87c0f7c0,0xe2a00000,0xf2c03c00,0xc6e00000,0x00806000,0x9b400000 +}; + +u32 jchardata_437[] = +{ + 0x00000000,0x00000000,0x038c00ee,0x33000000,0x00f033a9,0x00000000,0x04c4fccc,0xefc00000,0x3fc03333,0x34000000,0x8fc0f431,0x9c200000,0xc0c0ac30,0xfb300000,0x00d12c30,0xf4000000,0x03e21c30,0xf2000000,0x03c30430,0xc3000000,0x32ebc8bc,0xcdf00000,0x00c00020,0x00000000 +}; + +u32 jchardata_438[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x0fffffff,0xff000000,0x0c00c0c0,0x0c000000,0x0c00c0c0,0x0c000000,0x0c26e2e2,0x2c000000,0x0c2e22e2,0xec000000,0x0ccc00cc,0xcc000000,0x0c000000,0x0c000000,0x0c488888,0x8c100000,0x1fbbbbbb,0xbf300000,0x04000000,0x00000000 +}; + +u32 jchardata_439[] = +{ + 0x00000000,0x00000000,0x00300c10,0x10000000,0x00bcefef,0xe3200000,0x22f22203,0xc2200000,0x00fcebaf,0xe3200000,0x00f02203,0xc2200000,0x13ff9a8b,0xc2200000,0x22f427f3,0x3fa00000,0x00f021c7,0xc9200000,0x00f0040f,0x40000000,0x0cfccc03,0xccc00000,0x0f000003,0x04800000 +}; + +u32 jchardata_440[] = +{ + 0x00000000,0x00000000,0x03f33f33,0xf3200000,0x00888f0c,0x80000000,0x0878c78c,0x6b000000,0x087cc74c,0x78c00000,0x00cb0346,0xe0000000,0x1ee9efe5,0x2e300000,0xde2a6faa,0xa2f00000,0x00000f40,0x00000000,0x8ccccfcc,0xccc00000,0x00000f00,0x00000000,0x0000cb00,0x00000000 +}; + +u32 jchardata_441[] = +{ + 0x00000000,0x00000000,0x000c0022,0x7dc00000,0x8ccccc2d,0xc7000000,0x17b3f33b,0x33300000,0x04c0c02d,0x88800000,0x898c485e,0x4c800000,0x037f330f,0x0c000000,0x48cf480f,0x0c000000,0x00cf408b,0x0c000000,0x4c0fd7d5,0x3c200000,0x973f3ec0,0x3e300000,0x00080800,0x0b100000 +}; + +u32 jchardata_442[] = +{ + 0x00000000,0x00000000,0x0bccdeee,0xed000000,0x00702e40,0x13000000,0x0c48afb7,0x7fc00000,0x0c8c2d0c,0xc7c00000,0x23682f3b,0xb2000000,0x01302202,0x21300000,0x08f8eecc,0xff000000,0x00303331,0x6f000000,0x04b99884,0x8e300000,0x2bcffeee,0xed200000,0x10000222,0x2a200000 +}; + +u32 jchardata_443[] = +{ + 0x00000004,0x00000000,0x0ccc030c,0x00000000,0x0d3eafee,0xef800000,0x0c59c701,0x15c00000,0x0cc04bc8,0xc8400000,0x2faa3337,0x33300000,0x0c0c0ccd,0xdcc00000,0x1f3f77f3,0xf3700000,0x0c4e04c2,0xe0000000,0x0c871c42,0xe0400000,0x0c00cc13,0xe8c00000,0x0c008032,0x08800000 +}; + +u32 jchardata_444[] = +{ + 0x00000000,0x00000000,0x00ff0002,0x20000000,0x03eefeff,0xffe00000,0x3fa003c0,0x00300000,0x4d3300f3,0x33000000,0x03ceecfc,0xcf000000,0x03f310f3,0x33000000,0x03d720f0,0x00400000,0x8fcdccff,0xffc00000,0x030310f0,0x03000000,0x133230f3,0x33000000,0x110000d0,0x01000000 +}; + +u32 jchardata_445[] = +{ + 0x00000000,0x00000000,0x00630c26,0x40000000,0x0c7d846b,0xbfb00000,0x09bc40f2,0x4c800000,0x0ff4fedd,0x9f000000,0xaf3cb33f,0xf3000000,0x24fc7888,0xcf000000,0x8c303333,0x37c00000,0x08fcfdcc,0xcf000000,0x003c0f26,0x61000000,0x0cf43f04,0xffe00000,0x0830e800,0x00600000 +}; + +u32 jchardata_446[] = +{ + 0x00000000,0x00000000,0x00c00f88,0x88000000,0x8dfff3f3,0x3f800000,0x02e213ad,0xad100000,0x8fcce30c,0xc1300000,0x8eeafcd3,0x0cf00000,0x88cbe238,0xb0400000,0x8cccf308,0xa3000000,0x03f337ae,0xda700000,0x8ccfc306,0x50000000,0x03f10fcc,0xffd00000,0x01800300,0x00400000 +}; + +u32 jchardata_447[] = +{ + 0x00000000,0x00000000,0x00f80f36,0xf3000000,0x00f00f00,0xc3000000,0x3bb38fbb,0xfb400000,0x0d700f16,0xd3000000,0x8cb10c00,0xc0000000,0xc7b32f33,0xf3300000,0x3a78cfcf,0xccc00000,0x08b00303,0x73200000,0x08b07f03,0xcc000000,0x09b9f033,0x2ee00000,0x07040001,0x22a00000 +}; + +u32 jchardata_448[] = +{ + 0x00000000,0x00000000,0x00220f00,0x30000000,0x1fffffff,0xffb00000,0x0c21c3c0,0x30c00000,0x085f33fb,0xf8400000,0x02e22d12,0x22100000,0x07000f10,0x05300000,0x0eabfffb,0xb9b00000,0x0030cbc0,0x30000000,0x003cc30c,0xf0000000,0x4cf90303,0xfcc00000,0x08000300,0x00400000 +}; + +u32 jchardata_449[] = +{ + 0x00000000,0x00000000,0x0df81c13,0xc0100000,0x0210eff9,0xfbe00000,0xdffab684,0x82f00000,0x0b87dffb,0xfb900000,0x03038574,0xf9800000,0x2dd68ef5,0xf2c00000,0x3771f37a,0xffb00000,0x99b5cef7,0x5c200000,0x8677f7c4,0xf7000000,0x9fc5e77f,0xcfe00000,0x50002084,0x04e00000 +}; + +u32 jchardata_450[] = +{ + 0x00000000,0x00000000,0x0c2200ce,0x30000000,0x07f3238b,0x00000000,0x00119bcf,0xaa700000,0x6f33f6de,0x8fa00000,0x0c03c0bb,0x0b800000,0x0333f39b,0x0b800000,0x3382f8cf,0xbe800000,0x0cd3f388,0x38800000,0x3f33c08b,0x3b800000,0xcc13ccff,0xcfb00000,0x00314030,0x00200000 +}; + +u32 jchardata_451[] = +{ + 0x00000000,0x00000000,0x028a3000,0xd3300000,0x4ffed7cf,0xfdc00000,0x03ef130f,0xcc000000,0x4fbbf7cb,0xeaf00000,0x43023003,0x53600000,0x03cffecf,0xcf000000,0x03331703,0x03400000,0x4f89accb,0x8bc00000,0x035e2e2a,0x83000000,0x4fe22f30,0xcf800000,0x00008810,0x03000000 +}; + +u32 jchardata_452[] = +{ + 0x00000000,0x00000000,0x0031c003,0x40000000,0x003ccccf,0xc4000000,0x16f3102f,0xc0000000,0x8c3d00fd,0x00000000,0x0030ccf0,0x00000000,0x1233dc30,0x71000000,0x27fc85a8,0x9f000000,0x4c3c0300,0x0f000000,0x003c0313,0x3f200000,0x013cffa9,0xcc300000,0x01180000,0x0c000000 +}; + +u32 jchardata_453[] = +{ + 0x00000000,0x00000000,0x01d3c00e,0xe0000000,0x0eefdc0e,0x20000000,0x33f3e32f,0x7bc00000,0x4fe4f4cf,0x0f400000,0x320167ff,0x0f000000,0x0eefd00f,0x2f000000,0x0c47c03e,0xcf300000,0x1f33f230,0xc0300000,0x0cccc00c,0xcd000000,0x0f10f8ef,0x0fe00000,0x09089041,0x00a00000 +}; + +u32 jchardata_454[] = +{ + 0x00000000,0x00000000,0x00023c04,0x00000000,0x00131e23,0xc0000000,0x01300c32,0x40400000,0xaffdeedd,0xefc00000,0x00312ea2,0x23000000,0x003088c0,0x13000000,0x0033f3bf,0x33000000,0x003c800c,0x43000000,0x00ff3333,0xf6000000,0x4df30003,0x7dc00000,0x07100000,0x03300000 +}; + +u32 jchardata_455[] = +{ + 0x00000000,0x00000000,0x0088cc03,0x0cc00000,0x0fbf000f,0x08800000,0x030f033f,0x3b800000,0x8fcfcb0f,0x0b800000,0x037f030f,0x0b800000,0x03cfe32f,0x1ba00000,0x0fceed3f,0x29b00000,0xcf3f003e,0x38800000,0x030c0320,0x3b800000,0x020d3200,0x8fb00000,0x00090000,0x44300000 +}; + +u32 jchardata_456[] = +{ + 0x00000004,0x00000000,0x00c0030c,0x00000000,0x00c0031c,0x00100000,0x9ffff33f,0x33300000,0x000f888e,0xb8800000,0x00cb188f,0x88800000,0x0ccc302f,0x00000000,0xc8c0e33c,0x00000000,0x00c0033c,0x00000000,0x00c3302f,0x20000000,0x13f2cccc,0xfff00000,0x01c04000,0x00200000 +}; + +u32 jchardata_457[] = +{ + 0x00000001,0x00000000,0x01cffccf,0xc9100000,0x12d33d13,0x1e300000,0x02ffffff,0xff000000,0x02e03c22,0x4f000000,0x0096dadd,0x55000000,0x133f733f,0x73200000,0x3ac8730c,0x8cf00000,0x8c2ba12f,0x30400000,0x002c301f,0x00000000,0x00ce333c,0x00000000,0x01f2100c,0x00000000 +}; + +u32 jchardata_458[] = +{ + 0x00000000,0x00000000,0x0000e320,0x00000000,0x000c8030,0x00000000,0x003fffcc,0x00000000,0x00c5036c,0x03000000,0x0ff312f0,0x32000000,0x04022ff3,0x00000000,0x00034fc7,0x20000000,0x0036c30c,0x71000000,0x13bc0300,0xc7300000,0x6ec02300,0x0cf00000,0x08003200,0x00800000 +}; + +u32 jchardata_459[] = +{ + 0x00000000,0x00000000,0x00570c40,0x44000000,0x08ab6ea6,0xab000000,0x00ffeeee,0xeb000000,0x00320c40,0x00400000,0x4cb7ffb7,0xb8c00000,0x00cc800c,0x30000000,0x233ff3f3,0xbf300000,0x0cc8ccc9,0xfcd00000,0x004c0c04,0xb0000000,0x4cc00c23,0xecc00000,0x00000433,0x00000000 +}; + +u32 jchardata_460[] = +{ + 0x00000001,0x00000000,0x00000dc3,0x01100000,0x03331a93,0x12200000,0xcfcfcfff,0xffd00000,0x03030483,0x00000000,0x03f72ea1,0x22300000,0x030f0f32,0x33000000,0x030f8f12,0x13000000,0x0333cf00,0x03000000,0x031f8ff7,0x33000000,0x0ec4034c,0xcfc00000,0x48000300,0x31400000 +}; + +u32 jchardata_461[] = +{ + 0x00000000,0x00000000,0x00c0cfcc,0xccc00000,0x00c003c0,0x80000000,0x8ffbffff,0xff800000,0x04c0c3c0,0x88800000,0x0cc04b54,0x44400000,0x0fff3fff,0xff300000,0xccc00334,0x00400000,0x40c0b49f,0x48c00000,0x00c33c0f,0x3c000000,0x03f5c00c,0x2bf00000,0x03c000c4,0x00200000 +}; + +u32 jchardata_462[] = +{ + 0x00000000,0x00000000,0x080003c4,0x00000000,0x04c003c0,0x00000000,0x000ccfdc,0xcf000000,0x4f3f13f0,0x3f000000,0x0c4703fb,0x28000000,0x000307df,0x00000000,0x00b20fcf,0x30000000,0x04f00f0c,0x33000000,0x0f00c70c,0x03f00000,0xdc0ce30c,0x00d00000,0x04042108,0x8c000000 +}; + +u32 jchardata_463[] = +{ + 0x00000000,0x00000000,0x048b889b,0xbb100000,0x2f733e61,0x0d200000,0x0f000c23,0x3f000000,0x0fccccfe,0xdf000000,0x0f333d30,0x1f000000,0x0c000c10,0x2d000000,0x0fffffff,0xff000000,0x00000f10,0x04000000,0x00221f22,0x20000000,0x13221f22,0x22300000,0x01001c01,0x11100000 +}; + +u32 jchardata_464[] = +{ + 0x00000100,0x00000000,0x008803cc,0x00000000,0x8ffff3bb,0x33200000,0x034620df,0x86200000,0x0cdff1ef,0xe8000000,0x0cabf3b7,0x78000000,0x1f96f1a7,0x8a300000,0x0cdfc1c3,0xb8000000,0x037603c0,0xbb100000,0xaeceefe2,0x98300000,0x00880f01,0x8cc00000,0x13a62222,0x2ab00000 +}; + +u32 jchardata_465[] = +{ + 0x00000000,0x00000000,0x02e22aaa,0xaa100000,0x03c20f15,0x1e200000,0x0bcf1f8b,0x8e200000,0x87c13e31,0x0e200000,0xc3e33e33,0x3d200000,0x03d33f6f,0xa6200000,0x03f01d3d,0x6ae00000,0x03c22c00,0xca200000,0x03c03f33,0xcd200000,0x03f3ffff,0x3fe00000,0x01c08000,0x00900000 +}; + +u32 jchardata_466[] = +{ + 0x00000001,0x00000000,0x00300883,0x00000000,0x05eccccf,0xccc00000,0x1bb21333,0x33300000,0x1ba300ed,0x00000000,0x0b83082f,0x22000000,0x0b830c33,0x1f000000,0x2f0b4c30,0x0f400000,0x1d3d0c30,0x07c00000,0x0c3f1f10,0xc7c00000,0xeb003f88,0xe7000000,0x60002488,0xb0000000 +}; + +u32 jchardata_467[] = +{ + 0x00000000,0x00000000,0x01100c10,0x11000000,0x4baabeaa,0xaae00000,0x4889bc8b,0xa8c00000,0x00031c01,0x33000000,0x03ffffff,0xd3000000,0x000c0300,0xc0000000,0x013ae32e,0x63000000,0x0011cbd4,0x11000000,0x00008fc4,0x00000000,0x1beea33e,0xeef00000,0x0d111001,0x15500000 +}; + +u32 jchardata_468[] = +{ + 0x00000000,0x00000000,0x2bbb3fee,0xee000000,0x0c7f0c11,0x0f000000,0x0c3f0c00,0x0f000000,0x0fff2fcc,0xcf000000,0x0f2f0e13,0xf3000000,0x0f2f1fde,0xccc00000,0x0f4c2f16,0xc0400000,0x0f3f3f12,0xc0000000,0x0fcc0e16,0xc0700000,0x4f33ffdb,0x2ff00000,0x01008001,0x11400000 +}; + +u32 jchardata_469[] = +{ + 0x00000001,0x00000000,0x01033003,0x01100000,0x1fdffddf,0xde300000,0x00322f32,0x30000000,0x00323f33,0x30000000,0x00b99da9,0xb8000000,0x0088bc88,0x88000000,0x33332f33,0x33300000,0x01320f10,0x33000000,0x23021f22,0x01300000,0xceeedfee,0xeec00000,0x01011000,0x01000000 +}; + +u32 jchardata_470[] = +{ + 0x00000000,0x00000000,0x0bbb9748,0xb8800000,0x0f4f4f00,0x3ef00000,0x0f5f4f2c,0xbe000000,0x0fbc8f04,0xf0000000,0x0f6d1fb5,0xf4f00000,0x0b8fa504,0xe6d00000,0x030f0003,0xcc400000,0x0fcfdf33,0xf3000000,0x03290003,0xc0000000,0x8fcdff37,0xf3300000,0x4200000c,0x40100000 +}; + +u32 jchardata_471[] = +{ + 0x00000000,0x00000000,0x00c30cde,0xee300000,0x03f33d66,0x4f300000,0x0f8c2e6a,0x4f000000,0x8ff33566,0x57000000,0xc7c0deee,0xebc00000,0x03f3fae6,0xc3c00000,0x03c0446a,0x45300000,0x03c07ce6,0xcc300000,0x03c332d9,0xe3000000,0x33f14fde,0xc8000000,0x00c0c411,0x08c00000 +}; + +u32 jchardata_472[] = +{ + 0x00000000,0x00000000,0x0c032088,0x00000000,0x00d7ffff,0xccc00000,0x003000b8,0x00000000,0x0333f7ff,0x7f000000,0xadb0c388,0x0f000000,0x04f087cc,0xc7000000,0x00f33ffb,0xfb000000,0x00f0c448,0x0cc00000,0x00f00088,0x00300000,0x8c7eeaaa,0xabf00000,0x401226aa,0xaa800000 +}; + +u32 jchardata_473[] = +{ + 0x00000000,0x00000000,0x08cc0bdc,0xcc000000,0x4cc04b44,0x04000000,0x00f33f3f,0x3e000000,0xccfc8fcc,0xee000000,0x04f00300,0x2e000000,0x1ffe5b9a,0x7f300000,0x4d80dffc,0xcc100000,0xc4c0302f,0x00000000,0x00c3dc07,0x38800000,0x03fc4c40,0xf7e00000,0x02c00488,0x80200000 +}; + +u32 jchardata_474[] = +{ + 0x00000000,0x00000000,0x0dffee26,0x3bc00000,0x02d0c40c,0x0b800000,0x02f3e62e,0x3b800000,0x4ae4cc0c,0x08800000,0x06d3f33f,0x3bb00000,0x4e20c301,0x3c800000,0x03033f21,0x07000000,0x03ccccfc,0xcc000000,0x03002d31,0x22000000,0xbedeedfd,0xeef00000,0x00011101,0x10500000 +}; + +u32 jchardata_475[] = +{ + 0x00000400,0x00000000,0x03031c32,0x22300000,0x05cbac88,0xb8100000,0x23773f06,0x72000000,0x00330c22,0x02200000,0xafcffddf,0xefe00000,0x0040c0aa,0x02200000,0x04f2c0a7,0x9f200000,0x1e33d1ab,0x1f200000,0x883f608a,0x06800000,0x13dc35fb,0x03300000,0x01800540,0x00300000 +}; + +u32 jchardata_476[] = +{ + 0x00000000,0x00000000,0x00300d22,0x22200000,0x8cfcceec,0xccc00000,0x03333d73,0x33000000,0x03f57eb9,0xae000000,0x03f67da8,0x8c000000,0x03f23f73,0x7f300000,0x03f9eddc,0xfc000000,0x0323fdec,0x33300000,0x00fd0e18,0xeb000000,0x8cb00f33,0x0ff00000,0x00201900,0x00300000 +}; + +u32 jchardata_477[] = +{ + 0x00000000,0x00000000,0x00f088cf,0xcc400000,0x00f0b77b,0x3f300000,0x6ff70c0b,0x0c000000,0x04f0ccfe,0xffe00000,0x02f830f1,0x13200000,0x8ff7fcfc,0xcee00000,0x77f03cb7,0x77200000,0x10f07cf0,0x8e200000,0x00f8f09e,0xe2000000,0x0cf03bea,0xeef00000,0x0c30b901,0x11d00000 +}; + +u32 jchardata_478[] = +{ + 0x00000000,0x00000000,0x0c00cf8c,0xc4000000,0x27f3f333,0x7b300000,0x0001fc8c,0xc8000000,0xcc03c222,0x5b000000,0x0c33cd8c,0xfb000000,0x03300003,0x10000000,0x3278ffff,0xff300000,0x0cb84447,0x5c100000,0x0c384447,0x4c000000,0xc8bcccdf,0xccc00000,0x00200022,0x00000000 +}; + +u32 jchardata_479[] = +{ + 0x00000000,0x00000000,0x00f333f3,0x31000000,0x00f008cc,0xeec00000,0x087daee2,0xbe000000,0x0c3d91ad,0xf2000000,0x8c0d7bc6,0xec800000,0xcf3fa44e,0x60c00000,0x3f7f3ff3,0xbb300000,0x0c4b104e,0xa0900000,0x0c1f0c46,0xac400000,0x0f3004ce,0xa0000000,0x0d008801,0x10000000 +}; + +u32 jchardata_480[] = +{ + 0x00000000,0x00000000,0x00c000e2,0xc3000000,0x03f333f3,0xf3300000,0xcfcaede2,0xccc00000,0x03c000c3,0xc3000000,0x03d77fc3,0xfa800000,0x8fc717c2,0xf0200000,0x67c38ce3,0xd3300000,0x01c48b90,0xccc00000,0x03c30d10,0xc3000000,0x1fc3d402,0xf0300000,0x08006222,0x40000000 +}; + +u32 jchardata_481[] = +{ + 0x00000000,0x00000000,0x02bf333f,0x32000000,0x00f88fcc,0xefc00000,0x16f32732,0x7f100000,0x2ec10f00,0xc5300000,0xade69da8,0xf6e00000,0xc3f13333,0x43500000,0x01c0bccc,0xcc000000,0x00d3e333,0x3c000000,0x03f1f003,0x0c000000,0x00c1fffb,0xec100000,0x23a18001,0x1b300000 +}; + +u32 jchardata_482[] = +{ + 0x00000000,0x00000000,0x03d0feff,0xfb000000,0x00f01132,0x4c100000,0xc8c25bb7,0xae300000,0x84c09fee,0xf9000000,0xa7e73015,0x03300000,0x89fcd7be,0x74c00000,0x40f4cede,0xffa00000,0x00f0d30c,0x0e200000,0x00f0f00c,0x3f000000,0x2f13f22e,0x9d200000,0x0400022a,0x22200000 +}; + +u32 jchardata_483[] = +{ + 0x00000000,0x00000000,0x0f8c3149,0xbb200000,0x01303c4e,0x2d300000,0xcc8e7f5a,0x1c300000,0x33003d0d,0xff300000,0x0b883c02,0x10300000,0x0ccf3f9a,0x9c300000,0x00030221,0x3f300000,0x0fdf4edf,0xccf00000,0x0f0f23d3,0x40300000,0x3fcf0cf3,0x0db00000,0x04084820,0x03c00000 +}; + +u32 jchardata_484[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_485[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_486[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; + +u32 jchardata_487[] = +{ + 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000 +}; +#endif + diff --git a/assets/font_dl.c b/assets/font_dl.c new file mode 100644 index 0000000..c3b0713 --- /dev/null +++ b/assets/font_dl.c @@ -0,0 +1,33 @@ +#include + +Gfx fontDL_0x000[4] = { + gsSPClearGeometryMode(G_SHADE | G_SHADING_SMOOTH | G_CULL_FRONT | G_CULL_BACK | G_FOG | G_LIGHTING | G_TEXTURE_GEN | G_TEXTURE_GEN_LINEAR | G_LOD), + gsSPTexture(0x0000, 0x0000, 0, 0, 0), + gsSPSetGeometryMode(G_SHADE | G_SHADING_SMOOTH ), + gsSPEndDisplayList(), + }; + +Gfx fontDL_0x020[4] = { + gsSPClearGeometryMode(G_SHADE | G_SHADING_SMOOTH | G_CULL_FRONT | G_CULL_BACK | G_FOG | G_LIGHTING | G_TEXTURE_GEN | G_TEXTURE_GEN_LINEAR | G_LOD), + gsSPTexture(0x0000, 0x0000, 0, 0, 0), + gsSPSetGeometryMode(G_ZBUFFER | G_SHADE | G_SHADING_SMOOTH ), + gsSPEndDisplayList(), +}; + +Gfx fontDL_0x040[15] = { + gsDPSetCycleType(G_CYC_1CYCLE), + gsDPPipelineMode(G_PM_1PRIMITIVE), + gsDPSetTextureLOD(G_TL_TILE), + gsDPSetTextureLUT(G_TT_NONE), + gsDPSetTextureDetail(G_TD_CLAMP), + gsDPSetTexturePersp(G_TP_PERSP), + gsDPSetTextureFilter(G_TF_BILERP), + gsDPSetTextureConvert(G_TC_FILT), + gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, SHADE, 0, 0, 0, SHADE, 0, 0, 0, SHADE), + gsDPSetCombineKey(G_CK_NONE), + gsDPSetAlphaCompare( G_AC_NONE), + gsDPSetRenderMode(G_RM_PASS, G_RM_OPA_SURF2), + gsDPSetColorDither(G_CD_MAGICSQ), + gsDPPipeSync(), + gsSPEndDisplayList(), +}; diff --git a/assets/font_dl.h b/assets/font_dl.h new file mode 100644 index 0000000..79894ad --- /dev/null +++ b/assets/font_dl.h @@ -0,0 +1,8 @@ +#ifndef _FONT_DL_H_ +#define _FONT_DL_H_ + +extern Gfx fontDL_0x000[4]; +extern Gfx fontDL_0x020[4]; +extern Gfx fontDL_0x040[15]; + +#endif diff --git a/assets/images/image_externs.h b/assets/image_externs.h similarity index 95% rename from assets/images/image_externs.h rename to assets/image_externs.h index 2c93579..0e4d1b3 100644 --- a/assets/images/image_externs.h +++ b/assets/image_externs.h @@ -1,8 +1,10 @@ -//I should be autogenerated by tools +//It should be autogenerated by tools //and have meaningful names given -#ifndef _IMAGE_EXTERNS_H_ -#define _IMAGE_EXTERNS_H_ -#include "ultra64.h" +#if 0 +#define _inflateEXTERNS_H_ +#include + +#define IMAGESEG(id) 0xABCD0000 | id #define _image1_size 0x754 #define _image2_size 0x16A @@ -2703,11 +2705,13 @@ #define _image2697_size 0x201 #define _image2698_size 0x53D -typedef enum IMAGEIDS { - _image1_ID = 1, - _image2_ID, - _image3_ID, - _image4_ID, +typedef enum IMAGEIDS +{ + IMAGE_COPYICON, + IMAGE_X, + IMAGE_DELICON, + IMAGE_SELECTFILE, + IMAGE_CHECK, _image5_ID, _image6_ID, _image7_ID, @@ -2903,13 +2907,13 @@ typedef enum IMAGEIDS { _image197_ID, _image198_ID, _image199_ID, - _image200_ID, - _image201_ID_LIGHT, + IMAGE_RUSTYDRUM_END, + IMAGE_WALL_LAMP, _image202_ID, - _image203_ID_LIGHT, + IMAGE_203_LIGHT, _image204_ID, - _image205_ID_LIGHT, - _image206_ID, + IMAGE_205_LIGHT, + IMAGE_IMPACTLOTS, _image207_ID, _image208_ID, _image209_ID, @@ -2955,11 +2959,11 @@ typedef enum IMAGEIDS { _image249_ID, _image250_ID, _image251_ID, - _image252_ID_LIGHT, + IMAGE_252_LIGHT, _image253_ID, - _image254_ID_LIGHT, - _image255_ID_LIGHT, - _image256_ID_LIGHT, + IMAGE_PANEL_LAMP, + IMAGE_255_LIGHT, + IMAGE_256_LIGHT, _image257_ID, _image258_ID, _image259_ID, @@ -3131,7 +3135,7 @@ typedef enum IMAGEIDS { _image425_ID, _image426_ID, _image427_ID, - _image428_ID_LIGHT, + IMAGE_HANGING_LAMP, _image429_ID, _image430_ID, _image431_ID, @@ -3284,10 +3288,10 @@ typedef enum IMAGEIDS { _image578_ID, _image579_ID, _image580_ID, - _image581_ID, - _image582_ID, - _image583_ID, - _image584_ID, + IMAGE_MONITOR_EARTHTEXT, + IMAGE_MONITOR_SHUTTLE1, + IMAGE_MONITOR_SHUTTLE2, + IMAGE_MONITOR_EARTHFULL1, _image585_ID, _image586_ID, _image587_ID, @@ -3357,11 +3361,11 @@ typedef enum IMAGEIDS { _image651_ID, _image652_ID, _image653_ID, - _image654_ID, + IMAGE_GLASS3, _image655_ID, _image656_ID, _image657_ID, - _image658_ID, + IMAGE_GLASS7, _image659_ID, _image660_ID, _image661_ID, @@ -3540,7 +3544,7 @@ typedef enum IMAGEIDS { _image834_ID, _image835_ID, _image836_ID, - _image837_ID, + IMAGE_MONITOR_KEYBOARDKEY, _image838_ID, _image839_ID, _image840_ID, @@ -3685,7 +3689,7 @@ typedef enum IMAGEIDS { _image979_ID, _image980_ID, _image981_ID, - _image982_ID_LIGHT, + IMAGE_NEON_LAMP, _image983_ID, _image984_ID, _image985_ID, @@ -3718,7 +3722,7 @@ typedef enum IMAGEIDS { _image1012_ID, _image1013_ID, _image1014_ID, - _image1015_ID, + IMAGE_STATIC_NOISE, _image1016_ID, _image1017_ID, _image1018_ID, @@ -3888,9 +3892,9 @@ typedef enum IMAGEIDS { _image1182_ID, _image1183_ID, _image1184_ID, - _image1185_ID, - _image1186_ID, - _image1187_ID, + IMAGE_MONITOR_DESKTOPBARS, + IMAGE_MONITOR_DESKTOP, + IMAGE_MONITOR_DESKTOPSTAGGERED, _image1188_ID, _image1189_ID, _image1190_ID, @@ -4086,7 +4090,7 @@ typedef enum IMAGEIDS { _image1380_ID, _image1381_ID, _image1382_ID, - _image1383_ID_LIGHT, + IMAGE_LINEAR_LAMP, _image1384_ID, _image1385_ID, _image1386_ID, @@ -4178,11 +4182,11 @@ typedef enum IMAGEIDS { _image1472_ID, _image1473_ID, _image1474_ID, - _image1475_ID, - _image1476_ID, + IMAGE_IMPACTREDBRICK1, + IMAGE_IMPACTREDBRICK3, _image1477_ID, - _image1478_ID, - _image1479_ID, + IMAGE_IMPACTBROWNBRICK1, + IMAGE_IMPACTBROWNBRICK2, _image1480_ID, _image1481_ID, _image1482_ID, @@ -4211,8 +4215,8 @@ typedef enum IMAGEIDS { _image1505_ID, _image1506_ID, _image1507_ID, - _image1508_ID, - _image1509_ID, + IMAGE_WATER_GRAYSCALE, + IMAGE_WATER_BLUE, _image1510_ID, _image1511_ID, _image1512_ID, @@ -4787,36 +4791,36 @@ typedef enum IMAGEIDS { _image2081_ID, _image2082_ID, _image2083_ID, - _image2084_ID, - _image2085_ID, - _image2086_ID, - _image2087_ID, - _image2088_ID, - _image2089_ID, - _image2090_ID, - _image2091_ID, - _image2092_ID, - _image2093_ID, - _image2094_ID, - _image2095_ID, - _image2096_ID, - _image2097_ID, - _image2098_ID, - _image2099_ID, - _image2100_ID, - _image2101_ID, - _image2102_ID, - _image2103_ID, - _image2104_ID, - _image2105_ID, - _image2106_ID, - _image2107_ID, - _image2108_ID, - _image2109_ID, - _image2110_ID, - _image2111_ID, - _image2112_ID, - _image2113_ID, + IMAGE_SMOKE_0, + IMAGE_FIRE_0, + IMAGE_SMOKE_1, + IMAGE_FIRE_1, + IMAGE_SMOKE_2, + IMAGE_FIRE_2, + IMAGE_SMOKE_3, + IMAGE_FIRE_3, + IMAGE_SMOKE_4, + IMAGE_FIRE_4, + IMAGE_SMOKE_5, + IMAGE_FIRE_5, + IMAGE_SMOKE_6, + IMAGE_FIRE_6, + IMAGE_SMOKE_7, + IMAGE_FIRE_7, + IMAGE_SMOKE_8, + IMAGE_FIRE_8, + IMAGE_SMOKE_9, + IMAGE_FIRE_9, + IMAGE_SMOKE_10, + IMAGE_FIRE_10, + IMAGE_SMOKE_11, + IMAGE_FIRE_11, + IMAGE_SMOKE_12, + IMAGE_FIRE_12, + IMAGE_SMOKE_13, + IMAGE_FIRE_13, + IMAGE_SMOKE_14, + IMAGE_FIRE_14, _image2114_ID, _image2115_ID, _image2116_ID, @@ -4831,15 +4835,15 @@ typedef enum IMAGEIDS { _image2125_ID, _image2126_ID, _image2127_ID, - _image2128_ID, + IMAGE_FLAREORANGELINE, _image2129_ID, _image2130_ID, _image2131_ID, _image2132_ID, _image2133_ID, - _image2134_ID, - _image2135_ID, - _image2136_ID, + IMAGE_FLAREBLUEROUND, + IMAGE_FLAREBLUELINE, + IMAGE_FLAREWHITEROUND, _image2137_ID, _image2138_ID, _image2139_ID, @@ -4864,84 +4868,84 @@ typedef enum IMAGEIDS { _image2158_ID, _image2159_ID, _image2160_ID, - _image2161_ID, - _image2162_ID, - _image2163_ID, - _image2164_ID, - _image2165_ID, - _image2166_ID, - _image2167_ID, - _image2168_ID, - _image2169_ID, - _image2170_ID, - _image2171_ID, - _image2172_ID, - _image2173_ID, - _image2174_ID, - _image2175_ID, - _image2176_ID, - _image2177_ID, - _image2178_ID, - _image2179_ID, - _image2180_ID, - _image2181_ID, - _image2182_ID, - _image2183_ID, - _image2184_ID, - _image2185_ID, - _image2186_ID, - _image2187_ID, - _image2188_ID, - _image2189_ID, - _image2190_ID, - _image2191_ID, - _image2192_ID, - _image2193_ID, - _image2194_ID, - _image2195_ID, - _image2196_ID, - _image2197_ID, - _image2198_ID, - _image2199_ID, - _image2200_ID, - _image2201_ID, - _image2202_ID, - _image2203_ID, - _image2204_ID, - _image2205_ID, - _image2206_ID, - _image2207_ID, - _image2208_ID, - _image2209_ID, - _image2210_ID, - _image2211_ID, - _image2212_ID, - _image2213_ID, - _image2214_ID, - _image2215_ID, - _image2216_ID, - _image2217_ID, - _image2218_ID, - _image2219_ID, - _image2220_ID, - _image2221_ID, - _image2222_ID, - _image2223_ID, - _image2224_ID, - _image2225_ID, - _image2226_ID, - _image2227_ID, - _image2228_ID, - _image2229_ID, - _image2230_ID, - _image2231_ID, - _image2232_ID, - _image2233_ID, - _image2234_ID, - _image2235_ID, - _image2236_ID, - _image2237_ID, - _image2238_ID, + IMAGE_ROCKETAMMO, + IMAGE_PLAINMINEAMMO, + IMAGE_GRENADEAMMO, + IMAGE_MAGAMMO, + IMAGE_GLAMMO, + IMAGE_KNIFEAMMO, + IMAGE_SHOTAMMO, + IMAGE_IMPACT1, + IMAGE_IMPACT2, + IMAGE_IMPACT3, + IMAGE_IMPACT4, + IMAGE_IMPACTMULTI, + IMAGE_IMPACTREDBRICK2, + IMAGE_IMPACTBRICK2, + IMAGE_IMPACTBRICK3, + IMAGE_SMOKE1, + IMAGE_SMOKE2, + IMAGE_SMOKE3, + IMAGE_SMOKE4, + IMAGE_SMOKE5, + IMAGE_SMOKE6, + IMAGE_SMOKEBALLS1, + IMAGE_SMOKEBALLS2, + IMAGE_SMOKEBALLS3, + IMAGE_SMOKEBALLS4, + IMAGE_SMOKEBALLS5, + IMAGE_MONITOR_BOND, + IMAGE_MONITOR_LOCATION, + IMAGE_MONITOR_BEGINARMING, + IMAGE_MONITOR_TARGET, + IMAGE_MONITOR_SEVERNAYA, + IMAGE_MONITOR_BREAKTARGET, + IMAGE_MONITOR_AIMER, + IMAGE_MONITOR_EARTH, + IMAGE_MONITOR_DESKTOPBANG, + IMAGE_MONITOR_HEATMAP, + IMAGE_MONITOR_3DMATH, + IMAGE_MONITOR_2DMATH, + IMAGE_MONITOR_SATELLITE, + IMAGE_MONITOR_CUBE1, + IMAGE_MONITOR_EARTHFULL2, + IMAGE_MONITOR_BLUESTARS, + IMAGE_MONITOR_GALAXY1, + IMAGE_MONITOR_GALAXY2, + IMAGE_MONITOR_TARGETEARTH, + IMAGE_MONITOR_GALAXY3, + IMAGE_MONITOR_SKATEBOARD1, + IMAGE_MONITOR_SKATEBOARD2, + IMAGE_MONITOR_SKATEBOARD3, + IMAGE_MONITOR_TALK1, + IMAGE_MONITOR_TALK2, + IMAGE_MONITOR_TALK3, + IMAGE_MONITOR_TALK4, + IMAGE_MONITOR_WORLDMAP, + IMAGE_MONITOR_CUBE2, + IMAGE_MONITOR_CUBE3, + IMAGE_MONITOR_CUBE4, + IMAGE_MONITOR_SKATEBOARD4, + IMAGE_MONITOR_FIST1, + IMAGE_MONITOR_FIST2, + IMAGE_MONITOR_FIST3, + IMAGE_MONITOR_FIST4, + IMAGE_MONITOR_SINE, + IMAGE_MONITOR_TEXT, + IMAGE_MONITOR_BARS, + IMAGE_MONITOR_SQUARES, + IMAGE_MONITOR_STATIC, + IMAGE_CLOUDS_GRAYSCALE, + IMAGE_FLARENOVA, + IMAGE_WHITEBOX, + IMAGE_9MMAMMO, + IMAGE_RIFLEAMMO, + IMAGE_GGAMMO, + IMAGE_MINEAMMO, + IMAGE_PROXAMMO, + IMAGE_CROSSHAIR1, + IMAGE_CROSSHAIR2, + IMAGE_TIMEAMMO, _image2239_ID, _image2240_ID, _image2241_ID, @@ -4966,7 +4970,7 @@ typedef enum IMAGEIDS { _image2260_ID, _image2261_ID, _image2262_ID, - _image2263_ID, + IMAGE_MONITOR_TRIANGLE, _image2264_ID, _image2265_ID, _image2266_ID, @@ -5167,7 +5171,7 @@ typedef enum IMAGEIDS { _image2461_ID, _image2462_ID, _image2463_ID, - _image2464_ID, + IMAGE_TANKAMMO, _image2465_ID, _image2466_ID, _image2467_ID, @@ -5281,46 +5285,46 @@ typedef enum IMAGEIDS { _image2575_ID, _image2576_ID, _image2577_ID, - _image2578_ID, - _image2579_ID, - _image2580_ID, - _image2581_ID, - _image2582_ID, - _image2583_ID, - _image2584_ID, - _image2585_ID, - _image2586_ID, - _image2587_ID, - _image2588_ID, - _image2589_ID, - _image2590_ID, - _image2591_ID, - _image2592_ID, - _image2593_ID, - _image2594_ID, - _image2595_ID, - _image2596_ID, - _image2597_ID, + IMAGE_MP_ARCHIVES, + IMAGE_MP_CONTROL, + IMAGE_MP_FACILITY, + IMAGE_MP_AZTEC, + IMAGE_MP_CAVERNS, + IMAGE_MP_CRADLE, + IMAGE_MP_EGYPT, + IMAGE_MP_DAM, + IMAGE_MP_DEPOT, + IMAGE_MP_FRIGATE, + IMAGE_MP_JUNGLE, + IMAGE_MP_STREETS, + IMAGE_MP_RUNWAY, + IMAGE_MP_BUNKER, + IMAGE_MP_BUNKER2, + IMAGE_MP_SURFACE, + IMAGE_MP_SURFACE2, + IMAGE_MP_SILO, + IMAGE_MP_STATUE, + IMAGE_MP_TRAIN, _image2598_ID, _image2599_ID, _image2600_ID, _image2601_ID, - _image2602_ID, - _image2603_ID, - _image2604_ID, - _image2605_ID, - _image2606_ID, - _image2607_ID, - _image2608_ID, - _image2609_ID, - _image2610_ID, - _image2611_ID, - _image2612_ID, - _image2613_ID, - _image2614_ID, - _image2615_ID, - _image2616_ID, - _image2617_ID, + IMAGE_BROSNAN_UL, + IMAGE_BROSNAN_UR, + IMAGE_BROSNAN_LL, + IMAGE_BROSNAN_LR, + IMAGE_CONNERY_UL, + IMAGE_CONNERY_UR, + IMAGE_CONNERY_LL, + IMAGE_CONNERY_LR, + IMAGE_MOORE_UL, + IMAGE_MOORE_UR, + IMAGE_MOORE_LL, + IMAGE_MOORE_LR, + IMAGE_DALTON_UL, + IMAGE_DALTON_UR, + IMAGE_DALTON_LL, + IMAGE_DALTON_LR, _image2618_ID, _image2619_ID, _image2620_ID, @@ -5334,47 +5338,47 @@ typedef enum IMAGEIDS { _image2628_ID, _image2629_ID, _image2630_ID, - _image2631_ID, - _image2632_ID, - _image2633_ID, - _image2634_ID, - _image2635_ID, - _image2636_ID, - _image2637_ID, - _image2638_ID, - _image2639_ID, - _image2640_ID, - _image2641_ID, - _image2642_ID, - _image2643_ID, - _image2644_ID, - _image2645_ID, - _image2646_ID, - _image2647_ID, - _image2648_ID, - _image2649_ID, - _image2650_ID, - _image2651_ID, - _image2652_ID, - _image2653_ID, - _image2654_ID, - _image2655_ID, - _image2656_ID, - _image2657_ID, - _image2658_ID, - _image2659_ID, - _image2660_ID, - _image2661_ID, - _image2662_ID, - _image2663_ID, - _image2664_ID, - _image2665_ID, - _image2666_ID, - _image2667_ID, - _image2668_ID, - _image2669_ID, - _image2670_ID, - _image2671_ID, + IMAGE_DOT, + IMAGE_BORIS_UL, + IMAGE_BORIS_UR, + IMAGE_BORIS_LL, + IMAGE_BORIS_LR, + IMAGE_OURUMOV_UL, + IMAGE_OURUMOV_UR, + IMAGE_OURUMOV_LL, + IMAGE_OURUMOV_LR, + IMAGE_TREVELYAN_UL, + IMAGE_TREVELYAN_UR, + IMAGE_TREVELYAN_LL, + IMAGE_TREVELYAN_LR, + IMAGE_VALENTIN_UL, + IMAGE_VALENTIN_UR, + IMAGE_VALENTIN_LL, + IMAGE_VALENTIN_LR, + IMAGE_XENIA_UL, + IMAGE_XENIA_UR, + IMAGE_XENIA_LL, + IMAGE_XENIA_LR, + IMAGE_NATALYA_UL, + IMAGE_NATALYA_UR, + IMAGE_NATALYA_LL, + IMAGE_NATALYA_LR, + IMAGE_BARON_UL, + IMAGE_BARON_UR, + IMAGE_BARON_LL, + IMAGE_BARON_LR, + IMAGE_JAWS_UL, + IMAGE_JAWS_UR, + IMAGE_JAWS_LL, + IMAGE_JAWS_LR, + IMAGE_MAYDAY_UL, + IMAGE_MAYDAY_UR, + IMAGE_MAYDAY_LL, + IMAGE_MAYDAY_LR, + IMAGE_ODDJOB_UL, + IMAGE_ODDJOB_UR, + IMAGE_ODDJOB_LL, + IMAGE_ODDJOB_LR, _image2672_ID, _image2673_ID, _image2674_ID, @@ -5385,23 +5389,23 @@ typedef enum IMAGEIDS { _image2679_ID, _image2680_ID, _image2681_ID, - _image2682_ID, - _image2683_ID, - _image2684_ID, - _image2685_ID, - _image2686_ID, - _image2687_ID, - _image2688_ID, - _image2689_ID, + IMAGE_RANDOM_UL, + IMAGE_RANDOM_UR, + IMAGE_RANDOM_LL, + IMAGE_RANDOM_LR, + IMAGE_MP_TEMPLE, + IMAGE_MP_BASEMENT, + IMAGE_MP_COMPLEX, + IMAGE_MP_CAVES, _image2690_ID, - _image2691_ID, - _image2692_ID, - _image2693_ID, - _image2694_ID, - _image2695_ID, + IMAGE_MISHKIN_LL, + IMAGE_MISHKIN_LR, + IMAGE_MISHKIN_UR, + IMAGE_MISHKIN_UL, + IMAGE_MP_RANDOM, _image2696_ID, _image2697_ID, - _image2698_ID + IMAGE_NONE } IMAGEIDS; diff --git a/assets/images.def b/assets/images.def new file mode 100644 index 0000000..da0a2ca --- /dev/null +++ b/assets/images.def @@ -0,0 +1,2698 @@ +IMAGE(COPYICON, 0x754, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(X, 0x16A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(DELICON, 0x974, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SELECTFILE, 0x38B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(CHECK, 0x153, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(TRAIN715_5264, 0x25E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(TRAIN715, 0x3BE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(VERTICALSTRIPES_BW, 0x1A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(VERTICALSTRIPES_yELLOW, 0x1A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(STOMEMAN_L, 0x37F, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(STOMEMAN_R, 0x391, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(11, 0xE0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(7SEG_DASH, 0x3A4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(7SEG_0, 0x4A3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(7SEG_3, 0x477, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(7SEG_5, 0x471, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(7SEG_8, 0x4AC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(17, 0x3DA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(VERTICALSTRIPES_RED, 0x1A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(VERTICALSTRIPES_RED2, 0x1A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(GRAVELGREY, 0x619, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(GRAVELDETAIL, 0x135, HIT_DEFAULT, HIT_DEFAULT, 0x38, 0xD2, 0, 0) +IMAGE(TARDETAIL, 0x5F5, HIT_DIRT, HIT_DIRT, 0x38, 0xD2, 0, 0) +IMAGE(TAZER_TEXT, 0x35F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BOY_TEXT, 0x350, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(25, 0x60C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BARRELSPECULAR, 0xC5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BLACKGUNFRAME_L, 0xA6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BLACKGUNFRAME_R, 0xB5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BUZZERSWITCH, 0x3DD, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(ALARM, 0x3FC, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(BELL, 0x308, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(BELL2, 0x306, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(AMMOCRATE1, 0x64A, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(AMMOCRATE2, 0x5CC, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(AMMOCRATEBANDED1, 0x6A0, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(AMMOCRATEBANDED2, 0x6C6, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(CRATEROPE, 0x3EB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(12GCART, 0x113, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(AMMOTEXT765, 0x227, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(AMMOTEXTGL, 0x219, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(AMMOTEXTGRENADES, 0x22B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(AMMOTEXT9MM, 0x222, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(43, 0x53D, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(44, 0x55C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(45, 0x3EF, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(46, 0x19A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(47, 0x454, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(48, 0x6BE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(49, 0x27C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(50, 0x5E6, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(51, 0x338, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(52, 0x4D0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(53, 0x5A0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(WHEELSIDE, 0x492, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(WHEELSIDE_SM, 0x318, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(56, 0x10E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(57, 0xF1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(58, 0x119, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(59, 0x2A6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(60, 0x1A0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(61, 0x22, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(62, 0x114, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(63, 0x9C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(64, 0x3A5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(65, 0x378, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(66, 0x344, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(67, 0xF7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(68, 0x39B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(69, 0x1AD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(70, 0x1E4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(71, 0x2D5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(72, 0xC6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(73, 0xC7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(74, 0x2B3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(75, 0x1A2, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(76, 0x190, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(GAZ_SIDE, 0x5E1, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(78, 0x2AF, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(79, 0xDE, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(GAZ_DOOR, 0x1F4, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(81, 0x5E4, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(82, 0x1B9, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(83, 0x5F3, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(84, 0x227, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(DARK_CONCRETE_WALL, 0x2D7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(DARK_CONCRETE_WALL_LIT, 0x3AE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(HOLE_IN_SNOW_DECAL, 0x2F9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(AZTEC_88, 0xC2A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_89, 0xBFD, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_90, 0xC31, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_91, 0xB18, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_92, 0xBC6, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_93, 0xC68, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_94, 0xCA5, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_95, 0xBD4, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_96, 0xB7D, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_97, 0xBD8, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_98, 0xC41, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_99, 0xB9F, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_100, 0xBE6, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_101, 0xCEE, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_102, 0xD06, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_103, 0xBA1, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_104, 0xB27, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_105, 0xD18, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_106, 0xCCA, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_107, 0xA5A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_108, 0x876, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_109, 0x8AA, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_110, 0x8CF, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_111, 0x794, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_112, 0xA7A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_113, 0xC92, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_114, 0xB8A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_115, 0xA53, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_116, 0xBF0, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_117, 0xD0C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_118, 0xCCC, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_119, 0x9F8, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_120, 0xCC1, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_121, 0xD3B, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_122, 0xD6D, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_123, 0xBF0, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_124, 0x980, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_125, 0xB91, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_126, 0xCA1, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_127, 0xA82, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_128, 0xC7A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_129, 0xD4B, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_130, 0xD85, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_131, 0xC76, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_132, 0xBA9, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_133, 0xD5A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_134, 0xD50, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_135, 0xC35, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_136, 0xA8D, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_137, 0xD26, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_138, 0xB25, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_139, 0x899, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_140, 0x477, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_141, 0x485, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_142, 0x456, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_143, 0x840, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_144, 0x84A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_145, 0x86B, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(AZTEC_146, 0x7C2, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(CROSSMEMBER, 0x212, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(RAILING_BLUE, 0x24B, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(RAILING_3BAR, 0x149, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(RAILING_2BAR, 0x125, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(RAILING_BLUE_LIGHT, 0x310, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(RAILING_3BAR_LIGHT, 0x137, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(RAILNG_VERTICAL, 0x127, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(RAILING_3BAR_MID, 0x13B, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(RAILING_GLASS, 0x2C1, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(RAILING_ARECEBO, 0x3BC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(157, 0x58E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(158, 0x146, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(159, 0x13B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(160, 0x233, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(161, 0x2E1, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(162, 0x31C, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(163, 0x30B, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(164, 0x33F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(165, 0x2F5, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(166, 0x33E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(167, 0x30E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(168, 0x353, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(169, 0x477, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(170, 0x2F9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(171, 0x25B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(172, 0xBA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(173, 0x2A6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(174, 0x3AA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(175, 0x23C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SAW, 0x7DE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(177, 0x271, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(178, 0x2F3, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(179, 0x314, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(180, 0x128, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(181, 0x1F9, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(BLOTTER, 0x2B3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(183, 0x207, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(184, 0x25B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BOOK_SPINE, 0x549, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(186, 0x44B, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(187, 0x37F, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(188, 0x620, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(BUNKERPLAN_TL, 0x453, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BUNKERPLAN_TR, 0x56C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BUNKERPLAN_BL, 0x597, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BUNKERPLAN_BR, 0x516, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(193, 0x288, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(194, 0x2C8, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(BRICK, 0x597, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(196, 0x47D, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(197, 0x29F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(198, 0x2A3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(199, 0x14A, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(RUSTYDRUM_END, 0x4BA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(WALL_LAMP, 0x3FA, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(202, 0x52F, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(203_LIGHT, 0x460, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(204, 0x561, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(205_LIGHT, 0x4F7, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(IMPACTLOTS, 0x409, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(207, 0x643, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(208, 0xB2B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(209, 0xC3E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(210, 0x578, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(211, 0xCF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(212, 0x290, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(213, 0x4D6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(214, 0xE0, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(215, 0x26E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(216, 0x14E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(217, 0x1E0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(218, 0x119, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(219, 0x3D8, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(220, 0x409, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(221, 0x3F2, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(222, 0x409, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(223, 0x442, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(224, 0x43D, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(225, 0x3F6, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(226, 0x2B3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(227, 0x37F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(228, 0x269, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(229, 0x229, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(230, 0x383, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(231, 0x5DA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(232, 0x341, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(233, 0x12E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(234, 0x554, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(235, 0x39D, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(236, 0x496, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(237, 0x4E9, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(238, 0x3C7, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(239, 0x3DF, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(240, 0x400, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(241, 0x245, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(242, 0x1F6, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(243, 0x15F, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(244, 0x478, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(245, 0x20D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(246, 0x2E2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(247, 0xC7, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(248, 0xB4, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(249, 0x98, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(250, 0xC7, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(251, 0x329, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(252_LIGHT, 0x2A1, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(253, 0x2CD, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(PANEL_LAMP, 0x408, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(255_LIGHT, 0x3EB, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(256_LIGHT, 0x1CF, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(257, 0x33D, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(258, 0x287, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(259, 0x326, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(260, 0x380, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(261, 0x2B1, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(262, 0x2C4, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(263, 0x22E, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(264, 0x584, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(265, 0x1A8, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(266, 0x4F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(267, 0x558, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(268, 0x2D7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(269, 0x582, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(270, 0x2B6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(271, 0x516, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(272, 0x4E0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(273, 0x799, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(274, 0x780, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(275, 0x80C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(276, 0x7A7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(277, 0x784, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(278, 0x6B3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(279, 0x29A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(280, 0x389, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(281, 0x2EE, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(282, 0x31F, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(283, 0x322, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(284, 0x578, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(285, 0x31E, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(286, 0x428, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(287, 0x4C1, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(288, 0x479, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(289, 0x4F9, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(290, 0x48B, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(291, 0x3DF, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(292, 0x546, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(293, 0x530, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(294, 0x52B, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(295, 0x3EF, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(296, 0x440, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(297, 0x3A2, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(298, 0x30F, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(299, 0x303, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(300, 0x303, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(301, 0x374, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(302, 0x535, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(303, 0x27F, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(304, 0xC8, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(305, 0x23D, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(306, 0x2AF, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(307, 0x560, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(308, 0x385, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(309, 0x3B5, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(310, 0x547, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(311, 0x32F, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(312, 0x388, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(313, 0x27C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(314, 0x27C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(315, 0x245, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(316, 0x245, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(317, 0x246, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(318, 0x2A6, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(319, 0x141, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(320, 0x218, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(321, 0x45B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(322, 0x5EB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(323, 0x61B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(324, 0x62D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(325, 0x61F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(326, 0x641, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(327, 0x653, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(328, 0x5F5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(329, 0x344, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(330, 0x386, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(331, 0x399, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(332, 0x360, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(333, 0x161, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(334, 0x11A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(335, 0x133, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(336, 0x12A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(337, 0x348, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(338, 0x527, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(339, 0x39A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(340, 0x3EE, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(341, 0x3D8, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(342, 0x45B, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(343, 0xE8, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(344, 0x122, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(345, 0x40D, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(346, 0x3E1, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(347, 0xC1, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(348, 0x10F, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(349, 0x302, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(350, 0x215, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(351, 0xD5, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(352, 0x332, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(353, 0x1C8, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(354, 0xA8, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(355, 0x38A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(356, 0x2C0, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(357, 0x44A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(358, 0x3DB, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(359, 0x35D, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(360, 0x34D, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(361, 0x536, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(362, 0x3C0, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(363, 0x4C8, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(364, 0x3CD, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(365, 0x214, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(366, 0x2F4, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(367, 0x3B6, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(368, 0x3DE, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(369, 0x26E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(370, 0x26E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(371, 0x55F, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(372, 0x58A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(373, 0x337, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(374, 0x3FF, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(375, 0x3B5, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(376, 0x3B5, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(377, 0x332, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(378, 0x3FC, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(379, 0x3C4, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(380, 0x446, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(381, 0x3FA, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(382, 0x261, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(383, 0x535, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(384, 0x56D, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(385, 0x44F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(386, 0x97D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(387, 0x902, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(388, 0x92D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(389, 0x914, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(390, 0x981, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(391, 0x8FE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(392, 0x8F5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(393, 0x878, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(394, 0x221, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(395, 0x470, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(396, 0x526, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(397, 0x4E6, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(398, 0x425, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(399, 0x35B, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(400, 0x435, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(401, 0x439, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(402, 0x33C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(403, 0x30C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(404, 0x2FF, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(405, 0x2B3, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(406, 0x529, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(407, 0x34D, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(408, 0x20D, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(409, 0x39D, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(410, 0x2F1, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(411, 0x1B3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(412, 0x20E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(413, 0x16B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(414, 0x207, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(415, 0x18F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(416, 0x1CF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(417, 0x1BF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(418, 0x6D6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(419, 0x3DC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(420, 0x6E0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(421, 0x223, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(422, 0x1E3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(423, 0x158, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(424, 0x181, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(425, 0x453, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(426, 0x55E, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(427, 0x5BB, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(HANGING_LAMP, 0x525, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(429, 0x72D, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(430, 0x4BE, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(431, 0x2F3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(432, 0x43C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(433, 0x3E6, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(434, 0x62B, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(435, 0x31D, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(436, 0x300, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(437, 0x64F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(438, 0x5F7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(439, 0x665, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(440, 0x3C8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(441, 0x3CB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(442, 0x366, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(443, 0x6B6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(444, 0x722, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(445, 0x8A7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(446, 0x8CC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(447, 0x3F0, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(448, 0x33B, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(449, 0x244, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(450, 0x200, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(451, 0x1F7, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(452, 0x473, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(453, 0x3C4, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(454, 0x3DB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(455, 0x1E0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(456, 0x1ED, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(457, 0x52D, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(458, 0x47F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(459, 0x250, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(460, 0x286, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(461, 0xB4, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(462, 0xA3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(463, 0x1E6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(464, 0x1AE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(465, 0x285, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(466, 0x223, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(467, 0x1FA, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(468, 0x7A2, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(469, 0x79E, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(470, 0x140, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(471, 0x276, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(472, 0x290, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(473, 0x264, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(474, 0x484, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(475, 0x3C6, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(476, 0x343, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(477, 0x33B, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(478, 0x329, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(479, 0x3CD, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(480, 0x141, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(481, 0x520, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(482, 0x473, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(483, 0x4C0, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(484, 0x381, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(485, 0x3B0, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(486, 0x3F2, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(487, 0x45E, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(488, 0x490, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(489, 0x3A9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(490, 0x39B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(491, 0x362, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(492, 0x2A8, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(493, 0x5B9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(494, 0xBB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(495, 0xBA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(496, 0xB7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(497, 0x109, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(498, 0xE1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(499, 0x49E, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(500, 0x473, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(501, 0x35C, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(502, 0x337, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(503, 0x27E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(504, 0x248, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(505, 0x23B, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(506, 0x152, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(507, 0x2B3, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(508, 0x188, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(509, 0x277, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(510, 0x205, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(511, 0x1A4, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(512, 0x9E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(513, 0x32C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(514, 0x4AF, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(515, 0x10A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(516, 0x138, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(517, 0x13F, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(518, 0x4D4, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(519, 0x147, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(520, 0x287, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(521, 0x9D, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(522, 0x2ED, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(523, 0x25F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(524, 0x10A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(525, 0x2E0, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(526, 0x373, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(527, 0x1AA, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(528, 0x2ED, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(529, 0x14B, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(530, 0x484, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(531, 0x2EA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(532, 0x45, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(533, 0x1E4, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(534, 0x3C4, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(535, 0x430, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(536, 0x325, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(537, 0x296, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(538, 0x497, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(539, 0x33C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(540, 0x2AF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(541, 0xF9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(542, 0x416, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(543, 0x343, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(544, 0x5EC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(545, 0x764, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(546, 0x76E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(547, 0x72B, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(548, 0x42C, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(549, 0x3C8, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(550, 0x40B, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(551, 0x6E7, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(552, 0x68F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(553, 0x602, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(554, 0x602, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(555, 0x5F5, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(556, 0x6C6, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(557, 0x5F9, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(558, 0x6AB, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(559, 0x768, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(560, 0x66C, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(561, 0x62D, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(562, 0x636, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(563, 0x601, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(564, 0x6A8, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(565, 0x69F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(566, 0x646, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(567, 0x17A, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(568, 0x7ED, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(569, 0x736, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(570, 0x76F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(571, 0x802, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(572, 0x7EC, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(573, 0x770, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(574, 0x701, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(575, 0x7EE, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(576, 0x363, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(577, 0x4BE, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(578, 0x491, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(579, 0x1F4, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(580, 0xC9, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(MONITOR_EARTHTEXT, 0x5FE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_SHUTTLE1, 0x5F7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_SHUTTLE2, 0x60C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_EARTHFULL1, 0x605, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(585, 0x40F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(586, 0x400, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(587, 0x462, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(588, 0x51C, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(589, 0x4DD, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(590, 0x531, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(591, 0x4AC, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(592, 0x46A, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(593, 0x593, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(594, 0x37B, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(595, 0x4BA, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(596, 0x58E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(597, 0x1B1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(598, 0x561, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(599, 0x653, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(600, 0x780, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(601, 0x651, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(602, 0x1E1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(603, 0x57A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(604, 0x525, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(605, 0x5B5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(606, 0x166, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(607, 0x145, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(608, 0x69E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(609, 0x839, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(610, 0x57C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(611, 0x7DA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(612, 0x2BE, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(613, 0x268, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(614, 0x29B, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(615, 0x286, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(616, 0x26E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(617, 0x251, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(618, 0x39E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(619, 0x114, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(620, 0x263, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(621, 0x598, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(622, 0x468, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(623, 0x47A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(624, 0x125, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(625, 0x1BE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(626, 0x10B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(627, 0x148, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(628, 0x140, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(629, 0x148, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(630, 0x5B2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(631, 0x3E8, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(632, 0x26D, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(633, 0x3C1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(634, 0x3CD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(635, 0x55, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(636, 0x264, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(637, 0x366, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(638, 0x1BF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(639, 0x738, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(640, 0x32C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(641, 0x553, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(642, 0x38C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(643, 0x12D, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(644, 0x2D6, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(645, 0x1BD, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(646, 0x4A3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(647, 0x199, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(648, 0x2BD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(649, 0x264, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(650, 0x1FE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(651, 0x4EC, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(652, 0x26C, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(653, 0x24B, HIT_GLASS, HIT_GLASS_XLU, 0, 0, 0, 0) +IMAGE(GLASS3, 0x345, HIT_GLASS, HIT_GLASS_XLU, 0, 0, 0, 0) +IMAGE(655, 0x379, HIT_GLASS, HIT_GLASS_XLU, 0, 0, 0, 0) +IMAGE(656, 0xA4, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(657, 0xAB, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(GLASS7, 0x55, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(659, 0x401, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(660, 0x342, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(661, 0x4D9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(662, 0x4B5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(663, 0xC4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(664, 0xE2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(665, 0x5E7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(666, 0x3F6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(667, 0x3E5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(668, 0x3BD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(669, 0x43C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(670, 0x349, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(671, 0x439, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(672, 0x379, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(673, 0x362, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(674, 0x36B, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(675, 0x318, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(676, 0x2A3, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(677, 0x81, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(678, 0x27A, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(679, 0x4EA, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(680, 0x5A3, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(681, 0x580, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(682, 0x4FE, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(683, 0x13A, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(684, 0x1DE, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(685, 0x2E6, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(686, 0x2A2, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(687, 0x313, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(688, 0x33F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(689, 0x21F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(690, 0x116, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(691, 0xA2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(692, 0x14D, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(693, 0x44D, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(694, 0x251, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(695, 0x1FC, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(696, 0x211, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(697, 0x1C4, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(698, 0x184, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(699, 0x21F, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(700, 0x157, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(701, 0x33C, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(702, 0x8A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(703, 0x20D, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(704, 0x208, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(705, 0x374, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(706, 0x296, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(707, 0x1F2, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(708, 0x15F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(709, 0x4BE, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(710, 0x315, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(711, 0x4DA, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(712, 0x24D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(713, 0x60C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(714, 0xC0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(715, 0x16E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(716, 0x352, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(717, 0xFD, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(718, 0x1F3, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(719, 0x251, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(720, 0x21B, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(721, 0xB1, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(722, 0x228, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(723, 0x218, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(724, 0x353, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(725, 0x426, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(726, 0x1C5, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(727, 0x399, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(728, 0x3F1, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(729, 0x1C9, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(730, 0x198, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(731, 0x1C7, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(732, 0x537, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(733, 0x51B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(734, 0x4A3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(735, 0x5EE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(736, 0x5D8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(737, 0x585, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(738, 0x542, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(739, 0x582, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(740, 0x449, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(741, 0x49B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(742, 0x56D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(743, 0x5BE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(744, 0x5DB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(745, 0x404, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(746, 0x4FE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(747, 0x58C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(748, 0x563, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(749, 0x5B2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(750, 0x57B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(751, 0x48B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(752, 0x4AE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(753, 0x514, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(754, 0x59C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(755, 0x568, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(756, 0x5BA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(757, 0x591, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(758, 0x208, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(759, 0x1FE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(760, 0x505, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(761, 0x39F, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(762, 0xB2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(763, 0xA7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(764, 0x67, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(765, 0x55F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(766, 0x1FE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(767, 0x321, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(768, 0x131, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(769, 0x153, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(770, 0x482, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(771, 0x60C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(772, 0x259, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(773, 0x383, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(774, 0x78, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(775, 0x4CC, HIT_MUD, HIT_MUD, 0, 0, 0, 0) +IMAGE(776, 0x543, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(777, 0x5BC, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(778, 0x371, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(779, 0x5C2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(780, 0x4E2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(781, 0x645, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(782, 0x53B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(783, 0x448, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(784, 0x1F8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(785, 0x128, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(786, 0x16C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(787, 0x3C7, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(788, 0x23D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(789, 0x62C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(790, 0x602, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(791, 0x5DF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(792, 0x668, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(793, 0x678, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(794, 0x5ED, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(795, 0x640, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(796, 0x270, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(797, 0x24C, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(798, 0x264, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(799, 0xE1, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(800, 0x98, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(801, 0x1C3, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(802, 0x29F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(803, 0x19F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(804, 0x1D0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(805, 0x30F, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(806, 0x3DB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(807, 0x145, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(808, 0x299, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(809, 0x420, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(810, 0x258, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(811, 0x29E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(812, 0x335, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(813, 0x1C9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(814, 0x479, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(815, 0x1DF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(816, 0x2D9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(817, 0x436, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(818, 0x263, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(819, 0x603, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(820, 0x56F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(821, 0x44, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(822, 0x251, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(823, 0x184, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(824, 0x2AB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(825, 0x376, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(826, 0x455, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(827, 0x536, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(828, 0x4E8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(829, 0x559, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(830, 0x579, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(831, 0x69E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(832, 0x75A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(833, 0x6AB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(834, 0x3BD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(835, 0x316, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(836, 0x4D4, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(MONITOR_KEYBOARDKEY, 0x24E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(838, 0x775, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(839, 0x7AA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(840, 0x68B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(841, 0x68D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(842, 0x57A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(843, 0x571, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(844, 0x2FA, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(845, 0x46E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(846, 0x38E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(847, 0x4A3, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(848, 0xB7, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(849, 0x5FC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(850, 0x30F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(851, 0x3C5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(852, 0x1CC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(853, 0x1F9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(854, 0x185, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(855, 0x2DE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(856, 0x28F, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(857, 0x452, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(858, 0x31B, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(859, 0x6FC, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(860, 0x70A, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(861, 0x211, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(862, 0x2D8, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(863, 0x1BF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(864, 0x22D, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(865, 0x193, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(866, 0x4E8, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(867, 0x126, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(868, 0xFF, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(869, 0x31C, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(870, 0x17B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(871, 0x160, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(872, 0x43, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(873, 0x190, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(874, 0x2F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(875, 0x14E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(876, 0x13A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(877, 0x2F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(878, 0x39, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(879, 0x51, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(880, 0x29, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(881, 0x4B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(882, 0x2B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(883, 0xDD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(884, 0x700, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(885, 0x248, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(886, 0x14F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(887, 0x16C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(888, 0x3F8, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(889, 0x2B0, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(890, 0x1BF, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(891, 0x3B0, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(892, 0x3E9, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(893, 0x3D0, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(894, 0x372, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(895, 0x5D2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(896, 0x711, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(897, 0x672, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(898, 0x4CA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(899, 0x3EA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(900, 0x227, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(901, 0x3BE, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(902, 0x354, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(903, 0x356, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(904, 0x3B5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(905, 0x41D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(906, 0x2B9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(907, 0x1AD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(908, 0x513, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(909, 0x4C4, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(910, 0x46F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(911, 0x4DD, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(912, 0x65B, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(913, 0x397, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(914, 0x2EF, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(915, 0x316, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(916, 0x316, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(917, 0x98, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(918, 0x1A8, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(919, 0x276, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(920, 0x799, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(921, 0x29C, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(922, 0x390, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(923, 0x3BA, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(924, 0x8A6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(925, 0x33E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(926, 0x60C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(927, 0x650, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(928, 0x237, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(929, 0x35C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(930, 0x313, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(931, 0x1DE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(932, 0x1BD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(933, 0x269, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(934, 0x150, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(935, 0x436, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(936, 0x166, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(937, 0x18D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(938, 0x201, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(939, 0x420, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(940, 0x2D6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(941, 0x2DA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(942, 0x32F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(943, 0x2B9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(944, 0x29D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(945, 0x1FA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(946, 0x27F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(947, 0xF1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(948, 0x5E7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(949, 0x671, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(950, 0x52B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(951, 0x878, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(952, 0x799, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(953, 0x5E4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(954, 0x608, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(955, 0x568, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(956, 0x5C1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(957, 0x5E5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(958, 0x774, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(959, 0x287, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(960, 0x287, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(961, 0x760, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(962, 0x84A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(963, 0x86D, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(964, 0x869, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(965, 0x83E, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(966, 0x831, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(967, 0x84E, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(968, 0x820, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(969, 0x285, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(970, 0x2F1, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(971, 0x4CB, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(972, 0x87F, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(973, 0x8AD, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(974, 0x87F, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(975, 0x87F, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(976, 0x8A2, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(977, 0x87F, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(978, 0x91A, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(979, 0x259, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(980, 0x676, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(981, 0x676, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(NEON_LAMP, 0x4A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(983, 0x370, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(984, 0x307, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(985, 0x311, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(986, 0x51A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(987, 0x19A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(988, 0x11, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(989, 0x129, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(990, 0x142, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(991, 0x191, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(992, 0x180, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(993, 0x13C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(994, 0x162, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(995, 0x126, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(996, 0x175, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(997, 0x35E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(998, 0x232, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(999, 0x50A, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1000, 0x40C, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1001, 0x3C9, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1002, 0x4D0, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1003, 0x4ED, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1004, 0x267, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1005, 0x33A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1006, 0xF0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1007, 0x491, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1008, 0x28D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1009, 0x1B2, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(1010, 0x612, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(1011, 0x71E, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1012, 0x199, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1013, 0x6AD, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1014, 0x1F3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(STATIC_NOISE, 0x389, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1016, 0x367, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1017, 0x2FF, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1018, 0x379, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1019, 0x48E, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(1020, 0x51F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1021, 0x545, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1022, 0x30A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1023, 0x3B3, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1024, 0x476, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1025, 0x22A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1026, 0x96, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1027, 0x331, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1028, 0x44F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1029, 0x331, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1030, 0x343, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1031, 0xAD, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1032, 0x5D2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1033, 0x488, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1034, 0x477, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1035, 0x4D3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1036, 0x61A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1037, 0x48F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1038, 0x4FB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1039, 0x53B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1040, 0x6A0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1041, 0x212, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1042, 0x2E7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1043, 0x2A5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1044, 0x244, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1045, 0x130, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1046, 0x15C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1047, 0x35C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1048, 0x676, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1049, 0x2CD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1050, 0x76E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1051, 0x723, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1052, 0x7B2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1053, 0x613, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1054, 0x228, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1055, 0x5D2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1056, 0x207, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1057, 0x59E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1058, 0x198, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1059, 0x54C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1060, 0x50E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1061, 0x1E3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1062, 0x524, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1063, 0x3D6, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1064, 0x292, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1065, 0x16D, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1066, 0x3C5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1067, 0x5BB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1068, 0x53A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1069, 0x5A3, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1070, 0x71A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1071, 0x40A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1072, 0x6E1, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1073, 0x723, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1074, 0x47E, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1075, 0x280, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1076, 0x383, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1077, 0x2E4, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(1078, 0x140, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1079, 0xE6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1080, 0x5EA, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1081, 0x4C8, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1082, 0x50F, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1083, 0xE4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1084, 0x48, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1085, 0x5AC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1086, 0x21B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1087, 0x35F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1088, 0x206, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1089, 0x16B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1090, 0x46B, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1091, 0x53F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1092, 0x3EA, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1093, 0x3EB, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1094, 0x51B, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1095, 0x48A, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1096, 0x4C8, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1097, 0x456, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1098, 0x386, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1099, 0x4F0, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1100, 0x556, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1101, 0x533, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1102, 0x3EA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1103, 0x4E8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1104, 0x54E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1105, 0x518, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1106, 0x49F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1107, 0x54A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1108, 0x537, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1109, 0x535, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1110, 0x3E6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1111, 0x4B0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1112, 0x52D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1113, 0x535, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1114, 0x46C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1115, 0x4DA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1116, 0x405, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1117, 0x501, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1118, 0x585, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1119, 0x2BA, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(1120, 0x2A0, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(1121, 0x31C, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(1122, 0x19C, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(1123, 0xD8, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(1124, 0x728, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(1125, 0x4AD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1126, 0x325, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1127, 0x4EC, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(1128, 0x801, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1129, 0x7E3, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1130, 0x657, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1131, 0x432, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1132, 0x9AA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1133, 0x37F, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1134, 0x4DE, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1135, 0x5AB, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1136, 0x60C, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1137, 0x29A, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1138, 0x13E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1139, 0x1E9, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1140, 0x3BB, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1141, 0x43E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1142, 0x425, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1143, 0x2B0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1144, 0xD5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1145, 0x14F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1146, 0x129, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(1147, 0x350, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1148, 0x33C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1149, 0x354, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1150, 0x191, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1151, 0x4CA, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1152, 0x323, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1153, 0x387, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1154, 0x79C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1155, 0x706, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(1156, 0x2D0, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1157, 0x2FA, HIT_SNOW, HIT_SNOW, 0, 0, 0, 0) +IMAGE(1158, 0x498, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1159, 0x49F, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1160, 0x307, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1161, 0x549, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1162, 0x4E5, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1163, 0x3EE, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1164, 0x407, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1165, 0x5E3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1166, 0x541, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1167, 0x533, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1168, 0x439, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1169, 0x5F0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1170, 0x5B1, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1171, 0x374, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1172, 0x25, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1173, 0x2A4, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1174, 0x240, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1175, 0x20F, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1176, 0x369, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1177, 0x227, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1178, 0x121, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1179, 0x269, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1180, 0x1D9, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1181, 0x24A, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1182, 0x21B, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1183, 0x476, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1184, 0x6B1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_DESKTOPBARS, 0x566, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_DESKTOP, 0x5A8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_DESKTOPSTAGGERED, 0x53F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1188, 0x5E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1189, 0x2EA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1190, 0x3BE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1191, 0x155, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1192, 0xC6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1193, 0x342, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1194, 0x3D6, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1195, 0x329, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1196, 0x7CE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1197, 0x5D4, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1198, 0x621, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1199, 0x7F3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1200, 0x76E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1201, 0x7AC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1202, 0x1E3, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1203, 0x28C, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1204, 0x2D2, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1205, 0x3B8, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1206, 0x544, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1207, 0x4CA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1208, 0x526, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1209, 0x575, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1210, 0x4BB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1211, 0x575, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1212, 0x5D2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1213, 0x59F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1214, 0x13D, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1215, 0x6E4, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1216, 0x67D, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1217, 0x2E9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1218, 0x373, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1219, 0x162, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1220, 0x111, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1221, 0xC3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1222, 0x21E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1223, 0x43A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1224, 0x54D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1225, 0x28D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1226, 0x3C3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1227, 0x3C1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1228, 0x3AC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1229, 0x59E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1230, 0x349, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1231, 0x3D8, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1232, 0x453, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1233, 0x41F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1234, 0x6AF, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1235, 0x39D, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1236, 0x300, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1237, 0x3E2, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1238, 0x38B, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1239, 0x32A, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1240, 0x40E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1241, 0x333, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1242, 0x2C5, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1243, 0x265, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1244, 0x36C, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1245, 0x53E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1246, 0x4B0, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1247, 0x198, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1248, 0x4E9, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1249, 0x29C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1250, 0x2E3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1251, 0x2D9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1252, 0x276, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1253, 0x2E3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1254, 0x3AB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1255, 0x249, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1256, 0xDA, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1257, 0x377, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1258, 0x547, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1259, 0x3E7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1260, 0x303, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(1261, 0x1F2, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1262, 0x128, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1263, 0x1B2, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1264, 0x104, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1265, 0x4A4, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1266, 0x33E, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1267, 0x54C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1268, 0x461, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1269, 0x2F9, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1270, 0x54D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1271, 0x1E1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1272, 0x227, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1273, 0x1F5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1274, 0x33E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1275, 0x2D6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1276, 0x1A1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1277, 0xCB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1278, 0x4F0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1279, 0x193, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1280, 0x370, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1281, 0x3AE, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1282, 0x418, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1283, 0x1B7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1284, 0x298, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1285, 0x814, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1286, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1287, 0x814, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1288, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1289, 0x60C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1290, 0x43D, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1291, 0x601, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1292, 0x60C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1293, 0x59C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1294, 0x5EF, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1295, 0x5EE, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1296, 0x60C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1297, 0x60C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1298, 0x4A1, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1299, 0x4EE, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1300, 0x5E0, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1301, 0x60C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1302, 0x60C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1303, 0x60C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1304, 0x814, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1305, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1306, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1307, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1308, 0x5F9, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1309, 0x60C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1310, 0x7E6, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1311, 0x7EC, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1312, 0x7FB, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1313, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1314, 0x80C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1315, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1316, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1317, 0x805, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1318, 0x5E9, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1319, 0x5D5, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1320, 0x5E9, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1321, 0x452, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1322, 0x60C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1323, 0x60C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1324, 0x814, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1325, 0x814, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1326, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1327, 0x808, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1328, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1329, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1330, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1331, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1332, 0x49A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1333, 0x5EB, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1334, 0x537, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1335, 0x609, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1336, 0x5ED, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1337, 0x506, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1338, 0x383, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1339, 0x4F5, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1340, 0x814, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1341, 0x814, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1342, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1343, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1344, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1345, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1346, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1347, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1348, 0x814, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1349, 0x814, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1350, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1351, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1352, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1353, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1354, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1355, 0x80A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1356, 0x315, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1357, 0x283, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1358, 0x286, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1359, 0x486, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1360, 0x5F6, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1361, 0x60C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1362, 0x609, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1363, 0x4C7, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1364, 0x33E, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1365, 0x427, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1366, 0x1DA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1367, 0x613, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1368, 0x4C2, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1369, 0x4E3, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1370, 0x453, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1371, 0x47B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1372, 0x27C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1373, 0x327, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1374, 0x2E1, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1375, 0x337, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1376, 0x24E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1377, 0x1F0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1378, 0x333, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1379, 0xD2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1380, 0x4BB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1381, 0x28, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1382, 0x26, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(LINEAR_LAMP, 0x33A, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(1384, 0x279, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1385, 0x602, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1386, 0x313, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1387, 0x313, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1388, 0x545, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1389, 0x3FF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1390, 0x462, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1391, 0x3FD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1392, 0x18F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1393, 0x24E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1394, 0x3AC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1395, 0x58F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1396, 0x55E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1397, 0x417, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1398, 0x4C6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1399, 0x585, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1400, 0x466, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1401, 0x94F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1402, 0x8F0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1403, 0x901, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1404, 0x92D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1405, 0x940, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1406, 0x909, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1407, 0x940, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1408, 0x8F1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1409, 0x1C4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1410, 0x173, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1411, 0x155, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1412, 0x311, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1413, 0x292, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1414, 0x22B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1415, 0x1FD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1416, 0x1CD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1417, 0x203, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1418, 0x282, HIT_TILE, HIT_TILE, 0, 0, 0, 0) +IMAGE(1419, 0x24E, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1420, 0x1DF, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1421, 0x214, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1422, 0x417, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1423, 0x1F4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1424, 0x5E1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1425, 0x5D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1426, 0x556, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1427, 0x161, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1428, 0x159, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1429, 0x4BF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1430, 0x283, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1431, 0x32E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1432, 0x134, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1433, 0x24E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1434, 0x116, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1435, 0xF0, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(1436, 0x112, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(1437, 0x3D3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1438, 0x3D3, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1439, 0x3E7, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1440, 0x44A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1441, 0x11B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1442, 0x12C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1443, 0x175, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1444, 0x27E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1445, 0x1C8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1446, 0x2E1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1447, 0x1FF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1448, 0x2F8, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1449, 0x29B, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(1450, 0x278, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1451, 0x29F, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1452, 0x251, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1453, 0x28E, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1454, 0x26E, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1455, 0x2D2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1456, 0x391, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1457, 0x432, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1458, 0x13B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1459, 0x27A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1460, 0x26F, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1461, 0x505, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1462, 0x4DE, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1463, 0x4B2, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1464, 0x33B, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1465, 0x2D7, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1466, 0x1B6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1467, 0x1F2, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1468, 0x6A3, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1469, 0x6A3, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1470, 0x27F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1471, 0x25B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1472, 0x1A4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1473, 0x582, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1474, 0x21D, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(IMPACTREDBRICK1, 0x51D, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(IMPACTREDBRICK3, 0x4F8, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1477, 0x487, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(IMPACTBROWNBRICK1, 0x368, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(IMPACTBROWNBRICK2, 0x37C, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1480, 0x78A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1481, 0x49, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1482, 0x4B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1483, 0x33, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1484, 0x3BE, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1485, 0xBE, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1486, 0x1A8, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(1487, 0x6CE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1488, 0x674, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1489, 0x706, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1490, 0x6C4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1491, 0x6DE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1492, 0x700, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1493, 0x6BC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1494, 0x6E5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1495, 0x66B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1496, 0x73B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1497, 0x3E6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1498, 0x404, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1499, 0x39D, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1500, 0x2EA, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1501, 0x574, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1502, 0x10E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1503, 0x210, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1504, 0x15F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1505, 0x311, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1506, 0x3AF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1507, 0x4F7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(WATER_GRAYSCALE, 0x28A, HIT_WATER, HIT_WATER, 0, 0, 0, 0) +IMAGE(WATER_BLUE, 0x234, HIT_WATER, HIT_WATER, 0, 0, 0, 0) +IMAGE(1510, 0x292, HIT_WATER, HIT_WATER, 0, 0, 0, 0) +IMAGE(1511, 0x285, HIT_WATER, HIT_WATER, 0, 0, 0, 0) +IMAGE(1512, 0x549, HIT_WATER, HIT_WATER, 0, 0, 0, 0) +IMAGE(1513, 0x1F6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1514, 0xC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1515, 0x168, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(1516, 0x190, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(1517, 0x250, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(1518, 0x57A, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(1519, 0x42C, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(1520, 0x4FF, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(1521, 0x323, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(1522, 0x1DF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1523, 0x503, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1524, 0x1A5, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1525, 0x2EC, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1526, 0x485, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1527, 0x728, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1528, 0x223, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1529, 0x3CB, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1530, 0x15A, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1531, 0xE7, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1532, 0x176, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1533, 0x1B4, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1534, 0x2C3, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1535, 0x2A8, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1536, 0x23A, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1537, 0x246, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1538, 0x240, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1539, 0x27C, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1540, 0x2EA, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(1541, 0x4B1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1542, 0x474, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1543, 0x485, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1544, 0x7D6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1545, 0x881, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1546, 0x42A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1547, 0x5BC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1548, 0x72C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1549, 0x891, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1550, 0x75C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1551, 0x8DC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1552, 0x94A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1553, 0x924, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1554, 0x970, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1555, 0x24E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1556, 0x9A4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1557, 0x337, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1558, 0x608, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1559, 0x60C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1560, 0x9E7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1561, 0x9DC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1562, 0x9C2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1563, 0x1F8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1564, 0x251, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1565, 0x232, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1566, 0x1FB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1567, 0x5C0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1568, 0x407, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1569, 0x9E9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1570, 0x8A6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1571, 0x968, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1572, 0x5C5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1573, 0x41A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1574, 0x386, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1575, 0x3DE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1576, 0x272, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1577, 0x395, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1578, 0x350, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1579, 0x2EC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1580, 0x324, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1581, 0x2C6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1582, 0x71E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1583, 0x70F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1584, 0x359, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1585, 0x3C9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1586, 0x3A0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1587, 0x36B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1588, 0xB7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1589, 0x4FB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1590, 0x53F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1591, 0x4D1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1592, 0x70D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1593, 0x2DC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1594, 0x3A6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1595, 0x19B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1596, 0x3CC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1597, 0x28, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1598, 0x35, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1599, 0x237, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1600, 0x3A5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1601, 0x38E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1602, 0x2A5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1603, 0x28F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1604, 0xC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1605, 0x1DB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1606, 0x75B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1607, 0x278, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1608, 0xC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1609, 0x3D7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1610, 0x155, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1611, 0x3FB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1612, 0x3AD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1613, 0x59C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1614, 0x131, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1615, 0x3B9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1616, 0x4F4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1617, 0x14F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1618, 0x3B5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1619, 0x496, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1620, 0x16E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1621, 0x3CB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1622, 0x4E7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1623, 0x1B2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1624, 0x860, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1625, 0x87A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1626, 0x6FC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1627, 0x14F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1628, 0x2FA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1629, 0x2FF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1630, 0x134, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1631, 0x2D4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1632, 0x4FE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1633, 0x534, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1634, 0x383, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1635, 0x36A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1636, 0x2F1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1637, 0x36C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1638, 0x13A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1639, 0x37, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1640, 0x399, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1641, 0x2E9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1642, 0x41F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1643, 0x32C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1644, 0x5BE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1645, 0x2CD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1646, 0x30D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1647, 0x5CE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1648, 0x728, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1649, 0x47C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1650, 0x5F2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1651, 0x40, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1652, 0x6BC, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1653, 0x9AA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1654, 0x7FA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1655, 0x3FE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1656, 0x4CE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1657, 0x2BC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1658, 0x5D0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1659, 0x56D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1660, 0x791, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1661, 0x951, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1662, 0x78D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1663, 0x24E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1664, 0x30D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1665, 0x936, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1666, 0x4D1, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1667, 0x54E, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1668, 0x176, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(1669, 0x5A1, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1670, 0x586, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1671, 0xC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1672, 0x462, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1673, 0x5F7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1674, 0x734, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1675, 0x73A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1676, 0x6C7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1677, 0x799, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1678, 0x465, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1679, 0x65E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1680, 0x49B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1681, 0x680, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1682, 0x98C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1683, 0x920, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1684, 0x91D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1685, 0x9BE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1686, 0x66F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1687, 0x611, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1688, 0x5B3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1689, 0x147, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1690, 0x69A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1691, 0x535, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1692, 0x40A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1693, 0x31C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1694, 0x2D0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1695, 0x2BF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1696, 0x998, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1697, 0x1C1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1698, 0x2B4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1699, 0x31C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1700, 0x388, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1701, 0x3EE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1702, 0x8DB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1703, 0x859, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1704, 0x36A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1705, 0x957, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1706, 0x99F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1707, 0x9D0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1708, 0x696, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1709, 0x1BE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1710, 0x2A1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1711, 0x558, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1712, 0x1BB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1713, 0x2B7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1714, 0x283, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1715, 0x250, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1716, 0x2C1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1717, 0x4E1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1718, 0x36C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1719, 0x307, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1720, 0x2EA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1721, 0x2C1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1722, 0x943, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1723, 0x8C3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1724, 0x907, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1725, 0xC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1726, 0x9D2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1727, 0x9B3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1728, 0x990, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1729, 0x3FE, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1730, 0x40A, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1731, 0x447, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1732, 0x418, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(1733, 0x833, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1734, 0x7E9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1735, 0x341, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1736, 0x171, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1737, 0x607, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1738, 0x58D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1739, 0x3B7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1740, 0x400, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1741, 0x45A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1742, 0x712, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1743, 0x226, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1744, 0x415, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1745, 0x535, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1746, 0x774, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1747, 0x7A8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1748, 0x76D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1749, 0x27C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1750, 0x2A9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1751, 0x10B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1752, 0x342, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1753, 0x1E5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1754, 0x1FB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1755, 0x5C8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1756, 0x39B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1757, 0x416, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1758, 0x452, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1759, 0x428, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1760, 0x29B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1761, 0x1D2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1762, 0x65A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1763, 0x964, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1764, 0x8BC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1765, 0x8E8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1766, 0x9EA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1767, 0x9AB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1768, 0x9B5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1769, 0x38C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1770, 0x559, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1771, 0x667, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1772, 0x57A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1773, 0x480, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1774, 0x1A0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1775, 0xF6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1776, 0x317, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1777, 0x37E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1778, 0x61A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1779, 0x4B5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1780, 0x139, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1781, 0x142, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1782, 0x191, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1783, 0x301, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1784, 0x1C2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1785, 0x367, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1786, 0x3DD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1787, 0x386, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1788, 0x33E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1789, 0x30A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1790, 0x2E8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1791, 0x340, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1792, 0x368, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1793, 0x3D5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1794, 0x3DB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1795, 0x4D7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1796, 0x498, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1797, 0x49D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1798, 0x2EA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1799, 0x374, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1800, 0x68C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1801, 0x72E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1802, 0x8E2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1803, 0x820, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1804, 0x8A1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1805, 0x83A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1806, 0x1F6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1807, 0x1D4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1808, 0x2F4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1809, 0x13E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1810, 0x173, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1811, 0x678, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1812, 0x299, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1813, 0x5A3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1814, 0xA0C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1815, 0x9E3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1816, 0x9E9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1817, 0x940, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1818, 0x9B2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1819, 0x966, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1820, 0x9E1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1821, 0x929, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1822, 0x948, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1823, 0x9E8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1824, 0x9CD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1825, 0x9A4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1826, 0x961, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1827, 0x965, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1828, 0x909, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1829, 0x393, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1830, 0x157, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1831, 0x28B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1832, 0x312, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1833, 0x9D9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1834, 0x905, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1835, 0x928, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1836, 0x277, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1837, 0x27C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1838, 0x116, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1839, 0x1C7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1840, 0x104, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1841, 0x288, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1842, 0x61D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1843, 0x185, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1844, 0x859, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1845, 0x89F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1846, 0x7E8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1847, 0x9A6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1848, 0x8AD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1849, 0x8BF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1850, 0x929, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1851, 0x959, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1852, 0x93B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1853, 0x8F0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1854, 0x8B8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1855, 0x933, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1856, 0x4DB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1857, 0x941, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1858, 0x6C3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1859, 0x844, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1860, 0x32A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1861, 0x60A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1862, 0x3A6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1863, 0x110, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1864, 0x2B6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1865, 0x725, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1866, 0x4FE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1867, 0xC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1868, 0x8CF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1869, 0x94A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1870, 0x9A8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1871, 0x78C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1872, 0x9DE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1873, 0x114, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1874, 0x57F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1875, 0x1C2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1876, 0x7D4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1877, 0x7E5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1878, 0x9E3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1879, 0x7BD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1880, 0x4A8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1881, 0xBA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1882, 0x5D1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1883, 0x96C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1884, 0x87A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1885, 0x800, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1886, 0x470, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1887, 0x211, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1888, 0x20A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1889, 0x32A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1890, 0x3E7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1891, 0x263, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1892, 0xA0C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1893, 0x60C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1894, 0x5F0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1895, 0x66A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1896, 0x322, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1897, 0x37F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1898, 0x37F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1899, 0x314, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1900, 0x333, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1901, 0x19C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1902, 0x232, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1903, 0x151, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1904, 0x176, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1905, 0x7A9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1906, 0x79A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1907, 0x932, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1908, 0x8CD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1909, 0x8CE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1910, 0x104, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1911, 0x2F3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1912, 0x5B4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1913, 0x33E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1914, 0x50E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1915, 0x5FA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1916, 0x464, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1917, 0xC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1918, 0x577, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1919, 0x583, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1920, 0x8A4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1921, 0x352, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1922, 0x2D7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1923, 0x35B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1924, 0x3C3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1925, 0x477, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1926, 0x47F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1927, 0x291, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1928, 0x8F5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1929, 0x908, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1930, 0x9D3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1931, 0x8C9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1932, 0x2A0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1933, 0x838, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1934, 0x7F5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1935, 0x315, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1936, 0x516, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1937, 0x46B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1938, 0x305, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1939, 0x4DE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1940, 0x46B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1941, 0x320, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1942, 0x695, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1943, 0x96E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1944, 0x99D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1945, 0x996, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1946, 0x38E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1947, 0x248, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1948, 0x2CC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1949, 0x79, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1950, 0x61C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1951, 0x48E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1952, 0x55A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1953, 0x523, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1954, 0x652, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1955, 0x543, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1956, 0x4D7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1957, 0x563, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1958, 0x3C6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1959, 0x446, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1960, 0x26A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1961, 0x561, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1962, 0x259, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1963, 0x757, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1964, 0x712, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1965, 0x42B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1966, 0x172, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1967, 0x35C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1968, 0x3F9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1969, 0x594, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1970, 0x98A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1971, 0x90B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1972, 0x9C5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1973, 0x8E3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1974, 0x949, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1975, 0x90F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1976, 0xA0C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1977, 0x960, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1978, 0x95C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1979, 0x1B3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1980, 0x425, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1981, 0x76C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1982, 0x775, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1983, 0x1AF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1984, 0x176, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1985, 0x2C0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1986, 0x394, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1987, 0x306, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1988, 0x55D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1989, 0x53E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1990, 0x179, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1991, 0x17D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1992, 0x1B7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1993, 0x1CC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1994, 0x181, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1995, 0xF0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1996, 0x220, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1997, 0x998, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1998, 0x9B7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(1999, 0x96D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2000, 0x8BC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2001, 0x8BA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2002, 0x884, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2003, 0x924, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2004, 0x812, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2005, 0x276, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2006, 0x19C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2007, 0xFE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2008, 0x2B1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2009, 0x269, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2010, 0x768, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2011, 0xB9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2012, 0xE4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2013, 0x141, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2014, 0x30F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2015, 0x140, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2016, 0x398, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2017, 0x183, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2018, 0x12F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2019, 0x158, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2020, 0x1AE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2021, 0x1D5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2022, 0xC4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2023, 0x398, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2024, 0x2BF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2025, 0x761, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2026, 0x11E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2027, 0x3BB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2028, 0x654, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2029, 0x5B7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2030, 0x66F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2031, 0x6C3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2032, 0x400, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2033, 0x308, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2034, 0x382, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2035, 0x5A4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2036, 0x2B1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2037, 0x441, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2038, 0x1F4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2039, 0x1A7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2040, 0x900, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2041, 0x7F4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2042, 0x125, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2043, 0x19A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2044, 0x55A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2045, 0x230, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2046, 0x30E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2047, 0x944, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2048, 0x281, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2049, 0x255, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2050, 0x451, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2051, 0x3BE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2052, 0x1BB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2053, 0x6CA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2054, 0x7AB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2055, 0x3C7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2056, 0x972, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2057, 0xC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2058, 0x196, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2059, 0x27B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2060, 0x1AA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2061, 0x981, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2062, 0x96B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2063, 0x903, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2064, 0x245, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2065, 0x12F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2066, 0x48B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2067, 0x2FA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2068, 0x426, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2069, 0x60B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2070, 0x4BB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2071, 0x38A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2072, 0x45F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2073, 0x492, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2074, 0x30F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2075, 0x409, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2076, 0x396, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2077, 0x9AE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2078, 0x7A8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2079, 0x8B2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2080, 0x2DE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2081, 0x3A8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2082, 0x6B5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2083, 0x62A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_0, 7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_0, 8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_1, 0x4DD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_1, 0x123, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_2, 0x3AF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_2, 0xD1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_3, 0x485, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_3, 0xFE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_4, 0x425, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_4, 0xDA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_5, 0x313, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_5, 0x78, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_6, 0xAA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_6, 0x32, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_7, 0x3CB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_7, 0x100, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_8, 0x4AC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_8, 0x112, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_9, 0x555, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_9, 0x120, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_10, 0x5B3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_10, 0x132, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_11, 0x5ED, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_11, 0x142, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_12, 0x5AB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_12, 0x137, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_13, 0x580, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_13, 0x135, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE_14, 0x526, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FIRE_14, 0x12D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2114, 0x8F9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2115, 0x8C6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2116, 0x82E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2117, 0x8C5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2118, 0x19C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2119, 0x8FB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2120, 0x761, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2121, 0x6CB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2122, 0x6F2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2123, 0x6D3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2124, 0x78B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2125, 0x73C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2126, 0x792, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2127, 0x775, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FLAREORANGELINE, 0x47D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2129, 0x624, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2130, 0x60C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2131, 0x60C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2132, 0x60C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2133, 0x60A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FLAREBLUEROUND, 0xBC7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FLAREBLUELINE, 0x514, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FLAREWHITEROUND, 0x487, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2137, 0x9FD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2138, 0x95F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2139, 0x7C5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2140, 0x8A7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2141, 0x759, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2142, 0x690, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2143, 0x664, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2144, 0x6B3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2145, 0x80E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2146, 0x79F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2147, 0x775, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2148, 0x77F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2149, 0x6B9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2150, 0x646, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2151, 0x649, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2152, 0x654, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2153, 0x580, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2154, 0x50B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2155, 0x505, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2156, 0x52B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2157, 0x832, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2158, 0x7E7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2159, 0x7D3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2160, 0x787, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(ROCKETAMMO, 0x21A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(PLAINMINEAMMO, 0x2E8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(GRENADEAMMO, 0x38E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MAGAMMO, 0x95, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(GLAMMO, 0x283, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(KNIFEAMMO, 0x201, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SHOTAMMO, 0x8E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(IMPACT1, 0x3F9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(IMPACT2, 0x34F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(IMPACT3, 0x658, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(IMPACT4, 0x474, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(IMPACTMULTI, 0x21C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(IMPACTREDBRICK2, 0x529, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(IMPACTBRICK2, 0x450, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(IMPACTBRICK3, 0x457, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(SMOKE1, 0x1E7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE2, 0x4E1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE3, 0x19E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE4, 0x284, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE5, 0x39B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKE6, 0x365, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKEBALLS1, 0x565, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKEBALLS2, 0x601, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKEBALLS3, 0x64C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKEBALLS4, 0x63A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(SMOKEBALLS5, 0x645, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_BOND, 0x38D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_LOCATION, 0x399, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_BEGINARMING, 0x45C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_TARGET, 0x34E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_SEVERNAYA, 0x40F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_BREAKTARGET, 0x42B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_AIMER, 0x122, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_EARTH, 0x5E5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_DESKTOPBANG, 0x5D3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_HEATMAP, 0x59D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_3DMATH, 0x56B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_2DMATH, 0x587, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_SATELLITE, 0x58A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_CUBE1, 0x17A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_EARTHFULL2, 0x5F7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_BLUESTARS, 0x5F6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_GALAXY1, 0x58D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_GALAXY2, 0x5D6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_TARGETEARTH, 0x5EA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_GALAXY3, 0x526, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_SKATEBOARD1, 0x1EB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_SKATEBOARD2, 0x1CB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_SKATEBOARD3, 0x1EC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_TALK1, 0x43C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_TALK2, 0x442, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_TALK3, 0x43B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_TALK4, 0x43B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_WORLDMAP, 0x6B6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_CUBE2, 0x1B0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_CUBE3, 0x1AF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_CUBE4, 0x1B1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_SKATEBOARD4, 0x1C2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_FIST1, 0x31B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_FIST2, 0x334, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_FIST3, 0x330, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_FIST4, 0x345, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_SINE, 0x1C7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_TEXT, 0x88, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_BARS, 0x32, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_SQUARES, 0x54, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_STATIC, 0x649, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(CLOUDS_GRAYSCALE, 0x6B1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(FLARENOVA, 0x6B5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(WHITEBOX, 0x468, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(9MMAMMO, 0xBA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(RIFLEAMMO, 0x18B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(GGAMMO, 0x8F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MINEAMMO, 0x2DF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(PROXAMMO, 0x2E1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(CROSSHAIR1, 0x403, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(CROSSHAIR2, 0x1AE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(TIMEAMMO, 0x2E0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2239, 0x9E1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2240, 0x9F3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2241, 0x5B5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2242, 0x4C4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2243, 0x458, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2244, 0x77D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2245, 0xBD2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2246, 0x9CF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2247, 0x683, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2248, 0x370, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2249, 0xC8B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2250, 0x5DB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2251, 0x5E4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2252, 0x594, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2253, 0x59B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2254, 0x412, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2255, 0x1DE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2256, 0x2DB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2257, 0x32B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2258, 0x35C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2259, 0x2B3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2260, 0x83A, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(2261, 0x59E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2262, 0x6EA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MONITOR_TRIANGLE, 0x1AA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2264, 0x350, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2265, 0x49B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2266, 0x700, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2267, 0x7CF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2268, 0x7CB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2269, 0x6D5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2270, 0x4F4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2271, 0x4AD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2272, 0x210, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2273, 0x342, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2274, 0xA7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2275, 0x1C0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2276, 0x353, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2277, 0x40C, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(2278, 0x3BA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2279, 0x400, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(2280, 0xE3E, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(2281, 0x422, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2282, 0x400, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(2283, 0x295, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2284, 0x5D5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2285, 0x223, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2286, 0x258, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2287, 0x242, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2288, 0x1BA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2289, 0x1D3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2290, 0xFC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2291, 0x1EE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2292, 0x1BA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2293, 0x1EB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2294, 0x23E, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2295, 0x563, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2296, 0x1BB, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2297, 0x18D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2298, 0x280, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2299, 0x9D, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2300, 0x314, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(2301, 0x3C7, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(2302, 0x561, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(2303, 0x3E3, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(2304, 0x4DF, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(2305, 0x42C, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2306, 0x604, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2307, 0xF1, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2308, 0x337, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2309, 0x44A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2310, 0x4FF, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(2311, 0x197, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(2312, 0x2FF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2313, 0x2AC, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(2314, 0x306, HIT_DIRT, HIT_DIRT, 0, 0, 0, 0) +IMAGE(2315, 0x3E4, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2316, 0x289, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2317, 0x29A, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2318, 0x4AF, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2319, 0x43F, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2320, 0x3F0, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2321, 0x3F4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2322, 0x41F, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(2323, 0x3C6, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(2324, 0x41D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2325, 0x2D0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2326, 0x293, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2327, 0x3E6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2328, 0x20E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2329, 0x377, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2330, 0x39B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2331, 0x51C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2332, 0x2B2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2333, 0x504, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2334, 0x5AD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2335, 0x2E3, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(2336, 0x3FF, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(2337, 0x1A7, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(2338, 0x2C2, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(2339, 0xED, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(2340, 0x2D2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2341, 0x504, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2342, 0x43D, HIT_WATER, HIT_WATER, 0, 0, 0, 0) +IMAGE(2343, 0x419, HIT_WATER, HIT_WATER, 0, 0, 0, 0) +IMAGE(2344, 0x2B5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2345, 0x60C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2346, 0x29D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2347, 0x4EE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2348, 0x4F1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2349, 0x236, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2350, 0x354, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2351, 0x28E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2352, 0x3FA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2353, 0x4D2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2354, 0x584, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2355, 0x3FE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2356, 0x4AB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2357, 0x474, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2358, 0x470, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2359, 0x440, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2360, 0x4CC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2361, 0x4CF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2362, 0x4A7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2363, 0x18A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2364, 0x1A6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2365, 0x14A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2366, 0x383, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2367, 0x1FC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2368, 0x185, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2369, 0x3D1, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(2370, 0x4B4, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(2371, 0x575, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(2372, 0x40D, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(2373, 0x7F3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2374, 0x62D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2375, 0x30C, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2376, 0x416, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(2377, 0x444, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(2378, 0x1AA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2379, 0x221, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(2380, 0x648, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(2381, 0x420, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(2382, 0x3FD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2383, 0x403, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2384, 0x408, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2385, 0x455, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(2386, 0x3FC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2387, 0x408, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2388, 0x313, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(2389, 0x32D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2390, 0x27B, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2391, 0x2B5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2392, 0x51A, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(2393, 0x3E4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2394, 0x293, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2395, 0x38C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2396, 0x493, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(2397, 0x316, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2398, 0x2DA, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2399, 0x2B6, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(2400, 0x304, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(2401, 0x28E, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(2402, 0x37F, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(2403, 0x60C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2404, 0x60C, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(2405, 0x3BE, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(2406, 0x60C, HIT_WOOD, HIT_WOOD, 0, 0, 0, 0) +IMAGE(2407, 0x254, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2408, 0x4C9, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(2409, 0x60C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2410, 0x63F, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(2411, 0x5F1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2412, 0x6FF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2413, 0x63A, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(2414, 0x2EA, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(2415, 0x41F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2416, 0x33D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2417, 0x3A5, HIT_METALOBJ, HIT_METALOBJ, 0, 0, 0, 0) +IMAGE(2418, 0x32E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2419, 0x3FA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2420, 0x361, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2421, 0x71A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2422, 0x794, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2423, 0x6A2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2424, 0x221, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2425, 0x3F8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2426, 0x31C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2427, 0x1F1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2428, 0xC2, HIT_GLASS, HIT_GLASS, 0, 0, 0, 0) +IMAGE(2429, 0x20A, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(2430, 0x5C9, HIT_METAL, HIT_METAL, 0, 0, 0, 0) +IMAGE(2431, 0xAB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2432, 0x136, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2433, 0x356, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2434, 0x311, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2435, 0x5CD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2436, 0x1E1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2437, 0x353, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2438, 0x307, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2439, 0x17A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2440, 0x5B9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2441, 0x33C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2442, 0x374, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2443, 0x3F5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2444, 0x46C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2445, 0x302, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2446, 0x4A6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2447, 0x3B1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2448, 0x2A9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2449, 0x223, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2450, 0xA5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2451, 0x492, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2452, 0xC4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2453, 0x1BC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2454, 0x439, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2455, 0x2FC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2456, 0x308, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2457, 0x55, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2458, 0x20F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2459, 0x10C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2460, 0x171, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2461, 0x3AE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2462, 0x714, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2463, 0xB6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(TANKAMMO, 0xE1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2465, 0x213, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2466, 0x270, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2467, 0x567, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2468, 0x4F3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2469, 0x15A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2470, 0x1A2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2471, 0x252, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2472, 0x288, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2473, 0x35B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2474, 0x514, HIT_STONE, HIT_STONE, 0, 0, 0, 0) +IMAGE(2475, 0x236, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2476, 0x838, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2477, 0x3AC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2478, 0x358, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2479, 0x2F4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2480, 0x1BE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2481, 0x172, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2482, 0x34D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2483, 0x55A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2484, 0x593, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2485, 0x2E2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2486, 0x24F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2487, 0x2DB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2488, 0x4EF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2489, 0x4D0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2490, 0x35D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2491, 0x391, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2492, 0xF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2493, 0x552, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2494, 0x1D8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2495, 0x50D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2496, 0x5A8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2497, 0x4D7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2498, 0x38A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2499, 0x2E3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2500, 0x46A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2501, 0x42F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2502, 0x391, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2503, 0x918, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2504, 0x8AC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2505, 0x924, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2506, 0x98B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2507, 0x9BB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2508, 0x99B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2509, 0x5BD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2510, 0x406, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2511, 0x429, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2512, 0x469, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2513, 0x457, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2514, 0x37C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2515, 0x535, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2516, 0x769, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2517, 0x7B0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2518, 0x797, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2519, 0x6F4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2520, 0x5DF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2521, 0x747, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2522, 0x82F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2523, 0x98A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2524, 0x91A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2525, 0x6F5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2526, 0x3D4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2527, 0x452, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2528, 0x4E7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2529, 0x807, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2530, 0x7A9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2531, 0x69F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2532, 0x8CD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2533, 0x6FA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2534, 0x306, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2535, 0x44B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2536, 0x412, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2537, 0x7EB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2538, 0x925, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2539, 0x959, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2540, 0x9A1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2541, 0x950, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2542, 0x77E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2543, 0xA2E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2544, 0x8CB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2545, 0x91E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2546, 0x90F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2547, 0x8E8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2548, 0x7A9, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2549, 0x9E0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2550, 0x8BB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2551, 0x913, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2552, 0x6B5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2553, 0x83D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2554, 0x85D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2555, 0x840, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2556, 0x62A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2557, 0x677, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2558, 0x407, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2559, 0x8B7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2560, 0x8ED, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2561, 0x934, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2562, 0x730, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2563, 0x701, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2564, 0x785, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2565, 0x862, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2566, 0x799, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2567, 0x86E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2568, 0x71B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2569, 0x5F3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2570, 0x733, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2571, 0x758, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2572, 0xA27, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2573, 0xAA4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2574, 0x761, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2575, 0x6F4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2576, 0x632, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2577, 0x68B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_ARCHIVES, 0x97D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_CONTROL, 0xA2E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_FACILITY, 0x998, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_AZTEC, 0x9AE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_CAVERNS, 0x9A5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_CRADLE, 0x8AD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_EGYPT, 0x998, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_DAM, 0x81C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_DEPOT, 0x8EE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_FRIGATE, 0x7DD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_JUNGLE, 0x884, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_STREETS, 0x979, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_RUNWAY, 0x864, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_BUNKER, 0x91F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_BUNKER2, 0x8B6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_SURFACE, 0x758, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_SURFACE2, 0x833, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_SILO, 0xA6E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_STATUE, 0x837, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_TRAIN, 0x8E6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2598, 0x529, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2599, 0x51E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2600, 0x584, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2601, 0x5A6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BROSNAN_UL, 0x57F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BROSNAN_UR, 0x5FD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BROSNAN_LL, 0x4CA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BROSNAN_LR, 0x60B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(CONNERY_UL, 0x566, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(CONNERY_UR, 0x5AC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(CONNERY_LL, 0x485, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(CONNERY_LR, 0x6E4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MOORE_UL, 0x50A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MOORE_UR, 0x568, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MOORE_LL, 0x616, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MOORE_LR, 0x59F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(DALTON_UL, 0x594, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(DALTON_UR, 0x4BE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(DALTON_LL, 0x54C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(DALTON_LR, 0x513, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2618, 0x73D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2619, 0x6E2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2620, 0x6F4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2621, 0x6DE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2622, 0x66F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2623, 0x6C4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2624, 0x59B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2625, 0x75A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2626, 0x3A3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2627, 0x67A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2628, 0x6F2, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2629, 0x28A, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2630, 0x542, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(DOT, 0x35, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BORIS_UL, 0x4B8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BORIS_UR, 0x523, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BORIS_LL, 0x527, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BORIS_LR, 0x5FA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(OURUMOV_UL, 0x614, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(OURUMOV_UR, 0x509, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(OURUMOV_LL, 0x598, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(OURUMOV_LR, 0x5BB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(TREVELYAN_UL, 0x4E7, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(TREVELYAN_UR, 0x4ED, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(TREVELYAN_LL, 0x413, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(TREVELYAN_LR, 0x432, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(VALENTIN_UL, 0x4DA, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(VALENTIN_UR, 0x514, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(VALENTIN_LL, 0x4AB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(VALENTIN_LR, 0x4CF, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(XENIA_UL, 0x552, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(XENIA_UR, 0x4BC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(XENIA_LL, 0x536, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(XENIA_LR, 0x60F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(NATALYA_UL, 0x543, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(NATALYA_UR, 0x54E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(NATALYA_LL, 0x4BD, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(NATALYA_LR, 0x4C3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BARON_UL, 0x4D3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BARON_UR, 0x489, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BARON_LL, 0x697, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(BARON_LR, 0x642, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(JAWS_UL, 0x567, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(JAWS_UR, 0x51C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(JAWS_LL, 0x53D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(JAWS_LR, 0x56D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MAYDAY_UL, 0x55E, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MAYDAY_UR, 0x45B, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MAYDAY_LL, 0x5A5, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MAYDAY_LR, 0x5AB, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(ODDJOB_UL, 0x554, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(ODDJOB_UR, 0x516, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(ODDJOB_LL, 0x57F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(ODDJOB_LR, 0x4BC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2672, 0xA0, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2673, 0xF8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2674, 0x397, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2675, 0xBC, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2676, 0x435, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2677, 0xA0C, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2678, 0x735, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2679, 0x2D6, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2680, 0x8DE, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2681, 0x277, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(RANDOM_UL, 0x3B3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(RANDOM_UR, 0x3B4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(RANDOM_LL, 0x2C1, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(RANDOM_LR, 0x2C4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_TEMPLE, 0x976, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_BASEMENT, 0x9C8, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_COMPLEX, 0xA39, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_CAVES, 0x86F, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2690, 0x380, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MISHKIN_LL, 0x544, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MISHKIN_LR, 0x513, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MISHKIN_UR, 0x502, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MISHKIN_UL, 0x4E4, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(MP_RANDOM, 0x1A3, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2696, 0x201, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) +IMAGE(2697, 0x53D, HIT_DEFAULT, HIT_DEFAULT, 0, 0, 0, 0) diff --git a/assets/images/readme.md b/assets/images/readme.md new file mode 100644 index 0000000..f4a8977 --- /dev/null +++ b/assets/images/readme.md @@ -0,0 +1,5 @@ +# Image Asset Readme + +Image information. + +Original image files would have been SGI .rgb files. These would be passed through a converted (rgb2c) to get CI byte arrays. diff --git a/assets/music/instruments.ctl.s b/assets/music/instruments.ctl.s new file mode 100644 index 0000000..165fff8 --- /dev/null +++ b/assets/music/instruments.ctl.s @@ -0,0 +1,13 @@ +# assembler directives +.set noat # allow manual use of $at +.set noreorder # don't insert nops after branches + + +.section .data + +.global _instrumentsctlSegmentRomStart +_instrumentsctlSegmentRomStart: + .incbin "assets/music/instruments.ctl" +.global _instrumentsctlSegmentRomEnd +_instrumentsctlSegmentRomEnd: + diff --git a/assets/music/instruments.tbl.s b/assets/music/instruments.tbl.s new file mode 100644 index 0000000..44d73d0 --- /dev/null +++ b/assets/music/instruments.tbl.s @@ -0,0 +1,12 @@ +# assembler directives +.set noat # allow manual use of $at +.set noreorder # don't insert nops after branches + + +.section .data + +.global _instrumentstblSegmentRomStart +_instrumentstblSegmentRomStart: + .incbin "assets/music/instruments.tbl" +.global _instrumentstblSegmentRomEnd +_instrumentstblSegmentRomEnd: diff --git a/assets/music/music.s b/assets/music/music.s index 16b1069..8809593 100644 --- a/assets/music/music.s +++ b/assets/music/music.s @@ -5,30 +5,7 @@ .section .music -.global _sfxctlSegmentRomStart -_sfxctlSegmentRomStart: - .incbin "assets/music/sfx.ctl" -.global _sfxctlSegmentRomEnd -_sfxctlSegmentRomEnd: - -.global _sfxtblSegmentRomStart -_sfxtblSegmentRomStart: - .incbin "assets/music/sfx.tbl" -.global _sfxtblSegmentRomEnd -_sfxtblSegmentRomEnd: - -.global _instrumentsctlSegmentRomStart -_instrumentsctlSegmentRomStart: - .incbin "assets/music/instruments.ctl" -.global _instrumentsctlSegmentRomEnd -_instrumentsctlSegmentRomEnd: - -.global _instrumentstblSegmentRomStart -_instrumentstblSegmentRomStart: - .incbin "assets/music/instruments.tbl" -.global _instrumentstblSegmentRomEnd -_instrumentstblSegmentRomEnd: - +#calculates and stores the total number of music samples .global _musicsampletblSegmentRomStart _musicsampletblSegmentRomStart: .global number_music_samples @@ -38,6 +15,7 @@ number_music_samples: number_music_samples_end: + .macro music_table_entry name sized .word \name - number_music_samples .half end_d_\name - d_\name @@ -126,6 +104,9 @@ _musicsampletblSegmentRomEnd: .ifdef VERSION_EU .incbin "build\/e\/assets\/music\/\name\.rz" .endif + .ifdef VERSION_DEBUG + .incbin "build\/d\/assets\/music\/\name\.rz" + .endif end_\name: .section .musicdecompressed @@ -151,6 +132,9 @@ music_fileA is used for the entries that end with A....the A doesn't seem to be .endif .ifdef VERSION_EU .incbin "build\/e\/assets\/music\/\name\.rz" + .endif + .ifdef VERSION_DEBUG + .incbin "build\/d\/assets\/music\/\name\.rz" .endif .byte 0xA end_\name: diff --git a/assets/music/readme.md b/assets/music/readme.md new file mode 100644 index 0000000..c9892f8 --- /dev/null +++ b/assets/music/readme.md @@ -0,0 +1,3 @@ +# Music Asset Readme + +Music information. diff --git a/assets/music/sfx.ctl.s b/assets/music/sfx.ctl.s new file mode 100644 index 0000000..9a91b5f --- /dev/null +++ b/assets/music/sfx.ctl.s @@ -0,0 +1,13 @@ +# assembler directives +.set noat # allow manual use of $at +.set noreorder # don't insert nops after branches + + +.section .data + +.global _sfxctlSegmentRomStart +_sfxctlSegmentRomStart: + .incbin "assets/music/sfx.ctl" +.global _sfxctlSegmentRomEnd +_sfxctlSegmentRomEnd: + diff --git a/assets/music/sfx.tbl.s b/assets/music/sfx.tbl.s new file mode 100644 index 0000000..46c78f7 --- /dev/null +++ b/assets/music/sfx.tbl.s @@ -0,0 +1,12 @@ +# assembler directives +.set noat # allow manual use of $at +.set noreorder # don't insert nops after branches + + +.section .data + +.global _sfxtblSegmentRomStart +_sfxtblSegmentRomStart: + .incbin "assets/music/sfx.tbl" +.global _sfxtblSegmentRomEnd +_sfxtblSegmentRomEnd: diff --git a/assets/obseg/Makefile.bg b/assets/obseg/Makefile.bg index 0e71e71..a7b85f3 100644 --- a/assets/obseg/Makefile.bg +++ b/assets/obseg/Makefile.bg @@ -1,9 +1,14 @@ #bg + +# COUNTRYCODE specific needs to be above the base directory in this makefile +$(BUILD_DIR)/$(OBSEG_DIR)/bg/%.seg: $(OBSEG_DIR)/bg/$(COUNTRYCODE)/%.bin + @cp -f $< $@ + $(BUILD_DIR)/$(OBSEG_DIR)/bg/%.seg: $(OBSEG_DIR)/bg/%.bin - $(MAKEBG) $< $@ + @cp -f $< $@ $(BUILD_DIR)/$(OBSEG_DIR)/bg/%.seg: $(BUILD_DIR)/$(OBSEG_DIR)/bg/%.bin - $(MAKEBG) $< $@ + @cp -f $< $@ $(BUILD_DIR)/$(OBSEG_DIR)/bg/%.bin: $(BUILD_DIR)/$(OBSEG_DIR)/bg/%.elf $(OBJCOPY) $< $@ -O binary @@ -14,6 +19,9 @@ $(BUILD_DIR)/$(OBSEG_DIR)/bg/%.elf: $(BUILD_DIR)/$(OBSEG_DIR)/bg/%.o $(BUILD_DIR)/$(OBSEG_DIR)/bg/%.o: $(OBSEG_DIR)/bg/%.c $(CC) -c $(CFLAGS) -o $@ -O2 $< +$(BUILD_DIR)/$(OBSEG_DIR)/bg/%.o: $(OBSEG_DIR)/bg/$(COUNTRYCODE)/%.c + $(CC) -c $(CFLAGS) -o $@ -O2 $< + BG_SEG_FILES = \ @@ -26,7 +34,7 @@ BG_SEG_FILES = \ $(BUILD_DIR)/$(OBSEG_DIR)/bg/bg_dest_all_p.seg \ $(BUILD_DIR)/$(OBSEG_DIR)/bg/bg_sevb_all_p.seg \ $(BUILD_DIR)/$(OBSEG_DIR)/bg/bg_azt_all_p.seg \ - $(BUILD_DIR)/$(OBSEG_DIR)/bg/bg_pete_all_p.seg \ + $(BUILD_DIR)/$(OBSEG_DIR)/bg/bg_pete_all_p.seg \ $(BUILD_DIR)/$(OBSEG_DIR)/bg/bg_depo_all_p.seg \ $(BUILD_DIR)/$(OBSEG_DIR)/bg/bg_ref_all_p.seg \ $(BUILD_DIR)/$(OBSEG_DIR)/bg/bg_cryp_all_p.seg \ @@ -51,4 +59,4 @@ BG_SEG_FILES = \ $(BUILD_DIR)/$(OBSEG_DIR)/bg/bg_lip_all_p.seg \ $(BUILD_DIR)/$(OBSEG_DIR)/bg/bg_pam_all_p.seg \ $(BUILD_DIR)/$(OBSEG_DIR)/bg/bg_wax_all_p.seg - + diff --git a/assets/obseg/Makefile.setup b/assets/obseg/Makefile.setup index 7de9ce5..ff08e43 100644 --- a/assets/obseg/Makefile.setup +++ b/assets/obseg/Makefile.setup @@ -1,4 +1,3 @@ - #setup $(BUILD_DIR)/$(OBSEG_DIR)/setup/%.rz: $(OBSEG_DIR)/setup/$(COUNTRYCODE)/%.bin $(RZ_COMP) $< $@ @@ -15,42 +14,54 @@ $(BUILD_DIR)/$(OBSEG_DIR)/setup/%.bin: $(BUILD_DIR)/$(OBSEG_DIR)/setup/%.elf $(BUILD_DIR)/$(OBSEG_DIR)/setup/%.elf: $(BUILD_DIR)/$(OBSEG_DIR)/setup/%.o $(LD) -T assets/obseg/setup/Usetup.ld -o $@ $< -$(BUILD_DIR)/$(OBSEG_DIR)/setup/%.o: $(OBSEG_DIR)/setup/%.c +$(BUILD_DIR)/$(OBSEG_DIR)/setup/%.o: $(OBSEG_DIR)/setup/$(COUNTRYCODE)/%.c $(CC) -c $(CFLAGS) -o $@ -O2 $< -SETUP_RZ_FILES = \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/Ump_setupameZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/Ump_setuparchZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/Ump_setuparkZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/Ump_setupashZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/Ump_setupcaveZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/Ump_setupcradZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/Ump_setupcrypZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/Ump_setupdishZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/Ump_setupimpZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/Ump_setupoatZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/Ump_setuprefZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/Ump_setupsevbZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/Ump_setupstatueZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetuparchZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetuparkZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupaztZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupcaveZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupcontrolZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupcradZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupcrypZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupdamZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupdepoZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupdestZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupjunZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetuplenZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetuppeteZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetuprunZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupsevbZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupsevbunkerZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupsevxZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupsevxbZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupsiloZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetupstatueZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/setup/UsetuptraZ.rz - \ No newline at end of file +$(BUILD_DIR)/$(OBSEG_DIR)/setup/%.o: $(OBSEG_DIR)/setup/%.c +# $(CC) -c $(CFLAGS) -o $@ -O2 $< + $(call PRINT_STATUS,CompilingSETUP:,$<,$@) + # convert AI_PRINT commands from readable to byte-array + $(ConvertAIPRINT) $< | $(CC) -c $(CFLAGS) tools/asmpreproc/include-stdin.c -o $@ $(OPTIMIZATION) + +SETUP_NAMES := \ + Ump_setupameZ \ + Ump_setuparchZ \ + Ump_setuparkZ \ + Ump_setupashZ \ + Ump_setupcaveZ \ + Ump_setupcradZ \ + Ump_setupcrypZ \ + Ump_setupdishZ \ + Ump_setupimpZ \ + Ump_setupoatZ \ + Ump_setuprefZ \ + Ump_setupsevbZ \ + Ump_setupstatueZ \ + UsetuparchZ \ + UsetuparkZ \ + UsetupaztZ \ + UsetupcaveZ \ + UsetupcontrolZ \ + UsetupcradZ \ + UsetupcrypZ \ + UsetupdamZ \ + UsetupdepoZ \ + UsetupdestZ \ + UsetupjunZ \ + UsetuplenZ \ + UsetuppeteZ \ + UsetuprunZ \ + UsetupsevbZ \ + UsetupsevbunkerZ \ + UsetupsevxZ \ + UsetupsevxbZ \ + UsetupsiloZ \ + UsetupstatueZ \ + UsetuptraZ + +SETUP_O_FILES := $(foreach name,$(SETUP_NAMES),$(BUILD_DIR)/$(OBSEG_DIR)/setup/$(name).o) +SETUP_BIN_FILES := $(foreach name,$(SETUP_NAMES),$(BUILD_DIR)/$(OBSEG_DIR)/setup/$(name).bin) +SETUP_ELF_FILES := $(foreach name,$(SETUP_NAMES),$(BUILD_DIR)/$(OBSEG_DIR)/setup/$(name).elf) +SETUP_RZ_FILES := $(foreach name,$(SETUP_NAMES),$(BUILD_DIR)/$(OBSEG_DIR)/setup/$(name).rz) + +SETUP_BUILD_FILES := $(SETUP_O_FILES) $(SETUP_BIN_FILES) $(SETUP_ELF_FILES) $(SETUP_RZ_FILES) diff --git a/assets/obseg/Makefile.stan b/assets/obseg/Makefile.stan index a0b0cef..c9d6186 100644 --- a/assets/obseg/Makefile.stan +++ b/assets/obseg/Makefile.stan @@ -9,37 +9,45 @@ $(BUILD_DIR)/$(OBSEG_DIR)/stan/%.bin: $(BUILD_DIR)/$(OBSEG_DIR)/stan/%.elf $(OBJCOPY) $< $@ -O binary $(BUILD_DIR)/$(OBSEG_DIR)/stan/%.elf: $(BUILD_DIR)/$(OBSEG_DIR)/stan/%.o - $(LD) -T assets/obseg/stan/Tbg_name_all_p.ld -o $@ $< + $(LD) -T assets/obseg/stan/Tbg_name_all_p_stan.ld -o $@ $< +# suppress warning 807 for variable length array declarations +# cfe: Warning 807: src/game/stan.h, line 136: member cannot be of function or incomplete type. $(BUILD_DIR)/$(OBSEG_DIR)/stan/%.o: $(OBSEG_DIR)/stan/%.c - $(CC) -c $(CFLAGS) -o $@ -O2 $< + $(CC) -c $(CFLAGS) -woff 807 -o $@ -O2 $< -STAN_RZ_FILES = \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_ame_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_arch_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_arec_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_ark_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_ash_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_azt_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_cat_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_cave_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_crad_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_cryp_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_dam_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_depo_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_dest_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_dish_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_imp_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_jun_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_len_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_oat_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_pete_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_ref_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_run_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_sev_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_sevb_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_sevx_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_silo_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_stat_all_p_stanZ.rz \ - $(BUILD_DIR)/$(OBSEG_DIR)/stan/Tbg_tra_all_p_stanZ.rz +STAN_NAMES := \ + Tbg_ame_all_p_stanZ \ + Tbg_arch_all_p_stanZ \ + Tbg_arec_all_p_stanZ \ + Tbg_ark_all_p_stanZ \ + Tbg_ash_all_p_stanZ \ + Tbg_azt_all_p_stanZ \ + Tbg_cat_all_p_stanZ \ + Tbg_cave_all_p_stanZ \ + Tbg_crad_all_p_stanZ \ + Tbg_cryp_all_p_stanZ \ + Tbg_dam_all_p_stanZ \ + Tbg_depo_all_p_stanZ \ + Tbg_dest_all_p_stanZ \ + Tbg_dish_all_p_stanZ \ + Tbg_imp_all_p_stanZ \ + Tbg_jun_all_p_stanZ \ + Tbg_len_all_p_stanZ \ + Tbg_oat_all_p_stanZ \ + Tbg_pete_all_p_stanZ \ + Tbg_ref_all_p_stanZ \ + Tbg_run_all_p_stanZ \ + Tbg_sev_all_p_stanZ \ + Tbg_sevb_all_p_stanZ \ + Tbg_sevx_all_p_stanZ \ + Tbg_silo_all_p_stanZ \ + Tbg_stat_all_p_stanZ \ + Tbg_tra_all_p_stanZ +STAN_O_FILES := $(foreach name,$(STAN_NAMES),$(BUILD_DIR)/$(OBSEG_DIR)/stan/$(name).o) +STAN_BIN_FILES := $(foreach name,$(STAN_NAMES),$(BUILD_DIR)/$(OBSEG_DIR)/stan/$(name).bin) +STAN_ELF_FILES := $(foreach name,$(STAN_NAMES),$(BUILD_DIR)/$(OBSEG_DIR)/stan/$(name).elf) +STAN_RZ_FILES := $(foreach name,$(STAN_NAMES),$(BUILD_DIR)/$(OBSEG_DIR)/stan/$(name).rz) + +STAN_BUILD_FILES := $(STAN_O_FILES) $(STAN_BIN_FILES) $(STAN_ELF_FILES) $(STAN_RZ_FILES) diff --git a/assets/obseg/Makefile.text b/assets/obseg/Makefile.text index 927386b..7a79b36 100644 --- a/assets/obseg/Makefile.text +++ b/assets/obseg/Makefile.text @@ -20,7 +20,7 @@ $(BUILD_DIR)/$(OBSEG_DIR)/text/%.o: $(OBSEG_DIR)/text/$(COUNTRYCODE)/%.c $(BUILD_DIR)/$(OBSEG_DIR)/text/%.o: $(OBSEG_DIR)/text/%.c $(CC) -c $(CFLAGS) -o $@ -O2 $< - +ifneq ($(VERSION), EU) TEXT_RZ_FILES := \ $(BUILD_DIR)/$(OBSEG_DIR)/text/LameJ.rz \ $(BUILD_DIR)/$(OBSEG_DIR)/text/LarchJ.rz \ @@ -110,3 +110,140 @@ TEXT_RZ_FILES := \ $(BUILD_DIR)/$(OBSEG_DIR)/text/LtitleE.rz \ $(BUILD_DIR)/$(OBSEG_DIR)/text/LtraE.rz \ $(BUILD_DIR)/$(OBSEG_DIR)/text/LwaxE.rz +endif + +ifeq ($(VERSION), EU) +TEXT_RZ_FILES := \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LameJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LarchJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LarecJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LarkJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LashJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LaztJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LcatJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LcaveJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LcradJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LcrypJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LdamJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LdepoJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LdestJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LdishJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LearJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LeldJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LgunJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LimpJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LjunJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LleeJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LlenJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LlipJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LlueJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LmiscJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LmpmenuJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LmpweaponsJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LoatJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LoptionsJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LpamJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LpeteJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LpropobjJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LrefJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LritJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LrunJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsevbJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsevJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsevxbJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsevxJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LshoJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsiloJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LstatJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LtitleJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LtraJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LwaxJ.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LameE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LarchE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LarecE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LarkE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LashE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LaztE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LcatE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LcaveE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LcradE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LcrypE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LdamE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LdepoE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LdestE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LdishE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LearE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LeldE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LgunE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LimpE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LjunE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LleeE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LlenE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LlipE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LlueE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LmiscE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LmpmenuE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LmpweaponsE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LoatE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LoptionsE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LpamE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LpeteE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LpropobjE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LrefE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LritE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LrunE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsevbE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsevE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsevxbE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsevxE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LshoE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsiloE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LstatE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LtitleE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LtraE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LwaxE.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LameP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LarchP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LarecP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LarkP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LashP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LaztP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LcatP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LcaveP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LcradP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LcrypP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LdamP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LdepoP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LdestP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LdishP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LearP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LeldP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LgunP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LimpP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LjunP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LleeP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LlenP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LlipP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LlueP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LmiscP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LmpmenuP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LmpweaponsP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LoatP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LoptionsP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LpamP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LpeteP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LpropobjP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LrefP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LritP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LrunP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsevbP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsevP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsevxbP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsevxP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LshoP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LsiloP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LstatP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LtitleP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LtraP.rz \ + $(BUILD_DIR)/$(OBSEG_DIR)/text/LwaxP.rz +endif \ No newline at end of file diff --git a/assets/obseg/bg/bg_all_p.h b/assets/obseg/bg/bg_all_p.h index a3f51d4..5081ba9 100644 --- a/assets/obseg/bg/bg_all_p.h +++ b/assets/obseg/bg/bg_all_p.h @@ -1,8 +1,8 @@ #ifndef _BG_ALL_P_H_ #define _BG_ALL_P_H_ -#include "ultra64.h" - +#include +#include struct bg_header { u32 RESERVED; @@ -31,12 +31,6 @@ struct portal_data_table_entry u16 control_bytes; }; -struct coord -{ - float x; - float y; - float z; -}; /* 3 */ struct portal_3_point @@ -45,7 +39,7 @@ struct portal_3_point char padding1; char padding2; char padding3; - struct coord points[3]; + coord3d points[3]; }; struct portal_4_point @@ -54,7 +48,7 @@ struct portal_4_point char padding1; char padding2; char padding3; - struct coord points[4]; + coord3d points[4]; }; struct portal_5_point @@ -63,7 +57,7 @@ struct portal_5_point char padding1; char padding2; char padding3; - struct coord points[5]; + coord3d points[5]; }; struct portal_6_point @@ -72,7 +66,7 @@ struct portal_6_point char padding1; char padding2; char padding3; - struct coord points[6]; + coord3d points[6]; }; extern struct room_data_table_entry room_data_table[]; diff --git a/assets/obseg/bg/bg_ame_all_p.c b/assets/obseg/bg/bg_ame_all_p.c index 9583d93..8856785 100644 --- a/assets/obseg/bg/bg_ame_all_p.c +++ b/assets/obseg/bg/bg_ame_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_ame_all_p.h" +#include "bg_all_p.h" +#include "bg_ame_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; diff --git a/assets/obseg/bg/bg_ame_all_p.h b/assets/obseg/bg/bg_ame_all_p.h index c496071..6568c6e 100644 --- a/assets/obseg/bg/bg_ame_all_p.h +++ b/assets/obseg/bg/bg_ame_all_p.h @@ -1,7 +1,7 @@ #ifndef _BG_AME_ALL_P_H_ #define _BG_AME_ALL_P_H_ -#include "ultra64.h" +#include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_arch_all_p.c b/assets/obseg/bg/bg_arch_all_p.c index 1fbdc90..07584f9 100644 --- a/assets/obseg/bg/bg_arch_all_p.c +++ b/assets/obseg/bg/bg_arch_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_arch_all_p.h" +#include "bg_all_p.h" +#include "bg_arch_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; @@ -187,9 +187,15 @@ struct portal_data_table_entry portal_data_table[] = { {&portal_78, 0x34, 0x3A, 0x0000}, {&portal_79, 0x3A, 0x33, 0x0000}, {&portal_80, 0x39, 0x38, 0x0000}, +#if defined(BUGFIX_R2) + {&portal_88, 0x37, 0x40, 0x0028}, + {&portal_89, 0x37, 0x40, 0x0028}, + {&portal_90, 0x37, 0x40, 0x004a}, +#else {&portal_88, 0x37, 0x40, 0x000C}, {&portal_89, 0x37, 0x40, 0x000C}, {&portal_90, 0x37, 0x40, 0x0038}, +#endif {&portal_81, 0x38, 0x37, 0x0000}, {&portal_82, 0x3A, 0x39, 0x0000}, {&portal_83, 0x3A, 0x38, 0x0000}, diff --git a/assets/obseg/bg/bg_arch_all_p.h b/assets/obseg/bg/bg_arch_all_p.h index f6f9abf..9641541 100644 --- a/assets/obseg/bg/bg_arch_all_p.h +++ b/assets/obseg/bg/bg_arch_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_arec_all_p.c b/assets/obseg/bg/bg_arec_all_p.c index 27a3e67..79c302a 100644 --- a/assets/obseg/bg/bg_arec_all_p.c +++ b/assets/obseg/bg/bg_arec_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_arec_all_p.h" +#include "bg_all_p.h" +#include "bg_arec_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; @@ -284,6 +284,16 @@ struct portal_data_table_entry portal_data_table[] = { {&portal_96, 0x3E, 0x44, 0x0005}, {&portal_97, 0x3E, 0x49, 0x0000}, {&portal_98, 0x42, 0x43, 0x0000}, + +#if defined(BUGFIX_R2) + {&portal_99, 0x3F, 0x42, 0x0019}, + {&portal_100, 0x3F, 0x41, 0x0019}, + {&portal_101, 0x41, 0x42, 0x0019}, + {&portal_102, 0x43, 0x41, 0x0019}, + {&portal_103, 0x44, 0x40, 0x0019}, + {&portal_104, 0x41, 0x40, 0x0019}, + {&portal_105, 0x44, 0x41, 0x0019}, +#else {&portal_99, 0x3F, 0x42, 0x0000}, {&portal_100, 0x3F, 0x41, 0x0000}, {&portal_101, 0x41, 0x42, 0x0009}, @@ -291,6 +301,8 @@ struct portal_data_table_entry portal_data_table[] = { {&portal_103, 0x44, 0x40, 0x0000}, {&portal_104, 0x41, 0x40, 0x0000}, {&portal_105, 0x44, 0x41, 0x0009}, +#endif + {&portal_106, 0x44, 0x43, 0x0000}, {&portal_107, 0x48, 0x43, 0x0000}, {&portal_108, 0x42, 0x4A, 0x0000}, @@ -446,8 +458,8 @@ struct portal_4_point portal_113 = {4, 0, 0, 0, 492.000000, 317.000000, -476.000 struct portal_4_point portal_114 = {4, 0, 0, 0, -90.000000, 317.000000, -64.000000, 90.000000, 317.000000, -64.000000, 90.000000, 488.000000, -64.000000, -90.000000, 488.000000, -64.000000}; struct portal_4_point portal_115 = {4, 0, 0, 0, 90.000000, 317.000000, -64.000000, 148.000000, 317.000000, -323.000000, 148.000000, 476.000000, -323.000000, 90.000000, 488.000000, -64.000000}; struct portal_4_point portal_116 = {4, 0, 0, 0, -148.000000, 317.000000, -323.000000, -90.000000, 317.000000, -64.000000, -90.000000, 488.000000, -64.000000, -148.000000, 476.000000, -323.000000}; -struct portal_6_point portal_117 = {6, 0, 0, 0, 381.000000, 317.000000, 79.000000, 603.000000, 317.000000, -11.000000, 614.000000, 317.000000, -42.000000, 487.000000, 317.000000, -122.000000, 0.000000, 317.000183, -614.000000, 317.000000, -42.000000, -603.000000}; -struct portal_6_point portal_118 = {6, 0, 0, 0, -614.000000, 317.000000, -42.000000, -603.000000, 317.000000, -11.000000, -381.000000, 317.000000, 79.000000, -90.000000, 317.000000, -64.000000, 0.000000, 317.000122, 148.000000, 174.000000, -122.000000, 148.000000}; +struct portal_6_point portal_117 = {6, 0, 0, 0, 381.000000, 317.000000, 79.000000, 603.000000, 317.000000, -11.000000, 614.000000, 317.000000, -42.000000, 487.000000, 317.000000, -122.000000, 148.000000, 317.000000, -122.000000, 90.000000, 317.000000, -64.000000}; +struct portal_6_point portal_118 = {6, 0, 0, 0, -614.000000, 317.000000, -42.000000, -603.000000, 317.000000, -11.000000, -381.000000, 317.000000, 79.000000, -90.000000, 317.000000, -64.000000, -148.000000, 317.000000, -122.000000, -487.000000, 317.000000, -122.000000}; struct portal_4_point portal_119 = {4, 0, 0, 0, 148.000000, 174.000000, -122.000000, 148.000000, 317.000000, -122.000000, 148.000000, 317.000000, -476.000000, 148.000000, 174.000000, -476.000000}; struct portal_4_point portal_120 = {4, 0, 0, 0, -148.000000, 174.000000, -122.000000, -148.000000, 317.000000, -122.000000, -148.000000, 317.000000, -476.000000, -148.000000, 174.000000, -476.000000}; struct portal_4_point portal_121 = {4, 0, 0, 0, -487.000000, 317.000000, -122.000000, -488.000000, 317.000000, -218.000000, -614.000000, 317.000000, -180.000000, -614.000000, 317.000000, -42.000000}; diff --git a/assets/obseg/bg/bg_arec_all_p.h b/assets/obseg/bg/bg_arec_all_p.h index 81413c3..c249bd4 100644 --- a/assets/obseg/bg/bg_arec_all_p.h +++ b/assets/obseg/bg/bg_arec_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_ark_all_p.c b/assets/obseg/bg/bg_ark_all_p.c index 0eb731b..c8daad7 100644 --- a/assets/obseg/bg/bg_ark_all_p.c +++ b/assets/obseg/bg/bg_ark_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_ark_all_p.h" +#include "bg_all_p.h" +#include "bg_ark_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; diff --git a/assets/obseg/bg/bg_ark_all_p.h b/assets/obseg/bg/bg_ark_all_p.h index f7fc67a..0f3aa84 100644 --- a/assets/obseg/bg/bg_ark_all_p.h +++ b/assets/obseg/bg/bg_ark_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_azt_all_p.c b/assets/obseg/bg/bg_azt_all_p.c index bd26c8c..a42dd3c 100644 --- a/assets/obseg/bg/bg_azt_all_p.c +++ b/assets/obseg/bg/bg_azt_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_azt_all_p.h" +#include "bg_all_p.h" +#include "bg_azt_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; diff --git a/assets/obseg/bg/bg_azt_all_p.h b/assets/obseg/bg/bg_azt_all_p.h index 3fd5e87..989c0da 100644 --- a/assets/obseg/bg/bg_azt_all_p.h +++ b/assets/obseg/bg/bg_azt_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_cat_all_p.c b/assets/obseg/bg/bg_cat_all_p.c index 136fec1..26a1bea 100644 --- a/assets/obseg/bg/bg_cat_all_p.c +++ b/assets/obseg/bg/bg_cat_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_cat_all_p.h" +#include "bg_all_p.h" +#include "bg_cat_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; diff --git a/assets/obseg/bg/bg_cat_all_p.h b/assets/obseg/bg/bg_cat_all_p.h index 18b9aff..9f6439e 100644 --- a/assets/obseg/bg/bg_cat_all_p.h +++ b/assets/obseg/bg/bg_cat_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_cave_all_p.c b/assets/obseg/bg/bg_cave_all_p.c index 83e6391..8c8f5ac 100644 --- a/assets/obseg/bg/bg_cave_all_p.c +++ b/assets/obseg/bg/bg_cave_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_cave_all_p.h" +#include "bg_all_p.h" +#include "bg_cave_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; diff --git a/assets/obseg/bg/bg_cave_all_p.h b/assets/obseg/bg/bg_cave_all_p.h index f17e92e..663c934 100644 --- a/assets/obseg/bg/bg_cave_all_p.h +++ b/assets/obseg/bg/bg_cave_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_crad_all_p.c b/assets/obseg/bg/bg_crad_all_p.c index 6d8c0fd..20940cc 100644 --- a/assets/obseg/bg/bg_crad_all_p.c +++ b/assets/obseg/bg/bg_crad_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_crad_all_p.h" +#include "bg_all_p.h" +#include "bg_crad_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; @@ -2412,4 +2412,4 @@ u32 sec_mapping_binary_36[] = { u32 pri_mapping_binary_37[] = { 0 -}; \ No newline at end of file +}; diff --git a/assets/obseg/bg/bg_crad_all_p.h b/assets/obseg/bg/bg_crad_all_p.h index 41cb599..3c268ea 100644 --- a/assets/obseg/bg/bg_crad_all_p.h +++ b/assets/obseg/bg/bg_crad_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_cryp_all_p.c b/assets/obseg/bg/bg_cryp_all_p.c index 47c5ce2..ba0c603 100644 --- a/assets/obseg/bg/bg_cryp_all_p.c +++ b/assets/obseg/bg/bg_cryp_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_cryp_all_p.h" +#include "bg_all_p.h" +#include "bg_cryp_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; diff --git a/assets/obseg/bg/bg_cryp_all_p.h b/assets/obseg/bg/bg_cryp_all_p.h index d4ae033..d1c6d0f 100644 --- a/assets/obseg/bg/bg_cryp_all_p.h +++ b/assets/obseg/bg/bg_cryp_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_dish_all_p.c b/assets/obseg/bg/bg_dish_all_p.c index 2a69b53..2d6b643 100644 --- a/assets/obseg/bg/bg_dish_all_p.c +++ b/assets/obseg/bg/bg_dish_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_dish_all_p.h" +#include "bg_all_p.h" +#include "bg_dish_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; diff --git a/assets/obseg/bg/bg_dish_all_p.h b/assets/obseg/bg/bg_dish_all_p.h index aa2ce27..fdaba36 100644 --- a/assets/obseg/bg/bg_dish_all_p.h +++ b/assets/obseg/bg/bg_dish_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_lip_all_p.c b/assets/obseg/bg/bg_lip_all_p.c index 78363bd..4bf16ec 100644 --- a/assets/obseg/bg/bg_lip_all_p.c +++ b/assets/obseg/bg/bg_lip_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_lip_all_p.h" +#include "bg_all_p.h" +#include "bg_lip_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; diff --git a/assets/obseg/bg/bg_lip_all_p.h b/assets/obseg/bg/bg_lip_all_p.h index 1f513ec..23e1982 100644 --- a/assets/obseg/bg/bg_lip_all_p.h +++ b/assets/obseg/bg/bg_lip_all_p.h @@ -1,7 +1,7 @@ #ifndef _BG_LIP_ALL_P_H_ #define _BG_LIP_ALL_P_H_ -#include "ultra64.h" +#include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_ref_all_p.c b/assets/obseg/bg/bg_ref_all_p.c index f699d53..1d622fd 100644 --- a/assets/obseg/bg/bg_ref_all_p.c +++ b/assets/obseg/bg/bg_ref_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_ref_all_p.h" +#include "bg_all_p.h" +#include "bg_ref_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; diff --git a/assets/obseg/bg/bg_ref_all_p.h b/assets/obseg/bg/bg_ref_all_p.h index caf29f2..a1108b6 100644 --- a/assets/obseg/bg/bg_ref_all_p.h +++ b/assets/obseg/bg/bg_ref_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_rit_all_p.c b/assets/obseg/bg/bg_rit_all_p.c index ae7bc76..02fb8d4 100644 --- a/assets/obseg/bg/bg_rit_all_p.c +++ b/assets/obseg/bg/bg_rit_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_rit_all_p.h" +#include "bg_all_p.h" +#include "bg_rit_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; diff --git a/assets/obseg/bg/bg_rit_all_p.h b/assets/obseg/bg/bg_rit_all_p.h index bb42ec5..028f1dc 100644 --- a/assets/obseg/bg/bg_rit_all_p.h +++ b/assets/obseg/bg/bg_rit_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_run_all_p.c b/assets/obseg/bg/bg_run_all_p.c index e2d5ce0..707db6a 100644 --- a/assets/obseg/bg/bg_run_all_p.c +++ b/assets/obseg/bg/bg_run_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_run_all_p.h" +#include "bg_all_p.h" +#include "bg_run_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; diff --git a/assets/obseg/bg/bg_run_all_p.h b/assets/obseg/bg/bg_run_all_p.h index 3a40d20..2939091 100644 --- a/assets/obseg/bg/bg_run_all_p.h +++ b/assets/obseg/bg/bg_run_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_sev_all_p.c b/assets/obseg/bg/bg_sev_all_p.c index 2b1eeea..c34eea5 100644 --- a/assets/obseg/bg/bg_sev_all_p.c +++ b/assets/obseg/bg/bg_sev_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_sev_all_p.h" +#include "bg_all_p.h" +#include "bg_sev_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; diff --git a/assets/obseg/bg/bg_sev_all_p.h b/assets/obseg/bg/bg_sev_all_p.h index 652fe04..a4284f7 100644 --- a/assets/obseg/bg/bg_sev_all_p.h +++ b/assets/obseg/bg/bg_sev_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_sevb_all_p.c b/assets/obseg/bg/bg_sevb_all_p.c index 36381dd..df449c7 100644 --- a/assets/obseg/bg/bg_sevb_all_p.c +++ b/assets/obseg/bg/bg_sevb_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_sevb_all_p.h" +#include "bg_all_p.h" +#include "bg_sevb_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; diff --git a/assets/obseg/bg/bg_sevb_all_p.h b/assets/obseg/bg/bg_sevb_all_p.h index 8b9d5fe..355f051 100644 --- a/assets/obseg/bg/bg_sevb_all_p.h +++ b/assets/obseg/bg/bg_sevb_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_sevx_all_p.c b/assets/obseg/bg/bg_sevx_all_p.c index 8d026e3..9106a0f 100644 --- a/assets/obseg/bg/bg_sevx_all_p.c +++ b/assets/obseg/bg/bg_sevx_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_sevx_all_p.h" +#include "bg_all_p.h" +#include "bg_sevx_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; diff --git a/assets/obseg/bg/bg_sevx_all_p.h b/assets/obseg/bg/bg_sevx_all_p.h index 625c140..6250f75 100644 --- a/assets/obseg/bg/bg_sevx_all_p.h +++ b/assets/obseg/bg/bg_sevx_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/bg_silo_all_p.c b/assets/obseg/bg/bg_silo_all_p.c index 4fd637c..96f7589 100644 --- a/assets/obseg/bg/bg_silo_all_p.c +++ b/assets/obseg/bg/bg_silo_all_p.c @@ -1,5 +1,5 @@ -#include "assets/obseg/bg/bg_all_p.h" -#include "assets/obseg/bg/bg_silo_all_p.h" +#include "bg_all_p.h" +#include "bg_silo_all_p.h" struct bg_header header = {0, &room_data_table, &portal_data_table, &global_visibility_commands, 0}; @@ -163,7 +163,13 @@ struct portal_data_table_entry portal_data_table[] = { {&portal_10, 0x0C, 0x0D, 0x0000}, {&portal_11, 0x0D, 0x0E, 0x0000}, {&portal_33, 0x24, 0x27, 0x0000}, + +#if defined(BUGFIX_R2) + {&portal_34, 0x24, 0x0C, 0x0008}, +#else {&portal_34, 0x24, 0x0C, 0x0000}, +#endif + {&portal_35, 0x25, 0x05, 0x0005}, {&portal_36, 0x27, 0x25, 0x0000}, {&portal_37, 0x26, 0x27, 0x0000}, diff --git a/assets/obseg/bg/bg_silo_all_p.h b/assets/obseg/bg/bg_silo_all_p.h index 9935711..e895d5a 100644 --- a/assets/obseg/bg/bg_silo_all_p.h +++ b/assets/obseg/bg/bg_silo_all_p.h @@ -1,5 +1,5 @@ - #include "ultra64.h" + #include extern u32 point_table_binary_1[]; extern u32 point_table_binary_2[]; diff --git a/assets/obseg/bg/readme.md b/assets/obseg/bg/readme.md new file mode 100644 index 0000000..02f3281 --- /dev/null +++ b/assets/obseg/bg/readme.md @@ -0,0 +1,5 @@ +bg file readme + +point table binary are vertex arrays + +they start with 1172 so they are compressed \ No newline at end of file diff --git a/assets/obseg/brief/Ubrief.h b/assets/obseg/brief/Ubrief.h index 040e91d..e31149b 100644 --- a/assets/obseg/brief/Ubrief.h +++ b/assets/obseg/brief/Ubrief.h @@ -1,8 +1,8 @@ #ifndef _UBRIEF_H_ #define _UBRIEF_H_ -#include "ultra64.h" -#include "bondgame.h" +#include +#include struct BriefObjectiveStruct { diff --git a/assets/obseg/brief/UbriefarchZ.c b/assets/obseg/brief/UbriefarchZ.c index 5670a8d..fe99e59 100644 --- a/assets/obseg/brief/UbriefarchZ.c +++ b/assets/obseg/brief/UbriefarchZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefarchZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefarkZ.c b/assets/obseg/brief/UbriefarkZ.c index 047d446..4e1d242 100644 --- a/assets/obseg/brief/UbriefarkZ.c +++ b/assets/obseg/brief/UbriefarkZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefarkZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefaztZ.c b/assets/obseg/brief/UbriefaztZ.c index 96704c7..57150cd 100644 --- a/assets/obseg/brief/UbriefaztZ.c +++ b/assets/obseg/brief/UbriefaztZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefaztZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefcaveZ.c b/assets/obseg/brief/UbriefcaveZ.c index 411df80..3a1673e 100644 --- a/assets/obseg/brief/UbriefcaveZ.c +++ b/assets/obseg/brief/UbriefcaveZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefcaveZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefcontrolZ.c b/assets/obseg/brief/UbriefcontrolZ.c index 5f5885c..1de1c3d 100644 --- a/assets/obseg/brief/UbriefcontrolZ.c +++ b/assets/obseg/brief/UbriefcontrolZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefcontrolZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefcradZ.c b/assets/obseg/brief/UbriefcradZ.c index e2e618e..45f4442 100644 --- a/assets/obseg/brief/UbriefcradZ.c +++ b/assets/obseg/brief/UbriefcradZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefcradZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefcrypZ.c b/assets/obseg/brief/UbriefcrypZ.c index 4048a15..62c8807 100644 --- a/assets/obseg/brief/UbriefcrypZ.c +++ b/assets/obseg/brief/UbriefcrypZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefcrypZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefdamZ.c b/assets/obseg/brief/UbriefdamZ.c index 3eebc36..89dc73a 100644 --- a/assets/obseg/brief/UbriefdamZ.c +++ b/assets/obseg/brief/UbriefdamZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefdamZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefdepoZ.c b/assets/obseg/brief/UbriefdepoZ.c index fcf097f..7e2d9e5 100644 --- a/assets/obseg/brief/UbriefdepoZ.c +++ b/assets/obseg/brief/UbriefdepoZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefdepoZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefdestZ.c b/assets/obseg/brief/UbriefdestZ.c index 39ed09a..6d179df 100644 --- a/assets/obseg/brief/UbriefdestZ.c +++ b/assets/obseg/brief/UbriefdestZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefdestZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefjunZ.c b/assets/obseg/brief/UbriefjunZ.c index ed14a1c..65726e0 100644 --- a/assets/obseg/brief/UbriefjunZ.c +++ b/assets/obseg/brief/UbriefjunZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefjunZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefpeteZ.c b/assets/obseg/brief/UbriefpeteZ.c index b8b2dfa..86cbc56 100644 --- a/assets/obseg/brief/UbriefpeteZ.c +++ b/assets/obseg/brief/UbriefpeteZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefpeteZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefrunZ.c b/assets/obseg/brief/UbriefrunZ.c index 2322bd0..fd15672 100644 --- a/assets/obseg/brief/UbriefrunZ.c +++ b/assets/obseg/brief/UbriefrunZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefrunZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefsevbZ.c b/assets/obseg/brief/UbriefsevbZ.c index 00aa0c7..e2d54b5 100644 --- a/assets/obseg/brief/UbriefsevbZ.c +++ b/assets/obseg/brief/UbriefsevbZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefsevbZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefsevbunkerZ.c b/assets/obseg/brief/UbriefsevbunkerZ.c index 22f9420..504a6ad 100644 --- a/assets/obseg/brief/UbriefsevbunkerZ.c +++ b/assets/obseg/brief/UbriefsevbunkerZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefsevbunkerZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefsevxZ.c b/assets/obseg/brief/UbriefsevxZ.c index 51ec59f..3adbbb9 100644 --- a/assets/obseg/brief/UbriefsevxZ.c +++ b/assets/obseg/brief/UbriefsevxZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefsevxZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefsevxbZ.c b/assets/obseg/brief/UbriefsevxbZ.c index efd2297..03d36d2 100644 --- a/assets/obseg/brief/UbriefsevxbZ.c +++ b/assets/obseg/brief/UbriefsevxbZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefsevxbZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefsiloZ.c b/assets/obseg/brief/UbriefsiloZ.c index 9dc637b..a666edd 100644 --- a/assets/obseg/brief/UbriefsiloZ.c +++ b/assets/obseg/brief/UbriefsiloZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefsiloZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbriefstatueZ.c b/assets/obseg/brief/UbriefstatueZ.c index 40be50f..7b1d468 100644 --- a/assets/obseg/brief/UbriefstatueZ.c +++ b/assets/obseg/brief/UbriefstatueZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbriefstatueZ = { { /* Mission Briefing */ diff --git a/assets/obseg/brief/UbrieftraZ.c b/assets/obseg/brief/UbrieftraZ.c index c823c6d..51fa72d 100644 --- a/assets/obseg/brief/UbrieftraZ.c +++ b/assets/obseg/brief/UbrieftraZ.c @@ -1,4 +1,4 @@ -#include "assets/obseg/brief/Ubrief.h" +#include "Ubrief.h" struct BriefStruct UbrieftraZ = { { /* Mission Briefing */ diff --git a/assets/obseg/chr/camguard/chrModelFileRecord.inc.c b/assets/obseg/chr/camguard/chrModelFileRecord.inc.c new file mode 100644 index 0000000..cf32ea8 --- /dev/null +++ b/assets/obseg/chr/camguard/chrModelFileRecord.inc.c @@ -0,0 +1 @@ +{&camguard_header, "CcamguardZ", 1.0, 1.0, 0x1, 0x00, 0x00, 0x00}, diff --git a/assets/obseg/chr/camguard/modelFileHeader.inc.c b/assets/obseg/chr/camguard/modelFileHeader.inc.c new file mode 100644 index 0000000..a51cadb --- /dev/null +++ b/assets/obseg/chr/camguard/modelFileHeader.inc.c @@ -0,0 +1,2 @@ +//D:8003D410 +MODELFILEHEADER(camguard, 0, &SKELETON(guard), 0, 7, 0x14, 1260.4969, 0, 0xE) diff --git a/assets/obseg/chr/chrHeadHats.inc.c b/assets/obseg/chr/chrHeadHats.inc.c new file mode 100644 index 0000000..1a85ce9 --- /dev/null +++ b/assets/obseg/chr/chrHeadHats.inc.c @@ -0,0 +1,676 @@ +//D:8003E464 +struct headHat headHat_array_8003E464[] = +{ + { + -0.076300003, 0.77999997, -1.2696, + 1.1694109, 1.120654, 1.05959 + }, + { + -0.25760001, -0.47319999, -1.5686001, + 1.132916, 1.0, 1.080207 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.039999999, 0.74000001, -0.63999999, + 1.132795, 1.167207, 1.035167 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.033500001, 0.24959999, 0.16599999, + 1.115045, 0.94169998, 1.042492 + }, + { + -0.070299998, 0.4919, -0.83359998, + 1.072812, 1.088326, 0.926121 + }, + { + -0.1, 0.42750001, -0.48249999, + 1.033368, 0.96552098, 0.929905 + }, + { + 0.18000001, 0.0, 0.0, + 1.072214, 1.0, 1.0 + }, + { + 0.237, 0.977, -0.44, + 1.178463, 1.14061, 1.143465 + }, + { + -0.090300001, 0.23190001, 0.12639999, + 0.99080002, 1.02, 0.8466 + }, + { + 0.0, 0.1485, 0.3793, + 1.1548001, 0.99190003, 0.95139998 + }, + { + -0.14820001, 0.44100001, 0.1727, + 1.050034, 1.0, 1.05445 + }, + { + -0.4941, -0.26409999, -0.18000001, + 0.90368301, 0.72551203, 1.001314 + }, + { + 0.1318, 0.30100101, 1.572699, + 0.98799503, 1.0, 1.05445 + }, + { + 0.0, 0.73019999, 0.71740001, + 1.1923, 1.1834, 1.091924 + }, + { + -0.0942, -0.74190003, 0.94260001, + 0.98659998, 0.91689998, 0.94760001 + }, + { + 0.0535, 0.61510003, 1.076, + 1.05092, 0.90002, 1.122508 + }, + { + -0.079999998, 0.1085, -0.56629997, + 1.192598, 1.079134, 1.199971 + }, + { + -0.35640001, -0.28709999, -0.36950001, + 1.035176, 0.838543, 1.121092 + }, + { + 0.065300003, -0.4664, 0.72000003, + 1.050106, 1.0, 1.11042 + }, + { + -0.079999998, 0.4885, 0.093699999, + 1.158567, 1.2356189, 1.194388 + }, + { + -0.0942, -0.3017, 0.59450001, + 1.0671999, 1.0218, 1.0174 + }, + { + 0.12, -0.1515, 0.95370001, + 1.124017, 0.966048, 1.206121 + }, + { + -0.19310001, 0.2334, -0.64850003, + 1.1800359, 1.0401829, 1.154537 + }, + { + -0.36230001, -0.133, -0.486, + 1.0536211, 1.0, 1.1495841 + }, + { + 0.0955, 0.68099999, 0.78799999, + 1.0152, 1.1926, 1.1308 + }, + { + -0.0823, 0.36700001, 0.37400001, + 1.311748, 1.115972, 1.166244 + }, + { + -0.0942, 0.1768, 0.5248, + 1.0470001, 1.0218, 0.99800003 + }, + { + 0.0, -0.0964, 0.82999998, + 1.1109999, 0.85180199, 1.180503 + }, + { + -0.1832, 0.32120001, -1.2381001, + 1.125683, 1.091681, 0.98079097 + }, + { + -0.55049998, -0.60839999, -1.189499, + 1.023566, 0.8326, 1.0637 + }, + { + 0.076800004, 0.32120001, -0.118101, + 1.059677, 1.091681, 1.000479 + }, + { + 0.0, 0.29890001, -0.67299998, + 1.1367, 1.0526, 0.99227399 + }, + { + -0.0942, 0.032000002, -0.29699999, + 1.0402, 0.92860001, 0.88690001 + }, + { + 0.0, 0.26879999, 0.057399999, + 1.041842, 0.81959999, 0.99637401 + }, + { + 0.079700001, 0.3511, 0.0, + 1.0, 1.0, 1.0835 + }, + { + 0.14, 0.1965, -0.058398999, + 1.012674, 0.96799999, 1.098917 + }, + { + 0.1629, 0.78799999, 1.0746, + 0.92205501, 1.0688, 1.055297 + }, + { + -0.074500002, 0.8477, 0.71810001, + 1.154819, 1.177258, 1.031684 + }, + { + -0.0145, 0.047699999, 0.89810002, + 1.0404, 1.0, 0.94309998 + }, + { + 0.32550001, 0.36770001, 0.93809998, + 1.044217, 0.97841102, 1.127771 + }, + { + -0.1832, -0.058800001, -1.5781, + 1.095929, 0.96300697, 0.92348999 + }, + { + -0.4411, -0.64840001, -1.839099, + 1.059271, 0.8326, 0.96849501 + }, + { + 0.19679999, -0.3188, -0.43810099, + 1.070675, 1.053777, 0.88628101 + }, + { + 0.0, 0.29890001, -0.83139998, + 1.1154, 1.0328, 1.0036 + }, + { + -0.0942, -0.1275, -0.52109998, + 1.0402, 0.92180002, 0.8617 + }, + { + 0.079999998, -0.2383, -0.22940101, + 1.063022, 0.80879998, 0.90789998 + }, + { + 0.1165, 0.58780003, -1.3096, + 1.136481, 1.0409, 1.065612 + }, + { + -0.070600003, 0.0152, -1.2391, + 1.002256, 0.76669598, 1.029659 + }, + { + 0.2218, 0.0, 0.0, + 1.0852, 1.0, 1.0 + }, + { + 0.063000001, 0.7561, -0.45269999, + 1.2085, 1.1014, 1.0664001 + }, + { + 0.065499999, -0.1097, -0.3497, + 1.0404, 0.90915602, 0.94940001 + }, + { + 0.0, 0.336, 0.082999997, + 1.150862, 0.94169998, 1.0 + }, + { + -0.054200001, 0.27079999, -0.082099997, + 1.0367, 1.0367, 1.0367 + }, + { + 0.34119999, -0.55879998, -0.3044, + 1.113436, 0.96799999, 1.076647 + }, + { + 0.0495, 0.63980001, 1.2178, + 0.95099998, 1.1126, 1.0413001 + }, + { + 0.0, 0.53640002, 0.75220001, + 1.1976, 1.1463, 1.1374 + }, + { + -0.0145, -0.64749998, 1.0477999, + 0.95289999, 0.92180002, 0.90579998 + }, + { + 0.16, 0.61830002, 1.128299, + 1.083438, 0.91670603, 1.0666929 + }, + { + -0.2586, 0.93580002, -0.2463, + 1.1057, 1.0116, 1.0927 + }, + { + -0.1788, -0.31310001, -0.55299997, + 1.1071, 1.0, 1.071945 + }, + { + 0.0955, 0.16230001, 0.50150001, + 1.0506001, 1.0, 1.1032 + }, + { + 0.081200004, 0.2269, 0.50700003, + 1.1071, 1.178908, 1.189239 + }, + { + -0.0145, -0.68440002, 0.54070002, + 1.0470001, 0.92699999, 1.027078 + }, + { + 0.0, -0.0164, 0.66399997, + 1.2108999, 1.0, 1.0729001 + }, + { + -0.1487, 0.88779998, -0.41060001, + 1.110018, 0.98460901, 1.110518 + }, + { + 0.0012000001, -0.61879998, -0.34439901, + 1.099178, 0.916071, 1.054984 + }, + { + 0.0429, 0.2149, 0.4298, + 1.0455, 1.0688, 1.1514 + }, + { + 0.0012000001, -0.0188, 0.65560102, + 1.1957231, 1.079964, 1.200996 + }, + { + -0.0145, -0.48769999, 0.44909999, + 1.003074, 1.0, 0.98259997 + }, + { + 0.0, 0.396, 0.8362, + 1.1622, 0.91339999, 1.066853 + }, + { + -0.29030001, 1.0714999, -0.3504, + 1.125893, 1.127159, 1.177758 + }, + { + 0.0, -0.079999998, -0.373, + 1.099718, 1.0, 1.0947551 + }, + { + 0.0, 0.78799999, 0.64469999, + 1.0, 1.0, 1.0963 + }, + { + -0.074699998, 1.5436, 0.1979, + 1.1497999, 1.1835999, 1.0791 + }, + { + -0.090300001, -0.1085, 0.68959999, + 1.024099, 1.0, 0.98965299 + }, + { + 0.0, 0.63230002, 0.7913, + 1.1081001, 0.93440002, 1.0779999 + }, + { + 0.12, 0.40000001, 0.039999999, + 1.022947, 0.92226201, 1.004824 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0429, 0.75889999, 1.2895, + 0.94440001, 1.0, 1.0551 + }, + { + 0.0, 0.546, 0.79729998, + 1.1483001, 1.1267999, 1.1388 + }, + { + 0.065099999, -0.54320002, 1.1224999, + 0.93949997, 0.92699999, 0.93040001 + }, + { + 0.1265, 0.36359999, 1.079, + 1.1109999, 1.0, 1.1166 + }, + { + -0.278, 1.272301, -0.55269998, + 1.24701, 1.0737129, 1.118222 + }, + { + -0.23639999, 0.58200002, -0.30950001, + 1.225595, 1.077682, 1.066005 + }, + { + -0.0845, 0.68099999, 0.64469999, + 1.1204081, 1.1927, 1.1308 + }, + { + -0.1364, 1.021999, 0.5905, + 1.153587, 1.226897, 1.2252491 + }, + { + -0.2534, 0.57560003, 0.3856, + 1.0405, 1.0405, 1.0585999 + }, + { + -0.1265, 0.6081, 0.71200001, + 1.222, 1.0, 1.111666 + }, + { + -0.4637, 1.3971, -0.49270001, + 1.1752, 1.0116, 1.1762 + }, + { + -0.2976, -0.1049, -0.49649999, + 1.2345999, 0.86470801, 1.077117 + }, + { + -0.1151, 0.7353, 0.57309997, + 1.0759, 1.0, 1.1308 + }, + { + -0.189, 0.99910003, 0.2396, + 1.2269, 1.2039, 1.1698999 + }, + { + -0.2534, -0.0647, 0.30070001, + 1.0470001, 0.92699999, 1.0124 + }, + { + -0.1265, 0.61260003, 0.76700002, + 1.2108999, 1.0, 1.096216 + }, + { + -0.51429999, 1.0894001, -0.082099997, + 1.1003, 1.0316, 1.0278 + }, + { + -0.53280002, -0.13060001, -0.25999999, + 1.080464, 1.0, 1.019003 + }, + { + -0.1969, 0.45930001, 0.64469999, + 0.96219999, 1.0, 1.0895 + }, + { + -0.32690001, 1.1438, 0.46720001, + 1.1339, 1.1339, 1.0436 + }, + { + -0.29879999, 0.0, 0.41429999, + 0.96219999, 1.0, 0.95630002 + }, + { + -0.17640001, 0.39500001, 0.86699998, + 1.0972, 0.94625998, 1.0529979 + }, + { + 0.02, 0.56910002, -0.25299999, + 1.1205291, 0.999475, 1.072994 + }, + { + -0.0823, -0.3784, -0.38249999, + 1.077682, 1.0, 1.066239 + }, + { + 0.02, -0.1909, 0.90700001, + 1.049657, 0.999475, 1.072994 + }, + { + 0.0, 0.60549998, 0.47510001, + 1.1236, 1.1236, 1.1236 + }, + { + -0.0942, 0.077600002, 0.5248, + 1.0403, 0.95950001, 0.98580003 + }, + { + 0.0, 0.20550001, 0.8951, + 1.1519721, 0.92378497, 1.0316401 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0836, -0.66259998, 0.14210001, + 0.95139998, 1.090098, 0.92760003 + }, + { + 0.1141, -1.1931, -0.25400001, + 0.98102301, 0.83667898, 0.88798702 + }, + { + 0.1481, -0.15360001, 1.1461999, + 0.91399997, 1.0, 0.94489998 + }, + { + 0.0, -0.53250003, 0.3563, + 1.0727, 1.0526, 1.0228 + }, + { + -0.0942, -0.6857, 1.1224999, + 0.95959997, 0.92860001, 0.88690001 + }, + { + 0.079999998, -0.7396, 0.963, + 1.1032, 0.875673, 0.97771698 + }, + { + -0.29030001, 1.0714999, -0.3504, + 1.125893, 1.127159, 1.177758 + }, + { + 0.0, -0.079999998, -0.373, + 1.099718, 1.0, 1.0947551 + }, + { + 0.0, 0.78799999, 0.64469999, + 1.0, 1.0, 1.0963 + }, + { + -0.074699998, 1.5436, 0.1979, + 1.1497999, 1.1835999, 1.0791 + }, + { + -0.090300001, -0.1085, 0.68959999, + 1.024099, 1.0, 0.98965299 + }, + { + 0.0, 0.63230002, 0.7913, + 1.1081001, 0.93440002, 1.0779999 + }, + { + -0.13699999, 0.286001, -0.32229999, + 1.142894, 0.89638299, 1.15 + }, + { + -0.16680001, -0.1365, -0.43650001, + 1.1452, 1.0, 1.061306 + }, + { + 0.1376, 0.0, 0.71600002, + 1.05312, 1.0, 1.0687751 + }, + { + -0.074699998, 0.9393, 0.2658, + 1.1815, 1.1216, 1.0822999 + }, + { + -0.103, -0.2269, 0.5722, + 0.99080002, 1.02, 1.0034 + }, + { + 0.0, 0.1373, 0.79430002, + 1.1813999, 0.86186302, 1.0998 + }, + { + 0.12, 0.40000001, 0.039999999, + 1.022947, 0.92226201, 1.004824 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0429, 0.75889999, 1.2895, + 0.94440001, 1.0, 1.0551 + }, + { + 0.0, 0.546, 0.79729998, + 1.1483001, 1.1267999, 1.1388 + }, + { + 0.065099999, -0.54320002, 1.1224999, + 0.93949997, 0.92699999, 0.93040001 + }, + { + 0.1265, 0.36359999, 1.079, + 1.1109999, 1.0, 1.1166 + }, + { + 0.0836, -0.66259998, 0.14210001, + 0.95139998, 1.090098, 0.92760003 + }, + { + 0.1141, -1.1931, -0.25400001, + 0.98102301, 0.83667898, 0.88798702 + }, + { + 0.1481, -0.15360001, 1.1461999, + 0.91399997, 1.0, 0.94489998 + }, + { + 0.0, -0.53250003, 0.3563, + 1.0727, 1.0526, 1.0228 + }, + { + -0.0942, -0.6857, 1.1224999, + 0.95959997, 0.92860001, 0.88690001 + }, + { + 0.079999998, -0.7396, 0.963, + 1.1032, 0.875673, 0.97771698 + }, + { + -0.29030001, 1.0714999, -0.3504, + 1.125893, 1.127159, 1.177758 + }, + { + 0.0, -0.079999998, -0.373, + 1.099718, 1.0, 1.0947551 + }, + { + 0.0, 0.78799999, 0.64469999, + 1.0, 1.0, 1.0963 + }, + { + -0.074699998, 1.5436, 0.1979, + 1.1497999, 1.1835999, 1.0791 + }, + { + -0.090300001, -0.1085, 0.68959999, + 1.024099, 1.0, 0.98965299 + }, + { + 0.0, 0.63230002, 0.7913, + 1.1081001, 0.93440002, 1.0779999 + }, + { + 0.0836, -0.66259998, 0.14210001, + 0.95139998, 1.090098, 0.92760003 + }, + { + 0.1141, -1.1931, -0.25400001, + 0.98102301, 0.83667898, 0.88798702 + }, + { + 0.1481, -0.15360001, 1.1461999, + 0.91399997, 1.0, 0.94489998 + }, + { + 0.0, -0.53250003, 0.3563, + 1.0727, 1.0526, 1.0228 + }, + { + -0.0942, -0.6857, 1.1224999, + 0.95959997, 0.92860001, 0.88690001 + }, + { + 0.079999998, -0.7396, 0.963, + 1.1032, 0.875673, 0.97771698 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + }, + { + 0.0, 0.0, 0.0, + 1.0, 1.0, 1.0 + } +}; diff --git a/assets/obseg/chr/chrModelFileHeaders.inc.c b/assets/obseg/chr/chrModelFileHeaders.inc.c new file mode 100644 index 0000000..51b431c --- /dev/null +++ b/assets/obseg/chr/chrModelFileHeaders.inc.c @@ -0,0 +1,99 @@ +#ifdef DEBUG +char* suit_lf_hand_SwitchNames[] = { + "HOUR", + "MINUTE", + "SECOND", + "SW_ticks", + "SW_BOILER", + "SW_DINNER", + "SW_CONNERY", + "SW_SUIT", + "SW_TIMBER", + "SW_SNOW" }; + +char* HeadSwitchNames[] = { + "SW_SPECS", + "SW_HEAD" }; +#endif + +//D:8003D410 +#include +MODELFILEHEADER(greyguard, 0, &SKELETON(guard), 0, 7, 0x14, 1292.6892, 0, 0xD) +MODELFILEHEADER(oliveguard, 0, &SKELETON(guard), 0, 7, 0x14, 1260.4969, 0, 0x10) +MODELFILEHEADER(rusguard, 0, &SKELETON(guard), 0, 7, 0x14, 1260.4969, 0, 0xD) +MODELFILEHEADER(trevguard, 0, &SKELETON(guard), 0, 7, 0x15, 1260.4969, 0, 0x12) +MODELFILEHEADER(boris, 0, &SKELETON(guard), 0, 7, 0x14, 1223.1553, 0, 0x15) +MODELFILEHEADER(orumov, 0, &SKELETON(guard), 0, 7, 0x14, 1347.004, 0, 0x15) +MODELFILEHEADER(trevelyan, 0, &SKELETON(guard), 0, 7, 0x15, 1263.2534, 0, 0x10) +MODELFILEHEADER(boilertrev, 0, &SKELETON(guard), 0, 7, 0x15, 1263.2534, 0, 0x10) +MODELFILEHEADER(valentin, 0, &SKELETON(guard), 0, 7, 0x14, 1208.6277, 0, 0x10) +MODELFILEHEADER(xenia, 0, &SKELETON(guard), 0, 7, 0x15, 1285.4487, 0, 0x13) +MODELFILEHEADER(baronsamedi, 0, &SKELETON(guard), 0, 7, 0x15, 1292.5995, 0, 0x19) +MODELFILEHEADER(jaws, 0, &SKELETON(guard), 0, 7, 0x15, 1550.059, 0, 0x14) +MODELFILEHEADER(mayday, 0, &SKELETON(guard), 0, 7, 0x15, 1260.657, 0, 0x10) +MODELFILEHEADER(oddjob, 0, &SKELETON(guard), 0, 7, 0x14, 1082.4603, 0, 0x12) +MODELFILEHEADER(natalya, 0, &SKELETON(guard), 0, 7, 0x15, 1226.1493, 0, 0x10) +MODELFILEHEADER(armourguard, 0, &SKELETON(guard), 0, 7, 0x15, 1260.4969, 0, 0x11) +MODELFILEHEADER(commguard, 0, &SKELETON(guard), 0, 7, 0x14, 1260.4969, 0, 0xF) +MODELFILEHEADER(greatguard, 0, &SKELETON(guard), 0, 7, 0x14, 1283.0787, 0, 0xB) +MODELFILEHEADER(navyguard, 0, &SKELETON(guard), 0, 7, 0x14, 1260.4969, 0, 0xF) +MODELFILEHEADER(snowguard, 0, &SKELETON(guard), 0, 7, 0x14, 1261.1731, 0, 0x11) +MODELFILEHEADER(bluewoman, 0, &SKELETON(guard), 0, 7, 0x15, 1148.2167, 0, 0xD) +MODELFILEHEADER(fattechwoman, 0, &SKELETON(guard), 0, 7, 0x15, 1149.4025, 0, 0xC) +MODELFILEHEADER(techwoman, 0, &SKELETON(guard), 0, 7, 0x15, 1158.2109, 0, 0xC) +MODELFILEHEADER(jeanwoman, 0, &SKELETON(guard), 0, 7, 0x15, 1124.0725, 0, 0xF) +MODELFILEHEADER(greyman, 0, &SKELETON(guard), 0, 7, 0x15, 1293.0195, 0, 0xF) +MODELFILEHEADER(blueman, 0, &SKELETON(guard), 0, 7, 0x15, 1292.6892, 0, 0xF) +MODELFILEHEADER(redman, 0, &SKELETON(guard), 0, 7, 0x15, 1292.6892, 0, 0xF) +MODELFILEHEADER(cardiman, 0, &SKELETON(guard), 0, 7, 0x15, 1292.6892, 0, 0xE) +MODELFILEHEADER(checkman, 0, &SKELETON(guard), 0, 7, 0x15, 1292.6892, 0, 0x10) +MODELFILEHEADER(techman, 0, &SKELETON(guard), 0, 7, 0x14, 1292.6892, 0, 0xC) +MODELFILEHEADER(pilot, 0, &SKELETON(guard), 0, 7, 0x15, 1260.4969, 0, 0x18) +MODELFILEHEADER(greatguard2, 0, &SKELETON(guard), 0, 7, 0x14, 1283.0787, 0, 0x10) +MODELFILEHEADER(bluecamguard, 0, &SKELETON(guard), 0, 7, 0x14, 1260.4969, 0, 0xE) +MODELFILEHEADER(moonguard, 0, &SKELETON(guard), 0, 7, 0x15, 1260.4969, 0, 0xD) +MODELFILEHEADER(moonfemale, 0, &SKELETON(guard), 0, 7, 0x15, 1124.0725, 0, 0xB) +MODELFILEHEADER(boilerbond, 0, &SKELETON(guard), 0, 7, 0x15, 1273.6262, 0, 0xD) +MODELFILEHEADER(suitbond, 0, &SKELETON(guard), 0, 7, 0x15, 1292.3391, 0, 0xE) +MODELFILEHEADER(timberbond, 0, &SKELETON(guard), 0, 7, 0x15, 1282.7715, 0, 0x10) +MODELFILEHEADER(snowbond, 0, &SKELETON(guard), 0, 7, 0x15, 1299.1359, 0, 0xE) +MODELFILEHEADER(djbond, 0, &SKELETON(guard), 0, 7, 0x15, 1285.0543, 0, 0xD) +MODELFILEHEADER(suit_lf_hand, 0, &SKELETON(suit_lf_hand), 0, 0xA, 9, 12231.949, 0, 0x16) +MODELFILEHEADER(headkarl, 0, NULL, 0, 2, 1, 218.15375, 0, 6) +MODELFILEHEADER(headalan, 0, NULL, 0, 2, 1, 215.03685, 0, 4) +MODELFILEHEADER(headpete, 0, NULL, 0, 2, 1, 216.28949, 0, 4) +MODELFILEHEADER(headmartin, 0, NULL, 0, 2, 1, 222.34796, 0, 6) +MODELFILEHEADER(headmark, 0, NULL, 0, 2, 1, 220.2446, 0, 5) +MODELFILEHEADER(headduncan, 0, NULL, 0, 2, 1, 201.51955, 0, 5) +MODELFILEHEADER(headb, 0, NULL, 0, 2, 1, 212.62949, 0, 5) +MODELFILEHEADER(headshaun, 0, NULL, 0, 2, 1, 218.35564, 0, 4) +MODELFILEHEADER(headdwayne, 0, NULL, 0, 2, 1, 192.53412, 0, 4) +MODELFILEHEADER(headdave, 0, NULL, 0, 2, 1, 218.35564, 0, 4) +MODELFILEHEADER(headgrant, 0, NULL, 0, 2, 1, 227.52234, 0, 4) +MODELFILEHEADER(headdes, 0, NULL, 0, 2, 1, 228.29831, 0, 4) +MODELFILEHEADER(headchris, 0, NULL, 0, 2, 1, 235.64778, 0, 6) +MODELFILEHEADER(headlee, 0, NULL, 0, 2, 1, 218.35564, 0, 5) +MODELFILEHEADER(headneil, 0, NULL, 0, 2, 1, 240.50017, 0, 4) +MODELFILEHEADER(headjim, 0, NULL, 0, 2, 1, 234.83342, 0, 4) +MODELFILEHEADER(headrobin, 0, NULL, 0, 2, 1, 228.24614, 0, 4) +MODELFILEHEADER(headsteveh, 0, NULL, 0, 2, 1, 228.55029, 0, 4) +MODELFILEHEADER(headbalaclava, 0, NULL, 0, 2, 1, 212.62949, 0, 2) +MODELFILEHEADER(headbike, 0, NULL, 0, 2, 1, 219.82707, 0, 6) +MODELFILEHEADER(headgraham, 0, NULL, 0, 2, 1, 193.20615, 0, 5) +MODELFILEHEADER(headstevee, 0, NULL, 0, 2, 1, 235.64778, 0, 4) +MODELFILEHEADER(headjoel, 0, NULL, 0, 2, 1, 223.18559, 0, 4) +MODELFILEHEADER(headscott, 0, NULL, 0, 2, 1, 218.35564, 0, 5) +MODELFILEHEADER(headjoe, 0, NULL, 0, 2, 1, 193.20615, 0, 4) +MODELFILEHEADER(headken, 0, NULL, 0, 2, 1, 235.64778, 0, 5) +MODELFILEHEADER(headjoe2, 0, NULL, 0, 2, 1, 193.20615, 0, 3) +MODELFILEHEADER(headmishkin, 0, NULL, 0, 2, 1, 224.83139, 0, 3) +MODELFILEHEADER(headsally, 0, NULL, 0, 2, 1, 219.97256, 0, 3) +MODELFILEHEADER(headmarion, 0, NULL, 0, 2, 1, 203.44904, 0, 3) +MODELFILEHEADER(headmandy, 0, NULL, 0, 2, 1, 196.83067, 0, 3) +MODELFILEHEADER(headvivien, 0, NULL, 0, 2, 1, 176.67717, 0, 1) +MODELFILEHEADER(headbrosnanboiler, 0, NULL, 0, 2, 1, 190.61967, 0, 4) +MODELFILEHEADER(headbrosnansuit, 0, NULL, 0, 2, 1, 212.45657, 0, 5) +MODELFILEHEADER(headbrosnantimber, 0, NULL, 0, 2, 1, 179.28358, 0, 4) +MODELFILEHEADER(headbrosnansnow, 0, NULL, 0, 2, 1, 225.0605, 0, 6) +MODELFILEHEADER(headbrosnan, 0, NULL, 0, 2, 1, 189.48112, 0, 5) +MODELFILEHEADER(spicebond, 0, &SKELETON(guard), 0, 7, 0x15, 1208.6448, 0, 0x11) diff --git a/assets/obseg/chr/chrModelFileRecords.inc.c b/assets/obseg/chr/chrModelFileRecords.inc.c new file mode 100644 index 0000000..08cb699 --- /dev/null +++ b/assets/obseg/chr/chrModelFileRecords.inc.c @@ -0,0 +1,83 @@ +struct ChrModelFileRecord c_item_entries[] = { + #include + {&greyguard_header, "CgreyguardZ", 1.0, 1.0, 0x1, 0x00, 0x00, 0x00}, + {&oliveguard_header, "ColiveguardZ", 1.0, 1.0, 0x1, 0x00, 0x00, 0x00}, + {&rusguard_header, "CrusguardZ", 1.0, 1.0, 0x1, 0x00, 0x00, 0x00}, + {&trevguard_header, "CtrevguardZ", 1.0, 1.0, 0x1, 0x00, 0x00, 0x00}, + {&djbond_header, "CdjbondZ", 1.0, 1.0446, 0x1, 0x00, 0x00, 0x00}, + {&boris_header, "CborisZ", 1.0, 0.9702, 0x1, 0x01, 0x00, 0x00}, + {&orumov_header, "CorumovZ", 1.0, 1.0778, 0x1, 0x01, 0x00, 0x00}, + {&trevelyan_header, "CtrevelyanZ", 1.0, 1.0, 0x1, 0x01, 0x00, 0x00}, + {&boilertrev_header, "CboilertrevZ", 1.0, 1.0, 0x1, 0x01, 0x00, 0x00}, + {&valentin_header, "CvalentinZ", 1.0, 0.93239999, 0x1, 0x01, 0x00, 0x00}, + {&xenia_header, "CxeniaZ", 1.0, 1.0, 0x00, 0x1, 0x00, 0x00}, + {&baronsamedi_header, "CbaronsamediZ", 1.0, 1.0, 0x1, 0x01, 0x00, 0x00}, + {&jaws_header, "CjawsZ", 1.0, 1.199, 0x1, 0x01, 0x00, 0x00}, + {&mayday_header, "CmaydayZ", 1.0, 1.0, 0x0, 0x1, 0x00, 0x00}, + {&oddjob_header, "CoddjobZ", 1.0, 0.78780001, 0x1, 0x01, 0x00, 0x00}, + {&natalya_header, "CnatalyaZ", 1.0, 0.96609998, 0x0, 0x1, 0x00, 0x00}, + {&armourguard_header, "CarmourguardZ", 1.0, 1.0, 0x1, 0x00, 0x00, 0x00}, + {&commguard_header, "CcommguardZ", 1.0, 1.0, 0x1, 0x00, 0x00, 0x00}, + {&greatguard_header, "CgreatguardZ", 1.0, 1.0, 0x1, 0x00, 0x00, 0x00}, + {&navyguard_header, "CnavyguardZ", 1.0, 1.0, 0x1, 0x00, 0x00, 0x00}, + {&snowguard_header, "CsnowguardZ", 1.0, 1.0, 0x1, 0x01, 0x00, 0x00}, + {&boilerbond_header, "CboilerbondZ", 1.0, 1.0403, 0x1, 0x00, 0x00, 0x00}, + {&suitbond_header, "CsuitbondZ", 1.0, 1.058, 0x1, 0x00, 0x00, 0x00}, + {&timberbond_header, "CtimberbondZ", 1.0, 1.0438, 0x1, 0x00, 0x00, 0x00}, + {&snowbond_header, "CsnowbondZ", 1.0, 1.0438, 0x1, 0x00, 0x00, 0x00}, + {&bluewoman_header, "CbluewomanZ", 1.0, 0.88529998, 0x00, 0x00, 0x00, 0x00}, + {&fattechwoman_header, "CfattechwomanZ", 1.0, 0.88529998, 0x00, 0x00, 0x00, 0x00}, + {&techwoman_header, "CtechwomanZ", 1.0, 0.91600001, 0x00, 0x00, 0x00, 0x00}, + {&jeanwoman_header, "CjeanwomanZ", 1.0, 0.88529998, 0x00, 0x00, 0x00, 0x00}, + {&greyman_header, "CgreymanZ", 1.0, 1.0, 0x01, 0x00, 0x00, 0x00}, + {&blueman_header, "CbluemanZ", 1.0, 1.0, 0x01, 0x00, 0x00, 0x00}, + {&redman_header, "CredmanZ", 1.0, 1.0, 0x01, 0x00, 0x00, 0x00}, + {&cardiman_header, "CcardimanZ", 1.0, 1.0, 0x01, 0x00, 0x00, 0x00}, + {&checkman_header, "CcheckmanZ", 1.0, 1.0, 0x01, 0x00, 0x00, 0x00}, + {&techman_header, "CtechmanZ", 1.0, 1.0, 0x01, 0x00, 0x00, 0x00}, + {&pilot_header, "CpilotZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&greatguard2_header, "Cgreatguard2Z", 1.0, 1.0, 0x01, 0x00, 0x00, 0x00}, + {&bluecamguard_header, "CbluecamguardZ", 1.0, 1.0, 0x01, 0x00, 0x00, 0x00}, + {&moonguard_header, "CmoonguardZ", 1.0, 1.0, 0x01, 0x00, 0x00, 0x00}, + {&moonfemale_header, "CmoonfemaleZ", 1.0, 0.88529998, 0x00, 0x00, 0x00, 0x00}, + {&suit_lf_hand_header, "Csuit_lf_handZ", 0.1, 1.0, 0x01, 0x00, 0x00, 0x00}, + {&headkarl_header, "CheadkarlZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headalan_header, "CheadalanZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headpete_header, "CheadpeteZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headmartin_header, "CheadmartinZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headmark_header, "CheadmarkZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headduncan_header, "CheadduncanZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headshaun_header, "CheadshaunZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headdwayne_header, "CheaddwayneZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headb_header, "CheadbZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headdave_header, "CheaddaveZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headgrant_header, "CheadgrantZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headdes_header, "CheaddesZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headchris_header, "CheadchrisZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headlee_header, "CheadleeZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headneil_header, "CheadneilZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headjim_header, "CheadjimZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headrobin_header, "CheadrobinZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headsteveh_header, "CheadstevehZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headbalaclava_header, "CheadbalaclavaZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headbike_header, "CheadbikeZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headgraham_header, "CheadgrahamZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headstevee_header, "CheadsteveeZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headjoel_header, "CheadjoelZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headscott_header, "CheadscottZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headjoe_header, "CheadjoeZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headken_header, "CheadkenZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headjoe2_header, "Cheadjoe2Z", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headmishkin_header, "CheadmishkinZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headsally_header, "CheadsallyZ", 1.0, 1.0, 0x00, 0x01, 0x00, 0x00}, + {&headmarion_header, "CheadmarionZ", 1.0, 1.0, 0x00, 0x01, 0x00, 0x00}, + {&headmandy_header, "CheadmandyZ", 1.0, 1.0, 0x00, 0x01, 0x00, 0x00}, + {&headvivien_header, "CheadvivienZ", 1.0, 1.0, 0x00, 0x01, 0x00, 0x00}, + {&headbrosnanboiler_header, "CheadbrosnanboilerZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headbrosnansuit_header, "CheadbrosnansuitZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headbrosnantimber_header, "CheadbrosnantimberZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headbrosnansnow_header, "CheadbrosnansnowZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&headbrosnan_header, "CheadbrosnanZ", 1.0, 1.0, 0x01, 0x01, 0x00, 0x00}, + {&spicebond_header, "CspicebondZ", 0.94999999, 0.96609998, 0x00, 0x01, 0x00, 0x00}, + {0, 0, 1.0, 0.0, 0x00, 0x00, 0x00, 0x00} +}; diff --git a/assets/obseg/file_resource_id_enums.h b/assets/obseg/file_resource_id_enums.h new file mode 100644 index 0000000..c374e78 --- /dev/null +++ b/assets/obseg/file_resource_id_enums.h @@ -0,0 +1,878 @@ +#ifndef _FILEIDS_H_ +#define _FILEIDS_H_ + +typedef enum FILEINDEXID +{ + NULLFILE, + BG_SEV_ALL_P, + BG_SILO_ALL_P, + BG_STAT_ALL_P, + BG_AREC_ALL_P, + BG_ARCH_ALL_P, + BG_TRA_ALL_P, + BG_DEST_ALL_P, + BG_SEVB_ALL_P, + BG_AZT_ALL_P, + BG_PETE_ALL_P, + BG_DEPO_ALL_P, + BG_REF_ALL_P, + BG_CRYP_ALL_P, + BG_DAM_ALL_P, + BG_ARK_ALL_P, + BG_RUN_ALL_P, + BG_SEVX_ALL_P, + BG_JUN_ALL_P, + BG_DISH_ALL_P, + BG_CAVE_ALL_P, + BG_CAT_ALL_P, + BG_CRAD_ALL_P, + BG_SHO_ALL_P, + BG_ELD_ALL_P, + BG_IMP_ALL_P, + BG_ASH_ALL_P, + BG_LUE_ALL_P, + BG_AME_ALL_P, + BG_RIT_ALL_P, + BG_OAT_ALL_P, + BG_EAR_ALL_P, + BG_LEE_ALL_P, + BG_LIP_ALL_P, + BG_LEN_ALL_P, + BG_WAX_ALL_P, + BG_PAM_ALL_P, + ARMOURGUARD, + BARONSAMEDI, + BLUECAMGUARD, + BLUEMAN, + BLUEWOMAN, + BOILERBOND, + BOILERTREV, + BORIS, + CAMGUARD, + CARDIMAN, + CHECKMAN, + COMMGUARD, + DJBOND, + FATTECHWOMAN, + GREATGUARD2, + GREATGUARD, + GREYGUARD, + GREYMAN, + HEADALAN, + HEADB, + HEADBALACLAVA, + HEADBIKE, + HEADBROSNAN, + HEADBROSNANBOILER, + HEADBROSNANSNOW, + HEADBROSNANSUIT, + HEADBROSNANTIMBER, + HEADCHRIS, + HEADDAVE, + HEADDES, + HEADDUNCAN, + HEADDWAYNE, + HEADGRAHAM, + HEADGRANT, + HEADJIM, + HEADJOE2, + HEADJOE, + HEADJOEL, + HEADKARL, + HEADKEN, + HEADLEE, + HEADMANDY, + HEADMARION, + HEADMARK, + HEADMARTIN, + HEADMISHKIN, + HEADNEIL, + HEADPETE, + HEADROBIN, + HEADSALLY, + HEADSCOTT, + HEADSHAUN, + HEADSTEVEE, + HEADSTEVEH, + HEADVIVIEN, + JAWS, + JEANWOMAN, + MAYDAY, + MOONFEMALE, + MOONGUARD, + NATALYA, + NAVYGUARD, + ODDJOB, + OLIVEGUARD, + ORUMOV, + PILOT, + REDMAN, + RUSGUARD, + SNOWBOND, + SNOWGUARD, + SPICEBOND, + SUIT_LF_HAND, + SUITBOND, + TECHMAN, + TECHWOMAN, + TIMBERBOND, + TREVELYAN, + TREVGUARD, + VALENTIN, + XENIA, + + AK47, + AUDIOTAPE, + AUTOSHOT, + BLACKBOX, + BLUEPRINTS, + BOMBCASE, + BOMBDEFUSER, + BRIEFCASE, + BUG, + BUGDETECTOR, + BUNGEE, + CAMERA, + CARTBLUE, + CARTRIDGE, + CARTRIFLE, + CARTSHELL, + CIRCUITBOARD, + CLIPBOARD, + CREDITCARD, + DARKGLASSES, + DATATHIEF, + DATTAPE, + DOORDECODER, + DOOREXPLODER, + DOSSIERRED, + DYNAMITE, + EXPLOSIVEFLOPPY, + EXPLOSIVEPEN, + EXTINGUISHER, + FINGERGUN, + FIST, + FLAREPISTOL, + FNP90, + GASKEYRING, + GOLDBAR, + GOLDENEYEKEY, + GOLDENGUN, + GOLDWPPK, + GRENADE, + GRENADELAUNCH, + HEROIN, + JOYPAD, + KEYANALYSERCASE, + KEYBOLT, + KEYCARD, + KEYYALE, + KNIFE, + LASER, + LECTRE, + LOCKEXPLODER, + M16, + MAP, + MICROCAMERA, + MICROCODE, + MICROFILM, + MONEY, + MP5K, + MP5KSIL, + PITONGUN, + PLANS, + PLASTIQUE, + POLARIZEDGLASSES, + PROXIMITYMINE, + REMOTEMINE, + ROCKETLAUNCH, + RUGER, + SAFECRACKERCASE, + SHOTGUN, + SILVERWPPK, + SKORPION, + SNIPERRIFLE, + SPECTRE, + SPOOLTAPE, + SPYFILE, + STAFFLIST, + TASER, + THROWKNIFE, + TIMEDMINE, + TRIGGER, + TT33, + UZI, + VIDEOTAPE, + WATCHCOMMUNICATOR, + WATCHGEIGERCOUNTER, + WATCHIDENTIFIER, + WATCHLASER, + WATCHMAGNETATTRACT, + WATCHMAGNETREPEL, + WEAPONCASE, + WPPK, + WPPKSIL, + WRISTDART, + + ICBM, + ICBM_NOSE, + AK47MAG, + ALARM1, + ALARM2, + AMMO_CRATE1, + AMMO_CRATE2, + AMMO_CRATE3, + AMMO_CRATE4, + AMMO_CRATE5, + APC, + ARCHSECDOOR1, + ARCHSECDOOR2, + ARTIC, + ARTICTRAILER, + BARRICADE, + BIN1, + BLOTTER1, + BODYARMOUR, + BODYARMOURVEST, + BOLLARD, + BOMB, + BOOK1, + BOOKSHELF1, + BORG_CRATE, + BOXCARTRIDGES, + BOXES2X4, + BOXES3X4, + BOXES4X4, + BRAKEUNIT, + BRIDGE_CONSOLE1A, + BRIDGE_CONSOLE1B, + BRIDGE_CONSOLE2A, + BRIDGE_CONSOLE2B, + BRIDGE_CONSOLE3A, + BRIDGE_CONSOLE3B, + CARBMW, + CARD_BOX1, + CARD_BOX2, + CARD_BOX3, + CARD_BOX4_LG, + CARD_BOX5_LG, + CARD_BOX6_LG, + CARESCORT, + CARGOLF, + CARWEIRD, + CARZIL, + CCTV, + CHRAUDIOTAPE, + CHRAUTOSHOT, + CHRBLACKBOX, + CHRBLUEPRINTS, + CHRBOMBCASE, + CHRBOMBDEFUSER, + CHRBRIEFCASE, + CHRBUG, + CHRBUGDETECTOR, + CHRBUNGEE, + CHRCAMERA, + CHRCIRCUITBOARD, + CHRCLIPBOARD, + CHRCREDITCARD, + CHRDARKGLASSES, + CHRDATATHIEF, + CHRDATTAPE, + CHRDOORDECODER, + CHRDOOREXPLODER, + CHRDOSSIERRED, + CHRDYNAMITE, + CHREXPLOSIVEPEN, + CHREXTINGUISHER, + CHRFINGERGUN, + CHRFLAREPISTOL, + CHRFNP90, + CHRGASKEYRING, + CHRGOLDBAR, + CHRGOLDEN, + CHRGOLDENEYEKEY, + CHRGOLDWPPK, + CHRGRENADE, + CHRGRENADELAUNCH, + CHRGRENADEROUND, + CHRHEROIN, + CHRKALASH, + CHRKEYANALYSERCASE, + CHRKEYBOLT, + CHRKEYYALE, + CHRKNIFE, + CHRLASER, + CHRLECTRE, + CHRLOCKEXPLODER, + CHRM16, + CHRMAP, + CHRMICROCAMERA, + CHRMICROCODE, + CHRMICROFILM, + CHRMONEY, + CHRMP5K, + CHRMP5KSIL, + CHRPITONGUN, + CHRPLANS, + CHRPLASTIQUE, + CHRPOLARIZEDGLASSES, + CHRPROXIMITYMINE, + CHRREMOTEMINE, + CHRROCKET, + CHRROCKETLAUNCH, + CHRRUGER, + CHRSAFECRACKERCASE, + CHRSHOTGUN, + CHRSILVERWPPK, + CHRSKORPION, + CHRSNIPERRIFLE, + CHRSPECTRE, + CHRSPOOLTAPE, + CHRSPYFILE, + CHRSTAFFLIST, + CHRTESTTUBE, + CHRTHROWKNIFE, + CHRTIMEDMINE, + CHRTT33, + CHRUZI, + CHRVIDEOTAPE, + CHRWEAPONCASE, + CHRWPPK, + CHRWPPKSIL, + CHRWRISTDART, + CONSOLE1, + CONSOLE2, + CONSOLE3, + CONSOLE_SEV2A, + CONSOLE_SEV2B, + CONSOLE_SEV2C, + CONSOLE_SEV2D, + CONSOLE_SEV_GEA, + CONSOLE_SEV_GEB, + CONSOLE_SEVA, + CONSOLE_SEVB, + CONSOLE_SEVC, + CONSOLE_SEVD, + CRYPTDOOR1A, + CRYPTDOOR1B, + CRYPTDOOR2A, + CRYPTDOOR2B, + CRYPTDOOR3, + CRYPTDOOR4, + DAMCHAINDOOR, + DAMGATEDOOR, + DAMTUNDOOR, + DEPOT_DOOR_STEEL, + DEPOT_GATE_ENTRY, + DESK1, + DESK2, + DESK_ARECIBO1, + DESK_LAMP2, + DEST_ENGINE, + DEST_EXOCET, + DEST_GUN, + DEST_HARPOON, + DEST_SEAWOLF, + DISC_READER, + DISK_DRIVE1, + DOOR_AZT_CHAIR, + DOOR_AZT_DESK, + DOOR_AZT_DESK_TOP, + DOOR_AZTEC, + DOOR_DEST1, + DOOR_DEST2, + DOOR_EYELID, + DOOR_IRIS, + DOOR_MF, + DOOR_ROLLER1, + DOOR_ROLLER2, + DOOR_ROLLER3, + DOOR_ROLLER4, + DOOR_ROLLERTRAIN, + DOOR_ST_AREC1, + DOOR_ST_AREC2, + DOOR_WIN, + DOORCONSOLE, + DOORPANEL, + DOORPRISON1, + DOORSTATGATE, + EXPLOSIONBIT, + FILING_CABINET1, + FLAG, + FLOPPY, + FNP90MAG, + GAS_PLANT_MET1_DO1, + GAS_PLANT_SW2_DO1, + GAS_PLANT_SW3_DO1, + GAS_PLANT_SW4_DO1, + GAS_PLANT_SW_DO1, + GAS_PLANT_WC_CUB1, + GASBARREL, + GASBARRELS, + GASPLANT_CLEAR_DOOR, + GASTANK, + GLASSWARE1, + GLASSWARE2, + GLASSWARE3, + GLASSWARE4, + GOLDENEYELOGO, + GOLDENSHELLS, + GROUNDGUN, + GUN_RUNWAY1, + HATBERET, + HATBERETBLUE, + HATBERETRED, + HATCHBOLT, + HATCHDOOR, + HATCHSEVX, + HATFURRY, + HATFURRYBLACK, + HATFURRYBROWN, + HATHELMET, + HATHELMETGREY, + HATMOON, + HATPEAKED, + HATTBIRD, + HATTBIRDBROWN, + HELICOPTER, + HIND, + JEEP, + JERRY_CAN1, + JUNGLE3_TREE, + JUNGLE5_TREE, + KEY_HOLDER, + KEYBOARD1, + KIT_UNITS1, + LABBENCH, + LANDMINE, + LEGALPAGE, + LETTER_TRAY1, + LOCKER3, + LOCKER4, + M16MAG, + MAGNUMSHELLS, + MAINFRAME1, + MAINFRAME2, + METAL_CHAIR1, + METAL_CRATE1, + METAL_CRATE2, + METAL_CRATE3, + METAL_CRATE4, + MILCOPTER, + MILTRUCK, + MISSILE_RACK2, + MISSILE_RACK, + MODEMBOX, + MOTORBIKE, + MP5KMAG, + NINTENDOLOGO, + OIL_DRUM1, + OIL_DRUM2, + OIL_DRUM3, + OIL_DRUM5, + OIL_DRUM6, + OIL_DRUM7, + PADLOCK, + PALM, + PALMTREE, + PHONE1, + PLANE, + PLANT11, + PLANT1, + PLANT2, + PLANT2B, + PLANT3, + RADIO_UNIT1, + RADIO_UNIT2, + RADIO_UNIT3, + RADIO_UNIT4, + ROOFGUN, + SAFE, + SAFEDOOR, + SAT1_REFLECT, + SATBOX, + SATDISH, + SEC_PANEL, + SEV_DOOR3, + SEV_DOOR3_WIND, + SEV_DOOR4_WIND, + SEV_DOOR, + SEV_DOOR_V1, + SEV_TRISLIDE, + SEVDISH, + SEVDOORMETSLIDE, + SEVDOORNOWIND, + SEVDOORWIND, + SEVDOORWOOD, + SHUTTLE, + SHUTTLE_DOOR_L, + SHUTTLE_DOOR_R, + SILENCER, + SILO_LIFT_DOOR, + SILOTOPDOOR, + SKORPIONMAG, + SPECTREMAG, + SPEEDBOAT, + ST_PETE_ROOM_1I, + ST_PETE_ROOM_2I, + ST_PETE_ROOM_3T, + ST_PETE_ROOM_5C, + ST_PETE_ROOM_6C, + STEEL_DOOR1, + STEEL_DOOR2, + STEEL_DOOR2B, + STEEL_DOOR3, + STOOL1, + SWIPE_CARD2, + SWIVEL_CHAIR1, + TANK, + TIGER, + TORPEDO_RACK, + TRAIN_DOOR2, + TRAIN_DOOR3, + TRAIN_DOOR, + TRAINEXTDOOR, + TT33MAG, + TUNING_CONSOLE1, + TV1, + TV4SCREEN, + TV_HOLDER, + TVSCREEN, + UZIMAG, + VERTDOOR, + WALLETBOND, + WINDOW, + WINDOW_COR11, + WINDOW_LIB_LG1, + WINDOW_LIB_SM1, + WOOD_LG_CRATE1, + WOOD_LG_CRATE2, + WOOD_MD_CRATE3, + WOOD_SM_CRATE4, + WOOD_SM_CRATE5, + WOOD_SM_CRATE6, + WOODEN_TABLE1, + WPPKMAG, + + BG_AME_ALL_P_STAN, + BG_ARCH_ALL_P_STAN, + BG_AREC_ALL_P_STAN, + BG_ARK_ALL_P_STAN, + BG_ASH_ALL_P_STAN, + BG_AZT_ALL_P_STAN, + BG_CAT_ALL_P_STAN, + BG_CAVE_ALL_P_STAN, + BG_CRAD_ALL_P_STAN, + BG_CRYP_ALL_P_STAN, + BG_DAM_ALL_P_STAN, + BG_DEPO_ALL_P_STAN, + BG_DEST_ALL_P_STAN, + BG_DISH_ALL_P_STAN, + BG_EAR_ALL_P_STAN, + BG_ELD_ALL_P_STAN, + BG_IMP_ALL_P_STAN, + BG_JUN_ALL_P_STAN, + BG_LEE_ALL_P_STAN, + BG_LEN_ALL_P_STAN, + BG_LIP_ALL_P_STAN, + BG_LUE_ALL_P_STAN, + BG_OAT_ALL_P_STAN, + BG_PAM_ALL_P_STAN, + BG_PETE_ALL_P_STAN, + BG_REF_ALL_P_STAN, + BG_RIT_ALL_P_STAN, + BG_RUN_ALL_P_STAN, + BG_SEV_ALL_P_STAN, + BG_SEVB_ALL_P_STAN, + BG_SEVX_ALL_P_STAN, + BG_SILO_ALL_P_STAN, + BG_STAT_ALL_P_STAN, + BG_TRA_ALL_P_STAN, + BG_WAX_ALL_P_STAN, + + BRIEFARCH, + BRIEFARK, + BRIEFAZT, + BRIEFCAVE, + BRIEFCONTROL, + BRIEFCRAD, + BRIEFCRYP, + BRIEFDAM, + BRIEFDEPO, + BRIEFDEST, + BRIEFJUN, + BRIEFPETE, + BRIEFRUN, + BRIEFSEVB, + BRIEFSEVBUNKER, + BRIEFSEVX, + BRIEFSEVXB, + BRIEFSILO, + BRIEFSTATUE, + BRIEFTRA, + + MP_SETUPAME, + MP_SETUPARCH, + MP_SETUPARK, + MP_SETUPASH, + MP_SETUPCAVE, + MP_SETUPCRAD, + MP_SETUPCRYP, + MP_SETUPDISH, + MP_SETUPIMP, + MP_SETUPOAT, + MP_SETUPREF, + MP_SETUPSEVB, + MP_SETUPSTATUE, + + SETUPARCH, + SETUPARK, + SETUPAZT, + SETUPCAVE, + SETUPCONTROL, + SETUPCRAD, + SETUPCRYP, + SETUPDAM, + SETUPDEPO, + SETUPDEST, + SETUPJUN, + SETUPLEN, + SETUPPETE, + SETUPRUN, + SETUPSEVB, + SETUPSEVBUNKER, + SETUPSEVX, + SETUPSEVXB, + SETUPSILO, + SETUPSTATUE, + SETUPTRA, + + AMEE, + AMEJ, +#ifdef VERSION_EU + AMEP, +#endif + ARCHE, + ARCHJ, +#ifdef VERSION_EU + ARCHP, +#endif + ARECE, + ARECJ, +#ifdef VERSION_EU + ARECP, +#endif + ARKE, + ARKJ, +#ifdef VERSION_EU + ARKP, +#endif + ASHE, + ASHJ, +#ifdef VERSION_EU + ASHP, +#endif + AZTE, + AZTJ, +#ifdef VERSION_EU + AZTP, +#endif + CATE, + CATJ, +#ifdef VERSION_EU + CATP, +#endif + CAVEE, + CAVEJ, +#ifdef VERSION_EU + CAVEP, +#endif + CRADE, + CRADJ, +#ifdef VERSION_EU + CRADP, +#endif + CRYPE, + CRYPJ, +#ifdef VERSION_EU + CRYPP, +#endif + DAME, + DAMJ, +#ifdef VERSION_EU + DAMP, +#endif + DEPOE, + DEPOJ, +#ifdef VERSION_EU + DEPOP, +#endif + DESTE, + DESTJ, +#ifdef VERSION_EU + DESTP, +#endif + DISHE, + DISHJ, +#ifdef VERSION_EU + DISHP, +#endif + EARE, + EARJ, +#ifdef VERSION_EU + EARP, +#endif + ELDE, + ELDJ, +#ifdef VERSION_EU + ELDP, +#endif + GUNE, + GUNJ, +#ifdef VERSION_EU + GUNP, +#endif + IMPE, + IMPJ, +#ifdef VERSION_EU + IMPP, +#endif + JUNE, + JUNJ, +#ifdef VERSION_EU + JUNP, +#endif + LEEE, + LEEJ, +#ifdef VERSION_EU + LEEP, +#endif + LENE, + LENJ, +#ifdef VERSION_EU + LENP, +#endif + LIPE, + LIPJ, +#ifdef VERSION_EU + LIPP, +#endif + LUEE, + LUEJ, +#ifdef VERSION_EU + LUEP, +#endif + MISCE, + MISCJ, +#ifdef VERSION_EU + MISCP, +#endif + MPMENUE, + MPMENUJ, +#ifdef VERSION_EU + MPMENUP, +#endif + MPWEAPONSE, + MPWEAPONSJ, +#ifdef VERSION_EU + MPWEAPONSP, +#endif + OATE, + OATJ, +#ifdef VERSION_EU + OATP, +#endif + OPTIONSE, + OPTIONSJ, +#ifdef VERSION_EU + OPTIONSP, +#endif + PAME, + PAMJ, +#ifdef VERSION_EU + PAMP, +#endif + PETEE, + PETEJ, +#ifdef VERSION_EU + PETEP, +#endif + PROPOBJE, + PROPOBJJ, +#ifdef VERSION_EU + PROPOBJP, +#endif + REFE, + REFJ, +#ifdef VERSION_EU + REFP, +#endif + RITE, + RITJ, +#ifdef VERSION_EU + RITP, +#endif + RUNE, + RUNJ, +#ifdef VERSION_EU + RUNP, +#endif + SEVE, + SEVJ, +#ifdef VERSION_EU + SEVP, +#endif + SEVBE, + SEVBJ, +#ifdef VERSION_EU + SEVBP, +#endif + SEVXE, + SEVXJ, +#ifdef VERSION_EU + SEVXP, +#endif + SEVXBE, + SEVXBJ, +#ifdef VERSION_EU + SEVXBP, +#endif + SHOE, + SHOJ, +#ifdef VERSION_EU + SHOP, +#endif + SILOE, + SILOJ, +#ifdef VERSION_EU + SILOP, +#endif + STATE, + STATJ, +#ifdef VERSION_EU + STATP, +#endif + TITLEE, + TITLEJ, +#ifdef VERSION_EU + TITLEP, +#endif + TRAE, + TRAJ, +#ifdef VERSION_EU + TRAP, +#endif + WAXE, + WAXJ, +#ifdef VERSION_EU + WAXP, +#endif + OBENDSEG +} FILEINDEXID; + + +#define OBJ_INDEX_END OBENDSEG+1 +#define OBJ_INDEX_MAX OBENDSEG+10 + +#endif diff --git a/assets/obseg/file_resource_table.inc.c b/assets/obseg/file_resource_table.inc.c index 40f1240..d6dfc99 100644 --- a/assets/obseg/file_resource_table.inc.c +++ b/assets/obseg/file_resource_table.inc.c @@ -1,741 +1,875 @@ //TODO: Autogenerate me +#include "file_resource_id_enums.h" + struct fileentry file_resource_table[] = { - {0, "", 0}, - {1, "bg/bg_sev_all_p.seg", &bg_sev_all_p_seg}, - {2, "bg/bg_silo_all_p.seg", &bg_silo_all_p_seg}, - {3, "bg/bg_stat_all_p.seg", &bg_stat_all_p_seg}, - {4, "bg/bg_arec_all_p.seg", &bg_arec_all_p_seg}, - {5, "bg/bg_arch_all_p.seg", &bg_arch_all_p_seg}, - {6, "bg/bg_tra_all_p.seg", &bg_tra_all_p_seg}, - {7, "bg/bg_dest_all_p.seg", &bg_dest_all_p_seg}, - {8, "bg/bg_sevb_all_p.seg", &bg_sevb_all_p_seg}, - {9, "bg/bg_azt_all_p.seg", &bg_azt_all_p_seg}, - {0xA, "bg/bg_pete_all_p.seg", &bg_pete_all_p_seg}, - {0xB, "bg/bg_depo_all_p.seg", &bg_depo_all_p_seg}, - {0xC, "bg/bg_ref_all_p.seg", &bg_ref_all_p_seg}, - {0xD, "bg/bg_cryp_all_p.seg", &bg_cryp_all_p_seg}, - {0xE, "bg/bg_dam_all_p.seg", &bg_dam_all_p_seg}, - {0xF, "bg/bg_ark_all_p.seg", &bg_ark_all_p_seg}, - {0x10, "bg/bg_run_all_p.seg", &bg_run_all_p_seg}, - {0x11, "bg/bg_sevx_all_p.seg", &bg_sevx_all_p_seg}, - {0x12, "bg/bg_jun_all_p.seg", &bg_jun_all_p_seg}, - {0x13, "bg/bg_dish_all_p.seg", &bg_dish_all_p_seg}, - {0x14, "bg/bg_cave_all_p.seg", &bg_cave_all_p_seg}, - {0x15, "bg/bg_cat_all_p.seg", &bg_cat_all_p_seg}, - {0x16, "bg/bg_crad_all_p.seg", &bg_crad_all_p_seg}, - {0x17, "bg/bg_sho_all_p.seg", &bg_sho_all_p_seg}, - {0x18, "bg/bg_eld_all_p.seg", &bg_imp_all_p_seg}, - {0x19, "bg/bg_imp_all_p.seg", &bg_imp_all_p_seg}, - {0x1A, "bg/bg_ash_all_p.seg", &bg_imp_all_p_seg}, - {0x1B, "bg/bg_lue_all_p.seg", &bg_imp_all_p_seg}, - {0x1C, "bg/bg_ame_all_p.seg", &bg_imp_all_p_seg}, - {0x1D, "bg/bg_rit_all_p.seg", &bg_rit_all_p_seg}, - {0x1E, "bg/bg_oat_all_p.seg", &bg_oat_all_p_seg}, - {0x1F, "bg/bg_ear_all_p.seg", &bg_ear_all_p_seg}, - {0x20, "bg/bg_lee_all_p.seg", &bg_lee_all_p_seg}, - {0x21, "bg/bg_lip_all_p.seg", &bg_lip_all_p_seg}, - {0x22, "bg/bg_len_all_p.seg", &bg_len_all_p_seg}, - {0x23, "bg/bg_wax_all_p.seg", &bg_wax_all_p_seg}, - {0x24, "bg/bg_pam_all_p.seg", &bg_pam_all_p_seg}, + {NULLFILE, "", 0}, + {BG_SEV_ALL_P, "bg/bg_sev_all_p.seg", &bg_sev_all_p_seg}, + {BG_SILO_ALL_P, "bg/bg_silo_all_p.seg", &bg_silo_all_p_seg}, + {BG_STAT_ALL_P, "bg/bg_stat_all_p.seg", &bg_stat_all_p_seg}, + {BG_AREC_ALL_P, "bg/bg_arec_all_p.seg", &bg_arec_all_p_seg}, + {BG_ARCH_ALL_P, "bg/bg_arch_all_p.seg", &bg_arch_all_p_seg}, + {BG_TRA_ALL_P, "bg/bg_tra_all_p.seg", &bg_tra_all_p_seg}, + {BG_DEST_ALL_P, "bg/bg_dest_all_p.seg", &bg_dest_all_p_seg}, + {BG_SEVB_ALL_P, "bg/bg_sevb_all_p.seg", &bg_sevb_all_p_seg}, + {BG_AZT_ALL_P, "bg/bg_azt_all_p.seg", &bg_azt_all_p_seg}, + {BG_PETE_ALL_P, "bg/bg_pete_all_p.seg", &bg_pete_all_p_seg}, + {BG_DEPO_ALL_P, "bg/bg_depo_all_p.seg", &bg_depo_all_p_seg}, + {BG_REF_ALL_P, "bg/bg_ref_all_p.seg", &bg_ref_all_p_seg}, + {BG_CRYP_ALL_P, "bg/bg_cryp_all_p.seg", &bg_cryp_all_p_seg}, + {BG_DAM_ALL_P, "bg/bg_dam_all_p.seg", &bg_dam_all_p_seg}, + {BG_ARK_ALL_P, "bg/bg_ark_all_p.seg", &bg_ark_all_p_seg}, + {BG_RUN_ALL_P, "bg/bg_run_all_p.seg", &bg_run_all_p_seg}, + {BG_SEVX_ALL_P, "bg/bg_sevx_all_p.seg", &bg_sevx_all_p_seg}, + {BG_JUN_ALL_P, "bg/bg_jun_all_p.seg", &bg_jun_all_p_seg}, + {BG_DISH_ALL_P, "bg/bg_dish_all_p.seg", &bg_dish_all_p_seg}, + {BG_CAVE_ALL_P, "bg/bg_cave_all_p.seg", &bg_cave_all_p_seg}, + {BG_CAT_ALL_P, "bg/bg_cat_all_p.seg", &bg_cat_all_p_seg}, + {BG_CRAD_ALL_P, "bg/bg_crad_all_p.seg", &bg_crad_all_p_seg}, + {BG_SHO_ALL_P, "bg/bg_sho_all_p.seg", &bg_sho_all_p_seg}, + {BG_ELD_ALL_P, "bg/bg_eld_all_p.seg", &bg_imp_all_p_seg}, + {BG_IMP_ALL_P, "bg/bg_imp_all_p.seg", &bg_imp_all_p_seg}, + {BG_ASH_ALL_P, "bg/bg_ash_all_p.seg", &bg_imp_all_p_seg}, + {BG_LUE_ALL_P, "bg/bg_lue_all_p.seg", &bg_imp_all_p_seg}, + {BG_AME_ALL_P, "bg/bg_ame_all_p.seg", &bg_imp_all_p_seg}, + {BG_RIT_ALL_P, "bg/bg_rit_all_p.seg", &bg_rit_all_p_seg}, + {BG_OAT_ALL_P, "bg/bg_oat_all_p.seg", &bg_oat_all_p_seg}, + {BG_EAR_ALL_P, "bg/bg_ear_all_p.seg", &bg_ear_all_p_seg}, + {BG_LEE_ALL_P, "bg/bg_lee_all_p.seg", &bg_lee_all_p_seg}, + {BG_LIP_ALL_P, "bg/bg_lip_all_p.seg", &bg_lip_all_p_seg}, + {BG_LEN_ALL_P, "bg/bg_len_all_p.seg", &bg_len_all_p_seg}, + {BG_WAX_ALL_P, "bg/bg_wax_all_p.seg", &bg_wax_all_p_seg}, + {BG_PAM_ALL_P, "bg/bg_pam_all_p.seg", &bg_pam_all_p_seg}, - {0x25, "CarmourguardZ", &CarmourguardZ}, - {0x26, "CbaronsamediZ", &CbaronsamediZ}, - {0x27, "CbluecamguardZ", &CbluecamguardZ}, - {0x28, "CbluemanZ", &CbluemanZ}, - {0x29, "CbluewomanZ", &CbluewomanZ}, - {0x2A, "CboilerbondZ", &CboilerbondZ}, - {0x2B, "CboilertrevZ", &CboilertrevZ}, - {0x2C, "CborisZ", &CborisZ}, - {0x2D, "CcamguardZ", &CcamguardZ}, - {0x2E, "CcardimanZ", &CcardimanZ}, - {0x2F, "CcheckmanZ", &CcheckmanZ}, - {0x30, "CcommguardZ", &CcommguardZ}, - {0x31, "CdjbondZ", &CdjbondZ}, - {0x32, "CfattechwomanZ", &CfattechwomanZ}, - {0x33, "Cgreatguard2Z", &Cgreatguard2Z}, - {0x34, "CgreatguardZ", &CgreatguardZ}, - {0x35, "CgreyguardZ", &CgreyguardZ}, - {0x36, "CgreymanZ", &CgreymanZ}, - {0x37, "CheadalanZ", &CheadalanZ}, - {0x38, "CheadbZ", &CheadbZ}, - {0x39, "CheadbalaclavaZ", &CheadbalaclavaZ}, - {0x3A, "CheadbikeZ", &CheadbikeZ}, - {0x3B, "CheadbrosnanZ", &CheadbrosnanZ}, - {0x3C, "CheadbrosnanboilerZ", &CheadbrosnanboilerZ}, - {0x3D, "CheadbrosnansnowZ", &CheadbrosnansnowZ}, - {0x3E, "CheadbrosnansuitZ", &CheadbrosnansuitZ}, - {0x3F, "CheadbrosnantimberZ", &CheadbrosnantimberZ}, - {0x40, "CheadchrisZ", &CheadchrisZ}, - {0x41, "CheaddaveZ", &CheaddaveZ}, - {0x42, "CheaddesZ", &CheaddesZ}, - {0x43, "CheadduncanZ", &CheadduncanZ}, - {0x44, "CheaddwayneZ", &CheaddwayneZ}, - {0x45, "CheadgrahamZ", &CheadgrahamZ}, - {0x46, "CheadgrantZ", &CheadgrantZ}, - {0x47, "CheadjimZ", &CheadjimZ}, - {0x48, "Cheadjoe2Z", &Cheadjoe2Z}, - {0x49, "CheadjoeZ", &CheadjoeZ}, - {0x4A, "CheadjoelZ", &CheadjoelZ}, - {0x4B, "CheadkarlZ", &CheadkarlZ}, - {0x4C, "CheadkenZ", &CheadkenZ}, - {0x4D, "CheadleeZ", &CheadleeZ}, - {0x4E, "CheadmandyZ", &CheadmandyZ}, - {0x4F, "CheadmarionZ", &CheadmarionZ}, - {0x50, "CheadmarkZ", &CheadmarkZ}, - {0x51, "CheadmartinZ", &CheadmartinZ}, - {0x52, "CheadmishkinZ", &CheadmishkinZ}, - {0x53, "CheadneilZ", &CheadneilZ}, - {0x54, "CheadpeteZ", &CheadpeteZ}, - {0x55, "CheadrobinZ", &CheadrobinZ}, - {0x56, "CheadsallyZ", &CheadsallyZ}, - {0x57, "CheadscottZ", &CheadscottZ}, - {0x58, "CheadshaunZ", &CheadshaunZ}, - {0x59, "CheadsteveeZ", &CheadsteveeZ}, - {0x5A, "CheadstevehZ", &CheadstevehZ}, - {0x5B, "CheadvivienZ", &CheadvivienZ}, - {0x5C, "CjawsZ", &CjawsZ}, - {0x5D, "CjeanwomanZ", &CjeanwomanZ}, - {0x5E, "CmaydayZ", &CmaydayZ}, - {0x5F, "CmoonfemaleZ", &CmoonfemaleZ}, - {0x60, "CmoonguardZ", &CmoonguardZ}, - {0x61, "CnatalyaZ", &CnatalyaZ}, - {0x62, "CnavyguardZ", &CnavyguardZ}, - {0x63, "CoddjobZ", &CoddjobZ}, - {0x64, "ColiveguardZ", &ColiveguardZ}, - {0x65, "CorumovZ", &CorumovZ}, - {0x66, "CpilotZ", &CpilotZ}, - {0x67, "CredmanZ", &CredmanZ}, - {0x68, "CrusguardZ", &CrusguardZ}, - {0x69, "CsnowbondZ", &CsnowbondZ}, - {0x6A, "CsnowguardZ", &CsnowguardZ}, - {0x6B, "CspicebondZ", &CspicebondZ}, - {0x6C, "Csuit_lf_handZ", &Csuit_lf_handZ}, - {0x6D, "CsuitbondZ", &CsuitbondZ}, - {0x6E, "CtechmanZ", &CtechmanZ}, - {0x6F, "CtechwomanZ", &CtechwomanZ}, - {0x70, "CtimberbondZ", &CtimberbondZ}, - {0x71, "CtrevelyanZ", &CtrevelyanZ}, - {0x72, "CtrevguardZ", &CtrevguardZ}, - {0x73, "CvalentinZ", &CvalentinZ}, - {0x74, "CxeniaZ", &CxeniaZ}, + {ARMOURGUARD, "CarmourguardZ", &CarmourguardZ}, + {BARONSAMEDI, "CbaronsamediZ", &CbaronsamediZ}, + {BLUECAMGUARD, "CbluecamguardZ", &CbluecamguardZ}, + {BLUEMAN, "CbluemanZ", &CbluemanZ}, + {BLUEWOMAN, "CbluewomanZ", &CbluewomanZ}, + {BOILERBOND, "CboilerbondZ", &CboilerbondZ}, + {BOILERTREV, "CboilertrevZ", &CboilertrevZ}, + {BORIS, "CborisZ", &CborisZ}, + {CAMGUARD, "CcamguardZ", &CcamguardZ}, + {CARDIMAN, "CcardimanZ", &CcardimanZ}, + {CHECKMAN, "CcheckmanZ", &CcheckmanZ}, + {COMMGUARD, "CcommguardZ", &CcommguardZ}, + {DJBOND, "CdjbondZ", &CdjbondZ}, + {FATTECHWOMAN, "CfattechwomanZ", &CfattechwomanZ}, + {GREATGUARD2, "Cgreatguard2Z", &Cgreatguard2Z}, + {GREATGUARD, "CgreatguardZ", &CgreatguardZ}, + {GREYGUARD, "CgreyguardZ", &CgreyguardZ}, + {GREYMAN, "CgreymanZ", &CgreymanZ}, + {HEADALAN, "CheadalanZ", &CheadalanZ}, + {HEADB, "CheadbZ", &CheadbZ}, + {HEADBALACLAVA, "CheadbalaclavaZ", &CheadbalaclavaZ}, + {HEADBIKE, "CheadbikeZ", &CheadbikeZ}, + {HEADBROSNAN, "CheadbrosnanZ", &CheadbrosnanZ}, + {HEADBROSNANBOILER, "CheadbrosnanboilerZ", &CheadbrosnanboilerZ}, + {HEADBROSNANSNOW, "CheadbrosnansnowZ", &CheadbrosnansnowZ}, + {HEADBROSNANSUIT, "CheadbrosnansuitZ", &CheadbrosnansuitZ}, + {HEADBROSNANTIMBER, "CheadbrosnantimberZ", &CheadbrosnantimberZ}, + {HEADCHRIS, "CheadchrisZ", &CheadchrisZ}, + {HEADDAVE, "CheaddaveZ", &CheaddaveZ}, + {HEADDES, "CheaddesZ", &CheaddesZ}, + {HEADDUNCAN, "CheadduncanZ", &CheadduncanZ}, + {HEADDWAYNE, "CheaddwayneZ", &CheaddwayneZ}, + {HEADGRAHAM, "CheadgrahamZ", &CheadgrahamZ}, + {HEADGRANT, "CheadgrantZ", &CheadgrantZ}, + {HEADJIM, "CheadjimZ", &CheadjimZ}, + {HEADJOE2, "Cheadjoe2Z", &Cheadjoe2Z}, + {HEADJOE, "CheadjoeZ", &CheadjoeZ}, + {HEADJOEL, "CheadjoelZ", &CheadjoelZ}, + {HEADKARL, "CheadkarlZ", &CheadkarlZ}, + {HEADKEN, "CheadkenZ", &CheadkenZ}, + {HEADLEE, "CheadleeZ", &CheadleeZ}, + {HEADMANDY, "CheadmandyZ", &CheadmandyZ}, + {HEADMARION, "CheadmarionZ", &CheadmarionZ}, + {HEADMARK, "CheadmarkZ", &CheadmarkZ}, + {HEADMARTIN, "CheadmartinZ", &CheadmartinZ}, + {HEADMISHKIN, "CheadmishkinZ", &CheadmishkinZ}, + {HEADNEIL, "CheadneilZ", &CheadneilZ}, + {HEADPETE, "CheadpeteZ", &CheadpeteZ}, + {HEADROBIN, "CheadrobinZ", &CheadrobinZ}, + {HEADSALLY, "CheadsallyZ", &CheadsallyZ}, + {HEADSCOTT, "CheadscottZ", &CheadscottZ}, + {HEADSHAUN, "CheadshaunZ", &CheadshaunZ}, + {HEADSTEVEE, "CheadsteveeZ", &CheadsteveeZ}, + {HEADSTEVEH, "CheadstevehZ", &CheadstevehZ}, + {HEADVIVIEN, "CheadvivienZ", &CheadvivienZ}, + {JAWS, "CjawsZ", &CjawsZ}, + {JEANWOMAN, "CjeanwomanZ", &CjeanwomanZ}, + {MAYDAY, "CmaydayZ", &CmaydayZ}, + {MOONFEMALE, "CmoonfemaleZ", &CmoonfemaleZ}, + {MOONGUARD, "CmoonguardZ", &CmoonguardZ}, + {NATALYA, "CnatalyaZ", &CnatalyaZ}, + {NAVYGUARD, "CnavyguardZ", &CnavyguardZ}, + {ODDJOB, "CoddjobZ", &CoddjobZ}, + {OLIVEGUARD, "ColiveguardZ", &ColiveguardZ}, + {ORUMOV, "CorumovZ", &CorumovZ}, + {PILOT, "CpilotZ", &CpilotZ}, + {REDMAN, "CredmanZ", &CredmanZ}, + {RUSGUARD, "CrusguardZ", &CrusguardZ}, + {SNOWBOND, "CsnowbondZ", &CsnowbondZ}, + {SNOWGUARD, "CsnowguardZ", &CsnowguardZ}, + {SPICEBOND, "CspicebondZ", &CspicebondZ}, + {SUIT_LF_HAND, "Csuit_lf_handZ", &Csuit_lf_handZ}, + {SUITBOND, "CsuitbondZ", &CsuitbondZ}, + {TECHMAN, "CtechmanZ", &CtechmanZ}, + {TECHWOMAN, "CtechwomanZ", &CtechwomanZ}, + {TIMBERBOND, "CtimberbondZ", &CtimberbondZ}, + {TREVELYAN, "CtrevelyanZ", &CtrevelyanZ}, + {TREVGUARD, "CtrevguardZ", &CtrevguardZ}, + {VALENTIN, "CvalentinZ", &CvalentinZ}, + {XENIA, "CxeniaZ", &CxeniaZ}, - {0x75, "Gak47Z", &Gak47Z}, - {0x76, "GaudiotapeZ", &GaudiotapeZ}, - {0x77, "GautoshotZ", &GautoshotZ}, - {0x78, "GblackboxZ", &GblackboxZ}, - {0x79, "GblueprintsZ", &GblueprintsZ}, - {0x7A, "GbombcaseZ", &GbombcaseZ}, - {0x7B, "GbombdefuserZ", &GbombdefuserZ}, - {0x7C, "GbriefcaseZ", &GbriefcaseZ}, - {0x7D, "GbugZ", &GbugZ}, - {0x7E, "GbugdetectorZ", &GbugdetectorZ}, - {0x7F, "GbungeeZ", &GbungeeZ}, - {0x80, "GcameraZ", &GcameraZ}, - {0x81, "GcartblueZ", &GcartblueZ}, - {0x82, "GcartridgeZ", &GcartridgeZ}, - {0x83, "GcartrifleZ", &GcartrifleZ}, - {0x84, "GcartshellZ", &GcartshellZ}, - {0x85, "GcircuitboardZ", &GcircuitboardZ}, - {0x86, "GclipboardZ", &GclipboardZ}, - {0x87, "GcreditcardZ", &GcreditcardZ}, - {0x88, "GdarkglassesZ", &GdarkglassesZ}, - {0x89, "GdatathiefZ", &GdatathiefZ}, - {0x8A, "GdattapeZ", &GdattapeZ}, - {0x8B, "GdoordecoderZ", &GdoordecoderZ}, - {0x8C, "GdoorexploderZ", &GdoorexploderZ}, - {0x8D, "GdossierredZ", &GdossierredZ}, - {0x8E, "GdynamiteZ", &GdynamiteZ}, - {0x8F, "GexplosivefloppyZ", &GexplosivefloppyZ}, - {0x90, "GexplosivepenZ", &GexplosivepenZ}, - {0x91, "GextinguisherZ", &GextinguisherZ}, - {0x92, "GfingergunZ", &GfingergunZ}, - {0x93, "GfistZ", &GfistZ}, - {0x94, "GflarepistolZ", &GflarepistolZ}, - {0x95, "Gfnp90Z", &Gfnp90Z}, - {0x96, "GgaskeyringZ", &GgaskeyringZ}, - {0x97, "GgoldbarZ", &GgoldbarZ}, - {0x98, "GgoldeneyekeyZ", &GgoldeneyekeyZ}, - {0x99, "GgoldengunZ", &GgoldengunZ}, - {0x9A, "GgoldwppkZ", &GgoldwppkZ}, - {0x9B, "GgrenadeZ", &GgrenadeZ}, - {0x9C, "GgrenadelaunchZ", &GgrenadelaunchZ}, - {0x9D, "GheroinZ", &GheroinZ}, - {0x9E, "GjoypadZ", &GjoypadZ}, - {0x9F, "GkeyanalysercaseZ", &GkeyanalysercaseZ}, - {0xA0, "GkeyboltZ", &GkeyboltZ}, - {0xA1, "GkeycardZ", &GkeycardZ}, - {0xA2, "GkeyyaleZ", &GkeyyaleZ}, - {0xA3, "GknifeZ", &GknifeZ}, - {0xA4, "GlaserZ", &GlaserZ}, - {0xA5, "GlectreZ", &GlectreZ}, - {0xA6, "GlockexploderZ", &GlockexploderZ}, - {0xA7, "Gm16Z", &Gm16Z}, - {0xA8, "GmapZ", &GmapZ}, - {0xA9, "GmicrocameraZ", &GmicrocameraZ}, - {0xAA, "GmicrocodeZ", &GmicrocodeZ}, - {0xAB, "GmicrofilmZ", &GmicrofilmZ}, - {0xAC, "GmoneyZ", &GmoneyZ}, - {0xAD, "Gmp5kZ", &Gmp5kZ}, - {0xAE, "Gmp5ksilZ", &Gmp5ksilZ}, - {0xAF, "GpitongunZ", &GpitongunZ}, - {0xB0, "GplansZ", &GplansZ}, - {0xB1, "GplastiqueZ", &GplastiqueZ}, - {0xB2, "GpolarizedglassesZ", &GpolarizedglassesZ}, - {0xB3, "GproximitymineZ", &GproximitymineZ}, - {0xB4, "GremotemineZ", &GremotemineZ}, - {0xB5, "GrocketlaunchZ", &GrocketlaunchZ}, - {0xB6, "GrugerZ", &GrugerZ}, - {0xB7, "GsafecrackercaseZ", &GsafecrackercaseZ}, - {0xB8, "GshotgunZ", &GshotgunZ}, - {0xB9, "GsilverwppkZ", &GsilverwppkZ}, - {0xBA, "GskorpionZ", &GskorpionZ}, - {0xBB, "GsniperrifleZ", &GsniperrifleZ}, - {0xBC, "GspectreZ", &GspectreZ}, - {0xBD, "GspooltapeZ", &GspooltapeZ}, - {0xBE, "GspyfileZ", &GspyfileZ}, - {0xBF, "GstafflistZ", &GstafflistZ}, - {0xC0, "GtaserZ", &GtaserZ}, - {0xC1, "GthrowknifeZ", &GthrowknifeZ}, - {0xC2, "GtimedmineZ", &GtimedmineZ}, - {0xC3, "GtriggerZ", &GtriggerZ}, - {0xC4, "Gtt33Z", &Gtt33Z}, - {0xC5, "GuziZ", &GuziZ}, - {0xC6, "GvideotapeZ", &GvideotapeZ}, - {0xC7, "GwatchcommunicatorZ", &GwatchcommunicatorZ}, - {0xC8, "GwatchgeigercounterZ", &GwatchgeigercounterZ}, - {0xC9, "GwatchidentifierZ", &GwatchidentifierZ}, - {0xCA, "GwatchlaserZ", &GwatchlaserZ}, - {0xCB, "GwatchmagnetattractZ", &GwatchmagnetattractZ}, - {0xCC, "GwatchmagnetrepelZ", &GwatchmagnetrepelZ}, - {0xCD, "GweaponcaseZ", &GweaponcaseZ}, - {0xCE, "GwppkZ", &GwppkZ}, - {0xCF, "GwppksilZ", &GwppksilZ}, - {0xD0, "GwristdartZ", &GwristdartZ}, + {AK47, "Gak47Z", &Gak47Z}, + {AUDIOTAPE, "GaudiotapeZ", &GaudiotapeZ}, + {AUTOSHOT, "GautoshotZ", &GautoshotZ}, + {BLACKBOX, "GblackboxZ", &GblackboxZ}, + {BLUEPRINTS, "GblueprintsZ", &GblueprintsZ}, + {BOMBCASE, "GbombcaseZ", &GbombcaseZ}, + {BOMBDEFUSER, "GbombdefuserZ", &GbombdefuserZ}, + {BRIEFCASE, "GbriefcaseZ", &GbriefcaseZ}, + {BUG, "GbugZ", &GbugZ}, + {BUGDETECTOR, "GbugdetectorZ", &GbugdetectorZ}, + {BUNGEE, "GbungeeZ", &GbungeeZ}, + {CAMERA, "GcameraZ", &GcameraZ}, + {CARTBLUE, "GcartblueZ", &GcartblueZ}, + {CARTRIDGE, "GcartridgeZ", &GcartridgeZ}, + {CARTRIFLE, "GcartrifleZ", &GcartrifleZ}, + {CARTSHELL, "GcartshellZ", &GcartshellZ}, + {CIRCUITBOARD, "GcircuitboardZ", &GcircuitboardZ}, + {CLIPBOARD, "GclipboardZ", &GclipboardZ}, + {CREDITCARD, "GcreditcardZ", &GcreditcardZ}, + {DARKGLASSES, "GdarkglassesZ", &GdarkglassesZ}, + {DATATHIEF, "GdatathiefZ", &GdatathiefZ}, + {DATTAPE, "GdattapeZ", &GdattapeZ}, + {DOORDECODER, "GdoordecoderZ", &GdoordecoderZ}, + {DOOREXPLODER, "GdoorexploderZ", &GdoorexploderZ}, + {DOSSIERRED, "GdossierredZ", &GdossierredZ}, + {DYNAMITE, "GdynamiteZ", &GdynamiteZ}, + {EXPLOSIVEFLOPPY, "GexplosivefloppyZ", &GexplosivefloppyZ}, + {EXPLOSIVEPEN, "GexplosivepenZ", &GexplosivepenZ}, + {EXTINGUISHER, "GextinguisherZ", &GextinguisherZ}, + {FINGERGUN, "GfingergunZ", &GfingergunZ}, + {FIST, "GfistZ", &GfistZ}, + {FLAREPISTOL, "GflarepistolZ", &GflarepistolZ}, + {FNP90, "Gfnp90Z", &Gfnp90Z}, + {GASKEYRING, "GgaskeyringZ", &GgaskeyringZ}, + {GOLDBAR, "GgoldbarZ", &GgoldbarZ}, + {GOLDENEYEKEY, "GgoldeneyekeyZ", &GgoldeneyekeyZ}, + {GOLDENGUN, "GgoldengunZ", &GgoldengunZ}, + {GOLDWPPK, "GgoldwppkZ", &GgoldwppkZ}, + {GRENADE, "GgrenadeZ", &GgrenadeZ}, + {GRENADELAUNCH, "GgrenadelaunchZ", &GgrenadelaunchZ}, + {HEROIN, "GheroinZ", &GheroinZ}, + {JOYPAD, "GjoypadZ", &GjoypadZ}, + {KEYANALYSERCASE, "GkeyanalysercaseZ", &GkeyanalysercaseZ}, + {KEYBOLT, "GkeyboltZ", &GkeyboltZ}, + {KEYCARD, "GkeycardZ", &GkeycardZ}, + {KEYYALE, "GkeyyaleZ", &GkeyyaleZ}, + {KNIFE, "GknifeZ", &GknifeZ}, + {LASER, "GlaserZ", &GlaserZ}, + {LECTRE, "GlectreZ", &GlectreZ}, + {LOCKEXPLODER, "GlockexploderZ", &GlockexploderZ}, + {M16, "Gm16Z", &Gm16Z}, + {MAP, "GmapZ", &GmapZ}, + {MICROCAMERA, "GmicrocameraZ", &GmicrocameraZ}, + {MICROCODE, "GmicrocodeZ", &GmicrocodeZ}, + {MICROFILM, "GmicrofilmZ", &GmicrofilmZ}, + {MONEY, "GmoneyZ", &GmoneyZ}, + {MP5K, "Gmp5kZ", &Gmp5kZ}, + {MP5KSIL, "Gmp5ksilZ", &Gmp5ksilZ}, + {PITONGUN, "GpitongunZ", &GpitongunZ}, + {PLANS, "GplansZ", &GplansZ}, + {PLASTIQUE, "GplastiqueZ", &GplastiqueZ}, + {POLARIZEDGLASSES, "GpolarizedglassesZ", &GpolarizedglassesZ}, + {PROXIMITYMINE, "GproximitymineZ", &GproximitymineZ}, + {REMOTEMINE, "GremotemineZ", &GremotemineZ}, + {ROCKETLAUNCH, "GrocketlaunchZ", &GrocketlaunchZ}, + {RUGER, "GrugerZ", &GrugerZ}, + {SAFECRACKERCASE, "GsafecrackercaseZ", &GsafecrackercaseZ}, + {SHOTGUN, "GshotgunZ", &GshotgunZ}, + {SILVERWPPK, "GsilverwppkZ", &GsilverwppkZ}, + {SKORPION, "GskorpionZ", &GskorpionZ}, + {SNIPERRIFLE, "GsniperrifleZ", &GsniperrifleZ}, + {SPECTRE, "GspectreZ", &GspectreZ}, + {SPOOLTAPE, "GspooltapeZ", &GspooltapeZ}, + {SPYFILE, "GspyfileZ", &GspyfileZ}, + {STAFFLIST, "GstafflistZ", &GstafflistZ}, + {TASER, "GtaserZ", &GtaserZ}, + {THROWKNIFE, "GthrowknifeZ", &GthrowknifeZ}, + {TIMEDMINE, "GtimedmineZ", &GtimedmineZ}, + {TRIGGER, "GtriggerZ", &GtriggerZ}, + {TT33, "Gtt33Z", &Gtt33Z}, + {UZI, "GuziZ", &GuziZ}, + {VIDEOTAPE, "GvideotapeZ", &GvideotapeZ}, + {WATCHCOMMUNICATOR, "GwatchcommunicatorZ", &GwatchcommunicatorZ}, + {WATCHGEIGERCOUNTER, "GwatchgeigercounterZ", &GwatchgeigercounterZ}, + {WATCHIDENTIFIER, "GwatchidentifierZ", &GwatchidentifierZ}, + {WATCHLASER, "GwatchlaserZ", &GwatchlaserZ}, + {WATCHMAGNETATTRACT, "GwatchmagnetattractZ", &GwatchmagnetattractZ}, + {WATCHMAGNETREPEL, "GwatchmagnetrepelZ", &GwatchmagnetrepelZ}, + {WEAPONCASE, "GweaponcaseZ", &GweaponcaseZ}, + {WPPK, "GwppkZ", &GwppkZ}, + {WPPKSIL, "GwppksilZ", &GwppksilZ}, + {WRISTDART, "GwristdartZ", &GwristdartZ}, - {0xD1, "PICBMZ", &PICBMZ}, - {0xD2, "PICBM_noseZ", &PICBM_noseZ}, - {0xD3, "Pak47magZ", &Pak47magZ}, - {0xD4, "Palarm1Z", &Palarm1Z}, - {0xD5, "Palarm2Z", &Palarm2Z}, - {0xD6, "Pammo_crate1Z", &Pammo_crate1Z}, - {0xD7, "Pammo_crate2Z", &Pammo_crate2Z}, - {0xD8, "Pammo_crate3Z", &Pammo_crate3Z}, - {0xD9, "Pammo_crate4Z", &Pammo_crate4Z}, - {0xDA, "Pammo_crate5Z", &Pammo_crate5Z}, - {0xDB, "PapcZ", &PapcZ}, - {0xDC, "Parchsecdoor1Z", &Parchsecdoor1Z}, - {0xDD, "Parchsecdoor2Z", &Parchsecdoor2Z}, - {0xDE, "ParticZ", &ParticZ}, - {0xDF, "PartictrailerZ", &PartictrailerZ}, - {0xE0, "PbarricadeZ", &PbarricadeZ}, - {0xE1, "Pbin1Z", &Pbin1Z}, - {0xE2, "Pblotter1Z", &Pblotter1Z}, - {0xE3, "PbodyarmourZ", &PbodyarmourZ}, - {0xE4, "PbodyarmourvestZ", &PbodyarmourvestZ}, - {0xE5, "PbollardZ", &PbollardZ}, - {0xE6, "PbombZ", &PbombZ}, - {0xE7, "Pbook1Z", &Pbook1Z}, - {0xE8, "Pbookshelf1Z", &Pbookshelf1Z}, - {0xE9, "Pborg_crateZ", &Pborg_crateZ}, - {0xEA, "PboxcartridgesZ", &PboxcartridgesZ}, - {0xEB, "Pboxes2x4Z", &Pboxes2x4Z}, - {0xEC, "Pboxes3x4Z", &Pboxes3x4Z}, - {0xED, "Pboxes4x4Z", &Pboxes4x4Z}, - {0xEE, "PbrakeunitZ", &PbrakeunitZ}, - {0xEF, "Pbridge_console1aZ", &Pbridge_console1aZ}, - {0xF0, "Pbridge_console1bZ", &Pbridge_console1bZ}, - {0xF1, "Pbridge_console2aZ", &Pbridge_console2aZ}, - {0xF2, "Pbridge_console2bZ", &Pbridge_console2bZ}, - {0xF3, "Pbridge_console3aZ", &Pbridge_console3aZ}, - {0xF4, "Pbridge_console3bZ", &Pbridge_console3bZ}, - {0xF5, "PcarbmwZ", &PcarbmwZ}, - {0xF6, "Pcard_box1Z", &Pcard_box1Z}, - {0xF7, "Pcard_box2Z", &Pcard_box2Z}, - {0xF8, "Pcard_box3Z", &Pcard_box3Z}, - {0xF9, "Pcard_box4_lgZ", &Pcard_box4Z}, - {0xFA, "Pcard_box5_lgZ", &Pcard_box5Z}, - {0xFB, "Pcard_box6_lgZ", &Pcard_box6Z}, - {0xFC, "PcarescortZ", &PcarescortZ}, - {0xFD, "PcargolfZ", &PcargolfZ}, - {0xFE, "PcarweirdZ", &PcarweirdZ}, - {0xFF, "PcarzilZ", &PcarzilZ}, - {0x100, "PcctvZ", &PcctvZ}, - {0x101, "PchraudiotapeZ", &PchraudiotapeZ}, - {0x102, "PchrautoshotZ", &PchrautoshotZ}, - {0x103, "PchrblackboxZ", &PchrblackboxZ}, - {0x104, "PchrblueprintsZ", &PchrblueprintsZ}, - {0x105, "PchrbombcaseZ", &PchrbombcaseZ}, - {0x106, "PchrbombdefuserZ", &PchrbombdefuserZ}, - {0x107, "PchrbriefcaseZ", &PchrbriefcaseZ}, - {0x108, "PchrbugZ", &PchrbugZ}, - {0x109, "PchrbugdetectorZ", &PchrbugdetectorZ}, - {0x10A, "PchrbungeeZ", &PchrbungeeZ}, - {0x10B, "PchrcameraZ", &PchrcameraZ}, - {0x10C, "PchrcircuitboardZ", &PchrcircuitboardZ}, - {0x10D, "PchrclipboardZ", &PchrclipboardZ}, - {0x10E, "PchrcreditcardZ", &PchrcreditcardZ}, - {0x10F, "PchrdarkglassesZ", &PchrdarkglassesZ}, - {0x110, "PchrdatathiefZ", &PchrdatathiefZ}, - {0x111, "PchrdattapeZ", &PchrdattapeZ}, - {0x112, "PchrdoordecoderZ", &PchrdoordecoderZ}, - {0x113, "PchrdoorexploderZ", &PchrdoorexploderZ}, - {0x114, "PchrdossierredZ", &PchrdossierredZ}, - {0x115, "PchrdynamiteZ", &PchrdynamiteZ}, - {0x116, "PchrexplosivepenZ", &PchrexplosivepenZ}, - {0x117, "PchrextinguisherZ", &PchrextinguisherZ}, - {0x118, "PchrfingergunZ", &PchrfingergunZ}, - {0x119, "PchrflarepistolZ", &PchrflarepistolZ}, - {0x11A, "Pchrfnp90Z", &Pchrfnp90Z}, - {0x11B, "PchrgaskeyringZ", &PchrgaskeyringZ}, - {0x11C, "PchrgoldbarZ", &PchrgoldbarZ}, - {0x11D, "PchrgoldenZ", &PchrgoldenZ}, - {0x11E, "PchrgoldeneyekeyZ", &PchrgoldeneyekeyZ}, - {0x11F, "PchrgoldwppkZ", &PchrgoldwppkZ}, - {0x120, "PchrgrenadeZ", &PchrgrenadeZ}, - {0x121, "PchrgrenadelaunchZ", &PchrgrenadelaunchZ}, - {0x122, "PchrgrenaderoundZ", &PchrgrenaderoundZ}, - {0x123, "PchrheroinZ", &PchrheroinZ}, - {0x124, "PchrkalashZ", &PchrkalashZ}, - {0x125, "PchrkeyanalysercaseZ", &PchrkeyanalysercaseZ}, - {0x126, "PchrkeyboltZ", &PchrkeyboltZ}, - {0x127, "PchrkeyyaleZ", &PchrkeyyaleZ}, - {0x128, "PchrknifeZ", &PchrknifeZ}, - {0x129, "PchrlaserZ", &PchrlaserZ}, - {0x12A, "PchrlectreZ", &PchrlectreZ}, - {0x12B, "PchrlockexploderZ", &PchrlockexploderZ}, - {0x12C, "Pchrm16Z", &Pchrm16Z}, - {0x12D, "PchrmapZ", &PchrmapZ}, - {0x12E, "PchrmicrocameraZ", &PchrmicrocameraZ}, - {0x12F, "PchrmicrocodeZ", &PchrmicrocodeZ}, - {0x130, "PchrmicrofilmZ", &PchrmicrofilmZ}, - {0x131, "PchrmoneyZ", &PchrmoneyZ}, - {0x132, "Pchrmp5kZ", &Pchrmp5kZ}, - {0x133, "Pchrmp5ksilZ", &Pchrmp5ksilZ}, - {0x134, "PchrpitongunZ", &PchrpitongunZ}, - {0x135, "PchrplansZ", &PchrplansZ}, - {0x136, "PchrplastiqueZ", &PchrplastiqueZ}, - {0x137, "PchrpolarizedglassesZ", &PchrpolarizedglassesZ}, - {0x138, "PchrproximitymineZ", &PchrproximitymineZ}, - {0x139, "PchrremotemineZ", &PchrremotemineZ}, - {0x13A, "PchrrocketZ", &PchrrocketZ}, - {0x13B, "PchrrocketlaunchZ", &PchrrocketlaunchZ}, - {0x13C, "PchrrugerZ", &PchrrugerZ}, - {0x13D, "PchrsafecrackercaseZ", &PchrsafecrackercaseZ}, - {0x13E, "PchrshotgunZ", &PchrshotgunZ}, - {0x13F, "PchrsilverwppkZ", &PchrsilverwppkZ}, - {0x140, "PchrskorpionZ", &PchrskorpionZ}, - {0x141, "PchrsniperrifleZ", &PchrsniperrifleZ}, - {0x142, "PchrspectreZ", &PchrspectreZ}, - {0x143, "PchrspooltapeZ", &PchrspooltapeZ}, - {0x144, "PchrspyfileZ", &PchrspyfileZ}, - {0x145, "PchrstafflistZ", &PchrstafflistZ}, - {0x146, "PchrtesttubeZ", &PchrtesttubeZ}, - {0x147, "PchrthrowknifeZ", &PchrthrowknifeZ}, - {0x148, "PchrtimedmineZ", &PchrtimedmineZ}, - {0x149, "Pchrtt33Z", &Pchrtt33Z}, - {0x14A, "PchruziZ", &PchruziZ}, - {0x14B, "PchrvideotapeZ", &PchrvideotapeZ}, - {0x14C, "PchrweaponcaseZ", &PchrweaponcaseZ}, - {0x14D, "PchrwppkZ", &PchrwppkZ}, - {0x14E, "PchrwppksilZ", &PchrwppksilZ}, - {0x14F, "PchrwristdartZ", &PchrwristdartZ}, - {0x150, "Pconsole1Z", &Pconsole1Z}, - {0x151, "Pconsole2Z", &Pconsole2Z}, - {0x152, "Pconsole3Z", &Pconsole3Z}, - {0x153, "Pconsole_sev2aZ", &Pconsole_sev2aZ}, - {0x154, "Pconsole_sev2bZ", &Pconsole_sev2bZ}, - {0x155, "Pconsole_sev2cZ", &Pconsole_sev2cZ}, - {0x156, "Pconsole_sev2dZ", &Pconsole_sev2dZ}, - {0x157, "Pconsole_sev_GEaZ", &Pconsole_sev_GEaZ}, - {0x158, "Pconsole_sev_GEbZ", &Pconsole_sev_GEbZ}, - {0x159, "Pconsole_sevaZ", &Pconsole_sevaZ}, - {0x15A, "Pconsole_sevbZ", &Pconsole_sevbZ}, - {0x15B, "Pconsole_sevcZ", &Pconsole_sevcZ}, - {0x15C, "Pconsole_sevdZ", &Pconsole_sevdZ}, - {0x15D, "Pcryptdoor1aZ", &Pcryptdoor1aZ}, - {0x15E, "Pcryptdoor1bZ", &Pcryptdoor1bZ}, - {0x15F, "Pcryptdoor2aZ", &Pcryptdoor2aZ}, - {0x160, "Pcryptdoor2bZ", &Pcryptdoor2bZ}, - {0x161, "Pcryptdoor3Z", &Pcryptdoor3Z}, - {0x162, "Pcryptdoor4Z", &Pcryptdoor4Z}, - {0x163, "PdamchaindoorZ", &PdamchaindoorZ}, - {0x164, "PdamgatedoorZ", &PdamgatedoorZ}, - {0x165, "PdamtundoorZ", &PdamtundoorZ}, - {0x166, "Pdepot_door_steelZ", &Pdepot_door_steelZ}, - {0x167, "Pdepot_gate_entryZ", &Pdepot_gate_entryZ}, - {0x168, "Pdesk1Z", &Pdesk1Z}, - {0x169, "Pdesk2Z", &Pdesk2Z}, - {0x16A, "Pdesk_arecibo1Z", &Pdesk_arecibo1Z}, - {0x16B, "Pdesk_lamp2Z", &Pdesk_lamp2Z}, - {0x16C, "Pdest_engineZ", &Pdest_engineZ}, - {0x16D, "Pdest_exocetZ", &Pdest_exocetZ}, - {0x16E, "Pdest_gunZ", &Pdest_gunZ}, - {0x16F, "Pdest_harpoonZ", &Pdest_harpoonZ}, - {0x170, "Pdest_seawolfZ", &Pdest_seawolfZ}, - {0x171, "Pdisc_readerZ", &Pdisc_readerZ}, - {0x172, "Pdisk_drive1Z", &Pdisk_drive1Z}, - {0x173, "Pdoor_azt_chairZ", &Pdoor_azt_chairZ}, - {0x174, "Pdoor_azt_deskZ", &Pdoor_azt_deskZ}, - {0x175, "Pdoor_azt_desk_topZ", &Pdoor_azt_desk_topZ}, - {0x176, "Pdoor_aztecZ", &Pdoor_aztecZ}, - {0x177, "Pdoor_dest1Z", &Pdoor_dest1Z}, - {0x178, "Pdoor_dest2Z", &Pdoor_dest2Z}, - {0x179, "Pdoor_eyelidZ", &Pdoor_eyelidZ}, - {0x17A, "Pdoor_irisZ", &Pdoor_irisZ}, - {0x17B, "Pdoor_mfZ", &Pdoor_mfZ}, - {0x17C, "Pdoor_roller1Z", &Pdoor_roller1Z}, - {0x17D, "Pdoor_roller2Z", &Pdoor_roller2Z}, - {0x17E, "Pdoor_roller3Z", &Pdoor_roller3Z}, - {0x17F, "Pdoor_roller4Z", &Pdoor_roller4Z}, - {0x180, "Pdoor_rollertrainZ", &Pdoor_rollertrainZ}, - {0x181, "Pdoor_st_arec1Z", &Pdoor_st_arec1Z}, - {0x182, "Pdoor_st_arec2Z", &Pdoor_st_arec2Z}, - {0x183, "Pdoor_winZ", &Pdoor_winZ}, - {0x184, "PdoorconsoleZ", &PdoorconsoleZ}, - {0x185, "PdoorpanelZ", &PdoorpanelZ}, - {0x186, "Pdoorprison1Z", &Pdoorprison1Z}, - {0x187, "PdoorstatgateZ", &PdoorstatgateZ}, - {0x188, "PexplosionbitZ", &PexplosionbitZ}, - {0x189, "Pfiling_cabinet1Z", &Pfiling_cabinet1Z}, - {0x18A, "PflagZ", &PflagZ}, - {0x18B, "PfloppyZ", &PfloppyZ}, - {0x18C, "Pfnp90magZ", &Pfnp90magZ}, - {0x18D, "Pgas_plant_met1_do1Z", &Pgas_plant_met1_do1Z}, - {0x18E, "Pgas_plant_sw2_do1Z", &Pgas_plant_sw2_do1Z}, - {0x18F, "Pgas_plant_sw3_do1Z", &Pgas_plant_sw3_do1Z}, - {0x190, "Pgas_plant_sw4_do1Z", &Pgas_plant_sw4_do1Z}, - {0x191, "Pgas_plant_sw_do1Z", &Pgas_plant_sw_do1Z}, - {0x192, "Pgas_plant_wc_cub1Z", &Pgas_plant_wc_cub1Z}, - {0x193, "PgasbarrelZ", &PgasbarrelZ}, - {0x194, "PgasbarrelsZ", &PgasbarrelsZ}, - {0x195, "Pgasplant_clear_doorZ", &Pgasplant_clear_doorZ}, - {0x196, "PgastankZ", &PgastankZ}, - {0x197, "Pglassware1Z", &Pglassware1Z}, - {0x198, "Pglassware2Z", &Pglassware2Z}, - {0x199, "Pglassware3Z", &Pglassware3Z}, - {0x19A, "Pglassware4Z", &Pglassware4Z}, - {0x19B, "PgoldeneyelogoZ", &PgoldeneyelogoZ}, - {0x19C, "PgoldenshellsZ", &PgoldenshellsZ}, - {0x19D, "PgroundgunZ", &PgroundgunZ}, - {0x19E, "Pgun_runway1Z", &Pgun_runway1Z}, - {0x19F, "PhatberetZ", &PhatberetZ}, - {0x1A0, "PhatberetblueZ", &PhatberetblueZ}, - {0x1A1, "PhatberetredZ", &PhatberetredZ}, - {0x1A2, "PhatchboltZ", &PhatchboltZ}, - {0x1A3, "PhatchdoorZ", &PhatchdoorZ}, - {0x1A4, "PhatchsevxZ", &PhatchsevxZ}, - {0x1A5, "PhatfurryZ", &PhatfurryZ}, - {0x1A6, "PhatfurryblackZ", &PhatfurryblackZ}, - {0x1A7, "PhatfurrybrownZ", &PhatfurrybrownZ}, - {0x1A8, "PhathelmetZ", &PhathelmetZ}, - {0x1A9, "PhathelmetgreyZ", &PhathelmetgreyZ}, - {0x1AA, "PhatmoonZ", &PhatmoonZ}, - {0x1AB, "PhatpeakedZ", &PhatpeakedZ}, - {0x1AC, "PhattbirdZ", &PhattbirdZ}, - {0x1AD, "PhattbirdbrownZ", &PhattbirdbrownZ}, - {0x1AE, "PhelicopterZ", &PhelicopterZ}, - {0x1AF, "PhindZ", &PhindZ}, - {0x1B0, "PjeepZ", &PjeepZ}, - {0x1B1, "Pjerry_can1Z", &Pjerry_can1Z}, - {0x1B2, "Pjungle3_treeZ", &Pjungle3_treeZ}, - {0x1B3, "Pjungle5_treeZ", &Pjungle5_treeZ}, - {0x1B4, "Pkey_holderZ", &Pkey_holderZ}, - {0x1B5, "Pkeyboard1Z", &Pkeyboard1Z}, - {0x1B6, "Pkit_units1Z", &Pkit_units1Z}, - {0x1B7, "PlabbenchZ", &PlabbenchZ}, - {0x1B8, "PlandmineZ", &PlandmineZ}, - {0x1B9, "PlegalpageZ", &PlegalpageZ}, - {0x1BA, "Pletter_tray1Z", &Pletter_tray1Z}, - {0x1BB, "Plocker3Z", &Plocker3Z}, - {0x1BC, "Plocker4Z", &Plocker4Z}, - {0x1BD, "Pm16magZ", &Pm16magZ}, - {0x1BE, "PmagnumshellsZ", &PmagnumshellsZ}, - {0x1BF, "Pmainframe1Z", &Pmainframe1Z}, - {0x1C0, "Pmainframe2Z", &Pmainframe2Z}, - {0x1C1, "Pmetal_chair1Z", &Pmetal_chair1Z}, - {0x1C2, "Pmetal_crate1Z", &Pmetal_crate1Z}, - {0x1C3, "Pmetal_crate2Z", &Pmetal_crate2Z}, - {0x1C4, "Pmetal_crate3Z", &Pmetal_crate3Z}, - {0x1C5, "Pmetal_crate4Z", &Pmetal_crate4Z}, - {0x1C6, "PmilcopterZ", &PmilcopterZ}, - {0x1C7, "PmiltruckZ", &PmiltruckZ}, - {0x1C8, "Pmissile_rack2Z", &Pmissile_rack2Z}, - {0x1C9, "Pmissile_rackZ", &Pmissile_rackZ}, - {0x1CA, "PmodemboxZ", &PmodemboxZ}, - {0x1CB, "PmotorbikeZ", &PmotorbikeZ}, - {0x1CC, "Pmp5kmagZ", &Pmp5kmagZ}, - {0x1CD, "PnintendologoZ", &PnintendologoZ}, - {0x1CE, "Poil_drum1Z", &Poil_drum1Z}, - {0x1CF, "Poil_drum2Z", &Poil_drum2Z}, - {0x1D0, "Poil_drum3Z", &Poil_drum3Z}, - {0x1D1, "Poil_drum5Z", &Poil_drum5Z}, - {0x1D2, "Poil_drum6Z", &Poil_drum6Z}, - {0x1D3, "Poil_drum7Z", &Poil_drum7Z}, - {0x1D4, "PpadlockZ", &PpadlockZ}, - {0x1D5, "PpalmZ", &PpalmZ}, - {0x1D6, "PpalmtreeZ", &PpalmtreeZ}, - {0x1D7, "Pphone1Z", &Pphone1Z}, - {0x1D8, "PplaneZ", &PplaneZ}, - {0x1D9, "Pplant11Z", &Pplant11Z}, - {0x1DA, "Pplant1Z", &Pplant1Z}, - {0x1DB, "Pplant2Z", &Pplant2Z}, - {0x1DC, "Pplant2bZ", &Pplant2bZ}, - {0x1DD, "Pplant3Z", &Pplant3Z}, - {0x1DE, "Pradio_unit1Z", &Pradio_unit1Z}, - {0x1DF, "Pradio_unit2Z", &Pradio_unit2Z}, - {0x1E0, "Pradio_unit3Z", &Pradio_unit3Z}, - {0x1E1, "Pradio_unit4Z", &Pradio_unit4Z}, - {0x1E2, "ProofgunZ", &ProofgunZ}, - {0x1E3, "PsafeZ", &PsafeZ}, - {0x1E4, "PsafedoorZ", &PsafedoorZ}, - {0x1E5, "Psat1_reflectZ", &Psat1_reflectZ}, - {0x1E6, "PsatboxZ", &PsatboxZ}, - {0x1E7, "PsatdishZ", &PsatdishZ}, - {0x1E8, "Psec_panelZ", &Psec_panelZ}, - {0x1E9, "Psev_door3Z", &Psev_door3Z}, - {0x1EA, "Psev_door3_windZ", &Psev_door3_windZ}, - {0x1EB, "Psev_door4_windZ", &Psev_door4_windZ}, - {0x1EC, "Psev_doorZ", &Psev_doorZ}, - {0x1ED, "Psev_door_v1Z", &Psev_door_v1Z}, - {0x1EE, "Psev_trislideZ", &Psev_trislideZ}, - {0x1EF, "PsevdishZ", &PsevdishZ}, - {0x1F0, "PsevdoormetslideZ", &PsevdoormetslideZ}, - {0x1F1, "PsevdoornowindZ", &PsevdoornowindZ}, - {0x1F2, "PsevdoorwindZ", &PsevdoorwindZ}, - {0x1F3, "PsevdoorwoodZ", &PsevdoorwoodZ}, - {0x1F4, "PshuttleZ", &PshuttleZ}, - {0x1F5, "Pshuttle_door_lZ", &Pshuttle_door_lZ}, - {0x1F6, "Pshuttle_door_rZ", &Pshuttle_door_rZ}, - {0x1F7, "PsilencerZ", &PsilencerZ}, - {0x1F8, "Psilo_lift_doorZ", &Psilo_lift_doorZ}, - {0x1F9, "PsilotopdoorZ", &PsilotopdoorZ}, - {0x1FA, "PskorpionmagZ", &PskorpionmagZ}, - {0x1FB, "PspectremagZ", &PspectremagZ}, - {0x1FC, "PspeedboatZ", &PspeedboatZ}, - {0x1FD, "Pst_pete_room_1iZ", &Pst_pete_room_1iZ}, - {0x1FE, "Pst_pete_room_2iZ", &Pst_pete_room_2iZ}, - {0x1FF, "Pst_pete_room_3tZ", &Pst_pete_room_3tZ}, - {0x200, "Pst_pete_room_5cZ", &Pst_pete_room_5cZ}, - {0x201, "Pst_pete_room_6cZ", &Pst_pete_room_6cZ}, - {0x202, "Psteel_door1Z", &Psteel_door1Z}, - {0x203, "Psteel_door2Z", &Psteel_door2Z}, - {0x204, "Psteel_door2bZ", &Psteel_door2bZ}, - {0x205, "Psteel_door3Z", &Psteel_door3Z}, - {0x206, "Pstool1Z", &Pstool1Z}, - {0x207, "Pswipe_card2Z", &Pswipe_card2Z}, - {0x208, "Pswivel_chair1Z", &Pswivel_chair1Z}, - {0x209, "PtankZ", &PtankZ}, - {0x20A, "PtigerZ", &PtigerZ}, - {0x20B, "Ptorpedo_rackZ", &Ptorpedo_rackZ}, - {0x20C, "Ptrain_door2Z", &Ptrain_door2Z}, - {0x20D, "Ptrain_door3Z", &Ptrain_door3Z}, - {0x20E, "Ptrain_doorZ", &Ptrain_doorZ}, - {0x20F, "PtrainextdoorZ", &PtrainextdoorZ}, - {0x210, "Ptt33magZ", &Ptt33magZ}, - {0x211, "Ptuning_console1Z", &Ptuning_console1Z}, - {0x212, "Ptv1Z", &Ptv1Z}, - {0x213, "Ptv4screenZ", &Ptv4screenZ}, - {0x214, "Ptv_holderZ", &Ptv_holderZ}, - {0x215, "PtvscreenZ", &PtvscreenZ}, - {0x216, "PuzimagZ", &PuzimagZ}, - {0x217, "PvertdoorZ", &PvertdoorZ}, - {0x218, "PwalletbondZ", &PwalletbondZ}, - {0x219, "PwindowZ", &PwindowZ}, - {0x21A, "Pwindow_cor11Z", &Pwindow_cor11Z}, - {0x21B, "Pwindow_lib_lg1Z", &Pwindow_lib_lg1Z}, - {0x21C, "Pwindow_lib_sm1Z", &Pwindow_lib_sm1Z}, - {0x21D, "Pwood_lg_crate1Z", &Pwood_lg_crate1Z}, - {0x21E, "Pwood_lg_crate2Z", &Pwood_lg_crate2Z}, - {0x21F, "Pwood_md_crate3Z", &Pwood_md_crate3Z}, - {0x220, "Pwood_sm_crate4Z", &Pwood_sm_crate4Z}, - {0x221, "Pwood_sm_crate5Z", &Pwood_sm_crate5Z}, - {0x222, "Pwood_sm_crate6Z", &Pwood_sm_crate6Z}, - {0x223, "Pwooden_table1Z", &Pwooden_table1Z}, - {0x224, "PwppkmagZ", &PwppkmagZ}, + {ICBM, "PICBMZ", &PICBMZ}, + {ICBM_NOSE, "PICBM_noseZ", &PICBM_noseZ}, + {AK47MAG, "Pak47magZ", &Pak47magZ}, + {ALARM1, "Palarm1Z", &Palarm1Z}, + {ALARM2, "Palarm2Z", &Palarm2Z}, + {AMMO_CRATE1, "Pammo_crate1Z", &Pammo_crate1Z}, + {AMMO_CRATE2, "Pammo_crate2Z", &Pammo_crate2Z}, + {AMMO_CRATE3, "Pammo_crate3Z", &Pammo_crate3Z}, + {AMMO_CRATE4, "Pammo_crate4Z", &Pammo_crate4Z}, + {AMMO_CRATE5, "Pammo_crate5Z", &Pammo_crate5Z}, + {APC, "PapcZ", &PapcZ}, + {ARCHSECDOOR1, "Parchsecdoor1Z", &Parchsecdoor1Z}, + {ARCHSECDOOR2, "Parchsecdoor2Z", &Parchsecdoor2Z}, + {ARTIC, "ParticZ", &ParticZ}, + {ARTICTRAILER, "PartictrailerZ", &PartictrailerZ}, + {BARRICADE, "PbarricadeZ", &PbarricadeZ}, + {BIN1, "Pbin1Z", &Pbin1Z}, + {BLOTTER1, "Pblotter1Z", &Pblotter1Z}, + {BODYARMOUR, "PbodyarmourZ", &PbodyarmourZ}, + {BODYARMOURVEST, "PbodyarmourvestZ", &PbodyarmourvestZ}, + {BOLLARD, "PbollardZ", &PbollardZ}, + {BOMB, "PbombZ", &PbombZ}, + {BOOK1, "Pbook1Z", &Pbook1Z}, + {BOOKSHELF1, "Pbookshelf1Z", &Pbookshelf1Z}, + {BORG_CRATE, "Pborg_crateZ", &Pborg_crateZ}, + {BOXCARTRIDGES, "PboxcartridgesZ", &PboxcartridgesZ}, + {BOXES2X4, "Pboxes2x4Z", &Pboxes2x4Z}, + {BOXES3X4, "Pboxes3x4Z", &Pboxes3x4Z}, + {BOXES4X4, "Pboxes4x4Z", &Pboxes4x4Z}, + {BRAKEUNIT, "PbrakeunitZ", &PbrakeunitZ}, + {BRIDGE_CONSOLE1A, "Pbridge_console1aZ", &Pbridge_console1aZ}, + {BRIDGE_CONSOLE1B, "Pbridge_console1bZ", &Pbridge_console1bZ}, + {BRIDGE_CONSOLE2A, "Pbridge_console2aZ", &Pbridge_console2aZ}, + {BRIDGE_CONSOLE2B, "Pbridge_console2bZ", &Pbridge_console2bZ}, + {BRIDGE_CONSOLE3A, "Pbridge_console3aZ", &Pbridge_console3aZ}, + {BRIDGE_CONSOLE3B, "Pbridge_console3bZ", &Pbridge_console3bZ}, + {CARBMW, "PcarbmwZ", &PcarbmwZ}, + {CARD_BOX1, "Pcard_box1Z", &Pcard_box1Z}, + {CARD_BOX2, "Pcard_box2Z", &Pcard_box2Z}, + {CARD_BOX3, "Pcard_box3Z", &Pcard_box3Z}, + {CARD_BOX4_LG, "Pcard_box4_lgZ", &Pcard_box4Z}, + {CARD_BOX5_LG, "Pcard_box5_lgZ", &Pcard_box5Z}, + {CARD_BOX6_LG, "Pcard_box6_lgZ", &Pcard_box6Z}, + {CARESCORT, "PcarescortZ", &PcarescortZ}, + {CARGOLF, "PcargolfZ", &PcargolfZ}, + {CARWEIRD, "PcarweirdZ", &PcarweirdZ}, + {CARZIL, "PcarzilZ", &PcarzilZ}, + {CCTV, "PcctvZ", &PcctvZ}, + {CHRAUDIOTAPE, "PchraudiotapeZ", &PchraudiotapeZ}, + {CHRAUTOSHOT, "PchrautoshotZ", &PchrautoshotZ}, + {CHRBLACKBOX, "PchrblackboxZ", &PchrblackboxZ}, + {CHRBLUEPRINTS, "PchrblueprintsZ", &PchrblueprintsZ}, + {CHRBOMBCASE, "PchrbombcaseZ", &PchrbombcaseZ}, + {CHRBOMBDEFUSER, "PchrbombdefuserZ", &PchrbombdefuserZ}, + {CHRBRIEFCASE, "PchrbriefcaseZ", &PchrbriefcaseZ}, + {CHRBUG, "PchrbugZ", &PchrbugZ}, + {CHRBUGDETECTOR, "PchrbugdetectorZ", &PchrbugdetectorZ}, + {CHRBUNGEE, "PchrbungeeZ", &PchrbungeeZ}, + {CHRCAMERA, "PchrcameraZ", &PchrcameraZ}, + {CHRCIRCUITBOARD, "PchrcircuitboardZ", &PchrcircuitboardZ}, + {CHRCLIPBOARD, "PchrclipboardZ", &PchrclipboardZ}, + {CHRCREDITCARD, "PchrcreditcardZ", &PchrcreditcardZ}, + {CHRDARKGLASSES, "PchrdarkglassesZ", &PchrdarkglassesZ}, + {CHRDATATHIEF, "PchrdatathiefZ", &PchrdatathiefZ}, + {CHRDATTAPE, "PchrdattapeZ", &PchrdattapeZ}, + {CHRDOORDECODER, "PchrdoordecoderZ", &PchrdoordecoderZ}, + {CHRDOOREXPLODER, "PchrdoorexploderZ", &PchrdoorexploderZ}, + {CHRDOSSIERRED, "PchrdossierredZ", &PchrdossierredZ}, + {CHRDYNAMITE, "PchrdynamiteZ", &PchrdynamiteZ}, + {CHREXPLOSIVEPEN, "PchrexplosivepenZ", &PchrexplosivepenZ}, + {CHREXTINGUISHER, "PchrextinguisherZ", &PchrextinguisherZ}, + {CHRFINGERGUN, "PchrfingergunZ", &PchrfingergunZ}, + {CHRFLAREPISTOL, "PchrflarepistolZ", &PchrflarepistolZ}, + {CHRFNP90, "Pchrfnp90Z", &Pchrfnp90Z}, + {CHRGASKEYRING, "PchrgaskeyringZ", &PchrgaskeyringZ}, + {CHRGOLDBAR, "PchrgoldbarZ", &PchrgoldbarZ}, + {CHRGOLDEN, "PchrgoldenZ", &PchrgoldenZ}, + {CHRGOLDENEYEKEY, "PchrgoldeneyekeyZ", &PchrgoldeneyekeyZ}, + {CHRGOLDWPPK, "PchrgoldwppkZ", &PchrgoldwppkZ}, + {CHRGRENADE, "PchrgrenadeZ", &PchrgrenadeZ}, + {CHRGRENADELAUNCH, "PchrgrenadelaunchZ", &PchrgrenadelaunchZ}, + {CHRGRENADEROUND, "PchrgrenaderoundZ", &PchrgrenaderoundZ}, + {CHRHEROIN, "PchrheroinZ", &PchrheroinZ}, + {CHRKALASH, "PchrkalashZ", &PchrkalashZ}, + {CHRKEYANALYSERCASE, "PchrkeyanalysercaseZ", &PchrkeyanalysercaseZ}, + {CHRKEYBOLT, "PchrkeyboltZ", &PchrkeyboltZ}, + {CHRKEYYALE, "PchrkeyyaleZ", &PchrkeyyaleZ}, + {CHRKNIFE, "PchrknifeZ", &PchrknifeZ}, + {CHRLASER, "PchrlaserZ", &PchrlaserZ}, + {CHRLECTRE, "PchrlectreZ", &PchrlectreZ}, + {CHRLOCKEXPLODER, "PchrlockexploderZ", &PchrlockexploderZ}, + {CHRM16, "Pchrm16Z", &Pchrm16Z}, + {CHRMAP, "PchrmapZ", &PchrmapZ}, + {CHRMICROCAMERA, "PchrmicrocameraZ", &PchrmicrocameraZ}, + {CHRMICROCODE, "PchrmicrocodeZ", &PchrmicrocodeZ}, + {CHRMICROFILM, "PchrmicrofilmZ", &PchrmicrofilmZ}, + {CHRMONEY, "PchrmoneyZ", &PchrmoneyZ}, + {CHRMP5K, "Pchrmp5kZ", &Pchrmp5kZ}, + {CHRMP5KSIL, "Pchrmp5ksilZ", &Pchrmp5ksilZ}, + {CHRPITONGUN, "PchrpitongunZ", &PchrpitongunZ}, + {CHRPLANS, "PchrplansZ", &PchrplansZ}, + {CHRPLASTIQUE, "PchrplastiqueZ", &PchrplastiqueZ}, + {CHRPOLARIZEDGLASSES, "PchrpolarizedglassesZ", &PchrpolarizedglassesZ}, + {CHRPROXIMITYMINE, "PchrproximitymineZ", &PchrproximitymineZ}, + {CHRREMOTEMINE, "PchrremotemineZ", &PchrremotemineZ}, + {CHRROCKET, "PchrrocketZ", &PchrrocketZ}, + {CHRROCKETLAUNCH, "PchrrocketlaunchZ", &PchrrocketlaunchZ}, + {CHRRUGER, "PchrrugerZ", &PchrrugerZ}, + {CHRSAFECRACKERCASE, "PchrsafecrackercaseZ", &PchrsafecrackercaseZ}, + {CHRSHOTGUN, "PchrshotgunZ", &PchrshotgunZ}, + {CHRSILVERWPPK, "PchrsilverwppkZ", &PchrsilverwppkZ}, + {CHRSKORPION, "PchrskorpionZ", &PchrskorpionZ}, + {CHRSNIPERRIFLE, "PchrsniperrifleZ", &PchrsniperrifleZ}, + {CHRSPECTRE, "PchrspectreZ", &PchrspectreZ}, + {CHRSPOOLTAPE, "PchrspooltapeZ", &PchrspooltapeZ}, + {CHRSPYFILE, "PchrspyfileZ", &PchrspyfileZ}, + {CHRSTAFFLIST, "PchrstafflistZ", &PchrstafflistZ}, + {CHRTESTTUBE, "PchrtesttubeZ", &PchrtesttubeZ}, + {CHRTHROWKNIFE, "PchrthrowknifeZ", &PchrthrowknifeZ}, + {CHRTIMEDMINE, "PchrtimedmineZ", &PchrtimedmineZ}, + {CHRTT33, "Pchrtt33Z", &Pchrtt33Z}, + {CHRUZI, "PchruziZ", &PchruziZ}, + {CHRVIDEOTAPE, "PchrvideotapeZ", &PchrvideotapeZ}, + {CHRWEAPONCASE, "PchrweaponcaseZ", &PchrweaponcaseZ}, + {CHRWPPK, "PchrwppkZ", &PchrwppkZ}, + {CHRWPPKSIL, "PchrwppksilZ", &PchrwppksilZ}, + {CHRWRISTDART, "PchrwristdartZ", &PchrwristdartZ}, + {CONSOLE1, "Pconsole1Z", &Pconsole1Z}, + {CONSOLE2, "Pconsole2Z", &Pconsole2Z}, + {CONSOLE3, "Pconsole3Z", &Pconsole3Z}, + {CONSOLE_SEV2A, "Pconsole_sev2aZ", &Pconsole_sev2aZ}, + {CONSOLE_SEV2B, "Pconsole_sev2bZ", &Pconsole_sev2bZ}, + {CONSOLE_SEV2C, "Pconsole_sev2cZ", &Pconsole_sev2cZ}, + {CONSOLE_SEV2D, "Pconsole_sev2dZ", &Pconsole_sev2dZ}, + {CONSOLE_SEV_GEA, "Pconsole_sev_GEaZ", &Pconsole_sev_GEaZ}, + {CONSOLE_SEV_GEB, "Pconsole_sev_GEbZ", &Pconsole_sev_GEbZ}, + {CONSOLE_SEVA, "Pconsole_sevaZ", &Pconsole_sevaZ}, + {CONSOLE_SEVB, "Pconsole_sevbZ", &Pconsole_sevbZ}, + {CONSOLE_SEVC, "Pconsole_sevcZ", &Pconsole_sevcZ}, + {CONSOLE_SEVD, "Pconsole_sevdZ", &Pconsole_sevdZ}, + {CRYPTDOOR1A, "Pcryptdoor1aZ", &Pcryptdoor1aZ}, + {CRYPTDOOR1B, "Pcryptdoor1bZ", &Pcryptdoor1bZ}, + {CRYPTDOOR2A, "Pcryptdoor2aZ", &Pcryptdoor2aZ}, + {CRYPTDOOR2B, "Pcryptdoor2bZ", &Pcryptdoor2bZ}, + {CRYPTDOOR3, "Pcryptdoor3Z", &Pcryptdoor3Z}, + {CRYPTDOOR4, "Pcryptdoor4Z", &Pcryptdoor4Z}, + {DAMCHAINDOOR, "PdamchaindoorZ", &PdamchaindoorZ}, + {DAMGATEDOOR, "PdamgatedoorZ", &PdamgatedoorZ}, + {DAMTUNDOOR, "PdamtundoorZ", &PdamtundoorZ}, + {DEPOT_DOOR_STEEL, "Pdepot_door_steelZ", &Pdepot_door_steelZ}, + {DEPOT_GATE_ENTRY, "Pdepot_gate_entryZ", &Pdepot_gate_entryZ}, + {DESK1, "Pdesk1Z", &Pdesk1Z}, + {DESK2, "Pdesk2Z", &Pdesk2Z}, + {DESK_ARECIBO1, "Pdesk_arecibo1Z", &Pdesk_arecibo1Z}, + {DESK_LAMP2, "Pdesk_lamp2Z", &Pdesk_lamp2Z}, + {DEST_ENGINE, "Pdest_engineZ", &Pdest_engineZ}, + {DEST_EXOCET, "Pdest_exocetZ", &Pdest_exocetZ}, + {DEST_GUN, "Pdest_gunZ", &Pdest_gunZ}, + {DEST_HARPOON, "Pdest_harpoonZ", &Pdest_harpoonZ}, + {DEST_SEAWOLF, "Pdest_seawolfZ", &Pdest_seawolfZ}, + {DISC_READER, "Pdisc_readerZ", &Pdisc_readerZ}, + {DISK_DRIVE1, "Pdisk_drive1Z", &Pdisk_drive1Z}, + {DOOR_AZT_CHAIR, "Pdoor_azt_chairZ", &Pdoor_azt_chairZ}, + {DOOR_AZT_DESK, "Pdoor_azt_deskZ", &Pdoor_azt_deskZ}, + {DOOR_AZT_DESK_TOP, "Pdoor_azt_desk_topZ", &Pdoor_azt_desk_topZ}, + {DOOR_AZTEC, "Pdoor_aztecZ", &Pdoor_aztecZ}, + {DOOR_DEST1, "Pdoor_dest1Z", &Pdoor_dest1Z}, + {DOOR_DEST2, "Pdoor_dest2Z", &Pdoor_dest2Z}, + {DOOR_EYELID, "Pdoor_eyelidZ", &Pdoor_eyelidZ}, + {DOOR_IRIS, "Pdoor_irisZ", &Pdoor_irisZ}, + {DOOR_MF, "Pdoor_mfZ", &Pdoor_mfZ}, + {DOOR_ROLLER1, "Pdoor_roller1Z", &Pdoor_roller1Z}, + {DOOR_ROLLER2, "Pdoor_roller2Z", &Pdoor_roller2Z}, + {DOOR_ROLLER3, "Pdoor_roller3Z", &Pdoor_roller3Z}, + {DOOR_ROLLER4, "Pdoor_roller4Z", &Pdoor_roller4Z}, + {DOOR_ROLLERTRAIN, "Pdoor_rollertrainZ", &Pdoor_rollertrainZ}, + {DOOR_ST_AREC1, "Pdoor_st_arec1Z", &Pdoor_st_arec1Z}, + {DOOR_ST_AREC2, "Pdoor_st_arec2Z", &Pdoor_st_arec2Z}, + {DOOR_WIN, "Pdoor_winZ", &Pdoor_winZ}, + {DOORCONSOLE, "PdoorconsoleZ", &PdoorconsoleZ}, + {DOORPANEL, "PdoorpanelZ", &PdoorpanelZ}, + {DOORPRISON1, "Pdoorprison1Z", &Pdoorprison1Z}, + {DOORSTATGATE, "PdoorstatgateZ", &PdoorstatgateZ}, + {EXPLOSIONBIT, "PexplosionbitZ", &PexplosionbitZ}, + {FILING_CABINET1, "Pfiling_cabinet1Z", &Pfiling_cabinet1Z}, + {FLAG, "PflagZ", &PflagZ}, + {FLOPPY, "PfloppyZ", &PfloppyZ}, + {FNP90MAG, "Pfnp90magZ", &Pfnp90magZ}, + {GAS_PLANT_MET1_DO1, "Pgas_plant_met1_do1Z", &Pgas_plant_met1_do1Z}, + {GAS_PLANT_SW2_DO1, "Pgas_plant_sw2_do1Z", &Pgas_plant_sw2_do1Z}, + {GAS_PLANT_SW3_DO1, "Pgas_plant_sw3_do1Z", &Pgas_plant_sw3_do1Z}, + {GAS_PLANT_SW4_DO1, "Pgas_plant_sw4_do1Z", &Pgas_plant_sw4_do1Z}, + {GAS_PLANT_SW_DO1, "Pgas_plant_sw_do1Z", &Pgas_plant_sw_do1Z}, + {GAS_PLANT_WC_CUB1, "Pgas_plant_wc_cub1Z", &Pgas_plant_wc_cub1Z}, + {GASBARREL, "PgasbarrelZ", &PgasbarrelZ}, + {GASBARRELS, "PgasbarrelsZ", &PgasbarrelsZ}, + {GASPLANT_CLEAR_DOOR, "Pgasplant_clear_doorZ", &Pgasplant_clear_doorZ}, + {GASTANK, "PgastankZ", &PgastankZ}, + {GLASSWARE1, "Pglassware1Z", &Pglassware1Z}, + {GLASSWARE2, "Pglassware2Z", &Pglassware2Z}, + {GLASSWARE3, "Pglassware3Z", &Pglassware3Z}, + {GLASSWARE4, "Pglassware4Z", &Pglassware4Z}, + {GOLDENEYELOGO, "PgoldeneyelogoZ", &PgoldeneyelogoZ}, + {GOLDENSHELLS, "PgoldenshellsZ", &PgoldenshellsZ}, + {GROUNDGUN, "PgroundgunZ", &PgroundgunZ}, + {GUN_RUNWAY1, "Pgun_runway1Z", &Pgun_runway1Z}, + {HATBERET, "PhatberetZ", &PhatberetZ}, + {HATBERETBLUE, "PhatberetblueZ", &PhatberetblueZ}, + {HATBERETRED, "PhatberetredZ", &PhatberetredZ}, + {HATCHBOLT, "PhatchboltZ", &PhatchboltZ}, + {HATCHDOOR, "PhatchdoorZ", &PhatchdoorZ}, + {HATCHSEVX, "PhatchsevxZ", &PhatchsevxZ}, + {HATFURRY, "PhatfurryZ", &PhatfurryZ}, + {HATFURRYBLACK, "PhatfurryblackZ", &PhatfurryblackZ}, + {HATFURRYBROWN, "PhatfurrybrownZ", &PhatfurrybrownZ}, + {HATHELMET, "PhathelmetZ", &PhathelmetZ}, + {HATHELMETGREY, "PhathelmetgreyZ", &PhathelmetgreyZ}, + {HATMOON, "PhatmoonZ", &PhatmoonZ}, + {HATPEAKED, "PhatpeakedZ", &PhatpeakedZ}, + {HATTBIRD, "PhattbirdZ", &PhattbirdZ}, + {HATTBIRDBROWN, "PhattbirdbrownZ", &PhattbirdbrownZ}, + {HELICOPTER, "PhelicopterZ", &PhelicopterZ}, + {HIND, "PhindZ", &PhindZ}, + {JEEP, "PjeepZ", &PjeepZ}, + {JERRY_CAN1, "Pjerry_can1Z", &Pjerry_can1Z}, + {JUNGLE3_TREE, "Pjungle3_treeZ", &Pjungle3_treeZ}, + {JUNGLE5_TREE, "Pjungle5_treeZ", &Pjungle5_treeZ}, + {KEY_HOLDER, "Pkey_holderZ", &Pkey_holderZ}, + {KEYBOARD1, "Pkeyboard1Z", &Pkeyboard1Z}, + {KIT_UNITS1, "Pkit_units1Z", &Pkit_units1Z}, + {LABBENCH, "PlabbenchZ", &PlabbenchZ}, + {LANDMINE, "PlandmineZ", &PlandmineZ}, + {LEGALPAGE, "PlegalpageZ", &PlegalpageZ}, + {LETTER_TRAY1, "Pletter_tray1Z", &Pletter_tray1Z}, + {LOCKER3, "Plocker3Z", &Plocker3Z}, + {LOCKER4, "Plocker4Z", &Plocker4Z}, + {M16MAG, "Pm16magZ", &Pm16magZ}, + {MAGNUMSHELLS, "PmagnumshellsZ", &PmagnumshellsZ}, + {MAINFRAME1, "Pmainframe1Z", &Pmainframe1Z}, + {MAINFRAME2, "Pmainframe2Z", &Pmainframe2Z}, + {METAL_CHAIR1, "Pmetal_chair1Z", &Pmetal_chair1Z}, + {METAL_CRATE1, "Pmetal_crate1Z", &Pmetal_crate1Z}, + {METAL_CRATE2, "Pmetal_crate2Z", &Pmetal_crate2Z}, + {METAL_CRATE3, "Pmetal_crate3Z", &Pmetal_crate3Z}, + {METAL_CRATE4, "Pmetal_crate4Z", &Pmetal_crate4Z}, + {MILCOPTER, "PmilcopterZ", &PmilcopterZ}, + {MILTRUCK, "PmiltruckZ", &PmiltruckZ}, + {MISSILE_RACK2, "Pmissile_rack2Z", &Pmissile_rack2Z}, + {MISSILE_RACK, "Pmissile_rackZ", &Pmissile_rackZ}, + {MODEMBOX, "PmodemboxZ", &PmodemboxZ}, + {MOTORBIKE, "PmotorbikeZ", &PmotorbikeZ}, + {MP5KMAG, "Pmp5kmagZ", &Pmp5kmagZ}, + {NINTENDOLOGO, "PnintendologoZ", &PnintendologoZ}, + {OIL_DRUM1, "Poil_drum1Z", &Poil_drum1Z}, + {OIL_DRUM2, "Poil_drum2Z", &Poil_drum2Z}, + {OIL_DRUM3, "Poil_drum3Z", &Poil_drum3Z}, + {OIL_DRUM5, "Poil_drum5Z", &Poil_drum5Z}, + {OIL_DRUM6, "Poil_drum6Z", &Poil_drum6Z}, + {OIL_DRUM7, "Poil_drum7Z", &Poil_drum7Z}, + {PADLOCK, "PpadlockZ", &PpadlockZ}, + {PALM, "PpalmZ", &PpalmZ}, + {PALMTREE, "PpalmtreeZ", &PpalmtreeZ}, + {PHONE1, "Pphone1Z", &Pphone1Z}, + {PLANE, "PplaneZ", &PplaneZ}, + {PLANT11, "Pplant11Z", &Pplant11Z}, + {PLANT1, "Pplant1Z", &Pplant1Z}, + {PLANT2, "Pplant2Z", &Pplant2Z}, + {PLANT2B, "Pplant2bZ", &Pplant2bZ}, + {PLANT3, "Pplant3Z", &Pplant3Z}, + {RADIO_UNIT1, "Pradio_unit1Z", &Pradio_unit1Z}, + {RADIO_UNIT2, "Pradio_unit2Z", &Pradio_unit2Z}, + {RADIO_UNIT3, "Pradio_unit3Z", &Pradio_unit3Z}, + {RADIO_UNIT4, "Pradio_unit4Z", &Pradio_unit4Z}, + {ROOFGUN, "ProofgunZ", &ProofgunZ}, + {SAFE, "PsafeZ", &PsafeZ}, + {SAFEDOOR, "PsafedoorZ", &PsafedoorZ}, + {SAT1_REFLECT, "Psat1_reflectZ", &Psat1_reflectZ}, + {SATBOX, "PsatboxZ", &PsatboxZ}, + {SATDISH, "PsatdishZ", &PsatdishZ}, + {SEC_PANEL, "Psec_panelZ", &Psec_panelZ}, + {SEV_DOOR3, "Psev_door3Z", &Psev_door3Z}, + {SEV_DOOR3_WIND, "Psev_door3_windZ", &Psev_door3_windZ}, + {SEV_DOOR4_WIND, "Psev_door4_windZ", &Psev_door4_windZ}, + {SEV_DOOR, "Psev_doorZ", &Psev_doorZ}, + {SEV_DOOR_V1, "Psev_door_v1Z", &Psev_door_v1Z}, + {SEV_TRISLIDE, "Psev_trislideZ", &Psev_trislideZ}, + {SEVDISH, "PsevdishZ", &PsevdishZ}, + {SEVDOORMETSLIDE, "PsevdoormetslideZ", &PsevdoormetslideZ}, + {SEVDOORNOWIND, "PsevdoornowindZ", &PsevdoornowindZ}, + {SEVDOORWIND, "PsevdoorwindZ", &PsevdoorwindZ}, + {SEVDOORWOOD, "PsevdoorwoodZ", &PsevdoorwoodZ}, + {SHUTTLE, "PshuttleZ", &PshuttleZ}, + {SHUTTLE_DOOR_L, "Pshuttle_door_lZ", &Pshuttle_door_lZ}, + {SHUTTLE_DOOR_R, "Pshuttle_door_rZ", &Pshuttle_door_rZ}, + {SILENCER, "PsilencerZ", &PsilencerZ}, + {SILO_LIFT_DOOR, "Psilo_lift_doorZ", &Psilo_lift_doorZ}, + {SILOTOPDOOR, "PsilotopdoorZ", &PsilotopdoorZ}, + {SKORPIONMAG, "PskorpionmagZ", &PskorpionmagZ}, + {SPECTREMAG, "PspectremagZ", &PspectremagZ}, + {SPEEDBOAT, "PspeedboatZ", &PspeedboatZ}, + {ST_PETE_ROOM_1I, "Pst_pete_room_1iZ", &Pst_pete_room_1iZ}, + {ST_PETE_ROOM_2I, "Pst_pete_room_2iZ", &Pst_pete_room_2iZ}, + {ST_PETE_ROOM_3T, "Pst_pete_room_3tZ", &Pst_pete_room_3tZ}, + {ST_PETE_ROOM_5C, "Pst_pete_room_5cZ", &Pst_pete_room_5cZ}, + {ST_PETE_ROOM_6C, "Pst_pete_room_6cZ", &Pst_pete_room_6cZ}, + {STEEL_DOOR1, "Psteel_door1Z", &Psteel_door1Z}, + {STEEL_DOOR2, "Psteel_door2Z", &Psteel_door2Z}, + {STEEL_DOOR2B, "Psteel_door2bZ", &Psteel_door2bZ}, + {STEEL_DOOR3, "Psteel_door3Z", &Psteel_door3Z}, + {STOOL1, "Pstool1Z", &Pstool1Z}, + {SWIPE_CARD2, "Pswipe_card2Z", &Pswipe_card2Z}, + {SWIVEL_CHAIR1, "Pswivel_chair1Z", &Pswivel_chair1Z}, + {TANK, "PtankZ", &PtankZ}, + {TIGER, "PtigerZ", &PtigerZ}, + {TORPEDO_RACK, "Ptorpedo_rackZ", &Ptorpedo_rackZ}, + {TRAIN_DOOR2, "Ptrain_door2Z", &Ptrain_door2Z}, + {TRAIN_DOOR3, "Ptrain_door3Z", &Ptrain_door3Z}, + {TRAIN_DOOR, "Ptrain_doorZ", &Ptrain_doorZ}, + {TRAINEXTDOOR, "PtrainextdoorZ", &PtrainextdoorZ}, + {TT33MAG, "Ptt33magZ", &Ptt33magZ}, + {TUNING_CONSOLE1, "Ptuning_console1Z", &Ptuning_console1Z}, + {TV1, "Ptv1Z", &Ptv1Z}, + {TV4SCREEN, "Ptv4screenZ", &Ptv4screenZ}, + {TV_HOLDER, "Ptv_holderZ", &Ptv_holderZ}, + {TVSCREEN, "PtvscreenZ", &PtvscreenZ}, + {UZIMAG, "PuzimagZ", &PuzimagZ}, + {VERTDOOR, "PvertdoorZ", &PvertdoorZ}, + {WALLETBOND, "PwalletbondZ", &PwalletbondZ}, + {WINDOW, "PwindowZ", &PwindowZ}, + {WINDOW_COR11, "Pwindow_cor11Z", &Pwindow_cor11Z}, + {WINDOW_LIB_LG1, "Pwindow_lib_lg1Z", &Pwindow_lib_lg1Z}, + {WINDOW_LIB_SM1, "Pwindow_lib_sm1Z", &Pwindow_lib_sm1Z}, + {WOOD_LG_CRATE1, "Pwood_lg_crate1Z", &Pwood_lg_crate1Z}, + {WOOD_LG_CRATE2, "Pwood_lg_crate2Z", &Pwood_lg_crate2Z}, + {WOOD_MD_CRATE3, "Pwood_md_crate3Z", &Pwood_md_crate3Z}, + {WOOD_SM_CRATE4, "Pwood_sm_crate4Z", &Pwood_sm_crate4Z}, + {WOOD_SM_CRATE5, "Pwood_sm_crate5Z", &Pwood_sm_crate5Z}, + {WOOD_SM_CRATE6, "Pwood_sm_crate6Z", &Pwood_sm_crate6Z}, + {WOODEN_TABLE1, "Pwooden_table1Z", &Pwooden_table1Z}, + {WPPKMAG, "PwppkmagZ", &PwppkmagZ}, - {0x225, "Tbg_ame_all_p_stanZ", &Tbg_ame_all_p_stanZ}, - {0x226, "Tbg_arch_all_p_stanZ", &Tbg_arch_all_p_stanZ}, - {0x227, "Tbg_arec_all_p_stanZ", &Tbg_arec_all_p_stanZ}, - {0x228, "Tbg_ark_all_p_stanZ", &Tbg_ark_all_p_stanZ}, - {0x229, "Tbg_ash_all_p_stanZ", &Tbg_ash_all_p_stanZ}, - {0x22A, "Tbg_azt_all_p_stanZ", &Tbg_azt_all_p_stanZ}, - {0x22B, "Tbg_cat_all_p_stanZ", &Tbg_cat_all_p_stanZ}, - {0x22C, "Tbg_cave_all_p_stanZ", &Tbg_cave_all_p_stanZ}, - {0x22D, "Tbg_crad_all_p_stanZ", &Tbg_crad_all_p_stanZ}, - {0x22E, "Tbg_cryp_all_p_stanZ", &Tbg_cryp_all_p_stanZ}, - {0x22F, "Tbg_dam_all_p_stanZ", &Tbg_dam_all_p_stanZ}, - {0x230, "Tbg_depo_all_p_stanZ", &Tbg_depo_all_p_stanZ}, - {0x231, "Tbg_dest_all_p_stanZ", &Tbg_dest_all_p_stanZ}, - {0x232, "Tbg_dish_all_p_stanZ", &Tbg_dish_all_p_stanZ}, - {0x233, "Tbg_ear_all_p_stanZ", &Tbg_imp_all_p_stanZ}, - {0x234, "Tbg_eld_all_p_stanZ", &Tbg_imp_all_p_stanZ}, - {0x235, "Tbg_imp_all_p_stanZ", &Tbg_imp_all_p_stanZ}, - {0x236, "Tbg_jun_all_p_stanZ", &Tbg_jun_all_p_stanZ}, - {0x237, "Tbg_lee_all_p_stanZ", &Tbg_len_all_p_stanZ}, - {0x238, "Tbg_len_all_p_stanZ", &Tbg_len_all_p_stanZ}, - {0x239, "Tbg_lip_all_p_stanZ", &Tbg_oat_all_p_stanZ}, - {0x23A, "Tbg_lue_all_p_stanZ", &Tbg_oat_all_p_stanZ}, - {0x23B, "Tbg_oat_all_p_stanZ", &Tbg_oat_all_p_stanZ}, - {0x23C, "Tbg_pam_all_p_stanZ", &Tbg_pete_all_p_stanZ}, - {0x23D, "Tbg_pete_all_p_stanZ", &Tbg_pete_all_p_stanZ}, - {0x23E, "Tbg_ref_all_p_stanZ", &Tbg_ref_all_p_stanZ}, - {0x23F, "Tbg_rit_all_p_stanZ", &Tbg_run_all_p_stanZ}, - {0x240, "Tbg_run_all_p_stanZ", &Tbg_run_all_p_stanZ}, - {0x241, "Tbg_sev_all_p_stanZ", &Tbg_sev_all_p_stanZ}, - {0x242, "Tbg_sevb_all_p_stanZ", &Tbg_sevb_all_p_stanZ}, - {0x243, "Tbg_sevx_all_p_stanZ", &Tbg_sevx_all_p_stanZ}, - {0x244, "Tbg_silo_all_p_stanZ", &Tbg_silo_all_p_stanZ}, - {0x245, "Tbg_stat_all_p_stanZ", &Tbg_stat_all_p_stanZ}, - {0x246, "Tbg_tra_all_p_stanZ", &Tbg_tra_all_p_stanZ}, - {0x247, "Tbg_wax_all_p_stanZ", &UbriefarchZ}, + {BG_AME_ALL_P_STAN, "Tbg_ame_all_p_stanZ", &Tbg_ame_all_p_stanZ}, + {BG_ARCH_ALL_P_STAN, "Tbg_arch_all_p_stanZ", &Tbg_arch_all_p_stanZ}, + {BG_AREC_ALL_P_STAN, "Tbg_arec_all_p_stanZ", &Tbg_arec_all_p_stanZ}, + {BG_ARK_ALL_P_STAN, "Tbg_ark_all_p_stanZ", &Tbg_ark_all_p_stanZ}, + {BG_ASH_ALL_P_STAN, "Tbg_ash_all_p_stanZ", &Tbg_ash_all_p_stanZ}, + {BG_AZT_ALL_P_STAN, "Tbg_azt_all_p_stanZ", &Tbg_azt_all_p_stanZ}, + {BG_CAT_ALL_P_STAN, "Tbg_cat_all_p_stanZ", &Tbg_cat_all_p_stanZ}, + {BG_CAVE_ALL_P_STAN, "Tbg_cave_all_p_stanZ", &Tbg_cave_all_p_stanZ}, + {BG_CRAD_ALL_P_STAN, "Tbg_crad_all_p_stanZ", &Tbg_crad_all_p_stanZ}, + {BG_CRYP_ALL_P_STAN, "Tbg_cryp_all_p_stanZ", &Tbg_cryp_all_p_stanZ}, + {BG_DAM_ALL_P_STAN, "Tbg_dam_all_p_stanZ", &Tbg_dam_all_p_stanZ}, + {BG_DEPO_ALL_P_STAN, "Tbg_depo_all_p_stanZ", &Tbg_depo_all_p_stanZ}, + {BG_DEST_ALL_P_STAN, "Tbg_dest_all_p_stanZ", &Tbg_dest_all_p_stanZ}, + {BG_DISH_ALL_P_STAN, "Tbg_dish_all_p_stanZ", &Tbg_dish_all_p_stanZ}, + {BG_EAR_ALL_P_STAN, "Tbg_ear_all_p_stanZ", &Tbg_imp_all_p_stanZ}, + {BG_ELD_ALL_P_STAN, "Tbg_eld_all_p_stanZ", &Tbg_imp_all_p_stanZ}, + {BG_IMP_ALL_P_STAN, "Tbg_imp_all_p_stanZ", &Tbg_imp_all_p_stanZ}, + {BG_JUN_ALL_P_STAN, "Tbg_jun_all_p_stanZ", &Tbg_jun_all_p_stanZ}, + {BG_LEE_ALL_P_STAN, "Tbg_lee_all_p_stanZ", &Tbg_len_all_p_stanZ}, + {BG_LEN_ALL_P_STAN, "Tbg_len_all_p_stanZ", &Tbg_len_all_p_stanZ}, + {BG_LIP_ALL_P_STAN, "Tbg_lip_all_p_stanZ", &Tbg_oat_all_p_stanZ}, + {BG_LUE_ALL_P_STAN, "Tbg_lue_all_p_stanZ", &Tbg_oat_all_p_stanZ}, + {BG_OAT_ALL_P_STAN, "Tbg_oat_all_p_stanZ", &Tbg_oat_all_p_stanZ}, + {BG_PAM_ALL_P_STAN, "Tbg_pam_all_p_stanZ", &Tbg_pete_all_p_stanZ}, + {BG_PETE_ALL_P_STAN, "Tbg_pete_all_p_stanZ", &Tbg_pete_all_p_stanZ}, + {BG_REF_ALL_P_STAN, "Tbg_ref_all_p_stanZ", &Tbg_ref_all_p_stanZ}, + {BG_RIT_ALL_P_STAN, "Tbg_rit_all_p_stanZ", &Tbg_run_all_p_stanZ}, + {BG_RUN_ALL_P_STAN, "Tbg_run_all_p_stanZ", &Tbg_run_all_p_stanZ}, + {BG_SEV_ALL_P_STAN, "Tbg_sev_all_p_stanZ", &Tbg_sev_all_p_stanZ}, + {BG_SEVB_ALL_P_STAN, "Tbg_sevb_all_p_stanZ", &Tbg_sevb_all_p_stanZ}, + {BG_SEVX_ALL_P_STAN, "Tbg_sevx_all_p_stanZ", &Tbg_sevx_all_p_stanZ}, + {BG_SILO_ALL_P_STAN, "Tbg_silo_all_p_stanZ", &Tbg_silo_all_p_stanZ}, + {BG_STAT_ALL_P_STAN, "Tbg_stat_all_p_stanZ", &Tbg_stat_all_p_stanZ}, + {BG_TRA_ALL_P_STAN, "Tbg_tra_all_p_stanZ", &Tbg_tra_all_p_stanZ}, + {BG_WAX_ALL_P_STAN, "Tbg_wax_all_p_stanZ", &UbriefarchZ}, - {0x248, "UbriefarchZ", &UbriefarchZ}, - {0x249, "UbriefarkZ", &UbriefarkZ}, - {0x24A, "UbriefaztZ", &UbriefaztZ}, - {0x24B, "UbriefcaveZ", &UbriefcaveZ}, - {0x24C, "UbriefcontrolZ", &UbriefcontrolZ}, - {0x24D, "UbriefcradZ", &UbriefcradZ}, - {0x24E, "UbriefcrypZ", &UbriefcrypZ}, - {0x24F, "UbriefdamZ", &UbriefdamZ}, - {0x250, "UbriefdepoZ", &UbriefdepoZ}, - {0x251, "UbriefdestZ", &UbriefdestZ}, - {0x252, "UbriefjunZ", &UbriefjunZ}, - {0x253, "UbriefpeteZ", &UbriefpeteZ}, - {0x254, "UbriefrunZ", &UbriefrunZ}, - {0x255, "UbriefsevbZ", &UbriefsevbZ}, - {0x256, "UbriefsevbunkerZ", &UbriefsevbunkerZ}, - {0x257, "UbriefsevxZ", &UbriefsevxZ}, - {0x258, "UbriefsevxbZ", &UbriefsevxbZ}, - {0x259, "UbriefsiloZ", &UbriefsiloZ}, - {0x25A, "UbriefstatueZ", &UbriefstatueZ}, - {0x25B, "UbrieftraZ", &UbrieftraZ}, + {BRIEFARCH, "UbriefarchZ", &UbriefarchZ}, + {BRIEFARK, "UbriefarkZ", &UbriefarkZ}, + {BRIEFAZT, "UbriefaztZ", &UbriefaztZ}, + {BRIEFCAVE, "UbriefcaveZ", &UbriefcaveZ}, + {BRIEFCONTROL, "UbriefcontrolZ", &UbriefcontrolZ}, + {BRIEFCRAD, "UbriefcradZ", &UbriefcradZ}, + {BRIEFCRYP, "UbriefcrypZ", &UbriefcrypZ}, + {BRIEFDAM, "UbriefdamZ", &UbriefdamZ}, + {BRIEFDEPO, "UbriefdepoZ", &UbriefdepoZ}, + {BRIEFDEST, "UbriefdestZ", &UbriefdestZ}, + {BRIEFJUN, "UbriefjunZ", &UbriefjunZ}, + {BRIEFPETE, "UbriefpeteZ", &UbriefpeteZ}, + {BRIEFRUN, "UbriefrunZ", &UbriefrunZ}, + {BRIEFSEVB, "UbriefsevbZ", &UbriefsevbZ}, + {BRIEFSEVBUNKER, "UbriefsevbunkerZ", &UbriefsevbunkerZ}, + {BRIEFSEVX, "UbriefsevxZ", &UbriefsevxZ}, + {BRIEFSEVXB, "UbriefsevxbZ", &UbriefsevxbZ}, + {BRIEFSILO, "UbriefsiloZ", &UbriefsiloZ}, + {BRIEFSTATUE, "UbriefstatueZ", &UbriefstatueZ}, + {BRIEFTRA, "UbrieftraZ", &UbrieftraZ}, - {0x25C, "Ump_setupameZ", &Ump_setupameZ}, - {0x25D, "Ump_setuparchZ", &Ump_setuparchZ}, - {0x25E, "Ump_setuparkZ", &Ump_setuparkZ}, - {0x25F, "Ump_setupashZ", &Ump_setupashZ}, - {0x260, "Ump_setupcaveZ", &Ump_setupcaveZ}, - {0x261, "Ump_setupcradZ", &Ump_setupcradZ}, - {0x262, "Ump_setupcrypZ", &Ump_setupcrypZ}, - {0x263, "Ump_setupdishZ", &Ump_setupdishZ}, - {0x264, "Ump_setupimpZ", &Ump_setupimpZ}, - {0x265, "Ump_setupoatZ", &Ump_setupoatZ}, - {0x266, "Ump_setuprefZ", &Ump_setuprefZ}, - {0x267, "Ump_setupsevbZ", &Ump_setupsevbZ}, - {0x268, "Ump_setupstatueZ", &Ump_setupstatueZ}, + {MP_SETUPAME, "Ump_setupameZ", &Ump_setupameZ}, + {MP_SETUPARCH, "Ump_setuparchZ", &Ump_setuparchZ}, + {MP_SETUPARK, "Ump_setuparkZ", &Ump_setuparkZ}, + {MP_SETUPASH, "Ump_setupashZ", &Ump_setupashZ}, + {MP_SETUPCAVE, "Ump_setupcaveZ", &Ump_setupcaveZ}, + {MP_SETUPCRAD, "Ump_setupcradZ", &Ump_setupcradZ}, + {MP_SETUPCRYP, "Ump_setupcrypZ", &Ump_setupcrypZ}, + {MP_SETUPDISH, "Ump_setupdishZ", &Ump_setupdishZ}, + {MP_SETUPIMP, "Ump_setupimpZ", &Ump_setupimpZ}, + {MP_SETUPOAT, "Ump_setupoatZ", &Ump_setupoatZ}, + {MP_SETUPREF, "Ump_setuprefZ", &Ump_setuprefZ}, + {MP_SETUPSEVB, "Ump_setupsevbZ", &Ump_setupsevbZ}, + {MP_SETUPSTATUE, "Ump_setupstatueZ", &Ump_setupstatueZ}, - {0x269, "UsetuparchZ", &UsetuparchZ}, - {0x26A, "UsetuparkZ", &UsetuparkZ}, - {0x26B, "UsetupaztZ", &UsetupaztZ}, - {0x26C, "UsetupcaveZ", &UsetupcaveZ}, - {0x26D, "UsetupcontrolZ", &UsetupcontrolZ}, - {0x26E, "UsetupcradZ", &UsetupcradZ}, - {0x26F, "UsetupcrypZ", &UsetupcrypZ}, - {0x270, "UsetupdamZ", &UsetupdamZ}, - {0x271, "UsetupdepoZ", &UsetupdepoZ}, - {0x272, "UsetupdestZ", &UsetupdestZ}, - {0x273, "UsetupjunZ", &UsetupjunZ}, - {0x274, "UsetuplenZ", &UsetuplenZ}, - {0x275, "UsetuppeteZ", &UsetuppeteZ}, - {0x276, "UsetuprunZ", &UsetuprunZ}, - {0x277, "UsetupsevbZ", &UsetupsevbZ}, - {0x278, "UsetupsevbunkerZ", &UsetupsevbunkerZ}, - {0x279, "UsetupsevxZ", &UsetupsevxZ}, - {0x27A, "UsetupsevxbZ", &UsetupsevxbZ}, - {0x27B, "UsetupsiloZ", &UsetupsiloZ}, - {0x27C, "UsetupstatueZ", &UsetupstatueZ}, - {0x27D, "UsetuptraZ", &UsetuptraZ}, + {SETUPARCH, "UsetuparchZ", &UsetuparchZ}, + {SETUPARK, "UsetuparkZ", &UsetuparkZ}, + {SETUPAZT, "UsetupaztZ", &UsetupaztZ}, + {SETUPCAVE, "UsetupcaveZ", &UsetupcaveZ}, + {SETUPCONTROL, "UsetupcontrolZ", &UsetupcontrolZ}, + {SETUPCRAD, "UsetupcradZ", &UsetupcradZ}, + {SETUPCRYP, "UsetupcrypZ", &UsetupcrypZ}, + {SETUPDAM, "UsetupdamZ", &UsetupdamZ}, + {SETUPDEPO, "UsetupdepoZ", &UsetupdepoZ}, + {SETUPDEST, "UsetupdestZ", &UsetupdestZ}, + {SETUPJUN, "UsetupjunZ", &UsetupjunZ}, + {SETUPLEN, "UsetuplenZ", &UsetuplenZ}, + {SETUPPETE, "UsetuppeteZ", &UsetuppeteZ}, + {SETUPRUN, "UsetuprunZ", &UsetuprunZ}, + {SETUPSEVB, "UsetupsevbZ", &UsetupsevbZ}, + {SETUPSEVBUNKER, "UsetupsevbunkerZ", &UsetupsevbunkerZ}, + {SETUPSEVX, "UsetupsevxZ", &UsetupsevxZ}, + {SETUPSEVXB, "UsetupsevxbZ", &UsetupsevxbZ}, + {SETUPSILO, "UsetupsiloZ", &UsetupsiloZ}, + {SETUPSTATUE, "UsetupstatueZ", &UsetupstatueZ}, + {SETUPTRA, "UsetuptraZ", &UsetuptraZ}, - {0x27E, "LameE", &LameE}, - {0x27F, "LameJ", &LameJ}, - {0x280, "LarchE", &LarchE}, - {0x281, "LarchJ", &LarchJ}, - {0x282, "LarecE", &LarecE}, - {0x283, "LarecJ", &LarecJ}, - {0x284, "LarkE", &LarkE}, - {0x285, "LarkJ", &LarkJ}, - {0x286, "LashE", &LashE}, - {0x287, "LashJ", &LashJ}, - {0x288, "LaztE", &LaztE}, - {0x289, "LaztJ", &LaztJ}, - {0x28A, "LcatE", &LcatE}, - {0x28B, "LcatJ", &LcatJ}, - {0x28C, "LcaveE", &LcaveE}, - {0x28D, "LcaveJ", &LcaveJ}, - {0x28E, "LcradE", &LcradE}, - {0x28F, "LcradJ", &LcradJ}, - {0x290, "LcrypE", &LcrypE}, - {0x291, "LcrypJ", &LcrypJ}, - {0x292, "LdamE", &LdamE}, - {0x293, "LdamJ", &LdamJ}, - {0x294, "LdepoE", &LdepoE}, - {0x295, "LdepoJ", &LdepoJ}, - {0x296, "LdestE", &LdestE}, - {0x297, "LdestJ", &LdestJ}, - {0x298, "LdishE", &LdishE}, - {0x299, "LdishJ", &LdishJ}, - {0x29A, "LearE", &LearE}, - {0x29B, "LearJ", &LearJ}, - {0x29C, "LeldE", &LeldE}, - {0x29D, "LeldJ", &LeldJ}, - {0x29E, "LgunE", &LgunE}, - {0x29F, "LgunJ", &LgunJ}, - {0x2A0, "LimpE", &LimpE}, - {0x2A1, "LimpJ", &LimpJ}, - {0x2A2, "LjunE", &LjunE}, - {0x2A3, "LjunJ", &LjunJ}, - {0x2A4, "LleeE", &LleeE}, - {0x2A5, "LleeJ", &LleeJ}, - {0x2A6, "LlenE", &LlenE}, - {0x2A7, "LlenJ", &LlenJ}, - {0x2A8, "LlipE", &LlipE}, - {0x2A9, "LlipJ", &LlipJ}, - {0x2AA, "LlueE", &LlueE}, - {0x2AB, "LlueJ", &LlueJ}, - {0x2AC, "LmiscE", &LmiscE}, - {0x2AD, "LmiscJ", &LmiscJ}, - {0x2AE, "LmpmenuE", &LmpmenuE}, - {0x2AF, "LmpmenuJ", &LmpmenuJ}, - {0x2B0, "LmpweaponsE", &LmpweaponsE}, - {0x2B1, "LmpweaponsJ", &LmpweaponsJ}, - {0x2B2, "LoatE", &LoatE}, - {0x2B3, "LoatJ", &LoatJ}, - {0x2B4, "LoptionsE", &LoptionsE}, - {0x2B5, "LoptionsJ", &LoptionsJ}, - {0x2B6, "LpamE", &LpamE}, - {0x2B7, "LpamJ", &LpamJ}, - {0x2B8, "LpeteE", &LpeteE}, - {0x2B9, "LpeteJ", &LpeteJ}, - {0x2BA, "LpropobjE", &LpropobjE}, - {0x2BB, "LpropobjJ", &LpropobjJ}, - {0x2BC, "LrefE", &LrefE}, - {0x2BD, "LrefJ", &LrefJ}, - {0x2BE, "LritE", &LritE}, - {0x2BF, "LritJ", &LritJ}, - {0x2C0, "LrunE", &LrunE}, - {0x2C1, "LrunJ", &LrunJ}, - {0x2C2, "LsevE", &LsevE}, - {0x2C3, "LsevJ", &LsevJ}, - {0x2C4, "LsevbE", &LsevbE}, - {0x2C5, "LsevbJ", &LsevbJ}, - {0x2C6, "LsevxE", &LsevxE}, - {0x2C7, "LsevxJ", &LsevxJ}, - {0x2C8, "LsevxbE", &LsevxbE}, - {0x2C9, "LsevxbJ", &LsevxbJ}, - {0x2CA, "LshoE", &LshoE}, - {0x2CB, "LshoJ", &LshoJ}, - {0x2CC, "LsiloE", &LsiloE}, - {0x2CD, "LsiloJ", &LsiloJ}, - {0x2CE, "LstatE", &LstatE}, - {0x2CF, "LstatJ", &LstatJ}, - {0x2D0, "LtitleE", &LtitleE}, - {0x2D1, "LtitleJ", &LtitleJ}, - {0x2D2, "LtraE", &LtraE}, - {0x2D3, "LtraJ", &LtraJ}, - {0x2D4, "LwaxE", &LwaxE}, - {0x2D5, "LwaxJ", &LwaxJ}, + {AMEE, "LameE", &LameE}, + {AMEJ, "LameJ", &LameJ}, +#ifdef VERSION_EU + {AMEP, "LameP", &LameP}, +#endif + {ARCHE, "LarchE", &LarchE}, + {ARCHJ, "LarchJ", &LarchJ}, +#ifdef VERSION_EU + {ARCHP, "LarchP", &LarchP}, +#endif + {ARECE, "LarecE", &LarecE}, + {ARECJ, "LarecJ", &LarecJ}, +#ifdef VERSION_EU + {ARECP, "LarecP", &LarecP}, +#endif + {ARKE, "LarkE", &LarkE}, + {ARKJ, "LarkJ", &LarkJ}, +#ifdef VERSION_EU + {ARKP, "LarkP", &LarkP}, +#endif + {ASHE, "LashE", &LashE}, + {ASHJ, "LashJ", &LashJ}, +#ifdef VERSION_EU + {ASHP, "LashP", &LashP}, +#endif + {AZTE, "LaztE", &LaztE}, + {AZTJ, "LaztJ", &LaztJ}, +#ifdef VERSION_EU + {AZTP, "LaztP", &LaztP}, +#endif + {CATE, "LcatE", &LcatE}, + {CATJ, "LcatJ", &LcatJ}, +#ifdef VERSION_EU + {CATP, "LcatP", &LcatP}, +#endif + {CAVEE, "LcaveE", &LcaveE}, + {CAVEJ, "LcaveJ", &LcaveJ}, +#ifdef VERSION_EU + {CAVEP, "LcaveP", &LcaveP}, +#endif + {CRADE, "LcradE", &LcradE}, + {CRADJ, "LcradJ", &LcradJ}, +#ifdef VERSION_EU + {CRADP, "LcradP", &LcradP}, +#endif + {CRYPE, "LcrypE", &LcrypE}, + {CRYPJ, "LcrypJ", &LcrypJ}, +#ifdef VERSION_EU + {CRYPP, "LcrypP", &LcrypP}, +#endif + {DAME, "LdamE", &LdamE}, + {DAMJ, "LdamJ", &LdamJ}, +#ifdef VERSION_EU + {DAMP, "LdamP", &LdamP}, +#endif + {DEPOE, "LdepoE", &LdepoE}, + {DEPOJ, "LdepoJ", &LdepoJ}, +#ifdef VERSION_EU + {DEPOP, "LdepoP", &LdepoP}, +#endif + {DESTE, "LdestE", &LdestE}, + {DESTJ, "LdestJ", &LdestJ}, +#ifdef VERSION_EU + {DESTP, "LdestP", &LdestP}, +#endif + {DISHE, "LdishE", &LdishE}, + {DISHJ, "LdishJ", &LdishJ}, +#ifdef VERSION_EU + {DISHP, "LdishP", &LdishP}, +#endif + {EARE, "LearE", &LearE}, + {EARJ, "LearJ", &LearJ}, +#ifdef VERSION_EU + {EARP, "LearP", &LearP}, +#endif + {ELDE, "LeldE", &LeldE}, + {ELDJ, "LeldJ", &LeldJ}, +#ifdef VERSION_EU + {ELDP, "LeldP", &LeldP}, +#endif + {GUNE, "LgunE", &LgunE}, + {GUNJ, "LgunJ", &LgunJ}, +#ifdef VERSION_EU + {GUNP, "LgunP", &LgunP}, +#endif + {IMPE, "LimpE", &LimpE}, + {IMPJ, "LimpJ", &LimpJ}, +#ifdef VERSION_EU + {IMPP, "LimpP", &LimpP}, +#endif + {JUNE, "LjunE", &LjunE}, + {JUNJ, "LjunJ", &LjunJ}, +#ifdef VERSION_EU + {JUNP, "LjunP", &LjunP}, +#endif + {LEEE, "LleeE", &LleeE}, + {LEEJ, "LleeJ", &LleeJ}, +#ifdef VERSION_EU + {LEEP, "LleeP", &LleeP}, +#endif + {LENE, "LlenE", &LlenE}, + {LENJ, "LlenJ", &LlenJ}, +#ifdef VERSION_EU + {LENP, "LlenP", &LlenP}, +#endif + {LIPE, "LlipE", &LlipE}, + {LIPJ, "LlipJ", &LlipJ}, +#ifdef VERSION_EU + {LIPP, "LlipP", &LlipP}, +#endif + {LUEE, "LlueE", &LlueE}, + {LUEJ, "LlueJ", &LlueJ}, +#ifdef VERSION_EU + {LUEP, "LlueP", &LlueP}, +#endif + {MISCE, "LmiscE", &LmiscE}, + {MISCJ, "LmiscJ", &LmiscJ}, +#ifdef VERSION_EU + {MISCP, "LmiscP", &LmiscP}, +#endif + {MPMENUE, "LmpmenuE", &LmpmenuE}, + {MPMENUJ, "LmpmenuJ", &LmpmenuJ}, +#ifdef VERSION_EU + {MPMENUP, "LmpmenuP", &LmpmenuP}, +#endif + {MPWEAPONSE, "LmpweaponsE", &LmpweaponsE}, + {MPWEAPONSJ, "LmpweaponsJ", &LmpweaponsJ}, +#ifdef VERSION_EU + {MPWEAPONSP, "LmpweaponsP", &LmpweaponsP}, +#endif + {OATE, "LoatE", &LoatE}, + {OATJ, "LoatJ", &LoatJ}, +#ifdef VERSION_EU + {OATP, "LoatP", &LoatP}, +#endif + {OPTIONSE, "LoptionsE", &LoptionsE}, + {OPTIONSJ, "LoptionsJ", &LoptionsJ}, +#ifdef VERSION_EU + {OPTIONSP, "LoptionsP", &LoptionsP}, +#endif + {PAME, "LpamE", &LpamE}, + {PAMJ, "LpamJ", &LpamJ}, +#ifdef VERSION_EU + {PAMP, "LpamP", &LpamP}, +#endif + {PETEE, "LpeteE", &LpeteE}, + {PETEJ, "LpeteJ", &LpeteJ}, +#ifdef VERSION_EU + {PETEP, "LpeteP", &LpeteP}, +#endif + {PROPOBJE, "LpropobjE", &LpropobjE}, + {PROPOBJJ, "LpropobjJ", &LpropobjJ}, +#ifdef VERSION_EU + {PROPOBJP, "LpropobjP", &LpropobjP}, +#endif + {REFE, "LrefE", &LrefE}, + {REFJ, "LrefJ", &LrefJ}, +#ifdef VERSION_EU + {REFP, "LrefP", &LrefP}, +#endif + {RITE, "LritE", &LritE}, + {RITJ, "LritJ", &LritJ}, +#ifdef VERSION_EU + {RITP, "LritP", &LritP}, +#endif + {RUNE, "LrunE", &LrunE}, + {RUNJ, "LrunJ", &LrunJ}, +#ifdef VERSION_EU + {RUNP, "LrunP", &LrunP}, +#endif + {SEVE, "LsevE", &LsevE}, + {SEVJ, "LsevJ", &LsevJ}, +#ifdef VERSION_EU + {SEVP, "LsevP", &LsevP}, +#endif + {SEVBE, "LsevbE", &LsevbE}, + {SEVBJ, "LsevbJ", &LsevbJ}, +#ifdef VERSION_EU + {SEVBP, "LsevbP", &LsevbP}, +#endif + {SEVXE, "LsevxE", &LsevxE}, + {SEVXJ, "LsevxJ", &LsevxJ}, +#ifdef VERSION_EU + {SEVXP, "LsevxP", &LsevxP}, +#endif + {SEVXBE, "LsevxbE", &LsevxbE}, + {SEVXBJ, "LsevxbJ", &LsevxbJ}, +#ifdef VERSION_EU + {SEVXBP, "LsevxbP", &LsevxbP}, +#endif + {SHOE, "LshoE", &LshoE}, + {SHOJ, "LshoJ", &LshoJ}, +#ifdef VERSION_EU + {SHOP, "LshoP", &LshoP}, +#endif + {SILOE, "LsiloE", &LsiloE}, + {SILOJ, "LsiloJ", &LsiloJ}, +#ifdef VERSION_EU + {SILOP, "LsiloP", &LsiloP}, +#endif + {STATE, "LstatE", &LstatE}, + {STATJ, "LstatJ", &LstatJ}, +#ifdef VERSION_EU + {STATP, "LstatP", &LstatP}, +#endif + {TITLEE, "LtitleE", &LtitleE}, + {TITLEJ, "LtitleJ", &LtitleJ}, +#ifdef VERSION_EU + {TITLEP, "LtitleP", &LtitleP}, +#endif + {TRAE, "LtraE", &LtraE}, + {TRAJ, "LtraJ", &LtraJ}, +#ifdef VERSION_EU + {TRAP, "LtraP", &LtraP}, +#endif + {WAXE, "LwaxE", &LwaxE}, + {WAXJ, "LwaxJ", &LwaxJ}, +#ifdef VERSION_EU + {WAXP, "LwaxP", &LwaxP}, +#endif - {0x2D6, "ob/ob_end.seg", &ob__ob_end_seg}, + {OBENDSEG, "ob/ob_end.seg", &ob__ob_end_seg}, {0}, {0}, {0}, @@ -747,7 +881,4 @@ struct fileentry file_resource_table[] = { {0} }; -//only defined here as used (so far) exclusively in ob.c -//and easy to generate at compile time -#define OBJ_INDEX_END 0x2D7 -#define OBJ_INDEX_MAX 0x2E0 \ No newline at end of file + diff --git a/assets/obseg/gun/fist/gunFileRecord.inc.c b/assets/obseg/gun/fist/gunFileRecord.inc.c new file mode 100644 index 0000000..2ca6b24 --- /dev/null +++ b/assets/obseg/gun/fist/gunFileRecord.inc.c @@ -0,0 +1,2 @@ + /*NAME, NOMODEL, STATS, UPPERTEXTID, LOWERTEXTID, POSX, POSY, POSZ, XROT, YROT, WOCTEXT, EQUIPTEXT, EQUIPX, EQUIPY, EQUIPZ*/ +GUNFILERECORD( fist, 0, GUNSTATS(fist), TEXT(LGUN, 0x83), TEXT(LGUN, 0x76), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x76), TEXT(LGUN, 0xCD), 10.0, 10.0, 1000.0) diff --git a/assets/obseg/gun/fist/gunWeaponStat.inc.c b/assets/obseg/gun/fist/gunWeaponStat.inc.c new file mode 100644 index 0000000..6a0aa77 --- /dev/null +++ b/assets/obseg/gun/fist/gunWeaponStat.inc.c @@ -0,0 +1,27 @@ +WeaponStats fist_stats = { + 1.0, //MuzzleFlashExtension + 11.0, -50.0, -33.0, //PosXYZ + 3.0, 3.0, 8.5, //PlayXYZ + 0, 0, //ammotype magsize + 0xFF, 0x06, //AutomaticFiringRate SingleFiringRate + 1, //ObjectsShootThrough + 0, 0, //SoundTriggerRate Sound + NULL, //ptr_cartridge_struct + 2.0, //DestructionAmount + 0.0, //Inaccuracy + 0.0, //Zoom + SCALEVAL_KNIFE, //CrosshairSpeed + 0.85000002, //AimLockSpeed + 1.0, //Sway + 0, //RecoilSpeed + 0.0, //RecoilBack + 0.0, //RecoilUp + 0.0, //BoltRecoilBack + 0.0, //LoudnessMin + 1.0, //LoudnessMax + 1.0, //NoiseIncreasePerShot + 2.0, //field_60 + 4.0, //field_64 + 0.0, //ForceOfImpact + 0x64D91//BitFlags +}; diff --git a/assets/obseg/gun/fist/modelFileHeader.inc.c b/assets/obseg/gun/fist/modelFileHeader.inc.c new file mode 100644 index 0000000..c30af78 --- /dev/null +++ b/assets/obseg/gun/fist/modelFileHeader.inc.c @@ -0,0 +1,2 @@ +//D:8003CB20 +MODELFILEHEADER(fist, 0, &SKELETON(standard_gun), 0, 0x24, 3, 243.84764, 0, 0xE) diff --git a/assets/obseg/gun/gunModelFileHeaders.inc.c b/assets/obseg/gun/gunModelFileHeaders.inc.c new file mode 100644 index 0000000..1713e4a --- /dev/null +++ b/assets/obseg/gun/gunModelFileHeaders.inc.c @@ -0,0 +1,142 @@ +#ifdef DEBUG +char* weapon_gun_kf7_SwitchNames[] = { + "CARTRIDGE", + "SW_FLASH", + "FLASH", + "MUZZLE", + "EXTRAFLASH" }; +#endif +#ifdef DEBUG +char* weapon_gun_revolver_SwitchNames[] = { + "CARTRIDGE", + "SW_FLASH", + "FLASH", + "MUZZLE", + "DRUM", + "HAMMER", + "FINGER", + "SLIDE", + "SW_HANDOFF1", + "SW_HANDOFF2", + "SW_HANDOFF3", + "SW_HANDOFF4", + "SW_HANDOFF5", + "SW_HANDOFF6", + "SW_GUNOFF1", + "SW_GUNOFF2", + "GFXHIT_SCREEN", + "SW_SCREEN", + "SW_cart1", + "SW_cart2", + "SW_cart3", + "SW_cart4", + "SW_cart5", + "SW_case1", + "SW_case2", + "SW_case3", + "SW_case4", + "SW_case5", + "2PT_FINGER", + "SW_BOILER", + "SW_DINNER", + "SW_CONNERY", + "SW_SUIT", + "SW_TIMBER", + "SW_SNOW", + "SW_HANDOFF7" }; +#endif +//D:8003C7C0 +//tank +//token +MODELFILEHEADER(wppk, 0, &SKELETON(standard_gun), 0, 0x24, 6, 293.60767, 0, 0xC) +MODELFILEHEADER(wppksil, 0, &SKELETON(standard_gun), 0, 0x24, 6, 438.66476, 0, 0xC) +MODELFILEHEADER(tt33, 0, &SKELETON(standard_gun), 0, 0x24, 6, 438.16788, 0, 0xF) +MODELFILEHEADER(skorpion, 0, &SKELETON(standard_gun), 0, 0x24, 4, 390.40039, 0, 0xC) +MODELFILEHEADER(ak47, 0, &SKELETON(standard_gun), 0, 0x24, 4, 941.9339, 0, 0x12) +MODELFILEHEADER(uzi, 0, &SKELETON(gun_kf7), 0, 0x24, 5, 436.95404, 0, 0xC) +MODELFILEHEADER(mp5k, 0, &SKELETON(standard_gun), 0, 0x24, 4, 499.24536, 0, 9) +MODELFILEHEADER(mp5ksil, 0, &SKELETON(standard_gun), 0, 0x24, 4, 655.97717, 0, 9) +MODELFILEHEADER(m16, 0, &SKELETON(standard_gun), 0, 0x24, 4, 1096.2413, 0, 8) +MODELFILEHEADER(fnp90, 0, &SKELETON(standard_gun), 0, 0x24, 4, 460.81909, 0, 0xA) +MODELFILEHEADER(G8003C900, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 238.62167, 0, 4) +MODELFILEHEADER(ruger, 0, &SKELETON(gun_revolver), 0, 0x24, 6, 553.44312, 0, 0xE) +MODELFILEHEADER(goldengun, 0, &SKELETON(standard_gun), 0, 0x24, 5, 384.92172, 0, 0xB) +MODELFILEHEADER(shotgun, 0, &SKELETON(standard_gun), 0, 0x1C, 4, 919.33038, 0, 0xD) +MODELFILEHEADER(autoshot, 0, &SKELETON(standard_gun), 0, 0x24, 4, 840.15125, 0, 0x10) +MODELFILEHEADER(grenadelaunch, 0, &SKELETON(gun_revolver), 0, 0x24, 5, 768.33496, 0, 0xF) +MODELFILEHEADER(spectre, 0, &SKELETON(standard_gun), 0, 0x24, 4, 598.42865, 0, 0xB) +MODELFILEHEADER(laser, 0, &SKELETON(standard_gun), 0, 0x24, 3, 442.81848, 0, 0xD) +MODELFILEHEADER(rocketlaunch, 0, &SKELETON(standard_gun), 0, 0x24, 3, 566.51208, 0, 0xA) +#include +MODELFILEHEADER(throwknife, 0, &SKELETON(standard_gun), 0, 0x24, 3, 373.31387, 0, 9) +MODELFILEHEADER(taser, 0, &SKELETON(standard_gun), 0, 0x23, 3, 182.78622, 0, 0x11) +MODELFILEHEADER(remotemine, 0, &SKELETON(standard_gun), 0, 0x23, 3, 50.999378, 0, 3) +MODELFILEHEADER(proximitymine, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 51.00029, 0, 3) +MODELFILEHEADER(timedmine, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 49.368877, 0, 4) +MODELFILEHEADER(trigger, 0, &SKELETON(standard_gun), 0, 0x24, 4, 283.9006, 0, 0x16) +MODELFILEHEADER(grenade, 0, &SKELETON(standard_gun), 0, 0x24, 3, 427.27081, 0, 5) +#include +MODELFILEHEADER(sniperrifle, 0, &SKELETON(standard_gun), 0, 0x24, 4, 808.03253, 0, 7) +MODELFILEHEADER(cartridge, 0, &SKELETON(gun_unassigned), 0, 0, 1, 14.128822, 0, 2) +MODELFILEHEADER(cartrifle, 0, &SKELETON(gun_unassigned), 0, 0, 1, 30.122747, 0, 2) +MODELFILEHEADER(cartblue, 0, &SKELETON(gun_unassigned), 0, 0, 1, 30.122747, 0, 2) +MODELFILEHEADER(cartshell, 0, &SKELETON(gun_unassigned), 0, 0, 1, 29.8451, 0, 2) +MODELFILEHEADER(joypad, 0, &SKELETON(g_weapon), 0, 0xE, 0xD, 523.96826, 0, 4) +MODELFILEHEADER(G8003CC00, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(G8003CC20, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(bombcase, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 116.11074, 0, 6) +MODELFILEHEADER(flarepistol, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(pitongun, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(G8003CCA0, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(silverwppk, 0, &SKELETON(standard_gun), 0, 0x24, 6, 293.60767, 0, 0xB) +MODELFILEHEADER(goldwppk, 0, &SKELETON(standard_gun), 0, 0x24, 6, 293.60767, 0, 0xB) +MODELFILEHEADER(G8003CD00, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(bungee, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(doordecoder, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 60.850407, 0, 0x10) +MODELFILEHEADER(bombdefuser, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 84.370705, 0, 0xC) +MODELFILEHEADER(bugdetector, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(safecrackercase, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 116.11074, 0, 6) +MODELFILEHEADER(camera, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 52.775627, 0, 0xB) +MODELFILEHEADER(lockexploder, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(doorexploder, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(keyanalysercase, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 116.11074, 0, 6) +MODELFILEHEADER(weaponcase, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 116.11074, 0, 6) +MODELFILEHEADER(keycard, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 123.088844, 0, 2) +MODELFILEHEADER(keyyale, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 414.25156, 0, 1) +MODELFILEHEADER(keybolt, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 759.26581, 0, 1) +MODELFILEHEADER(bug, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 106.2163, 0, 6) +MODELFILEHEADER(microcamera, 0, &SKELETON(standard_gun), 0, 0x23, 3, 70.039436, 0, 7) +MODELFILEHEADER(explosivefloppy, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 60.902443, 0, 5) +MODELFILEHEADER(goldeneyekey, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 98.987083, 0, 5) +MODELFILEHEADER(polarizedglasses, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 53.776386, 0, 2) +MODELFILEHEADER(creditcard, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(darkglasses, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(watchidentifier, 0, &SKELETON(standard_gun), 0, 0x23, 3, 384.9288, 0, 9) +MODELFILEHEADER(watchcommunicator, 0, &SKELETON(standard_gun), 0, 0x23, 3, 384.9288, 0, 9) +MODELFILEHEADER(watchlaser, 0, &SKELETON(standard_gun), 0, 0x24, 4, 283.9006, 0, 0x16) +MODELFILEHEADER(watchgeigercounter, 0, &SKELETON(standard_gun), 0, 0x23, 3, 384.9288, 0, 9) +MODELFILEHEADER(watchmagnetrepel, 0, &SKELETON(standard_gun), 0, 0x23, 3, 384.9288, 0, 9) +MODELFILEHEADER(watchmagnetattract, 0, &SKELETON(standard_gun), 0, 0x1D, 3, 384.9288, 0, 9) +MODELFILEHEADER(gaskeyring, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 111.59859, 0, 9) +MODELFILEHEADER(datathief, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 119.78231, 0, 3) +MODELFILEHEADER(briefcase, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 116.11074, 0, 6) +MODELFILEHEADER(blackbox, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 128.31796, 0, 5) +MODELFILEHEADER(plastique, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 255.35242, 0, 3) +MODELFILEHEADER(videotape, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 122.69632, 0, 9) +MODELFILEHEADER(clipboard, 0, &SKELETON(standard_gun), 0, 0x23, 3, 190.41742, 0, 3) +MODELFILEHEADER(stafflist, 0, &SKELETON(standard_gun), 0, 0x23, 3, 215.17534, 0, 4) +MODELFILEHEADER(dossierred, 0, &SKELETON(standard_gun), 0, 0x23, 3, 183.54231, 0, 4) +MODELFILEHEADER(audiotape, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 97.531075, 0, 9) +MODELFILEHEADER(dattape, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 79.868584, 0, 4) +MODELFILEHEADER(plans, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 81.950996, 0, 5) +MODELFILEHEADER(spyfile, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(blueprints, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 125.3834, 0, 4) +MODELFILEHEADER(circuitboard, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 138.90285, 0, 3) +MODELFILEHEADER(map, 0, &SKELETON(standard_gun), 0, 0x23, 3, 125.3834, 0, 4) +MODELFILEHEADER(spooltape, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(microfilm, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(microcode, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(lectre, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(money, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(goldbar, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) +MODELFILEHEADER(heroin, 0, &SKELETON(standard_gun), 0, 0x1C, 3, 134.8334, 0, 2) diff --git a/assets/obseg/gun/gunModelFileRecord.inc.c b/assets/obseg/gun/gunModelFileRecord.inc.c new file mode 100644 index 0000000..c4c65eb --- /dev/null +++ b/assets/obseg/gun/gunModelFileRecord.inc.c @@ -0,0 +1,91 @@ +GunModelFileRecord gitem_structs[] = { + { NULL, NULL, TRUE, NULL, 0x9883, 0x9811, 0.0, 0.0, 1000.0, 0.0, 0.0, 0x9811, 0x9811, 10.0, 10.0, 1000.0}, + #include + #include + GUNFILERECORD( throwknife, 0, GUNSTATS(throwknife), TEXT(LGUN, 0x71), TEXT(LGUN, 0x06), 200.0, 51.0, 1327.0, 0.0, 0.0, TEXT(LGUN, 0x70), TEXT(LGUN, 0xCA), 38.0, 118.0, 800.0) + GUNFILERECORD( wppk, 0, GUNSTATS(wppk), TEXT(LGUN, 0x57), TEXT(LGUN, 0x01), 20.0, 97.0, 579.0, 0.0, 0.0, TEXT(LGUN, 0x56), TEXT(LGUN, 0xBA), 94.0, 2.0, 356.0) + GUNFILERECORD( wppksil, 0, GUNSTATS(wppksil), TEXT(LGUN, 0x03), TEXT(LGUN, 0x10), 26.0, 162.0, 668.0, 0.0, 0.0, TEXT(LGUN, 0x55), TEXT(LGUN, 0xB9), 169.0, 5.0, 535.0) + GUNFILERECORD( tt33, 0, GUNSTATS(tt33), TEXT(LGUN, 0x04), TEXT(LGUN, 0x32), 22.0, 128.0, 709.0, 0.0, 0.0, TEXT(LGUN, 0x2A), TEXT(LGUN, 0x9A), 124.0, 14.0, 455.0) + GUNFILERECORD( skorpion, 0, GUNSTATS(skorpion), TEXT(LGUN, 0x83), TEXT(LGUN, 0x6B), 46.0, 124.0, 785.0, 0.0, 0.0, TEXT(LGUN, 0x6B), TEXT(LGUN, 0xC6), 124.0, 32.0, 545.0) + GUNFILERECORD( ak47, 0, GUNSTATS(ak47), TEXT(LGUN, 0x08), TEXT(LGUN, 0x68), -29.0, 307.0, 1410.0, 0.0, 0.0, TEXT(LGUN, 0x42), TEXT(LGUN, 0xAB), 304.0, -31.0, 1020.0) + GUNFILERECORD( uzi, 0, GUNSTATS(uzi), TEXT(LGUN, 0x83), TEXT(LGUN, 0x82), -18.0, 57.0, 1198.0, 0.0, 0.0, TEXT(LGUN, 0x82), TEXT(LGUN, 0xD7), 68.0, -49.0, 667.0) + GUNFILERECORD( mp5k, 0, GUNSTATS(mp5k), TEXT(LGUN, 0x00), TEXT(LGUN, 0x2F), 12.0, 112.0, 1300.0, 0.0, 0.0, TEXT(LGUN, 0x29), TEXT(LGUN, 0x96), 123.0, -2.0, 628.0) + GUNFILERECORD( mp5ksil, 0, GUNSTATS(mp5ksil), TEXT(LGUN, 0x00), TEXT(LGUN, 0x10), 14.0, 227.0, 1300.0, 0.0, 0.0, TEXT(LGUN, 0x28), TEXT(LGUN, 0x95), 226.0, -10.0, 834.0) + GUNFILERECORD( spectre, 0, GUNSTATS(spectre), TEXT(LGUN, 0x83), TEXT(LGUN, 0x58), -4.0, 144.0, 1128.0, 0.0, 0.0, TEXT(LGUN, 0x58), TEXT(LGUN, 0xB4), 146.0, -18.0, 801.0) + GUNFILERECORD( m16, 0, GUNSTATS(m16), TEXT(LGUN, 0x75), TEXT(LGUN, 0x12), 25.0, 251.0, 1796.0, 0.0, 0.0, TEXT(LGUN, 0x74), TEXT(LGUN, 0x84), 246.0, -45.0, 1497.0) + GUNFILERECORD( fnp90, 0, GUNSTATS(fnp90), TEXT(LGUN, 0x83), TEXT(LGUN, 0x5E), 88.0, -44.0, 1107.0, 0.0, 0.0, TEXT(LGUN, 0x5E), TEXT(LGUN, 0xBC), -44.0, 31.0, 867.0) + GUNFILERECORD( shotgun, 0, GUNSTATS(shotgun), TEXT(LGUN, 0x83), TEXT(LGUN, 0x64), 39.0, 283.0, 1224.0, 0.0, 0.0, TEXT(LGUN, 0x64), TEXT(LGUN, 0xC1), 284.0, -22.0, 999.0) + GUNFILERECORD( autoshot, 0, GUNSTATS(autoshot), TEXT(LGUN, 0x16), TEXT(LGUN, 0x0C), 73.0, 285.0, 1224.0, 0.0, 0.0, TEXT(LGUN, 0x15), TEXT(LGUN, 0x86), 284.0, 4.0, 980.0) + GUNFILERECORD( sniperrifle, 0, GUNSTATS(sniperrifle), TEXT(LGUN, 0x67), TEXT(LGUN, 0x0A), 49.0, 265.0, 1760.0, 0.0, 0.0, TEXT(LGUN, 0x66), TEXT(LGUN, 0xC3), 268.0, 14.0, 1497.0) + GUNFILERECORD( ruger, 0, GUNSTATS(ruger), TEXT(LGUN, 0x26), TEXT(LGUN, 0x4C), 47.0, 184.0, 769.0, 0.0, 0.0, TEXT(LGUN, 0x25), TEXT(LGUN, 0x93), 182.0, 36.0, 604.0) + GUNFILERECORD( goldengun, 0, GUNSTATS(goldengun), TEXT(LGUN, 0x3B), TEXT(LGUN, 0x05), 29.0, 146.0, 629.0, 0.0, 0.0, TEXT(LGUN, 0x39), TEXT(LGUN, 0xA3), 144.0, 18.0, 464.0) + GUNFILERECORD( silverwppk, 0, GUNSTATS(silverwppk), TEXT(LGUN, 0x83), TEXT(LGUN, 0x65), 20.0, 97.0, 579.0, 0.0, 0.0, TEXT(LGUN, 0x65), TEXT(LGUN, 0xC2), 94.0, 2.0, 356.0) + GUNFILERECORD( goldwppk, 0, GUNSTATS(goldwppk), TEXT(LGUN, 0x83), TEXT(LGUN, 0x38), 20.0, 97.0, 579.0, 0.0, 0.0, TEXT(LGUN, 0x38), TEXT(LGUN, 0xA2), 94.0, 2.0, 356.0) + GUNFILERECORD( laser, 0, GUNSTATS(laser), TEXT(LGUN, 0x52), TEXT(LGUN, 0x47), 67.0, 106.0, 738.0, 0.0, 0.0, TEXT(LGUN, 0x51), TEXT(LGUN, 0xAC), 103.0, 21.0, 545.0) + GUNFILERECORD( watchlaser, 0, GUNSTATS(watchlaser), TEXT(LGUN, 0x7F), TEXT(LGUN, 0x47), 82.0, 0.0, 2857.0, 0.0, 90.0, TEXT(LGUN, 0x7B), TEXT(LGUN, 0xD2), 0.0, -40.0, 1383.0) + GUNFILERECORD( grenadelaunch, 0, GUNSTATS(grenadelaunch), TEXT(LGUN, 0x3D), TEXT(LGUN, 0x48), 27.0, 279.0, 1152.0, 0.0, 0.0, TEXT(LGUN, 0x3C), TEXT(LGUN, 0xA5), 284.0, -22.0, 960.0) + GUNFILERECORD( rocketlaunch, 0, GUNSTATS(rocketlaunch), TEXT(LGUN, 0x0B), TEXT(LGUN, 0x48), 111.0, -50.0, 1624.0, 0.0, 0.0, TEXT(LGUN, 0x61), TEXT(LGUN, 0xBF), -42.0, 16.0, 1381.0) + GUNFILERECORD( grenade, 0, GUNSTATS(grenade), TEXT(LGUN, 0x83), TEXT(LGUN, 0x3D), 180.0, 0.0, 2745.0, 0.0, 90.0, TEXT(LGUN, 0x3E), TEXT(LGUN, 0xA6), 0.0, 48.0, 1468.0) + GUNFILERECORD( timedmine, 0, GUNSTATS(timedmine), TEXT(LGUN, 0x09), TEXT(LGUN, 0x0F), 8.0, 0.0, 364.0, 90.0, 0.0, TEXT(LGUN, 0x72), TEXT(LGUN, 0xCB), 0.0, -3.0, 179.0) + GUNFILERECORD( proximitymine, 0, GUNSTATS(proximitymine), TEXT(LGUN, 0x02), TEXT(LGUN, 0x0D), 8.0, 0.0, 364.0, 90.0, 0.0, TEXT(LGUN, 0x5D), TEXT(LGUN, 0xBB), 0.0, -3.0, 179.0) + GUNFILERECORD( remotemine, 0, GUNSTATS(remotemine), TEXT(LGUN, 0x07), TEXT(LGUN, 0x0E), 8.0, 0.0, 364.0, 90.0, 0.0, TEXT(LGUN, 0x60), TEXT(LGUN, 0xBE), 0.0, -3.0, 179.0) + GUNFILERECORD( trigger, 0, GUNSTATS(trigger), TEXT(LGUN, 0x83), TEXT(LGUN, 0x2E), 82.0, 0.0, 2857.0, 0.0, 90.0, TEXT(LGUN, 0x2E), TEXT(LGUN, 0x9B), 0.0, -40.0, 1383.0) + GUNFILERECORD( taser, 0, GUNSTATS(taser), TEXT(LGUN, 0x83), TEXT(LGUN, 0x6F), 107.0, 49.0, 568.0, 0.0, 0.0, TEXT(LGUN, 0x6F), TEXT(LGUN, 0xC9), 64.0, 80.0, 333.0) + { NULL, NULL, 0, GUNSTATS(tank), TEXT(LGUN, 0x83), TEXT(LGUN, 0x6E), 20.0, 97.0, 579.0, 0.0, 0.0, TEXT(LGUN, 0x6E), TEXT(LGUN, 0xC8), 94.0, 2.0, 356.0}, + GUNFILERECORD( bombcase, 0, GUNSTATS(bombcase), TEXT(LGUN, 0x83), TEXT(LGUN, 0x1A), 16.0, 0.0, 568.0, 0.0, 90.0, TEXT(LGUN, 0x1A), TEXT(LGUN, 0x8A), 0.0, -8.0, 323.0) + GUNFILERECORD( plastique, 0, GUNSTATS(plastique), TEXT(LGUN, 0x83), TEXT(LGUN, 0x5B), 28.0, 0.0, 1062.0, 80.0, 90.0, TEXT(LGUN, 0x5B), TEXT(LGUN, 0xB7), 0.0, -16.0, 739.0) + GUNFILERECORD( flarepistol, 0, GUNSTATS(flarepistol), TEXT(LGUN, 0x83), TEXT(LGUN, 0x34), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x34), TEXT(LGUN, 0x9F), 0.0, 0.0, 1000.0) + GUNFILERECORD( pitongun, 0, GUNSTATS(pitongun), TEXT(LGUN, 0x83), TEXT(LGUN, 0x59), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x59), TEXT(LGUN, 0xB5), 0.0, 0.0, 1000.0) + GUNFILERECORD( bungee, TRUE, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x1F), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x1F), TEXT(LGUN, 0x8F), 0.0, 0.0, 1000.0) + GUNFILERECORD( doordecoder, TRUE, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x30), 12.0, 0.0, 364.0, 90.0, 90.0, TEXT(LGUN, 0x30), TEXT(LGUN, 0x9C), 0.0, -6.0, 199.0) + GUNFILERECORD( bombdefuser, TRUE, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x1B), 14.0, 0.0, 379.0, 90.0, 90.0, TEXT(LGUN, 0x1B), TEXT(LGUN, 0x8B), 0.0, 0.0, 279.0) + GUNFILERECORD( camera, 0, GUNSTATS(camera), TEXT(LGUN, 0x83), TEXT(LGUN, 0x20), 4.0, 0.0, 195.0, 20.0, 90.0, TEXT(LGUN, 0x20), TEXT(LGUN, 0x90), 0.0, -2.0, 144.0) + GUNFILERECORD( lockexploder, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x4A), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x4A), TEXT(LGUN, 0xAE), 0.0, 0.0, 1000.0) + GUNFILERECORD( doorexploder, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x31), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x31), TEXT(LGUN, 0x9D), 0.0, 0.0, 1000.0) + GUNFILERECORD( briefcase, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x1C), 16.0, 0.0, 568.0, 0.0, 90.0, TEXT(LGUN, 0x1C), TEXT(LGUN, 0x8C), 0.0, -8.0, 323.0) + GUNFILERECORD( weaponcase, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x80), 16.0, 0.0, 568.0, 0.0, 90.0, TEXT(LGUN, 0x80), TEXT(LGUN, 0xD5), 0.0, -8.0, 323.0) + GUNFILERECORD( safecrackercase, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x63), 16.0, 0.0, 568.0, 0.0, 90.0, TEXT(LGUN, 0x62), TEXT(LGUN, 0xC0), 0.0, -8.0, 323.0) + GUNFILERECORD( keyanalysercase, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x44), 16.0, 0.0, 568.0, 0.0, 90.0, TEXT(LGUN, 0x43), TEXT(LGUN, 0xA9), 0.0, -8.0, 323.0) + GUNFILERECORD( bug, 0, GUNSTATS(bug), TEXT(LGUN, 0x83), TEXT(LGUN, 0x1E), 16.0, 0.0, 513.0, 0.0, 90.0, TEXT(LGUN, 0x1E), TEXT(LGUN, 0x8E), 0.0, -6.0, 387.0) + GUNFILERECORD( microcamera, 0, GUNSTATS(microcamera), TEXT(LGUN, 0x83), TEXT(LGUN, 0x4E), 8.0, 0.0, 310.0, 0.0, 270.0, TEXT(LGUN, 0x4E), TEXT(LGUN, 0xB0), 0.0, -8.0, 229.0) + GUNFILERECORD( bugdetector, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x1D), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x1D), TEXT(LGUN, 0x8D), 0.0, 0.0, 1000.0) + GUNFILERECORD( explosivefloppy, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x33), 12.0, 0.0, 336.0, 0.0, 90.0, TEXT(LGUN, 0x33), TEXT(LGUN, 0x9E), 0.0, -4.0, 176.0) + GUNFILERECORD( polarizedglasses, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x5C), 2.0, 0.0, 183.0, 15.0, 90.0, TEXT(LGUN, 0x5C), TEXT(LGUN, 0xB8), 0.0, 0.0, 147.0) + GUNFILERECORD( darkglasses, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x2B), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x2B), TEXT(LGUN, 0x97), 0.0, 0.0, 1000.0) + GUNFILERECORD( creditcard, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x27), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x27), TEXT(LGUN, 0x94), 0.0, 0.0, 1000.0) + GUNFILERECORD( gaskeyring, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x35), 26.0, 0.0, 769.0, 90.0, 90.0, TEXT(LGUN, 0x35), TEXT(LGUN, 0xA0), 0.0, -8.0, 387.0) + GUNFILERECORD( datathief, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x2D), 16.0, 0.0, 474.0, 80.0, 0.0, TEXT(LGUN, 0x2D), TEXT(LGUN, 0x99), 0.0, -6.0, 350.0) + GUNFILERECORD( watchidentifier, 1, NULL, TEXT(LGUN, 0x7F), TEXT(LGUN, 0x41), 82.0, 0.0, 2857.0, 0.0, 90.0, TEXT(LGUN, 0x7A), TEXT(LGUN, 0xD1), 0.0, -40.0, 1383.0) + GUNFILERECORD( watchcommunicator, 1, NULL, TEXT(LGUN, 0x7F), TEXT(LGUN, 0x23), 82.0, 0.0, 2857.0, 0.0, 90.0, TEXT(LGUN, 0x78), TEXT(LGUN, 0xCF), 0.0, -40.0, 1383.0) + GUNFILERECORD( watchgeigercounter, 1, NULL, TEXT(LGUN, 0x7F), TEXT(LGUN, 0x36), 82.0, 0.0, 2857.0, 0.0, 90.0, TEXT(LGUN, 0x79), TEXT(LGUN, 0xD0), 0.0, -40.0, 1383.0) + GUNFILERECORD( watchmagnetrepel, 1, NULL, TEXT(LGUN, 0x7F), TEXT(LGUN, 0x4B), 82.0, 0.0, 2857.0, 0.0, 90.0, TEXT(LGUN, 0x7D), TEXT(LGUN, 0xD4), 0.0, -40.0, 1383.0) + GUNFILERECORD( watchmagnetattract, 0,GUNSTATS(watchmagnetattract), TEXT(LGUN, 0x7E), TEXT(LGUN, 0x13), 80.0, 0.0, 3036.0, 0.0, 90.0, TEXT(LGUN, 0x7C), TEXT(LGUN, 0xD3), 0.0, -40.0, 1383.0) + GUNFILERECORD( goldeneyekey, 0, GUNSTATS(goldeneyekey), TEXT(LGUN, 0x83), TEXT(LGUN, 0x3A), 18.0, 0.0, 560.0, 80.0, 0.0, TEXT(LGUN, 0x3A), TEXT(LGUN, 0xA4), 0.0, -4.0, 310.0) + GUNFILERECORD( blackbox, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x17), 18.0, 0.0, 545.0, 0.0, 90.0, TEXT(LGUN, 0x17), TEXT(LGUN, 0x87), 0.0, -8.0, 380.0) + GUNFILERECORD( circuitboard, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x21), 20.0, 0.0, 568.0, 80.0, 0.0, TEXT(LGUN, 0x21), TEXT(LGUN, 0x91), 0.0, 0.0, 394.0) + GUNFILERECORD( clipboard, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x22), 40.0, 0.0, 1151.0, 80.0, 90.0, TEXT(LGUN, 0x22), TEXT(LGUN, 0x92), 0.0, -20.0, 580.0) + GUNFILERECORD( stafflist, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x6C), 44.0, 0.0, 1274.0, 80.0, 90.0, TEXT(LGUN, 0x6C), TEXT(LGUN, 0xC7), 0.0, -16.0, 681.0) + GUNFILERECORD( dossierred, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x5F), 38.0, 0.0, 1084.0, 350.0, 90.0, TEXT(LGUN, 0x5F), TEXT(LGUN, 0xBD), 0.0, -12.0, 580.0) + GUNFILERECORD( plans, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x5A), 18.0, 0.0, 464.0, 350.0, 90.0, TEXT(LGUN, 0x5A), TEXT(LGUN, 0xB6), 0.0, -2.0, 253.0) + GUNFILERECORD( spyfile, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x6A), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x6A), TEXT(LGUN, 0xC5), 0.0, 0.0, 1000.0) + GUNFILERECORD( blueprints, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x18), 18.0, 0.0, 579.0, 350.0, 90.0, TEXT(LGUN, 0x18), TEXT(LGUN, 0x88), 0.0, -8.0, 364.0) + GUNFILERECORD( map, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x4D), 18.0, 0.0, 579.0, 350.0, 90.0, TEXT(LGUN, 0x4D), TEXT(LGUN, 0xAF), 0.0, -6.0, 364.0) + GUNFILERECORD( audiotape, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x14), 16.0, 0.0, 428.0, 90.0, 90.0, TEXT(LGUN, 0x14), TEXT(LGUN, 0x85), 0.0, -2.0, 292.0) + GUNFILERECORD( videotape, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x77), 26.0, 0.0, 753.0, 90.0, 0.0, TEXT(LGUN, 0x77), TEXT(LGUN, 0xCE), 0.0, -8.0, 395.0) + GUNFILERECORD( dattape, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x2C), 14.0, 0.0, 387.0, 90.0, 90.0, TEXT(LGUN, 0x2C), TEXT(LGUN, 0x98), 0.0, 0.0, 238.0) + GUNFILERECORD( spooltape, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x69), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x69), TEXT(LGUN, 0xC4), 0.0, 0.0, 1000.0) + GUNFILERECORD( microfilm, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x50), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x50), TEXT(LGUN, 0xB2), 0.0, 0.0, 1000.0) + GUNFILERECORD( microcode, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x4F), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x4F), TEXT(LGUN, 0xB1), 0.0, 0.0, 1000.0) + GUNFILERECORD( lectre, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x49), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x49), TEXT(LGUN, 0xAD), 0.0, 0.0, 1000.0) + GUNFILERECORD( money, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x53), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x53), TEXT(LGUN, 0xB3), 0.0, 0.0, 1000.0) + GUNFILERECORD( goldbar, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x37), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x37), TEXT(LGUN, 0xA1), 0.0, 0.0, 1000.0) + GUNFILERECORD( heroin, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x3F), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x3F), TEXT(LGUN, 0xA7), 0.0, 0.0, 1000.0) + GUNFILERECORD( keycard, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x45), 24.0, 0.0, 556.0, 80.0, 90.0, TEXT(LGUN, 0x45), TEXT(LGUN, 0xAA), 0.0, -6.0, 411.0) + GUNFILERECORD( keyyale, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x81), 64.0, 0.0, 1912.0, 260.0, 90.0, TEXT(LGUN, 0x81), TEXT(LGUN, 0xD6), 0.0, -18.0, 1568.0) + GUNFILERECORD( keybolt, 1, NULL, TEXT(LGUN, 0x83), TEXT(LGUN, 0x19), 78.0, 0.0, 3518.0, 80.0, 90.0, TEXT(LGUN, 0x19), TEXT(LGUN, 0x89), 0.0, -12.0, 2582.0) + SUIT_LFRECORD(suit_lf_hand, 0, GUNSTATS(Csuit_lf_handz), TEXT(LGUN, 0x83), TEXT(LGUN, 0x6D), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x83), TEXT(LGUN, 0x83), 10.0, 10.0, 1000.0) + GUNFILERECORD( joypad, 0, GUNSTATS(joypad), TEXT(LGUN, 0x83), TEXT(LGUN, 0x24), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x83), TEXT(LGUN, 0x83), 10.0, 10.0, 1000.0) + { NULL , NULL, 0, GUNSTATS(null1), TEXT(LGUN, 0x83), TEXT(LGUN, 0x54), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x83), TEXT(LGUN, 0x83), 10.0, 10.0, 1000.0}, + { NULL , NULL, 0, GUNSTATS(null2), TEXT(LGUN, 0x83), TEXT(LGUN, 0x54), 0.0, 0.0, 1000.0, 0.0, 0.0, TEXT(LGUN, 0x83), TEXT(LGUN, 0x83), 10.0, 10.0, 1000.0}, + { NULL , NULL, 0, GUNSTATS(token), TEXT(LGUN, 0x83), TEXT(LGUN, 0x73), 12.0, 0.0, 528.0, 80.0, 0.0, TEXT(LGUN, 0x73), TEXT(LGUN, 0xCC), 0.0, -4.0, 310.0} +}; diff --git a/assets/obseg/gun/gunWeaponStats.inc.c b/assets/obseg/gun/gunWeaponStats.inc.c new file mode 100644 index 0000000..3f00055 --- /dev/null +++ b/assets/obseg/gun/gunWeaponStats.inc.c @@ -0,0 +1,277 @@ +//as this file is included c, not standalone object, save the parent: gun.c to rebuild the object +#ifdef BUGFIX_R0 +#define SCALEVAL1 0.80000001 +#define SCALEVAL_KNIFE 0.80000001 +#define SCALEVAL_SKORPION 0.80000001 +#define SCALEVAL_AK47 0.80000001 +#define SCALEVAL_UZI 0.80000001 +#define SCALEVAL_P90 0.80000001 +#define SCALEVAL_RUGER 0.80000001 +#define SCALEVAL_LAUNCHER 0.80000001 +#else +#ifdef BUGFIX_R2 + +#define SCALEVAL1 0.881200015545f +#define SCALEVAL_KNIFE 0.82279998064f +#define SCALEVAL_SKORPION 0.869499981403f +#define SCALEVAL_AK47 0.893000006676f +#define SCALEVAL_UZI 0.857800006866f +#define SCALEVAL_P90 0.846099972725 +#define SCALEVAL_RUGER 0.834399998188 +#define SCALEVAL_LAUNCHER 0.904799997807 + +#else +#ifdef BUGFIX_R1 +#define SCALEVAL1 0.8812 +#define SCALEVAL_KNIFE 0.8228 +#define SCALEVAL_SKORPION 0.8695 +#define SCALEVAL_AK47 0.893 +#define SCALEVAL_UZI 0.8578 +#define SCALEVAL_P90 0.8461 +#define SCALEVAL_RUGER 0.8344 +#define SCALEVAL_LAUNCHER 0.9048 +#endif +#endif +#endif +//D:80032494 +WeaponStats default_weaponstats = { + 1.0, 0.0, 0.0, 0.0, 3.0, 3.0, 8.5, 0, 0, 0xFF, 0x00, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL1, 0.89999998, 1.0, 0xFF, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 4.0, 0.0, 0x110 +}; +//D:80032504 +#include + +//D:80032574 +#include + +//D:800325E4 +WeaponStats throwknife_stats = { + 1.0, 14.0, -24.799999, -34.0, 3.0, 3.0, 8.5, 0xA, 1, 0xFF, 0x06, 1, 0, 0, NULL, 3.0, 0.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0,2.0, 4.0, 1.0, 0x560D83 +}; + +//D:80032654 +WeaponStats wppk_stats = { + 1.0, 11.0, -20.799999, -33.5, 3.0, 3.0, 8.5, 1, 7, 0xFF, 0x10, 1, 0, 0x6B, &cartridge_header, 1.0, 1.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0x4080300, 3.0, 10.0, 29.999998, 1.0, 12.0, 2.0, 2.0, 4.0, 0.0, 0x170FB9 +}; +//D:800326C4 +WeaponStats wppksil_stats = { + 1.0, 11.0, -20.799999, -33.5, 3.0, 3.0, 8.5, 1, 7, 0xFF, 0x10, 1, 0, 0x2E, &cartridge_header, 1.0, 3.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0x4080300, 1.5, 5.0, 29.999998, 0.0, 5.0, 1.0, 2.0, 4.0, 0.0, 0x170FB9 +}; +//D:80032734 +WeaponStats tt33_stats = { + 1.0, 11.0, -20.799999, -33.5, 3.0, 3.0, 8.5, 1, 8, 0xFF, 0x10, 1, 0, 0x70, &cartridge_header, 1.0, 6.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0x4080300, 5.0, 10.0, 59.999996, 2.0, 16.0, 3.0, 2.0, 4.0, 0.0, 0x170FB9 +}; + +#if defined(VERSION_EU) +WeaponStats skorpion_stats = { + 2.0, 11.5, -25.0, -27.5, 3.0, 5.0, 10.0, 1, 0x14, 0x03, 0x00, 1, 0x9, 0x6A, &cartridge_header, 0.60000002, 15.0, 0.0, SCALEVAL_SKORPION, 0.88999999, 1.0, 6, 0.0, 0.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 0.0, 0x170B79 +}; +#else +//D:800327A4 +WeaponStats skorpion_stats = { + 2.0, 11.5, -25.0, -27.5, 3.0, 5.0, 10.0, 1, 0x14, 0x03, 0x00, 1, 0xB, 0x6A, &cartridge_header, 0.60000002, 15.0, 0.0, SCALEVAL_SKORPION, 0.88999999, 1.0, 6, 0.0, 0.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 0.0, 0x170B79 +}; +#endif + +#if defined(VERSION_EU) +WeaponStats ak47_stats = { + 2.0, 11.0, -19.0, -16.0, 3.0, 3.0, 8.5, 3, 0x1E, 0x03, 0x00, 1, 3, 0x6D, &cartrifle_header, 1.0, 10.0, 30.0, SCALEVAL_AK47, 0.91000003, 1.0, 0x40C0006,4.5, 2.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 3.0, 0x171A7C +}; +#else +//D:80032814 +WeaponStats ak47_stats = { + 2.0, 11.0, -19.0, -16.0, 3.0, 3.0, 8.5, 3, 0x1E, 0x03, 0x00, 1, 4, 0x6D, &cartrifle_header, 1.0, 10.0, 30.0, SCALEVAL_AK47, 0.91000003, 1.0, 0x40C0006,4.5, 2.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 3.0, 0x171A7C +}; +#endif + +#if defined(VERSION_EU) +WeaponStats uzi_stats = { + 3.0, 11.0, -24.5, -37.0, 3.0, 8.0, 15.0, 1, 0x20, 0x02, 0x00, 1, 3, 0x6E, &cartridge_header, 1.0, 9.0, 0.0, SCALEVAL_UZI, 0.88, 1.0, 0x6120006, 4.0, 3.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 0.0, 0x171B79 +}; +#else +//D:80032884 +WeaponStats uzi_stats = { + 3.0, 11.0, -24.5, -37.0, 3.0, 8.0, 15.0, 1, 0x20, 0x02, 0x00, 1, 4, 0x6E, &cartridge_header, 1.0, 9.0, 0.0, SCALEVAL_UZI, 0.88, 1.0, 0x6120006, 4.0, 3.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 0.0, 0x171B79 +}; +#endif + +#if defined(VERSION_EU) +WeaponStats mp5k_stats = { + 2.0, 11.0, -26.4, -35.0, 3.0, 8.0, 15.0, 1, 0x1E, 0x03, 0x00, 1, 3, 0x75, &cartridge_header, 1.0, 7.0, 0.0, SCALEVAL_SKORPION, 0.88999999, 1.0, 0x6120006, 4.0, 3.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 0.0, 0x171A79 +}; +#else +//D:800328F4 +WeaponStats mp5k_stats = { + 2.0, 11.0, -26.4, -35.0, 3.0, 8.0, 15.0, 1, 0x1E, 0x03, 0x00, 1, 4, 0x75, &cartridge_header, 1.0, 7.0, 0.0, SCALEVAL_SKORPION, 0.88999999, 1.0, 0x6120006, 4.0, 3.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 0.0, 0x171A79 +}; +#endif + +#if defined(VERSION_EU) +WeaponStats mp5ksil_stats = { + 2.0, 11.0, -26.4, -35.0, 3.0, 8.0, 15.0, 1, 0x1E, 0x03, 0x00, 1, 3, 0x2E, &cartridge_header, 1.0, 9.0, 0.0, SCALEVAL_SKORPION, 0.88999999, 1.0, 0x6120006, 3.5, 2.0, 0.0, 0.0, 7.0, 1.2, 2.0, 4.0, 0.0, 0x171A79 +}; +#else +//D:80032964 +WeaponStats mp5ksil_stats = { + 2.0, 11.0, -26.4, -35.0, 3.0, 8.0, 15.0, 1, 0x1E, 0x03, 0x00, 1, 4, 0x2E, &cartridge_header, 1.0, 9.0, 0.0, SCALEVAL_SKORPION, 0.88999999, 1.0, 0x6120006, 3.5, 2.0, 0.0, 0.0, 7.0, 1.2, 2.0, 4.0, 0.0, 0x171A79 +}; +#endif + +#if defined(VERSION_EU) +WeaponStats spectre_stats = { + 2.0, 11.0, -21.9, -35.0, 3.0, 8.0, 15.0, 1, 0x32, 0x03, 0x00, 1, 3, 0x6D, &cartridge_header, 1.4, 12.0, 0.0, SCALEVAL_SKORPION, 0.88999999, 1.0, 0x40C0006, 4.5, 2.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 0.0, 0x171A79 +}; +#else +//D:800329D4 +WeaponStats spectre_stats = { + 2.0, 11.0, -21.9, -35.0, 3.0, 8.0, 15.0, 1, 0x32, 0x03, 0x00, 1, 4, 0x6D, &cartridge_header, 1.4, 12.0, 0.0, SCALEVAL_SKORPION, 0.88999999, 1.0, 0x40C0006, 4.5, 2.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 0.0, 0x171A79 +}; +#endif + +#if defined(VERSION_EU) +WeaponStats m16_stats = { + 6.0, 11.0, -19.200001, -21.5, 3.0, 3.0, 8.5, 3, 0x1E, 0x02, 0x00, 2, 4, 0x71, &cartblue_header, 1.4, 6.0, 20.0, SCALEVAL_AK47, 0.91000003, 0.5, 0x6120208, 5.0, 2.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 4.0, 0x171A7C +}; +#else +//D:80032A44 +WeaponStats m16_stats = { + 6.0, 11.0, -19.200001, -21.5, 3.0, 3.0, 8.5, 3, 0x1E, 0x02, 0x00, 2, 5, 0x71, &cartblue_header, 1.4, 6.0, 20.0, SCALEVAL_AK47, 0.91000003, 0.5, 0x6120208, 5.0, 2.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 4.0, 0x171A7C +}; +#endif + +//D:80032AB4 +WeaponStats fnp90_stats = { + 4.0, 12.5, -25.299999, -32.5, 3.0, 8.0, 15.0, 1, 0x50, 0x02, 0x00, 3, 2, 0xFD, &cartridge_header, 1.8, 6.0, 0.0, SCALEVAL_P90, 0.87, 1.0, 0x4080003, 3.5, 2.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 4.0, 0x171A78 +}; +//D:80032B24 +WeaponStats shotgun_stats = { + 4.0, 11.0, -20.6, -19.5, 3.0, 3.0, 8.5, 4, 5, 0xFF, 0x0A, 1, 0, 0x79, &cartshell_header, 0.40000001, 20.0, 0.0, SCALEVAL1, 0.89999998, 1.0, 0x812080C, 9.0, 10.0, 0.0, 2.0, 25.0, 4.0, 2.0, 4.0, 5.0, 0x170AF9 +}; + +//D:80032B94 +WeaponStats autoshot_stats = { + 4.0, 12.0, -24.1, -19.0, 3.0, 3.0, 8.5, 4, 5, 0xFF, 0x0A, 1, 0, 0x74, NULL, 0.60000002, 16.0, 0.0, SCALEVAL1, 0.89999998, 1.0, 0x812080C, 4.5, 3.0, 0.0, 2.0, 20.0, 3.0, 2.0, 4.0, 5.0, 0x170AF9 +}; + +//D:80032C04 +WeaponStats sniperrifle_stats = { + 6.0, 11.0, -20.700001, -31.5, 3.0, 3.0, 8.5, 3, 8, 0xFF, 0x10, 1, 0, 0x2E, &cartblue_header, 1.0, 0.0, 15.0, SCALEVAL_AK47, 0.91000003, 0.25, 0, 0.0, 0.0, 0.0, 0.0, 7.0, 1.2, 2.0, 4.0, 0.0, 0x178A70 +}; + +//D:80032C74 +WeaponStats ruger_stats = { + 2.0, 12.0, -20.799999, -33.5, 3.0, 3.0, 8.5, 0xC, 6, 0xFF, 0x14, 0xA, 0, 0x6F, NULL, 2.0, 0.0, 0.0, SCALEVAL_RUGER, 0.86000001, 1.0, 0x81000FF, 12.0, 35.0, 0.0, 2.0, 20.0, 3.0, 2.0, 4.0, 6.0, 0x170FB9 +}; +//D:80032CE4 +WeaponStats goldengun_stats = { + 1.0, 11.0, -20.799999, -33.5, 3.0, 3.0, 8.5, 0xD, 1, 0xFF, 0x00, 1, 0, 0x75, NULL, 100.0, 0.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0x40800FF, 5.0, 10.0, 0.0, 1.0, 9.0, 1.5, 2.0, 4.0, 0.0, 0x170F99 +}; + +//D:80032D54 +WeaponStats silverwppk_stats = { + 1.0, 11.0, -20.799999, -33.5, 3.0, 3.0, 8.5, 1, 7, 0xFF, 0x10, 0xA, 0, 0x6B, &cartridge_header, 2.0, 1.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0x4080300, 3.0, 10.0, 29.999998, 1.0, 12.0, 2.0, 2.0, 4.0, 0.0, 0x170FB9 +}; +//D:80032DC4 +WeaponStats goldwppk_stats = { + 1.0, 11.0, -20.799999, -33.5, 3.0, 3.0, 8.5, 1, 7, 0xFF, 0x10, 1, 0, 0x6B, &cartridge_header, 100.0, 1.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0x4080300,3.0, 10.0, 29.999998, 1.0, 12.0, 2.0, 2.0, 4.0, 0.0, 0x170FB9 +}; + +//D:80032E34 +WeaponStats laser_stats = { + 1.0, 11.0, -19.5, -28.0, 3.0, 3.0, 8.5, 0, 0, 0xFF, 0x06, 2, 0, 0xE4, NULL, 2.0, 0.0, 0.0, SCALEVAL_SKORPION, 0.88999999, 1.0, 0x6000606, 0.0, 0.0, 0.0, 2.0, 16.0, 2.0, 2.0, 4.0, 2.0, 0x170B99 +}; +//D:80032EA4 +WeaponStats watchlaser_stats = { + 1.0, -2.0, -21.5, -19.0, 3.0, 3.0, 8.5, 0x18, 0x3E8, 0xFF, 0x00, 1, 0, 0, NULL, 2.0, 0.0, 0.0, SCALEVAL_SKORPION, 0.88999999, 1.0, 0xFF, 0.0, 0.0, 0.0, 1.0, 4.0, 0.2, 1.0, 4.0, 0.0, 0x600F91 +}; +//D:80032F14 +WeaponStats grenadelaunch_stats = { + 1.0, 9.5, -18.0, -18.5, 3.0, 3.0, 8.5, 0xB, 6, 0xFF, 0x14, 1, 0, 0xC, NULL, 1.0, 0.0, 0.0, SCALEVAL_LAUNCHER, 0.92000002, 1.0, 0x81000FF, 10.5, 15.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 0.0, 0x120AF1 +}; +//D:80032F84 +WeaponStats rocketlaunch_stats = { + 1.0, 10.5, -22.200001, -14.5, 3.0, 3.0, 8.5, 6, 1, 0xFF, 0x14, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL_LAUNCHER, 0.92000002, 0.5, 0xFF, 0.0, 0.0, 0.0, 2.0, 25.0, 10.0,2.0, 4.0, 0.0, 0x120FF1 +}; +//D:80032FF4 +WeaponStats grenade_stats = { + 1.0, 11.0, -41.799999, -33.0, 3.0, 3.0, 8.5, 5, 1, 0xFF, 0x00, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0xFF, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 2.0, 4.0, 0.0, 0x422982 +}; +//D:80033064 +WeaponStats timedmine_stats = { + 1.0, 11.0, -21.0, -37.0, 3.0, 3.0, 8.5, 9, 1, 0xFF, 0x06, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 2.0, 4.0,0.0, 0x422D82 +}; +//D:800330D4 +WeaponStats proximitymine_stats = { + 1.0, 11.0, -21.0, -37.0, 3.0, 3.0, 8.5, 8, 1, 0xFF, 0x06, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 2.0, 4.0,0.0, 0x422D82 +}; +//D:80033144 +WeaponStats remotemine_stats = { + 1.0, 11.0, -21.0, -37.0, 3.0, 3.0, 8.5, 7, 1, 0xFF, 0x06, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 2.0, 4.0,0.0, 0x422D82 +}; +//D:800331B4 +WeaponStats trigger_stats = { + 1.0, -2.0, -21.5, -19.0, 3.0, 3.0, 8.5, 0, 0, 0xFF, 0xFF, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 4.0,0.0, 0x890 +}; +//D:80033224 +WeaponStats taser_stats = { + 1.0, 16.0, -16.700001, -22.0, 3.0, 3.0, 8.5, 0, 0, 0xFF, 0x00, 1, 0, 0x64, NULL, 1.0, 0.0, 0.0, SCALEVAL1, 0.89999998, 1.0, 0xFF, 0.0, 0.0, 0.0, 2.0, 10.0, 2.0, 2.0, 4.0, 0.0, 0x620F70 +}; +//D:80033294 +WeaponStats tank_stats = { + 1.0, 8.0, -19.200001, -11.5, 3.0, 3.0, 8.5, 0x1C, 1, 0xFF, 0x14, 1, 0, 0xB, NULL, 1.0, 0.0, 0.0, SCALEVAL_LAUNCHER, 0.92000002, 1.0, 0x780078FF, 0.0, 0.0, 0.0, 2.0, 25.0, 10.0, 2.0, 4.0, 0.0, 0x76781 +}; +//D:80033304 +WeaponStats bombcase_stats = { + 1.0, 11.0, -21.0, -37.0, 3.0, 3.0, 8.5, 0x10, 1, 0xFF, 0x06, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 2.0,4.0, 0.0, 0x402D82 +}; +//D:80033374 +WeaponStats plastique_stats = { + 1.0, 11.0, -21.0, -37.0, 3.0, 3.0, 8.5, 0x17, 1, 0xFF, 0x06, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 2.0,4.0, 0.0, 0x422D82 +}; +//D:800333E4 +WeaponStats flarepistol_stats = { + 1.0, 9.5, -18.0, -18.5, 3.0, 3.0, 8.5, 0x11, 1, 0xFF, 0x14, 1, 0, 0xC, NULL, 1.0, 0.0, 0.0, SCALEVAL_LAUNCHER, 0.92000002, 1.0, 0x81000FF, 10.5, 15.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 0.0, 0xAF1 +}; +//D:80033454 +WeaponStats pitongun_stats = { + 1.0, 9.5, -18.0, -18.5, 3.0, 3.0, 8.5, 0x12, 1, 0xFF, 0x14, 1, 0, 0xC, NULL, 1.0, 0.0, 0.0, SCALEVAL_LAUNCHER, 0.92000002, 1.0, 0x81000FF, 10.5, 15.0, 0.0, 2.0, 20.0, 2.0, 2.0, 4.0, 0.0, 0xAF1 +}; +//D:800334C4 +WeaponStats bug_stats = { + 1.0, 11.0, -21.0, -37.0, 3.0, 3.0, 8.5, 0x14, 1, 0xFF, 0x00, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0xFF, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 4.0, 0.0, 0x402982 +}; +//D:80033534 +WeaponStats microcamera_stats = { + 1.0, 11.0, -21.0, -37.0, 3.0, 3.0, 8.5, 0x15, 1, 0xFF, 0x00, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0xFF, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 4.0, 0.0, 0x402982 +}; +//D:800335A4 +WeaponStats watchmagnetattract_stats = { + 1.0, 11.0, -41.799999, -33.0, 3.0, 3.0, 8.5, 0x19, 0xA, 0xFF, 0xFF, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0xFF, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 4.0, 0.0, 0x602980 +}; +//D:80033614 +WeaponStats goldeneyekey_stats = { + 1.0, 11.0, -41.799999, -33.0, 3.0, 3.0, 8.5, 0x16, 1, 0xFF, 0x00, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0xFF, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 4.0, 0.0, 0x482982 +}; +//D:80033684 +WeaponStats camera_stats = { + 1.0, 11.0, -41.799999, -33.0, 3.0, 3.0, 8.5, 0, 0, 0xFF, 0xFF, 1, 0, 0xF4, NULL, 1.0, 0.0, 20.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0xFF, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0xA990 +}; +//D:800336F4 +WeaponStats Csuit_lf_handz_stats = { + 1.0, 0.0, 0.0, 0.0, 3.0, 3.0, 8.5, 0, 0, 0xFF, 0x00, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL1, 0.89999998, 1.0, 0xFF, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 4.0, 0.0, 0x110 +}; +//D:80033764 +WeaponStats joypad_stats = { + 1.0, 0.0, 0.0, 0.0, 3.0, 3.0, 8.5, 0, 0, 0xFF, 0x00, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL1, 0.89999998, 1.0, 0xFF, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 4.0, 0.0, 0x110 +}; +//D:800337D4 +WeaponStats null1_stats = { + 1.0, 0.0, 0.0, 0.0, 3.0, 3.0, 8.5, 6, 0, 0xFF, 0x00, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL1, 0.89999998, 1.0, 0xFF, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 4.0, 0.0, 0x110 +}; +//D:80033844 +WeaponStats null2_stats = { + 1.0, 0.0, 0.0, 0.0, 3.0, 3.0, 8.5, 0xB, 0, 0xFF, 0x00, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL1, 0.89999998, 1.0, 0xFF, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 4.0, 0.0, 0x110 +}; +//D:800338B4 +WeaponStats token_stats = { + 1.0, 11.0, -41.799999, -33.0, 3.0, 3.0, 8.5, 0x1D, 0, 0xFF, 0x00, 1, 0, 0, NULL, 1.0, 0.0, 0.0, SCALEVAL_KNIFE, 0.85000002, 1.0, 0xFF, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 4.0, 0.0, 0x82182 +}; diff --git a/assets/obseg/gun/knife/gunFileRecord.inc.c b/assets/obseg/gun/knife/gunFileRecord.inc.c new file mode 100644 index 0000000..7c00912 --- /dev/null +++ b/assets/obseg/gun/knife/gunFileRecord.inc.c @@ -0,0 +1,2 @@ + /*NAME, NOMODEL, STATS, UPPERTEXTID, LOWERTEXTID, POSX, POSY, POSZ, XROT, YROT, WOCTEXT, EQUIPTEXT, EQUIPX, EQUIPY, EQUIPZ*/ +GUNFILERECORD(knife, 0, GUNSTATS(knife), TEXT(LGUN, 0x83), TEXT(LGUN, 0x46), 200.0, 39.0, 1327.0, 0.0, 0.0, TEXT(LGUN, 0x40), TEXT(LGUN, 0xA8), 38.0, 118.0, 800.0) diff --git a/assets/obseg/gun/knife/gunWeaponStat.inc.c b/assets/obseg/gun/knife/gunWeaponStat.inc.c new file mode 100644 index 0000000..200a217 --- /dev/null +++ b/assets/obseg/gun/knife/gunWeaponStat.inc.c @@ -0,0 +1,27 @@ +WeaponStats knife_stats = { + 1.0, //MuzzleFlashExtension + 14.0, -24.799999, -34.0, //PosXYZ + 3.0, 3.0, 8.5, //PlayXYZ + 0, 0, //ammotype magsize + 0xFF, 0x06, //AutomaticFiringRate SingleFiringRate + 1, //ObjectsShootThrough + 0, 0, //SoundTriggerRate Sound + NULL, //ptr_cartridge_struct + 3.0, //DestructionAmount + 0.0, //Inaccuracy + 0.0, //Zoom + SCALEVAL_KNIFE, //CrosshairSpeed + 0.85000002, //AimLockSpeed + 1.0, //Sway + 0, //RecoilSpeed + 0.0, //RecoilBack + 0.0, //RecoilUp + 0.0, //BoltRecoilBack + 0.0, //LoudnessMin + 1.0, //LoudnessMax + 1.0, //NoiseIncreasePerShot + 2.0, //field_60 + 4.0, //field_64 + 0.0, //ForceOfImpact + 0x160D91 //BitFlags +}; diff --git a/assets/obseg/gun/knife/modelFileHeader.inc.c b/assets/obseg/gun/knife/modelFileHeader.inc.c new file mode 100644 index 0000000..1adbd63 --- /dev/null +++ b/assets/obseg/gun/knife/modelFileHeader.inc.c @@ -0,0 +1,2 @@ +//D:8003CA20 +MODELFILEHEADER(knife, 0, &SKELETON(standard_gun), 0, 0x24, 3, 376.97263, 0, 9) diff --git a/assets/obseg/ob_seg.s b/assets/obseg/ob_seg.s index 689bde3..e717be8 100644 --- a/assets/obseg/ob_seg.s +++ b/assets/obseg/ob_seg.s @@ -1,4 +1,4 @@ -.section .ob_seg, "a" +.section .data .macro obseg_file_rz path name @@ -12,6 +12,9 @@ .endif .ifdef VERSION_EU .incbin "build\/e\/assets\/obseg\/\path\/\name\.rz" + .endif + .ifdef VERSION_DEBUG + .incbin "build\/d\/assets\/obseg\/\path\/\name\.rz" .endif .balign 16 end_\name: @@ -21,13 +24,20 @@ .global \name \name: .ifdef VERSION_US + #.warning "obseg_file_Z: build\/u\/assets\/obseg\/\path\/\name\.rz" .incbin "build\/u\/assets\/obseg\/\path\/\name\.rz" .endif .ifdef VERSION_JP + #.warning "obseg_file_Z: build\/j\/assets\/obseg\/\path\/\name\.rz" .incbin "build\/j\/assets\/obseg\/\path\/\name\.rz" .endif .ifdef VERSION_EU + #.warning "obseg_file_Z: build\/e\/assets\/obseg\/\path\/\name\.rz" .incbin "build\/e\/assets\/obseg\/\path\/\name\.rz" + .endif + .ifdef VERSION_DEBUG + #.warning "obseg_file_Z: build\/d\/assets\/obseg\/\path\/\name\.rz" + .incbin "build\/d\/assets\/obseg\/\path\/\name\.rz" .endif .balign 16 end_\name: @@ -48,6 +58,10 @@ .ifdef VERSION_EU .incbin "build/e/assets/obseg/bg/\sname\.seg" .endif + + .ifdef VERSION_DEBUG + .incbin "build/d/assets/obseg/bg/\sname\.seg" + .endif end_\name: .endm @@ -695,92 +709,224 @@ obseg_file_Z setup, UsetuptraZ obseg_file_rz text, LameE obseg_file_rz text, LameJ +.ifdef VERSION_EU +obseg_file_rz text, LameP +.endif obseg_file_rz text, LarchE obseg_file_rz text, LarchJ +.ifdef VERSION_EU +obseg_file_rz text, LarchP +.endif obseg_file_rz text, LarecE obseg_file_rz text, LarecJ +.ifdef VERSION_EU +obseg_file_rz text, LarecP +.endif obseg_file_rz text, LarkE obseg_file_rz text, LarkJ +.ifdef VERSION_EU +obseg_file_rz text, LarkP +.endif obseg_file_rz text, LashE obseg_file_rz text, LashJ +.ifdef VERSION_EU +obseg_file_rz text, LashP +.endif obseg_file_rz text, LaztE obseg_file_rz text, LaztJ +.ifdef VERSION_EU +obseg_file_rz text, LaztP +.endif obseg_file_rz text, LcatE obseg_file_rz text, LcatJ +.ifdef VERSION_EU +obseg_file_rz text, LcatP +.endif obseg_file_rz text, LcaveE obseg_file_rz text, LcaveJ +.ifdef VERSION_EU +obseg_file_rz text, LcaveP +.endif obseg_file_rz text, LcradE obseg_file_rz text, LcradJ +.ifdef VERSION_EU +obseg_file_rz text, LcradP +.endif obseg_file_rz text, LcrypE obseg_file_rz text, LcrypJ +.ifdef VERSION_EU +obseg_file_rz text, LcrypP +.endif obseg_file_rz text, LdamE obseg_file_rz text, LdamJ +.ifdef VERSION_EU +obseg_file_rz text, LdamP +.endif obseg_file_rz text, LdepoE obseg_file_rz text, LdepoJ +.ifdef VERSION_EU +obseg_file_rz text, LdepoP +.endif obseg_file_rz text, LdestE obseg_file_rz text, LdestJ +.ifdef VERSION_EU +obseg_file_rz text, LdestP +.endif obseg_file_rz text, LdishE obseg_file_rz text, LdishJ +.ifdef VERSION_EU +obseg_file_rz text, LdishP +.endif obseg_file_rz text, LearE obseg_file_rz text, LearJ +.ifdef VERSION_EU +obseg_file_rz text, LearP +.endif obseg_file_rz text, LeldE obseg_file_rz text, LeldJ +.ifdef VERSION_EU +obseg_file_rz text, LeldP +.endif obseg_file_rz text, LgunE obseg_file_rz text, LgunJ +.ifdef VERSION_EU +obseg_file_rz text, LgunP +.endif obseg_file_rz text, LimpE obseg_file_rz text, LimpJ +.ifdef VERSION_EU +obseg_file_rz text, LimpP +.endif obseg_file_rz text, LjunE obseg_file_rz text, LjunJ +.ifdef VERSION_EU +obseg_file_rz text, LjunP +.endif obseg_file_rz text, LleeE obseg_file_rz text, LleeJ +.ifdef VERSION_EU +obseg_file_rz text, LleeP +.endif obseg_file_rz text, LlenE obseg_file_rz text, LlenJ +.ifdef VERSION_EU +obseg_file_rz text, LlenP +.endif obseg_file_rz text, LlipE obseg_file_rz text, LlipJ +.ifdef VERSION_EU +obseg_file_rz text, LlipP +.endif obseg_file_rz text, LlueE obseg_file_rz text, LlueJ +.ifdef VERSION_EU +obseg_file_rz text, LlueP +.endif obseg_file_rz text, LmiscE obseg_file_rz text, LmiscJ +.ifdef VERSION_EU +obseg_file_rz text, LmiscP +.endif obseg_file_rz text, LmpmenuE obseg_file_rz text, LmpmenuJ +.ifdef VERSION_EU +obseg_file_rz text, LmpmenuP +.endif obseg_file_rz text, LmpweaponsE obseg_file_rz text, LmpweaponsJ +.ifdef VERSION_EU +obseg_file_rz text, LmpweaponsP +.endif obseg_file_rz text, LoatE obseg_file_rz text, LoatJ +.ifdef VERSION_EU +obseg_file_rz text, LoatP +.endif obseg_file_rz text, LoptionsE obseg_file_rz text, LoptionsJ +.ifdef VERSION_EU +obseg_file_rz text, LoptionsP +.endif obseg_file_rz text, LpamE obseg_file_rz text, LpamJ +.ifdef VERSION_EU +obseg_file_rz text, LpamP +.endif obseg_file_rz text, LpeteE obseg_file_rz text, LpeteJ +.ifdef VERSION_EU +obseg_file_rz text, LpeteP +.endif obseg_file_rz text, LpropobjE obseg_file_rz text, LpropobjJ +.ifdef VERSION_EU +obseg_file_rz text, LpropobjP +.endif obseg_file_rz text, LrefE obseg_file_rz text, LrefJ +.ifdef VERSION_EU +obseg_file_rz text, LrefP +.endif obseg_file_rz text, LritE obseg_file_rz text, LritJ +.ifdef VERSION_EU +obseg_file_rz text, LritP +.endif obseg_file_rz text, LrunE obseg_file_rz text, LrunJ +.ifdef VERSION_EU +obseg_file_rz text, LrunP +.endif obseg_file_rz text, LsevE obseg_file_rz text, LsevJ +.ifdef VERSION_EU +obseg_file_rz text, LsevP +.endif obseg_file_rz text, LsevbE obseg_file_rz text, LsevbJ +.ifdef VERSION_EU +obseg_file_rz text, LsevbP +.endif obseg_file_rz text, LsevxE obseg_file_rz text, LsevxJ +.ifdef VERSION_EU +obseg_file_rz text, LsevxP +.endif obseg_file_rz text, LsevxbE obseg_file_rz text, LsevxbJ +.ifdef VERSION_EU +obseg_file_rz text, LsevxbP +.endif obseg_file_rz text, LshoE obseg_file_rz text, LshoJ +.ifdef VERSION_EU +obseg_file_rz text, LshoP +.endif obseg_file_rz text, LsiloE obseg_file_rz text, LsiloJ +.ifdef VERSION_EU +obseg_file_rz text, LsiloP +.endif obseg_file_rz text, LstatE obseg_file_rz text, LstatJ +.ifdef VERSION_EU +obseg_file_rz text, LstatP +.endif obseg_file_rz text, LtitleE obseg_file_rz text, LtitleJ +.ifdef VERSION_EU +obseg_file_rz text, LtitleP +.endif obseg_file_rz text, LtraE obseg_file_rz text, LtraJ +.ifdef VERSION_EU +obseg_file_rz text, LtraP +.endif obseg_file_rz text, LwaxE obseg_file_rz text, LwaxJ +.ifdef VERSION_EU +obseg_file_rz text, LwaxP +.endif .global ob__ob_end_seg ob__ob_end_seg: diff --git a/assets/obseg/obseg.h b/assets/obseg/obseg.h index e8e3c4a..8ffaaf7 100644 --- a/assets/obseg/obseg.h +++ b/assets/obseg/obseg.h @@ -1,4 +1,4 @@ -#include "ultra64.h" +#include extern u8 bg_sev_all_p_seg[]; extern u8 bg_silo_all_p_seg[]; @@ -637,92 +637,224 @@ extern u8 UsetupsiloZ[]; extern u8 UsetupstatueZ[]; extern u8 UsetuptraZ[]; -extern u8 LameE[]; -extern u8 LameJ[]; -extern u8 LarchE[]; -extern u8 LarchJ[]; -extern u8 LarecE[]; -extern u8 LarecJ[]; -extern u8 LarkE[]; -extern u8 LarkJ[]; -extern u8 LashE[]; -extern u8 LashJ[]; -extern u8 LaztE[]; -extern u8 LaztJ[]; -extern u8 LcatE[]; -extern u8 LcatJ[]; -extern u8 LcaveE[]; -extern u8 LcaveJ[]; -extern u8 LcradE[]; -extern u8 LcradJ[]; -extern u8 LcrypE[]; -extern u8 LcrypJ[]; -extern u8 LdamE[]; -extern u8 LdamJ[]; -extern u8 LdepoE[]; -extern u8 LdepoJ[]; -extern u8 LdestE[]; -extern u8 LdestJ[]; -extern u8 LdishE[]; -extern u8 LdishJ[]; -extern u8 LearE[]; -extern u8 LearJ[]; -extern u8 LeldE[]; -extern u8 LeldJ[]; -extern u8 LgunE[]; -extern u8 LgunJ[]; -extern u8 LimpE[]; -extern u8 LimpJ[]; -extern u8 LjunE[]; -extern u8 LjunJ[]; -extern u8 LleeE[]; -extern u8 LleeJ[]; -extern u8 LlenE[]; -extern u8 LlenJ[]; -extern u8 LlipE[]; -extern u8 LlipJ[]; -extern u8 LlueE[]; -extern u8 LlueJ[]; -extern u8 LmiscE[]; -extern u8 LmiscJ[]; -extern u8 LmpmenuE[]; -extern u8 LmpmenuJ[]; -extern u8 LmpweaponsE[]; -extern u8 LmpweaponsJ[]; -extern u8 LoatE[]; -extern u8 LoatJ[]; -extern u8 LoptionsE[]; -extern u8 LoptionsJ[]; -extern u8 LpamE[]; -extern u8 LpamJ[]; -extern u8 LpeteE[]; -extern u8 LpeteJ[]; -extern u8 LpropobjE[]; -extern u8 LpropobjJ[]; -extern u8 LrefE[]; -extern u8 LrefJ[]; -extern u8 LritE[]; -extern u8 LritJ[]; -extern u8 LrunE[]; -extern u8 LrunJ[]; -extern u8 LsevE[]; -extern u8 LsevJ[]; -extern u8 LsevbE[]; -extern u8 LsevbJ[]; -extern u8 LsevxE[]; -extern u8 LsevxJ[]; -extern u8 LsevxbE[]; -extern u8 LsevxbJ[]; -extern u8 LshoE[]; -extern u8 LshoJ[]; -extern u8 LsiloE[]; -extern u8 LsiloJ[]; -extern u8 LstatE[]; -extern u8 LstatJ[]; -extern u8 LtitleE[]; -extern u8 LtitleJ[]; -extern u8 LtraE[]; -extern u8 LtraJ[]; -extern u8 LwaxE[]; -extern u8 LwaxJ[]; + extern u8 LameE[]; + extern u8 LameJ[]; +#ifdef VERSION_EU + extern u8 LameP[]; +#endif + extern u8 LarchE[]; + extern u8 LarchJ[]; +#ifdef VERSION_EU + extern u8 LarchP[]; +#endif + extern u8 LarecE[]; + extern u8 LarecJ[]; +#ifdef VERSION_EU + extern u8 LarecP[]; +#endif + extern u8 LarkE[]; + extern u8 LarkJ[]; +#ifdef VERSION_EU + extern u8 LarkP[]; +#endif + extern u8 LashE[]; + extern u8 LashJ[]; +#ifdef VERSION_EU + extern u8 LashP[]; +#endif + extern u8 LaztE[]; + extern u8 LaztJ[]; +#ifdef VERSION_EU + extern u8 LaztP[]; +#endif + extern u8 LcatE[]; + extern u8 LcatJ[]; +#ifdef VERSION_EU + extern u8 LcatP[]; +#endif + extern u8 LcaveE[]; + extern u8 LcaveJ[]; +#ifdef VERSION_EU + extern u8 LcaveP[]; +#endif + extern u8 LcradE[]; + extern u8 LcradJ[]; +#ifdef VERSION_EU + extern u8 LcradP[]; +#endif + extern u8 LcrypE[]; + extern u8 LcrypJ[]; +#ifdef VERSION_EU + extern u8 LcrypP[]; +#endif + extern u8 LdamE[]; + extern u8 LdamJ[]; +#ifdef VERSION_EU + extern u8 LdamP[]; +#endif + extern u8 LdepoE[]; + extern u8 LdepoJ[]; +#ifdef VERSION_EU + extern u8 LdepoP[]; +#endif + extern u8 LdestE[]; + extern u8 LdestJ[]; +#ifdef VERSION_EU + extern u8 LdestP[]; +#endif + extern u8 LdishE[]; + extern u8 LdishJ[]; +#ifdef VERSION_EU + extern u8 LdishP[]; +#endif + extern u8 LearE[]; + extern u8 LearJ[]; +#ifdef VERSION_EU + extern u8 LearP[]; +#endif + extern u8 LeldE[]; + extern u8 LeldJ[]; +#ifdef VERSION_EU + extern u8 LeldP[]; +#endif + extern u8 LgunE[]; + extern u8 LgunJ[]; +#ifdef VERSION_EU + extern u8 LgunP[]; +#endif + extern u8 LimpE[]; + extern u8 LimpJ[]; +#ifdef VERSION_EU + extern u8 LimpP[]; +#endif + extern u8 LjunE[]; + extern u8 LjunJ[]; +#ifdef VERSION_EU + extern u8 LjunP[]; +#endif + extern u8 LleeE[]; + extern u8 LleeJ[]; +#ifdef VERSION_EU + extern u8 LleeP[]; +#endif + extern u8 LlenE[]; + extern u8 LlenJ[]; +#ifdef VERSION_EU + extern u8 LlenP[]; +#endif + extern u8 LlipE[]; + extern u8 LlipJ[]; +#ifdef VERSION_EU + extern u8 LlipP[]; +#endif + extern u8 LlueE[]; + extern u8 LlueJ[]; +#ifdef VERSION_EU + extern u8 LlueP[]; +#endif + extern u8 LmiscE[]; + extern u8 LmiscJ[]; +#ifdef VERSION_EU + extern u8 LmiscP[]; +#endif + extern u8 LmpmenuE[]; + extern u8 LmpmenuJ[]; +#ifdef VERSION_EU + extern u8 LmpmenuP[]; +#endif + extern u8 LmpweaponsE[]; + extern u8 LmpweaponsJ[]; +#ifdef VERSION_EU + extern u8 LmpweaponsP[]; +#endif + extern u8 LoatE[]; + extern u8 LoatJ[]; +#ifdef VERSION_EU + extern u8 LoatP[]; +#endif + extern u8 LoptionsE[]; + extern u8 LoptionsJ[]; +#ifdef VERSION_EU + extern u8 LoptionsP[]; +#endif + extern u8 LpamE[]; + extern u8 LpamJ[]; +#ifdef VERSION_EU + extern u8 LpamP[]; +#endif + extern u8 LpeteE[]; + extern u8 LpeteJ[]; +#ifdef VERSION_EU + extern u8 LpeteP[]; +#endif + extern u8 LpropobjE[]; + extern u8 LpropobjJ[]; +#ifdef VERSION_EU + extern u8 LpropobjP[]; +#endif + extern u8 LrefE[]; + extern u8 LrefJ[]; +#ifdef VERSION_EU + extern u8 LrefP[]; +#endif + extern u8 LritE[]; + extern u8 LritJ[]; +#ifdef VERSION_EU + extern u8 LritP[]; +#endif + extern u8 LrunE[]; + extern u8 LrunJ[]; +#ifdef VERSION_EU + extern u8 LrunP[]; +#endif + extern u8 LsevE[]; + extern u8 LsevJ[]; +#ifdef VERSION_EU + extern u8 LsevP[]; +#endif + extern u8 LsevbE[]; + extern u8 LsevbJ[]; +#ifdef VERSION_EU + extern u8 LsevbP[]; +#endif + extern u8 LsevxE[]; + extern u8 LsevxJ[]; +#ifdef VERSION_EU + extern u8 LsevxP[]; +#endif + extern u8 LsevxbE[]; + extern u8 LsevxbJ[]; +#ifdef VERSION_EU + extern u8 LsevxbP[]; +#endif + extern u8 LshoE[]; + extern u8 LshoJ[]; +#ifdef VERSION_EU + extern u8 LshoP[]; +#endif + extern u8 LsiloE[]; + extern u8 LsiloJ[]; +#ifdef VERSION_EU + extern u8 LsiloP[]; +#endif + extern u8 LstatE[]; + extern u8 LstatJ[]; +#ifdef VERSION_EU + extern u8 LstatP[]; +#endif + extern u8 LtitleE[]; + extern u8 LtitleJ[]; +#ifdef VERSION_EU + extern u8 LtitleP[]; +#endif + extern u8 LtraE[]; + extern u8 LtraJ[]; +#ifdef VERSION_EU + extern u8 LtraP[]; +#endif + extern u8 LwaxE[]; + extern u8 LwaxJ[]; +#ifdef VERSION_EU + extern u8 LwaxP[]; +#endif extern u8 ob__ob_end_seg[]; diff --git a/assets/obseg/prop/alarm1/ExplosionDetailsRecord.inc.c b/assets/obseg/prop/alarm1/ExplosionDetailsRecord.inc.c new file mode 100644 index 0000000..6481406 --- /dev/null +++ b/assets/obseg/prop/alarm1/ExplosionDetailsRecord.inc.c @@ -0,0 +1,4 @@ + { + EXPLOSION_SMALL, //type + {0x315c, 0x7b6c, 0xdbff, 0x5126, 0xfb59, 0x7ca7} //seed + }, diff --git a/assets/obseg/prop/alarm1/Model.c b/assets/obseg/prop/alarm1/Model.c new file mode 100644 index 0000000..785fb7a --- /dev/null +++ b/assets/obseg/prop/alarm1/Model.c @@ -0,0 +1,150 @@ +#include +#define VERTEXGROUPCOUNT0 = 12 +#define COLLISIONVERTEXCOUNT0 = 12 + +ModelFileTextures proptextures[2] = +{ + {0x1D, 32, 32, 0x06, 0x0, 0x02, 0x0, 0x0}, + {0x1F, 32, 32, 0x06, 0x0, 0x02, 0x0, 0x0} +}; + +ModelNode ModelNode_05000018 = {0x2, ModelNode_GroupRecord_05000060, 0x0, 0x0, 0x0, ModelNode_05000030}; +ModelNode ModelNode_05000030 = {0xA, ModelNode_BoundingBoxRecord_0500007c, ModelNode_05000018, 0x0, 0x0, ModelNode_05000048}; +ModelNode ModelNode_05000048 = {0x18, ModelNode_DisplayList_CollisionRecord_05000230, ModelNode_05000030, 0x0, 0x0, 0x0}; + +ModelNode_GroupRecord ModelNode_GroupRecord_05000060 = +{ + {962.5, 2015.0167, -36.117146}, + 0x0, + 0x0, + 0xFFFF, + 0xFFFF, + 0x0, + 304.6402 +}; + +ModelNode_BoundingBoxRecord ModelNode_BoundingBoxRecord_0500007c = +{ + 0x1, + {-146.0, 146.0, -265.0, 265.0, -36.0, 36.0} +}; + +Vertex Vertex_ARRAY_05000098[VERTEXGROUPCOUNT0] = +{ + { + {-87, -207, 36}, 0x0, 0xCC, 0x9B, {0xFE, 0xFE, 0xFE, 0xFF} + }, + { + {88, -207, 36}, 0x0, 0x346, 0x9B, {0xFE, 0xFE, 0xFE, 0xFF) + }, + { + {88, 55, 36}, 0x0, 0x346, 0x37E, {0xFE, 0xFE, 0xFE, 0xFF) + }, + { + {-87, 55, 36}, 0x0, 0xCC, 0x37E, {0xFE, 0xFE, 0xFE, 0xFF) + }, + { + {146, -265, -36}, 0x0, 0x419, 0x8, {0xFE, 0xFE, 0xFE, 0xFF) + }, + { + {146, 143, -36}, 0x0, 0x419, 0x412, {0xFE, 0xFE, 0xFE, 0xFF) + }, + { + {-146, -265, -36}, 0x0, -7, 0x8, {0xFE, 0xFE, 0xFE, 0xFF) + }, + { + {-146, 143, -36}, 0x0, -7, 0x412, {0xFE, 0xFE, 0xFE, 0xFF) + }, + { + {146, 113, 2}, 0x0, 0x800, 0x0, {0xFE, 0xFE, 0xFE, 0xFF) + }, + { + {146, 265, 2}, 0x0, 0x800, 0x400, {0xFE, 0xFE, 0xFE, 0xFF) + }, + { + {-146, 265, 2}, 0x0, 0x0, 0x400, {0xFE, 0xFE, 0xFE, 0xFF) + }, + { + {-146, 113, 2}, 0x0, 0x0, 0x0, {0xFE, 0xFE, 0xFE, 0xFF) + }, +}; + +Vertex Collision_Vertex_ARRAY_05000158[COLLISIONVERTEXCOUNT0] = +{ + { + {-87, -207, 36}, 0x0, 0x0, 0x0, {0xFF, 0xFF, 0x0, 0x0) + }, + { + {88, -207, 36}, 0x1, 0x0, 0x0, {0xFF, 0xFF, 0x0, 0x0) + }, + { + {88, 85, 36}, 0x2, 0x0, 0x0, {0xFF, 0xFF, 0x0, 0x0) + }, + { + {-87, 85, 36}, 0x3, 0x0, 0x0, {0xFF, 0xFF, 0x0, 0x0) + }, + { + {146, -265, -36}, 0x4, 0x0, 0x0, {0xFF, 0xFF, 0x0, 0x0) + }, + { + {146, 143, -36}, 0x5, 0x0, 0x0, {0xFF, 0xFF, 0x0, 0x0) + }, + { + {-146, -265, -36}, 0x6, 0x0, 0x0, {0xFF, 0xFF, 0x0, 0x0) + }, + { + {-146, 143, -36}, 0x7, 0x0, 0x0, {0xFF, 0xFF, 0x0, 0x0) + }, + { + {146, 113, 2}, 0x8, 0x0, 0x0, {0xFF, 0xFF, 0x0, 0x0) + }, + { + {146, 265, 2}, 0x9, 0x0, 0x0, {0xFF, 0xFF, 0x0, 0x0) + }, + { + {-146, 265, 2}, 0xA, 0x0, 0x0, {0xFF, 0xFF, 0x0, 0x0) + }, + { + {-146, 113, 2}, 0xB, 0x0, 0x0, {0xFF, 0xFF, 0x0, 0x0) + }, +}; + +s16 POINT_USAGE_ARRAY_05000218[VERTEXGROUPCOUNT0] = +{ + 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, + 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, + 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, +}; + +ModelNode_DisplayList_CollisionRecord ModelNode_DisplayList_CollisionRecord_05000230 = +{ + GFX_ARRAY_PRIMARY_05000250, + GFX_ARRAY_SECONDARY_050002B0, + Vertex_ARRAY_05000098, VERTEXGROUPCOUNT0, + COLLISIONVERTEXCOUNT0, Collision_Vertex_ARRAY_05000158, + POINT_USAGE_ARRAY_05000218, + 0x4, 0x0, 0x0, 0x0 +}; + +Gfx GFX_ARRAY_PRIMARY_05000250 = +{ + gsDPSetTextureLOD(G_TL_LOD), + gsSPTexture(0xFFFF, 0xFFFF, 6, 0, true), + gsDPLoadSync(), + gsDPSetTextureLOD(G_TL_LOD), + gsSPTexture(0xFFFF, 0xFFFF, 6, 0, true), + gsDPSetTextureDetail(G_TD_CLAMP), + gsDPSetTextureFilter(G_TF_BILERP), + gsSPEndDisplayList(), +}; + +Gfx GFX_ARRAY_SECONDARY_050002B0 = +{ + gsDPLoadSync(), + gsDPSetTextureLOD(G_TL_LOD), + gsSPTexture(0xFFFF, 0xFFFF, 6, 0, true), + gsDPSetTextureDetail(G_TD_CLAMP), + gsDPSetTextureFilter(G_TF_BILERP), + gsSPEndDisplayList(), +}; + diff --git a/assets/obseg/prop/alarm1/ModelFileHeader.inc.c b/assets/obseg/prop/alarm1/ModelFileHeader.inc.c new file mode 100644 index 0000000..5a7964b --- /dev/null +++ b/assets/obseg/prop/alarm1/ModelFileHeader.inc.c @@ -0,0 +1,14 @@ + //NAME, ROOTNODE, SKELETON, SWITCHES, NUMSWITCHES, NUMMATRICES, BOUNDINGRADIUS, NUMRECORDS, NUMTEXTURES +MODELFILEHEADER( alarm1, 0, &SKELETON(standard_object), 0, 0, 1, 304.6402, 0, 2) + +/* NAME SKEL NAME BOUNDRAD SW HASNAMES? +New_ModelFileHeader(alarm1, standard_object, 304.6402, 0, FALSE) +*/ + +/* +#if defined(VERSION_EU) + ModelFileHeader alarm1_header = {0, $skeleton_standard_object, 0, 0, 1, 304.6402, 0, 2, 0}; +#else + ModelFileHeader alarm1_header = {0, $skeleton_standard_object, 0, 0, 1, 304.6402, 0, 2}; +#endif +*/ diff --git a/assets/obseg/prop/alarm1/propFileRecord.inc.c b/assets/obseg/prop/alarm1/propFileRecord.inc.c new file mode 100644 index 0000000..4e9a00b --- /dev/null +++ b/assets/obseg/prop/alarm1/propFileRecord.inc.c @@ -0,0 +1,3 @@ + //NAME, SCALE + PROPFILERECORD(alarm1, 0.1) + diff --git a/assets/obseg/prop/propExplosionDetailsRecords-eu.inc.c b/assets/obseg/prop/propExplosionDetailsRecords-eu.inc.c new file mode 100644 index 0000000..c6e3a2b --- /dev/null +++ b/assets/obseg/prop/propExplosionDetailsRecords-eu.inc.c @@ -0,0 +1,146 @@ +struct ExplosionDetailsRecordEuList object_explosion_details = { + { + 0x06, 0x06, 0x05, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x00, 0x02, + 0x02, 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x04, 0x04, + 0x04, 0x04, 0x04, 0x04, 0x07, 0x09, 0x09, 0x09, 0x09, 0x09, + 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x0f, 0x0f, + 0x07, 0x06, 0x06, 0x04, 0x04, 0x06, 0x04, 0x02, 0x09, 0x09, + 0x03, 0x04, 0x04, 0x04, 0x04, 0x0b, 0x0b, 0x0e, 0x0e, 0x0e, + 0x0e, 0x0e, 0x0e, 0x00, 0x06, 0x07, 0x07, 0x07, 0x07, 0x00, + 0x07, 0x06, 0x03, 0x03, 0x05, 0x07, 0x04, 0x06, 0x08, 0x04, + 0x04, 0x04, 0x03, 0x03, 0x03, 0x0f, 0x00, 0x04, 0x00, 0x00, + 0x00, 0x06, 0x05, 0x05, 0x08, 0x04, 0x03, 0x03, 0x08, 0x0d, + 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, + 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x03, 0x0d, + 0x0d, 0x0d, 0x0d, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, + 0x04, 0x04, 0x04, 0x04, 0x0d, 0x04, 0x04, 0x04, 0x04, 0x04, + 0x04, 0x04, 0x04, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x07, + 0x00, 0x0d, 0x0d, 0x0d, 0x0d, 0x0d, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x09, 0x0d, 0x00, + 0xff, /* align padding? */ 0x00, 0x00, 0x00 + }, + { + {0x315c, 0x7b6c, 0xdbff, 0x5126, 0xfb59, 0x7ca7}, + {0x2afe, 0xcb3e, 0x73f4, 0x278f, 0x6d3a, 0x44c8}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0xb9b0, 0x3eba, 0xad62, 0x75c8, 0xb70f, 0xf06e}, + {0x17d9, 0xdfcc, 0x57cd, 0x8254, 0x7345, 0xe011}, + {0x3779, 0xed72, 0x688d, 0xf67b, 0x37e5, 0x4f89}, + {0xe277, 0x0474, 0xdd1e, 0x0c48, 0x486c, 0xf87d}, + {0x7c3f, 0x16bc, 0x44a9, 0x1a58, 0xe412, 0x9297}, + {0x3dc2, 0x16b6, 0xe30d, 0xbcab, 0xc592, 0xf9b5}, + {0x719c, 0x7024, 0x9ee0, 0xc175, 0xa5dd, 0xc933}, + {0x8e16, 0xbbca, 0x05c0, 0x1a73, 0x81be, 0xf821}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0x2716, 0xf544, 0x0d35, 0xc20e, 0x83d7, 0x7d73}, + {0x81a1, 0xb772, 0x1b57, 0x437a, 0x85fa, 0xb6c1}, + {0x27eb, 0x5a7a, 0xbd1a, 0x27eb, 0x5a7a, 0xbd1a}, + {0x98de, 0x8c36, 0xddd5, 0xf74b, 0x4f0a, 0x1f14}, + {0x34f5, 0xf199, 0xa9f2, 0x3d27, 0xc707, 0xb9ad}, + {0x678f, 0xdb91, 0x2a2e, 0x8d91, 0x6eee, 0x925e}, + {0xd82f, 0xf4d7, 0x546f, 0xd6c7, 0x87d9, 0x0143}, + {0x100e, 0xadf2, 0x1fdd, 0x45f1, 0x4772, 0xf8c6}, + {0xef0b, 0x71bb, 0xb7f7, 0xbfa3, 0x03b8, 0xe44e}, + {0xdfd1, 0x676a, 0x8597, 0xe8ac, 0xe210, 0x9a4d}, + {0xab48, 0xdd9b, 0x4343, 0x04b8, 0x0dcc, 0x3b3d}, + {0x836b, 0x6bbf, 0x9dbb, 0x3db7, 0x5957, 0x7341}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0xb1cc, 0x19e2, 0x0ea5, 0xb1cc, 0x19e2, 0x0ea5}, + {0xf093, 0xb2df, 0x1409, 0x271e, 0xe0b3, 0x418a}, + {0x3ac2, 0x0102, 0xbf01, 0x3ac2, 0x0102, 0xbf01}, + {0x3ac6, 0xe449, 0xa56e, 0xa4cf, 0xeda0, 0x1719}, + {0x9bcf, 0xc333, 0x6384, 0x4298, 0xd455, 0x7bfa}, + {0x839e, 0x0ba7, 0x1466, 0xdb6d, 0xd1b3, 0x1233}, + {0x3f67, 0x7a70, 0x83de, 0x7052, 0x07d2, 0x36ff}, + {0xa409, 0x692d, 0xe286, 0xc63c, 0x82d0, 0x5d07}, + {0xd6ca, 0x1866, 0x839c, 0xbc6a, 0x86ad, 0x4dc6}, + {0x96fc, 0xa1ef, 0xa9e6, 0xb9d2, 0xa3c5, 0xa045}, + {0x7d2b, 0xe7dc, 0x55db, 0x378e, 0x4765, 0xb09c}, + {0xe2af, 0x2d43, 0x71fe, 0xe390, 0x93b3, 0x57e3}, + {0x9367, 0x098a, 0x3b68, 0xd6f8, 0x4eaf, 0x7b83}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0x993d, 0xa2b2, 0x5028, 0x825e, 0x25b8, 0xd8ef}, + {0x6553, 0x024d, 0xfd22, 0xd469, 0x18e4, 0x32f6}, + {0xf742, 0x0cb5, 0x8ed2, 0x6021, 0x6ad5, 0xaa88}, + {0x06d8, 0x82ef, 0x5b19, 0x4147, 0x5ae1, 0x374e}, + {0x284d, 0x3e7c, 0x9330, 0xcf1e, 0x013f, 0x4e29}, + {0xe339, 0xc0b6, 0xe5fc, 0x7054, 0x83a8, 0xc118}, + {0xb49f, 0x0002, 0x4ef6, 0x8849, 0x0002, 0x070b}, + {0x2d56, 0xa1ee, 0x4105, 0x8ae6, 0x6a2a, 0x60dd}, + {0x79b2, 0xbc78, 0xb9b9, 0xc76a, 0x97a1, 0x3da3}, + {0x3292, 0xddc3, 0x9265, 0x12a6, 0xe935, 0xb9bc}, + {0x04db, 0x3cfd, 0xdb5c, 0x3b29, 0x50b7, 0x83d1}, + {0xbe64, 0x08ad, 0x150d, 0x6aed, 0x542e, 0x63b3}, + {0xd7e5, 0x1369, 0x5acc, 0x535a, 0x2105, 0x1bf7}, + {0x7222, 0x3cee, 0x1a15, 0x122a, 0xadec, 0x5ef3}, + {0x927f, 0x10b0, 0x5125, 0x7f4e, 0xbbc5, 0x8088}, + {0xe89d, 0x7502, 0x9003, 0x469d, 0x19f0, 0xa5e6}, + {0x3771, 0xc002, 0x80ff, 0xdbf6, 0x1705, 0x497a}, + {0xa954, 0xafde, 0xbb6c, 0xd4a6, 0x9883, 0xfa27}, + {0xde9f, 0xcef0, 0x6346, 0x80fb, 0xa382, 0x14d1}, + {0x448e, 0xd4cc, 0xc1b5, 0x442f, 0xc1d1, 0xee05}, + {0xc7c0, 0xf918, 0x095e, 0xece2, 0x06d4, 0xc64d}, + {0xc491, 0x16ec, 0xdea7, 0x5a19, 0x9de7, 0xff28}, + {0xe889, 0x2da6, 0x2775, 0x153c, 0xbae6, 0xcb1b}, + {0x2d56, 0xa1ee, 0x4105, 0x8ae6, 0x6a2a, 0x60dd}, + {0xe5e6, 0x8fb7, 0xd5fe, 0xe959, 0xd656, 0xfb82}, + {0x5876, 0x3a4f, 0xd115, 0xa10d, 0x265d, 0x2c02}, + {0x787e, 0xc128, 0xd96a, 0x60c9, 0x18e7, 0x99ad}, + {0x879a, 0x90e4, 0xc20f, 0x35fe, 0xc807, 0x91d8}, + {0x40ae, 0x62b6, 0xd240, 0xac8d, 0x47c5, 0x17d1}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0x15c6, 0xb37d, 0x118a, 0x4e61, 0x5d02, 0x7d50}, + {0x15c6, 0xb37d, 0x118a, 0x4e61, 0x5d02, 0x7d50}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0x2469, 0x8ae5, 0x524f, 0xe5f6, 0xbe4a, 0xc865}, + {0x2957, 0x1b22, 0x27c7, 0x9663, 0x0ddf, 0x411f}, + {0x15c6, 0xb37d, 0x118a, 0x4e61, 0x5d02, 0x7d50}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0xf8f4, 0xf1e0, 0x473f, 0x41dd, 0xa510, 0xc9c6}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0x7a51, 0x2382, 0x9b36, 0x29e5, 0x5921, 0x017a}, + {0x8666, 0x3dd9, 0xe619, 0x6134, 0xcc94, 0x1a5c}, + {0x7f39, 0x31c5, 0x9ac3, 0x70ab, 0x0551, 0xb069}, + {0xd727, 0x7ab2, 0x786b, 0xf5ad, 0x3fc4, 0xd6ce}, + {0x4548, 0xd59e, 0x1edc, 0xe88d, 0xe9e4, 0xaf76}, + {0x262f, 0x491b, 0xfd57, 0x6715, 0xe7ed, 0x2626}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0xbcae, 0x0bd1, 0x0ff7, 0x3a30, 0x7240, 0x83b7}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0xb2c6, 0x170a, 0x0a23, 0x6bbe, 0xb593, 0x82db}, + {0x275b, 0x8ad3, 0x002c, 0x27b5, 0x8ad3, 0x002c}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0x33a1, 0x8a01, 0x4d42, 0xd9cb, 0xb865, 0xb336}, + {0x8c06, 0x78fc, 0x8f9a, 0x4df5, 0x4d53, 0x22f9}, + {0x99e9, 0x0107, 0xef5e, 0x0560, 0xe6df, 0x4b36}, + {0x31e7, 0x0023, 0xb2ae, 0xa2d7, 0xe540, 0x90b2}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, + {0x33a1, 0x8a01, 0x4d42, 0xd9cb, 0xb865, 0xb336}, + {0x33a1, 0x8a01, 0x4d42, 0xd9cb, 0xb865, 0xb336}, + {0x33a1, 0x8a01, 0x4d42, 0xd9cb, 0xb865, 0xb336}, + {0x33a1, 0x8a01, 0x4d42, 0xd9cb, 0xb865, 0xb336}, + {0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff} + } +}; diff --git a/assets/obseg/prop/propExplosionDetailsRecords.inc.c b/assets/obseg/prop/propExplosionDetailsRecords.inc.c new file mode 100644 index 0000000..d7002cb --- /dev/null +++ b/assets/obseg/prop/propExplosionDetailsRecords.inc.c @@ -0,0 +1,1366 @@ +#include +#include + +ExplosionDetailsRecord object_explosion_details[] = { + #include + { + EXPLOSION_SMALL, + {0x2afe, 0xcb3e, 0x73f4, 0x278f, 0x6d3a, 0x44c8} + }, + { + EXPLOSION_LARGE2 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_MEDIUM4 , + {0xb9b0, 0x3eba, 0xad62, 0x75c8, 0xb70f, 0xf06e} + }, + { + EXPLOSION_MEDIUM4 , + {0x17d9, 0xdfcc, 0x57cd, 0x8254, 0x7345, 0xe011} + }, + { + EXPLOSION_MEDIUM4 , + {0x3779, 0xed72, 0x688d, 0xf67b, 0x37e5, 0x4f89} + }, + { + EXPLOSION_MEDIUM4 , + {0xe277, 0x0474, 0xdd1e, 0x0c48, 0x486c, 0xf87d} + }, + { + EXPLOSION_MEDIUM4 , + {0x7c3f, 0x16bc, 0x44a9, 0x1a58, 0xe412, 0x9297} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x3dc2, 0x16b6, 0xe30d, 0xbcab, 0xc592, 0xf9b5} + }, + { + EXPLOSION_MEDIUM , + {0x719c, 0x7024, 0x9ee0, 0xc175, 0xa5dd, 0xc933} + }, + { + EXPLOSION_MEDIUM , + {0x8e16, 0xbbca, 0x05c0, 0x1a73, 0x81be, 0xf821} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_MEDUIM_SMALLFIRE, + {0x2716, 0xf544, 0x0d35, 0xc20e, 0x83d7, 0x7d73} + }, + { + EXPLOSION_MEDUIM_SMALLFIRE, + {0x81a1, 0xb772, 0x1b57, 0x437a, 0x85fa, 0xb6c1} + }, + { + EXPLOSION_MEDUIM_SMALLFIRE, + {0x27eb, 0x5a7a, 0xbd1a, 0x27eb, 0x5a7a, 0xbd1a} + }, + { + EXPLOSION_MEDUIM_SMALLFIRE, + {0x98de, 0x8c36, 0xddd5, 0xf74b, 0x4f0a, 0x1f14} + }, + { + EXPLOSION_MEDUIM_SMALLFIRE, + {0x34f5, 0xf199, 0xa9f2, 0x3d27, 0xc707, 0xb9ad} + }, + { + EXPLOSION_MEDUIM_SMALLFIRE, + {0x678f, 0xdb91, 0x2a2e, 0x8d91, 0x6eee, 0x925e} + }, + { + EXPLOSION_LARGE , + {0xd82f, 0xf4d7, 0x546f, 0xd6c7, 0x87d9, 0x0143} + }, + { + EXPLOSION_LARGE , + {0x100e, 0xadf2, 0x1fdd, 0x45f1, 0x4772, 0xf8c6} + }, + { + EXPLOSION_LARGE , + {0xef0b, 0x71bb, 0xb7f7, 0xbfa3, 0x03b8, 0xe44e} + }, + { + EXPLOSION_LARGE , + {0xdfd1, 0x676a, 0x8597, 0xe8ac, 0xe210, 0x9a4d} + }, + { + EXPLOSION_LARGE , + {0xab48, 0xdd9b, 0x4343, 0x04b8, 0x0dcc, 0x3b3d} + }, + { + EXPLOSION_LARGE , + {0x836b, 0x6bbf, 0x9dbb, 0x3db7, 0x5957, 0x7341} + }, + { + EXPLOSION_SMALL2 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_MULTIFIRE , + {0xb1cc, 0x19e2, 0x0ea5, 0xb1cc, 0x19e2, 0x0ea5} + }, + { + EXPLOSION_MULTIFIRE , + {0xf093, 0xb2df, 0x1409, 0x271e, 0xe0b3, 0x418a} + }, + { + EXPLOSION_MULTIFIRE , + {0x3ac2, 0x0102, 0xbf01, 0x3ac2, 0x0102, 0xbf01} + }, + { + EXPLOSION_MULTIFIRE , + {0x3ac6, 0xe449, 0xa56e, 0xa4cf, 0xeda0, 0x1719} + }, + { + EXPLOSION_MULTIFIRE , + {0x9bcf, 0xc333, 0x6384, 0x4298, 0xd455, 0x7bfa} + }, + { + EXPLOSION_MULTIFIRE , + {0x839e, 0x0ba7, 0x1466, 0xdb6d, 0xd1b3, 0x1233} + }, + { + EXPLOSION_MULTIFIRE , + {0x3f67, 0x7a70, 0x83de, 0x7052, 0x07d2, 0x36ff} + }, + { + EXPLOSION_MULTIFIRE , + {0xa409, 0x692d, 0xe286, 0xc63c, 0x82d0, 0x5d07} + }, + { + EXPLOSION_MULTIFIRE , + {0xd6ca, 0x1866, 0x839c, 0xbc6a, 0x86ad, 0x4dc6} + }, + { + EXPLOSION_MULTIFIRE , + {0x96fc, 0xa1ef, 0xa9e6, 0xb9d2, 0xa3c5, 0xa045} + }, + { + EXPLOSION_MULTIFIRE , + {0x7d2b, 0xe7dc, 0x55db, 0x378e, 0x4765, 0xb09c} + }, + { + EXPLOSION_MULTIFIRE , + {0xe2af, 0x2d43, 0x71fe, 0xe390, 0x93b3, 0x57e3} + }, + { + EXPLOSION_MULTIFIRE , + {0x9367, 0x098a, 0x3b68, 0xd6f8, 0x4eaf, 0x7b83} + }, + { + EXPLOSION_BITS , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BITS , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_SMALL2 , + {0x993d, 0xa2b2, 0x5028, 0x825e, 0x25b8, 0xd8ef} + }, + { + EXPLOSION_SMALL , + {0x6553, 0x024d, 0xfd22, 0xd469, 0x18e4, 0x32f6} + }, + { + EXPLOSION_SMALL , + {0xf742, 0x0cb5, 0x8ed2, 0x6021, 0x6ad5, 0xaa88} + }, + { + EXPLOSION_LARGE , + {0x06d8, 0x82ef, 0x5b19, 0x4147, 0x5ae1, 0x374e} + }, + { + EXPLOSION_LARGE , + {0x284d, 0x3e7c, 0x9330, 0xcf1e, 0x013f, 0x4e29} + }, + { + EXPLOSION_SMALL , + {0xe339, 0xc0b6, 0xe5fc, 0x7054, 0x83a8, 0xc118} + }, + { + EXPLOSION_LARGE , + {0xb49f, 0x0002, 0x4ef6, 0x8849, 0x0002, 0x070b} + }, + { + EXPLOSION_MEDIUM , + {0x2d56, 0xa1ee, 0x4105, 0x8ae6, 0x6a2a, 0x60dd} + }, + { + EXPLOSION_MULTIFIRE , + {0x79b2, 0xbc78, 0xb9b9, 0xc76a, 0x97a1, 0x3da3} + }, + { + EXPLOSION_MULTIFIRE , + {0x3292, 0xddc3, 0x9265, 0x12a6, 0xe935, 0xb9bc} + }, + { + EXPLOSION_MEDIUM2 , + {0x04db, 0x3cfd, 0xdb5c, 0x3b29, 0x50b7, 0x83d1} + }, + { + EXPLOSION_LARGE , + {0xbe64, 0x08ad, 0x150d, 0x6aed, 0x542e, 0x63b3} + }, + { + EXPLOSION_LARGE , + {0xd7e5, 0x1369, 0x5acc, 0x535a, 0x2105, 0x1bf7} + }, + { + EXPLOSION_LARGE , + {0x7222, 0x3cee, 0x1a15, 0x122a, 0xadec, 0x5ef3} + }, + { + EXPLOSION_LARGE , + {0x927f, 0x10b0, 0x5125, 0x7f4e, 0xbbc5, 0x8088} + }, + { + EXPLOSION_MEDIUM4 , + {0xe89d, 0x7502, 0x9003, 0x469d, 0x19f0, 0xa5e6} + }, + { + EXPLOSION_MEDIUM4 , + {0x3771, 0xc002, 0x80ff, 0xdbf6, 0x1705, 0x497a} + }, + { + EXPLOSION_MUSHROOM , + {0xa954, 0xafde, 0xbb6c, 0xd4a6, 0x9883, 0xfa27} + }, + { + EXPLOSION_MUSHROOM , + {0xde9f, 0xcef0, 0x6346, 0x80fb, 0xa382, 0x14d1} + }, + { + EXPLOSION_MUSHROOM , + {0x448e, 0xd4cc, 0xc1b5, 0x442f, 0xc1d1, 0xee05} + }, + { + EXPLOSION_MUSHROOM , + {0xc7c0, 0xf918, 0x095e, 0xece2, 0x06d4, 0xc64d} + }, + { + EXPLOSION_MUSHROOM , + {0xc491, 0x16ec, 0xdea7, 0x5a19, 0x9de7, 0xff28} + }, + { + EXPLOSION_MUSHROOM , + {0xe889, 0x2da6, 0x2775, 0x153c, 0xbae6, 0xcb1b} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x2d56, 0xa1ee, 0x4105, 0x8ae6, 0x6a2a, 0x60dd} + }, + { + EXPLOSION_SMALL , + {0xe5e6, 0x8fb7, 0xd5fe, 0xe959, 0xd656, 0xfb82} + }, + { + EXPLOSION_SMALL2 , + {0x5876, 0x3a4f, 0xd115, 0xa10d, 0x265d, 0x2c02} + }, + { + EXPLOSION_SMALL2 , + {0x787e, 0xc128, 0xd96a, 0x60c9, 0x18e7, 0x99ad} + }, + { + EXPLOSION_SMALL2 , + {0x879a, 0x90e4, 0xc20f, 0x35fe, 0xc807, 0x91d8} + }, + { + EXPLOSION_SMALL2 , + {0x40ae, 0x62b6, 0xd240, 0xac8d, 0x47c5, 0x17d1} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_SMALL2 , + {0x15c6, 0xb37d, 0x118a, 0x4e61, 0x5d02, 0x7d50} + }, + { + EXPLOSION_SMALL , + {0x15c6, 0xb37d, 0x118a, 0x4e61, 0x5d02, 0x7d50} + }, + { + EXPLOSION_MEDIUM2 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_MEDIUM2 , + {0x2469, 0x8ae5, 0x524f, 0xe5f6, 0xbe4a, 0xc865} + }, + { + EXPLOSION_LARGE2 , + {0x2957, 0x1b22, 0x27c7, 0x9663, 0x0ddf, 0x411f} + }, + { + EXPLOSION_SMALL2 , + {0x15c6, 0xb37d, 0x118a, 0x4e61, 0x5d02, 0x7d50} + }, + { + EXPLOSION_LARGE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_SMALL , + {0xf8f4, 0xf1e0, 0x473f, 0x41dd, 0xa510, 0xc9c6} + }, + { + EXPLOSION_MEDUIM_SMALLFIRE, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0x7a51, 0x2382, 0x9b36, 0x29e5, 0x5921, 0x017a} + }, + { + EXPLOSION_LARGE , + {0x8666, 0x3dd9, 0xe619, 0x6134, 0xcc94, 0x1a5c} + }, + { + EXPLOSION_LARGE , + {0x7f39, 0x31c5, 0x9ac3, 0x70ab, 0x0551, 0xb069} + }, + { + EXPLOSION_MEDIUM2 , + {0xd727, 0x7ab2, 0x786b, 0xf5ad, 0x3fc4, 0xd6ce} + }, + { + EXPLOSION_MEDIUM2 , + {0x4548, 0xd59e, 0x1edc, 0xe88d, 0xe9e4, 0xaf76} + }, + { + EXPLOSION_MEDIUM2 , + {0x262f, 0x491b, 0xfd57, 0x6715, 0xe7ed, 0x2626} + }, + { + EXPLOSION_BITS , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0xbcae, 0x0bd1, 0x0ff7, 0x3a30, 0x7240, 0x83b7} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_SMALL , + {0xb2c6, 0x170a, 0x0a23, 0x6bbe, 0xb593, 0x82db} + }, + { + EXPLOSION_LARGE2 , + {0x275b, 0x8ad3, 0x002c, 0x27b5, 0x8ad3, 0x002c} + }, + { + EXPLOSION_LARGE2 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_MEDUIM_SMALLFIRE, + {0x33a1, 0x8a01, 0x4d42, 0xd9cb, 0xb865, 0xb336} + }, + { + EXPLOSION_LARGE , + {0x8c06, 0x78fc, 0x8f9a, 0x4df5, 0x4d53, 0x22f9} + }, + { + EXPLOSION_MEDIUM2 , + {0x99e9, 0x0107, 0xef5e, 0x0560, 0xe6df, 0x4b36} + }, /*Locker3*/ + { + EXPLOSION_MEDIUM2 , + {0x31e7, 0x0023, 0xb2ae, 0xa2d7, 0xe540, 0x90b2} + }, /*locker4*/ + { + EXPLOSION_MEDUIM_SMALLFIRE, + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, /*roofgun(med)*/ + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, /*engin(large0*/ + { + EXPLOSION_MEDUIM_SMALLFIRE, + {0x33a1, 0x8a01, 0x4d42, 0xd9cb, 0xb865, 0xb336} + }, + { + EXPLOSION_MEDUIM_SMALLFIRE, + {0x33a1, 0x8a01, 0x4d42, 0xd9cb, 0xb865, 0xb336} + }, + { + EXPLOSION_MEDUIM_SMALLFIRE, + {0x33a1, 0x8a01, 0x4d42, 0xd9cb, 0xb865, 0xb336} + }, + { + EXPLOSION_MEDUIM_SMALLFIRE, + {0x33a1, 0x8a01, 0x4d42, 0xd9cb, 0xb865, 0xb336} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_MEDIUM , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_SMALL , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_EXTINGUISHER , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_MEDIUM2 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_SMALL , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_SMALL , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_SMALL2 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_SMALL , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_SMALL , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_MULTIFIRE , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_LARGE4 , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000} + }, + { + EXPLOSION_BREAK_OBJECT , + {0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff} + } +}; diff --git a/assets/obseg/prop/propItemModelFileRecord.inc.c b/assets/obseg/prop/propItemModelFileRecord.inc.c new file mode 100644 index 0000000..dca38f8 --- /dev/null +++ b/assets/obseg/prop/propItemModelFileRecord.inc.c @@ -0,0 +1,343 @@ +ItemModelFileRecord PitemZ_entries[] = { + #include + PROPFILERECORD(alarm2, 0.1) + PROPFILERECORD(explosionbit, 0.1) + PROPFILERECORD(ammo_crate1, 0.1) + PROPFILERECORD(ammo_crate2, 0.1) + PROPFILERECORD(ammo_crate3, 0.1) + PROPFILERECORD(ammo_crate4, 0.1) + PROPFILERECORD(ammo_crate5, 0.1) + PROPFILERECORD(bin1, 0.1) + PROPFILERECORD(blotter1, 0.1) + PROPFILERECORD(book1, 0.1) + PROPFILERECORD(bookshelf1, 0.1) + PROPFILERECORD(bridge_console1a, 0.1) + PROPFILERECORD(bridge_console1b, 0.1) + PROPFILERECORD(bridge_console2a, 0.1) + PROPFILERECORD(bridge_console2b, 0.1) + PROPFILERECORD(bridge_console3a, 0.1) + PROPFILERECORD(bridge_console3b, 0.1) + PROPFILERECORD(card_box1, 0.1) + PROPFILERECORD(card_box2, 0.1) + PROPFILERECORD(card_box3, 0.1) + PROPFILERECORD(card_box4_lg, 0.1) + PROPFILERECORD(card_box5_lg, 0.1) + PROPFILERECORD(card_box6_lg, 0.1) + PROPFILERECORD(cctv, 0.1) + PROPFILERECORD(console1, 0.1) + PROPFILERECORD(console2, 0.1) + PROPFILERECORD(console3, 0.1) + PROPFILERECORD(console_seva, 0.1) + PROPFILERECORD(console_sevb, 0.1) + PROPFILERECORD(console_sevc, 0.1) + PROPFILERECORD(console_sevd, 0.1) + PROPFILERECORD(console_sev2a, 0.1) + PROPFILERECORD(console_sev2b, 0.1) + PROPFILERECORD(console_sev2c, 0.1) + PROPFILERECORD(console_sev2d, 0.1) + PROPFILERECORD(console_sev_GEa, 0.1) + PROPFILERECORD(console_sev_GEb, 0.1) + PROPFILERECORD(desk1, 0.1) + PROPFILERECORD(desk2, 0.1) + PROPFILERECORD(desk_lamp2, 0.1) + PROPFILERECORD(disc_reader, 0.1) + PROPFILERECORD(disk_drive1, 0.1) + PROPFILERECORD(filing_cabinet1, 0.1) + PROPFILERECORD(jerry_can1, 0.1) + PROPFILERECORD(keyboard1, 0.1) + PROPFILERECORD(kit_units1, 0.1) + PROPFILERECORD(letter_tray1, 0.1) + PROPFILERECORD(mainframe1, 0.1) + PROPFILERECORD(mainframe2, 0.1) + PROPFILERECORD(metal_chair1, 0.1) + PROPFILERECORD(metal_crate1, 0.1) + PROPFILERECORD(metal_crate2, 0.1) + PROPFILERECORD(metal_crate3, 0.1) + PROPFILERECORD(metal_crate4, 0.1) + PROPFILERECORD(missile_rack, 0.1) + PROPFILERECORD(missile_rack2, 0.1) + PROPFILERECORD(oil_drum1, 0.1) + PROPFILERECORD(oil_drum2, 0.1) + PROPFILERECORD(oil_drum3, 0.1) + PROPFILERECORD(oil_drum5, 0.1) + PROPFILERECORD(oil_drum6, 0.1) + PROPFILERECORD(oil_drum7, 0.1) + PROPFILERECORD(padlock, 0.1) + PROPFILERECORD(phone1, 0.1) + PROPFILERECORD(radio_unit1, 0.1) + PROPFILERECORD(radio_unit2, 0.1) + PROPFILERECORD(radio_unit3, 0.1) + PROPFILERECORD(radio_unit4, 0.1) + PROPFILERECORD(sat1_reflect, 0.1) + PROPFILERECORD(satdish, 0.1) + PROPFILERECORD(satbox, 0.1) + PROPFILERECORD(stool1, 0.1) + PROPFILERECORD(swivel_chair1, 0.1) + PROPFILERECORD(torpedo_rack, 0.1) + PROPFILERECORD(tv1, 0.1) + PROPFILERECORD(tv_holder, 0.1) + PROPFILERECORD(tvscreen, 0.1) + PROPFILERECORD(tv4screen, 0.1) + PROPFILERECORD(wood_lg_crate1, 0.1) + PROPFILERECORD(wood_lg_crate2, 0.1) + PROPFILERECORD(wood_md_crate3, 0.1) + PROPFILERECORD(wood_sm_crate4, 0.1) + PROPFILERECORD(wood_sm_crate5, 0.1) + PROPFILERECORD(wood_sm_crate6, 0.1) + PROPFILERECORD(wooden_table1, 0.1) + PROPFILERECORD(swipe_card2, 0.1) + PROPFILERECORD(borg_crate, 0.1) + PROPFILERECORD(boxes4x4, 0.1) + PROPFILERECORD(boxes3x4, 0.1) + PROPFILERECORD(boxes2x4, 0.1) + PROPFILERECORD(sec_panel, 0.1) + PROPFILERECORD(ICBM_nose, 0.1) + PROPFILERECORD(ICBM, 0.1) + PROPFILERECORD(tuning_console1, 0.1) + PROPFILERECORD(desk_arecibo1, 0.1) + PROPFILERECORD(locker3, 0.1) + PROPFILERECORD(locker4, 0.1) + PROPFILERECORD(roofgun, 0.1) + PROPFILERECORD(dest_engine, 0.1) + PROPFILERECORD(dest_exocet, 0.1) + PROPFILERECORD(dest_gun, 0.1) + PROPFILERECORD(dest_harpoon, 0.1) + PROPFILERECORD(dest_seawolf, 0.1) + PROPFILERECORD(window, 0.1) + PROPFILERECORD(window_lib_lg1, 0.1) + PROPFILERECORD(window_lib_sm1, 0.1) + PROPFILERECORD(window_cor11, 0.1) + PROPFILERECORD(jungle3_tree, 0.1) + PROPFILERECORD(palm, 0.1) + PROPFILERECORD(palmtree, 0.1) + PROPFILERECORD(plant2b, 0.1) + PROPFILERECORD(labbench, 0.1) + PROPFILERECORD(gasbarrel, 0.1) + PROPFILERECORD(gasbarrels, 0.1) + PROPFILERECORD(bodyarmour, 0.1) + PROPFILERECORD(bodyarmourvest, 0.1) + PROPFILERECORD(gastank, 0.1) + PROPFILERECORD(glassware1, 0.1) + PROPFILERECORD(hatchbolt, 0.1) + PROPFILERECORD(brakeunit, 0.1) + PROPFILERECORD(ak47mag, 0.1) + PROPFILERECORD(m16mag, 0.1) + PROPFILERECORD(mp5kmag, 0.1) + PROPFILERECORD(skorpionmag, 0.1) + PROPFILERECORD(spectremag, 0.1) + PROPFILERECORD(uzimag, 0.1) + PROPFILERECORD(silencer, 0.1) + PROPFILERECORD(chrextinguisher, 0.1) + PROPFILERECORD(boxcartridges, 0.1) + PROPFILERECORD(fnp90mag, 0.1) + PROPFILERECORD(goldenshells, 0.1) + PROPFILERECORD(magnumshells, 0.1) + PROPFILERECORD(wppkmag, 0.1) + PROPFILERECORD(tt33mag, 0.1) + PROPFILERECORD(sev_door, 1.0) + PROPFILERECORD(sev_door3, 1.0) + PROPFILERECORD(sev_door3_wind, 1.0) + PROPFILERECORD(sev_door4_wind, 1.0) + PROPFILERECORD(sev_trislide, 1.0) + PROPFILERECORD(sev_door_v1, 1.0) + PROPFILERECORD(steel_door1, 1.0) + PROPFILERECORD(steel_door2, 1.0) + PROPFILERECORD(steel_door3, 1.0) + PROPFILERECORD(silo_lift_door, 1.0) + PROPFILERECORD(steel_door2b, 1.0) + PROPFILERECORD(door_roller1, 1.0) + PROPFILERECORD(door_roller2, 1.0) + PROPFILERECORD(door_roller3, 1.0) + PROPFILERECORD(door_roller4, 1.0) + PROPFILERECORD(door_st_arec1, 1.0) + PROPFILERECORD(door_st_arec2, 1.0) + PROPFILERECORD(door_dest1, 1.0) + PROPFILERECORD(door_dest2, 1.0) + PROPFILERECORD(gas_plant_sw_do1, 1.0) + PROPFILERECORD(gas_plant_sw2_do1, 1.0) + PROPFILERECORD(gas_plant_sw3_do1, 1.0) + PROPFILERECORD(gas_plant_sw4_do1, 1.0) + PROPFILERECORD(gas_plant_met1_do1, 1.0) + PROPFILERECORD(gas_plant_wc_cub1, 1.0) + PROPFILERECORD(gasplant_clear_door, 1.0) + PROPFILERECORD(train_door, 1.0) + PROPFILERECORD(train_door2, 1.0) + PROPFILERECORD(train_door3, 1.0) + PROPFILERECORD(door_eyelid, 1.0) + PROPFILERECORD(door_iris, 1.0) + PROPFILERECORD(sevdoorwood, 1.0) + PROPFILERECORD(sevdoorwind, 1.0) + PROPFILERECORD(sevdoornowind, 1.0) + PROPFILERECORD(sevdoormetslide, 1.0) + PROPFILERECORD(cryptdoor1a, 1.0) + PROPFILERECORD(cryptdoor1b, 1.0) + PROPFILERECORD(cryptdoor2a, 1.0) + PROPFILERECORD(cryptdoor2b, 1.0) + PROPFILERECORD(cryptdoor3, 1.0) + PROPFILERECORD(cryptdoor4, 1.0) + PROPFILERECORD(vertdoor, 1.0) + PROPFILERECORD(hatchdoor, 1.0) + PROPFILERECORD(damgatedoor, 1.0) + PROPFILERECORD(damtundoor, 1.0) + PROPFILERECORD(damchaindoor, 1.0) + PROPFILERECORD(silotopdoor, 1.0) + PROPFILERECORD(doorprison1, 1.0) + PROPFILERECORD(doorstatgate, 1.0) + PROPFILERECORD(chrkalash, 0.1) + PROPFILERECORD(chrgrenadelaunch, 0.1) + PROPFILERECORD(chrknife, 0.1) + PROPFILERECORD(chrlaser, 0.1) + PROPFILERECORD(chrm16, 0.1) + PROPFILERECORD(chrmp5k, 0.1) + PROPFILERECORD(chrruger, 0.1) + PROPFILERECORD(chrwppk, 0.1) + PROPFILERECORD(chrshotgun, 0.1) + PROPFILERECORD(chrskorpion, 0.1) + PROPFILERECORD(chrspectre, 0.1) + PROPFILERECORD(chruzi, 0.1) + PROPFILERECORD(chrgrenade, 0.1) + PROPFILERECORD(chrfnp90, 0.1) + PROPFILERECORD(chrbriefcase, 0.1) + PROPFILERECORD(chrremotemine, 0.1) + PROPFILERECORD(chrproximitymine, 0.1) + PROPFILERECORD(chrtimedmine, 0.1) + PROPFILERECORD(chrrocket, 0.1) + PROPFILERECORD(chrgrenaderound, 0.1) + PROPFILERECORD(chrwppksil, 0.1) + PROPFILERECORD(chrtt33, 0.1) + PROPFILERECORD(chrmp5ksil, 0.1) + PROPFILERECORD(chrautoshot, 0.1) + PROPFILERECORD(chrgolden, 0.1) + PROPFILERECORD(chrthrowknife, 0.1) + PROPFILERECORD(chrsniperrifle, 0.1) + PROPFILERECORD(chrrocketlaunch, 0.1) + PROPFILERECORD(hatfurry, 0.1) + PROPFILERECORD(hatfurrybrown, 0.1) + PROPFILERECORD(hatfurryblack, 0.1) + PROPFILERECORD(hattbird, 0.1) + PROPFILERECORD(hattbirdbrown, 0.1) + PROPFILERECORD(hathelmet, 0.1) + PROPFILERECORD(hathelmetgrey, 0.1) + PROPFILERECORD(hatmoon, 0.1) + PROPFILERECORD(hatberet, 0.1) + PROPFILERECORD(hatberetblue, 0.1) + PROPFILERECORD(hatberetred, 0.1) + PROPFILERECORD(hatpeaked, 0.1) + PROPFILERECORD(chrwristdart, 0.1) + PROPFILERECORD(chrexplosivepen, 0.1) + PROPFILERECORD(chrbombcase, 0.1) + PROPFILERECORD(chrflarepistol, 0.1) + PROPFILERECORD(chrpitongun, 0.1) + PROPFILERECORD(chrfingergun, 0.1) + PROPFILERECORD(chrsilverwppk, 0.1) + PROPFILERECORD(chrgoldwppk, 0.1) + PROPFILERECORD(chrdynamite, 0.1) + PROPFILERECORD(chrbungee, 0.1) + PROPFILERECORD(chrdoordecoder, 0.1) + PROPFILERECORD(chrbombdefuser, 0.1) + PROPFILERECORD(chrbugdetector, 0.1) + PROPFILERECORD(chrsafecrackercase, 0.1) + PROPFILERECORD(chrcamera, 0.1) + PROPFILERECORD(chrlockexploder, 0.1) + PROPFILERECORD(chrdoorexploder, 0.1) + PROPFILERECORD(chrkeyanalysercase, 0.1) + PROPFILERECORD(chrweaponcase, 0.1) + PROPFILERECORD(chrkeyyale, 0.1) + PROPFILERECORD(chrkeybolt, 0.1) + PROPFILERECORD(chrbug, 0.1) + PROPFILERECORD(chrmicrocamera, 0.1) + PROPFILERECORD(floppy, 0.1) + PROPFILERECORD(chrgoldeneyekey, 0.1) + PROPFILERECORD(chrpolarizedglasses, 0.1) + PROPFILERECORD(chrcreditcard, 0.1) + PROPFILERECORD(chrdarkglasses, 0.1) + PROPFILERECORD(chrgaskeyring, 0.1) + PROPFILERECORD(chrdatathief, 0.1) + PROPFILERECORD(safe, 0.1) + PROPFILERECORD(bomb, 0.1) + PROPFILERECORD(chrplans, 0.1) + PROPFILERECORD(chrspyfile, 0.1) + PROPFILERECORD(chrblueprints, 0.1) + PROPFILERECORD(chrcircuitboard, 0.1) + PROPFILERECORD(chrmap, 0.1) + PROPFILERECORD(chrspooltape, 0.1) + PROPFILERECORD(chraudiotape, 0.1) + PROPFILERECORD(chrmicrofilm, 0.1) + PROPFILERECORD(chrmicrocode, 0.1) + PROPFILERECORD(chrlectre, 0.1) + PROPFILERECORD(chrmoney, 0.1) + PROPFILERECORD(chrgoldbar, 0.1) + PROPFILERECORD(chrheroin, 0.1) + PROPFILERECORD(chrclipboard, 0.1) + PROPFILERECORD(chrdossierred, 0.1) + PROPFILERECORD(chrstafflist, 0.1) + PROPFILERECORD(chrdattape, 0.1) + PROPFILERECORD(chrplastique, 0.1) + PROPFILERECORD(chrblackbox, 0.1) + PROPFILERECORD(chrvideotape, 0.1) + PROPFILERECORD(nintendologo, 0.1) + PROPFILERECORD(goldeneyelogo, 0.1) + PROPFILERECORD(walletbond, 0.1) + PROPFILERECORD(miltruck, 0.1) + PROPFILERECORD(jeep, 0.1) + PROPFILERECORD(artic, 0.1) + PROPFILERECORD(helicopter, 0.1) + PROPFILERECORD(tiger, 0.1) + PROPFILERECORD(milcopter, 0.1) + PROPFILERECORD(hind, 0.1) + PROPFILERECORD(artictrailer, 0.1) + PROPFILERECORD(motorbike, 0.1) + PROPFILERECORD(tank, 0.1) + PROPFILERECORD(apc, 0.1) + PROPFILERECORD(speedboat, 0.1) + PROPFILERECORD(plane, 0.1) + PROPFILERECORD(gun_runway1, 0.1) + PROPFILERECORD(safedoor, 1.0) + PROPFILERECORD(key_holder, 1.0) + PROPFILERECORD(hatchsevx, 1.0) + PROPFILERECORD(sevdish, 1.0) + PROPFILERECORD(archsecdoor1, 1.0) + PROPFILERECORD(archsecdoor2, 1.0) + PROPFILERECORD(groundgun, 0.1) + PROPFILERECORD(trainextdoor, 1.0) + PROPFILERECORD(carbmw, 0.1) + PROPFILERECORD(carescort, 0.1) + PROPFILERECORD(cargolf, 0.1) + PROPFILERECORD(carweird, 0.1) + PROPFILERECORD(carzil, 0.1) + PROPFILERECORD(shuttle_door_l, 1.0) + PROPFILERECORD(shuttle_door_r, 1.0) + PROPFILERECORD(depot_gate_entry, 0.1) + PROPFILERECORD(depot_door_steel, 0.1) + PROPFILERECORD(glassware2, 0.1) + PROPFILERECORD(glassware3, 0.1) + PROPFILERECORD(glassware4, 0.1) + PROPFILERECORD(landmine, 0.1) + PROPFILERECORD(plant1, 0.1) + PROPFILERECORD(plant11, 0.1) + PROPFILERECORD(plant2, 0.1) + PROPFILERECORD(plant3, 0.1) + PROPFILERECORD(jungle5_tree, 0.1) + PROPFILERECORD(legalpage, 0.1) + PROPFILERECORD(st_pete_room_1i, 0.1) + PROPFILERECORD(st_pete_room_2i, 0.1) + PROPFILERECORD(st_pete_room_3t, 0.1) + PROPFILERECORD(st_pete_room_5c, 0.1) + PROPFILERECORD(st_pete_room_6c, 0.1) + PROPFILERECORD(door_rollertrain, 1.0) + PROPFILERECORD(door_win, 1.0) + PROPFILERECORD(door_aztec, 1.0) + PROPFILERECORD(shuttle, 0.1) + PROPFILERECORD(door_azt_desk, 1.0) + PROPFILERECORD(door_azt_desk_top, 1.0) + PROPFILERECORD(door_azt_chair, 1.0) + PROPFILERECORD(door_mf, 1.0) + PROPFILERECORD(flag, 0.1) + PROPFILERECORD(barricade, 0.1) + PROPFILERECORD(modembox, 0.1) + PROPFILERECORD(doorpanel, 0.1) + PROPFILERECORD(doorconsole, 0.1) + PROPFILERECORD(chrtesttube, 0.1) + PROPFILERECORD(bollard, 0.1) + {0, "", 1.0} +}; diff --git a/assets/obseg/prop/propModelFileHeaders.inc.c b/assets/obseg/prop/propModelFileHeaders.inc.c new file mode 100644 index 0000000..6b268e2 --- /dev/null +++ b/assets/obseg/prop/propModelFileHeaders.inc.c @@ -0,0 +1,406 @@ +#include +MODELFILEHEADER(alarm2, 0, &SKELETON(standard_object), 0, 0, 1, 208.22205, 0, 3) +MODELFILEHEADER(explosionbit, 0, &SKELETON(standard_object), 0, 0, 1, 208.22205, 0, 0) +MODELFILEHEADER(ammo_crate1, 0, &SKELETON(standard_object), 0, 0, 1, 691.83429, 0, 3) +MODELFILEHEADER(ammo_crate2, 0, &SKELETON(standard_object), 0, 0, 1, 691.83429, 0, 4) +MODELFILEHEADER(ammo_crate3, 0, &SKELETON(standard_object), 0, 0, 1, 691.83429, 0, 4) +MODELFILEHEADER(ammo_crate4, 0, &SKELETON(standard_object), 0, 0, 1, 691.83429, 0, 5) +MODELFILEHEADER(ammo_crate5, 0, &SKELETON(standard_object), 0, 0, 1, 691.83429, 0, 5) +MODELFILEHEADER(bin1, 0, &SKELETON(standard_object), 0, 0, 1, 3027.6262,0, 2) +MODELFILEHEADER(blotter1, 0, &SKELETON(standard_object), 0, 0, 1, 432.46707, 0, 1) +MODELFILEHEADER(book1, 0, &SKELETON(standard_object), 0, 0, 1, 171.37482, 0, 2) +MODELFILEHEADER(bookshelf1, 0, &SKELETON(standard_object), 0, 0, 1, 1166.7578, 0, 0xD) +MODELFILEHEADER(bridge_console1a, 0, &SKELETON(console_four_screen), 0, 0x4, 0x1, 788.03992, 0, 0xF) +MODELFILEHEADER(bridge_console1b, 0, &SKELETON(console_one_screen), 0, 0x1, 0x1, 788.03992, 0, 0x10) +MODELFILEHEADER(bridge_console2a, 0, &SKELETON(console_four_screen), 0, 0x4, 0x1, 788.03992, 0, 0xF) +MODELFILEHEADER(bridge_console2b, 0, &SKELETON(standard_object), 0, 0, 1, 788.03992, 0, 0xF) +MODELFILEHEADER(bridge_console3a, 0, &SKELETON(console_four_screen), 0, 0x4, 0x1, 788.03992, 0, 0xF) +MODELFILEHEADER(bridge_console3b, 0, &SKELETON(console_four_screen), 0, 0x4, 0x1, 788.03992, 0, 0x10) +MODELFILEHEADER(card_box1, 0, &SKELETON(standard_object), 0, 0, 1, 727.4613, 0, 5) +MODELFILEHEADER(card_box2, 0, &SKELETON(standard_object), 0, 0, 1, 727.4613, 0, 6) +MODELFILEHEADER(card_box3, 0, &SKELETON(standard_object), 0, 0, 1, 727.4613, 0, 5) +MODELFILEHEADER(card_box4_lg, 0, &SKELETON(standard_object), 0, 0, 1, 800.2074, 0, 4) +MODELFILEHEADER(card_box5_lg, 0, &SKELETON(standard_object), 0, 0, 1, 800.2074, 0, 5) +MODELFILEHEADER(card_box6_lg, 0, &SKELETON(standard_object), 0, 0, 1, 800.2074, 0, 5) +MODELFILEHEADER(cctv, 0, &SKELETON(cctv), 0, 0x4, 0x2, 558.90094, 0, 6) +MODELFILEHEADER(console1, 0, &SKELETON(console_four_screen), 0, 0x4, 0x1, 1611.2357, 0, 0xA) +MODELFILEHEADER(console2, 0, &SKELETON(console_four_screen), 0, 0x4, 0x1, 1611.2357, 0, 0xA) +MODELFILEHEADER(console3, 0, &SKELETON(console_four_screen), 0, 0x4, 0x1, 1611.2357, 0, 0xA) +MODELFILEHEADER(console_seva, 0, &SKELETON(standard_object), 0, 0, 1, 994.23688, 0, 0xE) +MODELFILEHEADER(console_sevb, 0, &SKELETON(console_one_screen), 0, 0x1, 0x1, 994.23688, 0, 0xB) +MODELFILEHEADER(console_sevc, 0, &SKELETON(standard_object), 0, 0, 1, 994.23688, 0, 0xF) +MODELFILEHEADER(console_sevd, 0, &SKELETON(standard_object), 0, 0, 1, 994.23688, 0, 0xD) +MODELFILEHEADER(console_sev2a, 0, &SKELETON(standard_object), 0, 0, 1, 994.23688, 0, 0xD) +MODELFILEHEADER(console_sev2b, 0, &SKELETON(console_one_screen), 0, 0x1, 0x1, 994.23688, 0, 0xD) +MODELFILEHEADER(console_sev2c, 0, &SKELETON(standard_object), 0, 0, 1, 994.23688, 0, 0xF) +MODELFILEHEADER(console_sev2d, 0, &SKELETON(standard_object), 0, 0, 1, 994.23688, 0, 0xD) +MODELFILEHEADER(console_sev_GEa, 0, &SKELETON(standard_object), 0, 0, 1, 994.23688, 0, 0xD) +MODELFILEHEADER(console_sev_GEb, 0, &SKELETON(standard_object), 0, 0, 1, 994.23688, 0, 0xD) +MODELFILEHEADER(desk1, 0, &SKELETON(standard_object), 0, 0, 1, 957.18225, 0, 3) +MODELFILEHEADER(desk2, 0, &SKELETON(standard_object), 0, 0, 1, 957.18225, 0, 3) +MODELFILEHEADER(desk_lamp2, 0, &SKELETON(standard_object), 0, 0, 1, 804.59833, 0, 4) +MODELFILEHEADER(disc_reader, 0, &SKELETON(standard_object), 0, 0, 1, 214.33035, 0, 6) +MODELFILEHEADER(disk_drive1, 0, &SKELETON(standard_object), 0, 0, 1, 191.85779, 0, 4) +MODELFILEHEADER(filing_cabinet1, 0, &SKELETON(standard_object), 0, 0, 1, 1055.5693, 0, 2) +MODELFILEHEADER(jerry_can1, 0, &SKELETON(standard_object), 0, 0, 1, 366.61932, 0, 4) +MODELFILEHEADER(keyboard1, 0, &SKELETON(standard_object), 0, 0, 1, 278.23227, 0, 2) +MODELFILEHEADER(kit_units1, 0, &SKELETON(standard_object), 0, 0, 1, 1661.4763, 0, 4) +MODELFILEHEADER(letter_tray1, 0, &SKELETON(standard_object), 0, 0, 1, 252.06836, 0, 1) +MODELFILEHEADER(mainframe1, 0, &SKELETON(standard_object), 0, 0, 1, 1119.4073, 0, 7) +MODELFILEHEADER(mainframe2, 0, &SKELETON(standard_object), 0, 0, 1, 1119.4073, 0, 7) +MODELFILEHEADER(metal_chair1, 0, &SKELETON(standard_object), 0, 0, 1, 639.18097, 0, 2) +MODELFILEHEADER(metal_crate1, 0, &SKELETON(standard_object), 0, 0, 1, 1010.363, 0, 3) +MODELFILEHEADER(metal_crate2, 0, &SKELETON(standard_object), 0, 0, 1, 1010.363, 0, 3) +MODELFILEHEADER(metal_crate3, 0, &SKELETON(standard_object), 0, 0, 1, 1010.363, 0, 2) +MODELFILEHEADER(metal_crate4, 0, &SKELETON(standard_object), 0, 0, 1, 1010.363, 0, 3) +MODELFILEHEADER(missile_rack, 0, &SKELETON(standard_object), 0, 0, 1, 964.16296, 0, 4) +MODELFILEHEADER(missile_rack2, 0, &SKELETON(standard_object), 0, 0, 1, 1148.4724, 0, 4) +MODELFILEHEADER(oil_drum1, 0, &SKELETON(standard_object), 0, 0, 1, 745.45892, 0, 2) +MODELFILEHEADER(oil_drum2, 0, &SKELETON(standard_object), 0, 0, 1, 745.45892, 0, 4) +MODELFILEHEADER(oil_drum3, 0, &SKELETON(standard_object), 0, 0, 1, 745.45892, 0, 4) +MODELFILEHEADER(oil_drum5, 0, &SKELETON(standard_object), 0, 0, 1, 745.45892, 0, 3) +MODELFILEHEADER(oil_drum6, 0, &SKELETON(standard_object), 0, 0, 1, 745.45892, 0, 3) +MODELFILEHEADER(oil_drum7, 0, &SKELETON(standard_object), 0, 0, 1, 745.45892, 0, 4) +MODELFILEHEADER(padlock, 0, &SKELETON(standard_object), 0, 0, 1, 225.64145, 0, 4) +MODELFILEHEADER(phone1, 0, &SKELETON(standard_object), 0, 0, 1, 166.03481, 0, 2) +MODELFILEHEADER(radio_unit1, 0, &SKELETON(standard_object), 0, 0, 1, 354.59534, 0, 5) +MODELFILEHEADER(radio_unit2, 0, &SKELETON(standard_object), 0, 0, 1, 354.59534, 0, 5) +MODELFILEHEADER(radio_unit3, 0, &SKELETON(standard_object), 0, 0, 1, 354.59534, 0, 5) +MODELFILEHEADER(radio_unit4, 0, &SKELETON(standard_object), 0, 0, 1, 354.59534, 0, 5) +MODELFILEHEADER(sat1_reflect, 0, &SKELETON(standard_object), 0, 0, 1, 5185.9409, 0, 0xD) +MODELFILEHEADER(satdish, 0, &SKELETON(standard_object), 0, 0, 1, 2437.468, 0, 2) +MODELFILEHEADER(satbox, 0, &SKELETON(standard_object), 0, 0, 1, 89.935875, 0, 1) +MODELFILEHEADER(stool1, 0, &SKELETON(standard_object), 0, 0, 1, 353.11398, 0, 2) +MODELFILEHEADER(swivel_chair1, 0, &SKELETON(standard_object), 0, 0, 1, 581.16394, 0, 3) +MODELFILEHEADER(torpedo_rack, 0, &SKELETON(standard_object), 0, 0, 1, 765.61725, 0, 3) +MODELFILEHEADER(tv1, 0, &SKELETON(console_one_screen), 0, 0x1, 0x1, 347.0235, 0, 5) +MODELFILEHEADER(tv_holder, 0, &SKELETON(tv_holder), 0, 0x4, 0x5, 1352.4841, 0, 2) +MODELFILEHEADER(tvscreen, 0, &SKELETON(console_one_screen), 0, 0x1, 0x1, 211.74477, 0, 1) +MODELFILEHEADER(tv4screen, 0, &SKELETON(console_four_screen), 0, 0x4, 0x1, 211.74477, 0, 1) +MODELFILEHEADER(wood_lg_crate1, 0, &SKELETON(standard_object), 0, 0, 1, 1010.363, 0, 3) +MODELFILEHEADER(wood_lg_crate2, 0, &SKELETON(standard_object), 0, 0, 1, 1010.363, 0, 2) +MODELFILEHEADER(wood_md_crate3, 0, &SKELETON(standard_object), 0, 0, 1, 909.32666, 0, 2) +MODELFILEHEADER(wood_sm_crate4, 0, &SKELETON(standard_object), 0, 0, 1, 727.4613, 0, 3) +MODELFILEHEADER(wood_sm_crate5, 0, &SKELETON(standard_object), 0, 0, 1, 727.4613, 0, 4) +MODELFILEHEADER(wood_sm_crate6, 0, &SKELETON(standard_object), 0, 0, 1, 727.4613, 0, 4) +MODELFILEHEADER(wooden_table1, 0, &SKELETON(standard_object), 0, 0, 1, 1095.1365, 0, 2) +MODELFILEHEADER(swipe_card2, 0, &SKELETON(standard_object), 0, 0, 1, 123.088844, 0, 2) +MODELFILEHEADER(borg_crate, 0, &SKELETON(standard_object), 0, 0, 1, 1010.363, 0, 1) +MODELFILEHEADER(boxes4x4, 0, &SKELETON(standard_object), 0, 0, 1, 2424.8711, 0, 7) +MODELFILEHEADER(boxes3x4, 0, &SKELETON(standard_object), 0, 0, 1, 2241.0935, 0, 6) +MODELFILEHEADER(boxes2x4, 0, &SKELETON(standard_object), 0, 0, 1, 2100.0, 0, 6) +MODELFILEHEADER(sec_panel, 0, &SKELETON(standard_object), 0, 0, 1, 1567.2454, 0, 3) +MODELFILEHEADER(ICBM_nose, 0, &SKELETON(standard_object), 0, 0, 1, 2782.7126, 0, 8) +MODELFILEHEADER(ICBM, 0, &SKELETON(standard_object), 0, 0, 1, 14790.535, 0, 0xE) +MODELFILEHEADER(tuning_console1, 0, &SKELETON(console_one_screen), 0, 0x1, 0x1, 1139.5872, 0, 0xE) +MODELFILEHEADER(desk_arecibo1, 0, &SKELETON(standard_object), 0, 0, 1, 1829.1477, 0, 3) +MODELFILEHEADER(locker3, 0, &SKELETON(standard_object), 0, 0, 1, 916.99805, 0, 3) +MODELFILEHEADER(locker4, 0, &SKELETON(standard_object), 0, 0, 1, 916.99805, 0, 3) +MODELFILEHEADER(roofgun, 0, &SKELETON(rotating_stuff), 0, 0x8, 0x5, 1910.908, 0, 0xE) +MODELFILEHEADER(dest_engine, 0, &SKELETON(standard_object), 0, 0, 1, 6459.439, 0, 0xA) +MODELFILEHEADER(dest_exocet, 0, &SKELETON(standard_object), 0, 0, 1, 1644.8435, 0, 8) +MODELFILEHEADER(dest_gun, 0, &SKELETON(standard_object), 0, 0, 1, 2124.0735, 0, 5) +MODELFILEHEADER(dest_harpoon, 0, &SKELETON(standard_object), 0, 0, 1, 1798.7655, 0, 5) +MODELFILEHEADER(dest_seawolf, 0, &SKELETON(standard_object), 0, 0, 1, 2282.0623, 0, 0xA) +MODELFILEHEADER(window, 0, &SKELETON(standard_object), 0, 0, 1, 423.48956, 0, 1) +MODELFILEHEADER(window_lib_lg1, 0, &SKELETON(standard_object), 0, 0, 1, 835.20624, 0, 1) +MODELFILEHEADER(window_lib_sm1, 0, &SKELETON(standard_object), 0, 0, 1, 601.28625, 0, 1) +MODELFILEHEADER(window_cor11, 0, &SKELETON(standard_object), 0, 0, 1, 414.53622, 0, 1) +MODELFILEHEADER(jungle3_tree, 0, &SKELETON(standard_object), 0, 0, 1, 28729.467, 0, 5) +MODELFILEHEADER(palm, 0, &SKELETON(standard_object), 0, 0, 1, 15501.406, 0, 3) +MODELFILEHEADER(palmtree, 0, &SKELETON(standard_object), 0, 0, 1, 1781.4542, 0, 2) +MODELFILEHEADER(plant2b, 0, &SKELETON(standard_object), 0, 0, 1, 1252.9539, 0, 2) +MODELFILEHEADER(labbench, 0, &SKELETON(standard_object), 0, 0, 1, 844.09717, 0, 4) +MODELFILEHEADER(gasbarrel, 0, &SKELETON(standard_object), 0, 0, 1, 725.94379, 0, 2) +MODELFILEHEADER(gasbarrels, 0, &SKELETON(standard_object), 0, 0, 1, 1174.1927, 0, 2) +MODELFILEHEADER(bodyarmour, 0, &SKELETON(standard_object), 0, 0, 1, 246.94099, 0, 7) +MODELFILEHEADER(bodyarmourvest, 0, &SKELETON(standard_object), 0, 0, 1, 241.82211, 0, 2) +MODELFILEHEADER(gastank, 0, &SKELETON(standard_object), 0, 0, 1, 1130.0691, 0, 5) +MODELFILEHEADER(glassware1, 0, &SKELETON(standard_object), 0, 0, 1, 72.111031, 0, 1) +MODELFILEHEADER(hatchbolt, 0, &SKELETON(standard_object), 0, 0, 1, 2236.0679, 0, 1) +MODELFILEHEADER(brakeunit, 0, &SKELETON(standard_object), 0, 0, 1, 801.95074, 0, 4) +MODELFILEHEADER(ak47mag, 0, &SKELETON(standard_object), 0, 0, 1, 107.11019, 0, 2) +MODELFILEHEADER(m16mag, 0, &SKELETON(standard_object), 0, 0, 1, 87.934891, 0, 2) +MODELFILEHEADER(mp5kmag, 0, &SKELETON(standard_object), 0, 0, 1, 119.547295, 0, 2) +MODELFILEHEADER(skorpionmag, 0, &SKELETON(standard_object), 0, 0, 1, 58.428444, 0, 2) +MODELFILEHEADER(spectremag, 0, &SKELETON(standard_object), 0, 0, 1, 99.01432, 0, 2) +MODELFILEHEADER(uzimag, 0, &SKELETON(standard_object), 0, 0, 1, 74.28373, 0, 2) +MODELFILEHEADER(silencer, 0, &SKELETON(standard_object), 0, 0, 1, 63.915436, 0, 3) +MODELFILEHEADER(chrextinguisher, 0, &SKELETON(standard_object), 0, 0, 1, 425.50903, 0, 2) +MODELFILEHEADER(boxcartridges, 0, &SKELETON(standard_object), 0, 0, 1, 66.81916, 0, 3) +MODELFILEHEADER(fnp90mag, 0, &SKELETON(standard_object), 0, 0, 1, 176.28201, 0, 2) +MODELFILEHEADER(goldenshells, 0, &SKELETON(standard_object), 0, 0, 1, 66.81916, 0, 3) +MODELFILEHEADER(magnumshells, 0, &SKELETON(standard_object), 0, 0, 1, 66.81916, 0, 3) +MODELFILEHEADER(wppkmag, 0, &SKELETON(standard_object), 0, 0, 1, 74.28373, 0, 2) +MODELFILEHEADER(tt33mag, 0, &SKELETON(standard_object), 0, 0, 1, 74.28373, 0, 2) +MODELFILEHEADER(sev_door, 0, &SKELETON(standard_object), 0, 0, 1, 1143.7695, 0, 3) +MODELFILEHEADER(sev_door3, 0, &SKELETON(standard_object), 0, 0, 1, 1143.5603, 0, 6) +MODELFILEHEADER(sev_door3_wind, 0, &SKELETON(standard_object), 0, 0, 1, 1143.5603, 0, 5) +MODELFILEHEADER(sev_door4_wind, 0, &SKELETON(door), 0, 0x4, 0x1, 1143.5603, 0, 8) +MODELFILEHEADER(sev_trislide, 0, &SKELETON(door), 0, 0x4, 0x1, 950.54327, 0, 2) +MODELFILEHEADER(sev_door_v1, 0, &SKELETON(standard_object), 0, 0, 1, 1137.8739, 0, 6) +MODELFILEHEADER(steel_door1, 0, &SKELETON(standard_object), 0, 0, 1, 1137.8739, 0, 4) +MODELFILEHEADER(steel_door2, 0, &SKELETON(standard_object), 0, 0, 1, 1137.8739, 0, 9) +MODELFILEHEADER(steel_door3, 0, &SKELETON(standard_object), 0, 0, 1, 1137.8739, 0, 9) +MODELFILEHEADER(silo_lift_door, 0, &SKELETON(standard_object), 0, 0, 1, 600.71082, 0, 4) +MODELFILEHEADER(steel_door2b, 0, &SKELETON(standard_object), 0, 0, 1, 1137.8739, 0, 9) +MODELFILEHEADER(door_roller1, 0, &SKELETON(standard_object), 0, 0, 1, 1032.125, 0, 4) +MODELFILEHEADER(door_roller2, 0, &SKELETON(standard_object), 0, 0, 1, 1032.125, 0, 4) +MODELFILEHEADER(door_roller3, 0, &SKELETON(standard_object), 0, 0, 1, 1032.125, 0, 4) +MODELFILEHEADER(door_roller4, 0, &SKELETON(standard_object), 0, 0, 1, 1032.125, 0, 4) +MODELFILEHEADER(door_st_arec1, 0, &SKELETON(standard_object), 0, 0, 1, 763.03589, 0, 3) +MODELFILEHEADER(door_st_arec2, 0, &SKELETON(standard_object), 0, 0, 1, 763.03589, 0, 3) +MODELFILEHEADER(door_dest1, 0, &SKELETON(standard_object), 0, 0, 1, 461.3873, 0, 3) +MODELFILEHEADER(door_dest2, 0, &SKELETON(standard_object), 0, 0, 1, 461.3873, 0, 5) +MODELFILEHEADER(gas_plant_sw_do1, 0, &SKELETON(standard_object), 0, 0, 1, 862.29706, 0, 4) +MODELFILEHEADER(gas_plant_sw2_do1, 0, &SKELETON(standard_object), 0, 0, 1, 862.88489, 0, 2) +MODELFILEHEADER(gas_plant_sw3_do1, 0, &SKELETON(standard_object), 0, 0, 1, 862.88489, 0, 2) +MODELFILEHEADER(gas_plant_sw4_do1, 0, &SKELETON(standard_object), 0, 0, 1, 862.88489, 0, 1) +MODELFILEHEADER(gas_plant_met1_do1, 0, &SKELETON(standard_object), 0, 0, 1, 862.88489, 0, 5) +MODELFILEHEADER(gas_plant_wc_cub1, 0, &SKELETON(standard_object), 0, 0, 1, 783.8501, 0, 3) +MODELFILEHEADER(gasplant_clear_door, 0, &SKELETON(door), 0, 0x4, 0x1, 1025.0952, 0, 2) +MODELFILEHEADER(train_door, 0, &SKELETON(standard_object), 0, 0, 1, 456.99615, 0, 3) +MODELFILEHEADER(train_door2, 0, &SKELETON(door), 0, 0x4, 0x1, 445.98541, 0, 3) +MODELFILEHEADER(train_door3, 0, &SKELETON(door), 0, 0x4, 0x1, 445.98541, 0, 4) +MODELFILEHEADER(door_eyelid, 0, &SKELETON(eyelid_door), 0, 0x3, 0x3, 3165.4348, 0, 3) +MODELFILEHEADER(door_iris, 0, &SKELETON(iris_door), 0, 0xD, 0xD, 1621.3601, 0, 5) +MODELFILEHEADER(sevdoorwood, 0, &SKELETON(door), 0, 0x4, 0x1, 851.62671, 0, 3) +MODELFILEHEADER(sevdoorwind, 0, &SKELETON(door), 0, 0x4, 0x1, 851.62671, 0, 5) +MODELFILEHEADER(sevdoornowind, 0, &SKELETON(standard_object), 0, 0, 1, 863.03766, 0, 2) +MODELFILEHEADER(sevdoormetslide, 0, &SKELETON(standard_object), 0, 0, 1, 863.74707, 0, 2) +MODELFILEHEADER(cryptdoor1a, 0, &SKELETON(standard_object), 0, 0, 1, 502.64923, 0, 2) +MODELFILEHEADER(cryptdoor1b, 0, &SKELETON(standard_object), 0, 0, 1, 400.97537, 0, 2) +MODELFILEHEADER(cryptdoor2a, 0, &SKELETON(standard_object), 0, 0, 1, 502.64923, 0, 2) +MODELFILEHEADER(cryptdoor2b, 0, &SKELETON(standard_object), 0, 0, 1, 400.97537, 0, 2) +MODELFILEHEADER(cryptdoor3, 0, &SKELETON(standard_object), 0, 0, 1, 801.95074, 0, 3) +MODELFILEHEADER(cryptdoor4, 0, &SKELETON(standard_object), 0, 0, 1, 801.95074, 0, 1) +MODELFILEHEADER(vertdoor, 0, &SKELETON(standard_object), 0, 0, 1, 1997.2246, 0, 5) +MODELFILEHEADER(hatchdoor, 0, &SKELETON(standard_object), 0, 0, 1, 192.1653, 0, 1) +MODELFILEHEADER(damgatedoor, 0, &SKELETON(standard_object), 0, 0, 1, 308.36456, 0, 3) +MODELFILEHEADER(damtundoor, 0, &SKELETON(standard_object), 0, 0, 1, 127.89996, 0, 4) +MODELFILEHEADER(damchaindoor, 0, &SKELETON(standard_object), 0, 0, 1, 171.36655, 0, 2) +MODELFILEHEADER(silotopdoor, 0, &SKELETON(standard_object), 0, 0, 1, 2675.3958, 0, 5) +MODELFILEHEADER(doorprison1, 0, &SKELETON(standard_object), 0, 0, 1, 1062.0833, 0, 1) +MODELFILEHEADER(doorstatgate, 0, &SKELETON(standard_object), 0, 0, 1, 1503.9503, 0, 3) +#ifdef DEBUG +char* chrobj_SwitchNames[] = { + "GFNX_GUN_FLASH", + "MUZZLE", + "SW_FLASH" }; +#endif +MODELFILEHEADER(chrkalash, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 403.53766, 0, 8) +/* +// ROOTNODE SKELETON SWITCHES NUMSW NUMJOINTS BOUNDRAD NUMREC NUMTEX TEXTURES SWITCHNAMES ISLOADED + +//D:80038CD0 +struct ModelFileHeader PchrkalashZeader = { + NULL, &chrobjPchrSkeleton, NULL, 3, 1, 403.53766, 0, 8, NULL + #ifdef DEBUG + ,chrobj_SwitchNames + #endif + #if !defined(VERSION_EU) + ,FALSE + #endif + }; +*/ +MODELFILEHEADER(chrgrenadelaunch, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 422.48355, 0, 7) +MODELFILEHEADER(chrknife, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 245.14619, 0, 2) +MODELFILEHEADER(chrlaser, 0, &SKELETON(prop_weapon), 0, 0x3, 0x2, 444.66241, 0, 8) +MODELFILEHEADER(chrm16, 0, &SKELETON(prop_weapon), 0, 0x3, 0x2, 964.01367, 0, 6) +MODELFILEHEADER(chrmp5k, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 277.32227, 0, 9) +MODELFILEHEADER(chrruger, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 246.72643, 0, 5) +MODELFILEHEADER(chrwppk, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 125.79879, 0, 5) +MODELFILEHEADER(chrshotgun, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 488.88385, 0, 8) +MODELFILEHEADER(chrskorpion, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 183.37708, 0, 7) +MODELFILEHEADER(chrspectre, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 351.26923, 0, 6) +MODELFILEHEADER(chruzi, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 265.11813, 0, 7) +MODELFILEHEADER(chrgrenade, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 118.18749, 0, 2) +MODELFILEHEADER(chrfnp90, 0, &SKELETON(prop_weapon), 0, 0x3, 0x2, 470.04633, 0, 7) +MODELFILEHEADER(chrbriefcase, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 342.23688, 0, 5) +MODELFILEHEADER(chrremotemine, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 87.434036, 0, 2) +MODELFILEHEADER(chrproximitymine, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 87.196609, 0, 2) +MODELFILEHEADER(chrtimedmine, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 87.245888, 0, 3) +MODELFILEHEADER(chrrocket, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 342.8634, 0, 3) +MODELFILEHEADER(chrgrenaderound, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 96.976593, 0, 1) +MODELFILEHEADER(chrwppksil, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 219.44571, 0, 6) +MODELFILEHEADER(chrtt33, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 142.11539, 0, 5) +MODELFILEHEADER(chrmp5ksil, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 406.18033, 0, 0xA) +MODELFILEHEADER(chrautoshot, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 375.50247, 0, 8) +MODELFILEHEADER(chrgolden, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 157.98299, 0, 2) +MODELFILEHEADER(chrthrowknife, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 217.61888, 0, 2) +MODELFILEHEADER(chrsniperrifle, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 616.93939, 0, 5) +MODELFILEHEADER(chrrocketlaunch, 0, &SKELETON(prop_weapon), 0, 0x3, 0x2, 501.55179, 0, 6) +MODELFILEHEADER(hatfurry, 0, &SKELETON(hat), 0, 0, 1, 152.53136, 0, 3) +MODELFILEHEADER(hatfurrybrown, 0, &SKELETON(hat), 0, 0, 1, 152.53136, 0, 3) +MODELFILEHEADER(hatfurryblack, 0, &SKELETON(hat), 0, 0, 1, 152.53136, 0, 3) +MODELFILEHEADER(hattbird, 0, &SKELETON(hat), 0, 0, 1, 114.45274, 0, 1) +MODELFILEHEADER(hattbirdbrown, 0, &SKELETON(hat), 0, 0, 1, 122.7013, 0, 1) +MODELFILEHEADER(hathelmet, 0, &SKELETON(hat), 0, 0, 1, 163.84476, 0, 1) +MODELFILEHEADER(hathelmetgrey, 0, &SKELETON(hat), 0, 0, 1, 163.84476, 0, 1) +MODELFILEHEADER(hatmoon, 0, &SKELETON(hat), 0, 0, 1, 138.25751, 0, 2) +MODELFILEHEADER(hatberet, 0, &SKELETON(hat), 0, 0, 1, 116.16043, 0, 1) +MODELFILEHEADER(hatberetblue, 0, &SKELETON(hat), 0, 0, 1, 116.16043, 0, 2) +MODELFILEHEADER(hatberetred, 0, &SKELETON(hat), 0, 0, 1, 115.46455, 0, 2) +MODELFILEHEADER(hatpeaked, 0, &SKELETON(hat), 0, 0, 1, 148.39027, 0, 1) +MODELFILEHEADER(chrwristdart, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrexplosivepen, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrbombcase, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 342.23688, 0, 5) +MODELFILEHEADER(chrflarepistol, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrpitongun, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrfingergun, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrsilverwppk, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrgoldwppk, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrdynamite, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrbungee, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrdoordecoder, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 180.27969, 0, 0x10) +MODELFILEHEADER(chrbombdefuser, 0, &SKELETON(standard_object), 0, 0, 1, 84.370705, 0, 0xC) +MODELFILEHEADER(chrbugdetector, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrsafecrackercase, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 342.23688, 0, 5) +MODELFILEHEADER(chrcamera, 0, &SKELETON(standard_object), 0, 0, 1, 52.775627, 0, 0xB) +MODELFILEHEADER(chrlockexploder, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrdoorexploder, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrkeyanalysercase, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 342.23688, 0, 5) +MODELFILEHEADER(chrweaponcase, 0, &SKELETON(standard_object), 0, 0, 1, 274.2905, 0, 5) +MODELFILEHEADER(chrkeyyale, 0, &SKELETON(standard_object), 0, 0, 1, 82.850311, 0, 1) +MODELFILEHEADER(chrkeybolt, 0, &SKELETON(standard_object), 0, 0, 1, 151.85315, 0, 1) +MODELFILEHEADER(chrbug, 0, &SKELETON(standard_object), 0, 0, 1, 104.7203, 0, 6) +MODELFILEHEADER(chrmicrocamera, 0, &SKELETON(standard_object), 0, 0, 1, 126.49728, 0, 7) +MODELFILEHEADER(floppy, 0, &SKELETON(standard_object), 0, 0, 1, 60.902443, 0, 5) +MODELFILEHEADER(chrgoldeneyekey, 0, &SKELETON(standard_object), 0, 0, 1, 98.987083, 0, 5) +MODELFILEHEADER(chrpolarizedglasses, 0, &SKELETON(standard_object), 0, 0, 1, 53.776386, 0, 2) +MODELFILEHEADER(chrcreditcard, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrdarkglasses, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrgaskeyring, 0, &SKELETON(standard_object), 0, 0, 1, 111.59859, 0, 9) +MODELFILEHEADER(chrdatathief, 0, &SKELETON(standard_object), 0, 0, 1, 119.78231, 0, 3) +MODELFILEHEADER(safe, 0, &SKELETON(standard_object), 0, 0, 1, 1011.18744, 0, 3) +MODELFILEHEADER(bomb, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrplans, 0, &SKELETON(standard_object), 0, 0, 1, 384.74649, 0, 5) +MODELFILEHEADER(chrspyfile, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrblueprints, 0, &SKELETON(standard_object), 0, 0, 1, 588.65448, 0, 4) +MODELFILEHEADER(chrcircuitboard, 0, &SKELETON(standard_object), 0, 0, 1, 138.90285, 0, 3) +MODELFILEHEADER(chrmap, 0, &SKELETON(standard_object), 0, 0, 1, 588.65448, 0, 4) +MODELFILEHEADER(chrspooltape, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chraudiotape, 0, &SKELETON(standard_object), 0, 0, 1, 97.531075, 0, 9) +MODELFILEHEADER(chrmicrofilm, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrmicrocode, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrlectre, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrmoney, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrgoldbar, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrheroin, 0, &SKELETON(standard_object), 0, 0, 1, 288.67514, 0, 1) +MODELFILEHEADER(chrclipboard, 0, &SKELETON(standard_object), 0, 0, 1, 190.41742, 0, 3) +MODELFILEHEADER(chrdossierred, 0, &SKELETON(standard_object), 0, 0, 1, 183.54231, 0, 4) +MODELFILEHEADER(chrstafflist, 0, &SKELETON(standard_object), 0, 0, 1, 215.17534, 0, 4) +MODELFILEHEADER(chrdattape, 0, &SKELETON(standard_object), 0, 0, 1, 79.868584, 0, 4) +MODELFILEHEADER(chrplastique, 0, &SKELETON(standard_object), 0, 0, 1, 143.86052, 0, 3) +MODELFILEHEADER(chrblackbox, 0, &SKELETON(standard_object), 0, 0, 1, 128.31796, 0, 5) +MODELFILEHEADER(chrvideotape, 0, &SKELETON(standard_object), 0, 0, 1, 122.69632, 0, 9) +MODELFILEHEADER(nintendologo, 0, &SKELETON(standard_object), 0, 0, 1, 1868.335, 0, 1) +MODELFILEHEADER(goldeneyelogo, 0, &SKELETON(standard_object), 0, 0, 1, 1287.1866, 0, 2) +#ifdef DEBUG +char* WalletBond_SwitchNames[] = { + "SW_TABS", + "SW_PAPER", + "SW_EYESONLY", + "SW_OHMSS", + "SW_CONFIDENTIAL", + "SW_CONFIDENTIAL2", + "SW_CLASSIFIED", + "SW_PHOTOBOND", + "SW_BROSNAN", + "SW_CONNERY", + "SW_DALTON", + "SW_MOORE", + "SW_PHOTOBRIEF", + "SW_COVER", + "SW_PHOTOCOVER", + "SW_BROSNANCOVER", + "SW_CONNERYCOVER", + "SW_DALTONCOVER", + "SW_MOORECOVER", + "SW_SLIDES", + "SW_PICS", + "GFXHIT0_PICS", + "SW_BRIEF1", + "SW_BRIEF2", + "SW_BRIEF3", + "SW_BRIEF4", + "SW_BRIEF5", + "SW_BRIEF6", + "SW_BRIEF7", + "SW_BRIEF8", + "SW_BRIEF9", + "SW_BRIEF10", + "SW_BRIEF11", + "SW_BRIEF12", + "SW_BRIEF13", + "SW_BRIEF14", + "SW_BRIEF15", + "SW_BRIEF16", + "SW_BRIEF17", + "SW_BRIEF18", + "SW_BRIEF19", + "SW_BRIEF20", + "SW_BLANK" }; +#endif +MODELFILEHEADER(walletbond, 0, &SKELETON(walletbond), 0, 0x2B, 0x1, 3504.53, 0, 0x54) +MODELFILEHEADER(miltruck, 0, &SKELETON(car), 0, 0xB, 0x5, 4589.7188, 0, 0x16) +MODELFILEHEADER(jeep, 0, &SKELETON(car), 0, 0xB, 0x5, 2107.8105, 0, 0x10) +MODELFILEHEADER(artic, 0, &SKELETON(car), 0, 0xB, 0x5, 2678.5667, 0x0, 0x11) +MODELFILEHEADER(helicopter, 0, &SKELETON(flying), 0, 0x6, 0x4, 4955.271, 0, 0x18) +MODELFILEHEADER(tiger, 0, &SKELETON(flying), 0, 0x6, 0x4, 4072.0291, 0, 0xE) +MODELFILEHEADER(milcopter, 0, &SKELETON(flying), 0, 0x6, 0x4, 5316.9155, 0, 0xF) +MODELFILEHEADER(hind, 0, &SKELETON(flying), 0, 0x6, 0x5, 5315.314, 0, 0xB) +MODELFILEHEADER(artictrailer, 0, &SKELETON(standard_object), 0, 0, 1, 4014.6265, 0, 0xB) +MODELFILEHEADER(motorbike, 0, &SKELETON(standard_object), 0, 0, 1, 1610.8706, 0, 6) +MODELFILEHEADER(tank, 0, &SKELETON(tank), 0, 0x9, 0x5, 6290.8398, 0, 0x18) +MODELFILEHEADER(apc, 0, &SKELETON(standard_object), 0, 0, 1, 3611.1035, 0, 0xE) +MODELFILEHEADER(speedboat, 0, &SKELETON(standard_object), 0, 0, 1, 1799.4586, 0, 0xD) +MODELFILEHEADER(plane, 0, &SKELETON(flying), 0, 0x6, 0x3, 9285.4492, 0, 0x1C) +MODELFILEHEADER(gun_runway1, 0, &SKELETON(rotating_stuff), 0, 0x8, 0x5, 1927.5205, 0, 6) +MODELFILEHEADER(safedoor, 0, &SKELETON(standard_object), 0, 0, 1, 714.14612, 0, 4) +MODELFILEHEADER(key_holder, 0, &SKELETON(standard_object), 0, 0, 1, 223.87097, 0, 7) +MODELFILEHEADER(hatchsevx, 0, &SKELETON(standard_object), 0, 0, 1, 1224.7664, 0, 2) +MODELFILEHEADER(sevdish, 0, &SKELETON(rotating_stuff), 0, 0x8, 0x3, 14350.1, 0, 7) +MODELFILEHEADER(archsecdoor1, 0, &SKELETON(standard_object), 0, 0, 1, 455.81409, 0, 3) +MODELFILEHEADER(archsecdoor2, 0, &SKELETON(standard_object), 0, 0, 1, 496.99292, 0, 3) +MODELFILEHEADER(groundgun, 0, &SKELETON(rotating_stuff), 0, 0x8, 0x5, 2182.6472, 0, 4) +MODELFILEHEADER(trainextdoor, 0, &SKELETON(standard_object), 0, 0, 1, 587.70111, 0, 5) +MODELFILEHEADER(carbmw, 0, &SKELETON(standard_object), 0, 0, 1, 553.08728, 0, 0xB) +MODELFILEHEADER(carescort, 0, &SKELETON(standard_object), 0, 0, 1, 1110.5665, 0, 9) +MODELFILEHEADER(cargolf, 0, &SKELETON(standard_object), 0, 0, 1, 1121.6409, 0, 0xA) +MODELFILEHEADER(carweird, 0, &SKELETON(standard_object), 0, 0, 1, 984.03931, 0, 0xD) +MODELFILEHEADER(carzil, 0, &SKELETON(car), 0, 0xB, 0x5, 1044.5764, 0, 0xD) +MODELFILEHEADER(shuttle_door_l, 0, &SKELETON(standard_object), 0, 0, 1, 706.56641, 0, 7) +MODELFILEHEADER(shuttle_door_r, 0, &SKELETON(standard_object), 0, 0, 1, 706.56641, 0, 8) +MODELFILEHEADER(depot_gate_entry, 0, &SKELETON(standard_object), 0, 0, 1, 811.28949, 0, 3) +MODELFILEHEADER(depot_door_steel, 0, &SKELETON(standard_object), 0, 0, 1, 574.79651, 0, 3) +MODELFILEHEADER(glassware2, 0, &SKELETON(standard_object), 0, 0, 1, 98.488579, 0, 3) +MODELFILEHEADER(glassware3, 0, &SKELETON(standard_object), 0, 0, 1, 137.92715, 0, 1) +MODELFILEHEADER(glassware4, 0, &SKELETON(standard_object), 0, 0, 1, 177.48241, 0, 2) +MODELFILEHEADER(landmine, 0, &SKELETON(standard_object), 0, 0, 1, 440.03009, 0, 2) +MODELFILEHEADER(plant1, 0, &SKELETON(standard_object), 0, 0, 1, 2704.1086, 0, 1) +MODELFILEHEADER(plant11, 0, &SKELETON(standard_object), 0, 0, 1, 2704.1086, 0, 1) +MODELFILEHEADER(plant2, 0, &SKELETON(standard_object), 0, 0, 1, 3416.248, 0, 2) +MODELFILEHEADER(plant3, 0, &SKELETON(standard_object), 0, 0, 1, 2986.0405, 0, 1) +MODELFILEHEADER(jungle5_tree, 0, &SKELETON(standard_object), 0, 0, 1, 3277.6123, 0, 4) +MODELFILEHEADER(legalpage, 0, &SKELETON(standard_object), 0, 0, 1, 2711.7573, 0, 5) +MODELFILEHEADER(st_pete_room_1i, 0, &SKELETON(standard_object), 0, 0, 1, 8437.5137, 0, 0x17) +MODELFILEHEADER(st_pete_room_2i, 0, &SKELETON(standard_object), 0, 0, 1, 8515.8164, 0, 0x19) +MODELFILEHEADER(st_pete_room_3t, 0, &SKELETON(standard_object), 0, 0, 1, 4561.9766, 0, 0x1B) +MODELFILEHEADER(st_pete_room_5c, 0, &SKELETON(standard_object), 0, 0, 1, 4561.9766, 0, 0x19) +MODELFILEHEADER(st_pete_room_6c, 0, &SKELETON(standard_object), 0, 0, 1, 5006.2896, 0, 0x17) +MODELFILEHEADER(door_rollertrain, 0, &SKELETON(standard_object), 0, 0, 1, 1032.125, 0, 2) +MODELFILEHEADER(door_win, 0, &SKELETON(standard_object), 0, 0, 1, 211.90215, 0, 1) +MODELFILEHEADER(door_aztec, 0, &SKELETON(standard_object), 0, 0, 1, 632.48639, 0, 1) +MODELFILEHEADER(shuttle, 0, &SKELETON(standard_object), 0, 0, 1, 4475.1494, 0, 9) +MODELFILEHEADER(door_azt_desk, 0, &SKELETON(standard_object), 0, 0, 1, 860.41669, 0, 2) +MODELFILEHEADER(door_azt_desk_top, 0, &SKELETON(standard_object), 0, 0, 1, 565.93268, 0, 3) +MODELFILEHEADER(door_azt_chair, 0, &SKELETON(standard_object), 0, 0, 1, 94.510803, 0, 3) +MODELFILEHEADER(door_mf, 0, &SKELETON(standard_object), 0, 0, 1, 559.70367, 0, 7) +MODELFILEHEADER(flag, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 862.30865, 0, 2) +MODELFILEHEADER(barricade, 0, &SKELETON(standard_object), 0, 0, 1, 2047.3016, 0, 2) +MODELFILEHEADER(modembox, 0, &SKELETON(console_one_screen), 0, 0x1, 0x1, 338.28839, 0, 4) +MODELFILEHEADER(doorpanel, 0, &SKELETON(console_four_screen), 0, 0x4, 0x1, 338.28839, 0, 4) +MODELFILEHEADER(doorconsole, 0, &SKELETON(console_one_screen), 0, 0x1, 0x1, 994.23688, 0, 0xD) +MODELFILEHEADER(chrtesttube, 0, &SKELETON(prop_weapon), 0, 0x3, 0x1, 136.25925, 0, 2) +MODELFILEHEADER(bollard, 0, &SKELETON(standard_object), 0, 0, 1, 628.78754, 0, 1) diff --git a/assets/obseg/readme.md b/assets/obseg/readme.md new file mode 100644 index 0000000..14fa3ab --- /dev/null +++ b/assets/obseg/readme.md @@ -0,0 +1,65 @@ +# obseg Asset Readme + +These assets consist of model and level information, and all text in the game. + +There are eight categories (subfolders) of obseg assets included in source code. Visit each subfolder for a more detailed readme. + +obseg asset categories are: + +* `bg` +* `brief` +* `chr` +* `gun` +* `prop` +* `setup` +* `stan` +* `text` + +## `bg` Assets +Level background geometry display lists and portal info. + +## `brief` Assets +Maps text strings into mission briefings. + +## `chr` Assets +Character models display lists. + +## `gun` Assets +On screen gun models display lists. + +## `prop` Assets +Prop and item models display lists. + +## `setup` Assets +Setups contain the mission scripting logic, AI Scripting, object information, Pad and Portal placement, guard paths and nav mesh. (see below for descriptions) + +## `stan` Assets +Stand Tiles. Refereed to by Rare Staff as "stans" in GE or simply "Tiles" in PD. (see below for descriptions) + +## `text` Assets +All game text. + +## Misc Assets +In the root of this folder is a file listing all of the assets included in the build, with path and filename info. This is used at runtime to resolve the list of available assets. + +----- + +# Concepts + +# Room +A level is divided into rooms. + +# Portal +Portals allow Bond to see through them to connected rooms that are otherwise culled to save unnecessary processing. + +# Pad +A room contains one or more pads. + +# Path +Guard pathing information between pads. + +# Nav mesh +Also known as "sets". Colleciton of pads, to aid in the AI algorithm to find the shortest path to Bond. + +# Stan or Tiles +Defines floor information. diff --git a/assets/obseg/setup/Ump_setupameZ.c b/assets/obseg/setup/Ump_setupameZ.c index 6120e9c..dd8d71f 100644 --- a/assets/obseg/setup/Ump_setupameZ.c +++ b/assets/obseg/setup/Ump_setupameZ.c @@ -1,254 +1,337 @@ -#include "ultra64.h" -#include "stagesetup.h" - -s32 intro[]; -u32 props[]; -struct path paths[]; -struct ailist ailists[]; -struct preset0x presets0x[]; -struct preset0x presets2x_0[]; -struct preset2x presets2x_2[]; - -struct stagesetup setup = { - pathtbl, - pathlink, - intro, - props, - paths, - ailists, - presets0x, - presets2x_0, - NULL, - NULL, -}; -struct preset0x presets0x[] = { - { -389.0f, 95.0f, 160.0f, 0.0f, 1.0f, 0.0f, -0.999859f, 0.0f, -0.016799f, "p274a2", 0}, - { -1536.0f, 95.0f, 767.0f, 0.0f, 1.0f, 0.0f, -0.999859f, 0.0f, -0.016799f, "p330a", 0}, - { -338.0f, 95.0f, -523.0f, 0.0f, 1.0f, 0.0f, -0.999859f, 0.0f, -0.016799f, "p297a", 0}, - { -323.0f, 95.0f, -2251.0f, 0.0f, 1.0f, 0.0f, -0.999859f, 0.0f, -0.016799f, "p306a", 0}, - { -1615.0f, 95.0f, -1247.0f, 0.0f, 1.0f, 0.0f, -0.999859f, 0.0f, -0.016799f, "p319a", 0}, - { 307.0f, 95.0f, 301.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p493a2", 0}, - { 530.0f, 95.0f, 742.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p577a2", 0}, - { -769.0f, 95.0f, -947.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p299a", 0}, - { -772.0f, 95.0f, -2027.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p309a", 0}, - { -1647.0f, 95.0f, -1305.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p319a", 0}, - { -2082.0f, 95.0f, -364.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p43a1", 0}, - { -1647.0f, 95.0f, 770.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p328a", 0}, - { 258.0f, 379.0f, -1623.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p343a1", 0}, - { -1419.0f, 379.0f, 73.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p338a2", 0}, - { -1236.0f, 379.0f, -951.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p175a2", 0}, - { -2130.0f, 95.0f, -1043.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p51a2", 0}, - { -461.0f, 379.0f, -1594.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p176a1", 0}, - { 299.0f, 95.0f, 104.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p493a1", 0}, - { 107.0f, 95.0f, 524.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p487a1", 0}, - { 286.0f, 95.0f, 506.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p575a", 0}, - { 802.0f, 95.0f, 506.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p29a", 0}, - { -454.0f, 95.0f, -1231.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p298a", 0}, - { -1016.0f, 95.0f, -644.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p303a", 0}, - { -280.0f, 95.0f, -2246.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p306a", 0}, - { -1264.0f, 95.0f, -1763.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p310a", 0}, - { -1784.0f, 95.0f, -1815.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p316a", 0}, - { -2081.0f, 95.0f, -1567.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p166a2", 0}, - { -1957.0f, 95.0f, -625.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p323a", 0}, - { -1741.0f, 95.0f, -471.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p325a", 0}, - { -1815.0f, 95.0f, 483.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p328a", 0}, - { -1852.0f, 95.0f, 1084.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p331a", 0}, - { 26.0f, 379.0f, -1200.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p184a1", 0}, - { 14.0f, 379.0f, -2041.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p182a2", 0}, - { -1814.0f, 379.0f, 92.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p186a1", 0}, - { -1579.0f, 379.0f, 469.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p188a1", 0}, - { -497.0f, 379.0f, -434.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p172a1", 0}, - { -1010.0f, 379.0f, -1411.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p174a1", 0}, - { -778.0f, -142.0f, 1050.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p1104a", 0}, - { 757.0f, -142.0f, 480.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p1162a", 0}, - { -1406.0f, -142.0f, -1685.0f, 0.0f, 1.0f, 0.0f, 0.016798f, 0.0f, -0.999859f, "p1125a", 0}, - { 1044.0f, -142.0f, -781.0f, 0.0f, 1.0f, 0.0f, 0.016798f, 0.0f, -0.999859f, "p1171a", 0}, - { -688.0f, -142.0f, -744.0f, 0.0f, 1.0f, 0.0f, -0.999859f, 0.0f, -0.016798f, "p803a2", 0}, - { 524.0f, -142.0f, 208.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p1163a", 0}, - { 486.0f, -142.0f, -1369.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p1244a", 0}, - { -1220.0f, -142.0f, 84.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p787a1", 0}, - { -745.0f, -142.0f, 834.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p1080a", 0}, - { -976.0f, -142.0f, -2059.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p1145a", 0}, - { -968.0f, -142.0f, -736.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p799a2", 0}, - { -212.0f, -142.0f, -495.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p591a2", 0}, - { 524.0f, -142.0f, 86.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p1163a", 0}, - { 532.0f, -142.0f, 330.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p1162a", 0}, - { 739.0f, -142.0f, -1636.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p1261a", 0}, - { -849.0f, -142.0f, -727.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p799a2", 0}, - { 264.0f, -142.0f, -1047.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p1249a", 0}, - { -975.0f, -142.0f, 667.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p1087a", 0}, - { -531.0f, -142.0f, 636.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p1092a", 0}, - { -1365.0f, -142.0f, -152.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p792a1", 0}, - { -1005.0f, -142.0f, -144.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p793a2", 0}, - { -1280.0f, -142.0f, -2058.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p1116a", 0}, - { -1098.0f, -142.0f, -715.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p799a1", 0}, - { -1038.0f, 95.0f, -1049.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p305a", 0}, - { -1896.0f, -142.0f, -2399.0f, 0.0f, 1.0f, 0.0f, 0.016799f, 0.0f, -0.999859f, "p938a2", 0}, - { 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 00000000, 0}, -}; - - -struct preset0x presets2x_0[] = { - { 380.0f, 95.0f, -127.0f,-1.0f, 0.0f, 1.0E-6f, 0.0f, 1.0f, 0.0f, "p25a2", 0}, -}; -struct preset2x presets2x_2[] = { - {-89.0f, 90.0f, -5.7E-5f, 5.6E-5f, -94.99999f, 93.99999f, 199.0f, 95.0f, -265.0f, -1.0f, 0.0f, 1.0E-6f, 0.0f, 1.0f, 0.0f, "p25a1", 0}, - {-110.0f, 114.0f, -5.8E-5f, 5.5E-5f, -94.99999f, 93.99999f, 207.0f, 95.0f, 74.0f, -1.0f, 0.0f, 1.0E-6f, 0.0f, 1.0f, 0.0f, "p493a1", 0}, - {-72.0f, 74.0f, -5.7E-5f, 5.6E-5f, -94.99999f, 93.99999f, 207.0f, 95.0f, 307.0f, -1.0f, 0.0f, 1.0E-6f, 0.0f, 1.0f, 0.0f, "p493a1", 0}, - {-72.0f, 74.0f, -5.7E-5f, 5.6E-5f, -94.99999f, 93.99999f, 116.0f, 95.0f, 405.0f, -1.0E-6f, 0.0f, -1.0f, 0.0f, 1.0f, 0.0f, "p487a1", 0}, - {-72.0f, 73.0f, -5.7E-5f, 5.6E-5f, -94.99999f, 93.99999f, -117.0f, 95.0f, 405.0f, -1.0E-6f, 0.0f, -1.0f, 0.0f, 1.0f, 0.0f, "p487a1", 0}, - {-72.0f, 73.0f, -5.7E-5f, 5.6E-5f, -94.99999f, 93.99999f, -479.0f, 95.0f, 623.0f, 0.0f, 0.0f, -1.0f, 0.0f, 1.0f, 0.0f, "p28a2", 0}, - {-89.0f, 90.0f, -4.5E-5f, 4.4E-5f, -94.99999f, 93.99999f, -341.0f, 95.0f, 443.0f, 0.0f, 0.0f, -1.0f, 0.0f, 1.0f, 0.0f, "p28a2", 0}, - {-111.0f, 114.0f, -4.2E-5f, 4.1E-5f, -94.99999f, 93.99999f, -1841.0f, 95.0f, -568.0f, 0.0f, 0.0f, -1.0f, 0.0f, 1.0f, 0.0f, "p325a", 0}, - {-167.0f, 170.0f, -4.2E-5f, 4.1E-5f, -94.99999f, 93.99999f, -1671.0f, 95.0f, -435.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, "p325a", 0}, - {-133.0f, 136.0f, -4.2E-5f, 4.1E-5f, -94.99999f, 93.99999f, -1685.0f, 95.0f, -1514.0f, 0.0f, 0.0f, -1.0f, 0.0f, 1.0f, 0.0f, "p319a", 0}, - {-167.0f, 170.0f, -4.2E-5f, 4.1E-5f, -94.99999f, 93.99999f, -1667.0f, 95.0f, -1761.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, "p319a", 0}, - {-133.0f, 136.0f, -4.2E-5f, 4.1E-5f, -94.99999f, 93.99999f, -2022.0f, 39.0f, -767.0f, 1.0E-6f, -1.0E-6f, -1.0f, 0.0f, 1.0f, 0.0f, "p62a1", 0}, - {-15.000288f, 14.000024f, -9.000112f, 180.00003f, -39.000004f, 151.00002f, -2022.0f, 39.0f, -1145.0f, 1.0E-6f, -1.0E-6f, -1.0f, 0.0f, 1.0f, 0.0f, "p61a1", 0}, - {-15.000289f, 14.000024f, -9.000112f, 181.00003f, -39.000004f, 151.00002f, 464.0f, 39.0f, 402.0f, 1.0f, -1.0E-6f, 1.0E-6f, 0.0f, 1.0f, 0.0f, "p60a2", 0}, - {-15.000236f, 15.000024f, -9.000112f, 142.00005f, -39.000004f, 151.00002f, 464.0f, 39.0f, -23.0f, 1.0f, -1.0E-6f, 1.0E-6f, 0.0f, 1.0f, 0.0f, "p57a2", 0}, - {-15.000236f, 14.000024f, -9.000112f, 142.00003f, -39.000004f, 151.00002f, 213.0f, 39.0f, 786.0f, 1.0E-6f, -1.0E-6f, -1.0f, 0.0f, 1.0f, 0.0f, "p58a1", 0}, - {-15.000236f, 14.000024f, -9.000112f, 142.00003f, -39.000004f, 151.00002f, -213.0f, 39.0f, 786.0f, 1.0E-6f, -1.0E-6f, -1.0f, 0.0f, 1.0f, 0.0f, "p59a1", 0}, - {-14.000236f, 15.000024f, -9.00011f, 142.00005f, -39.000004f, 151.00002f, -1340.0f, 39.0f, -804.0f, 1.0E-6f, -1.0E-6f, -1.0f, 0.0f, 1.0f, 0.0f, "p56a2", 0}, - {-15.000237f, 14.000024f, -9.000112f, 143.00003f, -39.000004f, 151.00002f, -1500.0f, 39.0f, -804.0f, 1.0E-6f, -1.0E-6f, -1.0f, 0.0f, 1.0f, 0.0f, "p56a2", 0}, - {-15.000237f, 14.000024f, -9.000112f, 143.00003f, -39.000004f, 151.00002f, -2041.0f, -188.0f, -2392.0f, 3.0E-6f, 0.0f, -1.0f, 0.0f, 1.0f, 0.0f, "p938a1", 0}, - {-4.000306f, 4.00002f, -6.000065f, 108.00002f, -40.0f, 150.0f, 219.0f, -188.0f, 979.0f, 3.0E-6f, 0.0f, -1.0f, 0.0f, 1.0f, 0.0f, "p581a1", 0}, - {-5.000306f, 4.00002f, -6.000068f, 108.00002f, -40.0f, 150.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 00000000, 0}, -}; - /* -00001100 00000000 ddw 0h -00001104 00000000 ddw 0h -00001108 00000000 ddw 0h -0000110c 00000000 ddw 0h -00001110 00000000 ddw 0h -00001114 00000000 ddw 0h +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:05 AM +* Getools.Lib: 21.9.18.1 */ -u32 props[] = { - weapon(0x100, 0x0, 0x14D, 0x3B, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0x58, 0xFF, 0xFFFF, 0x0) - bodyarmor(0x180, 0x0, 0x73, 0x30, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0x10000, 0x0) - bodyarmor(0x180, 0x0, 0x73, 0xF, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0x10000, 0x0) - bodyarmor(0x180, 0x0, 0x73, 0x10, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0x10000, 0x0) - weapon(0x200, 0x0, 0x0, 0x2A, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF0, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x31, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x32, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x200, 0x0, 0x0, 0x2F, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF0, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x34, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x3B, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x200, 0x0, 0x0, 0x8, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF1, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x17, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x18, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x200, 0x0, 0x0, 0xA, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF1, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x1B, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x1C, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x133, 0x0, 0x0, 0x2D, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF2, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x36, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x37, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x133, 0x0, 0x0, 0x2E, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF2, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x3A, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x133, 0x0, 0x0, 0x5, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF3, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x11, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x12, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x133, 0x0, 0x0, 0x9, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF3, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x19, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x1A, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x133, 0x0, 0x0, 0xC, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF4, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x1F, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x20, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x100, 0x0, 0x0, 0x2B, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF4, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x33, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x35, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x100, 0x0, 0x0, 0x2C, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF5, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x38, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x39, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x100, 0x0, 0x0, 0x6, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF5, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x13, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x14, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x100, 0x0, 0x0, 0xB, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF6, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x1D, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x1E, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x100, 0x0, 0x0, 0xD, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF6, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x21, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x22, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x100, 0x0, 0x0, 0x7, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF6, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x15, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x16, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - weapon(0x100, 0x0, 0x0, 0xE, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xF7, 0xFF, 0xFFFF, 0x0) - ammobox(0x99, 0x0, 0x5, 0x23, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - ammobox(0x99, 0x0, 0x5, 0x24, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000, 0xFFFF0000) - glass(0x100, 0x0, 0x68, 0x2710, 0x4000B62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0) - glass(0x100, 0x0, 0x68, 0x2711, 0x4000B62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0) - glass(0x100, 0x0, 0x68, 0x2712, 0x4000B62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0) - glass(0x100, 0x0, 0x68, 0x2713, 0x4000B62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0) - glass(0x100, 0x0, 0x68, 0x2714, 0x4000B62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0) - glass(0x100, 0x0, 0x68, 0x2715, 0x4000B62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0) - glass(0x100, 0x0, 0x68, 0x2716, 0x4000B62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0) - glass(0x100, 0x0, 0x68, 0x2717, 0x4000B62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0) - glass(0x100, 0x0, 0x68, 0x2718, 0x4000B62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0) - glass(0x100, 0x0, 0x68, 0x2719, 0x4000B62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0) - glass(0x100, 0x0, 0x68, 0x271A, 0x4000B62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0) - glass(0x100, 0x0, 0x68, 0x271B, 0x4000B62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0) - door(0x100, 0x0, 0x12A, 0xC, 0x10000400, 0x20000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0x0, 0xF333, 0xE70A, 0x51, 0x51, 0x666, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x5DC, 0xF, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) - door(0x100, 0x0, 0x12A, 0xD, 0x10000400, 0x20000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0x0, 0xF333, 0xE70A, 0x51, 0x51, 0x666, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x5DC, 0xF, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) - door(0x100, 0x0, 0x12A, 0xE, 0x10000400, 0x20000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0x0, 0xF333, 0xE70A, 0x51, 0x51, 0x666, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x5DC, 0xF, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) - door(0x100, 0x0, 0x12A, 0xF, 0x10000400, 0x20000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0x0, 0xF333, 0xE70A, 0x51, 0x51, 0x666, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x5DC, 0xF, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) - door(0x100, 0x0, 0x12A, 0x10, 0x10000400, 0x20000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0x0, 0xF333, 0xE70A, 0x51, 0x51, 0x666, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x5DC, 0xF, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) - door(0x100, 0x0, 0x12A, 0x11, 0x10000400, 0x20000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0x0, 0xF333, 0xE70A, 0x51, 0x51, 0x666, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x5DC, 0xF, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) - door(0x100, 0x0, 0x12A, 0x12, 0x10000400, 0x20000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0x0, 0xF333, 0xE70A, 0x51, 0x51, 0x666, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x5DC, 0xF, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) - door(0x100, 0x0, 0x12A, 0x13, 0x10000400, 0x20000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3E8, 0x0, 0x0, 0x0, 0x0, 0xF333, 0xE70A, 0x51, 0x51, 0x666, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x5DC, 0xF, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) - endprops() +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setupameZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL }; +PadRecord padlist[] = { + { {-389.0f, 95.0f, 160.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p274a2", 0 }, + { {-1536.0f, 95.0f, 767.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p330a", 0 }, + { {-338.0f, 95.0f, -523.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p297a", 0 }, + { {-323.0f, 95.0f, -2251.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p306a", 0 }, + { {-1615.0f, 95.0f, -1247.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p319a", 0 }, + { {307.0f, 95.0f, 301.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p493a2", 0 }, + { {530.0f, 95.0f, 742.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p577a2", 0 }, + { {-769.0f, 95.0f, -947.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p299a", 0 }, + { {-772.0f, 95.0f, -2027.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p309a", 0 }, + { {-1647.0f, 95.0f, -1305.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p319a", 0 }, + { {-2082.0f, 95.0f, -364.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p43a1", 0 }, + { {-1647.0f, 95.0f, 770.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p328a", 0 }, + { {258.0f, 379.0f, -1623.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p343a1", 0 }, + { {-1419.0f, 379.0f, 73.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p338a2", 0 }, + { {-1236.0f, 379.0f, -951.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p175a2", 0 }, + { {-2130.0f, 95.0f, -1043.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p51a2", 0 }, + { {-461.0f, 379.0f, -1594.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p176a1", 0 }, + { {299.0f, 95.0f, 104.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p493a1", 0 }, + { {107.0f, 95.0f, 524.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p487a1", 0 }, + { {286.0f, 95.0f, 506.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p575a", 0 }, + { {802.0f, 95.0f, 506.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p29a", 0 }, + { {-454.0f, 95.0f, -1231.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p298a", 0 }, + { {-1016.0f, 95.0f, -644.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p303a", 0 }, + { {-280.0f, 95.0f, -2246.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p306a", 0 }, + { {-1264.0f, 95.0f, -1763.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p310a", 0 }, + { {-1784.0f, 95.0f, -1815.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p316a", 0 }, + { {-2081.0f, 95.0f, -1567.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p166a2", 0 }, + { {-1957.0f, 95.0f, -625.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p323a", 0 }, + { {-1741.0f, 95.0f, -471.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p325a", 0 }, + { {-1815.0f, 95.0f, 483.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p328a", 0 }, + { {-1852.0f, 95.0f, 1084.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p331a", 0 }, + { {26.0f, 379.0f, -1200.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p184a1", 0 }, + { {14.0f, 379.0f, -2041.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p182a2", 0 }, + { {-1814.0f, 379.0f, 92.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p186a1", 0 }, + { {-1579.0f, 379.0f, 469.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p188a1", 0 }, + { {-497.0f, 379.0f, -434.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p172a1", 0 }, + { {-1010.0f, 379.0f, -1411.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p174a1", 0 }, + { {-778.0f, -142.0f, 1050.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1104a", 0 }, + { {757.0f, -142.0f, 480.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1162a", 0 }, + { {-1406.0f, -142.0f, -1685.0f}, {0.0f, 1.0f, 0.0f}, {0.016798f, 0.0f, -0.999859f}, "p1125a", 0 }, + { {1044.0f, -142.0f, -781.0f}, {0.0f, 1.0f, 0.0f}, {0.016798f, 0.0f, -0.999859f}, "p1171a", 0 }, + { {-688.0f, -142.0f, -744.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016798f}, "p803a2", 0 }, + { {524.0f, -142.0f, 208.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1163a", 0 }, + { {486.0f, -142.0f, -1369.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1244a", 0 }, + { {-1220.0f, -142.0f, 84.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p787a1", 0 }, + { {-745.0f, -142.0f, 834.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1080a", 0 }, + { {-976.0f, -142.0f, -2059.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1145a", 0 }, + { {-968.0f, -142.0f, -736.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p799a2", 0 }, + { {-212.0f, -142.0f, -495.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p591a2", 0 }, + { {524.0f, -142.0f, 86.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1163a", 0 }, + { {532.0f, -142.0f, 330.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1162a", 0 }, + { {739.0f, -142.0f, -1636.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1261a", 0 }, + { {-849.0f, -142.0f, -727.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p799a2", 0 }, + { {264.0f, -142.0f, -1047.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1249a", 0 }, + { {-975.0f, -142.0f, 667.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1087a", 0 }, + { {-531.0f, -142.0f, 636.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1092a", 0 }, + { {-1365.0f, -142.0f, -152.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p792a1", 0 }, + { {-1005.0f, -142.0f, -144.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p793a2", 0 }, + { {-1280.0f, -142.0f, -2058.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1116a", 0 }, + { {-1098.0f, -142.0f, -715.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p799a1", 0 }, + { {-1038.0f, 95.0f, -1049.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p305a", 0 }, + { {-1896.0f, -142.0f, -2399.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p938a2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {380.0f, 95.0f, -127.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p25a2", 0, {-89.0f, 90.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {199.0f, 95.0f, -265.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p25a1", 0, {-110.0f, 114.0f, -5.8e-05, 5.5e-05, -94.99999f, 93.99999f} }, + { {207.0f, 95.0f, 74.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p493a1", 0, {-72.0f, 74.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {207.0f, 95.0f, 307.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p493a1", 0, {-72.0f, 74.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {116.0f, 95.0f, 405.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p487a1", 0, {-72.0f, 73.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {-117.0f, 95.0f, 405.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p487a1", 0, {-72.0f, 73.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {-479.0f, 95.0f, 623.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p28a2", 0, {-89.0f, 90.0f, -4.5e-05, 4.4e-05, -94.99999f, 93.99999f} }, + { {-341.0f, 95.0f, 443.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p28a2", 0, {-111.0f, 114.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-1841.0f, 95.0f, -568.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p325a", 0, {-167.0f, 170.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-1671.0f, 95.0f, -435.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p325a", 0, {-133.0f, 136.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-1685.0f, 95.0f, -1514.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p319a", 0, {-167.0f, 170.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-1667.0f, 95.0f, -1761.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p319a", 0, {-133.0f, 136.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-2022.0f, 39.0f, -767.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p62a1", 0, {-15.000288f, 14.000024f, -9.000112f, 180.00003f, -39.000004f, 151.00002f} }, + { {-2022.0f, 39.0f, -1145.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p61a1", 0, {-15.000289f, 14.000024f, -9.000112f, 181.00003f, -39.000004f, 151.00002f} }, + { {464.0f, 39.0f, 402.0f}, {1.0f, -1e-06, 1e-06}, {0.0f, 1.0f, 0.0f}, "p60a2", 0, {-15.000236f, 15.000024f, -9.000112f, 142.00005f, -39.000004f, 151.00002f} }, + { {464.0f, 39.0f, -23.0f}, {1.0f, -1e-06, 1e-06}, {0.0f, 1.0f, 0.0f}, "p57a2", 0, {-15.000236f, 14.000024f, -9.000112f, 142.00003f, -39.000004f, 151.00002f} }, + { {213.0f, 39.0f, 786.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p58a1", 0, {-15.000236f, 14.000024f, -9.000112f, 142.00003f, -39.000004f, 151.00002f} }, + { {-213.0f, 39.0f, 786.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p59a1", 0, {-14.000236f, 15.000024f, -9.00011f, 142.00005f, -39.000004f, 151.00002f} }, + { {-1340.0f, 39.0f, -804.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p56a2", 0, {-15.000237f, 14.000024f, -9.000112f, 143.00003f, -39.000004f, 151.00002f} }, + { {-1500.0f, 39.0f, -804.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p56a2", 0, {-15.000237f, 14.000024f, -9.000112f, 143.00003f, -39.000004f, 151.00002f} }, + { {-2041.0f, -188.0f, -2392.0f}, {3e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p938a1", 0, {-4.000306f, 4.00002f, -6.000065f, 108.00002f, -40.0f, 150.0f} }, + { {219.0f, -188.0f, 979.0f}, {3e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p581a1", 0, {-5.000306f, 4.00002f, -6.000068f, 108.00002f, -40.0f, 150.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 59), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = Armour; index = 1 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 48), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 2 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 15), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 3 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 16), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Collectable; index = 4 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 42), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 5 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 49), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 6 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 50), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 7 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 47), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 8 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 52), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 9 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 59), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 10 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 8), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 11 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 23), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 12 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 24), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 13 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 10), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 14 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 27), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 15 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 28), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 16 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 45), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 17 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 54), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 18 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 55), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 19 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 46), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 20 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 58), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 21 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 5), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 22 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 17), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 23 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 18), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 24 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 9), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 25 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 25), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 26 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 26), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 27 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 12), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 28 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 31), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 29 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 32), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 30 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 43), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 31 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 51), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 32 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 53), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 33 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 44), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 34 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 56), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 35 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 57), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 36 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 6), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 37 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 19), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 38 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 20), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 39 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 11), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 40 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 29), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 41 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 30), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 42 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 13), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 43 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 33), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 44 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 34), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 45 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 7), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 46 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 21), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 47 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 22), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 48 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 14), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 49 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 35), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 50 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 36), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Glass; index = 51 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10000), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 52 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10001), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 53 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10002), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 54 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10003), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 55 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10004), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 56 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10005), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 57 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10006), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 58 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10007), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 59 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10008), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 60 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10009), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 61 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10010), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 62 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10011), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 63 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 12), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 64 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 13), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 65 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 14), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 66 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 15), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 67 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 16), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 68 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 17), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 69 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 18), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 70 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 19), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = EndProps; index = 71 */ + _mkword(0, _mkshort(0, 48)) +}; + + s32 intro[] = { - spawnpoint(0x0, 0x0) - spawnpoint(0x1, 0x0) - spawnpoint(0x2, 0x0) - spawnpoint(0x3, 0x0) - spawnpoint(0x4, 0x0) - spawnpoint(0x25, 0x0) - spawnpoint(0x26, 0x0) - spawnpoint(0x27, 0x0) - startweapon(0x1, 0xFFFFFFFF, 0x0) - cuff(0x3) - endintro() -}; - -s32 linkedpathsets1[] = { - 0xFFFFFFFF -}; - -s32 linkedpathsets2[] = { - 0xFFFFFFFF -}; - -struct s_pathLink pathlink[] = { - {0x00000000, 0x00000000, 0x00000000} -}; - -s32 linkedpathtbls[] = { - 0xFFFFFFFF -}; - -struct s_pathTbl pathtbl[] = { - {0xFFFF, 0xFFFF, 0, 0, 0, 0, 0} -}; - -s32 pathsetentries[] = { - 0xFFFFFFFF + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 0, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 1, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 2, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 3, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 4, 0, + /* Type = Spawn; index = 5 */ + _mkword(0, _mkshort(0, 0)), 37, 0, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 38, 0, + /* Type = Spawn; index = 7 */ + _mkword(0, _mkshort(0, 0)), 39, 0, + /* Type = StartWeapon; index = 8 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 9 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = EndIntro; index = 10 */ + _mkword(0, _mkshort(0, 9)) }; -struct s_pathSet pathsets[] = { - {0, 0, 0, 0, 0} -}; +s32 unknown_setup_block_0[] = { -1, -1 }; -s32 unknown[] = { - 0x4000000 + +waygroup pathsets[] = { + { NULL, NULL, 0 } }; -s32 ailist[] = { - 0x0, 0x0, 0x0, 0x0, 0x0 -} +s32 unknown_setup_block_1[] = { -1 }; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 unknown_setup_block_2[] = { -1 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_not_used_0[] = { 0x04000000 }; + + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + diff --git a/assets/obseg/setup/Ump_setuparkZ.c b/assets/obseg/setup/Ump_setuparkZ.c new file mode 100644 index 0000000..ff65787 --- /dev/null +++ b/assets/obseg/setup/Ump_setuparkZ.c @@ -0,0 +1,681 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:05 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setuparkZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {420.0f, -470.0f, 999.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p484a", 0 }, + { {686.0f, -470.0f, 522.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p493a", 0 }, + { {468.0f, -470.0f, 571.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p494a", 0 }, + { {-6.0f, -470.0f, 144.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1882a1", 0 }, + { {390.0f, -470.0f, 272.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p500a", 0 }, + { {3.0f, -261.0f, 555.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p834a2", 0 }, + { {-1.0f, -8.0f, 147.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p828a", 0 }, + { {553.0f, -8.0f, 130.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p827a", 0 }, + { {-16.0f, -8.0f, -203.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p440a", 0 }, + { {-378.0f, -8.0f, -208.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p541a", 0 }, + { {-368.0f, -8.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p523a", 0 }, + { {-373.0f, -8.0f, -645.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1919a1", 0 }, + { {528.0f, -8.0f, -311.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p290a", 0 }, + { {559.0f, -470.0f, 110.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p501a", 0 }, + { {562.0f, -470.0f, -214.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p511a", 0 }, + { {-996.0f, -470.0f, 656.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p720a2", 0 }, + { {-992.0f, -470.0f, -342.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p795a", 0 }, + { {-978.0f, -470.0f, 157.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p793a", 0 }, + { {-163.0f, -470.0f, 134.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p780a", 0 }, + { {231.0f, -470.0f, 999.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p586a", 0 }, + { {544.0f, -470.0f, 1607.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p469a", 0 }, + { {1200.0f, -470.0f, 2097.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p459a", 0 }, + { {553.0f, -470.0f, 2137.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p455a", 0 }, + { {122.0f, -470.0f, 2126.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p451a", 0 }, + { {1143.0f, -470.0f, 1679.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p460a", 0 }, + { {131.0f, -470.0f, 2411.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p453a", 0 }, + { {817.0f, -470.0f, 519.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p85b", 0 }, + { {1603.0f, -470.0f, 1048.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p168b", 0 }, + { {1445.0f, -470.0f, 1056.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1761b", 0 }, + { {1222.0f, -470.0f, 1074.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1760b", 0 }, + { {1140.0f, -470.0f, 1497.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1757b2", 0 }, + { {2305.0f, -470.0f, 936.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p169b", 0 }, + { {2056.0f, -470.0f, 663.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p156b", 0 }, + { {1706.0f, -470.0f, 488.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p155b", 0 }, + { {2129.0f, -470.0f, 258.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p151b", 0 }, + { {5215.0f, -470.0f, 943.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1049b", 0 }, + { {4863.0f, -470.0f, 943.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1048b", 0 }, + { {4666.0f, -470.0f, 930.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p253b", 0 }, + { {4172.0f, -470.0f, 939.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p257b", 0 }, + { {3879.0f, -470.0f, 669.0f}, {0.0f, 1.0f, 1e-06}, {1e-06, 0.0f, 1.0f}, "p245b", 0 }, + { {3604.0f, -470.0f, 939.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p263b", 0 }, + { {3298.0f, -470.0f, 1179.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p267b", 0 }, + { {3010.0f, -470.0f, 922.0f}, {0.0f, 1.0f, 1e-06}, {-2e-06, 0.0f, 1.0f}, "p237b", 0 }, + { {2539.0f, -470.0f, 931.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p273b", 0 }, + { {3884.0f, -400.0f, 317.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4860b1", 0 }, + { {3948.0f, -400.0f, -835.0f}, {0.0f, 1.0f, -1e-06}, {1e-06, 0.0f, -1.0f}, "p4867b1", 0 }, + { {2463.0f, -400.0f, 300.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4582b1", 0 }, + { {2459.0f, -34.0f, -330.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1290b2", 0 }, + { {4461.0f, -400.0f, 2697.0f}, {-1e-06, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p4544b", 0 }, + { {4593.0f, -400.0f, 2482.0f}, {1e-06, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p4546b1", 0 }, + { {4603.0f, -400.0f, 2229.0f}, {1e-06, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p4546b1", 0 }, + { {4607.0f, -400.0f, 1938.0f}, {1e-06, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p4547b1", 0 }, + { {4593.0f, -400.0f, 1685.0f}, {1e-06, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p4547b1", 0 }, + { {3311.0f, -400.0f, 1527.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4479b1", 0 }, + { {7557.0f, -470.0f, 1817.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p41c", 0 }, + { {7564.0f, -470.0f, 300.0f}, {0.0f, 1.0f, 1e-06}, {2e-06, 0.0f, 1.0f}, "p104c", 0 }, + { {6867.0f, -470.0f, 1924.0f}, {0.0f, 1.0f, -1e-06}, {1e-06, 0.0f, -1.0f}, "p37c", 0 }, + { {6877.0f, -470.0f, 1682.0f}, {0.0f, 1.0f, 1e-06}, {-3e-06, 0.0f, 1.0f}, "p48c", 0 }, + { {6877.0f, -470.0f, -34.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p98c", 0 }, + { {6877.0f, -470.0f, 195.0f}, {0.0f, 1.0f, 1e-06}, {-3e-06, 0.0f, 1.0f}, "p109c", 0 }, + { {5892.0f, -470.0f, 1645.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p60c", 0 }, + { {5850.0f, -470.0f, 227.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p122c", 0 }, + { {5798.0f, -470.0f, 931.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p14c", 0 }, + { {5527.0f, -470.0f, 936.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p14c", 0 }, + { {6152.0f, -470.0f, 941.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p135c", 0 }, + { {6387.0f, -470.0f, 946.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p136c", 0 }, + { {8910.0f, -322.0f, 2238.0f}, {1e-06, 1.0f, 1e-06}, {4e-06, 0.0f, 1.0f}, "p952d", 0 }, + { {10541.0f, 55.0f, 1511.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p1182d1", 0 }, + { {10430.0f, 55.0f, 1972.0f}, {0.0f, 1.0f, 0.0f}, {-8e-06, 0.0f, 1.0f}, "p1182d2", 0 }, + { {9796.0f, -322.0f, 3415.0f}, {0.0f, 1.0f, 1e-06}, {-8e-06, 0.0f, 1.0f}, "p888d", 0 }, + { {10431.0f, -322.0f, 3264.0f}, {0.0f, 1.0f, 1e-06}, {-8e-06, 0.0f, 1.0f}, "p894d", 0 }, + { {10419.0f, -322.0f, 2763.0f}, {0.0f, 1.0f, 1e-06}, {-3e-06, 0.0f, 1.0f}, "p2302d1", 0 }, + { {8857.0f, -470.0f, 1468.0f}, {0.0f, 1.0f, 1e-06}, {-3e-06, 0.0f, 1.0f}, "p422d", 0 }, + { {8164.0f, 55.0f, 1987.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p651d1", 0 }, + { {8161.0f, -322.0f, 2788.0f}, {0.0f, 1.0f, 1e-06}, {1e-06, 0.0f, 1.0f}, "p2243d1", 0 }, + { {10608.0f, 55.0f, 3777.0f}, {0.0f, 1.0f, 0.0f}, {-8e-06, 0.0f, 1.0f}, "p1181d1", 0 }, + { {10133.0f, 55.0f, 3970.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p1181d2", 0 }, + { {9301.0f, -322.0f, 3970.0f}, {0.0f, 1.0f, 1e-06}, {-8e-06, 0.0f, 1.0f}, "p2270d", 0 }, + { {8476.0f, 55.0f, 3963.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p954d1", 0 }, + { {8323.0f, 55.0f, 3792.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p954d2", 0 }, + { {7941.0f, 55.0f, 3792.0f}, {0.0f, 1.0f, 0.0f}, {-8e-06, 0.0f, 1.0f}, "p954d2", 0 }, + { {8932.0f, 55.0f, 107.0f}, {0.0f, 1.0f, 0.0f}, {0.001361f, 0.0f, 0.999999f}, "p329e1", 0 }, + { {8580.0f, 55.0f, 127.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p323e1", 0 }, + { {8558.0f, 55.0f, 604.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p323e2", 0 }, + { {8147.0f, -237.0f, 604.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p301e1", 0 }, + { {8147.0f, -470.0f, 220.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p15e", 0 }, + { {7743.0f, -470.0f, 306.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p5e", 0 }, + { {10293.0f, 55.0f, -2000.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p797e", 0 }, + { {11070.0f, 55.0f, -1989.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p4025e1", 0 }, + { {10787.0f, 55.0f, -425.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p1374e", 0 }, + { {10997.0f, 55.0f, -436.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p747e", 0 }, + { {11438.0f, 55.0f, -425.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p1185e", 0 }, + { {11438.0f, 55.0f, -226.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p4136e1", 0 }, + { {11102.0f, 55.0f, -205.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p3993e", 0 }, + { {10766.0f, 55.0f, 226.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p32e", 0 }, + { {10776.0f, 55.0f, -68.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p697e", 0 }, + { {9355.0f, 55.0f, -67.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p4170e", 0 }, + { {9355.0f, 55.0f, 926.0f}, {0.0f, 1.0f, 0.0f}, {7e-06, 0.0f, 1.0f}, "p641e", 0 }, + { {9045.0f, 55.0f, 911.0f}, {0.0f, 1.0f, 0.0f}, {7e-06, 0.0f, 1.0f}, "p638e", 0 }, + { {10010.0f, 55.0f, -2535.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p4091e1", 0 }, + { {9686.0f, 55.0f, -2504.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p813e", 0 }, + { {9578.0f, 55.0f, -2504.0f}, {0.0f, 1.0f, 0.0f}, {7e-06, 0.0f, 1.0f}, "p851e", 0 }, + { {8200.0f, 55.0f, -3056.0f}, {0.0f, 1.0f, 0.0f}, {-5e-06, 0.0f, 1.0f}, "p307f2", 0 }, + { {9228.0f, -510.0f, -3077.0f}, {0.0f, 1.0f, 1e-06}, {7e-06, 0.0f, 1.0f}, "p3919f1", 0 }, + { {9582.0f, -510.0f, -3623.0f}, {-1e-06, 1.0f, 0.0f}, {0.000153f, 0.000233f, 1.0f}, "p3792f", 0 }, + { {9647.0f, -435.0f, -3034.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p388f2", 0 }, + { {9807.0f, -435.0f, -3056.0f}, {0.0f, 1.0f, 1e-06}, {7e-06, 0.0f, 1.0f}, "p388f1", 0 }, + { {9818.0f, -188.0f, -3495.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p355f1", 0 }, + { {9947.0f, -188.0f, -3495.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p355f2", 0 }, + { {10000.0f, 55.0f, -2799.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p304f2", 0 }, + { {8212.0f, 55.0f, -2861.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p305f1", 0 }, + { {10440.0f, -226.0f, -5973.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p1900f1", 0 }, + { {10440.0f, -226.0f, -6135.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p1900f1", 0 }, + { {9647.0f, 105.0f, -6145.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p3981f1", 0 }, + { {9112.0f, -510.0f, -3668.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p3790f1", 0 }, + { {8862.0f, -510.0f, -3669.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p3790f1", 0 }, + { {8477.0f, -510.0f, -3695.0f}, {0.0f, 1.0f, 0.0f}, {0.258671f, 0.000233f, -0.965965f}, "p3804f1", 0 }, + { {8236.0f, -510.0f, -3761.0f}, {0.0f, 1.0f, 0.0f}, {0.258671f, 0.000233f, -0.965965f}, "p3804f1", 0 }, + { {10173.0f, -510.0f, -3657.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p78f", 0 }, + { {9924.0f, -510.0f, -3657.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p78f", 0 }, + { {8001.0f, -510.0f, -4257.0f}, {0.0f, 1.0f, 0.0f}, {0.965886f, 0.000233f, -0.258967f}, "p4213f1", 0 }, + { {8065.0f, -510.0f, -4016.0f}, {0.0f, 1.0f, 0.0f}, {0.965886f, 0.000233f, -0.258967f}, "p3798f", 0 }, + { {9490.0f, -510.0f, -3907.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.000233f, 0.000153f}, "p3792f", 0 }, + { {9311.0f, -510.0f, -3903.0f}, {0.0f, 1.0f, -1e-06}, {1.0f, 0.000233f, -0.000153f}, "p3790f1", 0 }, + { {10494.0f, -510.0f, -3854.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4003f", 0 }, + { {10868.0f, -510.0f, -3858.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4005f2", 0 }, + { {10480.0f, -510.0f, -4300.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4008f1", 0 }, + { {10854.0f, -510.0f, -4304.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4282f", 0 }, + { {10854.0f, -510.0f, -4697.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4046f2", 0 }, + { {10480.0f, -510.0f, -4693.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4043f1", 0 }, + { {10468.0f, -510.0f, -5099.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4083f2", 0 }, + { {10842.0f, -510.0f, -5103.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4277f", 0 }, + { {9021.0f, 55.0f, -2841.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p305f1", 0 }, + { {9908.0f, -502.0f, -5950.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p3949f1", 0 }, + { {9617.0f, -502.0f, -6141.0f}, {0.0f, 1.0f, 0.0f}, {3e-06, 0.0f, -1.0f}, "p3955f", 0 }, + { {9614.0f, -502.0f, -6336.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p4505f", 0 }, + { {10112.0f, -502.0f, -6533.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p4522f", 0 }, + { {7836.0f, 55.0f, -3056.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3972f", 0 }, + { {7796.0f, 105.0f, -5718.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1385f1", 0 }, + { {7328.0f, 105.0f, -5727.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1385f2", 0 }, + { {7309.0f, 105.0f, -3609.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1383f1", 0 }, + { {7290.0f, 105.0f, -2940.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p3015f", 0 }, + { {9638.0f, 105.0f, -6393.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p3976f1", 0 }, + { {559.0f, -470.0f, 2369.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p460g", 0 }, + { {487.0f, -470.0f, 2684.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p463g", 0 }, + { {697.0f, -470.0f, 3153.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p475g", 0 }, + { {189.0f, -470.0f, 2678.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p192g", 0 }, + { {-717.0f, -470.0f, 2683.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p217g", 0 }, + { {-751.0f, -470.0f, 1971.0f}, {-1e-06, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p232g", 0 }, + { {-961.0f, -470.0f, 1755.0f}, {-1e-06, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p243g", 0 }, + { {-994.0f, -470.0f, 822.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p260g", 0 }, + { {-991.0f, -470.0f, -560.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p314g", 0 }, + { {-364.0f, -470.0f, -579.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p310g", 0 }, + { {-364.0f, -470.0f, -735.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p310g", 0 }, + { {540.0f, -470.0f, -538.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p308g", 0 }, + { {325.0f, -83.0f, -747.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p294g", 0 }, + { {534.0f, -83.0f, -591.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p291g", 0 }, + { {9877.0f, 50.0f, -689.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1344e", 0 }, + { {8232.0f, 50.0f, -2229.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p831e", 0 }, + { {9329.0f, 50.0f, -2212.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p846e", 0 }, + { {8746.0f, 50.0f, -2229.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p853e", 0 }, + { {11696.0f, 50.0f, -1322.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1159e", 0 }, + { {11696.0f, 50.0f, -669.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1173e", 0 }, + { {9877.0f, 50.0f, -1341.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1340e", 0 }, + { {10589.0f, 50.0f, -1341.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1364e", 0 }, + { {10589.0f, 50.0f, -689.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1378e", 0 }, + { {10543.0f, 50.0f, 387.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p32e", 0 }, + { {137.0f, 562.0f, -1154.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1682a1", 0 }, + { {9878.0f, 201.0f, -691.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1344e", 0 }, + { {9978.0f, 201.0f, -704.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p1353e", 0 }, + { {9773.0f, 201.0f, -689.0f}, {0.0f, 1.0f, 0.0f}, {-0.259476f, 0.0f, 0.96575f}, "p1346e", 0 }, + { {814.0f, -415.0f, 2598.0f}, {0.0f, 1.0f, 0.0f}, {-0.984808f, 0.0f, 0.173648f}, "p477g", 0 }, + { {831.0f, -415.0f, 2688.0f}, {0.0f, 1.0f, 0.0f}, {-0.866025f, 0.0f, 0.5f}, "p477g", 0 }, + { {768.0f, -415.0f, 2689.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p444g", 0 }, + { {809.0f, -415.0f, 2533.0f}, {0.0f, 1.0f, 0.0f}, {-0.766044f, 0.0f, 0.642788f}, "p477g", 0 }, + { {812.0f, -415.0f, 2477.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p477g", 0 }, + { {766.0f, -415.0f, 2743.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p444g", 0 }, + { {757.0f, -415.0f, 2539.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p444g", 0 }, + { {-137.0f, -415.0f, 1350.0f}, {0.0f, 1.0f, 0.0f}, {-0.173648f, 0.0f, -0.984808f}, "p583a", 0 }, + { {-219.0f, -415.0f, 1366.0f}, {0.0f, 1.0f, 0.0f}, {-0.5f, 0.0f, -0.866025f}, "p582a", 0 }, + { {-228.0f, -415.0f, 1305.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p591a", 0 }, + { {-72.0f, -415.0f, 1346.0f}, {0.0f, 1.0f, 0.0f}, {-0.642788f, 0.0f, -0.766044f}, "p583a", 0 }, + { {-55.0f, -415.0f, 1301.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p583a", 0 }, + { {-268.0f, -415.0f, 1304.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p591a", 0 }, + { {-188.0f, -415.0f, 1303.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p583a", 0 }, + { {9880.0f, 161.0f, -642.0f}, {0.0f, 1.0f, 0.0f}, {-0.173648f, 0.0f, -0.984808f}, "p1351e", 0 }, + { {9944.0f, 161.0f, -647.0f}, {0.0f, 1.0f, 0.0f}, {-0.642788f, 0.0f, -0.766044f}, "p1353e", 0 }, + { {9829.0f, 161.0f, -689.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1346e", 0 }, + { {10549.0f, 161.0f, -636.0f}, {0.0f, 1.0f, 0.0f}, {-0.5f, 0.0f, -0.866025f}, "p1377e", 0 }, + { {10512.0f, 161.0f, -715.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1370e", 0 }, + { {10634.0f, 161.0f, -1354.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1364e", 0 }, + { {10545.0f, 161.0f, -1315.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1366e", 0 }, + { {10567.0f, 161.0f, 434.0f}, {0.0f, 1.0f, 0.0f}, {-0.173648f, 0.0f, -0.984808f}, "p32e", 0 }, + { {10631.0f, 161.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {-0.642788f, 0.0f, -0.766044f}, "p32e", 0 }, + { {10516.0f, 161.0f, 387.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p32e", 0 }, + { {11656.0f, 161.0f, -617.0f}, {0.0f, 1.0f, 0.0f}, {-0.5f, 0.0f, -0.866025f}, "p1177e", 0 }, + { {11618.0f, 161.0f, -696.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1186e", 0 }, + { {11741.0f, 161.0f, -1334.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1159e", 0 }, + { {11652.0f, 161.0f, -1296.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1167e", 0 }, + { {-757.0f, 192.0f, 1998.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p232g", 0 }, + { {-758.0f, 192.0f, 1918.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p232g", 0 }, + { {-760.0f, 192.0f, 1877.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p238g", 0 }, + { {-756.0f, 192.0f, 1958.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p232g", 0 }, + { {1263.0f, -379.0f, 194.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p83b", 0 }, + { {7562.0f, -379.0f, 1104.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p149c", 0 }, + { {7551.0f, -379.0f, 793.0f}, {0.0f, 1.0f, 0.0f}, {-0.531562f, 0.0f, -0.847019f}, "p149c", 0 }, + { {6807.0f, -379.0f, 651.0f}, {0.0f, 1.0f, 0.0f}, {0.594275f, 0.0f, 0.804262f}, "p142c", 0 }, + { {1270.0f, -452.0f, 1959.0f}, {0.0f, 1.0f, 0.0f}, {-0.669131f, 0.0f, -0.743145f}, "p459a", 0 }, + { {1102.0f, -452.0f, 1977.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, -0.258819f}, "p459a", 0 }, + { {1267.0f, -383.0f, 1973.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p459a", 0 }, + { {1101.0f, -383.0f, 1967.0f}, {0.0f, 1.0f, 0.0f}, {-0.866531f, 0.0f, 0.499123f}, "p459a", 0 }, + { {935.0f, -452.0f, 1976.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p459a", 0 }, + { {769.0f, -452.0f, 1992.0f}, {0.0f, 1.0f, 0.0f}, {-0.669131f, 0.0f, -0.743145f}, "p458a", 0 }, + { {723.0f, -452.0f, 890.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p482a", 0 }, + { {740.0f, -452.0f, 1009.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p482a", 0 }, + { {801.0f, -452.0f, 1274.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p474a", 0 }, + { {733.0f, -389.0f, 896.0f}, {0.0f, 1.0f, 0.0f}, {-0.984808f, 0.0f, 0.173648f}, "p482a", 0 }, + { {8788.0f, -452.0f, 251.0f}, {0.0f, 1.0f, 0.0f}, {-0.743145f, 0.0f, 0.669131f}, "p21e", 0 }, + { {8806.0f, -452.0f, 419.0f}, {0.0f, 1.0f, 0.0f}, {-0.258819f, 0.0f, 0.965926f}, "p21e", 0 }, + { {8802.0f, -383.0f, 254.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21e", 0 }, + { {8796.0f, -383.0f, 420.0f}, {0.0f, 1.0f, 0.0f}, {0.499123f, 0.0f, 0.866531f}, "p21e", 0 }, + { {8805.0f, -452.0f, 586.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p22e", 0 }, + { {8491.0f, -452.0f, 497.0f}, {0.0f, 1.0f, 0.0f}, {-0.743145f, 0.0f, 0.669131f}, "p10e", 0 }, + { {8802.0f, -383.0f, 578.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p22e", 0 }, + { {187.0f, -410.0f, 394.0f}, {0.0f, 1.0f, 0.0f}, {-0.866025f, 0.0f, 0.5f}, "p1880a", 0 }, + { {199.0f, -347.0f, 394.0f}, {0.0f, 1.0f, 0.0f}, {-0.766044f, 0.0f, 0.642788f}, "p1880a", 0 }, + { {177.0f, -379.0f, 277.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1881a", 0 }, + { {-671.0f, -379.0f, 257.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p787a", 0 }, + { {662.0f, -21.0f, -240.0f}, {0.0f, 1.0f, 0.0f}, {-0.866025f, 0.0f, 0.5f}, "p291a", 0 }, + { {675.0f, 42.0f, -240.0f}, {0.0f, 1.0f, 0.0f}, {-0.766044f, 0.0f, 0.642788f}, "p291a", 0 }, + { {489.0f, 42.0f, -258.0f}, {0.0f, 1.0f, 0.0f}, {-0.177677f, 0.0f, 0.984089f}, "p290a", 0 }, + { {480.0f, -21.0f, -251.0f}, {0.0f, 1.0f, 0.0f}, {-0.345863f, 0.0f, 0.938285f}, "p290a", 0 }, + { {-479.0f, -410.0f, 1447.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p572a", 0 }, + { {-430.0f, -347.0f, 1210.0f}, {0.0f, 1.0f, 0.0f}, {-0.642788f, 0.0f, -0.766044f}, "p591a", 0 }, + { {107.0f, -379.0f, 1184.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p584a", 0 }, + { {441.0f, -452.0f, -733.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p307g", 0 }, + { {607.0f, -383.0f, -742.0f}, {0.0f, 1.0f, 0.0f}, {-0.866531f, 0.0f, 0.499123f}, "p307g", 0 }, + { {608.0f, -452.0f, -731.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, -0.258819f}, "p307g", 0 }, + { {10211.0f, 161.0f, -789.0f}, {0.0f, 1.0f, 0.0f}, {0.966837f, 0.0f, 0.255393f}, "p1354e", 0 }, + { {11428.0f, 161.0f, -1277.0f}, {0.0f, 1.0f, 0.0f}, {0.713003f, 0.0f, 0.701161f}, "p1165e", 0 }, + { {11007.0f, 161.0f, 339.0f}, {0.0f, 1.0f, 0.0f}, {0.010196f, 0.0f, -0.999948f}, "p4133e2", 0 }, + { {10354.0f, 80.0f, 3969.0f}, {0.0f, 1.0f, 0.0f}, {-0.054878f, 0.0f, -0.998493f}, "p1181d2", 0 }, + { {10306.0f, -399.0f, 2970.0f}, {0.0f, 1.0f, 0.0f}, {-0.726862f, 0.0f, -0.686783f}, "p1329d1", 0 }, + { {2841.0f, -399.0f, 2738.0f}, {0.0f, 1.0f, 0.0f}, {-0.999598f, 0.0f, 0.02834f}, "p4389b", 0 }, + { {2483.0f, -34.0f, -583.0f}, {0.0f, 1.0f, 0.0f}, {-0.02834f, 0.0f, -0.999598f}, "p1290b2", 0 }, + { {10478.0f, -362.0f, 1757.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p907d", 0 }, + { {8164.0f, -362.0f, 4079.0f}, {0.0f, 1.0f, 0.0f}, {0.998493f, 0.0f, -0.054878f}, "p836d", 0 }, + { {10272.0f, -362.0f, 4043.0f}, {0.0f, 1.0f, 0.0f}, {-0.054878f, 0.0f, -0.998493f}, "p876d", 0 }, + { {10670.0f, -362.0f, 1757.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p907d", 0 }, + { {8356.0f, -362.0f, 4079.0f}, {0.0f, 1.0f, 0.0f}, {0.998493f, 0.0f, -0.054878f}, "p849d", 0 }, + { {10464.0f, -362.0f, 4043.0f}, {0.0f, 1.0f, 0.0f}, {-0.054878f, 0.0f, -0.998493f}, "p877d", 0 }, + { {10464.0f, -362.0f, 3851.0f}, {0.0f, 1.0f, 0.0f}, {-0.054878f, 0.0f, -0.998493f}, "p883d", 0 }, + { {8356.0f, -362.0f, 3886.0f}, {0.0f, 1.0f, 0.0f}, {0.998493f, 0.0f, -0.054878f}, "p2272d", 0 }, + { {10670.0f, -362.0f, 1565.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p907d", 0 }, + { {-657.0f, -54.0f, -659.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1916a1", 0 }, + { {-591.0f, -54.0f, 502.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1925a1", 0 }, + { {-741.0f, -54.0f, 482.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1926a1", 0 }, + { {-653.0f, -54.0f, 159.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p539a", 0 }, + { {-626.0f, -470.0f, 1262.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p591a", 0 }, + { {-675.0f, -470.0f, 24.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p788a", 0 }, + { {-1026.0f, -470.0f, -738.0f}, {0.0f, 1.0f, 0.0f}, {0.707106f, 0.0f, 0.707108f}, "p317g", 0 }, + { {-1102.0f, -470.0f, 6.0f}, {0.0f, 1.0f, 0.0f}, {0.547074f, 0.0f, 0.837084f}, "p793a", 0 }, + { {-851.0f, -470.0f, 349.0f}, {0.0f, 1.0f, 0.0f}, {-0.707103f, 0.0f, -0.70711f}, "p792a", 0 }, + { {242.0f, -470.0f, 1484.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p580a", 0 }, + { {1076.0f, -478.0f, 548.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p85b", 0 }, + { {1222.0f, -478.0f, 438.0f}, {0.0f, 1.0f, 0.0f}, {-0.964967f, 0.0f, 0.262372f}, "p83b", 0 }, + { {835.0f, -478.0f, 183.0f}, {0.0f, 1.0f, 0.0f}, {-0.016402f, 0.0f, 0.999865f}, "p84b", 0 }, + { {2480.0f, -26.0f, -681.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1290b1", 0 }, + { {3854.0f, -399.0f, -864.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p4867b1", 0 }, + { {2715.0f, -399.0f, 2703.0f}, {0.0f, 1.0f, 0.0f}, {6e-06, 0.0f, 1.0f}, "p4389b", 0 }, + { {3780.0f, -399.0f, 770.0f}, {0.0f, 1.0f, 0.0f}, {-0.999889f, 0.0f, -0.014907f}, "p245b", 0 }, + { {3771.0f, -399.0f, 1064.0f}, {0.0f, 1.0f, 0.0f}, {-0.999889f, 0.0f, -0.014907f}, "p262b", 0 }, + { {6367.0f, -399.0f, 821.0f}, {0.0f, 1.0f, 0.0f}, {-0.056158f, 0.0f, 0.998422f}, "p136c", 0 }, + { {7579.0f, -399.0f, 939.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p149c", 0 }, + { {7093.0f, -399.0f, 634.0f}, {0.0f, 1.0f, 0.0f}, {0.054878f, 0.0f, 0.998493f}, "p152c", 0 }, + { {7239.0f, -399.0f, 1232.0f}, {0.0f, 1.0f, 0.0f}, {0.001007f, 0.0f, -0.999999f}, "p146c", 0 }, + { {9501.0f, -399.0f, 1675.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p919d", 0 }, + { {9512.0f, -399.0f, 1969.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p1323d", 0 }, + { {10546.0f, 80.0f, 1683.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p1182d2", 0 }, + { {8261.0f, 80.0f, 1504.0f}, {0.0f, 1.0f, 0.0f}, {0.054878f, 0.0f, 0.998493f}, "p651d2", 0 }, + { {8190.0f, 80.0f, 4039.0f}, {0.0f, 1.0f, 0.0f}, {0.998493f, 0.0f, -0.054878f}, "p954d1", 0 }, + { {8064.0f, 80.0f, 3908.0f}, {0.0f, 1.0f, 0.0f}, {0.998493f, 0.0f, -0.054878f}, "p954d2", 0 }, + { {10429.0f, 80.0f, 1602.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p1182d1", 0 }, + { {10633.0f, 46.0f, -1903.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p790e", 0 }, + { {7899.0f, -458.0f, 568.0f}, {0.0f, 1.0f, 0.0f}, {-0.054878f, 0.0f, -0.998493f}, "p8e", 0 }, + { {9058.0f, -458.0f, 469.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p22e", 0 }, + { {9081.0f, -458.0f, 323.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p23e", 0 }, + { {8860.0f, 46.0f, 980.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p629e", 0 }, + { {9238.0f, 46.0f, -214.0f}, {0.0f, 1.0f, 0.0f}, {0.999997f, 0.0f, -0.002546f}, "p671e", 0 }, + { {9610.0f, 46.0f, 7.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p3991e", 0 }, + { {11721.0f, 46.0f, 503.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p716e", 0 }, + { {11874.0f, 46.0f, 381.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p4134e1", 0 }, + { {10672.0f, 46.0f, -2078.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p795e", 0 }, + { {9323.0f, 46.0f, -1960.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p839e", 0 }, + { {8385.0f, 46.0f, -2153.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p834e", 0 }, + { {10475.0f, 46.0f, 555.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p37e", 0 }, + { {11734.0f, 46.0f, -1004.0f}, {0.0f, 1.0f, 0.0f}, {0.002546f, 0.0f, 0.999997f}, "p1168e", 0 }, + { {11856.0f, 46.0f, -851.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1169e", 0 }, + { {10121.0f, 46.0f, -1239.0f}, {0.0f, 1.0f, 0.0f}, {0.002546f, 0.0f, 0.999997f}, "p1355e", 0 }, + { {9968.0f, 46.0f, -1117.0f}, {0.0f, 1.0f, 0.0f}, {0.999997f, 0.0f, -0.002546f}, "p1342e", 0 }, + { {10731.0f, 46.0f, -951.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p1370e", 0 }, + { {10152.0f, 46.0f, -621.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1353e", 0 }, + { {7767.0f, 46.0f, -2486.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p3018f", 0 }, + { {10766.0f, 46.0f, -2797.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p303f1", 0 }, + { {7469.0f, 82.0f, -2677.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p3026f", 0 }, + { {9810.0f, 46.0f, -6568.0f}, {0.0f, 1.0f, 0.0f}, {0.002546f, 0.0f, 0.999997f}, "p3540f", 0 }, + { {9542.0f, 46.0f, -6649.0f}, {0.0f, 1.0f, 0.0f}, {0.002546f, 0.0f, 0.999997f}, "p3529f", 0 }, + { {11462.0f, -481.0f, -4043.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p72f", 0 }, + { {10205.0f, -481.0f, -6567.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p4516f", 0 }, + { {8228.0f, -409.0f, -6608.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p4532f2", 0 }, + { {8205.0f, -409.0f, -6093.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p4353f2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {10781.0f, -577.0f, -3800.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4005f1", 0, {-256.00015f, 28.000193f, -4.5e-05, 671.00006f, -250.00018f, 34.000916f} }, + { {11165.0f, -577.0f, -3800.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4004f", 0, {-256.00015f, 28.000193f, -4.5e-05, 671.00006f, -249.00018f, 35.000916f} }, + { {10781.0f, -577.0f, -4182.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4011f", 0, {-256.00015f, 29.000193f, -4.5e-05, 671.00006f, -250.00018f, 34.000916f} }, + { {11165.0f, -577.0f, -4182.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4013f1", 0, {-256.00015f, 29.000193f, -4.5e-05, 671.00006f, -249.00018f, 35.000916f} }, + { {10781.0f, -577.0f, -4632.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4046f1", 0, {-256.00015f, 28.000193f, -4.5e-05, 671.00006f, -250.00018f, 34.000916f} }, + { {11165.0f, -577.0f, -4632.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4045f", 0, {-256.00015f, 28.000193f, -4.5e-05, 671.00006f, -249.00018f, 35.000916f} }, + { {10781.0f, -577.0f, -5013.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4051f1", 0, {-255.00014f, 29.000193f, -4.5e-05, 671.00006f, -250.00018f, 34.000916f} }, + { {11165.0f, -577.0f, -5013.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4054f1", 0, {-255.00014f, 29.000193f, -4.5e-05, 671.00006f, -249.00018f, 35.000916f} }, + { {10781.0f, -577.0f, -5466.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4087f1", 0, {-256.00015f, 29.000193f, -4.5e-05, 671.00006f, -250.00018f, 34.000916f} }, + { {11165.0f, -577.0f, -5466.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4137f2", 0, {-256.00015f, 29.000193f, -4.5e-05, 671.00006f, -249.00018f, 35.000916f} }, + { {10781.0f, -577.0f, -5853.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4131f2", 0, {-256.00015f, 29.000193f, -4.5e-05, 671.00006f, -250.00018f, 34.000916f} }, + { {11165.0f, -577.0f, -5853.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4134f2", 0, {-256.00015f, 29.000193f, -4.5e-05, 671.00006f, -249.00018f, 35.000916f} }, + { {7571.0f, -186.0f, 1831.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p42c", 0, {-40.000107f, 43.999893f, -57.00008f, -56.999924f, -10.0f, 9.0f} }, + { {8528.0f, -226.0f, 1607.0f}, {-0.928477f, -0.371391f, 2e-06}, {-0.371391f, 0.928477f, 0.0f}, "p2356d", 0, {-40.000107f, 43.999893f, -58.12272f, -57.93687f, -11.327416f, 7.9849f} }, + { {7734.0f, -185.0f, 1824.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p433d", 0, {-39.000107f, 43.999893f, -58.00008f, -57.999928f, -11.0f, 8.0f} }, + { {8711.0f, -205.0f, 1601.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p423d", 0, {-40.000107f, 43.999893f, -57.00008f, -56.999924f, -10.0f, 9.0f} }, + { {1407.0f, -513.0f, 304.0f}, {4.3e-05, 1.0f, 0.0f}, {-0.999983f, 4.3e-05, -0.005917f}, "p83b", 0, {-160.32855f, 161.46466f, -0.003406f, 98.00242f, -56.94749f, 78.94964f} }, + { {7447.0f, -513.0f, 633.0f}, {0.0f, 1.0f, -4.3e-05}, {-0.005917f, 4.3e-05, 0.999983f}, "p152c", 0, {-160.32852f, 160.46463f, -0.003406f, 98.00242f, -56.941467f, 79.94529f} }, + { {7451.0f, -513.0f, 1227.0f}, {0.0f, 1.0f, 4.3e-05}, {0.005917f, 4.3e-05, -0.999983f}, "p146c", 0, {-160.32852f, 160.46463f, -0.003406f, 98.00242f, -56.941467f, 79.94529f} }, + { {775.0f, -513.0f, 2608.0f}, {-4.3e-05, 1.0f, 0.0f}, {0.999983f, 4.3e-05, 0.005917f}, "p444g", 0, {-160.33444f, 160.45871f, -0.003362f, 98.002464f, -56.945694f, 78.945305f} }, + { {-183.0f, -513.0f, 1338.0f}, {0.0f, 1.0f, 4.3e-05}, {0.005917f, 4.3e-05, -0.999983f}, "p583a", 0, {-160.33444f, 160.45871f, -0.003362f, 98.002464f, -57.941452f, 78.945305f} }, + { {1579.0f, -513.0f, 106.0f}, {-0.000154f, 1.0f, 0.0f}, {0.999998f, 0.000154f, 0.002144f}, "p154b", 0, {-42.087803f, 42.122105f, -0.008784f, 253.00632f, -41.089943f, 57.089905f} }, + { {1579.0f, -513.0f, 191.0f}, {-0.000154f, 1.0f, 0.0f}, {0.999998f, 0.000154f, 0.002144f}, "p155b", 0, {-42.087803f, 43.1221f, -0.008784f, 253.00632f, -41.092087f, 57.089905f} }, + { {1579.0f, -513.0f, 275.0f}, {-0.000154f, 1.0f, 0.0f}, {0.999998f, 0.000154f, 0.002144f}, "p155b", 0, {-42.087803f, 42.122105f, -0.008784f, 253.00632f, -41.089943f, 57.089905f} }, + { {1579.0f, -513.0f, 360.0f}, {-0.000154f, 1.0f, 0.0f}, {0.999998f, 0.000154f, 0.002144f}, "p155b", 0, {-42.087803f, 43.1221f, -0.008784f, 253.00632f, -41.092087f, 57.089905f} }, + { {1579.0f, -513.0f, 613.0f}, {-0.000154f, 1.0f, 0.0f}, {0.999998f, 0.000154f, 0.002144f}, "p155b", 0, {-42.087803f, 43.1221f, -0.008784f, 253.00632f, -41.092087f, 57.089905f} }, + { {1579.0f, -513.0f, 528.0f}, {-0.000154f, 1.0f, 0.0f}, {0.999998f, 0.000154f, 0.002144f}, "p155b", 0, {-42.087803f, 42.122105f, -0.008784f, 253.00632f, -41.089943f, 57.089905f} }, + { {1579.0f, -513.0f, 444.0f}, {-0.000154f, 1.0f, 0.0f}, {0.999998f, 0.000154f, 0.002144f}, "p155b", 0, {-42.087803f, 42.122105f, -0.008784f, 253.00632f, -41.089943f, 57.089905f} }, + { {2331.0f, -513.0f, 612.0f}, {0.000154f, 1.0f, 0.0f}, {-0.999998f, 0.000154f, -0.002144f}, "p150b", 0, {-42.08771f, 43.122192f, -0.008784f, 253.00632f, -41.053104f, 57.12889f} }, + { {2331.0f, -513.0f, 528.0f}, {0.000154f, 1.0f, 0.0f}, {-0.999998f, 0.000154f, -0.002144f}, "p150b", 0, {-42.08771f, 42.122196f, -0.008784f, 253.00632f, -41.05096f, 57.12889f} }, + { {2331.0f, -513.0f, 444.0f}, {0.000154f, 1.0f, 0.0f}, {-0.999998f, 0.000154f, -0.002144f}, "p150b", 0, {-42.08771f, 42.122196f, -0.008784f, 253.00632f, -41.05096f, 57.12889f} }, + { {2331.0f, -513.0f, 359.0f}, {0.000154f, 1.0f, 0.0f}, {-0.999998f, 0.000154f, -0.002144f}, "p150b", 0, {-42.08771f, 43.122192f, -0.008784f, 253.00632f, -41.053104f, 57.12889f} }, + { {2331.0f, -513.0f, 275.0f}, {0.000154f, 1.0f, 0.0f}, {-0.999998f, 0.000154f, -0.002144f}, "p150b", 0, {-42.08771f, 42.122196f, -0.008784f, 253.00632f, -41.05096f, 57.12889f} }, + { {2331.0f, -513.0f, 191.0f}, {0.000154f, 1.0f, 0.0f}, {-0.999998f, 0.000154f, -0.002144f}, "p150b", 0, {-43.087708f, 42.122196f, -0.008784f, 253.00632f, -41.05096f, 57.131035f} }, + { {2331.0f, -513.0f, 106.0f}, {0.000154f, 1.0f, 0.0f}, {-0.999998f, 0.000154f, -0.002144f}, "p151b", 0, {-42.08771f, 42.122196f, -0.008784f, 253.00632f, -41.05096f, 57.12889f} }, + { {1178.0f, -513.0f, 563.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p85b", 0, {-43.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.07553f} }, + { {2633.0f, -64.0f, -766.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p1290b1", 0, {-43.089607f, 43.126583f, -0.006828f, 195.00484f, -51.057068f, 72.07552f} }, + { {2633.0f, -64.0f, -679.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p1290b1", 0, {-44.089607f, 43.126583f, -0.006828f, 195.00484f, -51.057068f, 72.077286f} }, + { {2633.0f, -64.0f, -593.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p1290b1", 0, {-43.089607f, 43.126583f, -0.006828f, 195.00484f, -51.057068f, 72.07552f} }, + { {3775.0f, -417.0f, -970.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p1088b", 0, {-43.089607f, 43.126583f, -0.006828f, 195.00484f, -51.057068f, 71.92425f} }, + { {3861.0f, -417.0f, -970.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p1088b", 0, {-43.089607f, 44.126583f, -0.006828f, 195.00484f, -51.058826f, 72.07552f} }, + { {3948.0f, -417.0f, -970.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p1087b", 0, {-43.089607f, 43.126583f, -0.006828f, 195.00484f, -51.057068f, 72.07552f} }, + { {4741.0f, -417.0f, 1684.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p360b", 0, {-43.091366f, 43.124825f, -0.006734f, 195.00493f, -51.90579f, 71.07553f} }, + { {4741.0f, -417.0f, 1936.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p360b", 0, {-43.089645f, 44.124825f, -0.006734f, 195.00484f, -51.07732f, 71.07553f} }, + { {4741.0f, -417.0f, 2234.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p359b", 0, {-43.089645f, 44.124825f, -0.006734f, 195.00484f, -51.07732f, 71.07553f} }, + { {4741.0f, -417.0f, 2481.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p359b", 0, {-43.091366f, 43.124825f, -0.006734f, 195.00493f, -51.90579f, 71.07553f} }, + { {4461.0f, -417.0f, 2834.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p363b", 0, {-43.091366f, 43.124825f, -0.006734f, 195.00493f, -51.90579f, 71.07553f} }, + { {2715.0f, -417.0f, 2834.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p371b", 0, {-43.091366f, 43.124825f, -0.006734f, 195.00493f, -51.90579f, 71.07553f} }, + { {7000.0f, -513.0f, 628.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p152c", 0, {-43.089607f, 43.126583f, -0.006828f, 195.00484f, -51.057068f, 71.92425f} }, + { {6996.0f, -513.0f, 1232.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p146c", 0, {-43.089615f, 44.12659f, -0.006828f, 195.00484f, -51.058834f, 72.07553f} }, + { {9345.0f, -417.0f, 1667.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p1323d", 0, {-43.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.07553f} }, + { {9344.0f, -417.0f, 1754.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p1323d", 0, {-43.089607f, 44.124863f, -0.006734f, 195.00484f, -51.058826f, 71.09402f} }, + { {9344.0f, -417.0f, 1925.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p1323d", 0, {-43.089607f, 44.124863f, -0.006734f, 195.00484f, -51.058826f, 71.09402f} }, + { {9343.0f, -417.0f, 2011.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p1323d", 0, {-43.089607f, 43.126583f, -0.006828f, 195.00484f, -51.057068f, 72.07552f} }, + { {8314.0f, 0.0f, 3678.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p954d2", 0, {-44.089607f, 43.124825f, -0.006734f, 195.00484f, -51.057068f, 71.077286f} }, + { {8227.0f, 0.0f, 3677.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p954d2", 0, {-43.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.07553f} }, + { {8056.0f, 0.0f, 3677.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p954d2", 0, {-43.089607f, 44.124863f, -0.006734f, 195.00484f, -51.058826f, 71.07553f} }, + { {7970.0f, 0.0f, 3676.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p954d2", 0, {-44.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.09578f} }, + { {10214.0f, 0.0f, 3676.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p1181d1", 0, {-43.089607f, 44.124863f, -0.006734f, 195.00484f, -51.058826f, 71.09402f} }, + { {10301.0f, 0.0f, 3677.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p1181d1", 0, {-43.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.07553f} }, + { {10472.0f, 0.0f, 3677.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p1181d1", 0, {-43.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.07553f} }, + { {10558.0f, 0.0f, 3678.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p1181d1", 0, {-43.089607f, 44.124825f, -0.006734f, 195.00484f, -51.058826f, 71.07553f} }, + { {8438.0f, 0.0f, 1563.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p651d2", 0, {-43.089607f, 44.126583f, -0.006828f, 195.00484f, -51.058826f, 71.92249f} }, + { {8437.0f, 0.0f, 1650.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p651d2", 0, {-43.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.09402f} }, + { {8437.0f, 0.0f, 1821.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p651d2", 0, {-43.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.09402f} }, + { {8436.0f, 0.0f, 1907.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p651d1", 0, {-43.089607f, 44.124825f, -0.006734f, 195.00484f, -51.058826f, 71.07553f} }, + { {-740.0f, -53.0f, -552.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1917a2", 0, {-7.0f, 7.0f, -3.0f, 125.0f, -55.999996f, 213.0f} }, + { {-596.0f, -53.0f, -552.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1916a2", 0, {-7.0f, 7.0f, -3.0f, 125.0f, -55.999996f, 213.0f} }, + { {-452.0f, -53.0f, -552.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1940a2", 0, {-7.0f, 7.0f, -3.0f, 125.0f, -55.999996f, 213.0f} }, + { {-308.0f, -53.0f, -552.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1919a2", 0, {-7.0f, 7.0f, -4.0f, 125.0f, -55.999996f, 213.0f} }, + { {-365.0f, -53.0f, 392.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p550a", 0, {-7.0f, 7.0f, -4.0f, 125.0f, -55.999996f, 213.0f} }, + { {-510.0f, -53.0f, 392.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1924a2", 0, {-7.0f, 7.0f, -3.0f, 125.0f, -55.999996f, 213.0f} }, + { {-654.0f, -53.0f, 392.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1925a2", 0, {-7.0f, 7.0f, -3.0f, 125.0f, -55.999996f, 213.0f} }, + { {-798.0f, -53.0f, 392.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1926a2", 0, {-7.0f, 7.0f, -3.0f, 125.0f, -55.999996f, 213.0f} }, + { {-942.0f, -53.0f, 392.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p569a", 0, {-7.0f, 7.0f, -4.0f, 125.0f, -55.999996f, 213.0f} }, + { {-233.0f, -67.0f, -253.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p895a2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 227.0f} }, + { {61.0f, -67.0f, 41.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p195a1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 227.0f} }, + { {744.0f, -452.0f, 436.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4185b2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {-121.0f, -452.0f, 83.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1861a2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {-853.0f, -452.0f, -426.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p749a1", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {-1103.0f, -452.0f, -426.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p749a2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {-853.0f, -452.0f, 714.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p720a2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {-1103.0f, -452.0f, 714.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p720a1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {670.0f, -452.0f, -431.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p916a1", 0, {-3.0f, 2.0f, -3.0f, 125.0f, -61.0f, 228.0f} }, + { {420.0f, -452.0f, -431.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p916a2", 0, {-2.0f, 3.0f, -3.0f, 125.0f, -61.0f, 228.0f} }, + { {420.0f, -67.0f, -426.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p294a2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 227.0f} }, + { {670.0f, -67.0f, -426.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p294a1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 227.0f} }, + { {311.0f, -452.0f, 933.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p917a2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {241.0f, -452.0f, 2557.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1863a2", 0, {-7.0f, 7.0f, -15.000001f, 113.00001f, -61.0f, 228.0f} }, + { {24.0f, -452.0f, 2557.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1863a1", 0, {-7.0f, 7.0f, -24.000002f, 104.00001f, -61.0f, 228.0f} }, + { {500.0f, -452.0f, 2285.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1862a1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {378.0f, -452.0f, 2737.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p188g", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {1077.0f, -452.0f, 1596.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4360b2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {1514.0f, -452.0f, 997.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4334b2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {2395.0f, -452.0f, 990.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4340b1", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {3377.0f, -341.0f, 1450.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4186b1", 0, {-8.0f, 8.0f, -4.0f, 156.0f, -76.0f, 213.0f} }, + { {3802.0f, -341.0f, 409.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4189b2", 0, {-8.0f, 8.0f, -4.0f, 156.0f, -76.0f, 213.0f} }, + { {4785.0f, -452.0f, 869.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4339b2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {1103.0f, -312.0f, 715.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1770b", 0, {-108.99996f, 179.00005f, 57.99987f, 58.00008f, -104.99999f, 88.0f} }, + { {1440.0f, -312.0f, 847.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1761b", 0, {-109.99996f, 99.000046f, 57.999928f, 58.00008f, -104.99999f, 88.0f} }, + { {1580.0f, -312.0f, 847.0f}, {-1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p166b", 0, {-99.000046f, 109.99996f, 57.999928f, 58.00008f, -104.99999f, 88.0f} }, + { {2674.0f, -225.0f, 680.0f}, {-1e-06, 0.196116f, -0.980581f}, {0.0f, 0.980581f, 0.196116f}, "p229b", 0, {-109.999954f, 211.00005f, 57.26576f, 57.265995f, -75.70083f, 87.4678f} }, + { {3251.0f, -225.0f, 680.0f}, {-1e-06, 0.196116f, -0.980581f}, {0.0f, 0.980581f, 0.196116f}, "p239b", 0, {-109.999954f, 211.00005f, 57.26576f, 57.265995f, -75.70083f, 87.4678f} }, + { {4405.0f, -225.0f, 680.0f}, {-1e-06, 0.196116f, -0.980581f}, {0.0f, 0.980581f, 0.196116f}, "p251b", 0, {-109.999954f, 210.00005f, 57.26576f, 57.265995f, -75.70083f, 87.4678f} }, + { {4506.0f, -225.0f, 1179.0f}, {1e-06, 0.196116f, 0.980581f}, {0.0f, 0.980581f, -0.196116f}, "p255b", 0, {-108.999954f, 211.00005f, 57.26576f, 57.265995f, -75.70083f, 87.4678f} }, + { {3929.0f, -225.0f, 1179.0f}, {1e-06, 0.196116f, 0.980581f}, {0.0f, 0.980581f, -0.196116f}, "p261b", 0, {-108.999954f, 211.00005f, 57.26576f, 57.265995f, -75.70083f, 87.4678f} }, + { {2775.0f, -225.0f, 1179.0f}, {1e-06, 0.196116f, 0.980581f}, {0.0f, 0.980581f, -0.196116f}, "p228b", 0, {-109.999954f, 211.00005f, 57.26576f, 57.265995f, -75.70083f, 87.4678f} }, + { {5311.0f, -452.0f, 869.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p444c2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {6290.0f, -452.0f, 869.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p447c2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {7232.0f, -280.0f, 369.0f}, {-1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p107c", 0, {-252.00009f, 356.99994f, 111.99982f, 112.00027f, -104.99999f, 88.0f} }, + { {7232.0f, -280.0f, 1490.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p46c", 0, {-356.99994f, 252.00009f, 111.99982f, 112.00027f, -104.99999f, 88.0f} }, + { {7572.0f, -312.0f, 1616.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p42c", 0, {-109.99996f, 99.000046f, 57.999928f, 58.00008f, -104.99999f, 88.0f} }, + { {7571.0f, -312.0f, 94.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p103c", 0, {-109.99996f, 98.000046f, 56.999928f, 57.00008f, -104.99999f, 88.0f} }, + { {7652.0f, -452.0f, 1766.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1327d1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {8615.0f, -452.0f, 1542.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2351d2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {7718.0f, -312.0f, 1616.0f}, {-1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p433d", 0, {-99.000046f, 109.99996f, 57.999928f, 58.00008f, -104.99999f, 88.0f} }, + { {7652.0f, -452.0f, 244.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4055e2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {10830.0f, 29.0f, 103.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3979e1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 292.0f} }, + { {11381.0f, 29.0f, -311.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3976e2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 292.0f} }, + { {10888.0f, 29.0f, -372.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3978e1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 292.0f} }, + { {9624.0f, 29.0f, -2561.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1452e1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 292.0f} }, + { {10061.0f, 61.0f, -2621.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4068e2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 195.0f} }, + { {9651.0f, 203.0f, -2232.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p810e", 0, {-35.999996f, 172.0f, 26.999968f, 27.000006f, -75.0f, 101.0f} }, + { {10917.0f, 203.0f, -757.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p756e", 0, {-228.0f, 172.0f, 27.999968f, 28.000042f, -134.0f, 101.0f} }, + { {11295.0f, 203.0f, -557.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p752e", 0, {-372.0f, 172.0f, 26.999968f, 27.000069f, -134.0f, 101.0f} }, + { {11767.0f, 203.0f, -285.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p727e", 0, {-229.0f, 172.0f, 27.999968f, 28.000042f, -134.0f, 101.0f} }, + { {10645.0f, 203.0f, -285.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4265e2", 0, {-373.0f, 172.0f, 27.999968f, 28.000069f, -134.0f, 101.0f} }, + { {10501.0f, 203.0f, 132.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p41e", 0, {-229.0f, 172.0f, 27.999968f, 28.000042f, -134.0f, 101.0f} }, + { {7718.0f, -312.0f, 94.0f}, {-1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p2e", 0, {-98.000046f, 109.99996f, 57.999928f, 58.00008f, -104.99999f, 88.0f} }, + { {9034.0f, 207.0f, -2535.0f}, {0.0f, -0.141421f, -0.98995f}, {-4e-06, 0.98995f, -0.141421f}, "p856e", 0, {-172.00049f, 501.00043f, 94.18653f, 94.186775f, -114.83627f, 111.4407f} }, + { {8201.0f, 207.0f, -2535.0f}, {0.0f, -0.141421f, -0.98995f}, {-4e-06, 0.98995f, -0.141421f}, "p859e", 0, {-172.00049f, 501.00043f, 94.18653f, 94.186775f, -114.83627f, 111.4407f} }, + { {9692.0f, 77.0f, -6242.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4160f2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 195.0f} }, + { {7946.0f, 61.0f, -3138.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4171f1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 195.0f} }, + { {9730.0f, -516.0f, -6240.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3559f", 0, {-7.0f, 7.0f, -14.000001f, 115.00001f, -61.0f, 212.0f} }, + { {9501.0f, -516.0f, -6240.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3558f", 0, {-7.0f, 7.0f, -14.000002f, 114.00001f, -61.0f, 212.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 214), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = Collectable; index = 1 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 232), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 2 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 233), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 3 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 234), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 4 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 210), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 5 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 209), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 6 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 211), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 7 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 263), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 8 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 182), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 9 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 183), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 10 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 266), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 11 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 203), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 12 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 264), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 13 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 7), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 14 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 229), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 15 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 231), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 16 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 267), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 17 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 10036), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 18 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 10038), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 19 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 50), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 20 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 51), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 21 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 49), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 22 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 257), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 23 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 255), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 24 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 256), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Armour; index = 25 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 35), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 26 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 227), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Door; index = 27 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 66), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 28 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 67), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 29 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 68), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 30 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 69), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 31 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 70), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 32 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 71), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 33 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 72), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 34 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 73), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 35 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 74), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 36 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 75), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 37 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 76), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 38 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 77), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 39 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 78), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 40 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 79), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 41 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 80), 0x38000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 42 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 81), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 43 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 82), 0x38000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 44 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 83), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 45 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 84), 0x38000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 46 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 85), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 47 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 86), 0x38000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 48 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 87), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 49 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 92), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 50 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 93), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 51 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 94), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000006d, 0x0000006d, 0x00001555, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 52 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 95), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 53 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 96), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 54 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 97), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 55 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 107), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000001, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = TintedGlass; index = 56 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10098), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 600, 0, -1, 0, + /* Type = TintedGlass; index = 57 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10099), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 600, 0, -1, 0, + /* Type = TintedGlass; index = 58 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10101), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 350, 550, 0, -1, 0, + /* Type = TintedGlass; index = 59 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10102), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 350, 550, 0, -1, 0, + /* Type = TintedGlass; index = 60 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10103), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 350, 550, 0, -1, 0, + /* Type = TintedGlass; index = 61 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10104), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 350, 550, 0, -1, 0, + /* Type = TintedGlass; index = 62 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10105), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 350, 550, 0, -1, 0, + /* Type = TintedGlass; index = 63 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10106), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 350, 550, 0, -1, 0, + /* Type = EndProps; index = 64 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 145, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 29, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 258, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 4, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 156, 0, + /* Type = Spawn; index = 5 */ + _mkword(0, _mkshort(0, 0)), 46, 0, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 34, 0, + /* Type = Spawn; index = 7 */ + _mkword(0, _mkshort(0, 0)), 167, 0, + /* Type = StartWeapon; index = 8 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 9 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = EndIntro; index = 10 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 unknown_setup_block_0[] = { -1, -1 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +s32 unknown_setup_block_1[] = { 0, -1 }; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 unknown_setup_block_2[] = { 0, -1 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/Ump_setupashZ.c b/assets/obseg/setup/Ump_setupashZ.c new file mode 100644 index 0000000..1e18f8f --- /dev/null +++ b/assets/obseg/setup/Ump_setupashZ.c @@ -0,0 +1,299 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:05 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setupashZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-389.0f, 95.0f, 160.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p274a2", 0 }, + { {-1536.0f, 95.0f, 767.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p330a", 0 }, + { {-338.0f, 95.0f, -523.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p297a", 0 }, + { {-323.0f, 95.0f, -2251.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p306a", 0 }, + { {-1615.0f, 95.0f, -1247.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p319a", 0 }, + { {307.0f, 95.0f, 301.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p493a2", 0 }, + { {530.0f, 95.0f, 742.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p577a2", 0 }, + { {-769.0f, 95.0f, -947.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p299a", 0 }, + { {-772.0f, 95.0f, -2027.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p309a", 0 }, + { {-1647.0f, 95.0f, -1305.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p319a", 0 }, + { {-2082.0f, 95.0f, -364.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p43a1", 0 }, + { {-1647.0f, 95.0f, 770.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p328a", 0 }, + { {258.0f, 379.0f, -1623.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p343a1", 0 }, + { {-1419.0f, 379.0f, 73.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p338a2", 0 }, + { {-1236.0f, 379.0f, -951.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p175a2", 0 }, + { {-2130.0f, 95.0f, -1043.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p51a2", 0 }, + { {-461.0f, 379.0f, -1594.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p176a1", 0 }, + { {299.0f, 95.0f, 104.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p493a1", 0 }, + { {107.0f, 95.0f, 524.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p487a1", 0 }, + { {286.0f, 95.0f, 506.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p575a", 0 }, + { {802.0f, 95.0f, 506.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p29a", 0 }, + { {-454.0f, 95.0f, -1231.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p298a", 0 }, + { {-1016.0f, 95.0f, -644.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p303a", 0 }, + { {-280.0f, 95.0f, -2246.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p306a", 0 }, + { {-1264.0f, 95.0f, -1763.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p310a", 0 }, + { {-1784.0f, 95.0f, -1815.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p316a", 0 }, + { {-2081.0f, 95.0f, -1567.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p166a2", 0 }, + { {-1957.0f, 95.0f, -625.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p323a", 0 }, + { {-1741.0f, 95.0f, -471.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p325a", 0 }, + { {-1815.0f, 95.0f, 483.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p328a", 0 }, + { {-1852.0f, 95.0f, 1084.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p331a", 0 }, + { {26.0f, 379.0f, -1200.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p184a1", 0 }, + { {14.0f, 379.0f, -2041.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p182a2", 0 }, + { {-1814.0f, 379.0f, 92.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p186a1", 0 }, + { {-1579.0f, 379.0f, 469.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p188a1", 0 }, + { {-497.0f, 379.0f, -434.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p172a1", 0 }, + { {-1010.0f, 379.0f, -1411.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p174a1", 0 }, + { {-778.0f, -142.0f, 1050.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1104a", 0 }, + { {757.0f, -142.0f, 480.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1162a", 0 }, + { {-1406.0f, -142.0f, -1685.0f}, {0.0f, 1.0f, 0.0f}, {0.016798f, 0.0f, -0.999859f}, "p1125a", 0 }, + { {1044.0f, -142.0f, -781.0f}, {0.0f, 1.0f, 0.0f}, {0.016798f, 0.0f, -0.999859f}, "p1171a", 0 }, + { {-688.0f, -142.0f, -744.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016798f}, "p803a2", 0 }, + { {524.0f, -142.0f, 208.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1163a", 0 }, + { {486.0f, -142.0f, -1369.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1244a", 0 }, + { {-1220.0f, -142.0f, 84.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p787a1", 0 }, + { {-745.0f, -142.0f, 834.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1080a", 0 }, + { {-976.0f, -142.0f, -2059.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1145a", 0 }, + { {-968.0f, -142.0f, -736.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p799a2", 0 }, + { {-212.0f, -142.0f, -495.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p591a2", 0 }, + { {524.0f, -142.0f, 86.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1163a", 0 }, + { {532.0f, -142.0f, 330.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1162a", 0 }, + { {739.0f, -142.0f, -1636.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1261a", 0 }, + { {-849.0f, -142.0f, -727.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p799a2", 0 }, + { {264.0f, -142.0f, -1047.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1249a", 0 }, + { {-975.0f, -142.0f, 667.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1087a", 0 }, + { {-531.0f, -142.0f, 636.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1092a", 0 }, + { {-1365.0f, -142.0f, -152.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p792a1", 0 }, + { {-1005.0f, -142.0f, -144.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p793a2", 0 }, + { {-1280.0f, -142.0f, -2058.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1116a", 0 }, + { {-1098.0f, -142.0f, -715.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p799a1", 0 }, + { {-1038.0f, 95.0f, -1049.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p305a", 0 }, + { {-1896.0f, -142.0f, -2399.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p938a2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {380.0f, 95.0f, -127.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p25a2", 0, {-89.0f, 90.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {199.0f, 95.0f, -265.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p25a1", 0, {-110.0f, 114.0f, -5.8e-05, 5.5e-05, -94.99999f, 93.99999f} }, + { {207.0f, 95.0f, 74.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p493a1", 0, {-72.0f, 74.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {207.0f, 95.0f, 307.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p493a1", 0, {-72.0f, 74.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {116.0f, 95.0f, 405.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p487a1", 0, {-72.0f, 73.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {-117.0f, 95.0f, 405.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p487a1", 0, {-72.0f, 73.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {-479.0f, 95.0f, 623.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p28a2", 0, {-89.0f, 90.0f, -4.5e-05, 4.4e-05, -94.99999f, 93.99999f} }, + { {-341.0f, 95.0f, 443.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p28a2", 0, {-111.0f, 114.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-1841.0f, 95.0f, -568.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p325a", 0, {-167.0f, 170.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-1671.0f, 95.0f, -435.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p325a", 0, {-133.0f, 136.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-1685.0f, 95.0f, -1514.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p319a", 0, {-167.0f, 170.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-1667.0f, 95.0f, -1761.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p319a", 0, {-133.0f, 136.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-2022.0f, 39.0f, -767.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p62a1", 0, {-15.000288f, 14.000024f, -9.000112f, 180.00003f, -39.000004f, 151.00002f} }, + { {-2022.0f, 39.0f, -1145.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p61a1", 0, {-15.000289f, 14.000024f, -9.000112f, 181.00003f, -39.000004f, 151.00002f} }, + { {464.0f, 39.0f, 402.0f}, {1.0f, -1e-06, 1e-06}, {0.0f, 1.0f, 0.0f}, "p60a2", 0, {-15.000236f, 15.000024f, -9.000112f, 142.00005f, -39.000004f, 151.00002f} }, + { {464.0f, 39.0f, -23.0f}, {1.0f, -1e-06, 1e-06}, {0.0f, 1.0f, 0.0f}, "p57a2", 0, {-15.000236f, 14.000024f, -9.000112f, 142.00003f, -39.000004f, 151.00002f} }, + { {213.0f, 39.0f, 786.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p58a1", 0, {-15.000236f, 14.000024f, -9.000112f, 142.00003f, -39.000004f, 151.00002f} }, + { {-213.0f, 39.0f, 786.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p59a1", 0, {-14.000236f, 15.000024f, -9.00011f, 142.00005f, -39.000004f, 151.00002f} }, + { {-1340.0f, 39.0f, -804.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p56a2", 0, {-15.000237f, 14.000024f, -9.000112f, 143.00003f, -39.000004f, 151.00002f} }, + { {-1500.0f, 39.0f, -804.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p56a2", 0, {-15.000237f, 14.000024f, -9.000112f, 143.00003f, -39.000004f, 151.00002f} }, + { {-2041.0f, -188.0f, -2392.0f}, {3e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p938a1", 0, {-4.000306f, 4.00002f, -6.000065f, 108.00002f, -40.0f, 150.0f} }, + { {219.0f, -188.0f, 979.0f}, {3e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p581a1", 0, {-5.000306f, 4.00002f, -6.000068f, 108.00002f, -40.0f, 150.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 60), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = Armour; index = 1 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 15), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 2 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 16), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Collectable; index = 3 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 5), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 4 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 17), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 5 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 18), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 6 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 13), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 7 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 33), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 8 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 34), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 9 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 6), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 10 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 19), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 11 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 20), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 12 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 14), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 13 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 35), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 14 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 36), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 15 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 7), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 16 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 21), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 17 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 22), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 18 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 8), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 19 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 23), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 20 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 24), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 21 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 9), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 22 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 25), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 23 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 26), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 24 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 10), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 25 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 27), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 26 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 28), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 27 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 11), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 28 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 29), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 29 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 30), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 30 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 12), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 31 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 31), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 32 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 32), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Glass; index = 33 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10000), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 34 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10001), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 35 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10002), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 36 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10003), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 37 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10004), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 38 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10005), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 39 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10006), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 40 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10007), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 41 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10008), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 42 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10009), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 43 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10010), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 44 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10011), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 45 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 12), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 46 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 13), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 47 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 14), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 48 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 15), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 49 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 16), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 50 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 17), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 51 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 18), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 52 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 19), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 53 */ + _mkword(256, _mkshort(0, 1)), _mkword(182, 20), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000001, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 54 */ + _mkword(256, _mkshort(0, 1)), _mkword(182, 21), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000001, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = EndProps; index = 55 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 0, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 1, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 2, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 3, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 4, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 6 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = EndIntro; index = 7 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 unknown_setup_block_0[] = { -1, -1 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +s32 unknown_setup_block_1[] = { -1 }; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 unknown_setup_block_2[] = { -1 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_not_used_0[] = { 0x04000000 }; + + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/Ump_setupcaveZ.c b/assets/obseg/setup/Ump_setupcaveZ.c new file mode 100644 index 0000000..45f7e0e --- /dev/null +++ b/assets/obseg/setup/Ump_setupcaveZ.c @@ -0,0 +1,726 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:06 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +char *pad3dnames[]; +waypoint pathwaypoints[]; +char *padnames[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setupcaveZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + &padnames, + &pad3dnames +}; + +PadRecord padlist[] = { + { {1482.0f, -726.0f, -378.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1884a", 0 }, + { {1448.0f, -726.0f, -442.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1858a", 0 }, + { {1662.0f, -726.0f, -482.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3668a", 0 }, + { {1681.0f, -726.0f, -446.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1880a", 0 }, + { {1902.0f, -726.0f, -504.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1892a", 0 }, + { {2070.0f, -768.0f, -302.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p270a1", 0 }, + { {2073.0f, -807.0f, -80.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1740a1", 0 }, + { {1969.0f, -807.0f, -80.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1740a2", 0 }, + { {1761.0f, -807.0f, 213.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p609a1", 0 }, + { {1757.0f, -807.0f, 290.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3675a", 0 }, + { {1619.0f, -807.0f, 283.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p892a2", 0 }, + { {1331.0f, -807.0f, 214.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p891a1", 0 }, + { {960.0f, -807.0f, 345.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3660a", 0 }, + { {1406.0f, -915.0f, 228.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1945a", 0 }, + { {1199.0f, -915.0f, 189.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p3836a", 0 }, + { {781.0f, -807.0f, 428.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p578b", 0 }, + { {302.0f, -693.0f, 132.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p487b", 0 }, + { {728.0f, -47.0f, 716.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p535b", 0 }, + { {109.0f, 130.0f, 254.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p469b", 0 }, + { {-21.0f, 130.0f, 262.0f}, {0.0f, 1.0f, 0.0f}, {-0.000139f, 0.0f, 1.0f}, "p3628b", 0 }, + { {-24.0f, 130.0f, 360.0f}, {0.0f, 1.0f, 0.0f}, {0.000139f, 0.0f, -1.0f}, "p177b", 0 }, + { {-343.0f, 130.0f, 439.0f}, {0.0f, 1.0f, 0.0f}, {0.34215f, 0.0f, -0.939645f}, "p210b", 0 }, + { {-254.0f, 126.0f, 235.0f}, {0.0f, 1.0f, 0.0f}, {0.981627f, 0.0f, -0.190808f}, "p202b", 0 }, + { {-325.0f, 130.0f, 529.0f}, {0.0f, 1.0f, 0.0f}, {-0.450671f, 0.0f, 0.89269f}, "p146b", 0 }, + { {-268.0f, 130.0f, 587.0f}, {0.0f, 1.0f, 0.0f}, {-0.866072f, 0.0f, 0.49992f}, "p144b", 0 }, + { {-735.0f, 130.0f, 663.0f}, {0.0f, 1.0f, 0.0f}, {0.98483f, 0.0f, -0.173521f}, "p4309c2", 0 }, + { {-926.0f, 130.0f, 699.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.000129f}, "p4273c", 0 }, + { {-911.0f, 130.0f, 436.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p1314c1", 0 }, + { {-974.0f, 130.0f, 463.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p2173c2", 0 }, + { {-938.0f, 130.0f, 280.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p1311c1", 0 }, + { {-1137.0f, 130.0f, 118.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.000129f}, "p4405c1", 0 }, + { {-1314.0f, 130.0f, -175.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p1131c1", 0 }, + { {-1363.0f, 130.0f, -206.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p1131c2", 0 }, + { {-1344.0f, 130.0f, -441.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -0.000129f}, "p4317c", 0 }, + { {-1849.0f, 130.0f, -742.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p998c1", 0 }, + { {-1875.0f, 130.0f, -907.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p998c2", 0 }, + { {-1846.0f, 130.0f, -998.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p4137c1", 0 }, + { {-1802.0f, 130.0f, -1109.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.00013f}, "p973c1", 0 }, + { {-1470.0f, 130.0f, -1121.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.000129f}, "p4375c1", 0 }, + { {-1277.0f, 130.0f, -1392.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p4297c", 0 }, + { {-1215.0f, 130.0f, -1391.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p966c", 0 }, + { {-911.0f, 11.0f, 436.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p4271c2", 0 }, + { {-977.0f, 11.0f, 148.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p1245c1", 0 }, + { {-1220.0f, 11.0f, 115.0f}, {0.0f, 1.0f, 0.0f}, {0.865791f, 0.0f, 0.500406f}, "p4387c1", 0 }, + { {-1378.0f, 11.0f, -229.0f}, {0.0f, 1.0f, 0.0f}, {0.258366f, 0.0f, 0.966047f}, "p1116c1", 0 }, + { {-1358.0f, 11.0f, -568.0f}, {0.0f, 1.0f, 0.0f}, {0.258366f, 0.0f, 0.966047f}, "p4123c1", 0 }, + { {-1244.0f, 11.0f, -738.0f}, {0.0f, 1.0f, 0.0f}, {-0.258294f, 0.0f, 0.966066f}, "p767c1", 0 }, + { {-1236.0f, 11.0f, -889.0f}, {0.0f, 1.0f, 0.0f}, {0.258366f, 0.0f, 0.966047f}, "p765c2", 0 }, + { {-956.0f, 141.0f, -1915.0f}, {0.0f, 1.0f, 0.0f}, {-0.559194f, 0.0f, 0.829037f}, "p1913d", 0 }, + { {-1035.0f, 126.0f, -1331.0f}, {0.0f, 1.0f, 0.0f}, {-0.069769f, 0.0f, 0.997563f}, "p2187d1", 0 }, + { {-1090.0f, 126.0f, -1257.0f}, {0.0f, 1.0f, 0.0f}, {0.066642f, 0.0f, -0.997777f}, "p2187d2", 0 }, + { {-691.0f, 126.0f, -957.0f}, {0.0f, 1.0f, 0.0f}, {-0.829037f, 0.0f, -0.559194f}, "p2362d", 0 }, + { {-687.0f, 126.0f, -1029.0f}, {0.0f, 1.0f, 0.0f}, {-0.070913f, 0.0f, 0.997482f}, "p2361d", 0 }, + { {-1135.0f, 126.0f, -635.0f}, {0.0f, 1.0f, 0.0f}, {-0.070913f, 0.0f, 0.997482f}, "p1789d1", 0 }, + { {-987.0f, 126.0f, -629.0f}, {0.0f, 1.0f, 0.0f}, {-0.070913f, 0.0f, 0.997482f}, "p1801d1", 0 }, + { {-1183.0f, 126.0f, -448.0f}, {0.0f, 1.0f, 0.0f}, {-0.070913f, 0.0f, 0.997482f}, "p2246d", 0 }, + { {-1077.0f, 126.0f, -218.0f}, {0.0f, 1.0f, 0.0f}, {0.981835f, 0.0f, -0.189739f}, "p1821d", 0 }, + { {-1096.0f, 136.0f, -1916.0f}, {0.0f, 1.0f, 0.0f}, {0.6553f, 0.0f, 0.755369f}, "p1918d", 0 }, + { {-1099.0f, 126.0f, -102.0f}, {0.0f, 1.0f, 0.0f}, {0.94065f, 0.0f, -0.339378f}, "p1516d", 0 }, + { {-517.0f, 20.0f, -322.0f}, {0.0f, 1.0f, 0.0f}, {-0.6553f, 0.0f, -0.755369f}, "p2876d", 0 }, + { {-635.0f, 20.0f, -372.0f}, {0.0f, 1.0f, 0.0f}, {-0.6553f, 0.0f, -0.755369f}, "p2403d", 0 }, + { {-536.0f, 20.0f, -544.0f}, {0.0f, 1.0f, 0.0f}, {-0.425164f, 0.0f, 0.905116f}, "p2406d", 0 }, + { {-681.0f, 126.0f, -1477.0f}, {0.0f, 1.0f, 0.0f}, {-0.999995f, 0.0f, 0.003255f}, "p1899d", 0 }, + { {-992.0f, 141.0f, -1927.0f}, {0.0f, 1.0f, 0.0f}, {-0.068125f, 0.0f, 0.997677f}, "p1913d", 0 }, + { {-1035.0f, 141.0f, -1942.0f}, {0.0f, 1.0f, 0.0f}, {-0.068125f, 0.0f, 0.997677f}, "p1920d", 0 }, + { {158.0f, 126.0f, -1003.0f}, {0.0f, 1.0f, 0.0f}, {-0.070913f, 0.0f, 0.997482f}, "p1065e", 0 }, + { {208.0f, 126.0f, -921.0f}, {0.0f, 1.0f, 0.0f}, {-0.458914f, 0.0f, -0.88848f}, "p1058e", 0 }, + { {389.0f, 126.0f, -911.0f}, {0.0f, 1.0f, 0.0f}, {-0.870533f, 0.0f, -0.492111f}, "p1017e", 0 }, + { {383.0f, 126.0f, -1050.0f}, {0.0f, 1.0f, 0.0f}, {-0.870533f, 0.0f, -0.492111f}, "p1041e", 0 }, + { {297.0f, 126.0f, -1079.0f}, {0.0f, 1.0f, 0.0f}, {-0.866311f, 0.0f, 0.499504f}, "p1030e", 0 }, + { {1006.0f, -915.0f, 343.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, 0.258818f}, "p3768a", 0 }, + { {1002.0f, -915.0f, 442.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1910a", 0 }, + { {1606.0f, -915.0f, 222.0f}, {0.0f, 1.0f, 0.0f}, {0.866026f, 0.0f, -0.499999f}, "p1959a", 0 }, + { {-1482.0f, 126.0f, -1510.0f}, {0.0f, 1.0f, 0.0f}, {0.981043f, 0.0f, -0.193789f}, "p1879d", 0 }, + { {-1153.0f, 126.0f, -1695.0f}, {0.0f, 1.0f, 0.0f}, {-0.556673f, 0.0f, 0.830732f}, "p1871d", 0 }, + { {-1546.0f, 126.0f, -1653.0f}, {0.0f, 1.0f, 0.0f}, {0.981627f, 0.0f, -0.190808f}, "p1885d1", 0 }, + { {-777.0f, 126.0f, -1377.0f}, {0.0f, 1.0f, 0.0f}, {-0.656058f, 0.0f, -0.754711f}, "p1900d", 0 }, + { {-1076.0f, 137.0f, -1960.0f}, {0.0f, 1.0f, 0.0f}, {-0.657591f, 0.0f, -0.753375f}, "p1920d", 0 }, + { {-977.0f, 137.0f, -1968.0f}, {0.0f, 1.0f, 0.0f}, {0.556673f, 0.0f, -0.830732f}, "p1914d", 0 }, + { {-623.0f, 20.0f, -214.0f}, {0.0f, 1.0f, 0.0f}, {-0.851403f, 0.0f, 0.524513f}, "p2421d", 0 }, + { {-505.0f, 20.0f, -124.0f}, {0.0f, 1.0f, 0.0f}, {0.851413f, 0.0f, -0.524496f}, "p2429d", 0 }, + { {-32.0f, 126.0f, 673.0f}, {0.0f, 1.0f, 0.0f}, {0.190808f, 0.0f, 0.981627f}, "p159b", 0 }, + { {52.0f, 126.0f, 590.0f}, {0.0f, 1.0f, 0.0f}, {0.981627f, 0.0f, -0.190808f}, "p420b", 0 }, + { {1344.0f, -922.0f, 252.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1942a", 0 }, + { {1354.0f, -922.0f, 288.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1941a", 0 }, + { {1410.0f, -922.0f, 358.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2023a", 0 }, + { {1390.0f, -922.0f, 297.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1945a", 0 }, + { {1461.0f, -922.0f, 274.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p3644a2", 0 }, + { {1733.0f, -780.0f, 207.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p3676a", 0 }, + { {1650.0f, -780.0f, 196.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p891a3", 0 }, + { {944.0f, -780.0f, 352.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p3660a", 0 }, + { {861.0f, -780.0f, 342.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p563b", 0 }, + { {-141.0f, 126.0f, 225.0f}, {0.0f, 1.0f, 0.0f}, {-0.559191f, 0.0f, 0.829039f}, "p198b", 0 }, + { {-194.0f, 126.0f, 221.0f}, {0.0f, 1.0f, 0.0f}, {0.069759f, 0.0f, 0.997564f}, "p199b", 0 }, + { {-244.0f, 126.0f, 325.0f}, {0.0f, 1.0f, 0.0f}, {0.754708f, 0.0f, -0.656061f}, "p204b", 0 }, + { {-194.0f, 126.0f, 342.0f}, {0.0f, 1.0f, 0.0f}, {0.190807f, 0.0f, -0.981628f}, "p201b", 0 }, + { {-288.0f, 126.0f, 248.0f}, {0.0f, 1.0f, 0.0f}, {-0.18369f, 0.0f, 0.982984f}, "p202b", 0 }, + { {-230.0f, 126.0f, 222.0f}, {0.0f, 1.0f, 0.0f}, {0.996449f, 0.0f, 0.084199f}, "p202b", 0 }, + { {-353.0f, 126.0f, 292.0f}, {0.0f, 1.0f, 0.0f}, {0.731356f, 0.0f, 0.681996f}, "p206b", 0 }, + { {-383.0f, 126.0f, 340.0f}, {0.0f, 1.0f, 0.0f}, {0.898795f, 0.0f, 0.438369f}, "p206b", 0 }, + { {-299.0f, 126.0f, 354.0f}, {0.0f, 1.0f, 0.0f}, {0.190807f, 0.0f, -0.981628f}, "p205b", 0 }, + { {-409.0f, 126.0f, 717.0f}, {0.0f, 1.0f, 0.0f}, {0.190807f, 0.0f, -0.981628f}, "p139b", 0 }, + { {-459.0f, 126.0f, 704.0f}, {0.0f, 1.0f, 0.0f}, {0.754708f, 0.0f, -0.656061f}, "p139b", 0 }, + { {89.0f, 154.0f, 254.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p473b", 0 }, + { {5.0f, 154.0f, 254.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p3628b", 0 }, + { {-518.0f, 154.0f, 706.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p135b", 0 }, + { {-602.0f, 154.0f, 707.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "", 0 }, + { {-1235.0f, 179.0f, -360.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p2226d", 0 }, + { {-1318.0f, 179.0f, -360.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p4316c", 0 }, + { {-1290.0f, 154.0f, -1498.0f}, {-2e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1878d", 0 }, + { {-1289.0f, 154.0f, -1410.0f}, {2e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4297c", 0 }, + { {-530.0f, 126.0f, 371.0f}, {0.0f, 1.0f, 0.0f}, {-0.891031f, 0.0f, -0.453943f}, "p4565c", 0 }, + { {-578.0f, 126.0f, 304.0f}, {0.0f, 1.0f, 0.0f}, {-0.891031f, 0.0f, -0.453943f}, "p4585c", 0 }, + { {-548.0f, 126.0f, 312.0f}, {0.0f, 1.0f, 0.0f}, {-0.05239f, 0.0f, -0.998627f}, "p4588c", 0 }, + { {-585.0f, 126.0f, 358.0f}, {0.0f, 1.0f, 0.0f}, {-0.05239f, 0.0f, -0.998627f}, "p4568c", 0 }, + { {-655.0f, 126.0f, 314.0f}, {0.0f, 1.0f, 0.0f}, {-0.05239f, 0.0f, -0.998627f}, "p4576c", 0 }, + { {-646.0f, 126.0f, 260.0f}, {0.0f, 1.0f, 0.0f}, {0.05239f, 0.0f, 0.998627f}, "p4582c", 0 }, + { {-616.0f, 126.0f, 269.0f}, {0.0f, 1.0f, 0.0f}, {0.891031f, 0.0f, 0.453943f}, "p4583c", 0 }, + { {-600.0f, 126.0f, 326.0f}, {0.0f, 1.0f, 0.0f}, {-0.891031f, 0.0f, -0.453943f}, "p4568c", 0 }, + { {-537.0f, 80.0f, 153.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-544.0f, 80.0f, 152.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-552.0f, 80.0f, 151.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-559.0f, 80.0f, 151.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-566.0f, 80.0f, 150.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-574.0f, 79.0f, 149.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-581.0f, 79.0f, 149.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-589.0f, 79.0f, 148.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-596.0f, 79.0f, 147.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-604.0f, 79.0f, 146.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-765.0f, 41.0f, 336.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-766.0f, 41.0f, 343.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-767.0f, 41.0f, 351.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-768.0f, 41.0f, 358.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-769.0f, 41.0f, 366.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-770.0f, 41.0f, 373.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-771.0f, 41.0f, 380.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-772.0f, 41.0f, 388.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-772.0f, 41.0f, 395.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-773.0f, 41.0f, 403.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-1375.0f, 126.0f, -1529.0f}, {0.0f, 1.0f, 0.0f}, {-0.190811f, 0.0f, -0.981627f}, "p1908d", 0 }, + { {-1189.0f, 126.0f, -1522.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 2e-06}, "p1877d", 0 }, + { {-1182.0f, 135.0f, -1644.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 2e-06}, "p1873d", 0 }, + { {-1169.0f, 135.0f, -1560.0f}, {0.0f, 1.0f, 0.0f}, {-0.233382f, 0.0f, 0.972385f}, "p1877d", 0 }, + { {-1090.0f, 135.0f, -1646.0f}, {0.0f, 1.0f, 0.0f}, {-0.522554f, 0.0f, -0.852606f}, "p1866d", 0 }, + { {-1163.0f, 126.0f, -342.0f}, {0.0f, 1.0f, 0.0f}, {-0.891008f, 0.0f, -0.453988f}, "p1816d", 0 }, + { {-1043.0f, 126.0f, -312.0f}, {0.0f, 1.0f, 0.0f}, {-0.05239f, 0.0f, -0.998627f}, "p1810d", 0 }, + { {-1006.0f, 126.0f, -358.0f}, {0.0f, 1.0f, 0.0f}, {-0.05239f, 0.0f, -0.998627f}, "p1810d", 0 }, + { {-1036.0f, 126.0f, -367.0f}, {0.0f, 1.0f, 0.0f}, {-0.891031f, 0.0f, -0.453943f}, "p1810d", 0 }, + { {-988.0f, 126.0f, -300.0f}, {0.0f, 1.0f, 0.0f}, {-0.891031f, 0.0f, -0.453943f}, "p1745d", 0 }, + { {-541.0f, 17.0f, -349.0f}, {0.0f, 1.0f, 0.0f}, {-0.29654f, 0.0f, -0.955021f}, "p2408d", 0 }, + { {-544.0f, 17.0f, -309.0f}, {0.0f, 1.0f, 0.0f}, {-0.959216f, 0.0f, 0.282673f}, "p2408d", 0 }, + { {-572.0f, 17.0f, -512.0f}, {0.0f, 1.0f, 0.0f}, {0.51556f, 0.0f, 0.856854f}, "p2406d", 0 }, + { {-596.0f, 17.0f, -536.0f}, {0.0f, 1.0f, 0.0f}, {-0.850307f, 0.0f, 0.526286f}, "p2406d", 0 }, + { {-647.0f, 17.0f, -409.0f}, {0.0f, 1.0f, 0.0f}, {-0.972042f, 0.0f, -0.234809f}, "p2403d", 0 }, + { {-670.0f, 17.0f, -385.0f}, {0.0f, 1.0f, 0.0f}, {-0.999654f, 0.0f, 0.026294f}, "p2403d", 0 }, + { {-776.0f, 126.0f, -1394.0f}, {0.0f, 1.0f, 0.0f}, {-0.190811f, 0.0f, -0.981627f}, "p1900d", 0 }, + { {-768.0f, 126.0f, -1526.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, 0.005332f}, "p1903d", 0 }, + { {-938.0f, 135.0f, -1652.0f}, {0.0f, 1.0f, 0.0f}, {-0.233382f, 0.0f, 0.972385f}, "p1849d", 0 }, + { {-714.0f, 126.0f, -1449.0f}, {0.0f, 1.0f, 0.0f}, {-0.190811f, 0.0f, -0.981627f}, "p748d", 0 }, + { {-660.0f, 171.0f, -964.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p2362d", 0 }, + { {-572.0f, 171.0f, -964.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "", 0 }, + { {-1063.0f, 223.0f, -603.0f}, {-2e-06, -1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1806d", 0 }, + { {-944.0f, 133.0f, -1863.0f}, {0.0f, 1.0f, 0.0f}, {-0.233382f, 0.0f, 0.972385f}, "p1934d", 0 }, + { {-1097.0f, 133.0f, -1861.0f}, {0.0f, 1.0f, 0.0f}, {-0.233382f, 0.0f, 0.972385f}, "p1933d", 0 }, + { {-1061.0f, 133.0f, -1844.0f}, {0.0f, 1.0f, 0.0f}, {-0.687572f, 0.0f, 0.726116f}, "p1933d", 0 }, + { {-983.0f, 136.0f, -1870.0f}, {0.0f, 1.0f, 0.0f}, {0.852341f, 0.0f, -0.522986f}, "", 0 }, + { {-1054.0f, 133.0f, -1887.0f}, {0.0f, 1.0f, 0.0f}, {-0.940613f, 0.0f, -0.339481f}, "p1932d", 0 }, + { {-1069.0f, 133.0f, -2001.0f}, {0.0f, 1.0f, 0.0f}, {-0.095781f, 0.0f, 0.995402f}, "p1919d", 0 }, + { {-1049.0f, 133.0f, -1996.0f}, {0.0f, 1.0f, 0.0f}, {0.464954f, 0.0f, 0.885335f}, "p1922d", 0 }, + { {-1030.0f, 133.0f, -2002.0f}, {0.0f, 1.0f, 0.0f}, {-0.095781f, 0.0f, 0.995402f}, "p1922d", 0 }, + { {-1009.0f, 133.0f, -2001.0f}, {0.0f, 1.0f, 0.0f}, {-0.576711f, 0.0f, 0.816948f}, "p1922d", 0 }, + { {-991.0f, 133.0f, -2006.0f}, {0.0f, 1.0f, 0.0f}, {-0.095781f, 0.0f, 0.995402f}, "p1921d", 0 }, + { {-937.0f, 133.0f, -2005.0f}, {0.0f, 1.0f, 0.0f}, {-0.095781f, 0.0f, 0.995402f}, "p1914d", 0 }, + { {-1103.0f, 133.0f, -1947.0f}, {0.0f, 1.0f, 0.0f}, {-0.095781f, 0.0f, 0.995402f}, "p1920d", 0 }, + { {-1010.0f, 133.0f, -1978.0f}, {0.0f, 1.0f, 0.0f}, {0.995402f, 0.0f, 0.095781f}, "p1922d", 0 }, + { {-946.0f, 133.0f, -1784.0f}, {0.0f, 1.0f, 0.0f}, {-0.095781f, 0.0f, 0.995402f}, "p1931d", 0 }, + { {-952.0f, 133.0f, -1815.0f}, {0.0f, 1.0f, 0.0f}, {0.995402f, 0.0f, 0.095781f}, "p1934d", 0 }, + { {-999.0f, 140.0f, -2007.0f}, {0.0f, 1.0f, 0.0f}, {0.995402f, 0.0f, 0.095781f}, "p1922d", 0 }, + { {-1042.0f, 140.0f, -2000.0f}, {0.0f, 1.0f, 0.0f}, {0.995402f, 0.0f, 0.095781f}, "p1922d", 0 }, + { {-1062.0f, 140.0f, -1999.0f}, {0.0f, 1.0f, 0.0f}, {0.771583f, 0.0f, -0.636129f}, "p1919d", 0 }, + { {-1020.0f, 140.0f, -2000.0f}, {0.0f, 1.0f, 0.0f}, {0.636129f, 0.0f, 0.771583f}, "p1922d", 0 }, + { {-1055.0f, 133.0f, -1975.0f}, {0.0f, 1.0f, 0.0f}, {0.885945f, 0.0f, 0.46379f}, "p1919d", 0 }, + { {272.0f, 126.0f, -912.0f}, {0.0f, 1.0f, 0.0f}, {-0.190811f, 0.0f, -0.981627f}, "p1053e", 0 }, + { {376.0f, 126.0f, -1001.0f}, {0.0f, 1.0f, 0.0f}, {-0.190811f, 0.0f, -0.981627f}, "p1043e", 0 }, + { {323.0f, 126.0f, -1055.0f}, {0.0f, 1.0f, 0.0f}, {0.981627f, 0.0f, -0.190811f}, "p1032e", 0 }, + { {-1.0f, 171.0f, -964.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "", 0 }, + { {82.0f, 171.0f, -964.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p808e", 0 }, + { {-430.0f, 214.0f, -994.0f}, {0.0f, -1.0f, 2e-06}, {-1.0f, 0.0f, 0.0f}, "p1118e2", 0 }, + { {-147.0f, 214.0f, -994.0f}, {0.0f, -1.0f, -2e-06}, {1.0f, 0.0f, 0.0f}, "p1118e1", 0 }, + { {1465.0f, -720.0f, -298.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1853a", 0 }, + { {1481.0f, -720.0f, -447.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1829a", 0 }, + { {1532.0f, -720.0f, -468.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1882a", 0 }, + { {1683.0f, -720.0f, -471.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3671a", 0 }, + { {1808.0f, -720.0f, -468.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3673a", 0 }, + { {2016.0f, -733.0f, -457.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3714a1", 0 }, + { {2101.0f, -747.0f, -375.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p254a1", 0 }, + { {2088.0f, -763.0f, -282.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p270a1", 0 }, + { {2029.0f, -787.0f, -199.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2116a", 0 }, + { {2021.0f, -805.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1740a1", 0 }, + { {2024.0f, -805.0f, 152.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p605a1", 0 }, + { {1933.0f, -805.0f, 245.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p606a1", 0 }, + { {1761.0f, -805.0f, 250.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p609a2", 0 }, + { {1202.0f, -805.0f, 105.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3808a1", 0 }, + { {1181.0f, -805.0f, 216.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3802a2", 0 }, + { {1029.0f, -805.0f, 280.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3691a1", 0 }, + { {1082.0f, -805.0f, 229.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p885a", 0 }, + { {976.0f, -805.0f, 333.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3660a", 0 }, + { {968.0f, -805.0f, 394.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p882a2", 0 }, + { {1309.0f, -805.0f, 107.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3787a2", 0 }, + { {1311.0f, -805.0f, 210.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3781a2", 0 }, + { {1542.0f, -805.0f, 221.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p891a2", 0 }, + { {1622.0f, -805.0f, 250.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3698a", 0 }, + { {1180.0f, -911.0f, 209.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3836a", 0 }, + { {1224.0f, -911.0f, 110.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3826a", 0 }, + { {1137.0f, -911.0f, 380.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3652a", 0 }, + { {1167.0f, -911.0f, 332.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3837a", 0 }, + { {1024.0f, -911.0f, 466.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1910a", 0 }, + { {1260.0f, -911.0f, 89.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3824a", 0 }, + { {1294.0f, -911.0f, 124.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3821a", 0 }, + { {1429.0f, -911.0f, 295.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1945a", 0 }, + { {1320.0f, -911.0f, 203.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3819a", 0 }, + { {1493.0f, -911.0f, 378.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3641a", 0 }, + { {818.0f, -805.0f, 394.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p566b", 0 }, + { {789.0f, -805.0f, 285.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p557b", 0 }, + { {718.0f, -778.0f, 188.0f}, {0.0f, 1.0f, 0.0f}, {0.358367f, 0.0f, 0.933581f}, "p478b", 0 }, + { {608.0f, -769.0f, 97.0f}, {0.0f, 1.0f, 0.0f}, {0.765421f, 0.0f, 0.64353f}, "p481b", 0 }, + { {484.0f, -740.0f, 70.0f}, {0.0f, 1.0f, 0.0f}, {0.905842f, 0.0f, 0.423616f}, "p483b", 0 }, + { {361.0f, -716.0f, 94.0f}, {0.0f, 1.0f, 0.0f}, {0.996289f, 0.0f, -0.086066f}, "p485b", 0 }, + { {250.0f, -684.0f, 169.0f}, {0.0f, 1.0f, 0.0f}, {0.996289f, 0.0f, -0.086066f}, "p487b", 0 }, + { {173.0f, -660.0f, 259.0f}, {0.0f, 1.0f, 0.0f}, {0.646244f, 0.0f, -0.763131f}, "p489b", 0 }, + { {140.0f, -644.0f, 380.0f}, {0.0f, 1.0f, 0.0f}, {0.646244f, 0.0f, -0.763131f}, "p491b", 0 }, + { {143.0f, -624.0f, 544.0f}, {0.0f, 1.0f, 0.0f}, {-0.33183f, 0.0f, -0.943339f}, "p494b", 0 }, + { {231.0f, -597.0f, 664.0f}, {0.0f, 1.0f, 0.0f}, {-0.741055f, 0.0f, -0.671444f}, "p496b", 0 }, + { {341.0f, -563.0f, 740.0f}, {0.0f, 1.0f, 0.0f}, {-0.741055f, 0.0f, -0.671444f}, "p497b", 0 }, + { {480.0f, -527.0f, 767.0f}, {0.0f, 1.0f, 0.0f}, {-0.977494f, 0.0f, -0.210962f}, "p500b", 0 }, + { {610.0f, -498.0f, 740.0f}, {0.0f, 1.0f, 0.0f}, {-0.977494f, 0.0f, -0.210962f}, "p501b", 0 }, + { {727.0f, -465.0f, 661.0f}, {0.0f, 1.0f, 0.0f}, {-0.8574f, 0.0f, 0.514651f}, "p503b", 0 }, + { {805.0f, -445.0f, 556.0f}, {0.0f, 1.0f, 0.0f}, {-0.8574f, 0.0f, 0.514651f}, "p505b", 0 }, + { {841.0f, -427.0f, 413.0f}, {0.0f, 1.0f, 0.0f}, {-0.242977f, 0.0f, 0.970032f}, "p508b", 0 }, + { {820.0f, -404.0f, 286.0f}, {0.0f, 1.0f, 0.0f}, {0.015859f, 0.0f, 0.999874f}, "p509b", 0 }, + { {735.0f, -375.0f, 161.0f}, {0.0f, 1.0f, 0.0f}, {0.497779f, 0.0f, 0.867304f}, "p511b", 0 }, + { {616.0f, -346.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {0.855343f, 0.0f, 0.518062f}, "p514b", 0 }, + { {492.0f, -319.0f, 47.0f}, {0.0f, 1.0f, 0.0f}, {0.959606f, 0.0f, 0.281349f}, "p515b", 0 }, + { {342.0f, -288.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {0.975902f, 0.0f, -0.218207f}, "p517b", 0 }, + { {229.0f, -263.0f, 155.0f}, {0.0f, 1.0f, 0.0f}, {0.898846f, 0.0f, -0.438263f}, "p519b", 0 }, + { {168.0f, -232.0f, 266.0f}, {0.0f, 1.0f, 0.0f}, {0.60499f, 0.0f, -0.796233f}, "p521b", 0 }, + { {127.0f, -209.0f, 414.0f}, {0.0f, 1.0f, 0.0f}, {0.130609f, 0.0f, -0.991434f}, "p523b", 0 }, + { {139.0f, -187.0f, 549.0f}, {0.0f, 1.0f, 0.0f}, {-0.377776f, 0.0f, -0.925897f}, "p526b", 0 }, + { {208.0f, -162.0f, 681.0f}, {0.0f, 1.0f, 0.0f}, {-0.581915f, 0.0f, -0.813249f}, "p528b", 0 }, + { {330.0f, -133.0f, 764.0f}, {0.0f, 1.0f, 0.0f}, {-0.778686f, 0.0f, -0.627413f}, "p530b", 0 }, + { {480.0f, -109.0f, 795.0f}, {0.0f, 1.0f, 0.0f}, {-0.985064f, 0.0f, -0.172188f}, "p532b", 0 }, + { {634.0f, -75.0f, 762.0f}, {0.0f, 1.0f, 0.0f}, {-0.865176f, 0.0f, 0.501469f}, "p534b", 0 }, + { {751.0f, -46.0f, 684.0f}, {0.0f, 1.0f, 0.0f}, {-0.865176f, 0.0f, 0.501469f}, "p535b", 0 }, + { {837.0f, -14.0f, 558.0f}, {0.0f, 1.0f, 0.0f}, {-0.546453f, 0.0f, 0.83749f}, "p537b", 0 }, + { {866.0f, 4.0f, 408.0f}, {0.0f, 1.0f, 0.0f}, {-0.059318f, 0.0f, 0.998239f}, "p539b", 0 }, + { {836.0f, 21.0f, 259.0f}, {0.0f, 1.0f, 0.0f}, {0.396797f, 0.0f, 0.917906f}, "p541b", 0 }, + { {757.0f, 37.0f, 141.0f}, {0.0f, 1.0f, 0.0f}, {0.396797f, 0.0f, 0.917906f}, "p543b", 0 }, + { {631.0f, 64.0f, 54.0f}, {0.0f, 1.0f, 0.0f}, {0.791464f, 0.0f, 0.611216f}, "p545b", 0 }, + { {482.0f, 89.0f, 24.0f}, {0.0f, 1.0f, 0.0f}, {0.981963f, 0.0f, 0.189073f}, "p547b", 0 }, + { {338.0f, 111.0f, 52.0f}, {0.0f, 1.0f, 0.0f}, {0.998056f, 0.0f, -0.06233f}, "p549b", 0 }, + { {210.0f, 129.0f, 135.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p552b", 0 }, + { {167.0f, 129.0f, 257.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p554b", 0 }, + { {111.0f, 129.0f, 310.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p468b", 0 }, + { {-22.0f, 129.0f, 309.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p3602b", 0 }, + { {-248.0f, 129.0f, 286.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p204b", 0 }, + { {-319.0f, 129.0f, 314.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p204b", 0 }, + { {-373.0f, 129.0f, 462.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p209b", 0 }, + { {-339.0f, 129.0f, 588.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p151b", 0 }, + { {-71.0f, 129.0f, 415.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p171b", 0 }, + { {-43.0f, 129.0f, 589.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p166b", 0 }, + { {-125.0f, 129.0f, 684.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p158b", 0 }, + { {-489.0f, 129.0f, 660.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p131b", 0 }, + { {-620.0f, 129.0f, 660.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4309c1", 0 }, + { {-906.0f, 129.0f, 657.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4274c", 0 }, + { {-913.0f, 129.0f, 590.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4276c", 0 }, + { {-969.0f, 129.0f, 592.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2668c2", 0 }, + { {-964.0f, 129.0f, 437.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2173c1", 0 }, + { {-941.0f, 129.0f, 334.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1311c2", 0 }, + { {-946.0f, 129.0f, 194.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1311c1", 0 }, + { {-1014.0f, 129.0f, 129.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4426c1", 0 }, + { {-916.0f, 13.0f, 474.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p35c2", 0 }, + { {-930.0f, 13.0f, 408.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4271c2", 0 }, + { {-945.0f, 13.0f, 196.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4092c1", 0 }, + { {-1013.0f, 13.0f, 125.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4431c1", 0 }, + { {-959.0f, 13.0f, 412.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4479c1", 0 }, + { {-964.0f, 13.0f, 654.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4471c2", 0 }, + { {-685.0f, 13.0f, 651.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4510c2", 0 }, + { {-1225.0f, 129.0f, 116.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1254c1", 0 }, + { {-1305.0f, 129.0f, 38.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1263c1", 0 }, + { {-1308.0f, 129.0f, -146.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1263c2", 0 }, + { {-1368.0f, 129.0f, -222.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1133c1", 0 }, + { {-1373.0f, 129.0f, -321.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2667c", 0 }, + { {-1338.0f, 129.0f, -390.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4315c", 0 }, + { {-1437.0f, 129.0f, -391.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1119c2", 0 }, + { {-1228.0f, 13.0f, 120.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1234c1", 0 }, + { {-1304.0f, 13.0f, 38.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1235c1", 0 }, + { {-1305.0f, 13.0f, -149.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1113c1", 0 }, + { {-1372.0f, 13.0f, -216.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1116c1", 0 }, + { {-1371.0f, 13.0f, -627.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4123c1", 0 }, + { {-1229.0f, 13.0f, -777.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p767c1", 0 }, + { {-1223.0f, 13.0f, -1070.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4132c1", 0 }, + { {-1223.0f, 124.0f, -1211.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4299c", 0 }, + { {-1857.0f, 129.0f, -1108.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4137c1", 0 }, + { {-1866.0f, 129.0f, -590.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p998c1", 0 }, + { {-1657.0f, 129.0f, -390.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4111c", 0 }, + { {-1278.0f, 129.0f, -1112.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4367c1", 0 }, + { {-1266.0f, 129.0f, -1212.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4298c", 0 }, + { {-1238.0f, 129.0f, -1382.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4296c2", 0 }, + { {-687.0f, 13.0f, 488.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4546c", 0 }, + { {-665.0f, 13.0f, 380.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4569c", 0 }, + { {-619.0f, 13.0f, 466.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4550c", 0 }, + { {-479.0f, 69.0f, 438.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4554c", 0 }, + { {-436.0f, 69.0f, 312.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4597c", 0 }, + { {-508.0f, 69.0f, 193.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4602c", 0 }, + { {-446.0f, 69.0f, 183.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4616c", 0 }, + { {-366.0f, 69.0f, 166.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4619c", 0 }, + { {-343.0f, 69.0f, 77.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4624c", 0 }, + { {-403.0f, 69.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4627c", 0 }, + { {-500.0f, 69.0f, 57.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4631c", 0 }, + { {-526.0f, 69.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4637c", 0 }, + { {-1238.0f, 129.0f, -1518.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2248d", 0 }, + { {-1242.0f, 129.0f, -1579.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2271d", 0 }, + { {-1246.0f, 129.0f, -1655.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2270d", 0 }, + { {-1252.0f, 129.0f, -1692.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1875d", 0 }, + { {-1387.0f, 129.0f, -1569.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1908d", 0 }, + { {-1492.0f, 129.0f, -1526.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1882d", 0 }, + { {-1502.0f, 129.0f, -1643.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1885d1", 0 }, + { {-1381.0f, 129.0f, -1655.0f}, {0.0f, 1.0f, 0.0f}, {0.856876f, 0.0f, -0.515522f}, "p1876d2", 0 }, + { {-1094.0f, 129.0f, -1692.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1867d", 0 }, + { {-1024.0f, 129.0f, -1653.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1853d", 0 }, + { {-1133.0f, 129.0f, -1595.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1850d", 0 }, + { {-1014.0f, 138.0f, -1739.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2173d", 0 }, + { {-1002.0f, 138.0f, -1821.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1931d", 0 }, + { {-996.0f, 138.0f, -1944.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1917d", 0 }, + { {-967.0f, 129.0f, -1591.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1854d", 0 }, + { {-879.0f, 129.0f, -1657.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1856d", 0 }, + { {-844.0f, 129.0f, -1577.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1892d", 0 }, + { {-901.0f, 129.0f, -1526.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1891d", 0 }, + { {-1065.0f, 129.0f, -1589.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1854d", 0 }, + { {-1059.0f, 129.0f, -1460.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1511d2", 0 }, + { {-1058.0f, 129.0f, -986.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2918d", 0 }, + { {-692.0f, 129.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2209d1", 0 }, + { {-1064.0f, 129.0f, -620.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1837d", 0 }, + { {-991.0f, 129.0f, -468.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1811d", 0 }, + { {-1058.0f, 129.0f, -508.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2220d", 0 }, + { {-1207.0f, 129.0f, -392.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2227d", 0 }, + { {-1074.0f, 129.0f, -293.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1809d", 0 }, + { {-1072.0f, 129.0f, -380.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1813d", 0 }, + { {-1013.0f, 129.0f, -224.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1827d", 0 }, + { {-1000.0f, 129.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1824d", 0 }, + { {-999.0f, 129.0f, -96.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1825d", 0 }, + { {-1117.0f, 129.0f, -96.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1516d", 0 }, + { {-1121.0f, 129.0f, -155.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1822d", 0 }, + { {-1124.0f, 129.0f, -205.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1821d", 0 }, + { {-716.0f, 17.0f, -473.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2400d", 0 }, + { {-600.0f, 17.0f, -421.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2404d", 0 }, + { {-527.0f, 17.0f, -387.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2876d", 0 }, + { {-530.0f, 17.0f, -469.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2406d", 0 }, + { {-583.0f, 17.0f, -289.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2431d", 0 }, + { {-556.0f, 129.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1125e1", 0 }, + { {-25.0f, 129.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1123e1", 0 }, + { {123.0f, 129.0f, -989.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1068e", 0 }, + { {190.0f, 129.0f, -938.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1060e", 0 }, + { {255.0f, 129.0f, -934.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1055e", 0 }, + { {257.0f, 129.0f, -1066.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1022e", 0 }, + { {387.0f, 129.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1020e", 0 }, + { {387.0f, 129.0f, -938.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1017e", 0 }, + { {435.0f, 129.0f, -932.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1051e", 0 }, + { {1465.0f, -733.0f, -222.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p56f", 0 }, + { {481.0f, 129.0f, -927.0f}, {0.0f, 1.0f, 0.0f}, {0.241371f, 0.0f, -0.970433f}, "p51g", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {971.0f, -920.0f, 331.0f}, {-0.001249f, 0.999997f, 0.001915f}, {0.865438f, 0.000123f, 0.501016f}, "p3767a", 0, {-10.932122f, 11.346888f, -0.027479f, 62.026154f, -14.575851f, 19.04724f} }, + { {1633.0f, -920.0f, 208.0f}, {-0.001034f, 0.999997f, -0.002039f}, {-0.866612f, 0.000123f, 0.498983f}, "p1959a", 0, {-12.20162f, 10.856478f, -0.026338f, 62.0283f, -14.593439f, 19.932068f} }, + { {1633.0f, -920.0f, 285.0f}, {0.001249f, 0.999997f, -0.001915f}, {-0.865438f, 0.000123f, -0.501016f}, "p1951a", 0, {-10.790542f, 11.847902f, -0.028728f, 62.026154f, -14.568247f, 19.91268f} }, + { {972.0f, -920.0f, 455.0f}, {0.001034f, 0.999997f, 0.002039f}, {0.866612f, 0.000123f, -0.498983f}, "p3769a", 0, {-12.201621f, 11.118351f, -0.027372f, 62.027267f, -14.601042f, 19.932068f} }, + { {947.0f, -851.0f, 427.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p3766a", 0, {-78.00001f, 7.99999f, -6.000014f, -5.999868f, -39.0f, 13.0f} }, + { {948.0f, -851.0f, 427.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p3766a", 0, {-80.00001f, 9.999991f, -5.000019f, -4.999849f, -41.0f, 15.0f} }, + { {88.0f, 121.0f, 614.0f}, {0.000129f, 1.0f, -3e-05}, {-0.974764f, 0.000133f, 0.223237f}, "p422b", 0, {-9.866848f, 10.923429f, -0.002229f, 63.001602f, -12.075679f, 16.780378f} }, + { {83.0f, 121.0f, 595.0f}, {0.000129f, 1.0f, -3e-05}, {-0.974764f, 0.000133f, 0.223237f}, "p421b", 0, {-10.439569f, 9.948682f, -0.002149f, 63.001682f, -12.649721f, 16.2147f} }, + { {79.0f, 121.0f, 575.0f}, {0.000129f, 1.0f, -3e-05}, {-0.974764f, 0.000133f, 0.223237f}, "p420b", 0, {-10.090085f, 10.521403f, -0.002278f, 63.001602f, -12.084043f, 17.1811f} }, + { {74.0f, 121.0f, 555.0f}, {0.000129f, 1.0f, -3e-05}, {-0.974764f, 0.000133f, 0.223237f}, "p419b", 0, {-9.866848f, 10.923446f, -0.002229f, 63.00165f, -12.426484f, 16.772015f} }, + { {-50.0f, 121.0f, 712.0f}, {3e-05, 1.0f, 0.000129f}, {-0.223239f, 0.000133f, -0.974764f}, "p157b", 0, {-10.841632f, 9.948709f, -0.002199f, 63.001602f, -12.08402f, 16.557163f} }, + { {-30.0f, 121.0f, 708.0f}, {3e-05, 1.0f, 0.000129f}, {-0.223239f, 0.000133f, -0.974764f}, "p157b", 0, {-10.662762f, 10.521348f, -0.002278f, 63.001553f, -11.666617f, 17.189442f} }, + { {-10.0f, 121.0f, 703.0f}, {3e-05, 1.0f, 0.000129f}, {-0.223239f, 0.000133f, -0.974764f}, "p160b", 0, {-9.866884f, 10.923456f, -0.002229f, 63.001602f, -12.075657f, 16.780401f} }, + { {9.0f, 121.0f, 699.0f}, {3e-05, 1.0f, 0.000129f}, {-0.223239f, 0.000133f, -0.974764f}, "p161b", 0, {-10.662779f, 9.72547f, -0.002278f, 63.001553f, -11.674981f, 17.189442f} }, + { {80.0f, 127.0f, 485.0f}, {0.666135f, -0.707107f, -0.2372f}, {0.666135f, 0.707107f, -0.2372f}, "p416b", 0, {-14.636799f, 25.949926f, 15.107086f, 15.723089f, 6.925517f, 45.117863f} }, + { {100.0f, 127.0f, 532.0f}, {0.666135f, -0.707107f, -0.2372f}, {0.666135f, 0.707107f, -0.2372f}, "p419b", 0, {-12.48153f, 28.105196f, 13.063216f, 13.679219f, 4.881645f, 43.073994f} }, + { {123.0f, 127.0f, 590.0f}, {0.666135f, -0.707107f, -0.2372f}, {0.666135f, 0.707107f, -0.2372f}, "p422b", 0, {-20.660969f, 19.833536f, 11.696644f, 12.059074f, 3.211371f, 41.75757f} }, + { {93.0f, 156.0f, 490.0f}, {0.92924f, -0.164399f, -0.330887f}, {0.154874f, 0.986394f, -0.055148f}, "p416b", 0, {-24.057358f, 16.786543f, 32.67775f, 33.69599f, -2.664038f, 78.60916f} }, + { {111.0f, 156.0f, 539.0f}, {0.92924f, -0.164399f, -0.330887f}, {0.154874f, 0.986394f, -0.055148f}, "p419b", 0, {-22.765907f, 18.321264f, 32.346863f, 33.034214f, -2.719186f, 78.49886f} }, + { {134.0f, 167.0f, 596.0f}, {0.92924f, -0.164399f, -0.330887f}, {-0.154874f, -0.986394f, 0.055148f}, "p422b", 0, {-10.398993f, 30.444904f, 31.93002f, 32.512623f, -67.26021f, 13.940403f} }, + { {-457.0f, 47.0f, 219.0f}, {0.000125f, 1.0f, -4.5e-05}, {-0.940173f, 0.000133f, 0.340697f}, "p4599c", 0, {-8.556497f, 7.793197f, -0.002212f, 64.00167f, -12.541429f, 16.659811f} }, + { {-462.0f, 47.0f, 204.0f}, {0.000125f, 1.0f, -4.5e-05}, {-0.940173f, 0.000133f, 0.340697f}, "p4599c", 0, {-8.556497f, 7.793197f, -0.002279f, 64.00161f, -12.131832f, 17.190388f} }, + { {-468.0f, 47.0f, 188.0f}, {0.000125f, 1.0f, -4.5e-05}, {-0.940173f, 0.000133f, 0.340697f}, "p4614c", 0, {-8.012886f, 8.73337f, -0.002258f, 64.001625f, -12.200732f, 17.000507f} }, + { {-473.0f, 47.0f, 173.0f}, {0.000125f, 1.0f, -4.5e-05}, {-0.940173f, 0.000133f, 0.340697f}, "p4602c", 0, {-8.353598f, 8.733355f, -0.002279f, 64.001564f, -11.791135f, 17.190388f} }, + { {-1074.0f, 119.0f, -247.0f}, {0.0f, 1.0f, -0.000133f}, {-0.001407f, 0.000133f, 0.999999f}, "p1821d", 0, {-8.016879f, 8.022522f, -0.002124f, 63.001595f, -12.011245f, 16.019606f} }, + { {-1090.0f, 119.0f, -247.0f}, {0.0f, 1.0f, -0.000133f}, {-0.001407f, 0.000133f, 0.999999f}, "p1821d", 0, {-8.016879f, 8.022522f, -0.002124f, 63.001595f, -12.011245f, 16.019606f} }, + { {-1106.0f, 119.0f, -247.0f}, {0.0f, 1.0f, -0.000133f}, {-0.001407f, 0.000133f, 0.999999f}, "p1826d", 0, {-8.016879f, 8.022522f, -0.002124f, 63.001595f, -12.011245f, 16.019606f} }, + { {-1123.0f, 119.0f, -247.0f}, {0.0f, 1.0f, -0.000133f}, {-0.001407f, 0.000133f, 0.999999f}, "p1826d", 0, {-8.016879f, 9.022522f, -0.002124f, 63.001595f, -12.012652f, 16.019606f} }, + { {-1115.0f, 119.0f, -65.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p1516d", 0, {-8.016879f, 8.022522f, -0.002124f, 63.001595f, -12.011245f, 16.019606f} }, + { {-1098.0f, 119.0f, -64.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p1823d", 0, {-8.015472f, 9.023929f, -0.002257f, 63.00146f, -11.012654f, 17.019604f} }, + { {-1082.0f, 119.0f, -64.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p1823d", 0, {-8.015472f, 8.02393f, -0.002257f, 63.00146f, -11.011246f, 17.019604f} }, + { {-1066.0f, 119.0f, -64.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p1823d", 0, {-8.015472f, 8.02393f, -0.002257f, 63.00146f, -11.011246f, 17.019604f} }, + { {-1050.0f, 119.0f, -64.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p1823d", 0, {-8.015472f, 8.02393f, -0.002257f, 63.00146f, -11.011246f, 17.019604f} }, + { {-1034.0f, 119.0f, -64.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p1823d", 0, {-8.015472f, 8.02393f, -0.002257f, 63.00146f, -11.011246f, 17.019604f} }, + { {-543.0f, 11.0f, -49.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p2428d", 0, {-8.016879f, 8.023915f, -0.002257f, 64.001595f, -12.011245f, 17.01124f} }, + { {-527.0f, 11.0f, -49.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p2429d", 0, {-8.016879f, 8.023915f, -0.002257f, 64.001595f, -12.011245f, 17.01124f} }, + { {-511.0f, 11.0f, -49.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p2429d", 0, {-8.016879f, 8.023915f, -0.002257f, 64.001595f, -12.011245f, 17.01124f} }, + { {-495.0f, 11.0f, -49.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p2430d", 0, {-8.016879f, 8.023915f, -0.002257f, 64.001595f, -12.011245f, 17.01124f} }, + { {-1284.0f, 119.0f, -1632.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p2273d", 0, {-10.021094f, 10.028147f, -0.002124f, 63.001595f, -12.017572f, 16.02593f} }, + { {-1304.0f, 119.0f, -1632.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p2273d", 0, {-10.021094f, 11.028145f, -0.002124f, 63.001595f, -12.019331f, 16.02593f} }, + { {-1325.0f, 119.0f, -1632.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p1876d2", 0, {-10.021094f, 10.029889f, -0.002257f, 63.001595f, -12.017572f, 16.982384f} }, + { {-1345.0f, 119.0f, -1632.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p1876d2", 0, {-10.021094f, 10.029889f, -0.002257f, 63.001595f, -12.017572f, 17.017565f} }, + { {-1325.0f, 119.0f, -1608.0f}, {0.0f, 1.0f, -0.000133f}, {-0.001759f, 0.000133f, 0.999998f}, "p1876d2", 0, {-10.021094f, 10.028147f, -0.002124f, 63.001595f, -12.017572f, 16.02593f} }, + { {-1305.0f, 119.0f, -1608.0f}, {0.0f, 1.0f, -0.000133f}, {-0.001759f, 0.000133f, 0.999998f}, "p2273d", 0, {-10.021094f, 11.028145f, -0.002124f, 63.001595f, -12.019331f, 16.02593f} }, + { {-1129.0f, 119.0f, -1508.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1850d", 0, {-10.021077f, 10.029906f, -0.002257f, 63.001595f, -12.009209f, 17.025928f} }, + { {-1129.0f, 119.0f, -1528.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1850d", 0, {-10.021077f, 10.029906f, -0.002257f, 63.001595f, -12.009209f, 17.025928f} }, + { {-1129.0f, 119.0f, -1548.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1850d", 0, {-10.021077f, 10.029906f, -0.002257f, 63.001595f, -12.009209f, 17.025928f} }, + { {-1129.0f, 119.0f, -1568.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1850d", 0, {-10.021077f, 10.029906f, -0.002257f, 63.001595f, -12.009209f, 17.025928f} }, + { {-996.0f, 119.0f, -1508.0f}, {-0.000133f, 1.0f, 0.0f}, {0.999998f, 0.000133f, 0.001759f}, "p1851d", 0, {-10.021094f, 10.029906f, -0.002257f, 63.001595f, -12.017572f, 17.025928f} }, + { {-996.0f, 119.0f, -1528.0f}, {-0.000133f, 1.0f, 0.0f}, {0.999998f, 0.000133f, 0.001759f}, "p1851d", 0, {-10.021094f, 11.029904f, -0.002257f, 63.001595f, -12.019331f, 17.025928f} }, + { {-996.0f, 119.0f, -1549.0f}, {-0.000133f, 1.0f, 0.0f}, {0.999998f, 0.000133f, 0.001759f}, "p1851d", 0, {-10.021094f, 10.029906f, -0.002257f, 63.001595f, -12.017572f, 17.025928f} }, + { {-996.0f, 119.0f, -1569.0f}, {-0.000133f, 1.0f, 0.0f}, {0.999998f, 0.000133f, 0.001759f}, "p1854d", 0, {-10.021094f, 10.029906f, -0.002257f, 63.001595f, -12.017572f, 17.025928f} }, + { {-1194.0f, 119.0f, -1663.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p1873d", 0, {-10.021094f, 10.029889f, -0.002257f, 63.001595f, -12.017572f, 17.017565f} }, + { {-1173.0f, 119.0f, -1663.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p1873d", 0, {-10.021094f, 11.029888f, -0.002257f, 63.001595f, -12.019331f, 17.017565f} }, + { {-1153.0f, 119.0f, -1663.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p1867d", 0, {-10.021094f, 10.029889f, -0.002257f, 63.001595f, -12.017572f, 17.017565f} }, + { {-1133.0f, 119.0f, -1663.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p1867d", 0, {-10.021094f, 10.029889f, -0.002257f, 63.001595f, -12.017572f, 17.017565f} }, + { {-820.0f, 119.0f, -1625.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1904d", 0, {-10.021094f, 10.028147f, -0.002124f, 63.001595f, -12.017572f, 16.02593f} }, + { {-820.0f, 119.0f, -1646.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1856d", 0, {-10.021094f, 11.028145f, -0.002124f, 63.001595f, -12.019331f, 16.02593f} }, + { {-820.0f, 119.0f, -1666.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1858d", 0, {-10.021094f, 10.028147f, -0.002124f, 63.001595f, -12.017572f, 16.02593f} }, + { {-820.0f, 119.0f, -1686.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1858d", 0, {-10.021094f, 10.028147f, -0.002124f, 63.001595f, -12.017572f, 16.02593f} }, + { {-1098.0f, 137.0f, -1984.0f}, {-0.001702f, 0.999997f, 0.001527f}, {0.706276f, 0.000123f, 0.707936f}, "p1920d", 0, {-11.330263f, 12.043175f, -0.029815f, 62.027424f, -14.155403f, 19.104317f} }, + { {-466.0f, 19.0f, -315.0f}, {-0.001527f, 0.999997f, -0.001702f}, {-0.707936f, 0.000123f, 0.706276f}, "p2880d", 0, {-11.330265f, 11.478482f, -0.028288f, 62.027424f, -14.155404f, 19.819859f} }, + { {-450.0f, 19.0f, -298.0f}, {-0.001527f, 0.999997f, -0.001702f}, {-0.707936f, 0.000123f, 0.706276f}, "p2880d", 0, {-11.89662f, 11.336903f, -0.028288f, 62.02913f, -14.854076f, 19.812254f} }, + { {-635.0f, 19.0f, -46.0f}, {0.002283f, 0.999997f, 0.000124f}, {0.001174f, 0.000123f, -0.999999f}, "p2425d", 0, {-11.016391f, 12.023428f, -0.02988f, 62.02669f, -14.014074f, 20.0205f} }, + { {-462.0f, 19.0f, -531.0f}, {0.000124f, 0.999997f, -0.002283f}, {-0.999999f, 0.000123f, -0.001174f}, "p2872d", 0, {-11.016391f, 11.163838f, -0.027473f, 62.026814f, -15.005296f, 19.020502f} }, + { {-1079.0f, 163.0f, -1753.0f}, {2e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p639d", 0, {-30.000002f, 36.999996f, -1.00007f, -0.999943f, -30.999998f, 36.0f} }, + { {-943.0f, 163.0f, -1753.0f}, {2e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2172d", 0, {-16.000002f, 52.0f, -1.000098f, -0.99997f, -30.999998f, 36.0f} }, + { {-966.0f, 143.0f, -1997.0f}, {0.0f, 1.0f, 0.0f}, {-0.500073f, 1e-06, 0.865983f}, "p1921d", 0, {-4.732408f, 5.732554f, -1e-06, 12.000001f, -4.366497f, 6.098471f} }, + { {-940.0f, 143.0f, -1945.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p1917d", 0, {-5.000425f, 5.000509f, -1e-06, 12.000001f, -5.000424f, 6.000432f} }, + { {-952.0f, 143.0f, -1989.0f}, {0.0f, 1.0f, 0.0f}, {-0.500073f, 1e-06, 0.865983f}, "p1914d", 0, {-4.732408f, 4.866571f, -1e-06, 12.000001f, -4.195751f, 6.427798f} }, + { {-940.0f, 143.0f, -1962.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p1914d", 0, {-5.000425f, 5.000509f, -1e-06, 12.000001f, -5.000424f, 6.000432f} }, + { {-941.0f, 133.0f, -1954.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -0.00017f}, "p1917d", 0, {-16.001188f, 16.001528f, -1e-06, 14.000001f, -7.002713f, 9.002721f} }, + { {-961.0f, 133.0f, -1992.0f}, {0.0f, 1.0f, 0.0f}, {-0.50016f, 1e-06, 0.865933f}, "p1921d", 0, {-17.318659f, 17.16205f, -1e-06, 14.000001f, -6.6213f, 10.003209f} }, + { {-1547.0f, 146.0f, -1651.0f}, {-0.789351f, -0.613943f, 0.0f}, {-0.613943f, 0.789351f, 0.0f}, "p1885d1", 0, {-19.999994f, 7.000007f, 36.660976f, 37.09957f, -5.349964f, 19.646189f} }, + { {-1550.0f, 146.0f, -1603.0f}, {-0.789349f, -0.613945f, 0.0f}, {-0.613945f, 0.789349f, 0.0f}, "p752d", 0, {-16.999994f, 17.000008f, 34.292873f, 34.731537f, -7.191694f, 17.804459f} }, + { {-1463.0f, 146.0f, -1512.0f}, {0.0f, -0.613942f, 0.789351f}, {0.0f, 0.789351f, 0.613942f}, "p1879d", 0, {-13.999994f, 20.000006f, 28.767471f, 29.206059f, -11.489399f, 13.506753f} }, + { {-1432.0f, 146.0f, -1511.0f}, {0.0f, -0.61394f, 0.789353f}, {0.0f, 0.789353f, 0.61394f}, "p1881d", 0, {-20.999994f, 6.000005f, 27.978163f, 28.416672f, -12.10343f, 12.892723f} }, + { {-1432.0f, 167.0f, -1500.0f}, {0.0f, -0.141423f, 0.989949f}, {0.0f, 0.989949f, 0.141423f}, "p1881d", 0, {-20.999996f, 6.000004f, 22.768755f, 22.768896f, -25.03153f, 38.608078f} }, + { {-1463.0f, 167.0f, -1500.0f}, {3e-06, -0.141422f, 0.989949f}, {0.0f, 0.989949f, 0.141422f}, "p1879d", 0, {-13.999938f, 20.00009f, 22.768744f, 22.768902f, -25.03157f, 38.60805f} }, + { {-1562.0f, 167.0f, -1603.0f}, {-0.989949f, -0.141424f, 3e-06}, {-0.141424f, 0.989949f, 0.0f}, "p752d", 0, {-16.999924f, 17.000105f, 29.69833f, 29.698599f, -24.04156f, 39.598064f} }, + { {-1559.0f, 167.0f, -1651.0f}, {-0.989949f, -0.141423f, 4e-06}, {-0.141423f, 0.989949f, 1e-06}, "p1885d2", 0, {-19.999891f, 7.000142f, 32.66824f, 32.668446f, -23.617317f, 40.02231f} }, + { {-1504.0f, 145.0f, -1555.0f}, {-0.475666f, -0.739921f, 0.475666f}, {-0.523203f, 0.672694f, 0.523203f}, "p1882d", 0, {-43.840622f, 57.982758f, 37.260494f, 37.313267f, 2.39168f, 32.06487f} }, + { {-1516.0f, 167.0f, -1543.0f}, {-0.693103f, -0.198031f, 0.693103f}, {-0.140029f, 0.980196f, 0.140029f}, "p1882d", 0, {-43.13352f, 57.27567f, 36.73439f, 36.734512f, -21.144188f, 43.128708f} }, + { {-706.0f, 125.0f, -1461.0f}, {0.789352f, -0.613941f, 0.0f}, {0.613941f, 0.789352f, 0.0f}, "p1898d", 0, {-23.999992f, 25.000008f, 40.78319f, 41.134014f, 24.119104f, 49.7292f} }, + { {-694.0f, 147.0f, -1467.0f}, {0.989949f, -0.141422f, 0.0f}, {0.141422f, 0.989949f, 0.0f}, "p1898d", 0, {-17.999992f, 40.000023f, 51.61874f, 51.618797f, -0.707074f, 62.93255f} }, + { {-725.0f, 124.0f, -1416.0f}, {0.475663f, -0.739925f, 0.475663f}, {0.523206f, 0.672689f, 0.523206f}, "p1897d", 0, {-59.39698f, 42.426395f, 17.969515f, 18.445194f, 12.332717f, 42.529118f} }, + { {-704.0f, 158.0f, -1411.0f}, {0.693104f, -0.198024f, 0.693104f}, {-0.140024f, -0.980197f, -0.140024f}, "p1897d", 0, {-53.740124f, 48.08326f, 28.714188f, 28.714596f, -50.689964f, 13.582891f} }, + { {-763.0f, 125.0f, -1388.0f}, {0.0f, -0.613943f, 0.78935f}, {0.0f, 0.78935f, 0.613943f}, "p1895d", 0, {-29.999994f, 19.000004f, 24.206764f, 24.557518f, 11.226416f, 36.83651f} }, + { {-757.0f, 147.0f, -1373.0f}, {0.0f, -0.14142f, 0.98995f}, {0.0f, 0.98995f, 0.14142f}, "p1895d", 0, {-33.00001f, 25.000008f, 27.859999f, 27.860083f, -4.101258f, 59.538364f} }, + { {1776.0f, -713.0f, -469.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3680a2", 0, {-11.0f, 11.0f, -28.0f, 31.0f, -12.0f, 40.0f} }, + { {1722.0f, -794.0f, 247.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3685a2", 0, {-11.0f, 11.0f, -29.0f, 30.0f, -11.0f, 40.0f} }, + { {872.0f, -794.0f, 391.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p3696a2", 0, {-11.0f, 11.0f, -28.0f, 30.0f, -11.0f, 40.0f} }, + { {78.0f, 140.0f, 306.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3611b2", 0, {-11.0f, 11.0f, -28.0f, 30.0f, -11.0f, 40.0f} }, + { {-591.0f, 140.0f, 655.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4308c2", 0, {-11.0f, 11.0f, -28.0f, 30.0f, -11.0f, 40.0f} }, + { {-1308.0f, 140.0f, -391.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2165d2", 0, {-11.0f, 11.0f, -28.0f, 30.0f, -11.0f, 40.0f} }, + { {-1240.0f, 140.0f, -1409.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4296c1", 0, {-22.0f, -1.0f, -28.0f, 30.0f, -11.0f, 40.0f} }, + { {-587.0f, 140.0f, -994.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2236d2", 0, {-11.0f, 11.0f, -29.0f, 30.0f, -11.0f, 40.0f} }, + { {9.0f, 140.0f, -996.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1132e2", 0, {-11.0f, 11.0f, -28.0f, 30.0f, -11.0f, 40.0f} }, + { {1714.0f, -714.0f, -468.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3683a1", 0, {-5.0f, 4.0f, -27.0f, 32.0f, -11.0f, 41.0f} }, + { {1660.0f, -795.0f, 249.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3689a1", 0, {-5.0f, 4.0f, -27.0f, 32.0f, -10.0f, 41.0f} }, + { {934.0f, -795.0f, 392.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p3693a2", 0, {-5.0f, 4.0f, -29.0f, 29.0f, -10.0f, 41.0f} }, + { {15.0f, 139.0f, 307.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3610b1", 0, {-5.0f, 4.0f, -27.0f, 31.0f, -10.0f, 41.0f} }, + { {-529.0f, 139.0f, 656.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p3615b2", 0, {-5.0f, 4.0f, -29.0f, 29.0f, -10.0f, 41.0f} }, + { {-1246.0f, 139.0f, -390.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2144d2", 0, {-5.0f, 4.0f, -29.0f, 29.0f, -10.0f, 41.0f} }, + { {-1239.0f, 139.0f, -1483.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2250d2", 0, {-4.0f, 5.0f, -29.0f, 29.0f, -10.0f, 41.0f} }, + { {-650.0f, 139.0f, -993.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2363d1", 0, {-4.0f, 5.0f, -27.0f, 31.0f, -10.0f, 41.0f} }, + { {72.0f, 139.0f, -995.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1137e1", 0, {-4.0f, 5.0f, -29.0f, 29.0f, -10.0f, 41.0f} }, + { {1443.0f, -718.0f, -263.0f}, {1.0f, 0.000729f, 1e-06}, {-0.000729f, 1.0f, -1e-06}, "p74f", 0, {-1.000022f, 1.000034f, -0.010929f, 20.031324f, -15.014569f, 42.99999f} }, + { {1482.0f, -718.0f, -263.0f}, {-1.0f, -0.000729f, -1e-06}, {-0.000729f, 1.0f, -1e-06}, "p75f", 0, {-1.000044f, 1.000013f, -1.03133f, 19.010923f, -15.000725f, 43.013832f} }, + { {456.0f, 133.0f, -921.0f}, {-2e-06, 0.0f, -1.0f}, {-1e-06, 1.0f, 0.0f}, "p57g", 0, {-1.000009f, 1.000059f, -1.000002f, 19.000002f, -14.0f, 43.0f} }, + { {456.0f, 133.0f, -960.0f}, {2e-06, 0.0f, 1.0f}, {-1e-06, 1.0f, 0.0f}, "p53g", 0, {-1.000023f, 1.000046f, -2e-06, 20.000002f, -14.0f, 43.0f} }, + { {-1065.0f, 139.0f, -1458.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2187d1", 0, {-5.0f, 5.0f, -51.0f, 57.0f, -20.0f, 71.0f} }, + { {-1065.0f, 139.0f, -799.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2198d2", 0, {-5.0f, 4.0f, -51.000004f, 57.000004f, -20.0f, 71.0f} }, + { {-1001.0f, 139.0f, -998.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2925d1", 0, {-5.0f, 5.0f, -50.0f, 57.0f, -20.0f, 71.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 303), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = Collectable; index = 1 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 25), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 2 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 26), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 3 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 273), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 4 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 62), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 5 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 156), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 6 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 158), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 7 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 340), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 8 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 51), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 9 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 52), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 10 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 79), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 11 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 149), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 12 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 150), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 13 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 66), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 14 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 183), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 15 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 184), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 16 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 24), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 17 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 99), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 18 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 100), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 19 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 94), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 20 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 92), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 21 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 97), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 22 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 296), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 23 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 295), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 24 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 297), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Armour; index = 25 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 75), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 26 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 35), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Door; index = 27 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 92), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000001, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 28 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 93), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 29 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 94), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 30 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 95), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 31 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 96), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 32 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 97), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 33 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 101), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 34 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 102), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 35 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 103), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 36 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 104), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 37 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 105), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 38 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 106), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 39 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 109), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 40 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 110), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 41 */ + _mkword(256, _mkshort(0, 1)), _mkword(176, 111), 0x90000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000b333, 0x0000b333, 0x00000004, 0x00000004, 0x00000088, _mkword(0, 4), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 42 */ + _mkword(256, _mkshort(0, 1)), _mkword(176, 112), 0x90000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000b333, 0x0000b333, 0x00000004, 0x00000004, 0x00000088, _mkword(0, 4), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 43 */ + _mkword(256, _mkshort(0, 1)), _mkword(176, 113), 0x90000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000b333, 0x0000b333, 0x00000004, 0x00000004, 0x00000088, _mkword(0, 4), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Glass; index = 44 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10065), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 45 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10066), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 46 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 167), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 47 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 164), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 169), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 156), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 50 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 171), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 51 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 146), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 52 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 173), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 53 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 153), 0x00000102, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 54 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 175), 0x00000102, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 55 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 176), 0x00000102, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 181), 0x00000102, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 57 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 97), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 58 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 102), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 59 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 118), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(256, _mkshort(0, 3)), _mkword(51, 162), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 163), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 62 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 165), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 63 */ + _mkword(256, _mkshort(0, 3)), _mkword(51, 166), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = EndProps; index = 64 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 26, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 46, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 51, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 58, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 61, 0, + /* Type = Spawn; index = 5 */ + _mkword(0, _mkshort(0, 0)), 68, 0, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 63, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 8 */ + _mkword(0, _mkshort(0, 5)), 2, + /* Type = EndIntro; index = 9 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 unknown_setup_block_0[] = { -1, -1 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + NULL +}; + + +s32 unknown_setup_block_1[] = { -1 }; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/Ump_setupcradZ.c b/assets/obseg/setup/Ump_setupcradZ.c new file mode 100644 index 0000000..2632aea --- /dev/null +++ b/assets/obseg/setup/Ump_setupcradZ.c @@ -0,0 +1,333 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:06 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setupcradZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-300.0f, 320.0f, 518.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p256d2", 0 }, + { {15.0f, 320.0f, 521.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 1e-06}, "p279d", 0 }, + { {304.0f, 320.0f, 519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p241d2", 0 }, + { {476.0f, 320.0f, 223.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p432d1", 0 }, + { {-381.0f, 320.0f, 388.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p434d3", 0 }, + { {-144.0f, 320.0f, 520.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p255d1", 0 }, + { {164.0f, 320.0f, 524.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p278d1", 0 }, + { {399.0f, 320.0f, 361.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p432d2", 0 }, + { {595.0f, 320.0f, 5.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p260d2", 0 }, + { {448.0f, 320.0f, -272.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p263d", 0 }, + { {302.0f, 320.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p264d2", 0 }, + { {35.0f, 320.0f, -520.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p430d2", 0 }, + { {542.0f, 320.0f, 108.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p432d1", 0 }, + { {511.0f, 320.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p243d2", 0 }, + { {374.0f, 320.0f, -400.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p262d1", 0 }, + { {156.0f, 320.0f, -521.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p430d2", 0 }, + { {-591.0f, 320.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p253d2", 0 }, + { {-450.0f, 320.0f, 258.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p434d2", 0 }, + { {-287.0f, 320.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p268d2", 0 }, + { {-454.0f, 320.0f, -251.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p271d", 0 }, + { {-527.0f, 320.0f, -127.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p270d1", 0 }, + { {-511.0f, 320.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p434d2", 0 }, + { {-96.0f, 320.0f, -524.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p430d1", 0 }, + { {-379.0f, 320.0f, -383.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p249d1", 0 }, + { {10.0f, 98.0f, -5.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p108b1", 0 }, + { {16.0f, 61.0f, -131.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p81b2", 0 }, + { {-20.0f, 61.0f, -128.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p81b1", 0 }, + { {235.0f, 227.0f, -145.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p287d2", 0 }, + { {-258.0f, 227.0f, -134.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p292d1", 0 }, + { {14.0f, 227.0f, 275.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p282d1", 0 }, + { {-23.0f, 19.0f, -38.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p405b2", 0 }, + { {-166.0f, 19.0f, -76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p29b2", 0 }, + { {-153.0f, 19.0f, 79.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p30b2", 0 }, + { {-3.0f, 19.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p55b1", 0 }, + { {165.0f, 19.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p31b1", 0 }, + { {148.0f, 19.0f, -71.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p34b1", 0 }, + { {-73.0f, 19.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p30b2", 0 }, + { {67.0f, 19.0f, 9.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p34b1", 0 }, + { {46.0f, 19.0f, -41.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p33b1", 0 }, + { {-225.0f, 19.0f, -87.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p959c1", 0 }, + { {-343.0f, 19.0f, -85.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p972c2", 0 }, + { {-456.0f, 19.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p974c1", 0 }, + { {-462.0f, 19.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p977c1", 0 }, + { {-394.0f, 19.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p964c", 0 }, + { {-407.0f, 19.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p961c", 0 }, + { {-316.0f, 19.0f, 82.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p970c2", 0 }, + { {-221.0f, 19.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p954c2", 0 }, + { {-214.0f, 19.0f, -25.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p960c2", 0 }, + { {-494.0f, 19.0f, 6.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p241b1", 0 }, + { {-520.0f, 19.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p237b2", 0 }, + { {-525.0f, 19.0f, 101.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p227b2", 0 }, + { {-608.0f, 19.0f, 104.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p230b1", 0 }, + { {-691.0f, 19.0f, 107.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p232b2", 0 }, + { {-709.0f, 19.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p233b2", 0 }, + { {-700.0f, 19.0f, -99.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p234b1", 0 }, + { {-630.0f, 19.0f, -104.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p234b1", 0 }, + { {-709.0f, 19.0f, -5.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p234b1", 0 }, + { {-613.0f, 19.0f, -7.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p235b", 0 }, + { {-516.0f, 19.0f, -103.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p240b1", 0 }, + { {225.0f, 19.0f, 87.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p20c1", 0 }, + { {343.0f, 19.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p33c2", 0 }, + { {456.0f, 19.0f, 82.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p35c1", 0 }, + { {462.0f, 19.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p38c1", 0 }, + { {394.0f, 19.0f, 34.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p25c", 0 }, + { {407.0f, 19.0f, -75.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p22c", 0 }, + { {315.0f, 19.0f, -94.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p31c2", 0 }, + { {227.0f, 19.0f, -92.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p15c2", 0 }, + { {214.0f, 19.0f, 25.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p21c2", 0 }, + { {491.0f, 19.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p213b2", 0 }, + { {520.0f, 19.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p209b2", 0 }, + { {525.0f, 19.0f, -101.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p199b2", 0 }, + { {608.0f, 19.0f, -104.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p202b1", 0 }, + { {691.0f, 19.0f, -107.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p204b2", 0 }, + { {709.0f, 19.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p205b2", 0 }, + { {700.0f, 19.0f, 99.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p206b1", 0 }, + { {630.0f, 19.0f, 104.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p206b1", 0 }, + { {709.0f, 19.0f, 5.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p206b1", 0 }, + { {613.0f, 19.0f, 7.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p207b", 0 }, + { {516.0f, 19.0f, 103.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p212b", 0 }, + { {-817.0f, -98.0f, 37.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p171a1", 0 }, + { {-816.0f, -98.0f, 72.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p170a", 0 }, + { {-813.0f, -98.0f, -70.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p173a", 0 }, + { {-639.0f, -128.0f, -74.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p377a1", 0 }, + { {-418.0f, -152.0f, -77.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p378a2", 0 }, + { {-201.0f, -152.0f, -76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p399a1", 0 }, + { {-45.0f, -164.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p175a2", 0 }, + { {9.0f, -164.0f, -71.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p175a1", 0 }, + { {65.0f, -164.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p175a1", 0 }, + { {423.0f, -152.0f, -73.0f}, {1e-06, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p232a2", 0 }, + { {249.0f, -152.0f, -73.0f}, {1e-06, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p230a2", 0 }, + { {630.0f, -128.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p233a1", 0 }, + { {819.0f, -98.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p165a", 0 }, + { {819.0f, -98.0f, -37.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p166a1", 0 }, + { {819.0f, -98.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p168a", 0 }, + { {630.0f, -128.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p239a1", 0 }, + { {423.0f, -152.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p240a2", 0 }, + { {249.0f, -152.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p258a2", 0 }, + { {65.0f, -164.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p176a1", 0 }, + { {9.0f, -164.0f, 77.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p176a1", 0 }, + { {-45.0f, -164.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p176a2", 0 }, + { {-201.0f, -152.0f, 73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p363a1", 0 }, + { {-418.0f, -152.0f, 72.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p370a2", 0 }, + { {-639.0f, -128.0f, 74.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p371a1", 0 }, + { {65.0f, -164.0f, 14.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p132a", 0 }, + { {9.0f, -164.0f, 16.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p132a", 0 }, + { {-45.0f, -164.0f, 14.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p131a2", 0 }, + { {-62.0f, -164.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p130a", 0 }, + { {-137.0f, -211.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p135a", 0 }, + { {-137.0f, -211.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p136a", 0 }, + { {-75.0f, -249.0f, -45.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p133a2", 0 }, + { {-42.0f, -249.0f, -44.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p116a", 0 }, + { {-35.0f, -249.0f, -59.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p116a", 0 }, + { {26.0f, -249.0f, -60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p518a", 0 }, + { {-10.0f, -249.0f, 3.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p517a", 0 }, + { {29.0f, -249.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p117a1", 0 }, + { {-39.0f, -249.0f, 55.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p119a2", 0 }, + { {-7.0f, -588.0f, 49.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p571a1", 0 }, + { {-39.0f, -588.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p573a1", 0 }, + { {-10.0f, -588.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p575a2", 0 }, + { {21.0f, -588.0f, 16.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p569a1", 0 }, + { {-634.0f, 320.0f, 30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p695d1", 0 }, + { {-1188.0f, 139.0f, -921.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p867d2", 0 }, + { {-1677.0f, 93.0f, -1776.0f}, {0.0f, 1.0f, 0.0f}, {0.499921f, 0.0f, 0.866071f}, "p1583d2", 0 }, + { {-1621.0f, 93.0f, -1804.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2176d2", 0 }, + { {-1676.0f, 93.0f, -1903.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1571d1", 0 }, + { {-1774.0f, 93.0f, -1846.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1575d1", 0 }, + { {-1718.0f, 93.0f, -1746.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1585d2", 0 }, + { {339.0f, 320.0f, 536.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p229d2", 0 }, + { {-144.0f, 145.0f, 1370.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p929d1", 0 }, + { {-715.0f, 93.0f, 2332.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1991d2", 0 }, + { {-767.0f, 93.0f, 2298.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p2183d2", 0 }, + { {-827.0f, 93.0f, 2397.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1979d1", 0 }, + { {-729.0f, 93.0f, 2454.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1983d1", 0 }, + { {-669.0f, 93.0f, 2356.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1993d2", 0 }, + { {291.0f, 320.0f, -564.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p113d2", 0 }, + { {1255.0f, 145.0f, -569.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p105d1", 0 }, + { {2373.0f, 93.0f, -563.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1345d1", 0 }, + { {2373.0f, 93.0f, -501.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1344d2", 0 }, + { {2486.0f, 93.0f, -500.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1339d1", 0 }, + { {2486.0f, 93.0f, -613.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1342d1", 0 }, + { {2371.0f, 93.0f, -615.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1540d2", 0 }, + { {343.0f, 88.0f, 82.0f}, {0.0f, -1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p33c2", 0 }, + { {455.0f, 88.0f, -78.0f}, {0.0f, -1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p36c1", 0 }, + { {-319.0f, 19.0f, 56.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p970c1", 0 }, + { {323.0f, 19.0f, 32.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p33c1", 0 }, + { {-332.0f, 19.0f, -44.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p972c1", 0 }, + { {-51.0f, -605.0f, 47.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p572a", 0 }, + { {194.0f, -612.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p603a", 0 }, + { {-6.0f, -578.0f, 118.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p591a", 0 }, + { {25.0f, -605.0f, 49.0f}, {0.0f, 1.0f, 0.0f}, {-0.207912f, 0.0f, 0.978148f}, "p570a", 0 }, + { {-9.0f, -249.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p517a", 0 }, + { {-1661.0f, 93.0f, -1748.0f}, {0.0f, 1.0f, 0.0f}, {0.499921f, 0.0f, 0.866071f}, "p862d1", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {277.0f, 4.0f, -72.0f}, {0.0f, 1.0f, 0.000122f}, {0.002218f, 0.000116f, -0.999997f}, "p28c", 0, {-8.017714f, 8.024393f, -0.001342f, 35.000973f, -8.013667f, 11.021776f} }, + { {200.0f, 17.0f, 75.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p131b1", 0, {-1.0f, 1.0f, -7.0f, 27.0f, -13.0f, 51.999996f} }, + { {482.0f, 17.0f, 6.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p213b2", 0, {-1.0f, 2.0f, -8.0f, 29.0f, -13.0f, 51.999996f} }, + { {-200.0f, 17.0f, -75.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p130b2", 0, {-1.0f, 1.0f, -7.0f, 27.0f, -13.0f, 51.999996f} }, + { {-482.0f, 17.0f, -6.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p241b2", 0, {-1.0f, 2.0f, -8.0f, 29.0f, -13.0f, 51.999996f} }, + { {-62.0f, -256.0f, -53.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p133a1", 0, {-1.0f, 1.0f, -6.0f, 24.0f, -13.0f, 51.999996f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 36), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = Collectable; index = 1 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 11), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 2 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 15), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 3 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 22), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 4 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 140), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 5 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 137), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 6 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 138), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 7 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 126), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 8 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 123), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 9 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 124), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 10 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 133), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 11 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 130), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 12 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 131), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 13 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 76), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 14 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 74), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 15 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 75), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 16 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 56), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 17 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 54), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 18 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 55), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 19 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 104), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 20 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 87), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 21 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 97), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 22 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 3), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 23 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 7), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 24 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 12), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Armour; index = 25 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 143), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 26 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 17), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Door; index = 27 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 1), 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 28 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 2), 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 29 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 3), 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 30 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 4), 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 31 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 5), 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000001, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = EndProps; index = 32 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 129, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 122, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 136, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 24, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 46, 0, + /* Type = Spawn; index = 5 */ + _mkword(0, _mkshort(0, 0)), 66, 0, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 109, 0, + /* Type = Spawn; index = 7 */ + _mkword(0, _mkshort(0, 0)), 61, 0, + /* Type = StartWeapon; index = 8 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 9 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = EndIntro; index = 10 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 unknown_setup_block_0[] = { -1, -1 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +s32 unknown_setup_block_1[] = { -1 }; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 unknown_setup_block_2[] = { -1 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_not_used_0[] = { 0x04000000 }; + + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/Ump_setupcrypZ.c b/assets/obseg/setup/Ump_setupcrypZ.c new file mode 100644 index 0000000..275c8e3 --- /dev/null +++ b/assets/obseg/setup/Ump_setupcrypZ.c @@ -0,0 +1,417 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:06 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setupcrypZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-729.0f, 24.0f, -448.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2415a", 0 }, + { {-873.0f, 24.0f, -305.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2403a", 0 }, + { {-314.0f, 24.0f, -3.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7484a", 0 }, + { {-692.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {-2e-06, 0.0f, 1.0f}, "p7523a", 0 }, + { {-1051.0f, 24.0f, 67.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7574a", 0 }, + { {-1051.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7575a", 0 }, + { {-935.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7557a", 0 }, + { {-812.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7528a", 0 }, + { {-461.0f, 24.0f, 59.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7506a", 0 }, + { {-578.0f, 24.0f, 54.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7516a", 0 }, + { {-1170.0f, 24.0f, 59.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7587a", 0 }, + { {-1170.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7578a", 0 }, + { {-578.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7521a", 0 }, + { {-461.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7492a", 0 }, + { {-339.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7489a", 0 }, + { {-692.0f, 24.0f, 67.0f}, {0.0f, 1.0f, 1e-06}, {-2e-06, 0.0f, 1.0f}, "p7545a", 0 }, + { {-812.0f, 24.0f, 67.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7553a", 0 }, + { {-935.0f, 24.0f, 67.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7563a", 0 }, + { {-875.0f, 24.0f, -190.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7612a", 0 }, + { {-935.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7614a", 0 }, + { {-1051.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7606a", 0 }, + { {-1170.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7605a", 0 }, + { {-812.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7451a", 0 }, + { {-692.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {-2e-06, 0.0f, 1.0f}, "p7449a", 0 }, + { {-578.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7444a", 0 }, + { {-461.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7439a", 0 }, + { {-339.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7476a", 0 }, + { {-1170.0f, 24.0f, -66.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7587a", 0 }, + { {-1051.0f, 24.0f, -74.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7598a", 0 }, + { {-935.0f, 24.0f, -74.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7619a", 0 }, + { {-812.0f, 24.0f, -74.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7630a", 0 }, + { {-692.0f, 24.0f, -74.0f}, {0.0f, 1.0f, 1e-06}, {-2e-06, 0.0f, 1.0f}, "p7634a", 0 }, + { {-578.0f, 24.0f, -66.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7469a", 0 }, + { {-461.0f, 24.0f, -66.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7458a", 0 }, + { {-339.0f, 24.0f, -66.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7480a", 0 }, + { {-339.0f, 24.0f, 59.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7486a", 0 }, + { {166.0f, 24.0f, 176.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5055a", 0 }, + { {166.0f, 24.0f, 59.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5049a", 0 }, + { {166.0f, 24.0f, -63.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5039a", 0 }, + { {166.0f, 24.0f, -158.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5043a", 0 }, + { {2.0f, 24.0f, 297.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5113a", 0 }, + { {2.0f, 24.0f, -180.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2044a", 0 }, + { {189.0f, 24.0f, 121.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2346a", 0 }, + { {-181.0f, 24.0f, -3.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5144a", 0 }, + { {-162.0f, 24.0f, 59.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5096a", 0 }, + { {-162.0f, 24.0f, -63.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2009a", 0 }, + { {-162.0f, 24.0f, 176.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5104a", 0 }, + { {-162.0f, 24.0f, 280.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5114a", 0 }, + { {-162.0f, 24.0f, -158.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2010a", 0 }, + { {-62.0f, 24.0f, 280.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5118a", 0 }, + { {-62.0f, 24.0f, 176.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5138a", 0 }, + { {-62.0f, 24.0f, 59.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5097a", 0 }, + { {-62.0f, 24.0f, -63.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5083a", 0 }, + { {-62.0f, 24.0f, -158.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5141a", 0 }, + { {57.0f, 24.0f, -158.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5142a", 0 }, + { {57.0f, 24.0f, -63.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2028a", 0 }, + { {57.0f, 24.0f, 59.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2036a", 0 }, + { {57.0f, 24.0f, 176.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2039a", 0 }, + { {57.0f, 24.0f, 280.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5129a", 0 }, + { {166.0f, 24.0f, 280.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5054a", 0 }, + { {303.0f, 24.0f, 124.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2452a", 0 }, + { {546.0f, 24.0f, 127.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4968a", 0 }, + { {783.0f, 24.0f, 127.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4963a", 0 }, + { {545.0f, 24.0f, 364.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4967a", 0 }, + { {302.0f, 24.0f, 361.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p2448a", 0 }, + { {782.0f, 24.0f, 364.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4958a", 0 }, + { {782.0f, 24.0f, -110.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4981a", 0 }, + { {302.0f, 24.0f, -113.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4977a", 0 }, + { {545.0f, 24.0f, -110.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4985a", 0 }, + { {673.0f, 24.0f, 365.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7355a", 0 }, + { {545.0f, 24.0f, -332.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4921a", 0 }, + { {302.0f, 24.0f, -335.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4880a", 0 }, + { {782.0f, 24.0f, -332.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2380a", 0 }, + { {782.0f, 24.0f, -561.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4913a", 0 }, + { {302.0f, 24.0f, -564.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4840a", 0 }, + { {545.0f, 24.0f, -561.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4915a", 0 }, + { {545.0f, 24.0f, -829.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4901a", 0 }, + { {302.0f, 24.0f, -832.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4887a", 0 }, + { {782.0f, 24.0f, -829.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4991a", 0 }, + { {782.0f, 24.0f, -1088.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4907a", 0 }, + { {302.0f, 24.0f, -1091.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4892a", 0 }, + { {545.0f, 24.0f, -1088.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4893a", 0 }, + { {270.0f, 24.0f, -447.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2389a", 0 }, + { {295.0f, 24.0f, -971.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7339a", 0 }, + { {414.0f, 24.0f, -1094.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7353a", 0 }, + { {94.0f, 24.0f, -450.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2371a", 0 }, + { {-77.0f, 24.0f, -447.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2365a", 0 }, + { {0.0f, 24.0f, -253.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2358a", 0 }, + { {-447.0f, 24.0f, -450.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p485a", 0 }, + { {-447.0f, 24.0f, -565.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p476a", 0 }, + { {-447.0f, 24.0f, -659.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p5574a", 0 }, + { {-353.0f, 24.0f, -659.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p472a", 0 }, + { {-353.0f, 24.0f, -565.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p473a", 0 }, + { {-356.0f, 24.0f, -447.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p489a", 0 }, + { {-1.0f, 24.0f, 493.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7345a1", 0 }, + { {-662.0f, 24.0f, 488.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p5722a2", 0 }, + { {-662.0f, -358.0f, -183.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p5591a", 0 }, + { {-772.0f, -358.0f, -256.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p5583a", 0 }, + { {-452.0f, -358.0f, -256.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5577a", 0 }, + { {-127.0f, -358.0f, -256.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p5560a", 0 }, + { {-452.0f, -358.0f, -657.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5575a", 0 }, + { {-772.0f, -358.0f, -657.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p5584a", 0 }, + { {-127.0f, -358.0f, -657.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p5558a", 0 }, + { {-236.0f, -358.0f, -737.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5553a", 0 }, + { {-234.0f, 24.0f, -2121.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6040a", 0 }, + { {-92.0f, 24.0f, -2266.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p6055a", 0 }, + { {-376.0f, 24.0f, -2407.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6049a2", 0 }, + { {-303.0f, 24.0f, -2327.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6046a1", 0 }, + { {-94.0f, 24.0f, -2407.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6049a1", 0 }, + { {-170.0f, 24.0f, -2324.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6051a", 0 }, + { {-172.0f, 24.0f, -2207.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6052a", 0 }, + { {-305.0f, 24.0f, -2207.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6046a2", 0 }, + { {-94.0f, 24.0f, -2121.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6044a1", 0 }, + { {-375.0f, 24.0f, -2123.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6045a2", 0 }, + { {102.0f, 24.0f, -2263.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7035a1", 0 }, + { {102.0f, 24.0f, -1940.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p6543a2", 0 }, + { {102.0f, 24.0f, -1698.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p6561a1", 0 }, + { {102.0f, 24.0f, -1465.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p6481a1", 0 }, + { {102.0f, 24.0f, -971.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p6745a1", 0 }, + { {414.0f, 218.0f, -1465.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6474a2", 0 }, + { {414.0f, 218.0f, -1698.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6554a2", 0 }, + { {414.0f, 218.0f, -1940.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6536a2", 0 }, + { {414.0f, 218.0f, -2269.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6385a1", 0 }, + { {-726.0f, 24.0f, -517.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2416a", 0 }, + { {-726.0f, 24.0f, -378.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2414a", 0 }, + { {-804.0f, 24.0f, -302.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p2411a", 0 }, + { {-943.0f, 24.0f, -302.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p2404a", 0 }, + { {-449.0f, 24.0f, -628.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p469a", 0 }, + { {-355.0f, 24.0f, -628.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p472a", 0 }, + { {-330.0f, 24.0f, -103.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p7478a", 0 }, + { {-330.0f, 24.0f, 104.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p7488a", 0 }, + { {-261.0f, 24.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p502a", 0 }, + { {-544.0f, 24.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p460a", 0 }, + { {272.0f, 24.0f, -140.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2451a", 0 }, + { {810.0f, 24.0f, -143.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p4981a", 0 }, + { {813.0f, 24.0f, 376.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p4961a", 0 }, + { {275.0f, 24.0f, 379.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p4974a", 0 }, + { {75.0f, 24.0f, -641.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2369a", 0 }, + { {75.0f, 24.0f, -256.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2362a", 0 }, + { {-67.0f, 24.0f, -255.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2359a", 0 }, + { {-67.0f, 24.0f, -640.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2368a", 0 }, + { {-732.0f, 24.0f, -308.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2413a", 0 }, + { {253.0f, 159.0f, -1933.0f}, {0.588172f, -0.808736f, 0.0f}, {0.808736f, 0.588172f, -8e-06}, "p6530a2", 0 }, + { {253.0f, 159.0f, -1700.0f}, {0.588172f, -0.808736f, 0.0f}, {0.808736f, 0.588172f, -8e-06}, "p6548a1", 0 }, + { {253.0f, 159.0f, -1465.0f}, {0.588172f, -0.808736f, 0.0f}, {0.808736f, 0.588172f, -8e-06}, "p6468a1", 0 }, + { {1.0f, 117.0f, 663.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5810a2", 0 }, + { {-356.0f, 24.0f, -2377.0f}, {0.0f, 1.0f, 0.0f}, {0.695129f, 0.0f, 0.718885f}, "p6048a1", 0 }, + { {662.0f, 122.0f, 653.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p5802a", 0 }, + { {663.0f, 122.0f, 671.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5808a", 0 }, + { {-1167.0f, 0.0f, 66.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p7587a", 0 }, + { {549.0f, 24.0f, -793.0f}, {0.0f, 1.0f, 0.0f}, {-0.874303f, 0.0f, 0.485382f}, "p4901a", 0 }, + { {329.0f, 117.0f, 615.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5800a", 0 }, + { {328.0f, 117.0f, 665.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5806a", 0 }, + { {329.0f, 117.0f, 709.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5806a", 0 }, + { {328.0f, 117.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {376.0f, 117.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {424.0f, 117.0f, 568.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5801a", 0 }, + { {423.0f, 117.0f, 615.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5801a", 0 }, + { {422.0f, 117.0f, 665.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5806a", 0 }, + { {423.0f, 117.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {468.0f, 117.0f, 614.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5801a", 0 }, + { {468.0f, 117.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {517.0f, 117.0f, 708.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {563.0f, 117.0f, 708.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {561.0f, 117.0f, 664.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5808a", 0 }, + { {563.0f, 117.0f, 567.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5801a", 0 }, + { {613.0f, 117.0f, 666.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5808a", 0 }, + { {615.0f, 117.0f, 569.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5801a", 0 }, + { {282.0f, 117.0f, 708.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5797a", 0 }, + { {328.0f, 117.0f, 640.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5800a", 0 }, + { {327.0f, 117.0f, 688.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5806a", 0 }, + { {329.0f, 117.0f, 734.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5806a", 0 }, + { {424.0f, 117.0f, 589.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5801a", 0 }, + { {422.0f, 117.0f, 639.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5800a", 0 }, + { {563.0f, 117.0f, 684.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {517.0f, 117.0f, 756.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {802.0f, 117.0f, 756.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5805a", 0 }, + { {517.0f, 117.0f, 567.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5801a", 0 }, + { {802.0f, 117.0f, 567.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5805a", 0 }, + { {-352.0f, 117.0f, -2192.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p6048a2", 0 }, + { {673.0f, 117.0f, 473.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5796a1", 0 }, + { {-402.0f, 24.0f, -659.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p470a", 0 }, + { {-1040.0f, 0.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p2330a", 0 }, + { {-710.0f, 0.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p2340a", 0 }, + { {-1042.0f, 0.0f, 47.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p2330a", 0 }, + { {-710.0f, 0.0f, 47.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p2338a", 0 }, + { {-869.0f, 0.0f, -2.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2341a", 0 }, + { {213.0f, 24.0f, -447.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2375a", 0 }, + { {-354.0f, 24.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p492a", 0 }, + { {-180.0f, 24.0f, -415.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p508a", 0 }, + { {-1005.0f, 24.0f, -447.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2406a", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {692.0f, 126.0f, 537.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p5796a2", 0, {-5.000002f, 6.000023f, -4.000003f, 43.000004f, -8.0f, 39.0f} }, + { {652.0f, 99.0f, 537.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p5796a2", 0, {-6.000002f, 5.000024f, -3.000003f, 44.000004f, -5.0f, 19.000002f} }, + { {693.0f, 126.0f, 407.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p5796a1", 0, {-6.000002f, 6.000024f, -3.000003f, 44.000008f, -8.0f, 39.0f} }, + { {652.0f, 99.0f, 407.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p5796a1", 0, {-6.000002f, 6.000024f, -3.000003f, 44.000004f, -5.0f, 19.000002f} }, + { {248.0f, 16.0f, -947.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p7714a1", 0, {-12.0f, 11.0f, -4.0f, 44.0f, -16.0f, 78.0f} }, + { {433.0f, 110.0f, -1144.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p7725a1", 0, {-12.0f, 12.0f, -3.0f, 44.0f, -16.0f, 79.0f} }, + { {32.0f, 100.0f, 640.0f}, {-1e-06, 0.0f, 1.0f}, {0.0f, -1.0f, 0.0f}, "p5809a1", 0, {-8.000004f, -2.999954f, -2.999997f, 44.00001f, -18.000002f, 6.0f} }, + { {32.0f, 100.0f, 640.0f}, {-1e-06, 0.0f, 1.0f}, {0.0f, -1.0f, 0.0f}, "p5809a1", 0, {-3.000003f, 3.000047f, -3.000003f, 44.000004f, -18.000002f, 6.0f} }, + { {29.0f, 126.0f, 681.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p5809a1", 0, {-5.000002f, 6.000024f, -3.000003f, 44.000004f, -8.0f, 39.0f} }, + { {27.0f, 169.0f, 681.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p5809a1", 0, {-3.000003f, 2.000046f, -3.000002f, 44.000004f, -4.0f, 20.000002f} }, + { {32.0f, 169.0f, 681.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p5809a1", 0, {-3.000003f, 3.000047f, -3.000003f, 44.000004f, -4.0f, 20.000002f} }, + { {-468.0f, 1.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p468a", 0, {-6.000002f, 6.000023f, -4.000003f, 43.000004f, -1.0f, 5.0f} }, + { {-428.0f, 7.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p475a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-468.0f, 12.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p468a", 0, {-6.000002f, 6.000023f, -4.000003f, 43.000004f, -1.0f, 5.0f} }, + { {-428.0f, 18.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p475a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-468.0f, 23.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p468a", 0, {-6.000002f, 6.000023f, -4.000003f, 43.000004f, -1.0f, 5.0f} }, + { {-428.0f, 29.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p475a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-468.0f, 35.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p468a", 0, {-6.000002f, 6.000023f, -4.000003f, 43.000004f, -1.0f, 4.0f} }, + { {-428.0f, 40.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p475a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-468.0f, 46.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p468a", 0, {-6.000002f, 6.000023f, -4.000003f, 43.000004f, -1.0f, 4.0f} }, + { {-428.0f, 51.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p475a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-468.0f, 57.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p468a", 0, {-6.000002f, 6.000023f, -4.000003f, 43.000004f, -1.0f, 5.0f} }, + { {-428.0f, 63.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p475a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-468.0f, 68.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p468a", 0, {-6.000002f, 6.000023f, -4.000003f, 43.000004f, -1.0f, 5.0f} }, + { {-374.0f, 1.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p474a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-333.0f, 7.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p473a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-374.0f, 12.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p474a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-333.0f, 18.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p473a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-374.0f, 23.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p474a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-333.0f, 29.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p473a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-374.0f, 35.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p474a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-333.0f, 40.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p473a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-374.0f, 46.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p474a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-333.0f, 51.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p473a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-374.0f, 57.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p474a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-333.0f, 63.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p473a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-374.0f, 68.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p474a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {663.0f, 94.0f, 661.0f}, {0.000182f, 1.0f, 0.0f}, {-1.0f, 0.000181f, 0.000142f}, "p5808a", 0, {-22.0037f, 23.002699f, -0.004731f, 22.00346f, -19.003124f, 26.00726f} }, + { {659.0f, 147.0f, 667.0f}, {-0.000225f, -1.0f, 0.0f}, {-0.000142f, 0.0f, -1.0f}, "p5808a", 0, {-17.001703f, 19.003407f, -0.004282f, 0.003827f, -12.002697f, 24.002413f} }, + { {660.0f, 132.0f, 680.0f}, {0.000142f, 3e-06, 1.0f}, {0.000144f, 1.0f, -3e-06}, "p5808a", 0, {-18.002304f, 18.002161f, -0.002613f, 0.00261f, -16.002592f, 15.002593f} }, + { {642.0f, 132.0f, 661.0f}, {-1.0f, 0.000144f, -1e-06}, {0.000144f, 1.0f, 0.0f}, "p5808a", 0, {-18.000004f, 18.000004f, -0.002314f, 0.00217f, -16.000002f, 15.000002f} }, + { {660.0f, 132.0f, 643.0f}, {-0.000142f, 0.0f, -1.0f}, {0.000144f, 1.0f, 0.0f}, "p5802a", 0, {-18.002163f, 18.002306f, -0.002565f, 0.002565f, -16.002594f, 15.002594f} }, + { {678.0f, 132.0f, 661.0f}, {1.0f, -0.000144f, 0.000546f}, {0.000144f, 1.0f, 0.0f}, "p5805a", 0, {-17.999998f, 17.999998f, -0.011984f, 0.012128f, -16.0f, 15.0f} }, + { {772.0f, 99.0f, 546.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p5804a", 0, {-6.000002f, 5.000022f, -4.000002f, 56.000004f, -5.0f, 66.0f} }, + { {822.0f, 99.0f, 596.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p5805a", 0, {-6.000001f, 6.000012f, -3.000002f, 44.000004f, -5.0f, 66.0f} }, + { {822.0f, 99.0f, 725.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p5805a", 0, {-6.000001f, 6.000012f, -3.000002f, 44.000004f, -5.0f, 66.0f} }, + { {772.0f, 99.0f, 775.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p5807a", 0, {-5.000002f, 6.000023f, -4.000003f, 56.000004f, -5.0f, 66.0f} }, + { {488.0f, 99.0f, 546.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p5801a", 0, {-6.000002f, 6.000023f, -4.000003f, 56.000004f, -5.0f, 66.0f} }, + { {538.0f, 100.0f, 596.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, -1.0f, 0.0f}, "p5801a", 0, {-6.000012f, 6.000001f, -3.000013f, 44.000004f, -65.00001f, 6.000001f} }, + { {538.0f, 100.0f, 725.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, -1.0f, 0.0f}, "p5807a", 0, {-6.000012f, 6.000001f, -3.000013f, 44.000004f, -65.00001f, 6.000001f} }, + { {488.0f, 99.0f, 775.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p5807a", 0, {-6.000002f, 6.000023f, -4.000003f, 56.000004f, -5.0f, 66.0f} }, + { {547.0f, 99.0f, 546.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p5801a", 0, {-6.000002f, 6.000023f, -4.000003f, 56.000004f, -5.0f, 66.0f} }, + { {547.0f, 99.0f, 775.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p5807a", 0, {-6.000002f, 6.000023f, -4.000003f, 56.000004f, -5.0f, 66.0f} }, + { {675.0f, 122.0f, 681.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, -1.0f, 0.0f}, "p5808a", 0, {-2.000043f, 1.000004f, -3.000007f, 33.000004f, -25.000008f, 6.000001f} }, + { {640.0f, 122.0f, 676.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, -1.0f, 0.0f}, "p5808a", 0, {-2.000043f, 1.000004f, -3.000007f, 33.000004f, -25.000008f, 6.000001f} }, + { {645.0f, 122.0f, 642.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, -1.0f, 0.0f}, "p5802a", 0, {-1.000039f, 1.000004f, -3.000006f, 33.000004f, -25.000008f, 6.000001f} }, + { {679.0f, 122.0f, 646.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, -1.0f, 0.0f}, "p5804a", 0, {-1.000034f, 1.000003f, -3.000005f, 33.000004f, -25.000008f, 6.000001f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 68), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = Door; index = 1 */ + _mkword(256, _mkshort(0, 1)), _mkword(170, 0), 0x10000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 2 */ + _mkword(256, _mkshort(0, 1)), _mkword(171, 1), 0x10000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 3 */ + _mkword(256, _mkshort(0, 1)), _mkword(172, 2), 0x10000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 4 */ + _mkword(256, _mkshort(0, 1)), _mkword(173, 3), 0x10000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 5 */ + _mkword(256, _mkshort(0, 1)), _mkword(174, 4), 0x10000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 6 */ + _mkword(256, _mkshort(0, 1)), _mkword(175, 5), 0x10000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Collectable; index = 7 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 126), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 8 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 123), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 9 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 124), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 10 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 115), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 11 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 117), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 12 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 116), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 13 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 32), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 14 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 129), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 15 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 130), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 16 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 119), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 17 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 120), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 18 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 121), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 19 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 127), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 20 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 90), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 21 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 91), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 22 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 70), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 23 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 75), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 24 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 76), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 25 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 102), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 26 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 97), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 27 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 101), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 28 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 50), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 29 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 55), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 30 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 56), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Armour; index = 31 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 61), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 32 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 179), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = EndProps; index = 33 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 0, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 146, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 66, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 128, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 69, 0, + /* Type = Spawn; index = 5 */ + _mkword(0, _mkshort(0, 0)), 54, 0, + /* Type = StartWeapon; index = 6 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 7 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = EndIntro; index = 8 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 unknown_setup_block_0[] = { -1, -1 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +s32 unknown_setup_block_1[] = { 0, -1 }; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 unknown_setup_block_2[] = { 0 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/Ump_setupdishZ.c b/assets/obseg/setup/Ump_setupdishZ.c new file mode 100644 index 0000000..c082691 --- /dev/null +++ b/assets/obseg/setup/Ump_setupdishZ.c @@ -0,0 +1,203 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:06 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setupdishZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-972.0f, 47.0f, 135.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p230a1", 0 }, + { {-1246.0f, 47.0f, -128.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p229a2", 0 }, + { {-1250.0f, 27.0f, -1137.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p223a1", 0 }, + { {-1032.0f, 27.0f, -1321.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p224a1", 0 }, + { {805.0f, 47.0f, -1032.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p192a1", 0 }, + { {514.0f, 47.0f, -766.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p190a2", 0 }, + { {964.0f, 249.0f, 3.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p238a2", 0 }, + { {2086.0f, 0.0f, 721.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p211a1", 0 }, + { {1873.0f, 0.0f, -286.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p206a2", 0 }, + { {1621.0f, 0.0f, -654.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p198a1", 0 }, + { {-354.0f, 0.0f, 540.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p256a", 0 }, + { {214.0f, 0.0f, 547.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p257a", 0 }, + { {176.0f, 0.0f, -441.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p341a1", 0 }, + { {137.0f, 411.0f, -1428.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p184a1", 0 }, + { {-192.0f, 411.0f, -854.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p183a1", 0 }, + { {-89.0f, 411.0f, 398.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p180a2", 0 }, + { {1609.0f, 0.0f, -77.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p206a2", 0 }, + { {1991.0f, 0.0f, -805.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p198a1", 0 }, + { {2119.0f, 0.0f, -1510.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p205a2", 0 }, + { {1113.0f, 249.0f, 28.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p237a1", 0 }, + { {1113.0f, 249.0f, 155.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p237a2", 0 }, + { {509.0f, 47.0f, -903.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p190a1", 0 }, + { {659.0f, 47.0f, -753.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p191a", 0 }, + { {-350.0f, 411.0f, -1413.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p184a1", 0 }, + { {-350.0f, 411.0f, -1270.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p184a1", 0 }, + { {-350.0f, 411.0f, -1143.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p184a1", 0 }, + { {-372.0f, 411.0f, 178.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p180a1", 0 }, + { {243.0f, 411.0f, 328.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p180a2", 0 }, + { {243.0f, 411.0f, 455.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p180a2", 0 }, + { {-950.0f, 47.0f, -138.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p230a2", 0 }, + { {-1253.0f, 47.0f, 147.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p229a1", 0 }, + { {-957.0f, 27.0f, -723.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p224a2", 0 }, + { {-785.0f, 27.0f, -978.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p225a2", 0 }, + { {-1205.0f, 27.0f, -1330.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p223a1", 0 }, + { {-357.0f, 411.0f, 1326.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p166a1", 0 }, + { {251.0f, 411.0f, 1326.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p168a1", 0 }, + { {243.0f, -145.0f, 455.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p257a", 0 }, + { {-27.0f, -145.0f, -445.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p341a2", 0 }, + { {251.0f, -145.0f, -168.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p336a1", 0 }, + { {-380.0f, -145.0f, -145.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p333a1", 0 }, + { {-50.0f, -145.0f, 125.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p254a2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {843.0f, 73.0f, -441.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p194a1", 0, {-73.000015f, 74.00001f, -39.00001f, 108.000015f, -73.0f, 231.0f} }, + { {337.0f, 294.0f, -1618.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p186a2", 0, {-74.00001f, 73.00001f, -16.000004f, 43.000004f, -73.0f, 221.0f} }, + { {337.0f, 294.0f, 735.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p176a2", 0, {-74.00001f, 73.00001f, -16.000004f, 43.000004f, -73.0f, 221.0f} }, + { {-484.0f, 294.0f, 735.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p177a1", 0, {-73.00001f, 74.00001f, -16.000006f, 43.000008f, -73.0f, 221.0f} }, + { {-484.0f, 294.0f, -441.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p217a1", 0, {-74.00001f, 73.00001f, -16.000006f, 43.000008f, -73.0f, 221.0f} }, + { {-1250.0f, 73.0f, -558.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p222a2", 0, {-74.00001f, 74.00001f, -16.000006f, 43.000008f, -73.0f, 221.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 27), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = Collectable; index = 1 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 0), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 2 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 29), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 3 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 30), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 4 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 26), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 5 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 31), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 6 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 32), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 7 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 2), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 8 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 19), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 9 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 20), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 10 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 6), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 11 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 31), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 12 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 32), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 13 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 5), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 14 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 21), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 15 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 22), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 16 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 13), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 17 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 23), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 18 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 25), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 19 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 8), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 20 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 17), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 21 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 25), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 22 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 40), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 23 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 38), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 24 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 39), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Armour; index = 25 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 7), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Door; index = 26 */ + _mkword(256, _mkshort(0, 1)), _mkword(171, 0), 0x10000000, 0x80000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000551e, 0x0000000a, 0x0000000a, 0x000000da, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 27 */ + _mkword(256, _mkshort(0, 1)), _mkword(171, 1), 0x10000000, 0x80000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000551e, 0x0000000a, 0x0000000a, 0x000000da, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 28 */ + _mkword(256, _mkshort(0, 1)), _mkword(171, 2), 0x10000000, 0x80000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000551e, 0x0000000a, 0x0000000a, 0x000000da, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 29 */ + _mkword(256, _mkshort(0, 1)), _mkword(171, 3), 0x10000000, 0x80000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000551e, 0x0000000a, 0x0000000a, 0x000000da, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 30 */ + _mkword(256, _mkshort(0, 1)), _mkword(171, 4), 0x10000000, 0x80000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000551e, 0x0000000a, 0x0000000a, 0x000000da, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 31 */ + _mkword(256, _mkshort(0, 1)), _mkword(171, 5), 0x10000000, 0x80000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000551e, 0x0000000a, 0x0000000a, 0x000000da, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = EndProps; index = 32 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 1, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 3, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 4, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 9, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 15, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 6 */ + _mkword(0, _mkshort(0, 5)), 2, + /* Type = EndIntro; index = 7 */ + _mkword(0, _mkshort(0, 9)) +}; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/Ump_setupimpZ.c b/assets/obseg/setup/Ump_setupimpZ.c new file mode 100644 index 0000000..6d29599 --- /dev/null +++ b/assets/obseg/setup/Ump_setupimpZ.c @@ -0,0 +1,231 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:07 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setupimpZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-389.0f, 95.0f, 160.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p274a2", 0 }, + { {-1536.0f, 95.0f, 767.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p330a", 0 }, + { {-338.0f, 95.0f, -523.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p297a", 0 }, + { {-323.0f, 95.0f, -2251.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p306a", 0 }, + { {-1615.0f, 95.0f, -1247.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p319a", 0 }, + { {307.0f, 95.0f, 301.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p493a2", 0 }, + { {530.0f, 95.0f, 742.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p577a2", 0 }, + { {-769.0f, 95.0f, -947.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p299a", 0 }, + { {-772.0f, 95.0f, -2027.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p309a", 0 }, + { {-1647.0f, 95.0f, -1305.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p319a", 0 }, + { {-2082.0f, 95.0f, -364.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p43a1", 0 }, + { {-1647.0f, 95.0f, 770.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p328a", 0 }, + { {258.0f, 379.0f, -1623.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p343a1", 0 }, + { {-1419.0f, 379.0f, 73.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p338a2", 0 }, + { {-1236.0f, 379.0f, -951.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p175a2", 0 }, + { {-2130.0f, 95.0f, -1043.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p51a2", 0 }, + { {-461.0f, 379.0f, -1594.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p176a1", 0 }, + { {299.0f, 95.0f, 104.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p493a1", 0 }, + { {107.0f, 95.0f, 524.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p487a1", 0 }, + { {286.0f, 95.0f, 506.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p575a", 0 }, + { {802.0f, 95.0f, 506.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p29a", 0 }, + { {-454.0f, 95.0f, -1231.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p298a", 0 }, + { {-1016.0f, 95.0f, -644.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p303a", 0 }, + { {-280.0f, 95.0f, -2246.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p306a", 0 }, + { {-1264.0f, 95.0f, -1763.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p310a", 0 }, + { {-1784.0f, 95.0f, -1815.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p316a", 0 }, + { {-2081.0f, 95.0f, -1567.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p166a2", 0 }, + { {-1957.0f, 95.0f, -625.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p323a", 0 }, + { {-1741.0f, 95.0f, -471.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p325a", 0 }, + { {-1815.0f, 95.0f, 483.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p328a", 0 }, + { {-1852.0f, 95.0f, 1084.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p331a", 0 }, + { {26.0f, 379.0f, -1200.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p184a1", 0 }, + { {14.0f, 379.0f, -2041.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p182a2", 0 }, + { {-1814.0f, 379.0f, 92.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p186a1", 0 }, + { {-1579.0f, 379.0f, 469.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p188a1", 0 }, + { {-497.0f, 379.0f, -434.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p172a1", 0 }, + { {-1010.0f, 379.0f, -1411.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p174a1", 0 }, + { {-778.0f, -142.0f, 1050.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1104a", 0 }, + { {757.0f, -142.0f, 480.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1162a", 0 }, + { {-1406.0f, -142.0f, -1685.0f}, {0.0f, 1.0f, 0.0f}, {0.016798f, 0.0f, -0.999859f}, "p1125a", 0 }, + { {1044.0f, -142.0f, -781.0f}, {0.0f, 1.0f, 0.0f}, {0.016798f, 0.0f, -0.999859f}, "p1171a", 0 }, + { {-688.0f, -142.0f, -744.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016798f}, "p803a2", 0 }, + { {524.0f, -142.0f, 208.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1163a", 0 }, + { {486.0f, -142.0f, -1369.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1244a", 0 }, + { {-1220.0f, -142.0f, 84.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p787a1", 0 }, + { {-745.0f, -142.0f, 834.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1080a", 0 }, + { {-976.0f, -142.0f, -2059.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1145a", 0 }, + { {-968.0f, -142.0f, -736.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p799a2", 0 }, + { {-212.0f, -142.0f, -495.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p591a2", 0 }, + { {524.0f, -142.0f, 86.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1163a", 0 }, + { {532.0f, -142.0f, 330.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1162a", 0 }, + { {739.0f, -142.0f, -1636.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1261a", 0 }, + { {-849.0f, -142.0f, -727.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p799a2", 0 }, + { {264.0f, -142.0f, -1047.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1249a", 0 }, + { {-975.0f, -142.0f, 667.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1087a", 0 }, + { {-531.0f, -142.0f, 636.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1092a", 0 }, + { {-1365.0f, -142.0f, -152.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p792a1", 0 }, + { {-1005.0f, -142.0f, -144.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p793a2", 0 }, + { {-1280.0f, -142.0f, -2058.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1116a", 0 }, + { {-1098.0f, -142.0f, -715.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p799a1", 0 }, + { {-1038.0f, 95.0f, -1049.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p305a", 0 }, + { {-1896.0f, -142.0f, -2399.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p938a2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {380.0f, 95.0f, -127.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p25a2", 0, {-89.0f, 90.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {199.0f, 95.0f, -265.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p25a1", 0, {-110.0f, 114.0f, -5.8e-05, 5.5e-05, -94.99999f, 93.99999f} }, + { {207.0f, 95.0f, 74.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p493a1", 0, {-72.0f, 74.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {207.0f, 95.0f, 307.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p493a1", 0, {-72.0f, 74.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {116.0f, 95.0f, 405.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p487a1", 0, {-72.0f, 73.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {-117.0f, 95.0f, 405.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p487a1", 0, {-72.0f, 73.0f, -5.7e-05, 5.6e-05, -94.99999f, 93.99999f} }, + { {-479.0f, 95.0f, 623.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p28a2", 0, {-89.0f, 90.0f, -4.5e-05, 4.4e-05, -94.99999f, 93.99999f} }, + { {-341.0f, 95.0f, 443.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p28a2", 0, {-111.0f, 114.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-1841.0f, 95.0f, -568.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p325a", 0, {-167.0f, 170.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-1671.0f, 95.0f, -435.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p325a", 0, {-133.0f, 136.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-1685.0f, 95.0f, -1514.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p319a", 0, {-167.0f, 170.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-1667.0f, 95.0f, -1761.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p319a", 0, {-133.0f, 136.0f, -4.2e-05, 4.1e-05, -94.99999f, 93.99999f} }, + { {-2022.0f, 39.0f, -767.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p62a1", 0, {-15.000288f, 14.000024f, -9.000112f, 180.00003f, -39.000004f, 151.00002f} }, + { {-2022.0f, 39.0f, -1145.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p61a1", 0, {-15.000289f, 14.000024f, -9.000112f, 181.00003f, -39.000004f, 151.00002f} }, + { {464.0f, 39.0f, 402.0f}, {1.0f, -1e-06, 1e-06}, {0.0f, 1.0f, 0.0f}, "p60a2", 0, {-15.000236f, 15.000024f, -9.000112f, 142.00005f, -39.000004f, 151.00002f} }, + { {464.0f, 39.0f, -23.0f}, {1.0f, -1e-06, 1e-06}, {0.0f, 1.0f, 0.0f}, "p57a2", 0, {-15.000236f, 14.000024f, -9.000112f, 142.00003f, -39.000004f, 151.00002f} }, + { {213.0f, 39.0f, 786.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p58a1", 0, {-15.000236f, 14.000024f, -9.000112f, 142.00003f, -39.000004f, 151.00002f} }, + { {-213.0f, 39.0f, 786.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p59a1", 0, {-14.000236f, 15.000024f, -9.00011f, 142.00005f, -39.000004f, 151.00002f} }, + { {-1340.0f, 39.0f, -804.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p56a2", 0, {-15.000237f, 14.000024f, -9.000112f, 143.00003f, -39.000004f, 151.00002f} }, + { {-1500.0f, 39.0f, -804.0f}, {1e-06, -1e-06, -1.0f}, {0.0f, 1.0f, 0.0f}, "p56a2", 0, {-15.000237f, 14.000024f, -9.000112f, 143.00003f, -39.000004f, 151.00002f} }, + { {-2041.0f, -188.0f, -2392.0f}, {3e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p938a1", 0, {-4.000306f, 4.00002f, -6.000065f, 108.00002f, -40.0f, 150.0f} }, + { {219.0f, -188.0f, 979.0f}, {3e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p581a1", 0, {-5.000306f, 4.00002f, -6.000068f, 108.00002f, -40.0f, 150.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 61), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = Armour; index = 1 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 48), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Collectable; index = 2 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 43), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 3 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 51), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 4 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 53), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 5 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 44), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 6 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 56), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 7 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 57), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 8 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 45), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 9 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 54), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 10 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 55), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 11 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 46), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 12 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 58), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 13 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 47), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 14 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 52), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 15 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 59), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 16 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 42), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 17 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 49), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 18 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 50), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Door; index = 19 */ + _mkword(256, _mkshort(0, 1)), _mkword(182, 20), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000001, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 20 */ + _mkword(256, _mkshort(0, 1)), _mkword(182, 21), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000001, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = EndProps; index = 21 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 37, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 38, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 39, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 40, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 41, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 6 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = EndIntro; index = 7 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 unknown_setup_block_0[] = { -1, -1 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +s32 unknown_setup_block_1[] = { -1 }; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 unknown_setup_block_2[] = { -1 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_not_used_0[] = { 0x04000000 }; + + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/Ump_setupoatZ.c b/assets/obseg/setup/Ump_setupoatZ.c new file mode 100644 index 0000000..7831105 --- /dev/null +++ b/assets/obseg/setup/Ump_setupoatZ.c @@ -0,0 +1,200 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:07 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setupoatZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {2597.0f, 130.0f, -1427.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1142a", 0 }, + { {2686.0f, 132.0f, -1133.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p3131a", 0 }, + { {2881.0f, 201.0f, -935.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p3315a", 0 }, + { {2765.0f, 195.0f, -678.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p3850a", 0 }, + { {3195.0f, 289.0f, -900.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p3906a", 0 }, + { {3131.0f, 298.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p4127a", 0 }, + { {2897.0f, 130.0f, -1417.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2412a", 0 }, + { {2909.0f, 189.0f, -1392.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2441a", 0 }, + { {2556.0f, 130.0f, -1436.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p1140a", 0 }, + { {2644.0f, 130.0f, -1441.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p1154a", 0 }, + { {2709.0f, 128.0f, -1163.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p3128a", 0 }, + { {2675.0f, 130.0f, -1102.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p3131a", 0 }, + { {2902.0f, 201.0f, -900.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p3316a", 0 }, + { {2860.0f, 203.0f, -973.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p3322a", 0 }, + { {2800.0f, 197.0f, -652.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p3848a", 0 }, + { {2730.0f, 195.0f, -698.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p3844a", 0 }, + { {3181.0f, 288.0f, -933.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p3911a", 0 }, + { {3182.0f, 288.0f, -858.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p3907a", 0 }, + { {3089.0f, 296.0f, -524.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p4124a", 0 }, + { {3191.0f, 296.0f, -522.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p4130a", 0 }, + { {2998.0f, 132.0f, -1470.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2422a", 0 }, + { {3044.0f, 132.0f, -1388.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p2432a", 0 }, + { {2902.0f, 191.0f, -1322.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2444a", 0 }, + { {2811.0f, 191.0f, -1260.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2454a", 0 }, + { {2601.0f, 130.0f, -1469.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p1155a", 0 }, + { {2467.0f, 128.0f, -1165.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p3121a", 0 }, + { {2795.0f, 199.0f, -925.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016798f}, "p3304a", 0 }, + { {2725.0f, 193.0f, -650.0f}, {0.0f, 1.0f, 0.0f}, {0.718927f, 0.0f, -0.695086f}, "p3846a", 0 }, + { {3195.0f, 286.0f, -815.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p4098a", 0 }, + { {3124.0f, 296.0f, -455.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p4156a", 0 }, + { {2972.0f, 130.0f, -1432.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016798f}, "p2421a", 0 }, + { {2886.0f, 191.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2457a", 0 }, + { {2589.0f, 130.0f, -1278.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p3172a", 0 }, + { {2790.0f, 206.0f, -1527.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p1175a", 0 }, + { {2885.0f, 289.0f, -832.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p3599a", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 32), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = Collectable; index = 1 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 0), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 2 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 8), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 3 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 9), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 4 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 1), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 5 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 10), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 6 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 11), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 7 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 2), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 8 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 12), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 9 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 13), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 10 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 6), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 11 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 20), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 12 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 21), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 13 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 4), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 14 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 16), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 15 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 17), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 16 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 5), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 17 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 18), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 18 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 19), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 19 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 3), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 20 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 14), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 21 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 15), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 22 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 7), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 23 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 22), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 24 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 23), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Armour; index = 25 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 33), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 26 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 34), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = EndProps; index = 27 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 24, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 25, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 26, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 27, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 28, 0, + /* Type = Spawn; index = 5 */ + _mkword(0, _mkshort(0, 0)), 29, 0, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 30, 0, + /* Type = Spawn; index = 7 */ + _mkword(0, _mkshort(0, 0)), 31, 0, + /* Type = StartWeapon; index = 8 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 9 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = EndIntro; index = 10 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 unknown_setup_block_0[] = { -1, -1 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +s32 unknown_setup_block_1[] = { -1 }; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 unknown_setup_block_2[] = { -1 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_not_used_0[] = { 0x04000000 }; + + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/Ump_setuprefZ.c b/assets/obseg/setup/Ump_setuprefZ.c new file mode 100644 index 0000000..52ec93a --- /dev/null +++ b/assets/obseg/setup/Ump_setuprefZ.c @@ -0,0 +1,214 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:07 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setuprefZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-5.0f, 586.0f, 767.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p523a", 0 }, + { {2187.0f, 746.0f, -1031.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p47b1", 0 }, + { {1134.0f, 586.0f, 223.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p14b2", 0 }, + { {-1551.0f, 586.0f, -329.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1a1", 0 }, + { {-853.0f, 586.0f, 2134.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p56c2", 0 }, + { {973.0f, 586.0f, -984.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p39b1", 0 }, + { {-676.0f, 586.0f, 990.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p56a1", 0 }, + { {-369.0f, 586.0f, -91.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p425a", 0 }, + { {-1161.0f, 594.0f, 1100.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p233c2", 0 }, + { {-1620.0f, 594.0f, 1322.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p193c2", 0 }, + { {-1484.0f, 594.0f, 268.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p6a", 0 }, + { {1117.0f, 594.0f, 1075.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p284b2", 0 }, + { {1219.0f, 594.0f, -829.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p39b2", 0 }, + { {4.0f, 594.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p525a", 0 }, + { {144.0f, 594.0f, 1938.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p645c", 0 }, + { {2095.0f, 594.0f, -327.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p33b2", 0 }, + { {1372.0f, 594.0f, 633.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p14b1", 0 }, + { {1126.0f, 594.0f, -106.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p227b1", 0 }, + { {-872.0f, 594.0f, 1296.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p57a", 0 }, + { {-141.0f, 594.0f, -854.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p16a1", 0 }, + { {-540.0f, 594.0f, 1772.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p59c2", 0 }, + { {625.0f, 594.0f, -429.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p534a1", 0 }, + { {2290.0f, 594.0f, -395.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p46b2", 0 }, + { {6.0f, 793.0f, 1186.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p521a", 0 }, + { {-548.0f, 594.0f, 2106.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p58c1", 0 }, + { {-548.0f, 594.0f, 2207.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2c2", 0 }, + { {-548.0f, 594.0f, 1671.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p4c1", 0 }, + { {129.0f, 594.0f, 2140.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p645c", 0 }, + { {129.0f, 594.0f, 1688.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p75c1", 0 }, + { {839.0f, 594.0f, 1596.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p53b1", 0 }, + { {605.0f, 594.0f, 1320.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p70a2", 0 }, + { {1818.0f, 594.0f, -956.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p36b", 0 }, + { {2010.0f, 594.0f, -103.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p28b1", 0 }, + { {-379.0f, 594.0f, -437.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p27a1", 0 }, + { {-890.0f, 594.0f, -245.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p30a2", 0 }, + { {-890.0f, 594.0f, -94.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p33a1", 0 }, + { {-831.0f, 594.0f, 282.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p7a1", 0 }, + { {-815.0f, 594.0f, -387.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p11a", 0 }, + { {-1576.0f, 594.0f, 274.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p6a", 0 }, + { {-1668.0f, 594.0f, 291.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p5a1", 0 }, + { {-1143.0f, 594.0f, 1704.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p169c1", 0 }, + { {-1628.0f, 594.0f, 683.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p183c2", 0 }, + { {-113.0f, 594.0f, 2449.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p78c1", 0 }, + { {807.0f, 594.0f, 449.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p232b1", 0 }, + { {1150.0f, 594.0f, 851.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p231b2", 0 }, + { {1485.0f, 594.0f, 324.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p225b1", 0 }, + { {-808.0f, 594.0f, 650.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p59a", 0 }, + { {-481.0f, 594.0f, 1069.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p55a2", 0 }, + { {1123.0f, 594.0f, 1328.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p50b2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 2), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = Collectable; index = 1 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 41), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 2 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 8), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 3 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 9), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 4 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 22), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 5 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 31), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 6 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 32), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 7 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 23), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 8 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 47), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 9 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 30), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 10 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 10), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 11 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 38), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 12 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 39), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 13 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 14), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 14 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 27), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 15 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 28), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 16 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 17), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 17 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 43), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 18 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 45), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 19 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 26), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 20 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 25), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 21 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 42), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 22 */ + _mkword(256, _mkshort(0, 8)), _mkword(0, 33), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 23 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 34), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 24 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 35), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Armour; index = 25 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 15), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 26 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 18), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 27 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 21), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = EndProps; index = 28 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 0, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 1, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 3, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 4, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 5, 0, + /* Type = Spawn; index = 5 */ + _mkword(0, _mkshort(0, 0)), 6, 0, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 7, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 8 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = EndIntro; index = 9 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 unknown_setup_block_0[] = { -1, -1 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +s32 unknown_setup_block_1[] = { -1 }; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 unknown_setup_block_2[] = { -1 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_not_used_0[] = { 0x04000000 }; + + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/Ump_setupsevbZ.c b/assets/obseg/setup/Ump_setupsevbZ.c new file mode 100644 index 0000000..37d7bdd --- /dev/null +++ b/assets/obseg/setup/Ump_setupsevbZ.c @@ -0,0 +1,489 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:08 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +char *pad3dnames[]; +waypoint pathwaypoints[]; +char *padnames[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setupsevbZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + &padnames, + &pad3dnames +}; + +PadRecord padlist[] = { + { {269.0f, 112.0f, -467.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p1154b2", 0 }, + { {595.0f, 112.0f, 1204.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1151b1", 0 }, + { {811.0f, 112.0f, 840.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p128b1", 0 }, + { {413.0f, 112.0f, 775.0f}, {0.0f, 1.0f, 0.0f}, {0.533482f, 0.0f, 0.845812f}, "p1148b2", 0 }, + { {-495.0f, 112.0f, 925.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p1704c2", 0 }, + { {-877.0f, 112.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2207c", 0 }, + { {98.0f, 35.0f, -170.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p71b1", 0 }, + { {-90.0f, 35.0f, -170.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p63b", 0 }, + { {358.0f, 35.0f, 1743.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p85e1", 0 }, + { {665.0f, 35.0f, 2519.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p39e2", 0 }, + { {-786.0f, 35.0f, 2197.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2303c", 0 }, + { {-518.0f, 35.0f, 2276.0f}, {0.0f, 1.0f, 0.0f}, {-0.996654f, 0.0f, -0.081734f}, "p2734c1", 0 }, + { {-445.0f, 35.0f, 2477.0f}, {0.0f, 1.0f, 0.0f}, {-0.996654f, 0.0f, -0.081734f}, "p2829c1", 0 }, + { {-257.0f, 35.0f, 1735.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p519e2", 0 }, + { {-251.0f, 35.0f, 2003.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p2058c2", 0 }, + { {-848.0f, 35.0f, 2462.0f}, {0.0f, 1.0f, 0.0f}, {0.97242f, 0.0f, 0.233236f}, "p2828c2", 0 }, + { {-1667.0f, 35.0f, 2665.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p2569c1", 0 }, + { {152.0f, 35.0f, 1840.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p92e1", 0 }, + { {870.0f, 35.0f, 2355.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p32e1", 0 }, + { {197.0f, 35.0f, 2265.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p155e1", 0 }, + { {192.0f, 35.0f, 1997.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p134e1", 0 }, + { {-995.0f, 151.0f, 1374.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2832c2", 0 }, + { {-1133.0f, 151.0f, 1661.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p2833c2", 0 }, + { {-1437.0f, 151.0f, 1147.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p57f1", 0 }, + { {-1475.0f, 151.0f, 1216.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p56f2", 0 }, + { {-9.0f, 35.0f, -748.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p233a2", 0 }, + { {34.0f, 0.0f, 126.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p57b2", 0 }, + { {34.0f, 0.0f, 412.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p59b", 0 }, + { {-28.0f, 279.0f, 376.0f}, {0.0f, -1.0f, 0.0f}, {0.999998f, 0.0f, -0.001746f}, "p58b2", 0 }, + { {-28.0f, 279.0f, 95.0f}, {0.0f, -1.0f, 0.0f}, {0.999998f, 0.0f, -0.001746f}, "p57b2", 0 }, + { {805.0f, 27.0f, 2184.0f}, {0.0f, 1.0f, 0.0f}, {0.131699f, 0.0f, -0.99129f}, "p47e1", 0 }, + { {702.0f, 27.0f, 2269.0f}, {0.0f, 1.0f, 0.0f}, {0.997989f, 0.0f, 0.063387f}, "p47e2", 0 }, + { {706.0f, 27.0f, 2127.0f}, {0.0f, 1.0f, 0.0f}, {-0.131834f, 0.0f, 0.991272f}, "p31e1", 0 }, + { {808.0f, 27.0f, 2042.0f}, {0.0f, 1.0f, 0.0f}, {-0.99798f, 0.0f, -0.063524f}, "p43e2", 0 }, + { {753.0f, 27.0f, 1968.0f}, {0.0f, 1.0f, 0.0f}, {0.131699f, 0.0f, -0.99129f}, "p43e1", 0 }, + { {651.0f, 27.0f, 2053.0f}, {0.0f, 1.0f, 0.0f}, {0.997989f, 0.0f, 0.063387f}, "p43e2", 0 }, + { {654.0f, 27.0f, 1910.0f}, {0.0f, 1.0f, 0.0f}, {-0.131834f, 0.0f, 0.991272f}, "p30e2", 0 }, + { {756.0f, 27.0f, 1825.0f}, {0.0f, 1.0f, 0.0f}, {-0.99798f, 0.0f, -0.063524f}, "p35e2", 0 }, + { {-640.0f, 184.0f, 1652.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p875d1", 0 }, + { {-2017.0f, 357.0f, 1665.0f}, {0.0f, -1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p39f1", 0 }, + { {-1470.0f, 241.0f, 1364.0f}, {0.0f, -1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p50f1", 0 }, + { {-1476.0f, 241.0f, 1118.0f}, {0.0f, -1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p57f1", 0 }, + { {-1651.0f, 241.0f, 1114.0f}, {0.0f, -1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p59f1", 0 }, + { {-393.0f, 14.0f, 2405.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2830c1", 0 }, + { {-383.0f, 14.0f, 2420.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, -0.707107f}, "p2830c1", 0 }, + { {-382.0f, 14.0f, 2405.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p2830c1", 0 }, + { {-810.0f, 151.0f, 1499.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p871d2", 0 }, + { {-1027.0f, 151.0f, 1474.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2836c2", 0 }, + { {-1462.0f, 151.0f, 1145.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p57f1", 0 }, + { {-1836.0f, 49.0f, 2448.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2807c2", 0 }, + { {0.0f, 209.0f, -1285.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p419a1", 0 }, + { {0.0f, 307.0f, -2258.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p12742g2", 0 }, + { {211.0f, 98.0f, 753.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p623b2", 0 }, + { {218.0f, 98.0f, -336.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1160b", 0 }, + { {407.0f, 33.0f, 560.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p41b", 0 }, + { {413.0f, 33.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p34b", 0 }, + { {646.0f, 98.0f, 887.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p128b2", 0 }, + { {419.0f, 98.0f, -356.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 5e-06}, "p1158b", 0 }, + { {205.0f, 98.0f, 658.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p450b2", 0 }, + { {414.0f, 35.0f, 655.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p45b", 0 }, + { {208.0f, 98.0f, -184.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p362b2", 0 }, + { {414.0f, 35.0f, -179.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p38b", 0 }, + { {5.0f, 35.0f, -187.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p70b", 0 }, + { {-11.0f, 35.0f, 697.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p27b", 0 }, + { {140.0f, 33.0f, -90.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p997b", 0 }, + { {128.0f, 33.0f, 563.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p998b", 0 }, + { {-242.0f, 35.0f, 952.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5b", 0 }, + { {-546.0f, 100.0f, 953.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p157c2", 0 }, + { {-840.0f, 100.0f, 953.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2760c1", 0 }, + { {-1008.0f, 100.0f, 955.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p155c1", 0 }, + { {-1297.0f, 100.0f, 955.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p244f1", 0 }, + { {-546.0f, 100.0f, 1535.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p150c1", 0 }, + { {-1030.0f, 100.0f, 581.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p265c", 0 }, + { {-1045.0f, 100.0f, 211.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2232c", 0 }, + { {-625.0f, 100.0f, 211.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2226c", 0 }, + { {-628.0f, 100.0f, 585.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p257c", 0 }, + { {-841.0f, 100.0f, 649.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p158c", 0 }, + { {-831.0f, 100.0f, 787.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p153c2", 0 }, + { {-748.0f, 100.0f, 1097.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p89d1", 0 }, + { {-1011.0f, 100.0f, 1087.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p881d2", 0 }, + { {-222.0f, 35.0f, 2639.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p249e1", 0 }, + { {494.0f, 35.0f, 2646.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p515e1", 0 }, + { {-746.0f, 100.0f, 1422.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p872d2", 0 }, + { {-675.0f, 100.0f, 1538.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p874d2", 0 }, + { {-537.0f, 100.0f, 1874.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2754c1", 0 }, + { {481.0f, 35.0f, 1571.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p479e2", 0 }, + { {-216.0f, 35.0f, 1596.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p517e1", 0 }, + { {-224.0f, 35.0f, 1872.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p282e1", 0 }, + { {499.0f, 35.0f, 2463.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p110e2", 0 }, + { {488.0f, 35.0f, 1787.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p89e", 0 }, + { {-996.0f, 35.0f, 1901.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2756c1", 0 }, + { {-1647.0f, 35.0f, 2648.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2569c1", 0 }, + { {-978.0f, 35.0f, 2646.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2757c2", 0 }, + { {-686.0f, 35.0f, 2640.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2758c2", 0 }, + { {-1872.0f, 35.0f, 2499.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2805c", 0 }, + { {-1664.0f, 35.0f, 2401.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2809c2", 0 }, + { {-1880.0f, 35.0f, 2656.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p2570c1", 0 }, + { {-1524.0f, 35.0f, 2401.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2678c", 0 }, + { {-1544.0f, 35.0f, 2526.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2812c2", 0 }, + { {-1773.0f, 35.0f, 2599.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2680c2", 0 }, + { {-1233.0f, 35.0f, 2655.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2568c2", 0 }, + { {-692.0f, 35.0f, 2474.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2734c1", 0 }, + { {-2002.0f, 100.0f, 975.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p358f1", 0 }, + { {-2018.0f, 100.0f, 1286.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p63f2", 0 }, + { {-1819.0f, 100.0f, 1278.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p62f1", 0 }, + { {-1827.0f, 100.0f, 1134.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p61f", 0 }, + { {-1515.0f, 100.0f, 1117.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p57f2", 0 }, + { {-1651.0f, 100.0f, 1126.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p59f2", 0 }, + { {-1651.0f, 100.0f, 1541.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p51f1", 0 }, + { {-1475.0f, 100.0f, 1549.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p48f1", 0 }, + { {-1475.0f, 100.0f, 1717.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p365f", 0 }, + { {-1825.0f, 100.0f, 1703.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p46f", 0 }, + { {-1835.0f, 100.0f, 1478.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p44f2", 0 }, + { {-2014.0f, 100.0f, 1472.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p40f1", 0 }, + { {-1293.0f, 100.0f, 1557.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2750c1", 0 }, + { {-1293.0f, 100.0f, 1885.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p34f", 0 }, + { {-2010.0f, 100.0f, 1885.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p319f1", 0 }, + { {-1116.0f, 100.0f, 1557.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2833c2", 0 }, + { {429.0f, 307.0f, -1977.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2569g1", 0 }, + { {-2.0f, 307.0f, -1403.0f}, {0.0f, 1.0f, 0.0f}, {-0.000654f, 0.0f, -1.0f}, "p7619g2", 0 }, + { {-7.0f, 307.0f, -2592.0f}, {0.0f, 1.0f, 0.0f}, {-0.000654f, 0.0f, -1.0f}, "p12792g", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {65.0f, 29.0f, -309.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334a2", 0, {-4.000002f, 4.0f, -1.0f, 23.000002f, -29.0f, 94.0f} }, + { {44.0f, 29.0f, -301.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334a2", 0, {-4.000002f, 4.0f, -2.0f, 23.000002f, -29.0f, 94.0f} }, + { {23.0f, 29.0f, -293.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334a1", 0, {-4.000002f, 4.0f, -2.0f, 23.000002f, -29.0f, 94.0f} }, + { {-64.0f, 29.0f, -309.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335a1", 0, {-4.0f, 4.000002f, -2.0f, 23.000002f, -29.0f, 94.0f} }, + { {-44.0f, 29.0f, -301.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335a1", 0, {-4.0f, 4.000002f, -1.0f, 23.000002f, -29.0f, 94.0f} }, + { {-23.0f, 29.0f, -293.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335a1", 0, {-4.0f, 4.000002f, -2.0f, 23.000002f, -29.0f, 94.0f} }, + { {18.0f, 225.0f, -1331.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p358a2", 0, {-4.000003f, 4.0f, -1.0f, 37.0f, -28.0f, 76.0f} }, + { {371.0f, 139.0f, -233.0f}, {0.0f, -1e-06, -1.0f}, {0.0f, 1.0f, -1e-06}, "p615b1", 0, {-124.00001f, 161.00002f, -0.000252f, 0.000127f, -58.000004f, 139.0f} }, + { {-747.0f, 214.0f, 1370.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p468d1", 0, {-3.0f, 2.0f, -30.999998f, 34.0f, -121.00001f, 21.000002f} }, + { {-750.0f, 214.0f, 1130.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p112d2", 0, {-3.0f, 2.0f, -31.0f, 34.0f, -121.0f, 21.0f} }, + { {-374.0f, 0.0f, 2123.0f}, {0.000104f, 1.0f, 0.0f}, {-1.0f, 0.000104f, 0.000142f}, "p2826c2", 0, {-41.006416f, 41.004547f, -0.004707f, 135.00336f, -32.005825f, 45.019905f} }, + { {-374.0f, 0.0f, 2205.0f}, {0.000104f, 1.0f, 0.0f}, {-1.0f, 0.000104f, 0.000142f}, "p2826c2", 0, {-41.006416f, 42.004547f, -0.004707f, 135.00336f, -32.005825f, 45.020046f} }, + { {-1030.0f, 93.0f, 1750.0f}, {0.0f, 1.0f, 0.000104f}, {-0.000142f, 0.000104f, -1.0f}, "p2837c2", 0, {-41.006416f, 41.004547f, -0.004707f, 135.00336f, -32.005825f, 45.019905f} }, + { {-1112.0f, 93.0f, 1750.0f}, {0.0f, 1.0f, 0.000104f}, {-0.000142f, 0.000104f, -1.0f}, "p2837c2", 0, {-41.006416f, 42.004547f, -0.004707f, 135.00336f, -32.005825f, 45.020046f} }, + { {-927.0f, 81.0f, 310.0f}, {0.0f, 1.0f, -0.000104f}, {0.000156f, 0.000104f, 1.0f}, "p2251c", 0, {-45.007053f, 46.005f, -0.004707f, 135.00334f, -32.007034f, 45.02127f} }, + { {-836.0f, 81.0f, 310.0f}, {0.0f, 1.0f, -0.000104f}, {0.000156f, 0.000104f, 1.0f}, "p2257c", 0, {-45.007053f, 45.005f, -0.004707f, 135.00334f, -32.007034f, 45.021114f} }, + { {-745.0f, 81.0f, 310.0f}, {0.0f, 1.0f, -0.000104f}, {0.000156f, 0.000104f, 1.0f}, "p2248c", 0, {-46.007053f, 45.005f, -0.004707f, 135.00334f, -32.00719f, 45.021114f} }, + { {-927.0f, 81.0f, 477.0f}, {0.0f, 1.0f, 0.000104f}, {0.000156f, 0.000104f, -1.0f}, "p2247c", 0, {-46.005f, 45.007053f, -0.004706f, 135.00334f, -32.007034f, 45.02127f} }, + { {-836.0f, 81.0f, 477.0f}, {0.0f, 1.0f, 0.000104f}, {0.000156f, 0.000104f, -1.0f}, "p2250c", 0, {-45.005f, 45.007053f, -0.004706f, 135.00334f, -32.007034f, 45.021114f} }, + { {-745.0f, 81.0f, 477.0f}, {0.0f, 1.0f, 0.000104f}, {0.000156f, 0.000104f, -1.0f}, "p2249c", 0, {-45.005f, 46.007053f, -0.004706f, 135.00334f, -32.00719f, 45.021114f} }, + { {-791.0f, 53.0f, 2270.0f}, {-3e-06, 1.0f, 1.9e-05}, {0.178635f, 1.9e-05, -0.983915f}, "p2734c1", 0, {-19.854101f, 20.211372f, -0.000204f, 6.000166f, -8.670919f, 10.638865f} }, + { {-593.0f, 53.0f, 2107.0f}, {1.9e-05, 1.0f, 0.0f}, {-0.999987f, 1.9e-05, -0.005066f}, "p2305c", 0, {-20.040276f, 20.055475f, -0.00021f, 6.000153f, -8.101225f, 11.101301f} }, + { {-985.0f, 145.0f, 1433.0f}, {0.0f, 1.0f, 1.9e-05}, {0.005066f, 1.9e-05, -0.999987f}, "p2835c1", 0, {-20.040276f, 20.055475f, -0.00021f, 6.000153f, -8.101225f, 11.101301f} }, + { {449.0f, 134.0f, -359.0f}, {1.9e-05, 1.0f, 0.0f}, {-0.999987f, 1.9e-05, -0.005066f}, "p1158b", 0, {-19.040289f, 20.055475f, -0.00021f, 6.000153f, -8.101225f, 11.096235f} }, + { {-789.0f, 53.0f, 2306.0f}, {-6e-06, 1.0f, 4.7e-05}, {0.123964f, 4.8e-05, -0.992287f}, "p2734c1", 0, {-16.37416f, 17.117949f, -0.001059f, 31.000772f, -16.247337f, 22.202538f} }, + { {-559.0f, 53.0f, 2097.0f}, {4.7e-05, 1.0f, -1e-05}, {-0.978584f, 4.8e-05, 0.205846f}, "p2305c", 0, {-16.895685f, 16.845041f, -0.00105f, 31.000807f, -16.894201f, 21.995934f} }, + { {-975.0f, 145.0f, 1467.0f}, {1e-05, 1.0f, 4.7e-05}, {-0.205846f, 4.8e-05, -0.978584f}, "p2835c1", 0, {-16.895681f, 16.845041f, -0.001059f, 31.000807f, -16.894201f, 22.20178f} }, + { {484.0f, 134.0f, -363.0f}, {4.7e-05, 1.0f, -1e-05}, {-0.978584f, 4.8e-05, 0.205846f}, "p1158b", 0, {-16.122948f, 16.639194f, -0.001106f, 31.00076f, -15.9171f, 23.178883f} }, + { {-749.0f, 0.0f, 2297.0f}, {0.0f, 1.0f, 4e-05}, {-0.000142f, 4e-05, -1.0f}, "p2734c1", 0, {-82.00641f, 83.004555f, -0.001806f, 52.001286f, -32.01167f, 45.0139f} }, + { {-572.0f, 0.0f, 2114.0f}, {4e-05, 1.0f, 0.0f}, {-1.0f, 4e-05, 0.000142f}, "p2305c", 0, {-82.00641f, 83.004555f, -0.001806f, 52.001286f, -32.01167f, 45.0139f} }, + { {-992.0f, 93.0f, 1454.0f}, {0.0f, 1.0f, 4e-05}, {-0.000142f, 4e-05, -1.0f}, "p2835c1", 0, {-82.00641f, 83.004555f, -0.001806f, 52.001286f, -32.01167f, 45.0139f} }, + { {477.0f, 81.0f, -355.0f}, {4e-05, 1.0f, 0.0f}, {-1.0f, 4e-05, 0.000142f}, "p1158b", 0, {-83.00641f, 83.004555f, -0.001806f, 52.001286f, -32.011814f, 45.0139f} }, + { {718.0f, 81.0f, 1000.0f}, {0.0f, 1.0f, 4e-05}, {-0.000142f, 4e-05, -1.0f}, "p128b2", 0, {-83.00641f, 82.004555f, -0.001806f, 52.001286f, -32.011814f, 45.013756f} }, + { {322.0f, 81.0f, 924.0f}, {0.0f, 1.0f, 4e-05}, {-0.000142f, 4e-05, -1.0f}, "p622b", 0, {-82.00641f, 83.004555f, -0.001806f, 52.001286f, -32.01167f, 45.0139f} }, + { {-843.0f, 93.0f, 1523.0f}, {-4e-05, 1.0f, 0.0f}, {1.0f, 4e-05, -0.000142f}, "p871d2", 0, {-82.00641f, 83.0047f, -0.001806f, 52.001328f, -33.01167f, 45.0139f} }, + { {-1136.0f, 238.0f, 1117.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p882d1", 0, {-8.000001f, 8.999999f, -10.000001f, -9.999998f, -9.0f, 9.0f} }, + { {-1151.0f, 238.0f, 393.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2216c", 0, {-8.000001f, 8.999999f, -10.000001f, -9.999998f, -9.0f, 9.0f} }, + { {-540.0f, 222.0f, 896.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1704c2", 0, {-9.000003f, 8.999997f, -20.0f, -19.999998f, -9.0f, 8.0f} }, + { {-748.0f, 353.0f, 1158.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p120d2", 0, {-9.000003f, 8.999997f, -20.0f, -19.999998f, -9.0f, 9.0f} }, + { {178.0f, 252.0f, -469.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1154b2", 0, {-9.000003f, 8.999997f, -20.0f, -19.999998f, -9.0f, 8.0f} }, + { {-220.0f, 111.0f, 1533.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p520e1", 0, {-8.000003f, 8.999997f, -25.0f, -24.999998f, -9.0f, 9.0f} }, + { {-689.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-17.036915f, 18.049242f, -0.002656f, 78.00199f, -21.031631f, 28.037258f} }, + { {-724.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-17.036915f, 17.049244f, -0.002655f, 78.00199f, -21.029873f, 28.037258f} }, + { {-759.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-18.036913f, 17.049244f, -0.002655f, 78.00199f, -21.029873f, 28.039017f} }, + { {-793.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-17.036915f, 18.049242f, -0.002656f, 78.00199f, -21.031631f, 28.037258f} }, + { {-828.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-17.036915f, 18.049242f, -0.002656f, 78.00199f, -21.031631f, 28.037258f} }, + { {483.0f, 23.0f, 311.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p610b", 0, {-17.035156f, 18.050985f, -0.00275f, 78.0019f, -20.031633f, 29.02986f} }, + { {483.0f, 23.0f, 276.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p610b", 0, {-17.035156f, 18.050985f, -0.00275f, 78.0019f, -20.031633f, 29.02986f} }, + { {483.0f, 23.0f, 241.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p610b", 0, {-17.035156f, 17.050987f, -0.00275f, 78.0019f, -20.029875f, 29.02986f} }, + { {483.0f, 23.0f, 206.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p610b", 0, {-18.035154f, 17.050987f, -0.00275f, 78.0019f, -20.029875f, 29.031618f} }, + { {483.0f, 23.0f, 172.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p610b", 0, {-17.035156f, 18.050985f, -0.00275f, 78.0019f, -20.031633f, 29.02986f} }, + { {-257.0f, 221.0f, 428.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p66b1", 0, {-23.000038f, 22.999964f, -85.000015f, -84.99999f, -17.0f, 22.0f} }, + { {-257.0f, 166.0f, 428.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p66b1", 0, {-23.000038f, 22.999964f, -85.000015f, -84.99999f, -16.0f, 23.0f} }, + { {-257.0f, 109.0f, 428.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p66b1", 0, {-23.000038f, 22.999964f, -85.000015f, -84.99999f, -16.0f, 22.0f} }, + { {-257.0f, 221.0f, 80.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b1", 0, {-22.000038f, 23.999964f, -85.000015f, -84.99999f, -17.0f, 22.0f} }, + { {-257.0f, 166.0f, 80.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b1", 0, {-22.000038f, 23.999964f, -85.000015f, -84.99999f, -16.0f, 23.0f} }, + { {-257.0f, 108.0f, 80.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b1", 0, {-22.000038f, 23.999964f, -85.000015f, -84.99999f, -15.0f, 23.0f} }, + { {-257.0f, 253.0f, 368.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-13.000038f, 13.999963f, -85.00001f, -84.99999f, -10.0f, 9.0f} }, + { {-257.0f, 253.0f, 318.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-13.000038f, 13.999963f, -85.00001f, -84.99999f, -10.0f, 9.0f} }, + { {-257.0f, 253.0f, 191.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-14.000038f, 12.999963f, -85.00001f, -84.99999f, -10.0f, 9.0f} }, + { {-257.0f, 253.0f, 140.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-13.000038f, 13.999963f, -85.00001f, -84.99999f, -10.0f, 9.0f} }, + { {-257.0f, 107.0f, 370.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b1", 0, {-23.000038f, 23.999964f, -85.000015f, -84.99999f, -7.0f, 5.0f} }, + { {-257.0f, 105.0f, 312.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-23.000038f, 23.999964f, -85.000015f, -84.99999f, -5.0f, 7.0f} }, + { {-257.0f, 107.0f, 254.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-23.000038f, 23.999964f, -85.000015f, -84.99999f, -7.0f, 5.0f} }, + { {-257.0f, 106.0f, 197.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-23.000038f, 22.999964f, -85.000015f, -84.99999f, -6.0f, 6.0f} }, + { {-257.0f, 106.0f, 140.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-24.000038f, 21.999964f, -85.000015f, -84.99999f, -6.0f, 6.0f} }, + { {-257.0f, 86.0f, 370.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b1", 0, {-23.000038f, 23.999964f, -85.000015f, -84.99999f, -5.0f, 7.0f} }, + { {-257.0f, 87.0f, 312.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-23.000038f, 23.999964f, -85.000015f, -84.99999f, -6.0f, 6.0f} }, + { {-257.0f, 88.0f, 254.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-23.000038f, 23.999964f, -85.000015f, -84.99999f, -7.0f, 5.0f} }, + { {-257.0f, 87.0f, 197.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-23.000038f, 22.999964f, -85.000015f, -84.99999f, -6.0f, 6.0f} }, + { {-257.0f, 87.0f, 140.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-24.000038f, 21.999964f, -85.000015f, -84.99999f, -6.0f, 6.0f} }, + { {-257.0f, 177.0f, 255.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-133.00005f, 130.99997f, -85.00006f, -84.99995f, -54.0f, 54.0f} }, + { {-2014.0f, 31.0f, 2651.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2800c2", 0, {17.999971f, 31.999975f, -72.00001f, -60.000004f, -189.0f, -182.0f} }, + { {-380.0f, 0.0f, 2413.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2830c1", 0, {-42.000004f, 41.0f, -2e-06, 83.00001f, -38.0f, 38.0f} }, + { {-411.0f, 42.0f, 2448.0f}, {-1.4e-05, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2830c1", 0, {-7.0f, 7.000958f, -9.6e-05, 70.00009f, -35.0f, 34.0f} }, + { {-1767.0f, 77.0f, 2690.0f}, {0.0f, 1.0f, 0.0f}, {4.9e-05, 0.0f, -1.0f}, "p2680c1", 0, {-13.001751f, 12.998836f, -1e-05, 35.999996f, -36.00063f, -23.999367f} }, + { {-1773.0f, 90.0f, 2693.0f}, {0.0f, 0.0f, -1.0f}, {-1.0f, -3.4e-05, 0.0f}, "p2680c1", 0, {-10.000101f, 10.000105f, -30.0f, -27.999998f, -3.000343f, 3.000341f} }, + { {787.0f, 81.0f, 1276.0f}, {0.0f, 1.0f, 9.5e-05}, {0.00899f, 9.5e-05, -0.99996f}, "p1105b", 0, {-85.185234f, 84.248474f, -0.002662f, 175.002f, -21.737762f, 28.77965f} }, + { {618.0f, 81.0f, 1276.0f}, {0.0f, 1.0f, 9.5e-05}, {0.00899f, 9.5e-05, -0.99996f}, "p1105b", 0, {-85.185234f, 84.248474f, -0.002662f, 175.00198f, -20.754393f, 28.77965f} }, + { {-809.0f, 145.0f, 1533.0f}, {0.0f, 1.0f, 1.9e-05}, {0.005066f, 1.9e-05, -0.999987f}, "p871d2", 0, {-20.040276f, 20.055475f, -0.00021f, 6.000153f, -8.101225f, 11.101301f} }, + { {-777.0f, 121.0f, 707.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p153c1", 0, {-3.0f, 2.0f, -2.0f, 58.000004f, -28.0f, 110.0f} }, + { {-893.0f, 121.0f, 707.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1718c1", 0, {-2.0f, 3.0f, -3.0f, 58.000004f, -28.0f, 110.0f} }, + { {-777.0f, 121.0f, 865.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p153c1", 0, {-3.0f, 2.0f, -2.0f, 58.000004f, -28.0f, 110.0f} }, + { {-893.0f, 121.0f, 865.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1718c1", 0, {-2.0f, 3.0f, -3.0f, 58.000004f, -28.0f, 110.0f} }, + { {-1063.0f, 121.0f, 1035.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1751c2", 0, {-3.0f, 3.0f, -3.0f, 58.000004f, -28.0f, 110.0f} }, + { {-946.0f, 121.0f, 1035.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1751c1", 0, {-3.0f, 3.0f, -1.0f, 59.000004f, -28.0f, 110.0f} }, + { {-626.0f, 121.0f, 1596.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1749c1", 0, {-3.0f, 3.0f, -2.0f, 59.000004f, -28.0f, 110.0f} }, + { {-626.0f, 121.0f, 1480.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1749c2", 0, {-3.0f, 3.0f, -3.0f, 57.000004f, -28.0f, 110.0f} }, + { {-1212.0f, 121.0f, 1596.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1774c1", 0, {-3.0f, 2.0f, -2.0f, 59.000004f, -28.0f, 110.0f} }, + { {-1212.0f, 121.0f, 1480.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1774c2", 0, {-2.0f, 3.0f, -3.0f, 57.000004f, -28.0f, 110.0f} }, + { {-622.0f, 29.0f, 2567.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2154c1", 0, {-2.0f, 3.0f, -1.0f, 59.000004f, -29.0f, 110.0f} }, + { {-739.0f, 29.0f, 2567.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2154c2", 0, {-3.0f, 2.0f, -3.0f, 58.000004f, -29.0f, 110.0f} }, + { {284.0f, 29.0f, 1642.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p429e1", 0, {-2.0f, 3.0f, -2.0f, 58.000004f, -29.0f, 110.0f} }, + { {284.0f, 29.0f, 1526.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p481e1", 0, {-3.0f, 2.0f, -3.0f, 58.000004f, -29.0f, 110.0f} }, + { {284.0f, 29.0f, 2594.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p400e2", 0, {-3.0f, 2.0f, -2.0f, 58.000004f, -29.0f, 110.0f} }, + { {284.0f, 29.0f, 2711.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p489e1", 0, {-2.0f, 3.0f, -2.0f, 59.000004f, -29.0f, 110.0f} }, + { {-1190.0f, 28.0f, 2710.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2634c1", 0, {-2.0f, 3.0f, -2.0f, 58.000004f, -28.0f, 111.0f} }, + { {-1190.0f, 28.0f, 2600.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2634c1", 0, {-3.0f, 2.0f, -7.0f, 52.000004f, -28.0f, 111.0f} }, + { {-589.0f, 28.0f, 2711.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2167c2", 0, {-2.0f, 3.0f, -1.0f, 59.000004f, -28.0f, 111.0f} }, + { {-589.0f, 28.0f, 2595.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2167c1", 0, {-3.0f, 2.0f, -2.0f, 57.000004f, -28.0f, 111.0f} }, + { {-1855.0f, 24.0f, 2572.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2806c1", 0, {-2.0f, 2.0f, -7.000001f, 43.000004f, -24.000002f, 107.00001f} }, + { {-1627.0f, 24.0f, 2572.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2811c1", 0, {-2.0f, 2.0f, -7.000001f, 44.000004f, -24.000002f, 107.00001f} }, + { {-1240.0f, 121.0f, 1336.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2285c1", 0, {-3.0f, 2.0f, -2.0f, 59.000004f, -28.0f, 110.0f} }, + { {-1355.0f, 121.0f, 1336.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2171c2", 0, {-2.0f, 3.0f, -3.0f, 56.000004f, -28.0f, 110.0f} }, + { {438.0f, 29.0f, 1661.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p79e", 0, {-2.0f, 3.0f, -6.0f, 53.000004f, -29.0f, 110.0f} }, + { {549.0f, 29.0f, 1661.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p78e", 0, {-3.0f, 2.0f, -3.0f, 58.000004f, -29.0f, 110.0f} }, + { {440.0f, 29.0f, 2575.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p111e", 0, {-3.0f, 2.0f, -8.0f, 51.000004f, -29.0f, 110.0f} }, + { {549.0f, 29.0f, 2575.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p112e", 0, {-2.0f, 3.0f, -3.0f, 58.000004f, -29.0f, 110.0f} }, + { {18.0f, 225.0f, -1331.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p358a2", 0, {-4.000003f, 4.0f, -1.0f, 37.0f, -28.0f, 76.0f} }, + { {391.0f, 178.0f, -228.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p615b1", 0, {-141.0f, 144.0f, -5.8e-05, 5.7e-05, -97.0f, 100.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 10046), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = Glass; index = 1 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10109), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 2 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 80), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 3 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 81), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 4 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 82), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 5 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 83), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 6 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 84), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 7 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 85), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 8 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 86), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 9 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 87), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 10 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 88), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 11 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 89), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 12 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 90), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 13 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 91), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 14 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 92), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 240, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 15 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 93), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 240, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 16 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 94), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 240, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 17 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 95), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 240, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 18 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 96), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 19 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 97), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 20 */ + _mkword(256, _mkshort(0, 1)), _mkword(136, 98), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 21 */ + _mkword(256, _mkshort(0, 1)), _mkword(136, 99), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 22 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 102), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 23 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 103), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 24 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 104), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 25 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 105), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 26 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 106), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 27 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 107), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 28 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 100), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 300, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 29 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 101), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 300, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 30 */ + _mkword(256, _mkshort(0, 1)), _mkword(140, 8), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 31 */ + _mkword(256, _mkshort(0, 1)), _mkword(140, 9), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 32 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 0), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x00000000, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 1), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 33 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 1), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00020000, 0x00000028, 0x00000028, 0x00000333, _mkword(0, 2), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 34 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 2), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x00019999, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 3), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 35 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 3), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x00000000, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(8, 1), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 36 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 4), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00020000, 0x00000028, 0x00000028, 0x00000333, _mkword(8, 2), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 37 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 5), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xfffffffb, 0x00019999, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(8, 3), 0x00000000, 900, 1, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = HangingMonitor; index = 38 */ + _mkword(256, _mkshort(0, 12)), _mkword(76, 28), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 39 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0x00000000, 5, + /* Type = SingleMonitor; index = 40 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffe, 0x00000001, 8, + /* Type = SingleMonitor; index = 41 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffd, 0x00000002, 2, + /* Type = SingleMonitor; index = 42 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffc, 0x00000003, 1, + /* Type = HangingMonitor; index = 43 */ + _mkword(256, _mkshort(0, 12)), _mkword(76, 29), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 44 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0x00000000, 8, + /* Type = SingleMonitor; index = 45 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffe, 0x00000001, 15, + /* Type = SingleMonitor; index = 46 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffd, 0x00000002, 5, + /* Type = SingleMonitor; index = 47 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffc, 0x00000003, 12, + /* Type = Collectable; index = 48 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 5), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 49 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10014), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 50 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10016), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 51 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 111), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 52 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 110), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 53 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 108), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 54 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 0), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 55 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10031), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 56 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 53), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 57 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 12), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 58 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10028), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 59 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10029), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 60 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 22), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 61 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10012), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 62 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10013), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 63 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 97), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 64 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 95), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 65 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 98), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 66 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 18), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 67 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 30), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 68 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 20), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 69 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 2), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 70 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10032), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 71 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10033), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Armour; index = 72 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 48), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 73 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 17), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = EndProps; index = 74 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 50, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 117, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 101, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 1, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 49, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 6 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = EndIntro; index = 7 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 unknown_setup_block_0[] = { -1, -1 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + NULL +}; + + +s32 unknown_setup_block_1[] = { -1 }; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/Ump_setupstatueZ.c b/assets/obseg/setup/Ump_setupstatueZ.c new file mode 100644 index 0000000..6772885 --- /dev/null +++ b/assets/obseg/setup/Ump_setupstatueZ.c @@ -0,0 +1,394 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:08 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setupstatueZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-629.0f, 31.0f, 90.0f}, {0.0f, 1.0f, 0.0f}, {-0.720307f, 0.0f, 0.693655f}, "p5671c1", 0 }, + { {35.0f, 31.0f, 416.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2164a", 0 }, + { {-57.0f, 31.0f, 491.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2139a", 0 }, + { {108.0f, 31.0f, 417.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2166a", 0 }, + { {-40.0f, 31.0f, 418.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2139a", 0 }, + { {121.0f, 31.0f, 485.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2091a", 0 }, + { {-1758.0f, 140.0f, 492.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-678.0f, 31.0f, 444.0f}, {0.0f, 1.0f, 0.0f}, {0.707105f, 0.0f, -0.707108f}, "", 0 }, + { {-476.0f, 0.0f, 521.0f}, {0.0f, 1.0f, 0.0f}, {-0.965925f, 0.0f, 0.258821f}, "p5679c", 0 }, + { {-2068.0f, 140.0f, 499.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3409b", 0 }, + { {-2076.0f, 140.0f, 488.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3410b", 0 }, + { {-2068.0f, 140.0f, 516.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3409b", 0 }, + { {-2041.0f, 140.0f, 591.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3412b", 0 }, + { {-2074.0f, 140.0f, 449.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3410b", 0 }, + { {-2044.0f, 140.0f, 390.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3410b", 0 }, + { {-2016.0f, 140.0f, 622.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3412b", 0 }, + { {-2067.0f, 140.0f, 557.0f}, {0.0f, 1.0f, 0.0f}, {-0.959759f, 0.0f, 0.280826f}, "p3398b", 0 }, + { {-2055.0f, 140.0f, 555.0f}, {0.0f, 1.0f, 0.0f}, {-0.959759f, 0.0f, 0.280826f}, "p3398b", 0 }, + { {-2155.0f, 140.0f, 568.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p4269b2", 0 }, + { {-2131.0f, 140.0f, 602.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p4269b2", 0 }, + { {-2081.0f, 140.0f, 542.0f}, {0.0f, 1.0f, 0.0f}, {-0.959759f, 0.0f, 0.280826f}, "p4266b", 0 }, + { {-1841.0f, 140.0f, 381.0f}, {0.0f, 1.0f, 0.0f}, {0.999739f, 0.0f, -0.022853f}, "p4213b", 0 }, + { {-2463.0f, 123.0f, 469.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p4269b2", 0 }, + { {-97.0f, 31.0f, -25.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2381a", 0 }, + { {-1740.0f, 95.0f, 515.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1726.0f, 108.0f, 503.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4206b", 0 }, + { {-1746.0f, 108.0f, 509.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1734.0f, 108.0f, 521.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1750.0f, 108.0f, 526.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1733.0f, 108.0f, 508.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4206b", 0 }, + { {-1757.0f, 108.0f, 531.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {15.0f, 16.0f, 124.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2278a", 0 }, + { {-4.0f, 16.0f, 179.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2288a", 0 }, + { {-45.0f, 16.0f, 173.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2303a", 0 }, + { {-90.0f, 16.0f, 95.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2332a", 0 }, + { {-114.0f, 16.0f, 42.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2357a", 0 }, + { {-78.0f, 16.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2336a", 0 }, + { {-55.0f, 16.0f, 86.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2338a", 0 }, + { {0.0f, 16.0f, 110.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2281a", 0 }, + { {-129.0f, 16.0f, 8.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2350a", 0 }, + { {-68.0f, 16.0f, 5.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2427a", 0 }, + { {-61.0f, 16.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2376a", 0 }, + { {-91.0f, 16.0f, -26.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2009a", 0 }, + { {2.0f, 16.0f, 8.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2347a", 0 }, + { {-17.0f, 16.0f, 34.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2295a", 0 }, + { {-24.0f, 16.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2342a", 0 }, + { {48.0f, 16.0f, 129.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2282a", 0 }, + { {119.0f, 16.0f, 151.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2261a", 0 }, + { {120.0f, 16.0f, 192.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2260a", 0 }, + { {77.0f, 16.0f, 183.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2178a", 0 }, + { {31.0f, 16.0f, 167.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2288a", 0 }, + { {93.0f, 16.0f, 239.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2171a", 0 }, + { {62.0f, 16.0f, 90.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2508a1", 0 }, + { {70.0f, 16.0f, 292.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2110a", 0 }, + { {19.0f, 16.0f, 307.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2447a", 0 }, + { {-11.0f, 16.0f, 336.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2217a", 0 }, + { {8.0f, 16.0f, 365.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2219a", 0 }, + { {52.0f, 16.0f, 342.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2219a", 0 }, + { {-51.0f, 16.0f, 275.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2422a", 0 }, + { {42.0f, 18.0f, 645.0f}, {0.0f, 1.0f, 0.0f}, {0.081255f, 0.0f, -0.996693f}, "p2042a", 0 }, + { {-142.0f, 16.0f, 91.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2330a", 0 }, + { {-145.0f, 66.0f, 198.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2405a", 0 }, + { {-112.0f, 66.0f, 295.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2136a", 0 }, + { {-63.0f, 66.0f, 374.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2139a", 0 }, + { {-80.0f, 16.0f, 180.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2301a", 0 }, + { {-2.0f, 16.0f, 279.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2226a", 0 }, + { {36.0f, 16.0f, 228.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2229a", 0 }, + { {83.0f, 55.0f, 22.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2439a", 0 }, + { {62.0f, 55.0f, 12.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2289a", 0 }, + { {33.0f, 55.0f, 84.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2435a2", 0 }, + { {33.0f, 55.0f, 84.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2435a2", 0 }, + { {27.0f, 16.0f, 22.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2482a", 0 }, + { {-219.0f, 16.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4873c", 0 }, + { {-291.0f, 16.0f, 4.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4877c", 0 }, + { {-356.0f, 16.0f, 57.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5476c", 0 }, + { {-338.0f, 16.0f, 117.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5497c", 0 }, + { {-289.0f, 16.0f, 112.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5485c2", 0 }, + { {-325.0f, 16.0f, 178.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5499c", 0 }, + { {-415.0f, 16.0f, 168.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5391c", 0 }, + { {-402.0f, 16.0f, 126.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5620c", 0 }, + { {-412.0f, 16.0f, 65.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5471c", 0 }, + { {-500.0f, 16.0f, 185.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5390c", 0 }, + { {-559.0f, 16.0f, 127.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5380c", 0 }, + { {-601.0f, 16.0f, 114.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5354c", 0 }, + { {-603.0f, 16.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5374c", 0 }, + { {-519.0f, 16.0f, 230.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5534c1", 0 }, + { {-438.0f, 16.0f, 225.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5389c", 0 }, + { {-458.0f, 16.0f, 140.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5392c", 0 }, + { {-344.0f, 16.0f, 237.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5526c", 0 }, + { {-386.0f, 16.0f, 321.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5048c1", 0 }, + { {-341.0f, 16.0f, 396.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p5108c1", 0 }, + { {-294.0f, 16.0f, 363.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5558c", 0 }, + { {-292.0f, 16.0f, 331.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5547c1", 0 }, + { {-287.0f, 16.0f, 195.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568717f}, "p4880c", 0 }, + { {-230.0f, 16.0f, 205.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5537c", 0 }, + { {-230.0f, 16.0f, 339.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5110c", 0 }, + { {-218.0f, 16.0f, 392.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5543c", 0 }, + { {-279.0f, 16.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5542c", 0 }, + { {-343.0f, 16.0f, 467.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p4912c", 0 }, + { {-428.0f, -13.0f, 440.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5678c", 0 }, + { {-393.0f, 1.0f, 381.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5106c", 0 }, + { {-234.0f, 16.0f, 508.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p4869c2", 0 }, + { {-173.0f, 16.0f, 489.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5560c", 0 }, + { {-415.0f, -23.0f, 506.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p5827c", 0 }, + { {-409.0f, -23.0f, 589.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5861c", 0 }, + { {-494.0f, -5.0f, 688.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5137c1", 0 }, + { {-451.0f, 1.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4925c2", 0 }, + { {-368.0f, -23.0f, 702.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5062c1", 0 }, + { {-310.0f, -10.0f, 620.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568715f}, "p4919c", 0 }, + { {-362.0f, -23.0f, 560.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p4923c", 0 }, + { {-349.0f, -24.0f, 786.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5061c1", 0 }, + { {-304.0f, -24.0f, 798.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5123c", 0 }, + { {-282.0f, -24.0f, 759.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5121c", 0 }, + { {-558.0f, -5.0f, 530.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5765c", 0 }, + { {-551.0f, -5.0f, 585.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5860c", 0 }, + { {-537.0f, -5.0f, 644.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5856c", 0 }, + { {-612.0f, -5.0f, 592.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5151c1", 0 }, + { {-519.0f, 1.0f, 795.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5144c", 0 }, + { {-652.0f, 16.0f, 37.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5353c", 0 }, + { {-658.0f, 16.0f, 52.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5353c", 0 }, + { {-659.0f, 16.0f, 142.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5357c", 0 }, + { {-601.0f, 16.0f, 32.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5402c", 0 }, + { {-461.0f, 16.0f, 11.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5469c", 0 }, + { {-415.0f, 16.0f, 4.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4967c", 0 }, + { {-536.0f, 16.0f, 67.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5406c", 0 }, + { {-632.0f, 16.0f, 113.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5671c2", 0 }, + { {-553.0f, 16.0f, 714.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4883c1", 0 }, + { {-617.0f, 6.0f, 722.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5154c1", 0 }, + { {-620.0f, 6.0f, 645.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5193c2", 0 }, + { {-631.0f, -6.0f, 566.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5151c1", 0 }, + { {-719.0f, 25.0f, 650.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p5193c3", 0 }, + { {-785.0f, 6.0f, 479.0f}, {0.0f, 1.0f, 0.0f}, {0.822529f, 0.0f, 0.568723f}, "p5077c", 0 }, + { {-808.0f, 25.0f, 608.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p4885c", 0 }, + { {-759.0f, 25.0f, 673.0f}, {0.0f, 1.0f, 0.0f}, {0.822529f, 0.0f, 0.568723f}, "p4862c", 0 }, + { {-739.0f, 21.0f, 735.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5608c", 0 }, + { {-781.0f, 57.0f, 813.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5064c1", 0 }, + { {-743.0f, 12.0f, 599.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568715f}, "p4867c", 0 }, + { {-828.0f, 57.0f, 785.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5172c", 0 }, + { {-792.0f, 21.0f, 690.0f}, {0.0f, 1.0f, 0.0f}, {0.82254f, 0.0f, 0.568707f}, "p4862c", 0 }, + { {-829.0f, 57.0f, 820.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5064c1", 0 }, + { {-859.0f, 61.0f, 825.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5169c", 0 }, + { {-870.0f, 57.0f, 792.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5173c", 0 }, + { {-860.0f, 21.0f, 567.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5569c", 0 }, + { {-867.0f, 21.0f, 516.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5184c", 0 }, + { {-737.0f, 6.0f, 478.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5074c1", 0 }, + { {-773.0f, 6.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4982c", 0 }, + { {-816.0f, -7.0f, 385.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5229c", 0 }, + { {-815.0f, 0.0f, 339.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5234c", 0 }, + { {-710.0f, -38.0f, 338.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5242c1", 0 }, + { {-720.0f, -28.0f, 391.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5023c", 0 }, + { {-845.0f, 6.0f, 415.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5218c", 0 }, + { {-889.0f, 6.0f, 388.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5224c1", 0 }, + { {-876.0f, 6.0f, 333.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5092c", 0 }, + { {-868.0f, 6.0f, 250.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5238c", 0 }, + { {-805.0f, -32.0f, 263.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5096c", 0 }, + { {-932.0f, 15.0f, 438.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5222c", 0 }, + { {-965.0f, 48.0f, 503.0f}, {1e-06, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5201c", 0 }, + { {-916.0f, 31.0f, 530.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5580c", 0 }, + { {-942.0f, 48.0f, 606.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4857c", 0 }, + { {-997.0f, 48.0f, 575.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5202c", 0 }, + { {-978.0f, 66.0f, 694.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5180c2", 0 }, + { {-920.0f, 58.0f, 759.0f}, {1e-06, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5612c", 0 }, + { {-877.0f, 58.0f, 727.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568715f}, "p5069c1", 0 }, + { {-688.0f, -38.0f, 283.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5244c1", 0 }, + { {-639.0f, -38.0f, 331.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4894c2", 0 }, + { {-592.0f, -38.0f, 365.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p4894c1", 0 }, + { {-577.0f, -38.0f, 299.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5277c", 0 }, + { {-611.0f, -38.0f, 286.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5275c2", 0 }, + { {-612.0f, -38.0f, 242.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5809c", 0 }, + { {-676.0f, -38.0f, 216.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5602c", 0 }, + { {-711.0f, -38.0f, 214.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4908c", 0 }, + { {-757.0f, -38.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5593c", 0 }, + { {-772.0f, -38.0f, 121.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p4902c", 0 }, + { {-841.0f, -29.0f, 9.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568717f}, "p4957c", 0 }, + { {-920.0f, -18.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5318c", 0 }, + { {-913.0f, 14.0f, 48.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5280c", 0 }, + { {-871.0f, 14.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5300c", 0 }, + { {-850.0f, -18.0f, 122.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5306c", 0 }, + { {-920.0f, -18.0f, -76.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5343c", 0 }, + { {-959.0f, 2.0f, -119.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5741c", 0 }, + { {-840.0f, -18.0f, -108.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5342c", 0 }, + { {-945.0f, 14.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5320c1", 0 }, + { {-999.0f, 14.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4979c", 0 }, + { {-1006.0f, 14.0f, -62.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5338c", 0 }, + { {-979.0f, 14.0f, -24.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5336c", 0 }, + { {-868.0f, 14.0f, 92.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5301c", 0 }, + { {-715.0f, 6.0f, 522.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5211c2", 0 }, + { {-668.0f, 6.0f, 558.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5210c", 0 }, + { {-775.0f, 6.0f, 558.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5872c", 0 }, + { {-787.0f, 6.0f, 513.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5079c", 0 }, + { {-774.0f, 6.0f, 535.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5190c", 0 }, + { {-1016.0f, 72.0f, 644.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5180c1", 0 }, + { {-1016.0f, 2.0f, -118.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3417b", 0 }, + { {-1087.0f, 7.0f, -113.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p3357b2", 0 }, + { {-1170.0f, 22.0f, -85.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.568721f}, "p1026b", 0 }, + { {-1183.0f, 22.0f, -20.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3424b", 0 }, + { {-1159.0f, 22.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3096b", 0 }, + { {-1126.0f, 22.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3381b", 0 }, + { {-1235.0f, 22.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p3103b", 0 }, + { {-1223.0f, 22.0f, 50.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3099b", 0 }, + { {-1269.0f, 22.0f, 87.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3375b", 0 }, + { {-1247.0f, 22.0f, 141.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3376b", 0 }, + { {-1196.0f, 22.0f, 115.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3405b", 0 }, + { {-1157.0f, 22.0f, 79.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3089b", 0 }, + { {-1125.0f, 24.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3087b", 0 }, + { {-1326.0f, 22.0f, 133.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3374b", 0 }, + { {-1367.0f, 7.0f, 105.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2935b", 0 }, + { {-1366.0f, 7.0f, 6.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2934b", 0 }, + { {-1332.0f, 22.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3198b", 0 }, + { {-1307.0f, 22.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3059b", 0 }, + { {-1312.0f, 22.0f, -62.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3058b", 0 }, + { {-1297.0f, 22.0f, -112.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3207b", 0 }, + { {-1273.0f, 22.0f, -119.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p981b", 0 }, + { {-1255.0f, 22.0f, -63.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p2970b", 0 }, + { {-1389.0f, 16.0f, 66.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3053b", 0 }, + { {-1236.0f, 28.0f, 194.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3072b2", 0 }, + { {-1182.0f, 28.0f, 166.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3453b2", 0 }, + { {-1500.0f, 86.0f, 311.0f}, {1e-06, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p1525b2", 0 }, + { {-1995.0f, 100.0f, 505.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3409b", 0 }, + { {-1150.0f, 26.0f, 141.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3476b", 0 }, + { {-1893.0f, 100.0f, 316.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4210b", 0 }, + { {-1683.0f, 100.0f, 658.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p1492b", 0 }, + { {-1655.0f, 100.0f, 355.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p1256b1", 0 }, + { {-2122.0f, 100.0f, 559.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b1", 0 }, + { {-2125.0f, 100.0f, 588.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b2", 0 }, + { {-2142.0f, 100.0f, 615.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b2", 0 }, + { {-2231.0f, 100.0f, 671.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b2", 0 }, + { {-2294.0f, 100.0f, 700.0f}, {1e-06, 1.0f, 0.0f}, {0.871735f, 0.0f, -0.489978f}, "p4269b2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-705.0f, -12.0f, 480.0f}, {-0.662449f, 0.033863f, -0.748342f}, {0.203025f, 0.969705f, -0.135843f}, "p5865c", 0, {-1.615254f, 1.708657f, -1.478706f, 27.776981f, -14.050579f, 45.816116f} }, + { {-740.0f, -10.0f, 440.0f}, {0.662449f, -0.033863f, 0.748342f}, {0.203025f, 0.969705f, -0.135843f}, "p5866c", 0, {-1.459784f, 1.902518f, -4.336241f, 25.581896f, -14.319309f, 45.548878f} }, + { {-428.0f, -11.0f, 544.0f}, {-0.267354f, 0.033863f, -0.963003f}, {0.009059f, 0.999426f, 0.032629f}, "p5839c", 0, {-2.194619f, 0.963556f, -1.097829f, 29.001957f, -13.987675f, 45.06302f} }, + { {-443.0f, -9.0f, 492.0f}, {0.267354f, -0.033863f, 0.963003f}, {0.009059f, 0.999426f, 0.032629f}, "p5836c", 0, {-1.766077f, 1.392098f, -4.340937f, 25.758848f, -14.155114f, 44.89558f} }, + { {-612.0f, 5.0f, 116.0f}, {0.0f, 0.0f, -1.0f}, {0.000155f, 1.0f, 0.0f}, "p5671c1", 0, {-0.002788f, 1.000465f, -1.0f, 7.0f, -3.0f, 18.000154f} }, + { {-2096.0f, 107.0f, 522.0f}, {0.312944f, -0.000522f, 0.949771f}, {0.000124f, 1.0f, 0.000508f}, "p4268b", 0, {-1.566567f, 2.103664f, -4.772341f, 31.953773f, -14.002541f, 45.016754f} }, + { {-2076.0f, 107.0f, 584.0f}, {-0.312944f, 0.000522f, -0.949771f}, {0.000124f, 1.0f, 0.000508f}, "p4266b", 0, {-1.696572f, 1.91233f, -3.806392f, 33.232666f, -14.017389f, 45.00203f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 177), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = Collectable; index = 1 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 1), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 2 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 3), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 3 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 4), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 4 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 81), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 5 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 82), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 6 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 87), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 7 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 31), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 8 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 46), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 9 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 50), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 10 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 127), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 11 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 115), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 12 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 105), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 13 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 166), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 14 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 167), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 15 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 168), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 16 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 202), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 17 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 216), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 18 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 219), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 19 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 6), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 20 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 24), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 21 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 222), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 22 */ + _mkword(307, _mkshort(0, 8)), _mkword(0, 209), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 23 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 210), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 24 */ + _mkword(153, _mkshort(0, 20)), _mkword(5, 213), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Armour; index = 25 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 23), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 26 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 7), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Door; index = 27 */ + _mkword(256, _mkshort(0, 1)), _mkword(183, 5), 0x60000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x004b0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 5), 0x00000001, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 28 */ + _mkword(256, _mkshort(0, 1)), _mkword(183, 6), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x004b0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 5), 0x00000001, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = EndProps; index = 29 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 59, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 38, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 125, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 95, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 112, 0, + /* Type = Spawn; index = 5 */ + _mkword(0, _mkshort(0, 0)), 138, 0, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 171, 0, + /* Type = Spawn; index = 7 */ + _mkword(0, _mkshort(0, 0)), 217, 0, + /* Type = StartWeapon; index = 8 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 9 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = EndIntro; index = 10 */ + _mkword(0, _mkshort(0, 9)) +}; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 unknown_setup_block_0[] = { 0 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/Usetup.ld b/assets/obseg/setup/Usetup.ld index 7654cc2..865c808 100644 --- a/assets/obseg/setup/Usetup.ld +++ b/assets/obseg/setup/Usetup.ld @@ -3,23 +3,31 @@ OUTPUT_ARCH (mips) SECTIONS { - _UsetupDataStart = ADDR(.data); - _UsetupDataRomStart = 0x0000; - .data 0x00000000 : AT(0x0000) { - * (.data); - } - _UsetupDataEnd = ADDR(.data) + SIZEOF(.data); - _UsetupDataRomEnd = 0x0000 + SIZEOF(.data); + _UsetupDataStart = ADDR(.data); + _UsetupDataRomStart = 0x0000; + .data 0x00000000 : AT(0x0000) { + * (.data); + } + _UsetupDataEnd = ADDR(.data) + SIZEOF(.data); + _UsetupDataRomEnd = 0x0000 + SIZEOF(.data); + + _UsetupXRODataStart = ADDR(.rodata); + _UsetupXRODataRomStart = _UsetupDataRomEnd; + .rodata : AT(_UsetupDataRomEnd) { + * (.rodata); + } + _UsetupXRODataEnd = ADDR( .rodata) + SIZEOF( .rodata); + _UsetupXRODataRomEnd = _UsetupDataRomEnd + SIZEOF( .rodata); - /DISCARD/ : { - * (.MIPS.abiflags); - * (.options); - * (.gnu.attributes); - * (.pdr); - * (.mdebug); - * (.gptab.bss); - * (.gptab.data); - * (.reginfo); -} + /DISCARD/ : { + * (.MIPS.abiflags); + * (.options); + * (.gnu.attributes); + * (.pdr); + * (.mdebug); + * (.gptab.bss); + * (.gptab.data); + * (.reginfo); + } } \ No newline at end of file diff --git a/assets/obseg/setup/UsetuparchZ.c b/assets/obseg/setup/UsetuparchZ.c new file mode 100644 index 0000000..9d7bf1a --- /dev/null +++ b/assets/obseg/setup/UsetuparchZ.c @@ -0,0 +1,2696 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:08 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" +#include + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +char *pad3dnames[]; +waypoint pathwaypoints[]; +char *padnames[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; +enum AiLabels +{ + lblZero, + lblLoop, + lblDone, + lblNext, + lbl4, + lbl5, + lbl6, + lbl7, + lbl8, + lbl9, + lbl10, + lbl11, + lbl12, + lbl13, + lbl14, + lbl15, + lbl16, + lbl17, + lbl18, + lbl19, + lbl20, + lbl21, + lbl22, + lbl23, + lbl24, + lbl25, + lbl26, + lbl27, + lbl28, + lbl29, + lbl30, + lbl31, + lbl32, + lbl33, + lbl34, + lbl35, + lbl36 = 36, + lbl37, + lbl38, + lbl39, + lbl40 = 40, + lbl41, + lbl42, + lbl43 = 43, + lbl44, + lbl45 = 45, + lbl46, + lbl47, + lbl48, + lbl49, + lbl50, + lbl51, + lbl52, + lbl53, + lbl54, + lbl55, + lbl56, + lbl57, + lbl58, + lbl59, + lbl60, + lbl61, + lbl62, + lbl63, + lbl64, + lbl65, + lbl66, + lbl67, + lbl68, + lbl69, + lbl70, + lbl71, + lbl72, + lbl73, + lbl74, + lbl75, + lbl76, + lbl77, + lbl78, + lbl79, + lbl80, + lbl81, + lbl82, + lbl83, + lbl84, + lbl85, + lbl86, + lbl87, + lbl88, + lbl89, + lbl90, + lbl91, + lbl92, + lbl93, + lbl94, + lbl95, + lbl96, + lbl97, + lbl98, + lbl99 +}; + +stagesetup UsetuparchZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + &padnames, + &pad3dnames +}; + +PadRecord padlist[] = { + { {-1408.0f, 162.0f, -1439.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p208d", 0 }, + { {-1542.0f, 162.0f, -1389.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p198d", 0 }, + { {-1737.0f, 162.0f, -1145.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p300d", 0 }, + { {-1421.0f, 162.0f, -1070.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p294d", 0 }, + { {-1592.0f, 151.0f, -792.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p287d2", 0 }, + { {-704.0f, 15.0f, -1376.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1187c2", 0 }, + { {-631.0f, 15.0f, -1069.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p185c", 0 }, + { {-240.0f, 15.0f, -1006.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1136c1", 0 }, + { {-331.0f, 15.0f, -1116.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p184c", 0 }, + { {-333.0f, 15.0f, -1497.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1290c", 0 }, + { {-381.0f, 15.0f, -1693.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p22c", 0 }, + { {-735.0f, 15.0f, -1691.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1189c1", 0 }, + { {-737.0f, 15.0f, -1780.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1171c1", 0 }, + { {-571.0f, 78.0f, -1782.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p113c1", 0 }, + { {-571.0f, 78.0f, -1895.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p113c2", 0 }, + { {-725.0f, 162.0f, -1898.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1631d1", 0 }, + { {-1551.0f, 162.0f, -1679.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p216d1", 0 }, + { {-1252.0f, 162.0f, -2051.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p233d2", 0 }, + { {-1369.0f, 162.0f, -2059.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p232d1", 0 }, + { {-1591.0f, 162.0f, -2019.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p237d1", 0 }, + { {-1594.0f, 162.0f, -2488.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p253d", 0 }, + { {-1266.0f, 162.0f, -2494.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p254d", 0 }, + { {-1092.0f, 162.0f, -2495.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p252d", 0 }, + { {-1170.0f, 162.0f, -2335.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p250d2", 0 }, + { {-1275.0f, 162.0f, -2343.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p249d", 0 }, + { {-1144.0f, 162.0f, -2168.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p235d1", 0 }, + { {-1265.0f, 162.0f, -2163.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p233d2", 0 }, + { {-962.0f, 162.0f, -1447.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1682d", 0 }, + { {-1057.0f, 162.0f, -1732.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1669d", 0 }, + { {-953.0f, 162.0f, -1691.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1680d1", 0 }, + { {-1052.0f, 162.0f, -1874.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1669d", 0 }, + { {-1378.0f, 162.0f, -1688.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1688d", 0 }, + { {-1251.0f, 162.0f, -1879.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1671d", 0 }, + { {-1364.0f, 162.0f, -1881.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1690d", 0 }, + { {-1365.0f, 162.0f, -1574.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1686d", 0 }, + { {-1142.0f, 162.0f, -1576.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1675d", 0 }, + { {-1142.0f, 162.0f, -1448.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1677d", 0 }, + { {-1189.0f, 140.0f, -784.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1903d2", 0 }, + { {-831.0f, 162.0f, -1071.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1915d1", 0 }, + { {-879.0f, 162.0f, -934.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1921d", 0 }, + { {-883.0f, 162.0f, -804.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1924d1", 0 }, + { {-1042.0f, 162.0f, -800.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1921d", 0 }, + { {-1122.0f, 162.0f, -1074.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1916d", 0 }, + { {-1168.0f, 162.0f, -1254.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1918d", 0 }, + { {-951.0f, 162.0f, -1222.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1912d", 0 }, + { {-812.0f, 162.0f, -1361.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1919d1", 0 }, + { {-824.0f, 162.0f, -1587.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1684d1", 0 }, + { {-684.0f, 162.0f, -942.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p273d", 0 }, + { {-691.0f, 162.0f, -811.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p273d", 0 }, + { {-723.0f, 162.0f, -1038.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1599d", 0 }, + { {-723.0f, 162.0f, -1218.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1603d1", 0 }, + { {-733.0f, 162.0f, -782.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1587d", 0 }, + { {-716.0f, 162.0f, -1372.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1660d1", 0 }, + { {-724.0f, 162.0f, -1606.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1627d1", 0 }, + { {41.0f, 162.0f, -1067.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p128d2", 0 }, + { {-235.0f, 162.0f, -1131.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p161d2", 0 }, + { {54.0f, 162.0f, -815.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p141d2", 0 }, + { {-292.0f, 162.0f, -819.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p270d", 0 }, + { {-120.0f, 162.0f, -810.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p142d1", 0 }, + { {-165.0f, 162.0f, -1513.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p136d1", 0 }, + { {-235.0f, 162.0f, -1344.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p148d1", 0 }, + { {46.0f, 162.0f, -1383.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p151d1", 0 }, + { {-242.0f, 162.0f, -950.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p140d2", 0 }, + { {-119.0f, 15.0f, -805.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1232c2", 0 }, + { {62.0f, 15.0f, -922.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p366c2", 0 }, + { {52.0f, 15.0f, -1107.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p386c", 0 }, + { {29.0f, 0.0f, -1480.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p365c2", 0 }, + { {29.0f, 0.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p364c2", 0 }, + { {-888.0f, 15.0f, -201.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p0a1", 0 }, + { {-1502.0f, 15.0f, -205.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3a2", 0 }, + { {-729.0f, 15.0f, -207.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p136a1", 0 }, + { {-730.0f, 15.0f, -710.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p277a1", 0 }, + { {-733.0f, 15.0f, -615.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p274a1", 0 }, + { {-290.0f, 15.0f, -607.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p134a1", 0 }, + { {-303.0f, 15.0f, -430.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p126a1", 0 }, + { {-329.0f, 15.0f, -358.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p126a1", 0 }, + { {-554.0f, 15.0f, -384.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p128a1", 0 }, + { {-568.0f, 15.0f, -511.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p135a2", 0 }, + { {-598.0f, 15.0f, -616.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p131a1", 0 }, + { {-120.0f, 15.0f, -719.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p391a1", 0 }, + { {-101.0f, 15.0f, -154.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p378a1", 0 }, + { {-321.0f, 15.0f, -194.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p156a", 0 }, + { {-1051.0f, 15.0f, -1835.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p413c", 0 }, + { {-1305.0f, 15.0f, -1827.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p971c", 0 }, + { {-1352.0f, 15.0f, -1576.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p439c", 0 }, + { {-1098.0f, 15.0f, -1121.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p468c", 0 }, + { {-1139.0f, 15.0f, -1522.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p471c", 0 }, + { {-842.0f, 15.0f, -1543.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p957c", 0 }, + { {-838.0f, 15.0f, -1359.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p475c1", 0 }, + { {-850.0f, 15.0f, -1116.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p410c", 0 }, + { {-724.0f, 15.0f, -809.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1261c1", 0 }, + { {-243.0f, 15.0f, -795.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1231c1", 0 }, + { {-837.0f, 15.0f, -915.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p488c", 0 }, + { {-1233.0f, 15.0f, -915.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p954c", 0 }, + { {-1119.0f, 15.0f, -1340.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p181c1", 0 }, + { {-835.0f, 15.0f, -1677.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1186c1", 0 }, + { {-816.0f, 15.0f, -1906.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1182c2", 0 }, + { {-1683.0f, 6.0f, -711.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p8c2", 0 }, + { {-1694.0f, 88.0f, -529.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p959c", 0 }, + { {-1558.0f, 97.0f, -529.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p961c", 0 }, + { {-1558.0f, 151.0f, -697.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p227d2", 0 }, + { {-1474.0f, 15.0f, -1396.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p426c", 0 }, + { {-1563.0f, 15.0f, -1068.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p182c1", 0 }, + { {-1589.0f, 15.0f, -1995.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p450c1", 0 }, + { {-1430.0f, 15.0f, -2084.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p445c2", 0 }, + { {-1464.0f, 15.0f, -2264.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p183c2", 0 }, + { {-1248.0f, 15.0f, -2250.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p183c1", 0 }, + { {-1237.0f, 15.0f, -2052.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p446c2", 0 }, + { {-122.0f, 162.0f, 550.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6826b", 0 }, + { {-122.0f, 162.0f, 393.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6685b", 0 }, + { {-24.0f, 162.0f, 72.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4150b", 0 }, + { {-119.0f, 162.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1486b", 0 }, + { {-124.0f, 162.0f, 153.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2300b", 0 }, + { {-18.0f, 162.0f, -136.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4134b", 0 }, + { {-114.0f, 162.0f, -133.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1017b", 0 }, + { {-115.0f, 162.0f, -343.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1016b", 0 }, + { {-22.0f, 162.0f, -345.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4147b", 0 }, + { {-124.0f, 162.0f, -717.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4367b", 0 }, + { {-222.0f, 162.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2340b", 0 }, + { {-267.0f, 162.0f, 136.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p449b2", 0 }, + { {-714.0f, 162.0f, 60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6699b1", 0 }, + { {-729.0f, 162.0f, -714.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4319b", 0 }, + { {-907.0f, 162.0f, 35.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6670b", 0 }, + { {-752.0f, 162.0f, 317.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2003b", 0 }, + { {-832.0f, 162.0f, 319.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4179b", 0 }, + { {-750.0f, 162.0f, 528.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4167b", 0 }, + { {-830.0f, 162.0f, 529.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4182b", 0 }, + { {-1026.0f, 162.0f, 44.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2360b", 0 }, + { {-1166.0f, 28.0f, 569.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2460b", 0 }, + { {-1173.0f, 28.0f, 60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2447b", 0 }, + { {-1104.0f, 28.0f, 52.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3969b", 0 }, + { {-1098.0f, 74.0f, 176.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2377b1", 0 }, + { {-1030.0f, 74.0f, 176.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2377b2", 0 }, + { {-366.0f, 28.0f, 646.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6907b", 0 }, + { {-532.0f, 28.0f, 689.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4186b1", 0 }, + { {-471.0f, 28.0f, 602.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2983b", 0 }, + { {-656.0f, 28.0f, 574.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2988b", 0 }, + { {-622.0f, 28.0f, 459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3936b", 0 }, + { {-627.0f, 28.0f, 340.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3017b", 0 }, + { {-438.0f, 28.0f, 335.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3013b", 0 }, + { {-1085.0f, 28.0f, 571.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2980b", 0 }, + { {-970.0f, 28.0f, 571.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2978b", 0 }, + { {-966.0f, 28.0f, 440.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3953b", 0 }, + { {-968.0f, 28.0f, 347.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3949b", 0 }, + { {-814.0f, 28.0f, 350.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3021b", 0 }, + { {-812.0f, 28.0f, 462.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3006b", 0 }, + { {-808.0f, 28.0f, 573.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2990b", 0 }, + { {-931.0f, 28.0f, 687.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4197b2", 0 }, + { {-724.0f, 28.0f, 692.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4190b1", 0 }, + { {-1034.0f, 28.0f, 507.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2977b", 0 }, + { {-141.0f, 28.0f, 644.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6689b2", 0 }, + { {-214.0f, 28.0f, 646.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1516b", 0 }, + { {-295.0f, 28.0f, 646.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1518b", 0 }, + { {-280.0f, 28.0f, 196.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4100b", 0 }, + { {-386.0f, 74.0f, 196.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2085b", 0 }, + { {-388.0f, 74.0f, 137.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2086b", 0 }, + { {-1306.0f, 314.0f, -2339.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1159e2", 0 }, + { {-1280.0f, 314.0f, -2071.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1163e1", 0 }, + { {-1505.0f, 314.0f, -2326.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1158e2", 0 }, + { {-1509.0f, 314.0f, -2087.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1162e2", 0 }, + { {-952.0f, 314.0f, -1190.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1184e1", 0 }, + { {-952.0f, 314.0f, -1489.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1180e1", 0 }, + { {-1332.0f, 314.0f, -1481.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1187e2", 0 }, + { {-1328.0f, 314.0f, -1283.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1188e1", 0 }, + { {-1655.0f, 314.0f, -945.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1228e2", 0 }, + { {-1475.0f, 314.0f, -945.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1231e1", 0 }, + { {-1480.0f, 314.0f, -1281.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1200e", 0 }, + { {-1704.0f, 314.0f, -1305.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1227e2", 0 }, + { {-1278.0f, 288.0f, -1025.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1191e1", 0 }, + { {-1278.0f, 175.0f, -780.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1956d2", 0 }, + { {246.0f, -20.0f, -1055.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p373h", 0 }, + { {180.0f, -20.0f, -1153.0f}, {0.0f, 1.0f, 0.0f}, {0.069757f, 0.0f, -0.997564f}, "p372h", 0 }, + { {182.0f, -20.0f, -1867.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p230h", 0 }, + { {-1564.0f, 11.0f, -177.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, -0.707107f}, "p3a1", 0 }, + { {-876.0f, 11.0f, -666.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p0a2", 0 }, + { {-919.0f, 11.0f, -687.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p0a2", 0 }, + { {-201.0f, 150.0f, -780.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p142d1", 0 }, + { {-1348.0f, 150.0f, -1109.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p293d", 0 }, + { {-1285.0f, 150.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1918d", 0 }, + { {-1762.0f, 150.0f, -1863.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, 0.707107f}, "p221d1", 0 }, + { {-1334.0f, 150.0f, -2392.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p249d", 0 }, + { {-856.0f, 150.0f, -1926.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1681d2", 0 }, + { {-40.0f, 150.0f, -1530.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p132d2", 0 }, + { {-1733.0f, 150.0f, -1833.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, 0.707107f}, "p221d1", 0 }, + { {-1470.0f, 150.0f, -1880.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p217d2", 0 }, + { {-260.0f, 20.0f, 294.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1519b", 0 }, + { {-391.0f, 20.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p3946b", 0 }, + { {-736.0f, 147.0f, 369.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p2002b", 0 }, + { {-766.0f, 147.0f, -300.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1506b", 0 }, + { {2.0f, 144.0f, -381.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p6712b2", 0 }, + { {-96.0f, 147.0f, 358.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, -0.707107f}, "p6683b1", 0 }, + { {99.0f, 147.0f, 161.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, -0.707107f}, "p6929b", 0 }, + { {132.0f, 20.0f, 488.0f}, {0.0f, 1.0f, 0.0f}, {-0.916412f, 0.0f, 0.400236f}, "p1522b", 0 }, + { {-26.0f, 147.0f, 518.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p6659b2", 0 }, + { {-2.0f, 147.0f, 697.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, -0.707107f}, "p6662b", 0 }, + { {-168.0f, 147.0f, 684.0f}, {0.0f, 1.0f, 0.0f}, {0.707115f, 0.0f, -0.707099f}, "p6828b", 0 }, + { {10.0f, 147.0f, 585.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p6660b2", 0 }, + { {-108.0f, 20.0f, 523.0f}, {0.0f, 1.0f, 0.0f}, {0.999618f, 0.0f, 0.02763f}, "p6917b", 0 }, + { {-16.0f, 20.0f, 688.0f}, {0.0f, 1.0f, 0.0f}, {0.601815f, 0.0f, -0.798635f}, "p6690b2", 0 }, + { {-292.0f, -7.0f, -668.0f}, {-1.2e-05, 1.0f, -5.9e-05}, {0.196424f, 6e-05, 0.980519f}, "p134a2", 0 }, + { {57.0f, 167.0f, 74.0f}, {7.7e-05, 1.0f, -1e-06}, {-0.999946f, 7.7e-05, 0.010341f}, "p4120b", 0 }, + { {-89.0f, 167.0f, 636.0f}, {1e-06, 1.0f, 7.7e-05}, {-0.01034f, 7.7e-05, -0.999946f}, "p6826b", 0 }, + { {33.0f, 167.0f, 646.0f}, {7.7e-05, 1.0f, -1e-06}, {-0.999946f, 7.7e-05, 0.010341f}, "p6662b", 0 }, + { {-379.0f, 144.0f, -671.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p138g", 0 }, + { {-373.0f, 144.0f, 689.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p334f1", 0 }, + { {37.0f, 48.0f, 505.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1522b", 0 }, + { {38.0f, 20.0f, 537.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1520b", 0 }, + { {52.0f, 44.0f, 496.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99999f, 4.6e-05, -0.004529f}, "p1522b", 0 }, + { {154.0f, 11.0f, -1168.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p372h", 0 }, + { {172.0f, 0.0f, -1614.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p236h2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-51.0f, 81.0f, -621.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p166a1", 0, {-28.000168f, 21.999834f, -33.00011f, -32.99986f, -21.999998f, 18.999998f} }, + { {-51.0f, 81.0f, -399.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p385a1", 0, {-28.000168f, 21.999834f, -33.00011f, -32.99986f, -21.999998f, 18.999998f} }, + { {-51.0f, 81.0f, -186.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p378a1", 0, {-27.000168f, 21.999834f, -33.00011f, -32.999863f, -21.999998f, 18.999998f} }, + { {-809.0f, 81.0f, -621.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p276a1", 0, {-27.999834f, 22.000168f, 32.99989f, 33.00014f, -21.999998f, 18.999998f} }, + { {-809.0f, 81.0f, -399.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p210a1", 0, {-27.999834f, 22.000168f, 32.99989f, 33.00014f, -21.999998f, 18.999998f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "", 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} }, + { {98.0f, 45.0f, -1060.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p520c2", 0, {-27.000011f, 26.99999f, -2.000136f, -1.999864f, -54.0f, 64.0f} }, + { {98.0f, 45.0f, -1277.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p538c2", 0, {-27.000011f, 26.99999f, -2.000136f, -1.999864f, -54.0f, 64.0f} }, + { {98.0f, 45.0f, -1440.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p547c2", 0, {-27.000011f, 26.99999f, -2.000136f, -1.999864f, -54.0f, 64.0f} }, + { {100.0f, 190.0f, -1440.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p377d1", 0, {-27.000002f, 27.000002f, -0.000136f, 0.000136f, -54.0f, 64.0f} }, + { {100.0f, 190.0f, -1277.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p368d1", 0, {-27.000002f, 27.000002f, -0.000136f, 0.000136f, -54.0f, 64.0f} }, + { {100.0f, 190.0f, -1060.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p350d1", 0, {-27.000002f, 27.000002f, -0.000136f, 0.000136f, -54.0f, 64.0f} }, + { {-1190.0f, 212.0f, -767.0f}, {-4e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1903d2", 0, {-37.00009f, 34.99991f, -24.000135f, -23.999857f, -21.999998f, 36.999996f} }, + { {-973.0f, -18.0f, -1227.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p409c", 0, {-60.12232f, 60.176994f, -0.003962f, 112.002754f, -16.446272f, 23.484642f} }, + { {-1258.0f, -18.0f, -1462.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1026c", 0, {-60.12232f, 60.176994f, -0.003962f, 112.002754f, -16.446272f, 23.484642f} }, + { {-1095.0f, -18.0f, -1009.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p406c", 0, {-60.12247f, 60.169228f, -0.00379f, 112.002754f, -16.465563f, 22.484673f} }, + { {-975.0f, -18.0f, -1009.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p492c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-1235.0f, -18.0f, -1227.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p470c", 0, {-59.1225f, 61.17681f, -0.003962f, 112.002754f, -16.47333f, 22.525492f} }, + { {-990.0f, -18.0f, -1466.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p420c", 0, {-60.12247f, 60.169228f, -0.00379f, 112.002754f, -16.465563f, 22.484673f} }, + { {-953.0f, -18.0f, -1624.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p419c2", 0, {-60.12247f, 61.169197f, -0.00379f, 112.002754f, -16.47333f, 22.484673f} }, + { {-1162.0f, -18.0f, -1748.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p414c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-872.0f, -18.0f, -1807.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p517c", 0, {-60.13009f, 60.169228f, -0.00379f, 112.00292f, -17.446241f, 22.484673f} }, + { {-919.0f, -18.0f, -844.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p1258c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-67.0f, -18.0f, -1205.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p384c2", 0, {-59.957115f, 60.05843f, -0.003795f, 112.002914f, -17.247915f, 22.384514f} }, + { {-67.0f, -18.0f, -1396.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p380c2", 0, {-59.741764f, 60.05843f, -0.003795f, 112.00275f, -16.290703f, 22.384514f} }, + { {-79.0f, -18.0f, -1005.0f}, {-4.2e-05, 1.0f, 0.000167f}, {0.249451f, 0.000172f, -0.968387f}, "p395c2", 0, {-59.77646f, 60.759106f, -0.003976f, 112.002785f, -16.683817f, 22.609411f} }, + { {-1420.0f, -18.0f, -2383.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p464c2", 0, {-60.12247f, 60.169228f, -0.00379f, 112.002754f, -16.465563f, 22.484673f} }, + { {-1300.0f, -18.0f, -2383.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p462c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-1033.0f, 32.0f, -847.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p491c", 0, {-25.037714f, 25.18166f, -0.001664f, 49.00119f, -19.788551f, 27.729113f} }, + { {-1023.0f, -17.0f, -845.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p491c", 0, {-25.41519f, 24.59482f, -0.001652f, 48.001232f, -20.496225f, 27.51705f} }, + { {-395.0f, -17.0f, -1071.0f}, {2.5e-05, 1.0f, 5.4e-05}, {-0.420299f, 6e-05, -0.907386f}, "p932c", 0, {-24.766558f, 24.966927f, -0.001622f, 48.001217f, -20.42999f, 27.138079f} }, + { {-317.0f, 81.0f, -1834.0f}, {5.5e-05, 1.0f, -2.3e-05}, {-0.921501f, 6e-05, 0.388376f}, "p25c", 0, {-24.149649f, 25.505405f, -0.001678f, 49.001247f, -20.894957f, 27.983337f} }, + { {-317.0f, 32.0f, -1833.0f}, {5.8e-05, 1.0f, -1.7e-05}, {-0.961963f, 6e-05, 0.273178f}, "p25c", 0, {-24.4063f, 25.319263f, -0.00168f, 49.00126f, -21.052868f, 27.980972f} }, + { {-335.0f, -17.0f, -1906.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p24c", 0, {-24.454748f, 25.59462f, -0.001651f, 48.001232f, -20.516235f, 27.497702f} }, + { {-345.0f, 32.0f, -1907.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p24c", 0, {-25.037714f, 25.18166f, -0.001664f, 49.001247f, -20.778456f, 27.729113f} }, + { {-22.0f, -17.0f, -796.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p1232c2", 0, {-24.434738f, 25.575262f, -0.001711f, 48.001175f, -19.515776f, 28.497501f} }, + { {-33.0f, 32.0f, -797.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p1232c2", 0, {-24.315823f, 25.449663f, -0.001664f, 49.001247f, -20.793903f, 27.729113f} }, + { {158.0f, -17.0f, -1265.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p372h", 0, {-24.454748f, 24.61482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {34.0f, -17.0f, -1535.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p360c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.515575f, 27.51705f} }, + { {17.0f, 32.0f, -1537.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p361c2", 0, {-25.30572f, 24.459766f, -0.001725f, 49.001183f, -19.665203f, 28.857813f} }, + { {-179.0f, -17.0f, -230.0f}, {4.2e-05, 1.0f, -4.2e-05}, {-0.710082f, 6e-05, 0.704119f}, "p381a", 0, {-24.829014f, 25.574879f, -0.001735f, 48.001186f, -19.903265f, 28.886774f} }, + { {-264.0f, -17.0f, -339.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p129a1", 0, {-25.087692f, 25.06045f, -0.001729f, 48.001205f, -20.072727f, 28.924171f} }, + { {-534.0f, -17.0f, -684.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p131a2", 0, {-24.08467f, 25.06045f, -0.001686f, 48.001205f, -20.072575f, 28.075565f} }, + { {-467.0f, -17.0f, -675.0f}, {2.5e-05, 1.0f, 5.4e-05}, {-0.420299f, 6e-05, -0.907386f}, "p131a1", 0, {-25.186857f, 24.892082f, -0.001676f, 48.001217f, -20.427116f, 28.045464f} }, + { {-399.0f, 32.0f, -686.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p131a1", 0, {-24.315823f, 25.449673f, -0.001664f, 49.00119f, -19.806934f, 27.729113f} }, + { {-388.0f, -17.0f, -684.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p132a", 0, {-25.39518f, 24.614828f, -0.001712f, 48.00117f, -19.496428f, 28.513973f} }, + { {-500.0f, -17.0f, -468.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p135a1", 0, {-25.087692f, 25.06045f, -0.001729f, 48.001205f, -20.072727f, 28.924171f} }, + { {-512.0f, 32.0f, -524.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p135a2", 0, {-24.315813f, 25.449673f, -0.001724f, 49.00119f, -19.806934f, 28.716082f} }, + { {-501.0f, -17.0f, -522.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p135a2", 0, {-24.45474f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-439.0f, -17.0f, -540.0f}, {2.5e-05, 1.0f, 5.4e-05}, {-0.420299f, 6e-05, -0.907386f}, "p135a2", 0, {-25.186857f, 24.892082f, -0.001676f, 48.001217f, -20.427116f, 28.045464f} }, + { {-441.0f, 32.0f, -482.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p135a1", 0, {-25.037714f, 25.18166f, -0.001664f, 49.001183f, -19.665203f, 27.729113f} }, + { {-431.0f, -17.0f, -480.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p135a1", 0, {-25.454548f, 24.59482f, -0.001652f, 48.001232f, -20.496225f, 27.51771f} }, + { {-395.0f, -17.0f, -423.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p126a2", 0, {-25.43454f, 24.614828f, -0.001712f, 48.00117f, -19.496428f, 28.51751f} }, + { {-376.0f, -17.0f, -496.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p135a1", 0, {-24.45474f, 24.61482f, -0.001712f, 48.001225f, -20.493351f, 28.513973f} }, + { {-387.0f, 32.0f, -498.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p135a1", 0, {-24.315813f, 25.449673f, -0.001716f, 49.00119f, -19.806934f, 28.716082f} }, + { {-368.0f, 32.0f, -551.0f}, {6e-05, 1.0f, -1e-06}, {-0.999889f, 6e-05, 0.01487f}, "p135a1", 0, {-24.714706f, 24.595757f, -0.001704f, 49.001232f, -20.637863f, 28.368652f} }, + { {-367.0f, -17.0f, -553.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002557f}, "p135a1", 0, {-25.053614f, 25.071522f, -0.001678f, 48.00126f, -20.933125f, 28.063839f} }, + { {-400.0f, 32.0f, -428.0f}, {1e-05, 1.0f, -7.4e-05}, {-0.14173f, 7.5e-05, 0.989905f}, "p127a2", 0, {-20.511171f, 19.935423f, -0.001687f, 49.001266f, -16.97307f, 22.479946f} }, + { {-449.0f, -17.0f, -321.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p128a1", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {-479.0f, 32.0f, -319.0f}, {-8e-06, 1.0f, 5.9e-05}, {0.142739f, 6e-05, -0.98976f}, "p128a1", 0, {-25.277306f, 24.4397f, -0.001671f, 49.001244f, -20.676952f, 27.896626f} }, + { {-510.0f, -17.0f, -323.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p128a1", 0, {-24.08467f, 25.06045f, -0.001686f, 48.001205f, -20.072575f, 28.078442f} }, + { {-317.0f, -17.0f, -1834.0f}, {5.5e-05, 1.0f, -2.3e-05}, {-0.921501f, 6e-05, 0.388376f}, "p25c", 0, {-24.149649f, 25.505405f, -0.001678f, 48.001247f, -20.895016f, 27.983276f} }, + { {-1348.0f, 81.0f, -1081.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p502c", 0, {-24.45474f, 25.555262f, -0.001703f, 49.001232f, -20.51264f, 28.494625f} }, + { {-1702.0f, -17.0f, -828.0f}, {2e-05, 1.0f, -5.6e-05}, {-0.344422f, 6e-05, 0.938815f}, "p500c", 0, {-25.12571f, 25.198181f, -0.001689f, 48.001247f, -20.773188f, 28.264597f} }, + { {-1769.0f, -17.0f, -940.0f}, {1e-06, 1.0f, -6e-05}, {-0.020009f, 6e-05, 0.9998f}, "p507c1", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1667.0f, -17.0f, -1062.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.454748f, 25.59462f, -0.001651f, 48.001232f, -20.515575f, 27.497702f} }, + { {-1780.0f, -17.0f, -1191.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p510c", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1719.0f, -17.0f, -1188.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.454748f, 25.59462f, -0.001651f, 48.001232f, -20.516235f, 27.497702f} }, + { {-1728.0f, 32.0f, -1196.0f}, {3.7e-05, 1.0f, -4.7e-05}, {-0.617674f, 6e-05, 0.786434f}, "p509c", 0, {-25.43938f, 24.548218f, -0.001673f, 49.001255f, -20.839226f, 27.865639f} }, + { {-1666.0f, -17.0f, -1191.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.45474f, 24.61482f, -0.001712f, 48.001225f, -20.493351f, 28.513973f} }, + { {-1666.0f, 32.0f, -1190.0f}, {5.9e-05, 1.0f, 8e-06}, {-0.989909f, 6e-05, -0.141705f}, "p509c", 0, {-25.306433f, 24.46027f, -0.001732f, 49.001183f, -19.664577f, 28.857168f} }, + { {-1666.0f, 81.0f, -1191.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.45474f, 24.61482f, -0.001712f, 49.001225f, -20.493292f, 28.513973f} }, + { {-1656.0f, -17.0f, -1248.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.515575f, 27.51705f} }, + { {-1666.0f, 32.0f, -1250.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p509c", 0, {-25.037714f, 25.18166f, -0.001664f, 49.001183f, -19.665203f, 27.729113f} }, + { {-1722.0f, -17.0f, -1241.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p973c", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1778.0f, -17.0f, -1252.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p973c", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1779.0f, 32.0f, -1245.0f}, {3.7e-05, 1.0f, -4.7e-05}, {-0.617674f, 6e-05, 0.786434f}, "p973c", 0, {-24.821707f, 25.165894f, -0.00172f, 49.00121f, -20.052794f, 28.649137f} }, + { {-1753.0f, -17.0f, -1424.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p432c", 0, {-24.45474f, 25.555262f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1636.0f, -17.0f, -1513.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p435c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {-1518.0f, -17.0f, -1543.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p429c", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1528.0f, 32.0f, -1544.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p435c", 0, {-25.305727f, 24.318037f, -0.001673f, 49.00124f, -20.65511f, 27.870842f} }, + { {-1516.0f, -17.0f, -1490.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p428c", 0, {-24.45474f, 25.575262f, -0.001711f, 48.001175f, -19.515776f, 28.494625f} }, + { {-1527.0f, 32.0f, -1491.0f}, {-2e-06, 1.0f, -6e-05}, {0.032318f, 6e-05, 0.999478f}, "p428c", 0, {-24.892372f, 25.146154f, -0.001671f, 49.00125f, -20.79457f, 27.826168f} }, + { {-1441.0f, 32.0f, -888.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p505c1", 0, {-24.315823f, 25.449673f, -0.001664f, 49.00119f, -19.806934f, 27.729113f} }, + { {-1430.0f, -17.0f, -886.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p505c1", 0, {-25.39518f, 24.614828f, -0.001712f, 48.001175f, -19.5129f, 28.513973f} }, + { {-1465.0f, 32.0f, -1058.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p503c", 0, {-24.315813f, 25.449673f, -0.001716f, 49.00119f, -19.806934f, 28.716082f} }, + { {-1454.0f, -17.0f, -1056.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p503c", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1348.0f, 32.0f, -1080.0f}, {5.9e-05, 1.0f, 8e-06}, {-0.989909f, 6e-05, -0.141705f}, "p502c", 0, {-25.037212f, 25.18095f, -0.001664f, 49.001183f, -19.664577f, 27.72849f} }, + { {-1348.0f, -17.0f, -1081.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p502c", 0, {-24.45474f, 25.555262f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1401.0f, 32.0f, -1336.0f}, {5.6e-05, 1.0f, -2.2e-05}, {-0.928148f, 6e-05, 0.372211f}, "p423c1", 0, {-24.537363f, 25.229462f, -0.00173f, 49.00117f, -19.519653f, 28.946812f} }, + { {-1394.0f, -17.0f, -1338.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p423c1", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1354.0f, 32.0f, -1401.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p423c1", 0, {-25.037714f, 25.18166f, -0.001716f, 49.00119f, -19.788551f, 28.716082f} }, + { {-1344.0f, -17.0f, -1399.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p423c1", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.515575f, 27.51705f} }, + { {-1259.0f, -17.0f, -791.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p953c2", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1402.0f, -17.0f, -2002.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p445c2", 0, {-24.454748f, 25.555262f, -0.001651f, 48.001232f, -20.5127f, 27.497702f} }, + { {-1410.0f, 32.0f, -2008.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273154f, 6e-05, 0.96197f}, "p445c2", 0, {-24.678753f, 25.379442f, -0.001694f, 49.00123f, -20.424137f, 28.336535f} }, + { {-1387.0f, 32.0f, -1926.0f}, {1e-06, 1.0f, 6e-05}, {-0.014869f, 6e-05, -0.999889f}, "p972c", 0, {-24.699848f, 25.59566f, -0.001652f, 49.001232f, -20.623007f, 27.642973f} }, + { {-1388.0f, -17.0f, -1925.0f}, {-5.8e-05, 1.0f, -1.7e-05}, {0.960554f, 6e-05, 0.278095f}, "p972c", 0, {-24.52044f, 24.824093f, -0.001694f, 48.0012f, -19.96868f, 28.2093f} }, + { {-1416.0f, -17.0f, -2179.0f}, {4.2e-05, 1.0f, 4.3e-05}, {-0.692792f, 6e-05, -0.721138f}, "p447c2", 0, {-25.154778f, 24.603722f, -0.001721f, 48.0012f, -20.005928f, 28.788813f} }, + { {-1570.0f, -17.0f, -2479.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p466c", 0, {-25.41519f, 24.59482f, -0.001652f, 48.001232f, -20.496225f, 27.51705f} }, + { {-1570.0f, 32.0f, -2493.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273154f, 6e-05, 0.96197f}, "p466c", 0, {-24.678753f, 25.31998f, -0.001694f, 49.0012f, -20.094463f, 28.33947f} }, + { {-1523.0f, -17.0f, -2489.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p466c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {-1175.0f, -17.0f, -2479.0f}, {-5.1e-05, 1.0f, -3.1e-05}, {0.855946f, 6e-05, 0.517065f}, "p465c", 0, {-24.927357f, 24.804962f, -0.001644f, 48.001244f, -20.825808f, 27.515554f} }, + { {-1094.0f, -17.0f, -2483.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p465c", 0, {-24.45474f, 25.575262f, -0.001711f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1105.0f, 32.0f, -2484.0f}, {-2.3e-05, 1.0f, -5.5e-05}, {0.379192f, 6e-05, 0.925318f}, "p465c", 0, {-25.272121f, 25.393738f, -0.001664f, 49.001205f, -20.221024f, 27.83876f} }, + { {-1100.0f, -17.0f, -2411.0f}, {-3.1e-05, 1.0f, 5.1e-05}, {0.517065f, 6e-05, -0.855946f}, "p463c1", 0, {-24.60929f, 25.32203f, -0.001727f, 48.00119f, -19.966982f, 28.885687f} }, + { {-1007.0f, -17.0f, -1916.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p517c", 0, {-25.45454f, 24.61482f, -0.001704f, 48.001232f, -20.493351f, 28.514633f} }, + { {-1107.0f, -17.0f, -1603.0f}, {-3.1e-05, 1.0f, 5.1e-05}, {0.517065f, 6e-05, -0.855946f}, "p471c", 0, {-25.126354f, 24.804964f, -0.001675f, 48.001244f, -20.82293f, 28.029741f} }, + { {-1056.0f, 32.0f, -1654.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p471c", 0, {-25.305727f, 24.459759f, -0.001673f, 49.00124f, -20.652172f, 27.870842f} }, + { {-1046.0f, -17.0f, -1653.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p471c", 0, {-24.45474f, 25.61462f, -0.001703f, 48.001232f, -20.51336f, 28.494625f} }, + { {-1088.0f, -17.0f, -2177.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99999f, 4.6e-05, -0.004529f}, "p451c1", 0, {-47.094627f, 47.1354f, -0.00139f, 40.000973f, -21.21265f, 30.21441f} }, + { {-567.0f, -17.0f, -1205.0f}, {-3.1e-05, 1.0f, 1.8e-05}, {0.869144f, 3.6e-05, -0.494559f}, "p956c", 0, {-83.65113f, 84.786865f, -0.001411f, 40.000984f, -28.184513f, 39.843307f} }, + { {-432.0f, -17.0f, -1396.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99998f, 4.6e-05, -0.006271f}, "p939c", 0, {-84.173935f, 84.24291f, -0.001807f, 52.001297f, -28.526207f, 39.52599f} }, + { {-1146.0f, -17.0f, -2177.0f}, {-7.4e-05, 1.0f, 2e-05}, {0.966514f, 7.7e-05, -0.256613f}, "p448c1", 0, {-14.12123f, 14.061301f, -0.001393f, 40.001003f, -13.061044f, 18.150229f} }, + { {-491.0f, -17.0f, -1206.0f}, {5.4e-05, 1.0f, -5.4e-05}, {-0.70872f, 7.7e-05, 0.70549f}, "p938c", 0, {-14.879886f, 14.818521f, -0.0013f, 40.001083f, -14.171334f, 17.00588f} }, + { {-526.0f, -17.0f, -1410.0f}, {-7.4e-05, 1.0f, 2e-05}, {0.966514f, 7.7e-05, -0.256613f}, "p177c", 0, {-15.087744f, 14.061301f, -0.001393f, 40.001022f, -13.317656f, 18.150229f} }, + { {-621.0f, -17.0f, -489.0f}, {-0.000179f, 1.0f, 0.0f}, {0.999997f, 0.000179f, 0.002283f}, "p135a2", 0, {-12.025085f, 13.038782f, -0.003038f, 83.00196f, -11.029653f, 17.027353f} }, + { {-621.0f, -17.0f, -460.0f}, {-0.000179f, 1.0f, 0.0f}, {0.999997f, 0.000179f, 0.002283f}, "p128a2", 0, {-12.025085f, 13.038782f, -0.003038f, 83.00196f, -11.029653f, 17.027353f} }, + { {-621.0f, -17.0f, -431.0f}, {-0.000179f, 1.0f, 0.0f}, {0.999997f, 0.000179f, 0.002283f}, "p128a1", 0, {-12.025085f, 13.038782f, -0.003038f, 83.00196f, -11.029653f, 17.027353f} }, + { {-829.0f, 0.0f, -178.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p573a2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-639.0f, 0.0f, -590.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p130a1", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-296.0f, 0.0f, -285.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p124a1", 0, {-4.0f, 5.0f, -2.0f, 53.0f, -18.0f, 91.0f} }, + { {-101.0f, 0.0f, -756.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p373c", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-708.0f, 0.0f, -756.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1280c2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-1197.0f, 0.0f, -1967.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p443c", 0, {-4.0f, 5.0f, -1.0f, 56.0f, -18.0f, 113.0f} }, + { {-1310.0f, 0.0f, -1967.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p972c", 0, {-5.0f, 4.0f, -1.0f, 57.0f, -18.0f, 113.0f} }, + { {-1313.0f, 0.0f, -1967.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p972c", 0, {-4.0f, 5.0f, -2.0f, 56.0f, -18.0f, 113.0f} }, + { {-1425.0f, 0.0f, -1967.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p972c", 0, {-5.0f, 4.0f, -2.0f, 56.0f, -18.0f, 113.0f} }, + { {-1358.0f, 0.0f, -1467.0f}, {0.612907f, 0.0f, 0.790155f}, {0.0f, 1.0f, 0.0f}, "p438c", 0, {-4.031938f, 4.570238f, -2.27438f, 60.073257f, -18.0f, 113.0f} }, + { {-1360.0f, 0.0f, -1470.0f}, {-0.612907f, 0.0f, -0.790155f}, {0.0f, 1.0f, 0.0f}, "p438c", 0, {-4.896701f, 4.311827f, -1.661473f, 56.1374f, -18.0f, 113.0f} }, + { {-1429.0f, 0.0f, -1558.0f}, {0.612907f, 0.0f, 0.790155f}, {0.0f, 1.0f, 0.0f}, "p438c", 0, {-4.896701f, 4.563682f, -2.27438f, 56.1374f, -18.0f, 113.0f} }, + { {-765.0f, 0.0f, -1407.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p475c2", 0, {-4.0f, 5.000002f, -2.0f, 65.0f, -18.0f, 113.0f} }, + { {-200.0f, 0.0f, -943.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1285c1", 0, {-4.0f, 5.000002f, -1.0f, 62.0f, -18.0f, 113.0f} }, + { {-195.0f, 0.0f, -762.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1283c1", 0, {-4.0f, 5.000002f, -1.0f, 58.0f, -18.0f, 113.0f} }, + { {-291.0f, -17.0f, -675.0f}, {0.0f, 1.0f, -6e-05}, {0.005723f, 6e-05, 0.999984f}, "p134a2", 0, {-31.839222f, 31.16547f, -0.001748f, 62.001728f, -28.8221f, 29.180668f} }, + { {-265.0f, 14.0f, -652.0f}, {-0.999984f, 0.0f, 0.005737f}, {0.0f, 1.0f, -6e-05}, "p134a1", 0, {-6.00146f, 5.299805f, -0.028685f, 52.033566f, -26.00036f, 26.000319f} }, + { {-245.0f, 127.0f, -1546.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p133d2", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-1108.0f, 127.0f, -1930.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1673d", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.064217f} }, + { {-1109.0f, 127.0f, -796.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1905d", 0, {-25.051064f, 25.071522f, -0.001678f, 49.001198f, -20.063866f, 28.063839f} }, + { {-1121.0f, 127.0f, -850.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273178f, 6e-05, 0.961963f}, "p1904d", 0, {-24.679476f, 25.319271f, -0.001694f, 49.001225f, -20.424759f, 28.335903f} }, + { {-1116.0f, 176.0f, -846.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1904d", 0, {-25.053614f, 25.071522f, -0.001678f, 49.00126f, -20.933064f, 28.063839f} }, + { {-1103.0f, 127.0f, -2367.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p250d1", 0, {-25.053614f, 24.071526f, -0.001678f, 49.00126f, -20.933064f, 28.063839f} }, + { {-1096.0f, 176.0f, -2019.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p241d", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-1137.0f, 176.0f, -2284.0f}, {7.5e-05, 1.0f, 0.0f}, {-0.999997f, 7.5e-05, -0.002557f}, "p239d2", 0, {-20.040852f, 20.056204f, -0.001648f, 49.0012f, -16.051092f, 22.054743f} }, + { {-1082.0f, 176.0f, -2282.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002557f}, "p238d2", 0, {-25.053614f, 25.071522f, -0.001678f, 49.00126f, -21.060926f, 28.063839f} }, + { {-1126.0f, 176.0f, -2234.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p238d2", 0, {-24.051067f, 25.071522f, -0.001678f, 49.001198f, -20.063866f, 28.061281f} }, + { {-1103.0f, 127.0f, -2244.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273178f, 6e-05, 0.961963f}, "p238d2", 0, {-24.679476f, 25.379948f, -0.001738f, 49.001183f, -19.817726f, 28.942936f} }, + { {-1096.0f, 127.0f, -2017.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273178f, 6e-05, 0.961963f}, "p241d", 0, {-24.679476f, 25.319263f, -0.001694f, 49.001198f, -20.09384f, 28.338839f} }, + { {-1108.0f, 127.0f, -2302.0f}, {-2.7e-05, 1.0f, -5.3e-05}, {0.45171f, 6e-05, 0.892165f}, "p239d2", 0, {-24.495129f, 25.353533f, -0.001677f, 49.001217f, -20.248177f, 28.055466f} }, + { {-1158.0f, 127.0f, -2267.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.141705f, 6e-05, 0.989909f}, "p239d2", 0, {-24.31653f, 25.450178f, -0.001664f, 49.00119f, -19.806284f, 27.72849f} }, + { {-1806.0f, 127.0f, -855.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p303d", 0, {-24.051071f, 25.07153f, -0.001678f, 49.001198f, -20.063871f, 28.061289f} }, + { {-1791.0f, 176.0f, -800.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p305d", 0, {-25.05107f, 24.07154f, -0.001678f, 49.001198f, -20.061314f, 28.06678f} }, + { {-1795.0f, 127.0f, -795.0f}, {-5.8e-05, 1.0f, 1.7e-05}, {0.961963f, 6e-05, -0.273178f}, "p305d", 0, {-24.679468f, 24.417978f, -0.001694f, 49.001198f, -20.09091f, 28.338844f} }, + { {-1475.0f, 127.0f, -1803.0f}, {-4.6e-05, 1.0f, 0.0f}, {0.99999f, 4.6e-05, 0.004529f}, "p217d1", 0, {-47.09463f, 47.1354f, -0.00139f, 40.000973f, -21.212648f, 30.21441f} }, + { {-1683.0f, 127.0f, -1878.0f}, {-4e-05, 1.0f, -2.3e-05}, {0.863752f, 4.6e-05, 0.503917f}, "p222d2", 0, {-47.07707f, 47.149498f, -0.001427f, 40.000988f, -21.381008f, 30.589676f} }, + { {-1707.0f, 129.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1677.0f, 129.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1647.0f, 129.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {-1616.0f, 130.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-14.029647f, 14.041063f, -0.002895f, 83.00209f, -13.031932f, 18.03192f} }, + { {-1771.0f, 129.0f, -1665.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p221d1", 0, {-14.029643f, 15.041056f, -0.002896f, 84.00209f, -13.034211f, 18.031916f} }, + { {-1772.0f, 129.0f, -1696.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p221d1", 0, {-15.029607f, 14.041092f, -0.002895f, 84.00209f, -13.018418f, 18.047709f} }, + { {-1771.0f, 129.0f, -1726.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p221d1", 0, {-14.029643f, 14.041092f, -0.002895f, 84.00209f, -13.031928f, 18.045425f} }, + { {-1579.0f, 130.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029647f, 15.041093f, -0.002896f, 83.00209f, -13.034215f, 18.045267f} }, + { {-1548.0f, 129.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-1518.0f, 129.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1488.0f, 129.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029613f, 15.043344f, -0.003056f, 84.00209f, -13.020705f, 19.031916f} }, + { {-1564.0f, 130.0f, -2243.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p242d2", 0, {-14.029614f, 15.041093f, -0.002896f, 83.00209f, -13.020866f, 18.045267f} }, + { {-1533.0f, 129.0f, -2242.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p242d2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1564.0f, 129.0f, -2269.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p242d2", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {-1533.0f, 130.0f, -2269.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p243d2", 0, {-14.029647f, 14.041096f, -0.002895f, 83.00209f, -13.031932f, 18.03192f} }, + { {-1766.0f, 127.0f, -1913.0f}, {-5.4e-05, 1.0f, -5.4e-05}, {0.70549f, 7.7e-05, 0.708719f}, "p221d1", 0, {-14.17116f, 14.889574f, -0.001408f, 40.000977f, -12.760179f, 18.420082f} }, + { {-28.0f, 130.0f, -985.0f}, {-3.6e-05, 1.0f, 0.000168f}, {0.215503f, 0.000172f, -0.976503f}, "p166d2", 0, {-59.741764f, 61.250435f, -0.00394f, 111.00276f, -16.506205f, 23.360846f} }, + { {-150.0f, 130.0f, -1011.0f}, {-3.6e-05, 1.0f, 0.000168f}, {0.215503f, 0.000172f, -0.976503f}, "p166d2", 0, {-60.718266f, 60.27378f, -0.003976f, 111.00272f, -16.290703f, 23.55723f} }, + { {-153.0f, 130.0f, -1221.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p155d2", 0, {-59.95711f, 60.058422f, -0.003795f, 111.002914f, -17.248072f, 22.384327f} }, + { {-75.0f, 130.0f, -1399.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p151d1", 0, {-60.718266f, 60.05843f, -0.003808f, 111.00272f, -16.290703f, 22.599846f} }, + { {-35.0f, 130.0f, -1196.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p155d1", 0, {-59.741764f, 60.05843f, -0.003795f, 111.00275f, -16.290703f, 22.384342f} }, + { {-1354.0f, 130.0f, -2106.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p232d1", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-1513.0f, 130.0f, -2445.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p253d", 0, {-60.122322f, 60.17699f, -0.003962f, 111.002754f, -16.446445f, 23.48447f} }, + { {-1346.0f, 130.0f, -2442.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p254d", 0, {-60.122322f, 60.17699f, -0.003962f, 111.002754f, -16.446445f, 23.48447f} }, + { {-1185.0f, 130.0f, -2441.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p252d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-1202.0f, 130.0f, -1791.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p1670d", 0, {-60.122467f, 60.16922f, -0.00379f, 111.002754f, -16.465548f, 22.484484f} }, + { {-1145.0f, 130.0f, -1652.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1675d", 0, {-60.12247f, 61.17681f, -0.003962f, 111.002754f, -16.465563f, 22.525492f} }, + { {-1050.0f, 130.0f, -1508.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1674d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-938.0f, 130.0f, -1846.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1678d", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 23.465351f} }, + { {-975.0f, 130.0f, -862.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1921d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-836.0f, 130.0f, -1706.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1680d1", 0, {-59.1225f, 61.169193f, -0.00379f, 111.002754f, -16.47333f, 22.476732f} }, + { {-893.0f, 130.0f, -1485.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p1685d1", 0, {-60.122467f, 60.176834f, -0.003962f, 111.002754f, -16.465548f, 23.465336f} }, + { {-892.0f, 130.0f, -1298.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p1914d2", 0, {-60.130085f, 60.16922f, -0.00379f, 111.00292f, -17.4464f, 22.484484f} }, + { {-939.0f, 130.0f, -1129.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1912d", 0, {-60.122322f, 60.17699f, -0.003962f, 111.002754f, -16.446445f, 23.48447f} }, + { {-906.0f, 130.0f, -1017.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1923d1", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 23.465351f} }, + { {-1234.0f, 130.0f, -1148.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1917d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-1099.0f, 130.0f, -1249.0f}, {0.000172f, 1.0f, 0.0f}, {-0.999972f, 0.000172f, -0.007456f}, "p1917d", 0, {-58.11755f, 58.170033f, -0.003962f, 111.00275f, -16.412912f, 23.450954f} }, + { {-1763.0f, 130.0f, -1320.0f}, {-0.000172f, 1.0f, 0.0f}, {0.99997f, 0.000172f, 0.007767f}, "p196d1", 0, {-60.122467f, 60.16922f, -0.00379f, 111.002754f, -16.465548f, 22.484484f} }, + { {-1728.0f, 130.0f, -1508.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p203d", 0, {-60.130085f, 60.16922f, -0.00379f, 111.00292f, -17.4464f, 22.484484f} }, + { {-1569.0f, 130.0f, -1504.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p200d", 0, {-60.122467f, 60.16922f, -0.00379f, 111.002754f, -16.465548f, 22.484484f} }, + { {-1412.0f, 130.0f, -1238.0f}, {-0.000172f, 1.0f, 0.0f}, {0.99997f, 0.000172f, 0.007767f}, "p193d", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 22.53326f} }, + { {-1420.0f, 130.0f, -881.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p296d1", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 23.465351f} }, + { {-1286.0f, 145.0f, -1966.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1691d", 0, {-3.0f, 4.0f, -2.0f, 69.0f, -18.0f, 113.0f} }, + { {-1425.0f, 145.0f, -1966.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1690d", 0, {-4.0f, 3.0f, -2.0f, 70.0f, -18.0f, 113.0f} }, + { {-1362.0f, 143.0f, -1483.0f}, {-0.660961f, 0.0f, -0.75042f}, {0.0f, 1.0f, 0.0f}, "p2199d", 0, {-4.631933f, 4.586775f, -1.143002f, 50.72026f, -16.0f, 115.0f} }, + { {-1429.0f, 143.0f, -1559.0f}, {0.660961f, 0.0f, 0.75042f}, {0.0f, 1.0f, 0.0f}, "p209d", 0, {-4.631933f, 4.586775f, -1.67976f, 50.72026f, -16.0f, 115.0f} }, + { {-1431.0f, 142.0f, -1711.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p215d2", 0, {-4.0f, 4.0f, -1.0f, 53.000004f, -15.0f, 93.0f} }, + { {-763.0f, 142.0f, -1955.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1786d2", 0, {-2.0f, 2.0f, -2.0f, 56.999996f, -15.0f, 116.0f} }, + { {-763.0f, 142.0f, -1840.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1786d1", 0, {-2.0f, 2.0f, -1.0f, 57.999996f, -15.0f, 116.0f} }, + { {-763.0f, 144.0f, -1085.0f}, {-0.004675f, 0.000646f, 0.999989f}, {3e-06, 1.0f, -0.000646f}, "p2057d2", 0, {-3.247723f, 2.004653f, -1.024991f, 53.082375f, -17.034227f, 114.00063f} }, + { {-763.0f, 144.0f, -979.0f}, {0.004675f, -0.000646f, -0.999989f}, {3e-06, 1.0f, -0.000646f}, "p2065d2", 0, {-2.995293f, 2.752212f, -1.087629f, 53.02441f, -17.000652f, 114.03422f} }, + { {-294.0f, 1.0f, 546.0f}, {0.0f, 1.0f, -6e-05}, {0.000133f, 6e-05, 1.0f}, "p1518b", 0, {-20.002922f, 20.002123f, -0.001317f, 38.00096f, -16.002653f, 22.004946f} }, + { {-230.0f, 1.0f, 449.0f}, {0.0f, 1.0f, -7.5e-05}, {-0.002558f, 7.5e-05, 0.999997f}, "p1511b", 0, {-20.040855f, 19.056215f, -0.001648f, 48.001198f, -16.04854f, 22.054674f} }, + { {-231.0f, 49.0f, 449.0f}, {-8e-06, 1.0f, -7.4e-05}, {0.101985f, 7.5e-05, 0.994786f}, "p1511b", 0, {-19.462723f, 19.845612f, -0.001662f, 49.00121f, -16.070427f, 22.144794f} }, + { {-232.0f, 1.0f, 134.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002558f}, "p4102b", 0, {-24.051065f, 25.071539f, -0.001678f, 48.001198f, -20.060999f, 28.064165f} }, + { {-226.0f, 1.0f, 190.0f}, {0.0f, 1.0f, 6.8e-05}, {0.002558f, 6.8e-05, -0.999997f}, "p4102b", 0, {-17.035751f, 18.051094f, -0.00137f, 38.00096f, -14.045991f, 20.043413f} }, + { {-373.0f, 1.0f, 324.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p3014b", 0, {-25.05107f, 25.071531f, -0.001678f, 48.001198f, -20.063873f, 28.063847f} }, + { {-373.0f, 1.0f, 565.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p2982b", 0, {-24.051073f, 25.071539f, -0.001678f, 48.001198f, -20.063873f, 28.064165f} }, + { {-422.0f, 1.0f, 555.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002558f}, "p3944b", 0, {-25.05107f, 24.071533f, -0.001678f, 48.001198f, -20.061316f, 28.063847f} }, + { {-472.0f, 1.0f, 449.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p3954b", 0, {-25.051062f, 24.071543f, -0.001678f, 48.001198f, -20.05844f, 28.066723f} }, + { {-475.0f, 1.0f, 403.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p3015b", 0, {-25.051062f, 25.071539f, -0.001678f, 48.001198f, -20.060999f, 28.066723f} }, + { {-371.0f, 49.0f, 571.0f}, {6e-05, 1.0f, -6e-06}, {-0.994786f, 6e-05, 0.101985f}, "p2982b", 0, {-24.1307f, 25.304401f, -0.001725f, 49.00118f, -19.56296f, 28.720003f} }, + { {-423.0f, 50.0f, 554.0f}, {6e-05, 1.0f, -6e-06}, {-0.994786f, 6e-05, 0.101985f}, "p3944b", 0, {-25.125484f, 24.309616f, -0.001718f, 48.001183f, -19.664946f, 28.61802f} }, + { {-470.0f, 49.0f, 451.0f}, {6e-06, 1.0f, 6e-05}, {-0.101985f, 6e-05, -0.994786f}, "p3954b", 0, {-25.0235f, 25.406387f, -0.001665f, 49.001244f, -20.65973f, 27.725218f} }, + { {-726.0f, 1.0f, 553.0f}, {0.0f, 1.0f, 8.6e-05}, {0.002558f, 8.6e-05, -0.999997f}, "p4189b2", 0, {-17.038298f, 18.048546f, -0.001626f, 48.00128f, -15.04188f, 19.047525f} }, + { {-722.0f, 1.0f, 588.0f}, {8.6e-05, 1.0f, 0.0f}, {-0.999997f, 8.6e-05, -0.002558f}, "p4189b1", 0, {-17.03575f, 18.051104f, -0.001712f, 48.001198f, -14.045991f, 20.047522f} }, + { {-907.0f, 1.0f, 477.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p4201b1", 0, {-25.05107f, 25.071531f, -0.001678f, 48.001198f, -20.063873f, 28.063847f} }, + { {-960.0f, 1.0f, 507.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p3927b", 0, {-24.051065f, 25.071539f, -0.001678f, 48.001198f, -20.060999f, 28.064165f} }, + { {-900.0f, 0.0f, 566.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p4199b1", 0, {-25.05107f, 25.071539f, -0.001678f, 48.001198f, -20.063873f, 28.066723f} }, + { {-1020.0f, 1.0f, 699.0f}, {-5.8e-05, 1.0f, -1.5e-05}, {0.965261f, 6e-05, 0.261288f}, "p2963b", 0, {-25.133436f, 25.293226f, -0.001704f, 48.00121f, -20.129436f, 28.376974f} }, + { {-901.0f, 48.0f, 561.0f}, {6.1e-05, 1.0f, 6.1e-05}, {-0.705296f, 8.6e-05, -0.708913f}, "p4199b1", 0, {-17.711973f, 17.643263f, -0.001695f, 49.00121f, -14.094493f, 19.846523f} }, + { {-957.0f, 50.0f, 499.0f}, {4.3e-05, 1.0f, -7.4e-05}, {-0.502213f, 8.6e-05, 0.864744f}, "p3923b", 0, {-17.600878f, 17.517735f, -0.001737f, 48.001213f, -14.137805f, 20.338026f} }, + { {-1015.0f, 1.0f, 647.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p2961b", 0, {-25.05362f, 25.071531f, -0.001678f, 48.00126f, -21.060993f, 28.063847f} }, + { {-1084.0f, 1.0f, 394.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p3011b", 0, {-25.05107f, 25.071539f, -0.001678f, 48.001198f, -20.063873f, 28.066723f} }, + { {-1017.0f, 49.0f, 647.0f}, {-3e-05, 1.0f, 5.2e-05}, {0.502213f, 6e-05, -0.864744f}, "p2961b", 0, {-25.44331f, 24.63509f, -0.00171f, 49.001198f, -19.912827f, 28.480036f} }, + { {-1018.0f, 49.0f, 707.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2963b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-1218.0f, 1.0f, 12.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p2451b", 0, {-25.05107f, 24.071543f, -0.001678f, 48.001198f, -20.061316f, 28.066723f} }, + { {-149.0f, 0.0f, 564.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p6917b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.031932f, 18.04543f} }, + { {-149.0f, 0.0f, 533.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p6915b", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-1229.0f, 0.0f, 368.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p3048b", 0, {-14.029647f, 14.041063f, -0.002895f, 84.00209f, -13.031932f, 18.03192f} }, + { {-1229.0f, 0.0f, 337.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p3048b", 0, {-14.029647f, 14.041063f, -0.002895f, 84.00209f, -13.031932f, 18.03192f} }, + { {-1229.0f, 0.0f, 306.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p3048b", 0, {-15.029644f, 14.041063f, -0.002895f, 84.00209f, -13.031932f, 18.034203f} }, + { {89.0f, 0.0f, 536.0f}, {7.7e-05, 1.0f, 0.0f}, {-0.999997f, 7.7e-05, -0.002283f}, "p1522b", 0, {-14.029646f, 14.04107f, -0.001379f, 40.000996f, -13.031932f, 18.034983f} }, + { {108.0f, 0.0f, 665.0f}, {7.2e-05, 1.0f, 2.7e-05}, {-0.93276f, 7.7e-05, -0.360499f}, "p1523b", 0, {-13.951046f, 14.460288f, -0.001381f, 40.00107f, -13.902622f, 17.997225f} }, + { {37.0f, 0.0f, 507.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99999f, 4.6e-05, -0.004529f}, "p1522b", 0, {-47.099148f, 47.135387f, -0.00139f, 40.00102f, -22.210787f, 30.212559f} }, + { {-842.0f, 127.0f, 610.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p6931b", 0, {-25.051056f, 24.074081f, -0.001738f, 49.001198f, -20.058372f, 28.938532f} }, + { {-847.0f, 127.0f, 465.0f}, {-5.2e-05, 1.0f, 3e-05}, {0.867299f, 6e-05, -0.497787f}, "p4163b", 0, {-25.264626f, 24.47392f, -0.00171f, 49.00123f, -20.54331f, 28.605555f} }, + { {-714.0f, 127.0f, 423.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2311b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-714.0f, 176.0f, 423.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2311b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-762.0f, 127.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-24.051067f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.064217f} }, + { {-762.0f, 177.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-24.051067f, 25.07153f, -0.001678f, 48.001198f, -20.063866f, 28.064157f} }, + { {-712.0f, 127.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-712.0f, 176.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-19.0f, 127.0f, -276.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p4140b", 0, {-25.051056f, 24.071533f, -0.001678f, 49.001198f, -20.058372f, 28.066774f} }, + { {-765.0f, 127.0f, 4.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002557f}, "p6699b2", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-765.0f, 176.0f, 4.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002557f}, "p6699b2", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-713.0f, 127.0f, -208.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1505b", 0, {-25.053614f, 25.071522f, -0.001678f, 49.00126f, -21.060926f, 28.063839f} }, + { {-759.0f, 127.0f, -349.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p1506b", 0, {-25.051064f, 25.071522f, -0.001678f, 49.001198f, -20.063866f, 28.063839f} }, + { {-759.0f, 176.0f, -349.0f}, {6e-06, 1.0f, 6e-05}, {-0.101481f, 6e-05, -0.994837f}, "p1506b", 0, {-25.033953f, 24.323591f, -0.001658f, 49.001244f, -20.648678f, 27.615475f} }, + { {-558.0f, 127.0f, 10.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p6704b2", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-230.0f, 127.0f, 15.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p3973b", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-229.0f, 176.0f, 15.0f}, {6e-06, 1.0f, 6e-05}, {-0.101481f, 6e-05, -0.994837f}, "p3973b", 0, {-24.140596f, 25.31843f, -0.001716f, 49.001175f, -19.552359f, 28.708858f} }, + { {-35.0f, 127.0f, 741.0f}, {-1.9e-05, 1.0f, 5.7e-05}, {0.327985f, 6e-05, -0.944683f}, "p6662b", 0, {-24.326124f, 25.321745f, -0.001644f, 49.001274f, -21.200426f, 27.50275f} }, + { {19.0f, 127.0f, 519.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002557f}, "p6660b2", 0, {-24.051064f, 25.071518f, -0.001678f, 49.001198f, -20.063862f, 28.061277f} }, + { {-35.0f, 176.0f, 741.0f}, {-1.9e-05, 1.0f, 5.7e-05}, {0.327985f, 6e-05, -0.944683f}, "p6662b", 0, {-24.326124f, 25.321745f, -0.001644f, 48.001274f, -21.200485f, 27.50269f} }, + { {-100.0f, 127.0f, -204.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1480b", 0, {-24.051067f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.064217f} }, + { {-986.0f, 128.0f, 635.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6932b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-956.0f, 128.0f, 635.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6932b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-925.0f, 128.0f, 635.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6932b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-980.0f, 128.0f, 392.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p4177b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-979.0f, 128.0f, 233.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p4178b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-830.0f, 128.0f, 391.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4177b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {-830.0f, 128.0f, 361.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4180b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-829.0f, 128.0f, 271.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4171b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {-829.0f, 128.0f, 242.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4171b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-173.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {-144.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-114.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-84.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-28.0f, 128.0f, 461.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6659b2", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {3.0f, 128.0f, 461.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6659b2", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {-20.0f, 128.0f, 175.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6928b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {10.0f, 128.0f, 175.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6928b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {39.0f, 128.0f, 175.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6929b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {131.0f, 128.0f, -64.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4129b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {131.0f, 128.0f, -202.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4129b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-20.0f, 128.0f, -447.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6714b1", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {10.0f, 128.0f, -447.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6714b2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {40.0f, 128.0f, -448.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6714b2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {70.0f, 128.0f, -448.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6715b2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-923.0f, 128.0f, 522.0f}, {7.7e-05, 1.0f, 0.0f}, {-0.999997f, 7.7e-05, -0.002283f}, "p4157b", 0, {-14.029646f, 14.04107f, -0.001379f, 40.000996f, -13.031932f, 18.034983f} }, + { {-908.0f, 128.0f, 293.0f}, {0.0f, 1.0f, 7.7e-05}, {0.002283f, 7.7e-05, -0.999997f}, "p4178b", 0, {-14.029646f, 14.04107f, -0.001379f, 40.000996f, -13.031932f, 18.034983f} }, + { {-158.0f, 128.0f, 578.0f}, {-5.4e-05, 1.0f, -5.4e-05}, {0.705488f, 7.7e-05, 0.708722f}, "p6827b2", 0, {-14.174434f, 14.889632f, -0.001354f, 40.001083f, -14.106692f, 17.643663f} }, + { {32.0f, 128.0f, 713.0f}, {5.4e-05, 1.0f, -5.4e-05}, {-0.708719f, 7.7e-05, 0.705491f}, "p6662b", 0, {-14.171158f, 14.889571f, -0.001408f, 40.001026f, -13.465833f, 18.417017f} }, + { {-163.0f, 128.0f, 731.0f}, {6.6e-05, 1.0f, 3.9e-05}, {-0.862447f, 7.7e-05, -0.506147f}, "p6828b", 0, {-14.28533f, 14.361917f, -0.001406f, 40.000996f, -13.066582f, 18.391111f} }, + { {122.0f, 128.0f, 63.0f}, {6.7e-05, 1.0f, -3.8e-05}, {-0.86956f, 7.7e-05, 0.493828f}, "p4120b", 0, {-14.546325f, 15.179693f, -0.001416f, 40.000988f, -12.860966f, 18.518393f} }, + { {59.0f, 128.0f, -90.0f}, {3.8e-05, 1.0f, 6.7e-05}, {-0.493828f, 7.7e-05, -0.86956f}, "p4127b", 0, {-14.836281f, 14.310137f, -0.001396f, 40.000988f, -12.860969f, 18.196424f} }, + { {117.0f, 128.0f, -300.0f}, {7.4e-05, 1.0f, 2.1e-05}, {-0.961572f, 7.7e-05, -0.274551f}, "p4142b", 0, {-14.700712f, 14.419736f, -0.00136f, 40.001045f, -13.598156f, 17.725124f} }, + { {-979.0f, 127.0f, 524.0f}, {-4.6e-05, 1.0f, 0.0f}, {0.99999f, 4.6e-05, 0.004529f}, "p4157b", 0, {-46.09916f, 47.135387f, -0.00139f, 40.00102f, -22.210787f, 30.208029f} }, + { {-914.0f, 127.0f, 241.0f}, {0.0f, 1.0f, -4.6e-05}, {-0.004529f, 4.6e-05, 0.99999f}, "p4178b", 0, {-47.094627f, 47.1354f, -0.00139f, 40.000973f, -21.21265f, 30.21441f} }, + { {-118.0f, 127.0f, 632.0f}, {0.0f, 1.0f, 4.6e-05}, {0.004529f, 4.6e-05, -0.99999f}, "p6827b2", 0, {-47.094627f, 47.1354f, -0.00139f, 40.000973f, -21.21265f, 30.21441f} }, + { {69.0f, 127.0f, 75.0f}, {-4.6e-05, 1.0f, 0.0f}, {0.99999f, 4.6e-05, 0.004529f}, "p4120b", 0, {-47.099148f, 47.135387f, -0.00139f, 40.00102f, -22.210787f, 30.212559f} }, + { {47.0f, 127.0f, -143.0f}, {0.0f, 1.0f, -4.6e-05}, {-0.004529f, 4.6e-05, 0.99999f}, "p4130b", 0, {-46.09915f, 47.13538f, -0.00139f, 40.00102f, -22.210773f, 30.208017f} }, + { {71.0f, 127.0f, -330.0f}, {-3.2e-05, 1.0f, -3.3e-05}, {0.697325f, 4.6e-05, 0.716755f}, "p4142b", 0, {-46.956104f, 47.092117f, -0.001422f, 40.00097f, -21.153238f, 30.468548f} }, + { {-101.0f, 145.0f, -747.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4365b2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-708.0f, 145.0f, -747.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4260b2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-937.0f, 145.0f, 11.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p6669b1", 0, {-4.0f, 5.0f, -2.0f, 52.0f, -18.0f, 91.0f} }, + { {-153.0f, 145.0f, 430.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p6686b1", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-186.0f, 18.0f, 617.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4208b1", 0, {-5.0f, 4.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-340.0f, 18.0f, 669.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3025b1", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-186.0f, 146.0f, -654.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p150g2", 0, {-5.0f, 4.0f, -53.0f, 47.0f, -19.0f, 99.0f} }, + { {-675.0f, 146.0f, -654.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p145g1", 0, {-5.0f, 4.0f, -53.0f, 47.0f, -19.0f, 99.0f} }, + { {-203.0f, 146.0f, 687.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p339f1", 0, {-4.0f, 5.0f, -53.0f, 47.0f, -19.0f, 99.0f} }, + { {-726.0f, 146.0f, 639.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2005b", 0, {-5.0f, 4.0f, -53.0f, 38.0f, -19.0f, 90.0f} }, + { {-83.0f, 198.0f, 51.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1010b", 0, {-45.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, 142.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p4151b", 0, {-46.999985f, -1.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -157.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1017b", 0, {-46.999985f, -1.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -67.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1017b", 0, {-45.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -275.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1016b", 0, {-46.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -366.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1016b", 0, {-45.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 295.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p4173b", 0, {-46.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 594.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p2007b", 0, {-46.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 504.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p4166b", 0, {-47.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {-15.0f, 198.0f, -13.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4122b", 0, {-11.99999f, 60.00001f, 22.999971f, 23.000006f, -25.999998f, 38.0f} }, + { {67.0f, 198.0f, -13.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4122b", 0, {-12.99999f, 60.00001f, 22.999971f, 23.000006f, -25.999998f, 38.0f} }, + { {-15.0f, 198.0f, -221.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4130b", 0, {-11.999989f, 60.00001f, 23.999971f, 24.000004f, -25.999998f, 38.0f} }, + { {67.0f, 198.0f, -221.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4130b", 0, {-12.999989f, 60.00001f, 23.999971f, 24.000006f, -25.999998f, 38.0f} }, + { {-866.0f, 198.0f, 437.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4163b", 0, {-39.999996f, 33.000008f, 10.999984f, 11.000018f, -25.999998f, 38.0f} }, + { {-928.0f, 198.0f, 449.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4163b", 0, {-58.999992f, 13.000011f, 22.999992f, 23.000027f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 386.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p2003b", 0, {-46.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 2084, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 2085, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 2086, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 2087, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 2088, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 2089, 0, + /* Type = ObjectiveEnterRoom; index = 6 */ + _mkword(0, _mkshort(0, 32)), 152, 0, 0, + /* Type = ObjectiveEnd; index = 7 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 8 */ + _mkword(0, _mkshort(0, 23)), 1, 2090, 0, + /* Type = ObjectiveCompleteCondition; index = 9 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveEnd; index = 10 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 11 */ + _mkword(0, _mkshort(0, 23)), 2, 2091, 1, + /* Type = ObjectiveCollectObject; index = 12 */ + _mkword(0, _mkshort(0, 28)), 2, + /* Type = ObjectiveFailCondition; index = 13 */ + _mkword(0, _mkshort(0, 27)), 4096, + /* Type = ObjectiveEnd; index = 14 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 15 */ + _mkword(0, _mkshort(0, 23)), 3, 2092, 0, + /* Type = ObjectiveEnterRoom; index = 16 */ + _mkword(0, _mkshort(0, 32)), 208, 0, 0, + /* Type = ObjectiveCompleteCondition; index = 17 */ + _mkword(0, _mkshort(0, 26)), 1024, + /* Type = ObjectiveFailCondition; index = 18 */ + _mkword(0, _mkshort(0, 27)), 512, + /* Type = ObjectiveEnd; index = 19 */ + _mkword(0, _mkshort(0, 24)), + /* Type = StandardProp; index = 20 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10013), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 21 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10014), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 22 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10015), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 23 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10016), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 24 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10017), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 25 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10018), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 26 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10019), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 27 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10020), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 28 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10021), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 29 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10022), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 30 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10023), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 31 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10024), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 32 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10025), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 33 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10026), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 34 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10027), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 35 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10171), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 36 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10172), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 37 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10173), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 38 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10174), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 39 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10175), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10176), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10177), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 42 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10178), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 43 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10179), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10180), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10181), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 46 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10182), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 47 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10183), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10185), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10186), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 50 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10187), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 51 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10188), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 52 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10190), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 53 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10191), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 54 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10192), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 55 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10193), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10194), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 57 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10195), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 58 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10196), 0x000201e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 59 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10206), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10207), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10208), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 62 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10209), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 63 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10210), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 64 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10211), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 65 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10212), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 66 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10213), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 67 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10214), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 68 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10215), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 69 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10216), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 70 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10217), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 71 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10218), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 72 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10219), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 73 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10221), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 74 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10222), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 75 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10223), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 76 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10224), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 77 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10225), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 78 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10226), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 79 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10227), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 80 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10228), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 81 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10229), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 82 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10230), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 83 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10231), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 84 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10240), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 85 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10241), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 86 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10244), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 87 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10245), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 88 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10246), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 89 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10247), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 90 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10248), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 91 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10249), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 92 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10250), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 93 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10251), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 94 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10252), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 95 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10253), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 96 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10254), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 97 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10255), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 98 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10256), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 99 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10257), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 100 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10258), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 101 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10259), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 102 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10028), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 103 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10029), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 104 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10030), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 105 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10031), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 106 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10032), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 107 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10033), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 108 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10035), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 109 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10038), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 110 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10039), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 111 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10040), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 112 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10041), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 113 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10042), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 114 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10043), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 115 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10044), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 116 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10045), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 117 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10046), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 118 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10047), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 119 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10048), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 120 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10049), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 121 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10050), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 122 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10051), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 123 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10052), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 124 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10053), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 125 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10054), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 126 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10055), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 127 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10056), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 128 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10057), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 129 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10058), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 130 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10059), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 131 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10060), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 132 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10062), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 133 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10063), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 134 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10064), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 135 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10065), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 136 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10066), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 137 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10067), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 138 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10068), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 139 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10069), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 140 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10070), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 141 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10072), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 142 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10077), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 143 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10078), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 144 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10079), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 145 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10080), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 146 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10081), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 147 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10083), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 148 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10084), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 149 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10085), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 150 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10086), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 151 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10087), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 152 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10088), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 153 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10091), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 154 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10092), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 155 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10093), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 156 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10094), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 157 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10095), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 158 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10096), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 159 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10097), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 160 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10098), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 161 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10099), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 162 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10100), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 163 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10101), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 164 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10102), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 165 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10103), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 166 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10104), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 167 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10105), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 168 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10106), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 169 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10108), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 170 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10136), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 171 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10137), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 172 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10138), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 173 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10139), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 174 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10140), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 175 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10141), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 176 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10142), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 177 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10144), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 178 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10145), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 179 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10146), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 180 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10147), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 181 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10151), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 182 */ + _mkword(256, _mkshort(0, 3)), _mkword(18, 10152), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 183 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10309), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 184 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10310), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 185 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10311), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 186 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10312), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 187 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10313), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 188 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10314), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 189 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10315), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 190 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10316), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 191 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10317), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 192 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10318), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 193 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10319), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 194 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10320), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 195 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10321), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 196 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10322), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 197 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10323), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 198 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10324), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 199 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10293), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 200 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10294), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 201 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10295), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 202 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10296), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 203 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10297), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 204 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10298), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 205 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10110), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 206 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10111), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 207 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10112), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 208 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10153), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 209 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10154), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 210 */ + _mkword(179, _mkshort(0, 3)), _mkword(40, 200), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 211 */ + _mkword(179, _mkshort(0, 3)), _mkword(40, 201), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Safe; index = 212 */ + _mkword(256, _mkshort(0, 43)), _mkword(254, 10134), 0x000201e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 213 */ + _mkword(256, _mkshort(0, 1)), _mkword(293, 135), 0x00000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00000f5c, 0x00000f5c, 0x00010000, _mkword(8, 5), 0x00000004, 268435455, 16, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 214 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0xffff), 0, 0, + /* Type = Rename; index = 215 */ + _mkword(0, _mkshort(0, 37)), 0xfffffffe, 0, 0, 0, 0, 0, 2100, 0, 0, + /* Type = StandardProp; index = 216 */ + _mkword(640, _mkshort(0, 3)), _mkword(274, 199), 0x01260008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SafeItem; index = 217 */ + _mkword(0, _mkshort(0, 44)), -1, -5, -4, 0, + /* Type = Tag; index = 218 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0xfffe), 0, 0, + /* Type = Rename; index = 219 */ + _mkword(0, _mkshort(0, 37)), 0xfffffffd, 62, 2101, 2102, 2103, 2104, 2105, 0, 0, + /* Type = StandardProp; index = 220 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10237), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 221 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10238), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 222 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10285), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 223 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10286), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 224 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10287), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 225 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10288), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 226 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10289), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 227 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10290), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 228 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10291), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 229 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10292), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 230 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10113), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 231 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10114), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 232 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10115), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 233 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10170), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 234 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 10232), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 235 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10239), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 236 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 10233), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 237 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = AmmoMag; index = 238 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65534), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = AmmoMag; index = 239 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65533), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = AmmoMag; index = 240 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65532), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = AmmoMag; index = 241 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65531), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = Tag; index = 242 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Collectable; index = 243 */ + _mkword(256, _mkshort(0, 8)), _mkword(191, 207), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x04, 0xff), 0xffff), 0, + /* Type = Tag; index = 244 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = AmmoMag; index = 245 */ + _mkword(256, _mkshort(0, 7)), _mkword(133, 206), 0x00000001, 0x00040000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 246 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 10234), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 247 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 10235), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 248 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 10236), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 249 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 10261), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 250 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 10262), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 251 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 10263), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 252 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 10264), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 253 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 10265), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 254 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 10266), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 255 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 10267), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 256 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 10268), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Armour; index = 257 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 10064), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 258 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 10220), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = DoorScale; index = 259 */ + _mkword(0, _mkshort(0, 2)), 49152, + /* Type = Door; index = 260 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 119), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 261 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 120), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 262 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 121), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 263 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 122), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 264 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 123), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 265 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 299), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 266 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 300), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 267 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 301), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 268 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 302), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 269 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 303), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000002, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 270 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 304), 0x30000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 271 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 124), 0x30000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 272 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 125), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 273 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 126), 0x30000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000080, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 274 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 127), 0x10000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000080, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 275 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 129), 0x30000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 276 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 130), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 277 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 128), 0x10000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000080, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 278 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 197), 0x30000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 279 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 198), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 280 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 199), 0x30000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 281 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 200), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 282 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 201), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 283 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 131), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 284 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 132), 0x30000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 285 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 133), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 286 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 202), 0x30000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 287 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 203), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 288 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 204), 0x30000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 289 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 205), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 290 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 305), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 291 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 306), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 292 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 307), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 293 */ + _mkword(256, _mkshort(0, 1)), _mkword(297, 308), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Glass; index = 294 */ + _mkword(256, _mkshort(0, 42)), _mkword(105, 10009), 0x00000162, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 295 */ + _mkword(256, _mkshort(0, 42)), _mkword(105, 10010), 0x00000162, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 296 */ + _mkword(256, _mkshort(0, 42)), _mkword(105, 10011), 0x00000162, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 297 */ + _mkword(256, _mkshort(0, 42)), _mkword(105, 10006), 0x00000162, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 298 */ + _mkword(256, _mkshort(0, 42)), _mkword(105, 10007), 0x00000162, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 299 */ + _mkword(256, _mkshort(0, 42)), _mkword(105, 10008), 0x00000162, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 300 */ + _mkword(256, _mkshort(0, 42)), _mkword(106, 10012), 0x00000162, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 301 */ + _mkword(256, _mkshort(0, 42)), _mkword(107, 10000), 0x00000162, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 302 */ + _mkword(256, _mkshort(0, 42)), _mkword(107, 10001), 0x00000162, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 303 */ + _mkword(256, _mkshort(0, 42)), _mkword(107, 10002), 0x00000162, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 304 */ + _mkword(256, _mkshort(0, 42)), _mkword(107, 10003), 0x00000162, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 305 */ + _mkword(256, _mkshort(0, 42)), _mkword(107, 10004), 0x00000162, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 306 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 183), _mkword(16, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 307 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 73), _mkword(19, 1041), 0xffffffff, _mkword(1000, 100), _mkword(0, 0x0045), 0x00000000, + /* Type = Guard; index = 308 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 185), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 309 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 186), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 310 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 187), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 311 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 188), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 312 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 189), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Hat; index = 313 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 314 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 315 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 316 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 317 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 318 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 319 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 320 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 321 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 322 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Guard; index = 323 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 177), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 324 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 178), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 325 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 179), _mkword(19, 1034), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 326 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 184), _mkword(19, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 327 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 193), _mkword(19, 1034), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 328 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 194), _mkword(19, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 329 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 195), _mkword(19, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 330 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 197), _mkword(19, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Key; index = 331 */ + _mkword(256, _mkshort(0, 4)), _mkword(244, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 2, + /* Type = Rename; index = 332 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 83, 2094, 2095, 2096, 2097, 2098, 0, 0, + /* Type = Guard; index = 333 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 198), _mkword(19, 1039), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 334 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 180), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 335 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 181), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 336 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 182), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 337 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 176), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Hat; index = 338 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 339 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 340 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 341 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 342 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 343 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 344 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 345 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Hat; index = 346 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 347 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 348 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 349 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 350 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 351 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 352 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 353 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 9), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Collectable; index = 354 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 9), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Collectable; index = 355 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Collectable; index = 356 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Collectable; index = 357 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 12), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Collectable; index = 358 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 12), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Collectable; index = 359 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Collectable; index = 360 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Collectable; index = 361 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Collectable; index = 362 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 363 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 364 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 365 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Guard; index = 366 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 173), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 367 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 174), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 368 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 175), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Hat; index = 369 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 370 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 371 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 372 */ + _mkword(0, _mkshort(0, 18)), 20, 0x00000019, + /* Type = SetGuardAttribute; index = 373 */ + _mkword(0, _mkshort(0, 18)), 21, 0x00000019, + /* Type = SetGuardAttribute; index = 374 */ + _mkword(0, _mkshort(0, 18)), 22, 0x00000019, + /* Type = SetGuardAttribute; index = 375 */ + _mkword(0, _mkshort(0, 18)), 9, 0x00000019, + /* Type = SetGuardAttribute; index = 376 */ + _mkword(0, _mkshort(0, 18)), 10, 0x00000019, + /* Type = SetGuardAttribute; index = 377 */ + _mkword(0, _mkshort(0, 18)), 11, 0x0000000c, + /* Type = SetGuardAttribute; index = 378 */ + _mkword(0, _mkshort(0, 18)), 12, 0x0000000c, + /* Type = SetGuardAttribute; index = 379 */ + _mkword(0, _mkshort(0, 18)), 13, 0x00000019, + /* Type = Collectable; index = 380 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 381 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 382 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Guard; index = 383 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 50), _mkword(2, 1025), 0xffffffff, _mkword(1950, 70), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 384 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 2), _mkword(2, 1026), 0xffffffff, _mkword(1950, 70), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 385 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 117), _mkword(2, 1027), 0xffffffff, _mkword(1950, 70), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 386 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 151), _mkword(2, 1028), 0xffffffff, _mkword(1950, 70), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 387 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 69), _mkword(2, 1029), 0xffffffff, _mkword(1950, 70), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 388 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 103), _mkword(2, 1030), 0xffffffff, _mkword(1950, 70), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 389 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 167), _mkword(2, 1031), 0xffffffff, _mkword(1950, 70), _mkword(0, 0xffff), 0x00000000, + /* Type = Hat; index = 390 */ + _mkword(256, _mkshort(0, 17)), _mkword(222, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 391 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 23), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Collectable; index = 392 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 23), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Hat; index = 393 */ + _mkword(256, _mkshort(0, 17)), _mkword(222, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 394 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 24), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Collectable; index = 395 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 24), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Hat; index = 396 */ + _mkword(256, _mkshort(0, 17)), _mkword(222, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 397 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 25), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Collectable; index = 398 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 25), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Hat; index = 399 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 400 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 401 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 402 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 403 */ + _mkword(0, _mkshort(0, 18)), 26, 0x0000000c, + /* Type = SetGuardAttribute; index = 404 */ + _mkword(0, _mkshort(0, 18)), 27, 0x0000000c, + /* Type = SetGuardAttribute; index = 405 */ + _mkword(0, _mkshort(0, 18)), 28, 0x0000000c, + /* Type = Collectable; index = 406 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 407 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 408 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 409 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Tag; index = 410 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = Key; index = 411 */ + _mkword(384, _mkshort(0, 4)), _mkword(243, 1), 0x00006000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 4, + /* Type = Rename; index = 412 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 82, 2106, 2107, 2108, 2109, 2110, 0, 0, + /* Type = Cutscene; index = 413 */ + _mkword(0, _mkshort(0, 46)), 43262, 5600, -315317, 200939, 4575, 209, + /* Type = Tag; index = 414 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0xffff), 0, 0, + /* Type = EndProps; index = 415 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xfffd09e7, 0xfffffcc6, 0xfffe6ad5, 0x0003c518, 0x0000506c, 0x00000045, 0x0000082d, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0xffff3ede, 0x0000a338, 0xfffd031f, 0x00056f3c, 0x00062daf, 0x00000037, 0x0000082d, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 2 */ + _mkword(0, _mkshort(0, 7)), 8, 25, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 192, 0, + /* Type = StartWeapon; index = 4 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 60, -1, 0, + /* Type = StartAmmo; index = 6 */ + _mkword(0, _mkshort(0, 2)), 25, 5, 0, + /* Type = Cuff; index = 7 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0xffd50000, 0xff8a0000, 0x02810000, 0x0000b333, 0x001fb52e, 0xffffffff, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0xffd50000, 0xff8a0000, 0x02810000, 0x0000b333, 0x001fb52e, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0x001c0000, 0xff8a0000, 0x02880000, 0x0000b333, 0x002c6607, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00860000, 0xffe90000, 0x01f50000, 0x0000a58d, 0x0029aee1, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a20000, 0x00070000, 0x00f60000, 0x000095f2, 0x00211fcf, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00760000, 0x000a0000, 0x00470000, 0x000087cf, 0x001f4192, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00280000, 0x000a0000, 0xffee0000, 0x000066ed, 0x001ce037, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00020000, 0x000a0000, 0xffe20000, 0x00004000, 0x00199ace, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 19 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { -1 }; +s32 path_neighbors_1[] = { 16, -1 }; +s32 path_neighbors_2[] = { 3, 5, -1 }; +s32 path_neighbors_3[] = { 2, 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 2, 4, 14, 15, -1 }; +s32 path_neighbors_6[] = { 8, -1 }; +s32 path_neighbors_7[] = { 8, 20, -1 }; +s32 path_neighbors_8[] = { 6, 7, 11, 13, 19, -1 }; +s32 path_neighbors_9[] = { 10, 13, -1 }; +s32 path_neighbors_10[] = { 9, 11, -1 }; +s32 path_neighbors_11[] = { 8, 10, 12, -1 }; +s32 path_neighbors_12[] = { 11, -1 }; +s32 path_neighbors_13[] = { 8, 9, -1 }; +s32 path_neighbors_14[] = { 5, 15, -1 }; +s32 path_neighbors_15[] = { 5, 14, 16, 19, -1 }; +s32 path_neighbors_16[] = { 1, 15, 17, 18, 19, 20, -1 }; +s32 path_neighbors_17[] = { 16, -1 }; +s32 path_neighbors_18[] = { 16, -1 }; +s32 path_neighbors_19[] = { 8, 15, 16, -1 }; +s32 path_neighbors_20[] = { 7, 16, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, -1 }; +s32 path_indeces_1[] = { 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, -1 }; +s32 path_indeces_2[] = { 17, 18, 19, 20, 21, 22, -1 }; +s32 path_indeces_3[] = { 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, -1 }; +s32 path_indeces_4[] = { 40, 41, 42, 43, 44, -1 }; +s32 path_indeces_5[] = { 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, -1 }; +s32 path_indeces_6[] = { 65, 66, 67, 68, 69, -1 }; +s32 path_indeces_7[] = { 70, 71, 72, 73, 74, 75, -1 }; +s32 path_indeces_8[] = { 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, -1 }; +s32 path_indeces_9[] = { 91, 92, 93, -1 }; +s32 path_indeces_10[] = { 94, 95, 96, 97, 98, 99, -1 }; +s32 path_indeces_11[] = { 100, 101, 102, -1 }; +s32 path_indeces_12[] = { 103, 104, -1 }; +s32 path_indeces_13[] = { 105, 106, 107, 108, 109, -1 }; +s32 path_indeces_14[] = { 110, 111, 112, 113, 114, 115, 116, 117, 118, -1 }; +s32 path_indeces_15[] = { 119, 120, 121, 122, 123, 124, 125, -1 }; +s32 path_indeces_16[] = { 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, -1 }; +s32 path_indeces_17[] = { 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, -1 }; +s32 path_indeces_18[] = { 156, -1 }; +s32 path_indeces_19[] = { 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, -1 }; +s32 path_indeces_20[] = { 168, 169, 170, 171, 172, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { &path_neighbors_15, &path_indeces_15, 0 }, + { &path_neighbors_16, &path_indeces_16, 0 }, + { &path_neighbors_17, &path_indeces_17, 0 }, + { &path_neighbors_18, &path_indeces_18, 0 }, + { &path_neighbors_19, &path_indeces_19, 0 }, + { &path_neighbors_20, &path_indeces_20, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "hallextarch_all_p", + "hall18arch_all_p", + "hall17arch_all_p", + "hall16arch_all_p", + "hall15arch_all_p", + "hall14arch_all_p", + "hall13arch_all_p", + "hall12arch_all_p", + "hall11arch_all_p", + "hall10arch_all_p", + "hall9arch_all_p", + "hall8arch_all_p", + "hall7arch_all_p", + "hall6aarch_all_p", + "hall6arch_all_p", + "hall5arch_all_p", + "hall4arch_all_p", + "hall3arch_all_p", + "hall2arch_all_p", + "hall1aarch_all_p", + "hall1arch_all_p", + NULL +}; + + +s32 path_table_0[] = { 1, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, -1 }; +s32 path_table_3[] = { 4, 135, -1 }; +s32 path_table_4[] = { 3, 6, 7, 9, 12, -1 }; +s32 path_table_5[] = { 6, 8, 10, 13, -1 }; +s32 path_table_6[] = { 4, 5, 7, 9, 10, 13, -1 }; +s32 path_table_7[] = { 4, 6, 8, -1 }; +s32 path_table_8[] = { 5, 7, -1 }; +s32 path_table_9[] = { 4, 6, 10, 12, -1 }; +s32 path_table_10[] = { 5, 6, 9, 11, 13, 15, -1 }; +s32 path_table_11[] = { 10, 12, 13, 15, -1 }; +s32 path_table_12[] = { 4, 9, 11, -1 }; +s32 path_table_13[] = { 5, 6, 10, 11, 14, 15, -1 }; +s32 path_table_14[] = { 13, 16, -1 }; +s32 path_table_15[] = { 10, 11, 13, -1 }; +s32 path_table_16[] = { 14, -1 }; +s32 path_table_17[] = { 18, 53, -1 }; +s32 path_table_18[] = { 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, 21, -1 }; +s32 path_table_20[] = { 19, 21, 39, -1 }; +s32 path_table_21[] = { 19, 20, 22, -1 }; +s32 path_table_22[] = { 21, -1 }; +s32 path_table_23[] = { 30, 31, 32, -1 }; +s32 path_table_24[] = { 25, 26, 36, -1 }; +s32 path_table_25[] = { 24, 26, 31, -1 }; +s32 path_table_26[] = { 24, 25, 27, -1 }; +s32 path_table_27[] = { 26, 28, 30, 35, -1 }; +s32 path_table_28[] = { 27, 29, 34, -1 }; +s32 path_table_29[] = { 28, 30, -1 }; +s32 path_table_30[] = { 23, 27, 29, -1 }; +s32 path_table_31[] = { 23, 25, 32, -1 }; +s32 path_table_32[] = { 23, 31, 44, -1 }; +s32 path_table_33[] = { 34, -1 }; +s32 path_table_34[] = { 28, 33, 35, -1 }; +s32 path_table_35[] = { 27, 34, 36, -1 }; +s32 path_table_36[] = { 24, 35, 37, 38, -1 }; +s32 path_table_37[] = { 36, 38, 39, -1 }; +s32 path_table_38[] = { 36, 37, 39, -1 }; +s32 path_table_39[] = { 20, 37, 38, -1 }; +s32 path_table_40[] = { 41, 45, -1 }; +s32 path_table_41[] = { 40, 42, -1 }; +s32 path_table_42[] = { 41, 43, -1 }; +s32 path_table_43[] = { 42, 44, -1 }; +s32 path_table_44[] = { 32, 43, -1 }; +s32 path_table_45[] = { 40, 50, -1 }; +s32 path_table_46[] = { 47, -1 }; +s32 path_table_47[] = { 46, 49, -1 }; +s32 path_table_48[] = { 49, -1 }; +s32 path_table_49[] = { 47, 48, 52, -1 }; +s32 path_table_50[] = { 45, 52, -1 }; +s32 path_table_51[] = { 52, 121, -1 }; +s32 path_table_52[] = { 49, 50, 51, 54, -1 }; +s32 path_table_53[] = { 17, 54, 61, -1 }; +s32 path_table_54[] = { 52, 53, 60, 61, -1 }; +s32 path_table_55[] = { 57, 114, -1 }; +s32 path_table_56[] = { 57, -1 }; +s32 path_table_57[] = { 55, 56, 58, -1 }; +s32 path_table_58[] = { 57, 59, 61, -1 }; +s32 path_table_59[] = { 58, -1 }; +s32 path_table_60[] = { 54, 61, 63, -1 }; +s32 path_table_61[] = { 53, 54, 58, 60, 62, -1 }; +s32 path_table_62[] = { 61, -1 }; +s32 path_table_63[] = { 60, 64, -1 }; +s32 path_table_64[] = { 63, -1 }; +s32 path_table_65[] = { 66, 68, 89, -1 }; +s32 path_table_66[] = { 65, 67, 68, -1 }; +s32 path_table_67[] = { 66, 68, -1 }; +s32 path_table_68[] = { 65, 66, 67, 69, -1 }; +s32 path_table_69[] = { 68, -1 }; +s32 path_table_70[] = { 71, 75, -1 }; +s32 path_table_71[] = { 70, 88, -1 }; +s32 path_table_72[] = { 73, 168, -1 }; +s32 path_table_73[] = { 72, 74, -1 }; +s32 path_table_74[] = { 73, 75, -1 }; +s32 path_table_75[] = { 70, 74, -1 }; +s32 path_table_76[] = { 77, 90, -1 }; +s32 path_table_77[] = { 76, 85, 90, -1 }; +s32 path_table_78[] = { 84, 86, 87, -1 }; +s32 path_table_79[] = { 80, 87, -1 }; +s32 path_table_80[] = { 79, 82, 83, -1 }; +s32 path_table_81[] = { 82, 109, 165, -1 }; +s32 path_table_82[] = { 80, 81, 101, -1 }; +s32 path_table_83[] = { 80, 84, 87, -1 }; +s32 path_table_84[] = { 78, 83, 85, 167, -1 }; +s32 path_table_85[] = { 77, 84, 86, -1 }; +s32 path_table_86[] = { 78, 85, 88, 89, -1 }; +s32 path_table_87[] = { 78, 79, 83, -1 }; +s32 path_table_88[] = { 71, 86, 89, -1 }; +s32 path_table_89[] = { 65, 86, 88, 90, -1 }; +s32 path_table_90[] = { 76, 77, 89, -1 }; +s32 path_table_91[] = { 92, 97, -1 }; +s32 path_table_92[] = { 91, 93, -1 }; +s32 path_table_93[] = { 92, 109, -1 }; +s32 path_table_94[] = { 95, 99, 100, -1 }; +s32 path_table_95[] = { 94, 96, -1 }; +s32 path_table_96[] = { 95, 97, -1 }; +s32 path_table_97[] = { 91, 96, 98, -1 }; +s32 path_table_98[] = { 97, 99, -1 }; +s32 path_table_99[] = { 94, 98, -1 }; +s32 path_table_100[] = { 94, 101, 102, -1 }; +s32 path_table_101[] = { 82, 100, -1 }; +s32 path_table_102[] = { 100, 104, -1 }; +s32 path_table_103[] = { 104, -1 }; +s32 path_table_104[] = { 102, 103, -1 }; +s32 path_table_105[] = { 106, 107, -1 }; +s32 path_table_106[] = { 105, -1 }; +s32 path_table_107[] = { 105, 108, -1 }; +s32 path_table_108[] = { 107, 109, -1 }; +s32 path_table_109[] = { 81, 93, 108, -1 }; +s32 path_table_110[] = { 114, 115, 117, 125, -1 }; +s32 path_table_111[] = { 113, 118, -1 }; +s32 path_table_112[] = { 113, 117, -1 }; +s32 path_table_113[] = { 111, 112, -1 }; +s32 path_table_114[] = { 55, 110, 115, 116, -1 }; +s32 path_table_115[] = { 110, 114, 124, -1 }; +s32 path_table_116[] = { 114, 118, -1 }; +s32 path_table_117[] = { 110, 112, 118, -1 }; +s32 path_table_118[] = { 111, 116, 117, -1 }; +s32 path_table_119[] = { 120, 157, -1 }; +s32 path_table_120[] = { 119, 122, -1 }; +s32 path_table_121[] = { 51, 124, -1 }; +s32 path_table_122[] = { 120, 123, -1 }; +s32 path_table_123[] = { 122, 125, 133, 134, -1 }; +s32 path_table_124[] = { 115, 121, 125, -1 }; +s32 path_table_125[] = { 110, 123, 124, -1 }; +s32 path_table_126[] = { 127, 143, -1 }; +s32 path_table_127[] = { 126, 134, 145, -1 }; +s32 path_table_128[] = { 130, 145, -1 }; +s32 path_table_129[] = { 130, -1 }; +s32 path_table_130[] = { 128, 129, 131, 133, 134, 135, -1 }; +s32 path_table_131[] = { 130, 132, -1 }; +s32 path_table_132[] = { 131, 133, -1 }; +s32 path_table_133[] = { 123, 130, 132, -1 }; +s32 path_table_134[] = { 123, 127, 130, -1 }; +s32 path_table_135[] = { 3, 130, -1 }; +s32 path_table_136[] = { 137, 145, -1 }; +s32 path_table_137[] = { 136, 138, 143, -1 }; +s32 path_table_138[] = { 137, 141, 172, -1 }; +s32 path_table_139[] = { 140, 141, 154, -1 }; +s32 path_table_140[] = { 139, 142, -1 }; +s32 path_table_141[] = { 138, 139, 144, 156, -1 }; +s32 path_table_142[] = { 140, 144, 157, -1 }; +s32 path_table_143[] = { 126, 137, 144, 145, 157, -1 }; +s32 path_table_144[] = { 141, 142, 143, -1 }; +s32 path_table_145[] = { 127, 128, 136, 143, -1 }; +s32 path_table_146[] = { 147, 155, -1 }; +s32 path_table_147[] = { 146, -1 }; +s32 path_table_148[] = { 149, 151, -1 }; +s32 path_table_149[] = { 148, -1 }; +s32 path_table_150[] = { 151, -1 }; +s32 path_table_151[] = { 148, 150, 152, -1 }; +s32 path_table_152[] = { 151, 153, -1 }; +s32 path_table_153[] = { 152, 154, -1 }; +s32 path_table_154[] = { 139, 153, 155, -1 }; +s32 path_table_155[] = { 146, 154, -1 }; +s32 path_table_156[] = { 141, -1 }; +s32 path_table_157[] = { 119, 142, 143, 158, -1 }; +s32 path_table_158[] = { 157, 159, -1 }; +s32 path_table_159[] = { 158, 160, -1 }; +s32 path_table_160[] = { 159, 161, -1 }; +s32 path_table_161[] = { 160, 162, 163, 167, -1 }; +s32 path_table_162[] = { 161, 163, 167, -1 }; +s32 path_table_163[] = { 161, 162, 164, -1 }; +s32 path_table_164[] = { 163, 165, 166, 167, -1 }; +s32 path_table_165[] = { 81, 164, -1 }; +s32 path_table_166[] = { 164, 167, -1 }; +s32 path_table_167[] = { 84, 161, 162, 164, 166, -1 }; +s32 path_table_168[] = { 72, 169, 170, -1 }; +s32 path_table_169[] = { 168, 171, -1 }; +s32 path_table_170[] = { 168, 171, -1 }; +s32 path_table_171[] = { 169, 170, 172, -1 }; +s32 path_table_172[] = { 138, 171, -1 }; + +waypoint pathwaypoints[] = { + { 0x000000ac, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000000ab, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000000aa, &path_table_2, 0x00000000, 0x00000000 }, + { 0x000000a9, &path_table_3, 0x00000001, 0x00000000 }, + { 0x000000a8, &path_table_4, 0x00000001, 0x00000000 }, + { 0x000000a7, &path_table_5, 0x00000001, 0x00000000 }, + { 0x000000a6, &path_table_6, 0x00000001, 0x00000000 }, + { 0x000000a5, &path_table_7, 0x00000001, 0x00000000 }, + { 0x000000a4, &path_table_8, 0x00000001, 0x00000000 }, + { 0x000000a3, &path_table_9, 0x00000001, 0x00000000 }, + { 0x000000a2, &path_table_10, 0x00000001, 0x00000000 }, + { 0x000000a1, &path_table_11, 0x00000001, 0x00000000 }, + { 0x000000a0, &path_table_12, 0x00000001, 0x00000000 }, + { 0x0000009f, &path_table_13, 0x00000001, 0x00000000 }, + { 0x0000009e, &path_table_14, 0x00000001, 0x00000000 }, + { 0x0000009d, &path_table_15, 0x00000001, 0x00000000 }, + { 0x0000009c, &path_table_16, 0x00000001, 0x00000000 }, + { 0x0000009b, &path_table_17, 0x00000002, 0x00000000 }, + { 0x0000009a, &path_table_18, 0x00000002, 0x00000000 }, + { 0x00000099, &path_table_19, 0x00000002, 0x00000000 }, + { 0x00000098, &path_table_20, 0x00000002, 0x00000000 }, + { 0x00000097, &path_table_21, 0x00000002, 0x00000000 }, + { 0x00000096, &path_table_22, 0x00000002, 0x00000000 }, + { 0x00000095, &path_table_23, 0x00000003, 0x00000000 }, + { 0x00000094, &path_table_24, 0x00000003, 0x00000000 }, + { 0x00000093, &path_table_25, 0x00000003, 0x00000000 }, + { 0x00000092, &path_table_26, 0x00000003, 0x00000000 }, + { 0x00000091, &path_table_27, 0x00000003, 0x00000000 }, + { 0x00000090, &path_table_28, 0x00000003, 0x00000000 }, + { 0x0000008f, &path_table_29, 0x00000003, 0x00000000 }, + { 0x0000008e, &path_table_30, 0x00000003, 0x00000000 }, + { 0x0000008d, &path_table_31, 0x00000003, 0x00000000 }, + { 0x0000008c, &path_table_32, 0x00000003, 0x00000000 }, + { 0x0000008b, &path_table_33, 0x00000003, 0x00000000 }, + { 0x0000008a, &path_table_34, 0x00000003, 0x00000000 }, + { 0x00000089, &path_table_35, 0x00000003, 0x00000000 }, + { 0x00000088, &path_table_36, 0x00000003, 0x00000000 }, + { 0x00000087, &path_table_37, 0x00000003, 0x00000000 }, + { 0x00000086, &path_table_38, 0x00000003, 0x00000000 }, + { 0x00000085, &path_table_39, 0x00000003, 0x00000000 }, + { 0x00000084, &path_table_40, 0x00000004, 0x00000000 }, + { 0x00000083, &path_table_41, 0x00000004, 0x00000000 }, + { 0x00000082, &path_table_42, 0x00000004, 0x00000000 }, + { 0x00000081, &path_table_43, 0x00000004, 0x00000000 }, + { 0x00000080, &path_table_44, 0x00000004, 0x00000000 }, + { 0x0000007f, &path_table_45, 0x00000005, 0x00000000 }, + { 0x0000007e, &path_table_46, 0x00000005, 0x00000000 }, + { 0x0000007d, &path_table_47, 0x00000005, 0x00000000 }, + { 0x0000007c, &path_table_48, 0x00000005, 0x00000000 }, + { 0x0000007b, &path_table_49, 0x00000005, 0x00000000 }, + { 0x0000007a, &path_table_50, 0x00000005, 0x00000000 }, + { 0x00000079, &path_table_51, 0x00000005, 0x00000000 }, + { 0x00000078, &path_table_52, 0x00000005, 0x00000000 }, + { 0x00000077, &path_table_53, 0x00000005, 0x00000000 }, + { 0x00000076, &path_table_54, 0x00000005, 0x00000000 }, + { 0x00000075, &path_table_55, 0x00000005, 0x00000000 }, + { 0x00000074, &path_table_56, 0x00000005, 0x00000000 }, + { 0x00000073, &path_table_57, 0x00000005, 0x00000000 }, + { 0x00000072, &path_table_58, 0x00000005, 0x00000000 }, + { 0x00000071, &path_table_59, 0x00000005, 0x00000000 }, + { 0x00000070, &path_table_60, 0x00000005, 0x00000000 }, + { 0x0000006f, &path_table_61, 0x00000005, 0x00000000 }, + { 0x0000006e, &path_table_62, 0x00000005, 0x00000000 }, + { 0x0000006d, &path_table_63, 0x00000005, 0x00000000 }, + { 0x0000006c, &path_table_64, 0x00000005, 0x00000000 }, + { 0x0000006b, &path_table_65, 0x00000006, 0x00000000 }, + { 0x0000006a, &path_table_66, 0x00000006, 0x00000000 }, + { 0x00000069, &path_table_67, 0x00000006, 0x00000000 }, + { 0x00000068, &path_table_68, 0x00000006, 0x00000000 }, + { 0x00000067, &path_table_69, 0x00000006, 0x00000000 }, + { 0x00000066, &path_table_70, 0x00000007, 0x00000000 }, + { 0x00000065, &path_table_71, 0x00000007, 0x00000000 }, + { 0x00000064, &path_table_72, 0x00000007, 0x00000000 }, + { 0x00000063, &path_table_73, 0x00000007, 0x00000000 }, + { 0x00000062, &path_table_74, 0x00000007, 0x00000000 }, + { 0x00000061, &path_table_75, 0x00000007, 0x00000000 }, + { 0x00000060, &path_table_76, 0x00000008, 0x00000000 }, + { 0x0000005f, &path_table_77, 0x00000008, 0x00000000 }, + { 0x0000005e, &path_table_78, 0x00000008, 0x00000000 }, + { 0x0000005d, &path_table_79, 0x00000008, 0x00000000 }, + { 0x0000005c, &path_table_80, 0x00000008, 0x00000000 }, + { 0x0000005b, &path_table_81, 0x00000008, 0x00000000 }, + { 0x0000005a, &path_table_82, 0x00000008, 0x00000000 }, + { 0x00000059, &path_table_83, 0x00000008, 0x00000000 }, + { 0x00000058, &path_table_84, 0x00000008, 0x00000000 }, + { 0x00000057, &path_table_85, 0x00000008, 0x00000000 }, + { 0x00000056, &path_table_86, 0x00000008, 0x00000000 }, + { 0x00000055, &path_table_87, 0x00000008, 0x00000000 }, + { 0x00000054, &path_table_88, 0x00000008, 0x00000000 }, + { 0x00000053, &path_table_89, 0x00000008, 0x00000000 }, + { 0x00000052, &path_table_90, 0x00000008, 0x00000000 }, + { 0x00000051, &path_table_91, 0x00000009, 0x00000000 }, + { 0x00000050, &path_table_92, 0x00000009, 0x00000000 }, + { 0x0000004f, &path_table_93, 0x00000009, 0x00000000 }, + { 0x0000004e, &path_table_94, 0x0000000a, 0x00000000 }, + { 0x0000004d, &path_table_95, 0x0000000a, 0x00000000 }, + { 0x0000004c, &path_table_96, 0x0000000a, 0x00000000 }, + { 0x0000004b, &path_table_97, 0x0000000a, 0x00000000 }, + { 0x0000004a, &path_table_98, 0x0000000a, 0x00000000 }, + { 0x00000049, &path_table_99, 0x0000000a, 0x00000000 }, + { 0x00000048, &path_table_100, 0x0000000b, 0x00000000 }, + { 0x00000047, &path_table_101, 0x0000000b, 0x00000000 }, + { 0x00000046, &path_table_102, 0x0000000b, 0x00000000 }, + { 0x00000045, &path_table_103, 0x0000000c, 0x00000000 }, + { 0x00000044, &path_table_104, 0x0000000c, 0x00000000 }, + { 0x00000043, &path_table_105, 0x0000000d, 0x00000000 }, + { 0x00000042, &path_table_106, 0x0000000d, 0x00000000 }, + { 0x00000041, &path_table_107, 0x0000000d, 0x00000000 }, + { 0x00000040, &path_table_108, 0x0000000d, 0x00000000 }, + { 0x0000003f, &path_table_109, 0x0000000d, 0x00000000 }, + { 0x0000003e, &path_table_110, 0x0000000e, 0x00000000 }, + { 0x0000003d, &path_table_111, 0x0000000e, 0x00000000 }, + { 0x0000003c, &path_table_112, 0x0000000e, 0x00000000 }, + { 0x0000003b, &path_table_113, 0x0000000e, 0x00000000 }, + { 0x0000003a, &path_table_114, 0x0000000e, 0x00000000 }, + { 0x00000039, &path_table_115, 0x0000000e, 0x00000000 }, + { 0x00000038, &path_table_116, 0x0000000e, 0x00000000 }, + { 0x00000037, &path_table_117, 0x0000000e, 0x00000000 }, + { 0x00000036, &path_table_118, 0x0000000e, 0x00000000 }, + { 0x00000035, &path_table_119, 0x0000000f, 0x00000000 }, + { 0x00000034, &path_table_120, 0x0000000f, 0x00000000 }, + { 0x00000033, &path_table_121, 0x0000000f, 0x00000000 }, + { 0x00000032, &path_table_122, 0x0000000f, 0x00000000 }, + { 0x00000031, &path_table_123, 0x0000000f, 0x00000000 }, + { 0x00000030, &path_table_124, 0x0000000f, 0x00000000 }, + { 0x0000002f, &path_table_125, 0x0000000f, 0x00000000 }, + { 0x0000002e, &path_table_126, 0x00000010, 0x00000000 }, + { 0x0000002d, &path_table_127, 0x00000010, 0x00000000 }, + { 0x0000002c, &path_table_128, 0x00000010, 0x00000000 }, + { 0x0000002b, &path_table_129, 0x00000010, 0x00000000 }, + { 0x0000002a, &path_table_130, 0x00000010, 0x00000000 }, + { 0x00000029, &path_table_131, 0x00000010, 0x00000000 }, + { 0x00000028, &path_table_132, 0x00000010, 0x00000000 }, + { 0x00000027, &path_table_133, 0x00000010, 0x00000000 }, + { 0x00000026, &path_table_134, 0x00000010, 0x00000000 }, + { 0x00000025, &path_table_135, 0x00000010, 0x00000000 }, + { 0x00000024, &path_table_136, 0x00000010, 0x00000000 }, + { 0x00000023, &path_table_137, 0x00000010, 0x00000000 }, + { 0x00000022, &path_table_138, 0x00000010, 0x00000000 }, + { 0x00000021, &path_table_139, 0x00000010, 0x00000000 }, + { 0x00000020, &path_table_140, 0x00000010, 0x00000000 }, + { 0x0000001f, &path_table_141, 0x00000010, 0x00000000 }, + { 0x0000001e, &path_table_142, 0x00000010, 0x00000000 }, + { 0x0000001d, &path_table_143, 0x00000010, 0x00000000 }, + { 0x0000001c, &path_table_144, 0x00000010, 0x00000000 }, + { 0x0000001b, &path_table_145, 0x00000010, 0x00000000 }, + { 0x0000001a, &path_table_146, 0x00000011, 0x00000000 }, + { 0x00000019, &path_table_147, 0x00000011, 0x00000000 }, + { 0x00000018, &path_table_148, 0x00000011, 0x00000000 }, + { 0x00000017, &path_table_149, 0x00000011, 0x00000000 }, + { 0x00000016, &path_table_150, 0x00000011, 0x00000000 }, + { 0x00000015, &path_table_151, 0x00000011, 0x00000000 }, + { 0x00000014, &path_table_152, 0x00000011, 0x00000000 }, + { 0x00000013, &path_table_153, 0x00000011, 0x00000000 }, + { 0x00000012, &path_table_154, 0x00000011, 0x00000000 }, + { 0x00000011, &path_table_155, 0x00000011, 0x00000000 }, + { 0x00000010, &path_table_156, 0x00000012, 0x00000000 }, + { 0x0000000f, &path_table_157, 0x00000013, 0x00000000 }, + { 0x0000000e, &path_table_158, 0x00000013, 0x00000000 }, + { 0x0000000d, &path_table_159, 0x00000013, 0x00000000 }, + { 0x0000000c, &path_table_160, 0x00000013, 0x00000000 }, + { 0x0000000b, &path_table_161, 0x00000013, 0x00000000 }, + { 0x0000000a, &path_table_162, 0x00000013, 0x00000000 }, + { 0x00000009, &path_table_163, 0x00000013, 0x00000000 }, + { 0x00000008, &path_table_164, 0x00000013, 0x00000000 }, + { 0x00000007, &path_table_165, 0x00000013, 0x00000000 }, + { 0x00000006, &path_table_166, 0x00000013, 0x00000000 }, + { 0x00000005, &path_table_167, 0x00000013, 0x00000000 }, + { 0x00000004, &path_table_168, 0x00000014, 0x00000000 }, + { 0x00000003, &path_table_169, 0x00000014, 0x00000000 }, + { 0x00000002, &path_table_170, 0x00000014, 0x00000000 }, + { 0x00000001, &path_table_171, 0x00000014, 0x00000000 }, + { 0x00000000, &path_table_172, 0x00000014, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "PAD_mext3_arch_all_p", + "PAD_mext2_arch_all_p", + "PAD_mext1_arch_all_p", + "PAD_m148_arch_all_p", + "PAD_m147_arch_all_p", + "PAD_m12_arch_all_p", + "PAD_m11_arch_all_p", + "PAD_m10_arch_all_p", + "PAD_m9_arch_all_p", + "PAD_m8_arch_all_p", + "PAD_m7_arch_all_p", + "PAD_m6_arch_all_p", + "PAD_m5_arch_all_p", + "PAD_m4_arch_all_p", + "PAD_m3_arch_all_p", + "PAD_m2_arch_all_p", + "PAD_m1_arch_all_p", + "PAD_m19_arch_all_p", + "PAD_m18_arch_all_p", + "PAD_m17_arch_all_p", + "PAD_m15_arch_all_p", + "PAD_m14_arch_all_p", + "PAD_m13_arch_all_p", + "PAD_m36_arch_all_p", + "PAD_m35_arch_all_p", + "PAD_m34_arch_all_p", + "PAD_m33_arch_all_p", + "PAD_m32_arch_all_p", + "PAD_m31_arch_all_p", + "PAD_m30_arch_all_p", + "PAD_m29_arch_all_p", + "PAD_m28_arch_all_p", + "PAD_m26_arch_all_p", + "PAD_m25_arch_all_p", + "PAD_m24_arch_all_p", + "PAD_m23_arch_all_p", + "PAD_m22_arch_all_p", + "PAD_m21_arch_all_p", + "PAD_m20_arch_all_p", + "PAD_m16_arch_all_p", + "PAD_m40_arch_all_p", + "PAD_m39_arch_all_p", + "PAD_m38_arch_all_p", + "PAD_m37_arch_all_p", + "PAD_m27_arch_all_p", + "PAD_m60_arch_all_p", + "PAD_m59_arch_all_p", + "PAD_m58_arch_all_p", + "PAD_m57_arch_all_p", + "PAD_m56_arch_all_p", + "PAD_m55_arch_all_p", + "PAD_m54_arch_all_p", + "PAD_m53_arch_all_p", + "PAD_m52_arch_all_p", + "PAD_m51_arch_all_p", + "PAD_m50_arch_all_p", + "PAD_m49_arch_all_p", + "PAD_m48_arch_all_p", + "PAD_m47_arch_all_p", + "PAD_m46_arch_all_p", + "PAD_m45_arch_all_p", + "PAD_m44_arch_all_p", + "PAD_m43_arch_all_p", + "PAD_m42_arch_all_p", + "PAD_m41_arch_all_p", + "PAD_m129_arch_all_p", + "PAD_m130_arch_all_p", + "PAD_m131_arch_all_p", + "PAD_m133_arch_all_p", + "PAD_m132_arch_all_p", + "PAD_m135_arch_all_p", + "PAD_m136_arch_all_p", + "PAD_m143_arch_all_p", + "PAD_m142_arch_all_p", + "PAD_m141_arch_all_p", + "PAD_m134_arch_all_p", + "PAD_m101f_arch_all_p", + "PAD_m101e_arch_all_p", + "PAD_m101d_arch_all_p", + "PAD_m101c_arch_all_p", + "PAD_m101b_arch_all_p", + "PAD_m101a_arch_all_p", + "PAD_m101_arch_all_p", + "PAD_m121_arch_all_p", + "PAD_m122_arch_all_p", + "PAD_m123_arch_all_p", + "PAD_m126_arch_all_p", + "PAD_m124_arch_all_p", + "PAD_m127_arch_all_p", + "PAD_m128_arch_all_p", + "PAD_m125_arch_all_p", + "PAD_m108_arch_all_p", + "PAD_m109_arch_all_p", + "PAD_m110_arch_all_p", + "PAD_m102_arch_all_p", + "PAD_m104_arch_all_p", + "PAD_m105_arch_all_p", + "PAD_m106_arch_all_p", + "PAD_m107_arch_all_p", + "PAD_m103_arch_all_p", + "PAD_m100_arch_all_p", + "PAD_m99_arch_all_p", + "PAD_m138_arch_all_p", + "PAD_m137_arch_all_p", + "PAD_m160_arch_all_p", + "PAD_m156_arch_all_p", + "PAD_m157_arch_all_p", + "PAD_m113_arch_all_p", + "PAD_m114_arch_all_p", + "PAD_m111_arch_all_p", + "PAD_m66_arch_all_p", + "PAD_m65_arch_all_p", + "PAD_m159_arch_all_p", + "PAD_m158_arch_all_p", + "PAD_m97_arch_all_p", + "PAD_m64_arch_all_p", + "PAD_m63_arch_all_p", + "PAD_m62_arch_all_p", + "PAD_m61_arch_all_p", + "PAD_m150_arch_all_p", + "PAD_m76_arch_all_p", + "PAD_m98_arch_all_p", + "PAD_m79_arch_all_p", + "PAD_m75_arch_all_p", + "PAD_m68_arch_all_p", + "PAD_m67_arch_all_p", + "PAD_82a_arch_all_p", + "PAD_77a_arch_all_p", + "PAD_m78_arch_all_p", + "PAD_m73_arch_all_p", + "PAD_m72_arch_all_p", + "PAD_m70_arch_all_p", + "PAD_m69_arch_all_p", + "PAD_m71_arch_all_p", + "PAD_m74_arch_all_p", + "PAD_m149_arch_all_p", + "PAD_m155_arch_all_p", + "PAD_m154_arch_all_p", + "PAD_m153_arch_all_p", + "PAD_m152_arch_all_p", + "PAD_m151_arch_all_p", + "PAD_m85_arch_all_p", + "PAD_m83_arch_all_p", + "PAD_m82_arch_all_p", + "PAD_m81_arch_all_p", + "PAD_m77_arch_all_p", + "PAD_m96_arch_all_p", + "PAD_m95_arch_all_p", + "PAD_m94_arch_all_p", + "PAD_m93_arch_all_p", + "PAD_m92_arch_all_p", + "PAD_m91_arch_all_p", + "PAD_m90_arch_all_p", + "PAD_m89_arch_all_p", + "PAD_m88_arch_all_p", + "PAD_m87_arch_all_p", + "PAD_m86_arch_all_p", + "PAD_m80_arch_all_p", + "PAD_m140_arch_all_p", + "PAD_m139_arch_all_p", + "PAD_m120_arch_all_p", + "PAD_m118_arch_all_p", + "PAD_m119_arch_all_p", + "PAD_m115_arch_all_p", + "PAD_m112_arch_all_p", + "PAD_m112a_arch_all_p", + "PAD_m116_arch_all_p", + "PAD_m117_arch_all_p", + "PAD_m146a_arch_all_p", + "PAD_m146_arch_all_p", + "PAD_m145_arch_all_p", + "PAD_m144_arch_all_p", + "PAD_m84_arch_all_p", + NULL +}; + + +s32 path_set_0[] = { 159, 158, 157, 119, 120, 122, 123, 82, 110, 117, 112, 113, 111, 118, 116, 114, -1 }; +s32 path_set_1[] = { 170, 171, 172, 138, 141, 139, 154, 153, 152, 151, 150, 151, 148, 149, -1 }; +s32 path_set_2[] = { 55, 57, 58, 61, 54, 52, 51, 121, 124, 115, 114, -1 }; +s32 path_set_3[] = { 21, 20, 39, 38, 36, 24, 25, 31, 32, 44, 43, 42, 41, 40, 45, 50, 52, 54, 53, 17, 18, 19, 20, 21, 22, -1 }; +s32 path_set_4[] = { 103, 104, 102, 100, 94, 99, 98, 97, 91, 92, 93, 109, 81, 165, 164, 163, 162, 161, 167, 166, -1 }; +s32 path_set_5[] = { 69, 68, 67, 66, 65, 89, 88, 71, 70, 75, 74, 73, 72, 168, 170, -1 }; +s32 path_set_6[] = { 5, 8, 7, 6, 13, 14, 16, 14, 13, 15, 10, 11, 12, 9, 4, 3, 135, 130, 128, 145, 143, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { &path_set_1, 0x01, 0x00, 0x0000 }, + { &path_set_2, 0x02, 0x01, 0x0000 }, + { &path_set_3, 0x03, 0x01, 0x0000 }, + { &path_set_4, 0x04, 0x00, 0x0000 }, + { &path_set_5, 0x05, 0x00, 0x0000 }, + { &path_set_6, 0x06, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + +enum chrAIListIDs +{ + chrai_0 = setChrAIListID(0), + chrai_1, + chrai_2, + chrai_3, + chrai_4, + chrai_5, + chrai_6, + chrai_7, + chrai_8, + chrai_9, + chrai_10, + chrai_11, + chrai_12, + chrai_13, + chrai_14, + chrai_15, + chrai_16, + chrai_17, + chrai_18 +}; +#define SETUPSUBROUTINES(ID) (getChrAIListID(ID) == 8) \ + +u8 chrAI_0[] = { +#define THIS chrai_0 + + StartPatrol(0) + JumpTo(GAILIST_SIMPLE_GUARD) + EndList() +#undef THIS +}; + +u8 chrAI_1[] = { +#define THIS chrai_1 + + StartPatrol(1) + JumpTo(GAILIST_SIMPLE_GUARD) + EndList() +#undef THIS +}; + +u8 chrAI_2[] = { +#define THIS chrai_2 + + StartPatrol(2) + JumpTo(GAILIST_SIMPLE_GUARD) + EndList() +#undef THIS +}; + +u8 chrAI_3[] = { +#define THIS chrai_3 + + StartPatrol(3) + JumpTo(chrai_15) + EndList() +#undef THIS +}; + +u8 chrAI_4[] = { +#define THIS chrai_4 + + StartPatrol(4) + JumpTo(GAILIST_SIMPLE_GUARD) + EndList() +#undef THIS +}; + +u8 chrAI_5[] = { +#define THIS chrai_5 + + StartPatrol(5) + JumpTo(GAILIST_SIMPLE_GUARD) + EndList() +#undef THIS +}; + +u8 chrAI_6[] = { +#define THIS chrai_6 + + StartPatrol(6) + JumpTo(GAILIST_SIMPLE_GUARD) + EndList() +#undef THIS +}; + +u8 chrAI_7[] = { +#define THIS chrai_7 + + Label(lblNext) + IFMyFlags2Has(0x80,lbl42) + CALL(setChrAIListID(8)) + GotoFirst(lblNext) + + + DO(lbl42) + IFImOnPatrolOrStopped(lblLoop) + LOOP(lbl42) + + + DO(lblLoop) + SetObjectiveBitfield(0x400) + IFImDyingOrDead(lbl48) + TRYRunToBond(lbl4) + CONTINUE(lblLoop) + + + DO(lbl4) + IFBondMissedMe(lbl27) + IFMyDistanceToBondLessThanMeter(2.500000,lbl8) + IFImOnPatrolOrStopped(lbl5) + LOOP(lbl4) + + + /*DO*/ Label(lbl8) + Stop() + + DO(lbl9) + IFBondMissedMe(lbl27) + IFMyDistanceToBondLessThanMeter(0.800000,lbl29) + IFMyDistanceToBondGreaterThanMeter(4.000000,lbl5) + LOOP(lbl9) + + + Label(lbl29) + IFMyAngleToBondLessThanDeg(90.000000,lbl30) + IFMyAngleToBondGreaterThanDeg(270.000000,lbl30) + //USING HUD MESSAGE Stringy = 0, ai->txt = 2057 + TextPrintTop(TEXT(2,9)) + LookSurprised() + GotoNext(lbl10) + + + Label(lbl30) + IFObjectiveBitfieldHas(0x800,lbl42) + IFChrDoesNotExist(1,lbl42) + //USING HUD MESSAGE Stringy = 0, ai->txt = 2082 + TextPrintTop(TEXT(2,34)) + GotoNext(lbl43) + + + Label(lbl42) + //USING HUD MESSAGE Stringy = 0, ai->txt = 2058 + TextPrintTop(TEXT(2,10)) + + Label(lbl43) + RaiseArms() + GotoNext(lbl10) + + + DO(lbl10) + IFImOnPatrolOrStopped(lbl11) + LOOP(lbl10) + + + Label(lbl11) + LOOP(lbl8) + + + Label(lbl27) + UnsetObjectiveBitfield(0x400) + //USING HUD MESSAGE Stringy = 0, ai->txt = 2059 + TextPrintTop(TEXT(2,11)) + SetReturnAiList(1032) + SetNewRandom() + IFRandomGreaterThan(128,lbl26) + + Label(lbl25) + IFMyFlags2Has(0x20,lbl5) + JumpTo(setChrAIListID(10)) + + Label(lbl26) + IFMyFlags2Has(0x40,lbl5) + JumpTo(setChrAIListID(11)) + + Label(lbl5) + LOOP(lblLoop) + + + Label(lbl48) +//USING HUD MESSAGE Stringy = 0, ai->txt = 2060 + TextPrintTop(TEXT(2,12)) + + YIELD_FOREVER(lbl12) + + EndList() + +#undef THIS +}; + +u8 chrAI_10[] = { + #define THIS chrai_10 + + Label(lbl4) + RunToPad(158) + GotoNext(lbl42) + + + DO(lbl42) + IFImOnPatrolOrStopped(lbl8) + LOOP(lbl42) + + + Label(lbl8) + IFMyDistanceToPadLessThanMeter(5.000000,158,lbl5) + IFImTargetedByBond(lbl9) + Return() + + Label(lbl9) + GotoFirst(lbl4) + + + Label(lbl5) + Stop() + SetMyFlags2(0x20) + UnsetMyFlags2(0x80) + Return() + + EndList() + +#undef THIS +}; + +u8 chrAI_11[] = { + #define THIS chrai_11 + + Label(lbl4) + RunToPad(196) + GotoFirst(lbl42) + + + DO(lbl42) + IFImOnPatrolOrStopped(lbl8) + LOOP(lbl42) + + + Label(lbl8) + IFMyDistanceToPadLessThanMeter(5.000000,196,lbl5) + IFImTargetedByBond(lbl9) + Return() + + Label(lbl9) + GotoFirst(lbl4) + + + Label(lbl5) + Stop() + SetMyFlags2(0x40) + UnsetMyFlags2(0x80) + Return() + + EndList() + +#undef THIS +}; + +u8 chrAI_8[] = { + #define THIS chrai_8 + + Label(lbl4) + IFICouldSeeBond(lbl5) + Yield() + GotoFirst(lbl4) + + + Label(lbl5) + PRINT("saw bond\n") + //USING HUD MESSAGE Stringy = 0, ai->txt = 2056 + TextPrintTop(TEXT(2,8)) + RaiseArms() + SetObjectiveBitfield(0x100) + SetMyFlags2(0x80) + Return() + + EndList() + +#undef THIS +}; + +u8 chrAI_9[] = { + #define THIS chrai_9 + + DO(lbl4) + IFICouldSeeBond(lbl44) + LOOP(lbl4) + + + Label(lbl44) + TRYFiringWalk(lbl8) + GotoNext(lbl44) + + + DO(lbl8) + IFImOnPatrolOrStopped(lbl44) + LOOP(lbl8) + + + Label(lbl44) + TRYFiringRun(lbl9) + GotoNext(lbl5) + + + DO(lbl9) + IFImOnPatrolOrStopped(lbl5) + LOOP(lbl9) + + + Label(lbl5) + SetReturnAiList(2) + JumpTo(GAILIST_STANDARD_GUARD) + + EndList() + +#undef THIS +}; + +u8 bgAI_1[] = { + + DO(lbl4) + IFChrDoesNotExist(0,lbl42) + LOOP(lbl4) + + + Label(lbl42) + Yield() + + SetObjectiveBitfield(0x200) + + YIELD_FOREVER(lbl8) + + EndList() + +}; + +u8 chrAI_12[] = { 0x08, 0x02, 0x32, 0x03, 0xce, 0x33, 0xcf, 0x33, 0x00, 0x34, 0x02, 0x33, 0x01, 0x32, 0x02, 0x34, 0xae, 0x02, 0x00, 0x03, 0x96, 0x01, 0x2c, 0x79, 0x00, 0x2c, 0x52, 0x00, 0x14, 0x00, 0x96, 0x09, 0x56, 0x00, 0x08, 0x56, 0x01, 0x08, 0x9c, 0x00, 0x00, 0x00, 0x80, 0x2c, 0xb4, 0x00, 0x0b, 0xb8, 0x18, 0xb4, 0x00, 0x0a, 0x8c, 0x17, 0xb4, 0x00, 0x09, 0x60, 0x16, 0xb4, 0x00, 0x08, 0x34, 0x15, 0xb4, 0x00, 0x07, 0x08, 0x14, 0xb4, 0x00, 0x05, 0xdc, 0x13, 0xb4, 0x00, 0x04, 0xb0, 0x12, 0xb4, 0x00, 0x03, 0x84, 0x11, 0xb4, 0x00, 0x02, 0x58, 0x10, 0xb4, 0x00, 0x01, 0x2c, 0x0f, 0x01, 0x00, 0x02, 0x0f, 0xb4, 0x00, 0x01, 0x68, 0x2a, 0xc3, 0x08, 0x0d, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x10, 0xb4, 0x00, 0x02, 0x94, 0x2a, 0xc3, 0x08, 0x0f, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x11, 0xb4, 0x00, 0x03, 0xc0, 0x2a, 0xc3, 0x08, 0x0e, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x12, 0xb4, 0x00, 0x04, 0xec, 0x2a, 0xc3, 0x08, 0x11, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x13, 0xb4, 0x00, 0x06, 0x18, 0x2a, 0xc3, 0x08, 0x12, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x14, 0xb4, 0x00, 0x07, 0x44, 0x2a, 0xc3, 0x08, 0x13, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x15, 0xb4, 0x00, 0x08, 0x70, 0x2a, 0xc3, 0x08, 0x14, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x16, 0xb4, 0x00, 0x09, 0x9c, 0x2a, 0xc3, 0x08, 0x15, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x17, 0xb4, 0x00, 0x0a, 0xc8, 0x2a, 0xc3, 0x08, 0x16, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x18, 0x03, 0x79, 0x00, 0x2c, 0x52, 0x00, 0x14, 0x00, 0x96, 0x09, 0x56, 0x00, 0x08, 0x56, 0x01, 0x08, 0x9c, 0x00, 0x00, 0x00, 0x80, 0x2c, 0x01, 0x18, 0x02, 0x2c, 0x97, 0x0f, 0x01, 0x97, 0x1a, 0x01, 0x06, 0x00, 0x02, 0x05, 0xfd, 0x04, 0x0a, 0x02, 0x08, 0x97, 0x0f, 0x01, 0x97, 0x1a, 0x01, 0xc3, 0x08, 0x10, 0x06, 0x00, 0x02, 0x05, 0xfd, 0x04, 0x0a, 0x02, 0x09, 0x97, 0x0f, 0x01, 0x97, 0x1a, 0x01, 0xc3, 0x08, 0x17, 0x06, 0x00, 0x02, 0x05, 0xfd, 0x04, 0x0a, 0x04 }; + +u8 chrAI_13[] = {0x08, 0x02, 0x04, 0x03, 0x79, 0x00, 0x2a, 0x96, 0x01, 0x2a, 0x01, 0x04, 0x02, 0x2a, 0x97, 0x0e, 0x01, 0x97, 0x1a, 0x01, 0x06, 0x00, 0x02, 0x05, 0xfd, 0x04, 0x0a, 0x04}; + +u8 chrAI_14[] = {0x02, 0x32, 0x03, 0xce, 0x33, 0xcf, 0x33, 0x00, 0x34, 0x02, 0x33, 0x01, 0x32, 0x02, 0x34, 0x02, 0x04, 0x03, 0x3c, 0x2a, 0x32, 0x2a, 0x3e, 0x2a, 0x3f, 0x2a, 0x46, 0x2a, 0x3a, 0x2a, 0x3b, 0x2a, 0x01, 0x04, 0x02, 0x2a, 0xae, 0x96, 0x01, 0x2f, 0x29, 0x2a, 0x02, 0x2a, 0x02, 0x08, 0x03, 0xb4, 0x00, 0x00, 0x78, 0x2a, 0x01, 0x08, 0x02, 0x2a, 0x08, 0xc3, 0x08, 0x18, 0x02, 0x10, 0x03, 0xb4, 0x00, 0x01, 0x68, 0x2a, 0x01, 0x10, 0x02, 0x2a, 0x9a, 0x00, 0x00, 0x00, 0x80, 0x02, 0x2f, 0x06, 0x00, 0x02, 0x05, 0xfd, 0x00, 0x08, 0x04, 0x00}; + +u8 chrAI_15[] = {0x02, 0x04, 0x03, 0x3c, 0x2a, 0x46, 0x07, 0x01, 0x04, 0x02, 0x2a, 0x29, 0x08, 0x02, 0x08, 0x03, 0x46, 0x07, 0x2f, 0x2a, 0x4b, 0x00, 0x1e, 0x09, 0x01, 0x08, 0x02, 0x2a, 0x02, 0x09, 0x17, 0x00, 0x01, 0x00, 0x00, 0x2a, 0x02, 0x2a, 0xae, 0xad, 0x68, 0x65, 0x6c, 0x6c, 0x6f, 0x0a, 0x00, 0x02, 0x00, 0x03, 0x30, 0xfd, 0x06, 0x46, 0x07, 0x4c, 0x00, 0x28, 0x35, 0x55, 0x00, 0x49, 0x2a, 0x00, 0x35, 0x02, 0x2a, 0xb1, 0xb4, 0x00, 0x0a, 0x8c, 0x18, 0xb4, 0x00, 0x09, 0x60, 0x17, 0xb4, 0x00, 0x08, 0x34, 0x16, 0xb4, 0x00, 0x07, 0x08, 0x15, 0xb4, 0x00, 0x05, 0xdc, 0x14, 0xb4, 0x00, 0x04, 0xb0, 0x13, 0xb4, 0x00, 0x03, 0x84, 0x12, 0xb4, 0x00, 0x02, 0x58, 0x11, 0xb4, 0x00, 0x01, 0x2c, 0x10, 0xb4, 0x00, 0x00, 0x00, 0x0f, 0x01, 0x00, 0x02, 0x35, 0xb0, 0x01, 0x00, 0x02, 0x0f, 0xb4, 0x00, 0x00, 0x3c, 0x2a, 0xc3, 0x08, 0x19, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x10, 0xb4, 0x00, 0x01, 0x68, 0x2a, 0xc3, 0x08, 0x1a, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x11, 0xb4, 0x00, 0x02, 0x94, 0x2a, 0xc3, 0x08, 0x1b, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x12, 0xb4, 0x00, 0x03, 0xc0, 0x2a, 0xc3, 0x08, 0x1c, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x13, 0xb4, 0x00, 0x04, 0xec, 0x2a, 0xc3, 0x08, 0x1d, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x14, 0xb4, 0x00, 0x06, 0x18, 0x2a, 0xc3, 0x08, 0x1e, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x15, 0xb4, 0x00, 0x07, 0x44, 0x2a, 0xc3, 0x08, 0x1f, 0x56, 0x04, 0x35, 0x63, 0x04, 0xc2, 0x08, 0x23, 0x02, 0x35, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x16, 0xb4, 0x00, 0x08, 0x70, 0x2a, 0xc3, 0x08, 0x20, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x17, 0xb4, 0x00, 0x09, 0x9c, 0x2a, 0xc3, 0x08, 0x21, 0x02, 0x2a, 0x01, 0x00, 0x02, 0x18, 0x03, 0x00, 0x2f, 0x01, 0x18, 0x02, 0x2f, 0x9a, 0x00, 0x00, 0x08, 0x00, 0x1e, 0x00, 0xae, 0x02, 0x27, 0x03, 0x3c, 0x2a, 0x00, 0x31, 0x02, 0x2a, 0x2f, 0x05, 0x4d, 0xfd, 0x00, 0x0f, 0x00, 0xae, 0x05, 0x01, 0x27, 0x02, 0x05, 0x4d, 0xfd, 0x00, 0x0f, 0x00, 0xae, 0x31, 0x01, 0x2f, 0x02, 0x31, 0x03, 0x22, 0x01, 0x31, 0x02, 0x06, 0x03, 0x01, 0x06, 0x02, 0x07, 0x05, 0xfd, 0x00, 0x10, 0x04, 0x00}; + +u8 bgAI_0[] = { 0x02, 0x03, 0x03, 0xeb, 0x36, 0x55, 0x00, 0xd0, 0x2a, 0x01, 0x03, 0x02, 0x2a, 0xec, 0xd7, 0x00, 0xda, 0x02, 0x08, 0x03, 0xdc, 0x2a, 0x01, 0x08, 0x02, 0x2a, 0xf1, 0x2a, 0x05, 0xfd, 0x00, 0x0f, 0x02, 0x2a, 0xdd, 0xea, 0x59, 0x18, 0x2a, 0x59, 0x19, 0x2a, 0x59, 0x04, 0x2a, 0x59, 0x05, 0x2a, 0x59, 0x06, 0x2a, 0x59, 0x07, 0x2a, 0x59, 0x08, 0x2a, 0x59, 0x09, 0x2a, 0x59, 0x0a, 0x2a, 0x59, 0x0b, 0x2a, 0x59, 0x0c, 0x2a, 0x59, 0x0d, 0x2a, 0x59, 0x0e, 0x2a, 0x59, 0x0f, 0x2a, 0x59, 0x10, 0x2a, 0x59, 0x11, 0x2a, 0x59, 0x12, 0x2a, 0x59, 0x13, 0x2a, 0x59, 0x16, 0x2a, 0x59, 0x14, 0x2a, 0x59, 0x15, 0x2a, 0xe4, 0x04, 0x02, 0x2a, 0xed, 0x03, 0x03, 0x03, 0xd5, 0x05, 0x00, 0x02, 0x00, 0x00, 0xd9, 0xf8, 0x00, 0xab, 0x2a, 0x02, 0x2a, 0x05, 0xf8, 0x04, 0x12, 0xa1, 0x00, 0x00, 0x00, 0x04, 0x00, 0xd9, 0x00, 0x00, 0xaa, 0x2a, 0x02, 0x2a, 0x05, 0x00, 0x04, 0x13, 0xdb, 0xf4, 0x00, 0x00, 0xff, 0x05, 0xfd, 0x00, 0x01, 0x02, 0x36, 0x05, 0xfd, 0x00, 0x01, 0x04, 0x00, 0x00, 0x00 }; +/* u8 bgAI_0[] = { + DO(lblNext) + IFBondIsDead(lbl54) + IFBondInRoomWithPad(208,lbl42) + LOOP(lblNext) + + + Label(lbl42) + BondDisableDamageAndPickups() + BondDisableControl(0) + ScreenFadeToBlack() + + DO(lbl8) + IFScreenFadeCompleted(lbl42) + LOOP(lbl8) + + + Label(lbl42) + IFObjectiveAllCompleted(lbl42) + JumpTo(GAILIST_END_LEVEL) + + Label(lbl42) + HideAllChrs() + TriggerFadeAndExitLevelOnButtonPress() + IFBondHasItemEquipped(ITEM_GRENADELAUNCH,lbl42) + IFBondHasItemEquipped(ITEM_ROCKETLAUNCH,lbl42) + IFBondHasItemEquipped(ITEM_WPPK,lbl42) + IFBondHasItemEquipped(ITEM_WPPKSIL,lbl42) + IFBondHasItemEquipped(ITEM_TT33,lbl42) + IFBondHasItemEquipped(ITEM_SKORPION,lbl42) + IFBondHasItemEquipped(ITEM_AK47,lbl42) + IFBondHasItemEquipped(ITEM_UZI,lbl42) + IFBondHasItemEquipped(ITEM_MP5K,lbl42) + IFBondHasItemEquipped(ITEM_MP5KSIL,lbl42) + IFBondHasItemEquipped(ITEM_SPECTRE,lbl42) + IFBondHasItemEquipped(ITEM_M16,lbl42) + IFBondHasItemEquipped(ITEM_FNP90,lbl42) + IFBondHasItemEquipped(ITEM_SHOTGUN,lbl42) + IFBondHasItemEquipped(ITEM_AUTOSHOT,lbl42) + IFBondHasItemEquipped(ITEM_SNIPERRIFLE,lbl42) + IFBondHasItemEquipped(ITEM_RUGER,lbl42) + IFBondHasItemEquipped(ITEM_GOLDENGUN,lbl42) + IFBondHasItemEquipped(ITEM_SILVERWPPK,lbl42) + IFBondHasItemEquipped(ITEM_GOLDWPPK,lbl42) + /*ELSE* / + BondEquipItemCinema(ITEM_WPPK) + + Label(lbl42) + CameraTransitionFromBond() + CameraSwitch(5,2,0) + TRYTeleportingChrToPad(CHR_BOND_CINEMA,171,lbl42) + + Label(lbl42) + SetBondsAiList(setChrAIListID(17)) + UnsetChrchrflags(0,0x400) + TRYTeleportingChrToPad(0,170,lbl42) + + Label(lbl42) + SetChrAiList(0,setChrAIListID(18)) + ScreenFadeFromBlack() +//ai: enery tune on (0, 0, 255) + MusicPlaySlot(0,0,255) + JumpTo(GAILIST_DEAD_AI) + + Label(lbl54) + JumpTo(GAILIST_DEAD_AI) + + EndList() +};*/ + +u8 chrAI_16[] = {0x59, 0x04, 0x2a, 0x59, 0x05, 0x2a, 0x59, 0x06, 0x2a, 0x59, 0x07, 0x2a, 0x59, 0x08, 0x2a, 0x59, 0x09, 0x2a, 0x59, 0x0a, 0x2a, 0x59, 0x0b, 0x2a, 0x59, 0x0c, 0x2a, 0x59, 0x0d, 0x2a, 0x59, 0x0e, 0x2a, 0x59, 0x0f, 0x2a, 0x59, 0x10, 0x2a, 0x59, 0x11, 0x2a, 0x59, 0x12, 0x2a, 0x59, 0x13, 0x2a, 0x59, 0x16, 0x2a, 0x59, 0x14, 0x2a, 0x59, 0x15, 0x2a, 0xe0, 0xfd, 0x00, 0xbf, 0x00, 0xbf, 0x04, 0x00, 0x00, 0x00, 0x00, 0x2a, 0x02, 0x2a, 0x0a, 0x00, 0x59, 0xff, 0xff, 0xff, 0xff, 0x06, 0x10, 0xae, 0x02, 0x08, 0x03, 0xb4, 0x00, 0x00, 0x64, 0x2a, 0x01, 0x08, 0x02, 0x2a, 0x0a, 0x00, 0x68, 0xff, 0xff, 0xff, 0xff, 0x06, 0x10, 0xae, 0x02, 0x09, 0x03, 0xb4, 0x00, 0x00, 0x91, 0x2a, 0x01, 0x09, 0x02, 0x2a, 0xda, 0x02, 0x0a, 0x03, 0xdc, 0x2a, 0x01, 0x0a, 0x02, 0x2a, 0xd2, 0x05, 0xfd, 0x00, 0x01, 0x04, 0x00}; + +u8 chrAI_17[] = {0x0a, 0x00, 0x73, 0xff, 0xff, 0xff, 0xff, 0x06, 0x10, 0xae, 0x02, 0x08, 0x03, 0xb4, 0x00, 0x00, 0x9b, 0x2a, 0x01, 0x08, 0x02, 0x2a, 0x0a, 0x00, 0x65, 0x00, 0x33, 0xff, 0xff, 0x06, 0x10, 0x05, 0xfd, 0x00, 0x01, 0x04}; + +u8 bgAI_2[] = { + + Label(lblNext) + IFGameDifficultyLessThan(1,lbl5) + + DO(lbl4) + IFBondCollectedObject(4,lbl5) + IFChrDyingOrDead(1,lbl42) + LOOP(lbl4) + + + Label(lbl42) + SetObjectiveBitfield(0x1000) + + YIELD_FOREVER(lbl5) + + EndList() +}; + +AIListRecord ailists[] = { + /* index = 0 */ + { &chrAI_0, setChrAIListID(0) }, + /* index = 1 */ + { &chrAI_1, setChrAIListID(1) }, + /* index = 2 */ + { &chrAI_2, setChrAIListID(2) }, + /* index = 3 */ + { &chrAI_3, setChrAIListID(3) }, + /* index = 4 */ + { &chrAI_4, setChrAIListID(4) }, + /* index = 5 */ + { &chrAI_5, setChrAIListID(5) }, + /* index = 6 */ + { &chrAI_6, setChrAIListID(6) }, + /* index = 7 */ + { &chrAI_7, setChrAIListID(7) }, + /* index = 8 */ + { &chrAI_8, setChrAIListID(8) }, + /* index = 9 */ + { &chrAI_9, setChrAIListID(9) }, + /* index = 10 */ + { &chrAI_10, setChrAIListID(10) }, + /* index = 11 */ + { &chrAI_11, setChrAIListID(11) }, + /* index = 12 */ + { &chrAI_12, setChrAIListID(13) }, + /* index = 13 */ + { &chrAI_13, setChrAIListID(14) }, + /* index = 14 */ + { &chrAI_14, setChrAIListID(15) }, + /* index = 15 */ + { &chrAI_15, setChrAIListID(16) }, + /* index = 16 */ + { &chrAI_16, setChrAIListID(17) }, + /* index = 17 */ + { &chrAI_17, setChrAIListID(18) }, + /* index = 18 */ + { &bgAI_0, setBGAIListID(0) }, + /* index = 19 */ + { &bgAI_1, setBGAIListID(1) }, + /* index = 20 */ + { &bgAI_2, setBGAIListID(2) }, + /* index = 21 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/UsetuparkZ.c b/assets/obseg/setup/UsetuparkZ.c new file mode 100644 index 0000000..4a21934 --- /dev/null +++ b/assets/obseg/setup/UsetuparkZ.c @@ -0,0 +1,2397 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:09 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetuparkZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {420.0f, -470.0f, 999.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p484a", 0 }, + { {686.0f, -470.0f, 522.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p493a", 0 }, + { {468.0f, -470.0f, 571.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p494a", 0 }, + { {-6.0f, -470.0f, 144.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1882a1", 0 }, + { {390.0f, -470.0f, 272.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p500a", 0 }, + { {3.0f, -261.0f, 555.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p834a2", 0 }, + { {-1.0f, -8.0f, 147.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p828a", 0 }, + { {553.0f, -8.0f, 130.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p827a", 0 }, + { {-16.0f, -8.0f, -203.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p440a", 0 }, + { {-378.0f, -8.0f, -208.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p541a", 0 }, + { {-368.0f, -8.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p523a", 0 }, + { {-373.0f, -8.0f, -645.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1919a1", 0 }, + { {528.0f, -8.0f, -311.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p290a", 0 }, + { {559.0f, -470.0f, 110.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p501a", 0 }, + { {562.0f, -470.0f, -214.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p511a", 0 }, + { {-996.0f, -470.0f, 656.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p720a2", 0 }, + { {-992.0f, -470.0f, -342.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p795a", 0 }, + { {-978.0f, -470.0f, 157.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p793a", 0 }, + { {-163.0f, -470.0f, 134.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p780a", 0 }, + { {231.0f, -470.0f, 999.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p586a", 0 }, + { {544.0f, -470.0f, 1607.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p469a", 0 }, + { {1200.0f, -470.0f, 2097.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p459a", 0 }, + { {553.0f, -470.0f, 2137.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p455a", 0 }, + { {122.0f, -470.0f, 2126.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p451a", 0 }, + { {1143.0f, -470.0f, 1679.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p460a", 0 }, + { {131.0f, -470.0f, 2411.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p453a", 0 }, + { {817.0f, -470.0f, 519.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p85b", 0 }, + { {1603.0f, -470.0f, 1048.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p168b", 0 }, + { {1445.0f, -470.0f, 1056.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1761b", 0 }, + { {1222.0f, -470.0f, 1074.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1760b", 0 }, + { {1140.0f, -470.0f, 1497.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1757b2", 0 }, + { {2305.0f, -470.0f, 936.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p169b", 0 }, + { {2056.0f, -470.0f, 663.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p156b", 0 }, + { {1706.0f, -470.0f, 488.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p155b", 0 }, + { {2129.0f, -470.0f, 258.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p151b", 0 }, + { {5215.0f, -470.0f, 943.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1049b", 0 }, + { {4863.0f, -470.0f, 943.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1048b", 0 }, + { {4666.0f, -470.0f, 930.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p253b", 0 }, + { {4172.0f, -470.0f, 939.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p257b", 0 }, + { {3879.0f, -470.0f, 669.0f}, {0.0f, 1.0f, 1e-06}, {1e-06, 0.0f, 1.0f}, "p245b", 0 }, + { {3604.0f, -470.0f, 939.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p263b", 0 }, + { {3298.0f, -470.0f, 1179.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p267b", 0 }, + { {3010.0f, -470.0f, 922.0f}, {0.0f, 1.0f, 1e-06}, {-2e-06, 0.0f, 1.0f}, "p237b", 0 }, + { {2539.0f, -470.0f, 931.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p273b", 0 }, + { {3884.0f, -400.0f, 317.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4860b1", 0 }, + { {3948.0f, -400.0f, -835.0f}, {0.0f, 1.0f, -1e-06}, {1e-06, 0.0f, -1.0f}, "p4867b1", 0 }, + { {2463.0f, -400.0f, 300.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4582b1", 0 }, + { {2459.0f, -34.0f, -330.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1290b2", 0 }, + { {4461.0f, -400.0f, 2697.0f}, {-1e-06, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p4544b", 0 }, + { {4593.0f, -400.0f, 2482.0f}, {1e-06, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p4546b1", 0 }, + { {4603.0f, -400.0f, 2229.0f}, {1e-06, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p4546b1", 0 }, + { {4607.0f, -400.0f, 1938.0f}, {1e-06, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p4547b1", 0 }, + { {4593.0f, -400.0f, 1685.0f}, {1e-06, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p4547b1", 0 }, + { {3311.0f, -400.0f, 1527.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4479b1", 0 }, + { {7557.0f, -470.0f, 1817.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p41c", 0 }, + { {7564.0f, -470.0f, 300.0f}, {0.0f, 1.0f, 1e-06}, {2e-06, 0.0f, 1.0f}, "p104c", 0 }, + { {6867.0f, -470.0f, 1924.0f}, {0.0f, 1.0f, -1e-06}, {1e-06, 0.0f, -1.0f}, "p37c", 0 }, + { {6877.0f, -470.0f, 1682.0f}, {0.0f, 1.0f, 1e-06}, {-3e-06, 0.0f, 1.0f}, "p48c", 0 }, + { {6877.0f, -470.0f, -34.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p98c", 0 }, + { {6877.0f, -470.0f, 195.0f}, {0.0f, 1.0f, 1e-06}, {-3e-06, 0.0f, 1.0f}, "p109c", 0 }, + { {5892.0f, -470.0f, 1645.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p60c", 0 }, + { {5850.0f, -470.0f, 227.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p122c", 0 }, + { {5798.0f, -470.0f, 931.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p14c", 0 }, + { {5527.0f, -470.0f, 936.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p14c", 0 }, + { {6152.0f, -470.0f, 941.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p135c", 0 }, + { {6387.0f, -470.0f, 946.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p136c", 0 }, + { {8910.0f, -322.0f, 2238.0f}, {1e-06, 1.0f, 1e-06}, {4e-06, 0.0f, 1.0f}, "p952d", 0 }, + { {10541.0f, 55.0f, 1511.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p1182d1", 0 }, + { {10430.0f, 55.0f, 1972.0f}, {0.0f, 1.0f, 0.0f}, {-8e-06, 0.0f, 1.0f}, "p1182d2", 0 }, + { {9796.0f, -322.0f, 3415.0f}, {0.0f, 1.0f, 1e-06}, {-8e-06, 0.0f, 1.0f}, "p888d", 0 }, + { {10431.0f, -322.0f, 3264.0f}, {0.0f, 1.0f, 1e-06}, {-8e-06, 0.0f, 1.0f}, "p894d", 0 }, + { {10419.0f, -322.0f, 2763.0f}, {0.0f, 1.0f, 1e-06}, {-3e-06, 0.0f, 1.0f}, "p2302d1", 0 }, + { {8857.0f, -470.0f, 1468.0f}, {0.0f, 1.0f, 1e-06}, {-3e-06, 0.0f, 1.0f}, "p422d", 0 }, + { {8164.0f, 55.0f, 1987.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p651d1", 0 }, + { {8161.0f, -322.0f, 2788.0f}, {0.0f, 1.0f, 1e-06}, {1e-06, 0.0f, 1.0f}, "p2243d1", 0 }, + { {10608.0f, 55.0f, 3777.0f}, {0.0f, 1.0f, 0.0f}, {-8e-06, 0.0f, 1.0f}, "p1181d1", 0 }, + { {10133.0f, 55.0f, 3970.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p1181d2", 0 }, + { {9301.0f, -322.0f, 3970.0f}, {0.0f, 1.0f, 1e-06}, {-8e-06, 0.0f, 1.0f}, "p2270d", 0 }, + { {8476.0f, 55.0f, 3963.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p954d1", 0 }, + { {8323.0f, 55.0f, 3792.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p954d2", 0 }, + { {7941.0f, 55.0f, 3792.0f}, {0.0f, 1.0f, 0.0f}, {-8e-06, 0.0f, 1.0f}, "p954d2", 0 }, + { {8932.0f, 55.0f, 107.0f}, {0.0f, 1.0f, 0.0f}, {0.001361f, 0.0f, 0.999999f}, "p329e1", 0 }, + { {8580.0f, 55.0f, 127.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p323e1", 0 }, + { {8558.0f, 55.0f, 604.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p323e2", 0 }, + { {8147.0f, -237.0f, 604.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p301e1", 0 }, + { {8147.0f, -470.0f, 220.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p15e", 0 }, + { {7743.0f, -470.0f, 306.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p5e", 0 }, + { {10293.0f, 55.0f, -2000.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p797e", 0 }, + { {11070.0f, 55.0f, -1989.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p4025e1", 0 }, + { {10787.0f, 55.0f, -425.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p1374e", 0 }, + { {10997.0f, 55.0f, -436.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p747e", 0 }, + { {11438.0f, 55.0f, -425.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p1185e", 0 }, + { {11438.0f, 55.0f, -226.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p4136e1", 0 }, + { {11102.0f, 55.0f, -205.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p3993e", 0 }, + { {10766.0f, 55.0f, 226.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p32e", 0 }, + { {10776.0f, 55.0f, -68.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p697e", 0 }, + { {9355.0f, 55.0f, -67.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p4170e", 0 }, + { {9355.0f, 55.0f, 926.0f}, {0.0f, 1.0f, 0.0f}, {7e-06, 0.0f, 1.0f}, "p641e", 0 }, + { {9045.0f, 55.0f, 911.0f}, {0.0f, 1.0f, 0.0f}, {7e-06, 0.0f, 1.0f}, "p638e", 0 }, + { {10010.0f, 55.0f, -2535.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p4091e1", 0 }, + { {9686.0f, 55.0f, -2504.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p813e", 0 }, + { {9578.0f, 55.0f, -2504.0f}, {0.0f, 1.0f, 0.0f}, {7e-06, 0.0f, 1.0f}, "p851e", 0 }, + { {8200.0f, 55.0f, -3056.0f}, {0.0f, 1.0f, 0.0f}, {-5e-06, 0.0f, 1.0f}, "p307f2", 0 }, + { {9228.0f, -510.0f, -3077.0f}, {0.0f, 1.0f, 1e-06}, {7e-06, 0.0f, 1.0f}, "p3919f1", 0 }, + { {9582.0f, -510.0f, -3623.0f}, {-1e-06, 1.0f, 0.0f}, {0.000153f, 0.000233f, 1.0f}, "p3792f", 0 }, + { {9647.0f, -435.0f, -3034.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p388f2", 0 }, + { {9807.0f, -435.0f, -3056.0f}, {0.0f, 1.0f, 1e-06}, {7e-06, 0.0f, 1.0f}, "p388f1", 0 }, + { {9818.0f, -188.0f, -3495.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p355f1", 0 }, + { {9947.0f, -188.0f, -3495.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p355f2", 0 }, + { {10000.0f, 55.0f, -2799.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p304f2", 0 }, + { {8212.0f, 55.0f, -2861.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p305f1", 0 }, + { {10440.0f, -226.0f, -5973.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p1900f1", 0 }, + { {10440.0f, -226.0f, -6135.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p1900f1", 0 }, + { {9647.0f, 105.0f, -6145.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p3981f1", 0 }, + { {9112.0f, -510.0f, -3668.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p3790f1", 0 }, + { {8862.0f, -510.0f, -3669.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p3790f1", 0 }, + { {8477.0f, -510.0f, -3695.0f}, {0.0f, 1.0f, 0.0f}, {0.258671f, 0.000233f, -0.965965f}, "p3804f1", 0 }, + { {8236.0f, -510.0f, -3761.0f}, {0.0f, 1.0f, 0.0f}, {0.258671f, 0.000233f, -0.965965f}, "p3804f1", 0 }, + { {10173.0f, -510.0f, -3657.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p78f", 0 }, + { {9924.0f, -510.0f, -3657.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p78f", 0 }, + { {8001.0f, -510.0f, -4257.0f}, {0.0f, 1.0f, 0.0f}, {0.965886f, 0.000233f, -0.258967f}, "p4213f1", 0 }, + { {8065.0f, -510.0f, -4016.0f}, {0.0f, 1.0f, 0.0f}, {0.965886f, 0.000233f, -0.258967f}, "p3798f", 0 }, + { {9490.0f, -510.0f, -3907.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.000233f, 0.000153f}, "p3792f", 0 }, + { {9311.0f, -510.0f, -3903.0f}, {0.0f, 1.0f, -1e-06}, {1.0f, 0.000233f, -0.000153f}, "p3790f1", 0 }, + { {10494.0f, -510.0f, -3854.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4003f", 0 }, + { {10868.0f, -510.0f, -3858.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4005f2", 0 }, + { {10480.0f, -510.0f, -4300.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4008f1", 0 }, + { {10854.0f, -510.0f, -4304.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4282f", 0 }, + { {10854.0f, -510.0f, -4697.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4046f2", 0 }, + { {10480.0f, -510.0f, -4693.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4043f1", 0 }, + { {10468.0f, -510.0f, -5099.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4083f2", 0 }, + { {10842.0f, -510.0f, -5103.0f}, {1e-06, 1.0f, 0.0f}, {-0.000153f, 0.000233f, -1.0f}, "p4277f", 0 }, + { {9021.0f, 55.0f, -2841.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p305f1", 0 }, + { {9908.0f, -502.0f, -5950.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p3949f1", 0 }, + { {9617.0f, -502.0f, -6141.0f}, {0.0f, 1.0f, 0.0f}, {3e-06, 0.0f, -1.0f}, "p3955f", 0 }, + { {9614.0f, -502.0f, -6336.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p4505f", 0 }, + { {10112.0f, -502.0f, -6533.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p4522f", 0 }, + { {7836.0f, 55.0f, -3056.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3972f", 0 }, + { {7796.0f, 105.0f, -5718.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1385f1", 0 }, + { {7328.0f, 105.0f, -5727.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1385f2", 0 }, + { {7309.0f, 105.0f, -3609.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1383f1", 0 }, + { {7290.0f, 105.0f, -2940.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p3015f", 0 }, + { {9638.0f, 105.0f, -6393.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p3976f1", 0 }, + { {559.0f, -470.0f, 2369.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p460g", 0 }, + { {487.0f, -470.0f, 2684.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p463g", 0 }, + { {697.0f, -470.0f, 3153.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p475g", 0 }, + { {189.0f, -470.0f, 2678.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p192g", 0 }, + { {-717.0f, -470.0f, 2683.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p217g", 0 }, + { {-751.0f, -470.0f, 1971.0f}, {-1e-06, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p232g", 0 }, + { {-961.0f, -470.0f, 1755.0f}, {-1e-06, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p243g", 0 }, + { {-994.0f, -470.0f, 822.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p260g", 0 }, + { {-991.0f, -470.0f, -560.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p314g", 0 }, + { {-364.0f, -470.0f, -579.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p310g", 0 }, + { {-364.0f, -470.0f, -735.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p310g", 0 }, + { {540.0f, -470.0f, -538.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p308g", 0 }, + { {325.0f, -83.0f, -747.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p294g", 0 }, + { {534.0f, -83.0f, -591.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p291g", 0 }, + { {9877.0f, 50.0f, -689.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1344e", 0 }, + { {8232.0f, 50.0f, -2229.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p831e", 0 }, + { {9329.0f, 50.0f, -2212.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p846e", 0 }, + { {8746.0f, 50.0f, -2229.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p853e", 0 }, + { {11696.0f, 50.0f, -1322.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1159e", 0 }, + { {11696.0f, 50.0f, -669.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1173e", 0 }, + { {9877.0f, 50.0f, -1341.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1340e", 0 }, + { {10589.0f, 50.0f, -1341.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1364e", 0 }, + { {10589.0f, 50.0f, -689.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1378e", 0 }, + { {10543.0f, 50.0f, 387.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p32e", 0 }, + { {137.0f, 562.0f, -1154.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1682a1", 0 }, + { {9878.0f, 201.0f, -691.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1344e", 0 }, + { {9978.0f, 201.0f, -704.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p1353e", 0 }, + { {9773.0f, 201.0f, -689.0f}, {0.0f, 1.0f, 0.0f}, {-0.259476f, 0.0f, 0.96575f}, "p1346e", 0 }, + { {814.0f, -415.0f, 2598.0f}, {0.0f, 1.0f, 0.0f}, {-0.984808f, 0.0f, 0.173648f}, "p477g", 0 }, + { {831.0f, -415.0f, 2688.0f}, {0.0f, 1.0f, 0.0f}, {-0.866025f, 0.0f, 0.5f}, "p477g", 0 }, + { {768.0f, -415.0f, 2689.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p444g", 0 }, + { {809.0f, -415.0f, 2533.0f}, {0.0f, 1.0f, 0.0f}, {-0.766044f, 0.0f, 0.642788f}, "p477g", 0 }, + { {812.0f, -415.0f, 2477.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p477g", 0 }, + { {766.0f, -415.0f, 2743.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p444g", 0 }, + { {757.0f, -415.0f, 2539.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p444g", 0 }, + { {-137.0f, -415.0f, 1350.0f}, {0.0f, 1.0f, 0.0f}, {-0.173648f, 0.0f, -0.984808f}, "p583a", 0 }, + { {-219.0f, -415.0f, 1366.0f}, {0.0f, 1.0f, 0.0f}, {-0.5f, 0.0f, -0.866025f}, "p582a", 0 }, + { {-228.0f, -415.0f, 1305.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p591a", 0 }, + { {-72.0f, -415.0f, 1346.0f}, {0.0f, 1.0f, 0.0f}, {-0.642788f, 0.0f, -0.766044f}, "p583a", 0 }, + { {-55.0f, -415.0f, 1301.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p583a", 0 }, + { {-268.0f, -415.0f, 1304.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p591a", 0 }, + { {-188.0f, -415.0f, 1303.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p583a", 0 }, + { {9880.0f, 161.0f, -642.0f}, {0.0f, 1.0f, 0.0f}, {-0.173648f, 0.0f, -0.984808f}, "p1351e", 0 }, + { {9944.0f, 161.0f, -647.0f}, {0.0f, 1.0f, 0.0f}, {-0.642788f, 0.0f, -0.766044f}, "p1353e", 0 }, + { {9829.0f, 161.0f, -689.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1346e", 0 }, + { {10549.0f, 161.0f, -636.0f}, {0.0f, 1.0f, 0.0f}, {-0.5f, 0.0f, -0.866025f}, "p1377e", 0 }, + { {10512.0f, 161.0f, -715.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1370e", 0 }, + { {10634.0f, 161.0f, -1354.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1364e", 0 }, + { {10545.0f, 161.0f, -1315.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1366e", 0 }, + { {10567.0f, 161.0f, 434.0f}, {0.0f, 1.0f, 0.0f}, {-0.173648f, 0.0f, -0.984808f}, "p32e", 0 }, + { {10631.0f, 161.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {-0.642788f, 0.0f, -0.766044f}, "p32e", 0 }, + { {10516.0f, 161.0f, 387.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p32e", 0 }, + { {11656.0f, 161.0f, -617.0f}, {0.0f, 1.0f, 0.0f}, {-0.5f, 0.0f, -0.866025f}, "p1177e", 0 }, + { {11618.0f, 161.0f, -696.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1186e", 0 }, + { {11741.0f, 161.0f, -1334.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1159e", 0 }, + { {11652.0f, 161.0f, -1296.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1167e", 0 }, + { {-757.0f, 192.0f, 1998.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p232g", 0 }, + { {-758.0f, 192.0f, 1918.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p232g", 0 }, + { {-760.0f, 192.0f, 1877.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p238g", 0 }, + { {-756.0f, 192.0f, 1958.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p232g", 0 }, + { {1263.0f, -379.0f, 194.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p83b", 0 }, + { {7562.0f, -379.0f, 1104.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p149c", 0 }, + { {7551.0f, -379.0f, 793.0f}, {0.0f, 1.0f, 0.0f}, {-0.531562f, 0.0f, -0.847019f}, "p149c", 0 }, + { {6807.0f, -379.0f, 651.0f}, {0.0f, 1.0f, 0.0f}, {0.594275f, 0.0f, 0.804262f}, "p142c", 0 }, + { {1270.0f, -452.0f, 1959.0f}, {0.0f, 1.0f, 0.0f}, {-0.669131f, 0.0f, -0.743145f}, "p459a", 0 }, + { {1102.0f, -452.0f, 1977.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, -0.258819f}, "p459a", 0 }, + { {1267.0f, -383.0f, 1973.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p459a", 0 }, + { {1101.0f, -383.0f, 1967.0f}, {0.0f, 1.0f, 0.0f}, {-0.866531f, 0.0f, 0.499123f}, "p459a", 0 }, + { {935.0f, -452.0f, 1976.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p459a", 0 }, + { {769.0f, -452.0f, 1992.0f}, {0.0f, 1.0f, 0.0f}, {-0.669131f, 0.0f, -0.743145f}, "p458a", 0 }, + { {723.0f, -452.0f, 890.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p482a", 0 }, + { {740.0f, -452.0f, 1009.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p482a", 0 }, + { {801.0f, -452.0f, 1274.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p474a", 0 }, + { {733.0f, -389.0f, 896.0f}, {0.0f, 1.0f, 0.0f}, {-0.984808f, 0.0f, 0.173648f}, "p482a", 0 }, + { {8788.0f, -452.0f, 251.0f}, {0.0f, 1.0f, 0.0f}, {-0.743145f, 0.0f, 0.669131f}, "p21e", 0 }, + { {8806.0f, -452.0f, 419.0f}, {0.0f, 1.0f, 0.0f}, {-0.258819f, 0.0f, 0.965926f}, "p21e", 0 }, + { {8802.0f, -383.0f, 254.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21e", 0 }, + { {8796.0f, -383.0f, 420.0f}, {0.0f, 1.0f, 0.0f}, {0.499123f, 0.0f, 0.866531f}, "p21e", 0 }, + { {8805.0f, -452.0f, 586.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p22e", 0 }, + { {8491.0f, -452.0f, 497.0f}, {0.0f, 1.0f, 0.0f}, {-0.743145f, 0.0f, 0.669131f}, "p10e", 0 }, + { {8802.0f, -383.0f, 578.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p22e", 0 }, + { {187.0f, -410.0f, 394.0f}, {0.0f, 1.0f, 0.0f}, {-0.866025f, 0.0f, 0.5f}, "p1880a", 0 }, + { {199.0f, -347.0f, 394.0f}, {0.0f, 1.0f, 0.0f}, {-0.766044f, 0.0f, 0.642788f}, "p1880a", 0 }, + { {177.0f, -379.0f, 277.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1881a", 0 }, + { {-671.0f, -379.0f, 257.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p787a", 0 }, + { {662.0f, -21.0f, -240.0f}, {0.0f, 1.0f, 0.0f}, {-0.866025f, 0.0f, 0.5f}, "p291a", 0 }, + { {675.0f, 42.0f, -240.0f}, {0.0f, 1.0f, 0.0f}, {-0.766044f, 0.0f, 0.642788f}, "p291a", 0 }, + { {489.0f, 42.0f, -258.0f}, {0.0f, 1.0f, 0.0f}, {-0.177677f, 0.0f, 0.984089f}, "p290a", 0 }, + { {480.0f, -21.0f, -251.0f}, {0.0f, 1.0f, 0.0f}, {-0.345863f, 0.0f, 0.938285f}, "p290a", 0 }, + { {-479.0f, -410.0f, 1447.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p572a", 0 }, + { {-430.0f, -347.0f, 1210.0f}, {0.0f, 1.0f, 0.0f}, {-0.642788f, 0.0f, -0.766044f}, "p591a", 0 }, + { {107.0f, -379.0f, 1184.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p584a", 0 }, + { {441.0f, -452.0f, -733.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p307g", 0 }, + { {607.0f, -383.0f, -742.0f}, {0.0f, 1.0f, 0.0f}, {-0.866531f, 0.0f, 0.499123f}, "p307g", 0 }, + { {608.0f, -452.0f, -731.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, -0.258819f}, "p307g", 0 }, + { {10211.0f, 161.0f, -789.0f}, {0.0f, 1.0f, 0.0f}, {0.966837f, 0.0f, 0.255393f}, "p1354e", 0 }, + { {11428.0f, 161.0f, -1277.0f}, {0.0f, 1.0f, 0.0f}, {0.713003f, 0.0f, 0.701161f}, "p1165e", 0 }, + { {11007.0f, 161.0f, 339.0f}, {0.0f, 1.0f, 0.0f}, {0.010196f, 0.0f, -0.999948f}, "p4133e2", 0 }, + { {10354.0f, 80.0f, 3969.0f}, {0.0f, 1.0f, 0.0f}, {-0.054878f, 0.0f, -0.998493f}, "p1181d2", 0 }, + { {10306.0f, -399.0f, 2970.0f}, {0.0f, 1.0f, 0.0f}, {-0.726862f, 0.0f, -0.686783f}, "p1329d1", 0 }, + { {2841.0f, -399.0f, 2738.0f}, {0.0f, 1.0f, 0.0f}, {-0.999598f, 0.0f, 0.02834f}, "p4389b", 0 }, + { {2483.0f, -34.0f, -583.0f}, {0.0f, 1.0f, 0.0f}, {-0.02834f, 0.0f, -0.999598f}, "p1290b2", 0 }, + { {10478.0f, -362.0f, 1757.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p907d", 0 }, + { {8164.0f, -362.0f, 4079.0f}, {0.0f, 1.0f, 0.0f}, {0.998493f, 0.0f, -0.054878f}, "p836d", 0 }, + { {10272.0f, -362.0f, 4043.0f}, {0.0f, 1.0f, 0.0f}, {-0.054878f, 0.0f, -0.998493f}, "p876d", 0 }, + { {10670.0f, -362.0f, 1757.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p907d", 0 }, + { {8356.0f, -362.0f, 4079.0f}, {0.0f, 1.0f, 0.0f}, {0.998493f, 0.0f, -0.054878f}, "p849d", 0 }, + { {10464.0f, -362.0f, 4043.0f}, {0.0f, 1.0f, 0.0f}, {-0.054878f, 0.0f, -0.998493f}, "p877d", 0 }, + { {10464.0f, -362.0f, 3851.0f}, {0.0f, 1.0f, 0.0f}, {-0.054878f, 0.0f, -0.998493f}, "p883d", 0 }, + { {8356.0f, -362.0f, 3886.0f}, {0.0f, 1.0f, 0.0f}, {0.998493f, 0.0f, -0.054878f}, "p2272d", 0 }, + { {10670.0f, -362.0f, 1565.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p907d", 0 }, + { {-657.0f, -54.0f, -659.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1916a1", 0 }, + { {-591.0f, -54.0f, 502.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1925a1", 0 }, + { {-741.0f, -54.0f, 482.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1926a1", 0 }, + { {-653.0f, -54.0f, 159.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p539a", 0 }, + { {-626.0f, -470.0f, 1262.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p591a", 0 }, + { {-675.0f, -470.0f, 24.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p788a", 0 }, + { {-1026.0f, -470.0f, -738.0f}, {0.0f, 1.0f, 0.0f}, {0.707106f, 0.0f, 0.707108f}, "p317g", 0 }, + { {-1102.0f, -470.0f, 6.0f}, {0.0f, 1.0f, 0.0f}, {0.547074f, 0.0f, 0.837084f}, "p793a", 0 }, + { {-851.0f, -470.0f, 349.0f}, {0.0f, 1.0f, 0.0f}, {-0.707103f, 0.0f, -0.70711f}, "p792a", 0 }, + { {242.0f, -470.0f, 1484.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p580a", 0 }, + { {1076.0f, -478.0f, 548.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p85b", 0 }, + { {1222.0f, -478.0f, 438.0f}, {0.0f, 1.0f, 0.0f}, {-0.964967f, 0.0f, 0.262372f}, "p83b", 0 }, + { {835.0f, -478.0f, 183.0f}, {0.0f, 1.0f, 0.0f}, {-0.016402f, 0.0f, 0.999865f}, "p84b", 0 }, + { {2480.0f, -26.0f, -681.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1290b1", 0 }, + { {3854.0f, -399.0f, -864.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p4867b1", 0 }, + { {2715.0f, -399.0f, 2703.0f}, {0.0f, 1.0f, 0.0f}, {6e-06, 0.0f, 1.0f}, "p4389b", 0 }, + { {3780.0f, -399.0f, 770.0f}, {0.0f, 1.0f, 0.0f}, {-0.999889f, 0.0f, -0.014907f}, "p245b", 0 }, + { {3771.0f, -399.0f, 1064.0f}, {0.0f, 1.0f, 0.0f}, {-0.999889f, 0.0f, -0.014907f}, "p262b", 0 }, + { {6367.0f, -399.0f, 821.0f}, {0.0f, 1.0f, 0.0f}, {-0.056158f, 0.0f, 0.998422f}, "p136c", 0 }, + { {7579.0f, -399.0f, 939.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p149c", 0 }, + { {7093.0f, -399.0f, 634.0f}, {0.0f, 1.0f, 0.0f}, {0.054878f, 0.0f, 0.998493f}, "p152c", 0 }, + { {7239.0f, -399.0f, 1232.0f}, {0.0f, 1.0f, 0.0f}, {0.001007f, 0.0f, -0.999999f}, "p146c", 0 }, + { {9501.0f, -399.0f, 1675.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p919d", 0 }, + { {9512.0f, -399.0f, 1969.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p1323d", 0 }, + { {10546.0f, 80.0f, 1683.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p1182d2", 0 }, + { {8261.0f, 80.0f, 1504.0f}, {0.0f, 1.0f, 0.0f}, {0.054878f, 0.0f, 0.998493f}, "p651d2", 0 }, + { {8190.0f, 80.0f, 4039.0f}, {0.0f, 1.0f, 0.0f}, {0.998493f, 0.0f, -0.054878f}, "p954d1", 0 }, + { {8064.0f, 80.0f, 3908.0f}, {0.0f, 1.0f, 0.0f}, {0.998493f, 0.0f, -0.054878f}, "p954d2", 0 }, + { {10429.0f, 80.0f, 1602.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p1182d1", 0 }, + { {10633.0f, 46.0f, -1903.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p790e", 0 }, + { {7899.0f, -458.0f, 568.0f}, {0.0f, 1.0f, 0.0f}, {-0.054878f, 0.0f, -0.998493f}, "p8e", 0 }, + { {9058.0f, -458.0f, 469.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p22e", 0 }, + { {9081.0f, -458.0f, 323.0f}, {0.0f, 1.0f, 0.0f}, {-0.998493f, 0.0f, 0.054878f}, "p23e", 0 }, + { {8860.0f, 46.0f, 980.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p629e", 0 }, + { {9238.0f, 46.0f, -214.0f}, {0.0f, 1.0f, 0.0f}, {0.999997f, 0.0f, -0.002546f}, "p671e", 0 }, + { {9610.0f, 46.0f, 7.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p3991e", 0 }, + { {11721.0f, 46.0f, 503.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p716e", 0 }, + { {11874.0f, 46.0f, 381.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p4134e1", 0 }, + { {10672.0f, 46.0f, -2078.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p795e", 0 }, + { {9323.0f, 46.0f, -1960.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p839e", 0 }, + { {8385.0f, 46.0f, -2153.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p834e", 0 }, + { {10475.0f, 46.0f, 555.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p37e", 0 }, + { {11734.0f, 46.0f, -1004.0f}, {0.0f, 1.0f, 0.0f}, {0.002546f, 0.0f, 0.999997f}, "p1168e", 0 }, + { {11856.0f, 46.0f, -851.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1169e", 0 }, + { {10121.0f, 46.0f, -1239.0f}, {0.0f, 1.0f, 0.0f}, {0.002546f, 0.0f, 0.999997f}, "p1355e", 0 }, + { {9968.0f, 46.0f, -1117.0f}, {0.0f, 1.0f, 0.0f}, {0.999997f, 0.0f, -0.002546f}, "p1342e", 0 }, + { {10731.0f, 46.0f, -951.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p1370e", 0 }, + { {10152.0f, 46.0f, -621.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1353e", 0 }, + { {7767.0f, 46.0f, -2486.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p3018f", 0 }, + { {10766.0f, 46.0f, -2797.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p303f1", 0 }, + { {7469.0f, 82.0f, -2677.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p3026f", 0 }, + { {9810.0f, 46.0f, -6568.0f}, {0.0f, 1.0f, 0.0f}, {0.002546f, 0.0f, 0.999997f}, "p3540f", 0 }, + { {9542.0f, 46.0f, -6649.0f}, {0.0f, 1.0f, 0.0f}, {0.002546f, 0.0f, 0.999997f}, "p3529f", 0 }, + { {11462.0f, -481.0f, -4043.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p72f", 0 }, + { {10205.0f, -481.0f, -6567.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p4516f", 0 }, + { {8228.0f, -409.0f, -6608.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p4532f2", 0 }, + { {8205.0f, -409.0f, -6093.0f}, {0.0f, 1.0f, 0.0f}, {-0.002546f, 0.0f, -0.999997f}, "p4353f2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {10781.0f, -577.0f, -3800.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4005f1", 0, {-256.00015f, 28.000193f, -4.5e-05, 671.00006f, -250.00018f, 34.000916f} }, + { {11165.0f, -577.0f, -3800.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4004f", 0, {-256.00015f, 28.000193f, -4.5e-05, 671.00006f, -249.00018f, 35.000916f} }, + { {10781.0f, -577.0f, -4182.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4011f", 0, {-256.00015f, 29.000193f, -4.5e-05, 671.00006f, -250.00018f, 34.000916f} }, + { {11165.0f, -577.0f, -4182.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4013f1", 0, {-256.00015f, 29.000193f, -4.5e-05, 671.00006f, -249.00018f, 35.000916f} }, + { {10781.0f, -577.0f, -4632.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4046f1", 0, {-256.00015f, 28.000193f, -4.5e-05, 671.00006f, -250.00018f, 34.000916f} }, + { {11165.0f, -577.0f, -4632.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4045f", 0, {-256.00015f, 28.000193f, -4.5e-05, 671.00006f, -249.00018f, 35.000916f} }, + { {10781.0f, -577.0f, -5013.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4051f1", 0, {-255.00014f, 29.000193f, -4.5e-05, 671.00006f, -250.00018f, 34.000916f} }, + { {11165.0f, -577.0f, -5013.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4054f1", 0, {-255.00014f, 29.000193f, -4.5e-05, 671.00006f, -249.00018f, 35.000916f} }, + { {10781.0f, -577.0f, -5466.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4087f1", 0, {-256.00015f, 29.000193f, -4.5e-05, 671.00006f, -250.00018f, 34.000916f} }, + { {11165.0f, -577.0f, -5466.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4137f2", 0, {-256.00015f, 29.000193f, -4.5e-05, 671.00006f, -249.00018f, 35.000916f} }, + { {10781.0f, -577.0f, -5853.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4131f2", 0, {-256.00015f, 29.000193f, -4.5e-05, 671.00006f, -250.00018f, 34.000916f} }, + { {11165.0f, -577.0f, -5853.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -1e-06}, "p4134f2", 0, {-256.00015f, 29.000193f, -4.5e-05, 671.00006f, -249.00018f, 35.000916f} }, + { {7571.0f, -186.0f, 1831.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p42c", 0, {-40.000107f, 43.999893f, -57.00008f, -56.999924f, -10.0f, 9.0f} }, + { {8528.0f, -226.0f, 1607.0f}, {-0.928477f, -0.371391f, 2e-06}, {-0.371391f, 0.928477f, 0.0f}, "p2356d", 0, {-40.000107f, 43.999893f, -58.12272f, -57.93687f, -11.327416f, 7.9849f} }, + { {7734.0f, -185.0f, 1824.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p433d", 0, {-39.000107f, 43.999893f, -58.00008f, -57.999928f, -11.0f, 8.0f} }, + { {8711.0f, -205.0f, 1601.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p423d", 0, {-40.000107f, 43.999893f, -57.00008f, -56.999924f, -10.0f, 9.0f} }, + { {1407.0f, -513.0f, 304.0f}, {4.3e-05, 1.0f, 0.0f}, {-0.999983f, 4.3e-05, -0.005917f}, "p83b", 0, {-160.32855f, 161.46466f, -0.003406f, 98.00242f, -56.94749f, 78.94964f} }, + { {7447.0f, -513.0f, 633.0f}, {0.0f, 1.0f, -4.3e-05}, {-0.005917f, 4.3e-05, 0.999983f}, "p152c", 0, {-160.32852f, 160.46463f, -0.003406f, 98.00242f, -56.941467f, 79.94529f} }, + { {7451.0f, -513.0f, 1227.0f}, {0.0f, 1.0f, 4.3e-05}, {0.005917f, 4.3e-05, -0.999983f}, "p146c", 0, {-160.32852f, 160.46463f, -0.003406f, 98.00242f, -56.941467f, 79.94529f} }, + { {775.0f, -513.0f, 2608.0f}, {-4.3e-05, 1.0f, 0.0f}, {0.999983f, 4.3e-05, 0.005917f}, "p444g", 0, {-160.33444f, 160.45871f, -0.003362f, 98.002464f, -56.945694f, 78.945305f} }, + { {-183.0f, -513.0f, 1338.0f}, {0.0f, 1.0f, 4.3e-05}, {0.005917f, 4.3e-05, -0.999983f}, "p583a", 0, {-160.33444f, 160.45871f, -0.003362f, 98.002464f, -57.941452f, 78.945305f} }, + { {1579.0f, -513.0f, 106.0f}, {-0.000154f, 1.0f, 0.0f}, {0.999998f, 0.000154f, 0.002144f}, "p154b", 0, {-42.087803f, 42.122105f, -0.008784f, 253.00632f, -41.089943f, 57.089905f} }, + { {1579.0f, -513.0f, 191.0f}, {-0.000154f, 1.0f, 0.0f}, {0.999998f, 0.000154f, 0.002144f}, "p155b", 0, {-42.087803f, 43.1221f, -0.008784f, 253.00632f, -41.092087f, 57.089905f} }, + { {1579.0f, -513.0f, 275.0f}, {-0.000154f, 1.0f, 0.0f}, {0.999998f, 0.000154f, 0.002144f}, "p155b", 0, {-42.087803f, 42.122105f, -0.008784f, 253.00632f, -41.089943f, 57.089905f} }, + { {1579.0f, -513.0f, 360.0f}, {-0.000154f, 1.0f, 0.0f}, {0.999998f, 0.000154f, 0.002144f}, "p155b", 0, {-42.087803f, 43.1221f, -0.008784f, 253.00632f, -41.092087f, 57.089905f} }, + { {1579.0f, -513.0f, 613.0f}, {-0.000154f, 1.0f, 0.0f}, {0.999998f, 0.000154f, 0.002144f}, "p155b", 0, {-42.087803f, 43.1221f, -0.008784f, 253.00632f, -41.092087f, 57.089905f} }, + { {1579.0f, -513.0f, 528.0f}, {-0.000154f, 1.0f, 0.0f}, {0.999998f, 0.000154f, 0.002144f}, "p155b", 0, {-42.087803f, 42.122105f, -0.008784f, 253.00632f, -41.089943f, 57.089905f} }, + { {1579.0f, -513.0f, 444.0f}, {-0.000154f, 1.0f, 0.0f}, {0.999998f, 0.000154f, 0.002144f}, "p155b", 0, {-42.087803f, 42.122105f, -0.008784f, 253.00632f, -41.089943f, 57.089905f} }, + { {2331.0f, -513.0f, 612.0f}, {0.000154f, 1.0f, 0.0f}, {-0.999998f, 0.000154f, -0.002144f}, "p150b", 0, {-42.08771f, 43.122192f, -0.008784f, 253.00632f, -41.053104f, 57.12889f} }, + { {2331.0f, -513.0f, 528.0f}, {0.000154f, 1.0f, 0.0f}, {-0.999998f, 0.000154f, -0.002144f}, "p150b", 0, {-42.08771f, 42.122196f, -0.008784f, 253.00632f, -41.05096f, 57.12889f} }, + { {2331.0f, -513.0f, 444.0f}, {0.000154f, 1.0f, 0.0f}, {-0.999998f, 0.000154f, -0.002144f}, "p150b", 0, {-42.08771f, 42.122196f, -0.008784f, 253.00632f, -41.05096f, 57.12889f} }, + { {2331.0f, -513.0f, 359.0f}, {0.000154f, 1.0f, 0.0f}, {-0.999998f, 0.000154f, -0.002144f}, "p150b", 0, {-42.08771f, 43.122192f, -0.008784f, 253.00632f, -41.053104f, 57.12889f} }, + { {2331.0f, -513.0f, 275.0f}, {0.000154f, 1.0f, 0.0f}, {-0.999998f, 0.000154f, -0.002144f}, "p150b", 0, {-42.08771f, 42.122196f, -0.008784f, 253.00632f, -41.05096f, 57.12889f} }, + { {2331.0f, -513.0f, 191.0f}, {0.000154f, 1.0f, 0.0f}, {-0.999998f, 0.000154f, -0.002144f}, "p150b", 0, {-43.087708f, 42.122196f, -0.008784f, 253.00632f, -41.05096f, 57.131035f} }, + { {2331.0f, -513.0f, 106.0f}, {0.000154f, 1.0f, 0.0f}, {-0.999998f, 0.000154f, -0.002144f}, "p151b", 0, {-42.08771f, 42.122196f, -0.008784f, 253.00632f, -41.05096f, 57.12889f} }, + { {1178.0f, -513.0f, 563.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p85b", 0, {-43.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.07553f} }, + { {2633.0f, -64.0f, -766.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p1290b1", 0, {-43.089607f, 43.126583f, -0.006828f, 195.00484f, -51.057068f, 72.07552f} }, + { {2633.0f, -64.0f, -679.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p1290b1", 0, {-44.089607f, 43.126583f, -0.006828f, 195.00484f, -51.057068f, 72.077286f} }, + { {2633.0f, -64.0f, -593.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p1290b1", 0, {-43.089607f, 43.126583f, -0.006828f, 195.00484f, -51.057068f, 72.07552f} }, + { {3775.0f, -417.0f, -970.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p1088b", 0, {-43.089607f, 43.126583f, -0.006828f, 195.00484f, -51.057068f, 71.92425f} }, + { {3861.0f, -417.0f, -970.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p1088b", 0, {-43.089607f, 44.126583f, -0.006828f, 195.00484f, -51.058826f, 72.07552f} }, + { {3948.0f, -417.0f, -970.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p1087b", 0, {-43.089607f, 43.126583f, -0.006828f, 195.00484f, -51.057068f, 72.07552f} }, + { {4741.0f, -417.0f, 1684.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p360b", 0, {-43.091366f, 43.124825f, -0.006734f, 195.00493f, -51.90579f, 71.07553f} }, + { {4741.0f, -417.0f, 1936.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p360b", 0, {-43.089645f, 44.124825f, -0.006734f, 195.00484f, -51.07732f, 71.07553f} }, + { {4741.0f, -417.0f, 2234.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p359b", 0, {-43.089645f, 44.124825f, -0.006734f, 195.00484f, -51.07732f, 71.07553f} }, + { {4741.0f, -417.0f, 2481.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p359b", 0, {-43.091366f, 43.124825f, -0.006734f, 195.00493f, -51.90579f, 71.07553f} }, + { {4461.0f, -417.0f, 2834.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p363b", 0, {-43.091366f, 43.124825f, -0.006734f, 195.00493f, -51.90579f, 71.07553f} }, + { {2715.0f, -417.0f, 2834.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p371b", 0, {-43.091366f, 43.124825f, -0.006734f, 195.00493f, -51.90579f, 71.07553f} }, + { {7000.0f, -513.0f, 628.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p152c", 0, {-43.089607f, 43.126583f, -0.006828f, 195.00484f, -51.057068f, 71.92425f} }, + { {6996.0f, -513.0f, 1232.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p146c", 0, {-43.089615f, 44.12659f, -0.006828f, 195.00484f, -51.058834f, 72.07553f} }, + { {9345.0f, -417.0f, 1667.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p1323d", 0, {-43.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.07553f} }, + { {9344.0f, -417.0f, 1754.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p1323d", 0, {-43.089607f, 44.124863f, -0.006734f, 195.00484f, -51.058826f, 71.09402f} }, + { {9344.0f, -417.0f, 1925.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p1323d", 0, {-43.089607f, 44.124863f, -0.006734f, 195.00484f, -51.058826f, 71.09402f} }, + { {9343.0f, -417.0f, 2011.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p1323d", 0, {-43.089607f, 43.126583f, -0.006828f, 195.00484f, -51.057068f, 72.07552f} }, + { {8314.0f, 0.0f, 3678.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p954d2", 0, {-44.089607f, 43.124825f, -0.006734f, 195.00484f, -51.057068f, 71.077286f} }, + { {8227.0f, 0.0f, 3677.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p954d2", 0, {-43.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.07553f} }, + { {8056.0f, 0.0f, 3677.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p954d2", 0, {-43.089607f, 44.124863f, -0.006734f, 195.00484f, -51.058826f, 71.07553f} }, + { {7970.0f, 0.0f, 3676.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p954d2", 0, {-44.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.09578f} }, + { {10214.0f, 0.0f, 3676.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p1181d1", 0, {-43.089607f, 44.124863f, -0.006734f, 195.00484f, -51.058826f, 71.09402f} }, + { {10301.0f, 0.0f, 3677.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p1181d1", 0, {-43.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.07553f} }, + { {10472.0f, 0.0f, 3677.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p1181d1", 0, {-43.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.07553f} }, + { {10558.0f, 0.0f, 3678.0f}, {0.0f, 1.0f, -9.5e-05}, {-0.001759f, 9.5e-05, 0.999998f}, "p1181d1", 0, {-43.089607f, 44.124825f, -0.006734f, 195.00484f, -51.058826f, 71.07553f} }, + { {8438.0f, 0.0f, 1563.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p651d2", 0, {-43.089607f, 44.126583f, -0.006828f, 195.00484f, -51.058826f, 71.92249f} }, + { {8437.0f, 0.0f, 1650.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p651d2", 0, {-43.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.09402f} }, + { {8437.0f, 0.0f, 1821.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p651d2", 0, {-43.089607f, 43.124863f, -0.006734f, 195.00484f, -51.057068f, 71.09402f} }, + { {8436.0f, 0.0f, 1907.0f}, {9.5e-05, 1.0f, 0.0f}, {-0.999998f, 9.5e-05, -0.001759f}, "p651d1", 0, {-43.089607f, 44.124825f, -0.006734f, 195.00484f, -51.058826f, 71.07553f} }, + { {-740.0f, -53.0f, -552.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1917a2", 0, {-7.0f, 7.0f, -3.0f, 125.0f, -55.999996f, 213.0f} }, + { {-596.0f, -53.0f, -552.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1916a2", 0, {-7.0f, 7.0f, -3.0f, 125.0f, -55.999996f, 213.0f} }, + { {-452.0f, -53.0f, -552.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1940a2", 0, {-7.0f, 7.0f, -3.0f, 125.0f, -55.999996f, 213.0f} }, + { {-308.0f, -53.0f, -552.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1919a2", 0, {-7.0f, 7.0f, -4.0f, 125.0f, -55.999996f, 213.0f} }, + { {-365.0f, -53.0f, 392.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p550a", 0, {-7.0f, 7.0f, -4.0f, 125.0f, -55.999996f, 213.0f} }, + { {-510.0f, -53.0f, 392.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1924a2", 0, {-7.0f, 7.0f, -3.0f, 125.0f, -55.999996f, 213.0f} }, + { {-654.0f, -53.0f, 392.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1925a2", 0, {-7.0f, 7.0f, -3.0f, 125.0f, -55.999996f, 213.0f} }, + { {-798.0f, -53.0f, 392.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1926a2", 0, {-7.0f, 7.0f, -3.0f, 125.0f, -55.999996f, 213.0f} }, + { {-942.0f, -53.0f, 392.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p569a", 0, {-7.0f, 7.0f, -4.0f, 125.0f, -55.999996f, 213.0f} }, + { {-233.0f, -67.0f, -253.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p895a2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 227.0f} }, + { {61.0f, -67.0f, 41.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p195a1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 227.0f} }, + { {744.0f, -452.0f, 436.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4185b2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {-121.0f, -452.0f, 83.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1861a2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {-853.0f, -452.0f, -426.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p749a1", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {-1103.0f, -452.0f, -426.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p749a2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {-853.0f, -452.0f, 714.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p720a2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {-1103.0f, -452.0f, 714.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p720a1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {670.0f, -452.0f, -431.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p916a1", 0, {-3.0f, 2.0f, -3.0f, 125.0f, -61.0f, 228.0f} }, + { {420.0f, -452.0f, -431.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p916a2", 0, {-2.0f, 3.0f, -3.0f, 125.0f, -61.0f, 228.0f} }, + { {420.0f, -67.0f, -426.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p294a2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 227.0f} }, + { {670.0f, -67.0f, -426.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p294a1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 227.0f} }, + { {311.0f, -452.0f, 933.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p917a2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {241.0f, -452.0f, 2557.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1863a2", 0, {-7.0f, 7.0f, -15.000001f, 113.00001f, -61.0f, 228.0f} }, + { {24.0f, -452.0f, 2557.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1863a1", 0, {-7.0f, 7.0f, -24.000002f, 104.00001f, -61.0f, 228.0f} }, + { {500.0f, -452.0f, 2285.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1862a1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {378.0f, -452.0f, 2737.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p188g", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {1077.0f, -452.0f, 1596.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4360b2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {1514.0f, -452.0f, 997.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4334b2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {2395.0f, -452.0f, 990.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4340b1", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {3377.0f, -341.0f, 1450.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4186b1", 0, {-8.0f, 8.0f, -4.0f, 156.0f, -76.0f, 213.0f} }, + { {3802.0f, -341.0f, 409.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4189b2", 0, {-8.0f, 8.0f, -4.0f, 156.0f, -76.0f, 213.0f} }, + { {4785.0f, -452.0f, 869.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4339b2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {1103.0f, -312.0f, 715.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1770b", 0, {-108.99996f, 179.00005f, 57.99987f, 58.00008f, -104.99999f, 88.0f} }, + { {1440.0f, -312.0f, 847.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1761b", 0, {-109.99996f, 99.000046f, 57.999928f, 58.00008f, -104.99999f, 88.0f} }, + { {1580.0f, -312.0f, 847.0f}, {-1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p166b", 0, {-99.000046f, 109.99996f, 57.999928f, 58.00008f, -104.99999f, 88.0f} }, + { {2674.0f, -225.0f, 680.0f}, {-1e-06, 0.196116f, -0.980581f}, {0.0f, 0.980581f, 0.196116f}, "p229b", 0, {-109.999954f, 211.00005f, 57.26576f, 57.265995f, -75.70083f, 87.4678f} }, + { {3251.0f, -225.0f, 680.0f}, {-1e-06, 0.196116f, -0.980581f}, {0.0f, 0.980581f, 0.196116f}, "p239b", 0, {-109.999954f, 211.00005f, 57.26576f, 57.265995f, -75.70083f, 87.4678f} }, + { {4405.0f, -225.0f, 680.0f}, {-1e-06, 0.196116f, -0.980581f}, {0.0f, 0.980581f, 0.196116f}, "p251b", 0, {-109.999954f, 210.00005f, 57.26576f, 57.265995f, -75.70083f, 87.4678f} }, + { {4506.0f, -225.0f, 1179.0f}, {1e-06, 0.196116f, 0.980581f}, {0.0f, 0.980581f, -0.196116f}, "p255b", 0, {-108.999954f, 211.00005f, 57.26576f, 57.265995f, -75.70083f, 87.4678f} }, + { {3929.0f, -225.0f, 1179.0f}, {1e-06, 0.196116f, 0.980581f}, {0.0f, 0.980581f, -0.196116f}, "p261b", 0, {-108.999954f, 211.00005f, 57.26576f, 57.265995f, -75.70083f, 87.4678f} }, + { {2775.0f, -225.0f, 1179.0f}, {1e-06, 0.196116f, 0.980581f}, {0.0f, 0.980581f, -0.196116f}, "p228b", 0, {-109.999954f, 211.00005f, 57.26576f, 57.265995f, -75.70083f, 87.4678f} }, + { {5311.0f, -452.0f, 869.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p444c2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {6290.0f, -452.0f, 869.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p447c2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {7232.0f, -280.0f, 369.0f}, {-1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p107c", 0, {-252.00009f, 356.99994f, 111.99982f, 112.00027f, -104.99999f, 88.0f} }, + { {7232.0f, -280.0f, 1490.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p46c", 0, {-356.99994f, 252.00009f, 111.99982f, 112.00027f, -104.99999f, 88.0f} }, + { {7572.0f, -312.0f, 1616.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p42c", 0, {-109.99996f, 99.000046f, 57.999928f, 58.00008f, -104.99999f, 88.0f} }, + { {7571.0f, -312.0f, 94.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p103c", 0, {-109.99996f, 98.000046f, 56.999928f, 57.00008f, -104.99999f, 88.0f} }, + { {7652.0f, -452.0f, 1766.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1327d1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 228.0f} }, + { {8615.0f, -452.0f, 1542.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2351d2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {7718.0f, -312.0f, 1616.0f}, {-1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p433d", 0, {-99.000046f, 109.99996f, 57.999928f, 58.00008f, -104.99999f, 88.0f} }, + { {7652.0f, -452.0f, 244.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4055e2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 228.0f} }, + { {10830.0f, 29.0f, 103.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3979e1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 292.0f} }, + { {11381.0f, 29.0f, -311.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3976e2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 292.0f} }, + { {10888.0f, 29.0f, -372.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3978e1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 292.0f} }, + { {9624.0f, 29.0f, -2561.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1452e1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 292.0f} }, + { {10061.0f, 61.0f, -2621.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4068e2", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 195.0f} }, + { {9651.0f, 203.0f, -2232.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p810e", 0, {-35.999996f, 172.0f, 26.999968f, 27.000006f, -75.0f, 101.0f} }, + { {10917.0f, 203.0f, -757.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p756e", 0, {-228.0f, 172.0f, 27.999968f, 28.000042f, -134.0f, 101.0f} }, + { {11295.0f, 203.0f, -557.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p752e", 0, {-372.0f, 172.0f, 26.999968f, 27.000069f, -134.0f, 101.0f} }, + { {11767.0f, 203.0f, -285.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p727e", 0, {-229.0f, 172.0f, 27.999968f, 28.000042f, -134.0f, 101.0f} }, + { {10645.0f, 203.0f, -285.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4265e2", 0, {-373.0f, 172.0f, 27.999968f, 28.000069f, -134.0f, 101.0f} }, + { {10501.0f, 203.0f, 132.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p41e", 0, {-229.0f, 172.0f, 27.999968f, 28.000042f, -134.0f, 101.0f} }, + { {7718.0f, -312.0f, 94.0f}, {-1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p2e", 0, {-98.000046f, 109.99996f, 57.999928f, 58.00008f, -104.99999f, 88.0f} }, + { {9034.0f, 207.0f, -2535.0f}, {0.0f, -0.141421f, -0.98995f}, {-4e-06, 0.98995f, -0.141421f}, "p856e", 0, {-172.00049f, 501.00043f, 94.18653f, 94.186775f, -114.83627f, 111.4407f} }, + { {8201.0f, 207.0f, -2535.0f}, {0.0f, -0.141421f, -0.98995f}, {-4e-06, 0.98995f, -0.141421f}, "p859e", 0, {-172.00049f, 501.00043f, 94.18653f, 94.186775f, -114.83627f, 111.4407f} }, + { {9692.0f, 77.0f, -6242.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4160f2", 0, {-7.0f, 7.0f, -4.0f, 125.00001f, -61.0f, 195.0f} }, + { {7946.0f, 61.0f, -3138.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4171f1", 0, {-7.0f, 7.0f, -3.0f, 125.00001f, -61.0f, 195.0f} }, + { {9730.0f, -516.0f, -6240.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3559f", 0, {-7.0f, 7.0f, -14.000001f, 115.00001f, -61.0f, 212.0f} }, + { {9501.0f, -516.0f, -6240.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3558f", 0, {-7.0f, 7.0f, -14.000002f, 114.00001f, -61.0f, 212.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 3115, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 3116, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 3117, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 3118, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 3119, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 3120, 0, + /* Type = ObjectiveEnterRoom; index = 6 */ + _mkword(0, _mkshort(0, 32)), 86, 0, 0, + /* Type = ObjectiveEnd; index = 7 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 8 */ + _mkword(0, _mkshort(0, 23)), 1, 3121, 1, + /* Type = ObjectiveCompleteCondition; index = 9 */ + _mkword(0, _mkshort(0, 26)), 512, + /* Type = ObjectiveFailCondition; index = 10 */ + _mkword(0, _mkshort(0, 27)), 65536, + /* Type = ObjectiveEnd; index = 11 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 12 */ + _mkword(0, _mkshort(0, 23)), 2, 3122, 0, + /* Type = ObjectiveCompleteCondition; index = 13 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveFailCondition; index = 14 */ + _mkword(0, _mkshort(0, 27)), 4096, + /* Type = ObjectiveEnd; index = 15 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 16 */ + _mkword(0, _mkshort(0, 23)), 3, 3123, 0, + /* Type = ObjectiveDestroyObject; index = 17 */ + _mkword(0, _mkshort(0, 25)), 1, + /* Type = ObjectiveDestroyObject; index = 18 */ + _mkword(0, _mkshort(0, 25)), 2, + /* Type = ObjectiveDestroyObject; index = 19 */ + _mkword(0, _mkshort(0, 25)), 3, + /* Type = ObjectiveDestroyObject; index = 20 */ + _mkword(0, _mkshort(0, 25)), 4, + /* Type = ObjectiveDestroyObject; index = 21 */ + _mkword(0, _mkshort(0, 25)), 5, + /* Type = ObjectiveDestroyObject; index = 22 */ + _mkword(0, _mkshort(0, 25)), 6, + /* Type = ObjectiveDestroyObject; index = 23 */ + _mkword(0, _mkshort(0, 25)), 7, + /* Type = ObjectiveDestroyObject; index = 24 */ + _mkword(0, _mkshort(0, 25)), 8, + /* Type = ObjectiveDestroyObject; index = 25 */ + _mkword(0, _mkshort(0, 25)), 9, + /* Type = ObjectiveDestroyObject; index = 26 */ + _mkword(0, _mkshort(0, 25)), 10, + /* Type = ObjectiveEnd; index = 27 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 28 */ + _mkword(0, _mkshort(0, 23)), 4, 3124, 256, + /* Type = ObjectiveCompleteCondition; index = 29 */ + _mkword(0, _mkshort(0, 26)), 32768, + /* Type = ObjectiveFailCondition; index = 30 */ + _mkword(0, _mkshort(0, 27)), 16384, + /* Type = ObjectiveEnd; index = 31 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Door; index = 32 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 66), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 33 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 67), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 34 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 68), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 35 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 69), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 36 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 70), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 37 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 71), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 38 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 72), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 39 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 73), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 40 */ + _mkword(256, _mkshort(0, 1)), _mkword(159, 74), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 41 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 75), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 42 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 76), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 43 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 78), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 44 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 88), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 45 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 89), 0x38000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 46 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 90), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 47 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 91), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 48 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 79), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 49 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 80), 0x38000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 50 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 81), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 51 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 82), 0x38000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 52 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 83), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 53 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 84), 0x38000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 54 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 85), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 55 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 86), 0x38000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 56 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 87), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 57 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 133), 0x18000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 216000, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 58 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 134), 0x38000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 216000, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 59 */ + _mkword(0, _mkshort(0, 22)), _mkword(34, 0xfffe), 0, 0, + /* Type = Tag; index = 60 */ + _mkword(0, _mkshort(0, 22)), _mkword(35, 0xfffe), 0, 0, + /* Type = Tag; index = 61 */ + _mkword(0, _mkshort(0, 22)), _mkword(39, 0x0002), 0, 0, + /* Type = Rename; index = 62 */ + _mkword(0, _mkshort(0, 37)), 0x00000001, 0, 0, 0, 0, 0, 3141, 0, 0, + /* Type = Door; index = 63 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 93), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(0, 0), 0x00000002, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = SingleMonitor; index = 64 */ + _mkword(256, _mkshort(0, 10)), _mkword(337, 10035), 0x100001a1, 0x00000800, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 48, + /* Type = LinkProps; index = 65 */ + _mkword(0, _mkshort(0, 19)), -1, -2, 0, + /* Type = Tag; index = 66 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0xfffe), 0, 0, + /* Type = Tag; index = 67 */ + _mkword(0, _mkshort(0, 22)), _mkword(32, 0x0002), 0, 0, + /* Type = Rename; index = 68 */ + _mkword(0, _mkshort(0, 37)), 0x00000001, 0, 0, 0, 0, 0, 3141, 0, 0, + /* Type = Door; index = 69 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 113), 0x10000000, 0x48000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000005, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(0, 0), 0x00000002, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = SingleMonitor; index = 70 */ + _mkword(256, _mkshort(0, 10)), _mkword(337, 10049), 0x100001a1, 0x00000800, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 48, + /* Type = LinkProps; index = 71 */ + _mkword(0, _mkshort(0, 19)), -1, -2, 0, + /* Type = Tag; index = 72 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0xfffe), 0, 0, + /* Type = Tag; index = 73 */ + _mkword(0, _mkshort(0, 22)), _mkword(33, 0x0001), 0, 0, + /* Type = Door; index = 74 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 114), 0x10000000, 0x40000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xfffffffb, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 75 */ + _mkword(0, _mkshort(0, 22)), _mkword(41, 0x0002), 0, 0, + /* Type = Rename; index = 76 */ + _mkword(0, _mkshort(0, 37)), 0x00000001, 0, 0, 0, 0, 0, 3141, 0, 0, + /* Type = Door; index = 77 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 116), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(0, 0), 0x00000002, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = SingleMonitor; index = 78 */ + _mkword(256, _mkshort(0, 10)), _mkword(337, 10048), 0x100001a1, 0x00000800, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 48, + /* Type = LinkProps; index = 79 */ + _mkword(0, _mkshort(0, 19)), -1, -2, 0, + /* Type = Tag; index = 80 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0xfffe), 0, 0, + /* Type = Tag; index = 81 */ + _mkword(0, _mkshort(0, 22)), _mkword(42, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 82 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10012), 0x50000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 49, + /* Type = Tag; index = 83 */ + _mkword(0, _mkshort(0, 22)), _mkword(43, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 84 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10014), 0x50000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 49, + /* Type = Tag; index = 85 */ + _mkword(0, _mkshort(0, 22)), _mkword(44, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 86 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10013), 0x50000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 49, + /* Type = Tag; index = 87 */ + _mkword(0, _mkshort(0, 22)), _mkword(45, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 88 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10015), 0x50000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 49, + /* Type = Door; index = 89 */ + _mkword(256, _mkshort(0, 1)), _mkword(160, 117), 0x50000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 1, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 400, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 90 */ + _mkword(256, _mkshort(0, 1)), _mkword(160, 118), 0x50000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 1, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 400, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 91 */ + _mkword(256, _mkshort(0, 1)), _mkword(160, 119), 0x50000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 1, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 400, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 92 */ + _mkword(256, _mkshort(0, 1)), _mkword(160, 120), 0x70000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 1, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 400, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 93 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 77), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000004, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 94 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 92), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000004, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 95 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 94), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000006d, 0x0000006d, 0x00001555, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 96 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 95), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 97 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 96), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 98 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 97), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 99 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 107), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 100 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 108), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 101 */ + _mkword(0, _mkshort(0, 22)), _mkword(38, 0x0001), 0, 0, + /* Type = Door; index = 102 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 121), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000008, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 103 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 131), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 104 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 132), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 105 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = GasProp; index = 106 */ + _mkword(640, _mkshort(0, 36)), _mkword(117, 10000), 0x00001001, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 107 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = GasProp; index = 108 */ + _mkword(640, _mkshort(0, 36)), _mkword(117, 10001), 0x00001001, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 109 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = GasProp; index = 110 */ + _mkword(640, _mkshort(0, 36)), _mkword(117, 10002), 0x00001001, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 111 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = GasProp; index = 112 */ + _mkword(640, _mkshort(0, 36)), _mkword(117, 10003), 0x00001001, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 113 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = GasProp; index = 114 */ + _mkword(640, _mkshort(0, 36)), _mkword(117, 10004), 0x00001001, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 115 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0x0001), 0, 0, + /* Type = GasProp; index = 116 */ + _mkword(640, _mkshort(0, 36)), _mkword(117, 10005), 0x00001001, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 117 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = GasProp; index = 118 */ + _mkword(640, _mkshort(0, 36)), _mkword(117, 10006), 0x00001001, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 119 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0001), 0, 0, + /* Type = GasProp; index = 120 */ + _mkword(640, _mkshort(0, 36)), _mkword(117, 10007), 0x00001001, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 121 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = GasProp; index = 122 */ + _mkword(640, _mkshort(0, 36)), _mkword(117, 10008), 0x00001001, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 123 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = GasProp; index = 124 */ + _mkword(640, _mkshort(0, 36)), _mkword(117, 10009), 0x00001001, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 125 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 207), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 126 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 127 */ + _mkword(307, _mkshort(0, 3)), _mkword(82, 208), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 128 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 129 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 209), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 130 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 131 */ + _mkword(256, _mkshort(0, 3)), _mkword(20, 210), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 132 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 133 */ + _mkword(307, _mkshort(0, 3)), _mkword(20, 211), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 134 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 135 */ + _mkword(256, _mkshort(0, 3)), _mkword(20, 212), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 136 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 137 */ + _mkword(307, _mkshort(0, 3)), _mkword(82, 213), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 138 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 139 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 214), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 140 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 141 */ + _mkword(307, _mkshort(0, 3)), _mkword(82, 215), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 142 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 143 */ + _mkword(256, _mkshort(0, 3)), _mkword(20, 216), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 144 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 145 */ + _mkword(307, _mkshort(0, 3)), _mkword(82, 217), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 146 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 147 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 218), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 148 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 149 */ + _mkword(307, _mkshort(0, 3)), _mkword(82, 219), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 150 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 151 */ + _mkword(256, _mkshort(0, 3)), _mkword(20, 220), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 152 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 153 */ + _mkword(307, _mkshort(0, 3)), _mkword(20, 221), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 154 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 155 */ + _mkword(256, _mkshort(0, 3)), _mkword(20, 222), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 156 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 157 */ + _mkword(307, _mkshort(0, 3)), _mkword(82, 223), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 158 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 159 */ + _mkword(281, _mkshort(0, 3)), _mkword(82, 224), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 160 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 161 */ + _mkword(204, _mkshort(0, 3)), _mkword(20, 225), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 162 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 163 */ + _mkword(204, _mkshort(0, 3)), _mkword(20, 226), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 164 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 165 */ + _mkword(256, _mkshort(0, 3)), _mkword(20, 227), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 166 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 167 */ + _mkword(307, _mkshort(0, 3)), _mkword(82, 228), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 168 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 169 */ + _mkword(256, _mkshort(0, 3)), _mkword(20, 229), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 170 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 171 */ + _mkword(256, _mkshort(0, 3)), _mkword(20, 232), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 172 */ + _mkword(256, _mkshort(0, 3)), _mkword(20, 233), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 173 */ + _mkword(256, _mkshort(0, 3)), _mkword(20, 234), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 174 */ + _mkword(0, _mkshort(0, 22)), _mkword(23, 0x0001), 0, 0, + /* Type = GasProp; index = 175 */ + _mkword(256, _mkshort(0, 36)), _mkword(114, 245), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 176 */ + _mkword(0, _mkshort(0, 22)), _mkword(24, 0x0001), 0, 0, + /* Type = GasProp; index = 177 */ + _mkword(256, _mkshort(0, 36)), _mkword(114, 246), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 178 */ + _mkword(0, _mkshort(0, 22)), _mkword(25, 0x0001), 0, 0, + /* Type = GasProp; index = 179 */ + _mkword(256, _mkshort(0, 36)), _mkword(113, 247), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 180 */ + _mkword(0, _mkshort(0, 22)), _mkword(26, 0x0001), 0, 0, + /* Type = GasProp; index = 181 */ + _mkword(256, _mkshort(0, 36)), _mkword(113, 248), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 182 */ + _mkword(0, _mkshort(0, 22)), _mkword(27, 0x0001), 0, 0, + /* Type = GasProp; index = 183 */ + _mkword(256, _mkshort(0, 36)), _mkword(114, 249), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 184 */ + _mkword(0, _mkshort(0, 22)), _mkword(28, 0x0001), 0, 0, + /* Type = GasProp; index = 185 */ + _mkword(256, _mkshort(0, 36)), _mkword(113, 250), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 186 */ + _mkword(0, _mkshort(0, 22)), _mkword(29, 0x0001), 0, 0, + /* Type = GasProp; index = 187 */ + _mkword(256, _mkshort(0, 36)), _mkword(114, 251), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 188 */ + _mkword(0, _mkshort(0, 22)), _mkword(30, 0x0001), 0, 0, + /* Type = GasProp; index = 189 */ + _mkword(256, _mkshort(0, 36)), _mkword(114, 252), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 190 */ + _mkword(0, _mkshort(0, 22)), _mkword(31, 0x0001), 0, 0, + /* Type = GasProp; index = 191 */ + _mkword(256, _mkshort(0, 36)), _mkword(113, 253), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 192 */ + _mkword(512, _mkshort(0, 3)), _mkword(112, 157), 0x00020101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 193 */ + _mkword(512, _mkshort(0, 3)), _mkword(112, 158), 0x00020101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 194 */ + _mkword(512, _mkshort(0, 3)), _mkword(112, 159), 0x00020101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 195 */ + _mkword(512, _mkshort(0, 3)), _mkword(112, 160), 0x00020101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 196 */ + _mkword(512, _mkshort(0, 3)), _mkword(112, 161), 0x00020101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 197 */ + _mkword(512, _mkshort(0, 3)), _mkword(112, 162), 0x00020101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 198 */ + _mkword(512, _mkshort(0, 3)), _mkword(112, 163), 0x00020101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 199 */ + _mkword(512, _mkshort(0, 3)), _mkword(112, 164), 0x00020101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 200 */ + _mkword(512, _mkshort(0, 3)), _mkword(112, 165), 0x00020101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 201 */ + _mkword(512, _mkshort(0, 3)), _mkword(112, 166), 0x00020101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 202 */ + _mkword(256, _mkshort(0, 3)), _mkword(73, 203), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 203 */ + _mkword(256, _mkshort(0, 3)), _mkword(73, 205), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 204 */ + _mkword(256, _mkshort(0, 3)), _mkword(73, 206), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 205 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10016), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 206 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10017), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 207 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10018), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 208 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10019), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 209 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10020), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 210 */ + _mkword(768, _mkshort(0, 42)), _mkword(118, 171), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 211 */ + _mkword(512, _mkshort(0, 42)), _mkword(310, 172), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 212 */ + _mkword(1024, _mkshort(0, 42)), _mkword(311, 173), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 213 */ + _mkword(512, _mkshort(0, 42)), _mkword(312, 174), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 214 */ + _mkword(640, _mkshort(0, 42)), _mkword(118, 175), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 215 */ + _mkword(512, _mkshort(0, 42)), _mkword(310, 176), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 216 */ + _mkword(512, _mkshort(0, 42)), _mkword(311, 177), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 217 */ + _mkword(512, _mkshort(0, 42)), _mkword(312, 178), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 218 */ + _mkword(512, _mkshort(0, 42)), _mkword(118, 179), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 219 */ + _mkword(768, _mkshort(0, 42)), _mkword(310, 180), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 220 */ + _mkword(512, _mkshort(0, 42)), _mkword(311, 181), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 221 */ + _mkword(512, _mkshort(0, 42)), _mkword(312, 182), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 222 */ + _mkword(512, _mkshort(0, 42)), _mkword(310, 183), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 223 */ + _mkword(640, _mkshort(0, 42)), _mkword(310, 184), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 224 */ + _mkword(640, _mkshort(0, 42)), _mkword(118, 185), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 225 */ + _mkword(512, _mkshort(0, 42)), _mkword(310, 186), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 226 */ + _mkword(512, _mkshort(0, 42)), _mkword(311, 187), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 227 */ + _mkword(512, _mkshort(0, 42)), _mkword(312, 188), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 228 */ + _mkword(512, _mkshort(0, 42)), _mkword(118, 189), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 229 */ + _mkword(768, _mkshort(0, 42)), _mkword(310, 190), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 230 */ + _mkword(512, _mkshort(0, 42)), _mkword(311, 191), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 231 */ + _mkword(512, _mkshort(0, 42)), _mkword(312, 192), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 232 */ + _mkword(512, _mkshort(0, 42)), _mkword(310, 193), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 233 */ + _mkword(640, _mkshort(0, 42)), _mkword(310, 194), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 234 */ + _mkword(512, _mkshort(0, 42)), _mkword(310, 195), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 235 */ + _mkword(512, _mkshort(0, 42)), _mkword(311, 196), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 236 */ + _mkword(512, _mkshort(0, 42)), _mkword(312, 197), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 237 */ + _mkword(512, _mkshort(0, 42)), _mkword(118, 198), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 238 */ + _mkword(512, _mkshort(0, 42)), _mkword(310, 199), 0x00000009, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 239 */ + _mkword(512, _mkshort(0, 42)), _mkword(311, 200), 0x00000009, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 240 */ + _mkword(256, _mkshort(0, 42)), _mkword(310, 201), 0x00000009, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 241 */ + _mkword(256, _mkshort(0, 42)), _mkword(311, 202), 0x00000009, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Tag; index = 242 */ + _mkword(0, _mkshort(0, 22)), _mkword(14, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 243 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10036), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 244 */ + _mkword(256, _mkshort(0, 3)), _mkword(34, 10037), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 245 */ + _mkword(256, _mkshort(0, 3)), _mkword(35, 10038), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 246 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 247 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10039), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 248 */ + _mkword(256, _mkshort(0, 3)), _mkword(34, 10040), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 249 */ + _mkword(256, _mkshort(0, 3)), _mkword(35, 10041), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 250 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 251 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10042), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 252 */ + _mkword(256, _mkshort(0, 3)), _mkword(34, 10043), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 253 */ + _mkword(256, _mkshort(0, 3)), _mkword(35, 10044), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 254 */ + _mkword(0, _mkshort(0, 22)), _mkword(17, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 255 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10045), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 256 */ + _mkword(256, _mkshort(0, 3)), _mkword(34, 10046), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 257 */ + _mkword(256, _mkshort(0, 3)), _mkword(35, 10047), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 258 */ + _mkword(256, _mkshort(0, 3)), _mkword(34, 10050), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 259 */ + _mkword(256, _mkshort(0, 3)), _mkword(35, 10051), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 260 */ + _mkword(0, _mkshort(0, 22)), _mkword(18, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 261 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10052), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 262 */ + _mkword(256, _mkshort(0, 3)), _mkword(34, 10053), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 263 */ + _mkword(256, _mkshort(0, 3)), _mkword(35, 10054), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 264 */ + _mkword(256, _mkshort(0, 3)), _mkword(35, 10055), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 265 */ + _mkword(0, _mkshort(0, 22)), _mkword(19, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 266 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10056), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 267 */ + _mkword(256, _mkshort(0, 3)), _mkword(34, 10057), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 268 */ + _mkword(256, _mkshort(0, 3)), _mkword(35, 10058), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 269 */ + _mkword(0, _mkshort(0, 22)), _mkword(20, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 270 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10059), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 271 */ + _mkword(256, _mkshort(0, 3)), _mkword(34, 10060), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 272 */ + _mkword(256, _mkshort(0, 3)), _mkword(35, 10061), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 273 */ + _mkword(0, _mkshort(0, 22)), _mkword(21, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 274 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10062), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 275 */ + _mkword(256, _mkshort(0, 3)), _mkword(34, 10063), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 276 */ + _mkword(256, _mkshort(0, 3)), _mkword(35, 10064), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 277 */ + _mkword(0, _mkshort(0, 22)), _mkword(22, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 278 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10065), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 279 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10021), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 280 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10022), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 281 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10023), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 282 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10024), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 283 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10025), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 284 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10026), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 285 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10027), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 286 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10028), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 287 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10029), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 288 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10030), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 289 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10031), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 290 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10032), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 291 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10033), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 292 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10034), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = TintedGlass; index = 293 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10122), 0x10000262, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 600, 0, -1, 0, + /* Type = TintedGlass; index = 294 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10123), 0x10000262, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 600, 0, -1, 0, + /* Type = TintedGlass; index = 295 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10124), 0x10000262, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 600, 0, -1, 0, + /* Type = TintedGlass; index = 296 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10125), 0x10000262, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 600, 0, -1, 0, + /* Type = TintedGlass; index = 297 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10126), 0x10000262, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 600, 0, -1, 0, + /* Type = TintedGlass; index = 298 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10127), 0x10000262, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 600, 0, -1, 0, + /* Type = TintedGlass; index = 299 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10098), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 600, 0, -1, 0, + /* Type = TintedGlass; index = 300 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10099), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 600, 0, -1, 0, + /* Type = TintedGlass; index = 301 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10101), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 350, 550, 0, -1, 0, + /* Type = TintedGlass; index = 302 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10102), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 350, 550, 0, -1, 0, + /* Type = TintedGlass; index = 303 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10103), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 350, 550, 0, -1, 0, + /* Type = TintedGlass; index = 304 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10104), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 350, 550, 0, -1, 0, + /* Type = TintedGlass; index = 305 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10105), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 350, 550, 0, -1, 0, + /* Type = TintedGlass; index = 306 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10106), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 350, 550, 0, -1, 0, + /* Type = TintedGlass; index = 307 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10109), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 600, 0, -1, 0, + /* Type = TintedGlass; index = 308 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10110), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 600, 0, -1, 0, + /* Type = TintedGlass; index = 309 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10111), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 700, 0, -1, 0, + /* Type = TintedGlass; index = 310 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10112), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 700, 0, -1, 0, + /* Type = TintedGlass; index = 311 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10129), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 600, 0, -1, 0, + /* Type = TintedGlass; index = 312 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10130), 0x10020262, 0x00100000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 400, 600, 0, -1, 0, + /* Type = Armour; index = 313 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 204), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 314 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 215), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Guard; index = 315 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 254), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 316 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 255), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 317 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 256), _mkword(2, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 318 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 257), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 319 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 258), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 320 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 264), _mkword(2, 1064), 0x001dffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 321 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 265), _mkword(2, 1064), 0x001dffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 322 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 266), _mkword(2, 1064), 0x001dffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 323 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 272), _mkword(2, 1064), 0x0039ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 324 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 273), _mkword(2, 1064), 0x003bffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 325 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 274), _mkword(2, 1064), 0x0039ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 326 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 275), _mkword(2, 1064), 0x003bffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 327 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 283), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 328 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 284), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 329 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 285), _mkword(2, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 330 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 286), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 331 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 287), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 332 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 288), _mkword(2, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 333 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 289), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 334 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 290), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 335 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 291), _mkword(2, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 336 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 292), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 337 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 302), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 338 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 263), _mkword(2, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 339 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 304), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 340 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 305), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 341 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 306), _mkword(2, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 342 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 56), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 343 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 58), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 344 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 278), _mkword(2, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 345 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 279), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 346 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 280), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 347 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 270), _mkword(2, 1033), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 348 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 271), _mkword(2, 1033), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 349 */ + _mkword(0, _mkshort(0, 9)), _mkword(35, 281), _mkword(2, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 350 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 282), _mkword(2, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 351 */ + _mkword(0, _mkshort(0, 9)), _mkword(37, 259), _mkword(2, 1033), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 352 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 260), _mkword(2, 1033), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 353 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 150), _mkword(2, 1030), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 354 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 144), _mkword(2, 1031), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 355 */ + _mkword(0, _mkshort(0, 9)), _mkword(42, 34), _mkword(2, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 356 */ + _mkword(0, _mkshort(0, 9)), _mkword(43, 33), _mkword(2, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 357 */ + _mkword(0, _mkshort(0, 9)), _mkword(44, 4), _mkword(2, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 358 */ + _mkword(0, _mkshort(0, 9)), _mkword(45, 21), _mkword(2, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 359 */ + _mkword(0, _mkshort(0, 9)), _mkword(46, 38), _mkword(2, 1033), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 360 */ + _mkword(0, _mkshort(0, 9)), _mkword(47, 57), _mkword(2, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 361 */ + _mkword(0, _mkshort(0, 9)), _mkword(48, 59), _mkword(2, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 362 */ + _mkword(0, _mkshort(0, 9)), _mkword(49, 96), _mkword(2, 1029), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 363 */ + _mkword(0, _mkshort(0, 9)), _mkword(50, 88), _mkword(2, 1029), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 364 */ + _mkword(0, _mkshort(0, 9)), _mkword(51, 267), _mkword(35, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 365 */ + _mkword(0, _mkshort(0, 9)), _mkword(52, 268), _mkword(35, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 366 */ + _mkword(0, _mkshort(0, 9)), _mkword(53, 269), _mkword(35, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 367 */ + _mkword(0, _mkshort(0, 9)), _mkword(54, 276), _mkword(35, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 368 */ + _mkword(0, _mkshort(0, 9)), _mkword(55, 277), _mkword(35, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 369 */ + _mkword(0, _mkshort(0, 9)), _mkword(57, 293), _mkword(35, 1042), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 370 */ + _mkword(0, _mkshort(0, 9)), _mkword(58, 294), _mkword(35, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 371 */ + _mkword(0, _mkshort(0, 9)), _mkword(59, 295), _mkword(35, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 372 */ + _mkword(0, _mkshort(0, 9)), _mkword(60, 296), _mkword(35, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 373 */ + _mkword(0, _mkshort(0, 9)), _mkword(61, 297), _mkword(35, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 374 */ + _mkword(0, _mkshort(0, 9)), _mkword(62, 298), _mkword(35, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Tag; index = 375 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Collectable; index = 376 */ + _mkword(640, _mkshort(0, 8)), _mkword(234, 47), 0x01062101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x26, 0xff), 0xffff), 0, + /* Type = Rename; index = 377 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 38, 3125, 3126, 3127, 3128, 3129, 0, 0, + /* Type = Guard; index = 378 */ + _mkword(0, _mkshort(0, 9)), _mkword(63, 299), _mkword(35, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 379 */ + _mkword(0, _mkshort(0, 9)), _mkword(64, 300), _mkword(35, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 380 */ + _mkword(0, _mkshort(0, 9)), _mkword(65, 301), _mkword(35, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 381 */ + _mkword(0, _mkshort(0, 9)), _mkword(66, 45), _mkword(35, 1027), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 382 */ + _mkword(0, _mkshort(0, 9)), _mkword(67, 131), _mkword(9, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 383 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 384 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 385 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 386 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 387 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 388 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 389 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 390 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 391 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 392 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 393 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 394 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 395 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 396 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 397 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 398 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 399 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 400 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 401 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 402 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 403 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 404 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 405 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 406 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 407 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 408 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 409 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 410 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 411 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 412 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 413 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 414 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 415 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 416 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 417 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 418 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 419 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 420 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 421 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 422 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 423 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 424 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 425 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 426 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 43), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 427 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 44), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 428 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 45), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 429 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 46), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 430 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 47), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 431 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 48), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 432 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 49), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 433 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 50), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 434 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 67), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Key; index = 435 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 57), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 6, + /* Type = Rename; index = 436 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 3130, 3131, 3132, 3133, 3134, 0, 0, + /* Type = Key; index = 437 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 4, + /* Type = Rename; index = 438 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 3135, 3136, 3137, 3138, 3139, 0, 0, + /* Type = SetGuardAttribute; index = 439 */ + _mkword(0, _mkshort(0, 18)), 51, 0x0000003f, + /* Type = SetGuardAttribute; index = 440 */ + _mkword(0, _mkshort(0, 18)), 52, 0x0000003f, + /* Type = SetGuardAttribute; index = 441 */ + _mkword(0, _mkshort(0, 18)), 53, 0x0000003f, + /* Type = SetGuardAttribute; index = 442 */ + _mkword(0, _mkshort(0, 18)), 54, 0x0000003f, + /* Type = SetGuardAttribute; index = 443 */ + _mkword(0, _mkshort(0, 18)), 55, 0x0000003f, + /* Type = SetGuardAttribute; index = 444 */ + _mkword(0, _mkshort(0, 18)), 56, 0x0000003f, + /* Type = SetGuardAttribute; index = 445 */ + _mkword(0, _mkshort(0, 18)), 57, 0x0000003f, + /* Type = SetGuardAttribute; index = 446 */ + _mkword(0, _mkshort(0, 18)), 58, 0x0000003f, + /* Type = SetGuardAttribute; index = 447 */ + _mkword(0, _mkshort(0, 18)), 59, 0x0000003f, + /* Type = SetGuardAttribute; index = 448 */ + _mkword(0, _mkshort(0, 18)), 60, 0x0000003f, + /* Type = SetGuardAttribute; index = 449 */ + _mkword(0, _mkshort(0, 18)), 61, 0x0000003f, + /* Type = SetGuardAttribute; index = 450 */ + _mkword(0, _mkshort(0, 18)), 62, 0x0000003f, + /* Type = SetGuardAttribute; index = 451 */ + _mkword(0, _mkshort(0, 18)), 63, 0x0000003f, + /* Type = SetGuardAttribute; index = 452 */ + _mkword(0, _mkshort(0, 18)), 64, 0x0000003f, + /* Type = SetGuardAttribute; index = 453 */ + _mkword(0, _mkshort(0, 18)), 65, 0x0000003f, + /* Type = SetGuardAttribute; index = 454 */ + _mkword(0, _mkshort(0, 18)), 66, 0x0000003f, + /* Type = SetGuardAttribute; index = 455 */ + _mkword(0, _mkshort(0, 18)), 0, 0x00000007, + /* Type = SetGuardAttribute; index = 456 */ + _mkword(0, _mkshort(0, 18)), 4, 0x00000007, + /* Type = SetGuardAttribute; index = 457 */ + _mkword(0, _mkshort(0, 18)), 9, 0x00000007, + /* Type = SetGuardAttribute; index = 458 */ + _mkword(0, _mkshort(0, 18)), 14, 0x00000007, + /* Type = SetGuardAttribute; index = 459 */ + _mkword(0, _mkshort(0, 18)), 19, 0x00000007, + /* Type = SetGuardAttribute; index = 460 */ + _mkword(0, _mkshort(0, 18)), 24, 0x00000007, + /* Type = SetGuardAttribute; index = 461 */ + _mkword(0, _mkshort(0, 18)), 29, 0x00000007, + /* Type = SetGuardAttribute; index = 462 */ + _mkword(0, _mkshort(0, 18)), 34, 0x00000007, + /* Type = SetGuardAttribute; index = 463 */ + _mkword(0, _mkshort(0, 18)), 39, 0x00000007, + /* Type = SetGuardAttribute; index = 464 */ + _mkword(0, _mkshort(0, 18)), 42, 0x00000007, + /* Type = SetGuardAttribute; index = 465 */ + _mkword(0, _mkshort(0, 18)), 44, 0x00000007, + /* Type = SetGuardAttribute; index = 466 */ + _mkword(0, _mkshort(0, 18)), 46, 0x00000007, + /* Type = SetGuardAttribute; index = 467 */ + _mkword(0, _mkshort(0, 18)), 48, 0x00000007, + /* Type = Hat; index = 468 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 469 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 470 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 471 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 472 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 473 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 474 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 475 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 476 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 477 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 478 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 479 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 480 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 481 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 482 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 483 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 484 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 485 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 486 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 487 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 488 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 489 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 490 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 491 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 492 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 493 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 494 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 495 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 496 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 497 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 498 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 499 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 500 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 501 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 502 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 503 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 504 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 505 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 506 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 507 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 508 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 509 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 510 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 511 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 43), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 512 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 44), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 513 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 45), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 514 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 46), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 515 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 47), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 516 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 48), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 517 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 49), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 518 */ + _mkword(256, _mkshort(0, 17)), _mkword(215, 50), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Cutscene; index = 519 */ + _mkword(0, _mkshort(0, 46)), 796943, -31101, -545034, 207860, 407656, 135, + /* Type = Tag; index = 520 */ + _mkword(0, _mkshort(0, 22)), _mkword(36, 0xffff), 0, 0, + /* Type = Cutscene; index = 521 */ + _mkword(0, _mkshort(0, 46)), 681016, -28899, -531939, 206344, 409487, 309, + /* Type = Tag; index = 522 */ + _mkword(0, _mkshort(0, 22)), _mkword(37, 0xffff), 0, 0, + /* Type = EndProps; index = 523 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0x000d3a59, 0xffff73ab, 0xfffa989e, 0x000370c3, 0x0000359d, 0x00000068, 0x00000c46, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x000ce3a3, 0xffff5c3b, 0xfff9f412, 0x0002eb47, 0x0000506c, 0x00000068, 0x00000c46, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0x0000ccf2, 0xffff648f, 0x0000dcf6, 0x00034415, 0x00002cae, 0x00000002, 0x00000c46, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 3 */ + _mkword(0, _mkshort(0, 6)), 0x000c9ec1, 0x00006daa, 0xfffab045, 0x00039e00, 0x000609f1, 0x00000068, 0x00000c46, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 4 */ + _mkword(0, _mkshort(0, 7)), 11, 52, + /* Type = Spawn; index = 5 */ + _mkword(0, _mkshort(0, 0)), 167, 0, + /* Type = StartWeapon; index = 6 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 29, -1, 0, + /* Type = StartWeapon; index = 8 */ + _mkword(0, _mkshort(0, 1)), 30, -1, 0, + /* Type = StartAmmo; index = 9 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartAmmo; index = 10 */ + _mkword(0, _mkshort(0, 2)), 7, 5, 0, + /* Type = Spawn; index = 11 */ + _mkword(0, _mkshort(0, 0)), 109, 1, + /* Type = StartWeapon; index = 12 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 1, + /* Type = StartWeapon; index = 13 */ + _mkword(0, _mkshort(0, 1)), 29, -1, 1, + /* Type = StartWeapon; index = 14 */ + _mkword(0, _mkshort(0, 1)), 30, -1, 1, + /* Type = StartAmmo; index = 15 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 1, + /* Type = StartAmmo; index = 16 */ + _mkword(0, _mkshort(0, 2)), 7, 5, 1, + /* Type = Spawn; index = 17 */ + _mkword(0, _mkshort(0, 0)), 137, 2, + /* Type = StartWeapon; index = 18 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 2, + /* Type = StartAmmo; index = 19 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 2, + /* Type = Spawn; index = 20 */ + _mkword(0, _mkshort(0, 0)), 93, 3, + /* Type = StartWeapon; index = 21 */ + _mkword(0, _mkshort(0, 1)), 8, -1, 3, + /* Type = StartAmmo; index = 22 */ + _mkword(0, _mkshort(0, 2)), 3, 100, 3, + /* Type = Cuff; index = 23 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = SwirlCam; index = 24 */ + _mkword(0, _mkshort(0, 3)), 6, 0x00000000, 0x02530000, 0xffd80000, 0x0000c000, 0x00190000, 0xffffffff, + /* Type = SwirlCam; index = 25 */ + _mkword(0, _mkshort(0, 3)), 6, 0xffd80000, 0x01fe0000, 0x00000000, 0x0000c000, 0x00190000, 0xffffffff, + /* Type = SwirlCam; index = 26 */ + _mkword(0, _mkshort(0, 3)), 6, 0x00000000, 0x01a90000, 0x00280000, 0x0000c000, 0x00190000, 0xffffffff, + /* Type = SwirlCam; index = 27 */ + _mkword(0, _mkshort(0, 3)), 6, 0x002d0000, 0x01540000, 0x00000000, 0x0000c000, 0x00190000, 0xffffffff, + /* Type = SwirlCam; index = 28 */ + _mkword(0, _mkshort(0, 3)), 6, 0x00000000, 0x00ff0000, 0xffd30000, 0x0000c000, 0x00190000, 0xffffffff, + /* Type = SwirlCam; index = 29 */ + _mkword(0, _mkshort(0, 3)), 6, 0xffd30000, 0x00aa0000, 0x00000000, 0x0000c000, 0x00190000, 0xffffffff, + /* Type = SwirlCam; index = 30 */ + _mkword(0, _mkshort(0, 3)), 6, 0x00000000, 0x00550000, 0x00280000, 0x0000c000, 0x00190000, 0xffffffff, + /* Type = SwirlCam; index = 31 */ + _mkword(0, _mkshort(0, 3)), 6, 0x00230000, 0x00140000, 0x00050000, 0x0000c000, 0x00190000, 0xffffffff, + /* Type = SwirlCam; index = 32 */ + _mkword(0, _mkshort(0, 3)), 6, 0x000a0000, 0x00000000, 0xffe70000, 0x0000c000, 0x00190000, 0xffffffff, + /* Type = SwirlCam; index = 33 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 34 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 35 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 36 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 20, 21, -1 }; +s32 path_neighbors_1[] = { 2, 18, 20, -1 }; +s32 path_neighbors_2[] = { 1, 18, -1 }; +s32 path_neighbors_3[] = { 5, -1 }; +s32 path_neighbors_4[] = { 5, -1 }; +s32 path_neighbors_5[] = { 3, 4, 7, -1 }; +s32 path_neighbors_6[] = { 7, -1 }; +s32 path_neighbors_7[] = { 5, 6, 8, -1 }; +s32 path_neighbors_8[] = { 7, 9, -1 }; +s32 path_neighbors_9[] = { 8, 12, -1 }; +s32 path_neighbors_10[] = { 12, -1 }; +s32 path_neighbors_11[] = { 12, -1 }; +s32 path_neighbors_12[] = { 9, 10, 11, 15, -1 }; +s32 path_neighbors_13[] = { 15, -1 }; +s32 path_neighbors_14[] = { 15, -1 }; +s32 path_neighbors_15[] = { 12, 13, 14, 16, -1 }; +s32 path_neighbors_16[] = { 15, 18, -1 }; +s32 path_neighbors_17[] = { 21, -1 }; +s32 path_neighbors_18[] = { 1, 2, 16, 21, -1 }; +s32 path_neighbors_19[] = { 21, -1 }; +s32 path_neighbors_20[] = { 0, 1, 21, -1 }; +s32 path_neighbors_21[] = { 0, 17, 18, 19, 20, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, -1 }; +s32 path_indeces_1[] = { 6, 7, 8, 9, 10, -1 }; +s32 path_indeces_2[] = { 11, 12, 13, -1 }; +s32 path_indeces_3[] = { 14, -1 }; +s32 path_indeces_4[] = { 15, 16, 17, 18, 19, -1 }; +s32 path_indeces_5[] = { 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, -1 }; +s32 path_indeces_6[] = { 55, -1 }; +s32 path_indeces_7[] = { 56, 57, -1 }; +s32 path_indeces_8[] = { 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, -1 }; +s32 path_indeces_9[] = { 70, 71, 72, 73, 74, 75, -1 }; +s32 path_indeces_10[] = { 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, -1 }; +s32 path_indeces_11[] = { 91, -1 }; +s32 path_indeces_12[] = { 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, -1 }; +s32 path_indeces_13[] = { 103, 104, 105, 106, 107, 108, -1 }; +s32 path_indeces_14[] = { 109, 110, 111, 112, -1 }; +s32 path_indeces_15[] = { 113, 114, 115, 116, 117, 118, 119, 120, 121, -1 }; +s32 path_indeces_16[] = { 122, 123, 124, 125, 126, 127, 128, 129, -1 }; +s32 path_indeces_17[] = { 130, -1 }; +s32 path_indeces_18[] = { 131, 132, 133, 134, 135, 136, -1 }; +s32 path_indeces_19[] = { 137, -1 }; +s32 path_indeces_20[] = { 138, 139, 140, 141, -1 }; +s32 path_indeces_21[] = { 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { &path_neighbors_15, &path_indeces_15, 0 }, + { &path_neighbors_16, &path_indeces_16, 0 }, + { &path_neighbors_17, &path_indeces_17, 0 }, + { &path_neighbors_18, &path_indeces_18, 0 }, + { &path_neighbors_19, &path_indeces_19, 0 }, + { &path_neighbors_20, &path_indeces_20, 0 }, + { &path_neighbors_21, &path_indeces_21, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, 144, -1 }; +s32 path_table_1[] = { 0, 3, -1 }; +s32 path_table_2[] = { 4, 142, -1 }; +s32 path_table_3[] = { 1, 4, 5, -1 }; +s32 path_table_4[] = { 2, 3, 5, -1 }; +s32 path_table_5[] = { 3, 4, 140, -1 }; +s32 path_table_6[] = { 7, 141, -1 }; +s32 path_table_7[] = { 6, 8, -1 }; +s32 path_table_8[] = { 7, 9, -1 }; +s32 path_table_9[] = { 8, 10, -1 }; +s32 path_table_10[] = { 9, 12, 131, -1 }; +s32 path_table_11[] = { 12, -1 }; +s32 path_table_12[] = { 10, 11, 13, -1 }; +s32 path_table_13[] = { 12, 134, -1 }; +s32 path_table_14[] = { 43, -1 }; +s32 path_table_15[] = { 16, 19, -1 }; +s32 path_table_16[] = { 15, 17, -1 }; +s32 path_table_17[] = { 16, 18, -1 }; +s32 path_table_18[] = { 17, -1 }; +s32 path_table_19[] = { 15, 54, -1 }; +s32 path_table_20[] = { 21, -1 }; +s32 path_table_21[] = { 20, 22, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 22, 45, 52, -1 }; +s32 path_table_24[] = { 46, 47, -1 }; +s32 path_table_25[] = { 26, 28, -1 }; +s32 path_table_26[] = { 25, 27, 33, -1 }; +s32 path_table_27[] = { 26, 28, 30, 33, -1 }; +s32 path_table_28[] = { 25, 27, 29, -1 }; +s32 path_table_29[] = { 28, 30, 31, -1 }; +s32 path_table_30[] = { 27, 29, 32, 33, -1 }; +s32 path_table_31[] = { 29, 32, -1 }; +s32 path_table_32[] = { 30, 31, 38, -1 }; +s32 path_table_33[] = { 26, 27, 30, 34, 41, 42, 53, -1 }; +s32 path_table_34[] = { 33, 38, 52, 53, -1 }; +s32 path_table_35[] = { 36, 39, 41, 42, -1 }; +s32 path_table_36[] = { 35, 42, -1 }; +s32 path_table_37[] = { 38, 52, -1 }; +s32 path_table_38[] = { 32, 34, 37, -1 }; +s32 path_table_39[] = { 35, 40, 42, -1 }; +s32 path_table_40[] = { 39, 41, -1 }; +s32 path_table_41[] = { 33, 35, 40, 42, -1 }; +s32 path_table_42[] = { 33, 35, 36, 39, 41, 52, 53, -1 }; +s32 path_table_43[] = { 14, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 23, 44, -1 }; +s32 path_table_46[] = { 24, 54, -1 }; +s32 path_table_47[] = { 24, 48, 57, -1 }; +s32 path_table_48[] = { 47, 49, -1 }; +s32 path_table_49[] = { 48, 50, -1 }; +s32 path_table_50[] = { 49, 51, -1 }; +s32 path_table_51[] = { 50, 52, -1 }; +s32 path_table_52[] = { 23, 34, 37, 42, 51, 53, -1 }; +s32 path_table_53[] = { 33, 34, 42, 52, 54, -1 }; +s32 path_table_54[] = { 19, 46, 53, -1 }; +s32 path_table_55[] = { 56, -1 }; +s32 path_table_56[] = { 55, 57, 69, -1 }; +s32 path_table_57[] = { 47, 56, 69, -1 }; +s32 path_table_58[] = { 59, 75, -1 }; +s32 path_table_59[] = { 58, 60, -1 }; +s32 path_table_60[] = { 59, 61, -1 }; +s32 path_table_61[] = { 60, 62, 63, 64, -1 }; +s32 path_table_62[] = { 61, -1 }; +s32 path_table_63[] = { 61, 64, 66, 68, -1 }; +s32 path_table_64[] = { 61, 63, 65, -1 }; +s32 path_table_65[] = { 64, -1 }; +s32 path_table_66[] = { 63, 67, 68, -1 }; +s32 path_table_67[] = { 66, -1 }; +s32 path_table_68[] = { 63, 66, 69, -1 }; +s32 path_table_69[] = { 56, 57, 68, -1 }; +s32 path_table_70[] = { 71, 101, -1 }; +s32 path_table_71[] = { 70, 72, -1 }; +s32 path_table_72[] = { 71, 73, -1 }; +s32 path_table_73[] = { 72, 74, -1 }; +s32 path_table_74[] = { 73, 75, -1 }; +s32 path_table_75[] = { 58, 74, -1 }; +s32 path_table_76[] = { 77, 78, -1 }; +s32 path_table_77[] = { 76, 78, -1 }; +s32 path_table_78[] = { 76, 77, 79, -1 }; +s32 path_table_79[] = { 78, 80, 82, 87, 90, -1 }; +s32 path_table_80[] = { 79, 81, -1 }; +s32 path_table_81[] = { 80, -1 }; +s32 path_table_82[] = { 79, 83, 87, 90, -1 }; +s32 path_table_83[] = { 82, -1 }; +s32 path_table_84[] = { 90, 102, -1 }; +s32 path_table_85[] = { 86, 88, 90, -1 }; +s32 path_table_86[] = { 85, 87, 90, -1 }; +s32 path_table_87[] = { 79, 82, 86, -1 }; +s32 path_table_88[] = { 85, 89, -1 }; +s32 path_table_89[] = { 88, -1 }; +s32 path_table_90[] = { 79, 82, 84, 85, 86, -1 }; +s32 path_table_91[] = { 92, -1 }; +s32 path_table_92[] = { 91, 94, -1 }; +s32 path_table_93[] = { 94, 121, -1 }; +s32 path_table_94[] = { 92, 93, 95, 96, -1 }; +s32 path_table_95[] = { 94, 97, -1 }; +s32 path_table_96[] = { 94, 99, -1 }; +s32 path_table_97[] = { 95, 98, 101, -1 }; +s32 path_table_98[] = { 97, 101, -1 }; +s32 path_table_99[] = { 96, 100, 102, -1 }; +s32 path_table_100[] = { 99, 102, -1 }; +s32 path_table_101[] = { 70, 97, 98, -1 }; +s32 path_table_102[] = { 84, 99, 100, -1 }; +s32 path_table_103[] = { 104, 115, -1 }; +s32 path_table_104[] = { 103, 105, -1 }; +s32 path_table_105[] = { 104, 106, -1 }; +s32 path_table_106[] = { 105, 107, -1 }; +s32 path_table_107[] = { 106, 108, -1 }; +s32 path_table_108[] = { 107, -1 }; +s32 path_table_109[] = { 110, -1 }; +s32 path_table_110[] = { 109, 112, -1 }; +s32 path_table_111[] = { 112, -1 }; +s32 path_table_112[] = { 110, 111, 117, -1 }; +s32 path_table_113[] = { 114, 125, -1 }; +s32 path_table_114[] = { 113, 115, 116, -1 }; +s32 path_table_115[] = { 103, 114, 116, -1 }; +s32 path_table_116[] = { 114, 115, 117, 118, -1 }; +s32 path_table_117[] = { 112, 116, 118, -1 }; +s32 path_table_118[] = { 116, 117, 119, -1 }; +s32 path_table_119[] = { 118, 120, -1 }; +s32 path_table_120[] = { 119, 121, -1 }; +s32 path_table_121[] = { 93, 120, -1 }; +s32 path_table_122[] = { 124, -1 }; +s32 path_table_123[] = { 124, 125, -1 }; +s32 path_table_124[] = { 122, 123, 125, 129, -1 }; +s32 path_table_125[] = { 113, 123, 124, 129, -1 }; +s32 path_table_126[] = { 127, 132, -1 }; +s32 path_table_127[] = { 126, 128, -1 }; +s32 path_table_128[] = { 127, 129, -1 }; +s32 path_table_129[] = { 124, 125, 128, -1 }; +s32 path_table_130[] = { 155, -1 }; +s32 path_table_131[] = { 10, 133, -1 }; +s32 path_table_132[] = { 126, 135, 136, -1 }; +s32 path_table_133[] = { 131, 134, -1 }; +s32 path_table_134[] = { 13, 133, 135, 136, -1 }; +s32 path_table_135[] = { 132, 134, 136, -1 }; +s32 path_table_136[] = { 132, 134, 135, 154, 156, -1 }; +s32 path_table_137[] = { 156, -1 }; +s32 path_table_138[] = { 139, 153, -1 }; +s32 path_table_139[] = { 138, 140, 141, -1 }; +s32 path_table_140[] = { 5, 139, -1 }; +s32 path_table_141[] = { 6, 139, -1 }; +s32 path_table_142[] = { 2, 143, -1 }; +s32 path_table_143[] = { 142, 152, 154, 155, -1 }; +s32 path_table_144[] = { 0, 149, -1 }; +s32 path_table_145[] = { 146, -1 }; +s32 path_table_146[] = { 145, 147, -1 }; +s32 path_table_147[] = { 146, 148, -1 }; +s32 path_table_148[] = { 147, 150, -1 }; +s32 path_table_149[] = { 144, 150, -1 }; +s32 path_table_150[] = { 148, 149, 151, -1 }; +s32 path_table_151[] = { 150, 154, -1 }; +s32 path_table_152[] = { 143, 153, 154, 155, -1 }; +s32 path_table_153[] = { 138, 152, -1 }; +s32 path_table_154[] = { 136, 143, 151, 152, 155, 156, -1 }; +s32 path_table_155[] = { 130, 143, 152, 154, -1 }; +s32 path_table_156[] = { 136, 137, 154, -1 }; + +waypoint pathwaypoints[] = { + { 0x0000009c, &path_table_0, 0x00000000, 0x00000000 }, + { 0x0000009b, &path_table_1, 0x00000000, 0x00000000 }, + { 0x0000009a, &path_table_2, 0x00000000, 0x00000000 }, + { 0x00000099, &path_table_3, 0x00000000, 0x00000000 }, + { 0x00000098, &path_table_4, 0x00000000, 0x00000000 }, + { 0x00000097, &path_table_5, 0x00000000, 0x00000000 }, + { 0x00000096, &path_table_6, 0x00000001, 0x00000000 }, + { 0x00000095, &path_table_7, 0x00000001, 0x00000000 }, + { 0x00000094, &path_table_8, 0x00000001, 0x00000000 }, + { 0x00000093, &path_table_9, 0x00000001, 0x00000000 }, + { 0x00000092, &path_table_10, 0x00000001, 0x00000000 }, + { 0x00000091, &path_table_11, 0x00000002, 0x00000000 }, + { 0x00000090, &path_table_12, 0x00000002, 0x00000000 }, + { 0x0000008f, &path_table_13, 0x00000002, 0x00000000 }, + { 0x0000008e, &path_table_14, 0x00000003, 0x00000000 }, + { 0x0000008d, &path_table_15, 0x00000004, 0x00000000 }, + { 0x0000008c, &path_table_16, 0x00000004, 0x00000000 }, + { 0x0000008b, &path_table_17, 0x00000004, 0x00000000 }, + { 0x0000008a, &path_table_18, 0x00000004, 0x00000000 }, + { 0x00000089, &path_table_19, 0x00000004, 0x00000000 }, + { 0x00000088, &path_table_20, 0x00000005, 0x00000000 }, + { 0x00000087, &path_table_21, 0x00000005, 0x00000000 }, + { 0x00000086, &path_table_22, 0x00000005, 0x00000000 }, + { 0x00000085, &path_table_23, 0x00000005, 0x00000000 }, + { 0x00000084, &path_table_24, 0x00000005, 0x00000000 }, + { 0x00000083, &path_table_25, 0x00000005, 0x00000000 }, + { 0x00000082, &path_table_26, 0x00000005, 0x00000000 }, + { 0x00000081, &path_table_27, 0x00000005, 0x00000000 }, + { 0x00000080, &path_table_28, 0x00000005, 0x00000000 }, + { 0x0000007f, &path_table_29, 0x00000005, 0x00000000 }, + { 0x0000007e, &path_table_30, 0x00000005, 0x00000000 }, + { 0x0000007d, &path_table_31, 0x00000005, 0x00000000 }, + { 0x0000007c, &path_table_32, 0x00000005, 0x00000000 }, + { 0x0000007b, &path_table_33, 0x00000005, 0x00000000 }, + { 0x0000007a, &path_table_34, 0x00000005, 0x00000000 }, + { 0x00000079, &path_table_35, 0x00000005, 0x00000000 }, + { 0x00000078, &path_table_36, 0x00000005, 0x00000000 }, + { 0x00000077, &path_table_37, 0x00000005, 0x00000000 }, + { 0x00000076, &path_table_38, 0x00000005, 0x00000000 }, + { 0x00000075, &path_table_39, 0x00000005, 0x00000000 }, + { 0x00000074, &path_table_40, 0x00000005, 0x00000000 }, + { 0x00000073, &path_table_41, 0x00000005, 0x00000000 }, + { 0x00000072, &path_table_42, 0x00000005, 0x00000000 }, + { 0x00000071, &path_table_43, 0x00000005, 0x00000000 }, + { 0x00000070, &path_table_44, 0x00000005, 0x00000000 }, + { 0x0000006f, &path_table_45, 0x00000005, 0x00000000 }, + { 0x0000006e, &path_table_46, 0x00000005, 0x00000000 }, + { 0x0000006d, &path_table_47, 0x00000005, 0x00000000 }, + { 0x0000006c, &path_table_48, 0x00000005, 0x00000000 }, + { 0x0000006b, &path_table_49, 0x00000005, 0x00000000 }, + { 0x0000006a, &path_table_50, 0x00000005, 0x00000000 }, + { 0x00000069, &path_table_51, 0x00000005, 0x00000000 }, + { 0x00000068, &path_table_52, 0x00000005, 0x00000000 }, + { 0x00000067, &path_table_53, 0x00000005, 0x00000000 }, + { 0x00000066, &path_table_54, 0x00000005, 0x00000000 }, + { 0x00000065, &path_table_55, 0x00000006, 0x00000000 }, + { 0x00000064, &path_table_56, 0x00000007, 0x00000000 }, + { 0x00000063, &path_table_57, 0x00000007, 0x00000000 }, + { 0x00000062, &path_table_58, 0x00000008, 0x00000000 }, + { 0x00000061, &path_table_59, 0x00000008, 0x00000000 }, + { 0x00000060, &path_table_60, 0x00000008, 0x00000000 }, + { 0x0000005f, &path_table_61, 0x00000008, 0x00000000 }, + { 0x0000005e, &path_table_62, 0x00000008, 0x00000000 }, + { 0x0000005d, &path_table_63, 0x00000008, 0x00000000 }, + { 0x0000005c, &path_table_64, 0x00000008, 0x00000000 }, + { 0x0000005b, &path_table_65, 0x00000008, 0x00000000 }, + { 0x0000005a, &path_table_66, 0x00000008, 0x00000000 }, + { 0x00000059, &path_table_67, 0x00000008, 0x00000000 }, + { 0x00000058, &path_table_68, 0x00000008, 0x00000000 }, + { 0x00000057, &path_table_69, 0x00000008, 0x00000000 }, + { 0x00000056, &path_table_70, 0x00000009, 0x00000000 }, + { 0x00000055, &path_table_71, 0x00000009, 0x00000000 }, + { 0x00000054, &path_table_72, 0x00000009, 0x00000000 }, + { 0x00000053, &path_table_73, 0x00000009, 0x00000000 }, + { 0x00000052, &path_table_74, 0x00000009, 0x00000000 }, + { 0x00000051, &path_table_75, 0x00000009, 0x00000000 }, + { 0x00000050, &path_table_76, 0x0000000a, 0x00000000 }, + { 0x0000004f, &path_table_77, 0x0000000a, 0x00000000 }, + { 0x0000004e, &path_table_78, 0x0000000a, 0x00000000 }, + { 0x0000004d, &path_table_79, 0x0000000a, 0x00000000 }, + { 0x0000004c, &path_table_80, 0x0000000a, 0x00000000 }, + { 0x0000004b, &path_table_81, 0x0000000a, 0x00000000 }, + { 0x0000004a, &path_table_82, 0x0000000a, 0x00000000 }, + { 0x00000049, &path_table_83, 0x0000000a, 0x00000000 }, + { 0x00000048, &path_table_84, 0x0000000a, 0x00000000 }, + { 0x00000047, &path_table_85, 0x0000000a, 0x00000000 }, + { 0x00000046, &path_table_86, 0x0000000a, 0x00000000 }, + { 0x00000045, &path_table_87, 0x0000000a, 0x00000000 }, + { 0x00000044, &path_table_88, 0x0000000a, 0x00000000 }, + { 0x00000043, &path_table_89, 0x0000000a, 0x00000000 }, + { 0x00000042, &path_table_90, 0x0000000a, 0x00000000 }, + { 0x00000041, &path_table_91, 0x0000000b, 0x00000000 }, + { 0x00000040, &path_table_92, 0x0000000c, 0x00000000 }, + { 0x0000003f, &path_table_93, 0x0000000c, 0x00000000 }, + { 0x0000003e, &path_table_94, 0x0000000c, 0x00000000 }, + { 0x0000003d, &path_table_95, 0x0000000c, 0x00000000 }, + { 0x0000003c, &path_table_96, 0x0000000c, 0x00000000 }, + { 0x0000003b, &path_table_97, 0x0000000c, 0x00000000 }, + { 0x0000003a, &path_table_98, 0x0000000c, 0x00000000 }, + { 0x00000039, &path_table_99, 0x0000000c, 0x00000000 }, + { 0x00000038, &path_table_100, 0x0000000c, 0x00000000 }, + { 0x00000037, &path_table_101, 0x0000000c, 0x00000000 }, + { 0x00000036, &path_table_102, 0x0000000c, 0x00000000 }, + { 0x00000035, &path_table_103, 0x0000000d, 0x00000000 }, + { 0x00000034, &path_table_104, 0x0000000d, 0x00000000 }, + { 0x00000033, &path_table_105, 0x0000000d, 0x00000000 }, + { 0x00000032, &path_table_106, 0x0000000d, 0x00000000 }, + { 0x00000031, &path_table_107, 0x0000000d, 0x00000000 }, + { 0x00000030, &path_table_108, 0x0000000d, 0x00000000 }, + { 0x0000002f, &path_table_109, 0x0000000e, 0x00000000 }, + { 0x0000002e, &path_table_110, 0x0000000e, 0x00000000 }, + { 0x0000002d, &path_table_111, 0x0000000e, 0x00000000 }, + { 0x0000002c, &path_table_112, 0x0000000e, 0x00000000 }, + { 0x0000002b, &path_table_113, 0x0000000f, 0x00000000 }, + { 0x0000002a, &path_table_114, 0x0000000f, 0x00000000 }, + { 0x00000029, &path_table_115, 0x0000000f, 0x00000000 }, + { 0x00000028, &path_table_116, 0x0000000f, 0x00000000 }, + { 0x00000027, &path_table_117, 0x0000000f, 0x00000000 }, + { 0x00000026, &path_table_118, 0x0000000f, 0x00000000 }, + { 0x00000025, &path_table_119, 0x0000000f, 0x00000000 }, + { 0x00000024, &path_table_120, 0x0000000f, 0x00000000 }, + { 0x00000023, &path_table_121, 0x0000000f, 0x00000000 }, + { 0x00000022, &path_table_122, 0x00000010, 0x00000000 }, + { 0x00000021, &path_table_123, 0x00000010, 0x00000000 }, + { 0x00000020, &path_table_124, 0x00000010, 0x00000000 }, + { 0x0000001f, &path_table_125, 0x00000010, 0x00000000 }, + { 0x0000001e, &path_table_126, 0x00000010, 0x00000000 }, + { 0x0000001d, &path_table_127, 0x00000010, 0x00000000 }, + { 0x0000001c, &path_table_128, 0x00000010, 0x00000000 }, + { 0x0000001b, &path_table_129, 0x00000010, 0x00000000 }, + { 0x0000001a, &path_table_130, 0x00000011, 0x00000000 }, + { 0x00000019, &path_table_131, 0x00000012, 0x00000000 }, + { 0x00000018, &path_table_132, 0x00000012, 0x00000000 }, + { 0x00000017, &path_table_133, 0x00000012, 0x00000000 }, + { 0x00000016, &path_table_134, 0x00000012, 0x00000000 }, + { 0x00000015, &path_table_135, 0x00000012, 0x00000000 }, + { 0x00000014, &path_table_136, 0x00000012, 0x00000000 }, + { 0x00000013, &path_table_137, 0x00000013, 0x00000000 }, + { 0x00000012, &path_table_138, 0x00000014, 0x00000000 }, + { 0x00000011, &path_table_139, 0x00000014, 0x00000000 }, + { 0x00000010, &path_table_140, 0x00000014, 0x00000000 }, + { 0x0000000f, &path_table_141, 0x00000014, 0x00000000 }, + { 0x0000000e, &path_table_142, 0x00000015, 0x00000000 }, + { 0x0000000d, &path_table_143, 0x00000015, 0x00000000 }, + { 0x0000000c, &path_table_144, 0x00000015, 0x00000000 }, + { 0x0000000b, &path_table_145, 0x00000015, 0x00000000 }, + { 0x0000000a, &path_table_146, 0x00000015, 0x00000000 }, + { 0x00000009, &path_table_147, 0x00000015, 0x00000000 }, + { 0x00000008, &path_table_148, 0x00000015, 0x00000000 }, + { 0x00000007, &path_table_149, 0x00000015, 0x00000000 }, + { 0x00000006, &path_table_150, 0x00000015, 0x00000000 }, + { 0x00000005, &path_table_151, 0x00000015, 0x00000000 }, + { 0x00000004, &path_table_152, 0x00000015, 0x00000000 }, + { 0x00000003, &path_table_153, 0x00000015, 0x00000000 }, + { 0x00000002, &path_table_154, 0x00000015, 0x00000000 }, + { 0x00000001, &path_table_155, 0x00000015, 0x00000000 }, + { 0x00000000, &path_table_156, 0x00000015, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_set_0[] = { 152, 154, 136, 134, 133, -1 }; +s32 path_set_1[] = { 135, 134, -1 }; +s32 path_set_2[] = { 111, 112, 117, 116, 115, 103, 104, 105, 106, 107, 108, -1 }; +s32 path_set_3[] = { 99, 96, 94, 95, 97, -1 }; +s32 path_set_4[] = { 60, 63, 68, -1 }; +s32 path_set_5[] = { 6, 7, 8, 9, 10, 12, 13, 134, 136, 154, 152, 153, 138, 139, 141, -1 }; +s32 path_set_6[] = { 12, 10, 9, 8, 7, 6, 141, 139, 140, 5, 3, 1, 0, 144, 149, 150, 151, 154, 136, 134, 13, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { &path_set_1, 0x01, 0x00, 0x0000 }, + { &path_set_2, 0x02, 0x00, 0x0000 }, + { &path_set_3, 0x03, 0x00, 0x0000 }, + { &path_set_4, 0x04, 0x00, 0x0000 }, + { &path_set_5, 0x05, 0x01, 0x0000 }, + { &path_set_6, 0x06, 0x01, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x200005fd, 0x00070400 }; +u32 ai_1[] = { 0x200105fd, 0x00070400 }; +u32 ai_2[] = { 0x200205fd, 0x040c0400 }; +u32 ai_3[] = { 0x200305fd, 0x00070400 }; +u32 ai_4[] = { 0x200405fd, 0x00070400 }; +u32 ai_5[] = { 0x200505fd, 0x00070400 }; +u32 ai_6[] = { 0x200605fd, 0x00070400 }; +u32 ai_12[] = { 0x02000346, 0x252f4801, 0x00024846, 0x253a253b, 0x26321d03, 0x391b3e1b, 0x3f1b3c1c, 0x02470396, 0x80192f03, 0x01000219, 0x42290100, 0x02290604, 0x0d05fd00, 0x04020379, 0x00260100, 0x02040100, 0x021b3335, 0x401e0100, 0x021e101c, 0x95800100, 0x021c4740, 0x1d48c01d, 0x4b000a1d, 0x0100021d, 0x3335c821, 0x45210100, 0x02219580, 0x4b006425, 0x79002606, 0x040d05fd, 0x040e0225, 0x06040d05, 0xfd040f02, 0x26333540, 0x2a06040d, 0x05fd0410, 0x022aad49, 0x66206f6e, 0x6c792049, 0x20686164, 0x20612067, 0x756e2121, 0x210a001a, 0x2b010002, 0x2b032f01, 0x012b0201, 0x01000400 }; +u32 ai_13[] = { 0x0200032f, 0x22010002, 0x22333596, 0x23333500, 0x24000102, 0x230e0102, 0x24100102, 0x01032f03, 0x01010203, 0x3c1c0702, 0x1c476e1d, 0x48911d4b, 0x000a1d07, 0x021d0122, 0x04000000 }; +u32 ai_14[] = { 0x02000333, 0x35fd2646, 0x26002502, 0x2545274c, 0x00c8203c, 0x27002002, 0x27790102, 0x21010002, 0x20002602, 0x2606040f, 0x05fd0410, 0x02010702, 0x0205fd00, 0x10040000 }; +u32 ai_15[] = { 0x61fd0200, 0x1c001702, 0x03032f01, 0x4dfd0032, 0x00170146, 0x25010302, 0x25ad210a, 0x00210229, 0x033335dc, 0x293b292f, 0x29012902, 0x29ad496d, 0x206f6666, 0x210a0001, 0x0002014d, 0xfd003200, 0x17330702, 0x333c0422, 0x07020403, 0x07040000 }; +u32 ai_16[] = { 0x02009d00, 0x0000101f, 0x00170203, 0x032f014d, 0xfd003200, 0x17010103, 0x02014dfd, 0x00320017, 0x33010002, 0x332205fd, 0x00010400 }; +u32 ai_36[] = { 0x8e4fa0fd, 0x00100000, 0x9d000008, 0x006400fd, 0x023a033c, 0x2d013a02, 0x2dad636f, 0x6e210a00, 0x03290302, 0x03032f29, 0x4b001404, 0x01030229, 0x4b001404, 0x012d0204, 0x30fd02c3, 0x0c111700, 0x01000029, 0x0229ae02, 0x0503b400, 0x012c0101, 0x05020130, 0xfd02c30c, 0x1263009a, 0x00000200, 0x020603b4, 0x0001e029, 0x01060229, 0x06041005, 0xfd041002, 0x02030102, 0x04000000 }; +u32 ai_11[] = { 0x02000332, 0x1b3e1b3f, 0x1b461b3a, 0x1b3b1b01, 0x00021b06, 0x040d05fd, 0x040f0400 }; +u32 ai_7[] = { 0x0200033c, 0x29010002, 0x299a0000, 0x2000ad73, 0x65742066, 0x6c61670a, 0x00060002, 0x05fd0409, 0x04000000 }; +u32 ai_8[] = { 0x0200033c, 0x2a010002, 0x2a110300, 0x2a020303, 0x2f2a0103, 0x022a1204, 0x00010204, 0x032f0101, 0x04020106, 0x000205fd, 0x00020400 }; +u32 ai_9[] = { 0x04000000 }; +u32 ai_10[] = { 0x0200bf00, 0xb8080000, 0x00000002, 0x00c000d9, 0x00000000, 0x00020002, 0x29033335, 0xfa2d3c2a, 0x0129022d, 0xad610a00, 0x1c003f02, 0x03033c2a, 0x0103022a, 0x12010201, 0x94010600, 0x0205fd00, 0x06022a94, 0x01060002, 0x05fd0008, 0x04000000 }; +u32 ai_17[] = { 0x02000332, 0x017300f0, 0x2d010002, 0x2dad496d, 0x20627572, 0x7374696e, 0x67210a00, 0x1c000b02, 0x03032f01, 0x32010103, 0x02010604, 0x0d05fd04, 0x0d040000 }; +u32 ai_18[] = { 0x8f00509d, 0x00000840, 0x1e007c02, 0x3a032f00, 0x013a0200, 0x036e0803, 0x6e04036e, 0x02036e01, 0x03010002, 0x031e2328, 0x00040204, 0x03321d02, 0x292f0501, 0x04020501, 0x00021dad, 0x49207365, 0x65420a00, 0x06041405, 0xfd041401, 0x00040000 }; +u32 ai_19[] = { 0x02002803, 0x02030379, 0x00435500, 0x633b30fd, 0x2f4b0019, 0x052f0401, 0x03020403, 0x4b001905, 0x01000205, 0x9c000000, 0x103c08c3, 0x0c090029, 0x023c08c3, 0x0c150229, 0xae4b001e, 0x29292902, 0x29021103, 0x79004355, 0x00633b30, 0xfd2fb400, 0x01a42901, 0x11022908, 0xc30c0a4b, 0x001e2929, 0x29022902, 0x0c037900, 0x43550063, 0x3b30fd2f, 0xb4000258, 0x29010c02, 0x2908c30c, 0x0b9a0000, 0x01004b00, 0x1e292929, 0x0229020d, 0x03790043, 0x5500633b, 0x30fd2fb4, 0x00038429, 0x010d0229, 0x087f4c3f, 0x7fb23e02, 0x3dc30c0c, 0x0029023e, 0xc30c1700, 0x29023fc3, 0x0c180029, 0x02294b00, 0x1e292929, 0x0229020e, 0x03790043, 0x5500633b, 0x30fd2fb4, 0x0004b029, 0x010e0229, 0x08c30c0d, 0x4b001e29, 0x29290229, 0x020f0379, 0x00435500, 0x633b30fd, 0x2fb40005, 0xdc29010f, 0x022908c3, 0x0c0e4b00, 0x1e292929, 0x02290210, 0x03790043, 0x5500633b, 0x30fd2fb4, 0x00069001, 0x01100201, 0x03250830, 0xfd2fb400, 0x07082901, 0x010229c3, 0x0c0f0207, 0x9a000000, 0x021c007c, 0x0206034d, 0xfd000f00, 0x7c082f29, 0x01060229, 0x4dfd000f, 0x007c0801, 0x07020831, 0x44191500, 0x24004829, 0x02193145, 0x19150024, 0x00462902, 0x19314619, 0x15002400, 0x45290219, 0x31471915, 0x00240047, 0x29021931, 0x48191500, 0x24004429, 0x02191400, 0x28006d29, 0x0229ae02, 0x0903b400, 0x003c2901, 0x09022931, 0x44191600, 0x04004834, 0x02193145, 0x19160004, 0x00463402, 0x19314619, 0x16000400, 0x45340219, 0x31471916, 0x00040047, 0x34021931, 0x48191600, 0x04004434, 0x02191600, 0x08006d34, 0x02340396, 0x012d2f29, 0x01340229, 0x02290108, 0x022d0604, 0x1505fd04, 0x15022fc3, 0x0c109a00, 0x00000225, 0x02390301, 0x39023bc3, 0x0c169a00, 0x00001006, 0x041305fd, 0x04130243, 0x06041605, 0xfd041604 }; +u32 ai_20[] = { 0x02008f00, 0x0a1e007a, 0x0203032f, 0x04010302, 0x044dfd00, 0x14007a29, 0x01000229, 0xc30c149a, 0x00000020, 0x022521ae, 0x020803b4, 0x00003c29, 0x01080229, 0x09020503, 0x9c000000, 0x04060105, 0x02060207, 0x03010704 }; +u32 ai_21[] = { 0xc30c259a, 0x00001000, 0xae024203, 0x30fd2f3c, 0x03002d01, 0x42022d28, 0x04020403, 0x30fd2f4b, 0x0064292f, 0x29010402, 0x29030142, 0x02039620, 0x29b40003, 0x84440229, 0x14000100, 0x00290229, 0x02050330, 0xfd2f2f29, 0x01050229, 0x0142022f, 0xc30c109a, 0x00000002, 0x25023903, 0x01390244, 0x9420c30c, 0x26010304 }; +u32 ai_23[] = { 0x9003e88f, 0x012c913c, 0x93649264, 0x9d000008, 0x008e4e9d, 0x00000040, 0xbf00cd06, 0x00000000, 0x00020005, 0xfd041704 }; +u32 ai_22[] = { 0x02001c00, 0x7b020303, 0x2f040103, 0x02043143, 0x284dfd00, 0x14007b29, 0x01000229, 0xf400ffff, 0x974301c3, 0x0c131400, 0x24004305, 0x02059c00, 0x0000042a, 0x9c000000, 0x40414628, 0x9c000000, 0x20290301, 0x050229ae, 0x0242039c, 0x00000004, 0x2a9c0000, 0x00404146, 0x28b40005, 0x6428b400, 0x052813b4, 0x0004b012, 0xb4000438, 0x11b40003, 0xc010b400, 0x03480fb4, 0x0002d00e, 0xb4000258, 0x0db40001, 0xe00cb400, 0x01680bb4, 0x0000780a, 0x0142020a, 0xb400012c, 0x29c30c24, 0x02290142, 0x020bb400, 0x01a429c3, 0x0c190229, 0x0142020c, 0xb400021c, 0x29c30c1a, 0x02290142, 0x020db400, 0x029429c3, 0x0c1b0229, 0x0142020e, 0xb400030c, 0x29c30c1c, 0x02290142, 0x020fb400, 0x038429c3, 0x0c1d0229, 0x01420210, 0xb40003fc, 0x29c30c1e, 0x02290142, 0x0211b400, 0x047429c3, 0x0c1f0229, 0x01420212, 0xb40004ec, 0x29c30c20, 0x02290142, 0x021303c3, 0x0c231600, 0x04004329, 0x02290303, 0x03184308, 0x06014202, 0x289a0000, 0x0004022a, 0x31431916, 0x00040043, 0x01021914, 0x00010000, 0x01020103, 0x2f290101, 0x02293143, 0x19184308, 0x0602199c, 0x00000040, 0x41790541, 0x9a000000, 0x08112914, 0x00010000, 0x29022901, 0x01020106, 0x041705fd, 0x00080241, 0x06041705, 0xfd041104 }; +u32 ai_24[] = { 0xad310a00, 0x8e44ab00, 0x73060002, 0x05fd0423, 0x04000000 }; +u32 ai_25[] = { 0xad320a00, 0x8e45ab00, 0x74060002, 0x05fd0423, 0x04000000 }; +u32 ai_26[] = { 0xad330a00, 0x8e46ab00, 0x75060002, 0x05fd0423, 0x04000000 }; +u32 ai_27[] = { 0xad340a00, 0x8e47ab00, 0x76060002, 0x05fd0423, 0x04000000 }; +u32 ai_28[] = { 0xad350a00, 0x8e48ab00, 0x77060002, 0x05fd0423, 0x04000000 }; +u32 ai_29[] = { 0xad360a00, 0x8e49ab00, 0x79060002, 0x05fd0423, 0x04000000 }; +u32 ai_30[] = { 0xad68310a, 0x008e2506, 0x000205fd, 0x04240400 }; +u32 ai_31[] = { 0xad68320a, 0x008e2606, 0x000205fd, 0x04240400 }; +u32 ai_32[] = { 0xad68330a, 0x008e2706, 0x000205fd, 0x04240400 }; +u32 ai_33[] = { 0xad68340a, 0x008e2806, 0x000205fd, 0x04240400 }; +u32 ai_34[] = { 0xad640a00, 0x3c330200, 0xbf00b808, 0x00000000, 0x000200c0, 0x00d90000, 0x00000002, 0x00020353, 0x00c8007b, 0x2d1f2328, 0x0229032f, 0x314b0032, 0x2d460701, 0x2902079a, 0x00000004, 0x002d0231, 0x33358029, 0x14002100, 0x00450229, 0x15002100, 0x00450245, 0x0234034c, 0x0190289c, 0x00000004, 0x2a46282f, 0x04013402, 0x04013102, 0x2a160001, 0x00000102, 0x01034c00, 0xc82d2f05, 0x01010205, 0x33358029, 0x14002100, 0x00450229, 0x15002100, 0x00450245, 0x012a0228, 0x9a000000, 0x04012a02, 0x2dad2d3e, 0x0a008f00, 0x50940106, 0x000205fd, 0x00080233, 0x23fd0301, 0x33024022, 0x02060301, 0x06040000 }; +u32 ai_35[] = { 0xad480a00, 0x3c33bf00, 0xb8080000, 0x00000002, 0x00038f00, 0x50060002, 0x05fd0008, 0x023323fd, 0x03013304 }; +u32 ai_41[] = { 0x97338097, 0x34809735, 0x80973680, 0x97378002, 0x00039c00, 0x00000203, 0x01000203, 0x03ad5420, 0x73617720, 0x420a00f3, 0x36bd07ff, 0x00580418, 0x00000000, 0x36023603, 0x31442900, 0x190229f3, 0x19bd02ff, 0x005c0419, 0x00000000, 0x04021903, 0x31452900, 0x190229ad, 0x210a00f3, 0x19bd02ff, 0x005a041a, 0x00000000, 0x04021903, 0x31462900, 0x190229f3, 0x19bd02ff, 0x005d041b, 0x00000000, 0x04021903, 0x31472900, 0x190229f3, 0x19bd02ff, 0x005f041c, 0x00000000, 0x04021903, 0x31482900, 0x190229f3, 0x19bd02ff, 0x0059041d, 0x00000000, 0x04021903, 0x31492900, 0x190229f3, 0x19bd02ff, 0x005b041e, 0x00000000, 0x04021902, 0x04039c00, 0x00000837, 0x01360237, 0x03312529, 0x00190229, 0xf319bd02, 0xff005c04, 0x1f000000, 0x00050219, 0x03312629, 0x00190229, 0xf319bd02, 0xff005c04, 0x20000000, 0x00050219, 0x03312729, 0x00190229, 0xf319bd02, 0xff005c04, 0x21000000, 0x00050219, 0x0205039c, 0x00000040, 0x06013602, 0x06030106, 0x04000000 }; +u32 ai_42[] = { 0x023a0203, 0x03382901, 0x030229ae, 0x020403b4, 0x00012c29, 0x01040229, 0x9a000000, 0x409a0000, 0x00040205, 0x03010504 }; +u32 ai_43[] = { 0x023a035c, 0x0b015c0c, 0x015c0d01, 0x013a0201, 0xc20c2701, 0x3a040000 }; +u32 ai_44[] = { 0x023a039c, 0x00002000, 0x29013a02, 0x29f329bd, 0x02ff0103, 0x040b0000, 0x00002902, 0x29f329bd, 0x02ff0104, 0x040b0000, 0x00002902, 0x29f329bd, 0x02ff0105, 0x040b0000, 0x00002902, 0x29f329bd, 0x02ff0106, 0x040b0000, 0x00002902, 0x29020103, 0x01010400 }; +u32 ai_45[] = { 0x023a0333, 0x55000b29, 0x013a0229, 0x33352329, 0xad53310a, 0x00f301bd, 0x233300ee, 0x04250000, 0x00100102, 0x29354629, 0xad53320a, 0x00f301bd, 0x233300ef, 0x04250000, 0x00100102, 0x29356929, 0xad53330a, 0x00f301bd, 0x233300f0, 0x04250000, 0x00100102, 0x29358c29, 0xad53340a, 0x00f301bd, 0x233300f1, 0x04250000, 0x00100102, 0x2935af29, 0xad53350a, 0x00f301bd, 0x233300f2, 0x04250000, 0x00100102, 0x2935d229, 0xad53360a, 0x00f301bd, 0x233300f3, 0x04250000, 0x00100102, 0x29ad5337, 0x0a00f301, 0xbd233300, 0xf4042500, 0x00001001, 0x02019a00, 0x02000003, 0x01010400 }; +u32 ai_46[] = { 0x0242035b, 0x17290003, 0x02295b18, 0x29000302, 0x295b1929, 0x00030229, 0x5b1a2900, 0x03022903, 0x5b1b2900, 0x0302295b, 0x1c290003, 0x02295b1d, 0x29000302, 0x295b1e29, 0x00030229, 0x5b1f2900, 0x03022901, 0x420203c3, 0x0c28c400, 0xa1006720, 0x6a2080a6, 0x20200000, 0x00a62010, 0x000000a6, 0x20080000, 0x00020003, 0x01000400 }; +u32 ai_37[] = { 0xdf22df23, 0xd9fd0086, 0x2902290a, 0x006bffff, 0xffff0610, 0xae020303, 0xb400003c, 0x29010302, 0x290a0068, 0x0000ffff, 0x06100204, 0x032f2901, 0x040229da, 0x020503dc, 0x29010502, 0x29d205fd, 0x00010400 }; +u32 ai_38[] = { 0xd9fd0136, 0x2902290a, 0x0062007f, 0xffff8610, 0xae020303, 0xb40000ba, 0x29010302, 0x29e0fd00, 0x0204032f, 0x29b40000, 0xbe290104, 0x0229da02, 0x0503dc29, 0x01050229, 0xd205fd00, 0x01040000 }; +u32 ai_47[] = { 0x9501023a, 0x03eb4655, 0x01352955, 0x00874501, 0x3a024594, 0x0102299a, 0x00008000, 0xecd700da, 0x020603dc, 0x29010602, 0x29f12905, 0xfd000f02, 0x29ddea59, 0x18295919, 0x29590429, 0x59052959, 0x06295907, 0x29590829, 0x59092959, 0x0a29590b, 0x29590c29, 0x590d2959, 0x0e29590f, 0x29591029, 0x59112959, 0x12295913, 0x29591629, 0x59142959, 0x1529e405, 0x0229ed03, 0x03039601, 0x45d52500, 0x02000005, 0xf80427db, 0x020303dc, 0x29010302, 0x2905fd00, 0x010245d5, 0x24000200, 0x0005f804, 0x26db0204, 0x03dc2901, 0x04022905, 0xfd000102, 0x4605fd00, 0x01040000 }; +u32 ai_48[] = { 0x023a7100, 0x196b2608, 0x02190203, 0x035d2629, 0x01030229, 0x59262901, 0x030229c4, 0x00b800c5, 0x00260000, 0xae020403, 0xb40000b4, 0x29010402, 0x29c40053, 0x01c50126, 0x0000c30c, 0x29662601, 0x03040000 }; +u32 ai_49[] = { 0x023a03a0, 0x33001000, 0x00a03400, 0x100000a0, 0x35001000, 0x00a03600, 0x100000a0, 0x37001000, 0x0003a039, 0x00100000, 0xa03a0010, 0x0000a03b, 0x00100000, 0xa03c0010, 0x000003a0, 0x3d001000, 0x00a03e00, 0x100000a0, 0x3f001000, 0x00a04000, 0x100000a0, 0x41001000, 0x00a04200, 0x10000002, 0x4203f702, 0x29014202, 0x29c30c2a, 0x9a000040, 0x0005fd00, 0x01040000 }; +u32 ai_50[] = { 0x004a024d, 0x03682704, 0x4c014d02, 0x50036827, 0x014a6827, 0x084b0150, 0x024e0368, 0x27084b01, 0x4e024f03, 0x68270249, 0x6827044c, 0x014f0249, 0xd00b002f, 0x014d024c, 0xd00b002e, 0x0150024a, 0xd00b002e, 0x014e024b, 0xd00b002f, 0x014f0400 }; +u32 ai_51[] = { 0x004a024d, 0x03682004, 0x4c014d02, 0x50036820, 0x014a6820, 0x084b0150, 0x024e0368, 0x20084b01, 0x4e024f03, 0x68200249, 0x6820044c, 0x014f0249, 0xd00c002f, 0x014d024c, 0xd00c002e, 0x0150024a, 0xd00c002e, 0x014e024b, 0xd00c002f, 0x014f0400 }; +u32 ai_52[] = { 0x004a024d, 0x03682904, 0x4c014d02, 0x50036829, 0x014a6829, 0x084b0150, 0x024e0368, 0x29084b01, 0x4e024f03, 0x68290249, 0x6829044c, 0x014f0249, 0xd00d002f, 0x014d024c, 0xd00d002e, 0x0150024a, 0xd00d002e, 0x014e024b, 0xd00d002f, 0x014f0400, 0x03bd07ff, 0x00580011, 0x00000000, 0x29022903, 0xad544553, 0x544d454d, 0x20444f4e, 0x450a0005, 0xfd000104 }; +u32 ai_40[] = { 0x02000330, 0xfd2e2f48, 0x01000248, 0x55232853, 0x32523e53, 0x3f544651, 0x3a533b53, 0x0b293335, 0x01290604, 0x2805fd00, 0x03022901, 0x00025133, 0x357f5206, 0x042805fd, 0x000a0252, 0x06042805, 0xfd000602, 0x53060428, 0x05fd0008, 0x02540604, 0x2805fd00, 0x0b022e05, 0xfd000104 }; +u32 ai_53[] = { 0x023a039c, 0x00020000, 0x00013a02, 0x0003304f, 0x29010002, 0x299c0000, 0x02000170, 0x0201c30c, 0x479a0001, 0x00000201, 0x03010104 }; +u32 ai_54[] = { 0x004a024d, 0x03682004, 0x4c014d02, 0x50036820, 0x014a6820, 0x084b0150, 0x024e0368, 0x20084b01, 0x4e024f03, 0x68200249, 0x6820044c, 0x014f0249, 0xd02a0032, 0xd02b0032, 0x014d024c, 0xd02a002e, 0xd02b002e, 0x0150024a, 0xd02a0031, 0xd02b0031, 0x014e024b, 0xd02a012f, 0xd02b012f, 0x014f0400 }; +u32 ai_55[] = { 0x004a024d, 0x03682104, 0x4c014d02, 0x50036821, 0x014a6821, 0x084b0150, 0x024e0368, 0x21084b01, 0x4e024f03, 0x68210249, 0x6821044c, 0x014f0249, 0xd02c0132, 0xd02d0132, 0x014d024c, 0xd02c002e, 0xd02d002e, 0x0150024a, 0xd02c0031, 0xd02d0031, 0x014e024b, 0xd02c012f, 0xd02d012f, 0x014f0400 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x0000041b }, + /* index = 27 */ + { &ai_27, 0x0000041c }, + /* index = 28 */ + { &ai_28, 0x0000041d }, + /* index = 29 */ + { &ai_29, 0x0000041e }, + /* index = 30 */ + { &ai_30, 0x0000041f }, + /* index = 31 */ + { &ai_31, 0x00000420 }, + /* index = 32 */ + { &ai_32, 0x00000421 }, + /* index = 33 */ + { &ai_33, 0x00000422 }, + /* index = 34 */ + { &ai_34, 0x00000423 }, + /* index = 35 */ + { &ai_35, 0x00000424 }, + /* index = 36 */ + { &ai_36, 0x00000425 }, + /* index = 37 */ + { &ai_37, 0x00000426 }, + /* index = 38 */ + { &ai_38, 0x00000427 }, + /* index = 39 */ + { &ai_38, 0x00000427 }, + /* index = 40 */ + { &ai_40, 0x00000428 }, + /* index = 41 */ + { &ai_41, 0x00001000 }, + /* index = 42 */ + { &ai_42, 0x00001001 }, + /* index = 43 */ + { &ai_43, 0x00001002 }, + /* index = 44 */ + { &ai_44, 0x00001003 }, + /* index = 45 */ + { &ai_45, 0x00001004 }, + /* index = 46 */ + { &ai_46, 0x00001005 }, + /* index = 47 */ + { &ai_47, 0x00001006 }, + /* index = 48 */ + { &ai_48, 0x00001007 }, + /* index = 49 */ + { &ai_49, 0x00001008 }, + /* index = 50 */ + { &ai_50, 0x00001009 }, + /* index = 51 */ + { &ai_51, 0x0000100a }, + /* index = 52 */ + { &ai_52, 0x0000100b }, + /* index = 53 */ + { &ai_53, 0x0000100c }, + /* index = 54 */ + { &ai_54, 0x0000100d }, + /* index = 55 */ + { &ai_55, 0x0000100e }, + /* index = 56 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/UsetupaztZ.c b/assets/obseg/setup/UsetupaztZ.c new file mode 100644 index 0000000..de48da4 --- /dev/null +++ b/assets/obseg/setup/UsetupaztZ.c @@ -0,0 +1,1512 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:09 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupaztZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {2319.0f, 13.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p73a", 0 }, + { {2278.0f, 13.0f, -163.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p39a", 0 }, + { {2272.0f, 13.0f, 161.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p67a", 0 }, + { {2138.0f, 13.0f, 156.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p498a1", 0 }, + { {1964.0f, 13.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p63a", 0 }, + { {2001.0f, 13.0f, -155.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p48a", 0 }, + { {1996.0f, 13.0f, 153.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p57a", 0 }, + { {2137.0f, 13.0f, -143.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p498a2", 0 }, + { {2138.0f, 13.0f, 2.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p498a1", 0 }, + { {1578.0f, 13.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1323b1", 0 }, + { {1319.0f, 13.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p538b1", 0 }, + { {1126.0f, 13.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p546b2", 0 }, + { {1346.0f, 13.0f, -172.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p571b1", 0 }, + { {1446.0f, 13.0f, -177.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p569b2", 0 }, + { {1444.0f, 13.0f, 170.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p579b1", 0 }, + { {1355.0f, 13.0f, 170.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p581b1", 0 }, + { {862.0f, 60.0f, -3.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p436b2", 0 }, + { {862.0f, 60.0f, -204.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p479b2", 0 }, + { {864.0f, 60.0f, 189.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1380b1", 0 }, + { {698.0f, 60.0f, -204.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p491b2", 0 }, + { {698.0f, 60.0f, -3.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p440b2", 0 }, + { {698.0f, 60.0f, 198.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p465b2", 0 }, + { {445.0f, 60.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1384b1", 0 }, + { {220.0f, 97.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p290c", 0 }, + { {-82.0f, 97.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p757c", 0 }, + { {-250.0f, 97.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p760c2", 0 }, + { {-412.0f, 97.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p422c", 0 }, + { {-431.0f, 97.0f, 244.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p209c1", 0 }, + { {-449.0f, 97.0f, 778.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p886d", 0 }, + { {-979.0f, 97.0f, 792.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p891d1", 0 }, + { {-979.0f, 97.0f, 658.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p141d1", 0 }, + { {-877.0f, 97.0f, 658.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p141d1", 0 }, + { {-867.0f, 97.0f, 423.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p138d2", 0 }, + { {-1078.0f, 97.0f, 650.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p141d2", 0 }, + { {-1092.0f, 97.0f, 423.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p837d2", 0 }, + { {-1200.0f, 97.0f, 419.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p18f1", 0 }, + { {-1200.0f, 97.0f, 665.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p18f2", 0 }, + { {-1895.0f, 97.0f, 677.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p30f2", 0 }, + { {-2283.0f, 97.0f, 533.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2f2", 0 }, + { {-1765.0f, 97.0f, 488.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p5f", 0 }, + { {-1530.0f, 97.0f, 538.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p19f1", 0 }, + { {-2510.0f, 97.0f, 533.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2f1", 0 }, + { {-2508.0f, 97.0f, 290.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2f1", 0 }, + { {-2508.0f, 97.0f, 797.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2f1", 0 }, + { {-2379.0f, 97.0f, 741.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2f2", 0 }, + { {-2369.0f, 97.0f, 366.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2f1", 0 }, + { {-1923.0f, 97.0f, 533.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p6f1", 0 }, + { {-1919.0f, 45.0f, 816.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p285k2", 0 }, + { {-1534.0f, -111.0f, 809.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p131k2", 0 }, + { {-1943.0f, 45.0f, 967.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p281k1", 0 }, + { {-1544.0f, -164.0f, 964.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p251k2", 0 }, + { {-951.0f, -164.0f, 1117.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p8j2", 0 }, + { {-1529.0f, -164.0f, 1076.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p40j2", 0 }, + { {-1110.0f, -247.0f, 1066.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p12j", 0 }, + { {-1108.0f, -247.0f, 1127.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p10j", 0 }, + { {-1537.0f, -365.0f, 1118.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p151j1", 0 }, + { {-1379.0f, -164.0f, 1071.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p41j1", 0 }, + { {-1529.0f, -260.0f, 1320.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p47j2", 0 }, + { {-1420.0f, -260.0f, 1320.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p47j1", 0 }, + { {-1377.0f, -260.0f, 1320.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p242j2", 0 }, + { {-1415.0f, -260.0f, 1403.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p97i1", 0 }, + { {-1361.0f, -260.0f, 1457.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p94i1", 0 }, + { {-944.0f, -260.0f, 1457.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p805i2", 0 }, + { {-499.0f, -260.0f, 1459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p804i2", 0 }, + { {-393.0f, -260.0f, 1461.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p5h1", 0 }, + { {-326.0f, -260.0f, 1299.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p3h2", 0 }, + { {-216.0f, -260.0f, 1307.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p255h1", 0 }, + { {-76.0f, -260.0f, 1299.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p255h1", 0 }, + { {-73.0f, -312.0f, 1108.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p158h1", 0 }, + { {-74.0f, -312.0f, 960.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p158h2", 0 }, + { {103.0f, -247.0f, 957.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p12h1", 0 }, + { {177.0f, -247.0f, 1118.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p10h2", 0 }, + { {422.0f, -260.0f, 1118.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p902g2", 0 }, + { {932.0f, -260.0f, 1122.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p902g1", 0 }, + { {1194.0f, -260.0f, 1112.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p17g1", 0 }, + { {1232.0f, -260.0f, 401.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p585b1", 0 }, + { {1272.0f, -260.0f, 1064.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p6g", 0 }, + { {1431.0f, -260.0f, 1067.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p105g2", 0 }, + { {-1770.0f, 97.0f, 84.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p161e2", 0 }, + { {-1626.0f, 97.0f, 79.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p164e2", 0 }, + { {-1627.0f, 97.0f, -63.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p158e1", 0 }, + { {-1057.0f, 97.0f, -64.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p179e1", 0 }, + { {-767.0f, 97.0f, -60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p175e2", 0 }, + { {-763.0f, 97.0f, 81.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p173e1", 0 }, + { {-1051.0f, 97.0f, 78.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p177e2", 0 }, + { {-910.0f, 97.0f, 225.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p155e2", 0 }, + { {-768.0f, 97.0f, 219.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p167e2", 0 }, + { {-907.0f, 97.0f, 366.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p139d2", 0 }, + { {-1051.0f, 97.0f, 369.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p139d1", 0 }, + { {1048.0f, 78.0f, -191.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p559b2", 0 }, + { {1025.0f, 78.0f, 241.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p564b1", 0 }, + { {-1292.0f, -270.0f, 1546.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, -0.707106f}, "p809i1", 0 }, + { {-503.0f, -270.0f, 1546.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707108f}, "p804i2", 0 }, + { {1458.0f, 0.0f, -222.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p569b1", 0 }, + { {1465.0f, 0.0f, 220.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p579b1", 0 }, + { {-1301.0f, -270.0f, 1373.0f}, {0.0f, 1.0f, 0.0f}, {0.707106f, 0.0f, 0.707108f}, "p809i2", 0 }, + { {-495.0f, -270.0f, 1374.0f}, {0.0f, 1.0f, 0.0f}, {-0.707108f, 0.0f, 0.707106f}, "p804i1", 0 }, + { {-445.0f, 78.0f, -203.0f}, {0.0f, 1.0f, 0.0f}, {0.866025f, 0.0f, 0.500001f}, "p451c1", 0 }, + { {2221.0f, 0.0f, 233.0f}, {0.0f, 1.0f, 0.0f}, {7e-05, 0.0f, -1.0f}, "p64a", 0 }, + { {-424.0f, 78.0f, 205.0f}, {0.0f, 1.0f, 0.0f}, {0.500001f, 0.0f, -0.866025f}, "p210c2", 0 }, + { {207.0f, 78.0f, 238.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p37c1", 0 }, + { {-206.0f, 78.0f, -242.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p447c1", 0 }, + { {-383.0f, 78.0f, 355.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p876d2", 0 }, + { {750.0f, 78.0f, 57.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p438b1", 0 }, + { {-567.0f, 78.0f, 847.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p856d2", 0 }, + { {-777.0f, 78.0f, 845.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p846d2", 0 }, + { {-984.0f, 78.0f, 845.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p891d2", 0 }, + { {-916.0f, 78.0f, 670.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p141d1", 0 }, + { {-1045.0f, 78.0f, 670.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p141d1", 0 }, + { {-242.0f, -257.0f, 1492.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p253h1", 0 }, + { {-114.0f, -257.0f, 1492.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p253h2", 0 }, + { {-265.0f, -257.0f, 1042.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p156h1", 0 }, + { {-265.0f, -257.0f, 913.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p157h1", 0 }, + { {1577.0f, -257.0f, 1092.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p104g1", 0 }, + { {1577.0f, -257.0f, 964.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p103g1", 0 }, + { {-1171.0f, -275.0f, 1434.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p72i", 0 }, + { {-2517.0f, 78.0f, 236.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2f1", 0 }, + { {-2481.0f, 78.0f, 369.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2f1", 0 }, + { {-2513.0f, 78.0f, 701.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2f1", 0 }, + { {-2497.0f, 78.0f, 843.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2f2", 0 }, + { {207.0f, 78.0f, -239.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p278c2", 0 }, + { {2271.0f, 0.0f, 225.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p65a", 0 }, + { {2264.0f, 0.0f, -217.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p36a", 0 }, + { {1648.0f, 78.0f, 3.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p88a1", 0 }, + { {-1535.0f, -164.0f, 1054.0f}, {0.0f, 1.0f, 0.0f}, {0.707106f, 0.0f, 0.707108f}, "p39j1", 0 }, + { {-1532.0f, 0.0f, 808.0f}, {0.0f, 1.0f, 0.0f}, {-0.707108f, 0.0f, 0.707106f}, "p131k2", 0 }, + { {-1957.0f, 0.0f, 967.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, -0.707106f}, "p281k1", 0 }, + { {-1198.0f, 376.0f, 140.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p385f1", 0 }, + { {-1223.0f, 97.0f, 540.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p18f1", 0 }, + { {-1202.0f, 376.0f, 318.0f}, {0.0f, 1.0f, 0.0f}, {0.707106f, 0.0f, 0.707108f}, "p437f1", 0 }, + { {2405.0f, 78.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p907a1", 0 }, + { {-923.0f, 175.0f, 387.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p139d2", 0 }, + { {-926.0f, 175.0f, 656.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p141d1", 0 }, + { {-923.0f, 136.0f, 387.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p139d2", 0 }, + { {-926.0f, 136.0f, 656.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p141d1", 0 }, + { {-923.0f, 94.0f, 387.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p139d2", 0 }, + { {-926.0f, 94.0f, 656.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p141d1", 0 }, + { {-1006.0f, 94.0f, 656.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p141d2", 0 }, + { {-1006.0f, 94.0f, 384.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p139d1", 0 }, + { {-591.0f, 105.0f, 56.0f}, {-4.8e-05, 1.0f, 1.3e-05}, {0.965889f, 5e-05, -0.258957f}, "p50c", 0 }, + { {-594.0f, 113.0f, -65.0f}, {-4e-05, 1.0f, -2.6e-05}, {0.83752f, 4.8e-05, 0.546407f}, "p291c", 0 }, + { {-591.0f, 105.0f, -52.0f}, {-4.8e-05, 1.0f, -1.3e-05}, {0.965963f, 5e-05, 0.258682f}, "p291c", 0 }, + { {-594.0f, 113.0f, -34.0f}, {-1.8e-05, 1.0f, 5e-06}, {0.966578f, 1.9e-05, -0.256371f}, "p291c", 0 }, + { {-580.0f, 113.0f, -61.0f}, {-1.4e-05, 1.0f, -1.4e-05}, {0.703516f, 1.9e-05, 0.710679f}, "p291c", 0 }, + { {-2290.0f, 82.0f, 771.0f}, {4e-05, 1.0f, 0.0f}, {-1.0f, 4e-05, 0.000142f}, "p1f", 0 }, + { {-2295.0f, 90.0f, 768.0f}, {1.9e-05, 1.0f, 0.0f}, {-0.999987f, 1.9e-05, -0.005066f}, "p1f", 0 }, + { {-2282.0f, 90.0f, 761.0f}, {4.7e-05, 1.0f, -1e-05}, {-0.978584f, 4.8e-05, 0.205846f}, "p1f", 0 }, + { {-2319.0f, 82.0f, 219.0f}, {0.0f, 1.0f, -4e-05}, {0.000142f, 4e-05, 1.0f}, "p0f", 0 }, + { {-2322.0f, 90.0f, 224.0f}, {0.0f, 1.0f, -1.9e-05}, {-0.005066f, 1.9e-05, 0.999987f}, "p0f", 0 }, + { {-2329.0f, 90.0f, 212.0f}, {-1e-05, 1.0f, -4.7e-05}, {0.205846f, 4.8e-05, 0.978584f}, "p0f", 0 }, + { {-2462.0f, 108.0f, 768.0f}, {0.0f, 1.0f, 0.0f}, {0.103129f, 0.0f, 0.994668f}, "p2f2", 0 }, + { {-2462.0f, 108.0f, 690.0f}, {0.0f, 1.0f, 0.0f}, {-0.994667f, 0.0f, 0.103136f}, "p2f1", 0 }, + { {-2479.0f, 109.0f, 250.0f}, {0.0f, 1.0f, 0.0f}, {-0.987468f, 0.0f, -0.157816f}, "p2f1", 0 }, + { {-2471.0f, 112.0f, 422.0f}, {0.0f, 1.0f, 0.0f}, {-0.408008f, 0.0f, 0.912978f}, "p2f1", 0 }, + { {-2454.0f, 155.0f, 820.0f}, {0.0f, 1.0f, 0.0f}, {-0.934081f, 0.0f, 0.357061f}, "p2f2", 0 }, + { {-2424.0f, 112.0f, 376.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p2f1", 0 }, + { {-1816.0f, 109.0f, 381.0f}, {0.0f, 1.0f, 0.0f}, {-0.994667f, 0.0f, 0.103137f}, "p4f2", 0 }, + { {-1720.0f, 109.0f, 440.0f}, {0.0f, 1.0f, 0.0f}, {-0.987468f, 0.0f, -0.157816f}, "p4f1", 0 }, + { {-1878.0f, 109.0f, 409.0f}, {0.0f, 1.0f, 0.0f}, {0.157816f, 0.0f, -0.987468f}, "p29f2", 0 }, + { {-1689.0f, 109.0f, 392.0f}, {0.0f, 1.0f, 0.0f}, {-0.994667f, 0.0f, 0.103137f}, "p20f2", 0 }, + { {-1814.0f, 109.0f, 381.0f}, {0.0f, 1.0f, 0.0f}, {0.157816f, 0.0f, -0.987468f}, "p4f2", 0 }, + { {-623.0f, 76.0f, 42.0f}, {0.0f, 1.0f, 1.9e-05}, {0.002533f, 1.9e-05, -0.999997f}, "p16e2", 0 }, + { {-1927.0f, 199.0f, 667.0f}, {0.0f, -1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p30f2", 0 }, + { {-1927.0f, 199.0f, 396.0f}, {0.0f, -1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p29f2", 0 }, + { {-2410.0f, 356.0f, 684.0f}, {0.0f, -1.0f, 0.0f}, {0.707107f, 0.0f, -0.707107f}, "p2f2", 0 }, + { {-2410.0f, 356.0f, 402.0f}, {0.0f, -1.0f, 0.0f}, {0.707107f, 0.0f, 0.707107f}, "p2f1", 0 }, + { {-1142.0f, 130.0f, -63.0f}, {0.0f, -1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p104e1", 0 }, + { {-960.0f, 130.0f, -63.0f}, {0.0f, -1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p94e2", 0 }, + { {-1143.0f, 76.0f, -62.0f}, {0.0f, 1.0f, 1.9e-05}, {0.002533f, 1.9e-05, -0.999997f}, "p104e1", 0 }, + { {-961.0f, 76.0f, -62.0f}, {0.0f, 1.0f, 1.9e-05}, {0.002533f, 1.9e-05, -0.999997f}, "p94e2", 0 }, + { {-767.0f, 76.0f, -62.0f}, {0.0f, 1.0f, 1.9e-05}, {0.002533f, 1.9e-05, -0.999997f}, "p175e2", 0 }, + { {-1629.0f, 76.0f, -62.0f}, {0.0f, 1.0f, 1.9e-05}, {0.002533f, 1.9e-05, -0.999997f}, "p158e1", 0 }, + { {1117.0f, 78.0f, -212.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p556b1", 0 }, + { {1100.0f, 78.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {0.866025f, 0.0f, 0.500001f}, "p557b1", 0 }, + { {1101.0f, 78.0f, 238.0f}, {0.0f, 1.0f, 0.0f}, {-0.707108f, 0.0f, 0.707106f}, "p561b1", 0 }, + { {1074.0f, 78.0f, 187.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, 0.258818f}, "p562b2", 0 }, + { {794.0f, 78.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, 0.258818f}, "p437b1", 0 }, + { {821.0f, 78.0f, 69.0f}, {0.0f, 1.0f, 0.0f}, {-0.707108f, 0.0f, 0.707106f}, "p437b2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {221.0f, 52.0f, -231.0f}, {0.000108f, 1.0f, 0.0f}, {-0.999998f, 0.000108f, -0.002199f}, "p278c2", 0, {-14.030734f, 14.03956f, -0.001942f, 58.00151f, -14.024494f, 18.036997f} }, + { {221.0f, 52.0f, -259.0f}, {0.000108f, 1.0f, 0.0f}, {-0.999998f, 0.000108f, -0.002199f}, "p278c2", 0, {-14.030734f, 14.03956f, -0.001942f, 58.00151f, -14.024494f, 18.036997f} }, + { {221.0f, 52.0f, -203.0f}, {0.000108f, 1.0f, 0.0f}, {-0.999998f, 0.000108f, -0.002199f}, "p279c2", 0, {-14.030734f, 14.03956f, -0.001942f, 58.00151f, -14.024494f, 18.036997f} }, + { {-299.0f, 52.0f, -231.0f}, {-0.000108f, 1.0f, 0.0f}, {0.999998f, 0.000108f, 0.002199f}, "p447c2", 0, {-14.030749f, 14.03956f, -0.001942f, 58.00151f, -14.03075f, 18.036997f} }, + { {-299.0f, 52.0f, -203.0f}, {-0.000108f, 1.0f, 0.0f}, {0.999998f, 0.000108f, 0.002199f}, "p448c1", 0, {-14.030749f, 14.03956f, -0.001942f, 58.00151f, -14.03075f, 18.036997f} }, + { {-299.0f, 52.0f, -259.0f}, {-0.000108f, 1.0f, 0.0f}, {0.999998f, 0.000108f, 0.002199f}, "p447c2", 0, {-14.030749f, 14.03956f, -0.001942f, 58.00151f, -14.024494f, 18.036997f} }, + { {-195.0f, 52.0f, 231.0f}, {0.000108f, 1.0f, 0.0f}, {-0.999998f, 0.000108f, -0.002199f}, "p206c2", 0, {-14.028551f, 14.041758f, -0.00205f, 58.0014f, -13.030752f, 19.036995f} }, + { {-195.0f, 52.0f, 203.0f}, {0.000108f, 1.0f, 0.0f}, {-0.999998f, 0.000108f, -0.002199f}, "p207c2", 0, {-14.028551f, 14.041758f, -0.00205f, 58.0014f, -13.030752f, 19.036995f} }, + { {-195.0f, 52.0f, 259.0f}, {0.000108f, 1.0f, 0.0f}, {-0.999998f, 0.000108f, -0.002199f}, "p206c2", 0, {-14.028551f, 14.041758f, -0.00205f, 58.0014f, -13.030752f, 19.036995f} }, + { {13.0f, 52.0f, 231.0f}, {-0.000108f, 1.0f, 0.0f}, {0.999998f, 0.000108f, 0.002199f}, "p37c2", 0, {-14.028551f, 14.041743f, -0.00205f, 58.0014f, -13.030752f, 19.030737f} }, + { {13.0f, 52.0f, 259.0f}, {-0.000108f, 1.0f, 0.0f}, {0.999998f, 0.000108f, 0.002199f}, "p37c2", 0, {-14.028551f, 14.041743f, -0.00205f, 58.0014f, -13.030752f, 19.030737f} }, + { {13.0f, 52.0f, 203.0f}, {-0.000108f, 1.0f, 0.0f}, {0.999998f, 0.000108f, 0.002199f}, "p38c2", 0, {-14.028551f, 14.041743f, -0.00205f, 58.0014f, -13.030752f, 19.030737f} }, + { {-39.0f, 52.0f, -231.0f}, {0.000108f, 1.0f, 0.0f}, {-0.999998f, 0.000108f, -0.002199f}, "p444c1", 0, {-14.028551f, 14.041743f, -0.00205f, 58.0014f, -13.030752f, 19.030737f} }, + { {-39.0f, 52.0f, -259.0f}, {0.000108f, 1.0f, 0.0f}, {-0.999998f, 0.000108f, -0.002199f}, "p444c1", 0, {-14.028551f, 14.041743f, -0.00205f, 58.0014f, -13.030752f, 19.030737f} }, + { {-39.0f, 52.0f, -203.0f}, {0.000108f, 1.0f, 0.0f}, {-0.999998f, 0.000108f, -0.002199f}, "p445c2", 0, {-14.028551f, 14.041743f, -0.00205f, 58.0014f, -13.030752f, 19.030737f} }, + { {-143.0f, 52.0f, 231.0f}, {-0.000108f, 1.0f, 0.0f}, {0.999998f, 0.000108f, 0.002199f}, "p203c1", 0, {-14.028551f, 14.03956f, -0.001942f, 58.0014f, -13.030752f, 18.036997f} }, + { {-143.0f, 52.0f, 259.0f}, {-0.000108f, 1.0f, 0.0f}, {0.999998f, 0.000108f, 0.002199f}, "p203c1", 0, {-14.028551f, 14.03956f, -0.001942f, 58.0014f, -13.030752f, 18.036997f} }, + { {-143.0f, 52.0f, 203.0f}, {-0.000108f, 1.0f, 0.0f}, {0.999998f, 0.000108f, 0.002199f}, "p204c1", 0, {-14.028551f, 14.03956f, -0.001942f, 58.0014f, -13.030752f, 18.036997f} }, + { {-899.0f, 114.0f, 549.0f}, {0.707109f, -0.707104f, 0.0f}, {0.707102f, 0.707106f, -0.002886f}, "p905d1", 0, {-8.187719f, 7.846911f, -38.89105f, -38.183975f, -65.076515f, -53.00957f} }, + { {-899.0f, 114.0f, 526.0f}, {0.707109f, -0.707104f, 0.0f}, {0.707102f, 0.707106f, -0.002886f}, "p905d1", 0, {-8.187719f, 7.846911f, -38.89105f, -38.183975f, -65.076515f, -53.00957f} }, + { {-899.0f, 114.0f, 502.0f}, {0.707109f, -0.707104f, 0.0f}, {0.707102f, 0.707106f, -0.002886f}, "p905d1", 0, {-7.187723f, 8.846906f, -38.89105f, -38.183975f, -65.07941f, -53.01246f} }, + { {-899.0f, 114.0f, 479.0f}, {0.707109f, -0.707104f, 0.0f}, {0.707102f, 0.707106f, -0.002886f}, "p904d1", 0, {-8.187719f, 8.846906f, -38.89105f, -38.183975f, -65.07941f, -53.00957f} }, + { {-899.0f, 114.0f, 458.0f}, {0.707109f, -0.707104f, 0.0f}, {0.707102f, 0.707106f, -0.002886f}, "p904d1", 0, {-8.187719f, 8.846906f, -38.89105f, -38.183975f, -65.07941f, -53.00957f} }, + { {-899.0f, 114.0f, 572.0f}, {0.707109f, -0.707104f, 0.0f}, {0.707102f, 0.707106f, -0.002886f}, "p905d1", 0, {-8.187719f, 8.846906f, -38.89105f, -38.183975f, -65.07941f, -53.00957f} }, + { {-1063.0f, 114.0f, 460.0f}, {-0.707109f, -0.707104f, 0.0f}, {-0.707102f, 0.707106f, 0.002886f}, "p904d2", 0, {-7.187723f, 8.846906f, -38.89105f, -38.183975f, -65.07941f, -53.01246f} }, + { {-1063.0f, 114.0f, 483.0f}, {-0.707109f, -0.707104f, 0.0f}, {-0.707102f, 0.707106f, 0.002886f}, "p904d2", 0, {-6.187727f, 8.846906f, -38.89105f, -38.183975f, -65.07941f, -53.015343f} }, + { {-1063.0f, 114.0f, 507.0f}, {-0.707109f, -0.707104f, 0.0f}, {-0.707102f, 0.707106f, 0.002886f}, "p905d2", 0, {-6.187727f, 8.846906f, -38.89105f, -38.183975f, -65.07941f, -53.015343f} }, + { {-1063.0f, 114.0f, 529.0f}, {-0.707109f, -0.707104f, 0.0f}, {-0.707102f, 0.707106f, 0.002886f}, "p905d2", 0, {-7.187723f, 7.846911f, -38.89105f, -38.183975f, -65.076515f, -53.01246f} }, + { {-1063.0f, 114.0f, 551.0f}, {-0.707109f, -0.707104f, 0.0f}, {-0.707102f, 0.707106f, 0.002886f}, "p905d2", 0, {-7.187723f, 7.846911f, -38.89105f, -38.183975f, -65.076515f, -53.01246f} }, + { {-1063.0f, 114.0f, 573.0f}, {-0.707109f, -0.707104f, 0.0f}, {-0.707102f, 0.707106f, 0.002886f}, "p905d2", 0, {-7.187723f, 8.812211f, -38.89105f, -38.183975f, -65.07941f, -53.01246f} }, + { {-1053.0f, 52.0f, 361.0f}, {0.0f, 1.0f, -0.000108f}, {-0.002199f, 0.000108f, 0.999998f}, "p139d2", 0, {-19.030739f, 20.039545f, -0.001942f, 58.00151f, -14.043942f, 18.04799f} }, + { {-909.0f, 52.0f, 361.0f}, {0.0f, 1.0f, -0.000108f}, {-0.002199f, 0.000108f, 0.999998f}, "p139d2", 0, {-20.030737f, 19.039549f, -0.001942f, 58.00151f, -14.041744f, 18.050188f} }, + { {-1101.0f, 165.0f, 369.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p837d1", 0, {-22.000008f, 317.00006f, -19.000122f, 124.00001f, -4.0f, 13.000001f} }, + { {-849.0f, 165.0f, 378.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p138d2", 0, {-308.0f, 31.000053f, -7.000012f, 136.00012f, -4.0f, 13.000001f} }, + { {1921.0f, 4.0f, -50.0f}, {-0.002855f, 0.0f, 0.999996f}, {-2e-06, 1.0f, 0.0f}, "p85a2", 0, {-6.291422f, 7.005715f, -2.017122f, 102.019585f, -17.000029f, 139.00002f} }, + { {349.0f, 48.0f, -1.0f}, {-0.001764f, 0.0f, 0.999999f}, {-4e-06, 1.0f, 0.0f}, "p1377b1", 0, {-11.047883f, 10.044112f, -25.019365f, 27.017616f, -9.000053f, 69.000046f} }, + { {-986.0f, 70.0f, 727.0f}, {0.999974f, 0.0f, 0.007267f}, {0.0f, 1.0f, 2e-06}, "p504d2", 0, {-3.22533f, 2.152585f, -21.02125f, 31.013725f, -18.000011f, 69.00001f} }, + { {-1008.0f, 81.0f, 638.0f}, {0.999996f, 0.0f, -0.002855f}, {0.0f, -1.0f, -3e-06}, "p141d2", 0, {3.785746f, 239.05896f, -20.988495f, 75.68197f, 2.999994f, 42.00079f} }, + { {-994.0f, 81.0f, 638.0f}, {0.999996f, 0.0f, -0.002855f}, {0.0f, -1.0f, -3e-06}, "p141d2", 0, {42.914116f, 200.01071f, -3.877242f, 30.570818f, -31.999866f, 21.000658f} }, + { {-914.0f, 60.0f, 582.0f}, {-1.0f, 0.0f, -7e-06}, {-7e-06, 0.0f, 1.0f}, "p905d1", 0, {-12.0f, -8.0f, -3.000085f, 19.000032f, -5.000021f, 13.000136f} }, + { {-914.0f, 60.0f, 534.0f}, {-1.0f, 0.0f, -7e-06}, {-7e-06, 0.0f, 1.0f}, "p905d1", 0, {-12.0f, -8.0f, -3.000085f, 19.000027f, -4.000021f, 13.000136f} }, + { {-914.0f, 60.0f, 486.0f}, {-1.0f, 0.0f, -7e-06}, {-7e-06, 0.0f, 1.0f}, "p904d1", 0, {-12.0f, -8.0f, -3.000085f, 19.000027f, -4.000021f, 13.000136f} }, + { {-914.0f, 60.0f, 439.0f}, {-1.0f, 0.0f, -7e-06}, {-7e-06, 0.0f, 1.0f}, "p904d1", 0, {-12.0f, -8.0f, -3.000078f, 19.000032f, -5.000021f, 12.000136f} }, + { {-1048.0f, 60.0f, 447.0f}, {1.0f, 0.0f, 7e-06}, {7e-06, 0.0f, -1.0f}, "p904d2", 0, {-12.0f, -8.0f, -2.000085f, 19.000027f, -4.000014f, 13.000136f} }, + { {-1048.0f, 60.0f, 495.0f}, {1.0f, 0.0f, 7e-06}, {7e-06, 0.0f, -1.0f}, "p905d2", 0, {-12.0f, -8.0f, -2.000085f, 19.000027f, -4.000014f, 13.000136f} }, + { {-1048.0f, 60.0f, 542.0f}, {1.0f, 0.0f, 7e-06}, {7e-06, 0.0f, -1.0f}, "p905d2", 0, {-12.0f, -8.0f, -2.000078f, 19.000032f, -5.000014f, 12.000136f} }, + { {-1048.0f, 60.0f, 590.0f}, {1.0f, 0.0f, 7e-06}, {7e-06, 0.0f, -1.0f}, "p905d2", 0, {-12.0f, -8.0f, -2.000085f, 19.000032f, -5.000014f, 13.000136f} }, + { {-1303.0f, 226.0f, 558.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p22f2", 0, {-301.0001f, 220.00035f, -0.000172f, 1250.0f, -473.00015f, -68.999954f} }, + { {-439.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p422c", 0, {-22.0f, 43.0f, -46.324303f, -46.081768f, 32.74231f, 85.37254f} }, + { {-361.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p763c", 0, {-9.0f, 43.0f, -46.324303f, -46.081768f, 32.74231f, 85.37254f} }, + { {-257.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p760c2", 0, {3.0f, 42.0f, -46.081768f, -45.596695f, 46.324306f, 85.37254f} }, + { {-205.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p760c1", 0, {-10.0f, 42.0f, -46.081768f, -45.596695f, 46.324306f, 85.37254f} }, + { {-257.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p760c2", 0, {-23.0f, 42.0f, -46.324303f, -45.596695f, -32.014706f, 32.74231f} }, + { {-374.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p763c", 0, {-22.0f, 43.0f, -46.324303f, -45.596695f, -32.014706f, 20.372992f} }, + { {-439.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p422c", 0, {-9.0f, 43.0f, -46.081768f, -45.596695f, -32.014706f, 7.033532f} }, + { {-179.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p760c1", 0, {3.0f, 42.0f, -46.324303f, -45.839233f, -18.675245f, 20.372992f} }, + { {-108.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p757c", 0, {-25.0f, 43.0f, -46.324303f, -46.081768f, 27.649061f, 90.46579f} }, + { {-108.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p757c", 0, {-25.0f, 43.0f, -45.839233f, -45.839233f, -39.290775f, 22.555813f} }, + { {-35.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p756c", 0, {-4.0f, 43.0f, -46.324303f, -45.839233f, 12.126781f, 59.663765f} }, + { {-35.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p756c", 0, {-4.0f, 43.0f, -46.081768f, -45.839233f, -39.290775f, 7.033532f} }, + { {74.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p754c", 0, {-9.0f, 43.0f, -45.596695f, -45.596695f, 17.462564f, 75.18604f} }, + { {137.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p753c1", 0, {-35.0f, 43.0f, -46.324303f, -45.839233f, 22.555813f, 90.46579f} }, + { {147.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p753c1", 0, {-25.0f, 43.0f, -45.839233f, -45.596695f, -39.290775f, 17.462564f} }, + { {225.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p290c", 0, {-15.0f, 43.0f, -46.081768f, -45.596695f, 38.078094f, 85.37254f} }, + { {225.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p290c", 0, {-30.0f, 43.0f, -46.324303f, -45.839233f, -39.290775f, 32.74231f} }, + { {84.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p754c", 0, {-10.0f, 42.0f, -46.081768f, -45.839233f, -39.290775f, 7.033532f} }, + { {48.0f, 206.0f, -27.0f}, {0.0f, -0.242536f, 0.970142f}, {0.0f, 0.970143f, 0.242536f}, "p754c", 0, {12.0f, 43.0f, -46.324303f, -45.839233f, -39.290775f, -8.488748f} }, + { {46.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p742c", 0, {-36.0f, 43.0f, -57.72348f, -57.23841f, -45.354156f, 22.79835f} }, + { {192.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p49c", 0, {1.0f, 42.0f, -57.72348f, -57.23841f, -45.354156f, 2.182822f} }, + { {119.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p741c2", 0, {-15.0f, 42.0f, -57.480946f, -57.238407f, 48.507122f, 92.891136f} }, + { {140.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.610423f, 0.792075f}, "p741c2", 0, {-41.0f, 42.0f, -57.72348f, -56.995872f, 34.75635f, 67.567055f} }, + { {46.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p742c", 0, {-20.000002f, 43.0f, -57.72348f, -57.480946f, 32.984844f, 89.738174f} }, + { {-90.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p745c", 0, {-9.0f, 43.0f, -57.72348f, -57.480946f, 27.891596f, 74.2159f} }, + { {-74.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p745c", 0, {-25.000002f, 43.0f, -57.72348f, -57.23841f, -45.354156f, 22.79835f} }, + { {-153.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p745c", 0, {2.0f, 49.000004f, -57.72348f, -56.995872f, 12.369318f, 58.936153f} }, + { {-235.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p748c2", 0, {-10.0f, 43.0f, -57.480946f, -56.995872f, 38.320625f, 77.36886f} }, + { {-229.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p748c2", 0, {-9.0f, 43.0f, -57.480946f, -56.995876f, -40.01837f, -0.970141f} }, + { {-284.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p748c2", 0, {-22.000002f, 43.0f, -57.72348f, -56.995876f, -40.01837f, 24.738632f} }, + { {-351.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p751c", 0, {-66.0f, -1.0f, -57.72348f, -56.995876f, -40.01837f, 24.738632f} }, + { {-472.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p181c", 0, {-10.0f, 42.0f, -57.480946f, -56.995876f, -40.01837f, -0.970141f} }, + { {-369.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p751c", 0, {-35.0f, 17.000002f, -57.480946f, -56.995872f, 38.320625f, 77.36886f} }, + { {-147.0f, 211.0f, 14.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p745c", 0, {-4.0f, 43.0f, -57.72348f, -57.23841f, -45.354156f, 2.182822f} }, + { {-417.0f, 262.0f, 2.0f}, {0.0f, -0.242536f, -0.970143f}, {0.0f, 0.970142f, -0.242536f}, "p181c", 0, {-65.0f, -13.0f, -56.995876f, -56.510803f, -40.01837f, -0.727605f} }, + { {-570.0f, 125.0f, 62.0f}, {1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p51c", 0, {-32.99997f, 9.00003f, -52.00002f, -51.999996f, -4.0f, 27.0f} }, + { {-570.0f, 125.0f, 12.0f}, {1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p50c", 0, {-32.99997f, 9.00003f, -52.00002f, -51.999996f, -4.0f, 27.0f} }, + { {-570.0f, 125.0f, -39.0f}, {1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p291c", 0, {-31.999971f, 9.00003f, -52.00002f, -51.999996f, -4.0f, 27.0f} }, + { {-439.0f, 124.0f, 158.0f}, {1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p210c1", 0, {-11.99997f, 9.000031f, -53.000008f, -52.999996f, 11.0f, 27.0f} }, + { {-439.0f, 124.0f, 131.0f}, {1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p211c2", 0, {-11.99997f, 10.000031f, -53.000008f, -52.999996f, 11.0f, 27.0f} }, + { {-439.0f, 126.0f, -155.0f}, {1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p451c2", 0, {-11.99997f, 9.000031f, -53.000008f, -52.999996f, 10.0f, 27.0f} }, + { {-439.0f, 126.0f, -129.0f}, {1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p452c2", 0, {-11.99997f, 9.000031f, -53.000008f, -52.999996f, 10.0f, 27.0f} }, + { {-442.0f, 241.0f, 40.0f}, {1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p181c", 0, {-41.999973f, 9.000028f, -48.000027f, -47.999996f, -6.0f, 28.0f} }, + { {-442.0f, 256.0f, -10.0f}, {1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p422c", 0, {-41.999973f, 5.000028f, -48.000027f, -47.999996f, -10.0f, 28.0f} }, + { {-442.0f, 214.0f, -22.0f}, {1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p422c", 0, {-40.999973f, 16.000029f, -48.000027f, -47.999992f, -30.0f, 27.0f} }, + { {-442.0f, 202.0f, 40.0f}, {1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p181c", 0, {-40.999973f, 22.000029f, -48.000027f, -47.99999f, -19.0f, 28.0f} }, + { {-421.0f, 118.0f, -129.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p452c2", 0, {4.999984f, 42.999985f, -37.00002f, -37.000004f, 18.0f, 50.0f} }, + { {-363.0f, 118.0f, -129.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p451c2", 0, {4.999984f, 42.999985f, -37.00002f, -37.000004f, 18.0f, 50.0f} }, + { {-308.0f, 118.0f, -129.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p448c1", 0, {4.999984f, 41.999985f, -37.00002f, -37.000004f, 18.0f, 50.0f} }, + { {-252.0f, 118.0f, -129.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p448c2", 0, {4.999984f, 42.999985f, -37.00002f, -37.000004f, 18.0f, 50.0f} }, + { {-197.0f, 118.0f, -129.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p448c2", 0, {4.999984f, 42.999985f, -37.00002f, -37.000004f, 18.0f, 50.0f} }, + { {-142.0f, 118.0f, -129.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p445c1", 0, {4.999984f, 42.999985f, -37.00002f, -37.000004f, 18.0f, 50.0f} }, + { {-86.0f, 118.0f, -129.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p445c2", 0, {4.999984f, 41.999985f, -37.00002f, -37.000004f, 18.0f, 50.0f} }, + { {-29.0f, 118.0f, -129.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p445c2", 0, {4.999984f, 42.999985f, -37.00002f, -37.000004f, 18.0f, 50.0f} }, + { {27.0f, 118.0f, -129.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p279c1", 0, {4.999984f, 42.999985f, -37.00002f, -37.000004f, 18.0f, 50.0f} }, + { {83.0f, 118.0f, -129.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p279c1", 0, {4.999984f, 42.999985f, -37.00002f, -37.000004f, 18.0f, 50.0f} }, + { {139.0f, 118.0f, -129.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p280c1", 0, {4.999984f, 41.999985f, -37.00002f, -37.000004f, 18.0f, 50.0f} }, + { {154.0f, 120.0f, 126.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p39c2", 0, {-1.7e-05, 41.999985f, -39.00002f, -39.0f, 15.0f, 49.0f} }, + { {101.0f, 120.0f, 126.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p39c2", 0, {-1.7e-05, 41.999985f, -39.00002f, -39.0f, 15.0f, 49.0f} }, + { {48.0f, 120.0f, 126.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p38c1", 0, {-1.7e-05, 41.999985f, -39.00002f, -39.0f, 15.0f, 49.0f} }, + { {-5.0f, 120.0f, 126.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p202c2", 0, {-1.7e-05, 41.999985f, -39.00002f, -39.0f, 15.0f, 49.0f} }, + { {-58.0f, 120.0f, 126.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p204c1", 0, {-1.7e-05, 41.999985f, -39.00002f, -39.0f, 15.0f, 49.0f} }, + { {-111.0f, 120.0f, 126.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p204c1", 0, {-1.7e-05, 41.999985f, -39.00002f, -39.0f, 15.0f, 49.0f} }, + { {-164.0f, 120.0f, 126.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p205c1", 0, {-1.7e-05, 41.999985f, -39.00002f, -39.0f, 15.0f, 49.0f} }, + { {-217.0f, 120.0f, 126.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p207c1", 0, {-1.7e-05, 41.999985f, -39.00002f, -39.0f, 15.0f, 49.0f} }, + { {-217.0f, 120.0f, 126.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p207c1", 0, {-1.7e-05, 41.999985f, -39.00002f, -39.0f, 15.0f, 49.0f} }, + { {-270.0f, 120.0f, 126.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p207c1", 0, {-1.7e-05, 41.999985f, -39.00002f, -39.0f, 15.0f, 49.0f} }, + { {-323.0f, 120.0f, 124.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p208c2", 0, {-1.8e-05, 42.999985f, -41.00002f, -41.0f, 15.0f, 49.0f} }, + { {-376.0f, 120.0f, 126.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p210c1", 0, {-1.7e-05, 42.999985f, -39.00002f, -39.0f, 15.0f, 49.0f} }, + { {-429.0f, 120.0f, 126.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p211c2", 0, {-1.7e-05, 42.999985f, -39.00002f, -39.0f, 15.0f, 49.0f} }, + { {-482.0f, 120.0f, 126.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p211c2", 0, {-1.7e-05, 42.999985f, -39.00002f, -39.0f, 15.0f, 49.0f} }, + { {-436.0f, 83.0f, 254.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, -1.0f, 0.0f}, "", 0, {-19.000006f, 20.000008f, -32.000004f, 20.000004f, -47.000004f, 31.000006f} }, + { {-385.0f, 83.0f, 254.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, -1.0f, 0.0f}, "p209c2", 0, {-19.000006f, 20.000008f, -31.000004f, 20.000004f, -47.000004f, 31.000006f} }, + { {-565.0f, 142.0f, -93.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p292c", 0, {-9.000002f, 9.999999f, -11.000001f, -10.999998f, -9.0f, 10.0f} }, + { {-509.0f, 80.0f, -82.0f}, {-2e-06, 0.0f, 1.0f}, {-2e-06, 1.0f, 0.0f}, "p292c", 0, {-5.000288f, 4.000097f, -22.000011f, 51.000008f, -27.000011f, 94.00001f} }, + { {-509.0f, 80.0f, -19.0f}, {-2e-06, 0.0f, 1.0f}, {-2e-06, 1.0f, 0.0f}, "p292c", 0, {-5.000288f, 4.000078f, -12.000011f, 51.000008f, -27.000011f, 94.00001f} }, + { {-449.0f, 106.0f, 44.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 7e-06}, "p181c", 0, {-12.00048f, 60.000343f, -41.00003f, -40.999992f, -54.00008f, 68.000404f} }, + { {-449.0f, 106.0f, -92.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 7e-06}, "p764c2", 0, {-12.00048f, 60.000343f, -41.00003f, -40.999992f, -54.00008f, 68.000404f} }, + { {-509.0f, 80.0f, 44.0f}, {2e-06, 0.0f, -1.0f}, {2e-06, 1.0f, 0.0f}, "p51c", 0, {-4.000215f, 5.000168f, -60.00001f, 12.00001f, -27.00001f, 94.000015f} }, + { {-587.0f, 124.0f, 75.0f}, {0.0f, 1.0f, -1e-06}, {0.965926f, 0.0f, -0.258819f}, "p51c", 0, {-8.365167f, 8.124928f, -2.000004f, 6.000004f, -7.417822f, 10.315597f} }, + { {-592.0f, 124.0f, 56.0f}, {0.0f, 1.0f, -1e-06}, {0.965926f, 0.0f, -0.258819f}, "p50c", 0, {-7.935461f, 8.554633f, -2.000004f, 6.000004f, -7.159003f, 10.574416f} }, + { {-1198.0f, 365.0f, 100.0f}, {0.0f, 1.0f, -0.000108f}, {-0.002199f, 0.000108f, 0.999998f}, "p385f1", 0, {-14.02856f, 14.039571f, -2.001942f, 55.0014f, -13.030977f, 18.036682f} }, + { {-414.0f, 94.0f, 299.0f}, {-0.258801f, 0.965931f, 0.0f}, {-0.965839f, -0.258776f, -0.013793f}, "p877d1", 0, {-11.20332f, 11.798063f, -2.967066f, 1.206444f, -14.911871f, -3.194085f} }, + { {-416.0f, 96.0f, 298.0f}, {4.8e-05, 1.0f, 0.0f}, {-0.999978f, 4.8e-05, 0.006616f}, "p877d1", 0, {-8.874107f, 10.271021f, 0.000904f, 17.001963f, -41.058643f, -18.932615f} }, + { {-2283.0f, 123.0f, 228.0f}, {-0.499959f, 0.866049f, 0.0f}, {-0.86603f, -0.499948f, 0.006614f}, "p0f", 0, {-9.979529f, 9.169052f, -8.69601f, 8.821693f, -25.527971f, -3.002998f} }, + { {-2283.0f, 123.0f, 254.0f}, {-0.499959f, 0.866049f, 0.0f}, {-0.86603f, -0.499948f, 0.006614f}, "p0f", 0, {-9.979529f, 9.169052f, -8.69601f, 8.821693f, -25.527971f, -3.002998f} }, + { {-2283.0f, 123.0f, 278.0f}, {-0.499959f, 0.866049f, 0.0f}, {-0.86603f, -0.499948f, 0.006614f}, "p0f", 0, {-8.97955f, 10.023818f, -8.69601f, 8.821693f, -25.527971f, -2.996384f} }, + { {-2283.0f, 123.0f, 304.0f}, {-0.499959f, 0.866049f, 0.0f}, {-0.86603f, -0.499948f, 0.006614f}, "p0f", 0, {-8.97955f, 10.023818f, -8.69601f, 8.821693f, -25.527971f, -2.996384f} }, + { {-2283.0f, 123.0f, 732.0f}, {-0.499959f, 0.866049f, 0.0f}, {-0.86603f, -0.499948f, 0.006614f}, "p1f", 0, {-8.981495f, 9.165268f, -8.69601f, 8.821693f, -25.076056f, -2.826996f} }, + { {-2283.0f, 123.0f, 758.0f}, {-0.499959f, 0.866049f, 0.0f}, {-0.86603f, -0.499948f, 0.006614f}, "p1f", 0, {-8.981495f, 9.165268f, -8.69601f, 8.821693f, -25.076056f, -2.826996f} }, + { {-2283.0f, 123.0f, 783.0f}, {-0.499959f, 0.866049f, 0.0f}, {-0.86603f, -0.499948f, 0.006614f}, "p1f", 0, {-9.981473f, 9.165268f, -8.69601f, 8.821693f, -25.08267f, -2.833611f} }, + { {-2283.0f, 123.0f, 809.0f}, {-0.499959f, 0.866049f, 0.0f}, {-0.86603f, -0.499948f, 0.006614f}, "p1f", 0, {-9.981473f, 9.165268f, -8.69601f, 8.821693f, -25.08267f, -2.833611f} }, + { {-2290.0f, 75.0f, 843.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1f", 0, {-20.000011f, 20.000006f, -23.000004f, 55.000004f, -18.00001f, 25.000004f} }, + { {-2395.0f, 75.0f, 217.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p0f", 0, {-20.000011f, 19.000006f, -23.000004f, 55.000004f, -18.00001f, 25.000004f} }, + { {-2200.0f, 260.0f, 526.0f}, {0.999986f, 0.004615f, 0.002418f}, {-0.004621f, 0.999986f, 0.00278f}, "p8f", 0, {-178.60237f, 186.39757f, -66.06474f, -65.82886f, -86.19605f, 105.82524f} }, + { {-2224.0f, 106.0f, 359.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 7e-06}, "p21f2", 0, {-12.00048f, 119.00034f, -42.000057f, -41.999992f, -54.00008f, 68.0008f} }, + { {-2224.0f, 106.0f, 593.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 7e-06}, "p21f1", 0, {-12.00048f, 119.00034f, -42.000057f, -41.999992f, -54.00008f, 68.0008f} }, + { {-2278.0f, 106.0f, 519.0f}, {1e-06, 0.0f, 1.0f}, {-7e-06, 1.0f, 0.0f}, "p2f2", 0, {-12.00048f, 63.000343f, -41.00003f, -40.999992f, -54.00008f, 68.00043f} }, + { {-2384.0f, 106.0f, 540.0f}, {-1e-06, 0.0f, -1.0f}, {7e-06, 1.0f, 0.0f}, "p2f1", 0, {42.999523f, 118.00034f, -41.000057f, -41.000023f, -53.99971f, 68.00079f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 5136, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 5137, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 5138, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 5139, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 5140, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 5141, 0, + /* Type = ObjectiveCompleteCondition; index = 6 */ + _mkword(0, _mkshort(0, 26)), 4096, + /* Type = ObjectiveEnd; index = 7 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 8 */ + _mkword(0, _mkshort(0, 23)), 1, 5142, 0, + /* Type = ObjectiveCompleteCondition; index = 9 */ + _mkword(0, _mkshort(0, 26)), 32768, + /* Type = ObjectiveEnd; index = 10 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Tag; index = 11 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 12 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10129), 0x100201a9, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = Guard; index = 13 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 89), _mkword(39, 1029), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 14 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 90), _mkword(39, 1029), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 15 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 91), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 16 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 92), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 17 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 93), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 18 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 94), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 19 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 95), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 20 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 96), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 21 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 120), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 22 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 97), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 23 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 98), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 24 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 99), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 25 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 100), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 26 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 101), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 27 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 102), _mkword(39, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 28 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 103), _mkword(39, 1029), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 29 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 104), _mkword(39, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 30 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 105), _mkword(39, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 31 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 106), _mkword(39, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 32 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 107), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 33 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 108), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 34 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 109), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 35 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 110), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 36 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 111), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 37 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 112), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 38 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 113), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 39 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 114), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 40 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 116), _mkword(39, 1029), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 41 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 117), _mkword(39, 1029), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 42 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 118), _mkword(39, 1029), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 43 */ + _mkword(0, _mkshort(0, 9)), _mkword(35, 119), _mkword(39, 1029), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 44 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 122), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 45 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 121), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 46 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 123), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 47 */ + _mkword(0, _mkshort(0, 9)), _mkword(37, 124), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 48 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 126), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 49 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 125), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 50 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 127), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 51 */ + _mkword(0, _mkshort(0, 9)), _mkword(41, 128), _mkword(39, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 52 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 53 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 54 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 55 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 56 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 57 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 58 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 59 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 60 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 61 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 62 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 63 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 64 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 65 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 66 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 67 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 68 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 69 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 70 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 71 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 72 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 73 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 74 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 75 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 76 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 77 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 78 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 79 */ + _mkword(256, _mkshort(0, 8)), _mkword(187, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x16, 0xff), 0xffff), 0, + /* Type = Collectable; index = 80 */ + _mkword(256, _mkshort(0, 8)), _mkword(187, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x16, 0xff), 0xffff), 0, + /* Type = Collectable; index = 81 */ + _mkword(256, _mkshort(0, 8)), _mkword(187, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x16, 0xff), 0xffff), 0, + /* Type = Collectable; index = 82 */ + _mkword(256, _mkshort(0, 8)), _mkword(187, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x16, 0xff), 0xffff), 0, + /* Type = Collectable; index = 83 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 84 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 85 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 86 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 87 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 88 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 89 */ + _mkword(256, _mkshort(0, 8)), _mkword(187, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x16, 0xff), 0xffff), 0, + /* Type = Collectable; index = 90 */ + _mkword(256, _mkshort(0, 8)), _mkword(187, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x16, 0xff), 0xffff), 0, + /* Type = Hat; index = 91 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 92 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 93 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 94 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 95 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 96 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 97 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 98 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 99 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 100 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 101 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 102 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 103 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 104 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 105 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 106 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 107 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 108 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 109 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 110 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 111 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 112 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 113 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 114 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 115 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 116 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 117 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 118 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 119 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 120 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 121 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 122 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 123 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 124 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 125 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 126 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 127 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 128 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 129 */ + _mkword(256, _mkshort(0, 17)), _mkword(219, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 130 */ + _mkword(0, _mkshort(0, 18)), 6, 0x0000007f, + /* Type = SetGuardAttribute; index = 131 */ + _mkword(0, _mkshort(0, 18)), 7, 0x0000007f, + /* Type = SetGuardAttribute; index = 132 */ + _mkword(0, _mkshort(0, 18)), 8, 0x0000007f, + /* Type = SetGuardAttribute; index = 133 */ + _mkword(0, _mkshort(0, 18)), 9, 0x0000007f, + /* Type = SetGuardAttribute; index = 134 */ + _mkword(0, _mkshort(0, 18)), 10, 0x0000007f, + /* Type = SetGuardAttribute; index = 135 */ + _mkword(0, _mkshort(0, 18)), 11, 0x0000007f, + /* Type = SetGuardAttribute; index = 136 */ + _mkword(0, _mkshort(0, 18)), 12, 0x0000007f, + /* Type = SetGuardAttribute; index = 137 */ + _mkword(0, _mkshort(0, 18)), 13, 0x0000007f, + /* Type = SetGuardAttribute; index = 138 */ + _mkword(0, _mkshort(0, 18)), 3, 0x0000007f, + /* Type = Guard; index = 139 */ + _mkword(0, _mkshort(0, 9)), _mkword(42, 115), _mkword(13, 1027), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 140 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 42), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 141 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 42), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Key; index = 142 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = Rename; index = 143 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 5149, 5150, 5151, 5152, 5153, 0, 0, + /* Type = Tag; index = 144 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0xffeb), 0, 0, + /* Type = SingleMonitor; index = 145 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10048), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 146 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10049), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 147 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10050), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 148 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10051), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 149 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10054), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 150 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10053), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 151 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10052), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 152 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10055), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 153 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10056), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 154 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10058), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 155 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10060), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 156 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10061), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 157 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10063), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 158 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10057), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 159 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10059), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 160 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10066), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 161 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10065), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 162 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10062), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 163 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10064), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 164 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10067), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 165 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10068), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 166 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10069), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 167 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10070), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 168 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10071), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 169 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10072), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 170 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10073), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 171 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10074), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 172 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10075), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 173 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10076), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 174 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10077), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 175 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10079), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 176 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10082), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 177 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10081), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 178 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10083), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 179 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10084), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 180 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10085), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 181 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10086), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 182 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10087), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 183 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10088), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 184 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10089), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 185 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10090), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 186 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10091), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 187 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10092), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 188 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10093), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 189 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10094), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 190 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10095), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 191 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10096), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 192 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10097), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 193 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10098), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 194 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10099), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 195 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10100), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 196 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10101), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 197 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10102), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 198 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10103), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 199 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10104), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 200 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10105), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 201 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10106), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 202 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10107), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 203 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10108), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 204 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10109), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 205 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10110), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 206 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10111), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 207 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10112), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 208 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10114), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 209 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10115), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 210 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10116), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 211 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10117), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 212 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10118), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = Door; index = 213 */ + _mkword(256, _mkshort(0, 1)), _mkword(327, 34), 0x10000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(0, 4), 0x00000000, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 214 */ + _mkword(256, _mkshort(0, 1)), _mkword(327, 35), 0x10000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(0, 4), 0x00000000, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 215 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Door; index = 216 */ + _mkword(256, _mkshort(0, 1)), _mkword(306, 32), 0x02001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000c000, 0x00010000, 0x00000001, 0x00000001, 0x00000028, _mkword(4, 0), 0x00000000, 268435455, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 217 */ + _mkword(256, _mkshort(0, 1)), _mkword(307, 33), 0x02001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000c000, 0x00010000, 0x00000001, 0x00000001, 0x00000028, _mkword(4, 0), 0x00000000, 268435455, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 218 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = Door; index = 219 */ + _mkword(256, _mkshort(0, 1)), _mkword(329, 37), 0x42000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000aaaa, 0x0000b333, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(0, 4), 0x00000000, 268435455, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 220 */ + _mkword(256, _mkshort(0, 1)), _mkword(330, 38), 0x42000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x00012ac0, 0x0000b333, 0x00000013, 0x00000013, 0x000004da, _mkword(0, 4), 0x00000000, 268435455, 14, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 221 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = Door; index = 222 */ + _mkword(256, _mkshort(0, 1)), _mkword(331, 39), 0xe2001000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 9), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 223 */ + _mkword(256, _mkshort(0, 1)), _mkword(331, 40), 0xe2001000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 9), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 224 */ + _mkword(256, _mkshort(0, 1)), _mkword(331, 41), 0xe2001000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 9), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 225 */ + _mkword(256, _mkshort(0, 1)), _mkword(331, 42), 0xe2001000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 9), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 226 */ + _mkword(256, _mkshort(0, 1)), _mkword(331, 43), 0xc2001000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 9), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 227 */ + _mkword(256, _mkshort(0, 1)), _mkword(331, 44), 0xc2001000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 9), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 228 */ + _mkword(256, _mkshort(0, 1)), _mkword(331, 45), 0xc2001000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 9), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 229 */ + _mkword(256, _mkshort(0, 1)), _mkword(331, 46), 0xc2001000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xfffffff9, 0x005a0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 9), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 230 */ + _mkword(0, _mkshort(0, 22)), _mkword(20, 0x0001), 0, 0, + /* Type = Door; index = 231 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 36), 0xc2000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e666, 0x0000002b, 0x0000002b, 0x00000b17, _mkword(4, 4), 0x00000000, 268435455, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = StandardProp; index = 232 */ + _mkword(256, _mkshort(0, 3)), _mkword(328, 10047), 0x000210e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 233 */ + _mkword(0, _mkshort(0, 22)), _mkword(23, 0xffff), 0, 0, + /* Type = SingleMonitor; index = 234 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10030), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 235 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10031), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = Tag; index = 236 */ + _mkword(0, _mkshort(0, 22)), _mkword(21, 0x0003), 0, 0, + /* Type = Rename; index = 237 */ + _mkword(0, _mkshort(0, 37)), 0x00000003, 0, 0, 0, 0, 0, 5158, 0, 0, + /* Type = Rename; index = 238 */ + _mkword(0, _mkshort(0, 37)), 0x00000001, 0, 0, 0, 0, 0, 5158, 0, 0, + /* Type = Door; index = 239 */ + _mkword(256, _mkshort(0, 1)), _mkword(332, 119), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000e666, 0x0000b333, 0x00000008, 0x00000008, 0x00000214, _mkword(0, 4), 0x00000002, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 240 */ + _mkword(256, _mkshort(0, 1)), _mkword(332, 120), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000e666, 0x0000b333, 0x00000008, 0x00000008, 0x00000214, _mkword(0, 4), 0x00000002, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = SingleMonitor; index = 241 */ + _mkword(256, _mkshort(0, 10)), _mkword(337, 10006), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 48, + /* Type = LinkProps; index = 242 */ + _mkword(0, _mkshort(0, 19)), -1, -2, 0, + /* Type = Tag; index = 243 */ + _mkword(0, _mkshort(0, 22)), _mkword(18, 0xfffe), 0, 0, + /* Type = SingleMonitor; index = 244 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10131), 0x10021008, 0x00000800, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = LinkProps; index = 245 */ + _mkword(0, _mkshort(0, 19)), -1, -5, 0, + /* Type = StandardProp; index = 246 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10130), 0x00021008, 0x00000800, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LinkProps; index = 247 */ + _mkword(0, _mkshort(0, 19)), -1, -8, 0, + /* Type = Tag; index = 248 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0x0001), 0, 0, + /* Type = Door; index = 249 */ + _mkword(256, _mkshort(0, 1)), _mkword(326, 123), 0x00000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(8, 4), 0x00000001, 268435455, 1, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 250 */ + _mkword(256, _mkshort(0, 1)), _mkword(326, 126), 0x00000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(8, 0), 0x00000001, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 251 */ + _mkword(256, _mkshort(0, 1)), _mkword(326, 122), 0x00000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xfffffffe, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(8, 0), 0x00000001, 268435455, 1, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Rename; index = 252 */ + _mkword(0, _mkshort(0, 37)), 0xfffffffd, 0, 0, 0, 0, 0, 5163, 0, 0, + /* Type = Rename; index = 253 */ + _mkword(0, _mkshort(0, 37)), 0xfffffffd, 0, 0, 0, 0, 0, 5163, 0, 0, + /* Type = Rename; index = 254 */ + _mkword(0, _mkshort(0, 37)), 0xfffffffd, 0, 0, 0, 0, 0, 5163, 0, 0, + /* Type = StandardProp; index = 255 */ + _mkword(281, _mkshort(0, 3)), _mkword(38, 141), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 256 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 140), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 257 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 143), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 258 */ + _mkword(281, _mkshort(0, 3)), _mkword(38, 139), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 259 */ + _mkword(0, _mkshort(0, 22)), _mkword(19, 0x0001), 0, 0, + /* Type = StandardProp; index = 260 */ + _mkword(307, _mkshort(0, 3)), _mkword(42, 10128), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 261 */ + _mkword(307, _mkshort(0, 3)), _mkword(41, 10127), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 262 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0x0001), 0, 0, + /* Type = StandardProp; index = 263 */ + _mkword(384, _mkshort(0, 3)), _mkword(272, 142), 0x01240000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 264 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 73, 5144, 5145, 5146, 5147, 5148, 0, 0, + /* Type = TintedGlass; index = 265 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10143), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1000, 5000, 0, -1, 0, + /* Type = TintedGlass; index = 266 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10144), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1000, 5000, 0, -1, 0, + /* Type = TintedGlass; index = 267 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10142), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1000, 5000, 0, -1, 0, + /* Type = SingleMonitor; index = 268 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10132), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 269 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10133), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 270 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10134), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 8, + /* Type = SingleMonitor; index = 271 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10135), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 272 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10136), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 273 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10137), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = SingleMonitor; index = 274 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10138), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 8, + /* Type = SingleMonitor; index = 275 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10139), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 22, + /* Type = Tag; index = 276 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0x0001), 0, 0, + /* Type = StandardProp; index = 277 */ + _mkword(256, _mkshort(0, 3)), _mkword(48, 10141), 0x000201e1, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 278 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 144), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 279 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 146), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 280 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 145), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 281 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 147), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 282 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 149), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 283 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 148), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 284 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 150), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 285 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 151), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 286 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 152), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 287 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 153), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 288 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 154), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 289 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 155), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 290 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 156), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 291 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 160), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 292 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 157), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 293 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 158), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 294 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 159), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 295 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 172), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 296 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 173), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 297 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 174), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 298 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 175), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 299 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 176), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 300 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 177), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Armour; index = 301 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 161), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Drone; index = 302 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 162), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000027, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 303 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 163), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000025, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 304 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 164), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000028, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 305 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 165), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000028, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 306 */ + _mkword(192, _mkshort(0, 13)), _mkword(98, 166), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000ab, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 307 */ + _mkword(192, _mkshort(0, 13)), _mkword(98, 167), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000aa, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Collectable; index = 308 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 131), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 309 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0xffff), 0, 0, + /* Type = Collectable; index = 310 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 132), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 311 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0xffff), 0, 0, + /* Type = Collectable; index = 312 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 133), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 313 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0xffff), 0, 0, + /* Type = Collectable; index = 314 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 134), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 315 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0xffff), 0, 0, + /* Type = Collectable; index = 316 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 135), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 317 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0xffff), 0, 0, + /* Type = Collectable; index = 318 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 136), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 319 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0xffff), 0, 0, + /* Type = Collectable; index = 320 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 137), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 321 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0xffff), 0, 0, + /* Type = Collectable; index = 322 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 138), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 323 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0xffff), 0, 0, + /* Type = Cutscene; index = 324 */ + _mkword(0, _mkshort(0, 46)), -355508, 40516, 181372, 60622, 59021, 128, + /* Type = Tag; index = 325 */ + _mkword(0, _mkshort(0, 22)), _mkword(22, 0xffff), 0, 0, + /* Type = EndProps; index = 326 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0x0002cde2, 0x0000c269, 0x0000ff56, 0x00012890, 0x00060101, 0x00000015, 0x00001417, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0xfffd3a3b, 0xfffea99c, 0x00063744, 0x0004fe6b, 0x00006b3b, 0x0000003f, 0x00001417, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0xfff93968, 0x00010778, 0x00030d6d, 0x0001070e, 0x0005dd43, 0x00000028, 0x00001417, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 3 */ + _mkword(0, _mkshort(0, 7)), 10, 25, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 130, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 6 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 50, -1, 0, + /* Type = Cuff; index = 8 */ + _mkword(0, _mkshort(0, 5)), 8, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0xff9c0000, 0x00c80000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0xff9c0000, 0x00c80000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x000a0000, 0xff9c0000, 0x00aa0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00320000, 0xffec0000, 0x00000000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00140000, 0x00258000, 0xffb28000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 18 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 11, 12, -1 }; +s32 path_neighbors_1[] = { 2, -1 }; +s32 path_neighbors_2[] = { 1, 3, -1 }; +s32 path_neighbors_3[] = { 2, 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, -1 }; +s32 path_neighbors_6[] = { 5, 7, -1 }; +s32 path_neighbors_7[] = { 6, 8, -1 }; +s32 path_neighbors_8[] = { 7, 9, -1 }; +s32 path_neighbors_9[] = { 8, 10, -1 }; +s32 path_neighbors_10[] = { 9, 11, -1 }; +s32 path_neighbors_11[] = { 0, 10, -1 }; +s32 path_neighbors_12[] = { 0, 13, -1 }; +s32 path_neighbors_13[] = { 12, 14, -1 }; +s32 path_neighbors_14[] = { 13, 15, -1 }; +s32 path_neighbors_15[] = { 14, 16, -1 }; +s32 path_neighbors_16[] = { 15, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, -1 }; +s32 path_indeces_1[] = { 11, -1 }; +s32 path_indeces_2[] = { 12, 13, 14, -1 }; +s32 path_indeces_3[] = { 15, 16, -1 }; +s32 path_indeces_4[] = { 17, 18, -1 }; +s32 path_indeces_5[] = { 19, 20, -1 }; +s32 path_indeces_6[] = { 21, 22, -1 }; +s32 path_indeces_7[] = { 23, 24, -1 }; +s32 path_indeces_8[] = { 25, 26, 27, 28, -1 }; +s32 path_indeces_9[] = { 29, 30, 31, 32, 33, 34, 35, 36, 37, -1 }; +s32 path_indeces_10[] = { 38, 39, 40, 41, -1 }; +s32 path_indeces_11[] = { 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1 }; +s32 path_indeces_12[] = { 54, 55, 56, 57, 58, -1 }; +s32 path_indeces_13[] = { 59, 60, -1 }; +s32 path_indeces_14[] = { 61, 62, 63, 64, 65, -1 }; +s32 path_indeces_15[] = { 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, -1 }; +s32 path_indeces_16[] = { 80, 81, 82, 83, 84, 85, 86, 87, 88, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { &path_neighbors_15, &path_indeces_15, 0 }, + { &path_neighbors_16, &path_indeces_16, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, 4, 54, -1 }; +s32 path_table_1[] = { 0, 3, 56, -1 }; +s32 path_table_2[] = { 3, 5, -1 }; +s32 path_table_3[] = { 1, 2, -1 }; +s32 path_table_4[] = { 0, 5, 7, -1 }; +s32 path_table_5[] = { 2, 4, 6, -1 }; +s32 path_table_6[] = { 5, 7, -1 }; +s32 path_table_7[] = { 4, 6, 8, -1 }; +s32 path_table_8[] = { 7, 9, -1 }; +s32 path_table_9[] = { 8, 10, -1 }; +s32 path_table_10[] = { 9, 49, -1 }; +s32 path_table_11[] = { 12, -1 }; +s32 path_table_12[] = { 11, 13, 14, -1 }; +s32 path_table_13[] = { 12, 14, -1 }; +s32 path_table_14[] = { 12, 13, 15, -1 }; +s32 path_table_15[] = { 14, 16, -1 }; +s32 path_table_16[] = { 15, 17, -1 }; +s32 path_table_17[] = { 16, 18, -1 }; +s32 path_table_18[] = { 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 21, -1 }; +s32 path_table_21[] = { 20, 22, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 23, 25, -1 }; +s32 path_table_25[] = { 24, 26, -1 }; +s32 path_table_26[] = { 25, 27, 37, -1 }; +s32 path_table_27[] = { 26, 28, -1 }; +s32 path_table_28[] = { 27, 30, -1 }; +s32 path_table_29[] = { 30, 32, -1 }; +s32 path_table_30[] = { 28, 29, 31, -1 }; +s32 path_table_31[] = { 30, 33, -1 }; +s32 path_table_32[] = { 29, 35, 36, -1 }; +s32 path_table_33[] = { 31, 34, -1 }; +s32 path_table_34[] = { 33, 35, 37, -1 }; +s32 path_table_35[] = { 32, 34, 37, -1 }; +s32 path_table_36[] = { 32, 38, -1 }; +s32 path_table_37[] = { 26, 34, 35, -1 }; +s32 path_table_38[] = { 36, 39, 40, -1 }; +s32 path_table_39[] = { 38, 41, -1 }; +s32 path_table_40[] = { 38, 41, -1 }; +s32 path_table_41[] = { 39, 40, 51, -1 }; +s32 path_table_42[] = { 48, 49, 50, 51, -1 }; +s32 path_table_43[] = { 50, -1 }; +s32 path_table_44[] = { 50, -1 }; +s32 path_table_45[] = { 47, -1 }; +s32 path_table_46[] = { 47, -1 }; +s32 path_table_47[] = { 45, 46, 50, -1 }; +s32 path_table_48[] = { 42, 49, 51, 52, 53, -1 }; +s32 path_table_49[] = { 10, 42, 48, 50, 53, -1 }; +s32 path_table_50[] = { 42, 43, 44, 47, 49, 51, -1 }; +s32 path_table_51[] = { 41, 42, 48, 50, 52, -1 }; +s32 path_table_52[] = { 48, 51, 53, -1 }; +s32 path_table_53[] = { 48, 49, 52, -1 }; +s32 path_table_54[] = { 0, 55, -1 }; +s32 path_table_55[] = { 54, 58, -1 }; +s32 path_table_56[] = { 1, 57, -1 }; +s32 path_table_57[] = { 56, 58, -1 }; +s32 path_table_58[] = { 55, 57, 59, -1 }; +s32 path_table_59[] = { 58, 60, -1 }; +s32 path_table_60[] = { 59, 61, -1 }; +s32 path_table_61[] = { 60, 62, -1 }; +s32 path_table_62[] = { 61, 63, -1 }; +s32 path_table_63[] = { 62, 64, -1 }; +s32 path_table_64[] = { 63, 65, -1 }; +s32 path_table_65[] = { 64, 66, -1 }; +s32 path_table_66[] = { 65, 67, 68, 69, -1 }; +s32 path_table_67[] = { 66, 68, 70, -1 }; +s32 path_table_68[] = { 66, 67, 69, 72, -1 }; +s32 path_table_69[] = { 66, 68, 71, -1 }; +s32 path_table_70[] = { 67, 72, 77, -1 }; +s32 path_table_71[] = { 69, 72, 77, -1 }; +s32 path_table_72[] = { 68, 70, 71, 77, -1 }; +s32 path_table_73[] = { 74, 78, -1 }; +s32 path_table_74[] = { 73, 75, 79, -1 }; +s32 path_table_75[] = { 74, 76, 79, -1 }; +s32 path_table_76[] = { 75, 78, -1 }; +s32 path_table_77[] = { 70, 71, 72, 78, -1 }; +s32 path_table_78[] = { 73, 76, 77, 79, -1 }; +s32 path_table_79[] = { 74, 75, 78, 84, -1 }; +s32 path_table_80[] = { 81, 84, 85, 88, -1 }; +s32 path_table_81[] = { 80, 83, 87, -1 }; +s32 path_table_82[] = { 84, 85, -1 }; +s32 path_table_83[] = { 81, 84, -1 }; +s32 path_table_84[] = { 79, 80, 82, 83, -1 }; +s32 path_table_85[] = { 80, 82, 86, -1 }; +s32 path_table_86[] = { 85, 88, -1 }; +s32 path_table_87[] = { 81, 88, -1 }; +s32 path_table_88[] = { 80, 86, 87, -1 }; + +waypoint pathwaypoints[] = { + { 0x00000058, &path_table_0, 0x00000000, 0x00000000 }, + { 0x00000057, &path_table_1, 0x00000000, 0x00000000 }, + { 0x00000056, &path_table_2, 0x00000000, 0x00000000 }, + { 0x00000055, &path_table_3, 0x00000000, 0x00000000 }, + { 0x00000054, &path_table_4, 0x00000000, 0x00000000 }, + { 0x00000053, &path_table_5, 0x00000000, 0x00000000 }, + { 0x00000052, &path_table_6, 0x00000000, 0x00000000 }, + { 0x00000051, &path_table_7, 0x00000000, 0x00000000 }, + { 0x00000050, &path_table_8, 0x00000000, 0x00000000 }, + { 0x0000004f, &path_table_9, 0x00000000, 0x00000000 }, + { 0x0000004e, &path_table_10, 0x00000000, 0x00000000 }, + { 0x0000004d, &path_table_11, 0x00000001, 0x00000000 }, + { 0x0000004c, &path_table_12, 0x00000002, 0x00000000 }, + { 0x0000004b, &path_table_13, 0x00000002, 0x00000000 }, + { 0x0000004a, &path_table_14, 0x00000002, 0x00000000 }, + { 0x00000049, &path_table_15, 0x00000003, 0x00000000 }, + { 0x00000048, &path_table_16, 0x00000003, 0x00000000 }, + { 0x00000047, &path_table_17, 0x00000004, 0x00000000 }, + { 0x00000046, &path_table_18, 0x00000004, 0x00000000 }, + { 0x00000045, &path_table_19, 0x00000005, 0x00000000 }, + { 0x00000044, &path_table_20, 0x00000005, 0x00000000 }, + { 0x00000043, &path_table_21, 0x00000006, 0x00000000 }, + { 0x00000042, &path_table_22, 0x00000006, 0x00000000 }, + { 0x00000041, &path_table_23, 0x00000007, 0x00000000 }, + { 0x00000040, &path_table_24, 0x00000007, 0x00000000 }, + { 0x0000003f, &path_table_25, 0x00000008, 0x00000000 }, + { 0x0000003e, &path_table_26, 0x00000008, 0x00000000 }, + { 0x0000003d, &path_table_27, 0x00000008, 0x00000000 }, + { 0x0000003c, &path_table_28, 0x00000008, 0x00000000 }, + { 0x0000003b, &path_table_29, 0x00000009, 0x00000000 }, + { 0x0000003a, &path_table_30, 0x00000009, 0x00000000 }, + { 0x00000039, &path_table_31, 0x00000009, 0x00000000 }, + { 0x00000038, &path_table_32, 0x00000009, 0x00000000 }, + { 0x00000037, &path_table_33, 0x00000009, 0x00000000 }, + { 0x00000036, &path_table_34, 0x00000009, 0x00000000 }, + { 0x00000035, &path_table_35, 0x00000009, 0x00000000 }, + { 0x00000034, &path_table_36, 0x00000009, 0x00000000 }, + { 0x00000033, &path_table_37, 0x00000009, 0x00000000 }, + { 0x00000032, &path_table_38, 0x0000000a, 0x00000000 }, + { 0x00000031, &path_table_39, 0x0000000a, 0x00000000 }, + { 0x00000030, &path_table_40, 0x0000000a, 0x00000000 }, + { 0x0000002f, &path_table_41, 0x0000000a, 0x00000000 }, + { 0x0000002e, &path_table_42, 0x0000000b, 0x00000000 }, + { 0x0000002d, &path_table_43, 0x0000000b, 0x00000000 }, + { 0x0000002c, &path_table_44, 0x0000000b, 0x00000000 }, + { 0x0000002b, &path_table_45, 0x0000000b, 0x00000000 }, + { 0x0000002a, &path_table_46, 0x0000000b, 0x00000000 }, + { 0x00000029, &path_table_47, 0x0000000b, 0x00000000 }, + { 0x00000028, &path_table_48, 0x0000000b, 0x00000000 }, + { 0x00000027, &path_table_49, 0x0000000b, 0x00000000 }, + { 0x00000026, &path_table_50, 0x0000000b, 0x00000000 }, + { 0x00000025, &path_table_51, 0x0000000b, 0x00000000 }, + { 0x00000024, &path_table_52, 0x0000000b, 0x00000000 }, + { 0x00000023, &path_table_53, 0x0000000b, 0x00000000 }, + { 0x00000022, &path_table_54, 0x0000000c, 0x00000000 }, + { 0x00000021, &path_table_55, 0x0000000c, 0x00000000 }, + { 0x00000020, &path_table_56, 0x0000000c, 0x00000000 }, + { 0x0000001f, &path_table_57, 0x0000000c, 0x00000000 }, + { 0x0000001e, &path_table_58, 0x0000000c, 0x00000000 }, + { 0x0000001d, &path_table_59, 0x0000000d, 0x00000000 }, + { 0x0000001c, &path_table_60, 0x0000000d, 0x00000000 }, + { 0x0000001b, &path_table_61, 0x0000000e, 0x00000000 }, + { 0x0000001a, &path_table_62, 0x0000000e, 0x00000000 }, + { 0x00000019, &path_table_63, 0x0000000e, 0x00000000 }, + { 0x00000018, &path_table_64, 0x0000000e, 0x00000000 }, + { 0x00000017, &path_table_65, 0x0000000e, 0x00000000 }, + { 0x00000016, &path_table_66, 0x0000000f, 0x00000000 }, + { 0x00000015, &path_table_67, 0x0000000f, 0x00000000 }, + { 0x00000014, &path_table_68, 0x0000000f, 0x00000000 }, + { 0x00000013, &path_table_69, 0x0000000f, 0x00000000 }, + { 0x00000012, &path_table_70, 0x0000000f, 0x00000000 }, + { 0x00000011, &path_table_71, 0x0000000f, 0x00000000 }, + { 0x00000010, &path_table_72, 0x0000000f, 0x00000000 }, + { 0x0000000f, &path_table_73, 0x0000000f, 0x00000000 }, + { 0x0000000e, &path_table_74, 0x0000000f, 0x00000000 }, + { 0x0000000d, &path_table_75, 0x0000000f, 0x00000000 }, + { 0x0000000c, &path_table_76, 0x0000000f, 0x00000000 }, + { 0x0000000b, &path_table_77, 0x0000000f, 0x00000000 }, + { 0x0000000a, &path_table_78, 0x0000000f, 0x00000000 }, + { 0x00000009, &path_table_79, 0x0000000f, 0x00000000 }, + { 0x00000008, &path_table_80, 0x00000010, 0x00000000 }, + { 0x00000007, &path_table_81, 0x00000010, 0x00000000 }, + { 0x00000006, &path_table_82, 0x00000010, 0x00000000 }, + { 0x00000005, &path_table_83, 0x00000010, 0x00000000 }, + { 0x00000004, &path_table_84, 0x00000010, 0x00000000 }, + { 0x00000003, &path_table_85, 0x00000010, 0x00000000 }, + { 0x00000002, &path_table_86, 0x00000010, 0x00000000 }, + { 0x00000001, &path_table_87, 0x00000010, 0x00000000 }, + { 0x00000000, &path_table_88, 0x00000010, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_set_0[] = { 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 12, 11, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x200005fd, 0x00070400 }; +u32 ai_10[] = { 0x02060355, 0x00832c01, 0x06022c9c, 0x00000100, 0x365e0b02, 0x36020703, 0xad57320a, 0x009c0000, 0x01002c01, 0x07022cae, 0x020b03ad, 0x49320a00, 0xb4000258, 0x18b40001, 0x8617b400, 0x014a16b4, 0x0000d215, 0xb4000096, 0x14b40000, 0x5a13b400, 0x001e1201, 0x0b0212ad, 0x54310a00, 0xa4010002, 0x00005f01, 0xa4020002, 0x00005f02, 0x010b0213, 0xa4030002, 0x00005f03, 0xa4040002, 0x00005f04, 0x010b0214, 0xa4050002, 0x00005f05, 0xa4060002, 0x00005f06, 0x010b0215, 0xa4070002, 0x00005f07, 0xa4080002, 0x00005f08, 0x010b0216, 0x010b0217, 0x010b0218, 0xad434c0a, 0x0005fd00, 0x01040000 }; +u32 ai_11[] = { 0x9b000001, 0x00020003, 0x9c000001, 0x00369c00, 0x0004000a, 0x01000236, 0x9c000008, 0x000d0100, 0x020ac314, 0x06671466, 0x00ae020b, 0x03b40003, 0x842c010b, 0x022c6609, 0x670a020c, 0x03680002, 0x2c010c02, 0x2c9a0000, 0x01009b00, 0x00040001, 0x00020dc3, 0x14076614, 0x6700ae02, 0x0e03b400, 0x03842c01, 0x0e022c67, 0x09660a02, 0x0f036800, 0x012c010f, 0x022c9b00, 0x0001009b, 0x00000800, 0x01000400 }; +u32 ai_12[] = { 0x0200039c, 0x00000400, 0x369c0000, 0x0800365c, 0x0b2c0236, 0x5c0b3602, 0x36010002, 0x2c9c0000, 0x01000a9a, 0x00000400, 0x0100020a, 0x9c000100, 0x000b9a00, 0x00080001, 0x00020bc3, 0x140f0100, 0x04000000 }; +u32 ai_13[] = { 0x0206035d, 0x132c5c13, 0x2d010602, 0x2c59320b, 0x022dc314, 0x09010602, 0x0b9a0000, 0x1000c314, 0x08020c03, 0x010c0400 }; +u32 ai_14[] = { 0x0206035d, 0x0f2c5c0f, 0x2d010602, 0x2c59490b, 0x022dc314, 0x0a010602, 0x0bc3140b, 0x022cae02, 0x0d03b400, 0x012c2c01, 0x0d022c9a, 0x00002000, 0x020c0301, 0x0c040000 }; +u32 ai_15[] = { 0x0206039c, 0x00002000, 0x2c010602, 0x2cb7001e, 0xb9b5f400, 0x00ffc314, 0x0c020a03, 0x9c000001, 0x002c0036, 0x022c9a00, 0x01000002, 0x36bb000a, 0x2c010a02, 0x2c9c0000, 0x0800079c, 0x00000100, 0x040207b8, 0xb7000aae, 0x9c000001, 0x0036c314, 0x0e020c03, 0xb400012c, 0x2c010c02, 0x2c010702, 0x369a0001, 0x0000b902, 0x04c3140d, 0x9a000100, 0x00020b03, 0xbb00012c, 0x010b022c, 0x9a000040, 0x009a0000, 0x8000b605, 0xfd000104 }; +u32 ai_1[] = { 0x91329332, 0x05fd0002, 0x04000000 }; +u32 ai_3[] = { 0x91329332, 0x05fd0005, 0x04000000 }; +u32 ai_2[] = { 0x9001f48f, 0x01f49150, 0x93509250, 0x9d000008, 0x0005fd00, 0x02040000 }; +u32 ai_4[] = { 0x90001491, 0x50935002, 0x04140021, 0x00000602, 0x0603462c, 0x3a2c3b2c, 0x322c3c2c, 0x0106022c, 0x3335c82d, 0x35642c16, 0x00010000, 0x0a022d1a, 0x0a022c09, 0xae020b03, 0x3335fa2c, 0xb40000b4, 0x08010b02, 0x2c140021, 0x00002c02, 0x2c160001, 0x00002c02, 0x2c020a03, 0x2f08010a, 0x02080104, 0x04000000 }; +u32 ai_16[] = { 0x0204039c, 0x00004000, 0x2c010402, 0x2ceb5fec, 0xd700da02, 0x0a03dc2c, 0x010a022c, 0xddeaed03, 0x0303d516, 0x00020000, 0xd9f80081, 0x2c022c03, 0x03dbfc17, 0xe9ae020c, 0x03b40002, 0x582c010c, 0x022cda02, 0x0d03dc2c, 0x010d022c, 0xd205fd00, 0x01025f05, 0xfd000104 }; +u32 ai_17[] = { 0x02060355, 0x00824055, 0x00164003, 0x55001741, 0x55006b41, 0x55005442, 0x55005542, 0x55004e42, 0x03550027, 0x43550025, 0x4355007e, 0x44550041, 0x4455006d, 0x4555004b, 0x45010602, 0x4003ad53, 0x54415254, 0x0a00ac00, 0x0061ac01, 0x0065ac02, 0x00630106, 0x024103ad, 0x53435245, 0x454e0a00, 0xac000067, 0xac01005a, 0xac020059, 0x01060242, 0x03ad4455, 0x43540a00, 0xac000075, 0xac010080, 0xac020076, 0x01060243, 0x03ad4241, 0x590a00ac, 0x000054ac, 0x01007dac, 0x02007c01, 0x06024403, 0xad415a54, 0x310a00ac, 0x000076ac, 0x01006fac, 0x02007001, 0x06024503, 0xad415a54, 0x320a00ac, 0x00005fac, 0x01005bac, 0x02007c01, 0x06040000 }; +u32 ai_18[] = { 0x8e00ae02, 0x4a03b400, 0x00780401, 0x4a02049c, 0x00040000, 0x0bae020a, 0x03b40002, 0x582c010a, 0x022c3103, 0x2c010402, 0x2cad7370, 0x61776e31, 0x00f33602, 0x56bd27ff, 0x23280406, 0x00000000, 0x080236ad, 0x2d3e6661, 0x696c0001, 0x040208ad, 0x7331204f, 0x4b210001, 0x04020b03, 0x9c000200, 0x002c010b, 0x022c0104, 0x04000000 }; +u32 ai_19[] = { 0x8e01ae02, 0x4a03b400, 0x00780401, 0x4a02049c, 0x00040000, 0x0bae020a, 0x03b40002, 0x582c010a, 0x022c3104, 0x2c010402, 0x2cad7370, 0x61776e32, 0x00f33602, 0x56bd27ff, 0x23280407, 0x00000000, 0x080236ad, 0x2d3e6661, 0x696c0001, 0x040208ad, 0x7332204f, 0x4b210001, 0x04020b03, 0x9c000200, 0x002c010b, 0x022c0104, 0x04000000 }; +u32 ai_20[] = { 0x8e02ae02, 0x4a03b400, 0x00780401, 0x4a02049c, 0x00040000, 0x0bae020a, 0x03b40002, 0x582c010a, 0x022c3105, 0x2c010402, 0x2cad7370, 0x61776e33, 0x00f33602, 0x56bd27ff, 0x23280408, 0x00000000, 0x080236ad, 0x2d3e6661, 0x696c0001, 0x040208ad, 0x7333204f, 0x4b210001, 0x04020b03, 0x9c000200, 0x002c010b, 0x022c0104, 0x04000000 }; +u32 ai_5[] = { 0x8e0305fd, 0x04090400 }; +u32 ai_6[] = { 0x8e0405fd, 0x04090400 }; +u32 ai_7[] = { 0x8e0505fd, 0x04090400 }; +u32 ai_8[] = { 0x02409128, 0x9328002c, 0x02419132, 0x9332002c, 0x0242913c, 0x933c002c, 0x02439150, 0x9350002c, 0x022c3335, 0x82390236, 0x8f002890, 0x000a8dcc, 0xbf00bb16, 0x00000000, 0x2c022c02, 0x2c000802, 0x398f0028, 0x90001402, 0x2cbf00bb, 0x16800000, 0x002c022c, 0xbf00bb16, 0x90000000, 0x08020805, 0xfd040a04 }; +u32 ai_9[] = { 0x023a034c, 0x012c364c, 0x03200928, 0x0a02362a, 0x0a020a03, 0x4c019036, 0x4c032009, 0x3c3b0236, 0x2f3c010a, 0x023b3c2c, 0x0008023c, 0x03013a02, 0x2c023d33, 0x350a2c1a, 0x08022c35, 0x322c0e08, 0x022c353c, 0x2c130802, 0x2c35502c, 0x1308022c, 0x35642c11, 0x08022c35, 0x962c1208, 0x022c35c8, 0x2c140001, 0x00000802, 0x2c150001, 0x00000802, 0x08032f2c, 0x0108022c, 0x3c2c000a, 0x020a0301, 0x3a022c03, 0x013d0209, 0x4236ad44, 0x454c4554, 0x45210023, 0xfd05fd00, 0x01023601, 0x3a040000 }; +u32 ai_21[] = { 0x9a000400, 0x009b0002, 0x00000206, 0x03312a2c, 0x01060106, 0x022c9a00, 0x0200009b, 0x00040000, 0x05fd0001, 0x04000000 }; +u32 ai_22[] = { 0x0058025b, 0x03681504, 0x5a015b02, 0x5e036815, 0x01586815, 0x0859015e, 0x025c0368, 0x15085901, 0x5c025d03, 0x68150257, 0x6815045a, 0x015d0257, 0xd012002f, 0x015b025a, 0xd012002e, 0x015e0258, 0xd012002e, 0x015c0259, 0xd012002f, 0x015d0400 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x00001000 }, + /* index = 11 */ + { &ai_11, 0x00001001 }, + /* index = 12 */ + { &ai_12, 0x00001002 }, + /* index = 13 */ + { &ai_13, 0x00001003 }, + /* index = 14 */ + { &ai_14, 0x00001004 }, + /* index = 15 */ + { &ai_15, 0x00001005 }, + /* index = 16 */ + { &ai_16, 0x00001006 }, + /* index = 17 */ + { &ai_17, 0x00001007 }, + /* index = 18 */ + { &ai_18, 0x00001008 }, + /* index = 19 */ + { &ai_19, 0x00001009 }, + /* index = 20 */ + { &ai_20, 0x0000100a }, + /* index = 21 */ + { &ai_21, 0x0000100b }, + /* index = 22 */ + { &ai_22, 0x0000100c }, + /* index = 23 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/UsetupcaveZ.c b/assets/obseg/setup/UsetupcaveZ.c new file mode 100644 index 0000000..121a413 --- /dev/null +++ b/assets/obseg/setup/UsetupcaveZ.c @@ -0,0 +1,2303 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:10 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +char *pad3dnames[]; +waypoint pathwaypoints[]; +char *padnames[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupcaveZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + &padnames, + &pad3dnames +}; + +PadRecord padlist[] = { + { {1482.0f, -726.0f, -378.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1884a", 0 }, + { {1448.0f, -726.0f, -442.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1858a", 0 }, + { {1662.0f, -726.0f, -482.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3668a", 0 }, + { {1681.0f, -726.0f, -446.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1880a", 0 }, + { {1902.0f, -726.0f, -504.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1892a", 0 }, + { {2070.0f, -768.0f, -302.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p270a1", 0 }, + { {2073.0f, -807.0f, -80.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1740a1", 0 }, + { {1969.0f, -807.0f, -80.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1740a2", 0 }, + { {1761.0f, -807.0f, 213.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p609a1", 0 }, + { {1757.0f, -807.0f, 290.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3675a", 0 }, + { {1619.0f, -807.0f, 283.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p892a2", 0 }, + { {1331.0f, -807.0f, 214.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p891a1", 0 }, + { {960.0f, -807.0f, 345.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3660a", 0 }, + { {1406.0f, -915.0f, 228.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1945a", 0 }, + { {1199.0f, -915.0f, 189.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p3836a", 0 }, + { {781.0f, -807.0f, 428.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p578b", 0 }, + { {302.0f, -693.0f, 132.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p487b", 0 }, + { {728.0f, -47.0f, 716.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p535b", 0 }, + { {109.0f, 130.0f, 254.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p469b", 0 }, + { {-21.0f, 130.0f, 262.0f}, {0.0f, 1.0f, 0.0f}, {-0.000139f, 0.0f, 1.0f}, "p3628b", 0 }, + { {-24.0f, 130.0f, 360.0f}, {0.0f, 1.0f, 0.0f}, {0.000139f, 0.0f, -1.0f}, "p177b", 0 }, + { {-343.0f, 130.0f, 439.0f}, {0.0f, 1.0f, 0.0f}, {0.34215f, 0.0f, -0.939645f}, "p210b", 0 }, + { {-254.0f, 126.0f, 235.0f}, {0.0f, 1.0f, 0.0f}, {0.981627f, 0.0f, -0.190808f}, "p202b", 0 }, + { {-325.0f, 130.0f, 529.0f}, {0.0f, 1.0f, 0.0f}, {-0.450671f, 0.0f, 0.89269f}, "p146b", 0 }, + { {-268.0f, 130.0f, 587.0f}, {0.0f, 1.0f, 0.0f}, {-0.866072f, 0.0f, 0.49992f}, "p144b", 0 }, + { {-735.0f, 130.0f, 663.0f}, {0.0f, 1.0f, 0.0f}, {0.98483f, 0.0f, -0.173521f}, "p4309c2", 0 }, + { {-926.0f, 130.0f, 699.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.000129f}, "p4273c", 0 }, + { {-911.0f, 130.0f, 436.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p1314c1", 0 }, + { {-974.0f, 130.0f, 463.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p2173c2", 0 }, + { {-938.0f, 130.0f, 280.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p1311c1", 0 }, + { {-1137.0f, 130.0f, 118.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.000129f}, "p4405c1", 0 }, + { {-1314.0f, 130.0f, -175.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p1131c1", 0 }, + { {-1363.0f, 130.0f, -206.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p1131c2", 0 }, + { {-1344.0f, 130.0f, -441.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -0.000129f}, "p4317c", 0 }, + { {-1849.0f, 130.0f, -742.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p998c1", 0 }, + { {-1875.0f, 130.0f, -907.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p998c2", 0 }, + { {-1846.0f, 130.0f, -998.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p4137c1", 0 }, + { {-1802.0f, 130.0f, -1109.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.00013f}, "p973c1", 0 }, + { {-1470.0f, 130.0f, -1121.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.000129f}, "p4375c1", 0 }, + { {-1277.0f, 130.0f, -1392.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p4297c", 0 }, + { {-1215.0f, 130.0f, -1391.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p966c", 0 }, + { {-911.0f, 11.0f, 436.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p4271c2", 0 }, + { {-977.0f, 11.0f, 148.0f}, {0.0f, 1.0f, 0.0f}, {-0.000129f, 0.0f, 1.0f}, "p1245c1", 0 }, + { {-1220.0f, 11.0f, 115.0f}, {0.0f, 1.0f, 0.0f}, {0.865791f, 0.0f, 0.500406f}, "p4387c1", 0 }, + { {-1378.0f, 11.0f, -229.0f}, {0.0f, 1.0f, 0.0f}, {0.258366f, 0.0f, 0.966047f}, "p1116c1", 0 }, + { {-1358.0f, 11.0f, -568.0f}, {0.0f, 1.0f, 0.0f}, {0.258366f, 0.0f, 0.966047f}, "p4123c1", 0 }, + { {-1244.0f, 11.0f, -738.0f}, {0.0f, 1.0f, 0.0f}, {-0.258294f, 0.0f, 0.966066f}, "p767c1", 0 }, + { {-1236.0f, 11.0f, -889.0f}, {0.0f, 1.0f, 0.0f}, {0.258366f, 0.0f, 0.966047f}, "p765c2", 0 }, + { {-956.0f, 141.0f, -1915.0f}, {0.0f, 1.0f, 0.0f}, {-0.559194f, 0.0f, 0.829037f}, "p1913d", 0 }, + { {-1035.0f, 126.0f, -1331.0f}, {0.0f, 1.0f, 0.0f}, {-0.069769f, 0.0f, 0.997563f}, "p2187d1", 0 }, + { {-1090.0f, 126.0f, -1257.0f}, {0.0f, 1.0f, 0.0f}, {0.066642f, 0.0f, -0.997777f}, "p2187d2", 0 }, + { {-691.0f, 126.0f, -957.0f}, {0.0f, 1.0f, 0.0f}, {-0.829037f, 0.0f, -0.559194f}, "p2362d", 0 }, + { {-687.0f, 126.0f, -1029.0f}, {0.0f, 1.0f, 0.0f}, {-0.070913f, 0.0f, 0.997482f}, "p2361d", 0 }, + { {-1135.0f, 126.0f, -635.0f}, {0.0f, 1.0f, 0.0f}, {-0.070913f, 0.0f, 0.997482f}, "p1789d1", 0 }, + { {-987.0f, 126.0f, -629.0f}, {0.0f, 1.0f, 0.0f}, {-0.070913f, 0.0f, 0.997482f}, "p1801d1", 0 }, + { {-1183.0f, 126.0f, -448.0f}, {0.0f, 1.0f, 0.0f}, {-0.070913f, 0.0f, 0.997482f}, "p2246d", 0 }, + { {-1077.0f, 126.0f, -218.0f}, {0.0f, 1.0f, 0.0f}, {0.981835f, 0.0f, -0.189739f}, "p1821d", 0 }, + { {-1096.0f, 136.0f, -1916.0f}, {0.0f, 1.0f, 0.0f}, {0.6553f, 0.0f, 0.755369f}, "p1918d", 0 }, + { {-1099.0f, 126.0f, -102.0f}, {0.0f, 1.0f, 0.0f}, {0.94065f, 0.0f, -0.339378f}, "p1516d", 0 }, + { {-517.0f, 20.0f, -322.0f}, {0.0f, 1.0f, 0.0f}, {-0.6553f, 0.0f, -0.755369f}, "p2876d", 0 }, + { {-635.0f, 20.0f, -372.0f}, {0.0f, 1.0f, 0.0f}, {-0.6553f, 0.0f, -0.755369f}, "p2403d", 0 }, + { {-536.0f, 20.0f, -544.0f}, {0.0f, 1.0f, 0.0f}, {-0.425164f, 0.0f, 0.905116f}, "p2406d", 0 }, + { {-681.0f, 126.0f, -1477.0f}, {0.0f, 1.0f, 0.0f}, {-0.999995f, 0.0f, 0.003255f}, "p1899d", 0 }, + { {-992.0f, 141.0f, -1927.0f}, {0.0f, 1.0f, 0.0f}, {-0.068125f, 0.0f, 0.997677f}, "p1913d", 0 }, + { {-1035.0f, 141.0f, -1942.0f}, {0.0f, 1.0f, 0.0f}, {-0.068125f, 0.0f, 0.997677f}, "p1920d", 0 }, + { {158.0f, 126.0f, -1003.0f}, {0.0f, 1.0f, 0.0f}, {-0.070913f, 0.0f, 0.997482f}, "p1065e", 0 }, + { {208.0f, 126.0f, -921.0f}, {0.0f, 1.0f, 0.0f}, {-0.458914f, 0.0f, -0.88848f}, "p1058e", 0 }, + { {389.0f, 126.0f, -911.0f}, {0.0f, 1.0f, 0.0f}, {-0.870533f, 0.0f, -0.492111f}, "p1017e", 0 }, + { {383.0f, 126.0f, -1050.0f}, {0.0f, 1.0f, 0.0f}, {-0.870533f, 0.0f, -0.492111f}, "p1041e", 0 }, + { {297.0f, 126.0f, -1079.0f}, {0.0f, 1.0f, 0.0f}, {-0.866311f, 0.0f, 0.499504f}, "p1030e", 0 }, + { {1006.0f, -915.0f, 343.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, 0.258818f}, "p3768a", 0 }, + { {1002.0f, -915.0f, 442.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1910a", 0 }, + { {1606.0f, -915.0f, 222.0f}, {0.0f, 1.0f, 0.0f}, {0.866026f, 0.0f, -0.499999f}, "p1959a", 0 }, + { {-1482.0f, 126.0f, -1510.0f}, {0.0f, 1.0f, 0.0f}, {0.981043f, 0.0f, -0.193789f}, "p1879d", 0 }, + { {-1153.0f, 126.0f, -1695.0f}, {0.0f, 1.0f, 0.0f}, {-0.556673f, 0.0f, 0.830732f}, "p1871d", 0 }, + { {-1546.0f, 126.0f, -1653.0f}, {0.0f, 1.0f, 0.0f}, {0.981627f, 0.0f, -0.190808f}, "p1885d1", 0 }, + { {-777.0f, 126.0f, -1377.0f}, {0.0f, 1.0f, 0.0f}, {-0.656058f, 0.0f, -0.754711f}, "p1900d", 0 }, + { {-1076.0f, 137.0f, -1960.0f}, {0.0f, 1.0f, 0.0f}, {-0.657591f, 0.0f, -0.753375f}, "p1920d", 0 }, + { {-977.0f, 137.0f, -1968.0f}, {0.0f, 1.0f, 0.0f}, {0.556673f, 0.0f, -0.830732f}, "p1914d", 0 }, + { {-623.0f, 20.0f, -214.0f}, {0.0f, 1.0f, 0.0f}, {-0.851403f, 0.0f, 0.524513f}, "p2421d", 0 }, + { {-505.0f, 20.0f, -124.0f}, {0.0f, 1.0f, 0.0f}, {0.851413f, 0.0f, -0.524496f}, "p2429d", 0 }, + { {-32.0f, 126.0f, 673.0f}, {0.0f, 1.0f, 0.0f}, {0.190808f, 0.0f, 0.981627f}, "p159b", 0 }, + { {52.0f, 126.0f, 590.0f}, {0.0f, 1.0f, 0.0f}, {0.981627f, 0.0f, -0.190808f}, "p420b", 0 }, + { {1344.0f, -922.0f, 252.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1942a", 0 }, + { {1354.0f, -922.0f, 288.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1941a", 0 }, + { {1410.0f, -922.0f, 358.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2023a", 0 }, + { {1390.0f, -922.0f, 297.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1945a", 0 }, + { {1461.0f, -922.0f, 274.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p3644a2", 0 }, + { {1733.0f, -780.0f, 207.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p3676a", 0 }, + { {1650.0f, -780.0f, 196.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p891a3", 0 }, + { {944.0f, -780.0f, 352.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p3660a", 0 }, + { {861.0f, -780.0f, 342.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p563b", 0 }, + { {-141.0f, 126.0f, 225.0f}, {0.0f, 1.0f, 0.0f}, {-0.559191f, 0.0f, 0.829039f}, "p198b", 0 }, + { {-194.0f, 126.0f, 221.0f}, {0.0f, 1.0f, 0.0f}, {0.069759f, 0.0f, 0.997564f}, "p199b", 0 }, + { {-244.0f, 126.0f, 325.0f}, {0.0f, 1.0f, 0.0f}, {0.754708f, 0.0f, -0.656061f}, "p204b", 0 }, + { {-194.0f, 126.0f, 342.0f}, {0.0f, 1.0f, 0.0f}, {0.190807f, 0.0f, -0.981628f}, "p201b", 0 }, + { {-288.0f, 126.0f, 248.0f}, {0.0f, 1.0f, 0.0f}, {-0.18369f, 0.0f, 0.982984f}, "p202b", 0 }, + { {-230.0f, 126.0f, 222.0f}, {0.0f, 1.0f, 0.0f}, {0.996449f, 0.0f, 0.084199f}, "p202b", 0 }, + { {-353.0f, 126.0f, 292.0f}, {0.0f, 1.0f, 0.0f}, {0.731356f, 0.0f, 0.681996f}, "p206b", 0 }, + { {-383.0f, 126.0f, 340.0f}, {0.0f, 1.0f, 0.0f}, {0.898795f, 0.0f, 0.438369f}, "p206b", 0 }, + { {-299.0f, 126.0f, 354.0f}, {0.0f, 1.0f, 0.0f}, {0.190807f, 0.0f, -0.981628f}, "p205b", 0 }, + { {-409.0f, 126.0f, 717.0f}, {0.0f, 1.0f, 0.0f}, {0.190807f, 0.0f, -0.981628f}, "p139b", 0 }, + { {-459.0f, 126.0f, 704.0f}, {0.0f, 1.0f, 0.0f}, {0.754708f, 0.0f, -0.656061f}, "p139b", 0 }, + { {89.0f, 154.0f, 254.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p473b", 0 }, + { {5.0f, 154.0f, 254.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p3628b", 0 }, + { {-518.0f, 154.0f, 706.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p135b", 0 }, + { {-602.0f, 154.0f, 707.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "", 0 }, + { {-1235.0f, 179.0f, -360.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p2226d", 0 }, + { {-1318.0f, 179.0f, -360.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p4316c", 0 }, + { {-1290.0f, 154.0f, -1498.0f}, {-2e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1878d", 0 }, + { {-1289.0f, 154.0f, -1410.0f}, {2e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4297c", 0 }, + { {-530.0f, 126.0f, 371.0f}, {0.0f, 1.0f, 0.0f}, {-0.891031f, 0.0f, -0.453943f}, "p4565c", 0 }, + { {-578.0f, 126.0f, 304.0f}, {0.0f, 1.0f, 0.0f}, {-0.891031f, 0.0f, -0.453943f}, "p4585c", 0 }, + { {-548.0f, 126.0f, 312.0f}, {0.0f, 1.0f, 0.0f}, {-0.05239f, 0.0f, -0.998627f}, "p4588c", 0 }, + { {-585.0f, 126.0f, 358.0f}, {0.0f, 1.0f, 0.0f}, {-0.05239f, 0.0f, -0.998627f}, "p4568c", 0 }, + { {-655.0f, 126.0f, 314.0f}, {0.0f, 1.0f, 0.0f}, {-0.05239f, 0.0f, -0.998627f}, "p4576c", 0 }, + { {-646.0f, 126.0f, 260.0f}, {0.0f, 1.0f, 0.0f}, {0.05239f, 0.0f, 0.998627f}, "p4582c", 0 }, + { {-616.0f, 126.0f, 269.0f}, {0.0f, 1.0f, 0.0f}, {0.891031f, 0.0f, 0.453943f}, "p4583c", 0 }, + { {-600.0f, 126.0f, 326.0f}, {0.0f, 1.0f, 0.0f}, {-0.891031f, 0.0f, -0.453943f}, "p4568c", 0 }, + { {-537.0f, 80.0f, 153.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-544.0f, 80.0f, 152.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-552.0f, 80.0f, 151.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-559.0f, 80.0f, 151.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-566.0f, 80.0f, 150.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-574.0f, 79.0f, 149.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-581.0f, 79.0f, 149.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-589.0f, 79.0f, 148.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-596.0f, 79.0f, 147.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-604.0f, 79.0f, 146.0f}, {-0.096861f, 0.0f, 0.995298f}, {-0.025271f, 0.999678f, -0.002459f}, "p4605c", 0 }, + { {-765.0f, 41.0f, 336.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-766.0f, 41.0f, 343.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-767.0f, 41.0f, 351.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-768.0f, 41.0f, 358.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-769.0f, 41.0f, 366.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-770.0f, 41.0f, 373.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-771.0f, 41.0f, 380.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-772.0f, 41.0f, 388.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-772.0f, 41.0f, 395.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-773.0f, 41.0f, 403.0f}, {0.992278f, -2e-06, 0.124034f}, {2e-06, 1.0f, 0.0f}, "p4574c", 0 }, + { {-1375.0f, 126.0f, -1529.0f}, {0.0f, 1.0f, 0.0f}, {-0.190811f, 0.0f, -0.981627f}, "p1908d", 0 }, + { {-1189.0f, 126.0f, -1522.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 2e-06}, "p1877d", 0 }, + { {-1182.0f, 135.0f, -1644.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 2e-06}, "p1873d", 0 }, + { {-1169.0f, 135.0f, -1560.0f}, {0.0f, 1.0f, 0.0f}, {-0.233382f, 0.0f, 0.972385f}, "p1877d", 0 }, + { {-1090.0f, 135.0f, -1646.0f}, {0.0f, 1.0f, 0.0f}, {-0.522554f, 0.0f, -0.852606f}, "p1866d", 0 }, + { {-1163.0f, 126.0f, -342.0f}, {0.0f, 1.0f, 0.0f}, {-0.891008f, 0.0f, -0.453988f}, "p1816d", 0 }, + { {-1043.0f, 126.0f, -312.0f}, {0.0f, 1.0f, 0.0f}, {-0.05239f, 0.0f, -0.998627f}, "p1810d", 0 }, + { {-1006.0f, 126.0f, -358.0f}, {0.0f, 1.0f, 0.0f}, {-0.05239f, 0.0f, -0.998627f}, "p1810d", 0 }, + { {-1036.0f, 126.0f, -367.0f}, {0.0f, 1.0f, 0.0f}, {-0.891031f, 0.0f, -0.453943f}, "p1810d", 0 }, + { {-988.0f, 126.0f, -300.0f}, {0.0f, 1.0f, 0.0f}, {-0.891031f, 0.0f, -0.453943f}, "p1745d", 0 }, + { {-541.0f, 17.0f, -349.0f}, {0.0f, 1.0f, 0.0f}, {-0.29654f, 0.0f, -0.955021f}, "p2408d", 0 }, + { {-544.0f, 17.0f, -309.0f}, {0.0f, 1.0f, 0.0f}, {-0.959216f, 0.0f, 0.282673f}, "p2408d", 0 }, + { {-572.0f, 17.0f, -512.0f}, {0.0f, 1.0f, 0.0f}, {0.51556f, 0.0f, 0.856854f}, "p2406d", 0 }, + { {-596.0f, 17.0f, -536.0f}, {0.0f, 1.0f, 0.0f}, {-0.850307f, 0.0f, 0.526286f}, "p2406d", 0 }, + { {-647.0f, 17.0f, -409.0f}, {0.0f, 1.0f, 0.0f}, {-0.972042f, 0.0f, -0.234809f}, "p2403d", 0 }, + { {-670.0f, 17.0f, -385.0f}, {0.0f, 1.0f, 0.0f}, {-0.999654f, 0.0f, 0.026294f}, "p2403d", 0 }, + { {-776.0f, 126.0f, -1394.0f}, {0.0f, 1.0f, 0.0f}, {-0.190811f, 0.0f, -0.981627f}, "p1900d", 0 }, + { {-768.0f, 126.0f, -1526.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, 0.005332f}, "p1903d", 0 }, + { {-938.0f, 135.0f, -1652.0f}, {0.0f, 1.0f, 0.0f}, {-0.233382f, 0.0f, 0.972385f}, "p1849d", 0 }, + { {-714.0f, 126.0f, -1449.0f}, {0.0f, 1.0f, 0.0f}, {-0.190811f, 0.0f, -0.981627f}, "p748d", 0 }, + { {-660.0f, 171.0f, -964.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p2362d", 0 }, + { {-572.0f, 171.0f, -964.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "", 0 }, + { {-1063.0f, 223.0f, -603.0f}, {-2e-06, -1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1806d", 0 }, + { {-944.0f, 133.0f, -1863.0f}, {0.0f, 1.0f, 0.0f}, {-0.233382f, 0.0f, 0.972385f}, "p1934d", 0 }, + { {-1097.0f, 133.0f, -1861.0f}, {0.0f, 1.0f, 0.0f}, {-0.233382f, 0.0f, 0.972385f}, "p1933d", 0 }, + { {-1061.0f, 133.0f, -1844.0f}, {0.0f, 1.0f, 0.0f}, {-0.687572f, 0.0f, 0.726116f}, "p1933d", 0 }, + { {-983.0f, 136.0f, -1870.0f}, {0.0f, 1.0f, 0.0f}, {0.852341f, 0.0f, -0.522986f}, "", 0 }, + { {-1054.0f, 133.0f, -1887.0f}, {0.0f, 1.0f, 0.0f}, {-0.940613f, 0.0f, -0.339481f}, "p1932d", 0 }, + { {-1069.0f, 133.0f, -2001.0f}, {0.0f, 1.0f, 0.0f}, {-0.095781f, 0.0f, 0.995402f}, "p1919d", 0 }, + { {-1049.0f, 133.0f, -1996.0f}, {0.0f, 1.0f, 0.0f}, {0.464954f, 0.0f, 0.885335f}, "p1922d", 0 }, + { {-1030.0f, 133.0f, -2002.0f}, {0.0f, 1.0f, 0.0f}, {-0.095781f, 0.0f, 0.995402f}, "p1922d", 0 }, + { {-1009.0f, 133.0f, -2001.0f}, {0.0f, 1.0f, 0.0f}, {-0.576711f, 0.0f, 0.816948f}, "p1922d", 0 }, + { {-991.0f, 133.0f, -2006.0f}, {0.0f, 1.0f, 0.0f}, {-0.095781f, 0.0f, 0.995402f}, "p1921d", 0 }, + { {-937.0f, 133.0f, -2005.0f}, {0.0f, 1.0f, 0.0f}, {-0.095781f, 0.0f, 0.995402f}, "p1914d", 0 }, + { {-1103.0f, 133.0f, -1947.0f}, {0.0f, 1.0f, 0.0f}, {-0.095781f, 0.0f, 0.995402f}, "p1920d", 0 }, + { {-1010.0f, 133.0f, -1978.0f}, {0.0f, 1.0f, 0.0f}, {0.995402f, 0.0f, 0.095781f}, "p1922d", 0 }, + { {-946.0f, 133.0f, -1784.0f}, {0.0f, 1.0f, 0.0f}, {-0.095781f, 0.0f, 0.995402f}, "p1931d", 0 }, + { {-952.0f, 133.0f, -1815.0f}, {0.0f, 1.0f, 0.0f}, {0.995402f, 0.0f, 0.095781f}, "p1934d", 0 }, + { {-999.0f, 140.0f, -2007.0f}, {0.0f, 1.0f, 0.0f}, {0.995402f, 0.0f, 0.095781f}, "p1922d", 0 }, + { {-1042.0f, 140.0f, -2000.0f}, {0.0f, 1.0f, 0.0f}, {0.995402f, 0.0f, 0.095781f}, "p1922d", 0 }, + { {-1062.0f, 140.0f, -1999.0f}, {0.0f, 1.0f, 0.0f}, {0.771583f, 0.0f, -0.636129f}, "p1919d", 0 }, + { {-1020.0f, 140.0f, -2000.0f}, {0.0f, 1.0f, 0.0f}, {0.636129f, 0.0f, 0.771583f}, "p1922d", 0 }, + { {-1055.0f, 133.0f, -1975.0f}, {0.0f, 1.0f, 0.0f}, {0.885945f, 0.0f, 0.46379f}, "p1919d", 0 }, + { {272.0f, 126.0f, -912.0f}, {0.0f, 1.0f, 0.0f}, {-0.190811f, 0.0f, -0.981627f}, "p1053e", 0 }, + { {376.0f, 126.0f, -1001.0f}, {0.0f, 1.0f, 0.0f}, {-0.190811f, 0.0f, -0.981627f}, "p1043e", 0 }, + { {323.0f, 126.0f, -1055.0f}, {0.0f, 1.0f, 0.0f}, {0.981627f, 0.0f, -0.190811f}, "p1032e", 0 }, + { {-1.0f, 171.0f, -964.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "", 0 }, + { {82.0f, 171.0f, -964.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p808e", 0 }, + { {-430.0f, 214.0f, -994.0f}, {0.0f, -1.0f, 2e-06}, {-1.0f, 0.0f, 0.0f}, "p1118e2", 0 }, + { {-147.0f, 214.0f, -994.0f}, {0.0f, -1.0f, -2e-06}, {1.0f, 0.0f, 0.0f}, "p1118e1", 0 }, + { {1465.0f, -720.0f, -298.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1853a", 0 }, + { {1481.0f, -720.0f, -447.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1829a", 0 }, + { {1532.0f, -720.0f, -468.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1882a", 0 }, + { {1683.0f, -720.0f, -471.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3671a", 0 }, + { {1808.0f, -720.0f, -468.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3673a", 0 }, + { {2016.0f, -733.0f, -457.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3714a1", 0 }, + { {2101.0f, -747.0f, -375.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p254a1", 0 }, + { {2088.0f, -763.0f, -282.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p270a1", 0 }, + { {2029.0f, -787.0f, -199.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2116a", 0 }, + { {2021.0f, -805.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1740a1", 0 }, + { {2024.0f, -805.0f, 152.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p605a1", 0 }, + { {1933.0f, -805.0f, 245.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p606a1", 0 }, + { {1761.0f, -805.0f, 250.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p609a2", 0 }, + { {1202.0f, -805.0f, 105.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3808a1", 0 }, + { {1181.0f, -805.0f, 216.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3802a2", 0 }, + { {1029.0f, -805.0f, 280.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3691a1", 0 }, + { {1082.0f, -805.0f, 229.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p885a", 0 }, + { {976.0f, -805.0f, 333.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3660a", 0 }, + { {968.0f, -805.0f, 394.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p882a2", 0 }, + { {1309.0f, -805.0f, 107.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3787a2", 0 }, + { {1311.0f, -805.0f, 210.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3781a2", 0 }, + { {1542.0f, -805.0f, 221.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p891a2", 0 }, + { {1622.0f, -805.0f, 250.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3698a", 0 }, + { {1180.0f, -911.0f, 209.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3836a", 0 }, + { {1224.0f, -911.0f, 110.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3826a", 0 }, + { {1137.0f, -911.0f, 380.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3652a", 0 }, + { {1167.0f, -911.0f, 332.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3837a", 0 }, + { {1024.0f, -911.0f, 466.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1910a", 0 }, + { {1260.0f, -911.0f, 89.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3824a", 0 }, + { {1294.0f, -911.0f, 124.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3821a", 0 }, + { {1429.0f, -911.0f, 295.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1945a", 0 }, + { {1320.0f, -911.0f, 203.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3819a", 0 }, + { {1493.0f, -911.0f, 378.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p3641a", 0 }, + { {818.0f, -805.0f, 394.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p566b", 0 }, + { {789.0f, -805.0f, 285.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p557b", 0 }, + { {718.0f, -778.0f, 188.0f}, {0.0f, 1.0f, 0.0f}, {0.358367f, 0.0f, 0.933581f}, "p478b", 0 }, + { {608.0f, -769.0f, 97.0f}, {0.0f, 1.0f, 0.0f}, {0.765421f, 0.0f, 0.64353f}, "p481b", 0 }, + { {484.0f, -740.0f, 70.0f}, {0.0f, 1.0f, 0.0f}, {0.905842f, 0.0f, 0.423616f}, "p483b", 0 }, + { {361.0f, -716.0f, 94.0f}, {0.0f, 1.0f, 0.0f}, {0.996289f, 0.0f, -0.086066f}, "p485b", 0 }, + { {250.0f, -684.0f, 169.0f}, {0.0f, 1.0f, 0.0f}, {0.996289f, 0.0f, -0.086066f}, "p487b", 0 }, + { {173.0f, -660.0f, 259.0f}, {0.0f, 1.0f, 0.0f}, {0.646244f, 0.0f, -0.763131f}, "p489b", 0 }, + { {140.0f, -644.0f, 380.0f}, {0.0f, 1.0f, 0.0f}, {0.646244f, 0.0f, -0.763131f}, "p491b", 0 }, + { {143.0f, -624.0f, 544.0f}, {0.0f, 1.0f, 0.0f}, {-0.33183f, 0.0f, -0.943339f}, "p494b", 0 }, + { {231.0f, -597.0f, 664.0f}, {0.0f, 1.0f, 0.0f}, {-0.741055f, 0.0f, -0.671444f}, "p496b", 0 }, + { {341.0f, -563.0f, 740.0f}, {0.0f, 1.0f, 0.0f}, {-0.741055f, 0.0f, -0.671444f}, "p497b", 0 }, + { {480.0f, -527.0f, 767.0f}, {0.0f, 1.0f, 0.0f}, {-0.977494f, 0.0f, -0.210962f}, "p500b", 0 }, + { {610.0f, -498.0f, 740.0f}, {0.0f, 1.0f, 0.0f}, {-0.977494f, 0.0f, -0.210962f}, "p501b", 0 }, + { {727.0f, -465.0f, 661.0f}, {0.0f, 1.0f, 0.0f}, {-0.8574f, 0.0f, 0.514651f}, "p503b", 0 }, + { {805.0f, -445.0f, 556.0f}, {0.0f, 1.0f, 0.0f}, {-0.8574f, 0.0f, 0.514651f}, "p505b", 0 }, + { {841.0f, -427.0f, 413.0f}, {0.0f, 1.0f, 0.0f}, {-0.242977f, 0.0f, 0.970032f}, "p508b", 0 }, + { {820.0f, -404.0f, 286.0f}, {0.0f, 1.0f, 0.0f}, {0.015859f, 0.0f, 0.999874f}, "p509b", 0 }, + { {735.0f, -375.0f, 161.0f}, {0.0f, 1.0f, 0.0f}, {0.497779f, 0.0f, 0.867304f}, "p511b", 0 }, + { {616.0f, -346.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {0.855343f, 0.0f, 0.518062f}, "p514b", 0 }, + { {492.0f, -319.0f, 47.0f}, {0.0f, 1.0f, 0.0f}, {0.959606f, 0.0f, 0.281349f}, "p515b", 0 }, + { {342.0f, -288.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {0.975902f, 0.0f, -0.218207f}, "p517b", 0 }, + { {229.0f, -263.0f, 155.0f}, {0.0f, 1.0f, 0.0f}, {0.898846f, 0.0f, -0.438263f}, "p519b", 0 }, + { {168.0f, -232.0f, 266.0f}, {0.0f, 1.0f, 0.0f}, {0.60499f, 0.0f, -0.796233f}, "p521b", 0 }, + { {127.0f, -209.0f, 414.0f}, {0.0f, 1.0f, 0.0f}, {0.130609f, 0.0f, -0.991434f}, "p523b", 0 }, + { {139.0f, -187.0f, 549.0f}, {0.0f, 1.0f, 0.0f}, {-0.377776f, 0.0f, -0.925897f}, "p526b", 0 }, + { {208.0f, -162.0f, 681.0f}, {0.0f, 1.0f, 0.0f}, {-0.581915f, 0.0f, -0.813249f}, "p528b", 0 }, + { {330.0f, -133.0f, 764.0f}, {0.0f, 1.0f, 0.0f}, {-0.778686f, 0.0f, -0.627413f}, "p530b", 0 }, + { {480.0f, -109.0f, 795.0f}, {0.0f, 1.0f, 0.0f}, {-0.985064f, 0.0f, -0.172188f}, "p532b", 0 }, + { {634.0f, -75.0f, 762.0f}, {0.0f, 1.0f, 0.0f}, {-0.865176f, 0.0f, 0.501469f}, "p534b", 0 }, + { {751.0f, -46.0f, 684.0f}, {0.0f, 1.0f, 0.0f}, {-0.865176f, 0.0f, 0.501469f}, "p535b", 0 }, + { {837.0f, -14.0f, 558.0f}, {0.0f, 1.0f, 0.0f}, {-0.546453f, 0.0f, 0.83749f}, "p537b", 0 }, + { {866.0f, 4.0f, 408.0f}, {0.0f, 1.0f, 0.0f}, {-0.059318f, 0.0f, 0.998239f}, "p539b", 0 }, + { {836.0f, 21.0f, 259.0f}, {0.0f, 1.0f, 0.0f}, {0.396797f, 0.0f, 0.917906f}, "p541b", 0 }, + { {757.0f, 37.0f, 141.0f}, {0.0f, 1.0f, 0.0f}, {0.396797f, 0.0f, 0.917906f}, "p543b", 0 }, + { {631.0f, 64.0f, 54.0f}, {0.0f, 1.0f, 0.0f}, {0.791464f, 0.0f, 0.611216f}, "p545b", 0 }, + { {482.0f, 89.0f, 24.0f}, {0.0f, 1.0f, 0.0f}, {0.981963f, 0.0f, 0.189073f}, "p547b", 0 }, + { {338.0f, 111.0f, 52.0f}, {0.0f, 1.0f, 0.0f}, {0.998056f, 0.0f, -0.06233f}, "p549b", 0 }, + { {210.0f, 129.0f, 135.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p552b", 0 }, + { {167.0f, 129.0f, 257.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p554b", 0 }, + { {111.0f, 129.0f, 310.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p468b", 0 }, + { {-22.0f, 129.0f, 309.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p3602b", 0 }, + { {-248.0f, 129.0f, 286.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p204b", 0 }, + { {-319.0f, 129.0f, 314.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p204b", 0 }, + { {-373.0f, 129.0f, 462.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p209b", 0 }, + { {-339.0f, 129.0f, 588.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p151b", 0 }, + { {-71.0f, 129.0f, 415.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p171b", 0 }, + { {-43.0f, 129.0f, 589.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p166b", 0 }, + { {-125.0f, 129.0f, 684.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p158b", 0 }, + { {-489.0f, 129.0f, 660.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p131b", 0 }, + { {-620.0f, 129.0f, 660.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4309c1", 0 }, + { {-906.0f, 129.0f, 657.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4274c", 0 }, + { {-913.0f, 129.0f, 590.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4276c", 0 }, + { {-969.0f, 129.0f, 592.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2668c2", 0 }, + { {-964.0f, 129.0f, 437.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2173c1", 0 }, + { {-941.0f, 129.0f, 334.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1311c2", 0 }, + { {-946.0f, 129.0f, 194.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1311c1", 0 }, + { {-1014.0f, 129.0f, 129.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4426c1", 0 }, + { {-916.0f, 13.0f, 474.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p35c2", 0 }, + { {-930.0f, 13.0f, 408.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4271c2", 0 }, + { {-945.0f, 13.0f, 196.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4092c1", 0 }, + { {-1013.0f, 13.0f, 125.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4431c1", 0 }, + { {-959.0f, 13.0f, 412.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4479c1", 0 }, + { {-964.0f, 13.0f, 654.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4471c2", 0 }, + { {-685.0f, 13.0f, 651.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4510c2", 0 }, + { {-1225.0f, 129.0f, 116.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1254c1", 0 }, + { {-1305.0f, 129.0f, 38.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1263c1", 0 }, + { {-1308.0f, 129.0f, -146.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1263c2", 0 }, + { {-1368.0f, 129.0f, -222.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1133c1", 0 }, + { {-1373.0f, 129.0f, -321.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2667c", 0 }, + { {-1338.0f, 129.0f, -390.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4315c", 0 }, + { {-1437.0f, 129.0f, -391.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1119c2", 0 }, + { {-1228.0f, 13.0f, 120.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1234c1", 0 }, + { {-1304.0f, 13.0f, 38.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1235c1", 0 }, + { {-1305.0f, 13.0f, -149.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1113c1", 0 }, + { {-1372.0f, 13.0f, -216.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1116c1", 0 }, + { {-1371.0f, 13.0f, -627.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4123c1", 0 }, + { {-1229.0f, 13.0f, -777.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p767c1", 0 }, + { {-1223.0f, 13.0f, -1070.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4132c1", 0 }, + { {-1223.0f, 124.0f, -1211.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4299c", 0 }, + { {-1857.0f, 129.0f, -1108.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4137c1", 0 }, + { {-1866.0f, 129.0f, -590.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p998c1", 0 }, + { {-1657.0f, 129.0f, -390.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4111c", 0 }, + { {-1278.0f, 129.0f, -1112.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4367c1", 0 }, + { {-1266.0f, 129.0f, -1212.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4298c", 0 }, + { {-1238.0f, 129.0f, -1382.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4296c2", 0 }, + { {-687.0f, 13.0f, 488.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4546c", 0 }, + { {-665.0f, 13.0f, 380.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4569c", 0 }, + { {-619.0f, 13.0f, 466.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4550c", 0 }, + { {-479.0f, 69.0f, 438.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4554c", 0 }, + { {-436.0f, 69.0f, 312.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4597c", 0 }, + { {-508.0f, 69.0f, 193.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4602c", 0 }, + { {-446.0f, 69.0f, 183.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4616c", 0 }, + { {-366.0f, 69.0f, 166.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4619c", 0 }, + { {-343.0f, 69.0f, 77.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4624c", 0 }, + { {-403.0f, 69.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4627c", 0 }, + { {-500.0f, 69.0f, 57.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4631c", 0 }, + { {-526.0f, 69.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p4637c", 0 }, + { {-1238.0f, 129.0f, -1518.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2248d", 0 }, + { {-1242.0f, 129.0f, -1579.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2271d", 0 }, + { {-1246.0f, 129.0f, -1655.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2270d", 0 }, + { {-1252.0f, 129.0f, -1692.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1875d", 0 }, + { {-1387.0f, 129.0f, -1569.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1908d", 0 }, + { {-1492.0f, 129.0f, -1526.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1882d", 0 }, + { {-1502.0f, 129.0f, -1643.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1885d1", 0 }, + { {-1381.0f, 129.0f, -1655.0f}, {0.0f, 1.0f, 0.0f}, {0.856876f, 0.0f, -0.515522f}, "p1876d2", 0 }, + { {-1094.0f, 129.0f, -1692.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1867d", 0 }, + { {-1024.0f, 129.0f, -1653.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1853d", 0 }, + { {-1133.0f, 129.0f, -1595.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1850d", 0 }, + { {-1014.0f, 138.0f, -1739.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2173d", 0 }, + { {-1002.0f, 138.0f, -1821.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1931d", 0 }, + { {-996.0f, 138.0f, -1944.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1917d", 0 }, + { {-967.0f, 129.0f, -1591.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1854d", 0 }, + { {-879.0f, 129.0f, -1657.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1856d", 0 }, + { {-844.0f, 129.0f, -1577.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1892d", 0 }, + { {-901.0f, 129.0f, -1526.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1891d", 0 }, + { {-1065.0f, 129.0f, -1589.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1854d", 0 }, + { {-1059.0f, 129.0f, -1460.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1511d2", 0 }, + { {-1058.0f, 129.0f, -986.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2918d", 0 }, + { {-692.0f, 129.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2209d1", 0 }, + { {-1064.0f, 129.0f, -620.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1837d", 0 }, + { {-991.0f, 129.0f, -468.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1811d", 0 }, + { {-1058.0f, 129.0f, -508.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2220d", 0 }, + { {-1207.0f, 129.0f, -392.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2227d", 0 }, + { {-1074.0f, 129.0f, -293.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1809d", 0 }, + { {-1072.0f, 129.0f, -380.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1813d", 0 }, + { {-1013.0f, 129.0f, -224.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1827d", 0 }, + { {-1000.0f, 129.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1824d", 0 }, + { {-999.0f, 129.0f, -96.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1825d", 0 }, + { {-1117.0f, 129.0f, -96.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1516d", 0 }, + { {-1121.0f, 129.0f, -155.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1822d", 0 }, + { {-1124.0f, 129.0f, -205.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1821d", 0 }, + { {-716.0f, 17.0f, -473.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2400d", 0 }, + { {-600.0f, 17.0f, -421.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2404d", 0 }, + { {-527.0f, 17.0f, -387.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2876d", 0 }, + { {-530.0f, 17.0f, -469.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2406d", 0 }, + { {-583.0f, 17.0f, -289.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p2431d", 0 }, + { {-556.0f, 129.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1125e1", 0 }, + { {-25.0f, 129.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1123e1", 0 }, + { {123.0f, 129.0f, -989.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1068e", 0 }, + { {190.0f, 129.0f, -938.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1060e", 0 }, + { {255.0f, 129.0f, -934.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1055e", 0 }, + { {257.0f, 129.0f, -1066.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1022e", 0 }, + { {387.0f, 129.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1020e", 0 }, + { {387.0f, 129.0f, -938.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1017e", 0 }, + { {435.0f, 129.0f, -932.0f}, {0.0f, 1.0f, 0.0f}, {0.856875f, 0.0f, -0.515525f}, "p1051e", 0 }, + { {1465.0f, -733.0f, -222.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p56f", 0 }, + { {481.0f, 129.0f, -927.0f}, {0.0f, 1.0f, 0.0f}, {0.241371f, 0.0f, -0.970433f}, "p51g", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {971.0f, -920.0f, 331.0f}, {-0.001249f, 0.999997f, 0.001915f}, {0.865438f, 0.000123f, 0.501016f}, "p3767a", 0, {-10.932122f, 11.346888f, -0.027479f, 62.026154f, -14.575851f, 19.04724f} }, + { {1633.0f, -920.0f, 208.0f}, {-0.001034f, 0.999997f, -0.002039f}, {-0.866612f, 0.000123f, 0.498983f}, "p1959a", 0, {-12.20162f, 10.856478f, -0.026338f, 62.0283f, -14.593439f, 19.932068f} }, + { {1633.0f, -920.0f, 285.0f}, {0.001249f, 0.999997f, -0.001915f}, {-0.865438f, 0.000123f, -0.501016f}, "p1951a", 0, {-10.790542f, 11.847902f, -0.028728f, 62.026154f, -14.568247f, 19.91268f} }, + { {972.0f, -920.0f, 455.0f}, {0.001034f, 0.999997f, 0.002039f}, {0.866612f, 0.000123f, -0.498983f}, "p3769a", 0, {-12.201621f, 11.118351f, -0.027372f, 62.027267f, -14.601042f, 19.932068f} }, + { {947.0f, -851.0f, 427.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p3766a", 0, {-78.00001f, 7.99999f, -6.000014f, -5.999868f, -39.0f, 13.0f} }, + { {948.0f, -851.0f, 427.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p3766a", 0, {-80.00001f, 9.999991f, -5.000019f, -4.999849f, -41.0f, 15.0f} }, + { {88.0f, 121.0f, 614.0f}, {0.000129f, 1.0f, -3e-05}, {-0.974764f, 0.000133f, 0.223237f}, "p422b", 0, {-9.866848f, 10.923429f, -0.002229f, 63.001602f, -12.075679f, 16.780378f} }, + { {83.0f, 121.0f, 595.0f}, {0.000129f, 1.0f, -3e-05}, {-0.974764f, 0.000133f, 0.223237f}, "p421b", 0, {-10.439569f, 9.948682f, -0.002149f, 63.001682f, -12.649721f, 16.2147f} }, + { {79.0f, 121.0f, 575.0f}, {0.000129f, 1.0f, -3e-05}, {-0.974764f, 0.000133f, 0.223237f}, "p420b", 0, {-10.090085f, 10.521403f, -0.002278f, 63.001602f, -12.084043f, 17.1811f} }, + { {74.0f, 121.0f, 555.0f}, {0.000129f, 1.0f, -3e-05}, {-0.974764f, 0.000133f, 0.223237f}, "p419b", 0, {-9.866848f, 10.923446f, -0.002229f, 63.00165f, -12.426484f, 16.772015f} }, + { {-50.0f, 121.0f, 712.0f}, {3e-05, 1.0f, 0.000129f}, {-0.223239f, 0.000133f, -0.974764f}, "p157b", 0, {-10.841632f, 9.948709f, -0.002199f, 63.001602f, -12.08402f, 16.557163f} }, + { {-30.0f, 121.0f, 708.0f}, {3e-05, 1.0f, 0.000129f}, {-0.223239f, 0.000133f, -0.974764f}, "p157b", 0, {-10.662762f, 10.521348f, -0.002278f, 63.001553f, -11.666617f, 17.189442f} }, + { {-10.0f, 121.0f, 703.0f}, {3e-05, 1.0f, 0.000129f}, {-0.223239f, 0.000133f, -0.974764f}, "p160b", 0, {-9.866884f, 10.923456f, -0.002229f, 63.001602f, -12.075657f, 16.780401f} }, + { {9.0f, 121.0f, 699.0f}, {3e-05, 1.0f, 0.000129f}, {-0.223239f, 0.000133f, -0.974764f}, "p161b", 0, {-10.662779f, 9.72547f, -0.002278f, 63.001553f, -11.674981f, 17.189442f} }, + { {80.0f, 127.0f, 485.0f}, {0.666135f, -0.707107f, -0.2372f}, {0.666135f, 0.707107f, -0.2372f}, "p416b", 0, {-14.636799f, 25.949926f, 15.107086f, 15.723089f, 6.925517f, 45.117863f} }, + { {100.0f, 127.0f, 532.0f}, {0.666135f, -0.707107f, -0.2372f}, {0.666135f, 0.707107f, -0.2372f}, "p419b", 0, {-12.48153f, 28.105196f, 13.063216f, 13.679219f, 4.881645f, 43.073994f} }, + { {123.0f, 127.0f, 590.0f}, {0.666135f, -0.707107f, -0.2372f}, {0.666135f, 0.707107f, -0.2372f}, "p422b", 0, {-20.660969f, 19.833536f, 11.696644f, 12.059074f, 3.211371f, 41.75757f} }, + { {93.0f, 156.0f, 490.0f}, {0.92924f, -0.164399f, -0.330887f}, {0.154874f, 0.986394f, -0.055148f}, "p416b", 0, {-24.057358f, 16.786543f, 32.67775f, 33.69599f, -2.664038f, 78.60916f} }, + { {111.0f, 156.0f, 539.0f}, {0.92924f, -0.164399f, -0.330887f}, {0.154874f, 0.986394f, -0.055148f}, "p419b", 0, {-22.765907f, 18.321264f, 32.346863f, 33.034214f, -2.719186f, 78.49886f} }, + { {134.0f, 167.0f, 596.0f}, {0.92924f, -0.164399f, -0.330887f}, {-0.154874f, -0.986394f, 0.055148f}, "p422b", 0, {-10.398993f, 30.444904f, 31.93002f, 32.512623f, -67.26021f, 13.940403f} }, + { {-457.0f, 47.0f, 219.0f}, {0.000125f, 1.0f, -4.5e-05}, {-0.940173f, 0.000133f, 0.340697f}, "p4599c", 0, {-8.556497f, 7.793197f, -0.002212f, 64.00167f, -12.541429f, 16.659811f} }, + { {-462.0f, 47.0f, 204.0f}, {0.000125f, 1.0f, -4.5e-05}, {-0.940173f, 0.000133f, 0.340697f}, "p4599c", 0, {-8.556497f, 7.793197f, -0.002279f, 64.00161f, -12.131832f, 17.190388f} }, + { {-468.0f, 47.0f, 188.0f}, {0.000125f, 1.0f, -4.5e-05}, {-0.940173f, 0.000133f, 0.340697f}, "p4614c", 0, {-8.012886f, 8.73337f, -0.002258f, 64.001625f, -12.200732f, 17.000507f} }, + { {-473.0f, 47.0f, 173.0f}, {0.000125f, 1.0f, -4.5e-05}, {-0.940173f, 0.000133f, 0.340697f}, "p4602c", 0, {-8.353598f, 8.733355f, -0.002279f, 64.001564f, -11.791135f, 17.190388f} }, + { {-1074.0f, 119.0f, -247.0f}, {0.0f, 1.0f, -0.000133f}, {-0.001407f, 0.000133f, 0.999999f}, "p1821d", 0, {-8.016879f, 8.022522f, -0.002124f, 63.001595f, -12.011245f, 16.019606f} }, + { {-1090.0f, 119.0f, -247.0f}, {0.0f, 1.0f, -0.000133f}, {-0.001407f, 0.000133f, 0.999999f}, "p1821d", 0, {-8.016879f, 8.022522f, -0.002124f, 63.001595f, -12.011245f, 16.019606f} }, + { {-1106.0f, 119.0f, -247.0f}, {0.0f, 1.0f, -0.000133f}, {-0.001407f, 0.000133f, 0.999999f}, "p1826d", 0, {-8.016879f, 8.022522f, -0.002124f, 63.001595f, -12.011245f, 16.019606f} }, + { {-1123.0f, 119.0f, -247.0f}, {0.0f, 1.0f, -0.000133f}, {-0.001407f, 0.000133f, 0.999999f}, "p1826d", 0, {-8.016879f, 9.022522f, -0.002124f, 63.001595f, -12.012652f, 16.019606f} }, + { {-1115.0f, 119.0f, -65.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p1516d", 0, {-8.016879f, 8.022522f, -0.002124f, 63.001595f, -12.011245f, 16.019606f} }, + { {-1098.0f, 119.0f, -64.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p1823d", 0, {-8.015472f, 9.023929f, -0.002257f, 63.00146f, -11.012654f, 17.019604f} }, + { {-1082.0f, 119.0f, -64.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p1823d", 0, {-8.015472f, 8.02393f, -0.002257f, 63.00146f, -11.011246f, 17.019604f} }, + { {-1066.0f, 119.0f, -64.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p1823d", 0, {-8.015472f, 8.02393f, -0.002257f, 63.00146f, -11.011246f, 17.019604f} }, + { {-1050.0f, 119.0f, -64.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p1823d", 0, {-8.015472f, 8.02393f, -0.002257f, 63.00146f, -11.011246f, 17.019604f} }, + { {-1034.0f, 119.0f, -64.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p1823d", 0, {-8.015472f, 8.02393f, -0.002257f, 63.00146f, -11.011246f, 17.019604f} }, + { {-543.0f, 11.0f, -49.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p2428d", 0, {-8.016879f, 8.023915f, -0.002257f, 64.001595f, -12.011245f, 17.01124f} }, + { {-527.0f, 11.0f, -49.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p2429d", 0, {-8.016879f, 8.023915f, -0.002257f, 64.001595f, -12.011245f, 17.01124f} }, + { {-511.0f, 11.0f, -49.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p2429d", 0, {-8.016879f, 8.023915f, -0.002257f, 64.001595f, -12.011245f, 17.01124f} }, + { {-495.0f, 11.0f, -49.0f}, {0.0f, 1.0f, 0.000133f}, {0.001407f, 0.000133f, -0.999999f}, "p2430d", 0, {-8.016879f, 8.023915f, -0.002257f, 64.001595f, -12.011245f, 17.01124f} }, + { {-1284.0f, 119.0f, -1632.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p2273d", 0, {-10.021094f, 10.028147f, -0.002124f, 63.001595f, -12.017572f, 16.02593f} }, + { {-1304.0f, 119.0f, -1632.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p2273d", 0, {-10.021094f, 11.028145f, -0.002124f, 63.001595f, -12.019331f, 16.02593f} }, + { {-1325.0f, 119.0f, -1632.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p1876d2", 0, {-10.021094f, 10.029889f, -0.002257f, 63.001595f, -12.017572f, 16.982384f} }, + { {-1345.0f, 119.0f, -1632.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p1876d2", 0, {-10.021094f, 10.029889f, -0.002257f, 63.001595f, -12.017572f, 17.017565f} }, + { {-1325.0f, 119.0f, -1608.0f}, {0.0f, 1.0f, -0.000133f}, {-0.001759f, 0.000133f, 0.999998f}, "p1876d2", 0, {-10.021094f, 10.028147f, -0.002124f, 63.001595f, -12.017572f, 16.02593f} }, + { {-1305.0f, 119.0f, -1608.0f}, {0.0f, 1.0f, -0.000133f}, {-0.001759f, 0.000133f, 0.999998f}, "p2273d", 0, {-10.021094f, 11.028145f, -0.002124f, 63.001595f, -12.019331f, 16.02593f} }, + { {-1129.0f, 119.0f, -1508.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1850d", 0, {-10.021077f, 10.029906f, -0.002257f, 63.001595f, -12.009209f, 17.025928f} }, + { {-1129.0f, 119.0f, -1528.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1850d", 0, {-10.021077f, 10.029906f, -0.002257f, 63.001595f, -12.009209f, 17.025928f} }, + { {-1129.0f, 119.0f, -1548.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1850d", 0, {-10.021077f, 10.029906f, -0.002257f, 63.001595f, -12.009209f, 17.025928f} }, + { {-1129.0f, 119.0f, -1568.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1850d", 0, {-10.021077f, 10.029906f, -0.002257f, 63.001595f, -12.009209f, 17.025928f} }, + { {-996.0f, 119.0f, -1508.0f}, {-0.000133f, 1.0f, 0.0f}, {0.999998f, 0.000133f, 0.001759f}, "p1851d", 0, {-10.021094f, 10.029906f, -0.002257f, 63.001595f, -12.017572f, 17.025928f} }, + { {-996.0f, 119.0f, -1528.0f}, {-0.000133f, 1.0f, 0.0f}, {0.999998f, 0.000133f, 0.001759f}, "p1851d", 0, {-10.021094f, 11.029904f, -0.002257f, 63.001595f, -12.019331f, 17.025928f} }, + { {-996.0f, 119.0f, -1549.0f}, {-0.000133f, 1.0f, 0.0f}, {0.999998f, 0.000133f, 0.001759f}, "p1851d", 0, {-10.021094f, 10.029906f, -0.002257f, 63.001595f, -12.017572f, 17.025928f} }, + { {-996.0f, 119.0f, -1569.0f}, {-0.000133f, 1.0f, 0.0f}, {0.999998f, 0.000133f, 0.001759f}, "p1854d", 0, {-10.021094f, 10.029906f, -0.002257f, 63.001595f, -12.017572f, 17.025928f} }, + { {-1194.0f, 119.0f, -1663.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p1873d", 0, {-10.021094f, 10.029889f, -0.002257f, 63.001595f, -12.017572f, 17.017565f} }, + { {-1173.0f, 119.0f, -1663.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p1873d", 0, {-10.021094f, 11.029888f, -0.002257f, 63.001595f, -12.019331f, 17.017565f} }, + { {-1153.0f, 119.0f, -1663.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p1867d", 0, {-10.021094f, 10.029889f, -0.002257f, 63.001595f, -12.017572f, 17.017565f} }, + { {-1133.0f, 119.0f, -1663.0f}, {0.0f, 1.0f, 0.000133f}, {0.001759f, 0.000133f, -0.999998f}, "p1867d", 0, {-10.021094f, 10.029889f, -0.002257f, 63.001595f, -12.017572f, 17.017565f} }, + { {-820.0f, 119.0f, -1625.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1904d", 0, {-10.021094f, 10.028147f, -0.002124f, 63.001595f, -12.017572f, 16.02593f} }, + { {-820.0f, 119.0f, -1646.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1856d", 0, {-10.021094f, 11.028145f, -0.002124f, 63.001595f, -12.019331f, 16.02593f} }, + { {-820.0f, 119.0f, -1666.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1858d", 0, {-10.021094f, 10.028147f, -0.002124f, 63.001595f, -12.017572f, 16.02593f} }, + { {-820.0f, 119.0f, -1686.0f}, {0.000133f, 1.0f, 0.0f}, {-0.999998f, 0.000133f, -0.001759f}, "p1858d", 0, {-10.021094f, 10.028147f, -0.002124f, 63.001595f, -12.017572f, 16.02593f} }, + { {-1098.0f, 137.0f, -1984.0f}, {-0.001702f, 0.999997f, 0.001527f}, {0.706276f, 0.000123f, 0.707936f}, "p1920d", 0, {-11.330263f, 12.043175f, -0.029815f, 62.027424f, -14.155403f, 19.104317f} }, + { {-466.0f, 19.0f, -315.0f}, {-0.001527f, 0.999997f, -0.001702f}, {-0.707936f, 0.000123f, 0.706276f}, "p2880d", 0, {-11.330265f, 11.478482f, -0.028288f, 62.027424f, -14.155404f, 19.819859f} }, + { {-450.0f, 19.0f, -298.0f}, {-0.001527f, 0.999997f, -0.001702f}, {-0.707936f, 0.000123f, 0.706276f}, "p2880d", 0, {-11.89662f, 11.336903f, -0.028288f, 62.02913f, -14.854076f, 19.812254f} }, + { {-635.0f, 19.0f, -46.0f}, {0.002283f, 0.999997f, 0.000124f}, {0.001174f, 0.000123f, -0.999999f}, "p2425d", 0, {-11.016391f, 12.023428f, -0.02988f, 62.02669f, -14.014074f, 20.0205f} }, + { {-462.0f, 19.0f, -531.0f}, {0.000124f, 0.999997f, -0.002283f}, {-0.999999f, 0.000123f, -0.001174f}, "p2872d", 0, {-11.016391f, 11.163838f, -0.027473f, 62.026814f, -15.005296f, 19.020502f} }, + { {-1079.0f, 163.0f, -1753.0f}, {2e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p639d", 0, {-30.000002f, 36.999996f, -1.00007f, -0.999943f, -30.999998f, 36.0f} }, + { {-943.0f, 163.0f, -1753.0f}, {2e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2172d", 0, {-16.000002f, 52.0f, -1.000098f, -0.99997f, -30.999998f, 36.0f} }, + { {-966.0f, 143.0f, -1997.0f}, {0.0f, 1.0f, 0.0f}, {-0.500073f, 1e-06, 0.865983f}, "p1921d", 0, {-4.732408f, 5.732554f, -1e-06, 12.000001f, -4.366497f, 6.098471f} }, + { {-940.0f, 143.0f, -1945.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p1917d", 0, {-5.000425f, 5.000509f, -1e-06, 12.000001f, -5.000424f, 6.000432f} }, + { {-952.0f, 143.0f, -1989.0f}, {0.0f, 1.0f, 0.0f}, {-0.500073f, 1e-06, 0.865983f}, "p1914d", 0, {-4.732408f, 4.866571f, -1e-06, 12.000001f, -4.195751f, 6.427798f} }, + { {-940.0f, 143.0f, -1962.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p1914d", 0, {-5.000425f, 5.000509f, -1e-06, 12.000001f, -5.000424f, 6.000432f} }, + { {-941.0f, 133.0f, -1954.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -0.00017f}, "p1917d", 0, {-16.001188f, 16.001528f, -1e-06, 14.000001f, -7.002713f, 9.002721f} }, + { {-961.0f, 133.0f, -1992.0f}, {0.0f, 1.0f, 0.0f}, {-0.50016f, 1e-06, 0.865933f}, "p1921d", 0, {-17.318659f, 17.16205f, -1e-06, 14.000001f, -6.6213f, 10.003209f} }, + { {-1547.0f, 146.0f, -1651.0f}, {-0.789351f, -0.613943f, 0.0f}, {-0.613943f, 0.789351f, 0.0f}, "p1885d1", 0, {-19.999994f, 7.000007f, 36.660976f, 37.09957f, -5.349964f, 19.646189f} }, + { {-1550.0f, 146.0f, -1603.0f}, {-0.789349f, -0.613945f, 0.0f}, {-0.613945f, 0.789349f, 0.0f}, "p752d", 0, {-16.999994f, 17.000008f, 34.292873f, 34.731537f, -7.191694f, 17.804459f} }, + { {-1463.0f, 146.0f, -1512.0f}, {0.0f, -0.613942f, 0.789351f}, {0.0f, 0.789351f, 0.613942f}, "p1879d", 0, {-13.999994f, 20.000006f, 28.767471f, 29.206059f, -11.489399f, 13.506753f} }, + { {-1432.0f, 146.0f, -1511.0f}, {0.0f, -0.61394f, 0.789353f}, {0.0f, 0.789353f, 0.61394f}, "p1881d", 0, {-20.999994f, 6.000005f, 27.978163f, 28.416672f, -12.10343f, 12.892723f} }, + { {-1432.0f, 167.0f, -1500.0f}, {0.0f, -0.141423f, 0.989949f}, {0.0f, 0.989949f, 0.141423f}, "p1881d", 0, {-20.999996f, 6.000004f, 22.768755f, 22.768896f, -25.03153f, 38.608078f} }, + { {-1463.0f, 167.0f, -1500.0f}, {3e-06, -0.141422f, 0.989949f}, {0.0f, 0.989949f, 0.141422f}, "p1879d", 0, {-13.999938f, 20.00009f, 22.768744f, 22.768902f, -25.03157f, 38.60805f} }, + { {-1562.0f, 167.0f, -1603.0f}, {-0.989949f, -0.141424f, 3e-06}, {-0.141424f, 0.989949f, 0.0f}, "p752d", 0, {-16.999924f, 17.000105f, 29.69833f, 29.698599f, -24.04156f, 39.598064f} }, + { {-1559.0f, 167.0f, -1651.0f}, {-0.989949f, -0.141423f, 4e-06}, {-0.141423f, 0.989949f, 1e-06}, "p1885d2", 0, {-19.999891f, 7.000142f, 32.66824f, 32.668446f, -23.617317f, 40.02231f} }, + { {-1504.0f, 145.0f, -1555.0f}, {-0.475666f, -0.739921f, 0.475666f}, {-0.523203f, 0.672694f, 0.523203f}, "p1882d", 0, {-43.840622f, 57.982758f, 37.260494f, 37.313267f, 2.39168f, 32.06487f} }, + { {-1516.0f, 167.0f, -1543.0f}, {-0.693103f, -0.198031f, 0.693103f}, {-0.140029f, 0.980196f, 0.140029f}, "p1882d", 0, {-43.13352f, 57.27567f, 36.73439f, 36.734512f, -21.144188f, 43.128708f} }, + { {-706.0f, 125.0f, -1461.0f}, {0.789352f, -0.613941f, 0.0f}, {0.613941f, 0.789352f, 0.0f}, "p1898d", 0, {-23.999992f, 25.000008f, 40.78319f, 41.134014f, 24.119104f, 49.7292f} }, + { {-694.0f, 147.0f, -1467.0f}, {0.989949f, -0.141422f, 0.0f}, {0.141422f, 0.989949f, 0.0f}, "p1898d", 0, {-17.999992f, 40.000023f, 51.61874f, 51.618797f, -0.707074f, 62.93255f} }, + { {-725.0f, 124.0f, -1416.0f}, {0.475663f, -0.739925f, 0.475663f}, {0.523206f, 0.672689f, 0.523206f}, "p1897d", 0, {-59.39698f, 42.426395f, 17.969515f, 18.445194f, 12.332717f, 42.529118f} }, + { {-704.0f, 158.0f, -1411.0f}, {0.693104f, -0.198024f, 0.693104f}, {-0.140024f, -0.980197f, -0.140024f}, "p1897d", 0, {-53.740124f, 48.08326f, 28.714188f, 28.714596f, -50.689964f, 13.582891f} }, + { {-763.0f, 125.0f, -1388.0f}, {0.0f, -0.613943f, 0.78935f}, {0.0f, 0.78935f, 0.613943f}, "p1895d", 0, {-29.999994f, 19.000004f, 24.206764f, 24.557518f, 11.226416f, 36.83651f} }, + { {-757.0f, 147.0f, -1373.0f}, {0.0f, -0.14142f, 0.98995f}, {0.0f, 0.98995f, 0.14142f}, "p1895d", 0, {-33.00001f, 25.000008f, 27.859999f, 27.860083f, -4.101258f, 59.538364f} }, + { {1776.0f, -713.0f, -469.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3680a2", 0, {-11.0f, 11.0f, -28.0f, 31.0f, -12.0f, 40.0f} }, + { {1722.0f, -794.0f, 247.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3685a2", 0, {-11.0f, 11.0f, -29.0f, 30.0f, -11.0f, 40.0f} }, + { {872.0f, -794.0f, 391.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p3696a2", 0, {-11.0f, 11.0f, -28.0f, 30.0f, -11.0f, 40.0f} }, + { {78.0f, 140.0f, 306.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3611b2", 0, {-11.0f, 11.0f, -28.0f, 30.0f, -11.0f, 40.0f} }, + { {-591.0f, 140.0f, 655.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4308c2", 0, {-11.0f, 11.0f, -28.0f, 30.0f, -11.0f, 40.0f} }, + { {-1308.0f, 140.0f, -391.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2165d2", 0, {-11.0f, 11.0f, -28.0f, 30.0f, -11.0f, 40.0f} }, + { {-1240.0f, 140.0f, -1409.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4296c1", 0, {-22.0f, -1.0f, -28.0f, 30.0f, -11.0f, 40.0f} }, + { {-587.0f, 140.0f, -994.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2236d2", 0, {-11.0f, 11.0f, -29.0f, 30.0f, -11.0f, 40.0f} }, + { {9.0f, 140.0f, -996.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1132e2", 0, {-11.0f, 11.0f, -28.0f, 30.0f, -11.0f, 40.0f} }, + { {1714.0f, -714.0f, -468.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3683a1", 0, {-5.0f, 4.0f, -27.0f, 32.0f, -11.0f, 41.0f} }, + { {1660.0f, -795.0f, 249.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3689a1", 0, {-5.0f, 4.0f, -27.0f, 32.0f, -10.0f, 41.0f} }, + { {934.0f, -795.0f, 392.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p3693a2", 0, {-5.0f, 4.0f, -29.0f, 29.0f, -10.0f, 41.0f} }, + { {15.0f, 139.0f, 307.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3610b1", 0, {-5.0f, 4.0f, -27.0f, 31.0f, -10.0f, 41.0f} }, + { {-529.0f, 139.0f, 656.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p3615b2", 0, {-5.0f, 4.0f, -29.0f, 29.0f, -10.0f, 41.0f} }, + { {-1246.0f, 139.0f, -390.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2144d2", 0, {-5.0f, 4.0f, -29.0f, 29.0f, -10.0f, 41.0f} }, + { {-1239.0f, 139.0f, -1483.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2250d2", 0, {-4.0f, 5.0f, -29.0f, 29.0f, -10.0f, 41.0f} }, + { {-650.0f, 139.0f, -993.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2363d1", 0, {-4.0f, 5.0f, -27.0f, 31.0f, -10.0f, 41.0f} }, + { {72.0f, 139.0f, -995.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1137e1", 0, {-4.0f, 5.0f, -29.0f, 29.0f, -10.0f, 41.0f} }, + { {1443.0f, -718.0f, -263.0f}, {1.0f, 0.000729f, 1e-06}, {-0.000729f, 1.0f, -1e-06}, "p74f", 0, {-1.000022f, 1.000034f, -0.010929f, 20.031324f, -15.014569f, 42.99999f} }, + { {1482.0f, -718.0f, -263.0f}, {-1.0f, -0.000729f, -1e-06}, {-0.000729f, 1.0f, -1e-06}, "p75f", 0, {-1.000044f, 1.000013f, -1.03133f, 19.010923f, -15.000725f, 43.013832f} }, + { {456.0f, 133.0f, -921.0f}, {-2e-06, 0.0f, -1.0f}, {-1e-06, 1.0f, 0.0f}, "p57g", 0, {-1.000009f, 1.000059f, -1.000002f, 19.000002f, -14.0f, 43.0f} }, + { {456.0f, 133.0f, -960.0f}, {2e-06, 0.0f, 1.0f}, {-1e-06, 1.0f, 0.0f}, "p53g", 0, {-1.000023f, 1.000046f, -2e-06, 20.000002f, -14.0f, 43.0f} }, + { {-1065.0f, 139.0f, -1458.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2187d1", 0, {-5.0f, 5.0f, -51.0f, 57.0f, -20.0f, 71.0f} }, + { {-1065.0f, 139.0f, -799.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2198d2", 0, {-5.0f, 4.0f, -51.000004f, 57.000004f, -20.0f, 71.0f} }, + { {-1001.0f, 139.0f, -998.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2925d1", 0, {-5.0f, 5.0f, -50.0f, 57.0f, -20.0f, 71.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 7182, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 7183, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 7184, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 7185, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 7186, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 7187, 1, + /* Type = ObjectiveDestroyObject; index = 6 */ + _mkword(0, _mkshort(0, 25)), 0, + /* Type = ObjectiveDestroyObject; index = 7 */ + _mkword(0, _mkshort(0, 25)), 1, + /* Type = ObjectiveDestroyObject; index = 8 */ + _mkword(0, _mkshort(0, 25)), 2, + /* Type = ObjectiveDestroyObject; index = 9 */ + _mkword(0, _mkshort(0, 25)), 3, + /* Type = ObjectiveEnd; index = 10 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 11 */ + _mkword(0, _mkshort(0, 23)), 1, 7188, 1, + /* Type = ObjectiveDestroyObject; index = 12 */ + _mkword(0, _mkshort(0, 25)), 4, + /* Type = ObjectiveDestroyObject; index = 13 */ + _mkword(0, _mkshort(0, 25)), 5, + /* Type = ObjectiveDestroyObject; index = 14 */ + _mkword(0, _mkshort(0, 25)), 6, + /* Type = ObjectiveDestroyObject; index = 15 */ + _mkword(0, _mkshort(0, 25)), 7, + /* Type = ObjectiveEnd; index = 16 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 17 */ + _mkword(0, _mkshort(0, 23)), 2, 7189, 1, + /* Type = ObjectiveDestroyObject; index = 18 */ + _mkword(0, _mkshort(0, 25)), 8, + /* Type = ObjectiveEnd; index = 19 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 20 */ + _mkword(0, _mkshort(0, 23)), 3, 7190, 2, + /* Type = ObjectiveCompleteCondition; index = 21 */ + _mkword(0, _mkshort(0, 26)), 4194304, + /* Type = ObjectiveFailCondition; index = 22 */ + _mkword(0, _mkshort(0, 27)), 262144, + /* Type = ObjectiveFailCondition; index = 23 */ + _mkword(0, _mkshort(0, 27)), 524288, + /* Type = ObjectiveFailCondition; index = 24 */ + _mkword(0, _mkshort(0, 27)), 1048576, + /* Type = ObjectiveFailCondition; index = 25 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveEnd; index = 26 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 27 */ + _mkword(0, _mkshort(0, 23)), 4, 7192, 256, + /* Type = ObjectiveCompleteCondition; index = 28 */ + _mkword(0, _mkshort(0, 26)), 8388608, + /* Type = ObjectiveFailCondition; index = 29 */ + _mkword(0, _mkshort(0, 27)), 16777216, + /* Type = ObjectiveEnd; index = 30 */ + _mkword(0, _mkshort(0, 24)), + /* Type = StandardProp; index = 31 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 83), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 32 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 33 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 84), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 34 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 35 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 85), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 36 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 37 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 86), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 38 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 39 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 87), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 40 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 41 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 92), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 42 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 43 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 93), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 44 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 45 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 94), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 46 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 47 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 95), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 48 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 49 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 96), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 50 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 51 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 97), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 52 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 53 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 98), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 54 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 55 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 99), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 56 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 57 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 100), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 58 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 59 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 101), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 60 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 61 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 102), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 62 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 63 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 139), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 64 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 65 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 140), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 66 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 67 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 141), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 68 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 69 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 142), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 70 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 71 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 143), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 72 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 73 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 144), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 74 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 75 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 145), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 76 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 77 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 146), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 78 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 79 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 147), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 80 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 81 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 148), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 82 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 83 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 149), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 84 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 85 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 150), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 86 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 87 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 151), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 88 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 89 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 152), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 90 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 91 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 153), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 92 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 93 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 154), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 94 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 95 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 156), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 96 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 97 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 157), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 98 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 99 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 158), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 100 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 101 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 182), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 102 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 103 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 183), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 104 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 105 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 184), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 106 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 107 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 111), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 108 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 109 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 112), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 110 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 111 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 113), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 112 */ + _mkword(256, _mkshort(0, 7)), _mkword(122, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 3, + /* Type = AmmoMag; index = 113 */ + _mkword(256, _mkshort(0, 7)), _mkword(122, 65534), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 3, + /* Type = AmmoMag; index = 114 */ + _mkword(256, _mkshort(0, 7)), _mkword(122, 65533), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 3, + /* Type = AmmoMag; index = 115 */ + _mkword(256, _mkshort(0, 7)), _mkword(122, 65532), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 3, + /* Type = AmmoMag; index = 116 */ + _mkword(256, _mkshort(0, 7)), _mkword(122, 65531), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 3, + /* Type = AmmoMag; index = 117 */ + _mkword(256, _mkshort(0, 7)), _mkword(122, 65530), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 3, + /* Type = AmmoMag; index = 118 */ + _mkword(256, _mkshort(0, 7)), _mkword(122, 65529), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 3, + /* Type = StandardProp; index = 119 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 114), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 120 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 121 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 115), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 122 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 123 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 116), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 124 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = AmmoMag; index = 125 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65534), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = AmmoMag; index = 126 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65533), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = AmmoMag; index = 127 */ + _mkword(256, _mkshort(0, 7)), _mkword(134, 65532), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 128 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 117), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoMag; index = 129 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = AmmoMag; index = 130 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65534), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = AmmoMag; index = 131 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65533), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = AmmoMag; index = 132 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65532), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = AmmoMag; index = 133 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65531), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = AmmoMag; index = 134 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65530), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = AmmoMag; index = 135 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65529), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = AmmoMag; index = 136 */ + _mkword(256, _mkshort(0, 7)), _mkword(126, 65528), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = StandardProp; index = 137 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 118), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 138 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = LinkItems; index = 139 */ + _mkword(0, _mkshort(0, 14)), 2, 1, + /* Type = Collectable; index = 140 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 2), 0x10008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 141 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 2), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = SingleMonitor; index = 142 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 2), 0x11008001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 16, + /* Type = SingleMonitor; index = 143 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 1), 0x11008001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 16, + /* Type = StandardProp; index = 144 */ + _mkword(102, _mkshort(0, 3)), _mkword(82, 1), 0x01008001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 145 */ + _mkword(153, _mkshort(0, 3)), _mkword(82, 1), 0x01008001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 146 */ + _mkword(204, _mkshort(0, 3)), _mkword(82, 1), 0x01008001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 147 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 155), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 148 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10024), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 149 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10025), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 150 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10026), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 151 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10027), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 152 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10028), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 153 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10029), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 154 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10030), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 155 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10031), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 156 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10032), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 157 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10033), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 158 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10020), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 159 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10021), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 160 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10022), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 161 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10023), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 162 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10034), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 163 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10035), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 164 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10036), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 165 */ + _mkword(256, _mkshort(0, 3)), _mkword(96, 10037), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Drone; index = 166 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 161), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000158, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x000a0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 167 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 187), 0x00000004, 0x00000010, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000167, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x000000b6, 0x000a0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 168 */ + _mkword(0, _mkshort(0, 22)), _mkword(34, 0x0001), 0, 0, + /* Type = Drone; index = 169 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 188), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000167, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x000000b6, 0x000f0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 170 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = MultiMonitor; index = 171 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10000), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x03030303, + /* Type = Tag; index = 172 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = MultiMonitor; index = 173 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10001), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x05050505, + /* Type = Tag; index = 174 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = MultiMonitor; index = 175 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10002), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x08080808, + /* Type = Tag; index = 176 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = MultiMonitor; index = 177 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10003), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x02020202, + /* Type = Tag; index = 178 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0x0001), 0, 0, + /* Type = MultiMonitor; index = 179 */ + _mkword(256, _mkshort(0, 11)), _mkword(78, 10004), 0x20000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x10141414, + /* Type = Glass; index = 180 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10005), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 181 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = MultiMonitor; index = 182 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10061), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x03030303, + /* Type = Tag; index = 183 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = MultiMonitor; index = 184 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10062), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x05050505, + /* Type = Tag; index = 185 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0x0001), 0, 0, + /* Type = MultiMonitor; index = 186 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10063), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x08080808, + /* Type = Tag; index = 187 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = MultiMonitor; index = 188 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10064), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x02020202, + /* Type = Tag; index = 189 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0001), 0, 0, + /* Type = MultiMonitor; index = 190 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10060), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x03030303, + /* Type = Armour; index = 191 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 83), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 192 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 142), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Glass; index = 193 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10065), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 194 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10066), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = TintedGlass; index = 195 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10014), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 196 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10015), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 197 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10016), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 198 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10017), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 199 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10018), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 200 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10019), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 201 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10073), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 202 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10074), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 203 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10075), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 204 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10076), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 205 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10077), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 206 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10078), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 207 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10079), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 208 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10080), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 209 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10081), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 210 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10082), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 211 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10083), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 212 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10084), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 213 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10085), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 214 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10086), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 215 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10087), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 216 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10088), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = StandardProp; index = 217 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 167), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 218 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 168), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 219 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 169), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 220 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 170), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 221 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 171), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 222 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 172), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 223 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 173), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 224 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 174), 0x00000102, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 225 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 175), 0x00000102, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 226 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 176), 0x00000102, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 227 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 181), 0x00000102, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 228 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 177), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 229 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 178), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 230 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 179), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 231 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 180), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 232 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10071), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 233 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10072), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 234 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 235 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10067), 0x10000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = Tag; index = 236 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 237 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10068), 0x10000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 8, + /* Type = Tag; index = 238 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0x0001), 0, 0, + /* Type = StandardProp; index = 239 */ + _mkword(256, _mkshort(0, 3)), _mkword(65, 10069), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 240 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0x0001), 0, 0, + /* Type = StandardProp; index = 241 */ + _mkword(256, _mkshort(0, 3)), _mkword(67, 10070), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 242 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 162), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 243 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 163), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 244 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 164), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 245 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 165), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 246 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 166), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 247 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0x0001), 0, 0, + /* Type = Door; index = 248 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 89), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 249 */ + _mkword(0, _mkshort(0, 22)), _mkword(17, 0x0001), 0, 0, + /* Type = Door; index = 250 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 90), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 251 */ + _mkword(0, _mkshort(0, 22)), _mkword(18, 0x0001), 0, 0, + /* Type = Door; index = 252 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 91), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 253 */ + _mkword(0, _mkshort(0, 22)), _mkword(19, 0x0001), 0, 0, + /* Type = Door; index = 254 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 92), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 255 */ + _mkword(0, _mkshort(0, 22)), _mkword(20, 0x0001), 0, 0, + /* Type = Door; index = 256 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 93), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 257 */ + _mkword(0, _mkshort(0, 22)), _mkword(21, 0x0001), 0, 0, + /* Type = Door; index = 258 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 94), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 259 */ + _mkword(0, _mkshort(0, 22)), _mkword(22, 0x0001), 0, 0, + /* Type = Door; index = 260 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 95), 0x40000000, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 261 */ + _mkword(0, _mkshort(0, 22)), _mkword(23, 0x0001), 0, 0, + /* Type = Door; index = 262 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 96), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 263 */ + _mkword(0, _mkshort(0, 22)), _mkword(24, 0x0001), 0, 0, + /* Type = Door; index = 264 */ + _mkword(256, _mkshort(0, 1)), _mkword(164, 97), 0xc0000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00150000, 0x00150000, 0x0000028f, 0x0000028f, 0x00001999, _mkword(0, 6), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 265 */ + _mkword(0, _mkshort(0, 22)), _mkword(25, 0x0001), 0, 0, + /* Type = Door; index = 266 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 98), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 267 */ + _mkword(0, _mkshort(0, 22)), _mkword(26, 0x0001), 0, 0, + /* Type = Door; index = 268 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 99), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 269 */ + _mkword(0, _mkshort(0, 22)), _mkword(27, 0x0001), 0, 0, + /* Type = Door; index = 270 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 100), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 271 */ + _mkword(0, _mkshort(0, 22)), _mkword(28, 0x0001), 0, 0, + /* Type = Door; index = 272 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 101), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 273 */ + _mkword(0, _mkshort(0, 22)), _mkword(29, 0x0001), 0, 0, + /* Type = Door; index = 274 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 102), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 275 */ + _mkword(0, _mkshort(0, 22)), _mkword(30, 0x0001), 0, 0, + /* Type = Door; index = 276 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 103), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 277 */ + _mkword(0, _mkshort(0, 22)), _mkword(31, 0x0001), 0, 0, + /* Type = Door; index = 278 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 104), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 279 */ + _mkword(0, _mkshort(0, 22)), _mkword(32, 0x0001), 0, 0, + /* Type = Door; index = 280 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 105), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 281 */ + _mkword(0, _mkshort(0, 22)), _mkword(33, 0x0001), 0, 0, + /* Type = Door; index = 282 */ + _mkword(256, _mkshort(0, 1)), _mkword(165, 106), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x002a0000, 0x002a0000, 0x000007ae, 0x000007ae, 0x00003333, _mkword(0, 7), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 283 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 107), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 284 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 108), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 17, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 285 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 109), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 286 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 110), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 17, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 287 */ + _mkword(0, _mkshort(0, 22)), _mkword(38, 0xfffe), 0, 0, + /* Type = Tag; index = 288 */ + _mkword(0, _mkshort(0, 22)), _mkword(39, 0xfffe), 0, 0, + /* Type = Tag; index = 289 */ + _mkword(0, _mkshort(0, 22)), _mkword(35, 0x0001), 0, 0, + /* Type = Door; index = 290 */ + _mkword(256, _mkshort(0, 1)), _mkword(176, 111), 0x10000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000b333, 0x0000b333, 0x00000004, 0x00000004, 0x00000088, _mkword(0, 4), 0x00000002, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 291 */ + _mkword(0, _mkshort(0, 22)), _mkword(36, 0x0001), 0, 0, + /* Type = Door; index = 292 */ + _mkword(256, _mkshort(0, 1)), _mkword(176, 112), 0x90000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000b333, 0x0000b333, 0x00000004, 0x00000004, 0x00000088, _mkword(0, 4), 0x00000004, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 293 */ + _mkword(0, _mkshort(0, 22)), _mkword(37, 0x0001), 0, 0, + /* Type = Door; index = 294 */ + _mkword(256, _mkshort(0, 1)), _mkword(176, 113), 0x90000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000b333, 0x0000b333, 0x00000004, 0x00000004, 0x00000088, _mkword(0, 4), 0x00000008, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Guard; index = 295 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 0), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 296 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 1), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 297 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 2), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 298 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 3), _mkword(4, 1045), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Hat; index = 299 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 300 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 4), _mkword(4, 1045), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Hat; index = 301 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 302 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 5), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 303 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 6), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 304 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 7), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 305 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 8), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 306 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 9), _mkword(4, 1045), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Hat; index = 307 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 308 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 10), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 309 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 11), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 310 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 12), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 311 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 13), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 312 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 14), _mkword(4, 1045), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Hat; index = 313 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 314 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 15), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 315 */ + _mkword(0, _mkshort(0, 9)), _mkword(68, 73), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 316 */ + _mkword(0, _mkshort(0, 9)), _mkword(69, 336), _mkword(4, 1031), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 317 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 228), _mkword(4, 1029), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 318 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 252), _mkword(4, 1030), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 319 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 18), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 320 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 19), _mkword(4, 1045), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Hat; index = 321 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 322 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 20), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 323 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 21), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 324 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 22), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 325 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 23), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 326 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 24), _mkword(4, 1045), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Hat; index = 327 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 328 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 25), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 329 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 26), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 330 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 27), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 331 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 28), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 332 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 29), _mkword(4, 1045), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Hat; index = 333 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 334 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 30), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 335 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 31), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 336 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 32), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 337 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 33), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 338 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 34), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 339 */ + _mkword(0, _mkshort(0, 9)), _mkword(35, 35), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 340 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 36), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 341 */ + _mkword(0, _mkshort(0, 9)), _mkword(37, 37), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 342 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 38), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 343 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 39), _mkword(4, 1045), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 344 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 40), _mkword(4, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 345 */ + _mkword(0, _mkshort(0, 9)), _mkword(41, 41), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 346 */ + _mkword(0, _mkshort(0, 9)), _mkword(42, 42), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 347 */ + _mkword(0, _mkshort(0, 9)), _mkword(43, 43), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 348 */ + _mkword(0, _mkshort(0, 9)), _mkword(44, 44), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 349 */ + _mkword(0, _mkshort(0, 9)), _mkword(45, 45), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 350 */ + _mkword(0, _mkshort(0, 9)), _mkword(46, 46), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 351 */ + _mkword(0, _mkshort(0, 9)), _mkword(47, 47), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 352 */ + _mkword(0, _mkshort(0, 9)), _mkword(48, 48), _mkword(4, 1039), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = SetGuardAttribute; index = 353 */ + _mkword(0, _mkshort(0, 18)), 48, 0x000000e5, + /* Type = Guard; index = 354 */ + _mkword(0, _mkshort(0, 9)), _mkword(49, 49), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 355 */ + _mkword(0, _mkshort(0, 9)), _mkword(50, 50), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 356 */ + _mkword(0, _mkshort(0, 9)), _mkword(51, 51), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 357 */ + _mkword(0, _mkshort(0, 9)), _mkword(52, 52), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 358 */ + _mkword(0, _mkshort(0, 9)), _mkword(53, 53), _mkword(4, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 359 */ + _mkword(0, _mkshort(0, 9)), _mkword(54, 54), _mkword(4, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 360 */ + _mkword(0, _mkshort(0, 9)), _mkword(55, 55), _mkword(4, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 361 */ + _mkword(0, _mkshort(0, 9)), _mkword(56, 56), _mkword(4, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 362 */ + _mkword(0, _mkshort(0, 9)), _mkword(57, 57), _mkword(4, 1039), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = SetGuardAttribute; index = 363 */ + _mkword(0, _mkshort(0, 18)), 57, 0x000000e5, + /* Type = Guard; index = 364 */ + _mkword(0, _mkshort(0, 9)), _mkword(58, 58), _mkword(4, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 365 */ + _mkword(0, _mkshort(0, 9)), _mkword(59, 59), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 366 */ + _mkword(0, _mkshort(0, 9)), _mkword(60, 60), _mkword(4, 1045), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 367 */ + _mkword(0, _mkshort(0, 9)), _mkword(61, 61), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 368 */ + _mkword(0, _mkshort(0, 9)), _mkword(62, 62), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 369 */ + _mkword(0, _mkshort(0, 9)), _mkword(63, 65), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 370 */ + _mkword(0, _mkshort(0, 9)), _mkword(64, 66), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 371 */ + _mkword(0, _mkshort(0, 9)), _mkword(65, 67), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 372 */ + _mkword(0, _mkshort(0, 9)), _mkword(66, 68), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 373 */ + _mkword(0, _mkshort(0, 9)), _mkword(67, 69), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 374 */ + _mkword(0, _mkshort(0, 9)), _mkword(70, 63), _mkword(4, 1039), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = SetGuardAttribute; index = 375 */ + _mkword(0, _mkshort(0, 18)), 70, 0x000000e5, + /* Type = Guard; index = 376 */ + _mkword(0, _mkshort(0, 9)), _mkword(71, 64), _mkword(4, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = SetGuardAttribute; index = 377 */ + _mkword(0, _mkshort(0, 18)), 71, 0x000000e5, + /* Type = Guard; index = 378 */ + _mkword(0, _mkshort(0, 9)), _mkword(72, 75), _mkword(4, 1045), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 379 */ + _mkword(0, _mkshort(0, 9)), _mkword(88, 190), _mkword(8, 1036), 0xffffffff, _mkword(1000, 100), _mkword(8, 0xffff), 0x00000000, + /* Type = Collectable; index = 380 */ + _mkword(256, _mkshort(0, 8)), _mkword(207, 88), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x10, 0xff), 0xffff), 0, + /* Type = SetGuardAttribute; index = 381 */ + _mkword(0, _mkshort(0, 18)), 88, 0x000000ff, + /* Type = Guard; index = 382 */ + _mkword(0, _mkshort(0, 9)), _mkword(73, 70), _mkword(35, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 383 */ + _mkword(0, _mkshort(0, 9)), _mkword(75, 72), _mkword(35, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 384 */ + _mkword(0, _mkshort(0, 9)), _mkword(74, 71), _mkword(35, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 385 */ + _mkword(0, _mkshort(0, 9)), _mkword(84, 77), _mkword(35, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 386 */ + _mkword(0, _mkshort(0, 9)), _mkword(85, 78), _mkword(35, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 387 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 388 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 389 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 390 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 391 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 392 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 393 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 394 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 395 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 396 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 397 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 398 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 399 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 400 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 401 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 402 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 403 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 404 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 405 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 406 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 19), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 407 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 19), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 408 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 409 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 410 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 411 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 412 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 413 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 414 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 415 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 416 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 417 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 418 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 419 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 420 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 421 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 422 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 423 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 424 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 425 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 426 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 427 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 428 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 429 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 430 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 431 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 43), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 432 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 44), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 433 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 45), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 434 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 46), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 435 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 47), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 436 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 48), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 437 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 49), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 438 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 50), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 439 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 51), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 440 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 52), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 441 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 53), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 442 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 54), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 443 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 55), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 444 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 56), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 445 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 57), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 446 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 58), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 447 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 59), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 448 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 60), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 449 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 61), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 450 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 62), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 451 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 63), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 452 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 64), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 453 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 64), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 454 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 65), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 455 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 66), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 456 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 67), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 457 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 68), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 458 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 69), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 459 */ + _mkword(256, _mkshort(0, 8)), _mkword(197, 70), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0e, 0xff), 0xffff), 0, + /* Type = Collectable; index = 460 */ + _mkword(256, _mkshort(0, 8)), _mkword(197, 71), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0e, 0xff), 0xffff), 0, + /* Type = Collectable; index = 461 */ + _mkword(256, _mkshort(0, 8)), _mkword(197, 72), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0e, 0xff), 0xffff), 0, + /* Type = SetGuardAttribute; index = 462 */ + _mkword(0, _mkshort(0, 18)), 29, 0x00000019, + /* Type = SetGuardAttribute; index = 463 */ + _mkword(0, _mkshort(0, 18)), 34, 0x00000019, + /* Type = SetGuardAttribute; index = 464 */ + _mkword(0, _mkshort(0, 18)), 39, 0x00000019, + /* Type = SetGuardAttribute; index = 465 */ + _mkword(0, _mkshort(0, 18)), 44, 0x00000019, + /* Type = SetGuardAttribute; index = 466 */ + _mkword(0, _mkshort(0, 18)), 49, 0x00000019, + /* Type = SetGuardAttribute; index = 467 */ + _mkword(0, _mkshort(0, 18)), 54, 0x00000019, + /* Type = Key; index = 468 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 60), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 2, + /* Type = Rename; index = 469 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 7194, 7195, 7196, 7197, 7198, 0, 0, + /* Type = Key; index = 470 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 72), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 4, + /* Type = Rename; index = 471 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 7199, 7200, 7201, 7202, 7203, 0, 0, + /* Type = Key; index = 472 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 8, + /* Type = Rename; index = 473 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 7204, 7205, 7206, 7207, 7208, 0, 0, + /* Type = Hat; index = 474 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 60), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 475 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 72), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 476 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Cutscene; index = 477 */ + _mkword(0, _mkshort(0, 46)), 193524, 65893, -359542, 274573, 378375, 369, + /* Type = Tag; index = 478 */ + _mkword(0, _mkshort(0, 22)), _mkword(40, 0xffff), 0, 0, + /* Type = EndProps; index = 479 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0x00014d17, 0xfffae5ed, 0x00010d52, 0x00022d63, 0x0000a9c9, 0x000000e0, 0x00001c19, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x00016792, 0x00017d6c, 0x00012009, 0x00022355, 0x00057af7, 0x000000e0, 0x00001c19, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0xfff4330e, 0x00011888, 0xfffb69c7, 0x00029810, 0x0005ef22, 0x0000012f, 0x00001c19, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 3 */ + _mkword(0, _mkshort(0, 6)), 0x00033ccf, 0xfffbc461, 0x00008e5e, 0x0003868b, 0x0000bba8, 0x000000e0, 0x00001c19, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 4 */ + _mkword(0, _mkshort(0, 7)), 3, 48, + /* Type = Spawn; index = 5 */ + _mkword(0, _mkshort(0, 0)), 368, 0, + /* Type = StartWeapon; index = 6 */ + _mkword(0, _mkshort(0, 1)), 9, -1, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartWeapon; index = 8 */ + _mkword(0, _mkshort(0, 1)), 27, -1, 0, + /* Type = StartAmmo; index = 9 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartAmmo; index = 10 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartAmmo; index = 11 */ + _mkword(0, _mkshort(0, 2)), 9, 6, 0, + /* Type = Cuff; index = 12 */ + _mkword(0, _mkshort(0, 5)), 2, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff9b0000, 0xff610000, 0x007a0000, 0x00008ea8, 0x00460000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff9b0000, 0xff610000, 0x007c0000, 0x00008ea8, 0x00460000, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00480000, 0xff720000, 0x00770000, 0x00008ea8, 0x00460000, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00810000, 0xffb10000, 0x00000000, 0x00008ea8, 0x00460000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00170000, 0x000e0000, 0xffb60000, 0x00007eac, 0x0032bb83, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00009000, 0x000a0000, 0xffe20000, 0x00003fff, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 19 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 20 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 21 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 22 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 4, -1 }; +s32 path_neighbors_2[] = { 3, 6, -1 }; +s32 path_neighbors_3[] = { 2, 4, 11, -1 }; +s32 path_neighbors_4[] = { 1, 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, 8, -1 }; +s32 path_neighbors_6[] = { 2, 7, -1 }; +s32 path_neighbors_7[] = { 6, 12, -1 }; +s32 path_neighbors_8[] = { 5, 9, 10, -1 }; +s32 path_neighbors_9[] = { 8, 11, -1 }; +s32 path_neighbors_10[] = { 8, 12, -1 }; +s32 path_neighbors_11[] = { 3, 9, 13, -1 }; +s32 path_neighbors_12[] = { 7, 10, 13, -1 }; +s32 path_neighbors_13[] = { 11, 12, 14, -1 }; +s32 path_neighbors_14[] = { 13, 15, -1 }; +s32 path_neighbors_15[] = { 14, 17, -1 }; +s32 path_neighbors_16[] = { 17, -1 }; +s32 path_neighbors_17[] = { 15, 16, 18, -1 }; +s32 path_neighbors_18[] = { 17, 19, -1 }; +s32 path_neighbors_19[] = { 18, 20, -1 }; +s32 path_neighbors_20[] = { 19, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, -1 }; +s32 path_indeces_1[] = { 7, 8, -1 }; +s32 path_indeces_2[] = { 9, 10, 11, 12, 13, -1 }; +s32 path_indeces_3[] = { 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, -1 }; +s32 path_indeces_4[] = { 25, 26, 27, 28, -1 }; +s32 path_indeces_5[] = { 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, -1 }; +s32 path_indeces_6[] = { 48, 49, 50, 51, 52, 53, -1 }; +s32 path_indeces_7[] = { 54, 55, 56, 57, 58, 59, -1 }; +s32 path_indeces_8[] = { 60, 61, 62, -1 }; +s32 path_indeces_9[] = { 63, 64, 65, -1 }; +s32 path_indeces_10[] = { 66, 67, 68, 69, 70, 71, 72, 73, -1 }; +s32 path_indeces_11[] = { 74, 75, 76, 77, 78, 79, 80, -1 }; +s32 path_indeces_12[] = { 81, 82, 83, 84, 85, 86, 87, -1 }; +s32 path_indeces_13[] = { 88, 89, 90, 91, 92, 93, 94, 95, -1 }; +s32 path_indeces_14[] = { 96, 97, 98, 99, 100, 101, 102, 103, 104, -1 }; +s32 path_indeces_15[] = { 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, -1 }; +s32 path_indeces_16[] = { 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, -1 }; +s32 path_indeces_17[] = { 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, -1 }; +s32 path_indeces_18[] = { 166, 167, 168, 169, -1 }; +s32 path_indeces_19[] = { 170, 171, 172, 173, 174, -1 }; +s32 path_indeces_20[] = { 175, 176, 177, 178, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { &path_neighbors_15, &path_indeces_15, 0 }, + { &path_neighbors_16, &path_indeces_16, 0 }, + { &path_neighbors_17, &path_indeces_17, 0 }, + { &path_neighbors_18, &path_indeces_18, 0 }, + { &path_neighbors_19, &path_indeces_19, 0 }, + { &path_neighbors_20, &path_indeces_20, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, -1 }; +s32 path_table_1[] = { 0, 2, 4, -1 }; +s32 path_table_2[] = { 1, 3, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 1, 3, 5, -1 }; +s32 path_table_5[] = { 4, 6, -1 }; +s32 path_table_6[] = { 5, 7, -1 }; +s32 path_table_7[] = { 6, 8, -1 }; +s32 path_table_8[] = { 7, 26, -1 }; +s32 path_table_9[] = { 11, 12, 48, -1 }; +s32 path_table_10[] = { 11, 12, 13, -1 }; +s32 path_table_11[] = { 9, 10, 12, -1 }; +s32 path_table_12[] = { 9, 10, 11, 13, -1 }; +s32 path_table_13[] = { 10, 12, 24, -1 }; +s32 path_table_14[] = { 15, 17, 18, 19, -1 }; +s32 path_table_15[] = { 14, 16, 17, 18, 19, -1 }; +s32 path_table_16[] = { 15, 17, 18, 19, -1 }; +s32 path_table_17[] = { 14, 15, 16, 18, -1 }; +s32 path_table_18[] = { 14, 15, 16, 17, 19, -1 }; +s32 path_table_19[] = { 14, 15, 16, 18, 21, -1 }; +s32 path_table_20[] = { 21, 22, 23, 24, -1 }; +s32 path_table_21[] = { 19, 20, 22, -1 }; +s32 path_table_22[] = { 20, 21, 23, 75, -1 }; +s32 path_table_23[] = { 20, 22, 24, 25, -1 }; +s32 path_table_24[] = { 13, 20, 23, -1 }; +s32 path_table_25[] = { 23, 27, -1 }; +s32 path_table_26[] = { 8, 27, -1 }; +s32 path_table_27[] = { 25, 26, 28, -1 }; +s32 path_table_28[] = { 27, 29, -1 }; +s32 path_table_29[] = { 28, 33, 37, 38, 39, -1 }; +s32 path_table_30[] = { 31, 33, -1 }; +s32 path_table_31[] = { 30, 32, 33, -1 }; +s32 path_table_32[] = { 31, 33, 38, -1 }; +s32 path_table_33[] = { 29, 30, 31, 32, 38, -1 }; +s32 path_table_34[] = { 35, -1 }; +s32 path_table_35[] = { 34, 36, -1 }; +s32 path_table_36[] = { 35, 38, -1 }; +s32 path_table_37[] = { 29, 39, 45, 46, -1 }; +s32 path_table_38[] = { 29, 32, 33, 36, 39, -1 }; +s32 path_table_39[] = { 29, 37, 38, 44, -1 }; +s32 path_table_40[] = { 41, 42, 43, 44, 45, -1 }; +s32 path_table_41[] = { 40, 42, 43, -1 }; +s32 path_table_42[] = { 40, 41, 43, -1 }; +s32 path_table_43[] = { 40, 41, 42, 46, 47, -1 }; +s32 path_table_44[] = { 39, 40, 45, -1 }; +s32 path_table_45[] = { 37, 40, 44, 46, -1 }; +s32 path_table_46[] = { 37, 43, 45, 47, -1 }; +s32 path_table_47[] = { 43, 46, 60, -1 }; +s32 path_table_48[] = { 9, 49, -1 }; +s32 path_table_49[] = { 48, 50, -1 }; +s32 path_table_50[] = { 49, 51, -1 }; +s32 path_table_51[] = { 50, 52, -1 }; +s32 path_table_52[] = { 51, 53, -1 }; +s32 path_table_53[] = { 52, 54, -1 }; +s32 path_table_54[] = { 53, 55, -1 }; +s32 path_table_55[] = { 54, 56, -1 }; +s32 path_table_56[] = { 55, 57, -1 }; +s32 path_table_57[] = { 56, 58, 59, -1 }; +s32 path_table_58[] = { 57, 59, -1 }; +s32 path_table_59[] = { 57, 58, 81, -1 }; +s32 path_table_60[] = { 47, 61, 66, -1 }; +s32 path_table_61[] = { 60, 62, -1 }; +s32 path_table_62[] = { 61, 65, -1 }; +s32 path_table_63[] = { 64, 74, -1 }; +s32 path_table_64[] = { 63, 65, -1 }; +s32 path_table_65[] = { 62, 64, -1 }; +s32 path_table_66[] = { 60, 67, -1 }; +s32 path_table_67[] = { 66, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 70, 72, -1 }; +s32 path_table_72[] = { 71, 73, -1 }; +s32 path_table_73[] = { 72, 84, -1 }; +s32 path_table_74[] = { 63, 75, -1 }; +s32 path_table_75[] = { 22, 74, 76, -1 }; +s32 path_table_76[] = { 75, 77, -1 }; +s32 path_table_77[] = { 76, 78, -1 }; +s32 path_table_78[] = { 77, 79, -1 }; +s32 path_table_79[] = { 78, 80, -1 }; +s32 path_table_80[] = { 79, 88, -1 }; +s32 path_table_81[] = { 59, 82, -1 }; +s32 path_table_82[] = { 81, 83, -1 }; +s32 path_table_83[] = { 82, 85, 86, -1 }; +s32 path_table_84[] = { 73, 85, -1 }; +s32 path_table_85[] = { 83, 84, 86, -1 }; +s32 path_table_86[] = { 83, 85, 87, -1 }; +s32 path_table_87[] = { 86, 93, -1 }; +s32 path_table_88[] = { 80, 89, -1 }; +s32 path_table_89[] = { 88, 90, -1 }; +s32 path_table_90[] = { 89, 91, -1 }; +s32 path_table_91[] = { 90, 92, -1 }; +s32 path_table_92[] = { 91, 93, 94, -1 }; +s32 path_table_93[] = { 87, 92, 94, -1 }; +s32 path_table_94[] = { 92, 93, 95, -1 }; +s32 path_table_95[] = { 94, 96, -1 }; +s32 path_table_96[] = { 95, 97, 100, -1 }; +s32 path_table_97[] = { 96, 98, 100, -1 }; +s32 path_table_98[] = { 97, 99, -1 }; +s32 path_table_99[] = { 98, 104, -1 }; +s32 path_table_100[] = { 96, 97, 101, -1 }; +s32 path_table_101[] = { 100, 102, -1 }; +s32 path_table_102[] = { 101, 103, -1 }; +s32 path_table_103[] = { 102, 104, -1 }; +s32 path_table_104[] = { 99, 103, 105, -1 }; +s32 path_table_105[] = { 104, 106, -1 }; +s32 path_table_106[] = { 105, 107, -1 }; +s32 path_table_107[] = { 106, 108, -1 }; +s32 path_table_108[] = { 107, 109, -1 }; +s32 path_table_109[] = { 108, 110, -1 }; +s32 path_table_110[] = { 109, 111, -1 }; +s32 path_table_111[] = { 110, 112, -1 }; +s32 path_table_112[] = { 111, 113, -1 }; +s32 path_table_113[] = { 112, 114, -1 }; +s32 path_table_114[] = { 113, 115, -1 }; +s32 path_table_115[] = { 114, 116, -1 }; +s32 path_table_116[] = { 115, 117, -1 }; +s32 path_table_117[] = { 116, 118, -1 }; +s32 path_table_118[] = { 117, 119, -1 }; +s32 path_table_119[] = { 118, 120, -1 }; +s32 path_table_120[] = { 119, 121, -1 }; +s32 path_table_121[] = { 120, 122, -1 }; +s32 path_table_122[] = { 121, 123, -1 }; +s32 path_table_123[] = { 122, 124, -1 }; +s32 path_table_124[] = { 123, 125, -1 }; +s32 path_table_125[] = { 124, 126, -1 }; +s32 path_table_126[] = { 125, 127, -1 }; +s32 path_table_127[] = { 126, 128, -1 }; +s32 path_table_128[] = { 127, 129, -1 }; +s32 path_table_129[] = { 128, 130, -1 }; +s32 path_table_130[] = { 129, 131, -1 }; +s32 path_table_131[] = { 130, 132, -1 }; +s32 path_table_132[] = { 131, 133, -1 }; +s32 path_table_133[] = { 132, 134, -1 }; +s32 path_table_134[] = { 133, 135, -1 }; +s32 path_table_135[] = { 134, 136, -1 }; +s32 path_table_136[] = { 135, 137, -1 }; +s32 path_table_137[] = { 136, 138, -1 }; +s32 path_table_138[] = { 137, 139, -1 }; +s32 path_table_139[] = { 138, 140, -1 }; +s32 path_table_140[] = { 139, 141, -1 }; +s32 path_table_141[] = { 140, 142, -1 }; +s32 path_table_142[] = { 141, 143, -1 }; +s32 path_table_143[] = { 142, 144, -1 }; +s32 path_table_144[] = { 143, 145, -1 }; +s32 path_table_145[] = { 144, 160, -1 }; +s32 path_table_146[] = { 148, 156, -1 }; +s32 path_table_147[] = { 148, 149, -1 }; +s32 path_table_148[] = { 146, 147, -1 }; +s32 path_table_149[] = { 147, 150, -1 }; +s32 path_table_150[] = { 149, 154, -1 }; +s32 path_table_151[] = { 153, -1 }; +s32 path_table_152[] = { 153, 155, -1 }; +s32 path_table_153[] = { 151, 152, 163, -1 }; +s32 path_table_154[] = { 150, 155, -1 }; +s32 path_table_155[] = { 152, 154, -1 }; +s32 path_table_156[] = { 146, 157, 166, -1 }; +s32 path_table_157[] = { 156, 158, -1 }; +s32 path_table_158[] = { 157, 159, -1 }; +s32 path_table_159[] = { 158, 165, -1 }; +s32 path_table_160[] = { 145, 161, -1 }; +s32 path_table_161[] = { 160, 163, -1 }; +s32 path_table_162[] = { 163, 164, -1 }; +s32 path_table_163[] = { 153, 161, 162, -1 }; +s32 path_table_164[] = { 162, 165, -1 }; +s32 path_table_165[] = { 159, 164, -1 }; +s32 path_table_166[] = { 156, 167, -1 }; +s32 path_table_167[] = { 166, 168, -1 }; +s32 path_table_168[] = { 167, 169, -1 }; +s32 path_table_169[] = { 168, 170, -1 }; +s32 path_table_170[] = { 169, 171, -1 }; +s32 path_table_171[] = { 170, 172, -1 }; +s32 path_table_172[] = { 171, 173, -1 }; +s32 path_table_173[] = { 172, 174, -1 }; +s32 path_table_174[] = { 173, 175, -1 }; +s32 path_table_175[] = { 174, 176, -1 }; +s32 path_table_176[] = { 175, 177, -1 }; +s32 path_table_177[] = { 176, 178, -1 }; +s32 path_table_178[] = { 177, -1 }; + +waypoint pathwaypoints[] = { + { 0x0000016f, &path_table_0, 0x00000000, 0x00000000 }, + { 0x0000016e, &path_table_1, 0x00000000, 0x00000000 }, + { 0x0000016d, &path_table_2, 0x00000000, 0x00000000 }, + { 0x0000016c, &path_table_3, 0x00000000, 0x00000000 }, + { 0x0000016b, &path_table_4, 0x00000000, 0x00000000 }, + { 0x0000016a, &path_table_5, 0x00000000, 0x00000000 }, + { 0x00000169, &path_table_6, 0x00000000, 0x00000000 }, + { 0x00000168, &path_table_7, 0x00000001, 0x00000000 }, + { 0x00000167, &path_table_8, 0x00000001, 0x00000000 }, + { 0x00000166, &path_table_9, 0x00000002, 0x00000000 }, + { 0x00000165, &path_table_10, 0x00000002, 0x00000000 }, + { 0x00000164, &path_table_11, 0x00000002, 0x00000000 }, + { 0x00000163, &path_table_12, 0x00000002, 0x00000000 }, + { 0x00000162, &path_table_13, 0x00000002, 0x00000000 }, + { 0x00000161, &path_table_14, 0x00000003, 0x00000000 }, + { 0x00000160, &path_table_15, 0x00000003, 0x00000000 }, + { 0x0000015f, &path_table_16, 0x00000003, 0x00000000 }, + { 0x0000015e, &path_table_17, 0x00000003, 0x00000000 }, + { 0x0000015d, &path_table_18, 0x00000003, 0x00000000 }, + { 0x0000015c, &path_table_19, 0x00000003, 0x00000000 }, + { 0x0000015b, &path_table_20, 0x00000003, 0x00000000 }, + { 0x0000015a, &path_table_21, 0x00000003, 0x00000000 }, + { 0x00000159, &path_table_22, 0x00000003, 0x00000000 }, + { 0x00000158, &path_table_23, 0x00000003, 0x00000000 }, + { 0x00000157, &path_table_24, 0x00000003, 0x00000000 }, + { 0x00000156, &path_table_25, 0x00000004, 0x00000000 }, + { 0x00000155, &path_table_26, 0x00000004, 0x00000000 }, + { 0x00000154, &path_table_27, 0x00000004, 0x00000000 }, + { 0x00000153, &path_table_28, 0x00000004, 0x00000000 }, + { 0x00000152, &path_table_29, 0x00000005, 0x00000000 }, + { 0x00000151, &path_table_30, 0x00000005, 0x00000000 }, + { 0x00000150, &path_table_31, 0x00000005, 0x00000000 }, + { 0x0000014f, &path_table_32, 0x00000005, 0x00000000 }, + { 0x0000014e, &path_table_33, 0x00000005, 0x00000000 }, + { 0x0000014d, &path_table_34, 0x00000005, 0x00000000 }, + { 0x0000014c, &path_table_35, 0x00000005, 0x00000000 }, + { 0x0000014b, &path_table_36, 0x00000005, 0x00000000 }, + { 0x0000014a, &path_table_37, 0x00000005, 0x00000000 }, + { 0x00000149, &path_table_38, 0x00000005, 0x00000000 }, + { 0x00000148, &path_table_39, 0x00000005, 0x00000000 }, + { 0x00000147, &path_table_40, 0x00000005, 0x00000000 }, + { 0x00000146, &path_table_41, 0x00000005, 0x00000000 }, + { 0x00000145, &path_table_42, 0x00000005, 0x00000000 }, + { 0x00000144, &path_table_43, 0x00000005, 0x00000000 }, + { 0x00000143, &path_table_44, 0x00000005, 0x00000000 }, + { 0x00000142, &path_table_45, 0x00000005, 0x00000000 }, + { 0x00000141, &path_table_46, 0x00000005, 0x00000000 }, + { 0x00000140, &path_table_47, 0x00000005, 0x00000000 }, + { 0x0000013f, &path_table_48, 0x00000006, 0x00000000 }, + { 0x0000013e, &path_table_49, 0x00000006, 0x00000000 }, + { 0x0000013d, &path_table_50, 0x00000006, 0x00000000 }, + { 0x0000013c, &path_table_51, 0x00000006, 0x00000000 }, + { 0x0000013b, &path_table_52, 0x00000006, 0x00000000 }, + { 0x0000013a, &path_table_53, 0x00000006, 0x00000000 }, + { 0x00000139, &path_table_54, 0x00000007, 0x00000000 }, + { 0x00000138, &path_table_55, 0x00000007, 0x00000000 }, + { 0x00000137, &path_table_56, 0x00000007, 0x00000000 }, + { 0x00000136, &path_table_57, 0x00000007, 0x00000000 }, + { 0x00000135, &path_table_58, 0x00000007, 0x00000000 }, + { 0x00000134, &path_table_59, 0x00000007, 0x00000000 }, + { 0x00000133, &path_table_60, 0x00000008, 0x00000000 }, + { 0x00000132, &path_table_61, 0x00000008, 0x00000000 }, + { 0x00000131, &path_table_62, 0x00000008, 0x00000000 }, + { 0x00000130, &path_table_63, 0x00000009, 0x00000000 }, + { 0x0000012f, &path_table_64, 0x00000009, 0x00000000 }, + { 0x0000012e, &path_table_65, 0x00000009, 0x00000000 }, + { 0x0000012d, &path_table_66, 0x0000000a, 0x00000000 }, + { 0x0000012c, &path_table_67, 0x0000000a, 0x00000000 }, + { 0x0000012b, &path_table_68, 0x0000000a, 0x00000000 }, + { 0x0000012a, &path_table_69, 0x0000000a, 0x00000000 }, + { 0x00000129, &path_table_70, 0x0000000a, 0x00000000 }, + { 0x00000128, &path_table_71, 0x0000000a, 0x00000000 }, + { 0x00000127, &path_table_72, 0x0000000a, 0x00000000 }, + { 0x00000126, &path_table_73, 0x0000000a, 0x00000000 }, + { 0x00000125, &path_table_74, 0x0000000b, 0x00000000 }, + { 0x00000124, &path_table_75, 0x0000000b, 0x00000000 }, + { 0x00000123, &path_table_76, 0x0000000b, 0x00000000 }, + { 0x00000122, &path_table_77, 0x0000000b, 0x00000000 }, + { 0x00000121, &path_table_78, 0x0000000b, 0x00000000 }, + { 0x00000120, &path_table_79, 0x0000000b, 0x00000000 }, + { 0x0000011f, &path_table_80, 0x0000000b, 0x00000000 }, + { 0x0000011e, &path_table_81, 0x0000000c, 0x00000000 }, + { 0x0000011d, &path_table_82, 0x0000000c, 0x00000000 }, + { 0x0000011c, &path_table_83, 0x0000000c, 0x00000000 }, + { 0x0000011b, &path_table_84, 0x0000000c, 0x00000000 }, + { 0x0000011a, &path_table_85, 0x0000000c, 0x00000000 }, + { 0x00000119, &path_table_86, 0x0000000c, 0x00000000 }, + { 0x00000118, &path_table_87, 0x0000000c, 0x00000000 }, + { 0x00000117, &path_table_88, 0x0000000d, 0x00000000 }, + { 0x00000116, &path_table_89, 0x0000000d, 0x00000000 }, + { 0x00000115, &path_table_90, 0x0000000d, 0x00000000 }, + { 0x00000114, &path_table_91, 0x0000000d, 0x00000000 }, + { 0x00000113, &path_table_92, 0x0000000d, 0x00000000 }, + { 0x00000112, &path_table_93, 0x0000000d, 0x00000000 }, + { 0x00000111, &path_table_94, 0x0000000d, 0x00000000 }, + { 0x00000110, &path_table_95, 0x0000000d, 0x00000000 }, + { 0x0000010f, &path_table_96, 0x0000000e, 0x00000000 }, + { 0x0000010e, &path_table_97, 0x0000000e, 0x00000000 }, + { 0x0000010d, &path_table_98, 0x0000000e, 0x00000000 }, + { 0x0000010c, &path_table_99, 0x0000000e, 0x00000000 }, + { 0x0000010b, &path_table_100, 0x0000000e, 0x00000000 }, + { 0x0000010a, &path_table_101, 0x0000000e, 0x00000000 }, + { 0x00000109, &path_table_102, 0x0000000e, 0x00000000 }, + { 0x00000108, &path_table_103, 0x0000000e, 0x00000000 }, + { 0x00000107, &path_table_104, 0x0000000e, 0x00000000 }, + { 0x00000106, &path_table_105, 0x0000000f, 0x00000000 }, + { 0x00000105, &path_table_106, 0x0000000f, 0x00000000 }, + { 0x00000104, &path_table_107, 0x0000000f, 0x00000000 }, + { 0x00000103, &path_table_108, 0x0000000f, 0x00000000 }, + { 0x00000102, &path_table_109, 0x0000000f, 0x00000000 }, + { 0x00000101, &path_table_110, 0x0000000f, 0x00000000 }, + { 0x00000100, &path_table_111, 0x0000000f, 0x00000000 }, + { 0x000000ff, &path_table_112, 0x0000000f, 0x00000000 }, + { 0x000000fe, &path_table_113, 0x0000000f, 0x00000000 }, + { 0x000000fd, &path_table_114, 0x0000000f, 0x00000000 }, + { 0x000000fc, &path_table_115, 0x0000000f, 0x00000000 }, + { 0x000000fb, &path_table_116, 0x0000000f, 0x00000000 }, + { 0x000000fa, &path_table_117, 0x0000000f, 0x00000000 }, + { 0x000000f9, &path_table_118, 0x0000000f, 0x00000000 }, + { 0x000000f8, &path_table_119, 0x0000000f, 0x00000000 }, + { 0x000000f7, &path_table_120, 0x0000000f, 0x00000000 }, + { 0x000000f6, &path_table_121, 0x0000000f, 0x00000000 }, + { 0x000000f5, &path_table_122, 0x0000000f, 0x00000000 }, + { 0x000000f4, &path_table_123, 0x0000000f, 0x00000000 }, + { 0x000000f3, &path_table_124, 0x0000000f, 0x00000000 }, + { 0x000000f2, &path_table_125, 0x0000000f, 0x00000000 }, + { 0x000000f1, &path_table_126, 0x0000000f, 0x00000000 }, + { 0x000000f0, &path_table_127, 0x0000000f, 0x00000000 }, + { 0x000000ef, &path_table_128, 0x0000000f, 0x00000000 }, + { 0x000000ee, &path_table_129, 0x0000000f, 0x00000000 }, + { 0x000000ed, &path_table_130, 0x0000000f, 0x00000000 }, + { 0x000000ec, &path_table_131, 0x0000000f, 0x00000000 }, + { 0x000000eb, &path_table_132, 0x0000000f, 0x00000000 }, + { 0x000000ea, &path_table_133, 0x0000000f, 0x00000000 }, + { 0x000000e9, &path_table_134, 0x0000000f, 0x00000000 }, + { 0x000000e8, &path_table_135, 0x0000000f, 0x00000000 }, + { 0x000000e7, &path_table_136, 0x0000000f, 0x00000000 }, + { 0x000000e6, &path_table_137, 0x0000000f, 0x00000000 }, + { 0x000000e5, &path_table_138, 0x0000000f, 0x00000000 }, + { 0x000000e4, &path_table_139, 0x0000000f, 0x00000000 }, + { 0x000000e3, &path_table_140, 0x0000000f, 0x00000000 }, + { 0x000000e2, &path_table_141, 0x0000000f, 0x00000000 }, + { 0x000000e1, &path_table_142, 0x0000000f, 0x00000000 }, + { 0x000000e0, &path_table_143, 0x0000000f, 0x00000000 }, + { 0x000000df, &path_table_144, 0x0000000f, 0x00000000 }, + { 0x000000de, &path_table_145, 0x0000000f, 0x00000000 }, + { 0x000000dd, &path_table_146, 0x00000010, 0x00000000 }, + { 0x000000dc, &path_table_147, 0x00000010, 0x00000000 }, + { 0x000000db, &path_table_148, 0x00000010, 0x00000000 }, + { 0x000000da, &path_table_149, 0x00000010, 0x00000000 }, + { 0x000000d9, &path_table_150, 0x00000010, 0x00000000 }, + { 0x000000d8, &path_table_151, 0x00000010, 0x00000000 }, + { 0x000000d7, &path_table_152, 0x00000010, 0x00000000 }, + { 0x000000d6, &path_table_153, 0x00000010, 0x00000000 }, + { 0x000000d5, &path_table_154, 0x00000010, 0x00000000 }, + { 0x000000d4, &path_table_155, 0x00000010, 0x00000000 }, + { 0x000000d3, &path_table_156, 0x00000011, 0x00000000 }, + { 0x000000d2, &path_table_157, 0x00000011, 0x00000000 }, + { 0x000000d1, &path_table_158, 0x00000011, 0x00000000 }, + { 0x000000d0, &path_table_159, 0x00000011, 0x00000000 }, + { 0x000000cf, &path_table_160, 0x00000011, 0x00000000 }, + { 0x000000ce, &path_table_161, 0x00000011, 0x00000000 }, + { 0x000000cd, &path_table_162, 0x00000011, 0x00000000 }, + { 0x000000cc, &path_table_163, 0x00000011, 0x00000000 }, + { 0x000000cb, &path_table_164, 0x00000011, 0x00000000 }, + { 0x000000ca, &path_table_165, 0x00000011, 0x00000000 }, + { 0x000000c9, &path_table_166, 0x00000012, 0x00000000 }, + { 0x000000c8, &path_table_167, 0x00000012, 0x00000000 }, + { 0x000000c7, &path_table_168, 0x00000012, 0x00000000 }, + { 0x000000c6, &path_table_169, 0x00000012, 0x00000000 }, + { 0x000000c5, &path_table_170, 0x00000013, 0x00000000 }, + { 0x000000c4, &path_table_171, 0x00000013, 0x00000000 }, + { 0x000000c3, &path_table_172, 0x00000013, 0x00000000 }, + { 0x000000c2, &path_table_173, 0x00000013, 0x00000000 }, + { 0x000000c1, &path_table_174, 0x00000013, 0x00000000 }, + { 0x000000c0, &path_table_175, 0x00000014, 0x00000000 }, + { 0x000000bf, &path_table_176, 0x00000014, 0x00000000 }, + { 0x000000be, &path_table_177, 0x00000014, 0x00000000 }, + { 0x000000bd, &path_table_178, 0x00000014, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_set_0[] = { 166, 167, 168, 169, -1 }; +s32 path_set_1[] = { 78, 79, 80, -1 }; +s32 path_set_2[] = { 76, 74, 63, 64, -1 }; +s32 path_set_3[] = { 27, 25, 23, 24, 13, -1 }; +s32 path_set_4[] = { 139, 138, 137, 136, 135, 134, 133, 132, 131, 130, 129, 128, 127, -1 }; +s32 path_set_5[] = { 115, 114, 113, 112, 111, 110, 109, 108, 107, 106, 105, -1 }; +s32 path_set_6[] = { 31, 33, 29, 37, 46, 47, 43, 42, 41, 44, 39, 38, 32, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { &path_set_1, 0x01, 0x00, 0x0000 }, + { &path_set_2, 0x02, 0x00, 0x0000 }, + { &path_set_3, 0x03, 0x00, 0x0000 }, + { &path_set_4, 0x04, 0x00, 0x0000 }, + { &path_set_5, 0x05, 0x00, 0x0000 }, + { &path_set_6, 0x06, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x200005fd, 0x00070400 }; +u32 ai_1[] = { 0x200105fd, 0x00070400 }; +u32 ai_2[] = { 0x200205fd, 0x00070400 }; +u32 ai_3[] = { 0x200305fd, 0x00070400 }; +u32 ai_4[] = { 0x200405fd, 0x00070400 }; +u32 ai_5[] = { 0x200505fd, 0x00070400 }; +u32 ai_6[] = { 0x200605fd, 0x00070400 }; +u32 ai_11[] = { 0x8fea60ab, 0x00c19d00, 0x00080002, 0x40033c33, 0x01400233, 0x1f232800, 0x1d021d03, 0x54fd2328, 0x022f2e01, 0x1d022e01, 0x33020403, 0x2f2e0104, 0x0202ad44, 0x0a009c00, 0x0100002f, 0x9c000080, 0x0001022f, 0x9c000080, 0x001c9c00, 0x0020001b, 0x9c000010, 0x00199c00, 0x00080018, 0x9c000004, 0x00179c00, 0x00020016, 0x9c000001, 0x00150214, 0xad310a00, 0x9a000001, 0x00ab00d3, 0x67196710, 0x002e0215, 0x9a000002, 0x00ab00de, 0x671a6711, 0x002e0216, 0x9a000004, 0x00ab0107, 0x671b6712, 0x002e0217, 0x9a000008, 0x00ab0110, 0x671c6713, 0x002e0218, 0xad350a00, 0x9a000010, 0x00ab0159, 0x671d6714, 0x002e0219, 0xad360a00, 0x9a000020, 0x00ab0167, 0x671e6715, 0x002e021b, 0xad370a00, 0x9a000080, 0x00ab0169, 0x67206717, 0x67246725, 0x002e021c, 0xad380a00, 0x67216718, 0xab016f00, 0x05022e01, 0x3302051d, 0x0206032f, 0x2e4dfd00, 0x0a23282e, 0x0106022e, 0x22020b03, 0x010b0201, 0xad570a00, 0x1c01689a, 0x00010000, 0x0207ad34, 0x0a00032f, 0x2e4dfd00, 0x3201682e, 0x0107022e, 0x0208ad35, 0x0a00033c, 0x2e010802, 0x2ec31c0a, 0x9a000200, 0x00ae0209, 0x033335c8, 0x2f150001, 0x00002e02, 0x2f1a2e01, 0x09022e02, 0x0a034b00, 0x640c5b22, 0x0c010202, 0x2eb40009, 0x600c2f2f, 0x010a020c, 0x03662166, 0x18002e02, 0x2e010202, 0x2f010904 }; +u32 ai_7[] = { 0x02000396, 0x102e462a, 0x3a2a3b2b, 0x32223c21, 0x39203e20, 0x3f202f04, 0x0100022e, 0x01000204, 0x79002b01, 0x00020501, 0x00022033, 0x35402301, 0x00022310, 0x21010002, 0x21474022, 0x48c0224b, 0x000a2201, 0x00022233, 0x35c82645, 0x26010002, 0x264b0014, 0x2a79002b, 0x06040805, 0xfd040902, 0x2a060408, 0x05fd040a, 0x022b3335, 0x40300604, 0x0805fd04, 0x0b0230ad, 0x4966206f, 0x6e6c7920, 0x49206861, 0x64206120, 0x67756e21, 0x21210a00, 0x1a310100, 0x0231032f, 0x02013102, 0x02010004 }; +u32 ai_8[] = { 0x0200032f, 0x27010002, 0x27333596, 0x28333500, 0x29000202, 0x280e0202, 0x29100202, 0x02032f04, 0x01020204, 0x3c210702, 0x21476e22, 0x4891224b, 0x000a2207, 0x02220127, 0x04000000 }; +u32 ai_9[] = { 0x02000333, 0x35fd2b46, 0x2b002a02, 0x2a452c4c, 0x00c8253c, 0x2c002502, 0x2c790103, 0x21010002, 0x25002b02, 0x2b06040a, 0x05fd040b, 0x02020702, 0x0305fd00, 0x10040000 }; +u32 ai_10[] = { 0x61fd0200, 0x1c017002, 0x04032f02, 0x4dfd0032, 0x01700246, 0x2a010402, 0x2aad210a, 0x0021022e, 0x033335dc, 0x2e3b2e2f, 0x2e012e02, 0x2ead496d, 0x206f6666, 0x210a0001, 0x0002024d, 0xfd003201, 0x70390702, 0x393c0522, 0x07020503, 0x07040000 }; +u32 ai_14[] = { 0x02000346, 0x2e3a2e3b, 0x2e322e3c, 0x2e010002, 0x2e3335fa, 0x2f35962e, 0x14000100, 0x0004022f, 0x4b00502e, 0x4c012c2e, 0x1a04022e, 0x15000100, 0x00040204, 0x032f0201, 0x04020201, 0x00040000 }; +u32 ai_13[] = { 0x04000000 }; +u32 ai_12[] = { 0x04000000 }; +u32 ai_23[] = { 0x021d039c, 0x00040000, 0x2f5b092e, 0x9a000400, 0x00022e9c, 0x00080000, 0x2f5b0a2e, 0x9a000800, 0x00022e9c, 0x00100000, 0x2f5b0b2e, 0x9a001000, 0x00022e9c, 0x00200000, 0x2f5b0c2e, 0x9a002000, 0x00022e5c, 0x09055c0a, 0x055c0b05, 0x5c0c0501, 0x1d022fc3, 0x1c0b0004, 0x0205c400, 0x5000c500, 0x090000ae, 0x020003b4, 0x00003c06, 0x01000206, 0xc31c0c9a, 0x00400000, 0x00040204, 0x03010404 }; +u32 ai_24[] = { 0xad68656c, 0x6c6f0002, 0x00039c00, 0x0200003c, 0x0100023c, 0xae662366, 0x246625ad, 0x210a0003, 0x31592e00, 0x1e022ef3, 0x1ebd04ff, 0x01660410, 0x00000001, 0x2e021e02, 0x2e03315a, 0x2e001e02, 0x2ef31ebd, 0x04ff0124, 0x04110000, 0x00012e02, 0x1e022e03, 0x315b2e00, 0x1e022ef3, 0x1ebd04ff, 0x01330412, 0x00000001, 0x2e021e02, 0x0203b400, 0x09602e01, 0x02022e01, 0x3c040000 }; +u32 ai_15[] = { 0x8e59ad68, 0x310a0005, 0xfd041304 }; +u32 ai_16[] = { 0x8e5aad68, 0x320a0005, 0xfd041304 }; +u32 ai_17[] = { 0x8e5bad68, 0x330a0005, 0xfd041304 }; +u32 ai_18[] = { 0x3335c82e, 0x7200782e, 0x3564048f, 0x0050c000, 0xde000000, 0x00000200, 0xbf00c309, 0x80000000, 0x00020033, 0x356400bf, 0x00c30990, 0x00000000, 0x02000002, 0x02048f00, 0x78c000dd, 0x00000000, 0x000200bf, 0x00c50e80, 0x00000000, 0x02003335, 0x6400bf00, 0xc50e9000, 0x00000002, 0x00000202, 0x2e8f003c, 0xc000dc00, 0x00000000, 0x0200bf00, 0xcf100000, 0x00000002, 0x00020206, 0x000205fd, 0x00080400 }; +u32 ai_19[] = { 0x0200033a, 0x333b3303, 0x46333c33, 0x03333532, 0x2e453302, 0x2e010002, 0x33060002, 0x05fd0008, 0x04000000 }; +u32 ai_20[] = { 0x90005002, 0x00033a33, 0x3b333933, 0x0346333c, 0x33033335, 0x322e4533, 0x022e0100, 0x02330600, 0x0d05fd00, 0x0d040000 }; +u32 ai_21[] = { 0xd9fd0171, 0x2e022ee0, 0xfd01ae02, 0x0803b400, 0x003c2e01, 0x08022e0a, 0x00650008, 0x006d0410, 0x020403b4, 0x0000702e, 0x0104022e, 0xe0fd0002, 0x0503b400, 0x00ea2e01, 0x05022e67, 0x26020703, 0x6826012e, 0x0107022e, 0xda020603, 0xdc2e0106, 0x022ed202, 0x02030102, 0x04000000 }; +u32 ai_25[] = { 0x024003eb, 0x43550171, 0x2e014002, 0x2e9a0080, 0x0000ecd7, 0x00da0204, 0x03dc2e01, 0x04022ef1, 0x2e05fd00, 0x0f022edd, 0xeadf26df, 0x2759022e, 0x59032e59, 0x1a2e591b, 0x2e591c2e, 0x591d2e59, 0x182e5919, 0x2e59042e, 0x59052e59, 0x062e5907, 0x2e59082e, 0x59092e59, 0x0a2e590b, 0x2e590c2e, 0x590d2e59, 0x0e2e590f, 0x2e59102e, 0x59112e59, 0x122e5913, 0x2e59162e, 0x59142e59, 0x152ee404, 0x022eed03, 0x0303d528, 0x00020000, 0x05f80416, 0xdbf40000, 0xff020503, 0xdc2e0105, 0x022e05fd, 0x00010243, 0x05fd0001, 0x04000000 }; +u32 ai_22[] = { 0xae0a0062, 0x00000001, 0x04100204, 0x03b40000, 0x002e0104, 0x022e0a00, 0x620001ff, 0xff041002, 0x02030102, 0x04000000 }; +u32 ai_26[] = { 0x020403cf, 0x2e010402, 0x2e05f804, 0x17020203, 0x01020400 }; +u32 ai_27[] = { 0x024003a0, 0x49001000, 0x00a04a00, 0x100000a0, 0x4b001000, 0x00a05400, 0x100000a0, 0x55001000, 0x0003021d, 0x03f7022e, 0x011d022e, 0xc31c0d9a, 0x01000000, 0x05fd0001, 0x04000000 }; +u32 ai_28[] = { 0x020003cf, 0x05010002, 0x04035501, 0x701e002e, 0x021e0104, 0x022ef501, 0x02050355, 0x01702e01, 0x05022ef4, 0x0100ff01, 0x04040000 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00001000 }, + /* index = 24 */ + { &ai_24, 0x00001001 }, + /* index = 25 */ + { &ai_25, 0x00001002 }, + /* index = 26 */ + { &ai_26, 0x00001003 }, + /* index = 27 */ + { &ai_27, 0x00001004 }, + /* index = 28 */ + { &ai_28, 0x00001005 }, + /* index = 29 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/UsetupcontrolZ.c b/assets/obseg/setup/UsetupcontrolZ.c new file mode 100644 index 0000000..ead28df --- /dev/null +++ b/assets/obseg/setup/UsetupcontrolZ.c @@ -0,0 +1,1780 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:10 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupcontrolZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {482.0f, 193.0f, -426.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p337j1", 0 }, + { {-478.0f, 193.0f, -430.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p375j2", 0 }, + { {52.0f, 40.0f, -205.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p445j2", 0 }, + { {1672.0f, 35.0f, 154.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p830a2", 0 }, + { {1663.0f, 13.0f, -317.0f}, {0.0f, 1.0f, 0.0f}, {-0.999924f, 0.0f, -0.012352f}, "p145a", 0 }, + { {1621.0f, 13.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {-0.999924f, 0.0f, -0.012352f}, "p148a", 0 }, + { {1466.0f, 13.0f, -263.0f}, {0.0f, 1.0f, 0.0f}, {-0.999924f, 0.0f, -0.012352f}, "p133a1", 0 }, + { {-1052.0f, 13.0f, -1515.0f}, {0.0f, 1.0f, 0.0f}, {-0.861589f, 0.0f, -0.507607f}, "p1336e2", 0 }, + { {-1075.0f, 35.0f, -184.0f}, {0.0f, 1.0f, 0.0f}, {-0.113089f, 0.0f, -0.993585f}, "p508c1", 0 }, + { {-1623.0f, 13.0f, -1362.0f}, {0.0f, 1.0f, 0.0f}, {-0.014007f, 0.0f, -0.999902f}, "p1357e1", 0 }, + { {-1546.0f, 13.0f, -1400.0f}, {0.0f, 1.0f, 0.0f}, {-0.403619f, 0.0f, -0.914927f}, "p1346e1", 0 }, + { {-1467.0f, 13.0f, -1640.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1363e1", 0 }, + { {-1284.0f, 13.0f, -1640.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1366e1", 0 }, + { {-597.0f, 13.0f, -1358.0f}, {0.0f, 1.0f, 0.0f}, {0.861589f, 0.0f, 0.507607f}, "p1874d2", 0 }, + { {-541.0f, 13.0f, -1502.0f}, {0.0f, 1.0f, 0.0f}, {0.861589f, 0.0f, 0.507607f}, "p1884d1", 0 }, + { {-437.0f, 13.0f, -1470.0f}, {0.0f, 1.0f, 0.0f}, {-0.120338f, 0.0f, 0.992733f}, "p1881d2", 0 }, + { {-613.0f, 13.0f, -635.0f}, {0.0f, 1.0f, 0.0f}, {0.861589f, 0.0f, 0.507607f}, "p1903d2", 0 }, + { {-2046.0f, 13.0f, -1129.0f}, {0.0f, 1.0f, 0.0f}, {-0.373176f, 0.0f, 0.927761f}, "p36k", 0 }, + { {-1934.0f, 13.0f, -1133.0f}, {0.0f, 1.0f, 0.0f}, {-0.373176f, 0.0f, 0.927761f}, "p629k2", 0 }, + { {-2009.0f, 48.0f, -961.0f}, {0.0f, 1.0f, 0.0f}, {-0.769917f, 0.0f, 0.638144f}, "p4k1", 0 }, + { {-2139.0f, 48.0f, -942.0f}, {0.0f, 1.0f, 0.0f}, {-0.120338f, 0.0f, 0.992733f}, "p8k2", 0 }, + { {-2375.0f, 0.0f, -1277.0f}, {0.0f, 1.0f, 0.0f}, {0.861589f, 0.0f, 0.507607f}, "p95l2", 0 }, + { {-2282.0f, 0.0f, -1223.0f}, {0.0f, 1.0f, 0.0f}, {-0.008806f, 0.0f, 0.999961f}, "p95l2", 0 }, + { {-1543.0f, 0.0f, 419.0f}, {0.0f, 1.0f, 0.0f}, {0.008807f, 0.0f, -0.999961f}, "p271m2", 0 }, + { {-1557.0f, 0.0f, -300.0f}, {0.0f, 1.0f, 0.0f}, {-0.999961f, 0.0f, -0.008806f}, "p282m", 0 }, + { {-1424.0f, 0.0f, 496.0f}, {0.0f, 1.0f, 0.0f}, {-0.999961f, 0.0f, -0.008875f}, "p300m2", 0 }, + { {-1650.0f, 0.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {0.008806f, 0.0f, -0.999961f}, "p299m", 0 }, + { {-1774.0f, 0.0f, -1700.0f}, {0.0f, 1.0f, 0.0f}, {-0.968168f, 0.0f, 0.250302f}, "p66k1", 0 }, + { {-2246.0f, 0.0f, 385.0f}, {0.0f, 1.0f, 0.0f}, {0.999961f, 0.0f, 0.008875f}, "p447m1", 0 }, + { {-2241.0f, 0.0f, 206.0f}, {0.0f, 1.0f, 0.0f}, {0.999961f, 0.0f, 0.008875f}, "p1431m", 0 }, + { {-647.0f, 35.0f, -2047.0f}, {0.0f, 1.0f, 0.0f}, {0.707106f, 0.0f, 0.707108f}, "p1977g", 0 }, + { {1017.0f, 35.0f, -2386.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1990g1", 0 }, + { {-643.0f, 35.0f, -2406.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1975g1", 0 }, + { {466.0f, 35.0f, -2386.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1936g2", 0 }, + { {560.0f, 35.0f, -1158.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1907g2", 0 }, + { {1027.0f, 35.0f, -1349.0f}, {0.0f, 1.0f, 0.0f}, {-0.707108f, 0.0f, 0.707106f}, "p1919g1", 0 }, + { {-193.0f, 35.0f, -1689.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1954g", 0 }, + { {338.0f, 35.0f, -1342.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1916g2", 0 }, + { {1255.0f, 35.0f, -2050.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p56i", 0 }, + { {654.0f, 35.0f, -914.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p817b2", 0 }, + { {351.0f, 35.0f, -596.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p801b2", 0 }, + { {-928.0f, 172.0f, -794.0f}, {0.0f, 1.0f, 0.0f}, {-0.965925f, 0.0f, -0.258821f}, "p496c1", 0 }, + { {-929.0f, 35.0f, -344.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p500c", 0 }, + { {-1125.0f, 162.0f, -793.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258818f}, "p496c1", 0 }, + { {1744.0f, 187.0f, -368.0f}, {0.0f, -1.0f, 2e-06}, {-1.0f, 0.0f, 0.0f}, "p142a2", 0 }, + { {1468.0f, 187.0f, -193.0f}, {0.0f, -1.0f, 2e-06}, {-1.0f, 0.0f, 0.0f}, "p133a1", 0 }, + { {973.0f, 187.0f, 162.0f}, {-2e-06, -1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p846a2", 0 }, + { {969.0f, 187.0f, -731.0f}, {2e-06, -1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p432a2", 0 }, + { {81.0f, 13.0f, -1493.0f}, {0.0f, 1.0f, 0.0f}, {-0.120338f, 0.0f, 0.992733f}, "p1853d2", 0 }, + { {-1282.0f, 287.0f, 98.0f}, {0.0f, -1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p330m2", 0 }, + { {-1797.0f, 438.0f, 60.0f}, {0.0f, -1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p341m2", 0 }, + { {-1578.0f, 438.0f, 553.0f}, {0.0f, -1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p276m2", 0 }, + { {-2416.0f, 0.0f, -1074.0f}, {0.0f, 1.0f, 0.0f}, {-0.008806f, 0.0f, 0.999961f}, "p103l", 0 }, + { {-2059.0f, 29.0f, -1076.0f}, {0.0f, 1.0f, 0.0f}, {0.103129f, 0.0f, 0.994668f}, "p48k", 0 }, + { {-1952.0f, 29.0f, -1083.0f}, {0.0f, 1.0f, 0.0f}, {-0.994667f, 0.0f, 0.103136f}, "p41k2", 0 }, + { {-2155.0f, 31.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {-0.987468f, 0.0f, -0.157816f}, "p8k2", 0 }, + { {-2152.0f, 70.0f, -880.0f}, {0.0f, 1.0f, 0.0f}, {0.987468f, 0.0f, 0.157816f}, "p7k1", 0 }, + { {-2142.0f, 36.0f, -724.0f}, {0.0f, 1.0f, 0.0f}, {-0.408008f, 0.0f, 0.912978f}, "p35l", 0 }, + { {-2046.0f, 102.0f, -995.0f}, {0.0f, 1.0f, 0.0f}, {-0.934081f, 0.0f, 0.357061f}, "p4k2", 0 }, + { {-2034.0f, 35.0f, -913.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p5k", 0 }, + { {735.0f, 347.0f, 531.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p126j", 0 }, + { {678.0f, 347.0f, 264.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p129j1", 0 }, + { {667.0f, 347.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p119j1", 0 }, + { {649.0f, 347.0f, -214.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p154j1", 0 }, + { {146.0f, 347.0f, -377.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p213j", 0 }, + { {140.0f, 347.0f, -601.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p207j2", 0 }, + { {-3.0f, 347.0f, -838.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p243j", 0 }, + { {-179.0f, 347.0f, -590.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p216j1", 0 }, + { {-153.0f, 347.0f, -378.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p183j1", 0 }, + { {-658.0f, 347.0f, -213.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p194j1", 0 }, + { {-674.0f, 347.0f, -32.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p159j1", 0 }, + { {-676.0f, 347.0f, 266.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p169j1", 0 }, + { {-1.0f, 194.0f, -479.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p298j2", 0 }, + { {118.0f, 194.0f, -408.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p302j1", 0 }, + { {146.0f, 194.0f, -192.0f}, {0.0f, 1.0f, 0.0f}, {-0.390729f, 0.0f, -0.920506f}, "p303j1", 0 }, + { {-111.0f, 194.0f, -406.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p302j2", 0 }, + { {-150.0f, 194.0f, -188.0f}, {0.0f, 1.0f, 0.0f}, {0.390733f, 0.0f, -0.920504f}, "p356j2", 0 }, + { {89.0f, 194.0f, -772.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p288j2", 0 }, + { {-97.0f, 194.0f, -769.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p291j1", 0 }, + { {-1.0f, 194.0f, -751.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p289j", 0 }, + { {657.0f, 194.0f, -182.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p330j1", 0 }, + { {678.0f, 194.0f, 264.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p304j1", 0 }, + { {736.0f, 194.0f, 461.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p307j", 0 }, + { {652.0f, 194.0f, 213.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p322j", 0 }, + { {-654.0f, 194.0f, -180.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p368j1", 0 }, + { {-676.0f, 194.0f, 266.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p342j1", 0 }, + { {-742.0f, 194.0f, 456.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p345j", 0 }, + { {-649.0f, 194.0f, 210.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p360j", 0 }, + { {769.0f, 35.0f, -283.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p428j", 0 }, + { {556.0f, 35.0f, -437.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p434j", 0 }, + { {302.0f, 35.0f, -452.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p469j", 0 }, + { {190.0f, 35.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p464j2", 0 }, + { {105.0f, 35.0f, -451.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p450j1", 0 }, + { {89.0f, 35.0f, -772.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p479j2", 0 }, + { {-97.0f, 35.0f, -769.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p482j1", 0 }, + { {-1.0f, 35.0f, -479.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p489j2", 0 }, + { {-111.0f, 35.0f, -448.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p449j2", 0 }, + { {-205.0f, 35.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p455j1", 0 }, + { {-271.0f, 35.0f, -451.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p457j1", 0 }, + { {-789.0f, 35.0f, -292.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p396j", 0 }, + { {-548.0f, 35.0f, -449.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p402j", 0 }, + { {-193.0f, 35.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p537j2", 0 }, + { {-556.0f, 35.0f, 30.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p530j", 0 }, + { {-373.0f, 35.0f, 2.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p535j2", 0 }, + { {-456.0f, 90.0f, 136.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1476j2", 0 }, + { {-533.0f, 147.0f, 195.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1482j1", 0 }, + { {-132.0f, 35.0f, 265.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p551j1", 0 }, + { {-131.0f, 35.0f, 520.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p550j2", 0 }, + { {-344.0f, 35.0f, 524.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p551j1", 0 }, + { {-348.0f, 35.0f, 271.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p551j1", 0 }, + { {-495.0f, 35.0f, 374.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p544j2", 0 }, + { {-562.0f, 35.0f, 205.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p520j1", 0 }, + { {-7.0f, 35.0f, 261.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p551j2", 0 }, + { {562.0f, 35.0f, 195.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p501j2", 0 }, + { {490.0f, 35.0f, 359.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p496j2", 0 }, + { {360.0f, 35.0f, 282.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p548j1", 0 }, + { {362.0f, 35.0f, 510.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p499j", 0 }, + { {128.0f, 35.0f, 522.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p549j2", 0 }, + { {126.0f, 35.0f, 267.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p548j1", 0 }, + { {533.0f, 147.0f, 195.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1508j2", 0 }, + { {452.0f, 90.0f, 136.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1500j2", 0 }, + { {368.0f, 35.0f, 12.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p516j1", 0 }, + { {555.0f, 35.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p511j", 0 }, + { {188.0f, 35.0f, -17.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p517j2", 0 }, + { {684.0f, 35.0f, 467.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p421j1", 0 }, + { {667.0f, 35.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p424j1", 0 }, + { {-694.0f, 35.0f, 452.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p388j", 0 }, + { {-676.0f, 35.0f, -79.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p392j1", 0 }, + { {-858.0f, 35.0f, -287.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p505c", 0 }, + { {-1017.0f, 35.0f, -405.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p498c1", 0 }, + { {-1017.0f, 107.0f, -650.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p510c2", 0 }, + { {-1000.0f, 167.0f, -821.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p496c2", 0 }, + { {-1002.0f, 167.0f, -910.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p735e1", 0 }, + { {-1478.0f, 167.0f, -918.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p735e2", 0 }, + { {-1692.0f, 19.0f, -1040.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1354e2", 0 }, + { {-1694.0f, 19.0f, -1110.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1355e2", 0 }, + { {-1676.0f, 19.0f, -1484.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1359e1", 0 }, + { {-1475.0f, 19.0f, -1545.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1363e1", 0 }, + { {-994.0f, 19.0f, -1548.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1371e1", 0 }, + { {-864.0f, 19.0f, -1435.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1375e1", 0 }, + { {-741.0f, 19.0f, -1312.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1376e", 0 }, + { {-1480.0f, 19.0f, -1081.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1352e2", 0 }, + { {-1000.0f, 19.0f, -1080.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1351e2", 0 }, + { {-868.0f, 19.0f, -1173.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1378e2", 0 }, + { {555.0f, 35.0f, -571.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p806b1", 0 }, + { {586.0f, 35.0f, -917.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p816b1", 0 }, + { {582.0f, 35.0f, -1046.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1909g", 0 }, + { {833.0f, 35.0f, -1053.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1910g2", 0 }, + { {919.0f, 35.0f, -1091.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1914g", 0 }, + { {695.0f, 35.0f, -1177.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1910g1", 0 }, + { {699.0f, 35.0f, -1294.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1911g1", 0 }, + { {578.0f, 35.0f, -1320.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1916g2", 0 }, + { {864.0f, 35.0f, -1327.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1915g2", 0 }, + { {883.0f, 35.0f, -1560.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1920g", 0 }, + { {609.0f, 35.0f, -1544.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1918g", 0 }, + { {623.0f, 35.0f, -1790.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1941g", 0 }, + { {881.0f, 35.0f, -1711.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1924g2", 0 }, + { {1157.0f, 35.0f, -2050.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1931g1", 0 }, + { {1232.0f, 35.0f, -2050.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p53i", 0 }, + { {985.0f, 35.0f, -2165.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1934g2", 0 }, + { {972.0f, 35.0f, -2414.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1990g1", 0 }, + { {746.0f, 35.0f, -2403.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1990g2", 0 }, + { {366.0f, 35.0f, -2160.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1936g1", 0 }, + { {-184.0f, 35.0f, -1759.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1954g", 0 }, + { {-192.0f, 35.0f, -1638.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1954g", 0 }, + { {-510.0f, 35.0f, -1726.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1965g1", 0 }, + { {-512.0f, 35.0f, -1950.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1969g1", 0 }, + { {-642.0f, 35.0f, -2121.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1978g", 0 }, + { {-736.0f, 35.0f, -2119.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p57h", 0 }, + { {-502.0f, 35.0f, -1628.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1965g2", 0 }, + { {-233.0f, 35.0f, -1929.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1955g1", 0 }, + { {873.0f, 35.0f, -287.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1161a2", 0 }, + { {962.0f, 35.0f, -285.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p131a2", 0 }, + { {1321.0f, 35.0f, -282.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p138a", 0 }, + { {1614.0f, 35.0f, -279.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p145a", 0 }, + { {1889.0f, 35.0f, -274.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p154a", 0 }, + { {2206.0f, 35.0f, -282.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p162a1", 0 }, + { {2193.0f, 91.0f, -155.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1211a2", 0 }, + { {2128.0f, 198.0f, -84.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1219a2", 0 }, + { {2018.0f, 244.0f, -65.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p644a1", 0 }, + { {1889.0f, 244.0f, -65.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p705a2", 0 }, + { {1598.0f, 244.0f, -68.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p700a2", 0 }, + { {1329.0f, 244.0f, -83.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p693a1", 0 }, + { {1046.0f, 244.0f, -60.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p709a", 0 }, + { {2195.0f, 91.0f, -405.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1181a1", 0 }, + { {2139.0f, 198.0f, -474.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1191a2", 0 }, + { {1046.0f, 244.0f, -495.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p295a", 0 }, + { {1324.0f, 244.0f, -503.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p279a1", 0 }, + { {1598.0f, 244.0f, -503.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p284a1", 0 }, + { {1889.0f, 244.0f, -500.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p289a1", 0 }, + { {2018.0f, 244.0f, -500.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p229a1", 0 }, + { {-637.0f, 19.0f, -1306.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1874d2", 0 }, + { {-510.0f, 19.0f, -1303.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1871d2", 0 }, + { {-507.0f, 19.0f, -1519.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1884d1", 0 }, + { {-340.0f, 19.0f, -1281.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1870d1", 0 }, + { {-491.0f, 19.0f, -1113.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1869d2", 0 }, + { {-489.0f, 19.0f, -921.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1896d2", 0 }, + { {-525.0f, 19.0f, -732.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1900d1", 0 }, + { {-552.0f, 19.0f, -584.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1905d2", 0 }, + { {-175.0f, 19.0f, -1072.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1862d2", 0 }, + { {-45.0f, 19.0f, -1151.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1866d1", 0 }, + { {121.0f, 19.0f, -1065.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1857d2", 0 }, + { {123.0f, 19.0f, -1452.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1854d", 0 }, + { {-1924.0f, 27.0f, -522.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p57n", 0 }, + { {-1923.0f, 27.0f, -434.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2143m1", 0 }, + { {-1605.0f, 27.0f, -208.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p286m2", 0 }, + { {-1611.0f, 27.0f, 309.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p270m2", 0 }, + { {-1604.0f, 27.0f, 534.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p276m2", 0 }, + { {-1084.0f, 27.0f, 531.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p251m", 0 }, + { {-2247.0f, 27.0f, 226.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1431m", 0 }, + { {-2275.0f, 27.0f, -742.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p29l1", 0 }, + { {-2301.0f, 27.0f, -1184.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p95l2", 0 }, + { {-2123.0f, 27.0f, -753.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p34l", 0 }, + { {-1987.0f, 27.0f, -1669.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p54k1", 0 }, + { {-1085.0f, 124.0f, 214.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p245m1", 0 }, + { {-865.0f, 209.0f, 202.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1623j", 0 }, + { {-1606.0f, 27.0f, -7.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p263m2", 0 }, + { {-1286.0f, 27.0f, -14.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p328m", 0 }, + { {-1902.0f, 27.0f, 298.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p348m", 0 }, + { {-1695.0f, 27.0f, -1700.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p68k2", 0 }, + { {-1248.0f, 27.0f, 543.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p304m1", 0 }, + { {-2252.0f, 27.0f, 33.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2433m1", 0 }, + { {-2253.0f, 27.0f, -40.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p474m", 0 }, + { {-1960.0f, 0.0f, -586.0f}, {2e-06, 1.0f, -1e-06}, {0.594242f, 0.0f, 0.804286f}, "p56n", 0 }, + { {-1892.0f, 0.0f, -593.0f}, {2e-06, 1.0f, 1e-06}, {-0.399411f, 0.0f, 0.916772f}, "p55n", 0 }, + { {-1249.0f, 0.0f, 500.0f}, {0.0f, 1.0f, 0.0f}, {0.008806f, 0.0f, -0.999961f}, "p304m2", 0 }, + { {-1249.0f, 13.0f, 469.0f}, {0.0f, 1.0f, 0.0f}, {0.008806f, 0.0f, -0.999961f}, "p304m2", 0 }, + { {-25.0f, 0.0f, 322.0f}, {0.0f, 1.0f, 0.0f}, {-0.258821f, 0.0f, 0.965925f}, "p551j2", 0 }, + { {-49.0f, 0.0f, 391.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p550j1", 0 }, + { {821.0f, 347.0f, 938.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p51f", 0 }, + { {608.0f, 349.0f, 982.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p28f", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-1.0f, 10.0f, -116.0f}, {0.0f, 1.0f, 4e-05}, {0.005277f, 4e-05, -0.999986f}, "p444j2", 0, {-71.14678f, 72.2101f, -0.001593f, 45.001114f, -28.379587f, 40.37414f} }, + { {-1.0f, 0.0f, 145.0f}, {0.0f, 1.0f, 4e-05}, {0.005277f, 4e-05, -0.999986f}, "p551j2", 0, {-71.14678f, 72.2101f, -0.001593f, 45.001114f, -28.379587f, 40.37414f} }, + { {-244.0f, 0.0f, 189.0f}, {1e-05, 1.0f, 3.8e-05}, {-0.263913f, 4e-05, -0.964546f}, "p551j1", 0, {-72.158775f, 72.14937f, -0.001585f, 45.00114f, -29.000433f, 39.44122f} }, + { {250.0f, 0.0f, 192.0f}, {-1e-05, 1.0f, 3.8e-05}, {0.263913f, 4e-05, -0.964546f}, "p548j1", 0, {-72.14937f, 71.95129f, -0.001585f, 45.00114f, -29.000433f, 39.44122f} }, + { {-1.0f, 0.0f, 381.0f}, {0.0f, 1.0f, 4e-05}, {0.005277f, 4e-05, -0.999986f}, "p550j2", 0, {-71.15205f, 72.20483f, -0.001553f, 45.001156f, -29.37778f, 39.37595f} }, + { {-244.0f, 0.0f, 435.0f}, {1e-05, 1.0f, 3.8e-05}, {-0.263913f, 4e-05, -0.964546f}, "p551j1", 0, {-72.15878f, 72.14936f, -0.001594f, 45.001133f, -28.037678f, 40.403976f} }, + { {250.0f, 0.0f, 438.0f}, {-1e-05, 1.0f, 3.8e-05}, {0.263913f, 4e-05, -0.964546f}, "p548j1", 0, {-72.14936f, 72.15878f, -0.001594f, 45.001133f, -28.035887f, 40.403976f} }, + { {-659.0f, 174.0f, 462.0f}, {4e-05, 1.0f, 0.0f}, {-0.999986f, 4e-05, -0.005277f}, "p345j", 0, {-72.15204f, 72.20483f, -0.001553f, 45.001156f, -29.37778f, 39.381226f} }, + { {801.0f, 174.0f, 308.0f}, {0.0f, 1.0f, -4e-05}, {-0.00475f, 4e-05, 0.999989f}, "p305j", 0, {-64.13227f, 65.189255f, -0.001593f, 45.001114f, -28.308418f, 40.30353f} }, + { {-830.0f, 174.0f, 309.0f}, {0.0f, 1.0f, -0.000104f}, {-0.002639f, 0.000104f, 0.999997f}, "p343j", 0, {-36.076366f, 36.10282f, -0.004039f, 118.003006f, -29.082676f, 39.10708f} }, + { {-830.0f, 174.0f, 527.0f}, {0.0f, 1.0f, 0.000104f}, {0.002639f, 0.000104f, -0.999997f}, "p346j", 0, {-36.076366f, 36.10282f, -0.004039f, 118.003006f, -29.082676f, 39.10708f} }, + { {-444.0f, 10.0f, -353.0f}, {-0.000104f, 1.0f, 0.0f}, {0.999997f, 0.000104f, 0.002639f}, "p460j2", 0, {-36.076366f, 36.10282f, -0.004039f, 118.003006f, -29.082676f, 39.10708f} }, + { {-444.0f, 10.0f, -281.0f}, {-0.000104f, 1.0f, 0.0f}, {0.999997f, 0.000104f, 0.002639f}, "p460j2", 0, {-35.07637f, 36.10282f, -0.004039f, 118.003006f, -29.082676f, 39.10444f} }, + { {-444.0f, 10.0f, -210.0f}, {-0.000104f, 1.0f, 0.0f}, {0.999997f, 0.000104f, 0.002639f}, "p460j2", 0, {-36.076366f, 36.10282f, -0.004039f, 118.003006f, -29.082676f, 39.10708f} }, + { {444.0f, 10.0f, -210.0f}, {0.000104f, 1.0f, 0.0f}, {-0.999997f, 0.000104f, -0.002639f}, "p470j2", 0, {-36.076366f, 36.10282f, -0.004039f, 118.003006f, -29.082676f, 39.10708f} }, + { {444.0f, 10.0f, -282.0f}, {0.000104f, 1.0f, 0.0f}, {-0.999997f, 0.000104f, -0.002639f}, "p470j2", 0, {-35.07637f, 36.10282f, -0.004039f, 118.003006f, -29.082676f, 39.10444f} }, + { {444.0f, 10.0f, -353.0f}, {0.000104f, 1.0f, 0.0f}, {-0.999997f, 0.000104f, -0.002639f}, "p470j2", 0, {-36.076366f, 36.10282f, -0.004039f, 118.003006f, -29.082676f, 39.10708f} }, + { {832.0f, 174.0f, 527.0f}, {0.0f, 1.0f, 0.000104f}, {0.002639f, 0.000104f, -0.999997f}, "p308j", 0, {-35.07637f, 36.10282f, -0.004039f, 118.003006f, -29.082676f, 39.10444f} }, + { {-1687.0f, 0.0f, -1624.0f}, {-6.2e-05, 1.0f, -8.3e-05}, {0.599706f, 0.000104f, 0.800221f}, "p1362e", 0, {-35.41023f, 37.014385f, -0.004133f, 118.00297f, -28.80125f, 40.01288f} }, + { {-1629.0f, 0.0f, -1668.0f}, {-6.2e-05, 1.0f, -8.3e-05}, {0.599706f, 0.000104f, 0.800221f}, "p1426e2", 0, {-36.810154f, 35.989727f, -0.004071f, 118.002945f, -28.374456f, 39.425392f} }, + { {46.0f, 56.0f, -111.0f}, {1e-05, 1.0f, 4.7e-05}, {-0.205846f, 4.8e-05, -0.978584f}, "p444j2", 0, {-14.577471f, 14.32098f, -0.000976f, 27.000685f, -14.370334f, 20.448977f} }, + { {-36.0f, 56.0f, -109.0f}, {-6e-06, 1.0f, 4.7e-05}, {0.123964f, 4.8e-05, -0.992287f}, "p444j2", 0, {-13.89087f, 14.510695f, -0.000926f, 27.000708f, -14.883156f, 19.351738f} }, + { {46.0f, 45.0f, 150.0f}, {1e-05, 1.0f, 4.7e-05}, {-0.205846f, 4.8e-05, -0.978584f}, "p548j2", 0, {-14.371624f, 14.32098f, -0.000929f, 27.000685f, -14.371624f, 19.471684f} }, + { {-36.0f, 45.0f, 153.0f}, {-6e-06, 1.0f, 4.7e-05}, {0.123964f, 4.8e-05, -0.992287f}, "p551j2", 0, {-13.766905f, 14.634656f, -0.000974f, 27.000662f, -13.89087f, 20.342733f} }, + { {39.0f, 45.0f, 386.0f}, {1e-05, 1.0f, 4.7e-05}, {-0.205846f, 4.8e-05, -0.978584f}, "p549j2", 0, {-14.371624f, 14.32098f, -0.000929f, 27.000685f, -14.371624f, 19.471684f} }, + { {-44.0f, 45.0f, 389.0f}, {-6e-06, 1.0f, 4.7e-05}, {0.123964f, 4.8e-05, -0.992287f}, "p550j2", 0, {-14.883156f, 14.510695f, -0.000953f, 27.000683f, -14.26505f, 19.969845f} }, + { {288.0f, 45.0f, 453.0f}, {-2e-06, 1.0f, 4.8e-05}, {0.054444f, 4.8e-05, -0.998517f}, "p548j1", 0, {-13.943316f, 14.269983f, -0.000944f, 27.000685f, -14.26998f, 19.78977f} }, + { {207.0f, 45.0f, 434.0f}, {-1.8e-05, 1.0f, 4.4e-05}, {0.376563f, 4.8e-05, -0.926391f}, "p548j1", 0, {-15.492218f, 14.219301f, -0.000952f, 27.000696f, -14.587633f, 19.950909f} }, + { {207.0f, 45.0f, 189.0f}, {-1.8e-05, 1.0f, 4.4e-05}, {0.376563f, 4.8e-05, -0.926391f}, "p548j2", 0, {-15.115655f, 14.595864f, -0.000956f, 27.000652f, -13.661242f, 19.975294f} }, + { {288.0f, 45.0f, 207.0f}, {-2e-06, 1.0f, 4.8e-05}, {0.054444f, 4.8e-05, -0.998517f}, "p548j1", 0, {-13.99776f, 14.215539f, -0.000922f, 27.000706f, -14.795896f, 19.263855f} }, + { {-204.0f, 45.0f, 429.0f}, {2.2e-05, 1.0f, 4.3e-05}, {-0.452415f, 4.8e-05, -0.891807f}, "p551j2", 0, {-14.4252f, 14.643191f, -0.000946f, 27.000677f, -14.229846f, 19.76302f} }, + { {-283.0f, 45.0f, 453.0f}, {7e-06, 1.0f, 4.7e-05}, {-0.137423f, 4.8e-05, -0.990512f}, "p551j1", 0, {-14.772036f, 14.502522f, -0.000918f, 27.000677f, -14.199122f, 19.176195f} }, + { {-283.0f, 45.0f, 208.0f}, {7e-06, 1.0f, 4.7e-05}, {-0.137423f, 4.8e-05, -0.990512f}, "p551j1", 0, {-14.909459f, 14.365098f, -0.000965f, 27.000677f, -14.197831f, 20.166708f} }, + { {-204.0f, 45.0f, 184.0f}, {2.2e-05, 1.0f, 4.3e-05}, {-0.452415f, 4.8e-05, -0.891807f}, "p551j1", 0, {-14.4252f, 14.643191f, -0.000946f, 27.000677f, -14.229846f, 19.76302f} }, + { {-651.0f, 220.0f, 504.0f}, {4.7e-05, 1.0f, 6e-06}, {-0.992287f, 4.8e-05, -0.123964f}, "p345j", 0, {-14.883154f, 14.510691f, -0.000953f, 27.000683f, -14.265053f, 19.969843f} }, + { {768.0f, 220.0f, 303.0f}, {-1e-05, 1.0f, -4.7e-05}, {0.205828f, 4.8e-05, 0.978588f}, "p305j", 0, {-14.577725f, 14.321349f, -0.000976f, 27.000689f, -14.370603f, 20.340899f} }, + { {851.0f, 220.0f, 301.0f}, {6e-06, 1.0f, -4.8e-05}, {-0.123983f, 4.8e-05, 0.992284f}, "p305j", 0, {-14.883429f, 14.511065f, -0.000929f, 27.00071f, -14.883429f, 19.351465f} }, + { {37.0f, 56.0f, -141.0f}, {0.0f, 1.0f, 1.9e-05}, {0.005066f, 1.9e-05, -0.999987f}, "p445j2", 0, {-18.035234f, 17.050446f, -0.000191f, 5.000134f, -7.086038f, 10.091162f} }, + { {-38.0f, 56.0f, -140.0f}, {-3e-06, 1.0f, 1.9e-05}, {0.178635f, 1.9e-05, -0.983915f}, "p445j2", 0, {-16.638664f, 17.97985f, -0.000173f, 5.000138f, -7.329733f, 9.119024f} }, + { {37.0f, 45.0f, 120.0f}, {0.0f, 1.0f, 1.9e-05}, {0.005066f, 1.9e-05, -0.999987f}, "p548j2", 0, {-18.035234f, 17.050446f, -0.000191f, 6.000134f, -7.086038f, 10.091181f} }, + { {-38.0f, 45.0f, 122.0f}, {-3e-06, 1.0f, 1.9e-05}, {0.178635f, 1.9e-05, -0.983915f}, "p551j1", 0, {-16.46003f, 18.158485f, -0.000192f, 6.00012f, -6.345818f, 10.102958f} }, + { {-38.0f, 45.0f, 358.0f}, {-3e-06, 1.0f, 1.9e-05}, {0.178635f, 1.9e-05, -0.983915f}, "p551j2", 0, {-16.545084f, 18.064905f, -0.000192f, 6.000138f, -7.329733f, 10.102958f} }, + { {37.0f, 45.0f, 356.0f}, {0.0f, 1.0f, 1.9e-05}, {0.005066f, 1.9e-05, -0.999987f}, "p548j1", 0, {-18.035234f, 17.04538f, -0.000172f, 6.000134f, -7.086038f, 9.091194f} }, + { {294.0f, 45.0f, 178.0f}, {-5e-06, 1.0f, 1.8e-05}, {0.26371f, 1.9e-05, -0.964602f}, "p548j1", 0, {-17.369837f, 17.196363f, -0.000189f, 6.000129f, -6.675976f, 9.833606f} }, + { {221.0f, 45.0f, 160.0f}, {-8e-06, 1.0f, 1.7e-05}, {0.427205f, 1.9e-05, -0.904155f}, "p548j2", 0, {-16.830725f, 17.685135f, -0.000188f, 6.000146f, -7.531714f, 9.925312f} }, + { {221.0f, 45.0f, 406.0f}, {-8e-06, 1.0f, 1.7e-05}, {0.427205f, 1.9e-05, -0.904155f}, "p548j1", 0, {-16.40352f, 18.112339f, -0.000198f, 6.000136f, -7.212732f, 10.244294f} }, + { {294.0f, 45.0f, 424.0f}, {-5e-06, 1.0f, 1.8e-05}, {0.26371f, 1.9e-05, -0.964602f}, "p548j1", 0, {-17.369837f, 17.196363f, -0.000189f, 6.000129f, -6.675976f, 9.833606f} }, + { {-213.0f, 45.0f, 401.0f}, {5e-06, 1.0f, 1.8e-05}, {-0.254255f, 1.9e-05, -0.967137f}, "p551j2", 0, {-17.09949f, 17.303864f, -0.000205f, 6.000129f, -6.824689f, 10.633665f} }, + { {-286.0f, 45.0f, 422.0f}, {2e-06, 1.0f, 1.9e-05}, {-0.08245f, 1.9e-05, -0.996595f}, "p551j1", 0, {-17.931524f, 17.196661f, -0.000202f, 6.000126f, -6.653554f, 10.557599f} }, + { {-286.0f, 45.0f, 176.0f}, {2e-06, 1.0f, 1.9e-05}, {-0.08245f, 1.9e-05, -0.996595f}, "p551j1", 0, {-17.849073f, 17.279112f, -0.000182f, 6.000145f, -7.650149f, 9.561004f} }, + { {-213.0f, 45.0f, 155.0f}, {5e-06, 1.0f, 1.8e-05}, {-0.254255f, 1.9e-05, -0.967137f}, "p551j1", 0, {-17.09949f, 17.303864f, -0.000189f, 6.000129f, -6.824689f, 9.98047f} }, + { {-682.0f, 220.0f, 499.0f}, {1.9e-05, 1.0f, 3e-06}, {-0.983915f, 1.9e-05, -0.178635f}, "p345j", 0, {-17.528997f, 17.080988f, -0.000195f, 5.000135f, -7.151094f, 10.281571f} }, + { {770.0f, 220.0f, 333.0f}, {0.0f, 1.0f, -1.9e-05}, {-0.005085f, 1.9e-05, 0.999987f}, "p306j1", 0, {-18.035366f, 17.050636f, -0.000193f, 5.000135f, -7.086363f, 10.091506f} }, + { {845.0f, 220.0f, 332.0f}, {3e-06, 1.0f, -1.9e-05}, {-0.178654f, 1.9e-05, 0.983912f}, "p305j", 0, {-16.63849f, 17.979712f, -0.000175f, 5.00014f, -7.330076f, 9.119342f} }, + { {-740.0f, 174.0f, -341.0f}, {-0.000104f, 1.0f, 0.0f}, {0.999997f, 0.000104f, 0.002639f}, "p373j", 0, {-36.07376f, 36.105427f, -0.004143f, 118.0029f, -28.094898f, 40.094856f} }, + { {-740.0f, 174.0f, -413.0f}, {-0.000104f, 1.0f, 0.0f}, {0.999997f, 0.000104f, 0.002639f}, "p372j", 0, {-36.07376f, 36.105427f, -0.004143f, 118.0029f, -28.094898f, 40.094856f} }, + { {722.0f, 177.0f, -415.0f}, {-0.000104f, 1.0f, 0.0f}, {0.999997f, 0.000104f, 0.002639f}, "p333j2", 0, {-36.07376f, 36.105427f, -0.004143f, 117.0029f, -28.082783f, 40.094856f} }, + { {722.0f, 177.0f, -343.0f}, {-0.000104f, 1.0f, 0.0f}, {0.999997f, 0.000104f, 0.002639f}, "p334j", 0, {-36.07376f, 36.105427f, -0.004143f, 117.0029f, -28.094898f, 40.094856f} }, + { {655.0f, 174.0f, -428.0f}, {-0.000104f, 1.0f, 0.0f}, {0.999997f, 0.000104f, 0.002639f}, "p333j2", 0, {-36.076363f, 36.10282f, -0.004039f, 118.003006f, -29.082676f, 39.10708f} }, + { {-672.0f, 174.0f, -431.0f}, {-0.000104f, 1.0f, 0.0f}, {0.999997f, 0.000104f, 0.002639f}, "p371j2", 0, {-36.07376f, 36.10282f, -0.004039f, 118.0029f, -28.094898f, 39.10708f} }, + { {-737.0f, 174.0f, 70.0f}, {-2.7e-05, 1.0f, 0.0001f}, {0.261367f, 0.000104f, -0.96524f}, "p363j", 0, {-36.69725f, 35.835487f, -0.004106f, 118.002945f, -28.383368f, 39.753464f} }, + { {-737.0f, 174.0f, 140.0f}, {-2.7e-05, 1.0f, 0.0001f}, {0.261367f, 0.000104f, -0.96524f}, "p360j", 0, {-36.697285f, 36.41527f, -0.004106f, 118.002975f, -28.644735f, 39.753464f} }, + { {734.0f, 174.0f, 149.0f}, {-2.7e-05, 1.0f, 0.0001f}, {0.261367f, 0.000104f, -0.96524f}, "p322j", 0, {-36.697285f, 35.835487f, -0.004106f, 118.002975f, -28.644735f, 39.753464f} }, + { {734.0f, 177.0f, 79.0f}, {-2.7e-05, 1.0f, 0.0001f}, {0.261367f, 0.000104f, -0.96524f}, "p325j", 0, {-36.69725f, 35.835487f, -0.004106f, 117.002945f, -28.383472f, 39.753464f} }, + { {-413.0f, 111.0f, -482.0f}, {0.0f, 0.866049f, 0.499959f}, {0.006614f, -0.499948f, 0.86603f}, "p459j", 0, {-14.969736f, 14.257694f, -14.435964f, 13.348651f, -39.10609f, -4.626071f} }, + { {-373.0f, 111.0f, -482.0f}, {0.0f, 0.866049f, 0.499959f}, {0.006614f, -0.499948f, 0.86603f}, "p459j", 0, {-14.742492f, 14.257694f, -14.435964f, 13.348651f, -39.10609f, -4.619456f} }, + { {-335.0f, 111.0f, -482.0f}, {0.0f, 0.866049f, 0.499959f}, {0.006614f, -0.499948f, 0.86603f}, "p459j", 0, {-13.969758f, 15.038644f, -14.435964f, 13.348651f, -39.099476f, -4.619456f} }, + { {-295.0f, 111.0f, -482.0f}, {0.0f, 0.866049f, 0.499959f}, {0.006614f, -0.499948f, 0.86603f}, "p459j", 0, {-13.969758f, 15.257672f, -14.435964f, 13.348651f, -39.099476f, -4.619456f} }, + { {300.0f, 111.0f, -482.0f}, {0.0f, 0.866049f, 0.499959f}, {0.006614f, -0.499948f, 0.86603f}, "p469j", 0, {-13.969758f, 15.257672f, -14.435964f, 13.348651f, -39.099476f, -4.619456f} }, + { {341.0f, 111.0f, -482.0f}, {0.0f, 0.866049f, 0.499959f}, {0.006614f, -0.499948f, 0.86603f}, "p469j", 0, {-14.742492f, 14.257694f, -14.435964f, 13.348651f, -39.10609f, -4.619456f} }, + { {379.0f, 111.0f, -482.0f}, {0.0f, 0.866049f, 0.499959f}, {0.006614f, -0.499948f, 0.86603f}, "p469j", 0, {-14.742492f, 15.038644f, -14.435964f, 13.348651f, -39.10609f, -4.619456f} }, + { {419.0f, 111.0f, -482.0f}, {0.0f, 0.866049f, 0.499959f}, {0.006614f, -0.499948f, 0.86603f}, "p469j", 0, {-13.969758f, 15.257672f, -14.435964f, 13.348651f, -39.099476f, -4.619456f} }, + { {-1376.0f, 0.0f, -1716.0f}, {0.0f, 1.0f, -0.000104f}, {-0.003167f, 0.000104f, 0.999995f}, "p1364e1", 0, {-22.047367f, 21.06008f, -0.001968f, 59.001553f, -15.060313f, 19.075678f} }, + { {-1419.0f, 0.0f, -1716.0f}, {0.0f, 1.0f, -0.000104f}, {-0.003167f, 0.000104f, 0.999995f}, "p1364e1", 0, {-22.047367f, 21.06008f, -0.001968f, 59.001553f, -15.060313f, 19.075678f} }, + { {-1463.0f, 0.0f, -1716.0f}, {0.0f, 1.0f, -0.000104f}, {-0.003167f, 0.000104f, 0.999995f}, "p1364e1", 0, {-21.047373f, 22.060076f, -0.001968f, 59.001553f, -15.063479f, 19.072512f} }, + { {-1323.0f, 0.0f, -1716.0f}, {0.0f, 1.0f, -0.000104f}, {-0.003167f, 0.000104f, 0.999995f}, "p1364e1", 0, {-21.047373f, 22.060076f, -0.001968f, 59.001553f, -15.063479f, 19.072512f} }, + { {-1279.0f, 0.0f, -1716.0f}, {0.0f, 1.0f, -0.000104f}, {-0.003167f, 0.000104f, 0.999995f}, "p1364e1", 0, {-22.047367f, 21.06008f, -0.001968f, 59.001553f, -15.060313f, 19.075678f} }, + { {408.0f, 0.0f, -1209.0f}, {0.000182f, 1.0f, 0.0f}, {-1.0f, 0.000174f, -4e-06}, "p1907g2", 0, {-88.0003f, 89.00039f, -0.019302f, 177.01292f, -71.00033f, 106.03117f} }, + { {710.0f, 0.0f, -1440.0f}, {0.0f, 1.0f, -0.000182f}, {-4e-06, 0.000174f, 1.0f}, "p1915g2", 0, {-89.0003f, 88.00039f, -0.019302f, 177.01292f, -71.00032f, 106.03117f} }, + { {383.0f, 0.0f, -1491.0f}, {-0.000182f, 1.0f, 0.0f}, {1.0f, 0.000174f, 4e-06}, "p1918g", 0, {-89.0003f, 89.00039f, -0.019302f, 177.01292f, -71.00033f, 106.03117f} }, + { {-419.0f, 0.0f, -1839.0f}, {-0.000182f, 1.0f, 0.0f}, {1.0f, 0.000174f, 4e-06}, "p1962g1", 0, {-89.0003f, 88.00039f, -0.019302f, 177.01292f, -71.00032f, 106.03117f} }, + { {855.0f, 0.0f, -2283.0f}, {0.0f, 1.0f, 0.000182f}, {4e-06, 0.000174f, -1.0f}, "p1990g3", 0, {-89.0003f, 89.0004f, -0.019484f, 177.01292f, -71.00033f, 107.03117f} }, + { {568.0f, 0.0f, -1238.0f}, {0.0f, 1.0f, -0.000364f}, {-7e-06, 0.000349f, 1.0f}, "p1907g2", 0, {-89.0003f, 89.00039f, -0.019302f, 177.0131f, -36.000645f, 53.06234f} }, + { {826.0f, 0.0f, -1600.0f}, {0.000364f, 1.0f, 0.0f}, {-1.0f, 0.000349f, -7e-06}, "p1924g2", 0, {-88.0003f, 89.00039f, -0.019302f, 177.0131f, -36.000645f, 53.062332f} }, + { {-60.0f, 0.0f, -1694.0f}, {0.0f, 1.0f, 0.000364f}, {7e-06, 0.000349f, -1.0f}, "p1952g", 0, {-89.0003f, 89.00039f, -0.019302f, 177.0131f, -36.000645f, 53.06234f} }, + { {-259.0f, 0.0f, -1779.0f}, {0.000364f, 1.0f, 0.0f}, {-1.0f, 0.000349f, -7e-06}, "p1954g", 0, {-88.00029f, 89.0004f, -0.019666f, 177.01274f, -35.000645f, 54.062332f} }, + { {371.0f, 0.0f, -2353.0f}, {0.000364f, 1.0f, 0.0f}, {-1.0f, 0.000349f, -7e-06}, "p1936g1", 0, {-89.0003f, 88.00039f, -0.019302f, 177.0131f, -36.000637f, 53.06234f} }, + { {785.0f, 0.0f, -1171.0f}, {-0.000243f, 1.0f, 0.0f}, {1.0f, 0.000232f, 5e-06}, "p1911g1", 0, {-88.0003f, 89.00038f, -0.019181f, 177.0131f, -54.00043f, 79.04156f} }, + { {514.0f, 0.0f, -1673.0f}, {-0.000243f, 1.0f, 0.0f}, {1.0f, 0.000232f, 5e-06}, "p1943g1", 0, {-89.00029f, 89.00039f, -0.019424f, 177.01286f, -53.00043f, 80.041565f} }, + { {985.0f, 0.0f, -1480.0f}, {0.000243f, 1.0f, 0.0f}, {-1.0f, 0.000232f, -5e-06}, "p1919g2", 0, {-89.00029f, 89.00039f, -0.019424f, 177.01286f, -53.00043f, 80.041565f} }, + { {117.0f, 0.0f, -1675.0f}, {0.0f, 1.0f, 0.000243f}, {5e-06, 0.000232f, -1.0f}, "p1945g2", 0, {-89.00029f, 88.00039f, -0.019424f, 177.01286f, -53.000427f, 80.041565f} }, + { {-524.0f, 0.0f, -2232.0f}, {0.0f, 1.0f, -0.000243f}, {-5e-06, 0.000232f, 1.0f}, "p1973g1", 0, {-89.00029f, 89.00039f, -0.019424f, 177.01286f, -53.00043f, 80.041565f} }, + { {-150.0f, 0.0f, -1503.0f}, {-0.000175f, 1.0f, 0.0f}, {0.999998f, 0.000175f, 0.002111f}, "p1850d1", 0, {-15.029522f, 14.042191f, -0.003505f, 100.00245f, -14.029524f, 20.031622f} }, + { {-150.0f, 0.0f, -1474.0f}, {-0.000175f, 1.0f, 0.0f}, {0.999998f, 0.000175f, 0.002111f}, "p1849d1", 0, {-14.029524f, 14.042191f, -0.003505f, 100.00245f, -14.029524f, 20.02951f} }, + { {-150.0f, 0.0f, -1445.0f}, {-0.000175f, 1.0f, 0.0f}, {0.999998f, 0.000175f, 0.002111f}, "p1849d1", 0, {-14.029524f, 15.042189f, -0.003505f, 100.00245f, -14.031635f, 20.02951f} }, + { {-150.0f, 0.0f, -1417.0f}, {-0.000175f, 1.0f, 0.0f}, {0.999998f, 0.000175f, 0.002111f}, "p1849d1", 0, {-15.029522f, 14.042191f, -0.003505f, 100.00245f, -14.029524f, 20.031622f} }, + { {-145.0f, 0.0f, -1215.0f}, {0.000175f, 1.0f, 0.0f}, {-0.999998f, 0.000175f, -0.002111f}, "p1867d1", 0, {-15.029522f, 14.042191f, -0.003505f, 100.00245f, -14.029524f, 20.031622f} }, + { {-145.0f, 0.0f, -1244.0f}, {0.000175f, 1.0f, 0.0f}, {-0.999998f, 0.000175f, -0.002111f}, "p1867d2", 0, {-14.029524f, 14.042191f, -0.003505f, 100.00245f, -14.029524f, 20.02951f} }, + { {-145.0f, 0.0f, -1273.0f}, {0.000175f, 1.0f, 0.0f}, {-0.999998f, 0.000175f, -0.002111f}, "p1867d2", 0, {-14.029524f, 15.042189f, -0.003505f, 100.00245f, -14.031635f, 20.02951f} }, + { {-145.0f, 0.0f, -1302.0f}, {0.000175f, 1.0f, 0.0f}, {-0.999998f, 0.000175f, -0.002111f}, "p1867d2", 0, {-14.029524f, 15.042189f, -0.003505f, 100.00245f, -14.031635f, 20.02951f} }, + { {-30.0f, 0.0f, -1388.0f}, {0.0f, 1.0f, -0.000175f}, {-0.002111f, 0.000175f, 0.999998f}, "p1866d1", 0, {-14.029524f, 15.042229f, -0.003505f, 100.00245f, -14.031635f, 20.047033f} }, + { {-59.0f, 0.0f, -1388.0f}, {0.0f, 1.0f, -0.000175f}, {-0.002111f, 0.000175f, 0.999998f}, "p1867d2", 0, {-14.029524f, 15.042229f, -0.003505f, 100.00245f, -14.031635f, 20.02951f} }, + { {-87.0f, 0.0f, -1388.0f}, {0.0f, 1.0f, -0.000175f}, {-0.002111f, 0.000175f, 0.999998f}, "p1867d2", 0, {-15.029522f, 14.042191f, -0.003505f, 100.00245f, -14.029524f, 20.031622f} }, + { {-116.0f, 0.0f, -1388.0f}, {0.0f, 1.0f, -0.000175f}, {-0.002111f, 0.000175f, 0.999998f}, "p1867d2", 0, {-14.029524f, 14.042191f, -0.003505f, 100.00245f, -14.029524f, 20.02951f} }, + { {-1.0f, 0.0f, -1388.0f}, {0.0f, 1.0f, -0.000175f}, {-0.002111f, 0.000175f, 0.999998f}, "p1866d2", 0, {-14.029524f, 14.042231f, -0.003505f, 100.00245f, -14.029524f, 20.047033f} }, + { {28.0f, 0.0f, -1388.0f}, {0.0f, 1.0f, -0.000175f}, {-0.002111f, 0.000175f, 0.999998f}, "p1852d2", 0, {-15.029522f, 14.042231f, -0.003505f, 100.00245f, -14.029524f, 20.049145f} }, + { {61.0f, 0.0f, -1158.0f}, {0.000175f, 1.0f, 0.0f}, {-0.999998f, 0.000175f, -0.002111f}, "p1859d2", 0, {-14.029526f, 15.042191f, -0.003505f, 100.00245f, -14.031637f, 20.029512f} }, + { {61.0f, 0.0f, -1187.0f}, {0.000175f, 1.0f, 0.0f}, {-0.999998f, 0.000175f, -0.002111f}, "p1866d1", 0, {-14.029526f, 15.042191f, -0.003505f, 100.00245f, -14.031637f, 20.029512f} }, + { {61.0f, 0.0f, -1215.0f}, {0.000175f, 1.0f, 0.0f}, {-0.999998f, 0.000175f, -0.002111f}, "p1866d1", 0, {-15.029524f, 14.042193f, -0.003505f, 100.00245f, -14.029526f, 20.031624f} }, + { {61.0f, 0.0f, -1244.0f}, {0.000175f, 1.0f, 0.0f}, {-0.999998f, 0.000175f, -0.002111f}, "p1866d1", 0, {-14.029526f, 14.042193f, -0.003505f, 100.00245f, -14.029526f, 20.029512f} }, + { {61.0f, 0.0f, -1273.0f}, {0.000175f, 1.0f, 0.0f}, {-0.999998f, 0.000175f, -0.002111f}, "p1866d2", 0, {-14.029526f, 15.042191f, -0.003505f, 100.00245f, -14.031637f, 20.029512f} }, + { {61.0f, 0.0f, -1302.0f}, {0.000175f, 1.0f, 0.0f}, {-0.999998f, 0.000175f, -0.002111f}, "p1866d2", 0, {-14.029526f, 15.042191f, -0.003505f, 100.00245f, -14.031637f, 20.029512f} }, + { {-145.0f, 0.0f, -1187.0f}, {0.000175f, 1.0f, 0.0f}, {-0.999998f, 0.000175f, -0.002111f}, "p1867d1", 0, {-14.029524f, 15.042229f, -0.003505f, 100.00245f, -14.031635f, 20.047033f} }, + { {-145.0f, 0.0f, -1158.0f}, {0.000175f, 1.0f, 0.0f}, {-0.999998f, 0.000175f, -0.002111f}, "p1867d1", 0, {-14.029524f, 15.042229f, -0.003505f, 100.00245f, -14.031635f, 20.047033f} }, + { {-145.0f, 0.0f, -1359.0f}, {0.000175f, 1.0f, 0.0f}, {-0.99998f, 0.000175f, -0.006333f}, "p1867d2", 0, {-43.087803f, 43.125797f, -0.003505f, 100.00246f, -14.272041f, 20.271921f} }, + { {61.0f, 0.0f, -1359.0f}, {0.000175f, 1.0f, 0.0f}, {-0.99998f, 0.000175f, -0.006333f}, "p1866d2", 0, {-43.087803f, 43.125797f, -0.003505f, 100.00246f, -14.272041f, 20.271921f} }, + { {1252.0f, 10.0f, -113.0f}, {0.0f, 1.0f, 5.3e-05}, {-3e-06, 5.4e-05, -1.0f}, "p842a1", 0, {-28.000103f, 28.00007f, -0.001909f, 54.001324f, -25.000078f, 36.002968f} }, + { {1410.0f, 10.0f, -80.0f}, {0.0f, 1.0f, 5.3e-05}, {-3e-06, 5.4e-05, -1.0f}, "p842a2", 0, {-28.000101f, 27.00007f, -0.001856f, 54.001324f, -25.000078f, 35.002968f} }, + { {1355.0f, 10.0f, -22.0f}, {0.0f, 1.0f, -5.3e-05}, {3e-06, 5.4e-05, 1.0f}, "p842a2", 0, {-28.000105f, 28.00007f, -0.001909f, 54.001324f, -25.000078f, 36.002968f} }, + { {1256.0f, 10.0f, 158.0f}, {5.3e-05, 1.0f, 0.0f}, {-1.0f, 5.4e-05, 3e-06}, "p839a2", 0, {-28.000101f, 28.00007f, -0.001856f, 54.001324f, -25.000078f, 35.002968f} }, + { {1410.0f, 10.0f, 51.0f}, {5.3e-05, 1.0f, 0.0f}, {-1.0f, 5.4e-05, 3e-06}, "p838a1", 0, {-28.000101f, 27.000074f, -0.001856f, 54.001377f, -26.000078f, 35.002968f} }, + { {1410.0f, 10.0f, 106.0f}, {5.3e-05, 1.0f, 0.0f}, {-1.0f, 5.4e-05, 3e-06}, "p837a2", 0, {-28.000101f, 28.000074f, -0.001856f, 54.001377f, -26.000078f, 35.002968f} }, + { {1246.0f, 10.0f, 84.0f}, {-5.3e-05, 1.0f, 0.0f}, {1.0f, 5.4e-05, -3e-06}, "p839a1", 0, {-27.000101f, 28.00007f, -0.001856f, 54.001324f, -25.000076f, 35.002968f} }, + { {1412.0f, 10.0f, -551.0f}, {5.3e-05, 1.0f, 0.0f}, {-1.0f, 5.4e-05, 3e-06}, "p428a2", 0, {-28.000101f, 28.000074f, -0.001856f, 54.001377f, -26.000078f, 35.002968f} }, + { {1357.0f, 10.0f, -623.0f}, {0.0f, 1.0f, -5.3e-05}, {3e-06, 5.4e-05, 1.0f}, "p424a1", 0, {-28.000101f, 27.000074f, -0.001856f, 54.001377f, -26.000078f, 35.002968f} }, + { {1252.0f, 64.0f, -113.0f}, {0.0f, 1.0f, 5.3e-05}, {-3e-06, 5.4e-05, -1.0f}, "p842a1", 0, {-28.000103f, 28.00007f, -0.001909f, 55.001324f, -25.000078f, 36.00302f} }, + { {1410.0f, 64.0f, -80.0f}, {0.0f, 1.0f, 5.3e-05}, {-3e-06, 5.4e-05, -1.0f}, "p842a2", 0, {-28.000101f, 28.00007f, -0.001856f, 55.001324f, -25.000078f, 35.00302f} }, + { {1256.0f, 64.0f, 158.0f}, {5.3e-05, 1.0f, 0.0f}, {-1.0f, 5.4e-05, 3e-06}, "p839a2", 0, {-28.000101f, 28.00007f, -0.001856f, 55.001324f, -25.000078f, 35.00302f} }, + { {1410.0f, 64.0f, 51.0f}, {5.3e-05, 1.0f, 0.0f}, {-1.0f, 5.4e-05, 3e-06}, "p838a1", 0, {-28.000101f, 27.000074f, -0.001856f, 55.001377f, -26.000078f, 35.00302f} }, + { {1412.0f, 64.0f, -551.0f}, {5.3e-05, 1.0f, 0.0f}, {-1.0f, 5.4e-05, 3e-06}, "p428a2", 0, {-28.000101f, 28.000074f, -0.001856f, 55.001377f, -26.000078f, 35.00302f} }, + { {1871.0f, 10.0f, 169.0f}, {-2e-05, 1.0f, 5e-05}, {0.005805f, 5e-05, -0.999983f}, "p824a2", 0, {-67.13328f, 67.18464f, -0.002921f, 45.002476f, -23.38632f, 32.38841f} }, + { {1792.0f, 10.0f, -624.0f}, {-5e-05, 1.0f, 0.0f}, {0.999978f, 5e-05, 0.006611f}, "p411a1", 0, {-72.15047f, 72.209984f, -0.0016f, 45.001152f, -23.473257f, 32.475307f} }, + { {1970.0f, 10.0f, -63.0f}, {5e-05, 1.0f, 0.0f}, {-0.999978f, 5e-05, -0.006611f}, "p827a2", 0, {-71.15049f, 73.20996f, -0.0016f, 45.001152f, -23.473257f, 32.468697f} }, + { {1970.0f, 10.0f, 134.0f}, {5e-05, 1.0f, 0.0f}, {-0.999986f, 5e-05, -0.005289f}, "p823a2", 0, {-58.12082f, 57.16845f, -0.0016f, 45.001152f, -23.298906f, 32.306313f} }, + { {1800.0f, 10.0f, -729.0f}, {-0.000115f, 1.0f, 0.0f}, {1.0f, 0.000116f, -3e-06}, "p411a2", 0, {-33.000126f, 34.000088f, -0.004826f, 141.00345f, -30.000093f, 42.016445f} }, + { {1800.0f, 10.0f, -519.0f}, {-0.000115f, 1.0f, 0.0f}, {1.0f, 0.000116f, -3e-06}, "p414a1", 0, {-34.000126f, 33.000088f, -0.004826f, 141.00345f, -30.000097f, 42.01644f} }, + { {1962.0f, 10.0f, 43.0f}, {0.000115f, 1.0f, 0.0f}, {-1.0f, 0.000116f, 3e-06}, "p828a2", 0, {-34.00013f, 33.000088f, -0.004941f, 141.00345f, -30.000097f, 43.01644f} }, + { {1792.0f, 61.0f, -578.0f}, {-3.3e-05, 1.0f, 3.5e-05}, {0.683516f, 4.8e-05, -0.729936f}, "p415a2", 0, {-15.083769f, 14.214578f, -0.000939f, 27.000702f, -14.643837f, 19.570295f} }, + { {1964.0f, 56.0f, 166.0f}, {3.8e-05, 1.0f, 2.9e-05}, {-0.797384f, 4.8e-05, -0.603473f}, "p823a2", 0, {-14.912904f, 14.137262f, -0.00096f, 27.00069f, -14.461602f, 20.06632f} }, + { {1970.0f, 56.0f, -106.0f}, {3e-05, 1.0f, -3.7e-05}, {-0.630933f, 4.8e-05, 0.775837f}, "p827a2", 0, {-14.946176f, 14.997493f, -0.000961f, 27.000683f, -14.253582f, 20.026861f} }, + { {1805.0f, 56.0f, -635.0f}, {-1.9e-05, 1.0f, 5e-06}, {0.967345f, 1.9e-05, -0.253465f}, "p410a1", 0, {-17.091335f, 17.298285f, -0.000191f, 5.00013f, -6.838815f, 9.99441f} }, + { {1960.0f, 56.0f, -56.0f}, {1.9e-05, 1.0f, 0.0f}, {-0.999987f, 1.9e-05, -0.005032f}, "p828a2", 0, {-18.035f, 17.05011f, -0.000193f, 5.000135f, -7.085462f, 10.090553f} }, + { {1959.0f, 56.0f, 117.0f}, {1.9e-05, 1.0f, 3e-06}, {-0.983921f, 1.9e-05, -0.178602f}, "p823a2", 0, {-17.528763f, 17.080647f, -0.000197f, 5.000137f, -7.15052f, 10.280982f} }, + { {-816.0f, 37.0f, -256.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p404j2", 0, {-4.0f, 4.0f, -2.0f, 62.0f, -27.0f, 111.0f} }, + { {-607.0f, 27.0f, -544.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1910d1", 0, {-4.0f, 4.0f, -2.0f, 57.0f, -27.0f, 100.0f} }, + { {-494.0f, 27.0f, -544.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1910d2", 0, {-4.0f, 4.0f, -2.0f, 56.0f, -27.0f, 100.0f} }, + { {607.0f, 37.0f, -538.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p437j", 0, {-7.0f, 7.0f, -2.0f, 115.0f, -27.0f, 121.0f} }, + { {816.0f, 37.0f, -315.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p436j2", 0, {-4.0f, 4.0f, -3.0f, 61.0f, -27.0f, 111.0f} }, + { {-975.0f, 167.0f, -870.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p491c1", 0, {-3.0f, 3.0f, -1.0f, 52.000004f, -18.999998f, 87.0f} }, + { {-687.0f, 19.0f, -1369.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1377e2", 0, {-4.0f, 4.0f, -2.0f, 115.0f, -18.999998f, 87.0f} }, + { {-539.0f, 19.0f, -1583.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1890d2", 0, {-5.0f, 4.0f, -1.0f, 73.0f, -18.999998f, 87.0f} }, + { {-689.0f, 22.0f, -2081.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1982g2", 0, {-4.0f, 4.0f, -1.0f, 36.0f, -22.0f, 84.0f} }, + { {-689.0f, 22.0f, -2152.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1982g1", 0, {-4.0f, 4.0f, -2.0f, 35.0f, -22.0f, 84.0f} }, + { {1186.0f, 22.0f, -2012.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1933g1", 0, {-4.0f, 5.0f, -1.0f, 36.0f, -22.0f, 84.0f} }, + { {1186.0f, 22.0f, -2084.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1933g2", 0, {-5.0f, 4.0f, -1.0f, 36.0f, -22.0f, 84.0f} }, + { {649.0f, 19.0f, -991.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p819b2", 0, {-5.0f, 4.0f, -2.0f, 115.0f, -18.999998f, 96.99999f} }, + { {-876.0f, 187.0f, 253.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2453m", 0, {-4.0f, 4.0f, -10.0f, 107.0f, -27.0f, 111.0f} }, + { {-1768.0f, 27.0f, -1668.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p66k1", 0, {-5.0f, 4.0f, -41.0f, 102.0f, -27.0f, 171.0f} }, + { {-2204.0f, 19.0f, -10.0f}, {-0.999657f, 0.0f, 0.026177f}, {0.0f, 1.0f, 0.0f}, "p434m", 0, {-4.484614f, 3.946276f, -2.894264f, 96.150345f, -18.999998f, 123.99999f} }, + { {-1201.0f, 19.0f, 471.0f}, {0.026177f, 0.0f, 0.999657f}, {0.0f, 1.0f, 0.0f}, "p302m1", 0, {-5.117795f, 3.946276f, -2.868087f, 110.17172f, -18.999998f, 132.0f} }, + { {-1251.0f, 72.0f, 474.0f}, {0.034971f, -0.015238f, 0.999272f}, {-0.004392f, 0.999872f, 0.015401f}, "p304m2", 0, {-12.365764f, 8.754628f, -8.756651f, -8.187014f, -8.190279f, 11.914782f} }, + { {-2294.0f, 72.0f, 33.0f}, {0.999272f, -0.015236f, -0.03497f}, {0.015399f, 0.999872f, 0.004395f}, "p2433m1", 0, {-13.365179f, 8.754662f, -8.721668f, -8.187022f, -8.194703f, 11.914826f} }, + { {1.0f, 203.0f, 604.0f}, {1e-06, 3e-06, -1.0f}, {-0.002066f, 0.999998f, 3e-06}, "p549j2", 0, {-248.18944f, 246.27429f, -94.0005f, -93.99937f, -92.50764f, 132.51228f} }, + { {-1957.0f, 13.0f, -486.0f}, {0.997787f, 0.0f, -0.066497f}, {1e-06, 1.0f, 2e-06}, "p138n1", 0, {-2.195304f, 3.325225f, -3.19289f, 34.856037f, -13.000007f, 100.00002f} }, + { {-1886.0f, 13.0f, -489.0f}, {-0.999185f, 0.0f, 0.040373f}, {0.0f, 1.0f, 2e-06}, "p138n2", 0, {-2.543333f, 2.997792f, -0.918443f, 36.9295f, -13.000021f, 100.00001f} }, + { {395.0f, 30.0f, -886.0f}, {-0.000104f, 1.0f, 0.0f}, {0.999997f, 0.000104f, 0.002639f}, "p825b", 0, {-35.073765f, 36.105427f, -0.004143f, 117.0029f, -28.094898f, 40.092216f} }, + { {418.0f, 119.0f, -734.0f}, {5e-06, 7e-06, 1.0f}, {0.0063f, 0.99998f, -7e-06}, "p802b1", 0, {-15.686634f, 84.31768f, -39.00124f, -38.999855f, -108.90304f, 9.470867f} }, + { {536.0f, 119.0f, -921.0f}, {1.0f, 7e-06, -5e-06}, {-7e-06, 0.99998f, -0.0063f}, "p816b2", 0, {-47.942543f, 85.06112f, -39.00124f, -38.999687f, -108.70143f, 9.464567f} }, + { {519.0f, 120.0f, -804.0f}, {0.704663f, 0.004298f, 0.709529f}, {-0.012629f, 0.999899f, 0.006485f}, "p810b2", 0, {-7.062989f, 84.3434f, -39.0784f, -38.168835f, -108.9187f, 9.286359f} }, + { {-1250.0f, 55.0f, 464.0f}, {0.0f, 0.866029f, 0.499993f}, {-0.005081f, -0.499987f, 0.866018f}, "p304m2", 0, {-17.037706f, 17.048185f, -0.330199f, 5.499927f, -7.550345f, 9.612576f} }, + { {-16.0f, 77.0f, -7.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p537j1", 0, {-106.00004f, 73.99998f, -57.00004f, -55.99995f, -67.0f, 81.0f} }, + { {371.0f, 77.0f, -60.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p516j2", 0, {-105.00004f, 137.99997f, -62.000072f, -61.99995f, -67.0f, 81.0f} }, + { {-338.0f, 77.0f, -60.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p535j2", 0, {-105.00004f, 137.99997f, -62.000072f, -61.99995f, -67.0f, 81.0f} }, + { {157.0f, 77.0f, -48.0f}, {0.707107f, 0.0f, 0.707106f}, {0.0f, 1.0f, 0.0f}, "p517j2", 0, {-45.96197f, 36.06242f, -58.689884f, -58.689842f, -67.0f, 81.0f} }, + { {-163.0f, 77.0f, -54.0f}, {-0.707107f, 0.0f, 0.707106f}, {0.0f, 1.0f, 0.0f}, "p536j1", 0, {-45.254807f, 37.476692f, -58.689888f, -57.98278f, -67.0f, 81.0f} }, + { {681.0f, 241.0f, 450.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p307j", 0, {-105.99997f, 170.00005f, 66.999916f, 67.00005f, -67.0f, 76.0f} }, + { {-666.0f, 241.0f, 450.0f}, {1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p345j", 0, {-170.00003f, 105.99998f, 51.999916f, 52.000057f, -67.0f, 76.0f} }, + { {538.0f, 77.0f, -333.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p433j2", 0, {71.99998f, 179.99998f, -62.000072f, -62.00003f, -67.0f, 81.0f} }, + { {-538.0f, 77.0f, -333.0f}, {-1.0f, 1.5e-05, -7e-06}, {1.5e-05, 1.0f, 0.0f}, "p401j2", 0, {-179.99956f, -71.99956f, -62.002293f, -61.999317f, -66.99908f, 81.00092f} }, + { {552.0f, 77.0f, 450.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p494j2", 0, {-106.00004f, 169.99998f, -62.000088f, -61.99995f, -67.0f, 81.0f} }, + { {552.0f, 77.0f, 143.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p509j", 0, {-106.00004f, 153.99998f, -62.00008f, -61.99995f, -67.0f, 81.0f} }, + { {-676.0f, 77.0f, 450.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p389j1", 0, {-169.99998f, 106.00004f, 61.99995f, 62.000088f, -67.0f, 81.0f} }, + { {-676.0f, 77.0f, 143.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p408j", 0, {-153.99998f, 106.00004f, 61.99995f, 62.00008f, -67.0f, 81.0f} }, + { {-522.0f, 108.0f, -55.0f}, {0.529999f, 8e-06, 0.847998f}, {0.001667f, 0.999998f, -0.001051f}, "p533j1", 0, {-65.4045f, 85.00415f, -38.266724f, -37.73558f, -108.87106f, 50.128624f} }, + { {538.0f, 108.0f, -44.0f}, {-0.529995f, 8e-06, 0.848001f}, {0.000713f, 1.0f, 0.000437f}, "p514j1", 0, {-65.59917f, 84.6294f, -39.11517f, -38.58321f, -108.94491f, 50.05504f} }, + { {-187.0f, 77.0f, -60.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p536j1", 0, {-28.000032f, 34.99997f, -62.000023f, -61.99999f, -67.0f, 81.0f} }, + { {194.0f, 77.0f, -60.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p517j2", 0, {-28.000032f, 34.99997f, -62.000023f, -61.99999f, -67.0f, 81.0f} }, + { {-42.0f, 207.0f, -279.0f}, {2e-06, 1.0f, 0.0f}, {-7e-06, 0.0f, -1.0f}, "p1327j", 0, {-148.00058f, 64.00029f, -49.00013f, -48.999706f, -57.001f, 70.000435f} }, + { {-695.0f, 400.0f, 450.0f}, {1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p165j2", 0, {-170.00005f, 105.99996f, 80.999916f, 81.00006f, -67.0f, 44.0f} }, + { {-676.0f, 400.0f, -148.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p164j", 0, {-31.999971f, 106.00004f, 61.99995f, 62.00002f, -67.0f, 76.0f} }, + { {-676.0f, 400.0f, 143.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p158j", 0, {-153.99998f, 106.00004f, 61.99995f, 62.00008f, -67.0f, 76.0f} }, + { {676.0f, 400.0f, 450.0f}, {-1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p125j2", 0, {-106.00004f, 169.99998f, 61.99995f, 62.000088f, -67.0f, 44.0f} }, + { {676.0f, 400.0f, -148.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p124j", 0, {-105.99998f, 32.000034f, 61.99999f, 62.000057f, -67.0f, 76.0f} }, + { {676.0f, 400.0f, 143.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p118j", 0, {-105.99998f, 154.00005f, 61.999928f, 62.000057f, -67.0f, 76.0f} }, + { {-79.0f, 395.0f, -392.0f}, {1e-06, 0.0f, 1.0f}, {-7e-06, 1.0f, 0.0f}, "p234j1", 0, {-227.00052f, 69.00046f, 68.99995f, 69.00014f, -62.001553f, 81.00045f} }, + { {-478.0f, 436.0f, -352.0f}, {0.29218f, 0.004086f, 0.956355f}, {-0.001197f, 0.999992f, -0.003907f}, "p183j2", 0, {-309.33142f, 180.32098f, 123.94511f, 124.33567f, -103.509705f, 39.494324f} }, + { {232.0f, 436.0f, -371.0f}, {-0.293321f, -0.002656f, 0.95601f}, {-0.000788f, 0.999996f, 0.002536f}, "p143j1", 0, {-423.42746f, 66.22667f, 70.4212f, 71.19236f, -102.81525f, 40.187805f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 8228, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 8229, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 8230, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 8231, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 8232, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 8233, 0, + /* Type = ObjectiveCompleteCondition; index = 6 */ + _mkword(0, _mkshort(0, 26)), 4096, + /* Type = ObjectiveFailCondition; index = 7 */ + _mkword(0, _mkshort(0, 27)), 8192, + /* Type = ObjectiveEnd; index = 8 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 9 */ + _mkword(0, _mkshort(0, 23)), 1, 8234, 0, + /* Type = ObjectiveCompleteCondition; index = 10 */ + _mkword(0, _mkshort(0, 26)), 16384, + /* Type = ObjectiveFailCondition; index = 11 */ + _mkword(0, _mkshort(0, 27)), 65536, + /* Type = ObjectiveEnd; index = 12 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 13 */ + _mkword(0, _mkshort(0, 23)), 2, 8235, 0, + /* Type = ObjectiveDestroyObject; index = 14 */ + _mkword(0, _mkshort(0, 25)), 21, + /* Type = ObjectiveDestroyObject; index = 15 */ + _mkword(0, _mkshort(0, 25)), 22, + /* Type = ObjectiveDestroyObject; index = 16 */ + _mkword(0, _mkshort(0, 25)), 23, + /* Type = ObjectiveDestroyObject; index = 17 */ + _mkword(0, _mkshort(0, 25)), 24, + /* Type = ObjectiveDestroyObject; index = 18 */ + _mkword(0, _mkshort(0, 25)), 25, + /* Type = ObjectiveDestroyObject; index = 19 */ + _mkword(0, _mkshort(0, 25)), 26, + /* Type = ObjectiveEnd; index = 20 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Cutscene; index = 21 */ + _mkword(0, _mkshort(0, 46)), -32735, 54704, -388385, 333423, 386610, 168, + /* Type = Tag; index = 22 */ + _mkword(0, _mkshort(0, 22)), _mkword(32, 0xffff), 0, 0, + /* Type = Tag; index = 23 */ + _mkword(0, _mkshort(0, 22)), _mkword(21, 0x0001), 0, 0, + /* Type = StandardProp; index = 24 */ + _mkword(256, _mkshort(0, 3)), _mkword(49, 10010), 0x000001e1, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 25 */ + _mkword(0, _mkshort(0, 22)), _mkword(22, 0x0001), 0, 0, + /* Type = StandardProp; index = 26 */ + _mkword(256, _mkshort(0, 3)), _mkword(49, 10014), 0x000001e1, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 27 */ + _mkword(0, _mkshort(0, 22)), _mkword(23, 0x0001), 0, 0, + /* Type = StandardProp; index = 28 */ + _mkword(256, _mkshort(0, 3)), _mkword(48, 10017), 0x000001e1, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 29 */ + _mkword(0, _mkshort(0, 22)), _mkword(24, 0x0001), 0, 0, + /* Type = StandardProp; index = 30 */ + _mkword(256, _mkshort(0, 3)), _mkword(48, 10013), 0x000001e1, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 31 */ + _mkword(0, _mkshort(0, 22)), _mkword(25, 0x0001), 0, 0, + /* Type = StandardProp; index = 32 */ + _mkword(256, _mkshort(0, 3)), _mkword(49, 10136), 0x000001e1, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 33 */ + _mkword(0, _mkshort(0, 22)), _mkword(26, 0x0001), 0, 0, + /* Type = StandardProp; index = 34 */ + _mkword(256, _mkshort(0, 3)), _mkword(49, 10165), 0x000001e1, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Armour; index = 35 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 48), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 36 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 229), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = StandardProp; index = 37 */ + _mkword(256, _mkshort(0, 3)), _mkword(95, 10000), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 38 */ + _mkword(256, _mkshort(0, 3)), _mkword(95, 10001), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 39 */ + _mkword(256, _mkshort(0, 3)), _mkword(95, 10002), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(256, _mkshort(0, 3)), _mkword(95, 10003), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(256, _mkshort(0, 3)), _mkword(95, 10004), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 42 */ + _mkword(256, _mkshort(0, 3)), _mkword(95, 10005), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 43 */ + _mkword(256, _mkshort(0, 3)), _mkword(95, 10006), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(256, _mkshort(0, 3)), _mkword(95, 10007), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(256, _mkshort(0, 3)), _mkword(95, 10008), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 46 */ + _mkword(256, _mkshort(0, 3)), _mkword(95, 10130), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 47 */ + _mkword(256, _mkshort(0, 3)), _mkword(95, 10132), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(256, _mkshort(0, 3)), _mkword(95, 10133), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10037), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 50 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10039), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 51 */ + _mkword(0, _mkshort(0, 22)), _mkword(38, 0x0001), 0, 0, + /* Type = StandardProp; index = 52 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10041), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 53 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10044), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 54 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10046), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 55 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10048), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10049), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 57 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10051), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 58 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10053), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 59 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10141), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10142), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 61 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = Drone; index = 62 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 49), 0x00000004, 0x00000010, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000cc, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 63 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = Drone; index = 64 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 50), 0x00000004, 0x00000010, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000d9, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 65 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = Drone; index = 66 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 51), 0x00000004, 0x00000010, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000cd, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 67 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 44), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000ac, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 68 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 45), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000ac, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 69 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 46), 0x00000004, 0x00000010, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000ac, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 70 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 47), 0x00000004, 0x00000010, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000ac, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 71 */ + _mkword(0, _mkshort(0, 22)), _mkword(35, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 72 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10160), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = Tag; index = 73 */ + _mkword(0, _mkshort(0, 22)), _mkword(36, 0x0001), 0, 0, + /* Type = StandardProp; index = 74 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10169), 0x00001008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 75 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 53), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 76 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 54), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 77 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 55), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 78 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 56), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 79 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 57), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 80 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 58), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoBox; index = 81 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 52), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 8), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = SingleMonitor; index = 82 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10020), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 83 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10022), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = Tag; index = 84 */ + _mkword(0, _mkshort(0, 22)), _mkword(37, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 85 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10025), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 86 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10026), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 87 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10028), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 88 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10031), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 89 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10032), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 90 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10034), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 91 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10036), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 92 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10138), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 93 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10139), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 94 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10064), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 16, + /* Type = SingleMonitor; index = 95 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10065), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 96 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10066), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 8, + /* Type = SingleMonitor; index = 97 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10067), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 98 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10068), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 99 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10069), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 16, + /* Type = SingleMonitor; index = 100 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10070), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 8, + /* Type = SingleMonitor; index = 101 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10071), 0x100010e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 102 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10116), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 103 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10117), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 104 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10121), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 105 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10123), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 106 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10124), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 107 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10125), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 108 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10126), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 109 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10128), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 110 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10129), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 111 */ + _mkword(256, _mkshort(0, 3)), _mkword(88, 10077), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 112 */ + _mkword(256, _mkshort(0, 3)), _mkword(88, 10078), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 113 */ + _mkword(256, _mkshort(0, 3)), _mkword(88, 10080), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 114 */ + _mkword(256, _mkshort(0, 3)), _mkword(88, 10081), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 115 */ + _mkword(256, _mkshort(0, 3)), _mkword(89, 10087), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 116 */ + _mkword(256, _mkshort(0, 3)), _mkword(89, 10088), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 117 */ + _mkword(256, _mkshort(0, 3)), _mkword(89, 10090), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 118 */ + _mkword(256, _mkshort(0, 3)), _mkword(89, 10091), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 119 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10082), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 120 */ + _mkword(256, _mkshort(0, 3)), _mkword(97, 10092), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 121 */ + _mkword(256, _mkshort(0, 3)), _mkword(97, 10093), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 122 */ + _mkword(256, _mkshort(0, 3)), _mkword(97, 10094), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 123 */ + _mkword(256, _mkshort(0, 3)), _mkword(97, 10095), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 124 */ + _mkword(256, _mkshort(0, 3)), _mkword(97, 10096), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 125 */ + _mkword(256, _mkshort(0, 3)), _mkword(97, 10097), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 126 */ + _mkword(256, _mkshort(0, 3)), _mkword(97, 10098), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 127 */ + _mkword(256, _mkshort(0, 3)), _mkword(97, 10099), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 128 */ + _mkword(256, _mkshort(0, 3)), _mkword(97, 10112), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 129 */ + _mkword(256, _mkshort(0, 3)), _mkword(97, 10113), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = TintedGlass; index = 130 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10166), 0x00000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 300, 600, 0, -1, 0, + /* Type = TintedGlass; index = 131 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10167), 0x00000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 300, 600, 0, -1, 0, + /* Type = TintedGlass; index = 132 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10168), 0x00000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 300, 600, 0, -1, 0, + /* Type = TintedGlass; index = 133 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10187), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 150, 300, 0, -1, 0, + /* Type = TintedGlass; index = 134 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10172), 0x10020b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 135 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10185), 0x10020b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 136 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10174), 0x10020b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 137 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10170), 0x10020b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 138 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10173), 0x10020b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 139 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10186), 0x10020b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 140 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10171), 0x10020b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 141 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10183), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 142 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10184), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = Tag; index = 143 */ + _mkword(0, _mkshort(0, 22)), _mkword(34, 0x0001), 0, 0, + /* Type = TintedGlass; index = 144 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10181), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 145 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10182), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = Tag; index = 146 */ + _mkword(0, _mkshort(0, 22)), _mkword(33, 0x0001), 0, 0, + /* Type = TintedGlass; index = 147 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10179), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 148 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10180), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 149 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10175), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 150 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10176), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 151 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10177), 0x00000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 300, 600, 0, -1, 0, + /* Type = TintedGlass; index = 152 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10178), 0x00000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 300, 600, 0, -1, 0, + /* Type = TintedGlass; index = 153 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10188), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 154 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10189), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 155 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10190), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 156 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10191), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 157 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10192), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 158 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10193), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 10, 0, -1, 0, + /* Type = TintedGlass; index = 159 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10194), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 300, 0, -1, 0, + /* Type = TintedGlass; index = 160 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10195), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 300, 0, -1, 0, + /* Type = TintedGlass; index = 161 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10196), 0x10000b62, 0x00104000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 300, 0, -1, 0, + /* Type = SingleMonitor; index = 162 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10162), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 16, + /* Type = Tag; index = 163 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = Door; index = 164 */ + _mkword(256, _mkshort(0, 1)), _mkword(150, 143), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 165 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0x0001), 0, 0, + /* Type = Door; index = 166 */ + _mkword(256, _mkshort(0, 1)), _mkword(150, 147), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 167 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0x0001), 0, 0, + /* Type = Door; index = 168 */ + _mkword(256, _mkshort(0, 1)), _mkword(150, 148), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 169 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0001), 0, 0, + /* Type = Door; index = 170 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 144), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000001, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 171 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 145), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000001, 900, 17, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 172 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0xffff), 0, 0, + /* Type = Tag; index = 173 */ + _mkword(0, _mkshort(0, 22)), _mkword(28, 0x0001), 0, 0, + /* Type = Door; index = 174 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 151), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 175 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 152), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 17, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 176 */ + _mkword(0, _mkshort(0, 22)), _mkword(29, 0xffff), 0, 0, + /* Type = Tag; index = 177 */ + _mkword(0, _mkshort(0, 22)), _mkword(30, 0x0001), 0, 0, + /* Type = Door; index = 178 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 153), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000e666, 0x000000da, 0x000000da, 0x00001bbb, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 179 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 154), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x0000e666, 0x000000da, 0x000000da, 0x00001bbb, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 180 */ + _mkword(0, _mkshort(0, 22)), _mkword(31, 0xffff), 0, 0, + /* Type = Door; index = 181 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 163), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 182 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 164), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 17, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 183 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = Door; index = 184 */ + _mkword(256, _mkshort(0, 1)), _mkword(176, 146), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(0, 4), 0x00000001, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 185 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0x0001), 0, 0, + /* Type = Door; index = 186 */ + _mkword(256, _mkshort(0, 1)), _mkword(176, 149), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(0, 4), 0x00000001, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 187 */ + _mkword(0, _mkshort(0, 22)), _mkword(14, 0x0001), 0, 0, + /* Type = Door; index = 188 */ + _mkword(256, _mkshort(0, 1)), _mkword(176, 150), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(0, 4), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 189 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0x0001), 0, 0, + /* Type = Door; index = 190 */ + _mkword(256, _mkshort(0, 1)), _mkword(176, 155), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e666, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(0, 4), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 191 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0x0001), 0, 0, + /* Type = Door; index = 192 */ + _mkword(256, _mkshort(0, 1)), _mkword(176, 156), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000b666, 0x0000accc, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(0, 4), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 193 */ + _mkword(0, _mkshort(0, 22)), _mkword(17, 0x0001), 0, 0, + /* Type = Door; index = 194 */ + _mkword(256, _mkshort(0, 1)), _mkword(176, 158), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000b666, 0x0000accc, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(0, 4), 0x00000001, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 195 */ + _mkword(0, _mkshort(0, 22)), _mkword(18, 0x0001), 0, 0, + /* Type = Door; index = 196 */ + _mkword(256, _mkshort(0, 1)), _mkword(176, 159), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000b666, 0x0000accc, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(0, 4), 0x00000001, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Guard; index = 197 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 224), _mkword(79, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 198 */ + _mkword(384, _mkshort(0, 8)), _mkword(190, 0), 0x00006000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x12, 0xff), 0xffff), 0, + /* Type = Guard; index = 199 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 38), _mkword(8, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 200 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 1), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Guard; index = 201 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 2), _mkword(6, 1041), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 202 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 0), _mkword(0, 2), 0xffffffff, _mkword(800, 25), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 203 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 1), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 204 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 31), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 205 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 37), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 206 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 32), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 207 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 41), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 208 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 42), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 209 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 39), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 210 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 36), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 211 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 7), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 212 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 8), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 213 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 9), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 214 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 10), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 215 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 13), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 216 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 14), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 217 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 15), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 218 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 16), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 219 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 6), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 220 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 5), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 221 */ + _mkword(0, _mkshort(0, 9)), _mkword(48, 3), _mkword(0, 2), 0xffffffff, _mkword(800, 20), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 222 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 30), _mkword(0, 2), 0xffffffff, _mkword(0, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 223 */ + _mkword(0, _mkshort(0, 9)), _mkword(41, 43), _mkword(0, 2), 0xffffffff, _mkword(0, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 224 */ + _mkword(0, _mkshort(0, 9)), _mkword(42, 35), _mkword(0, 2), 0xffffffff, _mkword(0, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 225 */ + _mkword(0, _mkshort(0, 9)), _mkword(43, 40), _mkword(0, 2), 0xffffffff, _mkword(0, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 226 */ + _mkword(0, _mkshort(0, 9)), _mkword(44, 34), _mkword(0, 2), 0xffffffff, _mkword(0, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 227 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 4), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 228 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 17), _mkword(0, 1036), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 229 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 19), _mkword(0, 1036), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 230 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 21), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 231 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 20), _mkword(0, 1036), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 232 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 18), _mkword(0, 1036), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = SetGuardAttribute; index = 233 */ + _mkword(0, _mkshort(0, 18)), 23, 0x000000ff, + /* Type = SetGuardAttribute; index = 234 */ + _mkword(0, _mkshort(0, 18)), 24, 0x000000ff, + /* Type = SetGuardAttribute; index = 235 */ + _mkword(0, _mkshort(0, 18)), 26, 0x000000ff, + /* Type = SetGuardAttribute; index = 236 */ + _mkword(0, _mkshort(0, 18)), 27, 0x000000ff, + /* Type = Guard; index = 237 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 22), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 238 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 27), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 239 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 23), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 240 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 24), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 241 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 25), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 242 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 26), _mkword(0, 2), 0xffffffff, _mkword(10, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 243 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 28), _mkword(0, 2), 0xffffffff, _mkword(0, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 244 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 29), _mkword(0, 2), 0xffffffff, _mkword(0, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 245 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 246 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 247 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 248 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 249 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 250 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 251 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 252 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 253 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 254 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 255 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 256 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 14), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 257 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 15), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 258 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 16), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 259 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 17), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 260 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 18), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 261 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 19), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 262 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 20), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 263 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 21), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 264 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 22), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 265 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 23), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 266 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 24), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 267 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 25), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 268 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 26), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 269 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 27), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 270 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 28), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 271 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 29), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 272 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 30), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 273 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 31), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 274 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 32), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 275 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 33), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 276 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 277 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 278 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 279 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 280 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 38), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 281 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 39), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 282 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 40), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 283 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 41), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 284 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 42), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 285 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 43), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 286 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 44), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 287 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 48), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 288 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 49), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 289 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 50), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 290 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 51), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 291 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 52), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 292 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 53), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = EndProps; index = 293 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0x00019334, 0x000021dd, 0xfffff2bd, 0x0003f256, 0x00001ace, 0x00000079, 0x0000202c, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x0002e0e6, 0x00016269, 0xfffedab0, 0x0001e5e6, 0x0005b984, 0x000000ac, 0x0000202c, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 2 */ + _mkword(0, _mkshort(0, 7)), 3, 11, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 223, 0, + /* Type = StartWeapon; index = 4 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 5 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = Cuff; index = 6 */ + _mkword(0, _mkshort(0, 5)), 2, + /* Type = SwirlCam; index = 7 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0xff9c0000, 0x00c80000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0xff9c0000, 0x00c80000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0x000a0000, 0xff9c0000, 0x00aa0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00500000, 0xffec0000, 0x00000000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00140000, 0x00280000, 0xff9c0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 16 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 5, 12, -1 }; +s32 path_neighbors_1[] = { 3, 5, 11, -1 }; +s32 path_neighbors_2[] = { 11, -1 }; +s32 path_neighbors_3[] = { 1, 4, -1 }; +s32 path_neighbors_4[] = { 3, 11, -1 }; +s32 path_neighbors_5[] = { 0, 1, 6, -1 }; +s32 path_neighbors_6[] = { 5, 11, -1 }; +s32 path_neighbors_7[] = { 11, -1 }; +s32 path_neighbors_8[] = { 11, -1 }; +s32 path_neighbors_9[] = { 10, 12, -1 }; +s32 path_neighbors_10[] = { 9, 12, -1 }; +s32 path_neighbors_11[] = { 1, 2, 4, 6, 7, 8, 12, -1 }; +s32 path_neighbors_12[] = { 0, 9, 10, 11, 13, -1 }; +s32 path_neighbors_13[] = { 12, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, -1 }; +s32 path_indeces_1[] = { 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, -1 }; +s32 path_indeces_2[] = { 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1 }; +s32 path_indeces_3[] = { 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, -1 }; +s32 path_indeces_4[] = { 77, 78, -1 }; +s32 path_indeces_5[] = { 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, -1 }; +s32 path_indeces_6[] = { 91, 92, 93, 94, -1 }; +s32 path_indeces_7[] = { 95, 96, -1 }; +s32 path_indeces_8[] = { 97, 98, -1 }; +s32 path_indeces_9[] = { 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, -1 }; +s32 path_indeces_10[] = { 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, -1 }; +s32 path_indeces_11[] = { 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, -1 }; +s32 path_indeces_12[] = { 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, -1 }; +s32 path_indeces_13[] = { 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, 12, -1 }; +s32 path_table_1[] = { 0, 13, -1 }; +s32 path_table_2[] = { 14, 15, -1 }; +s32 path_table_3[] = { 9, 85, -1 }; +s32 path_table_4[] = { 13, 16, -1 }; +s32 path_table_5[] = { 6, -1 }; +s32 path_table_6[] = { 5, 16, 17, -1 }; +s32 path_table_7[] = { 8, 137, -1 }; +s32 path_table_8[] = { 7, 14, -1 }; +s32 path_table_9[] = { 3, 10, -1 }; +s32 path_table_10[] = { 9, 12, -1 }; +s32 path_table_11[] = { 12, -1 }; +s32 path_table_12[] = { 0, 10, 11, -1 }; +s32 path_table_13[] = { 1, 4, -1 }; +s32 path_table_14[] = { 2, 8, -1 }; +s32 path_table_15[] = { 2, 16, -1 }; +s32 path_table_16[] = { 4, 6, 15, -1 }; +s32 path_table_17[] = { 6, 18, -1 }; +s32 path_table_18[] = { 17, 19, -1 }; +s32 path_table_19[] = { 18, -1 }; +s32 path_table_20[] = { 21, -1 }; +s32 path_table_21[] = { 20, 22, 23, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 21, 22, 28, -1 }; +s32 path_table_24[] = { 25, 122, -1 }; +s32 path_table_25[] = { 24, 26, -1 }; +s32 path_table_26[] = { 25, 27, -1 }; +s32 path_table_27[] = { 26, 30, -1 }; +s32 path_table_28[] = { 23, 30, -1 }; +s32 path_table_29[] = { 30, 53, -1 }; +s32 path_table_30[] = { 27, 28, 29, 31, -1 }; +s32 path_table_31[] = { 30, 82, -1 }; +s32 path_table_32[] = { 33, 37, -1 }; +s32 path_table_33[] = { 32, 34, -1 }; +s32 path_table_34[] = { 33, 35, -1 }; +s32 path_table_35[] = { 34, 36, -1 }; +s32 path_table_36[] = { 35, -1 }; +s32 path_table_37[] = { 32, 38, -1 }; +s32 path_table_38[] = { 37, 46, -1 }; +s32 path_table_39[] = { 40, -1 }; +s32 path_table_40[] = { 39, 41, -1 }; +s32 path_table_41[] = { 40, 42, -1 }; +s32 path_table_42[] = { 41, 43, -1 }; +s32 path_table_43[] = { 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 44, 46, -1 }; +s32 path_table_46[] = { 38, 45, 47, -1 }; +s32 path_table_47[] = { 46, 48, -1 }; +s32 path_table_48[] = { 47, 49, -1 }; +s32 path_table_49[] = { 48, 50, -1 }; +s32 path_table_50[] = { 49, 51, -1 }; +s32 path_table_51[] = { 50, 134, -1 }; +s32 path_table_52[] = { 55, 56, 59, 60, 65, 67, -1 }; +s32 path_table_53[] = { 29, 57, 58, -1 }; +s32 path_table_54[] = { 55, -1 }; +s32 path_table_55[] = { 52, 54, 56, 60, -1 }; +s32 path_table_56[] = { 52, 55, 57, -1 }; +s32 path_table_57[] = { 53, 56, -1 }; +s32 path_table_58[] = { 53, 59, -1 }; +s32 path_table_59[] = { 52, 58, 67, -1 }; +s32 path_table_60[] = { 52, 55, 61, 63, 67, -1 }; +s32 path_table_61[] = { 60, 62, 67, -1 }; +s32 path_table_62[] = { 61, 63, -1 }; +s32 path_table_63[] = { 60, 62, 65, 67, -1 }; +s32 path_table_64[] = { 65, -1 }; +s32 path_table_65[] = { 52, 63, 64, 66, -1 }; +s32 path_table_66[] = { 65, 67, 69, -1 }; +s32 path_table_67[] = { 52, 59, 60, 61, 63, 66, 68, -1 }; +s32 path_table_68[] = { 67, 71, -1 }; +s32 path_table_69[] = { 66, 70, -1 }; +s32 path_table_70[] = { 69, 72, 74, -1 }; +s32 path_table_71[] = { 68, 72, -1 }; +s32 path_table_72[] = { 70, 71, 73, -1 }; +s32 path_table_73[] = { 72, 76, -1 }; +s32 path_table_74[] = { 70, 75, -1 }; +s32 path_table_75[] = { 74, 76, -1 }; +s32 path_table_76[] = { 73, 75, 77, -1 }; +s32 path_table_77[] = { 76, 78, -1 }; +s32 path_table_78[] = { 77, 133, -1 }; +s32 path_table_79[] = { 80, 82, -1 }; +s32 path_table_80[] = { 79, 81, -1 }; +s32 path_table_81[] = { 80, 87, -1 }; +s32 path_table_82[] = { 31, 79, 83, -1 }; +s32 path_table_83[] = { 82, 84, -1 }; +s32 path_table_84[] = { 83, 85, -1 }; +s32 path_table_85[] = { 3, 84, 86, -1 }; +s32 path_table_86[] = { 85, 87, -1 }; +s32 path_table_87[] = { 81, 86, 88, -1 }; +s32 path_table_88[] = { 87, 89, -1 }; +s32 path_table_89[] = { 88, 90, -1 }; +s32 path_table_90[] = { 89, 91, -1 }; +s32 path_table_91[] = { 90, 92, -1 }; +s32 path_table_92[] = { 91, 93, -1 }; +s32 path_table_93[] = { 92, 94, -1 }; +s32 path_table_94[] = { 93, 123, -1 }; +s32 path_table_95[] = { 96, 122, 123, -1 }; +s32 path_table_96[] = { 95, -1 }; +s32 path_table_97[] = { 98, 133, 134, -1 }; +s32 path_table_98[] = { 97, -1 }; +s32 path_table_99[] = { 101, 104, 121, -1 }; +s32 path_table_100[] = { 101, 109, -1 }; +s32 path_table_101[] = { 99, 100, 102, 107, -1 }; +s32 path_table_102[] = { 101, 103, -1 }; +s32 path_table_103[] = { 102, 139, -1 }; +s32 path_table_104[] = { 99, 105, 107, 110, -1 }; +s32 path_table_105[] = { 104, 106, 115, -1 }; +s32 path_table_106[] = { 105, 107, 108, -1 }; +s32 path_table_107[] = { 101, 104, 106, 108, -1 }; +s32 path_table_108[] = { 106, 107, 109, -1 }; +s32 path_table_109[] = { 100, 108, -1 }; +s32 path_table_110[] = { 104, 116, -1 }; +s32 path_table_111[] = { 112, 120, -1 }; +s32 path_table_112[] = { 111, 113, 114, -1 }; +s32 path_table_113[] = { 112, 114, 116, 119, -1 }; +s32 path_table_114[] = { 112, 113, 115, -1 }; +s32 path_table_115[] = { 105, 114, 116, -1 }; +s32 path_table_116[] = { 110, 113, 115, 121, -1 }; +s32 path_table_117[] = { 118, 135, -1 }; +s32 path_table_118[] = { 117, 119, -1 }; +s32 path_table_119[] = { 113, 118, 120, 121, -1 }; +s32 path_table_120[] = { 111, 119, -1 }; +s32 path_table_121[] = { 99, 116, 119, -1 }; +s32 path_table_122[] = { 24, 95, 123, 124, -1 }; +s32 path_table_123[] = { 94, 95, 122, -1 }; +s32 path_table_124[] = { 122, 125, 126, -1 }; +s32 path_table_125[] = { 124, 126, -1 }; +s32 path_table_126[] = { 124, 125, 127, 128, -1 }; +s32 path_table_127[] = { 126, 130, 143, -1 }; +s32 path_table_128[] = { 126, 129, -1 }; +s32 path_table_129[] = { 128, 130, -1 }; +s32 path_table_130[] = { 127, 129, 131, 132, -1 }; +s32 path_table_131[] = { 130, 132, -1 }; +s32 path_table_132[] = { 130, 131, 133, -1 }; +s32 path_table_133[] = { 78, 97, 132, 134, -1 }; +s32 path_table_134[] = { 51, 97, 133, -1 }; +s32 path_table_135[] = { 117, 137, 138, -1 }; +s32 path_table_136[] = { 137, -1 }; +s32 path_table_137[] = { 7, 135, 136, -1 }; +s32 path_table_138[] = { 135, 146, 147, -1 }; +s32 path_table_139[] = { 103, 141, 142, -1 }; +s32 path_table_140[] = { 141, -1 }; +s32 path_table_141[] = { 139, 140, -1 }; +s32 path_table_142[] = { 139, 148, 149, -1 }; +s32 path_table_143[] = { 127, 144, 145, -1 }; +s32 path_table_144[] = { 143, 147, -1 }; +s32 path_table_145[] = { 143, 149, -1 }; +s32 path_table_146[] = { 138, 147, 148, -1 }; +s32 path_table_147[] = { 138, 144, 146, 149, 150, -1 }; +s32 path_table_148[] = { 142, 146, 149, -1 }; +s32 path_table_149[] = { 142, 145, 147, 148, 150, -1 }; +s32 path_table_150[] = { 147, 149, 156, -1 }; +s32 path_table_151[] = { 152, -1 }; +s32 path_table_152[] = { 151, 153, -1 }; +s32 path_table_153[] = { 152, 154, 155, -1 }; +s32 path_table_154[] = { 153, 155, 158, -1 }; +s32 path_table_155[] = { 153, 154, 156, -1 }; +s32 path_table_156[] = { 150, 155, 157, -1 }; +s32 path_table_157[] = { 156, 158, 159, -1 }; +s32 path_table_158[] = { 154, 157, 159, -1 }; +s32 path_table_159[] = { 157, 158, 160, -1 }; +s32 path_table_160[] = { 159, 161, -1 }; +s32 path_table_161[] = { 160, 162, -1 }; +s32 path_table_162[] = { 161, -1 }; + +waypoint pathwaypoints[] = { + { 0x000000de, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000000dd, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000000dc, &path_table_2, 0x00000000, 0x00000000 }, + { 0x000000db, &path_table_3, 0x00000000, 0x00000000 }, + { 0x000000da, &path_table_4, 0x00000000, 0x00000000 }, + { 0x000000d9, &path_table_5, 0x00000000, 0x00000000 }, + { 0x000000d8, &path_table_6, 0x00000000, 0x00000000 }, + { 0x000000d7, &path_table_7, 0x00000000, 0x00000000 }, + { 0x000000d6, &path_table_8, 0x00000000, 0x00000000 }, + { 0x000000d5, &path_table_9, 0x00000000, 0x00000000 }, + { 0x000000d4, &path_table_10, 0x00000000, 0x00000000 }, + { 0x000000d3, &path_table_11, 0x00000000, 0x00000000 }, + { 0x000000d2, &path_table_12, 0x00000000, 0x00000000 }, + { 0x000000d1, &path_table_13, 0x00000000, 0x00000000 }, + { 0x000000d0, &path_table_14, 0x00000000, 0x00000000 }, + { 0x000000cf, &path_table_15, 0x00000000, 0x00000000 }, + { 0x000000ce, &path_table_16, 0x00000000, 0x00000000 }, + { 0x000000cd, &path_table_17, 0x00000000, 0x00000000 }, + { 0x000000cc, &path_table_18, 0x00000000, 0x00000000 }, + { 0x000000cb, &path_table_19, 0x00000000, 0x00000000 }, + { 0x000000ca, &path_table_20, 0x00000001, 0x00000000 }, + { 0x000000c9, &path_table_21, 0x00000001, 0x00000000 }, + { 0x000000c8, &path_table_22, 0x00000001, 0x00000000 }, + { 0x000000c7, &path_table_23, 0x00000001, 0x00000000 }, + { 0x000000c6, &path_table_24, 0x00000001, 0x00000000 }, + { 0x000000c5, &path_table_25, 0x00000001, 0x00000000 }, + { 0x000000c4, &path_table_26, 0x00000001, 0x00000000 }, + { 0x000000c3, &path_table_27, 0x00000001, 0x00000000 }, + { 0x000000c2, &path_table_28, 0x00000001, 0x00000000 }, + { 0x000000c1, &path_table_29, 0x00000001, 0x00000000 }, + { 0x000000c0, &path_table_30, 0x00000001, 0x00000000 }, + { 0x000000bf, &path_table_31, 0x00000001, 0x00000000 }, + { 0x000000be, &path_table_32, 0x00000002, 0x00000000 }, + { 0x000000bd, &path_table_33, 0x00000002, 0x00000000 }, + { 0x000000bc, &path_table_34, 0x00000002, 0x00000000 }, + { 0x000000bb, &path_table_35, 0x00000002, 0x00000000 }, + { 0x000000ba, &path_table_36, 0x00000002, 0x00000000 }, + { 0x000000b9, &path_table_37, 0x00000002, 0x00000000 }, + { 0x000000b8, &path_table_38, 0x00000002, 0x00000000 }, + { 0x000000b7, &path_table_39, 0x00000002, 0x00000000 }, + { 0x000000b6, &path_table_40, 0x00000002, 0x00000000 }, + { 0x000000b5, &path_table_41, 0x00000002, 0x00000000 }, + { 0x000000b4, &path_table_42, 0x00000002, 0x00000000 }, + { 0x000000b3, &path_table_43, 0x00000002, 0x00000000 }, + { 0x000000b2, &path_table_44, 0x00000002, 0x00000000 }, + { 0x000000b1, &path_table_45, 0x00000002, 0x00000000 }, + { 0x000000b0, &path_table_46, 0x00000002, 0x00000000 }, + { 0x000000af, &path_table_47, 0x00000002, 0x00000000 }, + { 0x000000ae, &path_table_48, 0x00000002, 0x00000000 }, + { 0x000000ad, &path_table_49, 0x00000002, 0x00000000 }, + { 0x000000ac, &path_table_50, 0x00000002, 0x00000000 }, + { 0x000000ab, &path_table_51, 0x00000002, 0x00000000 }, + { 0x000000aa, &path_table_52, 0x00000003, 0x00000000 }, + { 0x000000a9, &path_table_53, 0x00000003, 0x00000000 }, + { 0x000000a8, &path_table_54, 0x00000003, 0x00000000 }, + { 0x000000a7, &path_table_55, 0x00000003, 0x00000000 }, + { 0x000000a6, &path_table_56, 0x00000003, 0x00000000 }, + { 0x000000a5, &path_table_57, 0x00000003, 0x00000000 }, + { 0x000000a4, &path_table_58, 0x00000003, 0x00000000 }, + { 0x000000a3, &path_table_59, 0x00000003, 0x00000000 }, + { 0x000000a2, &path_table_60, 0x00000003, 0x00000000 }, + { 0x000000a1, &path_table_61, 0x00000003, 0x00000000 }, + { 0x000000a0, &path_table_62, 0x00000003, 0x00000000 }, + { 0x0000009f, &path_table_63, 0x00000003, 0x00000000 }, + { 0x0000009e, &path_table_64, 0x00000003, 0x00000000 }, + { 0x0000009d, &path_table_65, 0x00000003, 0x00000000 }, + { 0x0000009c, &path_table_66, 0x00000003, 0x00000000 }, + { 0x0000009b, &path_table_67, 0x00000003, 0x00000000 }, + { 0x0000009a, &path_table_68, 0x00000003, 0x00000000 }, + { 0x00000099, &path_table_69, 0x00000003, 0x00000000 }, + { 0x00000098, &path_table_70, 0x00000003, 0x00000000 }, + { 0x00000097, &path_table_71, 0x00000003, 0x00000000 }, + { 0x00000096, &path_table_72, 0x00000003, 0x00000000 }, + { 0x00000095, &path_table_73, 0x00000003, 0x00000000 }, + { 0x00000094, &path_table_74, 0x00000003, 0x00000000 }, + { 0x00000093, &path_table_75, 0x00000003, 0x00000000 }, + { 0x00000092, &path_table_76, 0x00000003, 0x00000000 }, + { 0x00000091, &path_table_77, 0x00000004, 0x00000000 }, + { 0x00000090, &path_table_78, 0x00000004, 0x00000000 }, + { 0x0000008f, &path_table_79, 0x00000005, 0x00000000 }, + { 0x0000008e, &path_table_80, 0x00000005, 0x00000000 }, + { 0x0000008d, &path_table_81, 0x00000005, 0x00000000 }, + { 0x0000008c, &path_table_82, 0x00000005, 0x00000000 }, + { 0x0000008b, &path_table_83, 0x00000005, 0x00000000 }, + { 0x0000008a, &path_table_84, 0x00000005, 0x00000000 }, + { 0x00000089, &path_table_85, 0x00000005, 0x00000000 }, + { 0x00000088, &path_table_86, 0x00000005, 0x00000000 }, + { 0x00000087, &path_table_87, 0x00000005, 0x00000000 }, + { 0x00000086, &path_table_88, 0x00000005, 0x00000000 }, + { 0x00000085, &path_table_89, 0x00000005, 0x00000000 }, + { 0x00000084, &path_table_90, 0x00000005, 0x00000000 }, + { 0x00000083, &path_table_91, 0x00000006, 0x00000000 }, + { 0x00000082, &path_table_92, 0x00000006, 0x00000000 }, + { 0x00000081, &path_table_93, 0x00000006, 0x00000000 }, + { 0x00000080, &path_table_94, 0x00000006, 0x00000000 }, + { 0x0000007f, &path_table_95, 0x00000007, 0x00000000 }, + { 0x0000007e, &path_table_96, 0x00000007, 0x00000000 }, + { 0x0000007d, &path_table_97, 0x00000008, 0x00000000 }, + { 0x0000007c, &path_table_98, 0x00000008, 0x00000000 }, + { 0x0000007b, &path_table_99, 0x00000009, 0x00000000 }, + { 0x0000007a, &path_table_100, 0x00000009, 0x00000000 }, + { 0x00000079, &path_table_101, 0x00000009, 0x00000000 }, + { 0x00000078, &path_table_102, 0x00000009, 0x00000000 }, + { 0x00000077, &path_table_103, 0x00000009, 0x00000000 }, + { 0x00000076, &path_table_104, 0x00000009, 0x00000000 }, + { 0x00000075, &path_table_105, 0x00000009, 0x00000000 }, + { 0x00000074, &path_table_106, 0x00000009, 0x00000000 }, + { 0x00000073, &path_table_107, 0x00000009, 0x00000000 }, + { 0x00000072, &path_table_108, 0x00000009, 0x00000000 }, + { 0x00000071, &path_table_109, 0x00000009, 0x00000000 }, + { 0x00000070, &path_table_110, 0x0000000a, 0x00000000 }, + { 0x0000006f, &path_table_111, 0x0000000a, 0x00000000 }, + { 0x0000006e, &path_table_112, 0x0000000a, 0x00000000 }, + { 0x0000006d, &path_table_113, 0x0000000a, 0x00000000 }, + { 0x0000006c, &path_table_114, 0x0000000a, 0x00000000 }, + { 0x0000006b, &path_table_115, 0x0000000a, 0x00000000 }, + { 0x0000006a, &path_table_116, 0x0000000a, 0x00000000 }, + { 0x00000069, &path_table_117, 0x0000000a, 0x00000000 }, + { 0x00000068, &path_table_118, 0x0000000a, 0x00000000 }, + { 0x00000067, &path_table_119, 0x0000000a, 0x00000000 }, + { 0x00000066, &path_table_120, 0x0000000a, 0x00000000 }, + { 0x00000065, &path_table_121, 0x0000000a, 0x00000000 }, + { 0x00000064, &path_table_122, 0x0000000b, 0x00000000 }, + { 0x00000063, &path_table_123, 0x0000000b, 0x00000000 }, + { 0x00000062, &path_table_124, 0x0000000b, 0x00000000 }, + { 0x00000061, &path_table_125, 0x0000000b, 0x00000000 }, + { 0x00000060, &path_table_126, 0x0000000b, 0x00000000 }, + { 0x0000005f, &path_table_127, 0x0000000b, 0x00000000 }, + { 0x0000005e, &path_table_128, 0x0000000b, 0x00000000 }, + { 0x0000005d, &path_table_129, 0x0000000b, 0x00000000 }, + { 0x0000005c, &path_table_130, 0x0000000b, 0x00000000 }, + { 0x0000005b, &path_table_131, 0x0000000b, 0x00000000 }, + { 0x0000005a, &path_table_132, 0x0000000b, 0x00000000 }, + { 0x00000059, &path_table_133, 0x0000000b, 0x00000000 }, + { 0x00000058, &path_table_134, 0x0000000b, 0x00000000 }, + { 0x00000057, &path_table_135, 0x0000000c, 0x00000000 }, + { 0x00000056, &path_table_136, 0x0000000c, 0x00000000 }, + { 0x00000055, &path_table_137, 0x0000000c, 0x00000000 }, + { 0x00000054, &path_table_138, 0x0000000c, 0x00000000 }, + { 0x00000053, &path_table_139, 0x0000000c, 0x00000000 }, + { 0x00000052, &path_table_140, 0x0000000c, 0x00000000 }, + { 0x00000051, &path_table_141, 0x0000000c, 0x00000000 }, + { 0x00000050, &path_table_142, 0x0000000c, 0x00000000 }, + { 0x0000004f, &path_table_143, 0x0000000c, 0x00000000 }, + { 0x0000004e, &path_table_144, 0x0000000c, 0x00000000 }, + { 0x0000004d, &path_table_145, 0x0000000c, 0x00000000 }, + { 0x0000004c, &path_table_146, 0x0000000c, 0x00000000 }, + { 0x0000004b, &path_table_147, 0x0000000c, 0x00000000 }, + { 0x0000004a, &path_table_148, 0x0000000c, 0x00000000 }, + { 0x00000049, &path_table_149, 0x0000000c, 0x00000000 }, + { 0x00000048, &path_table_150, 0x0000000c, 0x00000000 }, + { 0x00000047, &path_table_151, 0x0000000d, 0x00000000 }, + { 0x00000046, &path_table_152, 0x0000000d, 0x00000000 }, + { 0x00000045, &path_table_153, 0x0000000d, 0x00000000 }, + { 0x00000044, &path_table_154, 0x0000000d, 0x00000000 }, + { 0x00000043, &path_table_155, 0x0000000d, 0x00000000 }, + { 0x00000042, &path_table_156, 0x0000000d, 0x00000000 }, + { 0x00000041, &path_table_157, 0x0000000d, 0x00000000 }, + { 0x00000040, &path_table_158, 0x0000000d, 0x00000000 }, + { 0x0000003f, &path_table_159, 0x0000000d, 0x00000000 }, + { 0x0000003e, &path_table_160, 0x0000000d, 0x00000000 }, + { 0x0000003d, &path_table_161, 0x0000000d, 0x00000000 }, + { 0x0000003c, &path_table_162, 0x0000000d, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_set_0[] = { -1 }; +s32 path_set_1[] = { -1 }; +s32 path_set_2[] = { -1 }; +s32 path_set_3[] = { -1 }; +s32 path_set_4[] = { -1 }; +s32 path_set_5[] = { -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { &path_set_1, 0x01, 0x00, 0x0000 }, + { &path_set_2, 0x02, 0x00, 0x0000 }, + { &path_set_3, 0x03, 0x00, 0x0000 }, + { &path_set_4, 0x04, 0x00, 0x0000 }, + { &path_set_5, 0x05, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x9000648f, 0x00649d00, 0x0008009d, 0x00000080, 0x020403ce, 0x2ccf2c00, 0x08022c01, 0x040208c3, 0x2008020a, 0x035b0236, 0x5b03365b, 0x0436311c, 0x2c003602, 0x2c311d2c, 0x0036022c, 0x311e2c00, 0x36022c31, 0x1f2c0036, 0x022c3126, 0x2c003602, 0x2c31272c, 0x00360236, 0x010a022c, 0x020b033c, 0x2c010b02, 0x2c7f4c52, 0x7fb25302, 0x54c3200b, 0x002c0253, 0xc3200c00, 0x2c0252c3, 0x200d002c, 0x022c05fd, 0x04020400 }; +u32 ai_1[] = { 0x02041c00, 0xdc020a03, 0x4dfd0019, 0x00dc052f, 0x2c010a02, 0x2c4dfd00, 0x1900dc2c, 0x0104022c, 0x02051e00, 0xe1020e03, 0x2f2c010e, 0x022c4dfd, 0x000f00e1, 0x2c010502, 0x2c170008, 0x00e22c02, 0x2cae020b, 0x03b40000, 0x3c2c010b, 0x022c0a00, 0xa3000000, 0x8c001002, 0x0d032f2c, 0x010d022c, 0xc3200902, 0x00035500, 0xd6089c00, 0x00040036, 0xb4000384, 0x0f023633, 0x35322c0a, 0x00a30000, 0x008c0010, 0x000c022c, 0x35642c0a, 0x00ac0000, 0x00450010, 0x9a000800, 0x00000c02, 0x2c35962c, 0x0a00ad00, 0x00004a00, 0x109a0008, 0x0000000c, 0x022c35c8, 0x2c0a00ae, 0x0000004f, 0x00109a00, 0x08000000, 0x0c022c0a, 0x00af0000, 0x00590010, 0x9a000800, 0x00000c02, 0x2c020c03, 0x5b233600, 0x0902365b, 0x24360009, 0x02362f2c, 0x010c022c, 0x02060355, 0x00d60842, 0x2dd90000, 0xe12c022c, 0x0106022d, 0x0100020f, 0xc3200a9a, 0x00000400, 0x01000208, 0x039c0002, 0x00003631, 0x02550236, 0x05fd0403, 0x01080209, 0xc3201d05, 0xfd041402, 0x5505fd04, 0x15040000 }; +u32 ai_2[] = { 0xc320109a, 0x00100000, 0xa7122000, 0x0000a712, 0x10000000, 0xa7120800, 0x00000204, 0x1c007002, 0x0a034dfd, 0x00190070, 0x052f2c01, 0x0a022c4d, 0xfd001900, 0x702c0104, 0x022c0205, 0x1e00e302, 0x0e032f2c, 0x010e022c, 0x4dfd000f, 0x00e32c01, 0x05022c17, 0x000800e4, 0x2c022cae, 0x020b03b4, 0x00003c2c, 0x010b022c, 0x0a00a300, 0x00008c00, 0x10020d03, 0x2f2c010d, 0x022cc320, 0x0e020003, 0x9c000008, 0x0036b400, 0x03840f02, 0x36ad7469, 0x6d650002, 0x01333532, 0x2c0a00a3, 0x0000008c, 0x0010000c, 0x022c3564, 0x2c0a00ac, 0x00000045, 0x00109a00, 0x08000000, 0x0c022c35, 0x962c0a00, 0xad000000, 0x4a00109a, 0x00080000, 0x000c022c, 0x35c82c0a, 0x00ae0000, 0x004f0010, 0x9a000800, 0x00000c02, 0x2c0a00af, 0x00000059, 0x00109a00, 0x08000000, 0x0c022c02, 0x0c0330fd, 0x4b9c0000, 0x40002c5b, 0x25360009, 0x02365b26, 0x36000902, 0x364c0096, 0x18022c95, 0x01b1023a, 0x0330fd4b, 0x2f2cb400, 0x21fc08b4, 0x0020d017, 0xb4001fa4, 0x16b40012, 0xc015b400, 0x0e1019b4, 0x00096014, 0x010c022c, 0x0206033c, 0x2dd90000, 0xe32d022c, 0x0106022d, 0x0100020f, 0xc3200f9a, 0x00000800, 0x25010002, 0x14b40009, 0x9c2cc320, 0x15022c01, 0x0c0219b4, 0x000e4c2c, 0xc3201702, 0x2c010c02, 0x15b40012, 0xfc2cc320, 0x14022c01, 0x0c0216b4, 0x001fe02c, 0xc320119a, 0x00004000, 0x022c010c, 0x0217b400, 0x210c2c9a, 0x00004000, 0xc3201202, 0x2c010c02, 0x18960136, 0xc3201602, 0x36b09401, 0x013a0208, 0x05fd0404, 0x03010802, 0x4bc32018, 0x024c0301, 0x4c0209c3, 0x201e05fd, 0x04140400 }; +u32 ai_3[] = { 0x9a000080, 0x009a0004, 0x0000c320, 0x1302041c, 0x00e0020a, 0x032f2c01, 0x0a022c4d, 0xfd001900, 0xe02c0104, 0x022c9a00, 0x00100003, 0x22020803, 0x01080400 }; +u32 ai_19[] = { 0xae020b03, 0xb4000168, 0x2c010b02, 0x2c9a0000, 0x8000c320, 0x1f9a0001, 0x00000204, 0x1c00e002, 0x0a032f2c, 0x010a022c, 0x4dfd0019, 0x00e02c01, 0x04022c02, 0x2c020855, 0x00e02c03, 0x0108022c, 0xd700da02, 0x0c03dc2c, 0x010c022c, 0xd2020903, 0x01090400 }; +u32 ai_20[] = { 0x6b120166, 0x12020603, 0x3c2c0106, 0x022cc320, 0x20170001, 0x00002c02, 0x2cae020a, 0x03b40001, 0x2c2c010a, 0x022cc320, 0x2105fd04, 0x14040000 }; +u32 ai_21[] = { 0x0206039c, 0x00000800, 0x2c010602, 0x2c0204ae, 0x020a03b4, 0x00003c2c, 0x010a022c, 0x311c2c00, 0x36022cad, 0x533100bd, 0x00ff003f, 0x04050000, 0x00103602, 0x36311d2c, 0x0036022c, 0xad533200, 0xbd00ff00, 0x45040600, 0x00001036, 0x0236311d, 0x2c003602, 0x2cad5333, 0x00023602, 0x08010404 }; +u32 ai_4[] = { 0x8e1c9150, 0x93509d00, 0x00004033, 0x343c0833, 0x355036ab, 0x007b002c, 0x023635a0, 0x36ab0073, 0x002c0236, 0xab007400, 0x2c022cbf, 0x00bd0a00, 0x00000004, 0x02041c23, 0x28020a03, 0x2f2c010a, 0x022c4dfd, 0x000f2328, 0x2c010402, 0x2c05fd04, 0x0a020805, 0xfd040704 }; +u32 ai_6[] = { 0x8e1c9150, 0x93509d00, 0x00004033, 0xab007e02, 0x2cbf00bd, 0x0a000000, 0x00040204, 0x1c232802, 0x0a032f2c, 0x010a022c, 0x4dfd000f, 0x23282c01, 0x04022c5f, 0x2205fd04, 0x0a040000 }; +u32 ai_5[] = { 0x8e1d9150, 0x93509d00, 0x00004033, 0x343c0835, 0x5036ab00, 0x65002c02, 0x3635a036, 0xab006d00, 0x2c0236ab, 0x006b002c, 0x022cbf00, 0xbd0a0000, 0x00000402, 0x041c2328, 0x020a032f, 0x2c010a02, 0x2c4dfd00, 0x0f23282c, 0x0104022c, 0x05fd040a, 0x020805fd, 0x04080400 }; +u32 ai_7[] = { 0x8e1d9150, 0x93509d00, 0x00004033, 0xab007c02, 0x2cbf00bd, 0x0a000000, 0x00040204, 0x1c232802, 0x0a032f2c, 0x010a022c, 0x4dfd000f, 0x23282c01, 0x04022c5f, 0x2105fd04, 0x0a040000 }; +u32 ai_8[] = { 0x8e1e9150, 0x93509d00, 0x00004033, 0x353c36ab, 0x0067002c, 0x02363578, 0x36ab006e, 0x002c0236, 0x35b436ab, 0x0079002c, 0x0236ab00, 0x72002c02, 0x2cbf00bd, 0x0a000000, 0x00040204, 0x1c232802, 0x0a032f2c, 0x010a022c, 0x4dfd000f, 0x23282c01, 0x04022c05, 0xfd040a04 }; +u32 ai_9[] = { 0x02049c00, 0x00800008, 0x310008a9, 0x00333580, 0x36140024, 0x00fc3d02, 0x36150024, 0x00fc3d02, 0x3dae020a, 0x0330fc08, 0x31fc08b4, 0x0000782c, 0x010a022c, 0x16000400, 0xfc2c022c, 0x020b30fc, 0x4b31fc4b, 0x032f2c01, 0x0b022c01, 0x04024b02, 0x0805fd00, 0x0d040000 }; +u32 ai_11[] = { 0x90001491, 0x50935002, 0x04140021, 0x00000602, 0x0603462c, 0x3a2c3b2c, 0x322c3c2c, 0x0106022c, 0x3335c82d, 0x35642c16, 0x00010000, 0x0a022d1a, 0x0a022c09, 0xae020b03, 0x3335fa2c, 0xb40000b4, 0x08010b02, 0x2c140021, 0x00002c02, 0x2c160001, 0x00002c02, 0x2c020a03, 0x2f08010a, 0x02080104, 0x04000000 }; +u32 ai_22[] = { 0xa6112000, 0x0000a612, 0x20000000, 0xa60d2000, 0x0000a608, 0x20000000, 0xa6092000, 0x0000a60a, 0x20000000, 0x0206039c, 0x00000400, 0x2c010602, 0x2c66116b, 0x1101020b, 0x035500d2, 0x2c010b02, 0x2c67116a, 0x1101020a, 0x039c0000, 0x08002c01, 0x0a022ca7, 0x0a200000, 0x006b0a01, 0xa70d2000, 0x00006b0d, 0x01a70820, 0x0000006b, 0x0801a709, 0x20000000, 0x6b090102, 0x08030108, 0x04000000 }; +u32 ai_23[] = { 0x0206039c, 0x00001000, 0x2d31002c, 0x0106022c, 0xc320239a, 0x00002000, 0x0008022d, 0x00080208, 0x03010804 }; +u32 ai_12[] = { 0x023a280a, 0x020a033c, 0x2c2f3c01, 0x0a023c03, 0x3c2c013a, 0x022c023d, 0x33350a2c, 0x1a08022c, 0x35322c0e, 0x08022c35, 0x642c1108, 0x022c3596, 0x2c120802, 0x2c35c82c, 0x14000100, 0x0008022c, 0x15000100, 0x00080208, 0x032f2c01, 0x08022c3c, 0x2c000a02, 0x0a03013a, 0x022c0301, 0x3d040000 }; +u32 ai_10[] = { 0xd9fd00a8, 0x2c022cae, 0x020e03b4, 0x00003c2c, 0x010e022c, 0x0a006500, 0x08006d04, 0x10020a03, 0xb400012c, 0x2c010a02, 0x2ce0fd00, 0xe0fd0102, 0x2c671c02, 0x0d03b400, 0x01a42c01, 0x0d022cda, 0x020c03dc, 0x2c010c02, 0x2cd20208, 0x03010804 }; +u32 ai_24[] = { 0x02040355, 0x00a82c01, 0x04022ceb, 0x56ecd700, 0xda020a03, 0xdc2c010a, 0x022cf12c, 0x05fd000f, 0x022cddea, 0xdf1cdf1d, 0xe4000303, 0x03d52000, 0x02000005, 0xf8040bdb, 0xf40000ff, 0x020b03dc, 0x2c010b02, 0x2c000802, 0x08030108, 0x025605fd, 0x00010400 }; +u32 ai_25[] = { 0x0206039c, 0x00000800, 0x2c010602, 0x2cae022c, 0x0331262c, 0x0036022c, 0x3335282c, 0xbd00ff00, 0x7e040e00, 0x00000036, 0x022c3550, 0x2cbd00ff, 0x0047040e, 0x00000000, 0x36022c35, 0x782cbd00, 0xff008104, 0x0e000000, 0x0036022c, 0x35a02cbd, 0x00ff00ca, 0x040e0000, 0x00003602, 0x2c35c82c, 0xbd00ff00, 0xbd040e00, 0x00000036, 0x022c35e6, 0x2cbd00ff, 0x003d040e, 0x00000000, 0x36022cbd, 0x00ff007c, 0x040e0000, 0x00003602, 0x36022c03, 0x31272c00, 0x36022c33, 0x35282cbd, 0x00ff0056, 0x040f0000, 0x00003602, 0x2c35502c, 0xbd00ff00, 0xd7040f00, 0x00000036, 0x022c3578, 0x2cbd00ff, 0x008c040f, 0x00000000, 0x36022c35, 0xa02cbd00, 0xff00a504, 0x0f000000, 0x0036022c, 0x35c82cbd, 0x00ff0095, 0x040f0000, 0x00003602, 0x2c35e62c, 0xbd00ff00, 0xb7040f00, 0x00000036, 0x022cbd00, 0xff005204, 0x0f000000, 0x00360236, 0x02080355, 0x00952d55, 0x009f2d55, 0x276a2d55, 0x00a42d55, 0x00a62d9c, 0x00040000, 0x36022db4, 0x00003c2c, 0x0236b400, 0x09602c01, 0x08022c01, 0x06040000 }; +u32 ai_13[] = { 0x8e26ad53, 0x340a0005, 0xfd041004 }; +u32 ai_14[] = { 0x8e27ad53, 0x350a0005, 0xfd041004 }; +u32 ai_15[] = { 0x022c9132, 0x93288f00, 0x28900014, 0x8dbf3335, 0x8036bf00, 0xbd0a0000, 0x00002c02, 0x36bf00bd, 0x0a100000, 0x002c022c, 0xc000dc00, 0x00000008, 0x00080208, 0x05fd040d, 0x04000000 }; +u32 ai_16[] = { 0x9d000008, 0x00020603, 0x3c2c0106, 0x022c1700, 0x0100002c, 0x022c020e, 0x034b0032, 0x2c010e02, 0x2cc32022, 0xae020a03, 0xb40000f0, 0x2c010a02, 0x2c422c00, 0x55022c0a, 0x00420000, 0x00140410, 0x020b032f, 0x2c010b02, 0x2cbf00bf, 0x04000000, 0x002c022c, 0x0a004100, 0x15002804, 0x10020c03, 0x2f2c010c, 0x022c62fd, 0xc3201c02, 0x2cae020d, 0x03b40000, 0x1e2c010d, 0x022cc320, 0x19210208, 0x032f5542, 0x36005502, 0x36010802, 0x5505fd04, 0x12040000 }; +u32 ai_17[] = { 0x020430fd, 0x08c3201a, 0x1f00e502, 0x0a032f2c, 0x010a022c, 0x4dfd001e, 0x00e52c01, 0x04022c9a, 0x00020000, 0x22020803, 0x01080400 }; +u32 ai_18[] = { 0x90138891, 0x6493649d, 0x00000800, 0x0206033c, 0x3d46554b, 0x00325501, 0x06023d14, 0x00010000, 0x0a020a03, 0x46554b00, 0x64552f2c, 0x010a022c, 0x01060255, 0x671e6a1e, 0x016a1f01, 0xc3201b02, 0x08030108, 0x04000000 }; +u32 ai_26[] = { 0x020603cf, 0x0b010602, 0x0a035500, 0xdf36002c, 0x0236010a, 0x022cf501, 0x020b0355, 0x00df2c01, 0x0b022cf4, 0x0100ff01, 0x0a040000 }; +u32 ai_27[] = { 0x0206039c, 0x00080000, 0x2c010602, 0x2cae020a, 0x03b40000, 0x3c2c010a, 0x022c3335, 0xc836c400, 0xb8079c00, 0x1000002d, 0xc5072400, 0x00003602, 0x2dc50726, 0x00000236, 0x9b000800, 0x00010602, 0x0805fd00, 0x01040000 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00001000 }, + /* index = 22 */ + { &ai_22, 0x00001001 }, + /* index = 23 */ + { &ai_23, 0x00001002 }, + /* index = 24 */ + { &ai_24, 0x00001003 }, + /* index = 25 */ + { &ai_25, 0x00001004 }, + /* index = 26 */ + { &ai_26, 0x00001005 }, + /* index = 27 */ + { &ai_27, 0x00001006 }, + /* index = 28 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/UsetupcrypZ.c b/assets/obseg/setup/UsetupcrypZ.c new file mode 100644 index 0000000..d3f9039 --- /dev/null +++ b/assets/obseg/setup/UsetupcrypZ.c @@ -0,0 +1,1103 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:10 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupcrypZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-729.0f, 24.0f, -448.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2415a", 0 }, + { {-873.0f, 24.0f, -305.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2403a", 0 }, + { {-314.0f, 24.0f, -3.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7484a", 0 }, + { {-692.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {-2e-06, 0.0f, 1.0f}, "p7523a", 0 }, + { {-1051.0f, 24.0f, 67.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7574a", 0 }, + { {-1051.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7575a", 0 }, + { {-935.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7557a", 0 }, + { {-812.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7528a", 0 }, + { {-461.0f, 24.0f, 59.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7506a", 0 }, + { {-578.0f, 24.0f, 54.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7516a", 0 }, + { {-1170.0f, 24.0f, 59.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7587a", 0 }, + { {-1170.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7578a", 0 }, + { {-578.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7521a", 0 }, + { {-461.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7492a", 0 }, + { {-339.0f, 24.0f, 171.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7489a", 0 }, + { {-692.0f, 24.0f, 67.0f}, {0.0f, 1.0f, 1e-06}, {-2e-06, 0.0f, 1.0f}, "p7545a", 0 }, + { {-812.0f, 24.0f, 67.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7553a", 0 }, + { {-935.0f, 24.0f, 67.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7563a", 0 }, + { {-875.0f, 24.0f, -190.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7612a", 0 }, + { {-935.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7614a", 0 }, + { {-1051.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7606a", 0 }, + { {-1170.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7605a", 0 }, + { {-812.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7451a", 0 }, + { {-692.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {-2e-06, 0.0f, 1.0f}, "p7449a", 0 }, + { {-578.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7444a", 0 }, + { {-461.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7439a", 0 }, + { {-339.0f, 24.0f, -188.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7476a", 0 }, + { {-1170.0f, 24.0f, -66.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7587a", 0 }, + { {-1051.0f, 24.0f, -74.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7598a", 0 }, + { {-935.0f, 24.0f, -74.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7619a", 0 }, + { {-812.0f, 24.0f, -74.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7630a", 0 }, + { {-692.0f, 24.0f, -74.0f}, {0.0f, 1.0f, 1e-06}, {-2e-06, 0.0f, 1.0f}, "p7634a", 0 }, + { {-578.0f, 24.0f, -66.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7469a", 0 }, + { {-461.0f, 24.0f, -66.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7458a", 0 }, + { {-339.0f, 24.0f, -66.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7480a", 0 }, + { {-339.0f, 24.0f, 59.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7486a", 0 }, + { {166.0f, 24.0f, 176.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5055a", 0 }, + { {166.0f, 24.0f, 59.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5049a", 0 }, + { {166.0f, 24.0f, -63.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5039a", 0 }, + { {166.0f, 24.0f, -158.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5043a", 0 }, + { {2.0f, 24.0f, 297.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5113a", 0 }, + { {2.0f, 24.0f, -180.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2044a", 0 }, + { {189.0f, 24.0f, 121.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2346a", 0 }, + { {-181.0f, 24.0f, -3.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5144a", 0 }, + { {-162.0f, 24.0f, 59.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5096a", 0 }, + { {-162.0f, 24.0f, -63.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2009a", 0 }, + { {-162.0f, 24.0f, 176.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5104a", 0 }, + { {-162.0f, 24.0f, 280.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5114a", 0 }, + { {-162.0f, 24.0f, -158.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2010a", 0 }, + { {-62.0f, 24.0f, 280.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5118a", 0 }, + { {-62.0f, 24.0f, 176.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5138a", 0 }, + { {-62.0f, 24.0f, 59.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5097a", 0 }, + { {-62.0f, 24.0f, -63.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5083a", 0 }, + { {-62.0f, 24.0f, -158.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5141a", 0 }, + { {57.0f, 24.0f, -158.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5142a", 0 }, + { {57.0f, 24.0f, -63.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2028a", 0 }, + { {57.0f, 24.0f, 59.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2036a", 0 }, + { {57.0f, 24.0f, 176.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2039a", 0 }, + { {57.0f, 24.0f, 280.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5129a", 0 }, + { {166.0f, 24.0f, 280.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p5054a", 0 }, + { {303.0f, 24.0f, 124.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2452a", 0 }, + { {546.0f, 24.0f, 127.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4968a", 0 }, + { {783.0f, 24.0f, 127.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4963a", 0 }, + { {545.0f, 24.0f, 364.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4967a", 0 }, + { {302.0f, 24.0f, 361.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p2448a", 0 }, + { {782.0f, 24.0f, 364.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4958a", 0 }, + { {782.0f, 24.0f, -110.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4981a", 0 }, + { {302.0f, 24.0f, -113.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4977a", 0 }, + { {545.0f, 24.0f, -110.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4985a", 0 }, + { {673.0f, 24.0f, 365.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7355a", 0 }, + { {545.0f, 24.0f, -332.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4921a", 0 }, + { {302.0f, 24.0f, -335.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4880a", 0 }, + { {782.0f, 24.0f, -332.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2380a", 0 }, + { {782.0f, 24.0f, -561.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4913a", 0 }, + { {302.0f, 24.0f, -564.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4840a", 0 }, + { {545.0f, 24.0f, -561.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4915a", 0 }, + { {545.0f, 24.0f, -829.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4901a", 0 }, + { {302.0f, 24.0f, -832.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4887a", 0 }, + { {782.0f, 24.0f, -829.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4991a", 0 }, + { {782.0f, 24.0f, -1088.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p4907a", 0 }, + { {302.0f, 24.0f, -1091.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4892a", 0 }, + { {545.0f, 24.0f, -1088.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4893a", 0 }, + { {270.0f, 24.0f, -447.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2389a", 0 }, + { {295.0f, 24.0f, -971.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7339a", 0 }, + { {414.0f, 24.0f, -1094.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p7353a", 0 }, + { {94.0f, 24.0f, -450.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2371a", 0 }, + { {-77.0f, 24.0f, -447.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2365a", 0 }, + { {0.0f, 24.0f, -253.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p2358a", 0 }, + { {-447.0f, 24.0f, -450.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p485a", 0 }, + { {-447.0f, 24.0f, -565.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p476a", 0 }, + { {-447.0f, 24.0f, -659.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p5574a", 0 }, + { {-353.0f, 24.0f, -659.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p472a", 0 }, + { {-353.0f, 24.0f, -565.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p473a", 0 }, + { {-356.0f, 24.0f, -447.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p489a", 0 }, + { {-1.0f, 24.0f, 493.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7345a1", 0 }, + { {-662.0f, 24.0f, 488.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p5722a2", 0 }, + { {-662.0f, -358.0f, -183.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p5591a", 0 }, + { {-772.0f, -358.0f, -256.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p5583a", 0 }, + { {-452.0f, -358.0f, -256.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5577a", 0 }, + { {-127.0f, -358.0f, -256.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p5560a", 0 }, + { {-452.0f, -358.0f, -657.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5575a", 0 }, + { {-772.0f, -358.0f, -657.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p5584a", 0 }, + { {-127.0f, -358.0f, -657.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p5558a", 0 }, + { {-236.0f, -358.0f, -737.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5553a", 0 }, + { {-234.0f, 24.0f, -2121.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6040a", 0 }, + { {-92.0f, 24.0f, -2266.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p6055a", 0 }, + { {-376.0f, 24.0f, -2407.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6049a2", 0 }, + { {-303.0f, 24.0f, -2327.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6046a1", 0 }, + { {-94.0f, 24.0f, -2407.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6049a1", 0 }, + { {-170.0f, 24.0f, -2324.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6051a", 0 }, + { {-172.0f, 24.0f, -2207.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6052a", 0 }, + { {-305.0f, 24.0f, -2207.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6046a2", 0 }, + { {-94.0f, 24.0f, -2121.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6044a1", 0 }, + { {-375.0f, 24.0f, -2123.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p6045a2", 0 }, + { {102.0f, 24.0f, -2263.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p7035a1", 0 }, + { {102.0f, 24.0f, -1940.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p6543a2", 0 }, + { {102.0f, 24.0f, -1698.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p6561a1", 0 }, + { {102.0f, 24.0f, -1465.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p6481a1", 0 }, + { {102.0f, 24.0f, -971.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p6745a1", 0 }, + { {414.0f, 218.0f, -1465.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6474a2", 0 }, + { {414.0f, 218.0f, -1698.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6554a2", 0 }, + { {414.0f, 218.0f, -1940.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6536a2", 0 }, + { {414.0f, 218.0f, -2269.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6385a1", 0 }, + { {-726.0f, 24.0f, -517.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2416a", 0 }, + { {-726.0f, 24.0f, -378.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2414a", 0 }, + { {-804.0f, 24.0f, -302.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p2411a", 0 }, + { {-943.0f, 24.0f, -302.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p2404a", 0 }, + { {-449.0f, 24.0f, -628.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p469a", 0 }, + { {-355.0f, 24.0f, -628.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p472a", 0 }, + { {-330.0f, 24.0f, -103.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p7478a", 0 }, + { {-330.0f, 24.0f, 104.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p7488a", 0 }, + { {-261.0f, 24.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p502a", 0 }, + { {-544.0f, 24.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p460a", 0 }, + { {272.0f, 24.0f, -140.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2451a", 0 }, + { {810.0f, 24.0f, -143.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p4981a", 0 }, + { {813.0f, 24.0f, 376.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p4961a", 0 }, + { {275.0f, 24.0f, 379.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p4974a", 0 }, + { {75.0f, 24.0f, -641.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2369a", 0 }, + { {75.0f, 24.0f, -256.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2362a", 0 }, + { {-67.0f, 24.0f, -255.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2359a", 0 }, + { {-67.0f, 24.0f, -640.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2368a", 0 }, + { {-732.0f, 24.0f, -308.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2413a", 0 }, + { {253.0f, 159.0f, -1933.0f}, {0.588172f, -0.808736f, 0.0f}, {0.808736f, 0.588172f, -8e-06}, "p6530a2", 0 }, + { {253.0f, 159.0f, -1700.0f}, {0.588172f, -0.808736f, 0.0f}, {0.808736f, 0.588172f, -8e-06}, "p6548a1", 0 }, + { {253.0f, 159.0f, -1465.0f}, {0.588172f, -0.808736f, 0.0f}, {0.808736f, 0.588172f, -8e-06}, "p6468a1", 0 }, + { {1.0f, 117.0f, 663.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5810a2", 0 }, + { {-356.0f, 24.0f, -2377.0f}, {0.0f, 1.0f, 0.0f}, {0.695129f, 0.0f, 0.718885f}, "p6048a1", 0 }, + { {662.0f, 122.0f, 653.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p5802a", 0 }, + { {663.0f, 122.0f, 671.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5808a", 0 }, + { {-1167.0f, 0.0f, 66.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p7587a", 0 }, + { {549.0f, 24.0f, -793.0f}, {0.0f, 1.0f, 0.0f}, {-0.874303f, 0.0f, 0.485382f}, "p4901a", 0 }, + { {329.0f, 117.0f, 615.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5800a", 0 }, + { {328.0f, 117.0f, 665.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5806a", 0 }, + { {329.0f, 117.0f, 709.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5806a", 0 }, + { {328.0f, 117.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {376.0f, 117.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {424.0f, 117.0f, 568.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5801a", 0 }, + { {423.0f, 117.0f, 615.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5801a", 0 }, + { {422.0f, 117.0f, 665.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5806a", 0 }, + { {423.0f, 117.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {468.0f, 117.0f, 614.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5801a", 0 }, + { {468.0f, 117.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {517.0f, 117.0f, 708.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {563.0f, 117.0f, 708.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {561.0f, 117.0f, 664.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5808a", 0 }, + { {563.0f, 117.0f, 567.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5801a", 0 }, + { {613.0f, 117.0f, 666.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5808a", 0 }, + { {615.0f, 117.0f, 569.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5801a", 0 }, + { {282.0f, 117.0f, 708.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5797a", 0 }, + { {328.0f, 117.0f, 640.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5800a", 0 }, + { {327.0f, 117.0f, 688.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5806a", 0 }, + { {329.0f, 117.0f, 734.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5806a", 0 }, + { {424.0f, 117.0f, 589.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5801a", 0 }, + { {422.0f, 117.0f, 639.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5800a", 0 }, + { {563.0f, 117.0f, 684.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {517.0f, 117.0f, 756.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5807a", 0 }, + { {802.0f, 117.0f, 756.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5805a", 0 }, + { {517.0f, 117.0f, 567.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5801a", 0 }, + { {802.0f, 117.0f, 567.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5805a", 0 }, + { {-352.0f, 117.0f, -2192.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p6048a2", 0 }, + { {673.0f, 117.0f, 473.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p5796a1", 0 }, + { {-402.0f, 24.0f, -659.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p470a", 0 }, + { {-1040.0f, 0.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p2330a", 0 }, + { {-710.0f, 0.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p2340a", 0 }, + { {-1042.0f, 0.0f, 47.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p2330a", 0 }, + { {-710.0f, 0.0f, 47.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p2338a", 0 }, + { {-869.0f, 0.0f, -2.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2341a", 0 }, + { {213.0f, 24.0f, -447.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2375a", 0 }, + { {-354.0f, 24.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p492a", 0 }, + { {-180.0f, 24.0f, -415.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p508a", 0 }, + { {-1005.0f, 24.0f, -447.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p2406a", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {692.0f, 126.0f, 537.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p5796a2", 0, {-5.000002f, 6.000023f, -4.000003f, 43.000004f, -8.0f, 39.0f} }, + { {652.0f, 99.0f, 537.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p5796a2", 0, {-6.000002f, 5.000024f, -3.000003f, 44.000004f, -5.0f, 19.000002f} }, + { {693.0f, 126.0f, 407.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p5796a1", 0, {-6.000002f, 6.000024f, -3.000003f, 44.000008f, -8.0f, 39.0f} }, + { {652.0f, 99.0f, 407.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p5796a1", 0, {-6.000002f, 6.000024f, -3.000003f, 44.000004f, -5.0f, 19.000002f} }, + { {248.0f, 16.0f, -947.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p7714a1", 0, {-12.0f, 11.0f, -4.0f, 44.0f, -16.0f, 78.0f} }, + { {433.0f, 110.0f, -1144.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p7725a1", 0, {-12.0f, 12.0f, -3.0f, 44.0f, -16.0f, 79.0f} }, + { {32.0f, 100.0f, 640.0f}, {-1e-06, 0.0f, 1.0f}, {0.0f, -1.0f, 0.0f}, "p5809a1", 0, {-8.000004f, -2.999954f, -2.999997f, 44.00001f, -18.000002f, 6.0f} }, + { {32.0f, 100.0f, 640.0f}, {-1e-06, 0.0f, 1.0f}, {0.0f, -1.0f, 0.0f}, "p5809a1", 0, {-3.000003f, 3.000047f, -3.000003f, 44.000004f, -18.000002f, 6.0f} }, + { {29.0f, 126.0f, 681.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p5809a1", 0, {-5.000002f, 6.000024f, -3.000003f, 44.000004f, -8.0f, 39.0f} }, + { {27.0f, 169.0f, 681.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p5809a1", 0, {-3.000003f, 2.000046f, -3.000002f, 44.000004f, -4.0f, 20.000002f} }, + { {32.0f, 169.0f, 681.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p5809a1", 0, {-3.000003f, 3.000047f, -3.000003f, 44.000004f, -4.0f, 20.000002f} }, + { {-468.0f, 1.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p468a", 0, {-6.000002f, 6.000023f, -4.000003f, 43.000004f, -1.0f, 5.0f} }, + { {-428.0f, 7.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p475a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-468.0f, 12.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p468a", 0, {-6.000002f, 6.000023f, -4.000003f, 43.000004f, -1.0f, 5.0f} }, + { {-428.0f, 18.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p475a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-468.0f, 23.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p468a", 0, {-6.000002f, 6.000023f, -4.000003f, 43.000004f, -1.0f, 5.0f} }, + { {-428.0f, 29.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p475a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-468.0f, 35.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p468a", 0, {-6.000002f, 6.000023f, -4.000003f, 43.000004f, -1.0f, 4.0f} }, + { {-428.0f, 40.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p475a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-468.0f, 46.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p468a", 0, {-6.000002f, 6.000023f, -4.000003f, 43.000004f, -1.0f, 4.0f} }, + { {-428.0f, 51.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p475a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-468.0f, 57.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p468a", 0, {-6.000002f, 6.000023f, -4.000003f, 43.000004f, -1.0f, 5.0f} }, + { {-428.0f, 63.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p475a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-468.0f, 68.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p468a", 0, {-6.000002f, 6.000023f, -4.000003f, 43.000004f, -1.0f, 5.0f} }, + { {-374.0f, 1.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p474a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-333.0f, 7.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p473a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-374.0f, 12.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p474a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-333.0f, 18.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p473a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-374.0f, 23.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p474a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-333.0f, 29.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p473a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-374.0f, 35.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p474a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-333.0f, 40.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p473a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-374.0f, 46.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p474a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-333.0f, 51.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p473a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-374.0f, 57.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p474a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {-333.0f, 63.0f, -600.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p473a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 4.0f} }, + { {-374.0f, 68.0f, -600.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p474a", 0, {-6.000002f, 6.000023f, -3.000003f, 44.000004f, -1.0f, 5.0f} }, + { {663.0f, 94.0f, 661.0f}, {0.000182f, 1.0f, 0.0f}, {-1.0f, 0.000181f, 0.000142f}, "p5808a", 0, {-22.0037f, 23.002699f, -0.004731f, 22.00346f, -19.003124f, 26.00726f} }, + { {659.0f, 147.0f, 667.0f}, {-0.000225f, -1.0f, 0.0f}, {-0.000142f, 0.0f, -1.0f}, "p5808a", 0, {-17.001703f, 19.003407f, -0.004282f, 0.003827f, -12.002697f, 24.002413f} }, + { {660.0f, 132.0f, 680.0f}, {0.000142f, 3e-06, 1.0f}, {0.000144f, 1.0f, -3e-06}, "p5808a", 0, {-18.002304f, 18.002161f, -0.002613f, 0.00261f, -16.002592f, 15.002593f} }, + { {642.0f, 132.0f, 661.0f}, {-1.0f, 0.000144f, -1e-06}, {0.000144f, 1.0f, 0.0f}, "p5808a", 0, {-18.000004f, 18.000004f, -0.002314f, 0.00217f, -16.000002f, 15.000002f} }, + { {660.0f, 132.0f, 643.0f}, {-0.000142f, 0.0f, -1.0f}, {0.000144f, 1.0f, 0.0f}, "p5802a", 0, {-18.002163f, 18.002306f, -0.002565f, 0.002565f, -16.002594f, 15.002594f} }, + { {678.0f, 132.0f, 661.0f}, {1.0f, -0.000144f, 0.000546f}, {0.000144f, 1.0f, 0.0f}, "p5805a", 0, {-17.999998f, 17.999998f, -0.011984f, 0.012128f, -16.0f, 15.0f} }, + { {772.0f, 99.0f, 546.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p5804a", 0, {-6.000002f, 5.000022f, -4.000002f, 56.000004f, -5.0f, 66.0f} }, + { {822.0f, 99.0f, 596.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p5805a", 0, {-6.000001f, 6.000012f, -3.000002f, 44.000004f, -5.0f, 66.0f} }, + { {822.0f, 99.0f, 725.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p5805a", 0, {-6.000001f, 6.000012f, -3.000002f, 44.000004f, -5.0f, 66.0f} }, + { {772.0f, 99.0f, 775.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p5807a", 0, {-5.000002f, 6.000023f, -4.000003f, 56.000004f, -5.0f, 66.0f} }, + { {488.0f, 99.0f, 546.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p5801a", 0, {-6.000002f, 6.000023f, -4.000003f, 56.000004f, -5.0f, 66.0f} }, + { {538.0f, 100.0f, 596.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, -1.0f, 0.0f}, "p5801a", 0, {-6.000012f, 6.000001f, -3.000013f, 44.000004f, -65.00001f, 6.000001f} }, + { {538.0f, 100.0f, 725.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, -1.0f, 0.0f}, "p5807a", 0, {-6.000012f, 6.000001f, -3.000013f, 44.000004f, -65.00001f, 6.000001f} }, + { {488.0f, 99.0f, 775.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p5807a", 0, {-6.000002f, 6.000023f, -4.000003f, 56.000004f, -5.0f, 66.0f} }, + { {547.0f, 99.0f, 546.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p5801a", 0, {-6.000002f, 6.000023f, -4.000003f, 56.000004f, -5.0f, 66.0f} }, + { {547.0f, 99.0f, 775.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p5807a", 0, {-6.000002f, 6.000023f, -4.000003f, 56.000004f, -5.0f, 66.0f} }, + { {675.0f, 122.0f, 681.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, -1.0f, 0.0f}, "p5808a", 0, {-2.000043f, 1.000004f, -3.000007f, 33.000004f, -25.000008f, 6.000001f} }, + { {640.0f, 122.0f, 676.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, -1.0f, 0.0f}, "p5808a", 0, {-2.000043f, 1.000004f, -3.000007f, 33.000004f, -25.000008f, 6.000001f} }, + { {645.0f, 122.0f, 642.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, -1.0f, 0.0f}, "p5802a", 0, {-1.000039f, 1.000004f, -3.000006f, 33.000004f, -25.000008f, 6.000001f} }, + { {679.0f, 122.0f, 646.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, -1.0f, 0.0f}, "p5804a", 0, {-1.000034f, 1.000003f, -3.000005f, 33.000004f, -25.000008f, 6.000001f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 10247, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 10248, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 10249, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 10250, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 10251, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 10252, 0, + /* Type = ObjectiveCollectObject; index = 6 */ + _mkword(0, _mkshort(0, 28)), 4, + /* Type = ObjectiveCollectObject; index = 7 */ + _mkword(0, _mkshort(0, 28)), 5, + /* Type = ObjectiveEnd; index = 8 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 9 */ + _mkword(0, _mkshort(0, 23)), 1, 10253, 0, + /* Type = ObjectiveCompleteCondition; index = 10 */ + _mkword(0, _mkshort(0, 26)), 16384, + /* Type = ObjectiveEnd; index = 11 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Tag; index = 12 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = Door; index = 13 */ + _mkword(256, _mkshort(0, 1)), _mkword(170, 0), 0x10000400, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000001, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 14 */ + _mkword(256, _mkshort(0, 1)), _mkword(171, 1), 0x10000400, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000001, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 15 */ + _mkword(256, _mkshort(0, 1)), _mkword(172, 2), 0x10000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 16 */ + _mkword(256, _mkshort(0, 1)), _mkword(173, 3), 0x10000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 17 */ + _mkword(256, _mkshort(0, 1)), _mkword(174, 4), 0x10000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 18 */ + _mkword(256, _mkshort(0, 1)), _mkword(175, 5), 0x10000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 19 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = Door; index = 20 */ + _mkword(256, _mkshort(0, 1)), _mkword(173, 6), 0x10000400, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 4), 0x00000001, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 21 */ + _mkword(256, _mkshort(0, 1)), _mkword(173, 7), 0x10000400, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(12, 4), 0x00000001, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 22 */ + _mkword(256, _mkshort(0, 1)), _mkword(172, 8), 0x10000400, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000001, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 23 */ + _mkword(256, _mkshort(0, 1)), _mkword(173, 9), 0x10000400, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 4), 0x00000001, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 24 */ + _mkword(256, _mkshort(0, 1)), _mkword(173, 10), 0x10000400, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xfffffffc, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(12, 4), 0x00000001, 900, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Drone; index = 25 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 142), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000073, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 26 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 143), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000074, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 27 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 144), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000075, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 28 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Door; index = 29 */ + _mkword(256, _mkshort(0, 1)), _mkword(173, 43), 0x12000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x00000162, _mkword(4, 0), 0x00000000, 268435455, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 30 */ + _mkword(256, _mkshort(0, 1)), _mkword(173, 44), 0x12000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x00000162, _mkword(4, 0), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 31 */ + _mkword(256, _mkshort(0, 1)), _mkword(173, 45), 0x12000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x00000162, _mkword(12, 0), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 32 */ + _mkword(256, _mkshort(0, 1)), _mkword(173, 46), 0x12000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x00000162, _mkword(12, 0), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 33 */ + _mkword(256, _mkshort(0, 1)), _mkword(173, 50), 0x12000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x00000162, _mkword(12, 0), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 34 */ + _mkword(256, _mkshort(0, 1)), _mkword(173, 52), 0x12000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x00000162, _mkword(4, 0), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 35 */ + _mkword(256, _mkshort(0, 1)), _mkword(172, 49), 0x12000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x00000162, _mkword(4, 4), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 36 */ + _mkword(256, _mkshort(0, 1)), _mkword(173, 47), 0x12000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x00000162, _mkword(4, 0), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 37 */ + _mkword(256, _mkshort(0, 1)), _mkword(173, 51), 0x12000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x00000162, _mkword(12, 0), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 38 */ + _mkword(256, _mkshort(0, 1)), _mkword(172, 48), 0x12000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xfffffff7, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x00000162, _mkword(12, 4), 0x00000000, 268435455, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Safe; index = 39 */ + _mkword(256, _mkshort(0, 43)), _mkword(173, 10037), 0x000205e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 40 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = Collectable; index = 41 */ + _mkword(512, _mkshort(0, 8)), _mkword(208, 147), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x13, 0xff), 0xffff), 0, + /* Type = Tag; index = 42 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = AmmoBox; index = 43 */ + _mkword(512, _mkshort(0, 20)), _mkword(131, 148), 0x00000001, 0x00040000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 50), + /* Type = Tag; index = 44 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = Door; index = 45 */ + _mkword(256, _mkshort(0, 1)), _mkword(326, 54), 0x02000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(8, 4), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 46 */ + _mkword(256, _mkshort(0, 1)), _mkword(326, 53), 0x02000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(8, 4), 0x00000000, 268435455, 1, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 47 */ + _mkword(256, _mkshort(0, 1)), _mkword(326, 55), 0x02000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(8, 4), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 48 */ + _mkword(256, _mkshort(0, 1)), _mkword(326, 56), 0x02000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xfffffffd, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(8, 4), 0x00000000, 268435455, 1, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Drone; index = 49 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 175), 0x00000001, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000b1, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 50 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 176), 0x00000001, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000093, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 51 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 177), 0x00000001, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000af, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 52 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 178), 0x00000001, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000093, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Armour; index = 53 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 179), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 54 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 180), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 55 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 181), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Guard; index = 56 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 123), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 57 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 124), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 58 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 125), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 59 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 126), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 60 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 127), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 61 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 128), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 62 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 129), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 63 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 130), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 64 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 131), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 65 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 132), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 66 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 133), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 67 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 134), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 68 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 135), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 69 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 136), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 70 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 150), _mkword(12, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 71 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 186), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 72 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0xffff), 0, 0, + /* Type = Collectable; index = 73 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 146), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 74 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0xffff), 0, 0, + /* Type = Collectable; index = 75 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 184), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 76 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0xffff), 0, 0, + /* Type = Collectable; index = 77 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 185), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 78 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0xffff), 0, 0, + /* Type = Collectable; index = 79 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 186), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 80 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0xffff), 0, 0, + /* Type = Collectable; index = 81 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 5), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 82 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 5), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 83 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 6), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 84 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 6), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 85 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 7), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 86 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 7), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 87 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 8), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 88 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 8), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 89 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 9), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 90 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 9), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 91 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 10), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 92 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 10), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 93 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 11), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 94 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 11), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 95 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 12), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 96 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 12), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 97 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 13), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 98 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 13), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 99 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 14), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 100 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 14), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 101 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 15), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 102 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 15), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 103 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 16), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 104 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 16), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 105 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 17), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 106 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 17), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 107 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 18), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 108 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 18), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Cutscene; index = 109 */ + _mkword(0, _mkshort(0, 46)), -49562, 24724, -163834, 89360, 388898, 189, + /* Type = Tag; index = 110 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0xffff), 0, 0, + /* Type = Cutscene; index = 111 */ + _mkword(0, _mkshort(0, 46)), -185084, 10724, -176045, 108719, 29281, 189, + /* Type = Tag; index = 112 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0xffff), 0, 0, + /* Type = EndProps; index = 113 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xfff8f2fd, 0x0000f507, 0x00008c76, 0x00011ebc, 0x0005f0eb, 0x0000000a, 0x0000280e, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x00038684, 0x0000effa, 0x00042bd5, 0x0000df66, 0x0005f812, 0x00000093, 0x0000280e, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 2 */ + _mkword(0, _mkshort(0, 7)), 11, 45, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 149, 0, + /* Type = StartWeapon; index = 4 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 5 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = Cuff; index = 6 */ + _mkword(0, _mkshort(0, 5)), 8, + /* Type = SwirlCam; index = 7 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0xff9c0000, 0x00c80000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0x000a0000, 0xff9c0000, 0x00aa0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00500000, 0xffec0000, 0x00000000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00140000, 0x00280000, 0xff9c0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 15 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 3, -1 }; +s32 path_neighbors_1[] = { 2, 10, -1 }; +s32 path_neighbors_2[] = { 1, 3, -1 }; +s32 path_neighbors_3[] = { 0, 2, 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, -1 }; +s32 path_neighbors_6[] = { 5, 7, -1 }; +s32 path_neighbors_7[] = { 6, 12, -1 }; +s32 path_neighbors_8[] = { 9, 14, -1 }; +s32 path_neighbors_9[] = { 8, 10, 12, -1 }; +s32 path_neighbors_10[] = { 1, 9, 11, -1 }; +s32 path_neighbors_11[] = { 10, 12, -1 }; +s32 path_neighbors_12[] = { 7, 9, 11, 13, -1 }; +s32 path_neighbors_13[] = { 12, 14, -1 }; +s32 path_neighbors_14[] = { 8, 13, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, -1 }; +s32 path_indeces_1[] = { 4, -1 }; +s32 path_indeces_2[] = { 5, 6, 7, -1 }; +s32 path_indeces_3[] = { 8, -1 }; +s32 path_indeces_4[] = { 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, -1 }; +s32 path_indeces_5[] = { 19, 20, 21, 22, 23, 24, 25, 26, -1 }; +s32 path_indeces_6[] = { 27, -1 }; +s32 path_indeces_7[] = { 28, -1 }; +s32 path_indeces_8[] = { 29, 30, 31, 32, 33, 34, -1 }; +s32 path_indeces_9[] = { 35, 36, 37, -1 }; +s32 path_indeces_10[] = { 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, -1 }; +s32 path_indeces_11[] = { 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, -1 }; +s32 path_indeces_12[] = { 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, -1 }; +s32 path_indeces_13[] = { 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, -1 }; +s32 path_indeces_14[] = { 121, 122, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, 8, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, 3, -1 }; +s32 path_table_3[] = { 2, -1 }; +s32 path_table_4[] = { 5, 39, -1 }; +s32 path_table_5[] = { 4, 6, -1 }; +s32 path_table_6[] = { 5, 7, -1 }; +s32 path_table_7[] = { 6, 8, -1 }; +s32 path_table_8[] = { 0, 7, 17, -1 }; +s32 path_table_9[] = { 10, 11, 16, 18, -1 }; +s32 path_table_10[] = { 9, 12, 14, 17, 18, -1 }; +s32 path_table_11[] = { 9, 12, 15, -1 }; +s32 path_table_12[] = { 10, 11, 13, -1 }; +s32 path_table_13[] = { 12, 14, 15, -1 }; +s32 path_table_14[] = { 10, 13, 16, 17, -1 }; +s32 path_table_15[] = { 11, 13, 16, -1 }; +s32 path_table_16[] = { 9, 14, 15, -1 }; +s32 path_table_17[] = { 8, 10, 14, 18, -1 }; +s32 path_table_18[] = { 9, 10, 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, 22, -1 }; +s32 path_table_20[] = { 19, 22, 23, -1 }; +s32 path_table_21[] = { 22, 25, -1 }; +s32 path_table_22[] = { 19, 20, 21, 24, -1 }; +s32 path_table_23[] = { 20, 24, -1 }; +s32 path_table_24[] = { 22, 23, 25, 26, -1 }; +s32 path_table_25[] = { 21, 24, 26, -1 }; +s32 path_table_26[] = { 24, 25, 27, -1 }; +s32 path_table_27[] = { 26, 28, -1 }; +s32 path_table_28[] = { 27, 82, -1 }; +s32 path_table_29[] = { 30, 34, 36, -1 }; +s32 path_table_30[] = { 29, 31, 33, -1 }; +s32 path_table_31[] = { 30, 32, -1 }; +s32 path_table_32[] = { 31, 33, -1 }; +s32 path_table_33[] = { 30, 32, 34, -1 }; +s32 path_table_34[] = { 29, 33, 122, -1 }; +s32 path_table_35[] = { 36, 37, 81, -1 }; +s32 path_table_36[] = { 29, 35, 37, -1 }; +s32 path_table_37[] = { 35, 36, 40, -1 }; +s32 path_table_38[] = { 41, 42, -1 }; +s32 path_table_39[] = { 4, 42, 45, -1 }; +s32 path_table_40[] = { 37, 48, 51, -1 }; +s32 path_table_41[] = { 38, 43, 46, -1 }; +s32 path_table_42[] = { 38, 39, -1 }; +s32 path_table_43[] = { 41, 44, -1 }; +s32 path_table_44[] = { 43, 46, 49, -1 }; +s32 path_table_45[] = { 39, 46, 48, -1 }; +s32 path_table_46[] = { 41, 44, 45, 47, -1 }; +s32 path_table_47[] = { 46, 48, 49, 52, -1 }; +s32 path_table_48[] = { 40, 45, 47, 51, -1 }; +s32 path_table_49[] = { 44, 47, 50, -1 }; +s32 path_table_50[] = { 49, 52, 54, 55, -1 }; +s32 path_table_51[] = { 40, 48, 52, 54, 56, -1 }; +s32 path_table_52[] = { 47, 50, 51, 54, 55, 56, -1 }; +s32 path_table_53[] = { 57, 59, -1 }; +s32 path_table_54[] = { 50, 51, 52, 55, 56, 61, -1 }; +s32 path_table_55[] = { 50, 52, 54, 62, -1 }; +s32 path_table_56[] = { 51, 52, 54, 60, -1 }; +s32 path_table_57[] = { 53, 60, -1 }; +s32 path_table_58[] = { 59, 62, -1 }; +s32 path_table_59[] = { 53, 58, 61, -1 }; +s32 path_table_60[] = { 56, 57, 61, -1 }; +s32 path_table_61[] = { 54, 59, 60, 62, -1 }; +s32 path_table_62[] = { 55, 58, 61, 80, -1 }; +s32 path_table_63[] = { 64, 86, -1 }; +s32 path_table_64[] = { 63, 65, 73, 82, -1 }; +s32 path_table_65[] = { 64, 66, 72, 86, -1 }; +s32 path_table_66[] = { 65, 67, 71, 85, -1 }; +s32 path_table_67[] = { 66, 68, 70, 84, -1 }; +s32 path_table_68[] = { 67, 69, 81, 83, -1 }; +s32 path_table_69[] = { 68, 70, 74, 81, -1 }; +s32 path_table_70[] = { 67, 69, 71, 77, -1 }; +s32 path_table_71[] = { 66, 70, 72, 78, -1 }; +s32 path_table_72[] = { 65, 71, 73, 76, -1 }; +s32 path_table_73[] = { 64, 72, 75, 82, -1 }; +s32 path_table_74[] = { 69, 77, -1 }; +s32 path_table_75[] = { 73, 76, -1 }; +s32 path_table_76[] = { 72, 75, 78, -1 }; +s32 path_table_77[] = { 70, 74, 78, 79, -1 }; +s32 path_table_78[] = { 71, 76, 77, 79, -1 }; +s32 path_table_79[] = { 77, 78, 120, -1 }; +s32 path_table_80[] = { 62, 85, 86, -1 }; +s32 path_table_81[] = { 35, 68, 69, -1 }; +s32 path_table_82[] = { 28, 64, 73, -1 }; +s32 path_table_83[] = { 68, 84, -1 }; +s32 path_table_84[] = { 67, 83, 85, -1 }; +s32 path_table_85[] = { 66, 80, 84, 86, -1 }; +s32 path_table_86[] = { 63, 65, 80, 85, -1 }; +s32 path_table_87[] = { 88, 108, 114, 120, -1 }; +s32 path_table_88[] = { 87, 89, 96, 120, -1 }; +s32 path_table_89[] = { 88, 90, 97, 114, -1 }; +s32 path_table_90[] = { 89, 91, 98, 113, -1 }; +s32 path_table_91[] = { 90, 92, 99, 107, -1 }; +s32 path_table_92[] = { 91, 93, 100, -1 }; +s32 path_table_93[] = { 92, 94, 103, -1 }; +s32 path_table_94[] = { 93, 95, 102, 118, -1 }; +s32 path_table_95[] = { 94, 101, 112, -1 }; +s32 path_table_96[] = { 88, 97, -1 }; +s32 path_table_97[] = { 89, 96, 98, -1 }; +s32 path_table_98[] = { 90, 97, 99, -1 }; +s32 path_table_99[] = { 91, 98, 100, -1 }; +s32 path_table_100[] = { 92, 99, 104, -1 }; +s32 path_table_101[] = { 95, 102, -1 }; +s32 path_table_102[] = { 94, 101, 103, -1 }; +s32 path_table_103[] = { 93, 102, 104, -1 }; +s32 path_table_104[] = { 100, 103, 121, -1 }; +s32 path_table_105[] = { 106, 116, 118, -1 }; +s32 path_table_106[] = { 105, 107, 115, -1 }; +s32 path_table_107[] = { 91, 106, 113, 119, -1 }; +s32 path_table_108[] = { 87, 109, -1 }; +s32 path_table_109[] = { 108, 110, 114, -1 }; +s32 path_table_110[] = { 109, 113, 119, -1 }; +s32 path_table_111[] = { 112, 117, -1 }; +s32 path_table_112[] = { 95, 111, 118, -1 }; +s32 path_table_113[] = { 90, 107, 110, 114, -1 }; +s32 path_table_114[] = { 87, 89, 109, 113, -1 }; +s32 path_table_115[] = { 106, 116, 119, -1 }; +s32 path_table_116[] = { 105, 115, 117, -1 }; +s32 path_table_117[] = { 111, 116, 118, -1 }; +s32 path_table_118[] = { 94, 105, 112, 117, -1 }; +s32 path_table_119[] = { 107, 110, 115, -1 }; +s32 path_table_120[] = { 79, 87, 88, -1 }; +s32 path_table_121[] = { 104, 122, -1 }; +s32 path_table_122[] = { 34, 121, -1 }; + +waypoint pathwaypoints[] = { + { 0x0000007a, &path_table_0, 0x00000000, 0x00000000 }, + { 0x00000079, &path_table_1, 0x00000000, 0x00000000 }, + { 0x00000078, &path_table_2, 0x00000000, 0x00000000 }, + { 0x00000077, &path_table_3, 0x00000000, 0x00000000 }, + { 0x00000076, &path_table_4, 0x00000001, 0x00000000 }, + { 0x00000075, &path_table_5, 0x00000002, 0x00000000 }, + { 0x00000074, &path_table_6, 0x00000002, 0x00000000 }, + { 0x00000073, &path_table_7, 0x00000002, 0x00000000 }, + { 0x00000072, &path_table_8, 0x00000003, 0x00000000 }, + { 0x00000071, &path_table_9, 0x00000004, 0x00000000 }, + { 0x00000070, &path_table_10, 0x00000004, 0x00000000 }, + { 0x0000006f, &path_table_11, 0x00000004, 0x00000000 }, + { 0x0000006e, &path_table_12, 0x00000004, 0x00000000 }, + { 0x0000006d, &path_table_13, 0x00000004, 0x00000000 }, + { 0x0000006c, &path_table_14, 0x00000004, 0x00000000 }, + { 0x0000006b, &path_table_15, 0x00000004, 0x00000000 }, + { 0x0000006a, &path_table_16, 0x00000004, 0x00000000 }, + { 0x00000069, &path_table_17, 0x00000004, 0x00000000 }, + { 0x00000068, &path_table_18, 0x00000004, 0x00000000 }, + { 0x00000067, &path_table_19, 0x00000005, 0x00000000 }, + { 0x00000066, &path_table_20, 0x00000005, 0x00000000 }, + { 0x00000065, &path_table_21, 0x00000005, 0x00000000 }, + { 0x00000064, &path_table_22, 0x00000005, 0x00000000 }, + { 0x00000063, &path_table_23, 0x00000005, 0x00000000 }, + { 0x00000062, &path_table_24, 0x00000005, 0x00000000 }, + { 0x00000061, &path_table_25, 0x00000005, 0x00000000 }, + { 0x00000060, &path_table_26, 0x00000005, 0x00000000 }, + { 0x0000005f, &path_table_27, 0x00000006, 0x00000000 }, + { 0x0000005e, &path_table_28, 0x00000007, 0x00000000 }, + { 0x0000005d, &path_table_29, 0x00000008, 0x00000000 }, + { 0x0000005c, &path_table_30, 0x00000008, 0x00000000 }, + { 0x0000005b, &path_table_31, 0x00000008, 0x00000000 }, + { 0x0000005a, &path_table_32, 0x00000008, 0x00000000 }, + { 0x00000059, &path_table_33, 0x00000008, 0x00000000 }, + { 0x00000058, &path_table_34, 0x00000008, 0x00000000 }, + { 0x00000057, &path_table_35, 0x00000009, 0x00000000 }, + { 0x00000056, &path_table_36, 0x00000009, 0x00000000 }, + { 0x00000055, &path_table_37, 0x00000009, 0x00000000 }, + { 0x00000054, &path_table_38, 0x0000000a, 0x00000000 }, + { 0x00000053, &path_table_39, 0x0000000a, 0x00000000 }, + { 0x00000052, &path_table_40, 0x0000000a, 0x00000000 }, + { 0x00000051, &path_table_41, 0x0000000a, 0x00000000 }, + { 0x00000050, &path_table_42, 0x0000000a, 0x00000000 }, + { 0x0000004f, &path_table_43, 0x0000000a, 0x00000000 }, + { 0x0000004e, &path_table_44, 0x0000000a, 0x00000000 }, + { 0x0000004d, &path_table_45, 0x0000000a, 0x00000000 }, + { 0x0000004c, &path_table_46, 0x0000000a, 0x00000000 }, + { 0x0000004b, &path_table_47, 0x0000000a, 0x00000000 }, + { 0x0000004a, &path_table_48, 0x0000000a, 0x00000000 }, + { 0x00000049, &path_table_49, 0x0000000a, 0x00000000 }, + { 0x00000048, &path_table_50, 0x0000000a, 0x00000000 }, + { 0x00000047, &path_table_51, 0x0000000a, 0x00000000 }, + { 0x00000046, &path_table_52, 0x0000000a, 0x00000000 }, + { 0x00000045, &path_table_53, 0x0000000b, 0x00000000 }, + { 0x00000044, &path_table_54, 0x0000000b, 0x00000000 }, + { 0x00000043, &path_table_55, 0x0000000b, 0x00000000 }, + { 0x00000042, &path_table_56, 0x0000000b, 0x00000000 }, + { 0x00000041, &path_table_57, 0x0000000b, 0x00000000 }, + { 0x00000040, &path_table_58, 0x0000000b, 0x00000000 }, + { 0x0000003f, &path_table_59, 0x0000000b, 0x00000000 }, + { 0x0000003e, &path_table_60, 0x0000000b, 0x00000000 }, + { 0x0000003d, &path_table_61, 0x0000000b, 0x00000000 }, + { 0x0000003c, &path_table_62, 0x0000000b, 0x00000000 }, + { 0x0000003b, &path_table_63, 0x0000000c, 0x00000000 }, + { 0x0000003a, &path_table_64, 0x0000000c, 0x00000000 }, + { 0x00000039, &path_table_65, 0x0000000c, 0x00000000 }, + { 0x00000038, &path_table_66, 0x0000000c, 0x00000000 }, + { 0x00000037, &path_table_67, 0x0000000c, 0x00000000 }, + { 0x00000036, &path_table_68, 0x0000000c, 0x00000000 }, + { 0x00000035, &path_table_69, 0x0000000c, 0x00000000 }, + { 0x00000034, &path_table_70, 0x0000000c, 0x00000000 }, + { 0x00000033, &path_table_71, 0x0000000c, 0x00000000 }, + { 0x00000032, &path_table_72, 0x0000000c, 0x00000000 }, + { 0x00000031, &path_table_73, 0x0000000c, 0x00000000 }, + { 0x00000030, &path_table_74, 0x0000000c, 0x00000000 }, + { 0x0000002f, &path_table_75, 0x0000000c, 0x00000000 }, + { 0x0000002e, &path_table_76, 0x0000000c, 0x00000000 }, + { 0x0000002d, &path_table_77, 0x0000000c, 0x00000000 }, + { 0x0000002c, &path_table_78, 0x0000000c, 0x00000000 }, + { 0x0000002b, &path_table_79, 0x0000000c, 0x00000000 }, + { 0x0000002a, &path_table_80, 0x0000000c, 0x00000000 }, + { 0x00000029, &path_table_81, 0x0000000c, 0x00000000 }, + { 0x00000028, &path_table_82, 0x0000000c, 0x00000000 }, + { 0x00000027, &path_table_83, 0x0000000c, 0x00000000 }, + { 0x00000026, &path_table_84, 0x0000000c, 0x00000000 }, + { 0x00000025, &path_table_85, 0x0000000c, 0x00000000 }, + { 0x00000024, &path_table_86, 0x0000000c, 0x00000000 }, + { 0x00000023, &path_table_87, 0x0000000d, 0x00000000 }, + { 0x00000022, &path_table_88, 0x0000000d, 0x00000000 }, + { 0x00000021, &path_table_89, 0x0000000d, 0x00000000 }, + { 0x00000020, &path_table_90, 0x0000000d, 0x00000000 }, + { 0x0000001f, &path_table_91, 0x0000000d, 0x00000000 }, + { 0x0000001e, &path_table_92, 0x0000000d, 0x00000000 }, + { 0x0000001d, &path_table_93, 0x0000000d, 0x00000000 }, + { 0x0000001c, &path_table_94, 0x0000000d, 0x00000000 }, + { 0x0000001b, &path_table_95, 0x0000000d, 0x00000000 }, + { 0x0000001a, &path_table_96, 0x0000000d, 0x00000000 }, + { 0x00000019, &path_table_97, 0x0000000d, 0x00000000 }, + { 0x00000018, &path_table_98, 0x0000000d, 0x00000000 }, + { 0x00000017, &path_table_99, 0x0000000d, 0x00000000 }, + { 0x00000016, &path_table_100, 0x0000000d, 0x00000000 }, + { 0x00000015, &path_table_101, 0x0000000d, 0x00000000 }, + { 0x00000014, &path_table_102, 0x0000000d, 0x00000000 }, + { 0x00000013, &path_table_103, 0x0000000d, 0x00000000 }, + { 0x00000012, &path_table_104, 0x0000000d, 0x00000000 }, + { 0x00000011, &path_table_105, 0x0000000d, 0x00000000 }, + { 0x00000010, &path_table_106, 0x0000000d, 0x00000000 }, + { 0x0000000f, &path_table_107, 0x0000000d, 0x00000000 }, + { 0x0000000e, &path_table_108, 0x0000000d, 0x00000000 }, + { 0x0000000d, &path_table_109, 0x0000000d, 0x00000000 }, + { 0x0000000c, &path_table_110, 0x0000000d, 0x00000000 }, + { 0x0000000b, &path_table_111, 0x0000000d, 0x00000000 }, + { 0x0000000a, &path_table_112, 0x0000000d, 0x00000000 }, + { 0x00000009, &path_table_113, 0x0000000d, 0x00000000 }, + { 0x00000008, &path_table_114, 0x0000000d, 0x00000000 }, + { 0x00000007, &path_table_115, 0x0000000d, 0x00000000 }, + { 0x00000006, &path_table_116, 0x0000000d, 0x00000000 }, + { 0x00000005, &path_table_117, 0x0000000d, 0x00000000 }, + { 0x00000004, &path_table_118, 0x0000000d, 0x00000000 }, + { 0x00000003, &path_table_119, 0x0000000d, 0x00000000 }, + { 0x00000002, &path_table_120, 0x0000000d, 0x00000000 }, + { 0x00000001, &path_table_121, 0x0000000e, 0x00000000 }, + { 0x00000000, &path_table_122, 0x0000000e, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x90012c8f, 0x00289164, 0x93649264, 0x9d000002, 0x00020903, 0x3c2b0109, 0x022b05fd, 0x04030400 }; +u32 ai_1[] = { 0x9d000008, 0x009d0000, 0x02009d00, 0x0000109c, 0x00000800, 0x419c0000, 0x04004002, 0x3f9000c8, 0x8f00c891, 0x32933292, 0x328e1402, 0x2bbf00cd, 0x06800020, 0x002b022b, 0xbf00cd06, 0x90002000, 0x07024090, 0x03e88f01, 0xf4915093, 0x5092508e, 0x159a0000, 0x1000022b, 0xbf00cd09, 0x80002000, 0x2b022bbf, 0x00cd0990, 0x00200007, 0x0241900b, 0xb88f01f4, 0x91649364, 0x92648e16, 0x9a000020, 0x00022bbf, 0x00cd1680, 0x0020002b, 0x022bbf00, 0xcd169000, 0x20000702, 0x07170001, 0x00002b02, 0x2bae0205, 0x03b40001, 0x2c2b0105, 0x022b9e00, 0x00001002, 0x0903452b, 0x3c2b0109, 0x022bc400, 0x36ff05fd, 0x04030400 }; +u32 ai_24[] = { 0x02090331, 0x142b0109, 0x022b9a00, 0x000400bd, 0x0cff00ba, 0x04020000, 0x00102b02, 0x2ba40600, 0x0200005f, 0x06020503, 0x9c000010, 0x002b0105, 0x022bc400, 0x36ff020a, 0x0331152b, 0x010a022b, 0x9a000008, 0x00bd0cff, 0x00920402, 0x00000010, 0x2b022ba4, 0x07000200, 0x005f0702, 0x0603ad42, 0x3f009c00, 0x0020002b, 0x0106022b, 0xad423300, 0xfbae020c, 0x03b40000, 0x782b010c, 0x022bc400, 0x36ff020d, 0x0331162b, 0x010d022b, 0x9a000040, 0x00020e03, 0x010e0400 }; +u32 ai_2[] = { 0xad58202d, 0x206d6100, 0x02030306, 0x04033335, 0x80354551, 0x02353c3c, 0x023005fd, 0x04050251, 0x05fd0406, 0x023c05fd, 0x04040400 }; +u32 ai_3[] = { 0xad58202d, 0x20617400, 0x02033335, 0x802b4551, 0x7f3f3c33, 0x022b3528, 0x2b130702, 0x2b35502b, 0x1107022b, 0x35782b02, 0x3c120702, 0x2b35a02b, 0x14000100, 0x0007022b, 0x35c82b15, 0x00010000, 0x07022b35, 0xe12b1500, 0x2100002b, 0x022b1400, 0x2100002b, 0x022b0303, 0x03160001, 0x00000702, 0x07032f2b, 0x0107022b, 0x05fd0403, 0x02510604, 0x0405fd04, 0x06040000 }; +u32 ai_5[] = { 0xad58202d, 0x20657600, 0x02030333, 0x022b3335, 0x3c2b0f07, 0x022b3335, 0x782b0e07, 0x022b3335, 0xb42b1007, 0x022b0a00, 0x0b001400, 0x3c001000, 0x07020703, 0x2f2b0107, 0x022b0704 }; +u32 ai_4[] = { 0xad58202d, 0x20676f00, 0x0203282b, 0x022b0209, 0x032f073c, 0x07455101, 0x09025106, 0x040505fd, 0x04060207, 0x06040305, 0xfd040304, 0x02070301, 0x07040000 }; +u32 ai_17[] = { 0x02036703, 0x67006601, 0xa3040040, 0x0000a304, 0x00100000, 0xa3050040, 0x0000a305, 0x00100000, 0x02050355, 0x00972b01, 0x05022b67, 0x02670102, 0x09035200, 0x0900972b, 0x52000900, 0x982b5200, 0x0900992b, 0x52000900, 0x9a2b5200, 0x09009b2b, 0x03520009, 0x009c2b52, 0x0009009d, 0x2b520009, 0x009e2b52, 0x0009009f, 0x2b520009, 0x00a02b03, 0x52000900, 0xa12b5200, 0x0900a22b, 0x52000900, 0xa32b5200, 0x0900a42b, 0x52000900, 0xa52b5200, 0x0900a72b, 0x52000900, 0xa82b0352, 0x000900a9, 0x2b520009, 0x00aa2b52, 0x000900ab, 0x2b520009, 0x00ac2b52, 0x000900ad, 0x2b520009, 0x00ae2b52, 0x000a00a6, 0x2c010902, 0x2b660000, 0x0a022c66, 0x01020b03, 0x68010e2b, 0x010b022b, 0xa4040010, 0x0000a405, 0x00100000, 0x020a0355, 0x00452b01, 0x0a022b01, 0x03040000 }; +u32 ai_23[] = { 0x9a000001, 0x00020503, 0x55009152, 0x039a0000, 0x01009b00, 0x00020003, 0x5500013f, 0x55007240, 0x55001541, 0x55006842, 0x55003043, 0x03550064, 0x44550056, 0x45550058, 0x4655005f, 0x47550050, 0x4855005e, 0x49550043, 0x4a010502, 0x3f03ac00, 0x0015ac01, 0x001aac02, 0x005aac03, 0x008cac04, 0x00890105, 0x024003ac, 0x00006cac, 0x010070ac, 0x020050ac, 0x03004fac, 0x04006701, 0x05024103, 0xac00008d, 0xac010030, 0xac02002f, 0xac030058, 0xac04008b, 0x01050242, 0x03ac0000, 0x65ac0100, 0x66ac0200, 0x72ac0300, 0x79ac0400, 0x61010502, 0x4303ac00, 0x008dac01, 0x000bac02, 0x0015ac03, 0x0055ac04, 0x00400105, 0x024403ac, 0x000071ac, 0x010070ac, 0x02005fac, 0x03005eac, 0x04007201, 0x05024503, 0xac00008d, 0xac010050, 0xac020047, 0xac030027, 0xac040030, 0x01050246, 0x03ac0000, 0x15ac0100, 0x1aac0200, 0x8cac0300, 0x8bac0400, 0x50010502, 0x4703ac00, 0x0061ac01, 0x0063ac02, 0x002fac03, 0x003bac04, 0x00910105, 0x024803ac, 0x000072ac, 0x010089ac, 0x02008aac, 0x03002aac, 0x04004201, 0x05024903, 0xac00000e, 0xac010040, 0xac020043, 0xac03008b, 0xac04008a, 0x0105024a, 0x03ac0000, 0x27ac0100, 0x3bac0200, 0x47ac0300, 0x48ac0400, 0x55010502, 0x529a0000, 0x02009b00, 0x00010001, 0x05040000 }; +u32 ai_18[] = { 0x8e00ae02, 0x4b03b400, 0x04b00301, 0x4b02039c, 0x00000200, 0x0aae0209, 0x03b40009, 0x602b0109, 0x022b3105, 0x2b010302, 0x2bad7370, 0x61776e31, 0x00f335bd, 0x03ff2328, 0x04070000, 0x00000702, 0x35ad2d3e, 0x6661696c, 0x00010302, 0x07ad7331, 0x204f4b21, 0x00010302, 0x0a039c00, 0x0001002b, 0x010a022b, 0x01030400 }; +u32 ai_19[] = { 0x8e01ae02, 0x4b03b400, 0x04b00301, 0x4b02039c, 0x00000200, 0x0aae0209, 0x03b40009, 0x602b0109, 0x022b3106, 0x2b010302, 0x2bad7370, 0x61776e32, 0x00f335bd, 0x03ff2328, 0x04080000, 0x00000702, 0x35ad2d3e, 0x6661696c, 0x00010302, 0x07ad7332, 0x204f4b21, 0x00010302, 0x0a039c00, 0x0001002b, 0x010a022b, 0x01030400 }; +u32 ai_20[] = { 0x8e02ae02, 0x4b03b400, 0x04b00301, 0x4b02039c, 0x00000200, 0x0aae0209, 0x03b4000b, 0xb82b0109, 0x022b3107, 0x2b010302, 0x2bad7370, 0x61776e33, 0x00f335bd, 0x03ff2328, 0x04090000, 0x00000702, 0x35ad2d3e, 0x6661696c, 0x00010302, 0x07ad7333, 0x204f4b21, 0x00010302, 0x0a039c00, 0x0001002b, 0x010a022b, 0x01030400 }; +u32 ai_21[] = { 0x8e03ae02, 0x4b03b400, 0x04b00301, 0x4b02039c, 0x00000200, 0x0aae0209, 0x03b4000b, 0xb82b0109, 0x022b3108, 0x2b010302, 0x2bad7370, 0x61776e34, 0x00f335bd, 0x03ff2328, 0x040a0000, 0x00000702, 0x35ad2d3e, 0x6661696c, 0x00010302, 0x07ad7334, 0x204f4b21, 0x00010302, 0x0a039c00, 0x0001002b, 0x010a022b, 0x01030400 }; +u32 ai_22[] = { 0x8e04ae02, 0x4b03b400, 0x04b00301, 0x4b02039c, 0x00000200, 0x0aae0209, 0x03b4000e, 0x102b0109, 0x022b3109, 0x2b010302, 0x2bad7370, 0x61776e35, 0x00f335bd, 0x03ff2328, 0x040b0000, 0x00000702, 0x35ad2d3e, 0x6661696c, 0x00010302, 0x07ad7335, 0x204f4b21, 0x00010302, 0x0a039c00, 0x0001002b, 0x010a022b, 0x01030400 }; +u32 ai_6[] = { 0x8e05ad64, 0x310a0005, 0xfd040c04 }; +u32 ai_7[] = { 0x8e06ad64, 0x320a0005, 0xfd040c04 }; +u32 ai_8[] = { 0x8e07ad64, 0x330a0005, 0xfd040c04 }; +u32 ai_9[] = { 0x8e08ad64, 0x340a0005, 0xfd040c04 }; +u32 ai_10[] = { 0x8e09ad64, 0x350a0005, 0xfd040c04 }; +u32 ai_11[] = { 0x73038442, 0x73025841, 0x73012c40, 0x7300783f, 0x023f9114, 0x9314002b, 0x02409128, 0x9328002b, 0x0241913c, 0x933c002b, 0x02429150, 0x9350002b, 0x022b3335, 0xa0383550, 0x358f0028, 0x9000008d, 0xe5bf00c3, 0x09000000, 0x002b022b, 0x00070235, 0x8f002890, 0x000a8dcc, 0xbf00c309, 0x00000000, 0x2b022b02, 0x2b000702, 0x388f0028, 0x90001402, 0x2bbf00c3, 0x09800000, 0x002b022b, 0xbf00c309, 0x90000000, 0x07020705, 0xfd040d04 }; +u32 ai_12[] = { 0x02399c00, 0x00020008, 0x4c019035, 0x28090235, 0x2a090209, 0x034c00c8, 0x353c3a02, 0x352f3b01, 0x09023a3c, 0x2b000702, 0x3b030139, 0x022b023c, 0x33350a2b, 0x1a07022b, 0x35322b0e, 0x07022b35, 0x3c2b1307, 0x022b3550, 0x2b130702, 0x2b35642b, 0x1107022b, 0x35962b12, 0x07022b35, 0xc82b1400, 0x01000007, 0x022b35fa, 0x08150001, 0x00000702, 0x07032f2b, 0x0107022b, 0x3c2b0009, 0x02090301, 0x39022b03, 0x013c0208, 0x05fd040e, 0x04000000 }; +u32 ai_13[] = { 0xad202d3e, 0x434f5645, 0x520a0028, 0x09020903, 0x46084b00, 0xc8070109, 0x020705fd, 0x040f0208, 0x05fd040d, 0x04000000 }; +u32 ai_14[] = { 0xad202d3e, 0x54524545, 0x440a0002, 0x03150021, 0x00002b46, 0x07022b02, 0x09034c01, 0x2c074607, 0x3c2b0109, 0x022b1600, 0x0100002b, 0x022b020a, 0x0346072f, 0x2b010a02, 0x2b010302, 0x0705fd04, 0x0d040000 }; +u32 ai_25[] = { 0x020303f1, 0x2b010302, 0x2beb53ec, 0xd700da02, 0x0903dc2b, 0x0109022b, 0xddeae413, 0xed030303, 0xd50b0001, 0x0000a1f8, 0x00000400, 0xd9f800bb, 0x2b022b05, 0xf8041023, 0x05230623, 0x07230823, 0x09230a23, 0x0b230c23, 0x0d230e23, 0x0f231023, 0x11231203, 0xdb020a03, 0x52000a00, 0x582b010a, 0x022bbd0c, 0xff00bb04, 0x11000000, 0x102bad53, 0x210a0002, 0x2b05fd00, 0x01025305, 0xfd000104 }; +u32 ai_15[] = { 0x1e00be02, 0x09030109, 0x02070301, 0x07040000 }; +u32 ai_16[] = { 0xad532d3e, 0x500a001c, 0x00580209, 0x032f2b01, 0x09022b17, 0x00010000, 0x2b022b03, 0xda020a03, 0xdc2b010a, 0x022bd50c, 0x00020000, 0xdb03c400, 0x36ffae02, 0x030a00a3, 0x00aa0128, 0x0010b400, 0x02583502, 0x0b032f2b, 0x010b022b, 0xc40036ff, 0x01030235, 0xda020c03, 0xdc2b010c, 0x022bd205, 0xfd000104 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00001001 }, + /* index = 18 */ + { &ai_18, 0x00001002 }, + /* index = 19 */ + { &ai_19, 0x00001003 }, + /* index = 20 */ + { &ai_20, 0x00001004 }, + /* index = 21 */ + { &ai_21, 0x00001005 }, + /* index = 22 */ + { &ai_22, 0x00001006 }, + /* index = 23 */ + { &ai_23, 0x00001007 }, + /* index = 24 */ + { &ai_24, 0x00001008 }, + /* index = 25 */ + { &ai_25, 0x00001009 }, + /* index = 26 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/UsetupdamZ.c b/assets/obseg/setup/UsetupdamZ.c new file mode 100644 index 0000000..bcbf176 --- /dev/null +++ b/assets/obseg/setup/UsetupdamZ.c @@ -0,0 +1,2084 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:11 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +char *pad3dnames[]; +waypoint pathwaypoints[]; +char *padnames[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupdamZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + &padnames, + &pad3dnames +}; + +PadRecord padlist[] = { + { {3807.0f, -18.0f, 2997.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1988e", 0 }, + { {4194.0f, -13.0f, 2386.0f}, {0.0f, 1.0f, 0.0f}, {-0.642789f, 0.0f, 0.766043f}, "p12295e", 0 }, + { {4201.0f, -13.0f, 2414.0f}, {0.0f, 1.0f, 0.0f}, {-0.573578f, 0.0f, 0.819151f}, "p12165e1", 0 }, + { {4288.0f, -13.0f, 2725.0f}, {0.0f, 1.0f, 0.0f}, {-0.666485f, 0.0f, -0.745518f}, "p1984e", 0 }, + { {3655.0f, -13.0f, 2659.0f}, {0.0f, 1.0f, 0.0f}, {0.965925f, 0.0f, 0.258821f}, "p1990e", 0 }, + { {4164.0f, -13.0f, 2198.0f}, {0.0f, 1.0f, 0.0f}, {-0.70711f, 0.0f, 0.707104f}, "p1975e", 0 }, + { {4080.0f, -13.0f, 2080.0f}, {0.0f, 1.0f, 0.0f}, {6e-06, 0.0f, -1.0f}, "p12130e1", 0 }, + { {3948.0f, -13.0f, 1925.0f}, {0.0f, 1.0f, 0.0f}, {0.965925f, 0.0f, 0.258821f}, "p12122e2", 0 }, + { {3214.0f, 0.0f, 4078.0f}, {0.0f, 1.0f, 0.0f}, {0.819151f, 0.0f, 0.573578f}, "p1097f", 0 }, + { {3117.0f, 0.0f, 4206.0f}, {0.0f, 1.0f, 0.0f}, {0.819151f, 0.0f, 0.573578f}, "p988f", 0 }, + { {4414.0f, 0.0f, 4126.0f}, {0.0f, 1.0f, 0.0f}, {0.573578f, 0.0f, -0.819151f}, "p32g", 0 }, + { {3790.0f, 0.0f, 4745.0f}, {0.0f, 1.0f, 0.0f}, {0.087156f, 0.0f, -0.996195f}, "p156g", 0 }, + { {3898.0f, 0.0f, 4441.0f}, {0.0f, 1.0f, 0.0f}, {0.766046f, 0.0f, -0.642786f}, "p165g2", 0 }, + { {3662.0f, 0.0f, 4396.0f}, {0.0f, 1.0f, 0.0f}, {0.996195f, 0.0f, 0.087157f}, "p191g1", 0 }, + { {3563.0f, 0.0f, 4541.0f}, {0.0f, 1.0f, 0.0f}, {0.996195f, 0.0f, 0.087157f}, "p190g1", 0 }, + { {2965.0f, -142.0f, 424.0f}, {0.0f, 1.0f, 0.0f}, {-0.798635f, 0.0f, -0.601816f}, "p7803d2", 0 }, + { {3177.0f, -142.0f, 494.0f}, {0.0f, 1.0f, 0.0f}, {-0.601816f, 0.0f, 0.798635f}, "p13007d", 0 }, + { {3319.0f, -142.0f, 318.0f}, {0.0f, 1.0f, 0.0f}, {0.139172f, 0.0f, 0.990268f}, "p12983d1", 0 }, + { {3330.0f, -142.0f, 459.0f}, {0.0f, 1.0f, 0.0f}, {-0.788012f, 0.0f, 0.61566f}, "p12986d", 0 }, + { {3453.0f, 0.0f, 445.0f}, {0.0f, 1.0f, 0.0f}, {-0.601816f, 0.0f, 0.798635f}, "p11460e", 0 }, + { {3618.0f, 0.0f, 579.0f}, {0.0f, 1.0f, 0.0f}, {0.39073f, 0.0f, 0.920505f}, "p285e2", 0 }, + { {3652.0f, -18.0f, 544.0f}, {0.0f, 1.0f, 0.0f}, {0.39073f, 0.0f, 0.920505f}, "p11463e2", 0 }, + { {1340.0f, -18.0f, -778.0f}, {0.0f, 1.0f, 0.0f}, {0.798635f, 0.0f, 0.601816f}, "p12143d", 0 }, + { {1378.0f, -18.0f, -749.0f}, {0.0f, 1.0f, 0.0f}, {-0.798635f, 0.0f, -0.601816f}, "p12145d2", 0 }, + { {-14.0f, -18.0f, -1060.0f}, {0.0f, 1.0f, 0.0f}, {0.798635f, 0.0f, 0.601816f}, "p11892d", 0 }, + { {25.0f, -18.0f, -1031.0f}, {0.0f, 1.0f, 0.0f}, {-0.798635f, 0.0f, -0.601816f}, "p11894d2", 0 }, + { {-29.0f, -18.0f, -1033.0f}, {0.0f, 1.0f, 0.0f}, {0.798635f, 0.0f, 0.601816f}, "p13224d1", 0 }, + { {-1374.0f, -18.0f, -779.0f}, {0.0f, 1.0f, 0.0f}, {0.798635f, 0.0f, 0.601816f}, "p12520d2", 0 }, + { {-1336.0f, -18.0f, -750.0f}, {0.0f, 1.0f, 0.0f}, {-0.798635f, 0.0f, -0.601816f}, "p12521d1", 0 }, + { {3425.0f, 0.0f, 444.0f}, {0.0f, 1.0f, 0.0f}, {-0.601816f, 0.0f, 0.798635f}, "p11460e", 0 }, + { {3635.0f, 0.0f, 562.0f}, {0.0f, 1.0f, 0.0f}, {0.39073f, 0.0f, 0.920506f}, "p285e1", 0 }, + { {3675.0f, 0.0f, 1188.0f}, {0.0f, 1.0f, 0.0f}, {0.766043f, 0.0f, 0.642789f}, "p2051e", 0 }, + { {4046.0f, 0.0f, 1850.0f}, {0.0f, 1.0f, 0.0f}, {-0.601816f, 0.0f, 0.798635f}, "p12135e", 0 }, + { {4719.0f, -18.0f, 3949.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -0.000643f}, "p6g1", 0 }, + { {2941.0f, -18.0f, 366.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -0.000643f}, "p11567c2", 0 }, + { {2641.0f, -148.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {-0.713589f, 0.0f, -0.700565f}, "p12854d2", 0 }, + { {2590.0f, -148.0f, 91.0f}, {0.0f, 1.0f, 0.0f}, {-0.814396f, 0.0f, -0.58031f}, "p7836d2", 0 }, + { {1972.0f, -148.0f, -261.0f}, {0.0f, 1.0f, 0.0f}, {0.968269f, 0.0f, 0.249912f}, "p7850d2", 0 }, + { {1857.0f, -148.0f, -338.0f}, {0.0f, 1.0f, 0.0f}, {-0.936841f, 0.0f, -0.349755f}, "p12713d1", 0 }, + { {2293.0f, -148.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {-0.994494f, 0.0f, 0.104789f}, "p7427d1", 0 }, + { {2176.0f, -148.0f, -131.0f}, {0.0f, 1.0f, 0.0f}, {0.994494f, 0.0f, -0.104789f}, "p13160d2", 0 }, + { {1762.0f, -148.0f, -426.0f}, {0.0f, 1.0f, 0.0f}, {-0.945433f, 0.0f, 0.325816f}, "p7262d1", 0 }, + { {1653.0f, -148.0f, -374.0f}, {0.0f, 1.0f, 0.0f}, {0.945433f, 0.0f, -0.325816f}, "p13143d2", 0 }, + { {1358.0f, -148.0f, -607.0f}, {0.0f, 1.0f, 0.0f}, {-0.945433f, 0.0f, 0.325816f}, "p4731d", 0 }, + { {1207.0f, -148.0f, -570.0f}, {0.0f, 1.0f, 0.0f}, {0.945433f, 0.0f, -0.325816f}, "p4719d", 0 }, + { {966.0f, -148.0f, -662.0f}, {0.0f, 1.0f, 0.0f}, {0.945433f, 0.0f, -0.325816f}, "p13125d1", 0 }, + { {1074.0f, -148.0f, -714.0f}, {0.0f, 1.0f, 0.0f}, {-0.945433f, 0.0f, 0.325816f}, "p7097d1", 0 }, + { {400.0f, -148.0f, -781.0f}, {0.0f, 1.0f, 0.0f}, {0.857032f, 0.0f, -0.515262f}, "p13101d1", 0 }, + { {495.0f, -148.0f, -854.0f}, {0.0f, 1.0f, 0.0f}, {-0.857032f, 0.0f, 0.515262f}, "p4208d1", 0 }, + { {53.0f, -148.0f, -901.0f}, {0.0f, 1.0f, 0.0f}, {-0.765876f, 0.0f, 0.642988f}, "p3943d", 0 }, + { {-74.0f, -148.0f, -813.0f}, {0.0f, 1.0f, 0.0f}, {0.765876f, 0.0f, -0.642988f}, "p3931d", 0 }, + { {-306.0f, -148.0f, -801.0f}, {0.0f, 1.0f, 0.0f}, {0.69447f, 0.0f, -0.719522f}, "p13082d2", 0 }, + { {-233.0f, -148.0f, -896.0f}, {0.0f, 1.0f, 0.0f}, {-0.69447f, 0.0f, 0.719522f}, "p5793d1", 0 }, + { {-807.0f, -148.0f, -760.0f}, {0.0f, 1.0f, 0.0f}, {-0.642587f, 0.0f, 0.766213f}, "p5439d1", 0 }, + { {-873.0f, -148.0f, -660.0f}, {0.0f, 1.0f, 0.0f}, {0.642587f, 0.0f, -0.766213f}, "p13042d2", 0 }, + { {-1358.0f, -148.0f, -606.0f}, {0.0f, 1.0f, 0.0f}, {0.984853f, 0.0f, 0.17339f}, "p5247d", 0 }, + { {-1213.0f, -148.0f, -572.0f}, {0.0f, 1.0f, 0.0f}, {-0.984853f, 0.0f, -0.17339f}, "p5235d", 0 }, + { {3912.0f, -18.0f, 806.0f}, {0.0f, 1.0f, 0.0f}, {-0.669131f, 0.0f, -0.743145f}, "p11507e1", 0 }, + { {3369.0f, -18.0f, 441.0f}, {0.0f, 1.0f, 0.0f}, {0.615655f, 0.0f, -0.788016f}, "p12156e2", 0 }, + { {3332.0f, 0.0f, 404.0f}, {0.0f, 1.0f, 0.0f}, {0.961259f, 0.0f, -0.275646f}, "p12156e2", 0 }, + { {3402.0f, -18.0f, 388.0f}, {0.0f, 1.0f, 0.0f}, {0.656053f, 0.0f, -0.754715f}, "p12159e2", 0 }, + { {237.0f, -130.0f, -1087.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p11515c1", 0 }, + { {287.0f, -130.0f, -1087.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p11515c2", 0 }, + { {237.0f, -130.0f, -1037.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p11515c2", 0 }, + { {287.0f, -130.0f, -1037.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p11464c", 0 }, + { {338.0f, -130.0f, -1087.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p11464c", 0 }, + { {388.0f, -130.0f, -1087.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p11464c", 0 }, + { {338.0f, -130.0f, -1037.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p11462c1", 0 }, + { {388.0f, -130.0f, -1037.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p11462c1", 0 }, + { {170.0f, -130.0f, -1577.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p2998c", 0 }, + { {181.0f, -130.0f, -1268.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p11480c2", 0 }, + { {181.0f, -130.0f, -1318.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p2998c", 0 }, + { {323.0f, -130.0f, -1477.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p11480c2", 0 }, + { {323.0f, -130.0f, -1427.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p11480c2", 0 }, + { {-1980.0f, -130.0f, -971.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p9499c", 0 }, + { {-2097.0f, -130.0f, -777.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p9500c", 0 }, + { {-2097.0f, -130.0f, -777.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p9500c", 0 }, + { {-1961.0f, -130.0f, -787.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p2984c", 0 }, + { {-1964.0f, -130.0f, -574.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p2984c", 0 }, + { {-709.0f, -130.0f, -8520.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p13239d2", 0 }, + { {-614.0f, -130.0f, -8482.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p13239d1", 0 }, + { {-643.0f, -130.0f, -8547.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -9e-06}, "p13239d2", 0 }, + { {3371.0f, 0.0f, 422.0f}, {0.0f, 1.0f, 0.0f}, {0.83867f, 0.0f, 0.544639f}, "p12156e2", 0 }, + { {3330.0f, 0.0f, 440.0f}, {0.0f, 1.0f, 0.0f}, {-0.45399f, 0.0f, -0.891007f}, "p12156e2", 0 }, + { {3301.0f, 0.0f, 422.0f}, {0.0f, 1.0f, 0.0f}, {-0.99863f, 0.0f, -0.052336f}, "p12156e2", 0 }, + { {3375.0f, 0.0f, 423.0f}, {0.0f, 1.0f, 0.0f}, {0.420861f, 0.0f, 0.907125f}, "p12156e1", 0 }, + { {3302.0f, 0.0f, 421.0f}, {0.0f, 1.0f, 0.0f}, {-0.83867f, 0.0f, -0.544639f}, "p12156e2", 0 }, + { {3328.0f, 0.0f, 437.0f}, {0.0f, 1.0f, 0.0f}, {-0.544639f, 0.0f, 0.838671f}, "p12156e2", 0 }, + { {3394.0f, -121.0f, 419.0f}, {6.4e-05, 1.0f, 3e-05}, {-0.905414f, 7.1e-05, -0.424531f}, "p12984d2", 0 }, + { {3386.0f, -121.0f, 416.0f}, {2.3e-05, 1.0f, 1.7e-05}, {-0.795576f, 2.8e-05, -0.605853f}, "p12984d2", 0 }, + { {3388.0f, -144.0f, 421.0f}, {4.7e-05, 1.0f, 3.6e-05}, {-0.798721f, 5.9e-05, -0.601701f}, "p12984d2", 0 }, + { {3350.0f, -121.0f, 478.0f}, {2.4e-05, 1.0f, 6.7e-05}, {-0.340036f, 7.1e-05, -0.940413f}, "p12986d", 0 }, + { {3346.0f, -121.0f, 470.0f}, {4e-06, 1.0f, 2.8e-05}, {-0.134154f, 2.8e-05, -0.99096f}, "p12986d", 0 }, + { {3356.0f, -144.0f, 463.0f}, {4.7e-05, 1.0f, 3.6e-05}, {-0.798721f, 5.9e-05, -0.601701f}, "p12986d", 0 }, + { {3333.0f, -121.0f, 499.0f}, {6.4e-05, 1.0f, 3e-05}, {-0.905414f, 7.1e-05, -0.424531f}, "p12987d1", 0 }, + { {3325.0f, -121.0f, 497.0f}, {2.3e-05, 1.0f, 1.7e-05}, {-0.795576f, 2.8e-05, -0.605853f}, "p12987d1", 0 }, + { {3324.0f, -144.0f, 506.0f}, {4.7e-05, 1.0f, 3.6e-05}, {-0.798721f, 5.9e-05, -0.601701f}, "p12987d1", 0 }, + { {3298.0f, -121.0f, 547.0f}, {6.4e-05, 1.0f, 3e-05}, {-0.905414f, 7.1e-05, -0.424531f}, "p13008d", 0 }, + { {3289.0f, -121.0f, 544.0f}, {2.3e-05, 1.0f, 1.7e-05}, {-0.795576f, 2.8e-05, -0.605853f}, "p13008d", 0 }, + { {3292.0f, -144.0f, 549.0f}, {4.7e-05, 1.0f, 3.6e-05}, {-0.798721f, 5.9e-05, -0.601701f}, "p13008d", 0 }, + { {3283.0f, -142.0f, 361.0f}, {0.0f, 1.0f, 0.0f}, {0.798635f, 0.0f, 0.601816f}, "p13013d", 0 }, + { {3302.0f, -142.0f, 336.0f}, {0.0f, 1.0f, 0.0f}, {0.798635f, 0.0f, 0.601816f}, "p12983d2", 0 }, + { {3368.0f, -142.0f, 400.0f}, {0.0f, 1.0f, 0.0f}, {0.798635f, 0.0f, 0.601816f}, "p12954d1", 0 }, + { {3335.0f, -142.0f, 444.0f}, {0.0f, 1.0f, 0.0f}, {0.40762f, 0.0f, 0.913151f}, "p13010d", 0 }, + { {3302.0f, -142.0f, 489.0f}, {0.0f, 1.0f, 0.0f}, {0.721653f, 0.0f, 0.692255f}, "p12987d1", 0 }, + { {3259.0f, -142.0f, 547.0f}, {0.0f, 1.0f, 0.0f}, {0.987537f, 0.0f, -0.15739f}, "p13008d", 0 }, + { {4054.0f, 64.0f, 1312.0f}, {0.0f, -1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11524e1", 0 }, + { {4113.0f, 64.0f, 1371.0f}, {0.0f, -1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p12075e", 0 }, + { {3939.0f, -18.0f, 2128.0f}, {0.0f, 1.0f, 0.0f}, {0.984808f, 0.0f, 0.173649f}, "p1972e", 0 }, + { {3499.0f, -18.0f, 479.0f}, {0.0f, 1.0f, 0.0f}, {0.656053f, 0.0f, -0.754715f}, "p293e", 0 }, + { {3721.0f, -18.0f, 629.0f}, {0.0f, 1.0f, 0.0f}, {-0.559193f, 0.0f, 0.829038f}, "p2031e", 0 }, + { {424.0f, -130.0f, -1626.0f}, {0.0f, 1.0f, 0.0f}, {-9e-06, 0.0f, -1.0f}, "", 0 }, + { {3984.0f, 90.0f, 4573.0f}, {0.0f, 1.0f, 0.0f}, {0.601816f, 0.0f, -0.798634f}, "p2257g2", 0 }, + { {3924.0f, 90.0f, 2925.0f}, {0.0f, 1.0f, 0.0f}, {0.601816f, 0.0f, -0.798634f}, "p12339e2", 0 }, + { {-1322.0f, 90.0f, -788.0f}, {0.0f, 1.0f, 0.0f}, {0.601816f, 0.0f, -0.798634f}, "p12451d2", 0 }, + { {3971.0f, -11.0f, 2403.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1973e", 0 }, + { {4004.0f, -11.0f, 2221.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1972e", 0 }, + { {3841.0f, -13.0f, 2933.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p11528e", 0 }, + { {3849.0f, -13.0f, 2996.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1988e", 0 }, + { {4010.0f, -13.0f, 3013.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p11495e", 0 }, + { {4007.0f, -13.0f, 2843.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11496e2", 0 }, + { {3859.0f, -13.0f, 2836.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p2000e", 0 }, + { {4010.0f, -13.0f, 2982.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p11802e", 0 }, + { {3919.0f, -17.0f, 2957.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p11546e1", 0 }, + { {3952.0f, 33.0f, 2953.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 5e-06}, "p11595e2", 0 }, + { {3963.0f, 87.0f, 2873.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -1e-06}, "p12356e", 0 }, + { {3888.0f, 87.0f, 2872.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, -1.0f}, "p12359e", 0 }, + { {3873.0f, 87.0f, 2927.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p12332e2", 0 }, + { {3885.0f, 87.0f, 2981.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p12335e", 0 }, + { {3909.0f, -13.0f, 2933.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p11544e2", 0 }, + { {3956.0f, 33.0f, 2898.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 5e-06}, "p11584e2", 0 }, + { {3894.0f, 65.0f, 2898.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 5e-06}, "p12382e1", 0 }, + { {3898.0f, 87.0f, 2944.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -1e-06}, "p12324e2", 0 }, + { {3975.0f, 87.0f, 2927.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -1e-06}, "p12354e2", 0 }, + { {3990.0f, 23.0f, 1683.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p2060e", 0 }, + { {3913.0f, 23.0f, 1273.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p11524e2", 0 }, + { {4047.0f, 23.0f, 1013.0f}, {0.0f, 1.0f, 0.0f}, {5e-06, 0.0f, -1.0f}, "p11514e1", 0 }, + { {3393.0f, 23.0f, 514.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, -1.0f}, "p12587e", 0 }, + { {3624.0f, 23.0f, 679.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, -1.0f}, "p2022e", 0 }, + { {3290.0f, 23.0f, 432.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, -1.0f}, "p12156e2", 0 }, + { {3377.0f, 23.0f, 367.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, -1.0f}, "p12301e2", 0 }, + { {3148.0f, 23.0f, 549.0f}, {0.0f, 1.0f, 0.0f}, {-4e-06, 0.0f, -1.0f}, "p7951e3", 0 }, + { {3882.0f, 23.0f, 901.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, -1.0f}, "p11514e2", 0 }, + { {4224.0f, -13.0f, 1289.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2077e", 0 }, + { {4017.0f, -13.0f, 1289.0f}, {0.0f, 1.0f, 0.0f}, {0.707105f, 0.0f, 0.707109f}, "p11524e2", 0 }, + { {4126.0f, -13.0f, 1189.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707106f}, "p11482e", 0 }, + { {4247.0f, -13.0f, 1320.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2077e", 0 }, + { {4122.0f, -13.0f, 1409.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, -0.707106f}, "p12075e", 0 }, + { {4073.0f, -13.0f, 1370.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, -0.707106f}, "p11524e1", 0 }, + { {4141.0f, -13.0f, 1328.0f}, {0.0f, 1.0f, 0.0f}, {-0.707108f, 0.0f, 0.707106f}, "p11960e1", 0 }, + { {4162.0f, 36.0f, 1302.0f}, {0.0f, 1.0f, 0.0f}, {0.70711f, 0.0f, -0.707103f}, "p12009e2", 0 }, + { {4113.0f, 90.0f, 1237.0f}, {0.0f, 1.0f, 0.0f}, {0.707106f, 0.0f, -0.707107f}, "p12454e", 0 }, + { {4059.0f, 90.0f, 1289.0f}, {0.0f, 1.0f, 0.0f}, {-0.707109f, 0.0f, -0.707105f}, "p12450e", 0 }, + { {4087.0f, 90.0f, 1339.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707106f}, "p12424e2", 0 }, + { {4134.0f, 90.0f, 1369.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, 0.707106f}, "p12427e", 0 }, + { {4117.0f, -10.0f, 1318.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707106f}, "p11958e2", 0 }, + { {4126.0f, 36.0f, 1260.0f}, {0.0f, 1.0f, 0.0f}, {0.70711f, 0.0f, -0.707103f}, "p11999e2", 0 }, + { {4082.0f, 69.0f, 1303.0f}, {0.0f, 1.0f, 0.0f}, {0.70711f, 0.0f, -0.707103f}, "p11985e1", 0 }, + { {4118.0f, 90.0f, 1334.0f}, {0.0f, 1.0f, 0.0f}, {0.707106f, 0.0f, -0.707107f}, "p12416e2", 0 }, + { {4160.0f, 90.0f, 1267.0f}, {0.0f, 1.0f, 0.0f}, {0.707106f, 0.0f, -0.707107f}, "p12446e2", 0 }, + { {3659.0f, 23.0f, 607.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, -1.0f}, "p2028e", 0 }, + { {3552.0f, 23.0f, 557.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, -1.0f}, "p11467e2", 0 }, + { {3504.0f, 23.0f, 510.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, -1.0f}, "p295e", 0 }, + { {3435.0f, 23.0f, 448.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, -1.0f}, "p11460e", 0 }, + { {1668.0f, -148.0f, -434.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p7273d2", 0 }, + { {1749.0f, -148.0f, -362.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p7273d1", 0 }, + { {2209.0f, -148.0f, -182.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p7438d2", 0 }, + { {2268.0f, -148.0f, -101.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p7438d1", 0 }, + { {2688.0f, -148.0f, 172.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p7602d2", 0 }, + { {2866.0f, -148.0f, 356.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p7819d1", 0 }, + { {3144.0f, -148.0f, 554.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p6432d2", 0 }, + { {3378.0f, -148.0f, 360.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p12954d2", 0 }, + { {1230.0f, -148.0f, -597.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p4713d2", 0 }, + { {1278.0f, -148.0f, -660.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p12927d2", 0 }, + { {1326.0f, -148.0f, -784.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p13241d", 0 }, + { {1339.0f, -148.0f, -556.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p4714d1", 0 }, + { {1354.0f, -136.0f, -734.0f}, {0.0f, 1.0f, 0.0f}, {-0.939695f, 0.0f, -0.342013f}, "p4578d2", 0 }, + { {1413.0f, -86.0f, -712.0f}, {0.0f, 1.0f, 0.0f}, {-0.939695f, 0.0f, -0.342014f}, "p4574d1", 0 }, + { {1393.0f, -20.0f, -786.0f}, {0.0f, 1.0f, 0.0f}, {-0.939695f, 0.0f, -0.342013f}, "p13231d1", 0 }, + { {1434.0f, -48.0f, -771.0f}, {0.0f, 1.0f, 0.0f}, {-0.939695f, 0.0f, -0.342013f}, "p4571d1", 0 }, + { {1298.0f, -20.0f, -759.0f}, {0.0f, 1.0f, 0.0f}, {-0.939695f, 0.0f, -0.342013f}, "p12143d", 0 }, + { {1321.0f, -5.0f, -667.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p975c", 0 }, + { {1389.0f, -5.0f, -681.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, -0.25882f}, "p11558c2", 0 }, + { {1398.0f, 82.0f, -715.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, -0.25882f}, "p12121d2", 0 }, + { {1423.0f, 82.0f, -717.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, -0.25882f}, "p12121d2", 0 }, + { {1445.0f, 82.0f, -778.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, -0.25882f}, "p12941d", 0 }, + { {1290.0f, 82.0f, -835.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, -0.25882f}, "p12126d", 0 }, + { {1261.0f, 82.0f, -760.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, -0.25882f}, "p12127d", 0 }, + { {1346.0f, 82.0f, -725.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, -0.25882f}, "p12124d2", 0 }, + { {1361.0f, 82.0f, -760.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, -0.25882f}, "p12940d2", 0 }, + { {1314.0f, 82.0f, -778.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, -0.25882f}, "p12223d1", 0 }, + { {1392.0f, 82.0f, -748.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, -0.25882f}, "p12117d", 0 }, + { {404.0f, -148.0f, -837.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4772d2", 0 }, + { {499.0f, -148.0f, -789.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4772d1", 0 }, + { {982.0f, -148.0f, -716.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p7108d2", 0 }, + { {1062.0f, -148.0f, -655.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p7108d1", 0 }, + { {-44.0f, -148.0f, -912.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3940d", 0 }, + { {-70.0f, -148.0f, -842.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3925d2", 0 }, + { {52.0f, -148.0f, -844.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3926d1", 0 }, + { {-216.0f, -148.0f, -837.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p5804d1", 0 }, + { {-326.0f, -148.0f, -857.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p5804d2", 0 }, + { {-789.0f, -148.0f, -704.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p5450d1", 0 }, + { {-894.0f, -148.0f, -716.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p5450d2", 0 }, + { {-1223.0f, -148.0f, -597.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p5229d1", 0 }, + { {-1280.0f, -148.0f, -667.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p12894d1", 0 }, + { {-1336.0f, -148.0f, -786.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p10059d", 0 }, + { {-1351.0f, -123.0f, -734.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p10110d2", 0 }, + { {-1409.0f, -81.0f, -713.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p10106d2", 0 }, + { {-1431.0f, -37.0f, -772.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p10103d2", 0 }, + { {-1390.0f, -19.0f, -787.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p12519d1", 0 }, + { {-1303.0f, -19.0f, -770.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p13253d3", 0 }, + { {-1293.0f, -19.0f, -655.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p801c", 0 }, + { {-1289.0f, -5.0f, -715.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258819f}, "p11523c", 0 }, + { {-1393.0f, -5.0f, -689.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258819f}, "p11530c2", 0 }, + { {-1312.0f, 82.0f, -778.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258819f}, "p12451d1", 0 }, + { {-1294.0f, 82.0f, -837.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258819f}, "p12484d1", 0 }, + { {-1448.0f, 82.0f, -783.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258819f}, "p12346d2", 0 }, + { {-1426.0f, 82.0f, -715.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258819f}, "p12349d1", 0 }, + { {-1398.0f, 82.0f, -715.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258819f}, "p12349d1", 0 }, + { {-1360.0f, 82.0f, -759.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258819f}, "p12942d1", 0 }, + { {-1346.0f, 82.0f, -722.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258819f}, "p12352d2", 0 }, + { {-1405.0f, 82.0f, -754.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258819f}, "p12942d2", 0 }, + { {-1268.0f, 82.0f, -756.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258819f}, "p12353d1", 0 }, + { {-1413.0f, -5.0f, -683.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258819f}, "p11528c", 0 }, + { {-2026.0f, -144.0f, -1005.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9499c", 0 }, + { {-2018.0f, -144.0f, -464.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2984c", 0 }, + { {-1357.0f, -148.0f, -865.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11475c2", 0 }, + { {-1480.0f, -148.0f, -787.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11313c2", 0 }, + { {-1473.0f, -148.0f, -706.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p9489c2", 0 }, + { {-1434.0f, -148.0f, -680.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11343c", 0 }, + { {-1269.0f, -148.0f, -854.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2989c2", 0 }, + { {-1198.0f, -148.0f, -799.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p9492c2", 0 }, + { {-150.0f, -148.0f, -1014.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p9494c1", 0 }, + { {-77.0f, -148.0f, -1128.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p11469c", 0 }, + { {-104.0f, -148.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11321c2", 0 }, + { {434.0f, -122.0f, -978.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p11513c1", 0 }, + { {436.0f, -122.0f, -1142.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11464c", 0 }, + { {257.0f, -122.0f, -1138.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p11465c1", 0 }, + { {245.0f, -122.0f, -1711.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2998c", 0 }, + { {-25.0f, -148.0f, -1122.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11469c", 0 }, + { {-28.0f, -148.0f, -1066.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p3782d", 0 }, + { {10.0f, -136.0f, -1018.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p3837d1", 0 }, + { {72.0f, -86.0f, -1018.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3833d1", 0 }, + { {72.0f, -48.0f, -1080.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3824d1", 0 }, + { {28.0f, -18.0f, -1080.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p13224d2", 0 }, + { {-52.0f, -19.0f, -1022.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11892d", 0 }, + { {6.0f, -148.0f, -1051.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p3786d", 0 }, + { {5.0f, 82.0f, -1007.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11971d2", 0 }, + { {52.0f, 82.0f, -1016.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11968d2", 0 }, + { {86.0f, 82.0f, -1010.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11968d1", 0 }, + { {-82.0f, 82.0f, -1091.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11967d2", 0 }, + { {-80.0f, 82.0f, -1008.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11972d1", 0 }, + { {37.0f, 82.0f, -1046.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11964d", 0 }, + { {-44.0f, 82.0f, -1045.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11855d1", 0 }, + { {2.0f, 82.0f, -1043.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p12938d2", 0 }, + { {84.0f, 82.0f, -1091.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p12939d", 0 }, + { {58.0f, -5.0f, -982.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11533c1", 0 }, + { {-46.0f, -5.0f, -980.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11539c1", 0 }, + { {-82.0f, -5.0f, -991.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11538c1", 0 }, + { {-542.0f, -138.0f, -8788.0f}, {2e-06, 1.0f, 3e-05}, {0.069753f, -3.1e-05, 0.997564f}, "", 0 }, + { {-539.0f, -138.0f, -8735.0f}, {2e-06, 1.0f, 3e-05}, {0.997564f, 0.0f, -0.069752f}, "", 0 }, + { {-536.0f, -138.0f, -8660.0f}, {2e-06, 1.0f, 3e-05}, {0.997564f, 0.0f, -0.069753f}, "", 0 }, + { {-409.0f, -138.0f, -8667.0f}, {2e-06, 1.0f, 3e-05}, {-0.069752f, 3.1e-05, -0.997564f}, "", 0 }, + { {-415.0f, -138.0f, -8794.0f}, {2e-06, 1.0f, 3e-05}, {-0.997564f, 0.0f, 0.069752f}, "", 0 }, + { {-539.0f, -38.0f, -8735.0f}, {2e-06, 1.0f, 3e-05}, {0.997564f, 0.0f, -0.069752f}, "", 0 }, + { {-536.0f, -38.0f, -8660.0f}, {2e-06, 1.0f, 3e-05}, {0.997564f, 0.0f, -0.069753f}, "", 0 }, + { {-409.0f, -38.0f, -8667.0f}, {2e-06, 1.0f, 3e-05}, {-0.069752f, 3.1e-05, -0.997564f}, "", 0 }, + { {-415.0f, -38.0f, -8794.0f}, {2e-06, 1.0f, 3e-05}, {-0.997564f, 0.0f, 0.069752f}, "", 0 }, + { {-542.0f, -38.0f, -8788.0f}, {2e-06, 1.0f, 3e-05}, {0.069753f, -3.1e-05, 0.997564f}, "", 0 }, + { {2234.0f, -5.0f, -139.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p11618c2", 0 }, + { {2709.0f, -5.0f, 207.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p11618c1", 0 }, + { {1728.0f, -5.0f, -407.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p11641c2", 0 }, + { {1027.0f, -5.0f, -681.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p11661c1", 0 }, + { {1306.0f, -5.0f, -569.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3389c", 0 }, + { {467.0f, -5.0f, -811.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p11680c2", 0 }, + { {-548.0f, 0.0f, -816.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p11724c2", 0 }, + { {-15.0f, 0.0f, -876.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p4045c", 0 }, + { {7.0f, 4.0f, -739.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11915c", 0 }, + { {17.0f, 0.0f, -823.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p11022c", 0 }, + { {338.0f, 0.0f, -847.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p11680c2", 0 }, + { {-839.0f, 0.0f, -727.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p11724c1", 0 }, + { {-1274.0f, -19.0f, -589.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p7608c", 0 }, + { {-2059.0f, 0.0f, -239.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3393c2", 0 }, + { {-2805.0f, 0.0f, 299.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p624c1", 0 }, + { {3685.0f, -13.0f, 3009.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p1987e", 0 }, + { {3066.0f, -13.0f, 3847.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p288f", 0 }, + { {3087.0f, -13.0f, 4089.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p300f", 0 }, + { {3658.0f, -13.0f, 4487.0f}, {0.0f, 1.0f, 0.0f}, {-0.707105f, 0.0f, -0.707109f}, "p191g2", 0 }, + { {3758.0f, -13.0f, 4594.0f}, {0.0f, 1.0f, 0.0f}, {-0.707105f, 0.0f, -0.707109f}, "p168g1", 0 }, + { {4099.0f, -13.0f, 4556.0f}, {0.0f, 1.0f, 0.0f}, {-0.801176f, 0.0f, -0.598429f}, "p144g1", 0 }, + { {3907.0f, -13.0f, 4528.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p152g2", 0 }, + { {3874.0f, -13.0f, 4584.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p152g2", 0 }, + { {3998.0f, -13.0f, 4698.0f}, {0.0f, 1.0f, 0.0f}, {0.598429f, 0.0f, -0.801176f}, "p155g2", 0 }, + { {3981.0f, -13.0f, 4458.0f}, {0.0f, 1.0f, 0.0f}, {-0.598431f, 0.0f, 0.801174f}, "p148g2", 0 }, + { {4016.0f, -13.0f, 4673.0f}, {0.0f, 1.0f, 0.0f}, {0.598429f, 0.0f, -0.801176f}, "p155g2", 0 }, + { {3956.0f, -17.0f, 4595.0f}, {0.0f, 1.0f, 0.0f}, {-0.801175f, 0.0f, -0.598429f}, "p1462g1", 0 }, + { {3986.0f, 35.0f, 4612.0f}, {0.0f, 1.0f, 0.0f}, {0.801173f, 0.0f, 0.598433f}, "p1511g2", 0 }, + { {4045.0f, 90.0f, 4553.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598428f}, "p2274g", 0 }, + { {3983.0f, 90.0f, 4506.0f}, {0.0f, 1.0f, 0.0f}, {0.598427f, 0.0f, -0.801178f}, "p2276g", 0 }, + { {3937.0f, 90.0f, 4542.0f}, {0.0f, 1.0f, 0.0f}, {-0.801176f, 0.0f, -0.598429f}, "p2246g2", 0 }, + { {3913.0f, 90.0f, 4594.0f}, {0.0f, 1.0f, 0.0f}, {-0.598428f, 0.0f, 0.801176f}, "p2249g", 0 }, + { {3963.0f, -13.0f, 4569.0f}, {0.0f, 1.0f, 0.0f}, {-0.801176f, 0.0f, -0.598429f}, "p1460g2", 0 }, + { {4024.0f, 35.0f, 4570.0f}, {0.0f, 1.0f, 0.0f}, {0.801173f, 0.0f, 0.598433f}, "p1501g2", 0 }, + { {3973.0f, 68.0f, 4531.0f}, {0.0f, 1.0f, 0.0f}, {0.801173f, 0.0f, 0.598433f}, "p2292g1", 0 }, + { {3947.0f, 90.0f, 4572.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598428f}, "p2238g2", 0 }, + { {4021.0f, 90.0f, 4605.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598428f}, "p2272g2", 0 }, + { {4309.0f, -13.0f, 3627.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p16g", 0 }, + { {4262.0f, -13.0f, 3675.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p14g", 0 }, + { {4184.0f, -13.0f, 3644.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p11g2", 0 }, + { {4030.0f, -13.0f, 3913.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p48g2", 0 }, + { {4336.0f, -13.0f, 4138.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p1715g2", 0 }, + { {4244.0f, -13.0f, 4075.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p2018g2", 0 }, + { {4123.0f, -13.0f, 3990.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p1962g1", 0 }, + { {3926.0f, -13.0f, 4049.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p177g2", 0 }, + { {4140.0f, -13.0f, 4211.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p112g3", 0 }, + { {4233.0f, -13.0f, 4274.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p108g1", 0 }, + { {4020.0f, -13.0f, 4126.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p1966g1", 0 }, + { {4241.0f, -13.0f, 3841.0f}, {0.0f, 1.0f, 0.0f}, {-0.918843f, 0.0f, 0.394623f}, "p23g1", 0 }, + { {4438.0f, -13.0f, 4000.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p4g1", 0 }, + { {4346.0f, -13.0f, 3937.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p0g1", 0 }, + { {4132.0f, -13.0f, 3775.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p10g2", 0 }, + { {4626.0f, -13.0f, 3951.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p6g2", 0 }, + { {4549.0f, -13.0f, 3821.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p2g", 0 }, + { {4060.0f, -13.0f, 4503.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p151g2", 0 }, + { {3902.0f, -13.0f, 4327.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p201g", 0 }, + { {4032.0f, -13.0f, 4358.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p137g1", 0 }, + { {4125.0f, -13.0f, 4421.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p135g1", 0 }, + { {4405.0f, -13.0f, 3707.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p22g", 0 }, + { {3848.0f, -13.0f, 4228.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p180g", 0 }, + { {3792.0f, -13.0f, 4461.0f}, {0.0f, 1.0f, 0.0f}, {0.801176f, 0.0f, 0.598429f}, "p196g", 0 }, + { {-1.0f, 0.0f, -709.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p11380c1", 0 }, + { {-1.0f, 6.0f, -727.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p11915c", 0 }, + { {4164.0f, -18.0f, 2284.0f}, {0.0f, 1.0f, 0.0f}, {-0.978148f, 0.0f, 0.207912f}, "p1974e", 0 }, + { {4264.0f, -18.0f, 2754.0f}, {0.0f, 1.0f, 0.0f}, {-0.669131f, 0.0f, -0.743145f}, "p1984e", 0 }, + { {4277.0f, -18.0f, 2794.0f}, {0.0f, 1.0f, 0.0f}, {-0.669131f, 0.0f, -0.743145f}, "p11497e1", 0 }, + { {4276.0f, -18.0f, 2792.0f}, {0.0f, 1.0f, 0.0f}, {-0.309017f, 0.0f, 0.951056f}, "p11497e1", 0 }, + { {3833.0f, -18.0f, 2453.0f}, {0.0f, 1.0f, 0.0f}, {-0.669131f, 0.0f, -0.743145f}, "p11485e", 0 }, + { {4163.0f, -18.0f, 2323.0f}, {0.0f, 1.0f, 0.0f}, {-0.669131f, 0.0f, -0.743145f}, "p1974e", 0 }, + { {3881.0f, -18.0f, 833.0f}, {0.0f, 1.0f, 0.0f}, {-0.669131f, 0.0f, -0.743145f}, "p11514e2", 0 }, + { {4122.0f, 0.0f, 2194.0f}, {0.0f, 1.0f, 0.0f}, {-0.743145f, 0.0f, 0.669131f}, "p1970e", 0 }, + { {4139.0f, 0.0f, 2220.0f}, {0.0f, 1.0f, 0.0f}, {0.743145f, 0.0f, -0.669131f}, "p1975e", 0 }, + { {4162.0f, 0.0f, 2240.0f}, {0.0f, 1.0f, 0.0f}, {0.66913f, 0.0f, 0.743145f}, "p1975e", 0 }, + { {4083.0f, 0.0f, 2215.0f}, {0.0f, 1.0f, 0.0f}, {-0.171739f, 0.0f, -0.985143f}, "p1970e", 0 }, + { {4161.0f, 0.0f, 2240.0f}, {0.0f, 1.0f, 0.0f}, {0.951057f, 0.0f, 0.309017f}, "p1975e", 0 }, + { {4120.0f, 0.0f, 2192.0f}, {0.0f, 1.0f, 0.0f}, {0.207912f, 0.0f, 0.978148f}, "p1970e", 0 }, + { {4087.0f, 0.0f, 2218.0f}, {0.0f, 1.0f, 0.0f}, {-0.66913f, 0.0f, -0.743145f}, "p1970e", 0 }, + { {3819.0f, 0.0f, 2529.0f}, {0.0f, 1.0f, 0.0f}, {-0.052336f, 0.0f, 0.99863f}, "p1989e", 0 }, + { {3820.0f, 0.0f, 2517.0f}, {0.0f, 1.0f, 0.0f}, {0.891007f, 0.0f, -0.453991f}, "p1989e", 0 }, + { {3810.0f, 0.0f, 2483.0f}, {0.0f, 1.0f, 0.0f}, {-0.891007f, 0.0f, 0.453991f}, "p1989e", 0 }, + { {3792.0f, 0.0f, 2572.0f}, {0.0f, 1.0f, 0.0f}, {-0.99863f, 0.0f, -0.052336f}, "p1989e", 0 }, + { {3806.0f, 0.0f, 2472.0f}, {0.0f, 1.0f, 0.0f}, {-0.45399f, 0.0f, -0.891007f}, "p1989e", 0 }, + { {3823.0f, 0.0f, 2497.0f}, {0.0f, 1.0f, 0.0f}, {-0.891007f, 0.0f, 0.453991f}, "p1989e", 0 }, + { {3677.0f, 0.0f, 2919.0f}, {0.0f, 1.0f, 0.0f}, {-0.998634f, 0.0f, -0.052251f}, "p1987e", 0 }, + { {3675.0f, 0.0f, 2889.0f}, {0.0f, 1.0f, 0.0f}, {0.052251f, 0.0f, -0.998634f}, "p1991e", 0 }, + { {3652.0f, 0.0f, 2856.0f}, {0.0f, 1.0f, 0.0f}, {-0.838717f, 0.0f, -0.544568f}, "p1991e", 0 }, + { {3673.0f, 0.0f, 2900.0f}, {0.0f, 1.0f, 0.0f}, {-0.998634f, 0.0f, -0.052251f}, "p1991e", 0 }, + { {3661.0f, 0.0f, 2941.0f}, {0.0f, 1.0f, 0.0f}, {0.998634f, 0.0f, 0.052251f}, "p1987e", 0 }, + { {3657.0f, 0.0f, 2945.0f}, {0.0f, 1.0f, 0.0f}, {-0.544568f, 0.0f, 0.838717f}, "p1987e", 0 }, + { {4360.0f, 0.0f, 2561.0f}, {0.0f, 1.0f, 0.0f}, {-0.951057f, 0.0f, -0.309017f}, "p11521e1", 0 }, + { {4349.0f, 0.0f, 2590.0f}, {0.0f, 1.0f, 0.0f}, {-0.743372f, 0.0f, 0.668878f}, "p11521e1", 0 }, + { {4338.0f, 0.0f, 2621.0f}, {0.0f, 1.0f, 0.0f}, {-0.951057f, 0.0f, -0.309017f}, "p11521e1", 0 }, + { {4354.0f, 0.0f, 2567.0f}, {0.0f, 1.0f, 0.0f}, {0.453981f, 0.0f, 0.891012f}, "p11521e1", 0 }, + { {4337.0f, 0.0f, 2612.0f}, {0.0f, 1.0f, 0.0f}, {0.978148f, 0.0f, -0.207912f}, "p11521e1", 0 }, + { {4174.0f, -18.0f, 2777.0f}, {0.0f, 1.0f, 0.0f}, {0.743145f, 0.0f, -0.669131f}, "p1983e", 0 }, + { {3648.0f, -18.0f, 2767.0f}, {0.0f, 1.0f, 0.0f}, {0.951057f, 0.0f, 0.309017f}, "p1991e", 0 }, + { {4303.0f, -18.0f, 2479.0f}, {0.0f, 1.0f, 0.0f}, {-0.819152f, 0.0f, 0.573576f}, "p11521e2", 0 }, + { {-25.0f, -6244.0f, -295.0f}, {0.0f, 1.0f, 0.0f}, {0.9405f, 0.0f, -0.339794f}, "p11033c", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {3415.0f, -122.0f, 379.0f}, {-0.59831f, -3e-06, 0.801265f}, {-2e-06, 1.0f, 2e-06}, "p12984d1", 0, {-8.205048f, 6.794919f, -2.414369f, -2.382667f, -7.000006f, 7.999994f} }, + { {3264.0f, -146.0f, 571.0f}, {0.598319f, -1e-06, -0.801258f}, {-0.152103f, 0.980686f, -0.122959f}, "p13008d", 0, {-31.575735f, 32.335712f, -0.052526f, 0.265922f, -8.809186f, 45.366245f} }, + { {3300.0f, -146.0f, 522.0f}, {0.598319f, -1e-06, -0.801258f}, {-0.152103f, 0.980686f, -0.122959f}, "p12987d2", 0, {-30.20315f, 33.121517f, 0.062935f, 0.545841f, -8.961288f, 45.091187f} }, + { {3284.0f, -146.0f, 376.0f}, {-0.598319f, -1e-06, 0.801258f}, {0.127f, 0.986837f, 0.100116f}, "p13012d", 0, {-25.908197f, 36.862537f, 0.535297f, 0.853744f, -8.924436f, 43.61535f} }, + { {3331.0f, -146.0f, 481.0f}, {0.598319f, -1e-06, -0.801258f}, {-0.152103f, 0.980686f, -0.122959f}, "p12986d", 0, {-30.988955f, 32.335712f, -0.535384f, -0.052478f, -8.809186f, 45.243286f} }, + { {3364.0f, -146.0f, 437.0f}, {0.598319f, -1e-06, -0.801258f}, {-0.152103f, 0.980686f, -0.122959f}, "p13010d", 0, {-30.78993f, 33.121517f, 0.545793f, 0.864241f, -8.961288f, 45.214146f} }, + { {4061.0f, -7.0f, 2041.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p12129e1", 0, {-1.0f, 7.0f, -1.0f, 144.0f, -18.0f, 78.0f} }, + { {3918.0f, -7.0f, 2041.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p12129e2", 0, {-7.0f, 1.0f, -1.0f, 71.0f, -18.0f, 78.0f} }, + { {3918.0f, -7.0f, 1830.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p12134e1", 0, {-7.0f, 2.0f, -1.0f, 71.0f, -18.0f, 78.0f} }, + { {4061.0f, -7.0f, 1830.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p12134e2", 0, {-2.0f, 7.0f, -1.0f, 151.0f, -18.0f, 78.0f} }, + { {3011.0f, -7.0f, 374.0f}, {-0.59505f, 0.0f, 0.803689f}, {0.0f, 1.0f, 0.0f}, "p7947e2", 0, {-0.433302f, 3.167864f, -3.214755f, 59.58158f, -18.0f, 57.0f} }, + { {2938.0f, -7.0f, 469.0f}, {0.59505f, 0.0f, -0.803689f}, {0.0f, 1.0f, 0.0f}, "p1622e2", 0, {-1.028352f, 2.588839f, -1.993789f, 60.38527f, -18.0f, 57.0f} }, + { {1264.0f, -136.0f, -707.0f}, {0.939805f, 0.0f, 0.341711f}, {0.0f, 1.0f, 0.0f}, "p12929d2", 0, {-1.87961f, 1.281516f, -0.683422f, 24.007492f, -14.0f, 29.999998f} }, + { {1309.0f, -136.0f, -691.0f}, {-0.938359f, 0.0f, -0.345662f}, {0.0f, 1.0f, 0.0f}, "p12929d1", 0, {-1.974409f, 1.186331f, -1.876718f, 22.816498f, -14.0f, 29.999998f} }, + { {-68.0f, -136.0f, -953.0f}, {0.999998f, 0.0f, -0.002121f}, {0.0f, 1.0f, 0.0f}, "p3800d", 0, {-1.002118f, 1.050894f, -1.002118f, 24.002066f, -14.0f, 29.999998f} }, + { {-20.0f, -136.0f, -953.0f}, {-0.999998f, 0.0f, -0.002087f}, {0.0f, 1.0f, 0.0f}, "p3801d", 0, {-1.050078f, 1.002085f, -1.002085f, 24.002033f, -14.0f, 29.999998f} }, + { {-1309.0f, -136.0f, -691.0f}, {0.93838f, 0.0f, -0.345606f}, {0.0f, 1.0f, 0.0f}, "p12891d1", 0, {-0.842093f, 1.531154f, -1.87676f, 24.001976f, -14.0f, 29.999998f} }, + { {-1264.0f, -136.0f, -707.0f}, {-0.939826f, 0.0f, 0.341655f}, {0.0f, 1.0f, 0.0f}, "p12891d2", 0, {-1.28148f, 1.879651f, -0.683309f, 24.00757f, -14.0f, 29.999998f} }, + { {3676.0f, -16.0f, 556.0f}, {-0.598469f, 0.0f, 0.801146f}, {0.0f, 1.0f, 0.0f}, "p286e1", 0, {-0.801146f, 4.198845f, -0.608029f, 75.19298f, -9.0f, 41.0f} }, + { {4761.0f, 1.0f, 3945.0f}, {-0.59843f, -0.000171f, 0.801175f}, {-0.000106f, 1.0f, 0.000135f}, "p7g", 0, {-16.632008f, -3.832434f, -16.604168f, 196.41348f, -26.002857f, 68.03363f} }, + { {3392.0f, -7.0f, 581.0f}, {0.59505f, 0.0f, -0.803689f}, {0.0f, 1.0f, 0.0f}, "p12586e2", 0, {-1.438209f, 2.162957f, -8.809709f, 91.188385f, -18.0f, 57.0f} }, + { {2860.0f, -136.0f, 316.0f}, {-0.591479f, 2e-06, 0.80632f}, {4e-06, 1.0f, 1e-06}, "p7820d2", 0, {-1.612711f, 7.519612f, -1.182987f, 48.92305f, -17.000114f, 42.000008f} }, + { {-557.0f, -136.0f, -807.0f}, {0.328644f, -2e-06, 0.944454f}, {1e-06, 1.0f, 2e-06}, "p6776d2", 0, {-1.273104f, 12.6544f, -1.110457f, 49.03186f, -17.000002f, 42.000103f} }, + { {2585.0f, -152.0f, 123.0f}, {0.08978f, 0.986389f, -0.137756f}, {0.836339f, 0.000438f, 0.548212f}, "p7834d2", 0, {-10.271567f, 10.779744f, 0.34439f, 20.664993f, -7.963539f, 12.405758f} }, + { {2627.0f, -151.0f, 143.0f}, {0.052606f, 0.989398f, -0.13537f}, {0.450686f, 0.097444f, 0.887348f}, "", 0, {-10.391627f, 11.018921f, -0.277775f, 19.984493f, -8.783439f, 12.08438f} }, + { {2566.0f, -152.0f, 80.0f}, {-0.092486f, 0.99009f, 0.105678f}, {0.453866f, -0.052547f, 0.889519f}, "p7828d1", 0, {-10.374952f, 11.201548f, -0.130749f, 20.355265f, -8.695901f, 11.203041f} }, + { {1829.0f, -152.0f, -346.0f}, {-0.059263f, 0.986295f, 0.153979f}, {0.222189f, -0.137348f, 0.965281f}, "p12713d1", 0, {-10.580779f, 10.661151f, -0.54232f, 20.205805f, -8.531257f, 11.713339f} }, + { {1879.0f, -151.0f, -331.0f}, {-0.076054f, 0.986096f, 0.147753f}, {-0.37533f, -0.165596f, 0.911979f}, "p7868d2", 0, {-10.66222f, 10.331608f, -0.36981f, 20.368065f, -8.518124f, 12.308902f} }, + { {1878.0f, -131.0f, -330.0f}, {-0.076054f, 0.986096f, 0.147753f}, {-0.37533f, -0.165596f, 0.911979f}, "p7868d2", 0, {-10.281585f, 10.888643f, -0.18287f, 20.368065f, -8.518124f, 12.134222f} }, + { {1947.0f, -152.0f, -273.0f}, {0.059357f, 0.986146f, -0.154894f}, {-0.354934f, 0.165877f, 0.920058f}, "p7866d1", 0, {-9.748568f, 10.996708f, 0.005023f, 20.406883f, -8.460254f, 12.003016f} }, + { {2005.0f, -152.0f, -254.0f}, {0.062286f, 0.986038f, -0.154435f}, {0.06251f, 0.150578f, 0.98662f}, "p7850d2", 0, {-10.737166f, 10.375382f, -0.504004f, 19.81064f, -8.731149f, 11.692203f} }, + { {1349.0f, -150.0f, -579.0f}, {1e-06, 1.0f, -1e-06}, {0.345727f, -2e-06, -0.938335f}, "p4731d", 0, {-10.371345f, 10.815928f, -1.7e-05, 20.000025f, -7.902098f, 12.346861f} }, + { {1351.0f, -130.0f, -581.0f}, {-2e-06, 1.0f, -1e-06}, {-0.999527f, -2e-06, 0.030748f}, "p4731d", 0, {-10.333503f, 10.656589f, -2.5e-05, 20.000029f, -8.688292f, 11.33303f} }, + { {1040.0f, -150.0f, -708.0f}, {1e-06, 1.0f, -1e-06}, {0.345727f, -2e-06, -0.938335f}, "p7097d2", 0, {-9.778737f, 10.815448f, -1.8e-05, 20.000023f, -9.18616f, 11.062799f} }, + { {1042.0f, -130.0f, -709.0f}, {-2e-06, 1.0f, -1e-06}, {-0.999527f, -2e-06, 0.030748f}, "p7097d1", 0, {-10.748813f, 10.272028f, -2.3e-05, 20.00003f, -8.688292f, 11.686843f} }, + { {1024.0f, -150.0f, -734.0f}, {-1e-06, 1.0f, 2e-06}, {-0.06286f, -2e-06, 0.998022f}, "p7097d1", 0, {-10.349635f, 10.734555f, -1.8e-05, 20.000023f, -8.675672f, 11.669708f} }, + { {745.0f, -151.0f, -771.0f}, {-1e-06, 0.990268f, 0.139175f}, {-0.06286f, -0.138899f, 0.988309f}, "p6800d2", 0, {-9.551186f, 10.744701f, -0.588784f, 20.099747f, -8.736837f, 11.50891f} }, + { {673.0f, -151.0f, -751.0f}, {1e-06, 0.990268f, -0.139175f}, {0.06286f, -0.138899f, -0.988309f}, "p6806d2", 0, {-9.5394f, 10.80695f, -0.449609f, 20.23892f, -8.281003f, 12.49722f} }, + { {610.0f, -151.0f, -790.0f}, {-1e-06, 0.990268f, 0.139175f}, {-0.06286f, -0.138899f, 0.988309f}, "p12682d1", 0, {-10.549208f, 10.744701f, -0.588784f, 20.099747f, -8.736837f, 11.50891f} }, + { {610.0f, -131.0f, -790.0f}, {-1e-06, 0.990268f, 0.139175f}, {-0.06286f, -0.138899f, 0.988309f}, "p12682d1", 0, {-10.549208f, 10.744701f, -0.310446f, 20.099747f, -8.736837f, 11.50891f} }, + { {221.0f, -151.0f, -858.0f}, {-1e-06, 0.990268f, 0.139175f}, {-0.06286f, -0.138899f, 0.988309f}, "p7916d1", 0, {-10.599671f, 10.483295f, -0.588784f, 20.099747f, -9.206452f, 11.57177f} }, + { {221.0f, -131.0f, -858.0f}, {-1e-06, 0.990268f, 0.139175f}, {-0.06286f, -0.138899f, 0.988309f}, "p7916d1", 0, {-10.599671f, 10.483295f, -0.310445f, 20.099747f, -9.206452f, 11.57177f} }, + { {-262.0f, -153.0f, -848.0f}, {0.0f, 1.0f, 0.0f}, {-0.979962f, 0.0f, -0.199182f}, "p5804d1", 0, {-10.166092f, 9.249925f, -3e-06, 20.000004f, -7.871602f, 10.365275f} }, + { {-259.0f, -133.0f, -849.0f}, {0.0f, 1.0f, 0.0f}, {-0.998488f, 0.0f, 0.054965f}, "p5804d1", 0, {-9.600127f, 9.435232f, -3e-06, 19.000004f, -7.539075f, 10.534534f} }, + { {-284.0f, -153.0f, -856.0f}, {-0.010286f, 0.99863f, 0.051315f}, {-0.979963f, 0.000141f, -0.199179f}, "p5804d1", 0, {-9.687261f, 9.770242f, 0.482642f, 19.552017f, -7.422602f, 11.010774f} }, + { {48.0f, -150.0f, -872.0f}, {-1e-06, 1.0f, 0.0f}, {0.999998f, 1e-06, 0.002202f}, "p3943d", 0, {-7.013195f, 7.017601f, -5e-06, 21.000004f, -6.015399f, 8.015406f} }, + { {32.0f, -150.0f, -876.0f}, {0.0f, 1.0f, 1e-06}, {0.501906f, 1e-06, -0.864922f}, "p3943d", 0, {-7.143506f, 7.282395f, -5e-06, 21.000004f, -6.278583f, 8.510334f} }, + { {-52.0f, -150.0f, -1080.0f}, {-1e-06, 1.0f, 0.0f}, {0.999998f, 1e-06, 0.002202f}, "p3783d", 0, {-7.013195f, 7.017601f, -5e-06, 21.000004f, -6.015399f, 8.015406f} }, + { {-1333.0f, -150.0f, -600.0f}, {-1e-06, 1.0f, 0.0f}, {0.999998f, 1e-06, 0.002202f}, "p5247d", 0, {-7.013195f, 7.017601f, -5e-06, 21.000004f, -6.015399f, 8.015406f} }, + { {-1333.0f, -129.0f, -599.0f}, {0.0f, 1.0f, 1e-06}, {0.501906f, 1e-06, -0.864922f}, "p5247d", 0, {-7.506522f, 7.282397f, -5e-06, 21.000004f, -5.382074f, 8.980665f} }, + { {-1315.0f, -129.0f, -597.0f}, {0.0f, 1.0f, 1e-06}, {0.501906f, 1e-06, -0.864922f}, "p5247d", 0, {-7.143506f, 6.780491f, -5e-06, 21.000004f, -6.278583f, 7.645423f} }, + { {-1316.0f, -150.0f, -597.0f}, {-1e-06, 1.0f, 0.0f}, {0.999998f, 1e-06, 0.002202f}, "p5247d", 0, {-7.013195f, 8.017598f, -5e-06, 21.000004f, -6.017601f, 8.015406f} }, + { {-1249.0f, -150.0f, -620.0f}, {-1e-06, 1.0f, 0.0f}, {0.999998f, 1e-06, 0.002202f}, "p5242d", 0, {-7.013195f, 7.017601f, -5e-06, 21.000004f, -6.015399f, 8.015406f} }, + { {-1248.0f, -129.0f, -619.0f}, {0.0f, 1.0f, 1e-06}, {0.501906f, 1e-06, -0.864922f}, "p5242d", 0, {-6.6416f, 7.282397f, -5e-06, 21.000004f, -5.413661f, 8.510346f} }, + { {-1359.0f, -129.0f, -795.0f}, {0.0f, 1.0f, 1e-06}, {0.501906f, 1e-06, -0.864922f}, "p10059d", 0, {-8.008428f, 7.282397f, -5e-06, 21.000004f, -5.776678f, 8.510346f} }, + { {-1359.0f, -150.0f, -796.0f}, {-1e-06, 1.0f, 0.0f}, {0.999998f, 1e-06, 0.002202f}, "p10059d", 0, {-7.013195f, 7.017601f, -5e-06, 21.000004f, -6.015399f, 8.015406f} }, + { {-1291.0f, -150.0f, -616.0f}, {-1e-06, 1.0f, 0.0f}, {0.999998f, 1e-06, 0.002202f}, "p5244d", 0, {-8.013193f, 7.017601f, -5e-06, 21.000004f, -6.015399f, 8.017608f} }, + { {3415.0f, 14.0f, 408.0f}, {-0.801141f, -3e-06, -0.598476f}, {-2e-06, 1.0f, -2e-06}, "p12159e2", 0, {-8.204554f, 6.795419f, -2.412958f, -2.384365f, -8.000006f, 6.999994f} }, + { {3399.0f, -2.0f, 424.0f}, {1e-06, 0.598463f, -0.80115f}, {1e-06, 0.80115f, 0.598463f}, "p12159e2", 0, {21.999842f, 30.999826f, 9.393121f, 28.591946f, 98.8413f, 117.43206f} }, + { {3545.0f, 16.0f, 594.0f}, {0.595117f, 4.9e-05, -0.803639f}, {0.008003f, 0.99995f, 0.005989f}, "p11511e1", 0, {-6.932066f, 5.924598f, 15.56424f, 16.04248f, -4.069598f, 3.057999f} }, + { {3465.0f, 16.0f, 534.0f}, {0.595117f, 4.9e-05, -0.803639f}, {0.008003f, 0.99995f, 0.005989f}, "p12585e2", 0, {-6.932066f, 5.924598f, 15.56424f, 16.04248f, -4.069598f, 3.057999f} }, + { {3408.0f, -10.0f, 465.0f}, {0.801135f, 2.4e-05, 0.598484f}, {-2.4e-05, 1.0f, -8e-06}, "p300e2", 0, {-0.80141f, 3.445178f, -1.2068f, 24.40232f, -15.000598f, 35.000053f} }, + { {1338.0f, 10.0f, -667.0f}, {0.339742f, 4.9e-05, -0.940519f}, {0.009385f, 0.99995f, 0.003443f}, "p975c", 0, {-20.183695f, 16.428684f, 54.81469f, 55.49129f, -8.202742f, 14.159997f} }, + { {1307.0f, -10.0f, -739.0f}, {-0.939087f, -2.4e-05, -0.343679f}, {-2.6e-05, 1.0f, -1e-06}, "p13244d1", 0, {-2.613903f, 0.687642f, -1.971004f, 24.692482f, -15.000051f, 36.000618f} }, + { {15.0f, 10.0f, -948.0f}, {-0.004169f, 4.9e-05, -0.999991f}, {0.009996f, 0.99995f, 8e-06}, "p9447c", 0, {-19.905317f, 17.31243f, 55.928253f, 56.083576f, -8.199988f, 14.168775f} }, + { {-39.0f, -10.0f, -1005.0f}, {-1.0f, -2.4e-05, -2e-05}, {-2.4e-05, 1.0f, 8e-06}, "p13225d2", 0, {-3.000591f, 1.000342f, -3.000934f, 24.000383f, -15.000081f, 36.000607f} }, + { {-40.0f, -136.0f, -1095.0f}, {1.0f, 2.7e-05, 2e-05}, {-2.6e-05, 1.0f, 8e-06}, "p13269d1", 0, {-1.000692f, 3.000187f, -4.000395f, 21.001024f, -14.000562f, 36.00013f} }, + { {-1334.0f, 10.0f, -668.0f}, {-0.347571f, 4.9e-05, -0.937654f}, {0.00939f, 0.99995f, -0.003428f}, "p803c", 0, {-20.12906f, 16.487686f, 55.401722f, 55.774887f, -8.202191f, 14.160539f} }, + { {-1306.0f, -10.0f, -738.0f}, {0.939101f, -2.4e-05, -0.343641f}, {2e-05, 1.0f, -1.6e-05}, "p13254d2", 0, {-1.970142f, 1.330315f, -2.566359f, 24.096998f, -15.000071f, 36.0006f} }, + { {-1351.0f, -136.0f, -818.0f}, {0.9391f, 2.7e-05, -0.343643f}, {-2.2e-05, 1.0f, 1.6e-05}, "p13271d1", 0, {-1.3275f, 2.772931f, -5.97862f, 19.653917f, -14.000529f, 36.000153f} }, + { {1278.0f, 19.0f, -776.0f}, {0.939094f, 0.0f, 0.343659f}, {0.0f, 1.0f, 0.0f}, "p12144d", 0, {-7.512755f, 7.352864f, -2.749276f, -2.633515f, -7.0f, 8.0f} }, + { {-79.0f, 19.0f, -1030.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p11893d", 0, {-7.0f, 8.0f, -2.000001f, -1.999999f, -7.0f, 8.0f} }, + { {-1292.0f, 21.0f, -812.0f}, {-0.939094f, 0.0f, 0.34366f}, {0.0f, 1.0f, 0.0f}, "p13253d1", 0, {-7.352864f, 7.512754f, -2.749278f, -2.633513f, -7.0f, 8.0f} }, + { {-465.0f, -103.0f, -8686.0f}, {-0.069766f, 0.0f, -0.997563f}, {0.0f, 1.0f, 0.0f}, "", 0, {-7.192241f, 7.840975f, -2.553254f, -2.504329f, -7.0f, 8.0f} }, + { {3504.0f, 15.0f, 559.0f}, {-0.598476f, -3e-06, 0.801141f}, {-2e-06, 1.0f, 2e-06}, "p12585e2", 0, {-8.011408f, 6.988566f, -6.013335f, -5.984742f, -7.000015f, 7.999985f} }, + { {2977.0f, 21.0f, 423.0f}, {0.801147f, -6.2e-05, 0.598468f}, {-5e-05, -1.0f, -3.7e-05}, "p1622e1", 0, {-3.397697f, 3.001909f, -1.206815f, -0.994009f, -4.999939f, 4.000075f} }, + { {3941.0f, 100.0f, 2955.0f}, {0.0f, -1e-06, -1.0f}, {0.0f, 1.0f, -1e-06}, "p12344e2", 0, {-48.000004f, 15.999997f, -8.00004f, -7.999947f, -25.000006f, 24.999994f} }, + { {3941.0f, 100.0f, 2877.0f}, {0.0f, -1e-06, -1.0f}, {0.0f, 1.0f, -1e-06}, "p12363e1", 0, {-48.000004f, 15.999996f, -11.00004f, -10.999947f, -25.000008f, 24.99999f} }, + { {3879.0f, 100.0f, 2941.0f}, {1.0f, -1e-06, 0.0f}, {1e-06, 1.0f, 0.0f}, "p12332e2", 0, {-47.999996f, 16.000004f, 8.99996f, 9.000053f, -24.999992f, 25.000008f} }, + { {3974.0f, 100.0f, 2956.0f}, {1.0f, -1e-06, -1e-06}, {1e-06, 1.0f, 0.0f}, "p12353e2", 0, {-16.000013f, 0.999986f, -11.000035f, -10.999945f, -25.000008f, 24.99999f} }, + { {3974.0f, 100.0f, 2904.0f}, {1.0f, -1e-06, -1e-06}, {1e-06, 1.0f, 0.0f}, "p12354e2", 0, {-11.000014f, 5.999986f, -11.000041f, -10.999951f, -25.000008f, 24.99999f} }, + { {4157.0f, 100.0f, 1310.0f}, {-0.707107f, -1e-06, -0.707106f}, {-1e-06, 1.0f, -1e-06}, "p12436e2", 0, {-48.083267f, 15.556346f, -8.485321f, -8.485229f, -25.000006f, 24.999992f} }, + { {4102.0f, 100.0f, 1255.0f}, {-0.707107f, -1e-06, -0.707106f}, {-1e-06, 1.0f, -1e-06}, "p12455e1", 0, {-47.37616f, 16.263453f, -10.606642f, -10.606549f, -25.000008f, 24.999992f} }, + { {4103.0f, 100.0f, 1345.0f}, {0.707106f, -1e-06, -0.707107f}, {1e-06, 1.0f, -1e-06}, "p12424e2", 0, {-48.08326f, 16.26346f, 9.192348f, 9.899547f, -24.999992f, 25.000008f} }, + { {4181.0f, 100.0f, 1288.0f}, {0.707106f, -1e-06, -0.707108f}, {1e-06, 1.0f, -1e-06}, "p12445e2", 0, {-15.556364f, 1.414199f, -11.313745f, -11.313655f, -25.000008f, 24.99999f} }, + { {4144.0f, 100.0f, 1251.0f}, {0.707106f, -1e-06, -0.707108f}, {1e-06, 1.0f, -1e-06}, "p12446e2", 0, {-10.606616f, 6.363948f, -10.606644f, -10.606554f, -25.000008f, 24.999992f} }, + { {4080.0f, 9.0f, 2065.0f}, {1e-06, 1.3e-05, 1.0f}, {2e-05, 1.0f, -1.3e-05}, "p12130e1", 0, {-8.000171f, 7.000134f, -6.000111f, -5.9999f, -8.000066f, 7.000239f} }, + { {4081.0f, 9.0f, 2028.0f}, {-1e-06, 1.3e-05, -1.0f}, {-2e-05, 1.0f, 1.3e-05}, "p12112e", 0, {-8.000171f, 7.000134f, -6.000111f, -5.9999f, -8.000066f, 7.000239f} }, + { {4077.0f, 9.0f, 1854.0f}, {1e-06, 1.3e-05, 1.0f}, {2e-05, 1.0f, -1.3e-05}, "p12133e", 0, {-7.000171f, 8.000134f, -6.000112f, -5.999901f, -8.000087f, 7.000219f} }, + { {4055.0f, 9.0f, 1816.0f}, {-1e-06, 1.3e-05, -1.0f}, {-2e-05, 1.0f, 1.3e-05}, "p12119e2", 0, {13.999827f, 29.000134f, -7.000141f, -6.99993f, -8.000502f, 6.999803f} }, + { {3981.0f, 104.0f, 4610.0f}, {0.592831f, -1e-06, -0.805327f}, {0.0f, 1.0f, -1e-06}, "p2262g2", 0, {-54.874626f, 11.520952f, -8.903283f, -8.110211f, -26.00001f, 26.000006f} }, + { {4024.0f, 104.0f, 4543.0f}, {0.598428f, -1e-06, -0.801176f}, {0.0f, 1.0f, -1e-06}, "p2288g1", 0, {-49.421116f, 16.978378f, -11.033389f, -10.702966f, -26.000011f, 26.000002f} }, + { {3929.0f, 104.0f, 4562.0f}, {0.801177f, -6e-06, 0.598427f}, {0.0f, 1.0f, 8e-06}, "p2246g2", 0, {-55.78158f, 10.618204f, 9.179017f, 9.509734f, -26.00028f, 26.000107f} }, + { {4002.0f, 104.0f, 4628.0f}, {0.801177f, -1e-06, 0.598428f}, {0.0f, 1.0f, 0.0f}, "p2271g2", 0, {-16.621965f, 0.578788f, -11.167406f, -10.801128f, -26.000006f, 25.999994f} }, + { {4034.0f, 104.0f, 4585.0f}, {0.801177f, -1e-06, 0.598428f}, {0.0f, 1.0f, 0.0f}, "p2272g2", 0, {-10.820799f, 6.978384f, -11.013757f, -10.578739f, -26.000006f, 25.999994f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 11281, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 11282, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 11283, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 11284, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 11285, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 11286, 1, + /* Type = ObjectiveDestroyObject; index = 6 */ + _mkword(0, _mkshort(0, 25)), 0, + /* Type = ObjectiveDestroyObject; index = 7 */ + _mkword(0, _mkshort(0, 25)), 1, + /* Type = ObjectiveDestroyObject; index = 8 */ + _mkword(0, _mkshort(0, 25)), 2, + /* Type = ObjectiveDestroyObject; index = 9 */ + _mkword(0, _mkshort(0, 25)), 3, + /* Type = ObjectiveEnd; index = 10 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 11 */ + _mkword(0, _mkshort(0, 23)), 1, 11287, 2, + /* Type = ObjectiveCompleteCondition; index = 12 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveFailCondition; index = 13 */ + _mkword(0, _mkshort(0, 27)), 8192, + /* Type = ObjectiveFailCondition; index = 14 */ + _mkword(0, _mkshort(0, 27)), 2048, + /* Type = ObjectiveEnd; index = 15 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 16 */ + _mkword(0, _mkshort(0, 23)), 2, 11288, 2, + /* Type = ObjectiveCompleteCondition; index = 17 */ + _mkword(0, _mkshort(0, 26)), 1024, + /* Type = ObjectiveFailCondition; index = 18 */ + _mkword(0, _mkshort(0, 27)), 512, + /* Type = ObjectiveEnd; index = 19 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 20 */ + _mkword(0, _mkshort(0, 23)), 3, 11289, 0, + /* Type = ObjectiveCompleteCondition; index = 21 */ + _mkword(0, _mkshort(0, 26)), 4096, + /* Type = ObjectiveEnd; index = 22 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Guard; index = 23 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 1), _mkword(37, 1037), 0x0001ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 24 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 2), _mkword(37, 1037), 0x0003ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 25 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 7), _mkword(37, 1044), 0x0004ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 26 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 6), _mkword(37, 1043), 0x0005ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 27 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 16), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 28 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 17), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 29 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 18), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 30 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 35), _mkword(2, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 31 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 36), _mkword(2, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 32 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 37), _mkword(2, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 33 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 38), _mkword(2, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 34 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 39), _mkword(2, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 35 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 40), _mkword(2, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 36 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 41), _mkword(2, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 37 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 42), _mkword(2, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 38 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 43), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 39 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 44), _mkword(2, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 40 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 45), _mkword(2, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 41 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 46), _mkword(2, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 42 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 47), _mkword(2, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 43 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 48), _mkword(2, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 44 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 49), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 45 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 8), _mkword(37, 2), 0x0008ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 46 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 9), _mkword(37, 2), 0x0009ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 47 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 10), _mkword(37, 2), 0x000affff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 48 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 11), _mkword(37, 2), 0x000bffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 49 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 132), _mkword(37, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 50 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 158), _mkword(37, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 51 */ + _mkword(0, _mkshort(0, 9)), _mkword(41, 191), _mkword(37, 1027), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 52 */ + _mkword(0, _mkshort(0, 9)), _mkword(42, 252), _mkword(37, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 53 */ + _mkword(0, _mkshort(0, 9)), _mkword(43, 221), _mkword(37, 1029), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 54 */ + _mkword(0, _mkshort(0, 9)), _mkword(44, 302), _mkword(37, 1030), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 55 */ + _mkword(0, _mkshort(0, 9)), _mkword(45, 171), _mkword(2, 1031), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 56 */ + _mkword(0, _mkshort(0, 9)), _mkword(46, 31), _mkword(2, 9), 0x275affff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 57 */ + _mkword(0, _mkshort(0, 9)), _mkword(47, 21), _mkword(2, 1040), 0x008affff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 58 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 19), _mkword(18, 1040), 0x008affff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 59 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 60 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 61 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 62 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 3), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 63 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 64 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 65 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 66 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 67 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 68 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 69 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 70 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 71 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 72 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Collectable; index = 73 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 74 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 75 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 76 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 77 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 78 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 79 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 80 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 81 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 82 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 83 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 84 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 85 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 86 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 87 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 88 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 89 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 90 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 91 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 92 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 93 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 94 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 95 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 96 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 97 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 98 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 99 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 43), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 100 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 44), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 101 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 45), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 102 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 46), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 103 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 47), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 104 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 48), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 105 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 49), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Hat; index = 106 */ + _mkword(256, _mkshort(0, 17)), _mkword(223, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 107 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10076), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 108 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10077), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 109 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10078), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 110 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10079), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 111 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10080), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 112 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10081), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 113 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10082), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 114 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10083), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 115 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10084), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 116 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10085), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 117 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10090), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 118 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10091), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 119 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10092), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 120 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10093), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 121 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10094), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 122 */ + _mkword(512, _mkshort(0, 3)), _mkword(62, 358), 0x00000101, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 123 */ + _mkword(512, _mkshort(0, 3)), _mkword(62, 359), 0x00000101, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 124 */ + _mkword(512, _mkshort(0, 3)), _mkword(62, 360), 0x00000101, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 125 */ + _mkword(512, _mkshort(0, 3)), _mkword(62, 361), 0x00000101, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 126 */ + _mkword(512, _mkshort(0, 3)), _mkword(62, 362), 0x00000101, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 127 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 337), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 128 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 129 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 332), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 130 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 131 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 339), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 132 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 133 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 340), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 134 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 135 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 341), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 136 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 137 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 342), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 138 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 139 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 343), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 140 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 141 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 344), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 142 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 143 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 345), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 144 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 145 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 350), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 146 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 147 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 351), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 148 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 149 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 346), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 150 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 151 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 348), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 152 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 153 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 347), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 154 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 155 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 349), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 156 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 157 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 354), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 158 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 82), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 159 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 83), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 160 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 84), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 161 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 85), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 162 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 86), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 163 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 87), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 164 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10023), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 165 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10024), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 166 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 167 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10025), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 168 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 169 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10026), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 170 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 171 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10027), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 172 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 173 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10028), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 174 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 175 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10029), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 176 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 177 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10030), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 178 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 179 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10031), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 180 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 181 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10032), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 182 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 183 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10033), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 184 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 185 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10034), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 186 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 187 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10035), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 188 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 189 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10036), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 190 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 191 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10037), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 192 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 193 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10038), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 194 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 195 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10039), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 196 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 197 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10040), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 198 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 199 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10041), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 200 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 201 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10042), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 202 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 203 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10043), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 204 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 205 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10044), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 206 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 207 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10045), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 208 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10046), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 209 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10047), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 210 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10048), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 211 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10049), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 212 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10050), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 213 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10051), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 214 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10052), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 215 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10053), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 216 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10054), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 217 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10055), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 218 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10056), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 219 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 61), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 220 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 62), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 221 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 63), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 222 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 64), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 223 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 65), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 224 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 66), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 225 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 67), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 226 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 68), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 227 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 69), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 228 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 70), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 229 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 71), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 230 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 72), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 231 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 73), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 232 */ + _mkword(332, _mkshort(0, 3)), _mkword(53, 74), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 233 */ + _mkword(332, _mkshort(0, 3)), _mkword(53, 76), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 234 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 77), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 235 */ + _mkword(332, _mkshort(0, 3)), _mkword(82, 78), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 236 */ + _mkword(448, _mkshort(0, 3)), _mkword(90, 363), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 237 */ + _mkword(448, _mkshort(0, 3)), _mkword(90, 364), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 238 */ + _mkword(448, _mkshort(0, 3)), _mkword(90, 365), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 239 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 90), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 240 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 88), 0x10000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 241 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 89), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 242 */ + _mkword(256, _mkshort(0, 3)), _mkword(73, 102), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 243 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 93), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 244 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 91), 0x10000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 245 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 92), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 246 */ + _mkword(256, _mkshort(0, 3)), _mkword(73, 103), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 247 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 96), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 248 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 94), 0x10000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 249 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 95), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 250 */ + _mkword(256, _mkshort(0, 3)), _mkword(73, 104), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 251 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 99), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 252 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 97), 0x10000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 253 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 98), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 254 */ + _mkword(256, _mkshort(0, 3)), _mkword(73, 105), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 255 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10001), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 256 */ + _mkword(0, _mkshort(0, 22)), _mkword(19, 0x0001), 0, 0, + /* Type = Glass; index = 257 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10003), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 258 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10002), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 259 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10004), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 260 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10005), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 261 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0x0001), 0, 0, + /* Type = StandardProp; index = 262 */ + _mkword(256, _mkshort(0, 3)), _mkword(48, 100), 0x00000101, 0x00000800, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 263 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = StandardProp; index = 264 */ + _mkword(256, _mkshort(0, 3)), _mkword(48, 101), 0x00000101, 0x00000800, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 265 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0002), 0, 0, + /* Type = Tag; index = 266 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0002), 0, 0, + /* Type = Door; index = 267 */ + _mkword(256, _mkshort(0, 1)), _mkword(178, 6), 0xc2000000, 0x40000004, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x00010000, 0x00000010, 0x00000010, 0x000000cc, _mkword(12, 0), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 268 */ + _mkword(256, _mkshort(0, 1)), _mkword(178, 9), 0x42000000, 0x40000004, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x00010000, 0x00000010, 0x00000010, 0x000000cc, _mkword(12, 0), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = MultiMonitor; index = 269 */ + _mkword(256, _mkshort(0, 11)), _mkword(336, 10086), 0x00020102, 0x00000800, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(200, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x30303030, + /* Type = LinkProps; index = 270 */ + _mkword(0, _mkshort(0, 19)), -1, -3, 0, + /* Type = MultiMonitor; index = 271 */ + _mkword(256, _mkshort(0, 11)), _mkword(336, 10087), 0x00020102, 0x00000800, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(200, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x30303030, + /* Type = LinkProps; index = 272 */ + _mkword(0, _mkshort(0, 19)), -1, -5, 0, + /* Type = MultiMonitor; index = 273 */ + _mkword(256, _mkshort(0, 11)), _mkword(336, 10088), 0x00020102, 0x00000800, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(200, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x30303030, + /* Type = LinkProps; index = 274 */ + _mkword(0, _mkshort(0, 19)), -1, -6, 0, + /* Type = MultiMonitor; index = 275 */ + _mkword(256, _mkshort(0, 11)), _mkword(336, 10089), 0x00020102, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(200, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x30303030, + /* Type = LinkProps; index = 276 */ + _mkword(0, _mkshort(0, 19)), -1, -8, 0, + /* Type = Tag; index = 277 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0xfff8), 0, 0, + /* Type = Tag; index = 278 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0xfff9), 0, 0, + /* Type = Tag; index = 279 */ + _mkword(0, _mkshort(0, 22)), _mkword(17, 0xfffa), 0, 0, + /* Type = Tag; index = 280 */ + _mkword(0, _mkshort(0, 22)), _mkword(18, 0xfffb), 0, 0, + /* Type = Door; index = 281 */ + _mkword(256, _mkshort(0, 1)), _mkword(178, 19), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x00010000, 0x00000010, 0x00000010, 0x000000cc, _mkword(12, 0), 0x00000080, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 282 */ + _mkword(256, _mkshort(0, 1)), _mkword(179, 21), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000c000, 0x0000c000, 0x00000051, 0x00000051, 0x00000222, _mkword(0, 4), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 283 */ + _mkword(256, _mkshort(0, 1)), _mkword(180, 10), 0x40000000, 0x00008000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x00010000, 0x00000051, 0x00000051, 0x00000222, _mkword(8, 0), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 284 */ + _mkword(256, _mkshort(0, 1)), _mkword(180, 11), 0x40000000, 0x00008000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x00010000, 0x00000051, 0x00000051, 0x00000222, _mkword(8, 0), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = StandardProp; index = 285 */ + _mkword(256, _mkshort(0, 3)), _mkword(63, 10075), 0x01000008, 0x00000002, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(200, 0), 0, 0, + /* Type = LockDoor; index = 286 */ + _mkword(0, _mkshort(0, 38)), -2, -1, 0, + /* Type = LockDoor; index = 287 */ + _mkword(0, _mkshort(0, 38)), -4, -2, 0, + /* Type = Door; index = 288 */ + _mkword(256, _mkshort(0, 1)), _mkword(180, 20), 0x40000000, 0x00008000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x00010000, 0x00000051, 0x00000051, 0x00000222, _mkword(8, 0), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 289 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 290 */ + _mkword(256, _mkshort(0, 10)), _mkword(335, 10057), 0x10001002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = Tag; index = 291 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = StandardProp; index = 292 */ + _mkword(179, _mkshort(0, 3)), _mkword(70, 10058), 0x00001008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 293 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 18), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000e666, 0x00000051, 0x00000051, 0x00000222, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 294 */ + _mkword(256, _mkshort(0, 1)), _mkword(180, 12), 0x48000000, 0x00008000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 295 */ + _mkword(256, _mkshort(0, 1)), _mkword(180, 13), 0x68000000, 0x00008000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 296 */ + _mkword(256, _mkshort(0, 1)), _mkword(180, 14), 0x48000000, 0x00008000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 297 */ + _mkword(256, _mkshort(0, 1)), _mkword(180, 15), 0x68000000, 0x00008000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 298 */ + _mkword(256, _mkshort(0, 1)), _mkword(180, 16), 0x48000000, 0x00008000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 299 */ + _mkword(256, _mkshort(0, 1)), _mkword(180, 17), 0x68000000, 0x00008000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 300 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 61), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000222, _mkword(4, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 301 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 63), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000222, _mkword(4, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 302 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 65), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000222, _mkword(4, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 303 */ + _mkword(256, _mkshort(0, 1)), _mkword(158, 68), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000222, _mkword(4, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = TintedGlass; index = 304 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10059), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 305 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10060), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 306 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10062), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 307 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10064), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 308 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10067), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = Tag; index = 309 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Alarm; index = 310 */ + _mkword(256, _mkshort(0, 5)), _mkword(1, 10070), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 311 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = Alarm; index = 312 */ + _mkword(256, _mkshort(0, 5)), _mkword(1, 10071), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 313 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = Alarm; index = 314 */ + _mkword(256, _mkshort(0, 5)), _mkword(1, 10072), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 315 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = Alarm; index = 316 */ + _mkword(256, _mkshort(0, 5)), _mkword(1, 10074), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 317 */ + _mkword(256, _mkshort(0, 8)), _mkword(210, 112), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x11, 0xff), 0xffff), 0, + /* Type = Armour; index = 318 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 113), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 319 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 114), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Rename; index = 320 */ + _mkword(0, _mkshort(0, 37)), 0x00000000, 47, 11292, 11293, 11294, 11295, 11296, 0, 0, + /* Type = Vehicle; index = 321 */ + _mkword(281, _mkshort(0, 39)), _mkword(279, 317), 0x20020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x0000040a, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Cutscene; index = 322 */ + _mkword(0, _mkshort(0, 46)), 14828, 16465, -301647, 338398, 403539, 331, + /* Type = Tag; index = 323 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0xffff), 0, 0, + /* Type = Cutscene; index = 324 */ + _mkword(0, _mkshort(0, 46)), -116133, 68319, -264277, 77808, 377917, 331, + /* Type = Tag; index = 325 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0xffff), 0, 0, + /* Type = Cutscene; index = 326 */ + _mkword(0, _mkshort(0, 46)), -5080, -107680, -168155, 3488, 49870, 331, + /* Type = Tag; index = 327 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0xffff), 0, 0, + /* Type = EndProps; index = 328 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0x001ade28, 0xffffe8a5, 0x001a9039, 0x00004ebf, 0x0000742b, 0x00000138, 0x00002c1a, 0x00002c1b, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x00198b16, 0x0001ec9f, 0x001ee7b3, 0x00002c1f, 0x0005cb63, 0x0000012a, 0x00002c1a, 0x00002c1b, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0x000da6fc, 0x000474bb, 0x000640fa, 0x0005b35f, 0x0005e632, 0x0000010d, 0x00002c1a, 0x00002c1b, 0x00000000, + /* Type = FixedCam; index = 3 */ + _mkword(0, _mkshort(0, 6)), 0x0019bec7, 0x0000178e, 0x000e7fcb, 0x00006f24, 0x00001ace, 0x00000006, 0x00002c1a, 0x00002c1b, 0x00000000, + /* Type = FixedCam; index = 4 */ + _mkword(0, _mkshort(0, 6)), 0x00080206, 0x0000bb9d, 0xfff25b65, 0x0003dc8d, 0x000612e1, 0x00000045, 0x00002c1a, 0x00002c1b, 0x00000000, + /* Type = FixedCam; index = 5 */ + _mkword(0, _mkshort(0, 6)), 0x000b545c, 0x0001c53d, 0x0005514b, 0x0005a44b, 0x000612e1, 0x00000111, 0x00002c1a, 0x00002c1b, 0x00000000, + /* Type = WatchTime; index = 6 */ + _mkword(0, _mkshort(0, 7)), 11, 30, + /* Type = Spawn; index = 7 */ + _mkword(0, _mkshort(0, 0)), 33, 0, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0x0afc0000, 0x03a20000, 0x14300000, 0x00008000, 0x00640000, 0x0000011f, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0x0afc0000, 0x03a20000, 0x14300000, 0x00008000, 0x0083f2a5, 0x0000011f, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0x0af00000, 0x01c20000, 0x0f0c0000, 0x00008000, 0x00640000, 0x0000011f, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x08d80000, 0x01a20000, 0x0cd30000, 0x00008000, 0x00640000, 0x00000137, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x04ac0000, 0x00b00000, 0x09900000, 0x00008000, 0x00640000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0xffcc0000, 0xffd00000, 0x060f0000, 0x0000828f, 0x00554b4b, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff9c0000, 0xfffa0000, 0x000c0000, 0x00002cd0, 0x001f1609, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000e0000, 0xff950000, 0x00008000, 0x002d0000, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000f131b, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00020000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = StartWeapon; index = 19 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 0, + /* Type = StartAmmo; index = 20 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartWeapon; index = 21 */ + _mkword(0, _mkshort(0, 1)), 47, -1, 0, + /* Type = StartAmmo; index = 22 */ + _mkword(0, _mkshort(0, 2)), 20, 1, 0, + /* Type = Spawn; index = 23 */ + _mkword(0, _mkshort(0, 0)), 140, 1, + /* Type = StartWeapon; index = 24 */ + _mkword(0, _mkshort(0, 1)), 8, -1, 1, + /* Type = StartAmmo; index = 25 */ + _mkword(0, _mkshort(0, 2)), 3, 100, 1, + /* Type = StartWeapon; index = 26 */ + _mkword(0, _mkshort(0, 1)), 47, -1, 1, + /* Type = StartAmmo; index = 27 */ + _mkword(0, _mkshort(0, 2)), 20, 1, 1, + /* Type = Spawn; index = 28 */ + _mkword(0, _mkshort(0, 0)), 270, 2, + /* Type = StartWeapon; index = 29 */ + _mkword(0, _mkshort(0, 1)), 17, -1, 2, + /* Type = StartAmmo; index = 30 */ + _mkword(0, _mkshort(0, 2)), 3, 100, 2, + /* Type = Cuff; index = 31 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = EndIntro; index = 32 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 22, -1 }; +s32 path_neighbors_2[] = { 3, 8, 14, -1 }; +s32 path_neighbors_3[] = { 2, 4, 6, -1 }; +s32 path_neighbors_4[] = { 3, 5, 12, -1 }; +s32 path_neighbors_5[] = { 4, 6, -1 }; +s32 path_neighbors_6[] = { 3, 5, 7, -1 }; +s32 path_neighbors_7[] = { 6, 8, 10, -1 }; +s32 path_neighbors_8[] = { 2, 7, 9, -1 }; +s32 path_neighbors_9[] = { 8, 10, -1 }; +s32 path_neighbors_10[] = { 7, 9, 11, -1 }; +s32 path_neighbors_11[] = { 10, 12, -1 }; +s32 path_neighbors_12[] = { 4, 11, 13, -1 }; +s32 path_neighbors_13[] = { 12, 16, -1 }; +s32 path_neighbors_14[] = { 2, 15, -1 }; +s32 path_neighbors_15[] = { 14, 16, -1 }; +s32 path_neighbors_16[] = { 13, 15, 17, -1 }; +s32 path_neighbors_17[] = { 16, -1 }; +s32 path_neighbors_18[] = { 20, -1 }; +s32 path_neighbors_19[] = { 20, -1 }; +s32 path_neighbors_20[] = { 18, 19, 22, -1 }; +s32 path_neighbors_21[] = { 22, -1 }; +s32 path_neighbors_22[] = { 1, 20, 21, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, -1 }; +s32 path_indeces_1[] = { 43, 44, 45, -1 }; +s32 path_indeces_2[] = { 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, -1 }; +s32 path_indeces_3[] = { 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, -1 }; +s32 path_indeces_4[] = { 73, 74, 75, 76, 77, 78, 79, -1 }; +s32 path_indeces_5[] = { 80, 81, 82, 83, 84, -1 }; +s32 path_indeces_6[] = { 85, 86, 87, 88, 89, -1 }; +s32 path_indeces_7[] = { 90, 91, 92, 93, 94, 95, -1 }; +s32 path_indeces_8[] = { 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, -1 }; +s32 path_indeces_9[] = { 109, 110, -1 }; +s32 path_indeces_10[] = { 111, 112, 113, 114, -1 }; +s32 path_indeces_11[] = { 115, 116, 117, 118, 119, 120, -1 }; +s32 path_indeces_12[] = { 121, 122, 123, -1 }; +s32 path_indeces_13[] = { 124, 125, 126, 127, -1 }; +s32 path_indeces_14[] = { 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, -1 }; +s32 path_indeces_15[] = { 139, 140, 141, 142, 143, -1 }; +s32 path_indeces_16[] = { 144, 145, 146, 147, -1 }; +s32 path_indeces_17[] = { 148, 149, 150, 151, 152, 153, 154, 155, -1 }; +s32 path_indeces_18[] = { 156, 157, 158, 159, -1 }; +s32 path_indeces_19[] = { 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, -1 }; +s32 path_indeces_20[] = { 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, -1 }; +s32 path_indeces_21[] = { 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, -1 }; +s32 path_indeces_22[] = { 197, 198, 199, 200, 201, 202, 203, 204, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { &path_neighbors_15, &path_indeces_15, 0 }, + { &path_neighbors_16, &path_indeces_16, 0 }, + { &path_neighbors_17, &path_indeces_17, 0 }, + { &path_neighbors_18, &path_indeces_18, 0 }, + { &path_neighbors_19, &path_indeces_19, 0 }, + { &path_neighbors_20, &path_indeces_20, 0 }, + { &path_neighbors_21, &path_indeces_21, 0 }, + { &path_neighbors_22, &path_indeces_22, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "chk_locdam_all_p", + "tun_locdam_all_p", + "hdam_locsdam_all_p", + "h20_locsdam_all_p", + "h19_locsdam_all_p", + "h18_locsdam_all_p", + "h17_locsdam_all_p", + "h16_locsdam_all_p", + "h15_locsdam_all_p", + "h14_locsdam_all_p", + "h13_locsdam_all_p", + "h12_locsdam_all_p", + "h11_locsdam_all_p", + "h10_locsdam_all_p", + "h9_locsdam_all_p", + "h8_locsdam_all_p", + "h7_locsdam_all_p", + "h6_locsdam_all_p", + "h5_locsdam_all_p", + "h4_locsdam_all_p", + "h3_locsdam_all_p", + "h2_locsdam_all_p", + "h1_locsdam_all_p", + NULL +}; + + +s32 path_table_0[] = { 5, 39, 41, 42, -1 }; +s32 path_table_1[] = { 4, 5, 13, 42, -1 }; +s32 path_table_2[] = { 7, 10, 12, 23, -1 }; +s32 path_table_3[] = { 4, 6, 14, -1 }; +s32 path_table_4[] = { 1, 3, 5, 15, -1 }; +s32 path_table_5[] = { 0, 1, 4, 13, -1 }; +s32 path_table_6[] = { 3, 36, -1 }; +s32 path_table_7[] = { 2, 8, 10, 11, -1 }; +s32 path_table_8[] = { 7, 11, -1 }; +s32 path_table_9[] = { 12, 20, 21, -1 }; +s32 path_table_10[] = { 2, 7, 11, 12, 18, -1 }; +s32 path_table_11[] = { 7, 8, 10, 19, -1 }; +s32 path_table_12[] = { 2, 9, 10, 17, -1 }; +s32 path_table_13[] = { 1, 5, 15, 16, 17, -1 }; +s32 path_table_14[] = { 3, 15, -1 }; +s32 path_table_15[] = { 4, 13, 14, 18, -1 }; +s32 path_table_16[] = { 13, -1 }; +s32 path_table_17[] = { 12, 13, 18, 20, -1 }; +s32 path_table_18[] = { 10, 15, 17, 19, -1 }; +s32 path_table_19[] = { 11, 18, -1 }; +s32 path_table_20[] = { 9, 17, -1 }; +s32 path_table_21[] = { 9, 22, 23, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 2, 21, 22, -1 }; +s32 path_table_24[] = { 25, 32, -1 }; +s32 path_table_25[] = { 24, 26, -1 }; +s32 path_table_26[] = { 25, 27, -1 }; +s32 path_table_27[] = { 26, 33, -1 }; +s32 path_table_28[] = { 34, 39, -1 }; +s32 path_table_29[] = { 30, 35, -1 }; +s32 path_table_30[] = { 29, 31, -1 }; +s32 path_table_31[] = { 30, 32, -1 }; +s32 path_table_32[] = { 24, 31, -1 }; +s32 path_table_33[] = { 27, 34, -1 }; +s32 path_table_34[] = { 28, 33, -1 }; +s32 path_table_35[] = { 29, 37, 40, -1 }; +s32 path_table_36[] = { 6, 39, 40, -1 }; +s32 path_table_37[] = { 35, 38, -1 }; +s32 path_table_38[] = { 37, 39, -1 }; +s32 path_table_39[] = { 0, 28, 36, 38, -1 }; +s32 path_table_40[] = { 35, 36, -1 }; +s32 path_table_41[] = { 0, 42, -1 }; +s32 path_table_42[] = { 0, 1, 41, 43, -1 }; +s32 path_table_43[] = { 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 44, 198, 202, 204, -1 }; +s32 path_table_46[] = { 47, -1 }; +s32 path_table_47[] = { 46, 48, -1 }; +s32 path_table_48[] = { 47, 49, 108, -1 }; +s32 path_table_49[] = { 48, 54, -1 }; +s32 path_table_50[] = { 53, 55, -1 }; +s32 path_table_51[] = { 52, 53, -1 }; +s32 path_table_52[] = { 51, -1 }; +s32 path_table_53[] = { 50, 51, 54, 62, -1 }; +s32 path_table_54[] = { 49, 53, -1 }; +s32 path_table_55[] = { 50, 57, -1 }; +s32 path_table_56[] = { 57, 58, 138, -1 }; +s32 path_table_57[] = { 55, 56, -1 }; +s32 path_table_58[] = { 56, 60, -1 }; +s32 path_table_59[] = { 60, -1 }; +s32 path_table_60[] = { 58, 59, -1 }; +s32 path_table_61[] = { 62, 85, -1 }; +s32 path_table_62[] = { 53, 61, 63, 74, -1 }; +s32 path_table_63[] = { 62, 71, -1 }; +s32 path_table_64[] = { 67, 69, 70, 71, -1 }; +s32 path_table_65[] = { 66, 67, -1 }; +s32 path_table_66[] = { 65, -1 }; +s32 path_table_67[] = { 64, 65, 72, -1 }; +s32 path_table_68[] = { 69, 72, -1 }; +s32 path_table_69[] = { 64, 68, -1 }; +s32 path_table_70[] = { 64, 71, 72, -1 }; +s32 path_table_71[] = { 63, 64, 70, 72, -1 }; +s32 path_table_72[] = { 67, 68, 70, 71, -1 }; +s32 path_table_73[] = { 78, 79, -1 }; +s32 path_table_74[] = { 62, 75, -1 }; +s32 path_table_75[] = { 74, 76, -1 }; +s32 path_table_76[] = { 75, 77, -1 }; +s32 path_table_77[] = { 76, 78, -1 }; +s32 path_table_78[] = { 73, 77, 79, -1 }; +s32 path_table_79[] = { 73, 78, 80, 123, -1 }; +s32 path_table_80[] = { 79, 82, 86, -1 }; +s32 path_table_81[] = { 82, -1 }; +s32 path_table_82[] = { 80, 81, 83, -1 }; +s32 path_table_83[] = { 82, 84, -1 }; +s32 path_table_84[] = { 83, -1 }; +s32 path_table_85[] = { 61, 87, -1 }; +s32 path_table_86[] = { 80, 87, -1 }; +s32 path_table_87[] = { 85, 86, 88, -1 }; +s32 path_table_88[] = { 87, 89, -1 }; +s32 path_table_89[] = { 88, 93, -1 }; +s32 path_table_90[] = { 91, 96, 106, -1 }; +s32 path_table_91[] = { 90, 92, 94, -1 }; +s32 path_table_92[] = { 91, 93, -1 }; +s32 path_table_93[] = { 89, 92, 114, -1 }; +s32 path_table_94[] = { 91, 95, -1 }; +s32 path_table_95[] = { 94, -1 }; +s32 path_table_96[] = { 90, 106, 108, -1 }; +s32 path_table_97[] = { 99, 104, -1 }; +s32 path_table_98[] = { 99, 100, 101, 103, -1 }; +s32 path_table_99[] = { 97, 98, 100, 101, 102, -1 }; +s32 path_table_100[] = { 98, 99, 105, -1 }; +s32 path_table_101[] = { 98, 99, 106, -1 }; +s32 path_table_102[] = { 99, 103, -1 }; +s32 path_table_103[] = { 98, 102, 104, -1 }; +s32 path_table_104[] = { 97, 103, -1 }; +s32 path_table_105[] = { 100, -1 }; +s32 path_table_106[] = { 90, 96, 101, 107, 108, -1 }; +s32 path_table_107[] = { 106, 108, 109, -1 }; +s32 path_table_108[] = { 48, 96, 106, 107, -1 }; +s32 path_table_109[] = { 107, 110, -1 }; +s32 path_table_110[] = { 109, 111, -1 }; +s32 path_table_111[] = { 110, 112, -1 }; +s32 path_table_112[] = { 111, 113, -1 }; +s32 path_table_113[] = { 112, 114, -1 }; +s32 path_table_114[] = { 93, 113, 115, -1 }; +s32 path_table_115[] = { 114, 116, -1 }; +s32 path_table_116[] = { 115, 117, -1 }; +s32 path_table_117[] = { 116, 118, -1 }; +s32 path_table_118[] = { 117, 119, -1 }; +s32 path_table_119[] = { 118, 120, -1 }; +s32 path_table_120[] = { 119, 122, -1 }; +s32 path_table_121[] = { 122, 123, 127, -1 }; +s32 path_table_122[] = { 120, 121, 123, -1 }; +s32 path_table_123[] = { 79, 121, 122, -1 }; +s32 path_table_124[] = { 125, 147, -1 }; +s32 path_table_125[] = { 124, 126, -1 }; +s32 path_table_126[] = { 125, 127, -1 }; +s32 path_table_127[] = { 121, 126, -1 }; +s32 path_table_128[] = { 130, 131, 134, 135, 136, -1 }; +s32 path_table_129[] = { 130, -1 }; +s32 path_table_130[] = { 128, 129, -1 }; +s32 path_table_131[] = { 128, 132, 135, 136, -1 }; +s32 path_table_132[] = { 131, 133, -1 }; +s32 path_table_133[] = { 132, 134, -1 }; +s32 path_table_134[] = { 128, 133, 135, 136, -1 }; +s32 path_table_135[] = { 128, 131, 134, 136, 137, -1 }; +s32 path_table_136[] = { 128, 131, 134, 135, 137, -1 }; +s32 path_table_137[] = { 135, 136, 138, -1 }; +s32 path_table_138[] = { 56, 137, 139, -1 }; +s32 path_table_139[] = { 138, 141, -1 }; +s32 path_table_140[] = { 141, 142, -1 }; +s32 path_table_141[] = { 139, 140, -1 }; +s32 path_table_142[] = { 140, 143, -1 }; +s32 path_table_143[] = { 142, 145, -1 }; +s32 path_table_144[] = { 146, 147, 155, -1 }; +s32 path_table_145[] = { 143, 146, -1 }; +s32 path_table_146[] = { 144, 145, 147, -1 }; +s32 path_table_147[] = { 124, 144, 146, -1 }; +s32 path_table_148[] = { 149, -1 }; +s32 path_table_149[] = { 148, 150, -1 }; +s32 path_table_150[] = { 149, 151, -1 }; +s32 path_table_151[] = { 150, 152, -1 }; +s32 path_table_152[] = { 151, 153, -1 }; +s32 path_table_153[] = { 152, 154, -1 }; +s32 path_table_154[] = { 153, 155, -1 }; +s32 path_table_155[] = { 144, 154, -1 }; +s32 path_table_156[] = { 157, 182, -1 }; +s32 path_table_157[] = { 156, 158, -1 }; +s32 path_table_158[] = { 157, 159, -1 }; +s32 path_table_159[] = { 158, 181, -1 }; +s32 path_table_160[] = { 161, 168, -1 }; +s32 path_table_161[] = { 160, 162, -1 }; +s32 path_table_162[] = { 161, 163, -1 }; +s32 path_table_163[] = { 162, 169, -1 }; +s32 path_table_164[] = { 169, 170, 171, -1 }; +s32 path_table_165[] = { 166, 176, -1 }; +s32 path_table_166[] = { 165, 167, -1 }; +s32 path_table_167[] = { 166, 168, -1 }; +s32 path_table_168[] = { 160, 167, -1 }; +s32 path_table_169[] = { 163, 164, 170, -1 }; +s32 path_table_170[] = { 164, 169, -1 }; +s32 path_table_171[] = { 164, 172, 175, 185, -1 }; +s32 path_table_172[] = { 171, 173, 185, -1 }; +s32 path_table_173[] = { 172, 176, -1 }; +s32 path_table_174[] = { 175, 176, 183, 184, -1 }; +s32 path_table_175[] = { 171, 174, 184, 185, -1 }; +s32 path_table_176[] = { 165, 173, 174, 183, -1 }; +s32 path_table_177[] = { 181, 183, 184, -1 }; +s32 path_table_178[] = { 180, 182, -1 }; +s32 path_table_179[] = { 180, -1 }; +s32 path_table_180[] = { 178, 179, 182, -1 }; +s32 path_table_181[] = { 159, 177, 182, -1 }; +s32 path_table_182[] = { 156, 178, 180, 181, -1 }; +s32 path_table_183[] = { 174, 176, 177, 184, -1 }; +s32 path_table_184[] = { 174, 175, 177, 183, 185, -1 }; +s32 path_table_185[] = { 171, 172, 175, 184, 203, -1 }; +s32 path_table_186[] = { 187, 194, -1 }; +s32 path_table_187[] = { 186, 188, -1 }; +s32 path_table_188[] = { 187, 189, -1 }; +s32 path_table_189[] = { 188, 195, -1 }; +s32 path_table_190[] = { 196, 202, -1 }; +s32 path_table_191[] = { 192, 197, -1 }; +s32 path_table_192[] = { 191, 193, -1 }; +s32 path_table_193[] = { 192, 194, -1 }; +s32 path_table_194[] = { 186, 193, -1 }; +s32 path_table_195[] = { 189, 196, -1 }; +s32 path_table_196[] = { 190, 195, -1 }; +s32 path_table_197[] = { 191, 199, 200, -1 }; +s32 path_table_198[] = { 45, 199, 202, 204, -1 }; +s32 path_table_199[] = { 197, 198, 204, -1 }; +s32 path_table_200[] = { 197, 201, -1 }; +s32 path_table_201[] = { 200, 202, -1 }; +s32 path_table_202[] = { 45, 190, 198, 201, -1 }; +s32 path_table_203[] = { 185, 204, -1 }; +s32 path_table_204[] = { 45, 198, 199, 203, -1 }; + +waypoint pathwaypoints[] = { + { 0x00000149, &path_table_0, 0x00000000, 0x00000000 }, + { 0x00000148, &path_table_1, 0x00000000, 0x00000000 }, + { 0x00000147, &path_table_2, 0x00000000, 0x00000000 }, + { 0x00000146, &path_table_3, 0x00000000, 0x00000000 }, + { 0x00000145, &path_table_4, 0x00000000, 0x00000000 }, + { 0x00000144, &path_table_5, 0x00000000, 0x00000000 }, + { 0x00000143, &path_table_6, 0x00000000, 0x00000000 }, + { 0x00000142, &path_table_7, 0x00000000, 0x00000000 }, + { 0x00000141, &path_table_8, 0x00000000, 0x00000000 }, + { 0x00000140, &path_table_9, 0x00000000, 0x00000000 }, + { 0x0000013f, &path_table_10, 0x00000000, 0x00000000 }, + { 0x0000013e, &path_table_11, 0x00000000, 0x00000000 }, + { 0x0000013d, &path_table_12, 0x00000000, 0x00000000 }, + { 0x0000013c, &path_table_13, 0x00000000, 0x00000000 }, + { 0x0000013b, &path_table_14, 0x00000000, 0x00000000 }, + { 0x0000013a, &path_table_15, 0x00000000, 0x00000000 }, + { 0x00000139, &path_table_16, 0x00000000, 0x00000000 }, + { 0x00000138, &path_table_17, 0x00000000, 0x00000000 }, + { 0x00000137, &path_table_18, 0x00000000, 0x00000000 }, + { 0x00000136, &path_table_19, 0x00000000, 0x00000000 }, + { 0x00000135, &path_table_20, 0x00000000, 0x00000000 }, + { 0x00000134, &path_table_21, 0x00000000, 0x00000000 }, + { 0x00000133, &path_table_22, 0x00000000, 0x00000000 }, + { 0x00000132, &path_table_23, 0x00000000, 0x00000000 }, + { 0x00000131, &path_table_24, 0x00000000, 0x00000000 }, + { 0x00000130, &path_table_25, 0x00000000, 0x00000000 }, + { 0x0000012f, &path_table_26, 0x00000000, 0x00000000 }, + { 0x0000012e, &path_table_27, 0x00000000, 0x00000000 }, + { 0x0000012d, &path_table_28, 0x00000000, 0x00000000 }, + { 0x0000012c, &path_table_29, 0x00000000, 0x00000000 }, + { 0x0000012b, &path_table_30, 0x00000000, 0x00000000 }, + { 0x0000012a, &path_table_31, 0x00000000, 0x00000000 }, + { 0x00000129, &path_table_32, 0x00000000, 0x00000000 }, + { 0x00000128, &path_table_33, 0x00000000, 0x00000000 }, + { 0x00000127, &path_table_34, 0x00000000, 0x00000000 }, + { 0x00000126, &path_table_35, 0x00000000, 0x00000000 }, + { 0x00000125, &path_table_36, 0x00000000, 0x00000000 }, + { 0x00000124, &path_table_37, 0x00000000, 0x00000000 }, + { 0x00000123, &path_table_38, 0x00000000, 0x00000000 }, + { 0x00000122, &path_table_39, 0x00000000, 0x00000000 }, + { 0x00000121, &path_table_40, 0x00000000, 0x00000000 }, + { 0x00000120, &path_table_41, 0x00000000, 0x00000000 }, + { 0x0000011f, &path_table_42, 0x00000000, 0x00000000 }, + { 0x0000011e, &path_table_43, 0x00000001, 0x00000000 }, + { 0x0000011d, &path_table_44, 0x00000001, 0x00000000 }, + { 0x0000011c, &path_table_45, 0x00000001, 0x00000000 }, + { 0x0000011b, &path_table_46, 0x00000002, 0x00000000 }, + { 0x0000011a, &path_table_47, 0x00000002, 0x00000000 }, + { 0x00000119, &path_table_48, 0x00000002, 0x00000000 }, + { 0x00000118, &path_table_49, 0x00000002, 0x00000000 }, + { 0x00000117, &path_table_50, 0x00000002, 0x00000000 }, + { 0x00000116, &path_table_51, 0x00000002, 0x00000000 }, + { 0x00000115, &path_table_52, 0x00000002, 0x00000000 }, + { 0x00000114, &path_table_53, 0x00000002, 0x00000000 }, + { 0x00000113, &path_table_54, 0x00000002, 0x00000000 }, + { 0x00000112, &path_table_55, 0x00000002, 0x00000000 }, + { 0x00000111, &path_table_56, 0x00000002, 0x00000000 }, + { 0x00000110, &path_table_57, 0x00000002, 0x00000000 }, + { 0x0000010f, &path_table_58, 0x00000002, 0x00000000 }, + { 0x0000010e, &path_table_59, 0x00000002, 0x00000000 }, + { 0x0000010d, &path_table_60, 0x00000002, 0x00000000 }, + { 0x00000102, &path_table_61, 0x00000003, 0x00000000 }, + { 0x00000101, &path_table_62, 0x00000003, 0x00000000 }, + { 0x00000100, &path_table_63, 0x00000003, 0x00000000 }, + { 0x000000ff, &path_table_64, 0x00000003, 0x00000000 }, + { 0x000000fe, &path_table_65, 0x00000003, 0x00000000 }, + { 0x000000fd, &path_table_66, 0x00000003, 0x00000000 }, + { 0x000000fc, &path_table_67, 0x00000003, 0x00000000 }, + { 0x000000fb, &path_table_68, 0x00000003, 0x00000000 }, + { 0x000000fa, &path_table_69, 0x00000003, 0x00000000 }, + { 0x000000f9, &path_table_70, 0x00000003, 0x00000000 }, + { 0x000000f8, &path_table_71, 0x00000003, 0x00000000 }, + { 0x000000f7, &path_table_72, 0x00000003, 0x00000000 }, + { 0x000000f6, &path_table_73, 0x00000004, 0x00000000 }, + { 0x000000f5, &path_table_74, 0x00000004, 0x00000000 }, + { 0x000000f4, &path_table_75, 0x00000004, 0x00000000 }, + { 0x000000f3, &path_table_76, 0x00000004, 0x00000000 }, + { 0x000000f2, &path_table_77, 0x00000004, 0x00000000 }, + { 0x000000f1, &path_table_78, 0x00000004, 0x00000000 }, + { 0x000000f0, &path_table_79, 0x00000004, 0x00000000 }, + { 0x000000ef, &path_table_80, 0x00000005, 0x00000000 }, + { 0x000000ee, &path_table_81, 0x00000005, 0x00000000 }, + { 0x000000ed, &path_table_82, 0x00000005, 0x00000000 }, + { 0x000000ec, &path_table_83, 0x00000005, 0x00000000 }, + { 0x000000eb, &path_table_84, 0x00000005, 0x00000000 }, + { 0x000000ea, &path_table_85, 0x00000006, 0x00000000 }, + { 0x000000e9, &path_table_86, 0x00000006, 0x00000000 }, + { 0x000000e8, &path_table_87, 0x00000006, 0x00000000 }, + { 0x000000e7, &path_table_88, 0x00000006, 0x00000000 }, + { 0x000000e6, &path_table_89, 0x00000006, 0x00000000 }, + { 0x000000e5, &path_table_90, 0x00000007, 0x00000000 }, + { 0x000000e4, &path_table_91, 0x00000007, 0x00000000 }, + { 0x000000e3, &path_table_92, 0x00000007, 0x00000000 }, + { 0x000000e2, &path_table_93, 0x00000007, 0x00000000 }, + { 0x000000e1, &path_table_94, 0x00000007, 0x00000000 }, + { 0x000000e0, &path_table_95, 0x00000007, 0x00000000 }, + { 0x000000df, &path_table_96, 0x00000008, 0x00000000 }, + { 0x000000de, &path_table_97, 0x00000008, 0x00000000 }, + { 0x000000dd, &path_table_98, 0x00000008, 0x00000000 }, + { 0x000000dc, &path_table_99, 0x00000008, 0x00000000 }, + { 0x000000db, &path_table_100, 0x00000008, 0x00000000 }, + { 0x000000da, &path_table_101, 0x00000008, 0x00000000 }, + { 0x000000d9, &path_table_102, 0x00000008, 0x00000000 }, + { 0x000000d8, &path_table_103, 0x00000008, 0x00000000 }, + { 0x000000d7, &path_table_104, 0x00000008, 0x00000000 }, + { 0x000000d6, &path_table_105, 0x00000008, 0x00000000 }, + { 0x000000d5, &path_table_106, 0x00000008, 0x00000000 }, + { 0x000000d4, &path_table_107, 0x00000008, 0x00000000 }, + { 0x000000d3, &path_table_108, 0x00000008, 0x00000000 }, + { 0x000000d2, &path_table_109, 0x00000009, 0x00000000 }, + { 0x000000d1, &path_table_110, 0x00000009, 0x00000000 }, + { 0x000000d0, &path_table_111, 0x0000000a, 0x00000000 }, + { 0x000000cf, &path_table_112, 0x0000000a, 0x00000000 }, + { 0x000000ce, &path_table_113, 0x0000000a, 0x00000000 }, + { 0x000000cd, &path_table_114, 0x0000000a, 0x00000000 }, + { 0x000000cc, &path_table_115, 0x0000000b, 0x00000000 }, + { 0x000000cb, &path_table_116, 0x0000000b, 0x00000000 }, + { 0x000000ca, &path_table_117, 0x0000000b, 0x00000000 }, + { 0x000000c9, &path_table_118, 0x0000000b, 0x00000000 }, + { 0x000000c8, &path_table_119, 0x0000000b, 0x00000000 }, + { 0x000000c7, &path_table_120, 0x0000000b, 0x00000000 }, + { 0x000000c6, &path_table_121, 0x0000000c, 0x00000000 }, + { 0x000000c5, &path_table_122, 0x0000000c, 0x00000000 }, + { 0x000000c4, &path_table_123, 0x0000000c, 0x00000000 }, + { 0x000000c3, &path_table_124, 0x0000000d, 0x00000000 }, + { 0x000000c2, &path_table_125, 0x0000000d, 0x00000000 }, + { 0x000000c1, &path_table_126, 0x0000000d, 0x00000000 }, + { 0x000000c0, &path_table_127, 0x0000000d, 0x00000000 }, + { 0x000000bf, &path_table_128, 0x0000000e, 0x00000000 }, + { 0x000000be, &path_table_129, 0x0000000e, 0x00000000 }, + { 0x000000bd, &path_table_130, 0x0000000e, 0x00000000 }, + { 0x000000bc, &path_table_131, 0x0000000e, 0x00000000 }, + { 0x000000bb, &path_table_132, 0x0000000e, 0x00000000 }, + { 0x000000ba, &path_table_133, 0x0000000e, 0x00000000 }, + { 0x000000b9, &path_table_134, 0x0000000e, 0x00000000 }, + { 0x000000b8, &path_table_135, 0x0000000e, 0x00000000 }, + { 0x000000b7, &path_table_136, 0x0000000e, 0x00000000 }, + { 0x000000b6, &path_table_137, 0x0000000e, 0x00000000 }, + { 0x000000b5, &path_table_138, 0x0000000e, 0x00000000 }, + { 0x000000b4, &path_table_139, 0x0000000f, 0x00000000 }, + { 0x000000b3, &path_table_140, 0x0000000f, 0x00000000 }, + { 0x000000b2, &path_table_141, 0x0000000f, 0x00000000 }, + { 0x000000b1, &path_table_142, 0x0000000f, 0x00000000 }, + { 0x000000b0, &path_table_143, 0x0000000f, 0x00000000 }, + { 0x000000af, &path_table_144, 0x00000010, 0x00000000 }, + { 0x000000ae, &path_table_145, 0x00000010, 0x00000000 }, + { 0x000000ad, &path_table_146, 0x00000010, 0x00000000 }, + { 0x000000ac, &path_table_147, 0x00000010, 0x00000000 }, + { 0x000000ab, &path_table_148, 0x00000011, 0x00000000 }, + { 0x000000aa, &path_table_149, 0x00000011, 0x00000000 }, + { 0x000000a9, &path_table_150, 0x00000011, 0x00000000 }, + { 0x000000a8, &path_table_151, 0x00000011, 0x00000000 }, + { 0x000000a7, &path_table_152, 0x00000011, 0x00000000 }, + { 0x000000a6, &path_table_153, 0x00000011, 0x00000000 }, + { 0x000000a5, &path_table_154, 0x00000011, 0x00000000 }, + { 0x000000a4, &path_table_155, 0x00000011, 0x00000000 }, + { 0x000000a3, &path_table_156, 0x00000012, 0x00000000 }, + { 0x000000a2, &path_table_157, 0x00000012, 0x00000000 }, + { 0x000000a1, &path_table_158, 0x00000012, 0x00000000 }, + { 0x000000a0, &path_table_159, 0x00000012, 0x00000000 }, + { 0x0000009f, &path_table_160, 0x00000013, 0x00000000 }, + { 0x0000009e, &path_table_161, 0x00000013, 0x00000000 }, + { 0x0000009d, &path_table_162, 0x00000013, 0x00000000 }, + { 0x0000009c, &path_table_163, 0x00000013, 0x00000000 }, + { 0x0000009b, &path_table_164, 0x00000013, 0x00000000 }, + { 0x0000009a, &path_table_165, 0x00000013, 0x00000000 }, + { 0x00000099, &path_table_166, 0x00000013, 0x00000000 }, + { 0x00000098, &path_table_167, 0x00000013, 0x00000000 }, + { 0x00000097, &path_table_168, 0x00000013, 0x00000000 }, + { 0x00000096, &path_table_169, 0x00000013, 0x00000000 }, + { 0x00000095, &path_table_170, 0x00000013, 0x00000000 }, + { 0x00000094, &path_table_171, 0x00000014, 0x00000000 }, + { 0x00000093, &path_table_172, 0x00000014, 0x00000000 }, + { 0x00000092, &path_table_173, 0x00000014, 0x00000000 }, + { 0x00000091, &path_table_174, 0x00000014, 0x00000000 }, + { 0x00000090, &path_table_175, 0x00000014, 0x00000000 }, + { 0x0000008f, &path_table_176, 0x00000014, 0x00000000 }, + { 0x0000008e, &path_table_177, 0x00000014, 0x00000000 }, + { 0x0000008d, &path_table_178, 0x00000014, 0x00000000 }, + { 0x0000008c, &path_table_179, 0x00000014, 0x00000000 }, + { 0x0000008b, &path_table_180, 0x00000014, 0x00000000 }, + { 0x0000008a, &path_table_181, 0x00000014, 0x00000000 }, + { 0x00000089, &path_table_182, 0x00000014, 0x00000000 }, + { 0x00000088, &path_table_183, 0x00000014, 0x00000000 }, + { 0x00000087, &path_table_184, 0x00000014, 0x00000000 }, + { 0x00000086, &path_table_185, 0x00000014, 0x00000000 }, + { 0x00000085, &path_table_186, 0x00000015, 0x00000000 }, + { 0x00000084, &path_table_187, 0x00000015, 0x00000000 }, + { 0x00000083, &path_table_188, 0x00000015, 0x00000000 }, + { 0x00000082, &path_table_189, 0x00000015, 0x00000000 }, + { 0x00000081, &path_table_190, 0x00000015, 0x00000000 }, + { 0x00000080, &path_table_191, 0x00000015, 0x00000000 }, + { 0x0000007f, &path_table_192, 0x00000015, 0x00000000 }, + { 0x0000007e, &path_table_193, 0x00000015, 0x00000000 }, + { 0x0000007d, &path_table_194, 0x00000015, 0x00000000 }, + { 0x0000007c, &path_table_195, 0x00000015, 0x00000000 }, + { 0x0000007b, &path_table_196, 0x00000015, 0x00000000 }, + { 0x0000007a, &path_table_197, 0x00000016, 0x00000000 }, + { 0x00000079, &path_table_198, 0x00000016, 0x00000000 }, + { 0x00000078, &path_table_199, 0x00000016, 0x00000000 }, + { 0x00000077, &path_table_200, 0x00000016, 0x00000000 }, + { 0x00000076, &path_table_201, 0x00000016, 0x00000000 }, + { 0x00000075, &path_table_202, 0x00000016, 0x00000000 }, + { 0x00000074, &path_table_203, 0x00000016, 0x00000000 }, + { 0x00000073, &path_table_204, 0x00000016, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "PAD_mk44_dam_all_p", + "PAD_mk43_dam_all_p", + "PAD_mk42_dam_all_p", + "PAD_mk41_dam_all_p", + "PAD_mk40_dam_all_p", + "PAD_mk39_dam_all_p", + "PAD_mk38_dam_all_p", + "PAD_mk37_dam_all_p", + "PAD_mk36_dam_all_p", + "PAD_mk35_dam_all_p", + "PAD_mk34_dam_all_p", + "PAD_mk33_dam_all_p", + "PAD_mk32_dam_all_p", + "PAD_mk31_dam_all_p", + "PAD_mk30_dam_all_p", + "PAD_mk29_dam_all_p", + "PAD_mk28_dam_all_p", + "PAD_mk27_dam_all_p", + "PAD_mk26_dam_all_p", + "PAD_mk25_dam_all_p", + "PAD_mk24_dam_all_p", + "PAD_mk23_dam_all_p", + "PAD_mk22_dam_all_p", + "PAD_mk21_dam_all_p", + "PAD_mk20_dam_all_p", + "PAD_mk19_dam_all_p", + "PAD_mk18_dam_all_p", + "PAD_mk17_dam_all_p", + "PAD_mk16_dam_all_p", + "PAD_mk15_dam_all_p", + "PAD_mk14_dam_all_p", + "PAD_mk13_dam_all_p", + "PAD_mk12_dam_all_p", + "PAD_mk11_dam_all_p", + "PAD_mk10_dam_all_p", + "PAD_mk9_dam_all_p", + "PAD_mk8_dam_all_p", + "PAD_mk7_dam_all_p", + "PAD_mk6_dam_all_p", + "PAD_mk5_dam_all_p", + "PAD_mk3_dam_all_p", + "PAD_mk2_dam_all_p", + "PAD_mk1_dam_all_p", + "PAD_mtun3_dam_all_p", + "PAD_mtun2_dam_all_p", + "PAD_mtun1_dam_all_p", + "PAD_mdam14_dam_all_p", + "PAD_mdam13_dam_all_p", + "PAD_mdam12_dam_all_p", + "PAD_mdam11_dam_all_p", + "PAD_mdam8_dam_all_p", + "PAD_mdam9a_dam_all_p", + "PAD_mdam9b_dam_all_p", + "PAD_mdam9_dam_all_p", + "PAD_mdam10_dam_all_p", + "PAD_mdam6_dam_all_p", + "PAD_mdam4_dam_all_p", + "PAD_mdam5_dam_all_p", + "PAD_mdam3_dam_all_p", + "PAD_mdam1_dam_all_p", + "PAD_mdam2_dam_all_p", + "PAD_m94g_dam_all_p", + "PAD_m34a_dam_all_p", + "PAD_m34b_dam_all_p", + "PAD_m34e_dam_all_p", + "PAD_m34j_dam_all_p", + "PAD_m34k_dam_all_p", + "PAD_m34i_dam_all_p", + "PAD_m34g_dam_all_p", + "PAD_m34f_dam_all_p", + "PAD_m34d_dam_all_p", + "PAD_m34c_dam_all_p", + "PAD_m34h_dam_all_p", + "PAD_m97a_dam_all_p", + "PAD_m102_dam_all_p", + "PAD_m101_dam_all_p", + "PAD_m100_dam_all_p", + "PAD_m99_dam_all_p", + "PAD_m98_dam_all_p", + "PAD_m97_dam_all_p", + "PAD_m96_dam_all_p", + "PAD_m38_dam_all_p", + "PAD_m37_dam_all_p", + "PAD_m36_dam_all_p", + "PAD_m35_dam_all_p", + "PAD_m94a_dam_all_p", + "PAD_m95_dam_all_p", + "PAD_m94_dam_all_p", + "PAD_m93_dam_all_p", + "PAD_m92_dam_all_p", + "PAD_m91a_dam_all_p", + "PAD_m91_dam_all_p", + "PAD_m90_dam_all_p", + "PAD_m89_dam_all_p", + "PAD_m40_dam_all_p", + "PAD_m39_dam_all_p", + "PAD_m91b_dam_all_p", + "PAD_m117j_dam_all_p", + "PAD_m117k_dam_all_p", + "PAD_m117i_dam_all_p", + "PAD_m117h_dam_all_p", + "PAD_m117g_dam_all_p", + "PAD_m117f_dam_all_p", + "PAD_m117e_dam_all_p", + "PAD_m117d_dam_all_p", + "PAD_m117c_dam_all_p", + "PAD_m117b_dam_all_p", + "PAD_m117a_dam_all_p", + "PAD_m116_dam_all_p", + "PAD_m115_dam_all_p", + "PAD_m114_dam_all_p", + "PAD_m113_dam_all_p", + "PAD_m112_dam_all_p", + "PAD_m111_dam_all_p", + "PAD_m49_dam_all_p", + "PAD_m48_dam_all_p", + "PAD_m47_dam_all_p", + "PAD_m46_dam_all_p", + "PAD_m45_dam_all_p", + "PAD_m44_dam_all_p", + "PAD_m43_dam_all_p", + "PAD_m50_dam_all_p", + "PAD_m42_dam_all_p", + "PAD_m41_dam_all_p", + "PAD_m54_dam_all_p", + "PAD_m53_dam_all_p", + "PAD_m52_dam_all_p", + "PAD_m51_dam_all_p", + "PAD_m24h_dam_all_p", + "PAD_m24j_dam_all_p", + "PAD_m24i_dam_all_p", + "PAD_m24g_dam_all_p", + "PAD_m24f_dam_all_p", + "PAD_m24e_dam_all_p", + "PAD_m24d_dam_all_p", + "PAD_m24c_dam_all_p", + "PAD_m24b_dam_all_p", + "PAD_m24a_dam_all_p", + "PAD_m24_dam_all_p", + "PAD_m109_dam_all_p", + "PAD_m108_dam_all_p", + "PAD_m107_dam_all_p", + "PAD_m106_dam_all_p", + "PAD_m105_dam_all_p", + "PAD_m58_dam_all_p", + "PAD_m57_dam_all_p", + "PAD_m56_dam_all_p", + "PAD_m55_dam_all_p", + "PAD_m88_dam_all_p", + "PAD_m65_dam_all_p", + "PAD_m64_dam_all_p", + "PAD_m63_dam_all_p", + "PAD_m62_dam_all_p", + "PAD_m61_dam_all_p", + "PAD_m60_dam_all_p", + "PAD_m59_dam_all_p", + "PAD_m82_dam_all_p", + "PAD_m81_dam_all_p", + "PAD_m80_dam_all_p", + "PAD_m79_dam_all_p", + "PAD_mt11_dam_all_p", + "PAD_mt10_dam_all_p", + "PAD_mt9_dam_all_p", + "PAD_mt8_dam_all_p", + "PAD_mt7_dam_all_p", + "PAD_mt6_dam_all_p", + "PAD_mt5_dam_all_p", + "PAD_mt4_dam_all_p", + "PAD_mt3_dam_all_p", + "PAD_mt2_dam_all_p", + "PAD_mt1_dam_all_p", + "PAD_ms6_dam_all_p", + "PAD_ms5_dam_all_p", + "PAD_ms4_dam_all_p", + "PAD_ms3_dam_all_p", + "PAD_ms2_dam_all_p", + "PAD_ms1_dam_all_p", + "PAD_m85_dam_all_p", + "PAD_m104_dam_all_p", + "PAD_m87_dam_all_p", + "PAD_m86_dam_all_p", + "PAD_m84_dam_all_p", + "PAD_m83_dam_all_p", + "PAD_m78_dam_all_p", + "PAD_m4_dam_all_p", + "PAD_m3_dam_all_p", + "PAD_m7d_dam_all_p", + "PAD_m7c_dam_all_p", + "PAD_m7b_dam_all_p", + "PAD_m7a_dam_all_p", + "PAD_m72_dam_all_p", + "PAD_m11_dam_all_p", + "PAD_m10_dam_all_p", + "PAD_m9_dam_all_p", + "PAD_m8_dam_all_p", + "PAD_m7_dam_all_p", + "PAD_m6_dam_all_p", + "PAD_m77a_dam_all_p", + "PAD_m77_dam_all_p", + "PAD_m76_dam_all_p", + "PAD_m75_dam_all_p", + "PAD_m74_dam_all_p", + "PAD_m73_dam_all_p", + "PAD_m2_dam_all_p", + "PAD_m1_dam_all_p", + NULL +}; + + +s32 path_set_0[] = { 187, 186, 194, 193, 192, 191, 197, 199, 198, 202, 201, 200, 199, 198, 202, 190, 196, 195, 189, 188, -1 }; +s32 path_set_1[] = { 161, 160, 168, 167, 166, 165, 176, 174, 175, 171, 172, 173, 176, 174, 175, 171, 164, 170, 169, 163, 162, -1 }; +s32 path_set_2[] = { 128, 134, 133, 132, 131, 135, 134, 128, 130, 129, 130, -1 }; +s32 path_set_3[] = { 67, 64, 69, 68, 72, 71, 70, 64, 67, 65, 66, 65, -1 }; +s32 path_set_4[] = { 98, 103, 102, 99, 97, 104, 103, 102, 101, 98, 100, 105, 100, -1 }; +s32 path_set_5[] = { 35, 40, 36, 39, 28, 34, 33, 27, 26, 25, 24, 32, 31, 30, 29, -1 }; +s32 path_set_6[] = { 148, 149, 150, -1 }; +s32 path_set_7[] = { 17, 13, 5, 0, 42, 43, 44, 45, 204, 203, 185, 184, 183, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x01, 0x0000 }, + { &path_set_1, 0x01, 0x01, 0x0000 }, + { &path_set_2, 0x02, 0x01, 0x0000 }, + { &path_set_3, 0x03, 0x01, 0x0000 }, + { &path_set_4, 0x04, 0x01, 0x0000 }, + { &path_set_5, 0x05, 0x01, 0x0000 }, + { &path_set_6, 0x06, 0x00, 0x0000 }, + { &path_set_7, 0x07, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x200005fd, 0x00070400 }; +u32 ai_1[] = { 0x200105fd, 0x00070400 }; +u32 ai_2[] = { 0x200205fd, 0x00070400 }; +u32 ai_3[] = { 0x200305fd, 0x00070400 }; +u32 ai_4[] = { 0x200405fd, 0x00070400 }; +u32 ai_5[] = { 0x200505fd, 0x00070400 }; +u32 ai_6[] = { 0x200605fd, 0x00070400 }; +u32 ai_9[] = { 0xad627272, 0x6d206272, 0x726d0a00, 0xcb07cc02, 0x00007802, 0x00030100, 0x04000000 }; +u32 ai_11[] = { 0x8f002890, 0x00140200, 0x0346073a, 0x073b0732, 0x073c0701, 0x00020733, 0x35e60b35, 0x6e071400, 0x0100000a, 0x02071500, 0x0100000a, 0x020a032f, 0x04010a02, 0x04010002, 0x0b060002, 0x05fd0008, 0x04000000 }; +u32 ai_12[] = { 0x8f002890, 0x0014a0fd, 0x00000020, 0x02000346, 0x073a073b, 0x0732073c, 0x07010002, 0x073335c8, 0x07140001, 0x00000a02, 0x071a0a02, 0x0a032f04, 0x010a0204, 0x01000400 }; +u32 ai_7[] = { 0x86000000, 0x0203ae02, 0x00033c09, 0x46093a09, 0x96800701, 0x000207b3, 0x00012c08, 0x87058a08, 0x00100208, 0x01000209, 0x33020735, 0x32070e04, 0x02073564, 0x07110402, 0x07359607, 0x12040207, 0x35c80714, 0x00010000, 0x04020715, 0x00010000, 0x04020402, 0x07020b03, 0x3c29000a, 0x02292f07, 0x010b0207, 0x0109020a, 0x03020c4d, 0xfd00c823, 0x2800020d, 0x87058a07, 0x00100207, 0x94800200, 0x3335c807, 0x020eae28, 0x0f020f03, 0x2f07b400, 0x00780701, 0x0f020786, 0x00010002, 0x10ad676f, 0x696e670a, 0x0095801d, 0x0211032f, 0x07011102, 0x07ad686f, 0x6d650a00, 0x010e0400 }; +u32 ai_8[] = { 0xae020003, 0x3c2cb400, 0x00b42d01, 0x00022d03, 0x33359607, 0x52001e23, 0x282c0207, 0x0335dc07, 0x52003223, 0x282c0207, 0x0335f507, 0x52004b23, 0x282c0207, 0x0335fa07, 0x52006423, 0x282c0207, 0x035200c8, 0x23282cae, 0x0100022c, 0x0305fd00, 0x08040000 }; +u32 ai_23[] = { 0x0200035c, 0x080a5c09, 0x0b010002, 0x0a680808, 0x29010002, 0x2968090e, 0x29010002, 0x29c22c10, 0x0100020b, 0x68090829, 0x01000229, 0x68080e29, 0x01000229, 0xc22c0f01, 0x00040000 }; +u32 ai_26[] = { 0x002f0233, 0x03680804, 0x32013302, 0x36036808, 0x01306808, 0x08310136, 0x02340368, 0x08083101, 0x34023503, 0x6808022f, 0x68080432, 0x0135022f, 0xd00f0030, 0xd00f0132, 0xd0100030, 0xd0100132, 0x01330232, 0xd00f002e, 0xd00f0130, 0xd010002e, 0xd0100130, 0x01360230, 0xd00f0031, 0xd00f0130, 0xd0100031, 0xd0100130, 0x01340231, 0xd00f0030, 0xd00f012f, 0xd0100030, 0xd010012f, 0x01350400 }; +u32 ai_27[] = { 0x00300233, 0x03680904, 0x32013302, 0x36036809, 0x01306809, 0x08310136, 0x02340368, 0x09083101, 0x34023503, 0x6809022f, 0x68090432, 0x0135022f, 0xd0110030, 0xd0110132, 0xd0120030, 0xd0120132, 0x01330232, 0xd011002e, 0xd0110130, 0xd012002e, 0xd0120130, 0x01360230, 0xd0110031, 0xd0110130, 0xd0120031, 0xd0120130, 0x01340231, 0xd0110030, 0xd011012f, 0xd0120030, 0xd012012f, 0x01350400 }; +u32 ai_20[] = { 0x022a039c, 0x00000400, 0x045b0507, 0x000c0207, 0x5b040700, 0x0c02079c, 0x00000100, 0x079c0000, 0x20000758, 0x2f050a57, 0x2f0d0207, 0x012a020a, 0x9a000001, 0x00c32c08, 0xc400e300, 0xc5000500, 0x00012a02, 0x0d9a0000, 0x2000c32c, 0x21012a02, 0x07020bc3, 0x2c0e9a00, 0x00020000, 0x04020cc3, 0x2c0e9a00, 0x0008009a, 0x00000200, 0x00040204, 0x03010404 }; +u32 ai_21[] = { 0x022a039c, 0x00000100, 0x2b5b0607, 0x5b070700, 0x0b02075c, 0x06075c07, 0x07012a02, 0x07c32c0d, 0x012a022b, 0x035b0607, 0x5b070700, 0x0b02075c, 0x06075c07, 0x07012b02, 0x079c0000, 0x020004ae, 0xb7000ab9, 0xb5c32c09, 0x020a035b, 0x06075b07, 0x07000c02, 0x07b40000, 0x3c08bb00, 0x0107010a, 0x0208c400, 0xbd01c501, 0x060000ae, 0x010a0207, 0xb6b8c32c, 0x0a9a0000, 0x04000004, 0x020cc32c, 0x0b9a0000, 0x0200b6b8, 0x0004020b, 0xc32c0c9a, 0x00000200, 0x00040204, 0x03010404 }; +u32 ai_10[] = { 0xcd026c1c, 0x20020003, 0x01000400 }; +u32 ai_13[] = { 0x022a0301, 0x2a040000 }; +u32 ai_22[] = { 0x02000337, 0x07010002, 0x07f307bd, 0x25ff0074, 0x040f0000, 0x00000702, 0x0703f307, 0xbd25ff00, 0x74040f00, 0x00000007, 0x02070207, 0x020a0301, 0x0a040000 }; +u32 ai_14[] = { 0x9000148f, 0x0028bf00, 0xb8080000, 0x00000702, 0x07020406, 0x000205fd, 0x00080400 }; +u32 ai_15[] = { 0x9000148f, 0x00280200, 0x0339043a, 0x043c0437, 0x04010002, 0x04060002, 0x05fd0008, 0x04000000 }; +u32 ai_16[] = { 0xae020a03, 0xb4000168, 0x07010a02, 0x070a0063, 0xffff0060, 0x04100204, 0x03010404 }; +u32 ai_25[] = { 0x020a03cf, 0x07010a02, 0x0705f804, 0x11020403, 0x01040400 }; +u32 ai_17[] = { 0xad776865, 0x650a00d9, 0xfd014b07, 0x02079d00, 0x002000db, 0xf400ffff, 0x0a00b1ff, 0xff000324, 0x10ae0210, 0x039d0000, 0x1000b400, 0x003c0701, 0x1002070a, 0x00b10003, 0x005a0410, 0xae020a03, 0xb4000064, 0x07010a02, 0x07da020b, 0x03dc0701, 0x0b0207d5, 0x0b000100, 0x009e0000, 0x1000d9fd, 0x014b0702, 0x07db0a00, 0xb10050ff, 0xff0410ae, 0x020c039d, 0x00001000, 0xb400012c, 0x07010c02, 0x07da020d, 0x03dc0701, 0x0d0207d5, 0x0c000100, 0x009e0000, 0x1000d9fd, 0x014b0702, 0x07db0a00, 0xb10050ff, 0xff0410ae, 0x020e039d, 0x00001000, 0xb40001c2, 0x07010e02, 0x07da020f, 0x03dc0701, 0x0f020702, 0x04d20301, 0x04040000 }; +u32 ai_19[] = { 0x1e000402, 0x0a032f07, 0x010a0207, 0x05fd0408, 0x04000000 }; +u32 ai_18[] = { 0xae020003, 0xb4000078, 0x07010002, 0x070a00ac, 0x00000045, 0x0010020a, 0x032f0701, 0x0a020767, 0x081e0005, 0x020b032f, 0x07010b02, 0x07170001, 0x00000702, 0x0705fd04, 0x0c040000 }; +u32 ai_24[] = { 0x020303eb, 0x2e55014a, 0x07010302, 0x079a0000, 0x1000ecd7, 0x00e300e5, 0x0004ae02, 0x0a03d6bd, 0x9807b400, 0x015e0701, 0x0a0207da, 0x020b03dc, 0x07010b02, 0x07f10705, 0xfd000f02, 0x07ddeaed, 0x030303d5, 0x0a000100, 0x0005f804, 0x1205fd00, 0x01022e05, 0xfd000104 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00001000 }, + /* index = 21 */ + { &ai_21, 0x00001001 }, + /* index = 22 */ + { &ai_22, 0x00001002 }, + /* index = 23 */ + { &ai_23, 0x00001003 }, + /* index = 24 */ + { &ai_24, 0x00001004 }, + /* index = 25 */ + { &ai_25, 0x00001005 }, + /* index = 26 */ + { &ai_26, 0x00001006 }, + /* index = 27 */ + { &ai_27, 0x00001007 }, + /* index = 28 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/UsetupdepoZ.c b/assets/obseg/setup/UsetupdepoZ.c new file mode 100644 index 0000000..5cdac26 --- /dev/null +++ b/assets/obseg/setup/UsetupdepoZ.c @@ -0,0 +1,1617 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:11 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupdepoZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-231.0f, 29.0f, -1321.0f}, {0.0f, 1.0f, 0.0f}, {6e-06, 0.0f, 1.0f}, "p540k2", 0 }, + { {191.0f, -3.0f, -255.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, 0.866026f}, "p3445b2", 0 }, + { {580.0f, -3.0f, -1251.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p666b2", 0 }, + { {546.0f, -3.0f, -1748.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1685a1", 0 }, + { {880.0f, -3.0f, -1414.0f}, {0.0f, 1.0f, 0.0f}, {0.706031f, 0.0f, 0.708181f}, "p652b2", 0 }, + { {595.0f, -3.0f, -744.0f}, {0.0f, 1.0f, 0.0f}, {0.712212f, 0.0f, -0.701965f}, "p3416b1", 0 }, + { {-350.0f, -3.0f, -731.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p292b1", 0 }, + { {226.0f, -3.0f, -472.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3669b1", 0 }, + { {261.0f, -4.0f, -2459.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1633a2", 0 }, + { {266.0f, -4.0f, -2398.0f}, {0.0f, 1.0f, 0.0f}, {0.496862f, 0.0f, 0.86783f}, "p1633a1", 0 }, + { {412.0f, -4.0f, -2313.0f}, {0.0f, 1.0f, 0.0f}, {6e-06, 0.0f, 1.0f}, "p1639a1", 0 }, + { {541.0f, -4.0f, -2347.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1628a1", 0 }, + { {620.0f, 3.0f, -2423.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p20f", 0 }, + { {673.0f, 79.0f, -2471.0f}, {0.0f, 1.0f, 0.0f}, {0.021246f, 0.0f, 0.999774f}, "p52f2", 0 }, + { {699.0f, 19.0f, -2228.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p25f2", 0 }, + { {696.0f, 19.0f, -1928.0f}, {0.0f, 1.0f, 0.0f}, {0.25882f, 0.0f, -0.965926f}, "p1571a1", 0 }, + { {-122.0f, 0.0f, -2184.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p29h2", 0 }, + { {-68.0f, 0.0f, -2147.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p396h1", 0 }, + { {71.0f, -4.0f, -2155.0f}, {0.0f, 1.0f, 0.0f}, {-0.707112f, 0.0f, -0.707101f}, "p2h2", 0 }, + { {68.0f, -4.0f, -1997.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p11h1", 0 }, + { {421.0f, -4.0f, -1884.0f}, {0.0f, 1.0f, 0.0f}, {6.7e-05, 0.0f, 1.0f}, "p1487a", 0 }, + { {746.0f, -4.0f, -1867.0f}, {0.0f, 1.0f, 0.0f}, {0.707121f, 0.0f, 0.707092f}, "p15g2", 0 }, + { {627.0f, -4.0f, -1700.0f}, {0.0f, 1.0f, 0.0f}, {-0.499979f, 0.0f, -0.866037f}, "p9g", 0 }, + { {822.0f, -4.0f, -1693.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1g2", 0 }, + { {933.0f, -4.0f, -1718.0f}, {0.0f, 1.0f, 0.0f}, {-0.707033f, 0.0f, -0.70718f}, "p29g1", 0 }, + { {-230.0f, -4.0f, -1751.0f}, {0.0f, 1.0f, 0.0f}, {-0.258818f, 0.0f, -0.965926f}, "p381a2", 0 }, + { {-176.0f, -4.0f, -1775.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p381a2", 0 }, + { {1136.0f, -3.0f, -999.0f}, {0.0f, 1.0f, 0.0f}, {0.500001f, 0.0f, -0.866025f}, "p658b2", 0 }, + { {1163.0f, -3.0f, -1049.0f}, {0.0f, 1.0f, 0.0f}, {-0.965525f, 0.0f, 0.26031f}, "p648b2", 0 }, + { {868.0f, -3.0f, -1008.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p658b1", 0 }, + { {958.0f, -3.0f, -1062.0f}, {0.0f, 1.0f, 0.0f}, {0.712212f, 0.0f, -0.701965f}, "p3552b", 0 }, + { {1057.0f, -3.0f, -1267.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3547b", 0 }, + { {935.0f, -3.0f, -1325.0f}, {0.0f, 1.0f, 0.0f}, {-0.999982f, 0.0f, -0.006078f}, "p3528b", 0 }, + { {739.0f, -3.0f, -1261.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3655b2", 0 }, + { {729.0f, -3.0f, -1134.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3656b1", 0 }, + { {653.0f, -3.0f, -1433.0f}, {0.0f, 1.0f, 0.0f}, {0.003037f, 0.0f, 0.999995f}, "p710b2", 0 }, + { {262.0f, -3.0f, -1344.0f}, {0.0f, 1.0f, 0.0f}, {0.864842f, 0.0f, 0.502044f}, "p601b", 0 }, + { {320.0f, -3.0f, -1341.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p601b", 0 }, + { {268.0f, -3.0f, -1147.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3411b2", 0 }, + { {186.0f, -3.0f, -995.0f}, {0.0f, 1.0f, 0.0f}, {-0.999999f, 0.0f, -0.001021f}, "p8j1", 0 }, + { {26.0f, -3.0f, -992.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p17j2", 0 }, + { {52.0f, -3.0f, -1299.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p28j1", 0 }, + { {19.0f, -3.0f, -1268.0f}, {0.0f, 1.0f, 0.0f}, {-0.691575f, 0.0f, 0.722305f}, "p40j1", 0 }, + { {141.0f, -3.0f, -1297.0f}, {0.0f, 1.0f, 0.0f}, {-0.706565f, 0.0f, -0.707648f}, "p28j2", 0 }, + { {-42.0f, 0.0f, -1399.0f}, {0.0f, 1.0f, 0.0f}, {-0.237769f, 0.0f, 0.971322f}, "p315b", 0 }, + { {-441.0f, 0.0f, -1402.0f}, {0.0f, 1.0f, 0.0f}, {-7.1e-05, 0.0f, 1.0f}, "p332b", 0 }, + { {-300.0f, -3.0f, -1226.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p19k2", 0 }, + { {-170.0f, -3.0f, -1222.0f}, {0.0f, 1.0f, 0.0f}, {0.017485f, 0.0f, 0.999847f}, "p21k1", 0 }, + { {-540.0f, -3.0f, -1332.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -0.000803f}, "p29l2", 0 }, + { {-556.0f, -3.0f, -1189.0f}, {0.0f, 1.0f, 0.0f}, {-0.706565f, 0.0f, -0.707648f}, "p22l", 0 }, + { {-667.0f, -3.0f, -1204.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p10l2", 0 }, + { {-677.0f, -3.0f, -1080.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p16l1", 0 }, + { {-673.0f, -3.0f, -992.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p17l2", 0 }, + { {122.0f, -3.0f, -917.0f}, {0.0f, 1.0f, 0.0f}, {-0.865862f, 0.0f, -0.500283f}, "p364b", 0 }, + { {235.0f, -3.0f, -822.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p361b", 0 }, + { {350.0f, -3.0f, -795.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p370b", 0 }, + { {788.0f, -3.0f, -895.0f}, {0.0f, 1.0f, 0.0f}, {-0.860235f, 0.0f, 0.509898f}, "p3421b2", 0 }, + { {1026.0f, -3.0f, -946.0f}, {0.0f, 1.0f, 0.0f}, {-0.958712f, 0.0f, 0.28438f}, "p391b", 0 }, + { {1100.0f, -3.0f, -789.0f}, {0.0f, 1.0f, 0.0f}, {-0.258818f, 0.0f, -0.965926f}, "p394b", 0 }, + { {916.0f, 0.0f, -581.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707108f}, "p22i", 0 }, + { {963.0f, 0.0f, -579.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, -0.707106f}, "p22i", 0 }, + { {1020.0f, -3.0f, -785.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p17i2", 0 }, + { {861.0f, -3.0f, -784.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p8i1", 0 }, + { {889.0f, -3.0f, -435.0f}, {0.0f, 1.0f, 0.0f}, {-0.087154f, 0.0f, -0.996195f}, "p29i2", 0 }, + { {989.0f, 0.0f, -439.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p29i1", 0 }, + { {471.0f, -3.0f, -504.0f}, {0.0f, 1.0f, 0.0f}, {-0.965925f, 0.0f, -0.258821f}, "p6n1", 0 }, + { {554.0f, -3.0f, -546.0f}, {0.0f, 1.0f, 0.0f}, {0.866026f, 0.0f, -0.499999f}, "p21n2", 0 }, + { {626.0f, -3.0f, -601.0f}, {0.0f, 1.0f, 0.0f}, {-0.707166f, 0.0f, -0.707048f}, "p20n", 0 }, + { {469.0f, -3.0f, -669.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, 0.258819f}, "p15n2", 0 }, + { {-175.0f, -3.0f, -771.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p17o2", 0 }, + { {6.0f, -3.0f, -763.0f}, {0.0f, 1.0f, 0.0f}, {0.866025f, 0.0f, 0.500001f}, "p10o2", 0 }, + { {113.0f, -3.0f, -776.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p40o1", 0 }, + { {14.0f, -3.0f, -645.0f}, {0.0f, 1.0f, 0.0f}, {-0.258821f, 0.0f, 0.965925f}, "p21o2", 0 }, + { {84.0f, -3.0f, -622.0f}, {0.0f, 1.0f, 0.0f}, {0.866026f, 0.0f, -0.499999f}, "p21o1", 0 }, + { {-241.0f, -3.0f, -757.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, 0.258818f}, "p308b", 0 }, + { {-227.0f, -3.0f, -559.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p288b", 0 }, + { {-296.0f, -3.0f, -562.0f}, {0.0f, 1.0f, 0.0f}, {-0.500002f, 0.0f, 0.866025f}, "p288b", 0 }, + { {-498.0f, -3.0f, -658.0f}, {0.0f, 1.0f, 0.0f}, {0.866025f, 0.0f, 0.500001f}, "p3462b2", 0 }, + { {-504.0f, -3.0f, -501.0f}, {0.0f, 1.0f, 0.0f}, {0.499999f, 0.0f, 0.866026f}, "p286b", 0 }, + { {52.0f, -3.0f, -1299.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p28j1", 0 }, + { {-738.0f, -3.0f, -748.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p9m", 0 }, + { {-179.0f, -3.0f, -584.0f}, {0.0f, 1.0f, 0.0f}, {-0.258818f, 0.0f, -0.965926f}, "p9o", 0 }, + { {-671.0f, -3.0f, -622.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p22m", 0 }, + { {-610.0f, -3.0f, -632.0f}, {0.0f, 1.0f, 0.0f}, {0.866025f, 0.0f, 0.500001f}, "p5m", 0 }, + { {-750.0f, -3.0f, -466.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p29m2", 0 }, + { {-653.0f, -3.0f, -479.0f}, {0.0f, 1.0f, 0.0f}, {0.965904f, 0.0f, -0.2589f}, "p29m2", 0 }, + { {-579.0f, -3.0f, -548.0f}, {0.0f, 1.0f, 0.0f}, {0.500001f, 0.0f, -0.866025f}, "p38m1", 0 }, + { {-4.0f, -3.0f, -478.0f}, {0.0f, 1.0f, 0.0f}, {0.499999f, 0.0f, 0.866026f}, "p3666b2", 0 }, + { {-562.0f, -3.0f, -408.0f}, {0.0f, 1.0f, 0.0f}, {0.499999f, 0.0f, 0.866026f}, "p3685b", 0 }, + { {-534.0f, -3.0f, -364.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p284b", 0 }, + { {26.0f, -3.0f, -272.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p16b", 0 }, + { {357.0f, -3.0f, -102.0f}, {0.0f, 1.0f, 0.0f}, {0.500001f, 0.0f, -0.866025f}, "p3437b2", 0 }, + { {351.0f, -3.0f, -250.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, 0.258818f}, "p3438b2", 0 }, + { {286.0f, -3.0f, -237.0f}, {0.0f, 1.0f, 0.0f}, {-0.707108f, 0.0f, 0.707106f}, "p3438b1", 0 }, + { {334.0f, -3.0f, -368.0f}, {0.0f, 1.0f, 0.0f}, {-0.258821f, 0.0f, 0.965925f}, "p3433b1", 0 }, + { {402.0f, -3.0f, -368.0f}, {0.0f, 1.0f, 0.0f}, {0.261149f, 0.0f, 0.965298f}, "p3433b1", 0 }, + { {114.0f, -3.0f, -105.0f}, {0.0f, 1.0f, 0.0f}, {-0.866025f, 0.0f, -0.500001f}, "p3446b2", 0 }, + { {-13.0f, -3.0f, -162.0f}, {0.0f, 1.0f, 0.0f}, {-0.500001f, 0.0f, 0.866025f}, "p17b", 0 }, + { {-18.0f, -3.0f, -212.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707108f}, "p17b", 0 }, + { {206.0f, -3.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p306c", 0 }, + { {8.0f, -3.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1.6e-05}, "p286c", 0 }, + { {127.0f, -3.0f, 273.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1.6e-05}, "p296c", 0 }, + { {209.0f, -3.0f, 282.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1.6e-05}, "p310c1", 0 }, + { {66.0f, -3.0f, 180.0f}, {0.0f, 1.0f, 0.0f}, {-1.6e-05, 0.0f, 1.0f}, "p132d", 0 }, + { {64.0f, -3.0f, 257.0f}, {0.0f, 1.0f, 0.0f}, {1.6e-05, 0.0f, -1.0f}, "p162d", 0 }, + { {27.0f, -3.0f, 160.0f}, {0.0f, 1.0f, 0.0f}, {-1.6e-05, 0.0f, 1.0f}, "p133d", 0 }, + { {20.0f, -3.0f, 317.0f}, {0.0f, 1.0f, 0.0f}, {1.6e-05, 0.0f, -1.0f}, "p161d2", 0 }, + { {-95.0f, -3.0f, 318.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1.6e-05}, "p125d", 0 }, + { {-77.0f, -3.0f, 251.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1.6e-05}, "p112d1", 0 }, + { {-73.0f, -3.0f, 190.0f}, {0.0f, 1.0f, 0.0f}, {-1.6e-05, 0.0f, 1.0f}, "p121d", 0 }, + { {-108.0f, -3.0f, -1876.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p384a", 0 }, + { {111.0f, -3.0f, -1876.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p394a", 0 }, + { {279.0f, -3.0f, -1798.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1675a2", 0 }, + { {113.0f, -3.0f, -1822.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p399a", 0 }, + { {270.0f, -3.0f, -2081.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p644a", 0 }, + { {358.0f, -3.0f, -2469.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1632a", 0 }, + { {269.0f, -3.0f, -2326.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1637a2", 0 }, + { {363.0f, -3.0f, -2324.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1637a1", 0 }, + { {427.0f, -3.0f, -2336.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1639a1", 0 }, + { {422.0f, -3.0f, -2218.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1640a1", 0 }, + { {423.0f, -3.0f, -2098.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1723a", 0 }, + { {422.0f, -3.0f, -1960.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1487a", 0 }, + { {425.0f, -3.0f, -1829.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1687a", 0 }, + { {428.0f, -3.0f, -1794.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1687a", 0 }, + { {341.0f, -3.0f, -1491.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p370a1", 0 }, + { {432.0f, -3.0f, -1725.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p373a", 0 }, + { {572.0f, -3.0f, -1790.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, -1.0f}, "p1685a2", 0 }, + { {574.0f, -3.0f, -1950.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1161a", 0 }, + { {678.0f, 9.0f, -2101.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, -1.0f}, "p750a2", 0 }, + { {790.0f, 18.0f, -2048.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1572a", 0 }, + { {844.0f, 18.0f, -2085.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p756a", 0 }, + { {1026.0f, 18.0f, -2414.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1481a", 0 }, + { {1025.0f, 18.0f, -2443.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1480a1", 0 }, + { {696.0f, 9.0f, -2254.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p25f2", 0 }, + { {661.0f, 9.0f, -2238.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p23f1", 0 }, + { {641.0f, 9.0f, -2161.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p385f2", 0 }, + { {676.0f, 9.0f, -2133.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p385f2", 0 }, + { {692.0f, 9.0f, -2333.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p22f", 0 }, + { {768.0f, 9.0f, -2368.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1f2", 0 }, + { {571.0f, 9.0f, -2369.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p10f1", 0 }, + { {768.0f, 64.0f, -2462.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p52f2", 0 }, + { {570.0f, 64.0f, -2463.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p52f1", 0 }, + { {216.0f, -3.0f, -1982.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p18h", 0 }, + { {24.0f, 0.0f, -1984.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p10h1", 0 }, + { {-123.0f, 0.0f, -1985.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p29h1", 0 }, + { {-116.0f, 0.0f, -2167.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p29h2", 0 }, + { {26.0f, 0.0f, -2173.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1h1", 0 }, + { {212.0f, -3.0f, -2174.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p9h", 0 }, + { {227.0f, -3.0f, -2079.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p385h2", 0 }, + { {606.0f, -3.0f, -1787.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p385g2", 0 }, + { {746.0f, -3.0f, -1780.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p24g", 0 }, + { {836.0f, -3.0f, -1765.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p21g2", 0 }, + { {368.0f, -3.0f, -979.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p584b1", 0 }, + { {378.0f, -3.0f, -1151.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p596b", 0 }, + { {387.0f, -3.0f, -1246.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p592b", 0 }, + { {670.0f, -3.0f, -1130.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p712b1", 0 }, + { {675.0f, -3.0f, -1246.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p711b1", 0 }, + { {670.0f, -3.0f, -1387.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p710b1", 0 }, + { {658.0f, -3.0f, -1433.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p710b2", 0 }, + { {518.0f, -3.0f, -1417.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p3391b1", 0 }, + { {344.0f, -3.0f, -1454.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p606b", 0 }, + { {755.0f, -3.0f, -1072.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p657b2", 0 }, + { {702.0f, -3.0f, -1130.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p656b", 0 }, + { {706.0f, -3.0f, -1248.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p628b", 0 }, + { {706.0f, -3.0f, -1387.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p617b1", 0 }, + { {991.0f, -3.0f, -1408.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p652b2", 0 }, + { {878.0f, -3.0f, -1307.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3531b", 0 }, + { {898.0f, -3.0f, -1076.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p3548b", 0 }, + { {1002.0f, -3.0f, -1124.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3553b", 0 }, + { {1108.0f, -3.0f, -1118.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p3558b", 0 }, + { {1143.0f, -3.0f, -1322.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p3544b", 0 }, + { {1143.0f, -3.0f, -1396.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p652b1", 0 }, + { {182.0f, -3.0f, -478.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p3668b2", 0 }, + { {9.0f, -3.0f, -455.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p3667b1", 0 }, + { {-38.0f, -3.0f, -409.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p147b", 0 }, + { {-117.0f, -3.0f, -409.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p176b", 0 }, + { {-467.0f, -3.0f, -420.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p285b", 0 }, + { {-404.0f, -3.0f, -498.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p3456b1", 0 }, + { {-401.0f, -3.0f, -566.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p282b2", 0 }, + { {-330.0f, -3.0f, -561.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p282b1", 0 }, + { {-393.0f, -3.0f, -672.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p282b2", 0 }, + { {-224.0f, -3.0f, -687.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p287b", 0 }, + { {-240.0f, -3.0f, -825.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p307b", 0 }, + { {-445.0f, -3.0f, -807.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p3465b1", 0 }, + { {-650.0f, -3.0f, -822.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p296b", 0 }, + { {-572.0f, -3.0f, -943.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p299b", 0 }, + { {-232.0f, -3.0f, -942.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p302b", 0 }, + { {53.0f, -3.0f, -876.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p358b", 0 }, + { {112.0f, -3.0f, -947.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p364b", 0 }, + { {208.0f, -3.0f, -885.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p363b", 0 }, + { {366.0f, -3.0f, -949.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p367b", 0 }, + { {474.0f, -3.0f, -843.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p369b", 0 }, + { {567.0f, -3.0f, -845.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p3415b1", 0 }, + { {825.0f, -3.0f, -903.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p388b", 0 }, + { {943.0f, -3.0f, -821.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p385b2", 0 }, + { {1041.0f, -3.0f, -914.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p390b", 0 }, + { {1088.0f, -3.0f, -818.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p394b", 0 }, + { {20.0f, -3.0f, -1280.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p40j1", 0 }, + { {26.0f, -3.0f, -1155.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p11j1", 0 }, + { {202.0f, -3.0f, -1281.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p33j2", 0 }, + { {200.0f, -3.0f, -1154.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p2j2", 0 }, + { {112.0f, -3.0f, -1136.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p24j", 0 }, + { {112.0f, -3.0f, -989.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p385j2", 0 }, + { {-150.0f, -3.0f, -1012.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p9k", 0 }, + { {-234.0f, -3.0f, -983.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p385k2", 0 }, + { {-316.0f, -3.0f, -1002.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p17k2", 0 }, + { {-324.0f, -3.0f, -1164.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p10k2", 0 }, + { {-139.0f, -3.0f, -1161.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1k1", 0 }, + { {-332.0f, 30.0f, -1319.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p540k1", 0 }, + { {-135.0f, 30.0f, -1317.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p540k2", 0 }, + { {-570.0f, -3.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p385l2", 0 }, + { {-554.0f, -3.0f, -1013.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p385l1", 0 }, + { {-553.0f, -3.0f, -1081.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p25l2", 0 }, + { {-551.0f, -3.0f, -1198.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p21l2", 0 }, + { {-622.0f, -3.0f, -1203.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p19l1", 0 }, + { {-618.0f, -3.0f, -1326.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p29l1", 0 }, + { {-737.0f, -3.0f, -630.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1m1", 0 }, + { {-720.0f, -3.0f, -773.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p8m1", 0 }, + { {-651.0f, -3.0f, -782.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p385m2", 0 }, + { {-562.0f, -3.0f, -774.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p17m2", 0 }, + { {-562.0f, -3.0f, -632.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p12m", 0 }, + { {-570.0f, -3.0f, -476.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p29m1", 0 }, + { {-734.0f, -3.0f, -471.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p29m2", 0 }, + { {142.0f, -3.0f, -635.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p29o1", 0 }, + { {133.0f, -3.0f, -768.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p29o1", 0 }, + { {-145.0f, -3.0f, -766.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p18o", 0 }, + { {-195.0f, -3.0f, -685.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p385o2", 0 }, + { {305.0f, -3.0f, -588.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p169b", 0 }, + { {257.0f, -3.0f, -480.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p163b", 0 }, + { {256.0f, -3.0f, -262.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p3443b1", 0 }, + { {289.0f, -3.0f, -360.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p3432b1", 0 }, + { {392.0f, -3.0f, -354.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p3433b1", 0 }, + { {385.0f, -3.0f, -240.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p3436b2", 0 }, + { {222.0f, -3.0f, -237.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p3442b", 0 }, + { {97.0f, -3.0f, -112.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p19b", 0 }, + { {105.0f, -3.0f, -246.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p16b", 0 }, + { {-37.0f, -3.0f, -268.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p16b", 0 }, + { {408.0f, -3.0f, -499.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p7n2", 0 }, + { {547.0f, -3.0f, -494.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p1n1", 0 }, + { {555.0f, -3.0f, -678.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p10n2", 0 }, + { {409.0f, -3.0f, -673.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p18n", 0 }, + { {339.0f, -3.0f, -591.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p385n2", 0 }, + { {943.0f, -3.0f, -777.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p385i2", 0 }, + { {1035.0f, -3.0f, -718.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p16i1", 0 }, + { {856.0f, -3.0f, -714.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p9i", 0 }, + { {853.0f, -3.0f, -640.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2i2", 0 }, + { {1032.0f, -3.0f, -637.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p11i1", 0 }, + { {856.0f, 0.0f, -523.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p32i1", 0 }, + { {1030.0f, 0.0f, -520.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p39i2", 0 }, + { {854.0f, 0.0f, -433.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p29i2", 0 }, + { {1025.0f, 0.0f, -430.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p29i1", 0 }, + { {100.0f, -3.0f, 42.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p292c", 0 }, + { {99.0f, -3.0f, 182.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p467c2", 0 }, + { {100.0f, -3.0f, 212.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p475c1", 0 }, + { {56.0f, -3.0f, 211.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p132d", 0 }, + { {3.0f, -3.0f, 305.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p161d2", 0 }, + { {-35.0f, -3.0f, 305.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p161d1", 0 }, + { {-35.0f, -3.0f, 268.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p115d", 0 }, + { {-34.0f, 18.0f, 170.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p9d2", 0 }, + { {-96.0f, 42.0f, 168.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p35e", 0 }, + { {-91.0f, 42.0f, 256.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p178e2", 0 }, + { {-18.0f, 42.0f, 288.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p41e", 0 }, + { {20.0f, 42.0f, 260.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p26e2", 0 }, + { {-117.0f, 42.0f, 299.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p31e2", 0 }, + { {-159.0f, 42.0f, 299.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p932c", 0 }, + { {-159.0f, -3.0f, 158.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1024c1", 0 }, + { {-271.0f, 0.0f, 22.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p47c2", 0 }, + { {-525.0f, 0.0f, 21.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p49c2", 0 }, + { {-271.0f, 0.0f, -23.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p3027c1", 0 }, + { {-525.0f, 0.0f, -24.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p3029c2", 0 }, + { {-391.0f, 0.0f, -24.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p3028c2", 0 }, + { {-390.0f, 0.0f, -113.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p885p2", 0 }, + { {911.0f, 19.0f, -2473.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1480a2", 0 }, + { {-385.0f, -3.0f, -115.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p885p1", 0 }, + { {-342.0f, -3.0f, -124.0f}, {0.0f, 1.0f, 0.0f}, {-0.866026f, 0.0f, 0.499999f}, "p886p2", 0 }, + { {-430.0f, -3.0f, -124.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p964p1", 0 }, + { {-384.0f, -3.0f, -103.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p885p1", 0 }, + { {-327.0f, -3.0f, -115.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p886p2", 0 }, + { {-385.0f, -29.0f, -93.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1109p2", 0 }, + { {-460.0f, -3.0f, -119.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p964p1", 0 }, + { {-431.0f, -3.0f, -119.0f}, {0.0f, 1.0f, 0.0f}, {0.499999f, 0.0f, 0.866026f}, "p964p1", 0 }, + { {-376.0f, -3.0f, -120.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p885p1", 0 }, + { {918.0f, 0.0f, -628.0f}, {0.0f, 1.0f, 0.0f}, {-0.017454f, 0.0f, 0.999848f}, "p24i", 0 }, + { {971.0f, 0.0f, -628.0f}, {0.0f, 1.0f, 0.0f}, {-0.017454f, 0.0f, 0.999848f}, "p24i", 0 }, + { {949.0f, 5.0f, -464.0f}, {0.0f, 1.0f, 0.0f}, {-0.46606f, 0.0f, 0.884753f}, "p29i1", 0 }, + { {984.0f, -5.0f, -548.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p19i1", 0 }, + { {949.0f, -5.0f, -478.0f}, {0.0f, 1.0f, 0.0f}, {-0.483963f, 0.0f, 0.875088f}, "p28i2", 0 }, + { {925.0f, -5.0f, -561.0f}, {0.0f, 1.0f, 0.0f}, {-0.118558f, 0.0f, 0.992947f}, "p21i2", 0 }, + { {890.0f, -5.0f, -487.0f}, {0.0f, 1.0f, 0.0f}, {0.720012f, 0.0f, 0.693962f}, "p396i1", 0 }, + { {984.0f, 5.0f, -530.0f}, {1.2e-05, 1.0f, 5.8e-05}, {-0.205846f, 5.9e-05, -0.978584f}, "p19i1", 0 }, + { {982.0f, 5.0f, -538.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005066f, 2.4e-05, -0.999987f}, "p19i1", 0 }, + { {982.0f, -5.0f, -532.0f}, {0.0f, 1.0f, 4.9e-05}, {-0.000142f, 5e-05, -1.0f}, "p19i1", 0 }, + { {939.0f, 5.0f, -461.0f}, {-3.2e-05, 1.0f, 4.9e-05}, {0.546408f, 5.9e-05, -0.837519f}, "p29i1", 0 }, + { {941.0f, 5.0f, -468.0f}, {-1.7e-05, 1.0f, 1.7e-05}, {0.71068f, 2.4e-05, -0.703515f}, "p28i1", 0 }, + { {947.0f, -5.0f, -463.0f}, {0.0f, 1.0f, 4.9e-05}, {-0.000142f, 5e-05, -1.0f}, "p29i1", 0 }, + { {930.0f, 5.0f, -544.0f}, {1.2e-05, 1.0f, 5.8e-05}, {-0.205846f, 5.9e-05, -0.978584f}, "p21i2", 0 }, + { {929.0f, 5.0f, -551.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005066f, 2.4e-05, -0.999987f}, "p21i2", 0 }, + { {924.0f, -5.0f, -546.0f}, {0.0f, 1.0f, 4.9e-05}, {-0.000142f, 5e-05, -1.0f}, "p21i2", 0 }, + { {902.0f, 5.0f, -471.0f}, {1.2e-05, 1.0f, 5.8e-05}, {-0.205846f, 5.9e-05, -0.978584f}, "p28i2", 0 }, + { {901.0f, 5.0f, -478.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005066f, 2.4e-05, -0.999987f}, "p28i2", 0 }, + { {900.0f, -5.0f, -473.0f}, {0.0f, 1.0f, 4.9e-05}, {-0.000142f, 5e-05, -1.0f}, "p28i2", 0 }, + { {1044.0f, 99.0f, -431.0f}, {0.0f, -1.0f, 0.0f}, {-0.5f, 0.0f, -0.866025f}, "p29i1", 0 }, + { {-185.0f, -5.0f, -1246.0f}, {2.9e-05, 1.0f, -1.6e-05}, {-0.865954f, 3.3e-05, 0.500123f}, "p21k2", 0 }, + { {-193.0f, -5.0f, -1121.0f}, {0.0f, 1.0f, 3.3e-05}, {-0.000142f, 3.3e-05, -1.0f}, "p25k2", 0 }, + { {-284.0f, -5.0f, -1251.0f}, {-2.9e-05, 1.0f, -1.7e-05}, {0.866097f, 3.3e-05, 0.499876f}, "p19k1", 0 }, + { {-281.0f, -5.0f, -1121.0f}, {0.0f, 1.0f, 3.3e-05}, {-0.000142f, 3.3e-05, -1.0f}, "p23k1", 0 }, + { {-191.0f, -1.0f, -1121.0f}, {-1.5e-05, 1.0f, 4e-06}, {0.967225f, 1.6e-05, -0.253922f}, "p25k2", 0 }, + { {-203.0f, -1.0f, -1121.0f}, {-1.5e-05, 1.0f, 4e-06}, {0.967225f, 1.6e-05, -0.253922f}, "p25k2", 0 }, + { {-183.0f, -1.0f, -1121.0f}, {-1.5e-05, 1.0f, 4e-06}, {0.967225f, 1.6e-05, -0.253922f}, "p25k2", 0 }, + { {-269.0f, -1.0f, -1124.0f}, {-1.5e-05, 1.0f, 4e-06}, {0.967225f, 1.6e-05, -0.253922f}, "p23k1", 0 }, + { {-273.0f, -1.0f, -1119.0f}, {-1.5e-05, 1.0f, 4e-06}, {0.967225f, 1.6e-05, -0.253922f}, "p23k1", 0 }, + { {-281.0f, -1.0f, -1125.0f}, {-1.5e-05, 1.0f, 4e-06}, {0.967225f, 1.6e-05, -0.253922f}, "p23k1", 0 }, + { {-287.0f, -1.0f, -1118.0f}, {-1.5e-05, 1.0f, 4e-06}, {0.967225f, 1.6e-05, -0.253922f}, "p23k1", 0 }, + { {-294.0f, -1.0f, -1123.0f}, {-1.5e-05, 1.0f, 4e-06}, {0.967225f, 1.6e-05, -0.253922f}, "p23k2", 0 }, + { {-285.0f, -1.0f, -1235.0f}, {4e-06, 1.0f, -1.5e-05}, {-0.263792f, 1.6e-05, 0.96458f}, "p19k1", 0 }, + { {-291.0f, -1.0f, -1244.0f}, {4e-06, 1.0f, -1.5e-05}, {-0.263792f, 1.6e-05, 0.96458f}, "p19k1", 0 }, + { {-281.0f, -1.0f, -1248.0f}, {4e-06, 1.0f, -1.5e-05}, {-0.263792f, 1.6e-05, 0.96458f}, "p19k1", 0 }, + { {-285.0f, -1.0f, -1256.0f}, {4e-06, 1.0f, -1.5e-05}, {-0.263792f, 1.6e-05, 0.96458f}, "p19k1", 0 }, + { {-276.0f, -1.0f, -1262.0f}, {4e-06, 1.0f, -1.5e-05}, {-0.263792f, 1.6e-05, 0.96458f}, "p19k1", 0 }, + { {-193.0f, -1.0f, -1254.0f}, {8e-06, 1.0f, 1.4e-05}, {-0.495532f, 1.6e-05, -0.86859f}, "p21k2", 0 }, + { {-189.0f, -1.0f, -1244.0f}, {8e-06, 1.0f, 1.4e-05}, {-0.495532f, 1.6e-05, -0.86859f}, "p21k2", 0 }, + { {-181.0f, -1.0f, -1241.0f}, {8e-06, 1.0f, 1.4e-05}, {-0.495532f, 1.6e-05, -0.86859f}, "p21k2", 0 }, + { {-183.0f, -1.0f, -1231.0f}, {8e-06, 1.0f, 1.4e-05}, {-0.495532f, 1.6e-05, -0.86859f}, "p21k2", 0 }, + { {-221.0f, -1.0f, -1127.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p24k", 0 }, + { {-239.0f, -1.0f, -1127.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p24k", 0 }, + { {-256.0f, -1.0f, -1126.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p24k", 0 }, + { {-257.0f, -1.0f, -1249.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p20k", 0 }, + { {-240.0f, -1.0f, -1250.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p20k", 0 }, + { {-223.0f, -1.0f, -1251.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p20k", 0 }, + { {-178.0f, -1.0f, -1153.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p25k2", 0 }, + { {-196.0f, -1.0f, -1152.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p24k", 0 }, + { {-213.0f, -1.0f, -1151.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p24k", 0 }, + { {-296.0f, -1.0f, -1152.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p15k2", 0 }, + { {-279.0f, -1.0f, -1153.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p24k", 0 }, + { {-261.0f, -1.0f, -1153.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p24k", 0 }, + { {-206.0f, -1.0f, -1217.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p21k2", 0 }, + { {-224.0f, -1.0f, -1217.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p21k2", 0 }, + { {-241.0f, -1.0f, -1216.0f}, {-1.6e-05, 1.0f, 0.0f}, {0.999987f, 1.6e-05, 0.005151f}, "p22k", 0 }, + { {-222.0f, -1.0f, -1186.0f}, {0.0f, 1.0f, 1.6e-05}, {0.005151f, 1.6e-05, -0.999987f}, "p22k", 0 }, + { {-192.0f, -1.0f, -1194.0f}, {0.0f, 1.0f, 1.6e-05}, {0.005151f, 1.6e-05, -0.999987f}, "p21k2", 0 }, + { {-191.0f, -1.0f, -1177.0f}, {0.0f, 1.0f, 1.6e-05}, {0.005151f, 1.6e-05, -0.999987f}, "p22k", 0 }, + { {59.0f, 27.0f, 228.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p45e1", 0 }, + { {261.0f, -4.0f, -2484.0f}, {0.0f, 1.0f, 0.0f}, {6e-06, 0.0f, 1.0f}, "p1633a2", 0 }, + { {-125.0f, 0.0f, -2072.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p29h2", 0 }, + { {-115.0f, -4.0f, -1745.0f}, {0.0f, 1.0f, 0.0f}, {-0.258818f, 0.0f, -0.965926f}, "p383a", 0 }, + { {966.0f, -4.0f, -1751.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p29g2", 0 }, + { {1007.0f, 11.0f, -1925.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1568a1", 0 }, + { {1132.0f, -3.0f, -1361.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3546b", 0 }, + { {332.0f, -3.0f, -110.0f}, {0.0f, 1.0f, 0.0f}, {-0.707108f, 0.0f, 0.707106f}, "p3437b2", 0 }, + { {575.0f, -3.0f, -590.0f}, {0.0f, 1.0f, 0.0f}, {-0.965926f, 0.0f, 0.258819f}, "p22n", 0 }, + { {146.0f, -3.0f, -723.0f}, {0.0f, 1.0f, 0.0f}, {-0.258821f, 0.0f, 0.965925f}, "p29o1", 0 }, + { {-666.0f, -3.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p29m2", 0 }, + { {-128.0f, 0.0f, 50.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p91c", 0 }, + { {-429.0f, -3.0f, -393.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p285b", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {721.0f, 0.0f, -2181.0f}, {0.0f, 1.0f, -0.000329f}, {8e-06, -0.000344f, -1.0f}, "p385f1", 0, {-56.00021f, 56.000286f, -0.00724f, 112.01118f, -22.038992f, 34.000473f} }, + { {618.0f, 0.0f, -2301.0f}, {0.0f, 1.0f, -0.000364f}, {-7e-06, 0.000349f, 1.0f}, "p24f", 0, {-56.00018f, 56.000248f, -0.012382f, 112.008f, -22.000406f, 34.039444f} }, + { {670.0f, -12.0f, -1867.0f}, {0.0f, 1.0f, -0.000364f}, {-7e-06, 0.000349f, 1.0f}, "p18g", 0, {-57.00018f, 56.000248f, -0.012383f, 113.008f, -22.000406f, 34.039803f} }, + { {924.0f, -12.0f, -1819.0f}, {-0.000364f, 1.0f, 0.0f}, {1.0f, 0.000349f, 7e-06}, "p28g1", 0, {-56.00018f, 56.000248f, -0.012382f, 113.008f, -22.000406f, 34.039795f} }, + { {354.0f, -12.0f, -1756.0f}, {0.0f, 1.0f, -0.000329f}, {7e-06, -0.000344f, -1.0f}, "p1668a", 0, {-56.000183f, 56.000248f, -0.00724f, 113.01118f, -22.039268f, 34.000404f} }, + { {-630.0f, -53.0f, -1036.0f}, {0.0f, 1.0f, -0.000328f}, {-0.000147f, -0.000344f, -1.0f}, "p385l1", 0, {-56.00501f, 56.003235f, -0.00723f, 113.01116f, -22.047062f, 34.00823f} }, + { {-633.0f, -53.0f, -1159.0f}, {0.0f, 1.0f, -0.000364f}, {-7e-06, 0.000349f, 1.0f}, "p5l", 0, {-56.00018f, 57.000248f, -0.012382f, 113.008f, -22.000414f, 34.039795f} }, + { {-237.0f, -53.0f, -1062.0f}, {0.0f, 1.0f, 0.000364f}, {9e-06, 0.000349f, -1.0f}, "p26k", 0, {-56.00021f, 56.000294f, -0.012382f, 112.987625f, -22.00048f, 34.039867f} }, + { {29.0f, -29.0f, -1075.0f}, {0.000328f, 1.0f, 0.0f}, {1.0f, -0.000344f, 6e-06}, "p18j", 0, {-56.000156f, 56.00021f, -0.007562f, 112.01116f, -23.000345f, 34.000347f} }, + { {188.0f, -29.0f, -1065.0f}, {0.000364f, 1.0f, 0.0f}, {-1.0f, 0.000349f, -7e-06}, "p9j", 0, {-56.00019f, 56.00025f, -0.012382f, 145.008f, -22.000414f, 34.050957f} }, + { {1065.0f, -12.0f, -1043.0f}, {0.000327f, 1.0f, 0.0f}, {-1.0f, 0.000314f, -7e-06}, "p3559b", 0, {-56.00019f, 56.000248f, -0.010817f, 101.00754f, -23.000414f, 33.032097f} }, + { {831.0f, -12.0f, -1129.0f}, {0.0f, 1.0f, -0.000327f}, {-7e-06, 0.000314f, 1.0f}, "p2990b", 0, {-57.000187f, 56.000244f, -0.010817f, 101.00754f, -23.000406f, 33.032097f} }, + { {1060.0f, -12.0f, -1355.0f}, {0.0f, 1.0f, -0.000296f}, {8e-06, -0.00031f, -1.0f}, "p3547b", 0, {-56.000206f, 56.00029f, -0.006516f, 101.010056f, -22.031736f, 34.000473f} }, + { {947.0f, -29.0f, -699.0f}, {0.0f, 1.0f, -0.000329f}, {8e-06, -0.000344f, -1.0f}, "p26i", 0, {-56.00021f, 56.000286f, -0.007568f, 112.01118f, -23.000473f, 34.000473f} }, + { {49.0f, -53.0f, -721.0f}, {0.0f, 1.0f, -0.000364f}, {-7e-06, 0.000349f, 1.0f}, "p19o1", 0, {-56.00019f, 56.00024f, -0.012019f, 113.00836f, -23.000406f, 33.039795f} }, + { {-46.0f, -53.0f, -655.0f}, {0.000364f, 1.0f, 0.0f}, {-1.0f, 0.000349f, -7e-06}, "p24o", 0, {-56.00019f, 56.00025f, -0.012382f, 113.00836f, -23.000414f, 34.039803f} }, + { {110.0f, -12.0f, -2089.0f}, {0.0f, 1.0f, -0.000218f}, {-5e-06, 0.000209f, 1.0f}, "p24h", 0, {-58.00019f, 57.00026f, -0.011363f, 104.98865f, -35.000282f, 52.022247f} }, + { {733.0f, -12.0f, -1725.0f}, {0.0f, 1.0f, -0.000243f}, {-5e-06, 0.000232f, 1.0f}, "p25g1", 0, {-57.000195f, 58.00026f, -0.012625f, 116.00848f, -35.000286f, 52.027237f} }, + { {-536.0f, -53.0f, -1273.0f}, {0.0f, 1.0f, -0.000243f}, {-5e-06, 0.000232f, 1.0f}, "p20l", 0, {-58.000195f, 57.00026f, -0.012625f, 116.0085f, -35.000282f, 52.02724f} }, + { {112.0f, -29.0f, -1227.0f}, {0.0f, 1.0f, -0.000243f}, {-5e-06, 0.000232f, 1.0f}, "p20j", 0, {-58.000195f, 58.00026f, -0.012625f, 115.0085f, -35.000286f, 52.02701f} }, + { {948.0f, -12.0f, -1255.0f}, {0.0f, 1.0f, -0.000218f}, {-5e-06, 0.000209f, 1.0f}, "p3535b", 0, {-58.00019f, 58.00026f, -0.011363f, 104.007645f, -35.000286f, 52.022038f} }, + { {-643.0f, -53.0f, -557.0f}, {0.000243f, 1.0f, 0.0f}, {-1.0f, 0.000232f, -5e-06}, "p20m", 0, {-58.000187f, 58.000244f, -0.012625f, 116.0085f, -35.00027f, 52.027225f} }, + { {-50.0f, -12.0f, -2093.0f}, {0.0f, 1.0f, -0.000182f}, {-4e-06, 0.000174f, 1.0f}, "p20h", 0, {-52.00017f, 53.000225f, -0.01129f, 105.007645f, -42.00019f, 62.018486f} }, + { {481.0f, -53.0f, -598.0f}, {0.0f, 1.0f, -0.000182f}, {-4e-06, 0.000174f, 1.0f}, "p24n", 0, {-53.00017f, 52.000225f, -0.01129f, 105.007645f, -42.000187f, 62.01849f} }, + { {-641.0f, -53.0f, -709.0f}, {0.0f, 1.0f, -0.000182f}, {-4e-06, 0.000174f, 1.0f}, "p26m", 0, {-52.00017f, 53.00023f, -0.011472f, 105.00763f, -42.00019f, 63.018486f} }, + { {706.0f, 12.0f, -2119.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1655a1", 0, {-1.0f, 1.0f, -1.0f, 75.0f, -12.0f, 55.0f} }, + { {249.0f, 1.0f, -2120.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p648a", 0, {-1.0f, 1.0f, -1.0f, 75.0f, -13.0f, 55.0f} }, + { {593.0f, 1.0f, -1750.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p385g2", 0, {-1.0f, 1.0f, -1.0f, 75.0f, -13.0f, 55.0f} }, + { {690.0f, 1.0f, -1278.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3659b2", 0, {-1.0f, 1.0f, -2.0f, 72.0f, -13.0f, 58.0f} }, + { {690.0f, 1.0f, -1165.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3658b2", 0, {-1.0f, 1.0f, -9.0f, 64.0f, -13.0f, 58.0f} }, + { {690.0f, 1.0f, -1037.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3657b2", 0, {-1.0f, 1.0f, -1.0f, 72.0f, -13.0f, 58.0f} }, + { {905.0f, -17.0f, -798.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p385i2", 0, {0.0f, 1.0f, -1.0f, 75.0f, -12.0f, 55.0f} }, + { {148.0f, -17.0f, -972.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3479b1", 0, {-1.0f, 1.0f, -2.0f, 75.0f, -12.0f, 55.0f} }, + { {-198.0f, -40.0f, -972.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3481b1", 0, {-1.0f, 1.0f, -1.0f, 75.0f, -13.0f, 55.0f} }, + { {-544.0f, -40.0f, -972.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3484b1", 0, {-1.0f, 1.0f, -1.0f, 75.0f, -13.0f, 55.0f} }, + { {-688.0f, -40.0f, -800.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p385m2", 0, {-1.0f, 0.0f, -2.0f, 75.0f, -13.0f, 55.0f} }, + { {-205.0f, -40.0f, -647.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p385o2", 0, {-1.0f, 1.0f, -1.0f, 75.0f, -13.0f, 55.0f} }, + { {329.0f, -40.0f, -556.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p385n2", 0, {-1.0f, 1.0f, -1.0f, 75.0f, -13.0f, 55.0f} }, + { {-301.0f, -40.0f, 1.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p47c1", 0, {-1.0f, 0.0f, -1.0f, 57.0f, -13.0f, 58.0f} }, + { {-549.0f, -40.0f, 1.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p49c1", 0, {-1.0f, 0.0f, -1.0f, 58.0f, -13.0f, 58.0f} }, + { {-84.0f, -40.0f, 140.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p88c2", 0, {-1.0f, 1.0f, -1.0f, 58.0f, -13.0f, 58.0f} }, + { {321.0f, -17.0f, -1482.0f}, {0.999998f, 0.0f, -0.002122f}, {0.0f, 1.0f, 0.0f}, "p605b", 0, {-1.002119f, 1.065768f, -1.002119f, 31.002052f, -12.0f, 40.0f} }, + { {384.0f, -17.0f, -1482.0f}, {-0.999998f, 0.0f, -0.002086f}, {0.0f, 1.0f, 0.0f}, "p3390b2", 0, {-1.066741f, 0.999998f, -0.002086f, 32.002018f, -12.0f, 40.0f} }, + { {-136.0f, -40.0f, 307.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p998c1", 0, {-2.0f, 2.0f, -1.0f, 22.000002f, -13.0f, 40.0f} }, + { {-137.0f, 36.0f, 307.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1028c2", 0, {-1.0f, 1.0f, -1.0f, 21.999998f, -13.0f, 40.0f} }, + { {74.0f, -40.0f, 222.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p6d1", 0, {-1.0f, 1.0f, -1.0f, 21.999998f, -13.0f, 40.0f} }, + { {-417.0f, -32.0f, -90.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1109p1", 0, {-2.0f, 2.0f, 0.0f, 33.0f, -14.0f, 30.000002f} }, + { {-352.0f, -32.0f, -90.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1109p2", 0, {-2.0f, 2.0f, -1.0f, 31.999998f, -14.0f, 30.000002f} }, + { {985.0f, 52.0f, -427.0f}, {-2e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p29i2", 0, {-102.000015f, 9.999987f, -8.000017f, -7.999827f, -50.999996f, 16.999998f} }, + { {61.0f, 23.0f, 231.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p46e2", 0, {-10.000001f, 9.0f, 0.0f, 19.0f, -9.0f, 9.0f} }, + { {54.0f, 33.0f, 239.0f}, {-1.4e-05, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p46e1", 0, {-2.0f, 2.000219f, -2.7e-05, 16.000027f, -8.0f, 8.0f} }, + { {31.0f, 23.0f, 188.0f}, {0.0f, 1.0f, 4e-05}, {-0.000142f, 4e-05, -1.0f}, "p43e2", 0, {-19.001425f, 19.000996f, -0.000401f, 12.000281f, -7.002704f, 10.003186f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 12297, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 12298, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 12299, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 12300, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 12301, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 12303, 2, + /* Type = ObjectiveDestroyObject; index = 6 */ + _mkword(0, _mkshort(0, 25)), 10, + /* Type = ObjectiveDestroyObject; index = 7 */ + _mkword(0, _mkshort(0, 25)), 11, + /* Type = ObjectiveDestroyObject; index = 8 */ + _mkword(0, _mkshort(0, 25)), 12, + /* Type = ObjectiveDestroyObject; index = 9 */ + _mkword(0, _mkshort(0, 25)), 13, + /* Type = ObjectiveDestroyObject; index = 10 */ + _mkword(0, _mkshort(0, 25)), 14, + /* Type = ObjectiveDestroyObject; index = 11 */ + _mkword(0, _mkshort(0, 25)), 15, + /* Type = ObjectiveDestroyObject; index = 12 */ + _mkword(0, _mkshort(0, 25)), 16, + /* Type = ObjectiveDestroyObject; index = 13 */ + _mkword(0, _mkshort(0, 25)), 17, + /* Type = ObjectiveDestroyObject; index = 14 */ + _mkword(0, _mkshort(0, 25)), 18, + /* Type = ObjectiveDestroyObject; index = 15 */ + _mkword(0, _mkshort(0, 25)), 19, + /* Type = ObjectiveDestroyObject; index = 16 */ + _mkword(0, _mkshort(0, 25)), 20, + /* Type = ObjectiveDestroyObject; index = 17 */ + _mkword(0, _mkshort(0, 25)), 21, + /* Type = ObjectiveDestroyObject; index = 18 */ + _mkword(0, _mkshort(0, 25)), 22, + /* Type = ObjectiveDestroyObject; index = 19 */ + _mkword(0, _mkshort(0, 25)), 23, + /* Type = ObjectiveDestroyObject; index = 20 */ + _mkword(0, _mkshort(0, 25)), 24, + /* Type = ObjectiveDestroyObject; index = 21 */ + _mkword(0, _mkshort(0, 25)), 25, + /* Type = ObjectiveDestroyObject; index = 22 */ + _mkword(0, _mkshort(0, 25)), 26, + /* Type = ObjectiveEnd; index = 23 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 24 */ + _mkword(0, _mkshort(0, 23)), 1, 12304, 1, + /* Type = ObjectiveDestroyObject; index = 25 */ + _mkword(0, _mkshort(0, 25)), 1, + /* Type = ObjectiveDestroyObject; index = 26 */ + _mkword(0, _mkshort(0, 25)), 2, + /* Type = ObjectiveDestroyObject; index = 27 */ + _mkword(0, _mkshort(0, 25)), 3, + /* Type = ObjectiveEnd; index = 28 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 29 */ + _mkword(0, _mkshort(0, 23)), 2, 12305, 1, + /* Type = ObjectiveCollectObject; index = 30 */ + _mkword(0, _mkshort(0, 28)), 0, + /* Type = ObjectiveEnd; index = 31 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 32 */ + _mkword(0, _mkshort(0, 23)), 3, 12306, 1, + /* Type = ObjectiveCollectObject; index = 33 */ + _mkword(0, _mkshort(0, 28)), 5, + /* Type = ObjectiveEnd; index = 34 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 35 */ + _mkword(0, _mkshort(0, 23)), 4, 12307, 0, + /* Type = ObjectiveCompleteCondition; index = 36 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveEnd; index = 37 */ + _mkword(0, _mkshort(0, 24)), + /* Type = StandardProp; index = 38 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10000), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 39 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10001), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10002), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10003), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 42 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10005), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 43 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10006), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10007), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10008), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 46 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10009), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 47 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10010), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10011), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10012), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 50 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10013), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 51 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10014), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 52 */ + _mkword(256, _mkshort(0, 3)), _mkword(90, 10015), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 53 */ + _mkword(256, _mkshort(0, 3)), _mkword(89, 10016), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 54 */ + _mkword(256, _mkshort(0, 3)), _mkword(89, 10017), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 55 */ + _mkword(256, _mkshort(0, 3)), _mkword(89, 10018), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(256, _mkshort(0, 3)), _mkword(89, 10019), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 57 */ + _mkword(256, _mkshort(0, 3)), _mkword(89, 10020), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 58 */ + _mkword(256, _mkshort(0, 3)), _mkword(89, 10021), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 59 */ + _mkword(256, _mkshort(0, 3)), _mkword(88, 10022), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(256, _mkshort(0, 3)), _mkword(88, 10023), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(256, _mkshort(0, 3)), _mkword(88, 10024), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Armour; index = 62 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 342), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 63 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 343), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Armour; index = 64 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 344), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 65 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 345), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Armour; index = 66 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 346), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 67 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 347), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Armour; index = 68 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 348), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 69 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 349), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Armour; index = 70 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 350), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 71 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 351), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Armour; index = 72 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 352), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 73 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 353), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Safe; index = 74 */ + _mkword(256, _mkshort(0, 43)), _mkword(254, 10049), 0x000201e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 75 */ + _mkword(256, _mkshort(0, 1)), _mkword(293, 50), 0x00000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00000f5c, 0x00000f5c, 0x00010000, _mkword(8, 5), 0x00000002, 268435455, 16, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Rename; index = 76 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 0, 12308, 12309, 12310, 12311, 12312, 0, 0, + /* Type = StandardProp; index = 77 */ + _mkword(153, _mkshort(0, 3)), _mkword(258, 341), 0x00040008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SafeItem; index = 78 */ + _mkword(0, _mkshort(0, 44)), -1, -4, -3, 0, + /* Type = Rename; index = 79 */ + _mkword(0, _mkshort(0, 37)), 0xfffffffe, 69, 12313, 12314, 12315, 12316, 12317, 0, 0, + /* Type = Tag; index = 80 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0xfffd), 0, 0, + /* Type = StandardProp; index = 81 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 291), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 82 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 289), 0x10000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 83 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 290), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 84 */ + _mkword(256, _mkshort(0, 3)), _mkword(73, 285), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 85 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 294), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 86 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 292), 0x10000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 87 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 293), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 88 */ + _mkword(256, _mkshort(0, 3)), _mkword(73, 286), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 89 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 297), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 90 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 295), 0x10000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 91 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 296), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 92 */ + _mkword(256, _mkshort(0, 3)), _mkword(73, 287), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 93 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 300), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 94 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 298), 0x10000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 95 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 299), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 96 */ + _mkword(256, _mkshort(0, 3)), _mkword(73, 288), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 97 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = StandardProp; index = 98 */ + _mkword(256, _mkshort(0, 3)), _mkword(48, 283), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 99 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = StandardProp; index = 100 */ + _mkword(256, _mkshort(0, 3)), _mkword(48, 282), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 101 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Key; index = 102 */ + _mkword(384, _mkshort(0, 4)), _mkword(243, 284), 0x01200001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 2, + /* Type = Rename; index = 103 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 82, 12318, 12319, 12320, 12321, 12322, 0, 0, + /* Type = Drone; index = 104 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 301), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000f4, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 105 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = MultiMonitor; index = 106 */ + _mkword(256, _mkshort(0, 11)), _mkword(78, 10048), 0x20000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x10141414, + /* Type = StandardProp; index = 107 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 303), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 108 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 305), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 109 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 304), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 110 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 302), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 111 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 308), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 112 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 306), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 113 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 307), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 114 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 309), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 115 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 310), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 116 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 311), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 117 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 312), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 118 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 313), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = AmmoMag; index = 119 */ + _mkword(256, _mkshort(0, 7)), _mkword(202, 315), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 6, + /* Type = AmmoMag; index = 120 */ + _mkword(256, _mkshort(0, 7)), _mkword(202, 316), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 6, + /* Type = AmmoMag; index = 121 */ + _mkword(256, _mkshort(0, 7)), _mkword(202, 317), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 6, + /* Type = AmmoBox; index = 122 */ + _mkword(128, _mkshort(0, 20)), _mkword(5, 319), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0x00c8, 6), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 123 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 322), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 124 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 319), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 125 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 320), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 126 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 321), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Tag; index = 127 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = StandardProp; index = 128 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 323), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 129 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0x0001), 0, 0, + /* Type = StandardProp; index = 130 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 324), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 131 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0x0001), 0, 0, + /* Type = StandardProp; index = 132 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 325), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 133 */ + _mkword(384, _mkshort(0, 8)), _mkword(211, 326), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x19, 0xff), 0xffff), 0, + /* Type = Tag; index = 134 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0x0001), 0, 0, + /* Type = StandardProp; index = 135 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 327), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 136 */ + _mkword(0, _mkshort(0, 22)), _mkword(14, 0x0001), 0, 0, + /* Type = StandardProp; index = 137 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 328), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 138 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0x0001), 0, 0, + /* Type = StandardProp; index = 139 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 329), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 140 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0x0001), 0, 0, + /* Type = StandardProp; index = 141 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 330), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 142 */ + _mkword(0, _mkshort(0, 22)), _mkword(17, 0x0001), 0, 0, + /* Type = StandardProp; index = 143 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 331), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 144 */ + _mkword(0, _mkshort(0, 22)), _mkword(18, 0x0001), 0, 0, + /* Type = StandardProp; index = 145 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 332), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 146 */ + _mkword(0, _mkshort(0, 22)), _mkword(19, 0x0001), 0, 0, + /* Type = StandardProp; index = 147 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 333), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 148 */ + _mkword(0, _mkshort(0, 22)), _mkword(20, 0x0001), 0, 0, + /* Type = StandardProp; index = 149 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 334), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 150 */ + _mkword(0, _mkshort(0, 22)), _mkword(21, 0x0001), 0, 0, + /* Type = StandardProp; index = 151 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 335), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 152 */ + _mkword(0, _mkshort(0, 22)), _mkword(22, 0x0001), 0, 0, + /* Type = StandardProp; index = 153 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 336), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 154 */ + _mkword(0, _mkshort(0, 22)), _mkword(23, 0x0001), 0, 0, + /* Type = StandardProp; index = 155 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 337), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 156 */ + _mkword(0, _mkshort(0, 22)), _mkword(24, 0x0001), 0, 0, + /* Type = StandardProp; index = 157 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 338), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 158 */ + _mkword(0, _mkshort(0, 22)), _mkword(25, 0x0001), 0, 0, + /* Type = StandardProp; index = 159 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 339), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 160 */ + _mkword(0, _mkshort(0, 22)), _mkword(26, 0x0001), 0, 0, + /* Type = StandardProp; index = 161 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 340), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 162 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 25), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 163 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 26), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 164 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 27), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 165 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 28), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 166 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 29), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 167 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 30), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 168 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 31), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 169 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 32), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 170 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 33), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 171 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 34), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 172 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 35), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 173 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 36), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 174 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 37), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 175 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 38), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 176 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 39), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 177 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 40), 0x40000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000008, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 178 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 43), 0x48000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000004, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 179 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 44), 0x48000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 180 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 45), 0x48000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 181 */ + _mkword(256, _mkshort(0, 1)), _mkword(180, 41), 0x60000000, 0x00008000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 182 */ + _mkword(256, _mkshort(0, 1)), _mkword(180, 42), 0x40000000, 0x00008000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 183 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0x0001), 0, 0, + /* Type = Door; index = 184 */ + _mkword(256, _mkshort(0, 1)), _mkword(300, 46), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x00010000, 0x00000031, 0x00000031, 0x00000266, _mkword(0, 0), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 185 */ + _mkword(256, _mkshort(0, 1)), _mkword(300, 47), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x00010000, 0x00000031, 0x00000031, 0x00000266, _mkword(8, 0), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 186 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0xffff), 0, 0, + /* Type = Guard; index = 187 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 280), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 188 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 281), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 189 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 10), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 190 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 11), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 191 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 46), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 192 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 47), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 193 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 0), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 194 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 15), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 195 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 59), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 196 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 60), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 197 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 61), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 198 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 62), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 199 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 63), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 200 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 64), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 201 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 202 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 203 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 204 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 205 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 206 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 207 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 208 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 209 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 210 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 211 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 212 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 213 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 214 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Cutscene; index = 215 */ + _mkword(0, _mkshort(0, 46)), -176229, -11691, -16331, 915, 410859, 270, + /* Type = Tag; index = 216 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0xffff), 0, 0, + /* Type = EndProps; index = 217 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0x0002862d, 0x0000dd91, 0xfffccd4a, 0x0003ec31, 0x0005cb63, 0x000000ac, 0x0000300e, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x00063784, 0xfffff332, 0xfffc8347, 0x0002a374, 0x0000595c, 0x000000f7, 0x0000300e, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0xffff4aac, 0xffffcc22, 0xffffc95f, 0x00055417, 0x00063f8f, 0x0000010c, 0x0000300e, 0x00000000, 0x00000000, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 272, 0, + /* Type = StartWeapon; index = 4 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 5 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = Cuff; index = 6 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = WatchTime; index = 7 */ + _mkword(0, _mkshort(0, 7)), 9, 42, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0xffa30000, 0xffee0000, 0x09dd0000, 0x00009999, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff030000, 0x00150000, 0x06460000, 0x00009999, 0x00370000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0xffa30000, 0xffc50000, 0x03840000, 0x00009999, 0x00370000, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00800000, 0x00570000, 0x020f0000, 0x00009999, 0x00370000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00fd0000, 0x00990000, 0x00ac0000, 0x00009761, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a20000, 0x00850000, 0xffb00000, 0x00009761, 0x00283691, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00430000, 0x003b0000, 0xff520000, 0x00006e47, 0x00283439, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00090000, 0x00150000, 0xff960000, 0x00006c1e, 0x00237990, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 19 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 2, -1 }; +s32 path_neighbors_2[] = { 1, 3, -1 }; +s32 path_neighbors_3[] = { 2, 4, -1 }; +s32 path_neighbors_4[] = { 3, 7, -1 }; +s32 path_neighbors_5[] = { 13, -1 }; +s32 path_neighbors_6[] = { 7, -1 }; +s32 path_neighbors_7[] = { 4, 6, 13, -1 }; +s32 path_neighbors_8[] = { 13, -1 }; +s32 path_neighbors_9[] = { 13, -1 }; +s32 path_neighbors_10[] = { 13, -1 }; +s32 path_neighbors_11[] = { 13, -1 }; +s32 path_neighbors_12[] = { 13, -1 }; +s32 path_neighbors_13[] = { 5, 7, 8, 9, 10, 11, 12, 15, -1 }; +s32 path_neighbors_14[] = { 15, -1 }; +s32 path_neighbors_15[] = { 13, 14, 19, -1 }; +s32 path_neighbors_16[] = { 19, -1 }; +s32 path_neighbors_17[] = { 19, -1 }; +s32 path_neighbors_18[] = { 19, -1 }; +s32 path_neighbors_19[] = { 15, 16, 17, 18, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, 7, -1 }; +s32 path_indeces_1[] = { 8, 9, 10, 11, 12, -1 }; +s32 path_indeces_2[] = { 13, 14, 15, -1 }; +s32 path_indeces_3[] = { 16, 17, -1 }; +s32 path_indeces_4[] = { 18, 19, 20, -1 }; +s32 path_indeces_5[] = { 21, 22, 23, 24, 25, 26, 27, 28, 29, -1 }; +s32 path_indeces_6[] = { 30, 31, 32, 33, 34, -1 }; +s32 path_indeces_7[] = { 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, -1 }; +s32 path_indeces_8[] = { 45, 46, 47, 48, -1 }; +s32 path_indeces_9[] = { 49, 50, 51, 52, 53, 54, 55, -1 }; +s32 path_indeces_10[] = { 56, 57, 58, 59, 60, 61, -1 }; +s32 path_indeces_11[] = { 62, 63, 64, 65, 66, 67, 68, -1 }; +s32 path_indeces_12[] = { 69, 70, 71, 72, 73, 74, -1 }; +s32 path_indeces_13[] = { 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, -1 }; +s32 path_indeces_14[] = { 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, -1 }; +s32 path_indeces_15[] = { 111, 112, 113, 114, 115, 116, 117, 118, 119, -1 }; +s32 path_indeces_16[] = { 120, 121, 122, -1 }; +s32 path_indeces_17[] = { 123, 124, 125, 126, 127, 128, 129, -1 }; +s32 path_indeces_18[] = { 130, 131, 132, 133, 134, 135, 136, 137, 138, -1 }; +s32 path_indeces_19[] = { 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { &path_neighbors_15, &path_indeces_15, 0 }, + { &path_neighbors_16, &path_indeces_16, 0 }, + { &path_neighbors_17, &path_indeces_17, 0 }, + { &path_neighbors_18, &path_indeces_18, 0 }, + { &path_neighbors_19, &path_indeces_19, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, -1 }; +s32 path_table_1[] = { 0, 2, 3, -1 }; +s32 path_table_2[] = { 1, 4, -1 }; +s32 path_table_3[] = { 1, 5, -1 }; +s32 path_table_4[] = { 2, 5, -1 }; +s32 path_table_5[] = { 3, 4, 6, -1 }; +s32 path_table_6[] = { 5, 7, -1 }; +s32 path_table_7[] = { 6, 8, -1 }; +s32 path_table_8[] = { 7, 10, 11, 12, -1 }; +s32 path_table_9[] = { 10, -1 }; +s32 path_table_10[] = { 8, 9, 11, -1 }; +s32 path_table_11[] = { 8, 10, 12, -1 }; +s32 path_table_12[] = { 8, 11, 13, -1 }; +s32 path_table_13[] = { 12, 14, -1 }; +s32 path_table_14[] = { 13, 15, -1 }; +s32 path_table_15[] = { 14, 16, -1 }; +s32 path_table_16[] = { 15, 17, -1 }; +s32 path_table_17[] = { 16, 18, -1 }; +s32 path_table_18[] = { 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 37, -1 }; +s32 path_table_21[] = { 22, 23, -1 }; +s32 path_table_22[] = { 21, 24, -1 }; +s32 path_table_23[] = { 21, 24, 25, 26, -1 }; +s32 path_table_24[] = { 22, 23, 25, 26, -1 }; +s32 path_table_25[] = { 23, 24, 26, 28, -1 }; +s32 path_table_26[] = { 23, 24, 25, 27, -1 }; +s32 path_table_27[] = { 26, 29, -1 }; +s32 path_table_28[] = { 25, 29, -1 }; +s32 path_table_29[] = { 27, 28, 77, -1 }; +s32 path_table_30[] = { 31, 34, 44, -1 }; +s32 path_table_31[] = { 30, 32, 34, -1 }; +s32 path_table_32[] = { 31, 33, -1 }; +s32 path_table_33[] = { 32, 34, -1 }; +s32 path_table_34[] = { 30, 31, 33, -1 }; +s32 path_table_35[] = { 36, 37, -1 }; +s32 path_table_36[] = { 35, 37, 38, 42, -1 }; +s32 path_table_37[] = { 20, 35, 36, -1 }; +s32 path_table_38[] = { 36, 39, 42, -1 }; +s32 path_table_39[] = { 38, 40, -1 }; +s32 path_table_40[] = { 39, 41, -1 }; +s32 path_table_41[] = { 40, 42, 43, -1 }; +s32 path_table_42[] = { 36, 38, 41, -1 }; +s32 path_table_43[] = { 41, 44, 99, -1 }; +s32 path_table_44[] = { 30, 43, 99, -1 }; +s32 path_table_45[] = { 46, 90, -1 }; +s32 path_table_46[] = { 45, 47, -1 }; +s32 path_table_47[] = { 46, 48, -1 }; +s32 path_table_48[] = { 47, -1 }; +s32 path_table_49[] = { 50, 55, -1 }; +s32 path_table_50[] = { 49, 51, -1 }; +s32 path_table_51[] = { 50, 52, 55, -1 }; +s32 path_table_52[] = { 51, 53, -1 }; +s32 path_table_53[] = { 52, 54, 87, -1 }; +s32 path_table_54[] = { 53, 55, -1 }; +s32 path_table_55[] = { 49, 51, 54, -1 }; +s32 path_table_56[] = { 57, -1 }; +s32 path_table_57[] = { 56, 58, -1 }; +s32 path_table_58[] = { 57, 59, -1 }; +s32 path_table_59[] = { 58, 60, -1 }; +s32 path_table_60[] = { 59, 61, -1 }; +s32 path_table_61[] = { 60, 86, -1 }; +s32 path_table_62[] = { 63, 64, -1 }; +s32 path_table_63[] = { 62, 65, -1 }; +s32 path_table_64[] = { 62, 65, 68, -1 }; +s32 path_table_65[] = { 63, 64, 66, -1 }; +s32 path_table_66[] = { 65, 67, -1 }; +s32 path_table_67[] = { 66, 68, 85, -1 }; +s32 path_table_68[] = { 64, 67, -1 }; +s32 path_table_69[] = { 70, 83, -1 }; +s32 path_table_70[] = { 69, 71, 73, -1 }; +s32 path_table_71[] = { 70, 72, -1 }; +s32 path_table_72[] = { 71, 74, -1 }; +s32 path_table_73[] = { 70, 74, -1 }; +s32 path_table_74[] = { 72, 73, -1 }; +s32 path_table_75[] = { 76, 77, -1 }; +s32 path_table_76[] = { 75, 77, 78, -1 }; +s32 path_table_77[] = { 29, 75, 76, 78, 79, -1 }; +s32 path_table_78[] = { 76, 77, 79, -1 }; +s32 path_table_79[] = { 77, 78, 80, 81, -1 }; +s32 path_table_80[] = { 79, 81, 82, -1 }; +s32 path_table_81[] = { 79, 80, 82, 83, 84, 119, -1 }; +s32 path_table_82[] = { 80, 81, 83, 84, -1 }; +s32 path_table_83[] = { 69, 81, 82, 84, 85, 89, -1 }; +s32 path_table_84[] = { 81, 82, 83, 85, 89, -1 }; +s32 path_table_85[] = { 67, 83, 84, 86, 87, 88, 89, 91, -1 }; +s32 path_table_86[] = { 61, 85, 87, 88, -1 }; +s32 path_table_87[] = { 53, 85, 86, 88, -1 }; +s32 path_table_88[] = { 85, 86, 87, 89, 91, -1 }; +s32 path_table_89[] = { 83, 84, 85, 88, 90, 91, -1 }; +s32 path_table_90[] = { 45, 89, 91, -1 }; +s32 path_table_91[] = { 85, 88, 89, 90, 92, 93, -1 }; +s32 path_table_92[] = { 91, 93, 94, 96, -1 }; +s32 path_table_93[] = { 91, 92, 94, -1 }; +s32 path_table_94[] = { 92, 93, 95, 96, -1 }; +s32 path_table_95[] = { 94, -1 }; +s32 path_table_96[] = { 92, 94, 97, -1 }; +s32 path_table_97[] = { 96, 98, -1 }; +s32 path_table_98[] = { 97, 99, -1 }; +s32 path_table_99[] = { 43, 44, 98, -1 }; +s32 path_table_100[] = { 101, 106, -1 }; +s32 path_table_101[] = { 100, 102, 103, -1 }; +s32 path_table_102[] = { 101, 103, -1 }; +s32 path_table_103[] = { 101, 102, 104, -1 }; +s32 path_table_104[] = { 103, 110, -1 }; +s32 path_table_105[] = { 106, 107, 108, 109, -1 }; +s32 path_table_106[] = { 100, 105, 107, -1 }; +s32 path_table_107[] = { 105, 106, 108, 114, -1 }; +s32 path_table_108[] = { 105, 107, 109, 115, -1 }; +s32 path_table_109[] = { 105, 108, 110, 116, -1 }; +s32 path_table_110[] = { 104, 109, -1 }; +s32 path_table_111[] = { 112, 117, 147, -1 }; +s32 path_table_112[] = { 111, 113, 117, -1 }; +s32 path_table_113[] = { 112, 114, -1 }; +s32 path_table_114[] = { 107, 113, 115, -1 }; +s32 path_table_115[] = { 108, 114, 116, -1 }; +s32 path_table_116[] = { 109, 115, -1 }; +s32 path_table_117[] = { 111, 112, 118, -1 }; +s32 path_table_118[] = { 117, 119, -1 }; +s32 path_table_119[] = { 81, 118, -1 }; +s32 path_table_120[] = { 121, -1 }; +s32 path_table_121[] = { 120, 122, -1 }; +s32 path_table_122[] = { 121, 145, -1 }; +s32 path_table_123[] = { 124, 129, 157, -1 }; +s32 path_table_124[] = { 123, 125, -1 }; +s32 path_table_125[] = { 124, 126, 128, -1 }; +s32 path_table_126[] = { 125, 127, -1 }; +s32 path_table_127[] = { 126, 128, -1 }; +s32 path_table_128[] = { 125, 127, 129, -1 }; +s32 path_table_129[] = { 123, 128, -1 }; +s32 path_table_130[] = { 131, 132, -1 }; +s32 path_table_131[] = { 130, 133, -1 }; +s32 path_table_132[] = { 130, 134, -1 }; +s32 path_table_133[] = { 131, 134, 138, -1 }; +s32 path_table_134[] = { 132, 133, 138, -1 }; +s32 path_table_135[] = { 136, 143, -1 }; +s32 path_table_136[] = { 135, 137, -1 }; +s32 path_table_137[] = { 136, 138, -1 }; +s32 path_table_138[] = { 133, 134, 137, -1 }; +s32 path_table_139[] = { 140, -1 }; +s32 path_table_140[] = { 139, 141, -1 }; +s32 path_table_141[] = { 140, 142, -1 }; +s32 path_table_142[] = { 141, 143, -1 }; +s32 path_table_143[] = { 135, 142, 144, 150, 151, -1 }; +s32 path_table_144[] = { 143, 145, 148, 150, 151, 157, -1 }; +s32 path_table_145[] = { 122, 144, 146, 147, 148, 149, 150, -1 }; +s32 path_table_146[] = { 145, 147, 148, -1 }; +s32 path_table_147[] = { 111, 145, 146, -1 }; +s32 path_table_148[] = { 144, 145, 146, 149, 159, -1 }; +s32 path_table_149[] = { 145, 148, 150, 157, 159, -1 }; +s32 path_table_150[] = { 143, 144, 145, 149, 151, 157, 159, -1 }; +s32 path_table_151[] = { 143, 144, 150, 152, 157, 159, -1 }; +s32 path_table_152[] = { 151, 153, 157, -1 }; +s32 path_table_153[] = { 152, 154, -1 }; +s32 path_table_154[] = { 153, 155, 156, -1 }; +s32 path_table_155[] = { 154, -1 }; +s32 path_table_156[] = { 154, -1 }; +s32 path_table_157[] = { 123, 144, 149, 150, 151, 152, 159, -1 }; +s32 path_table_158[] = { 159, 160, -1 }; +s32 path_table_159[] = { 148, 149, 150, 151, 157, 158, -1 }; +s32 path_table_160[] = { 158, 161, -1 }; +s32 path_table_161[] = { 160, -1 }; + +waypoint pathwaypoints[] = { + { 0x0000010f, &path_table_0, 0x00000000, 0x00000000 }, + { 0x0000010e, &path_table_1, 0x00000000, 0x00000000 }, + { 0x0000010d, &path_table_2, 0x00000000, 0x00000000 }, + { 0x0000010c, &path_table_3, 0x00000000, 0x00000000 }, + { 0x0000010b, &path_table_4, 0x00000000, 0x00000000 }, + { 0x0000010a, &path_table_5, 0x00000000, 0x00000000 }, + { 0x00000109, &path_table_6, 0x00000000, 0x00000000 }, + { 0x00000108, &path_table_7, 0x00000000, 0x00000000 }, + { 0x00000107, &path_table_8, 0x00000001, 0x00000000 }, + { 0x00000106, &path_table_9, 0x00000001, 0x00000000 }, + { 0x00000105, &path_table_10, 0x00000001, 0x00000000 }, + { 0x00000104, &path_table_11, 0x00000001, 0x00000000 }, + { 0x00000103, &path_table_12, 0x00000001, 0x00000000 }, + { 0x00000102, &path_table_13, 0x00000002, 0x00000000 }, + { 0x00000101, &path_table_14, 0x00000002, 0x00000000 }, + { 0x00000100, &path_table_15, 0x00000002, 0x00000000 }, + { 0x000000ff, &path_table_16, 0x00000003, 0x00000000 }, + { 0x000000fe, &path_table_17, 0x00000003, 0x00000000 }, + { 0x000000fd, &path_table_18, 0x00000004, 0x00000000 }, + { 0x000000fc, &path_table_19, 0x00000004, 0x00000000 }, + { 0x000000fb, &path_table_20, 0x00000004, 0x00000000 }, + { 0x000000fa, &path_table_21, 0x00000005, 0x00000000 }, + { 0x000000f9, &path_table_22, 0x00000005, 0x00000000 }, + { 0x000000f8, &path_table_23, 0x00000005, 0x00000000 }, + { 0x000000f7, &path_table_24, 0x00000005, 0x00000000 }, + { 0x000000f6, &path_table_25, 0x00000005, 0x00000000 }, + { 0x000000f5, &path_table_26, 0x00000005, 0x00000000 }, + { 0x000000f4, &path_table_27, 0x00000005, 0x00000000 }, + { 0x000000f3, &path_table_28, 0x00000005, 0x00000000 }, + { 0x000000f2, &path_table_29, 0x00000005, 0x00000000 }, + { 0x000000f1, &path_table_30, 0x00000006, 0x00000000 }, + { 0x000000f0, &path_table_31, 0x00000006, 0x00000000 }, + { 0x000000ef, &path_table_32, 0x00000006, 0x00000000 }, + { 0x000000ee, &path_table_33, 0x00000006, 0x00000000 }, + { 0x000000ed, &path_table_34, 0x00000006, 0x00000000 }, + { 0x000000ec, &path_table_35, 0x00000007, 0x00000000 }, + { 0x000000eb, &path_table_36, 0x00000007, 0x00000000 }, + { 0x000000ea, &path_table_37, 0x00000007, 0x00000000 }, + { 0x000000e9, &path_table_38, 0x00000007, 0x00000000 }, + { 0x000000e8, &path_table_39, 0x00000007, 0x00000000 }, + { 0x000000e7, &path_table_40, 0x00000007, 0x00000000 }, + { 0x000000e6, &path_table_41, 0x00000007, 0x00000000 }, + { 0x000000e5, &path_table_42, 0x00000007, 0x00000000 }, + { 0x000000e4, &path_table_43, 0x00000007, 0x00000000 }, + { 0x000000e3, &path_table_44, 0x00000007, 0x00000000 }, + { 0x000000e2, &path_table_45, 0x00000008, 0x00000000 }, + { 0x000000e1, &path_table_46, 0x00000008, 0x00000000 }, + { 0x000000e0, &path_table_47, 0x00000008, 0x00000000 }, + { 0x000000df, &path_table_48, 0x00000008, 0x00000000 }, + { 0x000000de, &path_table_49, 0x00000009, 0x00000000 }, + { 0x000000dd, &path_table_50, 0x00000009, 0x00000000 }, + { 0x000000dc, &path_table_51, 0x00000009, 0x00000000 }, + { 0x000000db, &path_table_52, 0x00000009, 0x00000000 }, + { 0x000000da, &path_table_53, 0x00000009, 0x00000000 }, + { 0x000000d9, &path_table_54, 0x00000009, 0x00000000 }, + { 0x000000d8, &path_table_55, 0x00000009, 0x00000000 }, + { 0x000000d7, &path_table_56, 0x0000000a, 0x00000000 }, + { 0x000000d6, &path_table_57, 0x0000000a, 0x00000000 }, + { 0x000000d5, &path_table_58, 0x0000000a, 0x00000000 }, + { 0x000000d4, &path_table_59, 0x0000000a, 0x00000000 }, + { 0x000000d3, &path_table_60, 0x0000000a, 0x00000000 }, + { 0x000000d2, &path_table_61, 0x0000000a, 0x00000000 }, + { 0x000000d1, &path_table_62, 0x0000000b, 0x00000000 }, + { 0x000000d0, &path_table_63, 0x0000000b, 0x00000000 }, + { 0x000000cf, &path_table_64, 0x0000000b, 0x00000000 }, + { 0x000000ce, &path_table_65, 0x0000000b, 0x00000000 }, + { 0x000000cd, &path_table_66, 0x0000000b, 0x00000000 }, + { 0x000000cc, &path_table_67, 0x0000000b, 0x00000000 }, + { 0x000000cb, &path_table_68, 0x0000000b, 0x00000000 }, + { 0x000000ca, &path_table_69, 0x0000000c, 0x00000000 }, + { 0x000000c9, &path_table_70, 0x0000000c, 0x00000000 }, + { 0x000000c8, &path_table_71, 0x0000000c, 0x00000000 }, + { 0x000000c7, &path_table_72, 0x0000000c, 0x00000000 }, + { 0x000000c6, &path_table_73, 0x0000000c, 0x00000000 }, + { 0x000000c5, &path_table_74, 0x0000000c, 0x00000000 }, + { 0x000000c4, &path_table_75, 0x0000000d, 0x00000000 }, + { 0x000000c3, &path_table_76, 0x0000000d, 0x00000000 }, + { 0x000000c2, &path_table_77, 0x0000000d, 0x00000000 }, + { 0x000000c1, &path_table_78, 0x0000000d, 0x00000000 }, + { 0x000000c0, &path_table_79, 0x0000000d, 0x00000000 }, + { 0x000000bf, &path_table_80, 0x0000000d, 0x00000000 }, + { 0x000000be, &path_table_81, 0x0000000d, 0x00000000 }, + { 0x000000bd, &path_table_82, 0x0000000d, 0x00000000 }, + { 0x000000bc, &path_table_83, 0x0000000d, 0x00000000 }, + { 0x000000bb, &path_table_84, 0x0000000d, 0x00000000 }, + { 0x000000ba, &path_table_85, 0x0000000d, 0x00000000 }, + { 0x000000b9, &path_table_86, 0x0000000d, 0x00000000 }, + { 0x000000b8, &path_table_87, 0x0000000d, 0x00000000 }, + { 0x000000b7, &path_table_88, 0x0000000d, 0x00000000 }, + { 0x000000b6, &path_table_89, 0x0000000d, 0x00000000 }, + { 0x000000b5, &path_table_90, 0x0000000d, 0x00000000 }, + { 0x000000b4, &path_table_91, 0x0000000d, 0x00000000 }, + { 0x000000b3, &path_table_92, 0x0000000d, 0x00000000 }, + { 0x000000b2, &path_table_93, 0x0000000d, 0x00000000 }, + { 0x000000b1, &path_table_94, 0x0000000d, 0x00000000 }, + { 0x000000b0, &path_table_95, 0x0000000d, 0x00000000 }, + { 0x000000af, &path_table_96, 0x0000000d, 0x00000000 }, + { 0x000000ae, &path_table_97, 0x0000000d, 0x00000000 }, + { 0x000000ad, &path_table_98, 0x0000000d, 0x00000000 }, + { 0x000000ac, &path_table_99, 0x0000000d, 0x00000000 }, + { 0x000000ab, &path_table_100, 0x0000000e, 0x00000000 }, + { 0x000000aa, &path_table_101, 0x0000000e, 0x00000000 }, + { 0x000000a9, &path_table_102, 0x0000000e, 0x00000000 }, + { 0x000000a8, &path_table_103, 0x0000000e, 0x00000000 }, + { 0x000000a7, &path_table_104, 0x0000000e, 0x00000000 }, + { 0x000000a6, &path_table_105, 0x0000000e, 0x00000000 }, + { 0x000000a5, &path_table_106, 0x0000000e, 0x00000000 }, + { 0x000000a4, &path_table_107, 0x0000000e, 0x00000000 }, + { 0x000000a3, &path_table_108, 0x0000000e, 0x00000000 }, + { 0x000000a2, &path_table_109, 0x0000000e, 0x00000000 }, + { 0x000000a1, &path_table_110, 0x0000000e, 0x00000000 }, + { 0x000000a0, &path_table_111, 0x0000000f, 0x00000000 }, + { 0x0000009f, &path_table_112, 0x0000000f, 0x00000000 }, + { 0x0000009e, &path_table_113, 0x0000000f, 0x00000000 }, + { 0x0000009d, &path_table_114, 0x0000000f, 0x00000000 }, + { 0x0000009c, &path_table_115, 0x0000000f, 0x00000000 }, + { 0x0000009b, &path_table_116, 0x0000000f, 0x00000000 }, + { 0x0000009a, &path_table_117, 0x0000000f, 0x00000000 }, + { 0x00000099, &path_table_118, 0x0000000f, 0x00000000 }, + { 0x00000098, &path_table_119, 0x0000000f, 0x00000000 }, + { 0x00000097, &path_table_120, 0x00000010, 0x00000000 }, + { 0x00000096, &path_table_121, 0x00000010, 0x00000000 }, + { 0x00000095, &path_table_122, 0x00000010, 0x00000000 }, + { 0x00000094, &path_table_123, 0x00000011, 0x00000000 }, + { 0x00000093, &path_table_124, 0x00000011, 0x00000000 }, + { 0x00000092, &path_table_125, 0x00000011, 0x00000000 }, + { 0x00000091, &path_table_126, 0x00000011, 0x00000000 }, + { 0x00000090, &path_table_127, 0x00000011, 0x00000000 }, + { 0x0000008f, &path_table_128, 0x00000011, 0x00000000 }, + { 0x0000008e, &path_table_129, 0x00000011, 0x00000000 }, + { 0x0000008d, &path_table_130, 0x00000012, 0x00000000 }, + { 0x0000008c, &path_table_131, 0x00000012, 0x00000000 }, + { 0x0000008b, &path_table_132, 0x00000012, 0x00000000 }, + { 0x0000008a, &path_table_133, 0x00000012, 0x00000000 }, + { 0x00000089, &path_table_134, 0x00000012, 0x00000000 }, + { 0x00000088, &path_table_135, 0x00000012, 0x00000000 }, + { 0x00000087, &path_table_136, 0x00000012, 0x00000000 }, + { 0x00000086, &path_table_137, 0x00000012, 0x00000000 }, + { 0x00000085, &path_table_138, 0x00000012, 0x00000000 }, + { 0x00000084, &path_table_139, 0x00000013, 0x00000000 }, + { 0x00000083, &path_table_140, 0x00000013, 0x00000000 }, + { 0x00000082, &path_table_141, 0x00000013, 0x00000000 }, + { 0x00000081, &path_table_142, 0x00000013, 0x00000000 }, + { 0x00000080, &path_table_143, 0x00000013, 0x00000000 }, + { 0x0000007f, &path_table_144, 0x00000013, 0x00000000 }, + { 0x0000007e, &path_table_145, 0x00000013, 0x00000000 }, + { 0x0000007d, &path_table_146, 0x00000013, 0x00000000 }, + { 0x0000007c, &path_table_147, 0x00000013, 0x00000000 }, + { 0x0000007b, &path_table_148, 0x00000013, 0x00000000 }, + { 0x0000007a, &path_table_149, 0x00000013, 0x00000000 }, + { 0x00000079, &path_table_150, 0x00000013, 0x00000000 }, + { 0x00000078, &path_table_151, 0x00000013, 0x00000000 }, + { 0x00000077, &path_table_152, 0x00000013, 0x00000000 }, + { 0x00000076, &path_table_153, 0x00000013, 0x00000000 }, + { 0x00000075, &path_table_154, 0x00000013, 0x00000000 }, + { 0x00000074, &path_table_155, 0x00000013, 0x00000000 }, + { 0x00000073, &path_table_156, 0x00000013, 0x00000000 }, + { 0x00000072, &path_table_157, 0x00000013, 0x00000000 }, + { 0x00000071, &path_table_158, 0x00000013, 0x00000000 }, + { 0x00000070, &path_table_159, 0x00000013, 0x00000000 }, + { 0x0000006f, &path_table_160, 0x00000013, 0x00000000 }, + { 0x0000006e, &path_table_161, 0x00000013, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x8e00ad64, 0x310a0005, 0xfd040804 }; +u32 ai_1[] = { 0x8e01ad64, 0x320a0005, 0xfd040804 }; +u32 ai_2[] = { 0x8e02ad64, 0x330a0005, 0xfd040804 }; +u32 ai_3[] = { 0x8e03ad64, 0x340a0005, 0xfd040804 }; +u32 ai_4[] = { 0x8e04ad64, 0x350a0005, 0xfd040804 }; +u32 ai_5[] = { 0x8e05ad64, 0x360a0005, 0xfd040804 }; +u32 ai_6[] = { 0x8e06ad64, 0x370a0005, 0xfd040804 }; +u32 ai_7[] = { 0x022d3335, 0xa03a3550, 0x378f0028, 0x9000008d, 0xe5bf00bd, 0x0a000000, 0x002d022d, 0x00060237, 0x8f002890, 0x000a8dcc, 0xbf00bd0a, 0x00000000, 0x2d022d02, 0x2d000602, 0x3a8f0028, 0x90001402, 0x2dbf00bd, 0x0a800000, 0x002d022d, 0xbf00bd0a, 0x90000000, 0x06020605, 0xfd040904 }; +u32 ai_8[] = { 0x023b463e, 0x039c0000, 0x0400074c, 0x01903728, 0x0802372a, 0x08020803, 0x4c00c837, 0x3c3c0237, 0x2f3d0108, 0x023c3c2d, 0x0006023d, 0x03013b02, 0x2d023e33, 0x350a2d1a, 0x06022d35, 0x322d0e06, 0x022d353c, 0x2d130602, 0x2d35502d, 0x1306022d, 0x35642d11, 0x06022d35, 0x962d1206, 0x022d35c8, 0x2d140001, 0x00000602, 0x2d35fa07, 0x15000100, 0x00060206, 0x032f2d01, 0x06022d3c, 0x2d000802, 0x0803013b, 0x022d0301, 0x3e020705, 0xfd040a04 }; +u32 ai_9[] = { 0xad202d3e, 0x434f5645, 0x520a0028, 0x08020803, 0x46074b00, 0xc8060108, 0x020605fd, 0x040b0207, 0x05fd0409, 0x04000000 }; +u32 ai_10[] = { 0xad202d3e, 0x54524545, 0x440a0002, 0x03150021, 0x00002d46, 0x06022d02, 0x08034c01, 0xf4064606, 0x3c2d0108, 0x022d1600, 0x0100002d, 0x022d0209, 0x0346062f, 0x2d010902, 0x2d010302, 0x0605fd04, 0x09040000 }; +u32 ai_18[] = { 0x9a000002, 0x00020403, 0x5500734d, 0x5500e64d, 0x5500ff4d, 0x5501044d, 0x5501064d, 0x5500974d, 0x5500894d, 0x5500924d, 0x5500c94d, 0x5500ce4d, 0x035500d6, 0x4d5500db, 0x4d5500e0, 0x4d5500ef, 0x4d5500f5, 0x4d5500a6, 0x4d039a00, 0x0002009b, 0x00000400, 0x03550110, 0x41550080, 0x41550079, 0x4255009a, 0x435500c0, 0x44035500, 0xba465500, 0xb2475500, 0xec485500, 0xe6495500, 0xfb4a5501, 0x014b0104, 0x024103ad, 0x494e310a, 0x00ac0700, 0x97ac0800, 0x6eac0900, 0x73ac0a00, 0x92ac0b00, 0x9aac0c00, 0xbeac0d00, 0xba010402, 0x4203ad49, 0x4e320a00, 0xac070110, 0xac0800a6, 0xac090011, 0xac0a00be, 0xac0b00c3, 0xac0c00ba, 0xac0d00b2, 0x01040243, 0x03ad494e, 0x330a00ac, 0x07006eac, 0x080073ac, 0x090110ac, 0x0a00c3ac, 0x0b00baac, 0x0c00c9ac, 0x0d00db01, 0x04024403, 0xad494e34, 0x0a00ac07, 0x0079ac08, 0x00a6ac09, 0x00ecac0a, 0x002cac0b, 0x002dac0c, 0x00b2ac0d, 0x00db0104, 0x024503ad, 0x494e350a, 0x00ac0700, 0x9aac0800, 0xc9ac0900, 0x2cac0a00, 0x2dac0b00, 0xdbac0c00, 0xb2ac0d00, 0xe0010402, 0x4603ad49, 0x4e360a00, 0xac07009a, 0xac0800f5, 0xac0900c3, 0xac0a00ec, 0xac0b00e6, 0xac0c00fb, 0xac0d00ef, 0x01040247, 0x03ad494e, 0x370a00ac, 0x07002cac, 0x0800beac, 0x0900efac, 0x0a00dbac, 0x0b00e8ac, 0x0c00fbac, 0x0d002d01, 0x04024803, 0xad494e38, 0x0a00ac07, 0x00baac08, 0x002dac09, 0x00efac0a, 0x00ffac0b, 0x00beac0c, 0x00dbac0d, 0x002c0104, 0x024903ad, 0x494e390a, 0x00ac0700, 0xfbac0800, 0xb0ac0900, 0xe0ac0a00, 0xbaac0b00, 0xfdac0c00, 0x2dac0d00, 0x2c010402, 0x4a03ad49, 0x4e31300a, 0x00ac0700, 0xe8ac0800, 0xb0ac0901, 0x0aac0a01, 0x0cac0b01, 0x0cac0c00, 0x2cac0d00, 0x2d010402, 0x4b03ad49, 0x4e31310a, 0x00ac0700, 0xfdac0800, 0xfbac0900, 0xe8ac0a00, 0xb0ac0b00, 0xb2ac0c00, 0x2cac0d00, 0x2d010402, 0x4dad4f46, 0x46210a00, 0x9a000004, 0x009b0000, 0x02000104, 0x04000000 }; +u32 ai_19[] = { 0x8e07ae02, 0x4c03b400, 0x04b00301, 0x4c02039c, 0x00000400, 0x09ae0208, 0x03b40004, 0xb02d0108, 0x022d3100, 0x2d010302, 0x2dad7370, 0x61776e31, 0x00f306bd, 0x11ff2328, 0x04010000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7331204f, 0x4b210001, 0x03020903, 0x9c000002, 0x002d0109, 0x022d0103, 0x04000000 }; +u32 ai_20[] = { 0x8e08ae02, 0x4c03b400, 0x04b00301, 0x4c02039c, 0x00000400, 0x09ae0208, 0x03b40005, 0xdc2d0108, 0x022d3101, 0x2d010302, 0x2dad7370, 0x61776e32, 0x00f306bd, 0x11ff2328, 0x04020000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7332204f, 0x4b210001, 0x03020903, 0x9c000002, 0x002d0109, 0x022d0103, 0x04000000 }; +u32 ai_21[] = { 0x8e09ae02, 0x4c03b400, 0x04b00301, 0x4c02039c, 0x00000400, 0x09ae0208, 0x03b40007, 0x082d0108, 0x022d3102, 0x2d010302, 0x2dad7370, 0x61776e33, 0x00f306bd, 0x11ff2328, 0x04030000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7333204f, 0x4b210001, 0x03020903, 0x9c000002, 0x002d0109, 0x022d0103, 0x04000000 }; +u32 ai_22[] = { 0x8e0aae02, 0x4c03b400, 0x04b00301, 0x4c02039c, 0x00000400, 0x09ae0208, 0x03b40008, 0x342d0108, 0x022d3103, 0x2d010302, 0x2dad7370, 0x61776e34, 0x00f306bd, 0x11ff2328, 0x04040000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7334204f, 0x4b210001, 0x03020903, 0x9c000002, 0x002d0109, 0x022d0103, 0x04000000 }; +u32 ai_23[] = { 0x8e0bae02, 0x4c03b400, 0x04b00301, 0x4c02039c, 0x00000400, 0x09ae0208, 0x03b4000e, 0x102d0108, 0x022d3104, 0x2d010302, 0x2dad7370, 0x61776e35, 0x00f306bd, 0x11ff2328, 0x04050000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7335204f, 0x4b210001, 0x03020903, 0x9c000002, 0x002d0109, 0x022d0103, 0x04000000 }; +u32 ai_24[] = { 0x8e0cae02, 0x4c03b400, 0x04b00301, 0x4c02039c, 0x00000400, 0x09ae0208, 0x03b4001c, 0x202d0108, 0x022d3105, 0x2d010302, 0x2dad7370, 0x61776e36, 0x00f306bd, 0x11ff2328, 0x04060000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7336204f, 0x4b210001, 0x03020903, 0x9c000002, 0x002d0109, 0x022d0103, 0x04000000 }; +u32 ai_25[] = { 0x8e0dae02, 0x4c03b400, 0x04b00301, 0x4c02039c, 0x00000400, 0x09ae0208, 0x03b40023, 0x282d0108, 0x022d3106, 0x2d010302, 0x2dad7370, 0x61776e37, 0x00f306bd, 0x11ff2328, 0x04070000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7337204f, 0x4b210001, 0x03020903, 0x9c000002, 0x002d0109, 0x022d0103, 0x04000000 }; +u32 ai_17[] = { 0x02080368, 0x060e2d01, 0x08022d9a, 0x00000100, 0x02090301, 0x09040000 }; +u32 ai_26[] = { 0x020303eb, 0x4f55010f, 0x2d010302, 0x2decd700, 0xda020803, 0xdc2d0108, 0x022df12d, 0x05fd000f, 0x022dddea, 0x59042d59, 0x052d5906, 0x2d59072d, 0x59082d59, 0x092d590a, 0x2d590b2d, 0x590c2d59, 0x0d2d590e, 0x2d590f2d, 0x59102d59, 0x112d5912, 0x2d59132d, 0x59162d59, 0x142d5915, 0x2de40402, 0x2ded0303, 0x03d50800, 0x02000005, 0xf8040d05, 0xfd000102, 0x4f05fd00, 0x01040000 }; +u32 ai_12[] = { 0x95019502, 0xdf06df07, 0x310e4e30, 0x0e4e540e, 0x01112d54, 0x0e01182d, 0x540e0115, 0x2d004e02, 0x2d940102, 0x4e310f4e, 0x300f4e54, 0x0f01112d, 0x540f0118, 0x2d540f01, 0x152d004e, 0x022d9402, 0x024e9601, 0x2d96022d, 0x0006022d, 0x9d000000, 0x109d0000, 0x00409155, 0xd9fd0114, 0x2d022d96, 0x0210a10e, 0x00000400, 0x050e040e, 0x000f0210, 0xa10f0000, 0x0400050f, 0x040f9601, 0x10000f02, 0x10a10e00, 0x00040005, 0x0e041002, 0x0f0303db, 0xf400ffff, 0x96022d00, 0x4e022d02, 0x0b140024, 0x000f2d03, 0x010b022d, 0x020de72d, 0x03010d02, 0x2d160004, 0x000f2d02, 0x2d030303, 0x180f0f04, 0x0208032f, 0x2d010802, 0x2d024e96, 0x012d004e, 0x022d9a00, 0x00080002, 0x0c150024, 0x000e2d03, 0x010c022d, 0x020ee72d, 0x03010e02, 0x2d160004, 0x000e2d02, 0x2d030303, 0x180e0f04, 0x0209032f, 0x2d010902, 0x2d024eda, 0x020a03dc, 0x2d010a02, 0x2d0206dd, 0xa1f80000, 0x040005fd, 0x040c0400 }; +u32 ai_13[] = { 0x9d000000, 0x808f000a, 0x900000d9, 0xfd01132d, 0x022d0a00, 0x00ffffff, 0xff0610ae, 0x020803b4, 0x0000462d, 0x0108022d, 0x02091400, 0x2801162d, 0x03010902, 0x2d160008, 0x01162d02, 0x2d020603, 0x01060400 }; +u32 ai_14[] = { 0x9d000000, 0x808f000a, 0x900000d9, 0xfd01122d, 0x022d0a00, 0x00ffffff, 0xff0610ae, 0x020803b4, 0x00003c2d, 0x0108022d, 0x02091400, 0x2801162d, 0x03010902, 0x2d160008, 0x01162d02, 0x2d020603, 0x01060400 }; +u32 ai_15[] = { 0x9d000000, 0x808f000a, 0x900000d9, 0xfd01172d, 0x022d0a00, 0x00ffffff, 0xff4410ae, 0x0208039c, 0x00000800, 0x2d010802, 0x2d0a002a, 0xffffffff, 0x0610ae02, 0x0903b400, 0x00142d01, 0x09022d02, 0x0a140028, 0x01162d03, 0x010a022d, 0x16000801, 0x162d022d, 0x02060301, 0x06040000 }; +u32 ai_11[] = { 0xd9fd0111, 0x2d022de0, 0xfd01df06, 0xdf070a00, 0x69000000, 0x1d0610db, 0x0208032f, 0x2d010802, 0x2de0fd00, 0x0a006900, 0x1d00a006, 0x10ae0209, 0x032f2db4, 0x0000782d, 0x0109022d, 0x6706ae02, 0x0a036806, 0x012db400, 0x00b42d01, 0x0a022dda, 0x020b03dc, 0x2d010b02, 0x2dd20206, 0x03010604 }; +u32 ai_16[] = { 0xae0a0061, 0x00000001, 0x04100208, 0x03b40000, 0x1e2d0108, 0x022d0a00, 0x610001ff, 0xff041005, 0xfd000104, 0x020803cf, 0x2d010802, 0x2d05f804, 0x1105fd00, 0x01040000 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00001000 }, + /* index = 18 */ + { &ai_18, 0x00001001 }, + /* index = 19 */ + { &ai_19, 0x00001002 }, + /* index = 20 */ + { &ai_20, 0x00001003 }, + /* index = 21 */ + { &ai_21, 0x00001004 }, + /* index = 22 */ + { &ai_22, 0x00001005 }, + /* index = 23 */ + { &ai_23, 0x00001006 }, + /* index = 24 */ + { &ai_24, 0x00001007 }, + /* index = 25 */ + { &ai_25, 0x00001008 }, + /* index = 26 */ + { &ai_26, 0x00001009 }, + /* index = 27 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/UsetuppeteZ.c b/assets/obseg/setup/UsetuppeteZ.c new file mode 100644 index 0000000..5d8f11e --- /dev/null +++ b/assets/obseg/setup/UsetuppeteZ.c @@ -0,0 +1,1690 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:12 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetuppeteZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {237.0f, 7.0f, -366.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p8028a2", 0 }, + { {-450.0f, 7.0f, -424.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p8043a", 0 }, + { {86.0f, 7.0f, -431.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p8031a1", 0 }, + { {1208.0f, 7.0f, -200.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p8417a", 0 }, + { {1208.0f, 7.0f, 139.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p98b", 0 }, + { {1556.0f, 7.0f, 131.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p95b", 0 }, + { {1556.0f, 7.0f, 470.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p89b", 0 }, + { {1911.0f, 7.0f, 801.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p75b", 0 }, + { {1911.0f, 7.0f, 462.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p91b", 0 }, + { {1998.0f, 7.0f, 1038.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p41b", 0 }, + { {2001.0f, 7.0f, 1370.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2587b", 0 }, + { {1958.0f, 7.0f, 1748.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p11b", 0 }, + { {1443.0f, 7.0f, 1745.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2b", 0 }, + { {1443.0f, 7.0f, 1406.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p7330a2", 0 }, + { {2238.0f, 7.0f, 1362.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2018b1", 0 }, + { {2243.0f, 7.0f, 1189.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2029b", 0 }, + { {2243.0f, 7.0f, 907.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1436b1", 0 }, + { {2147.0f, 7.0f, 1187.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2017b1", 0 }, + { {215.0f, 7.0f, -199.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p7314a2", 0 }, + { {433.0f, 7.0f, -205.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p7315a1", 0 }, + { {698.0f, 7.0f, -210.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p7319a", 0 }, + { {172.0f, 7.0f, 528.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6502a", 0 }, + { {390.0f, 7.0f, 521.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6505a", 0 }, + { {655.0f, 7.0f, 516.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p7323a1", 0 }, + { {107.0f, 7.0f, 949.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p7368a2", 0 }, + { {360.0f, 7.0f, 970.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6504a", 0 }, + { {678.0f, 7.0f, 944.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p7323a1", 0 }, + { {646.0f, 7.0f, 1177.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6511a", 0 }, + { {380.0f, 7.0f, 1182.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6389a", 0 }, + { {107.0f, 7.0f, 1201.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6532a", 0 }, + { {671.0f, 7.0f, 1491.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p7337a", 0 }, + { {405.0f, 7.0f, 1496.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p7340a2", 0 }, + { {73.0f, 7.0f, 1466.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p7344a2", 0 }, + { {1172.0f, 7.0f, 1461.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p7333a1", 0 }, + { {1147.0f, 7.0f, 1147.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6513a", 0 }, + { {1180.0f, 7.0f, 914.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p7325a2", 0 }, + { {-462.0f, 7.0f, 1381.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6530a1", 0 }, + { {-465.0f, 7.0f, 1233.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6530a2", 0 }, + { {-468.0f, 7.0f, 1043.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6530a2", 0 }, + { {-1084.0f, 7.0f, 1381.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6534a", 0 }, + { {-1320.0f, 7.0f, 1233.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6546a", 0 }, + { {-1533.0f, 7.0f, 1090.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p7356a1", 0 }, + { {-1119.0f, 7.0f, 2142.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21101c1", 0 }, + { {-1262.0f, 7.0f, 2129.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21088c2", 0 }, + { {-1586.0f, 7.0f, 2148.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p21103c1", 0 }, + { {-1519.0f, 7.0f, 3193.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21137c3", 0 }, + { {-1273.0f, 7.0f, 2976.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21113c2", 0 }, + { {-1084.0f, 7.0f, 2829.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21118c2", 0 }, + { {-379.0f, 7.0f, 2785.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21163c1", 0 }, + { {-379.0f, 7.0f, 3002.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21150c1", 0 }, + { {-379.0f, 7.0f, 3189.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21145c2", 0 }, + { {570.0f, 7.0f, 2794.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21186c2", 0 }, + { {570.0f, 7.0f, 3012.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21176c2", 0 }, + { {570.0f, 7.0f, 3198.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21187c1", 0 }, + { {1593.0f, 7.0f, 2843.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21218c2", 0 }, + { {1436.0f, 7.0f, 3059.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21222c2", 0 }, + { {1239.0f, 7.0f, 3247.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21221c2", 0 }, + { {1130.0f, 7.0f, 4845.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21257c1", 0 }, + { {1578.0f, 7.0f, 4845.0f}, {0.0f, 1.0f, 0.0f}, {0.000127f, 0.0f, 1.0f}, "p21258c2", 0 }, + { {1447.0f, 7.0f, 4840.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21263c2", 0 }, + { {1202.0f, 7.0f, 3698.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21236c1", 0 }, + { {1193.0f, 7.0f, 3901.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p20347c2", 0 }, + { {1147.0f, 7.0f, 4230.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p21245c2", 0 }, + { {1383.0f, 7.0f, 4260.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p20355c1", 0 }, + { {1464.0f, 7.0f, 3896.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p20347c1", 0 }, + { {1434.0f, 7.0f, 3588.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p20351c2", 0 }, + { {1646.0f, 7.0f, 3605.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21243c2", 0 }, + { {1641.0f, 7.0f, 3901.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21239c1", 0 }, + { {1578.0f, 7.0f, 4328.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p21239c2", 0 }, + { {1206.0f, 7.0f, 5515.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21312c1", 0 }, + { {1391.0f, 7.0f, 5673.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21309c1", 0 }, + { {1619.0f, 7.0f, 5906.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21318c", 0 }, + { {484.0f, 7.0f, 3745.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21338c1", 0 }, + { {484.0f, 7.0f, 3962.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21332c1", 0 }, + { {484.0f, 7.0f, 4148.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21339c1", 0 }, + { {-413.0f, 7.0f, 4120.0f}, {0.0f, 1.0f, 0.0f}, {0.99863f, 0.0f, 0.052336f}, "p21360c1", 0 }, + { {-412.0f, 7.0f, 3935.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p21354c2", 0 }, + { {-412.0f, 7.0f, 3717.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p21359c2", 0 }, + { {-1100.0f, 7.0f, 4123.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21382c1", 0 }, + { {-1281.0f, 7.0f, 3975.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21367c1", 0 }, + { {-1506.0f, 7.0f, 3745.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21387c1", 0 }, + { {-1130.0f, 7.0f, 5044.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p21420c2", 0 }, + { {-1310.0f, 7.0f, 4895.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p22031c2", 0 }, + { {-1557.0f, 7.0f, 4674.0f}, {0.0f, 1.0f, 0.0f}, {0.707106f, 0.0f, -0.707107f}, "p21419c2", 0 }, + { {-1995.0f, 7.0f, 5031.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21444c1", 0 }, + { {-2175.0f, 7.0f, 4883.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21429c1", 0 }, + { {-2401.0f, 7.0f, 4652.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21447c2", 0 }, + { {-1976.0f, 7.0f, 5542.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p21476c2", 0 }, + { {-2146.0f, 7.0f, 5711.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p21462c1", 0 }, + { {-2373.0f, 7.0f, 5922.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p21479c2", 0 }, + { {-429.0f, 7.0f, 5488.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21528c1", 0 }, + { {-418.0f, 7.0f, 5910.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21527c1", 0 }, + { {-413.0f, 7.0f, 5757.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21522c2", 0 }, + { {444.0f, 7.0f, 5488.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p21549c1", 0 }, + { {581.0f, 7.0f, 5764.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p21544c2", 0 }, + { {455.0f, 7.0f, 5910.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p21550c2", 0 }, + { {-912.0f, 7.0f, 5932.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21505c2", 0 }, + { {-907.0f, 7.0f, 5779.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21507c1", 0 }, + { {-923.0f, 7.0f, 5510.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21503c2", 0 }, + { {-1275.0f, 7.0f, 5515.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21503c2", 0 }, + { {-1258.0f, 7.0f, 5784.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21496c1", 0 }, + { {-1276.0f, 7.0f, 6020.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21496c3", 0 }, + { {-1632.0f, 7.0f, 5910.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21501c2", 0 }, + { {-1626.0f, 7.0f, 5757.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p21508c1", 0 }, + { {-1642.0f, 7.0f, 5488.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21506c2", 0 }, + { {-1566.0f, 7.0f, 6679.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21571c1", 0 }, + { {-1275.0f, 7.0f, 6710.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21566c2", 0 }, + { {-1116.0f, 7.0f, 6667.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21572c2", 0 }, + { {-1566.0f, 7.0f, 7582.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21592c1", 0 }, + { {-1275.0f, 7.0f, 7613.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21586c2", 0 }, + { {-1116.0f, 7.0f, 7570.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21591c2", 0 }, + { {-1461.0f, 7.0f, 8478.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21613c2", 0 }, + { {-1275.0f, 7.0f, 8501.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21608c1", 0 }, + { {-1030.0f, 7.0f, 8455.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21614c1", 0 }, + { {-1477.0f, 7.0f, 9528.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21645c2", 0 }, + { {-1280.0f, 7.0f, 9272.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21649c2", 0 }, + { {-1104.0f, 7.0f, 9078.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21646c2", 0 }, + { {-358.0f, 7.0f, 9160.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21668c2", 0 }, + { {-363.0f, 7.0f, 9309.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21660c2", 0 }, + { {-371.0f, 7.0f, 9566.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21669c2", 0 }, + { {257.0f, 7.0f, 9195.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p21695c2", 0 }, + { {252.0f, 7.0f, 9345.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p21686c2", 0 }, + { {243.0f, 7.0f, 9602.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p21696c2", 0 }, + { {519.0f, 7.0f, 9547.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21698c2", 0 }, + { {527.0f, 7.0f, 9290.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21686c1", 0 }, + { {533.0f, 7.0f, 9140.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21697c1", 0 }, + { {731.0f, 7.0f, 9587.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21694c1", 0 }, + { {739.0f, 7.0f, 9307.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21694c2", 0 }, + { {743.0f, 7.0f, 9115.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21693c1", 0 }, + { {772.0f, 7.0f, 8621.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p20756c2", 0 }, + { {528.0f, 7.0f, 8483.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p20759c2", 0 }, + { {292.0f, 7.0f, 8255.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p20745c1", 0 }, + { {1428.0f, 7.0f, 7581.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21742c1", 0 }, + { {1653.0f, 7.0f, 7723.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21757c2", 0 }, + { {1174.0f, 7.0f, 7356.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21756c2", 0 }, + { {1631.0f, 7.0f, 8645.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p21730c1", 0 }, + { {1151.0f, 7.0f, 8237.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21727c2", 0 }, + { {1399.0f, 7.0f, 8491.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21731c2", 0 }, + { {2301.0f, 7.0f, 7623.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p21790c2", 0 }, + { {2112.0f, 7.0f, 7746.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21791c2", 0 }, + { {2494.0f, 7.0f, 7329.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21792c1", 0 }, + { {727.0f, 7.0f, 10938.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21844c2", 0 }, + { {329.0f, 7.0f, 11340.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21846c1", 0 }, + { {537.0f, 7.0f, 11080.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21848c2", 0 }, + { {217.0f, 7.0f, 10284.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21813c1", 0 }, + { {531.0f, 7.0f, 10318.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21807c2", 0 }, + { {691.0f, 7.0f, 10277.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21812c2", 0 }, + { {1154.0f, 7.0f, 10953.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21870c1", 0 }, + { {1390.0f, 7.0f, 11181.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21876c2", 0 }, + { {1634.0f, 7.0f, 11319.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21874c1", 0 }, + { {1158.0f, 7.0f, 10050.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21909c1", 0 }, + { {1393.0f, 7.0f, 10278.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21889c1", 0 }, + { {1637.0f, 7.0f, 10416.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21906c2", 0 }, + { {2549.0f, 7.0f, 10426.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21936c1", 0 }, + { {2305.0f, 7.0f, 10288.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21919c1", 0 }, + { {2069.0f, 7.0f, 10060.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21933c2", 0 }, + { {2098.0f, 7.0f, 9306.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21958c1", 0 }, + { {2343.0f, 7.0f, 9257.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21950c2", 0 }, + { {2513.0f, 7.0f, 9300.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p21957c1", 0 }, + { {2088.0f, 7.0f, 8655.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p21982c2", 0 }, + { {2092.0f, 7.0f, 8463.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p21979c1", 0 }, + { {2100.0f, 7.0f, 8183.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p21979c2", 0 }, + { {2299.0f, 7.0f, 8630.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p21974c2", 0 }, + { {2304.0f, 7.0f, 8481.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p21985c3", 0 }, + { {2312.0f, 7.0f, 8224.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p21986c2", 0 }, + { {2588.0f, 7.0f, 8211.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p21980c2", 0 }, + { {2579.0f, 7.0f, 8468.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p21985c1", 0 }, + { {2574.0f, 7.0f, 8617.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p21984c2", 0 }, + { {3232.0f, 7.0f, 8623.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p22008c1", 0 }, + { {3237.0f, 7.0f, 8473.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p22000c1", 0 }, + { {3245.0f, 7.0f, 8216.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p22006c1", 0 }, + { {4093.0f, 7.0f, 8615.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p22029c1", 0 }, + { {4099.0f, 7.0f, 8466.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p21069c2", 0 }, + { {4107.0f, 7.0f, 8209.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p22026c2", 0 }, + { {671.0f, 89.0f, -818.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p7308a", 0 }, + { {362.0f, 89.0f, -833.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p7309a2", 0 }, + { {749.0f, 89.0f, -528.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p7309a2", 0 }, + { {-1421.0f, 1.0f, 2905.0f}, {0.087156f, 0.996195f, 0.0f}, {0.131197f, -0.011478f, -0.99129f}, "p21113c2", 0 }, + { {-1152.0f, 1.0f, 1903.0f}, {-0.087156f, 0.996195f, 0.0f}, {-0.131197f, -0.011478f, 0.99129f}, "p21101c1", 0 }, + { {1058.0f, 1.0f, 3180.0f}, {0.0f, 1.0f, 0.0f}, {-0.991419f, 0.0f, -0.130719f}, "p21207c2", 0 }, + { {-1638.0f, 1.0f, 5078.0f}, {0.0f, 1.0f, 0.0f}, {0.999964f, 0.0f, -0.008532f}, "p21416c2", 0 }, + { {1481.0f, 1.0f, 5305.0f}, {0.0f, 1.0f, 0.0f}, {0.008532f, 0.0f, 0.999964f}, "p21309c2", 0 }, + { {-717.0f, 1.0f, 5648.0f}, {0.0f, 1.0f, 0.0f}, {0.999964f, 0.0f, -0.008525f}, "p21522c2", 0 }, + { {732.0f, 0.0f, 11045.0f}, {0.0f, 0.996195f, 0.087156f}, {0.999964f, 0.000743f, -0.008492f}, "p21828c2", 0 }, + { {1347.0f, 1.0f, 10450.0f}, {0.0f, 1.0f, 0.0f}, {0.008525f, 0.0f, 0.999964f}, "p21889c1", 0 }, + { {195.0f, 89.0f, 49.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p6508a", 0 }, + { {579.0f, 89.0f, 590.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p6506a", 0 }, + { {1333.0f, 89.0f, 1274.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p6390a", 0 }, + { {-520.0f, 89.0f, 1371.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p6530a1", 0 }, + { {788.0f, 1.0f, 4151.0f}, {0.0f, 1.0f, 0.0f}, {0.999057f, 0.0f, -0.043425f}, "p21337c1", 0 }, + { {-914.0f, 1.0f, 4047.0f}, {0.0f, 0.996195f, -0.087156f}, {0.999057f, -0.003785f, -0.04326f}, "p22032c1", 0 }, + { {743.0f, 0.0f, 8505.0f}, {0.0f, 0.996195f, -0.087156f}, {-0.998169f, -0.005271f, -0.060252f}, "p20758c1", 0 }, + { {2205.0f, 0.0f, 8896.0f}, {0.087156f, 0.996195f, 0.0f}, {-0.130222f, 0.011393f, 0.991419f}, "p21950c1", 0 }, + { {7.0f, 1.0f, 3153.0f}, {0.0f, 0.996195f, -0.087156f}, {0.991419f, 0.011393f, 0.130222f}, "p21150c2", 0 }, + { {-114.0f, 1.0f, 3063.0f}, {0.0f, 1.0f, 0.0f}, {-0.824916f, 0.0f, 0.565256f}, "p21150c1", 0 }, + { {-64.0f, -5.0f, 2869.0f}, {0.0f, 0.996195f, 0.087156f}, {-0.991419f, 0.011393f, -0.130222f}, "p21163c1", 0 }, + { {1299.0f, 1.0f, 4881.0f}, {0.0f, 1.0f, 0.0f}, {-0.901809f, 0.0f, -0.432135f}, "p21263c1", 0 }, + { {1578.0f, 1.0f, 4499.0f}, {0.0f, 1.0f, 0.0f}, {-0.105962f, 0.0f, -0.99437f}, "p21267c2", 0 }, + { {1381.0f, 1.0f, 4500.0f}, {0.0f, 1.0f, 0.0f}, {-0.105962f, 0.0f, -0.99437f}, "p21263c1", 0 }, + { {1167.0f, 1.0f, 4502.0f}, {0.0f, 1.0f, 0.0f}, {-0.105962f, 0.0f, -0.99437f}, "p21257c2", 0 }, + { {1156.0f, 204.0f, 4431.0f}, {0.0f, 1.0f, 0.0f}, {0.074304f, 0.0f, -0.997236f}, "p21257c2", 0 }, + { {1613.0f, 204.0f, 4428.0f}, {0.0f, 1.0f, 0.0f}, {0.074304f, 0.0f, -0.997236f}, "p21267c2", 0 }, + { {1447.0f, 204.0f, 4460.0f}, {0.0f, 1.0f, 0.0f}, {0.074304f, 0.0f, -0.997236f}, "p21263c1", 0 }, + { {-277.0f, 1.0f, 4110.0f}, {0.0f, 1.0f, 0.0f}, {0.130719f, 0.0f, -0.991419f}, "p21360c1", 0 }, + { {-109.0f, 1.0f, 4047.0f}, {0.0f, 1.0f, 0.0f}, {0.40542f, 0.0f, -0.914131f}, "p21354c2", 0 }, + { {-19.0f, 1.0f, 3746.0f}, {0.0f, 1.0f, 0.0f}, {0.778052f, 0.0f, 0.6282f}, "p21359c2", 0 }, + { {58.0f, 1.0f, 4172.0f}, {0.0f, 1.0f, 0.0f}, {0.6282f, 0.0f, -0.778052f}, "p21362c2", 0 }, + { {-189.0f, 1.0f, 3817.0f}, {0.0f, 1.0f, 0.0f}, {0.359713f, 0.0f, 0.933063f}, "p21354c1", 0 }, + { {-211.0f, 204.0f, 3929.0f}, {0.0f, 1.0f, 0.0f}, {0.997236f, 0.0f, 0.074304f}, "p21354c1", 0 }, + { {206.0f, 204.0f, 3719.0f}, {0.0f, 1.0f, 0.0f}, {0.997236f, 0.0f, 0.074304f}, "p21340c2", 0 }, + { {188.0f, 204.0f, 4150.0f}, {0.0f, 1.0f, 0.0f}, {0.997236f, 0.0f, 0.074304f}, "p21339c1", 0 }, + { {-1607.0f, 1.0f, 4925.0f}, {0.0f, 1.0f, 0.0f}, {0.99437f, 0.0f, -0.105962f}, "p22031c2", 0 }, + { {-1605.0f, 1.0f, 4663.0f}, {0.0f, 1.0f, 0.0f}, {0.99437f, 0.0f, -0.105962f}, "p21419c2", 0 }, + { {-145.0f, 1.0f, 5485.0f}, {0.0f, 1.0f, 0.0f}, {0.991419f, 0.0f, 0.130719f}, "p21528c2", 0 }, + { {-361.0f, 1.0f, 5740.0f}, {0.0f, 1.0f, 0.0f}, {0.99437f, 0.0f, -0.105962f}, "p21522c2", 0 }, + { {112.0f, 1.0f, 5478.0f}, {0.0f, 1.0f, 0.0f}, {0.99437f, 0.0f, -0.105962f}, "p21551c2", 0 }, + { {109.0f, 1.0f, 5741.0f}, {0.0f, 1.0f, 0.0f}, {0.99437f, 0.0f, -0.105962f}, "p21544c2", 0 }, + { {-835.0f, 0.0f, 5654.0f}, {0.0f, 1.0f, 0.0f}, {0.99437f, 0.0f, -0.105962f}, "p21522c2", 0 }, + { {54.0f, 204.0f, 5881.0f}, {0.0f, 1.0f, 0.0f}, {0.997236f, 0.0f, 0.074304f}, "p21529c2", 0 }, + { {177.0f, 204.0f, 5420.0f}, {0.0f, 1.0f, 0.0f}, {0.997236f, 0.0f, 0.074304f}, "p21551c2", 0 }, + { {37.0f, 204.0f, 5601.0f}, {0.0f, 1.0f, 0.0f}, {0.997236f, 0.0f, 0.074304f}, "p21522c1", 0 }, + { {-1277.0f, 1.0f, 8103.0f}, {0.0f, 1.0f, 0.0f}, {-0.901809f, 0.0f, -0.432135f}, "p21608c2", 0 }, + { {-1382.0f, 1.0f, 8284.0f}, {0.0f, 1.0f, 0.0f}, {-0.580026f, 0.0f, -0.814598f}, "p21608c2", 0 }, + { {-729.0f, 0.0f, 9484.0f}, {0.0f, 1.0f, 0.0f}, {0.99437f, 0.0f, -0.105962f}, "p21669c2", 0 }, + { {-728.0f, 0.0f, 9317.0f}, {0.0f, 1.0f, 0.0f}, {0.99437f, 0.0f, -0.105962f}, "p21660c1", 0 }, + { {-227.0f, 0.0f, 9454.0f}, {0.0f, 1.0f, 0.0f}, {0.99437f, 0.0f, -0.105962f}, "p21660c1", 0 }, + { {-225.0f, 0.0f, 9191.0f}, {0.0f, 1.0f, 0.0f}, {0.99437f, 0.0f, -0.105962f}, "p21668c2", 0 }, + { {1312.0f, 1.0f, 7510.0f}, {0.0f, 1.0f, 0.0f}, {-0.580026f, 0.0f, -0.814598f}, "p21742c1", 0 }, + { {1844.0f, 1.0f, 7657.0f}, {0.0f, 1.0f, 0.0f}, {-0.994742f, 0.0f, 0.102415f}, "p21760c1", 0 }, + { {1526.0f, 1.0f, 7771.0f}, {0.0f, 1.0f, 0.0f}, {0.105962f, 0.0f, 0.99437f}, "p21742c2", 0 }, + { {1121.0f, 204.0f, 7787.0f}, {0.0f, 1.0f, 0.0f}, {-0.074304f, 0.0f, 0.997236f}, "p21758c2", 0 }, + { {1582.0f, 204.0f, 7910.0f}, {0.0f, 1.0f, 0.0f}, {-0.074304f, 0.0f, 0.997236f}, "p21754c2", 0 }, + { {1402.0f, 204.0f, 7769.0f}, {0.0f, 1.0f, 0.0f}, {-0.074304f, 0.0f, 0.997236f}, "p21742c1", 0 }, + { {1260.0f, 1.0f, 7769.0f}, {0.0f, 1.0f, 0.0f}, {0.105962f, 0.0f, 0.99437f}, "p21756c2", 0 }, + { {1271.0f, 204.0f, 7831.0f}, {0.0f, 1.0f, 0.0f}, {-0.074304f, 0.0f, 0.997236f}, "p21756c2", 0 }, + { {1770.0f, 1.0f, 10049.0f}, {0.0f, 1.0f, 0.0f}, {-0.130719f, 0.0f, 0.991419f}, "p21908c1", 0 }, + { {3464.0f, 0.0f, 8340.0f}, {0.0f, 1.0f, 0.0f}, {-0.130719f, 0.0f, 0.991419f}, "p22000c2", 0 }, + { {3813.0f, 1.0f, 8488.0f}, {0.0f, 1.0f, 0.0f}, {-0.909045f, 0.0f, -0.416697f}, "p21069c2", 0 }, + { {4304.0f, 1.0f, 8413.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p21069c1", 0 }, + { {1461.0f, 1.0f, 11041.0f}, {0.0f, 1.0f, 0.0f}, {-0.40542f, 0.0f, 0.914131f}, "p21855c1", 0 }, + { {1482.0f, 1.0f, 11384.0f}, {0.0f, 1.0f, 0.0f}, {-0.994371f, 0.0f, 0.105958f}, "p21875c1", 0 }, + { {1273.0f, 0.0f, 10912.0f}, {0.0f, 1.0f, 0.0f}, {-0.6282f, 0.0f, 0.778052f}, "p21872c1", 0 }, + { {1564.0f, 204.0f, 11158.0f}, {0.0f, 1.0f, 0.0f}, {-0.997236f, 0.0f, -0.074304f}, "p21874c1", 0 }, + { {1147.0f, 204.0f, 11368.0f}, {0.0f, 1.0f, 0.0f}, {-0.997236f, 0.0f, -0.074304f}, "p21873c1", 0 }, + { {1254.0f, 204.0f, 11052.0f}, {0.0f, 1.0f, 0.0f}, {-0.997236f, 0.0f, -0.074304f}, "p21876c2", 0 }, + { {-450.0f, 89.0f, -926.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p8049a", 0 }, + { {4174.0f, 1.0f, 8402.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p21069c1", 0 }, + { {4157.0f, 1.0f, 8499.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p21069c2", 0 }, + { {4524.0f, 1.0f, 8435.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p21069c1", 0 }, + { {1918.0f, 204.0f, 7830.0f}, {0.0f, 1.0f, 0.0f}, {-0.074304f, 0.0f, 0.997236f}, "p21791c1", 0 }, + { {928.0f, 204.0f, 5433.0f}, {0.0f, 1.0f, 0.0f}, {-0.074304f, 0.0f, 0.997236f}, "p21549c2", 0 }, + { {1065.0f, 204.0f, 10163.0f}, {0.0f, 1.0f, 0.0f}, {-0.074304f, 0.0f, 0.997236f}, "p21909c1", 0 }, + { {-1336.0f, 204.0f, 3549.0f}, {0.0f, 1.0f, 0.0f}, {0.997236f, 0.0f, 0.074304f}, "p21386c1", 0 }, + { {469.0f, 204.0f, 809.0f}, {0.0f, 1.0f, 0.0f}, {0.0168f, 0.0f, -0.999859f}, "p6506a", 0 }, + { {-1219.0f, 204.0f, 2374.0f}, {0.0f, 1.0f, 0.0f}, {0.0168f, 0.0f, -0.999859f}, "p21088c2", 0 }, + { {-1364.0f, 204.0f, 2331.0f}, {0.0f, 1.0f, 0.0f}, {0.324951f, 0.0f, -0.945731f}, "p21088c1", 0 }, + { {152.0f, 204.0f, 2928.0f}, {0.0f, 1.0f, 0.0f}, {-0.997236f, 0.0f, -0.074302f}, "p21176c1", 0 }, + { {288.0f, 204.0f, 3090.0f}, {0.0f, 1.0f, 0.0f}, {-0.997236f, 0.0f, -0.074302f}, "p21176c1", 0 }, + { {1021.0f, 204.0f, 3822.0f}, {0.0f, 1.0f, 0.0f}, {0.997236f, 0.0f, 0.074304f}, "p20347c2", 0 }, + { {-1112.0f, 204.0f, 4161.0f}, {0.0f, 1.0f, 0.0f}, {0.997236f, 0.0f, 0.074304f}, "p21382c2", 0 }, + { {1354.0f, 204.0f, 5602.0f}, {0.0f, 1.0f, 0.0f}, {0.628262f, 0.0f, -0.778002f}, "p21309c1", 0 }, + { {842.0f, 89.0f, -385.0f}, {0.0f, 1.0f, 0.0f}, {-0.710586f, 0.0f, -0.70361f}, "p7309a1", 0 }, + { {859.0f, 89.0f, -187.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016798f}, "p8475a2", 0 }, + { {-40.0f, 89.0f, -154.0f}, {0.0f, 1.0f, 0.0f}, {0.999801f, 0.0f, 0.019963f}, "p7316a1", 0 }, + { {18.0f, 89.0f, -536.0f}, {0.0f, 1.0f, 0.0f}, {-0.874302f, 0.0f, 0.485381f}, "p8032a2", 0 }, + { {20.0f, 89.0f, -324.0f}, {0.0f, 1.0f, 0.0f}, {-0.961442f, 0.0f, -0.275009f}, "p8030a2", 0 }, + { {232.0f, 89.0f, -547.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p7311a", 0 }, + { {-450.0f, 89.0f, -552.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p8046a2", 0 }, + { {2147.0f, 89.0f, 1088.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2015b1", 0 }, + { {1950.0f, 89.0f, 397.0f}, {0.0f, 1.0f, 0.0f}, {-0.718885f, 0.0f, 0.695129f}, "p90b", 0 }, + { {1833.0f, 89.0f, 792.0f}, {0.0f, 1.0f, 0.0f}, {0.01673f, 0.0f, -0.99986f}, "p75b", 0 }, + { {2054.0f, 89.0f, 1501.0f}, {0.0f, 1.0f, 0.0f}, {-0.695178f, 0.0f, -0.718837f}, "p32b", 0 }, + { {1781.0f, 89.0f, 2094.0f}, {0.0f, 1.0f, 0.0f}, {0.01673f, 0.0f, -0.99986f}, "p1555b1", 0 }, + { {1844.0f, 89.0f, 2089.0f}, {0.0f, 1.0f, 0.0f}, {0.01673f, 0.0f, -0.99986f}, "p1541b1", 0 }, + { {1969.0f, 89.0f, 1958.0f}, {0.0f, 1.0f, 0.0f}, {0.01673f, 0.0f, -0.99986f}, "p1543b2", 0 }, + { {2161.0f, 89.0f, 925.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p1441b2", 0 }, + { {1965.0f, 89.0f, 2012.0f}, {0.0f, 1.0f, 0.0f}, {0.01673f, 0.0f, -0.99986f}, "p1542b1", 0 }, + { {1759.0f, 89.0f, 2076.0f}, {0.0f, 1.0f, 0.0f}, {0.01673f, 0.0f, -0.99986f}, "p1555b1", 0 }, + { {179.0f, 89.0f, -908.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p7310a", 0 }, + { {839.0f, 89.0f, -611.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p7309a2", 0 }, + { {1470.0f, 89.0f, 487.0f}, {0.0f, 1.0f, 0.0f}, {0.718837f, 0.0f, -0.695178f}, "p86b", 0 }, + { {1617.0f, 89.0f, 105.0f}, {0.0f, 1.0f, 0.0f}, {-0.718885f, 0.0f, 0.695129f}, "p94b", 0 }, + { {1619.0f, 89.0f, 514.0f}, {0.0f, 1.0f, 0.0f}, {0.01673f, 0.0f, -0.99986f}, "p89b", 0 }, + { {1854.0f, 89.0f, 1362.0f}, {0.0f, 1.0f, 0.0f}, {0.695178f, 0.0f, 0.718837f}, "p28b", 0 }, + { {1874.0f, 89.0f, 1898.0f}, {0.0f, 1.0f, 0.0f}, {-0.695178f, 0.0f, -0.718837f}, "p15b", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-1928.0f, 0.0f, 4808.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p22030c2", 0, {-15.452887f, 15.063895f, -0.000173f, 5.000127f, -12.086317f, 16.564316f} }, + { {-1784.0f, 0.0f, 4776.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p22030c1", 0, {-15.452887f, 15.550135f, -0.000178f, 5.000127f, -12.086317f, 17.06444f} }, + { {-1718.0f, 0.0f, 4825.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p22031c1", 0, {-15.332479f, 15.063895f, -0.000173f, 5.000127f, -12.1002f, 16.564316f} }, + { {-1733.0f, 0.0f, 4684.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p21419c2", 0, {-15.332479f, 15.063895f, -0.000173f, 5.000127f, -12.1002f, 16.564316f} }, + { {-1784.0f, 0.0f, 4876.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p22030c1", 0, {-14.952764f, 15.929849f, -0.000178f, 5.000126f, -12.1002f, 17.06444f} }, + { {-1859.0f, 0.0f, 4895.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p22030c1", 0, {-14.952764f, 15.929849f, -0.000178f, 5.000126f, -12.1002f, 17.06444f} }, + { {-1847.0f, 0.0f, 4737.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p22030c2", 0, {-15.452887f, 15.550135f, -0.000178f, 5.000118f, -11.234246f, 17.06444f} }, + { {-1836.0f, 0.0f, 4976.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p21446c2", 0, {-15.332479f, 15.063895f, -0.000173f, 5.000127f, -12.1002f, 16.564316f} }, + { {-1758.0f, 0.0f, 4952.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p22030c1", 0, {-15.332479f, 15.063895f, -0.000173f, 5.000127f, -12.1002f, 16.564316f} }, + { {-1822.0f, 0.0f, 4638.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p21445c2", 0, {-14.952764f, 15.929849f, -0.000178f, 5.000126f, -12.1002f, 17.06444f} }, + { {-502.0f, 0.0f, 9483.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p21669c2", 0, {-15.332479f, 15.063895f, -0.000173f, 5.000127f, -12.1002f, 16.564316f} }, + { {-349.0f, 0.0f, 9279.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p21660c2", 0, {-15.452887f, 15.063895f, -0.000173f, 5.000127f, -12.086317f, 16.564316f} }, + { {-426.0f, 0.0f, 9422.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p21660c1", 0, {-15.452887f, 15.550135f, -0.000178f, 5.000117f, -11.234246f, 17.06444f} }, + { {-551.0f, 0.0f, 9172.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p21668c1", 0, {-14.952764f, 15.929849f, -0.000178f, 5.000126f, -12.1002f, 17.06444f} }, + { {-364.0f, 0.0f, 9563.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p21669c2", 0, {-14.952764f, 16.050259f, -0.000169f, 5.000127f, -12.1002f, 16.198484f} }, + { {-630.0f, 0.0f, 9595.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p21669c2", 0, {-14.952764f, 15.184303f, -0.000164f, 5.000127f, -12.1002f, 15.698362f} }, + { {-474.0f, 0.0f, 9259.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p21660c2", 0, {-14.952764f, 16.050259f, -0.000169f, 5.000126f, -12.1002f, 16.198484f} }, + { {-580.0f, 0.0f, 9430.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p21660c1", 0, {-15.332479f, 15.063895f, -0.000173f, 5.000127f, -12.1002f, 16.564316f} }, + { {-647.0f, 0.0f, 9332.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p21660c1", 0, {-15.332479f, 15.063895f, -0.000173f, 5.000127f, -12.1002f, 16.564316f} }, + { {-537.0f, 0.0f, 9312.0f}, {9e-06, 1.0f, -5e-06}, {-0.865954f, 1e-05, 0.500123f}, "p21660c1", 0, {-15.452887f, 14.68418f, -0.000173f, 5.000118f, -11.234246f, 16.564316f} }, + { {2313.0f, 0.0f, 10354.0f}, {1e-05, 1.0f, 3e-06}, {-0.965678f, 1e-05, -0.259741f}, "p21919c2", 0, {-15.484252f, 15.304287f, -0.000174f, 5.00013f, -12.400759f, 16.716213f} }, + { {1951.0f, 0.0f, 10076.0f}, {1e-05, 1.0f, 3e-06}, {-0.965678f, 1e-05, -0.259741f}, "p21933c2", 0, {-15.231003f, 15.817276f, -0.000173f, 5.000121f, -11.628029f, 16.523266f} }, + { {2133.0f, 0.0f, 10464.0f}, {1e-05, 1.0f, 3e-06}, {-0.965678f, 1e-05, -0.259741f}, "p21937c1", 0, {-14.518573f, 15.817276f, -0.000172f, 5.000121f, -11.628029f, 16.456472f} }, + { {2118.0f, 0.0f, 10325.0f}, {1e-05, 1.0f, 3e-06}, {-0.965678f, 1e-05, -0.259741f}, "p21919c2", 0, {-15.231003f, 15.817276f, -0.000173f, 5.000131f, -12.593707f, 16.523266f} }, + { {1954.0f, 0.0f, 10448.0f}, {1e-05, 1.0f, 3e-06}, {-0.965678f, 1e-05, -0.259741f}, "p21937c1", 0, {-15.231003f, 15.817276f, -0.000173f, 5.000121f, -11.628029f, 16.523266f} }, + { {1898.0f, 0.0f, 10189.0f}, {1e-05, 1.0f, 3e-06}, {-0.965678f, 1e-05, -0.259741f}, "p21919c2", 0, {-15.743992f, 14.851598f, -0.000174f, 5.000129f, -12.333966f, 16.716213f} }, + { {2000.0f, 0.0f, 10282.0f}, {1e-05, 1.0f, 3e-06}, {-0.965678f, 1e-05, -0.259741f}, "p21919c2", 0, {-15.484252f, 14.851598f, -0.000174f, 5.000119f, -11.368288f, 16.716213f} }, + { {1844.0f, 0.0f, 10292.0f}, {1e-05, 1.0f, 3e-06}, {-0.965678f, 1e-05, -0.259741f}, "p21907c1", 0, {-15.484252f, 15.304287f, -0.000174f, 5.00013f, -12.400759f, 16.716213f} }, + { {2081.0f, 0.0f, 10050.0f}, {1e-05, 1.0f, 3e-06}, {-0.965678f, 1e-05, -0.259741f}, "p21933c2", 0, {-15.231003f, 15.564027f, -0.000174f, 5.000121f, -11.628029f, 16.716213f} }, + { {2262.0f, 0.0f, 10136.0f}, {1e-05, 1.0f, 3e-06}, {-0.965678f, 1e-05, -0.259741f}, "p21934c2", 0, {-15.231003f, 15.304287f, -0.000174f, 5.000131f, -12.593707f, 16.716213f} }, + { {222.0f, -24.0f, -263.0f}, {0.0f, 1.0f, 0.000123f}, {-0.000313f, 0.000123f, -1.0f}, "p7314a2", 0, {-103.003136f, 102.0025f, -0.001239f, 84.00099f, -8.032285f, 10.042322f} }, + { {-391.0f, -31.0f, 3024.0f}, {1e-06, 1.0f, 1e-06}, {1.0f, -1e-06, 0.0f}, "p21150c2", 0, {-511.00015f, 510.00058f, -0.001127f, 376.00113f, -464.00037f, 464.00015f} }, + { {1417.0f, -31.0f, 4826.0f}, {1e-06, 1.0f, -1e-06}, {0.0f, -1e-06, -1.0f}, "p21263c2", 0, {-511.00015f, 511.00058f, -0.001129f, 376.00113f, -464.00037f, 464.00015f} }, + { {512.0f, -31.0f, 3921.0f}, {-1e-06, 1.0f, -1e-06}, {-1.0f, -1e-06, 0.0f}, "p21332c2", 0, {-511.00018f, 510.00058f, -0.001128f, 376.00113f, -463.99985f, 464.00018f} }, + { {-391.0f, -31.0f, 5732.0f}, {1e-06, 1.0f, 1e-06}, {1.0f, -1e-06, 0.0f}, "p21522c2", 0, {-511.00018f, 511.00058f, -0.001129f, 376.00113f, -464.0004f, 464.00018f} }, + { {-1290.0f, -31.0f, 7534.0f}, {1e-06, 1.0f, -1e-06}, {0.0f, -1e-06, -1.0f}, "p21586c2", 0, {-511.00018f, 511.00058f, -0.001128f, 376.00113f, -463.0004f, 464.00018f} }, + { {-391.0f, -31.0f, 9335.0f}, {-1e-06, 1.0f, -1e-06}, {-1.0f, -1e-06, 0.0f}, "p21660c2", 0, {-510.00018f, 511.00058f, -0.001129f, 376.00113f, -464.0004f, 464.00018f} }, + { {2320.0f, -31.0f, 9338.0f}, {1e-06, 1.0f, -1e-06}, {0.0f, -1e-06, -1.0f}, "p21950c2", 0, {-510.00018f, 511.00058f, -0.001129f, 376.00113f, -464.0004f, 463.00018f} }, + { {-1293.0f, -31.0f, 2119.0f}, {-1e-06, 1.0f, 1e-06}, {0.0f, -1e-06, 1.0f}, "p21088c2", 0, {-527.0002f, 526.00055f, -0.001128f, 364.0011f, -464.00037f, 464.00015f} }, + { {512.0f, -31.0f, 3021.0f}, {-1e-06, 1.0f, -1e-06}, {-1.0f, -1e-06, 0.0f}, "p21176c2", 0, {-526.0001f, 527.00055f, -0.001128f, 364.00113f, -463.00037f, 464.00015f} }, + { {-391.0f, -31.0f, 3924.0f}, {-1e-06, 1.0f, -1e-06}, {-1.0f, -1e-06, 0.0f}, "p21354c2", 0, {-527.0001f, 526.00055f, -0.001129f, 364.00113f, -464.00037f, 464.00015f} }, + { {512.0f, -31.0f, 5729.0f}, {-1e-06, 1.0f, -1e-06}, {-1.0f, -1e-06, 0.0f}, "p21544c1", 0, {-527.0001f, 526.00055f, -0.001127f, 364.00113f, -463.00037f, 464.00015f} }, + { {-1293.0f, -31.0f, 6631.0f}, {-1e-06, 1.0f, 1e-06}, {0.0f, -1e-06, 1.0f}, "p21566c2", 0, {-527.0001f, 526.00055f, -0.001127f, 364.00113f, -464.00037f, 464.00015f} }, + { {-1293.0f, -31.0f, 8436.0f}, {1e-06, 1.0f, -1e-06}, {0.0f, -1e-06, -1.0f}, "p21608c1", 0, {-526.0001f, 527.00055f, -0.001128f, 364.00113f, -464.00037f, 464.00015f} }, + { {512.0f, -31.0f, 10241.0f}, {-1e-06, 1.0f, 1e-06}, {0.0f, -1e-06, 1.0f}, "p21807c2", 0, {-527.0001f, 526.00055f, -0.001129f, 364.00113f, -464.00037f, 464.00015f} }, + { {3219.0f, -31.0f, 8436.0f}, {1e-06, 1.0f, 1e-06}, {1.0f, -1e-06, 0.0f}, "p22000c1", 0, {-526.0001f, 526.00055f, -0.001127f, 364.00113f, -464.00037f, 464.00015f} }, + { {1414.0f, -31.0f, 3927.0f}, {1e-06, 1.0f, 1e-06}, {1.0f, -1e-06, -1e-06}, "p20347c1", 0, {-467.00043f, 467.00085f, -0.001129f, 358.00113f, -470.0006f, 470.0004f} }, + { {-1290.0f, -31.0f, 5729.0f}, {1e-06, 1.0f, -1e-06}, {-1e-06, -1e-06, -1.0f}, "p21496c1", 0, {-467.00043f, 467.00085f, -0.001128f, 358.00113f, -470.0006f, 470.0004f} }, + { {512.0f, -31.0f, 9342.0f}, {1e-06, 1.0f, 1e-06}, {1.0f, -1e-06, -1e-06}, "p21686c1", 0, {-466.00043f, 467.00085f, -0.001129f, 358.00113f, -470.0006f, 470.00043f} }, + { {2316.0f, -31.0f, 8433.0f}, {-1e-06, 1.0f, -1e-06}, {-1.0f, -1e-06, 1e-06}, "p21985c3", 0, {-467.00043f, 467.00085f, -0.001129f, 358.00113f, -471.0006f, 469.0004f} }, + { {-1296.0f, -31.0f, 3021.0f}, {1e-06, 1.0f, 1e-06}, {1.0f, -1e-06, 0.0f}, "p21113c2", 0, {-470.00018f, 470.0006f, -0.001129f, 358.00113f, -468.00037f, 467.00015f} }, + { {1414.0f, -31.0f, 5732.0f}, {1e-06, 1.0f, -1e-06}, {0.0f, -1e-06, -1.0f}, "p21310c2", 0, {-470.00018f, 470.0006f, -0.001129f, 358.00113f, -467.00037f, 467.00015f} }, + { {-1293.0f, -31.0f, 3921.0f}, {-1e-06, 1.0f, 1e-06}, {0.0f, -1e-06, 1.0f}, "p22032c2", 0, {-470.00018f, 470.0006f, -0.001129f, 358.00113f, -468.00037f, 467.00015f} }, + { {-2196.0f, -31.0f, 4823.0f}, {-1e-06, 1.0f, 1e-06}, {0.0f, -1e-06, 1.0f}, "p22030c2", 0, {-470.00018f, 470.0006f, -0.001129f, 358.00113f, -467.00037f, 467.00015f} }, + { {512.0f, -31.0f, 8433.0f}, {-1e-06, 1.0f, 1e-06}, {0.0f, -1e-06, 1.0f}, "p20758c1", 0, {-470.00018f, 470.0006f, -0.001129f, 358.00113f, -467.00037f, 467.00015f} }, + { {1414.0f, -31.0f, 7530.0f}, {-1e-06, 1.0f, 1e-06}, {0.0f, -1e-06, 1.0f}, "p21760c2", 0, {-470.00018f, 470.0006f, -0.001128f, 358.00113f, -467.00037f, 467.00015f} }, + { {1414.0f, -31.0f, 11147.0f}, {1e-06, 1.0f, -1e-06}, {0.0f, -1e-06, -1.0f}, "p21876c2", 0, {-470.00018f, 470.0006f, -0.001128f, 358.00113f, -467.00037f, 467.00015f} }, + { {2317.0f, -31.0f, 10244.0f}, {1e-06, 1.0f, -1e-06}, {0.0f, -1e-06, -1.0f}, "p21919c1", 0, {-470.00018f, 470.0006f, -0.001129f, 358.00113f, -467.00037f, 467.00015f} }, + { {1455.0f, -31.0f, 2959.0f}, {-1e-06, 1.0f, 1e-06}, {0.0f, -1e-06, 1.0f}, "p21209c2", 0, {-505.00015f, 504.00058f, -0.001128f, 376.00113f, -527.0003f, 526.0001f} }, + { {-1231.0f, -31.0f, 4867.0f}, {-1e-06, 1.0f, -1e-06}, {-1.0f, -1e-06, 0.0f}, "p21401c1", 0, {-505.00015f, 504.00058f, -0.001129f, 376.00113f, -527.0003f, 526.0001f} }, + { {-2236.0f, -31.0f, 5791.0f}, {1e-06, 1.0f, -1e-06}, {0.0f, -1e-06, -1.0f}, "p21462c1", 0, {-504.00015f, 505.00058f, -0.001129f, 376.00113f, -527.0003f, 526.0001f} }, + { {-1334.0f, -31.0f, 9401.0f}, {1e-06, 1.0f, -1e-06}, {0.0f, -1e-06, -1.0f}, "p21629c1", 0, {-505.00015f, 504.00058f, -0.001128f, 376.00113f, -527.0003f, 526.0001f} }, + { {1477.0f, -31.0f, 8477.0f}, {-1e-06, 1.0f, -1e-06}, {-1.0f, -1e-06, 0.0f}, "p21711c1", 0, {-505.00015f, 504.00058f, -0.001128f, 376.00116f, -526.0003f, 527.0001f} }, + { {2357.0f, -31.0f, 7471.0f}, {-1e-06, 1.0f, 1e-06}, {0.0f, -1e-06, 1.0f}, "p21773c1", 0, {-504.00015f, 505.00058f, -0.001129f, 376.00113f, -527.0003f, 526.0001f} }, + { {471.0f, -31.0f, 11206.0f}, {1e-06, 1.0f, -1e-06}, {0.0f, -1e-06, -1.0f}, "p21828c1", 0, {-504.00015f, 505.00058f, -0.001129f, 376.00113f, -526.0003f, 526.0001f} }, + { {1352.0f, -31.0f, 10200.0f}, {1e-06, 1.0f, 1e-06}, {1.0f, -1e-06, 0.0f}, "p21889c1", 0, {-505.00015f, 504.00058f, -0.001129f, 376.00113f, -527.0003f, 526.0001f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 25620, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 25621, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 25622, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 25623, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 25624, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 25627, 1, + /* Type = ObjectiveCompleteCondition; index = 6 */ + _mkword(0, _mkshort(0, 26)), 131072, + /* Type = ObjectiveFailCondition; index = 7 */ + _mkword(0, _mkshort(0, 27)), 262144, + /* Type = ObjectiveEnd; index = 8 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 9 */ + _mkword(0, _mkshort(0, 23)), 1, 25625, 0, + /* Type = ObjectiveCompleteCondition; index = 10 */ + _mkword(0, _mkshort(0, 26)), 16384, + /* Type = ObjectiveFailCondition; index = 11 */ + _mkword(0, _mkshort(0, 27)), 32768, + /* Type = ObjectiveEnd; index = 12 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 13 */ + _mkword(0, _mkshort(0, 23)), 2, 25626, 256, + /* Type = ObjectiveCompleteCondition; index = 14 */ + _mkword(0, _mkshort(0, 26)), 16384, + /* Type = ObjectiveFailCondition; index = 15 */ + _mkword(0, _mkshort(0, 27)), 4096, + /* Type = ObjectiveEnd; index = 16 */ + _mkword(0, _mkshort(0, 24)), + /* Type = StandardProp; index = 17 */ + _mkword(256, _mkshort(0, 3)), _mkword(320, 10031), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 18 */ + _mkword(256, _mkshort(0, 3)), _mkword(320, 10032), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 19 */ + _mkword(256, _mkshort(0, 3)), _mkword(320, 10033), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 20 */ + _mkword(256, _mkshort(0, 3)), _mkword(320, 10034), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 21 */ + _mkword(256, _mkshort(0, 3)), _mkword(320, 10035), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 22 */ + _mkword(256, _mkshort(0, 3)), _mkword(320, 10036), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 23 */ + _mkword(256, _mkshort(0, 3)), _mkword(320, 10037), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 24 */ + _mkword(256, _mkshort(0, 3)), _mkword(321, 10038), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 25 */ + _mkword(256, _mkshort(0, 3)), _mkword(321, 10039), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 26 */ + _mkword(256, _mkshort(0, 3)), _mkword(321, 10040), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 27 */ + _mkword(256, _mkshort(0, 3)), _mkword(321, 10041), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 28 */ + _mkword(256, _mkshort(0, 3)), _mkword(321, 10042), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 29 */ + _mkword(256, _mkshort(0, 3)), _mkword(321, 10043), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 30 */ + _mkword(256, _mkshort(0, 3)), _mkword(321, 10044), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 31 */ + _mkword(256, _mkshort(0, 3)), _mkword(321, 10045), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 32 */ + _mkword(256, _mkshort(0, 3)), _mkword(322, 10046), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 33 */ + _mkword(256, _mkshort(0, 3)), _mkword(322, 10047), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 34 */ + _mkword(256, _mkshort(0, 3)), _mkword(322, 10048), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 35 */ + _mkword(256, _mkshort(0, 3)), _mkword(322, 10049), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 36 */ + _mkword(256, _mkshort(0, 3)), _mkword(323, 10050), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 37 */ + _mkword(256, _mkshort(0, 3)), _mkword(323, 10051), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 38 */ + _mkword(256, _mkshort(0, 3)), _mkword(323, 10052), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 39 */ + _mkword(256, _mkshort(0, 3)), _mkword(323, 10053), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(256, _mkshort(0, 3)), _mkword(323, 10054), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(256, _mkshort(0, 3)), _mkword(323, 10055), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 42 */ + _mkword(256, _mkshort(0, 3)), _mkword(323, 10056), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 43 */ + _mkword(256, _mkshort(0, 3)), _mkword(323, 10057), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(256, _mkshort(0, 3)), _mkword(324, 10058), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(256, _mkshort(0, 3)), _mkword(324, 10059), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 46 */ + _mkword(256, _mkshort(0, 3)), _mkword(324, 10060), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 47 */ + _mkword(256, _mkshort(0, 3)), _mkword(324, 10061), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(256, _mkshort(0, 3)), _mkword(324, 10062), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(256, _mkshort(0, 3)), _mkword(324, 10063), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 50 */ + _mkword(256, _mkshort(0, 3)), _mkword(324, 10064), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 51 */ + _mkword(256, _mkshort(0, 3)), _mkword(324, 10065), 0x000204e1, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tank; index = 52 */ + _mkword(276, _mkshort(0, 45)), _mkword(288, 174), 0x00020501, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000001e, 0x00000000, + /* Type = Tag; index = 53 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0xffff), 0, 0, + /* Type = Vehicle; index = 54 */ + _mkword(256, _mkshort(0, 39)), _mkword(280, 176), 0x20000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000401, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = StandardProp; index = 55 */ + _mkword(512, _mkshort(0, 3)), _mkword(303, 195), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(691, _mkshort(0, 3)), _mkword(304, 194), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 57 */ + _mkword(512, _mkshort(0, 3)), _mkword(303, 193), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Vehicle; index = 58 */ + _mkword(256, _mkshort(0, 39)), _mkword(280, 196), 0x20000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000401, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = StandardProp; index = 59 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 197), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 199), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 198), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Vehicle; index = 62 */ + _mkword(256, _mkshort(0, 39)), _mkword(280, 203), 0x20000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000401, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = StandardProp; index = 63 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 204), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 64 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 205), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 65 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 206), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 66 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 207), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 67 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 211), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 68 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 212), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 69 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10000), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 70 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10001), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 71 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10002), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 72 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10003), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 73 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10004), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 74 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10005), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 75 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10006), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 76 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10007), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 77 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10008), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 78 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10009), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = Vehicle; index = 79 */ + _mkword(256, _mkshort(0, 39)), _mkword(280, 213), 0x20000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000401, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = StandardProp; index = 80 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 214), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 81 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 215), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 82 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 216), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 83 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 217), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 84 */ + _mkword(512, _mkshort(0, 3)), _mkword(303, 221), 0x00000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 85 */ + _mkword(614, _mkshort(0, 3)), _mkword(303, 222), 0x00000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 86 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 223), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 87 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 224), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 88 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 225), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 89 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 226), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 90 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10010), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 91 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10011), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 92 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10012), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 93 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10013), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 94 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10014), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 95 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10015), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 96 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10016), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 97 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10017), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 98 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10018), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 99 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10019), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 100 */ + _mkword(691, _mkshort(0, 3)), _mkword(304, 228), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Vehicle; index = 101 */ + _mkword(256, _mkshort(0, 39)), _mkword(280, 227), 0x20000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000401, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = StandardProp; index = 102 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 233), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 103 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 229), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Vehicle; index = 104 */ + _mkword(256, _mkshort(0, 39)), _mkword(280, 235), 0x20000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000401, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = StandardProp; index = 105 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10020), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 106 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10021), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 107 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10022), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 108 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10023), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 109 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10024), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 110 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10025), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 111 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10026), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 112 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10027), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 113 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10028), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 114 */ + _mkword(256, _mkshort(0, 3)), _mkword(313, 10029), 0x000001e1, 0x00000200, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = Vehicle; index = 115 */ + _mkword(256, _mkshort(0, 39)), _mkword(280, 236), 0x20000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000401, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Vehicle; index = 116 */ + _mkword(256, _mkshort(0, 39)), _mkword(280, 237), 0x20000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000401, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Collectable; index = 117 */ + _mkword(256, _mkshort(0, 8)), _mkword(196, 237), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 118 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0xffff), 0, 0, + /* Type = StandardProp; index = 119 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 239), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 120 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 240), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 121 */ + _mkword(256, _mkshort(0, 3)), _mkword(334, 241), 0x00000501, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 122 */ + _mkword(512, _mkshort(0, 3)), _mkword(303, 177), 0x00000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 123 */ + _mkword(691, _mkshort(0, 3)), _mkword(304, 179), 0x00000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 124 */ + _mkword(512, _mkshort(0, 3)), _mkword(303, 180), 0x00000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 125 */ + _mkword(512, _mkshort(0, 3)), _mkword(303, 181), 0x00000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 126 */ + _mkword(691, _mkshort(0, 3)), _mkword(304, 182), 0x00000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 127 */ + _mkword(512, _mkshort(0, 3)), _mkword(303, 183), 0x00000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 128 */ + _mkword(691, _mkshort(0, 3)), _mkword(304, 184), 0x00000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 129 */ + _mkword(512, _mkshort(0, 3)), _mkword(303, 187), 0x00000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 130 */ + _mkword(691, _mkshort(0, 3)), _mkword(304, 188), 0x00000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 131 */ + _mkword(512, _mkshort(0, 3)), _mkword(303, 189), 0x00000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 132 */ + _mkword(512, _mkshort(0, 3)), _mkword(303, 191), 0x00000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 133 */ + _mkword(691, _mkshort(0, 3)), _mkword(304, 192), 0x00000101, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Armour; index = 134 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 272), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 135 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 249), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 136 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 250), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 137 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 251), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 138 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 252), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Collectable; index = 139 */ + _mkword(256, _mkshort(0, 8)), _mkword(185, 273), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x18, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 140 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 274), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0x00c4, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0x00cb, 6), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Guard; index = 141 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 264), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 142 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 265), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 143 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 263), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 144 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 200), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 145 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 202), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 146 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 201), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 147 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 209), _mkword(2, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 148 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 208), _mkword(2, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 149 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 210), _mkword(2, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 150 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 81), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 151 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 82), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 152 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 83), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 153 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 218), _mkword(2, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 154 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 219), _mkword(2, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 155 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 220), _mkword(2, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 156 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 232), _mkword(2, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 157 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 231), _mkword(2, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 158 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 230), _mkword(2, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 159 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 168), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 160 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 169), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 161 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 170), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 162 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 242), _mkword(2, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 163 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 243), _mkword(2, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 164 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 244), _mkword(2, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 165 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 138), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 166 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 135), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 167 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 269), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 168 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 270), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 169 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 271), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 170 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 276), _mkword(2, 1042), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 171 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 277), _mkword(2, 1042), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 172 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 268), _mkword(10, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 173 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 278), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 174 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 279), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 175 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 280), _mkword(2, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 176 */ + _mkword(0, _mkshort(0, 9)), _mkword(35, 281), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 177 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 282), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 178 */ + _mkword(0, _mkshort(0, 9)), _mkword(37, 283), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 179 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 284), _mkword(2, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 180 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 181 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 1), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 182 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 183 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 184 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 4), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 185 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 186 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 187 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 188 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 11), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 189 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 190 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 191 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 192 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 193 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 194 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 195 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 27), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 196 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 197 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 198 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 30), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 199 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 32), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 200 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 201 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 202 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 35), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 203 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 204 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 205 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 38), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = SetGuardAttribute; index = 206 */ + _mkword(0, _mkshort(0, 18)), 2, 0x00000019, + /* Type = SetGuardAttribute; index = 207 */ + _mkword(0, _mkshort(0, 18)), 6, 0x00000019, + /* Type = SetGuardAttribute; index = 208 */ + _mkword(0, _mkshort(0, 18)), 9, 0x00000019, + /* Type = SetGuardAttribute; index = 209 */ + _mkword(0, _mkshort(0, 18)), 12, 0x00000019, + /* Type = SetGuardAttribute; index = 210 */ + _mkword(0, _mkshort(0, 18)), 14, 0x00000019, + /* Type = SetGuardAttribute; index = 211 */ + _mkword(0, _mkshort(0, 18)), 15, 0x00000019, + /* Type = SetGuardAttribute; index = 212 */ + _mkword(0, _mkshort(0, 18)), 17, 0x00000019, + /* Type = SetGuardAttribute; index = 213 */ + _mkword(0, _mkshort(0, 18)), 21, 0x00000019, + /* Type = SetGuardAttribute; index = 214 */ + _mkword(0, _mkshort(0, 18)), 23, 0x00000019, + /* Type = SetGuardAttribute; index = 215 */ + _mkword(0, _mkshort(0, 18)), 25, 0x00000019, + /* Type = Cutscene; index = 216 */ + _mkword(0, _mkshort(0, 46)), 1295771, -3939, 2494453, 336912, 16013, 247, + /* Type = Tag; index = 217 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0xffff), 0, 0, + /* Type = EndProps; index = 218 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0x00075789, 0x00003550, 0x001360a7, 0x0003c5a7, 0x000624c0, 0x0000003b, 0x0000641c, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x0008d4be, 0x000025a8, 0x00094930, 0x00059537, 0x00062daf, 0x00000112, 0x0000641c, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 2 */ + _mkword(0, _mkshort(0, 7)), 9, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 245, 0, + /* Type = StartWeapon; index = 4 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 5 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = Cuff; index = 6 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = SwirlCam; index = 7 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0xff9c0000, 0x00c80000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0xff9c0000, 0x00c80000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0x000a0000, 0xff9c0000, 0x00aa0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00320000, 0xffec0000, 0x00000000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00140000, 0x00258000, 0xffb28000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 16 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 2, -1 }; +s32 path_neighbors_2[] = { 1, 3, 8, -1 }; +s32 path_neighbors_3[] = { 2, 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, -1 }; +s32 path_neighbors_6[] = { 5, 7, -1 }; +s32 path_neighbors_7[] = { 6, 11, -1 }; +s32 path_neighbors_8[] = { 2, 9, -1 }; +s32 path_neighbors_9[] = { 8, 10, -1 }; +s32 path_neighbors_10[] = { 9, 11, -1 }; +s32 path_neighbors_11[] = { 7, 10, 12, -1 }; +s32 path_neighbors_12[] = { 11, 13, -1 }; +s32 path_neighbors_13[] = { 12, 14, -1 }; +s32 path_neighbors_14[] = { 13, 15, -1 }; +s32 path_neighbors_15[] = { 14, 16, -1 }; +s32 path_neighbors_16[] = { 15, 17, -1 }; +s32 path_neighbors_17[] = { 16, 18, 19, -1 }; +s32 path_neighbors_18[] = { 17, 25, -1 }; +s32 path_neighbors_19[] = { 17, 20, -1 }; +s32 path_neighbors_20[] = { 19, 21, -1 }; +s32 path_neighbors_21[] = { 20, 22, -1 }; +s32 path_neighbors_22[] = { 21, 23, -1 }; +s32 path_neighbors_23[] = { 22, 24, -1 }; +s32 path_neighbors_24[] = { 23, 26, -1 }; +s32 path_neighbors_25[] = { 18, 26, -1 }; +s32 path_neighbors_26[] = { 24, 25, 27, -1 }; +s32 path_neighbors_27[] = { 26, 28, -1 }; +s32 path_neighbors_28[] = { 27, 29, -1 }; +s32 path_neighbors_29[] = { 28, 30, -1 }; +s32 path_neighbors_30[] = { 29, 31, -1 }; +s32 path_neighbors_31[] = { 30, 32, -1 }; +s32 path_neighbors_32[] = { 31, 33, -1 }; +s32 path_neighbors_33[] = { 32, 35, -1 }; +s32 path_neighbors_34[] = { 35, 38, -1 }; +s32 path_neighbors_35[] = { 33, 34, 36, -1 }; +s32 path_neighbors_36[] = { 35, 37, -1 }; +s32 path_neighbors_37[] = { 36, 39, 40, -1 }; +s32 path_neighbors_38[] = { 34, 39, -1 }; +s32 path_neighbors_39[] = { 37, 38, -1 }; +s32 path_neighbors_40[] = { 37, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, -1 }; +s32 path_indeces_1[] = { 3, 4, 5, -1 }; +s32 path_indeces_2[] = { 6, 7, 8, 9, 10, 11, 12, 13, 14, -1 }; +s32 path_indeces_3[] = { 15, 16, 17, -1 }; +s32 path_indeces_4[] = { 18, 19, 20, -1 }; +s32 path_indeces_5[] = { 21, 22, 23, -1 }; +s32 path_indeces_6[] = { 24, 25, 26, -1 }; +s32 path_indeces_7[] = { 27, 28, 29, 30, 31, 32, -1 }; +s32 path_indeces_8[] = { 33, 34, 35, -1 }; +s32 path_indeces_9[] = { 36, 37, 38, 39, 40, 41, -1 }; +s32 path_indeces_10[] = { 42, 43, 44, -1 }; +s32 path_indeces_11[] = { 45, 46, 47, 48, 49, 50, 51, 52, 53, -1 }; +s32 path_indeces_12[] = { 54, 55, 56, -1 }; +s32 path_indeces_13[] = { 57, 58, 59, -1 }; +s32 path_indeces_14[] = { 60, 61, 62, -1 }; +s32 path_indeces_15[] = { 63, 64, 65, -1 }; +s32 path_indeces_16[] = { 66, 67, 68, -1 }; +s32 path_indeces_17[] = { 69, 70, 71, 72, 73, 74, 75, 76, 77, -1 }; +s32 path_indeces_18[] = { 78, 79, 80, 81, 82, 83, -1 }; +s32 path_indeces_19[] = { 84, 85, 86, -1 }; +s32 path_indeces_20[] = { 87, 88, 89, -1 }; +s32 path_indeces_21[] = { 90, 91, 92, -1 }; +s32 path_indeces_22[] = { 93, 94, 95, -1 }; +s32 path_indeces_23[] = { 96, 97, 98, -1 }; +s32 path_indeces_24[] = { 99, 100, 101, -1 }; +s32 path_indeces_25[] = { 102, 103, 104, -1 }; +s32 path_indeces_26[] = { 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, -1 }; +s32 path_indeces_27[] = { 117, 118, 119, -1 }; +s32 path_indeces_28[] = { 120, 121, 122, -1 }; +s32 path_indeces_29[] = { 123, 124, 125, -1 }; +s32 path_indeces_30[] = { 126, 127, 128, -1 }; +s32 path_indeces_31[] = { 129, 130, 131, -1 }; +s32 path_indeces_32[] = { 132, 133, 134, -1 }; +s32 path_indeces_33[] = { 135, 136, 137, -1 }; +s32 path_indeces_34[] = { 138, 139, 140, -1 }; +s32 path_indeces_35[] = { 141, 142, 143, 144, 145, 146, 147, 148, 149, -1 }; +s32 path_indeces_36[] = { 150, 151, 152, -1 }; +s32 path_indeces_37[] = { 153, 154, 155, -1 }; +s32 path_indeces_38[] = { 156, 157, 158, 159, 160, 161, 162, 163, 164, -1 }; +s32 path_indeces_39[] = { 165, 166, 167, 168, 169, 170, -1 }; +s32 path_indeces_40[] = { 171, 172, 173, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { &path_neighbors_15, &path_indeces_15, 0 }, + { &path_neighbors_16, &path_indeces_16, 0 }, + { &path_neighbors_17, &path_indeces_17, 0 }, + { &path_neighbors_18, &path_indeces_18, 0 }, + { &path_neighbors_19, &path_indeces_19, 0 }, + { &path_neighbors_20, &path_indeces_20, 0 }, + { &path_neighbors_21, &path_indeces_21, 0 }, + { &path_neighbors_22, &path_indeces_22, 0 }, + { &path_neighbors_23, &path_indeces_23, 0 }, + { &path_neighbors_24, &path_indeces_24, 0 }, + { &path_neighbors_25, &path_indeces_25, 0 }, + { &path_neighbors_26, &path_indeces_26, 0 }, + { &path_neighbors_27, &path_indeces_27, 0 }, + { &path_neighbors_28, &path_indeces_28, 0 }, + { &path_neighbors_29, &path_indeces_29, 0 }, + { &path_neighbors_30, &path_indeces_30, 0 }, + { &path_neighbors_31, &path_indeces_31, 0 }, + { &path_neighbors_32, &path_indeces_32, 0 }, + { &path_neighbors_33, &path_indeces_33, 0 }, + { &path_neighbors_34, &path_indeces_34, 0 }, + { &path_neighbors_35, &path_indeces_35, 0 }, + { &path_neighbors_36, &path_indeces_36, 0 }, + { &path_neighbors_37, &path_indeces_37, 0 }, + { &path_neighbors_38, &path_indeces_38, 0 }, + { &path_neighbors_39, &path_indeces_39, 0 }, + { &path_neighbors_40, &path_indeces_40, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, 3, 5, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, 4, 5, -1 }; +s32 path_table_3[] = { 0, 4, 6, 7, 8, -1 }; +s32 path_table_4[] = { 2, 3, 5, 6, 7, 8, -1 }; +s32 path_table_5[] = { 0, 2, 4, 6, 7, 8, -1 }; +s32 path_table_6[] = { 3, 4, 5, 7, 10, 11, 13, 15, 16, 17, -1 }; +s32 path_table_7[] = { 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, -1 }; +s32 path_table_8[] = { 3, 4, 5, 7, 9, 10, 13, 33, 34, 35, -1 }; +s32 path_table_9[] = { 7, 8, 10, 12, 13, 33, 34, 35, -1 }; +s32 path_table_10[] = { 6, 7, 8, 9, 11, 12, 13, 14, -1 }; +s32 path_table_11[] = { 6, 7, 10, 13, 14, 15, 16, -1 }; +s32 path_table_12[] = { 7, 9, 10, 13, 33, 34, 35, -1 }; +s32 path_table_13[] = { 6, 8, 9, 10, 11, 12, 14, -1 }; +s32 path_table_14[] = { 7, 10, 11, 13, 17, -1 }; +s32 path_table_15[] = { 6, 11, 16, 18, 19, 20, -1 }; +s32 path_table_16[] = { 6, 11, 15, 17, 18, 19, 20, -1 }; +s32 path_table_17[] = { 6, 14, 16, 18, 19, 20, -1 }; +s32 path_table_18[] = { 15, 16, 17, 19, 21, 22, -1 }; +s32 path_table_19[] = { 15, 16, 17, 18, 20, 21, 22, 23, -1 }; +s32 path_table_20[] = { 15, 16, 17, 19, 21, 22, 23, -1 }; +s32 path_table_21[] = { 18, 19, 20, 22, 24, -1 }; +s32 path_table_22[] = { 18, 19, 20, 21, 23, 24, -1 }; +s32 path_table_23[] = { 19, 20, 22, 25, 26, -1 }; +s32 path_table_24[] = { 21, 22, 25, -1 }; +s32 path_table_25[] = { 23, 24, 26, 30, 31, 32, -1 }; +s32 path_table_26[] = { 23, 25, 31, 32, -1 }; +s32 path_table_27[] = { 28, 30, 31, 32, 47, 50, 51, -1 }; +s32 path_table_28[] = { 27, 29, 30, 31, 32, 47, 50, 51, -1 }; +s32 path_table_29[] = { 28, 30, 31, 32, 47, 50, 51, -1 }; +s32 path_table_30[] = { 25, 27, 28, 29, 31, -1 }; +s32 path_table_31[] = { 25, 26, 27, 28, 29, 30, -1 }; +s32 path_table_32[] = { 25, 26, 27, 28, 29, -1 }; +s32 path_table_33[] = { 8, 9, 12, 35, 39, 41, -1 }; +s32 path_table_34[] = { 8, 9, 12, 35, 40, -1 }; +s32 path_table_35[] = { 8, 9, 12, 33, 34, 39, -1 }; +s32 path_table_36[] = { 37, 38, 40, 41, 42, 44, -1 }; +s32 path_table_37[] = { 36, 39, 42, 43, 44, -1 }; +s32 path_table_38[] = { 36, 40, 42, 44, -1 }; +s32 path_table_39[] = { 33, 35, 37, -1 }; +s32 path_table_40[] = { 34, 36, 38, 41, -1 }; +s32 path_table_41[] = { 33, 36, 40, -1 }; +s32 path_table_42[] = { 36, 37, 38, 43, 45, 48, 53, -1 }; +s32 path_table_43[] = { 37, 42, 44, 45, 48, 53, -1 }; +s32 path_table_44[] = { 36, 37, 38, 43, 45, 48, 53, -1 }; +s32 path_table_45[] = { 42, 43, 44, 46, 48, 49, 50, -1 }; +s32 path_table_46[] = { 45, 47, 48, 49, 50, -1 }; +s32 path_table_47[] = { 27, 28, 29, 46, 48, 49, 50, -1 }; +s32 path_table_48[] = { 42, 43, 44, 45, 46, 47, 49, 51, 52, 53, -1 }; +s32 path_table_49[] = { 45, 46, 47, 48, 50, 51, 52, 53, -1 }; +s32 path_table_50[] = { 27, 28, 29, 45, 46, 47, 49, 51, 52, 53, -1 }; +s32 path_table_51[] = { 27, 28, 29, 48, 49, 50, 52, 54, 56, -1 }; +s32 path_table_52[] = { 48, 49, 50, 51, 53, 55, -1 }; +s32 path_table_53[] = { 42, 43, 44, 48, 49, 50, 52, 55, -1 }; +s32 path_table_54[] = { 51, 55, 59, -1 }; +s32 path_table_55[] = { 52, 53, 54, 56, 57, -1 }; +s32 path_table_56[] = { 51, 55, 57, 58, -1 }; +s32 path_table_57[] = { 55, 56, 58, 60, 61, 62, -1 }; +s32 path_table_58[] = { 56, 57, 59, 60, 61, 62, -1 }; +s32 path_table_59[] = { 54, 58, 60, 61, 62, -1 }; +s32 path_table_60[] = { 57, 58, 59, 61, 63, 64, -1 }; +s32 path_table_61[] = { 57, 58, 59, 60, 62, -1 }; +s32 path_table_62[] = { 57, 58, 59, 61, 65, -1 }; +s32 path_table_63[] = { 60, 64, 66, 67, 68, -1 }; +s32 path_table_64[] = { 60, 63, 65, 66, 67, 68, -1 }; +s32 path_table_65[] = { 62, 64, 66, 67, 68, -1 }; +s32 path_table_66[] = { 63, 64, 65, 67, 71, 72, 77, -1 }; +s32 path_table_67[] = { 63, 64, 65, 66, 68, 71, 72, 77, -1 }; +s32 path_table_68[] = { 63, 64, 65, 67, 71, 72, 77, -1 }; +s32 path_table_69[] = { 70, 72, 73, 74, 84, 85, 86, -1 }; +s32 path_table_70[] = { 69, 71, 72, 73, 74, 84, 85, 86, -1 }; +s32 path_table_71[] = { 66, 67, 68, 70, 72, 73, 74, 84, 85, 86, -1 }; +s32 path_table_72[] = { 66, 67, 68, 69, 70, 71, 73, 75, 76, 77, -1 }; +s32 path_table_73[] = { 69, 70, 71, 72, 74, 75, 76, 77, -1 }; +s32 path_table_74[] = { 69, 70, 71, 73, 75, 76, 77, -1 }; +s32 path_table_75[] = { 72, 73, 74, 76, 83, -1 }; +s32 path_table_76[] = { 72, 73, 74, 75, 77, 81, 82, -1 }; +s32 path_table_77[] = { 66, 67, 68, 72, 73, 74, 76, 81, 82, -1 }; +s32 path_table_78[] = { 79, 82, 102, 103, 104, -1 }; +s32 path_table_79[] = { 78, 80, 82, 83, 102, 103, 104, -1 }; +s32 path_table_80[] = { 79, 102, 103, 104, -1 }; +s32 path_table_81[] = { 76, 77, 82, 83, -1 }; +s32 path_table_82[] = { 76, 77, 78, 79, 81, -1 }; +s32 path_table_83[] = { 75, 79, 81, -1 }; +s32 path_table_84[] = { 69, 70, 71, 85, 87, 88, 89, -1 }; +s32 path_table_85[] = { 69, 70, 71, 84, 86, 87, 88, 89, -1 }; +s32 path_table_86[] = { 69, 70, 71, 85, 87, 88, 89, -1 }; +s32 path_table_87[] = { 84, 85, 86, 88, 91, -1 }; +s32 path_table_88[] = { 84, 85, 86, 87, 89, -1 }; +s32 path_table_89[] = { 84, 85, 86, 88, -1 }; +s32 path_table_90[] = { 91, 93, 94, 95, -1 }; +s32 path_table_91[] = { 87, 90, 92, 93, 94, 95, -1 }; +s32 path_table_92[] = { 91, 93, 94, 95, -1 }; +s32 path_table_93[] = { 90, 91, 92, 94, 96, 97, 98, -1 }; +s32 path_table_94[] = { 90, 91, 92, 93, 95, 96, 97, -1 }; +s32 path_table_95[] = { 90, 91, 92, 94, 98, -1 }; +s32 path_table_96[] = { 93, 94, 97, -1 }; +s32 path_table_97[] = { 93, 94, 96, 98, 99, 100, 101, -1 }; +s32 path_table_98[] = { 93, 95, 97, -1 }; +s32 path_table_99[] = { 97, 100, 111, 112, 113, -1 }; +s32 path_table_100[] = { 97, 99, 101, 111, 112, 113, -1 }; +s32 path_table_101[] = { 97, 100, 111, 112, 113, -1 }; +s32 path_table_102[] = { 78, 79, 80, 103, 115, 116, -1 }; +s32 path_table_103[] = { 78, 79, 80, 102, 104, 114, 116, -1 }; +s32 path_table_104[] = { 78, 79, 80, 103, 114, 115, 116, -1 }; +s32 path_table_105[] = { 106, 109, 110, 112, 116, -1 }; +s32 path_table_106[] = { 105, 107, 108, 109, 110, 111, 113, -1 }; +s32 path_table_107[] = { 106, 108, 109, 112, 117, 118, 119, -1 }; +s32 path_table_108[] = { 106, 107, 109, 112, 113, 117, 118, 119, -1 }; +s32 path_table_109[] = { 105, 106, 107, 108, 110, 111, 112, 113, -1 }; +s32 path_table_110[] = { 105, 106, 109, 111, 112, 115, 116, -1 }; +s32 path_table_111[] = { 99, 100, 101, 106, 109, 110, 112, 114, 116, -1 }; +s32 path_table_112[] = { 99, 100, 101, 105, 107, 108, 109, 110, 111, 113, -1 }; +s32 path_table_113[] = { 99, 100, 101, 106, 108, 109, 112, 117, 118, 119, -1 }; +s32 path_table_114[] = { 103, 104, 111, 115, -1 }; +s32 path_table_115[] = { 102, 104, 110, 114, -1 }; +s32 path_table_116[] = { 102, 103, 104, 105, 110, 111, -1 }; +s32 path_table_117[] = { 107, 108, 113, 118, -1 }; +s32 path_table_118[] = { 107, 108, 113, 117, 119, 121, 122, -1 }; +s32 path_table_119[] = { 107, 108, 113, 118, 120, 121, 122, -1 }; +s32 path_table_120[] = { 119, 121, 125, -1 }; +s32 path_table_121[] = { 118, 119, 120, 122, -1 }; +s32 path_table_122[] = { 118, 119, 121, 124, 125, -1 }; +s32 path_table_123[] = { 124, 126, 127, 128, -1 }; +s32 path_table_124[] = { 122, 123, 125, 126, 127, 128, -1 }; +s32 path_table_125[] = { 120, 122, 124, 126, 127, 128, -1 }; +s32 path_table_126[] = { 123, 124, 125, 127, 129, 130, 131, -1 }; +s32 path_table_127[] = { 123, 124, 125, 126, 128, 129, 130, 131, -1 }; +s32 path_table_128[] = { 123, 124, 125, 127, 129, -1 }; +s32 path_table_129[] = { 126, 127, 128, 130, 132, 133, 134, -1 }; +s32 path_table_130[] = { 126, 127, 129, 131, 132, 133, -1 }; +s32 path_table_131[] = { 126, 127, 130, -1 }; +s32 path_table_132[] = { 129, 130, 133, 135, 136, 137, -1 }; +s32 path_table_133[] = { 129, 130, 132, 134, 135, 136, 137, -1 }; +s32 path_table_134[] = { 129, 133, 135, 136, 137, -1 }; +s32 path_table_135[] = { 132, 133, 134, 136, 141, 144, 149, -1 }; +s32 path_table_136[] = { 132, 133, 134, 135, 137, 141, 144, 149, -1 }; +s32 path_table_137[] = { 132, 133, 134, 136, 141, 144, 149, -1 }; +s32 path_table_138[] = { 139, 143, 146, 147, 160, -1 }; +s32 path_table_139[] = { 138, 140, 143, 146, 147, 160, -1 }; +s32 path_table_140[] = { 139, 143, 146, 147, 160, -1 }; +s32 path_table_141[] = { 135, 136, 137, 142, 144, 145, 148, -1 }; +s32 path_table_142[] = { 141, 143, 144, 145, 146, 147, 149, -1 }; +s32 path_table_143[] = { 138, 139, 140, 142, 145, 146, 148, -1 }; +s32 path_table_144[] = { 135, 136, 137, 141, 142, 145, 148, 149, -1 }; +s32 path_table_145[] = { 141, 142, 143, 144, 146, 147, 148, 149, -1 }; +s32 path_table_146[] = { 138, 139, 140, 142, 143, 145, 147, 148, -1 }; +s32 path_table_147[] = { 138, 139, 140, 142, 145, 146, 148, 150, 151, 152, -1 }; +s32 path_table_148[] = { 141, 143, 144, 145, 146, 147, 149, 150, 151, 152, -1 }; +s32 path_table_149[] = { 135, 136, 137, 142, 144, 145, 148, 150, 151, 152, -1 }; +s32 path_table_150[] = { 147, 148, 149, 151, 153, 154, 155, -1 }; +s32 path_table_151[] = { 147, 148, 149, 150, 152, 153, 154, 155, -1 }; +s32 path_table_152[] = { 147, 148, 149, 151, 153, 154, 155, -1 }; +s32 path_table_153[] = { 150, 151, 152, 154, 170, -1 }; +s32 path_table_154[] = { 150, 151, 152, 153, 155, -1 }; +s32 path_table_155[] = { 150, 151, 152, 154, 173, -1 }; +s32 path_table_156[] = { 158, -1 }; +s32 path_table_157[] = { 158, -1 }; +s32 path_table_158[] = { 156, 157, 159, -1 }; +s32 path_table_159[] = { 158, 163, -1 }; +s32 path_table_160[] = { 138, 139, 140, 161, -1 }; +s32 path_table_161[] = { 160, 162, -1 }; +s32 path_table_162[] = { 161, 163, -1 }; +s32 path_table_163[] = { 159, 162, 164, -1 }; +s32 path_table_164[] = { 163, 166, -1 }; +s32 path_table_165[] = { 166, 167, -1 }; +s32 path_table_166[] = { 164, 165, -1 }; +s32 path_table_167[] = { 165, 168, -1 }; +s32 path_table_168[] = { 167, 169, -1 }; +s32 path_table_169[] = { 168, 170, -1 }; +s32 path_table_170[] = { 153, 169, -1 }; +s32 path_table_171[] = { 172, 173, -1 }; +s32 path_table_172[] = { 171, -1 }; +s32 path_table_173[] = { 155, 171, -1 }; + +waypoint pathwaypoints[] = { + { 0x000000ad, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000000ac, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000000ab, &path_table_2, 0x00000000, 0x00000000 }, + { 0x000000aa, &path_table_3, 0x00000001, 0x00000000 }, + { 0x000000a9, &path_table_4, 0x00000001, 0x00000000 }, + { 0x000000a8, &path_table_5, 0x00000001, 0x00000000 }, + { 0x000000a7, &path_table_6, 0x00000002, 0x00000000 }, + { 0x000000a6, &path_table_7, 0x00000002, 0x00000000 }, + { 0x000000a5, &path_table_8, 0x00000002, 0x00000000 }, + { 0x000000a4, &path_table_9, 0x00000002, 0x00000000 }, + { 0x000000a3, &path_table_10, 0x00000002, 0x00000000 }, + { 0x000000a2, &path_table_11, 0x00000002, 0x00000000 }, + { 0x000000a1, &path_table_12, 0x00000002, 0x00000000 }, + { 0x000000a0, &path_table_13, 0x00000002, 0x00000000 }, + { 0x0000009f, &path_table_14, 0x00000002, 0x00000000 }, + { 0x0000009e, &path_table_15, 0x00000003, 0x00000000 }, + { 0x0000009d, &path_table_16, 0x00000003, 0x00000000 }, + { 0x0000009c, &path_table_17, 0x00000003, 0x00000000 }, + { 0x0000009b, &path_table_18, 0x00000004, 0x00000000 }, + { 0x0000009a, &path_table_19, 0x00000004, 0x00000000 }, + { 0x00000099, &path_table_20, 0x00000004, 0x00000000 }, + { 0x00000098, &path_table_21, 0x00000005, 0x00000000 }, + { 0x00000097, &path_table_22, 0x00000005, 0x00000000 }, + { 0x00000096, &path_table_23, 0x00000005, 0x00000000 }, + { 0x00000095, &path_table_24, 0x00000006, 0x00000000 }, + { 0x00000094, &path_table_25, 0x00000006, 0x00000000 }, + { 0x00000093, &path_table_26, 0x00000006, 0x00000000 }, + { 0x00000092, &path_table_27, 0x00000007, 0x00000000 }, + { 0x00000091, &path_table_28, 0x00000007, 0x00000000 }, + { 0x00000090, &path_table_29, 0x00000007, 0x00000000 }, + { 0x0000008f, &path_table_30, 0x00000007, 0x00000000 }, + { 0x0000008e, &path_table_31, 0x00000007, 0x00000000 }, + { 0x0000008d, &path_table_32, 0x00000007, 0x00000000 }, + { 0x0000008c, &path_table_33, 0x00000008, 0x00000000 }, + { 0x0000008b, &path_table_34, 0x00000008, 0x00000000 }, + { 0x0000008a, &path_table_35, 0x00000008, 0x00000000 }, + { 0x00000089, &path_table_36, 0x00000009, 0x00000000 }, + { 0x00000088, &path_table_37, 0x00000009, 0x00000000 }, + { 0x00000087, &path_table_38, 0x00000009, 0x00000000 }, + { 0x00000086, &path_table_39, 0x00000009, 0x00000000 }, + { 0x00000085, &path_table_40, 0x00000009, 0x00000000 }, + { 0x00000084, &path_table_41, 0x00000009, 0x00000000 }, + { 0x00000083, &path_table_42, 0x0000000a, 0x00000000 }, + { 0x00000082, &path_table_43, 0x0000000a, 0x00000000 }, + { 0x00000081, &path_table_44, 0x0000000a, 0x00000000 }, + { 0x00000080, &path_table_45, 0x0000000b, 0x00000000 }, + { 0x0000007f, &path_table_46, 0x0000000b, 0x00000000 }, + { 0x0000007e, &path_table_47, 0x0000000b, 0x00000000 }, + { 0x0000007d, &path_table_48, 0x0000000b, 0x00000000 }, + { 0x0000007c, &path_table_49, 0x0000000b, 0x00000000 }, + { 0x0000007b, &path_table_50, 0x0000000b, 0x00000000 }, + { 0x0000007a, &path_table_51, 0x0000000b, 0x00000000 }, + { 0x00000079, &path_table_52, 0x0000000b, 0x00000000 }, + { 0x00000078, &path_table_53, 0x0000000b, 0x00000000 }, + { 0x00000077, &path_table_54, 0x0000000c, 0x00000000 }, + { 0x00000076, &path_table_55, 0x0000000c, 0x00000000 }, + { 0x00000075, &path_table_56, 0x0000000c, 0x00000000 }, + { 0x00000074, &path_table_57, 0x0000000d, 0x00000000 }, + { 0x00000073, &path_table_58, 0x0000000d, 0x00000000 }, + { 0x00000072, &path_table_59, 0x0000000d, 0x00000000 }, + { 0x00000071, &path_table_60, 0x0000000e, 0x00000000 }, + { 0x00000070, &path_table_61, 0x0000000e, 0x00000000 }, + { 0x0000006f, &path_table_62, 0x0000000e, 0x00000000 }, + { 0x0000006e, &path_table_63, 0x0000000f, 0x00000000 }, + { 0x0000006d, &path_table_64, 0x0000000f, 0x00000000 }, + { 0x0000006c, &path_table_65, 0x0000000f, 0x00000000 }, + { 0x0000006b, &path_table_66, 0x00000010, 0x00000000 }, + { 0x0000006a, &path_table_67, 0x00000010, 0x00000000 }, + { 0x00000069, &path_table_68, 0x00000010, 0x00000000 }, + { 0x00000068, &path_table_69, 0x00000011, 0x00000000 }, + { 0x00000067, &path_table_70, 0x00000011, 0x00000000 }, + { 0x00000066, &path_table_71, 0x00000011, 0x00000000 }, + { 0x00000065, &path_table_72, 0x00000011, 0x00000000 }, + { 0x00000064, &path_table_73, 0x00000011, 0x00000000 }, + { 0x00000063, &path_table_74, 0x00000011, 0x00000000 }, + { 0x00000062, &path_table_75, 0x00000011, 0x00000000 }, + { 0x00000061, &path_table_76, 0x00000011, 0x00000000 }, + { 0x00000060, &path_table_77, 0x00000011, 0x00000000 }, + { 0x0000005f, &path_table_78, 0x00000012, 0x00000000 }, + { 0x0000005e, &path_table_79, 0x00000012, 0x00000000 }, + { 0x0000005d, &path_table_80, 0x00000012, 0x00000000 }, + { 0x0000005c, &path_table_81, 0x00000012, 0x00000000 }, + { 0x0000005b, &path_table_82, 0x00000012, 0x00000000 }, + { 0x0000005a, &path_table_83, 0x00000012, 0x00000000 }, + { 0x00000059, &path_table_84, 0x00000013, 0x00000000 }, + { 0x00000058, &path_table_85, 0x00000013, 0x00000000 }, + { 0x00000057, &path_table_86, 0x00000013, 0x00000000 }, + { 0x00000056, &path_table_87, 0x00000014, 0x00000000 }, + { 0x00000055, &path_table_88, 0x00000014, 0x00000000 }, + { 0x00000054, &path_table_89, 0x00000014, 0x00000000 }, + { 0x00000053, &path_table_90, 0x00000015, 0x00000000 }, + { 0x00000052, &path_table_91, 0x00000015, 0x00000000 }, + { 0x00000051, &path_table_92, 0x00000015, 0x00000000 }, + { 0x00000050, &path_table_93, 0x00000016, 0x00000000 }, + { 0x0000004f, &path_table_94, 0x00000016, 0x00000000 }, + { 0x0000004e, &path_table_95, 0x00000016, 0x00000000 }, + { 0x0000004d, &path_table_96, 0x00000017, 0x00000000 }, + { 0x0000004c, &path_table_97, 0x00000017, 0x00000000 }, + { 0x0000004b, &path_table_98, 0x00000017, 0x00000000 }, + { 0x0000004a, &path_table_99, 0x00000018, 0x00000000 }, + { 0x00000049, &path_table_100, 0x00000018, 0x00000000 }, + { 0x00000048, &path_table_101, 0x00000018, 0x00000000 }, + { 0x00000047, &path_table_102, 0x00000019, 0x00000000 }, + { 0x00000046, &path_table_103, 0x00000019, 0x00000000 }, + { 0x00000045, &path_table_104, 0x00000019, 0x00000000 }, + { 0x00000044, &path_table_105, 0x0000001a, 0x00000000 }, + { 0x00000043, &path_table_106, 0x0000001a, 0x00000000 }, + { 0x00000042, &path_table_107, 0x0000001a, 0x00000000 }, + { 0x00000041, &path_table_108, 0x0000001a, 0x00000000 }, + { 0x00000040, &path_table_109, 0x0000001a, 0x00000000 }, + { 0x0000003f, &path_table_110, 0x0000001a, 0x00000000 }, + { 0x0000003e, &path_table_111, 0x0000001a, 0x00000000 }, + { 0x0000003d, &path_table_112, 0x0000001a, 0x00000000 }, + { 0x0000003c, &path_table_113, 0x0000001a, 0x00000000 }, + { 0x0000003b, &path_table_114, 0x0000001a, 0x00000000 }, + { 0x0000003a, &path_table_115, 0x0000001a, 0x00000000 }, + { 0x00000039, &path_table_116, 0x0000001a, 0x00000000 }, + { 0x00000038, &path_table_117, 0x0000001b, 0x00000000 }, + { 0x00000037, &path_table_118, 0x0000001b, 0x00000000 }, + { 0x00000036, &path_table_119, 0x0000001b, 0x00000000 }, + { 0x00000035, &path_table_120, 0x0000001c, 0x00000000 }, + { 0x00000034, &path_table_121, 0x0000001c, 0x00000000 }, + { 0x00000033, &path_table_122, 0x0000001c, 0x00000000 }, + { 0x00000032, &path_table_123, 0x0000001d, 0x00000000 }, + { 0x00000031, &path_table_124, 0x0000001d, 0x00000000 }, + { 0x00000030, &path_table_125, 0x0000001d, 0x00000000 }, + { 0x0000002f, &path_table_126, 0x0000001e, 0x00000000 }, + { 0x0000002e, &path_table_127, 0x0000001e, 0x00000000 }, + { 0x0000002d, &path_table_128, 0x0000001e, 0x00000000 }, + { 0x0000002c, &path_table_129, 0x0000001f, 0x00000000 }, + { 0x0000002b, &path_table_130, 0x0000001f, 0x00000000 }, + { 0x0000002a, &path_table_131, 0x0000001f, 0x00000000 }, + { 0x00000029, &path_table_132, 0x00000020, 0x00000000 }, + { 0x00000028, &path_table_133, 0x00000020, 0x00000000 }, + { 0x00000027, &path_table_134, 0x00000020, 0x00000000 }, + { 0x00000026, &path_table_135, 0x00000021, 0x00000000 }, + { 0x00000025, &path_table_136, 0x00000021, 0x00000000 }, + { 0x00000024, &path_table_137, 0x00000021, 0x00000000 }, + { 0x00000023, &path_table_138, 0x00000022, 0x00000000 }, + { 0x00000022, &path_table_139, 0x00000022, 0x00000000 }, + { 0x00000021, &path_table_140, 0x00000022, 0x00000000 }, + { 0x00000020, &path_table_141, 0x00000023, 0x00000000 }, + { 0x0000001f, &path_table_142, 0x00000023, 0x00000000 }, + { 0x0000001e, &path_table_143, 0x00000023, 0x00000000 }, + { 0x0000001d, &path_table_144, 0x00000023, 0x00000000 }, + { 0x0000001c, &path_table_145, 0x00000023, 0x00000000 }, + { 0x0000001b, &path_table_146, 0x00000023, 0x00000000 }, + { 0x0000001a, &path_table_147, 0x00000023, 0x00000000 }, + { 0x00000019, &path_table_148, 0x00000023, 0x00000000 }, + { 0x00000018, &path_table_149, 0x00000023, 0x00000000 }, + { 0x00000017, &path_table_150, 0x00000024, 0x00000000 }, + { 0x00000016, &path_table_151, 0x00000024, 0x00000000 }, + { 0x00000015, &path_table_152, 0x00000024, 0x00000000 }, + { 0x00000014, &path_table_153, 0x00000025, 0x00000000 }, + { 0x00000013, &path_table_154, 0x00000025, 0x00000000 }, + { 0x00000012, &path_table_155, 0x00000025, 0x00000000 }, + { 0x00000011, &path_table_156, 0x00000026, 0x00000000 }, + { 0x00000010, &path_table_157, 0x00000026, 0x00000000 }, + { 0x0000000f, &path_table_158, 0x00000026, 0x00000000 }, + { 0x0000000e, &path_table_159, 0x00000026, 0x00000000 }, + { 0x0000000d, &path_table_160, 0x00000026, 0x00000000 }, + { 0x0000000c, &path_table_161, 0x00000026, 0x00000000 }, + { 0x0000000b, &path_table_162, 0x00000026, 0x00000000 }, + { 0x0000000a, &path_table_163, 0x00000026, 0x00000000 }, + { 0x00000009, &path_table_164, 0x00000026, 0x00000000 }, + { 0x00000008, &path_table_165, 0x00000027, 0x00000000 }, + { 0x00000007, &path_table_166, 0x00000027, 0x00000000 }, + { 0x00000006, &path_table_167, 0x00000027, 0x00000000 }, + { 0x00000005, &path_table_168, 0x00000027, 0x00000000 }, + { 0x00000004, &path_table_169, 0x00000027, 0x00000000 }, + { 0x00000003, &path_table_170, 0x00000027, 0x00000000 }, + { 0x00000002, &path_table_171, 0x00000028, 0x00000000 }, + { 0x00000001, &path_table_172, 0x00000028, 0x00000000 }, + { 0x00000000, &path_table_173, 0x00000028, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_set_0[] = { 173, 155, 151, 148, 144, 136, 134, 130, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x02000301, 0x00040000 }; +u32 ai_1[] = { 0xad627272, 0x6d206272, 0x726d0a00, 0x02030352, 0x0032010a, 0x2c010302, 0x2cad0a0a, 0x0a676f0a, 0x0a0a00cb, 0x00cc0600, 0x00780204, 0x03010404 }; +u32 ai_26[] = { 0xae020803, 0xb4000258, 0x2c010802, 0x2c710038, 0xb7012c00, 0x2c0238b7, 0x00b4022c, 0xb9b5020a, 0x039c0001, 0x000038bb, 0x00002c01, 0x0a0238b7, 0x01680209, 0x03bb0000, 0x2c010902, 0x2c9a0000, 0x8000c364, 0x0ab6b802, 0x0b03010b, 0x020cb702, 0x58010904 }; +u32 ai_20[] = { 0x020303eb, 0x565500f8, 0x2c010302, 0x2c520064, 0x00f82c01, 0x03022c9a, 0x00004000, 0xecd700da, 0x020803dc, 0x2c010802, 0x2cf12c05, 0xfd000f02, 0x2cddeaed, 0x030303d5, 0x01000200, 0x0005f804, 0x1405fd00, 0x01025605, 0xfd000104 }; +u32 ai_19[] = { 0xd9fd00f7, 0x2c022ce6, 0x0000f610, 0x002c0210, 0x03650000, 0xa9036500, 0x00f6022c, 0x0a006bff, 0xffffff06, 0x10dbf400, 0x00ffae02, 0x0803b400, 0x00782c01, 0x08022ca4, 0x02000200, 0x005f0202, 0x0903b400, 0x012c2c01, 0x09022cda, 0x020a03dc, 0x2c010a02, 0x2cd20206, 0x03010604 }; +u32 ai_21[] = { 0x9a000001, 0x00020403, 0x9a000001, 0x009b0000, 0x02000355, 0x002c4155, 0x002e4155, 0x00314103, 0x55003442, 0x55003742, 0x55004342, 0x03550049, 0x4355004c, 0x4355004f, 0x43035500, 0x3b445500, 0x46445500, 0x5e440355, 0x005c4555, 0x00644503, 0x55005246, 0x55005546, 0x55005846, 0x0355006a, 0x4755006d, 0x47550070, 0x47035500, 0x73485500, 0x76480355, 0x007c4955, 0x00824903, 0x5500914a, 0x55008f4a, 0x5500944a, 0x03550089, 0x4b550084, 0x4b55008a, 0x4b035500, 0x974c5500, 0x9a4c5500, 0x9d4c0355, 0x00a34d55, 0x00a74d55, 0x00ac4d03, 0xac2a002d, 0xac2b002e, 0xac2c002f, 0xac2d0030, 0xac2e0031, 0xac2f0032, 0xac300034, 0x01040241, 0x03ad494e, 0x310a00ac, 0x2a0036ac, 0x2b0037ac, 0x2c0038ac, 0x2d0043ac, 0x2e003eac, 0x2f0049ac, 0x30003b01, 0x04024203, 0xad494e32, 0x0a00ac2a, 0x004cac2b, 0x004bac2c, 0x004dac2d, 0x0045ac2e, 0x0046ac2f, 0x0047ac30, 0x005e0104, 0x024303ad, 0x494e330a, 0x00ac2a00, 0x54ac2b00, 0x55ac2c00, 0x56ac2d00, 0x63ac2e00, 0x64ac2f00, 0x65ac3000, 0x3b010402, 0x4403ad49, 0x4e340a00, 0xac2a0069, 0xac2b006a, 0xac2c006b, 0xac2d006c, 0xac2e006d, 0xac2f006e, 0xac300070, 0x01040245, 0x03ad494e, 0x350a00ac, 0x2a006cac, 0x2b006dac, 0x2c006eac, 0x2d0055ac, 0x2e0072ac, 0x2f0073ac, 0x30007401, 0x04024603, 0xad494e36, 0x0a00ac2a, 0x0069ac2b, 0x006aac2c, 0x006bac2d, 0x006fac2e, 0x0070ac2f, 0x0071ac30, 0x00730104, 0x024703ad, 0x494e370a, 0x00ac2a00, 0x76ac2b00, 0x79ac2c00, 0x7cac2d00, 0x7fac2e00, 0x82ac2f00, 0x91ac3000, 0x63010402, 0x4803ad49, 0x4e380a00, 0xac2a0082, 0xac2b0089, 0xac2c0088, 0xac2d008e, 0xac2e008f, 0xac2f0093, 0xac300097, 0x01040249, 0x03ad494e, 0x390a00ac, 0x2a0085ac, 0x2b0086ac, 0x2c0084ac, 0x2d0093ac, 0x2e0094ac, 0x2f008eac, 0x30008f01, 0x04024a03, 0xad494e31, 0x300a00ac, 0x2a0099ac, 0x2b009cac, 0x2c009dac, 0x2d00a0ac, 0x2e00a6ac, 0x2f0081ac, 0x30008201, 0x04024b03, 0xad494e31, 0x310a00ac, 0x2a00a8ac, 0x2b00a9ac, 0x2c00aaac, 0x2d009cac, 0x2e009dac, 0x2f007fac, 0x30007c01, 0x04024c03, 0xad494e31, 0x320a00ac, 0x2a008bac, 0x2b00acac, 0x2c00a8ac, 0x2d00a9ac, 0x2e008fac, 0x2f008eac, 0x30008501, 0x04024d03, 0xad494e31, 0x330a00ac, 0x2a0085ac, 0x2b0089ac, 0x2c0087ac, 0x2d0088ac, 0x2e009aac, 0x2f0099ac, 0x30009601, 0x0402559a, 0x00000200, 0x9b000001, 0x00010404 }; +u32 ai_22[] = { 0x8e2aae02, 0x4e03b400, 0x04b00301, 0x4e02039c, 0x00000200, 0x09ae0208, 0x03b40001, 0x2c2c0108, 0x022c3120, 0x2c010302, 0x2cad7370, 0x61776e31, 0x00f306bd, 0x02ff2328, 0x04030000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7331204f, 0x4b210001, 0x03020903, 0x9c000001, 0x002c0109, 0x022c0103, 0x04000000 }; +u32 ai_23[] = { 0x8e2bae02, 0x4e03b400, 0x04b00301, 0x4e02039c, 0x00000200, 0x09ae0208, 0x03b40001, 0x682c0108, 0x022c3127, 0x2c010302, 0x2cad7370, 0x61776e32, 0x00f306bd, 0x20ff2328, 0x04040000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x03020697, 0x2d02ad63, 0x31204f4b, 0x21000103, 0x0209039c, 0x00000100, 0x2c010902, 0x2c010304, 0x8e2cae02, 0x4e03b400, 0x04b00301, 0x4e02039c, 0x00000200, 0x09ae0208, 0x03b40001, 0xa42c0108, 0x022c3121, 0x2c010302, 0x2cad7370, 0x61776e33, 0x00f306bd, 0x02ff2328, 0x04050000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7333204f, 0x4b210001, 0x03020903, 0x9c000001, 0x002c0109, 0x022c0103, 0x04000000 }; +u32 ai_24[] = { 0x8e2dae02, 0x4e03b400, 0x04b00301, 0x4e02039c, 0x00000200, 0x09ae0208, 0x03b40001, 0xe02c0108, 0x022c3128, 0x2c010302, 0x2cad7370, 0x61776e34, 0x00f306bd, 0x20ff2328, 0x04060000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x03020697, 0x2d02ad63, 0x32204f4b, 0x21000103, 0x0209039c, 0x00000100, 0x2c010902, 0x2c010304 }; +u32 ai_25[] = { 0x8e2eae02, 0x4e03b400, 0x04b00301, 0x4e02039c, 0x00000200, 0x09ae0208, 0x03b40002, 0x1c2c0108, 0x022c3122, 0x2c010302, 0x2cad7370, 0x61776e35, 0x00f306bd, 0x02ff2328, 0x04070000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7335204f, 0x4b210001, 0x03020903, 0x9c000001, 0x002c0109, 0x022c0103, 0x04000000, 0x8e2fae02, 0x4e03b400, 0x04b00301, 0x4e02039c, 0x00000200, 0x09ae0208, 0x03b40002, 0x582c0108, 0x022c3129, 0x2c010302, 0x2cad7370, 0x61776e36, 0x00f306bd, 0x20ff2328, 0x04080000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x03020697, 0x2f02ad63, 0x33204f4b, 0x21000103, 0x0209039c, 0x00000100, 0x2c010902, 0x2c010304, 0x8e30ae02, 0x4e03b400, 0x04b00301, 0x4e02039c, 0x00000200, 0x09ae0208, 0x03b40000, 0xb42c0108, 0x022c3123, 0x2c010302, 0x2cad7370, 0x61776e37, 0x00f306bd, 0x02ff2328, 0x04090000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7337204f, 0x4b210001, 0x03020903, 0x9c000001, 0x002c0109, 0x022c0103, 0x04000000 }; +u32 ai_2[] = { 0x8e20ad64, 0x310a0005, 0xfd040a04 }; +u32 ai_3[] = { 0x8e27ad64, 0x320a0005, 0xfd040b04 }; +u32 ai_4[] = { 0x8e21ad64, 0x330a0005, 0xfd040a04 }; +u32 ai_5[] = { 0x8e28ad64, 0x340a0005, 0xfd040b04 }; +u32 ai_6[] = { 0x8e22ad64, 0x350a0005, 0xfd040a04 }; +u32 ai_7[] = { 0x8e29ad64, 0x360a0005, 0xfd040b04 }; +u32 ai_8[] = { 0x8e23ad64, 0x370a0005, 0xfd040a04 }; +u32 ai_10[] = { 0x02000345, 0x28000101, 0x00020103, 0x4c032007, 0x4b00c808, 0x28090101, 0x0209032f, 0x064b0064, 0x08010902, 0x08033335, 0x8006036f, 0x202c6f02, 0x2c6f042c, 0x6f082c6f, 0x012c0801, 0x00022cad, 0x66726f6c, 0x6963001d, 0x020a032f, 0x064c012c, 0x06010902, 0x2821022f, 0xae020b03, 0xb40000f0, 0x2c010b02, 0x2c339100, 0x35c82e35, 0x962d3564, 0x2c010002, 0x2c91320a, 0x00930000, 0x00190010, 0x0038022d, 0x0a009400, 0x00001100, 0x10003802, 0x2e210038, 0x0238012f, 0x02060100, 0x020705fd, 0x04100400 }; +u32 ai_15[] = { 0xad0a2d2d, 0x2d2d3e64, 0x656c6574, 0x65210a00, 0x9a000020, 0x0023fd02, 0x05030105, 0x04000000 }; +u32 ai_16[] = { 0x23fd0205, 0x03010504 }; +u32 ai_9[] = { 0x022c3335, 0xdc573564, 0x388f0028, 0x9000008d, 0xe5bf00b8, 0x08000000, 0x002c022c, 0x00060238, 0x8f002890, 0x00148dcc, 0xbf00b808, 0x00000000, 0x2c022c02, 0x2c000602, 0x3b8f0028, 0x90001402, 0x2cbf00c1, 0x07800000, 0x002c022c, 0xbf00c107, 0x90000000, 0x0602578f, 0x00289000, 0x14022cbf, 0x00b91800, 0x00000006, 0x02588f00, 0x28900014, 0x022cbf00, 0xd3190000, 0x00000602, 0x069d0000, 0x004005fd, 0x040c0400 }; +u32 ai_11[] = { 0x023c4c03, 0x20074c01, 0x90382808, 0x02382a08, 0x0208034c, 0x01c2383c, 0x3d02382f, 0x3e010802, 0x3d3c2c00, 0x06023e03, 0x013c022c, 0x023f3335, 0x142c1a06, 0x022c3532, 0x2c0e0602, 0x2c353c2c, 0x1306022c, 0x35502c13, 0x06022c35, 0x642c1106, 0x022c3596, 0x2c120602, 0x2c35c82c, 0x14000100, 0x0006022c, 0x15000100, 0x00060206, 0x032f2c01, 0x06022c3c, 0x2c000802, 0x0803013c, 0x022c0301, 0x3f020705, 0xfd041104 }; +u32 ai_13[] = { 0x02040301, 0x04040000 }; +u32 ai_12[] = { 0xbf00d319, 0x00000000, 0x2c022cc0, 0x00de0000, 0x00002c02, 0x2c915093, 0x64925002, 0x04034b00, 0x64073c3f, 0x0104023f, 0x33022c35, 0xc82c1400, 0x01000006, 0x022c1500, 0x01000006, 0x0206032f, 0x2c010602, 0x2c3c2c00, 0x08020803, 0x0104022c, 0x03013f02, 0x0705fd00, 0x02040000 }; +u32 ai_14[] = { 0xbf00b808, 0x00000000, 0x2c022c91, 0x14931492, 0x3205fd00, 0x02040000 }; +u32 ai_27[] = { 0x860f0200, 0x039c0000, 0x20004499, 0x2b024199, 0x2d024299, 0x2f02439c, 0x00001000, 0x0b89010a, 0x9c000008, 0x00388904, 0x099c0000, 0x04003889, 0x08080238, 0x01000241, 0xad0a6d75, 0x72646572, 0x210a0088, 0x01023898, 0x2b020100, 0x0242ad0a, 0x6d757264, 0x6572210a, 0x00880102, 0x38982d02, 0x01000243, 0xad0a6d75, 0x72646572, 0x210a0088, 0x01023898, 0x2f020100, 0x0244ad0a, 0x66616c73, 0x65210a00, 0x87019b00, 0x00200001, 0x00020803, 0xc364079a, 0x00000400, 0x01000209, 0x03c36408, 0x9a000008, 0x00010002, 0x0a03c364, 0x099a0000, 0x10000100, 0x020b0301, 0x0b040000 }; +u32 ai_17[] = { 0x90002802, 0x03140021, 0x00000402, 0x0403462c, 0x3a2c3b2c, 0x322c3c2c, 0x0104022c, 0x3335962c, 0x16000100, 0x0008022c, 0x09ae0209, 0x033335fa, 0x2cb40000, 0xf0060109, 0x022c1400, 0x2100002c, 0x022c1600, 0x0100002c, 0x022c0208, 0x032f0601, 0x08020601, 0x03040000 }; +u32 ai_18[] = { 0x9d000008, 0x00020403, 0x3c2c30fd, 0x0b010402, 0x2c170001, 0x00002c02, 0x2c0209ae, 0xad68656c, 0x6c6f0a00, 0x02000330, 0xfd0c4c01, 0xf4184c00, 0x50179501, 0xb1b40006, 0x901ab400, 0x05a016b4, 0x0004b015, 0xb40003c0, 0x14b40002, 0xd013b400, 0x01e012b4, 0x0000f011, 0x01000211, 0xb400012c, 0x2cc3640b, 0x022c0100, 0x0212b400, 0x021c2cc3, 0x640c022c, 0x01000213, 0xb400030c, 0x2cc3640d, 0x022c0100, 0x0214b400, 0x03fc2cc3, 0x640e022c, 0x01000215, 0xb40004ec, 0x2cc3640f, 0x022c0100, 0x0216b400, 0x05dc2cc3, 0x6410022c, 0x01000217, 0x960138c3, 0x64110238, 0xb0940101, 0x000218c3, 0x64129a00, 0x04000000, 0x29021a03, 0x0033011a, 0x02339a00, 0x0800009a, 0x00020000, 0x1c00f502, 0x29034c01, 0x2c062f2c, 0x4dfd000f, 0x00f52c01, 0x29022c02, 0x06039c00, 0x0400002c, 0xc364139a, 0x00010000, 0x022c2201, 0x06020b02, 0x0c03010c, 0x04000000 }; +u32 ai_28[] = { 0x02040355, 0x002c2c01, 0x04022c33, 0x358038ad, 0x33204841, 0x52440a00, 0x0506040d, 0x0507040d, 0x0508040d, 0x050c040f, 0x050d040f, 0x050e040f, 0x00080238, 0xad352048, 0x4152440a, 0x00050604, 0x0f050704, 0x0f050804, 0x0f050c04, 0x0d050d04, 0x0d050e04, 0x0d000802, 0x08333580, 0x38ad3820, 0x48415244, 0x0a00050f, 0x040d0510, 0x040d0511, 0x040d0515, 0x040f0516, 0x040f0517, 0x040f0009, 0x0238ad31, 0x31204841, 0x52440a00, 0x050f040f, 0x0510040f, 0x0511040f, 0x0515040d, 0x0516040d, 0x0517040d, 0x00090209, 0x02060301, 0x06040000 }; +u32 ai_29[] = { 0x0204039c, 0x00080000, 0x06301f2c, 0x311f2c01, 0x04022c9a, 0x00040000, 0x02060301, 0x06040000 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00001000 }, + /* index = 21 */ + { &ai_21, 0x00001001 }, + /* index = 22 */ + { &ai_22, 0x00001002 }, + /* index = 23 */ + { &ai_23, 0x00001003 }, + /* index = 24 */ + { &ai_24, 0x00001005 }, + /* index = 25 */ + { &ai_25, 0x00001006 }, + /* index = 26 */ + { &ai_26, 0x00001009 }, + /* index = 27 */ + { &ai_27, 0x0000100a }, + /* index = 28 */ + { &ai_28, 0x0000100b }, + /* index = 29 */ + { &ai_29, 0x0000100c }, + /* index = 30 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/UsetuprunZ.c b/assets/obseg/setup/UsetuprunZ.c new file mode 100644 index 0000000..f369227 --- /dev/null +++ b/assets/obseg/setup/UsetuprunZ.c @@ -0,0 +1,916 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:12 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +char *pad3dnames[]; +waypoint pathwaypoints[]; +char *padnames[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetuprunZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + &padnames, + &pad3dnames +}; + +PadRecord padlist[] = { + { {675.0f, -38.0f, -461.0f}, {0.0f, 1.0f, 0.0f}, {0.708905f, 0.0f, 0.705304f}, "p3833a", 0 }, + { {709.0f, -38.0f, -451.0f}, {0.0f, 1.0f, 0.0f}, {-0.708912f, 0.0f, -0.705296f}, "p3831a1", 0 }, + { {735.0f, -38.0f, -457.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p3831a1", 0 }, + { {644.0f, -38.0f, -483.0f}, {0.0f, 1.0f, 0.0f}, {-0.708912f, 0.0f, -0.705296f}, "p459a", 0 }, + { {612.0f, -38.0f, -494.0f}, {0.0f, 1.0f, 0.0f}, {0.708905f, 0.0f, 0.705304f}, "p461a", 0 }, + { {791.0f, -38.0f, -509.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p435a", 0 }, + { {684.0f, -38.0f, -509.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p452a", 0 }, + { {706.0f, -56.0f, -679.0f}, {0.0f, 1.0f, 0.0f}, {0.002546f, 0.0f, 0.999997f}, "p4045a2", 0 }, + { {654.0f, -56.0f, -703.0f}, {0.0f, 1.0f, 0.0f}, {0.002538f, 0.0f, 0.999997f}, "p4049a1", 0 }, + { {846.0f, -56.0f, -677.0f}, {0.0f, 1.0f, 0.0f}, {0.002546f, 0.0f, 0.999997f}, "p4151a1", 0 }, + { {844.0f, -56.0f, -714.0f}, {0.0f, 1.0f, 0.0f}, {0.002546f, 0.0f, 0.999997f}, "p4151a1", 0 }, + { {766.0f, -56.0f, -806.0f}, {0.0f, 1.0f, 0.0f}, {0.95184f, 0.0f, 0.306595f}, "p1322a", 0 }, + { {729.0f, -56.0f, -818.0f}, {0.0f, 1.0f, 0.0f}, {-0.95184f, 0.0f, -0.306595f}, "p1322a", 0 }, + { {787.0f, -56.0f, -854.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1556a", 0 }, + { {818.0f, -56.0f, -850.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1556a", 0 }, + { {891.0f, -56.0f, -811.0f}, {0.0f, 1.0f, 0.0f}, {0.999997f, 0.0f, -0.002546f}, "p1426a", 0 }, + { {860.0f, -56.0f, -809.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1426a", 0 }, + { {655.0f, -56.0f, -810.0f}, {0.0f, 1.0f, 0.0f}, {0.999997f, 0.0f, -0.002546f}, "p1329a", 0 }, + { {616.0f, -56.0f, -809.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1323a", 0 }, + { {608.0f, -56.0f, -889.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1278a", 0 }, + { {552.0f, -56.0f, -654.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p3887a2", 0 }, + { {552.0f, -56.0f, -675.0f}, {0.0f, 1.0f, 0.0f}, {-0.987287f, 0.0f, 0.158948f}, "p3887a1", 0 }, + { {628.0f, -56.0f, -1340.0f}, {0.0f, 1.0f, 0.0f}, {0.999997f, 0.0f, -0.002546f}, "p2161a", 0 }, + { {658.0f, -56.0f, -1155.0f}, {0.0f, 1.0f, 0.0f}, {0.002546f, 0.0f, 0.999997f}, "p1575a2", 0 }, + { {683.0f, -38.0f, -467.0f}, {0.0f, 1.0f, 0.0f}, {0.002546f, 0.0f, 0.999997f}, "p3830a", 0 }, + { {514.0f, -56.0f, -575.0f}, {0.0f, 1.0f, 0.0f}, {0.9998f, 0.0f, -0.019998f}, "p1308a", 0 }, + { {1015.0f, 0.0f, -1223.0f}, {0.0f, 1.0f, 0.0f}, {-0.866028f, 0.0f, 0.499996f}, "p2156a", 0 }, + { {1028.0f, -59.0f, -1601.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -9e-06}, "p1548a", 0 }, + { {1039.0f, -59.0f, -1833.0f}, {0.0f, 1.0f, 0.0f}, {-0.622865f, 0.0f, 0.782329f}, "p1555a", 0 }, + { {631.0f, -59.0f, -1510.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 5e-06}, "p2170a", 0 }, + { {644.0f, 0.0f, -1131.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 9e-06}, "p2158a", 0 }, + { {631.0f, 0.0f, -1358.0f}, {0.0f, 1.0f, 0.0f}, {0.89879f, 0.0f, 0.438379f}, "p3716a2", 0 }, + { {672.0f, -35.0f, -510.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p454a", 0 }, + { {702.0f, -35.0f, -484.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p448a", 0 }, + { {815.0f, -35.0f, -497.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p429a", 0 }, + { {808.0f, -55.0f, -827.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1556a", 0 }, + { {870.0f, -55.0f, -788.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1425a2", 0 }, + { {753.0f, -55.0f, -786.0f}, {0.0f, 1.0f, 0.0f}, {0.966013f, 0.0f, 0.258493f}, "p1333a", 0 }, + { {628.0f, -55.0f, -868.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1277a", 0 }, + { {569.0f, -55.0f, -803.0f}, {0.0f, 1.0f, 0.0f}, {-0.166951f, 0.0f, 0.985965f}, "p1323a", 0 }, + { {1142.0f, -55.0f, -760.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1501a", 0 }, + { {1009.0f, -55.0f, -768.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1503a", 0 }, + { {1365.0f, -55.0f, -705.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1479a", 0 }, + { {1247.0f, -55.0f, -471.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1453a", 0 }, + { {1271.0f, -55.0f, -400.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1453a", 0 }, + { {781.0f, -55.0f, -699.0f}, {0.0f, 1.0f, 0.0f}, {0.499998f, 0.0f, 0.866027f}, "p4155a", 0 }, + { {941.0f, -55.0f, -659.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4150a2", 0 }, + { {929.0f, -55.0f, -745.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, 0.707107f}, "p1356a", 0 }, + { {635.0f, -55.0f, -790.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1328a", 0 }, + { {1400.0f, -55.0f, -662.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1478a", 0 }, + { {1347.0f, -55.0f, -612.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1478a", 0 }, + { {1387.0f, -55.0f, -410.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1455a", 0 }, + { {1008.0f, -55.0f, -1676.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1564a2", 0 }, + { {654.0f, -29.0f, -485.0f}, {0.0f, 1.0f, 0.0f}, {0.06976f, 0.0f, -0.997564f}, "p459a", 0 }, + { {590.0f, -59.0f, -553.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p3685a1", 0 }, + { {601.0f, -35.0f, -510.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p4099a", 0 }, + { {631.0f, -35.0f, -485.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p460a", 0 }, + { {775.0f, -35.0f, -506.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p437a", 0 }, + { {524.0f, -55.0f, -559.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1308a", 0 }, + { {612.0f, -55.0f, -603.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p4076a", 0 }, + { {736.0f, -55.0f, -622.0f}, {0.0f, 1.0f, 0.0f}, {-0.844328f, 0.0f, -0.535827f}, "p1317a", 0 }, + { {891.0f, -55.0f, -564.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1428a", 0 }, + { {1171.0f, -55.0f, -625.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1488a", 0 }, + { {990.0f, -55.0f, -1355.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1567a1", 0 }, + { {991.0f, -55.0f, -1440.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1566a1", 0 }, + { {704.0f, -35.0f, -548.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p582a1", 0 }, + { {633.0f, -35.0f, -547.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p582a2", 0 }, + { {753.0f, -35.0f, -546.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p582a1", 0 }, + { {674.0f, -55.0f, -607.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1317a", 0 }, + { {708.0f, -55.0f, -584.0f}, {0.0f, 1.0f, 0.0f}, {-0.400237f, 0.0f, 0.916412f}, "p1317a", 0 }, + { {805.0f, -55.0f, -612.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p4159a", 0 }, + { {846.0f, -55.0f, -588.0f}, {0.0f, 1.0f, 0.0f}, {-0.707966f, 0.0f, 0.706247f}, "p4123a", 0 }, + { {1011.0f, -55.0f, -1739.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p3878a", 0 }, + { {664.0f, -55.0f, -1146.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1575a2", 0 }, + { {654.0f, -55.0f, -1118.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1574a1", 0 }, + { {1001.0f, -55.0f, -1241.0f}, {0.0f, 1.0f, 0.0f}, {0.71221f, 0.0f, 0.701966f}, "p1568a2", 0 }, + { {781.0f, -15.0f, -1693.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1630a2", 0 }, + { {528.0f, 1.0f, -668.0f}, {-5.8e-05, 1.0f, 1.2e-05}, {0.978584f, 5.9e-05, -0.205846f}, "p3887a2", 0 }, + { {531.0f, 1.0f, -669.0f}, {-2.4e-05, 1.0f, 0.0f}, {0.999987f, 2.4e-05, 0.005066f}, "p3887a2", 0 }, + { {530.0f, -4.0f, -669.0f}, {-4.9e-05, 1.0f, 0.0f}, {1.0f, 5e-05, -0.000142f}, "p3887a2", 0 }, + { {530.0f, 1.0f, -674.0f}, {-2.4e-05, 1.0f, 0.0f}, {0.999987f, 2.4e-05, 0.005066f}, "p3887a1", 0 }, + { {540.0f, 1.0f, -671.0f}, {5.9e-05, 1.0f, -5e-06}, {-0.996376f, 5.9e-05, 0.085053f}, "p3887a1", 0 }, + { {504.0f, 1.0f, -677.0f}, {-1e-06, 1.0f, -5.9e-05}, {0.015342f, 5.9e-05, 0.999882f}, "p3899a", 0 }, + { {499.0f, 1.0f, -677.0f}, {-1e-06, 1.0f, -5.9e-05}, {0.015342f, 5.9e-05, 0.999882f}, "p3899a", 0 }, + { {494.0f, 1.0f, -677.0f}, {-1e-06, 1.0f, -5.9e-05}, {0.015342f, 5.9e-05, 0.999882f}, "p3899a", 0 }, + { {674.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1317a", 0 }, + { {620.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1317a", 0 }, + { {638.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1317a", 0 }, + { {656.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1317a", 0 }, + { {693.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1317a", 0 }, + { {765.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1317a", 0 }, + { {711.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1317a", 0 }, + { {729.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1317a", 0 }, + { {747.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1317a", 0 }, + { {784.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1317a", 0 }, + { {838.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p4123a", 0 }, + { {820.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p4159a", 0 }, + { {802.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1317a", 0 }, + { {857.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1361a", 0 }, + { {601.0f, -38.0f, -576.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p4076a", 0 }, + { {857.0f, -38.0f, -557.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1428a", 0 }, + { {857.0f, -38.0f, -539.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002546f}, "p1429a", 0 }, + { {685.0f, -36.0f, -451.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p3833a", 0 }, + { {719.0f, -36.0f, -469.0f}, {0.0f, 1.0f, 0.0f}, {-8e-06, 0.0f, 1.0f}, "p3831a2", 0 }, + { {724.0f, -36.0f, -505.0f}, {0.0f, 1.0f, 0.0f}, {-8e-06, 0.0f, 1.0f}, "p444a", 0 }, + { {652.0f, -36.0f, -506.0f}, {0.0f, 1.0f, 0.0f}, {-8e-06, 0.0f, 1.0f}, "p456a", 0 }, + { {719.0f, -36.0f, -483.0f}, {0.0f, 1.0f, 0.0f}, {-8e-06, 0.0f, 1.0f}, "p3522a", 0 }, + { {663.0f, -36.0f, -535.0f}, {0.0f, 1.0f, 0.0f}, {-8e-06, 0.0f, 1.0f}, "p582a2", 0 }, + { {722.0f, -36.0f, -537.0f}, {0.0f, 1.0f, 0.0f}, {-8e-06, 0.0f, 1.0f}, "p582a1", 0 }, + { {850.0f, -36.0f, -543.0f}, {0.0f, 1.0f, 0.0f}, {-8e-06, 0.0f, 1.0f}, "p1429a", 0 }, + { {846.0f, -36.0f, -568.0f}, {0.0f, 1.0f, 0.0f}, {3.1e-05, -1e-06, 1.0f}, "p1361a", 0 }, + { {567.0f, -36.0f, -637.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p1297a", 0 }, + { {518.0f, -36.0f, -620.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1304a", 0 }, + { {499.0f, -36.0f, -622.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p736a", 0 }, + { {686.0f, -36.0f, -659.0f}, {0.0f, 1.0f, 0.0f}, {-3e-06, 0.0f, 1.0f}, "p4059a2", 0 }, + { {685.0f, -36.0f, -683.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p4050a2", 0 }, + { {685.0f, -36.0f, -709.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p4053a", 0 }, + { {654.0f, -36.0f, -685.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4057a", 0 }, + { {614.0f, -36.0f, -719.0f}, {0.0f, 1.0f, -1e-06}, {-1e-06, 0.0f, 1.0f}, "p1324a", 0 }, + { {663.0f, -36.0f, -723.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4073a", 0 }, + { {721.0f, -36.0f, -685.0f}, {0.0f, 1.0f, 1e-06}, {-4e-06, 0.0f, 1.0f}, "p4046a2", 0 }, + { {765.0f, -36.0f, -679.0f}, {0.0f, 1.0f, 0.0f}, {6e-06, 0.0f, 1.0f}, "p4155a", 0 }, + { {830.0f, -36.0f, -691.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p4155a", 0 }, + { {861.0f, -36.0f, -689.0f}, {0.0f, 1.0f, 0.0f}, {5e-06, 0.0f, 1.0f}, "p4151a2", 0 }, + { {866.0f, -36.0f, -710.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4151a2", 0 }, + { {865.0f, -36.0f, -660.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4151a2", 0 }, + { {901.0f, -36.0f, -686.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4152a", 0 }, + { {904.0f, -36.0f, -708.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p4152a", 0 }, + { {975.0f, -36.0f, -639.0f}, {0.0f, 1.0f, 1e-06}, {0.0f, 0.0f, 1.0f}, "p1497a", 0 }, + { {992.0f, -36.0f, -697.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1499a", 0 }, + { {955.0f, -36.0f, -807.0f}, {0.0f, 1.0f, 0.0f}, {-6e-06, 0.0f, 1.0f}, "p1505a", 0 }, + { {835.0f, -36.0f, -740.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p4090a2", 0 }, + { {789.0f, -36.0f, -749.0f}, {0.0f, 1.0f, 0.0f}, {9e-06, 0.0f, 1.0f}, "p4094a", 0 }, + { {788.0f, -36.0f, -793.0f}, {0.0f, 1.0f, -1e-06}, {0.0f, 0.0f, 1.0f}, "p1334a", 0 }, + { {835.0f, -36.0f, -795.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1425a1", 0 }, + { {749.0f, -36.0f, -736.0f}, {0.0f, 1.0f, -1e-06}, {4e-06, 0.0f, 1.0f}, "p1336a", 0 }, + { {666.0f, -36.0f, -762.0f}, {0.0f, 1.0f, 0.0f}, {-6e-06, 0.0f, 1.0f}, "p4081a", 0 }, + { {618.0f, -36.0f, -764.0f}, {0.0f, 1.0f, 0.0f}, {4e-06, 0.0f, 1.0f}, "p1327a", 0 }, + { {689.0f, -36.0f, -808.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1329a", 0 }, + { {669.0f, -36.0f, -846.0f}, {0.0f, 1.0f, 1e-06}, {-1e-06, 0.0f, 1.0f}, "p1320a", 0 }, + { {545.0f, -36.0f, -846.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1283a", 0 }, + { {537.0f, -36.0f, -766.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1288a", 0 }, + { {1334.0f, -36.0f, -436.0f}, {0.0f, 1.0f, 1e-06}, {-3e-06, 0.0f, 1.0f}, "p1472a", 0 }, + { {1191.0f, -36.0f, -579.0f}, {0.0f, 1.0f, 0.0f}, {-5e-06, 0.0f, 1.0f}, "p1488a", 0 }, + { {832.0f, -36.0f, -1028.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p1622a1", 0 }, + { {832.0f, -36.0f, -1175.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1624a2", 0 }, + { {832.0f, -36.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1626a2", 0 }, + { {832.0f, -36.0f, -1495.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1627a1", 0 }, + { {775.0f, -36.0f, -649.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p4159a", 0 }, + { {950.0f, -36.0f, -1414.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1627a2", 0 }, + { {950.0f, -36.0f, -1247.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1625a2", 0 }, + { {950.0f, -36.0f, -1095.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1623a2", 0 }, + { {950.0f, -36.0f, -947.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p1621a2", 0 }, + { {686.0f, -36.0f, -907.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p1275a", 0 }, + { {686.0f, -36.0f, -1054.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1574a2", 0 }, + { {686.0f, -36.0f, -1206.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1575a2", 0 }, + { {686.0f, -36.0f, -1373.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1577a2", 0 }, + { {684.0f, -36.0f, -2157.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p3391a", 0 }, + { {684.0f, -36.0f, -1990.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p3390a", 0 }, + { {684.0f, -36.0f, -1838.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p3389a", 0 }, + { {684.0f, -36.0f, -1691.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p1582a1", 0 }, + { {948.0f, -36.0f, -1695.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p1630a2", 0 }, + { {948.0f, -36.0f, -1843.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1631a2", 0 }, + { {948.0f, -36.0f, -1995.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1633a2", 0 }, + { {948.0f, -36.0f, -2162.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1635a2", 0 }, + { {811.0f, -36.0f, -2379.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1637a1", 0 }, + { {811.0f, -36.0f, -2212.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1635a1", 0 }, + { {811.0f, -36.0f, -2060.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1634a2", 0 }, + { {811.0f, -36.0f, -1912.0f}, {0.0f, 1.0f, 1e-06}, {-5e-06, 0.0f, 1.0f}, "p1632a1", 0 }, + { {1173.0f, 0.0f, -705.0f}, {0.0f, 1.0f, 0.0f}, {-5e-06, 0.0f, 1.0f}, "p1494a", 0 }, + { {1240.0f, 0.0f, -632.0f}, {0.0f, 1.0f, 0.0f}, {-5e-06, 0.0f, 1.0f}, "p1487a", 0 }, + { {1316.0f, 0.0f, -564.0f}, {0.0f, 1.0f, 0.0f}, {-5e-06, 0.0f, 1.0f}, "p1473a", 0 }, + { {1088.0f, 0.0f, -744.0f}, {0.0f, 1.0f, 0.0f}, {-5e-06, 0.0f, 1.0f}, "p1496a", 0 }, + { {1031.0f, -36.0f, -1825.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p1555a", 0 }, + { {1032.0f, -36.0f, -1740.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, 1.0f}, "p3878a", 0 }, + { {874.0f, -55.0f, -2149.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1635a2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {646.0f, -43.0f, -1478.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2169a", 0, {-2.0f, 1.0f, -2.0f, -2.0f, -1.0f, 2.0f} }, + { {1012.0f, -19.0f, -1779.0f}, {0.0f, 1.0f, 0.0f}, {-0.707168f, 1e-06, -0.707046f}, "p2216a2", 0, {-14.850645f, 13.436069f, -4e-06, 30.000004f, -12.019656f, 16.264635f} }, + { {935.0f, -35.0f, -1881.0f}, {0.142935f, 0.986286f, 0.082524f}, {-0.854148f, 0.165048f, -0.493143f}, "p1632a2", 0, {-6.813465f, 7.349367f, -27.120205f, 4.91059f, -59.638824f, 59.063366f} }, + { {643.0f, -41.0f, -1490.0f}, {0.0f, 1.0f, 0.0f}, {-0.707099f, 0.0f, -0.707114f}, "p2166a", 0, {19.091713f, 28.28445f, 0.0f, 9.0f, -16.97086f, 16.970266f} }, + { {691.0f, 24.0f, -2221.0f}, {0.0f, 1.0f, 0.0f}, {1.7e-05, 0.0f, -1.0f}, "p3391a", 0, {127.99973f, 137.00029f, 0.0f, 9.0f, -16.002316f, 16.997835f} }, + { {953.0f, 5.0f, -2265.0f}, {0.0f, 1.0f, 0.0f}, {-1.7e-05, 0.0f, 1.0f}, "p1636a2", 0, {93.99972f, 103.000275f, 0.0f, 9.0f, -17.001747f, 15.998405f} }, + { {691.0f, -37.0f, -449.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3833a", 0, {-4.0f, -3.0f, -1.0f, 8.0f, -4.0f, 15.0f} }, + { {675.0f, -37.0f, -449.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3833a", 0, {3.0f, 4.0f, -1.0f, 8.0f, -4.0f, 15.0f} }, + { {738.0f, -24.0f, -521.0f}, {-0.999983f, 0.005169f, -0.002836f}, {0.005164f, 0.999985f, 0.001883f}, "p3542a2", 0, {-1.12283f, 1.979609f, -4.92521f, 32.07982f, -17.168755f, 15.027476f} }, + { {665.0f, -24.0f, -522.0f}, {-0.999983f, 0.005169f, -0.002836f}, {0.005164f, 0.999985f, 0.001883f}, "p4102a2", 0, {-2.122824f, 1.039405f, -4.09348f, 32.07982f, -17.166872f, 15.024195f} }, + { {507.0f, -55.0f, -619.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3900a1", 0, {-1e-06, 1.0f, -1.0f, 8.0f, -4.0f, 15.0f} }, + { {589.0f, -28.0f, -481.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3690a1", 0, {-4.0f, -3.0f, -1.0f, 11.0f, -4.0f, 9.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 28682, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 28683, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 28684, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 28685, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 28686, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 28687, 0, + /* Type = ObjectiveCollectObject; index = 6 */ + _mkword(0, _mkshort(0, 28)), 2, + /* Type = ObjectiveEnd; index = 7 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 8 */ + _mkword(0, _mkshort(0, 23)), 1, 28688, 2, + /* Type = ObjectiveDestroyObject; index = 9 */ + _mkword(0, _mkshort(0, 25)), 0, + /* Type = ObjectiveDestroyObject; index = 10 */ + _mkword(0, _mkshort(0, 25)), 4, + /* Type = ObjectiveDestroyObject; index = 11 */ + _mkword(0, _mkshort(0, 25)), 5, + /* Type = ObjectiveEnd; index = 12 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 13 */ + _mkword(0, _mkshort(0, 23)), 2, 28689, 1, + /* Type = ObjectiveDestroyObject; index = 14 */ + _mkword(0, _mkshort(0, 25)), 1, + /* Type = ObjectiveEnd; index = 15 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 16 */ + _mkword(0, _mkshort(0, 23)), 3, 28690, 0, + /* Type = ObjectiveCompleteCondition; index = 17 */ + _mkword(0, _mkshort(0, 26)), 2048, + /* Type = ObjectiveFailCondition; index = 18 */ + _mkword(0, _mkshort(0, 27)), 1024, + /* Type = ObjectiveEnd; index = 19 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Guard; index = 20 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 110), _mkword(37, 1025), 0xffffffff, _mkword(750, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 21 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 102), _mkword(37, 1026), 0xffffffff, _mkword(750, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 22 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 26), _mkword(37, 2), 0xffffffff, _mkword(750, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 23 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 27), _mkword(37, 2), 0xffffffff, _mkword(750, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 24 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 28), _mkword(37, 2), 0xffffffff, _mkword(750, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 25 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 29), _mkword(37, 2), 0xffffffff, _mkword(750, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 26 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 30), _mkword(37, 2), 0xffffffff, _mkword(750, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 27 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 31), _mkword(37, 2), 0xffffffff, _mkword(750, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 28 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 21), _mkword(37, 2), 0xffffffff, _mkword(750, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 29 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 20), _mkword(37, 2), 0xffffffff, _mkword(750, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 30 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 31 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 32 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 33 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 34 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 35 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 36 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 37 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 38 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 39 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 40 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 41 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 42 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 43 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 44 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 45 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 46 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 47 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 48 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 49 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 50 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 51 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 52 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 53 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 54 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 55 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 56 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 57 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 58 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 59 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 60 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 61 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 62 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 63 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 64 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 65 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Hat; index = 66 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 67 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 68 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 69 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 70 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 71 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 72 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 73 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 74 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 75 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 76 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 77 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 78 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 79 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 80 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 81 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 82 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 83 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 84 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 85 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 86 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 87 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 88 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 89 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 90 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 91 */ + _mkword(0, _mkshort(0, 18)), 8, 0x00000019, + /* Type = SetGuardAttribute; index = 92 */ + _mkword(0, _mkshort(0, 18)), 11, 0x00000019, + /* Type = SetGuardAttribute; index = 93 */ + _mkword(0, _mkshort(0, 18)), 14, 0x00000019, + /* Type = SetGuardAttribute; index = 94 */ + _mkword(0, _mkshort(0, 18)), 16, 0x00000019, + /* Type = SetGuardAttribute; index = 95 */ + _mkword(0, _mkshort(0, 18)), 18, 0x00000019, + /* Type = SetGuardAttribute; index = 96 */ + _mkword(0, _mkshort(0, 18)), 20, 0x00000019, + /* Type = AmmoBox; index = 97 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 3), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 5), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 98 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 25), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 5), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 99 */ + _mkword(128, _mkshort(0, 20)), _mkword(4, 24), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 5), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Tag; index = 100 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = Aircraft; index = 101 */ + _mkword(179, _mkshort(0, 40)), _mkword(291, 10002), 0x200001e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(20000, 0), 0, 0, 0x0000040d, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = StandardProp; index = 102 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 81), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 103 */ + _mkword(332, _mkshort(0, 3)), _mkword(85, 79), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 104 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 77), 0x10000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 105 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 78), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 106 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = Key; index = 107 */ + _mkword(384, _mkshort(0, 4)), _mkword(243, 80), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = Rename; index = 108 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 82, 28692, 28693, 28694, 28695, 28696, 0, 0, + /* Type = StandardProp; index = 109 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 82), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 110 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 83), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 111 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 84), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 112 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 72), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 113 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 73), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 114 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 74), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 115 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 75), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 116 */ + _mkword(179, _mkshort(0, 3)), _mkword(114, 32), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 117 */ + _mkword(179, _mkshort(0, 3)), _mkword(114, 33), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 118 */ + _mkword(179, _mkshort(0, 3)), _mkword(114, 34), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tank; index = 119 */ + _mkword(276, _mkshort(0, 45)), _mkword(288, 44), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000001e, 0x00000000, + /* Type = Rename; index = 120 */ + _mkword(0, _mkshort(0, 37)), 0x00000001, 0, 0, 0, 0, 0, 28701, 0, 0, + /* Type = Door; index = 121 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 6), 0x18001000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000080, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 122 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 7), 0x38001000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000080, 1500, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Rename; index = 123 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 0, 0, 0, 0, 0, 28701, 0, 0, + /* Type = Door; index = 124 */ + _mkword(256, _mkshort(0, 1)), _mkword(155, 10), 0x38000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 125 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 8), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 126 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 9), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Rename; index = 127 */ + _mkword(0, _mkshort(0, 37)), 0x00000001, 0, 0, 0, 0, 0, 28701, 0, 0, + /* Type = Door; index = 128 */ + _mkword(256, _mkshort(0, 1)), _mkword(149, 11), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000e666, 0x0000cccc, 0x0000000a, 0x0000000a, 0x000001eb, _mkword(4, 4), 0x00000080, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 129 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Drone; index = 130 */ + _mkword(256, _mkshort(0, 13)), _mkword(292, 10003), 0x000010e8, 0x00004001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000093, 0x00000000, 0x0000416c, 0xfffff8e4, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000088, 0x004b0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 131 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = Drone; index = 132 */ + _mkword(256, _mkshort(0, 13)), _mkword(292, 10004), 0x000010e8, 0x00004001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000a6, 0x00000000, 0x0000416c, 0xfffff8e4, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000088, 0x004b0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 133 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = Drone; index = 134 */ + _mkword(256, _mkshort(0, 13)), _mkword(292, 10005), 0x000010e8, 0x00004001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000a6, 0x00000000, 0x0000416c, 0xfffff8e4, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000088, 0x004b0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 135 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = StandardProp; index = 136 */ + _mkword(204, _mkshort(0, 3)), _mkword(103, 10001), 0x000001a1, 0x00004000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Cutscene; index = 137 */ + _mkword(0, _mkshort(0, 46)), 925727, 68857, -2788059, 206087, 404912, 10004, + /* Type = Tag; index = 138 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0xffff), 0, 0, + /* Type = EndProps; index = 139 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0x000912ec, 0x0000de88, 0xfff05b26, 0x00028c55, 0x00062daf, 0x000000ac, 0x00007013, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x0010326d, 0x0000b138, 0xffd68fe2, 0x00033a96, 0x00062a1d, 0x000000a5, 0x00007013, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0x000d7516, 0x0002ae98, 0xfff855e6, 0x00061d27, 0x0005e0d6, 0x00000084, 0x00007013, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 3 */ + _mkword(0, _mkshort(0, 6)), 0x00083971, 0x0000f58a, 0xfff6af60, 0x00011df4, 0x0005dd43, 0x00000027, 0x00007013, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 4 */ + _mkword(0, _mkshort(0, 6)), 0x00083967, 0x000032a8, 0xfff3681f, 0x00021627, 0x00000c82, 0x00000027, 0x00007013, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 5 */ + _mkword(0, _mkshort(0, 6)), 0x000e1e67, 0xffff3ff6, 0xfff6268e, 0x000471ac, 0x000011df, 0x0000006e, 0x00007013, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 6 */ + _mkword(0, _mkshort(0, 7)), 1, 10, + /* Type = Spawn; index = 7 */ + _mkword(0, _mkshort(0, 0)), 53, 0, + /* Type = StartWeapon; index = 8 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 0, + /* Type = StartAmmo; index = 9 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = Spawn; index = 10 */ + _mkword(0, _mkshort(0, 0)), 140, 1, + /* Type = StartWeapon; index = 11 */ + _mkword(0, _mkshort(0, 1)), 26, -1, 1, + /* Type = StartAmmo; index = 12 */ + _mkword(0, _mkshort(0, 2)), 5, 6, 1, + /* Type = Spawn; index = 13 */ + _mkword(0, _mkshort(0, 0)), 142, 2, + /* Type = StartWeapon; index = 14 */ + _mkword(0, _mkshort(0, 1)), 8, -1, 2, + /* Type = StartAmmo; index = 15 */ + _mkword(0, _mkshort(0, 2)), 3, 100, 2, + /* Type = Cuff; index = 16 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0xff9c0000, 0x00c80000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00010000, 0xff9e0000, 0x00c90000, 0x0000a3dd, 0x0028cccb, 0xffffffff, + /* Type = SwirlCam; index = 19 */ + _mkword(0, _mkshort(0, 3)), 2, 0xffa00000, 0xff9c0000, 0x00aa0000, 0x0000c000, 0x00419fcc, 0xffffffff, + /* Type = SwirlCam; index = 20 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff4b0000, 0xffec0000, 0x00000000, 0x0000aa7d, 0x003b7018, 0xffffffff, + /* Type = SwirlCam; index = 21 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff920000, 0x00260000, 0xffa60000, 0x0000a3de, 0x002d0be4, 0xffffffff, + /* Type = SwirlCam; index = 22 */ + _mkword(0, _mkshort(0, 3)), 2, 0xffe30000, 0x00200000, 0xffa80000, 0x000066ed, 0x001f2122, 0xffffffff, + /* Type = SwirlCam; index = 23 */ + _mkword(0, _mkshort(0, 3)), 2, 0xfffb0000, 0x000a0000, 0xffd80000, 0x000039f6, 0x001f2122, 0xffffffff, + /* Type = SwirlCam; index = 24 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x0001051a, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 25 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 26 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 27 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 2, -1 }; +s32 path_neighbors_2[] = { 1, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, -1 }; +s32 path_indeces_1[] = { 68, 69, 70, -1 }; +s32 path_indeces_2[] = { 71, 72, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, 13, 25, -1 }; +s32 path_table_1[] = { 0, 11, 12, -1 }; +s32 path_table_2[] = { 5, 44, 45, -1 }; +s32 path_table_3[] = { 4, 32, -1 }; +s32 path_table_4[] = { 3, 5, -1 }; +s32 path_table_5[] = { 2, 4, 31, 46, -1 }; +s32 path_table_6[] = { 7, 11, 12, 15, 16, 27, -1 }; +s32 path_table_7[] = { 6, 8, 10, 11, 16, 17, -1 }; +s32 path_table_8[] = { 7, 9, 10, 17, -1 }; +s32 path_table_9[] = { 8, 10, 17, -1 }; +s32 path_table_10[] = { 7, 8, 9, 11, -1 }; +s32 path_table_11[] = { 1, 6, 7, 10, -1 }; +s32 path_table_12[] = { 1, 6, 13, 14, -1 }; +s32 path_table_13[] = { 0, 12, 14, 15, 25, 27, -1 }; +s32 path_table_14[] = { 12, 13, 15, 18, 27, -1 }; +s32 path_table_15[] = { 6, 13, 14, 16, -1 }; +s32 path_table_16[] = { 6, 7, 15, 17, -1 }; +s32 path_table_17[] = { 7, 8, 9, 16, -1 }; +s32 path_table_18[] = { 14, 19, 27, 28, -1 }; +s32 path_table_19[] = { 18, 20, 28, 29, 30, -1 }; +s32 path_table_20[] = { 19, 21, 29, -1 }; +s32 path_table_21[] = { 20, 35, -1 }; +s32 path_table_22[] = { 23, 29, 44, -1 }; +s32 path_table_23[] = { 22, 24, 29, 30, -1 }; +s32 path_table_24[] = { 23, 25, 28, 29, -1 }; +s32 path_table_25[] = { 0, 13, 24, 27, 28, -1 }; +s32 path_table_26[] = { 49, 52, 53, 54, 60, 64, -1 }; +s32 path_table_27[] = { 6, 13, 14, 18, 25, 28, -1 }; +s32 path_table_28[] = { 18, 19, 24, 25, 27, 29, -1 }; +s32 path_table_29[] = { 19, 20, 22, 23, 24, 28, 30, -1 }; +s32 path_table_30[] = { 19, 23, 29, 34, 35, 40, 41, 44, -1 }; +s32 path_table_31[] = { 5, 32, 44, 45, 46, 65, -1 }; +s32 path_table_32[] = { 3, 31, -1 }; +s32 path_table_33[] = { 34, 35, 37, 56, -1 }; +s32 path_table_34[] = { 30, 33, 35, 37, -1 }; +s32 path_table_35[] = { 21, 30, 33, 34, 36, 37, 38, 41, -1 }; +s32 path_table_36[] = { 35, 37, 38, 39, 41, 42, -1 }; +s32 path_table_37[] = { 33, 34, 35, 36, 38, 56, -1 }; +s32 path_table_38[] = { 35, 36, 37, 39, 41, 42, 55, 58, -1 }; +s32 path_table_39[] = { 36, 38, 41, 42, 50, 52, 53, 54, 55, 58, -1 }; +s32 path_table_40[] = { 30, 41, 43, 44, 45, 47, 50, -1 }; +s32 path_table_41[] = { 30, 35, 36, 38, 39, 40, 42, -1 }; +s32 path_table_42[] = { 36, 38, 39, 41, 43, 52, 53, -1 }; +s32 path_table_43[] = { 40, 42, 44, 47, 50, 52, 53, -1 }; +s32 path_table_44[] = { 2, 22, 30, 31, 40, 43, 45, 47, 50, -1 }; +s32 path_table_45[] = { 2, 31, 40, 44, 46, 47, 48, -1 }; +s32 path_table_46[] = { 5, 31, 45, 47, 48, 49, 64, 65, -1 }; +s32 path_table_47[] = { 40, 43, 44, 45, 46, 48, 50, -1 }; +s32 path_table_48[] = { 45, 46, 47, 51, 64, -1 }; +s32 path_table_49[] = { 26, 46, 51, 64, -1 }; +s32 path_table_50[] = { 39, 40, 43, 44, 47, 51, -1 }; +s32 path_table_51[] = { 48, 49, 50, 52, -1 }; +s32 path_table_52[] = { 26, 39, 42, 43, 51, 53, 64, -1 }; +s32 path_table_53[] = { 26, 39, 42, 43, 52, 54, -1 }; +s32 path_table_54[] = { 26, 39, 53, 59, -1 }; +s32 path_table_55[] = { 38, 39, 56, 57, 58, 63, -1 }; +s32 path_table_56[] = { 33, 37, 55, 57, 63, -1 }; +s32 path_table_57[] = { 55, 56, 59, 63, -1 }; +s32 path_table_58[] = { 38, 39, 55, 59, -1 }; +s32 path_table_59[] = { 54, 57, 58, 60, -1 }; +s32 path_table_60[] = { 26, 59, 63, 64, 67, -1 }; +s32 path_table_61[] = { 62, -1 }; +s32 path_table_62[] = { 61, 63, 64, -1 }; +s32 path_table_63[] = { 55, 56, 57, 60, 62, 64, -1 }; +s32 path_table_64[] = { 26, 46, 48, 49, 52, 60, 62, 63, 65, -1 }; +s32 path_table_65[] = { 31, 46, 64, 66, -1 }; +s32 path_table_66[] = { 65, 67, 70, -1 }; +s32 path_table_67[] = { 60, 66, 69, -1 }; +s32 path_table_68[] = { 69, 70, 71, -1 }; +s32 path_table_69[] = { 67, 68, 70, -1 }; +s32 path_table_70[] = { 66, 68, 69, -1 }; +s32 path_table_71[] = { 68, 72, -1 }; +s32 path_table_72[] = { 71, -1 }; + +waypoint pathwaypoints[] = { + { 0x000000ae, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000000ad, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000000ac, &path_table_2, 0x00000000, 0x00000000 }, + { 0x000000ab, &path_table_3, 0x00000000, 0x00000000 }, + { 0x000000aa, &path_table_4, 0x00000000, 0x00000000 }, + { 0x000000a9, &path_table_5, 0x00000000, 0x00000000 }, + { 0x000000a8, &path_table_6, 0x00000000, 0x00000000 }, + { 0x000000a7, &path_table_7, 0x00000000, 0x00000000 }, + { 0x000000a6, &path_table_8, 0x00000000, 0x00000000 }, + { 0x000000a5, &path_table_9, 0x00000000, 0x00000000 }, + { 0x000000a4, &path_table_10, 0x00000000, 0x00000000 }, + { 0x000000a3, &path_table_11, 0x00000000, 0x00000000 }, + { 0x000000a2, &path_table_12, 0x00000000, 0x00000000 }, + { 0x000000a1, &path_table_13, 0x00000000, 0x00000000 }, + { 0x000000a0, &path_table_14, 0x00000000, 0x00000000 }, + { 0x0000009f, &path_table_15, 0x00000000, 0x00000000 }, + { 0x0000009e, &path_table_16, 0x00000000, 0x00000000 }, + { 0x0000009d, &path_table_17, 0x00000000, 0x00000000 }, + { 0x0000009c, &path_table_18, 0x00000000, 0x00000000 }, + { 0x0000009b, &path_table_19, 0x00000000, 0x00000000 }, + { 0x0000009a, &path_table_20, 0x00000000, 0x00000000 }, + { 0x00000099, &path_table_21, 0x00000000, 0x00000000 }, + { 0x00000098, &path_table_22, 0x00000000, 0x00000000 }, + { 0x00000097, &path_table_23, 0x00000000, 0x00000000 }, + { 0x00000096, &path_table_24, 0x00000000, 0x00000000 }, + { 0x00000095, &path_table_25, 0x00000000, 0x00000000 }, + { 0x00000094, &path_table_26, 0x00000000, 0x00000000 }, + { 0x00000093, &path_table_27, 0x00000000, 0x00000000 }, + { 0x00000092, &path_table_28, 0x00000000, 0x00000000 }, + { 0x00000091, &path_table_29, 0x00000000, 0x00000000 }, + { 0x00000090, &path_table_30, 0x00000000, 0x00000000 }, + { 0x0000008f, &path_table_31, 0x00000000, 0x00000000 }, + { 0x0000008e, &path_table_32, 0x00000000, 0x00000000 }, + { 0x0000008d, &path_table_33, 0x00000000, 0x00000000 }, + { 0x0000008c, &path_table_34, 0x00000000, 0x00000000 }, + { 0x0000008b, &path_table_35, 0x00000000, 0x00000000 }, + { 0x0000008a, &path_table_36, 0x00000000, 0x00000000 }, + { 0x00000089, &path_table_37, 0x00000000, 0x00000000 }, + { 0x00000088, &path_table_38, 0x00000000, 0x00000000 }, + { 0x00000087, &path_table_39, 0x00000000, 0x00000000 }, + { 0x00000086, &path_table_40, 0x00000000, 0x00000000 }, + { 0x00000085, &path_table_41, 0x00000000, 0x00000000 }, + { 0x00000084, &path_table_42, 0x00000000, 0x00000000 }, + { 0x00000083, &path_table_43, 0x00000000, 0x00000000 }, + { 0x00000082, &path_table_44, 0x00000000, 0x00000000 }, + { 0x00000081, &path_table_45, 0x00000000, 0x00000000 }, + { 0x00000080, &path_table_46, 0x00000000, 0x00000000 }, + { 0x0000007f, &path_table_47, 0x00000000, 0x00000000 }, + { 0x0000007e, &path_table_48, 0x00000000, 0x00000000 }, + { 0x0000007d, &path_table_49, 0x00000000, 0x00000000 }, + { 0x0000007c, &path_table_50, 0x00000000, 0x00000000 }, + { 0x0000007b, &path_table_51, 0x00000000, 0x00000000 }, + { 0x0000007a, &path_table_52, 0x00000000, 0x00000000 }, + { 0x00000079, &path_table_53, 0x00000000, 0x00000000 }, + { 0x00000078, &path_table_54, 0x00000000, 0x00000000 }, + { 0x00000077, &path_table_55, 0x00000000, 0x00000000 }, + { 0x00000076, &path_table_56, 0x00000000, 0x00000000 }, + { 0x00000075, &path_table_57, 0x00000000, 0x00000000 }, + { 0x00000074, &path_table_58, 0x00000000, 0x00000000 }, + { 0x00000073, &path_table_59, 0x00000000, 0x00000000 }, + { 0x00000072, &path_table_60, 0x00000000, 0x00000000 }, + { 0x00000071, &path_table_61, 0x00000000, 0x00000000 }, + { 0x00000070, &path_table_62, 0x00000000, 0x00000000 }, + { 0x0000006f, &path_table_63, 0x00000000, 0x00000000 }, + { 0x0000006e, &path_table_64, 0x00000000, 0x00000000 }, + { 0x0000006d, &path_table_65, 0x00000000, 0x00000000 }, + { 0x0000006c, &path_table_66, 0x00000000, 0x00000000 }, + { 0x0000006b, &path_table_67, 0x00000000, 0x00000000 }, + { 0x0000006a, &path_table_68, 0x00000001, 0x00000000 }, + { 0x00000069, &path_table_69, 0x00000001, 0x00000000 }, + { 0x00000068, &path_table_70, 0x00000001, 0x00000000 }, + { 0x00000067, &path_table_71, 0x00000002, 0x00000000 }, + { 0x00000066, &path_table_72, 0x00000002, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_set_0[] = { 64, 62, -1 }; +s32 path_set_1[] = { 71, 72, 71, 72, 71, 72, 68, 71, 70, 69, 68, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { &path_set_1, 0x01, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x200005fd, 0x00070400 }; +u32 ai_1[] = { 0x200105fd, 0x00070400 }; +u32 ai_3[] = { 0x8e19ad64, 0x310a0005, 0xfd040304 }; +u32 ai_4[] = { 0x8e1aad64, 0x320a0005, 0xfd040304 }; +u32 ai_5[] = { 0x8e1bad64, 0x330a0005, 0xfd040304 }; +u32 ai_6[] = { 0x8e1cad64, 0x340a0005, 0xfd040304 }; +u32 ai_7[] = { 0x8e1dad64, 0x350a0005, 0xfd040304 }; +u32 ai_8[] = { 0x8e1ead64, 0x360a0005, 0xfd040304 }; +u32 ai_9[] = { 0x8e1fad64, 0x370a0005, 0xfd040304 }; +u32 ai_2[] = { 0x02293335, 0xa0363550, 0x338f0028, 0x9000008d, 0xe5bf00c1, 0x07000000, 0x00290229, 0x00060233, 0x8f002890, 0x000a8dcc, 0xbf00b808, 0x00000000, 0x29022902, 0x29000602, 0x368f0028, 0x90001402, 0x29bf00c1, 0x07800000, 0x00290229, 0xbf00c107, 0x90000000, 0x06020605, 0xfd040b04 }; +u32 ai_10[] = { 0x02374c01, 0x90332807, 0x02332a07, 0x0207034c, 0x01c2333c, 0x3802332f, 0x39010702, 0x383c2900, 0x06023903, 0x01370229, 0x023a3335, 0x0a291a06, 0x02293532, 0x290e0602, 0x29353c29, 0x13060229, 0x35502913, 0x06022935, 0x64291106, 0x02293596, 0x29120602, 0x2935c829, 0x14000100, 0x00060229, 0x15000100, 0x00060206, 0x032f2901, 0x0602293c, 0x29000702, 0x07030137, 0x02290301, 0x3a040000 }; +u32 ai_13[] = { 0x9a000001, 0x00020403, 0x5500a53d, 0x5500a83e, 0x5500933f, 0x55009140, 0x55008e41, 0x035500ac, 0x42550084, 0x43550068, 0x44550066, 0x45550035, 0x46010402, 0x3d03ac20, 0x001aac21, 0x001eac22, 0x006dac23, 0x00abac24, 0x008cac25, 0x00abac26, 0x008c0104, 0x023e03ac, 0x20008fac, 0x210071ac, 0x22006dac, 0x2300abac, 0x24008cac, 0x2500abac, 0x26008c01, 0x04023f03, 0xac20008f, 0xac210071, 0xac22006d, 0xac2300ab, 0xac24008e, 0xac2500ab, 0xac26008e, 0x01040240, 0x03ac2000, 0x67ac2100, 0x66ac2200, 0x71ac2300, 0x8eac2400, 0x06ac2500, 0x8eac2600, 0x06010402, 0x4103ac20, 0x001aac21, 0x001eac22, 0x0071ac23, 0x0005ac24, 0x0006ac25, 0x0005ac26, 0x00060104, 0x024203ac, 0x200067ac, 0x210005ac, 0x22001bac, 0x23001fac, 0x24001dac, 0x25001fac, 0x26001d01, 0x04024303, 0xac20001d, 0xac21001f, 0xac22001c, 0xac23008e, 0xac240066, 0xac25008e, 0xac260066, 0x01040244, 0x03ac2000, 0x8eac2100, 0x71ac2200, 0x1fac2300, 0x1bac2400, 0x1eac2500, 0x1bac2600, 0x1e010402, 0x4503ac20, 0x001cac21, 0x001dac22, 0x008eac23, 0x001aac24, 0x0071ac25, 0x001aac26, 0x00710104, 0x024603ac, 0x20001fac, 0x21001aac, 0x22008fac, 0x23001eac, 0x24008eac, 0x25001eac, 0x26008e01, 0x04040000 }; +u32 ai_14[] = { 0x8e20ae02, 0x4703b400, 0x00780301, 0x4702039c, 0x00000200, 0x08ae0207, 0x03b40000, 0x78290107, 0x02293119, 0x29010302, 0x29ad7370, 0x61776e31, 0x00f306bd, 0x02ff2328, 0x04040000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7331204f, 0x4b210001, 0x03020803, 0x9c000001, 0x00290108, 0x02290103, 0x04000000 }; +u32 ai_15[] = { 0x8e21ae02, 0x4703b400, 0x00780301, 0x4702039c, 0x00000200, 0x08ae0207, 0x03b40000, 0x78290107, 0x0229311a, 0x29010302, 0x29ad7370, 0x61776e32, 0x00f306bd, 0x02ff2328, 0x04050000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7332204f, 0x4b210001, 0x03020803, 0x9c000001, 0x00290108, 0x02290103, 0x04000000, 0x8e22ae02, 0x4703b400, 0x00780301, 0x4702039c, 0x00000200, 0x08ae0207, 0x03b40000, 0x78290107, 0x0229311b, 0x29010302, 0x29ad7370, 0x61776e33, 0x00f306bd, 0x02ff2328, 0x04060000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7333204f, 0x4b210001, 0x03020803, 0x9c000001, 0x00290108, 0x02290103, 0x04000000 }; +u32 ai_16[] = { 0x8e23ae02, 0x4703b400, 0x00780301, 0x4702039c, 0x00000200, 0x08ae0207, 0x03b40000, 0x78290107, 0x0229311c, 0x29010302, 0x29ad7370, 0x61776e34, 0x00f306bd, 0x02ff2328, 0x04070000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7334204f, 0x4b210001, 0x03020803, 0x9c000001, 0x00290108, 0x02290103, 0x04000000 }; +u32 ai_17[] = { 0x8e24ae02, 0x4703b400, 0x00780301, 0x4702039c, 0x00000200, 0x08ae0207, 0x03b40000, 0x78290107, 0x0229311d, 0x29010302, 0x29ad7370, 0x61776e35, 0x00f306bd, 0x02ff2328, 0x04080000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7335204f, 0x4b210001, 0x03020803, 0x9c000001, 0x00290108, 0x02290103, 0x04000000 }; +u32 ai_18[] = { 0x8e25ae02, 0x4703b400, 0x00780301, 0x4702039c, 0x00000200, 0x08ae0207, 0x03b40000, 0x78290107, 0x0229311e, 0x29010302, 0x29ad7370, 0x61776e36, 0x00f306bd, 0x25ff2328, 0x04090000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7336204f, 0x4b210001, 0x03020803, 0x9c000001, 0x00290108, 0x02290103, 0x04000000, 0x8e26ae02, 0x4703b400, 0x00780301, 0x4702039c, 0x00000200, 0x08ae0207, 0x03b40000, 0x78290107, 0x0229311f, 0x29010302, 0x29ad7370, 0x61776e37, 0x00f306bd, 0x25ff2328, 0x040a0000, 0x001006ad, 0x2d3e6661, 0x696c0001, 0x030206ad, 0x7337204f, 0x4b210001, 0x03020803, 0x9c000001, 0x00290108, 0x02290103, 0x04000000 }; +u32 ai_19[] = { 0x0204035b, 0x03330007, 0x02335c03, 0x29010402, 0x29560208, 0xc3700801, 0x040207c3, 0x70099a00, 0x00040005, 0xfd000102, 0x08eb489a, 0x00000800, 0xa3030002, 0x0000a603, 0x04000000, 0xecd700da, 0x020903dc, 0x29010902, 0x29f12905, 0xfd000f02, 0x29ed0303, 0x03d50600, 0x020000dd, 0xeadbf400, 0x00ff6503, 0x004c9a00, 0x001000ae, 0x0303020a, 0x03dc2901, 0x0a022902, 0x0b03b400, 0x00dc2901, 0x0b0229da, 0x020c03dc, 0x29010c02, 0x29d205fd, 0x00010248, 0x05fd0001, 0x04000000 }; +u32 ai_11[] = { 0x0a0063ff, 0xffffff04, 0x10020603, 0x01060400 }; +u32 ai_20[] = { 0x020703cf, 0x29010702, 0x2905f804, 0x0c020603, 0x01060400 }; +u32 ai_12[] = { 0xcd000000, 0x00020703, 0x9c000010, 0x00290107, 0x0229cd02, 0x6c0000ab, 0x004c0a00, 0x01ffffff, 0xff04100a, 0x0001ffff, 0xffff0410, 0x02060301, 0x06040000 }; +u32 ai_21[] = { 0x0207039c, 0x00001000, 0x29010702, 0x29ae0204, 0x03b40000, 0x3c290104, 0x0229c400, 0xf8ff0206, 0x03010604 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x00001000 }, + /* index = 14 */ + { &ai_14, 0x00001001 }, + /* index = 15 */ + { &ai_15, 0x00001002 }, + /* index = 16 */ + { &ai_16, 0x00001004 }, + /* index = 17 */ + { &ai_17, 0x00001005 }, + /* index = 18 */ + { &ai_18, 0x00001006 }, + /* index = 19 */ + { &ai_19, 0x00001008 }, + /* index = 20 */ + { &ai_20, 0x00001009 }, + /* index = 21 */ + { &ai_21, 0x0000100a }, + /* index = 22 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/UsetupsevbZ.c b/assets/obseg/setup/UsetupsevbZ.c new file mode 100644 index 0000000..da724e3 --- /dev/null +++ b/assets/obseg/setup/UsetupsevbZ.c @@ -0,0 +1,1405 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:13 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +char *pad3dnames[]; +waypoint pathwaypoints[]; +char *padnames[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupsevbZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + &padnames, + &pad3dnames +}; + +PadRecord padlist[] = { + { {269.0f, 112.0f, -467.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p1154b2", 0 }, + { {595.0f, 112.0f, 1204.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1151b1", 0 }, + { {811.0f, 112.0f, 840.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p128b1", 0 }, + { {413.0f, 112.0f, 775.0f}, {0.0f, 1.0f, 0.0f}, {0.533482f, 0.0f, 0.845812f}, "p1148b2", 0 }, + { {-495.0f, 112.0f, 925.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p1704c2", 0 }, + { {-877.0f, 112.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2207c", 0 }, + { {98.0f, 35.0f, -170.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p71b1", 0 }, + { {-90.0f, 35.0f, -170.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p63b", 0 }, + { {358.0f, 35.0f, 1743.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p85e1", 0 }, + { {665.0f, 35.0f, 2519.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p39e2", 0 }, + { {-786.0f, 35.0f, 2197.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2303c", 0 }, + { {-518.0f, 35.0f, 2276.0f}, {0.0f, 1.0f, 0.0f}, {-0.996654f, 0.0f, -0.081734f}, "p2734c1", 0 }, + { {-445.0f, 35.0f, 2477.0f}, {0.0f, 1.0f, 0.0f}, {-0.996654f, 0.0f, -0.081734f}, "p2829c1", 0 }, + { {-257.0f, 35.0f, 1735.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p519e2", 0 }, + { {-251.0f, 35.0f, 2003.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p2058c2", 0 }, + { {-848.0f, 35.0f, 2462.0f}, {0.0f, 1.0f, 0.0f}, {0.97242f, 0.0f, 0.233236f}, "p2828c2", 0 }, + { {-1667.0f, 35.0f, 2665.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p2569c1", 0 }, + { {152.0f, 35.0f, 1840.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p92e1", 0 }, + { {870.0f, 35.0f, 2355.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p32e1", 0 }, + { {197.0f, 35.0f, 2265.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p155e1", 0 }, + { {192.0f, 35.0f, 1997.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p134e1", 0 }, + { {-995.0f, 151.0f, 1374.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2832c2", 0 }, + { {-1133.0f, 151.0f, 1661.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p2833c2", 0 }, + { {-1437.0f, 151.0f, 1147.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p57f1", 0 }, + { {-1475.0f, 151.0f, 1216.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p56f2", 0 }, + { {-9.0f, 35.0f, -748.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p233a2", 0 }, + { {34.0f, 0.0f, 126.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p57b2", 0 }, + { {34.0f, 0.0f, 412.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p59b", 0 }, + { {-28.0f, 279.0f, 376.0f}, {0.0f, -1.0f, 0.0f}, {0.999998f, 0.0f, -0.001746f}, "p58b2", 0 }, + { {-28.0f, 279.0f, 95.0f}, {0.0f, -1.0f, 0.0f}, {0.999998f, 0.0f, -0.001746f}, "p57b2", 0 }, + { {805.0f, 27.0f, 2184.0f}, {0.0f, 1.0f, 0.0f}, {0.131699f, 0.0f, -0.99129f}, "p47e1", 0 }, + { {702.0f, 27.0f, 2269.0f}, {0.0f, 1.0f, 0.0f}, {0.997989f, 0.0f, 0.063387f}, "p47e2", 0 }, + { {706.0f, 27.0f, 2127.0f}, {0.0f, 1.0f, 0.0f}, {-0.131834f, 0.0f, 0.991272f}, "p31e1", 0 }, + { {808.0f, 27.0f, 2042.0f}, {0.0f, 1.0f, 0.0f}, {-0.99798f, 0.0f, -0.063524f}, "p43e2", 0 }, + { {753.0f, 27.0f, 1968.0f}, {0.0f, 1.0f, 0.0f}, {0.131699f, 0.0f, -0.99129f}, "p43e1", 0 }, + { {651.0f, 27.0f, 2053.0f}, {0.0f, 1.0f, 0.0f}, {0.997989f, 0.0f, 0.063387f}, "p43e2", 0 }, + { {654.0f, 27.0f, 1910.0f}, {0.0f, 1.0f, 0.0f}, {-0.131834f, 0.0f, 0.991272f}, "p30e2", 0 }, + { {756.0f, 27.0f, 1825.0f}, {0.0f, 1.0f, 0.0f}, {-0.99798f, 0.0f, -0.063524f}, "p35e2", 0 }, + { {-640.0f, 184.0f, 1652.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p875d1", 0 }, + { {-2017.0f, 357.0f, 1665.0f}, {0.0f, -1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p39f1", 0 }, + { {-1470.0f, 241.0f, 1364.0f}, {0.0f, -1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p50f1", 0 }, + { {-1476.0f, 241.0f, 1118.0f}, {0.0f, -1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p57f1", 0 }, + { {-1651.0f, 241.0f, 1114.0f}, {0.0f, -1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p59f1", 0 }, + { {-393.0f, 14.0f, 2405.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2830c1", 0 }, + { {-383.0f, 14.0f, 2420.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, -0.707107f}, "p2830c1", 0 }, + { {-382.0f, 14.0f, 2405.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p2830c1", 0 }, + { {-810.0f, 151.0f, 1499.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p871d2", 0 }, + { {-1027.0f, 151.0f, 1474.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2836c2", 0 }, + { {-1462.0f, 151.0f, 1145.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p57f1", 0 }, + { {-1836.0f, 49.0f, 2448.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2807c2", 0 }, + { {0.0f, 209.0f, -1285.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p419a1", 0 }, + { {0.0f, 307.0f, -2258.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p12742g2", 0 }, + { {211.0f, 98.0f, 753.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p623b2", 0 }, + { {218.0f, 98.0f, -336.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1160b", 0 }, + { {407.0f, 33.0f, 560.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p41b", 0 }, + { {413.0f, 33.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p34b", 0 }, + { {646.0f, 98.0f, 887.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p128b2", 0 }, + { {419.0f, 98.0f, -356.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 5e-06}, "p1158b", 0 }, + { {205.0f, 98.0f, 658.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p450b2", 0 }, + { {414.0f, 35.0f, 655.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p45b", 0 }, + { {208.0f, 98.0f, -184.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p362b2", 0 }, + { {414.0f, 35.0f, -179.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p38b", 0 }, + { {5.0f, 35.0f, -187.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p70b", 0 }, + { {-11.0f, 35.0f, 697.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p27b", 0 }, + { {140.0f, 33.0f, -90.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p997b", 0 }, + { {128.0f, 33.0f, 563.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p998b", 0 }, + { {-242.0f, 35.0f, 952.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5b", 0 }, + { {-546.0f, 100.0f, 953.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p157c2", 0 }, + { {-840.0f, 100.0f, 953.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2760c1", 0 }, + { {-1008.0f, 100.0f, 955.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p155c1", 0 }, + { {-1297.0f, 100.0f, 955.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p244f1", 0 }, + { {-546.0f, 100.0f, 1535.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p150c1", 0 }, + { {-1030.0f, 100.0f, 581.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p265c", 0 }, + { {-1045.0f, 100.0f, 211.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2232c", 0 }, + { {-625.0f, 100.0f, 211.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2226c", 0 }, + { {-628.0f, 100.0f, 585.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p257c", 0 }, + { {-841.0f, 100.0f, 649.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p158c", 0 }, + { {-831.0f, 100.0f, 787.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p153c2", 0 }, + { {-748.0f, 100.0f, 1097.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p89d1", 0 }, + { {-1011.0f, 100.0f, 1087.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p881d2", 0 }, + { {-222.0f, 35.0f, 2639.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p249e1", 0 }, + { {494.0f, 35.0f, 2646.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p515e1", 0 }, + { {-746.0f, 100.0f, 1422.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p872d2", 0 }, + { {-675.0f, 100.0f, 1538.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p874d2", 0 }, + { {-537.0f, 100.0f, 1874.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2754c1", 0 }, + { {481.0f, 35.0f, 1571.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p479e2", 0 }, + { {-216.0f, 35.0f, 1596.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p517e1", 0 }, + { {-224.0f, 35.0f, 1872.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p282e1", 0 }, + { {499.0f, 35.0f, 2463.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p110e2", 0 }, + { {488.0f, 35.0f, 1787.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p89e", 0 }, + { {-996.0f, 35.0f, 1901.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2756c1", 0 }, + { {-1647.0f, 35.0f, 2648.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2569c1", 0 }, + { {-978.0f, 35.0f, 2646.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2757c2", 0 }, + { {-686.0f, 35.0f, 2640.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2758c2", 0 }, + { {-1872.0f, 35.0f, 2499.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2805c", 0 }, + { {-1664.0f, 35.0f, 2401.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2809c2", 0 }, + { {-1880.0f, 35.0f, 2656.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p2570c1", 0 }, + { {-1524.0f, 35.0f, 2401.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2678c", 0 }, + { {-1544.0f, 35.0f, 2526.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2812c2", 0 }, + { {-1773.0f, 35.0f, 2599.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2680c2", 0 }, + { {-1233.0f, 35.0f, 2655.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2568c2", 0 }, + { {-692.0f, 35.0f, 2474.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2734c1", 0 }, + { {-2002.0f, 100.0f, 975.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p358f1", 0 }, + { {-2018.0f, 100.0f, 1286.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p63f2", 0 }, + { {-1819.0f, 100.0f, 1278.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p62f1", 0 }, + { {-1827.0f, 100.0f, 1134.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p61f", 0 }, + { {-1515.0f, 100.0f, 1117.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p57f2", 0 }, + { {-1651.0f, 100.0f, 1126.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p59f2", 0 }, + { {-1651.0f, 100.0f, 1541.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p51f1", 0 }, + { {-1475.0f, 100.0f, 1549.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p48f1", 0 }, + { {-1475.0f, 100.0f, 1717.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p365f", 0 }, + { {-1825.0f, 100.0f, 1703.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p46f", 0 }, + { {-1835.0f, 100.0f, 1478.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p44f2", 0 }, + { {-2014.0f, 100.0f, 1472.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p40f1", 0 }, + { {-1293.0f, 100.0f, 1557.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2750c1", 0 }, + { {-1293.0f, 100.0f, 1885.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p34f", 0 }, + { {-2010.0f, 100.0f, 1885.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p319f1", 0 }, + { {-1116.0f, 100.0f, 1557.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2833c2", 0 }, + { {429.0f, 307.0f, -1977.0f}, {0.0f, 1.0f, 0.0f}, {-0.016799f, 0.0f, 0.999859f}, "p2569g1", 0 }, + { {-2.0f, 307.0f, -1403.0f}, {0.0f, 1.0f, 0.0f}, {-0.000654f, 0.0f, -1.0f}, "p7619g2", 0 }, + { {-7.0f, 307.0f, -2592.0f}, {0.0f, 1.0f, 0.0f}, {-0.000654f, 0.0f, -1.0f}, "p12792g", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {65.0f, 29.0f, -309.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334a2", 0, {-4.000002f, 4.0f, -1.0f, 23.000002f, -29.0f, 94.0f} }, + { {44.0f, 29.0f, -301.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334a2", 0, {-4.000002f, 4.0f, -2.0f, 23.000002f, -29.0f, 94.0f} }, + { {23.0f, 29.0f, -293.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334a1", 0, {-4.000002f, 4.0f, -2.0f, 23.000002f, -29.0f, 94.0f} }, + { {-64.0f, 29.0f, -309.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335a1", 0, {-4.0f, 4.000002f, -2.0f, 23.000002f, -29.0f, 94.0f} }, + { {-44.0f, 29.0f, -301.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335a1", 0, {-4.0f, 4.000002f, -1.0f, 23.000002f, -29.0f, 94.0f} }, + { {-23.0f, 29.0f, -293.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335a1", 0, {-4.0f, 4.000002f, -2.0f, 23.000002f, -29.0f, 94.0f} }, + { {18.0f, 225.0f, -1331.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p358a2", 0, {-4.000003f, 4.0f, -1.0f, 37.0f, -28.0f, 76.0f} }, + { {371.0f, 139.0f, -233.0f}, {0.0f, -1e-06, -1.0f}, {0.0f, 1.0f, -1e-06}, "p615b1", 0, {-124.00001f, 161.00002f, -0.000252f, 0.000127f, -58.000004f, 139.0f} }, + { {-747.0f, 214.0f, 1370.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p468d1", 0, {-3.0f, 2.0f, -30.999998f, 34.0f, -121.00001f, 21.000002f} }, + { {-750.0f, 214.0f, 1130.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p112d2", 0, {-3.0f, 2.0f, -31.0f, 34.0f, -121.0f, 21.0f} }, + { {-374.0f, 0.0f, 2123.0f}, {0.000104f, 1.0f, 0.0f}, {-1.0f, 0.000104f, 0.000142f}, "p2826c2", 0, {-41.006416f, 41.004547f, -0.004707f, 135.00336f, -32.005825f, 45.019905f} }, + { {-374.0f, 0.0f, 2205.0f}, {0.000104f, 1.0f, 0.0f}, {-1.0f, 0.000104f, 0.000142f}, "p2826c2", 0, {-41.006416f, 42.004547f, -0.004707f, 135.00336f, -32.005825f, 45.020046f} }, + { {-1030.0f, 93.0f, 1750.0f}, {0.0f, 1.0f, 0.000104f}, {-0.000142f, 0.000104f, -1.0f}, "p2837c2", 0, {-41.006416f, 41.004547f, -0.004707f, 135.00336f, -32.005825f, 45.019905f} }, + { {-1112.0f, 93.0f, 1750.0f}, {0.0f, 1.0f, 0.000104f}, {-0.000142f, 0.000104f, -1.0f}, "p2837c2", 0, {-41.006416f, 42.004547f, -0.004707f, 135.00336f, -32.005825f, 45.020046f} }, + { {-927.0f, 81.0f, 310.0f}, {0.0f, 1.0f, -0.000104f}, {0.000156f, 0.000104f, 1.0f}, "p2251c", 0, {-45.007053f, 46.005f, -0.004707f, 135.00334f, -32.007034f, 45.02127f} }, + { {-836.0f, 81.0f, 310.0f}, {0.0f, 1.0f, -0.000104f}, {0.000156f, 0.000104f, 1.0f}, "p2257c", 0, {-45.007053f, 45.005f, -0.004707f, 135.00334f, -32.007034f, 45.021114f} }, + { {-745.0f, 81.0f, 310.0f}, {0.0f, 1.0f, -0.000104f}, {0.000156f, 0.000104f, 1.0f}, "p2248c", 0, {-46.007053f, 45.005f, -0.004707f, 135.00334f, -32.00719f, 45.021114f} }, + { {-927.0f, 81.0f, 477.0f}, {0.0f, 1.0f, 0.000104f}, {0.000156f, 0.000104f, -1.0f}, "p2247c", 0, {-46.005f, 45.007053f, -0.004706f, 135.00334f, -32.007034f, 45.02127f} }, + { {-836.0f, 81.0f, 477.0f}, {0.0f, 1.0f, 0.000104f}, {0.000156f, 0.000104f, -1.0f}, "p2250c", 0, {-45.005f, 45.007053f, -0.004706f, 135.00334f, -32.007034f, 45.021114f} }, + { {-745.0f, 81.0f, 477.0f}, {0.0f, 1.0f, 0.000104f}, {0.000156f, 0.000104f, -1.0f}, "p2249c", 0, {-45.005f, 46.007053f, -0.004706f, 135.00334f, -32.00719f, 45.021114f} }, + { {-791.0f, 53.0f, 2270.0f}, {-3e-06, 1.0f, 1.9e-05}, {0.178635f, 1.9e-05, -0.983915f}, "p2734c1", 0, {-19.854101f, 20.211372f, -0.000204f, 6.000166f, -8.670919f, 10.638865f} }, + { {-593.0f, 53.0f, 2107.0f}, {1.9e-05, 1.0f, 0.0f}, {-0.999987f, 1.9e-05, -0.005066f}, "p2305c", 0, {-20.040276f, 20.055475f, -0.00021f, 6.000153f, -8.101225f, 11.101301f} }, + { {-985.0f, 145.0f, 1433.0f}, {0.0f, 1.0f, 1.9e-05}, {0.005066f, 1.9e-05, -0.999987f}, "p2835c1", 0, {-20.040276f, 20.055475f, -0.00021f, 6.000153f, -8.101225f, 11.101301f} }, + { {449.0f, 134.0f, -359.0f}, {1.9e-05, 1.0f, 0.0f}, {-0.999987f, 1.9e-05, -0.005066f}, "p1158b", 0, {-19.040289f, 20.055475f, -0.00021f, 6.000153f, -8.101225f, 11.096235f} }, + { {-789.0f, 53.0f, 2306.0f}, {-6e-06, 1.0f, 4.7e-05}, {0.123964f, 4.8e-05, -0.992287f}, "p2734c1", 0, {-16.37416f, 17.117949f, -0.001059f, 31.000772f, -16.247337f, 22.202538f} }, + { {-559.0f, 53.0f, 2097.0f}, {4.7e-05, 1.0f, -1e-05}, {-0.978584f, 4.8e-05, 0.205846f}, "p2305c", 0, {-16.895685f, 16.845041f, -0.00105f, 31.000807f, -16.894201f, 21.995934f} }, + { {-975.0f, 145.0f, 1467.0f}, {1e-05, 1.0f, 4.7e-05}, {-0.205846f, 4.8e-05, -0.978584f}, "p2835c1", 0, {-16.895681f, 16.845041f, -0.001059f, 31.000807f, -16.894201f, 22.20178f} }, + { {484.0f, 134.0f, -363.0f}, {4.7e-05, 1.0f, -1e-05}, {-0.978584f, 4.8e-05, 0.205846f}, "p1158b", 0, {-16.122948f, 16.639194f, -0.001106f, 31.00076f, -15.9171f, 23.178883f} }, + { {-749.0f, 0.0f, 2297.0f}, {0.0f, 1.0f, 4e-05}, {-0.000142f, 4e-05, -1.0f}, "p2734c1", 0, {-82.00641f, 83.004555f, -0.001806f, 52.001286f, -32.01167f, 45.0139f} }, + { {-572.0f, 0.0f, 2114.0f}, {4e-05, 1.0f, 0.0f}, {-1.0f, 4e-05, 0.000142f}, "p2305c", 0, {-82.00641f, 83.004555f, -0.001806f, 52.001286f, -32.01167f, 45.0139f} }, + { {-992.0f, 93.0f, 1454.0f}, {0.0f, 1.0f, 4e-05}, {-0.000142f, 4e-05, -1.0f}, "p2835c1", 0, {-82.00641f, 83.004555f, -0.001806f, 52.001286f, -32.01167f, 45.0139f} }, + { {477.0f, 81.0f, -355.0f}, {4e-05, 1.0f, 0.0f}, {-1.0f, 4e-05, 0.000142f}, "p1158b", 0, {-83.00641f, 83.004555f, -0.001806f, 52.001286f, -32.011814f, 45.0139f} }, + { {718.0f, 81.0f, 1000.0f}, {0.0f, 1.0f, 4e-05}, {-0.000142f, 4e-05, -1.0f}, "p128b2", 0, {-83.00641f, 82.004555f, -0.001806f, 52.001286f, -32.011814f, 45.013756f} }, + { {322.0f, 81.0f, 924.0f}, {0.0f, 1.0f, 4e-05}, {-0.000142f, 4e-05, -1.0f}, "p622b", 0, {-82.00641f, 83.004555f, -0.001806f, 52.001286f, -32.01167f, 45.0139f} }, + { {-843.0f, 93.0f, 1523.0f}, {-4e-05, 1.0f, 0.0f}, {1.0f, 4e-05, -0.000142f}, "p871d2", 0, {-82.00641f, 83.0047f, -0.001806f, 52.001328f, -33.01167f, 45.0139f} }, + { {-1136.0f, 238.0f, 1117.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p882d1", 0, {-8.000001f, 8.999999f, -10.000001f, -9.999998f, -9.0f, 9.0f} }, + { {-1151.0f, 238.0f, 393.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2216c", 0, {-8.000001f, 8.999999f, -10.000001f, -9.999998f, -9.0f, 9.0f} }, + { {-540.0f, 222.0f, 896.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1704c2", 0, {-9.000003f, 8.999997f, -20.0f, -19.999998f, -9.0f, 8.0f} }, + { {-748.0f, 353.0f, 1158.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p120d2", 0, {-9.000003f, 8.999997f, -20.0f, -19.999998f, -9.0f, 9.0f} }, + { {178.0f, 252.0f, -469.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1154b2", 0, {-9.000003f, 8.999997f, -20.0f, -19.999998f, -9.0f, 8.0f} }, + { {-220.0f, 111.0f, 1533.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p520e1", 0, {-8.000003f, 8.999997f, -25.0f, -24.999998f, -9.0f, 9.0f} }, + { {-689.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-17.036915f, 18.049242f, -0.002656f, 78.00199f, -21.031631f, 28.037258f} }, + { {-724.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-17.036915f, 17.049244f, -0.002655f, 78.00199f, -21.029873f, 28.037258f} }, + { {-759.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-18.036913f, 17.049244f, -0.002655f, 78.00199f, -21.029873f, 28.039017f} }, + { {-793.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-17.036915f, 18.049242f, -0.002656f, 78.00199f, -21.031631f, 28.037258f} }, + { {-828.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-17.036915f, 18.049242f, -0.002656f, 78.00199f, -21.031631f, 28.037258f} }, + { {483.0f, 23.0f, 311.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p610b", 0, {-17.035156f, 18.050985f, -0.00275f, 78.0019f, -20.031633f, 29.02986f} }, + { {483.0f, 23.0f, 276.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p610b", 0, {-17.035156f, 18.050985f, -0.00275f, 78.0019f, -20.031633f, 29.02986f} }, + { {483.0f, 23.0f, 241.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p610b", 0, {-17.035156f, 17.050987f, -0.00275f, 78.0019f, -20.029875f, 29.02986f} }, + { {483.0f, 23.0f, 206.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p610b", 0, {-18.035154f, 17.050987f, -0.00275f, 78.0019f, -20.029875f, 29.031618f} }, + { {483.0f, 23.0f, 172.0f}, {-9.5e-05, 1.0f, 0.0f}, {0.999998f, 9.5e-05, 0.001759f}, "p610b", 0, {-17.035156f, 18.050985f, -0.00275f, 78.0019f, -20.031633f, 29.02986f} }, + { {-257.0f, 221.0f, 428.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p66b1", 0, {-23.000038f, 22.999964f, -85.000015f, -84.99999f, -17.0f, 22.0f} }, + { {-257.0f, 166.0f, 428.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p66b1", 0, {-23.000038f, 22.999964f, -85.000015f, -84.99999f, -16.0f, 23.0f} }, + { {-257.0f, 109.0f, 428.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p66b1", 0, {-23.000038f, 22.999964f, -85.000015f, -84.99999f, -16.0f, 22.0f} }, + { {-257.0f, 221.0f, 80.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b1", 0, {-22.000038f, 23.999964f, -85.000015f, -84.99999f, -17.0f, 22.0f} }, + { {-257.0f, 166.0f, 80.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b1", 0, {-22.000038f, 23.999964f, -85.000015f, -84.99999f, -16.0f, 23.0f} }, + { {-257.0f, 108.0f, 80.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b1", 0, {-22.000038f, 23.999964f, -85.000015f, -84.99999f, -15.0f, 23.0f} }, + { {-257.0f, 253.0f, 368.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-13.000038f, 13.999963f, -85.00001f, -84.99999f, -10.0f, 9.0f} }, + { {-257.0f, 253.0f, 318.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-13.000038f, 13.999963f, -85.00001f, -84.99999f, -10.0f, 9.0f} }, + { {-257.0f, 253.0f, 191.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-14.000038f, 12.999963f, -85.00001f, -84.99999f, -10.0f, 9.0f} }, + { {-257.0f, 253.0f, 140.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-13.000038f, 13.999963f, -85.00001f, -84.99999f, -10.0f, 9.0f} }, + { {-257.0f, 107.0f, 370.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b1", 0, {-23.000038f, 23.999964f, -85.000015f, -84.99999f, -7.0f, 5.0f} }, + { {-257.0f, 105.0f, 312.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-23.000038f, 23.999964f, -85.000015f, -84.99999f, -5.0f, 7.0f} }, + { {-257.0f, 107.0f, 254.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-23.000038f, 23.999964f, -85.000015f, -84.99999f, -7.0f, 5.0f} }, + { {-257.0f, 106.0f, 197.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-23.000038f, 22.999964f, -85.000015f, -84.99999f, -6.0f, 6.0f} }, + { {-257.0f, 106.0f, 140.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-24.000038f, 21.999964f, -85.000015f, -84.99999f, -6.0f, 6.0f} }, + { {-257.0f, 86.0f, 370.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b1", 0, {-23.000038f, 23.999964f, -85.000015f, -84.99999f, -5.0f, 7.0f} }, + { {-257.0f, 87.0f, 312.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-23.000038f, 23.999964f, -85.000015f, -84.99999f, -6.0f, 6.0f} }, + { {-257.0f, 88.0f, 254.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-23.000038f, 23.999964f, -85.000015f, -84.99999f, -7.0f, 5.0f} }, + { {-257.0f, 87.0f, 197.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-23.000038f, 22.999964f, -85.000015f, -84.99999f, -6.0f, 6.0f} }, + { {-257.0f, 87.0f, 140.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-24.000038f, 21.999964f, -85.000015f, -84.99999f, -6.0f, 6.0f} }, + { {-257.0f, 177.0f, 255.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-133.00005f, 130.99997f, -85.00006f, -84.99995f, -54.0f, 54.0f} }, + { {-2014.0f, 31.0f, 2651.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2800c2", 0, {17.999971f, 31.999975f, -72.00001f, -60.000004f, -189.0f, -182.0f} }, + { {-380.0f, 0.0f, 2413.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2830c1", 0, {-42.000004f, 41.0f, -2e-06, 83.00001f, -38.0f, 38.0f} }, + { {-411.0f, 42.0f, 2448.0f}, {-1.4e-05, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2830c1", 0, {-7.0f, 7.000958f, -9.6e-05, 70.00009f, -35.0f, 34.0f} }, + { {-1767.0f, 77.0f, 2690.0f}, {0.0f, 1.0f, 0.0f}, {4.9e-05, 0.0f, -1.0f}, "p2680c1", 0, {-13.001751f, 12.998836f, -1e-05, 35.999996f, -36.00063f, -23.999367f} }, + { {-1773.0f, 90.0f, 2693.0f}, {0.0f, 0.0f, -1.0f}, {-1.0f, -3.4e-05, 0.0f}, "p2680c1", 0, {-10.000101f, 10.000105f, -30.0f, -27.999998f, -3.000343f, 3.000341f} }, + { {787.0f, 81.0f, 1276.0f}, {0.0f, 1.0f, 9.5e-05}, {0.00899f, 9.5e-05, -0.99996f}, "p1105b", 0, {-85.185234f, 84.248474f, -0.002662f, 175.002f, -21.737762f, 28.77965f} }, + { {618.0f, 81.0f, 1276.0f}, {0.0f, 1.0f, 9.5e-05}, {0.00899f, 9.5e-05, -0.99996f}, "p1105b", 0, {-85.185234f, 84.248474f, -0.002662f, 175.00198f, -20.754393f, 28.77965f} }, + { {-809.0f, 145.0f, 1533.0f}, {0.0f, 1.0f, 1.9e-05}, {0.005066f, 1.9e-05, -0.999987f}, "p871d2", 0, {-20.040276f, 20.055475f, -0.00021f, 6.000153f, -8.101225f, 11.101301f} }, + { {-777.0f, 121.0f, 707.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p153c1", 0, {-3.0f, 2.0f, -2.0f, 58.000004f, -28.0f, 110.0f} }, + { {-893.0f, 121.0f, 707.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1718c1", 0, {-2.0f, 3.0f, -3.0f, 58.000004f, -28.0f, 110.0f} }, + { {-777.0f, 121.0f, 865.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p153c1", 0, {-3.0f, 2.0f, -2.0f, 58.000004f, -28.0f, 110.0f} }, + { {-893.0f, 121.0f, 865.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1718c1", 0, {-2.0f, 3.0f, -3.0f, 58.000004f, -28.0f, 110.0f} }, + { {-1063.0f, 121.0f, 1035.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1751c2", 0, {-3.0f, 3.0f, -3.0f, 58.000004f, -28.0f, 110.0f} }, + { {-946.0f, 121.0f, 1035.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1751c1", 0, {-3.0f, 3.0f, -1.0f, 59.000004f, -28.0f, 110.0f} }, + { {-626.0f, 121.0f, 1596.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1749c1", 0, {-3.0f, 3.0f, -2.0f, 59.000004f, -28.0f, 110.0f} }, + { {-626.0f, 121.0f, 1480.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1749c2", 0, {-3.0f, 3.0f, -3.0f, 57.000004f, -28.0f, 110.0f} }, + { {-1212.0f, 121.0f, 1596.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1774c1", 0, {-3.0f, 2.0f, -2.0f, 59.000004f, -28.0f, 110.0f} }, + { {-1212.0f, 121.0f, 1480.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1774c2", 0, {-2.0f, 3.0f, -3.0f, 57.000004f, -28.0f, 110.0f} }, + { {-622.0f, 29.0f, 2567.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2154c1", 0, {-2.0f, 3.0f, -1.0f, 59.000004f, -29.0f, 110.0f} }, + { {-739.0f, 29.0f, 2567.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2154c2", 0, {-3.0f, 2.0f, -3.0f, 58.000004f, -29.0f, 110.0f} }, + { {284.0f, 29.0f, 1642.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p429e1", 0, {-2.0f, 3.0f, -2.0f, 58.000004f, -29.0f, 110.0f} }, + { {284.0f, 29.0f, 1526.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p481e1", 0, {-3.0f, 2.0f, -3.0f, 58.000004f, -29.0f, 110.0f} }, + { {284.0f, 29.0f, 2594.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p400e2", 0, {-3.0f, 2.0f, -2.0f, 58.000004f, -29.0f, 110.0f} }, + { {284.0f, 29.0f, 2711.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p489e1", 0, {-2.0f, 3.0f, -2.0f, 59.000004f, -29.0f, 110.0f} }, + { {-1190.0f, 28.0f, 2710.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2634c1", 0, {-2.0f, 3.0f, -2.0f, 58.000004f, -28.0f, 111.0f} }, + { {-1190.0f, 28.0f, 2600.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2634c1", 0, {-3.0f, 2.0f, -7.0f, 52.000004f, -28.0f, 111.0f} }, + { {-589.0f, 28.0f, 2711.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2167c2", 0, {-2.0f, 3.0f, -1.0f, 59.000004f, -28.0f, 111.0f} }, + { {-589.0f, 28.0f, 2595.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2167c1", 0, {-3.0f, 2.0f, -2.0f, 57.000004f, -28.0f, 111.0f} }, + { {-1855.0f, 24.0f, 2572.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2806c1", 0, {-2.0f, 2.0f, -7.000001f, 43.000004f, -24.000002f, 107.00001f} }, + { {-1627.0f, 24.0f, 2572.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2811c1", 0, {-2.0f, 2.0f, -7.000001f, 44.000004f, -24.000002f, 107.00001f} }, + { {-1240.0f, 121.0f, 1336.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2285c1", 0, {-3.0f, 2.0f, -2.0f, 59.000004f, -28.0f, 110.0f} }, + { {-1355.0f, 121.0f, 1336.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2171c2", 0, {-2.0f, 3.0f, -3.0f, 56.000004f, -28.0f, 110.0f} }, + { {438.0f, 29.0f, 1661.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p79e", 0, {-2.0f, 3.0f, -6.0f, 53.000004f, -29.0f, 110.0f} }, + { {549.0f, 29.0f, 1661.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p78e", 0, {-3.0f, 2.0f, -3.0f, 58.000004f, -29.0f, 110.0f} }, + { {440.0f, 29.0f, 2575.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p111e", 0, {-3.0f, 2.0f, -8.0f, 51.000004f, -29.0f, 110.0f} }, + { {549.0f, 29.0f, 2575.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p112e", 0, {-2.0f, 3.0f, -3.0f, 58.000004f, -29.0f, 110.0f} }, + { {18.0f, 225.0f, -1331.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p358a2", 0, {-4.000003f, 4.0f, -1.0f, 37.0f, -28.0f, 76.0f} }, + { {391.0f, 178.0f, -228.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p615b1", 0, {-141.0f, 144.0f, -5.8e-05, 5.7e-05, -97.0f, 100.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 29738, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 29739, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 29740, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 29741, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 29742, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 29743, 1, + /* Type = ObjectiveCompleteCondition; index = 6 */ + _mkword(0, _mkshort(0, 26)), 512, + /* Type = ObjectiveEnd; index = 7 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 8 */ + _mkword(0, _mkshort(0, 23)), 1, 29744, 0, + /* Type = ObjectiveFailCondition; index = 9 */ + _mkword(0, _mkshort(0, 27)), 4096, + /* Type = ObjectiveCollectObject; index = 10 */ + _mkword(0, _mkshort(0, 28)), 2, + /* Type = ObjectiveEnd; index = 11 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 12 */ + _mkword(0, _mkshort(0, 23)), 2, 29745, 1, + /* Type = ObjectiveDestroyObject; index = 13 */ + _mkword(0, _mkshort(0, 25)), 28, + /* Type = ObjectiveDestroyObject; index = 14 */ + _mkword(0, _mkshort(0, 25)), 29, + /* Type = ObjectiveDestroyObject; index = 15 */ + _mkword(0, _mkshort(0, 25)), 30, + /* Type = ObjectiveDestroyObject; index = 16 */ + _mkword(0, _mkshort(0, 25)), 31, + /* Type = ObjectiveDestroyObject; index = 17 */ + _mkword(0, _mkshort(0, 25)), 32, + /* Type = ObjectiveDestroyObject; index = 18 */ + _mkword(0, _mkshort(0, 25)), 33, + /* Type = ObjectiveEnd; index = 19 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 20 */ + _mkword(0, _mkshort(0, 23)), 3, 29746, 2, + /* Type = ObjectiveCollectObject; index = 21 */ + _mkword(0, _mkshort(0, 28)), 34, + /* Type = ObjectiveEnd; index = 22 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 23 */ + _mkword(0, _mkshort(0, 23)), 4, 29747, 0, + /* Type = ObjectiveFailCondition; index = 24 */ + _mkword(0, _mkshort(0, 27)), 256, + /* Type = ObjectiveCompleteCondition; index = 25 */ + _mkword(0, _mkshort(0, 26)), 2048, + /* Type = ObjectiveEnterRoom; index = 26 */ + _mkword(0, _mkshort(0, 32)), 51, 0, 0, + /* Type = ObjectiveEnd; index = 27 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Collectable; index = 28 */ + _mkword(256, _mkshort(0, 8)), _mkword(209, 10072), 0x00000008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x03, 0xff), 0xffff), 0, + /* Type = Collectable; index = 29 */ + _mkword(256, _mkshort(0, 8)), _mkword(209, 10072), 0x00000008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x03, 0xff), 0xffff), 0, + /* Type = Collectable; index = 30 */ + _mkword(256, _mkshort(0, 8)), _mkword(209, 10072), 0x00000008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x03, 0xff), 0xffff), 0, + /* Type = Collectable; index = 31 */ + _mkword(256, _mkshort(0, 8)), _mkword(209, 10072), 0x00000008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x03, 0xff), 0xffff), 0, + /* Type = Collectable; index = 32 */ + _mkword(256, _mkshort(0, 8)), _mkword(209, 10072), 0x00000008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x03, 0xff), 0xffff), 0, + /* Type = Collectable; index = 33 */ + _mkword(256, _mkshort(0, 8)), _mkword(209, 10072), 0x00000008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x03, 0xff), 0xffff), 0, + /* Type = Key; index = 34 */ + _mkword(256, _mkshort(0, 4)), _mkword(244, 10076), 0x000011e8, 0x00001000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = Rename; index = 35 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 83, 29748, 29749, 29750, 29751, 29752, 0, 0, + /* Type = StandardProp; index = 36 */ + _mkword(256, _mkshort(0, 3)), _mkword(294, 10075), 0x000010e8, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 37 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10034), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 38 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = StandardProp; index = 39 */ + _mkword(384, _mkshort(0, 3)), _mkword(275, 46), 0x01240001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 40 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 72, 29788, 29789, 29790, 29791, 29792, 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10030), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 42 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = StandardProp; index = 43 */ + _mkword(332, _mkshort(0, 3)), _mkword(271, 47), 0x01240001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 44 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 65, 29778, 29779, 29780, 29781, 29782, 0, 0, + /* Type = Glass; index = 45 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10109), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 46 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 80), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 47 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 81), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 48 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 82), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 49 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 83), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 50 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 84), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 51 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 85), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 52 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 86), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 53 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 87), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 54 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 88), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 55 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 89), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 56 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 90), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 57 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 91), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 58 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 92), 0x40000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000008, 240, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 59 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 93), 0x40000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000008, 240, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 60 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 94), 0x40000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000008, 240, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 61 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 95), 0x40000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000008, 240, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 62 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 96), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 63 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 97), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 64 */ + _mkword(256, _mkshort(0, 1)), _mkword(136, 98), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000004, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 65 */ + _mkword(256, _mkshort(0, 1)), _mkword(136, 99), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000004, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 66 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 102), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000004, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 67 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 103), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000004, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 68 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 104), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000008, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 69 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 105), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000008, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 70 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 106), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000008, 300, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 71 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 107), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000008, 300, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 72 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 108), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000fae1, 0x00010000, 0x00000015, 0x00000015, 0x000001b4, _mkword(4, 0), 0x00000001, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 73 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0xffff), 0, 0, + /* Type = Tag; index = 74 */ + _mkword(0, _mkshort(0, 22)), _mkword(26, 0x0001), 0, 0, + /* Type = Door; index = 75 */ + _mkword(256, _mkshort(0, 1)), _mkword(182, 100), 0x40000000, 0x00008000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000001, 300, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 76 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = Door; index = 77 */ + _mkword(256, _mkshort(0, 1)), _mkword(182, 101), 0x40000000, 0x20008000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000002, 300, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 78 */ + _mkword(256, _mkshort(0, 1)), _mkword(140, 8), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 79 */ + _mkword(256, _mkshort(0, 1)), _mkword(140, 9), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 80 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 0), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x00000000, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 1), 0x00000004, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 81 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 1), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00020000, 0x00000028, 0x00000028, 0x00000333, _mkword(0, 2), 0x00000004, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 82 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 2), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x00019999, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 3), 0x00000004, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 83 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 3), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x00000000, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(8, 1), 0x00000004, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 84 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 4), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00020000, 0x00000028, 0x00000028, 0x00000333, _mkword(8, 2), 0x00000004, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 85 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 5), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xfffffffb, 0x00019999, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(8, 3), 0x00000004, 900, 1, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 86 */ + _mkword(0, _mkshort(0, 22)), _mkword(28, 0x0001), 0, 0, + /* Type = Cctv; index = 87 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10035), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x0000004e, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00001c71, 0xfffff1c8, 0x00000000, 0x00000000, 0x00000088, 0x00000000, 0x00000000, 0xffffff9c, + /* Type = Tag; index = 88 */ + _mkword(0, _mkshort(0, 22)), _mkword(29, 0x0001), 0, 0, + /* Type = Cctv; index = 89 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10036), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x0000004a, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00001555, 0xffffeaab, 0x00000000, 0x00000000, 0x000000b6, 0x00000000, 0x00000000, 0xffffff9c, + /* Type = Tag; index = 90 */ + _mkword(0, _mkshort(0, 22)), _mkword(30, 0x0001), 0, 0, + /* Type = Cctv; index = 91 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10037), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000047, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00001555, 0xffffeaab, 0x00000000, 0x00000000, 0x000000f2, 0x00000000, 0x00000000, 0xffffff9c, + /* Type = Tag; index = 92 */ + _mkword(0, _mkshort(0, 22)), _mkword(31, 0x0001), 0, 0, + /* Type = Cctv; index = 93 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10038), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000052, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00001555, 0xffffeaab, 0x00000000, 0x00000000, 0x000000f2, 0x00000000, 0x00000000, 0xffffff9c, + /* Type = Tag; index = 94 */ + _mkword(0, _mkshort(0, 22)), _mkword(32, 0x0001), 0, 0, + /* Type = Cctv; index = 95 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10039), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000039, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00001555, 0xffffeaab, 0x00000000, 0x00000000, 0x000000f2, 0x00000000, 0x00000000, 0xffffff9c, + /* Type = Tag; index = 96 */ + _mkword(0, _mkshort(0, 22)), _mkword(33, 0x0001), 0, 0, + /* Type = Cctv; index = 97 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10040), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000057, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00001555, 0xffffeaab, 0x00000000, 0x00000000, 0x000000f2, 0x00000000, 0x00000000, 0xffffff9c, + /* Type = Drone; index = 98 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 39), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000071, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x000000da, 0x000a0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 99 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 40), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x0000006b, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x000000da, 0x000a0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 100 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 42), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x0000006c, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x000000da, 0x000a0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Safe; index = 101 */ + _mkword(256, _mkshort(0, 43)), _mkword(254, 10073), 0x000201e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 102 */ + _mkword(256, _mkshort(0, 1)), _mkword(293, 74), 0x00000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00000f5c, 0x00000f5c, 0x00010000, _mkword(8, 5), 0x00000030, 268435455, 16, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Rename; index = 103 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 0, 0, 0, 0, 0, 29797, 0, 0, + /* Type = Collectable; index = 104 */ + _mkword(256, _mkshort(0, 8)), _mkword(204, 43), 0x00000008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x05, 0xff), 0xffff), 0, + /* Type = SafeItem; index = 105 */ + _mkword(0, _mkshort(0, 44)), -1, -4, -3, 0, + /* Type = Collectable; index = 106 */ + _mkword(256, _mkshort(0, 8)), _mkword(204, 45), 0x00000008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x05, 0xff), 0xffff), 0, + /* Type = SafeItem; index = 107 */ + _mkword(0, _mkshort(0, 44)), -1, -6, -5, 0, + /* Type = LinkItems; index = 108 */ + _mkword(0, _mkshort(0, 14)), -2, -4, + /* Type = StandardProp; index = 109 */ + _mkword(512, _mkshort(0, 3)), _mkword(270, 44), 0x00040008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SafeItem; index = 110 */ + _mkword(0, _mkshort(0, 44)), -1, -9, -8, 0, + /* Type = Rename; index = 111 */ + _mkword(0, _mkshort(0, 37)), 0xfffffffe, 66, 29799, 29800, 29801, 29802, 29803, 0, 0, + /* Type = Tag; index = 112 */ + _mkword(0, _mkshort(0, 22)), _mkword(34, 0xfffd), 0, 0, + /* Type = Tag; index = 113 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 114 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10071), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 115 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 116 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10051), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 117 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 118 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10052), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 119 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 120 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10053), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 121 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 122 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10054), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 123 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 124 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10055), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 125 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 126 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10056), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 127 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 128 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10057), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 129 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 130 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10058), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 131 */ + _mkword(0, _mkshort(0, 22)), _mkword(14, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 132 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10059), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 133 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 134 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10060), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 135 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 136 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10061), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 137 */ + _mkword(0, _mkshort(0, 22)), _mkword(17, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 138 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10062), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 139 */ + _mkword(0, _mkshort(0, 22)), _mkword(18, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 140 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10063), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 141 */ + _mkword(0, _mkshort(0, 22)), _mkword(19, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 142 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10064), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 143 */ + _mkword(0, _mkshort(0, 22)), _mkword(20, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 144 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10065), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 145 */ + _mkword(0, _mkshort(0, 22)), _mkword(21, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 146 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10066), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 147 */ + _mkword(0, _mkshort(0, 22)), _mkword(22, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 148 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10067), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 149 */ + _mkword(0, _mkshort(0, 22)), _mkword(23, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 150 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10068), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 151 */ + _mkword(0, _mkshort(0, 22)), _mkword(24, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 152 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10069), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = Tag; index = 153 */ + _mkword(0, _mkshort(0, 22)), _mkword(25, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 154 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10070), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = HangingMonitor; index = 155 */ + _mkword(256, _mkshort(0, 12)), _mkword(76, 28), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 156 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0x00000000, 5, + /* Type = SingleMonitor; index = 157 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffe, 0x00000001, 8, + /* Type = SingleMonitor; index = 158 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffd, 0x00000002, 2, + /* Type = SingleMonitor; index = 159 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffc, 0x00000003, 1, + /* Type = HangingMonitor; index = 160 */ + _mkword(256, _mkshort(0, 12)), _mkword(76, 29), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 161 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0x00000000, 8, + /* Type = SingleMonitor; index = 162 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffe, 0x00000001, 15, + /* Type = SingleMonitor; index = 163 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffd, 0x00000002, 5, + /* Type = SingleMonitor; index = 164 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffc, 0x00000003, 12, + /* Type = StandardProp; index = 165 */ + _mkword(256, _mkshort(0, 3)), _mkword(32, 10041), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 166 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10042), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 167 */ + _mkword(256, _mkshort(0, 3)), _mkword(34, 10043), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 168 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10044), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 15, + /* Type = StandardProp; index = 169 */ + _mkword(256, _mkshort(0, 3)), _mkword(32, 10045), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 170 */ + _mkword(256, _mkshort(0, 3)), _mkword(32, 10046), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 171 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10047), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 8, + /* Type = StandardProp; index = 172 */ + _mkword(256, _mkshort(0, 3)), _mkword(36, 10048), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 173 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10049), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 3, + /* Type = StandardProp; index = 174 */ + _mkword(256, _mkshort(0, 3)), _mkword(34, 10050), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 175 */ + _mkword(256, _mkshort(0, 3)), _mkword(83, 30), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 176 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 177 */ + _mkword(256, _mkshort(0, 3)), _mkword(83, 31), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 178 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 179 */ + _mkword(256, _mkshort(0, 3)), _mkword(83, 32), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 180 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 181 */ + _mkword(256, _mkshort(0, 3)), _mkword(83, 33), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 182 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 183 */ + _mkword(256, _mkshort(0, 3)), _mkword(83, 34), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 184 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 185 */ + _mkword(256, _mkshort(0, 3)), _mkword(83, 35), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 186 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 187 */ + _mkword(256, _mkshort(0, 3)), _mkword(83, 36), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 188 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 189 */ + _mkword(256, _mkshort(0, 3)), _mkword(83, 37), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 190 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 191 */ + _mkword(256, _mkshort(0, 3)), _mkword(48, 10010), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 192 */ + _mkword(256, _mkshort(0, 3)), _mkword(48, 10012), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 193 */ + _mkword(256, _mkshort(0, 3)), _mkword(48, 10014), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 194 */ + _mkword(256, _mkshort(0, 3)), _mkword(49, 10015), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 195 */ + _mkword(256, _mkshort(0, 3)), _mkword(48, 10016), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 196 */ + _mkword(256, _mkshort(0, 3)), _mkword(49, 10017), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 197 */ + _mkword(256, _mkshort(0, 3)), _mkword(48, 10018), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 198 */ + _mkword(256, _mkshort(0, 3)), _mkword(49, 10019), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 199 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10028), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 200 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10029), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 201 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10031), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 202 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10032), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 203 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10033), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 204 */ + _mkword(256, _mkshort(0, 3)), _mkword(46, 10077), 0x000001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 205 */ + _mkword(256, _mkshort(0, 3)), _mkword(46, 10078), 0x000001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 206 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10020), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 207 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10021), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 208 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10022), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 209 */ + _mkword(0, _mkshort(0, 22)), _mkword(36, 0x0001), 0, 0, + /* Type = StandardProp; index = 210 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10023), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 211 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10024), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 17, + /* Type = SingleMonitor; index = 212 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10025), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 18, + /* Type = SingleMonitor; index = 213 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10026), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 19, + /* Type = Tag; index = 214 */ + _mkword(0, _mkshort(0, 22)), _mkword(35, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 215 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10027), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 16, + /* Type = Armour; index = 216 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 48), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 217 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 33), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Guard; index = 218 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 97), _mkword(16, 1033), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 219 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 0), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 220 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 1), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 221 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 2), _mkword(38, 2), 0xffffffff, _mkword(800, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 222 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 3), _mkword(38, 2), 0xffffffff, _mkword(600, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 223 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 4), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 224 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 5), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Key; index = 225 */ + _mkword(512, _mkshort(0, 4)), _mkword(243, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32, + /* Type = Rename; index = 226 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 82, 29773, 29774, 29775, 29776, 29777, 0, 0, + /* Type = Guard; index = 227 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 6), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 228 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 7), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 229 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 8), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 230 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 9), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 231 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 10), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Key; index = 232 */ + _mkword(512, _mkshort(0, 4)), _mkword(243, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 16, + /* Type = Rename; index = 233 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 82, 29768, 29769, 29770, 29771, 29772, 0, 0, + /* Type = Guard; index = 234 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 11), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 235 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 12), _mkword(38, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 236 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 13), _mkword(38, 2), 0xffffffff, _mkword(700, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 237 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 14), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 238 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 21), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 239 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 22), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 240 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 100), _mkword(38, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Key; index = 241 */ + _mkword(256, _mkshort(0, 4)), _mkword(244, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 2, + /* Type = Rename; index = 242 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 83, 29753, 29754, 29755, 29756, 29757, 0, 0, + /* Type = Guard; index = 243 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 17), _mkword(38, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 244 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 18), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Tag; index = 245 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = StandardProp; index = 246 */ + _mkword(332, _mkshort(0, 3)), _mkword(269, 20), 0x01244000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 247 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 64, 29783, 29784, 29785, 29786, 29787, 0, 0, + /* Type = Guard; index = 248 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 19), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 249 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 20), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 250 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 60), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 251 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 82), _mkword(38, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 252 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 86), _mkword(38, 1025), 0xffffffff, _mkword(500, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 253 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 81), _mkword(38, 1025), 0xffffffff, _mkword(500, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Key; index = 254 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 8, + /* Type = Rename; index = 255 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 29763, 29764, 29765, 29766, 29767, 0, 0, + /* Type = Guard; index = 256 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 67), _mkword(38, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 257 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 70), _mkword(38, 1026), 0xffffffff, _mkword(500, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 258 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 92), _mkword(38, 1026), 0xffffffff, _mkword(500, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 259 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 80), _mkword(38, 1026), 0xffffffff, _mkword(700, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 260 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 114), _mkword(38, 1027), 0xffffffff, _mkword(500, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 261 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 113), _mkword(38, 1027), 0xffffffff, _mkword(500, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 262 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 111), _mkword(38, 1027), 0xffffffff, _mkword(700, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 263 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 105), _mkword(38, 1027), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 264 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 23), _mkword(38, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 265 */ + _mkword(0, _mkshort(0, 9)), _mkword(41, 24), _mkword(38, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Key; index = 266 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 4, + /* Type = Rename; index = 267 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 29758, 29759, 29760, 29761, 29762, 0, 0, + /* Type = Collectable; index = 268 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 269 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 270 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 271 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 272 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 273 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 274 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 275 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 276 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 277 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 278 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 279 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 280 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 281 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 282 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 283 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 284 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 285 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 286 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 287 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 288 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 289 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 290 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 291 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 292 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 293 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 26), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Collectable; index = 294 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 26), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Collectable; index = 295 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 296 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 297 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 298 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 30), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Collectable; index = 299 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 30), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Collectable; index = 300 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 301 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 302 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 303 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 34), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Collectable; index = 304 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 34), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Collectable; index = 305 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 40), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 306 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 41), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Hat; index = 307 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 308 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 309 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 310 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 311 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 312 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 313 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 314 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 315 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 316 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 317 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 318 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 319 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 320 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 321 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 322 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 323 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 324 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 325 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 326 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 327 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 328 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 329 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 330 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 331 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 332 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 333 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 334 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 335 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 336 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 337 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 338 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 339 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 340 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 341 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 342 */ + _mkword(256, _mkshort(0, 17)), _mkword(214, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Cutscene; index = 343 */ + _mkword(0, _mkshort(0, 46)), 133145, 91724, -246764, 357013, 401708, 119, + /* Type = Tag; index = 344 */ + _mkword(0, _mkshort(0, 22)), _mkword(27, 0xffff), 0, 0, + /* Type = EndProps; index = 345 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xffff4285, 0x00006862, 0x0007ac03, 0x00008192, 0x0005d453, 0x00000050, 0x00007466, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0xfffc2823, 0x0000a3f1, 0x00028fd6, 0x000281b8, 0x0005d453, 0x00000046, 0x00007466, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0xfffd3c21, 0x000031bb, 0x00057c60, 0x00051ecf, 0x0000359d, 0x0000005a, 0x00007466, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 3 */ + _mkword(0, _mkshort(0, 7)), 6, 45, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 49, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = StartWeapon; index = 6 */ + _mkword(0, _mkshort(0, 1)), 60, -1, 0, + /* Type = StartAmmo; index = 7 */ + _mkword(0, _mkshort(0, 2)), 25, 5, 0, + /* Type = Cuff; index = 8 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0xff9c0000, 0x00c80000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0xff9c0000, 0x00c80000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0xfff60000, 0xff9c0000, 0x00aa0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0xffb00000, 0xffec0000, 0x00000000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0xffec0000, 0x00280000, 0xff9c0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 18 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 2, 4, 11, -1 }; +s32 path_neighbors_2[] = { 1, 11, -1 }; +s32 path_neighbors_3[] = { 4, -1 }; +s32 path_neighbors_4[] = { 1, 3, 8, -1 }; +s32 path_neighbors_5[] = { 6, 8, -1 }; +s32 path_neighbors_6[] = { 5, 8, 11, -1 }; +s32 path_neighbors_7[] = { 9, 11, -1 }; +s32 path_neighbors_8[] = { 4, 5, 6, -1 }; +s32 path_neighbors_9[] = { 7, 11, -1 }; +s32 path_neighbors_10[] = { 11, -1 }; +s32 path_neighbors_11[] = { 1, 2, 6, 7, 9, 10, 12, -1 }; +s32 path_neighbors_12[] = { 11, 13, -1 }; +s32 path_neighbors_13[] = { 12, -1 }; + +s32 path_indeces_0[] = { 0, -1 }; +s32 path_indeces_1[] = { 1, 2, 3, -1 }; +s32 path_indeces_2[] = { 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, -1 }; +s32 path_indeces_3[] = { 16, -1 }; +s32 path_indeces_4[] = { 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, -1 }; +s32 path_indeces_5[] = { 28, 29, -1 }; +s32 path_indeces_6[] = { 30, 31, 32, 33, -1 }; +s32 path_indeces_7[] = { 34, 35, -1 }; +s32 path_indeces_8[] = { 36, 37, -1 }; +s32 path_indeces_9[] = { 38, 39, -1 }; +s32 path_indeces_10[] = { 40, 41, 42, 43, 44, 45, -1 }; +s32 path_indeces_11[] = { 46, 47, 48, 49, 50, 51, -1 }; +s32 path_indeces_12[] = { 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, -1 }; +s32 path_indeces_13[] = { 66, 67, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "R14_locssevb_all_p", + "R13_locssevb_all_p", + "R12_locssevb_all_p", + "R11_locssevb_all_p", + "R10_locssevb_all_p", + "R9_locssevb_all_p", + "R8_locssevb_all_p", + "R7_locssevb_all_p", + "R6_locssevb_all_p", + "R5_locssevb_all_p", + "R4_locssevb_all_p", + "R3_locssevb_all_p", + "R2_locssevb_all_p", + "R1_locssevb_all_p", + NULL +}; + + +s32 path_table_0[] = { 3, -1 }; +s32 path_table_1[] = { 2, 4, -1 }; +s32 path_table_2[] = { 1, 3, 27, -1 }; +s32 path_table_3[] = { 0, 2, 47, -1 }; +s32 path_table_4[] = { 1, 5, -1 }; +s32 path_table_5[] = { 4, 6, -1 }; +s32 path_table_6[] = { 5, 7, -1 }; +s32 path_table_7[] = { 6, 8, -1 }; +s32 path_table_8[] = { 7, 9, -1 }; +s32 path_table_9[] = { 8, 10, -1 }; +s32 path_table_10[] = { 9, 11, 12, -1 }; +s32 path_table_11[] = { 10, -1 }; +s32 path_table_12[] = { 10, 13, -1 }; +s32 path_table_13[] = { 12, 14, -1 }; +s32 path_table_14[] = { 13, 15, -1 }; +s32 path_table_15[] = { 14, 47, -1 }; +s32 path_table_16[] = { 24, -1 }; +s32 path_table_17[] = { 25, 26, -1 }; +s32 path_table_18[] = { 21, 26, -1 }; +s32 path_table_19[] = { 20, 22, -1 }; +s32 path_table_20[] = { 19, 22, -1 }; +s32 path_table_21[] = { 18, 23, 26, -1 }; +s32 path_table_22[] = { 19, 20, 26, -1 }; +s32 path_table_23[] = { 21, -1 }; +s32 path_table_24[] = { 16, 25, 37, -1 }; +s32 path_table_25[] = { 17, 24, 27, -1 }; +s32 path_table_26[] = { 17, 18, 21, 22, -1 }; +s32 path_table_27[] = { 2, 25, -1 }; +s32 path_table_28[] = { 29, 32, -1 }; +s32 path_table_29[] = { 28, 36, -1 }; +s32 path_table_30[] = { 31, 33, 37, -1 }; +s32 path_table_31[] = { 30, 32, -1 }; +s32 path_table_32[] = { 28, 31, -1 }; +s32 path_table_33[] = { 30, 46, -1 }; +s32 path_table_34[] = { 35, 46, -1 }; +s32 path_table_35[] = { 34, 39, -1 }; +s32 path_table_36[] = { 29, 37, -1 }; +s32 path_table_37[] = { 24, 30, 36, -1 }; +s32 path_table_38[] = { 39, 48, -1 }; +s32 path_table_39[] = { 35, 38, -1 }; +s32 path_table_40[] = { 41, 49, -1 }; +s32 path_table_41[] = { 40, 42, 45, -1 }; +s32 path_table_42[] = { 41, 43, -1 }; +s32 path_table_43[] = { 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 41, 44, -1 }; +s32 path_table_46[] = { 33, 34, 50, -1 }; +s32 path_table_47[] = { 3, 15, 48, -1 }; +s32 path_table_48[] = { 38, 47, 49, -1 }; +s32 path_table_49[] = { 40, 48, 50, -1 }; +s32 path_table_50[] = { 46, 49, 51, -1 }; +s32 path_table_51[] = { 50, 54, -1 }; +s32 path_table_52[] = { 54, 62, 63, -1 }; +s32 path_table_53[] = { 55, 62, 63, -1 }; +s32 path_table_54[] = { 51, 52, 55, -1 }; +s32 path_table_55[] = { 53, 54, 67, -1 }; +s32 path_table_56[] = { 57, 62, -1 }; +s32 path_table_57[] = { 56, 64, -1 }; +s32 path_table_58[] = { 59, 63, -1 }; +s32 path_table_59[] = { 58, 65, -1 }; +s32 path_table_60[] = { 64, -1 }; +s32 path_table_61[] = { 65, -1 }; +s32 path_table_62[] = { 52, 53, 56, 63, -1 }; +s32 path_table_63[] = { 52, 53, 58, 62, -1 }; +s32 path_table_64[] = { 57, 60, -1 }; +s32 path_table_65[] = { 59, 61, -1 }; +s32 path_table_66[] = { 67, -1 }; +s32 path_table_67[] = { 55, 66, -1 }; + +waypoint pathwaypoints[] = { + { 0x00000075, &path_table_0, 0x00000000, 0x00000000 }, + { 0x00000074, &path_table_1, 0x00000001, 0x00000000 }, + { 0x00000073, &path_table_2, 0x00000001, 0x00000000 }, + { 0x00000072, &path_table_3, 0x00000001, 0x00000000 }, + { 0x00000071, &path_table_4, 0x00000002, 0x00000000 }, + { 0x00000070, &path_table_5, 0x00000002, 0x00000000 }, + { 0x0000006f, &path_table_6, 0x00000002, 0x00000000 }, + { 0x0000006e, &path_table_7, 0x00000002, 0x00000000 }, + { 0x0000006d, &path_table_8, 0x00000002, 0x00000000 }, + { 0x0000006c, &path_table_9, 0x00000002, 0x00000000 }, + { 0x0000006b, &path_table_10, 0x00000002, 0x00000000 }, + { 0x0000006a, &path_table_11, 0x00000002, 0x00000000 }, + { 0x00000069, &path_table_12, 0x00000002, 0x00000000 }, + { 0x00000068, &path_table_13, 0x00000002, 0x00000000 }, + { 0x00000067, &path_table_14, 0x00000002, 0x00000000 }, + { 0x00000066, &path_table_15, 0x00000002, 0x00000000 }, + { 0x00000065, &path_table_16, 0x00000003, 0x00000000 }, + { 0x00000064, &path_table_17, 0x00000004, 0x00000000 }, + { 0x00000063, &path_table_18, 0x00000004, 0x00000000 }, + { 0x00000062, &path_table_19, 0x00000004, 0x00000000 }, + { 0x00000061, &path_table_20, 0x00000004, 0x00000000 }, + { 0x00000060, &path_table_21, 0x00000004, 0x00000000 }, + { 0x0000005f, &path_table_22, 0x00000004, 0x00000000 }, + { 0x0000005e, &path_table_23, 0x00000004, 0x00000000 }, + { 0x0000005d, &path_table_24, 0x00000004, 0x00000000 }, + { 0x0000005c, &path_table_25, 0x00000004, 0x00000000 }, + { 0x0000005b, &path_table_26, 0x00000004, 0x00000000 }, + { 0x0000005a, &path_table_27, 0x00000004, 0x00000000 }, + { 0x00000059, &path_table_28, 0x00000005, 0x00000000 }, + { 0x00000058, &path_table_29, 0x00000005, 0x00000000 }, + { 0x00000057, &path_table_30, 0x00000006, 0x00000000 }, + { 0x00000056, &path_table_31, 0x00000006, 0x00000000 }, + { 0x00000055, &path_table_32, 0x00000006, 0x00000000 }, + { 0x00000054, &path_table_33, 0x00000006, 0x00000000 }, + { 0x00000053, &path_table_34, 0x00000007, 0x00000000 }, + { 0x00000052, &path_table_35, 0x00000007, 0x00000000 }, + { 0x00000051, &path_table_36, 0x00000008, 0x00000000 }, + { 0x00000050, &path_table_37, 0x00000008, 0x00000000 }, + { 0x0000004f, &path_table_38, 0x00000009, 0x00000000 }, + { 0x0000004e, &path_table_39, 0x00000009, 0x00000000 }, + { 0x0000004d, &path_table_40, 0x0000000a, 0x00000000 }, + { 0x0000004c, &path_table_41, 0x0000000a, 0x00000000 }, + { 0x0000004b, &path_table_42, 0x0000000a, 0x00000000 }, + { 0x0000004a, &path_table_43, 0x0000000a, 0x00000000 }, + { 0x00000049, &path_table_44, 0x0000000a, 0x00000000 }, + { 0x00000048, &path_table_45, 0x0000000a, 0x00000000 }, + { 0x00000047, &path_table_46, 0x0000000b, 0x00000000 }, + { 0x00000046, &path_table_47, 0x0000000b, 0x00000000 }, + { 0x00000045, &path_table_48, 0x0000000b, 0x00000000 }, + { 0x00000044, &path_table_49, 0x0000000b, 0x00000000 }, + { 0x00000043, &path_table_50, 0x0000000b, 0x00000000 }, + { 0x00000042, &path_table_51, 0x0000000b, 0x00000000 }, + { 0x00000041, &path_table_52, 0x0000000c, 0x00000000 }, + { 0x00000040, &path_table_53, 0x0000000c, 0x00000000 }, + { 0x0000003f, &path_table_54, 0x0000000c, 0x00000000 }, + { 0x0000003e, &path_table_55, 0x0000000c, 0x00000000 }, + { 0x0000003d, &path_table_56, 0x0000000c, 0x00000000 }, + { 0x0000003c, &path_table_57, 0x0000000c, 0x00000000 }, + { 0x0000003b, &path_table_58, 0x0000000c, 0x00000000 }, + { 0x0000003a, &path_table_59, 0x0000000c, 0x00000000 }, + { 0x00000039, &path_table_60, 0x0000000c, 0x00000000 }, + { 0x00000038, &path_table_61, 0x0000000c, 0x00000000 }, + { 0x00000037, &path_table_62, 0x0000000c, 0x00000000 }, + { 0x00000036, &path_table_63, 0x0000000c, 0x00000000 }, + { 0x00000035, &path_table_64, 0x0000000c, 0x00000000 }, + { 0x00000034, &path_table_65, 0x0000000c, 0x00000000 }, + { 0x00000033, &path_table_66, 0x0000000d, 0x00000000 }, + { 0x00000032, &path_table_67, 0x0000000d, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "PAD_m44_sevb_all_p", + "PAD_m31_sevb_all_p", + "PAD_m30_sevb_all_p", + "PAD_m17_sevb_all_p", + "PAD_m32_sevb_all_p", + "PAD_m33_sevb_all_p", + "PAD_m34_sevb_all_p", + "PAD_m35_sevb_all_p", + "PAD_m36_sevb_all_p", + "PAD_m37_sevb_all_p", + "PAD_m38_sevb_all_p", + "PAD_m39_sevb_all_p", + "PAD_m40_sevb_all_p", + "PAD_m41_sevb_all_p", + "PAD_m42_sevb_all_p", + "PAD_m43_sevb_all_p", + "PAD_m51_sevb_all_p", + "PAD_m65_sevb_all_p", + "PAD_m64_sevb_all_p", + "PAD_m63_sevb_all_p", + "PAD_m60_sevb_all_p", + "PAD_m61_sevb_all_p", + "PAD_m62_sevb_all_p", + "PAD_m59_sevb_all_p", + "PAD_m50_sevb_all_p", + "PAD_m52_sevb_all_p", + "PAD_m54_sevb_all_p", + "PAD_m53_sevb_all_p", + "PAD_m47_sevb_all_p", + "PAD_m46_sevb_all_p", + "PAD_m24_sevb_all_p", + "PAD_m49_sevb_all_p", + "PAD_m48_sevb_all_p", + "PAD_m23_sevb_all_p", + "PAD_m21_sevb_all_p", + "PAD_m20_sevb_all_p", + "PAD_m45_sevb_all_p", + "PAD_m25_sevb_all_p", + "PAD_m18_sevb_all_p", + "PAD_m19_sevb_all_p", + "PAD_m15_sevb_all_p", + "PAD_m16_sevb_all_p", + "PAD_m58_sevb_all_p", + "PAD_m57_sevb_all_p", + "PAD_m56_sevb_all_p", + "PAD_m55_sevb_all_p", + "PAD_m22_sevb_all_p", + "PAD_m14_sevb_all_p", + "PAD_m13_sevb_all_p", + "PAD_m12_sevb_all_p", + "PAD_m11_sevb_all_p", + "PAD_m10_sevb_all_p", + "PAD_m27b_sevb_all_p", + "PAD_m27a_sevb_all_p", + "PAD_m9_sevb_all_p", + "PAD_m2_sevb_all_p", + "PAD_m3_sevb_all_p", + "PAD_m4_sevb_all_p", + "PAD_m5_sevb_all_p", + "PAD_m6_sevb_all_p", + "PAD_m7_sevb_all_p", + "PAD_m8_sevb_all_p", + "PAD_m26_sevb_all_p", + "PAD_m27_sevb_all_p", + "PAD_m28_sevb_all_p", + "PAD_m29_sevb_all_p", + "PAD_mext1_sevb_all_p", + "PAD_m1_sevb_all_p", + NULL +}; + + +s32 path_set_0[] = { 31, 32, 36, 37, -1 }; +s32 path_set_1[] = { 50, 49, 40, 41, 45, 44, 43, 42, 41, 40, 49, 47, 2, 27, 25, 24, 16, 24, 37, 30, 33, -1 }; +s32 path_set_2[] = { 47, 3, 2, 1, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x01, 0x0000 }, + { &path_set_1, 0x01, 0x01, 0x0000 }, + { &path_set_2, 0x02, 0x01, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x200005fd, 0x00070400 }; +u32 ai_1[] = { 0x200105fd, 0x00070400 }; +u32 ai_2[] = { 0x200205fd, 0x00070400 }; +u32 ai_3[] = { 0x02040205, 0x03333580, 0x09000802, 0x08ad310a, 0x00ab0064, 0x002f0209, 0xad320a00, 0xab006000, 0x2f022f06, 0x040405fd, 0x04050400 }; +u32 ai_4[] = { 0xad670a00, 0x1e232802, 0x2f03691a, 0x0902302f, 0x074dfd00, 0x0a232807, 0x012f0207, 0x9602349c, 0x00000001, 0x2a023407, 0x022a5200, 0x1900632a, 0x022a0604, 0x0505fd04, 0x060209c3, 0x74240600, 0x0205fd04, 0x15040000 }; +u32 ai_5[] = { 0x1e006302, 0x08032f2a, 0x52000a00, 0x632a0108, 0x022a9601, 0x2a060405, 0x05fd0407, 0x022a9602, 0x2a060405, 0x05fd0408, 0x022a0704 }; +u32 ai_6[] = { 0xad4a310a, 0x00170001, 0x00002a02, 0x2aaec374, 0x1a020003, 0x55005e2a, 0x0007022a, 0xb40004b0, 0x18b40003, 0x8411b400, 0x012c0f01, 0x00020fb4, 0x0001682a, 0xc3741b02, 0x2a010002, 0x11b40003, 0xc02ac374, 0x1c022a01, 0x00021803, 0x00070118, 0x02079401, 0x07040000 }; +u32 ai_7[] = { 0xad4a320a, 0x00170001, 0x00002a02, 0x2aaec374, 0x1d020003, 0x55005e2a, 0x0007022a, 0xb40004b0, 0x18b40003, 0x8411b400, 0x012c0f01, 0x00020fb4, 0x0001682a, 0xc3741e02, 0x2a010002, 0x11b40003, 0xc02ac374, 0x1f022a01, 0x00021803, 0x00070118, 0x02079402, 0x07040000 }; +u32 ai_8[] = { 0x9d000000, 0x8002059c, 0x00000400, 0x0269032f, 0x96020603, 0x08520019, 0x005f2a01, 0x05022a1e, 0x005f0208, 0x032f2a4d, 0xfd000500, 0x5f2a0108, 0x022a9601, 0x2a060409, 0x05fd040a, 0x022a0604, 0x0905fd04, 0x0b020603, 0x08010502, 0x0206040c, 0x05fd040d, 0x022fa703, 0x20000000, 0x9a000004, 0x00010504 }; +u32 ai_9[] = { 0xad4e310a, 0x0008aec3, 0x74090200, 0x0355005e, 0x2a000702, 0x2ab4000a, 0x8c18b400, 0x096017b4, 0x00083416, 0xb4000708, 0x15b40005, 0xdc14b400, 0x04b013b4, 0x00038412, 0xb4000258, 0x11b40001, 0x2c100100, 0x0210b400, 0x01682ac3, 0x740a022a, 0x01000211, 0xb4000294, 0x2ac3740b, 0x022a0100, 0x0212b400, 0x03c02ac3, 0x740c022a, 0x01000213, 0xb40004ec, 0x2ac3740d, 0x022a0100, 0x0214b400, 0x06182ac3, 0x740e022a, 0x01000215, 0xb4000744, 0x2ac3740f, 0x022a0100, 0x0216b400, 0x08702ac3, 0x7410022a, 0x01000217, 0xb400099c, 0x2ac37411, 0x022a0100, 0x021803c3, 0x74120007, 0x01180207, 0x94010704 }; +u32 ai_10[] = { 0xad4e320a, 0x0008ae02, 0x00035500, 0x5e2a0007, 0x022ab400, 0x0bb818b4, 0x000a8c17, 0xb4000960, 0x16b40008, 0x3415b400, 0x070814b4, 0x0005dc13, 0xb40004b0, 0x12b40003, 0x8411b400, 0x025810b4, 0x00012c0f, 0x0100020f, 0xb4000168, 0x2ac37413, 0x022a0100, 0x0210b400, 0x02942ac3, 0x7414022a, 0x01000211, 0xb40003c0, 0x2ac37415, 0x022a0100, 0x0212b400, 0x04ec2ac3, 0x7416022a, 0x01000213, 0xb4000618, 0x2ac37417, 0x022a0100, 0x0214b400, 0x07442ac3, 0x7418022a, 0x01000215, 0xb4000870, 0x2a022a01, 0x000216b4, 0x00099c2a, 0x022a0100, 0x0217b400, 0x0ac82a02, 0x2a010002, 0x18030007, 0x01180207, 0x94029a00, 0x00000107, 0x04000000 }; +u32 ai_11[] = { 0x02050308, 0x01050400 }; +u32 ai_12[] = { 0x9a000008, 0x00020203, 0x96042a4d, 0xfd00fa00, 0x392f022a, 0x4b00642a, 0x2805022a, 0x29050102, 0x0205034b, 0x0019082f, 0x07010502, 0x33010202, 0x08080209, 0x034b0008, 0x1d4c0028, 0x07010902, 0x1d47401e, 0x48c01ec3, 0x74200d00, 0x0a021ec3, 0x7421022b, 0xfa000a02, 0x0a032f0b, 0x010a020b, 0x01080207, 0x0102022f, 0x05fd040e, 0x04000000 }; +u32 ai_13[] = { 0xc3742602, 0x041c0039, 0x022f0355, 0x0019114d, 0xfd003c00, 0x39082f2a, 0x012f022a, 0x4dfd003c, 0x00390801, 0x0402081e, 0x00390230, 0x03550019, 0x112f2a4d, 0xfd000500, 0x392a0130, 0x022a4dfd, 0x000a0039, 0x09010802, 0x09170008, 0x272b2a02, 0x2aae9a00, 0x00200002, 0x00035500, 0x19114234, 0xd9000039, 0x34023403, 0x5b233400, 0x1102345b, 0x24340011, 0x0234022a, 0xb4000384, 0x11b40002, 0x5810b400, 0x012c0f02, 0x01032f2a, 0x0100022a, 0x3335642a, 0x0a00ac00, 0x00004500, 0x109a0000, 0x40000100, 0x022a3596, 0x2a0a00ad, 0x0000004a, 0x00109a00, 0x00400001, 0x00022a35, 0xc82a0a00, 0xae000000, 0x4f00109a, 0x00004000, 0x0100022a, 0x0a00af00, 0x00005900, 0x109a0000, 0x40000100, 0x020fb400, 0x01682ac3, 0x7427022a, 0x01000210, 0xb4000294, 0x2ac37428, 0x022a0100, 0x021103c3, 0x74290007, 0x0207ad67, 0x6f009404, 0x9a000020, 0x0005fd04, 0x16040000 }; +u32 ai_28[] = { 0x0205039c, 0x00004000, 0x2a010502, 0x2aae0208, 0x03b40000, 0x3c2a0108, 0x022a3335, 0x8034c400, 0xb807c507, 0x24000002, 0x349b0000, 0x40000105, 0x020705fd, 0x00010400 }; +u32 ai_21[] = { 0x0204ad47, 0x4f001c00, 0x78020803, 0x2f2a0108, 0x022a4dfd, 0x00140078, 0x2a010402, 0x2a170001, 0x00002a02, 0x2a020703, 0x01070400 }; +u32 ai_25[] = { 0xad68656c, 0x6c6f0002, 0x05033736, 0x01050236, 0x0235aead, 0x210a0003, 0x31232a00, 0x34022af3, 0x34bd26ff, 0x00320410, 0x00000001, 0x2a023402, 0x2a033124, 0x2a003402, 0x2af334bd, 0x26ff0032, 0x04110000, 0x00012a02, 0x34022a03, 0x31252a00, 0x34022af3, 0x34bd26ff, 0x00320412, 0x00000001, 0x2a023402, 0x2a033126, 0x2a003402, 0x2af334bd, 0x26ff0032, 0x04130000, 0x00012a02, 0x34022a03, 0x31272a00, 0x34022af3, 0x34bd26ff, 0x00320414, 0x00000001, 0x2a023402, 0x0703b400, 0x07082a01, 0x07022a01, 0x35040000 }; +u32 ai_15[] = { 0x8e23ad68, 0x310a0005, 0xfd040f04 }; +u32 ai_16[] = { 0x8e24ad68, 0x320a0005, 0xfd040f04 }; +u32 ai_17[] = { 0x8e25ad68, 0x330a0005, 0xfd040f04 }; +u32 ai_18[] = { 0x8e26ad68, 0x340a0005, 0xfd040f04 }; +u32 ai_19[] = { 0x8e27ad68, 0x350a0005, 0xfd040f04 }; +u32 ai_14[] = { 0x022a3335, 0x64373532, 0x348f003c, 0x911e931e, 0x8d33bf00, 0xb8080000, 0x00002a02, 0x2ac000dc, 0x00000000, 0x07000702, 0x348f0028, 0x90003c91, 0x1e931ebf, 0x00c10780, 0x0000002a, 0x022ac000, 0xde000000, 0x002a022a, 0xbf00c107, 0x90000000, 0x07000702, 0x378f003c, 0x90005091, 0x329332c0, 0x00dd0000, 0x00002a02, 0x2abf00cd, 0x06800000, 0x002a022a, 0xbf00cd06, 0x90000000, 0x07020733, 0x35803405, 0xfd000d02, 0x3405fd04, 0x18040000 }; +u32 ai_24[] = { 0x0200035b, 0x022a9a00, 0x00100002, 0x2a9c0000, 0x01002a30, 0x0009022a, 0x9c000002, 0x002a5600, 0x08022a01, 0x00020856, 0x012a0100, 0x022a9a00, 0x00020001, 0x0002099a, 0x00000100, 0xc37422c2, 0x74230100, 0x04000000 }; +u32 ai_26[] = { 0x0205039c, 0x00002000, 0x2a010502, 0x2ad00500, 0x10d00600, 0x0fc400e3, 0x00c60027, 0x570000d0, 0x070003d0, 0x08000f03, 0xd0090003, 0xd00a0005, 0xc400c601, 0xc6012757, 0x0000d00b, 0x000fd00c, 0x001303d0, 0x0d0005d0, 0x0e000cc4, 0x00e302c6, 0x02275700, 0x00d00f00, 0x08d01000, 0x0d03d011, 0x000dd012, 0x000ec400, 0xe303c603, 0x27570000, 0xd013000d, 0xd0140002, 0x03d01500, 0x10d01600, 0x0dc400c6, 0x04c60427, 0x570000d0, 0x170008d0, 0x180011d0, 0x190003ae, 0xc400a205, 0xc7050000, 0x00000209, 0x03b40000, 0x782a0109, 0x022a03c7, 0x057ef407, 0x08b7003c, 0xf40000ff, 0xb9b5020a, 0x03bb000f, 0x2a010a02, 0x2ad00500, 0x2ed00600, 0x2ec400e3, 0x00c60027, 0x570000d0, 0x07002ed0, 0x08002e03, 0xd009002e, 0xd00a002e, 0xc400c601, 0xc6012757, 0x0000d00b, 0x002ed00c, 0x002e03d0, 0x0d002ed0, 0x0e002ec4, 0x00e302c6, 0x02275700, 0x00d00f00, 0x2ed01000, 0x2e03d011, 0x002ed012, 0x002ec400, 0xe303c603, 0x27570000, 0xd013002e, 0xd014002e, 0x03d01500, 0x2ed01600, 0x2ec400c6, 0x04c60427, 0x570000d0, 0x17002ed0, 0x18002ed0, 0x19002e02, 0x0b03bb00, 0x002a010b, 0x022af6b6, 0xb8020c03, 0x010c0400 }; +u32 ai_27[] = { 0x020403eb, 0x3e550033, 0x2a010402, 0x2aecd700, 0xda020803, 0xdc2a0108, 0x022af12a, 0x05fd000f, 0x022addea, 0xed030303, 0xd51b0002, 0x0000a100, 0x00000400, 0x54000078, 0x2ad90000, 0x322a022a, 0x05000416, 0xa1f80000, 0x0400d9f8, 0x00772a02, 0x2a05f804, 0x1705fd00, 0x01023e05, 0xfd000104 }; +u32 ai_22[] = { 0x0a0059ff, 0xffffff06, 0x10ae03db, 0x020803b4, 0x0000f02a, 0x0108022a, 0xda0209dc, 0x2a030109, 0x022ad202, 0x07030107, 0x04000000 }; +u32 ai_20[] = { 0x02041500, 0x2100002a, 0x4607022a, 0x02080346, 0x073c2a01, 0x08022a16, 0x00010000, 0x2a022a02, 0x09034607, 0x2f2a0109, 0x022a0104, 0x020705fd, 0x000d0400 }; +u32 ai_23[] = { 0x02382808, 0x0208034c, 0x01f4343c, 0x3902342f, 0x3a010802, 0x393c2a00, 0x07023a03, 0x0138022a, 0x023b3335, 0x0a2a1a07, 0x022a3532, 0x2a0e0702, 0x2a353c2a, 0x1307022a, 0x35502a13, 0x07022a35, 0x642a1107, 0x022a3596, 0x2a120702, 0x2a35c82a, 0x14000100, 0x0007022a, 0x15000100, 0x00070207, 0x032f2a01, 0x07022a3c, 0x2a000802, 0x08030138, 0x022a0301, 0x3b040000 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00001000 }, + /* index = 25 */ + { &ai_25, 0x00001001 }, + /* index = 26 */ + { &ai_26, 0x00001002 }, + /* index = 27 */ + { &ai_27, 0x00001003 }, + /* index = 28 */ + { &ai_28, 0x00001004 }, + /* index = 29 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/UsetupsevbunkerZ.c b/assets/obseg/setup/UsetupsevbunkerZ.c new file mode 100644 index 0000000..92b0689 --- /dev/null +++ b/assets/obseg/setup/UsetupsevbunkerZ.c @@ -0,0 +1,952 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:12 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +char *pad3dnames[]; +waypoint pathwaypoints[]; +char *padnames[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupsevbunkerZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + &padnames, + &pad3dnames +}; + +PadRecord padlist[] = { + { {589.0f, 35.0f, 394.0f}, {0.0f, 1.0f, 0.0f}, {0.970137f, 0.0f, -0.242556f}, "p609b", 0 }, + { {-1267.0f, 93.0f, 1741.0f}, {0.0f, 1.0f, 0.0f}, {0.718482f, 0.0f, -0.695546f}, "p1709c1", 0 }, + { {-725.0f, 81.0f, 420.0f}, {0.0f, 1.0f, 0.0f}, {-0.718885f, 0.0f, 0.695129f}, "p235c", 0 }, + { {-1041.0f, 93.0f, 569.0f}, {0.0f, 1.0f, 0.0f}, {0.899647f, 0.0f, -0.436619f}, "p249c", 0 }, + { {-567.0f, 93.0f, 323.0f}, {0.0f, 1.0f, 0.0f}, {-0.869795f, 0.0f, 0.493414f}, "p232c", 0 }, + { {-859.0f, 93.0f, 976.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p1906c2", 0 }, + { {-670.0f, 93.0f, 1470.0f}, {0.0f, 1.0f, 0.0f}, {0.38849f, 0.0f, 0.921453f}, "p874d2", 0 }, + { {-742.0f, 93.0f, 1628.0f}, {0.0f, 1.0f, 0.0f}, {-0.242556f, 0.0f, -0.970137f}, "p876d2", 0 }, + { {-579.0f, 93.0f, 1695.0f}, {0.0f, 1.0f, 0.0f}, {0.999859f, 0.0f, 0.016799f}, "p151c1", 0 }, + { {-190.0f, 0.0f, 2136.0f}, {0.0f, 1.0f, 0.0f}, {0.275009f, 0.0f, -0.961442f}, "p1720c1", 0 }, + { {-161.0f, 0.0f, -160.0f}, {0.0f, 1.0f, 0.0f}, {0.820205f, 0.0f, 0.57207f}, "p63b", 0 }, + { {-196.0f, 0.0f, 634.0f}, {0.0f, 1.0f, 0.0f}, {0.828609f, 0.0f, -0.559828f}, "p68b", 0 }, + { {60.0f, 0.0f, 831.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p1000b1", 0 }, + { {602.0f, 23.0f, 565.0f}, {0.0f, 1.0f, 0.0f}, {-0.970137f, 0.0f, 0.242556f}, "p288b2", 0 }, + { {321.0f, 81.0f, -422.0f}, {0.0f, 1.0f, 0.0f}, {0.485381f, 0.0f, 0.874302f}, "p1148b", 0 }, + { {243.0f, 81.0f, 1004.0f}, {0.0f, 1.0f, 0.0f}, {0.874302f, 0.0f, -0.485381f}, "p621b", 0 }, + { {567.0f, 81.0f, 1030.0f}, {0.0f, 1.0f, 0.0f}, {-0.242556f, 0.0f, -0.970137f}, "p1171b1", 0 }, + { {715.0f, 81.0f, 776.0f}, {0.0f, 1.0f, 0.0f}, {-0.999859f, 0.0f, -0.016799f}, "p1171b2", 0 }, + { {-46.0f, 197.0f, -1274.0f}, {0.0f, 1.0f, 0.0f}, {0.933815f, 0.0f, 0.357757f}, "p418a", 0 }, + { {44.0f, 197.0f, -1274.0f}, {0.0f, 1.0f, 0.0f}, {-0.906584f, 0.0f, -0.422026f}, "p419a2", 0 }, + { {154.0f, 93.0f, 282.0f}, {0.0f, 1.0f, 0.0f}, {0.406985f, 0.0f, -0.913435f}, "p59b", 0 }, + { {-1123.0f, 100.0f, 1416.0f}, {0.0f, 1.0f, 0.0f}, {0.242628f, 0.0f, 0.970119f}, "p1941c", 0 }, + { {-938.0f, 100.0f, 1434.0f}, {0.0f, 1.0f, 0.0f}, {-0.619482f, 0.0f, 0.785011f}, "p1940c", 0 }, + { {464.0f, 81.0f, -439.0f}, {0.0f, 1.0f, 0.0f}, {-0.874302f, 0.0f, 0.485381f}, "p1152b", 0 }, + { {-787.0f, 81.0f, 368.0f}, {0.0f, 1.0f, 0.0f}, {0.016798f, 0.0f, -0.999859f}, "p235c", 0 }, + { {502.0f, 35.0f, 313.0f}, {0.0f, 1.0f, 0.0f}, {0.016799f, 0.0f, -0.999859f}, "p610b", 0 }, + { {34.0f, 0.0f, 126.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p57b2", 0 }, + { {34.0f, 0.0f, 412.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p59b", 0 }, + { {123.0f, 0.0f, 373.0f}, {0.0f, 1.0f, 0.0f}, {-0.97437f, 0.0f, 0.224951f}, "p59b", 0 }, + { {117.0f, 0.0f, 469.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p53b", 0 }, + { {-815.0f, 93.0f, 1621.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p878d2", 0 }, + { {128.0f, 0.0f, 91.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p56b", 0 }, + { {493.0f, 23.0f, 242.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p610b", 0 }, + { {494.0f, 92.0f, 940.0f}, {0.0f, 1.0f, 0.0f}, {0.11432f, 0.0f, 0.993444f}, "p1171b2", 0 }, + { {397.0f, 19.0f, 373.0f}, {0.0f, 1.0f, 0.0f}, {-0.992546f, 0.0f, -0.121869f}, "p608b", 0 }, + { {404.0f, 19.0f, 141.0f}, {0.0f, 1.0f, 0.0f}, {-0.987688f, 0.0f, 0.156434f}, "p291b", 0 }, + { {-248.0f, 0.0f, 2069.0f}, {0.0f, 1.0f, 0.0f}, {0.978148f, 0.0f, -0.207912f}, "p87c1", 0 }, + { {-979.0f, 93.0f, 618.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, 0.707107f}, "p264c1", 0 }, + { {-159.0f, 93.0f, 531.0f}, {0.0f, 1.0f, 0.0f}, {0.993938f, 0.0f, 0.109938f}, "p67b", 0 }, + { {579.0f, 93.0f, 833.0f}, {0.0f, 1.0f, 0.0f}, {0.866025f, 0.0f, 0.5f}, "p1171b2", 0 }, + { {-1118.0f, 93.0f, 979.0f}, {0.0f, 1.0f, 0.0f}, {0.999937f, 4e-06, 0.01127f}, "p1884c2", 0 }, + { {310.0f, 93.0f, -364.0f}, {0.0f, 1.0f, 0.0f}, {-0.139173f, 0.0f, 0.990268f}, "p615b2", 0 }, + { {-568.0f, 93.0f, 1403.0f}, {0.0f, 1.0f, 0.0f}, {0.997989f, 0.0f, 0.063387f}, "p1880c2", 0 }, + { {-1271.0f, 93.0f, 1523.0f}, {0.0f, 1.0f, 0.0f}, {0.087156f, 0.0f, 0.996195f}, "p1708c1", 0 }, + { {407.0f, 81.0f, -472.0f}, {0.0f, 1.0f, 0.0f}, {0.788011f, 0.0f, -0.615661f}, "p1152b", 0 }, + { {476.0f, 81.0f, -324.0f}, {0.0f, 1.0f, 0.0f}, {0.891007f, 0.0f, -0.45399f}, "p1155b", 0 }, + { {-1327.0f, 93.0f, 1415.0f}, {0.0f, 1.0f, 0.0f}, {0.087156f, 0.0f, 0.996195f}, "p54c2", 0 }, + { {-1262.0f, 93.0f, 1221.0f}, {0.0f, 1.0f, 0.0f}, {-0.069756f, 0.0f, 0.997564f}, "p1707c1", 0 }, + { {-841.0f, 93.0f, 1520.0f}, {0.0f, 1.0f, 0.0f}, {0.999997f, 0.0f, 0.002437f}, "p871d2", 0 }, + { {-788.0f, 81.0f, 309.0f}, {0.0f, 1.0f, 0.0f}, {-0.018047f, 0.0f, 0.999837f}, "p234c", 0 }, + { {-731.0f, 115.0f, 358.0f}, {0.0f, 1.0f, 0.0f}, {-0.999877f, 0.0f, 0.015707f}, "p235c", 0 }, + { {-28.0f, 279.0f, 376.0f}, {0.0f, -1.0f, 0.0f}, {0.999998f, 0.0f, -0.001746f}, "p58b2", 0 }, + { {-28.0f, 279.0f, 95.0f}, {0.0f, -1.0f, 0.0f}, {0.999998f, 0.0f, -0.001746f}, "p57b2", 0 }, + { {637.0f, 34.0f, 392.0f}, {4e-05, 1.0f, 0.0f}, {-1.0f, 4e-05, 0.000142f}, "p609b", 0 }, + { {650.0f, 87.0f, 375.0f}, {4.7e-05, 1.0f, -1e-05}, {-0.978584f, 4.8e-05, 0.205846f}, "p611b", 0 }, + { {628.0f, 87.0f, 387.0f}, {1.9e-05, 1.0f, 0.0f}, {-0.999987f, 1.9e-05, -0.005066f}, "p609b", 0 }, + { {642.0f, 87.0f, 406.0f}, {1.4e-05, 1.0f, -1.4e-05}, {-0.71068f, 1.9e-05, 0.703515f}, "p609b", 0 }, + { {203.0f, 33.0f, -81.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p997b", 0 }, + { {211.0f, 98.0f, 753.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p623b2", 0 }, + { {214.0f, 98.0f, -268.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p615b2", 0 }, + { {646.0f, 98.0f, 887.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1171b1", 0 }, + { {-34.0f, 35.0f, 727.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p27b", 0 }, + { {401.0f, 98.0f, -384.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1155b", 0 }, + { {208.0f, 98.0f, -184.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p362b2", 0 }, + { {414.0f, 35.0f, -179.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p38b", 0 }, + { {6.0f, 35.0f, -192.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p70b", 0 }, + { {144.0f, 33.0f, 562.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p998b", 0 }, + { {414.0f, 35.0f, 655.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p45b", 0 }, + { {205.0f, 98.0f, 658.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p450b2", 0 }, + { {-56.0f, 35.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p63b", 0 }, + { {-58.0f, 35.0f, 298.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p58b2", 0 }, + { {274.0f, 35.0f, 304.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p607b", 0 }, + { {571.0f, 35.0f, 292.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p609b", 0 }, + { {565.0f, 33.0f, 482.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p288b2", 0 }, + { {440.0f, 35.0f, -81.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p34b", 0 }, + { {608.0f, 35.0f, -7.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p290b1", 0 }, + { {438.0f, 35.0f, 567.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p41b", 0 }, + { {-834.0f, 100.0f, 787.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p153c2", 0 }, + { {-1011.0f, 100.0f, 952.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p155c1", 0 }, + { {-836.0f, 100.0f, 948.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1719c2", 0 }, + { {-546.0f, 100.0f, 953.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p157c2", 0 }, + { {-240.0f, 35.0f, 952.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5b", 0 }, + { {-841.0f, 100.0f, 649.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p158c", 0 }, + { {-628.0f, 100.0f, 346.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p232c", 0 }, + { {-1105.0f, 100.0f, 355.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p192c", 0 }, + { {-848.0f, 100.0f, 135.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p176c", 0 }, + { {-675.0f, 100.0f, 1538.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p874d2", 0 }, + { {-746.0f, 100.0f, 1422.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p872d2", 0 }, + { {-748.0f, 100.0f, 1097.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p89d1", 0 }, + { {-1011.0f, 100.0f, 1087.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p881d2", 0 }, + { {-216.0f, 35.0f, 2143.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1720c2", 0 }, + { {-224.0f, 35.0f, 1872.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p149c2", 0 }, + { {-537.0f, 100.0f, 1874.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1881c2", 0 }, + { {-546.0f, 100.0f, 1535.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p150c1", 0 }, + { {-1297.0f, 100.0f, 955.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p154c2", 0 }, + { {-1293.0f, 100.0f, 1708.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1709c2", 0 }, + { {2.0f, 35.0f, -644.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p0a1", 0 }, + { {-2.0f, 209.0f, -1296.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p419a1", 0 }, + { {6.0f, 35.0f, -192.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p70b", 0 }, + { {10.0f, 209.0f, -2247.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p12742e2", 0 }, + { {0.0f, 209.0f, -1371.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p7634e2", 0 }, + { {-581.0f, 486.0f, -1262.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1013e", 0 }, + { {-745.0f, 238.0f, 1232.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p120d2", 0 }, + { {-24.0f, 197.0f, -1134.0f}, {0.0f, 1.0f, 0.0f}, {0.933815f, 0.0f, 0.357757f}, "p201a1", 0 }, + { {0.0f, 197.0f, -1290.0f}, {0.0f, 1.0f, 0.0f}, {-0.000654f, 0.0f, -1.0f}, "p419a1", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {65.0f, 29.0f, -309.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334a2", 0, {-4.000002f, 4.0f, -1.0f, 23.000002f, -29.0f, 94.0f} }, + { {44.0f, 29.0f, -301.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334a2", 0, {-4.000002f, 4.0f, -2.0f, 23.000002f, -29.0f, 94.0f} }, + { {23.0f, 29.0f, -293.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334a1", 0, {-4.000002f, 4.0f, -2.0f, 23.000002f, -29.0f, 94.0f} }, + { {-64.0f, 29.0f, -309.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335a1", 0, {-4.0f, 4.000002f, -2.0f, 23.000002f, -29.0f, 94.0f} }, + { {-44.0f, 29.0f, -301.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335a1", 0, {-4.0f, 4.000002f, -1.0f, 23.000002f, -29.0f, 94.0f} }, + { {-23.0f, 29.0f, -293.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335a1", 0, {-4.0f, 4.000002f, -2.0f, 23.000002f, -29.0f, 94.0f} }, + { {18.0f, 225.0f, -1331.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p358a2", 0, {-4.000003f, 4.0f, -1.0f, 37.0f, -28.0f, 76.0f} }, + { {371.0f, 139.0f, -233.0f}, {0.0f, -1e-06, -1.0f}, {0.0f, 1.0f, -1e-06}, "p615b1", 0, {-124.00001f, 161.00002f, -0.000252f, 0.000127f, -58.000004f, 139.0f} }, + { {-946.0f, 121.0f, 1036.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1992c1", 0, {-3.0f, 2.0f, -2.0f, 58.000004f, -28.0f, 110.0f} }, + { {-1064.0f, 121.0f, 1036.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1992c2", 0, {-2.0f, 3.0f, -1.0f, 60.000004f, -28.0f, 110.0f} }, + { {-894.0f, 121.0f, 863.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1718c1", 0, {-3.0f, 2.0f, -2.0f, 59.000004f, -28.0f, 110.0f} }, + { {-776.0f, 121.0f, 863.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p153c1", 0, {-2.0f, 3.0f, -1.0f, 59.000004f, -28.0f, 110.0f} }, + { {-777.0f, 121.0f, 707.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p153c1", 0, {-3.0f, 2.0f, -2.0f, 58.000004f, -28.0f, 110.0f} }, + { {-893.0f, 121.0f, 707.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1718c1", 0, {-2.0f, 3.0f, -3.0f, 58.000004f, -28.0f, 110.0f} }, + { {-626.0f, 121.0f, 1596.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2104c1", 0, {-3.000008f, 2.0f, -2.0f, 58.000004f, -28.0f, 110.0f} }, + { {-626.0f, 121.0f, 1490.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2104c2", 0, {-2.000006f, 3.000002f, -13.000001f, 48.000004f, -28.0f, 110.0f} }, + { {-747.0f, 214.0f, 1370.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p468d1", 0, {-3.0f, 2.0f, -30.999998f, 34.0f, -121.00001f, 21.000002f} }, + { {-750.0f, 214.0f, 1130.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p112d2", 0, {-3.0f, 2.0f, -31.0f, 34.0f, -121.0f, 21.0f} }, + { {-1136.0f, 238.0f, 1117.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p882d1", 0, {-8.000001f, 8.999999f, -10.000001f, -9.999998f, -9.0f, 9.0f} }, + { {-1351.0f, 223.0f, 1132.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p56c2", 0, {-9.000003f, 8.999997f, -22.0f, -21.999998f, -8.0f, 9.0f} }, + { {-491.0f, 215.0f, 1753.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1701c1", 0, {-9.000003f, 7.999997f, -24.0f, -23.999996f, -9.0f, 9.0f} }, + { {506.0f, 243.0f, -571.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p616b", 0, {-9.0f, 8.0f, -4.0f, -4.0f, -9.0f, 9.0f} }, + { {-640.0f, 184.0f, 1652.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p875d1", 0, {-9.0f, 8.0f, -3.000001f, -2.999999f, -9.0f, 8.0f} }, + { {-63.0f, 266.0f, -1276.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p417a", 0, {-9.000001f, 7.999999f, -6.000001f, -5.999998f, -9.0f, 9.0f} }, + { {-257.0f, 221.0f, 415.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p66b1", 0, {-23.00004f, 18.999962f, -88.00001f, -87.99999f, -17.0f, 22.0f} }, + { {-257.0f, 166.0f, 416.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p66b1", 0, {-24.00004f, 17.999962f, -88.00001f, -87.99999f, -16.0f, 23.0f} }, + { {-257.0f, 109.0f, 415.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p66b1", 0, {-23.00004f, 18.999962f, -88.00001f, -87.99999f, -16.0f, 22.0f} }, + { {-257.0f, 221.0f, 67.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p61b2", 0, {-17.00004f, 23.999962f, -88.000015f, -87.99999f, -17.0f, 22.0f} }, + { {-257.0f, 166.0f, 67.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p61b2", 0, {-17.00004f, 23.999962f, -88.000015f, -87.99999f, -16.0f, 23.0f} }, + { {-257.0f, 108.0f, 67.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p61b2", 0, {-17.00004f, 23.999962f, -88.000015f, -87.99999f, -15.0f, 23.0f} }, + { {-257.0f, 253.0f, 355.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-13.000039f, 13.999961f, -88.00001f, -87.99999f, -10.0f, 9.0f} }, + { {-257.0f, 253.0f, 305.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-13.000039f, 13.999961f, -88.00001f, -87.99999f, -10.0f, 9.0f} }, + { {-257.0f, 253.0f, 178.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-13.000039f, 13.999961f, -88.00001f, -87.99999f, -10.0f, 9.0f} }, + { {-257.0f, 253.0f, 127.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-12.000039f, 14.999961f, -88.00001f, -88.0f, -10.0f, 9.0f} }, + { {-257.0f, 107.0f, 357.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-23.00004f, 23.999962f, -88.000015f, -87.99999f, -7.0f, 5.0f} }, + { {-257.0f, 105.0f, 299.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-22.00004f, 23.999962f, -88.000015f, -87.99999f, -5.0f, 7.0f} }, + { {-257.0f, 107.0f, 241.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-22.00004f, 23.999962f, -88.000015f, -87.99999f, -7.0f, 5.0f} }, + { {-257.0f, 106.0f, 184.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-23.00004f, 22.999962f, -88.000015f, -87.99999f, -6.0f, 6.0f} }, + { {-257.0f, 106.0f, 127.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-24.00004f, 21.999962f, -88.000015f, -87.99999f, -6.0f, 6.0f} }, + { {-257.0f, 86.0f, 357.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-23.00004f, 23.999962f, -88.000015f, -87.99999f, -5.0f, 7.0f} }, + { {-257.0f, 87.0f, 299.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-22.00004f, 23.999962f, -88.000015f, -87.99999f, -6.0f, 6.0f} }, + { {-257.0f, 88.0f, 242.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-23.00004f, 22.999962f, -88.000015f, -87.99999f, -7.0f, 5.0f} }, + { {-257.0f, 87.0f, 184.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-23.00004f, 22.999962f, -88.000015f, -87.99999f, -6.0f, 6.0f} }, + { {-257.0f, 87.0f, 127.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b2", 0, {-24.00004f, 21.999962f, -88.000015f, -87.99999f, -6.0f, 6.0f} }, + { {-257.0f, 177.0f, 242.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-133.00005f, 130.99997f, -88.00006f, -87.99995f, -54.0f, 54.0f} }, + { {-247.0f, 177.0f, 242.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b2", 0, {-133.00005f, 130.99997f, -88.00006f, -87.99995f, -54.0f, 54.0f} }, + { {-240.0f, 154.0f, 148.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p604b1", 0, {-17.00004f, 23.999962f, -88.000015f, -87.99999f, -15.0f, 23.0f} }, + { {-240.0f, 193.0f, 326.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p55b1", 0, {-17.00004f, 24.999962f, -88.000015f, -87.99999f, -16.0f, 23.0f} }, + { {-689.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-17.036915f, 18.049242f, -0.002656f, 78.00199f, -21.031631f, 28.037258f} }, + { {-724.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-17.036915f, 17.049244f, -0.002655f, 78.00199f, -21.022476f, 28.037258f} }, + { {-759.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-18.0369f, 17.049244f, -0.002655f, 78.00199f, -21.022476f, 28.039017f} }, + { {-793.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-17.0369f, 18.049242f, -0.002656f, 78.00199f, -21.024235f, 28.037258f} }, + { {-828.0f, 93.0f, 1690.0f}, {0.0f, 1.0f, 9.5e-05}, {0.001759f, 9.5e-05, -0.999998f}, "p876d2", 0, {-17.0369f, 18.049242f, -0.002656f, 78.00199f, -21.024235f, 28.037258f} }, + { {391.0f, 178.0f, -228.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p615b1", 0, {-141.0f, 144.0f, -5.8e-05, 5.7e-05, -97.0f, 100.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 30744, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 30745, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 30746, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 30747, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 30748, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 30749, 1, + /* Type = ObjectiveDestroyObject; index = 6 */ + _mkword(0, _mkshort(0, 25)), 0, + /* Type = ObjectiveDestroyObject; index = 7 */ + _mkword(0, _mkshort(0, 25)), 1, + /* Type = ObjectiveDestroyObject; index = 8 */ + _mkword(0, _mkshort(0, 25)), 2, + /* Type = ObjectiveDestroyObject; index = 9 */ + _mkword(0, _mkshort(0, 25)), 3, + /* Type = ObjectiveEnd; index = 10 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 11 */ + _mkword(0, _mkshort(0, 23)), 1, 30750, 0, + /* Type = ObjectiveCopy_Item; index = 12 */ + _mkword(0, _mkshort(0, 34)), 29, _mkword(0x0000, 0x0004), + /* Type = ObjectiveEnd; index = 13 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 14 */ + _mkword(0, _mkshort(0, 23)), 2, 30751, 2, + /* Type = ObjectiveCompleteCondition; index = 15 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveFailCondition; index = 16 */ + _mkword(0, _mkshort(0, 27)), 512, + /* Type = ObjectiveEnd; index = 17 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 18 */ + _mkword(0, _mkshort(0, 23)), 3, 30752, 2, + /* Type = ObjectiveCompleteCondition; index = 19 */ + _mkword(0, _mkshort(0, 26)), 1024, + /* Type = ObjectiveFailCondition; index = 20 */ + _mkword(0, _mkshort(0, 27)), 2048, + /* Type = ObjectiveFailCondition; index = 21 */ + _mkword(0, _mkshort(0, 27)), 512, + /* Type = ObjectiveEnd; index = 22 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 23 */ + _mkword(0, _mkshort(0, 23)), 4, 30753, 0, + /* Type = ObjectivePhotograph; index = 24 */ + _mkword(0, _mkshort(0, 30)), 5, 0, 0, + /* Type = ObjectiveEnd; index = 25 */ + _mkword(0, _mkshort(0, 24)), + /* Type = StandardProp; index = 26 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 53), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 27 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 54), 0x100000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 28 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 55), 0x000000e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 29 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = Collectable; index = 30 */ + _mkword(256, _mkshort(0, 8)), _mkword(248, 56), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x3d, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 31 */ + _mkword(256, _mkshort(0, 3)), _mkword(51, 32), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 32 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 35), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 33 */ + _mkword(256, _mkshort(0, 3)), _mkword(83, 34), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 34 */ + _mkword(256, _mkshort(0, 3)), _mkword(73, 30), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 35 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 33), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 36 */ + _mkword(256, _mkshort(0, 3)), _mkword(51, 37), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 37 */ + _mkword(256, _mkshort(0, 3)), _mkword(51, 39), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 38 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 41), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 39 */ + _mkword(256, _mkshort(0, 3)), _mkword(83, 40), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(256, _mkshort(0, 3)), _mkword(83, 42), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(256, _mkshort(0, 3)), _mkword(23, 36), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 42 */ + _mkword(256, _mkshort(0, 3)), _mkword(19, 45), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 43 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 44), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(256, _mkshort(0, 3)), _mkword(19, 43), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(256, _mkshort(0, 3)), _mkword(19, 46), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 46 */ + _mkword(256, _mkshort(0, 3)), _mkword(19, 47), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 47 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Cctv; index = 48 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10018), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000058, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00001c71, 0xfffff1c8, 0x00000000, 0x00000000, 0x00000088, 0x00000000, 0x00000000, 0xffffff9c, + /* Type = Tag; index = 49 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = Cctv; index = 50 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10019), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x0000005f, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000671c, 0x00000000, 0x00000000, 0x00000000, 0x000000b6, 0x00000000, 0x00000000, 0xffffff9c, + /* Type = Tag; index = 51 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = Cctv; index = 52 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10020), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000050, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0x000000f2, 0x00000000, 0x00000000, 0xffffff9c, + /* Type = Tag; index = 53 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = Cctv; index = 54 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10021), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x0000003f, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00001555, 0xffffeaab, 0x00000000, 0x00000000, 0x00000088, 0x00000000, 0x00000000, 0xffffff9c, + /* Type = Alarm; index = 55 */ + _mkword(256, _mkshort(0, 5)), _mkword(1, 10022), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Alarm; index = 56 */ + _mkword(256, _mkshort(0, 5)), _mkword(1, 10023), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = HangingMonitor; index = 57 */ + _mkword(256, _mkshort(0, 12)), _mkword(76, 51), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 58 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0x00000000, 5, + /* Type = SingleMonitor; index = 59 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffe, 0x00000001, 8, + /* Type = SingleMonitor; index = 60 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffd, 0x00000002, 2, + /* Type = SingleMonitor; index = 61 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffc, 0x00000003, 1, + /* Type = HangingMonitor; index = 62 */ + _mkword(256, _mkshort(0, 12)), _mkword(76, 52), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 63 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0x00000000, 8, + /* Type = SingleMonitor; index = 64 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffe, 0x00000001, 15, + /* Type = SingleMonitor; index = 65 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffd, 0x00000002, 5, + /* Type = SingleMonitor; index = 66 */ + _mkword(307, _mkshort(0, 10)), _mkword(75, 65535), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xfffffffc, 0x00000003, 12, + /* Type = StandardProp; index = 67 */ + _mkword(256, _mkshort(0, 3)), _mkword(79, 38), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 68 */ + _mkword(256, _mkshort(0, 3)), _mkword(32, 10048), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 69 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10049), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 70 */ + _mkword(256, _mkshort(0, 3)), _mkword(34, 10050), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 71 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10051), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 8, + /* Type = StandardProp; index = 72 */ + _mkword(256, _mkshort(0, 3)), _mkword(32, 10052), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 73 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = MultiMonitor; index = 74 */ + _mkword(256, _mkshort(0, 11)), _mkword(78, 10044), 0x60000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x10141414, + /* Type = SingleMonitor; index = 75 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10024), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 15, + /* Type = SingleMonitor; index = 76 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10025), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 3, + /* Type = SingleMonitor; index = 77 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10026), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 15, + /* Type = SingleMonitor; index = 78 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10027), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 3, + /* Type = SingleMonitor; index = 79 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10028), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 80 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10029), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 15, + /* Type = SingleMonitor; index = 81 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10030), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 2, + /* Type = SingleMonitor; index = 82 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10031), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = SingleMonitor; index = 83 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10032), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 12, + /* Type = SingleMonitor; index = 84 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10033), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 8, + /* Type = SingleMonitor; index = 85 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10034), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 13, + /* Type = SingleMonitor; index = 86 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10035), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 13, + /* Type = SingleMonitor; index = 87 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10036), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 14, + /* Type = SingleMonitor; index = 88 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10037), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 13, + /* Type = SingleMonitor; index = 89 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10038), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 2, + /* Type = SingleMonitor; index = 90 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10039), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 12, + /* Type = SingleMonitor; index = 91 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10040), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 13, + /* Type = SingleMonitor; index = 92 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10041), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 8, + /* Type = SingleMonitor; index = 93 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10042), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 2, + /* Type = SingleMonitor; index = 94 */ + _mkword(256, _mkshort(0, 10)), _mkword(77, 10043), 0x40000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 3, + /* Type = Glass; index = 95 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10053), 0x04000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 96 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0x0001), 0, 0, + /* Type = StandardProp; index = 97 */ + _mkword(256, _mkshort(0, 3)), _mkword(48, 49), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 98 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = StandardProp; index = 99 */ + _mkword(256, _mkshort(0, 3)), _mkword(49, 50), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 100 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 8), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 101 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 9), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 102 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 10), 0x40000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000001, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 103 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 11), 0x40000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000001, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 104 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 12), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 105 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 13), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 106 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 14), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 107 */ + _mkword(256, _mkshort(0, 1)), _mkword(138, 15), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000cccc, 0x00010000, 0x00000051, 0x00000051, 0x00000666, _mkword(12, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 108 */ + _mkword(256, _mkshort(0, 1)), _mkword(140, 16), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 109 */ + _mkword(256, _mkshort(0, 1)), _mkword(140, 17), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 110 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 0), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x00000000, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(1, 1), 0x00000002, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 111 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 1), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00020000, 0x00000028, 0x00000028, 0x00000333, _mkword(1, 2), 0x00000002, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 112 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 2), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x00019999, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(1, 3), 0x00000002, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 113 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 3), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x00000000, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(9, 1), 0x00000002, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 114 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 4), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00020000, 0x00000028, 0x00000028, 0x00000333, _mkword(9, 2), 0x00000002, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 115 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 5), 0x40000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xfffffffb, 0x00019999, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(9, 3), 0x00000002, 900, 1, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 116 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 6), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000fae1, 0x00010000, 0x00000015, 0x00000015, 0x000001b4, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 117 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0xffff), 0, 0, + /* Type = Armour; index = 118 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 39), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 119 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 46), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Guard; index = 120 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 65), _mkword(2, 1025), 0x2726ffff, _mkword(1950, 70), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 121 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 1), _mkword(2, 2), 0x2726ffff, _mkword(350, 70), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 122 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 2), _mkword(2, 2), 0x2726ffff, _mkword(350, 50), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 123 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 3), _mkword(2, 2), 0x2726ffff, _mkword(870, 70), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 124 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 4), _mkword(2, 2), 0x2726ffff, _mkword(470, 70), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 125 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 5), _mkword(2, 2), 0x2726ffff, _mkword(500, 70), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 126 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 6), _mkword(2, 9), 0x2726ffff, _mkword(570, 70), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 127 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 7), _mkword(2, 1037), 0x0008ffff, _mkword(500, 50), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 128 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 82), _mkword(2, 1026), 0x2726ffff, _mkword(270, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 129 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 8), _mkword(2, 2), 0x2726ffff, _mkword(470, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 130 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 9), _mkword(2, 2), 0x2726ffff, _mkword(1150, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 131 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 10), _mkword(2, 2), 0x2726ffff, _mkword(350, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 132 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 11), _mkword(2, 2), 0x2726ffff, _mkword(650, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 133 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 12), _mkword(2, 2), 0x2726ffff, _mkword(470, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 134 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 13), _mkword(2, 2), 0x2726ffff, _mkword(350, 70), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 135 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 14), _mkword(2, 2), 0x2726ffff, _mkword(990, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 136 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 15), _mkword(2, 2), 0x2726ffff, _mkword(600, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 137 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 16), _mkword(2, 2), 0x2726ffff, _mkword(730, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 138 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 17), _mkword(18, 2), 0x2726ffff, _mkword(800, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 139 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 18), _mkword(2, 2), 0x2726ffff, _mkword(200, 35), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 140 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 19), _mkword(2, 2), 0x2726ffff, _mkword(200, 35), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 141 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 0), _mkword(6, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 142 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 21), _mkword(2, 2), 0x2726ffff, _mkword(200, 35), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 143 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 22), _mkword(2, 2), 0x2726ffff, _mkword(200, 35), _mkword(4, 0xffff), 0x00000000, + /* Type = Collectable; index = 144 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 145 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 146 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 147 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 148 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 149 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 150 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 151 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 152 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 153 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 154 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 155 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 156 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 12), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Collectable; index = 157 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 12), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Collectable; index = 158 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 159 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 160 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 161 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 162 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 163 */ + _mkword(256, _mkshort(0, 8)), _mkword(191, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x04, 0xff), 0xffff), 0, + /* Type = Collectable; index = 164 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 165 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 166 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 167 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 168 */ + _mkword(128, _mkshort(0, 20)), _mkword(3, 48), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 10), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Hat; index = 169 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 170 */ + _mkword(0, _mkshort(0, 18)), 0, 0x0000000c, + /* Type = Hat; index = 171 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 172 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 173 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 174 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 175 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 176 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 177 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 178 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 179 */ + _mkword(0, _mkshort(0, 18)), 8, 0x0000000c, + /* Type = Hat; index = 180 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 181 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 182 */ + _mkword(0, _mkshort(0, 18)), 10, 0x0000000c, + /* Type = Hat; index = 183 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 184 */ + _mkword(0, _mkshort(0, 18)), 11, 0x0000000c, + /* Type = Hat; index = 185 */ + _mkword(256, _mkshort(0, 17)), _mkword(222, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 186 */ + _mkword(0, _mkshort(0, 18)), 12, 0x00000019, + /* Type = Hat; index = 187 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 188 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 189 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 190 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 191 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 192 */ + _mkword(256, _mkshort(0, 17)), _mkword(223, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 193 */ + _mkword(0, _mkshort(0, 18)), 18, 0x00000019, + /* Type = Hat; index = 194 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 195 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 196 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 197 */ + _mkword(256, _mkshort(0, 17)), _mkword(216, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 198 */ + _mkword(0, _mkshort(0, 18)), 24, 0x0000000c, + /* Type = Key; index = 199 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = Rename; index = 200 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 30754, 30755, 30756, 30757, 30758, 0, 0, + /* Type = Key; index = 201 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 2, + /* Type = Rename; index = 202 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 30759, 30760, 30761, 30762, 30763, 0, 0, + /* Type = Cutscene; index = 203 */ + _mkword(0, _mkshort(0, 46)), 415, 47259, -219969, 1201, 915, 103, + /* Type = Tag; index = 204 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0xffff), 0, 0, + /* Type = EndProps; index = 205 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0x0000a173, 0x00002cbe, 0x00017acb, 0x00056934, 0x0000359d, 0x00000033, 0x0000782c, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0xffff08de, 0x00004a0c, 0x00028e21, 0x00043f68, 0x00000000, 0x00000050, 0x0000782c, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0xfffd01f5, 0x0000b392, 0x0000df13, 0x00023be8, 0x0005e632, 0x00000031, 0x0000782c, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 3 */ + _mkword(0, _mkshort(0, 6)), 0x0000659d, 0x0000b492, 0x0001a8ae, 0x0005a952, 0x0005e632, 0x00000033, 0x0000782c, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 4 */ + _mkword(0, _mkshort(0, 6)), 0xfffd77d0, 0x0000abb9, 0x0002d13b, 0x00007667, 0x00060101, 0x0000004f, 0x0000782c, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 5 */ + _mkword(0, _mkshort(0, 7)), 10, 20, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 102, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 0, + /* Type = StartAmmo; index = 8 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartWeapon; index = 9 */ + _mkword(0, _mkshort(0, 1)), 46, -1, 0, + /* Type = StartWeapon; index = 10 */ + _mkword(0, _mkshort(0, 1)), 40, -1, 0, + /* Type = StartAmmo; index = 11 */ + _mkword(0, _mkshort(0, 2)), 27, 10, 0, + /* Type = StartWeapon; index = 12 */ + _mkword(0, _mkshort(0, 1)), 55, -1, 0, + /* Type = Spawn; index = 13 */ + _mkword(0, _mkshort(0, 0)), 80, 1, + /* Type = StartWeapon; index = 14 */ + _mkword(0, _mkshort(0, 1)), 8, -1, 1, + /* Type = StartAmmo; index = 15 */ + _mkword(0, _mkshort(0, 2)), 3, 100, 1, + /* Type = Spawn; index = 16 */ + _mkword(0, _mkshort(0, 0)), 78, 2, + /* Type = StartWeapon; index = 17 */ + _mkword(0, _mkshort(0, 1)), 8, -1, 2, + /* Type = StartAmmo; index = 18 */ + _mkword(0, _mkshort(0, 2)), 3, 100, 2, + /* Type = StartWeapon; index = 19 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 2, + /* Type = StartAmmo; index = 20 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 2, + /* Type = Cuff; index = 21 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = IntroCam; index = 22 */ + _mkword(0, _mkshort(0, 4)), 1, + /* Type = SwirlCam; index = 23 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0xff9c0000, 0x00c80000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 24 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0xff9c0000, 0x00c80000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 25 */ + _mkword(0, _mkshort(0, 3)), 2, 0x000a0000, 0xff9c0000, 0x00aa0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 26 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00460000, 0xffec0000, 0x00000000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 27 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00140000, 0x00280000, 0xff9c0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 28 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 29 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 30 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 31 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 32 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 6, -1 }; +s32 path_neighbors_1[] = { 5, -1 }; +s32 path_neighbors_2[] = { 3, 5, -1 }; +s32 path_neighbors_3[] = { 2, 5, -1 }; +s32 path_neighbors_4[] = { 5, -1 }; +s32 path_neighbors_5[] = { 1, 2, 3, 4, 6, -1 }; +s32 path_neighbors_6[] = { 0, 5, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, -1 }; +s32 path_indeces_1[] = { 6, 7, -1 }; +s32 path_indeces_2[] = { 8, 9, 10, 11, -1 }; +s32 path_indeces_3[] = { 12, 13, 14, 15, -1 }; +s32 path_indeces_4[] = { 16, 17, 18, 19, -1 }; +s32 path_indeces_5[] = { 20, 21, 22, 23, 24, -1 }; +s32 path_indeces_6[] = { 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "ha7_locssev_all_p", + "ha6_locssev_all_p", + "ha5_locssev_all_p", + "ha4_locssev_all_p", + "ha3_locssev_all_p", + "ha2_locssev_all_p", + "ha1_locssev_all_p", + NULL +}; + + +s32 path_table_0[] = { 2, -1 }; +s32 path_table_1[] = { 2, 4, -1 }; +s32 path_table_2[] = { 0, 1, -1 }; +s32 path_table_3[] = { 5, 32, 36, 44, -1 }; +s32 path_table_4[] = { 1, 5, -1 }; +s32 path_table_5[] = { 3, 4, 36, -1 }; +s32 path_table_6[] = { 7, -1 }; +s32 path_table_7[] = { 6, 23, -1 }; +s32 path_table_8[] = { 9, 15, 21, -1 }; +s32 path_table_9[] = { 8, 10, -1 }; +s32 path_table_10[] = { 9, 11, -1 }; +s32 path_table_11[] = { 10, -1 }; +s32 path_table_12[] = { 13, 23, -1 }; +s32 path_table_13[] = { 12, 14, -1 }; +s32 path_table_14[] = { 13, 15, -1 }; +s32 path_table_15[] = { 8, 14, -1 }; +s32 path_table_16[] = { 17, 18, -1 }; +s32 path_table_17[] = { 16, 19, -1 }; +s32 path_table_18[] = { 16, 19, -1 }; +s32 path_table_19[] = { 17, 18, 24, -1 }; +s32 path_table_20[] = { 21, 40, -1 }; +s32 path_table_21[] = { 8, 20, 22, -1 }; +s32 path_table_22[] = { 21, 23, 24, -1 }; +s32 path_table_23[] = { 7, 12, 22, -1 }; +s32 path_table_24[] = { 19, 22, -1 }; +s32 path_table_25[] = { 28, 30, 34, 35, -1 }; +s32 path_table_26[] = { 27, 29, 30, -1 }; +s32 path_table_27[] = { 26, 37, 44, -1 }; +s32 path_table_28[] = { 25, 29, -1 }; +s32 path_table_29[] = { 26, 28, 30, -1 }; +s32 path_table_30[] = { 25, 26, 29, 31, 32, 35, 44, -1 }; +s32 path_table_31[] = { 30, 32, 35, 40, 44, -1 }; +s32 path_table_32[] = { 3, 30, 31, 36, 44, -1 }; +s32 path_table_33[] = { 34, 43, -1 }; +s32 path_table_34[] = { 25, 33, -1 }; +s32 path_table_35[] = { 25, 30, 31, 40, -1 }; +s32 path_table_36[] = { 3, 5, 32, 44, -1 }; +s32 path_table_37[] = { 27, 38, -1 }; +s32 path_table_38[] = { 37, 42, -1 }; +s32 path_table_39[] = { 42, -1 }; +s32 path_table_40[] = { 20, 31, 35, -1 }; +s32 path_table_41[] = { 43, -1 }; +s32 path_table_42[] = { 38, 39, -1 }; +s32 path_table_43[] = { 33, 41, -1 }; +s32 path_table_44[] = { 3, 27, 30, 31, 32, 36, -1 }; + +waypoint pathwaypoints[] = { + { 0x00000065, &path_table_0, 0x00000000, 0x00000000 }, + { 0x00000064, &path_table_1, 0x00000000, 0x00000000 }, + { 0x00000063, &path_table_2, 0x00000000, 0x00000000 }, + { 0x00000062, &path_table_3, 0x00000000, 0x00000000 }, + { 0x00000061, &path_table_4, 0x00000000, 0x00000000 }, + { 0x00000060, &path_table_5, 0x00000000, 0x00000000 }, + { 0x0000005f, &path_table_6, 0x00000001, 0x00000000 }, + { 0x0000005e, &path_table_7, 0x00000001, 0x00000000 }, + { 0x0000005d, &path_table_8, 0x00000002, 0x00000000 }, + { 0x0000005c, &path_table_9, 0x00000002, 0x00000000 }, + { 0x0000005b, &path_table_10, 0x00000002, 0x00000000 }, + { 0x0000005a, &path_table_11, 0x00000002, 0x00000000 }, + { 0x00000059, &path_table_12, 0x00000003, 0x00000000 }, + { 0x00000058, &path_table_13, 0x00000003, 0x00000000 }, + { 0x00000057, &path_table_14, 0x00000003, 0x00000000 }, + { 0x00000056, &path_table_15, 0x00000003, 0x00000000 }, + { 0x00000055, &path_table_16, 0x00000004, 0x00000000 }, + { 0x00000054, &path_table_17, 0x00000004, 0x00000000 }, + { 0x00000053, &path_table_18, 0x00000004, 0x00000000 }, + { 0x00000052, &path_table_19, 0x00000004, 0x00000000 }, + { 0x00000051, &path_table_20, 0x00000005, 0x00000000 }, + { 0x00000050, &path_table_21, 0x00000005, 0x00000000 }, + { 0x0000004f, &path_table_22, 0x00000005, 0x00000000 }, + { 0x0000004e, &path_table_23, 0x00000005, 0x00000000 }, + { 0x0000004d, &path_table_24, 0x00000005, 0x00000000 }, + { 0x0000004c, &path_table_25, 0x00000006, 0x00000000 }, + { 0x0000004b, &path_table_26, 0x00000006, 0x00000000 }, + { 0x0000004a, &path_table_27, 0x00000006, 0x00000000 }, + { 0x00000049, &path_table_28, 0x00000006, 0x00000000 }, + { 0x00000048, &path_table_29, 0x00000006, 0x00000000 }, + { 0x00000047, &path_table_30, 0x00000006, 0x00000000 }, + { 0x00000046, &path_table_31, 0x00000006, 0x00000000 }, + { 0x00000045, &path_table_32, 0x00000006, 0x00000000 }, + { 0x00000044, &path_table_33, 0x00000006, 0x00000000 }, + { 0x00000043, &path_table_34, 0x00000006, 0x00000000 }, + { 0x00000042, &path_table_35, 0x00000006, 0x00000000 }, + { 0x00000041, &path_table_36, 0x00000006, 0x00000000 }, + { 0x00000040, &path_table_37, 0x00000006, 0x00000000 }, + { 0x0000003f, &path_table_38, 0x00000006, 0x00000000 }, + { 0x0000003e, &path_table_39, 0x00000006, 0x00000000 }, + { 0x0000003d, &path_table_40, 0x00000006, 0x00000000 }, + { 0x0000003c, &path_table_41, 0x00000006, 0x00000000 }, + { 0x0000003b, &path_table_42, 0x00000006, 0x00000000 }, + { 0x0000003a, &path_table_43, 0x00000006, 0x00000000 }, + { 0x00000039, &path_table_44, 0x00000006, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "PAD_leave_sev_all_p", + "PAD_locext2_sev_all_", + "PAD_locext1_sev_all_", + "PAD_loc41_sev_all_p", + "PAD_loc0_sev_all_p", + "PAD_loc40_sev_all_p", + "PAD_loc16_sev_all_p", + "PAD_loc13_sev_all_p", + "PAD_loc21_sev_all_p", + "PAD_loc22_sev_all_p", + "PAD_loc23_sev_all_p", + "PAD_loc24_sev_all_p", + "PAD_loc17_sev_all_p", + "PAD_loc18_sev_all_p", + "PAD_loc19_sev_all_p", + "PAD_loc20_sev_all_p", + "PAD_loc39_sev_all_p", + "PAD_loc38_sev_all_p", + "PAD_loc37_sev_all_p", + "PAD_loc15_sev_all_p", + "PAD_loc9_sev_all_p", + "PAD_loc10_sev_all_p", + "PAD_loc11_sev_all_p", + "PAD_loc12_sev_all_p", + "PAD_loc14_sev_all_p", + "PAD_loc4a_sev_all_p", + "PAD_loc36_sev_all_p", + "PAD_loc35_sev_all_p", + "PAD_loc34_sev_all_p", + "PAD_loc33_sev_all_p", + "PAD_loc32_sev_all_p", + "PAD_loc31_sev_all_p", + "PAD_loc30_sev_all_p", + "PAD_loc5_sev_all_p", + "PAD_loc4_sev_all_p", + "PAD_locstair2_sev_al", + "PAD_loc1_sev_all_p", + "PAD_loc2_sev_all_p", + "PAD_loc3_sev_all_p", + "PAD_loc6_sev_all_p", + "PAD_loc8_sev_all_p", + "PAD_loc7_sev_all_p", + "PAD_locstair3_sev_al", + "PAD_locstair4_sev_al", + "PAD_locstair1_sev_al", + NULL +}; + + +s32 path_set_0[] = { 36, 40, 20, 21, 22, 23, 7, 6, -1 }; +s32 path_set_1[] = { 19, 24, 22, 21, 8, 9, 10, 11, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { &path_set_1, 0x01, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x200005fd, 0x00070400 }; +u32 ai_1[] = { 0x200105fd, 0x00070400 }; +u32 ai_2[] = { 0xf300be00, 0xfffd0404, 0x00000002, 0x00020005, 0xfd000204 }; +u32 ai_3[] = { 0xbf00b808, 0x00000000, 0x000200c0, 0x00dd0000, 0x00000002, 0x0005fd00, 0x02040000 }; +u32 ai_4[] = { 0x8e1aad68, 0x310a0005, 0xfd040904 }; +u32 ai_5[] = { 0x8e1bad68, 0x320a0005, 0xfd040904 }; +u32 ai_6[] = { 0x8e1cad68, 0x330a0005, 0xfd040904 }; +u32 ai_8[] = { 0x3335c806, 0x72007806, 0x35640890, 0x003cc000, 0xde000000, 0x00000200, 0xbf00cd06, 0x80000000, 0x00020033, 0x356400bf, 0x00cd0690, 0x00000000, 0x02000001, 0x02089000, 0x50c000dd, 0x00000000, 0x000200bf, 0x00c10780, 0x00000000, 0x02003335, 0x6400bf00, 0xc1079000, 0x00000002, 0x00000102, 0x06900014, 0xc000dc00, 0x00000000, 0x0200bf00, 0xb8080000, 0x00000002, 0x00020105, 0xfd040b04 }; +u32 ai_10[] = { 0x022d2808, 0x0208034c, 0x01f4273c, 0x2f02272f, 0x2e010802, 0x2f3c0600, 0x01022e03, 0x012d0206, 0x02303335, 0x0a061a01, 0x02063532, 0x060e0102, 0x06353c06, 0x13010206, 0x35500613, 0x01020635, 0x64061101, 0x02063596, 0x06120102, 0x0635c806, 0x14000100, 0x00010206, 0x15000100, 0x00010201, 0x032f0601, 0x0102063c, 0x06000802, 0x0803012d, 0x02060301, 0x30040000 }; +u32 ai_7[] = { 0x02000346, 0x213b2132, 0x21392196, 0x01210100, 0x0221ae02, 0x0803214b, 0x000f06b4, 0x0002581b, 0x001f0206, 0xb40000b4, 0x06001f02, 0x06452200, 0x1f021b45, 0x1f4c0050, 0x1c3c1f00, 0x1c021f01, 0x08021c95, 0x04951096, 0x01066f20, 0x1d6e081d, 0x6e041d6e, 0x021d6e01, 0x1d010802, 0x06ab0061, 0x0006021d, 0x03333532, 0x061e2328, 0x001e0206, 0x1d021e03, 0x4dfd0064, 0x0063024d, 0xfd000f23, 0x28012f01, 0x011e0201, 0x96012533, 0x4b001406, 0x4506011c, 0x02060100, 0x02229604, 0x06c3780a, 0x94040007, 0x0206b300, 0x01e007c3, 0x780b0207, 0xae961006, 0x94101e00, 0x18020602, 0x23032f01, 0xb400012c, 0x1b012302, 0x014dfd00, 0x0f001806, 0x001b021b, 0x451f4c00, 0x321c3c1f, 0x021f0122, 0x021c011c, 0x0206ae5b, 0x06245b07, 0x24002802, 0x24c37812, 0x0d022803, 0x30fd2a31, 0xfd2a5b06, 0x065b0706, 0x00290206, 0xb4000708, 0x16b40005, 0xdc15b400, 0x04b014b4, 0x00038413, 0xb4000258, 0x12b40001, 0x2c110128, 0x0211b400, 0x016806c3, 0x780e0206, 0x01280212, 0xb4000294, 0x06c3780f, 0x02060128, 0x0213b400, 0x03c006c3, 0x78100206, 0x01280214, 0xb40004ec, 0x06259a00, 0x00010094, 0x01c37811, 0x02060128, 0x0215b400, 0x06180602, 0x06012802, 0x16030006, 0x01160206, 0x01000225, 0x00020100, 0x02060322, 0x01250229, 0xc3781794, 0x01010002, 0x2a05fd00, 0x01020205, 0xfd040c04 }; +u32 ai_11[] = { 0x02231c00, 0x65020303, 0x2f064dfd, 0x000f0065, 0x06010302, 0x064dfd00, 0x0f006501, 0x01230201, 0x039c0000, 0x01000670, 0x0206c378, 0x139a0000, 0x02000206, 0x22010102, 0x2a05fd00, 0x01040000 }; +u32 ai_13[] = { 0xad68656c, 0x6c6f0002, 0x00033705, 0x01000205, 0xf4003c4b, 0x96010194, 0x010226ae, 0xad210a00, 0x03311a06, 0x00270206, 0xf327bd04, 0xff006104, 0x05000000, 0x01060227, 0x02060331, 0x1b060027, 0x0206f327, 0xbd04ff00, 0x61040600, 0x00000106, 0x02270206, 0x03311c06, 0x00270206, 0xf327bd04, 0xff006104, 0x07000000, 0x01060227, 0x020103b4, 0x0004b006, 0x01010206, 0x01260400 }; +u32 ai_14[] = { 0x02080331, 0x19060108, 0x02069c00, 0x00010009, 0x9a000002, 0x00020903, 0x01090400 }; +u32 ai_15[] = { 0x0208039c, 0x00000100, 0x095d0606, 0x5d070601, 0x08020659, 0x37060108, 0x0206c378, 0x14010802, 0x09035d06, 0x065d0706, 0x01090206, 0x59370601, 0x090206c3, 0x7815aec4, 0x00e3ff02, 0x00035d06, 0x2402245d, 0x07240224, 0xb40000f0, 0x06010002, 0x06c37816, 0x9a000004, 0x00010904 }; +u32 ai_17[] = { 0x022b7002, 0x01020003, 0x6d03015b, 0x06275b07, 0x27000602, 0x27010002, 0x06c3782e, 0x9a000008, 0x00020103, 0x01010400 }; +u32 ai_16[] = { 0x022b03eb, 0x2c550064, 0x06012b02, 0x06ecd700, 0xda020803, 0xdc060108, 0x0206f106, 0x05fd000f, 0x0206ddea, 0xed030303, 0xd5090002, 0x0000d9f8, 0x00680602, 0x0605f804, 0x0a05fd00, 0x01022c05, 0xfd000104 }; +u32 ai_9[] = { 0xdbf400ff, 0xffdf080a, 0x006affff, 0xffff0610, 0xae020a03, 0xb400003c, 0x06010a02, 0x060a0059, 0xffffffff, 0x0610ae02, 0x0803b400, 0x00b40601, 0x080206da, 0x0209dc06, 0x03010902, 0x06d20201, 0x03010104 }; +u32 ai_12[] = { 0x02000330, 0xfd352f2f, 0x0100022f, 0x5b022700, 0x31022732, 0x313e323f, 0x3346343a, 0x323b320b, 0x06333501, 0x0606040d, 0x05fd0003, 0x02060100, 0x02343335, 0x7f310604, 0x0d05fd00, 0x0a023106, 0x040d05fd, 0x00060232, 0x06040d05, 0xfd000802, 0x3306040d, 0x05fd000b, 0x023505fd, 0x00010400 }; +u32 ai_18[] = { 0x0200036d, 0x01060100, 0x0206a304, 0x00100000, 0x02010301, 0x01040000 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x00001000 }, + /* index = 14 */ + { &ai_14, 0x00001001 }, + /* index = 15 */ + { &ai_15, 0x00001002 }, + /* index = 16 */ + { &ai_16, 0x00001003 }, + /* index = 17 */ + { &ai_17, 0x00001004 }, + /* index = 18 */ + { &ai_18, 0x00001005 }, + /* index = 19 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/UsetupsevxZ.c b/assets/obseg/setup/UsetupsevxZ.c new file mode 100644 index 0000000..62c82bf --- /dev/null +++ b/assets/obseg/setup/UsetupsevxZ.c @@ -0,0 +1,2112 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:13 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupsevxZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-4817.0f, 50.0f, -8662.0f}, {0.0f, 1.0f, 0.0f}, {-0.720308f, 0.0f, 0.693655f}, "p9717a2", 0 }, + { {-5000.0f, 50.0f, -8683.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, 0.707105f}, "p9717a2", 0 }, + { {-5249.0f, 48.0f, -6840.0f}, {0.003729f, 0.999947f, -0.009625f}, {0.942961f, -0.00672f, -0.332835f}, "p4412a", 0 }, + { {-5191.0f, 48.0f, -6809.0f}, {0.003729f, 0.999947f, -0.009625f}, {-0.350596f, -0.007706f, -0.936495f}, "p9926a", 0 }, + { {-3688.0f, 98.0f, -6167.0f}, {0.011113f, 0.999872f, -0.011508f}, {0.999277f, -0.011523f, -0.036226f}, "p9569a2", 0 }, + { {-3576.0f, 95.0f, -6313.0f}, {0.011113f, 0.999872f, -0.011508f}, {0.017513f, 0.011312f, 0.999783f}, "p9569a2", 0 }, + { {-3100.0f, 79.0f, -3752.0f}, {0.004454f, 0.999872f, 0.015366f}, {-0.468264f, -0.011492f, 0.883514f}, "p9421a2", 0 }, + { {-3043.0f, 76.0f, -3610.0f}, {0.004454f, 0.999872f, 0.015366f}, {-0.874594f, 0.011345f, -0.484723f}, "p9421a2", 0 }, + { {-4922.0f, 48.0f, -7446.0f}, {0.003729f, 0.999947f, -0.009625f}, {-0.350596f, -0.007706f, -0.936495f}, "p1762a", 0 }, + { {935.0f, 127.0f, -4863.0f}, {0.003729f, 0.999947f, -0.009625f}, {0.942961f, -0.00672f, -0.332835f}, "p1193a", 0 }, + { {1323.0f, 48.0f, -4861.0f}, {-0.008042f, 0.999947f, 0.006471f}, {-0.983046f, -0.00672f, -0.183237f}, "p1180a", 0 }, + { {1404.0f, 127.0f, -4701.0f}, {-0.008042f, 0.999947f, 0.006471f}, {-0.983046f, -0.00672f, -0.183237f}, "p1177a", 0 }, + { {843.0f, 48.0f, -4701.0f}, {0.003729f, 0.999947f, -0.009625f}, {0.942961f, -0.00672f, -0.332835f}, "p1197a", 0 }, + { {3155.0f, 152.0f, -2472.0f}, {-2.8e-05, 1.0f, -3e-06}, {0.991916f, 2.8e-05, 0.126896f}, "p12765a2", 0 }, + { {3048.0f, 152.0f, -2467.0f}, {2.8e-05, 1.0f, 4e-06}, {-0.991786f, 2.8e-05, -0.127908f}, "p12764a2", 0 }, + { {3104.0f, 152.0f, -2406.0f}, {-1.1e-05, 1.0f, -2.6e-05}, {0.386063f, 2.8e-05, 0.922473f}, "p12754a1", 0 }, + { {3101.0f, 152.0f, -2539.0f}, {1.7e-05, 1.0f, 2.2e-05}, {-0.611663f, 2.8e-05, -0.791119f}, "p12761a2", 0 }, + { {-4807.0f, 108.0f, -8737.0f}, {3e-06, 1.0f, -2.8e-05}, {-0.126896f, 2.8e-05, 0.991916f}, "p9717a2", 0 }, + { {-4847.0f, 108.0f, -8756.0f}, {-6e-06, 1.0f, -7.1e-05}, {0.085053f, 7.1e-05, 0.996377f}, "p9717a2", 0 }, + { {-4843.0f, 108.0f, -8736.0f}, {3e-06, 1.0f, -2.8e-05}, {-0.126896f, 2.8e-05, 0.991916f}, "p9717a2", 0 }, + { {-4837.0f, 59.0f, -8746.0f}, {7e-06, 1.0f, -5.9e-05}, {-0.121728f, 5.9e-05, 0.992564f}, "p9717a2", 0 }, + { {-5284.0f, 48.0f, -6578.0f}, {0.003729f, 0.999947f, -0.009625f}, {-0.350596f, -0.007706f, -0.936495f}, "p9865a2", 0 }, + { {-5337.0f, 48.0f, -6609.0f}, {0.009442f, 0.999947f, -0.004169f}, {0.414293f, -0.007706f, -0.910111f}, "p9865a2", 0 }, + { {-3094.0f, 77.0f, -3801.0f}, {0.003729f, 0.999947f, -0.009625f}, {-0.350596f, -0.007706f, -0.936495f}, "p9421a2", 0 }, + { {-3014.0f, 34.0f, -3695.0f}, {0.003729f, 0.999947f, -0.009625f}, {-0.350596f, -0.007706f, -0.936495f}, "p9421a2", 0 }, + { {3722.0f, 84.0f, -7044.0f}, {0.0f, 1.0f, -2.8e-05}, {-0.003552f, 2.8e-05, 0.999994f}, "p9275a1", 0 }, + { {3730.0f, 84.0f, -6972.0f}, {-1.4e-05, 1.0f, -2.5e-05}, {0.49692f, 2.8e-05, 0.867796f}, "p10220a", 0 }, + { {3737.0f, 84.0f, -7006.0f}, {2.8e-05, 1.0f, 0.0f}, {-0.999994f, 2.8e-05, -0.003552f}, "p10220a", 0 }, + { {3639.0f, 84.0f, -6811.0f}, {1.4e-05, 1.0f, 2.5e-05}, {-0.49692f, 2.8e-05, -0.867796f}, "p10220a", 0 }, + { {3739.0f, 84.0f, -7034.0f}, {-2.8e-05, 1.0f, 0.0f}, {0.999994f, 2.8e-05, 0.003552f}, "p10220a", 0 }, + { {3598.0f, 84.0f, -6820.0f}, {-2.8e-05, 1.0f, 0.0f}, {0.999994f, 2.8e-05, 0.003552f}, "p10220a", 0 }, + { {3560.0f, 84.0f, -6809.0f}, {-2e-05, 1.0f, 2e-05}, {0.709614f, 2.8e-05, -0.70459f}, "p10220a", 0 }, + { {3669.0f, 84.0f, -6979.0f}, {-1.2e-05, 1.0f, 7e-06}, {0.867354f, 1.4e-05, -0.497691f}, "p9275a1", 0 }, + { {3732.0f, 84.0f, -6971.0f}, {2.8e-05, 1.0f, 0.0f}, {-0.999999f, 2.8e-05, -0.001138f}, "p10220a", 0 }, + { {3730.0f, 84.0f, -6969.0f}, {-7e-06, 1.0f, 2.7e-05}, {0.256493f, 2.8e-05, -0.966546f}, "p10220a", 0 }, + { {3709.0f, 84.0f, -6816.0f}, {0.0f, 1.0f, 1.4e-05}, {0.002664f, 1.4e-05, -0.999996f}, "p10220a", 0 }, + { {3574.0f, 84.0f, -6875.0f}, {0.0f, 1.0f, 1.4e-05}, {0.002664f, 1.4e-05, -0.999996f}, "p9275a2", 0 }, + { {4475.0f, 84.0f, -6762.0f}, {2.4e-05, 1.0f, 1.5e-05}, {-0.844175f, 2.8e-05, -0.536068f}, "p10215a", 0 }, + { {4423.0f, 84.0f, -6754.0f}, {0.0f, 1.0f, 2.8e-05}, {0.005328f, 2.8e-05, -0.999986f}, "p10215a", 0 }, + { {4442.0f, 84.0f, -6808.0f}, {-1.6e-05, 1.0f, 2.4e-05}, {0.552065f, 2.8e-05, -0.833801f}, "p10215a", 0 }, + { {2431.0f, 31.0f, -8558.0f}, {0.0f, 1.0f, 0.0f}, {0.373959f, 0.0f, 0.927445f}, "p10139a", 0 }, + { {2313.0f, 84.0f, -8353.0f}, {-2e-05, 1.0f, 2e-05}, {0.709386f, 2.8e-05, -0.704821f}, "p6695a", 0 }, + { {2300.0f, 84.0f, -8390.0f}, {-2.8e-05, 1.0f, 0.0f}, {0.999994f, 2.8e-05, 0.003552f}, "p6695a", 0 }, + { {2381.0f, 84.0f, -8419.0f}, {1.2e-05, 1.0f, -7e-06}, {-0.867354f, 1.4e-05, 0.497691f}, "p6695a", 0 }, + { {2307.0f, 84.0f, -8427.0f}, {7e-06, 1.0f, -2.7e-05}, {-0.256493f, 2.8e-05, 0.966546f}, "p6695a", 0 }, + { {-4837.0f, 128.0f, -11570.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2019a", 0 }, + { {3100.0f, 152.0f, -2475.0f}, {-2.8e-05, 1.0f, -3e-06}, {0.991916f, 2.8e-05, 0.126896f}, "p912c2", 0 }, + { {3102.0f, 152.0f, -2382.0f}, {0.0f, 1.0f, 2.8e-05}, {0.005067f, 2.8e-05, -0.999987f}, "p12754a1", 0 }, + { {-9103.0f, 184.0f, -7821.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1963a", 0 }, + { {-8954.0f, 116.0f, -6366.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1952a", 0 }, + { {-8476.0f, 63.0f, -5432.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1946a", 0 }, + { {-6996.0f, 249.0f, -4332.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1483a", 0 }, + { {-6284.0f, 120.0f, -4663.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1490a", 0 }, + { {-5546.0f, 300.0f, -4603.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1497a", 0 }, + { {-5199.0f, 184.0f, -4882.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1502a", 0 }, + { {-4487.0f, 169.0f, -4313.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1516a", 0 }, + { {-3998.0f, 74.0f, -3379.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1558a", 0 }, + { {-3666.0f, 74.0f, -2975.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1596a", 0 }, + { {-3067.0f, 105.0f, -2829.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1599a", 0 }, + { {-2201.0f, 299.0f, -2677.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1664a", 0 }, + { {-1248.0f, 285.0f, -1998.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p956a", 0 }, + { {-953.0f, 353.0f, -934.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1076a", 0 }, + { {-1544.0f, 244.0f, 817.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1071a", 0 }, + { {-1000.0f, 132.0f, 2131.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1067a", 0 }, + { {219.0f, 142.0f, 2330.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1069a", 0 }, + { {1055.0f, 233.0f, 1429.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1079a", 0 }, + { {-6202.0f, 184.0f, -8783.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1311a", 0 }, + { {-4510.0f, 101.0f, -9062.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12397a", 0 }, + { {-3225.0f, 184.0f, -9493.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1364a", 0 }, + { {-2076.0f, 184.0f, -9493.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1443a", 0 }, + { {-1153.0f, 166.0f, -8216.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1463a", 0 }, + { {314.0f, 85.0f, -7884.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2533a", 0 }, + { {1752.0f, 78.0f, -8593.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2117a", 0 }, + { {2135.0f, 86.0f, -9188.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2111a", 0 }, + { {2897.0f, 78.0f, -9267.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2106a", 0 }, + { {3485.0f, 165.0f, -8789.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p8866a", 0 }, + { {3620.0f, 165.0f, -8415.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p8862a", 0 }, + { {-7791.0f, 93.0f, -10743.0f}, {0.0f, 1.0f, 0.0f}, {0.940973f, 0.0f, 0.338482f}, "p1989a", 0 }, + { {-7518.0f, 112.0f, -11327.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1994a", 0 }, + { {-6731.0f, 112.0f, -11507.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2009a", 0 }, + { {-5255.0f, 112.0f, -11494.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2017a", 0 }, + { {-7896.0f, 112.0f, -8238.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1982a", 0 }, + { {-7843.0f, 112.0f, -7944.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1981a", 0 }, + { {-7684.0f, 112.0f, -7546.0f}, {0.0f, 1.0f, 0.0f}, {0.139173f, 0.0f, 0.990268f}, "p1979a", 0 }, + { {-7183.0f, 112.0f, -7168.0f}, {0.0f, 1.0f, 0.0f}, {0.752313f, 0.0f, 0.658806f}, "p1977a", 0 }, + { {-8547.0f, 158.0f, -8769.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p10185a", 0 }, + { {-8535.0f, 271.0f, -8825.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p12379a2", 0 }, + { {-8523.0f, 271.0f, -8861.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p12379a2", 0 }, + { {-7337.0f, 158.0f, -9091.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10190a", 0 }, + { {-7313.0f, 271.0f, -9143.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12707a2", 0 }, + { {-7294.0f, 271.0f, -9175.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12707a1", 0 }, + { {-8626.0f, 271.0f, -8799.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p1800a", 0 }, + { {-8586.0f, 271.0f, -8975.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p1804a", 0 }, + { {-8398.0f, 271.0f, -8915.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p1806a", 0 }, + { {-8444.0f, 271.0f, -8771.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p1805a", 0 }, + { {-7398.0f, 271.0f, -9141.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1789a", 0 }, + { {-7313.0f, 271.0f, -9310.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1792a", 0 }, + { {-7156.0f, 271.0f, -9211.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12377a", 0 }, + { {-7235.0f, 271.0f, -9089.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12378a", 0 }, + { {-6648.0f, 37.0f, -7108.0f}, {0.0f, 1.0f, 0.0f}, {0.935776f, 0.0f, 0.352594f}, "p1976a", 0 }, + { {-6162.0f, 101.0f, -7348.0f}, {0.0f, 1.0f, 0.0f}, {0.986703f, 0.0f, -0.162533f}, "p1757a", 0 }, + { {-5722.0f, 101.0f, -7568.0f}, {0.0f, 1.0f, 0.0f}, {0.988636f, 0.0f, 0.15033f}, "p1755a", 0 }, + { {-5237.0f, 37.0f, -7540.0f}, {0.0f, 1.0f, 0.0f}, {0.647507f, 0.0f, 0.762059f}, "p1763a", 0 }, + { {-5133.0f, 37.0f, -7251.0f}, {0.0f, 1.0f, 0.0f}, {-0.749723f, 0.0f, 0.661751f}, "p4444a1", 0 }, + { {-5248.0f, 37.0f, -7035.0f}, {0.0f, 1.0f, 0.0f}, {-0.081f, 0.0f, 0.996714f}, "p4444a2", 0 }, + { {-5012.0f, 37.0f, -7777.0f}, {0.0f, 1.0f, 0.0f}, {0.749733f, 0.0f, -0.66174f}, "p1771a", 0 }, + { {-4956.0f, 37.0f, -8517.0f}, {0.0f, 1.0f, 0.0f}, {0.749733f, 0.0f, -0.66174f}, "p4407a", 0 }, + { {-4925.0f, 37.0f, -7450.0f}, {0.0f, 1.0f, 0.0f}, {0.940973f, 0.0f, 0.338482f}, "p1762a", 0 }, + { {-4396.0f, 93.0f, -7436.0f}, {0.0f, 1.0f, 0.0f}, {0.940973f, 0.0f, 0.338482f}, "p1756a", 0 }, + { {-4956.0f, 47.0f, -8575.0f}, {0.0f, 1.0f, 0.0f}, {0.749733f, 0.0f, -0.66174f}, "p9717a1", 0 }, + { {-5234.0f, 37.0f, -6827.0f}, {0.0f, 1.0f, 0.0f}, {-0.081f, 0.0f, 0.996714f}, "p4412a", 0 }, + { {-5257.0f, 37.0f, -6765.0f}, {0.0f, 1.0f, 0.0f}, {-0.081f, 0.0f, 0.996714f}, "p9865a1", 0 }, + { {-5239.0f, 82.0f, -8468.0f}, {0.0f, 1.0f, 0.0f}, {0.749733f, 0.0f, -0.66174f}, "p1317a", 0 }, + { {-5154.0f, 82.0f, -8902.0f}, {0.0f, 1.0f, 0.0f}, {0.07158f, 0.0f, -0.997435f}, "p1312a", 0 }, + { {-4471.0f, 117.0f, -8463.0f}, {0.0f, 1.0f, 0.0f}, {0.749733f, 0.0f, -0.66174f}, "p1308a", 0 }, + { {-4460.0f, 82.0f, -8913.0f}, {0.0f, 1.0f, 0.0f}, {0.07158f, 0.0f, -0.997435f}, "p12397a", 0 }, + { {-4826.0f, 168.0f, -6795.0f}, {0.0f, 1.0f, 0.0f}, {-0.081f, 0.0f, 0.996714f}, "p12400a", 0 }, + { {-5043.0f, 97.0f, -6292.0f}, {0.0f, 1.0f, 0.0f}, {-0.081f, 0.0f, 0.996714f}, "p4429a", 0 }, + { {-5758.0f, 97.0f, -6643.0f}, {0.0f, 1.0f, 0.0f}, {-0.081f, 0.0f, 0.996714f}, "p4424a", 0 }, + { {-5670.0f, 89.0f, -7109.0f}, {0.0f, 1.0f, 0.0f}, {-0.081f, 0.0f, 0.996714f}, "p4440a", 0 }, + { {-3987.0f, 73.0f, -7529.0f}, {0.0f, 1.0f, 0.0f}, {0.940973f, 0.0f, 0.338482f}, "p1752a", 0 }, + { {-3622.0f, 51.0f, -7544.0f}, {0.0f, 1.0f, 0.0f}, {0.940973f, 0.0f, 0.338482f}, "p1750a", 0 }, + { {-3219.0f, 23.0f, -7465.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1748a", 0 }, + { {-2874.0f, 73.0f, -7263.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1743a", 0 }, + { {-2846.0f, 73.0f, -7388.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1692a", 0 }, + { {-2871.0f, 73.0f, -7703.0f}, {0.0f, 1.0f, 0.0f}, {0.994108f, 0.0f, 0.108398f}, "p1690a", 0 }, + { {-2837.0f, 73.0f, -8196.0f}, {0.0f, 1.0f, 0.0f}, {0.994108f, 0.0f, 0.108398f}, "p1688a", 0 }, + { {-2754.0f, 73.0f, -8656.0f}, {0.0f, 1.0f, 0.0f}, {0.994108f, 0.0f, 0.108398f}, "p1678a", 0 }, + { {-2547.0f, 73.0f, -7067.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1746a", 0 }, + { {-2057.0f, 73.0f, -6730.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1742a", 0 }, + { {-2613.0f, 21.0f, -8956.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1682a", 0 }, + { {-2804.0f, 154.0f, -9214.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12506a2", 0 }, + { {-2656.0f, 267.0f, -9324.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12537a", 0 }, + { {-2762.0f, 229.0f, -9176.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12541a", 0 }, + { {-2609.0f, 229.0f, -8976.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12544a", 0 }, + { {-2372.0f, 229.0f, -9147.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12546a", 0 }, + { {-2549.0f, 229.0f, -9392.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12549a", 0 }, + { {-2489.0f, 21.0f, -8998.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1683a", 0 }, + { {-2593.0f, 21.0f, -9088.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12421a2", 0 }, + { {-2944.0f, 229.0f, -9178.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1377a", 0 }, + { {-2763.0f, 229.0f, -8934.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12658a1", 0 }, + { {-2260.0f, 229.0f, -9159.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1387a", 0 }, + { {-2579.0f, 229.0f, -9479.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1370a", 0 }, + { {-1590.0f, 73.0f, -6383.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1740a", 0 }, + { {-1215.0f, 74.0f, -6295.0f}, {0.0f, 1.0f, 0.0f}, {0.609525f, 0.0f, -0.792767f}, "p1714a", 0 }, + { {-1827.0f, 73.0f, -6221.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1716a", 0 }, + { {-2363.0f, 73.0f, -6038.0f}, {0.0f, 1.0f, 0.0f}, {0.373226f, 0.0f, -0.92774f}, "p1719a", 0 }, + { {-2842.0f, 73.0f, -5462.0f}, {0.0f, 1.0f, 0.0f}, {0.373226f, 0.0f, -0.92774f}, "p1724a", 0 }, + { {-4244.0f, 271.0f, -5007.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p10381a2", 0 }, + { {-4255.0f, 271.0f, -4971.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p10381a2", 0 }, + { {-4267.0f, 158.0f, -4915.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p10200a", 0 }, + { {-2112.0f, 271.0f, -4296.0f}, {3e-06, 1.0f, 0.0f}, {-0.882955f, 3e-06, 0.469458f}, "p8962a2", 0 }, + { {-2150.0f, 271.0f, -4298.0f}, {3e-06, 1.0f, 0.0f}, {-0.882955f, 3e-06, 0.469458f}, "p8962a2", 0 }, + { {-2207.0f, 158.0f, -4295.0f}, {3e-06, 1.0f, 0.0f}, {-0.882955f, 3e-06, 0.469458f}, "p10197a", 0 }, + { {-3094.0f, 73.0f, -5415.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p1737a", 0 }, + { {-3227.0f, 51.0f, -5835.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p1735a", 0 }, + { {-3489.0f, 51.0f, -6157.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p4396a", 0 }, + { {-2923.0f, 73.0f, -4746.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p1727a", 0 }, + { {-3163.0f, 73.0f, -4612.0f}, {0.0f, 1.0f, 0.0f}, {-0.916895f, 0.0f, -0.399128f}, "p1729a", 0 }, + { {-3615.0f, 73.0f, -3899.0f}, {0.0f, 1.0f, 0.0f}, {-0.696627f, 0.0f, -0.717434f}, "p1700a", 0 }, + { {-3375.0f, 73.0f, -3625.0f}, {0.0f, 1.0f, 0.0f}, {-0.999103f, 0.0f, -0.042334f}, "p1704a", 0 }, + { {-3223.0f, 73.0f, -3605.0f}, {0.0f, 1.0f, 0.0f}, {-0.897518f, 0.0f, 0.440979f}, "p1702a", 0 }, + { {-3532.0f, 51.0f, -6203.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p9569a2", 0 }, + { {-3157.0f, 73.0f, -3621.0f}, {0.0f, 1.0f, 0.0f}, {-0.897518f, 0.0f, 0.440979f}, "p9421a2", 0 }, + { {-4351.0f, 271.0f, -4939.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p4163a", 0 }, + { {-4317.0f, 271.0f, -5154.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p4167a", 0 }, + { {-4089.0f, 271.0f, -5092.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p4169a", 0 }, + { {-4167.0f, 271.0f, -4895.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p4168a", 0 }, + { {-1965.0f, 271.0f, -4379.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p10399a1", 0 }, + { {-2192.0f, 271.0f, -4441.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p10400a", 0 }, + { {-2226.0f, 271.0f, -4226.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p4146a", 0 }, + { {-2043.0f, 271.0f, -4182.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p4147a", 0 }, + { {-3325.0f, 130.0f, -3969.0f}, {0.0f, 1.0f, 0.0f}, {-0.897518f, 0.0f, 0.440979f}, "p1605a", 0 }, + { {-2978.0f, 277.0f, -4199.0f}, {0.0f, 1.0f, 0.0f}, {-0.897518f, 0.0f, 0.440979f}, "p1640a", 0 }, + { {-3125.0f, 168.0f, -3344.0f}, {0.0f, 1.0f, 0.0f}, {-0.897518f, 0.0f, 0.440979f}, "p1658a", 0 }, + { {-2730.0f, 156.0f, -3512.0f}, {0.0f, 1.0f, 0.0f}, {-0.954924f, 0.0f, -0.29685f}, "p1657a", 0 }, + { {-3358.0f, 90.0f, -6287.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p4395a", 0 }, + { {-3617.0f, 109.0f, -6628.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p4389a", 0 }, + { {-4064.0f, 105.0f, -6121.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p4387a", 0 }, + { {-3756.0f, 105.0f, -5904.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p4391a", 0 }, + { {-746.0f, 66.0f, -6394.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1712a", 0 }, + { {-380.0f, 36.0f, -6541.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1710a", 0 }, + { {-206.0f, 81.0f, -6329.0f}, {0.0f, 1.0f, 0.0f}, {0.957984f, 0.0f, 0.286823f}, "p1269a", 0 }, + { {-200.0f, 81.0f, -5766.0f}, {0.0f, 1.0f, 0.0f}, {0.378298f, 0.0f, -0.925684f}, "p1272a", 0 }, + { {-262.0f, 81.0f, -5087.0f}, {0.0f, 1.0f, 0.0f}, {0.378298f, 0.0f, -0.925684f}, "p1241a", 0 }, + { {-387.0f, 81.0f, -4343.0f}, {0.0f, 1.0f, 0.0f}, {0.378298f, 0.0f, -0.925684f}, "p1235a", 0 }, + { {-244.0f, 81.0f, -3981.0f}, {0.0f, 1.0f, 0.0f}, {0.378298f, 0.0f, -0.925684f}, "p1236a", 0 }, + { {521.0f, 81.0f, -4068.0f}, {0.0f, 1.0f, 0.0f}, {-0.143858f, 0.0f, -0.989598f}, "p1242a", 0 }, + { {914.0f, 81.0f, -4534.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p1287a", 0 }, + { {1160.0f, 36.0f, -7369.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p2152a", 0 }, + { {879.0f, 36.0f, -7374.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p2154a", 0 }, + { {615.0f, 36.0f, -7319.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p2156a", 0 }, + { {411.0f, 81.0f, -7202.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p2157a", 0 }, + { {84.0f, 81.0f, -7013.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p1266a", 0 }, + { {-143.0f, 81.0f, -6750.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p1267a", 0 }, + { {1317.0f, 81.0f, -4895.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p1180a", 0 }, + { {1343.0f, 132.0f, -5689.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p1167a", 0 }, + { {596.0f, 244.0f, -5580.0f}, {0.0f, 1.0f, 0.0f}, {0.506137f, 0.0f, 0.862453f}, "p1158a", 0 }, + { {337.0f, 254.0f, -4902.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p1184a", 0 }, + { {1082.0f, 81.0f, -4151.0f}, {0.0f, 1.0f, 0.0f}, {-0.143858f, 0.0f, -0.989598f}, "p1288a", 0 }, + { {1670.0f, 81.0f, -4196.0f}, {0.0f, 1.0f, 0.0f}, {-0.143858f, 0.0f, -0.989598f}, "p1282a", 0 }, + { {1897.0f, 81.0f, -4481.0f}, {0.0f, 1.0f, 0.0f}, {-0.143858f, 0.0f, -0.989598f}, "p1280a", 0 }, + { {1859.0f, 81.0f, -4971.0f}, {0.0f, 1.0f, 0.0f}, {-0.143858f, 0.0f, -0.989598f}, "p1277a", 0 }, + { {1720.0f, 81.0f, -5310.0f}, {0.0f, 1.0f, 0.0f}, {-0.143858f, 0.0f, -0.989598f}, "p1275a", 0 }, + { {1727.0f, 81.0f, -5607.0f}, {0.0f, 1.0f, 0.0f}, {-0.143858f, 0.0f, -0.989598f}, "p1274a", 0 }, + { {1600.0f, 81.0f, -5859.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p1301a", 0 }, + { {1317.0f, 81.0f, -5987.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p1299a", 0 }, + { {1205.0f, 81.0f, -6310.0f}, {0.0f, 1.0f, 0.0f}, {0.089211f, 0.0f, -0.996013f}, "p1297a", 0 }, + { {1250.0f, 81.0f, -6615.0f}, {0.0f, 1.0f, 0.0f}, {0.089211f, 0.0f, -0.996013f}, "p1295a", 0 }, + { {1482.0f, 36.0f, -7149.0f}, {0.0f, 1.0f, 0.0f}, {0.338052f, 0.0f, -0.941128f}, "p2147a", 0 }, + { {1572.0f, 36.0f, -7369.0f}, {0.0f, 1.0f, 0.0f}, {0.338052f, 0.0f, -0.941128f}, "p2143a", 0 }, + { {2277.0f, 36.0f, -7716.0f}, {0.0f, 1.0f, 0.0f}, {0.338052f, 0.0f, -0.941128f}, "p2139a", 0 }, + { {2642.0f, 36.0f, -7889.0f}, {0.0f, 1.0f, 0.0f}, {0.717228f, 0.0f, -0.696839f}, "p2137a", 0 }, + { {2903.0f, 36.0f, -7939.0f}, {0.0f, 1.0f, 0.0f}, {0.546798f, 0.0f, -0.837265f}, "p2135a", 0 }, + { {3456.0f, 36.0f, -7974.0f}, {0.0f, 1.0f, 0.0f}, {0.756397f, 0.0f, -0.654112f}, "p2131a", 0 }, + { {3705.0f, 36.0f, -7925.0f}, {0.0f, 1.0f, 0.0f}, {0.756397f, 0.0f, -0.654112f}, "p2127a", 0 }, + { {3875.0f, 36.0f, -7784.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2124a", 0 }, + { {3971.0f, 36.0f, -7426.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2121a", 0 }, + { {3963.0f, 36.0f, -7245.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2158a", 0 }, + { {3991.0f, 36.0f, -7110.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2160a", 0 }, + { {4220.0f, 36.0f, -7063.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2369a", 0 }, + { {3933.0f, 36.0f, -7113.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2161a", 0 }, + { {3815.0f, 36.0f, -7112.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2310a", 0 }, + { {3732.0f, 36.0f, -7112.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p9275a2", 0 }, + { {4289.0f, 36.0f, -7063.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p9129a1", 0 }, + { {3807.0f, 104.0f, -7256.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2341a", 0 }, + { {3487.0f, 104.0f, -7316.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2379a", 0 }, + { {3514.0f, 104.0f, -6743.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2323a", 0 }, + { {3850.0f, 104.0f, -6747.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2363a", 0 }, + { {4221.0f, 36.0f, -7199.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2414a", 0 }, + { {4535.0f, 55.0f, -7201.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2410a", 0 }, + { {4527.0f, 89.0f, -6703.0f}, {0.0f, 1.0f, 0.0f}, {0.206303f, 0.0f, 0.978488f}, "p2390a", 0 }, + { {4235.0f, 82.0f, -6711.0f}, {0.0f, 1.0f, 0.0f}, {-0.979258f, 0.0f, 0.202618f}, "p2395a", 0 }, + { {-157.0f, 81.0f, -3428.0f}, {0.0f, 1.0f, 0.0f}, {0.378298f, 0.0f, -0.925684f}, "p1243a", 0 }, + { {442.0f, 145.0f, -2380.0f}, {0.0f, 1.0f, 0.0f}, {0.378298f, 0.0f, -0.925684f}, "p1228a", 0 }, + { {591.0f, 145.0f, -1929.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p1229a", 0 }, + { {715.0f, 164.0f, -1477.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p1231a", 0 }, + { {772.0f, 186.0f, -1032.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p1233a", 0 }, + { {815.0f, 145.0f, -614.0f}, {0.0f, 1.0f, 0.0f}, {0.992823f, 0.0f, 0.119591f}, "p1213a", 0 }, + { {743.0f, 96.0f, -211.0f}, {0.0f, 1.0f, 0.0f}, {0.992823f, 0.0f, 0.119591f}, "p1215a", 0 }, + { {547.0f, 73.0f, 151.0f}, {0.0f, 1.0f, 0.0f}, {0.992823f, 0.0f, 0.119591f}, "p1211a", 0 }, + { {318.0f, 36.0f, 400.0f}, {0.0f, 1.0f, 0.0f}, {0.980727f, 0.0f, -0.195385f}, "p1254a1", 0 }, + { {-988.0f, 218.0f, -3458.0f}, {-3e-06, 1.0f, 0.0f}, {0.882955f, 3e-06, -0.469458f}, "p10205a", 0 }, + { {-1045.0f, 331.0f, -3455.0f}, {-3e-06, 1.0f, 0.0f}, {0.882955f, 3e-06, -0.469458f}, "p12344a2", 0 }, + { {-1083.0f, 331.0f, -3457.0f}, {-3e-06, 1.0f, 0.0f}, {0.882955f, 3e-06, -0.469458f}, "p12344a2", 0 }, + { {-416.0f, 120.0f, -3539.0f}, {-3e-06, 1.0f, 1e-06}, {0.735635f, 3e-06, -0.677378f}, "p1247a", 0 }, + { {778.0f, 126.0f, -2138.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p1224a", 0 }, + { {1600.0f, 135.0f, -2039.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p1220a", 0 }, + { {2485.0f, 47.0f, -2099.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2430a", 0 }, + { {2896.0f, -19.0f, -2231.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2434a", 0 }, + { {3095.0f, -19.0f, -2200.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p10125a", 0 }, + { {3309.0f, -19.0f, -2262.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2450a", 0 }, + { {3394.0f, -19.0f, -2502.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2488a", 0 }, + { {3244.0f, -19.0f, -2714.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2438a", 0 }, + { {3012.0f, -19.0f, -2740.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2452a", 0 }, + { {3012.0f, -19.0f, -2740.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2452a", 0 }, + { {2865.0f, -19.0f, -2639.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2443a", 0 }, + { {2806.0f, 7.0f, -2463.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2454a", 0 }, + { {3095.0f, 283.0f, -2349.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p12754a2", 0 }, + { {2548.0f, 37.0f, -8253.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10212a", 0 }, + { {2536.0f, 37.0f, -8618.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p6779a", 0 }, + { {2307.0f, 37.0f, -8629.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10004a", 0 }, + { {2292.0f, 37.0f, -8950.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p9999a", 0 }, + { {2634.0f, 37.0f, -8941.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10017a", 0 }, + { {2651.0f, 37.0f, -8717.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p6778a", 0 }, + { {2890.0f, 37.0f, -8698.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p6798a", 0 }, + { {3075.0f, 37.0f, -8616.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10058a", 0 }, + { {3088.0f, 37.0f, -8182.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10052a", 0 }, + { {2769.0f, 37.0f, -8177.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p6805a", 0 }, + { {2888.0f, 37.0f, -8773.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10135a", 0 }, + { {2471.0f, 37.0f, -8253.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10138a", 0 }, + { {1134.0f, 81.0f, -4868.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p1198a", 0 }, + { {1131.0f, 81.0f, -4961.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p66b", 0 }, + { {902.0f, 81.0f, -5107.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p85b", 0 }, + { {1052.0f, 81.0f, -5227.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p39b", 0 }, + { {915.0f, 81.0f, -5358.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p58b", 0 }, + { {1048.0f, 81.0f, -5474.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p53b1", 0 }, + { {857.0f, 174.0f, -5474.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p185b2", 0 }, + { {622.0f, 240.0f, -5474.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p190b2", 0 }, + { {622.0f, 240.0f, -5334.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p190b2", 0 }, + { {622.0f, 240.0f, -5080.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p193b2", 0 }, + { {778.0f, 307.0f, -5080.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p203b2", 0 }, + { {959.0f, 307.0f, -5082.0f}, {0.0f, 1.0f, 0.0f}, {-0.999975f, 0.0f, 0.0071f}, "p203b1", 0 }, + { {1015.0f, 307.0f, -5080.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p392b", 0 }, + { {1105.0f, 307.0f, -4955.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p394b", 0 }, + { {1112.0f, 307.0f, -4879.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7320a2", 0 }, + { {788.0f, 307.0f, -4885.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7320a1", 0 }, + { {785.0f, 307.0f, -4928.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7319a2", 0 }, + { {782.0f, 307.0f, -5001.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p1190a", 0 }, + { {588.0f, 461.0f, -4930.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7274a2", 0 }, + { {591.0f, 461.0f, -4998.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7274a1", 0 }, + { {836.0f, 543.0f, -4995.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7342a2", 0 }, + { {834.0f, 543.0f, -5064.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7341a1", 0 }, + { {676.0f, 543.0f, -5105.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7340a1", 0 }, + { {679.0f, 543.0f, -5388.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7340a2", 0 }, + { {1131.0f, 543.0f, -5387.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7339a1", 0 }, + { {1127.0f, 543.0f, -5059.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7342a1", 0 }, + { {-2.0f, -157.0f, -964.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p1d1", 0 }, + { {0.0f, 50.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, -1.0f}, "p419d1", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-63.0f, -164.0f, -1002.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334d2", 0, {-4.000002f, 4.0f, -2.0f, 22.0f, -27.999998f, 91.99999f} }, + { {-43.0f, -164.0f, -1010.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334d1", 0, {-3.000002f, 4.0f, -2.0f, 23.0f, -27.999998f, 91.99999f} }, + { {-23.0f, -164.0f, -1017.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334d1", 0, {-4.000002f, 4.0f, -1.0f, 23.0f, -27.999998f, 91.99999f} }, + { {63.0f, -164.0f, -1002.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335d1", 0, {-4.0f, 4.000002f, -2.0f, 23.0f, -27.999998f, 91.99999f} }, + { {43.0f, -164.0f, -1010.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335d1", 0, {-4.0f, 3.000002f, -1.0f, 23.0f, -27.999998f, 91.99999f} }, + { {22.0f, -164.0f, -1017.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335d1", 0, {-4.0f, 4.000002f, -2.0f, 22.0f, -27.999998f, 91.99999f} }, + { {-17.0f, 28.0f, -4.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p358d2", 0, {-4.000003f, 4.0f, -2.0f, 36.0f, -27.999998f, 74.0f} }, + { {2751.0f, 0.0f, -8419.0f}, {-2.4e-05, 1.0f, -0.000134f}, {5e-05, 1e-06, 1.0f}, "p6794a", 0, {-22.001259f, 23.00207f, -0.003891f, 45.003197f, -20.001108f, 25.001198f} }, + { {2807.0f, 0.0f, -8418.0f}, {-0.00012f, 1.0f, 6.4e-05}, {0.951041f, 1e-06, -0.309065f}, "p6794a", 0, {-22.920368f, 22.327147f, -0.003893f, 45.003227f, -20.091091f, 25.1554f} }, + { {2810.0f, 0.0f, -8480.0f}, {7e-06, 1.0f, 0.000136f}, {0.121819f, 1e-06, -0.992552f}, "p6792a", 0, {-23.126333f, 22.270496f, -0.003938f, 45.003265f, -20.392315f, 25.476934f} }, + { {2754.0f, 0.0f, -8480.0f}, {0.000134f, 1.0f, -2.4e-05}, {-1.0f, 1e-06, 5e-05}, "p6793a", 0, {-23.001259f, 22.00207f, -0.003868f, 45.00322f, -20.001158f, 25.001146f} }, + { {2416.0f, 3.0f, -8794.0f}, {0.000128f, 1.0f, 4.7e-05}, {-0.866051f, 1e-06, -0.499956f}, "p12705a1", 0, {-23.159237f, 22.982845f, -0.003892f, 45.00324f, -20.194988f, 25.08002f} }, + { {2387.0f, 0.0f, -8746.0f}, {5e-06, 1.0f, -0.000136f}, {-0.207862f, 1e-06, 0.978158f}, "p12705a1", 0, {-22.59554f, 22.657753f, -0.003861f, 45.003178f, -20.076788f, 25.17548f} }, + { {2439.0f, 3.0f, -8712.0f}, {-0.000121f, 1.0f, -6.2e-05}, {0.798666f, 1e-06, 0.601775f}, "p6765a", 0, {-22.24346f, 22.857395f, -0.003935f, 45.00314f, -19.65057f, 25.449263f} }, + { {2468.0f, 3.0f, -8761.0f}, {-4.7e-05, 1.0f, 0.000128f}, {0.499956f, 1e-06, -0.866051f}, "p12705a1", 0, {-23.159237f, 22.982845f, -0.003892f, 45.00324f, -20.194988f, 25.525194f} }, + { {2958.0f, 3.0f, -8495.0f}, {-4.7e-05, 1.0f, 0.000128f}, {0.499956f, 1e-06, -0.866051f}, "p6800a", 0, {-23.159237f, 22.56197f, -0.003892f, 45.00324f, -20.11591f, 25.08002f} }, + { {2930.0f, 3.0f, -8446.0f}, {-0.000121f, 1.0f, -6.2e-05}, {0.798666f, 1e-06, 0.601775f}, "p6801a", 0, {-22.845234f, 22.255621f, -0.003814f, 45.00326f, -20.449236f, 24.650597f} }, + { {2877.0f, 3.0f, -8480.0f}, {5e-06, 1.0f, -0.000136f}, {-0.207862f, 1e-06, 0.978158f}, "p6801a", 0, {-22.59554f, 23.293398f, -0.003861f, 45.003178f, -20.28465f, 25.17548f} }, + { {2906.0f, 3.0f, -8528.0f}, {0.000128f, 1.0f, 4.7e-05}, {-0.866051f, 1e-06, -0.499956f}, "p6801a", 0, {-22.714062f, 22.982845f, -0.003892f, 45.003284f, -20.615866f, 25.08002f} }, + { {2507.0f, 5.0f, -8815.0f}, {-3.9e-05, 1.0f, -0.000223f}, {5e-05, 1e-06, 1.0f}, "p12705a2", 0, {-21.001108f, 20.00358f, -0.005698f, 68.004845f, -18.001057f, 22.001104f} }, + { {2516.0f, 3.0f, -8865.0f}, {-3.9e-05, 1.0f, -0.000223f}, {5e-05, 1e-06, 1.0f}, "p10012a", 0, {-20.001158f, 20.003542f, -0.005921f, 67.0048f, -18.001007f, 23.001102f} }, + { {2465.0f, 3.0f, -8865.0f}, {-3.9e-05, 1.0f, -0.000223f}, {5e-05, 1e-06, 1.0f}, "p10012a", 0, {-20.001158f, 21.003542f, -0.005961f, 67.0048f, -18.001007f, 23.001154f} }, + { {2924.0f, 0.0f, -8298.0f}, {-0.000174f, 1.0f, -0.000145f}, {0.645072f, 1e-06, 0.764122f}, "p10041a", 0, {-20.761345f, 20.476097f, -0.005803f, 68.0047f, -18.051008f, 23.04281f} }, + { {2945.0f, 0.0f, -8347.0f}, {8.5e-05, 1.0f, -0.00021f}, {-0.529877f, 1e-06, 0.848075f}, "p6803a", 0, {-20.56139f, 20.251308f, -0.00588f, 68.00478f, -18.54704f, 22.792957f} }, + { {2883.0f, 0.0f, -8340.0f}, {-8.9e-05, 1.0f, -0.000209f}, {0.225f, 1e-06, 0.974359f}, "p6803a", 0, {-20.459608f, 20.542416f, -0.005761f, 68.00484f, -18.066666f, 22.1892f} }, + { {-5304.0f, 10.0f, -6851.0f}, {-0.000174f, 1.0f, -0.000145f}, {0.645072f, 1e-06, 0.764122f}, "", 0, {-20.116274f, 20.476097f, -0.005803f, 68.004845f, -18.181057f, 22.408735f} }, + { {-5283.0f, 10.0f, -6901.0f}, {8.5e-05, 1.0f, -0.00021f}, {-0.529877f, 1e-06, 0.848075f}, "", 0, {-20.56139f, 20.781185f, -0.00588f, 68.00478f, -17.810932f, 22.99919f} }, + { {-5345.0f, 10.0f, -6894.0f}, {-8.9e-05, 1.0f, -0.000209f}, {0.225f, 1e-06, 0.974359f}, "", 0, {-19.716026f, 20.542416f, -0.00597f, 68.004745f, -17.841665f, 23.163557f} }, + { {-2564.0f, 0.0f, -9222.0f}, {-8.9e-05, 1.0f, -0.000209f}, {0.225f, 1e-06, 0.974359f}, "p12429a", 0, {-20.690386f, 20.542416f, -0.00597f, 68.00484f, -18.066666f, 23.163557f} }, + { {-2503.0f, 0.0f, -9229.0f}, {8.5e-05, 1.0f, -0.00021f}, {-0.529877f, 1e-06, 0.848075f}, "p12425a", 0, {-19.82528f, 20.98742f, -0.005795f, 68.00487f, -18.340809f, 22.99919f} }, + { {-2524.0f, 0.0f, -9179.0f}, {-0.000174f, 1.0f, -0.000145f}, {0.645072f, 1e-06, 0.764122f}, "p12426a", 0, {-20.116274f, 20.476097f, -0.005803f, 68.004845f, -18.181057f, 22.408735f} }, + { {-3056.0f, 19.0f, -3910.0f}, {0.0001f, 1.0f, -3.9e-05}, {-0.959477f, 1e-06, 0.281788f}, "p9421a2", 0, {-67.59187f, 68.21651f, -0.004685f, 54.003765f, -29.992964f, 38.514175f} }, + { {-5518.0f, 45.0f, -6787.0f}, {-0.000105f, 1.0f, -2.3e-05}, {0.953016f, 1e-06, 0.30292f}, "p10229a", 0, {-68.21197f, 68.10034f, -0.00474f, 54.003826f, -30.040188f, 38.27019f} }, + { {2903.0f, 43.0f, -8750.0f}, {-0.999998f, 0.0f, -0.001941f}, {0.0f, 1.0f, 0.000144f}, "p10264a2", 0, {-1.073317f, 2.014501f, -2.001937f, 36.003815f, -24.000286f, 74.00015f} }, + { {2499.0f, 43.0f, -8265.0f}, {-0.001941f, 0.0f, 0.999998f}, {0.000144f, 1.0f, 0.0f}, "p10268a2", 0, {-2.061669f, 1.026149f, -8.003867f, 30.001884f, -24.000145f, 74.00029f} }, + { {3765.0f, 43.0f, -7130.0f}, {-0.001941f, 0.0f, 0.999998f}, {0.000144f, 1.0f, 0.0f}, "p10272a2", 0, {-1.073317f, 1.014503f, -2.001937f, 36.001873f, -24.000143f, 74.00015f} }, + { {4267.0f, 43.0f, -7089.0f}, {-0.001941f, 0.0f, 0.999998f}, {0.000144f, 1.0f, 0.0f}, "p10276a1", 0, {-1.075257f, 2.01256f, -1.001939f, 37.003815f, -24.000286f, 74.00015f} }, + { {-3184.0f, 43.0f, -3633.0f}, {0.274684f, 0.0f, 0.961535f}, {0.000276f, 1.0f, -7.9e-05}, "p10257a1", 0, {-1.654992f, 1.805693f, -5.769208f, 31.730362f, -24.000511f, 74.00047f} }, + { {-3522.0f, 62.0f, -6182.0f}, {0.695359f, 0.0f, -0.718662f}, {-0.000206f, 1.0f, -0.0002f}, "p10253a1", 0, {-1.673512f, 1.272146f, -9.921454f, 27.608374f, -24.000359f, 74.00048f} }, + { {-5241.0f, 59.0f, -6779.0f}, {-0.909714f, -0.000604f, -0.415235f}, {0.003612f, 0.99995f, -0.009369f}, "p10249a1", 0, {-0.979347f, 2.237413f, -7.10472f, 31.379032f, -24.014593f, 74.039276f} }, + { {-4971.0f, 62.0f, -8553.0f}, {0.999998f, 0.0f, 0.001941f}, {0.0f, 1.0f, -0.000144f}, "p10329a2", 0, {-2.075252f, 1.012562f, -1.00388f, 37.001873f, -24.000143f, 74.0003f} }, + { {-2727.0f, 122.0f, -9183.0f}, {0.596846f, 0.0f, 0.802355f}, {0.000329f, 1.0f, -0.000245f}, "", 0, {-3.580578f, 4.217786f, -1.58503f, 44.216976f, -20.001732f, 70.00146f} }, + { {1090.0f, 68.0f, -4915.0f}, {0.999999f, 0.0f, 0.001251f}, {0.0f, 1.0f, -0.000261f}, "p497b1", 0, {-2.051029f, 2.026873f, -5.002498f, 36.002476f, -23.000523f, 79.000534f} }, + { {1166.0f, 68.0f, -4915.0f}, {-0.999999f, 0.0f, -0.001251f}, {0.0f, 1.0f, -0.000261f}, "p497b1", 0, {-2.070649f, 2.008503f, -2.0025f, 40.00247f, -23.000534f, 79.00052f} }, + { {1129.0f, 317.0f, -4916.0f}, {-1.0f, 0.0f, -0.000876f}, {0.0f, 1.0f, 0.000373f}, "p491b1", 0, {-3.047099f, 4.030332f, -1.002626f, 44.003487f, -23.001492f, 79.00113f} }, + { {796.0f, 317.0f, -5029.0f}, {-1.0f, 0.0f, -0.000876f}, {0.0f, 1.0f, 0.000373f}, "p486b1", 0, {-3.042721f, 4.034709f, -6.002624f, 39.003487f, -23.001493f, 79.00113f} }, + { {987.0f, 317.0f, -5094.0f}, {0.000101f, 0.0f, 1.0f}, {0.000373f, 1.0f, 0.0f}, "p372b2", 0, {-3.009688f, 4.032892f, -11.000404f, 34.000305f, -23.001492f, 79.001114f} }, + { {5.0f, 27.0f, -3.0f}, {0.999999f, 0.0f, 0.001165f}, {0.0f, 1.0f, -0.000261f}, "p358d1", 0, {-3.028007f, 3.052182f, -28.003473f, 18.00348f, -27.000792f, 75.00079f} }, + { {3122.0f, 136.0f, -2551.0f}, {-1.2e-05, -1.3e-05, 1.0f}, {-1.0f, 0.0f, -1.2e-05}, "p12761a2", 0, {11.998213f, 17.999811f, 15.999837f, 141.00105f, -27.001648f, 69.99981f} }, + { {1193.0f, 294.0f, -5075.0f}, {0.000234f, 1.0f, -4.1e-05}, {-1.0f, 2e-06, 5e-05}, "p391b1", 0, {-18.001007f, 18.003407f, -0.005432f, 63.00449f, -16.000906f, 20.001001f} }, + { {1082.0f, 597.0f, -5099.0f}, {-3e-06, 1.0f, -1.2e-05}, {1.0f, 3e-06, 0.0f}, "p7342a1", 0, {84.99985f, 174.99985f, 13.00134f, 13.00263f, -222.99997f, -132.99997f} }, + { {-4728.0f, 41.0f, -8683.0f}, {-0.000105f, 1.0f, -2.3e-05}, {0.953016f, 1e-06, 0.30292f}, "p10225a", 0, {-54.699593f, 54.107918f, -0.003738f, 43.003036f, -24.543377f, 30.163128f} }, + { {-5293.0f, 64.0f, -6660.0f}, {-9.7e-05, 1.0f, -9.5e-05}, {0.581185f, 1e-06, 0.813772f}, "p9865a2", 0, {-22.6696f, 23.133003f, -0.00387f, 45.003197f, -20.344858f, 25.110952f} }, + { {-5236.0f, 64.0f, -6632.0f}, {6.7e-05, 1.0f, -0.000118f}, {-0.636584f, 1e-06, 0.771207f}, "p10228a", 0, {-22.40154f, 22.500692f, -0.003956f, 45.003094f, -19.868734f, 26.271145f} }, + { {-5398.0f, 64.0f, -6708.0f}, {1e-06, 1.0f, 0.000136f}, {0.165695f, 1e-06, -0.986177f}, "p9865a2", 0, {-22.714039f, 22.990551f, -0.003827f, 45.003284f, -20.52005f, 25.01782f} }, + { {-5402.0f, 109.0f, -6706.0f}, {-0.000131f, 1.0f, 3.6e-05}, {0.995469f, 1e-06, -0.095091f}, "p9865a2", 0, {-22.476824f, 22.997898f, -0.003921f, 45.003227f, -20.200613f, 25.273085f} }, + { {-5336.0f, 109.0f, -6696.0f}, {-3.5e-05, 1.0f, -0.000132f}, {0.082526f, 1e-06, 0.996589f}, "p9865a2", 0, {-22.432665f, 22.935158f, -0.004021f, 45.003197f, -19.919228f, 26.254007f} }, + { {-5336.0f, 64.0f, -6695.0f}, {6.7e-05, 1.0f, -0.000118f}, {-0.636584f, 1e-06, 0.771207f}, "p9865a2", 0, {-22.953562f, 23.187338f, -0.003889f, 45.003212f, -19.953297f, 24.947916f} }, + { {-3779.0f, 38.0f, -6143.0f}, {-0.000105f, 1.0f, -2.3e-05}, {0.953016f, 1e-06, 0.30292f}, "p9569a2", 0, {-68.21197f, 68.10034f, -0.00474f, 54.003826f, -30.040188f, 38.27019f} }, + { {-3093.0f, 19.0f, -3813.0f}, {-9.7e-05, 1.0f, -9.5e-05}, {0.581185f, 1e-06, 0.813772f}, "p9421a2", 0, {-22.434181f, 22.787237f, -0.00387f, 45.003292f, -20.926044f, 24.875534f} }, + { {-3127.0f, 19.0f, -3705.0f}, {6.7e-05, 1.0f, -0.000118f}, {-0.636584f, 1e-06, 0.771207f}, "p9421a2", 0, {-22.316978f, 22.500692f, -0.003956f, 45.003094f, -19.868734f, 25.5845f} }, + { {-2990.0f, 19.0f, -3603.0f}, {1e-06, 1.0f, 0.000136f}, {0.165695f, 1e-06, -0.986177f}, "p9421a2", 0, {-22.548344f, 22.990551f, -0.003963f, 45.003147f, -20.086897f, 25.616669f} }, + { {-2994.0f, 64.0f, -3602.0f}, {-0.000131f, 1.0f, 3.6e-05}, {0.995469f, 1e-06, -0.095091f}, "p9421a2", 0, {-23.270172f, 22.70069f, -0.003921f, 45.00313f, -19.998493f, 25.971344f} }, + { {-3051.0f, 64.0f, -3772.0f}, {-3.5e-05, 1.0f, -0.000132f}, {0.082526f, 1e-06, 0.996589f}, "p9421a2", 0, {-22.432665f, 23.017685f, -0.00389f, 45.003197f, -20.191908f, 25.257418f} }, + { {-3051.0f, 19.0f, -3771.0f}, {6.7e-05, 1.0f, -0.000118f}, {-0.636584f, 1e-06, 0.771207f}, "p9421a2", 0, {-22.266916f, 23.187338f, -0.003889f, 45.00328f, -20.58988f, 24.947916f} }, + { {3725.0f, 22.0f, -7006.0f}, {0.000107f, 1.0f, -1e-05}, {-0.999979f, 1e-06, 0.006404f}, "p10220a", 0, {-54.19743f, 54.807144f, -0.003769f, 43.00301f, -23.65367f, 30.653557f} }, + { {3599.0f, 22.0f, -6813.0f}, {1e-05, 1.0f, 0.000107f}, {-0.006404f, 1e-06, -0.999979f}, "p10220a", 0, {-54.845165f, 54.153004f, -0.003759f, 43.003128f, -24.35175f, 30.653557f} }, + { {3643.0f, 19.0f, -7196.0f}, {-1.9e-05, 1.0f, -0.000536f}, {0.000251f, 3e-06, 1.0f}, "p10219a", 0, {-68.00377f, 68.00504f, -0.009321f, 108.00769f, -12.017101f, 15.017473f} }, + { {3588.0f, 19.0f, -7016.0f}, {-0.000536f, 1.0f, 1.9e-05}, {1.0f, 3e-06, -0.000251f}, "p9275a2", 0, {-68.00377f, 68.00504f, -0.009321f, 108.00769f, -12.017101f, 15.017473f} }, + { {4435.0f, 26.0f, -6993.0f}, {-4.7e-05, 1.0f, 0.000128f}, {0.499956f, 1e-06, -0.866051f}, "p9129a2", 0, {-23.080156f, 22.56197f, -0.003892f, 45.003113f, -19.695032f, 26.02515f} }, + { {4384.0f, 26.0f, -7026.0f}, {0.000128f, 1.0f, 4.7e-05}, {-0.866051f, 1e-06, -0.499956f}, "p9129a2", 0, {-22.659279f, 23.061926f, -0.004019f, 45.003113f, -19.695032f, 25.94607f} }, + { {4355.0f, 24.0f, -6978.0f}, {5e-06, 1.0f, -0.000136f}, {-0.207862f, 1e-06, 0.978158f}, "p9129a2", 0, {-23.231184f, 22.31524f, -0.003866f, 45.00331f, -20.712435f, 25.383343f} }, + { {4407.0f, 26.0f, -6945.0f}, {-0.000121f, 1.0f, -6.2e-05}, {0.798666f, 1e-06, 0.601775f}, "p9129a2", 0, {-23.543997f, 22.757492f, -0.003997f, 45.00326f, -20.349333f, 25.951134f} }, + { {2431.0f, 19.0f, -8563.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p10139a", 0, {-29.000004f, 28.000002f, -1e-06, 57.000004f, -27.000002f, 26.000002f} }, + { {2454.0f, 47.0f, -8542.0f}, {-1.0f, 0.0f, 1.4e-05}, {0.0f, 1.0f, 0.0f}, "p10139a", 0, {-5.0f, 5.000644f, -6.8e-05, 47.00007f, -23.0f, 24.0f} }, + { {2312.0f, 22.0f, -8390.0f}, {-0.000107f, 1.0f, 1e-05}, {0.999979f, 1e-06, -0.006404f}, "p6695a", 0, {-54.845165f, 54.153004f, -0.003759f, 43.003128f, -24.35175f, 30.653557f} }, + { {2320.0f, 27.0f, -8202.0f}, {-0.000121f, 1.0f, -6.2e-05}, {0.798666f, 1e-06, 0.601775f}, "p6695a", 0, {-23.543997f, 22.155718f, -0.003875f, 45.00326f, -20.449236f, 25.25237f} }, + { {2996.0f, 22.0f, -8863.0f}, {-9e-06, 1.0f, -0.000107f}, {0.000101f, 1e-06, 1.0f}, "p10129a", 0, {-55.00302f, 54.002823f, -0.003724f, 43.00309f, -24.00554f, 30.005468f} }, + { {2832.0f, 19.0f, -8895.0f}, {0.000536f, 1.0f, -1.9e-05}, {-1.0f, 3e-06, 0.000251f}, "p10128a", 0, {-67.00377f, 68.00504f, -0.009321f, 108.007675f, -12.01685f, 15.017473f} }, + { {2691.0f, 19.0f, -8823.0f}, {-0.000536f, 1.0f, 1.9e-05}, {1.0f, 3e-06, -0.000251f}, "p6530a", 0, {-68.00377f, 68.00504f, -0.009321f, 108.00769f, -12.017101f, 15.017473f} }, + { {2734.0f, 64.0f, -8913.0f}, {6.7e-05, 1.0f, -0.000118f}, {-0.636584f, 1e-06, 0.771207f}, "p6530a", 0, {-22.266916f, 23.187338f, -0.003889f, 45.00328f, -20.58988f, 24.947916f} }, + { {2736.0f, 19.0f, -8909.0f}, {-4.7e-05, 1.0f, 0.000128f}, {0.499956f, 1e-06, -0.866051f}, "p6530a", 0, {-23.080156f, 22.61675f, -0.004066f, 45.003113f, -19.249859f, 26.446028f} }, + { {4262.0f, 86.0f, -7107.0f}, {-1.0f, -3e-06, -1.2e-05}, {-3e-06, 1.0f, 0.0f}, "p2425a", 0, {-6.999965f, 7.000036f, -3.0001f, -2.9999f, -7.000008f, 6.999992f} }, + { {3770.0f, 86.0f, -6881.0f}, {1.0f, -3e-06, 1.2e-05}, {3e-06, 1.0f, 0.0f}, "p2317a", 0, {-6.999965f, 7.000036f, -3.0001f, -2.9999f, -7.000008f, 6.999992f} }, + { {-4787.0f, 112.0f, -8545.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p10328a", 0, {-11.000005f, 11.999995f, -10.000006f, -9.999995f, -10.0f, 12.0f} }, + { {-4689.0f, 112.0f, -8545.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4405a", 0, {-11.000005f, 11.999995f, -10.000006f, -9.999995f, -10.0f, 12.0f} }, + { {-5021.0f, 112.0f, -8545.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4408a", 0, {-11.000005f, 10.999995f, -10.000006f, -9.999995f, -10.0f, 12.0f} }, + { {-4954.0f, 112.0f, -8798.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p12396a", 0, {-11.000005f, 11.999995f, -10.000006f, -9.999995f, -10.0f, 12.0f} }, + { {-4750.0f, 112.0f, -8798.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p12396a", 0, {-11.000005f, 10.999995f, -10.000006f, -9.999995f, -10.0f, 12.0f} }, + { {-5399.0f, 109.0f, -6861.0f}, {0.414319f, -0.01033f, -0.910073f}, {0.003739f, 0.999946f, -0.009648f}, "p4414a", 0, {-11.090333f, 11.255503f, -10.151803f, -9.33746f, -10.112099f, 11.908413f} }, + { {-5489.0f, 109.0f, -6902.0f}, {0.414319f, -0.01033f, -0.910073f}, {0.003739f, 0.999946f, -0.009648f}, "p4414a", 0, {-11.077262f, 12.178698f, -10.247533f, -9.564725f, -10.108359f, 11.908413f} }, + { {-5187.0f, 109.0f, -6764.0f}, {0.414319f, -0.01033f, -0.910073f}, {0.003739f, 0.999946f, -0.009648f}, "p4443a", 0, {-11.090333f, 11.764956f, -9.575055f, -8.827411f, -10.098711f, 12.90836f} }, + { {-5353.0f, 112.0f, -6562.0f}, {-0.414319f, 0.01033f, 0.910073f}, {0.003739f, 0.999946f, -0.009648f}, "p4421a", 0, {-11.091521f, 11.254315f, -10.131143f, -9.3168f, -10.908467f, 12.111991f} }, + { {-5538.0f, 112.0f, -6646.0f}, {-0.414319f, 0.01033f, 0.910073f}, {0.003739f, 0.999946f, -0.009648f}, "p4421a", 0, {-11.077856f, 12.178104f, -10.226873f, -9.554394f, -10.908467f, 12.111991f} }, + { {-3625.0f, 112.0f, -6063.0f}, {0.719337f, -1.3e-05, 0.694661f}, {9e-06, 1.0f, 9e-06}, "p4393a", 0, {-11.484726f, 11.139257f, -10.095553f, -9.700448f, -10.000132f, 11.999874f} }, + { {-3693.0f, 112.0f, -5993.0f}, {0.719337f, -1.3e-05, 0.694661f}, {9e-06, 1.0f, 9e-06}, "p4393a", 0, {-11.484726f, 11.139257f, -10.095553f, -9.700448f, -10.000132f, 11.999874f} }, + { {-3463.0f, 112.0f, -6231.0f}, {0.719337f, -1.3e-05, 0.694661f}, {9e-06, 1.0f, 9e-06}, "p9630a", 0, {-11.484726f, 11.139257f, -10.095553f, -9.700448f, -10.000132f, 11.999874f} }, + { {-3692.0f, 112.0f, -6359.0f}, {-0.719337f, 1.3e-05, -0.694661f}, {9e-06, 1.0f, 9e-06}, "p4388a", 0, {-11.484725f, 11.139258f, -10.095527f, -9.700422f, -9.999874f, 12.000132f} }, + { {-3833.0f, 112.0f, -6212.0f}, {-0.719337f, 1.3e-05, -0.694661f}, {9e-06, 1.0f, 9e-06}, "p4388a", 0, {-11.484725f, 11.139258f, -10.095527f, -9.700422f, -9.999874f, 12.000132f} }, + { {-3234.0f, 93.0f, -3778.0f}, {-0.961262f, -1.3e-05, 0.275638f}, {-1.3e-05, 1.0f, 3e-06}, "p1601a", 0, {-11.959012f, 10.84258f, -9.351015f, -9.05427f, -10.000123f, 11.999884f} }, + { {-3261.0f, 93.0f, -3872.0f}, {-0.961262f, -1.3e-05, 0.275638f}, {-1.3e-05, 1.0f, 3e-06}, "p1601a", 0, {-10.997751f, 10.84258f, -9.351015f, -9.329908f, -10.000127f, 11.999884f} }, + { {-3170.0f, 93.0f, -3553.0f}, {-0.961262f, -1.3e-05, 0.275638f}, {-1.3e-05, 1.0f, 3e-06}, "p9482a", 0, {-11.273389f, 11.803841f, -10.291455f, -9.626367f, -10.000139f, 11.999881f} }, + { {-2945.0f, 93.0f, -3688.0f}, {0.961262f, 1.3e-05, -0.275638f}, {-1.3e-05, 1.0f, 3e-06}, "p1645a", 0, {-11.273388f, 11.528205f, -10.587889f, -10.291144f, -9.999868f, 12.000139f} }, + { {-3001.0f, 93.0f, -3883.0f}, {0.961262f, 1.3e-05, -0.275638f}, {-1.3e-05, 1.0f, 3e-06}, "p1645a", 0, {-12.234649f, 10.566943f, -10.312251f, -10.015506f, -9.999871f, 12.000136f} }, + { {2255.0f, 93.0f, -8457.0f}, {-1.0f, 1.3e-05, 1e-05}, {1.3e-05, 1.0f, 0.0f}, "p2190a", 0, {-11.000088f, 11.999912f, -9.000247f, -8.999737f, -9.999883f, 12.000117f} }, + { {2255.0f, 93.0f, -8254.0f}, {-1.0f, 1.3e-05, 1e-05}, {1.3e-05, 1.0f, 0.0f}, "p2190a", 0, {-11.000088f, 11.999912f, -9.000247f, -8.999737f, -9.999883f, 12.000117f} }, + { {2507.0f, 93.0f, -8187.0f}, {1.0f, -1.3e-05, -1e-05}, {1.3e-05, 1.0f, 0.0f}, "p10209a", 0, {-11.000088f, 11.999912f, -9.000273f, -8.999763f, -10.000117f, 11.999883f} }, + { {2507.0f, 93.0f, -8518.0f}, {1.0f, -1.3e-05, -1e-05}, {1.3e-05, 1.0f, 0.0f}, "p6780a", 0, {-11.000088f, 10.999912f, -9.000263f, -8.999763f, -10.000117f, 11.999883f} }, + { {2507.0f, 93.0f, -8420.0f}, {1.0f, -1.3e-05, -1e-05}, {1.3e-05, 1.0f, 0.0f}, "p6782a", 0, {-11.000088f, 10.999912f, -9.000263f, -8.999763f, -10.000117f, 11.999883f} }, + { {4259.0f, 93.0f, -6905.0f}, {-1.0f, 2e-06, 2e-06}, {2e-06, 1.0f, 0.0f}, "p2373a", 0, {-11.000019f, 11.999981f, -9.000048f, -8.999949f, -9.99998f, 12.000021f} }, + { {4259.0f, 93.0f, -6807.0f}, {-1.0f, 2e-06, 2e-06}, {2e-06, 1.0f, 0.0f}, "p2385a", 0, {-11.000019f, 11.999981f, -9.000048f, -8.999949f, -9.99998f, 12.000021f} }, + { {4259.0f, 93.0f, -7139.0f}, {-1.0f, 2e-06, 2e-06}, {2e-06, 1.0f, 0.0f}, "p2425a", 0, {-11.000019f, 10.999981f, -9.000046f, -8.999949f, -9.99998f, 12.000021f} }, + { {4512.0f, 93.0f, -7072.0f}, {1.0f, -2e-06, -2e-06}, {2e-06, 1.0f, 0.0f}, "p2408a", 0, {-11.000021f, 11.999979f, -10.000052f, -9.999954f, -10.000023f, 11.999977f} }, + { {4512.0f, 93.0f, -6868.0f}, {1.0f, -2e-06, -2e-06}, {2e-06, 1.0f, 0.0f}, "p2406a", 0, {-11.000021f, 10.999979f, -10.00005f, -9.999954f, -10.000023f, 11.999977f} }, + { {3520.0f, 93.0f, -6910.0f}, {-1.0f, -1e-06, -2e-06}, {-1e-06, 1.0f, 0.0f}, "p2326a", 0, {-11.999979f, 11.000021f, -10.000037f, -9.999967f, -10.00001f, 11.999991f} }, + { {3520.0f, 93.0f, -7113.0f}, {-1.0f, -1e-06, -2e-06}, {-1e-06, 1.0f, 0.0f}, "p2328a", 0, {-11.999979f, 11.000021f, -10.000037f, -9.999967f, -10.00001f, 11.999991f} }, + { {3773.0f, 93.0f, -7180.0f}, {1.0f, 1e-06, 2e-06}, {-1e-06, 1.0f, 0.0f}, "p2331a", 0, {-11.999981f, 11.000019f, -9.000035f, -8.999965f, -9.999992f, 12.000009f} }, + { {3773.0f, 93.0f, -6849.0f}, {1.0f, 1e-06, 2e-06}, {-1e-06, 1.0f, 0.0f}, "p2317a", 0, {-10.999981f, 11.000019f, -9.000033f, -8.999965f, -9.999992f, 12.000009f} }, + { {3773.0f, 93.0f, -6947.0f}, {1.0f, 1e-06, 2e-06}, {-1e-06, 1.0f, 0.0f}, "p2317a", 0, {-10.999981f, 11.000019f, -9.000033f, -8.999965f, -9.999992f, 12.000009f} }, + { {2987.0f, 93.0f, -8995.0f}, {-2e-06, -2e-06, -1.0f}, {0.0f, 1.0f, -2e-06}, "p2217a", 0, {-11.000021f, 11.999979f, -10.000052f, -9.999954f, -10.000023f, 11.999977f} }, + { {2784.0f, 93.0f, -8995.0f}, {-2e-06, -2e-06, -1.0f}, {0.0f, 1.0f, -2e-06}, "p2217a", 0, {-11.000021f, 10.999979f, -10.00005f, -9.999954f, -10.000023f, 11.999977f} }, + { {2717.0f, 93.0f, -8742.0f}, {2e-06, 2e-06, 1.0f}, {0.0f, 1.0f, -2e-06}, "p6790a", 0, {-11.000021f, 11.999979f, -10.000048f, -9.999949f, -9.999977f, 12.000023f} }, + { {3048.0f, 93.0f, -8742.0f}, {2e-06, 2e-06, 1.0f}, {0.0f, 1.0f, -2e-06}, "p10060a", 0, {-11.000021f, 11.999979f, -10.000048f, -9.999949f, -9.999977f, 12.000023f} }, + { {2950.0f, 93.0f, -8742.0f}, {2e-06, 2e-06, 1.0f}, {0.0f, 1.0f, -2e-06}, "p10060a", 0, {-11.000021f, 10.999979f, -10.000046f, -9.999949f, -9.999977f, 12.000023f} }, + { {2822.0f, 93.0f, -8742.0f}, {2e-06, 2e-06, 1.0f}, {0.0f, 1.0f, -2e-06}, "p6789a", 0, {-11.000021f, 11.999979f, -10.000048f, -9.999949f, -9.999977f, 12.000023f} }, + { {1017.0f, 135.0f, -4903.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1292a", 0, {-19.000017f, 6.999984f, -32.000004f, -31.99999f, -7.0f, 8.0f} }, + { {1017.0f, 383.0f, -4903.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p7320a2", 0, {-19.000017f, 6.999984f, -32.000004f, -31.99999f, -6.0f, 9.0f} }, + { {859.0f, 383.0f, -4903.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p7320a1", 0, {-19.000017f, 7.999984f, -32.000004f, -31.99999f, -6.0f, 9.0f} }, + { {555.0f, 135.0f, -5206.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p1160a", 0, {-18.000017f, 7.999984f, -33.000004f, -32.999992f, -7.0f, 8.0f} }, + { {555.0f, 135.0f, -5383.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p1160a", 0, {-18.000017f, 7.999984f, -33.000004f, -32.999992f, -7.0f, 8.0f} }, + { {555.0f, 383.0f, -5138.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p1160a", 0, {-18.000017f, 7.999984f, -33.000004f, -32.999992f, -6.0f, 9.0f} }, + { {870.0f, 270.0f, -5544.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1162a", 0, {-19.000011f, 7.999988f, -32.000004f, -31.999992f, -6.0f, 9.0f} }, + { {1253.0f, 383.0f, -5354.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1165a", 0, {-18.000011f, 7.999988f, -32.000004f, -31.999994f, -6.0f, 9.0f} }, + { {1253.0f, 135.0f, -5229.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1165a", 0, {-19.000011f, 6.999988f, -32.000004f, -31.999992f, -7.0f, 8.0f} }, + { {1253.0f, 135.0f, -5410.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1165a", 0, {-19.000011f, 7.999988f, -32.000004f, -31.999992f, -7.0f, 8.0f} }, + { {1253.0f, 383.0f, -4992.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1165a", 0, {-19.000011f, 7.999988f, -32.000004f, -31.999992f, -6.0f, 9.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 31755, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 31756, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 31757, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 31758, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 31759, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 31760, 0, + /* Type = ObjectiveCompleteCondition; index = 6 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveFailCondition; index = 7 */ + _mkword(0, _mkshort(0, 27)), 2048, + /* Type = ObjectiveEnd; index = 8 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 9 */ + _mkword(0, _mkshort(0, 23)), 1, 31761, 1, + /* Type = ObjectiveCollectObject; index = 10 */ + _mkword(0, _mkshort(0, 28)), 0, + /* Type = ObjectiveEnd; index = 11 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 12 */ + _mkword(0, _mkshort(0, 23)), 2, 31762, 1, + /* Type = ObjectiveCollectObject; index = 13 */ + _mkword(0, _mkshort(0, 28)), 2, + /* Type = ObjectiveEnd; index = 14 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 15 */ + _mkword(0, _mkshort(0, 23)), 3, 31763, 0, + /* Type = ObjectiveCompleteCondition; index = 16 */ + _mkword(0, _mkshort(0, 26)), 32768, + /* Type = ObjectiveEnd; index = 17 */ + _mkword(0, _mkshort(0, 24)), + /* Type = StandardProp; index = 18 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10066), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 19 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10065), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 20 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10067), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 21 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10068), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 22 */ + _mkword(256, _mkshort(0, 3)), _mkword(10, 25), 0x01220101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 23 */ + _mkword(256, _mkshort(0, 3)), _mkword(10, 26), 0x01220101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 24 */ + _mkword(384, _mkshort(0, 3)), _mkword(10, 30), 0x01220101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 25 */ + _mkword(179, _mkshort(0, 3)), _mkword(40, 27), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 26 */ + _mkword(64, _mkshort(0, 3)), _mkword(287, 31), 0x00220001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = StandardProp; index = 27 */ + _mkword(192, _mkshort(0, 3)), _mkword(301, 28), 0x00220001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = Glass; index = 28 */ + _mkword(512, _mkshort(0, 42)), _mkword(311, 29), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, + /* Type = StandardProp; index = 29 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 32), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 30 */ + _mkword(384, _mkshort(0, 3)), _mkword(72, 36), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoBox; index = 31 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 35), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0x00c4, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0x00cb, 6), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = StandardProp; index = 32 */ + _mkword(512, _mkshort(0, 3)), _mkword(44, 38), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 33 */ + _mkword(512, _mkshort(0, 3)), _mkword(44, 37), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 34 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10070), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 35 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10069), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 36 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10072), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 37 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10071), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 38 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10075), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 39 */ + _mkword(256, _mkshort(0, 3)), _mkword(10, 44), 0x01220101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(307, _mkshort(0, 3)), _mkword(223, 41), 0x01220101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(179, _mkshort(0, 3)), _mkword(40, 42), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 42 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10076), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 43 */ + _mkword(256, _mkshort(0, 3)), _mkword(10, 65535), 0x01228000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(307, _mkshort(0, 3)), _mkword(10, 65534), 0x01228000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(256, _mkshort(0, 3)), _mkword(10, 65533), 0x01228000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 46 */ + _mkword(358, _mkshort(0, 3)), _mkword(10, 65532), 0x01228000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 47 */ + _mkword(256, _mkshort(0, 3)), _mkword(10, 65531), 0x01228000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(409, _mkshort(0, 3)), _mkword(10, 65530), 0x01228000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(256, _mkshort(0, 3)), _mkword(10, 65529), 0x01228000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 50 */ + _mkword(256, _mkshort(0, 3)), _mkword(10, 65528), 0x01228000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 51 */ + _mkword(358, _mkshort(0, 3)), _mkword(10, 65527), 0x01228000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 52 */ + _mkword(256, _mkshort(0, 3)), _mkword(10, 65526), 0x01228000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 53 */ + _mkword(409, _mkshort(0, 3)), _mkword(10, 65525), 0x01228000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 54 */ + _mkword(256, _mkshort(0, 3)), _mkword(10, 65524), 0x01228000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 55 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 43), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10007), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 57 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10008), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 58 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10009), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 59 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10010), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10011), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10012), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 62 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10013), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 63 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10014), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 64 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10015), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 65 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10016), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 66 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10017), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 67 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10018), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 68 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10081), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 69 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10080), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 70 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10019), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 71 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10020), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 72 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10021), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 73 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10022), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 74 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10023), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 75 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10024), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 76 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10025), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 77 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10026), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 78 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10027), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 79 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10028), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 80 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10029), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 81 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10030), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 82 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10078), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 83 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10079), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Cctv; index = 84 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10083), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000d9, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000088, 0x00000000, 0x00000000, 0xffffff9c, + /* Type = Alarm; index = 85 */ + _mkword(256, _mkshort(0, 5)), _mkword(1, 10082), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Drone; index = 86 */ + _mkword(35, _mkshort(0, 13)), _mkword(296, 10050), 0x00021008, 0x80000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x000000da, 0x000a0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 87 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0xffff), 0, 0, + /* Type = Tag; index = 88 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 89 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10049), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 90 */ + _mkword(332, _mkshort(0, 3)), _mkword(85, 20), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 91 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 18), 0x10000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 92 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 19), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 93 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Key; index = 94 */ + _mkword(384, _mkshort(0, 4)), _mkword(243, 17), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 1, + /* Type = Rename; index = 95 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 82, 31776, 31777, 31778, 31779, 31780, 0, 0, + /* Type = StandardProp; index = 96 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10052), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 97 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10053), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 98 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10054), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 99 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10057), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 100 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10055), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 101 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10056), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = AmmoBox; index = 102 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 21), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0x00c4, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0x00cb, 6), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 103 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 22), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0x00c4, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0x00cb, 6), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = StandardProp; index = 104 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10059), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 105 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10060), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 106 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10061), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 107 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10062), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 108 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10063), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 109 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10064), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 110 */ + _mkword(256, _mkshort(0, 8)), _mkword(185, 23), 0x40000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x18, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 111 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 24), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0x00c4, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0x00cb, 6), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Safe; index = 112 */ + _mkword(256, _mkshort(0, 43)), _mkword(254, 10073), 0x000201e8, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 113 */ + _mkword(256, _mkshort(0, 1)), _mkword(293, 74), 0x00000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00000f5c, 0x00000f5c, 0x00010000, _mkword(8, 5), 0x00000001, 268435455, 16, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Rename; index = 114 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 0, 0, 0, 0, 0, 31770, 0, 0, + /* Type = StandardProp; index = 115 */ + _mkword(256, _mkshort(0, 3)), _mkword(260, 40), 0x00040008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SafeItem; index = 116 */ + _mkword(0, _mkshort(0, 44)), -1, -4, -3, 0, + /* Type = Rename; index = 117 */ + _mkword(0, _mkshort(0, 37)), 0xfffffffe, 70, 31771, 31772, 31773, 31774, 31775, 0, 0, + /* Type = Tag; index = 118 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0xfffd), 0, 0, + /* Type = TintedGlass; index = 119 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10084), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 120 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10085), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 121 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10086), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 122 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10087), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 123 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10088), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 124 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10089), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 125 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10090), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 126 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10091), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 127 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10092), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 128 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10093), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 129 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10094), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 130 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10095), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 131 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10096), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 132 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10097), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 133 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10098), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 134 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10099), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 135 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10100), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 136 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10101), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 137 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10102), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 138 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10103), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 139 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10104), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 140 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10105), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 141 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10106), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 142 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10107), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 143 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10108), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 144 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10109), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 145 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10110), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 146 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10111), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 147 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10112), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 148 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10113), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 149 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10114), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 150 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10115), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 151 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10116), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 152 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10117), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 153 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10118), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 154 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10119), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 155 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10120), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 156 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10121), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 157 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10122), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 158 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10123), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 159 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10124), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 160 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10125), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 161 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10126), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 162 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10127), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 163 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10128), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 164 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10129), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 165 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10130), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 166 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10131), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 167 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10132), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 168 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10133), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 169 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10134), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 170 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10135), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = Door; index = 171 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 33), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 172 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 34), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000002, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 173 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 35), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 174 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 36), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 175 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 37), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 176 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 38), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 177 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 39), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 178 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 40), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000002, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 179 */ + _mkword(256, _mkshort(0, 1)), _mkword(168, 44), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(8, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 180 */ + _mkword(256, _mkshort(0, 1)), _mkword(168, 45), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 181 */ + _mkword(256, _mkshort(0, 1)), _mkword(168, 46), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 182 */ + _mkword(256, _mkshort(0, 1)), _mkword(167, 42), 0x48000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 183 */ + _mkword(256, _mkshort(0, 1)), _mkword(167, 43), 0x68000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(10, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 184 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = Door; index = 185 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 6), 0x40000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000fae1, 0x00010000, 0x00000015, 0x00000015, 0x000001b4, _mkword(12, 0), 0x00000080, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 186 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = Door; index = 187 */ + _mkword(256, _mkshort(0, 1)), _mkword(295, 48), 0x41020000, 0x20000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000041, 0x00000006, 0x00010000, 0x00010000, 0x00010000, _mkword(0, 8), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = StandardProp; index = 188 */ + _mkword(256, _mkshort(0, 3)), _mkword(63, 13), 0x01000001, 0x00000002, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(400, 0), 0, 0, + /* Type = LockDoor; index = 189 */ + _mkword(0, _mkshort(0, 38)), -2, -1, 0, + /* Type = StandardProp; index = 190 */ + _mkword(256, _mkshort(0, 3)), _mkword(63, 14), 0x01000001, 0x00000002, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(400, 0), 0, 0, + /* Type = LockDoor; index = 191 */ + _mkword(0, _mkshort(0, 38)), -4, -1, 0, + /* Type = StandardProp; index = 192 */ + _mkword(256, _mkshort(0, 3)), _mkword(63, 15), 0x01000001, 0x00000002, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(400, 0), 0, 0, + /* Type = LockDoor; index = 193 */ + _mkword(0, _mkshort(0, 38)), -6, -1, 0, + /* Type = StandardProp; index = 194 */ + _mkword(256, _mkshort(0, 3)), _mkword(63, 16), 0x01000001, 0x00000002, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(400, 0), 0, 0, + /* Type = LockDoor; index = 195 */ + _mkword(0, _mkshort(0, 38)), -8, -1, 0, + /* Type = Guard; index = 196 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 2), _mkword(21, 2), 0xffffffff, _mkword(150, 25), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 197 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 3), _mkword(21, 2), 0xffffffff, _mkword(150, 25), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 198 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 6), _mkword(21, 2), 0xffffffff, _mkword(150, 25), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 199 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 7), _mkword(18, 2), 0xffffffff, _mkword(150, 25), _mkword(0, 0xffff), 0x00000000, + /* Type = Key; index = 200 */ + _mkword(512, _mkshort(0, 4)), _mkword(244, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 2, + /* Type = Rename; index = 201 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 83, 31781, 31782, 31783, 31784, 31785, 0, 0, + /* Type = Guard; index = 202 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 81), _mkword(21, 1027), 0xffffffff, _mkword(250, 25), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 203 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 107), _mkword(21, 1028), 0xffffffff, _mkword(250, 25), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 204 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 159), _mkword(21, 1030), 0xffffffff, _mkword(250, 25), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 205 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 182), _mkword(21, 1032), 0xffffffff, _mkword(250, 25), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 206 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 233), _mkword(21, 1034), 0xffffffff, _mkword(250, 25), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 207 */ + _mkword(256, _mkshort(0, 8)), _mkword(210, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x11, 0xff), 0xffff), 0, + /* Type = Collectable; index = 208 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 209 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 210 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 211 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 212 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 213 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 214 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Collectable; index = 215 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 216 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 217 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 218 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 219 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 220 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 221 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 222 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 223 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 224 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 225 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 226 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 227 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 228 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 229 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 230 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 231 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 232 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 233 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 234 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 235 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 236 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 237 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 238 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 43), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 239 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 44), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 240 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 45), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 241 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 46), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 242 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 47), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 243 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 48), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 244 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 49), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Cutscene; index = 245 */ + _mkword(0, _mkshort(0, 46)), 615207, 64658, -580580, 137944, 383407, 249, + /* Type = Tag; index = 246 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0xffff), 0, 0, + /* Type = EndProps; index = 247 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xffff4950, 0x00009231, 0xfff5073b, 0x000075d8, 0x0000624b, 0x0000003b, 0x00007c14, 0x00007c15, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x000544d7, 0x000312d1, 0xfff1a5b3, 0x00052d55, 0x00060101, 0x0000003b, 0x00007c14, 0x00007c15, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0xfff68a62, 0x00004db0, 0xffe78615, 0x0001d378, 0x00000000, 0x0000003b, 0x00007c14, 0x00007c15, 0x00000000, + /* Type = WatchTime; index = 3 */ + _mkword(0, _mkshort(0, 7)), 8, 30, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 45, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 0, + /* Type = StartAmmo; index = 6 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 17, -1, 0, + /* Type = StartAmmo; index = 8 */ + _mkword(0, _mkshort(0, 2)), 3, 50, 0, + /* Type = Spawn; index = 9 */ + _mkword(0, _mkshort(0, 0)), 290, 1, + /* Type = StartWeapon; index = 10 */ + _mkword(0, _mkshort(0, 1)), 17, -1, 1, + /* Type = StartAmmo; index = 11 */ + _mkword(0, _mkshort(0, 2)), 3, 100, 1, + /* Type = Spawn; index = 12 */ + _mkword(0, _mkshort(0, 0)), 67, 2, + /* Type = StartWeapon; index = 13 */ + _mkword(0, _mkshort(0, 1)), 24, -1, 2, + /* Type = StartAmmo; index = 14 */ + _mkword(0, _mkshort(0, 2)), 11, 12, 2, + /* Type = Cuff; index = 15 */ + _mkword(0, _mkshort(0, 5)), 4, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00b50000, 0x00000000, 0x12430000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00b50000, 0x00000000, 0x12430000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a70000, 0x00000000, 0x0feb0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 19 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a30000, 0x00000000, 0x0d930000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 20 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00950000, 0x00000000, 0x0b3b0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 21 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00870000, 0xffef0000, 0x08e30000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 22 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00790000, 0xffe30000, 0x068b0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 23 */ + _mkword(0, _mkshort(0, 3)), 2, 0x006b0000, 0x00000000, 0x04330000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 24 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00800000, 0x00570000, 0x020f0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 25 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a50000, 0x00990000, 0x00ac0000, 0x00009761, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 26 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a20000, 0x00850000, 0xffb00000, 0x00009761, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 27 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00430000, 0x003b0000, 0xff520000, 0x00006e47, 0x00100000, 0xffffffff, + /* Type = SwirlCam; index = 28 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00090000, 0x00150000, 0xff960000, 0x00006c1e, 0x00100000, 0xffffffff, + /* Type = SwirlCam; index = 29 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 30 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 31 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 32 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { -1 }; +s32 path_neighbors_1[] = { 2, -1 }; +s32 path_neighbors_2[] = { 1, 3, -1 }; +s32 path_neighbors_3[] = { 2, 4, 5, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 3, 4, 6, -1 }; +s32 path_neighbors_6[] = { 5, 12, -1 }; +s32 path_neighbors_7[] = { 10, -1 }; +s32 path_neighbors_8[] = { 9, -1 }; +s32 path_neighbors_9[] = { 8, 12, 22, 23, -1 }; +s32 path_neighbors_10[] = { 7, 11, 12, 18, -1 }; +s32 path_neighbors_11[] = { 10, 12, -1 }; +s32 path_neighbors_12[] = { 6, 9, 10, 11, 14, 19, -1 }; +s32 path_neighbors_13[] = { 14, 23, 24, -1 }; +s32 path_neighbors_14[] = { 12, 13, 15, -1 }; +s32 path_neighbors_15[] = { 14, 16, 19, 20, -1 }; +s32 path_neighbors_16[] = { 15, 17, 21, 24, -1 }; +s32 path_neighbors_17[] = { 16, 21, 24, -1 }; +s32 path_neighbors_18[] = { 10, 19, -1 }; +s32 path_neighbors_19[] = { 12, 15, 18, 20, -1 }; +s32 path_neighbors_20[] = { 15, 19, 21, -1 }; +s32 path_neighbors_21[] = { 16, 17, 20, -1 }; +s32 path_neighbors_22[] = { 9, 23, -1 }; +s32 path_neighbors_23[] = { 9, 13, 22, 24, -1 }; +s32 path_neighbors_24[] = { 13, 16, 17, 23, -1 }; + +s32 path_indeces_0[] = { 0, 1, -1 }; +s32 path_indeces_1[] = { 2, 3, 4, 5, 6, -1 }; +s32 path_indeces_2[] = { 7, 8, 9, -1 }; +s32 path_indeces_3[] = { 10, 11, 12, 13, -1 }; +s32 path_indeces_4[] = { 14, 15, -1 }; +s32 path_indeces_5[] = { 16, 17, 18, 19, 20, 21, -1 }; +s32 path_indeces_6[] = { 22, 23, 24, 25, 26, 27, -1 }; +s32 path_indeces_7[] = { 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, -1 }; +s32 path_indeces_8[] = { 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, -1 }; +s32 path_indeces_9[] = { 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, -1 }; +s32 path_indeces_10[] = { 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, -1 }; +s32 path_indeces_11[] = { 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, -1 }; +s32 path_indeces_12[] = { 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, -1 }; +s32 path_indeces_13[] = { 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, -1 }; +s32 path_indeces_14[] = { 154, 155, -1 }; +s32 path_indeces_15[] = { 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, -1 }; +s32 path_indeces_16[] = { 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, -1 }; +s32 path_indeces_17[] = { 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, -1 }; +s32 path_indeces_18[] = { 222, 223, 224, 225, 226, -1 }; +s32 path_indeces_19[] = { 227, 228, 229, -1 }; +s32 path_indeces_20[] = { 230, -1 }; +s32 path_indeces_21[] = { 231, 232, -1 }; +s32 path_indeces_22[] = { 233, 234, 235, 236, -1 }; +s32 path_indeces_23[] = { 237, 238, 239, 240, 241, 242, -1 }; +s32 path_indeces_24[] = { 243, 244, 245, 246, 247, 248, 249, 250, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { &path_neighbors_15, &path_indeces_15, 0 }, + { &path_neighbors_16, &path_indeces_16, 0 }, + { &path_neighbors_17, &path_indeces_17, 0 }, + { &path_neighbors_18, &path_indeces_18, 0 }, + { &path_neighbors_19, &path_indeces_19, 0 }, + { &path_neighbors_20, &path_indeces_20, 0 }, + { &path_neighbors_21, &path_indeces_21, 0 }, + { &path_neighbors_22, &path_indeces_22, 0 }, + { &path_neighbors_23, &path_indeces_23, 0 }, + { &path_neighbors_24, &path_indeces_24, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, -1 }; +s32 path_table_1[] = { 0, -1 }; +s32 path_table_2[] = { 3, 6, 7, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 3, 5, -1 }; +s32 path_table_5[] = { 4, 6, -1 }; +s32 path_table_6[] = { 2, 5, 7, -1 }; +s32 path_table_7[] = { 2, 6, 8, -1 }; +s32 path_table_8[] = { 7, 9, -1 }; +s32 path_table_9[] = { 8, 11, -1 }; +s32 path_table_10[] = { 11, 17, -1 }; +s32 path_table_11[] = { 9, 10, 12, -1 }; +s32 path_table_12[] = { 11, 13, -1 }; +s32 path_table_13[] = { 12, 14, -1 }; +s32 path_table_14[] = { 13, 15, -1 }; +s32 path_table_15[] = { 14, 16, -1 }; +s32 path_table_16[] = { 15, 17, -1 }; +s32 path_table_17[] = { 10, 16, 18, -1 }; +s32 path_table_18[] = { 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 21, -1 }; +s32 path_table_21[] = { 20, 22, -1 }; +s32 path_table_22[] = { 21, 23, 24, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 22, 23, 25, 26, -1 }; +s32 path_table_25[] = { 24, -1 }; +s32 path_table_26[] = { 24, 27, -1 }; +s32 path_table_27[] = { 26, 100, 103, 110, -1 }; +s32 path_table_28[] = { 39, -1 }; +s32 path_table_29[] = { 33, -1 }; +s32 path_table_30[] = { 31, 32, 38, 39, 85, 86, -1 }; +s32 path_table_31[] = { 30, 32, 34, 38, -1 }; +s32 path_table_32[] = { 30, 31, 33, 34, -1 }; +s32 path_table_33[] = { 29, 32, 34, -1 }; +s32 path_table_34[] = { 31, 32, 33, 35, 38, -1 }; +s32 path_table_35[] = { 34, 36, -1 }; +s32 path_table_36[] = { 35, 37, -1 }; +s32 path_table_37[] = { 36, 38, -1 }; +s32 path_table_38[] = { 30, 31, 34, 37, 39, -1 }; +s32 path_table_39[] = { 28, 30, 38, -1 }; +s32 path_table_40[] = { 48, -1 }; +s32 path_table_41[] = { 42, 49, -1 }; +s32 path_table_42[] = { 41, 43, 44, -1 }; +s32 path_table_43[] = { 42, 44, 45, -1 }; +s32 path_table_44[] = { 42, 43, 45, -1 }; +s32 path_table_45[] = { 43, 44, 46, -1 }; +s32 path_table_46[] = { 45, 47, -1 }; +s32 path_table_47[] = { 46, 48, -1 }; +s32 path_table_48[] = { 40, 47, 49, -1 }; +s32 path_table_49[] = { 41, 48, 50, -1 }; +s32 path_table_50[] = { 49, 51, -1 }; +s32 path_table_51[] = { 50, 52, -1 }; +s32 path_table_52[] = { 51, 63, 64, -1 }; +s32 path_table_53[] = { 56, 65, 112, 113, -1 }; +s32 path_table_54[] = { 55, -1 }; +s32 path_table_55[] = { 54, 56, -1 }; +s32 path_table_56[] = { 53, 55, -1 }; +s32 path_table_57[] = { 58, 233, 234, 235, 236, -1 }; +s32 path_table_58[] = { 57, 59, -1 }; +s32 path_table_59[] = { 58, 60, -1 }; +s32 path_table_60[] = { 59, 61, -1 }; +s32 path_table_61[] = { 60, 62, -1 }; +s32 path_table_62[] = { 61, 63, -1 }; +s32 path_table_63[] = { 52, 62, 64, -1 }; +s32 path_table_64[] = { 52, 63, 65, 238, -1 }; +s32 path_table_65[] = { 53, 64, 112, 113, -1 }; +s32 path_table_66[] = { 67, 70, 76, 77, 78, 79, -1 }; +s32 path_table_67[] = { 66, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 78, -1 }; +s32 path_table_70[] = { 66, 71, 76, 77, 78, 79, -1 }; +s32 path_table_71[] = { 70, 72, -1 }; +s32 path_table_72[] = { 71, 73, -1 }; +s32 path_table_73[] = { 72, 76, -1 }; +s32 path_table_74[] = { 78, -1 }; +s32 path_table_75[] = { 76, -1 }; +s32 path_table_76[] = { 66, 70, 73, 75, 77, -1 }; +s32 path_table_77[] = { 66, 70, 76, 79, 80, -1 }; +s32 path_table_78[] = { 66, 69, 70, 74, 79, -1 }; +s32 path_table_79[] = { 66, 70, 77, 78, 80, -1 }; +s32 path_table_80[] = { 77, 79, 81, -1 }; +s32 path_table_81[] = { 80, 82, -1 }; +s32 path_table_82[] = { 81, 83, -1 }; +s32 path_table_83[] = { 82, 84, -1 }; +s32 path_table_84[] = { 83, 85, 222, -1 }; +s32 path_table_85[] = { 30, 84, 86, -1 }; +s32 path_table_86[] = { 30, 85, 87, -1 }; +s32 path_table_87[] = { 86, 88, 226, -1 }; +s32 path_table_88[] = { 87, 89, 109, -1 }; +s32 path_table_89[] = { 88, 90, -1 }; +s32 path_table_90[] = { 89, 91, -1 }; +s32 path_table_91[] = { 90, 92, -1 }; +s32 path_table_92[] = { 91, 93, -1 }; +s32 path_table_93[] = { 92, 94, -1 }; +s32 path_table_94[] = { 93, 95, -1 }; +s32 path_table_95[] = { 94, 96, -1 }; +s32 path_table_96[] = { 95, 97, -1 }; +s32 path_table_97[] = { 96, 98, -1 }; +s32 path_table_98[] = { 97, 99, -1 }; +s32 path_table_99[] = { 98, 110, 111, -1 }; +s32 path_table_100[] = { 27, 101, 110, -1 }; +s32 path_table_101[] = { 100, 102, -1 }; +s32 path_table_102[] = { 101, 103, -1 }; +s32 path_table_103[] = { 27, 102, 110, -1 }; +s32 path_table_104[] = { 105, 116, 117, -1 }; +s32 path_table_105[] = { 104, 106, -1 }; +s32 path_table_106[] = { 105, 107, 227, -1 }; +s32 path_table_107[] = { 106, 108, 227, -1 }; +s32 path_table_108[] = { 107, 109, 227, -1 }; +s32 path_table_109[] = { 88, 108, -1 }; +s32 path_table_110[] = { 27, 99, 100, 103, 111, -1 }; +s32 path_table_111[] = { 99, 110, 112, -1 }; +s32 path_table_112[] = { 53, 65, 111, 113, -1 }; +s32 path_table_113[] = { 53, 65, 112, 114, -1 }; +s32 path_table_114[] = { 113, 115, -1 }; +s32 path_table_115[] = { 114, 116, -1 }; +s32 path_table_116[] = { 104, 115, 117, -1 }; +s32 path_table_117[] = { 104, 116, 118, -1 }; +s32 path_table_118[] = { 117, 154, -1 }; +s32 path_table_119[] = { 120, 142, -1 }; +s32 path_table_120[] = { 119, 121, -1 }; +s32 path_table_121[] = { 120, 122, -1 }; +s32 path_table_122[] = { 121, 142, -1 }; +s32 path_table_123[] = { 124, 125, -1 }; +s32 path_table_124[] = { 123, 137, -1 }; +s32 path_table_125[] = { 123, 126, -1 }; +s32 path_table_126[] = { 125, 137, -1 }; +s32 path_table_127[] = { 128, 130, -1 }; +s32 path_table_128[] = { 127, 145, -1 }; +s32 path_table_129[] = { 130, 145, -1 }; +s32 path_table_130[] = { 127, 129, -1 }; +s32 path_table_131[] = { 132, 148, -1 }; +s32 path_table_132[] = { 131, 133, -1 }; +s32 path_table_133[] = { 132, 134, -1 }; +s32 path_table_134[] = { 133, 148, -1 }; +s32 path_table_135[] = { 137, -1 }; +s32 path_table_136[] = { 142, -1 }; +s32 path_table_137[] = { 124, 126, 135, 138, -1 }; +s32 path_table_138[] = { 137, 139, -1 }; +s32 path_table_139[] = { 138, 140, 148, 241, 242, 243, -1 }; +s32 path_table_140[] = { 139, 141, 144, 151, -1 }; +s32 path_table_141[] = { 140, 144, 145, 151, -1 }; +s32 path_table_142[] = { 119, 122, 136, 143, -1 }; +s32 path_table_143[] = { 142, 144, -1 }; +s32 path_table_144[] = { 140, 141, 143, 151, -1 }; +s32 path_table_145[] = { 128, 129, 141, 146, -1 }; +s32 path_table_146[] = { 145, 147, -1 }; +s32 path_table_147[] = { 146, -1 }; +s32 path_table_148[] = { 131, 134, 139, 149, -1 }; +s32 path_table_149[] = { 148, 150, -1 }; +s32 path_table_150[] = { 149, -1 }; +s32 path_table_151[] = { 140, 141, 144, 152, -1 }; +s32 path_table_152[] = { 151, 153, -1 }; +s32 path_table_153[] = { 152, 154, 155, -1 }; +s32 path_table_154[] = { 118, 153, 155, -1 }; +s32 path_table_155[] = { 153, 154, 169, -1 }; +s32 path_table_156[] = { 157, 159, 229, 230, -1 }; +s32 path_table_157[] = { 156, 161, 229, -1 }; +s32 path_table_158[] = { 159, 168, -1 }; +s32 path_table_159[] = { 156, 158, 230, -1 }; +s32 path_table_160[] = { 161, -1 }; +s32 path_table_161[] = { 157, 160, 168, -1 }; +s32 path_table_162[] = { 163, 166, -1 }; +s32 path_table_163[] = { 162, 164, -1 }; +s32 path_table_164[] = { 163, 165, -1 }; +s32 path_table_165[] = { 164, -1 }; +s32 path_table_166[] = { 162, 167, -1 }; +s32 path_table_167[] = { 166, 168, -1 }; +s32 path_table_168[] = { 158, 161, 167, 171, -1 }; +s32 path_table_169[] = { 155, 170, -1 }; +s32 path_table_170[] = { 169, 174, 175, -1 }; +s32 path_table_171[] = { 168, 172, -1 }; +s32 path_table_172[] = { 171, 173, -1 }; +s32 path_table_173[] = { 172, 174, -1 }; +s32 path_table_174[] = { 170, 173, 175, -1 }; +s32 path_table_175[] = { 170, 174, 176, -1 }; +s32 path_table_176[] = { 175, 177, -1 }; +s32 path_table_177[] = { 176, 178, -1 }; +s32 path_table_178[] = { 177, 190, -1 }; +s32 path_table_179[] = { 180, 188, -1 }; +s32 path_table_180[] = { 179, 181, -1 }; +s32 path_table_181[] = { 180, 182, -1 }; +s32 path_table_182[] = { 181, 188, -1 }; +s32 path_table_183[] = { 184, 185, 231, -1 }; +s32 path_table_184[] = { 183, 192, -1 }; +s32 path_table_185[] = { 183, 186, -1 }; +s32 path_table_186[] = { 185, 192, -1 }; +s32 path_table_187[] = { 188, -1 }; +s32 path_table_188[] = { 179, 182, 187, 194, -1 }; +s32 path_table_189[] = { 192, -1 }; +s32 path_table_190[] = { 178, 191, -1 }; +s32 path_table_191[] = { 190, 193, 195, 196, -1 }; +s32 path_table_192[] = { 184, 186, 189, 193, -1 }; +s32 path_table_193[] = { 191, 192, 196, -1 }; +s32 path_table_194[] = { 188, 195, -1 }; +s32 path_table_195[] = { 191, 194, 196, -1 }; +s32 path_table_196[] = { 191, 193, 195, 197, -1 }; +s32 path_table_197[] = { 196, 198, -1 }; +s32 path_table_198[] = { 197, 199, -1 }; +s32 path_table_199[] = { 198, 214, 246, -1 }; +s32 path_table_200[] = { 201, 210, -1 }; +s32 path_table_201[] = { 200, 202, -1 }; +s32 path_table_202[] = { 201, 203, -1 }; +s32 path_table_203[] = { 202, 210, -1 }; +s32 path_table_204[] = { 205, 213, -1 }; +s32 path_table_205[] = { 204, 206, -1 }; +s32 path_table_206[] = { 205, 207, -1 }; +s32 path_table_207[] = { 206, 213, -1 }; +s32 path_table_208[] = { 209, -1 }; +s32 path_table_209[] = { 208, 210, -1 }; +s32 path_table_210[] = { 200, 203, 209, 217, 232, -1 }; +s32 path_table_211[] = { 212, -1 }; +s32 path_table_212[] = { 211, 213, -1 }; +s32 path_table_213[] = { 204, 207, 212, 217, -1 }; +s32 path_table_214[] = { 199, 215, -1 }; +s32 path_table_215[] = { 214, 216, 250, -1 }; +s32 path_table_216[] = { 215, 217, -1 }; +s32 path_table_217[] = { 210, 213, 216, 221, -1 }; +s32 path_table_218[] = { 219, -1 }; +s32 path_table_219[] = { 218, 220, -1 }; +s32 path_table_220[] = { 219, 221, -1 }; +s32 path_table_221[] = { 217, 220, -1 }; +s32 path_table_222[] = { 84, 223, -1 }; +s32 path_table_223[] = { 222, 224, -1 }; +s32 path_table_224[] = { 223, 225, -1 }; +s32 path_table_225[] = { 224, 226, -1 }; +s32 path_table_226[] = { 87, 225, 227, -1 }; +s32 path_table_227[] = { 106, 107, 108, 226, 228, -1 }; +s32 path_table_228[] = { 227, 229, -1 }; +s32 path_table_229[] = { 156, 157, 228, 230, -1 }; +s32 path_table_230[] = { 156, 159, 229, 231, -1 }; +s32 path_table_231[] = { 183, 230, 232, -1 }; +s32 path_table_232[] = { 210, 231, -1 }; +s32 path_table_233[] = { 57, 234, -1 }; +s32 path_table_234[] = { 57, 233, 235, -1 }; +s32 path_table_235[] = { 57, 234, 236, -1 }; +s32 path_table_236[] = { 57, 235, 237, -1 }; +s32 path_table_237[] = { 236, 238, -1 }; +s32 path_table_238[] = { 64, 237, 239, -1 }; +s32 path_table_239[] = { 238, 240, -1 }; +s32 path_table_240[] = { 239, 241, -1 }; +s32 path_table_241[] = { 139, 240, 242, -1 }; +s32 path_table_242[] = { 139, 241, 243, -1 }; +s32 path_table_243[] = { 139, 242, 244, -1 }; +s32 path_table_244[] = { 243, 245, -1 }; +s32 path_table_245[] = { 244, 246, -1 }; +s32 path_table_246[] = { 199, 245, 247, -1 }; +s32 path_table_247[] = { 246, 248, -1 }; +s32 path_table_248[] = { 247, 249, -1 }; +s32 path_table_249[] = { 248, 250, -1 }; +s32 path_table_250[] = { 215, 249, -1 }; + +waypoint pathwaypoints[] = { + { 0x0000012a, &path_table_0, 0x00000000, 0x00000000 }, + { 0x00000129, &path_table_1, 0x00000000, 0x00000000 }, + { 0x00000128, &path_table_2, 0x00000001, 0x00000000 }, + { 0x00000127, &path_table_3, 0x00000001, 0x00000000 }, + { 0x00000126, &path_table_4, 0x00000001, 0x00000000 }, + { 0x00000125, &path_table_5, 0x00000001, 0x00000000 }, + { 0x00000124, &path_table_6, 0x00000001, 0x00000000 }, + { 0x00000123, &path_table_7, 0x00000002, 0x00000000 }, + { 0x00000122, &path_table_8, 0x00000002, 0x00000000 }, + { 0x00000121, &path_table_9, 0x00000002, 0x00000000 }, + { 0x00000120, &path_table_10, 0x00000003, 0x00000000 }, + { 0x0000011f, &path_table_11, 0x00000003, 0x00000000 }, + { 0x0000011e, &path_table_12, 0x00000003, 0x00000000 }, + { 0x0000011d, &path_table_13, 0x00000003, 0x00000000 }, + { 0x0000011c, &path_table_14, 0x00000004, 0x00000000 }, + { 0x0000011b, &path_table_15, 0x00000004, 0x00000000 }, + { 0x0000011a, &path_table_16, 0x00000005, 0x00000000 }, + { 0x00000119, &path_table_17, 0x00000005, 0x00000000 }, + { 0x00000118, &path_table_18, 0x00000005, 0x00000000 }, + { 0x00000117, &path_table_19, 0x00000005, 0x00000000 }, + { 0x00000116, &path_table_20, 0x00000005, 0x00000000 }, + { 0x00000115, &path_table_21, 0x00000005, 0x00000000 }, + { 0x00000114, &path_table_22, 0x00000006, 0x00000000 }, + { 0x00000113, &path_table_23, 0x00000006, 0x00000000 }, + { 0x00000112, &path_table_24, 0x00000006, 0x00000000 }, + { 0x00000111, &path_table_25, 0x00000006, 0x00000000 }, + { 0x00000110, &path_table_26, 0x00000006, 0x00000000 }, + { 0x0000010f, &path_table_27, 0x00000006, 0x00000000 }, + { 0x0000010e, &path_table_28, 0x00000007, 0x00000000 }, + { 0x0000010d, &path_table_29, 0x00000007, 0x00000000 }, + { 0x0000010c, &path_table_30, 0x00000007, 0x00000000 }, + { 0x0000010b, &path_table_31, 0x00000007, 0x00000000 }, + { 0x0000010a, &path_table_32, 0x00000007, 0x00000000 }, + { 0x00000109, &path_table_33, 0x00000007, 0x00000000 }, + { 0x00000108, &path_table_34, 0x00000007, 0x00000000 }, + { 0x00000107, &path_table_35, 0x00000007, 0x00000000 }, + { 0x00000106, &path_table_36, 0x00000007, 0x00000000 }, + { 0x00000105, &path_table_37, 0x00000007, 0x00000000 }, + { 0x00000104, &path_table_38, 0x00000007, 0x00000000 }, + { 0x00000103, &path_table_39, 0x00000007, 0x00000000 }, + { 0x00000102, &path_table_40, 0x00000008, 0x00000000 }, + { 0x00000101, &path_table_41, 0x00000008, 0x00000000 }, + { 0x00000100, &path_table_42, 0x00000008, 0x00000000 }, + { 0x000000ff, &path_table_43, 0x00000008, 0x00000000 }, + { 0x000000fe, &path_table_44, 0x00000008, 0x00000000 }, + { 0x000000fd, &path_table_45, 0x00000008, 0x00000000 }, + { 0x000000fc, &path_table_46, 0x00000008, 0x00000000 }, + { 0x000000fb, &path_table_47, 0x00000008, 0x00000000 }, + { 0x000000fa, &path_table_48, 0x00000008, 0x00000000 }, + { 0x000000f9, &path_table_49, 0x00000008, 0x00000000 }, + { 0x000000f8, &path_table_50, 0x00000008, 0x00000000 }, + { 0x000000f7, &path_table_51, 0x00000008, 0x00000000 }, + { 0x000000f6, &path_table_52, 0x00000008, 0x00000000 }, + { 0x000000f5, &path_table_53, 0x00000009, 0x00000000 }, + { 0x000000f4, &path_table_54, 0x00000009, 0x00000000 }, + { 0x000000f3, &path_table_55, 0x00000009, 0x00000000 }, + { 0x000000f2, &path_table_56, 0x00000009, 0x00000000 }, + { 0x000000f1, &path_table_57, 0x00000009, 0x00000000 }, + { 0x000000f0, &path_table_58, 0x00000009, 0x00000000 }, + { 0x000000ef, &path_table_59, 0x00000009, 0x00000000 }, + { 0x000000ee, &path_table_60, 0x00000009, 0x00000000 }, + { 0x000000ed, &path_table_61, 0x00000009, 0x00000000 }, + { 0x000000ec, &path_table_62, 0x00000009, 0x00000000 }, + { 0x000000eb, &path_table_63, 0x00000009, 0x00000000 }, + { 0x000000ea, &path_table_64, 0x00000009, 0x00000000 }, + { 0x000000e9, &path_table_65, 0x00000009, 0x00000000 }, + { 0x000000e8, &path_table_66, 0x0000000a, 0x00000000 }, + { 0x000000e7, &path_table_67, 0x0000000a, 0x00000000 }, + { 0x000000e6, &path_table_68, 0x0000000a, 0x00000000 }, + { 0x000000e5, &path_table_69, 0x0000000a, 0x00000000 }, + { 0x000000e4, &path_table_70, 0x0000000a, 0x00000000 }, + { 0x000000e3, &path_table_71, 0x0000000a, 0x00000000 }, + { 0x000000e2, &path_table_72, 0x0000000a, 0x00000000 }, + { 0x000000e1, &path_table_73, 0x0000000a, 0x00000000 }, + { 0x000000e0, &path_table_74, 0x0000000a, 0x00000000 }, + { 0x000000df, &path_table_75, 0x0000000a, 0x00000000 }, + { 0x000000de, &path_table_76, 0x0000000a, 0x00000000 }, + { 0x000000dd, &path_table_77, 0x0000000a, 0x00000000 }, + { 0x000000dc, &path_table_78, 0x0000000a, 0x00000000 }, + { 0x000000db, &path_table_79, 0x0000000a, 0x00000000 }, + { 0x000000da, &path_table_80, 0x0000000a, 0x00000000 }, + { 0x000000d9, &path_table_81, 0x0000000a, 0x00000000 }, + { 0x000000d8, &path_table_82, 0x0000000a, 0x00000000 }, + { 0x000000d7, &path_table_83, 0x0000000a, 0x00000000 }, + { 0x000000d6, &path_table_84, 0x0000000a, 0x00000000 }, + { 0x000000d5, &path_table_85, 0x0000000a, 0x00000000 }, + { 0x000000d4, &path_table_86, 0x0000000a, 0x00000000 }, + { 0x000000d3, &path_table_87, 0x0000000a, 0x00000000 }, + { 0x000000d2, &path_table_88, 0x0000000a, 0x00000000 }, + { 0x000000d1, &path_table_89, 0x0000000b, 0x00000000 }, + { 0x000000d0, &path_table_90, 0x0000000b, 0x00000000 }, + { 0x000000cf, &path_table_91, 0x0000000b, 0x00000000 }, + { 0x000000ce, &path_table_92, 0x0000000b, 0x00000000 }, + { 0x000000cd, &path_table_93, 0x0000000b, 0x00000000 }, + { 0x000000cc, &path_table_94, 0x0000000b, 0x00000000 }, + { 0x000000cb, &path_table_95, 0x0000000b, 0x00000000 }, + { 0x000000ca, &path_table_96, 0x0000000b, 0x00000000 }, + { 0x000000c9, &path_table_97, 0x0000000b, 0x00000000 }, + { 0x000000c8, &path_table_98, 0x0000000b, 0x00000000 }, + { 0x000000c7, &path_table_99, 0x0000000b, 0x00000000 }, + { 0x000000c6, &path_table_100, 0x0000000c, 0x00000000 }, + { 0x000000c5, &path_table_101, 0x0000000c, 0x00000000 }, + { 0x000000c4, &path_table_102, 0x0000000c, 0x00000000 }, + { 0x000000c3, &path_table_103, 0x0000000c, 0x00000000 }, + { 0x000000c2, &path_table_104, 0x0000000c, 0x00000000 }, + { 0x000000c1, &path_table_105, 0x0000000c, 0x00000000 }, + { 0x000000c0, &path_table_106, 0x0000000c, 0x00000000 }, + { 0x000000bf, &path_table_107, 0x0000000c, 0x00000000 }, + { 0x000000be, &path_table_108, 0x0000000c, 0x00000000 }, + { 0x000000bd, &path_table_109, 0x0000000c, 0x00000000 }, + { 0x000000bc, &path_table_110, 0x0000000c, 0x00000000 }, + { 0x000000bb, &path_table_111, 0x0000000c, 0x00000000 }, + { 0x000000ba, &path_table_112, 0x0000000c, 0x00000000 }, + { 0x000000b9, &path_table_113, 0x0000000c, 0x00000000 }, + { 0x000000b8, &path_table_114, 0x0000000c, 0x00000000 }, + { 0x000000b7, &path_table_115, 0x0000000c, 0x00000000 }, + { 0x000000b6, &path_table_116, 0x0000000c, 0x00000000 }, + { 0x000000b5, &path_table_117, 0x0000000c, 0x00000000 }, + { 0x000000b4, &path_table_118, 0x0000000c, 0x00000000 }, + { 0x000000b3, &path_table_119, 0x0000000d, 0x00000000 }, + { 0x000000b2, &path_table_120, 0x0000000d, 0x00000000 }, + { 0x000000b1, &path_table_121, 0x0000000d, 0x00000000 }, + { 0x000000b0, &path_table_122, 0x0000000d, 0x00000000 }, + { 0x000000af, &path_table_123, 0x0000000d, 0x00000000 }, + { 0x000000ae, &path_table_124, 0x0000000d, 0x00000000 }, + { 0x000000ad, &path_table_125, 0x0000000d, 0x00000000 }, + { 0x000000ac, &path_table_126, 0x0000000d, 0x00000000 }, + { 0x000000ab, &path_table_127, 0x0000000d, 0x00000000 }, + { 0x000000aa, &path_table_128, 0x0000000d, 0x00000000 }, + { 0x000000a9, &path_table_129, 0x0000000d, 0x00000000 }, + { 0x000000a8, &path_table_130, 0x0000000d, 0x00000000 }, + { 0x000000a7, &path_table_131, 0x0000000d, 0x00000000 }, + { 0x000000a6, &path_table_132, 0x0000000d, 0x00000000 }, + { 0x000000a5, &path_table_133, 0x0000000d, 0x00000000 }, + { 0x000000a4, &path_table_134, 0x0000000d, 0x00000000 }, + { 0x000000a3, &path_table_135, 0x0000000d, 0x00000000 }, + { 0x000000a2, &path_table_136, 0x0000000d, 0x00000000 }, + { 0x000000a1, &path_table_137, 0x0000000d, 0x00000000 }, + { 0x000000a0, &path_table_138, 0x0000000d, 0x00000000 }, + { 0x0000009f, &path_table_139, 0x0000000d, 0x00000000 }, + { 0x0000009e, &path_table_140, 0x0000000d, 0x00000000 }, + { 0x0000009d, &path_table_141, 0x0000000d, 0x00000000 }, + { 0x0000009c, &path_table_142, 0x0000000d, 0x00000000 }, + { 0x0000009b, &path_table_143, 0x0000000d, 0x00000000 }, + { 0x0000009a, &path_table_144, 0x0000000d, 0x00000000 }, + { 0x00000099, &path_table_145, 0x0000000d, 0x00000000 }, + { 0x00000098, &path_table_146, 0x0000000d, 0x00000000 }, + { 0x00000097, &path_table_147, 0x0000000d, 0x00000000 }, + { 0x00000096, &path_table_148, 0x0000000d, 0x00000000 }, + { 0x00000095, &path_table_149, 0x0000000d, 0x00000000 }, + { 0x00000094, &path_table_150, 0x0000000d, 0x00000000 }, + { 0x00000093, &path_table_151, 0x0000000d, 0x00000000 }, + { 0x00000092, &path_table_152, 0x0000000d, 0x00000000 }, + { 0x00000091, &path_table_153, 0x0000000d, 0x00000000 }, + { 0x00000090, &path_table_154, 0x0000000e, 0x00000000 }, + { 0x0000008f, &path_table_155, 0x0000000e, 0x00000000 }, + { 0x0000008e, &path_table_156, 0x0000000f, 0x00000000 }, + { 0x0000008d, &path_table_157, 0x0000000f, 0x00000000 }, + { 0x0000008c, &path_table_158, 0x0000000f, 0x00000000 }, + { 0x0000008b, &path_table_159, 0x0000000f, 0x00000000 }, + { 0x0000008a, &path_table_160, 0x0000000f, 0x00000000 }, + { 0x00000089, &path_table_161, 0x0000000f, 0x00000000 }, + { 0x00000088, &path_table_162, 0x0000000f, 0x00000000 }, + { 0x00000087, &path_table_163, 0x0000000f, 0x00000000 }, + { 0x00000086, &path_table_164, 0x0000000f, 0x00000000 }, + { 0x00000085, &path_table_165, 0x0000000f, 0x00000000 }, + { 0x00000084, &path_table_166, 0x0000000f, 0x00000000 }, + { 0x00000083, &path_table_167, 0x0000000f, 0x00000000 }, + { 0x00000082, &path_table_168, 0x0000000f, 0x00000000 }, + { 0x00000081, &path_table_169, 0x0000000f, 0x00000000 }, + { 0x00000080, &path_table_170, 0x0000000f, 0x00000000 }, + { 0x0000007f, &path_table_171, 0x0000000f, 0x00000000 }, + { 0x0000007e, &path_table_172, 0x0000000f, 0x00000000 }, + { 0x0000007d, &path_table_173, 0x0000000f, 0x00000000 }, + { 0x0000007c, &path_table_174, 0x0000000f, 0x00000000 }, + { 0x0000007b, &path_table_175, 0x0000000f, 0x00000000 }, + { 0x0000007a, &path_table_176, 0x0000000f, 0x00000000 }, + { 0x00000079, &path_table_177, 0x0000000f, 0x00000000 }, + { 0x00000078, &path_table_178, 0x0000000f, 0x00000000 }, + { 0x00000077, &path_table_179, 0x00000010, 0x00000000 }, + { 0x00000076, &path_table_180, 0x00000010, 0x00000000 }, + { 0x00000075, &path_table_181, 0x00000010, 0x00000000 }, + { 0x00000074, &path_table_182, 0x00000010, 0x00000000 }, + { 0x00000073, &path_table_183, 0x00000010, 0x00000000 }, + { 0x00000072, &path_table_184, 0x00000010, 0x00000000 }, + { 0x00000071, &path_table_185, 0x00000010, 0x00000000 }, + { 0x00000070, &path_table_186, 0x00000010, 0x00000000 }, + { 0x0000006f, &path_table_187, 0x00000010, 0x00000000 }, + { 0x0000006e, &path_table_188, 0x00000010, 0x00000000 }, + { 0x0000006d, &path_table_189, 0x00000010, 0x00000000 }, + { 0x0000006c, &path_table_190, 0x00000010, 0x00000000 }, + { 0x0000006b, &path_table_191, 0x00000010, 0x00000000 }, + { 0x0000006a, &path_table_192, 0x00000010, 0x00000000 }, + { 0x00000069, &path_table_193, 0x00000010, 0x00000000 }, + { 0x00000068, &path_table_194, 0x00000010, 0x00000000 }, + { 0x00000067, &path_table_195, 0x00000010, 0x00000000 }, + { 0x00000066, &path_table_196, 0x00000010, 0x00000000 }, + { 0x00000065, &path_table_197, 0x00000010, 0x00000000 }, + { 0x00000064, &path_table_198, 0x00000010, 0x00000000 }, + { 0x00000063, &path_table_199, 0x00000010, 0x00000000 }, + { 0x00000062, &path_table_200, 0x00000011, 0x00000000 }, + { 0x00000061, &path_table_201, 0x00000011, 0x00000000 }, + { 0x00000060, &path_table_202, 0x00000011, 0x00000000 }, + { 0x0000005f, &path_table_203, 0x00000011, 0x00000000 }, + { 0x0000005e, &path_table_204, 0x00000011, 0x00000000 }, + { 0x0000005d, &path_table_205, 0x00000011, 0x00000000 }, + { 0x0000005c, &path_table_206, 0x00000011, 0x00000000 }, + { 0x0000005b, &path_table_207, 0x00000011, 0x00000000 }, + { 0x0000005a, &path_table_208, 0x00000011, 0x00000000 }, + { 0x00000059, &path_table_209, 0x00000011, 0x00000000 }, + { 0x00000058, &path_table_210, 0x00000011, 0x00000000 }, + { 0x00000057, &path_table_211, 0x00000011, 0x00000000 }, + { 0x00000056, &path_table_212, 0x00000011, 0x00000000 }, + { 0x00000055, &path_table_213, 0x00000011, 0x00000000 }, + { 0x00000054, &path_table_214, 0x00000011, 0x00000000 }, + { 0x00000053, &path_table_215, 0x00000011, 0x00000000 }, + { 0x00000052, &path_table_216, 0x00000011, 0x00000000 }, + { 0x00000051, &path_table_217, 0x00000011, 0x00000000 }, + { 0x00000050, &path_table_218, 0x00000011, 0x00000000 }, + { 0x0000004f, &path_table_219, 0x00000011, 0x00000000 }, + { 0x0000004e, &path_table_220, 0x00000011, 0x00000000 }, + { 0x0000004d, &path_table_221, 0x00000011, 0x00000000 }, + { 0x0000004c, &path_table_222, 0x00000012, 0x00000000 }, + { 0x0000004b, &path_table_223, 0x00000012, 0x00000000 }, + { 0x0000004a, &path_table_224, 0x00000012, 0x00000000 }, + { 0x00000049, &path_table_225, 0x00000012, 0x00000000 }, + { 0x00000048, &path_table_226, 0x00000012, 0x00000000 }, + { 0x00000047, &path_table_227, 0x00000013, 0x00000000 }, + { 0x00000046, &path_table_228, 0x00000013, 0x00000000 }, + { 0x00000045, &path_table_229, 0x00000013, 0x00000000 }, + { 0x00000044, &path_table_230, 0x00000014, 0x00000000 }, + { 0x00000043, &path_table_231, 0x00000015, 0x00000000 }, + { 0x00000042, &path_table_232, 0x00000015, 0x00000000 }, + { 0x00000041, &path_table_233, 0x00000016, 0x00000000 }, + { 0x00000040, &path_table_234, 0x00000016, 0x00000000 }, + { 0x0000003f, &path_table_235, 0x00000016, 0x00000000 }, + { 0x0000003e, &path_table_236, 0x00000016, 0x00000000 }, + { 0x0000003d, &path_table_237, 0x00000017, 0x00000000 }, + { 0x0000003c, &path_table_238, 0x00000017, 0x00000000 }, + { 0x0000003b, &path_table_239, 0x00000017, 0x00000000 }, + { 0x0000003a, &path_table_240, 0x00000017, 0x00000000 }, + { 0x00000039, &path_table_241, 0x00000017, 0x00000000 }, + { 0x00000038, &path_table_242, 0x00000017, 0x00000000 }, + { 0x00000037, &path_table_243, 0x00000018, 0x00000000 }, + { 0x00000036, &path_table_244, 0x00000018, 0x00000000 }, + { 0x00000035, &path_table_245, 0x00000018, 0x00000000 }, + { 0x00000034, &path_table_246, 0x00000018, 0x00000000 }, + { 0x00000033, &path_table_247, 0x00000018, 0x00000000 }, + { 0x00000032, &path_table_248, 0x00000018, 0x00000000 }, + { 0x00000031, &path_table_249, 0x00000018, 0x00000000 }, + { 0x00000030, &path_table_250, 0x00000018, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_set_0[] = { 250, 249, 248, 247, 246, 245, 244, 243, 242, 241, 240, 239, 238, 237, 236, 235, 234, 233, 41, -1 }; +s32 path_set_1[] = { 232, 231, 230, -1 }; +s32 path_set_2[] = { 217, 216, 215, 214, 199, 198, 197, 196, -1 }; +s32 path_set_3[] = { 191, 190, 178, 177, 176, 175, 170, 169, 155, -1 }; +s32 path_set_4[] = { 171, 172, 173, 174, 170, 169, 155, -1 }; +s32 path_set_5[] = { 139, 140, 141, 151, 152, 153, -1 }; +s32 path_set_6[] = { 155, 154, 118, 117, -1 }; +s32 path_set_7[] = { 116, 115, 114, 113, 112, 111, 99, 110, 27, 98, 97, 96, 95, 94, 93, 92, 91, 90, 89, 88, 109, 108, 107, 106, 105, 104, -1 }; +s32 path_set_8[] = { 88, 87, 86, 85, 84, 83, 82, 81, 80, -1 }; +s32 path_set_9[] = { 65, 64, 63, 62, 61, 60, 59, 58, 57, -1 }; +s32 path_set_10[] = { 165, 164, 163, 162, -1 }; +s32 path_set_11[] = { 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, -1 }; +s32 path_set_12[] = { 25, 24, 22, 21, 20, 19, -1 }; +s32 path_set_13[] = { 19, 18, 17, 16, -1 }; +s32 path_set_14[] = { 17, 16, 15, 14, 13, 12, 11, 10, -1 }; +s32 path_set_15[] = { 6, 5, 4, 3, 2, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { &path_set_1, 0x01, 0x00, 0x0000 }, + { &path_set_2, 0x02, 0x00, 0x0000 }, + { &path_set_3, 0x03, 0x00, 0x0000 }, + { &path_set_4, 0x04, 0x00, 0x0000 }, + { &path_set_5, 0x05, 0x00, 0x0000 }, + { &path_set_6, 0x06, 0x00, 0x0000 }, + { &path_set_7, 0x07, 0x01, 0x0000 }, + { &path_set_8, 0x08, 0x00, 0x0000 }, + { &path_set_9, 0x09, 0x00, 0x0000 }, + { &path_set_10, 0x0a, 0x00, 0x0000 }, + { &path_set_11, 0x0b, 0x00, 0x0000 }, + { &path_set_12, 0x0c, 0x00, 0x0000 }, + { &path_set_13, 0x0d, 0x00, 0x0000 }, + { &path_set_14, 0x0e, 0x00, 0x0000 }, + { &path_set_15, 0x0f, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_17[] = { 0x0203032f, 0x00010302, 0x00033335, 0x3c073596, 0x086e080a, 0x02076e04, 0x0a02086e, 0x020a6e01, 0x0a010002, 0x0aae1e23, 0x28000b02, 0x0b03322f, 0x0207b400, 0x1c200c4d, 0xfd001e23, 0x280c2f0c, 0x010b020c, 0x0100022f, 0xad492073, 0x6565420a, 0x00060413, 0x05fd0412, 0x01000400 }; +u32 ai_16[] = { 0x02093302, 0x07353207, 0x0e040207, 0x35640711, 0x04020735, 0x96071204, 0x020735c8, 0x07140001, 0x00000402, 0x07150001, 0x00000402, 0x04020b03, 0x2f07010b, 0x02070704 }; +u32 ai_35[] = { 0x02000355, 0x002d3055, 0x004d3155, 0x00513255, 0x00333355, 0x00663403, 0x55003635, 0x55007b36, 0x55009337, 0x5500db38, 0x55004a39, 0x035500d2, 0x3a5500ba, 0x3b5500eb, 0x3c5500fc, 0x3d5500f1, 0x3e010002, 0x3003ac00, 0x0030ac01, 0x0042ac02, 0x0038ac03, 0x007b0100, 0x023103ac, 0x00002dac, 0x010066ac, 0x020045ac, 0x03009301, 0x00023203, 0xac00002d, 0xac010047, 0xac02007b, 0xac030038, 0x01000233, 0x03ac0000, 0x2dac0100, 0x45ac0200, 0xb5ac0300, 0x38010002, 0x3403ac00, 0x002dac01, 0x003cac02, 0x00b5ac03, 0x00330100, 0x023503ac, 0x00004dac, 0x010045ac, 0x020047ac, 0x03003c01, 0x00023603, 0xac000030, 0xac0100a3, 0xac02004a, 0xac0300bc, 0x01000237, 0x03ac0000, 0x4dac0100, 0x45ac0200, 0x3dac0300, 0xdb010002, 0x3803ac00, 0x00bcac01, 0x00d2ac02, 0x00b5ac03, 0x007b0100, 0x023903ac, 0x0000ebac, 0x01007bac, 0x020045ac, 0x0300fc01, 0x00023a03, 0xac0000db, 0xac010066, 0xac020038, 0xac0300fc, 0x0100023b, 0x03ac0000, 0xdbac0100, 0xf1ac0200, 0x51ac0300, 0x33010002, 0x3c03ac00, 0x0051ac01, 0x00d2ac02, 0x0047ac03, 0x00450100, 0x023d03ac, 0x0000d2ac, 0x010093ac, 0x020040ac, 0x03003f01, 0x00023e03, 0xac0000fc, 0xac0100b5, 0xac020038, 0xac03008f, 0x01000400 }; +u32 ai_36[] = { 0x8e00ae02, 0x4003b400, 0x00780301, 0x4002039c, 0x00000400, 0x0bae020a, 0x03b40000, 0x7807010a, 0x02073104, 0x07010302, 0x07ad7370, 0x61776e31, 0x00f32933, 0x35c80759, 0x01295902, 0x29590329, 0x59042959, 0x05295911, 0x29020735, 0x322a5907, 0x29591829, 0x59082902, 0x2abd15ff, 0x23280414, 0x00000001, 0x040229ad, 0x2d3e6661, 0x696c0001, 0x030204ad, 0x7331204f, 0x4b210001, 0x03020b03, 0x9c000002, 0x0007010b, 0x02070103, 0x04000000 }; +u32 ai_37[] = { 0x8e01ae02, 0x4003b400, 0x00780301, 0x4002039c, 0x00000400, 0x0bae020a, 0x03b40000, 0x7807010a, 0x02073105, 0x07010302, 0x07ad7370, 0x61776e32, 0x00f32933, 0x35c80759, 0x01295902, 0x29590329, 0x59042959, 0x05295911, 0x29020735, 0x322a5907, 0x29591829, 0x59082902, 0x2abd15ff, 0x23280415, 0x00000001, 0x040229ad, 0x2d3e6661, 0x696c0001, 0x030204ad, 0x7332204f, 0x4b210001, 0x03020b03, 0x9c000002, 0x0007010b, 0x02070103, 0x04000000 }; +u32 ai_38[] = { 0x8e02ae02, 0x4003b400, 0x00780301, 0x4002039c, 0x00000400, 0x0bae020a, 0x03b40000, 0x7807010a, 0x02073106, 0x07010302, 0x07ad7370, 0x61776e33, 0x00f32933, 0x35c80759, 0x01295902, 0x29590329, 0x59042959, 0x05295911, 0x29020735, 0x322a5907, 0x29591829, 0x59082902, 0x2abd15ff, 0x23280416, 0x00000001, 0x040229ad, 0x2d3e6661, 0x696c0001, 0x030204ad, 0x7333204f, 0x4b210001, 0x03020b03, 0x9c000002, 0x0007010b, 0x02070103, 0x04000000 }; +u32 ai_39[] = { 0x8e03ae02, 0x4003b400, 0x00780301, 0x4002039c, 0x00000400, 0x0bae020a, 0x03b40000, 0x7807010a, 0x02073107, 0x07010302, 0x07ad7370, 0x61776e34, 0x00f32933, 0x35c80759, 0x01295902, 0x29590329, 0x59042959, 0x05295911, 0x29020735, 0x322a5907, 0x29591829, 0x59082902, 0x2abd15ff, 0x23280417, 0x00000001, 0x040229ad, 0x2d3e6661, 0x696c0001, 0x030204ad, 0x7334204f, 0x4b210001, 0x03020b03, 0x9c000002, 0x0007010b, 0x02070103, 0x04000000 }; +u32 ai_18[] = { 0x8e0405fd, 0x04180400 }; +u32 ai_19[] = { 0x8e0505fd, 0x04180400 }; +u32 ai_20[] = { 0x8e0605fd, 0x04180400 }; +u32 ai_21[] = { 0x8e0705fd, 0x04180400 }; +u32 ai_22[] = { 0x4b03e80a, 0x3335c80a, 0x05fd041a, 0x020abf00, 0xc1070000, 0x00000702, 0x078dbf05, 0xfd041904 }; +u32 ai_23[] = { 0xbf00d211, 0x00000000, 0x0702078d, 0xbf05fd04, 0x1b040000 }; +u32 ai_25[] = { 0x022dae4c, 0x012c2928, 0x0a02292a, 0x0a020a03, 0x4c0bb83f, 0x4c00a029, 0x3c420229, 0x2f41b400, 0x00f00701, 0x0a020701, 0x2d02423c, 0x07000402, 0x4103012d, 0x02070209, 0x33350a07, 0x1a040207, 0x3532070e, 0x04020735, 0x3c071304, 0x02073550, 0x07130402, 0x07356407, 0x11040207, 0x35960712, 0x04020735, 0xc8071400, 0x01000004, 0x02071500, 0x01000004, 0x0204032f, 0x07010402, 0x074c00a0, 0x0a3c0700, 0x0a020a03, 0x012d0207, 0x03010902, 0x3fad746f, 0x6f206661, 0x72202d20, 0x64656c65, 0x74656421, 0x0023fd02, 0x0b03010b, 0x04000000 }; +u32 ai_24[] = { 0x022dae4b, 0x012c0d4c, 0x05dc2928, 0x0a02292a, 0x0a020a03, 0x4c0bb83f, 0x2f414c03, 0xe8293c09, 0x0229b400, 0x00f00701, 0x0a020701, 0x2d024103, 0x4b03e807, 0x012d0207, 0x02423c07, 0x012d0207, 0x02091500, 0x21000007, 0x0207ae02, 0x0b033c29, 0x00040229, 0xb400012c, 0x07010b02, 0x07160001, 0x00000702, 0x07020c03, 0x2f04010c, 0x0204012d, 0x020d05fd, 0x0419023f, 0xad746f6f, 0x20666172, 0x202d2064, 0x656c6574, 0x65642100, 0x23fd020e, 0x03010e04 }; +u32 ai_26[] = { 0x0200034c, 0x012c2932, 0x4302293a, 0x437efd43, 0x01000243, 0x06041905, 0xfd041904 }; +u32 ai_40[] = { 0x0200035b, 0x0129000a, 0x02295c01, 0x07010002, 0x07c40055, 0x00c50001, 0x0000c37c, 0x089a0000, 0x0100d001, 0x7833a606, 0x40000000, 0x020b035b, 0x0129000a, 0x0229010b, 0x020aae02, 0x0c03b400, 0x00b40701, 0x0c0207c4, 0x00c601c5, 0x01010000, 0xc37c099a, 0x00000800, 0xa7064000, 0x00002502, 0x04030104, 0x04000000 }; +u32 ai_41[] = { 0x9b000002, 0x009a0000, 0x04000200, 0x03710207, 0x70012955, 0x007b0755, 0x00930702, 0x29311329, 0x01000229, 0x55007b07, 0x55009307, 0x01000207, 0x9a000002, 0x009b0000, 0x0400020a, 0x03010a04 }; +u32 ai_42[] = { 0xad68656c, 0x6c6f0002, 0x00039c00, 0x00100029, 0x9c000008, 0x00060229, 0x9c000040, 0x00299c00, 0x00200045, 0x02290100, 0x02069a00, 0x00100000, 0x0a02459a, 0x00004000, 0x000a020a, 0x31080700, 0x290207f3, 0x29bd26ff, 0x0009041d, 0x00000010, 0x07022902, 0x07033109, 0x07002902, 0x07f329bd, 0x26ff000a, 0x041e0000, 0x00100702, 0x29020703, 0x310a0700, 0x290207f3, 0x29bd26ff, 0x000b041f, 0x00000010, 0x07022902, 0x0703310b, 0x07002902, 0x07f329bd, 0x26ff000c, 0x04200000, 0x00100702, 0x29020701, 0x00040000 }; +u32 ai_27[] = { 0x8e08ad68, 0x310a00ab, 0x000905fd, 0x04210400 }; +u32 ai_28[] = { 0x8e09ad68, 0x320a00ab, 0x000a05fd, 0x04210400 }; +u32 ai_29[] = { 0x8e0aad68, 0x330a00ab, 0x000b05fd, 0x04210400 }; +u32 ai_30[] = { 0x8e0bad68, 0x340a00ab, 0x000c05fd, 0x04210400 }; +u32 ai_31[] = { 0x020a9000, 0x28c000dd, 0x00000000, 0x000200bf, 0x00c10700, 0x00000000, 0x02003335, 0x6400bf00, 0xc1071000, 0x00000002, 0x00000402, 0x0405fd04, 0x22040000 }; +u32 ai_32[] = { 0x02039c00, 0x00200004, 0x15002100, 0x00074604, 0x0207020a, 0x0346043c, 0x07010a02, 0x07160001, 0x00000702, 0x07020b03, 0x46042f07, 0x010b0207, 0x01030204, 0x05fd0419, 0x04000000 }; +u32 ai_43[] = { 0x02039b00, 0x0020009b, 0x00004000, 0xb0af0200, 0x03b30003, 0xc0070103, 0x02075c03, 0x07010002, 0x07a80300, 0x00000807, 0x01000207, 0x25c37c0a, 0x9a000020, 0x00ae0100, 0x04000000 }; +u32 ai_0[] = { 0x200005fd, 0x041c0400 }; +u32 ai_1[] = { 0x200105fd, 0x041c0400 }; +u32 ai_2[] = { 0x200205fd, 0x041c0400 }; +u32 ai_3[] = { 0x200305fd, 0x041c0400 }; +u32 ai_4[] = { 0x200405fd, 0x041c0400 }; +u32 ai_5[] = { 0x200505fd, 0x041c0400 }; +u32 ai_6[] = { 0x200605fd, 0x041c0400 }; +u32 ai_7[] = { 0x200705fd, 0x041c0400 }; +u32 ai_8[] = { 0x200805fd, 0x041c0400 }; +u32 ai_9[] = { 0x200905fd, 0x041c0400 }; +u32 ai_10[] = { 0x200a05fd, 0x041c0400 }; +u32 ai_11[] = { 0x200b05fd, 0x041c0400 }; +u32 ai_12[] = { 0x200c05fd, 0x041c0400 }; +u32 ai_13[] = { 0x200d05fd, 0x041c0400 }; +u32 ai_14[] = { 0x200e05fd, 0x041c0400 }; +u32 ai_15[] = { 0x200f05fd, 0x041c0400 }; +u32 ai_33[] = { 0x0a006600, 0x00000104, 0x10ae020a, 0x03b40000, 0x3207010a, 0x02070a00, 0x660001ff, 0xff041005, 0xfd000104 }; +u32 ai_45[] = { 0x020a03cf, 0x07010a02, 0x0705f804, 0x2305fd00, 0x01040000 }; +u32 ai_44[] = { 0x02030355, 0x002e0701, 0x030207d6, 0x012c0701, 0x030207d7, 0x00ae020a, 0x03eb4655, 0x002e0700, 0x010207d6, 0x000007b4, 0x0000b407, 0x010a0207, 0x9a000080, 0x00ecda02, 0x0b03dc07, 0x010b0207, 0xf10705fd, 0x000f0207, 0xddeaed03, 0x0303d504, 0x00020000, 0x05f80424, 0x05fd0001, 0x0201d801, 0x03024605, 0xfd000104 }; +u32 ai_34[] = { 0xa6050008, 0x0000d9fd, 0x002f0702, 0x079d0000, 0x20009d00, 0x800000db, 0xf400ffff, 0x0a0063ff, 0xff004206, 0x10039d00, 0x00100002, 0x0c032f07, 0x010c0207, 0x0a00b200, 0x14ffff06, 0x18ae020a, 0x03b40000, 0xb407010a, 0x0207da02, 0x0b03dc07, 0x010b0207, 0xd205fd00, 0x01040000 }; +u32 ai_46[] = { 0x02000368, 0x050e0701, 0x000207ae, 0x020a03b4, 0x00007807, 0x010a0207, 0xc4010502, 0xc5020500, 0x0005fd00, 0x01040000 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000412 }, + /* index = 17 */ + { &ai_17, 0x00000413 }, + /* index = 18 */ + { &ai_18, 0x00000414 }, + /* index = 19 */ + { &ai_19, 0x00000415 }, + /* index = 20 */ + { &ai_20, 0x00000416 }, + /* index = 21 */ + { &ai_21, 0x00000417 }, + /* index = 22 */ + { &ai_22, 0x00000418 }, + /* index = 23 */ + { &ai_23, 0x0000041a }, + /* index = 24 */ + { &ai_24, 0x0000041b }, + /* index = 25 */ + { &ai_25, 0x00000419 }, + /* index = 26 */ + { &ai_26, 0x0000041c }, + /* index = 27 */ + { &ai_27, 0x0000041d }, + /* index = 28 */ + { &ai_28, 0x0000041e }, + /* index = 29 */ + { &ai_29, 0x0000041f }, + /* index = 30 */ + { &ai_30, 0x00000420 }, + /* index = 31 */ + { &ai_31, 0x00000421 }, + /* index = 32 */ + { &ai_32, 0x00000422 }, + /* index = 33 */ + { &ai_33, 0x00000423 }, + /* index = 34 */ + { &ai_34, 0x00000424 }, + /* index = 35 */ + { &ai_35, 0x00001000 }, + /* index = 36 */ + { &ai_36, 0x00001001 }, + /* index = 37 */ + { &ai_37, 0x00001002 }, + /* index = 38 */ + { &ai_38, 0x00001003 }, + /* index = 39 */ + { &ai_39, 0x00001004 }, + /* index = 40 */ + { &ai_40, 0x00001005 }, + /* index = 41 */ + { &ai_41, 0x00001006 }, + /* index = 42 */ + { &ai_42, 0x00001007 }, + /* index = 43 */ + { &ai_43, 0x00001008 }, + /* index = 44 */ + { &ai_44, 0x00001009 }, + /* index = 45 */ + { &ai_45, 0x0000100a }, + /* index = 46 */ + { &ai_46, 0x0000100a }, + /* index = 47 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/UsetupsevxbZ.c b/assets/obseg/setup/UsetupsevxbZ.c new file mode 100644 index 0000000..8047802 --- /dev/null +++ b/assets/obseg/setup/UsetupsevxbZ.c @@ -0,0 +1,1973 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:13 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupsevxbZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-23.0f, -157.0f, -842.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p1d1", 0 }, + { {25.0f, -157.0f, -843.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p232d2", 0 }, + { {-42.0f, -157.0f, -464.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p0d2", 0 }, + { {0.0f, 27.0f, -53.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, -1.0f}, "p419d2", 0 }, + { {-3.0f, -157.0f, -732.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, -1.0f}, "p1d1", 0 }, + { {-23.0f, -157.0f, -522.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, -1.0f}, "p0d1", 0 }, + { {2.0f, 27.0f, -252.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, -1.0f}, "p220d1", 0 }, + { {30.0f, 27.0f, -586.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, -1.0f}, "p233d2", 0 }, + { {35.0f, 27.0f, -912.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, -1.0f}, "p232d2", 0 }, + { {7.0f, 27.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, -1.0f}, "p338d1", 0 }, + { {-4817.0f, 50.0f, -8662.0f}, {0.0f, 1.0f, 0.0f}, {-0.720308f, 0.0f, 0.693655f}, "p9717a2", 0 }, + { {-5000.0f, 50.0f, -8683.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, 0.707105f}, "p9717a2", 0 }, + { {-5421.0f, 48.0f, -6742.0f}, {0.003729f, 0.999947f, -0.009625f}, {0.942961f, -0.00672f, -0.332835f}, "p9865a2", 0 }, + { {-5263.0f, 48.0f, -6647.0f}, {0.003729f, 0.999947f, -0.009625f}, {-0.350596f, -0.007706f, -0.936495f}, "p9865a2", 0 }, + { {-3688.0f, 98.0f, -6167.0f}, {0.011113f, 0.999872f, -0.011508f}, {0.999277f, -0.011523f, -0.036226f}, "p9569a2", 0 }, + { {-3576.0f, 95.0f, -6313.0f}, {0.011113f, 0.999872f, -0.011508f}, {0.017513f, 0.011312f, 0.999783f}, "p9569a2", 0 }, + { {-3114.0f, 79.0f, -3780.0f}, {0.004454f, 0.999872f, 0.015366f}, {-0.468264f, -0.011492f, 0.883514f}, "p9421a2", 0 }, + { {-3043.0f, 76.0f, -3610.0f}, {0.004454f, 0.999872f, 0.015366f}, {-0.874594f, 0.011345f, -0.484723f}, "p9421a2", 0 }, + { {1131.0f, 307.0f, -5091.0f}, {0.0f, 1.0f, 0.0f}, {0.999822f, 0.0f, 0.018859f}, "p391b2", 0 }, + { {1019.0f, 307.0f, -4999.0f}, {0.0f, 1.0f, 0.0f}, {0.88406f, 0.0f, -0.467373f}, "p394b", 0 }, + { {2306.0f, 73.0f, -8385.0f}, {-0.004531f, 0.999872f, -0.015343f}, {0.877031f, 0.011345f, 0.4803f}, "p6695a", 0 }, + { {2944.0f, 48.0f, -8930.0f}, {0.015165f, 0.999872f, -0.005096f}, {-0.447515f, 0.011345f, 0.894204f}, "p10129a", 0 }, + { {3147.0f, 56.0f, -2528.0f}, {0.0f, 1.0f, 0.0f}, {0.88406f, 0.0f, -0.467373f}, "p912c1", 0 }, + { {-222.0f, 50.0f, 879.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, 0.707105f}, "p12740a1", 0 }, + { {-163.0f, 94.0f, 937.0f}, {8e-06, 1.0f, 8e-06}, {0.693655f, -3e-06, 0.720308f}, "p12735a1", 0 }, + { {-181.0f, 94.0f, 854.0f}, {8e-06, 1.0f, 8e-06}, {0.693655f, -3e-06, 0.720308f}, "p12740a1", 0 }, + { {-251.0f, 94.0f, 922.0f}, {8e-06, 1.0f, 8e-06}, {0.693655f, -3e-06, 0.720308f}, "p12735a2", 0 }, + { {-245.0f, 94.0f, 858.0f}, {8e-06, 1.0f, 8e-06}, {0.693655f, -3e-06, 0.720308f}, "p12740a1", 0 }, + { {-194.0f, 94.0f, 905.0f}, {8e-06, 1.0f, 8e-06}, {0.693655f, -3e-06, 0.720308f}, "p12735a2", 0 }, + { {-283.0f, 94.0f, 818.0f}, {8e-06, 1.0f, 8e-06}, {0.693655f, -3e-06, 0.720308f}, "p12740a2", 0 }, + { {-4837.0f, 128.0f, -11570.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2019a", 0 }, + { {4351.0f, 84.0f, -6783.0f}, {-2e-05, 1.0f, 2e-05}, {0.709614f, 2.8e-05, -0.70459f}, "p10215a", 0 }, + { {4378.0f, 84.0f, -6840.0f}, {-7e-06, 1.0f, -1.2e-05}, {0.499069f, 1.4e-05, 0.866562f}, "p10215a", 0 }, + { {4398.0f, 84.0f, -6791.0f}, {1.4e-05, 1.0f, 2.5e-05}, {-0.49692f, 2.8e-05, -0.867796f}, "p10215a", 0 }, + { {3737.0f, 84.0f, -7006.0f}, {2.8e-05, 1.0f, 0.0f}, {-0.999994f, 2.8e-05, -0.003552f}, "p10220a", 0 }, + { {3669.0f, 84.0f, -6979.0f}, {-1.2e-05, 1.0f, 7e-06}, {0.867354f, 1.4e-05, -0.497691f}, "p9275a1", 0 }, + { {3723.0f, 84.0f, -6809.0f}, {0.0f, 1.0f, 1.4e-05}, {0.002664f, 1.4e-05, -0.999996f}, "p10220a", 0 }, + { {3685.0f, 84.0f, -6808.0f}, {0.0f, 1.0f, 1.4e-05}, {0.002664f, 1.4e-05, -0.999996f}, "p10220a", 0 }, + { {3648.0f, 84.0f, -6809.0f}, {0.0f, 1.0f, 1.4e-05}, {0.002664f, 1.4e-05, -0.999996f}, "p10220a", 0 }, + { {-9103.0f, 184.0f, -7821.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1963a", 0 }, + { {-8954.0f, 116.0f, -6366.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1952a", 0 }, + { {-8476.0f, 63.0f, -5432.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1946a", 0 }, + { {-6996.0f, 249.0f, -4332.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1483a", 0 }, + { {-6284.0f, 120.0f, -4663.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1490a", 0 }, + { {-5546.0f, 300.0f, -4603.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1497a", 0 }, + { {-5199.0f, 184.0f, -4882.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1502a", 0 }, + { {-4487.0f, 169.0f, -4313.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1516a", 0 }, + { {-3998.0f, 74.0f, -3379.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1558a", 0 }, + { {-3666.0f, 74.0f, -2975.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1596a", 0 }, + { {-3067.0f, 105.0f, -2829.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1599a", 0 }, + { {-2201.0f, 299.0f, -2677.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1664a", 0 }, + { {-1248.0f, 285.0f, -1998.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p956a", 0 }, + { {-953.0f, 353.0f, -934.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1076a", 0 }, + { {-1544.0f, 244.0f, 817.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1071a", 0 }, + { {-1000.0f, 132.0f, 2131.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1067a", 0 }, + { {219.0f, 142.0f, 2330.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1069a", 0 }, + { {1055.0f, 233.0f, 1429.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1079a", 0 }, + { {-6202.0f, 184.0f, -8783.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1311a", 0 }, + { {-4510.0f, 101.0f, -9062.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12397a", 0 }, + { {-3225.0f, 184.0f, -9493.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1364a", 0 }, + { {-2076.0f, 184.0f, -9493.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1443a", 0 }, + { {-1153.0f, 166.0f, -8216.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1463a", 0 }, + { {314.0f, 85.0f, -7884.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2533a", 0 }, + { {1752.0f, 78.0f, -8593.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2117a", 0 }, + { {2135.0f, 86.0f, -9188.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2111a", 0 }, + { {2897.0f, 78.0f, -9267.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2106a", 0 }, + { {3485.0f, 165.0f, -8789.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p8866a", 0 }, + { {3620.0f, 165.0f, -8415.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p8862a", 0 }, + { {-7791.0f, 93.0f, -10743.0f}, {0.0f, 1.0f, 0.0f}, {0.940973f, 0.0f, 0.338482f}, "p1989a", 0 }, + { {-7518.0f, 112.0f, -11327.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1994a", 0 }, + { {-6731.0f, 112.0f, -11507.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2009a", 0 }, + { {-5255.0f, 112.0f, -11494.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2017a", 0 }, + { {-7896.0f, 112.0f, -8238.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1982a", 0 }, + { {-7843.0f, 112.0f, -7944.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1981a", 0 }, + { {-7684.0f, 112.0f, -7546.0f}, {0.0f, 1.0f, 0.0f}, {0.139173f, 0.0f, 0.990268f}, "p1979a", 0 }, + { {-7183.0f, 112.0f, -7168.0f}, {0.0f, 1.0f, 0.0f}, {0.752313f, 0.0f, 0.658806f}, "p1977a", 0 }, + { {-8547.0f, 158.0f, -8769.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p10185a", 0 }, + { {-8535.0f, 271.0f, -8825.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p12379a2", 0 }, + { {-8523.0f, 271.0f, -8861.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p12379a2", 0 }, + { {-7337.0f, 158.0f, -9091.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10190a", 0 }, + { {-7313.0f, 271.0f, -9143.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12707a2", 0 }, + { {-7294.0f, 271.0f, -9175.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12707a1", 0 }, + { {-8626.0f, 271.0f, -8799.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p1800a", 0 }, + { {-8586.0f, 271.0f, -8975.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p1804a", 0 }, + { {-8398.0f, 271.0f, -8915.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p1806a", 0 }, + { {-8444.0f, 271.0f, -8771.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p1805a", 0 }, + { {-7398.0f, 271.0f, -9141.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1789a", 0 }, + { {-7313.0f, 271.0f, -9310.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1792a", 0 }, + { {-7156.0f, 271.0f, -9211.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12377a", 0 }, + { {-7235.0f, 271.0f, -9089.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12378a", 0 }, + { {-6648.0f, 37.0f, -7108.0f}, {0.0f, 1.0f, 0.0f}, {0.935776f, 0.0f, 0.352594f}, "p1976a", 0 }, + { {-6162.0f, 101.0f, -7348.0f}, {0.0f, 1.0f, 0.0f}, {0.986703f, 0.0f, -0.162533f}, "p1757a", 0 }, + { {-5722.0f, 101.0f, -7568.0f}, {0.0f, 1.0f, 0.0f}, {0.988636f, 0.0f, 0.15033f}, "p1755a", 0 }, + { {-5237.0f, 37.0f, -7540.0f}, {0.0f, 1.0f, 0.0f}, {0.647507f, 0.0f, 0.762059f}, "p1763a", 0 }, + { {-5133.0f, 37.0f, -7251.0f}, {0.0f, 1.0f, 0.0f}, {-0.749723f, 0.0f, 0.661751f}, "p4444a1", 0 }, + { {-5248.0f, 37.0f, -7035.0f}, {0.0f, 1.0f, 0.0f}, {-0.081f, 0.0f, 0.996714f}, "p4444a2", 0 }, + { {-5012.0f, 37.0f, -7777.0f}, {0.0f, 1.0f, 0.0f}, {0.749733f, 0.0f, -0.66174f}, "p1771a", 0 }, + { {-4956.0f, 37.0f, -8517.0f}, {0.0f, 1.0f, 0.0f}, {0.749733f, 0.0f, -0.66174f}, "p4407a", 0 }, + { {-4925.0f, 37.0f, -7450.0f}, {0.0f, 1.0f, 0.0f}, {0.940973f, 0.0f, 0.338482f}, "p1762a", 0 }, + { {-4396.0f, 93.0f, -7436.0f}, {0.0f, 1.0f, 0.0f}, {0.940973f, 0.0f, 0.338482f}, "p1756a", 0 }, + { {-4956.0f, 47.0f, -8575.0f}, {0.0f, 1.0f, 0.0f}, {0.749733f, 0.0f, -0.66174f}, "p9717a1", 0 }, + { {-5234.0f, 37.0f, -6827.0f}, {0.0f, 1.0f, 0.0f}, {-0.081f, 0.0f, 0.996714f}, "p4412a", 0 }, + { {-5257.0f, 37.0f, -6765.0f}, {0.0f, 1.0f, 0.0f}, {-0.081f, 0.0f, 0.996714f}, "p9865a1", 0 }, + { {-5239.0f, 82.0f, -8468.0f}, {0.0f, 1.0f, 0.0f}, {0.749733f, 0.0f, -0.66174f}, "p1317a", 0 }, + { {-5154.0f, 82.0f, -8902.0f}, {0.0f, 1.0f, 0.0f}, {0.07158f, 0.0f, -0.997435f}, "p1312a", 0 }, + { {-4471.0f, 117.0f, -8463.0f}, {0.0f, 1.0f, 0.0f}, {0.749733f, 0.0f, -0.66174f}, "p1308a", 0 }, + { {-4460.0f, 82.0f, -8913.0f}, {0.0f, 1.0f, 0.0f}, {0.07158f, 0.0f, -0.997435f}, "p12397a", 0 }, + { {-4826.0f, 168.0f, -6795.0f}, {0.0f, 1.0f, 0.0f}, {-0.081f, 0.0f, 0.996714f}, "p12400a", 0 }, + { {-5043.0f, 97.0f, -6292.0f}, {0.0f, 1.0f, 0.0f}, {-0.081f, 0.0f, 0.996714f}, "p4429a", 0 }, + { {-5758.0f, 97.0f, -6643.0f}, {0.0f, 1.0f, 0.0f}, {-0.081f, 0.0f, 0.996714f}, "p4424a", 0 }, + { {-5670.0f, 89.0f, -7109.0f}, {0.0f, 1.0f, 0.0f}, {-0.081f, 0.0f, 0.996714f}, "p4440a", 0 }, + { {-3987.0f, 73.0f, -7529.0f}, {0.0f, 1.0f, 0.0f}, {0.940973f, 0.0f, 0.338482f}, "p1752a", 0 }, + { {-3622.0f, 51.0f, -7544.0f}, {0.0f, 1.0f, 0.0f}, {0.940973f, 0.0f, 0.338482f}, "p1750a", 0 }, + { {-3219.0f, 23.0f, -7465.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1748a", 0 }, + { {-2874.0f, 73.0f, -7263.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1743a", 0 }, + { {-2846.0f, 73.0f, -7388.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1692a", 0 }, + { {-2871.0f, 73.0f, -7703.0f}, {0.0f, 1.0f, 0.0f}, {0.994108f, 0.0f, 0.108398f}, "p1690a", 0 }, + { {-2837.0f, 73.0f, -8196.0f}, {0.0f, 1.0f, 0.0f}, {0.994108f, 0.0f, 0.108398f}, "p1688a", 0 }, + { {-2754.0f, 73.0f, -8656.0f}, {0.0f, 1.0f, 0.0f}, {0.994108f, 0.0f, 0.108398f}, "p1678a", 0 }, + { {-2547.0f, 73.0f, -7067.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1746a", 0 }, + { {-2057.0f, 73.0f, -6730.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1742a", 0 }, + { {-2613.0f, 21.0f, -8956.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1682a", 0 }, + { {-2804.0f, 154.0f, -9214.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12506a2", 0 }, + { {-2656.0f, 267.0f, -9324.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12537a", 0 }, + { {-2762.0f, 229.0f, -9176.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12541a", 0 }, + { {-2609.0f, 229.0f, -8976.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12544a", 0 }, + { {-2372.0f, 229.0f, -9147.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12546a", 0 }, + { {-2549.0f, 229.0f, -9392.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12549a", 0 }, + { {-2489.0f, 21.0f, -8998.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1683a", 0 }, + { {-2593.0f, 21.0f, -9088.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12421a2", 0 }, + { {-2944.0f, 229.0f, -9178.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1377a", 0 }, + { {-2763.0f, 229.0f, -8934.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p12658a1", 0 }, + { {-2260.0f, 229.0f, -9159.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1387a", 0 }, + { {-2579.0f, 229.0f, -9479.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1370a", 0 }, + { {-1590.0f, 73.0f, -6383.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1740a", 0 }, + { {-1215.0f, 74.0f, -6295.0f}, {0.0f, 1.0f, 0.0f}, {0.609525f, 0.0f, -0.792767f}, "p1714a", 0 }, + { {-1827.0f, 73.0f, -6221.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1716a", 0 }, + { {-2363.0f, 73.0f, -6038.0f}, {0.0f, 1.0f, 0.0f}, {0.373226f, 0.0f, -0.92774f}, "p1719a", 0 }, + { {-2842.0f, 73.0f, -5462.0f}, {0.0f, 1.0f, 0.0f}, {0.373226f, 0.0f, -0.92774f}, "p1724a", 0 }, + { {-4244.0f, 271.0f, -5007.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p10381a2", 0 }, + { {-4255.0f, 271.0f, -4971.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p10381a2", 0 }, + { {-4267.0f, 158.0f, -4915.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p10200a", 0 }, + { {-2112.0f, 271.0f, -4296.0f}, {3e-06, 1.0f, 0.0f}, {-0.882955f, 3e-06, 0.469458f}, "p8962a2", 0 }, + { {-2150.0f, 271.0f, -4298.0f}, {3e-06, 1.0f, 0.0f}, {-0.882955f, 3e-06, 0.469458f}, "p8962a2", 0 }, + { {-2207.0f, 158.0f, -4295.0f}, {3e-06, 1.0f, 0.0f}, {-0.882955f, 3e-06, 0.469458f}, "p10197a", 0 }, + { {-3094.0f, 73.0f, -5415.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p1737a", 0 }, + { {-3227.0f, 51.0f, -5835.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p1735a", 0 }, + { {-3489.0f, 51.0f, -6157.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p4396a", 0 }, + { {-2923.0f, 73.0f, -4746.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p1727a", 0 }, + { {-3163.0f, 73.0f, -4612.0f}, {0.0f, 1.0f, 0.0f}, {-0.916895f, 0.0f, -0.399128f}, "p1729a", 0 }, + { {-3615.0f, 73.0f, -3899.0f}, {0.0f, 1.0f, 0.0f}, {-0.696627f, 0.0f, -0.717434f}, "p1700a", 0 }, + { {-3375.0f, 73.0f, -3625.0f}, {0.0f, 1.0f, 0.0f}, {-0.999103f, 0.0f, -0.042334f}, "p1704a", 0 }, + { {-3223.0f, 73.0f, -3605.0f}, {0.0f, 1.0f, 0.0f}, {-0.897518f, 0.0f, 0.440979f}, "p1702a", 0 }, + { {-3532.0f, 51.0f, -6203.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p9569a2", 0 }, + { {-3157.0f, 73.0f, -3621.0f}, {0.0f, 1.0f, 0.0f}, {-0.897518f, 0.0f, 0.440979f}, "p9421a2", 0 }, + { {-4351.0f, 271.0f, -4939.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p4163a", 0 }, + { {-4317.0f, 271.0f, -5154.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p4167a", 0 }, + { {-4089.0f, 271.0f, -5092.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p4169a", 0 }, + { {-4167.0f, 271.0f, -4895.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p4168a", 0 }, + { {-1965.0f, 271.0f, -4379.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p10399a1", 0 }, + { {-2192.0f, 271.0f, -4441.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p10400a", 0 }, + { {-2226.0f, 271.0f, -4226.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p4146a", 0 }, + { {-2043.0f, 271.0f, -4182.0f}, {1e-06, 1.0f, -3e-06}, {0.224936f, 3e-06, 0.974374f}, "p4147a", 0 }, + { {-3325.0f, 130.0f, -3969.0f}, {0.0f, 1.0f, 0.0f}, {-0.897518f, 0.0f, 0.440979f}, "p1605a", 0 }, + { {-2978.0f, 277.0f, -4199.0f}, {0.0f, 1.0f, 0.0f}, {-0.897518f, 0.0f, 0.440979f}, "p1640a", 0 }, + { {-3125.0f, 168.0f, -3344.0f}, {0.0f, 1.0f, 0.0f}, {-0.897518f, 0.0f, 0.440979f}, "p1658a", 0 }, + { {-2730.0f, 156.0f, -3512.0f}, {0.0f, 1.0f, 0.0f}, {-0.954924f, 0.0f, -0.29685f}, "p1657a", 0 }, + { {-3358.0f, 90.0f, -6287.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p4395a", 0 }, + { {-3617.0f, 109.0f, -6628.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p4389a", 0 }, + { {-4064.0f, 105.0f, -6121.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p4387a", 0 }, + { {-3756.0f, 105.0f, -5904.0f}, {0.0f, 1.0f, 0.0f}, {-0.99235f, 0.0f, -0.12346f}, "p4391a", 0 }, + { {-746.0f, 66.0f, -6394.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1712a", 0 }, + { {-380.0f, 36.0f, -6541.0f}, {0.0f, 1.0f, 0.0f}, {0.917058f, 0.0f, -0.398754f}, "p1710a", 0 }, + { {-206.0f, 81.0f, -6329.0f}, {0.0f, 1.0f, 0.0f}, {0.957984f, 0.0f, 0.286823f}, "p1269a", 0 }, + { {-200.0f, 81.0f, -5766.0f}, {0.0f, 1.0f, 0.0f}, {0.378298f, 0.0f, -0.925684f}, "p1272a", 0 }, + { {-262.0f, 81.0f, -5087.0f}, {0.0f, 1.0f, 0.0f}, {0.378298f, 0.0f, -0.925684f}, "p1241a", 0 }, + { {-387.0f, 81.0f, -4343.0f}, {0.0f, 1.0f, 0.0f}, {0.378298f, 0.0f, -0.925684f}, "p1235a", 0 }, + { {-244.0f, 81.0f, -3981.0f}, {0.0f, 1.0f, 0.0f}, {0.378298f, 0.0f, -0.925684f}, "p1236a", 0 }, + { {521.0f, 81.0f, -4068.0f}, {0.0f, 1.0f, 0.0f}, {-0.143858f, 0.0f, -0.989598f}, "p1242a", 0 }, + { {914.0f, 81.0f, -4534.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p1287a", 0 }, + { {1160.0f, 36.0f, -7369.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p2152a", 0 }, + { {879.0f, 36.0f, -7374.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p2154a", 0 }, + { {615.0f, 36.0f, -7319.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p2156a", 0 }, + { {411.0f, 81.0f, -7202.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p2157a", 0 }, + { {84.0f, 81.0f, -7013.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p1266a", 0 }, + { {-143.0f, 81.0f, -6750.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p1267a", 0 }, + { {1317.0f, 81.0f, -4895.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p1180a", 0 }, + { {1343.0f, 132.0f, -5689.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p1167a", 0 }, + { {596.0f, 244.0f, -5580.0f}, {0.0f, 1.0f, 0.0f}, {0.506137f, 0.0f, 0.862453f}, "p1158a", 0 }, + { {337.0f, 254.0f, -4902.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p1184a", 0 }, + { {1082.0f, 81.0f, -4151.0f}, {0.0f, 1.0f, 0.0f}, {-0.143858f, 0.0f, -0.989598f}, "p1288a", 0 }, + { {1670.0f, 81.0f, -4196.0f}, {0.0f, 1.0f, 0.0f}, {-0.143858f, 0.0f, -0.989598f}, "p1282a", 0 }, + { {1897.0f, 81.0f, -4481.0f}, {0.0f, 1.0f, 0.0f}, {-0.143858f, 0.0f, -0.989598f}, "p1280a", 0 }, + { {1859.0f, 81.0f, -4971.0f}, {0.0f, 1.0f, 0.0f}, {-0.143858f, 0.0f, -0.989598f}, "p1277a", 0 }, + { {1720.0f, 81.0f, -5310.0f}, {0.0f, 1.0f, 0.0f}, {-0.143858f, 0.0f, -0.989598f}, "p1275a", 0 }, + { {1727.0f, 81.0f, -5607.0f}, {0.0f, 1.0f, 0.0f}, {-0.143858f, 0.0f, -0.989598f}, "p1274a", 0 }, + { {1600.0f, 81.0f, -5859.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p1301a", 0 }, + { {1317.0f, 81.0f, -5987.0f}, {0.0f, 1.0f, 0.0f}, {-0.369107f, 0.0f, -0.929387f}, "p1299a", 0 }, + { {1205.0f, 81.0f, -6310.0f}, {0.0f, 1.0f, 0.0f}, {0.089211f, 0.0f, -0.996013f}, "p1297a", 0 }, + { {1250.0f, 81.0f, -6615.0f}, {0.0f, 1.0f, 0.0f}, {0.089211f, 0.0f, -0.996013f}, "p1295a", 0 }, + { {1482.0f, 36.0f, -7149.0f}, {0.0f, 1.0f, 0.0f}, {0.338052f, 0.0f, -0.941128f}, "p2147a", 0 }, + { {1572.0f, 36.0f, -7369.0f}, {0.0f, 1.0f, 0.0f}, {0.338052f, 0.0f, -0.941128f}, "p2143a", 0 }, + { {2277.0f, 36.0f, -7716.0f}, {0.0f, 1.0f, 0.0f}, {0.338052f, 0.0f, -0.941128f}, "p2139a", 0 }, + { {2642.0f, 36.0f, -7889.0f}, {0.0f, 1.0f, 0.0f}, {0.717228f, 0.0f, -0.696839f}, "p2137a", 0 }, + { {2903.0f, 36.0f, -7939.0f}, {0.0f, 1.0f, 0.0f}, {0.546798f, 0.0f, -0.837265f}, "p2135a", 0 }, + { {3456.0f, 36.0f, -7974.0f}, {0.0f, 1.0f, 0.0f}, {0.756397f, 0.0f, -0.654112f}, "p2131a", 0 }, + { {3705.0f, 36.0f, -7925.0f}, {0.0f, 1.0f, 0.0f}, {0.756397f, 0.0f, -0.654112f}, "p2127a", 0 }, + { {3875.0f, 36.0f, -7784.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2124a", 0 }, + { {3971.0f, 36.0f, -7426.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2121a", 0 }, + { {3963.0f, 36.0f, -7245.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2158a", 0 }, + { {3991.0f, 36.0f, -7110.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2160a", 0 }, + { {4220.0f, 36.0f, -7063.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2369a", 0 }, + { {3933.0f, 36.0f, -7113.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2161a", 0 }, + { {3815.0f, 36.0f, -7112.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2310a", 0 }, + { {3732.0f, 36.0f, -7112.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p9275a2", 0 }, + { {4289.0f, 36.0f, -7063.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p9129a1", 0 }, + { {3807.0f, 104.0f, -7256.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2341a", 0 }, + { {3487.0f, 104.0f, -7316.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2379a", 0 }, + { {3514.0f, 104.0f, -6743.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2323a", 0 }, + { {3850.0f, 104.0f, -6747.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2363a", 0 }, + { {4221.0f, 36.0f, -7199.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2414a", 0 }, + { {4535.0f, 55.0f, -7201.0f}, {0.0f, 1.0f, 0.0f}, {0.97848f, 0.0f, -0.206339f}, "p2410a", 0 }, + { {4527.0f, 89.0f, -6703.0f}, {0.0f, 1.0f, 0.0f}, {0.206303f, 0.0f, 0.978488f}, "p2390a", 0 }, + { {4235.0f, 82.0f, -6711.0f}, {0.0f, 1.0f, 0.0f}, {-0.979258f, 0.0f, 0.202618f}, "p2395a", 0 }, + { {-157.0f, 81.0f, -3428.0f}, {0.0f, 1.0f, 0.0f}, {0.378298f, 0.0f, -0.925684f}, "p1243a", 0 }, + { {442.0f, 145.0f, -2380.0f}, {0.0f, 1.0f, 0.0f}, {0.378298f, 0.0f, -0.925684f}, "p1228a", 0 }, + { {591.0f, 145.0f, -1929.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p1229a", 0 }, + { {715.0f, 164.0f, -1477.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p1231a", 0 }, + { {772.0f, 186.0f, -1032.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p1233a", 0 }, + { {815.0f, 145.0f, -614.0f}, {0.0f, 1.0f, 0.0f}, {0.992823f, 0.0f, 0.119591f}, "p1213a", 0 }, + { {743.0f, 96.0f, -211.0f}, {0.0f, 1.0f, 0.0f}, {0.992823f, 0.0f, 0.119591f}, "p1215a", 0 }, + { {547.0f, 73.0f, 151.0f}, {0.0f, 1.0f, 0.0f}, {0.992823f, 0.0f, 0.119591f}, "p1211a", 0 }, + { {318.0f, 36.0f, 400.0f}, {0.0f, 1.0f, 0.0f}, {0.980727f, 0.0f, -0.195385f}, "p1254a1", 0 }, + { {-988.0f, 218.0f, -3458.0f}, {-3e-06, 1.0f, 0.0f}, {0.882955f, 3e-06, -0.469458f}, "p10205a", 0 }, + { {-1045.0f, 331.0f, -3455.0f}, {-3e-06, 1.0f, 0.0f}, {0.882955f, 3e-06, -0.469458f}, "p12344a2", 0 }, + { {-1083.0f, 331.0f, -3457.0f}, {-3e-06, 1.0f, 0.0f}, {0.882955f, 3e-06, -0.469458f}, "p12344a2", 0 }, + { {-416.0f, 120.0f, -3539.0f}, {-3e-06, 1.0f, 1e-06}, {0.735635f, 3e-06, -0.677378f}, "p1247a", 0 }, + { {778.0f, 126.0f, -2138.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p1224a", 0 }, + { {1600.0f, 135.0f, -2039.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p1220a", 0 }, + { {2485.0f, 47.0f, -2099.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2430a", 0 }, + { {2896.0f, -19.0f, -2231.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2434a", 0 }, + { {3095.0f, -19.0f, -2200.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p10125a", 0 }, + { {3309.0f, -19.0f, -2262.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2450a", 0 }, + { {3394.0f, -19.0f, -2502.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2488a", 0 }, + { {3244.0f, -19.0f, -2714.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2438a", 0 }, + { {3012.0f, -19.0f, -2740.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2452a", 0 }, + { {3012.0f, -19.0f, -2740.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2452a", 0 }, + { {2865.0f, -19.0f, -2639.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2443a", 0 }, + { {2806.0f, 7.0f, -2463.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p2454a", 0 }, + { {3095.0f, 283.0f, -2349.0f}, {0.0f, 1.0f, 0.0f}, {0.990815f, 0.0f, -0.135223f}, "p12754a2", 0 }, + { {2548.0f, 37.0f, -8253.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10212a", 0 }, + { {2536.0f, 37.0f, -8618.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p6779a", 0 }, + { {2307.0f, 37.0f, -8629.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10004a", 0 }, + { {2292.0f, 37.0f, -8950.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p9999a", 0 }, + { {2634.0f, 37.0f, -8941.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10017a", 0 }, + { {2651.0f, 37.0f, -8717.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p6778a", 0 }, + { {2890.0f, 37.0f, -8698.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p6798a", 0 }, + { {3075.0f, 37.0f, -8616.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10058a", 0 }, + { {3088.0f, 37.0f, -8182.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10052a", 0 }, + { {2769.0f, 37.0f, -8177.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p6805a", 0 }, + { {2888.0f, 37.0f, -8773.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10135a", 0 }, + { {2471.0f, 37.0f, -8253.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p10138a", 0 }, + { {1134.0f, 81.0f, -4868.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p1198a", 0 }, + { {1131.0f, 81.0f, -4961.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p66b", 0 }, + { {902.0f, 81.0f, -5107.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p85b", 0 }, + { {1052.0f, 81.0f, -5227.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p39b", 0 }, + { {915.0f, 81.0f, -5358.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p58b", 0 }, + { {1048.0f, 81.0f, -5474.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p53b1", 0 }, + { {857.0f, 174.0f, -5474.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p185b2", 0 }, + { {622.0f, 240.0f, -5474.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p190b2", 0 }, + { {622.0f, 240.0f, -5334.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p190b2", 0 }, + { {622.0f, 240.0f, -5080.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p193b2", 0 }, + { {778.0f, 307.0f, -5080.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p203b2", 0 }, + { {959.0f, 307.0f, -5082.0f}, {0.0f, 1.0f, 0.0f}, {-0.999975f, 0.0f, 0.0071f}, "p203b1", 0 }, + { {1015.0f, 307.0f, -5080.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p392b", 0 }, + { {1105.0f, 307.0f, -4955.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p394b", 0 }, + { {1112.0f, 307.0f, -4879.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7320a2", 0 }, + { {788.0f, 307.0f, -4885.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7320a1", 0 }, + { {785.0f, 307.0f, -4928.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7319a2", 0 }, + { {782.0f, 307.0f, -5001.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p1190a", 0 }, + { {588.0f, 461.0f, -4930.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7274a2", 0 }, + { {591.0f, 461.0f, -4998.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7274a1", 0 }, + { {836.0f, 543.0f, -4995.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7342a2", 0 }, + { {834.0f, 543.0f, -5064.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7341a1", 0 }, + { {676.0f, 543.0f, -5105.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7340a1", 0 }, + { {679.0f, 543.0f, -5388.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7340a2", 0 }, + { {1131.0f, 543.0f, -5387.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7339a1", 0 }, + { {1127.0f, 543.0f, -5059.0f}, {0.0f, 1.0f, 0.0f}, {-0.506137f, 0.0f, -0.862453f}, "p7342a1", 0 }, + { {-2.0f, -157.0f, -964.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p1d1", 0 }, + { {0.0f, 50.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, -1.0f}, "p419d1", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-63.0f, -164.0f, -1002.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334d2", 0, {-4.000002f, 4.0f, -2.0f, 22.0f, -27.999998f, 91.99999f} }, + { {-43.0f, -164.0f, -1010.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334d1", 0, {-3.000002f, 4.0f, -2.0f, 23.0f, -27.999998f, 91.99999f} }, + { {-23.0f, -164.0f, -1017.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334d1", 0, {-4.000002f, 4.0f, -1.0f, 23.0f, -27.999998f, 91.99999f} }, + { {63.0f, -164.0f, -1002.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335d1", 0, {-4.0f, 4.000002f, -2.0f, 23.0f, -27.999998f, 91.99999f} }, + { {43.0f, -164.0f, -1010.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335d1", 0, {-4.0f, 3.000002f, -1.0f, 23.0f, -27.999998f, 91.99999f} }, + { {22.0f, -164.0f, -1017.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335d1", 0, {-4.0f, 4.000002f, -2.0f, 22.0f, -27.999998f, 91.99999f} }, + { {-17.0f, 28.0f, -4.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p358d2", 0, {-4.000003f, 4.0f, -2.0f, 36.0f, -27.999998f, 74.0f} }, + { {-63.0f, -164.0f, -1002.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334d2", 0, {-4.000002f, 4.0f, -2.0f, 22.0f, -27.999998f, 91.99999f} }, + { {-43.0f, -164.0f, -1010.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334d1", 0, {-3.000002f, 4.0f, -2.0f, 23.0f, -27.999998f, 91.99999f} }, + { {-23.0f, -164.0f, -1017.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p334d1", 0, {-4.000002f, 4.0f, -1.0f, 23.0f, -27.999998f, 91.99999f} }, + { {63.0f, -164.0f, -1002.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335d1", 0, {-4.0f, 4.000002f, -2.0f, 23.0f, -27.999998f, 91.99999f} }, + { {43.0f, -164.0f, -1010.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335d1", 0, {-4.0f, 3.000002f, -1.0f, 23.0f, -27.999998f, 91.99999f} }, + { {22.0f, -164.0f, -1017.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p335d1", 0, {-4.0f, 4.000002f, -2.0f, 22.0f, -27.999998f, 91.99999f} }, + { {2751.0f, 0.0f, -8419.0f}, {-2.4e-05, 1.0f, -0.000134f}, {5e-05, 1e-06, 1.0f}, "p6794a", 0, {-22.001259f, 23.00207f, -0.003891f, 45.003197f, -20.001108f, 25.001198f} }, + { {2807.0f, 0.0f, -8418.0f}, {-0.00012f, 1.0f, 6.4e-05}, {0.951041f, 1e-06, -0.309065f}, "p6794a", 0, {-22.920368f, 22.327147f, -0.003893f, 45.003227f, -20.091091f, 25.1554f} }, + { {2810.0f, 0.0f, -8480.0f}, {7e-06, 1.0f, 0.000136f}, {0.121819f, 1e-06, -0.992552f}, "p6792a", 0, {-23.126333f, 22.270496f, -0.003938f, 45.003265f, -20.392315f, 25.476934f} }, + { {2754.0f, 0.0f, -8480.0f}, {0.000134f, 1.0f, -2.4e-05}, {-1.0f, 1e-06, 5e-05}, "p6793a", 0, {-23.001259f, 22.00207f, -0.003868f, 45.00322f, -20.001158f, 25.001146f} }, + { {2416.0f, 6.0f, -8794.0f}, {0.000128f, 1.0f, 4.7e-05}, {-0.866051f, 1e-06, -0.499956f}, "p12705a1", 0, {-23.159237f, 22.982845f, -0.003892f, 45.00324f, -20.194988f, 25.08002f} }, + { {2387.0f, 3.0f, -8746.0f}, {5e-06, 1.0f, -0.000136f}, {-0.207862f, 1e-06, 0.978158f}, "p12705a1", 0, {-22.59554f, 22.657753f, -0.003861f, 45.003178f, -20.076788f, 25.17548f} }, + { {2439.0f, 3.0f, -8712.0f}, {-0.000121f, 1.0f, -6.2e-05}, {0.798666f, 1e-06, 0.601775f}, "p6765a", 0, {-22.24346f, 22.857395f, -0.003935f, 45.00314f, -19.65057f, 25.449263f} }, + { {2468.0f, 6.0f, -8761.0f}, {-4.7e-05, 1.0f, 0.000128f}, {0.499956f, 1e-06, -0.866051f}, "p12705a1", 0, {-23.159237f, 22.982845f, -0.003892f, 45.00324f, -20.194988f, 25.525194f} }, + { {2958.0f, 3.0f, -8495.0f}, {-4.7e-05, 1.0f, 0.000128f}, {0.499956f, 1e-06, -0.866051f}, "p6800a", 0, {-23.159237f, 22.56197f, -0.003892f, 45.00324f, -20.11591f, 25.08002f} }, + { {2930.0f, 3.0f, -8446.0f}, {-0.000121f, 1.0f, -6.2e-05}, {0.798666f, 1e-06, 0.601775f}, "p6801a", 0, {-22.845234f, 22.255621f, -0.003814f, 45.00326f, -20.449236f, 24.650597f} }, + { {2877.0f, 3.0f, -8480.0f}, {5e-06, 1.0f, -0.000136f}, {-0.207862f, 1e-06, 0.978158f}, "p6801a", 0, {-22.59554f, 23.293398f, -0.003861f, 45.003178f, -20.28465f, 25.17548f} }, + { {2906.0f, 3.0f, -8528.0f}, {0.000128f, 1.0f, 4.7e-05}, {-0.866051f, 1e-06, -0.499956f}, "p6801a", 0, {-22.714062f, 22.982845f, -0.003892f, 45.003284f, -20.615866f, 25.08002f} }, + { {2736.0f, 19.0f, -8909.0f}, {-4.7e-05, 1.0f, 0.000128f}, {0.499956f, 1e-06, -0.866051f}, "p6530a", 0, {-23.080156f, 22.61675f, -0.004066f, 45.003113f, -19.249859f, 26.446028f} }, + { {2734.0f, 64.0f, -8913.0f}, {6.7e-05, 1.0f, -0.000118f}, {-0.636584f, 1e-06, 0.771207f}, "p6530a", 0, {-22.266916f, 23.187338f, -0.003889f, 45.00328f, -20.58988f, 24.947916f} }, + { {2507.0f, 7.0f, -8815.0f}, {-3.9e-05, 1.0f, -0.000223f}, {5e-05, 1e-06, 1.0f}, "p12705a2", 0, {-21.001108f, 20.00358f, -0.005698f, 68.004845f, -18.001057f, 22.001104f} }, + { {2516.0f, 3.0f, -8865.0f}, {-3.9e-05, 1.0f, -0.000223f}, {5e-05, 1e-06, 1.0f}, "p10012a", 0, {-20.001158f, 20.003542f, -0.005921f, 67.0048f, -18.001007f, 23.001102f} }, + { {2465.0f, 3.0f, -8865.0f}, {-3.9e-05, 1.0f, -0.000223f}, {5e-05, 1e-06, 1.0f}, "p10012a", 0, {-20.001158f, 21.003542f, -0.005961f, 67.0048f, -18.001007f, 23.001154f} }, + { {2924.0f, 0.0f, -8298.0f}, {-0.000174f, 1.0f, -0.000145f}, {0.645072f, 1e-06, 0.764122f}, "p10041a", 0, {-20.761345f, 20.476097f, -0.005803f, 68.0047f, -18.051008f, 23.04281f} }, + { {2945.0f, 0.0f, -8347.0f}, {8.5e-05, 1.0f, -0.00021f}, {-0.529877f, 1e-06, 0.848075f}, "p6803a", 0, {-20.56139f, 20.251308f, -0.00588f, 68.00478f, -18.54704f, 22.792957f} }, + { {2883.0f, 0.0f, -8340.0f}, {-8.9e-05, 1.0f, -0.000209f}, {0.225f, 1e-06, 0.974359f}, "p6803a", 0, {-20.459608f, 20.542416f, -0.005761f, 68.00484f, -18.066666f, 22.1892f} }, + { {2996.0f, 19.0f, -8857.0f}, {-9e-06, 1.0f, -0.000107f}, {0.000101f, 1e-06, 1.0f}, "p10130a", 0, {-68.00383f, 67.00353f, -0.004704f, 54.003857f, -30.00685f, 38.006786f} }, + { {2366.0f, 19.0f, -8478.0f}, {-0.000105f, 1.0f, -2.3e-05}, {0.953016f, 1e-06, 0.30292f}, "p10139a", 0, {-67.58251f, 68.40326f, -0.00474f, 54.003853f, -30.037205f, 38.27019f} }, + { {-3124.0f, 19.0f, -3878.0f}, {-3.9e-05, 1.0f, -0.0001f}, {0.281788f, 1e-06, 0.959477f}, "p10236a", 0, {-68.26956f, 68.13034f, -0.004685f, 54.003906f, -30.447079f, 37.727028f} }, + { {-3779.0f, 38.0f, -6143.0f}, {-0.000105f, 1.0f, -2.3e-05}, {0.953016f, 1e-06, 0.30292f}, "p9569a2", 0, {-68.21197f, 68.10034f, -0.00474f, 54.003826f, -30.040188f, 38.27019f} }, + { {-5518.0f, 45.0f, -6787.0f}, {-0.000105f, 1.0f, -2.3e-05}, {0.953016f, 1e-06, 0.30292f}, "p10229a", 0, {-68.21197f, 68.10034f, -0.00474f, 54.003826f, -30.040188f, 38.27019f} }, + { {2903.0f, 43.0f, -8750.0f}, {-0.999998f, 0.0f, -0.001941f}, {0.0f, 1.0f, 0.000144f}, "p10264a2", 0, {-1.073317f, 2.014501f, -2.001937f, 36.003815f, -24.000286f, 74.00015f} }, + { {2499.0f, 43.0f, -8267.0f}, {-0.001941f, 0.0f, 0.999998f}, {0.000144f, 1.0f, 0.0f}, "p10268a2", 0, {-2.065551f, 1.022267f, -6.003871f, 32.00188f, -24.000143f, 74.00029f} }, + { {3765.0f, 43.0f, -7130.0f}, {-0.001941f, 0.0f, 0.999998f}, {0.000144f, 1.0f, 0.0f}, "p10272a2", 0, {-1.073317f, 1.014503f, -2.001937f, 36.001873f, -24.000143f, 74.00015f} }, + { {4267.0f, 43.0f, -7089.0f}, {-0.001941f, 0.0f, 0.999998f}, {0.000144f, 1.0f, 0.0f}, "p10276a1", 0, {-1.075257f, 2.01256f, -1.001939f, 37.003815f, -24.000286f, 74.00015f} }, + { {-3184.0f, 43.0f, -3633.0f}, {0.274684f, 0.0f, 0.961535f}, {0.000276f, 1.0f, -7.9e-05}, "p10257a1", 0, {-1.654992f, 1.805693f, -5.769208f, 31.730362f, -24.000511f, 74.00047f} }, + { {-3522.0f, 62.0f, -6182.0f}, {0.695359f, 0.0f, -0.718662f}, {-0.000206f, 1.0f, -0.0002f}, "p10253a1", 0, {-1.673512f, 1.272146f, -9.921454f, 27.608374f, -24.000359f, 74.00048f} }, + { {-5241.0f, 59.0f, -6779.0f}, {-0.909714f, -0.000604f, -0.415235f}, {0.003612f, 0.99995f, -0.009369f}, "p10249a1", 0, {-0.979347f, 2.237413f, -7.10472f, 31.379032f, -24.014593f, 74.039276f} }, + { {-4971.0f, 62.0f, -8553.0f}, {0.999998f, 0.0f, 0.001941f}, {0.0f, 1.0f, -0.000144f}, "p10329a2", 0, {-2.075252f, 1.012562f, -1.00388f, 37.001873f, -24.000143f, 74.0003f} }, + { {1090.0f, 68.0f, -4919.0f}, {0.999999f, 0.0f, 0.001251f}, {0.0f, 1.0f, -0.000261f}, "p497b2", 0, {-3.051028f, 2.026873f, -5.003748f, 36.002476f, -23.000523f, 79.00079f} }, + { {1163.0f, 68.0f, -4919.0f}, {-0.999999f, 0.0f, -0.001251f}, {0.0f, 1.0f, -0.000261f}, "p497b1", 0, {-2.066897f, 3.012255f, -5.002498f, 37.003723f, -23.000532f, 79.00078f} }, + { {1129.0f, 317.0f, -4921.0f}, {-0.999999f, 0.0f, -0.001094f}, {0.0f, 1.0f, 0.000298f}, "p491b1", 0, {-3.055014f, 3.024659f, -1.003283f, 44.003258f, -23.000895f, 79.00091f} }, + { {796.0f, 317.0f, -5034.0f}, {-0.999999f, 0.0f, -0.001094f}, {0.0f, 1.0f, 0.000298f}, "p486b1", 0, {-3.049541f, 3.030131f, -6.00328f, 39.00326f, -23.000896f, 79.00091f} }, + { {986.0f, 317.0f, -5094.0f}, {0.000126f, 0.0f, 1.0f}, {0.000298f, 1.0f, 0.0f}, "p372b2", 0, {-3.00825f, 3.02786f, -11.000379f, 34.000378f, -23.000895f, 79.00089f} }, + { {5.0f, 27.0f, -2.0f}, {0.999999f, 0.0f, 0.001456f}, {0.0f, 1.0f, -0.000209f}, "p358d1", 0, {-3.031837f, 2.056418f, -28.004337f, 18.002892f, -27.000425f, 75.00063f} }, + { {3122.0f, 136.0f, -2551.0f}, {-1.2e-05, -1.3e-05, 1.0f}, {-1.0f, 0.0f, -1.2e-05}, "p12761a2", 0, {11.998213f, 17.999811f, 15.999837f, 141.00105f, -27.001648f, 69.99981f} }, + { {2832.0f, 19.0f, -8895.0f}, {0.000536f, 1.0f, -1.9e-05}, {-1.0f, 3e-06, 0.000251f}, "p10128a", 0, {-67.00377f, 68.00504f, -0.009321f, 108.007675f, -12.01685f, 15.017473f} }, + { {2691.0f, 19.0f, -8823.0f}, {-0.000536f, 1.0f, 1.9e-05}, {1.0f, 3e-06, -0.000251f}, "p6530a", 0, {-68.00377f, 68.00504f, -0.009321f, 108.00769f, -12.017101f, 15.017473f} }, + { {1185.0f, 294.0f, -5084.0f}, {0.000112f, 1.0f, 0.0f}, {-1.0f, 1e-06, 0.000839f}, "p391b1", 0, {-52.02516f, 52.02012f, -0.003353f, 45.00268f, -24.043621f, 30.043652f} }, + { {1196.0f, 339.0f, -5121.0f}, {0.000112f, 1.0f, 0.0f}, {-1.0f, 1e-06, 0.00042f}, "p391b1", 0, {-13.006296f, 13.005033f, -0.001676f, 23.00134f, -12.005452f, 15.005468f} }, + { {1194.0f, 339.0f, -5058.0f}, {0.000106f, 1.0f, 3.6e-05}, {-0.948321f, 1e-06, -0.317312f}, "p391b2", 0, {-13.294572f, 12.95196f, -0.00176f, 23.00131f, -11.715236f, 15.796939f} }, + { {1190.0f, 339.0f, -5091.0f}, {0.00014f, 1.0f, 0.0f}, {-1.0f, 1e-06, 0.00042f}, "p391b1", 0, {-10.005039f, 11.004194f, -0.001676f, 23.001396f, -10.004195f, 12.004634f} }, + { {1176.0f, 294.0f, -4986.0f}, {5.4e-05, 1.0f, -0.000125f}, {-0.547572f, 1e-06, 0.836758f}, "p393b", 0, {-22.68487f, 22.913519f, -0.003982f, 45.003197f, -19.885408f, 25.711956f} }, + { {1085.0f, 595.0f, -5099.0f}, {-1.0f, -3e-06, -1.2e-05}, {-3e-06, 1.0f, 0.0f}, "p7342a1", 0, {84.99734f, 174.99841f, 136.00096f, 226.00203f, 15.000346f, 15.000575f} }, + { {3770.0f, 86.0f, -6881.0f}, {1.0f, -3e-06, 1.2e-05}, {3e-06, 1.0f, 0.0f}, "p2317a", 0, {-6.999965f, 7.000036f, -3.0001f, -2.9999f, -7.000008f, 6.999992f} }, + { {2394.0f, 86.0f, -8596.0f}, {1.2e-05, -3e-06, -1.0f}, {0.0f, 1.0f, -3e-06}, "p6766a", 0, {-6.999965f, 7.000036f, -3.0001f, -2.9999f, -7.000008f, 6.999992f} }, + { {-2412.0f, 86.0f, -9135.0f}, {0.597616f, -3e-06, 0.801782f}, {2e-06, 1.0f, 2e-06}, "p1686a", 0, {-6.792826f, 7.405325f, -2.420248f, -1.777948f, -7.000006f, 6.999996f} }, + { {-3210.0f, 86.0f, -3706.0f}, {-0.961265f, -3e-06, 0.275626f}, {-2e-06, 1.0f, 1e-06}, "p1601a", 0, {-6.870094f, 7.69012f, -2.205027f, -2.191285f, -7.000006f, 6.999994f} }, + { {1208.0f, 131.0f, -4910.0f}, {-1.2e-05, -3e-06, 1.0f}, {0.0f, 1.0f, 3e-06}, "p1198a", 0, {-6.999964f, 7.000036f, -3.000102f, -2.999898f, -7.000007f, 6.999992f} }, + { {620.0f, 312.0f, -5062.0f}, {1.2e-05, -3e-06, -1.0f}, {0.0f, 1.0f, -3e-06}, "p193b1", 0, {-6.999977f, 7.000024f, -2.000102f, -1.999898f, -7.000005f, 6.999995f} }, + { {4262.0f, 86.0f, -7107.0f}, {-1.0f, -3e-06, -1.2e-05}, {-3e-06, 1.0f, 0.0f}, "p2425a", 0, {-6.999965f, 7.000036f, -3.0001f, -2.9999f, -7.000008f, 6.999992f} }, + { {1082.0f, 597.0f, -5099.0f}, {-3e-06, 1.0f, -1.2e-05}, {1.0f, 3e-06, 0.0f}, "p7342a1", 0, {84.99985f, 174.99985f, 13.00134f, 13.00263f, -222.99997f, -132.99997f} }, + { {-4787.0f, 112.0f, -8545.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p10328a", 0, {-11.000005f, 11.999995f, -10.000006f, -9.999995f, -10.0f, 12.0f} }, + { {-4689.0f, 112.0f, -8545.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4405a", 0, {-11.000005f, 11.999995f, -10.000006f, -9.999995f, -10.0f, 12.0f} }, + { {-5021.0f, 112.0f, -8545.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4408a", 0, {-11.000005f, 10.999995f, -10.000006f, -9.999995f, -10.0f, 12.0f} }, + { {-4954.0f, 112.0f, -8798.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p12396a", 0, {-11.000005f, 11.999995f, -10.000006f, -9.999995f, -10.0f, 12.0f} }, + { {-4750.0f, 112.0f, -8798.0f}, {-1e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p12396a", 0, {-11.000005f, 10.999995f, -10.000006f, -9.999995f, -10.0f, 12.0f} }, + { {-5399.0f, 109.0f, -6861.0f}, {0.414319f, -0.01033f, -0.910073f}, {0.003739f, 0.999946f, -0.009648f}, "p4414a", 0, {-11.090333f, 11.255503f, -10.151803f, -9.33746f, -10.112099f, 11.908413f} }, + { {-5489.0f, 109.0f, -6902.0f}, {0.414319f, -0.01033f, -0.910073f}, {0.003739f, 0.999946f, -0.009648f}, "p4414a", 0, {-11.077262f, 12.178698f, -10.247533f, -9.564725f, -10.108359f, 11.908413f} }, + { {-5187.0f, 109.0f, -6764.0f}, {0.414319f, -0.01033f, -0.910073f}, {0.003739f, 0.999946f, -0.009648f}, "p4443a", 0, {-11.090333f, 11.764956f, -9.575055f, -8.827411f, -10.098711f, 12.90836f} }, + { {-5353.0f, 112.0f, -6562.0f}, {-0.414319f, 0.01033f, 0.910073f}, {0.003739f, 0.999946f, -0.009648f}, "p4421a", 0, {-11.091521f, 11.254315f, -10.131143f, -9.3168f, -10.908467f, 12.111991f} }, + { {-5538.0f, 112.0f, -6646.0f}, {-0.414319f, 0.01033f, 0.910073f}, {0.003739f, 0.999946f, -0.009648f}, "p4421a", 0, {-11.077856f, 12.178104f, -10.226873f, -9.554394f, -10.908467f, 12.111991f} }, + { {-3625.0f, 112.0f, -6063.0f}, {0.719337f, -1.3e-05, 0.694661f}, {9e-06, 1.0f, 9e-06}, "p4393a", 0, {-11.484726f, 11.139257f, -10.095553f, -9.700448f, -10.000132f, 11.999874f} }, + { {-3693.0f, 112.0f, -5993.0f}, {0.719337f, -1.3e-05, 0.694661f}, {9e-06, 1.0f, 9e-06}, "p4393a", 0, {-11.484726f, 11.139257f, -10.095553f, -9.700448f, -10.000132f, 11.999874f} }, + { {-3463.0f, 112.0f, -6231.0f}, {0.719337f, -1.3e-05, 0.694661f}, {9e-06, 1.0f, 9e-06}, "p9630a", 0, {-11.484726f, 11.139257f, -10.095553f, -9.700448f, -10.000132f, 11.999874f} }, + { {-3692.0f, 112.0f, -6359.0f}, {-0.719337f, 1.3e-05, -0.694661f}, {9e-06, 1.0f, 9e-06}, "p4388a", 0, {-11.484725f, 11.139258f, -10.095527f, -9.700422f, -9.999874f, 12.000132f} }, + { {-3833.0f, 112.0f, -6212.0f}, {-0.719337f, 1.3e-05, -0.694661f}, {9e-06, 1.0f, 9e-06}, "p4388a", 0, {-11.484725f, 11.139258f, -10.095527f, -9.700422f, -9.999874f, 12.000132f} }, + { {-3234.0f, 93.0f, -3778.0f}, {-0.961262f, -1.3e-05, 0.275638f}, {-1.3e-05, 1.0f, 3e-06}, "p1601a", 0, {-11.959012f, 10.84258f, -9.351015f, -9.05427f, -10.000123f, 11.999884f} }, + { {-3261.0f, 93.0f, -3872.0f}, {-0.961262f, -1.3e-05, 0.275638f}, {-1.3e-05, 1.0f, 3e-06}, "p1601a", 0, {-10.997751f, 10.84258f, -9.351015f, -9.329908f, -10.000127f, 11.999884f} }, + { {-3170.0f, 93.0f, -3553.0f}, {-0.961262f, -1.3e-05, 0.275638f}, {-1.3e-05, 1.0f, 3e-06}, "p9482a", 0, {-11.273389f, 11.803841f, -10.291455f, -9.626367f, -10.000139f, 11.999881f} }, + { {-2945.0f, 93.0f, -3688.0f}, {0.961262f, 1.3e-05, -0.275638f}, {-1.3e-05, 1.0f, 3e-06}, "p1645a", 0, {-11.273388f, 11.528205f, -10.587889f, -10.291144f, -9.999868f, 12.000139f} }, + { {-3001.0f, 93.0f, -3883.0f}, {0.961262f, 1.3e-05, -0.275638f}, {-1.3e-05, 1.0f, 3e-06}, "p1645a", 0, {-12.234649f, 10.566943f, -10.312251f, -10.015506f, -9.999871f, 12.000136f} }, + { {2255.0f, 93.0f, -8457.0f}, {-1.0f, 1.3e-05, 1e-05}, {1.3e-05, 1.0f, 0.0f}, "p2190a", 0, {-11.000088f, 11.999912f, -9.000247f, -8.999737f, -9.999883f, 12.000117f} }, + { {2255.0f, 93.0f, -8254.0f}, {-1.0f, 1.3e-05, 1e-05}, {1.3e-05, 1.0f, 0.0f}, "p2190a", 0, {-11.000088f, 11.999912f, -9.000247f, -8.999737f, -9.999883f, 12.000117f} }, + { {2507.0f, 93.0f, -8187.0f}, {1.0f, -1.3e-05, -1e-05}, {1.3e-05, 1.0f, 0.0f}, "p10209a", 0, {-11.000088f, 11.999912f, -9.000273f, -8.999763f, -10.000117f, 11.999883f} }, + { {2507.0f, 93.0f, -8518.0f}, {1.0f, -1.3e-05, -1e-05}, {1.3e-05, 1.0f, 0.0f}, "p6780a", 0, {-11.000088f, 10.999912f, -9.000263f, -8.999763f, -10.000117f, 11.999883f} }, + { {2507.0f, 93.0f, -8420.0f}, {1.0f, -1.3e-05, -1e-05}, {1.3e-05, 1.0f, 0.0f}, "p6782a", 0, {-11.000088f, 10.999912f, -9.000263f, -8.999763f, -10.000117f, 11.999883f} }, + { {4259.0f, 93.0f, -6905.0f}, {-1.0f, 2e-06, 2e-06}, {2e-06, 1.0f, 0.0f}, "p2373a", 0, {-11.000019f, 11.999981f, -9.000048f, -8.999949f, -9.99998f, 12.000021f} }, + { {4259.0f, 93.0f, -6807.0f}, {-1.0f, 2e-06, 2e-06}, {2e-06, 1.0f, 0.0f}, "p2385a", 0, {-11.000019f, 11.999981f, -9.000048f, -8.999949f, -9.99998f, 12.000021f} }, + { {4259.0f, 93.0f, -7139.0f}, {-1.0f, 2e-06, 2e-06}, {2e-06, 1.0f, 0.0f}, "p2425a", 0, {-11.000019f, 10.999981f, -9.000046f, -8.999949f, -9.99998f, 12.000021f} }, + { {4512.0f, 93.0f, -7072.0f}, {1.0f, -2e-06, -2e-06}, {2e-06, 1.0f, 0.0f}, "p2408a", 0, {-11.000021f, 11.999979f, -10.000052f, -9.999954f, -10.000023f, 11.999977f} }, + { {4512.0f, 93.0f, -6868.0f}, {1.0f, -2e-06, -2e-06}, {2e-06, 1.0f, 0.0f}, "p2406a", 0, {-11.000021f, 10.999979f, -10.00005f, -9.999954f, -10.000023f, 11.999977f} }, + { {3520.0f, 93.0f, -6910.0f}, {-1.0f, -1e-06, -2e-06}, {-1e-06, 1.0f, 0.0f}, "p2326a", 0, {-11.999979f, 11.000021f, -10.000037f, -9.999967f, -10.00001f, 11.999991f} }, + { {3520.0f, 93.0f, -7113.0f}, {-1.0f, -1e-06, -2e-06}, {-1e-06, 1.0f, 0.0f}, "p2328a", 0, {-11.999979f, 11.000021f, -10.000037f, -9.999967f, -10.00001f, 11.999991f} }, + { {3773.0f, 93.0f, -7180.0f}, {1.0f, 1e-06, 2e-06}, {-1e-06, 1.0f, 0.0f}, "p2331a", 0, {-11.999981f, 11.000019f, -9.000035f, -8.999965f, -9.999992f, 12.000009f} }, + { {3773.0f, 93.0f, -6849.0f}, {1.0f, 1e-06, 2e-06}, {-1e-06, 1.0f, 0.0f}, "p2317a", 0, {-10.999981f, 11.000019f, -9.000033f, -8.999965f, -9.999992f, 12.000009f} }, + { {3773.0f, 93.0f, -6947.0f}, {1.0f, 1e-06, 2e-06}, {-1e-06, 1.0f, 0.0f}, "p2317a", 0, {-10.999981f, 11.000019f, -9.000033f, -8.999965f, -9.999992f, 12.000009f} }, + { {2987.0f, 93.0f, -8995.0f}, {-2e-06, -2e-06, -1.0f}, {0.0f, 1.0f, -2e-06}, "p2217a", 0, {-11.000021f, 11.999979f, -10.000052f, -9.999954f, -10.000023f, 11.999977f} }, + { {2784.0f, 93.0f, -8995.0f}, {-2e-06, -2e-06, -1.0f}, {0.0f, 1.0f, -2e-06}, "p2217a", 0, {-11.000021f, 10.999979f, -10.00005f, -9.999954f, -10.000023f, 11.999977f} }, + { {2717.0f, 93.0f, -8742.0f}, {2e-06, 2e-06, 1.0f}, {0.0f, 1.0f, -2e-06}, "p6790a", 0, {-11.000021f, 11.999979f, -10.000048f, -9.999949f, -9.999977f, 12.000023f} }, + { {3048.0f, 93.0f, -8742.0f}, {2e-06, 2e-06, 1.0f}, {0.0f, 1.0f, -2e-06}, "p10060a", 0, {-11.000021f, 11.999979f, -10.000048f, -9.999949f, -9.999977f, 12.000023f} }, + { {2950.0f, 93.0f, -8742.0f}, {2e-06, 2e-06, 1.0f}, {0.0f, 1.0f, -2e-06}, "p10060a", 0, {-11.000021f, 10.999979f, -10.000046f, -9.999949f, -9.999977f, 12.000023f} }, + { {2822.0f, 93.0f, -8742.0f}, {2e-06, 2e-06, 1.0f}, {0.0f, 1.0f, -2e-06}, "p6789a", 0, {-11.000021f, 11.999979f, -10.000048f, -9.999949f, -9.999977f, 12.000023f} }, + { {1017.0f, 135.0f, -4903.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1292a", 0, {-19.000017f, 6.999984f, -32.000004f, -31.99999f, -7.0f, 8.0f} }, + { {1017.0f, 383.0f, -4903.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p7320a2", 0, {-19.000017f, 6.999984f, -32.000004f, -31.99999f, -6.0f, 9.0f} }, + { {859.0f, 383.0f, -4903.0f}, {1e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p7320a1", 0, {-19.000017f, 7.999984f, -32.000004f, -31.99999f, -6.0f, 9.0f} }, + { {555.0f, 135.0f, -5206.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p1160a", 0, {-18.000017f, 7.999984f, -33.000004f, -32.999992f, -7.0f, 8.0f} }, + { {555.0f, 135.0f, -5383.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p1160a", 0, {-18.000017f, 7.999984f, -33.000004f, -32.999992f, -7.0f, 8.0f} }, + { {555.0f, 383.0f, -5138.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p1160a", 0, {-18.000017f, 7.999984f, -33.000004f, -32.999992f, -6.0f, 9.0f} }, + { {870.0f, 270.0f, -5544.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1162a", 0, {-19.000011f, 7.999988f, -32.000004f, -31.999992f, -6.0f, 9.0f} }, + { {1253.0f, 383.0f, -5354.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1165a", 0, {-18.000011f, 7.999988f, -32.000004f, -31.999994f, -6.0f, 9.0f} }, + { {1253.0f, 135.0f, -5229.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1165a", 0, {-19.000011f, 6.999988f, -32.000004f, -31.999992f, -7.0f, 8.0f} }, + { {1253.0f, 135.0f, -5410.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1165a", 0, {-19.000011f, 7.999988f, -32.000004f, -31.999992f, -7.0f, 8.0f} }, + { {1253.0f, 383.0f, -4992.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1165a", 0, {-19.000011f, 7.999988f, -32.000004f, -31.999992f, -6.0f, 9.0f} }, + { {4390.0f, 22.0f, -6787.0f}, {1e-05, 1.0f, 0.000107f}, {-0.006404f, 1e-06, -0.999979f}, "p10215a", 0, {-55.19741f, 54.153004f, -0.003759f, 43.00302f, -23.65367f, 30.647152f} }, + { {4430.0f, 19.0f, -7059.0f}, {0.000536f, 1.0f, -1.9e-05}, {-1.0f, 3e-06, 0.000251f}, "p9129a2", 0, {-68.00377f, 68.00504f, -0.009321f, 108.00769f, -12.017101f, 15.017473f} }, + { {4324.0f, 19.0f, -6962.0f}, {-0.000536f, 1.0f, 1.9e-05}, {1.0f, 3e-06, -0.000251f}, "p10215a", 0, {-68.00377f, 68.00504f, -0.009321f, 108.00769f, -12.017101f, 15.017473f} }, + { {3725.0f, 22.0f, -7006.0f}, {0.000107f, 1.0f, -1e-05}, {-0.999979f, 1e-06, 0.006404f}, "p10220a", 0, {-54.19743f, 54.807144f, -0.003769f, 43.00301f, -23.65367f, 30.653557f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 32783, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 32784, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 32785, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 32786, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 32787, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 32788, 2, + /* Type = ObjectiveDestroyObject; index = 6 */ + _mkword(0, _mkshort(0, 25)), 3, + /* Type = ObjectiveDestroyObject; index = 7 */ + _mkword(0, _mkshort(0, 25)), 4, + /* Type = ObjectiveDestroyObject; index = 8 */ + _mkword(0, _mkshort(0, 25)), 6, + /* Type = ObjectiveDestroyObject; index = 9 */ + _mkword(0, _mkshort(0, 25)), 8, + /* Type = ObjectiveEnd; index = 10 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 11 */ + _mkword(0, _mkshort(0, 23)), 1, 32789, 0, + /* Type = ObjectiveDestroyObject; index = 12 */ + _mkword(0, _mkshort(0, 25)), 0, + /* Type = ObjectiveDestroyObject; index = 13 */ + _mkword(0, _mkshort(0, 25)), 1, + /* Type = ObjectiveFailCondition; index = 14 */ + _mkword(0, _mkshort(0, 27)), 4194304, + /* Type = ObjectiveEnd; index = 15 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 16 */ + _mkword(0, _mkshort(0, 23)), 2, 32790, 1, + /* Type = ObjectiveCompleteCondition; index = 17 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveFailCondition; index = 18 */ + _mkword(0, _mkshort(0, 27)), 512, + /* Type = ObjectiveEnd; index = 19 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 20 */ + _mkword(0, _mkshort(0, 23)), 3, 32791, 0, + /* Type = ObjectiveEnterRoom; index = 21 */ + _mkword(0, _mkshort(0, 32)), 3, 0, 0, + /* Type = ObjectiveEnd; index = 22 */ + _mkword(0, _mkshort(0, 24)), + /* Type = StandardProp; index = 23 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10121), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Aircraft; index = 24 */ + _mkword(64, _mkshort(0, 40)), _mkword(284, 31), 0x30220101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(10, 0), 0, 0, 0x0000042a, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = StandardProp; index = 25 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 32), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 26 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10122), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 27 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10123), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 28 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10124), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 29 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 35), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 30 */ + _mkword(179, _mkshort(0, 3)), _mkword(40, 34), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 31 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 36), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 32 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 37), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 33 */ + _mkword(256, _mkshort(0, 3)), _mkword(43, 38), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 34 */ + _mkword(256, _mkshort(0, 1)), _mkword(295, 52), 0x41020000, 0x20000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000041, 0x00000006, 0x00010000, 0x00010000, 0x00010000, _mkword(0, 8), 0x00000080, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Rename; index = 35 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 0, 0, 0, 0, 0, 32802, 0, 0, + /* Type = StandardProp; index = 36 */ + _mkword(256, _mkshort(0, 3)), _mkword(295, 65534), 0x00028001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 37 */ + _mkword(0, _mkshort(0, 38)), -3, -1, 0, + /* Type = Drone; index = 38 */ + _mkword(35, _mkshort(0, 13)), _mkword(296, 10068), 0x00021008, 0x80000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x000000da, 0x000a0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = StandardProp; index = 39 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10055), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10033), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10034), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 42 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = StandardProp; index = 43 */ + _mkword(256, _mkshort(0, 3)), _mkword(65, 10056), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 44 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(256, _mkshort(0, 3)), _mkword(65, 10057), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 46 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 47 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10058), 0x000000a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 51, + /* Type = StandardProp; index = 48 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10053), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(256, _mkshort(0, 3)), _mkword(11, 10054), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 50 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = Cctv; index = 51 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10061), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000000d0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000088, 0x00000000, 0x00000000, 0x00000bb8, + /* Type = Tag; index = 52 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = Cctv; index = 53 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10062), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000100, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000088, 0x00000000, 0x00000000, 0x00000bb8, + /* Type = Tag; index = 54 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0x0001), 0, 0, + /* Type = Cctv; index = 55 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10064), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000096, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000088, 0x00000000, 0x00000000, 0x00000bb8, + /* Type = Tag; index = 56 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0001), 0, 0, + /* Type = Cctv; index = 57 */ + _mkword(256, _mkshort(0, 6)), _mkword(24, 10066), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x0000010d, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000088, 0x00000000, 0x00000000, 0x00000bb8, + /* Type = StandardProp; index = 58 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10059), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 59 */ + _mkword(281, _mkshort(0, 3)), _mkword(82, 10025), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10028), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(230, _mkshort(0, 3)), _mkword(62, 10029), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 62 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10030), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 63 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 10031), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 64 */ + _mkword(230, _mkshort(0, 3)), _mkword(62, 10032), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 65 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 38), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 66 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 39), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 67 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 40), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 68 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 41), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 69 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 42), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 70 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 43), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 71 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 44), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 72 */ + _mkword(256, _mkshort(0, 1)), _mkword(166, 45), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 73 */ + _mkword(256, _mkshort(0, 1)), _mkword(168, 48), 0x48000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(8, 5), 0x00000002, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 74 */ + _mkword(256, _mkshort(0, 1)), _mkword(168, 49), 0x48000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(8, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 75 */ + _mkword(256, _mkshort(0, 1)), _mkword(168, 50), 0x48000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000002, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 76 */ + _mkword(256, _mkshort(0, 1)), _mkword(167, 46), 0x48000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(2, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 77 */ + _mkword(256, _mkshort(0, 1)), _mkword(167, 47), 0x68000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(10, 5), 0x00000000, 1500, 5, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 200, _mkword(0, _mkshort(2, 88)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 78 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 6), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000fae1, 0x00010000, 0x00000015, 0x00000015, 0x000001b4, _mkword(12, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 79 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0xffff), 0, 0, + /* Type = Door; index = 80 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 7), 0x40000000, 0x20000002, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x00000000, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(2, 1), 0x00000004, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 1)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 81 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 8), 0x40000000, 0x20000002, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00020000, 0x00000028, 0x00000028, 0x00000333, _mkword(2, 2), 0x00000004, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 1)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 82 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 9), 0x40000000, 0x20000002, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x00019999, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(2, 3), 0x00000004, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 1)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 83 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 10), 0x40000000, 0x20000002, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x00000000, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(10, 1), 0x00000004, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 1)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 84 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 11), 0x40000000, 0x20000002, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000cccc, 0x00020000, 0x00000028, 0x00000028, 0x00000333, _mkword(10, 2), 0x00000004, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 1)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 85 */ + _mkword(256, _mkshort(0, 1)), _mkword(139, 12), 0x40000000, 0x20000002, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xfffffffb, 0x00019999, 0x00020000, 0x00000051, 0x00000051, 0x00000666, _mkword(10, 3), 0x00000004, 900, 1, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 1)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Armour; index = 86 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 10035), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 87 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 10026), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Tag; index = 88 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = Aircraft; index = 89 */ + _mkword(870, _mkshort(0, 40)), _mkword(284, 23), 0x10020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000411, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = TintedGlass; index = 90 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10069), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 91 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10070), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 92 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10071), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 93 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10072), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 94 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10073), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 95 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10074), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 96 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10075), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 97 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10076), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 98 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10077), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 99 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10078), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 100 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10079), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 101 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10080), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 102 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10081), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 103 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10082), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 104 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10083), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 105 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10084), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 106 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10085), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 107 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10086), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 108 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10087), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 109 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10088), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 110 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10089), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 111 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10090), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 112 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10091), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 113 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10092), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 114 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10093), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 115 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10094), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 116 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10095), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 117 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10096), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 118 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10097), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 119 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10098), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 120 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10099), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 121 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10100), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 122 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10101), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 123 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10102), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 124 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10103), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 125 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10104), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 126 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10105), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 127 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10106), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 128 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10107), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 129 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10108), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 130 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10109), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 131 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10110), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 132 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10111), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 133 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10112), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 134 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10113), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 135 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10114), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 136 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10115), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 137 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10116), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 138 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10117), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 139 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10118), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 140 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10119), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = TintedGlass; index = 141 */ + _mkword(256, _mkshort(0, 47)), _mkword(104, 10120), 0x14000b62, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 200, 600, 0, -1, 0, + /* Type = Guard; index = 142 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 17), _mkword(38, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 143 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 39), _mkword(21, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 144 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 57), _mkword(21, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 145 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 72), _mkword(21, 1027), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 146 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 185), _mkword(21, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 147 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 127), _mkword(21, 1035), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 148 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 283), _mkword(21, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 149 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 8), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Collectable; index = 150 */ + _mkword(256, _mkshort(0, 8)), _mkword(193, 8), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x07, 0xff), 0xffff), 0, + /* Type = Collectable; index = 151 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 152 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 153 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 154 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 155 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 156 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 157 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Hat; index = 158 */ + _mkword(256, _mkshort(0, 17)), _mkword(222, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 159 */ + _mkword(0, _mkshort(0, 18)), 18, 0x0000000c, + /* Type = Key; index = 160 */ + _mkword(256, _mkshort(0, 4)), _mkword(244, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 2, + /* Type = Rename; index = 161 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 83, 32793, 32794, 32795, 32796, 32797, 0, 0, + /* Type = Cutscene; index = 162 */ + _mkword(0, _mkshort(0, 46)), -9234, -24947, -94878, 194134, 12353, 7, + /* Type = Tag; index = 163 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0xffff), 0, 0, + /* Type = Cutscene; index = 164 */ + _mkword(0, _mkshort(0, 46)), -8712, -22946, -195392, 190045, 398048, 0, + /* Type = Tag; index = 165 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0xffff), 0, 0, + /* Type = Cutscene; index = 166 */ + _mkword(0, _mkshort(0, 46)), 51, 23054, 37819, 1401, 397133, 179, + /* Type = Tag; index = 167 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0xffff), 0, 0, + /* Type = Collectable; index = 168 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 24), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 169 */ + _mkword(0, _mkshort(0, 22)), _mkword(14, 0xffff), 0, 0, + /* Type = Collectable; index = 170 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 25), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 171 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0xffff), 0, 0, + /* Type = Collectable; index = 172 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 26), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 173 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0xffff), 0, 0, + /* Type = Collectable; index = 174 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 27), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 175 */ + _mkword(0, _mkshort(0, 22)), _mkword(17, 0xffff), 0, 0, + /* Type = Collectable; index = 176 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 28), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 177 */ + _mkword(0, _mkshort(0, 22)), _mkword(18, 0xffff), 0, 0, + /* Type = Collectable; index = 178 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 29), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 179 */ + _mkword(0, _mkshort(0, 22)), _mkword(19, 0xffff), 0, 0, + /* Type = EndProps; index = 180 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0x00061f4a, 0x00043bbf, 0xffefb0a1, 0x00050cf0, 0x0005e632, 0x00000032, 0x00008018, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x00042450, 0x00046a47, 0xfff076bf, 0x0005c0c7, 0x0005c274, 0x0000011f, 0x00008018, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0x0008d1f2, 0x00004b6e, 0xffe2359b, 0x0003f0a9, 0x0006369f, 0x00000101, 0x00008018, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 3 */ + _mkword(0, _mkshort(0, 7)), 3, 50, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 30, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 0, + /* Type = StartAmmo; index = 6 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 29, -1, 0, + /* Type = StartAmmo; index = 8 */ + _mkword(0, _mkshort(0, 2)), 7, 1, 0, + /* Type = Cuff; index = 9 */ + _mkword(0, _mkshort(0, 5)), 4, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff760000, 0xff9b0000, 0x00750000, 0x0000c000, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff760000, 0xff9b0000, 0x00750000, 0x0000c000, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0xffd10000, 0xff710000, 0x00df0000, 0x0000c000, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x008f0000, 0xff760000, 0x00aa0000, 0x0000c000, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00b50000, 0xffe00000, 0x00000000, 0x0000c000, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00140000, 0x00280000, 0xff9c0000, 0x0000c000, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 19 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 20 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { -1 }; +s32 path_neighbors_1[] = { 2, -1 }; +s32 path_neighbors_2[] = { 1, 3, -1 }; +s32 path_neighbors_3[] = { 2, 4, 5, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 3, 4, 6, -1 }; +s32 path_neighbors_6[] = { 5, 12, -1 }; +s32 path_neighbors_7[] = { 10, -1 }; +s32 path_neighbors_8[] = { 9, -1 }; +s32 path_neighbors_9[] = { 8, 12, 22, 23, -1 }; +s32 path_neighbors_10[] = { 7, 11, 12, 18, -1 }; +s32 path_neighbors_11[] = { 10, 12, -1 }; +s32 path_neighbors_12[] = { 6, 9, 10, 11, 14, 19, -1 }; +s32 path_neighbors_13[] = { 14, 23, 24, -1 }; +s32 path_neighbors_14[] = { 12, 13, 15, -1 }; +s32 path_neighbors_15[] = { 14, 16, 19, 20, -1 }; +s32 path_neighbors_16[] = { 15, 17, 21, 24, -1 }; +s32 path_neighbors_17[] = { 16, 21, 24, -1 }; +s32 path_neighbors_18[] = { 10, 19, -1 }; +s32 path_neighbors_19[] = { 12, 15, 18, 20, -1 }; +s32 path_neighbors_20[] = { 15, 19, 21, -1 }; +s32 path_neighbors_21[] = { 16, 17, 20, -1 }; +s32 path_neighbors_22[] = { 9, 23, -1 }; +s32 path_neighbors_23[] = { 9, 13, 22, 24, -1 }; +s32 path_neighbors_24[] = { 13, 16, 17, 23, -1 }; + +s32 path_indeces_0[] = { 0, 1, -1 }; +s32 path_indeces_1[] = { 2, 3, 4, 5, 6, -1 }; +s32 path_indeces_2[] = { 7, 8, 9, -1 }; +s32 path_indeces_3[] = { 10, 11, 12, 13, -1 }; +s32 path_indeces_4[] = { 14, 15, -1 }; +s32 path_indeces_5[] = { 16, 17, 18, 19, 20, 21, -1 }; +s32 path_indeces_6[] = { 22, 23, 24, 25, 26, 27, -1 }; +s32 path_indeces_7[] = { 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, -1 }; +s32 path_indeces_8[] = { 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, -1 }; +s32 path_indeces_9[] = { 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, -1 }; +s32 path_indeces_10[] = { 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, -1 }; +s32 path_indeces_11[] = { 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, -1 }; +s32 path_indeces_12[] = { 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, -1 }; +s32 path_indeces_13[] = { 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, -1 }; +s32 path_indeces_14[] = { 154, 155, -1 }; +s32 path_indeces_15[] = { 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, -1 }; +s32 path_indeces_16[] = { 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, -1 }; +s32 path_indeces_17[] = { 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, -1 }; +s32 path_indeces_18[] = { 222, 223, 224, 225, 226, -1 }; +s32 path_indeces_19[] = { 227, 228, 229, -1 }; +s32 path_indeces_20[] = { 230, -1 }; +s32 path_indeces_21[] = { 231, 232, -1 }; +s32 path_indeces_22[] = { 233, 234, 235, 236, -1 }; +s32 path_indeces_23[] = { 237, 238, 239, 240, 241, 242, -1 }; +s32 path_indeces_24[] = { 243, 244, 245, 246, 247, 248, 249, 250, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { &path_neighbors_15, &path_indeces_15, 0 }, + { &path_neighbors_16, &path_indeces_16, 0 }, + { &path_neighbors_17, &path_indeces_17, 0 }, + { &path_neighbors_18, &path_indeces_18, 0 }, + { &path_neighbors_19, &path_indeces_19, 0 }, + { &path_neighbors_20, &path_indeces_20, 0 }, + { &path_neighbors_21, &path_indeces_21, 0 }, + { &path_neighbors_22, &path_indeces_22, 0 }, + { &path_neighbors_23, &path_indeces_23, 0 }, + { &path_neighbors_24, &path_indeces_24, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, -1 }; +s32 path_table_1[] = { 0, -1 }; +s32 path_table_2[] = { 3, 6, 7, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 3, 5, -1 }; +s32 path_table_5[] = { 4, 6, -1 }; +s32 path_table_6[] = { 2, 5, 7, -1 }; +s32 path_table_7[] = { 2, 6, 8, -1 }; +s32 path_table_8[] = { 7, 9, -1 }; +s32 path_table_9[] = { 8, 11, -1 }; +s32 path_table_10[] = { 11, 17, -1 }; +s32 path_table_11[] = { 9, 10, 12, -1 }; +s32 path_table_12[] = { 11, 13, -1 }; +s32 path_table_13[] = { 12, 14, -1 }; +s32 path_table_14[] = { 13, 15, -1 }; +s32 path_table_15[] = { 14, 16, -1 }; +s32 path_table_16[] = { 15, 17, -1 }; +s32 path_table_17[] = { 10, 16, 18, -1 }; +s32 path_table_18[] = { 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 21, -1 }; +s32 path_table_21[] = { 20, 22, -1 }; +s32 path_table_22[] = { 21, 23, 24, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 22, 23, 25, 26, -1 }; +s32 path_table_25[] = { 24, -1 }; +s32 path_table_26[] = { 24, 27, -1 }; +s32 path_table_27[] = { 26, 100, 103, 110, -1 }; +s32 path_table_28[] = { 39, -1 }; +s32 path_table_29[] = { 33, -1 }; +s32 path_table_30[] = { 31, 32, 38, 39, 85, 86, -1 }; +s32 path_table_31[] = { 30, 32, 34, 38, -1 }; +s32 path_table_32[] = { 30, 31, 33, 34, -1 }; +s32 path_table_33[] = { 29, 32, 34, -1 }; +s32 path_table_34[] = { 31, 32, 33, 35, 38, -1 }; +s32 path_table_35[] = { 34, 36, -1 }; +s32 path_table_36[] = { 35, 37, -1 }; +s32 path_table_37[] = { 36, 38, -1 }; +s32 path_table_38[] = { 30, 31, 34, 37, 39, -1 }; +s32 path_table_39[] = { 28, 30, 38, -1 }; +s32 path_table_40[] = { 48, -1 }; +s32 path_table_41[] = { 42, 49, -1 }; +s32 path_table_42[] = { 41, 43, 44, -1 }; +s32 path_table_43[] = { 42, 44, 45, -1 }; +s32 path_table_44[] = { 42, 43, 45, -1 }; +s32 path_table_45[] = { 43, 44, 46, -1 }; +s32 path_table_46[] = { 45, 47, -1 }; +s32 path_table_47[] = { 46, 48, -1 }; +s32 path_table_48[] = { 40, 47, 49, -1 }; +s32 path_table_49[] = { 41, 48, 50, -1 }; +s32 path_table_50[] = { 49, 51, -1 }; +s32 path_table_51[] = { 50, 52, -1 }; +s32 path_table_52[] = { 51, 63, 64, -1 }; +s32 path_table_53[] = { 56, 65, 112, 113, -1 }; +s32 path_table_54[] = { 55, -1 }; +s32 path_table_55[] = { 54, 56, -1 }; +s32 path_table_56[] = { 53, 55, -1 }; +s32 path_table_57[] = { 58, 233, 234, 235, 236, -1 }; +s32 path_table_58[] = { 57, 59, -1 }; +s32 path_table_59[] = { 58, 60, -1 }; +s32 path_table_60[] = { 59, 61, -1 }; +s32 path_table_61[] = { 60, 62, -1 }; +s32 path_table_62[] = { 61, 63, -1 }; +s32 path_table_63[] = { 52, 62, 64, -1 }; +s32 path_table_64[] = { 52, 63, 65, 238, -1 }; +s32 path_table_65[] = { 53, 64, 112, 113, -1 }; +s32 path_table_66[] = { 67, 70, 76, 77, 78, 79, -1 }; +s32 path_table_67[] = { 66, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 78, -1 }; +s32 path_table_70[] = { 66, 71, 76, 77, 78, 79, -1 }; +s32 path_table_71[] = { 70, 72, -1 }; +s32 path_table_72[] = { 71, 73, -1 }; +s32 path_table_73[] = { 72, 76, -1 }; +s32 path_table_74[] = { 78, -1 }; +s32 path_table_75[] = { 76, -1 }; +s32 path_table_76[] = { 66, 70, 73, 75, 77, -1 }; +s32 path_table_77[] = { 66, 70, 76, 79, 80, -1 }; +s32 path_table_78[] = { 66, 69, 70, 74, 79, -1 }; +s32 path_table_79[] = { 66, 70, 77, 78, 80, -1 }; +s32 path_table_80[] = { 77, 79, 81, -1 }; +s32 path_table_81[] = { 80, 82, -1 }; +s32 path_table_82[] = { 81, 83, -1 }; +s32 path_table_83[] = { 82, 84, -1 }; +s32 path_table_84[] = { 83, 85, 222, -1 }; +s32 path_table_85[] = { 30, 84, 86, -1 }; +s32 path_table_86[] = { 30, 85, 87, -1 }; +s32 path_table_87[] = { 86, 88, 226, -1 }; +s32 path_table_88[] = { 87, 89, 109, -1 }; +s32 path_table_89[] = { 88, 90, -1 }; +s32 path_table_90[] = { 89, 91, -1 }; +s32 path_table_91[] = { 90, 92, -1 }; +s32 path_table_92[] = { 91, 93, -1 }; +s32 path_table_93[] = { 92, 94, -1 }; +s32 path_table_94[] = { 93, 95, -1 }; +s32 path_table_95[] = { 94, 96, -1 }; +s32 path_table_96[] = { 95, 97, -1 }; +s32 path_table_97[] = { 96, 98, -1 }; +s32 path_table_98[] = { 97, 99, -1 }; +s32 path_table_99[] = { 98, 110, 111, -1 }; +s32 path_table_100[] = { 27, 101, 110, -1 }; +s32 path_table_101[] = { 100, 102, -1 }; +s32 path_table_102[] = { 101, 103, -1 }; +s32 path_table_103[] = { 27, 102, 110, -1 }; +s32 path_table_104[] = { 105, 116, 117, -1 }; +s32 path_table_105[] = { 104, 106, -1 }; +s32 path_table_106[] = { 105, 107, 227, -1 }; +s32 path_table_107[] = { 106, 108, 227, -1 }; +s32 path_table_108[] = { 107, 109, 227, -1 }; +s32 path_table_109[] = { 88, 108, -1 }; +s32 path_table_110[] = { 27, 99, 100, 103, 111, -1 }; +s32 path_table_111[] = { 99, 110, 112, -1 }; +s32 path_table_112[] = { 53, 65, 111, 113, -1 }; +s32 path_table_113[] = { 53, 65, 112, 114, -1 }; +s32 path_table_114[] = { 113, 115, -1 }; +s32 path_table_115[] = { 114, 116, -1 }; +s32 path_table_116[] = { 104, 115, 117, -1 }; +s32 path_table_117[] = { 104, 116, 118, -1 }; +s32 path_table_118[] = { 117, 154, -1 }; +s32 path_table_119[] = { 120, 142, -1 }; +s32 path_table_120[] = { 119, 121, -1 }; +s32 path_table_121[] = { 120, 122, -1 }; +s32 path_table_122[] = { 121, 142, -1 }; +s32 path_table_123[] = { 124, 125, -1 }; +s32 path_table_124[] = { 123, 137, -1 }; +s32 path_table_125[] = { 123, 126, -1 }; +s32 path_table_126[] = { 125, 137, -1 }; +s32 path_table_127[] = { 128, 130, -1 }; +s32 path_table_128[] = { 127, 145, -1 }; +s32 path_table_129[] = { 130, 145, -1 }; +s32 path_table_130[] = { 127, 129, -1 }; +s32 path_table_131[] = { 132, 148, -1 }; +s32 path_table_132[] = { 131, 133, -1 }; +s32 path_table_133[] = { 132, 134, -1 }; +s32 path_table_134[] = { 133, 148, -1 }; +s32 path_table_135[] = { 137, -1 }; +s32 path_table_136[] = { 142, -1 }; +s32 path_table_137[] = { 124, 126, 135, 138, -1 }; +s32 path_table_138[] = { 137, 139, -1 }; +s32 path_table_139[] = { 138, 140, 148, 241, 242, 243, -1 }; +s32 path_table_140[] = { 139, 141, 144, 151, -1 }; +s32 path_table_141[] = { 140, 144, 145, 151, -1 }; +s32 path_table_142[] = { 119, 122, 136, 143, -1 }; +s32 path_table_143[] = { 142, 144, -1 }; +s32 path_table_144[] = { 140, 141, 143, 151, -1 }; +s32 path_table_145[] = { 128, 129, 141, 146, -1 }; +s32 path_table_146[] = { 145, 147, -1 }; +s32 path_table_147[] = { 146, -1 }; +s32 path_table_148[] = { 131, 134, 139, 149, -1 }; +s32 path_table_149[] = { 148, 150, -1 }; +s32 path_table_150[] = { 149, -1 }; +s32 path_table_151[] = { 140, 141, 144, 152, -1 }; +s32 path_table_152[] = { 151, 153, -1 }; +s32 path_table_153[] = { 152, 154, 155, -1 }; +s32 path_table_154[] = { 118, 153, 155, -1 }; +s32 path_table_155[] = { 153, 154, 169, -1 }; +s32 path_table_156[] = { 157, 159, 229, 230, -1 }; +s32 path_table_157[] = { 156, 161, 229, -1 }; +s32 path_table_158[] = { 159, 168, -1 }; +s32 path_table_159[] = { 156, 158, 230, -1 }; +s32 path_table_160[] = { 161, -1 }; +s32 path_table_161[] = { 157, 160, 168, -1 }; +s32 path_table_162[] = { 163, 166, -1 }; +s32 path_table_163[] = { 162, 164, -1 }; +s32 path_table_164[] = { 163, 165, -1 }; +s32 path_table_165[] = { 164, -1 }; +s32 path_table_166[] = { 162, 167, -1 }; +s32 path_table_167[] = { 166, 168, -1 }; +s32 path_table_168[] = { 158, 161, 167, 171, -1 }; +s32 path_table_169[] = { 155, 170, -1 }; +s32 path_table_170[] = { 169, 174, 175, -1 }; +s32 path_table_171[] = { 168, 172, -1 }; +s32 path_table_172[] = { 171, 173, -1 }; +s32 path_table_173[] = { 172, 174, -1 }; +s32 path_table_174[] = { 170, 173, 175, -1 }; +s32 path_table_175[] = { 170, 174, 176, -1 }; +s32 path_table_176[] = { 175, 177, -1 }; +s32 path_table_177[] = { 176, 178, -1 }; +s32 path_table_178[] = { 177, 190, -1 }; +s32 path_table_179[] = { 180, 188, -1 }; +s32 path_table_180[] = { 179, 181, -1 }; +s32 path_table_181[] = { 180, 182, -1 }; +s32 path_table_182[] = { 181, 188, -1 }; +s32 path_table_183[] = { 184, 185, 231, -1 }; +s32 path_table_184[] = { 183, 192, -1 }; +s32 path_table_185[] = { 183, 186, -1 }; +s32 path_table_186[] = { 185, 192, -1 }; +s32 path_table_187[] = { 188, -1 }; +s32 path_table_188[] = { 179, 182, 187, 194, -1 }; +s32 path_table_189[] = { 192, -1 }; +s32 path_table_190[] = { 178, 191, -1 }; +s32 path_table_191[] = { 190, 193, 195, 196, -1 }; +s32 path_table_192[] = { 184, 186, 189, 193, -1 }; +s32 path_table_193[] = { 191, 192, 196, -1 }; +s32 path_table_194[] = { 188, 195, -1 }; +s32 path_table_195[] = { 191, 194, 196, -1 }; +s32 path_table_196[] = { 191, 193, 195, 197, -1 }; +s32 path_table_197[] = { 196, 198, -1 }; +s32 path_table_198[] = { 197, 199, -1 }; +s32 path_table_199[] = { 198, 214, 246, -1 }; +s32 path_table_200[] = { 201, 210, -1 }; +s32 path_table_201[] = { 200, 202, -1 }; +s32 path_table_202[] = { 201, 203, -1 }; +s32 path_table_203[] = { 202, 210, -1 }; +s32 path_table_204[] = { 205, 213, -1 }; +s32 path_table_205[] = { 204, 206, -1 }; +s32 path_table_206[] = { 205, 207, -1 }; +s32 path_table_207[] = { 206, 213, -1 }; +s32 path_table_208[] = { 209, -1 }; +s32 path_table_209[] = { 208, 210, -1 }; +s32 path_table_210[] = { 200, 203, 209, 217, 232, -1 }; +s32 path_table_211[] = { 212, -1 }; +s32 path_table_212[] = { 211, 213, -1 }; +s32 path_table_213[] = { 204, 207, 212, 217, -1 }; +s32 path_table_214[] = { 199, 215, -1 }; +s32 path_table_215[] = { 214, 216, 250, -1 }; +s32 path_table_216[] = { 215, 217, -1 }; +s32 path_table_217[] = { 210, 213, 216, 221, -1 }; +s32 path_table_218[] = { 219, -1 }; +s32 path_table_219[] = { 218, 220, -1 }; +s32 path_table_220[] = { 219, 221, -1 }; +s32 path_table_221[] = { 217, 220, -1 }; +s32 path_table_222[] = { 84, 223, -1 }; +s32 path_table_223[] = { 222, 224, -1 }; +s32 path_table_224[] = { 223, 225, -1 }; +s32 path_table_225[] = { 224, 226, -1 }; +s32 path_table_226[] = { 87, 225, 227, -1 }; +s32 path_table_227[] = { 106, 107, 108, 226, 228, -1 }; +s32 path_table_228[] = { 227, 229, -1 }; +s32 path_table_229[] = { 156, 157, 228, 230, -1 }; +s32 path_table_230[] = { 156, 159, 229, 231, -1 }; +s32 path_table_231[] = { 183, 230, 232, -1 }; +s32 path_table_232[] = { 210, 231, -1 }; +s32 path_table_233[] = { 57, 234, -1 }; +s32 path_table_234[] = { 57, 233, 235, -1 }; +s32 path_table_235[] = { 57, 234, 236, -1 }; +s32 path_table_236[] = { 57, 235, 237, -1 }; +s32 path_table_237[] = { 236, 238, -1 }; +s32 path_table_238[] = { 64, 237, 239, -1 }; +s32 path_table_239[] = { 238, 240, -1 }; +s32 path_table_240[] = { 239, 241, -1 }; +s32 path_table_241[] = { 139, 240, 242, -1 }; +s32 path_table_242[] = { 139, 241, 243, -1 }; +s32 path_table_243[] = { 139, 242, 244, -1 }; +s32 path_table_244[] = { 243, 245, -1 }; +s32 path_table_245[] = { 244, 246, -1 }; +s32 path_table_246[] = { 199, 245, 247, -1 }; +s32 path_table_247[] = { 246, 248, -1 }; +s32 path_table_248[] = { 247, 249, -1 }; +s32 path_table_249[] = { 248, 250, -1 }; +s32 path_table_250[] = { 215, 249, -1 }; + +waypoint pathwaypoints[] = { + { 0x00000121, &path_table_0, 0x00000000, 0x00000000 }, + { 0x00000120, &path_table_1, 0x00000000, 0x00000000 }, + { 0x0000011f, &path_table_2, 0x00000001, 0x00000000 }, + { 0x0000011e, &path_table_3, 0x00000001, 0x00000000 }, + { 0x0000011d, &path_table_4, 0x00000001, 0x00000000 }, + { 0x0000011c, &path_table_5, 0x00000001, 0x00000000 }, + { 0x0000011b, &path_table_6, 0x00000001, 0x00000000 }, + { 0x0000011a, &path_table_7, 0x00000002, 0x00000000 }, + { 0x00000119, &path_table_8, 0x00000002, 0x00000000 }, + { 0x00000118, &path_table_9, 0x00000002, 0x00000000 }, + { 0x00000117, &path_table_10, 0x00000003, 0x00000000 }, + { 0x00000116, &path_table_11, 0x00000003, 0x00000000 }, + { 0x00000115, &path_table_12, 0x00000003, 0x00000000 }, + { 0x00000114, &path_table_13, 0x00000003, 0x00000000 }, + { 0x00000113, &path_table_14, 0x00000004, 0x00000000 }, + { 0x00000112, &path_table_15, 0x00000004, 0x00000000 }, + { 0x00000111, &path_table_16, 0x00000005, 0x00000000 }, + { 0x00000110, &path_table_17, 0x00000005, 0x00000000 }, + { 0x0000010f, &path_table_18, 0x00000005, 0x00000000 }, + { 0x0000010e, &path_table_19, 0x00000005, 0x00000000 }, + { 0x0000010d, &path_table_20, 0x00000005, 0x00000000 }, + { 0x0000010c, &path_table_21, 0x00000005, 0x00000000 }, + { 0x0000010b, &path_table_22, 0x00000006, 0x00000000 }, + { 0x0000010a, &path_table_23, 0x00000006, 0x00000000 }, + { 0x00000109, &path_table_24, 0x00000006, 0x00000000 }, + { 0x00000108, &path_table_25, 0x00000006, 0x00000000 }, + { 0x00000107, &path_table_26, 0x00000006, 0x00000000 }, + { 0x00000106, &path_table_27, 0x00000006, 0x00000000 }, + { 0x00000105, &path_table_28, 0x00000007, 0x00000000 }, + { 0x00000104, &path_table_29, 0x00000007, 0x00000000 }, + { 0x00000103, &path_table_30, 0x00000007, 0x00000000 }, + { 0x00000102, &path_table_31, 0x00000007, 0x00000000 }, + { 0x00000101, &path_table_32, 0x00000007, 0x00000000 }, + { 0x00000100, &path_table_33, 0x00000007, 0x00000000 }, + { 0x000000ff, &path_table_34, 0x00000007, 0x00000000 }, + { 0x000000fe, &path_table_35, 0x00000007, 0x00000000 }, + { 0x000000fd, &path_table_36, 0x00000007, 0x00000000 }, + { 0x000000fc, &path_table_37, 0x00000007, 0x00000000 }, + { 0x000000fb, &path_table_38, 0x00000007, 0x00000000 }, + { 0x000000fa, &path_table_39, 0x00000007, 0x00000000 }, + { 0x000000f9, &path_table_40, 0x00000008, 0x00000000 }, + { 0x000000f8, &path_table_41, 0x00000008, 0x00000000 }, + { 0x000000f7, &path_table_42, 0x00000008, 0x00000000 }, + { 0x000000f6, &path_table_43, 0x00000008, 0x00000000 }, + { 0x000000f5, &path_table_44, 0x00000008, 0x00000000 }, + { 0x000000f4, &path_table_45, 0x00000008, 0x00000000 }, + { 0x000000f3, &path_table_46, 0x00000008, 0x00000000 }, + { 0x000000f2, &path_table_47, 0x00000008, 0x00000000 }, + { 0x000000f1, &path_table_48, 0x00000008, 0x00000000 }, + { 0x000000f0, &path_table_49, 0x00000008, 0x00000000 }, + { 0x000000ef, &path_table_50, 0x00000008, 0x00000000 }, + { 0x000000ee, &path_table_51, 0x00000008, 0x00000000 }, + { 0x000000ed, &path_table_52, 0x00000008, 0x00000000 }, + { 0x000000ec, &path_table_53, 0x00000009, 0x00000000 }, + { 0x000000eb, &path_table_54, 0x00000009, 0x00000000 }, + { 0x000000ea, &path_table_55, 0x00000009, 0x00000000 }, + { 0x000000e9, &path_table_56, 0x00000009, 0x00000000 }, + { 0x000000e8, &path_table_57, 0x00000009, 0x00000000 }, + { 0x000000e7, &path_table_58, 0x00000009, 0x00000000 }, + { 0x000000e6, &path_table_59, 0x00000009, 0x00000000 }, + { 0x000000e5, &path_table_60, 0x00000009, 0x00000000 }, + { 0x000000e4, &path_table_61, 0x00000009, 0x00000000 }, + { 0x000000e3, &path_table_62, 0x00000009, 0x00000000 }, + { 0x000000e2, &path_table_63, 0x00000009, 0x00000000 }, + { 0x000000e1, &path_table_64, 0x00000009, 0x00000000 }, + { 0x000000e0, &path_table_65, 0x00000009, 0x00000000 }, + { 0x000000df, &path_table_66, 0x0000000a, 0x00000000 }, + { 0x000000de, &path_table_67, 0x0000000a, 0x00000000 }, + { 0x000000dd, &path_table_68, 0x0000000a, 0x00000000 }, + { 0x000000dc, &path_table_69, 0x0000000a, 0x00000000 }, + { 0x000000db, &path_table_70, 0x0000000a, 0x00000000 }, + { 0x000000da, &path_table_71, 0x0000000a, 0x00000000 }, + { 0x000000d9, &path_table_72, 0x0000000a, 0x00000000 }, + { 0x000000d8, &path_table_73, 0x0000000a, 0x00000000 }, + { 0x000000d7, &path_table_74, 0x0000000a, 0x00000000 }, + { 0x000000d6, &path_table_75, 0x0000000a, 0x00000000 }, + { 0x000000d5, &path_table_76, 0x0000000a, 0x00000000 }, + { 0x000000d4, &path_table_77, 0x0000000a, 0x00000000 }, + { 0x000000d3, &path_table_78, 0x0000000a, 0x00000000 }, + { 0x000000d2, &path_table_79, 0x0000000a, 0x00000000 }, + { 0x000000d1, &path_table_80, 0x0000000a, 0x00000000 }, + { 0x000000d0, &path_table_81, 0x0000000a, 0x00000000 }, + { 0x000000cf, &path_table_82, 0x0000000a, 0x00000000 }, + { 0x000000ce, &path_table_83, 0x0000000a, 0x00000000 }, + { 0x000000cd, &path_table_84, 0x0000000a, 0x00000000 }, + { 0x000000cc, &path_table_85, 0x0000000a, 0x00000000 }, + { 0x000000cb, &path_table_86, 0x0000000a, 0x00000000 }, + { 0x000000ca, &path_table_87, 0x0000000a, 0x00000000 }, + { 0x000000c9, &path_table_88, 0x0000000a, 0x00000000 }, + { 0x000000c8, &path_table_89, 0x0000000b, 0x00000000 }, + { 0x000000c7, &path_table_90, 0x0000000b, 0x00000000 }, + { 0x000000c6, &path_table_91, 0x0000000b, 0x00000000 }, + { 0x000000c5, &path_table_92, 0x0000000b, 0x00000000 }, + { 0x000000c4, &path_table_93, 0x0000000b, 0x00000000 }, + { 0x000000c3, &path_table_94, 0x0000000b, 0x00000000 }, + { 0x000000c2, &path_table_95, 0x0000000b, 0x00000000 }, + { 0x000000c1, &path_table_96, 0x0000000b, 0x00000000 }, + { 0x000000c0, &path_table_97, 0x0000000b, 0x00000000 }, + { 0x000000bf, &path_table_98, 0x0000000b, 0x00000000 }, + { 0x000000be, &path_table_99, 0x0000000b, 0x00000000 }, + { 0x000000bd, &path_table_100, 0x0000000c, 0x00000000 }, + { 0x000000bc, &path_table_101, 0x0000000c, 0x00000000 }, + { 0x000000bb, &path_table_102, 0x0000000c, 0x00000000 }, + { 0x000000ba, &path_table_103, 0x0000000c, 0x00000000 }, + { 0x000000b9, &path_table_104, 0x0000000c, 0x00000000 }, + { 0x000000b8, &path_table_105, 0x0000000c, 0x00000000 }, + { 0x000000b7, &path_table_106, 0x0000000c, 0x00000000 }, + { 0x000000b6, &path_table_107, 0x0000000c, 0x00000000 }, + { 0x000000b5, &path_table_108, 0x0000000c, 0x00000000 }, + { 0x000000b4, &path_table_109, 0x0000000c, 0x00000000 }, + { 0x000000b3, &path_table_110, 0x0000000c, 0x00000000 }, + { 0x000000b2, &path_table_111, 0x0000000c, 0x00000000 }, + { 0x000000b1, &path_table_112, 0x0000000c, 0x00000000 }, + { 0x000000b0, &path_table_113, 0x0000000c, 0x00000000 }, + { 0x000000af, &path_table_114, 0x0000000c, 0x00000000 }, + { 0x000000ae, &path_table_115, 0x0000000c, 0x00000000 }, + { 0x000000ad, &path_table_116, 0x0000000c, 0x00000000 }, + { 0x000000ac, &path_table_117, 0x0000000c, 0x00000000 }, + { 0x000000ab, &path_table_118, 0x0000000c, 0x00000000 }, + { 0x000000aa, &path_table_119, 0x0000000d, 0x00000000 }, + { 0x000000a9, &path_table_120, 0x0000000d, 0x00000000 }, + { 0x000000a8, &path_table_121, 0x0000000d, 0x00000000 }, + { 0x000000a7, &path_table_122, 0x0000000d, 0x00000000 }, + { 0x000000a6, &path_table_123, 0x0000000d, 0x00000000 }, + { 0x000000a5, &path_table_124, 0x0000000d, 0x00000000 }, + { 0x000000a4, &path_table_125, 0x0000000d, 0x00000000 }, + { 0x000000a3, &path_table_126, 0x0000000d, 0x00000000 }, + { 0x000000a2, &path_table_127, 0x0000000d, 0x00000000 }, + { 0x000000a1, &path_table_128, 0x0000000d, 0x00000000 }, + { 0x000000a0, &path_table_129, 0x0000000d, 0x00000000 }, + { 0x0000009f, &path_table_130, 0x0000000d, 0x00000000 }, + { 0x0000009e, &path_table_131, 0x0000000d, 0x00000000 }, + { 0x0000009d, &path_table_132, 0x0000000d, 0x00000000 }, + { 0x0000009c, &path_table_133, 0x0000000d, 0x00000000 }, + { 0x0000009b, &path_table_134, 0x0000000d, 0x00000000 }, + { 0x0000009a, &path_table_135, 0x0000000d, 0x00000000 }, + { 0x00000099, &path_table_136, 0x0000000d, 0x00000000 }, + { 0x00000098, &path_table_137, 0x0000000d, 0x00000000 }, + { 0x00000097, &path_table_138, 0x0000000d, 0x00000000 }, + { 0x00000096, &path_table_139, 0x0000000d, 0x00000000 }, + { 0x00000095, &path_table_140, 0x0000000d, 0x00000000 }, + { 0x00000094, &path_table_141, 0x0000000d, 0x00000000 }, + { 0x00000093, &path_table_142, 0x0000000d, 0x00000000 }, + { 0x00000092, &path_table_143, 0x0000000d, 0x00000000 }, + { 0x00000091, &path_table_144, 0x0000000d, 0x00000000 }, + { 0x00000090, &path_table_145, 0x0000000d, 0x00000000 }, + { 0x0000008f, &path_table_146, 0x0000000d, 0x00000000 }, + { 0x0000008e, &path_table_147, 0x0000000d, 0x00000000 }, + { 0x0000008d, &path_table_148, 0x0000000d, 0x00000000 }, + { 0x0000008c, &path_table_149, 0x0000000d, 0x00000000 }, + { 0x0000008b, &path_table_150, 0x0000000d, 0x00000000 }, + { 0x0000008a, &path_table_151, 0x0000000d, 0x00000000 }, + { 0x00000089, &path_table_152, 0x0000000d, 0x00000000 }, + { 0x00000088, &path_table_153, 0x0000000d, 0x00000000 }, + { 0x00000087, &path_table_154, 0x0000000e, 0x00000000 }, + { 0x00000086, &path_table_155, 0x0000000e, 0x00000000 }, + { 0x00000085, &path_table_156, 0x0000000f, 0x00000000 }, + { 0x00000084, &path_table_157, 0x0000000f, 0x00000000 }, + { 0x00000083, &path_table_158, 0x0000000f, 0x00000000 }, + { 0x00000082, &path_table_159, 0x0000000f, 0x00000000 }, + { 0x00000081, &path_table_160, 0x0000000f, 0x00000000 }, + { 0x00000080, &path_table_161, 0x0000000f, 0x00000000 }, + { 0x0000007f, &path_table_162, 0x0000000f, 0x00000000 }, + { 0x0000007e, &path_table_163, 0x0000000f, 0x00000000 }, + { 0x0000007d, &path_table_164, 0x0000000f, 0x00000000 }, + { 0x0000007c, &path_table_165, 0x0000000f, 0x00000000 }, + { 0x0000007b, &path_table_166, 0x0000000f, 0x00000000 }, + { 0x0000007a, &path_table_167, 0x0000000f, 0x00000000 }, + { 0x00000079, &path_table_168, 0x0000000f, 0x00000000 }, + { 0x00000078, &path_table_169, 0x0000000f, 0x00000000 }, + { 0x00000077, &path_table_170, 0x0000000f, 0x00000000 }, + { 0x00000076, &path_table_171, 0x0000000f, 0x00000000 }, + { 0x00000075, &path_table_172, 0x0000000f, 0x00000000 }, + { 0x00000074, &path_table_173, 0x0000000f, 0x00000000 }, + { 0x00000073, &path_table_174, 0x0000000f, 0x00000000 }, + { 0x00000072, &path_table_175, 0x0000000f, 0x00000000 }, + { 0x00000071, &path_table_176, 0x0000000f, 0x00000000 }, + { 0x00000070, &path_table_177, 0x0000000f, 0x00000000 }, + { 0x0000006f, &path_table_178, 0x0000000f, 0x00000000 }, + { 0x0000006e, &path_table_179, 0x00000010, 0x00000000 }, + { 0x0000006d, &path_table_180, 0x00000010, 0x00000000 }, + { 0x0000006c, &path_table_181, 0x00000010, 0x00000000 }, + { 0x0000006b, &path_table_182, 0x00000010, 0x00000000 }, + { 0x0000006a, &path_table_183, 0x00000010, 0x00000000 }, + { 0x00000069, &path_table_184, 0x00000010, 0x00000000 }, + { 0x00000068, &path_table_185, 0x00000010, 0x00000000 }, + { 0x00000067, &path_table_186, 0x00000010, 0x00000000 }, + { 0x00000066, &path_table_187, 0x00000010, 0x00000000 }, + { 0x00000065, &path_table_188, 0x00000010, 0x00000000 }, + { 0x00000064, &path_table_189, 0x00000010, 0x00000000 }, + { 0x00000063, &path_table_190, 0x00000010, 0x00000000 }, + { 0x00000062, &path_table_191, 0x00000010, 0x00000000 }, + { 0x00000061, &path_table_192, 0x00000010, 0x00000000 }, + { 0x00000060, &path_table_193, 0x00000010, 0x00000000 }, + { 0x0000005f, &path_table_194, 0x00000010, 0x00000000 }, + { 0x0000005e, &path_table_195, 0x00000010, 0x00000000 }, + { 0x0000005d, &path_table_196, 0x00000010, 0x00000000 }, + { 0x0000005c, &path_table_197, 0x00000010, 0x00000000 }, + { 0x0000005b, &path_table_198, 0x00000010, 0x00000000 }, + { 0x0000005a, &path_table_199, 0x00000010, 0x00000000 }, + { 0x00000059, &path_table_200, 0x00000011, 0x00000000 }, + { 0x00000058, &path_table_201, 0x00000011, 0x00000000 }, + { 0x00000057, &path_table_202, 0x00000011, 0x00000000 }, + { 0x00000056, &path_table_203, 0x00000011, 0x00000000 }, + { 0x00000055, &path_table_204, 0x00000011, 0x00000000 }, + { 0x00000054, &path_table_205, 0x00000011, 0x00000000 }, + { 0x00000053, &path_table_206, 0x00000011, 0x00000000 }, + { 0x00000052, &path_table_207, 0x00000011, 0x00000000 }, + { 0x00000051, &path_table_208, 0x00000011, 0x00000000 }, + { 0x00000050, &path_table_209, 0x00000011, 0x00000000 }, + { 0x0000004f, &path_table_210, 0x00000011, 0x00000000 }, + { 0x0000004e, &path_table_211, 0x00000011, 0x00000000 }, + { 0x0000004d, &path_table_212, 0x00000011, 0x00000000 }, + { 0x0000004c, &path_table_213, 0x00000011, 0x00000000 }, + { 0x0000004b, &path_table_214, 0x00000011, 0x00000000 }, + { 0x0000004a, &path_table_215, 0x00000011, 0x00000000 }, + { 0x00000049, &path_table_216, 0x00000011, 0x00000000 }, + { 0x00000048, &path_table_217, 0x00000011, 0x00000000 }, + { 0x00000047, &path_table_218, 0x00000011, 0x00000000 }, + { 0x00000046, &path_table_219, 0x00000011, 0x00000000 }, + { 0x00000045, &path_table_220, 0x00000011, 0x00000000 }, + { 0x00000044, &path_table_221, 0x00000011, 0x00000000 }, + { 0x00000043, &path_table_222, 0x00000012, 0x00000000 }, + { 0x00000042, &path_table_223, 0x00000012, 0x00000000 }, + { 0x00000041, &path_table_224, 0x00000012, 0x00000000 }, + { 0x00000040, &path_table_225, 0x00000012, 0x00000000 }, + { 0x0000003f, &path_table_226, 0x00000012, 0x00000000 }, + { 0x0000003e, &path_table_227, 0x00000013, 0x00000000 }, + { 0x0000003d, &path_table_228, 0x00000013, 0x00000000 }, + { 0x0000003c, &path_table_229, 0x00000013, 0x00000000 }, + { 0x0000003b, &path_table_230, 0x00000014, 0x00000000 }, + { 0x0000003a, &path_table_231, 0x00000015, 0x00000000 }, + { 0x00000039, &path_table_232, 0x00000015, 0x00000000 }, + { 0x00000038, &path_table_233, 0x00000016, 0x00000000 }, + { 0x00000037, &path_table_234, 0x00000016, 0x00000000 }, + { 0x00000036, &path_table_235, 0x00000016, 0x00000000 }, + { 0x00000035, &path_table_236, 0x00000016, 0x00000000 }, + { 0x00000034, &path_table_237, 0x00000017, 0x00000000 }, + { 0x00000033, &path_table_238, 0x00000017, 0x00000000 }, + { 0x00000032, &path_table_239, 0x00000017, 0x00000000 }, + { 0x00000031, &path_table_240, 0x00000017, 0x00000000 }, + { 0x00000030, &path_table_241, 0x00000017, 0x00000000 }, + { 0x0000002f, &path_table_242, 0x00000017, 0x00000000 }, + { 0x0000002e, &path_table_243, 0x00000018, 0x00000000 }, + { 0x0000002d, &path_table_244, 0x00000018, 0x00000000 }, + { 0x0000002c, &path_table_245, 0x00000018, 0x00000000 }, + { 0x0000002b, &path_table_246, 0x00000018, 0x00000000 }, + { 0x0000002a, &path_table_247, 0x00000018, 0x00000000 }, + { 0x00000029, &path_table_248, 0x00000018, 0x00000000 }, + { 0x00000028, &path_table_249, 0x00000018, 0x00000000 }, + { 0x00000027, &path_table_250, 0x00000018, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_set_0[] = { 250, 249, 248, 247, 246, 245, 244, 243, 242, 241, 240, 239, 238, 237, 236, 235, 234, 233, -1 }; +s32 path_set_1[] = { 232, 231, 230, 229, 228, 227, 226, 225, 224, 223, 222, -1 }; +s32 path_set_2[] = { 217, 216, 215, 214, 199, 198, 197, 196, 195, 194, -1 }; +s32 path_set_3[] = { 192, 193, 191, 190, 178, 177, 176, 175, 170, -1 }; +s32 path_set_4[] = { 171, 172, 173, 174, 170, 169, 155, -1 }; +s32 path_set_5[] = { 139, 140, 141, 151, 152, 153, 155, -1 }; +s32 path_set_6[] = { 155, 154, 118, 117, -1 }; +s32 path_set_7[] = { 116, 115, 114, 113, 112, 111, 99, 27, 98, 97, 96, 95, 94, 93, 92, 91, 90, 89, 88, 109, 108, 107, 106, 105, 104, -1 }; +s32 path_set_8[] = { 88, 87, 86, 85, 84, 83, 82, 81, 80, -1 }; +s32 path_set_9[] = { 65, 64, 63, 62, 61, 60, 59, 58, 57, -1 }; +s32 path_set_10[] = { 165, 164, 163, 162, -1 }; +s32 path_set_11[] = { 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, -1 }; +s32 path_set_12[] = { 25, 24, 22, 21, 20, 19, -1 }; +s32 path_set_13[] = { 19, 18, 17, 16, -1 }; +s32 path_set_14[] = { 17, 16, 15, 14, 13, 12, 11, 10, -1 }; +s32 path_set_15[] = { 6, 5, 4, 3, 2, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { &path_set_1, 0x01, 0x00, 0x0000 }, + { &path_set_2, 0x02, 0x00, 0x0000 }, + { &path_set_3, 0x03, 0x00, 0x0000 }, + { &path_set_4, 0x04, 0x00, 0x0000 }, + { &path_set_5, 0x05, 0x00, 0x0000 }, + { &path_set_6, 0x06, 0x00, 0x0000 }, + { &path_set_7, 0x07, 0x01, 0x0000 }, + { &path_set_8, 0x08, 0x00, 0x0000 }, + { &path_set_9, 0x09, 0x00, 0x0000 }, + { &path_set_10, 0x0a, 0x00, 0x0000 }, + { &path_set_11, 0x0b, 0x00, 0x0000 }, + { &path_set_12, 0x0c, 0x00, 0x0000 }, + { &path_set_13, 0x0d, 0x00, 0x0000 }, + { &path_set_14, 0x0e, 0x00, 0x0000 }, + { &path_set_15, 0x0f, 0x01, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x200005fd, 0x04240400 }; +u32 ai_1[] = { 0x200105fd, 0x04240400 }; +u32 ai_2[] = { 0x200205fd, 0x04240400 }; +u32 ai_3[] = { 0x200305fd, 0x04240400 }; +u32 ai_4[] = { 0x200405fd, 0x04240400 }; +u32 ai_5[] = { 0x200505fd, 0x04240400 }; +u32 ai_6[] = { 0x200605fd, 0x04240400 }; +u32 ai_7[] = { 0x200705fd, 0x04240400 }; +u32 ai_8[] = { 0x200805fd, 0x04240400 }; +u32 ai_9[] = { 0x200905fd, 0x04240400 }; +u32 ai_10[] = { 0x200a05fd, 0x04240400 }; +u32 ai_11[] = { 0x200b05fd, 0x04240400 }; +u32 ai_12[] = { 0x200c05fd, 0x04240400 }; +u32 ai_13[] = { 0x200d05fd, 0x04240400 }; +u32 ai_14[] = { 0x200e05fd, 0x04240400 }; +u32 ai_15[] = { 0x200f05fd, 0x04240400 }; +u32 ai_42[] = { 0x0227039c, 0x00040000, 0x1c5b001b, 0x9a000400, 0x00021b9c, 0x00080000, 0x1c5b011b, 0x9a000800, 0x00021b02, 0x1b5c0009, 0x5c010901, 0x27021cc3, 0x80080008, 0x0209c400, 0x5000c500, 0x000000ae, 0x020503b4, 0x00003c0a, 0x0105020a, 0xc380099a, 0x00400000, 0x00080208, 0x03010804 }; +u32 ai_43[] = { 0x0205039c, 0x00400000, 0x1b010502, 0x1bd00200, 0x13c400e3, 0x01c60127, 0x4a0000ae, 0xc400a202, 0xc7020000, 0x00000209, 0x03b40000, 0x781b0109, 0x021b03c7, 0x027ef407, 0x08020603, 0x01060400 }; +u32 ai_44[] = { 0x02050358, 0x1d091b57, 0x1d1c0105, 0x021bc380, 0x0b9a0000, 0x01000009, 0x021cc380, 0x0c9a0000, 0x02000008, 0x02080301, 0x080209ae, 0xb7000ab9, 0xb5020a03, 0xbb00011b, 0x010a021b, 0xb6b89a00, 0x80000002, 0x06030106, 0x04000000 }; +u32 ai_16[] = { 0xcd026c1c, 0x20020503, 0x01050400 }; +u32 ai_17[] = { 0xf305be26, 0xfffd0413, 0x00000002, 0x05020505, 0xfd000204 }; +u32 ai_18[] = { 0xbf00b808, 0x00000000, 0x050205c0, 0x00dd0000, 0x00000502, 0x0505fd00, 0x02040000 }; +u32 ai_19[] = { 0x8e0fad68, 0x310a0005, 0xfd041704 }; +u32 ai_20[] = { 0x8e10ad68, 0x320a0005, 0xfd041704 }; +u32 ai_21[] = { 0x8e11ad68, 0x330a0005, 0xfd041704 }; +u32 ai_22[] = { 0x3335c81b, 0x7200781b, 0x35640890, 0x003cc000, 0xde000000, 0x00050205, 0xbf00b808, 0x00000000, 0x05020500, 0x06020890, 0x0050c000, 0xdd000000, 0x00050205, 0xbf00c107, 0x80000000, 0x05020533, 0x356405bf, 0x00c10790, 0x00000005, 0x02050006, 0x021b9000, 0x14c000dc, 0x00000000, 0x050205bf, 0x00b80800, 0x00000005, 0x02050206, 0x06042305, 0xfd042304 }; +u32 ai_45[] = { 0xad68656c, 0x6c6f0002, 0x05033702, 0x01050202, 0x0224aead, 0x210a0003, 0x9c000004, 0x0019310f, 0x1b001902, 0x1bf319bd, 0x26ff00d6, 0x04140000, 0x00011b02, 0x19021b03, 0x9c000004, 0x00193110, 0x1b001902, 0x1bf319bd, 0x26ff00d6, 0x04150000, 0x00011b02, 0x19021b03, 0x9c000004, 0x00193111, 0x1b001902, 0x1bf319bd, 0x26ff00d6, 0x04160000, 0x00011b02, 0x19020603, 0xb40004b0, 0x1b010602, 0x1b012404 }; +u32 ai_46[] = { 0x0205ae03, 0xad706174, 0x6831009c, 0x00000400, 0x1931091b, 0x0019021b, 0xf319bd15, 0xff00d604, 0x18000000, 0x011b0219, 0x020603b4, 0x0009601b, 0x0106021b, 0x01050400 }; +u32 ai_23[] = { 0x8e09ad70, 0x310a0002, 0x05bf00b8, 0x08000000, 0x00050205, 0x02031c00, 0x27020803, 0x2f1b3209, 0x4dfd0014, 0x00270401, 0x08021b4d, 0xfd001400, 0x27040009, 0x02040604, 0x2305fd04, 0x01020906, 0x042305fd, 0x04230400 }; +u32 ai_47[] = { 0x0205ae03, 0xad706174, 0x6832009c, 0x00000400, 0x19310a1b, 0x0019021b, 0xf319bd15, 0xff00d604, 0x19000000, 0x011b0219, 0x020603b4, 0x0009601b, 0x0106021b, 0x01050400 }; +u32 ai_24[] = { 0x8e0aad70, 0x320a0002, 0x05bf00b8, 0x08000000, 0x00050205, 0x02031c00, 0x39020803, 0x2f1b3209, 0x4dfd0014, 0x00390401, 0x08021b4d, 0xfd001400, 0x39040009, 0x02040604, 0x2305fd04, 0x02020906, 0x042305fd, 0x04230400 }; +u32 ai_48[] = { 0x0205ae03, 0xad706174, 0x6833009c, 0x00000400, 0x19310b1b, 0x0019021b, 0xf319bd15, 0xff00d604, 0x1a000000, 0x011b0219, 0x020603b4, 0x0009601b, 0x0106021b, 0x01050400 }; +u32 ai_25[] = { 0x8e0bad70, 0x330a0002, 0x05bf00b8, 0x08000000, 0x00050205, 0x02031c00, 0x48020803, 0x2f1b3209, 0x4dfd0014, 0x00480401, 0x08021b4d, 0xfd001400, 0x48040009, 0x02040604, 0x2305fd04, 0x03020906, 0x042305fd, 0x04230400 }; +u32 ai_49[] = { 0x0205ae03, 0xad706174, 0x6838009c, 0x00000400, 0x19310c1b, 0x0019021b, 0xf319bd15, 0xff00d604, 0x1b000000, 0x011b0219, 0x020603b4, 0x0009601b, 0x0106021b, 0x01050400 }; +u32 ai_26[] = { 0x8e0cad70, 0x380a0002, 0x05bf00b8, 0x08000000, 0x00050205, 0x02031c00, 0xb9020803, 0x2f1b3209, 0x4dfd0014, 0x00b90401, 0x08021b4d, 0xfd001400, 0xb9040009, 0x02040604, 0x2305fd04, 0x08020906, 0x042305fd, 0x04230400 }; +u32 ai_50[] = { 0x0205ae03, 0xad706174, 0x68313100, 0x9c000004, 0x0019310d, 0x1b001902, 0x1bf319bd, 0x15ff00d6, 0x041c0000, 0x00011b02, 0x19020603, 0xb4000960, 0x1b010602, 0x1b010504 }; +u32 ai_27[] = { 0x8e0dad70, 0x31310a00, 0x0205bf00, 0xb8080000, 0x00000502, 0x0502031c, 0x007f0208, 0x032f1b32, 0x094dfd00, 0x14007f04, 0x0108021b, 0x4dfd0014, 0x007f0400, 0x09020406, 0x042305fd, 0x040b0209, 0x06042305, 0xfd042304 }; +u32 ai_51[] = { 0x0205ae03, 0xad706174, 0x68313600, 0x9c000004, 0x0019310e, 0x1b001902, 0x1bf319bd, 0x15ff00d6, 0x041d0000, 0x00011b02, 0x19020603, 0xb4000960, 0x1b010602, 0x1b010504 }; +u32 ai_28[] = { 0x8e0ead70, 0x31360a00, 0x0205bf00, 0xb8080000, 0x00000502, 0x0502031c, 0x011b0208, 0x032f1b32, 0x094dfd00, 0x14011b04, 0x0108021b, 0x4dfd0014, 0x011b0400, 0x09020406, 0x042305fd, 0x04100209, 0x06042305, 0xfd042304 }; +u32 ai_52[] = { 0x02050355, 0x001e2f55, 0x00443055, 0x00483155, 0x002a3255, 0x005d3303, 0x55002d34, 0x55007235, 0x55008a36, 0x5500d237, 0x55004138, 0x035500c9, 0x395500b1, 0x3a5500e2, 0x3b5500f3, 0x3c5500e8, 0x3d010502, 0x2f03ac00, 0x0027ac01, 0x0039ac02, 0x0048ac03, 0x002a0105, 0x023003ac, 0x00001eac, 0x010039ac, 0x02002aac, 0x03002701, 0x05023103, 0xac000044, 0xac01005d, 0xac02002a, 0xac030048, 0x01050232, 0x03ac0000, 0x2dac0100, 0x27ac0200, 0x5dac0300, 0x48010502, 0x3303ac00, 0x002dac01, 0x0048ac02, 0x0072ac03, 0x003c0105, 0x023403ac, 0x00002fac, 0x01005dac, 0x02008aac, 0x03002a01, 0x05023503, 0xac00008a, 0xac01003a, 0xac0200b7, 0xac03005d, 0x01050236, 0x03ac0000, 0x72ac0100, 0xe0ac0200, 0x2fac0300, 0x33010502, 0x3703ac00, 0x0041ac01, 0x00b7ac02, 0x00b1ac03, 0x003e0105, 0x023803ac, 0x0000d2ac, 0x0100c9ac, 0x02003eac, 0x0300b701, 0x05023903, 0xac00003e, 0xac010086, 0xac0200b3, 0xac0300b1, 0x0105023a, 0x03ac0000, 0x8aac0100, 0xe2ac0200, 0xacac0300, 0x86010502, 0x3b03ac00, 0x00b1ac01, 0x00f3ac02, 0x0034ac03, 0x00e80105, 0x023c03ac, 0x0000b3ac, 0x010038ac, 0x020033ac, 0x0300e801, 0x05023d03, 0xac0000f3, 0xac0100e2, 0xac020034, 0xac0300b1, 0x01050400 }; +u32 ai_53[] = { 0x8e00ae02, 0x0003b400, 0x012c2c01, 0x00022cae, 0x020803b4, 0x0000781b, 0x0108021b, 0x9c000004, 0x00193104, 0x1b001902, 0x1bad7370, 0x61776e31, 0x00f31933, 0x35c81b59, 0x01195902, 0x19590319, 0x59041959, 0x05195911, 0x19021b35, 0x321a5907, 0x19591819, 0x59081902, 0x1abd15ff, 0x2328041e, 0x00000001, 0x06ad2d3e, 0x6661696c, 0x00021901, 0x2c0206ad, 0x7331204f, 0x4b210001, 0x2c040000 }; +u32 ai_54[] = { 0x8e01ae02, 0x0003b400, 0x012c2c01, 0x00022cae, 0x020803b4, 0x0000781b, 0x0108021b, 0x9c000004, 0x00193105, 0x1b001902, 0x1bad7370, 0x61776e32, 0x00f31933, 0x35c81b59, 0x01195902, 0x19590319, 0x59041959, 0x05195911, 0x19021b35, 0x321a5907, 0x19591819, 0x59081902, 0x1abd15ff, 0x2328041f, 0x00000001, 0x06ad2d3e, 0x6661696c, 0x00021901, 0x2c0206ad, 0x7332204f, 0x4b210001, 0x2c040000 }; +u32 ai_55[] = { 0x8e02ae02, 0x0003b400, 0x012c2c01, 0x00022cae, 0x020803b4, 0x0000781b, 0x0108021b, 0x9c000004, 0x00193106, 0x1b001902, 0x1bad7370, 0x61776e33, 0x00f31933, 0x35c81b59, 0x01195902, 0x19590319, 0x59041959, 0x05195911, 0x19021b35, 0x321a5907, 0x19591819, 0x59081902, 0x1abd15ff, 0x23280420, 0x00000001, 0x06ad2d3e, 0x6661696c, 0x00021901, 0x2c0206ad, 0x7333204f, 0x4b210001, 0x2c040000 }; +u32 ai_56[] = { 0x8e03ae02, 0x0003b400, 0x012c2c01, 0x00022cae, 0x020803b4, 0x0000781b, 0x0108021b, 0x9c000004, 0x00193107, 0x1b001902, 0x1bad7370, 0x61776e34, 0x00f31933, 0x35c81b59, 0x01195902, 0x19590319, 0x59041959, 0x05195911, 0x19021b35, 0x321a5907, 0x19591819, 0x59081902, 0x1abd15ff, 0x23280421, 0x00000001, 0x06ad2d3e, 0x6661696c, 0x00021901, 0x2c0206ad, 0x7334204f, 0x4b210001, 0x2c040000 }; +u32 ai_29[] = { 0x8e0405fd, 0x04220400 }; +u32 ai_30[] = { 0x8e0505fd, 0x04220400 }; +u32 ai_31[] = { 0x8e0605fd, 0x04220400 }; +u32 ai_32[] = { 0x8e0705fd, 0x04220400 }; +u32 ai_33[] = { 0xbf00c107, 0x00000000, 0x1b021b8d, 0xbf05fd04, 0x23040000 }; +u32 ai_34[] = { 0x0229ae4c, 0x00c81928, 0x0802192a, 0x08020803, 0x4c05dc3f, 0x4c005019, 0x3c2a0219, 0x2f2bb400, 0x00f01b01, 0x08021b01, 0x29022a3c, 0x1b000602, 0x2b030129, 0x021b0228, 0x33350a1b, 0x1a06021b, 0x35321b0e, 0x06021b35, 0x3c1b1306, 0x021b3550, 0x1b130602, 0x1b35641b, 0x1106021b, 0x35961b12, 0x06021b35, 0xc81b1400, 0x01000006, 0x021b1500, 0x01000006, 0x0206032f, 0x1b010602, 0x1b4c0050, 0x083c1b00, 0x08020803, 0x0129021b, 0x03012802, 0x3fad746f, 0x6f206661, 0x72202d20, 0x64656c65, 0x74656421, 0x0023fd02, 0x09030109, 0x04000000 }; +u32 ai_35[] = { 0x0205034c, 0x012c1932, 0x3e02197e, 0xfd3e0105, 0x023e0604, 0x2305fd04, 0x23040000 }; +u32 ai_57[] = { 0x022c03eb, 0x40550003, 0x1b550006, 0x1b550007, 0x1b550008, 0x1b550009, 0x1b012c02, 0x1becd703, 0xda9a0000, 0x04000208, 0x03dc1b01, 0x08021bf1, 0x1b05fd00, 0x0f021bdd, 0xeaed0303, 0x03d50b00, 0x020000a1, 0xf8000004, 0x00d9f800, 0x031b021b, 0x05f80425, 0x230f2310, 0x23112309, 0x230a230b, 0x230c230d, 0x230e2300, 0x23012302, 0x23032304, 0x23052306, 0x230703bd, 0x26ff0000, 0x04260000, 0x00111b02, 0x1bdb05fd, 0x00010240, 0x05fd0001, 0x04000000 }; +u32 ai_36[] = { 0x0a0059ff, 0xffffff06, 0x10e0fd01, 0xae020803, 0xb40000b4, 0x1b010802, 0x1bda0209, 0x03dc1b01, 0x09021bd5, 0x0c000200, 0x00d9f800, 0x041b021b, 0x0a0065ff, 0xff002206, 0x10bd26ff, 0x00010427, 0x00000011, 0x1b021bbd, 0x15ff0005, 0x04280000, 0x00111b02, 0x1bdbf400, 0xffffae02, 0x0a032f1b, 0x010a021b, 0xe0fd000a, 0x00650022, 0xffff0610, 0xc3800e02, 0x0b03b400, 0x00f01b01, 0x0b021bda, 0x020c03dc, 0x1b010c02, 0x1bd50d00, 0x020000df, 0x0adb020d, 0x03dc1b01, 0x0d021b67, 0x0aae020e, 0x03680a01, 0x1bb40000, 0xb41b010e, 0x021bda02, 0x0f03dc1b, 0x010f021b, 0xd2020603, 0x01060400 }; +u32 ai_37[] = { 0xad65310a, 0x00bf00b8, 0x08000000, 0x001b021b, 0x15002100, 0x001b021b, 0x02060301, 0x06040000 }; +u32 ai_38[] = { 0xad65320a, 0x00bf00b8, 0x08000000, 0x001b021b, 0x14002100, 0x001b021b, 0x02060301, 0x06040000 }; +u32 ai_39[] = { 0xad65330a, 0x00bf00b8, 0x08000000, 0x001b021b, 0x0a006bff, 0xffffff06, 0x10ae0208, 0x03b40000, 0x781b0108, 0x021b1400, 0x2100001b, 0x021b0206, 0x03010604 }; +u32 ai_40[] = { 0x0a0062ff, 0xff006304, 0x100a0062, 0xffff0063, 0x04100206, 0x03010604 }; +u32 ai_58[] = { 0x020803cf, 0x1b010802, 0x1b05f804, 0x29020603, 0x01060400 }; +u32 ai_59[] = { 0x0205039c, 0x00800000, 0x1b010502, 0x1bae0209, 0x03ad4932, 0x0a00b400, 0x025818b4, 0x00025817, 0xb400021c, 0x16b40001, 0xa415b400, 0x016814b4, 0x0000b413, 0xb4000000, 0x12010902, 0x12ad5431, 0x0a00a40e, 0x00020000, 0x5f0ea40f, 0x00020000, 0x5f0f0109, 0x0213a410, 0x00020000, 0x5f10a411, 0x00020000, 0x5f110109, 0x0214a412, 0x00020000, 0x5f12a413, 0x00020000, 0x5f13a409, 0x00020000, 0x5f09c380, 0x0d010902, 0x15010902, 0x16010902, 0x17010902, 0x18ad434c, 0x0a0005fd, 0x00010400 }; +u32 ai_41[] = { 0xcd000000, 0x00020803, 0x0108021b, 0x04000000 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x0000041b }, + /* index = 27 */ + { &ai_27, 0x0000041c }, + /* index = 28 */ + { &ai_28, 0x0000041d }, + /* index = 29 */ + { &ai_29, 0x0000041e }, + /* index = 30 */ + { &ai_30, 0x0000041f }, + /* index = 31 */ + { &ai_31, 0x00000420 }, + /* index = 32 */ + { &ai_32, 0x00000421 }, + /* index = 33 */ + { &ai_33, 0x00000422 }, + /* index = 34 */ + { &ai_34, 0x00000423 }, + /* index = 35 */ + { &ai_35, 0x00000424 }, + /* index = 36 */ + { &ai_36, 0x00000425 }, + /* index = 37 */ + { &ai_37, 0x00000426 }, + /* index = 38 */ + { &ai_38, 0x00000427 }, + /* index = 39 */ + { &ai_39, 0x00000428 }, + /* index = 40 */ + { &ai_40, 0x00000429 }, + /* index = 41 */ + { &ai_41, 0x0000042a }, + /* index = 42 */ + { &ai_42, 0x00001000 }, + /* index = 43 */ + { &ai_43, 0x00001001 }, + /* index = 44 */ + { &ai_44, 0x00001002 }, + /* index = 45 */ + { &ai_45, 0x00001003 }, + /* index = 46 */ + { &ai_46, 0x00001004 }, + /* index = 47 */ + { &ai_47, 0x00001005 }, + /* index = 48 */ + { &ai_48, 0x00001006 }, + /* index = 49 */ + { &ai_49, 0x00001007 }, + /* index = 50 */ + { &ai_50, 0x00001008 }, + /* index = 51 */ + { &ai_51, 0x00001009 }, + /* index = 52 */ + { &ai_52, 0x0000100a }, + /* index = 53 */ + { &ai_53, 0x0000100b }, + /* index = 54 */ + { &ai_54, 0x0000100c }, + /* index = 55 */ + { &ai_55, 0x0000100d }, + /* index = 56 */ + { &ai_56, 0x0000100e }, + /* index = 57 */ + { &ai_57, 0x0000100f }, + /* index = 58 */ + { &ai_58, 0x00001010 }, + /* index = 59 */ + { &ai_59, 0x00001011 }, + /* index = 60 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/e/Ump_setuparchZ.c b/assets/obseg/setup/e/Ump_setuparchZ.c new file mode 100644 index 0000000..fb5edfb --- /dev/null +++ b/assets/obseg/setup/e/Ump_setuparchZ.c @@ -0,0 +1,781 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:17 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +char *pad3dnames[]; +waypoint pathwaypoints[]; +char *padnames[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setuparchZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + &padnames, + &pad3dnames +}; + +PadRecord padlist[] = { + { {-1408.0f, 162.0f, -1439.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p208d", 0 }, + { {-1542.0f, 162.0f, -1389.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p198d", 0 }, + { {-1737.0f, 162.0f, -1145.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p300d", 0 }, + { {-1421.0f, 162.0f, -1070.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p294d", 0 }, + { {-1592.0f, 151.0f, -792.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p287d2", 0 }, + { {-704.0f, 15.0f, -1376.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1187c2", 0 }, + { {-631.0f, 15.0f, -1069.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p185c", 0 }, + { {-240.0f, 15.0f, -1006.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1136c1", 0 }, + { {-331.0f, 15.0f, -1116.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p184c", 0 }, + { {-333.0f, 15.0f, -1497.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1290c", 0 }, + { {-381.0f, 15.0f, -1693.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p22c", 0 }, + { {-735.0f, 15.0f, -1691.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1189c1", 0 }, + { {-737.0f, 15.0f, -1780.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1171c1", 0 }, + { {-571.0f, 78.0f, -1782.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p113c1", 0 }, + { {-571.0f, 78.0f, -1895.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p113c2", 0 }, + { {-725.0f, 162.0f, -1898.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1631d1", 0 }, + { {-1551.0f, 162.0f, -1679.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p216d1", 0 }, + { {-1252.0f, 162.0f, -2051.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p233d2", 0 }, + { {-1369.0f, 162.0f, -2059.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p232d1", 0 }, + { {-1591.0f, 162.0f, -2019.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p237d1", 0 }, + { {-1594.0f, 162.0f, -2488.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p253d", 0 }, + { {-1266.0f, 162.0f, -2494.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p254d", 0 }, + { {-1092.0f, 162.0f, -2495.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p252d", 0 }, + { {-1170.0f, 162.0f, -2335.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p250d2", 0 }, + { {-1275.0f, 162.0f, -2343.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p249d", 0 }, + { {-1144.0f, 162.0f, -2168.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p235d1", 0 }, + { {-1265.0f, 162.0f, -2163.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p233d2", 0 }, + { {-962.0f, 162.0f, -1447.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1682d", 0 }, + { {-1057.0f, 162.0f, -1732.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1669d", 0 }, + { {-953.0f, 162.0f, -1691.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1680d1", 0 }, + { {-1052.0f, 162.0f, -1874.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1669d", 0 }, + { {-1378.0f, 162.0f, -1688.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1688d", 0 }, + { {-1251.0f, 162.0f, -1879.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1671d", 0 }, + { {-1364.0f, 162.0f, -1881.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1690d", 0 }, + { {-1365.0f, 162.0f, -1574.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1686d", 0 }, + { {-1142.0f, 162.0f, -1576.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1675d", 0 }, + { {-1142.0f, 162.0f, -1448.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1677d", 0 }, + { {-1189.0f, 140.0f, -784.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1903d2", 0 }, + { {-831.0f, 162.0f, -1071.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1915d1", 0 }, + { {-879.0f, 162.0f, -934.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1921d", 0 }, + { {-883.0f, 162.0f, -804.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1924d1", 0 }, + { {-1042.0f, 162.0f, -800.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1921d", 0 }, + { {-1122.0f, 162.0f, -1074.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1916d", 0 }, + { {-1168.0f, 162.0f, -1254.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1918d", 0 }, + { {-951.0f, 162.0f, -1222.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1912d", 0 }, + { {-812.0f, 162.0f, -1361.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1919d1", 0 }, + { {-824.0f, 162.0f, -1587.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1684d1", 0 }, + { {-684.0f, 162.0f, -942.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p273d", 0 }, + { {-691.0f, 162.0f, -811.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p273d", 0 }, + { {-723.0f, 162.0f, -1038.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1599d", 0 }, + { {-723.0f, 162.0f, -1218.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1603d1", 0 }, + { {-733.0f, 162.0f, -782.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1587d", 0 }, + { {-716.0f, 162.0f, -1372.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1660d1", 0 }, + { {-724.0f, 162.0f, -1606.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1627d1", 0 }, + { {41.0f, 162.0f, -1067.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p128d2", 0 }, + { {-235.0f, 162.0f, -1131.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p161d2", 0 }, + { {54.0f, 162.0f, -815.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p141d2", 0 }, + { {-292.0f, 162.0f, -819.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p270d", 0 }, + { {-120.0f, 162.0f, -810.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p142d1", 0 }, + { {-165.0f, 162.0f, -1513.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p136d1", 0 }, + { {-235.0f, 162.0f, -1344.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p148d1", 0 }, + { {46.0f, 162.0f, -1383.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p151d1", 0 }, + { {-242.0f, 162.0f, -950.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p140d2", 0 }, + { {-119.0f, 15.0f, -805.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1232c2", 0 }, + { {62.0f, 15.0f, -922.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p366c2", 0 }, + { {52.0f, 15.0f, -1107.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p386c", 0 }, + { {29.0f, 0.0f, -1480.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p365c2", 0 }, + { {29.0f, 0.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p364c2", 0 }, + { {-888.0f, 15.0f, -201.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p0a1", 0 }, + { {-1502.0f, 15.0f, -205.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3a2", 0 }, + { {-729.0f, 15.0f, -207.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p136a1", 0 }, + { {-730.0f, 15.0f, -710.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p277a1", 0 }, + { {-733.0f, 15.0f, -615.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p274a1", 0 }, + { {-290.0f, 15.0f, -607.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p134a1", 0 }, + { {-303.0f, 15.0f, -430.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p126a1", 0 }, + { {-329.0f, 15.0f, -358.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p126a1", 0 }, + { {-554.0f, 15.0f, -384.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p128a1", 0 }, + { {-568.0f, 15.0f, -511.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p135a2", 0 }, + { {-598.0f, 15.0f, -616.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p131a1", 0 }, + { {-120.0f, 15.0f, -719.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p391a1", 0 }, + { {-101.0f, 15.0f, -154.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p378a1", 0 }, + { {-321.0f, 15.0f, -194.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p156a", 0 }, + { {-1051.0f, 15.0f, -1835.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p413c", 0 }, + { {-1305.0f, 15.0f, -1827.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p971c", 0 }, + { {-1352.0f, 15.0f, -1576.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p439c", 0 }, + { {-1098.0f, 15.0f, -1121.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p468c", 0 }, + { {-1139.0f, 15.0f, -1522.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p471c", 0 }, + { {-842.0f, 15.0f, -1543.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p957c", 0 }, + { {-838.0f, 15.0f, -1359.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p475c1", 0 }, + { {-850.0f, 15.0f, -1116.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p410c", 0 }, + { {-724.0f, 15.0f, -809.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1261c1", 0 }, + { {-243.0f, 15.0f, -795.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1231c1", 0 }, + { {-837.0f, 15.0f, -915.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p488c", 0 }, + { {-1233.0f, 15.0f, -915.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p954c", 0 }, + { {-1119.0f, 15.0f, -1340.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p181c1", 0 }, + { {-835.0f, 15.0f, -1677.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1186c1", 0 }, + { {-816.0f, 15.0f, -1906.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1182c2", 0 }, + { {-1683.0f, 6.0f, -711.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p8c2", 0 }, + { {-1694.0f, 88.0f, -529.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p959c", 0 }, + { {-1558.0f, 97.0f, -529.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p961c", 0 }, + { {-1558.0f, 151.0f, -697.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p227d2", 0 }, + { {-1474.0f, 15.0f, -1396.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p426c", 0 }, + { {-1563.0f, 15.0f, -1068.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p182c1", 0 }, + { {-1589.0f, 15.0f, -1995.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p450c1", 0 }, + { {-1430.0f, 15.0f, -2084.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p445c2", 0 }, + { {-1464.0f, 15.0f, -2264.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p183c2", 0 }, + { {-1248.0f, 15.0f, -2250.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p183c1", 0 }, + { {-1237.0f, 15.0f, -2052.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p446c2", 0 }, + { {-122.0f, 162.0f, 550.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6826b", 0 }, + { {-122.0f, 162.0f, 393.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6685b", 0 }, + { {-24.0f, 162.0f, 72.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4150b", 0 }, + { {-119.0f, 162.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1486b", 0 }, + { {-124.0f, 162.0f, 153.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2300b", 0 }, + { {-18.0f, 162.0f, -136.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4134b", 0 }, + { {-114.0f, 162.0f, -133.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1017b", 0 }, + { {-115.0f, 162.0f, -343.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1016b", 0 }, + { {-22.0f, 162.0f, -345.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4147b", 0 }, + { {-124.0f, 162.0f, -717.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4367b", 0 }, + { {-222.0f, 162.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2340b", 0 }, + { {-267.0f, 162.0f, 136.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p449b2", 0 }, + { {-714.0f, 162.0f, 60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6699b1", 0 }, + { {-729.0f, 162.0f, -714.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4319b", 0 }, + { {-907.0f, 162.0f, 35.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6670b", 0 }, + { {-752.0f, 162.0f, 317.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2003b", 0 }, + { {-832.0f, 162.0f, 319.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4179b", 0 }, + { {-750.0f, 162.0f, 528.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4167b", 0 }, + { {-830.0f, 162.0f, 529.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4182b", 0 }, + { {-1026.0f, 162.0f, 44.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2360b", 0 }, + { {-1166.0f, 28.0f, 569.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2460b", 0 }, + { {-1173.0f, 28.0f, 60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2447b", 0 }, + { {-1104.0f, 28.0f, 52.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3969b", 0 }, + { {-1098.0f, 74.0f, 176.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2377b1", 0 }, + { {-1030.0f, 74.0f, 176.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2377b2", 0 }, + { {-366.0f, 28.0f, 646.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6907b", 0 }, + { {-532.0f, 28.0f, 689.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4186b1", 0 }, + { {-471.0f, 28.0f, 602.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2983b", 0 }, + { {-656.0f, 28.0f, 574.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2988b", 0 }, + { {-622.0f, 28.0f, 459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3936b", 0 }, + { {-627.0f, 28.0f, 340.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3017b", 0 }, + { {-438.0f, 28.0f, 335.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3013b", 0 }, + { {-1085.0f, 28.0f, 571.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2980b", 0 }, + { {-970.0f, 28.0f, 571.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2978b", 0 }, + { {-966.0f, 28.0f, 440.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3953b", 0 }, + { {-968.0f, 28.0f, 347.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3949b", 0 }, + { {-814.0f, 28.0f, 350.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3021b", 0 }, + { {-812.0f, 28.0f, 462.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3006b", 0 }, + { {-808.0f, 28.0f, 573.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2990b", 0 }, + { {-931.0f, 28.0f, 687.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4197b2", 0 }, + { {-724.0f, 28.0f, 692.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4190b1", 0 }, + { {-1034.0f, 28.0f, 507.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2977b", 0 }, + { {-141.0f, 28.0f, 644.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6689b2", 0 }, + { {-214.0f, 28.0f, 646.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1516b", 0 }, + { {-295.0f, 28.0f, 646.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1518b", 0 }, + { {-280.0f, 28.0f, 196.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4100b", 0 }, + { {-386.0f, 74.0f, 196.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2085b", 0 }, + { {-388.0f, 74.0f, 137.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2086b", 0 }, + { {-1306.0f, 314.0f, -2339.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1159e2", 0 }, + { {-1280.0f, 314.0f, -2071.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1163e1", 0 }, + { {-1505.0f, 314.0f, -2326.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1158e2", 0 }, + { {-1509.0f, 314.0f, -2087.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1162e2", 0 }, + { {-952.0f, 314.0f, -1190.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1184e1", 0 }, + { {-952.0f, 314.0f, -1489.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1180e1", 0 }, + { {-1332.0f, 314.0f, -1481.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1187e2", 0 }, + { {-1328.0f, 314.0f, -1283.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1188e1", 0 }, + { {-1655.0f, 314.0f, -945.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1228e2", 0 }, + { {-1475.0f, 314.0f, -945.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1231e1", 0 }, + { {-1480.0f, 314.0f, -1281.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1200e", 0 }, + { {-1704.0f, 314.0f, -1305.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1227e2", 0 }, + { {-1278.0f, 288.0f, -1025.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1191e1", 0 }, + { {-1278.0f, 175.0f, -780.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1956d2", 0 }, + { {246.0f, -20.0f, -1055.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p373h", 0 }, + { {180.0f, -20.0f, -1153.0f}, {0.0f, 1.0f, 0.0f}, {0.069757f, 0.0f, -0.997564f}, "p372h", 0 }, + { {182.0f, -20.0f, -1867.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p230h", 0 }, + { {-1564.0f, 11.0f, -177.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, -0.707107f}, "p3a1", 0 }, + { {-876.0f, 11.0f, -666.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p0a2", 0 }, + { {-919.0f, 11.0f, -687.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p0a2", 0 }, + { {-201.0f, 150.0f, -780.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p142d1", 0 }, + { {-1348.0f, 150.0f, -1109.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p293d", 0 }, + { {-1285.0f, 150.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1918d", 0 }, + { {-1762.0f, 150.0f, -1863.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, 0.707107f}, "p221d1", 0 }, + { {-1334.0f, 150.0f, -2392.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p249d", 0 }, + { {-856.0f, 150.0f, -1926.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1681d2", 0 }, + { {-40.0f, 150.0f, -1530.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p132d2", 0 }, + { {-1733.0f, 150.0f, -1833.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, 0.707107f}, "p221d1", 0 }, + { {-1470.0f, 150.0f, -1880.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p217d2", 0 }, + { {-260.0f, 20.0f, 294.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1519b", 0 }, + { {-391.0f, 20.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p3946b", 0 }, + { {-736.0f, 147.0f, 369.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p2002b", 0 }, + { {-766.0f, 147.0f, -300.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1506b", 0 }, + { {2.0f, 144.0f, -381.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p6712b2", 0 }, + { {-96.0f, 147.0f, 358.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, -0.707107f}, "p6683b1", 0 }, + { {99.0f, 147.0f, 161.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, -0.707107f}, "p6929b", 0 }, + { {132.0f, 20.0f, 488.0f}, {0.0f, 1.0f, 0.0f}, {-0.916412f, 0.0f, 0.400236f}, "p1522b", 0 }, + { {-26.0f, 147.0f, 518.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p6659b2", 0 }, + { {-2.0f, 147.0f, 697.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, -0.707107f}, "p6662b", 0 }, + { {-168.0f, 147.0f, 684.0f}, {0.0f, 1.0f, 0.0f}, {0.707115f, 0.0f, -0.707099f}, "p6828b", 0 }, + { {10.0f, 147.0f, 585.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p6660b2", 0 }, + { {-108.0f, 20.0f, 523.0f}, {0.0f, 1.0f, 0.0f}, {0.999618f, 0.0f, 0.02763f}, "p6917b", 0 }, + { {-16.0f, 20.0f, 688.0f}, {0.0f, 1.0f, 0.0f}, {0.601815f, 0.0f, -0.798635f}, "p6690b2", 0 }, + { {-292.0f, -7.0f, -668.0f}, {-1.2e-05, 1.0f, -5.9e-05}, {0.196424f, 6e-05, 0.980519f}, "p134a2", 0 }, + { {57.0f, 167.0f, 74.0f}, {7.7e-05, 1.0f, -1e-06}, {-0.999946f, 7.7e-05, 0.010341f}, "p4120b", 0 }, + { {-89.0f, 167.0f, 636.0f}, {1e-06, 1.0f, 7.7e-05}, {-0.01034f, 7.7e-05, -0.999946f}, "p6826b", 0 }, + { {33.0f, 167.0f, 646.0f}, {7.7e-05, 1.0f, -1e-06}, {-0.999946f, 7.7e-05, 0.010341f}, "p6662b", 0 }, + { {-379.0f, 144.0f, -671.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p138g", 0 }, + { {-373.0f, 144.0f, 689.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p334f1", 0 }, + { {37.0f, 48.0f, 505.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1522b", 0 }, + { {38.0f, 20.0f, 537.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1520b", 0 }, + { {52.0f, 44.0f, 496.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99999f, 4.6e-05, -0.004529f}, "p1522b", 0 }, + { {154.0f, 11.0f, -1168.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p372h", 0 }, + { {172.0f, 0.0f, -1614.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p236h2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-51.0f, 81.0f, -621.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p166a1", 0, {-28.000168f, 21.999834f, -33.00011f, -32.99986f, -21.999998f, 18.999998f} }, + { {-51.0f, 81.0f, -399.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p385a1", 0, {-28.000168f, 21.999834f, -33.00011f, -32.99986f, -21.999998f, 18.999998f} }, + { {-51.0f, 81.0f, -186.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p378a1", 0, {-27.000168f, 21.999834f, -33.00011f, -32.999863f, -21.999998f, 18.999998f} }, + { {-809.0f, 81.0f, -621.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p276a1", 0, {-27.999834f, 22.000168f, 32.99989f, 33.00014f, -21.999998f, 18.999998f} }, + { {-809.0f, 81.0f, -399.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p210a1", 0, {-27.999834f, 22.000168f, 32.99989f, 33.00014f, -21.999998f, 18.999998f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "", 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} }, + { {98.0f, 45.0f, -1060.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p520c2", 0, {-27.000011f, 26.99999f, -2.000136f, -1.999864f, -54.0f, 64.0f} }, + { {98.0f, 45.0f, -1277.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p538c2", 0, {-27.000011f, 26.99999f, -2.000136f, -1.999864f, -54.0f, 64.0f} }, + { {98.0f, 45.0f, -1440.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p547c2", 0, {-27.000011f, 26.99999f, -2.000136f, -1.999864f, -54.0f, 64.0f} }, + { {100.0f, 190.0f, -1440.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p377d1", 0, {-27.000002f, 27.000002f, -0.000136f, 0.000136f, -54.0f, 64.0f} }, + { {100.0f, 190.0f, -1277.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p368d1", 0, {-27.000002f, 27.000002f, -0.000136f, 0.000136f, -54.0f, 64.0f} }, + { {100.0f, 190.0f, -1060.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p350d1", 0, {-27.000002f, 27.000002f, -0.000136f, 0.000136f, -54.0f, 64.0f} }, + { {-1190.0f, 212.0f, -767.0f}, {-4e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1903d2", 0, {-37.00009f, 34.99991f, -24.000135f, -23.999857f, -21.999998f, 36.999996f} }, + { {-973.0f, -18.0f, -1227.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p409c", 0, {-60.12232f, 60.176994f, -0.003962f, 112.002754f, -16.446272f, 23.484642f} }, + { {-1258.0f, -18.0f, -1462.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1026c", 0, {-60.12232f, 60.176994f, -0.003962f, 112.002754f, -16.446272f, 23.484642f} }, + { {-1095.0f, -18.0f, -1009.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p406c", 0, {-60.12247f, 60.169228f, -0.00379f, 112.002754f, -16.465563f, 22.484673f} }, + { {-975.0f, -18.0f, -1009.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p492c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-1235.0f, -18.0f, -1227.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p470c", 0, {-59.1225f, 61.17681f, -0.003962f, 112.002754f, -16.47333f, 22.525492f} }, + { {-990.0f, -18.0f, -1466.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p420c", 0, {-60.12247f, 60.169228f, -0.00379f, 112.002754f, -16.465563f, 22.484673f} }, + { {-953.0f, -18.0f, -1624.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p419c2", 0, {-60.12247f, 61.169197f, -0.00379f, 112.002754f, -16.47333f, 22.484673f} }, + { {-1162.0f, -18.0f, -1748.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p414c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-872.0f, -18.0f, -1807.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p517c", 0, {-60.13009f, 60.169228f, -0.00379f, 112.00292f, -17.446241f, 22.484673f} }, + { {-919.0f, -18.0f, -844.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p1258c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-67.0f, -18.0f, -1205.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p384c2", 0, {-59.957115f, 60.05843f, -0.003795f, 112.002914f, -17.247915f, 22.384514f} }, + { {-67.0f, -18.0f, -1396.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p380c2", 0, {-59.741764f, 60.05843f, -0.003795f, 112.00275f, -16.290703f, 22.384514f} }, + { {-79.0f, -18.0f, -1005.0f}, {-4.2e-05, 1.0f, 0.000167f}, {0.249451f, 0.000172f, -0.968387f}, "p395c2", 0, {-59.77646f, 60.759106f, -0.003976f, 112.002785f, -16.683817f, 22.609411f} }, + { {-1420.0f, -18.0f, -2383.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p464c2", 0, {-60.12247f, 60.169228f, -0.00379f, 112.002754f, -16.465563f, 22.484673f} }, + { {-1300.0f, -18.0f, -2383.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p462c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-1033.0f, 32.0f, -847.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p491c", 0, {-25.037714f, 25.18166f, -0.001664f, 49.00119f, -19.788551f, 27.729113f} }, + { {-1023.0f, -17.0f, -845.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p491c", 0, {-25.41519f, 24.59482f, -0.001652f, 48.001232f, -20.496225f, 27.51705f} }, + { {-395.0f, -17.0f, -1071.0f}, {2.5e-05, 1.0f, 5.4e-05}, {-0.420299f, 6e-05, -0.907386f}, "p932c", 0, {-24.766558f, 24.966927f, -0.001622f, 48.001217f, -20.42999f, 27.138079f} }, + { {-317.0f, 81.0f, -1834.0f}, {5.5e-05, 1.0f, -2.3e-05}, {-0.921501f, 6e-05, 0.388376f}, "p25c", 0, {-24.149649f, 25.505405f, -0.001678f, 49.001247f, -20.894957f, 27.983337f} }, + { {-317.0f, 32.0f, -1833.0f}, {5.8e-05, 1.0f, -1.7e-05}, {-0.961963f, 6e-05, 0.273178f}, "p25c", 0, {-24.4063f, 25.319263f, -0.00168f, 49.00126f, -21.052868f, 27.980972f} }, + { {-335.0f, -17.0f, -1906.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p24c", 0, {-24.454748f, 25.59462f, -0.001651f, 48.001232f, -20.516235f, 27.497702f} }, + { {-345.0f, 32.0f, -1907.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p24c", 0, {-25.037714f, 25.18166f, -0.001664f, 49.001247f, -20.778456f, 27.729113f} }, + { {-22.0f, -17.0f, -796.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p1232c2", 0, {-24.434738f, 25.575262f, -0.001711f, 48.001175f, -19.515776f, 28.497501f} }, + { {-33.0f, 32.0f, -797.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p1232c2", 0, {-24.315823f, 25.449663f, -0.001664f, 49.001247f, -20.793903f, 27.729113f} }, + { {158.0f, -17.0f, -1265.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p372h", 0, {-24.454748f, 24.61482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {34.0f, -17.0f, -1535.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p360c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.515575f, 27.51705f} }, + { {17.0f, 32.0f, -1537.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p361c2", 0, {-25.30572f, 24.459766f, -0.001725f, 49.001183f, -19.665203f, 28.857813f} }, + { {-179.0f, -17.0f, -230.0f}, {4.2e-05, 1.0f, -4.2e-05}, {-0.710082f, 6e-05, 0.704119f}, "p381a", 0, {-24.829014f, 25.574879f, -0.001735f, 48.001186f, -19.903265f, 28.886774f} }, + { {-264.0f, -17.0f, -339.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p129a1", 0, {-25.087692f, 25.06045f, -0.001729f, 48.001205f, -20.072727f, 28.924171f} }, + { {-534.0f, -17.0f, -684.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p131a2", 0, {-24.08467f, 25.06045f, -0.001686f, 48.001205f, -20.072575f, 28.075565f} }, + { {-467.0f, -17.0f, -675.0f}, {2.5e-05, 1.0f, 5.4e-05}, {-0.420299f, 6e-05, -0.907386f}, "p131a1", 0, {-25.186857f, 24.892082f, -0.001676f, 48.001217f, -20.427116f, 28.045464f} }, + { {-399.0f, 32.0f, -686.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p131a1", 0, {-24.315823f, 25.449673f, -0.001664f, 49.00119f, -19.806934f, 27.729113f} }, + { {-388.0f, -17.0f, -684.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p132a", 0, {-25.39518f, 24.614828f, -0.001712f, 48.00117f, -19.496428f, 28.513973f} }, + { {-500.0f, -17.0f, -468.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p135a1", 0, {-25.087692f, 25.06045f, -0.001729f, 48.001205f, -20.072727f, 28.924171f} }, + { {-512.0f, 32.0f, -524.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p135a2", 0, {-24.315813f, 25.449673f, -0.001724f, 49.00119f, -19.806934f, 28.716082f} }, + { {-501.0f, -17.0f, -522.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p135a2", 0, {-24.45474f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-439.0f, -17.0f, -540.0f}, {2.5e-05, 1.0f, 5.4e-05}, {-0.420299f, 6e-05, -0.907386f}, "p135a2", 0, {-25.186857f, 24.892082f, -0.001676f, 48.001217f, -20.427116f, 28.045464f} }, + { {-441.0f, 32.0f, -482.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p135a1", 0, {-25.037714f, 25.18166f, -0.001664f, 49.001183f, -19.665203f, 27.729113f} }, + { {-431.0f, -17.0f, -480.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p135a1", 0, {-25.454548f, 24.59482f, -0.001652f, 48.001232f, -20.496225f, 27.51771f} }, + { {-395.0f, -17.0f, -423.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p126a2", 0, {-25.43454f, 24.614828f, -0.001712f, 48.00117f, -19.496428f, 28.51751f} }, + { {-376.0f, -17.0f, -496.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p135a1", 0, {-24.45474f, 24.61482f, -0.001712f, 48.001225f, -20.493351f, 28.513973f} }, + { {-387.0f, 32.0f, -498.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p135a1", 0, {-24.315813f, 25.449673f, -0.001716f, 49.00119f, -19.806934f, 28.716082f} }, + { {-368.0f, 32.0f, -551.0f}, {6e-05, 1.0f, -1e-06}, {-0.999889f, 6e-05, 0.01487f}, "p135a1", 0, {-24.714706f, 24.595757f, -0.001704f, 49.001232f, -20.637863f, 28.368652f} }, + { {-367.0f, -17.0f, -553.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002557f}, "p135a1", 0, {-25.053614f, 25.071522f, -0.001678f, 48.00126f, -20.933125f, 28.063839f} }, + { {-400.0f, 32.0f, -428.0f}, {1e-05, 1.0f, -7.4e-05}, {-0.14173f, 7.5e-05, 0.989905f}, "p127a2", 0, {-20.511171f, 19.935423f, -0.001687f, 49.001266f, -16.97307f, 22.479946f} }, + { {-449.0f, -17.0f, -321.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p128a1", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {-479.0f, 32.0f, -319.0f}, {-8e-06, 1.0f, 5.9e-05}, {0.142739f, 6e-05, -0.98976f}, "p128a1", 0, {-25.277306f, 24.4397f, -0.001671f, 49.001244f, -20.676952f, 27.896626f} }, + { {-510.0f, -17.0f, -323.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p128a1", 0, {-24.08467f, 25.06045f, -0.001686f, 48.001205f, -20.072575f, 28.078442f} }, + { {-317.0f, -17.0f, -1834.0f}, {5.5e-05, 1.0f, -2.3e-05}, {-0.921501f, 6e-05, 0.388376f}, "p25c", 0, {-24.149649f, 25.505405f, -0.001678f, 48.001247f, -20.895016f, 27.983276f} }, + { {-1348.0f, 81.0f, -1081.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p502c", 0, {-24.45474f, 25.555262f, -0.001703f, 49.001232f, -20.51264f, 28.494625f} }, + { {-1702.0f, -17.0f, -828.0f}, {2e-05, 1.0f, -5.6e-05}, {-0.344422f, 6e-05, 0.938815f}, "p500c", 0, {-25.12571f, 25.198181f, -0.001689f, 48.001247f, -20.773188f, 28.264597f} }, + { {-1769.0f, -17.0f, -940.0f}, {1e-06, 1.0f, -6e-05}, {-0.020009f, 6e-05, 0.9998f}, "p507c1", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1667.0f, -17.0f, -1062.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.454748f, 25.59462f, -0.001651f, 48.001232f, -20.515575f, 27.497702f} }, + { {-1780.0f, -17.0f, -1191.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p510c", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1719.0f, -17.0f, -1188.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.454748f, 25.59462f, -0.001651f, 48.001232f, -20.516235f, 27.497702f} }, + { {-1728.0f, 32.0f, -1196.0f}, {3.7e-05, 1.0f, -4.7e-05}, {-0.617674f, 6e-05, 0.786434f}, "p509c", 0, {-25.43938f, 24.548218f, -0.001673f, 49.001255f, -20.839226f, 27.865639f} }, + { {-1666.0f, -17.0f, -1191.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.45474f, 24.61482f, -0.001712f, 48.001225f, -20.493351f, 28.513973f} }, + { {-1666.0f, 32.0f, -1190.0f}, {5.9e-05, 1.0f, 8e-06}, {-0.989909f, 6e-05, -0.141705f}, "p509c", 0, {-25.306433f, 24.46027f, -0.001732f, 49.001183f, -19.664577f, 28.857168f} }, + { {-1666.0f, 81.0f, -1191.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.45474f, 24.61482f, -0.001712f, 49.001225f, -20.493292f, 28.513973f} }, + { {-1656.0f, -17.0f, -1248.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.515575f, 27.51705f} }, + { {-1666.0f, 32.0f, -1250.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p509c", 0, {-25.037714f, 25.18166f, -0.001664f, 49.001183f, -19.665203f, 27.729113f} }, + { {-1722.0f, -17.0f, -1241.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p973c", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1778.0f, -17.0f, -1252.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p973c", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1779.0f, 32.0f, -1245.0f}, {3.7e-05, 1.0f, -4.7e-05}, {-0.617674f, 6e-05, 0.786434f}, "p973c", 0, {-24.821707f, 25.165894f, -0.00172f, 49.00121f, -20.052794f, 28.649137f} }, + { {-1753.0f, -17.0f, -1424.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p432c", 0, {-24.45474f, 25.555262f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1636.0f, -17.0f, -1513.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p435c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {-1518.0f, -17.0f, -1543.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p429c", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1528.0f, 32.0f, -1544.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p435c", 0, {-25.305727f, 24.318037f, -0.001673f, 49.00124f, -20.65511f, 27.870842f} }, + { {-1516.0f, -17.0f, -1490.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p428c", 0, {-24.45474f, 25.575262f, -0.001711f, 48.001175f, -19.515776f, 28.494625f} }, + { {-1527.0f, 32.0f, -1491.0f}, {-2e-06, 1.0f, -6e-05}, {0.032318f, 6e-05, 0.999478f}, "p428c", 0, {-24.892372f, 25.146154f, -0.001671f, 49.00125f, -20.79457f, 27.826168f} }, + { {-1441.0f, 32.0f, -888.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p505c1", 0, {-24.315823f, 25.449673f, -0.001664f, 49.00119f, -19.806934f, 27.729113f} }, + { {-1430.0f, -17.0f, -886.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p505c1", 0, {-25.39518f, 24.614828f, -0.001712f, 48.001175f, -19.5129f, 28.513973f} }, + { {-1465.0f, 32.0f, -1058.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p503c", 0, {-24.315813f, 25.449673f, -0.001716f, 49.00119f, -19.806934f, 28.716082f} }, + { {-1454.0f, -17.0f, -1056.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p503c", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1348.0f, 32.0f, -1080.0f}, {5.9e-05, 1.0f, 8e-06}, {-0.989909f, 6e-05, -0.141705f}, "p502c", 0, {-25.037212f, 25.18095f, -0.001664f, 49.001183f, -19.664577f, 27.72849f} }, + { {-1348.0f, -17.0f, -1081.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p502c", 0, {-24.45474f, 25.555262f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1401.0f, 32.0f, -1336.0f}, {5.6e-05, 1.0f, -2.2e-05}, {-0.928148f, 6e-05, 0.372211f}, "p423c1", 0, {-24.537363f, 25.229462f, -0.00173f, 49.00117f, -19.519653f, 28.946812f} }, + { {-1394.0f, -17.0f, -1338.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p423c1", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1354.0f, 32.0f, -1401.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p423c1", 0, {-25.037714f, 25.18166f, -0.001716f, 49.00119f, -19.788551f, 28.716082f} }, + { {-1344.0f, -17.0f, -1399.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p423c1", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.515575f, 27.51705f} }, + { {-1259.0f, -17.0f, -791.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p953c2", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1402.0f, -17.0f, -2002.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p445c2", 0, {-24.454748f, 25.555262f, -0.001651f, 48.001232f, -20.5127f, 27.497702f} }, + { {-1410.0f, 32.0f, -2008.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273154f, 6e-05, 0.96197f}, "p445c2", 0, {-24.678753f, 25.379442f, -0.001694f, 49.00123f, -20.424137f, 28.336535f} }, + { {-1387.0f, 32.0f, -1926.0f}, {1e-06, 1.0f, 6e-05}, {-0.014869f, 6e-05, -0.999889f}, "p972c", 0, {-24.699848f, 25.59566f, -0.001652f, 49.001232f, -20.623007f, 27.642973f} }, + { {-1388.0f, -17.0f, -1925.0f}, {-5.8e-05, 1.0f, -1.7e-05}, {0.960554f, 6e-05, 0.278095f}, "p972c", 0, {-24.52044f, 24.824093f, -0.001694f, 48.0012f, -19.96868f, 28.2093f} }, + { {-1416.0f, -17.0f, -2179.0f}, {4.2e-05, 1.0f, 4.3e-05}, {-0.692792f, 6e-05, -0.721138f}, "p447c2", 0, {-25.154778f, 24.603722f, -0.001721f, 48.0012f, -20.005928f, 28.788813f} }, + { {-1570.0f, -17.0f, -2479.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p466c", 0, {-25.41519f, 24.59482f, -0.001652f, 48.001232f, -20.496225f, 27.51705f} }, + { {-1570.0f, 32.0f, -2493.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273154f, 6e-05, 0.96197f}, "p466c", 0, {-24.678753f, 25.31998f, -0.001694f, 49.0012f, -20.094463f, 28.33947f} }, + { {-1523.0f, -17.0f, -2489.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p466c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {-1175.0f, -17.0f, -2479.0f}, {-5.1e-05, 1.0f, -3.1e-05}, {0.855946f, 6e-05, 0.517065f}, "p465c", 0, {-24.927357f, 24.804962f, -0.001644f, 48.001244f, -20.825808f, 27.515554f} }, + { {-1094.0f, -17.0f, -2483.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p465c", 0, {-24.45474f, 25.575262f, -0.001711f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1105.0f, 32.0f, -2484.0f}, {-2.3e-05, 1.0f, -5.5e-05}, {0.379192f, 6e-05, 0.925318f}, "p465c", 0, {-25.272121f, 25.393738f, -0.001664f, 49.001205f, -20.221024f, 27.83876f} }, + { {-1100.0f, -17.0f, -2411.0f}, {-3.1e-05, 1.0f, 5.1e-05}, {0.517065f, 6e-05, -0.855946f}, "p463c1", 0, {-24.60929f, 25.32203f, -0.001727f, 48.00119f, -19.966982f, 28.885687f} }, + { {-1007.0f, -17.0f, -1916.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p517c", 0, {-25.45454f, 24.61482f, -0.001704f, 48.001232f, -20.493351f, 28.514633f} }, + { {-1107.0f, -17.0f, -1603.0f}, {-3.1e-05, 1.0f, 5.1e-05}, {0.517065f, 6e-05, -0.855946f}, "p471c", 0, {-25.126354f, 24.804964f, -0.001675f, 48.001244f, -20.82293f, 28.029741f} }, + { {-1056.0f, 32.0f, -1654.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p471c", 0, {-25.305727f, 24.459759f, -0.001673f, 49.00124f, -20.652172f, 27.870842f} }, + { {-1046.0f, -17.0f, -1653.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p471c", 0, {-24.45474f, 25.61462f, -0.001703f, 48.001232f, -20.51336f, 28.494625f} }, + { {-1088.0f, -17.0f, -2177.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99999f, 4.6e-05, -0.004529f}, "p451c1", 0, {-47.094627f, 47.1354f, -0.00139f, 40.000973f, -21.21265f, 30.21441f} }, + { {-567.0f, -17.0f, -1205.0f}, {-3.1e-05, 1.0f, 1.8e-05}, {0.869144f, 3.6e-05, -0.494559f}, "p956c", 0, {-83.65113f, 84.786865f, -0.001411f, 40.000984f, -28.184513f, 39.843307f} }, + { {-432.0f, -17.0f, -1396.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99998f, 4.6e-05, -0.006271f}, "p939c", 0, {-84.173935f, 84.24291f, -0.001807f, 52.001297f, -28.526207f, 39.52599f} }, + { {-1146.0f, -17.0f, -2177.0f}, {-7.4e-05, 1.0f, 2e-05}, {0.966514f, 7.7e-05, -0.256613f}, "p448c1", 0, {-14.12123f, 14.061301f, -0.001393f, 40.001003f, -13.061044f, 18.150229f} }, + { {-491.0f, -17.0f, -1206.0f}, {5.4e-05, 1.0f, -5.4e-05}, {-0.70872f, 7.7e-05, 0.70549f}, "p938c", 0, {-14.879886f, 14.818521f, -0.0013f, 40.001083f, -14.171334f, 17.00588f} }, + { {-526.0f, -17.0f, -1410.0f}, {-7.4e-05, 1.0f, 2e-05}, {0.966514f, 7.7e-05, -0.256613f}, "p177c", 0, {-15.087744f, 14.061301f, -0.001393f, 40.001022f, -13.317656f, 18.150229f} }, + { {-621.0f, -17.0f, -489.0f}, {-0.000179f, 1.0f, 0.0f}, {0.999997f, 0.000179f, 0.002283f}, "p135a2", 0, {-12.025085f, 13.038782f, -0.003038f, 83.00196f, -11.029653f, 17.027353f} }, + { {-621.0f, -17.0f, -460.0f}, {-0.000179f, 1.0f, 0.0f}, {0.999997f, 0.000179f, 0.002283f}, "p128a2", 0, {-12.025085f, 13.038782f, -0.003038f, 83.00196f, -11.029653f, 17.027353f} }, + { {-621.0f, -17.0f, -431.0f}, {-0.000179f, 1.0f, 0.0f}, {0.999997f, 0.000179f, 0.002283f}, "p128a1", 0, {-12.025085f, 13.038782f, -0.003038f, 83.00196f, -11.029653f, 17.027353f} }, + { {-829.0f, 0.0f, -178.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p573a2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-639.0f, 0.0f, -590.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p130a1", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-296.0f, 0.0f, -285.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p124a1", 0, {-4.0f, 5.0f, -2.0f, 53.0f, -18.0f, 91.0f} }, + { {-101.0f, 0.0f, -756.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p373c", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-708.0f, 0.0f, -756.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1280c2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-1197.0f, 0.0f, -1967.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p443c", 0, {-4.0f, 5.0f, -1.0f, 56.0f, -18.0f, 113.0f} }, + { {-1310.0f, 0.0f, -1967.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p972c", 0, {-5.0f, 4.0f, -1.0f, 57.0f, -18.0f, 113.0f} }, + { {-1313.0f, 0.0f, -1967.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p972c", 0, {-4.0f, 5.0f, -2.0f, 56.0f, -18.0f, 113.0f} }, + { {-1425.0f, 0.0f, -1967.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p972c", 0, {-5.0f, 4.0f, -2.0f, 56.0f, -18.0f, 113.0f} }, + { {-1358.0f, 0.0f, -1467.0f}, {0.612907f, 0.0f, 0.790155f}, {0.0f, 1.0f, 0.0f}, "p438c", 0, {-4.031938f, 4.570238f, -2.27438f, 60.073257f, -18.0f, 113.0f} }, + { {-1360.0f, 0.0f, -1470.0f}, {-0.612907f, 0.0f, -0.790155f}, {0.0f, 1.0f, 0.0f}, "p438c", 0, {-4.896701f, 4.311827f, -1.661473f, 56.1374f, -18.0f, 113.0f} }, + { {-1429.0f, 0.0f, -1558.0f}, {0.612907f, 0.0f, 0.790155f}, {0.0f, 1.0f, 0.0f}, "p438c", 0, {-4.896701f, 4.563682f, -2.27438f, 56.1374f, -18.0f, 113.0f} }, + { {-765.0f, 0.0f, -1407.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p475c2", 0, {-4.0f, 5.000002f, -2.0f, 65.0f, -18.0f, 113.0f} }, + { {-200.0f, 0.0f, -943.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1285c1", 0, {-4.0f, 5.000002f, -1.0f, 62.0f, -18.0f, 113.0f} }, + { {-195.0f, 0.0f, -762.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1283c1", 0, {-4.0f, 5.000002f, -1.0f, 58.0f, -18.0f, 113.0f} }, + { {-291.0f, -17.0f, -675.0f}, {0.0f, 1.0f, -6e-05}, {0.005723f, 6e-05, 0.999984f}, "p134a2", 0, {-31.839222f, 31.16547f, -0.001748f, 62.001728f, -28.8221f, 29.180668f} }, + { {-265.0f, 14.0f, -652.0f}, {-0.999984f, 0.0f, 0.005737f}, {0.0f, 1.0f, -6e-05}, "p134a1", 0, {-6.00146f, 5.299805f, -0.028685f, 52.033566f, -26.00036f, 26.000319f} }, + { {-245.0f, 127.0f, -1546.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p133d2", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-1108.0f, 127.0f, -1930.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1673d", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.064217f} }, + { {-1109.0f, 127.0f, -796.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1905d", 0, {-25.051064f, 25.071522f, -0.001678f, 49.001198f, -20.063866f, 28.063839f} }, + { {-1121.0f, 127.0f, -850.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273178f, 6e-05, 0.961963f}, "p1904d", 0, {-24.679476f, 25.319271f, -0.001694f, 49.001225f, -20.424759f, 28.335903f} }, + { {-1116.0f, 176.0f, -846.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1904d", 0, {-25.053614f, 25.071522f, -0.001678f, 49.00126f, -20.933064f, 28.063839f} }, + { {-1103.0f, 127.0f, -2367.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p250d1", 0, {-25.053614f, 24.071526f, -0.001678f, 49.00126f, -20.933064f, 28.063839f} }, + { {-1096.0f, 176.0f, -2019.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p241d", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-1137.0f, 176.0f, -2284.0f}, {7.5e-05, 1.0f, 0.0f}, {-0.999997f, 7.5e-05, -0.002557f}, "p239d2", 0, {-20.040852f, 20.056204f, -0.001648f, 49.0012f, -16.051092f, 22.054743f} }, + { {-1082.0f, 176.0f, -2282.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002557f}, "p238d2", 0, {-25.053614f, 25.071522f, -0.001678f, 49.00126f, -21.060926f, 28.063839f} }, + { {-1126.0f, 176.0f, -2234.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p238d2", 0, {-24.051067f, 25.071522f, -0.001678f, 49.001198f, -20.063866f, 28.061281f} }, + { {-1103.0f, 127.0f, -2244.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273178f, 6e-05, 0.961963f}, "p238d2", 0, {-24.679476f, 25.379948f, -0.001738f, 49.001183f, -19.817726f, 28.942936f} }, + { {-1096.0f, 127.0f, -2017.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273178f, 6e-05, 0.961963f}, "p241d", 0, {-24.679476f, 25.319263f, -0.001694f, 49.001198f, -20.09384f, 28.338839f} }, + { {-1108.0f, 127.0f, -2302.0f}, {-2.7e-05, 1.0f, -5.3e-05}, {0.45171f, 6e-05, 0.892165f}, "p239d2", 0, {-24.495129f, 25.353533f, -0.001677f, 49.001217f, -20.248177f, 28.055466f} }, + { {-1158.0f, 127.0f, -2267.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.141705f, 6e-05, 0.989909f}, "p239d2", 0, {-24.31653f, 25.450178f, -0.001664f, 49.00119f, -19.806284f, 27.72849f} }, + { {-1806.0f, 127.0f, -855.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p303d", 0, {-24.051071f, 25.07153f, -0.001678f, 49.001198f, -20.063871f, 28.061289f} }, + { {-1791.0f, 176.0f, -800.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p305d", 0, {-25.05107f, 24.07154f, -0.001678f, 49.001198f, -20.061314f, 28.06678f} }, + { {-1795.0f, 127.0f, -795.0f}, {-5.8e-05, 1.0f, 1.7e-05}, {0.961963f, 6e-05, -0.273178f}, "p305d", 0, {-24.679468f, 24.417978f, -0.001694f, 49.001198f, -20.09091f, 28.338844f} }, + { {-1475.0f, 127.0f, -1803.0f}, {-4.6e-05, 1.0f, 0.0f}, {0.99999f, 4.6e-05, 0.004529f}, "p217d1", 0, {-47.09463f, 47.1354f, -0.00139f, 40.000973f, -21.212648f, 30.21441f} }, + { {-1683.0f, 127.0f, -1878.0f}, {-4e-05, 1.0f, -2.3e-05}, {0.863752f, 4.6e-05, 0.503917f}, "p222d2", 0, {-47.07707f, 47.149498f, -0.001427f, 40.000988f, -21.381008f, 30.589676f} }, + { {-1707.0f, 129.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1677.0f, 129.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1647.0f, 129.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {-1616.0f, 130.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-14.029647f, 14.041063f, -0.002895f, 83.00209f, -13.031932f, 18.03192f} }, + { {-1771.0f, 129.0f, -1665.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p221d1", 0, {-14.029643f, 15.041056f, -0.002896f, 84.00209f, -13.034211f, 18.031916f} }, + { {-1772.0f, 129.0f, -1696.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p221d1", 0, {-15.029607f, 14.041092f, -0.002895f, 84.00209f, -13.018418f, 18.047709f} }, + { {-1771.0f, 129.0f, -1726.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p221d1", 0, {-14.029643f, 14.041092f, -0.002895f, 84.00209f, -13.031928f, 18.045425f} }, + { {-1579.0f, 130.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029647f, 15.041093f, -0.002896f, 83.00209f, -13.034215f, 18.045267f} }, + { {-1548.0f, 129.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-1518.0f, 129.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1488.0f, 129.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029613f, 15.043344f, -0.003056f, 84.00209f, -13.020705f, 19.031916f} }, + { {-1564.0f, 130.0f, -2243.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p242d2", 0, {-14.029614f, 15.041093f, -0.002896f, 83.00209f, -13.020866f, 18.045267f} }, + { {-1533.0f, 129.0f, -2242.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p242d2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1564.0f, 129.0f, -2269.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p242d2", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {-1533.0f, 130.0f, -2269.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p243d2", 0, {-14.029647f, 14.041096f, -0.002895f, 83.00209f, -13.031932f, 18.03192f} }, + { {-1766.0f, 127.0f, -1913.0f}, {-5.4e-05, 1.0f, -5.4e-05}, {0.70549f, 7.7e-05, 0.708719f}, "p221d1", 0, {-14.17116f, 14.889574f, -0.001408f, 40.000977f, -12.760179f, 18.420082f} }, + { {-28.0f, 130.0f, -985.0f}, {-3.6e-05, 1.0f, 0.000168f}, {0.215503f, 0.000172f, -0.976503f}, "p166d2", 0, {-59.741764f, 61.250435f, -0.00394f, 111.00276f, -16.506205f, 23.360846f} }, + { {-150.0f, 130.0f, -1011.0f}, {-3.6e-05, 1.0f, 0.000168f}, {0.215503f, 0.000172f, -0.976503f}, "p166d2", 0, {-60.718266f, 60.27378f, -0.003976f, 111.00272f, -16.290703f, 23.55723f} }, + { {-153.0f, 130.0f, -1221.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p155d2", 0, {-59.95711f, 60.058422f, -0.003795f, 111.002914f, -17.248072f, 22.384327f} }, + { {-75.0f, 130.0f, -1399.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p151d1", 0, {-60.718266f, 60.05843f, -0.003808f, 111.00272f, -16.290703f, 22.599846f} }, + { {-35.0f, 130.0f, -1196.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p155d1", 0, {-59.741764f, 60.05843f, -0.003795f, 111.00275f, -16.290703f, 22.384342f} }, + { {-1354.0f, 130.0f, -2106.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p232d1", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-1513.0f, 130.0f, -2445.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p253d", 0, {-60.122322f, 60.17699f, -0.003962f, 111.002754f, -16.446445f, 23.48447f} }, + { {-1346.0f, 130.0f, -2442.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p254d", 0, {-60.122322f, 60.17699f, -0.003962f, 111.002754f, -16.446445f, 23.48447f} }, + { {-1185.0f, 130.0f, -2441.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p252d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-1202.0f, 130.0f, -1791.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p1670d", 0, {-60.122467f, 60.16922f, -0.00379f, 111.002754f, -16.465548f, 22.484484f} }, + { {-1145.0f, 130.0f, -1652.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1675d", 0, {-60.12247f, 61.17681f, -0.003962f, 111.002754f, -16.465563f, 22.525492f} }, + { {-1050.0f, 130.0f, -1508.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1674d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-938.0f, 130.0f, -1846.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1678d", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 23.465351f} }, + { {-975.0f, 130.0f, -862.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1921d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-836.0f, 130.0f, -1706.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1680d1", 0, {-59.1225f, 61.169193f, -0.00379f, 111.002754f, -16.47333f, 22.476732f} }, + { {-893.0f, 130.0f, -1485.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p1685d1", 0, {-60.122467f, 60.176834f, -0.003962f, 111.002754f, -16.465548f, 23.465336f} }, + { {-892.0f, 130.0f, -1298.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p1914d2", 0, {-60.130085f, 60.16922f, -0.00379f, 111.00292f, -17.4464f, 22.484484f} }, + { {-939.0f, 130.0f, -1129.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1912d", 0, {-60.122322f, 60.17699f, -0.003962f, 111.002754f, -16.446445f, 23.48447f} }, + { {-906.0f, 130.0f, -1017.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1923d1", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 23.465351f} }, + { {-1234.0f, 130.0f, -1148.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1917d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-1099.0f, 130.0f, -1249.0f}, {0.000172f, 1.0f, 0.0f}, {-0.999972f, 0.000172f, -0.007456f}, "p1917d", 0, {-58.11755f, 58.170033f, -0.003962f, 111.00275f, -16.412912f, 23.450954f} }, + { {-1763.0f, 130.0f, -1320.0f}, {-0.000172f, 1.0f, 0.0f}, {0.99997f, 0.000172f, 0.007767f}, "p196d1", 0, {-60.122467f, 60.16922f, -0.00379f, 111.002754f, -16.465548f, 22.484484f} }, + { {-1728.0f, 130.0f, -1508.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p203d", 0, {-60.130085f, 60.16922f, -0.00379f, 111.00292f, -17.4464f, 22.484484f} }, + { {-1569.0f, 130.0f, -1504.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p200d", 0, {-60.122467f, 60.16922f, -0.00379f, 111.002754f, -16.465548f, 22.484484f} }, + { {-1412.0f, 130.0f, -1238.0f}, {-0.000172f, 1.0f, 0.0f}, {0.99997f, 0.000172f, 0.007767f}, "p193d", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 22.53326f} }, + { {-1420.0f, 130.0f, -881.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p296d1", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 23.465351f} }, + { {-1286.0f, 145.0f, -1966.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1691d", 0, {-3.0f, 4.0f, -2.0f, 69.0f, -18.0f, 113.0f} }, + { {-1425.0f, 145.0f, -1966.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1690d", 0, {-4.0f, 3.0f, -2.0f, 70.0f, -18.0f, 113.0f} }, + { {-1362.0f, 143.0f, -1483.0f}, {-0.660961f, 0.0f, -0.75042f}, {0.0f, 1.0f, 0.0f}, "p2199d", 0, {-4.631933f, 4.586775f, -1.143002f, 50.72026f, -16.0f, 115.0f} }, + { {-1429.0f, 143.0f, -1559.0f}, {0.660961f, 0.0f, 0.75042f}, {0.0f, 1.0f, 0.0f}, "p209d", 0, {-4.631933f, 4.586775f, -1.67976f, 50.72026f, -16.0f, 115.0f} }, + { {-1431.0f, 142.0f, -1711.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p215d2", 0, {-4.0f, 4.0f, -1.0f, 53.000004f, -15.0f, 93.0f} }, + { {-763.0f, 142.0f, -1955.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1786d2", 0, {-2.0f, 2.0f, -2.0f, 56.999996f, -15.0f, 116.0f} }, + { {-763.0f, 142.0f, -1840.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1786d1", 0, {-2.0f, 2.0f, -1.0f, 57.999996f, -15.0f, 116.0f} }, + { {-763.0f, 144.0f, -1085.0f}, {-0.004675f, 0.000646f, 0.999989f}, {3e-06, 1.0f, -0.000646f}, "p2057d2", 0, {-3.247723f, 2.004653f, -1.024991f, 53.082375f, -17.034227f, 114.00063f} }, + { {-763.0f, 144.0f, -979.0f}, {0.004675f, -0.000646f, -0.999989f}, {3e-06, 1.0f, -0.000646f}, "p2065d2", 0, {-2.995293f, 2.752212f, -1.087629f, 53.02441f, -17.000652f, 114.03422f} }, + { {-294.0f, 1.0f, 546.0f}, {0.0f, 1.0f, -6e-05}, {0.000133f, 6e-05, 1.0f}, "p1518b", 0, {-20.002922f, 20.002123f, -0.001317f, 38.00096f, -16.002653f, 22.004946f} }, + { {-230.0f, 1.0f, 449.0f}, {0.0f, 1.0f, -7.5e-05}, {-0.002558f, 7.5e-05, 0.999997f}, "p1511b", 0, {-20.040855f, 19.056215f, -0.001648f, 48.001198f, -16.04854f, 22.054674f} }, + { {-231.0f, 49.0f, 449.0f}, {-8e-06, 1.0f, -7.4e-05}, {0.101985f, 7.5e-05, 0.994786f}, "p1511b", 0, {-19.462723f, 19.845612f, -0.001662f, 49.00121f, -16.070427f, 22.144794f} }, + { {-232.0f, 1.0f, 134.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002558f}, "p4102b", 0, {-24.051065f, 25.071539f, -0.001678f, 48.001198f, -20.060999f, 28.064165f} }, + { {-226.0f, 1.0f, 190.0f}, {0.0f, 1.0f, 6.8e-05}, {0.002558f, 6.8e-05, -0.999997f}, "p4102b", 0, {-17.035751f, 18.051094f, -0.00137f, 38.00096f, -14.045991f, 20.043413f} }, + { {-373.0f, 1.0f, 324.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p3014b", 0, {-25.05107f, 25.071531f, -0.001678f, 48.001198f, -20.063873f, 28.063847f} }, + { {-373.0f, 1.0f, 565.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p2982b", 0, {-24.051073f, 25.071539f, -0.001678f, 48.001198f, -20.063873f, 28.064165f} }, + { {-422.0f, 1.0f, 555.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002558f}, "p3944b", 0, {-25.05107f, 24.071533f, -0.001678f, 48.001198f, -20.061316f, 28.063847f} }, + { {-472.0f, 1.0f, 449.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p3954b", 0, {-25.051062f, 24.071543f, -0.001678f, 48.001198f, -20.05844f, 28.066723f} }, + { {-475.0f, 1.0f, 403.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p3015b", 0, {-25.051062f, 25.071539f, -0.001678f, 48.001198f, -20.060999f, 28.066723f} }, + { {-371.0f, 49.0f, 571.0f}, {6e-05, 1.0f, -6e-06}, {-0.994786f, 6e-05, 0.101985f}, "p2982b", 0, {-24.1307f, 25.304401f, -0.001725f, 49.00118f, -19.56296f, 28.720003f} }, + { {-423.0f, 50.0f, 554.0f}, {6e-05, 1.0f, -6e-06}, {-0.994786f, 6e-05, 0.101985f}, "p3944b", 0, {-25.125484f, 24.309616f, -0.001718f, 48.001183f, -19.664946f, 28.61802f} }, + { {-470.0f, 49.0f, 451.0f}, {6e-06, 1.0f, 6e-05}, {-0.101985f, 6e-05, -0.994786f}, "p3954b", 0, {-25.0235f, 25.406387f, -0.001665f, 49.001244f, -20.65973f, 27.725218f} }, + { {-726.0f, 1.0f, 553.0f}, {0.0f, 1.0f, 8.6e-05}, {0.002558f, 8.6e-05, -0.999997f}, "p4189b2", 0, {-17.038298f, 18.048546f, -0.001626f, 48.00128f, -15.04188f, 19.047525f} }, + { {-722.0f, 1.0f, 588.0f}, {8.6e-05, 1.0f, 0.0f}, {-0.999997f, 8.6e-05, -0.002558f}, "p4189b1", 0, {-17.03575f, 18.051104f, -0.001712f, 48.001198f, -14.045991f, 20.047522f} }, + { {-907.0f, 1.0f, 477.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p4201b1", 0, {-25.05107f, 25.071531f, -0.001678f, 48.001198f, -20.063873f, 28.063847f} }, + { {-960.0f, 1.0f, 507.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p3927b", 0, {-24.051065f, 25.071539f, -0.001678f, 48.001198f, -20.060999f, 28.064165f} }, + { {-900.0f, 0.0f, 566.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p4199b1", 0, {-25.05107f, 25.071539f, -0.001678f, 48.001198f, -20.063873f, 28.066723f} }, + { {-1020.0f, 1.0f, 699.0f}, {-5.8e-05, 1.0f, -1.5e-05}, {0.965261f, 6e-05, 0.261288f}, "p2963b", 0, {-25.133436f, 25.293226f, -0.001704f, 48.00121f, -20.129436f, 28.376974f} }, + { {-901.0f, 48.0f, 561.0f}, {6.1e-05, 1.0f, 6.1e-05}, {-0.705296f, 8.6e-05, -0.708913f}, "p4199b1", 0, {-17.711973f, 17.643263f, -0.001695f, 49.00121f, -14.094493f, 19.846523f} }, + { {-957.0f, 50.0f, 499.0f}, {4.3e-05, 1.0f, -7.4e-05}, {-0.502213f, 8.6e-05, 0.864744f}, "p3923b", 0, {-17.600878f, 17.517735f, -0.001737f, 48.001213f, -14.137805f, 20.338026f} }, + { {-1015.0f, 1.0f, 647.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p2961b", 0, {-25.05362f, 25.071531f, -0.001678f, 48.00126f, -21.060993f, 28.063847f} }, + { {-1084.0f, 1.0f, 394.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p3011b", 0, {-25.05107f, 25.071539f, -0.001678f, 48.001198f, -20.063873f, 28.066723f} }, + { {-1017.0f, 49.0f, 647.0f}, {-3e-05, 1.0f, 5.2e-05}, {0.502213f, 6e-05, -0.864744f}, "p2961b", 0, {-25.44331f, 24.63509f, -0.00171f, 49.001198f, -19.912827f, 28.480036f} }, + { {-1018.0f, 49.0f, 707.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2963b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-1218.0f, 1.0f, 12.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p2451b", 0, {-25.05107f, 24.071543f, -0.001678f, 48.001198f, -20.061316f, 28.066723f} }, + { {-149.0f, 0.0f, 564.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p6917b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.031932f, 18.04543f} }, + { {-149.0f, 0.0f, 533.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p6915b", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-1229.0f, 0.0f, 368.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p3048b", 0, {-14.029647f, 14.041063f, -0.002895f, 84.00209f, -13.031932f, 18.03192f} }, + { {-1229.0f, 0.0f, 337.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p3048b", 0, {-14.029647f, 14.041063f, -0.002895f, 84.00209f, -13.031932f, 18.03192f} }, + { {-1229.0f, 0.0f, 306.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p3048b", 0, {-15.029644f, 14.041063f, -0.002895f, 84.00209f, -13.031932f, 18.034203f} }, + { {89.0f, 0.0f, 536.0f}, {7.7e-05, 1.0f, 0.0f}, {-0.999997f, 7.7e-05, -0.002283f}, "p1522b", 0, {-14.029646f, 14.04107f, -0.001379f, 40.000996f, -13.031932f, 18.034983f} }, + { {108.0f, 0.0f, 665.0f}, {7.2e-05, 1.0f, 2.7e-05}, {-0.93276f, 7.7e-05, -0.360499f}, "p1523b", 0, {-13.951046f, 14.460288f, -0.001381f, 40.00107f, -13.902622f, 17.997225f} }, + { {37.0f, 0.0f, 507.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99999f, 4.6e-05, -0.004529f}, "p1522b", 0, {-47.099148f, 47.135387f, -0.00139f, 40.00102f, -22.210787f, 30.212559f} }, + { {-842.0f, 127.0f, 610.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p6931b", 0, {-25.051056f, 24.074081f, -0.001738f, 49.001198f, -20.058372f, 28.938532f} }, + { {-847.0f, 127.0f, 465.0f}, {-5.2e-05, 1.0f, 3e-05}, {0.867299f, 6e-05, -0.497787f}, "p4163b", 0, {-25.264626f, 24.47392f, -0.00171f, 49.00123f, -20.54331f, 28.605555f} }, + { {-714.0f, 127.0f, 423.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2311b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-714.0f, 176.0f, 423.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2311b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-762.0f, 127.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-24.051067f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.064217f} }, + { {-762.0f, 177.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-24.051067f, 25.07153f, -0.001678f, 48.001198f, -20.063866f, 28.064157f} }, + { {-712.0f, 127.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-712.0f, 176.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-19.0f, 127.0f, -276.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p4140b", 0, {-25.051056f, 24.071533f, -0.001678f, 49.001198f, -20.058372f, 28.066774f} }, + { {-765.0f, 127.0f, 4.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002557f}, "p6699b2", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-765.0f, 176.0f, 4.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002557f}, "p6699b2", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-713.0f, 127.0f, -208.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1505b", 0, {-25.053614f, 25.071522f, -0.001678f, 49.00126f, -21.060926f, 28.063839f} }, + { {-759.0f, 127.0f, -349.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p1506b", 0, {-25.051064f, 25.071522f, -0.001678f, 49.001198f, -20.063866f, 28.063839f} }, + { {-759.0f, 176.0f, -349.0f}, {6e-06, 1.0f, 6e-05}, {-0.101481f, 6e-05, -0.994837f}, "p1506b", 0, {-25.033953f, 24.323591f, -0.001658f, 49.001244f, -20.648678f, 27.615475f} }, + { {-558.0f, 127.0f, 10.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p6704b2", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-230.0f, 127.0f, 15.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p3973b", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-229.0f, 176.0f, 15.0f}, {6e-06, 1.0f, 6e-05}, {-0.101481f, 6e-05, -0.994837f}, "p3973b", 0, {-24.140596f, 25.31843f, -0.001716f, 49.001175f, -19.552359f, 28.708858f} }, + { {-35.0f, 127.0f, 741.0f}, {-1.9e-05, 1.0f, 5.7e-05}, {0.327985f, 6e-05, -0.944683f}, "p6662b", 0, {-24.326124f, 25.321745f, -0.001644f, 49.001274f, -21.200426f, 27.50275f} }, + { {19.0f, 127.0f, 519.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002557f}, "p6660b2", 0, {-24.051064f, 25.071518f, -0.001678f, 49.001198f, -20.063862f, 28.061277f} }, + { {-35.0f, 176.0f, 741.0f}, {-1.9e-05, 1.0f, 5.7e-05}, {0.327985f, 6e-05, -0.944683f}, "p6662b", 0, {-24.326124f, 25.321745f, -0.001644f, 48.001274f, -21.200485f, 27.50269f} }, + { {-100.0f, 127.0f, -204.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1480b", 0, {-24.051067f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.064217f} }, + { {-986.0f, 128.0f, 635.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6932b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-956.0f, 128.0f, 635.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6932b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-925.0f, 128.0f, 635.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6932b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-980.0f, 128.0f, 392.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p4177b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-979.0f, 128.0f, 233.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p4178b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-830.0f, 128.0f, 391.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4177b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {-830.0f, 128.0f, 361.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4180b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-829.0f, 128.0f, 271.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4171b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {-829.0f, 128.0f, 242.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4171b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-173.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {-144.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-114.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-84.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-28.0f, 128.0f, 461.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6659b2", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {3.0f, 128.0f, 461.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6659b2", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {-20.0f, 128.0f, 175.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6928b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {10.0f, 128.0f, 175.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6928b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {39.0f, 128.0f, 175.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6929b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {131.0f, 128.0f, -64.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4129b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {131.0f, 128.0f, -202.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4129b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-20.0f, 128.0f, -447.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6714b1", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {10.0f, 128.0f, -447.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6714b2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {40.0f, 128.0f, -448.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6714b2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {70.0f, 128.0f, -448.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6715b2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-923.0f, 128.0f, 522.0f}, {7.7e-05, 1.0f, 0.0f}, {-0.999997f, 7.7e-05, -0.002283f}, "p4157b", 0, {-14.029646f, 14.04107f, -0.001379f, 40.000996f, -13.031932f, 18.034983f} }, + { {-908.0f, 128.0f, 293.0f}, {0.0f, 1.0f, 7.7e-05}, {0.002283f, 7.7e-05, -0.999997f}, "p4178b", 0, {-14.029646f, 14.04107f, -0.001379f, 40.000996f, -13.031932f, 18.034983f} }, + { {-158.0f, 128.0f, 578.0f}, {-5.4e-05, 1.0f, -5.4e-05}, {0.705488f, 7.7e-05, 0.708722f}, "p6827b2", 0, {-14.174434f, 14.889632f, -0.001354f, 40.001083f, -14.106692f, 17.643663f} }, + { {32.0f, 128.0f, 713.0f}, {5.4e-05, 1.0f, -5.4e-05}, {-0.708719f, 7.7e-05, 0.705491f}, "p6662b", 0, {-14.171158f, 14.889571f, -0.001408f, 40.001026f, -13.465833f, 18.417017f} }, + { {-163.0f, 128.0f, 731.0f}, {6.6e-05, 1.0f, 3.9e-05}, {-0.862447f, 7.7e-05, -0.506147f}, "p6828b", 0, {-14.28533f, 14.361917f, -0.001406f, 40.000996f, -13.066582f, 18.391111f} }, + { {122.0f, 128.0f, 63.0f}, {6.7e-05, 1.0f, -3.8e-05}, {-0.86956f, 7.7e-05, 0.493828f}, "p4120b", 0, {-14.546325f, 15.179693f, -0.001416f, 40.000988f, -12.860966f, 18.518393f} }, + { {59.0f, 128.0f, -90.0f}, {3.8e-05, 1.0f, 6.7e-05}, {-0.493828f, 7.7e-05, -0.86956f}, "p4127b", 0, {-14.836281f, 14.310137f, -0.001396f, 40.000988f, -12.860969f, 18.196424f} }, + { {117.0f, 128.0f, -300.0f}, {7.4e-05, 1.0f, 2.1e-05}, {-0.961572f, 7.7e-05, -0.274551f}, "p4142b", 0, {-14.700712f, 14.419736f, -0.00136f, 40.001045f, -13.598156f, 17.725124f} }, + { {-979.0f, 127.0f, 524.0f}, {-4.6e-05, 1.0f, 0.0f}, {0.99999f, 4.6e-05, 0.004529f}, "p4157b", 0, {-46.09916f, 47.135387f, -0.00139f, 40.00102f, -22.210787f, 30.208029f} }, + { {-914.0f, 127.0f, 241.0f}, {0.0f, 1.0f, -4.6e-05}, {-0.004529f, 4.6e-05, 0.99999f}, "p4178b", 0, {-47.094627f, 47.1354f, -0.00139f, 40.000973f, -21.21265f, 30.21441f} }, + { {-118.0f, 127.0f, 632.0f}, {0.0f, 1.0f, 4.6e-05}, {0.004529f, 4.6e-05, -0.99999f}, "p6827b2", 0, {-47.094627f, 47.1354f, -0.00139f, 40.000973f, -21.21265f, 30.21441f} }, + { {69.0f, 127.0f, 75.0f}, {-4.6e-05, 1.0f, 0.0f}, {0.99999f, 4.6e-05, 0.004529f}, "p4120b", 0, {-47.099148f, 47.135387f, -0.00139f, 40.00102f, -22.210787f, 30.212559f} }, + { {47.0f, 127.0f, -143.0f}, {0.0f, 1.0f, -4.6e-05}, {-0.004529f, 4.6e-05, 0.99999f}, "p4130b", 0, {-46.09915f, 47.13538f, -0.00139f, 40.00102f, -22.210773f, 30.208017f} }, + { {71.0f, 127.0f, -330.0f}, {-3.2e-05, 1.0f, -3.3e-05}, {0.697325f, 4.6e-05, 0.716755f}, "p4142b", 0, {-46.956104f, 47.092117f, -0.001422f, 40.00097f, -21.153238f, 30.468548f} }, + { {-101.0f, 145.0f, -747.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4365b2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-708.0f, 145.0f, -747.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4260b2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-937.0f, 145.0f, 11.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p6669b1", 0, {-4.0f, 5.0f, -2.0f, 52.0f, -18.0f, 91.0f} }, + { {-153.0f, 145.0f, 430.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p6686b1", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-186.0f, 18.0f, 617.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4208b1", 0, {-5.0f, 4.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-340.0f, 18.0f, 669.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3025b1", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-186.0f, 146.0f, -654.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p150g2", 0, {-5.0f, 4.0f, -53.0f, 47.0f, -19.0f, 99.0f} }, + { {-675.0f, 146.0f, -654.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p145g1", 0, {-5.0f, 4.0f, -53.0f, 47.0f, -19.0f, 99.0f} }, + { {-203.0f, 146.0f, 687.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p339f1", 0, {-4.0f, 5.0f, -53.0f, 47.0f, -19.0f, 99.0f} }, + { {-726.0f, 146.0f, 639.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2005b", 0, {-5.0f, 4.0f, -53.0f, 38.0f, -19.0f, 90.0f} }, + { {-83.0f, 198.0f, 51.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1010b", 0, {-45.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, 142.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p4151b", 0, {-46.999985f, -1.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -157.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1017b", 0, {-46.999985f, -1.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -67.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1017b", 0, {-45.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -275.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1016b", 0, {-46.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -366.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1016b", 0, {-45.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 295.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p4173b", 0, {-46.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 594.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p2007b", 0, {-46.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 504.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p4166b", 0, {-47.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {-15.0f, 198.0f, -13.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4122b", 0, {-11.99999f, 60.00001f, 22.999971f, 23.000006f, -25.999998f, 38.0f} }, + { {67.0f, 198.0f, -13.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4122b", 0, {-12.99999f, 60.00001f, 22.999971f, 23.000006f, -25.999998f, 38.0f} }, + { {-15.0f, 198.0f, -221.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4130b", 0, {-11.999989f, 60.00001f, 23.999971f, 24.000004f, -25.999998f, 38.0f} }, + { {67.0f, 198.0f, -221.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4130b", 0, {-12.999989f, 60.00001f, 23.999971f, 24.000006f, -25.999998f, 38.0f} }, + { {-866.0f, 198.0f, 437.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4163b", 0, {-39.999996f, 33.000008f, 10.999984f, 11.000018f, -25.999998f, 38.0f} }, + { {-928.0f, 198.0f, 449.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4163b", 0, {-58.999992f, 13.000011f, 22.999992f, 23.000027f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 386.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p2003b", 0, {-46.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 118), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 1 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10207), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 2 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10212), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 3 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10213), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 4 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10222), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 5 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10223), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 6 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10224), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 7 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10227), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 8 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10242), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 9 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10249), 0x000001e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 10 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10252), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 11 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10255), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 12 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10309), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 13 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10310), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 14 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10311), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 15 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10312), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 16 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10313), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 17 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10314), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 18 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10315), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 19 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10316), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 20 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10317), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 21 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10318), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 22 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10319), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 23 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10320), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 24 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10321), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 25 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10322), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 26 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10323), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 27 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10324), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 28 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 195), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 29 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10257), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 30 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10258), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 31 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 10292), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 32 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10281), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 33 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10284), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 34 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 10286), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 35 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10265), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 36 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10266), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 37 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 186), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 38 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10214), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 39 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10215), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 40 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 191), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 41 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10290), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 42 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10276), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 43 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 10238), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 44 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 197), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 45 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 198), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 46 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 203), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 47 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 117), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 48 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 121), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 49 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 10231), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 50 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10234), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 51 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10234), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Armour; index = 52 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 147), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 53 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 204), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = DoorScale; index = 54 */ + _mkword(0, _mkshort(0, 2)), 49152, + /* Type = Door; index = 55 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 299), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000001, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 56 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 300), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000001, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 57 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 301), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 58 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 302), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 59 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 303), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 60 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 304), 0x30000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 61 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 305), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 62 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 306), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 63 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 307), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 64 */ + _mkword(256, _mkshort(0, 1)), _mkword(297, 308), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = EndProps; index = 65 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 192, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 130, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 189, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 138, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 187, 0, + /* Type = Spawn; index = 5 */ + _mkword(0, _mkshort(0, 0)), 196, 0, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 113, 0, + /* Type = Spawn; index = 7 */ + _mkword(0, _mkshort(0, 0)), 120, 0, + /* Type = StartWeapon; index = 8 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 9 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = EndIntro; index = 10 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 unknown_setup_block_0[] = { -1, -1 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + NULL +}; + + +s32 unknown_setup_block_1[] = { -1 }; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/e/UsetupcradZ.c b/assets/obseg/setup/e/UsetupcradZ.c new file mode 100644 index 0000000..469f7b2 --- /dev/null +++ b/assets/obseg/setup/e/UsetupcradZ.c @@ -0,0 +1,1001 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:17 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupcradZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-300.0f, 320.0f, 518.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p256d2", 0 }, + { {15.0f, 320.0f, 521.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 1e-06}, "p279d", 0 }, + { {304.0f, 320.0f, 519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p241d2", 0 }, + { {476.0f, 320.0f, 223.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p432d1", 0 }, + { {-381.0f, 320.0f, 388.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p434d3", 0 }, + { {-144.0f, 320.0f, 520.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p255d1", 0 }, + { {164.0f, 320.0f, 524.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p278d1", 0 }, + { {399.0f, 320.0f, 361.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p432d2", 0 }, + { {595.0f, 320.0f, 5.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p260d2", 0 }, + { {448.0f, 320.0f, -272.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p263d", 0 }, + { {302.0f, 320.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p264d2", 0 }, + { {35.0f, 320.0f, -520.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p430d2", 0 }, + { {542.0f, 320.0f, 108.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p432d1", 0 }, + { {511.0f, 320.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p243d2", 0 }, + { {374.0f, 320.0f, -400.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p262d1", 0 }, + { {156.0f, 320.0f, -521.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p430d2", 0 }, + { {-591.0f, 320.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p253d2", 0 }, + { {-450.0f, 320.0f, 258.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p434d2", 0 }, + { {-287.0f, 320.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p268d2", 0 }, + { {-454.0f, 320.0f, -251.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p271d", 0 }, + { {-527.0f, 320.0f, -127.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p270d1", 0 }, + { {-511.0f, 320.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p434d2", 0 }, + { {-96.0f, 320.0f, -524.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p430d1", 0 }, + { {-379.0f, 320.0f, -383.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p249d1", 0 }, + { {10.0f, 98.0f, -5.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p108b1", 0 }, + { {16.0f, 61.0f, -131.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p81b2", 0 }, + { {-20.0f, 61.0f, -128.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p81b1", 0 }, + { {235.0f, 227.0f, -145.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p287d2", 0 }, + { {-258.0f, 227.0f, -134.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p292d1", 0 }, + { {14.0f, 227.0f, 275.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p282d1", 0 }, + { {-23.0f, 19.0f, -38.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p405b2", 0 }, + { {-166.0f, 19.0f, -76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p29b2", 0 }, + { {-153.0f, 19.0f, 79.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p30b2", 0 }, + { {-3.0f, 19.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p55b1", 0 }, + { {165.0f, 19.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p31b1", 0 }, + { {148.0f, 19.0f, -71.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p34b1", 0 }, + { {-73.0f, 19.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p30b2", 0 }, + { {67.0f, 19.0f, 9.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p34b1", 0 }, + { {46.0f, 19.0f, -41.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p33b1", 0 }, + { {-225.0f, 19.0f, -87.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p959c1", 0 }, + { {-343.0f, 19.0f, -85.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p972c2", 0 }, + { {-456.0f, 19.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p974c1", 0 }, + { {-462.0f, 19.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p977c1", 0 }, + { {-394.0f, 19.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p964c", 0 }, + { {-407.0f, 19.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p961c", 0 }, + { {-316.0f, 19.0f, 82.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p970c2", 0 }, + { {-221.0f, 19.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p954c2", 0 }, + { {-214.0f, 19.0f, -25.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p960c2", 0 }, + { {-494.0f, 19.0f, 6.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p241b1", 0 }, + { {-520.0f, 19.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p237b2", 0 }, + { {-525.0f, 19.0f, 101.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p227b2", 0 }, + { {-608.0f, 19.0f, 104.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p230b1", 0 }, + { {-691.0f, 19.0f, 107.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p232b2", 0 }, + { {-709.0f, 19.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p233b2", 0 }, + { {-700.0f, 19.0f, -99.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p234b1", 0 }, + { {-630.0f, 19.0f, -104.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p234b1", 0 }, + { {-709.0f, 19.0f, -5.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p234b1", 0 }, + { {-613.0f, 19.0f, -7.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p235b", 0 }, + { {-516.0f, 19.0f, -103.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p240b1", 0 }, + { {225.0f, 19.0f, 87.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p20c1", 0 }, + { {343.0f, 19.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p33c2", 0 }, + { {456.0f, 19.0f, 82.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p35c1", 0 }, + { {462.0f, 19.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p38c1", 0 }, + { {394.0f, 19.0f, 34.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p25c", 0 }, + { {407.0f, 19.0f, -75.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p22c", 0 }, + { {315.0f, 19.0f, -94.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p31c2", 0 }, + { {227.0f, 19.0f, -92.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p15c2", 0 }, + { {214.0f, 19.0f, 25.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p21c2", 0 }, + { {491.0f, 19.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p213b2", 0 }, + { {520.0f, 19.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p209b2", 0 }, + { {525.0f, 19.0f, -101.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p199b2", 0 }, + { {608.0f, 19.0f, -104.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p202b1", 0 }, + { {691.0f, 19.0f, -107.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p204b2", 0 }, + { {709.0f, 19.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p205b2", 0 }, + { {700.0f, 19.0f, 99.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p206b1", 0 }, + { {630.0f, 19.0f, 104.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p206b1", 0 }, + { {709.0f, 19.0f, 5.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p206b1", 0 }, + { {613.0f, 19.0f, 7.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p207b", 0 }, + { {516.0f, 19.0f, 103.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p212b", 0 }, + { {-817.0f, -98.0f, 37.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p171a1", 0 }, + { {-816.0f, -98.0f, 72.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p170a", 0 }, + { {-813.0f, -98.0f, -70.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p173a", 0 }, + { {-639.0f, -128.0f, -74.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p377a1", 0 }, + { {-418.0f, -152.0f, -77.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p378a2", 0 }, + { {-201.0f, -152.0f, -76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p399a1", 0 }, + { {-45.0f, -164.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p175a2", 0 }, + { {9.0f, -164.0f, -71.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p175a1", 0 }, + { {65.0f, -164.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p175a1", 0 }, + { {423.0f, -152.0f, -73.0f}, {1e-06, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p232a2", 0 }, + { {249.0f, -152.0f, -73.0f}, {1e-06, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p230a2", 0 }, + { {630.0f, -128.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p233a1", 0 }, + { {819.0f, -98.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p165a", 0 }, + { {819.0f, -98.0f, -37.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p166a1", 0 }, + { {819.0f, -98.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p168a", 0 }, + { {630.0f, -128.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p239a1", 0 }, + { {423.0f, -152.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p240a2", 0 }, + { {249.0f, -152.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p258a2", 0 }, + { {65.0f, -164.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p176a1", 0 }, + { {9.0f, -164.0f, 77.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p176a1", 0 }, + { {-45.0f, -164.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p176a2", 0 }, + { {-201.0f, -152.0f, 73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p363a1", 0 }, + { {-418.0f, -152.0f, 72.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p370a2", 0 }, + { {-639.0f, -128.0f, 74.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p371a1", 0 }, + { {65.0f, -164.0f, 14.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p132a", 0 }, + { {9.0f, -164.0f, 16.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p132a", 0 }, + { {-45.0f, -164.0f, 14.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p131a2", 0 }, + { {-62.0f, -164.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p130a", 0 }, + { {-137.0f, -211.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p135a", 0 }, + { {-137.0f, -211.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p136a", 0 }, + { {-75.0f, -249.0f, -45.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p133a2", 0 }, + { {-42.0f, -249.0f, -44.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p116a", 0 }, + { {-35.0f, -249.0f, -59.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p116a", 0 }, + { {26.0f, -249.0f, -60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p518a", 0 }, + { {-10.0f, -249.0f, 3.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p517a", 0 }, + { {29.0f, -249.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p117a1", 0 }, + { {-39.0f, -249.0f, 55.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p119a2", 0 }, + { {-7.0f, -588.0f, 49.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p571a1", 0 }, + { {-39.0f, -588.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p573a1", 0 }, + { {-10.0f, -588.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p575a2", 0 }, + { {21.0f, -588.0f, 16.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p569a1", 0 }, + { {-634.0f, 320.0f, 30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p695d1", 0 }, + { {-1188.0f, 139.0f, -921.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p867d2", 0 }, + { {-1677.0f, 93.0f, -1776.0f}, {0.0f, 1.0f, 0.0f}, {0.499921f, 0.0f, 0.866071f}, "p1583d2", 0 }, + { {-1621.0f, 93.0f, -1804.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2176d2", 0 }, + { {-1676.0f, 93.0f, -1903.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1571d1", 0 }, + { {-1774.0f, 93.0f, -1846.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1575d1", 0 }, + { {-1718.0f, 93.0f, -1746.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1585d2", 0 }, + { {339.0f, 320.0f, 536.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p229d2", 0 }, + { {-144.0f, 145.0f, 1370.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p929d1", 0 }, + { {-715.0f, 93.0f, 2332.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1991d2", 0 }, + { {-767.0f, 93.0f, 2298.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p2183d2", 0 }, + { {-827.0f, 93.0f, 2397.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1979d1", 0 }, + { {-729.0f, 93.0f, 2454.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1983d1", 0 }, + { {-669.0f, 93.0f, 2356.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1993d2", 0 }, + { {291.0f, 320.0f, -564.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p113d2", 0 }, + { {1255.0f, 145.0f, -569.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p105d1", 0 }, + { {2373.0f, 93.0f, -563.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1345d1", 0 }, + { {2373.0f, 93.0f, -501.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1344d2", 0 }, + { {2486.0f, 93.0f, -500.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1339d1", 0 }, + { {2486.0f, 93.0f, -613.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1342d1", 0 }, + { {2371.0f, 93.0f, -615.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1540d2", 0 }, + { {343.0f, 88.0f, 82.0f}, {0.0f, -1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p33c2", 0 }, + { {455.0f, 88.0f, -78.0f}, {0.0f, -1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p36c1", 0 }, + { {-319.0f, 19.0f, 56.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p970c1", 0 }, + { {323.0f, 19.0f, 32.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p33c1", 0 }, + { {-332.0f, 19.0f, -44.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p972c1", 0 }, + { {-51.0f, -605.0f, 47.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p572a", 0 }, + { {194.0f, -612.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p603a", 0 }, + { {-6.0f, -578.0f, 118.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p591a", 0 }, + { {25.0f, -605.0f, 49.0f}, {0.0f, 1.0f, 0.0f}, {-0.207912f, 0.0f, 0.978148f}, "p570a", 0 }, + { {-9.0f, -249.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p517a", 0 }, + { {-1661.0f, 93.0f, -1748.0f}, {0.0f, 1.0f, 0.0f}, {0.499921f, 0.0f, 0.866071f}, "p862d1", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {277.0f, 4.0f, -72.0f}, {0.0f, 1.0f, 0.000122f}, {0.002218f, 0.000116f, -0.999997f}, "p28c", 0, {-8.017714f, 8.024393f, -0.001342f, 35.000973f, -8.013667f, 11.021776f} }, + { {200.0f, 17.0f, 75.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p131b1", 0, {-1.0f, 1.0f, -7.0f, 27.0f, -13.0f, 51.999996f} }, + { {482.0f, 17.0f, 6.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p213b2", 0, {-1.0f, 2.0f, -8.0f, 29.0f, -13.0f, 51.999996f} }, + { {-200.0f, 17.0f, -75.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p130b2", 0, {-1.0f, 1.0f, -7.0f, 27.0f, -13.0f, 51.999996f} }, + { {-482.0f, 17.0f, -6.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p241b2", 0, {-1.0f, 2.0f, -8.0f, 29.0f, -13.0f, 51.999996f} }, + { {-62.0f, -256.0f, -53.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p133a1", 0, {-1.0f, 1.0f, -6.0f, 24.0f, -13.0f, 51.999996f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 9242, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 9243, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 9244, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 9245, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 9246, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 9247, 0, + /* Type = ObjectiveDestroyObject; index = 6 */ + _mkword(0, _mkshort(0, 25)), 0, + /* Type = ObjectiveFailCondition; index = 7 */ + _mkword(0, _mkshort(0, 27)), 2048, + /* Type = ObjectiveEnd; index = 8 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 9 */ + _mkword(0, _mkshort(0, 23)), 1, 9248, 0, + /* Type = ObjectiveCompleteCondition; index = 10 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveEnd; index = 11 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Guard; index = 12 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 121), _mkword(8, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = SetGuardAttribute; index = 13 */ + _mkword(0, _mkshort(0, 18)), 0, 0x000000ff, + /* Type = Collectable; index = 14 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Guard; index = 15 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 18), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 16 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 135), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 17 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 128), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 18 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 79), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 19 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 92), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Tag; index = 20 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 21 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10000), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = Drone; index = 22 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 141), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x0000003b, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x000a0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 23 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 142), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000041, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x000a0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Armour; index = 24 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 143), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 25 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 131), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 26 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 138), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 27 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 124), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Tag; index = 28 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0x0001), 0, 0, + /* Type = Door; index = 29 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 1), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 30 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = Door; index = 31 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 2), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 32 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0001), 0, 0, + /* Type = Door; index = 33 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 3), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 34 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = Door; index = 35 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 4), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 36 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = Door; index = 37 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 5), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Aircraft; index = 38 */ + _mkword(588, _mkshort(0, 40)), _mkword(282, 147), 0x10020008, 0x00080000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000421, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 39 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0xffff), 0, 0, + /* Type = Cutscene; index = 40 */ + _mkword(0, _mkshort(0, 46)), -10082, -264079, 57235, 392244, 29281, 146, + /* Type = Tag; index = 41 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0xffff), 0, 0, + /* Type = Cutscene; index = 42 */ + _mkword(0, _mkshort(0, 46)), -34377, -239279, 216636, 34886, 16013, 146, + /* Type = Tag; index = 43 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0xffff), 0, 0, + /* Type = Cutscene; index = 44 */ + _mkword(0, _mkshort(0, 46)), 13810, -206179, 49962, 394045, 330792, 146, + /* Type = Tag; index = 45 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0xffff), 0, 0, + /* Type = Cutscene; index = 46 */ + _mkword(0, _mkshort(0, 46)), 10705, -296979, 76956, 395818, 32026, 146, + /* Type = Tag; index = 47 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0xffff), 0, 0, + /* Type = EndProps; index = 48 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 151, 0, + /* Type = WatchTime; index = 1 */ + _mkword(0, _mkshort(0, 7)), 4, 20, + /* Type = StartWeapon; index = 2 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 3 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = FixedCam; index = 4 */ + _mkword(0, _mkshort(0, 6)), 0xfff822fb, 0x0000f321, 0xfffb103d, 0x00023be8, 0x00000000, 0x00000079, 0x00002422, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 5 */ + _mkword(0, _mkshort(0, 6)), 0x0000601d, 0xfffe3298, 0xfffd8741, 0x0003bdd6, 0x0000742b, 0x0000006a, 0x00002422, 0x00000000, 0x00000000, + /* Type = Cuff; index = 6 */ + _mkword(0, _mkshort(0, 5)), 2, + /* Type = SwirlCam; index = 7 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00b50000, 0x00000000, 0x12430000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00b50000, 0x00000000, 0x12430000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a70000, 0x00000000, 0x0feb0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a30000, 0x00000000, 0x0d930000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00950000, 0xfff98000, 0x0b3b0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00870000, 0xffea0000, 0x08e30000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00790000, 0xffe30000, 0x068b0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x006b0000, 0x00000000, 0x04330000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00800000, 0x00570000, 0x020f0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a50000, 0x00990000, 0x00e80000, 0x00009761, 0x00190000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00ad0000, 0x00850000, 0x001f0000, 0x00009761, 0x001e0000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00430000, 0x003b0000, 0xffaf0000, 0x000065e0, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 19 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00090000, 0x00150000, 0xffd20000, 0x00006c1e, 0x001e0000, 0xffffffff, + /* Type = SwirlCam; index = 20 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 21 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 22 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 23 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 13, -1 }; +s32 path_neighbors_1[] = { 14, -1 }; +s32 path_neighbors_2[] = { 12, -1 }; +s32 path_neighbors_3[] = { 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, 8, -1 }; +s32 path_neighbors_6[] = { 5, 7, -1 }; +s32 path_neighbors_7[] = { 6, 10, -1 }; +s32 path_neighbors_8[] = { 5, 9, -1 }; +s32 path_neighbors_9[] = { 8, 10, -1 }; +s32 path_neighbors_10[] = { 7, 9, 11, -1 }; +s32 path_neighbors_11[] = { 10, 12, 13, 14, -1 }; +s32 path_neighbors_12[] = { 2, 11, 13, 14, -1 }; +s32 path_neighbors_13[] = { 0, 11, 12, 14, -1 }; +s32 path_neighbors_14[] = { 1, 11, 12, 13, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, -1 }; +s32 path_indeces_1[] = { 7, 8, 9, 10, 11, 12, 13, -1 }; +s32 path_indeces_2[] = { 14, 15, 16, 17, 18, 19, 20, -1 }; +s32 path_indeces_3[] = { 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, -1 }; +s32 path_indeces_4[] = { 31, 32, 33, -1 }; +s32 path_indeces_5[] = { 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -1 }; +s32 path_indeces_6[] = { 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, -1 }; +s32 path_indeces_7[] = { 73, 74, 75, 76, 77, 78, 79, 80, 81, -1 }; +s32 path_indeces_8[] = { 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, -1 }; +s32 path_indeces_9[] = { 93, 94, 95, 96, 97, 98, 99, 100, 101, -1 }; +s32 path_indeces_10[] = { 102, 103, 104, 105, 106, 107, 108, 109, 110, -1 }; +s32 path_indeces_11[] = { 111, 112, 113, 114, 115, 116, -1 }; +s32 path_indeces_12[] = { 117, 118, 119, 120, 121, 122, 123, 124, -1 }; +s32 path_indeces_13[] = { 125, 126, 127, 128, 129, 130, 131, 132, -1 }; +s32 path_indeces_14[] = { 133, 134, 135, 136, 137, 138, 139, 140, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, 4, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, 3, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 0, 3, 5, -1 }; +s32 path_table_5[] = { 4, 6, -1 }; +s32 path_table_6[] = { 5, 130, -1 }; +s32 path_table_7[] = { 8, 11, -1 }; +s32 path_table_8[] = { 7, 9, -1 }; +s32 path_table_9[] = { 8, 10, -1 }; +s32 path_table_10[] = { 9, 11, -1 }; +s32 path_table_11[] = { 7, 10, 12, -1 }; +s32 path_table_12[] = { 11, 13, -1 }; +s32 path_table_13[] = { 12, 138, -1 }; +s32 path_table_14[] = { 15, 18, -1 }; +s32 path_table_15[] = { 14, 16, -1 }; +s32 path_table_16[] = { 15, 17, -1 }; +s32 path_table_17[] = { 16, 18, -1 }; +s32 path_table_18[] = { 14, 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 124, -1 }; +s32 path_table_21[] = { 22, 24, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 21, 23, 27, -1 }; +s32 path_table_25[] = { 26, 30, -1 }; +s32 path_table_26[] = { 25, 28, -1 }; +s32 path_table_27[] = { 24, 28, 29, 30, -1 }; +s32 path_table_28[] = { 26, 27, 29, 30, -1 }; +s32 path_table_29[] = { 27, 28, 30, -1 }; +s32 path_table_30[] = { 25, 27, 28, 29, 31, -1 }; +s32 path_table_31[] = { 30, 32, -1 }; +s32 path_table_32[] = { 31, 33, -1 }; +s32 path_table_33[] = { 32, 34, -1 }; +s32 path_table_34[] = { 33, 35, 36, 54, 55, -1 }; +s32 path_table_35[] = { 34, 36, 41, 42, 54, -1 }; +s32 path_table_36[] = { 34, 35, 37, 41, 42, 43, 53, 54, 55, -1 }; +s32 path_table_37[] = { 36, 42, 43, 53, 54, -1 }; +s32 path_table_38[] = { 39, 60, -1 }; +s32 path_table_39[] = { 38, 40, -1 }; +s32 path_table_40[] = { 39, 41, -1 }; +s32 path_table_41[] = { 35, 36, 40, 42, -1 }; +s32 path_table_42[] = { 35, 36, 37, 41, 43, -1 }; +s32 path_table_43[] = { 36, 37, 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 44, 46, -1 }; +s32 path_table_46[] = { 45, 47, -1 }; +s32 path_table_47[] = { 46, 48, -1 }; +s32 path_table_48[] = { 47, 49, 71, -1 }; +s32 path_table_49[] = { 48, 50, -1 }; +s32 path_table_50[] = { 49, 52, -1 }; +s32 path_table_51[] = { 52, 53, -1 }; +s32 path_table_52[] = { 50, 51, -1 }; +s32 path_table_53[] = { 36, 37, 51, 54, -1 }; +s32 path_table_54[] = { 34, 35, 36, 37, 53, 55, -1 }; +s32 path_table_55[] = { 34, 36, 54, 56, -1 }; +s32 path_table_56[] = { 55, 57, -1 }; +s32 path_table_57[] = { 56, 58, -1 }; +s32 path_table_58[] = { 57, 59, -1 }; +s32 path_table_59[] = { 58, 61, -1 }; +s32 path_table_60[] = { 38, 61, -1 }; +s32 path_table_61[] = { 59, 60, 91, -1 }; +s32 path_table_62[] = { 63, 65, 72, -1 }; +s32 path_table_63[] = { 62, 64, 65, 66, 72, -1 }; +s32 path_table_64[] = { 63, 65, 66, 67, -1 }; +s32 path_table_65[] = { 62, 63, 64, 66, 72, -1 }; +s32 path_table_66[] = { 63, 64, 65, -1 }; +s32 path_table_67[] = { 64, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 48, 70, 72, -1 }; +s32 path_table_72[] = { 62, 63, 65, 71, 78, -1 }; +s32 path_table_73[] = { 74, 77, 80, 81, -1 }; +s32 path_table_74[] = { 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, -1 }; +s32 path_table_76[] = { 75, 77, 78, -1 }; +s32 path_table_77[] = { 73, 76, 78, 79, 80, 81, -1 }; +s32 path_table_78[] = { 72, 76, 77, 79, -1 }; +s32 path_table_79[] = { 77, 78, 80, -1 }; +s32 path_table_80[] = { 73, 77, 79, 81, -1 }; +s32 path_table_81[] = { 73, 77, 80, 106, -1 }; +s32 path_table_82[] = { 83, 85, 92, -1 }; +s32 path_table_83[] = { 82, 84, 85, 86, 92, -1 }; +s32 path_table_84[] = { 83, 85, 86, 87, -1 }; +s32 path_table_85[] = { 82, 83, 84, 86, 92, -1 }; +s32 path_table_86[] = { 83, 84, 85, -1 }; +s32 path_table_87[] = { 84, 88, -1 }; +s32 path_table_88[] = { 87, 89, -1 }; +s32 path_table_89[] = { 88, 90, -1 }; +s32 path_table_90[] = { 89, 91, -1 }; +s32 path_table_91[] = { 61, 90, 92, -1 }; +s32 path_table_92[] = { 82, 83, 85, 91, 98, -1 }; +s32 path_table_93[] = { 94, 97, 100, 101, -1 }; +s32 path_table_94[] = { 93, 95, -1 }; +s32 path_table_95[] = { 94, 96, -1 }; +s32 path_table_96[] = { 95, 97, 98, -1 }; +s32 path_table_97[] = { 93, 96, 98, 99, 100, 101, -1 }; +s32 path_table_98[] = { 92, 96, 97, 99, -1 }; +s32 path_table_99[] = { 97, 98, 100, -1 }; +s32 path_table_100[] = { 93, 97, 99, 101, -1 }; +s32 path_table_101[] = { 93, 97, 100, 109, -1 }; +s32 path_table_102[] = { 103, 105, 110, -1 }; +s32 path_table_103[] = { 102, 105, 106, 107, -1 }; +s32 path_table_104[] = { 107, 108, 109, 110, -1 }; +s32 path_table_105[] = { 102, 103, 106, -1 }; +s32 path_table_106[] = { 81, 103, 105, 107, -1 }; +s32 path_table_107[] = { 103, 104, 106, 108, -1 }; +s32 path_table_108[] = { 104, 107, 109, -1 }; +s32 path_table_109[] = { 101, 104, 108, 110, -1 }; +s32 path_table_110[] = { 102, 104, 109, 114, -1 }; +s32 path_table_111[] = { 116, 139, -1 }; +s32 path_table_112[] = { 116, 121, -1 }; +s32 path_table_113[] = { 116, 131, -1 }; +s32 path_table_114[] = { 110, 115, -1 }; +s32 path_table_115[] = { 114, 116, -1 }; +s32 path_table_116[] = { 111, 112, 113, 115, -1 }; +s32 path_table_117[] = { 121, 122, -1 }; +s32 path_table_118[] = { 122, 129, -1 }; +s32 path_table_119[] = { 123, 124, -1 }; +s32 path_table_120[] = { 121, 124, -1 }; +s32 path_table_121[] = { 112, 117, 120, -1 }; +s32 path_table_122[] = { 117, 118, -1 }; +s32 path_table_123[] = { 119, 136, -1 }; +s32 path_table_124[] = { 20, 119, 120, -1 }; +s32 path_table_125[] = { 129, 130, -1 }; +s32 path_table_126[] = { 130, 131, -1 }; +s32 path_table_127[] = { 131, 132, -1 }; +s32 path_table_128[] = { 132, 137, -1 }; +s32 path_table_129[] = { 118, 125, -1 }; +s32 path_table_130[] = { 6, 125, 126, -1 }; +s32 path_table_131[] = { 113, 126, 127, -1 }; +s32 path_table_132[] = { 127, 128, -1 }; +s32 path_table_133[] = { 137, 138, -1 }; +s32 path_table_134[] = { 138, 139, -1 }; +s32 path_table_135[] = { 139, 140, -1 }; +s32 path_table_136[] = { 123, 140, -1 }; +s32 path_table_137[] = { 128, 133, -1 }; +s32 path_table_138[] = { 13, 133, 134, -1 }; +s32 path_table_139[] = { 111, 134, 135, -1 }; +s32 path_table_140[] = { 135, 136, -1 }; + +waypoint pathwaypoints[] = { + { 0x0000008c, &path_table_0, 0x00000000, 0x00000000 }, + { 0x0000008b, &path_table_1, 0x00000000, 0x00000000 }, + { 0x0000008a, &path_table_2, 0x00000000, 0x00000000 }, + { 0x00000089, &path_table_3, 0x00000000, 0x00000000 }, + { 0x00000088, &path_table_4, 0x00000000, 0x00000000 }, + { 0x00000087, &path_table_5, 0x00000000, 0x00000000 }, + { 0x00000086, &path_table_6, 0x00000000, 0x00000000 }, + { 0x00000085, &path_table_7, 0x00000001, 0x00000000 }, + { 0x00000084, &path_table_8, 0x00000001, 0x00000000 }, + { 0x00000083, &path_table_9, 0x00000001, 0x00000000 }, + { 0x00000082, &path_table_10, 0x00000001, 0x00000000 }, + { 0x00000081, &path_table_11, 0x00000001, 0x00000000 }, + { 0x00000080, &path_table_12, 0x00000001, 0x00000000 }, + { 0x0000007f, &path_table_13, 0x00000001, 0x00000000 }, + { 0x0000007e, &path_table_14, 0x00000002, 0x00000000 }, + { 0x0000007d, &path_table_15, 0x00000002, 0x00000000 }, + { 0x0000007c, &path_table_16, 0x00000002, 0x00000000 }, + { 0x0000007b, &path_table_17, 0x00000002, 0x00000000 }, + { 0x0000007a, &path_table_18, 0x00000002, 0x00000000 }, + { 0x00000079, &path_table_19, 0x00000002, 0x00000000 }, + { 0x00000078, &path_table_20, 0x00000002, 0x00000000 }, + { 0x00000077, &path_table_21, 0x00000003, 0x00000000 }, + { 0x00000076, &path_table_22, 0x00000003, 0x00000000 }, + { 0x00000075, &path_table_23, 0x00000003, 0x00000000 }, + { 0x00000074, &path_table_24, 0x00000003, 0x00000000 }, + { 0x00000073, &path_table_25, 0x00000003, 0x00000000 }, + { 0x00000072, &path_table_26, 0x00000003, 0x00000000 }, + { 0x00000071, &path_table_27, 0x00000003, 0x00000000 }, + { 0x00000070, &path_table_28, 0x00000003, 0x00000000 }, + { 0x0000006f, &path_table_29, 0x00000003, 0x00000000 }, + { 0x0000006e, &path_table_30, 0x00000003, 0x00000000 }, + { 0x0000006d, &path_table_31, 0x00000004, 0x00000000 }, + { 0x0000006c, &path_table_32, 0x00000004, 0x00000000 }, + { 0x0000006b, &path_table_33, 0x00000004, 0x00000000 }, + { 0x0000006a, &path_table_34, 0x00000005, 0x00000000 }, + { 0x00000069, &path_table_35, 0x00000005, 0x00000000 }, + { 0x00000068, &path_table_36, 0x00000005, 0x00000000 }, + { 0x00000067, &path_table_37, 0x00000005, 0x00000000 }, + { 0x00000066, &path_table_38, 0x00000005, 0x00000000 }, + { 0x00000065, &path_table_39, 0x00000005, 0x00000000 }, + { 0x00000064, &path_table_40, 0x00000005, 0x00000000 }, + { 0x00000063, &path_table_41, 0x00000005, 0x00000000 }, + { 0x00000062, &path_table_42, 0x00000005, 0x00000000 }, + { 0x00000061, &path_table_43, 0x00000005, 0x00000000 }, + { 0x00000060, &path_table_44, 0x00000005, 0x00000000 }, + { 0x0000005f, &path_table_45, 0x00000005, 0x00000000 }, + { 0x0000005e, &path_table_46, 0x00000005, 0x00000000 }, + { 0x0000005d, &path_table_47, 0x00000005, 0x00000000 }, + { 0x0000005c, &path_table_48, 0x00000005, 0x00000000 }, + { 0x0000005b, &path_table_49, 0x00000005, 0x00000000 }, + { 0x0000005a, &path_table_50, 0x00000005, 0x00000000 }, + { 0x00000059, &path_table_51, 0x00000005, 0x00000000 }, + { 0x00000058, &path_table_52, 0x00000005, 0x00000000 }, + { 0x00000057, &path_table_53, 0x00000005, 0x00000000 }, + { 0x00000056, &path_table_54, 0x00000005, 0x00000000 }, + { 0x00000055, &path_table_55, 0x00000005, 0x00000000 }, + { 0x00000054, &path_table_56, 0x00000005, 0x00000000 }, + { 0x00000053, &path_table_57, 0x00000005, 0x00000000 }, + { 0x00000052, &path_table_58, 0x00000005, 0x00000000 }, + { 0x00000051, &path_table_59, 0x00000005, 0x00000000 }, + { 0x00000050, &path_table_60, 0x00000005, 0x00000000 }, + { 0x0000004f, &path_table_61, 0x00000005, 0x00000000 }, + { 0x0000004e, &path_table_62, 0x00000006, 0x00000000 }, + { 0x0000004d, &path_table_63, 0x00000006, 0x00000000 }, + { 0x0000004c, &path_table_64, 0x00000006, 0x00000000 }, + { 0x0000004b, &path_table_65, 0x00000006, 0x00000000 }, + { 0x0000004a, &path_table_66, 0x00000006, 0x00000000 }, + { 0x00000049, &path_table_67, 0x00000006, 0x00000000 }, + { 0x00000048, &path_table_68, 0x00000006, 0x00000000 }, + { 0x00000047, &path_table_69, 0x00000006, 0x00000000 }, + { 0x00000046, &path_table_70, 0x00000006, 0x00000000 }, + { 0x00000045, &path_table_71, 0x00000006, 0x00000000 }, + { 0x00000044, &path_table_72, 0x00000006, 0x00000000 }, + { 0x00000043, &path_table_73, 0x00000007, 0x00000000 }, + { 0x00000042, &path_table_74, 0x00000007, 0x00000000 }, + { 0x00000041, &path_table_75, 0x00000007, 0x00000000 }, + { 0x00000040, &path_table_76, 0x00000007, 0x00000000 }, + { 0x0000003f, &path_table_77, 0x00000007, 0x00000000 }, + { 0x0000003e, &path_table_78, 0x00000007, 0x00000000 }, + { 0x0000003d, &path_table_79, 0x00000007, 0x00000000 }, + { 0x0000003c, &path_table_80, 0x00000007, 0x00000000 }, + { 0x0000003b, &path_table_81, 0x00000007, 0x00000000 }, + { 0x0000003a, &path_table_82, 0x00000008, 0x00000000 }, + { 0x00000039, &path_table_83, 0x00000008, 0x00000000 }, + { 0x00000038, &path_table_84, 0x00000008, 0x00000000 }, + { 0x00000037, &path_table_85, 0x00000008, 0x00000000 }, + { 0x00000036, &path_table_86, 0x00000008, 0x00000000 }, + { 0x00000035, &path_table_87, 0x00000008, 0x00000000 }, + { 0x00000034, &path_table_88, 0x00000008, 0x00000000 }, + { 0x00000033, &path_table_89, 0x00000008, 0x00000000 }, + { 0x00000032, &path_table_90, 0x00000008, 0x00000000 }, + { 0x00000031, &path_table_91, 0x00000008, 0x00000000 }, + { 0x00000030, &path_table_92, 0x00000008, 0x00000000 }, + { 0x0000002f, &path_table_93, 0x00000009, 0x00000000 }, + { 0x0000002e, &path_table_94, 0x00000009, 0x00000000 }, + { 0x0000002d, &path_table_95, 0x00000009, 0x00000000 }, + { 0x0000002c, &path_table_96, 0x00000009, 0x00000000 }, + { 0x0000002b, &path_table_97, 0x00000009, 0x00000000 }, + { 0x0000002a, &path_table_98, 0x00000009, 0x00000000 }, + { 0x00000029, &path_table_99, 0x00000009, 0x00000000 }, + { 0x00000028, &path_table_100, 0x00000009, 0x00000000 }, + { 0x00000027, &path_table_101, 0x00000009, 0x00000000 }, + { 0x00000026, &path_table_102, 0x0000000a, 0x00000000 }, + { 0x00000025, &path_table_103, 0x0000000a, 0x00000000 }, + { 0x00000024, &path_table_104, 0x0000000a, 0x00000000 }, + { 0x00000023, &path_table_105, 0x0000000a, 0x00000000 }, + { 0x00000022, &path_table_106, 0x0000000a, 0x00000000 }, + { 0x00000021, &path_table_107, 0x0000000a, 0x00000000 }, + { 0x00000020, &path_table_108, 0x0000000a, 0x00000000 }, + { 0x0000001f, &path_table_109, 0x0000000a, 0x00000000 }, + { 0x0000001e, &path_table_110, 0x0000000a, 0x00000000 }, + { 0x0000001d, &path_table_111, 0x0000000b, 0x00000000 }, + { 0x0000001c, &path_table_112, 0x0000000b, 0x00000000 }, + { 0x0000001b, &path_table_113, 0x0000000b, 0x00000000 }, + { 0x0000001a, &path_table_114, 0x0000000b, 0x00000000 }, + { 0x00000019, &path_table_115, 0x0000000b, 0x00000000 }, + { 0x00000018, &path_table_116, 0x0000000b, 0x00000000 }, + { 0x00000017, &path_table_117, 0x0000000c, 0x00000000 }, + { 0x00000016, &path_table_118, 0x0000000c, 0x00000000 }, + { 0x00000015, &path_table_119, 0x0000000c, 0x00000000 }, + { 0x00000014, &path_table_120, 0x0000000c, 0x00000000 }, + { 0x00000013, &path_table_121, 0x0000000c, 0x00000000 }, + { 0x00000012, &path_table_122, 0x0000000c, 0x00000000 }, + { 0x00000011, &path_table_123, 0x0000000c, 0x00000000 }, + { 0x00000010, &path_table_124, 0x0000000c, 0x00000000 }, + { 0x0000000f, &path_table_125, 0x0000000d, 0x00000000 }, + { 0x0000000e, &path_table_126, 0x0000000d, 0x00000000 }, + { 0x0000000d, &path_table_127, 0x0000000d, 0x00000000 }, + { 0x0000000c, &path_table_128, 0x0000000d, 0x00000000 }, + { 0x0000000b, &path_table_129, 0x0000000d, 0x00000000 }, + { 0x0000000a, &path_table_130, 0x0000000d, 0x00000000 }, + { 0x00000009, &path_table_131, 0x0000000d, 0x00000000 }, + { 0x00000008, &path_table_132, 0x0000000d, 0x00000000 }, + { 0x00000007, &path_table_133, 0x0000000e, 0x00000000 }, + { 0x00000006, &path_table_134, 0x0000000e, 0x00000000 }, + { 0x00000005, &path_table_135, 0x0000000e, 0x00000000 }, + { 0x00000004, &path_table_136, 0x0000000e, 0x00000000 }, + { 0x00000003, &path_table_137, 0x0000000e, 0x00000000 }, + { 0x00000002, &path_table_138, 0x0000000e, 0x00000000 }, + { 0x00000001, &path_table_139, 0x0000000e, 0x00000000 }, + { 0x00000000, &path_table_140, 0x0000000e, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_34[] = { 0xad68656c, 0x6c6f0002, 0x350234ae, 0xad210a00, 0x03310129, 0x00330229, 0x33358029, 0xf329bd04, 0xff008304, 0x02000000, 0x01330229, 0xf333bd04, 0xff004f04, 0x02000000, 0x01290233, 0x02290331, 0x02290033, 0x02293335, 0x8029f329, 0xbd04ff00, 0x8a040300, 0x00000133, 0x0229f333, 0xbd04ff00, 0x08040300, 0x00000129, 0x02330229, 0x03310329, 0x00330229, 0x33358029, 0xf329bd04, 0xff001204, 0x04000000, 0x01330229, 0xf333bd04, 0xff005c04, 0x04000000, 0x01290233, 0x02290331, 0x04290033, 0x02293335, 0x8029f329, 0xbd04ff00, 0x3e040500, 0x00000133, 0x0229f333, 0xbd04ff00, 0x00040500, 0x00000129, 0x02330229, 0x03310529, 0x00330229, 0x33358029, 0xf329bd04, 0xff006e04, 0x06000000, 0x01060229, 0xf333bd04, 0xff007d04, 0x06000000, 0x01060233, 0x020603b4, 0x0002d029, 0x01060229, 0x01340400 }; +u32 ai_1[] = { 0x8e01ad68, 0x310a0005, 0xfd040104 }; +u32 ai_2[] = { 0x8e02ad68, 0x320a0005, 0xfd040104 }; +u32 ai_3[] = { 0x8e03ad68, 0x330a0005, 0xfd040104 }; +u32 ai_4[] = { 0x8e04ad68, 0x340a0005, 0xfd040104 }; +u32 ai_5[] = { 0x8e05ad68, 0x350a0005, 0xfd040104 }; +u32 ai_0[] = { 0x02293335, 0xa0363550, 0x338f0028, 0x90001491, 0x3293328d, 0xbfbf00c3, 0x09000000, 0x00290229, 0xc000dc00, 0x00000006, 0x00060233, 0x8f002890, 0x0014913c, 0x933cbf00, 0xc3098000, 0x00002902, 0x29c000de, 0x00000000, 0x290229bf, 0x00c30990, 0x00000006, 0x00060236, 0x8f002890, 0x00149150, 0x9350c000, 0xdd000000, 0x00290229, 0xbf00c309, 0x80000000, 0x290229bf, 0x00c30990, 0x00000006, 0x020605fd, 0x04070400 }; +u32 ai_6[] = { 0x02372807, 0x0207034c, 0x01c2333c, 0x3802332f, 0x39010702, 0x383c2900, 0x06023903, 0x01370229, 0x023a3335, 0x0a291a06, 0x02293532, 0x290e0602, 0x29356429, 0x11060229, 0x35962912, 0x06022935, 0xc8291400, 0x01000006, 0x02291500, 0x01000006, 0x0206032f, 0x29010602, 0x293c2900, 0x07020703, 0x01370229, 0x03013a04 }; +u32 ai_7[] = { 0x9000148f, 0x00aa9164, 0x93649264, 0x9d000002, 0x009d0000, 0x08009d00, 0x000010ab, 0x00900203, 0x1c232802, 0x07034dfd, 0x000a2328, 0x292f2901, 0x0702294d, 0xfd001e23, 0x28290103, 0x02299a00, 0x0004009d, 0x00080000, 0x05fd0413, 0x04000000 }; +u32 ai_41[] = { 0x0207039c, 0x00800000, 0x29010702, 0x299b0080, 0x00009c00, 0x00100029, 0xc3240d9a, 0x00001000, 0x01070229, 0x9c000020, 0x0029c324, 0x0e9a0000, 0x20000107, 0x02299c00, 0x00400029, 0xc3240f9a, 0x00004000, 0x01070229, 0x9c000080, 0x0029c324, 0x109a0000, 0x80000107, 0x02299c00, 0x01000029, 0xc324119a, 0x00010000, 0x01070229, 0x9c000200, 0x0029c324, 0x129a0002, 0x00000107, 0x02299c00, 0x04000029, 0xc324139a, 0x00040000, 0x01070229, 0x9c000800, 0x0029c324, 0x149a0008, 0x00000107, 0x02290107, 0x04000000 }; +u32 ai_18[] = { 0xad547374, 0x616e640a, 0x009b0200, 0x00009b01, 0x0000009e, 0x00000010, 0xad2d3e64, 0x616d6167, 0x65206f6e, 0x28737461, 0x6e64290a, 0x007efd29, 0x02290203, 0x14002100, 0x00290229, 0x0207f8fd, 0x29022903, 0x4b005006, 0x7efd2a3c, 0x089c0100, 0x00002900, 0x33022996, 0x04069a04, 0x00000002, 0x339f0000, 0x00102900, 0x33022946, 0x29f8fd29, 0x00330229, 0x9604069a, 0x04000000, 0x02330107, 0x02089f00, 0x00001029, 0x00330229, 0x33353233, 0x1a090233, 0x16000100, 0x00090209, 0x33353c0a, 0x9a020000, 0x00020af8, 0xfd290229, 0x034b0050, 0x067efd2a, 0x9c010000, 0x00290033, 0x02299604, 0x069a0400, 0x00000233, 0x9f000000, 0x10290033, 0x02294629, 0xf8fd2900, 0x3302299c, 0x02000000, 0x4c003302, 0x4c960406, 0x9a040000, 0x0002332f, 0x29010a02, 0x29010302, 0x2a9d0000, 0x0010ad3c, 0x2d64616d, 0x61676520, 0x6f666628, 0x7374616e, 0x64290a00, 0x9a008000, 0x0033353c, 0x339a0100, 0x00000233, 0x01030206, 0x05fd0411, 0x04000000 }; +u32 ai_16[] = { 0xad547275, 0x6e0a007d, 0xfd5a2905, 0xfd041002, 0x29ae9502, 0x95049508, 0x95100203, 0x1f232802, 0x07037efd, 0x2a960233, 0xb400003c, 0x08023396, 0x08330233, 0x961033b4, 0x0002580a, 0x02334dfd, 0x000a2328, 0x062f0601, 0x07020605, 0xfd041302, 0x089402ad, 0x6772656e, 0x61646521, 0x0a003335, 0x50291b00, 0xc41a2902, 0x29010702, 0x099408ad, 0x6772656e, 0x61646521, 0x0a003335, 0x50291b00, 0xc41a2902, 0x29010702, 0x0a9410ad, 0x77616c6b, 0x20617474, 0x61636b0a, 0x003c2901, 0x0702297f, 0x33290107, 0x0229c324, 0x19022901, 0x03022a9d, 0x00000010, 0xad3c2d64, 0x616d6167, 0x65206f66, 0x66287275, 0x6e290a00, 0x9a008000, 0x00010304 }; +u32 ai_20[] = { 0x1e007402, 0x08032f29, 0x01080229, 0x05fd0417, 0x04000000 }; +u32 ai_22[] = { 0x1c007602, 0x09032f29, 0x01090229, 0x020a0355, 0x00742901, 0x0a022902, 0x0b035200, 0x46007429, 0x010b0229, 0x05fd0418, 0x04000000 }; +u32 ai_21[] = { 0x0a006aff, 0xffffff06, 0x00030207, 0x0a006aff, 0xffffff44, 0x00020803, 0x46293c29, 0x2f090108, 0x02090107, 0x0229c324, 0x160a006b, 0xffffffff, 0x8610ae02, 0x0a03b400, 0x00782901, 0x0a022955, 0x00742905, 0xfd041502, 0x2905fd04, 0x17040000 }; +u32 ai_15[] = { 0xad54480a, 0x009d0000, 0x0010ad3c, 0x2d64616d, 0x61676520, 0x6f666628, 0x48290a00, 0xc32415f4, 0x0000ff1f, 0x00969164, 0x92649364, 0x0204032f, 0x29010402, 0x29550073, 0x29550074, 0x29550094, 0x2955006d, 0x29000302, 0x2905fd04, 0x150203d9, 0xfd009629, 0x05fd0415, 0x0229ad62, 0x61636b0a, 0x0005fd04, 0x16040000 }; +u32 ai_19[] = { 0xad54210a, 0x00140021, 0x00000402, 0x04030104, 0x04000000 }; +u32 ai_17[] = { 0xad547768, 0x6572650a, 0x009d0000, 0x02000203, 0x031f005c, 0x01030400 }; +u32 ai_8[] = { 0xad54410a, 0x00020403, 0x53003200, 0x3b290247, 0xac00005c, 0x97000405, 0xfd040e02, 0x29530032, 0x003e2902, 0x4833353c, 0x2aac0000, 0x91970004, 0x05fd040a, 0x022a3578, 0x2a9b0800, 0x0000ac00, 0x00019700, 0x0405fd04, 0x0b022a35, 0xb42a9b08, 0x000000ac, 0x00000997, 0x000405fd, 0x040c022a, 0x9b080000, 0x00ac0000, 0x13970004, 0x05fd040d, 0x02299c04, 0x00000041, 0x01040241, 0x9b040000, 0x00550022, 0x42550045, 0x4355005b, 0x43333532, 0x43024201, 0x47024301, 0x48040000 }; +u32 ai_9[] = { 0xad54420a, 0x00020403, 0x53003200, 0x27290247, 0xac00004f, 0x97000405, 0xfd040f02, 0x29530032, 0x002a2902, 0x4833353c, 0x2aac0000, 0x90970004, 0x05fd0409, 0x022a3578, 0x2a9b0800, 0x0000ac00, 0x00019700, 0x0405fd04, 0x0b022a35, 0xb42a9b08, 0x000000ac, 0x00000997, 0x000405fd, 0x040c022a, 0x9b080000, 0x00ac0000, 0x13970004, 0x05fd040d, 0x02299c04, 0x00000041, 0x01040241, 0x9b040000, 0x0055001f, 0x42550031, 0x43550050, 0x43333532, 0x43024201, 0x47024301, 0x48040000 }; +u32 ai_10[] = { 0xad54430a, 0x00020403, 0x53003200, 0x04290247, 0x3335782a, 0xac000090, 0x97000405, 0xfd040902, 0x2aac0000, 0x91970004, 0x05fd040a, 0x02295300, 0x32000729, 0x02483335, 0x782aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0229, 0x53003200, 0x1d290249, 0x3335c83f, 0x9c080000, 0x003e023f, 0x3335782a, 0x9a080000, 0x00ac0000, 0x13970004, 0x05fd040d, 0x022a9a08, 0x000000ac, 0x00000997, 0x000405fd, 0x040c023e, 0x01470229, 0x9c040000, 0x00410104, 0x02419b04, 0x00000055, 0x00184255, 0x001d4255, 0x00114355, 0x00134355, 0x001c4355, 0x00034455, 0x00094455, 0x001b4433, 0x357f4502, 0x42014902, 0x43333555, 0x2a9a0800, 0x0000ac00, 0x00099700, 0x0405fd04, 0x0c022a35, 0xaa2aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0244, 0x3335552a, 0x9a080000, 0x00ac0000, 0x13970004, 0x05fd040d, 0x022a35aa, 0x2aac0000, 0x90970004, 0x05fd0409, 0x022aac00, 0x00919700, 0x0405fd04, 0x0a024501, 0x47040000 }; +u32 ai_11[] = { 0xad54440a, 0x00020403, 0x53003200, 0x0c290247, 0x3335782a, 0xac000090, 0x97000405, 0xfd040902, 0x2aac0000, 0x91970004, 0x05fd040a, 0x02295300, 0x32000f29, 0x02483335, 0x782aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0229, 0x53003200, 0x1b290249, 0x3335c83f, 0x9c080000, 0x003e023f, 0x3335782a, 0x9a080000, 0x00ac0000, 0x01970004, 0x05fd040b, 0x022a9a08, 0x000000ac, 0x00001397, 0x000405fd, 0x040d023e, 0x01470229, 0x9c040000, 0x00410104, 0x02419b04, 0x00000055, 0x00094255, 0x001b4255, 0x00034355, 0x00014355, 0x001d4355, 0x000b4455, 0x00134455, 0x001c4433, 0x357f4502, 0x42014902, 0x43333555, 0x2a9a0800, 0x0000ac00, 0x00139700, 0x0405fd04, 0x0c022a35, 0xaa2aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0244, 0x3335552a, 0x9a080000, 0x00ac0000, 0x01970004, 0x05fd040d, 0x022a35aa, 0x2aac0000, 0x90970004, 0x05fd0409, 0x022aac00, 0x00919700, 0x0405fd04, 0x0a024501, 0x47040000 }; +u32 ai_12[] = { 0xad54450a, 0x00020403, 0x53003200, 0x16290247, 0x3335782a, 0xac000090, 0x97000405, 0xfd040902, 0x2aac0000, 0x91970004, 0x05fd040a, 0x02295300, 0x32001529, 0x02483335, 0x782aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0229, 0x53003200, 0x1c290249, 0x3335c83f, 0x9c080000, 0x003e023f, 0x3335782a, 0x9a080000, 0x00ac0000, 0x01970004, 0x05fd040b, 0x022a9a08, 0x000000ac, 0x00000997, 0x000405fd, 0x040c023e, 0x01470229, 0x9c040000, 0x00410104, 0x02419b04, 0x00000055, 0x00134255, 0x001c4255, 0x000b4355, 0x00094355, 0x001b4355, 0x00114455, 0x00014455, 0x001d4433, 0x357f4502, 0x42014902, 0x43333555, 0x2a9a0800, 0x0000ac00, 0x00019700, 0x0405fd04, 0x0c022a35, 0xaa2aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0244, 0x3335552a, 0x9a080000, 0x00ac0000, 0x09970004, 0x05fd040d, 0x022a35aa, 0x2aac0000, 0x90970004, 0x05fd0409, 0x022aac00, 0x00919700, 0x0405fd04, 0x0a024501, 0x47040000 }; +u32 ai_13[] = { 0xad54460a, 0x00020403, 0x53003200, 0x45290247, 0xac000091, 0x97000405, 0xfd040a02, 0x29530032, 0x00592902, 0x48ac0000, 0x90970004, 0x05fd0409, 0x02295300, 0x32006029, 0x0249ac00, 0x00909700, 0x0405fd04, 0x0902299c, 0x04000000, 0x41010402, 0x419b0400, 0x00005500, 0x44425500, 0x3e425500, 0x60435500, 0x61435500, 0x64435500, 0x50433335, 0x7f440147, 0x02420147, 0x02430148, 0x02440148, 0x04000000 }; +u32 ai_14[] = { 0xad54470a, 0x00020403, 0x53003200, 0x31290247, 0xac000090, 0x97000405, 0xfd040902, 0x29530032, 0x00542902, 0x48ac0000, 0x91970004, 0x05fd040a, 0x02295300, 0x32006429, 0x0249ac00, 0x00919700, 0x0405fd04, 0x0a02299c, 0x04000000, 0x41010402, 0x419b0400, 0x00005500, 0x31425500, 0x2a425500, 0x64435500, 0x63435500, 0x60435500, 0x5d433335, 0x7f440147, 0x02420147, 0x02430148, 0x02440148, 0x04000000 }; +u32 ai_35[] = { 0x0204035b, 0x0029002a, 0x02299c00, 0x00040029, 0x01040229, 0xc32406ae, 0x0207035b, 0x0029002a, 0x0229b400, 0x012c2901, 0x070229c3, 0x2407c400, 0xa100b700, 0xb4b9b502, 0x0b035b00, 0x29002a02, 0x29bb003c, 0x29010b02, 0x29020803, 0x5b002900, 0x2a0229bb, 0x000f2901, 0x080229c3, 0x24090209, 0x035b0029, 0x002a0229, 0xbb000029, 0x01090229, 0x9a000008, 0x00c3240a, 0xc900f500, 0xb6b8020a, 0x03010a02, 0x2ac900c3, 0x24089a00, 0x000200f5, 0x00b6b802, 0x06030106, 0x04000000 }; +u32 ai_36[] = { 0x02040331, 0x00290104, 0x02299a00, 0x00010002, 0x06030106, 0x04000000 }; +u32 ai_37[] = { 0x02040229, 0x05fd0409, 0x04000000 }; +u32 ai_23[] = { 0x9e000000, 0x109d0000, 0x80000203, 0x3c292807, 0x02070354, 0xfd009431, 0x30fd303c, 0x29010702, 0x29333540, 0x29110602, 0x2933357f, 0x29140001, 0x00000602, 0x29150001, 0x00000602, 0x060354fd, 0x00943130, 0xfd302f29, 0x01060229, 0x01030231, 0x9a100000, 0x009d0000, 0x40002202, 0x3003c324, 0x17ae020b, 0x0354fd00, 0x94310033, 0x02319a10, 0x00000002, 0x33b40000, 0x7829010b, 0x0229c324, 0x18020c03, 0x54fd0094, 0x31003302, 0x319a1000, 0x00000233, 0x010c0400 }; +u32 ai_24[] = { 0xd9fd0092, 0x290229e0, 0xfd00e0fd, 0x019d0000, 0x2000db0a, 0x00b30002, 0xffff0610, 0x0a00b300, 0x02ffff06, 0x109a8000, 0x0000ae02, 0x07039d00, 0x001000b4, 0x00012229, 0x01070229, 0xda020803, 0xdc290108, 0x0229d502, 0x00020000, 0xd9fd0092, 0x290229db, 0x0a00b300, 0x02ffff06, 0x100a00b3, 0x0002ffff, 0x06109a40, 0x000000ae, 0x0209039d, 0x00001000, 0xb4000122, 0x29010902, 0x29da020a, 0x03dc2901, 0x0a022902, 0x06d20301, 0x06040000 }; +u32 ai_25[] = { 0xd9fd0092, 0x2902290a, 0x00b4ffff, 0xffff0610, 0x039d0000, 0x1000d9fd, 0x00942902, 0x299d0000, 0x2000dbae, 0x0207039e, 0x00001000, 0x9e000000, 0x01b40000, 0x3c290107, 0x0229da02, 0x0803dc29, 0x01080229, 0xd5030002, 0x0000d9fd, 0x00922902, 0x290a00b4, 0xffffffff, 0x06100303, 0x9d000010, 0x00d9fd00, 0x94290229, 0xdbae0209, 0x039e0000, 0x10009e00, 0x000001b4, 0x00005a29, 0x01090229, 0xda020a03, 0xdc29010a, 0x02299a20, 0x00000002, 0x06030106, 0x04000000 }; +u32 ai_26[] = { 0xd9fd0095, 0x29022908, 0x02060301, 0x06040000 }; +u32 ai_39[] = { 0x02030355, 0x00922955, 0x00933001, 0x03022931, 0x00290103, 0x02299601, 0x299401ae, 0x0229b400, 0x003c2901, 0x0302299c, 0x10000000, 0x2905fd04, 0x20022905, 0xfd041d02, 0x30d6f60a, 0x29010302, 0x29d70002, 0x07035500, 0x9329d801, 0x030229d6, 0xf01a2901, 0x07022905, 0xfd041c04 }; +u32 ai_30[] = { 0xeb3decd7, 0x00e300dd, 0xeaed0303, 0x03d50100, 0x010000a1, 0xf8000004, 0x00a0f818, 0x00000005, 0xf8041905, 0xfd000102, 0x3d05fd00, 0x01040000 }; +u32 ai_31[] = { 0xeb3decd7, 0x00e300da, 0x020703dc, 0x29010702, 0x2905fd04, 0x1f023d05, 0xfd000104 }; +u32 ai_27[] = { 0xeb3decd7, 0x00e300f9, 0xda020703, 0xdc290107, 0x0229ddea, 0xed030303, 0xd5040002, 0x000005f8, 0x041a3000, 0x29310029, 0x54000074, 0x0a002902, 0x0aa10000, 0x00040005, 0x00041b02, 0x29020803, 0x9c200000, 0x00290108, 0x0229d205, 0xfd000102, 0x3d05fd00, 0x01040000 }; +u32 ai_29[] = { 0x8e000206, 0x03010604 }; +u32 ai_28[] = { 0xeb3decd7, 0x00da0207, 0x03dc2901, 0x07022931, 0x00300029, 0x0230bd08, 0xff009204, 0x1e000000, 0x10290229, 0x03033100, 0x30002902, 0x3005fd04, 0x1f0229dd, 0xeaed0303, 0x03d50400, 0x020000a1, 0x00000004, 0x00050004, 0x1a550074, 0x0a550094, 0x0aa0f800, 0x00040000, 0x29020a05, 0xf8041b02, 0x29020803, 0x9c200000, 0x00290108, 0x022905fd, 0x041f023d, 0x05fd0001, 0x04000000 }; +u32 ai_32[] = { 0xcd026c00, 0x000a0000, 0xffff0002, 0x06100207, 0x039c8000, 0x00002901, 0x070229a7, 0x05000800, 0x000a0000, 0x0002ffff, 0x06100208, 0x039c4000, 0x00002901, 0x08022965, 0x0500930a, 0x00000002, 0xffff0610, 0x0a000000, 0x02ffff06, 0x10020603, 0x01060400 }; +u32 ai_33[] = { 0xae0a0063, 0x00000001, 0x06100207, 0x03b40000, 0x14290107, 0x02290a00, 0x630001ff, 0xff061002, 0x06030106, 0x04000000 }; +u32 ai_38[] = { 0x020703cf, 0x29010702, 0x2905f804, 0x22020603, 0x01060400 }; +u32 ai_40[] = { 0x0203034e, 0x00003c27, 0x11296806, 0x0a296606, 0x02294e00, 0x003c2712, 0x2968070a, 0x29660702, 0x294e0000, 0x3c271329, 0x68080a29, 0x66080229, 0x4e00003c, 0x27142968, 0x090a2966, 0x0902294e, 0x00001427, 0x1529680a, 0x0a29660a, 0x02290103, 0x04000000 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x0000041b }, + /* index = 27 */ + { &ai_27, 0x0000041c }, + /* index = 28 */ + { &ai_28, 0x0000041d }, + /* index = 29 */ + { &ai_29, 0x0000041e }, + /* index = 30 */ + { &ai_30, 0x0000041f }, + /* index = 31 */ + { &ai_31, 0x00000420 }, + /* index = 32 */ + { &ai_32, 0x00000421 }, + /* index = 33 */ + { &ai_33, 0x00000422 }, + /* index = 34 */ + { &ai_34, 0x00001000 }, + /* index = 35 */ + { &ai_35, 0x00001001 }, + /* index = 36 */ + { &ai_36, 0x00001002 }, + /* index = 37 */ + { &ai_37, 0x00001003 }, + /* index = 38 */ + { &ai_38, 0x00001004 }, + /* index = 39 */ + { &ai_39, 0x00001005 }, + /* index = 40 */ + { &ai_40, 0x00001006 }, + /* index = 41 */ + { &ai_41, 0x00001007 }, + /* index = 42 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/e/UsetupdestZ.c b/assets/obseg/setup/e/UsetupdestZ.c new file mode 100644 index 0000000..1e0beb7 --- /dev/null +++ b/assets/obseg/setup/e/UsetupdestZ.c @@ -0,0 +1,1342 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:18 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +char *pad3dnames[]; +waypoint pathwaypoints[]; +char *padnames[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupdestZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + &padnames, + &pad3dnames +}; + +PadRecord padlist[] = { + { {-123.0f, 372.0f, -155.0f}, {0.0f, 1.0f, 0.0f}, {0.707148f, 0.0f, 0.707066f}, "p522a", 0 }, + { {14.0f, 372.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-0.258817f, 0.0f, -0.965926f}, "p494a", 0 }, + { {92.0f, 372.0f, -165.0f}, {0.0f, 1.0f, 0.0f}, {-0.866798f, 0.0f, 0.49866f}, "p482a", 0 }, + { {97.0f, 370.0f, -335.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1042b", 0 }, + { {-69.0f, 370.0f, -284.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1049b", 0 }, + { {-109.0f, 370.0f, -322.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2b", 0 }, + { {-120.0f, 370.0f, -985.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1474c", 0 }, + { {-229.0f, 370.0f, -1395.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1443c", 0 }, + { {-261.0f, 370.0f, -1504.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1455c", 0 }, + { {-149.0f, 370.0f, -1084.0f}, {0.0f, 1.0f, 0.0f}, {-0.272537f, 0.0f, -0.962145f}, "p1482c", 0 }, + { {151.0f, 370.0f, -1108.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1480c", 0 }, + { {266.0f, 370.0f, -994.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1504c", 0 }, + { {243.0f, 370.0f, -1539.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1489c", 0 }, + { {-101.0f, 370.0f, -607.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p0b", 0 }, + { {32.0f, 370.0f, -685.0f}, {0.0f, 1.0f, 0.0f}, {-0.913545f, 0.0f, -0.406738f}, "p1074b", 0 }, + { {99.0f, 388.0f, -1492.0f}, {0.0f, 1.0f, 0.0f}, {0.393217f, 0.0f, 0.919446f}, "p1465c", 0 }, + { {137.0f, 370.0f, -1389.0f}, {0.0f, 1.0f, 0.0f}, {-0.933123f, 0.0f, -0.359557f}, "p1461c", 0 }, + { {118.0f, 57.0f, -1517.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p11e", 0 }, + { {-1.0f, 57.0f, -1574.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p28e", 0 }, + { {-271.0f, 57.0f, -1586.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p16e", 0 }, + { {-166.0f, 57.0f, -1200.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p46e", 0 }, + { {-155.0f, 57.0f, -1290.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p48e1", 0 }, + { {224.0f, 57.0f, -991.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707108f}, "p74e1", 0 }, + { {271.0f, 57.0f, -1488.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p65e", 0 }, + { {188.0f, 57.0f, -1468.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p62e", 0 }, + { {88.0f, -93.0f, -1659.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p8g", 0 }, + { {-15.0f, 57.0f, -1883.0f}, {0.0f, 1.0f, 0.0f}, {-0.933581f, 0.0f, 0.358367f}, "p430g1", 0 }, + { {-134.0f, 57.0f, -1647.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p428g2", 0 }, + { {-189.0f, -93.0f, -2321.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p39g", 0 }, + { {193.0f, -93.0f, -2227.0f}, {0.0f, 1.0f, 0.0f}, {-0.866125f, 0.0f, -0.499828f}, "p20g", 0 }, + { {-167.0f, 207.0f, -981.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1766d2", 0 }, + { {-224.0f, 207.0f, -1138.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p47d2", 0 }, + { {97.0f, 207.0f, -1191.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p55d1", 0 }, + { {70.0f, 207.0f, -1088.0f}, {0.0f, 1.0f, 0.0f}, {-0.866025f, 0.0f, -0.500001f}, "p1907d2", 0 }, + { {-155.0f, 207.0f, -1349.0f}, {0.0f, 1.0f, 0.0f}, {0.499999f, 0.0f, 0.866026f}, "p73d", 0 }, + { {70.0f, 207.0f, -1592.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p33d", 0 }, + { {-267.0f, 207.0f, -1562.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p39d1", 0 }, + { {266.0f, 207.0f, -1409.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p23d", 0 }, + { {271.0f, 207.0f, -1584.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p22d", 0 }, + { {190.0f, 207.0f, -1534.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1817d", 0 }, + { {145.0f, 207.0f, -1742.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p18d", 0 }, + { {199.0f, 207.0f, -1867.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p11d", 0 }, + { {162.0f, 207.0f, -2049.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p14d", 0 }, + { {-65.0f, 372.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p477a", 0 }, + { {-15.0f, 372.0f, -58.0f}, {0.0f, 1.0f, 0.0f}, {-0.693652f, 0.0f, -0.72031f}, "p476a", 0 }, + { {-170.0f, 372.0f, -1143.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p15c", 0 }, + { {-114.0f, 372.0f, -1131.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1482c", 0 }, + { {83.0f, 372.0f, -1467.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002405f}, "p1466c", 0 }, + { {125.0f, 372.0f, -1445.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002405f}, "p1462c", 0 }, + { {175.0f, 57.0f, -1021.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, -0.707106f}, "p74e1", 0 }, + { {172.0f, 57.0f, -1074.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p73e1", 0 }, + { {-245.0f, 57.0f, -1147.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, -0.707106f}, "p50e2", 0 }, + { {-265.0f, 57.0f, -1213.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p31e1", 0 }, + { {-69.0f, -93.0f, -2368.0f}, {0.0f, 1.0f, 0.0f}, {-0.965883f, 0.0f, 0.258978f}, "p9g", 0 }, + { {-102.0f, -93.0f, -2296.0f}, {0.0f, 1.0f, 0.0f}, {-0.866125f, 0.0f, -0.499828f}, "p10g", 0 }, + { {69.0f, 207.0f, -1509.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1812d", 0 }, + { {141.0f, 0.0f, -2603.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "", 0 }, + { {-158.0f, 0.0f, -2607.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "", 0 }, + { {261.0f, 423.0f, -110.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p511a", 0 }, + { {-36.0f, 149.0f, -2839.0f}, {0.0f, 1.0f, 0.0f}, {-0.713589f, 0.0f, -0.700565f}, "p1727h1", 0 }, + { {62.0f, 372.0f, -14.0f}, {0.0f, 1.0f, 0.0f}, {-0.156433f, 0.0f, -0.987689f}, "p481a", 0 }, + { {165.0f, 88.0f, -2107.0f}, {0.0f, 1.0f, 0.0f}, {-0.10453f, 0.0f, 0.994522f}, "p434g2", 0 }, + { {-240.0f, 388.0f, -991.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1424c", 0 }, + { {-155.0f, 388.0f, -991.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1476c", 0 }, + { {-242.0f, 388.0f, -1255.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1429c", 0 }, + { {-242.0f, 388.0f, -1347.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1445c", 0 }, + { {-242.0f, 388.0f, -1563.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1444c", 0 }, + { {-153.0f, 388.0f, -1563.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p14c", 0 }, + { {-131.0f, 388.0f, -1345.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1463c", 0 }, + { {-133.0f, 388.0f, -1258.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1483c", 0 }, + { {165.0f, 388.0f, -1256.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1480c", 0 }, + { {234.0f, 388.0f, -1260.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3c", 0 }, + { {238.0f, 388.0f, -1334.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1487c", 0 }, + { {229.0f, 388.0f, -987.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1504c", 0 }, + { {-93.0f, 388.0f, -967.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1474c", 0 }, + { {-91.0f, 388.0f, -884.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1081b", 0 }, + { {-67.0f, 388.0f, -746.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1078b", 0 }, + { {-5.0f, 388.0f, -748.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1143b1", 0 }, + { {93.0f, 388.0f, -560.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3b", 0 }, + { {93.0f, 388.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1044b", 0 }, + { {93.0f, 388.0f, -287.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1042b", 0 }, + { {93.0f, 388.0f, -208.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p186a", 0 }, + { {187.0f, 388.0f, -108.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p512a", 0 }, + { {-176.0f, 388.0f, -114.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p521a", 0 }, + { {-91.0f, 388.0f, -564.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1083b", 0 }, + { {-91.0f, 388.0f, -485.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1054b", 0 }, + { {266.0f, 434.0f, -1535.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1490c", 0 }, + { {-236.0f, 205.0f, -991.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1764d2", 0 }, + { {-236.0f, 205.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p49d", 0 }, + { {-158.0f, 205.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p72d", 0 }, + { {17.0f, 205.0f, -1249.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p56d1", 0 }, + { {15.0f, 205.0f, -1364.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p57d1", 0 }, + { {122.0f, 205.0f, -1351.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p52d2", 0 }, + { {125.0f, 205.0f, -1424.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p41d1", 0 }, + { {123.0f, 205.0f, -1509.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p32d", 0 }, + { {41.0f, 205.0f, -1580.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1813d", 0 }, + { {-198.0f, 205.0f, -1577.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p38d", 0 }, + { {-230.0f, 205.0f, -1513.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p40d2", 0 }, + { {63.0f, 58.0f, -1515.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p11e", 0 }, + { {63.0f, 58.0f, -1580.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p14e", 0 }, + { {-194.0f, 58.0f, -1579.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p18e", 0 }, + { {-247.0f, 58.0f, -1550.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p16e", 0 }, + { {-269.0f, 58.0f, -1397.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p22e", 0 }, + { {-269.0f, 58.0f, -1308.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p31e1", 0 }, + { {-193.0f, 58.0f, -1652.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p428g1", 0 }, + { {-185.0f, 58.0f, -1842.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p429g1", 0 }, + { {-138.0f, 58.0f, -1838.0f}, {0.0f, 1.0f, 0.0f}, {0.874621f, 0.0f, -0.484808f}, "p429g2", 0 }, + { {-85.0f, -87.0f, -1656.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p56g", 0 }, + { {-81.0f, -87.0f, -2016.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p67g", 0 }, + { {-81.0f, -87.0f, -2321.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p10g", 0 }, + { {100.0f, -87.0f, -2341.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p22g", 0 }, + { {81.0f, -87.0f, -2159.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p15g1", 0 }, + { {128.0f, -87.0f, -1843.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p28g2", 0 }, + { {131.0f, 58.0f, -1648.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p427g1", 0 }, + { {188.0f, 58.0f, -1663.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p427g2", 0 }, + { {186.0f, 58.0f, -1883.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p433g1", 0 }, + { {-129.0f, -87.0f, -1645.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p50g2", 0 }, + { {186.0f, 58.0f, -1569.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p68e", 0 }, + { {196.0f, 58.0f, -1175.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p54e", 0 }, + { {194.0f, 58.0f, -1091.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p74e2", 0 }, + { {264.0f, 58.0f, -1395.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p66e", 0 }, + { {264.0f, 205.0f, -1098.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p26d2", 0 }, + { {209.0f, 205.0f, -1095.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p26d1", 0 }, + { {186.0f, 205.0f, -1571.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1817d", 0 }, + { {182.0f, 205.0f, -1656.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p17d", 0 }, + { {181.0f, 205.0f, -2074.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p14d", 0 }, + { {180.0f, 205.0f, -2161.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p101f1", 0 }, + { {185.0f, 159.0f, -2239.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p8f2", 0 }, + { {-1.0f, 159.0f, -2519.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p20f1", 0 }, + { {-182.0f, 159.0f, -2217.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p15f", 0 }, + { {-177.0f, 205.0f, -2089.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p87f", 0 }, + { {-234.0f, 388.0f, -890.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p51h1", 0 }, + { {-169.0f, 388.0f, -886.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p51h2", 0 }, + { {-173.0f, 388.0f, -595.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p65h1", 0 }, + { {-175.0f, 388.0f, -289.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p49h2", 0 }, + { {-237.0f, 388.0f, -284.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p49h1", 0 }, + { {-233.0f, 388.0f, -593.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2791h1", 0 }, + { {178.0f, 388.0f, -887.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1217h2", 0 }, + { {242.0f, 388.0f, -883.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1217h1", 0 }, + { {238.0f, 388.0f, -591.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2919h1", 0 }, + { {237.0f, 388.0f, -285.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1215h1", 0 }, + { {174.0f, 388.0f, -281.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1215h2", 0 }, + { {178.0f, 388.0f, -589.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1277h1", 0 }, + { {-302.0f, 388.0f, -588.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2791h2", 0 }, + { {-300.0f, 388.0f, 105.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3305h", 0 }, + { {307.0f, 388.0f, -590.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2919h1", 0 }, + { {306.0f, 388.0f, 40.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3304h", 0 }, + { {152.0f, 388.0f, 329.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3306h", 0 }, + { {-158.0f, 388.0f, 330.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3306h", 0 }, + { {-351.0f, 388.0f, 110.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p139i1", 0 }, + { {-350.0f, 388.0f, 370.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p136i2", 0 }, + { {-387.0f, 388.0f, 370.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p137i2", 0 }, + { {-387.0f, 388.0f, 228.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p134i2", 0 }, + { {-438.0f, 388.0f, 228.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p152i2", 0 }, + { {268.0f, 434.0f, -1655.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2525h1", 0 }, + { {165.0f, 434.0f, -1648.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2985h1", 0 }, + { {-167.0f, 434.0f, -1658.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2985h2", 0 }, + { {-270.0f, 434.0f, -1651.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2368h1", 0 }, + { {165.0f, 434.0f, -1968.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3058h1", 0 }, + { {-167.0f, 434.0f, -1978.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3055h2", 0 }, + { {-167.0f, 434.0f, -2180.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3067h2", 0 }, + { {165.0f, 434.0f, -2169.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3064h1", 0 }, + { {165.0f, 434.0f, -2440.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3065h1", 0 }, + { {-167.0f, 434.0f, -2450.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3066h1", 0 }, + { {-270.0f, 434.0f, -1975.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2930h2", 0 }, + { {268.0f, 434.0f, -1978.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2962h2", 0 }, + { {253.0f, 434.0f, -3047.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3079h1", 0 }, + { {-254.0f, 434.0f, -3044.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3083h1", 0 }, + { {-254.0f, 434.0f, -3214.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1724h2", 0 }, + { {253.0f, 434.0f, -3217.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1724h2", 0 }, + { {0.0f, 165.0f, 511.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p442h2", 0 }, + { {0.0f, 165.0f, 160.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p3306h", 0 }, + { {6.0f, 430.0f, -1924.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3055h1", 0 }, + { {11.0f, 430.0f, -1985.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3055h1", 0 }, + { {-2.0f, 426.0f, -2419.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3065h2", 0 }, + { {-3.0f, 165.0f, -3376.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1724h2", 0 }, + { {-436.0f, 434.0f, 126.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p147i2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-194.0f, 355.0f, -38.0f}, {-1.5e-05, 1.0f, 0.000129f}, {0.114649f, 0.00013f, -0.993406f}, "p509a", 0, {-21.013968f, 22.275742f, -0.002401f, 48.00203f, -15.702986f, 18.574802f} }, + { {-151.0f, 355.0f, -33.0f}, {-1.5e-05, 1.0f, 0.000129f}, {0.114649f, 0.00013f, -0.993406f}, "p509a", 0, {-21.013968f, 22.351315f, -0.002401f, 48.00203f, -15.702986f, 18.574802f} }, + { {109.0f, 355.0f, -28.0f}, {1.5e-05, 1.0f, 0.000129f}, {-0.114649f, 0.00013f, -0.993406f}, "p481a", 0, {-21.357908f, 22.007374f, -0.002423f, 48.00202f, -15.588337f, 18.689463f} }, + { {66.0f, 355.0f, -23.0f}, {1.5e-05, 1.0f, 0.000129f}, {-0.114649f, 0.00013f, -0.993406f}, "p481a", 0, {-21.357908f, 22.007374f, -0.002423f, 48.00202f, -15.588337f, 18.689463f} }, + { {-188.0f, 355.0f, -230.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -2e-06}, "p185a", 0, {-22.000067f, 21.000048f, -4e-06, 48.000004f, -19.000053f, 25.000084f} }, + { {188.0f, 355.0f, -230.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -2e-06}, "p513a", 0, {-21.000048f, 22.000067f, -6e-06, 48.000004f, -19.000053f, 25.000084f} }, + { {-109.0f, 355.0f, -28.0f}, {-1.5e-05, 1.0f, 0.000129f}, {0.114649f, 0.00013f, -0.993406f}, "p477a", 0, {-22.007374f, 21.357908f, -0.002416f, 48.002014f, -15.588338f, 18.689451f} }, + { {-66.0f, 355.0f, -23.0f}, {-1.5e-05, 1.0f, 0.000129f}, {0.114649f, 0.00013f, -0.993406f}, "p477a", 0, {-22.007374f, 21.357908f, -0.002416f, 48.002014f, -15.588338f, 18.689451f} }, + { {151.0f, 355.0f, -33.0f}, {1.5e-05, 1.0f, 0.000129f}, {-0.114649f, 0.00013f, -0.993406f}, "p512a", 0, {-22.351315f, 21.013968f, -0.002408f, 48.002033f, -15.702986f, 18.574814f} }, + { {194.0f, 355.0f, -38.0f}, {1.5e-05, 1.0f, 0.000129f}, {-0.114649f, 0.00013f, -0.993406f}, "p512a", 0, {-22.275743f, 21.013968f, -0.002408f, 48.002033f, -15.702986f, 18.574814f} }, + { {-188.0f, 355.0f, -187.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -2e-06}, "p185a", 0, {-22.000067f, 21.000048f, -4e-06, 48.000004f, -19.000053f, 25.000084f} }, + { {188.0f, 355.0f, -187.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -2e-06}, "p513a", 0, {-21.000048f, 22.000067f, -6e-06, 48.000004f, -19.000053f, 25.000084f} }, + { {17.0f, 355.0f, -1171.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1477c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {51.0f, 355.0f, -1171.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1477c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 25.000065f} }, + { {17.0f, 355.0f, -1134.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1477c", 0, {-17.000057f, 17.000036f, -4e-06, 48.000004f, -18.000032f, 26.000065f} }, + { {51.0f, 355.0f, -1133.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1477c", 0, {-17.000055f, 18.000038f, -4e-06, 48.000004f, -19.000032f, 25.000067f} }, + { {119.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1461c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {84.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1461c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 25.000065f} }, + { {119.0f, 355.0f, -1596.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1465c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {84.0f, 355.0f, -1596.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1465c", 0, {-17.000055f, 18.000038f, -4e-06, 48.000004f, -19.000032f, 25.000067f} }, + { {50.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1461c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {50.0f, 355.0f, -1596.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1465c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {177.0f, 40.0f, -2095.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p434g2", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {-18.0f, 355.0f, -1134.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1479c", 0, {-17.000057f, 18.000036f, -4e-06, 48.000004f, -18.000032f, 26.000067f} }, + { {-52.0f, 355.0f, -1134.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1479c", 0, {-17.000057f, 17.000036f, -4e-06, 48.000004f, -18.000032f, 26.000065f} }, + { {-18.0f, 355.0f, -1171.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1479c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 26.000065f} }, + { {-52.0f, 355.0f, -1171.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1479c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 26.000065f} }, + { {15.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1461c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 25.000065f} }, + { {-19.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1463c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {15.0f, 355.0f, -1597.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1465c", 0, {-17.000057f, 18.000036f, -4e-06, 48.000004f, -18.000032f, 26.000067f} }, + { {-19.0f, 355.0f, -1597.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p14c", 0, {-17.000057f, 17.000036f, -4e-06, 48.000004f, -18.000032f, 26.000065f} }, + { {-54.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1463c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 25.000065f} }, + { {-54.0f, 355.0f, -1597.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p14c", 0, {-17.000057f, 18.000036f, -4e-06, 48.000004f, -18.000032f, 26.000067f} }, + { {142.0f, 40.0f, -2095.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p434g2", 0, {-17.000055f, 18.000038f, -4e-06, 48.000004f, -19.000032f, 25.000067f} }, + { {-15.0f, 355.0f, -300.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 0.00017f}, "p1043b", 0, {-43.003223f, 44.00441f, -3e-06, 39.000004f, -19.007462f, 26.007313f} }, + { {-15.0f, 355.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 0.00017f}, "p1041b", 0, {-43.003223f, 43.00441f, -3e-06, 39.000004f, -19.007292f, 26.007313f} }, + { {-15.0f, 355.0f, -391.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 0.000185f}, "p1039b", 0, {-47.003513f, 47.004807f, -3e-06, 39.000004f, -19.008688f, 26.008709f} }, + { {-22.0f, 394.0f, -271.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1043b", 0, {-13.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001123f} }, + { {-22.0f, 394.0f, -330.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1043b", 0, {-14.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001207f} }, + { {-22.0f, 394.0f, -373.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1043b", 0, {-14.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001207f} }, + { {-22.0f, 394.0f, -417.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1041b", 0, {-14.001021f, 13.001442f, -3e-06, 31.000004f, -12.001102f, 17.001207f} }, + { {-22.0f, 394.0f, -482.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1041b", 0, {-13.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001123f} }, + { {-22.0f, 394.0f, -510.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1041b", 0, {-14.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001207f} }, + { {42.0f, 355.0f, -324.0f}, {0.0f, 1.0f, 0.0f}, {-0.934822f, 1e-06, 0.355116f}, "p1043b", 0, {-16.936193f, 16.450544f, -4e-06, 47.000004f, -15.145283f, 19.239729f} }, + { {39.0f, 355.0f, -387.0f}, {0.0f, 1.0f, 0.0f}, {-0.999781f, 1e-06, -0.020933f}, "p1039b", 0, {-16.59856f, 16.703218f, -4e-06, 47.000004f, -14.661791f, 19.660734f} }, + { {48.0f, 355.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {-0.999781f, 1e-06, -0.020933f}, "p5b", 0, {-16.59856f, 16.703218f, -4e-06, 47.000004f, -14.661791f, 19.660734f} }, + { {-52.0f, 355.0f, -1070.0f}, {0.0f, 1.0f, 0.0f}, {-0.48168f, 1e-06, -0.876347f}, "p1482c", 0, {-16.42374f, 17.126057f, -4e-06, 47.000004f, -14.549854f, 19.500322f} }, + { {52.0f, 355.0f, -1234.0f}, {0.0f, 1.0f, 0.0f}, {0.480786f, 1e-06, 0.876838f}, "p1481c", 0, {-17.28069f, 16.717033f, -4e-06, 47.000004f, -15.048091f, 19.430449f} }, + { {-30.0f, 355.0f, -1392.0f}, {0.0f, 1.0f, 0.0f}, {0.480786f, 1e-06, 0.876838f}, "p1467c", 0, {-16.490458f, 16.630428f, -4e-06, 47.000004f, -13.690467f, 20.307287f} }, + { {152.0f, 355.0f, -1517.0f}, {0.0f, 1.0f, 0.0f}, {-0.221466f, 1e-06, -0.975168f}, "p1462c", 0, {-16.79575f, 16.442112f, -4e-06, 47.000004f, -13.959541f, 20.032055f} }, + { {-17.0f, 355.0f, -1529.0f}, {0.0f, 1.0f, 0.0f}, {0.348709f, 1e-06, -0.937231f}, "p1464c", 0, {-16.43459f, 16.892187f, -4e-06, 47.000004f, -15.257538f, 19.355211f} }, + { {-35.0f, 181.0f, -1195.0f}, {0.0f, 1.0f, 0.0f}, {-7e-06, 2e-06, -1.0f}, "p69d", 0, {-18.000137f, 19.000113f, -8e-06, 37.000008f, -15.000124f, 20.00019f} }, + { {-76.0f, 181.0f, -1200.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 2e-06, 7e-06}, "p63d1", 0, {-18.000145f, 19.000107f, -8e-06, 37.000008f, -14.000124f, 21.00019f} }, + { {-123.0f, 181.0f, -1111.0f}, {0.0f, 1.0f, 0.0f}, {7e-06, 2e-06, 1.0f}, "p69d", 0, {-18.000137f, 18.000113f, -7e-06, 37.000008f, -15.000124f, 20.000183f} }, + { {-34.0f, 181.0f, -1151.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 2e-06, -7e-06}, "p70d", 0, {-19.000145f, 18.000107f, -8e-06, 37.000008f, -14.000131f, 21.000183f} }, + { {-79.0f, 219.0f, -1197.0f}, {0.0f, 1.0f, 0.0f}, {-0.104535f, 2e-06, -0.994521f}, "p69d", 0, {-18.531466f, 18.683968f, -7e-06, 36.000008f, -15.12976f, 20.206959f} }, + { {-79.0f, 181.0f, -1106.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 2e-06, -7e-06}, "p69d", 0, {-18.000137f, 19.000113f, -8e-06, 37.000008f, -15.000124f, 20.00019f} }, + { {-121.0f, 181.0f, -1154.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 2e-06, 7e-06}, "p69d", 0, {-18.000137f, 18.000113f, -7e-06, 37.000008f, -15.000124f, 20.000183f} }, + { {-121.0f, 219.0f, -1150.0f}, {0.0f, 1.0f, 0.0f}, {-0.292378f, 2e-06, -0.956303f}, "p69d", 0, {-18.78509f, 17.987131f, -7e-06, 36.000008f, -15.039046f, 20.399088f} }, + { {-77.0f, 181.0f, -1149.0f}, {0.0f, 1.0f, 0.0f}, {-7e-06, 2e-06, -1.0f}, "p69d", 0, {-19.000137f, 18.000113f, -7e-06, 37.000008f, -15.000131f, 20.000183f} }, + { {-224.0f, 141.0f, -2444.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p12f", 0, {-14.001021f, 13.001357f, -3e-06, 31.000004f, -12.001102f, 16.001207f} }, + { {-224.0f, 141.0f, -2416.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p12f", 0, {-14.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001207f} }, + { {-224.0f, 141.0f, -2388.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p17f", 0, {-13.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001123f} }, + { {-224.0f, 141.0f, -2361.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p16f", 0, {-14.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001207f} }, + { {224.0f, 141.0f, -2361.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p8f2", 0, {-14.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001207f} }, + { {224.0f, 141.0f, -2388.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p10f", 0, {-14.001021f, 13.001442f, -3e-06, 31.000004f, -12.001102f, 16.998919f} }, + { {224.0f, 141.0f, -2416.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p28f", 0, {-14.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001207f} }, + { {224.0f, 141.0f, -2444.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p28f", 0, {-13.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001123f} }, + { {9.0f, -110.0f, -1956.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, 1.5e-05}, "p65g", 0, {-333.00098f, 332.00067f, -9e-06, 104.00001f, -47.0049f, 65.00495f} }, + { {-240.0f, 376.0f, -928.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1624c1", 0, {-3.0f, 3.0f, -20.0f, 21.999998f, -18.0f, 80.0f} }, + { {-196.0f, 379.0f, -1016.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p46d1", 0, {-3.0f, 3.0f, -1.0f, 36.000004f, -17.0f, 74.0f} }, + { {-256.0f, 379.0f, -1302.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p49d", 0, {-3.0f, 3.0f, -1.0f, 35.0f, -17.0f, 74.0f} }, + { {-196.0f, 379.0f, -1571.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p465c1", 0, {-3.0f, 3.0f, -13.000001f, 24.000002f, -17.0f, 74.0f} }, + { {-270.0f, 376.0f, -1621.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3311h1", 0, {-3.0f, 3.0f, -21.0f, 21.999998f, -18.0f, 80.0f} }, + { {-149.0f, 379.0f, -1302.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p72d", 0, {-3.0f, 3.0f, -1.0f, 36.0f, -17.0f, 74.0f} }, + { {-103.0f, 379.0f, -928.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p897b1", 0, {-3.0f, 3.0f, -7.0f, 29.000002f, -17.0f, 74.0f} }, + { {-37.0f, 379.0f, -747.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p237b1", 0, {-3.0f, 3.0f, -18.0f, 19.0f, -17.0f, 74.0f} }, + { {-107.0f, 379.0f, -527.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p132b1", 0, {-3.0f, 3.0f, -3.0f, 33.0f, -17.0f, 74.0f} }, + { {94.0f, 379.0f, -527.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p867b2", 0, {-3.0f, 3.0f, -16.0f, 20.0f, -17.0f, 74.0f} }, + { {-107.0f, 379.0f, -254.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p326a1", 0, {-3.0f, 3.0f, -3.0f, 33.0f, -17.0f, 74.0f} }, + { {93.0f, 379.0f, -254.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p294a2", 0, {-3.0f, 3.0f, -17.0f, 19.0f, -17.0f, 74.0f} }, + { {-257.0f, 376.0f, -254.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p358a1", 0, {-3.0f, 3.0f, -3.0f, 39.0f, -18.0f, 80.0f} }, + { {239.0f, 376.0f, -254.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p395a1", 0, {-3.0f, 3.0f, -21.0f, 21.0f, -18.0f, 80.0f} }, + { {269.0f, 376.0f, -1621.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3279h1", 0, {-3.0f, 3.0f, -21.999998f, 21.0f, -18.0f, 80.0f} }, + { {239.0f, 376.0f, -928.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1645c1", 0, {-3.0f, 3.0f, -21.0f, 21.0f, -18.0f, 80.0f} }, + { {256.0f, 379.0f, -1302.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1404e2", 0, {-3.0f, 3.0f, -1.0f, 35.0f, -17.0f, 74.0f} }, + { {196.0f, 379.0f, -1273.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p20d", 0, {-3.0f, 3.0f, -2.0f, 35.000004f, -17.0f, 74.0f} }, + { {-267.0f, 379.0f, -56.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p540a1", 0, {-3.0f, 4.0f, -1.0f, 30.000002f, -17.0f, 74.0f} }, + { {267.0f, 379.0f, -56.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p542a2", 0, {-4.0f, 3.0f, -1.0f, 30.000002f, -17.0f, 74.0f} }, + { {-196.0f, 204.0f, -1295.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p49e1", 0, {-3.0f, 3.0f, -1.0f, 36.0f, -17.0f, 75.0f} }, + { {126.0f, 204.0f, -1394.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p686d2", 0, {-3.0f, 3.0f, -15.0f, 22.000002f, -17.0f, 75.0f} }, + { {196.0f, 204.0f, -1621.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p477e1", 0, {-3.0f, 3.0f, -3.0f, 34.0f, -17.0f, 75.0f} }, + { {186.0f, 204.0f, -2123.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p791d2", 0, {-3.0f, 3.0f, -13.0f, 24.000002f, -17.0f, 75.0f} }, + { {181.0f, 57.0f, -1134.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p581e1", 0, {-3.0f, 3.0f, -3.0f, 33.0f, -17.0f, 75.0f} }, + { {199.0f, 57.0f, -1621.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p477e2", 0, {-3.0f, 3.0f, -15.0f, 21.000002f, -17.0f, 75.0f} }, + { {-285.0f, 57.0f, -1357.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p689e1", 0, {-3.0f, 3.0f, -3.0f, 34.0f, -17.0f, 75.0f} }, + { {-210.0f, 57.0f, -1621.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p801e1", 0, {-3.0f, 3.0f, -4.0f, 32.0f, -17.0f, 75.0f} }, + { {105.0f, 184.0f, -2528.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p20f2", 0, {-3.0f, 3.0f, -29.999998f, 239.99998f, -43.0f, 196.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 13327, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 13328, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 13329, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 13330, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 13331, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 13332, 0, + /* Type = ObjectiveCompleteCondition; index = 6 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveCompleteCondition; index = 7 */ + _mkword(0, _mkshort(0, 26)), 512, + /* Type = ObjectiveCompleteCondition; index = 8 */ + _mkword(0, _mkshort(0, 26)), 1024, + /* Type = ObjectiveCompleteCondition; index = 9 */ + _mkword(0, _mkshort(0, 26)), 2048, + /* Type = ObjectiveCompleteCondition; index = 10 */ + _mkword(0, _mkshort(0, 26)), 4096, + /* Type = ObjectiveFailCondition; index = 11 */ + _mkword(0, _mkshort(0, 27)), 1048576, + /* Type = ObjectiveEnd; index = 12 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 13 */ + _mkword(0, _mkshort(0, 23)), 1, 13333, 1, + /* Type = ObjectiveCompleteCondition; index = 14 */ + _mkword(0, _mkshort(0, 26)), 65536, + /* Type = ObjectiveFailCondition; index = 15 */ + _mkword(0, _mkshort(0, 27)), 262144, + /* Type = ObjectiveEnd; index = 16 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 17 */ + _mkword(0, _mkshort(0, 23)), 2, 13334, 1, + /* Type = ObjectiveCompleteCondition; index = 18 */ + _mkword(0, _mkshort(0, 26)), 131072, + /* Type = ObjectiveFailCondition; index = 19 */ + _mkword(0, _mkshort(0, 27)), 524288, + /* Type = ObjectiveEnd; index = 20 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 21 */ + _mkword(0, _mkshort(0, 23)), 3, 13335, 0, + /* Type = ObjectiveCompleteCondition; index = 22 */ + _mkword(0, _mkshort(0, 26)), 16384, + /* Type = ObjectiveFailCondition; index = 23 */ + _mkword(0, _mkshort(0, 27)), 32768, + /* Type = ObjectiveEnd; index = 24 */ + _mkword(0, _mkshort(0, 24)), + /* Type = MultiMonitor; index = 25 */ + _mkword(256, _mkshort(0, 11)), _mkword(12, 10000), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 26 */ + _mkword(256, _mkshort(0, 11)), _mkword(14, 10001), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 27 */ + _mkword(256, _mkshort(0, 11)), _mkword(16, 10002), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = SingleMonitor; index = 28 */ + _mkword(256, _mkshort(0, 10)), _mkword(13, 10003), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 11, + /* Type = StandardProp; index = 29 */ + _mkword(256, _mkshort(0, 3)), _mkword(15, 10004), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = MultiMonitor; index = 30 */ + _mkword(256, _mkshort(0, 11)), _mkword(17, 10005), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 31 */ + _mkword(256, _mkshort(0, 11)), _mkword(12, 10006), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 32 */ + _mkword(256, _mkshort(0, 11)), _mkword(14, 10007), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 33 */ + _mkword(256, _mkshort(0, 11)), _mkword(16, 10008), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = SingleMonitor; index = 34 */ + _mkword(256, _mkshort(0, 10)), _mkword(13, 10009), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 11, + /* Type = StandardProp; index = 35 */ + _mkword(256, _mkshort(0, 3)), _mkword(15, 10010), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = MultiMonitor; index = 36 */ + _mkword(256, _mkshort(0, 11)), _mkword(17, 10011), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = StandardProp; index = 37 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10012), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 38 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10013), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 39 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10014), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10015), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10016), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 42 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10017), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 43 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10018), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10019), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10020), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 46 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10021), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 47 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10022), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10023), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10024), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 50 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10025), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 51 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10026), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 52 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10027), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 53 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10028), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 54 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10029), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 55 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10030), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10031), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 57 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10032), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 58 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10033), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 59 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10034), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10035), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10036), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 62 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10051), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 63 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10052), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 64 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 65 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10053), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 66 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 67 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10054), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 68 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 69 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10056), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 70 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 71 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10057), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 72 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10059), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 73 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 74 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10055), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 75 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 76 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10058), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 77 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 78 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10043), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 79 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10044), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 80 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10046), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 81 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10047), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 82 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10048), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 83 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10050), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 84 */ + _mkword(256, _mkshort(0, 3)), _mkword(65, 10037), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 85 */ + _mkword(256, _mkshort(0, 3)), _mkword(67, 10038), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 86 */ + _mkword(256, _mkshort(0, 3)), _mkword(68, 10039), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 87 */ + _mkword(256, _mkshort(0, 3)), _mkword(66, 10040), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 88 */ + _mkword(256, _mkshort(0, 3)), _mkword(65, 10041), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 89 */ + _mkword(256, _mkshort(0, 3)), _mkword(67, 10042), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 90 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = StandardProp; index = 91 */ + _mkword(256, _mkshort(0, 3)), _mkword(273, 60), 0x01200001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(50, 0), 0, 0, + /* Type = Tag; index = 92 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = StandardProp; index = 93 */ + _mkword(256, _mkshort(0, 3)), _mkword(273, 61), 0x01200001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(50, 0), 0, 0, + /* Type = StandardProp; index = 94 */ + _mkword(256, _mkshort(0, 3)), _mkword(103, 171), 0x000201a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 95 */ + _mkword(256, _mkshort(0, 3)), _mkword(103, 175), 0x000201a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 96 */ + _mkword(256, _mkshort(0, 3)), _mkword(101, 170), 0x000201a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 97 */ + _mkword(256, _mkshort(0, 3)), _mkword(100, 174), 0x000201a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 98 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = StandardProp; index = 99 */ + _mkword(256, _mkshort(0, 3)), _mkword(99, 10068), 0x000209e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 100 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Aircraft; index = 101 */ + _mkword(486, _mkshort(0, 40)), _mkword(283, 59), 0x10020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000401, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = DoorScale; index = 102 */ + _mkword(0, _mkshort(0, 2)), 49152, + /* Type = Door; index = 103 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 69), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 104 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 70), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 105 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 71), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 106 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 72), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 107 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 73), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 108 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 74), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 109 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 75), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 110 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 76), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 111 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 77), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 112 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 78), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 113 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 79), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 114 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 80), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 115 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 81), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 116 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 82), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 117 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 83), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 118 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 84), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 119 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 85), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 120 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 86), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 121 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 89), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 122 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 90), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 123 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 91), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 124 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 92), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 125 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 93), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 126 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 94), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 127 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 95), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 128 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 96), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 129 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 87), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000080, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 130 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 88), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000080, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Armour; index = 131 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 10058), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 132 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 10045), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Door; index = 133 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 97), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000b851, 0x00008a3d, 0x00000051, 0x00000051, 0x00000222, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Guard; index = 134 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 0), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 135 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 1), _mkword(17, 1027), 0xffff002c, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 136 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 2), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 137 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 3), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 138 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 4), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 139 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 5), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 140 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 8), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 141 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 9), _mkword(17, 1027), 0xffff002d, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 142 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 10), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 143 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 11), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 144 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 12), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 145 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 13), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 146 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 14), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 147 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 15), _mkword(17, 1027), 0xffff0030, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 148 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 16), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 149 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 17), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 150 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 18), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 151 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 19), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 152 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 20), _mkword(17, 1027), 0xffff0034, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 153 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 21), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 154 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 22), _mkword(17, 1027), 0xffff0031, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 155 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 23), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 156 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 24), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 157 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 25), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 158 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 26), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 159 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 27), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 160 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 28), _mkword(17, 1027), 0xffff0035, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 161 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 29), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 162 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 30), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 163 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 31), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 164 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 32), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 165 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 33), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 166 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 34), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 167 */ + _mkword(0, _mkshort(0, 9)), _mkword(35, 35), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 168 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 36), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 169 */ + _mkword(0, _mkshort(0, 9)), _mkword(37, 37), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 170 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 38), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 171 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 39), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 172 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 40), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 173 */ + _mkword(0, _mkshort(0, 9)), _mkword(41, 41), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 174 */ + _mkword(0, _mkshort(0, 9)), _mkword(42, 42), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 175 */ + _mkword(0, _mkshort(0, 9)), _mkword(44, 44), _mkword(20, 1026), 0xffff0001, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 176 */ + _mkword(0, _mkshort(0, 9)), _mkword(45, 45), _mkword(20, 1026), 0xffff0009, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 177 */ + _mkword(0, _mkshort(0, 9)), _mkword(48, 48), _mkword(20, 1026), 0xffff000f, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 178 */ + _mkword(0, _mkshort(0, 9)), _mkword(49, 49), _mkword(20, 1026), 0xffff0016, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 179 */ + _mkword(0, _mkshort(0, 9)), _mkword(52, 52), _mkword(20, 1026), 0xffff0014, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 180 */ + _mkword(0, _mkshort(0, 9)), _mkword(53, 53), _mkword(20, 1026), 0xffff001c, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 181 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 182 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 183 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 184 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 185 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 186 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 187 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 188 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 189 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 190 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 191 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 192 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 193 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 14), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 194 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 14), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 195 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 196 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 197 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 198 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 199 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 200 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 201 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 202 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 203 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 204 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 205 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 206 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 207 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 208 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 209 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 29), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 210 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 29), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 211 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 212 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 213 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 214 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 215 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 216 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 217 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 218 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 219 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 220 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 221 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 222 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 223 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Hat; index = 224 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 225 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 226 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 227 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 228 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 229 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 230 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 231 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 232 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 233 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 234 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 235 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 236 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 237 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 238 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 239 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 240 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 241 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 242 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 243 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 244 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 245 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 246 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 247 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 248 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 249 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 250 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 251 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 252 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 253 */ + _mkword(0, _mkshort(0, 18)), 16, 0x00000019, + /* Type = SetGuardAttribute; index = 254 */ + _mkword(0, _mkshort(0, 18)), 26, 0x00000019, + /* Type = SetGuardAttribute; index = 255 */ + _mkword(0, _mkshort(0, 18)), 34, 0x00000019, + /* Type = Rename; index = 256 */ + _mkword(0, _mkshort(0, 37)), 0x00000000, 47, 13337, 13338, 13339, 13340, 13341, 0, 0, + /* Type = Cutscene; index = 257 */ + _mkword(0, _mkshort(0, 46)), -97423, -9322, 13755, 207146, 399879, 176, + /* Type = Tag; index = 258 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0xffff), 0, 0, + /* Type = EndProps; index = 259 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xffff2871, 0x00006e5b, 0x0006417e, 0x00004e30, 0x000023be, 0x000000b0, 0x00003418, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0xffff7b0a, 0x0000eeed, 0xfffc4a34, 0x00011b29, 0x0005ef22, 0x0000005a, 0x00003418, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0x0000a5dc, 0x000066d3, 0xfffa5a45, 0x0005aaff, 0x00060101, 0x00000071, 0x00003418, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 3 */ + _mkword(0, _mkshort(0, 6)), 0xffff04ca, 0x00009875, 0xfff5fba7, 0x000245bd, 0x00003930, 0x000000a8, 0x00003418, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 4 */ + _mkword(0, _mkshort(0, 6)), 0xfff9e321, 0x0000cc1b, 0x000647be, 0x0000c762, 0x00000000, 0x000000b0, 0x00003418, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 5 */ + _mkword(0, _mkshort(0, 7)), 2, 35, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 176, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 11, -1, 0, + /* Type = StartAmmo; index = 8 */ + _mkword(0, _mkshort(0, 2)), 1, 40, 0, + /* Type = StartWeapon; index = 9 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 10 */ + _mkword(0, _mkshort(0, 2)), 1, 20, 0, + /* Type = StartWeapon; index = 11 */ + _mkword(0, _mkshort(0, 1)), 39, -1, 0, + /* Type = StartWeapon; index = 12 */ + _mkword(0, _mkshort(0, 1)), 47, -1, 0, + /* Type = StartAmmo; index = 13 */ + _mkword(0, _mkshort(0, 2)), 20, 1, 0, + /* Type = Spawn; index = 14 */ + _mkword(0, _mkshort(0, 0)), 139, 1, + /* Type = StartWeapon; index = 15 */ + _mkword(0, _mkshort(0, 1)), 11, -1, 1, + /* Type = StartAmmo; index = 16 */ + _mkword(0, _mkshort(0, 2)), 1, 50, 1, + /* Type = Cuff; index = 17 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 2, 0x000a0000, 0x00970000, 0x020d0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 19 */ + _mkword(0, _mkshort(0, 3)), 2, 0x000a0000, 0x00970000, 0x020d0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 20 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00140000, 0x007f0000, 0x01ad0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 21 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00500000, 0x00430000, 0x00b30000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 22 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00500000, 0x001f0000, 0x00000000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 23 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00140000, 0x00220000, 0xff9c0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 24 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 25 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 26 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 27 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 28 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 8, -1 }; +s32 path_neighbors_1[] = { 8, -1 }; +s32 path_neighbors_2[] = { 3, -1 }; +s32 path_neighbors_3[] = { 2, 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, -1 }; +s32 path_neighbors_6[] = { 5, 7, -1 }; +s32 path_neighbors_7[] = { 6, 8, -1 }; +s32 path_neighbors_8[] = { 0, 1, 7, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, -1 }; +s32 path_indeces_1[] = { 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, -1 }; +s32 path_indeces_2[] = { 39, 40, 41, 42, 43, -1 }; +s32 path_indeces_3[] = { 44, 45, 46, 47, 48, -1 }; +s32 path_indeces_4[] = { 49, 50, 51, 52, -1 }; +s32 path_indeces_5[] = { 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, -1 }; +s32 path_indeces_6[] = { 66, 67, 68, 69, 70, 71, -1 }; +s32 path_indeces_7[] = { 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, -1 }; +s32 path_indeces_8[] = { 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "extaft_locsdest_all_", + "extfore_locsdest_all", + "hangar_locsdest_all_", + "mid2_locsdest_all_p", + "lower2_locsdest_all_", + "eng_locsdest_all_p", + "lower_locsdest_all_p", + "mid_locsdest_all_p", + "upper_locsdest_all_p", + NULL +}; + + +s32 path_table_0[] = { 1, 3, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, 3, 5, -1 }; +s32 path_table_3[] = { 0, 2, 4, -1 }; +s32 path_table_4[] = { 3, 15, -1 }; +s32 path_table_5[] = { 2, 12, -1 }; +s32 path_table_6[] = { 9, -1 }; +s32 path_table_7[] = { 8, -1 }; +s32 path_table_8[] = { 7, 9, 11, -1 }; +s32 path_table_9[] = { 6, 8, 10, -1 }; +s32 path_table_10[] = { 9, 13, -1 }; +s32 path_table_11[] = { 8, 14, -1 }; +s32 path_table_12[] = { 5, 13, 103, -1 }; +s32 path_table_13[] = { 10, 12, 14, -1 }; +s32 path_table_14[] = { 11, 13, 15, -1 }; +s32 path_table_15[] = { 4, 14, 83, -1 }; +s32 path_table_16[] = { 17, -1 }; +s32 path_table_17[] = { 16, 18, -1 }; +s32 path_table_18[] = { 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 25, -1 }; +s32 path_table_21[] = { 22, 25, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 23, 30, -1 }; +s32 path_table_25[] = { 20, 21, 26, -1 }; +s32 path_table_26[] = { 25, 33, -1 }; +s32 path_table_27[] = { 28, 32, -1 }; +s32 path_table_28[] = { 27, 29, -1 }; +s32 path_table_29[] = { 28, 30, -1 }; +s32 path_table_30[] = { 24, 29, 31, -1 }; +s32 path_table_31[] = { 30, 32, 96, -1 }; +s32 path_table_32[] = { 27, 31, -1 }; +s32 path_table_33[] = { 26, 34, 38, -1 }; +s32 path_table_34[] = { 33, 35, -1 }; +s32 path_table_35[] = { 34, 36, -1 }; +s32 path_table_36[] = { 35, 37, -1 }; +s32 path_table_37[] = { 36, 38, -1 }; +s32 path_table_38[] = { 33, 37, 107, -1 }; +s32 path_table_39[] = { 40, -1 }; +s32 path_table_40[] = { 39, 41, 42, -1 }; +s32 path_table_41[] = { 40, 42, -1 }; +s32 path_table_42[] = { 40, 41, 43, -1 }; +s32 path_table_43[] = { 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 44, 46, -1 }; +s32 path_table_46[] = { 45, 47, -1 }; +s32 path_table_47[] = { 46, 48, -1 }; +s32 path_table_48[] = { 47, 49, -1 }; +s32 path_table_49[] = { 48, 52, -1 }; +s32 path_table_50[] = { 51, -1 }; +s32 path_table_51[] = { 50, 52, -1 }; +s32 path_table_52[] = { 49, 51, 55, -1 }; +s32 path_table_53[] = { 62, 63, -1 }; +s32 path_table_54[] = { 55, -1 }; +s32 path_table_55[] = { 52, 54, 56, -1 }; +s32 path_table_56[] = { 55, 57, -1 }; +s32 path_table_57[] = { 56, 58, -1 }; +s32 path_table_58[] = { 57, 59, -1 }; +s32 path_table_59[] = { 58, 60, -1 }; +s32 path_table_60[] = { 59, 61, -1 }; +s32 path_table_61[] = { 60, 62, -1 }; +s32 path_table_62[] = { 53, 61, -1 }; +s32 path_table_63[] = { 53, 64, -1 }; +s32 path_table_64[] = { 63, 65, -1 }; +s32 path_table_65[] = { 64, 69, -1 }; +s32 path_table_66[] = { 67, -1 }; +s32 path_table_67[] = { 66, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 65, 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 70, 72, -1 }; +s32 path_table_72[] = { 71, 73, -1 }; +s32 path_table_73[] = { 72, 74, -1 }; +s32 path_table_74[] = { 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, -1 }; +s32 path_table_76[] = { 75, 77, -1 }; +s32 path_table_77[] = { 76, 78, 79, -1 }; +s32 path_table_78[] = { 77, 80, -1 }; +s32 path_table_79[] = { 77, 80, -1 }; +s32 path_table_80[] = { 78, 79, 81, -1 }; +s32 path_table_81[] = { 80, 82, -1 }; +s32 path_table_82[] = { 81, 96, -1 }; +s32 path_table_83[] = { 15, 97, -1 }; +s32 path_table_84[] = { 85, -1 }; +s32 path_table_85[] = { 84, 93, -1 }; +s32 path_table_86[] = { 87, 88, -1 }; +s32 path_table_87[] = { 86, 88, -1 }; +s32 path_table_88[] = { 86, 87, 89, -1 }; +s32 path_table_89[] = { 88, 90, -1 }; +s32 path_table_90[] = { 89, 91, -1 }; +s32 path_table_91[] = { 90, 92, -1 }; +s32 path_table_92[] = { 91, 93, -1 }; +s32 path_table_93[] = { 85, 92, 94, -1 }; +s32 path_table_94[] = { 93, 95, -1 }; +s32 path_table_95[] = { 94, 106, -1 }; +s32 path_table_96[] = { 31, 82, 98, -1 }; +s32 path_table_97[] = { 83, 98, -1 }; +s32 path_table_98[] = { 96, 97, 99, -1 }; +s32 path_table_99[] = { 98, 100, -1 }; +s32 path_table_100[] = { 99, 101, -1 }; +s32 path_table_101[] = { 100, 102, -1 }; +s32 path_table_102[] = { 101, 103, -1 }; +s32 path_table_103[] = { 12, 102, 104, -1 }; +s32 path_table_104[] = { 103, 105, -1 }; +s32 path_table_105[] = { 104, 107, -1 }; +s32 path_table_106[] = { 95, 107, -1 }; +s32 path_table_107[] = { 38, 105, 106, -1 }; + +waypoint pathwaypoints[] = { + { 0x000000a9, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000000a8, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000000a7, &path_table_2, 0x00000000, 0x00000000 }, + { 0x000000a6, &path_table_3, 0x00000000, 0x00000000 }, + { 0x000000a5, &path_table_4, 0x00000000, 0x00000000 }, + { 0x000000a4, &path_table_5, 0x00000000, 0x00000000 }, + { 0x000000a3, &path_table_6, 0x00000000, 0x00000000 }, + { 0x000000a2, &path_table_7, 0x00000000, 0x00000000 }, + { 0x000000a1, &path_table_8, 0x00000000, 0x00000000 }, + { 0x000000a0, &path_table_9, 0x00000000, 0x00000000 }, + { 0x0000009f, &path_table_10, 0x00000000, 0x00000000 }, + { 0x0000009e, &path_table_11, 0x00000000, 0x00000000 }, + { 0x0000009d, &path_table_12, 0x00000000, 0x00000000 }, + { 0x0000009c, &path_table_13, 0x00000000, 0x00000000 }, + { 0x0000009b, &path_table_14, 0x00000000, 0x00000000 }, + { 0x0000009a, &path_table_15, 0x00000000, 0x00000000 }, + { 0x00000099, &path_table_16, 0x00000001, 0x00000000 }, + { 0x00000098, &path_table_17, 0x00000001, 0x00000000 }, + { 0x00000097, &path_table_18, 0x00000001, 0x00000000 }, + { 0x00000096, &path_table_19, 0x00000001, 0x00000000 }, + { 0x00000095, &path_table_20, 0x00000001, 0x00000000 }, + { 0x00000094, &path_table_21, 0x00000001, 0x00000000 }, + { 0x00000093, &path_table_22, 0x00000001, 0x00000000 }, + { 0x00000092, &path_table_23, 0x00000001, 0x00000000 }, + { 0x00000091, &path_table_24, 0x00000001, 0x00000000 }, + { 0x00000090, &path_table_25, 0x00000001, 0x00000000 }, + { 0x0000008f, &path_table_26, 0x00000001, 0x00000000 }, + { 0x0000008e, &path_table_27, 0x00000001, 0x00000000 }, + { 0x0000008d, &path_table_28, 0x00000001, 0x00000000 }, + { 0x0000008c, &path_table_29, 0x00000001, 0x00000000 }, + { 0x0000008b, &path_table_30, 0x00000001, 0x00000000 }, + { 0x0000008a, &path_table_31, 0x00000001, 0x00000000 }, + { 0x00000089, &path_table_32, 0x00000001, 0x00000000 }, + { 0x00000088, &path_table_33, 0x00000001, 0x00000000 }, + { 0x00000087, &path_table_34, 0x00000001, 0x00000000 }, + { 0x00000086, &path_table_35, 0x00000001, 0x00000000 }, + { 0x00000085, &path_table_36, 0x00000001, 0x00000000 }, + { 0x00000084, &path_table_37, 0x00000001, 0x00000000 }, + { 0x00000083, &path_table_38, 0x00000001, 0x00000000 }, + { 0x00000082, &path_table_39, 0x00000002, 0x00000000 }, + { 0x00000081, &path_table_40, 0x00000002, 0x00000000 }, + { 0x00000080, &path_table_41, 0x00000002, 0x00000000 }, + { 0x0000007f, &path_table_42, 0x00000002, 0x00000000 }, + { 0x0000007e, &path_table_43, 0x00000002, 0x00000000 }, + { 0x0000007d, &path_table_44, 0x00000003, 0x00000000 }, + { 0x0000007c, &path_table_45, 0x00000003, 0x00000000 }, + { 0x0000007b, &path_table_46, 0x00000003, 0x00000000 }, + { 0x0000007a, &path_table_47, 0x00000003, 0x00000000 }, + { 0x00000079, &path_table_48, 0x00000003, 0x00000000 }, + { 0x00000078, &path_table_49, 0x00000004, 0x00000000 }, + { 0x00000077, &path_table_50, 0x00000004, 0x00000000 }, + { 0x00000076, &path_table_51, 0x00000004, 0x00000000 }, + { 0x00000075, &path_table_52, 0x00000004, 0x00000000 }, + { 0x00000074, &path_table_53, 0x00000005, 0x00000000 }, + { 0x00000073, &path_table_54, 0x00000005, 0x00000000 }, + { 0x00000072, &path_table_55, 0x00000005, 0x00000000 }, + { 0x00000071, &path_table_56, 0x00000005, 0x00000000 }, + { 0x00000070, &path_table_57, 0x00000005, 0x00000000 }, + { 0x0000006f, &path_table_58, 0x00000005, 0x00000000 }, + { 0x0000006e, &path_table_59, 0x00000005, 0x00000000 }, + { 0x0000006d, &path_table_60, 0x00000005, 0x00000000 }, + { 0x0000006c, &path_table_61, 0x00000005, 0x00000000 }, + { 0x0000006b, &path_table_62, 0x00000005, 0x00000000 }, + { 0x0000006a, &path_table_63, 0x00000005, 0x00000000 }, + { 0x00000069, &path_table_64, 0x00000005, 0x00000000 }, + { 0x00000068, &path_table_65, 0x00000005, 0x00000000 }, + { 0x00000067, &path_table_66, 0x00000006, 0x00000000 }, + { 0x00000066, &path_table_67, 0x00000006, 0x00000000 }, + { 0x00000065, &path_table_68, 0x00000006, 0x00000000 }, + { 0x00000064, &path_table_69, 0x00000006, 0x00000000 }, + { 0x00000063, &path_table_70, 0x00000006, 0x00000000 }, + { 0x00000062, &path_table_71, 0x00000006, 0x00000000 }, + { 0x00000061, &path_table_72, 0x00000007, 0x00000000 }, + { 0x00000060, &path_table_73, 0x00000007, 0x00000000 }, + { 0x0000005f, &path_table_74, 0x00000007, 0x00000000 }, + { 0x0000005e, &path_table_75, 0x00000007, 0x00000000 }, + { 0x0000005d, &path_table_76, 0x00000007, 0x00000000 }, + { 0x0000005c, &path_table_77, 0x00000007, 0x00000000 }, + { 0x0000005b, &path_table_78, 0x00000007, 0x00000000 }, + { 0x0000005a, &path_table_79, 0x00000007, 0x00000000 }, + { 0x00000059, &path_table_80, 0x00000007, 0x00000000 }, + { 0x00000058, &path_table_81, 0x00000007, 0x00000000 }, + { 0x00000057, &path_table_82, 0x00000007, 0x00000000 }, + { 0x00000056, &path_table_83, 0x00000008, 0x00000000 }, + { 0x00000055, &path_table_84, 0x00000008, 0x00000000 }, + { 0x00000054, &path_table_85, 0x00000008, 0x00000000 }, + { 0x00000053, &path_table_86, 0x00000008, 0x00000000 }, + { 0x00000052, &path_table_87, 0x00000008, 0x00000000 }, + { 0x00000051, &path_table_88, 0x00000008, 0x00000000 }, + { 0x00000050, &path_table_89, 0x00000008, 0x00000000 }, + { 0x0000004f, &path_table_90, 0x00000008, 0x00000000 }, + { 0x0000004e, &path_table_91, 0x00000008, 0x00000000 }, + { 0x0000004d, &path_table_92, 0x00000008, 0x00000000 }, + { 0x0000004c, &path_table_93, 0x00000008, 0x00000000 }, + { 0x0000004b, &path_table_94, 0x00000008, 0x00000000 }, + { 0x0000004a, &path_table_95, 0x00000008, 0x00000000 }, + { 0x00000049, &path_table_96, 0x00000008, 0x00000000 }, + { 0x00000048, &path_table_97, 0x00000008, 0x00000000 }, + { 0x00000047, &path_table_98, 0x00000008, 0x00000000 }, + { 0x00000046, &path_table_99, 0x00000008, 0x00000000 }, + { 0x00000045, &path_table_100, 0x00000008, 0x00000000 }, + { 0x00000044, &path_table_101, 0x00000008, 0x00000000 }, + { 0x00000043, &path_table_102, 0x00000008, 0x00000000 }, + { 0x00000042, &path_table_103, 0x00000008, 0x00000000 }, + { 0x00000041, &path_table_104, 0x00000008, 0x00000000 }, + { 0x00000040, &path_table_105, 0x00000008, 0x00000000 }, + { 0x0000003f, &path_table_106, 0x00000008, 0x00000000 }, + { 0x0000003e, &path_table_107, 0x00000008, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "PAD_m104_dest_all_p", + "PAD_m103_dest_all_p", + "PAD_m102_dest_all_p", + "PAD_m101_dest_all_p", + "PAD_m100_dest_all_p", + "PAD_m99_dest_all_p", + "PAD_m98_dest_all_p", + "PAD_m97_dest_all_p", + "PAD_m96_dest_all_p", + "PAD_m95_dest_all_p", + "PAD_m94_dest_all_p", + "PAD_m93_dest_all_p", + "PAD_m92_dest_all_p", + "PAD_m91_dest_all_p", + "PAD_m90_dest_all_p", + "PAD_m89_dest_all_p", + "PAD_m83e_dest_all_p", + "PAD_m83d_dest_all_p", + "PAD_m83c_dest_all_p", + "PAD_m83b_dest_all_p", + "PAD_m83a_dest_all_p", + "PAD_m87_dest_all_p", + "PAD_m86_dest_all_p", + "PAD_m85_dest_all_p", + "PAD_m84_dest_all_p", + "PAD_m83_dest_all_p", + "PAD_m82_dest_all_p", + "PAD_m81_dest_all_p", + "PAD_m80_dest_all_p", + "PAD_m79_dest_all_p", + "PAD_m78_dest_all_p", + "PAD_m77_dest_all_p", + "PAD_m76_dest_all_p", + "PAD_m75_dest_all_p", + "PAD_m74_dest_all_p", + "PAD_m73_dest_all_p", + "PAD_m72_dest_all_p", + "PAD_m71_dest_all_p", + "PAD_m70_dest_all_p", + "PAD_m68_dest_all_p", + "PAD_m67_dest_all_p", + "PAD_m66_dest_all_p", + "PAD_m65_dest_all_p", + "PAD_m64_dest_all_p", + "PAD_m63_dest_all_p", + "PAD_m62_dest_all_p", + "PAD_m61_dest_all_p", + "PAD_m60_dest_all_p", + "PAD_m59_dest_all_p", + "PAD_m58_dest_all_p", + "PAD_m57_dest_all_p", + "PAD_m56_dest_all_p", + "PAD_m55_dest_all_p", + "PAD_m69_dest_all_p", + "PAD_m54_dest_all_p", + "PAD_m53_dest_all_p", + "PAD_m52_dest_all_p", + "PAD_m51_dest_all_p", + "PAD_m50_dest_all_p", + "PAD_m49_dest_all_p", + "PAD_m48_dest_all_p", + "PAD_m47_dest_all_p", + "PAD_m46_dest_all_p", + "PAD_m44_dest_all_p", + "PAD_m43_dest_all_p", + "PAD_m42_dest_all_p", + "PAD_m41_dest_all_p", + "PAD_m40_dest_all_p", + "PAD_m39_dest_all_p", + "PAD_m38_dest_all_p", + "PAD_m37_dest_all_p", + "PAD_m36_dest_all_p", + "PAD_m35_dest_all_p", + "PAD_m34_dest_all_p", + "PAD_m33_dest_all_p", + "PAD_m32_dest_all_p", + "PAD_m31_dest_all_p", + "PAD_m30_dest_all_p", + "PAD_m29_dest_all_p", + "PAD_m28_dest_all_p", + "PAD_m27_dest_all_p", + "PAD_m26_dest_all_p", + "PAD_m25_dest_all_p", + "PAD_m88_dest_all_p", + "PAD_m24_dest_all_p", + "PAD_m23_dest_all_p", + "PAD_m22_dest_all_p", + "PAD_m21_dest_all_p", + "PAD_m20_dest_all_p", + "PAD_m19_dest_all_p", + "PAD_m18_dest_all_p", + "PAD_m17_dest_all_p", + "PAD_m16_dest_all_p", + "PAD_m15_dest_all_p", + "PAD_m14_dest_all_p", + "PAD_m13_dest_all_p", + "PAD_m12_dest_all_p", + "PAD_m11_dest_all_p", + "PAD_m10_dest_all_p", + "PAD_m9_dest_all_p", + "PAD_m8_dest_all_p", + "PAD_m7_dest_all_p", + "PAD_m6_dest_all_p", + "PAD_m5_dest_all_p", + "PAD_m4_dest_all_p", + "PAD_m3_dest_all_p", + "PAD_m2_dest_all_p", + "PAD_m1_dest_all_p", + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_1[] = { 0x21020003, 0x3c073207, 0x31fc0c01, 0x00020702, 0x0b0330fd, 0x0731fc0c, 0x010b0207, 0xc3340818, 0xfd080802, 0x0a03010a, 0x020cc334, 0x09060404, 0x05fd0404, 0x04000000 }; +u32 ai_2[] = { 0x14002400, 0xfc000200, 0x0346073c, 0x07320701, 0x000207ae, 0x020a0370, 0x0229b400, 0x00780700, 0x08022970, 0x0129b400, 0x00960700, 0x080229b4, 0x0000b407, 0x02087900, 0x0b010a02, 0x07160004, 0x00fc0702, 0x07030303, 0x030318fc, 0x080a0600, 0x0205fd00, 0x08020b03, 0x06000205, 0xfd000201, 0x0b040000 }; +u32 ai_3[] = { 0x61fd0200, 0x33352807, 0xab008f00, 0x08020735, 0x5007ab00, 0x91000802, 0x07357807, 0xab009300, 0x08020735, 0xa007ab00, 0x94000802, 0x0735c807, 0xab00a800, 0x080207ab, 0x00a90008, 0x02081c23, 0x28020a03, 0x2f044dfd, 0x00322328, 0x04462301, 0x0a0223ad, 0x210a0021, 0x02070333, 0x35dc073b, 0x072f0701, 0x070207ad, 0x496d206f, 0x6666210a, 0x00010002, 0x044dfd00, 0x3223282e, 0x07022e3c, 0x0cc3340a, 0x000d020b, 0x03010b02, 0x0c010002, 0x0d229c00, 0x00010007, 0x9a000001, 0x00000e02, 0x079c0000, 0x0200079a, 0x00000200, 0x000e0207, 0x9c000004, 0x00079a00, 0x00040000, 0x0e02079c, 0x00000800, 0x079a0000, 0x0800000e, 0x02079c00, 0x00100007, 0x9a000010, 0x00000e02, 0x07020e03, 0x010e0400 }; +u32 ai_0[] = { 0xcd026c00, 0x000a0002, 0xffff0002, 0x06000200, 0x03010004 }; +u32 ai_5[] = { 0x02000358, 0x2f000757, 0x2f080100, 0x020c0358, 0x2f000701, 0x0c0207c3, 0x340b9b00, 0x0080009a, 0x00004000, 0x000a020a, 0x03582f00, 0x07000802, 0x07010a02, 0x08c3340c, 0x9a000080, 0x009b0000, 0x4000010c, 0x04000000 }; +u32 ai_6[] = { 0xc4003c00, 0xc7000000, 0x0000020a, 0x0352005a, 0x27540755, 0x006c0755, 0x001c0755, 0x00350755, 0x006e0755, 0x001d0755, 0x00750755, 0x00660755, 0x0063079c, 0x00080000, 0x08010a02, 0x07ad2121, 0x210a00c7, 0x007fff00, 0x78000b02, 0x0b039c00, 0x08000008, 0x53008c27, 0x5407010b, 0x0207ad6f, 0x66660a00, 0xc7000000, 0x00f0010a, 0x0208ad62, 0x616e670a, 0x00a40300, 0x0200005f, 0x03c90002, 0x0c03010c, 0x04000000 }; +u32 ai_7[] = { 0x0200035d, 0x01075c01, 0x08010002, 0x0759270b, 0x02085f01, 0x000c020b, 0xc400f701, 0xc5010100, 0x009a0001, 0x0000c334, 0x0da30100, 0x02000002, 0x0c03010c, 0x04000000 }; +u32 ai_8[] = { 0x0200035d, 0x02075c02, 0x08010002, 0x0759270b, 0x02085f02, 0x000c020b, 0xc400f702, 0xc5020200, 0x009a0002, 0x0000c334, 0x0ea30200, 0x02000002, 0x0c03010c, 0x04000000 }; +u32 ai_9[] = { 0x022a039c, 0x00040000, 0x075b0107, 0x9a000400, 0x0002079c, 0x00080000, 0x075b0207, 0x9a000800, 0x00020701, 0x2a040000 }; +u32 ai_10[] = { 0x020a0355, 0x00990755, 0x00950700, 0x03020701, 0x0a020303, 0xeb2f5500, 0x99070103, 0x0207ecd7, 0x00da020e, 0x03dc0701, 0x0e0207f1, 0x0705fd00, 0x0f0207dd, 0xea590207, 0x59030759, 0x1a07591b, 0x07591c07, 0x591d0759, 0x18075919, 0x07590407, 0x59050759, 0x06075907, 0x07590807, 0x59090759, 0x0a07590b, 0x07590c07, 0x590d0759, 0x0e07590f, 0x07591007, 0x59110759, 0x12075913, 0x07591607, 0x59140759, 0x1507e404, 0x0207ed03, 0x0303d504, 0x00020000, 0x05f80405, 0xdb020f03, 0xdc07010f, 0x020705fd, 0x0001022f, 0x05fd0001, 0x04000000 }; +u32 ai_4[] = { 0xd9fd00b0, 0x070207e0, 0xfd010a00, 0x69000000, 0x1d061002, 0x0b032f07, 0x010b0207, 0xe0fd000a, 0x0069001d, 0x00a00610, 0xae020c03, 0x2f07b400, 0x00de0701, 0x0c0207da, 0x020d03dc, 0x07010d02, 0x07d20204, 0x03010404 }; +u32 ai_11[] = { 0x7101049a, 0x00000100, 0x7100049a, 0x00000200, 0x9a000004, 0x00020405, 0xfd000104 }; +u32 ai_12[] = { 0x020303a0, 0x2c001000, 0x00a02d00, 0x100000a0, 0x30001000, 0x0003a031, 0x00100000, 0xa0340010, 0x0000a035, 0x00100000, 0x022a0370, 0x0229f701, 0x07012a02, 0x29700129, 0xf7020701, 0x2a0229f7, 0x0407012a, 0x0207ae02, 0x0a03b400, 0x003c07c3, 0x341e9a00, 0x10000001, 0x0a020705, 0xfd000104 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00001000 }, + /* index = 6 */ + { &ai_6, 0x00001001 }, + /* index = 7 */ + { &ai_7, 0x00001002 }, + /* index = 8 */ + { &ai_8, 0x00001003 }, + /* index = 9 */ + { &ai_9, 0x00001004 }, + /* index = 10 */ + { &ai_10, 0x00001005 }, + /* index = 11 */ + { &ai_11, 0x00001006 }, + /* index = 12 */ + { &ai_12, 0x00001007 }, + /* index = 13 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/e/UsetupjunZ.c b/assets/obseg/setup/e/UsetupjunZ.c new file mode 100644 index 0000000..df30a4b --- /dev/null +++ b/assets/obseg/setup/e/UsetupjunZ.c @@ -0,0 +1,2392 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:18 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupjunZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {377.0f, 50.0f, -492.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1295a", 0 }, + { {311.0f, 39.0f, -441.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1354a", 0 }, + { {300.0f, 39.0f, -497.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1352a", 0 }, + { {234.0f, 35.0f, -464.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1279a", 0 }, + { {220.0f, 36.0f, -427.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1346a", 0 }, + { {214.0f, 27.0f, -498.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1361a", 0 }, + { {164.0f, 25.0f, -433.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1350a", 0 }, + { {121.0f, 27.0f, -503.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1695a", 0 }, + { {75.0f, 28.0f, -518.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1601a", 0 }, + { {-23.0f, 27.0f, -563.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1672a", 0 }, + { {28.0f, 28.0f, -534.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1687a", 0 }, + { {-46.0f, 22.0f, -527.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1669a", 0 }, + { {-101.0f, 28.0f, -534.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1636a", 0 }, + { {-97.0f, 25.0f, -490.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1633a", 0 }, + { {87.0f, 26.0f, -466.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1603a", 0 }, + { {-59.0f, 30.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1645a", 0 }, + { {-59.0f, 30.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1645a", 0 }, + { {111.0f, 28.0f, -412.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1674a", 0 }, + { {54.0f, 24.0f, -404.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1677a", 0 }, + { {-65.0f, 26.0f, -388.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1642a", 0 }, + { {59.0f, 29.0f, -370.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1693a", 0 }, + { {-26.0f, 27.0f, -348.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1519a", 0 }, + { {28.0f, 17.0f, -283.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2085a", 0 }, + { {-18.0f, 22.0f, -242.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2081a", 0 }, + { {62.0f, 16.0f, -239.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2097a", 0 }, + { {30.0f, 15.0f, -202.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2047a", 0 }, + { {-8.0f, 12.0f, -172.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1995a", 0 }, + { {34.0f, 15.0f, -159.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2073a", 0 }, + { {-40.0f, 4.0f, -138.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2062a", 0 }, + { {33.0f, 11.0f, -117.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2070a", 0 }, + { {-23.0f, 4.0f, -84.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1981a", 0 }, + { {32.0f, 3.0f, -62.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1873a", 0 }, + { {-47.0f, 3.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1791a", 0 }, + { {53.0f, 2.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1894a", 0 }, + { {-63.0f, 3.0f, -5.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1767a", 0 }, + { {13.0f, 3.0f, 3.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1844a", 0 }, + { {84.0f, 3.0f, 35.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p3355a", 0 }, + { {20.0f, 5.0f, 44.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1841a", 0 }, + { {-33.0f, -1.0f, 42.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1783a", 0 }, + { {-77.0f, 2.0f, 45.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1762a", 0 }, + { {72.0f, 2.0f, 74.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1883a", 0 }, + { {-100.0f, 2.0f, 106.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1737a", 0 }, + { {-103.0f, 2.0f, 150.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1731a", 0 }, + { {-40.0f, 0.0f, 180.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4709a", 0 }, + { {16.0f, 0.0f, 164.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4701a", 0 }, + { {68.0f, 3.0f, 130.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1879a", 0 }, + { {25.0f, 1.0f, 134.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4685a", 0 }, + { {26.0f, 3.0f, 87.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1862a", 0 }, + { {-47.0f, 8.0f, 112.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4723a", 0 }, + { {716.0f, 75.0f, -1029.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1155b", 0 }, + { {669.0f, 75.0f, -994.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1081b", 0 }, + { {661.0f, 75.0f, -1050.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1058b", 0 }, + { {613.0f, 75.0f, -1065.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1147b", 0 }, + { {569.0f, 75.0f, -1098.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1143b", 0 }, + { {484.0f, 75.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1094b", 0 }, + { {539.0f, 75.0f, -1058.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1129b", 0 }, + { {491.0f, 75.0f, -1018.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1091b", 0 }, + { {696.0f, 75.0f, -941.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1133b", 0 }, + { {526.0f, 75.0f, -963.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1104b", 0 }, + { {523.0f, 75.0f, -917.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1100b", 0 }, + { {639.0f, 75.0f, -933.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1137b", 0 }, + { {646.0f, 75.0f, -880.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1151b", 0 }, + { {560.0f, 75.0f, -878.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p976b", 0 }, + { {612.0f, 65.0f, -812.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1465b", 0 }, + { {567.0f, 65.0f, -772.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1510b", 0 }, + { {648.0f, 65.0f, -768.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2415b", 0 }, + { {615.0f, 59.0f, -732.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1505b", 0 }, + { {625.0f, 59.0f, -690.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1502b", 0 }, + { {578.0f, 59.0f, -702.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1423b", 0 }, + { {618.0f, 59.0f, -646.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1498b", 0 }, + { {564.0f, 54.0f, -613.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1409b", 0 }, + { {542.0f, 48.0f, -586.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1820b", 0 }, + { {645.0f, 48.0f, -557.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1760b", 0 }, + { {525.0f, 48.0f, -533.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1795b", 0 }, + { {688.0f, 48.0f, -508.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1745b", 0 }, + { {673.0f, 48.0f, -449.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1750b", 0 }, + { {664.0f, 54.0f, -383.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1773b", 0 }, + { {608.0f, 50.0f, -364.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1801b", 0 }, + { {623.0f, 50.0f, -428.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1631b", 0 }, + { {548.0f, 50.0f, -463.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1709b", 0 }, + { {512.0f, 50.0f, -407.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1731b", 0 }, + { {463.0f, 50.0f, -514.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1793b", 0 }, + { {454.0f, 50.0f, -430.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1813b", 0 }, + { {1615.0f, 98.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9174c", 0 }, + { {1645.0f, 100.0f, -1009.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9199c", 0 }, + { {1774.0f, 103.0f, -1078.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9284c", 0 }, + { {1821.0f, 100.0f, -1031.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9291c", 0 }, + { {1771.0f, 102.0f, -986.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9316c", 0 }, + { {1380.0f, 77.0f, -1019.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5111c", 0 }, + { {1021.0f, 79.0f, -929.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6379c", 0 }, + { {1318.0f, 73.0f, -904.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5041c", 0 }, + { {1328.0f, 73.0f, -968.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5080c", 0 }, + { {1293.0f, 73.0f, -939.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5844c", 0 }, + { {1321.0f, 89.0f, -1082.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5081c", 0 }, + { {1511.0f, 78.0f, -910.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5027c", 0 }, + { {1460.0f, 73.0f, -1057.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5007c", 0 }, + { {1421.0f, 73.0f, -890.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5033c", 0 }, + { {1416.0f, 73.0f, -975.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4960c", 0 }, + { {1366.0f, 73.0f, -943.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5058c", 0 }, + { {1361.0f, 73.0f, -1055.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5018c", 0 }, + { {1283.0f, 73.0f, -863.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5680c", 0 }, + { {1492.0f, 90.0f, -1047.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5021c", 0 }, + { {1494.0f, 79.0f, -1008.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4988c", 0 }, + { {1523.0f, 80.0f, -1051.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5014c", 0 }, + { {1546.0f, 84.0f, -914.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5025c", 0 }, + { {860.0f, 103.0f, -1005.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6440c", 0 }, + { {1005.0f, 75.0f, -1100.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6459c", 0 }, + { {1023.0f, 75.0f, -1076.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6351c", 0 }, + { {1001.0f, 75.0f, -879.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6591c", 0 }, + { {930.0f, 75.0f, -1046.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6473c", 0 }, + { {979.0f, 75.0f, -1050.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6567c", 0 }, + { {1040.0f, 75.0f, -856.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6213c", 0 }, + { {1040.0f, 75.0f, -1141.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6345c", 0 }, + { {972.0f, 75.0f, -917.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6478c", 0 }, + { {928.0f, 75.0f, -975.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6395c", 0 }, + { {907.0f, 75.0f, -912.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6482c", 0 }, + { {890.0f, 75.0f, -1068.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6463c", 0 }, + { {882.0f, 75.0f, -971.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6418c", 0 }, + { {804.0f, 75.0f, -948.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6520c", 0 }, + { {818.0f, 75.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6466c", 0 }, + { {1792.0f, 102.0f, -914.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9750c", 0 }, + { {1623.0f, 102.0f, -906.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9236c", 0 }, + { {1655.0f, 102.0f, -920.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9235c", 0 }, + { {1712.0f, 102.0f, -926.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9238c", 0 }, + { {1809.0f, 102.0f, -924.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9355c", 0 }, + { {1795.0f, 76.0f, -988.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9294c", 0 }, + { {1753.0f, 76.0f, -923.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9372c", 0 }, + { {1474.0f, 72.0f, -1019.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4990c", 0 }, + { {1342.0f, 72.0f, -1014.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5115c", 0 }, + { {1598.0f, 75.0f, -928.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9227c", 0 }, + { {1661.0f, 75.0f, -967.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9239c", 0 }, + { {1830.0f, 83.0f, -989.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9304c", 0 }, + { {1821.0f, 83.0f, -1072.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9289c", 0 }, + { {1491.0f, 84.0f, -917.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5029c", 0 }, + { {1675.0f, 79.0f, -1048.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9192c", 0 }, + { {1585.0f, 89.0f, -1019.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9204c", 0 }, + { {291.0f, 42.0f, -439.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1376a", 0 }, + { {287.0f, 42.0f, -510.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1329a", 0 }, + { {155.0f, 28.0f, -531.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1686a", 0 }, + { {-1.0f, 28.0f, -551.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1699a", 0 }, + { {-75.0f, 28.0f, -543.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1653a", 0 }, + { {-102.0f, 28.0f, -452.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1630a", 0 }, + { {78.0f, 28.0f, -362.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1694a", 0 }, + { {49.0f, 28.0f, -338.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1702a", 0 }, + { {-19.0f, 28.0f, -300.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2001a", 0 }, + { {42.0f, 14.0f, -129.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2071a", 0 }, + { {-46.0f, 7.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2063a", 0 }, + { {-112.0f, 7.0f, -23.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1912a", 0 }, + { {56.0f, 4.0f, -66.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1897a", 0 }, + { {91.0f, 4.0f, -38.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1910a", 0 }, + { {94.0f, 4.0f, 2.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1905a", 0 }, + { {70.0f, 4.0f, 94.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1881a", 0 }, + { {52.0f, 4.0f, 68.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1882a", 0 }, + { {-82.0f, 4.0f, 69.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1740a", 0 }, + { {-117.0f, 4.0f, 117.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1921a", 0 }, + { {-72.0f, 4.0f, 171.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4716a", 0 }, + { {43.0f, 4.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1857a", 0 }, + { {506.0f, 83.0f, -1073.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1111b", 0 }, + { {497.0f, 83.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1089b", 0 }, + { {674.0f, 83.0f, -899.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1069b", 0 }, + { {541.0f, 64.0f, -690.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1491b", 0 }, + { {629.0f, 64.0f, -663.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2411b", 0 }, + { {642.0f, 52.0f, -597.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1758b", 0 }, + { {711.0f, 52.0f, -434.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1847b", 0 }, + { {467.0f, 52.0f, -407.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1803b", 0 }, + { {529.0f, 52.0f, -370.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1733b", 0 }, + { {631.0f, 52.0f, -402.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1789b", 0 }, + { {1407.0f, 83.0f, -1078.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5003c", 0 }, + { {1357.0f, 83.0f, -896.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5038c", 0 }, + { {943.0f, 83.0f, -1083.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6462c", 0 }, + { {843.0f, 83.0f, -1066.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6415c", 0 }, + { {811.0f, 83.0f, -931.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6502c", 0 }, + { {1783.0f, 83.0f, -737.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p528d", 0 }, + { {1626.0f, 83.0f, -792.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p536d", 0 }, + { {838.0f, 77.0f, -957.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6386c", 0 }, + { {920.0f, 77.0f, -1061.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6450c", 0 }, + { {1031.0f, 77.0f, -1087.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6348c", 0 }, + { {1049.0f, 77.0f, -925.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6381c", 0 }, + { {1433.0f, 77.0f, -1041.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5001c", 0 }, + { {1457.0f, 77.0f, -898.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5030c", 0 }, + { {1694.0f, 95.0f, -947.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9230c", 0 }, + { {1741.0f, 84.0f, -1076.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9280c", 0 }, + { {1833.0f, 84.0f, -945.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9360c", 0 }, + { {1848.0f, 84.0f, -1073.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9299c", 0 }, + { {1697.0f, 83.0f, -905.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9219c", 0 }, + { {618.0f, 77.0f, -912.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1163b", 0 }, + { {447.0f, 52.0f, -510.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1793b", 0 }, + { {621.0f, 52.0f, -503.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1782b", 0 }, + { {547.0f, 52.0f, -517.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1738b", 0 }, + { {480.0f, 52.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1797b", 0 }, + { {181.0f, 30.0f, -493.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1327a", 0 }, + { {125.0f, 30.0f, -439.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1676a", 0 }, + { {78.0f, 30.0f, -379.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1694a", 0 }, + { {-47.0f, 30.0f, -421.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1661a", 0 }, + { {1622.0f, 88.0f, -749.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p539d", 0 }, + { {1752.0f, 87.0f, -718.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p526d", 0 }, + { {1817.0f, 88.0f, -757.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p532d", 0 }, + { {1873.0f, 122.0f, -669.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p510d", 0 }, + { {1941.0f, 122.0f, -642.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p519d", 0 }, + { {1822.0f, 122.0f, -627.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p489d", 0 }, + { {1885.0f, 122.0f, -588.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p500d", 0 }, + { {1915.0f, 122.0f, -613.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p502d", 0 }, + { {1906.0f, 122.0f, -674.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p516d", 0 }, + { {799.0f, 77.0f, -1026.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6543c", 0 }, + { {880.0f, 77.0f, -998.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6403c", 0 }, + { {1749.0f, 86.0f, -989.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9323c", 0 }, + { {1745.0f, 83.0f, -1051.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9319c", 0 }, + { {1772.0f, 87.0f, -1016.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9327c", 0 }, + { {1430.0f, 89.0f, -1011.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4998c", 0 }, + { {1642.0f, 88.0f, -1047.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9176c", 0 }, + { {1322.0f, 89.0f, -1016.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5119c", 0 }, + { {1401.0f, 81.0f, -889.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5034c", 0 }, + { {535.0f, 77.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1123b", 0 }, + { {590.0f, 66.0f, -757.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1457b", 0 }, + { {527.0f, 53.0f, -630.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2483b2", 0 }, + { {-23.0f, 31.0f, -422.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1531a", 0 }, + { {27.0f, 26.0f, -360.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1702a", 0 }, + { {2.0f, 17.0f, -227.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2031a", 0 }, + { {-60.0f, 4.0f, -96.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2108a", 0 }, + { {-26.0f, 4.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1811a", 0 }, + { {51.0f, 9.0f, 45.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1865a", 0 }, + { {-5.0f, 5.0f, 127.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4694a", 0 }, + { {10.0f, 12.0f, -136.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "", 0 }, + { {22.0f, 5.0f, 117.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4684a", 0 }, + { {58.0f, 5.0f, -6.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1890a", 0 }, + { {-92.0f, 5.0f, 133.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1735a", 0 }, + { {-7.0f, 5.0f, -84.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1983a", 0 }, + { {-61.0f, 5.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1761a", 0 }, + { {-32.0f, 5.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1779a", 0 }, + { {-82.0f, 5.0f, -68.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2104a", 0 }, + { {1759.0f, 80.0f, -866.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p448d", 0 }, + { {1774.0f, 80.0f, -780.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p530d", 0 }, + { {1699.0f, 80.0f, -647.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p478d", 0 }, + { {1644.0f, 80.0f, -740.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p540d", 0 }, + { {781.0f, 80.0f, -1045.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6545c", 0 }, + { {791.0f, 80.0f, -965.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6523c", 0 }, + { {918.0f, 80.0f, -891.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6481c", 0 }, + { {1292.0f, 80.0f, -910.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5845c", 0 }, + { {1340.0f, 80.0f, -956.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5078c", 0 }, + { {1447.0f, 80.0f, -983.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4956c", 0 }, + { {1554.0f, 80.0f, -1037.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5122c", 0 }, + { {1639.0f, 79.0f, -895.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9660c", 0 }, + { {1702.0f, 79.0f, -1049.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9202c", 0 }, + { {1864.0f, 79.0f, -1017.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9310c", 0 }, + { {624.0f, 80.0f, -1050.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1010b", 0 }, + { {462.0f, 80.0f, -1019.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1177b", 0 }, + { {680.0f, 80.0f, -920.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1071b", 0 }, + { {545.0f, 64.0f, -763.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1495b", 0 }, + { {637.0f, 64.0f, -798.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1513b", 0 }, + { {652.0f, 60.0f, -757.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1526b", 0 }, + { {627.0f, 60.0f, -679.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1501b", 0 }, + { {625.0f, 60.0f, -639.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1498b", 0 }, + { {620.0f, 52.0f, -528.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1780b", 0 }, + { {514.0f, 52.0f, -478.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1729b", 0 }, + { {521.0f, 52.0f, -393.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1732b", 0 }, + { {712.0f, 52.0f, -412.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1846b", 0 }, + { {684.0f, 52.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1755b", 0 }, + { {588.0f, 52.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1801b", 0 }, + { {303.0f, 40.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1355a", 0 }, + { {200.0f, 36.0f, -425.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1347a", 0 }, + { {94.0f, 29.0f, -542.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1666a", 0 }, + { {200.0f, 29.0f, -513.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1363a", 0 }, + { {12.0f, 29.0f, -546.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1698a", 0 }, + { {-125.0f, 29.0f, -533.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1721a", 0 }, + { {51.0f, 29.0f, -463.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1665a", 0 }, + { {-103.0f, 29.0f, -466.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1631a", 0 }, + { {-48.0f, 29.0f, -371.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1657a", 0 }, + { {-23.0f, 29.0f, -325.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2003a", 0 }, + { {52.0f, 20.0f, -264.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2084a", 0 }, + { {68.0f, 20.0f, -226.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2095a", 0 }, + { {42.0f, 20.0f, -145.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2072a", 0 }, + { {-44.0f, 20.0f, -242.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2068a", 0 }, + { {39.0f, 14.0f, -104.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2069a", 0 }, + { {-74.0f, 6.0f, -37.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1769a", 0 }, + { {101.0f, 6.0f, -17.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1909a", 0 }, + { {-97.0f, 6.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1745a", 0 }, + { {10.0f, 6.0f, 26.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1842a", 0 }, + { {-106.0f, 6.0f, 90.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1739a", 0 }, + { {59.0f, 6.0f, 111.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1880a", 0 }, + { {86.0f, 6.0f, 152.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1899a", 0 }, + { {16.0f, 2.0f, -26.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "", 0 }, + { {-117.0f, 2.0f, 136.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1923a", 0 }, + { {27.0f, 26.0f, -331.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2086a", 0 }, + { {35.0f, 2.0f, 177.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4780a1", 0 }, + { {-1.0f, 2.0f, 173.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4759a", 0 }, + { {1680.0f, 77.0f, -789.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p460d", 0 }, + { {1740.0f, 77.0f, -760.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p472d", 0 }, + { {1742.0f, 77.0f, -736.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p473d", 0 }, + { {1732.0f, 77.0f, -842.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p455d", 0 }, + { {1667.0f, 77.0f, -854.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p442d", 0 }, + { {1659.0f, 77.0f, -876.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p438d", 0 }, + { {809.0f, 77.0f, -1075.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6467c", 0 }, + { {873.0f, 77.0f, -1086.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6416c", 0 }, + { {941.0f, 77.0f, -1001.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6428c", 0 }, + { {861.0f, 77.0f, -902.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6486c", 0 }, + { {1294.0f, 77.0f, -1067.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "", 0 }, + { {1301.0f, 77.0f, -1044.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5820c", 0 }, + { {1367.0f, 77.0f, -1032.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5100c", 0 }, + { {1420.0f, 77.0f, -930.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5054c", 0 }, + { {1473.0f, 77.0f, -904.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5030c", 0 }, + { {1552.0f, 77.0f, -981.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4947c", 0 }, + { {960.0f, 71.0f, -948.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6510c", 0 }, + { {995.0f, 105.0f, -979.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6387c", 0 }, + { {1035.0f, 105.0f, -1055.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6352c", 0 }, + { {1599.0f, 77.0f, -1060.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9174c", 0 }, + { {1599.0f, 77.0f, -954.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9225c", 0 }, + { {1676.0f, 77.0f, -1080.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9182c", 0 }, + { {1787.0f, 77.0f, -1080.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9283c", 0 }, + { {1788.0f, 77.0f, -945.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9347c", 0 }, + { {727.0f, 77.0f, -954.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1135b", 0 }, + { {727.0f, 77.0f, -1060.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1145b", 0 }, + { {649.0f, 77.0f, -1082.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1077b", 0 }, + { {538.0f, 77.0f, -1082.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1131b", 0 }, + { {541.0f, 77.0f, -946.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1121b", 0 }, + { {619.0f, 77.0f, -855.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1515b", 0 }, + { {557.0f, 69.0f, -759.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1493b", 0 }, + { {582.0f, 65.0f, -726.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1507b", 0 }, + { {535.0f, 55.0f, -654.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1488b", 0 }, + { {634.0f, 55.0f, -617.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1518b", 0 }, + { {554.0f, 55.0f, -562.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1821b", 0 }, + { {674.0f, 55.0f, -485.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1747b", 0 }, + { {690.0f, 55.0f, -399.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1753b", 0 }, + { {655.0f, 55.0f, -365.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1774b", 0 }, + { {608.0f, 55.0f, -397.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1799b", 0 }, + { {531.0f, 55.0f, -490.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1785b", 0 }, + { {501.0f, 55.0f, -507.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1735b", 0 }, + { {493.0f, 55.0f, -392.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1786b", 0 }, + { {213.0f, 39.0f, -444.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1279a", 0 }, + { {149.0f, 24.0f, -417.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1675a", 0 }, + { {149.0f, 24.0f, -508.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1696a", 0 }, + { {91.0f, 24.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1623a", 0 }, + { {-24.0f, 24.0f, -525.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1681a", 0 }, + { {-90.0f, 32.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1629a", 0 }, + { {97.0f, 32.0f, -369.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1612a", 0 }, + { {-6.0f, 25.0f, -272.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1997a", 0 }, + { {-30.0f, 21.0f, -223.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2065a", 0 }, + { {-4.0f, 16.0f, -193.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2078a", 0 }, + { {-52.0f, 6.0f, -120.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2060a", 0 }, + { {47.0f, 6.0f, -85.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2089a", 0 }, + { {97.0f, 6.0f, 23.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1903a", 0 }, + { {-28.0f, 6.0f, -37.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1790a", 0 }, + { {-100.0f, 6.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1747a", 0 }, + { {-87.0f, 6.0f, 31.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1744a", 0 }, + { {14.0f, 6.0f, 63.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1840a", 0 }, + { {-55.0f, 6.0f, 120.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1758a", 0 }, + { {52.0f, 6.0f, 155.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1874a", 0 }, + { {-87.0f, 6.0f, 164.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1731a", 0 }, + { {31.0f, 6.0f, -54.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1872a", 0 }, + { {-16.0f, 33.0f, -52.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1823a", 0 }, + { {4.0f, 57.0f, -453.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1587a", 0 }, + { {-45.0f, 33.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p2057a", 0 }, + { {4.0f, 57.0f, -467.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1591a", 0 }, + { {-65.0f, 33.0f, 90.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1760a", 0 }, + { {-14.0f, 33.0f, 102.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p4679a", 0 }, + { {-56.0f, 33.0f, 30.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1765a", 0 }, + { {-6.0f, 33.0f, 35.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1811a", 0 }, + { {-15.0f, 33.0f, 3.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1815a", 0 }, + { {3.0f, 33.0f, -42.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1852a", 0 }, + { {33.0f, 33.0f, -14.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1869a", 0 }, + { {53.0f, 33.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1888a", 0 }, + { {6.0f, 33.0f, -68.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2007a", 0 }, + { {6.0f, 33.0f, -108.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2011a", 0 }, + { {-7.0f, 33.0f, -141.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1991a", 0 }, + { {13.0f, 33.0f, -168.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2021a", 0 }, + { {-50.0f, 33.0f, -70.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2057a", 0 }, + { {38.0f, 33.0f, 108.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1860a", 0 }, + { {13.0f, 41.0f, -208.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2027a", 0 }, + { {33.0f, 41.0f, -228.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2051a", 0 }, + { {26.0f, 46.0f, -248.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2051a", 0 }, + { {-1.0f, 46.0f, -275.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2035a", 0 }, + { {13.0f, 46.0f, -308.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2043a", 0 }, + { {6.0f, 46.0f, -335.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1571a", 0 }, + { {-1.0f, 57.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1579a", 0 }, + { {6.0f, 57.0f, -429.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1583a", 0 }, + { {-21.0f, 57.0f, -462.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1537a", 0 }, + { {-7.0f, 57.0f, -489.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1541a", 0 }, + { {-87.0f, 57.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1629a", 0 }, + { {-53.0f, 57.0f, -470.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1565a", 0 }, + { {-88.0f, 57.0f, -505.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1635a", 0 }, + { {66.0f, 57.0f, -436.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1608a", 0 }, + { {26.0f, 57.0f, -506.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1551a", 0 }, + { {59.0f, 57.0f, -499.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1557a", 0 }, + { {93.0f, 57.0f, -486.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1561a", 0 }, + { {133.0f, 57.0f, -466.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1569a", 0 }, + { {160.0f, 57.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1287a", 0 }, + { {200.0f, 57.0f, -473.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1321a", 0 }, + { {240.0f, 65.0f, -493.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1315a", 0 }, + { {273.0f, 65.0f, -486.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1311a", 0 }, + { {307.0f, 75.0f, -479.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1305a", 0 }, + { {354.0f, 75.0f, -466.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1273a", 0 }, + { {400.0f, 75.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1265a", 0 }, + { {447.0f, 75.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1623b", 0 }, + { {514.0f, 75.0f, -439.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1671b", 0 }, + { {561.0f, 75.0f, -426.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1663b", 0 }, + { {605.0f, 75.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1655b", 0 }, + { {601.0f, 75.0f, -489.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1649b", 0 }, + { {574.0f, 75.0f, -549.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1691b", 0 }, + { {594.0f, 75.0f, -596.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1633b", 0 }, + { {587.0f, 75.0f, -643.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1439b", 0 }, + { {594.0f, 75.0f, -689.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1447b", 0 }, + { {594.0f, 81.0f, -723.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1451b", 0 }, + { {601.0f, 81.0f, -743.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1455b", 0 }, + { {614.0f, 81.0f, -763.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1479b", 0 }, + { {594.0f, 81.0f, -790.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1463b", 0 }, + { {587.0f, 90.0f, -830.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1467b", 0 }, + { {755.0f, 90.0f, -981.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6537c", 0 }, + { {795.0f, 90.0f, -994.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6533c", 0 }, + { {835.0f, 90.0f, -1014.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6408c", 0 }, + { {868.0f, 90.0f, -1008.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6440c", 0 }, + { {915.0f, 90.0f, -1001.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6432c", 0 }, + { {955.0f, 90.0f, -1021.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6430c", 0 }, + { {989.0f, 90.0f, -1014.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6422c", 0 }, + { {657.0f, 90.0f, -949.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1064b", 0 }, + { {728.0f, 90.0f, -987.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1026b", 0 }, + { {688.0f, 90.0f, -1008.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1018b", 0 }, + { {654.0f, 90.0f, -1021.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1012b", 0 }, + { {621.0f, 90.0f, -1028.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1008b", 0 }, + { {572.0f, 90.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2451b", 0 }, + { {509.0f, 90.0f, -1030.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1109b", 0 }, + { {608.0f, 90.0f, -1010.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2479b", 0 }, + { {594.0f, 90.0f, -983.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1044b", 0 }, + { {594.0f, 90.0f, -923.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1036b", 0 }, + { {1070.0f, 90.0f, -1017.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9117c", 0 }, + { {1254.0f, 90.0f, -1017.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9131c", 0 }, + { {1343.0f, 90.0f, -996.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p5092c", 0 }, + { {1442.0f, 90.0f, -1004.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4996c", 0 }, + { {1469.0f, 90.0f, -948.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p5069c", 0 }, + { {1547.0f, 90.0f, -961.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p5063c", 0 }, + { {1623.0f, 90.0f, -1002.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9205c", 0 }, + { {1739.0f, 90.0f, -1008.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9312c", 0 }, + { {1786.0f, 90.0f, -929.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9349c", 0 }, + { {1677.0f, 90.0f, -935.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9223c", 0 }, + { {1679.0f, 90.0f, -860.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p443d", 0 }, + { {1749.0f, 90.0f, -860.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p448d", 0 }, + { {1712.0f, 90.0f, -680.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p475d", 0 }, + { {1758.0f, 90.0f, -759.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p529d", 0 }, + { {1696.0f, 90.0f, -777.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p461d", 0 }, + { {1629.0f, 90.0f, -763.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p538d", 0 }, + { {1711.0f, 90.0f, -610.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p480d", 0 }, + { {1846.0f, 122.0f, -615.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p490d", 0 }, + { {1912.0f, 122.0f, -561.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p504d", 0 }, + { {1944.0f, 122.0f, -616.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1081d", 0 }, + { {1897.0f, 122.0f, -648.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p513d", 0 }, + { {1927.0f, 122.0f, -507.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p549d", 0 }, + { {1899.0f, 122.0f, -467.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p553d", 0 }, + { {1829.0f, 122.0f, -446.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p560d", 0 }, + { {1760.0f, 144.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p571d", 0 }, + { {1703.0f, 144.0f, -487.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p575d", 0 }, + { {1708.0f, 144.0f, -526.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p578d", 0 }, + { {1770.0f, 159.0f, -537.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p582d", 0 }, + { {1849.0f, 184.0f, -520.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p586d", 0 }, + { {1896.0f, 188.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p589d", 0 }, + { {1896.0f, 188.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p589d", 0 }, + { {1968.0f, 195.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p593d", 0 }, + { {1968.0f, 195.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p593d", 0 }, + { {2019.0f, 195.0f, -514.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p597d", 0 }, + { {2033.0f, 195.0f, -476.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p598d", 0 }, + { {2079.0f, 195.0f, -472.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p20d", 0 }, + { {2089.0f, 195.0f, -379.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p37d", 0 }, + { {2023.0f, 195.0f, -351.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1229e", 0 }, + { {2104.0f, 195.0f, -599.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9d", 0 }, + { {2073.0f, 195.0f, -284.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1270e", 0 }, + { {2006.0f, 195.0f, -272.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1255e", 0 }, + { {2043.0f, 195.0f, -278.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1259e", 0 }, + { {2107.0f, 195.0f, -293.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1265e", 0 }, + { {2136.0f, 195.0f, -303.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1267e", 0 }, + { {1949.0f, 195.0f, -268.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p452f", 0 }, + { {1780.0f, 195.0f, -268.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p474f", 0 }, + { {1739.0f, 195.0f, -269.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2443f", 0 }, + { {19.0f, 33.0f, -121.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2015a", 0 }, + { {-21.0f, 33.0f, -121.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1989a", 0 }, + { {19.0f, 57.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1579a", 0 }, + { {-21.0f, 57.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1527a", 0 }, + { {454.0f, 75.0f, -475.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1683b", 0 }, + { {414.0f, 75.0f, -475.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1289a", 0 }, + { {561.0f, 75.0f, -536.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1695b", 0 }, + { {601.0f, 75.0f, -536.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1641b", 0 }, + { {608.0f, 90.0f, -910.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1034b", 0 }, + { {567.0f, 90.0f, -910.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p982b", 0 }, + { {735.0f, 90.0f, -1010.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p968b", 0 }, + { {775.0f, 90.0f, -1010.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6558c", 0 }, + { {13.0f, 46.0f, -249.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2033a", 0 }, + { {13.0f, 46.0f, -290.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2039a", 0 }, + { {474.0f, 75.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1623b", 0 }, + { {474.0f, 75.0f, -483.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1681b", 0 }, + { {608.0f, 75.0f, -617.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1437b", 0 }, + { {608.0f, 75.0f, -577.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "", 0 }, + { {567.0f, 75.0f, -637.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1413b", 0 }, + { {567.0f, 75.0f, -677.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1419b", 0 }, + { {821.0f, 90.0f, -1038.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p6541c", 0 }, + { {821.0f, 90.0f, -998.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p6531c", 0 }, + { {-16.0f, 57.0f, -507.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1543a", 0 }, + { {-20.0f, 57.0f, -495.0f}, {0.0f, 1.0f, 0.0f}, {0.359669f, 0.0f, -0.93308f}, "p1543a", 0 }, + { {46.0f, 57.0f, -453.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1665a", 0 }, + { {91.0f, 57.0f, -554.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p1611a", 0 }, + { {167.0f, 57.0f, -500.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p1364a", 0 }, + { {189.0f, 57.0f, -436.0f}, {0.0f, 1.0f, 0.0f}, {-0.91298f, 0.0f, -0.408004f}, "", 0 }, + { {286.0f, 65.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-0.91298f, 0.0f, -0.408005f}, "p1356a", 0 }, + { {273.0f, 65.0f, -452.0f}, {0.0f, 1.0f, 0.0f}, {-0.91298f, 0.0f, -0.408005f}, "p1357a", 0 }, + { {260.0f, 65.0f, -513.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1333a", 0 }, + { {501.0f, 75.0f, -460.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1673b", 0 }, + { {608.0f, 75.0f, -453.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1653b", 0 }, + { {575.0f, 75.0f, -460.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1705b", 0 }, + { {621.0f, 75.0f, -480.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1677b", 0 }, + { {648.0f, 75.0f, -440.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1769b", 0 }, + { {579.0f, 75.0f, -500.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1697b", 0 }, + { {606.0f, 81.0f, -714.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1453b", 0 }, + { {592.0f, 81.0f, -741.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1455b", 0 }, + { {606.0f, 81.0f, -761.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1459b", 0 }, + { {628.0f, 90.0f, -881.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p1162b", 0 }, + { {579.0f, 90.0f, -935.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p986b", 0 }, + { {702.0f, 90.0f, -975.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p1024b", 0 }, + { {775.0f, 90.0f, -981.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p6535c", 0 }, + { {842.0f, 90.0f, -1028.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p6410c", 0 }, + { {-80.0f, 2.0f, 137.0f}, {0.0f, 1.0f, 0.0f}, {0.392014f, 0.0f, -0.919959f}, "p4719a", 0 }, + { {-67.0f, 2.0f, 135.0f}, {0.0f, 1.0f, 0.0f}, {0.392012f, 0.0f, -0.91996f}, "p4766a", 0 }, + { {1736.0f, 74.0f, -956.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p9364c", 0 }, + { {2119.0f, 208.0f, -525.0f}, {0.164206f, 0.986426f, 6e-06}, {-0.986426f, 0.164206f, -3.1e-05}, "p24d", 0 }, + { {11.0f, 30.0f, -438.0f}, {0.171052f, 0.985262f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p1585a", 0 }, + { {557.0f, 51.0f, -509.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 2e-06}, "p1738b", 0 }, + { {570.0f, 79.0f, -998.0f}, {1e-06, 0.986426f, -0.164206f}, {2e-06, 0.164206f, 0.986426f}, "p994b", 0 }, + { {1338.0f, 93.0f, -1090.0f}, {-0.116107f, 0.986426f, -0.116116f}, {0.697486f, 0.164206f, 0.697531f}, "p5081c", 0 }, + { {2041.0f, 208.0f, -615.0f}, {0.164206f, 0.986426f, 6e-06}, {-0.986426f, 0.164206f, -3.1e-05}, "p6d", 0 }, + { {1741.0f, 90.0f, -698.0f}, {7.7e-05, 0.986426f, 0.164206f}, {-0.000467f, 0.164206f, -0.986426f}, "p524d", 0 }, + { {-119.0f, 75.0f, -538.0f}, {0.0f, 1.0f, 0.0f}, {0.359669f, 0.0f, -0.93308f}, "p1721a", 0 }, + { {668.0f, 55.0f, -476.0f}, {0.0f, 1.0f, 0.0f}, {0.359669f, 0.0f, -0.93308f}, "p1748b", 0 }, + { {485.0f, 90.0f, -1089.0f}, {0.0f, 1.0f, 0.0f}, {0.359669f, 0.0f, -0.93308f}, "p1096b", 0 }, + { {1057.0f, 90.0f, -1009.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p6365c", 0 }, + { {2016.0f, 237.0f, -384.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p44d", 0 }, + { {2037.0f, 237.0f, -382.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p43d", 0 }, + { {2094.0f, 237.0f, -343.0f}, {0.0f, 1.0f, 0.0f}, {0.934084f, 0.0f, -0.357054f}, "p1235e", 0 }, + { {2017.0f, 237.0f, -372.0f}, {0.0f, 1.0f, 0.0f}, {-0.98747f, 0.0f, -0.157809f}, "p44d", 0 }, + { {2114.0f, 195.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {-0.157797f, 0.0f, 0.987472f}, "p33d", 0 }, + { {2109.0f, 237.0f, -376.0f}, {0.0f, 1.0f, 0.0f}, {0.586657f, 0.0f, 0.809836f}, "p36d", 0 }, + { {2124.0f, 237.0f, -349.0f}, {0.0f, 1.0f, 0.0f}, {-0.157816f, 0.0f, 0.987468f}, "p1238e", 0 }, + { {2124.0f, 237.0f, -348.0f}, {0.0f, 1.0f, 0.0f}, {-0.357061f, 0.0f, -0.934081f}, "p1238e", 0 }, + { {2017.0f, 237.0f, -372.0f}, {0.0f, 1.0f, 0.0f}, {-0.357061f, 0.0f, -0.934081f}, "p44d", 0 }, + { {2099.0f, 195.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {0.776265f, 0.0f, 0.630407f}, "p18d", 0 }, + { {2094.0f, 195.0f, -470.0f}, {0.0f, 1.0f, 0.0f}, {0.987468f, 0.0f, 0.157817f}, "p20d", 0 }, + { {2094.0f, 195.0f, -460.0f}, {0.0f, 1.0f, 0.0f}, {-0.157809f, 0.0f, 0.98747f}, "p27d", 0 }, + { {2092.0f, 195.0f, -447.0f}, {0.0f, 1.0f, 0.0f}, {0.809835f, 0.0f, -0.586658f}, "p27d", 0 }, + { {1820.0f, 122.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-0.994777f, 0.0f, -0.102073f}, "p566d", 0 }, + { {1788.0f, 122.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {-0.888257f, 0.0f, 0.459347f}, "p565d", 0 }, + { {1896.0f, 195.0f, -278.0f}, {0.0f, 1.0f, 0.0f}, {-0.994777f, 0.0f, -0.102073f}, "p461f", 0 }, + { {1814.0f, 122.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {-0.994777f, 0.0f, -0.102073f}, "p564d", 0 }, + { {1821.0f, 122.0f, -417.0f}, {0.0f, 1.0f, 0.0f}, {-0.994777f, 0.0f, -0.102073f}, "p563d", 0 }, + { {1865.0f, 122.0f, -441.0f}, {0.0f, 1.0f, 0.0f}, {-0.585786f, 0.0f, 0.810466f}, "p1098d", 0 }, + { {1831.0f, 122.0f, -428.0f}, {0.0f, 1.0f, 0.0f}, {-0.10258f, 0.0f, 0.994725f}, "p561d", 0 }, + { {1843.0f, 122.0f, -469.0f}, {0.0f, 1.0f, 0.0f}, {0.810167f, 0.0f, 0.586199f}, "p559d", 0 }, + { {1825.0f, 122.0f, -472.0f}, {0.0f, 1.0f, 0.0f}, {0.810167f, 0.0f, 0.586199f}, "p566d", 0 }, + { {2022.0f, 195.0f, -316.0f}, {0.0f, 1.0f, 0.0f}, {0.934084f, 0.0f, -0.357054f}, "p1241e", 0 }, + { {2015.0f, 195.0f, -337.0f}, {0.0f, 1.0f, 0.0f}, {0.357061f, 0.0f, 0.934081f}, "p1228e", 0 }, + { {2036.0f, 195.0f, -318.0f}, {0.0f, 1.0f, 0.0f}, {-0.157816f, 0.0f, 0.987468f}, "p1242e", 0 }, + { {2065.0f, 237.0f, -336.0f}, {0.0f, 1.0f, 0.0f}, {0.157816f, 0.0f, -0.987468f}, "p1232e", 0 }, + { {2092.0f, 237.0f, -321.0f}, {0.0f, 1.0f, 0.0f}, {0.912978f, 0.0f, 0.408008f}, "p1247e", 0 }, + { {2119.0f, 237.0f, -326.0f}, {0.0f, 1.0f, 0.0f}, {0.357061f, 0.0f, 0.934081f}, "p1249e", 0 }, + { {2079.0f, 237.0f, -419.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p29d", 0 }, + { {2134.0f, 195.0f, -603.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p11d", 0 }, + { {2119.0f, 195.0f, -621.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p10d", 0 }, + { {2098.0f, 195.0f, -622.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p9d", 0 }, + { {2107.0f, 195.0f, -613.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p9d", 0 }, + { {2119.0f, 195.0f, -607.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p10d", 0 }, + { {2131.0f, 195.0f, -615.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p10d", 0 }, + { {2124.0f, 195.0f, -595.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p11d", 0 }, + { {2092.0f, 195.0f, -605.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p9d", 0 }, + { {2136.0f, 195.0f, -590.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p12d", 0 }, + { {2124.0f, 195.0f, -582.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p12d", 0 }, + { {1518.0f, 90.0f, -966.0f}, {0.0f, 1.0f, 0.0f}, {-0.994667f, 0.0f, 0.103144f}, "p5066c", 0 }, + { {1813.0f, 88.0f, -749.0f}, {0.0f, 1.0f, 0.0f}, {-0.919957f, 0.0f, -0.392019f}, "p532d", 0 }, + { {1618.0f, 83.0f, -787.0f}, {0.0f, 1.0f, 0.0f}, {0.927707f, 0.0f, -0.373309f}, "p537d", 0 }, + { {1650.0f, 83.0f, -734.0f}, {0.0f, 1.0f, 0.0f}, {0.39205f, 0.0f, -0.919944f}, "p541d", 0 }, + { {1708.0f, 83.0f, -628.0f}, {0.0f, 1.0f, 0.0f}, {-0.600666f, 0.0f, -0.7995f}, "p480d", 0 }, + { {1898.0f, 122.0f, -562.0f}, {0.0f, 1.0f, 0.0f}, {-0.600666f, 0.0f, -0.7995f}, "p501d", 0 }, + { {1888.0f, 122.0f, -675.0f}, {0.0f, 1.0f, 0.0f}, {-0.7995f, 0.0f, 0.600666f}, "p514d", 0 }, + { {1894.0f, 122.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {0.7995f, 0.0f, -0.600666f}, "p554d", 0 }, + { {1833.0f, 184.0f, -528.0f}, {0.0f, 1.0f, 0.0f}, {-0.99272f, 0.0f, 0.120442f}, "p585d", 0 }, + { {1902.0f, 184.0f, -554.0f}, {0.0f, 1.0f, 0.0f}, {-0.616875f, 0.0f, 0.787061f}, "p602d", 0 }, + { {2134.0f, 195.0f, -331.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1250e", 0 }, + { {2066.0f, 195.0f, -326.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1245e", 0 }, + { {2077.0f, 195.0f, -529.0f}, {0.0f, 1.0f, 0.0f}, {-0.392055f, 0.0f, 0.919942f}, "p17d", 0 }, + { {1810.0f, 122.0f, -412.0f}, {0.0f, 1.0f, 0.0f}, {0.7995f, 0.0f, -0.600666f}, "p563d", 0 }, + { {1804.0f, 122.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {0.7995f, 0.0f, -0.600666f}, "p564d", 0 }, + { {1806.0f, 122.0f, -467.0f}, {0.0f, 1.0f, 0.0f}, {0.98873f, 0.0f, 0.149711f}, "p566d", 0 }, + { {2104.0f, 195.0f, -310.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1265e", 0 }, + { {1881.0f, 195.0f, -276.0f}, {0.0f, 1.0f, 0.0f}, {0.99272f, 0.0f, -0.120442f}, "p460f", 0 }, + { {2034.0f, 195.0f, -307.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1257e", 0 }, + { {2014.0f, 195.0f, -290.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1254e", 0 }, + { {2125.0f, 195.0f, -312.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1267e", 0 }, + { {-29.0f, 2.0f, 113.0f}, {0.0f, 1.0f, 0.0f}, {0.392012f, 0.0f, -0.91996f}, "", 0 }, + { {-17.0f, 2.0f, 126.0f}, {0.0f, 1.0f, 0.0f}, {0.392012f, 0.0f, -0.91996f}, "p4696a", 0 }, + { {-2.0f, 2.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {0.392012f, 0.0f, -0.91996f}, "p4699a", 0 }, + { {1870.0f, 195.0f, -274.0f}, {0.0f, 1.0f, 0.0f}, {-0.999999f, 0.0f, -0.001438f}, "p470f1", 0 }, + { {1884.0f, 195.0f, -264.0f}, {0.0f, 1.0f, 0.0f}, {-0.999999f, 0.0f, -0.001438f}, "p460f", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {1754.0f, 193.0f, -258.0f}, {0.000142f, -1e-06, -1.0f}, {-1e-06, 1.0f, -1e-06}, "p2489f", 0, {-1.001707f, 1.000014f, -0.000153f, 12.000147f, -9.000001f, 18.00001f} }, + { {1754.0f, 193.0f, -282.0f}, {-0.000142f, 1e-06, 1.0f}, {-1e-06, 1.0f, -1e-06}, "p2491f", 0, {-1.001715f, 1.000007f, -0.000148f, 12.000153f, -9.000009f, 18.000002f} }, + { {-13.0f, 5.0f, 106.0f}, {0.0f, 1.0f, 5.7e-05}, {-6.1e-05, 5.7e-05, -1.0f}, "", 0, {19.00061f, 24.000977f, 0.000574f, 5.000918f, -15.998841f, -9.998249f} }, + { {-19.0f, 5.0f, 99.0f}, {0.0f, 1.0f, 7.2e-05}, {-6.1e-05, 7.2e-05, -1.0f}, "p4679a", 0, {16.000732f, 20.000977f, 0.000861f, 5.001148f, -15.999024f, -11.998422f} }, + { {-18.0f, 5.0f, 104.0f}, {0.0f, 1.0f, 7.2e-05}, {-6.1e-05, 7.2e-05, -1.0f}, "p4679a", 0, {10.001463f, 11.001585f, 6.00172f, 7.001863f, -25.99896f, -23.998827f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 18464, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 18465, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 18466, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 18467, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 18468, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 18469, 0, + /* Type = ObjectiveDestroyObject; index = 6 */ + _mkword(0, _mkshort(0, 25)), 0, + /* Type = ObjectiveDestroyObject; index = 7 */ + _mkword(0, _mkshort(0, 25)), 1, + /* Type = ObjectiveDestroyObject; index = 8 */ + _mkword(0, _mkshort(0, 25)), 2, + /* Type = ObjectiveDestroyObject; index = 9 */ + _mkword(0, _mkshort(0, 25)), 9, + /* Type = ObjectiveDestroyObject; index = 10 */ + _mkword(0, _mkshort(0, 25)), 10, + /* Type = ObjectiveDestroyObject; index = 11 */ + _mkword(0, _mkshort(0, 25)), 11, + /* Type = ObjectiveDestroyObject; index = 12 */ + _mkword(0, _mkshort(0, 25)), 12, + /* Type = ObjectiveEnd; index = 13 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 14 */ + _mkword(0, _mkshort(0, 23)), 1, 18470, 0, + /* Type = ObjectiveCompleteCondition; index = 15 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveEnd; index = 16 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 17 */ + _mkword(0, _mkshort(0, 23)), 2, 18471, 1, + /* Type = ObjectiveDestroyObject; index = 18 */ + _mkword(0, _mkshort(0, 25)), 20, + /* Type = ObjectiveDestroyObject; index = 19 */ + _mkword(0, _mkshort(0, 25)), 21, + /* Type = ObjectiveDestroyObject; index = 20 */ + _mkword(0, _mkshort(0, 25)), 22, + /* Type = ObjectiveDestroyObject; index = 21 */ + _mkword(0, _mkshort(0, 25)), 23, + /* Type = ObjectiveDestroyObject; index = 22 */ + _mkword(0, _mkshort(0, 25)), 24, + /* Type = ObjectiveDestroyObject; index = 23 */ + _mkword(0, _mkshort(0, 25)), 25, + /* Type = ObjectiveDestroyObject; index = 24 */ + _mkword(0, _mkshort(0, 25)), 26, + /* Type = ObjectiveDestroyObject; index = 25 */ + _mkword(0, _mkshort(0, 25)), 27, + /* Type = ObjectiveDestroyObject; index = 26 */ + _mkword(0, _mkshort(0, 25)), 28, + /* Type = ObjectiveEnd; index = 27 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 28 */ + _mkword(0, _mkshort(0, 23)), 3, 18472, 0, + /* Type = ObjectiveCompleteCondition; index = 29 */ + _mkword(0, _mkshort(0, 26)), 262144, + /* Type = ObjectiveFailCondition; index = 30 */ + _mkword(0, _mkshort(0, 27)), 1024, + /* Type = ObjectiveEnd; index = 31 */ + _mkword(0, _mkshort(0, 24)), + /* Type = StandardProp; index = 32 */ + _mkword(102, _mkshort(0, 3)), _mkword(317, 193), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 33 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 192), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 34 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 191), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 35 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 190), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 36 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 329), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 37 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 328), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 38 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 327), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 39 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 347), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 346), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 345), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 42 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 344), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 43 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 343), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 342), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 341), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 46 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 340), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 47 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 339), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 338), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 337), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 50 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 336), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 51 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 335), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 52 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 334), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 53 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 333), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 54 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 332), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 55 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 331), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 330), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 57 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 284), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 58 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 283), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 59 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 282), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 281), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 280), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 62 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 279), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 63 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 278), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 64 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 277), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 65 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 276), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 66 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 275), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 67 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 274), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 68 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 273), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 69 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 272), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 70 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 271), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 71 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 270), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 72 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 269), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 73 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 268), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 74 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 267), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 75 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 266), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 76 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 265), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 77 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 264), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 78 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 263), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 79 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 262), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 80 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 261), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 81 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 260), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 82 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 259), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 83 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 258), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 84 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 229), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 85 */ + _mkword(256, _mkshort(0, 3)), _mkword(315, 228), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 86 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 227), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 87 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 226), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 88 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 225), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 89 */ + _mkword(153, _mkshort(0, 3)), _mkword(315, 224), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 90 */ + _mkword(102, _mkshort(0, 3)), _mkword(314, 223), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 91 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 222), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 92 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 221), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 93 */ + _mkword(256, _mkshort(0, 3)), _mkword(315, 220), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 94 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 219), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 95 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 218), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 96 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 217), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 97 */ + _mkword(153, _mkshort(0, 3)), _mkword(315, 216), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 98 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 215), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 99 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 156), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 100 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 155), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 101 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 154), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 102 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 153), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 103 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 152), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 104 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 151), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 105 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 150), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 106 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 149), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 107 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 148), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 108 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 147), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 109 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 146), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 110 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 145), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 111 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 144), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 112 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 143), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 113 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 142), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 114 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 141), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 115 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 140), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 116 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 139), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 117 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 138), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 118 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 137), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 119 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 136), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 120 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 39), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 121 */ + _mkword(640, _mkshort(0, 3)), _mkword(110, 38), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 122 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 37), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 123 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 36), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 124 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 35), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 125 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 34), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 126 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 33), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 127 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 32), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 128 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 47), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 129 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 31), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 130 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 30), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 131 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 29), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 132 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 28), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 133 */ + _mkword(512, _mkshort(0, 3)), _mkword(110, 26), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 134 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 25), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 135 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 24), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 136 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 23), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 137 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 46), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 138 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 22), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 139 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 21), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 140 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 19), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 141 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 18), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 142 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 17), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 143 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 16), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 144 */ + _mkword(640, _mkshort(0, 3)), _mkword(110, 15), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 145 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 14), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 146 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 13), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 147 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 45), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 148 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 12), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 149 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 11), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 150 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 10), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 151 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 8), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 152 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 6), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 153 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 5), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 154 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 4), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 155 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 3), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 156 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 44), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 157 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 2), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 158 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 1), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 159 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 0), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 160 */ + _mkword(512, _mkshort(0, 3)), _mkword(110, 43), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 161 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 42), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 162 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 41), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 163 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 40), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 164 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 189), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 165 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 188), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 166 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 187), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 167 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 186), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 168 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 326), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 169 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 324), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 170 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 322), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 171 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 321), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 172 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 320), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 173 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 319), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 174 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 318), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 175 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 317), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 176 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 316), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 177 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 315), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 178 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 314), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 179 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 313), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 180 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 312), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 181 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 311), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 182 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 310), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 183 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 309), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 184 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 257), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 185 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 256), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 186 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 255), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 187 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 254), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 188 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 253), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 189 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 252), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 190 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 251), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 191 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 250), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 192 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 249), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 193 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 248), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 194 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 247), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 195 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 246), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 196 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 245), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 197 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 244), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 198 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 214), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 199 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 213), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 200 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 212), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 201 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 164), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 202 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 165), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 203 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 163), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 204 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 162), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 205 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 161), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 206 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 160), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 207 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 158), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 208 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 157), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 209 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 82), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 210 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 81), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 211 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 80), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 212 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 79), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 213 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 78), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 214 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 77), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 215 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 76), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 216 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 74), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 217 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 73), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 218 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 72), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 219 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 71), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 220 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 70), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 221 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 69), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 222 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 68), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 223 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 67), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 224 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 66), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 225 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 65), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 226 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 64), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 227 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 63), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 228 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 62), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 229 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 61), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 230 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 60), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 231 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 59), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 232 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 58), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 233 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 57), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 234 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 56), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 235 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 55), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 236 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 54), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 237 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 53), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 238 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 52), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 239 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 51), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 240 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 50), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 241 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 49), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 242 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 174), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 243 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 175), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 244 */ + _mkword(102, _mkshort(0, 3)), _mkword(317, 176), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 245 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 177), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 246 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 178), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 247 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 179), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 248 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 291), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 249 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 292), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 250 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 293), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 251 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 294), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 252 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 295), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 253 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 296), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 254 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 297), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 255 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 298), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 256 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 299), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 257 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 300), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 258 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 301), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 259 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 302), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 260 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 303), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 261 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 234), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 262 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 235), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 263 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 236), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 264 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 237), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 265 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 238), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 266 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 239), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 267 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 240), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 268 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 203), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 269 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 204), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 270 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 171), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 271 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 170), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 272 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 169), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 273 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 168), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 274 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 167), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 275 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 119), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 276 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 118), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 277 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 117), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 278 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 116), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 279 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 115), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 280 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 114), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 281 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 113), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 282 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 112), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 283 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 111), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 284 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 110), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 285 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 109), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 286 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 108), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 287 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 107), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 288 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 105), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 289 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 104), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 290 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 103), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 291 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 102), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 292 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 101), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 293 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 100), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 294 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 98), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 295 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 97), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 296 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 96), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 297 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 95), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 298 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 94), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 299 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 93), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 300 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 92), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 301 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 90), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 302 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 89), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 303 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 88), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 304 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 87), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 305 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 85), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 306 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 84), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 307 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 83), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 308 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 120), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 309 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 121), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 310 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 122), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 311 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 123), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 312 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 124), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 313 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 180), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 314 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 181), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 315 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 182), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 316 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 183), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 317 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 184), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 318 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 304), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 319 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 305), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 320 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 306), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 321 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 307), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 322 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 308), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 323 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 241), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 324 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 242), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 325 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 207), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 326 */ + _mkword(204, _mkshort(0, 3)), _mkword(314, 206), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 327 */ + _mkword(102, _mkshort(0, 3)), _mkword(314, 205), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 328 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 133), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 329 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 132), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 330 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 131), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 331 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 130), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 332 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 129), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 333 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 128), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 334 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 127), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 335 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 126), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 336 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 125), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 337 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 135), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 338 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 134), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 339 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 173), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 340 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 172), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 341 */ + _mkword(179, _mkshort(0, 3)), _mkword(111, 290), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 342 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 289), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 343 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 285), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 344 */ + _mkword(179, _mkshort(0, 3)), _mkword(111, 288), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 345 */ + _mkword(179, _mkshort(0, 3)), _mkword(111, 286), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 346 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 287), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 347 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 231), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 348 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 230), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 349 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 232), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 350 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 233), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 351 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 194), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 352 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 195), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 353 */ + _mkword(102, _mkshort(0, 3)), _mkword(314, 196), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 354 */ + _mkword(102, _mkshort(0, 3)), _mkword(315, 197), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 355 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 198), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 356 */ + _mkword(153, _mkshort(0, 3)), _mkword(315, 199), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 357 */ + _mkword(102, _mkshort(0, 3)), _mkword(315, 200), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 358 */ + _mkword(153, _mkshort(0, 3)), _mkword(315, 202), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 359 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 348), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 360 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 349), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 361 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 567), _mkword(11, 1026), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 362 */ + _mkword(256, _mkshort(0, 8)), _mkword(197, 0), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0e, 0xff), 0xffff), 0, + /* Type = Collectable; index = 363 */ + _mkword(256, _mkshort(0, 8)), _mkword(185, 0), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x18, 0xff), 0xffff), 0, + /* Type = Guard; index = 364 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 515), _mkword(79, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 365 */ + _mkword(384, _mkshort(0, 8)), _mkword(190, 1), 0x00006000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x12, 0xff), 0xffff), 0, + /* Type = Guard; index = 366 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 568), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 367 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 569), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 368 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 570), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 369 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 571), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 370 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 572), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 371 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 573), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 372 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 574), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 373 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 575), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 374 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 576), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 375 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 577), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 376 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 578), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 377 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 579), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 378 */ + _mkword(0, _mkshort(0, 9)), _mkword(37, 580), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 379 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 581), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 380 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 582), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 381 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 584), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 382 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 585), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 383 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 586), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 384 */ + _mkword(0, _mkshort(0, 9)), _mkword(41, 587), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = SetGuardAttribute; index = 385 */ + _mkword(0, _mkshort(0, 18)), 24, 0x000000cc, + /* Type = SetGuardAttribute; index = 386 */ + _mkword(0, _mkshort(0, 18)), 7, 0x000000cc, + /* Type = SetGuardAttribute; index = 387 */ + _mkword(0, _mkshort(0, 18)), 10, 0x000000cc, + /* Type = SetGuardAttribute; index = 388 */ + _mkword(0, _mkshort(0, 18)), 29, 0x000000cc, + /* Type = SetGuardAttribute; index = 389 */ + _mkword(0, _mkshort(0, 18)), 34, 0x000000cc, + /* Type = SetGuardAttribute; index = 390 */ + _mkword(0, _mkshort(0, 18)), 30, 0x000000cc, + /* Type = Guard; index = 391 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 350), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 392 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 351), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 393 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 491), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 394 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 469), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 395 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 471), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 396 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 477), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 397 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 479), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 398 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 481), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 399 */ + _mkword(0, _mkshort(0, 9)), _mkword(35, 485), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 400 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 487), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 401 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 493), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 402 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 495), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 403 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 498), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 404 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 499), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 405 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 501), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 406 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 503), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 407 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 504), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 408 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 505), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 409 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 508), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 410 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 509), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 411 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 510), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Collectable; index = 412 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 413 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 414 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 415 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 416 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 417 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 418 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 419 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 420 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 421 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 422 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 423 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 424 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 425 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 426 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 427 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 11), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 428 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 12), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 429 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 13), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 430 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 14), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 431 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 15), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 432 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 16), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 433 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 17), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 434 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 18), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 435 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 19), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 436 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 20), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 437 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 21), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 438 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 22), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 439 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 23), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 440 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 24), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 441 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 25), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 442 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 26), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 443 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 444 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 445 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 446 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 447 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 448 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 449 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 450 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 451 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Hat; index = 452 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 453 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 454 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 455 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 456 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 457 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 458 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 459 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 460 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 461 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 462 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 463 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 464 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 465 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 466 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 467 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 468 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 469 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 470 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 471 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 472 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 473 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 474 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 475 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 476 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 477 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 478 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 479 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 480 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 481 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 482 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 483 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 484 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 485 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 486 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 487 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 488 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 489 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 490 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 491 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 492 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Drone; index = 493 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 518), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001e1, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 494 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = Drone; index = 495 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 519), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000186, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 496 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = Drone; index = 497 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 520), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000194, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 498 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = Drone; index = 499 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 521), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001a9, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 500 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = Drone; index = 501 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 522), 0x88000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001b7, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000444, 0x00083333, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 502 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0x0001), 0, 0, + /* Type = Drone; index = 503 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 523), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001af, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00120000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 504 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0x0001), 0, 0, + /* Type = Drone; index = 505 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 517), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001c9, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Armour; index = 506 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 524), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 507 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 525), 0x00000001, 0x00000080, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 508 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 526), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Tag; index = 509 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = StandardProp; index = 510 */ + _mkword(12, _mkshort(0, 3)), _mkword(82, 10003), 0x00021008, 0x00080000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 511 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = StandardProp; index = 512 */ + _mkword(12, _mkshort(0, 3)), _mkword(82, 10002), 0x00021008, 0x00080000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 513 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = StandardProp; index = 514 */ + _mkword(12, _mkshort(0, 3)), _mkword(82, 10004), 0x00021008, 0x00080000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 515 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 528), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 516 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 529), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 517 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 530), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 518 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 531), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 519 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 532), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 520 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 533), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 521 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 534), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 522 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 535), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 523 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 536), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 524 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 541), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 525 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 542), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 526 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 543), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 527 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 544), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 528 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 545), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 529 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 546), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 530 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 547), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 531 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 548), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 532 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 549), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 533 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 550), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 534 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 551), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 535 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 552), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 536 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 553), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 537 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 554), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 538 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 555), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 539 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 556), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 540 */ + _mkword(0, _mkshort(0, 22)), _mkword(20, 0x0001), 0, 0, + /* Type = StandardProp; index = 541 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 557), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 542 */ + _mkword(0, _mkshort(0, 22)), _mkword(21, 0x0001), 0, 0, + /* Type = StandardProp; index = 543 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 558), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 544 */ + _mkword(0, _mkshort(0, 22)), _mkword(22, 0x0001), 0, 0, + /* Type = StandardProp; index = 545 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 559), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 546 */ + _mkword(0, _mkshort(0, 22)), _mkword(23, 0x0001), 0, 0, + /* Type = StandardProp; index = 547 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 560), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 548 */ + _mkword(0, _mkshort(0, 22)), _mkword(24, 0x0001), 0, 0, + /* Type = StandardProp; index = 549 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 561), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 550 */ + _mkword(0, _mkshort(0, 22)), _mkword(25, 0x0001), 0, 0, + /* Type = StandardProp; index = 551 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 562), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 552 */ + _mkword(0, _mkshort(0, 22)), _mkword(26, 0x0001), 0, 0, + /* Type = StandardProp; index = 553 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 563), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 554 */ + _mkword(0, _mkshort(0, 22)), _mkword(27, 0x0001), 0, 0, + /* Type = StandardProp; index = 555 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 564), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 556 */ + _mkword(0, _mkshort(0, 22)), _mkword(28, 0x0001), 0, 0, + /* Type = StandardProp; index = 557 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 565), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 558 */ + _mkword(0, _mkshort(0, 22)), _mkword(29, 0x0001), 0, 0, + /* Type = StandardProp; index = 559 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 566), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 560 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 537), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 561 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 538), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 562 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 539), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 563 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 540), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = Tag; index = 564 */ + _mkword(0, _mkshort(0, 22)), _mkword(31, 0x0001), 0, 0, + /* Type = Door; index = 565 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 0), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 566 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 1), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 17, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 567 */ + _mkword(0, _mkshort(0, 22)), _mkword(32, 0xffff), 0, 0, + /* Type = Cutscene; index = 568 */ + _mkword(0, _mkshort(0, 46)), 1966359, 230305, -297254, 298508, 383408, 467, + /* Type = Tag; index = 569 */ + _mkword(0, _mkshort(0, 22)), _mkword(30, 0xffff), 0, 0, + /* Type = EndProps; index = 570 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xffff9b73, 0x00018d40, 0x00003284, 0x00031648, 0x0005b094, 0x00000202, 0x00004829, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x00089708, 0x000142f2, 0xfff0856f, 0x0000a315, 0x0000506c, 0x00000208, 0x00004829, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0x001b5ff8, 0x00015933, 0xfff0f555, 0x00039ce2, 0x00002cae, 0x00000204, 0x00004829, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 3 */ + _mkword(0, _mkshort(0, 7)), 2, 15, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 514, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 6 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 29, -1, 0, + /* Type = StartWeapon; index = 8 */ + _mkword(0, _mkshort(0, 1)), 30, -1, 0, + /* Type = StartAmmo; index = 9 */ + _mkword(0, _mkshort(0, 2)), 7, 6, 0, + /* Type = Cuff; index = 10 */ + _mkword(0, _mkshort(0, 5)), 2, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x02570000, 0xff950000, 0x028d0000, 0x000058b1, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x02510000, 0xff958000, 0x02840000, 0x00009d7e, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x02180000, 0xff960000, 0x02470000, 0x0000c000, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00e00000, 0xffa10000, 0x01400000, 0x00008bd9, 0x002c6606, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x009c0000, 0x00080000, 0xfff70000, 0x00008bdc, 0x00230209, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00290000, 0x00110000, 0xffb20000, 0x000087d1, 0x001d22de, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x0000358d, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 19 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 20 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 21 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 2, -1 }; +s32 path_neighbors_2[] = { 1, 3, -1 }; +s32 path_neighbors_3[] = { 2, 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, -1 }; +s32 path_neighbors_6[] = { 5, 7, -1 }; +s32 path_neighbors_7[] = { 6, 8, -1 }; +s32 path_neighbors_8[] = { 7, 9, -1 }; +s32 path_neighbors_9[] = { 8, 10, -1 }; +s32 path_neighbors_10[] = { 9, 11, -1 }; +s32 path_neighbors_11[] = { 10, 12, -1 }; +s32 path_neighbors_12[] = { 11, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, -1 }; +s32 path_indeces_1[] = { 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, -1 }; +s32 path_indeces_2[] = { 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, -1 }; +s32 path_indeces_3[] = { 25, 26, 27, 28, 29, -1 }; +s32 path_indeces_4[] = { 30, 31, 32, 33, 34, 35, 36, -1 }; +s32 path_indeces_5[] = { 37, 38, 39, 40, -1 }; +s32 path_indeces_6[] = { 41, 42, 43, 44, 45, 46, -1 }; +s32 path_indeces_7[] = { 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, -1 }; +s32 path_indeces_8[] = { 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, -1 }; +s32 path_indeces_9[] = { 74, 75, 76, 77, 78, 79, 80, -1 }; +s32 path_indeces_10[] = { 81, 82, 83, 84, 85, 86, 87, 88, -1 }; +s32 path_indeces_11[] = { 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, -1 }; +s32 path_indeces_12[] = { 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, 6, -1 }; +s32 path_table_3[] = { 4, -1 }; +s32 path_table_4[] = { 3, 7, -1 }; +s32 path_table_5[] = { 6, 7, -1 }; +s32 path_table_6[] = { 2, 5, -1 }; +s32 path_table_7[] = { 4, 5, 9, 10, -1 }; +s32 path_table_8[] = { 11, -1 }; +s32 path_table_9[] = { 7, 10, 12, -1 }; +s32 path_table_10[] = { 7, 9, 11, -1 }; +s32 path_table_11[] = { 8, 10, 12, -1 }; +s32 path_table_12[] = { 9, 11, 13, -1 }; +s32 path_table_13[] = { 12, 14, 15, -1 }; +s32 path_table_14[] = { 13, 15, 16, 17, -1 }; +s32 path_table_15[] = { 13, 14, 16, 17, -1 }; +s32 path_table_16[] = { 14, 15, 17, 18, -1 }; +s32 path_table_17[] = { 14, 15, 16, 18, -1 }; +s32 path_table_18[] = { 16, 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 21, -1 }; +s32 path_table_21[] = { 20, 22, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 23, 25, -1 }; +s32 path_table_25[] = { 24, 28, -1 }; +s32 path_table_26[] = { 27, 28, 29, -1 }; +s32 path_table_27[] = { 26, 28, 29, -1 }; +s32 path_table_28[] = { 25, 26, 27, 29, -1 }; +s32 path_table_29[] = { 26, 27, 28, 30, -1 }; +s32 path_table_30[] = { 29, 34, -1 }; +s32 path_table_31[] = { 32, -1 }; +s32 path_table_32[] = { 31, 33, 36, -1 }; +s32 path_table_33[] = { 32, 34, 35, -1 }; +s32 path_table_34[] = { 30, 33, -1 }; +s32 path_table_35[] = { 33, 36, 38, -1 }; +s32 path_table_36[] = { 32, 35, 37, -1 }; +s32 path_table_37[] = { 36, 39, 41, -1 }; +s32 path_table_38[] = { 35, 39, -1 }; +s32 path_table_39[] = { 37, 38, 40, -1 }; +s32 path_table_40[] = { 39, 41, -1 }; +s32 path_table_41[] = { 37, 40, 42, -1 }; +s32 path_table_42[] = { 41, 43, -1 }; +s32 path_table_43[] = { 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 44, 46, -1 }; +s32 path_table_46[] = { 45, 57, -1 }; +s32 path_table_47[] = { 48, 64, -1 }; +s32 path_table_48[] = { 47, 49, 50, 56, -1 }; +s32 path_table_49[] = { 48, 52, -1 }; +s32 path_table_50[] = { 48, -1 }; +s32 path_table_51[] = { 52, -1 }; +s32 path_table_52[] = { 49, 51, 53, -1 }; +s32 path_table_53[] = { 52, 54, -1 }; +s32 path_table_54[] = { 53, 55, -1 }; +s32 path_table_55[] = { 54, 56, 63, -1 }; +s32 path_table_56[] = { 48, 55, -1 }; +s32 path_table_57[] = { 46, 58, -1 }; +s32 path_table_58[] = { 57, 59, -1 }; +s32 path_table_59[] = { 58, 60, -1 }; +s32 path_table_60[] = { 59, 61, -1 }; +s32 path_table_61[] = { 60, 62, -1 }; +s32 path_table_62[] = { 61, 63, -1 }; +s32 path_table_63[] = { 55, 62, -1 }; +s32 path_table_64[] = { 47, 65, -1 }; +s32 path_table_65[] = { 64, 66, -1 }; +s32 path_table_66[] = { 65, 67, -1 }; +s32 path_table_67[] = { 66, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 70, 72, -1 }; +s32 path_table_72[] = { 71, 73, -1 }; +s32 path_table_73[] = { 72, 74, -1 }; +s32 path_table_74[] = { 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, -1 }; +s32 path_table_76[] = { 75, 77, -1 }; +s32 path_table_77[] = { 76, 78, -1 }; +s32 path_table_78[] = { 77, 79, -1 }; +s32 path_table_79[] = { 78, 80, -1 }; +s32 path_table_80[] = { 79, 81, -1 }; +s32 path_table_81[] = { 80, 82, -1 }; +s32 path_table_82[] = { 81, 83, -1 }; +s32 path_table_83[] = { 82, 84, -1 }; +s32 path_table_84[] = { 83, 85, -1 }; +s32 path_table_85[] = { 84, 86, 89, -1 }; +s32 path_table_86[] = { 85, 87, -1 }; +s32 path_table_87[] = { 86, 88, -1 }; +s32 path_table_88[] = { 87, 89, 93, -1 }; +s32 path_table_89[] = { 85, 88, 95, -1 }; +s32 path_table_90[] = { 91, -1 }; +s32 path_table_91[] = { 90, 92, 94, -1 }; +s32 path_table_92[] = { 91, 96, -1 }; +s32 path_table_93[] = { 88, 94, -1 }; +s32 path_table_94[] = { 91, 93, 95, -1 }; +s32 path_table_95[] = { 89, 94, 96, -1 }; +s32 path_table_96[] = { 92, 95, 97, -1 }; +s32 path_table_97[] = { 96, 98, -1 }; +s32 path_table_98[] = { 97, 99, -1 }; +s32 path_table_99[] = { 98, 100, -1 }; +s32 path_table_100[] = { 99, 101, -1 }; +s32 path_table_101[] = { 100, 102, -1 }; +s32 path_table_102[] = { 101, 105, -1 }; +s32 path_table_103[] = { 115, -1 }; +s32 path_table_104[] = { 107, 111, -1 }; +s32 path_table_105[] = { 102, 106, -1 }; +s32 path_table_106[] = { 105, 107, -1 }; +s32 path_table_107[] = { 104, 106, 108, -1 }; +s32 path_table_108[] = { 107, 111, -1 }; +s32 path_table_109[] = { 110, 113, -1 }; +s32 path_table_110[] = { 109, 111, -1 }; +s32 path_table_111[] = { 104, 108, 110, 112, -1 }; +s32 path_table_112[] = { 111, 113, -1 }; +s32 path_table_113[] = { 109, 112, 114, 115, -1 }; +s32 path_table_114[] = { 113, 115, -1 }; +s32 path_table_115[] = { 103, 113, 114, 116, -1 }; +s32 path_table_116[] = { 115, -1 }; + +waypoint pathwaypoints[] = { + { 0x000001d4, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000001d3, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000001d2, &path_table_2, 0x00000000, 0x00000000 }, + { 0x000001d1, &path_table_3, 0x00000001, 0x00000000 }, + { 0x000001d0, &path_table_4, 0x00000001, 0x00000000 }, + { 0x000001cf, &path_table_5, 0x00000001, 0x00000000 }, + { 0x000001ce, &path_table_6, 0x00000001, 0x00000000 }, + { 0x000001cd, &path_table_7, 0x00000001, 0x00000000 }, + { 0x000001cc, &path_table_8, 0x00000001, 0x00000000 }, + { 0x000001cb, &path_table_9, 0x00000001, 0x00000000 }, + { 0x000001ca, &path_table_10, 0x00000001, 0x00000000 }, + { 0x000001c9, &path_table_11, 0x00000001, 0x00000000 }, + { 0x000001c8, &path_table_12, 0x00000001, 0x00000000 }, + { 0x000001c7, &path_table_13, 0x00000001, 0x00000000 }, + { 0x000001c6, &path_table_14, 0x00000001, 0x00000000 }, + { 0x000001c5, &path_table_15, 0x00000002, 0x00000000 }, + { 0x000001c4, &path_table_16, 0x00000002, 0x00000000 }, + { 0x000001c3, &path_table_17, 0x00000002, 0x00000000 }, + { 0x000001c2, &path_table_18, 0x00000002, 0x00000000 }, + { 0x000001c1, &path_table_19, 0x00000002, 0x00000000 }, + { 0x000001c0, &path_table_20, 0x00000002, 0x00000000 }, + { 0x000001bf, &path_table_21, 0x00000002, 0x00000000 }, + { 0x000001be, &path_table_22, 0x00000002, 0x00000000 }, + { 0x000001bd, &path_table_23, 0x00000002, 0x00000000 }, + { 0x000001bc, &path_table_24, 0x00000002, 0x00000000 }, + { 0x000001bb, &path_table_25, 0x00000003, 0x00000000 }, + { 0x000001ba, &path_table_26, 0x00000003, 0x00000000 }, + { 0x000001b9, &path_table_27, 0x00000003, 0x00000000 }, + { 0x000001b8, &path_table_28, 0x00000003, 0x00000000 }, + { 0x000001b7, &path_table_29, 0x00000003, 0x00000000 }, + { 0x000001b6, &path_table_30, 0x00000004, 0x00000000 }, + { 0x000001b5, &path_table_31, 0x00000004, 0x00000000 }, + { 0x000001b4, &path_table_32, 0x00000004, 0x00000000 }, + { 0x000001b3, &path_table_33, 0x00000004, 0x00000000 }, + { 0x000001b2, &path_table_34, 0x00000004, 0x00000000 }, + { 0x000001b1, &path_table_35, 0x00000004, 0x00000000 }, + { 0x000001b0, &path_table_36, 0x00000004, 0x00000000 }, + { 0x000001af, &path_table_37, 0x00000005, 0x00000000 }, + { 0x000001ae, &path_table_38, 0x00000005, 0x00000000 }, + { 0x000001ad, &path_table_39, 0x00000005, 0x00000000 }, + { 0x000001ac, &path_table_40, 0x00000005, 0x00000000 }, + { 0x000001ab, &path_table_41, 0x00000006, 0x00000000 }, + { 0x000001aa, &path_table_42, 0x00000006, 0x00000000 }, + { 0x000001a9, &path_table_43, 0x00000006, 0x00000000 }, + { 0x000001a8, &path_table_44, 0x00000006, 0x00000000 }, + { 0x000001a7, &path_table_45, 0x00000006, 0x00000000 }, + { 0x000001a6, &path_table_46, 0x00000006, 0x00000000 }, + { 0x000001a5, &path_table_47, 0x00000007, 0x00000000 }, + { 0x000001a4, &path_table_48, 0x00000007, 0x00000000 }, + { 0x000001a3, &path_table_49, 0x00000007, 0x00000000 }, + { 0x000001a2, &path_table_50, 0x00000007, 0x00000000 }, + { 0x000001a1, &path_table_51, 0x00000007, 0x00000000 }, + { 0x000001a0, &path_table_52, 0x00000007, 0x00000000 }, + { 0x0000019f, &path_table_53, 0x00000007, 0x00000000 }, + { 0x0000019e, &path_table_54, 0x00000007, 0x00000000 }, + { 0x0000019d, &path_table_55, 0x00000007, 0x00000000 }, + { 0x0000019c, &path_table_56, 0x00000007, 0x00000000 }, + { 0x0000019b, &path_table_57, 0x00000007, 0x00000000 }, + { 0x0000019a, &path_table_58, 0x00000007, 0x00000000 }, + { 0x00000199, &path_table_59, 0x00000007, 0x00000000 }, + { 0x00000198, &path_table_60, 0x00000007, 0x00000000 }, + { 0x00000197, &path_table_61, 0x00000007, 0x00000000 }, + { 0x00000196, &path_table_62, 0x00000007, 0x00000000 }, + { 0x00000195, &path_table_63, 0x00000007, 0x00000000 }, + { 0x00000194, &path_table_64, 0x00000008, 0x00000000 }, + { 0x00000193, &path_table_65, 0x00000008, 0x00000000 }, + { 0x00000192, &path_table_66, 0x00000008, 0x00000000 }, + { 0x00000191, &path_table_67, 0x00000008, 0x00000000 }, + { 0x00000190, &path_table_68, 0x00000008, 0x00000000 }, + { 0x0000018f, &path_table_69, 0x00000008, 0x00000000 }, + { 0x0000018e, &path_table_70, 0x00000008, 0x00000000 }, + { 0x0000018d, &path_table_71, 0x00000008, 0x00000000 }, + { 0x0000018c, &path_table_72, 0x00000008, 0x00000000 }, + { 0x0000018b, &path_table_73, 0x00000008, 0x00000000 }, + { 0x0000018a, &path_table_74, 0x00000009, 0x00000000 }, + { 0x00000189, &path_table_75, 0x00000009, 0x00000000 }, + { 0x00000188, &path_table_76, 0x00000009, 0x00000000 }, + { 0x00000187, &path_table_77, 0x00000009, 0x00000000 }, + { 0x00000186, &path_table_78, 0x00000009, 0x00000000 }, + { 0x00000185, &path_table_79, 0x00000009, 0x00000000 }, + { 0x00000184, &path_table_80, 0x00000009, 0x00000000 }, + { 0x00000183, &path_table_81, 0x0000000a, 0x00000000 }, + { 0x00000182, &path_table_82, 0x0000000a, 0x00000000 }, + { 0x00000181, &path_table_83, 0x0000000a, 0x00000000 }, + { 0x00000180, &path_table_84, 0x0000000a, 0x00000000 }, + { 0x0000017f, &path_table_85, 0x0000000a, 0x00000000 }, + { 0x0000017e, &path_table_86, 0x0000000a, 0x00000000 }, + { 0x0000017d, &path_table_87, 0x0000000a, 0x00000000 }, + { 0x0000017c, &path_table_88, 0x0000000a, 0x00000000 }, + { 0x0000017b, &path_table_89, 0x0000000b, 0x00000000 }, + { 0x0000017a, &path_table_90, 0x0000000b, 0x00000000 }, + { 0x00000179, &path_table_91, 0x0000000b, 0x00000000 }, + { 0x00000178, &path_table_92, 0x0000000b, 0x00000000 }, + { 0x00000177, &path_table_93, 0x0000000b, 0x00000000 }, + { 0x00000176, &path_table_94, 0x0000000b, 0x00000000 }, + { 0x00000175, &path_table_95, 0x0000000b, 0x00000000 }, + { 0x00000174, &path_table_96, 0x0000000b, 0x00000000 }, + { 0x00000173, &path_table_97, 0x0000000b, 0x00000000 }, + { 0x00000172, &path_table_98, 0x0000000b, 0x00000000 }, + { 0x00000171, &path_table_99, 0x0000000b, 0x00000000 }, + { 0x00000170, &path_table_100, 0x0000000b, 0x00000000 }, + { 0x0000016f, &path_table_101, 0x0000000b, 0x00000000 }, + { 0x0000016e, &path_table_102, 0x0000000b, 0x00000000 }, + { 0x0000016d, &path_table_103, 0x0000000c, 0x00000000 }, + { 0x0000016c, &path_table_104, 0x0000000c, 0x00000000 }, + { 0x0000016b, &path_table_105, 0x0000000c, 0x00000000 }, + { 0x0000016a, &path_table_106, 0x0000000c, 0x00000000 }, + { 0x00000169, &path_table_107, 0x0000000c, 0x00000000 }, + { 0x00000168, &path_table_108, 0x0000000c, 0x00000000 }, + { 0x00000167, &path_table_109, 0x0000000c, 0x00000000 }, + { 0x00000166, &path_table_110, 0x0000000c, 0x00000000 }, + { 0x00000165, &path_table_111, 0x0000000c, 0x00000000 }, + { 0x00000164, &path_table_112, 0x0000000c, 0x00000000 }, + { 0x00000163, &path_table_113, 0x0000000c, 0x00000000 }, + { 0x00000162, &path_table_114, 0x0000000c, 0x00000000 }, + { 0x00000161, &path_table_115, 0x0000000c, 0x00000000 }, + { 0x00000160, &path_table_116, 0x0000000c, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 unknown_setup_block_0[] = { -1 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x04000000 }; +u32 ai_31[] = { 0x02040330, 0x002c3100, 0x2c010402, 0x2cf5009a, 0x00000100, 0x02060301, 0x06040000 }; +u32 ai_1[] = { 0x9001908f, 0x00649164, 0x93649264, 0x9d000002, 0x009d0000, 0x08000208, 0x033c2c42, 0x2c010802, 0x2cc3481e, 0xf40000ff, 0x05fd0403, 0x04000000 }; +u32 ai_2[] = { 0xad58202d, 0x206d6100, 0x02030306, 0x04033335, 0x3c364551, 0x02363c3d, 0x023105fd, 0x04050251, 0x05fd0406, 0x023d05fd, 0x04040400 }; +u32 ai_3[] = { 0xad58202d, 0x20617400, 0x02033335, 0x802c4551, 0x7f3f3d33, 0x022c3528, 0x2c130602, 0x2c35502c, 0x1106022c, 0x35782c02, 0x3d120602, 0x2c35a02c, 0x14000100, 0x0006022c, 0x35c82c15, 0x00010000, 0x06022c35, 0xe12c1500, 0x2100002c, 0x022c1400, 0x2100002c, 0x022c0303, 0x03160001, 0x00000602, 0x06032f2c, 0x0106022c, 0x05fd0403, 0x02510604, 0x0405fd04, 0x06040000 }; +u32 ai_5[] = { 0xad58202d, 0x20657600, 0x02030333, 0x022c3335, 0x3c2c0f06, 0x022c3335, 0x782c0e06, 0x022c3335, 0xb42c1006, 0x022c0a00, 0x0b001400, 0x3c001000, 0x06020603, 0x2f2c0106, 0x022c0704 }; +u32 ai_4[] = { 0xad58202d, 0x20676f00, 0x0203282c, 0x022c0208, 0x032f063c, 0x06455101, 0x08025106, 0x040505fd, 0x04060206, 0x06040305, 0xfd040304 }; +u32 ai_7[] = { 0x9000508f, 0x00509d00, 0x00080002, 0x0303ce2c, 0xcf2c0006, 0x022c0103, 0x0206c348, 0x1c05fd04, 0x07040000 }; +u32 ai_6[] = { 0xad666f6c, 0x00910a9d, 0x00000040, 0x0201034b, 0x00960828, 0x09010102, 0x09032f06, 0x4b004b08, 0x01090208, 0x03333580, 0x06036f02, 0x2c6f042c, 0x6f082c08, 0x05fd040c, 0x022cad66, 0x726f6c69, 0x63001d02, 0x0a032f06, 0x4c00fa06, 0x01090206, 0x05fd0409, 0x02070400 }; +u32 ai_8[] = { 0xad6d646b, 0x00eb2602, 0x03510064, 0x26035100, 0xc82c0351, 0x012c2c05, 0xfd040c02, 0x2c40fc36, 0x00070236, 0x33358036, 0x14002400, 0xfc3d0236, 0x15002400, 0xfc3d1700, 0x0400fc2c, 0x022cae02, 0x0d03b400, 0x003c2c01, 0x0d022c40, 0xfc360007, 0x02360103, 0x023d97fc, 0x80ae020b, 0x0330fc4b, 0xb400003c, 0x2c010b02, 0x2c160004, 0x00fc2c02, 0x2c020c30, 0xfc4b31fc, 0x4b03b400, 0x012c2c2f, 0x2c010c02, 0x2c333580, 0x2c010302, 0x2c020798, 0xfc8005fd, 0x0407024b, 0x05fd040a, 0x022605fd, 0x040b0400 }; +u32 ai_9[] = { 0x98fc809c, 0x00000200, 0x367f3307, 0x02363303, 0x353c0633, 0x03350a2c, 0xc3480800, 0x06022c35, 0x142cc348, 0x09000602, 0x2c351e2c, 0xc3480a00, 0x06022c35, 0x282cc348, 0x0b000602, 0x2c35322c, 0xc3480c00, 0x06022c35, 0x3c2cc348, 0x0d000602, 0x2c35462c, 0xc3480e00, 0x06022c35, 0x502cc348, 0x0f000602, 0x2c355a2c, 0xc3481000, 0x06022c35, 0x642cc348, 0x11000602, 0x2c356e2c, 0xc3481200, 0x06022c35, 0x782cc348, 0x13000602, 0x2c35822c, 0xc3481400, 0x06022c35, 0x8c2cc348, 0x15000602, 0x2c35962c, 0xc3481600, 0x06022c35, 0xa02cc348, 0x17000602, 0x2c35aa2c, 0xc3481800, 0x06022c35, 0xb42cc348, 0x19000602, 0x2c35be2c, 0xc3481a00, 0x06022c02, 0x0605fd04, 0x070207c3, 0x481d9a00, 0x00020001, 0x06040000 }; +u32 ai_11[] = { 0xad736361, 0x6e009100, 0x33353c2c, 0x0a009600, 0x00005600, 0x10000802, 0x2c35782c, 0x0a009700, 0x00005600, 0x10000802, 0x2c358c2c, 0x0a005300, 0x00002200, 0x10003602, 0x2c35a02c, 0x0a005400, 0x00002400, 0x10003602, 0x2c35b42c, 0x0a006300, 0x00009500, 0x10000802, 0x2c036e02, 0x2c6e042c, 0x6e082c6e, 0x012cab02, 0x02022c91, 0x0035c82c, 0x15012823, 0x28360036, 0x022c35dc, 0x2c140128, 0x23283600, 0x36022c17, 0x00082328, 0x36003602, 0x08032f06, 0x01080236, 0xae020903, 0xb4000078, 0x06010902, 0x0605fd04, 0x07040000 }; +u32 ai_10[] = { 0xad657661, 0x64009114, 0x97fc8033, 0x35800a0a, 0x000b0014, 0x003c0210, 0x0208032f, 0x2c010802, 0x2c020a15, 0x002400fc, 0x3d023dae, 0x020b0330, 0xfc4bb400, 0x003c2c01, 0x0b022c4f, 0x0019fc09, 0x16000400, 0xfc2c022c, 0x020c03b4, 0x00012c2c, 0x2f2c010c, 0x022c30fc, 0x4b333580, 0x2c010802, 0x2c020798, 0xfc8005fd, 0x0407024b, 0x05fd040a, 0x0209032f, 0x2ce72c01, 0x09022c16, 0x000400fc, 0x2c05fd04, 0x07022c03, 0x19fdfc08, 0xad636865, 0x61700098, 0xfc80020d, 0x032f2c01, 0x0d022c05, 0xfd040704 }; +u32 ai_12[] = { 0x02040330, 0xfd332f3b, 0x0104023b, 0x324e3e4f, 0x3f4d4650, 0x3a4d3b4d, 0x0b2c3335, 0x012c0604, 0x0d05fd00, 0x03022c01, 0x04025033, 0x357f4e06, 0x040d05fd, 0x040f024e, 0x06040d05, 0xfd040e02, 0x4f06040d, 0x05fd0410, 0x024d0604, 0x0d05fd00, 0x0b023305, 0xfd000104 }; +u32 ai_13[] = { 0x96012c33, 0x35202c0c, 0x94010702, 0x2c94011a, 0x06022c03, 0x31012c30, 0x012c0333, 0x35642c4f, 0x0050012a, 0x96802a02, 0x08022c4c, 0x00964f33, 0x350a2c13, 0x06022c33, 0x350a2c0f, 0x06022c33, 0x35192c0e, 0x06022c33, 0x35322c10, 0x06022c33, 0x35402c11, 0x06022c35, 0x7f2c1206, 0x022c3335, 0x7f3e1400, 0x01000006, 0x023e1500, 0x01000006, 0x02060702, 0x2a034001, 0x36000702, 0x3606040e, 0x05fd041c, 0x02070108, 0x024f0604, 0x0d05fd04, 0x10040000 }; +u32 ai_14[] = { 0x0d020403, 0x2f060104, 0x020605fd, 0x04100400 }; +u32 ai_15[] = { 0x94012804, 0x07020403, 0x2f3b324e, 0x0104024e, 0x4b009636, 0x01040236, 0x05fd040e, 0x023b0704 }; +u32 ai_27[] = { 0xad676574, 0x204e00a9, 0x01039e00, 0x00004033, 0x3580039d, 0x00000040, 0x02030331, 0xfc4b30fc, 0x4b40fc36, 0x00070236, 0x33358036, 0x14002400, 0xfc3d0236, 0x15002400, 0xfc3d1700, 0x0400fc2c, 0x022cae02, 0x0d03b400, 0x003c2c01, 0x0d022c00, 0x07023601, 0x03023daa, 0x01fdae02, 0x0b03b400, 0x003c2c01, 0x0b022c16, 0x000400fc, 0x2c022c02, 0x0c30fc4b, 0x032f2c01, 0x0c022c02, 0x07022602, 0x06039e00, 0x00004007, 0x024b0604, 0x0d05fd04, 0x10040000 }; +u32 ai_16[] = { 0x94014c00, 0xfa4d414d, 0x05fd0410, 0x024d31f9, 0x4d05fd04, 0x0d024dc1, 0xfd04122c, 0x05fd0410, 0x022c05fd, 0x040d0400 }; +u32 ai_17[] = { 0x06040d05, 0xfd041004 }; +u32 ai_18[] = { 0x90001402, 0x03140021, 0x00000402, 0x0403462c, 0x3a2c3b2c, 0x322c3c2c, 0x0104022c, 0x3335962c, 0x16000100, 0x0008022c, 0x09ae0209, 0x033335fa, 0x2cb40000, 0xf0060109, 0x022c1400, 0x2100002c, 0x022c1600, 0x0100002c, 0x022c0208, 0x032f0601, 0x08020601, 0x03040000 }; +u32 ai_32[] = { 0x02040331, 0x012c0104, 0x022cc348, 0x1f9a0000, 0x04000206, 0x03010604 }; +u32 ai_33[] = { 0x020303eb, 0x4c5501d4, 0x2c010302, 0x2c9a0004, 0x0000ecd7, 0x00da0208, 0x03dc2c01, 0x08022c31, 0x014b3001, 0x4bf12c05, 0xfd000f02, 0x2cddeadf, 0x1fdf2059, 0x042c5905, 0x2c59062c, 0x59072c59, 0x082c5909, 0x2c590a2c, 0x590b2c59, 0x0c2c590d, 0x2c590e2c, 0x590f2c59, 0x102c5911, 0x2c59122c, 0x59132c59, 0x162c5914, 0x2c59152c, 0xe404022c, 0xed030303, 0xd51e0002, 0x0000a101, 0x00000400, 0xa0010480, 0x0000d901, 0x024f2c02, 0x2c050104, 0x1ea0f804, 0x800000d9, 0xf802502c, 0x022c05f8, 0x041f0303, 0xdbf40100, 0xff05fd00, 0x01024bd2, 0x05fd0001, 0x024c05fd, 0x00010400 }; +u32 ai_30[] = { 0xa0fd0000, 0x0010a0fd, 0x00000080, 0x0a005aff, 0xffffff06, 0x1059042c, 0x59052c59, 0x062c5907, 0x2c59082c, 0x59092c59, 0x0a2c590b, 0x2c590c2c, 0x590d2c59, 0x0e2c590f, 0x2c59102c, 0x59112c59, 0x122c5913, 0x2c59162c, 0x59142c59, 0x152ce0fd, 0x00e0fd01, 0xbf00bf04, 0x00000000, 0x2c022c02, 0x08035401, 0x01d42c01, 0x08022cae, 0x020903b4, 0x00001e2c, 0x0109022c, 0x14002802, 0x4f2c022c, 0x16000802, 0x4f2c022c, 0xae020a03, 0xb400005a, 0x2c010a02, 0x2c671f02, 0x0b03b400, 0x00962c01, 0x0b022cda, 0x020c03dc, 0x2c010c02, 0x2cd205fd, 0x00010400 }; +u32 ai_29[] = { 0xa0fd0000, 0x0010a0fd, 0x00000080, 0x0a005a00, 0x07ffff06, 0x10020803, 0x540101d4, 0x2c010802, 0x2cae0209, 0x03b40000, 0x0a2c0109, 0x022c1500, 0x2802502c, 0x022c1600, 0x0802502c, 0x022c05fd, 0x00010400 }; +u32 ai_37[] = { 0xae020903, 0xb4000258, 0x2c010902, 0x2ca40300, 0x0200005f, 0x03020a03, 0xb40002d0, 0x2c010a02, 0x2ca40400, 0x0200005f, 0x04020b03, 0xb400030c, 0x2c010b02, 0x2ca40500, 0x0200005f, 0x0505fd00, 0x01040000 }; +u32 ai_34[] = { 0x02040355, 0x01c82c01, 0x04022c9a, 0x00000800, 0x0237aead, 0x210a0003, 0x31272c00, 0x36022c9c, 0x00001000, 0x36f336bd, 0x00ff01d3, 0x04140000, 0x00002c02, 0x36022c03, 0x31282c00, 0x36022c9c, 0x00002000, 0x36f336bd, 0x00ff01d3, 0x04150000, 0x00002c02, 0x36022c03, 0x31292c00, 0x36022c9c, 0x00004000, 0x36f336bd, 0x00ff01d3, 0x04160000, 0x00002c02, 0x36022c03, 0x311d2c00, 0x36022c9c, 0x00008000, 0x36f336bd, 0x00ff01d3, 0x04170000, 0x00002c02, 0x36022c03, 0x31222c00, 0x36022c9c, 0x00010000, 0x36f336bd, 0x00ff01d3, 0x04180000, 0x00002c02, 0x36022c03, 0x311e2c00, 0x36022c9c, 0x00020000, 0x36f336bd, 0x00ff01d3, 0x04190000, 0x00002c02, 0x36020603, 0x9c000008, 0x00360007, 0x0236b400, 0x00782c55, 0x01d20755, 0x01b90701, 0x06022c01, 0x370207ad, 0x73706177, 0x6e206f66, 0x66009b00, 0x00080001, 0x04040000 }; +u32 ai_19[] = { 0x8e273335, 0xc836ab02, 0x49002c02, 0x36ab01cb, 0x022cad31, 0x380a0005, 0xfd041a04 }; +u32 ai_20[] = { 0x8e283335, 0xc836ab02, 0x4a002c02, 0x36ab01ca, 0x022cad31, 0x390a0005, 0xfd041a04 }; +u32 ai_21[] = { 0x8e293335, 0xc836ab02, 0x4b002c02, 0x36ab01c7, 0x022cad32, 0x300a0005, 0xfd041a04 }; +u32 ai_22[] = { 0x8e1d3335, 0xc836ab02, 0x41002c02, 0x36ab01c8, 0x022cad31, 0x300a0005, 0xfd041a04 }; +u32 ai_23[] = { 0x8e223335, 0xc836ab02, 0x42002c02, 0x36ab01c9, 0x022cad31, 0x310a0005, 0xfd041a04 }; +u32 ai_24[] = { 0x8e1e3335, 0xc836ab02, 0x47002c02, 0x36ab01c4, 0x022cad32, 0x300a0005, 0xfd041a04 }; +u32 ai_25[] = { 0xc000d900, 0x00000004, 0x0204bf00, 0xbc0d0000, 0x00000402, 0x04000602, 0x06060002, 0x05fd041b, 0x04000000 }; +u32 ai_26[] = { 0x02031f23, 0x28030208, 0x032f2c4b, 0x0064074d, 0xfd000a23, 0x28060108, 0x022c034b, 0x0064074d, 0xfd000a23, 0x28060103, 0x020605fd, 0x04130207, 0x06040d05, 0xfd041004 }; +u32 ai_35[] = { 0x0208039c, 0x00000800, 0x2c010802, 0x2cae9b00, 0x0010009b, 0x00002000, 0x9b000040, 0x009b0000, 0x80009b00, 0x0100009b, 0x00020000, 0x0209039c, 0x00000800, 0x36000602, 0x36b4002a, 0x302c0109, 0x022cad72, 0x616d7020, 0x646f776e, 0x2031009a, 0x00008000, 0x9a000100, 0x009a0002, 0x0000020a, 0x039c0000, 0x08003600, 0x060236b4, 0x008ca02c, 0x010a022c, 0xad72616d, 0x7020646f, 0x776e2032, 0x009a0000, 0x10009a00, 0x0020009a, 0x00004000, 0x02069b00, 0x00080001, 0x08040000 }; +u32 ai_28[] = { 0x0a006700, 0x00000104, 0x10ae0208, 0x03b40000, 0x3c2c0108, 0x022c0a00, 0x670001ff, 0xff041005, 0xfd000104 }; +u32 ai_36[] = { 0x020803cf, 0x2c010802, 0x2c05f804, 0x1d020603, 0x01060400 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x0000041b }, + /* index = 27 */ + { &ai_27, 0x0000041c }, + /* index = 28 */ + { &ai_28, 0x0000041d }, + /* index = 29 */ + { &ai_29, 0x0000041e }, + /* index = 30 */ + { &ai_30, 0x0000041f }, + /* index = 31 */ + { &ai_31, 0x00001000 }, + /* index = 32 */ + { &ai_32, 0x00001001 }, + /* index = 33 */ + { &ai_33, 0x00001002 }, + /* index = 34 */ + { &ai_34, 0x00001003 }, + /* index = 35 */ + { &ai_35, 0x00001004 }, + /* index = 36 */ + { &ai_36, 0x00001005 }, + /* index = 37 */ + { &ai_37, 0x00001006 }, + /* index = 38 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/e/UsetuplenZ.c b/assets/obseg/setup/e/UsetuplenZ.c new file mode 100644 index 0000000..ed433cc --- /dev/null +++ b/assets/obseg/setup/e/UsetuplenZ.c @@ -0,0 +1,825 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:18 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetuplenZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + + +PadRecord padlist[] = { + { {542.0f, 48.0f, -586.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1820a", 0 }, + { {645.0f, 48.0f, -557.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1760a", 0 }, + { {525.0f, 48.0f, -533.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1795a", 0 }, + { {688.0f, 48.0f, -508.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1745a", 0 }, + { {673.0f, 48.0f, -449.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1750a", 0 }, + { {691.0f, 54.0f, -422.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1751a", 0 }, + { {608.0f, 50.0f, -364.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1801a", 0 }, + { {623.0f, 50.0f, -428.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1631a", 0 }, + { {548.0f, 50.0f, -463.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1709a", 0 }, + { {512.0f, 50.0f, -407.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1731a", 0 }, + { {463.0f, 50.0f, -514.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1793a", 0 }, + { {454.0f, 50.0f, -430.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1813a", 0 }, + { {642.0f, 52.0f, -597.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1758a", 0 }, + { {678.0f, 52.0f, -475.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1748a", 0 }, + { {631.0f, 52.0f, -402.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1789a", 0 }, + { {529.0f, 52.0f, -370.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1733a", 0 }, + { {467.0f, 52.0f, -407.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1803a", 0 }, + { {447.0f, 52.0f, -510.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1793a", 0 }, + { {621.0f, 52.0f, -503.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1782a", 0 }, + { {547.0f, 52.0f, -517.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1738a", 0 }, + { {480.0f, 52.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1797a", 0 }, + { {474.0f, 64.0f, -488.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1681a", 0 }, + { {620.0f, 52.0f, -528.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1780a", 0 }, + { {565.0f, 52.0f, -417.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1663a", 0 }, + { {521.0f, 52.0f, -393.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1732a", 0 }, + { {680.0f, 52.0f, -453.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1750a", 0 }, + { {654.0f, 66.0f, -431.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1769a", 0 }, + { {588.0f, 52.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1801a", 0 }, + { {554.0f, 55.0f, -562.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1821a", 0 }, + { {674.0f, 55.0f, -485.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1747a", 0 }, + { {657.0f, 55.0f, -440.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1769a", 0 }, + { {623.0f, 55.0f, -406.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1789a", 0 }, + { {608.0f, 55.0f, -397.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1799a", 0 }, + { {531.0f, 55.0f, -490.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1785a", 0 }, + { {501.0f, 55.0f, -507.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1735a", 0 }, + { {493.0f, 55.0f, -392.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1786a", 0 }, + { {458.0f, 60.0f, -457.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1623a", 0 }, + { {447.0f, 75.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1623a", 0 }, + { {514.0f, 75.0f, -439.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1671a", 0 }, + { {561.0f, 75.0f, -426.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1663a", 0 }, + { {605.0f, 75.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1655a", 0 }, + { {601.0f, 75.0f, -489.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1649a", 0 }, + { {574.0f, 75.0f, -549.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1691a", 0 }, + { {594.0f, 75.0f, -596.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1633a", 0 }, + { {582.1883f, 75.29525f, -493.96832f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1699a", 0 }, + { {582.3667f, 75.29525f, -498.37967f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1697a", 0 }, + { {582.5346f, 62.305073f, -496.49866f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1697a", 0 }, + { {582.1883f, 75.29525f, -494.1869f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1699a", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +CreditsEntry credits_data_0[] = { + /* index = 0 */ + { 0x5010, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 1 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 2 */ + { 0x5012, 0x5013, 0x00fa, 0x0000, 0x00be, 0x0001 }, + /* index = 3 */ + { 0x5014, 0x5015, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 4 */ + { 0x5016, 0x5017, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 5 */ + { 0x5018, 0x5019, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 6 */ + { 0x501a, 0x501b, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 7 */ + { 0x501c, 0x5015, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 8 */ + { 0x501d, 0x501e, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 9 */ + { 0x501f, 0x5020, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 10 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 11 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 12 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 13 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 14 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 15 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 16 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 17 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 18 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 19 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 20 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 21 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 22 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 23 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 24 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 25 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 26 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 27 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 28 */ + { 0x5021, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 29 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 30 */ + { 0x5022, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 31 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 32 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 33 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 34 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 35 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 36 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 37 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 38 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 39 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 40 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 41 */ + { 0x5023, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 42 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 43 */ + { 0x5024, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 44 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 45 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 46 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 47 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 48 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 49 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 50 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 51 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 52 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 53 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 54 */ + { 0x5025, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 55 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 56 */ + { 0x5026, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 57 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 58 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 59 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 60 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 61 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 62 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 63 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 64 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 65 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 66 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 67 */ + { 0x5027, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 68 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 69 */ + { 0x5028, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 70 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 71 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 72 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 73 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 74 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 75 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 76 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 77 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 78 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 79 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 80 */ + { 0x5029, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 81 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 82 */ + { 0x502a, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 83 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 84 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 85 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 86 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 87 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 88 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 89 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 90 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 91 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 92 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 93 */ + { 0x502b, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 94 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 95 */ + { 0x502c, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 96 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 97 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 98 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 99 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 100 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 101 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 102 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 103 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 104 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 105 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 106 */ + { 0x502d, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 107 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 108 */ + { 0x502e, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 109 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 110 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 111 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 112 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 113 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 114 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 115 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 116 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 117 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 118 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 119 */ + { 0x502f, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 120 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 121 */ + { 0x5031, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 122 */ + { 0x5030, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 123 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 124 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 125 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 126 */ + { 0x5032, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 127 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 128 */ + { 0x5031, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 129 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 130 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 131 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 132 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 133 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 134 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 135 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 136 */ + { 0x5048, 0x5049, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 137 */ + { 0x504a, 0x504b, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 138 */ + { 0x504c, 0x504d, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 139 */ + { 0x504e, 0x504f, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 140 */ + { 0x503e, 0x503f, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 141 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 142 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 143 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 144 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 145 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 146 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 147 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 148 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 149 */ + { 0x5050, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 150 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 151 */ + { 0x5051, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 152 */ + { 0x5052, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 153 */ + { 0x5053, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 154 */ + { 0x5054, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 155 */ + { 0x5055, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 156 */ + { 0x5056, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 157 */ + { 0x5057, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 158 */ + { 0x5058, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 159 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 160 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 161 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 162 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 163 */ + { 0x5081, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 164 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 165 */ + { 0x5082, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 166 */ + { 0x5083, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 167 */ + { 0x5084, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 168 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 169 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 170 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 171 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 172 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 173 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 174 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 175 */ + { 0x5059, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 176 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 177 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 178 */ + { 0x505a, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 179 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 180 */ + { 0x505b, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 181 */ + { 0x505c, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 182 */ + { 0x505d, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 183 */ + { 0x505e, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 184 */ + { 0x505f, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 185 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 186 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 187 */ + { 0x5060, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 188 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 189 */ + { 0x5061, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 190 */ + { 0x5062, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 191 */ + { 0x5063, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 192 */ + { 0x5064, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 193 */ + { 0x5065, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 194 */ + { 0x5066, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 195 */ + { 0x5067, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 196 */ + { 0x5068, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 197 */ + { 0x5069, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 198 */ + { 0x506a, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 199 */ + { 0x506b, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 200 */ + { 0x506c, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 201 */ + { 0x506d, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 202 */ + { 0x506e, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 203 */ + { 0x506f, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 204 */ + { 0x5070, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 205 */ + { 0x5071, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 206 */ + { 0x5072, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 207 */ + { 0x5073, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 208 */ + { 0x5074, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 209 */ + { 0x5075, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 210 */ + { 0x5076, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 211 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 212 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 213 */ + { 0x5077, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 214 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 215 */ + { 0x5078, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 216 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 217 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 218 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 219 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 220 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 221 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 222 */ + { 0x508d, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 223 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 224 */ + { 0x5079, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 225 */ + { 0x508e, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 226 */ + { 0x508f, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 227 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 228 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 229 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 230 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 231 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 232 */ + { 0x507a, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 233 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 234 */ + { 0x507b, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 235 */ + { 0x507c, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 236 */ + { 0x507d, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 237 */ + { 0x507e, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 238 */ + { 0x507f, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 239 */ + { 0x5080, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 240 */ + { 0x5090, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 241 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 242 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 243 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 244 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 245 */ + { 0x508b, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 246 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 247 */ + { 0x508c, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 248 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 249 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 250 */ + { 0x5089, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 251 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 252 */ + { 0x508a, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 253 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 254 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 255 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 256 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 257 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 258 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 259 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 260 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 261 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 262 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 263 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 264 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 265 */ + { 0x5085, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 266 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 267 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 268 */ + { 0x5086, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 269 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 270 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 271 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 272 */ + { 0x5087, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 273 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 274 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 275 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 276 */ + { 0x5088, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 277 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 278 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 279 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 280 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 281 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 282 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 283 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 284 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 285 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 286 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 287 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 288 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 289 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 290 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 291 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 292 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 293 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 294 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 295 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 296 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 297 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 298 */ + { 0x5093, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 299 */ + { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000 } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 20491, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 20492, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 20493, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 20494, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 20495, 0, + /* Type = StandardProp; index = 5 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 19), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 6 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 18), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 7 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 35), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 8 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 33), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 9 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 30), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 10 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 29), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 11 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 28), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 12 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 27), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 13 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 26), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 14 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 25), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 15 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 24), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 16 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 23), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 17 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 22), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 18 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 12), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 19 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 8), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 20 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 10), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 21 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 7), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 22 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 5), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 23 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 3), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 24 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 2), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 25 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 1), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 26 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 0), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 27 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 45), _mkword(79, 1), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Cutscene; index = 28 */ + _mkword(0, _mkshort(0, 46)), 671475, 81843, -499383, 310260, 394846, 44, + /* Type = Tag; index = 29 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0xffff), 0, 0, + /* Type = EndProps; index = 30 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 44, 0, + /* Type = Cuff; index = 1 */ + _mkword(0, _mkshort(0, 5)), 2, + /* Type = StartWeapon; index = 2 */ + _mkword(0, _mkshort(0, 1)), 0, -1, 0, + /* Type = Credits; index = 3 */ + _mkword(0, _mkshort(0, 8)), &credits_data_0, + /* Type = EndIntro; index = 4 */ + _mkword(0, _mkshort(0, 9)) +}; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 unknown_setup_block_1[] = { 0 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +s32 unknown_setup_block_2[] = { 0, -1 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_not_used_0[] = { 0x04000000 }; + + + +u32 ai_1[] = { 0xd9fd002d, 0x2c022c0a, 0x00b6ffff, 0xffff0600, 0x05fd0001, 0x04000000 }; +u32 ai_3[] = { 0x02030a00, 0xb6009e00, 0xfa442005, 0xfd000104 }; +u32 ai_4[] = { 0x02030a00, 0xb60103ff, 0xff442005, 0xfd000104 }; +u32 ai_2[] = { 0xf20009d9, 0xfd002c2c, 0x0209ad62, 0x320a00d9, 0xfd002f2c, 0x022c0a00, 0xb5ffffff, 0xff060002, 0x08032f2c, 0x0108022c, 0x3335dc2c, 0x0a00b500, 0x9e00fa44, 0x20050004, 0x03010802, 0x2c0a00b5, 0x0103ffff, 0x44200500, 0x04040108, 0x04000000 }; +u32 ai_5[] = { 0x03d701ed, 0x030303ee, 0x012c0064, 0x0012002e, 0xffba1c71, 0xa0f80001, 0x0000a000, 0x00010000, 0xa0f80002, 0x0000a000, 0x00020000, 0x05f80402, 0x05000401, 0x0303db02, 0x0b03dc2c, 0x010b022c, 0xae020f03, 0xb400001e, 0x2c010f02, 0x2cc35008, 0xae020c03, 0xb40000b4, 0x2c010c02, 0x2cc35009, 0xae020d03, 0xb40000b4, 0x2c010d02, 0x2cc3500a, 0xae020e03, 0xb400012c, 0x2c010e02, 0x2cef0208, 0x03f02c01, 0x08022cda, 0x020903dc, 0x2c010902, 0x2c020a03, 0xd2010a04 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_1, 0x00000401 }, + /* index = 1 */ + { &ai_2, 0x00000402 }, + /* index = 2 */ + { &ai_3, 0x00000403 }, + /* index = 3 */ + { &ai_4, 0x00000404 }, + /* index = 4 */ + { &ai_5, 0x00001000 }, + /* index = 5 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/e/UsetupsiloZ.c b/assets/obseg/setup/e/UsetupsiloZ.c new file mode 100644 index 0000000..698b483 --- /dev/null +++ b/assets/obseg/setup/e/UsetupsiloZ.c @@ -0,0 +1,1588 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:19 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupsiloZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-50.0f, -879.0f, 1825.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1585n", 0 }, + { {17.0f, -778.0f, 2296.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1036n", 0 }, + { {236.0f, -778.0f, 2406.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1133n", 0 }, + { {434.0f, -778.0f, 2478.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1359n", 0 }, + { {827.0f, -778.0f, 2141.0f}, {0.0f, 1.0f, 0.0f}, {-0.707142f, 0.0f, 0.707072f}, "p2n2", 0 }, + { {1326.0f, -221.0f, 1445.0f}, {0.0f, 1.0f, 0.0f}, {-0.99962f, 0.0f, 0.027581f}, "p145c1", 0 }, + { {1166.0f, -447.0f, 1149.0f}, {0.0f, 1.0f, 0.0f}, {-0.707142f, 0.0f, 0.707072f}, "p1455c2", 0 }, + { {1594.0f, -653.0f, 1251.0f}, {0.0f, 1.0f, 0.0f}, {-0.707142f, 0.0f, 0.707072f}, "p2615m", 0 }, + { {1988.0f, -653.0f, 1314.0f}, {0.0f, 1.0f, 0.0f}, {-0.974381f, 0.0f, -0.224905f}, "p2654m", 0 }, + { {2369.0f, -554.0f, 922.0f}, {0.0f, 1.0f, 0.0f}, {-0.225045f, 0.0f, 0.974348f}, "p2210m", 0 }, + { {2448.0f, -554.0f, 745.0f}, {0.0f, 1.0f, 0.0f}, {-0.225045f, 0.0f, 0.974348f}, "p2407m", 0 }, + { {2254.0f, -554.0f, 547.0f}, {0.0f, 1.0f, 0.0f}, {-0.225045f, 0.0f, 0.974348f}, "p36m", 0 }, + { {2070.0f, -554.0f, 498.0f}, {0.0f, 1.0f, 0.0f}, {0.731287f, 0.0f, 0.68207f}, "p2076m1", 0 }, + { {1728.0f, -444.0f, 660.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 9.8e-05}, "p1520g", 0 }, + { {1272.0f, -444.0f, 451.0f}, {0.0f, 1.0f, 0.0f}, {-9.8e-05, 0.0f, 1.0f}, "p41g", 0 }, + { {1291.0f, -444.0f, 943.0f}, {0.0f, 1.0f, 0.0f}, {0.000105f, 0.0f, -1.0f}, "p16g", 0 }, + { {1258.0f, -444.0f, 123.0f}, {0.0f, 1.0f, 0.0f}, {-9.8e-05, 0.0f, 1.0f}, "p170b2", 0 }, + { {1266.0f, -444.0f, -78.0f}, {0.0f, 1.0f, 0.0f}, {-9.8e-05, 0.0f, 1.0f}, "p170b1", 0 }, + { {1147.0f, -222.0f, -111.0f}, {0.0f, 1.0f, 0.0f}, {-9.8e-05, 0.0f, 1.0f}, "p149b1", 0 }, + { {1294.0f, -444.0f, -247.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -9.7e-05}, "p1588l", 0 }, + { {1228.0f, -444.0f, -247.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 9.7e-05}, "p1590l", 0 }, + { {1262.0f, -444.0f, -522.0f}, {0.0f, 1.0f, 0.0f}, {-9.7e-05, 0.0f, 1.0f}, "p1584l", 0 }, + { {924.0f, -350.0f, -1112.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 9.7e-05}, "p1151l", 0 }, + { {628.0f, -350.0f, -1128.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.000155f}, "p1043l", 0 }, + { {580.0f, -219.0f, -88.0f}, {0.0f, 1.0f, 0.0f}, {0.000155f, 0.0f, -1.0f}, "p1605f", 0 }, + { {908.0f, -219.0f, 55.0f}, {0.0f, 1.0f, 0.0f}, {-0.705922f, 0.0f, -0.70829f}, "p21f", 0 }, + { {429.0f, -219.0f, 44.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p43f", 0 }, + { {-138.0f, -219.0f, 14.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p170a2", 0 }, + { {97.0f, -10.0f, 131.0f}, {0.0f, 1.0f, 0.0f}, {0.260644f, 0.0f, -0.965435f}, "p149a1", 0 }, + { {37.0f, -10.0f, 171.0f}, {0.0f, 1.0f, 0.0f}, {0.262555f, 0.0f, -0.964917f}, "p145a1", 0 }, + { {-391.0f, -219.0f, 54.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p572i", 0 }, + { {-651.0f, -219.0f, 48.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p606i", 0 }, + { {-755.0f, -219.0f, -20.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p620i", 0 }, + { {-1122.0f, -125.0f, 193.0f}, {0.0f, 1.0f, 0.0f}, {0.001846f, 0.0f, -0.999998f}, "p108i", 0 }, + { {-1194.0f, -125.0f, 236.0f}, {0.0f, 1.0f, 0.0f}, {0.001846f, 0.0f, -0.999998f}, "p101i", 0 }, + { {-1195.0f, -125.0f, 506.0f}, {0.0f, 1.0f, 0.0f}, {0.001846f, 0.0f, -0.999998f}, "p328i", 0 }, + { {-1031.0f, -125.0f, 724.0f}, {0.0f, 1.0f, 0.0f}, {0.001846f, 0.0f, -0.999998f}, "p37k", 0 }, + { {-759.0f, -125.0f, 519.0f}, {0.0f, 1.0f, 0.0f}, {-0.001846f, 0.0f, 0.999998f}, "p104k", 0 }, + { {-301.0f, -4.0f, 684.0f}, {0.0f, 1.0f, 0.0f}, {-0.999998f, 0.0f, -0.001846f}, "p1532e", 0 }, + { {-521.0f, -4.0f, 615.0f}, {0.0f, 1.0f, 0.0f}, {-0.001846f, 0.0f, 0.999998f}, "p1537e", 0 }, + { {-126.0f, -4.0f, 629.0f}, {0.0f, 1.0f, 0.0f}, {-0.999998f, 0.0f, -0.001846f}, "p1612e1", 0 }, + { {-37.0f, -4.0f, 504.0f}, {0.0f, 1.0f, 0.0f}, {-0.002355f, 0.0f, 0.999997f}, "p27e", 0 }, + { {30.0f, -4.0f, 365.0f}, {0.0f, 1.0f, 0.0f}, {-0.002355f, 0.0f, 0.999997f}, "p21e", 0 }, + { {-15.0f, -4.0f, 860.0f}, {0.0f, 1.0f, 0.0f}, {0.00237f, 0.0f, -0.999997f}, "p43e", 0 }, + { {-55.0f, -4.0f, 967.0f}, {0.0f, 1.0f, 0.0f}, {0.00237f, 0.0f, -0.999997f}, "p51e", 0 }, + { {272.0f, -4.0f, 36.0f}, {0.0f, 1.0f, 0.0f}, {0.00237f, 0.0f, -0.999997f}, "p56j", 0 }, + { {488.0f, -4.0f, 12.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, -0.00237f}, "p43j", 0 }, + { {455.0f, -4.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, -0.00237f}, "p191j", 0 }, + { {456.0f, -4.0f, -198.0f}, {0.0f, 1.0f, 0.0f}, {-0.00237f, 0.0f, 0.999997f}, "p185j", 0 }, + { {328.0f, -4.0f, -332.0f}, {0.0f, 1.0f, 0.0f}, {0.999985f, 0.0f, 0.005535f}, "p214o", 0 }, + { {532.0f, -4.0f, -321.0f}, {0.0f, 1.0f, 0.0f}, {-0.999985f, 0.0f, -0.005535f}, "p208o", 0 }, + { {489.0f, -4.0f, -527.0f}, {0.0f, 1.0f, 0.0f}, {-0.005535f, 0.0f, 0.999985f}, "p206o", 0 }, + { {900.0f, -4.0f, -429.0f}, {0.0f, 1.0f, 0.0f}, {-0.999985f, 0.0f, -0.005535f}, "p116o2", 0 }, + { {1111.0f, -4.0f, -235.0f}, {0.0f, 1.0f, 0.0f}, {-0.703182f, 0.0f, -0.71101f}, "p580o2", 0 }, + { {509.0f, -778.0f, 2221.0f}, {0.0f, 1.0f, 0.0f}, {0.499998f, 0.0f, 0.866027f}, "p17n2", 0 }, + { {511.0f, -778.0f, 2286.0f}, {0.0f, 1.0f, 0.0f}, {0.707142f, 0.0f, -0.707072f}, "p81n", 0 }, + { {495.0f, -778.0f, 2034.0f}, {0.0f, 1.0f, 0.0f}, {-0.499954f, 0.0f, -0.866052f}, "p104n", 0 }, + { {2162.0f, -554.0f, 639.0f}, {0.0f, 1.0f, 0.0f}, {0.999638f, 0.0f, -0.026903f}, "p107m", 0 }, + { {2107.0f, -554.0f, 725.0f}, {0.0f, 1.0f, 0.0f}, {-0.99962f, 0.0f, 0.027562f}, "p106m", 0 }, + { {751.0f, -350.0f, -999.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -0.000155f}, "p81l", 0 }, + { {379.0f, -350.0f, -1002.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.000155f}, "p33l", 0 }, + { {737.0f, -350.0f, -777.0f}, {0.0f, 1.0f, 0.0f}, {0.706995f, 0.0f, 0.707218f}, "p105l", 0 }, + { {-721.0f, -128.0f, 448.0f}, {0.0f, 1.0f, 0.0f}, {0.999998f, 0.0f, 0.001846f}, "p20k", 0 }, + { {-817.0f, -125.0f, 548.0f}, {0.0f, 1.0f, 0.0f}, {-0.865935f, 0.0f, 0.500156f}, "p105k", 0 }, + { {823.0f, -783.0f, 2290.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p33n", 0 }, + { {739.0f, -783.0f, 2074.0f}, {0.0f, 1.0f, 0.0f}, {-0.764155f, 0.0f, 0.645033f}, "p2113n2", 0 }, + { {818.0f, -653.0f, 1256.0f}, {0.0f, 1.0f, 0.0f}, {-0.764155f, 0.0f, 0.645033f}, "p43h", 0 }, + { {321.0f, -653.0f, 1309.0f}, {0.0f, 1.0f, 0.0f}, {-0.996425f, 0.0f, -0.084481f}, "p16h", 0 }, + { {391.0f, -653.0f, 2476.0f}, {0.0f, 1.0f, 0.0f}, {-0.764155f, 0.0f, 0.645033f}, "p1358n", 0 }, + { {196.0f, -653.0f, 2410.0f}, {0.0f, 1.0f, 0.0f}, {-0.984264f, 0.0f, 0.176705f}, "p1140n", 0 }, + { {482.0f, -783.0f, 2002.0f}, {0.0f, 1.0f, 0.0f}, {0.257841f, 0.0f, 0.966187f}, "p97n", 0 }, + { {406.0f, -783.0f, 1919.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p19n", 0 }, + { {390.0f, -738.0f, 1935.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p19n", 0 }, + { {428.0f, -738.0f, 1935.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p19n", 0 }, + { {2116.0f, -558.0f, 865.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p60m", 0 }, + { {2444.0f, -558.0f, 1298.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p2110m", 0 }, + { {2412.0f, -558.0f, 1322.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p2112m", 0 }, + { {1293.0f, -444.0f, 883.0f}, {0.0f, 1.0f, 0.0f}, {0.000105f, 0.0f, -1.0f}, "p7g", 0 }, + { {2379.0f, -558.0f, 1202.0f}, {0.0f, 1.0f, 0.0f}, {-0.867489f, 0.0f, -0.497457f}, "p2109m", 0 }, + { {2374.0f, -558.0f, 1162.0f}, {0.0f, 1.0f, 0.0f}, {-0.867489f, 0.0f, -0.497457f}, "p2204m", 0 }, + { {1909.0f, -558.0f, 862.0f}, {0.0f, 1.0f, 0.0f}, {0.374082f, 0.0f, -0.927396f}, "p19m", 0 }, + { {2246.0f, -558.0f, 780.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p81m", 0 }, + { {2443.0f, -558.0f, 786.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p2408m", 0 }, + { {2370.0f, -558.0f, 967.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p2211m", 0 }, + { {2127.0f, -558.0f, 576.0f}, {0.0f, 1.0f, 0.0f}, {-0.689393f, 0.0f, 0.724388f}, "p107m", 0 }, + { {2099.0f, -558.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {-0.710248f, 0.0f, -0.703951f}, "p106m", 0 }, + { {2134.0f, -507.0f, 569.0f}, {0.0f, 1.0f, 0.0f}, {-0.689393f, 0.0f, 0.724388f}, "p107m", 0 }, + { {595.0f, -350.0f, -881.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p107l", 0 }, + { {428.0f, -350.0f, -800.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p2l2", 0 }, + { {428.0f, -350.0f, -742.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p2l1", 0 }, + { {570.0f, -350.0f, -663.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p2073l1", 0 }, + { {575.0f, -219.0f, -158.0f}, {0.0f, 1.0f, 0.0f}, {0.497457f, 0.0f, -0.867489f}, "p1603f2", 0 }, + { {674.0f, -350.0f, -817.0f}, {0.0f, 1.0f, 0.0f}, {-0.867489f, 0.0f, -0.497457f}, "p106l", 0 }, + { {800.0f, -350.0f, -767.0f}, {0.0f, 1.0f, 0.0f}, {-0.497536f, 0.0f, 0.867443f}, "p65l", 0 }, + { {805.0f, -328.0f, -775.0f}, {0.0f, 1.0f, 0.0f}, {-0.50246f, 0.0f, -0.864601f}, "p65l", 0 }, + { {-910.0f, -128.0f, 632.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p107k", 0 }, + { {-345.0f, -219.0f, 45.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p573i", 0 }, + { {-476.0f, -219.0f, -17.0f}, {0.0f, 1.0f, 0.0f}, {0.005348f, 0.0f, 0.999986f}, "p565i", 0 }, + { {-600.0f, -219.0f, 51.0f}, {0.0f, 1.0f, 0.0f}, {-0.005348f, 0.0f, -0.999986f}, "p608i", 0 }, + { {-703.0f, -219.0f, -20.0f}, {0.0f, 1.0f, 0.0f}, {-0.999986f, 0.0f, 0.005348f}, "p600i", 0 }, + { {-1197.0f, -128.0f, 23.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p13i", 0 }, + { {-1210.0f, -128.0f, 167.0f}, {0.0f, 1.0f, 0.0f}, {0.256407f, 0.0f, -0.966569f}, "p113i", 0 }, + { {-1207.0f, -128.0f, 346.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p121i", 0 }, + { {-1210.0f, -128.0f, 435.0f}, {0.0f, 1.0f, 0.0f}, {0.868698f, 0.0f, 0.495342f}, "p340i", 0 }, + { {-847.0f, -128.0f, 571.0f}, {0.0f, 1.0f, 0.0f}, {0.750408f, 0.0f, -0.660975f}, "p106k", 0 }, + { {-858.0f, -106.0f, 570.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p106k", 0 }, + { {-938.0f, -128.0f, 425.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p58k", 0 }, + { {-912.0f, -69.0f, 872.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p40k", 0 }, + { {-17.0f, -784.0f, 2413.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1052n", 0 }, + { {619.0f, -784.0f, 2413.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1043n", 0 }, + { {627.0f, -784.0f, 2307.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p16n1", 0 }, + { {609.0f, -784.0f, 2029.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2114n1", 0 }, + { {724.0f, -718.0f, 2031.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p982n1", 0 }, + { {728.0f, -656.0f, 1903.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p993n1", 0 }, + { {621.0f, -656.0f, 1897.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p992n1", 0 }, + { {623.0f, -656.0f, 1818.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1531h", 0 }, + { {663.0f, -656.0f, 1314.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p59h", 0 }, + { {584.0f, -656.0f, 1316.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p24h", 0 }, + { {245.0f, -656.0f, 1300.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p40h", 0 }, + { {1029.0f, -656.0f, 1290.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p75h", 0 }, + { {-16.0f, -784.0f, 1528.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1593n", 0 }, + { {1088.0f, -656.0f, 1293.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1480c2", 0 }, + { {1136.0f, -656.0f, 1399.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1482c1", 0 }, + { {1253.0f, -656.0f, 1460.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1496c1", 0 }, + { {1374.0f, -656.0f, 1421.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1475c1", 0 }, + { {1436.0f, -656.0f, 1293.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1495c1", 0 }, + { {1494.0f, -656.0f, 1288.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2634m", 0 }, + { {2042.0f, -656.0f, 1285.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2653m", 0 }, + { {2301.0f, -555.0f, 1285.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2096m", 0 }, + { {2388.0f, -555.0f, 1262.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2113m", 0 }, + { {2406.0f, -555.0f, 1172.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2109m", 0 }, + { {2411.0f, -555.0f, 692.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2099m", 0 }, + { {2357.0f, -555.0f, 653.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2105m", 0 }, + { {2278.0f, -555.0f, 651.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p16m1", 0 }, + { {2178.0f, -555.0f, 789.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p94m", 0 }, + { {1958.0f, -555.0f, 779.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p104m", 0 }, + { {1999.0f, -555.0f, 656.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2074m1", 0 }, + { {1996.0f, -493.0f, 543.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p982m1", 0 }, + { {1881.0f, -432.0f, 543.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p993m1", 0 }, + { {1856.0f, -432.0f, 651.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p992m2", 0 }, + { {1777.0f, -432.0f, 648.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1531g", 0 }, + { {1289.0f, -432.0f, 698.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p24g", 0 }, + { {1258.0f, -432.0f, 1038.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p821g", 0 }, + { {1291.0f, -432.0f, 595.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p59g", 0 }, + { {1262.0f, -432.0f, 263.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p75g", 0 }, + { {1259.0f, -432.0f, 175.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p170b2", 0 }, + { {1261.0f, -432.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p170b1", 0 }, + { {1259.0f, -432.0f, -225.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1593l", 0 }, + { {1261.0f, -349.0f, -1043.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1034l", 0 }, + { {1241.0f, -349.0f, -1121.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1052l", 0 }, + { {1167.0f, -349.0f, -1139.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1047l", 0 }, + { {681.0f, -349.0f, -1136.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1038l", 0 }, + { {620.0f, -349.0f, -1088.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1043l", 0 }, + { {622.0f, -349.0f, -1014.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p16l1", 0 }, + { {501.0f, -349.0f, -969.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p36l", 0 }, + { {509.0f, -349.0f, -814.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2067l2", 0 }, + { {633.0f, -349.0f, -779.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p104l", 0 }, + { {633.0f, -349.0f, -723.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2068l1", 0 }, + { {509.0f, -289.0f, -732.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p982l2", 0 }, + { {509.0f, -227.0f, -599.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p993l2", 0 }, + { {623.0f, -227.0f, -596.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p992l1", 0 }, + { {623.0f, -227.0f, -521.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1537f", 0 }, + { {676.0f, -227.0f, -129.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1607f1", 0 }, + { {671.0f, -227.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p24f", 0 }, + { {569.0f, -227.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p59f", 0 }, + { {239.0f, -227.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p822f", 0 }, + { {1001.0f, -227.0f, 7.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p40f", 0 }, + { {155.0f, -227.0f, 9.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p170a1", 0 }, + { {-171.0f, -227.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p170a2", 0 }, + { {-247.0f, -227.0f, 12.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p594i", 0 }, + { {-786.0f, -227.0f, 12.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p619i", 0 }, + { {-1082.0f, -127.0f, 25.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1i", 0 }, + { {-1128.0f, -127.0f, 42.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p17i", 0 }, + { {-1151.0f, -127.0f, 106.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1061i", 0 }, + { {-1151.0f, -127.0f, 623.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1060i", 0 }, + { {-1110.0f, -127.0f, 658.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p9i", 0 }, + { {-1041.0f, -127.0f, 653.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p16k1", 0 }, + { {-757.0f, -127.0f, 640.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1062k1", 0 }, + { {-757.0f, -74.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p982k1", 0 }, + { {-629.0f, -7.0f, 763.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p993k2", 0 }, + { {-620.0f, -7.0f, 652.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p992k1", 0 }, + { {-546.0f, -7.0f, 647.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1537e", 0 }, + { {-57.0f, -7.0f, 717.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p60e", 0 }, + { {-60.0f, -7.0f, 601.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p24e", 0 }, + { {-16.0f, -7.0f, 266.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p821e", 0 }, + { {-16.0f, -7.0f, 1049.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p822e", 0 }, + { {-18.0f, -7.0f, 188.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p148a2", 0 }, + { {79.0f, -7.0f, 142.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p149a1", 0 }, + { {134.0f, -7.0f, 68.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p158a2", 0 }, + { {159.0f, -7.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p159a1", 0 }, + { {222.0f, -7.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p53j", 0 }, + { {374.0f, -7.0f, -50.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p192j", 0 }, + { {420.0f, -7.0f, -230.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p183j", 0 }, + { {449.0f, -7.0f, -339.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p209o", 0 }, + { {651.0f, -7.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p223o2", 0 }, + { {729.0f, -7.0f, -415.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p141o", 0 }, + { {797.0f, -7.0f, -302.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p126o2", 0 }, + { {887.0f, -7.0f, -245.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p138o", 0 }, + { {918.0f, -7.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p122o", 0 }, + { {899.0f, -7.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p20o", 0 }, + { {1060.0f, -7.0f, -563.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p130o1", 0 }, + { {1063.0f, -7.0f, -283.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p580o2", 0 }, + { {771.0f, -7.0f, -571.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p588o1", 0 }, + { {921.0f, -7.0f, -597.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p132o", 0 }, + { {1104.0f, -7.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p135o", 0 }, + { {-16.0f, -879.0f, 1459.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1480d2", 0 }, + { {102.0f, -879.0f, 1406.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1482d2", 0 }, + { {150.0f, -879.0f, 1288.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1496d1", 0 }, + { {99.0f, -879.0f, 1173.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1475d1", 0 }, + { {-18.0f, -879.0f, 1124.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1495d2", 0 }, + { {-16.0f, -7.0f, 1459.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2123d2", 0 }, + { {102.0f, -7.0f, 1406.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2114d2", 0 }, + { {150.0f, -7.0f, 1288.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2111d1", 0 }, + { {-188.0f, -224.0f, 1291.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p159d1", 0 }, + { {-140.0f, -224.0f, 1171.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p149d1", 0 }, + { {-20.0f, -224.0f, 1120.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p148d2", 0 }, + { {151.0f, -657.0f, 1287.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2053d2", 0 }, + { {100.0f, -657.0f, 1172.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2054d1", 0 }, + { {-17.0f, -657.0f, 1116.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2064d1", 0 }, + { {-17.0f, -7.0f, 1116.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2099d1", 0 }, + { {100.0f, -7.0f, 1172.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2102d1", 0 }, + { {1436.0f, -221.0f, 1293.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p159c1", 0 }, + { {1374.0f, -221.0f, 1421.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p149c1", 0 }, + { {1253.0f, -221.0f, 1460.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p148c2", 0 }, + { {1264.0f, -447.0f, 1111.0f}, {-2e-06, 1.0f, 0.0f}, {-1.0f, -2e-06, -1e-06}, "p1458c2", 0 }, + { {1146.0f, -447.0f, 1176.0f}, {-2e-06, 1.0f, 0.0f}, {-1.0f, -2e-06, -1e-06}, "p1459c2", 0 }, + { {1095.0f, -447.0f, 1287.0f}, {-2e-06, 1.0f, 0.0f}, {-1.0f, -2e-06, -1e-06}, "p1469c2", 0 }, + { {1261.0f, -210.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p148b2", 0 }, + { {1177.0f, -210.0f, -135.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, 0.866026f}, "p145b2", 0 }, + { {1094.0f, -210.0f, 9.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p159b1", 0 }, + { {-553.0f, -1006.0f, 1461.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "", 0 }, + { {14.0f, -879.0f, 1460.0f}, {0.0f, 1.0f, 0.0f}, {0.559193f, 0.0f, -0.829038f}, "p1480d1", 0 }, + { {901.0f, 33.0f, 59.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p56p", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {551.0f, -783.0f, 2302.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p82n", 0, {-24.00232f, 23.00232f, 0.0f, 0.0f, -21.00265f, 21.00254f} }, + { {551.0f, -783.0f, 2255.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p17n2", 0, {-23.00232f, 23.00232f, 0.0f, 0.0f, -21.00254f, 21.00254f} }, + { {551.0f, -783.0f, 2209.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p107n", 0, {-24.00232f, 23.00232f, 0.0f, 0.0f, -21.00265f, 21.00254f} }, + { {2202.0f, -558.0f, 640.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p17m1", 0, {-23.00232f, 23.997683f, 0.0f, 0.0f, -22.00254f, 21.00265f} }, + { {2202.0f, -558.0f, 687.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p17m1", 0, {-23.997574f, 23.00243f, 0.0f, 0.0f, -22.002651f, 21.00254f} }, + { {710.0f, -350.0f, -953.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -0.00011f}, "p17l2", 0, {-24.00232f, 23.00232f, 0.0f, 0.0f, -21.00265f, 21.00254f} }, + { {710.0f, -350.0f, -999.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -0.00011f}, "p82l", 0, {-23.00232f, 23.00232f, 0.0f, 0.0f, -21.00254f, 21.00254f} }, + { {-877.0f, 0.0f, 762.0f}, {0.0f, 1.0f, 0.0f}, {-0.00011f, 0.0f, -1.0f}, "p1061k1", 0, {-24.00232f, 23.00232f, 0.0f, 0.0f, -21.00265f, 21.00254f} }, + { {-670.0f, -128.0f, 541.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p44k", 0, {-23.002428f, 23.00232f, 0.0f, 0.0f, -21.00254f, 22.00254f} }, + { {-671.0f, -128.0f, 448.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p19k", 0, {-23.00232f, 23.002428f, 0.0f, 0.0f, -22.00254f, 21.00254f} }, + { {-670.0f, -128.0f, 495.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p43k", 0, {-24.002428f, 23.00232f, 0.0f, 0.0f, -21.00265f, 22.00254f} }, + { {-830.0f, 0.0f, 762.0f}, {0.0f, 1.0f, 0.0f}, {-0.00011f, 0.0f, -1.0f}, "p1061k2", 0, {-23.00232f, 23.00232f, 0.0f, 0.0f, -21.00254f, 21.00254f} }, + { {362.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.00011f, 0.0f, 1.0f}, "p214o", 0, {-23.002428f, 24.00232f, 0.0f, 0.0f, -21.00254f, 22.00265f} }, + { {409.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.00011f, 0.0f, 1.0f}, "p214o", 0, {-23.002428f, 23.00232f, 0.0f, 0.0f, -21.00254f, 22.00254f} }, + { {456.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.00011f, 0.0f, 1.0f}, "p208o", 0, {-24.002428f, 23.00232f, 0.0f, 0.0f, -21.00265f, 22.00254f} }, + { {502.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.00011f, 0.0f, 1.0f}, "p208o", 0, {-23.002428f, 23.00232f, 0.0f, 0.0f, -21.00254f, 21.997461f} }, + { {502.0f, -7.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {-0.000111f, 0.0f, -1.0f}, "p208o", 0, {-23.002333f, 23.002333f, 0.0f, 0.0f, -21.002554f, 21.002554f} }, + { {455.0f, -7.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {-0.000111f, 0.0f, -1.0f}, "p208o", 0, {-24.002333f, 23.002333f, 0.0f, 0.0f, -21.002665f, 21.002554f} }, + { {409.0f, -7.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {-0.000111f, 0.0f, -1.0f}, "p214o", 0, {-23.002333f, 23.002333f, 0.0f, 0.0f, -21.002554f, 21.002554f} }, + { {362.0f, -7.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {-0.000111f, 0.0f, -1.0f}, "p214o", 0, {-24.002333f, 23.002333f, 0.0f, 0.0f, -21.002665f, 21.002554f} }, + { {217.0f, -7.0f, -350.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p218o1", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {217.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p218o2", 0, {-23.03429f, 24.034288f, 0.0f, 0.0f, -21.039194f, 21.037561f} }, + { {217.0f, -7.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p218o2", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {217.0f, -7.0f, -489.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p218o2", 0, {-23.03429f, 24.034288f, 0.0f, 0.0f, -21.039194f, 21.037561f} }, + { {829.0f, -7.0f, -413.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p116o2", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {829.0f, -7.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p116o2", 0, {-23.03429f, 24.034288f, 0.0f, 0.0f, -21.039194f, 21.037561f} }, + { {935.0f, -7.0f, -518.0f}, {0.0f, 1.0f, 0.0f}, {-0.001634f, 0.0f, 0.999999f}, "p119o2", 0, {-24.035923f, 23.03429f, 0.0f, 0.0f, -21.960747f, 21.039194f} }, + { {888.0f, -7.0f, -518.0f}, {0.0f, 1.0f, 0.0f}, {-0.001634f, 0.0f, 0.999999f}, "p119o2", 0, {-23.035925f, 23.03429f, 0.0f, 0.0f, -22.03756f, 21.037561f} }, + { {1014.0f, -7.0f, -393.0f}, {0.0f, 1.0f, 0.0f}, {-0.999999f, 0.0f, -0.001634f}, "p117o2", 0, {-24.034288f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.039194f} }, + { {1014.0f, -7.0f, -440.0f}, {0.0f, 1.0f, 0.0f}, {-0.999999f, 0.0f, -0.001634f}, "p117o2", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {955.0f, -7.0f, -334.0f}, {0.0f, 1.0f, 0.0f}, {0.001634f, 0.0f, -0.999999f}, "p123o2", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {908.0f, -7.0f, -334.0f}, {0.0f, 1.0f, 0.0f}, {0.001634f, 0.0f, -0.999999f}, "p123o2", 0, {-24.034288f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.039194f} }, + { {-18.0f, -653.0f, 1292.0f}, {0.0f, 1.0f, 0.0f}, {0.996425f, 0.0f, 0.084481f}, "p1154d", 0, {-91.671104f, 91.671104f, -365.0f, 856.0f, -91.671104f, 91.671104f} }, + { {1260.0f, -653.0f, 1289.0f}, {0.0f, 1.0f, 0.0f}, {-0.996425f, 0.0f, -0.084481f}, "p1158c", 0, {-90.67468f, 93.663956f, -365.0f, 856.0f, -91.755585f, 91.586624f} }, + { {670.0f, -726.0f, 2367.0f}, {0.00033f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1044n1", 0, {-8.00099f, 7.99901f, -3.00264f, -2.99736f, -8.0f, 8.0f} }, + { {670.0f, -726.0f, 2333.0f}, {-0.000659f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p37n", 0, {-8.001317f, 7.99868f, -2.005272f, -1.994727f, -8.0f, 8.0f} }, + { {668.0f, -609.0f, 1876.0f}, {0.00033f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p992n2", 0, {-8.003629f, 7.996371f, -11.002639f, -10.99736f, -8.0f, 8.0f} }, + { {661.0f, -609.0f, 1838.0f}, {-0.000659f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1528h", 0, {-8.001976f, 7.998021f, -3.005272f, -2.994727f, -8.0f, 8.0f} }, + { {2339.0f, -503.0f, 601.0f}, {1.0f, 0.0f, -5e-06}, {0.0f, 1.0f, 0.0f}, "p2106m1", 0, {-8.000015f, 7.999986f, -3.00004f, -2.999961f, -8.0f, 8.0f} }, + { {2304.0f, -503.0f, 600.0f}, {-1.0f, 0.0f, 0.000334f}, {0.0f, 1.0f, 0.0f}, "p37m", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {1848.0f, -386.0f, 602.0f}, {1.0f, 0.0f, -5e-06}, {0.0f, 1.0f, 0.0f}, "p992m2", 0, {-8.000055f, 7.999946f, -11.00004f, -10.999961f, -8.0f, 8.0f} }, + { {1810.0f, -386.0f, 610.0f}, {-1.0f, 0.0f, 0.000334f}, {0.0f, 1.0f, 0.0f}, "p1528g", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {573.0f, -290.0f, -1069.0f}, {-5e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1044l1", 0, {-8.000015f, 7.999986f, -3.00004f, -2.999961f, -8.0f, 8.0f} }, + { {572.0f, -290.0f, -1034.0f}, {0.000334f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p37l", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {574.0f, -173.0f, -578.0f}, {-5e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p992l2", 0, {-8.000055f, 7.999946f, -11.00004f, -10.999961f, -8.0f, 8.0f} }, + { {582.0f, -173.0f, -540.0f}, {0.000334f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1528f", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {-1097.0f, -67.0f, 697.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p10i1", 0, {-8.000015f, 7.999985f, -3.000039f, -2.99996f, -8.0f, 8.0f} }, + { {-1062.0f, -67.0f, 698.0f}, {1.0f, 0.0f, -0.000334f}, {0.0f, 1.0f, 0.0f}, "p37k", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {-606.0f, 50.0f, 696.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p992k2", 0, {-8.000055f, 7.999946f, -11.000039f, -10.99996f, -8.0f, 8.0f} }, + { {-568.0f, 50.0f, 689.0f}, {1.0f, 0.0f, -0.000334f}, {0.0f, 1.0f, 0.0f}, "p1528e", 0, {-9.001002f, 7.998998f, -3.002673f, -2.996993f, -8.0f, 8.0f} }, + { {-41.0f, -867.0f, 1495.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1360d1", 0, {-4.0f, 3.0f, -2.0f, 47.000004f, -24.000002f, 72.0f} }, + { {644.0f, -770.0f, 2352.0f}, {-1.0f, 0.0f, 0.000232f}, {0.0f, 1.0f, 0.0f}, "p790n1", 0, {-4.000464f, 4.010911f, -2.000929f, 47.000927f, -25.000002f, 72.0f} }, + { {644.0f, -654.0f, 1849.0f}, {-1.0f, 0.0f, 0.000234f}, {0.0f, 1.0f, 0.0f}, "p781n2", 0, {-4.000468f, 4.010988f, -2.000935f, 47.000935f, -24.000002f, 73.0f} }, + { {4.0f, -867.0f, 1082.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "", 0, {-3.0f, 2.0f, -2.0f, 47.0f, -24.000002f, 72.0f} }, + { {-224.0f, -208.0f, 1267.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p176d1", 0, {-4.0f, 4.0f, -2.0f, 46.000004f, -25.000002f, 72.0f} }, + { {187.0f, -644.0f, 1312.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2030d1", 0, {-4.0f, 4.0f, -1.0f, 47.000004f, -25.000002f, 72.0f} }, + { {-41.0f, 5.0f, 1083.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2009d2", 0, {-4.0f, 4.0f, -2.0f, 47.000004f, -24.000002f, 73.0f} }, + { {1466.0f, -644.0f, 1311.0f}, {0.000232f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1437c1", 0, {-3.010679f, 4.000464f, -2.000696f, 46.000927f, -25.000002f, 72.0f} }, + { {2324.0f, -547.0f, 627.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p790m1", 0, {-4.0f, 4.0f, -2.0f, 46.0f, -25.000002f, 72.0f} }, + { {1821.0f, -431.0f, 627.0f}, {2e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p781m2", 0, {-3.000003f, 4.000075f, -2.000007f, 46.000008f, -24.000002f, 72.0f} }, + { {1055.0f, -644.0f, 1266.0f}, {5e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1453c1", 0, {-4.00001f, 4.000231f, -2.00002f, 47.00002f, -24.999998f, 72.0f} }, + { {1466.0f, -208.0f, 1311.0f}, {0.000231f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p176c1", 0, {-4.010604f, 4.000461f, -2.000922f, 46.00092f, -25.000002f, 72.0f} }, + { {1238.0f, -431.0f, 1083.0f}, {1.0f, 0.0f, 0.000233f}, {0.0f, 1.0f, 0.0f}, "p1360c2", 0, {-4.01093f, 4.000465f, -2.00093f, 47.000927f, -24.000002f, 72.0f} }, + { {1283.0f, -431.0f, -196.0f}, {-1.0f, 0.0f, -0.000232f}, {0.0f, 1.0f, 0.0f}, "p1377b1", 0, {-4.010911f, 4.000464f, -2.000929f, 47.000927f, -24.000002f, 72.0f} }, + { {599.0f, -334.0f, -1053.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p790l1", 0, {-4.0f, 3.0f, -2.0f, 46.0f, -25.000002f, 72.0f} }, + { {599.0f, -218.0f, -550.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p781l2", 0, {-4.000003f, 4.000075f, -2.000007f, 46.000008f, -24.000002f, 73.0f} }, + { {1238.0f, -431.0f, 215.0f}, {1.0f, 0.0f, 0.000233f}, {0.0f, 1.0f, 0.0f}, "p1360b1", 0, {-3.01093f, 4.000465f, -2.000698f, 47.000927f, -24.000002f, 72.0f} }, + { {1467.0f, -208.0f, 32.0f}, {0.000326f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "", 0, {-2.014977f, 3.000651f, -2.000651f, 46.000973f, -25.000002f, 72.0f} }, + { {1467.0f, 5.0f, 32.0f}, {0.000326f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "", 0, {-2.014977f, 3.000651f, -2.000651f, 46.000977f, -24.000002f, 73.0f} }, + { {1055.0f, -208.0f, -13.0f}, {-0.000233f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p176b1", 0, {-4.01093f, 4.000465f, -2.00093f, 47.00093f, -25.000002f, 72.0f} }, + { {-224.0f, -208.0f, -13.0f}, {-0.000232f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1649a1", 0, {-4.010911f, 4.000464f, -2.000929f, 47.000927f, -25.000002f, 72.0f} }, + { {-1082.0f, -111.0f, 672.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p790k1", 0, {-3.0f, 4.0f, -1.0f, 47.0f, -25.000002f, 72.0f} }, + { {-578.0f, 5.0f, 672.0f}, {-2e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p781k2", 0, {-4.000002f, 4.000077f, -1.000007f, 47.000008f, -24.000002f, 73.0f} }, + { {4.0f, 5.0f, 215.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p176a2", 0, {-4.000003f, 3.000077f, -2.000005f, 47.000004f, -24.000002f, 73.0f} }, + { {187.0f, 5.0f, 32.0f}, {-2e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1049a1", 0, {-3.000003f, 4.000077f, -2.000006f, 47.000004f, -24.000002f, 73.0f} }, + { {187.0f, -208.0f, 32.0f}, {-2e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1334a1", 0, {-3.000003f, 4.000077f, -2.000006f, 47.000004f, -25.000002f, 72.0f} }, + { {921.0f, 5.0f, -9.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p18o1", 0, {-4.000001f, 3.00002f, -1.000002f, 24.000004f, -24.000002f, 73.0f} }, + { {874.0f, 5.0f, -9.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p18o2", 0, {-3.000001f, 4.000019f, -1.000003f, 23.000002f, -24.000002f, 73.0f} }, + { {97.0f, 362.0f, 148.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p149a1", 0, {-60.000057f, 337.0001f, -83.00022f, 115.00004f, -100.0f, -88.0f} }, + { {58.0f, 362.0f, 148.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p145a2", 0, {-337.00018f, 59.99995f, -275.00003f, -75.99977f, -100.0f, -88.0f} }, + { {1164.0f, 362.0f, -107.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p149b2", 0, {-315.0002f, 81.99994f, -295.00006f, -96.99979f, -100.0f, -88.0f} }, + { {1126.0f, 362.0f, -107.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p149b1", 0, {-82.000046f, 315.0001f, -64.00021f, 135.00006f, -100.0f, -88.0f} }, + { {1404.0f, 362.0f, 1401.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p149c2", 0, {-86.00004f, 311.0001f, -55.00021f, 143.00006f, -100.0f, -88.0f} }, + { {1366.0f, 362.0f, 1401.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p149c2", 0, {-311.0002f, 85.99993f, -304.00006f, -104.999794f, -100.0f, -88.0f} }, + { {68.0f, 362.0f, 1137.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p2103d1", 0, {-351.0001f, 47.000057f, -112.00003f, 86.00024f, -100.0f, -88.0f} }, + { {30.0f, 362.0f, 1137.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p2103d2", 0, {-47.000168f, 350.99997f, -247.00023f, -47.99997f, -100.0f, -88.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 34829, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 34830, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 34831, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 34832, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 34833, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 34834, 2, + /* Type = ObjectiveDepositObjectInRoom; index = 6 */ + _mkword(0, _mkshort(0, 33)), 34, 4, 0, 0, + /* Type = ObjectiveDepositObjectInRoom; index = 7 */ + _mkword(0, _mkshort(0, 33)), 34, 12, 0, 0, + /* Type = ObjectiveDepositObjectInRoom; index = 8 */ + _mkword(0, _mkshort(0, 33)), 34, 88, 0, 0, + /* Type = ObjectiveDepositObjectInRoom; index = 9 */ + _mkword(0, _mkshort(0, 33)), 34, 95, 0, 0, + /* Type = ObjectiveEnd; index = 10 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 11 */ + _mkword(0, _mkshort(0, 23)), 1, 34835, 0, + /* Type = ObjectivePhotograph; index = 12 */ + _mkword(0, _mkshort(0, 30)), 0, 0, 0, + /* Type = ObjectiveEnd; index = 13 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 14 */ + _mkword(0, _mkshort(0, 23)), 2, 34836, 1, + /* Type = ObjectiveCollectObject; index = 15 */ + _mkword(0, _mkshort(0, 28)), 1, + /* Type = ObjectiveEnd; index = 16 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 17 */ + _mkword(0, _mkshort(0, 23)), 3, 34837, 1, + /* Type = ObjectiveCollectObject; index = 18 */ + _mkword(0, _mkshort(0, 28)), 2, + /* Type = ObjectiveCollectObject; index = 19 */ + _mkword(0, _mkshort(0, 28)), 3, + /* Type = ObjectiveCollectObject; index = 20 */ + _mkword(0, _mkshort(0, 28)), 4, + /* Type = ObjectiveCollectObject; index = 21 */ + _mkword(0, _mkshort(0, 28)), 5, + /* Type = ObjectiveFailCondition; index = 22 */ + _mkword(0, _mkshort(0, 27)), 256, + /* Type = ObjectiveFailCondition; index = 23 */ + _mkword(0, _mkshort(0, 27)), 512, + /* Type = ObjectiveFailCondition; index = 24 */ + _mkword(0, _mkshort(0, 27)), 1024, + /* Type = ObjectiveFailCondition; index = 25 */ + _mkword(0, _mkshort(0, 27)), 2048, + /* Type = ObjectiveEnd; index = 26 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 27 */ + _mkword(0, _mkshort(0, 23)), 4, 34838, 256, + /* Type = ObjectiveCompleteCondition; index = 28 */ + _mkword(0, _mkshort(0, 26)), 32768, + /* Type = ObjectiveFailCondition; index = 29 */ + _mkword(0, _mkshort(0, 27)), 16384, + /* Type = ObjectiveEnd; index = 30 */ + _mkword(0, _mkshort(0, 24)), + /* Type = StandardProp; index = 31 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 74), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 32 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 88), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 33 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 89), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 34 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 75), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 35 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 76), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 36 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 78), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 37 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 79), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 38 */ + _mkword(256, _mkshort(0, 3)), _mkword(93, 10032), 0x000205e8, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 39 */ + _mkword(256, _mkshort(0, 3)), _mkword(93, 10033), 0x000205e8, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 64), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 65), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 42 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 66), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 43 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 67), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 80), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 81), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 46 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 90), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 47 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 91), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 96), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 97), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 50 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 98), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 51 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 99), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 52 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 100), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 53 */ + _mkword(204, _mkshort(0, 3)), _mkword(53, 69), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 54 */ + _mkword(204, _mkshort(0, 3)), _mkword(53, 82), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 55 */ + _mkword(204, _mkshort(0, 3)), _mkword(53, 83), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(204, _mkshort(0, 3)), _mkword(53, 77), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Armour; index = 57 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 80), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 58 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 106), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Armour; index = 59 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 227), 0x00000001, 0x00000080, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = MultiMonitor; index = 60 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10001), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 61 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10002), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 62 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10003), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 63 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10004), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 64 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10005), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 65 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10006), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 66 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10007), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 67 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10008), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 68 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10009), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 69 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10010), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 70 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10011), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 71 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10012), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 72 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10013), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 73 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10014), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 74 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10015), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 75 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10016), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 76 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10017), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 77 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10018), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 78 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10019), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 79 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10020), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 80 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10021), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 81 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10022), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 82 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10023), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 83 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10024), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 84 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10025), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 85 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10026), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 86 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10027), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 87 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10028), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 88 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10029), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 89 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10030), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 90 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10031), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = Door; index = 91 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 50), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 92 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 51), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 93 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 52), 0x10000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000004, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 94 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 54), 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 95 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 55), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 96 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 56), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 97 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 57), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 98 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 58), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000004, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 99 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 59), 0x10000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000008, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 100 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 60), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 101 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 61), 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 102 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 62), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 103 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 63), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(5, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 104 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 64), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000008, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 105 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 65), 0x10000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000010, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 106 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 66), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(5, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 107 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 69), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 108 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 70), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(5, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 109 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 71), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000010, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 110 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 72), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 111 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0x0001), 0, 0, + /* Type = Door; index = 112 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 73), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 113 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0x0001), 0, 0, + /* Type = Door; index = 114 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 74), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 115 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 75), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(5, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 116 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 76), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 117 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 77), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 17, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 118 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0xfffe), 0, 0, + /* Type = Tag; index = 119 */ + _mkword(0, _mkshort(0, 22)), _mkword(14, 0xfffe), 0, 0, + /* Type = Tag; index = 120 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0001), 0, 0, + /* Type = Door; index = 121 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 78), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 122 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 79), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 123 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = Door; index = 124 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 80), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 125 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 81), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 126 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = Door; index = 127 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 82), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 128 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 83), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 129 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0x0001), 0, 0, + /* Type = Door; index = 130 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 84), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 131 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 85), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = SingleMonitor; index = 132 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 70), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 133 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 84), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 134 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 85), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 135 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 92), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 136 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 93), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 137 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 104), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = StandardProp; index = 138 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10034), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 139 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10035), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 140 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10036), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 141 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10037), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 142 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10038), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 143 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10039), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 144 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10040), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 145 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10041), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 146 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10042), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 147 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10043), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 148 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10044), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 149 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10045), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 150 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10046), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 151 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10047), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 152 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10048), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 153 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10049), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 154 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 71), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 155 */ + _mkword(204, _mkshort(0, 3)), _mkword(92, 87), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 156 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = StandardProp; index = 157 */ + _mkword(89, _mkshort(0, 3)), _mkword(69, 95), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 158 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = StandardProp; index = 159 */ + _mkword(256, _mkshort(0, 3)), _mkword(259, 72), 0x01240001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 160 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 63, 34839, 34840, 34841, 34842, 34843, 0, 0, + /* Type = Tag; index = 161 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = StandardProp; index = 162 */ + _mkword(256, _mkshort(0, 3)), _mkword(259, 73), 0x01240001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 163 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 63, 34844, 34845, 34846, 34847, 34848, 0, 0, + /* Type = Tag; index = 164 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = StandardProp; index = 165 */ + _mkword(256, _mkshort(0, 3)), _mkword(259, 86), 0x01240001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 166 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 63, 34849, 34850, 34851, 34852, 34853, 0, 0, + /* Type = Tag; index = 167 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = StandardProp; index = 168 */ + _mkword(256, _mkshort(0, 3)), _mkword(259, 94), 0x01240001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 169 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 63, 34854, 34855, 34856, 34857, 34858, 0, 0, + /* Type = Collectable; index = 170 */ + _mkword(256, _mkshort(0, 8)), _mkword(259, 107), 0x03520008, 0x80084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 171 */ + _mkword(0, _mkshort(0, 22)), _mkword(17, 0xffff), 0, 0, + /* Type = Guard; index = 172 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 183), _mkword(7, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 173 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 0), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 174 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 1), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 175 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 2), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 176 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 3), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 177 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 4), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 178 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 5), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 179 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 6), _mkword(3, 1049), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 180 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 7), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 181 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 8), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 182 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 9), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 183 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 10), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 184 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 11), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 185 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 12), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 186 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 13), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 187 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 14), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 188 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 15), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 189 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 16), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 190 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 17), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 191 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 18), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 192 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 19), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 193 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 20), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 194 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 21), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 195 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 22), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 196 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 23), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 197 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 24), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 198 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 25), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 199 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 26), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 200 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 27), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 201 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 30), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 202 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 31), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 203 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 32), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 204 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 33), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 205 */ + _mkword(0, _mkshort(0, 9)), _mkword(35, 34), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 206 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 35), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 207 */ + _mkword(0, _mkshort(0, 9)), _mkword(37, 36), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 208 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 38), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 209 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 39), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 210 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 40), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 211 */ + _mkword(0, _mkshort(0, 9)), _mkword(41, 41), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 212 */ + _mkword(0, _mkshort(0, 9)), _mkword(42, 42), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 213 */ + _mkword(0, _mkshort(0, 9)), _mkword(43, 43), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 214 */ + _mkword(0, _mkshort(0, 9)), _mkword(44, 44), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 215 */ + _mkword(0, _mkshort(0, 9)), _mkword(45, 45), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 216 */ + _mkword(0, _mkshort(0, 9)), _mkword(46, 46), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 217 */ + _mkword(0, _mkshort(0, 9)), _mkword(47, 47), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 218 */ + _mkword(0, _mkshort(0, 9)), _mkword(48, 48), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 219 */ + _mkword(0, _mkshort(0, 9)), _mkword(49, 49), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 220 */ + _mkword(0, _mkshort(0, 9)), _mkword(50, 50), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 221 */ + _mkword(0, _mkshort(0, 9)), _mkword(51, 51), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 222 */ + _mkword(0, _mkshort(0, 9)), _mkword(52, 52), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 223 */ + _mkword(0, _mkshort(0, 9)), _mkword(53, 53), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 224 */ + _mkword(0, _mkshort(0, 9)), _mkword(54, 54), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 225 */ + _mkword(0, _mkshort(0, 9)), _mkword(55, 55), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 226 */ + _mkword(0, _mkshort(0, 9)), _mkword(56, 56), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 227 */ + _mkword(0, _mkshort(0, 9)), _mkword(57, 57), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 228 */ + _mkword(0, _mkshort(0, 9)), _mkword(58, 58), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 229 */ + _mkword(0, _mkshort(0, 9)), _mkword(59, 59), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 230 */ + _mkword(0, _mkshort(0, 9)), _mkword(60, 60), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 231 */ + _mkword(0, _mkshort(0, 9)), _mkword(61, 61), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 232 */ + _mkword(0, _mkshort(0, 9)), _mkword(62, 62), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 233 */ + _mkword(0, _mkshort(0, 9)), _mkword(63, 63), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 234 */ + _mkword(0, _mkshort(0, 9)), _mkword(64, 108), _mkword(3, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 235 */ + _mkword(0, _mkshort(0, 9)), _mkword(65, 115), _mkword(3, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 236 */ + _mkword(0, _mkshort(0, 9)), _mkword(66, 119), _mkword(3, 1027), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 237 */ + _mkword(0, _mkshort(0, 9)), _mkword(67, 121), _mkword(3, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 238 */ + _mkword(0, _mkshort(0, 9)), _mkword(68, 126), _mkword(3, 1029), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 239 */ + _mkword(0, _mkshort(0, 9)), _mkword(69, 140), _mkword(3, 1030), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 240 */ + _mkword(0, _mkshort(0, 9)), _mkword(70, 144), _mkword(3, 1031), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 241 */ + _mkword(0, _mkshort(0, 9)), _mkword(71, 145), _mkword(3, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 242 */ + _mkword(0, _mkshort(0, 9)), _mkword(72, 151), _mkword(3, 1033), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 243 */ + _mkword(0, _mkshort(0, 9)), _mkword(73, 153), _mkword(3, 1034), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 244 */ + _mkword(0, _mkshort(0, 9)), _mkword(74, 161), _mkword(3, 1035), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 245 */ + _mkword(0, _mkshort(0, 9)), _mkword(75, 165), _mkword(3, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 246 */ + _mkword(0, _mkshort(0, 9)), _mkword(76, 167), _mkword(3, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 247 */ + _mkword(0, _mkshort(0, 9)), _mkword(77, 174), _mkword(3, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 248 */ + _mkword(0, _mkshort(0, 9)), _mkword(78, 181), _mkword(3, 1039), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Tag; index = 249 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = StandardProp; index = 250 */ + _mkword(512, _mkshort(0, 3)), _mkword(272, 60), 0x01244000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 251 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 73, 34859, 34860, 34861, 34862, 34863, 0, 0, + /* Type = Collectable; index = 252 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Tag; index = 253 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = Collectable; index = 254 */ + _mkword(256, _mkshort(0, 8)), _mkword(198, 0), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x2b, 0xff), 0xffff), 0, + /* Type = Rename; index = 255 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 43, 34879, 34880, 34881, 34882, 34883, 0, 0, + /* Type = Collectable; index = 256 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 257 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 258 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 3), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 259 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 260 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 261 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 262 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 263 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 264 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 265 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 266 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 267 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 268 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 269 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 270 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 271 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 272 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 273 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 274 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 275 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 276 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 277 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 278 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 279 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 280 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 281 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 282 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 283 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 284 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 285 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 286 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 287 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 288 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 289 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 290 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 291 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 292 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 293 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 294 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 295 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 296 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 297 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 298 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 43), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 299 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 44), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 300 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 45), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 301 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 46), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 302 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 47), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 303 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 48), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 304 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 49), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 305 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 50), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 306 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 51), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 307 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 52), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 308 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 53), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 309 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 64), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 310 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 311 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 66), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 312 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 67), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 313 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 68), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 314 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 69), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 315 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 70), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 316 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 71), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 317 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 72), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 318 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 73), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 319 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 74), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 320 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 75), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 321 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 76), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 322 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 77), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 323 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 78), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Key; index = 324 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 56), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 4, + /* Type = Rename; index = 325 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 34864, 34865, 34866, 34867, 34868, 0, 0, + /* Type = Key; index = 326 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 57), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 8, + /* Type = Rename; index = 327 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 34869, 34870, 34871, 34872, 34873, 0, 0, + /* Type = Key; index = 328 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 59), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 16, + /* Type = Rename; index = 329 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 34874, 34875, 34876, 34877, 34878, 0, 0, + /* Type = Key; index = 330 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 28, + /* Type = Cutscene; index = 331 */ + _mkword(0, _mkshort(0, 46)), 188893, 9106, -24914, 204486, 409487, 199, + /* Type = Tag; index = 332 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0xffff), 0, 0, + /* Type = Cutscene; index = 333 */ + _mkword(0, _mkshort(0, 46)), -133440, 12736, 82996, 238028, 387525, 107, + /* Type = Tag; index = 334 */ + _mkword(0, _mkshort(0, 22)), _mkword(18, 0xffff), 0, 0, + /* Type = EndProps; index = 335 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0x0007d0b2, 0xfffe687b, 0x000430b2, 0x000561d5, 0x00060101, 0x00000081, 0x00008844, 0x00008845, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x0006ee17, 0xfffe31d9, 0x00019306, 0x0005adca, 0x000097e9, 0x0000000c, 0x00008844, 0x00008845, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0x00040d2a, 0x0000115e, 0x0003aad5, 0x0002c9c5, 0x00052a8a, 0x000000dd, 0x00008844, 0x00008845, 0x00000000, + /* Type = FixedCam; index = 3 */ + _mkword(0, _mkshort(0, 6)), 0x000045aa, 0xfffdd9d6, 0x0003beac, 0x0004240b, 0x00010325, 0x000000d8, 0x00008844, 0x00008845, 0x00000000, + /* Type = FixedCam; index = 4 */ + _mkword(0, _mkshort(0, 6)), 0xfffcbca9, 0x00003e47, 0x000153ee, 0x000294b6, 0x0005c274, 0x0000005f, 0x00008844, 0x00008845, 0x00000000, + /* Type = WatchTime; index = 5 */ + _mkword(0, _mkshort(0, 7)), 5, 20, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 209, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 0, + /* Type = StartAmmo; index = 8 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartWeapon; index = 9 */ + _mkword(0, _mkshort(0, 1)), 34, -1, 0, + /* Type = StartAmmo; index = 10 */ + _mkword(0, _mkshort(0, 2)), 23, 8, 0, + /* Type = StartWeapon; index = 11 */ + _mkword(0, _mkshort(0, 1)), 40, -1, 0, + /* Type = StartAmmo; index = 12 */ + _mkword(0, _mkshort(0, 2)), 27, 10, 0, + /* Type = Spawn; index = 13 */ + _mkword(0, _mkshort(0, 0)), 110, 1, + /* Type = StartWeapon; index = 14 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 1, + /* Type = StartAmmo; index = 15 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 1, + /* Type = Spawn; index = 16 */ + _mkword(0, _mkshort(0, 0)), 109, 2, + /* Type = StartWeapon; index = 17 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 2, + /* Type = StartAmmo; index = 18 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 2, + /* Type = StartWeapon; index = 19 */ + _mkword(0, _mkshort(0, 1)), 34, -1, 2, + /* Type = StartAmmo; index = 20 */ + _mkword(0, _mkshort(0, 2)), 23, 8, 2, + /* Type = Cuff; index = 21 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = SwirlCam; index = 22 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff940000, 0x08270000, 0x02bc0000, 0x0000a666, 0x00460000, 0xffffffff, + /* Type = SwirlCam; index = 23 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff940000, 0x08270000, 0x02bc0000, 0x0000a666, 0x00460000, 0xffffffff, + /* Type = SwirlCam; index = 24 */ + _mkword(0, _mkshort(0, 3)), 2, 0xffa80000, 0x06150000, 0x02bc0000, 0x0000a666, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 25 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00610000, 0x03cc0000, 0x02ca0000, 0x0000a666, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 26 */ + _mkword(0, _mkshort(0, 3)), 2, 0x010a0000, 0x01e80000, 0x01fc0000, 0x0000a666, 0x002d0000, 0xffffffff, + /* Type = SwirlCam; index = 27 */ + _mkword(0, _mkshort(0, 3)), 2, 0x011c0000, 0x007e0000, 0x00be0000, 0x00008b3b, 0x001eebda, 0xffffffff, + /* Type = SwirlCam; index = 28 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00c30000, 0x00140000, 0x00210000, 0x000080a1, 0x001e50a3, 0xffffffff, + /* Type = SwirlCam; index = 29 */ + _mkword(0, _mkshort(0, 3)), 2, 0x003d0000, 0x00070000, 0xffe30000, 0x00007480, 0x00195dc1, 0xffffffff, + /* Type = SwirlCam; index = 30 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 31 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 32 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 33 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 34 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 4, -1 }; +s32 path_neighbors_4[] = { 0, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, -1 }; +s32 path_neighbors_6[] = { 5, 3, 7, -1 }; +s32 path_neighbors_7[] = { 6, 10, -1 }; +s32 path_neighbors_10[] = { 7, 11, -1 }; +s32 path_neighbors_11[] = { 10, 12, -1 }; +s32 path_neighbors_12[] = { 11, 9, 13, -1 }; +s32 path_neighbors_13[] = { 12, 15, -1 }; +s32 path_neighbors_15[] = { 13, 16, -1 }; +s32 path_neighbors_16[] = { 15, 17, -1 }; +s32 path_neighbors_17[] = { 16, 14, 18, -1 }; +s32 path_neighbors_18[] = { 17, 19, -1 }; +s32 path_neighbors_19[] = { 18, 20, -1 }; +s32 path_neighbors_20[] = { 19, 21, -1 }; +s32 path_neighbors_21[] = { 20, 22, 1, -1 }; +s32 path_neighbors_22[] = { 21, 23, -1 }; +s32 path_neighbors_23[] = { 22, 24, -1 }; +s32 path_neighbors_24[] = { 23, 25, -1 }; +s32 path_neighbors_25[] = { 24, -1 }; +s32 path_neighbors_1[] = { 21, -1 }; +s32 path_neighbors_2[] = { -1 }; +s32 path_neighbors_3[] = { 6, -1 }; +s32 path_neighbors_8[] = { -1 }; +s32 path_neighbors_9[] = { 12, -1 }; +s32 path_neighbors_14[] = { 17, -1 }; + +s32 path_indeces_4[] = { 0, 1, 2, -1 }; +s32 path_indeces_5[] = { 3, 4, 5, 6, 7, -1 }; +s32 path_indeces_6[] = { 8, 9, 10, 11, 12, -1 }; +s32 path_indeces_7[] = { 13, 14, 15, 16, 17, -1 }; +s32 path_indeces_10[] = { 18, 19, 20, 21, 22, 23, 24, -1 }; +s32 path_indeces_11[] = { 25, 26, 27, 28, 29, 30, 31, -1 }; +s32 path_indeces_12[] = { 32, 33, 34, 35, 36, -1 }; +s32 path_indeces_13[] = { 37, 38, -1 }; +s32 path_indeces_15[] = { 39, 40, 41, 42, 43, 44, -1 }; +s32 path_indeces_16[] = { 45, 46, 47, 48, 49, 50, 51, 52, -1 }; +s32 path_indeces_17[] = { 53, 54, 55, 56, 57, 58, -1 }; +s32 path_indeces_18[] = { 59, 60, -1 }; +s32 path_indeces_19[] = { 61, 62, 63, 64, 65, 66, 67, -1 }; +s32 path_indeces_20[] = { 68, 69, 70, 71, 72, -1 }; +s32 path_indeces_21[] = { 73, 74, 75, 76, 77, -1 }; +s32 path_indeces_22[] = { 78, 79, 80, 81, -1 }; +s32 path_indeces_23[] = { 82, 83, 84, -1 }; +s32 path_indeces_24[] = { 85, 86, -1 }; +s32 path_indeces_25[] = { 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, -1 }; +s32 path_indeces_0[] = { 97, 98, 99, 100, 101, -1 }; +s32 path_indeces_1[] = { 102, 103, 104, 111, 112, -1 }; +s32 path_indeces_2[] = { 105, 106, 107, -1 }; +s32 path_indeces_3[] = { 108, 109, 110, -1 }; +s32 path_indeces_8[] = { 113, 114, 115, -1 }; +s32 path_indeces_9[] = { 116, 117, 118, -1 }; +s32 path_indeces_14[] = { 119, 120, 121, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { &path_neighbors_15, &path_indeces_15, 0 }, + { &path_neighbors_16, &path_indeces_16, 0 }, + { &path_neighbors_17, &path_indeces_17, 0 }, + { &path_neighbors_18, &path_indeces_18, 0 }, + { &path_neighbors_19, &path_indeces_19, 0 }, + { &path_neighbors_20, &path_indeces_20, 0 }, + { &path_neighbors_21, &path_indeces_21, 0 }, + { &path_neighbors_22, &path_indeces_22, 0 }, + { &path_neighbors_23, &path_indeces_23, 0 }, + { &path_neighbors_24, &path_indeces_24, 0 }, + { &path_neighbors_25, &path_indeces_25, 0 }, + { NULL, NULL, 0 } +}; + + +s32 path_table_0[] = { 2, 1, -1 }; +s32 path_table_1[] = { 0, 97, -1 }; +s32 path_table_2[] = { 0, 3, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 3, 5, -1 }; +s32 path_table_5[] = { 4, 6, -1 }; +s32 path_table_6[] = { 5, 7, -1 }; +s32 path_table_7[] = { 6, 8, -1 }; +s32 path_table_8[] = { 7, 9, 10, -1 }; +s32 path_table_9[] = { 8, 10, 12, -1 }; +s32 path_table_10[] = { 8, 9, 11, -1 }; +s32 path_table_11[] = { 10, 108, -1 }; +s32 path_table_12[] = { 9, 13, -1 }; +s32 path_table_13[] = { 12, 14, -1 }; +s32 path_table_14[] = { 13, 15, -1 }; +s32 path_table_15[] = { 14, 16, -1 }; +s32 path_table_16[] = { 15, 17, -1 }; +s32 path_table_17[] = { 16, 18, -1 }; +s32 path_table_18[] = { 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 21, -1 }; +s32 path_table_21[] = { 20, 22, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 23, 25, -1 }; +s32 path_table_25[] = { 24, 28, 26, 27, -1 }; +s32 path_table_26[] = { 25, 28, 27, -1 }; +s32 path_table_27[] = { 28, 25, 26, -1 }; +s32 path_table_28[] = { 29, 25, 26, 27, -1 }; +s32 path_table_29[] = { 28, 30, -1 }; +s32 path_table_30[] = { 29, 31, -1 }; +s32 path_table_31[] = { 30, 32, -1 }; +s32 path_table_32[] = { 31, 33, 35, -1 }; +s32 path_table_33[] = { 34, 32, 35, -1 }; +s32 path_table_34[] = { 33, 116, -1 }; +s32 path_table_35[] = { 33, 32, 36, -1 }; +s32 path_table_36[] = { 35, 37, -1 }; +s32 path_table_37[] = { 36, 38, -1 }; +s32 path_table_38[] = { 37, 39, -1 }; +s32 path_table_39[] = { 38, 40, -1 }; +s32 path_table_40[] = { 39, 41, -1 }; +s32 path_table_41[] = { 40, 42, -1 }; +s32 path_table_42[] = { 41, 43, -1 }; +s32 path_table_43[] = { 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 44, 48, 46, 47, -1 }; +s32 path_table_46[] = { 45, 48, 47, -1 }; +s32 path_table_47[] = { 45, 48, 46, -1 }; +s32 path_table_48[] = { 49, 45, 46, 47, -1 }; +s32 path_table_49[] = { 48, 50, -1 }; +s32 path_table_50[] = { 49, 51, -1 }; +s32 path_table_51[] = { 50, 52, -1 }; +s32 path_table_52[] = { 51, 53, -1 }; +s32 path_table_53[] = { 55, 56, 52, 54, -1 }; +s32 path_table_54[] = { 53, 55, 56, -1 }; +s32 path_table_55[] = { 58, 56, 53, 54, -1 }; +s32 path_table_56[] = { 53, 55, 57, 54, -1 }; +s32 path_table_57[] = { 56, 59, -1 }; +s32 path_table_58[] = { 55, 121, -1 }; +s32 path_table_59[] = { 57, 60, -1 }; +s32 path_table_60[] = { 59, 61, -1 }; +s32 path_table_61[] = { 60, 62, -1 }; +s32 path_table_62[] = { 61, 63, -1 }; +s32 path_table_63[] = { 62, 64, -1 }; +s32 path_table_64[] = { 63, 65, -1 }; +s32 path_table_65[] = { 64, 66, -1 }; +s32 path_table_66[] = { 65, 67, -1 }; +s32 path_table_67[] = { 66, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 70, 72, -1 }; +s32 path_table_72[] = { 71, 73, -1 }; +s32 path_table_73[] = { 72, 74, 75, -1 }; +s32 path_table_74[] = { 73, 75, 77, -1 }; +s32 path_table_75[] = { 73, 76, 74, -1 }; +s32 path_table_76[] = { 78, 75, -1 }; +s32 path_table_77[] = { 74, 111, -1 }; +s32 path_table_78[] = { 76, 79, -1 }; +s32 path_table_79[] = { 78, 80, -1 }; +s32 path_table_80[] = { 79, 81, -1 }; +s32 path_table_81[] = { 80, 82, -1 }; +s32 path_table_82[] = { 81, 83, -1 }; +s32 path_table_83[] = { 82, 84, -1 }; +s32 path_table_84[] = { 83, 85, -1 }; +s32 path_table_85[] = { 84, 86, -1 }; +s32 path_table_86[] = { 85, 87, -1 }; +s32 path_table_87[] = { 86, 88, 94, -1 }; +s32 path_table_88[] = { 87, 89, 90, -1 }; +s32 path_table_89[] = { 88, 91, 93, -1 }; +s32 path_table_90[] = { 88, 92, -1 }; +s32 path_table_91[] = { 89, -1 }; +s32 path_table_92[] = { 90, 95, 96, -1 }; +s32 path_table_93[] = { 89, 96, -1 }; +s32 path_table_94[] = { 87, 95, -1 }; +s32 path_table_95[] = { 92, 94, -1 }; +s32 path_table_96[] = { 92, 93, -1 }; +s32 path_table_97[] = { 98, 1, -1 }; +s32 path_table_98[] = { 97, 99, -1 }; +s32 path_table_99[] = { 98, 100, -1 }; +s32 path_table_100[] = { 99, 101, -1 }; +s32 path_table_101[] = { 100, -1 }; +s32 path_table_102[] = { 103, -1 }; +s32 path_table_103[] = { 102, 104, -1 }; +s32 path_table_104[] = { 103, 112, -1 }; +s32 path_table_105[] = { 106, -1 }; +s32 path_table_106[] = { 105, 107, -1 }; +s32 path_table_107[] = { 106, -1 }; +s32 path_table_108[] = { 11, 109, -1 }; +s32 path_table_109[] = { 108, 110, -1 }; +s32 path_table_110[] = { 109, -1 }; +s32 path_table_111[] = { 77, 112, -1 }; +s32 path_table_112[] = { 104, 111, -1 }; +s32 path_table_116[] = { 34, 117, -1 }; +s32 path_table_117[] = { 116, 118, -1 }; +s32 path_table_118[] = { 117, -1 }; +s32 path_table_113[] = { 114, -1 }; +s32 path_table_114[] = { 113, 115, -1 }; +s32 path_table_115[] = { 114, -1 }; +s32 path_table_121[] = { 58, 120, -1 }; +s32 path_table_120[] = { 121, 119, -1 }; +s32 path_table_119[] = { 120, -1 }; + +waypoint pathwaypoints[] = { + { 0x0000006c, &path_table_0, 0x00000004, 0x00000000 }, + { 0x00000078, &path_table_1, 0x00000004, 0x00000000 }, + { 0x0000006d, &path_table_2, 0x00000004, 0x00000000 }, + { 0x0000006e, &path_table_3, 0x00000005, 0x00000000 }, + { 0x0000006f, &path_table_4, 0x00000005, 0x00000000 }, + { 0x00000070, &path_table_5, 0x00000005, 0x00000000 }, + { 0x00000071, &path_table_6, 0x00000005, 0x00000000 }, + { 0x00000072, &path_table_7, 0x00000005, 0x00000000 }, + { 0x00000073, &path_table_8, 0x00000006, 0x00000000 }, + { 0x00000074, &path_table_9, 0x00000006, 0x00000000 }, + { 0x00000075, &path_table_10, 0x00000006, 0x00000000 }, + { 0x00000076, &path_table_11, 0x00000006, 0x00000000 }, + { 0x00000077, &path_table_12, 0x00000006, 0x00000000 }, + { 0x00000079, &path_table_13, 0x00000007, 0x00000000 }, + { 0x0000007a, &path_table_14, 0x00000007, 0x00000000 }, + { 0x0000007b, &path_table_15, 0x00000007, 0x00000000 }, + { 0x0000007c, &path_table_16, 0x00000007, 0x00000000 }, + { 0x0000007d, &path_table_17, 0x00000007, 0x00000000 }, + { 0x0000007e, &path_table_18, 0x0000000a, 0x00000000 }, + { 0x0000007f, &path_table_19, 0x0000000a, 0x00000000 }, + { 0x00000080, &path_table_20, 0x0000000a, 0x00000000 }, + { 0x00000081, &path_table_21, 0x0000000a, 0x00000000 }, + { 0x00000082, &path_table_22, 0x0000000a, 0x00000000 }, + { 0x00000083, &path_table_23, 0x0000000a, 0x00000000 }, + { 0x00000084, &path_table_24, 0x0000000a, 0x00000000 }, + { 0x00000085, &path_table_25, 0x0000000b, 0x00000000 }, + { 0x00000086, &path_table_26, 0x0000000b, 0x00000000 }, + { 0x00000087, &path_table_27, 0x0000000b, 0x00000000 }, + { 0x00000088, &path_table_28, 0x0000000b, 0x00000000 }, + { 0x00000089, &path_table_29, 0x0000000b, 0x00000000 }, + { 0x0000008a, &path_table_30, 0x0000000b, 0x00000000 }, + { 0x0000008b, &path_table_31, 0x0000000b, 0x00000000 }, + { 0x0000008c, &path_table_32, 0x0000000c, 0x00000000 }, + { 0x0000008d, &path_table_33, 0x0000000c, 0x00000000 }, + { 0x0000008e, &path_table_34, 0x0000000c, 0x00000000 }, + { 0x0000008f, &path_table_35, 0x0000000c, 0x00000000 }, + { 0x00000090, &path_table_36, 0x0000000c, 0x00000000 }, + { 0x00000091, &path_table_37, 0x0000000d, 0x00000000 }, + { 0x00000092, &path_table_38, 0x0000000d, 0x00000000 }, + { 0x00000093, &path_table_39, 0x0000000f, 0x00000000 }, + { 0x00000094, &path_table_40, 0x0000000f, 0x00000000 }, + { 0x00000095, &path_table_41, 0x0000000f, 0x00000000 }, + { 0x00000096, &path_table_42, 0x0000000f, 0x00000000 }, + { 0x00000097, &path_table_43, 0x0000000f, 0x00000000 }, + { 0x00000098, &path_table_44, 0x0000000f, 0x00000000 }, + { 0x00000099, &path_table_45, 0x00000010, 0x00000000 }, + { 0x0000009a, &path_table_46, 0x00000010, 0x00000000 }, + { 0x0000009b, &path_table_47, 0x00000010, 0x00000000 }, + { 0x0000009c, &path_table_48, 0x00000010, 0x00000000 }, + { 0x0000009d, &path_table_49, 0x00000010, 0x00000000 }, + { 0x0000009e, &path_table_50, 0x00000010, 0x00000000 }, + { 0x0000009f, &path_table_51, 0x00000010, 0x00000000 }, + { 0x000000a0, &path_table_52, 0x00000010, 0x00000000 }, + { 0x000000a1, &path_table_53, 0x00000011, 0x00000000 }, + { 0x000000a2, &path_table_54, 0x00000011, 0x00000000 }, + { 0x000000a3, &path_table_55, 0x00000011, 0x00000000 }, + { 0x000000a4, &path_table_56, 0x00000011, 0x00000000 }, + { 0x000000a5, &path_table_57, 0x00000011, 0x00000000 }, + { 0x000000a6, &path_table_58, 0x00000011, 0x00000000 }, + { 0x000000a7, &path_table_59, 0x00000012, 0x00000000 }, + { 0x000000a8, &path_table_60, 0x00000012, 0x00000000 }, + { 0x000000a9, &path_table_61, 0x00000013, 0x00000000 }, + { 0x000000aa, &path_table_62, 0x00000013, 0x00000000 }, + { 0x000000ab, &path_table_63, 0x00000013, 0x00000000 }, + { 0x000000ac, &path_table_64, 0x00000013, 0x00000000 }, + { 0x000000ad, &path_table_65, 0x00000013, 0x00000000 }, + { 0x000000ae, &path_table_66, 0x00000013, 0x00000000 }, + { 0x000000af, &path_table_67, 0x00000013, 0x00000000 }, + { 0x000000b0, &path_table_68, 0x00000014, 0x00000000 }, + { 0x000000b1, &path_table_69, 0x00000014, 0x00000000 }, + { 0x000000b2, &path_table_70, 0x00000014, 0x00000000 }, + { 0x000000b3, &path_table_71, 0x00000014, 0x00000000 }, + { 0x000000b4, &path_table_72, 0x00000014, 0x00000000 }, + { 0x000000b5, &path_table_73, 0x00000015, 0x00000000 }, + { 0x000000b6, &path_table_74, 0x00000015, 0x00000000 }, + { 0x000000b7, &path_table_75, 0x00000015, 0x00000000 }, + { 0x000000b8, &path_table_76, 0x00000015, 0x00000000 }, + { 0x000000b9, &path_table_77, 0x00000015, 0x00000000 }, + { 0x000000ba, &path_table_78, 0x00000016, 0x00000000 }, + { 0x000000bb, &path_table_79, 0x00000016, 0x00000000 }, + { 0x000000bc, &path_table_80, 0x00000016, 0x00000000 }, + { 0x000000bd, &path_table_81, 0x00000016, 0x00000000 }, + { 0x000000be, &path_table_82, 0x00000017, 0x00000000 }, + { 0x000000bf, &path_table_83, 0x00000017, 0x00000000 }, + { 0x000000c0, &path_table_84, 0x00000017, 0x00000000 }, + { 0x000000c1, &path_table_85, 0x00000018, 0x00000000 }, + { 0x000000c2, &path_table_86, 0x00000018, 0x00000000 }, + { 0x000000c3, &path_table_87, 0x00000019, 0x00000000 }, + { 0x000000c4, &path_table_88, 0x00000019, 0x00000000 }, + { 0x000000c5, &path_table_89, 0x00000019, 0x00000000 }, + { 0x000000c6, &path_table_90, 0x00000019, 0x00000000 }, + { 0x000000c7, &path_table_91, 0x00000019, 0x00000000 }, + { 0x000000c8, &path_table_92, 0x00000019, 0x00000000 }, + { 0x000000c9, &path_table_93, 0x00000019, 0x00000000 }, + { 0x000000ca, &path_table_94, 0x00000019, 0x00000000 }, + { 0x000000cb, &path_table_95, 0x00000019, 0x00000000 }, + { 0x000000cc, &path_table_96, 0x00000019, 0x00000000 }, + { 0x000000cd, &path_table_97, 0x00000000, 0x00000000 }, + { 0x000000ce, &path_table_98, 0x00000000, 0x00000000 }, + { 0x000000cf, &path_table_99, 0x00000000, 0x00000000 }, + { 0x000000d0, &path_table_100, 0x00000000, 0x00000000 }, + { 0x000000d1, &path_table_101, 0x00000000, 0x00000000 }, + { 0x000000d2, &path_table_102, 0x00000001, 0x00000000 }, + { 0x000000d3, &path_table_103, 0x00000001, 0x00000000 }, + { 0x000000d4, &path_table_104, 0x00000001, 0x00000000 }, + { 0x000000d5, &path_table_105, 0x00000002, 0x00000000 }, + { 0x000000d6, &path_table_106, 0x00000002, 0x00000000 }, + { 0x000000d7, &path_table_107, 0x00000002, 0x00000000 }, + { 0x000000d8, &path_table_108, 0x00000003, 0x00000000 }, + { 0x000000d9, &path_table_109, 0x00000003, 0x00000000 }, + { 0x000000da, &path_table_110, 0x00000003, 0x00000000 }, + { 0x000000db, &path_table_111, 0x00000001, 0x00000000 }, + { 0x000000dc, &path_table_112, 0x00000001, 0x00000000 }, + { 0x000000dd, &path_table_113, 0x00000008, 0x00000000 }, + { 0x000000de, &path_table_114, 0x00000008, 0x00000000 }, + { 0x000000df, &path_table_115, 0x00000008, 0x00000000 }, + { 0x000000e0, &path_table_116, 0x00000009, 0x00000000 }, + { 0x000000e1, &path_table_117, 0x00000009, 0x00000000 }, + { 0x000000e2, &path_table_118, 0x00000009, 0x00000000 }, + { 0x000000e3, &path_table_119, 0x0000000e, 0x00000000 }, + { 0x000000e4, &path_table_120, 0x0000000e, 0x00000000 }, + { 0x000000e5, &path_table_121, 0x0000000e, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 path_set_0[] = { 0, 2, 3, 4, -1 }; +s32 path_set_1[] = { 8, 9, 10, -1 }; +s32 path_set_2[] = { 12, 9, 8, -1 }; +s32 path_set_3[] = { 13, 14, 15, 16, -1 }; +s32 path_set_4[] = { 18, 19, 20, 21, 22, 23, -1 }; +s32 path_set_5[] = { 32, 33, 34, -1 }; +s32 path_set_6[] = { 36, 35, 32, -1 }; +s32 path_set_7[] = { 37, 38, 39, 40, 41, -1 }; +s32 path_set_8[] = { 43, 42, -1 }; +s32 path_set_9[] = { 45, 46, 47, 48, 49, 50, 51, 52, -1 }; +s32 path_set_10[] = { 53, 54, 55, 58, -1 }; +s32 path_set_11[] = { 57, 56, 54, 53, -1 }; +s32 path_set_12[] = { 59, 60, 61, 62, 63, 64, -1 }; +s32 path_set_13[] = { 66, 65, -1 }; +s32 path_set_14[] = { 73, 72, 71, 70, 69, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { &path_set_1, 0x01, 0x00, 0x0000 }, + { &path_set_2, 0x02, 0x00, 0x0000 }, + { &path_set_3, 0x03, 0x00, 0x0000 }, + { &path_set_4, 0x04, 0x00, 0x0000 }, + { &path_set_5, 0x05, 0x00, 0x0000 }, + { &path_set_6, 0x06, 0x00, 0x0000 }, + { &path_set_7, 0x07, 0x00, 0x0000 }, + { &path_set_8, 0x08, 0x00, 0x0000 }, + { &path_set_9, 0x09, 0x00, 0x0000 }, + { &path_set_10, 0x0a, 0x00, 0x0000 }, + { &path_set_11, 0x0b, 0x00, 0x0000 }, + { &path_set_12, 0x0c, 0x00, 0x0000 }, + { &path_set_13, 0x0d, 0x00, 0x0000 }, + { &path_set_14, 0x0e, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x200005fd, 0x00070400 }; +u32 ai_1[] = { 0x200105fd, 0x00070400 }; +u32 ai_2[] = { 0x200205fd, 0x00070400 }; +u32 ai_3[] = { 0x200305fd, 0x00070400 }; +u32 ai_4[] = { 0x200405fd, 0x00070400 }; +u32 ai_5[] = { 0x200505fd, 0x00070400 }; +u32 ai_6[] = { 0x200605fd, 0x00070400 }; +u32 ai_7[] = { 0x200705fd, 0x00070400 }; +u32 ai_8[] = { 0x200805fd, 0x00070400 }; +u32 ai_9[] = { 0x200905fd, 0x00070400 }; +u32 ai_10[] = { 0x200a05fd, 0x00070400 }; +u32 ai_11[] = { 0x200b05fd, 0x00070400 }; +u32 ai_12[] = { 0x200c05fd, 0x00070400 }; +u32 ai_13[] = { 0x200d05fd, 0x00070400 }; +u32 ai_14[] = { 0x200e05fd, 0x00070400 }; +u32 ai_15[] = { 0x02000346, 0x1f2f3c01, 0x00023c46, 0x1f3a1f3b, 0x20321703, 0x39153e15, 0x3f153c16, 0x023d0396, 0x80132f03, 0x01000213, 0x42230100, 0x02230604, 0x1005fd00, 0x04020379, 0x00200100, 0x02040100, 0x02153335, 0x40180100, 0x02181016, 0x01000216, 0x47401748, 0xc0174b00, 0x0a170100, 0x02173335, 0xc81b451b, 0x0100021b, 0x4b00641f, 0x79002006, 0x041005fd, 0x0411021f, 0x06041005, 0xfd041202, 0x20333540, 0x24060410, 0x05fd0413, 0x0224ad49, 0x66206f6e, 0x6c792049, 0x20686164, 0x20612067, 0x756e2121, 0x210a001a, 0x25010002, 0x25032f01, 0x01250201, 0x01000400 }; +u32 ai_16[] = { 0x0200032f, 0x1c010002, 0x1c333596, 0x1d333500, 0x1e000102, 0x1d0e0102, 0x1e100102, 0x01032f03, 0x01010203, 0x3c160702, 0x16476e17, 0x4891174b, 0x000a1707, 0x0217011c, 0x04000000 }; +u32 ai_17[] = { 0x02000333, 0x35fd2046, 0x20001f02, 0x1f45214c, 0x00c81a3c, 0x21001a02, 0x21790102, 0x21010002, 0x1a002002, 0x20060412, 0x05fd0413, 0x02010702, 0x0205fd00, 0x10040000 }; +u32 ai_18[] = { 0x61fd0200, 0x1c00d102, 0x03032f01, 0x4dfd0032, 0x00d10146, 0x1f010302, 0x1fad210a, 0x00210223, 0x033335dc, 0x233b232f, 0x23012302, 0x23ad496d, 0x206f6666, 0x210a0001, 0x0002014d, 0xfd003200, 0xd12d0702, 0x2d3c0422, 0x07020403, 0x07040000 }; +u32 ai_19[] = { 0x9d000008, 0x009d0000, 0x02009001, 0x2c8f00c8, 0x91509350, 0x92500234, 0x03083c23, 0x01340223, 0xc3880aae, 0x0237034b, 0x0032387c, 0xfdc838b4, 0x00070838, 0x2f230137, 0x02233335, 0x80231400, 0x0100003a, 0x02231500, 0x0100003a, 0x0137023a, 0x01370238, 0x05fd0415, 0x04000000 }; +u32 ai_20[] = { 0x9d000000, 0x107cfdc8, 0x0302381f, 0x00c70239, 0x032f079c, 0x00001000, 0x1354fd00, 0xba040213, 0x9c000020, 0x001354fd, 0x00be0502, 0x134dfd00, 0x3200c701, 0x01390207, 0x4dfd0032, 0x00c70101, 0x38020122, 0x05fd0001, 0x02036007, 0x01380204, 0x670f9a00, 0x00100001, 0x38020567, 0x109a0000, 0x20000138, 0x04000000 }; +u32 ai_26[] = { 0x02349736, 0x80973780, 0x97388097, 0x3980973b, 0x80973e80, 0x973f8002, 0x37039c00, 0x00010023, 0x5b02239a, 0x00000100, 0x02239c00, 0x00020023, 0x5b03239a, 0x00000200, 0x02239c00, 0x00040023, 0x5b04239a, 0x00000400, 0x02239c00, 0x00080023, 0x5b05239a, 0x00000800, 0x02230137, 0x04000000 }; +u32 ai_27[] = { 0x020003cf, 0x23010002, 0x23ae0203, 0x03700113, 0xb300012c, 0x1370023f, 0x70044002, 0x1357223e, 0x0103023e, 0xc38809b7, 0x01680034, 0x023fc388, 0x46b701c2, 0x00340240, 0xc38846b7, 0x01fe0034, 0x0234b9b5, 0x020703bb, 0x00192301, 0x070223f4, 0x00ffff02, 0x0403bb00, 0x0f230104, 0x0223c388, 0x0b020503, 0xbb000023, 0x01050223, 0xf6b6b802, 0x06030106, 0x04000000 }; +u32 ai_28[] = { 0x02030359, 0x01230103, 0x0223660a, 0x02040359, 0x05230104, 0x0223670a, 0x01030400 }; +u32 ai_21[] = { 0xd9fd00e8, 0x230223ae, 0x020303b4, 0x00003c23, 0x01030223, 0x0a006500, 0x08006d04, 0x10020403, 0xb4000070, 0x23010402, 0x23e0fd00, 0xe0fd0102, 0x0503b400, 0x00ea2301, 0x05022367, 0x0d020603, 0x680d0123, 0x01060223, 0xda020703, 0xdc230107, 0x02236d00, 0x23001302, 0x23d51200, 0x020000db, 0x020803dc, 0x23010802, 0x23b70002, 0xb5b9ae02, 0x0903bb00, 0x00230109, 0x0223b6a4, 0x11000200, 0x005f11ae, 0x020a03b4, 0x0000b423, 0x010a0223, 0xda020b03, 0xdc23010b, 0x02230213, 0xd2020103, 0x01010400 }; +u32 ai_22[] = { 0x0a006200, 0x00000104, 0x10ae0203, 0x03b40000, 0x3c230103, 0x02230a00, 0x620001ff, 0xff041002, 0x01030101, 0x04000000 }; +u32 ai_30[] = { 0x020303cf, 0x23010302, 0x2305f804, 0x17020103, 0x01010400 }; +u32 ai_29[] = { 0x023403eb, 0x3b5500e8, 0x23013402, 0x239a0000, 0x8000ecd7, 0x04b6b8da, 0x020303dc, 0x23010302, 0x23f12305, 0xfd000f02, 0x23ddeadf, 0x0ddf0e59, 0x02235903, 0x23591a23, 0x591b2359, 0x1c23591d, 0x23591823, 0x59192359, 0x04235905, 0x23590623, 0x59072359, 0x08235909, 0x23590a23, 0x590b2359, 0x0c23590d, 0x23590e23, 0x590f2359, 0x10235911, 0x23591223, 0x59132359, 0x16235914, 0x23591523, 0xe4050223, 0xed030303, 0xd50c0002, 0x000005f8, 0x0416db02, 0x0403dc23, 0x01040223, 0x05fd0001, 0x023b05fd, 0x00010400 }; +u32 ai_23[] = { 0x911e9314, 0x8d330234, 0x14002100, 0x00000200, 0x0346233a, 0x233b2332, 0x233c2301, 0x00022333, 0x35c83a35, 0x64231600, 0x01000003, 0x023a1a03, 0x022309ae, 0x02040333, 0x35fa23b4, 0x0000b423, 0x01040223, 0x08030303, 0x03022314, 0x00210000, 0x23022316, 0x00010000, 0x23022302, 0x03032f01, 0x01030201, 0x01340400 }; +u32 ai_24[] = { 0x020303d6, 0xfc7c0400, 0x23020401, 0x03022305, 0xfd000204 }; +u32 ai_25[] = { 0x020303d6, 0x00000400, 0x23020401, 0x03022305, 0xfd000204 }; +u32 ai_31[] = { 0x023403a0, 0x36001000, 0x00a03700, 0x100000a0, 0x38001000, 0x00a03900, 0x100000a0, 0x3a001000, 0x0003a03b, 0x00100000, 0xa03c0010, 0x0000a03d, 0x00100000, 0xa03e0010, 0x0000a03f, 0x00100000, 0x03023703, 0xf7022301, 0x370223c3, 0x880c9a00, 0x00400005, 0xfd000104 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x00001000 }, + /* index = 27 */ + { &ai_27, 0x00001001 }, + /* index = 28 */ + { &ai_28, 0x00001002 }, + /* index = 29 */ + { &ai_29, 0x00001003 }, + /* index = 30 */ + { &ai_30, 0x00001004 }, + /* index = 31 */ + { &ai_31, 0x00001005 }, + /* index = 32 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/e/UsetupstatueZ.c b/assets/obseg/setup/e/UsetupstatueZ.c new file mode 100644 index 0000000..03e01a2 --- /dev/null +++ b/assets/obseg/setup/e/UsetupstatueZ.c @@ -0,0 +1,1241 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:19 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupstatueZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-629.0f, 31.0f, 90.0f}, {0.0f, 1.0f, 0.0f}, {-0.720307f, 0.0f, 0.693655f}, "p5671c1", 0 }, + { {35.0f, 31.0f, 416.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2164a", 0 }, + { {-57.0f, 31.0f, 491.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2139a", 0 }, + { {108.0f, 31.0f, 417.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2166a", 0 }, + { {-40.0f, 31.0f, 418.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2139a", 0 }, + { {121.0f, 31.0f, 485.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2091a", 0 }, + { {-1758.0f, 140.0f, 492.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-678.0f, 31.0f, 444.0f}, {0.0f, 1.0f, 0.0f}, {0.707105f, 0.0f, -0.707108f}, "", 0 }, + { {-476.0f, 0.0f, 521.0f}, {0.0f, 1.0f, 0.0f}, {-0.965925f, 0.0f, 0.258821f}, "p5679c", 0 }, + { {-2068.0f, 140.0f, 499.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3409b", 0 }, + { {-2076.0f, 140.0f, 488.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3410b", 0 }, + { {-2068.0f, 140.0f, 516.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3409b", 0 }, + { {-2041.0f, 140.0f, 591.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3412b", 0 }, + { {-2074.0f, 140.0f, 449.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3410b", 0 }, + { {-2044.0f, 140.0f, 390.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3410b", 0 }, + { {-2016.0f, 140.0f, 622.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3412b", 0 }, + { {-2067.0f, 140.0f, 557.0f}, {0.0f, 1.0f, 0.0f}, {-0.959759f, 0.0f, 0.280826f}, "p3398b", 0 }, + { {-2055.0f, 140.0f, 555.0f}, {0.0f, 1.0f, 0.0f}, {-0.959759f, 0.0f, 0.280826f}, "p3398b", 0 }, + { {-2155.0f, 140.0f, 568.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p4269b2", 0 }, + { {-2131.0f, 140.0f, 602.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p4269b2", 0 }, + { {-2081.0f, 140.0f, 542.0f}, {0.0f, 1.0f, 0.0f}, {-0.959759f, 0.0f, 0.280826f}, "p4266b", 0 }, + { {-1841.0f, 140.0f, 381.0f}, {0.0f, 1.0f, 0.0f}, {0.999739f, 0.0f, -0.022853f}, "p4213b", 0 }, + { {-2463.0f, 123.0f, 469.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p4269b2", 0 }, + { {-97.0f, 31.0f, -25.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2381a", 0 }, + { {-1740.0f, 95.0f, 515.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1726.0f, 108.0f, 503.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4206b", 0 }, + { {-1746.0f, 108.0f, 509.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1734.0f, 108.0f, 521.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1750.0f, 108.0f, 526.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1733.0f, 108.0f, 508.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4206b", 0 }, + { {-1757.0f, 108.0f, 531.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {15.0f, 16.0f, 124.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2278a", 0 }, + { {-4.0f, 16.0f, 179.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2288a", 0 }, + { {-45.0f, 16.0f, 173.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2303a", 0 }, + { {-90.0f, 16.0f, 95.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2332a", 0 }, + { {-114.0f, 16.0f, 42.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2357a", 0 }, + { {-78.0f, 16.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2336a", 0 }, + { {-55.0f, 16.0f, 86.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2338a", 0 }, + { {0.0f, 16.0f, 110.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2281a", 0 }, + { {-129.0f, 16.0f, 8.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2350a", 0 }, + { {-68.0f, 16.0f, 5.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2427a", 0 }, + { {-61.0f, 16.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2376a", 0 }, + { {-91.0f, 16.0f, -26.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2009a", 0 }, + { {2.0f, 16.0f, 8.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2347a", 0 }, + { {-17.0f, 16.0f, 34.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2295a", 0 }, + { {-24.0f, 16.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2342a", 0 }, + { {48.0f, 16.0f, 129.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2282a", 0 }, + { {119.0f, 16.0f, 151.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2261a", 0 }, + { {120.0f, 16.0f, 192.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2260a", 0 }, + { {77.0f, 16.0f, 183.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2178a", 0 }, + { {31.0f, 16.0f, 167.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2288a", 0 }, + { {93.0f, 16.0f, 239.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2171a", 0 }, + { {62.0f, 16.0f, 90.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2508a1", 0 }, + { {70.0f, 16.0f, 292.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2110a", 0 }, + { {19.0f, 16.0f, 307.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2447a", 0 }, + { {-11.0f, 16.0f, 336.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2217a", 0 }, + { {8.0f, 16.0f, 365.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2219a", 0 }, + { {52.0f, 16.0f, 342.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2219a", 0 }, + { {-51.0f, 16.0f, 275.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2422a", 0 }, + { {42.0f, 18.0f, 645.0f}, {0.0f, 1.0f, 0.0f}, {0.081255f, 0.0f, -0.996693f}, "p2042a", 0 }, + { {-142.0f, 16.0f, 91.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2330a", 0 }, + { {-145.0f, 66.0f, 198.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2405a", 0 }, + { {-112.0f, 66.0f, 295.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2136a", 0 }, + { {-63.0f, 66.0f, 374.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2139a", 0 }, + { {-80.0f, 16.0f, 180.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2301a", 0 }, + { {-2.0f, 16.0f, 279.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2226a", 0 }, + { {36.0f, 16.0f, 228.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2229a", 0 }, + { {83.0f, 55.0f, 22.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2439a", 0 }, + { {62.0f, 55.0f, 12.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2289a", 0 }, + { {33.0f, 55.0f, 84.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2435a2", 0 }, + { {33.0f, 55.0f, 84.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2435a2", 0 }, + { {27.0f, 16.0f, 22.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2482a", 0 }, + { {-219.0f, 16.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4873c", 0 }, + { {-291.0f, 16.0f, 4.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4877c", 0 }, + { {-356.0f, 16.0f, 57.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5476c", 0 }, + { {-338.0f, 16.0f, 117.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5497c", 0 }, + { {-289.0f, 16.0f, 112.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5485c2", 0 }, + { {-325.0f, 16.0f, 178.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5499c", 0 }, + { {-415.0f, 16.0f, 168.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5391c", 0 }, + { {-402.0f, 16.0f, 126.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5620c", 0 }, + { {-412.0f, 16.0f, 65.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5471c", 0 }, + { {-500.0f, 16.0f, 185.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5390c", 0 }, + { {-559.0f, 16.0f, 127.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5380c", 0 }, + { {-601.0f, 16.0f, 114.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5354c", 0 }, + { {-603.0f, 16.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5374c", 0 }, + { {-519.0f, 16.0f, 230.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5534c1", 0 }, + { {-438.0f, 16.0f, 225.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5389c", 0 }, + { {-458.0f, 16.0f, 140.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5392c", 0 }, + { {-344.0f, 16.0f, 237.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5526c", 0 }, + { {-386.0f, 16.0f, 321.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5048c1", 0 }, + { {-341.0f, 16.0f, 396.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p5108c1", 0 }, + { {-294.0f, 16.0f, 363.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5558c", 0 }, + { {-292.0f, 16.0f, 331.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5547c1", 0 }, + { {-287.0f, 16.0f, 195.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568717f}, "p4880c", 0 }, + { {-230.0f, 16.0f, 205.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5537c", 0 }, + { {-230.0f, 16.0f, 339.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5110c", 0 }, + { {-218.0f, 16.0f, 392.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5543c", 0 }, + { {-279.0f, 16.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5542c", 0 }, + { {-343.0f, 16.0f, 467.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p4912c", 0 }, + { {-428.0f, -13.0f, 440.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5678c", 0 }, + { {-393.0f, 1.0f, 381.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5106c", 0 }, + { {-234.0f, 16.0f, 508.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p4869c2", 0 }, + { {-173.0f, 16.0f, 489.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5560c", 0 }, + { {-415.0f, -23.0f, 506.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p5827c", 0 }, + { {-409.0f, -23.0f, 589.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5861c", 0 }, + { {-494.0f, -5.0f, 688.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5137c1", 0 }, + { {-451.0f, 1.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4925c2", 0 }, + { {-368.0f, -23.0f, 702.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5062c1", 0 }, + { {-310.0f, -10.0f, 620.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568715f}, "p4919c", 0 }, + { {-362.0f, -23.0f, 560.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p4923c", 0 }, + { {-349.0f, -24.0f, 786.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5061c1", 0 }, + { {-304.0f, -24.0f, 798.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5123c", 0 }, + { {-282.0f, -24.0f, 759.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5121c", 0 }, + { {-558.0f, -5.0f, 530.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5765c", 0 }, + { {-551.0f, -5.0f, 585.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5860c", 0 }, + { {-537.0f, -5.0f, 644.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5856c", 0 }, + { {-612.0f, -5.0f, 592.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5151c1", 0 }, + { {-519.0f, 1.0f, 795.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5144c", 0 }, + { {-652.0f, 16.0f, 37.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5353c", 0 }, + { {-658.0f, 16.0f, 52.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5353c", 0 }, + { {-659.0f, 16.0f, 142.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5357c", 0 }, + { {-601.0f, 16.0f, 32.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5402c", 0 }, + { {-461.0f, 16.0f, 11.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5469c", 0 }, + { {-415.0f, 16.0f, 4.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4967c", 0 }, + { {-536.0f, 16.0f, 67.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5406c", 0 }, + { {-632.0f, 16.0f, 113.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5671c2", 0 }, + { {-553.0f, 16.0f, 714.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4883c1", 0 }, + { {-617.0f, 6.0f, 722.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5154c1", 0 }, + { {-620.0f, 6.0f, 645.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5193c2", 0 }, + { {-631.0f, -6.0f, 566.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5151c1", 0 }, + { {-719.0f, 25.0f, 650.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p5193c3", 0 }, + { {-785.0f, 6.0f, 479.0f}, {0.0f, 1.0f, 0.0f}, {0.822529f, 0.0f, 0.568723f}, "p5077c", 0 }, + { {-808.0f, 25.0f, 608.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p4885c", 0 }, + { {-759.0f, 25.0f, 673.0f}, {0.0f, 1.0f, 0.0f}, {0.822529f, 0.0f, 0.568723f}, "p4862c", 0 }, + { {-739.0f, 21.0f, 735.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5608c", 0 }, + { {-781.0f, 57.0f, 813.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5064c1", 0 }, + { {-743.0f, 12.0f, 599.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568715f}, "p4867c", 0 }, + { {-828.0f, 57.0f, 785.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5172c", 0 }, + { {-792.0f, 21.0f, 690.0f}, {0.0f, 1.0f, 0.0f}, {0.82254f, 0.0f, 0.568707f}, "p4862c", 0 }, + { {-829.0f, 57.0f, 820.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5064c1", 0 }, + { {-859.0f, 61.0f, 825.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5169c", 0 }, + { {-870.0f, 57.0f, 792.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5173c", 0 }, + { {-860.0f, 21.0f, 567.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5569c", 0 }, + { {-867.0f, 21.0f, 516.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5184c", 0 }, + { {-737.0f, 6.0f, 478.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5074c1", 0 }, + { {-773.0f, 6.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4982c", 0 }, + { {-816.0f, -7.0f, 385.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5229c", 0 }, + { {-815.0f, 0.0f, 339.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5234c", 0 }, + { {-710.0f, -38.0f, 338.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5242c1", 0 }, + { {-720.0f, -28.0f, 391.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5023c", 0 }, + { {-845.0f, 6.0f, 415.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5218c", 0 }, + { {-889.0f, 6.0f, 388.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5224c1", 0 }, + { {-876.0f, 6.0f, 333.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5092c", 0 }, + { {-868.0f, 6.0f, 250.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5238c", 0 }, + { {-805.0f, -32.0f, 263.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5096c", 0 }, + { {-932.0f, 15.0f, 438.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5222c", 0 }, + { {-965.0f, 48.0f, 503.0f}, {1e-06, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5201c", 0 }, + { {-916.0f, 31.0f, 530.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5580c", 0 }, + { {-942.0f, 48.0f, 606.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4857c", 0 }, + { {-997.0f, 48.0f, 575.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5202c", 0 }, + { {-978.0f, 66.0f, 694.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5180c2", 0 }, + { {-920.0f, 58.0f, 759.0f}, {1e-06, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5612c", 0 }, + { {-877.0f, 58.0f, 727.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568715f}, "p5069c1", 0 }, + { {-688.0f, -38.0f, 283.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5244c1", 0 }, + { {-639.0f, -38.0f, 331.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4894c2", 0 }, + { {-592.0f, -38.0f, 365.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p4894c1", 0 }, + { {-577.0f, -38.0f, 299.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5277c", 0 }, + { {-611.0f, -38.0f, 286.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5275c2", 0 }, + { {-612.0f, -38.0f, 242.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5809c", 0 }, + { {-676.0f, -38.0f, 216.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5602c", 0 }, + { {-711.0f, -38.0f, 214.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4908c", 0 }, + { {-757.0f, -38.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5593c", 0 }, + { {-772.0f, -38.0f, 121.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p4902c", 0 }, + { {-841.0f, -29.0f, 9.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568717f}, "p4957c", 0 }, + { {-920.0f, -18.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5318c", 0 }, + { {-913.0f, 14.0f, 48.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5280c", 0 }, + { {-871.0f, 14.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5300c", 0 }, + { {-850.0f, -18.0f, 122.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5306c", 0 }, + { {-920.0f, -18.0f, -76.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5343c", 0 }, + { {-959.0f, 2.0f, -119.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5741c", 0 }, + { {-840.0f, -18.0f, -108.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5342c", 0 }, + { {-945.0f, 14.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5320c1", 0 }, + { {-999.0f, 14.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4979c", 0 }, + { {-1006.0f, 14.0f, -62.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5338c", 0 }, + { {-979.0f, 14.0f, -24.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5336c", 0 }, + { {-868.0f, 14.0f, 92.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5301c", 0 }, + { {-715.0f, 6.0f, 522.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5211c2", 0 }, + { {-668.0f, 6.0f, 558.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5210c", 0 }, + { {-775.0f, 6.0f, 558.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5872c", 0 }, + { {-787.0f, 6.0f, 513.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5079c", 0 }, + { {-774.0f, 6.0f, 535.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5190c", 0 }, + { {-1016.0f, 72.0f, 644.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5180c1", 0 }, + { {-1016.0f, 2.0f, -118.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3417b", 0 }, + { {-1087.0f, 7.0f, -113.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p3357b2", 0 }, + { {-1170.0f, 22.0f, -85.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.568721f}, "p1026b", 0 }, + { {-1183.0f, 22.0f, -20.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3424b", 0 }, + { {-1159.0f, 22.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3096b", 0 }, + { {-1126.0f, 22.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3381b", 0 }, + { {-1235.0f, 22.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p3103b", 0 }, + { {-1223.0f, 22.0f, 50.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3099b", 0 }, + { {-1269.0f, 22.0f, 87.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3375b", 0 }, + { {-1247.0f, 22.0f, 141.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3376b", 0 }, + { {-1196.0f, 22.0f, 115.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3405b", 0 }, + { {-1157.0f, 22.0f, 79.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3089b", 0 }, + { {-1125.0f, 24.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3087b", 0 }, + { {-1326.0f, 22.0f, 133.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3374b", 0 }, + { {-1367.0f, 7.0f, 105.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2935b", 0 }, + { {-1366.0f, 7.0f, 6.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2934b", 0 }, + { {-1332.0f, 22.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3198b", 0 }, + { {-1307.0f, 22.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3059b", 0 }, + { {-1312.0f, 22.0f, -62.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3058b", 0 }, + { {-1297.0f, 22.0f, -112.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3207b", 0 }, + { {-1273.0f, 22.0f, -119.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p981b", 0 }, + { {-1255.0f, 22.0f, -63.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p2970b", 0 }, + { {-1389.0f, 16.0f, 66.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3053b", 0 }, + { {-1236.0f, 28.0f, 194.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3072b2", 0 }, + { {-1182.0f, 28.0f, 166.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3453b2", 0 }, + { {-1500.0f, 86.0f, 311.0f}, {1e-06, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p1525b2", 0 }, + { {-1995.0f, 100.0f, 505.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3409b", 0 }, + { {-1150.0f, 26.0f, 141.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3476b", 0 }, + { {-1893.0f, 100.0f, 316.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4210b", 0 }, + { {-1683.0f, 100.0f, 658.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p1492b", 0 }, + { {-1655.0f, 100.0f, 355.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p1256b1", 0 }, + { {-2122.0f, 100.0f, 559.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b1", 0 }, + { {-2125.0f, 100.0f, 588.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b2", 0 }, + { {-2142.0f, 100.0f, 615.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b2", 0 }, + { {-2231.0f, 100.0f, 671.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b2", 0 }, + { {-2294.0f, 100.0f, 700.0f}, {1e-06, 1.0f, 0.0f}, {0.871735f, 0.0f, -0.489978f}, "p4269b2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-705.0f, -12.0f, 480.0f}, {-0.662449f, 0.033863f, -0.748342f}, {0.203025f, 0.969705f, -0.135843f}, "p5865c", 0, {-1.615254f, 1.708657f, -1.478706f, 27.776981f, -14.050579f, 45.816116f} }, + { {-740.0f, -10.0f, 440.0f}, {0.662449f, -0.033863f, 0.748342f}, {0.203025f, 0.969705f, -0.135843f}, "p5866c", 0, {-1.459784f, 1.902518f, -4.336241f, 25.581896f, -14.319309f, 45.548878f} }, + { {-428.0f, -11.0f, 544.0f}, {-0.267354f, 0.033863f, -0.963003f}, {0.009059f, 0.999426f, 0.032629f}, "p5839c", 0, {-2.194619f, 0.963556f, -1.097829f, 29.001957f, -13.987675f, 45.06302f} }, + { {-443.0f, -9.0f, 492.0f}, {0.267354f, -0.033863f, 0.963003f}, {0.009059f, 0.999426f, 0.032629f}, "p5836c", 0, {-1.766077f, 1.392098f, -4.340937f, 25.758848f, -14.155114f, 44.89558f} }, + { {-612.0f, 5.0f, 116.0f}, {0.0f, 0.0f, -1.0f}, {0.000155f, 1.0f, 0.0f}, "p5671c1", 0, {-0.002788f, 1.000465f, -1.0f, 7.0f, -3.0f, 18.000154f} }, + { {-2096.0f, 107.0f, 522.0f}, {0.312944f, -0.000522f, 0.949771f}, {0.000124f, 1.0f, 0.000508f}, "p4268b", 0, {-1.566567f, 2.103664f, -4.772341f, 31.953773f, -14.002541f, 45.016754f} }, + { {-2076.0f, 107.0f, 584.0f}, {-0.312944f, 0.000522f, -0.949771f}, {0.000124f, 1.0f, 0.000508f}, "p4266b", 0, {-1.696572f, 1.91233f, -3.806392f, 33.232666f, -14.017389f, 45.00203f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 35892, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 35893, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 35894, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 35895, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 35896, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 35897, 0, + /* Type = ObjectiveFailCondition; index = 6 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveCompleteCondition; index = 7 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveEnd; index = 8 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 9 */ + _mkword(0, _mkshort(0, 23)), 1, 35898, 0, + /* Type = ObjectiveFailCondition; index = 10 */ + _mkword(0, _mkshort(0, 27)), 131072, + /* Type = ObjectiveFailCondition; index = 11 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveCompleteCondition; index = 12 */ + _mkword(0, _mkshort(0, 26)), 1024, + /* Type = ObjectiveEnd; index = 13 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 14 */ + _mkword(0, _mkshort(0, 23)), 2, 35899, 0, + /* Type = ObjectiveCompleteCondition; index = 15 */ + _mkword(0, _mkshort(0, 26)), 512, + /* Type = ObjectiveFailCondition; index = 16 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveEnd; index = 17 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 18 */ + _mkword(0, _mkshort(0, 23)), 3, 35900, 0, + /* Type = ObjectiveFailCondition; index = 19 */ + _mkword(0, _mkshort(0, 27)), 4194304, + /* Type = ObjectiveFailCondition; index = 20 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveCompleteCondition; index = 21 */ + _mkword(0, _mkshort(0, 26)), 2048, + /* Type = ObjectiveEnd; index = 22 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 23 */ + _mkword(0, _mkshort(0, 23)), 4, 35901, 0, + /* Type = ObjectiveCollectObject; index = 24 */ + _mkword(0, _mkshort(0, 28)), 1, + /* Type = ObjectiveFailCondition; index = 25 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveEnd; index = 26 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Guard; index = 27 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 8), _mkword(10, 1042), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 28 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 163), _mkword(3, 1034), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 29 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 152), _mkword(3, 1034), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 30 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 192), _mkword(3, 1034), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 31 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 194), _mkword(3, 1034), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 32 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 33 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 34 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 35 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Hat; index = 36 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 37 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 38 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 39 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Armour; index = 40 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 23), 0x00000001, 0x00000080, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Tag; index = 41 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Aircraft; index = 42 */ + _mkword(512, _mkshort(0, 40)), _mkword(283, 24), 0x10020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000411, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 43 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(640, _mkshort(0, 3)), _mkword(274, 22), 0x01220001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 45 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 62, 35903, 35904, 35905, 35906, 35907, 0, 0, + /* Type = Tag; index = 46 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = Door; index = 47 */ + _mkword(256, _mkshort(0, 1)), _mkword(183, 5), 0x60000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x004b0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 48 */ + _mkword(256, _mkshort(0, 1)), _mkword(183, 6), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x004b0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 49 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0xffff), 0, 0, + /* Type = Cutscene; index = 50 */ + _mkword(0, _mkshort(0, 46)), -2015492, 106274, 565349, 62652, 402166, 223, + /* Type = Tag; index = 51 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0xffff), 0, 0, + /* Type = Collectable; index = 52 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 25), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 53 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0xffff), 0, 0, + /* Type = Collectable; index = 54 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 28), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 55 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0xffff), 0, 0, + /* Type = Collectable; index = 56 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 26), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 57 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0xffff), 0, 0, + /* Type = Collectable; index = 58 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 27), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 59 */ + _mkword(0, _mkshort(0, 22)), _mkword(14, 0xffff), 0, 0, + /* Type = Collectable; index = 60 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 29), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 61 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0xffff), 0, 0, + /* Type = Collectable; index = 62 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 30), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 63 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0xffff), 0, 0, + /* Type = EndProps; index = 64 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xffecd985, 0x000031b7, 0x0000e6d2, 0x00041baa, 0x0000477d, 0x000000d9, 0x00008c3e, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x0000613a, 0x00003c77, 0x00077713, 0x00032828, 0x00008efa, 0x0000003b, 0x00008c3e, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0xfffa9dd8, 0xffffee56, 0x00075e2d, 0x00036fa5, 0x00001ace, 0x00000068, 0x00008c3e, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 3 */ + _mkword(0, _mkshort(0, 7)), 8, 10, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 21, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 6 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = Cuff; index = 7 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0xfd1d0000, 0xffe30000, 0x05890000, 0x00009999, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0xfd1d0000, 0xffe30000, 0x05890000, 0x00009999, 0x00370000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0xfea50000, 0x00000000, 0x03990000, 0x00009999, 0x00370000, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00800000, 0x00570000, 0x020f0000, 0x00009999, 0x00370000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00fd0000, 0x00990000, 0x00ac0000, 0x00009761, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a20000, 0x00850000, 0xffb00000, 0x00009761, 0x00283691, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00430000, 0x003b0000, 0xff520000, 0x00006e47, 0x00283439, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00090000, 0x00150000, 0xff960000, 0x00006c1e, 0x00237990, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 19 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 2, -1 }; +s32 path_neighbors_2[] = { 1, 3, -1 }; +s32 path_neighbors_3[] = { 2, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, -1 }; +s32 path_indeces_1[] = { 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, -1 }; +s32 path_indeces_2[] = { 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, -1 }; +s32 path_indeces_3[] = { 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "area3stat_all_p", + "area2bstat_all_p", + "area2astat_all_p", + "area1stat_all_p", + NULL +}; + + +s32 path_table_0[] = { 1, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, 3, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 3, 9, -1 }; +s32 path_table_5[] = { 6, 7, 9, 10, -1 }; +s32 path_table_6[] = { 5, 9, 10, -1 }; +s32 path_table_7[] = { 5, 9, -1 }; +s32 path_table_8[] = { 11, 23, 25, -1 }; +s32 path_table_9[] = { 4, 5, 6, 7, 10, -1 }; +s32 path_table_10[] = { 5, 6, 9, 12, 21, 22, 26, -1 }; +s32 path_table_11[] = { 8, 12, 25, -1 }; +s32 path_table_12[] = { 10, 11, 22, 26, -1 }; +s32 path_table_13[] = { 20, 21, -1 }; +s32 path_table_14[] = { 15, 17, 18, 29, 32, 33, -1 }; +s32 path_table_15[] = { 14, 16, 32, 33, 34, -1 }; +s32 path_table_16[] = { 15, 17, -1 }; +s32 path_table_17[] = { 14, 16, 18, -1 }; +s32 path_table_18[] = { 14, 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 13, 19, -1 }; +s32 path_table_21[] = { 10, 13, 22, -1 }; +s32 path_table_22[] = { 10, 12, 21, 26, 27, -1 }; +s32 path_table_23[] = { 8, 24, -1 }; +s32 path_table_24[] = { 23, 25, 31, -1 }; +s32 path_table_25[] = { 8, 11, 24, 26, -1 }; +s32 path_table_26[] = { 10, 12, 22, 25, 27, -1 }; +s32 path_table_27[] = { 22, 26, 28, -1 }; +s32 path_table_28[] = { 27, 29, -1 }; +s32 path_table_29[] = { 14, 28, 32, 33, -1 }; +s32 path_table_30[] = { 31, -1 }; +s32 path_table_31[] = { 24, 30, 32, -1 }; +s32 path_table_32[] = { 14, 15, 29, 31, 33, -1 }; +s32 path_table_33[] = { 14, 15, 29, 32, 34, -1 }; +s32 path_table_34[] = { 15, 33, 35, -1 }; +s32 path_table_35[] = { 34, 44, 48, -1 }; +s32 path_table_36[] = { 67, 68, 69, -1 }; +s32 path_table_37[] = { 38, 39, -1 }; +s32 path_table_38[] = { 37, 96, -1 }; +s32 path_table_39[] = { 37, 91, -1 }; +s32 path_table_40[] = { 41, 97, 98, 99, -1 }; +s32 path_table_41[] = { 40, 83, -1 }; +s32 path_table_42[] = { 46, 50, 51, -1 }; +s32 path_table_43[] = { 44, 45, 53, -1 }; +s32 path_table_44[] = { 35, 43, 49, -1 }; +s32 path_table_45[] = { 43, 46, -1 }; +s32 path_table_46[] = { 42, 45, 52, -1 }; +s32 path_table_47[] = { 48, 49, 54, -1 }; +s32 path_table_48[] = { 35, 47, 49, -1 }; +s32 path_table_49[] = { 44, 47, 48, 53, 54, -1 }; +s32 path_table_50[] = { 42, 51, 55, 74, -1 }; +s32 path_table_51[] = { 42, 50, 52, 54, -1 }; +s32 path_table_52[] = { 46, 51, 53, -1 }; +s32 path_table_53[] = { 43, 49, 52, 54, -1 }; +s32 path_table_54[] = { 47, 49, 51, 53, 55, -1 }; +s32 path_table_55[] = { 50, 54, 56, -1 }; +s32 path_table_56[] = { 55, 57, 58, -1 }; +s32 path_table_57[] = { 56, 58, 64, 73, 79, 80, -1 }; +s32 path_table_58[] = { 56, 57, 59, -1 }; +s32 path_table_59[] = { 58, 60, 61, -1 }; +s32 path_table_60[] = { 59, 61, 63, 64, 79, -1 }; +s32 path_table_61[] = { 59, 60, 62, -1 }; +s32 path_table_62[] = { 61, 63, -1 }; +s32 path_table_63[] = { 60, 62, 78, 79, -1 }; +s32 path_table_64[] = { 57, 60, 73, 79, 80, -1 }; +s32 path_table_65[] = { 66, 68, 69, 70, 85, 86, 89, 90, 95, -1 }; +s32 path_table_66[] = { 65, 67, 86, 87, -1 }; +s32 path_table_67[] = { 36, 66, -1 }; +s32 path_table_68[] = { 36, 65, 69, 71, -1 }; +s32 path_table_69[] = { 36, 65, 68, 70, 71, 84, 85, 89, 95, -1 }; +s32 path_table_70[] = { 65, 69, 71, 72, 77, 82, 84, 85, 89, -1 }; +s32 path_table_71[] = { 68, 69, 70, 72, 84, 96, -1 }; +s32 path_table_72[] = { 70, 71, 76, 84, 85, 96, -1 }; +s32 path_table_73[] = { 57, 64, 74, 79, 80, -1 }; +s32 path_table_74[] = { 50, 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, 80, -1 }; +s32 path_table_76[] = { 72, 75, 77, -1 }; +s32 path_table_77[] = { 70, 76, 78, 81, 82, 83, 84, 96, -1 }; +s32 path_table_78[] = { 63, 77, 79, 81, 82, -1 }; +s32 path_table_79[] = { 57, 60, 63, 64, 73, 78, 80, -1 }; +s32 path_table_80[] = { 57, 64, 73, 75, 79, 81, -1 }; +s32 path_table_81[] = { 77, 78, 80, 82, -1 }; +s32 path_table_82[] = { 70, 77, 78, 81, 83, 96, -1 }; +s32 path_table_83[] = { 41, 77, 82, 96, -1 }; +s32 path_table_84[] = { 69, 70, 71, 72, 77, 85, 96, -1 }; +s32 path_table_85[] = { 65, 69, 70, 72, 84, 89, 90, 95, -1 }; +s32 path_table_86[] = { 65, 66, 87, 89, 90, -1 }; +s32 path_table_87[] = { 66, 86, 88, -1 }; +s32 path_table_88[] = { 87, 90, 92, -1 }; +s32 path_table_89[] = { 65, 69, 70, 85, 86, 90, 93, 94, 95, 100, -1 }; +s32 path_table_90[] = { 65, 85, 86, 88, 89, 92, -1 }; +s32 path_table_91[] = { 39, 93, 95, 97, 98, 99, 100, -1 }; +s32 path_table_92[] = { 88, 90, 93, 99, 100, -1 }; +s32 path_table_93[] = { 89, 91, 92, 94, 97, 98, 99, 100, -1 }; +s32 path_table_94[] = { 89, 93, 95, 97, 98, 99, 100, -1 }; +s32 path_table_95[] = { 65, 69, 85, 89, 91, 94, -1 }; +s32 path_table_96[] = { 38, 71, 72, 77, 82, 83, 84, -1 }; +s32 path_table_97[] = { 40, 91, 93, 94, 98, 99, 100, -1 }; +s32 path_table_98[] = { 40, 91, 93, 94, 97, 99, 111, 114, -1 }; +s32 path_table_99[] = { 40, 91, 92, 93, 94, 97, 98, 100, 111, 112, -1 }; +s32 path_table_100[] = { 89, 91, 92, 93, 94, 97, 99, 101, 110, -1 }; +s32 path_table_101[] = { 100, 122, -1 }; +s32 path_table_102[] = { 144, -1 }; +s32 path_table_103[] = { 105, 106, 145, -1 }; +s32 path_table_104[] = { 105, 147, 153, 154, -1 }; +s32 path_table_105[] = { 103, 104, 106, -1 }; +s32 path_table_106[] = { 103, 105, 109, 144, -1 }; +s32 path_table_107[] = { 108, 143, -1 }; +s32 path_table_108[] = { 107, 109, -1 }; +s32 path_table_109[] = { 106, 108, -1 }; +s32 path_table_110[] = { 100, 121, -1 }; +s32 path_table_111[] = { 98, 99, 113, -1 }; +s32 path_table_112[] = { 99, 113, 122, 123, -1 }; +s32 path_table_113[] = { 111, 112, 114, 123, 124, -1 }; +s32 path_table_114[] = { 98, 113, -1 }; +s32 path_table_115[] = { 116, 117, -1 }; +s32 path_table_116[] = { 115, 117, -1 }; +s32 path_table_117[] = { 115, 116, 120, 121, 122, -1 }; +s32 path_table_118[] = { 119, 123, 124, 126, 129, 130, -1 }; +s32 path_table_119[] = { 118, 120, 125, 126, -1 }; +s32 path_table_120[] = { 117, 119, 121, -1 }; +s32 path_table_121[] = { 110, 117, 120, 122, -1 }; +s32 path_table_122[] = { 101, 112, 117, 121, 123, -1 }; +s32 path_table_123[] = { 112, 113, 118, 122, 124, -1 }; +s32 path_table_124[] = { 113, 118, 123, 126, 128, 129, -1 }; +s32 path_table_125[] = { 119, 126, 131, -1 }; +s32 path_table_126[] = { 118, 119, 124, 125, 129, 130, -1 }; +s32 path_table_127[] = { 128, 137, 138, -1 }; +s32 path_table_128[] = { 124, 127, 129, -1 }; +s32 path_table_129[] = { 118, 124, 126, 128, 130, 136, 137, -1 }; +s32 path_table_130[] = { 118, 126, 129, 131, 136, 137, -1 }; +s32 path_table_131[] = { 125, 130, 132, -1 }; +s32 path_table_132[] = { 131, 133, 135, 136, -1 }; +s32 path_table_133[] = { 132, 134, -1 }; +s32 path_table_134[] = { 133, 135, 139, 150, 151, -1 }; +s32 path_table_135[] = { 132, 134, 136, 139, -1 }; +s32 path_table_136[] = { 129, 130, 132, 135, 137, -1 }; +s32 path_table_137[] = { 127, 129, 130, 136, 138, -1 }; +s32 path_table_138[] = { 127, 137, 139, 142, -1 }; +s32 path_table_139[] = { 134, 135, 138, 150, -1 }; +s32 path_table_140[] = { 145, 146, 147, 148, 149, -1 }; +s32 path_table_141[] = { 142, 149, -1 }; +s32 path_table_142[] = { 138, 141, 143, 146, -1 }; +s32 path_table_143[] = { 107, 142, 144, 145, -1 }; +s32 path_table_144[] = { 102, 106, 143, 145, -1 }; +s32 path_table_145[] = { 103, 140, 143, 144, 146, -1 }; +s32 path_table_146[] = { 140, 142, 145, -1 }; +s32 path_table_147[] = { 104, 140, 148, 149, 153, 154, -1 }; +s32 path_table_148[] = { 140, 147, 149, 152, -1 }; +s32 path_table_149[] = { 140, 141, 147, 148, 150, -1 }; +s32 path_table_150[] = { 134, 139, 149, 152, -1 }; +s32 path_table_151[] = { 134, 152, 155, -1 }; +s32 path_table_152[] = { 148, 150, 151, 153, -1 }; +s32 path_table_153[] = { 104, 147, 152, 154, -1 }; +s32 path_table_154[] = { 104, 147, 153, 155, -1 }; +s32 path_table_155[] = { 151, 154, 188, 192, -1 }; +s32 path_table_156[] = { 159, 184, -1 }; +s32 path_table_157[] = { 158, 159, 177, -1 }; +s32 path_table_158[] = { 157, 159, 177, -1 }; +s32 path_table_159[] = { 156, 157, 158, 160, -1 }; +s32 path_table_160[] = { 159, 175, -1 }; +s32 path_table_161[] = { 162, 174, 176, 178, -1 }; +s32 path_table_162[] = { 161, 169, 173, -1 }; +s32 path_table_163[] = { 166, 194, -1 }; +s32 path_table_164[] = { 165, 171, 172, -1 }; +s32 path_table_165[] = { 164, 166, 169, -1 }; +s32 path_table_166[] = { 163, 165, 167, -1 }; +s32 path_table_167[] = { 166, 188, 192, 193, -1 }; +s32 path_table_168[] = { 170, 171, 174, 176, 179, -1 }; +s32 path_table_169[] = { 162, 165, 173, -1 }; +s32 path_table_170[] = { 168, 171, 174, -1 }; +s32 path_table_171[] = { 164, 168, 170, 172, -1 }; +s32 path_table_172[] = { 164, 171, 173, -1 }; +s32 path_table_173[] = { 162, 169, 172, 174, -1 }; +s32 path_table_174[] = { 161, 168, 170, 173, 176, 178, -1 }; +s32 path_table_175[] = { 160, 181, -1 }; +s32 path_table_176[] = { 161, 168, 174, 178, 179, -1 }; +s32 path_table_177[] = { 157, 158, 178, 181, 195, 196, -1 }; +s32 path_table_178[] = { 161, 174, 176, 177, 179, 196, -1 }; +s32 path_table_179[] = { 168, 176, 178, 180, -1 }; +s32 path_table_180[] = { 179, 181, -1 }; +s32 path_table_181[] = { 175, 177, 180, 196, -1 }; +s32 path_table_182[] = { 183, 190, -1 }; +s32 path_table_183[] = { 182, 184, -1 }; +s32 path_table_184[] = { 156, 183, -1 }; +s32 path_table_185[] = { 186, -1 }; +s32 path_table_186[] = { 185, 187, -1 }; +s32 path_table_187[] = { 186, 188, -1 }; +s32 path_table_188[] = { 155, 167, 187, 192, -1 }; +s32 path_table_189[] = { 190, 196, -1 }; +s32 path_table_190[] = { 182, 189, 191, -1 }; +s32 path_table_191[] = { 190, 192, -1 }; +s32 path_table_192[] = { 155, 167, 188, 191, 193, -1 }; +s32 path_table_193[] = { 167, 192, 194, -1 }; +s32 path_table_194[] = { 163, 193, 195, -1 }; +s32 path_table_195[] = { 177, 194, -1 }; +s32 path_table_196[] = { 177, 178, 181, 189, -1 }; + +waypoint pathwaypoints[] = { + { 0x000000e3, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000000e2, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000000e1, &path_table_2, 0x00000000, 0x00000000 }, + { 0x000000e0, &path_table_3, 0x00000000, 0x00000000 }, + { 0x000000df, &path_table_4, 0x00000000, 0x00000000 }, + { 0x000000de, &path_table_5, 0x00000000, 0x00000000 }, + { 0x000000dd, &path_table_6, 0x00000000, 0x00000000 }, + { 0x000000dc, &path_table_7, 0x00000000, 0x00000000 }, + { 0x000000db, &path_table_8, 0x00000000, 0x00000000 }, + { 0x000000da, &path_table_9, 0x00000000, 0x00000000 }, + { 0x000000d9, &path_table_10, 0x00000000, 0x00000000 }, + { 0x000000d8, &path_table_11, 0x00000000, 0x00000000 }, + { 0x000000d7, &path_table_12, 0x00000000, 0x00000000 }, + { 0x000000d6, &path_table_13, 0x00000000, 0x00000000 }, + { 0x000000d5, &path_table_14, 0x00000000, 0x00000000 }, + { 0x000000d4, &path_table_15, 0x00000000, 0x00000000 }, + { 0x000000d3, &path_table_16, 0x00000000, 0x00000000 }, + { 0x000000d2, &path_table_17, 0x00000000, 0x00000000 }, + { 0x000000d1, &path_table_18, 0x00000000, 0x00000000 }, + { 0x000000d0, &path_table_19, 0x00000000, 0x00000000 }, + { 0x000000cf, &path_table_20, 0x00000000, 0x00000000 }, + { 0x000000ce, &path_table_21, 0x00000000, 0x00000000 }, + { 0x000000cd, &path_table_22, 0x00000000, 0x00000000 }, + { 0x000000cc, &path_table_23, 0x00000000, 0x00000000 }, + { 0x000000cb, &path_table_24, 0x00000000, 0x00000000 }, + { 0x000000ca, &path_table_25, 0x00000000, 0x00000000 }, + { 0x000000c9, &path_table_26, 0x00000000, 0x00000000 }, + { 0x000000c8, &path_table_27, 0x00000000, 0x00000000 }, + { 0x000000c7, &path_table_28, 0x00000000, 0x00000000 }, + { 0x000000c6, &path_table_29, 0x00000000, 0x00000000 }, + { 0x000000c5, &path_table_30, 0x00000000, 0x00000000 }, + { 0x000000c4, &path_table_31, 0x00000000, 0x00000000 }, + { 0x000000c3, &path_table_32, 0x00000000, 0x00000000 }, + { 0x000000c2, &path_table_33, 0x00000000, 0x00000000 }, + { 0x000000c1, &path_table_34, 0x00000000, 0x00000000 }, + { 0x000000c0, &path_table_35, 0x00000000, 0x00000000 }, + { 0x000000bf, &path_table_36, 0x00000001, 0x00000000 }, + { 0x000000be, &path_table_37, 0x00000001, 0x00000000 }, + { 0x000000bd, &path_table_38, 0x00000001, 0x00000000 }, + { 0x000000bc, &path_table_39, 0x00000001, 0x00000000 }, + { 0x000000bb, &path_table_40, 0x00000001, 0x00000000 }, + { 0x000000ba, &path_table_41, 0x00000001, 0x00000000 }, + { 0x000000b9, &path_table_42, 0x00000001, 0x00000000 }, + { 0x000000b8, &path_table_43, 0x00000001, 0x00000000 }, + { 0x000000b7, &path_table_44, 0x00000001, 0x00000000 }, + { 0x000000b6, &path_table_45, 0x00000001, 0x00000000 }, + { 0x000000b5, &path_table_46, 0x00000001, 0x00000000 }, + { 0x000000b4, &path_table_47, 0x00000001, 0x00000000 }, + { 0x000000b3, &path_table_48, 0x00000001, 0x00000000 }, + { 0x000000b2, &path_table_49, 0x00000001, 0x00000000 }, + { 0x000000b1, &path_table_50, 0x00000001, 0x00000000 }, + { 0x000000b0, &path_table_51, 0x00000001, 0x00000000 }, + { 0x000000af, &path_table_52, 0x00000001, 0x00000000 }, + { 0x000000ae, &path_table_53, 0x00000001, 0x00000000 }, + { 0x000000ad, &path_table_54, 0x00000001, 0x00000000 }, + { 0x000000ac, &path_table_55, 0x00000001, 0x00000000 }, + { 0x000000ab, &path_table_56, 0x00000001, 0x00000000 }, + { 0x000000aa, &path_table_57, 0x00000001, 0x00000000 }, + { 0x000000a9, &path_table_58, 0x00000001, 0x00000000 }, + { 0x000000a8, &path_table_59, 0x00000001, 0x00000000 }, + { 0x000000a7, &path_table_60, 0x00000001, 0x00000000 }, + { 0x000000a6, &path_table_61, 0x00000001, 0x00000000 }, + { 0x000000a5, &path_table_62, 0x00000001, 0x00000000 }, + { 0x000000a4, &path_table_63, 0x00000001, 0x00000000 }, + { 0x000000a3, &path_table_64, 0x00000001, 0x00000000 }, + { 0x000000a2, &path_table_65, 0x00000001, 0x00000000 }, + { 0x000000a1, &path_table_66, 0x00000001, 0x00000000 }, + { 0x000000a0, &path_table_67, 0x00000001, 0x00000000 }, + { 0x0000009f, &path_table_68, 0x00000001, 0x00000000 }, + { 0x0000009e, &path_table_69, 0x00000001, 0x00000000 }, + { 0x0000009d, &path_table_70, 0x00000001, 0x00000000 }, + { 0x0000009c, &path_table_71, 0x00000001, 0x00000000 }, + { 0x0000009b, &path_table_72, 0x00000001, 0x00000000 }, + { 0x0000009a, &path_table_73, 0x00000001, 0x00000000 }, + { 0x00000099, &path_table_74, 0x00000001, 0x00000000 }, + { 0x00000098, &path_table_75, 0x00000001, 0x00000000 }, + { 0x00000097, &path_table_76, 0x00000001, 0x00000000 }, + { 0x00000096, &path_table_77, 0x00000001, 0x00000000 }, + { 0x00000095, &path_table_78, 0x00000001, 0x00000000 }, + { 0x00000094, &path_table_79, 0x00000001, 0x00000000 }, + { 0x00000093, &path_table_80, 0x00000001, 0x00000000 }, + { 0x00000092, &path_table_81, 0x00000001, 0x00000000 }, + { 0x00000091, &path_table_82, 0x00000001, 0x00000000 }, + { 0x00000090, &path_table_83, 0x00000001, 0x00000000 }, + { 0x0000008f, &path_table_84, 0x00000001, 0x00000000 }, + { 0x0000008e, &path_table_85, 0x00000001, 0x00000000 }, + { 0x0000008d, &path_table_86, 0x00000001, 0x00000000 }, + { 0x0000008c, &path_table_87, 0x00000001, 0x00000000 }, + { 0x0000008b, &path_table_88, 0x00000001, 0x00000000 }, + { 0x0000008a, &path_table_89, 0x00000001, 0x00000000 }, + { 0x00000089, &path_table_90, 0x00000001, 0x00000000 }, + { 0x00000088, &path_table_91, 0x00000001, 0x00000000 }, + { 0x00000087, &path_table_92, 0x00000001, 0x00000000 }, + { 0x00000086, &path_table_93, 0x00000001, 0x00000000 }, + { 0x00000085, &path_table_94, 0x00000001, 0x00000000 }, + { 0x00000084, &path_table_95, 0x00000001, 0x00000000 }, + { 0x00000083, &path_table_96, 0x00000001, 0x00000000 }, + { 0x00000082, &path_table_97, 0x00000001, 0x00000000 }, + { 0x00000081, &path_table_98, 0x00000001, 0x00000000 }, + { 0x00000080, &path_table_99, 0x00000001, 0x00000000 }, + { 0x0000007f, &path_table_100, 0x00000001, 0x00000000 }, + { 0x0000007e, &path_table_101, 0x00000001, 0x00000000 }, + { 0x0000007d, &path_table_102, 0x00000002, 0x00000000 }, + { 0x0000007c, &path_table_103, 0x00000002, 0x00000000 }, + { 0x0000007b, &path_table_104, 0x00000002, 0x00000000 }, + { 0x0000007a, &path_table_105, 0x00000002, 0x00000000 }, + { 0x00000079, &path_table_106, 0x00000002, 0x00000000 }, + { 0x00000078, &path_table_107, 0x00000002, 0x00000000 }, + { 0x00000077, &path_table_108, 0x00000002, 0x00000000 }, + { 0x00000076, &path_table_109, 0x00000002, 0x00000000 }, + { 0x00000075, &path_table_110, 0x00000002, 0x00000000 }, + { 0x00000074, &path_table_111, 0x00000002, 0x00000000 }, + { 0x00000073, &path_table_112, 0x00000002, 0x00000000 }, + { 0x00000072, &path_table_113, 0x00000002, 0x00000000 }, + { 0x00000071, &path_table_114, 0x00000002, 0x00000000 }, + { 0x00000070, &path_table_115, 0x00000002, 0x00000000 }, + { 0x0000006f, &path_table_116, 0x00000002, 0x00000000 }, + { 0x0000006e, &path_table_117, 0x00000002, 0x00000000 }, + { 0x0000006d, &path_table_118, 0x00000002, 0x00000000 }, + { 0x0000006c, &path_table_119, 0x00000002, 0x00000000 }, + { 0x0000006b, &path_table_120, 0x00000002, 0x00000000 }, + { 0x0000006a, &path_table_121, 0x00000002, 0x00000000 }, + { 0x00000069, &path_table_122, 0x00000002, 0x00000000 }, + { 0x00000068, &path_table_123, 0x00000002, 0x00000000 }, + { 0x00000067, &path_table_124, 0x00000002, 0x00000000 }, + { 0x00000066, &path_table_125, 0x00000002, 0x00000000 }, + { 0x00000065, &path_table_126, 0x00000002, 0x00000000 }, + { 0x00000064, &path_table_127, 0x00000002, 0x00000000 }, + { 0x00000063, &path_table_128, 0x00000002, 0x00000000 }, + { 0x00000062, &path_table_129, 0x00000002, 0x00000000 }, + { 0x00000061, &path_table_130, 0x00000002, 0x00000000 }, + { 0x00000060, &path_table_131, 0x00000002, 0x00000000 }, + { 0x0000005f, &path_table_132, 0x00000002, 0x00000000 }, + { 0x0000005e, &path_table_133, 0x00000002, 0x00000000 }, + { 0x0000005d, &path_table_134, 0x00000002, 0x00000000 }, + { 0x0000005c, &path_table_135, 0x00000002, 0x00000000 }, + { 0x0000005b, &path_table_136, 0x00000002, 0x00000000 }, + { 0x0000005a, &path_table_137, 0x00000002, 0x00000000 }, + { 0x00000059, &path_table_138, 0x00000002, 0x00000000 }, + { 0x00000058, &path_table_139, 0x00000002, 0x00000000 }, + { 0x00000057, &path_table_140, 0x00000002, 0x00000000 }, + { 0x00000056, &path_table_141, 0x00000002, 0x00000000 }, + { 0x00000055, &path_table_142, 0x00000002, 0x00000000 }, + { 0x00000054, &path_table_143, 0x00000002, 0x00000000 }, + { 0x00000053, &path_table_144, 0x00000002, 0x00000000 }, + { 0x00000052, &path_table_145, 0x00000002, 0x00000000 }, + { 0x00000051, &path_table_146, 0x00000002, 0x00000000 }, + { 0x00000050, &path_table_147, 0x00000002, 0x00000000 }, + { 0x0000004f, &path_table_148, 0x00000002, 0x00000000 }, + { 0x0000004e, &path_table_149, 0x00000002, 0x00000000 }, + { 0x0000004d, &path_table_150, 0x00000002, 0x00000000 }, + { 0x0000004c, &path_table_151, 0x00000002, 0x00000000 }, + { 0x0000004b, &path_table_152, 0x00000002, 0x00000000 }, + { 0x0000004a, &path_table_153, 0x00000002, 0x00000000 }, + { 0x00000049, &path_table_154, 0x00000002, 0x00000000 }, + { 0x00000048, &path_table_155, 0x00000002, 0x00000000 }, + { 0x00000047, &path_table_156, 0x00000003, 0x00000000 }, + { 0x00000046, &path_table_157, 0x00000003, 0x00000000 }, + { 0x00000045, &path_table_158, 0x00000003, 0x00000000 }, + { 0x00000044, &path_table_159, 0x00000003, 0x00000000 }, + { 0x00000043, &path_table_160, 0x00000003, 0x00000000 }, + { 0x00000042, &path_table_161, 0x00000003, 0x00000000 }, + { 0x00000041, &path_table_162, 0x00000003, 0x00000000 }, + { 0x00000040, &path_table_163, 0x00000003, 0x00000000 }, + { 0x0000003f, &path_table_164, 0x00000003, 0x00000000 }, + { 0x0000003e, &path_table_165, 0x00000003, 0x00000000 }, + { 0x0000003d, &path_table_166, 0x00000003, 0x00000000 }, + { 0x0000003c, &path_table_167, 0x00000003, 0x00000000 }, + { 0x0000003b, &path_table_168, 0x00000003, 0x00000000 }, + { 0x0000003a, &path_table_169, 0x00000003, 0x00000000 }, + { 0x00000039, &path_table_170, 0x00000003, 0x00000000 }, + { 0x00000038, &path_table_171, 0x00000003, 0x00000000 }, + { 0x00000037, &path_table_172, 0x00000003, 0x00000000 }, + { 0x00000036, &path_table_173, 0x00000003, 0x00000000 }, + { 0x00000035, &path_table_174, 0x00000003, 0x00000000 }, + { 0x00000034, &path_table_175, 0x00000003, 0x00000000 }, + { 0x00000033, &path_table_176, 0x00000003, 0x00000000 }, + { 0x00000032, &path_table_177, 0x00000003, 0x00000000 }, + { 0x00000031, &path_table_178, 0x00000003, 0x00000000 }, + { 0x00000030, &path_table_179, 0x00000003, 0x00000000 }, + { 0x0000002f, &path_table_180, 0x00000003, 0x00000000 }, + { 0x0000002e, &path_table_181, 0x00000003, 0x00000000 }, + { 0x0000002d, &path_table_182, 0x00000003, 0x00000000 }, + { 0x0000002c, &path_table_183, 0x00000003, 0x00000000 }, + { 0x0000002b, &path_table_184, 0x00000003, 0x00000000 }, + { 0x0000002a, &path_table_185, 0x00000003, 0x00000000 }, + { 0x00000029, &path_table_186, 0x00000003, 0x00000000 }, + { 0x00000028, &path_table_187, 0x00000003, 0x00000000 }, + { 0x00000027, &path_table_188, 0x00000003, 0x00000000 }, + { 0x00000026, &path_table_189, 0x00000003, 0x00000000 }, + { 0x00000025, &path_table_190, 0x00000003, 0x00000000 }, + { 0x00000024, &path_table_191, 0x00000003, 0x00000000 }, + { 0x00000023, &path_table_192, 0x00000003, 0x00000000 }, + { 0x00000022, &path_table_193, 0x00000003, 0x00000000 }, + { 0x00000021, &path_table_194, 0x00000003, 0x00000000 }, + { 0x00000020, &path_table_195, 0x00000003, 0x00000000 }, + { 0x0000001f, &path_table_196, 0x00000003, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "PAD_nc8_stat_all_p", + "PAD_nc7_stat_all_p", + "PAD_nc6_stat_all_p", + "PAD_nc5_stat_all_p", + "PAD_nc4_stat_all_p", + "PAD_nc3_stat_all_p", + "PAD_nc2_stat_all_p", + "PAD_nc1_stat_all_p", + "PAD_m164_stat_all_p", + "PAD_m163_stat_all_p", + "PAD_m162_stat_all_p", + "PAD_m161_stat_all_p", + "PAD_m160_stat_all_p", + "PAD_m157_stat_all_p", + "PAD_m156_stat_all_p", + "PAD_m155_stat_all_p", + "PAD_m154_stat_all_p", + "PAD_m153_stat_all_p", + "PAD_m152_stat_all_p", + "PAD_m151_stat_all_p", + "PAD_m150_stat_all_p", + "PAD_m149_stat_all_p", + "PAD_m148_stat_all_p", + "PAD_m147_stat_all_p", + "PAD_m146_stat_all_p", + "PAD_m145_stat_all_p", + "PAD_m144_stat_all_p", + "PAD_m143_stat_all_p", + "PAD_m142_stat_all_p", + "PAD_m141_stat_all_p", + "PAD_m140_stat_all_p", + "PAD_m139_stat_all_p", + "PAD_m138_stat_all_p", + "PAD_m137_stat_all_p", + "PAD_m136_stat_all_p", + "PAD_m135_stat_all_p", + "PAD_nb11_stat_all_p", + "PAD_nb10_stat_all_p", + "PAD_nb9_stat_all_p", + "PAD_nb8_stat_all_p", + "PAD_nb7_stat_all_p", + "PAD_nb6_stat_all_p", + "PAD_nb5_stat_all_p", + "PAD_nb4_stat_all_p", + "PAD_nb3_stat_all_p", + "PAD_nb2_stat_all_p", + "PAD_nb1_stat_all_p", + "PAD_m134_stat_all_p", + "PAD_m133_stat_all_p", + "PAD_m132_stat_all_p", + "PAD_m131_stat_all_p", + "PAD_m130_stat_all_p", + "PAD_m129_stat_all_p", + "PAD_m128_stat_all_p", + "PAD_m127_stat_all_p", + "PAD_m126_stat_all_p", + "PAD_m125_stat_all_p", + "PAD_m124_stat_all_p", + "PAD_m123_stat_all_p", + "PAD_m122_stat_all_p", + "PAD_m121_stat_all_p", + "PAD_m120_stat_all_p", + "PAD_m119_stat_all_p", + "PAD_m118_stat_all_p", + "PAD_m117_stat_all_p", + "PAD_m116_stat_all_p", + "PAD_m115_stat_all_p", + "PAD_m114_stat_all_p", + "PAD_m113_stat_all_p", + "PAD_m112_stat_all_p", + "PAD_m111_stat_all_p", + "PAD_m110_stat_all_p", + "PAD_m109_stat_all_p", + "PAD_m108_stat_all_p", + "PAD_m107_stat_all_p", + "PAD_m106_stat_all_p", + "PAD_m105_stat_all_p", + "PAD_m104_stat_all_p", + "PAD_m103_stat_all_p", + "PAD_m102_stat_all_p", + "PAD_m101_stat_all_p", + "PAD_m100_stat_all_p", + "PAD_m99_stat_all_p", + "PAD_m98_stat_all_p", + "PAD_m97_stat_all_p", + "PAD_m96_stat_all_p", + "PAD_m95_stat_all_p", + "PAD_m94_stat_all_p", + "PAD_m93_stat_all_p", + "PAD_m92_stat_all_p", + "PAD_m91_stat_all_p", + "PAD_m81_stat_all_p", + "PAD_m80_stat_all_p", + "PAD_m79_stat_all_p", + "PAD_m78_stat_all_p", + "PAD_m77_stat_all_p", + "PAD_m76_stat_all_p", + "PAD_m75_stat_all_p", + "PAD_m74_stat_all_p", + "PAD_m73_stat_all_p", + "PAD_m72_stat_all_p", + "PAD_m71_stat_all_p", + "PAD_na13_stat_all_p", + "PAD_na12_stat_all_p", + "PAD_na11_stat_all_p", + "PAD_na10_stat_all_p", + "PAD_na9_stat_all_p", + "PAD_na8_stat_all_p", + "PAD_na7_stat_all_p", + "PAD_na6_stat_all_p", + "PAD_na5_stat_all_p", + "PAD_na4_stat_all_p", + "PAD_na3_stat_all_p", + "PAD_na2_stat_all_p", + "PAD_na1_stat_all_p", + "PAD_m70_stat_all_p", + "PAD_m69_stat_all_p", + "PAD_m68_stat_all_p", + "PAD_m67_stat_all_p", + "PAD_m66_stat_all_p", + "PAD_m65_stat_all_p", + "PAD_m64_stat_all_p", + "PAD_m63_stat_all_p", + "PAD_m62_stat_all_p", + "PAD_m61_stat_all_p", + "PAD_m60_stat_all_p", + "PAD_m59_stat_all_p", + "PAD_m58_stat_all_p", + "PAD_m57_stat_all_p", + "PAD_m56_stat_all_p", + "PAD_m55_stat_all_p", + "PAD_m54_stat_all_p", + "PAD_m53_stat_all_p", + "PAD_m52_stat_all_p", + "PAD_m51_stat_all_p", + "PAD_m50_stat_all_p", + "PAD_m49_stat_all_p", + "PAD_m48_stat_all_p", + "PAD_m47_stat_all_p", + "PAD_m46_stat_all_p", + "PAD_m45_stat_all_p", + "PAD_m44_stat_all_p", + "PAD_m43_stat_all_p", + "PAD_m42_stat_all_p", + "PAD_m41_stat_all_p", + "PAD_m40_stat_all_p", + "PAD_m39_stat_all_p", + "PAD_m38_stat_all_p", + "PAD_m37_stat_all_p", + "PAD_m36_stat_all_p", + "PAD_m35_stat_all_p", + "PAD_m34_stat_all_p", + "PAD_m33_stat_all_p", + "PAD_m32_stat_all_p", + "PAD_m31_stat_all_p", + "PAD_m30_stat_all_p", + "PAD_n12_stat_all_p", + "PAD_n11_stat_all_p", + "PAD_n10_stat_all_p", + "PAD_n9_stat_all_p", + "PAD_n8_stat_all_p", + "PAD_n7_stat_all_p", + "PAD_n6_stat_all_p", + "PAD_n5_stat_all_p", + "PAD_n4_stat_all_p", + "PAD_n3_stat_all_p", + "PAD_n2_stat_all_p", + "PAD_n1_stat_all_p", + "PAD_m29_stat_all_p", + "PAD_m28_stat_all_p", + "PAD_m27_stat_all_p", + "PAD_m26_stat_all_p", + "PAD_m25_stat_all_p", + "PAD_m24_stat_all_p", + "PAD_m23_stat_all_p", + "PAD_m22_stat_all_p", + "PAD_m21_stat_all_p", + "PAD_m20_stat_all_p", + "PAD_m19_stat_all_p", + "PAD_m18_stat_all_p", + "PAD_m17_stat_all_p", + "PAD_m16_stat_all_p", + "PAD_m15_stat_all_p", + "PAD_m14_stat_all_p", + "PAD_m13_stat_all_p", + "PAD_m12_stat_all_p", + "PAD_m11_stat_all_p", + "PAD_m10_stat_all_p", + "PAD_m9_stat_all_p", + "PAD_m8_stat_all_p", + "PAD_m7_stat_all_p", + "PAD_m6_stat_all_p", + "PAD_m5_stat_all_p", + "PAD_m4_stat_all_p", + "PAD_m3_stat_all_p", + "PAD_m2_stat_all_p", + "PAD_m1_stat_all_p", + NULL +}; + + +s32 path_set_0[] = { 4, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_17[] = { 0x9d000008, 0x00020003, 0x3c2330fd, 0x06010002, 0x239a0008, 0x00001700, 0x01000023, 0x02230204, 0xaead6865, 0x6c6c6f0a, 0x00023303, 0x30fd064c, 0x00c80f4c, 0x00500e95, 0x01b1b400, 0x070812b4, 0x0005dc0d, 0xb40004b0, 0x0cb40003, 0x840bb400, 0x02580ab4, 0x00012c09, 0x01330209, 0xb4000168, 0x23c38c09, 0x02230133, 0x020ab400, 0x029423c3, 0x8c0a0223, 0x0133020b, 0xb40003c0, 0x23c38c0b, 0x02230133, 0x020cb400, 0x04ec23c3, 0x8c0c0223, 0x0133020d, 0xb4000618, 0x23c38c0d, 0x02230133, 0x020e9601, 0x13c38c0e, 0x0213b094, 0x01013302, 0x0fc38c0f, 0x9a001000, 0x009a0020, 0x00000001, 0x02120300, 0x27011202, 0x279a0000, 0x01009a00, 0x1000001e, 0x00160220, 0x034c012c, 0x012f234d, 0xfd000f00, 0x16230120, 0x02234efd, 0x000f0016, 0x134c012c, 0x01021301, 0x27020103, 0x22010102, 0x06c38c30, 0x9a002000, 0x00020703, 0x01070400 }; +u32 ai_36[] = { 0x0238039c, 0x00000100, 0x00013802, 0x00035200, 0x50003b23, 0x01000223, 0xf323bd08, 0xff003604, 0x13000000, 0x0023ad54, 0x20666169, 0x6c0a0001, 0x0002239a, 0x00040000, 0xad542069, 0x6e69740a, 0x0003f323, 0xbd04ff00, 0x36040200, 0x00000123, 0x0223f323, 0xbd04ff00, 0x36040300, 0x00000123, 0x0223f323, 0xbd04ff00, 0x36040400, 0x00000123, 0x0223f323, 0xbd04ff00, 0x36040500, 0x00000123, 0x02230203, 0x0353008c, 0x003b059c, 0x00004000, 0x04010302, 0x04035300, 0x8c003b05, 0x59011300, 0x05021301, 0x0402059a, 0x00002000, 0x02010301, 0x01040000 }; +u32 ai_37[] = { 0x0200039c, 0x00008000, 0x23010002, 0x23ae0203, 0x03b40002, 0x58230103, 0x0223c38c, 0x1f650000, 0x189a8000, 0x0000f323, 0xbd10ff00, 0x06041600, 0x00000023, 0x02239a08, 0x000000b7, 0x00b4b9b5, 0x0205039c, 0x00000200, 0x1352012c, 0x00180802, 0x139c1000, 0x00001352, 0x00320018, 0x070213bb, 0x00002301, 0x0502239a, 0x40000000, 0x0303039c, 0x20000000, 0x13180008, 0x060213c3, 0x8c209a00, 0x800000c9, 0x00b6b802, 0x06030106, 0x0207039a, 0x10000000, 0xc38c32b7, 0x000f0105, 0x0208039a, 0x00000200, 0x01050400 }; +u32 ai_1[] = { 0x8e02ad68, 0x310a00ab, 0x000205fd, 0x04060400 }; +u32 ai_2[] = { 0x8e03ad68, 0x320a00ab, 0x000305fd, 0x04060400 }; +u32 ai_3[] = { 0x8e04ad68, 0x330a00ab, 0x000405fd, 0x04060400 }; +u32 ai_4[] = { 0x8e05ad68, 0x340a00ab, 0x000505fd, 0x04060400 }; +u32 ai_5[] = { 0x02238f00, 0x28900014, 0x8dbf3335, 0x8013bf00, 0xcf100000, 0x00002302, 0x13bf00cf, 0x10100000, 0x00230223, 0x00010201, 0x9c000020, 0x00039c00, 0x00800003, 0x05fd0408, 0x020305fd, 0x04090400 }; +u32 ai_7[] = { 0x1e232802, 0x03039c00, 0x00200034, 0x46342f23, 0x01030223, 0x14002100, 0x00230223, 0x0204039c, 0x00002000, 0x34463401, 0x0402349a, 0x00002000, 0x16000100, 0x00230223, 0x05fd0409, 0x04000000 }; +u32 ai_8[] = { 0x02353335, 0x503f2803, 0x023f2a03, 0x0203034c, 0x0096133c, 0x3602132f, 0x37010302, 0x363c2300, 0x01023703, 0x01350223, 0x02346d04, 0x0233350a, 0x231a0102, 0x23353223, 0x0e010223, 0x353c2313, 0x01022335, 0x50231301, 0x02233564, 0x23110102, 0x23359623, 0x12010223, 0x35c82314, 0x00010000, 0x01022315, 0x00010000, 0x01020103, 0x2f230101, 0x02233c23, 0x00030203, 0x03013502, 0x23030134, 0x020205fd, 0x04100400 }; +u32 ai_9[] = { 0x02353335, 0x503f2803, 0x023f2a03, 0xae020303, 0x9c000400, 0x00029c00, 0x10000013, 0x9c000800, 0x00020213, 0x032f374c, 0x0096133c, 0x360213b3, 0x00025813, 0x01350213, 0x2f370103, 0x02363c23, 0x00010237, 0x03013502, 0x2302349c, 0x00040000, 0x029c0010, 0x0000139c, 0x00080000, 0x02021333, 0x350a231a, 0x01022335, 0x32230e01, 0x0223353c, 0x23130102, 0x23355023, 0x13010223, 0x35642311, 0x01022335, 0x96231201, 0x022335c8, 0x23140001, 0x00000102, 0x23150001, 0x00000102, 0x01039d00, 0x4000002f, 0x23010102, 0x233c2300, 0x03020303, 0x01350223, 0x03013402, 0x0205fd04, 0x0f040000 }; +u32 ai_18[] = { 0x9d000008, 0x001e0001, 0x0203039c, 0x00002000, 0x0646062f, 0x23010302, 0x23170001, 0x00002302, 0x23c38c12, 0xae020403, 0x9c000020, 0x00064606, 0xb4000078, 0x23010402, 0x2359013d, 0xc38c13ae, 0x0205039c, 0x00010000, 0x13b40002, 0x58070213, 0xb40004b0, 0x069c0000, 0x20000646, 0x06590123, 0x01050223, 0x9a000040, 0x00c38c14, 0x0001023d, 0x9a000040, 0x00c38c33, 0x00010201, 0x0305fd04, 0x14010102, 0x069a0000, 0x2000c38c, 0x2205fd04, 0x150207c3, 0x8c219a00, 0x01000001, 0x05040000 }; +u32 ai_19[] = { 0xae023303, 0x9c000020, 0x00014601, 0xb4000a8c, 0x11b40009, 0x6010b400, 0x08340fb4, 0x0007080e, 0xb40005dc, 0x0db40004, 0xb00cb400, 0x03840bb4, 0x0002580a, 0xb400012c, 0x09013302, 0x09b40001, 0x6823c38c, 0x16022301, 0x33020a9a, 0x00000400, 0xb4000294, 0x23c38c17, 0x02230133, 0x020bb400, 0x03c023c3, 0x8c180223, 0x0133020c, 0xb40004ec, 0x23c38c19, 0x02230133, 0x020db400, 0x061823c3, 0x8c1a0223, 0x0133020e, 0xb4000744, 0x23c38c1b, 0x02230133, 0x020fb400, 0x087023c3, 0x8c1c0223, 0x01330210, 0xb400099c, 0x23c38c1d, 0x02230133, 0x0211b400, 0x0ac823c3, 0x8c1e0223, 0x00120133, 0x021205fd, 0x04150201, 0x9a000020, 0x009c0000, 0x040013c3, 0x8c220023, 0x0213c38c, 0x15002302, 0x2305fd04, 0x15040000 }; +u32 ai_20[] = { 0x9d000000, 0x10ab0032, 0x9a000080, 0x009c0000, 0x0400139a, 0x00020000, 0x02130238, 0x9c000020, 0x00131c23, 0x28000302, 0x131f2328, 0x0203034d, 0xfd001e23, 0x282d2f23, 0x01030223, 0x9a000020, 0x00013802, 0x2d3c2322, 0x02010301, 0x0102239a, 0x00002000, 0xab008b01, 0x38040000 }; +u32 ai_16[] = { 0xcd026c00, 0x000a0002, 0xffff0002, 0x06006500, 0x00160200, 0x03010004 }; +u32 ai_38[] = { 0x0230ae9c, 0x00002000, 0x039c0000, 0x8000039c, 0x00040000, 0x019c0010, 0x0000139c, 0x00080000, 0x010213ad, 0x210a0002, 0x23033106, 0x23001302, 0x2333353c, 0x23f313bd, 0x03ff00c4, 0x040b0000, 0x00001302, 0x23357823, 0xf313bd03, 0xff008104, 0x0b000000, 0x00130223, 0x35b423f3, 0x13bd03ff, 0x0024040b, 0x00000000, 0x130223f3, 0x13bd03ff, 0x0000040b, 0x00000000, 0x13021302, 0x23033107, 0x23001302, 0x2333353c, 0x23f313bd, 0x03ff00a3, 0x040c0000, 0x00001302, 0x23357823, 0xf313bd03, 0xff005904, 0x0c000000, 0x00130223, 0x35b423f3, 0x13bd03ff, 0x003a040c, 0x00000000, 0x130223f3, 0x13bd03ff, 0x0034040c, 0x00000000, 0x13021302, 0x23033108, 0x23001302, 0x2333353c, 0x23f313bd, 0x03ff00a2, 0x040d0000, 0x00001302, 0x23357823, 0xf313bd03, 0xff00cb04, 0x0d000000, 0x00130223, 0x35b423f3, 0x13bd03ff, 0x0036040d, 0x00000000, 0x130223f3, 0x13bd03ff, 0x00c0040d, 0x00000000, 0x13021302, 0x23033109, 0x23001302, 0x2333353c, 0x23f313bd, 0x03ff00d6, 0x040e0000, 0x00001302, 0x23357823, 0xf313bd03, 0xff009804, 0x0e000000, 0x00130223, 0x35b423f3, 0x13bd03ff, 0x006b040e, 0x00000000, 0x130223f3, 0x13bd03ff, 0x002a040e, 0x00000000, 0x13021300, 0x0102036d, 0x04010223, 0x03310223, 0x00130223, 0x33353c23, 0xf313bd04, 0xff00c404, 0x02000000, 0x00130223, 0x357823f3, 0x13bd04ff, 0x00810402, 0x00000000, 0x13022335, 0xb423f313, 0xbd04ff00, 0x24040200, 0x00000013, 0x0223f313, 0xbd04ff00, 0x00040200, 0x00000013, 0x02130223, 0x03310323, 0x00130223, 0x33353c23, 0xf313bd04, 0xff00a304, 0x03000000, 0x00130223, 0x357823f3, 0x13bd04ff, 0x00590403, 0x00000000, 0x13022335, 0xb423f313, 0xbd04ff00, 0x3a040300, 0x00000013, 0x0223f313, 0xbd04ff00, 0x34040300, 0x00000013, 0x02130223, 0x03310423, 0x00130223, 0x33353c23, 0xf313bd04, 0xff00a204, 0x04000000, 0x00130223, 0x357823f3, 0x13bd04ff, 0x00cb0404, 0x00000000, 0x13022335, 0xb423f313, 0xbd04ff00, 0x36040400, 0x00000013, 0x0223f313, 0xbd04ff00, 0xc0040400, 0x00000013, 0x02130223, 0x03310523, 0x00130223, 0x33353c23, 0xf313bd04, 0xff00d604, 0x05000000, 0x00130223, 0x357823f3, 0x13bd04ff, 0x00980405, 0x00000000, 0x13022335, 0xb423f313, 0xbd04ff00, 0x6b040500, 0x00000013, 0x0223f313, 0xbd04ff00, 0x2a040500, 0x00000013, 0x02130001, 0x020103b4, 0x00007823, 0x01010223, 0x01300400 }; +u32 ai_10[] = { 0x8e06ad72, 0x310a0005, 0xfd040704 }; +u32 ai_11[] = { 0x8e07ad72, 0x320a0005, 0xfd040704 }; +u32 ai_12[] = { 0x8e08ad72, 0x330a0005, 0xfd040704 }; +u32 ai_13[] = { 0x8e09ad72, 0x340a0005, 0xfd040704 }; +u32 ai_6[] = { 0x02238f00, 0x288dbf33, 0x358013bf, 0x00b80800, 0x00000023, 0x0213bf00, 0xb8081000, 0x00002302, 0x23c000d9, 0x00000000, 0x01000102, 0x0105fd04, 0x0a040000 }; +u32 ai_14[] = { 0x02381f00, 0xcd020303, 0x2f230103, 0x02234dfd, 0x001e00cd, 0x23013802, 0x2322ad67, 0x6f6e650a, 0x00020103, 0x01010400 }; +u32 ai_15[] = { 0x02381f00, 0x23020303, 0x2f230103, 0x02234dfd, 0x001e0023, 0x23013802, 0x2322ad67, 0x6f6e650a, 0x00020103, 0x01010400 }; +u32 ai_21[] = { 0x9d000008, 0x0002388e, 0x00020003, 0x0a001e00, 0x53005404, 0x104b001e, 0x23010002, 0x23c38c26, 0xae020303, 0xb4000078, 0x23010302, 0x239a2000, 0x00000a00, 0xa8003c00, 0x780010c3, 0x8c230201, 0x032f2301, 0x010223c3, 0x8c2405fd, 0x04170400 }; +u32 ai_22[] = { 0x0239039c, 0x00800000, 0x23001302, 0x23960123, 0x9a000008, 0x00ae9401, 0x00130223, 0xb300012c, 0x13c38c25, 0x05fd0418, 0x02134b00, 0x32232800, 0x02232900, 0x01390200, 0x039c0080, 0x0000014b, 0x0014032f, 0x01010002, 0x3a013902, 0x03080204, 0x039c0080, 0x0000014b, 0x00083b4c, 0x00280101, 0x04023b47, 0x403c48c0, 0x3c000502, 0x3c023d00, 0x05020503, 0x9c008000, 0x00012f06, 0x01050206, 0x01030201, 0x01390400 }; +u32 ai_23[] = { 0xae020503, 0xb4000078, 0x38010502, 0x381f0009, 0x0203036d, 0x043d0013, 0x023dd900, 0x00091302, 0x132f234d, 0xfd002800, 0x09230103, 0x02234dfd, 0x00280009, 0x23013802, 0x239a0100, 0x00001700, 0x01000000, 0x0200039c, 0x02000000, 0x23010002, 0x23210204, 0x03010404 }; +u32 ai_39[] = { 0x0203039c, 0x08000000, 0x00010302, 0x00033100, 0x239c0400, 0x00003d01, 0x00023d03, 0x03031800, 0x08080223, 0x9a004000, 0x00020103, 0x01010400 }; +u32 ai_40[] = { 0x0200039c, 0x01000000, 0x23010002, 0x236d0423, 0x01000223, 0x02030353, 0x01f40009, 0x23010302, 0x23f323bd, 0x1345000c, 0x041d0000, 0x001023ad, 0x4f206661, 0x696c0a00, 0x01030223, 0x9a020000, 0x00ad4f20, 0x696e6974, 0x0a0003f3, 0x23bd13ff, 0x000a041a, 0x00000010, 0x230223f3, 0x23bd13ff, 0x000b041b, 0x00000010, 0x230223f3, 0x23bd13ff, 0x000d041c, 0x00000010, 0x230223f3, 0x23bd13ff, 0x000e041c, 0x00000010, 0x230223f3, 0x23bd13ff, 0x000f041c, 0x00000010, 0x23022302, 0x04030104, 0x04000000 }; +u32 ai_28[] = { 0x9d000008, 0x008e0abf, 0x00cd0600, 0x00000023, 0x02231400, 0x21000000, 0x0200039c, 0x04000000, 0x23462330, 0xfd234b00, 0x96230100, 0x0223ae00, 0x33023303, 0x9c040000, 0x00014601, 0x30fd014c, 0x00fa0f95, 0x01b1b400, 0x096010b4, 0x0007080e, 0xb40005dc, 0x0db40004, 0xb00cb400, 0x03840bb4, 0x0002580a, 0xb400012c, 0x09013302, 0x09b40001, 0x6823c38c, 0x28022301, 0x33020ab4, 0x00029423, 0xc38c2902, 0x23013302, 0x0bb40003, 0xc023c38c, 0x2a022301, 0x33020cb4, 0x0004ec23, 0xc38c2b02, 0x23013302, 0x0db40006, 0x1823c38c, 0x2c022301, 0x33020eb4, 0x00074423, 0xc38c2d02, 0x23013302, 0x10b40009, 0x9c23c38c, 0x2f022301, 0x33020f96, 0x0113c38c, 0x2e0213b0, 0x94010133, 0x02019a04, 0x00000016, 0x00010000, 0x03020303, 0x2f230103, 0x022305fd, 0x041e0400 }; +u32 ai_24[] = { 0x8dbf3335, 0x8013bf00, 0xb8080000, 0x00002302, 0x13bf00b8, 0x08100000, 0x00230223, 0xc000d600, 0x00000023, 0x02231400, 0x24000000, 0x0200039c, 0x04000000, 0x23462330, 0xfd230100, 0x02239a04, 0x00000016, 0x00040000, 0x03020303, 0x2f230103, 0x022305fd, 0x041e0400 }; +u32 ai_25[] = { 0x8e0b05fd, 0x04190400 }; +u32 ai_26[] = { 0x8e0c05fd, 0x04190400 }; +u32 ai_27[] = { 0x8dbf3335, 0x8013bf00, 0xb8080000, 0x00002302, 0x13bf00b8, 0x08100000, 0x00230223, 0xc000d600, 0x00000023, 0x02231500, 0x21000000, 0x0200039c, 0x04000000, 0x23462330, 0xfd230100, 0x02239a04, 0x00000016, 0x00010000, 0x03020303, 0x2f230103, 0x022305fd, 0x041e0400 }; +u32 ai_29[] = { 0x02381500, 0x21000023, 0x02230316, 0x00010000, 0x23022302, 0x03032f23, 0x01030223, 0x01380400 }; +u32 ai_41[] = { 0x0200039c, 0x00800000, 0x23010002, 0x23a30100, 0x04000033, 0x351e2365, 0x0100cd00, 0x03022335, 0x3c236501, 0x00d60003, 0x0223355a, 0x23650100, 0xd0000302, 0x23357823, 0x650100c8, 0x00030223, 0x35962365, 0x0100cb00, 0x03022335, 0xb4236501, 0x00c40003, 0x022335d2, 0x23650100, 0xd5000302, 0x2335f023, 0x650100c2, 0x00030223, 0x650100c0, 0x0203036d, 0x04045500, 0xb3230103, 0x0223c38c, 0x27010302, 0x04030104, 0x04000000 }; +u32 ai_0[] = { 0xad627272, 0x6d206272, 0x726d0a00, 0x02000301, 0x00040000 }; +u32 ai_42[] = { 0x023803eb, 0x3e550016, 0x23013802, 0x23ecd700, 0xda020303, 0xdc230103, 0x0223310a, 0x299c0400, 0x00002905, 0xfd042002, 0x29d205fd, 0x0001023e, 0x05fd0001, 0x04000000 }; +u32 ai_31[] = { 0xf12305fd, 0x000f0223, 0xddeaed03, 0x0303d502, 0x00010000, 0xdbf40000, 0xffdf03df, 0x0405f804, 0x21a10a00, 0x00040005, 0x0a0422a1, 0x0b000004, 0x00050b04, 0x23a10c00, 0x00040005, 0x0c042402, 0x01030101, 0x04000000 }; +u32 ai_32[] = { 0xd9fd0010, 0x2302230a, 0x006bffff, 0xffff0610, 0xae020303, 0xb400012c, 0x23010302, 0x23da0204, 0x03dc2301, 0x040223d2, 0x02010301, 0x01040000 }; +u32 ai_33[] = { 0xd9fd0011, 0x2302230a, 0x0052ffff, 0xffff0610, 0x02010301, 0x01040000 }; +u32 ai_34[] = { 0xd9fd0014, 0x2302230a, 0x0028ffff, 0xffff0610, 0x02010301, 0x01040000 }; +u32 ai_35[] = { 0xd9fd0013, 0x23022315, 0x00210000, 0x230223ae, 0x020303b4, 0x00010e23, 0x01030223, 0x08022302, 0x01030101, 0x04000000 }; +u32 ai_30[] = { 0xae020303, 0xb4000000, 0x23010302, 0x230a0061, 0xffff00af, 0x04100201, 0x03010104 }; +u32 ai_43[] = { 0x020303cf, 0x23010302, 0x2305f804, 0x1f020103, 0x01010400 }; +u32 ai_44[] = { 0x0200039c, 0x40000000, 0x23010002, 0x23ae0204, 0x03ad4932, 0x0a00b400, 0x025810b4, 0x0001680f, 0xb400012c, 0x0eb40000, 0xb40db400, 0x00780cb4, 0x00003c0b, 0xb4000000, 0x0a010402, 0x0aad5431, 0x0a00a40b, 0x00020000, 0x5f0ba40c, 0x00020000, 0x5f0c0104, 0x020ba400, 0x00020000, 0x5f00a40d, 0x00020000, 0x5f0da40e, 0x00020000, 0x5f0e0104, 0x020ca40f, 0x00020000, 0x5f0fa410, 0x00020000, 0x5f100104, 0x020d0104, 0x020e0104, 0x020f0104, 0x0210ad43, 0x4c0a0005, 0xfd000104 }; +u32 ai_45[] = { 0xa0010010, 0x00000302, 0x3303f700, 0x23013302, 0x239a0020, 0x000005fd, 0x00010400 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x0000041b }, + /* index = 27 */ + { &ai_27, 0x0000041c }, + /* index = 28 */ + { &ai_28, 0x0000041d }, + /* index = 29 */ + { &ai_29, 0x0000041e }, + /* index = 30 */ + { &ai_30, 0x0000041f }, + /* index = 31 */ + { &ai_31, 0x00000420 }, + /* index = 32 */ + { &ai_32, 0x00000421 }, + /* index = 33 */ + { &ai_33, 0x00000422 }, + /* index = 34 */ + { &ai_34, 0x00000423 }, + /* index = 35 */ + { &ai_35, 0x00000424 }, + /* index = 36 */ + { &ai_36, 0x00001000 }, + /* index = 37 */ + { &ai_37, 0x00001001 }, + /* index = 38 */ + { &ai_38, 0x00001002 }, + /* index = 39 */ + { &ai_39, 0x00001003 }, + /* index = 40 */ + { &ai_40, 0x00001004 }, + /* index = 41 */ + { &ai_41, 0x00001005 }, + /* index = 42 */ + { &ai_42, 0x00001006 }, + /* index = 43 */ + { &ai_43, 0x00001007 }, + /* index = 44 */ + { &ai_44, 0x00001008 }, + /* index = 45 */ + { &ai_45, 0x00001009 }, + /* index = 46 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/e/UsetuptraZ.c b/assets/obseg/setup/e/UsetuptraZ.c new file mode 100644 index 0000000..1b15ecd --- /dev/null +++ b/assets/obseg/setup/e/UsetuptraZ.c @@ -0,0 +1,1842 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:19 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetuptraZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-116.0f, 29.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, -0.034894f}, "p889a2", 0 }, + { {-203.0f, 29.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p983a", 0 }, + { {-158.0f, 29.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, -0.034898f}, "p979a", 0 }, + { {-78.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, -0.034898f}, "p884a2", 0 }, + { {-120.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, -0.034894f}, "p889a1", 0 }, + { {-632.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.707106f, 0.0f, 0.707108f}, "p471b", 0 }, + { {-647.0f, 29.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258818f}, "p607b", 0 }, + { {-564.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {0.966152f, 0.0f, 0.257974f}, "p502b2", 0 }, + { {-566.0f, 29.0f, -26.0f}, {0.0f, 1.0f, 0.0f}, {0.999755f, 0.0f, -0.02214f}, "p502b1", 0 }, + { {-528.0f, 29.0f, -25.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p502b1", 0 }, + { {-485.0f, 29.0f, -5.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p498b1", 0 }, + { {-502.0f, 29.0f, -51.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p498b2", 0 }, + { {-437.0f, 29.0f, -51.0f}, {0.0f, 1.0f, 0.0f}, {0.82566f, 0.0f, 0.564168f}, "p498b2", 0 }, + { {-419.0f, 29.0f, -50.0f}, {0.0f, 1.0f, 0.0f}, {-0.043774f, 0.0f, 0.999041f}, "p498b2", 0 }, + { {-363.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {0.055241f, 0.0f, -0.998473f}, "p505b2", 0 }, + { {-356.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001136f}, "p505b2", 0 }, + { {-322.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {0.999895f, 0.0f, 0.014489f}, "p505b2", 0 }, + { {-313.0f, 29.0f, -32.0f}, {0.0f, 1.0f, 0.0f}, {0.971308f, 0.0f, 0.237824f}, "p505b1", 0 }, + { {-278.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.98581f, 0.0f, 0.167866f}, "p510b", 0 }, + { {-279.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {0.951057f, 0.0f, -0.309016f}, "p510b", 0 }, + { {-1084.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3647c", 0 }, + { {-1055.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3476c2", 0 }, + { {-980.0f, 29.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3394c2", 0 }, + { {-1018.0f, 29.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3435c2", 0 }, + { {-960.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2525c", 0 }, + { {-938.0f, 29.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {3e-06, 0.0f, -1.0f}, "p3590c2", 0 }, + { {-942.0f, 29.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {3e-06, 0.0f, -1.0f}, "p3590c2", 0 }, + { {-860.0f, 29.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {-0.529918f, 0.0f, -0.848049f}, "p2938c2", 0 }, + { {-864.0f, 29.0f, -19.0f}, {0.0f, 1.0f, 0.0f}, {0.390733f, 0.0f, -0.920504f}, "p2938c2", 0 }, + { {-820.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {-0.601814f, 0.0f, -0.798636f}, "p3353c2", 0 }, + { {-807.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2429c", 0 }, + { {-827.0f, 29.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {0.587786f, 0.0f, -0.809016f}, "p3353c2", 0 }, + { {-743.0f, 29.0f, -20.0f}, {0.0f, 1.0f, 0.0f}, {-0.258818f, 0.0f, -0.965926f}, "p2791c1", 0 }, + { {-713.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p2699c", 0 }, + { {-1525.0f, 29.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2752d1", 0 }, + { {-1508.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2932d", 0 }, + { {-1554.0f, 29.0f, -43.0f}, {0.0f, 1.0f, 0.0f}, {-0.707108f, 0.0f, 0.707106f}, "p2815d", 0 }, + { {-1409.0f, 29.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2640d1", 0 }, + { {-1483.0f, 29.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2711d2", 0 }, + { {-1403.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2640d2", 0 }, + { {-1326.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2538d2", 0 }, + { {-1419.0f, 29.0f, -7.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3011d", 0 }, + { {-1330.0f, 29.0f, -36.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2538d1", 0 }, + { {-1343.0f, 29.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3028d", 0 }, + { {-1269.0f, 29.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3113d", 0 }, + { {-1249.0f, 29.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-0.258821f, 0.0f, 0.965925f}, "p2435d2", 0 }, + { {-1303.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3105d", 0 }, + { {-1248.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.139172f, 0.0f, 0.990268f}, "p2435d2", 0 }, + { {-1292.0f, 29.0f, -40.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2476d1", 0 }, + { {-1225.0f, 29.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3121d", 0 }, + { {-1213.0f, 29.0f, -40.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2394d1", 0 }, + { {-1197.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3119d", 0 }, + { {-2041.0f, 29.0f, -33.0f}, {0.0f, 1.0f, 0.0f}, {0.707098f, 0.0f, 0.707116f}, "p820e1", 0 }, + { {-2002.0f, 29.0f, -32.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p922e", 0 }, + { {-2000.0f, 29.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p827e", 0 }, + { {-1955.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {0.866026f, 0.0f, -0.499999f}, "p838e", 0 }, + { {-1956.0f, 29.0f, -40.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p842e2", 0 }, + { {-1901.0f, 29.0f, -44.0f}, {0.0f, 1.0f, 0.0f}, {0.965925f, 0.0f, 0.258821f}, "p848e1", 0 }, + { {-1826.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p867e", 0 }, + { {-1824.0f, 29.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p874e", 0 }, + { {-1797.0f, 29.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {0.499999f, 0.0f, 0.866026f}, "p885e2", 0 }, + { {-1751.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p889e2", 0 }, + { {-1734.0f, 29.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, -0.707106f}, "p890e2", 0 }, + { {-1697.0f, 29.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p893e1", 0 }, + { {-1666.0f, 29.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p898e2", 0 }, + { {-1659.0f, 29.0f, -24.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p917e", 0 }, + { {-1631.0f, 29.0f, -43.0f}, {0.0f, 1.0f, 0.0f}, {0.866024f, 0.0f, 0.500002f}, "p901e", 0 }, + { {-2234.0f, 29.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, 0.034901f}, "p1738f", 0 }, + { {-2141.0f, 29.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1734f2", 0 }, + { {-2154.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1728f1", 0 }, + { {-2233.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {0.987688f, 0.0f, 0.156436f}, "p1742f", 0 }, + { {-2407.0f, 29.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {0.981434f, 0.0f, -0.191802f}, "p1841f2", 0 }, + { {-2408.0f, 29.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {0.999974f, 0.0f, 0.007245f}, "p1840f2", 0 }, + { {-2352.0f, 29.0f, -41.0f}, {0.0f, 1.0f, 0.0f}, {0.866025f, 0.0f, 0.500001f}, "p3320f2", 0 }, + { {-2338.0f, 29.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {0.258818f, 0.0f, 0.965926f}, "p3316f2", 0 }, + { {-2110.0f, -1.0f, 61.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p2914f", 0 }, + { {-2078.0f, -1.0f, 44.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p2914f", 0 }, + { {-1945.0f, -1.0f, 64.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3424f2", 0 }, + { {-1773.0f, -1.0f, 27.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3424f1", 0 }, + { {-1732.0f, -1.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3424f2", 0 }, + { {-2053.0f, -1.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3424f1", 0 }, + { {-2328.0f, 29.0f, -17.0f}, {0.0f, 1.0f, 0.0f}, {0.258818f, 0.0f, 0.965926f}, "p3322f2", 0 }, + { {-2320.0f, 29.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3316f1", 0 }, + { {-2291.0f, 29.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1852f1", 0 }, + { {-4124.0f, 47.0f, 43.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3120f2", 0 }, + { {-2492.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1759f", 0 }, + { {-2330.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3316f1", 0 }, + { {-2176.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1732f", 0 }, + { {-2235.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1740f", 0 }, + { {-2120.0f, 47.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1728f2", 0 }, + { {-2174.0f, 47.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1728f1", 0 }, + { {-2203.0f, 47.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1737f", 0 }, + { {-2176.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1735f2", 0 }, + { {-2093.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1725f", 0 }, + { {-2256.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3325f", 0 }, + { {-2372.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1840f1", 0 }, + { {-2452.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1754f2", 0 }, + { {-2416.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1840f2", 0 }, + { {-2254.0f, 17.0f, 43.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2908f", 0 }, + { {-2157.0f, 17.0f, 40.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2913f", 0 }, + { {-1697.0f, 17.0f, 43.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3424f2", 0 }, + { {-2486.0f, 47.0f, 41.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2911f", 0 }, + { {-3327.0f, 47.0f, 36.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3110f2", 0 }, + { {-3088.0f, 47.0f, 40.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3105f2", 0 }, + { {-2764.0f, 47.0f, 42.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3075f1", 0 }, + { {-2109.0f, 17.0f, 30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2914f", 0 }, + { {-2052.0f, 17.0f, 60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3424f1", 0 }, + { {-1614.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p909e1", 0 }, + { {-1633.0f, 47.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707106f}, "p960e", 0 }, + { {-1648.0f, 47.0f, -23.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, -0.707106f}, "p917e", 0 }, + { {-1677.0f, 47.0f, -45.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p898e2", 0 }, + { {-1695.0f, 47.0f, -45.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p895e2", 0 }, + { {-1802.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p885e2", 0 }, + { {-1822.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p860e1", 0 }, + { {-1826.0f, 47.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p867e", 0 }, + { {-1827.0f, 47.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p874e", 0 }, + { {-1840.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p858e1", 0 }, + { {-1857.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p855e2", 0 }, + { {-1970.0f, 47.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p836e2", 0 }, + { {-1985.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p828e", 0 }, + { {-2022.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p914e", 0 }, + { {-2015.0f, 47.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707106f}, "p923e", 0 }, + { {-2032.0f, 47.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, -0.707106f}, "p823e", 0 }, + { {-2049.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p818e2", 0 }, + { {-1577.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2832d", 0 }, + { {-1567.0f, 47.0f, -14.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2829d", 0 }, + { {-1556.0f, 47.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2814d", 0 }, + { {-1523.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2933d", 0 }, + { {-1523.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2752d1", 0 }, + { {-1483.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2711d1", 0 }, + { {-1483.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2925d", 0 }, + { {-1444.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2917d", 0 }, + { {-1444.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2670d1", 0 }, + { {-1405.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2640d1", 0 }, + { {-1405.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3011d", 0 }, + { {-1367.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2589d1", 0 }, + { {-1367.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3019d", 0 }, + { {-1327.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2538d1", 0 }, + { {-1327.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3027d", 0 }, + { {-1289.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2476d1", 0 }, + { {-1289.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3104d", 0 }, + { {-1250.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2435d1", 0 }, + { {-1249.0f, 47.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3112d", 0 }, + { {-1210.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2394d1", 0 }, + { {-1209.0f, 47.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3120d", 0 }, + { {-1178.0f, 47.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2295d", 0 }, + { {-1164.0f, 47.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2311d", 0 }, + { {-1180.0f, 47.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2307d", 0 }, + { {-1150.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2316d2", 0 }, + { {-685.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2719c2", 0 }, + { {-701.0f, 47.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2714c", 0 }, + { {-712.0f, 47.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2698c", 0 }, + { {-712.0f, 47.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2710c", 0 }, + { {-744.0f, 47.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2446c", 0 }, + { {-744.0f, 47.0f, -32.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2791c1", 0 }, + { {-783.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2438c", 0 }, + { {-783.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3312c1", 0 }, + { {-822.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2430c", 0 }, + { {-822.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3353c1", 0 }, + { {-861.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2540c", 0 }, + { {-861.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2938c1", 0 }, + { {-900.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2532c", 0 }, + { {-899.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3539c1", 0 }, + { {-940.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2524c", 0 }, + { {-939.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3590c1", 0 }, + { {-979.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2617c", 0 }, + { {-978.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3394c1", 0 }, + { {-1018.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2625c", 0 }, + { {-1017.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3435c1", 0 }, + { {-1057.0f, 47.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2633c", 0 }, + { {-1056.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3476c1", 0 }, + { {-1090.0f, 47.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3658c", 0 }, + { {-1090.0f, 47.0f, -25.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3646c", 0 }, + { {-1101.0f, 47.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3662c", 0 }, + { {-244.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p602b", 0 }, + { {-275.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p510b", 0 }, + { {-296.0f, 47.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p505b1", 0 }, + { {-324.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p505b1", 0 }, + { {-363.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p505b2", 0 }, + { {-386.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p498b1", 0 }, + { {-422.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p498b1", 0 }, + { {-420.0f, 47.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707106f}, "p498b2", 0 }, + { {-456.0f, 47.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p498b2", 0 }, + { {-530.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p502b1", 0 }, + { {-591.0f, 47.0f, -24.0f}, {0.0f, 1.0f, 0.0f}, {0.719339f, 0.0f, 0.694659f}, "p502b2", 0 }, + { {-647.0f, 47.0f, -32.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -1e-06}, "p471b", 0 }, + { {117.0f, 45.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p885a1", 0 }, + { {-207.0f, 45.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p982a", 0 }, + { {-2351.0f, 29.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1750f2", 0 }, + { {-2274.0f, 29.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2361f", 0 }, + { {-2217.0f, 29.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1740f", 0 }, + { {-2267.0f, 29.0f, -38.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1852f1", 0 }, + { {-2325.0f, 29.0f, -26.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3316f1", 0 }, + { {-2225.0f, 29.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1741f", 0 }, + { {-2307.0f, 29.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1852f1", 0 }, + { {-2242.0f, 29.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2913f", 0 }, + { {-2441.0f, 58.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3083f", 0 }, + { {-2745.0f, 15.0f, 25.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3075f1", 0 }, + { {-2141.0f, 29.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1735f2", 0 }, + { {-2116.0f, 29.0f, -45.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1728f2", 0 }, + { {-2166.0f, 29.0f, -43.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1728f1", 0 }, + { {-3387.0f, 29.0f, 41.0f}, {0.0f, 1.0f, 0.0f}, {-0.963234f, 0.0f, 0.268665f}, "p3110f1", 0 }, + { {-3402.0f, 29.0f, 53.0f}, {0.0f, 1.0f, 0.0f}, {-0.493712f, 0.0f, -0.869625f}, "p3110f1", 0 }, + { {-3413.0f, 29.0f, 28.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3111f1", 0 }, + { {-2990.0f, 29.0f, 24.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3099f1", 0 }, + { {-2956.0f, 29.0f, 41.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3099f1", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-206.0f, 25.0f, -47.0f}, {-0.000132f, 1.0f, 5.4e-05}, {0.920328f, 0.000101f, 0.391148f}, "p983a", 0, {-7.477708f, 7.870174f, -0.001118f, 13.000985f, -2.254748f, 3.176387f} }, + { {-61.0f, 26.0f, -30.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p884a2", 0, {-9.020431f, 9.025547f, -0.000599f, 17.000479f, -8.022992f, 10.022985f} }, + { {37.0f, 26.0f, -30.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a1", 0, {-9.020429f, 9.025549f, -0.000599f, 17.000479f, -8.021973f, 10.024004f} }, + { {56.0f, 26.0f, -12.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a1", 0, {-9.020431f, 9.025549f, -0.000599f, 17.000479f, -8.022992f, 10.024004f} }, + { {56.0f, 26.0f, -28.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p964a1", 0, {-8.020435f, 9.025547f, -0.000599f, 17.000479f, -8.022992f, 10.020428f} }, + { {-16.0f, 26.0f, -24.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a2", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-8.0f, 26.0f, -43.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a2", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {149.0f, 26.0f, -46.0f}, {-2.7e-05, 1.0f, -5.4e-05}, {0.444971f, 6e-05, 0.895545f}, "p885a1", 0, {-8.921829f, 8.966662f, -0.00059f, 17.000483f, -8.071114f, 9.817374f} }, + { {168.0f, 26.0f, -14.0f}, {1.8e-05, 1.0f, -5.7e-05}, {-0.306668f, 6e-05, 0.951817f}, "p886a1", 0, {-9.581789f, 8.936646f, -0.000618f, 17.000486f, -8.131411f, 10.342731f} }, + { {192.0f, 26.0f, -11.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p886a1", 0, {-9.020431f, 8.02555f, -0.000599f, 17.000479f, -8.020434f, 10.022985f} }, + { {192.0f, 26.0f, -30.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p886a1", 0, {-9.017874f, 8.025553f, -0.000599f, 17.00042f, -7.020438f, 10.024004f} }, + { {56.0f, 43.0f, -13.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a1", 0, {-9.017874f, 9.028104f, -0.000659f, 18.00042f, -7.022995f, 11.022982f} }, + { {56.0f, 43.0f, -30.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a1", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {147.0f, 43.0f, -44.0f}, {-7e-06, 1.0f, 5.9e-05}, {0.12787f, 6e-05, -0.991791f}, "p885a1", 0, {-8.95729f, 9.468771f, -0.000653f, 18.000431f, -7.22837f, 10.878529f} }, + { {-8.0f, 43.0f, -44.0f}, {-2e-06, 1.0f, -6e-05}, {0.033878f, 6e-05, 0.999426f}, "p964a2", 0, {-8.757685f, 9.265865f, -0.000581f, 18.00046f, -7.690502f, 9.72431f} }, + { {-18.0f, 43.0f, -23.0f}, {-5.8e-05, 1.0f, -1.5e-05}, {0.966883f, 6e-05, 0.255219f}, "p964a2", 0, {-9.32037f, 8.863924f, -0.000605f, 18.000475f, -7.882304f, 10.071289f} }, + { {-96.0f, 26.0f, -46.0f}, {-5.8e-05, 1.0f, 1.7e-05}, {0.961004f, 6e-05, -0.276534f}, "p889a1", 0, {-9.188374f, 9.215837f, -0.00059f, 17.000477f, -7.950836f, 9.872844f} }, + { {-94.0f, 26.0f, -16.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p889a1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-56.0f, 26.0f, -12.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p884a1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-175.0f, 43.0f, -12.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p980a", 0, {-9.020431f, 9.025549f, -0.000599f, 18.000479f, -8.022992f, 10.024064f} }, + { {-175.0f, 26.0f, -11.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p980a", 0, {-8.017877f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.021446f} }, + { {-135.0f, 26.0f, -27.0f}, {-4.3e-05, 1.0f, -4.1e-05}, {0.719988f, 6e-05, 0.693987f}, "p889a2", 0, {-9.767818f, 8.639855f, -0.000624f, 17.00052f, -8.665853f, 10.435803f} }, + { {214.0f, 33.0f, -24.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p892a2", 0, {-1.0f, 1.0f, -4.0f, 15.0f, -8.0f, 28.0f} }, + { {-214.0f, 33.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p272a2", 0, {-1.0f, 1.0f, -2.0f, 17.0f, -8.0f, 28.0f} }, + { {-296.0f, 26.0f, -27.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p505b1", 0, {-8.017877f, 9.028104f, -0.000659f, 17.00042f, -7.022995f, 11.020424f} }, + { {-338.0f, 26.0f, -47.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002526f}, "p505b2", 0, {-9.017653f, 9.025234f, -0.000599f, 17.00042f, -7.022711f, 10.02372f} }, + { {-330.0f, 26.0f, -12.0f}, {0.0f, 1.0f, 6e-05}, {0.002526f, 6e-05, -0.999997f}, "p505b1", 0, {-9.017653f, 9.025234f, -0.000599f, 17.00042f, -7.022711f, 10.02372f} }, + { {-348.0f, 26.0f, -12.0f}, {0.0f, 1.0f, 6e-05}, {0.002526f, 6e-05, -0.999997f}, "p505b1", 0, {-9.017653f, 9.025234f, -0.000599f, 17.00042f, -7.022711f, 10.02372f} }, + { {-385.0f, 26.0f, -28.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-403.0f, 26.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b2", 0, {-8.017877f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.021446f} }, + { {-403.0f, 26.0f, -31.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p498b1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-446.0f, 26.0f, -34.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b2", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-454.0f, 26.0f, -15.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b1", 0, {-9.020429f, 9.025549f, -0.000599f, 17.000479f, -8.021973f, 10.024004f} }, + { {-503.0f, 26.0f, -11.0f}, {2.7e-05, 1.0f, 5.4e-05}, {-0.444971f, 6e-05, -0.895545f}, "p498b2", 0, {-9.41163f, 8.521691f, -0.00059f, 17.000483f, -8.070095f, 9.863222f} }, + { {-522.0f, 26.0f, -43.0f}, {-1.8e-05, 1.0f, 5.7e-05}, {0.306668f, 6e-05, -0.951817f}, "p498b2", 0, {-9.729392f, 8.4391f, -0.000618f, 17.000443f, -7.370472f, 10.343749f} }, + { {-545.0f, 26.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p502b2", 0, {-8.017877f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.021446f} }, + { {-545.0f, 26.0f, -28.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p502b1", 0, {-8.020432f, 9.025549f, -0.000599f, 17.000479f, -8.021973f, 10.021446f} }, + { {-595.0f, 26.0f, -43.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p502b2", 0, {-9.020431f, 9.025549f, -0.000599f, 17.000479f, -8.022992f, 10.024004f} }, + { {-614.0f, 26.0f, -47.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p606b", 0, {-8.020435f, 9.025547f, -0.000599f, 17.000479f, -8.022992f, 10.020428f} }, + { {-612.0f, 26.0f, -9.0f}, {1e-06, 1.0f, 6e-05}, {-0.011466f, 6e-05, -0.999934f}, "p606b", 0, {-9.114071f, 9.079675f, -0.000607f, 17.000427f, -7.102736f, 10.103557f} }, + { {-630.0f, 26.0f, -11.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p607b", 0, {-9.020429f, 9.025549f, -0.000599f, 17.000479f, -8.021973f, 10.024004f} }, + { {-348.0f, 43.0f, -12.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p505b1", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {-404.0f, 43.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b2", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {-403.0f, 43.0f, -29.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b1", 0, {-8.020432f, 9.025549f, -0.000599f, 18.000479f, -8.021913f, 10.021506f} }, + { {-500.0f, 43.0f, -13.0f}, {7e-06, 1.0f, -5.9e-05}, {-0.12787f, 6e-05, 0.991791f}, "p498b2", 0, {-9.758868f, 8.349112f, -0.000617f, 18.000423f, -7.101578f, 10.33377f} }, + { {-452.0f, 43.0f, -9.0f}, {2e-06, 1.0f, 6e-05}, {-0.033878f, 6e-05, -0.999426f}, "p498b1", 0, {-8.757685f, 9.231986f, -0.000618f, 18.00044f, -7.300888f, 10.300244f} }, + { {-443.0f, 43.0f, -35.0f}, {5.8e-05, 1.0f, 1.5e-05}, {-0.966883f, 6e-05, -0.255219f}, "p498b2", 0, {-9.065151f, 9.614846f, -0.00063f, 18.000416f, -6.91542f, 10.54355f} }, + { {-595.0f, 43.0f, -45.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p502b2", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {-615.0f, 43.0f, -47.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p606b", 0, {-9.017874f, 8.025553f, -0.000599f, 18.00042f, -7.020438f, 10.024064f} }, + { {-262.0f, 26.0f, -12.0f}, {5.8e-05, 1.0f, -1.7e-05}, {-0.961004f, 6e-05, 0.276534f}, "p603b", 0, {-9.084435f, 9.492371f, -0.00059f, 17.000532f, -8.91184f, 9.872844f} }, + { {-263.0f, 26.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p602b", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-302.0f, 26.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p505b1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-652.0f, 25.0f, -47.0f}, {-0.000132f, 1.0f, 5.4e-05}, {0.920328f, 0.000101f, 0.391148f}, "p614b", 0, {-7.477708f, 7.870174f, -0.001118f, 13.000985f, -2.254748f, 3.176387f} }, + { {-232.0f, 33.0f, -24.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p536b1", 0, {-1.0f, 1.0f, -4.0f, 15.0f, -8.0f, 28.0f} }, + { {-660.0f, 33.0f, -24.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p535b2", 0, {-1.0f, 1.0f, -4.0f, 15.0f, -8.0f, 28.0f} }, + { {-1106.0f, 25.0f, -49.0f}, {-0.000165f, 1.0f, 3.3e-05}, {0.742843f, 0.000101f, 0.669466f}, "p3661c", 0, {-7.281676f, 7.210056f, -0.001256f, 13.001124f, -2.45773f, 3.871349f} }, + { {-703.0f, 34.0f, -24.0f}, {-0.707113f, 0.0f, -0.7071f}, {2e-06, 1.0f, -3e-06}, "p2687c1", 0, {-9.2e-05, 0.707262f, -0.707124f, 14.142139f, -9.0f, 28.000008f} }, + { {-739.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2441c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-778.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2433c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-817.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2425c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-856.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2535c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-895.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2527c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-934.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2519c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-974.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2612c2", 0, {-1.0f, 1.0f, -1.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1013.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2620c2", 0, {-1.0f, 1.0f, -1.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1052.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2628c2", 0, {-1.0f, 1.0f, -1.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1101.0f, 34.0f, -24.0f}, {0.7071f, 0.0f, -0.707114f}, {1e-06, 1.0f, 2e-06}, "p3635c2", 0, {-7e-05, 0.00016f, -4e-06, 14.142148f, -9.000007f, 28.000002f} }, + { {-678.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3282c1", 0, {-1.0f, 1.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-1125.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3669c2", 0, {-1.0f, 0.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-848.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2536c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-872.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2542c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-887.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2528c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-911.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2534c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-950.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2526c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-926.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2520c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-1163.0f, 25.0f, -10.0f}, {0.000165f, 1.0f, -3.3e-05}, {-0.742843f, 0.000101f, -0.669466f}, "p2310d", 0, {-7.281674f, 7.952898f, -0.00129f, 13.001125f, -3.127199f, 3.871352f} }, + { {-1168.0f, 34.0f, -34.0f}, {-0.7071f, 0.0f, 0.707114f}, {-1e-06, 1.0f, -2e-06}, "p2284d2", 0, {-7e-05, 0.70726f, -0.707118f, 14.142148f, -9.000007f, 28.000004f} }, + { {-1216.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3115d1", 0, {0.0f, 1.0f, -2.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1255.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3107d1", 0, {0.0f, 1.0f, -2.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1294.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3099d1", 0, {0.0f, 1.0f, -2.0f, 11.0f, -8.999999f, 29.999998f} }, + { {-1333.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3022d1", 0, {0.0f, 1.0f, -2.0f, 11.0f, -8.999999f, 29.999998f} }, + { {-1372.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3014d1", 0, {0.0f, 1.0f, -2.0f, 11.0f, -8.999999f, 29.999998f} }, + { {-1410.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3006d1", 0, {0.0f, 1.0f, -3.0f, 10.0f, -8.999999f, 29.999998f} }, + { {-1449.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2912d1", 0, {0.0f, 1.0f, -3.0f, 10.0f, -8.999999f, 29.999998f} }, + { {-1488.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2920d1", 0, {0.0f, 1.0f, -3.0f, 10.0f, -8.999999f, 29.999998f} }, + { {-1528.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2928d1", 0, {0.0f, 1.0f, -2.0f, 11.0f, -8.999999f, 29.999998f} }, + { {-1566.0f, 34.0f, -34.0f}, {0.707113f, 0.0f, 0.7071f}, {-2e-06, 1.0f, 3e-06}, "p2803d1", 0, {-0.707206f, 0.707262f, -0.707124f, 13.435039f, -9.000003f, 28.000008f} }, + { {-1143.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2282c2", 0, {-1.0f, 0.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-1591.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2837d2", 0, {-1.0f, 1.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-1421.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3013d", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1397.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3007d", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1382.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3021d", 0, {-1.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1358.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3015d", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1343.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3029d", 0, {-1.0f, 8.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1319.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3023d", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1676.0f, 26.0f, -27.0f}, {8e-05, 1.0f, 0.0f}, {-0.999997f, 8e-05, -0.002558f}, "p915e", 0, {-4.010217f, 5.012774f, -0.000399f, 12.00032f, -4.012775f, 5.011173f} }, + { {-1704.0f, 26.0f, -13.0f}, {8e-05, 1.0f, 0.0f}, {-0.999997f, 8e-05, -0.002558f}, "p893e1", 0, {-5.010214f, 4.012778f, -0.000399f, 12.00032f, -4.010217f, 5.01373f} }, + { {-1781.0f, 26.0f, -47.0f}, {9.3e-05, 1.0f, 0.0f}, {-0.999997f, 9.3e-05, -0.002558f}, "p885e2", 0, {-6.010211f, 5.017891f, -0.000652f, 17.000372f, -4.012775f, 7.016907f} }, + { {-1749.0f, 26.0f, -31.0f}, {2.2e-05, 1.0f, 0.0f}, {-0.999999f, 2.2e-05, -0.00119f}, "p889e1", 0, {-9.020216f, 10.027353f, -0.000513f, 15.000379f, -17.011883f, 23.011023f} }, + { {-1862.0f, 26.0f, -12.0f}, {6.2e-05, 1.0f, 6.2e-05}, {-0.705296f, 8.7e-05, -0.708913f}, "p852e1", 0, {-4.962389f, 5.671305f, -0.000493f, 15.000431f, -4.961082f, 5.643677f} }, + { {-1911.0f, 26.0f, -27.0f}, {2.2e-05, 1.0f, 0.0f}, {-0.999999f, 2.2e-05, -0.00119f}, "p848e1", 0, {-9.019027f, 10.028543f, -0.000535f, 15.000356f, -16.011885f, 24.011023f} }, + { {-1984.0f, 26.0f, -33.0f}, {8e-05, 1.0f, 0.0f}, {-0.999997f, 8e-05, -0.002558f}, "p922e", 0, {-5.010214f, 5.015332f, -0.000479f, 12.00032f, -4.012775f, 6.013727f} }, + { {-1762.0f, 41.0f, -32.0f}, {1.4e-05, 1.0f, 8e-06}, {-0.864744f, 1.6e-05, -0.502213f}, "p889e2", 0, {-4.742767f, 5.550993f, -8.1e-05, 2.00007f, -4.380237f, 5.048812f} }, + { {-2040.0f, 25.0f, -12.0f}, {0.0f, 1.0f, 0.000143f}, {0.707425f, 0.000101f, -0.706789f}, "p821e2", 0, {-7.779129f, 7.78108f, -0.001143f, 13.001001f, -2.12482f, 3.540344f} }, + { {-1636.0f, 34.0f, -25.0f}, {-0.707117f, 0.0f, -0.707096f}, {0.0f, 1.0f, 0.0f}, "p904e1", 0, {-2.1e-05, 0.707284f, -2.121331f, 12.020805f, -9.0f, 28.000002f} }, + { {-1688.0f, 34.0f, -39.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p785e2", 0, {-1.0f, 1.0f, -1.0f, 14.0f, -9.0f, 28.000002f} }, + { {-1815.0f, 34.0f, -35.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p789e1", 0, {-1.0f, 1.0f, -2.0f, 13.0f, -9.0f, 28.000002f} }, + { {-1851.0f, 34.0f, -36.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p788e1", 0, {-1.0f, 0.0f, -1.0f, 14.0f, -9.0f, 28.000002f} }, + { {-1978.0f, 34.0f, -20.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p829e2", 0, {-1.0f, 0.0f, 0.0f, 14.0f, -9.0f, 28.000002f} }, + { {-2029.0f, 34.0f, -33.0f}, {0.707117f, 0.0f, 0.707096f}, {0.0f, 1.0f, 0.0f}, "p830e2", 0, {-4.2e-05, 0.707284f, -2.828427f, 12.020805f, -9.0f, 28.000002f} }, + { {-1832.0f, 34.0f, -41.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p863e1", 0, {0.0f, 1.0f, -1.0f, 14.0f, -9.0f, 28.000002f} }, + { {-1832.0f, 34.0f, -17.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p873e", 0, {-1.0f, 0.0f, -1.0f, 14.0f, -9.0f, 28.000002f} }, + { {-1609.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p909e1", 0, {-1.0f, 1.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-2056.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p817e1", 0, {-1.0f, 0.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-2123.0f, 26.0f, -13.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p1735f1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-2207.0f, 26.0f, -47.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p1741f", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-2158.0f, 26.0f, -26.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p1734f2", 0, {-9.020431f, 8.025553f, -0.000599f, 17.000479f, -8.020434f, 10.024004f} }, + { {-2157.0f, 43.0f, -27.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p1734f2", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {-2457.0f, 26.0f, -48.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p1755f", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-2083.0f, 25.0f, -46.0f}, {8.6e-05, 1.0f, -0.000114f}, {-0.990331f, 0.000101f, 0.138722f}, "p1725f", 0, {-7.783928f, 7.507796f, -0.001169f, 13.000998f, -2.10011f, 4.082084f} }, + { {-1957.0f, -10.0f, 40.0f}, {3e-05, 1.0f, -5.2e-05}, {-0.501337f, 6e-05, 0.865252f}, "p3424f1", 0, {-8.74159f, 9.61448f, -0.000648f, 18.000399f, -6.647171f, 10.844722f} }, + { {-2059.0f, -5.0f, 33.0f}, {0.5f, 0.866025f, -6e-05}, {-0.002185f, 0.001331f, 0.999997f}, "p2914f", 0, {-8.948635f, 9.453748f, -0.536497f, 16.954962f, -8.024107f, 10.023065f} }, + { {-2076.0f, -10.0f, 23.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p2914f", 0, {-9.017874f, 9.028104f, -0.000659f, 18.00042f, -7.022995f, 11.022982f} }, + { {-2156.0f, -10.0f, 59.0f}, {-4.2e-05, 1.0f, -4.3e-05}, {0.700142f, 6e-05, 0.714003f}, "p2914f", 0, {-8.554181f, 9.295907f, -0.000632f, 18.00047f, -7.866821f, 10.515994f} }, + { {-2138.0f, -6.0f, 54.0f}, {0.356063f, 0.866025f, -0.351026f}, {0.700408f, 0.001331f, 0.713742f}, "p2914f", 0, {-8.837726f, 9.435511f, 0.753244f, 18.062859f, -7.216122f, 9.972371f} }, + { {-1937.0f, -7.0f, 33.0f}, {0.258819f, 0.965926f, -6e-05}, {-0.002455f, 0.00072f, 0.999997f}, "p3424f1", 0, {-9.231401f, 8.959118f, -0.827824f, 17.317793f, -8.02181f, 10.023501f} }, + { {-1999.0f, -10.0f, 44.0f}, {-5.2e-05, 1.0f, 3e-05}, {0.866797f, 6e-05, -0.498662f}, "p3424f1", 0, {-8.537441f, 9.273714f, -0.000614f, 18.00045f, -7.540118f, 10.272113f} }, + { {-2012.0f, -7.0f, 28.0f}, {-0.224174f, 0.965926f, -0.129358f}, {0.502124f, 0.00072f, -0.864795f}, "p3424f1", 0, {-8.798953f, 9.986011f, -0.561223f, 17.464705f, -6.904684f, 10.350908f} }, + { {-2013.0f, -10.0f, 60.0f}, {1.5e-05, 1.0f, -5.8e-05}, {-0.261207f, 6e-05, 0.965283f}, "p3424f1", 0, {-9.369044f, 8.92618f, -0.000602f, 18.00047f, -7.823304f, 10.017233f} }, + { {-2264.0f, 30.0f, -7.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {2.999997f, 3.999998f, -4.000002f, -4.000002f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -15.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p1746f", 0, {-3e-06, 0.999998f, -4.000001f, -4.0f, -3.0f, -1.0f} }, + { {-2256.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1846f", 0, {-6.000003f, -5.000003f, -3.999997f, -3.999997f, -2.999999f, -1.999999f} }, + { {-2263.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1852f1", 0, {-2.000003f, -1.000003f, -4.0f, -3.999999f, -3.0f, -2.0f} }, + { {-2262.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p3325f", 0, {-3.000003f, -2.000003f, -3.999999f, -3.999998f, -3.0f, -2.0f} }, + { {-2260.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1848f", 0, {-4.000003f, -2.000003f, -3.999999f, -3.999998f, -3.0f, -1.999999f} }, + { {-2259.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1848f", 0, {-5.000003f, -4.000003f, -3.999998f, -3.999997f, -2.999999f, -1.999999f} }, + { {-2257.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1846f", 0, {-5.000003f, -4.000003f, -3.999998f, -3.999997f, -2.999999f, -1.999999f} }, + { {-2264.0f, 30.0f, -13.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {-3e-06, 1.999998f, -4.000001f, -4.0f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -12.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {0.999997f, 2.999998f, -4.000002f, -4.000001f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -10.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {1.999997f, 2.999998f, -4.000002f, -4.000001f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -9.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {2.999997f, 3.999998f, -4.000002f, -4.000002f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -15.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p1746f", 0, {-3.000004f, -1.000004f, -4.0f, -3.999998f, 12.999999f, 14.0f} }, + { {-2264.0f, 30.0f, -7.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-5.000004f, -4.000004f, -3.999998f, -3.999997f, 12.999999f, 13.999999f} }, + { {-2264.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1852f1", 0, {0.999996f, 2.999996f, -4.000002f, -4.000001f, 14.0f, 15.0f} }, + { {-2256.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1846f", 0, {4.999996f, 5.999996f, -4.000004f, -4.000003f, 14.0f, 15.000001f} }, + { {-2258.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1848f", 0, {3.999996f, 4.999996f, -4.000003f, -4.000002f, 14.0f, 15.0f} }, + { {-2260.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1848f", 0, {3.999996f, 4.999996f, -4.000003f, -4.000002f, 14.0f, 15.0f} }, + { {-2261.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1848f", 0, {2.999996f, 3.999996f, -4.000002f, -4.000002f, 14.0f, 15.0f} }, + { {-2263.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1852f1", 0, {1.999996f, 3.999996f, -4.000002f, -4.000001f, 14.0f, 15.0f} }, + { {-2264.0f, 30.0f, -9.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-5.000004f, -4.000004f, -3.999998f, -3.999997f, 12.999999f, 13.999999f} }, + { {-2264.0f, 30.0f, -10.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-4.000004f, -3.000004f, -3.999998f, -3.999998f, 12.999999f, 13.999999f} }, + { {-2264.0f, 30.0f, -12.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-4.000004f, -2.000004f, -3.999999f, -3.999998f, 12.999999f, 14.0f} }, + { {-2264.0f, 30.0f, -13.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-3.000004f, -1.000004f, -4.0f, -3.999998f, 12.999999f, 14.0f} }, + { {-2324.0f, 41.0f, -16.0f}, {0.000116f, 1.0f, 3.1e-05}, {-0.965261f, 0.00012f, -0.261289f}, "p3322f1", 0, {-2.69278f, 6.517147f, -0.999436f, 8.001699f, -14.196135f, -4.723844f} }, + { {-2338.0f, 41.0f, -16.0f}, {6e-06, 1.0f, 2.3e-05}, {-0.253763f, 2.4e-05, -0.967266f}, "p3322f2", 0, {-14.66719f, -5.454266f, -0.999844f, 1.000263f, -11.084858f, -6.612649f} }, + { {-2169.0f, 33.0f, -37.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1476f2", 0, {0.0f, 1.0f, 0.0f, 14.0f, -8.0f, 28.0f} }, + { {-2247.0f, 33.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1743f2", 0, {-1.0f, 1.0f, -1.0f, 15.0f, -8.0f, 28.0f} }, + { {-2433.0f, 33.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1749f1", 0, {0.0f, 1.0f, -1.0f, 15.0f, -8.0f, 28.0f} }, + { {-2502.0f, 33.0f, -23.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1761f1", 0, {-1.0f, 1.0f, -3.0f, 16.0f, -8.0f, 29.0f} }, + { {-2194.0f, 33.0f, -21.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1740f", 0, {-1.0f, 1.0f, -19.0f, 36.0f, -8.0f, 36.0f} }, + { {-2370.0f, 33.0f, -21.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1840f1", 0, {-1.0f, 1.0f, -19.0f, 36.0f, -8.0f, 36.0f} }, + { {-2298.0f, 40.0f, -4.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2361f", 0, {2.0f, 4.0f, 0.0f, 40.0f, 0.0f, 21.000002f} }, + { {-2354.0f, 40.0f, -7.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3321f1", 0, {5.0f, 7.0f, -4.0f, 36.0f, 0.0f, 21.000002f} }, + { {-2331.0f, 40.0f, -43.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3320f1", 0, {14.0f, 16.0f, -13.0f, 26.999998f, 0.0f, 21.000002f} }, + { {-2272.0f, 40.0f, -43.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3324f", 0, {14.0f, 16.0f, -14.0f, 25.999998f, 0.0f, 21.000002f} }, + { {-2209.0f, 40.0f, -43.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1741f", 0, {14.0f, 16.0f, -13.0f, 26.999998f, 0.0f, 21.000002f} }, + { {-2235.0f, 40.0f, -4.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1737f", 0, {2.0f, 4.0f, -1.0f, 39.0f, 0.0f, 21.000002f} }, + { {-2265.0f, 26.0f, -4.0f}, {-1.0f, 0.0f, 6.2e-05}, {0.0f, 0.0f, -1.0f}, "p2361f", 0, {0.999996f, 2.000001f, -16.000685f, -1.999875f, -2.0f, 11.000001f} }, + { {-2074.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p926e2", 0, {-1.0f, 0.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-2101.0f, 33.0f, -21.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1723f", 0, {-1.0f, 1.0f, -19.0f, 36.0f, -8.0f, 36.0f} }, + { {-2178.0f, 40.0f, -4.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1735f2", 0, {2.0f, 4.0f, 0.0f, 40.0f, 0.0f, 21.000002f} }, + { {-2611.0f, 17.0f, 24.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005231f, 2.4e-05, -0.999986f}, "p3079f2", 0, {-2.921496f, 2.099359f, -1.000447f, 0.999647f, 14.989309f, 19.015455f} }, + { {-3047.0f, 41.0f, 27.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005231f, 2.4e-05, -0.999986f}, "p3099f2", 0, {-2.010434f, 2.010434f, -1.000047f, 1.000047f, -2.010458f, 2.010458f} }, + { {-3008.0f, 75.0f, 22.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005231f, 2.4e-05, -0.999986f}, "p3099f1", 0, {-2.75411f, 1.266759f, -1.001199f, 0.998895f, 46.994102f, 51.01502f} }, + { {-3238.0f, 8.0f, 30.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005231f, 2.4e-05, -0.999986f}, "p3107f1", 0, {-1.764585f, 3.25627f, -1.001152f, 0.998942f, 44.983665f, 49.009815f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 36893, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 36894, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 36895, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 36896, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 36897, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 36898, 0, + /* Type = ObjectiveDestroyObject; index = 6 */ + _mkword(0, _mkshort(0, 25)), 8, + /* Type = ObjectiveDestroyObject; index = 7 */ + _mkword(0, _mkshort(0, 25)), 9, + /* Type = ObjectiveDestroyObject; index = 8 */ + _mkword(0, _mkshort(0, 25)), 10, + /* Type = ObjectiveDestroyObject; index = 9 */ + _mkword(0, _mkshort(0, 25)), 11, + /* Type = ObjectiveDestroyObject; index = 10 */ + _mkword(0, _mkshort(0, 25)), 12, + /* Type = ObjectiveDestroyObject; index = 11 */ + _mkword(0, _mkshort(0, 25)), 13, + /* Type = ObjectiveEnd; index = 12 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 13 */ + _mkword(0, _mkshort(0, 23)), 1, 36899, 0, + /* Type = ObjectiveCompleteCondition; index = 14 */ + _mkword(0, _mkshort(0, 26)), 32768, + /* Type = ObjectiveFailCondition; index = 15 */ + _mkword(0, _mkshort(0, 27)), 16384, + /* Type = ObjectiveEnd; index = 16 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 17 */ + _mkword(0, _mkshort(0, 23)), 2, 36900, 1, + /* Type = ObjectiveCompleteCondition; index = 18 */ + _mkword(0, _mkshort(0, 26)), 65536, + /* Type = ObjectiveEnd; index = 19 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 20 */ + _mkword(0, _mkshort(0, 23)), 3, 36901, 2, + /* Type = ObjectiveCompleteCondition; index = 21 */ + _mkword(0, _mkshort(0, 26)), 131072, + /* Type = ObjectiveEnd; index = 22 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 23 */ + _mkword(0, _mkshort(0, 23)), 4, 36902, 0, + /* Type = ObjectiveCompleteCondition; index = 24 */ + _mkword(0, _mkshort(0, 26)), 1048576, + /* Type = ObjectiveEnd; index = 25 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Collectable; index = 26 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 188), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 27 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0xffff), 0, 0, + /* Type = Collectable; index = 28 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 189), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 29 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0xffff), 0, 0, + /* Type = Collectable; index = 30 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 190), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 31 */ + _mkword(0, _mkshort(0, 22)), _mkword(17, 0xffff), 0, 0, + /* Type = Collectable; index = 32 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 191), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 33 */ + _mkword(0, _mkshort(0, 22)), _mkword(18, 0xffff), 0, 0, + /* Type = Collectable; index = 34 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 192), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 35 */ + _mkword(0, _mkshort(0, 22)), _mkword(19, 0xffff), 0, 0, + /* Type = Collectable; index = 36 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 193), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 37 */ + _mkword(0, _mkshort(0, 22)), _mkword(20, 0xffff), 0, 0, + /* Type = Collectable; index = 38 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 194), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 39 */ + _mkword(0, _mkshort(0, 22)), _mkword(21, 0xffff), 0, 0, + /* Type = Collectable; index = 40 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 198), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 41 */ + _mkword(0, _mkshort(0, 22)), _mkword(43, 0xffff), 0, 0, + /* Type = Collectable; index = 42 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 199), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 43 */ + _mkword(0, _mkshort(0, 22)), _mkword(44, 0xffff), 0, 0, + /* Type = Collectable; index = 44 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 200), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 45 */ + _mkword(0, _mkshort(0, 22)), _mkword(45, 0xffff), 0, 0, + /* Type = Collectable; index = 46 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 195), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 47 */ + _mkword(0, _mkshort(0, 22)), _mkword(22, 0xffff), 0, 0, + /* Type = Collectable; index = 48 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 196), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 49 */ + _mkword(0, _mkshort(0, 22)), _mkword(23, 0xffff), 0, 0, + /* Type = Collectable; index = 50 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 197), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 51 */ + _mkword(0, _mkshort(0, 22)), _mkword(24, 0xffff), 0, 0, + /* Type = Collectable; index = 52 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 10171), 0x03521008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 53 */ + _mkword(0, _mkshort(0, 22)), _mkword(25, 0xffff), 0, 0, + /* Type = Collectable; index = 54 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 10172), 0x03521008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 55 */ + _mkword(0, _mkshort(0, 22)), _mkword(26, 0xffff), 0, 0, + /* Type = Collectable; index = 56 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 10173), 0x03521008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 57 */ + _mkword(0, _mkshort(0, 22)), _mkword(27, 0xffff), 0, 0, + /* Type = Collectable; index = 58 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 10174), 0x03521008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 59 */ + _mkword(0, _mkshort(0, 22)), _mkword(28, 0xffff), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10009), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10010), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 62 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10008), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 63 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10007), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 64 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10013), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 65 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10003), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 66 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10011), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 67 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10004), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 68 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10012), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 69 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10002), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 70 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10006), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 71 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10014), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 72 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10018), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 73 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10001), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 74 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10017), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 75 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10016), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 76 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10021), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 77 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10020), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 78 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10019), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 79 */ + _mkword(256, _mkshort(0, 8)), _mkword(197, 65535), 0x00008000, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0e, 0xff), 0xffff), 0, + /* Type = Collectable; index = 80 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 65534), 0x00008000, 0x000000d0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 81 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10024), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 82 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10025), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 83 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10026), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 84 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10027), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 85 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10028), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 86 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10029), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 87 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10030), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 88 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10033), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 89 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10034), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 90 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10035), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 91 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10036), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 92 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10037), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 93 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10038), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 94 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10039), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 95 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10040), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 96 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10041), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 97 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10042), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 98 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10043), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 99 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10031), 0x040001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(4000, 0), 0, 0, + /* Type = StandardProp; index = 100 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10032), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 101 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10044), 0x040001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 102 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10045), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 103 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10046), 0x040001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 104 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10049), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 105 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10050), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 106 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10051), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 107 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10114), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 108 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10115), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 109 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10116), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 110 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10117), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 111 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10120), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 112 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10121), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 113 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10122), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 114 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10123), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 115 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10124), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 116 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10125), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 117 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10126), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 118 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10127), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 119 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10128), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 120 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0001), 0, 0, + /* Type = StandardProp; index = 121 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10000), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 122 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = StandardProp; index = 123 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10052), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 124 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = StandardProp; index = 125 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10055), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 126 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0x0001), 0, 0, + /* Type = StandardProp; index = 127 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10075), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 128 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0x0001), 0, 0, + /* Type = StandardProp; index = 129 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10103), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 130 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0x0001), 0, 0, + /* Type = StandardProp; index = 131 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10119), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 132 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10100), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 133 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10098), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 134 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 2), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 135 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 3), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 136 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 4), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 137 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 5), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 138 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 6), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 139 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 7), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 140 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 8), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 141 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 15), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 142 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 16), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 143 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 17), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 144 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 19), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 145 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 20), _mkword(17, 1031), 0x009fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 146 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 21), _mkword(17, 1031), 0x00a3ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 147 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 24), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 148 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 30), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 149 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 29), _mkword(17, 1031), 0x00a3ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 150 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 31), _mkword(17, 1031), 0x00a3ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 151 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 32), _mkword(17, 1031), 0x009fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 152 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 33), _mkword(17, 1031), 0x00a9ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 153 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 34), _mkword(17, 1031), 0x0088ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 154 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 38), _mkword(17, 1031), 0x0088ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 155 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 36), _mkword(17, 1031), 0x007fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 156 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 40), _mkword(17, 1031), 0x008cffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 157 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 124), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 158 */ + _mkword(0, _mkshort(0, 9)), _mkword(42, 44), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 159 */ + _mkword(0, _mkshort(0, 9)), _mkword(43, 45), _mkword(17, 1031), 0x007fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 160 */ + _mkword(0, _mkshort(0, 9)), _mkword(45, 47), _mkword(17, 1031), 0x007fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 161 */ + _mkword(0, _mkshort(0, 9)), _mkword(46, 48), _mkword(17, 1031), 0x008cffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 162 */ + _mkword(0, _mkshort(0, 9)), _mkword(47, 49), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 163 */ + _mkword(0, _mkshort(0, 9)), _mkword(65, 0), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 164 */ + _mkword(0, _mkshort(0, 9)), _mkword(67, 69), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 165 */ + _mkword(0, _mkshort(0, 9)), _mkword(66, 83), _mkword(4, 1041), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 166 */ + _mkword(0, _mkshort(0, 9)), _mkword(68, 82), _mkword(4, 1041), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Key; index = 167 */ + _mkword(256, _mkshort(0, 4)), _mkword(243, 66), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 4, + /* Type = Rename; index = 168 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 82, 36903, 36904, 36905, 36906, 36907, 0, 0, + /* Type = Guard; index = 169 */ + _mkword(0, _mkshort(0, 9)), _mkword(50, 75), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 170 */ + _mkword(0, _mkshort(0, 9)), _mkword(51, 76), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 171 */ + _mkword(0, _mkshort(0, 9)), _mkword(55, 80), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 172 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 173 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 174 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 175 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 176 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 177 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 178 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 179 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 180 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 181 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 182 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 183 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 184 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 185 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 186 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 187 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 188 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 189 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 190 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 191 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 192 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 193 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 194 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 195 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 196 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 197 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 198 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 199 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 200 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 201 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 202 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 203 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 204 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 205 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 206 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 207 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 208 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 43), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 209 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 44), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 210 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 45), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 211 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 46), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 212 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 47), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 213 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 48), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 214 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 49), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 215 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 50), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 216 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 51), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 217 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 52), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 218 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 53), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 219 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 54), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 220 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 55), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 221 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 56), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 222 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 57), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 223 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 58), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 224 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 59), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 225 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 60), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 226 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 61), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 227 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 62), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 228 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 63), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 229 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 64), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 230 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 231 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 67), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 232 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 68), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 233 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 68), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 234 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 66), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 235 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 66), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Hat; index = 236 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 237 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 238 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 239 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 240 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 241 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 242 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 243 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 244 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 245 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 246 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 247 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 248 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 249 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 250 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 251 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 252 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 253 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 254 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 255 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 256 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 257 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 258 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 259 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 260 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 261 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 262 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 263 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 264 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 265 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 266 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 267 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 268 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 269 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 270 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 271 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 272 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 43), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 273 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 44), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 274 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 45), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 275 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 46), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 276 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 47), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 277 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 48), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 278 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 49), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 279 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 50), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 280 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 51), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 281 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 52), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 282 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 53), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 283 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 54), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 284 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 55), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 285 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 56), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 286 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 57), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 287 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 58), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 288 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 59), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 289 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 60), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 290 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 61), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 291 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 62), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 292 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 63), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 293 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 64), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 294 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 65), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 295 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 66), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 296 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 67), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 297 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 68), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 298 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 23), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 299 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 53), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 300 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 54), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 301 */ + _mkword(0, _mkshort(0, 22)), _mkword(30, 0x0001), 0, 0, + /* Type = Door; index = 302 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 56), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 303 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 67), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 304 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 68), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 305 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 87), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 306 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 88), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 307 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 112), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 308 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 113), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 309 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 168), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 310 */ + _mkword(0, _mkshort(0, 22)), _mkword(31, 0x0001), 0, 0, + /* Type = Door; index = 311 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 57), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 312 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 58), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 313 */ + _mkword(0, _mkshort(0, 22)), _mkword(32, 0x0001), 0, 0, + /* Type = Door; index = 314 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 59), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 315 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 60), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 316 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 61), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 317 */ + _mkword(0, _mkshort(0, 22)), _mkword(33, 0x0001), 0, 0, + /* Type = Door; index = 318 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 62), 0x40000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 319 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 63), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 320 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 64), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 321 */ + _mkword(0, _mkshort(0, 22)), _mkword(34, 0x0001), 0, 0, + /* Type = Door; index = 322 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 65), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 323 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 66), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 324 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 76), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 325 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 77), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 326 */ + _mkword(0, _mkshort(0, 22)), _mkword(35, 0x0001), 0, 0, + /* Type = Door; index = 327 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 78), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 328 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 79), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 329 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 80), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 330 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 81), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 331 */ + _mkword(0, _mkshort(0, 22)), _mkword(36, 0x0001), 0, 0, + /* Type = Door; index = 332 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 82), 0x40000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 333 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 83), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 334 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 84), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 335 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 85), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 336 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 86), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 337 */ + _mkword(0, _mkshort(0, 22)), _mkword(37, 0x0001), 0, 0, + /* Type = Door; index = 338 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 104), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 339 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 105), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 340 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 106), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 341 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 107), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 342 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 108), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 343 */ + _mkword(0, _mkshort(0, 22)), _mkword(38, 0x0001), 0, 0, + /* Type = Door; index = 344 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 109), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 345 */ + _mkword(0, _mkshort(0, 22)), _mkword(14, 0x0001), 0, 0, + /* Type = Door; index = 346 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 156), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000004, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 347 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 157), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 348 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 158), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000001, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 349 */ + _mkword(0, _mkshort(0, 22)), _mkword(39, 0x0001), 0, 0, + /* Type = Door; index = 350 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 110), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 351 */ + _mkword(0, _mkshort(0, 22)), _mkword(40, 0x0001), 0, 0, + /* Type = Door; index = 352 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 111), 0x10000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 353 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Door; index = 354 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 169), 0xc2000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000888, 0x00000888, 0x00000bf2, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 355 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = Door; index = 356 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 160), 0xc2000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 357 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = Door; index = 358 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 161), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 359 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = Door; index = 360 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 162), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 361 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = Door; index = 362 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 163), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 363 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = Door; index = 364 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 164), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 365 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0x0001), 0, 0, + /* Type = Door; index = 366 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 165), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 367 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = Door; index = 368 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 166), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 369 */ + _mkword(0, _mkshort(0, 22)), _mkword(46, 0x0001), 0, 0, + /* Type = Door; index = 370 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 170), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 371 */ + _mkword(256, _mkshort(0, 1)), _mkword(177, 167), 0x41020000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000041, 0x00000006, 0x00010000, 0x00010000, 0x00010000, _mkword(0, 8), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = StandardProp; index = 372 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10129), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 373 */ + _mkword(0, _mkshort(0, 38)), -2, -1, 0, + /* Type = StandardProp; index = 374 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10140), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 375 */ + _mkword(0, _mkshort(0, 38)), -4, -1, 0, + /* Type = StandardProp; index = 376 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10139), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 377 */ + _mkword(0, _mkshort(0, 38)), -6, -1, 0, + /* Type = StandardProp; index = 378 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10138), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 379 */ + _mkword(0, _mkshort(0, 38)), -8, -1, 0, + /* Type = StandardProp; index = 380 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10137), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 381 */ + _mkword(0, _mkshort(0, 38)), -10, -1, 0, + /* Type = StandardProp; index = 382 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10146), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 383 */ + _mkword(0, _mkshort(0, 38)), -12, -1, 0, + /* Type = StandardProp; index = 384 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10132), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 385 */ + _mkword(0, _mkshort(0, 38)), -14, -1, 0, + /* Type = StandardProp; index = 386 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10133), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 387 */ + _mkword(0, _mkshort(0, 38)), -16, -1, 0, + /* Type = StandardProp; index = 388 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10134), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 389 */ + _mkword(0, _mkshort(0, 38)), -18, -1, 0, + /* Type = StandardProp; index = 390 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10135), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 391 */ + _mkword(0, _mkshort(0, 38)), -20, -1, 0, + /* Type = StandardProp; index = 392 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10136), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 393 */ + _mkword(0, _mkshort(0, 38)), -22, -1, 0, + /* Type = StandardProp; index = 394 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10147), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 395 */ + _mkword(0, _mkshort(0, 38)), -24, -1, 0, + /* Type = StandardProp; index = 396 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10141), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 397 */ + _mkword(0, _mkshort(0, 38)), -26, -1, 0, + /* Type = StandardProp; index = 398 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10152), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 399 */ + _mkword(0, _mkshort(0, 38)), -28, -1, 0, + /* Type = StandardProp; index = 400 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10151), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 401 */ + _mkword(0, _mkshort(0, 38)), -30, -1, 0, + /* Type = StandardProp; index = 402 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10150), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 403 */ + _mkword(0, _mkshort(0, 38)), -32, -1, 0, + /* Type = StandardProp; index = 404 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10149), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 405 */ + _mkword(0, _mkshort(0, 38)), -34, -1, 0, + /* Type = StandardProp; index = 406 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10148), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 407 */ + _mkword(0, _mkshort(0, 38)), -36, -1, 0, + /* Type = StandardProp; index = 408 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10144), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 409 */ + _mkword(0, _mkshort(0, 38)), -38, -1, 0, + /* Type = StandardProp; index = 410 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10145), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 411 */ + _mkword(0, _mkshort(0, 38)), -40, -1, 0, + /* Type = Tag; index = 412 */ + _mkword(0, _mkshort(0, 22)), _mkword(42, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 413 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10153), 0x10001008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 16, + /* Type = Tag; index = 414 */ + _mkword(0, _mkshort(0, 22)), _mkword(41, 0x0001), 0, 0, + /* Type = StandardProp; index = 415 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10154), 0x00001008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 416 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10069), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 417 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10070), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 418 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10071), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 419 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10072), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 420 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10073), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 421 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10074), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 422 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10089), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 423 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10090), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 424 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10091), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 425 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10092), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 426 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10093), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 427 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10094), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 428 */ + _mkword(0, _mkshort(0, 9)), _mkword(69, 71), _mkword(8, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 429 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 69), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Guard; index = 430 */ + _mkword(0, _mkshort(0, 9)), _mkword(71, 73), _mkword(7, 1044), 0xffffffff, _mkword(1000, 100), _mkword(64, 0xffff), 0x00000000, + /* Type = Collectable; index = 431 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 71), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Guard; index = 432 */ + _mkword(0, _mkshort(0, 9)), _mkword(72, 72), _mkword(11, 1047), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 433 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 72), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Guard; index = 434 */ + _mkword(0, _mkshort(0, 9)), _mkword(70, 74), _mkword(16, 1045), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Cutscene; index = 435 */ + _mkword(0, _mkshort(0, 46)), -2281039, 16045, 31411, 81783, 1830, 201, + /* Type = Tag; index = 436 */ + _mkword(0, _mkshort(0, 22)), _mkword(29, 0xffff), 0, 0, + /* Type = EndProps; index = 437 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xfff9cea3, 0x000099c9, 0xffffdb27, 0x0000f411, 0x0005e632, 0x000000b8, 0x0000902c, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 1 */ + _mkword(0, _mkshort(0, 7)), 10, 17, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 186, 0, + /* Type = StartWeapon; index = 3 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 4 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 23, -1, 0, + /* Type = StartAmmo; index = 6 */ + _mkword(0, _mkshort(0, 2)), 24, 300, 0, + /* Type = Cuff; index = 7 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00040000, 0xff9c0000, 0x01140000, 0x0000c000, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff8f0000, 0xff990000, 0x00eb0000, 0x0000c000, 0x002d0000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0x005d0000, 0xff9c0000, 0x00c20000, 0x00008135, 0x0028c204, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a30000, 0xffcf0000, 0x002d0000, 0x00007eac, 0x00216f87, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00708000, 0xfff60000, 0xffd24000, 0x00007ead, 0x0018d7d9, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00260000, 0x000a8000, 0xffc28000, 0x00007ffe, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x0002c000, 0x000a0000, 0xffe30000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 18 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 2, -1 }; +s32 path_neighbors_2[] = { 1, 3, -1 }; +s32 path_neighbors_3[] = { 2, 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, -1 }; + +s32 path_indeces_0[] = { 0, 1, -1 }; +s32 path_indeces_1[] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, -1 }; +s32 path_indeces_2[] = { 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, -1 }; +s32 path_indeces_3[] = { 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, -1 }; +s32 path_indeces_4[] = { 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, -1 }; +s32 path_indeces_5[] = { 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, 13, -1 }; +s32 path_table_1[] = { 0, -1 }; +s32 path_table_2[] = { 3, 38, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 3, 5, -1 }; +s32 path_table_5[] = { 4, 6, -1 }; +s32 path_table_6[] = { 5, 7, -1 }; +s32 path_table_7[] = { 6, 8, -1 }; +s32 path_table_8[] = { 7, 9, -1 }; +s32 path_table_9[] = { 8, 10, -1 }; +s32 path_table_10[] = { 9, 11, -1 }; +s32 path_table_11[] = { 10, 12, -1 }; +s32 path_table_12[] = { 11, 13, -1 }; +s32 path_table_13[] = { 0, 12, -1 }; +s32 path_table_14[] = { 15, 16, 39, -1 }; +s32 path_table_15[] = { 14, -1 }; +s32 path_table_16[] = { 14, 18, -1 }; +s32 path_table_17[] = { 18, -1 }; +s32 path_table_18[] = { 16, 17, 20, -1 }; +s32 path_table_19[] = { 20, -1 }; +s32 path_table_20[] = { 18, 19, 22, -1 }; +s32 path_table_21[] = { 22, -1 }; +s32 path_table_22[] = { 20, 21, 24, -1 }; +s32 path_table_23[] = { 24, -1 }; +s32 path_table_24[] = { 22, 23, 26, -1 }; +s32 path_table_25[] = { 26, -1 }; +s32 path_table_26[] = { 24, 25, 28, -1 }; +s32 path_table_27[] = { 28, -1 }; +s32 path_table_28[] = { 26, 27, 30, -1 }; +s32 path_table_29[] = { 30, -1 }; +s32 path_table_30[] = { 28, 29, 32, -1 }; +s32 path_table_31[] = { 32, -1 }; +s32 path_table_32[] = { 30, 31, 34, -1 }; +s32 path_table_33[] = { 34, -1 }; +s32 path_table_34[] = { 32, 33, 35, -1 }; +s32 path_table_35[] = { 34, 37, -1 }; +s32 path_table_36[] = { 37, -1 }; +s32 path_table_37[] = { 35, 36, 38, -1 }; +s32 path_table_38[] = { 2, 37, -1 }; +s32 path_table_39[] = { 14, 41, -1 }; +s32 path_table_40[] = { 41, 43, -1 }; +s32 path_table_41[] = { 39, 40, 42, -1 }; +s32 path_table_42[] = { 41, -1 }; +s32 path_table_43[] = { 40, 44, 45, -1 }; +s32 path_table_44[] = { 43, -1 }; +s32 path_table_45[] = { 43, 46, 47, -1 }; +s32 path_table_46[] = { 45, -1 }; +s32 path_table_47[] = { 45, 48, 49, -1 }; +s32 path_table_48[] = { 47, -1 }; +s32 path_table_49[] = { 47, 50, 51, -1 }; +s32 path_table_50[] = { 49, -1 }; +s32 path_table_51[] = { 49, 52, 53, -1 }; +s32 path_table_52[] = { 51, -1 }; +s32 path_table_53[] = { 51, 54, 56, -1 }; +s32 path_table_54[] = { 53, -1 }; +s32 path_table_55[] = { 56, -1 }; +s32 path_table_56[] = { 53, 55, 57, -1 }; +s32 path_table_57[] = { 56, 58, 60, -1 }; +s32 path_table_58[] = { 57, -1 }; +s32 path_table_59[] = { 60, -1 }; +s32 path_table_60[] = { 57, 59, 62, -1 }; +s32 path_table_61[] = { 62, -1 }; +s32 path_table_62[] = { 60, 61, 63, -1 }; +s32 path_table_63[] = { 62, 80, -1 }; +s32 path_table_64[] = { 65, 94, -1 }; +s32 path_table_65[] = { 64, 66, 67, -1 }; +s32 path_table_66[] = { 65, -1 }; +s32 path_table_67[] = { 65, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 70, 74, -1 }; +s32 path_table_72[] = { 74, -1 }; +s32 path_table_73[] = { 74, -1 }; +s32 path_table_74[] = { 71, 72, 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, -1 }; +s32 path_table_76[] = { 75, 77, -1 }; +s32 path_table_77[] = { 76, 79, -1 }; +s32 path_table_78[] = { 79, -1 }; +s32 path_table_79[] = { 77, 78, 80, -1 }; +s32 path_table_80[] = { 63, 79, -1 }; +s32 path_table_81[] = { 82, 87, -1 }; +s32 path_table_82[] = { 81, 88, -1 }; +s32 path_table_83[] = { 84, 86, -1 }; +s32 path_table_84[] = { 83, 85, -1 }; +s32 path_table_85[] = { 84, 103, -1 }; +s32 path_table_86[] = { 83, 89, -1 }; +s32 path_table_87[] = { 81, -1 }; +s32 path_table_88[] = { 82, 89, -1 }; +s32 path_table_89[] = { 86, 88, 93, -1 }; +s32 path_table_90[] = { 91, 92, -1 }; +s32 path_table_91[] = { 90, 102, -1 }; +s32 path_table_92[] = { 90, 101, -1 }; +s32 path_table_93[] = { 89, 99, 101, -1 }; +s32 path_table_94[] = { 64, 98, -1 }; +s32 path_table_95[] = { 96, 100, -1 }; +s32 path_table_96[] = { 95, 99, -1 }; +s32 path_table_97[] = { 98, 100, -1 }; +s32 path_table_98[] = { 94, 97, -1 }; +s32 path_table_99[] = { 93, 96, -1 }; +s32 path_table_100[] = { 95, 97, -1 }; +s32 path_table_101[] = { 92, 93, -1 }; +s32 path_table_102[] = { 91, -1 }; +s32 path_table_103[] = { 85, -1 }; + +waypoint pathwaypoints[] = { + { 0x000000bb, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000000ba, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000000b9, &path_table_2, 0x00000001, 0x00000000 }, + { 0x000000b8, &path_table_3, 0x00000001, 0x00000000 }, + { 0x000000b7, &path_table_4, 0x00000001, 0x00000000 }, + { 0x000000b6, &path_table_5, 0x00000001, 0x00000000 }, + { 0x000000b5, &path_table_6, 0x00000001, 0x00000000 }, + { 0x000000b4, &path_table_7, 0x00000001, 0x00000000 }, + { 0x000000b3, &path_table_8, 0x00000001, 0x00000000 }, + { 0x000000b2, &path_table_9, 0x00000001, 0x00000000 }, + { 0x000000b1, &path_table_10, 0x00000001, 0x00000000 }, + { 0x000000b0, &path_table_11, 0x00000001, 0x00000000 }, + { 0x000000af, &path_table_12, 0x00000001, 0x00000000 }, + { 0x000000ae, &path_table_13, 0x00000001, 0x00000000 }, + { 0x000000ad, &path_table_14, 0x00000002, 0x00000000 }, + { 0x000000ac, &path_table_15, 0x00000002, 0x00000000 }, + { 0x000000ab, &path_table_16, 0x00000002, 0x00000000 }, + { 0x000000aa, &path_table_17, 0x00000002, 0x00000000 }, + { 0x000000a9, &path_table_18, 0x00000002, 0x00000000 }, + { 0x000000a8, &path_table_19, 0x00000002, 0x00000000 }, + { 0x000000a7, &path_table_20, 0x00000002, 0x00000000 }, + { 0x000000a6, &path_table_21, 0x00000002, 0x00000000 }, + { 0x000000a5, &path_table_22, 0x00000002, 0x00000000 }, + { 0x000000a4, &path_table_23, 0x00000002, 0x00000000 }, + { 0x000000a3, &path_table_24, 0x00000002, 0x00000000 }, + { 0x000000a2, &path_table_25, 0x00000002, 0x00000000 }, + { 0x000000a1, &path_table_26, 0x00000002, 0x00000000 }, + { 0x000000a0, &path_table_27, 0x00000002, 0x00000000 }, + { 0x0000009f, &path_table_28, 0x00000002, 0x00000000 }, + { 0x0000009e, &path_table_29, 0x00000002, 0x00000000 }, + { 0x0000009d, &path_table_30, 0x00000002, 0x00000000 }, + { 0x0000009c, &path_table_31, 0x00000002, 0x00000000 }, + { 0x0000009b, &path_table_32, 0x00000002, 0x00000000 }, + { 0x0000009a, &path_table_33, 0x00000002, 0x00000000 }, + { 0x00000099, &path_table_34, 0x00000002, 0x00000000 }, + { 0x00000098, &path_table_35, 0x00000002, 0x00000000 }, + { 0x00000097, &path_table_36, 0x00000002, 0x00000000 }, + { 0x00000096, &path_table_37, 0x00000002, 0x00000000 }, + { 0x00000095, &path_table_38, 0x00000002, 0x00000000 }, + { 0x00000094, &path_table_39, 0x00000003, 0x00000000 }, + { 0x00000093, &path_table_40, 0x00000003, 0x00000000 }, + { 0x00000092, &path_table_41, 0x00000003, 0x00000000 }, + { 0x00000091, &path_table_42, 0x00000003, 0x00000000 }, + { 0x00000090, &path_table_43, 0x00000003, 0x00000000 }, + { 0x0000008f, &path_table_44, 0x00000003, 0x00000000 }, + { 0x0000008e, &path_table_45, 0x00000003, 0x00000000 }, + { 0x0000008d, &path_table_46, 0x00000003, 0x00000000 }, + { 0x0000008c, &path_table_47, 0x00000003, 0x00000000 }, + { 0x0000008b, &path_table_48, 0x00000003, 0x00000000 }, + { 0x0000008a, &path_table_49, 0x00000003, 0x00000000 }, + { 0x00000089, &path_table_50, 0x00000003, 0x00000000 }, + { 0x00000088, &path_table_51, 0x00000003, 0x00000000 }, + { 0x00000087, &path_table_52, 0x00000003, 0x00000000 }, + { 0x00000086, &path_table_53, 0x00000003, 0x00000000 }, + { 0x00000085, &path_table_54, 0x00000003, 0x00000000 }, + { 0x00000084, &path_table_55, 0x00000003, 0x00000000 }, + { 0x00000083, &path_table_56, 0x00000003, 0x00000000 }, + { 0x00000082, &path_table_57, 0x00000003, 0x00000000 }, + { 0x00000081, &path_table_58, 0x00000003, 0x00000000 }, + { 0x00000080, &path_table_59, 0x00000003, 0x00000000 }, + { 0x0000007f, &path_table_60, 0x00000003, 0x00000000 }, + { 0x0000007e, &path_table_61, 0x00000003, 0x00000000 }, + { 0x0000007d, &path_table_62, 0x00000003, 0x00000000 }, + { 0x0000007c, &path_table_63, 0x00000003, 0x00000000 }, + { 0x0000007b, &path_table_64, 0x00000004, 0x00000000 }, + { 0x0000007a, &path_table_65, 0x00000004, 0x00000000 }, + { 0x00000079, &path_table_66, 0x00000004, 0x00000000 }, + { 0x00000078, &path_table_67, 0x00000004, 0x00000000 }, + { 0x00000077, &path_table_68, 0x00000004, 0x00000000 }, + { 0x00000076, &path_table_69, 0x00000004, 0x00000000 }, + { 0x00000075, &path_table_70, 0x00000004, 0x00000000 }, + { 0x00000074, &path_table_71, 0x00000004, 0x00000000 }, + { 0x00000073, &path_table_72, 0x00000004, 0x00000000 }, + { 0x00000072, &path_table_73, 0x00000004, 0x00000000 }, + { 0x00000071, &path_table_74, 0x00000004, 0x00000000 }, + { 0x00000070, &path_table_75, 0x00000004, 0x00000000 }, + { 0x0000006f, &path_table_76, 0x00000004, 0x00000000 }, + { 0x0000006e, &path_table_77, 0x00000004, 0x00000000 }, + { 0x0000006d, &path_table_78, 0x00000004, 0x00000000 }, + { 0x0000006c, &path_table_79, 0x00000004, 0x00000000 }, + { 0x0000006b, &path_table_80, 0x00000004, 0x00000000 }, + { 0x0000006a, &path_table_81, 0x00000005, 0x00000000 }, + { 0x00000069, &path_table_82, 0x00000005, 0x00000000 }, + { 0x00000068, &path_table_83, 0x00000005, 0x00000000 }, + { 0x00000067, &path_table_84, 0x00000005, 0x00000000 }, + { 0x00000066, &path_table_85, 0x00000005, 0x00000000 }, + { 0x00000065, &path_table_86, 0x00000005, 0x00000000 }, + { 0x00000064, &path_table_87, 0x00000005, 0x00000000 }, + { 0x00000063, &path_table_88, 0x00000005, 0x00000000 }, + { 0x00000062, &path_table_89, 0x00000005, 0x00000000 }, + { 0x00000061, &path_table_90, 0x00000005, 0x00000000 }, + { 0x00000060, &path_table_91, 0x00000005, 0x00000000 }, + { 0x0000005f, &path_table_92, 0x00000005, 0x00000000 }, + { 0x0000005e, &path_table_93, 0x00000005, 0x00000000 }, + { 0x0000005d, &path_table_94, 0x00000005, 0x00000000 }, + { 0x0000005c, &path_table_95, 0x00000005, 0x00000000 }, + { 0x0000005b, &path_table_96, 0x00000005, 0x00000000 }, + { 0x0000005a, &path_table_97, 0x00000005, 0x00000000 }, + { 0x00000059, &path_table_98, 0x00000005, 0x00000000 }, + { 0x00000058, &path_table_99, 0x00000005, 0x00000000 }, + { 0x00000057, &path_table_100, 0x00000005, 0x00000000 }, + { 0x00000056, &path_table_101, 0x00000005, 0x00000000 }, + { 0x00000055, &path_table_102, 0x00000005, 0x00000000 }, + { 0x00000054, &path_table_103, 0x00000005, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x02060346, 0x013a013b, 0x0132013c, 0x012f1101, 0x06021101, 0x06020133, 0x3519010e, 0x08020133, 0x35400111, 0x08020135, 0x7f011208, 0x02013335, 0x7f011400, 0x01000008, 0x02019602, 0x01940202, 0x01020f15, 0x00010000, 0x08020803, 0x2f010108, 0x02010101, 0x04000000 }; +u32 ai_1[] = { 0x02060346, 0x0b3a0b3b, 0x0b320b3c, 0x0b2f1101, 0x06021179, 0x001a0106, 0x021a1201, 0x96010133, 0x3520010c, 0x94010702, 0x0b039610, 0x019410f3, 0x0abd11ff, 0x00980406, 0x00000000, 0x21ad4621, 0x0a00020a, 0x01060221, 0xad48656c, 0x6c6f210a, 0x00020133, 0x3519010e, 0x08020133, 0x35400111, 0x08020135, 0x7f011208, 0x02013335, 0x7f011400, 0x01000008, 0x02019602, 0x01940202, 0x01020f15, 0x00010000, 0x08020803, 0x2f010108, 0x02010101, 0x04000000 }; +u32 ai_2[] = { 0x02060346, 0x0b3a0b3b, 0x0b320b3c, 0x0b2f1101, 0x06021179, 0x001a0106, 0x021a1201, 0x96010133, 0x3520010c, 0x94010702, 0x0b039620, 0x019420c1, 0xfd040621, 0xad46210a, 0x00010602, 0x2103ad48, 0x656c6c6f, 0x210a0002, 0x01333519, 0x010e0802, 0x01333540, 0x01110802, 0x01357f01, 0x12080201, 0x33357f01, 0x14000100, 0x00080201, 0x96020194, 0x02020102, 0x0f150001, 0x00000802, 0x08032f01, 0x01080201, 0x01010400 }; +u32 ai_4[] = { 0x90001402, 0x06034601, 0x3a013b01, 0x32013c01, 0x01060201, 0x3335c801, 0x14000100, 0x00110201, 0x15000100, 0x00110211, 0x032f0801, 0x11020801, 0x06040000 }; +u32 ai_3[] = { 0x90001402, 0x00140021, 0x00000602, 0x06034601, 0x3a013b01, 0x32013c01, 0x01060201, 0x33359601, 0x16000100, 0x00110201, 0x09ae0212, 0x033335fa, 0x01b40000, 0xf0080112, 0x02011400, 0x21000001, 0x02011600, 0x01000001, 0x02010211, 0x032f0801, 0x11020801, 0x00040000 }; +u32 ai_5[] = { 0x02210227, 0xc000dc00, 0x00000027, 0x0227bf00, 0xc3098000, 0x00002702, 0x27bf00c3, 0x09900000, 0x002003ad, 0x44612d44, 0x61210a00, 0x02200328, 0x1f021f03, 0x4b003222, 0x2f010120, 0x02010301, 0x20022203, 0x05fd0401, 0x04000000 }; +u32 ai_7[] = { 0x02260394, 0x01280602, 0x06032f25, 0x32240106, 0x02240305, 0xfd040902, 0x25030126, 0x04000000 }; +u32 ai_8[] = { 0x02262811, 0x0211033c, 0x252f0801, 0x11020603, 0x7806359f, 0x00000010, 0x3702352f, 0x254c00c8, 0x01010602, 0x01012602, 0x253c0100, 0x08021f03, 0x4b003201, 0x2f010126, 0x02019f00, 0x00001037, 0x02293335, 0x19010e08, 0x02013335, 0x40011108, 0x0201357f, 0x01120802, 0x0133357f, 0x0f140001, 0x00000802, 0x0f150001, 0x00000802, 0x08033c01, 0x00110211, 0x3335c801, 0x00120201, 0x01060212, 0xae281302, 0x13032f01, 0xb400003c, 0x01011302, 0x0108ad77, 0x6169740a, 0x00950433, 0x35c80194, 0x040201ae, 0x0214033c, 0x01460103, 0xb3000258, 0x02960403, 0x01260203, 0x01120202, 0x01140201, 0x01060237, 0x7806019e, 0x00000010, 0x02010129, 0x04000000 }; +u32 ai_6[] = { 0xae020603, 0x3c265200, 0x14232826, 0xb40000b4, 0x23010602, 0x23033335, 0x96015200, 0x1e232826, 0x02010335, 0xdc015200, 0x32232826, 0x02010335, 0xf5015200, 0x4b232826, 0x02010335, 0xfa015200, 0x64232826, 0x02010352, 0x00c82328, 0x26ae0106, 0x02260305, 0xfd040904 }; +u32 ai_18[] = { 0x9d000400, 0x009d0000, 0x08000206, 0x033c0155, 0x005e0101, 0x060201c3, 0x9010f400, 0x00ff0207, 0x039c0000, 0x0800299c, 0x00000100, 0x299c0000, 0x04002946, 0x2a7efd2a, 0x55005301, 0x01070201, 0xae9a0000, 0x2000c390, 0x09020403, 0x9c000008, 0x00299c00, 0x00010029, 0x9c000004, 0x0029462a, 0x7efd2a52, 0x00190052, 0x11550058, 0x13b40007, 0x082db400, 0x04b02cb4, 0x0002582b, 0x0104022b, 0xb4000294, 0x01c3900c, 0x02010104, 0x022cb400, 0x04ec01c3, 0x900a0201, 0x0104022d, 0xb4000744, 0x01c39019, 0x9a000008, 0x00020101, 0x04021103, 0xc3900f03, 0x002a0213, 0x03c39011, 0x03002a02, 0x2a9a0000, 0x02009a00, 0x00080002, 0x29c3900d, 0x14000100, 0x00010201, 0x05fd0001, 0x04000000 }; +u32 ai_22[] = { 0x9d000008, 0x00020403, 0x9c000008, 0x00299c00, 0x00010029, 0x9c000002, 0x0029462a, 0x7efd2a01, 0x04022a9a, 0x00000400, 0x9a000008, 0x00022914, 0x00010000, 0x01020102, 0x120330fd, 0x01011202, 0x01c3900e, 0x05fd0001, 0x04000000 }; +u32 ai_19[] = { 0x9d000008, 0x00140024, 0x00460602, 0x06034601, 0x7efd019c, 0x00000800, 0x29010602, 0x019a0000, 0x01009a00, 0x00080002, 0x290330fd, 0x11304615, 0x314615e8, 0x122f1401, 0x29021414, 0x00240046, 0x01020101, 0x290212e7, 0x13012902, 0x13160004, 0x00460102, 0x019a0000, 0x10000129, 0x02150600, 0x0205fd00, 0x08021105, 0xfd000104 }; +u32 ai_20[] = { 0x9d000008, 0x009d0000, 0x00802102, 0x06039c00, 0x00100001, 0x31470230, 0x47020106, 0x020118fd, 0x08069a00, 0x00400005, 0xfd000102, 0x020d0219, 0x039c0000, 0x08000101, 0x190201ae, 0x021203b4, 0x0004b001, 0x01120201, 0x1e005102, 0x04035500, 0x62084235, 0xd9460051, 0x35023503, 0x5b2a3500, 0x0a02355b, 0x2935000a, 0x02357002, 0x35b40011, 0x942fb400, 0x0f3c2e02, 0x35b4000b, 0xb82db400, 0x09602c02, 0x05032f01, 0x01040201, 0x33356401, 0x0a00ac00, 0x00004500, 0x109a0020, 0x00000104, 0x02013596, 0x010a00ad, 0x0000004a, 0x00109a00, 0x20000001, 0x04020135, 0xc8010a00, 0xae000000, 0x4f00109a, 0x00200000, 0x01040201, 0x0a00af00, 0x00005900, 0x109a0020, 0x00000104, 0x022cb400, 0x099c01c3, 0x90140201, 0x0105022d, 0xb4000bf4, 0x01c39015, 0x9a000100, 0x00020101, 0x05022eb4, 0x000f7801, 0xc3901602, 0x01010502, 0x2fb40011, 0xd001c390, 0x179a0002, 0x00000201, 0x01050208, 0x05fd0416, 0x020a05fd, 0x041c0400 }; +u32 ai_27[] = { 0x17000100, 0x00010201, 0x039c0008, 0x00000ac3, 0x901aae02, 0x040330fd, 0x0ab40001, 0x2c015500, 0x62080104, 0x0201c390, 0x1b020503, 0x30fd0a55, 0x00620801, 0x05020805, 0xfd041602, 0x0a05fd00, 0x01040000 }; +u32 ai_21[] = { 0xc3901802, 0x38032806, 0x01380206, 0x034b0019, 0x112f0801, 0x06023901, 0x38021108, 0x0212034b, 0x00083a4c, 0x00280801, 0x12023a47, 0x403b48c0, 0x3b0d0013, 0x023b0202, 0xfa001302, 0x13032f14, 0x01130214, 0x01110208, 0x01380400 }; +u32 ai_17[] = { 0x04000000 }; +u32 ai_9[] = { 0xad446f6e, 0x650a008f, 0x0050c000, 0xdc000000, 0x00010201, 0xbf00bd0a, 0x00000000, 0x01020133, 0x35c80106, 0x040105fd, 0x04010201, 0x94010600, 0x0205fd00, 0x08040000 }; +u32 ai_10[] = { 0x33353c01, 0xab007002, 0x01357801, 0xab003702, 0x0135b401, 0xab003402, 0x01ab0043, 0x020205fd, 0x04100400 }; +u32 ai_11[] = { 0x33353c01, 0xab007102, 0x01357801, 0xab007502, 0x0135b401, 0xab006e02, 0x01ab0078, 0x020205fd, 0x04100400 }; +u32 ai_12[] = { 0x33353c01, 0xab007102, 0x01357801, 0xab006b02, 0x0135b401, 0xab007702, 0x01ab0078, 0x020205fd, 0x04100400 }; +u32 ai_13[] = { 0x33353c01, 0xab007502, 0x01357801, 0xab007402, 0x0135b401, 0xab007002, 0x01ab0078, 0x020205fd, 0x04100400 }; +u32 ai_14[] = { 0x02013335, 0x78358f00, 0x3cbf00bd, 0x0a000000, 0x00010201, 0xc000dc00, 0x00000008, 0x02358f00, 0x50c000de, 0x00000000, 0x010201bf, 0x00c30980, 0x00000001, 0x0201bf00, 0xc3099000, 0x00000802, 0x0805fd04, 0x01040000 }; +u32 ai_15[] = { 0x02013335, 0x64373532, 0x35900014, 0x8f0028bf, 0x00bd0a00, 0x00000001, 0x0201c000, 0xdc000000, 0x00080235, 0x9000288f, 0x0028bf00, 0xc3098000, 0x00000102, 0x01c000de, 0x00000000, 0x010201bf, 0x00c30990, 0x00000008, 0x02379000, 0x288f003c, 0xc000dd00, 0x00000001, 0x0201bf00, 0xc3098000, 0x00000102, 0x01bf00c3, 0x09900000, 0x00080208, 0x05fd0407, 0x04000000 }; +u32 ai_16[] = { 0x9000288f, 0x003c0206, 0x036d0008, 0x01060208, 0x05fd0409, 0x04000000 }; +u32 ai_28[] = { 0x02040301, 0x04040000 }; +u32 ai_29[] = { 0x02060352, 0x00140052, 0x369c0000, 0x08000155, 0x00583501, 0x0602359c, 0x00002000, 0x35010602, 0x35003602, 0x01ae0211, 0x03b40000, 0x4b015200, 0x14005201, 0x55005835, 0x01110235, 0x9c000020, 0x00350111, 0x02350236, 0x0201ae67, 0x00670102, 0x1403b400, 0x00b40101, 0x14020167, 0x02670367, 0x04670567, 0x06670767, 0x2e021203, 0x68010101, 0x01120201, 0xa0450000, 0x0010a048, 0x00000010, 0xd94500ba, 0x010201d9, 0x4800ba01, 0x0201a045, 0x00040400, 0xa0480004, 0x04000213, 0x03011304 }; +u32 ai_30[] = { 0x02060352, 0x006400af, 0x01010602, 0x01ad476f, 0x0a003335, 0x6401f311, 0xbd04ff00, 0x0a040a00, 0x00000011, 0x020135c8, 0x01f311bd, 0x04ff000c, 0x040a0000, 0x00001102, 0x01f311bd, 0x04ff000d, 0x040a0000, 0x00001102, 0x11033335, 0x6401f312, 0xbd04ff00, 0x09040a00, 0x00000012, 0x0201f312, 0xbd04ff00, 0x0b040a00, 0x00000012, 0x02120355, 0x00900101, 0x120201ad, 0x706f7032, 0x0a0003f3, 0x01bd04ff, 0x0041040b, 0x00000000, 0x01020103, 0xf301bd04, 0xff003a04, 0x0c000000, 0x00010201, 0x03f301bd, 0x04ff003b, 0x040d0000, 0x00000102, 0x0103f301, 0xbd04ff00, 0x35040e00, 0x00000001, 0x02010333, 0x355001f3, 0x02bd04ff, 0x0036040f, 0x00000000, 0x02020135, 0xa001f302, 0xbd04ff00, 0x3d040f00, 0x00000002, 0x0201f302, 0xbd04ff00, 0x42040f00, 0x00000002, 0x02020333, 0x355001f3, 0x02bd04ff, 0x0037040f, 0x00000000, 0x02020135, 0xa001f302, 0xbd04ff00, 0x3e040f00, 0x00000002, 0x0201f302, 0xbd04ff00, 0x40040f00, 0x00000002, 0x02020333, 0x355001f3, 0x02bd04ff, 0x0038040f, 0x00000000, 0x02020135, 0xa001f302, 0xbd04ff00, 0x3f040f00, 0x00000002, 0x0201f302, 0xbd04ff00, 0x34040f00, 0x00000002, 0x02020333, 0x357801f3, 0x02bd04ff, 0x0039040f, 0x00000000, 0x020201f3, 0x02bd04ff, 0x003c040f, 0x00000000, 0x020202ad, 0x706f7033, 0x0a000213, 0x03011304 }; +u32 ai_31[] = { 0x0206039c, 0x00000800, 0x01010602, 0x01ae0211, 0x03304602, 0x31460230, 0x48353148, 0x350202b4, 0x00038401, 0x01110235, 0xb4000708, 0x01011102, 0x01aec390, 0x120212b4, 0x00012c01, 0x03011202, 0x01c39013, 0xb7003cb9, 0xb5021303, 0x960435bb, 0x001e1402, 0x35960235, 0xbb001702, 0x02359601, 0x35bb0014, 0x010235bb, 0x00001501, 0x130201c4, 0x003a00c7, 0x0000000e, 0x10940101, 0x130202c9, 0x01c400d7, 0x02c60200, 0x47000094, 0x02011302, 0x14c400d6, 0x03c60300, 0x47000003, 0xc400d801, 0xc6010047, 0x00009404, 0x01130215, 0xb69a0008, 0x00000208, 0x03010804 }; +u32 ai_32[] = { 0x0204aec4, 0x0040ff6d, 0x00010006, 0x0201c400, 0x3fff0206, 0x039c0004, 0x000008b4, 0x00003c01, 0x01060201, 0x01040208, 0xc4003dff, 0x02110301, 0x11040000 }; +u32 ai_33[] = { 0x0204ae33, 0x35af2d35, 0x642c022b, 0xc400f9ff, 0x0006022c, 0xc400dfff, 0x0006022d, 0xc40033ff, 0x00060206, 0x033335fe, 0x013335fa, 0x11b40000, 0x78010106, 0x02110333, 0x35fe01b4, 0x0000b401, 0x01110201, 0x6d000101, 0x04020105, 0xfd041804 }; +u32 ai_23[] = { 0x86fa8100, 0x02118228, 0xae950184, 0x64040008, 0x020403b4, 0x00007801, 0x01040201, 0x85010111, 0x02013335, 0xaf2d3564, 0x2c022bc4, 0x00f9ff00, 0x06022cc4, 0x00dfff00, 0x06022dc4, 0x0033ff00, 0x06020601, 0x11020803, 0x9a000400, 0x00010804 }; +u32 ai_34[] = { 0x02000352, 0x003200cb, 0x01010002, 0x01ae0219, 0x03eb3db4, 0x0000b401, 0x01190201, 0xecd700da, 0x31460130, 0x46019a00, 0x00800002, 0x01021103, 0xdc010111, 0x02013146, 0x3c30463c, 0xf10105fd, 0x000f0201, 0xddeaed03, 0x0303d51d, 0x00020000, 0xa1460000, 0x04000546, 0x041b05f8, 0x041a0303, 0xdbae0212, 0x03b40001, 0x2c01b400, 0x00f02fb4, 0x0000b42e, 0xb400005a, 0x2db40000, 0x3c2c0112, 0x022ca419, 0x00020000, 0x5f190112, 0x022da41a, 0x00020000, 0x5f1a0112, 0x022ea41b, 0x00020000, 0x5f1b0112, 0x022fa41c, 0x00020000, 0x5f1c0112, 0x0201da02, 0x1303dc01, 0x01130201, 0xd205fd00, 0x01023cd2, 0x05fd0001, 0x023d05fd, 0x00010400 }; +u32 ai_25[] = { 0xa0fd0000, 0x0010d9fd, 0x00cd0102, 0x010a005a, 0xffffffff, 0x061005fd, 0x00010400 }; +u32 ai_26[] = { 0xa0fd0000, 0x0010d9fd, 0x00cc0102, 0x010a005a, 0x0007ffff, 0x061005fd, 0x00010400 }; +u32 ai_24[] = { 0xae0a0064, 0x00000001, 0x04100211, 0x03b40000, 0x00010111, 0x02010a00, 0x640001ff, 0xff041005, 0xfd000104 }; +u32 ai_35[] = { 0x021103cf, 0x01011102, 0x0105f804, 0x1905fd00, 0x01040000 }; +u32 ai_36[] = { 0x0211039c, 0x00080000, 0x01011102, 0x01ae0212, 0x03b40003, 0x6632b400, 0x027631b4, 0x00023a30, 0xb40001c2, 0x2fb40000, 0xd22eb400, 0x005a2db4, 0x00001e2c, 0x0112022c, 0xa40f0002, 0x00005f0f, 0x0112022d, 0xa4100002, 0x00005f10, 0xa42b0002, 0x00005f2b, 0x0112022e, 0xa4110002, 0x00005f11, 0x0112022f, 0xa4120002, 0x00005f12, 0xa42c0002, 0x00005f2c, 0x01120230, 0xa4130002, 0x00005f13, 0x01120231, 0xa4140002, 0x00005f14, 0x01120232, 0xa4150002, 0x00005f15, 0xa42d0002, 0x00005f2d, 0x011205fd, 0x00010400 }; +u32 ai_37[] = { 0x02110355, 0x00620101, 0x110201e9, 0x9a001000, 0x0005fd00, 0x01040000 }; +u32 ai_38[] = { 0x02040368, 0x1e01356b, 0x1e020235, 0x681f0135, 0x6b1f0202, 0x35036820, 0x01356b20, 0x02023568, 0x2101356b, 0x21020235, 0x03682201, 0x356b2202, 0x02356823, 0x01356b23, 0x02023503, 0x68240135, 0x6b240202, 0x35682501, 0x356b2502, 0x02350368, 0x2601356b, 0x26020235, 0x68270135, 0x6b270202, 0x35036828, 0x01356b28, 0x02023501, 0x04040000 }; +u32 ai_39[] = { 0x0206039c, 0x00200000, 0x01010602, 0x01ae0211, 0x03b40000, 0x3c010111, 0x02013335, 0x8035c400, 0xb807c507, 0x29000002, 0x359b0020, 0x00000106, 0x020805fd, 0x00010400 }; +u32 ai_40[] = { 0x02060331, 0x46010106, 0x0201c390, 0x1c9a0000, 0x40000208, 0x03010804 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x0000041b }, + /* index = 27 */ + { &ai_27, 0x0000041c }, + /* index = 28 */ + { &ai_28, 0x00001000 }, + /* index = 29 */ + { &ai_29, 0x00001001 }, + /* index = 30 */ + { &ai_30, 0x00001002 }, + /* index = 31 */ + { &ai_31, 0x00001003 }, + /* index = 32 */ + { &ai_32, 0x00001004 }, + /* index = 33 */ + { &ai_33, 0x00001005 }, + /* index = 34 */ + { &ai_34, 0x00001006 }, + /* index = 35 */ + { &ai_35, 0x00001007 }, + /* index = 36 */ + { &ai_36, 0x00001008 }, + /* index = 37 */ + { &ai_37, 0x00001009 }, + /* index = 38 */ + { &ai_38, 0x0000100a }, + /* index = 39 */ + { &ai_39, 0x0000100b }, + /* index = 40 */ + { &ai_40, 0x0000100c }, + /* index = 41 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/j/Ump_setuparchZ.c b/assets/obseg/setup/j/Ump_setuparchZ.c new file mode 100644 index 0000000..4cbb0c9 --- /dev/null +++ b/assets/obseg/setup/j/Ump_setuparchZ.c @@ -0,0 +1,781 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:20 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +char *pad3dnames[]; +waypoint pathwaypoints[]; +char *padnames[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setuparchZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + &padnames, + &pad3dnames +}; + +PadRecord padlist[] = { + { {-1408.0f, 162.0f, -1439.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p208d", 0 }, + { {-1542.0f, 162.0f, -1389.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p198d", 0 }, + { {-1737.0f, 162.0f, -1145.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p300d", 0 }, + { {-1421.0f, 162.0f, -1070.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p294d", 0 }, + { {-1592.0f, 151.0f, -792.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p287d2", 0 }, + { {-704.0f, 15.0f, -1376.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1187c2", 0 }, + { {-631.0f, 15.0f, -1069.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p185c", 0 }, + { {-240.0f, 15.0f, -1006.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1136c1", 0 }, + { {-331.0f, 15.0f, -1116.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p184c", 0 }, + { {-333.0f, 15.0f, -1497.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1290c", 0 }, + { {-381.0f, 15.0f, -1693.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p22c", 0 }, + { {-735.0f, 15.0f, -1691.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1189c1", 0 }, + { {-737.0f, 15.0f, -1780.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1171c1", 0 }, + { {-571.0f, 78.0f, -1782.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p113c1", 0 }, + { {-571.0f, 78.0f, -1895.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p113c2", 0 }, + { {-725.0f, 162.0f, -1898.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1631d1", 0 }, + { {-1551.0f, 162.0f, -1679.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p216d1", 0 }, + { {-1252.0f, 162.0f, -2051.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p233d2", 0 }, + { {-1369.0f, 162.0f, -2059.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p232d1", 0 }, + { {-1591.0f, 162.0f, -2019.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p237d1", 0 }, + { {-1594.0f, 162.0f, -2488.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p253d", 0 }, + { {-1266.0f, 162.0f, -2494.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p254d", 0 }, + { {-1092.0f, 162.0f, -2495.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p252d", 0 }, + { {-1170.0f, 162.0f, -2335.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p250d2", 0 }, + { {-1275.0f, 162.0f, -2343.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p249d", 0 }, + { {-1144.0f, 162.0f, -2168.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p235d1", 0 }, + { {-1265.0f, 162.0f, -2163.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p233d2", 0 }, + { {-962.0f, 162.0f, -1447.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1682d", 0 }, + { {-1057.0f, 162.0f, -1732.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1669d", 0 }, + { {-953.0f, 162.0f, -1691.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1680d1", 0 }, + { {-1052.0f, 162.0f, -1874.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1669d", 0 }, + { {-1378.0f, 162.0f, -1688.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1688d", 0 }, + { {-1251.0f, 162.0f, -1879.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1671d", 0 }, + { {-1364.0f, 162.0f, -1881.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1690d", 0 }, + { {-1365.0f, 162.0f, -1574.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1686d", 0 }, + { {-1142.0f, 162.0f, -1576.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1675d", 0 }, + { {-1142.0f, 162.0f, -1448.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1677d", 0 }, + { {-1189.0f, 140.0f, -784.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1903d2", 0 }, + { {-831.0f, 162.0f, -1071.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1915d1", 0 }, + { {-879.0f, 162.0f, -934.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1921d", 0 }, + { {-883.0f, 162.0f, -804.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1924d1", 0 }, + { {-1042.0f, 162.0f, -800.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1921d", 0 }, + { {-1122.0f, 162.0f, -1074.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1916d", 0 }, + { {-1168.0f, 162.0f, -1254.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1918d", 0 }, + { {-951.0f, 162.0f, -1222.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1912d", 0 }, + { {-812.0f, 162.0f, -1361.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1919d1", 0 }, + { {-824.0f, 162.0f, -1587.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1684d1", 0 }, + { {-684.0f, 162.0f, -942.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p273d", 0 }, + { {-691.0f, 162.0f, -811.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p273d", 0 }, + { {-723.0f, 162.0f, -1038.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1599d", 0 }, + { {-723.0f, 162.0f, -1218.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1603d1", 0 }, + { {-733.0f, 162.0f, -782.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1587d", 0 }, + { {-716.0f, 162.0f, -1372.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1660d1", 0 }, + { {-724.0f, 162.0f, -1606.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1627d1", 0 }, + { {41.0f, 162.0f, -1067.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p128d2", 0 }, + { {-235.0f, 162.0f, -1131.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p161d2", 0 }, + { {54.0f, 162.0f, -815.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p141d2", 0 }, + { {-292.0f, 162.0f, -819.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p270d", 0 }, + { {-120.0f, 162.0f, -810.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p142d1", 0 }, + { {-165.0f, 162.0f, -1513.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p136d1", 0 }, + { {-235.0f, 162.0f, -1344.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p148d1", 0 }, + { {46.0f, 162.0f, -1383.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p151d1", 0 }, + { {-242.0f, 162.0f, -950.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p140d2", 0 }, + { {-119.0f, 15.0f, -805.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1232c2", 0 }, + { {62.0f, 15.0f, -922.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p366c2", 0 }, + { {52.0f, 15.0f, -1107.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p386c", 0 }, + { {29.0f, 0.0f, -1480.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p365c2", 0 }, + { {29.0f, 0.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p364c2", 0 }, + { {-888.0f, 15.0f, -201.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p0a1", 0 }, + { {-1502.0f, 15.0f, -205.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3a2", 0 }, + { {-729.0f, 15.0f, -207.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p136a1", 0 }, + { {-730.0f, 15.0f, -710.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p277a1", 0 }, + { {-733.0f, 15.0f, -615.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p274a1", 0 }, + { {-290.0f, 15.0f, -607.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p134a1", 0 }, + { {-303.0f, 15.0f, -430.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p126a1", 0 }, + { {-329.0f, 15.0f, -358.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p126a1", 0 }, + { {-554.0f, 15.0f, -384.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p128a1", 0 }, + { {-568.0f, 15.0f, -511.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p135a2", 0 }, + { {-598.0f, 15.0f, -616.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p131a1", 0 }, + { {-120.0f, 15.0f, -719.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p391a1", 0 }, + { {-101.0f, 15.0f, -154.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p378a1", 0 }, + { {-321.0f, 15.0f, -194.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p156a", 0 }, + { {-1051.0f, 15.0f, -1835.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p413c", 0 }, + { {-1305.0f, 15.0f, -1827.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p971c", 0 }, + { {-1352.0f, 15.0f, -1576.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p439c", 0 }, + { {-1098.0f, 15.0f, -1121.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p468c", 0 }, + { {-1139.0f, 15.0f, -1522.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p471c", 0 }, + { {-842.0f, 15.0f, -1543.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p957c", 0 }, + { {-838.0f, 15.0f, -1359.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p475c1", 0 }, + { {-850.0f, 15.0f, -1116.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p410c", 0 }, + { {-724.0f, 15.0f, -809.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1261c1", 0 }, + { {-243.0f, 15.0f, -795.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1231c1", 0 }, + { {-837.0f, 15.0f, -915.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p488c", 0 }, + { {-1233.0f, 15.0f, -915.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p954c", 0 }, + { {-1119.0f, 15.0f, -1340.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p181c1", 0 }, + { {-835.0f, 15.0f, -1677.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1186c1", 0 }, + { {-816.0f, 15.0f, -1906.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1182c2", 0 }, + { {-1683.0f, 6.0f, -711.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p8c2", 0 }, + { {-1694.0f, 88.0f, -529.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p959c", 0 }, + { {-1558.0f, 97.0f, -529.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p961c", 0 }, + { {-1558.0f, 151.0f, -697.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p227d2", 0 }, + { {-1474.0f, 15.0f, -1396.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p426c", 0 }, + { {-1563.0f, 15.0f, -1068.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p182c1", 0 }, + { {-1589.0f, 15.0f, -1995.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p450c1", 0 }, + { {-1430.0f, 15.0f, -2084.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p445c2", 0 }, + { {-1464.0f, 15.0f, -2264.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p183c2", 0 }, + { {-1248.0f, 15.0f, -2250.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p183c1", 0 }, + { {-1237.0f, 15.0f, -2052.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p446c2", 0 }, + { {-122.0f, 162.0f, 550.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6826b", 0 }, + { {-122.0f, 162.0f, 393.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6685b", 0 }, + { {-24.0f, 162.0f, 72.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4150b", 0 }, + { {-119.0f, 162.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1486b", 0 }, + { {-124.0f, 162.0f, 153.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2300b", 0 }, + { {-18.0f, 162.0f, -136.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4134b", 0 }, + { {-114.0f, 162.0f, -133.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1017b", 0 }, + { {-115.0f, 162.0f, -343.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1016b", 0 }, + { {-22.0f, 162.0f, -345.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4147b", 0 }, + { {-124.0f, 162.0f, -717.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4367b", 0 }, + { {-222.0f, 162.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2340b", 0 }, + { {-267.0f, 162.0f, 136.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p449b2", 0 }, + { {-714.0f, 162.0f, 60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6699b1", 0 }, + { {-729.0f, 162.0f, -714.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4319b", 0 }, + { {-907.0f, 162.0f, 35.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6670b", 0 }, + { {-752.0f, 162.0f, 317.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2003b", 0 }, + { {-832.0f, 162.0f, 319.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4179b", 0 }, + { {-750.0f, 162.0f, 528.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4167b", 0 }, + { {-830.0f, 162.0f, 529.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4182b", 0 }, + { {-1026.0f, 162.0f, 44.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2360b", 0 }, + { {-1166.0f, 28.0f, 569.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2460b", 0 }, + { {-1173.0f, 28.0f, 60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2447b", 0 }, + { {-1104.0f, 28.0f, 52.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3969b", 0 }, + { {-1098.0f, 74.0f, 176.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2377b1", 0 }, + { {-1030.0f, 74.0f, 176.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2377b2", 0 }, + { {-366.0f, 28.0f, 646.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6907b", 0 }, + { {-532.0f, 28.0f, 689.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4186b1", 0 }, + { {-471.0f, 28.0f, 602.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2983b", 0 }, + { {-656.0f, 28.0f, 574.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2988b", 0 }, + { {-622.0f, 28.0f, 459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3936b", 0 }, + { {-627.0f, 28.0f, 340.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3017b", 0 }, + { {-438.0f, 28.0f, 335.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3013b", 0 }, + { {-1085.0f, 28.0f, 571.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2980b", 0 }, + { {-970.0f, 28.0f, 571.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2978b", 0 }, + { {-966.0f, 28.0f, 440.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3953b", 0 }, + { {-968.0f, 28.0f, 347.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3949b", 0 }, + { {-814.0f, 28.0f, 350.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3021b", 0 }, + { {-812.0f, 28.0f, 462.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3006b", 0 }, + { {-808.0f, 28.0f, 573.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2990b", 0 }, + { {-931.0f, 28.0f, 687.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4197b2", 0 }, + { {-724.0f, 28.0f, 692.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4190b1", 0 }, + { {-1034.0f, 28.0f, 507.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2977b", 0 }, + { {-141.0f, 28.0f, 644.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6689b2", 0 }, + { {-214.0f, 28.0f, 646.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1516b", 0 }, + { {-295.0f, 28.0f, 646.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1518b", 0 }, + { {-280.0f, 28.0f, 196.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4100b", 0 }, + { {-386.0f, 74.0f, 196.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2085b", 0 }, + { {-388.0f, 74.0f, 137.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2086b", 0 }, + { {-1306.0f, 314.0f, -2339.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1159e2", 0 }, + { {-1280.0f, 314.0f, -2071.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1163e1", 0 }, + { {-1505.0f, 314.0f, -2326.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1158e2", 0 }, + { {-1509.0f, 314.0f, -2087.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1162e2", 0 }, + { {-952.0f, 314.0f, -1190.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1184e1", 0 }, + { {-952.0f, 314.0f, -1489.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1180e1", 0 }, + { {-1332.0f, 314.0f, -1481.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1187e2", 0 }, + { {-1328.0f, 314.0f, -1283.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1188e1", 0 }, + { {-1655.0f, 314.0f, -945.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1228e2", 0 }, + { {-1475.0f, 314.0f, -945.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1231e1", 0 }, + { {-1480.0f, 314.0f, -1281.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1200e", 0 }, + { {-1704.0f, 314.0f, -1305.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1227e2", 0 }, + { {-1278.0f, 288.0f, -1025.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1191e1", 0 }, + { {-1278.0f, 175.0f, -780.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1956d2", 0 }, + { {246.0f, -20.0f, -1055.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p373h", 0 }, + { {180.0f, -20.0f, -1153.0f}, {0.0f, 1.0f, 0.0f}, {0.069757f, 0.0f, -0.997564f}, "p372h", 0 }, + { {182.0f, -20.0f, -1867.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p230h", 0 }, + { {-1564.0f, 11.0f, -177.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, -0.707107f}, "p3a1", 0 }, + { {-876.0f, 11.0f, -666.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p0a2", 0 }, + { {-919.0f, 11.0f, -687.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p0a2", 0 }, + { {-201.0f, 150.0f, -780.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p142d1", 0 }, + { {-1348.0f, 150.0f, -1109.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p293d", 0 }, + { {-1285.0f, 150.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1918d", 0 }, + { {-1762.0f, 150.0f, -1863.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, 0.707107f}, "p221d1", 0 }, + { {-1334.0f, 150.0f, -2392.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p249d", 0 }, + { {-856.0f, 150.0f, -1926.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1681d2", 0 }, + { {-40.0f, 150.0f, -1530.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p132d2", 0 }, + { {-1733.0f, 150.0f, -1833.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, 0.707107f}, "p221d1", 0 }, + { {-1470.0f, 150.0f, -1880.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p217d2", 0 }, + { {-260.0f, 20.0f, 294.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1519b", 0 }, + { {-391.0f, 20.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p3946b", 0 }, + { {-736.0f, 147.0f, 369.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p2002b", 0 }, + { {-766.0f, 147.0f, -300.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1506b", 0 }, + { {2.0f, 144.0f, -381.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p6712b2", 0 }, + { {-96.0f, 147.0f, 358.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, -0.707107f}, "p6683b1", 0 }, + { {99.0f, 147.0f, 161.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, -0.707107f}, "p6929b", 0 }, + { {132.0f, 20.0f, 488.0f}, {0.0f, 1.0f, 0.0f}, {-0.916412f, 0.0f, 0.400236f}, "p1522b", 0 }, + { {-26.0f, 147.0f, 518.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p6659b2", 0 }, + { {-2.0f, 147.0f, 697.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, -0.707107f}, "p6662b", 0 }, + { {-168.0f, 147.0f, 684.0f}, {0.0f, 1.0f, 0.0f}, {0.707115f, 0.0f, -0.707099f}, "p6828b", 0 }, + { {10.0f, 147.0f, 585.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p6660b2", 0 }, + { {-108.0f, 20.0f, 523.0f}, {0.0f, 1.0f, 0.0f}, {0.999618f, 0.0f, 0.02763f}, "p6917b", 0 }, + { {-16.0f, 20.0f, 688.0f}, {0.0f, 1.0f, 0.0f}, {0.601815f, 0.0f, -0.798635f}, "p6690b2", 0 }, + { {-292.0f, -7.0f, -668.0f}, {-1.2e-05, 1.0f, -5.9e-05}, {0.196424f, 6e-05, 0.980519f}, "p134a2", 0 }, + { {57.0f, 167.0f, 74.0f}, {7.7e-05, 1.0f, -1e-06}, {-0.999946f, 7.7e-05, 0.010341f}, "p4120b", 0 }, + { {-89.0f, 167.0f, 636.0f}, {1e-06, 1.0f, 7.7e-05}, {-0.01034f, 7.7e-05, -0.999946f}, "p6826b", 0 }, + { {33.0f, 167.0f, 646.0f}, {7.7e-05, 1.0f, -1e-06}, {-0.999946f, 7.7e-05, 0.010341f}, "p6662b", 0 }, + { {-379.0f, 144.0f, -671.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p138g", 0 }, + { {-373.0f, 144.0f, 689.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p334f1", 0 }, + { {37.0f, 48.0f, 505.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1522b", 0 }, + { {38.0f, 20.0f, 537.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1520b", 0 }, + { {52.0f, 44.0f, 496.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99999f, 4.6e-05, -0.004529f}, "p1522b", 0 }, + { {154.0f, 11.0f, -1168.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p372h", 0 }, + { {172.0f, 0.0f, -1614.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p236h2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-51.0f, 81.0f, -621.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p166a1", 0, {-28.000168f, 21.999834f, -33.00011f, -32.99986f, -21.999998f, 18.999998f} }, + { {-51.0f, 81.0f, -399.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p385a1", 0, {-28.000168f, 21.999834f, -33.00011f, -32.99986f, -21.999998f, 18.999998f} }, + { {-51.0f, 81.0f, -186.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p378a1", 0, {-27.000168f, 21.999834f, -33.00011f, -32.999863f, -21.999998f, 18.999998f} }, + { {-809.0f, 81.0f, -621.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p276a1", 0, {-27.999834f, 22.000168f, 32.99989f, 33.00014f, -21.999998f, 18.999998f} }, + { {-809.0f, 81.0f, -399.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p210a1", 0, {-27.999834f, 22.000168f, 32.99989f, 33.00014f, -21.999998f, 18.999998f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "", 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} }, + { {98.0f, 45.0f, -1060.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p520c2", 0, {-27.000011f, 26.99999f, -2.000136f, -1.999864f, -54.0f, 64.0f} }, + { {98.0f, 45.0f, -1277.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p538c2", 0, {-27.000011f, 26.99999f, -2.000136f, -1.999864f, -54.0f, 64.0f} }, + { {98.0f, 45.0f, -1440.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p547c2", 0, {-27.000011f, 26.99999f, -2.000136f, -1.999864f, -54.0f, 64.0f} }, + { {100.0f, 190.0f, -1440.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p377d1", 0, {-27.000002f, 27.000002f, -0.000136f, 0.000136f, -54.0f, 64.0f} }, + { {100.0f, 190.0f, -1277.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p368d1", 0, {-27.000002f, 27.000002f, -0.000136f, 0.000136f, -54.0f, 64.0f} }, + { {100.0f, 190.0f, -1060.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p350d1", 0, {-27.000002f, 27.000002f, -0.000136f, 0.000136f, -54.0f, 64.0f} }, + { {-1190.0f, 212.0f, -767.0f}, {-4e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1903d2", 0, {-37.00009f, 34.99991f, -24.000135f, -23.999857f, -21.999998f, 36.999996f} }, + { {-973.0f, -18.0f, -1227.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p409c", 0, {-60.12232f, 60.176994f, -0.003962f, 112.002754f, -16.446272f, 23.484642f} }, + { {-1258.0f, -18.0f, -1462.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1026c", 0, {-60.12232f, 60.176994f, -0.003962f, 112.002754f, -16.446272f, 23.484642f} }, + { {-1095.0f, -18.0f, -1009.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p406c", 0, {-60.12247f, 60.169228f, -0.00379f, 112.002754f, -16.465563f, 22.484673f} }, + { {-975.0f, -18.0f, -1009.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p492c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-1235.0f, -18.0f, -1227.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p470c", 0, {-59.1225f, 61.17681f, -0.003962f, 112.002754f, -16.47333f, 22.525492f} }, + { {-990.0f, -18.0f, -1466.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p420c", 0, {-60.12247f, 60.169228f, -0.00379f, 112.002754f, -16.465563f, 22.484673f} }, + { {-953.0f, -18.0f, -1624.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p419c2", 0, {-60.12247f, 61.169197f, -0.00379f, 112.002754f, -16.47333f, 22.484673f} }, + { {-1162.0f, -18.0f, -1748.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p414c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-872.0f, -18.0f, -1807.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p517c", 0, {-60.13009f, 60.169228f, -0.00379f, 112.00292f, -17.446241f, 22.484673f} }, + { {-919.0f, -18.0f, -844.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p1258c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-67.0f, -18.0f, -1205.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p384c2", 0, {-59.957115f, 60.05843f, -0.003795f, 112.002914f, -17.247915f, 22.384514f} }, + { {-67.0f, -18.0f, -1396.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p380c2", 0, {-59.741764f, 60.05843f, -0.003795f, 112.00275f, -16.290703f, 22.384514f} }, + { {-79.0f, -18.0f, -1005.0f}, {-4.2e-05, 1.0f, 0.000167f}, {0.249451f, 0.000172f, -0.968387f}, "p395c2", 0, {-59.77646f, 60.759106f, -0.003976f, 112.002785f, -16.683817f, 22.609411f} }, + { {-1420.0f, -18.0f, -2383.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p464c2", 0, {-60.12247f, 60.169228f, -0.00379f, 112.002754f, -16.465563f, 22.484673f} }, + { {-1300.0f, -18.0f, -2383.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p462c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-1033.0f, 32.0f, -847.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p491c", 0, {-25.037714f, 25.18166f, -0.001664f, 49.00119f, -19.788551f, 27.729113f} }, + { {-1023.0f, -17.0f, -845.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p491c", 0, {-25.41519f, 24.59482f, -0.001652f, 48.001232f, -20.496225f, 27.51705f} }, + { {-395.0f, -17.0f, -1071.0f}, {2.5e-05, 1.0f, 5.4e-05}, {-0.420299f, 6e-05, -0.907386f}, "p932c", 0, {-24.766558f, 24.966927f, -0.001622f, 48.001217f, -20.42999f, 27.138079f} }, + { {-317.0f, 81.0f, -1834.0f}, {5.5e-05, 1.0f, -2.3e-05}, {-0.921501f, 6e-05, 0.388376f}, "p25c", 0, {-24.149649f, 25.505405f, -0.001678f, 49.001247f, -20.894957f, 27.983337f} }, + { {-317.0f, 32.0f, -1833.0f}, {5.8e-05, 1.0f, -1.7e-05}, {-0.961963f, 6e-05, 0.273178f}, "p25c", 0, {-24.4063f, 25.319263f, -0.00168f, 49.00126f, -21.052868f, 27.980972f} }, + { {-335.0f, -17.0f, -1906.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p24c", 0, {-24.454748f, 25.59462f, -0.001651f, 48.001232f, -20.516235f, 27.497702f} }, + { {-345.0f, 32.0f, -1907.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p24c", 0, {-25.037714f, 25.18166f, -0.001664f, 49.001247f, -20.778456f, 27.729113f} }, + { {-22.0f, -17.0f, -796.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p1232c2", 0, {-24.434738f, 25.575262f, -0.001711f, 48.001175f, -19.515776f, 28.497501f} }, + { {-33.0f, 32.0f, -797.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p1232c2", 0, {-24.315823f, 25.449663f, -0.001664f, 49.001247f, -20.793903f, 27.729113f} }, + { {158.0f, -17.0f, -1265.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p372h", 0, {-24.454748f, 24.61482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {34.0f, -17.0f, -1535.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p360c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.515575f, 27.51705f} }, + { {17.0f, 32.0f, -1537.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p361c2", 0, {-25.30572f, 24.459766f, -0.001725f, 49.001183f, -19.665203f, 28.857813f} }, + { {-179.0f, -17.0f, -230.0f}, {4.2e-05, 1.0f, -4.2e-05}, {-0.710082f, 6e-05, 0.704119f}, "p381a", 0, {-24.829014f, 25.574879f, -0.001735f, 48.001186f, -19.903265f, 28.886774f} }, + { {-264.0f, -17.0f, -339.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p129a1", 0, {-25.087692f, 25.06045f, -0.001729f, 48.001205f, -20.072727f, 28.924171f} }, + { {-534.0f, -17.0f, -684.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p131a2", 0, {-24.08467f, 25.06045f, -0.001686f, 48.001205f, -20.072575f, 28.075565f} }, + { {-467.0f, -17.0f, -675.0f}, {2.5e-05, 1.0f, 5.4e-05}, {-0.420299f, 6e-05, -0.907386f}, "p131a1", 0, {-25.186857f, 24.892082f, -0.001676f, 48.001217f, -20.427116f, 28.045464f} }, + { {-399.0f, 32.0f, -686.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p131a1", 0, {-24.315823f, 25.449673f, -0.001664f, 49.00119f, -19.806934f, 27.729113f} }, + { {-388.0f, -17.0f, -684.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p132a", 0, {-25.39518f, 24.614828f, -0.001712f, 48.00117f, -19.496428f, 28.513973f} }, + { {-500.0f, -17.0f, -468.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p135a1", 0, {-25.087692f, 25.06045f, -0.001729f, 48.001205f, -20.072727f, 28.924171f} }, + { {-512.0f, 32.0f, -524.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p135a2", 0, {-24.315813f, 25.449673f, -0.001724f, 49.00119f, -19.806934f, 28.716082f} }, + { {-501.0f, -17.0f, -522.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p135a2", 0, {-24.45474f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-439.0f, -17.0f, -540.0f}, {2.5e-05, 1.0f, 5.4e-05}, {-0.420299f, 6e-05, -0.907386f}, "p135a2", 0, {-25.186857f, 24.892082f, -0.001676f, 48.001217f, -20.427116f, 28.045464f} }, + { {-441.0f, 32.0f, -482.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p135a1", 0, {-25.037714f, 25.18166f, -0.001664f, 49.001183f, -19.665203f, 27.729113f} }, + { {-431.0f, -17.0f, -480.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p135a1", 0, {-25.454548f, 24.59482f, -0.001652f, 48.001232f, -20.496225f, 27.51771f} }, + { {-395.0f, -17.0f, -423.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p126a2", 0, {-25.43454f, 24.614828f, -0.001712f, 48.00117f, -19.496428f, 28.51751f} }, + { {-376.0f, -17.0f, -496.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p135a1", 0, {-24.45474f, 24.61482f, -0.001712f, 48.001225f, -20.493351f, 28.513973f} }, + { {-387.0f, 32.0f, -498.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p135a1", 0, {-24.315813f, 25.449673f, -0.001716f, 49.00119f, -19.806934f, 28.716082f} }, + { {-368.0f, 32.0f, -551.0f}, {6e-05, 1.0f, -1e-06}, {-0.999889f, 6e-05, 0.01487f}, "p135a1", 0, {-24.714706f, 24.595757f, -0.001704f, 49.001232f, -20.637863f, 28.368652f} }, + { {-367.0f, -17.0f, -553.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002557f}, "p135a1", 0, {-25.053614f, 25.071522f, -0.001678f, 48.00126f, -20.933125f, 28.063839f} }, + { {-400.0f, 32.0f, -428.0f}, {1e-05, 1.0f, -7.4e-05}, {-0.14173f, 7.5e-05, 0.989905f}, "p127a2", 0, {-20.511171f, 19.935423f, -0.001687f, 49.001266f, -16.97307f, 22.479946f} }, + { {-449.0f, -17.0f, -321.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p128a1", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {-479.0f, 32.0f, -319.0f}, {-8e-06, 1.0f, 5.9e-05}, {0.142739f, 6e-05, -0.98976f}, "p128a1", 0, {-25.277306f, 24.4397f, -0.001671f, 49.001244f, -20.676952f, 27.896626f} }, + { {-510.0f, -17.0f, -323.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p128a1", 0, {-24.08467f, 25.06045f, -0.001686f, 48.001205f, -20.072575f, 28.078442f} }, + { {-317.0f, -17.0f, -1834.0f}, {5.5e-05, 1.0f, -2.3e-05}, {-0.921501f, 6e-05, 0.388376f}, "p25c", 0, {-24.149649f, 25.505405f, -0.001678f, 48.001247f, -20.895016f, 27.983276f} }, + { {-1348.0f, 81.0f, -1081.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p502c", 0, {-24.45474f, 25.555262f, -0.001703f, 49.001232f, -20.51264f, 28.494625f} }, + { {-1702.0f, -17.0f, -828.0f}, {2e-05, 1.0f, -5.6e-05}, {-0.344422f, 6e-05, 0.938815f}, "p500c", 0, {-25.12571f, 25.198181f, -0.001689f, 48.001247f, -20.773188f, 28.264597f} }, + { {-1769.0f, -17.0f, -940.0f}, {1e-06, 1.0f, -6e-05}, {-0.020009f, 6e-05, 0.9998f}, "p507c1", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1667.0f, -17.0f, -1062.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.454748f, 25.59462f, -0.001651f, 48.001232f, -20.515575f, 27.497702f} }, + { {-1780.0f, -17.0f, -1191.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p510c", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1719.0f, -17.0f, -1188.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.454748f, 25.59462f, -0.001651f, 48.001232f, -20.516235f, 27.497702f} }, + { {-1728.0f, 32.0f, -1196.0f}, {3.7e-05, 1.0f, -4.7e-05}, {-0.617674f, 6e-05, 0.786434f}, "p509c", 0, {-25.43938f, 24.548218f, -0.001673f, 49.001255f, -20.839226f, 27.865639f} }, + { {-1666.0f, -17.0f, -1191.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.45474f, 24.61482f, -0.001712f, 48.001225f, -20.493351f, 28.513973f} }, + { {-1666.0f, 32.0f, -1190.0f}, {5.9e-05, 1.0f, 8e-06}, {-0.989909f, 6e-05, -0.141705f}, "p509c", 0, {-25.306433f, 24.46027f, -0.001732f, 49.001183f, -19.664577f, 28.857168f} }, + { {-1666.0f, 81.0f, -1191.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.45474f, 24.61482f, -0.001712f, 49.001225f, -20.493292f, 28.513973f} }, + { {-1656.0f, -17.0f, -1248.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.515575f, 27.51705f} }, + { {-1666.0f, 32.0f, -1250.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p509c", 0, {-25.037714f, 25.18166f, -0.001664f, 49.001183f, -19.665203f, 27.729113f} }, + { {-1722.0f, -17.0f, -1241.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p973c", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1778.0f, -17.0f, -1252.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p973c", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1779.0f, 32.0f, -1245.0f}, {3.7e-05, 1.0f, -4.7e-05}, {-0.617674f, 6e-05, 0.786434f}, "p973c", 0, {-24.821707f, 25.165894f, -0.00172f, 49.00121f, -20.052794f, 28.649137f} }, + { {-1753.0f, -17.0f, -1424.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p432c", 0, {-24.45474f, 25.555262f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1636.0f, -17.0f, -1513.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p435c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {-1518.0f, -17.0f, -1543.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p429c", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1528.0f, 32.0f, -1544.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p435c", 0, {-25.305727f, 24.318037f, -0.001673f, 49.00124f, -20.65511f, 27.870842f} }, + { {-1516.0f, -17.0f, -1490.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p428c", 0, {-24.45474f, 25.575262f, -0.001711f, 48.001175f, -19.515776f, 28.494625f} }, + { {-1527.0f, 32.0f, -1491.0f}, {-2e-06, 1.0f, -6e-05}, {0.032318f, 6e-05, 0.999478f}, "p428c", 0, {-24.892372f, 25.146154f, -0.001671f, 49.00125f, -20.79457f, 27.826168f} }, + { {-1441.0f, 32.0f, -888.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p505c1", 0, {-24.315823f, 25.449673f, -0.001664f, 49.00119f, -19.806934f, 27.729113f} }, + { {-1430.0f, -17.0f, -886.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p505c1", 0, {-25.39518f, 24.614828f, -0.001712f, 48.001175f, -19.5129f, 28.513973f} }, + { {-1465.0f, 32.0f, -1058.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p503c", 0, {-24.315813f, 25.449673f, -0.001716f, 49.00119f, -19.806934f, 28.716082f} }, + { {-1454.0f, -17.0f, -1056.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p503c", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1348.0f, 32.0f, -1080.0f}, {5.9e-05, 1.0f, 8e-06}, {-0.989909f, 6e-05, -0.141705f}, "p502c", 0, {-25.037212f, 25.18095f, -0.001664f, 49.001183f, -19.664577f, 27.72849f} }, + { {-1348.0f, -17.0f, -1081.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p502c", 0, {-24.45474f, 25.555262f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1401.0f, 32.0f, -1336.0f}, {5.6e-05, 1.0f, -2.2e-05}, {-0.928148f, 6e-05, 0.372211f}, "p423c1", 0, {-24.537363f, 25.229462f, -0.00173f, 49.00117f, -19.519653f, 28.946812f} }, + { {-1394.0f, -17.0f, -1338.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p423c1", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1354.0f, 32.0f, -1401.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p423c1", 0, {-25.037714f, 25.18166f, -0.001716f, 49.00119f, -19.788551f, 28.716082f} }, + { {-1344.0f, -17.0f, -1399.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p423c1", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.515575f, 27.51705f} }, + { {-1259.0f, -17.0f, -791.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p953c2", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1402.0f, -17.0f, -2002.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p445c2", 0, {-24.454748f, 25.555262f, -0.001651f, 48.001232f, -20.5127f, 27.497702f} }, + { {-1410.0f, 32.0f, -2008.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273154f, 6e-05, 0.96197f}, "p445c2", 0, {-24.678753f, 25.379442f, -0.001694f, 49.00123f, -20.424137f, 28.336535f} }, + { {-1387.0f, 32.0f, -1926.0f}, {1e-06, 1.0f, 6e-05}, {-0.014869f, 6e-05, -0.999889f}, "p972c", 0, {-24.699848f, 25.59566f, -0.001652f, 49.001232f, -20.623007f, 27.642973f} }, + { {-1388.0f, -17.0f, -1925.0f}, {-5.8e-05, 1.0f, -1.7e-05}, {0.960554f, 6e-05, 0.278095f}, "p972c", 0, {-24.52044f, 24.824093f, -0.001694f, 48.0012f, -19.96868f, 28.2093f} }, + { {-1416.0f, -17.0f, -2179.0f}, {4.2e-05, 1.0f, 4.3e-05}, {-0.692792f, 6e-05, -0.721138f}, "p447c2", 0, {-25.154778f, 24.603722f, -0.001721f, 48.0012f, -20.005928f, 28.788813f} }, + { {-1570.0f, -17.0f, -2479.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p466c", 0, {-25.41519f, 24.59482f, -0.001652f, 48.001232f, -20.496225f, 27.51705f} }, + { {-1570.0f, 32.0f, -2493.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273154f, 6e-05, 0.96197f}, "p466c", 0, {-24.678753f, 25.31998f, -0.001694f, 49.0012f, -20.094463f, 28.33947f} }, + { {-1523.0f, -17.0f, -2489.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p466c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {-1175.0f, -17.0f, -2479.0f}, {-5.1e-05, 1.0f, -3.1e-05}, {0.855946f, 6e-05, 0.517065f}, "p465c", 0, {-24.927357f, 24.804962f, -0.001644f, 48.001244f, -20.825808f, 27.515554f} }, + { {-1094.0f, -17.0f, -2483.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p465c", 0, {-24.45474f, 25.575262f, -0.001711f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1105.0f, 32.0f, -2484.0f}, {-2.3e-05, 1.0f, -5.5e-05}, {0.379192f, 6e-05, 0.925318f}, "p465c", 0, {-25.272121f, 25.393738f, -0.001664f, 49.001205f, -20.221024f, 27.83876f} }, + { {-1100.0f, -17.0f, -2411.0f}, {-3.1e-05, 1.0f, 5.1e-05}, {0.517065f, 6e-05, -0.855946f}, "p463c1", 0, {-24.60929f, 25.32203f, -0.001727f, 48.00119f, -19.966982f, 28.885687f} }, + { {-1007.0f, -17.0f, -1916.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p517c", 0, {-25.45454f, 24.61482f, -0.001704f, 48.001232f, -20.493351f, 28.514633f} }, + { {-1107.0f, -17.0f, -1603.0f}, {-3.1e-05, 1.0f, 5.1e-05}, {0.517065f, 6e-05, -0.855946f}, "p471c", 0, {-25.126354f, 24.804964f, -0.001675f, 48.001244f, -20.82293f, 28.029741f} }, + { {-1056.0f, 32.0f, -1654.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p471c", 0, {-25.305727f, 24.459759f, -0.001673f, 49.00124f, -20.652172f, 27.870842f} }, + { {-1046.0f, -17.0f, -1653.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p471c", 0, {-24.45474f, 25.61462f, -0.001703f, 48.001232f, -20.51336f, 28.494625f} }, + { {-1088.0f, -17.0f, -2177.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99999f, 4.6e-05, -0.004529f}, "p451c1", 0, {-47.094627f, 47.1354f, -0.00139f, 40.000973f, -21.21265f, 30.21441f} }, + { {-567.0f, -17.0f, -1205.0f}, {-3.1e-05, 1.0f, 1.8e-05}, {0.869144f, 3.6e-05, -0.494559f}, "p956c", 0, {-83.65113f, 84.786865f, -0.001411f, 40.000984f, -28.184513f, 39.843307f} }, + { {-432.0f, -17.0f, -1396.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99998f, 4.6e-05, -0.006271f}, "p939c", 0, {-84.173935f, 84.24291f, -0.001807f, 52.001297f, -28.526207f, 39.52599f} }, + { {-1146.0f, -17.0f, -2177.0f}, {-7.4e-05, 1.0f, 2e-05}, {0.966514f, 7.7e-05, -0.256613f}, "p448c1", 0, {-14.12123f, 14.061301f, -0.001393f, 40.001003f, -13.061044f, 18.150229f} }, + { {-491.0f, -17.0f, -1206.0f}, {5.4e-05, 1.0f, -5.4e-05}, {-0.70872f, 7.7e-05, 0.70549f}, "p938c", 0, {-14.879886f, 14.818521f, -0.0013f, 40.001083f, -14.171334f, 17.00588f} }, + { {-526.0f, -17.0f, -1410.0f}, {-7.4e-05, 1.0f, 2e-05}, {0.966514f, 7.7e-05, -0.256613f}, "p177c", 0, {-15.087744f, 14.061301f, -0.001393f, 40.001022f, -13.317656f, 18.150229f} }, + { {-621.0f, -17.0f, -489.0f}, {-0.000179f, 1.0f, 0.0f}, {0.999997f, 0.000179f, 0.002283f}, "p135a2", 0, {-12.025085f, 13.038782f, -0.003038f, 83.00196f, -11.029653f, 17.027353f} }, + { {-621.0f, -17.0f, -460.0f}, {-0.000179f, 1.0f, 0.0f}, {0.999997f, 0.000179f, 0.002283f}, "p128a2", 0, {-12.025085f, 13.038782f, -0.003038f, 83.00196f, -11.029653f, 17.027353f} }, + { {-621.0f, -17.0f, -431.0f}, {-0.000179f, 1.0f, 0.0f}, {0.999997f, 0.000179f, 0.002283f}, "p128a1", 0, {-12.025085f, 13.038782f, -0.003038f, 83.00196f, -11.029653f, 17.027353f} }, + { {-829.0f, 0.0f, -178.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p573a2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-639.0f, 0.0f, -590.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p130a1", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-296.0f, 0.0f, -285.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p124a1", 0, {-4.0f, 5.0f, -2.0f, 53.0f, -18.0f, 91.0f} }, + { {-101.0f, 0.0f, -756.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p373c", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-708.0f, 0.0f, -756.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1280c2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-1197.0f, 0.0f, -1967.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p443c", 0, {-4.0f, 5.0f, -1.0f, 56.0f, -18.0f, 113.0f} }, + { {-1310.0f, 0.0f, -1967.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p972c", 0, {-5.0f, 4.0f, -1.0f, 57.0f, -18.0f, 113.0f} }, + { {-1313.0f, 0.0f, -1967.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p972c", 0, {-4.0f, 5.0f, -2.0f, 56.0f, -18.0f, 113.0f} }, + { {-1425.0f, 0.0f, -1967.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p972c", 0, {-5.0f, 4.0f, -2.0f, 56.0f, -18.0f, 113.0f} }, + { {-1358.0f, 0.0f, -1467.0f}, {0.612907f, 0.0f, 0.790155f}, {0.0f, 1.0f, 0.0f}, "p438c", 0, {-4.031938f, 4.570238f, -2.27438f, 60.073257f, -18.0f, 113.0f} }, + { {-1360.0f, 0.0f, -1470.0f}, {-0.612907f, 0.0f, -0.790155f}, {0.0f, 1.0f, 0.0f}, "p438c", 0, {-4.896701f, 4.311827f, -1.661473f, 56.1374f, -18.0f, 113.0f} }, + { {-1429.0f, 0.0f, -1558.0f}, {0.612907f, 0.0f, 0.790155f}, {0.0f, 1.0f, 0.0f}, "p438c", 0, {-4.896701f, 4.563682f, -2.27438f, 56.1374f, -18.0f, 113.0f} }, + { {-765.0f, 0.0f, -1407.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p475c2", 0, {-4.0f, 5.000002f, -2.0f, 65.0f, -18.0f, 113.0f} }, + { {-200.0f, 0.0f, -943.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1285c1", 0, {-4.0f, 5.000002f, -1.0f, 62.0f, -18.0f, 113.0f} }, + { {-195.0f, 0.0f, -762.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1283c1", 0, {-4.0f, 5.000002f, -1.0f, 58.0f, -18.0f, 113.0f} }, + { {-291.0f, -17.0f, -675.0f}, {0.0f, 1.0f, -6e-05}, {0.005723f, 6e-05, 0.999984f}, "p134a2", 0, {-31.839222f, 31.16547f, -0.001748f, 62.001728f, -28.8221f, 29.180668f} }, + { {-265.0f, 14.0f, -652.0f}, {-0.999984f, 0.0f, 0.005737f}, {0.0f, 1.0f, -6e-05}, "p134a1", 0, {-6.00146f, 5.299805f, -0.028685f, 52.033566f, -26.00036f, 26.000319f} }, + { {-245.0f, 127.0f, -1546.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p133d2", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-1108.0f, 127.0f, -1930.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1673d", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.064217f} }, + { {-1109.0f, 127.0f, -796.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1905d", 0, {-25.051064f, 25.071522f, -0.001678f, 49.001198f, -20.063866f, 28.063839f} }, + { {-1121.0f, 127.0f, -850.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273178f, 6e-05, 0.961963f}, "p1904d", 0, {-24.679476f, 25.319271f, -0.001694f, 49.001225f, -20.424759f, 28.335903f} }, + { {-1116.0f, 176.0f, -846.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1904d", 0, {-25.053614f, 25.071522f, -0.001678f, 49.00126f, -20.933064f, 28.063839f} }, + { {-1103.0f, 127.0f, -2367.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p250d1", 0, {-25.053614f, 24.071526f, -0.001678f, 49.00126f, -20.933064f, 28.063839f} }, + { {-1096.0f, 176.0f, -2019.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p241d", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-1137.0f, 176.0f, -2284.0f}, {7.5e-05, 1.0f, 0.0f}, {-0.999997f, 7.5e-05, -0.002557f}, "p239d2", 0, {-20.040852f, 20.056204f, -0.001648f, 49.0012f, -16.051092f, 22.054743f} }, + { {-1082.0f, 176.0f, -2282.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002557f}, "p238d2", 0, {-25.053614f, 25.071522f, -0.001678f, 49.00126f, -21.060926f, 28.063839f} }, + { {-1126.0f, 176.0f, -2234.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p238d2", 0, {-24.051067f, 25.071522f, -0.001678f, 49.001198f, -20.063866f, 28.061281f} }, + { {-1103.0f, 127.0f, -2244.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273178f, 6e-05, 0.961963f}, "p238d2", 0, {-24.679476f, 25.379948f, -0.001738f, 49.001183f, -19.817726f, 28.942936f} }, + { {-1096.0f, 127.0f, -2017.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273178f, 6e-05, 0.961963f}, "p241d", 0, {-24.679476f, 25.319263f, -0.001694f, 49.001198f, -20.09384f, 28.338839f} }, + { {-1108.0f, 127.0f, -2302.0f}, {-2.7e-05, 1.0f, -5.3e-05}, {0.45171f, 6e-05, 0.892165f}, "p239d2", 0, {-24.495129f, 25.353533f, -0.001677f, 49.001217f, -20.248177f, 28.055466f} }, + { {-1158.0f, 127.0f, -2267.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.141705f, 6e-05, 0.989909f}, "p239d2", 0, {-24.31653f, 25.450178f, -0.001664f, 49.00119f, -19.806284f, 27.72849f} }, + { {-1806.0f, 127.0f, -855.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p303d", 0, {-24.051071f, 25.07153f, -0.001678f, 49.001198f, -20.063871f, 28.061289f} }, + { {-1791.0f, 176.0f, -800.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p305d", 0, {-25.05107f, 24.07154f, -0.001678f, 49.001198f, -20.061314f, 28.06678f} }, + { {-1795.0f, 127.0f, -795.0f}, {-5.8e-05, 1.0f, 1.7e-05}, {0.961963f, 6e-05, -0.273178f}, "p305d", 0, {-24.679468f, 24.417978f, -0.001694f, 49.001198f, -20.09091f, 28.338844f} }, + { {-1475.0f, 127.0f, -1803.0f}, {-4.6e-05, 1.0f, 0.0f}, {0.99999f, 4.6e-05, 0.004529f}, "p217d1", 0, {-47.09463f, 47.1354f, -0.00139f, 40.000973f, -21.212648f, 30.21441f} }, + { {-1683.0f, 127.0f, -1878.0f}, {-4e-05, 1.0f, -2.3e-05}, {0.863752f, 4.6e-05, 0.503917f}, "p222d2", 0, {-47.07707f, 47.149498f, -0.001427f, 40.000988f, -21.381008f, 30.589676f} }, + { {-1707.0f, 129.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1677.0f, 129.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1647.0f, 129.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {-1616.0f, 130.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-14.029647f, 14.041063f, -0.002895f, 83.00209f, -13.031932f, 18.03192f} }, + { {-1771.0f, 129.0f, -1665.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p221d1", 0, {-14.029643f, 15.041056f, -0.002896f, 84.00209f, -13.034211f, 18.031916f} }, + { {-1772.0f, 129.0f, -1696.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p221d1", 0, {-15.029607f, 14.041092f, -0.002895f, 84.00209f, -13.018418f, 18.047709f} }, + { {-1771.0f, 129.0f, -1726.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p221d1", 0, {-14.029643f, 14.041092f, -0.002895f, 84.00209f, -13.031928f, 18.045425f} }, + { {-1579.0f, 130.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029647f, 15.041093f, -0.002896f, 83.00209f, -13.034215f, 18.045267f} }, + { {-1548.0f, 129.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-1518.0f, 129.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1488.0f, 129.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029613f, 15.043344f, -0.003056f, 84.00209f, -13.020705f, 19.031916f} }, + { {-1564.0f, 130.0f, -2243.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p242d2", 0, {-14.029614f, 15.041093f, -0.002896f, 83.00209f, -13.020866f, 18.045267f} }, + { {-1533.0f, 129.0f, -2242.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p242d2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1564.0f, 129.0f, -2269.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p242d2", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {-1533.0f, 130.0f, -2269.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p243d2", 0, {-14.029647f, 14.041096f, -0.002895f, 83.00209f, -13.031932f, 18.03192f} }, + { {-1766.0f, 127.0f, -1913.0f}, {-5.4e-05, 1.0f, -5.4e-05}, {0.70549f, 7.7e-05, 0.708719f}, "p221d1", 0, {-14.17116f, 14.889574f, -0.001408f, 40.000977f, -12.760179f, 18.420082f} }, + { {-28.0f, 130.0f, -985.0f}, {-3.6e-05, 1.0f, 0.000168f}, {0.215503f, 0.000172f, -0.976503f}, "p166d2", 0, {-59.741764f, 61.250435f, -0.00394f, 111.00276f, -16.506205f, 23.360846f} }, + { {-150.0f, 130.0f, -1011.0f}, {-3.6e-05, 1.0f, 0.000168f}, {0.215503f, 0.000172f, -0.976503f}, "p166d2", 0, {-60.718266f, 60.27378f, -0.003976f, 111.00272f, -16.290703f, 23.55723f} }, + { {-153.0f, 130.0f, -1221.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p155d2", 0, {-59.95711f, 60.058422f, -0.003795f, 111.002914f, -17.248072f, 22.384327f} }, + { {-75.0f, 130.0f, -1399.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p151d1", 0, {-60.718266f, 60.05843f, -0.003808f, 111.00272f, -16.290703f, 22.599846f} }, + { {-35.0f, 130.0f, -1196.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p155d1", 0, {-59.741764f, 60.05843f, -0.003795f, 111.00275f, -16.290703f, 22.384342f} }, + { {-1354.0f, 130.0f, -2106.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p232d1", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-1513.0f, 130.0f, -2445.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p253d", 0, {-60.122322f, 60.17699f, -0.003962f, 111.002754f, -16.446445f, 23.48447f} }, + { {-1346.0f, 130.0f, -2442.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p254d", 0, {-60.122322f, 60.17699f, -0.003962f, 111.002754f, -16.446445f, 23.48447f} }, + { {-1185.0f, 130.0f, -2441.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p252d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-1202.0f, 130.0f, -1791.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p1670d", 0, {-60.122467f, 60.16922f, -0.00379f, 111.002754f, -16.465548f, 22.484484f} }, + { {-1145.0f, 130.0f, -1652.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1675d", 0, {-60.12247f, 61.17681f, -0.003962f, 111.002754f, -16.465563f, 22.525492f} }, + { {-1050.0f, 130.0f, -1508.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1674d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-938.0f, 130.0f, -1846.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1678d", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 23.465351f} }, + { {-975.0f, 130.0f, -862.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1921d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-836.0f, 130.0f, -1706.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1680d1", 0, {-59.1225f, 61.169193f, -0.00379f, 111.002754f, -16.47333f, 22.476732f} }, + { {-893.0f, 130.0f, -1485.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p1685d1", 0, {-60.122467f, 60.176834f, -0.003962f, 111.002754f, -16.465548f, 23.465336f} }, + { {-892.0f, 130.0f, -1298.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p1914d2", 0, {-60.130085f, 60.16922f, -0.00379f, 111.00292f, -17.4464f, 22.484484f} }, + { {-939.0f, 130.0f, -1129.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1912d", 0, {-60.122322f, 60.17699f, -0.003962f, 111.002754f, -16.446445f, 23.48447f} }, + { {-906.0f, 130.0f, -1017.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1923d1", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 23.465351f} }, + { {-1234.0f, 130.0f, -1148.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1917d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-1099.0f, 130.0f, -1249.0f}, {0.000172f, 1.0f, 0.0f}, {-0.999972f, 0.000172f, -0.007456f}, "p1917d", 0, {-58.11755f, 58.170033f, -0.003962f, 111.00275f, -16.412912f, 23.450954f} }, + { {-1763.0f, 130.0f, -1320.0f}, {-0.000172f, 1.0f, 0.0f}, {0.99997f, 0.000172f, 0.007767f}, "p196d1", 0, {-60.122467f, 60.16922f, -0.00379f, 111.002754f, -16.465548f, 22.484484f} }, + { {-1728.0f, 130.0f, -1508.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p203d", 0, {-60.130085f, 60.16922f, -0.00379f, 111.00292f, -17.4464f, 22.484484f} }, + { {-1569.0f, 130.0f, -1504.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p200d", 0, {-60.122467f, 60.16922f, -0.00379f, 111.002754f, -16.465548f, 22.484484f} }, + { {-1412.0f, 130.0f, -1238.0f}, {-0.000172f, 1.0f, 0.0f}, {0.99997f, 0.000172f, 0.007767f}, "p193d", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 22.53326f} }, + { {-1420.0f, 130.0f, -881.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p296d1", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 23.465351f} }, + { {-1286.0f, 145.0f, -1966.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1691d", 0, {-3.0f, 4.0f, -2.0f, 69.0f, -18.0f, 113.0f} }, + { {-1425.0f, 145.0f, -1966.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1690d", 0, {-4.0f, 3.0f, -2.0f, 70.0f, -18.0f, 113.0f} }, + { {-1362.0f, 143.0f, -1483.0f}, {-0.660961f, 0.0f, -0.75042f}, {0.0f, 1.0f, 0.0f}, "p2199d", 0, {-4.631933f, 4.586775f, -1.143002f, 50.72026f, -16.0f, 115.0f} }, + { {-1429.0f, 143.0f, -1559.0f}, {0.660961f, 0.0f, 0.75042f}, {0.0f, 1.0f, 0.0f}, "p209d", 0, {-4.631933f, 4.586775f, -1.67976f, 50.72026f, -16.0f, 115.0f} }, + { {-1431.0f, 142.0f, -1711.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p215d2", 0, {-4.0f, 4.0f, -1.0f, 53.000004f, -15.0f, 93.0f} }, + { {-763.0f, 142.0f, -1955.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1786d2", 0, {-2.0f, 2.0f, -2.0f, 56.999996f, -15.0f, 116.0f} }, + { {-763.0f, 142.0f, -1840.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1786d1", 0, {-2.0f, 2.0f, -1.0f, 57.999996f, -15.0f, 116.0f} }, + { {-763.0f, 144.0f, -1085.0f}, {-0.004675f, 0.000646f, 0.999989f}, {3e-06, 1.0f, -0.000646f}, "p2057d2", 0, {-3.247723f, 2.004653f, -1.024991f, 53.082375f, -17.034227f, 114.00063f} }, + { {-763.0f, 144.0f, -979.0f}, {0.004675f, -0.000646f, -0.999989f}, {3e-06, 1.0f, -0.000646f}, "p2065d2", 0, {-2.995293f, 2.752212f, -1.087629f, 53.02441f, -17.000652f, 114.03422f} }, + { {-294.0f, 1.0f, 546.0f}, {0.0f, 1.0f, -6e-05}, {0.000133f, 6e-05, 1.0f}, "p1518b", 0, {-20.002922f, 20.002123f, -0.001317f, 38.00096f, -16.002653f, 22.004946f} }, + { {-230.0f, 1.0f, 449.0f}, {0.0f, 1.0f, -7.5e-05}, {-0.002558f, 7.5e-05, 0.999997f}, "p1511b", 0, {-20.040855f, 19.056215f, -0.001648f, 48.001198f, -16.04854f, 22.054674f} }, + { {-231.0f, 49.0f, 449.0f}, {-8e-06, 1.0f, -7.4e-05}, {0.101985f, 7.5e-05, 0.994786f}, "p1511b", 0, {-19.462723f, 19.845612f, -0.001662f, 49.00121f, -16.070427f, 22.144794f} }, + { {-232.0f, 1.0f, 134.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002558f}, "p4102b", 0, {-24.051065f, 25.071539f, -0.001678f, 48.001198f, -20.060999f, 28.064165f} }, + { {-226.0f, 1.0f, 190.0f}, {0.0f, 1.0f, 6.8e-05}, {0.002558f, 6.8e-05, -0.999997f}, "p4102b", 0, {-17.035751f, 18.051094f, -0.00137f, 38.00096f, -14.045991f, 20.043413f} }, + { {-373.0f, 1.0f, 324.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p3014b", 0, {-25.05107f, 25.071531f, -0.001678f, 48.001198f, -20.063873f, 28.063847f} }, + { {-373.0f, 1.0f, 565.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p2982b", 0, {-24.051073f, 25.071539f, -0.001678f, 48.001198f, -20.063873f, 28.064165f} }, + { {-422.0f, 1.0f, 555.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002558f}, "p3944b", 0, {-25.05107f, 24.071533f, -0.001678f, 48.001198f, -20.061316f, 28.063847f} }, + { {-472.0f, 1.0f, 449.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p3954b", 0, {-25.051062f, 24.071543f, -0.001678f, 48.001198f, -20.05844f, 28.066723f} }, + { {-475.0f, 1.0f, 403.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p3015b", 0, {-25.051062f, 25.071539f, -0.001678f, 48.001198f, -20.060999f, 28.066723f} }, + { {-371.0f, 49.0f, 571.0f}, {6e-05, 1.0f, -6e-06}, {-0.994786f, 6e-05, 0.101985f}, "p2982b", 0, {-24.1307f, 25.304401f, -0.001725f, 49.00118f, -19.56296f, 28.720003f} }, + { {-423.0f, 50.0f, 554.0f}, {6e-05, 1.0f, -6e-06}, {-0.994786f, 6e-05, 0.101985f}, "p3944b", 0, {-25.125484f, 24.309616f, -0.001718f, 48.001183f, -19.664946f, 28.61802f} }, + { {-470.0f, 49.0f, 451.0f}, {6e-06, 1.0f, 6e-05}, {-0.101985f, 6e-05, -0.994786f}, "p3954b", 0, {-25.0235f, 25.406387f, -0.001665f, 49.001244f, -20.65973f, 27.725218f} }, + { {-726.0f, 1.0f, 553.0f}, {0.0f, 1.0f, 8.6e-05}, {0.002558f, 8.6e-05, -0.999997f}, "p4189b2", 0, {-17.038298f, 18.048546f, -0.001626f, 48.00128f, -15.04188f, 19.047525f} }, + { {-722.0f, 1.0f, 588.0f}, {8.6e-05, 1.0f, 0.0f}, {-0.999997f, 8.6e-05, -0.002558f}, "p4189b1", 0, {-17.03575f, 18.051104f, -0.001712f, 48.001198f, -14.045991f, 20.047522f} }, + { {-907.0f, 1.0f, 477.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p4201b1", 0, {-25.05107f, 25.071531f, -0.001678f, 48.001198f, -20.063873f, 28.063847f} }, + { {-960.0f, 1.0f, 507.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p3927b", 0, {-24.051065f, 25.071539f, -0.001678f, 48.001198f, -20.060999f, 28.064165f} }, + { {-900.0f, 0.0f, 566.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p4199b1", 0, {-25.05107f, 25.071539f, -0.001678f, 48.001198f, -20.063873f, 28.066723f} }, + { {-1020.0f, 1.0f, 699.0f}, {-5.8e-05, 1.0f, -1.5e-05}, {0.965261f, 6e-05, 0.261288f}, "p2963b", 0, {-25.133436f, 25.293226f, -0.001704f, 48.00121f, -20.129436f, 28.376974f} }, + { {-901.0f, 48.0f, 561.0f}, {6.1e-05, 1.0f, 6.1e-05}, {-0.705296f, 8.6e-05, -0.708913f}, "p4199b1", 0, {-17.711973f, 17.643263f, -0.001695f, 49.00121f, -14.094493f, 19.846523f} }, + { {-957.0f, 50.0f, 499.0f}, {4.3e-05, 1.0f, -7.4e-05}, {-0.502213f, 8.6e-05, 0.864744f}, "p3923b", 0, {-17.600878f, 17.517735f, -0.001737f, 48.001213f, -14.137805f, 20.338026f} }, + { {-1015.0f, 1.0f, 647.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p2961b", 0, {-25.05362f, 25.071531f, -0.001678f, 48.00126f, -21.060993f, 28.063847f} }, + { {-1084.0f, 1.0f, 394.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p3011b", 0, {-25.05107f, 25.071539f, -0.001678f, 48.001198f, -20.063873f, 28.066723f} }, + { {-1017.0f, 49.0f, 647.0f}, {-3e-05, 1.0f, 5.2e-05}, {0.502213f, 6e-05, -0.864744f}, "p2961b", 0, {-25.44331f, 24.63509f, -0.00171f, 49.001198f, -19.912827f, 28.480036f} }, + { {-1018.0f, 49.0f, 707.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2963b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-1218.0f, 1.0f, 12.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p2451b", 0, {-25.05107f, 24.071543f, -0.001678f, 48.001198f, -20.061316f, 28.066723f} }, + { {-149.0f, 0.0f, 564.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p6917b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.031932f, 18.04543f} }, + { {-149.0f, 0.0f, 533.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p6915b", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-1229.0f, 0.0f, 368.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p3048b", 0, {-14.029647f, 14.041063f, -0.002895f, 84.00209f, -13.031932f, 18.03192f} }, + { {-1229.0f, 0.0f, 337.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p3048b", 0, {-14.029647f, 14.041063f, -0.002895f, 84.00209f, -13.031932f, 18.03192f} }, + { {-1229.0f, 0.0f, 306.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p3048b", 0, {-15.029644f, 14.041063f, -0.002895f, 84.00209f, -13.031932f, 18.034203f} }, + { {89.0f, 0.0f, 536.0f}, {7.7e-05, 1.0f, 0.0f}, {-0.999997f, 7.7e-05, -0.002283f}, "p1522b", 0, {-14.029646f, 14.04107f, -0.001379f, 40.000996f, -13.031932f, 18.034983f} }, + { {108.0f, 0.0f, 665.0f}, {7.2e-05, 1.0f, 2.7e-05}, {-0.93276f, 7.7e-05, -0.360499f}, "p1523b", 0, {-13.951046f, 14.460288f, -0.001381f, 40.00107f, -13.902622f, 17.997225f} }, + { {37.0f, 0.0f, 507.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99999f, 4.6e-05, -0.004529f}, "p1522b", 0, {-47.099148f, 47.135387f, -0.00139f, 40.00102f, -22.210787f, 30.212559f} }, + { {-842.0f, 127.0f, 610.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p6931b", 0, {-25.051056f, 24.074081f, -0.001738f, 49.001198f, -20.058372f, 28.938532f} }, + { {-847.0f, 127.0f, 465.0f}, {-5.2e-05, 1.0f, 3e-05}, {0.867299f, 6e-05, -0.497787f}, "p4163b", 0, {-25.264626f, 24.47392f, -0.00171f, 49.00123f, -20.54331f, 28.605555f} }, + { {-714.0f, 127.0f, 423.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2311b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-714.0f, 176.0f, 423.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2311b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-762.0f, 127.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-24.051067f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.064217f} }, + { {-762.0f, 177.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-24.051067f, 25.07153f, -0.001678f, 48.001198f, -20.063866f, 28.064157f} }, + { {-712.0f, 127.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-712.0f, 176.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-19.0f, 127.0f, -276.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p4140b", 0, {-25.051056f, 24.071533f, -0.001678f, 49.001198f, -20.058372f, 28.066774f} }, + { {-765.0f, 127.0f, 4.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002557f}, "p6699b2", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-765.0f, 176.0f, 4.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002557f}, "p6699b2", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-713.0f, 127.0f, -208.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1505b", 0, {-25.053614f, 25.071522f, -0.001678f, 49.00126f, -21.060926f, 28.063839f} }, + { {-759.0f, 127.0f, -349.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p1506b", 0, {-25.051064f, 25.071522f, -0.001678f, 49.001198f, -20.063866f, 28.063839f} }, + { {-759.0f, 176.0f, -349.0f}, {6e-06, 1.0f, 6e-05}, {-0.101481f, 6e-05, -0.994837f}, "p1506b", 0, {-25.033953f, 24.323591f, -0.001658f, 49.001244f, -20.648678f, 27.615475f} }, + { {-558.0f, 127.0f, 10.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p6704b2", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-230.0f, 127.0f, 15.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p3973b", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-229.0f, 176.0f, 15.0f}, {6e-06, 1.0f, 6e-05}, {-0.101481f, 6e-05, -0.994837f}, "p3973b", 0, {-24.140596f, 25.31843f, -0.001716f, 49.001175f, -19.552359f, 28.708858f} }, + { {-35.0f, 127.0f, 741.0f}, {-1.9e-05, 1.0f, 5.7e-05}, {0.327985f, 6e-05, -0.944683f}, "p6662b", 0, {-24.326124f, 25.321745f, -0.001644f, 49.001274f, -21.200426f, 27.50275f} }, + { {19.0f, 127.0f, 519.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002557f}, "p6660b2", 0, {-24.051064f, 25.071518f, -0.001678f, 49.001198f, -20.063862f, 28.061277f} }, + { {-35.0f, 176.0f, 741.0f}, {-1.9e-05, 1.0f, 5.7e-05}, {0.327985f, 6e-05, -0.944683f}, "p6662b", 0, {-24.326124f, 25.321745f, -0.001644f, 48.001274f, -21.200485f, 27.50269f} }, + { {-100.0f, 127.0f, -204.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1480b", 0, {-24.051067f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.064217f} }, + { {-986.0f, 128.0f, 635.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6932b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-956.0f, 128.0f, 635.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6932b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-925.0f, 128.0f, 635.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6932b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-980.0f, 128.0f, 392.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p4177b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-979.0f, 128.0f, 233.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p4178b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-830.0f, 128.0f, 391.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4177b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {-830.0f, 128.0f, 361.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4180b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-829.0f, 128.0f, 271.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4171b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {-829.0f, 128.0f, 242.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4171b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-173.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {-144.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-114.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-84.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-28.0f, 128.0f, 461.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6659b2", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {3.0f, 128.0f, 461.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6659b2", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {-20.0f, 128.0f, 175.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6928b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {10.0f, 128.0f, 175.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6928b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {39.0f, 128.0f, 175.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6929b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {131.0f, 128.0f, -64.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4129b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {131.0f, 128.0f, -202.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4129b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-20.0f, 128.0f, -447.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6714b1", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {10.0f, 128.0f, -447.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6714b2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {40.0f, 128.0f, -448.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6714b2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {70.0f, 128.0f, -448.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6715b2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-923.0f, 128.0f, 522.0f}, {7.7e-05, 1.0f, 0.0f}, {-0.999997f, 7.7e-05, -0.002283f}, "p4157b", 0, {-14.029646f, 14.04107f, -0.001379f, 40.000996f, -13.031932f, 18.034983f} }, + { {-908.0f, 128.0f, 293.0f}, {0.0f, 1.0f, 7.7e-05}, {0.002283f, 7.7e-05, -0.999997f}, "p4178b", 0, {-14.029646f, 14.04107f, -0.001379f, 40.000996f, -13.031932f, 18.034983f} }, + { {-158.0f, 128.0f, 578.0f}, {-5.4e-05, 1.0f, -5.4e-05}, {0.705488f, 7.7e-05, 0.708722f}, "p6827b2", 0, {-14.174434f, 14.889632f, -0.001354f, 40.001083f, -14.106692f, 17.643663f} }, + { {32.0f, 128.0f, 713.0f}, {5.4e-05, 1.0f, -5.4e-05}, {-0.708719f, 7.7e-05, 0.705491f}, "p6662b", 0, {-14.171158f, 14.889571f, -0.001408f, 40.001026f, -13.465833f, 18.417017f} }, + { {-163.0f, 128.0f, 731.0f}, {6.6e-05, 1.0f, 3.9e-05}, {-0.862447f, 7.7e-05, -0.506147f}, "p6828b", 0, {-14.28533f, 14.361917f, -0.001406f, 40.000996f, -13.066582f, 18.391111f} }, + { {122.0f, 128.0f, 63.0f}, {6.7e-05, 1.0f, -3.8e-05}, {-0.86956f, 7.7e-05, 0.493828f}, "p4120b", 0, {-14.546325f, 15.179693f, -0.001416f, 40.000988f, -12.860966f, 18.518393f} }, + { {59.0f, 128.0f, -90.0f}, {3.8e-05, 1.0f, 6.7e-05}, {-0.493828f, 7.7e-05, -0.86956f}, "p4127b", 0, {-14.836281f, 14.310137f, -0.001396f, 40.000988f, -12.860969f, 18.196424f} }, + { {117.0f, 128.0f, -300.0f}, {7.4e-05, 1.0f, 2.1e-05}, {-0.961572f, 7.7e-05, -0.274551f}, "p4142b", 0, {-14.700712f, 14.419736f, -0.00136f, 40.001045f, -13.598156f, 17.725124f} }, + { {-979.0f, 127.0f, 524.0f}, {-4.6e-05, 1.0f, 0.0f}, {0.99999f, 4.6e-05, 0.004529f}, "p4157b", 0, {-46.09916f, 47.135387f, -0.00139f, 40.00102f, -22.210787f, 30.208029f} }, + { {-914.0f, 127.0f, 241.0f}, {0.0f, 1.0f, -4.6e-05}, {-0.004529f, 4.6e-05, 0.99999f}, "p4178b", 0, {-47.094627f, 47.1354f, -0.00139f, 40.000973f, -21.21265f, 30.21441f} }, + { {-118.0f, 127.0f, 632.0f}, {0.0f, 1.0f, 4.6e-05}, {0.004529f, 4.6e-05, -0.99999f}, "p6827b2", 0, {-47.094627f, 47.1354f, -0.00139f, 40.000973f, -21.21265f, 30.21441f} }, + { {69.0f, 127.0f, 75.0f}, {-4.6e-05, 1.0f, 0.0f}, {0.99999f, 4.6e-05, 0.004529f}, "p4120b", 0, {-47.099148f, 47.135387f, -0.00139f, 40.00102f, -22.210787f, 30.212559f} }, + { {47.0f, 127.0f, -143.0f}, {0.0f, 1.0f, -4.6e-05}, {-0.004529f, 4.6e-05, 0.99999f}, "p4130b", 0, {-46.09915f, 47.13538f, -0.00139f, 40.00102f, -22.210773f, 30.208017f} }, + { {71.0f, 127.0f, -330.0f}, {-3.2e-05, 1.0f, -3.3e-05}, {0.697325f, 4.6e-05, 0.716755f}, "p4142b", 0, {-46.956104f, 47.092117f, -0.001422f, 40.00097f, -21.153238f, 30.468548f} }, + { {-101.0f, 145.0f, -747.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4365b2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-708.0f, 145.0f, -747.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4260b2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-937.0f, 145.0f, 11.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p6669b1", 0, {-4.0f, 5.0f, -2.0f, 52.0f, -18.0f, 91.0f} }, + { {-153.0f, 145.0f, 430.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p6686b1", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-186.0f, 18.0f, 617.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4208b1", 0, {-5.0f, 4.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-340.0f, 18.0f, 669.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3025b1", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-186.0f, 146.0f, -654.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p150g2", 0, {-5.0f, 4.0f, -53.0f, 47.0f, -19.0f, 99.0f} }, + { {-675.0f, 146.0f, -654.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p145g1", 0, {-5.0f, 4.0f, -53.0f, 47.0f, -19.0f, 99.0f} }, + { {-203.0f, 146.0f, 687.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p339f1", 0, {-4.0f, 5.0f, -53.0f, 47.0f, -19.0f, 99.0f} }, + { {-726.0f, 146.0f, 639.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2005b", 0, {-5.0f, 4.0f, -53.0f, 38.0f, -19.0f, 90.0f} }, + { {-83.0f, 198.0f, 51.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1010b", 0, {-45.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, 142.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p4151b", 0, {-46.999985f, -1.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -157.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1017b", 0, {-46.999985f, -1.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -67.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1017b", 0, {-45.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -275.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1016b", 0, {-46.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -366.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1016b", 0, {-45.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 295.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p4173b", 0, {-46.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 594.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p2007b", 0, {-46.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 504.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p4166b", 0, {-47.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {-15.0f, 198.0f, -13.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4122b", 0, {-11.99999f, 60.00001f, 22.999971f, 23.000006f, -25.999998f, 38.0f} }, + { {67.0f, 198.0f, -13.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4122b", 0, {-12.99999f, 60.00001f, 22.999971f, 23.000006f, -25.999998f, 38.0f} }, + { {-15.0f, 198.0f, -221.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4130b", 0, {-11.999989f, 60.00001f, 23.999971f, 24.000004f, -25.999998f, 38.0f} }, + { {67.0f, 198.0f, -221.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4130b", 0, {-12.999989f, 60.00001f, 23.999971f, 24.000006f, -25.999998f, 38.0f} }, + { {-866.0f, 198.0f, 437.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4163b", 0, {-39.999996f, 33.000008f, 10.999984f, 11.000018f, -25.999998f, 38.0f} }, + { {-928.0f, 198.0f, 449.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4163b", 0, {-58.999992f, 13.000011f, 22.999992f, 23.000027f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 386.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p2003b", 0, {-46.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 118), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 1 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10207), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 2 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10212), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 3 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10213), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 4 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10222), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 5 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10223), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 6 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10224), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 7 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10227), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 8 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10242), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 9 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10249), 0x000001e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 10 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10252), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 11 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10255), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 12 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10309), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 13 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10310), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 14 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10311), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 15 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10312), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 16 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10313), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 17 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10314), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 18 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10315), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 19 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10316), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 20 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10317), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 21 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10318), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 22 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10319), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 23 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10320), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 24 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10321), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 25 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10322), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 26 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10323), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 27 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10324), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 28 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 195), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 29 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10257), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 30 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10258), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 31 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 10292), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 32 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10281), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 33 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10284), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 34 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 10286), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 35 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10265), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 36 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10266), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 37 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 186), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 38 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10214), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 39 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10215), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 40 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 191), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 41 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10290), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 42 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10276), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 43 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 10238), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 44 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 197), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 45 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 198), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 46 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 203), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 47 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 117), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 48 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 121), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 49 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 10231), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 50 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10234), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 51 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10234), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Armour; index = 52 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 147), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 53 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 204), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = DoorScale; index = 54 */ + _mkword(0, _mkshort(0, 2)), 49152, + /* Type = Door; index = 55 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 299), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000001, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 56 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 300), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000001, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 57 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 301), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 58 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 302), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 59 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 303), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 60 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 304), 0x30000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 61 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 305), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 62 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 306), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 63 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 307), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 64 */ + _mkword(256, _mkshort(0, 1)), _mkword(297, 308), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = EndProps; index = 65 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 192, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 130, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 189, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 138, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 187, 0, + /* Type = Spawn; index = 5 */ + _mkword(0, _mkshort(0, 0)), 196, 0, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 113, 0, + /* Type = Spawn; index = 7 */ + _mkword(0, _mkshort(0, 0)), 120, 0, + /* Type = StartWeapon; index = 8 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 9 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = EndIntro; index = 10 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 unknown_setup_block_0[] = { -1, -1 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + NULL +}; + + +s32 unknown_setup_block_1[] = { -1 }; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/j/UsetupcradZ.c b/assets/obseg/setup/j/UsetupcradZ.c new file mode 100644 index 0000000..61b8aec --- /dev/null +++ b/assets/obseg/setup/j/UsetupcradZ.c @@ -0,0 +1,1001 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:20 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupcradZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-300.0f, 320.0f, 518.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p256d2", 0 }, + { {15.0f, 320.0f, 521.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 1e-06}, "p279d", 0 }, + { {304.0f, 320.0f, 519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p241d2", 0 }, + { {476.0f, 320.0f, 223.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p432d1", 0 }, + { {-381.0f, 320.0f, 388.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p434d3", 0 }, + { {-144.0f, 320.0f, 520.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p255d1", 0 }, + { {164.0f, 320.0f, 524.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p278d1", 0 }, + { {399.0f, 320.0f, 361.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p432d2", 0 }, + { {595.0f, 320.0f, 5.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p260d2", 0 }, + { {448.0f, 320.0f, -272.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p263d", 0 }, + { {302.0f, 320.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p264d2", 0 }, + { {35.0f, 320.0f, -520.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p430d2", 0 }, + { {542.0f, 320.0f, 108.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p432d1", 0 }, + { {511.0f, 320.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p243d2", 0 }, + { {374.0f, 320.0f, -400.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p262d1", 0 }, + { {156.0f, 320.0f, -521.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p430d2", 0 }, + { {-591.0f, 320.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p253d2", 0 }, + { {-450.0f, 320.0f, 258.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p434d2", 0 }, + { {-287.0f, 320.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p268d2", 0 }, + { {-454.0f, 320.0f, -251.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p271d", 0 }, + { {-527.0f, 320.0f, -127.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p270d1", 0 }, + { {-511.0f, 320.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p434d2", 0 }, + { {-96.0f, 320.0f, -524.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p430d1", 0 }, + { {-379.0f, 320.0f, -383.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p249d1", 0 }, + { {10.0f, 98.0f, -5.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p108b1", 0 }, + { {16.0f, 61.0f, -131.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p81b2", 0 }, + { {-20.0f, 61.0f, -128.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p81b1", 0 }, + { {235.0f, 227.0f, -145.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p287d2", 0 }, + { {-258.0f, 227.0f, -134.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p292d1", 0 }, + { {14.0f, 227.0f, 275.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p282d1", 0 }, + { {-23.0f, 19.0f, -38.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p405b2", 0 }, + { {-166.0f, 19.0f, -76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p29b2", 0 }, + { {-153.0f, 19.0f, 79.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p30b2", 0 }, + { {-3.0f, 19.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p55b1", 0 }, + { {165.0f, 19.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p31b1", 0 }, + { {148.0f, 19.0f, -71.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p34b1", 0 }, + { {-73.0f, 19.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p30b2", 0 }, + { {67.0f, 19.0f, 9.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p34b1", 0 }, + { {46.0f, 19.0f, -41.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p33b1", 0 }, + { {-225.0f, 19.0f, -87.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p959c1", 0 }, + { {-343.0f, 19.0f, -85.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p972c2", 0 }, + { {-456.0f, 19.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p974c1", 0 }, + { {-462.0f, 19.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p977c1", 0 }, + { {-394.0f, 19.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p964c", 0 }, + { {-407.0f, 19.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p961c", 0 }, + { {-316.0f, 19.0f, 82.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p970c2", 0 }, + { {-221.0f, 19.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p954c2", 0 }, + { {-214.0f, 19.0f, -25.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p960c2", 0 }, + { {-494.0f, 19.0f, 6.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p241b1", 0 }, + { {-520.0f, 19.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p237b2", 0 }, + { {-525.0f, 19.0f, 101.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p227b2", 0 }, + { {-608.0f, 19.0f, 104.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p230b1", 0 }, + { {-691.0f, 19.0f, 107.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p232b2", 0 }, + { {-709.0f, 19.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p233b2", 0 }, + { {-700.0f, 19.0f, -99.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p234b1", 0 }, + { {-630.0f, 19.0f, -104.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p234b1", 0 }, + { {-709.0f, 19.0f, -5.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p234b1", 0 }, + { {-613.0f, 19.0f, -7.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p235b", 0 }, + { {-516.0f, 19.0f, -103.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p240b1", 0 }, + { {225.0f, 19.0f, 87.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p20c1", 0 }, + { {343.0f, 19.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p33c2", 0 }, + { {456.0f, 19.0f, 82.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p35c1", 0 }, + { {462.0f, 19.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p38c1", 0 }, + { {394.0f, 19.0f, 34.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p25c", 0 }, + { {407.0f, 19.0f, -75.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p22c", 0 }, + { {315.0f, 19.0f, -94.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p31c2", 0 }, + { {227.0f, 19.0f, -92.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p15c2", 0 }, + { {214.0f, 19.0f, 25.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p21c2", 0 }, + { {491.0f, 19.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p213b2", 0 }, + { {520.0f, 19.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p209b2", 0 }, + { {525.0f, 19.0f, -101.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p199b2", 0 }, + { {608.0f, 19.0f, -104.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p202b1", 0 }, + { {691.0f, 19.0f, -107.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p204b2", 0 }, + { {709.0f, 19.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p205b2", 0 }, + { {700.0f, 19.0f, 99.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p206b1", 0 }, + { {630.0f, 19.0f, 104.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p206b1", 0 }, + { {709.0f, 19.0f, 5.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p206b1", 0 }, + { {613.0f, 19.0f, 7.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p207b", 0 }, + { {516.0f, 19.0f, 103.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p212b", 0 }, + { {-817.0f, -98.0f, 37.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p171a1", 0 }, + { {-816.0f, -98.0f, 72.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p170a", 0 }, + { {-813.0f, -98.0f, -70.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p173a", 0 }, + { {-639.0f, -128.0f, -74.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p377a1", 0 }, + { {-418.0f, -152.0f, -77.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p378a2", 0 }, + { {-201.0f, -152.0f, -76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p399a1", 0 }, + { {-45.0f, -164.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p175a2", 0 }, + { {9.0f, -164.0f, -71.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p175a1", 0 }, + { {65.0f, -164.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p175a1", 0 }, + { {423.0f, -152.0f, -73.0f}, {1e-06, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p232a2", 0 }, + { {249.0f, -152.0f, -73.0f}, {1e-06, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p230a2", 0 }, + { {630.0f, -128.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p233a1", 0 }, + { {819.0f, -98.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p165a", 0 }, + { {819.0f, -98.0f, -37.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p166a1", 0 }, + { {819.0f, -98.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p168a", 0 }, + { {630.0f, -128.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p239a1", 0 }, + { {423.0f, -152.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p240a2", 0 }, + { {249.0f, -152.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p258a2", 0 }, + { {65.0f, -164.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p176a1", 0 }, + { {9.0f, -164.0f, 77.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p176a1", 0 }, + { {-45.0f, -164.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p176a2", 0 }, + { {-201.0f, -152.0f, 73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p363a1", 0 }, + { {-418.0f, -152.0f, 72.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p370a2", 0 }, + { {-639.0f, -128.0f, 74.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p371a1", 0 }, + { {65.0f, -164.0f, 14.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p132a", 0 }, + { {9.0f, -164.0f, 16.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p132a", 0 }, + { {-45.0f, -164.0f, 14.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p131a2", 0 }, + { {-62.0f, -164.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p130a", 0 }, + { {-137.0f, -211.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p135a", 0 }, + { {-137.0f, -211.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p136a", 0 }, + { {-75.0f, -249.0f, -45.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p133a2", 0 }, + { {-42.0f, -249.0f, -44.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p116a", 0 }, + { {-35.0f, -249.0f, -59.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p116a", 0 }, + { {26.0f, -249.0f, -60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p518a", 0 }, + { {-10.0f, -249.0f, 3.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p517a", 0 }, + { {29.0f, -249.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p117a1", 0 }, + { {-39.0f, -249.0f, 55.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p119a2", 0 }, + { {-7.0f, -588.0f, 49.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p571a1", 0 }, + { {-39.0f, -588.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p573a1", 0 }, + { {-10.0f, -588.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p575a2", 0 }, + { {21.0f, -588.0f, 16.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p569a1", 0 }, + { {-634.0f, 320.0f, 30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p695d1", 0 }, + { {-1188.0f, 139.0f, -921.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p867d2", 0 }, + { {-1677.0f, 93.0f, -1776.0f}, {0.0f, 1.0f, 0.0f}, {0.499921f, 0.0f, 0.866071f}, "p1583d2", 0 }, + { {-1621.0f, 93.0f, -1804.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2176d2", 0 }, + { {-1676.0f, 93.0f, -1903.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1571d1", 0 }, + { {-1774.0f, 93.0f, -1846.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1575d1", 0 }, + { {-1718.0f, 93.0f, -1746.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1585d2", 0 }, + { {339.0f, 320.0f, 536.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p229d2", 0 }, + { {-144.0f, 145.0f, 1370.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p929d1", 0 }, + { {-715.0f, 93.0f, 2332.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1991d2", 0 }, + { {-767.0f, 93.0f, 2298.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p2183d2", 0 }, + { {-827.0f, 93.0f, 2397.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1979d1", 0 }, + { {-729.0f, 93.0f, 2454.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1983d1", 0 }, + { {-669.0f, 93.0f, 2356.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1993d2", 0 }, + { {291.0f, 320.0f, -564.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p113d2", 0 }, + { {1255.0f, 145.0f, -569.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p105d1", 0 }, + { {2373.0f, 93.0f, -563.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1345d1", 0 }, + { {2373.0f, 93.0f, -501.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1344d2", 0 }, + { {2486.0f, 93.0f, -500.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1339d1", 0 }, + { {2486.0f, 93.0f, -613.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1342d1", 0 }, + { {2371.0f, 93.0f, -615.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1540d2", 0 }, + { {343.0f, 88.0f, 82.0f}, {0.0f, -1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p33c2", 0 }, + { {455.0f, 88.0f, -78.0f}, {0.0f, -1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p36c1", 0 }, + { {-319.0f, 19.0f, 56.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p970c1", 0 }, + { {323.0f, 19.0f, 32.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p33c1", 0 }, + { {-332.0f, 19.0f, -44.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p972c1", 0 }, + { {-51.0f, -605.0f, 47.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p572a", 0 }, + { {194.0f, -612.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p603a", 0 }, + { {-6.0f, -578.0f, 118.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p591a", 0 }, + { {25.0f, -605.0f, 49.0f}, {0.0f, 1.0f, 0.0f}, {-0.207912f, 0.0f, 0.978148f}, "p570a", 0 }, + { {-9.0f, -249.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p517a", 0 }, + { {-1661.0f, 93.0f, -1748.0f}, {0.0f, 1.0f, 0.0f}, {0.499921f, 0.0f, 0.866071f}, "p862d1", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {277.0f, 4.0f, -72.0f}, {0.0f, 1.0f, 0.000122f}, {0.002218f, 0.000116f, -0.999997f}, "p28c", 0, {-8.017714f, 8.024393f, -0.001342f, 35.000973f, -8.013667f, 11.021776f} }, + { {200.0f, 17.0f, 75.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p131b1", 0, {-1.0f, 1.0f, -7.0f, 27.0f, -13.0f, 51.999996f} }, + { {482.0f, 17.0f, 6.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p213b2", 0, {-1.0f, 2.0f, -8.0f, 29.0f, -13.0f, 51.999996f} }, + { {-200.0f, 17.0f, -75.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p130b2", 0, {-1.0f, 1.0f, -7.0f, 27.0f, -13.0f, 51.999996f} }, + { {-482.0f, 17.0f, -6.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p241b2", 0, {-1.0f, 2.0f, -8.0f, 29.0f, -13.0f, 51.999996f} }, + { {-62.0f, -256.0f, -53.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p133a1", 0, {-1.0f, 1.0f, -6.0f, 24.0f, -13.0f, 51.999996f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 9242, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 9243, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 9244, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 9245, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 9246, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 9247, 0, + /* Type = ObjectiveDestroyObject; index = 6 */ + _mkword(0, _mkshort(0, 25)), 0, + /* Type = ObjectiveFailCondition; index = 7 */ + _mkword(0, _mkshort(0, 27)), 2048, + /* Type = ObjectiveEnd; index = 8 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 9 */ + _mkword(0, _mkshort(0, 23)), 1, 9248, 0, + /* Type = ObjectiveCompleteCondition; index = 10 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveEnd; index = 11 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Guard; index = 12 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 121), _mkword(8, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = SetGuardAttribute; index = 13 */ + _mkword(0, _mkshort(0, 18)), 0, 0x000000ff, + /* Type = Collectable; index = 14 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Guard; index = 15 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 18), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 16 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 135), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 17 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 128), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 18 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 79), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 19 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 92), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Tag; index = 20 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 21 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10000), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = Drone; index = 22 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 141), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x0000003b, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x000a0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 23 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 142), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000041, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x000a0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Armour; index = 24 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 143), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 25 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 131), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 26 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 138), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 27 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 124), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Tag; index = 28 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0x0001), 0, 0, + /* Type = Door; index = 29 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 1), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 30 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = Door; index = 31 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 2), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 32 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0001), 0, 0, + /* Type = Door; index = 33 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 3), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 34 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = Door; index = 35 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 4), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 36 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = Door; index = 37 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 5), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Aircraft; index = 38 */ + _mkword(588, _mkshort(0, 40)), _mkword(282, 147), 0x10020008, 0x00080000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000421, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 39 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0xffff), 0, 0, + /* Type = Cutscene; index = 40 */ + _mkword(0, _mkshort(0, 46)), -10082, -264079, 57235, 392244, 29281, 146, + /* Type = Tag; index = 41 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0xffff), 0, 0, + /* Type = Cutscene; index = 42 */ + _mkword(0, _mkshort(0, 46)), -34377, -239279, 216636, 34886, 16013, 146, + /* Type = Tag; index = 43 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0xffff), 0, 0, + /* Type = Cutscene; index = 44 */ + _mkword(0, _mkshort(0, 46)), 13810, -206179, 49962, 394045, 330792, 146, + /* Type = Tag; index = 45 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0xffff), 0, 0, + /* Type = Cutscene; index = 46 */ + _mkword(0, _mkshort(0, 46)), 10705, -296979, 76956, 395818, 32026, 146, + /* Type = Tag; index = 47 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0xffff), 0, 0, + /* Type = EndProps; index = 48 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 151, 0, + /* Type = WatchTime; index = 1 */ + _mkword(0, _mkshort(0, 7)), 4, 20, + /* Type = StartWeapon; index = 2 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 3 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = FixedCam; index = 4 */ + _mkword(0, _mkshort(0, 6)), 0xfff822fb, 0x0000f321, 0xfffb103d, 0x00023be8, 0x00000000, 0x00000079, 0x00002422, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 5 */ + _mkword(0, _mkshort(0, 6)), 0x0000601d, 0xfffe3298, 0xfffd8741, 0x0003bdd6, 0x0000742b, 0x0000006a, 0x00002422, 0x00000000, 0x00000000, + /* Type = Cuff; index = 6 */ + _mkword(0, _mkshort(0, 5)), 2, + /* Type = SwirlCam; index = 7 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00b50000, 0x00000000, 0x12430000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00b50000, 0x00000000, 0x12430000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a70000, 0x00000000, 0x0feb0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a30000, 0x00000000, 0x0d930000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00950000, 0xfff98000, 0x0b3b0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00870000, 0xffea0000, 0x08e30000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00790000, 0xffe30000, 0x068b0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x006b0000, 0x00000000, 0x04330000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00800000, 0x00570000, 0x020f0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a50000, 0x00990000, 0x00e80000, 0x00009761, 0x00190000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00ad0000, 0x00850000, 0x001f0000, 0x00009761, 0x001e0000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00430000, 0x003b0000, 0xffaf0000, 0x000065e0, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 19 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00090000, 0x00150000, 0xffd20000, 0x00006c1e, 0x001e0000, 0xffffffff, + /* Type = SwirlCam; index = 20 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 21 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 22 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 23 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 13, -1 }; +s32 path_neighbors_1[] = { 14, -1 }; +s32 path_neighbors_2[] = { 12, -1 }; +s32 path_neighbors_3[] = { 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, 8, -1 }; +s32 path_neighbors_6[] = { 5, 7, -1 }; +s32 path_neighbors_7[] = { 6, 10, -1 }; +s32 path_neighbors_8[] = { 5, 9, -1 }; +s32 path_neighbors_9[] = { 8, 10, -1 }; +s32 path_neighbors_10[] = { 7, 9, 11, -1 }; +s32 path_neighbors_11[] = { 10, 12, 13, 14, -1 }; +s32 path_neighbors_12[] = { 2, 11, 13, 14, -1 }; +s32 path_neighbors_13[] = { 0, 11, 12, 14, -1 }; +s32 path_neighbors_14[] = { 1, 11, 12, 13, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, -1 }; +s32 path_indeces_1[] = { 7, 8, 9, 10, 11, 12, 13, -1 }; +s32 path_indeces_2[] = { 14, 15, 16, 17, 18, 19, 20, -1 }; +s32 path_indeces_3[] = { 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, -1 }; +s32 path_indeces_4[] = { 31, 32, 33, -1 }; +s32 path_indeces_5[] = { 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -1 }; +s32 path_indeces_6[] = { 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, -1 }; +s32 path_indeces_7[] = { 73, 74, 75, 76, 77, 78, 79, 80, 81, -1 }; +s32 path_indeces_8[] = { 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, -1 }; +s32 path_indeces_9[] = { 93, 94, 95, 96, 97, 98, 99, 100, 101, -1 }; +s32 path_indeces_10[] = { 102, 103, 104, 105, 106, 107, 108, 109, 110, -1 }; +s32 path_indeces_11[] = { 111, 112, 113, 114, 115, 116, -1 }; +s32 path_indeces_12[] = { 117, 118, 119, 120, 121, 122, 123, 124, -1 }; +s32 path_indeces_13[] = { 125, 126, 127, 128, 129, 130, 131, 132, -1 }; +s32 path_indeces_14[] = { 133, 134, 135, 136, 137, 138, 139, 140, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, 4, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, 3, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 0, 3, 5, -1 }; +s32 path_table_5[] = { 4, 6, -1 }; +s32 path_table_6[] = { 5, 130, -1 }; +s32 path_table_7[] = { 8, 11, -1 }; +s32 path_table_8[] = { 7, 9, -1 }; +s32 path_table_9[] = { 8, 10, -1 }; +s32 path_table_10[] = { 9, 11, -1 }; +s32 path_table_11[] = { 7, 10, 12, -1 }; +s32 path_table_12[] = { 11, 13, -1 }; +s32 path_table_13[] = { 12, 138, -1 }; +s32 path_table_14[] = { 15, 18, -1 }; +s32 path_table_15[] = { 14, 16, -1 }; +s32 path_table_16[] = { 15, 17, -1 }; +s32 path_table_17[] = { 16, 18, -1 }; +s32 path_table_18[] = { 14, 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 124, -1 }; +s32 path_table_21[] = { 22, 24, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 21, 23, 27, -1 }; +s32 path_table_25[] = { 26, 30, -1 }; +s32 path_table_26[] = { 25, 28, -1 }; +s32 path_table_27[] = { 24, 28, 29, 30, -1 }; +s32 path_table_28[] = { 26, 27, 29, 30, -1 }; +s32 path_table_29[] = { 27, 28, 30, -1 }; +s32 path_table_30[] = { 25, 27, 28, 29, 31, -1 }; +s32 path_table_31[] = { 30, 32, -1 }; +s32 path_table_32[] = { 31, 33, -1 }; +s32 path_table_33[] = { 32, 34, -1 }; +s32 path_table_34[] = { 33, 35, 36, 54, 55, -1 }; +s32 path_table_35[] = { 34, 36, 41, 42, 54, -1 }; +s32 path_table_36[] = { 34, 35, 37, 41, 42, 43, 53, 54, 55, -1 }; +s32 path_table_37[] = { 36, 42, 43, 53, 54, -1 }; +s32 path_table_38[] = { 39, 60, -1 }; +s32 path_table_39[] = { 38, 40, -1 }; +s32 path_table_40[] = { 39, 41, -1 }; +s32 path_table_41[] = { 35, 36, 40, 42, -1 }; +s32 path_table_42[] = { 35, 36, 37, 41, 43, -1 }; +s32 path_table_43[] = { 36, 37, 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 44, 46, -1 }; +s32 path_table_46[] = { 45, 47, -1 }; +s32 path_table_47[] = { 46, 48, -1 }; +s32 path_table_48[] = { 47, 49, 71, -1 }; +s32 path_table_49[] = { 48, 50, -1 }; +s32 path_table_50[] = { 49, 52, -1 }; +s32 path_table_51[] = { 52, 53, -1 }; +s32 path_table_52[] = { 50, 51, -1 }; +s32 path_table_53[] = { 36, 37, 51, 54, -1 }; +s32 path_table_54[] = { 34, 35, 36, 37, 53, 55, -1 }; +s32 path_table_55[] = { 34, 36, 54, 56, -1 }; +s32 path_table_56[] = { 55, 57, -1 }; +s32 path_table_57[] = { 56, 58, -1 }; +s32 path_table_58[] = { 57, 59, -1 }; +s32 path_table_59[] = { 58, 61, -1 }; +s32 path_table_60[] = { 38, 61, -1 }; +s32 path_table_61[] = { 59, 60, 91, -1 }; +s32 path_table_62[] = { 63, 65, 72, -1 }; +s32 path_table_63[] = { 62, 64, 65, 66, 72, -1 }; +s32 path_table_64[] = { 63, 65, 66, 67, -1 }; +s32 path_table_65[] = { 62, 63, 64, 66, 72, -1 }; +s32 path_table_66[] = { 63, 64, 65, -1 }; +s32 path_table_67[] = { 64, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 48, 70, 72, -1 }; +s32 path_table_72[] = { 62, 63, 65, 71, 78, -1 }; +s32 path_table_73[] = { 74, 77, 80, 81, -1 }; +s32 path_table_74[] = { 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, -1 }; +s32 path_table_76[] = { 75, 77, 78, -1 }; +s32 path_table_77[] = { 73, 76, 78, 79, 80, 81, -1 }; +s32 path_table_78[] = { 72, 76, 77, 79, -1 }; +s32 path_table_79[] = { 77, 78, 80, -1 }; +s32 path_table_80[] = { 73, 77, 79, 81, -1 }; +s32 path_table_81[] = { 73, 77, 80, 106, -1 }; +s32 path_table_82[] = { 83, 85, 92, -1 }; +s32 path_table_83[] = { 82, 84, 85, 86, 92, -1 }; +s32 path_table_84[] = { 83, 85, 86, 87, -1 }; +s32 path_table_85[] = { 82, 83, 84, 86, 92, -1 }; +s32 path_table_86[] = { 83, 84, 85, -1 }; +s32 path_table_87[] = { 84, 88, -1 }; +s32 path_table_88[] = { 87, 89, -1 }; +s32 path_table_89[] = { 88, 90, -1 }; +s32 path_table_90[] = { 89, 91, -1 }; +s32 path_table_91[] = { 61, 90, 92, -1 }; +s32 path_table_92[] = { 82, 83, 85, 91, 98, -1 }; +s32 path_table_93[] = { 94, 97, 100, 101, -1 }; +s32 path_table_94[] = { 93, 95, -1 }; +s32 path_table_95[] = { 94, 96, -1 }; +s32 path_table_96[] = { 95, 97, 98, -1 }; +s32 path_table_97[] = { 93, 96, 98, 99, 100, 101, -1 }; +s32 path_table_98[] = { 92, 96, 97, 99, -1 }; +s32 path_table_99[] = { 97, 98, 100, -1 }; +s32 path_table_100[] = { 93, 97, 99, 101, -1 }; +s32 path_table_101[] = { 93, 97, 100, 109, -1 }; +s32 path_table_102[] = { 103, 105, 110, -1 }; +s32 path_table_103[] = { 102, 105, 106, 107, -1 }; +s32 path_table_104[] = { 107, 108, 109, 110, -1 }; +s32 path_table_105[] = { 102, 103, 106, -1 }; +s32 path_table_106[] = { 81, 103, 105, 107, -1 }; +s32 path_table_107[] = { 103, 104, 106, 108, -1 }; +s32 path_table_108[] = { 104, 107, 109, -1 }; +s32 path_table_109[] = { 101, 104, 108, 110, -1 }; +s32 path_table_110[] = { 102, 104, 109, 114, -1 }; +s32 path_table_111[] = { 116, 139, -1 }; +s32 path_table_112[] = { 116, 121, -1 }; +s32 path_table_113[] = { 116, 131, -1 }; +s32 path_table_114[] = { 110, 115, -1 }; +s32 path_table_115[] = { 114, 116, -1 }; +s32 path_table_116[] = { 111, 112, 113, 115, -1 }; +s32 path_table_117[] = { 121, 122, -1 }; +s32 path_table_118[] = { 122, 129, -1 }; +s32 path_table_119[] = { 123, 124, -1 }; +s32 path_table_120[] = { 121, 124, -1 }; +s32 path_table_121[] = { 112, 117, 120, -1 }; +s32 path_table_122[] = { 117, 118, -1 }; +s32 path_table_123[] = { 119, 136, -1 }; +s32 path_table_124[] = { 20, 119, 120, -1 }; +s32 path_table_125[] = { 129, 130, -1 }; +s32 path_table_126[] = { 130, 131, -1 }; +s32 path_table_127[] = { 131, 132, -1 }; +s32 path_table_128[] = { 132, 137, -1 }; +s32 path_table_129[] = { 118, 125, -1 }; +s32 path_table_130[] = { 6, 125, 126, -1 }; +s32 path_table_131[] = { 113, 126, 127, -1 }; +s32 path_table_132[] = { 127, 128, -1 }; +s32 path_table_133[] = { 137, 138, -1 }; +s32 path_table_134[] = { 138, 139, -1 }; +s32 path_table_135[] = { 139, 140, -1 }; +s32 path_table_136[] = { 123, 140, -1 }; +s32 path_table_137[] = { 128, 133, -1 }; +s32 path_table_138[] = { 13, 133, 134, -1 }; +s32 path_table_139[] = { 111, 134, 135, -1 }; +s32 path_table_140[] = { 135, 136, -1 }; + +waypoint pathwaypoints[] = { + { 0x0000008c, &path_table_0, 0x00000000, 0x00000000 }, + { 0x0000008b, &path_table_1, 0x00000000, 0x00000000 }, + { 0x0000008a, &path_table_2, 0x00000000, 0x00000000 }, + { 0x00000089, &path_table_3, 0x00000000, 0x00000000 }, + { 0x00000088, &path_table_4, 0x00000000, 0x00000000 }, + { 0x00000087, &path_table_5, 0x00000000, 0x00000000 }, + { 0x00000086, &path_table_6, 0x00000000, 0x00000000 }, + { 0x00000085, &path_table_7, 0x00000001, 0x00000000 }, + { 0x00000084, &path_table_8, 0x00000001, 0x00000000 }, + { 0x00000083, &path_table_9, 0x00000001, 0x00000000 }, + { 0x00000082, &path_table_10, 0x00000001, 0x00000000 }, + { 0x00000081, &path_table_11, 0x00000001, 0x00000000 }, + { 0x00000080, &path_table_12, 0x00000001, 0x00000000 }, + { 0x0000007f, &path_table_13, 0x00000001, 0x00000000 }, + { 0x0000007e, &path_table_14, 0x00000002, 0x00000000 }, + { 0x0000007d, &path_table_15, 0x00000002, 0x00000000 }, + { 0x0000007c, &path_table_16, 0x00000002, 0x00000000 }, + { 0x0000007b, &path_table_17, 0x00000002, 0x00000000 }, + { 0x0000007a, &path_table_18, 0x00000002, 0x00000000 }, + { 0x00000079, &path_table_19, 0x00000002, 0x00000000 }, + { 0x00000078, &path_table_20, 0x00000002, 0x00000000 }, + { 0x00000077, &path_table_21, 0x00000003, 0x00000000 }, + { 0x00000076, &path_table_22, 0x00000003, 0x00000000 }, + { 0x00000075, &path_table_23, 0x00000003, 0x00000000 }, + { 0x00000074, &path_table_24, 0x00000003, 0x00000000 }, + { 0x00000073, &path_table_25, 0x00000003, 0x00000000 }, + { 0x00000072, &path_table_26, 0x00000003, 0x00000000 }, + { 0x00000071, &path_table_27, 0x00000003, 0x00000000 }, + { 0x00000070, &path_table_28, 0x00000003, 0x00000000 }, + { 0x0000006f, &path_table_29, 0x00000003, 0x00000000 }, + { 0x0000006e, &path_table_30, 0x00000003, 0x00000000 }, + { 0x0000006d, &path_table_31, 0x00000004, 0x00000000 }, + { 0x0000006c, &path_table_32, 0x00000004, 0x00000000 }, + { 0x0000006b, &path_table_33, 0x00000004, 0x00000000 }, + { 0x0000006a, &path_table_34, 0x00000005, 0x00000000 }, + { 0x00000069, &path_table_35, 0x00000005, 0x00000000 }, + { 0x00000068, &path_table_36, 0x00000005, 0x00000000 }, + { 0x00000067, &path_table_37, 0x00000005, 0x00000000 }, + { 0x00000066, &path_table_38, 0x00000005, 0x00000000 }, + { 0x00000065, &path_table_39, 0x00000005, 0x00000000 }, + { 0x00000064, &path_table_40, 0x00000005, 0x00000000 }, + { 0x00000063, &path_table_41, 0x00000005, 0x00000000 }, + { 0x00000062, &path_table_42, 0x00000005, 0x00000000 }, + { 0x00000061, &path_table_43, 0x00000005, 0x00000000 }, + { 0x00000060, &path_table_44, 0x00000005, 0x00000000 }, + { 0x0000005f, &path_table_45, 0x00000005, 0x00000000 }, + { 0x0000005e, &path_table_46, 0x00000005, 0x00000000 }, + { 0x0000005d, &path_table_47, 0x00000005, 0x00000000 }, + { 0x0000005c, &path_table_48, 0x00000005, 0x00000000 }, + { 0x0000005b, &path_table_49, 0x00000005, 0x00000000 }, + { 0x0000005a, &path_table_50, 0x00000005, 0x00000000 }, + { 0x00000059, &path_table_51, 0x00000005, 0x00000000 }, + { 0x00000058, &path_table_52, 0x00000005, 0x00000000 }, + { 0x00000057, &path_table_53, 0x00000005, 0x00000000 }, + { 0x00000056, &path_table_54, 0x00000005, 0x00000000 }, + { 0x00000055, &path_table_55, 0x00000005, 0x00000000 }, + { 0x00000054, &path_table_56, 0x00000005, 0x00000000 }, + { 0x00000053, &path_table_57, 0x00000005, 0x00000000 }, + { 0x00000052, &path_table_58, 0x00000005, 0x00000000 }, + { 0x00000051, &path_table_59, 0x00000005, 0x00000000 }, + { 0x00000050, &path_table_60, 0x00000005, 0x00000000 }, + { 0x0000004f, &path_table_61, 0x00000005, 0x00000000 }, + { 0x0000004e, &path_table_62, 0x00000006, 0x00000000 }, + { 0x0000004d, &path_table_63, 0x00000006, 0x00000000 }, + { 0x0000004c, &path_table_64, 0x00000006, 0x00000000 }, + { 0x0000004b, &path_table_65, 0x00000006, 0x00000000 }, + { 0x0000004a, &path_table_66, 0x00000006, 0x00000000 }, + { 0x00000049, &path_table_67, 0x00000006, 0x00000000 }, + { 0x00000048, &path_table_68, 0x00000006, 0x00000000 }, + { 0x00000047, &path_table_69, 0x00000006, 0x00000000 }, + { 0x00000046, &path_table_70, 0x00000006, 0x00000000 }, + { 0x00000045, &path_table_71, 0x00000006, 0x00000000 }, + { 0x00000044, &path_table_72, 0x00000006, 0x00000000 }, + { 0x00000043, &path_table_73, 0x00000007, 0x00000000 }, + { 0x00000042, &path_table_74, 0x00000007, 0x00000000 }, + { 0x00000041, &path_table_75, 0x00000007, 0x00000000 }, + { 0x00000040, &path_table_76, 0x00000007, 0x00000000 }, + { 0x0000003f, &path_table_77, 0x00000007, 0x00000000 }, + { 0x0000003e, &path_table_78, 0x00000007, 0x00000000 }, + { 0x0000003d, &path_table_79, 0x00000007, 0x00000000 }, + { 0x0000003c, &path_table_80, 0x00000007, 0x00000000 }, + { 0x0000003b, &path_table_81, 0x00000007, 0x00000000 }, + { 0x0000003a, &path_table_82, 0x00000008, 0x00000000 }, + { 0x00000039, &path_table_83, 0x00000008, 0x00000000 }, + { 0x00000038, &path_table_84, 0x00000008, 0x00000000 }, + { 0x00000037, &path_table_85, 0x00000008, 0x00000000 }, + { 0x00000036, &path_table_86, 0x00000008, 0x00000000 }, + { 0x00000035, &path_table_87, 0x00000008, 0x00000000 }, + { 0x00000034, &path_table_88, 0x00000008, 0x00000000 }, + { 0x00000033, &path_table_89, 0x00000008, 0x00000000 }, + { 0x00000032, &path_table_90, 0x00000008, 0x00000000 }, + { 0x00000031, &path_table_91, 0x00000008, 0x00000000 }, + { 0x00000030, &path_table_92, 0x00000008, 0x00000000 }, + { 0x0000002f, &path_table_93, 0x00000009, 0x00000000 }, + { 0x0000002e, &path_table_94, 0x00000009, 0x00000000 }, + { 0x0000002d, &path_table_95, 0x00000009, 0x00000000 }, + { 0x0000002c, &path_table_96, 0x00000009, 0x00000000 }, + { 0x0000002b, &path_table_97, 0x00000009, 0x00000000 }, + { 0x0000002a, &path_table_98, 0x00000009, 0x00000000 }, + { 0x00000029, &path_table_99, 0x00000009, 0x00000000 }, + { 0x00000028, &path_table_100, 0x00000009, 0x00000000 }, + { 0x00000027, &path_table_101, 0x00000009, 0x00000000 }, + { 0x00000026, &path_table_102, 0x0000000a, 0x00000000 }, + { 0x00000025, &path_table_103, 0x0000000a, 0x00000000 }, + { 0x00000024, &path_table_104, 0x0000000a, 0x00000000 }, + { 0x00000023, &path_table_105, 0x0000000a, 0x00000000 }, + { 0x00000022, &path_table_106, 0x0000000a, 0x00000000 }, + { 0x00000021, &path_table_107, 0x0000000a, 0x00000000 }, + { 0x00000020, &path_table_108, 0x0000000a, 0x00000000 }, + { 0x0000001f, &path_table_109, 0x0000000a, 0x00000000 }, + { 0x0000001e, &path_table_110, 0x0000000a, 0x00000000 }, + { 0x0000001d, &path_table_111, 0x0000000b, 0x00000000 }, + { 0x0000001c, &path_table_112, 0x0000000b, 0x00000000 }, + { 0x0000001b, &path_table_113, 0x0000000b, 0x00000000 }, + { 0x0000001a, &path_table_114, 0x0000000b, 0x00000000 }, + { 0x00000019, &path_table_115, 0x0000000b, 0x00000000 }, + { 0x00000018, &path_table_116, 0x0000000b, 0x00000000 }, + { 0x00000017, &path_table_117, 0x0000000c, 0x00000000 }, + { 0x00000016, &path_table_118, 0x0000000c, 0x00000000 }, + { 0x00000015, &path_table_119, 0x0000000c, 0x00000000 }, + { 0x00000014, &path_table_120, 0x0000000c, 0x00000000 }, + { 0x00000013, &path_table_121, 0x0000000c, 0x00000000 }, + { 0x00000012, &path_table_122, 0x0000000c, 0x00000000 }, + { 0x00000011, &path_table_123, 0x0000000c, 0x00000000 }, + { 0x00000010, &path_table_124, 0x0000000c, 0x00000000 }, + { 0x0000000f, &path_table_125, 0x0000000d, 0x00000000 }, + { 0x0000000e, &path_table_126, 0x0000000d, 0x00000000 }, + { 0x0000000d, &path_table_127, 0x0000000d, 0x00000000 }, + { 0x0000000c, &path_table_128, 0x0000000d, 0x00000000 }, + { 0x0000000b, &path_table_129, 0x0000000d, 0x00000000 }, + { 0x0000000a, &path_table_130, 0x0000000d, 0x00000000 }, + { 0x00000009, &path_table_131, 0x0000000d, 0x00000000 }, + { 0x00000008, &path_table_132, 0x0000000d, 0x00000000 }, + { 0x00000007, &path_table_133, 0x0000000e, 0x00000000 }, + { 0x00000006, &path_table_134, 0x0000000e, 0x00000000 }, + { 0x00000005, &path_table_135, 0x0000000e, 0x00000000 }, + { 0x00000004, &path_table_136, 0x0000000e, 0x00000000 }, + { 0x00000003, &path_table_137, 0x0000000e, 0x00000000 }, + { 0x00000002, &path_table_138, 0x0000000e, 0x00000000 }, + { 0x00000001, &path_table_139, 0x0000000e, 0x00000000 }, + { 0x00000000, &path_table_140, 0x0000000e, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_34[] = { 0xad68656c, 0x6c6f0002, 0x350234ae, 0xad210a00, 0x03310129, 0x00330229, 0x33358029, 0xf329bd04, 0xff008304, 0x02000000, 0x01330229, 0xf333bd04, 0xff004f04, 0x02000000, 0x01290233, 0x02290331, 0x02290033, 0x02293335, 0x8029f329, 0xbd04ff00, 0x8a040300, 0x00000133, 0x0229f333, 0xbd04ff00, 0x08040300, 0x00000129, 0x02330229, 0x03310329, 0x00330229, 0x33358029, 0xf329bd04, 0xff001204, 0x04000000, 0x01330229, 0xf333bd04, 0xff005c04, 0x04000000, 0x01290233, 0x02290331, 0x04290033, 0x02293335, 0x8029f329, 0xbd04ff00, 0x3e040500, 0x00000133, 0x0229f333, 0xbd04ff00, 0x00040500, 0x00000129, 0x02330229, 0x03310529, 0x00330229, 0x33358029, 0xf329bd04, 0xff006e04, 0x06000000, 0x01060229, 0xf333bd04, 0xff007d04, 0x06000000, 0x01060233, 0x020603b4, 0x0002d029, 0x01060229, 0x01340400 }; +u32 ai_1[] = { 0x8e01ad68, 0x310a0005, 0xfd040104 }; +u32 ai_2[] = { 0x8e02ad68, 0x320a0005, 0xfd040104 }; +u32 ai_3[] = { 0x8e03ad68, 0x330a0005, 0xfd040104 }; +u32 ai_4[] = { 0x8e04ad68, 0x340a0005, 0xfd040104 }; +u32 ai_5[] = { 0x8e05ad68, 0x350a0005, 0xfd040104 }; +u32 ai_0[] = { 0x02293335, 0xa0363550, 0x338f0028, 0x90001491, 0x3293328d, 0xbfbf00c3, 0x09000000, 0x00290229, 0xc000dc00, 0x00000006, 0x00060233, 0x8f002890, 0x0014913c, 0x933cbf00, 0xc3098000, 0x00002902, 0x29c000de, 0x00000000, 0x290229bf, 0x00c30990, 0x00000006, 0x00060236, 0x8f002890, 0x00149150, 0x9350c000, 0xdd000000, 0x00290229, 0xbf00c309, 0x80000000, 0x290229bf, 0x00c30990, 0x00000006, 0x020605fd, 0x04070400 }; +u32 ai_6[] = { 0x02372807, 0x0207034c, 0x01c2333c, 0x3802332f, 0x39010702, 0x383c2900, 0x06023903, 0x01370229, 0x023a3335, 0x0a291a06, 0x02293532, 0x290e0602, 0x29356429, 0x11060229, 0x35962912, 0x06022935, 0xc8291400, 0x01000006, 0x02291500, 0x01000006, 0x0206032f, 0x29010602, 0x293c2900, 0x07020703, 0x01370229, 0x03013a04 }; +u32 ai_7[] = { 0x9000148f, 0x00aa9164, 0x93649264, 0x9d000002, 0x009d0000, 0x08009d00, 0x000010ab, 0x00900203, 0x1c232802, 0x07034dfd, 0x000a2328, 0x292f2901, 0x0702294d, 0xfd001e23, 0x28290103, 0x02299a00, 0x0004009d, 0x00080000, 0x05fd0413, 0x04000000 }; +u32 ai_41[] = { 0x0207039c, 0x00800000, 0x29010702, 0x299b0080, 0x00009c00, 0x00100029, 0xc3240d9a, 0x00001000, 0x01070229, 0x9c000020, 0x0029c324, 0x0e9a0000, 0x20000107, 0x02299c00, 0x00400029, 0xc3240f9a, 0x00004000, 0x01070229, 0x9c000080, 0x0029c324, 0x109a0000, 0x80000107, 0x02299c00, 0x01000029, 0xc324119a, 0x00010000, 0x01070229, 0x9c000200, 0x0029c324, 0x129a0002, 0x00000107, 0x02299c00, 0x04000029, 0xc324139a, 0x00040000, 0x01070229, 0x9c000800, 0x0029c324, 0x149a0008, 0x00000107, 0x02290107, 0x04000000 }; +u32 ai_18[] = { 0xad547374, 0x616e640a, 0x009b0200, 0x00009b01, 0x0000009e, 0x00000010, 0xad2d3e64, 0x616d6167, 0x65206f6e, 0x28737461, 0x6e64290a, 0x007efd29, 0x02290203, 0x14002100, 0x00290229, 0x0207f8fd, 0x29022903, 0x4b005006, 0x7efd2a3c, 0x089c0100, 0x00002900, 0x33022996, 0x04069a04, 0x00000002, 0x339f0000, 0x00102900, 0x33022946, 0x29f8fd29, 0x00330229, 0x9604069a, 0x04000000, 0x02330107, 0x02089f00, 0x00001029, 0x00330229, 0x33353233, 0x1a090233, 0x16000100, 0x00090209, 0x33353c0a, 0x9a020000, 0x00020af8, 0xfd290229, 0x034b0050, 0x067efd2a, 0x9c010000, 0x00290033, 0x02299604, 0x069a0400, 0x00000233, 0x9f000000, 0x10290033, 0x02294629, 0xf8fd2900, 0x3302299c, 0x02000000, 0x4c003302, 0x4c960406, 0x9a040000, 0x0002332f, 0x29010a02, 0x29010302, 0x2a9d0000, 0x0010ad3c, 0x2d64616d, 0x61676520, 0x6f666628, 0x7374616e, 0x64290a00, 0x9a008000, 0x0033353c, 0x339a0100, 0x00000233, 0x01030206, 0x05fd0411, 0x04000000 }; +u32 ai_16[] = { 0xad547275, 0x6e0a007d, 0xfd5a2905, 0xfd041002, 0x29ae9502, 0x95049508, 0x95100203, 0x1f232802, 0x07037efd, 0x2a960233, 0xb400003c, 0x08023396, 0x08330233, 0x961033b4, 0x0002580a, 0x02334dfd, 0x000a2328, 0x062f0601, 0x07020605, 0xfd041302, 0x089402ad, 0x6772656e, 0x61646521, 0x0a003335, 0x50291b00, 0xc41a2902, 0x29010702, 0x099408ad, 0x6772656e, 0x61646521, 0x0a003335, 0x50291b00, 0xc41a2902, 0x29010702, 0x0a9410ad, 0x77616c6b, 0x20617474, 0x61636b0a, 0x003c2901, 0x0702297f, 0x33290107, 0x0229c324, 0x19022901, 0x03022a9d, 0x00000010, 0xad3c2d64, 0x616d6167, 0x65206f66, 0x66287275, 0x6e290a00, 0x9a008000, 0x00010304 }; +u32 ai_20[] = { 0x1e007402, 0x08032f29, 0x01080229, 0x05fd0417, 0x04000000 }; +u32 ai_22[] = { 0x1c007602, 0x09032f29, 0x01090229, 0x020a0355, 0x00742901, 0x0a022902, 0x0b035200, 0x46007429, 0x010b0229, 0x05fd0418, 0x04000000 }; +u32 ai_21[] = { 0x0a006aff, 0xffffff06, 0x00030207, 0x0a006aff, 0xffffff44, 0x00020803, 0x46293c29, 0x2f090108, 0x02090107, 0x0229c324, 0x160a006b, 0xffffffff, 0x8610ae02, 0x0a03b400, 0x00782901, 0x0a022955, 0x00742905, 0xfd041502, 0x2905fd04, 0x17040000 }; +u32 ai_15[] = { 0xad54480a, 0x009d0000, 0x0010ad3c, 0x2d64616d, 0x61676520, 0x6f666628, 0x48290a00, 0xc32415f4, 0x0000ff1f, 0x00969164, 0x92649364, 0x0204032f, 0x29010402, 0x29550073, 0x29550074, 0x29550094, 0x2955006d, 0x29000302, 0x2905fd04, 0x150203d9, 0xfd009629, 0x05fd0415, 0x0229ad62, 0x61636b0a, 0x0005fd04, 0x16040000 }; +u32 ai_19[] = { 0xad54210a, 0x00140021, 0x00000402, 0x04030104, 0x04000000 }; +u32 ai_17[] = { 0xad547768, 0x6572650a, 0x009d0000, 0x02000203, 0x031f005c, 0x01030400 }; +u32 ai_8[] = { 0xad54410a, 0x00020403, 0x53003200, 0x3b290247, 0xac00005c, 0x97000405, 0xfd040e02, 0x29530032, 0x003e2902, 0x4833353c, 0x2aac0000, 0x91970004, 0x05fd040a, 0x022a3578, 0x2a9b0800, 0x0000ac00, 0x00019700, 0x0405fd04, 0x0b022a35, 0xb42a9b08, 0x000000ac, 0x00000997, 0x000405fd, 0x040c022a, 0x9b080000, 0x00ac0000, 0x13970004, 0x05fd040d, 0x02299c04, 0x00000041, 0x01040241, 0x9b040000, 0x00550022, 0x42550045, 0x4355005b, 0x43333532, 0x43024201, 0x47024301, 0x48040000 }; +u32 ai_9[] = { 0xad54420a, 0x00020403, 0x53003200, 0x27290247, 0xac00004f, 0x97000405, 0xfd040f02, 0x29530032, 0x002a2902, 0x4833353c, 0x2aac0000, 0x90970004, 0x05fd0409, 0x022a3578, 0x2a9b0800, 0x0000ac00, 0x00019700, 0x0405fd04, 0x0b022a35, 0xb42a9b08, 0x000000ac, 0x00000997, 0x000405fd, 0x040c022a, 0x9b080000, 0x00ac0000, 0x13970004, 0x05fd040d, 0x02299c04, 0x00000041, 0x01040241, 0x9b040000, 0x0055001f, 0x42550031, 0x43550050, 0x43333532, 0x43024201, 0x47024301, 0x48040000 }; +u32 ai_10[] = { 0xad54430a, 0x00020403, 0x53003200, 0x04290247, 0x3335782a, 0xac000090, 0x97000405, 0xfd040902, 0x2aac0000, 0x91970004, 0x05fd040a, 0x02295300, 0x32000729, 0x02483335, 0x782aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0229, 0x53003200, 0x1d290249, 0x3335c83f, 0x9c080000, 0x003e023f, 0x3335782a, 0x9a080000, 0x00ac0000, 0x13970004, 0x05fd040d, 0x022a9a08, 0x000000ac, 0x00000997, 0x000405fd, 0x040c023e, 0x01470229, 0x9c040000, 0x00410104, 0x02419b04, 0x00000055, 0x00184255, 0x001d4255, 0x00114355, 0x00134355, 0x001c4355, 0x00034455, 0x00094455, 0x001b4433, 0x357f4502, 0x42014902, 0x43333555, 0x2a9a0800, 0x0000ac00, 0x00099700, 0x0405fd04, 0x0c022a35, 0xaa2aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0244, 0x3335552a, 0x9a080000, 0x00ac0000, 0x13970004, 0x05fd040d, 0x022a35aa, 0x2aac0000, 0x90970004, 0x05fd0409, 0x022aac00, 0x00919700, 0x0405fd04, 0x0a024501, 0x47040000 }; +u32 ai_11[] = { 0xad54440a, 0x00020403, 0x53003200, 0x0c290247, 0x3335782a, 0xac000090, 0x97000405, 0xfd040902, 0x2aac0000, 0x91970004, 0x05fd040a, 0x02295300, 0x32000f29, 0x02483335, 0x782aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0229, 0x53003200, 0x1b290249, 0x3335c83f, 0x9c080000, 0x003e023f, 0x3335782a, 0x9a080000, 0x00ac0000, 0x01970004, 0x05fd040b, 0x022a9a08, 0x000000ac, 0x00001397, 0x000405fd, 0x040d023e, 0x01470229, 0x9c040000, 0x00410104, 0x02419b04, 0x00000055, 0x00094255, 0x001b4255, 0x00034355, 0x00014355, 0x001d4355, 0x000b4455, 0x00134455, 0x001c4433, 0x357f4502, 0x42014902, 0x43333555, 0x2a9a0800, 0x0000ac00, 0x00139700, 0x0405fd04, 0x0c022a35, 0xaa2aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0244, 0x3335552a, 0x9a080000, 0x00ac0000, 0x01970004, 0x05fd040d, 0x022a35aa, 0x2aac0000, 0x90970004, 0x05fd0409, 0x022aac00, 0x00919700, 0x0405fd04, 0x0a024501, 0x47040000 }; +u32 ai_12[] = { 0xad54450a, 0x00020403, 0x53003200, 0x16290247, 0x3335782a, 0xac000090, 0x97000405, 0xfd040902, 0x2aac0000, 0x91970004, 0x05fd040a, 0x02295300, 0x32001529, 0x02483335, 0x782aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0229, 0x53003200, 0x1c290249, 0x3335c83f, 0x9c080000, 0x003e023f, 0x3335782a, 0x9a080000, 0x00ac0000, 0x01970004, 0x05fd040b, 0x022a9a08, 0x000000ac, 0x00000997, 0x000405fd, 0x040c023e, 0x01470229, 0x9c040000, 0x00410104, 0x02419b04, 0x00000055, 0x00134255, 0x001c4255, 0x000b4355, 0x00094355, 0x001b4355, 0x00114455, 0x00014455, 0x001d4433, 0x357f4502, 0x42014902, 0x43333555, 0x2a9a0800, 0x0000ac00, 0x00019700, 0x0405fd04, 0x0c022a35, 0xaa2aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0244, 0x3335552a, 0x9a080000, 0x00ac0000, 0x09970004, 0x05fd040d, 0x022a35aa, 0x2aac0000, 0x90970004, 0x05fd0409, 0x022aac00, 0x00919700, 0x0405fd04, 0x0a024501, 0x47040000 }; +u32 ai_13[] = { 0xad54460a, 0x00020403, 0x53003200, 0x45290247, 0xac000091, 0x97000405, 0xfd040a02, 0x29530032, 0x00592902, 0x48ac0000, 0x90970004, 0x05fd0409, 0x02295300, 0x32006029, 0x0249ac00, 0x00909700, 0x0405fd04, 0x0902299c, 0x04000000, 0x41010402, 0x419b0400, 0x00005500, 0x44425500, 0x3e425500, 0x60435500, 0x61435500, 0x64435500, 0x50433335, 0x7f440147, 0x02420147, 0x02430148, 0x02440148, 0x04000000 }; +u32 ai_14[] = { 0xad54470a, 0x00020403, 0x53003200, 0x31290247, 0xac000090, 0x97000405, 0xfd040902, 0x29530032, 0x00542902, 0x48ac0000, 0x91970004, 0x05fd040a, 0x02295300, 0x32006429, 0x0249ac00, 0x00919700, 0x0405fd04, 0x0a02299c, 0x04000000, 0x41010402, 0x419b0400, 0x00005500, 0x31425500, 0x2a425500, 0x64435500, 0x63435500, 0x60435500, 0x5d433335, 0x7f440147, 0x02420147, 0x02430148, 0x02440148, 0x04000000 }; +u32 ai_35[] = { 0x0204035b, 0x0029002a, 0x02299c00, 0x00040029, 0x01040229, 0xc32406ae, 0x0207035b, 0x0029002a, 0x0229b400, 0x012c2901, 0x070229c3, 0x2407c400, 0xa100b700, 0xb4b9b502, 0x0b035b00, 0x29002a02, 0x29bb003c, 0x29010b02, 0x29020803, 0x5b002900, 0x2a0229bb, 0x000f2901, 0x080229c3, 0x24090209, 0x035b0029, 0x002a0229, 0xbb000029, 0x01090229, 0x9a000008, 0x00c3240a, 0xc900f500, 0xb6b8020a, 0x03010a02, 0x2ac900c3, 0x24089a00, 0x000200f5, 0x00b6b802, 0x06030106, 0x04000000 }; +u32 ai_36[] = { 0x02040331, 0x00290104, 0x02299a00, 0x00010002, 0x06030106, 0x04000000 }; +u32 ai_37[] = { 0x02040229, 0x05fd0409, 0x04000000 }; +u32 ai_23[] = { 0x9e000000, 0x109d0000, 0x80000203, 0x3c292807, 0x02070354, 0xfd009431, 0x30fd303c, 0x29010702, 0x29333540, 0x29110602, 0x2933357f, 0x29140001, 0x00000602, 0x29150001, 0x00000602, 0x060354fd, 0x00943130, 0xfd302f29, 0x01060229, 0x01030231, 0x9a100000, 0x009d0000, 0x40002202, 0x3003c324, 0x17ae020b, 0x0354fd00, 0x94310033, 0x02319a10, 0x00000002, 0x33b40000, 0x7829010b, 0x0229c324, 0x18020c03, 0x54fd0094, 0x31003302, 0x319a1000, 0x00000233, 0x010c0400 }; +u32 ai_24[] = { 0xd9fd0092, 0x290229e0, 0xfd00e0fd, 0x019d0000, 0x2000db0a, 0x00b30002, 0xffff0610, 0x0a00b300, 0x02ffff06, 0x109a8000, 0x0000ae02, 0x07039d00, 0x001000b4, 0x00012229, 0x01070229, 0xda020803, 0xdc290108, 0x0229d502, 0x00020000, 0xd9fd0092, 0x290229db, 0x0a00b300, 0x02ffff06, 0x100a00b3, 0x0002ffff, 0x06109a40, 0x000000ae, 0x0209039d, 0x00001000, 0xb4000122, 0x29010902, 0x29da020a, 0x03dc2901, 0x0a022902, 0x06d20301, 0x06040000 }; +u32 ai_25[] = { 0xd9fd0092, 0x2902290a, 0x00b4ffff, 0xffff0610, 0x039d0000, 0x1000d9fd, 0x00942902, 0x299d0000, 0x2000dbae, 0x0207039e, 0x00001000, 0x9e000000, 0x01b40000, 0x3c290107, 0x0229da02, 0x0803dc29, 0x01080229, 0xd5030002, 0x0000d9fd, 0x00922902, 0x290a00b4, 0xffffffff, 0x06100303, 0x9d000010, 0x00d9fd00, 0x94290229, 0xdbae0209, 0x039e0000, 0x10009e00, 0x000001b4, 0x00005a29, 0x01090229, 0xda020a03, 0xdc29010a, 0x02299a20, 0x00000002, 0x06030106, 0x04000000 }; +u32 ai_26[] = { 0xd9fd0095, 0x29022908, 0x02060301, 0x06040000 }; +u32 ai_39[] = { 0x02030355, 0x00922955, 0x00933001, 0x03022931, 0x00290103, 0x02299601, 0x299401ae, 0x0229b400, 0x003c2901, 0x0302299c, 0x10000000, 0x2905fd04, 0x20022905, 0xfd041d02, 0x30d6f60a, 0x29010302, 0x29d70002, 0x07035500, 0x9329d801, 0x030229d6, 0xf01a2901, 0x07022905, 0xfd041c04 }; +u32 ai_30[] = { 0xeb3decd7, 0x00e300dd, 0xeaed0303, 0x03d50100, 0x010000a1, 0xf8000004, 0x00a0f818, 0x00000005, 0xf8041905, 0xfd000102, 0x3d05fd00, 0x01040000 }; +u32 ai_31[] = { 0xeb3decd7, 0x00e300da, 0x020703dc, 0x29010702, 0x2905fd04, 0x1f023d05, 0xfd000104 }; +u32 ai_27[] = { 0xeb3decd7, 0x00e300f9, 0xda020703, 0xdc290107, 0x0229ddea, 0xed030303, 0xd5040002, 0x000005f8, 0x041a3000, 0x29310029, 0x54000074, 0x0a002902, 0x0aa10000, 0x00040005, 0x00041b02, 0x29020803, 0x9c200000, 0x00290108, 0x0229d205, 0xfd000102, 0x3d05fd00, 0x01040000 }; +u32 ai_29[] = { 0x8e000206, 0x03010604 }; +u32 ai_28[] = { 0xeb3decd7, 0x00da0207, 0x03dc2901, 0x07022931, 0x00300029, 0x0230bd08, 0xff009204, 0x1e000000, 0x10290229, 0x03033100, 0x30002902, 0x3005fd04, 0x1f0229dd, 0xeaed0303, 0x03d50400, 0x020000a1, 0x00000004, 0x00050004, 0x1a550074, 0x0a550094, 0x0aa0f800, 0x00040000, 0x29020a05, 0xf8041b02, 0x29020803, 0x9c200000, 0x00290108, 0x022905fd, 0x041f023d, 0x05fd0001, 0x04000000 }; +u32 ai_32[] = { 0xcd026c00, 0x000a0000, 0xffff0002, 0x06100207, 0x039c8000, 0x00002901, 0x070229a7, 0x05000800, 0x000a0000, 0x0002ffff, 0x06100208, 0x039c4000, 0x00002901, 0x08022965, 0x0500930a, 0x00000002, 0xffff0610, 0x0a000000, 0x02ffff06, 0x10020603, 0x01060400 }; +u32 ai_33[] = { 0xae0a0063, 0x00000001, 0x06100207, 0x03b40000, 0x14290107, 0x02290a00, 0x630001ff, 0xff061002, 0x06030106, 0x04000000 }; +u32 ai_38[] = { 0x020703cf, 0x29010702, 0x2905f804, 0x22020603, 0x01060400 }; +u32 ai_40[] = { 0x0203034e, 0x00003c27, 0x11296806, 0x0a296606, 0x02294e00, 0x003c2712, 0x2968070a, 0x29660702, 0x294e0000, 0x3c271329, 0x68080a29, 0x66080229, 0x4e00003c, 0x27142968, 0x090a2966, 0x0902294e, 0x00001427, 0x1529680a, 0x0a29660a, 0x02290103, 0x04000000 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x0000041b }, + /* index = 27 */ + { &ai_27, 0x0000041c }, + /* index = 28 */ + { &ai_28, 0x0000041d }, + /* index = 29 */ + { &ai_29, 0x0000041e }, + /* index = 30 */ + { &ai_30, 0x0000041f }, + /* index = 31 */ + { &ai_31, 0x00000420 }, + /* index = 32 */ + { &ai_32, 0x00000421 }, + /* index = 33 */ + { &ai_33, 0x00000422 }, + /* index = 34 */ + { &ai_34, 0x00001000 }, + /* index = 35 */ + { &ai_35, 0x00001001 }, + /* index = 36 */ + { &ai_36, 0x00001002 }, + /* index = 37 */ + { &ai_37, 0x00001003 }, + /* index = 38 */ + { &ai_38, 0x00001004 }, + /* index = 39 */ + { &ai_39, 0x00001005 }, + /* index = 40 */ + { &ai_40, 0x00001006 }, + /* index = 41 */ + { &ai_41, 0x00001007 }, + /* index = 42 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/j/UsetupdestZ.c b/assets/obseg/setup/j/UsetupdestZ.c new file mode 100644 index 0000000..8bc1581 --- /dev/null +++ b/assets/obseg/setup/j/UsetupdestZ.c @@ -0,0 +1,1342 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:21 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +char *pad3dnames[]; +waypoint pathwaypoints[]; +char *padnames[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupdestZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + &padnames, + &pad3dnames +}; + +PadRecord padlist[] = { + { {-123.0f, 372.0f, -155.0f}, {0.0f, 1.0f, 0.0f}, {0.707148f, 0.0f, 0.707066f}, "p522a", 0 }, + { {14.0f, 372.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-0.258817f, 0.0f, -0.965926f}, "p494a", 0 }, + { {92.0f, 372.0f, -165.0f}, {0.0f, 1.0f, 0.0f}, {-0.866798f, 0.0f, 0.49866f}, "p482a", 0 }, + { {97.0f, 370.0f, -335.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1042b", 0 }, + { {-69.0f, 370.0f, -284.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1049b", 0 }, + { {-109.0f, 370.0f, -322.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2b", 0 }, + { {-120.0f, 370.0f, -985.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1474c", 0 }, + { {-229.0f, 370.0f, -1395.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1443c", 0 }, + { {-261.0f, 370.0f, -1504.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1455c", 0 }, + { {-149.0f, 370.0f, -1084.0f}, {0.0f, 1.0f, 0.0f}, {-0.272537f, 0.0f, -0.962145f}, "p1482c", 0 }, + { {151.0f, 370.0f, -1108.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1480c", 0 }, + { {266.0f, 370.0f, -994.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1504c", 0 }, + { {243.0f, 370.0f, -1539.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1489c", 0 }, + { {-101.0f, 370.0f, -607.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p0b", 0 }, + { {32.0f, 370.0f, -685.0f}, {0.0f, 1.0f, 0.0f}, {-0.913545f, 0.0f, -0.406738f}, "p1074b", 0 }, + { {99.0f, 388.0f, -1492.0f}, {0.0f, 1.0f, 0.0f}, {0.393217f, 0.0f, 0.919446f}, "p1465c", 0 }, + { {137.0f, 370.0f, -1389.0f}, {0.0f, 1.0f, 0.0f}, {-0.933123f, 0.0f, -0.359557f}, "p1461c", 0 }, + { {118.0f, 57.0f, -1517.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p11e", 0 }, + { {-1.0f, 57.0f, -1574.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p28e", 0 }, + { {-271.0f, 57.0f, -1586.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p16e", 0 }, + { {-166.0f, 57.0f, -1200.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p46e", 0 }, + { {-155.0f, 57.0f, -1290.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p48e1", 0 }, + { {224.0f, 57.0f, -991.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707108f}, "p74e1", 0 }, + { {271.0f, 57.0f, -1488.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p65e", 0 }, + { {188.0f, 57.0f, -1468.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p62e", 0 }, + { {88.0f, -93.0f, -1659.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p8g", 0 }, + { {-15.0f, 57.0f, -1883.0f}, {0.0f, 1.0f, 0.0f}, {-0.933581f, 0.0f, 0.358367f}, "p430g1", 0 }, + { {-134.0f, 57.0f, -1647.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p428g2", 0 }, + { {-189.0f, -93.0f, -2321.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p39g", 0 }, + { {193.0f, -93.0f, -2227.0f}, {0.0f, 1.0f, 0.0f}, {-0.866125f, 0.0f, -0.499828f}, "p20g", 0 }, + { {-167.0f, 207.0f, -981.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1766d2", 0 }, + { {-224.0f, 207.0f, -1138.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p47d2", 0 }, + { {97.0f, 207.0f, -1191.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p55d1", 0 }, + { {70.0f, 207.0f, -1088.0f}, {0.0f, 1.0f, 0.0f}, {-0.866025f, 0.0f, -0.500001f}, "p1907d2", 0 }, + { {-155.0f, 207.0f, -1349.0f}, {0.0f, 1.0f, 0.0f}, {0.499999f, 0.0f, 0.866026f}, "p73d", 0 }, + { {70.0f, 207.0f, -1592.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p33d", 0 }, + { {-267.0f, 207.0f, -1562.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p39d1", 0 }, + { {266.0f, 207.0f, -1409.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p23d", 0 }, + { {271.0f, 207.0f, -1584.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p22d", 0 }, + { {190.0f, 207.0f, -1534.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1817d", 0 }, + { {145.0f, 207.0f, -1742.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p18d", 0 }, + { {199.0f, 207.0f, -1867.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p11d", 0 }, + { {162.0f, 207.0f, -2049.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p14d", 0 }, + { {-65.0f, 372.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p477a", 0 }, + { {-15.0f, 372.0f, -58.0f}, {0.0f, 1.0f, 0.0f}, {-0.693652f, 0.0f, -0.72031f}, "p476a", 0 }, + { {-170.0f, 372.0f, -1143.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p15c", 0 }, + { {-114.0f, 372.0f, -1131.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1482c", 0 }, + { {83.0f, 372.0f, -1467.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002405f}, "p1466c", 0 }, + { {125.0f, 372.0f, -1445.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002405f}, "p1462c", 0 }, + { {175.0f, 57.0f, -1021.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, -0.707106f}, "p74e1", 0 }, + { {172.0f, 57.0f, -1074.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p73e1", 0 }, + { {-245.0f, 57.0f, -1147.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, -0.707106f}, "p50e2", 0 }, + { {-265.0f, 57.0f, -1213.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p31e1", 0 }, + { {-69.0f, -93.0f, -2368.0f}, {0.0f, 1.0f, 0.0f}, {-0.965883f, 0.0f, 0.258978f}, "p9g", 0 }, + { {-102.0f, -93.0f, -2296.0f}, {0.0f, 1.0f, 0.0f}, {-0.866125f, 0.0f, -0.499828f}, "p10g", 0 }, + { {69.0f, 207.0f, -1509.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1812d", 0 }, + { {141.0f, 0.0f, -2603.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "", 0 }, + { {-158.0f, 0.0f, -2607.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "", 0 }, + { {261.0f, 423.0f, -110.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p511a", 0 }, + { {-36.0f, 149.0f, -2839.0f}, {0.0f, 1.0f, 0.0f}, {-0.713589f, 0.0f, -0.700565f}, "p1727h1", 0 }, + { {62.0f, 372.0f, -14.0f}, {0.0f, 1.0f, 0.0f}, {-0.156433f, 0.0f, -0.987689f}, "p481a", 0 }, + { {165.0f, 88.0f, -2107.0f}, {0.0f, 1.0f, 0.0f}, {-0.10453f, 0.0f, 0.994522f}, "p434g2", 0 }, + { {-240.0f, 388.0f, -991.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1424c", 0 }, + { {-155.0f, 388.0f, -991.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1476c", 0 }, + { {-242.0f, 388.0f, -1255.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1429c", 0 }, + { {-242.0f, 388.0f, -1347.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1445c", 0 }, + { {-242.0f, 388.0f, -1563.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1444c", 0 }, + { {-153.0f, 388.0f, -1563.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p14c", 0 }, + { {-131.0f, 388.0f, -1345.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1463c", 0 }, + { {-133.0f, 388.0f, -1258.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1483c", 0 }, + { {165.0f, 388.0f, -1256.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1480c", 0 }, + { {234.0f, 388.0f, -1260.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3c", 0 }, + { {238.0f, 388.0f, -1334.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1487c", 0 }, + { {229.0f, 388.0f, -987.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1504c", 0 }, + { {-93.0f, 388.0f, -967.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1474c", 0 }, + { {-91.0f, 388.0f, -884.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1081b", 0 }, + { {-67.0f, 388.0f, -746.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1078b", 0 }, + { {-5.0f, 388.0f, -748.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1143b1", 0 }, + { {93.0f, 388.0f, -560.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3b", 0 }, + { {93.0f, 388.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1044b", 0 }, + { {93.0f, 388.0f, -287.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1042b", 0 }, + { {93.0f, 388.0f, -208.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p186a", 0 }, + { {187.0f, 388.0f, -108.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p512a", 0 }, + { {-176.0f, 388.0f, -114.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p521a", 0 }, + { {-91.0f, 388.0f, -564.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1083b", 0 }, + { {-91.0f, 388.0f, -485.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1054b", 0 }, + { {266.0f, 434.0f, -1535.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1490c", 0 }, + { {-236.0f, 205.0f, -991.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1764d2", 0 }, + { {-236.0f, 205.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p49d", 0 }, + { {-158.0f, 205.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p72d", 0 }, + { {17.0f, 205.0f, -1249.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p56d1", 0 }, + { {15.0f, 205.0f, -1364.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p57d1", 0 }, + { {122.0f, 205.0f, -1351.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p52d2", 0 }, + { {125.0f, 205.0f, -1424.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p41d1", 0 }, + { {123.0f, 205.0f, -1509.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p32d", 0 }, + { {41.0f, 205.0f, -1580.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1813d", 0 }, + { {-198.0f, 205.0f, -1577.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p38d", 0 }, + { {-230.0f, 205.0f, -1513.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p40d2", 0 }, + { {63.0f, 58.0f, -1515.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p11e", 0 }, + { {63.0f, 58.0f, -1580.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p14e", 0 }, + { {-194.0f, 58.0f, -1579.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p18e", 0 }, + { {-247.0f, 58.0f, -1550.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p16e", 0 }, + { {-269.0f, 58.0f, -1397.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p22e", 0 }, + { {-269.0f, 58.0f, -1308.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p31e1", 0 }, + { {-193.0f, 58.0f, -1652.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p428g1", 0 }, + { {-185.0f, 58.0f, -1842.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p429g1", 0 }, + { {-138.0f, 58.0f, -1838.0f}, {0.0f, 1.0f, 0.0f}, {0.874621f, 0.0f, -0.484808f}, "p429g2", 0 }, + { {-85.0f, -87.0f, -1656.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p56g", 0 }, + { {-81.0f, -87.0f, -2016.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p67g", 0 }, + { {-81.0f, -87.0f, -2321.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p10g", 0 }, + { {100.0f, -87.0f, -2341.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p22g", 0 }, + { {81.0f, -87.0f, -2159.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p15g1", 0 }, + { {128.0f, -87.0f, -1843.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p28g2", 0 }, + { {131.0f, 58.0f, -1648.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p427g1", 0 }, + { {188.0f, 58.0f, -1663.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p427g2", 0 }, + { {186.0f, 58.0f, -1883.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p433g1", 0 }, + { {-129.0f, -87.0f, -1645.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p50g2", 0 }, + { {186.0f, 58.0f, -1569.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p68e", 0 }, + { {196.0f, 58.0f, -1175.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p54e", 0 }, + { {194.0f, 58.0f, -1091.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p74e2", 0 }, + { {264.0f, 58.0f, -1395.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p66e", 0 }, + { {264.0f, 205.0f, -1098.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p26d2", 0 }, + { {209.0f, 205.0f, -1095.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p26d1", 0 }, + { {186.0f, 205.0f, -1571.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1817d", 0 }, + { {182.0f, 205.0f, -1656.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p17d", 0 }, + { {181.0f, 205.0f, -2074.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p14d", 0 }, + { {180.0f, 205.0f, -2161.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p101f1", 0 }, + { {185.0f, 159.0f, -2239.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p8f2", 0 }, + { {-1.0f, 159.0f, -2519.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p20f1", 0 }, + { {-182.0f, 159.0f, -2217.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p15f", 0 }, + { {-177.0f, 205.0f, -2089.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p87f", 0 }, + { {-234.0f, 388.0f, -890.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p51h1", 0 }, + { {-169.0f, 388.0f, -886.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p51h2", 0 }, + { {-173.0f, 388.0f, -595.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p65h1", 0 }, + { {-175.0f, 388.0f, -289.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p49h2", 0 }, + { {-237.0f, 388.0f, -284.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p49h1", 0 }, + { {-233.0f, 388.0f, -593.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2791h1", 0 }, + { {178.0f, 388.0f, -887.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1217h2", 0 }, + { {242.0f, 388.0f, -883.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1217h1", 0 }, + { {238.0f, 388.0f, -591.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2919h1", 0 }, + { {237.0f, 388.0f, -285.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1215h1", 0 }, + { {174.0f, 388.0f, -281.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1215h2", 0 }, + { {178.0f, 388.0f, -589.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1277h1", 0 }, + { {-302.0f, 388.0f, -588.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2791h2", 0 }, + { {-300.0f, 388.0f, 105.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3305h", 0 }, + { {307.0f, 388.0f, -590.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2919h1", 0 }, + { {306.0f, 388.0f, 40.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3304h", 0 }, + { {152.0f, 388.0f, 329.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3306h", 0 }, + { {-158.0f, 388.0f, 330.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3306h", 0 }, + { {-351.0f, 388.0f, 110.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p139i1", 0 }, + { {-350.0f, 388.0f, 370.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p136i2", 0 }, + { {-387.0f, 388.0f, 370.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p137i2", 0 }, + { {-387.0f, 388.0f, 228.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p134i2", 0 }, + { {-438.0f, 388.0f, 228.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p152i2", 0 }, + { {268.0f, 434.0f, -1655.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2525h1", 0 }, + { {165.0f, 434.0f, -1648.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2985h1", 0 }, + { {-167.0f, 434.0f, -1658.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2985h2", 0 }, + { {-270.0f, 434.0f, -1651.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2368h1", 0 }, + { {165.0f, 434.0f, -1968.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3058h1", 0 }, + { {-167.0f, 434.0f, -1978.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3055h2", 0 }, + { {-167.0f, 434.0f, -2180.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3067h2", 0 }, + { {165.0f, 434.0f, -2169.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3064h1", 0 }, + { {165.0f, 434.0f, -2440.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3065h1", 0 }, + { {-167.0f, 434.0f, -2450.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3066h1", 0 }, + { {-270.0f, 434.0f, -1975.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2930h2", 0 }, + { {268.0f, 434.0f, -1978.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2962h2", 0 }, + { {253.0f, 434.0f, -3047.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3079h1", 0 }, + { {-254.0f, 434.0f, -3044.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3083h1", 0 }, + { {-254.0f, 434.0f, -3214.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1724h2", 0 }, + { {253.0f, 434.0f, -3217.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1724h2", 0 }, + { {0.0f, 165.0f, 511.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p442h2", 0 }, + { {0.0f, 165.0f, 160.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p3306h", 0 }, + { {6.0f, 430.0f, -1924.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3055h1", 0 }, + { {11.0f, 430.0f, -1985.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3055h1", 0 }, + { {-2.0f, 426.0f, -2419.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3065h2", 0 }, + { {-3.0f, 165.0f, -3376.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1724h2", 0 }, + { {-436.0f, 434.0f, 126.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p147i2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-194.0f, 355.0f, -38.0f}, {-1.5e-05, 1.0f, 0.000129f}, {0.114649f, 0.00013f, -0.993406f}, "p509a", 0, {-21.013968f, 22.275742f, -0.002401f, 48.00203f, -15.702986f, 18.574802f} }, + { {-151.0f, 355.0f, -33.0f}, {-1.5e-05, 1.0f, 0.000129f}, {0.114649f, 0.00013f, -0.993406f}, "p509a", 0, {-21.013968f, 22.351315f, -0.002401f, 48.00203f, -15.702986f, 18.574802f} }, + { {109.0f, 355.0f, -28.0f}, {1.5e-05, 1.0f, 0.000129f}, {-0.114649f, 0.00013f, -0.993406f}, "p481a", 0, {-21.357908f, 22.007374f, -0.002423f, 48.00202f, -15.588337f, 18.689463f} }, + { {66.0f, 355.0f, -23.0f}, {1.5e-05, 1.0f, 0.000129f}, {-0.114649f, 0.00013f, -0.993406f}, "p481a", 0, {-21.357908f, 22.007374f, -0.002423f, 48.00202f, -15.588337f, 18.689463f} }, + { {-188.0f, 355.0f, -230.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -2e-06}, "p185a", 0, {-22.000067f, 21.000048f, -4e-06, 48.000004f, -19.000053f, 25.000084f} }, + { {188.0f, 355.0f, -230.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -2e-06}, "p513a", 0, {-21.000048f, 22.000067f, -6e-06, 48.000004f, -19.000053f, 25.000084f} }, + { {-109.0f, 355.0f, -28.0f}, {-1.5e-05, 1.0f, 0.000129f}, {0.114649f, 0.00013f, -0.993406f}, "p477a", 0, {-22.007374f, 21.357908f, -0.002416f, 48.002014f, -15.588338f, 18.689451f} }, + { {-66.0f, 355.0f, -23.0f}, {-1.5e-05, 1.0f, 0.000129f}, {0.114649f, 0.00013f, -0.993406f}, "p477a", 0, {-22.007374f, 21.357908f, -0.002416f, 48.002014f, -15.588338f, 18.689451f} }, + { {151.0f, 355.0f, -33.0f}, {1.5e-05, 1.0f, 0.000129f}, {-0.114649f, 0.00013f, -0.993406f}, "p512a", 0, {-22.351315f, 21.013968f, -0.002408f, 48.002033f, -15.702986f, 18.574814f} }, + { {194.0f, 355.0f, -38.0f}, {1.5e-05, 1.0f, 0.000129f}, {-0.114649f, 0.00013f, -0.993406f}, "p512a", 0, {-22.275743f, 21.013968f, -0.002408f, 48.002033f, -15.702986f, 18.574814f} }, + { {-188.0f, 355.0f, -187.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -2e-06}, "p185a", 0, {-22.000067f, 21.000048f, -4e-06, 48.000004f, -19.000053f, 25.000084f} }, + { {188.0f, 355.0f, -187.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -2e-06}, "p513a", 0, {-21.000048f, 22.000067f, -6e-06, 48.000004f, -19.000053f, 25.000084f} }, + { {17.0f, 355.0f, -1171.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1477c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {51.0f, 355.0f, -1171.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1477c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 25.000065f} }, + { {17.0f, 355.0f, -1134.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1477c", 0, {-17.000057f, 17.000036f, -4e-06, 48.000004f, -18.000032f, 26.000065f} }, + { {51.0f, 355.0f, -1133.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1477c", 0, {-17.000055f, 18.000038f, -4e-06, 48.000004f, -19.000032f, 25.000067f} }, + { {119.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1461c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {84.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1461c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 25.000065f} }, + { {119.0f, 355.0f, -1596.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1465c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {84.0f, 355.0f, -1596.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1465c", 0, {-17.000055f, 18.000038f, -4e-06, 48.000004f, -19.000032f, 25.000067f} }, + { {50.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1461c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {50.0f, 355.0f, -1596.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1465c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {177.0f, 40.0f, -2095.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p434g2", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {-18.0f, 355.0f, -1134.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1479c", 0, {-17.000057f, 18.000036f, -4e-06, 48.000004f, -18.000032f, 26.000067f} }, + { {-52.0f, 355.0f, -1134.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1479c", 0, {-17.000057f, 17.000036f, -4e-06, 48.000004f, -18.000032f, 26.000065f} }, + { {-18.0f, 355.0f, -1171.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1479c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 26.000065f} }, + { {-52.0f, 355.0f, -1171.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1479c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 26.000065f} }, + { {15.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1461c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 25.000065f} }, + { {-19.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1463c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {15.0f, 355.0f, -1597.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1465c", 0, {-17.000057f, 18.000036f, -4e-06, 48.000004f, -18.000032f, 26.000067f} }, + { {-19.0f, 355.0f, -1597.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p14c", 0, {-17.000057f, 17.000036f, -4e-06, 48.000004f, -18.000032f, 26.000065f} }, + { {-54.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1463c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 25.000065f} }, + { {-54.0f, 355.0f, -1597.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p14c", 0, {-17.000057f, 18.000036f, -4e-06, 48.000004f, -18.000032f, 26.000067f} }, + { {142.0f, 40.0f, -2095.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p434g2", 0, {-17.000055f, 18.000038f, -4e-06, 48.000004f, -19.000032f, 25.000067f} }, + { {-15.0f, 355.0f, -300.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 0.00017f}, "p1043b", 0, {-43.003223f, 44.00441f, -3e-06, 39.000004f, -19.007462f, 26.007313f} }, + { {-15.0f, 355.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 0.00017f}, "p1041b", 0, {-43.003223f, 43.00441f, -3e-06, 39.000004f, -19.007292f, 26.007313f} }, + { {-15.0f, 355.0f, -391.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 0.000185f}, "p1039b", 0, {-47.003513f, 47.004807f, -3e-06, 39.000004f, -19.008688f, 26.008709f} }, + { {-22.0f, 394.0f, -271.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1043b", 0, {-13.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001123f} }, + { {-22.0f, 394.0f, -330.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1043b", 0, {-14.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001207f} }, + { {-22.0f, 394.0f, -373.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1043b", 0, {-14.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001207f} }, + { {-22.0f, 394.0f, -417.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1041b", 0, {-14.001021f, 13.001442f, -3e-06, 31.000004f, -12.001102f, 17.001207f} }, + { {-22.0f, 394.0f, -482.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1041b", 0, {-13.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001123f} }, + { {-22.0f, 394.0f, -510.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1041b", 0, {-14.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001207f} }, + { {42.0f, 355.0f, -324.0f}, {0.0f, 1.0f, 0.0f}, {-0.934822f, 1e-06, 0.355116f}, "p1043b", 0, {-16.936193f, 16.450544f, -4e-06, 47.000004f, -15.145283f, 19.239729f} }, + { {39.0f, 355.0f, -387.0f}, {0.0f, 1.0f, 0.0f}, {-0.999781f, 1e-06, -0.020933f}, "p1039b", 0, {-16.59856f, 16.703218f, -4e-06, 47.000004f, -14.661791f, 19.660734f} }, + { {48.0f, 355.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {-0.999781f, 1e-06, -0.020933f}, "p5b", 0, {-16.59856f, 16.703218f, -4e-06, 47.000004f, -14.661791f, 19.660734f} }, + { {-52.0f, 355.0f, -1070.0f}, {0.0f, 1.0f, 0.0f}, {-0.48168f, 1e-06, -0.876347f}, "p1482c", 0, {-16.42374f, 17.126057f, -4e-06, 47.000004f, -14.549854f, 19.500322f} }, + { {52.0f, 355.0f, -1234.0f}, {0.0f, 1.0f, 0.0f}, {0.480786f, 1e-06, 0.876838f}, "p1481c", 0, {-17.28069f, 16.717033f, -4e-06, 47.000004f, -15.048091f, 19.430449f} }, + { {-30.0f, 355.0f, -1392.0f}, {0.0f, 1.0f, 0.0f}, {0.480786f, 1e-06, 0.876838f}, "p1467c", 0, {-16.490458f, 16.630428f, -4e-06, 47.000004f, -13.690467f, 20.307287f} }, + { {152.0f, 355.0f, -1517.0f}, {0.0f, 1.0f, 0.0f}, {-0.221466f, 1e-06, -0.975168f}, "p1462c", 0, {-16.79575f, 16.442112f, -4e-06, 47.000004f, -13.959541f, 20.032055f} }, + { {-17.0f, 355.0f, -1529.0f}, {0.0f, 1.0f, 0.0f}, {0.348709f, 1e-06, -0.937231f}, "p1464c", 0, {-16.43459f, 16.892187f, -4e-06, 47.000004f, -15.257538f, 19.355211f} }, + { {-35.0f, 181.0f, -1195.0f}, {0.0f, 1.0f, 0.0f}, {-7e-06, 2e-06, -1.0f}, "p69d", 0, {-18.000137f, 19.000113f, -8e-06, 37.000008f, -15.000124f, 20.00019f} }, + { {-76.0f, 181.0f, -1200.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 2e-06, 7e-06}, "p63d1", 0, {-18.000145f, 19.000107f, -8e-06, 37.000008f, -14.000124f, 21.00019f} }, + { {-123.0f, 181.0f, -1111.0f}, {0.0f, 1.0f, 0.0f}, {7e-06, 2e-06, 1.0f}, "p69d", 0, {-18.000137f, 18.000113f, -7e-06, 37.000008f, -15.000124f, 20.000183f} }, + { {-34.0f, 181.0f, -1151.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 2e-06, -7e-06}, "p70d", 0, {-19.000145f, 18.000107f, -8e-06, 37.000008f, -14.000131f, 21.000183f} }, + { {-79.0f, 219.0f, -1197.0f}, {0.0f, 1.0f, 0.0f}, {-0.104535f, 2e-06, -0.994521f}, "p69d", 0, {-18.531466f, 18.683968f, -7e-06, 36.000008f, -15.12976f, 20.206959f} }, + { {-79.0f, 181.0f, -1106.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 2e-06, -7e-06}, "p69d", 0, {-18.000137f, 19.000113f, -8e-06, 37.000008f, -15.000124f, 20.00019f} }, + { {-121.0f, 181.0f, -1154.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 2e-06, 7e-06}, "p69d", 0, {-18.000137f, 18.000113f, -7e-06, 37.000008f, -15.000124f, 20.000183f} }, + { {-121.0f, 219.0f, -1150.0f}, {0.0f, 1.0f, 0.0f}, {-0.292378f, 2e-06, -0.956303f}, "p69d", 0, {-18.78509f, 17.987131f, -7e-06, 36.000008f, -15.039046f, 20.399088f} }, + { {-77.0f, 181.0f, -1149.0f}, {0.0f, 1.0f, 0.0f}, {-7e-06, 2e-06, -1.0f}, "p69d", 0, {-19.000137f, 18.000113f, -7e-06, 37.000008f, -15.000131f, 20.000183f} }, + { {-224.0f, 141.0f, -2444.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p12f", 0, {-14.001021f, 13.001357f, -3e-06, 31.000004f, -12.001102f, 16.001207f} }, + { {-224.0f, 141.0f, -2416.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p12f", 0, {-14.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001207f} }, + { {-224.0f, 141.0f, -2388.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p17f", 0, {-13.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001123f} }, + { {-224.0f, 141.0f, -2361.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p16f", 0, {-14.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001207f} }, + { {224.0f, 141.0f, -2361.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p8f2", 0, {-14.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001207f} }, + { {224.0f, 141.0f, -2388.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p10f", 0, {-14.001021f, 13.001442f, -3e-06, 31.000004f, -12.001102f, 16.998919f} }, + { {224.0f, 141.0f, -2416.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p28f", 0, {-14.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001207f} }, + { {224.0f, 141.0f, -2444.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p28f", 0, {-13.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001123f} }, + { {9.0f, -110.0f, -1956.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, 1.5e-05}, "p65g", 0, {-333.00098f, 332.00067f, -9e-06, 104.00001f, -47.0049f, 65.00495f} }, + { {-240.0f, 376.0f, -928.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1624c1", 0, {-3.0f, 3.0f, -20.0f, 21.999998f, -18.0f, 80.0f} }, + { {-196.0f, 379.0f, -1016.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p46d1", 0, {-3.0f, 3.0f, -1.0f, 36.000004f, -17.0f, 74.0f} }, + { {-256.0f, 379.0f, -1302.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p49d", 0, {-3.0f, 3.0f, -1.0f, 35.0f, -17.0f, 74.0f} }, + { {-196.0f, 379.0f, -1571.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p465c1", 0, {-3.0f, 3.0f, -13.000001f, 24.000002f, -17.0f, 74.0f} }, + { {-270.0f, 376.0f, -1621.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3311h1", 0, {-3.0f, 3.0f, -21.0f, 21.999998f, -18.0f, 80.0f} }, + { {-149.0f, 379.0f, -1302.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p72d", 0, {-3.0f, 3.0f, -1.0f, 36.0f, -17.0f, 74.0f} }, + { {-103.0f, 379.0f, -928.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p897b1", 0, {-3.0f, 3.0f, -7.0f, 29.000002f, -17.0f, 74.0f} }, + { {-37.0f, 379.0f, -747.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p237b1", 0, {-3.0f, 3.0f, -18.0f, 19.0f, -17.0f, 74.0f} }, + { {-107.0f, 379.0f, -527.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p132b1", 0, {-3.0f, 3.0f, -3.0f, 33.0f, -17.0f, 74.0f} }, + { {94.0f, 379.0f, -527.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p867b2", 0, {-3.0f, 3.0f, -16.0f, 20.0f, -17.0f, 74.0f} }, + { {-107.0f, 379.0f, -254.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p326a1", 0, {-3.0f, 3.0f, -3.0f, 33.0f, -17.0f, 74.0f} }, + { {93.0f, 379.0f, -254.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p294a2", 0, {-3.0f, 3.0f, -17.0f, 19.0f, -17.0f, 74.0f} }, + { {-257.0f, 376.0f, -254.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p358a1", 0, {-3.0f, 3.0f, -3.0f, 39.0f, -18.0f, 80.0f} }, + { {239.0f, 376.0f, -254.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p395a1", 0, {-3.0f, 3.0f, -21.0f, 21.0f, -18.0f, 80.0f} }, + { {269.0f, 376.0f, -1621.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3279h1", 0, {-3.0f, 3.0f, -21.999998f, 21.0f, -18.0f, 80.0f} }, + { {239.0f, 376.0f, -928.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1645c1", 0, {-3.0f, 3.0f, -21.0f, 21.0f, -18.0f, 80.0f} }, + { {256.0f, 379.0f, -1302.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1404e2", 0, {-3.0f, 3.0f, -1.0f, 35.0f, -17.0f, 74.0f} }, + { {196.0f, 379.0f, -1273.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p20d", 0, {-3.0f, 3.0f, -2.0f, 35.000004f, -17.0f, 74.0f} }, + { {-267.0f, 379.0f, -56.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p540a1", 0, {-3.0f, 4.0f, -1.0f, 30.000002f, -17.0f, 74.0f} }, + { {267.0f, 379.0f, -56.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p542a2", 0, {-4.0f, 3.0f, -1.0f, 30.000002f, -17.0f, 74.0f} }, + { {-196.0f, 204.0f, -1295.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p49e1", 0, {-3.0f, 3.0f, -1.0f, 36.0f, -17.0f, 75.0f} }, + { {126.0f, 204.0f, -1394.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p686d2", 0, {-3.0f, 3.0f, -15.0f, 22.000002f, -17.0f, 75.0f} }, + { {196.0f, 204.0f, -1621.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p477e1", 0, {-3.0f, 3.0f, -3.0f, 34.0f, -17.0f, 75.0f} }, + { {186.0f, 204.0f, -2123.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p791d2", 0, {-3.0f, 3.0f, -13.0f, 24.000002f, -17.0f, 75.0f} }, + { {181.0f, 57.0f, -1134.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p581e1", 0, {-3.0f, 3.0f, -3.0f, 33.0f, -17.0f, 75.0f} }, + { {199.0f, 57.0f, -1621.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p477e2", 0, {-3.0f, 3.0f, -15.0f, 21.000002f, -17.0f, 75.0f} }, + { {-285.0f, 57.0f, -1357.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p689e1", 0, {-3.0f, 3.0f, -3.0f, 34.0f, -17.0f, 75.0f} }, + { {-210.0f, 57.0f, -1621.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p801e1", 0, {-3.0f, 3.0f, -4.0f, 32.0f, -17.0f, 75.0f} }, + { {105.0f, 184.0f, -2528.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p20f2", 0, {-3.0f, 3.0f, -29.999998f, 239.99998f, -43.0f, 196.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 13327, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 13328, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 13329, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 13330, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 13331, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 13332, 0, + /* Type = ObjectiveCompleteCondition; index = 6 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveCompleteCondition; index = 7 */ + _mkword(0, _mkshort(0, 26)), 512, + /* Type = ObjectiveCompleteCondition; index = 8 */ + _mkword(0, _mkshort(0, 26)), 1024, + /* Type = ObjectiveCompleteCondition; index = 9 */ + _mkword(0, _mkshort(0, 26)), 2048, + /* Type = ObjectiveCompleteCondition; index = 10 */ + _mkword(0, _mkshort(0, 26)), 4096, + /* Type = ObjectiveFailCondition; index = 11 */ + _mkword(0, _mkshort(0, 27)), 1048576, + /* Type = ObjectiveEnd; index = 12 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 13 */ + _mkword(0, _mkshort(0, 23)), 1, 13333, 1, + /* Type = ObjectiveCompleteCondition; index = 14 */ + _mkword(0, _mkshort(0, 26)), 65536, + /* Type = ObjectiveFailCondition; index = 15 */ + _mkword(0, _mkshort(0, 27)), 262144, + /* Type = ObjectiveEnd; index = 16 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 17 */ + _mkword(0, _mkshort(0, 23)), 2, 13334, 1, + /* Type = ObjectiveCompleteCondition; index = 18 */ + _mkword(0, _mkshort(0, 26)), 131072, + /* Type = ObjectiveFailCondition; index = 19 */ + _mkword(0, _mkshort(0, 27)), 524288, + /* Type = ObjectiveEnd; index = 20 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 21 */ + _mkword(0, _mkshort(0, 23)), 3, 13335, 0, + /* Type = ObjectiveCompleteCondition; index = 22 */ + _mkword(0, _mkshort(0, 26)), 16384, + /* Type = ObjectiveFailCondition; index = 23 */ + _mkword(0, _mkshort(0, 27)), 32768, + /* Type = ObjectiveEnd; index = 24 */ + _mkword(0, _mkshort(0, 24)), + /* Type = MultiMonitor; index = 25 */ + _mkword(256, _mkshort(0, 11)), _mkword(12, 10000), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 26 */ + _mkword(256, _mkshort(0, 11)), _mkword(14, 10001), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 27 */ + _mkword(256, _mkshort(0, 11)), _mkword(16, 10002), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = SingleMonitor; index = 28 */ + _mkword(256, _mkshort(0, 10)), _mkword(13, 10003), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 11, + /* Type = StandardProp; index = 29 */ + _mkword(256, _mkshort(0, 3)), _mkword(15, 10004), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = MultiMonitor; index = 30 */ + _mkword(256, _mkshort(0, 11)), _mkword(17, 10005), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 31 */ + _mkword(256, _mkshort(0, 11)), _mkword(12, 10006), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 32 */ + _mkword(256, _mkshort(0, 11)), _mkword(14, 10007), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 33 */ + _mkword(256, _mkshort(0, 11)), _mkword(16, 10008), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = SingleMonitor; index = 34 */ + _mkword(256, _mkshort(0, 10)), _mkword(13, 10009), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 11, + /* Type = StandardProp; index = 35 */ + _mkword(256, _mkshort(0, 3)), _mkword(15, 10010), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = MultiMonitor; index = 36 */ + _mkword(256, _mkshort(0, 11)), _mkword(17, 10011), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = StandardProp; index = 37 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10012), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 38 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10013), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 39 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10014), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10015), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10016), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 42 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10017), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 43 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10018), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10019), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10020), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 46 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10021), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 47 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10022), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10023), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10024), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 50 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10025), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 51 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10026), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 52 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10027), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 53 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10028), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 54 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10029), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 55 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10030), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10031), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 57 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10032), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 58 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10033), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 59 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10034), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10035), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10036), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 62 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10051), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 63 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10052), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 64 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 65 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10053), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 66 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 67 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10054), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 68 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 69 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10056), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 70 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 71 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10057), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 72 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10059), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 73 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 74 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10055), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 75 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 76 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10058), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 77 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 78 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10043), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 79 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10044), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 80 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10046), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 81 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10047), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 82 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10048), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 83 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10050), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 84 */ + _mkword(256, _mkshort(0, 3)), _mkword(65, 10037), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 85 */ + _mkword(256, _mkshort(0, 3)), _mkword(67, 10038), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 86 */ + _mkword(256, _mkshort(0, 3)), _mkword(68, 10039), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 87 */ + _mkword(256, _mkshort(0, 3)), _mkword(66, 10040), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 88 */ + _mkword(256, _mkshort(0, 3)), _mkword(65, 10041), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 89 */ + _mkword(256, _mkshort(0, 3)), _mkword(67, 10042), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 90 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = StandardProp; index = 91 */ + _mkword(256, _mkshort(0, 3)), _mkword(273, 60), 0x01200001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(50, 0), 0, 0, + /* Type = Tag; index = 92 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = StandardProp; index = 93 */ + _mkword(256, _mkshort(0, 3)), _mkword(273, 61), 0x01200001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(50, 0), 0, 0, + /* Type = StandardProp; index = 94 */ + _mkword(256, _mkshort(0, 3)), _mkword(103, 171), 0x000201a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 95 */ + _mkword(256, _mkshort(0, 3)), _mkword(103, 175), 0x000201a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 96 */ + _mkword(256, _mkshort(0, 3)), _mkword(101, 170), 0x000201a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 97 */ + _mkword(256, _mkshort(0, 3)), _mkword(100, 174), 0x000201a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 98 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = StandardProp; index = 99 */ + _mkword(256, _mkshort(0, 3)), _mkword(99, 10068), 0x000209e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 100 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Aircraft; index = 101 */ + _mkword(486, _mkshort(0, 40)), _mkword(283, 59), 0x10020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000401, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = DoorScale; index = 102 */ + _mkword(0, _mkshort(0, 2)), 49152, + /* Type = Door; index = 103 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 69), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 104 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 70), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 105 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 71), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 106 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 72), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 107 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 73), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 108 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 74), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 109 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 75), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 110 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 76), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 111 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 77), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 112 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 78), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 113 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 79), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 114 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 80), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 115 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 81), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 116 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 82), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 117 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 83), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 118 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 84), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 119 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 85), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 120 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 86), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 121 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 89), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 122 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 90), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 123 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 91), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 124 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 92), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 125 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 93), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 126 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 94), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 127 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 95), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 128 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 96), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 129 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 87), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000080, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 130 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 88), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000080, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Armour; index = 131 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 10058), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 132 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 10045), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Door; index = 133 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 97), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000b851, 0x00008a3d, 0x00000051, 0x00000051, 0x00000222, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Guard; index = 134 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 0), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 135 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 1), _mkword(17, 1027), 0xffff002c, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 136 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 2), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 137 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 3), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 138 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 4), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 139 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 5), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 140 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 8), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 141 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 9), _mkword(17, 1027), 0xffff002d, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 142 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 10), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 143 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 11), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 144 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 12), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 145 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 13), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 146 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 14), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 147 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 15), _mkword(17, 1027), 0xffff0030, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 148 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 16), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 149 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 17), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 150 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 18), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 151 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 19), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 152 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 20), _mkword(17, 1027), 0xffff0034, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 153 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 21), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 154 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 22), _mkword(17, 1027), 0xffff0031, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 155 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 23), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 156 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 24), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 157 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 25), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 158 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 26), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 159 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 27), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 160 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 28), _mkword(17, 1027), 0xffff0035, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 161 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 29), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 162 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 30), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 163 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 31), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 164 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 32), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 165 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 33), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 166 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 34), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 167 */ + _mkword(0, _mkshort(0, 9)), _mkword(35, 35), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 168 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 36), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 169 */ + _mkword(0, _mkshort(0, 9)), _mkword(37, 37), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 170 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 38), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 171 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 39), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 172 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 40), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 173 */ + _mkword(0, _mkshort(0, 9)), _mkword(41, 41), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 174 */ + _mkword(0, _mkshort(0, 9)), _mkword(42, 42), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 175 */ + _mkword(0, _mkshort(0, 9)), _mkword(44, 44), _mkword(20, 1026), 0xffff0001, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 176 */ + _mkword(0, _mkshort(0, 9)), _mkword(45, 45), _mkword(20, 1026), 0xffff0009, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 177 */ + _mkword(0, _mkshort(0, 9)), _mkword(48, 48), _mkword(20, 1026), 0xffff000f, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 178 */ + _mkword(0, _mkshort(0, 9)), _mkword(49, 49), _mkword(20, 1026), 0xffff0016, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 179 */ + _mkword(0, _mkshort(0, 9)), _mkword(52, 52), _mkword(20, 1026), 0xffff0014, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 180 */ + _mkword(0, _mkshort(0, 9)), _mkword(53, 53), _mkword(20, 1026), 0xffff001c, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 181 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 182 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 183 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 184 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 185 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 186 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 187 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 188 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 189 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 190 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 191 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 192 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 193 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 14), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 194 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 14), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 195 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 196 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 197 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 198 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 199 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 200 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 201 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 202 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 203 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 204 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 205 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 206 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 207 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 208 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 209 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 29), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 210 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 29), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 211 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 212 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 213 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 214 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 215 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 216 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 217 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 218 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 219 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 220 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 221 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 222 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 223 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Hat; index = 224 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 225 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 226 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 227 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 228 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 229 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 230 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 231 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 232 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 233 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 234 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 235 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 236 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 237 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 238 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 239 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 240 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 241 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 242 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 243 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 244 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 245 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 246 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 247 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 248 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 249 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 250 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 251 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 252 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 253 */ + _mkword(0, _mkshort(0, 18)), 16, 0x00000019, + /* Type = SetGuardAttribute; index = 254 */ + _mkword(0, _mkshort(0, 18)), 26, 0x00000019, + /* Type = SetGuardAttribute; index = 255 */ + _mkword(0, _mkshort(0, 18)), 34, 0x00000019, + /* Type = Rename; index = 256 */ + _mkword(0, _mkshort(0, 37)), 0x00000000, 47, 13337, 13338, 13339, 13340, 13341, 0, 0, + /* Type = Cutscene; index = 257 */ + _mkword(0, _mkshort(0, 46)), -97423, -9322, 13755, 207146, 399879, 176, + /* Type = Tag; index = 258 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0xffff), 0, 0, + /* Type = EndProps; index = 259 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xffff2871, 0x00006e5b, 0x0006417e, 0x00004e30, 0x000023be, 0x000000b0, 0x00003418, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0xffff7b0a, 0x0000eeed, 0xfffc4a34, 0x00011b29, 0x0005ef22, 0x0000005a, 0x00003418, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0x0000a5dc, 0x000066d3, 0xfffa5a45, 0x0005aaff, 0x00060101, 0x00000071, 0x00003418, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 3 */ + _mkword(0, _mkshort(0, 6)), 0xffff04ca, 0x00009875, 0xfff5fba7, 0x000245bd, 0x00003930, 0x000000a8, 0x00003418, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 4 */ + _mkword(0, _mkshort(0, 6)), 0xfff9e321, 0x0000cc1b, 0x000647be, 0x0000c762, 0x00000000, 0x000000b0, 0x00003418, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 5 */ + _mkword(0, _mkshort(0, 7)), 2, 35, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 176, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 11, -1, 0, + /* Type = StartAmmo; index = 8 */ + _mkword(0, _mkshort(0, 2)), 1, 40, 0, + /* Type = StartWeapon; index = 9 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 10 */ + _mkword(0, _mkshort(0, 2)), 1, 20, 0, + /* Type = StartWeapon; index = 11 */ + _mkword(0, _mkshort(0, 1)), 39, -1, 0, + /* Type = StartWeapon; index = 12 */ + _mkword(0, _mkshort(0, 1)), 47, -1, 0, + /* Type = StartAmmo; index = 13 */ + _mkword(0, _mkshort(0, 2)), 20, 1, 0, + /* Type = Spawn; index = 14 */ + _mkword(0, _mkshort(0, 0)), 139, 1, + /* Type = StartWeapon; index = 15 */ + _mkword(0, _mkshort(0, 1)), 11, -1, 1, + /* Type = StartAmmo; index = 16 */ + _mkword(0, _mkshort(0, 2)), 1, 50, 1, + /* Type = Cuff; index = 17 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 2, 0x000a0000, 0x00970000, 0x020d0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 19 */ + _mkword(0, _mkshort(0, 3)), 2, 0x000a0000, 0x00970000, 0x020d0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 20 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00140000, 0x007f0000, 0x01ad0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 21 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00500000, 0x00430000, 0x00b30000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 22 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00500000, 0x001f0000, 0x00000000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 23 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00140000, 0x00220000, 0xff9c0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 24 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 25 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 26 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 27 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 28 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 8, -1 }; +s32 path_neighbors_1[] = { 8, -1 }; +s32 path_neighbors_2[] = { 3, -1 }; +s32 path_neighbors_3[] = { 2, 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, -1 }; +s32 path_neighbors_6[] = { 5, 7, -1 }; +s32 path_neighbors_7[] = { 6, 8, -1 }; +s32 path_neighbors_8[] = { 0, 1, 7, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, -1 }; +s32 path_indeces_1[] = { 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, -1 }; +s32 path_indeces_2[] = { 39, 40, 41, 42, 43, -1 }; +s32 path_indeces_3[] = { 44, 45, 46, 47, 48, -1 }; +s32 path_indeces_4[] = { 49, 50, 51, 52, -1 }; +s32 path_indeces_5[] = { 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, -1 }; +s32 path_indeces_6[] = { 66, 67, 68, 69, 70, 71, -1 }; +s32 path_indeces_7[] = { 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, -1 }; +s32 path_indeces_8[] = { 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "extaft_locsdest_all_", + "extfore_locsdest_all", + "hangar_locsdest_all_", + "mid2_locsdest_all_p", + "lower2_locsdest_all_", + "eng_locsdest_all_p", + "lower_locsdest_all_p", + "mid_locsdest_all_p", + "upper_locsdest_all_p", + NULL +}; + + +s32 path_table_0[] = { 1, 3, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, 3, 5, -1 }; +s32 path_table_3[] = { 0, 2, 4, -1 }; +s32 path_table_4[] = { 3, 15, -1 }; +s32 path_table_5[] = { 2, 12, -1 }; +s32 path_table_6[] = { 9, -1 }; +s32 path_table_7[] = { 8, -1 }; +s32 path_table_8[] = { 7, 9, 11, -1 }; +s32 path_table_9[] = { 6, 8, 10, -1 }; +s32 path_table_10[] = { 9, 13, -1 }; +s32 path_table_11[] = { 8, 14, -1 }; +s32 path_table_12[] = { 5, 13, 103, -1 }; +s32 path_table_13[] = { 10, 12, 14, -1 }; +s32 path_table_14[] = { 11, 13, 15, -1 }; +s32 path_table_15[] = { 4, 14, 83, -1 }; +s32 path_table_16[] = { 17, -1 }; +s32 path_table_17[] = { 16, 18, -1 }; +s32 path_table_18[] = { 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 25, -1 }; +s32 path_table_21[] = { 22, 25, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 23, 30, -1 }; +s32 path_table_25[] = { 20, 21, 26, -1 }; +s32 path_table_26[] = { 25, 33, -1 }; +s32 path_table_27[] = { 28, 32, -1 }; +s32 path_table_28[] = { 27, 29, -1 }; +s32 path_table_29[] = { 28, 30, -1 }; +s32 path_table_30[] = { 24, 29, 31, -1 }; +s32 path_table_31[] = { 30, 32, 96, -1 }; +s32 path_table_32[] = { 27, 31, -1 }; +s32 path_table_33[] = { 26, 34, 38, -1 }; +s32 path_table_34[] = { 33, 35, -1 }; +s32 path_table_35[] = { 34, 36, -1 }; +s32 path_table_36[] = { 35, 37, -1 }; +s32 path_table_37[] = { 36, 38, -1 }; +s32 path_table_38[] = { 33, 37, 107, -1 }; +s32 path_table_39[] = { 40, -1 }; +s32 path_table_40[] = { 39, 41, 42, -1 }; +s32 path_table_41[] = { 40, 42, -1 }; +s32 path_table_42[] = { 40, 41, 43, -1 }; +s32 path_table_43[] = { 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 44, 46, -1 }; +s32 path_table_46[] = { 45, 47, -1 }; +s32 path_table_47[] = { 46, 48, -1 }; +s32 path_table_48[] = { 47, 49, -1 }; +s32 path_table_49[] = { 48, 52, -1 }; +s32 path_table_50[] = { 51, -1 }; +s32 path_table_51[] = { 50, 52, -1 }; +s32 path_table_52[] = { 49, 51, 55, -1 }; +s32 path_table_53[] = { 62, 63, -1 }; +s32 path_table_54[] = { 55, -1 }; +s32 path_table_55[] = { 52, 54, 56, -1 }; +s32 path_table_56[] = { 55, 57, -1 }; +s32 path_table_57[] = { 56, 58, -1 }; +s32 path_table_58[] = { 57, 59, -1 }; +s32 path_table_59[] = { 58, 60, -1 }; +s32 path_table_60[] = { 59, 61, -1 }; +s32 path_table_61[] = { 60, 62, -1 }; +s32 path_table_62[] = { 53, 61, -1 }; +s32 path_table_63[] = { 53, 64, -1 }; +s32 path_table_64[] = { 63, 65, -1 }; +s32 path_table_65[] = { 64, 69, -1 }; +s32 path_table_66[] = { 67, -1 }; +s32 path_table_67[] = { 66, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 65, 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 70, 72, -1 }; +s32 path_table_72[] = { 71, 73, -1 }; +s32 path_table_73[] = { 72, 74, -1 }; +s32 path_table_74[] = { 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, -1 }; +s32 path_table_76[] = { 75, 77, -1 }; +s32 path_table_77[] = { 76, 78, 79, -1 }; +s32 path_table_78[] = { 77, 80, -1 }; +s32 path_table_79[] = { 77, 80, -1 }; +s32 path_table_80[] = { 78, 79, 81, -1 }; +s32 path_table_81[] = { 80, 82, -1 }; +s32 path_table_82[] = { 81, 96, -1 }; +s32 path_table_83[] = { 15, 97, -1 }; +s32 path_table_84[] = { 85, -1 }; +s32 path_table_85[] = { 84, 93, -1 }; +s32 path_table_86[] = { 87, 88, -1 }; +s32 path_table_87[] = { 86, 88, -1 }; +s32 path_table_88[] = { 86, 87, 89, -1 }; +s32 path_table_89[] = { 88, 90, -1 }; +s32 path_table_90[] = { 89, 91, -1 }; +s32 path_table_91[] = { 90, 92, -1 }; +s32 path_table_92[] = { 91, 93, -1 }; +s32 path_table_93[] = { 85, 92, 94, -1 }; +s32 path_table_94[] = { 93, 95, -1 }; +s32 path_table_95[] = { 94, 106, -1 }; +s32 path_table_96[] = { 31, 82, 98, -1 }; +s32 path_table_97[] = { 83, 98, -1 }; +s32 path_table_98[] = { 96, 97, 99, -1 }; +s32 path_table_99[] = { 98, 100, -1 }; +s32 path_table_100[] = { 99, 101, -1 }; +s32 path_table_101[] = { 100, 102, -1 }; +s32 path_table_102[] = { 101, 103, -1 }; +s32 path_table_103[] = { 12, 102, 104, -1 }; +s32 path_table_104[] = { 103, 105, -1 }; +s32 path_table_105[] = { 104, 107, -1 }; +s32 path_table_106[] = { 95, 107, -1 }; +s32 path_table_107[] = { 38, 105, 106, -1 }; + +waypoint pathwaypoints[] = { + { 0x000000a9, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000000a8, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000000a7, &path_table_2, 0x00000000, 0x00000000 }, + { 0x000000a6, &path_table_3, 0x00000000, 0x00000000 }, + { 0x000000a5, &path_table_4, 0x00000000, 0x00000000 }, + { 0x000000a4, &path_table_5, 0x00000000, 0x00000000 }, + { 0x000000a3, &path_table_6, 0x00000000, 0x00000000 }, + { 0x000000a2, &path_table_7, 0x00000000, 0x00000000 }, + { 0x000000a1, &path_table_8, 0x00000000, 0x00000000 }, + { 0x000000a0, &path_table_9, 0x00000000, 0x00000000 }, + { 0x0000009f, &path_table_10, 0x00000000, 0x00000000 }, + { 0x0000009e, &path_table_11, 0x00000000, 0x00000000 }, + { 0x0000009d, &path_table_12, 0x00000000, 0x00000000 }, + { 0x0000009c, &path_table_13, 0x00000000, 0x00000000 }, + { 0x0000009b, &path_table_14, 0x00000000, 0x00000000 }, + { 0x0000009a, &path_table_15, 0x00000000, 0x00000000 }, + { 0x00000099, &path_table_16, 0x00000001, 0x00000000 }, + { 0x00000098, &path_table_17, 0x00000001, 0x00000000 }, + { 0x00000097, &path_table_18, 0x00000001, 0x00000000 }, + { 0x00000096, &path_table_19, 0x00000001, 0x00000000 }, + { 0x00000095, &path_table_20, 0x00000001, 0x00000000 }, + { 0x00000094, &path_table_21, 0x00000001, 0x00000000 }, + { 0x00000093, &path_table_22, 0x00000001, 0x00000000 }, + { 0x00000092, &path_table_23, 0x00000001, 0x00000000 }, + { 0x00000091, &path_table_24, 0x00000001, 0x00000000 }, + { 0x00000090, &path_table_25, 0x00000001, 0x00000000 }, + { 0x0000008f, &path_table_26, 0x00000001, 0x00000000 }, + { 0x0000008e, &path_table_27, 0x00000001, 0x00000000 }, + { 0x0000008d, &path_table_28, 0x00000001, 0x00000000 }, + { 0x0000008c, &path_table_29, 0x00000001, 0x00000000 }, + { 0x0000008b, &path_table_30, 0x00000001, 0x00000000 }, + { 0x0000008a, &path_table_31, 0x00000001, 0x00000000 }, + { 0x00000089, &path_table_32, 0x00000001, 0x00000000 }, + { 0x00000088, &path_table_33, 0x00000001, 0x00000000 }, + { 0x00000087, &path_table_34, 0x00000001, 0x00000000 }, + { 0x00000086, &path_table_35, 0x00000001, 0x00000000 }, + { 0x00000085, &path_table_36, 0x00000001, 0x00000000 }, + { 0x00000084, &path_table_37, 0x00000001, 0x00000000 }, + { 0x00000083, &path_table_38, 0x00000001, 0x00000000 }, + { 0x00000082, &path_table_39, 0x00000002, 0x00000000 }, + { 0x00000081, &path_table_40, 0x00000002, 0x00000000 }, + { 0x00000080, &path_table_41, 0x00000002, 0x00000000 }, + { 0x0000007f, &path_table_42, 0x00000002, 0x00000000 }, + { 0x0000007e, &path_table_43, 0x00000002, 0x00000000 }, + { 0x0000007d, &path_table_44, 0x00000003, 0x00000000 }, + { 0x0000007c, &path_table_45, 0x00000003, 0x00000000 }, + { 0x0000007b, &path_table_46, 0x00000003, 0x00000000 }, + { 0x0000007a, &path_table_47, 0x00000003, 0x00000000 }, + { 0x00000079, &path_table_48, 0x00000003, 0x00000000 }, + { 0x00000078, &path_table_49, 0x00000004, 0x00000000 }, + { 0x00000077, &path_table_50, 0x00000004, 0x00000000 }, + { 0x00000076, &path_table_51, 0x00000004, 0x00000000 }, + { 0x00000075, &path_table_52, 0x00000004, 0x00000000 }, + { 0x00000074, &path_table_53, 0x00000005, 0x00000000 }, + { 0x00000073, &path_table_54, 0x00000005, 0x00000000 }, + { 0x00000072, &path_table_55, 0x00000005, 0x00000000 }, + { 0x00000071, &path_table_56, 0x00000005, 0x00000000 }, + { 0x00000070, &path_table_57, 0x00000005, 0x00000000 }, + { 0x0000006f, &path_table_58, 0x00000005, 0x00000000 }, + { 0x0000006e, &path_table_59, 0x00000005, 0x00000000 }, + { 0x0000006d, &path_table_60, 0x00000005, 0x00000000 }, + { 0x0000006c, &path_table_61, 0x00000005, 0x00000000 }, + { 0x0000006b, &path_table_62, 0x00000005, 0x00000000 }, + { 0x0000006a, &path_table_63, 0x00000005, 0x00000000 }, + { 0x00000069, &path_table_64, 0x00000005, 0x00000000 }, + { 0x00000068, &path_table_65, 0x00000005, 0x00000000 }, + { 0x00000067, &path_table_66, 0x00000006, 0x00000000 }, + { 0x00000066, &path_table_67, 0x00000006, 0x00000000 }, + { 0x00000065, &path_table_68, 0x00000006, 0x00000000 }, + { 0x00000064, &path_table_69, 0x00000006, 0x00000000 }, + { 0x00000063, &path_table_70, 0x00000006, 0x00000000 }, + { 0x00000062, &path_table_71, 0x00000006, 0x00000000 }, + { 0x00000061, &path_table_72, 0x00000007, 0x00000000 }, + { 0x00000060, &path_table_73, 0x00000007, 0x00000000 }, + { 0x0000005f, &path_table_74, 0x00000007, 0x00000000 }, + { 0x0000005e, &path_table_75, 0x00000007, 0x00000000 }, + { 0x0000005d, &path_table_76, 0x00000007, 0x00000000 }, + { 0x0000005c, &path_table_77, 0x00000007, 0x00000000 }, + { 0x0000005b, &path_table_78, 0x00000007, 0x00000000 }, + { 0x0000005a, &path_table_79, 0x00000007, 0x00000000 }, + { 0x00000059, &path_table_80, 0x00000007, 0x00000000 }, + { 0x00000058, &path_table_81, 0x00000007, 0x00000000 }, + { 0x00000057, &path_table_82, 0x00000007, 0x00000000 }, + { 0x00000056, &path_table_83, 0x00000008, 0x00000000 }, + { 0x00000055, &path_table_84, 0x00000008, 0x00000000 }, + { 0x00000054, &path_table_85, 0x00000008, 0x00000000 }, + { 0x00000053, &path_table_86, 0x00000008, 0x00000000 }, + { 0x00000052, &path_table_87, 0x00000008, 0x00000000 }, + { 0x00000051, &path_table_88, 0x00000008, 0x00000000 }, + { 0x00000050, &path_table_89, 0x00000008, 0x00000000 }, + { 0x0000004f, &path_table_90, 0x00000008, 0x00000000 }, + { 0x0000004e, &path_table_91, 0x00000008, 0x00000000 }, + { 0x0000004d, &path_table_92, 0x00000008, 0x00000000 }, + { 0x0000004c, &path_table_93, 0x00000008, 0x00000000 }, + { 0x0000004b, &path_table_94, 0x00000008, 0x00000000 }, + { 0x0000004a, &path_table_95, 0x00000008, 0x00000000 }, + { 0x00000049, &path_table_96, 0x00000008, 0x00000000 }, + { 0x00000048, &path_table_97, 0x00000008, 0x00000000 }, + { 0x00000047, &path_table_98, 0x00000008, 0x00000000 }, + { 0x00000046, &path_table_99, 0x00000008, 0x00000000 }, + { 0x00000045, &path_table_100, 0x00000008, 0x00000000 }, + { 0x00000044, &path_table_101, 0x00000008, 0x00000000 }, + { 0x00000043, &path_table_102, 0x00000008, 0x00000000 }, + { 0x00000042, &path_table_103, 0x00000008, 0x00000000 }, + { 0x00000041, &path_table_104, 0x00000008, 0x00000000 }, + { 0x00000040, &path_table_105, 0x00000008, 0x00000000 }, + { 0x0000003f, &path_table_106, 0x00000008, 0x00000000 }, + { 0x0000003e, &path_table_107, 0x00000008, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "PAD_m104_dest_all_p", + "PAD_m103_dest_all_p", + "PAD_m102_dest_all_p", + "PAD_m101_dest_all_p", + "PAD_m100_dest_all_p", + "PAD_m99_dest_all_p", + "PAD_m98_dest_all_p", + "PAD_m97_dest_all_p", + "PAD_m96_dest_all_p", + "PAD_m95_dest_all_p", + "PAD_m94_dest_all_p", + "PAD_m93_dest_all_p", + "PAD_m92_dest_all_p", + "PAD_m91_dest_all_p", + "PAD_m90_dest_all_p", + "PAD_m89_dest_all_p", + "PAD_m83e_dest_all_p", + "PAD_m83d_dest_all_p", + "PAD_m83c_dest_all_p", + "PAD_m83b_dest_all_p", + "PAD_m83a_dest_all_p", + "PAD_m87_dest_all_p", + "PAD_m86_dest_all_p", + "PAD_m85_dest_all_p", + "PAD_m84_dest_all_p", + "PAD_m83_dest_all_p", + "PAD_m82_dest_all_p", + "PAD_m81_dest_all_p", + "PAD_m80_dest_all_p", + "PAD_m79_dest_all_p", + "PAD_m78_dest_all_p", + "PAD_m77_dest_all_p", + "PAD_m76_dest_all_p", + "PAD_m75_dest_all_p", + "PAD_m74_dest_all_p", + "PAD_m73_dest_all_p", + "PAD_m72_dest_all_p", + "PAD_m71_dest_all_p", + "PAD_m70_dest_all_p", + "PAD_m68_dest_all_p", + "PAD_m67_dest_all_p", + "PAD_m66_dest_all_p", + "PAD_m65_dest_all_p", + "PAD_m64_dest_all_p", + "PAD_m63_dest_all_p", + "PAD_m62_dest_all_p", + "PAD_m61_dest_all_p", + "PAD_m60_dest_all_p", + "PAD_m59_dest_all_p", + "PAD_m58_dest_all_p", + "PAD_m57_dest_all_p", + "PAD_m56_dest_all_p", + "PAD_m55_dest_all_p", + "PAD_m69_dest_all_p", + "PAD_m54_dest_all_p", + "PAD_m53_dest_all_p", + "PAD_m52_dest_all_p", + "PAD_m51_dest_all_p", + "PAD_m50_dest_all_p", + "PAD_m49_dest_all_p", + "PAD_m48_dest_all_p", + "PAD_m47_dest_all_p", + "PAD_m46_dest_all_p", + "PAD_m44_dest_all_p", + "PAD_m43_dest_all_p", + "PAD_m42_dest_all_p", + "PAD_m41_dest_all_p", + "PAD_m40_dest_all_p", + "PAD_m39_dest_all_p", + "PAD_m38_dest_all_p", + "PAD_m37_dest_all_p", + "PAD_m36_dest_all_p", + "PAD_m35_dest_all_p", + "PAD_m34_dest_all_p", + "PAD_m33_dest_all_p", + "PAD_m32_dest_all_p", + "PAD_m31_dest_all_p", + "PAD_m30_dest_all_p", + "PAD_m29_dest_all_p", + "PAD_m28_dest_all_p", + "PAD_m27_dest_all_p", + "PAD_m26_dest_all_p", + "PAD_m25_dest_all_p", + "PAD_m88_dest_all_p", + "PAD_m24_dest_all_p", + "PAD_m23_dest_all_p", + "PAD_m22_dest_all_p", + "PAD_m21_dest_all_p", + "PAD_m20_dest_all_p", + "PAD_m19_dest_all_p", + "PAD_m18_dest_all_p", + "PAD_m17_dest_all_p", + "PAD_m16_dest_all_p", + "PAD_m15_dest_all_p", + "PAD_m14_dest_all_p", + "PAD_m13_dest_all_p", + "PAD_m12_dest_all_p", + "PAD_m11_dest_all_p", + "PAD_m10_dest_all_p", + "PAD_m9_dest_all_p", + "PAD_m8_dest_all_p", + "PAD_m7_dest_all_p", + "PAD_m6_dest_all_p", + "PAD_m5_dest_all_p", + "PAD_m4_dest_all_p", + "PAD_m3_dest_all_p", + "PAD_m2_dest_all_p", + "PAD_m1_dest_all_p", + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_1[] = { 0x21020003, 0x3c073207, 0x31fc0c01, 0x00020702, 0x0b0330fd, 0x0731fc0c, 0x010b0207, 0xc3340818, 0xfd080802, 0x0a03010a, 0x020cc334, 0x09060404, 0x05fd0404, 0x04000000 }; +u32 ai_2[] = { 0x14002400, 0xfc000200, 0x0346073c, 0x07320701, 0x000207ae, 0x020a0370, 0x0229b400, 0x00780700, 0x08022970, 0x0129b400, 0x00960700, 0x080229b4, 0x0000b407, 0x02087900, 0x0b010a02, 0x07160004, 0x00fc0702, 0x07030303, 0x030318fc, 0x080a0600, 0x0205fd00, 0x08020b03, 0x06000205, 0xfd000201, 0x0b040000 }; +u32 ai_3[] = { 0x61fd0200, 0x33352807, 0xab008f00, 0x08020735, 0x5007ab00, 0x91000802, 0x07357807, 0xab009300, 0x08020735, 0xa007ab00, 0x94000802, 0x0735c807, 0xab00a800, 0x080207ab, 0x00a90008, 0x02081c23, 0x28020a03, 0x2f044dfd, 0x00322328, 0x04462301, 0x0a0223ad, 0x210a0021, 0x02070333, 0x35dc073b, 0x072f0701, 0x070207ad, 0x496d206f, 0x6666210a, 0x00010002, 0x044dfd00, 0x3223282e, 0x07022e3c, 0x0cc3340a, 0x000d020b, 0x03010b02, 0x0c010002, 0x0d229c00, 0x00010007, 0x9a000001, 0x00000e02, 0x079c0000, 0x0200079a, 0x00000200, 0x000e0207, 0x9c000004, 0x00079a00, 0x00040000, 0x0e02079c, 0x00000800, 0x079a0000, 0x0800000e, 0x02079c00, 0x00100007, 0x9a000010, 0x00000e02, 0x07020e03, 0x010e0400 }; +u32 ai_0[] = { 0xcd026c00, 0x000a0002, 0xffff0002, 0x06000200, 0x03010004 }; +u32 ai_5[] = { 0x02000358, 0x2f000757, 0x2f080100, 0x020c0358, 0x2f000701, 0x0c0207c3, 0x340b9b00, 0x0080009a, 0x00004000, 0x000a020a, 0x03582f00, 0x07000802, 0x07010a02, 0x08c3340c, 0x9a000080, 0x009b0000, 0x4000010c, 0x04000000 }; +u32 ai_6[] = { 0xc4003c00, 0xc7000000, 0x0000020a, 0x0352005a, 0x27540755, 0x006c0755, 0x001c0755, 0x00350755, 0x006e0755, 0x001d0755, 0x00750755, 0x00660755, 0x0063079c, 0x00080000, 0x08010a02, 0x07ad2121, 0x210a00c7, 0x007fff00, 0x78000b02, 0x0b039c00, 0x08000008, 0x53008c27, 0x5407010b, 0x0207ad6f, 0x66660a00, 0xc7000000, 0x00f0010a, 0x0208ad62, 0x616e670a, 0x00a40300, 0x0200005f, 0x03c90002, 0x0c03010c, 0x04000000 }; +u32 ai_7[] = { 0x0200035d, 0x01075c01, 0x08010002, 0x0759270b, 0x02085f01, 0x000c020b, 0xc400f701, 0xc5010100, 0x009a0001, 0x0000c334, 0x0da30100, 0x02000002, 0x0c03010c, 0x04000000 }; +u32 ai_8[] = { 0x0200035d, 0x02075c02, 0x08010002, 0x0759270b, 0x02085f02, 0x000c020b, 0xc400f702, 0xc5020200, 0x009a0002, 0x0000c334, 0x0ea30200, 0x02000002, 0x0c03010c, 0x04000000 }; +u32 ai_9[] = { 0x022a039c, 0x00040000, 0x075b0107, 0x9a000400, 0x0002079c, 0x00080000, 0x075b0207, 0x9a000800, 0x00020701, 0x2a040000 }; +u32 ai_10[] = { 0x020a0355, 0x00990755, 0x00950700, 0x03020701, 0x0a020303, 0xeb2f5500, 0x99070103, 0x0207ecd7, 0x00da020e, 0x03dc0701, 0x0e0207f1, 0x0705fd00, 0x0f0207dd, 0xea590207, 0x59030759, 0x1a07591b, 0x07591c07, 0x591d0759, 0x18075919, 0x07590407, 0x59050759, 0x06075907, 0x07590807, 0x59090759, 0x0a07590b, 0x07590c07, 0x590d0759, 0x0e07590f, 0x07591007, 0x59110759, 0x12075913, 0x07591607, 0x59140759, 0x1507e404, 0x0207ed03, 0x0303d504, 0x00020000, 0x05f80405, 0xdb020f03, 0xdc07010f, 0x020705fd, 0x0001022f, 0x05fd0001, 0x04000000 }; +u32 ai_4[] = { 0xd9fd00b0, 0x070207e0, 0xfd010a00, 0x69000000, 0x1d061002, 0x0b032f07, 0x010b0207, 0xe0fd000a, 0x0069001d, 0x00a00610, 0xae020c03, 0x2f07b400, 0x00de0701, 0x0c0207da, 0x020d03dc, 0x07010d02, 0x07d20204, 0x03010404 }; +u32 ai_11[] = { 0x7101049a, 0x00000100, 0x7100049a, 0x00000200, 0x9a000004, 0x00020405, 0xfd000104 }; +u32 ai_12[] = { 0x020303a0, 0x2c001000, 0x00a02d00, 0x100000a0, 0x30001000, 0x0003a031, 0x00100000, 0xa0340010, 0x0000a035, 0x00100000, 0x022a0370, 0x0229f701, 0x07012a02, 0x29700129, 0xf7020701, 0x2a0229f7, 0x0407012a, 0x0207ae02, 0x0a03b400, 0x003c07c3, 0x341e9a00, 0x10000001, 0x0a020705, 0xfd000104 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00001000 }, + /* index = 6 */ + { &ai_6, 0x00001001 }, + /* index = 7 */ + { &ai_7, 0x00001002 }, + /* index = 8 */ + { &ai_8, 0x00001003 }, + /* index = 9 */ + { &ai_9, 0x00001004 }, + /* index = 10 */ + { &ai_10, 0x00001005 }, + /* index = 11 */ + { &ai_11, 0x00001006 }, + /* index = 12 */ + { &ai_12, 0x00001007 }, + /* index = 13 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/j/UsetupjunZ.c b/assets/obseg/setup/j/UsetupjunZ.c new file mode 100644 index 0000000..1cbfe20 --- /dev/null +++ b/assets/obseg/setup/j/UsetupjunZ.c @@ -0,0 +1,2392 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:21 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupjunZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {377.0f, 50.0f, -492.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1295a", 0 }, + { {311.0f, 39.0f, -441.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1354a", 0 }, + { {300.0f, 39.0f, -497.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1352a", 0 }, + { {234.0f, 35.0f, -464.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1279a", 0 }, + { {220.0f, 36.0f, -427.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1346a", 0 }, + { {214.0f, 27.0f, -498.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1361a", 0 }, + { {164.0f, 25.0f, -433.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1350a", 0 }, + { {121.0f, 27.0f, -503.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1695a", 0 }, + { {75.0f, 28.0f, -518.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1601a", 0 }, + { {-23.0f, 27.0f, -563.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1672a", 0 }, + { {28.0f, 28.0f, -534.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1687a", 0 }, + { {-46.0f, 22.0f, -527.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1669a", 0 }, + { {-101.0f, 28.0f, -534.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1636a", 0 }, + { {-97.0f, 25.0f, -490.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1633a", 0 }, + { {87.0f, 26.0f, -466.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1603a", 0 }, + { {-59.0f, 30.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1645a", 0 }, + { {-59.0f, 30.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1645a", 0 }, + { {111.0f, 28.0f, -412.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1674a", 0 }, + { {54.0f, 24.0f, -404.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1677a", 0 }, + { {-65.0f, 26.0f, -388.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1642a", 0 }, + { {59.0f, 29.0f, -370.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1693a", 0 }, + { {-26.0f, 27.0f, -348.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1519a", 0 }, + { {28.0f, 17.0f, -283.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2085a", 0 }, + { {-18.0f, 22.0f, -242.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2081a", 0 }, + { {62.0f, 16.0f, -239.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2097a", 0 }, + { {30.0f, 15.0f, -202.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2047a", 0 }, + { {-8.0f, 12.0f, -172.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1995a", 0 }, + { {34.0f, 15.0f, -159.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2073a", 0 }, + { {-40.0f, 4.0f, -138.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2062a", 0 }, + { {33.0f, 11.0f, -117.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2070a", 0 }, + { {-23.0f, 4.0f, -84.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1981a", 0 }, + { {32.0f, 3.0f, -62.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1873a", 0 }, + { {-47.0f, 3.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1791a", 0 }, + { {53.0f, 2.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1894a", 0 }, + { {-63.0f, 3.0f, -5.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1767a", 0 }, + { {13.0f, 3.0f, 3.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1844a", 0 }, + { {84.0f, 3.0f, 35.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p3355a", 0 }, + { {20.0f, 5.0f, 44.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1841a", 0 }, + { {-33.0f, -1.0f, 42.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1783a", 0 }, + { {-77.0f, 2.0f, 45.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1762a", 0 }, + { {72.0f, 2.0f, 74.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1883a", 0 }, + { {-100.0f, 2.0f, 106.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1737a", 0 }, + { {-103.0f, 2.0f, 150.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1731a", 0 }, + { {-40.0f, 0.0f, 180.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4709a", 0 }, + { {16.0f, 0.0f, 164.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4701a", 0 }, + { {68.0f, 3.0f, 130.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1879a", 0 }, + { {25.0f, 1.0f, 134.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4685a", 0 }, + { {26.0f, 3.0f, 87.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1862a", 0 }, + { {-47.0f, 8.0f, 112.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4723a", 0 }, + { {716.0f, 75.0f, -1029.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1155b", 0 }, + { {669.0f, 75.0f, -994.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1081b", 0 }, + { {661.0f, 75.0f, -1050.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1058b", 0 }, + { {613.0f, 75.0f, -1065.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1147b", 0 }, + { {569.0f, 75.0f, -1098.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1143b", 0 }, + { {484.0f, 75.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1094b", 0 }, + { {539.0f, 75.0f, -1058.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1129b", 0 }, + { {491.0f, 75.0f, -1018.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1091b", 0 }, + { {696.0f, 75.0f, -941.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1133b", 0 }, + { {526.0f, 75.0f, -963.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1104b", 0 }, + { {523.0f, 75.0f, -917.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1100b", 0 }, + { {639.0f, 75.0f, -933.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1137b", 0 }, + { {646.0f, 75.0f, -880.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1151b", 0 }, + { {560.0f, 75.0f, -878.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p976b", 0 }, + { {612.0f, 65.0f, -812.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1465b", 0 }, + { {567.0f, 65.0f, -772.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1510b", 0 }, + { {648.0f, 65.0f, -768.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2415b", 0 }, + { {615.0f, 59.0f, -732.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1505b", 0 }, + { {625.0f, 59.0f, -690.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1502b", 0 }, + { {578.0f, 59.0f, -702.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1423b", 0 }, + { {618.0f, 59.0f, -646.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1498b", 0 }, + { {564.0f, 54.0f, -613.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1409b", 0 }, + { {542.0f, 48.0f, -586.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1820b", 0 }, + { {645.0f, 48.0f, -557.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1760b", 0 }, + { {525.0f, 48.0f, -533.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1795b", 0 }, + { {688.0f, 48.0f, -508.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1745b", 0 }, + { {673.0f, 48.0f, -449.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1750b", 0 }, + { {664.0f, 54.0f, -383.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1773b", 0 }, + { {608.0f, 50.0f, -364.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1801b", 0 }, + { {623.0f, 50.0f, -428.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1631b", 0 }, + { {548.0f, 50.0f, -463.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1709b", 0 }, + { {512.0f, 50.0f, -407.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1731b", 0 }, + { {463.0f, 50.0f, -514.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1793b", 0 }, + { {454.0f, 50.0f, -430.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1813b", 0 }, + { {1615.0f, 98.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9174c", 0 }, + { {1645.0f, 100.0f, -1009.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9199c", 0 }, + { {1774.0f, 103.0f, -1078.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9284c", 0 }, + { {1821.0f, 100.0f, -1031.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9291c", 0 }, + { {1771.0f, 102.0f, -986.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9316c", 0 }, + { {1380.0f, 77.0f, -1019.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5111c", 0 }, + { {1021.0f, 79.0f, -929.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6379c", 0 }, + { {1318.0f, 73.0f, -904.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5041c", 0 }, + { {1328.0f, 73.0f, -968.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5080c", 0 }, + { {1293.0f, 73.0f, -939.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5844c", 0 }, + { {1321.0f, 89.0f, -1082.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5081c", 0 }, + { {1511.0f, 78.0f, -910.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5027c", 0 }, + { {1460.0f, 73.0f, -1057.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5007c", 0 }, + { {1421.0f, 73.0f, -890.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5033c", 0 }, + { {1416.0f, 73.0f, -975.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4960c", 0 }, + { {1366.0f, 73.0f, -943.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5058c", 0 }, + { {1361.0f, 73.0f, -1055.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5018c", 0 }, + { {1283.0f, 73.0f, -863.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5680c", 0 }, + { {1492.0f, 90.0f, -1047.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5021c", 0 }, + { {1494.0f, 79.0f, -1008.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4988c", 0 }, + { {1523.0f, 80.0f, -1051.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5014c", 0 }, + { {1546.0f, 84.0f, -914.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5025c", 0 }, + { {860.0f, 103.0f, -1005.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6440c", 0 }, + { {1005.0f, 75.0f, -1100.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6459c", 0 }, + { {1023.0f, 75.0f, -1076.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6351c", 0 }, + { {1001.0f, 75.0f, -879.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6591c", 0 }, + { {930.0f, 75.0f, -1046.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6473c", 0 }, + { {979.0f, 75.0f, -1050.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6567c", 0 }, + { {1040.0f, 75.0f, -856.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6213c", 0 }, + { {1040.0f, 75.0f, -1141.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6345c", 0 }, + { {972.0f, 75.0f, -917.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6478c", 0 }, + { {928.0f, 75.0f, -975.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6395c", 0 }, + { {907.0f, 75.0f, -912.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6482c", 0 }, + { {890.0f, 75.0f, -1068.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6463c", 0 }, + { {882.0f, 75.0f, -971.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6418c", 0 }, + { {804.0f, 75.0f, -948.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6520c", 0 }, + { {818.0f, 75.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6466c", 0 }, + { {1792.0f, 102.0f, -914.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9750c", 0 }, + { {1623.0f, 102.0f, -906.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9236c", 0 }, + { {1655.0f, 102.0f, -920.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9235c", 0 }, + { {1712.0f, 102.0f, -926.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9238c", 0 }, + { {1809.0f, 102.0f, -924.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9355c", 0 }, + { {1795.0f, 76.0f, -988.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9294c", 0 }, + { {1753.0f, 76.0f, -923.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9372c", 0 }, + { {1474.0f, 72.0f, -1019.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4990c", 0 }, + { {1342.0f, 72.0f, -1014.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5115c", 0 }, + { {1598.0f, 75.0f, -928.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9227c", 0 }, + { {1661.0f, 75.0f, -967.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9239c", 0 }, + { {1830.0f, 83.0f, -989.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9304c", 0 }, + { {1821.0f, 83.0f, -1072.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9289c", 0 }, + { {1491.0f, 84.0f, -917.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5029c", 0 }, + { {1675.0f, 79.0f, -1048.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9192c", 0 }, + { {1585.0f, 89.0f, -1019.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9204c", 0 }, + { {291.0f, 42.0f, -439.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1376a", 0 }, + { {287.0f, 42.0f, -510.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1329a", 0 }, + { {155.0f, 28.0f, -531.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1686a", 0 }, + { {-1.0f, 28.0f, -551.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1699a", 0 }, + { {-75.0f, 28.0f, -543.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1653a", 0 }, + { {-102.0f, 28.0f, -452.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1630a", 0 }, + { {78.0f, 28.0f, -362.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1694a", 0 }, + { {49.0f, 28.0f, -338.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1702a", 0 }, + { {-19.0f, 28.0f, -300.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2001a", 0 }, + { {42.0f, 14.0f, -129.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2071a", 0 }, + { {-46.0f, 7.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2063a", 0 }, + { {-112.0f, 7.0f, -23.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1912a", 0 }, + { {56.0f, 4.0f, -66.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1897a", 0 }, + { {91.0f, 4.0f, -38.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1910a", 0 }, + { {94.0f, 4.0f, 2.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1905a", 0 }, + { {70.0f, 4.0f, 94.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1881a", 0 }, + { {52.0f, 4.0f, 68.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1882a", 0 }, + { {-82.0f, 4.0f, 69.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1740a", 0 }, + { {-117.0f, 4.0f, 117.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1921a", 0 }, + { {-72.0f, 4.0f, 171.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4716a", 0 }, + { {43.0f, 4.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1857a", 0 }, + { {506.0f, 83.0f, -1073.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1111b", 0 }, + { {497.0f, 83.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1089b", 0 }, + { {674.0f, 83.0f, -899.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1069b", 0 }, + { {541.0f, 64.0f, -690.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1491b", 0 }, + { {629.0f, 64.0f, -663.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2411b", 0 }, + { {642.0f, 52.0f, -597.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1758b", 0 }, + { {711.0f, 52.0f, -434.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1847b", 0 }, + { {467.0f, 52.0f, -407.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1803b", 0 }, + { {529.0f, 52.0f, -370.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1733b", 0 }, + { {631.0f, 52.0f, -402.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1789b", 0 }, + { {1407.0f, 83.0f, -1078.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5003c", 0 }, + { {1357.0f, 83.0f, -896.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5038c", 0 }, + { {943.0f, 83.0f, -1083.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6462c", 0 }, + { {843.0f, 83.0f, -1066.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6415c", 0 }, + { {811.0f, 83.0f, -931.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6502c", 0 }, + { {1783.0f, 83.0f, -737.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p528d", 0 }, + { {1626.0f, 83.0f, -792.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p536d", 0 }, + { {838.0f, 77.0f, -957.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6386c", 0 }, + { {920.0f, 77.0f, -1061.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6450c", 0 }, + { {1031.0f, 77.0f, -1087.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6348c", 0 }, + { {1049.0f, 77.0f, -925.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6381c", 0 }, + { {1433.0f, 77.0f, -1041.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5001c", 0 }, + { {1457.0f, 77.0f, -898.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5030c", 0 }, + { {1694.0f, 95.0f, -947.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9230c", 0 }, + { {1741.0f, 84.0f, -1076.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9280c", 0 }, + { {1833.0f, 84.0f, -945.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9360c", 0 }, + { {1848.0f, 84.0f, -1073.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9299c", 0 }, + { {1697.0f, 83.0f, -905.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9219c", 0 }, + { {618.0f, 77.0f, -912.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1163b", 0 }, + { {447.0f, 52.0f, -510.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1793b", 0 }, + { {621.0f, 52.0f, -503.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1782b", 0 }, + { {547.0f, 52.0f, -517.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1738b", 0 }, + { {480.0f, 52.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1797b", 0 }, + { {181.0f, 30.0f, -493.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1327a", 0 }, + { {125.0f, 30.0f, -439.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1676a", 0 }, + { {78.0f, 30.0f, -379.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1694a", 0 }, + { {-47.0f, 30.0f, -421.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1661a", 0 }, + { {1622.0f, 88.0f, -749.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p539d", 0 }, + { {1752.0f, 87.0f, -718.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p526d", 0 }, + { {1817.0f, 88.0f, -757.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p532d", 0 }, + { {1873.0f, 122.0f, -669.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p510d", 0 }, + { {1941.0f, 122.0f, -642.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p519d", 0 }, + { {1822.0f, 122.0f, -627.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p489d", 0 }, + { {1885.0f, 122.0f, -588.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p500d", 0 }, + { {1915.0f, 122.0f, -613.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p502d", 0 }, + { {1906.0f, 122.0f, -674.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p516d", 0 }, + { {799.0f, 77.0f, -1026.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6543c", 0 }, + { {880.0f, 77.0f, -998.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6403c", 0 }, + { {1749.0f, 86.0f, -989.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9323c", 0 }, + { {1745.0f, 83.0f, -1051.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9319c", 0 }, + { {1772.0f, 87.0f, -1016.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9327c", 0 }, + { {1430.0f, 89.0f, -1011.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4998c", 0 }, + { {1642.0f, 88.0f, -1047.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9176c", 0 }, + { {1322.0f, 89.0f, -1016.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5119c", 0 }, + { {1401.0f, 81.0f, -889.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5034c", 0 }, + { {535.0f, 77.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1123b", 0 }, + { {590.0f, 66.0f, -757.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1457b", 0 }, + { {527.0f, 53.0f, -630.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2483b2", 0 }, + { {-23.0f, 31.0f, -422.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1531a", 0 }, + { {27.0f, 26.0f, -360.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1702a", 0 }, + { {2.0f, 17.0f, -227.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2031a", 0 }, + { {-60.0f, 4.0f, -96.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2108a", 0 }, + { {-26.0f, 4.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1811a", 0 }, + { {51.0f, 9.0f, 45.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1865a", 0 }, + { {-5.0f, 5.0f, 127.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4694a", 0 }, + { {10.0f, 12.0f, -136.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "", 0 }, + { {22.0f, 5.0f, 117.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4684a", 0 }, + { {58.0f, 5.0f, -6.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1890a", 0 }, + { {-92.0f, 5.0f, 133.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1735a", 0 }, + { {-7.0f, 5.0f, -84.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1983a", 0 }, + { {-61.0f, 5.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1761a", 0 }, + { {-32.0f, 5.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1779a", 0 }, + { {-82.0f, 5.0f, -68.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2104a", 0 }, + { {1759.0f, 80.0f, -866.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p448d", 0 }, + { {1774.0f, 80.0f, -780.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p530d", 0 }, + { {1699.0f, 80.0f, -647.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p478d", 0 }, + { {1644.0f, 80.0f, -740.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p540d", 0 }, + { {781.0f, 80.0f, -1045.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6545c", 0 }, + { {791.0f, 80.0f, -965.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6523c", 0 }, + { {918.0f, 80.0f, -891.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6481c", 0 }, + { {1292.0f, 80.0f, -910.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5845c", 0 }, + { {1340.0f, 80.0f, -956.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5078c", 0 }, + { {1447.0f, 80.0f, -983.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4956c", 0 }, + { {1554.0f, 80.0f, -1037.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5122c", 0 }, + { {1639.0f, 79.0f, -895.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9660c", 0 }, + { {1702.0f, 79.0f, -1049.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9202c", 0 }, + { {1864.0f, 79.0f, -1017.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9310c", 0 }, + { {624.0f, 80.0f, -1050.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1010b", 0 }, + { {462.0f, 80.0f, -1019.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1177b", 0 }, + { {680.0f, 80.0f, -920.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1071b", 0 }, + { {545.0f, 64.0f, -763.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1495b", 0 }, + { {637.0f, 64.0f, -798.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1513b", 0 }, + { {652.0f, 60.0f, -757.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1526b", 0 }, + { {627.0f, 60.0f, -679.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1501b", 0 }, + { {625.0f, 60.0f, -639.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1498b", 0 }, + { {620.0f, 52.0f, -528.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1780b", 0 }, + { {514.0f, 52.0f, -478.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1729b", 0 }, + { {521.0f, 52.0f, -393.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1732b", 0 }, + { {712.0f, 52.0f, -412.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1846b", 0 }, + { {684.0f, 52.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1755b", 0 }, + { {588.0f, 52.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1801b", 0 }, + { {303.0f, 40.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1355a", 0 }, + { {200.0f, 36.0f, -425.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1347a", 0 }, + { {94.0f, 29.0f, -542.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1666a", 0 }, + { {200.0f, 29.0f, -513.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1363a", 0 }, + { {12.0f, 29.0f, -546.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1698a", 0 }, + { {-125.0f, 29.0f, -533.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1721a", 0 }, + { {51.0f, 29.0f, -463.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1665a", 0 }, + { {-103.0f, 29.0f, -466.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1631a", 0 }, + { {-48.0f, 29.0f, -371.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1657a", 0 }, + { {-23.0f, 29.0f, -325.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2003a", 0 }, + { {52.0f, 20.0f, -264.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2084a", 0 }, + { {68.0f, 20.0f, -226.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2095a", 0 }, + { {42.0f, 20.0f, -145.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2072a", 0 }, + { {-44.0f, 20.0f, -242.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2068a", 0 }, + { {39.0f, 14.0f, -104.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2069a", 0 }, + { {-74.0f, 6.0f, -37.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1769a", 0 }, + { {101.0f, 6.0f, -17.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1909a", 0 }, + { {-97.0f, 6.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1745a", 0 }, + { {10.0f, 6.0f, 26.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1842a", 0 }, + { {-106.0f, 6.0f, 90.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1739a", 0 }, + { {59.0f, 6.0f, 111.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1880a", 0 }, + { {86.0f, 6.0f, 152.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1899a", 0 }, + { {16.0f, 2.0f, -26.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "", 0 }, + { {-117.0f, 2.0f, 136.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1923a", 0 }, + { {27.0f, 26.0f, -331.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2086a", 0 }, + { {35.0f, 2.0f, 177.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4780a1", 0 }, + { {-1.0f, 2.0f, 173.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4759a", 0 }, + { {1680.0f, 77.0f, -789.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p460d", 0 }, + { {1740.0f, 77.0f, -760.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p472d", 0 }, + { {1742.0f, 77.0f, -736.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p473d", 0 }, + { {1732.0f, 77.0f, -842.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p455d", 0 }, + { {1667.0f, 77.0f, -854.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p442d", 0 }, + { {1659.0f, 77.0f, -876.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p438d", 0 }, + { {809.0f, 77.0f, -1075.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6467c", 0 }, + { {873.0f, 77.0f, -1086.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6416c", 0 }, + { {941.0f, 77.0f, -1001.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6428c", 0 }, + { {861.0f, 77.0f, -902.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6486c", 0 }, + { {1294.0f, 77.0f, -1067.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "", 0 }, + { {1301.0f, 77.0f, -1044.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5820c", 0 }, + { {1367.0f, 77.0f, -1032.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5100c", 0 }, + { {1420.0f, 77.0f, -930.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5054c", 0 }, + { {1473.0f, 77.0f, -904.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5030c", 0 }, + { {1552.0f, 77.0f, -981.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4947c", 0 }, + { {960.0f, 71.0f, -948.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6510c", 0 }, + { {995.0f, 105.0f, -979.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6387c", 0 }, + { {1035.0f, 105.0f, -1055.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6352c", 0 }, + { {1599.0f, 77.0f, -1060.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9174c", 0 }, + { {1599.0f, 77.0f, -954.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9225c", 0 }, + { {1676.0f, 77.0f, -1080.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9182c", 0 }, + { {1787.0f, 77.0f, -1080.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9283c", 0 }, + { {1788.0f, 77.0f, -945.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9347c", 0 }, + { {727.0f, 77.0f, -954.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1135b", 0 }, + { {727.0f, 77.0f, -1060.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1145b", 0 }, + { {649.0f, 77.0f, -1082.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1077b", 0 }, + { {538.0f, 77.0f, -1082.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1131b", 0 }, + { {541.0f, 77.0f, -946.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1121b", 0 }, + { {619.0f, 77.0f, -855.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1515b", 0 }, + { {557.0f, 69.0f, -759.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1493b", 0 }, + { {582.0f, 65.0f, -726.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1507b", 0 }, + { {535.0f, 55.0f, -654.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1488b", 0 }, + { {634.0f, 55.0f, -617.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1518b", 0 }, + { {554.0f, 55.0f, -562.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1821b", 0 }, + { {674.0f, 55.0f, -485.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1747b", 0 }, + { {690.0f, 55.0f, -399.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1753b", 0 }, + { {655.0f, 55.0f, -365.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1774b", 0 }, + { {608.0f, 55.0f, -397.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1799b", 0 }, + { {531.0f, 55.0f, -490.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1785b", 0 }, + { {501.0f, 55.0f, -507.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1735b", 0 }, + { {493.0f, 55.0f, -392.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1786b", 0 }, + { {213.0f, 39.0f, -444.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1279a", 0 }, + { {149.0f, 24.0f, -417.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1675a", 0 }, + { {149.0f, 24.0f, -508.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1696a", 0 }, + { {91.0f, 24.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1623a", 0 }, + { {-24.0f, 24.0f, -525.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1681a", 0 }, + { {-90.0f, 32.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1629a", 0 }, + { {97.0f, 32.0f, -369.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1612a", 0 }, + { {-6.0f, 25.0f, -272.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1997a", 0 }, + { {-30.0f, 21.0f, -223.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2065a", 0 }, + { {-4.0f, 16.0f, -193.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2078a", 0 }, + { {-52.0f, 6.0f, -120.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2060a", 0 }, + { {47.0f, 6.0f, -85.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2089a", 0 }, + { {97.0f, 6.0f, 23.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1903a", 0 }, + { {-28.0f, 6.0f, -37.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1790a", 0 }, + { {-100.0f, 6.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1747a", 0 }, + { {-87.0f, 6.0f, 31.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1744a", 0 }, + { {14.0f, 6.0f, 63.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1840a", 0 }, + { {-55.0f, 6.0f, 120.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1758a", 0 }, + { {52.0f, 6.0f, 155.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1874a", 0 }, + { {-87.0f, 6.0f, 164.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1731a", 0 }, + { {31.0f, 6.0f, -54.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1872a", 0 }, + { {-16.0f, 33.0f, -52.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1823a", 0 }, + { {4.0f, 57.0f, -453.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1587a", 0 }, + { {-45.0f, 33.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p2057a", 0 }, + { {4.0f, 57.0f, -467.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1591a", 0 }, + { {-65.0f, 33.0f, 90.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1760a", 0 }, + { {-14.0f, 33.0f, 102.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p4679a", 0 }, + { {-56.0f, 33.0f, 30.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1765a", 0 }, + { {-6.0f, 33.0f, 35.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1811a", 0 }, + { {-15.0f, 33.0f, 3.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1815a", 0 }, + { {3.0f, 33.0f, -42.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1852a", 0 }, + { {33.0f, 33.0f, -14.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1869a", 0 }, + { {53.0f, 33.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1888a", 0 }, + { {6.0f, 33.0f, -68.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2007a", 0 }, + { {6.0f, 33.0f, -108.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2011a", 0 }, + { {-7.0f, 33.0f, -141.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1991a", 0 }, + { {13.0f, 33.0f, -168.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2021a", 0 }, + { {-50.0f, 33.0f, -70.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2057a", 0 }, + { {38.0f, 33.0f, 108.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1860a", 0 }, + { {13.0f, 41.0f, -208.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2027a", 0 }, + { {33.0f, 41.0f, -228.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2051a", 0 }, + { {26.0f, 46.0f, -248.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2051a", 0 }, + { {-1.0f, 46.0f, -275.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2035a", 0 }, + { {13.0f, 46.0f, -308.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2043a", 0 }, + { {6.0f, 46.0f, -335.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1571a", 0 }, + { {-1.0f, 57.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1579a", 0 }, + { {6.0f, 57.0f, -429.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1583a", 0 }, + { {-21.0f, 57.0f, -462.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1537a", 0 }, + { {-7.0f, 57.0f, -489.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1541a", 0 }, + { {-87.0f, 57.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1629a", 0 }, + { {-53.0f, 57.0f, -470.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1565a", 0 }, + { {-88.0f, 57.0f, -505.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1635a", 0 }, + { {66.0f, 57.0f, -436.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1608a", 0 }, + { {26.0f, 57.0f, -506.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1551a", 0 }, + { {59.0f, 57.0f, -499.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1557a", 0 }, + { {93.0f, 57.0f, -486.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1561a", 0 }, + { {133.0f, 57.0f, -466.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1569a", 0 }, + { {160.0f, 57.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1287a", 0 }, + { {200.0f, 57.0f, -473.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1321a", 0 }, + { {240.0f, 65.0f, -493.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1315a", 0 }, + { {273.0f, 65.0f, -486.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1311a", 0 }, + { {307.0f, 75.0f, -479.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1305a", 0 }, + { {354.0f, 75.0f, -466.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1273a", 0 }, + { {400.0f, 75.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1265a", 0 }, + { {447.0f, 75.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1623b", 0 }, + { {514.0f, 75.0f, -439.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1671b", 0 }, + { {561.0f, 75.0f, -426.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1663b", 0 }, + { {605.0f, 75.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1655b", 0 }, + { {601.0f, 75.0f, -489.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1649b", 0 }, + { {574.0f, 75.0f, -549.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1691b", 0 }, + { {594.0f, 75.0f, -596.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1633b", 0 }, + { {587.0f, 75.0f, -643.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1439b", 0 }, + { {594.0f, 75.0f, -689.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1447b", 0 }, + { {594.0f, 81.0f, -723.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1451b", 0 }, + { {601.0f, 81.0f, -743.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1455b", 0 }, + { {614.0f, 81.0f, -763.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1479b", 0 }, + { {594.0f, 81.0f, -790.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1463b", 0 }, + { {587.0f, 90.0f, -830.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1467b", 0 }, + { {755.0f, 90.0f, -981.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6537c", 0 }, + { {795.0f, 90.0f, -994.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6533c", 0 }, + { {835.0f, 90.0f, -1014.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6408c", 0 }, + { {868.0f, 90.0f, -1008.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6440c", 0 }, + { {915.0f, 90.0f, -1001.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6432c", 0 }, + { {955.0f, 90.0f, -1021.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6430c", 0 }, + { {989.0f, 90.0f, -1014.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6422c", 0 }, + { {657.0f, 90.0f, -949.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1064b", 0 }, + { {728.0f, 90.0f, -987.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1026b", 0 }, + { {688.0f, 90.0f, -1008.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1018b", 0 }, + { {654.0f, 90.0f, -1021.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1012b", 0 }, + { {621.0f, 90.0f, -1028.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1008b", 0 }, + { {572.0f, 90.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2451b", 0 }, + { {509.0f, 90.0f, -1030.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1109b", 0 }, + { {608.0f, 90.0f, -1010.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2479b", 0 }, + { {594.0f, 90.0f, -983.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1044b", 0 }, + { {594.0f, 90.0f, -923.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1036b", 0 }, + { {1070.0f, 90.0f, -1017.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9117c", 0 }, + { {1254.0f, 90.0f, -1017.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9131c", 0 }, + { {1343.0f, 90.0f, -996.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p5092c", 0 }, + { {1442.0f, 90.0f, -1004.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4996c", 0 }, + { {1469.0f, 90.0f, -948.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p5069c", 0 }, + { {1547.0f, 90.0f, -961.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p5063c", 0 }, + { {1623.0f, 90.0f, -1002.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9205c", 0 }, + { {1739.0f, 90.0f, -1008.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9312c", 0 }, + { {1786.0f, 90.0f, -929.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9349c", 0 }, + { {1677.0f, 90.0f, -935.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9223c", 0 }, + { {1679.0f, 90.0f, -860.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p443d", 0 }, + { {1749.0f, 90.0f, -860.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p448d", 0 }, + { {1712.0f, 90.0f, -680.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p475d", 0 }, + { {1758.0f, 90.0f, -759.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p529d", 0 }, + { {1696.0f, 90.0f, -777.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p461d", 0 }, + { {1629.0f, 90.0f, -763.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p538d", 0 }, + { {1711.0f, 90.0f, -610.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p480d", 0 }, + { {1846.0f, 122.0f, -615.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p490d", 0 }, + { {1912.0f, 122.0f, -561.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p504d", 0 }, + { {1944.0f, 122.0f, -616.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1081d", 0 }, + { {1897.0f, 122.0f, -648.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p513d", 0 }, + { {1927.0f, 122.0f, -507.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p549d", 0 }, + { {1899.0f, 122.0f, -467.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p553d", 0 }, + { {1829.0f, 122.0f, -446.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p560d", 0 }, + { {1760.0f, 144.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p571d", 0 }, + { {1703.0f, 144.0f, -487.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p575d", 0 }, + { {1708.0f, 144.0f, -526.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p578d", 0 }, + { {1770.0f, 159.0f, -537.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p582d", 0 }, + { {1849.0f, 184.0f, -520.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p586d", 0 }, + { {1896.0f, 188.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p589d", 0 }, + { {1896.0f, 188.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p589d", 0 }, + { {1968.0f, 195.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p593d", 0 }, + { {1968.0f, 195.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p593d", 0 }, + { {2019.0f, 195.0f, -514.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p597d", 0 }, + { {2033.0f, 195.0f, -476.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p598d", 0 }, + { {2079.0f, 195.0f, -472.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p20d", 0 }, + { {2089.0f, 195.0f, -379.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p37d", 0 }, + { {2023.0f, 195.0f, -351.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1229e", 0 }, + { {2104.0f, 195.0f, -599.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9d", 0 }, + { {2073.0f, 195.0f, -284.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1270e", 0 }, + { {2006.0f, 195.0f, -272.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1255e", 0 }, + { {2043.0f, 195.0f, -278.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1259e", 0 }, + { {2107.0f, 195.0f, -293.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1265e", 0 }, + { {2136.0f, 195.0f, -303.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1267e", 0 }, + { {1949.0f, 195.0f, -268.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p452f", 0 }, + { {1780.0f, 195.0f, -268.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p474f", 0 }, + { {1739.0f, 195.0f, -269.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2443f", 0 }, + { {19.0f, 33.0f, -121.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2015a", 0 }, + { {-21.0f, 33.0f, -121.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1989a", 0 }, + { {19.0f, 57.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1579a", 0 }, + { {-21.0f, 57.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1527a", 0 }, + { {454.0f, 75.0f, -475.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1683b", 0 }, + { {414.0f, 75.0f, -475.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1289a", 0 }, + { {561.0f, 75.0f, -536.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1695b", 0 }, + { {601.0f, 75.0f, -536.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1641b", 0 }, + { {608.0f, 90.0f, -910.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1034b", 0 }, + { {567.0f, 90.0f, -910.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p982b", 0 }, + { {735.0f, 90.0f, -1010.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p968b", 0 }, + { {775.0f, 90.0f, -1010.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6558c", 0 }, + { {13.0f, 46.0f, -249.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2033a", 0 }, + { {13.0f, 46.0f, -290.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2039a", 0 }, + { {474.0f, 75.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1623b", 0 }, + { {474.0f, 75.0f, -483.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1681b", 0 }, + { {608.0f, 75.0f, -617.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1437b", 0 }, + { {608.0f, 75.0f, -577.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "", 0 }, + { {567.0f, 75.0f, -637.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1413b", 0 }, + { {567.0f, 75.0f, -677.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1419b", 0 }, + { {821.0f, 90.0f, -1038.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p6541c", 0 }, + { {821.0f, 90.0f, -998.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p6531c", 0 }, + { {-16.0f, 57.0f, -507.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1543a", 0 }, + { {-20.0f, 57.0f, -495.0f}, {0.0f, 1.0f, 0.0f}, {0.359669f, 0.0f, -0.93308f}, "p1543a", 0 }, + { {46.0f, 57.0f, -453.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1665a", 0 }, + { {91.0f, 57.0f, -554.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p1611a", 0 }, + { {167.0f, 57.0f, -500.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p1364a", 0 }, + { {189.0f, 57.0f, -436.0f}, {0.0f, 1.0f, 0.0f}, {-0.91298f, 0.0f, -0.408004f}, "", 0 }, + { {286.0f, 65.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-0.91298f, 0.0f, -0.408005f}, "p1356a", 0 }, + { {273.0f, 65.0f, -452.0f}, {0.0f, 1.0f, 0.0f}, {-0.91298f, 0.0f, -0.408005f}, "p1357a", 0 }, + { {260.0f, 65.0f, -513.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1333a", 0 }, + { {501.0f, 75.0f, -460.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1673b", 0 }, + { {608.0f, 75.0f, -453.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1653b", 0 }, + { {575.0f, 75.0f, -460.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1705b", 0 }, + { {621.0f, 75.0f, -480.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1677b", 0 }, + { {648.0f, 75.0f, -440.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1769b", 0 }, + { {579.0f, 75.0f, -500.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1697b", 0 }, + { {606.0f, 81.0f, -714.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1453b", 0 }, + { {592.0f, 81.0f, -741.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1455b", 0 }, + { {606.0f, 81.0f, -761.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1459b", 0 }, + { {628.0f, 90.0f, -881.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p1162b", 0 }, + { {579.0f, 90.0f, -935.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p986b", 0 }, + { {702.0f, 90.0f, -975.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p1024b", 0 }, + { {775.0f, 90.0f, -981.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p6535c", 0 }, + { {842.0f, 90.0f, -1028.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p6410c", 0 }, + { {-80.0f, 2.0f, 137.0f}, {0.0f, 1.0f, 0.0f}, {0.392014f, 0.0f, -0.919959f}, "p4719a", 0 }, + { {-67.0f, 2.0f, 135.0f}, {0.0f, 1.0f, 0.0f}, {0.392012f, 0.0f, -0.91996f}, "p4766a", 0 }, + { {1736.0f, 74.0f, -956.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p9364c", 0 }, + { {2119.0f, 208.0f, -525.0f}, {0.164206f, 0.986426f, 6e-06}, {-0.986426f, 0.164206f, -3.1e-05}, "p24d", 0 }, + { {11.0f, 30.0f, -438.0f}, {0.171052f, 0.985262f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p1585a", 0 }, + { {557.0f, 51.0f, -509.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 2e-06}, "p1738b", 0 }, + { {570.0f, 79.0f, -998.0f}, {1e-06, 0.986426f, -0.164206f}, {2e-06, 0.164206f, 0.986426f}, "p994b", 0 }, + { {1338.0f, 93.0f, -1090.0f}, {-0.116107f, 0.986426f, -0.116116f}, {0.697486f, 0.164206f, 0.697531f}, "p5081c", 0 }, + { {2041.0f, 208.0f, -615.0f}, {0.164206f, 0.986426f, 6e-06}, {-0.986426f, 0.164206f, -3.1e-05}, "p6d", 0 }, + { {1741.0f, 90.0f, -698.0f}, {7.7e-05, 0.986426f, 0.164206f}, {-0.000467f, 0.164206f, -0.986426f}, "p524d", 0 }, + { {-119.0f, 75.0f, -538.0f}, {0.0f, 1.0f, 0.0f}, {0.359669f, 0.0f, -0.93308f}, "p1721a", 0 }, + { {668.0f, 55.0f, -476.0f}, {0.0f, 1.0f, 0.0f}, {0.359669f, 0.0f, -0.93308f}, "p1748b", 0 }, + { {485.0f, 90.0f, -1089.0f}, {0.0f, 1.0f, 0.0f}, {0.359669f, 0.0f, -0.93308f}, "p1096b", 0 }, + { {1057.0f, 90.0f, -1009.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p6365c", 0 }, + { {2016.0f, 237.0f, -384.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p44d", 0 }, + { {2037.0f, 237.0f, -382.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p43d", 0 }, + { {2094.0f, 237.0f, -343.0f}, {0.0f, 1.0f, 0.0f}, {0.934084f, 0.0f, -0.357054f}, "p1235e", 0 }, + { {2017.0f, 237.0f, -372.0f}, {0.0f, 1.0f, 0.0f}, {-0.98747f, 0.0f, -0.157809f}, "p44d", 0 }, + { {2114.0f, 195.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {-0.157797f, 0.0f, 0.987472f}, "p33d", 0 }, + { {2109.0f, 237.0f, -376.0f}, {0.0f, 1.0f, 0.0f}, {0.586657f, 0.0f, 0.809836f}, "p36d", 0 }, + { {2124.0f, 237.0f, -349.0f}, {0.0f, 1.0f, 0.0f}, {-0.157816f, 0.0f, 0.987468f}, "p1238e", 0 }, + { {2124.0f, 237.0f, -348.0f}, {0.0f, 1.0f, 0.0f}, {-0.357061f, 0.0f, -0.934081f}, "p1238e", 0 }, + { {2017.0f, 237.0f, -372.0f}, {0.0f, 1.0f, 0.0f}, {-0.357061f, 0.0f, -0.934081f}, "p44d", 0 }, + { {2099.0f, 195.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {0.776265f, 0.0f, 0.630407f}, "p18d", 0 }, + { {2094.0f, 195.0f, -470.0f}, {0.0f, 1.0f, 0.0f}, {0.987468f, 0.0f, 0.157817f}, "p20d", 0 }, + { {2094.0f, 195.0f, -460.0f}, {0.0f, 1.0f, 0.0f}, {-0.157809f, 0.0f, 0.98747f}, "p27d", 0 }, + { {2092.0f, 195.0f, -447.0f}, {0.0f, 1.0f, 0.0f}, {0.809835f, 0.0f, -0.586658f}, "p27d", 0 }, + { {1820.0f, 122.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-0.994777f, 0.0f, -0.102073f}, "p566d", 0 }, + { {1788.0f, 122.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {-0.888257f, 0.0f, 0.459347f}, "p565d", 0 }, + { {1896.0f, 195.0f, -278.0f}, {0.0f, 1.0f, 0.0f}, {-0.994777f, 0.0f, -0.102073f}, "p461f", 0 }, + { {1814.0f, 122.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {-0.994777f, 0.0f, -0.102073f}, "p564d", 0 }, + { {1821.0f, 122.0f, -417.0f}, {0.0f, 1.0f, 0.0f}, {-0.994777f, 0.0f, -0.102073f}, "p563d", 0 }, + { {1865.0f, 122.0f, -441.0f}, {0.0f, 1.0f, 0.0f}, {-0.585786f, 0.0f, 0.810466f}, "p1098d", 0 }, + { {1831.0f, 122.0f, -428.0f}, {0.0f, 1.0f, 0.0f}, {-0.10258f, 0.0f, 0.994725f}, "p561d", 0 }, + { {1843.0f, 122.0f, -469.0f}, {0.0f, 1.0f, 0.0f}, {0.810167f, 0.0f, 0.586199f}, "p559d", 0 }, + { {1825.0f, 122.0f, -472.0f}, {0.0f, 1.0f, 0.0f}, {0.810167f, 0.0f, 0.586199f}, "p566d", 0 }, + { {2022.0f, 195.0f, -316.0f}, {0.0f, 1.0f, 0.0f}, {0.934084f, 0.0f, -0.357054f}, "p1241e", 0 }, + { {2015.0f, 195.0f, -337.0f}, {0.0f, 1.0f, 0.0f}, {0.357061f, 0.0f, 0.934081f}, "p1228e", 0 }, + { {2036.0f, 195.0f, -318.0f}, {0.0f, 1.0f, 0.0f}, {-0.157816f, 0.0f, 0.987468f}, "p1242e", 0 }, + { {2065.0f, 237.0f, -336.0f}, {0.0f, 1.0f, 0.0f}, {0.157816f, 0.0f, -0.987468f}, "p1232e", 0 }, + { {2092.0f, 237.0f, -321.0f}, {0.0f, 1.0f, 0.0f}, {0.912978f, 0.0f, 0.408008f}, "p1247e", 0 }, + { {2119.0f, 237.0f, -326.0f}, {0.0f, 1.0f, 0.0f}, {0.357061f, 0.0f, 0.934081f}, "p1249e", 0 }, + { {2079.0f, 237.0f, -419.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p29d", 0 }, + { {2134.0f, 195.0f, -603.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p11d", 0 }, + { {2119.0f, 195.0f, -621.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p10d", 0 }, + { {2098.0f, 195.0f, -622.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p9d", 0 }, + { {2107.0f, 195.0f, -613.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p9d", 0 }, + { {2119.0f, 195.0f, -607.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p10d", 0 }, + { {2131.0f, 195.0f, -615.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p10d", 0 }, + { {2124.0f, 195.0f, -595.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p11d", 0 }, + { {2092.0f, 195.0f, -605.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p9d", 0 }, + { {2136.0f, 195.0f, -590.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p12d", 0 }, + { {2124.0f, 195.0f, -582.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p12d", 0 }, + { {1518.0f, 90.0f, -966.0f}, {0.0f, 1.0f, 0.0f}, {-0.994667f, 0.0f, 0.103144f}, "p5066c", 0 }, + { {1813.0f, 88.0f, -749.0f}, {0.0f, 1.0f, 0.0f}, {-0.919957f, 0.0f, -0.392019f}, "p532d", 0 }, + { {1618.0f, 83.0f, -787.0f}, {0.0f, 1.0f, 0.0f}, {0.927707f, 0.0f, -0.373309f}, "p537d", 0 }, + { {1650.0f, 83.0f, -734.0f}, {0.0f, 1.0f, 0.0f}, {0.39205f, 0.0f, -0.919944f}, "p541d", 0 }, + { {1708.0f, 83.0f, -628.0f}, {0.0f, 1.0f, 0.0f}, {-0.600666f, 0.0f, -0.7995f}, "p480d", 0 }, + { {1898.0f, 122.0f, -562.0f}, {0.0f, 1.0f, 0.0f}, {-0.600666f, 0.0f, -0.7995f}, "p501d", 0 }, + { {1888.0f, 122.0f, -675.0f}, {0.0f, 1.0f, 0.0f}, {-0.7995f, 0.0f, 0.600666f}, "p514d", 0 }, + { {1894.0f, 122.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {0.7995f, 0.0f, -0.600666f}, "p554d", 0 }, + { {1833.0f, 184.0f, -528.0f}, {0.0f, 1.0f, 0.0f}, {-0.99272f, 0.0f, 0.120442f}, "p585d", 0 }, + { {1902.0f, 184.0f, -554.0f}, {0.0f, 1.0f, 0.0f}, {-0.616875f, 0.0f, 0.787061f}, "p602d", 0 }, + { {2134.0f, 195.0f, -331.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1250e", 0 }, + { {2066.0f, 195.0f, -326.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1245e", 0 }, + { {2077.0f, 195.0f, -529.0f}, {0.0f, 1.0f, 0.0f}, {-0.392055f, 0.0f, 0.919942f}, "p17d", 0 }, + { {1810.0f, 122.0f, -412.0f}, {0.0f, 1.0f, 0.0f}, {0.7995f, 0.0f, -0.600666f}, "p563d", 0 }, + { {1804.0f, 122.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {0.7995f, 0.0f, -0.600666f}, "p564d", 0 }, + { {1806.0f, 122.0f, -467.0f}, {0.0f, 1.0f, 0.0f}, {0.98873f, 0.0f, 0.149711f}, "p566d", 0 }, + { {2104.0f, 195.0f, -310.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1265e", 0 }, + { {1881.0f, 195.0f, -276.0f}, {0.0f, 1.0f, 0.0f}, {0.99272f, 0.0f, -0.120442f}, "p460f", 0 }, + { {2034.0f, 195.0f, -307.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1257e", 0 }, + { {2014.0f, 195.0f, -290.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1254e", 0 }, + { {2125.0f, 195.0f, -312.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1267e", 0 }, + { {-29.0f, 2.0f, 113.0f}, {0.0f, 1.0f, 0.0f}, {0.392012f, 0.0f, -0.91996f}, "", 0 }, + { {-17.0f, 2.0f, 126.0f}, {0.0f, 1.0f, 0.0f}, {0.392012f, 0.0f, -0.91996f}, "p4696a", 0 }, + { {-2.0f, 2.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {0.392012f, 0.0f, -0.91996f}, "p4699a", 0 }, + { {1870.0f, 195.0f, -274.0f}, {0.0f, 1.0f, 0.0f}, {-0.999999f, 0.0f, -0.001438f}, "p470f1", 0 }, + { {1884.0f, 195.0f, -264.0f}, {0.0f, 1.0f, 0.0f}, {-0.999999f, 0.0f, -0.001438f}, "p460f", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {1754.0f, 193.0f, -258.0f}, {0.000142f, -1e-06, -1.0f}, {-1e-06, 1.0f, -1e-06}, "p2489f", 0, {-1.001707f, 1.000014f, -0.000153f, 12.000147f, -9.000001f, 18.00001f} }, + { {1754.0f, 193.0f, -282.0f}, {-0.000142f, 1e-06, 1.0f}, {-1e-06, 1.0f, -1e-06}, "p2491f", 0, {-1.001715f, 1.000007f, -0.000148f, 12.000153f, -9.000009f, 18.000002f} }, + { {-13.0f, 5.0f, 106.0f}, {0.0f, 1.0f, 5.7e-05}, {-6.1e-05, 5.7e-05, -1.0f}, "", 0, {19.00061f, 24.000977f, 0.000574f, 5.000918f, -15.998841f, -9.998249f} }, + { {-19.0f, 5.0f, 99.0f}, {0.0f, 1.0f, 7.2e-05}, {-6.1e-05, 7.2e-05, -1.0f}, "p4679a", 0, {16.000732f, 20.000977f, 0.000861f, 5.001148f, -15.999024f, -11.998422f} }, + { {-18.0f, 5.0f, 104.0f}, {0.0f, 1.0f, 7.2e-05}, {-6.1e-05, 7.2e-05, -1.0f}, "p4679a", 0, {10.001463f, 11.001585f, 6.00172f, 7.001863f, -25.99896f, -23.998827f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 18464, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 18465, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 18466, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 18467, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 18468, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 18469, 0, + /* Type = ObjectiveDestroyObject; index = 6 */ + _mkword(0, _mkshort(0, 25)), 0, + /* Type = ObjectiveDestroyObject; index = 7 */ + _mkword(0, _mkshort(0, 25)), 1, + /* Type = ObjectiveDestroyObject; index = 8 */ + _mkword(0, _mkshort(0, 25)), 2, + /* Type = ObjectiveDestroyObject; index = 9 */ + _mkword(0, _mkshort(0, 25)), 9, + /* Type = ObjectiveDestroyObject; index = 10 */ + _mkword(0, _mkshort(0, 25)), 10, + /* Type = ObjectiveDestroyObject; index = 11 */ + _mkword(0, _mkshort(0, 25)), 11, + /* Type = ObjectiveDestroyObject; index = 12 */ + _mkword(0, _mkshort(0, 25)), 12, + /* Type = ObjectiveEnd; index = 13 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 14 */ + _mkword(0, _mkshort(0, 23)), 1, 18470, 0, + /* Type = ObjectiveCompleteCondition; index = 15 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveEnd; index = 16 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 17 */ + _mkword(0, _mkshort(0, 23)), 2, 18471, 1, + /* Type = ObjectiveDestroyObject; index = 18 */ + _mkword(0, _mkshort(0, 25)), 20, + /* Type = ObjectiveDestroyObject; index = 19 */ + _mkword(0, _mkshort(0, 25)), 21, + /* Type = ObjectiveDestroyObject; index = 20 */ + _mkword(0, _mkshort(0, 25)), 22, + /* Type = ObjectiveDestroyObject; index = 21 */ + _mkword(0, _mkshort(0, 25)), 23, + /* Type = ObjectiveDestroyObject; index = 22 */ + _mkword(0, _mkshort(0, 25)), 24, + /* Type = ObjectiveDestroyObject; index = 23 */ + _mkword(0, _mkshort(0, 25)), 25, + /* Type = ObjectiveDestroyObject; index = 24 */ + _mkword(0, _mkshort(0, 25)), 26, + /* Type = ObjectiveDestroyObject; index = 25 */ + _mkword(0, _mkshort(0, 25)), 27, + /* Type = ObjectiveDestroyObject; index = 26 */ + _mkword(0, _mkshort(0, 25)), 28, + /* Type = ObjectiveEnd; index = 27 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 28 */ + _mkword(0, _mkshort(0, 23)), 3, 18472, 0, + /* Type = ObjectiveCompleteCondition; index = 29 */ + _mkword(0, _mkshort(0, 26)), 262144, + /* Type = ObjectiveFailCondition; index = 30 */ + _mkword(0, _mkshort(0, 27)), 1024, + /* Type = ObjectiveEnd; index = 31 */ + _mkword(0, _mkshort(0, 24)), + /* Type = StandardProp; index = 32 */ + _mkword(102, _mkshort(0, 3)), _mkword(317, 193), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 33 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 192), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 34 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 191), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 35 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 190), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 36 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 329), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 37 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 328), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 38 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 327), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 39 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 347), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 346), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 345), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 42 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 344), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 43 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 343), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 342), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 341), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 46 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 340), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 47 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 339), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 338), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 337), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 50 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 336), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 51 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 335), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 52 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 334), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 53 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 333), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 54 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 332), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 55 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 331), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 330), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 57 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 284), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 58 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 283), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 59 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 282), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 281), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 280), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 62 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 279), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 63 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 278), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 64 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 277), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 65 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 276), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 66 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 275), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 67 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 274), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 68 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 273), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 69 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 272), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 70 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 271), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 71 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 270), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 72 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 269), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 73 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 268), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 74 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 267), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 75 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 266), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 76 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 265), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 77 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 264), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 78 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 263), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 79 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 262), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 80 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 261), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 81 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 260), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 82 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 259), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 83 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 258), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 84 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 229), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 85 */ + _mkword(256, _mkshort(0, 3)), _mkword(315, 228), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 86 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 227), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 87 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 226), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 88 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 225), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 89 */ + _mkword(153, _mkshort(0, 3)), _mkword(315, 224), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 90 */ + _mkword(102, _mkshort(0, 3)), _mkword(314, 223), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 91 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 222), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 92 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 221), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 93 */ + _mkword(256, _mkshort(0, 3)), _mkword(315, 220), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 94 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 219), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 95 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 218), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 96 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 217), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 97 */ + _mkword(153, _mkshort(0, 3)), _mkword(315, 216), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 98 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 215), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 99 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 156), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 100 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 155), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 101 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 154), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 102 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 153), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 103 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 152), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 104 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 151), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 105 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 150), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 106 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 149), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 107 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 148), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 108 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 147), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 109 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 146), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 110 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 145), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 111 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 144), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 112 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 143), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 113 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 142), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 114 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 141), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 115 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 140), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 116 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 139), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 117 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 138), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 118 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 137), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 119 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 136), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 120 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 39), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 121 */ + _mkword(640, _mkshort(0, 3)), _mkword(110, 38), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 122 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 37), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 123 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 36), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 124 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 35), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 125 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 34), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 126 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 33), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 127 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 32), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 128 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 47), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 129 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 31), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 130 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 30), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 131 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 29), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 132 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 28), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 133 */ + _mkword(512, _mkshort(0, 3)), _mkword(110, 26), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 134 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 25), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 135 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 24), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 136 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 23), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 137 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 46), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 138 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 22), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 139 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 21), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 140 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 19), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 141 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 18), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 142 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 17), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 143 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 16), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 144 */ + _mkword(640, _mkshort(0, 3)), _mkword(110, 15), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 145 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 14), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 146 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 13), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 147 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 45), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 148 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 12), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 149 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 11), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 150 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 10), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 151 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 8), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 152 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 6), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 153 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 5), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 154 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 4), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 155 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 3), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 156 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 44), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 157 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 2), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 158 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 1), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 159 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 0), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 160 */ + _mkword(512, _mkshort(0, 3)), _mkword(110, 43), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 161 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 42), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 162 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 41), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 163 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 40), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 164 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 189), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 165 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 188), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 166 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 187), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 167 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 186), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 168 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 326), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 169 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 324), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 170 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 322), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 171 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 321), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 172 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 320), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 173 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 319), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 174 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 318), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 175 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 317), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 176 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 316), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 177 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 315), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 178 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 314), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 179 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 313), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 180 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 312), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 181 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 311), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 182 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 310), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 183 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 309), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 184 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 257), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 185 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 256), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 186 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 255), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 187 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 254), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 188 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 253), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 189 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 252), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 190 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 251), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 191 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 250), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 192 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 249), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 193 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 248), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 194 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 247), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 195 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 246), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 196 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 245), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 197 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 244), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 198 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 214), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 199 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 213), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 200 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 212), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 201 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 164), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 202 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 165), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 203 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 163), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 204 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 162), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 205 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 161), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 206 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 160), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 207 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 158), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 208 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 157), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 209 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 82), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 210 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 81), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 211 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 80), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 212 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 79), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 213 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 78), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 214 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 77), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 215 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 76), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 216 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 74), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 217 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 73), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 218 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 72), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 219 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 71), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 220 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 70), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 221 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 69), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 222 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 68), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 223 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 67), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 224 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 66), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 225 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 65), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 226 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 64), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 227 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 63), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 228 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 62), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 229 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 61), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 230 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 60), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 231 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 59), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 232 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 58), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 233 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 57), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 234 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 56), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 235 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 55), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 236 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 54), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 237 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 53), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 238 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 52), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 239 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 51), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 240 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 50), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 241 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 49), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 242 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 174), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 243 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 175), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 244 */ + _mkword(102, _mkshort(0, 3)), _mkword(317, 176), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 245 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 177), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 246 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 178), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 247 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 179), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 248 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 291), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 249 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 292), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 250 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 293), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 251 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 294), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 252 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 295), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 253 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 296), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 254 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 297), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 255 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 298), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 256 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 299), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 257 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 300), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 258 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 301), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 259 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 302), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 260 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 303), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 261 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 234), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 262 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 235), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 263 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 236), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 264 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 237), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 265 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 238), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 266 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 239), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 267 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 240), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 268 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 203), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 269 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 204), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 270 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 171), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 271 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 170), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 272 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 169), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 273 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 168), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 274 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 167), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 275 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 119), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 276 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 118), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 277 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 117), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 278 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 116), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 279 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 115), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 280 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 114), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 281 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 113), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 282 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 112), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 283 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 111), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 284 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 110), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 285 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 109), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 286 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 108), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 287 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 107), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 288 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 105), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 289 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 104), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 290 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 103), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 291 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 102), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 292 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 101), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 293 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 100), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 294 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 98), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 295 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 97), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 296 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 96), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 297 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 95), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 298 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 94), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 299 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 93), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 300 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 92), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 301 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 90), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 302 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 89), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 303 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 88), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 304 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 87), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 305 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 85), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 306 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 84), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 307 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 83), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 308 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 120), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 309 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 121), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 310 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 122), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 311 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 123), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 312 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 124), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 313 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 180), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 314 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 181), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 315 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 182), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 316 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 183), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 317 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 184), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 318 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 304), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 319 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 305), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 320 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 306), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 321 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 307), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 322 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 308), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 323 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 241), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 324 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 242), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 325 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 207), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 326 */ + _mkword(204, _mkshort(0, 3)), _mkword(314, 206), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 327 */ + _mkword(102, _mkshort(0, 3)), _mkword(314, 205), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 328 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 133), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 329 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 132), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 330 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 131), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 331 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 130), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 332 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 129), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 333 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 128), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 334 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 127), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 335 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 126), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 336 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 125), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 337 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 135), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 338 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 134), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 339 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 173), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 340 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 172), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 341 */ + _mkword(179, _mkshort(0, 3)), _mkword(111, 290), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 342 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 289), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 343 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 285), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 344 */ + _mkword(179, _mkshort(0, 3)), _mkword(111, 288), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 345 */ + _mkword(179, _mkshort(0, 3)), _mkword(111, 286), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 346 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 287), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 347 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 231), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 348 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 230), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 349 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 232), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 350 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 233), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 351 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 194), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 352 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 195), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 353 */ + _mkword(102, _mkshort(0, 3)), _mkword(314, 196), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 354 */ + _mkword(102, _mkshort(0, 3)), _mkword(315, 197), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 355 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 198), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 356 */ + _mkword(153, _mkshort(0, 3)), _mkword(315, 199), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 357 */ + _mkword(102, _mkshort(0, 3)), _mkword(315, 200), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 358 */ + _mkword(153, _mkshort(0, 3)), _mkword(315, 202), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 359 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 348), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 360 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 349), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 361 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 567), _mkword(11, 1026), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 362 */ + _mkword(256, _mkshort(0, 8)), _mkword(197, 0), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0e, 0xff), 0xffff), 0, + /* Type = Collectable; index = 363 */ + _mkword(256, _mkshort(0, 8)), _mkword(185, 0), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x18, 0xff), 0xffff), 0, + /* Type = Guard; index = 364 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 515), _mkword(79, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 365 */ + _mkword(384, _mkshort(0, 8)), _mkword(190, 1), 0x00006000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x12, 0xff), 0xffff), 0, + /* Type = Guard; index = 366 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 568), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 367 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 569), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 368 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 570), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 369 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 571), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 370 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 572), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 371 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 573), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 372 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 574), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 373 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 575), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 374 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 576), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 375 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 577), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 376 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 578), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 377 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 579), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 378 */ + _mkword(0, _mkshort(0, 9)), _mkword(37, 580), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 379 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 581), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 380 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 582), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 381 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 584), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 382 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 585), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 383 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 586), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 384 */ + _mkword(0, _mkshort(0, 9)), _mkword(41, 587), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = SetGuardAttribute; index = 385 */ + _mkword(0, _mkshort(0, 18)), 24, 0x000000cc, + /* Type = SetGuardAttribute; index = 386 */ + _mkword(0, _mkshort(0, 18)), 7, 0x000000cc, + /* Type = SetGuardAttribute; index = 387 */ + _mkword(0, _mkshort(0, 18)), 10, 0x000000cc, + /* Type = SetGuardAttribute; index = 388 */ + _mkword(0, _mkshort(0, 18)), 29, 0x000000cc, + /* Type = SetGuardAttribute; index = 389 */ + _mkword(0, _mkshort(0, 18)), 34, 0x000000cc, + /* Type = SetGuardAttribute; index = 390 */ + _mkword(0, _mkshort(0, 18)), 30, 0x000000cc, + /* Type = Guard; index = 391 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 350), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 392 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 351), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 393 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 491), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 394 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 469), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 395 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 471), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 396 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 477), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 397 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 479), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 398 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 481), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 399 */ + _mkword(0, _mkshort(0, 9)), _mkword(35, 485), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 400 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 487), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 401 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 493), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 402 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 495), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 403 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 498), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 404 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 499), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 405 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 501), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 406 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 503), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 407 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 504), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 408 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 505), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 409 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 508), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 410 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 509), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 411 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 510), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Collectable; index = 412 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 413 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 414 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 415 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 416 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 417 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 418 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 419 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 420 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 421 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 422 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 423 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 424 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 425 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 426 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 427 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 11), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 428 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 12), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 429 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 13), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 430 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 14), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 431 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 15), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 432 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 16), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 433 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 17), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 434 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 18), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 435 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 19), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 436 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 20), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 437 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 21), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 438 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 22), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 439 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 23), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 440 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 24), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 441 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 25), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 442 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 26), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 443 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 444 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 445 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 446 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 447 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 448 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 449 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 450 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 451 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Hat; index = 452 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 453 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 454 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 455 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 456 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 457 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 458 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 459 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 460 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 461 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 462 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 463 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 464 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 465 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 466 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 467 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 468 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 469 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 470 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 471 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 472 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 473 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 474 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 475 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 476 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 477 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 478 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 479 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 480 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 481 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 482 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 483 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 484 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 485 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 486 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 487 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 488 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 489 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 490 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 491 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 492 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Drone; index = 493 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 518), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001e1, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 494 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = Drone; index = 495 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 519), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000186, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 496 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = Drone; index = 497 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 520), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000194, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 498 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = Drone; index = 499 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 521), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001a9, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 500 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = Drone; index = 501 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 522), 0x88000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001b7, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000444, 0x00083333, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 502 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0x0001), 0, 0, + /* Type = Drone; index = 503 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 523), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001af, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00120000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 504 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0x0001), 0, 0, + /* Type = Drone; index = 505 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 517), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001c9, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Armour; index = 506 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 524), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 507 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 525), 0x00000001, 0x00000080, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 508 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 526), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Tag; index = 509 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = StandardProp; index = 510 */ + _mkword(12, _mkshort(0, 3)), _mkword(82, 10003), 0x00021008, 0x00080000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 511 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = StandardProp; index = 512 */ + _mkword(12, _mkshort(0, 3)), _mkword(82, 10002), 0x00021008, 0x00080000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 513 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = StandardProp; index = 514 */ + _mkword(12, _mkshort(0, 3)), _mkword(82, 10004), 0x00021008, 0x00080000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 515 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 528), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 516 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 529), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 517 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 530), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 518 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 531), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 519 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 532), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 520 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 533), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 521 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 534), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 522 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 535), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 523 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 536), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 524 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 541), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 525 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 542), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 526 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 543), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 527 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 544), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 528 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 545), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 529 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 546), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 530 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 547), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 531 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 548), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 532 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 549), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 533 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 550), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 534 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 551), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 535 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 552), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 536 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 553), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 537 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 554), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 538 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 555), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 539 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 556), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 540 */ + _mkword(0, _mkshort(0, 22)), _mkword(20, 0x0001), 0, 0, + /* Type = StandardProp; index = 541 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 557), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 542 */ + _mkword(0, _mkshort(0, 22)), _mkword(21, 0x0001), 0, 0, + /* Type = StandardProp; index = 543 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 558), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 544 */ + _mkword(0, _mkshort(0, 22)), _mkword(22, 0x0001), 0, 0, + /* Type = StandardProp; index = 545 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 559), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 546 */ + _mkword(0, _mkshort(0, 22)), _mkword(23, 0x0001), 0, 0, + /* Type = StandardProp; index = 547 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 560), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 548 */ + _mkword(0, _mkshort(0, 22)), _mkword(24, 0x0001), 0, 0, + /* Type = StandardProp; index = 549 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 561), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 550 */ + _mkword(0, _mkshort(0, 22)), _mkword(25, 0x0001), 0, 0, + /* Type = StandardProp; index = 551 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 562), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 552 */ + _mkword(0, _mkshort(0, 22)), _mkword(26, 0x0001), 0, 0, + /* Type = StandardProp; index = 553 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 563), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 554 */ + _mkword(0, _mkshort(0, 22)), _mkword(27, 0x0001), 0, 0, + /* Type = StandardProp; index = 555 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 564), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 556 */ + _mkword(0, _mkshort(0, 22)), _mkword(28, 0x0001), 0, 0, + /* Type = StandardProp; index = 557 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 565), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 558 */ + _mkword(0, _mkshort(0, 22)), _mkword(29, 0x0001), 0, 0, + /* Type = StandardProp; index = 559 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 566), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 560 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 537), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 561 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 538), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 562 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 539), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 563 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 540), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = Tag; index = 564 */ + _mkword(0, _mkshort(0, 22)), _mkword(31, 0x0001), 0, 0, + /* Type = Door; index = 565 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 0), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 566 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 1), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 17, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 567 */ + _mkword(0, _mkshort(0, 22)), _mkword(32, 0xffff), 0, 0, + /* Type = Cutscene; index = 568 */ + _mkword(0, _mkshort(0, 46)), 1966359, 230305, -297254, 298508, 383408, 467, + /* Type = Tag; index = 569 */ + _mkword(0, _mkshort(0, 22)), _mkword(30, 0xffff), 0, 0, + /* Type = EndProps; index = 570 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xffff9b73, 0x00018d40, 0x00003284, 0x00031648, 0x0005b094, 0x00000202, 0x00004829, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x00089708, 0x000142f2, 0xfff0856f, 0x0000a315, 0x0000506c, 0x00000208, 0x00004829, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0x001b5ff8, 0x00015933, 0xfff0f555, 0x00039ce2, 0x00002cae, 0x00000204, 0x00004829, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 3 */ + _mkword(0, _mkshort(0, 7)), 2, 15, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 514, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 6 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 29, -1, 0, + /* Type = StartWeapon; index = 8 */ + _mkword(0, _mkshort(0, 1)), 30, -1, 0, + /* Type = StartAmmo; index = 9 */ + _mkword(0, _mkshort(0, 2)), 7, 6, 0, + /* Type = Cuff; index = 10 */ + _mkword(0, _mkshort(0, 5)), 2, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x02570000, 0xff950000, 0x028d0000, 0x000058b1, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x02510000, 0xff958000, 0x02840000, 0x00009d7e, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x02180000, 0xff960000, 0x02470000, 0x0000c000, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00e00000, 0xffa10000, 0x01400000, 0x00008bd9, 0x002c6606, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x009c0000, 0x00080000, 0xfff70000, 0x00008bdc, 0x00230209, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00290000, 0x00110000, 0xffb20000, 0x000087d1, 0x001d22de, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x0000358d, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 19 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 20 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 21 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 2, -1 }; +s32 path_neighbors_2[] = { 1, 3, -1 }; +s32 path_neighbors_3[] = { 2, 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, -1 }; +s32 path_neighbors_6[] = { 5, 7, -1 }; +s32 path_neighbors_7[] = { 6, 8, -1 }; +s32 path_neighbors_8[] = { 7, 9, -1 }; +s32 path_neighbors_9[] = { 8, 10, -1 }; +s32 path_neighbors_10[] = { 9, 11, -1 }; +s32 path_neighbors_11[] = { 10, 12, -1 }; +s32 path_neighbors_12[] = { 11, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, -1 }; +s32 path_indeces_1[] = { 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, -1 }; +s32 path_indeces_2[] = { 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, -1 }; +s32 path_indeces_3[] = { 25, 26, 27, 28, 29, -1 }; +s32 path_indeces_4[] = { 30, 31, 32, 33, 34, 35, 36, -1 }; +s32 path_indeces_5[] = { 37, 38, 39, 40, -1 }; +s32 path_indeces_6[] = { 41, 42, 43, 44, 45, 46, -1 }; +s32 path_indeces_7[] = { 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, -1 }; +s32 path_indeces_8[] = { 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, -1 }; +s32 path_indeces_9[] = { 74, 75, 76, 77, 78, 79, 80, -1 }; +s32 path_indeces_10[] = { 81, 82, 83, 84, 85, 86, 87, 88, -1 }; +s32 path_indeces_11[] = { 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, -1 }; +s32 path_indeces_12[] = { 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, 6, -1 }; +s32 path_table_3[] = { 4, -1 }; +s32 path_table_4[] = { 3, 7, -1 }; +s32 path_table_5[] = { 6, 7, -1 }; +s32 path_table_6[] = { 2, 5, -1 }; +s32 path_table_7[] = { 4, 5, 9, 10, -1 }; +s32 path_table_8[] = { 11, -1 }; +s32 path_table_9[] = { 7, 10, 12, -1 }; +s32 path_table_10[] = { 7, 9, 11, -1 }; +s32 path_table_11[] = { 8, 10, 12, -1 }; +s32 path_table_12[] = { 9, 11, 13, -1 }; +s32 path_table_13[] = { 12, 14, 15, -1 }; +s32 path_table_14[] = { 13, 15, 16, 17, -1 }; +s32 path_table_15[] = { 13, 14, 16, 17, -1 }; +s32 path_table_16[] = { 14, 15, 17, 18, -1 }; +s32 path_table_17[] = { 14, 15, 16, 18, -1 }; +s32 path_table_18[] = { 16, 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 21, -1 }; +s32 path_table_21[] = { 20, 22, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 23, 25, -1 }; +s32 path_table_25[] = { 24, 28, -1 }; +s32 path_table_26[] = { 27, 28, 29, -1 }; +s32 path_table_27[] = { 26, 28, 29, -1 }; +s32 path_table_28[] = { 25, 26, 27, 29, -1 }; +s32 path_table_29[] = { 26, 27, 28, 30, -1 }; +s32 path_table_30[] = { 29, 34, -1 }; +s32 path_table_31[] = { 32, -1 }; +s32 path_table_32[] = { 31, 33, 36, -1 }; +s32 path_table_33[] = { 32, 34, 35, -1 }; +s32 path_table_34[] = { 30, 33, -1 }; +s32 path_table_35[] = { 33, 36, 38, -1 }; +s32 path_table_36[] = { 32, 35, 37, -1 }; +s32 path_table_37[] = { 36, 39, 41, -1 }; +s32 path_table_38[] = { 35, 39, -1 }; +s32 path_table_39[] = { 37, 38, 40, -1 }; +s32 path_table_40[] = { 39, 41, -1 }; +s32 path_table_41[] = { 37, 40, 42, -1 }; +s32 path_table_42[] = { 41, 43, -1 }; +s32 path_table_43[] = { 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 44, 46, -1 }; +s32 path_table_46[] = { 45, 57, -1 }; +s32 path_table_47[] = { 48, 64, -1 }; +s32 path_table_48[] = { 47, 49, 50, 56, -1 }; +s32 path_table_49[] = { 48, 52, -1 }; +s32 path_table_50[] = { 48, -1 }; +s32 path_table_51[] = { 52, -1 }; +s32 path_table_52[] = { 49, 51, 53, -1 }; +s32 path_table_53[] = { 52, 54, -1 }; +s32 path_table_54[] = { 53, 55, -1 }; +s32 path_table_55[] = { 54, 56, 63, -1 }; +s32 path_table_56[] = { 48, 55, -1 }; +s32 path_table_57[] = { 46, 58, -1 }; +s32 path_table_58[] = { 57, 59, -1 }; +s32 path_table_59[] = { 58, 60, -1 }; +s32 path_table_60[] = { 59, 61, -1 }; +s32 path_table_61[] = { 60, 62, -1 }; +s32 path_table_62[] = { 61, 63, -1 }; +s32 path_table_63[] = { 55, 62, -1 }; +s32 path_table_64[] = { 47, 65, -1 }; +s32 path_table_65[] = { 64, 66, -1 }; +s32 path_table_66[] = { 65, 67, -1 }; +s32 path_table_67[] = { 66, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 70, 72, -1 }; +s32 path_table_72[] = { 71, 73, -1 }; +s32 path_table_73[] = { 72, 74, -1 }; +s32 path_table_74[] = { 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, -1 }; +s32 path_table_76[] = { 75, 77, -1 }; +s32 path_table_77[] = { 76, 78, -1 }; +s32 path_table_78[] = { 77, 79, -1 }; +s32 path_table_79[] = { 78, 80, -1 }; +s32 path_table_80[] = { 79, 81, -1 }; +s32 path_table_81[] = { 80, 82, -1 }; +s32 path_table_82[] = { 81, 83, -1 }; +s32 path_table_83[] = { 82, 84, -1 }; +s32 path_table_84[] = { 83, 85, -1 }; +s32 path_table_85[] = { 84, 86, 89, -1 }; +s32 path_table_86[] = { 85, 87, -1 }; +s32 path_table_87[] = { 86, 88, -1 }; +s32 path_table_88[] = { 87, 89, 93, -1 }; +s32 path_table_89[] = { 85, 88, 95, -1 }; +s32 path_table_90[] = { 91, -1 }; +s32 path_table_91[] = { 90, 92, 94, -1 }; +s32 path_table_92[] = { 91, 96, -1 }; +s32 path_table_93[] = { 88, 94, -1 }; +s32 path_table_94[] = { 91, 93, 95, -1 }; +s32 path_table_95[] = { 89, 94, 96, -1 }; +s32 path_table_96[] = { 92, 95, 97, -1 }; +s32 path_table_97[] = { 96, 98, -1 }; +s32 path_table_98[] = { 97, 99, -1 }; +s32 path_table_99[] = { 98, 100, -1 }; +s32 path_table_100[] = { 99, 101, -1 }; +s32 path_table_101[] = { 100, 102, -1 }; +s32 path_table_102[] = { 101, 105, -1 }; +s32 path_table_103[] = { 115, -1 }; +s32 path_table_104[] = { 107, 111, -1 }; +s32 path_table_105[] = { 102, 106, -1 }; +s32 path_table_106[] = { 105, 107, -1 }; +s32 path_table_107[] = { 104, 106, 108, -1 }; +s32 path_table_108[] = { 107, 111, -1 }; +s32 path_table_109[] = { 110, 113, -1 }; +s32 path_table_110[] = { 109, 111, -1 }; +s32 path_table_111[] = { 104, 108, 110, 112, -1 }; +s32 path_table_112[] = { 111, 113, -1 }; +s32 path_table_113[] = { 109, 112, 114, 115, -1 }; +s32 path_table_114[] = { 113, 115, -1 }; +s32 path_table_115[] = { 103, 113, 114, 116, -1 }; +s32 path_table_116[] = { 115, -1 }; + +waypoint pathwaypoints[] = { + { 0x000001d4, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000001d3, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000001d2, &path_table_2, 0x00000000, 0x00000000 }, + { 0x000001d1, &path_table_3, 0x00000001, 0x00000000 }, + { 0x000001d0, &path_table_4, 0x00000001, 0x00000000 }, + { 0x000001cf, &path_table_5, 0x00000001, 0x00000000 }, + { 0x000001ce, &path_table_6, 0x00000001, 0x00000000 }, + { 0x000001cd, &path_table_7, 0x00000001, 0x00000000 }, + { 0x000001cc, &path_table_8, 0x00000001, 0x00000000 }, + { 0x000001cb, &path_table_9, 0x00000001, 0x00000000 }, + { 0x000001ca, &path_table_10, 0x00000001, 0x00000000 }, + { 0x000001c9, &path_table_11, 0x00000001, 0x00000000 }, + { 0x000001c8, &path_table_12, 0x00000001, 0x00000000 }, + { 0x000001c7, &path_table_13, 0x00000001, 0x00000000 }, + { 0x000001c6, &path_table_14, 0x00000001, 0x00000000 }, + { 0x000001c5, &path_table_15, 0x00000002, 0x00000000 }, + { 0x000001c4, &path_table_16, 0x00000002, 0x00000000 }, + { 0x000001c3, &path_table_17, 0x00000002, 0x00000000 }, + { 0x000001c2, &path_table_18, 0x00000002, 0x00000000 }, + { 0x000001c1, &path_table_19, 0x00000002, 0x00000000 }, + { 0x000001c0, &path_table_20, 0x00000002, 0x00000000 }, + { 0x000001bf, &path_table_21, 0x00000002, 0x00000000 }, + { 0x000001be, &path_table_22, 0x00000002, 0x00000000 }, + { 0x000001bd, &path_table_23, 0x00000002, 0x00000000 }, + { 0x000001bc, &path_table_24, 0x00000002, 0x00000000 }, + { 0x000001bb, &path_table_25, 0x00000003, 0x00000000 }, + { 0x000001ba, &path_table_26, 0x00000003, 0x00000000 }, + { 0x000001b9, &path_table_27, 0x00000003, 0x00000000 }, + { 0x000001b8, &path_table_28, 0x00000003, 0x00000000 }, + { 0x000001b7, &path_table_29, 0x00000003, 0x00000000 }, + { 0x000001b6, &path_table_30, 0x00000004, 0x00000000 }, + { 0x000001b5, &path_table_31, 0x00000004, 0x00000000 }, + { 0x000001b4, &path_table_32, 0x00000004, 0x00000000 }, + { 0x000001b3, &path_table_33, 0x00000004, 0x00000000 }, + { 0x000001b2, &path_table_34, 0x00000004, 0x00000000 }, + { 0x000001b1, &path_table_35, 0x00000004, 0x00000000 }, + { 0x000001b0, &path_table_36, 0x00000004, 0x00000000 }, + { 0x000001af, &path_table_37, 0x00000005, 0x00000000 }, + { 0x000001ae, &path_table_38, 0x00000005, 0x00000000 }, + { 0x000001ad, &path_table_39, 0x00000005, 0x00000000 }, + { 0x000001ac, &path_table_40, 0x00000005, 0x00000000 }, + { 0x000001ab, &path_table_41, 0x00000006, 0x00000000 }, + { 0x000001aa, &path_table_42, 0x00000006, 0x00000000 }, + { 0x000001a9, &path_table_43, 0x00000006, 0x00000000 }, + { 0x000001a8, &path_table_44, 0x00000006, 0x00000000 }, + { 0x000001a7, &path_table_45, 0x00000006, 0x00000000 }, + { 0x000001a6, &path_table_46, 0x00000006, 0x00000000 }, + { 0x000001a5, &path_table_47, 0x00000007, 0x00000000 }, + { 0x000001a4, &path_table_48, 0x00000007, 0x00000000 }, + { 0x000001a3, &path_table_49, 0x00000007, 0x00000000 }, + { 0x000001a2, &path_table_50, 0x00000007, 0x00000000 }, + { 0x000001a1, &path_table_51, 0x00000007, 0x00000000 }, + { 0x000001a0, &path_table_52, 0x00000007, 0x00000000 }, + { 0x0000019f, &path_table_53, 0x00000007, 0x00000000 }, + { 0x0000019e, &path_table_54, 0x00000007, 0x00000000 }, + { 0x0000019d, &path_table_55, 0x00000007, 0x00000000 }, + { 0x0000019c, &path_table_56, 0x00000007, 0x00000000 }, + { 0x0000019b, &path_table_57, 0x00000007, 0x00000000 }, + { 0x0000019a, &path_table_58, 0x00000007, 0x00000000 }, + { 0x00000199, &path_table_59, 0x00000007, 0x00000000 }, + { 0x00000198, &path_table_60, 0x00000007, 0x00000000 }, + { 0x00000197, &path_table_61, 0x00000007, 0x00000000 }, + { 0x00000196, &path_table_62, 0x00000007, 0x00000000 }, + { 0x00000195, &path_table_63, 0x00000007, 0x00000000 }, + { 0x00000194, &path_table_64, 0x00000008, 0x00000000 }, + { 0x00000193, &path_table_65, 0x00000008, 0x00000000 }, + { 0x00000192, &path_table_66, 0x00000008, 0x00000000 }, + { 0x00000191, &path_table_67, 0x00000008, 0x00000000 }, + { 0x00000190, &path_table_68, 0x00000008, 0x00000000 }, + { 0x0000018f, &path_table_69, 0x00000008, 0x00000000 }, + { 0x0000018e, &path_table_70, 0x00000008, 0x00000000 }, + { 0x0000018d, &path_table_71, 0x00000008, 0x00000000 }, + { 0x0000018c, &path_table_72, 0x00000008, 0x00000000 }, + { 0x0000018b, &path_table_73, 0x00000008, 0x00000000 }, + { 0x0000018a, &path_table_74, 0x00000009, 0x00000000 }, + { 0x00000189, &path_table_75, 0x00000009, 0x00000000 }, + { 0x00000188, &path_table_76, 0x00000009, 0x00000000 }, + { 0x00000187, &path_table_77, 0x00000009, 0x00000000 }, + { 0x00000186, &path_table_78, 0x00000009, 0x00000000 }, + { 0x00000185, &path_table_79, 0x00000009, 0x00000000 }, + { 0x00000184, &path_table_80, 0x00000009, 0x00000000 }, + { 0x00000183, &path_table_81, 0x0000000a, 0x00000000 }, + { 0x00000182, &path_table_82, 0x0000000a, 0x00000000 }, + { 0x00000181, &path_table_83, 0x0000000a, 0x00000000 }, + { 0x00000180, &path_table_84, 0x0000000a, 0x00000000 }, + { 0x0000017f, &path_table_85, 0x0000000a, 0x00000000 }, + { 0x0000017e, &path_table_86, 0x0000000a, 0x00000000 }, + { 0x0000017d, &path_table_87, 0x0000000a, 0x00000000 }, + { 0x0000017c, &path_table_88, 0x0000000a, 0x00000000 }, + { 0x0000017b, &path_table_89, 0x0000000b, 0x00000000 }, + { 0x0000017a, &path_table_90, 0x0000000b, 0x00000000 }, + { 0x00000179, &path_table_91, 0x0000000b, 0x00000000 }, + { 0x00000178, &path_table_92, 0x0000000b, 0x00000000 }, + { 0x00000177, &path_table_93, 0x0000000b, 0x00000000 }, + { 0x00000176, &path_table_94, 0x0000000b, 0x00000000 }, + { 0x00000175, &path_table_95, 0x0000000b, 0x00000000 }, + { 0x00000174, &path_table_96, 0x0000000b, 0x00000000 }, + { 0x00000173, &path_table_97, 0x0000000b, 0x00000000 }, + { 0x00000172, &path_table_98, 0x0000000b, 0x00000000 }, + { 0x00000171, &path_table_99, 0x0000000b, 0x00000000 }, + { 0x00000170, &path_table_100, 0x0000000b, 0x00000000 }, + { 0x0000016f, &path_table_101, 0x0000000b, 0x00000000 }, + { 0x0000016e, &path_table_102, 0x0000000b, 0x00000000 }, + { 0x0000016d, &path_table_103, 0x0000000c, 0x00000000 }, + { 0x0000016c, &path_table_104, 0x0000000c, 0x00000000 }, + { 0x0000016b, &path_table_105, 0x0000000c, 0x00000000 }, + { 0x0000016a, &path_table_106, 0x0000000c, 0x00000000 }, + { 0x00000169, &path_table_107, 0x0000000c, 0x00000000 }, + { 0x00000168, &path_table_108, 0x0000000c, 0x00000000 }, + { 0x00000167, &path_table_109, 0x0000000c, 0x00000000 }, + { 0x00000166, &path_table_110, 0x0000000c, 0x00000000 }, + { 0x00000165, &path_table_111, 0x0000000c, 0x00000000 }, + { 0x00000164, &path_table_112, 0x0000000c, 0x00000000 }, + { 0x00000163, &path_table_113, 0x0000000c, 0x00000000 }, + { 0x00000162, &path_table_114, 0x0000000c, 0x00000000 }, + { 0x00000161, &path_table_115, 0x0000000c, 0x00000000 }, + { 0x00000160, &path_table_116, 0x0000000c, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 unknown_setup_block_0[] = { -1 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x04000000 }; +u32 ai_31[] = { 0x02040330, 0x002c3100, 0x2c010402, 0x2cf5009a, 0x00000100, 0x02060301, 0x06040000 }; +u32 ai_1[] = { 0x9001908f, 0x00649164, 0x93649264, 0x9d000002, 0x009d0000, 0x08000208, 0x033c2c42, 0x2c010802, 0x2cc3481e, 0xf40000ff, 0x05fd0403, 0x04000000 }; +u32 ai_2[] = { 0xad58202d, 0x206d6100, 0x02030306, 0x04033335, 0x3c364551, 0x02363c3d, 0x023105fd, 0x04050251, 0x05fd0406, 0x023d05fd, 0x04040400 }; +u32 ai_3[] = { 0xad58202d, 0x20617400, 0x02033335, 0x802c4551, 0x7f3f3d33, 0x022c3528, 0x2c130602, 0x2c35502c, 0x1106022c, 0x35782c02, 0x3d120602, 0x2c35a02c, 0x14000100, 0x0006022c, 0x35c82c15, 0x00010000, 0x06022c35, 0xe12c1500, 0x2100002c, 0x022c1400, 0x2100002c, 0x022c0303, 0x03160001, 0x00000602, 0x06032f2c, 0x0106022c, 0x05fd0403, 0x02510604, 0x0405fd04, 0x06040000 }; +u32 ai_5[] = { 0xad58202d, 0x20657600, 0x02030333, 0x022c3335, 0x3c2c0f06, 0x022c3335, 0x782c0e06, 0x022c3335, 0xb42c1006, 0x022c0a00, 0x0b001400, 0x3c001000, 0x06020603, 0x2f2c0106, 0x022c0704 }; +u32 ai_4[] = { 0xad58202d, 0x20676f00, 0x0203282c, 0x022c0208, 0x032f063c, 0x06455101, 0x08025106, 0x040505fd, 0x04060206, 0x06040305, 0xfd040304 }; +u32 ai_7[] = { 0x9000508f, 0x00509d00, 0x00080002, 0x0303ce2c, 0xcf2c0006, 0x022c0103, 0x0206c348, 0x1c05fd04, 0x07040000 }; +u32 ai_6[] = { 0xad666f6c, 0x00910a9d, 0x00000040, 0x0201034b, 0x00960828, 0x09010102, 0x09032f06, 0x4b004b08, 0x01090208, 0x03333580, 0x06036f02, 0x2c6f042c, 0x6f082c08, 0x05fd040c, 0x022cad66, 0x726f6c69, 0x63001d02, 0x0a032f06, 0x4c00fa06, 0x01090206, 0x05fd0409, 0x02070400 }; +u32 ai_8[] = { 0xad6d646b, 0x00eb2602, 0x03510064, 0x26035100, 0xc82c0351, 0x012c2c05, 0xfd040c02, 0x2c40fc36, 0x00070236, 0x33358036, 0x14002400, 0xfc3d0236, 0x15002400, 0xfc3d1700, 0x0400fc2c, 0x022cae02, 0x0d03b400, 0x003c2c01, 0x0d022c40, 0xfc360007, 0x02360103, 0x023d97fc, 0x80ae020b, 0x0330fc4b, 0xb400003c, 0x2c010b02, 0x2c160004, 0x00fc2c02, 0x2c020c30, 0xfc4b31fc, 0x4b03b400, 0x012c2c2f, 0x2c010c02, 0x2c333580, 0x2c010302, 0x2c020798, 0xfc8005fd, 0x0407024b, 0x05fd040a, 0x022605fd, 0x040b0400 }; +u32 ai_9[] = { 0x98fc809c, 0x00000200, 0x367f3307, 0x02363303, 0x353c0633, 0x03350a2c, 0xc3480800, 0x06022c35, 0x142cc348, 0x09000602, 0x2c351e2c, 0xc3480a00, 0x06022c35, 0x282cc348, 0x0b000602, 0x2c35322c, 0xc3480c00, 0x06022c35, 0x3c2cc348, 0x0d000602, 0x2c35462c, 0xc3480e00, 0x06022c35, 0x502cc348, 0x0f000602, 0x2c355a2c, 0xc3481000, 0x06022c35, 0x642cc348, 0x11000602, 0x2c356e2c, 0xc3481200, 0x06022c35, 0x782cc348, 0x13000602, 0x2c35822c, 0xc3481400, 0x06022c35, 0x8c2cc348, 0x15000602, 0x2c35962c, 0xc3481600, 0x06022c35, 0xa02cc348, 0x17000602, 0x2c35aa2c, 0xc3481800, 0x06022c35, 0xb42cc348, 0x19000602, 0x2c35be2c, 0xc3481a00, 0x06022c02, 0x0605fd04, 0x070207c3, 0x481d9a00, 0x00020001, 0x06040000 }; +u32 ai_11[] = { 0xad736361, 0x6e009100, 0x33353c2c, 0x0a009600, 0x00005600, 0x10000802, 0x2c35782c, 0x0a009700, 0x00005600, 0x10000802, 0x2c358c2c, 0x0a005300, 0x00002200, 0x10003602, 0x2c35a02c, 0x0a005400, 0x00002400, 0x10003602, 0x2c35b42c, 0x0a006300, 0x00009500, 0x10000802, 0x2c036e02, 0x2c6e042c, 0x6e082c6e, 0x012cab02, 0x02022c91, 0x0035c82c, 0x15012823, 0x28360036, 0x022c35dc, 0x2c140128, 0x23283600, 0x36022c17, 0x00082328, 0x36003602, 0x08032f06, 0x01080236, 0xae020903, 0xb4000078, 0x06010902, 0x0605fd04, 0x07040000 }; +u32 ai_10[] = { 0xad657661, 0x64009114, 0x97fc8033, 0x35800a0a, 0x000b0014, 0x003c0210, 0x0208032f, 0x2c010802, 0x2c020a15, 0x002400fc, 0x3d023dae, 0x020b0330, 0xfc4bb400, 0x003c2c01, 0x0b022c4f, 0x0019fc09, 0x16000400, 0xfc2c022c, 0x020c03b4, 0x00012c2c, 0x2f2c010c, 0x022c30fc, 0x4b333580, 0x2c010802, 0x2c020798, 0xfc8005fd, 0x0407024b, 0x05fd040a, 0x0209032f, 0x2ce72c01, 0x09022c16, 0x000400fc, 0x2c05fd04, 0x07022c03, 0x19fdfc08, 0xad636865, 0x61700098, 0xfc80020d, 0x032f2c01, 0x0d022c05, 0xfd040704 }; +u32 ai_12[] = { 0x02040330, 0xfd332f3b, 0x0104023b, 0x324e3e4f, 0x3f4d4650, 0x3a4d3b4d, 0x0b2c3335, 0x012c0604, 0x0d05fd00, 0x03022c01, 0x04025033, 0x357f4e06, 0x040d05fd, 0x040f024e, 0x06040d05, 0xfd040e02, 0x4f06040d, 0x05fd0410, 0x024d0604, 0x0d05fd00, 0x0b023305, 0xfd000104 }; +u32 ai_13[] = { 0x96012c33, 0x35202c0c, 0x94010702, 0x2c94011a, 0x06022c03, 0x31012c30, 0x012c0333, 0x35642c4f, 0x0050012a, 0x96802a02, 0x08022c4c, 0x00964f33, 0x350a2c13, 0x06022c33, 0x350a2c0f, 0x06022c33, 0x35192c0e, 0x06022c33, 0x35322c10, 0x06022c33, 0x35402c11, 0x06022c35, 0x7f2c1206, 0x022c3335, 0x7f3e1400, 0x01000006, 0x023e1500, 0x01000006, 0x02060702, 0x2a034001, 0x36000702, 0x3606040e, 0x05fd041c, 0x02070108, 0x024f0604, 0x0d05fd04, 0x10040000 }; +u32 ai_14[] = { 0x0d020403, 0x2f060104, 0x020605fd, 0x04100400 }; +u32 ai_15[] = { 0x94012804, 0x07020403, 0x2f3b324e, 0x0104024e, 0x4b009636, 0x01040236, 0x05fd040e, 0x023b0704 }; +u32 ai_27[] = { 0xad676574, 0x204e00a9, 0x01039e00, 0x00004033, 0x3580039d, 0x00000040, 0x02030331, 0xfc4b30fc, 0x4b40fc36, 0x00070236, 0x33358036, 0x14002400, 0xfc3d0236, 0x15002400, 0xfc3d1700, 0x0400fc2c, 0x022cae02, 0x0d03b400, 0x003c2c01, 0x0d022c00, 0x07023601, 0x03023daa, 0x01fdae02, 0x0b03b400, 0x003c2c01, 0x0b022c16, 0x000400fc, 0x2c022c02, 0x0c30fc4b, 0x032f2c01, 0x0c022c02, 0x07022602, 0x06039e00, 0x00004007, 0x024b0604, 0x0d05fd04, 0x10040000 }; +u32 ai_16[] = { 0x94014c00, 0xfa4d414d, 0x05fd0410, 0x024d31f9, 0x4d05fd04, 0x0d024dc1, 0xfd04122c, 0x05fd0410, 0x022c05fd, 0x040d0400 }; +u32 ai_17[] = { 0x06040d05, 0xfd041004 }; +u32 ai_18[] = { 0x90001402, 0x03140021, 0x00000402, 0x0403462c, 0x3a2c3b2c, 0x322c3c2c, 0x0104022c, 0x3335962c, 0x16000100, 0x0008022c, 0x09ae0209, 0x033335fa, 0x2cb40000, 0xf0060109, 0x022c1400, 0x2100002c, 0x022c1600, 0x0100002c, 0x022c0208, 0x032f0601, 0x08020601, 0x03040000 }; +u32 ai_32[] = { 0x02040331, 0x012c0104, 0x022cc348, 0x1f9a0000, 0x04000206, 0x03010604 }; +u32 ai_33[] = { 0x020303eb, 0x4c5501d4, 0x2c010302, 0x2c9a0004, 0x0000ecd7, 0x00da0208, 0x03dc2c01, 0x08022c31, 0x014b3001, 0x4bf12c05, 0xfd000f02, 0x2cddeadf, 0x1fdf2059, 0x042c5905, 0x2c59062c, 0x59072c59, 0x082c5909, 0x2c590a2c, 0x590b2c59, 0x0c2c590d, 0x2c590e2c, 0x590f2c59, 0x102c5911, 0x2c59122c, 0x59132c59, 0x162c5914, 0x2c59152c, 0xe404022c, 0xed030303, 0xd51e0002, 0x0000a101, 0x00000400, 0xa0010480, 0x0000d901, 0x024f2c02, 0x2c050104, 0x1ea0f804, 0x800000d9, 0xf802502c, 0x022c05f8, 0x041f0303, 0xdbf40100, 0xff05fd00, 0x01024bd2, 0x05fd0001, 0x024c05fd, 0x00010400 }; +u32 ai_30[] = { 0xa0fd0000, 0x0010a0fd, 0x00000080, 0x0a005aff, 0xffffff06, 0x1059042c, 0x59052c59, 0x062c5907, 0x2c59082c, 0x59092c59, 0x0a2c590b, 0x2c590c2c, 0x590d2c59, 0x0e2c590f, 0x2c59102c, 0x59112c59, 0x122c5913, 0x2c59162c, 0x59142c59, 0x152ce0fd, 0x00e0fd01, 0xbf00bf04, 0x00000000, 0x2c022c02, 0x08035401, 0x01d42c01, 0x08022cae, 0x020903b4, 0x00001e2c, 0x0109022c, 0x14002802, 0x4f2c022c, 0x16000802, 0x4f2c022c, 0xae020a03, 0xb400005a, 0x2c010a02, 0x2c671f02, 0x0b03b400, 0x00962c01, 0x0b022cda, 0x020c03dc, 0x2c010c02, 0x2cd205fd, 0x00010400 }; +u32 ai_29[] = { 0xa0fd0000, 0x0010a0fd, 0x00000080, 0x0a005a00, 0x07ffff06, 0x10020803, 0x540101d4, 0x2c010802, 0x2cae0209, 0x03b40000, 0x0a2c0109, 0x022c1500, 0x2802502c, 0x022c1600, 0x0802502c, 0x022c05fd, 0x00010400 }; +u32 ai_37[] = { 0xae020903, 0xb4000258, 0x2c010902, 0x2ca40300, 0x0200005f, 0x03020a03, 0xb40002d0, 0x2c010a02, 0x2ca40400, 0x0200005f, 0x04020b03, 0xb400030c, 0x2c010b02, 0x2ca40500, 0x0200005f, 0x0505fd00, 0x01040000 }; +u32 ai_34[] = { 0x02040355, 0x01c82c01, 0x04022c9a, 0x00000800, 0x0237aead, 0x210a0003, 0x31272c00, 0x36022c9c, 0x00001000, 0x36f336bd, 0x00ff01d3, 0x04140000, 0x00002c02, 0x36022c03, 0x31282c00, 0x36022c9c, 0x00002000, 0x36f336bd, 0x00ff01d3, 0x04150000, 0x00002c02, 0x36022c03, 0x31292c00, 0x36022c9c, 0x00004000, 0x36f336bd, 0x00ff01d3, 0x04160000, 0x00002c02, 0x36022c03, 0x311d2c00, 0x36022c9c, 0x00008000, 0x36f336bd, 0x00ff01d3, 0x04170000, 0x00002c02, 0x36022c03, 0x31222c00, 0x36022c9c, 0x00010000, 0x36f336bd, 0x00ff01d3, 0x04180000, 0x00002c02, 0x36022c03, 0x311e2c00, 0x36022c9c, 0x00020000, 0x36f336bd, 0x00ff01d3, 0x04190000, 0x00002c02, 0x36020603, 0x9c000008, 0x00360007, 0x0236b400, 0x00782c55, 0x01d20755, 0x01b90701, 0x06022c01, 0x370207ad, 0x73706177, 0x6e206f66, 0x66009b00, 0x00080001, 0x04040000 }; +u32 ai_19[] = { 0x8e273335, 0xc836ab02, 0x49002c02, 0x36ab01cb, 0x022cad31, 0x380a0005, 0xfd041a04 }; +u32 ai_20[] = { 0x8e283335, 0xc836ab02, 0x4a002c02, 0x36ab01ca, 0x022cad31, 0x390a0005, 0xfd041a04 }; +u32 ai_21[] = { 0x8e293335, 0xc836ab02, 0x4b002c02, 0x36ab01c7, 0x022cad32, 0x300a0005, 0xfd041a04 }; +u32 ai_22[] = { 0x8e1d3335, 0xc836ab02, 0x41002c02, 0x36ab01c8, 0x022cad31, 0x300a0005, 0xfd041a04 }; +u32 ai_23[] = { 0x8e223335, 0xc836ab02, 0x42002c02, 0x36ab01c9, 0x022cad31, 0x310a0005, 0xfd041a04 }; +u32 ai_24[] = { 0x8e1e3335, 0xc836ab02, 0x47002c02, 0x36ab01c4, 0x022cad32, 0x300a0005, 0xfd041a04 }; +u32 ai_25[] = { 0xc000d900, 0x00000004, 0x0204bf00, 0xbc0d0000, 0x00000402, 0x04000602, 0x06060002, 0x05fd041b, 0x04000000 }; +u32 ai_26[] = { 0x02031f23, 0x28030208, 0x032f2c4b, 0x0064074d, 0xfd000a23, 0x28060108, 0x022c034b, 0x0064074d, 0xfd000a23, 0x28060103, 0x020605fd, 0x04130207, 0x06040d05, 0xfd041004 }; +u32 ai_35[] = { 0x0208039c, 0x00000800, 0x2c010802, 0x2cae9b00, 0x0010009b, 0x00002000, 0x9b000040, 0x009b0000, 0x80009b00, 0x0100009b, 0x00020000, 0x0209039c, 0x00000800, 0x36000602, 0x36b4002a, 0x302c0109, 0x022cad72, 0x616d7020, 0x646f776e, 0x2031009a, 0x00008000, 0x9a000100, 0x009a0002, 0x0000020a, 0x039c0000, 0x08003600, 0x060236b4, 0x008ca02c, 0x010a022c, 0xad72616d, 0x7020646f, 0x776e2032, 0x009a0000, 0x10009a00, 0x0020009a, 0x00004000, 0x02069b00, 0x00080001, 0x08040000 }; +u32 ai_28[] = { 0x0a006700, 0x00000104, 0x10ae0208, 0x03b40000, 0x3c2c0108, 0x022c0a00, 0x670001ff, 0xff041005, 0xfd000104 }; +u32 ai_36[] = { 0x020803cf, 0x2c010802, 0x2c05f804, 0x1d020603, 0x01060400 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x0000041b }, + /* index = 27 */ + { &ai_27, 0x0000041c }, + /* index = 28 */ + { &ai_28, 0x0000041d }, + /* index = 29 */ + { &ai_29, 0x0000041e }, + /* index = 30 */ + { &ai_30, 0x0000041f }, + /* index = 31 */ + { &ai_31, 0x00001000 }, + /* index = 32 */ + { &ai_32, 0x00001001 }, + /* index = 33 */ + { &ai_33, 0x00001002 }, + /* index = 34 */ + { &ai_34, 0x00001003 }, + /* index = 35 */ + { &ai_35, 0x00001004 }, + /* index = 36 */ + { &ai_36, 0x00001005 }, + /* index = 37 */ + { &ai_37, 0x00001006 }, + /* index = 38 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/j/UsetuplenZ.c b/assets/obseg/setup/j/UsetuplenZ.c new file mode 100644 index 0000000..f0eb432 --- /dev/null +++ b/assets/obseg/setup/j/UsetuplenZ.c @@ -0,0 +1,828 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:21 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetuplenZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + + + + + +PadRecord padlist[] = { + { {542.0f, 48.0f, -586.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1820a", 0 }, + { {645.0f, 48.0f, -557.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1760a", 0 }, + { {525.0f, 48.0f, -533.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1795a", 0 }, + { {688.0f, 48.0f, -508.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1745a", 0 }, + { {673.0f, 48.0f, -449.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1750a", 0 }, + { {691.0f, 54.0f, -422.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1751a", 0 }, + { {608.0f, 50.0f, -364.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1801a", 0 }, + { {623.0f, 50.0f, -428.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1631a", 0 }, + { {548.0f, 50.0f, -463.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1709a", 0 }, + { {512.0f, 50.0f, -407.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1731a", 0 }, + { {463.0f, 50.0f, -514.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1793a", 0 }, + { {454.0f, 50.0f, -430.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1813a", 0 }, + { {642.0f, 52.0f, -597.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1758a", 0 }, + { {678.0f, 52.0f, -475.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1748a", 0 }, + { {631.0f, 52.0f, -402.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1789a", 0 }, + { {529.0f, 52.0f, -370.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1733a", 0 }, + { {467.0f, 52.0f, -407.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1803a", 0 }, + { {447.0f, 52.0f, -510.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1793a", 0 }, + { {621.0f, 52.0f, -503.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1782a", 0 }, + { {547.0f, 52.0f, -517.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1738a", 0 }, + { {480.0f, 52.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1797a", 0 }, + { {474.0f, 64.0f, -488.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1681a", 0 }, + { {620.0f, 52.0f, -528.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1780a", 0 }, + { {565.0f, 52.0f, -417.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1663a", 0 }, + { {521.0f, 52.0f, -393.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1732a", 0 }, + { {680.0f, 52.0f, -453.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1750a", 0 }, + { {654.0f, 66.0f, -431.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1769a", 0 }, + { {588.0f, 52.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1801a", 0 }, + { {554.0f, 55.0f, -562.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1821a", 0 }, + { {674.0f, 55.0f, -485.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1747a", 0 }, + { {657.0f, 55.0f, -440.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1769a", 0 }, + { {623.0f, 55.0f, -406.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1789a", 0 }, + { {608.0f, 55.0f, -397.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1799a", 0 }, + { {531.0f, 55.0f, -490.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1785a", 0 }, + { {501.0f, 55.0f, -507.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1735a", 0 }, + { {493.0f, 55.0f, -392.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1786a", 0 }, + { {458.0f, 60.0f, -457.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1623a", 0 }, + { {447.0f, 75.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1623a", 0 }, + { {514.0f, 75.0f, -439.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1671a", 0 }, + { {561.0f, 75.0f, -426.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1663a", 0 }, + { {605.0f, 75.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1655a", 0 }, + { {601.0f, 75.0f, -489.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1649a", 0 }, + { {574.0f, 75.0f, -549.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1691a", 0 }, + { {594.0f, 75.0f, -596.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1633a", 0 }, + { {582.1883f, 75.29525f, -493.96832f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1699a", 0 }, + { {582.3667f, 75.29525f, -498.37967f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1697a", 0 }, + { {582.5346f, 62.305073f, -496.49866f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1697a", 0 }, + { {582.1883f, 75.29525f, -494.1869f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1699a", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +CreditsEntry credits_data_0[] = { + /* index = 0 */ + { 0x5010, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 1 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 2 */ + { 0x5012, 0x5013, 0x00fa, 0x0000, 0x00be, 0x0001 }, + /* index = 3 */ + { 0x5014, 0x5015, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 4 */ + { 0x5016, 0x5017, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 5 */ + { 0x5018, 0x5019, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 6 */ + { 0x501a, 0x501b, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 7 */ + { 0x501c, 0x5015, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 8 */ + { 0x501d, 0x501e, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 9 */ + { 0x501f, 0x5020, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 10 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 11 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 12 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 13 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 14 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 15 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 16 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 17 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 18 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 19 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 20 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 21 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 22 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 23 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 24 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 25 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 26 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 27 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 28 */ + { 0x5021, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 29 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 30 */ + { 0x5022, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 31 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 32 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 33 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 34 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 35 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 36 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 37 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 38 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 39 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 40 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 41 */ + { 0x5023, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 42 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 43 */ + { 0x5024, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 44 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 45 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 46 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 47 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 48 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 49 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 50 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 51 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 52 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 53 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 54 */ + { 0x5025, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 55 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 56 */ + { 0x5026, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 57 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 58 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 59 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 60 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 61 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 62 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 63 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 64 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 65 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 66 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 67 */ + { 0x5027, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 68 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 69 */ + { 0x5028, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 70 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 71 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 72 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 73 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 74 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 75 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 76 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 77 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 78 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 79 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 80 */ + { 0x5029, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 81 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 82 */ + { 0x502a, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 83 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 84 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 85 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 86 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 87 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 88 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 89 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 90 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 91 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 92 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 93 */ + { 0x502b, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 94 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 95 */ + { 0x502c, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 96 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 97 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 98 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 99 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 100 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 101 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 102 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 103 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 104 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 105 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 106 */ + { 0x502d, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 107 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 108 */ + { 0x502e, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 109 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 110 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 111 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 112 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 113 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 114 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 115 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 116 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 117 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 118 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 119 */ + { 0x502f, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 120 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 121 */ + { 0x5031, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 122 */ + { 0x5030, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 123 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 124 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 125 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 126 */ + { 0x5032, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 127 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 128 */ + { 0x5031, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 129 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 130 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 131 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 132 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 133 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 134 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 135 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 136 */ + { 0x5048, 0x5049, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 137 */ + { 0x504a, 0x504b, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 138 */ + { 0x504c, 0x504d, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 139 */ + { 0x504e, 0x504f, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 140 */ + { 0x503e, 0x503f, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 141 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 142 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 143 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 144 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 145 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 146 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 147 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 148 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 149 */ + { 0x5050, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 150 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 151 */ + { 0x5051, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 152 */ + { 0x5052, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 153 */ + { 0x5053, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 154 */ + { 0x5054, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 155 */ + { 0x5055, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 156 */ + { 0x5056, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 157 */ + { 0x5057, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 158 */ + { 0x5058, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 159 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 160 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 161 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 162 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 163 */ + { 0x5081, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 164 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 165 */ + { 0x5082, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 166 */ + { 0x5083, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 167 */ + { 0x5084, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 168 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 169 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 170 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 171 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 172 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 173 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 174 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 175 */ + { 0x5059, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 176 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 177 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 178 */ + { 0x505a, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 179 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 180 */ + { 0x505b, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 181 */ + { 0x505c, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 182 */ + { 0x505d, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 183 */ + { 0x505e, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 184 */ + { 0x505f, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 185 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 186 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 187 */ + { 0x5060, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 188 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 189 */ + { 0x5061, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 190 */ + { 0x5062, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 191 */ + { 0x5063, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 192 */ + { 0x5064, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 193 */ + { 0x5065, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 194 */ + { 0x5066, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 195 */ + { 0x5067, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 196 */ + { 0x5068, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 197 */ + { 0x5069, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 198 */ + { 0x506a, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 199 */ + { 0x506b, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 200 */ + { 0x506c, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 201 */ + { 0x506d, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 202 */ + { 0x506e, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 203 */ + { 0x506f, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 204 */ + { 0x5070, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 205 */ + { 0x5071, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 206 */ + { 0x5072, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 207 */ + { 0x5073, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 208 */ + { 0x5074, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 209 */ + { 0x5075, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 210 */ + { 0x5076, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 211 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 212 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 213 */ + { 0x5077, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 214 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 215 */ + { 0x5078, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 216 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 217 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 218 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 219 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 220 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 221 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 222 */ + { 0x508d, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 223 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 224 */ + { 0x5079, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 225 */ + { 0x508e, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 226 */ + { 0x508f, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 227 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 228 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 229 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 230 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 231 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 232 */ + { 0x507a, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 233 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 234 */ + { 0x507b, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 235 */ + { 0x507c, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 236 */ + { 0x507d, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 237 */ + { 0x507e, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 238 */ + { 0x507f, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 239 */ + { 0x5080, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 240 */ + { 0x5090, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 241 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 242 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 243 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 244 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 245 */ + { 0x508b, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 246 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 247 */ + { 0x508c, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 248 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 249 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 250 */ + { 0x5089, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 251 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 252 */ + { 0x508a, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 253 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 254 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 255 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 256 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 257 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 258 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 259 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 260 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 261 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 262 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 263 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 264 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 265 */ + { 0x5085, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 266 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 267 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 268 */ + { 0x5086, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 269 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 270 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 271 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 272 */ + { 0x5087, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 273 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 274 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 275 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 276 */ + { 0x5088, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 277 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 278 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 279 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 280 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 281 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 282 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 283 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 284 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 285 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 286 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 287 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 288 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 289 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 290 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 291 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 292 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 293 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 294 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 295 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 296 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 297 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 298 */ + { 0x5093, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 299 */ + { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000 } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 20491, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 20492, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 20493, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 20494, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 20495, 0, + /* Type = StandardProp; index = 5 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 19), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 6 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 18), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 7 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 35), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 8 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 33), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 9 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 30), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 10 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 29), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 11 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 28), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 12 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 27), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 13 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 26), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 14 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 25), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 15 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 24), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 16 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 23), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 17 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 22), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 18 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 12), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 19 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 8), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 20 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 10), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 21 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 7), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 22 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 5), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 23 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 3), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 24 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 2), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 25 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 1), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 26 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 0), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 27 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 45), _mkword(79, 1), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Cutscene; index = 28 */ + _mkword(0, _mkshort(0, 46)), 671475, 81843, -499383, 310260, 394846, 44, + /* Type = Tag; index = 29 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0xffff), 0, 0, + /* Type = EndProps; index = 30 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 44, 0, + /* Type = Cuff; index = 1 */ + _mkword(0, _mkshort(0, 5)), 2, + /* Type = StartWeapon; index = 2 */ + _mkword(0, _mkshort(0, 1)), 0, -1, 0, + /* Type = Credits; index = 3 */ + _mkword(0, _mkshort(0, 8)), &credits_data_0, + /* Type = EndIntro; index = 4 */ + _mkword(0, _mkshort(0, 9)) +}; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 unknown_setup_block_1[] = { 0 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +s32 unknown_setup_block_2[] = { 0, -1 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_not_used_0[] = { 0x04000000 }; + + + +u32 ai_1[] = { 0xd9fd002d, 0x2c022c0a, 0x00b6ffff, 0xffff0600, 0x05fd0001, 0x04000000 }; +u32 ai_3[] = { 0x02030a00, 0xb6009e00, 0xfa442005, 0xfd000104 }; +u32 ai_4[] = { 0x02030a00, 0xb60103ff, 0xff442005, 0xfd000104 }; +u32 ai_2[] = { 0xf20009d9, 0xfd002c2c, 0x0209ad62, 0x320a00d9, 0xfd002f2c, 0x022c0a00, 0xb5ffffff, 0xff060002, 0x08032f2c, 0x0108022c, 0x3335dc2c, 0x0a00b500, 0x9e00fa44, 0x20050004, 0x03010802, 0x2c0a00b5, 0x0103ffff, 0x44200500, 0x04040108, 0x04000000 }; +u32 ai_5[] = { 0x03d701ed, 0x030303ee, 0x012c0064, 0x0012002e, 0xffba1c71, 0xa0f80001, 0x0000a000, 0x00010000, 0xa0f80002, 0x0000a000, 0x00020000, 0x05f80402, 0x05000401, 0x0303db02, 0x0b03dc2c, 0x010b022c, 0xae020f03, 0xb400001e, 0x2c010f02, 0x2cc35008, 0xae020c03, 0xb40000b4, 0x2c010c02, 0x2cc35009, 0xae020d03, 0xb40000b4, 0x2c010d02, 0x2cc3500a, 0xae020e03, 0xb400012c, 0x2c010e02, 0x2cef0208, 0x03f02c01, 0x08022cda, 0x020903dc, 0x2c010902, 0x2c020a03, 0xd2010a04 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_1, 0x00000401 }, + /* index = 1 */ + { &ai_2, 0x00000402 }, + /* index = 2 */ + { &ai_3, 0x00000403 }, + /* index = 3 */ + { &ai_4, 0x00000404 }, + /* index = 4 */ + { &ai_5, 0x00001000 }, + /* index = 5 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/j/UsetupsiloZ.c b/assets/obseg/setup/j/UsetupsiloZ.c new file mode 100644 index 0000000..990a08c --- /dev/null +++ b/assets/obseg/setup/j/UsetupsiloZ.c @@ -0,0 +1,1588 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:22 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupsiloZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-50.0f, -879.0f, 1825.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1585n", 0 }, + { {17.0f, -778.0f, 2296.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1036n", 0 }, + { {236.0f, -778.0f, 2406.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1133n", 0 }, + { {434.0f, -778.0f, 2478.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1359n", 0 }, + { {827.0f, -778.0f, 2141.0f}, {0.0f, 1.0f, 0.0f}, {-0.707142f, 0.0f, 0.707072f}, "p2n2", 0 }, + { {1326.0f, -221.0f, 1445.0f}, {0.0f, 1.0f, 0.0f}, {-0.99962f, 0.0f, 0.027581f}, "p145c1", 0 }, + { {1166.0f, -447.0f, 1149.0f}, {0.0f, 1.0f, 0.0f}, {-0.707142f, 0.0f, 0.707072f}, "p1455c2", 0 }, + { {1594.0f, -653.0f, 1251.0f}, {0.0f, 1.0f, 0.0f}, {-0.707142f, 0.0f, 0.707072f}, "p2615m", 0 }, + { {1988.0f, -653.0f, 1314.0f}, {0.0f, 1.0f, 0.0f}, {-0.974381f, 0.0f, -0.224905f}, "p2654m", 0 }, + { {2369.0f, -554.0f, 922.0f}, {0.0f, 1.0f, 0.0f}, {-0.225045f, 0.0f, 0.974348f}, "p2210m", 0 }, + { {2448.0f, -554.0f, 745.0f}, {0.0f, 1.0f, 0.0f}, {-0.225045f, 0.0f, 0.974348f}, "p2407m", 0 }, + { {2254.0f, -554.0f, 547.0f}, {0.0f, 1.0f, 0.0f}, {-0.225045f, 0.0f, 0.974348f}, "p36m", 0 }, + { {2070.0f, -554.0f, 498.0f}, {0.0f, 1.0f, 0.0f}, {0.731287f, 0.0f, 0.68207f}, "p2076m1", 0 }, + { {1728.0f, -444.0f, 660.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 9.8e-05}, "p1520g", 0 }, + { {1272.0f, -444.0f, 451.0f}, {0.0f, 1.0f, 0.0f}, {-9.8e-05, 0.0f, 1.0f}, "p41g", 0 }, + { {1291.0f, -444.0f, 943.0f}, {0.0f, 1.0f, 0.0f}, {0.000105f, 0.0f, -1.0f}, "p16g", 0 }, + { {1258.0f, -444.0f, 123.0f}, {0.0f, 1.0f, 0.0f}, {-9.8e-05, 0.0f, 1.0f}, "p170b2", 0 }, + { {1266.0f, -444.0f, -78.0f}, {0.0f, 1.0f, 0.0f}, {-9.8e-05, 0.0f, 1.0f}, "p170b1", 0 }, + { {1147.0f, -222.0f, -111.0f}, {0.0f, 1.0f, 0.0f}, {-9.8e-05, 0.0f, 1.0f}, "p149b1", 0 }, + { {1294.0f, -444.0f, -247.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -9.7e-05}, "p1588l", 0 }, + { {1228.0f, -444.0f, -247.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 9.7e-05}, "p1590l", 0 }, + { {1262.0f, -444.0f, -522.0f}, {0.0f, 1.0f, 0.0f}, {-9.7e-05, 0.0f, 1.0f}, "p1584l", 0 }, + { {924.0f, -350.0f, -1112.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 9.7e-05}, "p1151l", 0 }, + { {628.0f, -350.0f, -1128.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.000155f}, "p1043l", 0 }, + { {580.0f, -219.0f, -88.0f}, {0.0f, 1.0f, 0.0f}, {0.000155f, 0.0f, -1.0f}, "p1605f", 0 }, + { {908.0f, -219.0f, 55.0f}, {0.0f, 1.0f, 0.0f}, {-0.705922f, 0.0f, -0.70829f}, "p21f", 0 }, + { {429.0f, -219.0f, 44.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p43f", 0 }, + { {-138.0f, -219.0f, 14.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p170a2", 0 }, + { {97.0f, -10.0f, 131.0f}, {0.0f, 1.0f, 0.0f}, {0.260644f, 0.0f, -0.965435f}, "p149a1", 0 }, + { {37.0f, -10.0f, 171.0f}, {0.0f, 1.0f, 0.0f}, {0.262555f, 0.0f, -0.964917f}, "p145a1", 0 }, + { {-391.0f, -219.0f, 54.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p572i", 0 }, + { {-651.0f, -219.0f, 48.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p606i", 0 }, + { {-755.0f, -219.0f, -20.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p620i", 0 }, + { {-1122.0f, -125.0f, 193.0f}, {0.0f, 1.0f, 0.0f}, {0.001846f, 0.0f, -0.999998f}, "p108i", 0 }, + { {-1194.0f, -125.0f, 236.0f}, {0.0f, 1.0f, 0.0f}, {0.001846f, 0.0f, -0.999998f}, "p101i", 0 }, + { {-1195.0f, -125.0f, 506.0f}, {0.0f, 1.0f, 0.0f}, {0.001846f, 0.0f, -0.999998f}, "p328i", 0 }, + { {-1031.0f, -125.0f, 724.0f}, {0.0f, 1.0f, 0.0f}, {0.001846f, 0.0f, -0.999998f}, "p37k", 0 }, + { {-759.0f, -125.0f, 519.0f}, {0.0f, 1.0f, 0.0f}, {-0.001846f, 0.0f, 0.999998f}, "p104k", 0 }, + { {-301.0f, -4.0f, 684.0f}, {0.0f, 1.0f, 0.0f}, {-0.999998f, 0.0f, -0.001846f}, "p1532e", 0 }, + { {-521.0f, -4.0f, 615.0f}, {0.0f, 1.0f, 0.0f}, {-0.001846f, 0.0f, 0.999998f}, "p1537e", 0 }, + { {-126.0f, -4.0f, 629.0f}, {0.0f, 1.0f, 0.0f}, {-0.999998f, 0.0f, -0.001846f}, "p1612e1", 0 }, + { {-37.0f, -4.0f, 504.0f}, {0.0f, 1.0f, 0.0f}, {-0.002355f, 0.0f, 0.999997f}, "p27e", 0 }, + { {30.0f, -4.0f, 365.0f}, {0.0f, 1.0f, 0.0f}, {-0.002355f, 0.0f, 0.999997f}, "p21e", 0 }, + { {-15.0f, -4.0f, 860.0f}, {0.0f, 1.0f, 0.0f}, {0.00237f, 0.0f, -0.999997f}, "p43e", 0 }, + { {-55.0f, -4.0f, 967.0f}, {0.0f, 1.0f, 0.0f}, {0.00237f, 0.0f, -0.999997f}, "p51e", 0 }, + { {272.0f, -4.0f, 36.0f}, {0.0f, 1.0f, 0.0f}, {0.00237f, 0.0f, -0.999997f}, "p56j", 0 }, + { {488.0f, -4.0f, 12.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, -0.00237f}, "p43j", 0 }, + { {455.0f, -4.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, -0.00237f}, "p191j", 0 }, + { {456.0f, -4.0f, -198.0f}, {0.0f, 1.0f, 0.0f}, {-0.00237f, 0.0f, 0.999997f}, "p185j", 0 }, + { {328.0f, -4.0f, -332.0f}, {0.0f, 1.0f, 0.0f}, {0.999985f, 0.0f, 0.005535f}, "p214o", 0 }, + { {532.0f, -4.0f, -321.0f}, {0.0f, 1.0f, 0.0f}, {-0.999985f, 0.0f, -0.005535f}, "p208o", 0 }, + { {489.0f, -4.0f, -527.0f}, {0.0f, 1.0f, 0.0f}, {-0.005535f, 0.0f, 0.999985f}, "p206o", 0 }, + { {900.0f, -4.0f, -429.0f}, {0.0f, 1.0f, 0.0f}, {-0.999985f, 0.0f, -0.005535f}, "p116o2", 0 }, + { {1111.0f, -4.0f, -235.0f}, {0.0f, 1.0f, 0.0f}, {-0.703182f, 0.0f, -0.71101f}, "p580o2", 0 }, + { {509.0f, -778.0f, 2221.0f}, {0.0f, 1.0f, 0.0f}, {0.499998f, 0.0f, 0.866027f}, "p17n2", 0 }, + { {511.0f, -778.0f, 2286.0f}, {0.0f, 1.0f, 0.0f}, {0.707142f, 0.0f, -0.707072f}, "p81n", 0 }, + { {495.0f, -778.0f, 2034.0f}, {0.0f, 1.0f, 0.0f}, {-0.499954f, 0.0f, -0.866052f}, "p104n", 0 }, + { {2162.0f, -554.0f, 639.0f}, {0.0f, 1.0f, 0.0f}, {0.999638f, 0.0f, -0.026903f}, "p107m", 0 }, + { {2107.0f, -554.0f, 725.0f}, {0.0f, 1.0f, 0.0f}, {-0.99962f, 0.0f, 0.027562f}, "p106m", 0 }, + { {751.0f, -350.0f, -999.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -0.000155f}, "p81l", 0 }, + { {379.0f, -350.0f, -1002.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.000155f}, "p33l", 0 }, + { {737.0f, -350.0f, -777.0f}, {0.0f, 1.0f, 0.0f}, {0.706995f, 0.0f, 0.707218f}, "p105l", 0 }, + { {-721.0f, -128.0f, 448.0f}, {0.0f, 1.0f, 0.0f}, {0.999998f, 0.0f, 0.001846f}, "p20k", 0 }, + { {-817.0f, -125.0f, 548.0f}, {0.0f, 1.0f, 0.0f}, {-0.865935f, 0.0f, 0.500156f}, "p105k", 0 }, + { {823.0f, -783.0f, 2290.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p33n", 0 }, + { {739.0f, -783.0f, 2074.0f}, {0.0f, 1.0f, 0.0f}, {-0.764155f, 0.0f, 0.645033f}, "p2113n2", 0 }, + { {818.0f, -653.0f, 1256.0f}, {0.0f, 1.0f, 0.0f}, {-0.764155f, 0.0f, 0.645033f}, "p43h", 0 }, + { {321.0f, -653.0f, 1309.0f}, {0.0f, 1.0f, 0.0f}, {-0.996425f, 0.0f, -0.084481f}, "p16h", 0 }, + { {391.0f, -653.0f, 2476.0f}, {0.0f, 1.0f, 0.0f}, {-0.764155f, 0.0f, 0.645033f}, "p1358n", 0 }, + { {196.0f, -653.0f, 2410.0f}, {0.0f, 1.0f, 0.0f}, {-0.984264f, 0.0f, 0.176705f}, "p1140n", 0 }, + { {482.0f, -783.0f, 2002.0f}, {0.0f, 1.0f, 0.0f}, {0.257841f, 0.0f, 0.966187f}, "p97n", 0 }, + { {406.0f, -783.0f, 1919.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p19n", 0 }, + { {390.0f, -738.0f, 1935.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p19n", 0 }, + { {428.0f, -738.0f, 1935.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p19n", 0 }, + { {2116.0f, -558.0f, 865.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p60m", 0 }, + { {2444.0f, -558.0f, 1298.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p2110m", 0 }, + { {2412.0f, -558.0f, 1322.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p2112m", 0 }, + { {1293.0f, -444.0f, 883.0f}, {0.0f, 1.0f, 0.0f}, {0.000105f, 0.0f, -1.0f}, "p7g", 0 }, + { {2379.0f, -558.0f, 1202.0f}, {0.0f, 1.0f, 0.0f}, {-0.867489f, 0.0f, -0.497457f}, "p2109m", 0 }, + { {2374.0f, -558.0f, 1162.0f}, {0.0f, 1.0f, 0.0f}, {-0.867489f, 0.0f, -0.497457f}, "p2204m", 0 }, + { {1909.0f, -558.0f, 862.0f}, {0.0f, 1.0f, 0.0f}, {0.374082f, 0.0f, -0.927396f}, "p19m", 0 }, + { {2246.0f, -558.0f, 780.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p81m", 0 }, + { {2443.0f, -558.0f, 786.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p2408m", 0 }, + { {2370.0f, -558.0f, 967.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p2211m", 0 }, + { {2127.0f, -558.0f, 576.0f}, {0.0f, 1.0f, 0.0f}, {-0.689393f, 0.0f, 0.724388f}, "p107m", 0 }, + { {2099.0f, -558.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {-0.710248f, 0.0f, -0.703951f}, "p106m", 0 }, + { {2134.0f, -507.0f, 569.0f}, {0.0f, 1.0f, 0.0f}, {-0.689393f, 0.0f, 0.724388f}, "p107m", 0 }, + { {595.0f, -350.0f, -881.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p107l", 0 }, + { {428.0f, -350.0f, -800.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p2l2", 0 }, + { {428.0f, -350.0f, -742.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p2l1", 0 }, + { {570.0f, -350.0f, -663.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p2073l1", 0 }, + { {575.0f, -219.0f, -158.0f}, {0.0f, 1.0f, 0.0f}, {0.497457f, 0.0f, -0.867489f}, "p1603f2", 0 }, + { {674.0f, -350.0f, -817.0f}, {0.0f, 1.0f, 0.0f}, {-0.867489f, 0.0f, -0.497457f}, "p106l", 0 }, + { {800.0f, -350.0f, -767.0f}, {0.0f, 1.0f, 0.0f}, {-0.497536f, 0.0f, 0.867443f}, "p65l", 0 }, + { {805.0f, -328.0f, -775.0f}, {0.0f, 1.0f, 0.0f}, {-0.50246f, 0.0f, -0.864601f}, "p65l", 0 }, + { {-910.0f, -128.0f, 632.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p107k", 0 }, + { {-345.0f, -219.0f, 45.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p573i", 0 }, + { {-476.0f, -219.0f, -17.0f}, {0.0f, 1.0f, 0.0f}, {0.005348f, 0.0f, 0.999986f}, "p565i", 0 }, + { {-600.0f, -219.0f, 51.0f}, {0.0f, 1.0f, 0.0f}, {-0.005348f, 0.0f, -0.999986f}, "p608i", 0 }, + { {-703.0f, -219.0f, -20.0f}, {0.0f, 1.0f, 0.0f}, {-0.999986f, 0.0f, 0.005348f}, "p600i", 0 }, + { {-1197.0f, -128.0f, 23.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p13i", 0 }, + { {-1210.0f, -128.0f, 167.0f}, {0.0f, 1.0f, 0.0f}, {0.256407f, 0.0f, -0.966569f}, "p113i", 0 }, + { {-1207.0f, -128.0f, 346.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p121i", 0 }, + { {-1210.0f, -128.0f, 435.0f}, {0.0f, 1.0f, 0.0f}, {0.868698f, 0.0f, 0.495342f}, "p340i", 0 }, + { {-847.0f, -128.0f, 571.0f}, {0.0f, 1.0f, 0.0f}, {0.750408f, 0.0f, -0.660975f}, "p106k", 0 }, + { {-858.0f, -106.0f, 570.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p106k", 0 }, + { {-938.0f, -128.0f, 425.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p58k", 0 }, + { {-912.0f, -69.0f, 872.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p40k", 0 }, + { {-17.0f, -784.0f, 2413.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1052n", 0 }, + { {619.0f, -784.0f, 2413.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1043n", 0 }, + { {627.0f, -784.0f, 2307.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p16n1", 0 }, + { {609.0f, -784.0f, 2029.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2114n1", 0 }, + { {724.0f, -718.0f, 2031.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p982n1", 0 }, + { {728.0f, -656.0f, 1903.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p993n1", 0 }, + { {621.0f, -656.0f, 1897.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p992n1", 0 }, + { {623.0f, -656.0f, 1818.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1531h", 0 }, + { {663.0f, -656.0f, 1314.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p59h", 0 }, + { {584.0f, -656.0f, 1316.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p24h", 0 }, + { {245.0f, -656.0f, 1300.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p40h", 0 }, + { {1029.0f, -656.0f, 1290.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p75h", 0 }, + { {-16.0f, -784.0f, 1528.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1593n", 0 }, + { {1088.0f, -656.0f, 1293.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1480c2", 0 }, + { {1136.0f, -656.0f, 1399.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1482c1", 0 }, + { {1253.0f, -656.0f, 1460.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1496c1", 0 }, + { {1374.0f, -656.0f, 1421.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1475c1", 0 }, + { {1436.0f, -656.0f, 1293.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1495c1", 0 }, + { {1494.0f, -656.0f, 1288.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2634m", 0 }, + { {2042.0f, -656.0f, 1285.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2653m", 0 }, + { {2301.0f, -555.0f, 1285.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2096m", 0 }, + { {2388.0f, -555.0f, 1262.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2113m", 0 }, + { {2406.0f, -555.0f, 1172.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2109m", 0 }, + { {2411.0f, -555.0f, 692.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2099m", 0 }, + { {2357.0f, -555.0f, 653.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2105m", 0 }, + { {2278.0f, -555.0f, 651.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p16m1", 0 }, + { {2178.0f, -555.0f, 789.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p94m", 0 }, + { {1958.0f, -555.0f, 779.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p104m", 0 }, + { {1999.0f, -555.0f, 656.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2074m1", 0 }, + { {1996.0f, -493.0f, 543.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p982m1", 0 }, + { {1881.0f, -432.0f, 543.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p993m1", 0 }, + { {1856.0f, -432.0f, 651.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p992m2", 0 }, + { {1777.0f, -432.0f, 648.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1531g", 0 }, + { {1289.0f, -432.0f, 698.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p24g", 0 }, + { {1258.0f, -432.0f, 1038.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p821g", 0 }, + { {1291.0f, -432.0f, 595.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p59g", 0 }, + { {1262.0f, -432.0f, 263.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p75g", 0 }, + { {1259.0f, -432.0f, 175.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p170b2", 0 }, + { {1261.0f, -432.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p170b1", 0 }, + { {1259.0f, -432.0f, -225.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1593l", 0 }, + { {1261.0f, -349.0f, -1043.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1034l", 0 }, + { {1241.0f, -349.0f, -1121.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1052l", 0 }, + { {1167.0f, -349.0f, -1139.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1047l", 0 }, + { {681.0f, -349.0f, -1136.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1038l", 0 }, + { {620.0f, -349.0f, -1088.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1043l", 0 }, + { {622.0f, -349.0f, -1014.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p16l1", 0 }, + { {501.0f, -349.0f, -969.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p36l", 0 }, + { {509.0f, -349.0f, -814.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2067l2", 0 }, + { {633.0f, -349.0f, -779.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p104l", 0 }, + { {633.0f, -349.0f, -723.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2068l1", 0 }, + { {509.0f, -289.0f, -732.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p982l2", 0 }, + { {509.0f, -227.0f, -599.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p993l2", 0 }, + { {623.0f, -227.0f, -596.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p992l1", 0 }, + { {623.0f, -227.0f, -521.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1537f", 0 }, + { {676.0f, -227.0f, -129.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1607f1", 0 }, + { {671.0f, -227.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p24f", 0 }, + { {569.0f, -227.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p59f", 0 }, + { {239.0f, -227.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p822f", 0 }, + { {1001.0f, -227.0f, 7.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p40f", 0 }, + { {155.0f, -227.0f, 9.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p170a1", 0 }, + { {-171.0f, -227.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p170a2", 0 }, + { {-247.0f, -227.0f, 12.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p594i", 0 }, + { {-786.0f, -227.0f, 12.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p619i", 0 }, + { {-1082.0f, -127.0f, 25.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1i", 0 }, + { {-1128.0f, -127.0f, 42.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p17i", 0 }, + { {-1151.0f, -127.0f, 106.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1061i", 0 }, + { {-1151.0f, -127.0f, 623.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1060i", 0 }, + { {-1110.0f, -127.0f, 658.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p9i", 0 }, + { {-1041.0f, -127.0f, 653.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p16k1", 0 }, + { {-757.0f, -127.0f, 640.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1062k1", 0 }, + { {-757.0f, -74.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p982k1", 0 }, + { {-629.0f, -7.0f, 763.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p993k2", 0 }, + { {-620.0f, -7.0f, 652.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p992k1", 0 }, + { {-546.0f, -7.0f, 647.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1537e", 0 }, + { {-57.0f, -7.0f, 717.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p60e", 0 }, + { {-60.0f, -7.0f, 601.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p24e", 0 }, + { {-16.0f, -7.0f, 266.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p821e", 0 }, + { {-16.0f, -7.0f, 1049.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p822e", 0 }, + { {-18.0f, -7.0f, 188.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p148a2", 0 }, + { {79.0f, -7.0f, 142.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p149a1", 0 }, + { {134.0f, -7.0f, 68.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p158a2", 0 }, + { {159.0f, -7.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p159a1", 0 }, + { {222.0f, -7.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p53j", 0 }, + { {374.0f, -7.0f, -50.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p192j", 0 }, + { {420.0f, -7.0f, -230.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p183j", 0 }, + { {449.0f, -7.0f, -339.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p209o", 0 }, + { {651.0f, -7.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p223o2", 0 }, + { {729.0f, -7.0f, -415.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p141o", 0 }, + { {797.0f, -7.0f, -302.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p126o2", 0 }, + { {887.0f, -7.0f, -245.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p138o", 0 }, + { {918.0f, -7.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p122o", 0 }, + { {899.0f, -7.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p20o", 0 }, + { {1060.0f, -7.0f, -563.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p130o1", 0 }, + { {1063.0f, -7.0f, -283.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p580o2", 0 }, + { {771.0f, -7.0f, -571.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p588o1", 0 }, + { {921.0f, -7.0f, -597.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p132o", 0 }, + { {1104.0f, -7.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p135o", 0 }, + { {-16.0f, -879.0f, 1459.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1480d2", 0 }, + { {102.0f, -879.0f, 1406.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1482d2", 0 }, + { {150.0f, -879.0f, 1288.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1496d1", 0 }, + { {99.0f, -879.0f, 1173.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1475d1", 0 }, + { {-18.0f, -879.0f, 1124.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1495d2", 0 }, + { {-16.0f, -7.0f, 1459.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2123d2", 0 }, + { {102.0f, -7.0f, 1406.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2114d2", 0 }, + { {150.0f, -7.0f, 1288.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2111d1", 0 }, + { {-188.0f, -224.0f, 1291.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p159d1", 0 }, + { {-140.0f, -224.0f, 1171.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p149d1", 0 }, + { {-20.0f, -224.0f, 1120.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p148d2", 0 }, + { {151.0f, -657.0f, 1287.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2053d2", 0 }, + { {100.0f, -657.0f, 1172.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2054d1", 0 }, + { {-17.0f, -657.0f, 1116.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2064d1", 0 }, + { {-17.0f, -7.0f, 1116.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2099d1", 0 }, + { {100.0f, -7.0f, 1172.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2102d1", 0 }, + { {1436.0f, -221.0f, 1293.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p159c1", 0 }, + { {1374.0f, -221.0f, 1421.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p149c1", 0 }, + { {1253.0f, -221.0f, 1460.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p148c2", 0 }, + { {1264.0f, -447.0f, 1111.0f}, {-2e-06, 1.0f, 0.0f}, {-1.0f, -2e-06, -1e-06}, "p1458c2", 0 }, + { {1146.0f, -447.0f, 1176.0f}, {-2e-06, 1.0f, 0.0f}, {-1.0f, -2e-06, -1e-06}, "p1459c2", 0 }, + { {1095.0f, -447.0f, 1287.0f}, {-2e-06, 1.0f, 0.0f}, {-1.0f, -2e-06, -1e-06}, "p1469c2", 0 }, + { {1261.0f, -210.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p148b2", 0 }, + { {1177.0f, -210.0f, -135.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, 0.866026f}, "p145b2", 0 }, + { {1094.0f, -210.0f, 9.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p159b1", 0 }, + { {-553.0f, -1006.0f, 1461.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "", 0 }, + { {14.0f, -879.0f, 1460.0f}, {0.0f, 1.0f, 0.0f}, {0.559193f, 0.0f, -0.829038f}, "p1480d1", 0 }, + { {901.0f, 33.0f, 59.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p56p", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {551.0f, -783.0f, 2302.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p82n", 0, {-24.00232f, 23.00232f, 0.0f, 0.0f, -21.00265f, 21.00254f} }, + { {551.0f, -783.0f, 2255.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p17n2", 0, {-23.00232f, 23.00232f, 0.0f, 0.0f, -21.00254f, 21.00254f} }, + { {551.0f, -783.0f, 2209.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p107n", 0, {-24.00232f, 23.00232f, 0.0f, 0.0f, -21.00265f, 21.00254f} }, + { {2202.0f, -558.0f, 640.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p17m1", 0, {-23.00232f, 23.997683f, 0.0f, 0.0f, -22.00254f, 21.00265f} }, + { {2202.0f, -558.0f, 687.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p17m1", 0, {-23.997574f, 23.00243f, 0.0f, 0.0f, -22.002651f, 21.00254f} }, + { {710.0f, -350.0f, -953.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -0.00011f}, "p17l2", 0, {-24.00232f, 23.00232f, 0.0f, 0.0f, -21.00265f, 21.00254f} }, + { {710.0f, -350.0f, -999.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -0.00011f}, "p82l", 0, {-23.00232f, 23.00232f, 0.0f, 0.0f, -21.00254f, 21.00254f} }, + { {-877.0f, 0.0f, 762.0f}, {0.0f, 1.0f, 0.0f}, {-0.00011f, 0.0f, -1.0f}, "p1061k1", 0, {-24.00232f, 23.00232f, 0.0f, 0.0f, -21.00265f, 21.00254f} }, + { {-670.0f, -128.0f, 541.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p44k", 0, {-23.002428f, 23.00232f, 0.0f, 0.0f, -21.00254f, 22.00254f} }, + { {-671.0f, -128.0f, 448.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p19k", 0, {-23.00232f, 23.002428f, 0.0f, 0.0f, -22.00254f, 21.00254f} }, + { {-670.0f, -128.0f, 495.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p43k", 0, {-24.002428f, 23.00232f, 0.0f, 0.0f, -21.00265f, 22.00254f} }, + { {-830.0f, 0.0f, 762.0f}, {0.0f, 1.0f, 0.0f}, {-0.00011f, 0.0f, -1.0f}, "p1061k2", 0, {-23.00232f, 23.00232f, 0.0f, 0.0f, -21.00254f, 21.00254f} }, + { {362.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.00011f, 0.0f, 1.0f}, "p214o", 0, {-23.002428f, 24.00232f, 0.0f, 0.0f, -21.00254f, 22.00265f} }, + { {409.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.00011f, 0.0f, 1.0f}, "p214o", 0, {-23.002428f, 23.00232f, 0.0f, 0.0f, -21.00254f, 22.00254f} }, + { {456.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.00011f, 0.0f, 1.0f}, "p208o", 0, {-24.002428f, 23.00232f, 0.0f, 0.0f, -21.00265f, 22.00254f} }, + { {502.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.00011f, 0.0f, 1.0f}, "p208o", 0, {-23.002428f, 23.00232f, 0.0f, 0.0f, -21.00254f, 21.997461f} }, + { {502.0f, -7.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {-0.000111f, 0.0f, -1.0f}, "p208o", 0, {-23.002333f, 23.002333f, 0.0f, 0.0f, -21.002554f, 21.002554f} }, + { {455.0f, -7.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {-0.000111f, 0.0f, -1.0f}, "p208o", 0, {-24.002333f, 23.002333f, 0.0f, 0.0f, -21.002665f, 21.002554f} }, + { {409.0f, -7.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {-0.000111f, 0.0f, -1.0f}, "p214o", 0, {-23.002333f, 23.002333f, 0.0f, 0.0f, -21.002554f, 21.002554f} }, + { {362.0f, -7.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {-0.000111f, 0.0f, -1.0f}, "p214o", 0, {-24.002333f, 23.002333f, 0.0f, 0.0f, -21.002665f, 21.002554f} }, + { {217.0f, -7.0f, -350.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p218o1", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {217.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p218o2", 0, {-23.03429f, 24.034288f, 0.0f, 0.0f, -21.039194f, 21.037561f} }, + { {217.0f, -7.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p218o2", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {217.0f, -7.0f, -489.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p218o2", 0, {-23.03429f, 24.034288f, 0.0f, 0.0f, -21.039194f, 21.037561f} }, + { {829.0f, -7.0f, -413.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p116o2", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {829.0f, -7.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p116o2", 0, {-23.03429f, 24.034288f, 0.0f, 0.0f, -21.039194f, 21.037561f} }, + { {935.0f, -7.0f, -518.0f}, {0.0f, 1.0f, 0.0f}, {-0.001634f, 0.0f, 0.999999f}, "p119o2", 0, {-24.035923f, 23.03429f, 0.0f, 0.0f, -21.960747f, 21.039194f} }, + { {888.0f, -7.0f, -518.0f}, {0.0f, 1.0f, 0.0f}, {-0.001634f, 0.0f, 0.999999f}, "p119o2", 0, {-23.035925f, 23.03429f, 0.0f, 0.0f, -22.03756f, 21.037561f} }, + { {1014.0f, -7.0f, -393.0f}, {0.0f, 1.0f, 0.0f}, {-0.999999f, 0.0f, -0.001634f}, "p117o2", 0, {-24.034288f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.039194f} }, + { {1014.0f, -7.0f, -440.0f}, {0.0f, 1.0f, 0.0f}, {-0.999999f, 0.0f, -0.001634f}, "p117o2", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {955.0f, -7.0f, -334.0f}, {0.0f, 1.0f, 0.0f}, {0.001634f, 0.0f, -0.999999f}, "p123o2", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {908.0f, -7.0f, -334.0f}, {0.0f, 1.0f, 0.0f}, {0.001634f, 0.0f, -0.999999f}, "p123o2", 0, {-24.034288f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.039194f} }, + { {-18.0f, -653.0f, 1292.0f}, {0.0f, 1.0f, 0.0f}, {0.996425f, 0.0f, 0.084481f}, "p1154d", 0, {-91.671104f, 91.671104f, -365.0f, 856.0f, -91.671104f, 91.671104f} }, + { {1260.0f, -653.0f, 1289.0f}, {0.0f, 1.0f, 0.0f}, {-0.996425f, 0.0f, -0.084481f}, "p1158c", 0, {-90.67468f, 93.663956f, -365.0f, 856.0f, -91.755585f, 91.586624f} }, + { {670.0f, -726.0f, 2367.0f}, {0.00033f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1044n1", 0, {-8.00099f, 7.99901f, -3.00264f, -2.99736f, -8.0f, 8.0f} }, + { {670.0f, -726.0f, 2333.0f}, {-0.000659f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p37n", 0, {-8.001317f, 7.99868f, -2.005272f, -1.994727f, -8.0f, 8.0f} }, + { {668.0f, -609.0f, 1876.0f}, {0.00033f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p992n2", 0, {-8.003629f, 7.996371f, -11.002639f, -10.99736f, -8.0f, 8.0f} }, + { {661.0f, -609.0f, 1838.0f}, {-0.000659f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1528h", 0, {-8.001976f, 7.998021f, -3.005272f, -2.994727f, -8.0f, 8.0f} }, + { {2339.0f, -503.0f, 601.0f}, {1.0f, 0.0f, -5e-06}, {0.0f, 1.0f, 0.0f}, "p2106m1", 0, {-8.000015f, 7.999986f, -3.00004f, -2.999961f, -8.0f, 8.0f} }, + { {2304.0f, -503.0f, 600.0f}, {-1.0f, 0.0f, 0.000334f}, {0.0f, 1.0f, 0.0f}, "p37m", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {1848.0f, -386.0f, 602.0f}, {1.0f, 0.0f, -5e-06}, {0.0f, 1.0f, 0.0f}, "p992m2", 0, {-8.000055f, 7.999946f, -11.00004f, -10.999961f, -8.0f, 8.0f} }, + { {1810.0f, -386.0f, 610.0f}, {-1.0f, 0.0f, 0.000334f}, {0.0f, 1.0f, 0.0f}, "p1528g", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {573.0f, -290.0f, -1069.0f}, {-5e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1044l1", 0, {-8.000015f, 7.999986f, -3.00004f, -2.999961f, -8.0f, 8.0f} }, + { {572.0f, -290.0f, -1034.0f}, {0.000334f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p37l", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {574.0f, -173.0f, -578.0f}, {-5e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p992l2", 0, {-8.000055f, 7.999946f, -11.00004f, -10.999961f, -8.0f, 8.0f} }, + { {582.0f, -173.0f, -540.0f}, {0.000334f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1528f", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {-1097.0f, -67.0f, 697.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p10i1", 0, {-8.000015f, 7.999985f, -3.000039f, -2.99996f, -8.0f, 8.0f} }, + { {-1062.0f, -67.0f, 698.0f}, {1.0f, 0.0f, -0.000334f}, {0.0f, 1.0f, 0.0f}, "p37k", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {-606.0f, 50.0f, 696.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p992k2", 0, {-8.000055f, 7.999946f, -11.000039f, -10.99996f, -8.0f, 8.0f} }, + { {-568.0f, 50.0f, 689.0f}, {1.0f, 0.0f, -0.000334f}, {0.0f, 1.0f, 0.0f}, "p1528e", 0, {-9.001002f, 7.998998f, -3.002673f, -2.996993f, -8.0f, 8.0f} }, + { {-41.0f, -867.0f, 1495.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1360d1", 0, {-4.0f, 3.0f, -2.0f, 47.000004f, -24.000002f, 72.0f} }, + { {644.0f, -770.0f, 2352.0f}, {-1.0f, 0.0f, 0.000232f}, {0.0f, 1.0f, 0.0f}, "p790n1", 0, {-4.000464f, 4.010911f, -2.000929f, 47.000927f, -25.000002f, 72.0f} }, + { {644.0f, -654.0f, 1849.0f}, {-1.0f, 0.0f, 0.000234f}, {0.0f, 1.0f, 0.0f}, "p781n2", 0, {-4.000468f, 4.010988f, -2.000935f, 47.000935f, -24.000002f, 73.0f} }, + { {4.0f, -867.0f, 1082.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "", 0, {-3.0f, 2.0f, -2.0f, 47.0f, -24.000002f, 72.0f} }, + { {-224.0f, -208.0f, 1267.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p176d1", 0, {-4.0f, 4.0f, -2.0f, 46.000004f, -25.000002f, 72.0f} }, + { {187.0f, -644.0f, 1312.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2030d1", 0, {-4.0f, 4.0f, -1.0f, 47.000004f, -25.000002f, 72.0f} }, + { {-41.0f, 5.0f, 1083.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2009d2", 0, {-4.0f, 4.0f, -2.0f, 47.000004f, -24.000002f, 73.0f} }, + { {1466.0f, -644.0f, 1311.0f}, {0.000232f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1437c1", 0, {-3.010679f, 4.000464f, -2.000696f, 46.000927f, -25.000002f, 72.0f} }, + { {2324.0f, -547.0f, 627.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p790m1", 0, {-4.0f, 4.0f, -2.0f, 46.0f, -25.000002f, 72.0f} }, + { {1821.0f, -431.0f, 627.0f}, {2e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p781m2", 0, {-3.000003f, 4.000075f, -2.000007f, 46.000008f, -24.000002f, 72.0f} }, + { {1055.0f, -644.0f, 1266.0f}, {5e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1453c1", 0, {-4.00001f, 4.000231f, -2.00002f, 47.00002f, -24.999998f, 72.0f} }, + { {1466.0f, -208.0f, 1311.0f}, {0.000231f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p176c1", 0, {-4.010604f, 4.000461f, -2.000922f, 46.00092f, -25.000002f, 72.0f} }, + { {1238.0f, -431.0f, 1083.0f}, {1.0f, 0.0f, 0.000233f}, {0.0f, 1.0f, 0.0f}, "p1360c2", 0, {-4.01093f, 4.000465f, -2.00093f, 47.000927f, -24.000002f, 72.0f} }, + { {1283.0f, -431.0f, -196.0f}, {-1.0f, 0.0f, -0.000232f}, {0.0f, 1.0f, 0.0f}, "p1377b1", 0, {-4.010911f, 4.000464f, -2.000929f, 47.000927f, -24.000002f, 72.0f} }, + { {599.0f, -334.0f, -1053.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p790l1", 0, {-4.0f, 3.0f, -2.0f, 46.0f, -25.000002f, 72.0f} }, + { {599.0f, -218.0f, -550.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p781l2", 0, {-4.000003f, 4.000075f, -2.000007f, 46.000008f, -24.000002f, 73.0f} }, + { {1238.0f, -431.0f, 215.0f}, {1.0f, 0.0f, 0.000233f}, {0.0f, 1.0f, 0.0f}, "p1360b1", 0, {-3.01093f, 4.000465f, -2.000698f, 47.000927f, -24.000002f, 72.0f} }, + { {1467.0f, -208.0f, 32.0f}, {0.000326f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "", 0, {-2.014977f, 3.000651f, -2.000651f, 46.000973f, -25.000002f, 72.0f} }, + { {1467.0f, 5.0f, 32.0f}, {0.000326f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "", 0, {-2.014977f, 3.000651f, -2.000651f, 46.000977f, -24.000002f, 73.0f} }, + { {1055.0f, -208.0f, -13.0f}, {-0.000233f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p176b1", 0, {-4.01093f, 4.000465f, -2.00093f, 47.00093f, -25.000002f, 72.0f} }, + { {-224.0f, -208.0f, -13.0f}, {-0.000232f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1649a1", 0, {-4.010911f, 4.000464f, -2.000929f, 47.000927f, -25.000002f, 72.0f} }, + { {-1082.0f, -111.0f, 672.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p790k1", 0, {-3.0f, 4.0f, -1.0f, 47.0f, -25.000002f, 72.0f} }, + { {-578.0f, 5.0f, 672.0f}, {-2e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p781k2", 0, {-4.000002f, 4.000077f, -1.000007f, 47.000008f, -24.000002f, 73.0f} }, + { {4.0f, 5.0f, 215.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p176a2", 0, {-4.000003f, 3.000077f, -2.000005f, 47.000004f, -24.000002f, 73.0f} }, + { {187.0f, 5.0f, 32.0f}, {-2e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1049a1", 0, {-3.000003f, 4.000077f, -2.000006f, 47.000004f, -24.000002f, 73.0f} }, + { {187.0f, -208.0f, 32.0f}, {-2e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1334a1", 0, {-3.000003f, 4.000077f, -2.000006f, 47.000004f, -25.000002f, 72.0f} }, + { {921.0f, 5.0f, -9.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p18o1", 0, {-4.000001f, 3.00002f, -1.000002f, 24.000004f, -24.000002f, 73.0f} }, + { {874.0f, 5.0f, -9.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p18o2", 0, {-3.000001f, 4.000019f, -1.000003f, 23.000002f, -24.000002f, 73.0f} }, + { {97.0f, 362.0f, 148.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p149a1", 0, {-60.000057f, 337.0001f, -83.00022f, 115.00004f, -100.0f, -88.0f} }, + { {58.0f, 362.0f, 148.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p145a2", 0, {-337.00018f, 59.99995f, -275.00003f, -75.99977f, -100.0f, -88.0f} }, + { {1164.0f, 362.0f, -107.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p149b2", 0, {-315.0002f, 81.99994f, -295.00006f, -96.99979f, -100.0f, -88.0f} }, + { {1126.0f, 362.0f, -107.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p149b1", 0, {-82.000046f, 315.0001f, -64.00021f, 135.00006f, -100.0f, -88.0f} }, + { {1404.0f, 362.0f, 1401.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p149c2", 0, {-86.00004f, 311.0001f, -55.00021f, 143.00006f, -100.0f, -88.0f} }, + { {1366.0f, 362.0f, 1401.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p149c2", 0, {-311.0002f, 85.99993f, -304.00006f, -104.999794f, -100.0f, -88.0f} }, + { {68.0f, 362.0f, 1137.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p2103d1", 0, {-351.0001f, 47.000057f, -112.00003f, 86.00024f, -100.0f, -88.0f} }, + { {30.0f, 362.0f, 1137.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p2103d2", 0, {-47.000168f, 350.99997f, -247.00023f, -47.99997f, -100.0f, -88.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 34829, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 34830, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 34831, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 34832, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 34833, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 34834, 2, + /* Type = ObjectiveDepositObjectInRoom; index = 6 */ + _mkword(0, _mkshort(0, 33)), 34, 4, 0, 0, + /* Type = ObjectiveDepositObjectInRoom; index = 7 */ + _mkword(0, _mkshort(0, 33)), 34, 12, 0, 0, + /* Type = ObjectiveDepositObjectInRoom; index = 8 */ + _mkword(0, _mkshort(0, 33)), 34, 88, 0, 0, + /* Type = ObjectiveDepositObjectInRoom; index = 9 */ + _mkword(0, _mkshort(0, 33)), 34, 95, 0, 0, + /* Type = ObjectiveEnd; index = 10 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 11 */ + _mkword(0, _mkshort(0, 23)), 1, 34835, 0, + /* Type = ObjectivePhotograph; index = 12 */ + _mkword(0, _mkshort(0, 30)), 0, 0, 0, + /* Type = ObjectiveEnd; index = 13 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 14 */ + _mkword(0, _mkshort(0, 23)), 2, 34836, 1, + /* Type = ObjectiveCollectObject; index = 15 */ + _mkword(0, _mkshort(0, 28)), 1, + /* Type = ObjectiveEnd; index = 16 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 17 */ + _mkword(0, _mkshort(0, 23)), 3, 34837, 1, + /* Type = ObjectiveCollectObject; index = 18 */ + _mkword(0, _mkshort(0, 28)), 2, + /* Type = ObjectiveCollectObject; index = 19 */ + _mkword(0, _mkshort(0, 28)), 3, + /* Type = ObjectiveCollectObject; index = 20 */ + _mkword(0, _mkshort(0, 28)), 4, + /* Type = ObjectiveCollectObject; index = 21 */ + _mkword(0, _mkshort(0, 28)), 5, + /* Type = ObjectiveFailCondition; index = 22 */ + _mkword(0, _mkshort(0, 27)), 256, + /* Type = ObjectiveFailCondition; index = 23 */ + _mkword(0, _mkshort(0, 27)), 512, + /* Type = ObjectiveFailCondition; index = 24 */ + _mkword(0, _mkshort(0, 27)), 1024, + /* Type = ObjectiveFailCondition; index = 25 */ + _mkword(0, _mkshort(0, 27)), 2048, + /* Type = ObjectiveEnd; index = 26 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 27 */ + _mkword(0, _mkshort(0, 23)), 4, 34838, 256, + /* Type = ObjectiveCompleteCondition; index = 28 */ + _mkword(0, _mkshort(0, 26)), 32768, + /* Type = ObjectiveFailCondition; index = 29 */ + _mkword(0, _mkshort(0, 27)), 16384, + /* Type = ObjectiveEnd; index = 30 */ + _mkword(0, _mkshort(0, 24)), + /* Type = StandardProp; index = 31 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 74), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 32 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 88), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 33 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 89), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 34 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 75), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 35 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 76), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 36 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 78), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 37 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 79), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 38 */ + _mkword(256, _mkshort(0, 3)), _mkword(93, 10032), 0x000205e8, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 39 */ + _mkword(256, _mkshort(0, 3)), _mkword(93, 10033), 0x000205e8, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 64), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 65), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 42 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 66), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 43 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 67), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 80), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 81), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 46 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 90), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 47 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 91), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 96), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 97), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 50 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 98), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 51 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 99), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 52 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 100), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 53 */ + _mkword(204, _mkshort(0, 3)), _mkword(53, 69), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 54 */ + _mkword(204, _mkshort(0, 3)), _mkword(53, 82), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 55 */ + _mkword(204, _mkshort(0, 3)), _mkword(53, 83), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(204, _mkshort(0, 3)), _mkword(53, 77), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Armour; index = 57 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 80), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 58 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 106), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Armour; index = 59 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 227), 0x00000001, 0x00000080, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = MultiMonitor; index = 60 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10001), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 61 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10002), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 62 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10003), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 63 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10004), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 64 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10005), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 65 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10006), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 66 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10007), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 67 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10008), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 68 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10009), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 69 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10010), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 70 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10011), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 71 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10012), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 72 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10013), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 73 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10014), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 74 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10015), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 75 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10016), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 76 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10017), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 77 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10018), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 78 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10019), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 79 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10020), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 80 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10021), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 81 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10022), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 82 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10023), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 83 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10024), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 84 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10025), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 85 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10026), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 86 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10027), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 87 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10028), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 88 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10029), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 89 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10030), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 90 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10031), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = Door; index = 91 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 50), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 92 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 51), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 93 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 52), 0x10000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000004, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 94 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 54), 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 95 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 55), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 96 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 56), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 97 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 57), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 98 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 58), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000004, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 99 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 59), 0x10000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000008, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 100 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 60), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 101 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 61), 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 102 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 62), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 103 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 63), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(5, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 104 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 64), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000008, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 105 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 65), 0x10000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000010, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 106 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 66), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(5, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 107 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 69), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 108 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 70), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(5, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 109 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 71), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000010, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 110 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 72), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 111 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0x0001), 0, 0, + /* Type = Door; index = 112 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 73), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 113 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0x0001), 0, 0, + /* Type = Door; index = 114 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 74), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 115 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 75), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(5, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 116 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 76), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 117 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 77), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 17, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 118 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0xfffe), 0, 0, + /* Type = Tag; index = 119 */ + _mkword(0, _mkshort(0, 22)), _mkword(14, 0xfffe), 0, 0, + /* Type = Tag; index = 120 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0001), 0, 0, + /* Type = Door; index = 121 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 78), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 122 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 79), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 123 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = Door; index = 124 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 80), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 125 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 81), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 126 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = Door; index = 127 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 82), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 128 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 83), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 129 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0x0001), 0, 0, + /* Type = Door; index = 130 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 84), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 131 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 85), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = SingleMonitor; index = 132 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 70), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 133 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 84), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 134 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 85), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 135 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 92), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 136 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 93), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 137 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 104), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = StandardProp; index = 138 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10034), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 139 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10035), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 140 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10036), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 141 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10037), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 142 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10038), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 143 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10039), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 144 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10040), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 145 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10041), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 146 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10042), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 147 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10043), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 148 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10044), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 149 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10045), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 150 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10046), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 151 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10047), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 152 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10048), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 153 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10049), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 154 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 71), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 155 */ + _mkword(204, _mkshort(0, 3)), _mkword(92, 87), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 156 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = StandardProp; index = 157 */ + _mkword(89, _mkshort(0, 3)), _mkword(69, 95), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 158 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = StandardProp; index = 159 */ + _mkword(256, _mkshort(0, 3)), _mkword(259, 72), 0x01240001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 160 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 63, 34839, 34840, 34841, 34842, 34843, 0, 0, + /* Type = Tag; index = 161 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = StandardProp; index = 162 */ + _mkword(256, _mkshort(0, 3)), _mkword(259, 73), 0x01240001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 163 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 63, 34844, 34845, 34846, 34847, 34848, 0, 0, + /* Type = Tag; index = 164 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = StandardProp; index = 165 */ + _mkword(256, _mkshort(0, 3)), _mkword(259, 86), 0x01240001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 166 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 63, 34849, 34850, 34851, 34852, 34853, 0, 0, + /* Type = Tag; index = 167 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = StandardProp; index = 168 */ + _mkword(256, _mkshort(0, 3)), _mkword(259, 94), 0x01240001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 169 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 63, 34854, 34855, 34856, 34857, 34858, 0, 0, + /* Type = Collectable; index = 170 */ + _mkword(256, _mkshort(0, 8)), _mkword(259, 107), 0x03520008, 0x80084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 171 */ + _mkword(0, _mkshort(0, 22)), _mkword(17, 0xffff), 0, 0, + /* Type = Guard; index = 172 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 183), _mkword(7, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 173 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 0), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 174 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 1), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 175 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 2), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 176 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 3), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 177 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 4), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 178 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 5), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 179 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 6), _mkword(3, 1049), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 180 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 7), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 181 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 8), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 182 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 9), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 183 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 10), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 184 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 11), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 185 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 12), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 186 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 13), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 187 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 14), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 188 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 15), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 189 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 16), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 190 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 17), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 191 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 18), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 192 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 19), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 193 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 20), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 194 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 21), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 195 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 22), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 196 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 23), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 197 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 24), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 198 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 25), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 199 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 26), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 200 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 27), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 201 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 30), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 202 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 31), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 203 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 32), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 204 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 33), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 205 */ + _mkword(0, _mkshort(0, 9)), _mkword(35, 34), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 206 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 35), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 207 */ + _mkword(0, _mkshort(0, 9)), _mkword(37, 36), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 208 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 38), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 209 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 39), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 210 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 40), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 211 */ + _mkword(0, _mkshort(0, 9)), _mkword(41, 41), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 212 */ + _mkword(0, _mkshort(0, 9)), _mkword(42, 42), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 213 */ + _mkword(0, _mkshort(0, 9)), _mkword(43, 43), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 214 */ + _mkword(0, _mkshort(0, 9)), _mkword(44, 44), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 215 */ + _mkword(0, _mkshort(0, 9)), _mkword(45, 45), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 216 */ + _mkword(0, _mkshort(0, 9)), _mkword(46, 46), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 217 */ + _mkword(0, _mkshort(0, 9)), _mkword(47, 47), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 218 */ + _mkword(0, _mkshort(0, 9)), _mkword(48, 48), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 219 */ + _mkword(0, _mkshort(0, 9)), _mkword(49, 49), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 220 */ + _mkword(0, _mkshort(0, 9)), _mkword(50, 50), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 221 */ + _mkword(0, _mkshort(0, 9)), _mkword(51, 51), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 222 */ + _mkword(0, _mkshort(0, 9)), _mkword(52, 52), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 223 */ + _mkword(0, _mkshort(0, 9)), _mkword(53, 53), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 224 */ + _mkword(0, _mkshort(0, 9)), _mkword(54, 54), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 225 */ + _mkword(0, _mkshort(0, 9)), _mkword(55, 55), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 226 */ + _mkword(0, _mkshort(0, 9)), _mkword(56, 56), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 227 */ + _mkword(0, _mkshort(0, 9)), _mkword(57, 57), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 228 */ + _mkword(0, _mkshort(0, 9)), _mkword(58, 58), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 229 */ + _mkword(0, _mkshort(0, 9)), _mkword(59, 59), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 230 */ + _mkword(0, _mkshort(0, 9)), _mkword(60, 60), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 231 */ + _mkword(0, _mkshort(0, 9)), _mkword(61, 61), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 232 */ + _mkword(0, _mkshort(0, 9)), _mkword(62, 62), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 233 */ + _mkword(0, _mkshort(0, 9)), _mkword(63, 63), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 234 */ + _mkword(0, _mkshort(0, 9)), _mkword(64, 108), _mkword(3, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 235 */ + _mkword(0, _mkshort(0, 9)), _mkword(65, 115), _mkword(3, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 236 */ + _mkword(0, _mkshort(0, 9)), _mkword(66, 119), _mkword(3, 1027), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 237 */ + _mkword(0, _mkshort(0, 9)), _mkword(67, 121), _mkword(3, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 238 */ + _mkword(0, _mkshort(0, 9)), _mkword(68, 126), _mkword(3, 1029), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 239 */ + _mkword(0, _mkshort(0, 9)), _mkword(69, 140), _mkword(3, 1030), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 240 */ + _mkword(0, _mkshort(0, 9)), _mkword(70, 144), _mkword(3, 1031), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 241 */ + _mkword(0, _mkshort(0, 9)), _mkword(71, 145), _mkword(3, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 242 */ + _mkword(0, _mkshort(0, 9)), _mkword(72, 151), _mkword(3, 1033), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 243 */ + _mkword(0, _mkshort(0, 9)), _mkword(73, 153), _mkword(3, 1034), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 244 */ + _mkword(0, _mkshort(0, 9)), _mkword(74, 161), _mkword(3, 1035), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 245 */ + _mkword(0, _mkshort(0, 9)), _mkword(75, 165), _mkword(3, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 246 */ + _mkword(0, _mkshort(0, 9)), _mkword(76, 167), _mkword(3, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 247 */ + _mkword(0, _mkshort(0, 9)), _mkword(77, 174), _mkword(3, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 248 */ + _mkword(0, _mkshort(0, 9)), _mkword(78, 181), _mkword(3, 1039), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Tag; index = 249 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = StandardProp; index = 250 */ + _mkword(512, _mkshort(0, 3)), _mkword(272, 60), 0x01244000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 251 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 73, 34859, 34860, 34861, 34862, 34863, 0, 0, + /* Type = Collectable; index = 252 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Tag; index = 253 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = Collectable; index = 254 */ + _mkword(256, _mkshort(0, 8)), _mkword(198, 0), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x2b, 0xff), 0xffff), 0, + /* Type = Rename; index = 255 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 43, 34879, 34880, 34881, 34882, 34883, 0, 0, + /* Type = Collectable; index = 256 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 257 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 258 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 3), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 259 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 260 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 261 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 262 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 263 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 264 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 265 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 266 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 267 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 268 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 269 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 270 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 271 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 272 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 273 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 274 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 275 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 276 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 277 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 278 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 279 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 280 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 281 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 282 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 283 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 284 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 285 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 286 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 287 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 288 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 289 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 290 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 291 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 292 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 293 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 294 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 295 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 296 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 297 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 298 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 43), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 299 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 44), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 300 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 45), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 301 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 46), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 302 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 47), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 303 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 48), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 304 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 49), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 305 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 50), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 306 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 51), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 307 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 52), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 308 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 53), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 309 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 64), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 310 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 311 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 66), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 312 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 67), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 313 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 68), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 314 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 69), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 315 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 70), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 316 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 71), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 317 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 72), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 318 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 73), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 319 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 74), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 320 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 75), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 321 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 76), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 322 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 77), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 323 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 78), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Key; index = 324 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 56), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 4, + /* Type = Rename; index = 325 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 34864, 34865, 34866, 34867, 34868, 0, 0, + /* Type = Key; index = 326 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 57), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 8, + /* Type = Rename; index = 327 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 34869, 34870, 34871, 34872, 34873, 0, 0, + /* Type = Key; index = 328 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 59), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 16, + /* Type = Rename; index = 329 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 34874, 34875, 34876, 34877, 34878, 0, 0, + /* Type = Key; index = 330 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 28, + /* Type = Cutscene; index = 331 */ + _mkword(0, _mkshort(0, 46)), 188893, 9106, -24914, 204486, 409487, 199, + /* Type = Tag; index = 332 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0xffff), 0, 0, + /* Type = Cutscene; index = 333 */ + _mkword(0, _mkshort(0, 46)), -133440, 12736, 82996, 238028, 387525, 107, + /* Type = Tag; index = 334 */ + _mkword(0, _mkshort(0, 22)), _mkword(18, 0xffff), 0, 0, + /* Type = EndProps; index = 335 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0x0007d0b2, 0xfffe687b, 0x000430b2, 0x000561d5, 0x00060101, 0x00000081, 0x00008844, 0x00008845, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x0006ee17, 0xfffe31d9, 0x00019306, 0x0005adca, 0x000097e9, 0x0000000c, 0x00008844, 0x00008845, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0x00040d2a, 0x0000115e, 0x0003aad5, 0x0002c9c5, 0x00052a8a, 0x000000dd, 0x00008844, 0x00008845, 0x00000000, + /* Type = FixedCam; index = 3 */ + _mkword(0, _mkshort(0, 6)), 0x000045aa, 0xfffdd9d6, 0x0003beac, 0x0004240b, 0x00010325, 0x000000d8, 0x00008844, 0x00008845, 0x00000000, + /* Type = FixedCam; index = 4 */ + _mkword(0, _mkshort(0, 6)), 0xfffcbca9, 0x00003e47, 0x000153ee, 0x000294b6, 0x0005c274, 0x0000005f, 0x00008844, 0x00008845, 0x00000000, + /* Type = WatchTime; index = 5 */ + _mkword(0, _mkshort(0, 7)), 5, 20, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 209, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 0, + /* Type = StartAmmo; index = 8 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartWeapon; index = 9 */ + _mkword(0, _mkshort(0, 1)), 34, -1, 0, + /* Type = StartAmmo; index = 10 */ + _mkword(0, _mkshort(0, 2)), 23, 8, 0, + /* Type = StartWeapon; index = 11 */ + _mkword(0, _mkshort(0, 1)), 40, -1, 0, + /* Type = StartAmmo; index = 12 */ + _mkword(0, _mkshort(0, 2)), 27, 10, 0, + /* Type = Spawn; index = 13 */ + _mkword(0, _mkshort(0, 0)), 110, 1, + /* Type = StartWeapon; index = 14 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 1, + /* Type = StartAmmo; index = 15 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 1, + /* Type = Spawn; index = 16 */ + _mkword(0, _mkshort(0, 0)), 109, 2, + /* Type = StartWeapon; index = 17 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 2, + /* Type = StartAmmo; index = 18 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 2, + /* Type = StartWeapon; index = 19 */ + _mkword(0, _mkshort(0, 1)), 34, -1, 2, + /* Type = StartAmmo; index = 20 */ + _mkword(0, _mkshort(0, 2)), 23, 8, 2, + /* Type = Cuff; index = 21 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = SwirlCam; index = 22 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff940000, 0x08270000, 0x02bc0000, 0x0000a666, 0x00460000, 0xffffffff, + /* Type = SwirlCam; index = 23 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff940000, 0x08270000, 0x02bc0000, 0x0000a666, 0x00460000, 0xffffffff, + /* Type = SwirlCam; index = 24 */ + _mkword(0, _mkshort(0, 3)), 2, 0xffa80000, 0x06150000, 0x02bc0000, 0x0000a666, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 25 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00610000, 0x03cc0000, 0x02ca0000, 0x0000a666, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 26 */ + _mkword(0, _mkshort(0, 3)), 2, 0x010a0000, 0x01e80000, 0x01fc0000, 0x0000a666, 0x002d0000, 0xffffffff, + /* Type = SwirlCam; index = 27 */ + _mkword(0, _mkshort(0, 3)), 2, 0x011c0000, 0x007e0000, 0x00be0000, 0x00008b3b, 0x001eebda, 0xffffffff, + /* Type = SwirlCam; index = 28 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00c30000, 0x00140000, 0x00210000, 0x000080a1, 0x001e50a3, 0xffffffff, + /* Type = SwirlCam; index = 29 */ + _mkword(0, _mkshort(0, 3)), 2, 0x003d0000, 0x00070000, 0xffe30000, 0x00007480, 0x00195dc1, 0xffffffff, + /* Type = SwirlCam; index = 30 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 31 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 32 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 33 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 34 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 4, -1 }; +s32 path_neighbors_4[] = { 0, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, -1 }; +s32 path_neighbors_6[] = { 5, 3, 7, -1 }; +s32 path_neighbors_7[] = { 6, 10, -1 }; +s32 path_neighbors_10[] = { 7, 11, -1 }; +s32 path_neighbors_11[] = { 10, 12, -1 }; +s32 path_neighbors_12[] = { 11, 9, 13, -1 }; +s32 path_neighbors_13[] = { 12, 15, -1 }; +s32 path_neighbors_15[] = { 13, 16, -1 }; +s32 path_neighbors_16[] = { 15, 17, -1 }; +s32 path_neighbors_17[] = { 16, 14, 18, -1 }; +s32 path_neighbors_18[] = { 17, 19, -1 }; +s32 path_neighbors_19[] = { 18, 20, -1 }; +s32 path_neighbors_20[] = { 19, 21, -1 }; +s32 path_neighbors_21[] = { 20, 22, 1, -1 }; +s32 path_neighbors_22[] = { 21, 23, -1 }; +s32 path_neighbors_23[] = { 22, 24, -1 }; +s32 path_neighbors_24[] = { 23, 25, -1 }; +s32 path_neighbors_25[] = { 24, -1 }; +s32 path_neighbors_1[] = { 21, -1 }; +s32 path_neighbors_2[] = { -1 }; +s32 path_neighbors_3[] = { 6, -1 }; +s32 path_neighbors_8[] = { -1 }; +s32 path_neighbors_9[] = { 12, -1 }; +s32 path_neighbors_14[] = { 17, -1 }; + +s32 path_indeces_4[] = { 0, 1, 2, -1 }; +s32 path_indeces_5[] = { 3, 4, 5, 6, 7, -1 }; +s32 path_indeces_6[] = { 8, 9, 10, 11, 12, -1 }; +s32 path_indeces_7[] = { 13, 14, 15, 16, 17, -1 }; +s32 path_indeces_10[] = { 18, 19, 20, 21, 22, 23, 24, -1 }; +s32 path_indeces_11[] = { 25, 26, 27, 28, 29, 30, 31, -1 }; +s32 path_indeces_12[] = { 32, 33, 34, 35, 36, -1 }; +s32 path_indeces_13[] = { 37, 38, -1 }; +s32 path_indeces_15[] = { 39, 40, 41, 42, 43, 44, -1 }; +s32 path_indeces_16[] = { 45, 46, 47, 48, 49, 50, 51, 52, -1 }; +s32 path_indeces_17[] = { 53, 54, 55, 56, 57, 58, -1 }; +s32 path_indeces_18[] = { 59, 60, -1 }; +s32 path_indeces_19[] = { 61, 62, 63, 64, 65, 66, 67, -1 }; +s32 path_indeces_20[] = { 68, 69, 70, 71, 72, -1 }; +s32 path_indeces_21[] = { 73, 74, 75, 76, 77, -1 }; +s32 path_indeces_22[] = { 78, 79, 80, 81, -1 }; +s32 path_indeces_23[] = { 82, 83, 84, -1 }; +s32 path_indeces_24[] = { 85, 86, -1 }; +s32 path_indeces_25[] = { 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, -1 }; +s32 path_indeces_0[] = { 97, 98, 99, 100, 101, -1 }; +s32 path_indeces_1[] = { 102, 103, 104, 111, 112, -1 }; +s32 path_indeces_2[] = { 105, 106, 107, -1 }; +s32 path_indeces_3[] = { 108, 109, 110, -1 }; +s32 path_indeces_8[] = { 113, 114, 115, -1 }; +s32 path_indeces_9[] = { 116, 117, 118, -1 }; +s32 path_indeces_14[] = { 119, 120, 121, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { &path_neighbors_15, &path_indeces_15, 0 }, + { &path_neighbors_16, &path_indeces_16, 0 }, + { &path_neighbors_17, &path_indeces_17, 0 }, + { &path_neighbors_18, &path_indeces_18, 0 }, + { &path_neighbors_19, &path_indeces_19, 0 }, + { &path_neighbors_20, &path_indeces_20, 0 }, + { &path_neighbors_21, &path_indeces_21, 0 }, + { &path_neighbors_22, &path_indeces_22, 0 }, + { &path_neighbors_23, &path_indeces_23, 0 }, + { &path_neighbors_24, &path_indeces_24, 0 }, + { &path_neighbors_25, &path_indeces_25, 0 }, + { NULL, NULL, 0 } +}; + + +s32 path_table_0[] = { 2, 1, -1 }; +s32 path_table_1[] = { 0, 97, -1 }; +s32 path_table_2[] = { 0, 3, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 3, 5, -1 }; +s32 path_table_5[] = { 4, 6, -1 }; +s32 path_table_6[] = { 5, 7, -1 }; +s32 path_table_7[] = { 6, 8, -1 }; +s32 path_table_8[] = { 7, 9, 10, -1 }; +s32 path_table_9[] = { 8, 10, 12, -1 }; +s32 path_table_10[] = { 8, 9, 11, -1 }; +s32 path_table_11[] = { 10, 108, -1 }; +s32 path_table_12[] = { 9, 13, -1 }; +s32 path_table_13[] = { 12, 14, -1 }; +s32 path_table_14[] = { 13, 15, -1 }; +s32 path_table_15[] = { 14, 16, -1 }; +s32 path_table_16[] = { 15, 17, -1 }; +s32 path_table_17[] = { 16, 18, -1 }; +s32 path_table_18[] = { 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 21, -1 }; +s32 path_table_21[] = { 20, 22, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 23, 25, -1 }; +s32 path_table_25[] = { 24, 28, 26, 27, -1 }; +s32 path_table_26[] = { 25, 28, 27, -1 }; +s32 path_table_27[] = { 28, 25, 26, -1 }; +s32 path_table_28[] = { 29, 25, 26, 27, -1 }; +s32 path_table_29[] = { 28, 30, -1 }; +s32 path_table_30[] = { 29, 31, -1 }; +s32 path_table_31[] = { 30, 32, -1 }; +s32 path_table_32[] = { 31, 33, 35, -1 }; +s32 path_table_33[] = { 34, 32, 35, -1 }; +s32 path_table_34[] = { 33, 116, -1 }; +s32 path_table_35[] = { 33, 32, 36, -1 }; +s32 path_table_36[] = { 35, 37, -1 }; +s32 path_table_37[] = { 36, 38, -1 }; +s32 path_table_38[] = { 37, 39, -1 }; +s32 path_table_39[] = { 38, 40, -1 }; +s32 path_table_40[] = { 39, 41, -1 }; +s32 path_table_41[] = { 40, 42, -1 }; +s32 path_table_42[] = { 41, 43, -1 }; +s32 path_table_43[] = { 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 44, 48, 46, 47, -1 }; +s32 path_table_46[] = { 45, 48, 47, -1 }; +s32 path_table_47[] = { 45, 48, 46, -1 }; +s32 path_table_48[] = { 49, 45, 46, 47, -1 }; +s32 path_table_49[] = { 48, 50, -1 }; +s32 path_table_50[] = { 49, 51, -1 }; +s32 path_table_51[] = { 50, 52, -1 }; +s32 path_table_52[] = { 51, 53, -1 }; +s32 path_table_53[] = { 55, 56, 52, 54, -1 }; +s32 path_table_54[] = { 53, 55, 56, -1 }; +s32 path_table_55[] = { 58, 56, 53, 54, -1 }; +s32 path_table_56[] = { 53, 55, 57, 54, -1 }; +s32 path_table_57[] = { 56, 59, -1 }; +s32 path_table_58[] = { 55, 121, -1 }; +s32 path_table_59[] = { 57, 60, -1 }; +s32 path_table_60[] = { 59, 61, -1 }; +s32 path_table_61[] = { 60, 62, -1 }; +s32 path_table_62[] = { 61, 63, -1 }; +s32 path_table_63[] = { 62, 64, -1 }; +s32 path_table_64[] = { 63, 65, -1 }; +s32 path_table_65[] = { 64, 66, -1 }; +s32 path_table_66[] = { 65, 67, -1 }; +s32 path_table_67[] = { 66, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 70, 72, -1 }; +s32 path_table_72[] = { 71, 73, -1 }; +s32 path_table_73[] = { 72, 74, 75, -1 }; +s32 path_table_74[] = { 73, 75, 77, -1 }; +s32 path_table_75[] = { 73, 76, 74, -1 }; +s32 path_table_76[] = { 78, 75, -1 }; +s32 path_table_77[] = { 74, 111, -1 }; +s32 path_table_78[] = { 76, 79, -1 }; +s32 path_table_79[] = { 78, 80, -1 }; +s32 path_table_80[] = { 79, 81, -1 }; +s32 path_table_81[] = { 80, 82, -1 }; +s32 path_table_82[] = { 81, 83, -1 }; +s32 path_table_83[] = { 82, 84, -1 }; +s32 path_table_84[] = { 83, 85, -1 }; +s32 path_table_85[] = { 84, 86, -1 }; +s32 path_table_86[] = { 85, 87, -1 }; +s32 path_table_87[] = { 86, 88, 94, -1 }; +s32 path_table_88[] = { 87, 89, 90, -1 }; +s32 path_table_89[] = { 88, 91, 93, -1 }; +s32 path_table_90[] = { 88, 92, -1 }; +s32 path_table_91[] = { 89, -1 }; +s32 path_table_92[] = { 90, 95, 96, -1 }; +s32 path_table_93[] = { 89, 96, -1 }; +s32 path_table_94[] = { 87, 95, -1 }; +s32 path_table_95[] = { 92, 94, -1 }; +s32 path_table_96[] = { 92, 93, -1 }; +s32 path_table_97[] = { 98, 1, -1 }; +s32 path_table_98[] = { 97, 99, -1 }; +s32 path_table_99[] = { 98, 100, -1 }; +s32 path_table_100[] = { 99, 101, -1 }; +s32 path_table_101[] = { 100, -1 }; +s32 path_table_102[] = { 103, -1 }; +s32 path_table_103[] = { 102, 104, -1 }; +s32 path_table_104[] = { 103, 112, -1 }; +s32 path_table_105[] = { 106, -1 }; +s32 path_table_106[] = { 105, 107, -1 }; +s32 path_table_107[] = { 106, -1 }; +s32 path_table_108[] = { 11, 109, -1 }; +s32 path_table_109[] = { 108, 110, -1 }; +s32 path_table_110[] = { 109, -1 }; +s32 path_table_111[] = { 77, 112, -1 }; +s32 path_table_112[] = { 104, 111, -1 }; +s32 path_table_116[] = { 34, 117, -1 }; +s32 path_table_117[] = { 116, 118, -1 }; +s32 path_table_118[] = { 117, -1 }; +s32 path_table_113[] = { 114, -1 }; +s32 path_table_114[] = { 113, 115, -1 }; +s32 path_table_115[] = { 114, -1 }; +s32 path_table_121[] = { 58, 120, -1 }; +s32 path_table_120[] = { 121, 119, -1 }; +s32 path_table_119[] = { 120, -1 }; + +waypoint pathwaypoints[] = { + { 0x0000006c, &path_table_0, 0x00000004, 0x00000000 }, + { 0x00000078, &path_table_1, 0x00000004, 0x00000000 }, + { 0x0000006d, &path_table_2, 0x00000004, 0x00000000 }, + { 0x0000006e, &path_table_3, 0x00000005, 0x00000000 }, + { 0x0000006f, &path_table_4, 0x00000005, 0x00000000 }, + { 0x00000070, &path_table_5, 0x00000005, 0x00000000 }, + { 0x00000071, &path_table_6, 0x00000005, 0x00000000 }, + { 0x00000072, &path_table_7, 0x00000005, 0x00000000 }, + { 0x00000073, &path_table_8, 0x00000006, 0x00000000 }, + { 0x00000074, &path_table_9, 0x00000006, 0x00000000 }, + { 0x00000075, &path_table_10, 0x00000006, 0x00000000 }, + { 0x00000076, &path_table_11, 0x00000006, 0x00000000 }, + { 0x00000077, &path_table_12, 0x00000006, 0x00000000 }, + { 0x00000079, &path_table_13, 0x00000007, 0x00000000 }, + { 0x0000007a, &path_table_14, 0x00000007, 0x00000000 }, + { 0x0000007b, &path_table_15, 0x00000007, 0x00000000 }, + { 0x0000007c, &path_table_16, 0x00000007, 0x00000000 }, + { 0x0000007d, &path_table_17, 0x00000007, 0x00000000 }, + { 0x0000007e, &path_table_18, 0x0000000a, 0x00000000 }, + { 0x0000007f, &path_table_19, 0x0000000a, 0x00000000 }, + { 0x00000080, &path_table_20, 0x0000000a, 0x00000000 }, + { 0x00000081, &path_table_21, 0x0000000a, 0x00000000 }, + { 0x00000082, &path_table_22, 0x0000000a, 0x00000000 }, + { 0x00000083, &path_table_23, 0x0000000a, 0x00000000 }, + { 0x00000084, &path_table_24, 0x0000000a, 0x00000000 }, + { 0x00000085, &path_table_25, 0x0000000b, 0x00000000 }, + { 0x00000086, &path_table_26, 0x0000000b, 0x00000000 }, + { 0x00000087, &path_table_27, 0x0000000b, 0x00000000 }, + { 0x00000088, &path_table_28, 0x0000000b, 0x00000000 }, + { 0x00000089, &path_table_29, 0x0000000b, 0x00000000 }, + { 0x0000008a, &path_table_30, 0x0000000b, 0x00000000 }, + { 0x0000008b, &path_table_31, 0x0000000b, 0x00000000 }, + { 0x0000008c, &path_table_32, 0x0000000c, 0x00000000 }, + { 0x0000008d, &path_table_33, 0x0000000c, 0x00000000 }, + { 0x0000008e, &path_table_34, 0x0000000c, 0x00000000 }, + { 0x0000008f, &path_table_35, 0x0000000c, 0x00000000 }, + { 0x00000090, &path_table_36, 0x0000000c, 0x00000000 }, + { 0x00000091, &path_table_37, 0x0000000d, 0x00000000 }, + { 0x00000092, &path_table_38, 0x0000000d, 0x00000000 }, + { 0x00000093, &path_table_39, 0x0000000f, 0x00000000 }, + { 0x00000094, &path_table_40, 0x0000000f, 0x00000000 }, + { 0x00000095, &path_table_41, 0x0000000f, 0x00000000 }, + { 0x00000096, &path_table_42, 0x0000000f, 0x00000000 }, + { 0x00000097, &path_table_43, 0x0000000f, 0x00000000 }, + { 0x00000098, &path_table_44, 0x0000000f, 0x00000000 }, + { 0x00000099, &path_table_45, 0x00000010, 0x00000000 }, + { 0x0000009a, &path_table_46, 0x00000010, 0x00000000 }, + { 0x0000009b, &path_table_47, 0x00000010, 0x00000000 }, + { 0x0000009c, &path_table_48, 0x00000010, 0x00000000 }, + { 0x0000009d, &path_table_49, 0x00000010, 0x00000000 }, + { 0x0000009e, &path_table_50, 0x00000010, 0x00000000 }, + { 0x0000009f, &path_table_51, 0x00000010, 0x00000000 }, + { 0x000000a0, &path_table_52, 0x00000010, 0x00000000 }, + { 0x000000a1, &path_table_53, 0x00000011, 0x00000000 }, + { 0x000000a2, &path_table_54, 0x00000011, 0x00000000 }, + { 0x000000a3, &path_table_55, 0x00000011, 0x00000000 }, + { 0x000000a4, &path_table_56, 0x00000011, 0x00000000 }, + { 0x000000a5, &path_table_57, 0x00000011, 0x00000000 }, + { 0x000000a6, &path_table_58, 0x00000011, 0x00000000 }, + { 0x000000a7, &path_table_59, 0x00000012, 0x00000000 }, + { 0x000000a8, &path_table_60, 0x00000012, 0x00000000 }, + { 0x000000a9, &path_table_61, 0x00000013, 0x00000000 }, + { 0x000000aa, &path_table_62, 0x00000013, 0x00000000 }, + { 0x000000ab, &path_table_63, 0x00000013, 0x00000000 }, + { 0x000000ac, &path_table_64, 0x00000013, 0x00000000 }, + { 0x000000ad, &path_table_65, 0x00000013, 0x00000000 }, + { 0x000000ae, &path_table_66, 0x00000013, 0x00000000 }, + { 0x000000af, &path_table_67, 0x00000013, 0x00000000 }, + { 0x000000b0, &path_table_68, 0x00000014, 0x00000000 }, + { 0x000000b1, &path_table_69, 0x00000014, 0x00000000 }, + { 0x000000b2, &path_table_70, 0x00000014, 0x00000000 }, + { 0x000000b3, &path_table_71, 0x00000014, 0x00000000 }, + { 0x000000b4, &path_table_72, 0x00000014, 0x00000000 }, + { 0x000000b5, &path_table_73, 0x00000015, 0x00000000 }, + { 0x000000b6, &path_table_74, 0x00000015, 0x00000000 }, + { 0x000000b7, &path_table_75, 0x00000015, 0x00000000 }, + { 0x000000b8, &path_table_76, 0x00000015, 0x00000000 }, + { 0x000000b9, &path_table_77, 0x00000015, 0x00000000 }, + { 0x000000ba, &path_table_78, 0x00000016, 0x00000000 }, + { 0x000000bb, &path_table_79, 0x00000016, 0x00000000 }, + { 0x000000bc, &path_table_80, 0x00000016, 0x00000000 }, + { 0x000000bd, &path_table_81, 0x00000016, 0x00000000 }, + { 0x000000be, &path_table_82, 0x00000017, 0x00000000 }, + { 0x000000bf, &path_table_83, 0x00000017, 0x00000000 }, + { 0x000000c0, &path_table_84, 0x00000017, 0x00000000 }, + { 0x000000c1, &path_table_85, 0x00000018, 0x00000000 }, + { 0x000000c2, &path_table_86, 0x00000018, 0x00000000 }, + { 0x000000c3, &path_table_87, 0x00000019, 0x00000000 }, + { 0x000000c4, &path_table_88, 0x00000019, 0x00000000 }, + { 0x000000c5, &path_table_89, 0x00000019, 0x00000000 }, + { 0x000000c6, &path_table_90, 0x00000019, 0x00000000 }, + { 0x000000c7, &path_table_91, 0x00000019, 0x00000000 }, + { 0x000000c8, &path_table_92, 0x00000019, 0x00000000 }, + { 0x000000c9, &path_table_93, 0x00000019, 0x00000000 }, + { 0x000000ca, &path_table_94, 0x00000019, 0x00000000 }, + { 0x000000cb, &path_table_95, 0x00000019, 0x00000000 }, + { 0x000000cc, &path_table_96, 0x00000019, 0x00000000 }, + { 0x000000cd, &path_table_97, 0x00000000, 0x00000000 }, + { 0x000000ce, &path_table_98, 0x00000000, 0x00000000 }, + { 0x000000cf, &path_table_99, 0x00000000, 0x00000000 }, + { 0x000000d0, &path_table_100, 0x00000000, 0x00000000 }, + { 0x000000d1, &path_table_101, 0x00000000, 0x00000000 }, + { 0x000000d2, &path_table_102, 0x00000001, 0x00000000 }, + { 0x000000d3, &path_table_103, 0x00000001, 0x00000000 }, + { 0x000000d4, &path_table_104, 0x00000001, 0x00000000 }, + { 0x000000d5, &path_table_105, 0x00000002, 0x00000000 }, + { 0x000000d6, &path_table_106, 0x00000002, 0x00000000 }, + { 0x000000d7, &path_table_107, 0x00000002, 0x00000000 }, + { 0x000000d8, &path_table_108, 0x00000003, 0x00000000 }, + { 0x000000d9, &path_table_109, 0x00000003, 0x00000000 }, + { 0x000000da, &path_table_110, 0x00000003, 0x00000000 }, + { 0x000000db, &path_table_111, 0x00000001, 0x00000000 }, + { 0x000000dc, &path_table_112, 0x00000001, 0x00000000 }, + { 0x000000dd, &path_table_113, 0x00000008, 0x00000000 }, + { 0x000000de, &path_table_114, 0x00000008, 0x00000000 }, + { 0x000000df, &path_table_115, 0x00000008, 0x00000000 }, + { 0x000000e0, &path_table_116, 0x00000009, 0x00000000 }, + { 0x000000e1, &path_table_117, 0x00000009, 0x00000000 }, + { 0x000000e2, &path_table_118, 0x00000009, 0x00000000 }, + { 0x000000e3, &path_table_119, 0x0000000e, 0x00000000 }, + { 0x000000e4, &path_table_120, 0x0000000e, 0x00000000 }, + { 0x000000e5, &path_table_121, 0x0000000e, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 path_set_0[] = { 0, 2, 3, 4, -1 }; +s32 path_set_1[] = { 8, 9, 10, -1 }; +s32 path_set_2[] = { 12, 9, 8, -1 }; +s32 path_set_3[] = { 13, 14, 15, 16, -1 }; +s32 path_set_4[] = { 18, 19, 20, 21, 22, 23, -1 }; +s32 path_set_5[] = { 32, 33, 34, -1 }; +s32 path_set_6[] = { 36, 35, 32, -1 }; +s32 path_set_7[] = { 37, 38, 39, 40, 41, -1 }; +s32 path_set_8[] = { 43, 42, -1 }; +s32 path_set_9[] = { 45, 46, 47, 48, 49, 50, 51, 52, -1 }; +s32 path_set_10[] = { 53, 54, 55, 58, -1 }; +s32 path_set_11[] = { 57, 56, 54, 53, -1 }; +s32 path_set_12[] = { 59, 60, 61, 62, 63, 64, -1 }; +s32 path_set_13[] = { 66, 65, -1 }; +s32 path_set_14[] = { 73, 72, 71, 70, 69, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { &path_set_1, 0x01, 0x00, 0x0000 }, + { &path_set_2, 0x02, 0x00, 0x0000 }, + { &path_set_3, 0x03, 0x00, 0x0000 }, + { &path_set_4, 0x04, 0x00, 0x0000 }, + { &path_set_5, 0x05, 0x00, 0x0000 }, + { &path_set_6, 0x06, 0x00, 0x0000 }, + { &path_set_7, 0x07, 0x00, 0x0000 }, + { &path_set_8, 0x08, 0x00, 0x0000 }, + { &path_set_9, 0x09, 0x00, 0x0000 }, + { &path_set_10, 0x0a, 0x00, 0x0000 }, + { &path_set_11, 0x0b, 0x00, 0x0000 }, + { &path_set_12, 0x0c, 0x00, 0x0000 }, + { &path_set_13, 0x0d, 0x00, 0x0000 }, + { &path_set_14, 0x0e, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x200005fd, 0x00070400 }; +u32 ai_1[] = { 0x200105fd, 0x00070400 }; +u32 ai_2[] = { 0x200205fd, 0x00070400 }; +u32 ai_3[] = { 0x200305fd, 0x00070400 }; +u32 ai_4[] = { 0x200405fd, 0x00070400 }; +u32 ai_5[] = { 0x200505fd, 0x00070400 }; +u32 ai_6[] = { 0x200605fd, 0x00070400 }; +u32 ai_7[] = { 0x200705fd, 0x00070400 }; +u32 ai_8[] = { 0x200805fd, 0x00070400 }; +u32 ai_9[] = { 0x200905fd, 0x00070400 }; +u32 ai_10[] = { 0x200a05fd, 0x00070400 }; +u32 ai_11[] = { 0x200b05fd, 0x00070400 }; +u32 ai_12[] = { 0x200c05fd, 0x00070400 }; +u32 ai_13[] = { 0x200d05fd, 0x00070400 }; +u32 ai_14[] = { 0x200e05fd, 0x00070400 }; +u32 ai_15[] = { 0x02000346, 0x1f2f3c01, 0x00023c46, 0x1f3a1f3b, 0x20321703, 0x39153e15, 0x3f153c16, 0x023d0396, 0x80132f03, 0x01000213, 0x42230100, 0x02230604, 0x1005fd00, 0x04020379, 0x00200100, 0x02040100, 0x02153335, 0x40180100, 0x02181016, 0x01000216, 0x47401748, 0xc0174b00, 0x0a170100, 0x02173335, 0xc81b451b, 0x0100021b, 0x4b00641f, 0x79002006, 0x041005fd, 0x0411021f, 0x06041005, 0xfd041202, 0x20333540, 0x24060410, 0x05fd0413, 0x0224ad49, 0x66206f6e, 0x6c792049, 0x20686164, 0x20612067, 0x756e2121, 0x210a001a, 0x25010002, 0x25032f01, 0x01250201, 0x01000400 }; +u32 ai_16[] = { 0x0200032f, 0x1c010002, 0x1c333596, 0x1d333500, 0x1e000102, 0x1d0e0102, 0x1e100102, 0x01032f03, 0x01010203, 0x3c160702, 0x16476e17, 0x4891174b, 0x000a1707, 0x0217011c, 0x04000000 }; +u32 ai_17[] = { 0x02000333, 0x35fd2046, 0x20001f02, 0x1f45214c, 0x00c81a3c, 0x21001a02, 0x21790102, 0x21010002, 0x1a002002, 0x20060412, 0x05fd0413, 0x02010702, 0x0205fd00, 0x10040000 }; +u32 ai_18[] = { 0x61fd0200, 0x1c00d102, 0x03032f01, 0x4dfd0032, 0x00d10146, 0x1f010302, 0x1fad210a, 0x00210223, 0x033335dc, 0x233b232f, 0x23012302, 0x23ad496d, 0x206f6666, 0x210a0001, 0x0002014d, 0xfd003200, 0xd12d0702, 0x2d3c0422, 0x07020403, 0x07040000 }; +u32 ai_19[] = { 0x9d000008, 0x009d0000, 0x02009001, 0x2c8f00c8, 0x91509350, 0x92500234, 0x03083c23, 0x01340223, 0xc3880aae, 0x0237034b, 0x0032387c, 0xfdc838b4, 0x00070838, 0x2f230137, 0x02233335, 0x80231400, 0x0100003a, 0x02231500, 0x0100003a, 0x0137023a, 0x01370238, 0x05fd0415, 0x04000000 }; +u32 ai_20[] = { 0x9d000000, 0x107cfdc8, 0x0302381f, 0x00c70239, 0x032f079c, 0x00001000, 0x1354fd00, 0xba040213, 0x9c000020, 0x001354fd, 0x00be0502, 0x134dfd00, 0x3200c701, 0x01390207, 0x4dfd0032, 0x00c70101, 0x38020122, 0x05fd0001, 0x02036007, 0x01380204, 0x670f9a00, 0x00100001, 0x38020567, 0x109a0000, 0x20000138, 0x04000000 }; +u32 ai_26[] = { 0x02349736, 0x80973780, 0x97388097, 0x3980973b, 0x80973e80, 0x973f8002, 0x37039c00, 0x00010023, 0x5b02239a, 0x00000100, 0x02239c00, 0x00020023, 0x5b03239a, 0x00000200, 0x02239c00, 0x00040023, 0x5b04239a, 0x00000400, 0x02239c00, 0x00080023, 0x5b05239a, 0x00000800, 0x02230137, 0x04000000 }; +u32 ai_27[] = { 0x020003cf, 0x23010002, 0x23ae0203, 0x03700113, 0xb300012c, 0x1370023f, 0x70044002, 0x1357223e, 0x0103023e, 0xc38809b7, 0x01680034, 0x023fc388, 0x46b701c2, 0x00340240, 0xc38846b7, 0x01fe0034, 0x0234b9b5, 0x020703bb, 0x00192301, 0x070223f4, 0x00ffff02, 0x0403bb00, 0x0f230104, 0x0223c388, 0x0b020503, 0xbb000023, 0x01050223, 0xf6b6b802, 0x06030106, 0x04000000 }; +u32 ai_28[] = { 0x02030359, 0x01230103, 0x0223660a, 0x02040359, 0x05230104, 0x0223670a, 0x01030400 }; +u32 ai_21[] = { 0xd9fd00e8, 0x230223ae, 0x020303b4, 0x00003c23, 0x01030223, 0x0a006500, 0x08006d04, 0x10020403, 0xb4000070, 0x23010402, 0x23e0fd00, 0xe0fd0102, 0x0503b400, 0x00ea2301, 0x05022367, 0x0d020603, 0x680d0123, 0x01060223, 0xda020703, 0xdc230107, 0x02236d00, 0x23001302, 0x23d51200, 0x020000db, 0x020803dc, 0x23010802, 0x23b70002, 0xb5b9ae02, 0x0903bb00, 0x00230109, 0x0223b6a4, 0x11000200, 0x005f11ae, 0x020a03b4, 0x0000b423, 0x010a0223, 0xda020b03, 0xdc23010b, 0x02230213, 0xd2020103, 0x01010400 }; +u32 ai_22[] = { 0x0a006200, 0x00000104, 0x10ae0203, 0x03b40000, 0x3c230103, 0x02230a00, 0x620001ff, 0xff041002, 0x01030101, 0x04000000 }; +u32 ai_30[] = { 0x020303cf, 0x23010302, 0x2305f804, 0x17020103, 0x01010400 }; +u32 ai_29[] = { 0x023403eb, 0x3b5500e8, 0x23013402, 0x239a0000, 0x8000ecd7, 0x04b6b8da, 0x020303dc, 0x23010302, 0x23f12305, 0xfd000f02, 0x23ddeadf, 0x0ddf0e59, 0x02235903, 0x23591a23, 0x591b2359, 0x1c23591d, 0x23591823, 0x59192359, 0x04235905, 0x23590623, 0x59072359, 0x08235909, 0x23590a23, 0x590b2359, 0x0c23590d, 0x23590e23, 0x590f2359, 0x10235911, 0x23591223, 0x59132359, 0x16235914, 0x23591523, 0xe4050223, 0xed030303, 0xd50c0002, 0x000005f8, 0x0416db02, 0x0403dc23, 0x01040223, 0x05fd0001, 0x023b05fd, 0x00010400 }; +u32 ai_23[] = { 0x911e9314, 0x8d330234, 0x14002100, 0x00000200, 0x0346233a, 0x233b2332, 0x233c2301, 0x00022333, 0x35c83a35, 0x64231600, 0x01000003, 0x023a1a03, 0x022309ae, 0x02040333, 0x35fa23b4, 0x0000b423, 0x01040223, 0x08030303, 0x03022314, 0x00210000, 0x23022316, 0x00010000, 0x23022302, 0x03032f01, 0x01030201, 0x01340400 }; +u32 ai_24[] = { 0x020303d6, 0xfc7c0400, 0x23020401, 0x03022305, 0xfd000204 }; +u32 ai_25[] = { 0x020303d6, 0x00000400, 0x23020401, 0x03022305, 0xfd000204 }; +u32 ai_31[] = { 0x023403a0, 0x36001000, 0x00a03700, 0x100000a0, 0x38001000, 0x00a03900, 0x100000a0, 0x3a001000, 0x0003a03b, 0x00100000, 0xa03c0010, 0x0000a03d, 0x00100000, 0xa03e0010, 0x0000a03f, 0x00100000, 0x03023703, 0xf7022301, 0x370223c3, 0x880c9a00, 0x00400005, 0xfd000104 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x00001000 }, + /* index = 27 */ + { &ai_27, 0x00001001 }, + /* index = 28 */ + { &ai_28, 0x00001002 }, + /* index = 29 */ + { &ai_29, 0x00001003 }, + /* index = 30 */ + { &ai_30, 0x00001004 }, + /* index = 31 */ + { &ai_31, 0x00001005 }, + /* index = 32 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/j/UsetupstatueZ.c b/assets/obseg/setup/j/UsetupstatueZ.c new file mode 100644 index 0000000..1c37280 --- /dev/null +++ b/assets/obseg/setup/j/UsetupstatueZ.c @@ -0,0 +1,1241 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:22 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupstatueZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-629.0f, 31.0f, 90.0f}, {0.0f, 1.0f, 0.0f}, {-0.720307f, 0.0f, 0.693655f}, "p5671c1", 0 }, + { {35.0f, 31.0f, 416.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2164a", 0 }, + { {-57.0f, 31.0f, 491.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2139a", 0 }, + { {108.0f, 31.0f, 417.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2166a", 0 }, + { {-40.0f, 31.0f, 418.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2139a", 0 }, + { {121.0f, 31.0f, 485.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2091a", 0 }, + { {-1758.0f, 140.0f, 492.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-678.0f, 31.0f, 444.0f}, {0.0f, 1.0f, 0.0f}, {0.707105f, 0.0f, -0.707108f}, "", 0 }, + { {-476.0f, 0.0f, 521.0f}, {0.0f, 1.0f, 0.0f}, {-0.965925f, 0.0f, 0.258821f}, "p5679c", 0 }, + { {-2068.0f, 140.0f, 499.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3409b", 0 }, + { {-2076.0f, 140.0f, 488.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3410b", 0 }, + { {-2068.0f, 140.0f, 516.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3409b", 0 }, + { {-2041.0f, 140.0f, 591.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3412b", 0 }, + { {-2074.0f, 140.0f, 449.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3410b", 0 }, + { {-2044.0f, 140.0f, 390.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3410b", 0 }, + { {-2016.0f, 140.0f, 622.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3412b", 0 }, + { {-2067.0f, 140.0f, 557.0f}, {0.0f, 1.0f, 0.0f}, {-0.959759f, 0.0f, 0.280826f}, "p3398b", 0 }, + { {-2055.0f, 140.0f, 555.0f}, {0.0f, 1.0f, 0.0f}, {-0.959759f, 0.0f, 0.280826f}, "p3398b", 0 }, + { {-2155.0f, 140.0f, 568.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p4269b2", 0 }, + { {-2131.0f, 140.0f, 602.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p4269b2", 0 }, + { {-2081.0f, 140.0f, 542.0f}, {0.0f, 1.0f, 0.0f}, {-0.959759f, 0.0f, 0.280826f}, "p4266b", 0 }, + { {-1841.0f, 140.0f, 381.0f}, {0.0f, 1.0f, 0.0f}, {0.999739f, 0.0f, -0.022853f}, "p4213b", 0 }, + { {-2463.0f, 123.0f, 469.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p4269b2", 0 }, + { {-97.0f, 31.0f, -25.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2381a", 0 }, + { {-1740.0f, 95.0f, 515.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1726.0f, 108.0f, 503.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4206b", 0 }, + { {-1746.0f, 108.0f, 509.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1734.0f, 108.0f, 521.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1750.0f, 108.0f, 526.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1733.0f, 108.0f, 508.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4206b", 0 }, + { {-1757.0f, 108.0f, 531.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {15.0f, 16.0f, 124.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2278a", 0 }, + { {-4.0f, 16.0f, 179.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2288a", 0 }, + { {-45.0f, 16.0f, 173.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2303a", 0 }, + { {-90.0f, 16.0f, 95.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2332a", 0 }, + { {-114.0f, 16.0f, 42.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2357a", 0 }, + { {-78.0f, 16.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2336a", 0 }, + { {-55.0f, 16.0f, 86.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2338a", 0 }, + { {0.0f, 16.0f, 110.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2281a", 0 }, + { {-129.0f, 16.0f, 8.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2350a", 0 }, + { {-68.0f, 16.0f, 5.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2427a", 0 }, + { {-61.0f, 16.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2376a", 0 }, + { {-91.0f, 16.0f, -26.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2009a", 0 }, + { {2.0f, 16.0f, 8.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2347a", 0 }, + { {-17.0f, 16.0f, 34.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2295a", 0 }, + { {-24.0f, 16.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2342a", 0 }, + { {48.0f, 16.0f, 129.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2282a", 0 }, + { {119.0f, 16.0f, 151.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2261a", 0 }, + { {120.0f, 16.0f, 192.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2260a", 0 }, + { {77.0f, 16.0f, 183.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2178a", 0 }, + { {31.0f, 16.0f, 167.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2288a", 0 }, + { {93.0f, 16.0f, 239.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2171a", 0 }, + { {62.0f, 16.0f, 90.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2508a1", 0 }, + { {70.0f, 16.0f, 292.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2110a", 0 }, + { {19.0f, 16.0f, 307.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2447a", 0 }, + { {-11.0f, 16.0f, 336.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2217a", 0 }, + { {8.0f, 16.0f, 365.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2219a", 0 }, + { {52.0f, 16.0f, 342.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2219a", 0 }, + { {-51.0f, 16.0f, 275.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2422a", 0 }, + { {42.0f, 18.0f, 645.0f}, {0.0f, 1.0f, 0.0f}, {0.081255f, 0.0f, -0.996693f}, "p2042a", 0 }, + { {-142.0f, 16.0f, 91.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2330a", 0 }, + { {-145.0f, 66.0f, 198.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2405a", 0 }, + { {-112.0f, 66.0f, 295.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2136a", 0 }, + { {-63.0f, 66.0f, 374.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2139a", 0 }, + { {-80.0f, 16.0f, 180.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2301a", 0 }, + { {-2.0f, 16.0f, 279.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2226a", 0 }, + { {36.0f, 16.0f, 228.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2229a", 0 }, + { {83.0f, 55.0f, 22.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2439a", 0 }, + { {62.0f, 55.0f, 12.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2289a", 0 }, + { {33.0f, 55.0f, 84.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2435a2", 0 }, + { {33.0f, 55.0f, 84.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2435a2", 0 }, + { {27.0f, 16.0f, 22.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2482a", 0 }, + { {-219.0f, 16.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4873c", 0 }, + { {-291.0f, 16.0f, 4.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4877c", 0 }, + { {-356.0f, 16.0f, 57.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5476c", 0 }, + { {-338.0f, 16.0f, 117.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5497c", 0 }, + { {-289.0f, 16.0f, 112.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5485c2", 0 }, + { {-325.0f, 16.0f, 178.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5499c", 0 }, + { {-415.0f, 16.0f, 168.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5391c", 0 }, + { {-402.0f, 16.0f, 126.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5620c", 0 }, + { {-412.0f, 16.0f, 65.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5471c", 0 }, + { {-500.0f, 16.0f, 185.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5390c", 0 }, + { {-559.0f, 16.0f, 127.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5380c", 0 }, + { {-601.0f, 16.0f, 114.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5354c", 0 }, + { {-603.0f, 16.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5374c", 0 }, + { {-519.0f, 16.0f, 230.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5534c1", 0 }, + { {-438.0f, 16.0f, 225.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5389c", 0 }, + { {-458.0f, 16.0f, 140.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5392c", 0 }, + { {-344.0f, 16.0f, 237.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5526c", 0 }, + { {-386.0f, 16.0f, 321.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5048c1", 0 }, + { {-341.0f, 16.0f, 396.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p5108c1", 0 }, + { {-294.0f, 16.0f, 363.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5558c", 0 }, + { {-292.0f, 16.0f, 331.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5547c1", 0 }, + { {-287.0f, 16.0f, 195.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568717f}, "p4880c", 0 }, + { {-230.0f, 16.0f, 205.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5537c", 0 }, + { {-230.0f, 16.0f, 339.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5110c", 0 }, + { {-218.0f, 16.0f, 392.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5543c", 0 }, + { {-279.0f, 16.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5542c", 0 }, + { {-343.0f, 16.0f, 467.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p4912c", 0 }, + { {-428.0f, -13.0f, 440.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5678c", 0 }, + { {-393.0f, 1.0f, 381.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5106c", 0 }, + { {-234.0f, 16.0f, 508.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p4869c2", 0 }, + { {-173.0f, 16.0f, 489.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5560c", 0 }, + { {-415.0f, -23.0f, 506.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p5827c", 0 }, + { {-409.0f, -23.0f, 589.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5861c", 0 }, + { {-494.0f, -5.0f, 688.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5137c1", 0 }, + { {-451.0f, 1.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4925c2", 0 }, + { {-368.0f, -23.0f, 702.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5062c1", 0 }, + { {-310.0f, -10.0f, 620.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568715f}, "p4919c", 0 }, + { {-362.0f, -23.0f, 560.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p4923c", 0 }, + { {-349.0f, -24.0f, 786.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5061c1", 0 }, + { {-304.0f, -24.0f, 798.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5123c", 0 }, + { {-282.0f, -24.0f, 759.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5121c", 0 }, + { {-558.0f, -5.0f, 530.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5765c", 0 }, + { {-551.0f, -5.0f, 585.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5860c", 0 }, + { {-537.0f, -5.0f, 644.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5856c", 0 }, + { {-612.0f, -5.0f, 592.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5151c1", 0 }, + { {-519.0f, 1.0f, 795.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5144c", 0 }, + { {-652.0f, 16.0f, 37.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5353c", 0 }, + { {-658.0f, 16.0f, 52.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5353c", 0 }, + { {-659.0f, 16.0f, 142.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5357c", 0 }, + { {-601.0f, 16.0f, 32.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5402c", 0 }, + { {-461.0f, 16.0f, 11.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5469c", 0 }, + { {-415.0f, 16.0f, 4.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4967c", 0 }, + { {-536.0f, 16.0f, 67.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5406c", 0 }, + { {-632.0f, 16.0f, 113.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5671c2", 0 }, + { {-553.0f, 16.0f, 714.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4883c1", 0 }, + { {-617.0f, 6.0f, 722.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5154c1", 0 }, + { {-620.0f, 6.0f, 645.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5193c2", 0 }, + { {-631.0f, -6.0f, 566.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5151c1", 0 }, + { {-719.0f, 25.0f, 650.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p5193c3", 0 }, + { {-785.0f, 6.0f, 479.0f}, {0.0f, 1.0f, 0.0f}, {0.822529f, 0.0f, 0.568723f}, "p5077c", 0 }, + { {-808.0f, 25.0f, 608.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p4885c", 0 }, + { {-759.0f, 25.0f, 673.0f}, {0.0f, 1.0f, 0.0f}, {0.822529f, 0.0f, 0.568723f}, "p4862c", 0 }, + { {-739.0f, 21.0f, 735.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5608c", 0 }, + { {-781.0f, 57.0f, 813.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5064c1", 0 }, + { {-743.0f, 12.0f, 599.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568715f}, "p4867c", 0 }, + { {-828.0f, 57.0f, 785.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5172c", 0 }, + { {-792.0f, 21.0f, 690.0f}, {0.0f, 1.0f, 0.0f}, {0.82254f, 0.0f, 0.568707f}, "p4862c", 0 }, + { {-829.0f, 57.0f, 820.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5064c1", 0 }, + { {-859.0f, 61.0f, 825.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5169c", 0 }, + { {-870.0f, 57.0f, 792.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5173c", 0 }, + { {-860.0f, 21.0f, 567.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5569c", 0 }, + { {-867.0f, 21.0f, 516.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5184c", 0 }, + { {-737.0f, 6.0f, 478.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5074c1", 0 }, + { {-773.0f, 6.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4982c", 0 }, + { {-816.0f, -7.0f, 385.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5229c", 0 }, + { {-815.0f, 0.0f, 339.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5234c", 0 }, + { {-710.0f, -38.0f, 338.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5242c1", 0 }, + { {-720.0f, -28.0f, 391.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5023c", 0 }, + { {-845.0f, 6.0f, 415.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5218c", 0 }, + { {-889.0f, 6.0f, 388.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5224c1", 0 }, + { {-876.0f, 6.0f, 333.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5092c", 0 }, + { {-868.0f, 6.0f, 250.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5238c", 0 }, + { {-805.0f, -32.0f, 263.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5096c", 0 }, + { {-932.0f, 15.0f, 438.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5222c", 0 }, + { {-965.0f, 48.0f, 503.0f}, {1e-06, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5201c", 0 }, + { {-916.0f, 31.0f, 530.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5580c", 0 }, + { {-942.0f, 48.0f, 606.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4857c", 0 }, + { {-997.0f, 48.0f, 575.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5202c", 0 }, + { {-978.0f, 66.0f, 694.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5180c2", 0 }, + { {-920.0f, 58.0f, 759.0f}, {1e-06, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5612c", 0 }, + { {-877.0f, 58.0f, 727.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568715f}, "p5069c1", 0 }, + { {-688.0f, -38.0f, 283.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5244c1", 0 }, + { {-639.0f, -38.0f, 331.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4894c2", 0 }, + { {-592.0f, -38.0f, 365.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p4894c1", 0 }, + { {-577.0f, -38.0f, 299.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5277c", 0 }, + { {-611.0f, -38.0f, 286.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5275c2", 0 }, + { {-612.0f, -38.0f, 242.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5809c", 0 }, + { {-676.0f, -38.0f, 216.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5602c", 0 }, + { {-711.0f, -38.0f, 214.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4908c", 0 }, + { {-757.0f, -38.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5593c", 0 }, + { {-772.0f, -38.0f, 121.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p4902c", 0 }, + { {-841.0f, -29.0f, 9.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568717f}, "p4957c", 0 }, + { {-920.0f, -18.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5318c", 0 }, + { {-913.0f, 14.0f, 48.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5280c", 0 }, + { {-871.0f, 14.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5300c", 0 }, + { {-850.0f, -18.0f, 122.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5306c", 0 }, + { {-920.0f, -18.0f, -76.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5343c", 0 }, + { {-959.0f, 2.0f, -119.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5741c", 0 }, + { {-840.0f, -18.0f, -108.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5342c", 0 }, + { {-945.0f, 14.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5320c1", 0 }, + { {-999.0f, 14.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4979c", 0 }, + { {-1006.0f, 14.0f, -62.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5338c", 0 }, + { {-979.0f, 14.0f, -24.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5336c", 0 }, + { {-868.0f, 14.0f, 92.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5301c", 0 }, + { {-715.0f, 6.0f, 522.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5211c2", 0 }, + { {-668.0f, 6.0f, 558.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5210c", 0 }, + { {-775.0f, 6.0f, 558.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5872c", 0 }, + { {-787.0f, 6.0f, 513.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5079c", 0 }, + { {-774.0f, 6.0f, 535.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5190c", 0 }, + { {-1016.0f, 72.0f, 644.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5180c1", 0 }, + { {-1016.0f, 2.0f, -118.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3417b", 0 }, + { {-1087.0f, 7.0f, -113.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p3357b2", 0 }, + { {-1170.0f, 22.0f, -85.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.568721f}, "p1026b", 0 }, + { {-1183.0f, 22.0f, -20.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3424b", 0 }, + { {-1159.0f, 22.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3096b", 0 }, + { {-1126.0f, 22.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3381b", 0 }, + { {-1235.0f, 22.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p3103b", 0 }, + { {-1223.0f, 22.0f, 50.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3099b", 0 }, + { {-1269.0f, 22.0f, 87.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3375b", 0 }, + { {-1247.0f, 22.0f, 141.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3376b", 0 }, + { {-1196.0f, 22.0f, 115.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3405b", 0 }, + { {-1157.0f, 22.0f, 79.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3089b", 0 }, + { {-1125.0f, 24.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3087b", 0 }, + { {-1326.0f, 22.0f, 133.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3374b", 0 }, + { {-1367.0f, 7.0f, 105.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2935b", 0 }, + { {-1366.0f, 7.0f, 6.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2934b", 0 }, + { {-1332.0f, 22.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3198b", 0 }, + { {-1307.0f, 22.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3059b", 0 }, + { {-1312.0f, 22.0f, -62.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3058b", 0 }, + { {-1297.0f, 22.0f, -112.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3207b", 0 }, + { {-1273.0f, 22.0f, -119.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p981b", 0 }, + { {-1255.0f, 22.0f, -63.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p2970b", 0 }, + { {-1389.0f, 16.0f, 66.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3053b", 0 }, + { {-1236.0f, 28.0f, 194.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3072b2", 0 }, + { {-1182.0f, 28.0f, 166.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3453b2", 0 }, + { {-1500.0f, 86.0f, 311.0f}, {1e-06, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p1525b2", 0 }, + { {-1995.0f, 100.0f, 505.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3409b", 0 }, + { {-1150.0f, 26.0f, 141.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3476b", 0 }, + { {-1893.0f, 100.0f, 316.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4210b", 0 }, + { {-1683.0f, 100.0f, 658.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p1492b", 0 }, + { {-1655.0f, 100.0f, 355.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p1256b1", 0 }, + { {-2122.0f, 100.0f, 559.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b1", 0 }, + { {-2125.0f, 100.0f, 588.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b2", 0 }, + { {-2142.0f, 100.0f, 615.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b2", 0 }, + { {-2231.0f, 100.0f, 671.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b2", 0 }, + { {-2294.0f, 100.0f, 700.0f}, {1e-06, 1.0f, 0.0f}, {0.871735f, 0.0f, -0.489978f}, "p4269b2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-705.0f, -12.0f, 480.0f}, {-0.662449f, 0.033863f, -0.748342f}, {0.203025f, 0.969705f, -0.135843f}, "p5865c", 0, {-1.615254f, 1.708657f, -1.478706f, 27.776981f, -14.050579f, 45.816116f} }, + { {-740.0f, -10.0f, 440.0f}, {0.662449f, -0.033863f, 0.748342f}, {0.203025f, 0.969705f, -0.135843f}, "p5866c", 0, {-1.459784f, 1.902518f, -4.336241f, 25.581896f, -14.319309f, 45.548878f} }, + { {-428.0f, -11.0f, 544.0f}, {-0.267354f, 0.033863f, -0.963003f}, {0.009059f, 0.999426f, 0.032629f}, "p5839c", 0, {-2.194619f, 0.963556f, -1.097829f, 29.001957f, -13.987675f, 45.06302f} }, + { {-443.0f, -9.0f, 492.0f}, {0.267354f, -0.033863f, 0.963003f}, {0.009059f, 0.999426f, 0.032629f}, "p5836c", 0, {-1.766077f, 1.392098f, -4.340937f, 25.758848f, -14.155114f, 44.89558f} }, + { {-612.0f, 5.0f, 116.0f}, {0.0f, 0.0f, -1.0f}, {0.000155f, 1.0f, 0.0f}, "p5671c1", 0, {-0.002788f, 1.000465f, -1.0f, 7.0f, -3.0f, 18.000154f} }, + { {-2096.0f, 107.0f, 522.0f}, {0.312944f, -0.000522f, 0.949771f}, {0.000124f, 1.0f, 0.000508f}, "p4268b", 0, {-1.566567f, 2.103664f, -4.772341f, 31.953773f, -14.002541f, 45.016754f} }, + { {-2076.0f, 107.0f, 584.0f}, {-0.312944f, 0.000522f, -0.949771f}, {0.000124f, 1.0f, 0.000508f}, "p4266b", 0, {-1.696572f, 1.91233f, -3.806392f, 33.232666f, -14.017389f, 45.00203f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 35892, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 35893, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 35894, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 35895, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 35896, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 35897, 0, + /* Type = ObjectiveFailCondition; index = 6 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveCompleteCondition; index = 7 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveEnd; index = 8 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 9 */ + _mkword(0, _mkshort(0, 23)), 1, 35898, 0, + /* Type = ObjectiveFailCondition; index = 10 */ + _mkword(0, _mkshort(0, 27)), 131072, + /* Type = ObjectiveFailCondition; index = 11 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveCompleteCondition; index = 12 */ + _mkword(0, _mkshort(0, 26)), 1024, + /* Type = ObjectiveEnd; index = 13 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 14 */ + _mkword(0, _mkshort(0, 23)), 2, 35899, 0, + /* Type = ObjectiveCompleteCondition; index = 15 */ + _mkword(0, _mkshort(0, 26)), 512, + /* Type = ObjectiveFailCondition; index = 16 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveEnd; index = 17 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 18 */ + _mkword(0, _mkshort(0, 23)), 3, 35900, 0, + /* Type = ObjectiveFailCondition; index = 19 */ + _mkword(0, _mkshort(0, 27)), 4194304, + /* Type = ObjectiveFailCondition; index = 20 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveCompleteCondition; index = 21 */ + _mkword(0, _mkshort(0, 26)), 2048, + /* Type = ObjectiveEnd; index = 22 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 23 */ + _mkword(0, _mkshort(0, 23)), 4, 35901, 0, + /* Type = ObjectiveCollectObject; index = 24 */ + _mkword(0, _mkshort(0, 28)), 1, + /* Type = ObjectiveFailCondition; index = 25 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveEnd; index = 26 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Guard; index = 27 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 8), _mkword(10, 1042), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 28 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 163), _mkword(3, 1034), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 29 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 152), _mkword(3, 1034), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 30 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 192), _mkword(3, 1034), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 31 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 194), _mkword(3, 1034), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 32 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 33 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 34 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 35 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Hat; index = 36 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 37 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 38 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 39 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Armour; index = 40 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 23), 0x00000001, 0x00000080, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Tag; index = 41 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Aircraft; index = 42 */ + _mkword(512, _mkshort(0, 40)), _mkword(283, 24), 0x10020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000411, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 43 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(640, _mkshort(0, 3)), _mkword(274, 22), 0x01220001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 45 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 62, 35903, 35904, 35905, 35906, 35907, 0, 0, + /* Type = Tag; index = 46 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = Door; index = 47 */ + _mkword(256, _mkshort(0, 1)), _mkword(183, 5), 0x60000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x004b0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 48 */ + _mkword(256, _mkshort(0, 1)), _mkword(183, 6), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x004b0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 49 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0xffff), 0, 0, + /* Type = Cutscene; index = 50 */ + _mkword(0, _mkshort(0, 46)), -2015492, 106274, 565349, 62652, 402166, 223, + /* Type = Tag; index = 51 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0xffff), 0, 0, + /* Type = Collectable; index = 52 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 25), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 53 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0xffff), 0, 0, + /* Type = Collectable; index = 54 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 28), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 55 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0xffff), 0, 0, + /* Type = Collectable; index = 56 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 26), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 57 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0xffff), 0, 0, + /* Type = Collectable; index = 58 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 27), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 59 */ + _mkword(0, _mkshort(0, 22)), _mkword(14, 0xffff), 0, 0, + /* Type = Collectable; index = 60 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 29), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 61 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0xffff), 0, 0, + /* Type = Collectable; index = 62 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 30), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 63 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0xffff), 0, 0, + /* Type = EndProps; index = 64 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xffecd985, 0x000031b7, 0x0000e6d2, 0x00041baa, 0x0000477d, 0x000000d9, 0x00008c3e, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x0000613a, 0x00003c77, 0x00077713, 0x00032828, 0x00008efa, 0x0000003b, 0x00008c3e, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0xfffa9dd8, 0xffffee56, 0x00075e2d, 0x00036fa5, 0x00001ace, 0x00000068, 0x00008c3e, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 3 */ + _mkword(0, _mkshort(0, 7)), 8, 10, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 21, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 6 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = Cuff; index = 7 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0xfd1d0000, 0xffe30000, 0x05890000, 0x00009999, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0xfd1d0000, 0xffe30000, 0x05890000, 0x00009999, 0x00370000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0xfea50000, 0x00000000, 0x03990000, 0x00009999, 0x00370000, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00800000, 0x00570000, 0x020f0000, 0x00009999, 0x00370000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00fd0000, 0x00990000, 0x00ac0000, 0x00009761, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a20000, 0x00850000, 0xffb00000, 0x00009761, 0x00283691, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00430000, 0x003b0000, 0xff520000, 0x00006e47, 0x00283439, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00090000, 0x00150000, 0xff960000, 0x00006c1e, 0x00237990, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 19 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 2, -1 }; +s32 path_neighbors_2[] = { 1, 3, -1 }; +s32 path_neighbors_3[] = { 2, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, -1 }; +s32 path_indeces_1[] = { 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, -1 }; +s32 path_indeces_2[] = { 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, -1 }; +s32 path_indeces_3[] = { 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "area3stat_all_p", + "area2bstat_all_p", + "area2astat_all_p", + "area1stat_all_p", + NULL +}; + + +s32 path_table_0[] = { 1, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, 3, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 3, 9, -1 }; +s32 path_table_5[] = { 6, 7, 9, 10, -1 }; +s32 path_table_6[] = { 5, 9, 10, -1 }; +s32 path_table_7[] = { 5, 9, -1 }; +s32 path_table_8[] = { 11, 23, 25, -1 }; +s32 path_table_9[] = { 4, 5, 6, 7, 10, -1 }; +s32 path_table_10[] = { 5, 6, 9, 12, 21, 22, 26, -1 }; +s32 path_table_11[] = { 8, 12, 25, -1 }; +s32 path_table_12[] = { 10, 11, 22, 26, -1 }; +s32 path_table_13[] = { 20, 21, -1 }; +s32 path_table_14[] = { 15, 17, 18, 29, 32, 33, -1 }; +s32 path_table_15[] = { 14, 16, 32, 33, 34, -1 }; +s32 path_table_16[] = { 15, 17, -1 }; +s32 path_table_17[] = { 14, 16, 18, -1 }; +s32 path_table_18[] = { 14, 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 13, 19, -1 }; +s32 path_table_21[] = { 10, 13, 22, -1 }; +s32 path_table_22[] = { 10, 12, 21, 26, 27, -1 }; +s32 path_table_23[] = { 8, 24, -1 }; +s32 path_table_24[] = { 23, 25, 31, -1 }; +s32 path_table_25[] = { 8, 11, 24, 26, -1 }; +s32 path_table_26[] = { 10, 12, 22, 25, 27, -1 }; +s32 path_table_27[] = { 22, 26, 28, -1 }; +s32 path_table_28[] = { 27, 29, -1 }; +s32 path_table_29[] = { 14, 28, 32, 33, -1 }; +s32 path_table_30[] = { 31, -1 }; +s32 path_table_31[] = { 24, 30, 32, -1 }; +s32 path_table_32[] = { 14, 15, 29, 31, 33, -1 }; +s32 path_table_33[] = { 14, 15, 29, 32, 34, -1 }; +s32 path_table_34[] = { 15, 33, 35, -1 }; +s32 path_table_35[] = { 34, 44, 48, -1 }; +s32 path_table_36[] = { 67, 68, 69, -1 }; +s32 path_table_37[] = { 38, 39, -1 }; +s32 path_table_38[] = { 37, 96, -1 }; +s32 path_table_39[] = { 37, 91, -1 }; +s32 path_table_40[] = { 41, 97, 98, 99, -1 }; +s32 path_table_41[] = { 40, 83, -1 }; +s32 path_table_42[] = { 46, 50, 51, -1 }; +s32 path_table_43[] = { 44, 45, 53, -1 }; +s32 path_table_44[] = { 35, 43, 49, -1 }; +s32 path_table_45[] = { 43, 46, -1 }; +s32 path_table_46[] = { 42, 45, 52, -1 }; +s32 path_table_47[] = { 48, 49, 54, -1 }; +s32 path_table_48[] = { 35, 47, 49, -1 }; +s32 path_table_49[] = { 44, 47, 48, 53, 54, -1 }; +s32 path_table_50[] = { 42, 51, 55, 74, -1 }; +s32 path_table_51[] = { 42, 50, 52, 54, -1 }; +s32 path_table_52[] = { 46, 51, 53, -1 }; +s32 path_table_53[] = { 43, 49, 52, 54, -1 }; +s32 path_table_54[] = { 47, 49, 51, 53, 55, -1 }; +s32 path_table_55[] = { 50, 54, 56, -1 }; +s32 path_table_56[] = { 55, 57, 58, -1 }; +s32 path_table_57[] = { 56, 58, 64, 73, 79, 80, -1 }; +s32 path_table_58[] = { 56, 57, 59, -1 }; +s32 path_table_59[] = { 58, 60, 61, -1 }; +s32 path_table_60[] = { 59, 61, 63, 64, 79, -1 }; +s32 path_table_61[] = { 59, 60, 62, -1 }; +s32 path_table_62[] = { 61, 63, -1 }; +s32 path_table_63[] = { 60, 62, 78, 79, -1 }; +s32 path_table_64[] = { 57, 60, 73, 79, 80, -1 }; +s32 path_table_65[] = { 66, 68, 69, 70, 85, 86, 89, 90, 95, -1 }; +s32 path_table_66[] = { 65, 67, 86, 87, -1 }; +s32 path_table_67[] = { 36, 66, -1 }; +s32 path_table_68[] = { 36, 65, 69, 71, -1 }; +s32 path_table_69[] = { 36, 65, 68, 70, 71, 84, 85, 89, 95, -1 }; +s32 path_table_70[] = { 65, 69, 71, 72, 77, 82, 84, 85, 89, -1 }; +s32 path_table_71[] = { 68, 69, 70, 72, 84, 96, -1 }; +s32 path_table_72[] = { 70, 71, 76, 84, 85, 96, -1 }; +s32 path_table_73[] = { 57, 64, 74, 79, 80, -1 }; +s32 path_table_74[] = { 50, 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, 80, -1 }; +s32 path_table_76[] = { 72, 75, 77, -1 }; +s32 path_table_77[] = { 70, 76, 78, 81, 82, 83, 84, 96, -1 }; +s32 path_table_78[] = { 63, 77, 79, 81, 82, -1 }; +s32 path_table_79[] = { 57, 60, 63, 64, 73, 78, 80, -1 }; +s32 path_table_80[] = { 57, 64, 73, 75, 79, 81, -1 }; +s32 path_table_81[] = { 77, 78, 80, 82, -1 }; +s32 path_table_82[] = { 70, 77, 78, 81, 83, 96, -1 }; +s32 path_table_83[] = { 41, 77, 82, 96, -1 }; +s32 path_table_84[] = { 69, 70, 71, 72, 77, 85, 96, -1 }; +s32 path_table_85[] = { 65, 69, 70, 72, 84, 89, 90, 95, -1 }; +s32 path_table_86[] = { 65, 66, 87, 89, 90, -1 }; +s32 path_table_87[] = { 66, 86, 88, -1 }; +s32 path_table_88[] = { 87, 90, 92, -1 }; +s32 path_table_89[] = { 65, 69, 70, 85, 86, 90, 93, 94, 95, 100, -1 }; +s32 path_table_90[] = { 65, 85, 86, 88, 89, 92, -1 }; +s32 path_table_91[] = { 39, 93, 95, 97, 98, 99, 100, -1 }; +s32 path_table_92[] = { 88, 90, 93, 99, 100, -1 }; +s32 path_table_93[] = { 89, 91, 92, 94, 97, 98, 99, 100, -1 }; +s32 path_table_94[] = { 89, 93, 95, 97, 98, 99, 100, -1 }; +s32 path_table_95[] = { 65, 69, 85, 89, 91, 94, -1 }; +s32 path_table_96[] = { 38, 71, 72, 77, 82, 83, 84, -1 }; +s32 path_table_97[] = { 40, 91, 93, 94, 98, 99, 100, -1 }; +s32 path_table_98[] = { 40, 91, 93, 94, 97, 99, 111, 114, -1 }; +s32 path_table_99[] = { 40, 91, 92, 93, 94, 97, 98, 100, 111, 112, -1 }; +s32 path_table_100[] = { 89, 91, 92, 93, 94, 97, 99, 101, 110, -1 }; +s32 path_table_101[] = { 100, 122, -1 }; +s32 path_table_102[] = { 144, -1 }; +s32 path_table_103[] = { 105, 106, 145, -1 }; +s32 path_table_104[] = { 105, 147, 153, 154, -1 }; +s32 path_table_105[] = { 103, 104, 106, -1 }; +s32 path_table_106[] = { 103, 105, 109, 144, -1 }; +s32 path_table_107[] = { 108, 143, -1 }; +s32 path_table_108[] = { 107, 109, -1 }; +s32 path_table_109[] = { 106, 108, -1 }; +s32 path_table_110[] = { 100, 121, -1 }; +s32 path_table_111[] = { 98, 99, 113, -1 }; +s32 path_table_112[] = { 99, 113, 122, 123, -1 }; +s32 path_table_113[] = { 111, 112, 114, 123, 124, -1 }; +s32 path_table_114[] = { 98, 113, -1 }; +s32 path_table_115[] = { 116, 117, -1 }; +s32 path_table_116[] = { 115, 117, -1 }; +s32 path_table_117[] = { 115, 116, 120, 121, 122, -1 }; +s32 path_table_118[] = { 119, 123, 124, 126, 129, 130, -1 }; +s32 path_table_119[] = { 118, 120, 125, 126, -1 }; +s32 path_table_120[] = { 117, 119, 121, -1 }; +s32 path_table_121[] = { 110, 117, 120, 122, -1 }; +s32 path_table_122[] = { 101, 112, 117, 121, 123, -1 }; +s32 path_table_123[] = { 112, 113, 118, 122, 124, -1 }; +s32 path_table_124[] = { 113, 118, 123, 126, 128, 129, -1 }; +s32 path_table_125[] = { 119, 126, 131, -1 }; +s32 path_table_126[] = { 118, 119, 124, 125, 129, 130, -1 }; +s32 path_table_127[] = { 128, 137, 138, -1 }; +s32 path_table_128[] = { 124, 127, 129, -1 }; +s32 path_table_129[] = { 118, 124, 126, 128, 130, 136, 137, -1 }; +s32 path_table_130[] = { 118, 126, 129, 131, 136, 137, -1 }; +s32 path_table_131[] = { 125, 130, 132, -1 }; +s32 path_table_132[] = { 131, 133, 135, 136, -1 }; +s32 path_table_133[] = { 132, 134, -1 }; +s32 path_table_134[] = { 133, 135, 139, 150, 151, -1 }; +s32 path_table_135[] = { 132, 134, 136, 139, -1 }; +s32 path_table_136[] = { 129, 130, 132, 135, 137, -1 }; +s32 path_table_137[] = { 127, 129, 130, 136, 138, -1 }; +s32 path_table_138[] = { 127, 137, 139, 142, -1 }; +s32 path_table_139[] = { 134, 135, 138, 150, -1 }; +s32 path_table_140[] = { 145, 146, 147, 148, 149, -1 }; +s32 path_table_141[] = { 142, 149, -1 }; +s32 path_table_142[] = { 138, 141, 143, 146, -1 }; +s32 path_table_143[] = { 107, 142, 144, 145, -1 }; +s32 path_table_144[] = { 102, 106, 143, 145, -1 }; +s32 path_table_145[] = { 103, 140, 143, 144, 146, -1 }; +s32 path_table_146[] = { 140, 142, 145, -1 }; +s32 path_table_147[] = { 104, 140, 148, 149, 153, 154, -1 }; +s32 path_table_148[] = { 140, 147, 149, 152, -1 }; +s32 path_table_149[] = { 140, 141, 147, 148, 150, -1 }; +s32 path_table_150[] = { 134, 139, 149, 152, -1 }; +s32 path_table_151[] = { 134, 152, 155, -1 }; +s32 path_table_152[] = { 148, 150, 151, 153, -1 }; +s32 path_table_153[] = { 104, 147, 152, 154, -1 }; +s32 path_table_154[] = { 104, 147, 153, 155, -1 }; +s32 path_table_155[] = { 151, 154, 188, 192, -1 }; +s32 path_table_156[] = { 159, 184, -1 }; +s32 path_table_157[] = { 158, 159, 177, -1 }; +s32 path_table_158[] = { 157, 159, 177, -1 }; +s32 path_table_159[] = { 156, 157, 158, 160, -1 }; +s32 path_table_160[] = { 159, 175, -1 }; +s32 path_table_161[] = { 162, 174, 176, 178, -1 }; +s32 path_table_162[] = { 161, 169, 173, -1 }; +s32 path_table_163[] = { 166, 194, -1 }; +s32 path_table_164[] = { 165, 171, 172, -1 }; +s32 path_table_165[] = { 164, 166, 169, -1 }; +s32 path_table_166[] = { 163, 165, 167, -1 }; +s32 path_table_167[] = { 166, 188, 192, 193, -1 }; +s32 path_table_168[] = { 170, 171, 174, 176, 179, -1 }; +s32 path_table_169[] = { 162, 165, 173, -1 }; +s32 path_table_170[] = { 168, 171, 174, -1 }; +s32 path_table_171[] = { 164, 168, 170, 172, -1 }; +s32 path_table_172[] = { 164, 171, 173, -1 }; +s32 path_table_173[] = { 162, 169, 172, 174, -1 }; +s32 path_table_174[] = { 161, 168, 170, 173, 176, 178, -1 }; +s32 path_table_175[] = { 160, 181, -1 }; +s32 path_table_176[] = { 161, 168, 174, 178, 179, -1 }; +s32 path_table_177[] = { 157, 158, 178, 181, 195, 196, -1 }; +s32 path_table_178[] = { 161, 174, 176, 177, 179, 196, -1 }; +s32 path_table_179[] = { 168, 176, 178, 180, -1 }; +s32 path_table_180[] = { 179, 181, -1 }; +s32 path_table_181[] = { 175, 177, 180, 196, -1 }; +s32 path_table_182[] = { 183, 190, -1 }; +s32 path_table_183[] = { 182, 184, -1 }; +s32 path_table_184[] = { 156, 183, -1 }; +s32 path_table_185[] = { 186, -1 }; +s32 path_table_186[] = { 185, 187, -1 }; +s32 path_table_187[] = { 186, 188, -1 }; +s32 path_table_188[] = { 155, 167, 187, 192, -1 }; +s32 path_table_189[] = { 190, 196, -1 }; +s32 path_table_190[] = { 182, 189, 191, -1 }; +s32 path_table_191[] = { 190, 192, -1 }; +s32 path_table_192[] = { 155, 167, 188, 191, 193, -1 }; +s32 path_table_193[] = { 167, 192, 194, -1 }; +s32 path_table_194[] = { 163, 193, 195, -1 }; +s32 path_table_195[] = { 177, 194, -1 }; +s32 path_table_196[] = { 177, 178, 181, 189, -1 }; + +waypoint pathwaypoints[] = { + { 0x000000e3, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000000e2, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000000e1, &path_table_2, 0x00000000, 0x00000000 }, + { 0x000000e0, &path_table_3, 0x00000000, 0x00000000 }, + { 0x000000df, &path_table_4, 0x00000000, 0x00000000 }, + { 0x000000de, &path_table_5, 0x00000000, 0x00000000 }, + { 0x000000dd, &path_table_6, 0x00000000, 0x00000000 }, + { 0x000000dc, &path_table_7, 0x00000000, 0x00000000 }, + { 0x000000db, &path_table_8, 0x00000000, 0x00000000 }, + { 0x000000da, &path_table_9, 0x00000000, 0x00000000 }, + { 0x000000d9, &path_table_10, 0x00000000, 0x00000000 }, + { 0x000000d8, &path_table_11, 0x00000000, 0x00000000 }, + { 0x000000d7, &path_table_12, 0x00000000, 0x00000000 }, + { 0x000000d6, &path_table_13, 0x00000000, 0x00000000 }, + { 0x000000d5, &path_table_14, 0x00000000, 0x00000000 }, + { 0x000000d4, &path_table_15, 0x00000000, 0x00000000 }, + { 0x000000d3, &path_table_16, 0x00000000, 0x00000000 }, + { 0x000000d2, &path_table_17, 0x00000000, 0x00000000 }, + { 0x000000d1, &path_table_18, 0x00000000, 0x00000000 }, + { 0x000000d0, &path_table_19, 0x00000000, 0x00000000 }, + { 0x000000cf, &path_table_20, 0x00000000, 0x00000000 }, + { 0x000000ce, &path_table_21, 0x00000000, 0x00000000 }, + { 0x000000cd, &path_table_22, 0x00000000, 0x00000000 }, + { 0x000000cc, &path_table_23, 0x00000000, 0x00000000 }, + { 0x000000cb, &path_table_24, 0x00000000, 0x00000000 }, + { 0x000000ca, &path_table_25, 0x00000000, 0x00000000 }, + { 0x000000c9, &path_table_26, 0x00000000, 0x00000000 }, + { 0x000000c8, &path_table_27, 0x00000000, 0x00000000 }, + { 0x000000c7, &path_table_28, 0x00000000, 0x00000000 }, + { 0x000000c6, &path_table_29, 0x00000000, 0x00000000 }, + { 0x000000c5, &path_table_30, 0x00000000, 0x00000000 }, + { 0x000000c4, &path_table_31, 0x00000000, 0x00000000 }, + { 0x000000c3, &path_table_32, 0x00000000, 0x00000000 }, + { 0x000000c2, &path_table_33, 0x00000000, 0x00000000 }, + { 0x000000c1, &path_table_34, 0x00000000, 0x00000000 }, + { 0x000000c0, &path_table_35, 0x00000000, 0x00000000 }, + { 0x000000bf, &path_table_36, 0x00000001, 0x00000000 }, + { 0x000000be, &path_table_37, 0x00000001, 0x00000000 }, + { 0x000000bd, &path_table_38, 0x00000001, 0x00000000 }, + { 0x000000bc, &path_table_39, 0x00000001, 0x00000000 }, + { 0x000000bb, &path_table_40, 0x00000001, 0x00000000 }, + { 0x000000ba, &path_table_41, 0x00000001, 0x00000000 }, + { 0x000000b9, &path_table_42, 0x00000001, 0x00000000 }, + { 0x000000b8, &path_table_43, 0x00000001, 0x00000000 }, + { 0x000000b7, &path_table_44, 0x00000001, 0x00000000 }, + { 0x000000b6, &path_table_45, 0x00000001, 0x00000000 }, + { 0x000000b5, &path_table_46, 0x00000001, 0x00000000 }, + { 0x000000b4, &path_table_47, 0x00000001, 0x00000000 }, + { 0x000000b3, &path_table_48, 0x00000001, 0x00000000 }, + { 0x000000b2, &path_table_49, 0x00000001, 0x00000000 }, + { 0x000000b1, &path_table_50, 0x00000001, 0x00000000 }, + { 0x000000b0, &path_table_51, 0x00000001, 0x00000000 }, + { 0x000000af, &path_table_52, 0x00000001, 0x00000000 }, + { 0x000000ae, &path_table_53, 0x00000001, 0x00000000 }, + { 0x000000ad, &path_table_54, 0x00000001, 0x00000000 }, + { 0x000000ac, &path_table_55, 0x00000001, 0x00000000 }, + { 0x000000ab, &path_table_56, 0x00000001, 0x00000000 }, + { 0x000000aa, &path_table_57, 0x00000001, 0x00000000 }, + { 0x000000a9, &path_table_58, 0x00000001, 0x00000000 }, + { 0x000000a8, &path_table_59, 0x00000001, 0x00000000 }, + { 0x000000a7, &path_table_60, 0x00000001, 0x00000000 }, + { 0x000000a6, &path_table_61, 0x00000001, 0x00000000 }, + { 0x000000a5, &path_table_62, 0x00000001, 0x00000000 }, + { 0x000000a4, &path_table_63, 0x00000001, 0x00000000 }, + { 0x000000a3, &path_table_64, 0x00000001, 0x00000000 }, + { 0x000000a2, &path_table_65, 0x00000001, 0x00000000 }, + { 0x000000a1, &path_table_66, 0x00000001, 0x00000000 }, + { 0x000000a0, &path_table_67, 0x00000001, 0x00000000 }, + { 0x0000009f, &path_table_68, 0x00000001, 0x00000000 }, + { 0x0000009e, &path_table_69, 0x00000001, 0x00000000 }, + { 0x0000009d, &path_table_70, 0x00000001, 0x00000000 }, + { 0x0000009c, &path_table_71, 0x00000001, 0x00000000 }, + { 0x0000009b, &path_table_72, 0x00000001, 0x00000000 }, + { 0x0000009a, &path_table_73, 0x00000001, 0x00000000 }, + { 0x00000099, &path_table_74, 0x00000001, 0x00000000 }, + { 0x00000098, &path_table_75, 0x00000001, 0x00000000 }, + { 0x00000097, &path_table_76, 0x00000001, 0x00000000 }, + { 0x00000096, &path_table_77, 0x00000001, 0x00000000 }, + { 0x00000095, &path_table_78, 0x00000001, 0x00000000 }, + { 0x00000094, &path_table_79, 0x00000001, 0x00000000 }, + { 0x00000093, &path_table_80, 0x00000001, 0x00000000 }, + { 0x00000092, &path_table_81, 0x00000001, 0x00000000 }, + { 0x00000091, &path_table_82, 0x00000001, 0x00000000 }, + { 0x00000090, &path_table_83, 0x00000001, 0x00000000 }, + { 0x0000008f, &path_table_84, 0x00000001, 0x00000000 }, + { 0x0000008e, &path_table_85, 0x00000001, 0x00000000 }, + { 0x0000008d, &path_table_86, 0x00000001, 0x00000000 }, + { 0x0000008c, &path_table_87, 0x00000001, 0x00000000 }, + { 0x0000008b, &path_table_88, 0x00000001, 0x00000000 }, + { 0x0000008a, &path_table_89, 0x00000001, 0x00000000 }, + { 0x00000089, &path_table_90, 0x00000001, 0x00000000 }, + { 0x00000088, &path_table_91, 0x00000001, 0x00000000 }, + { 0x00000087, &path_table_92, 0x00000001, 0x00000000 }, + { 0x00000086, &path_table_93, 0x00000001, 0x00000000 }, + { 0x00000085, &path_table_94, 0x00000001, 0x00000000 }, + { 0x00000084, &path_table_95, 0x00000001, 0x00000000 }, + { 0x00000083, &path_table_96, 0x00000001, 0x00000000 }, + { 0x00000082, &path_table_97, 0x00000001, 0x00000000 }, + { 0x00000081, &path_table_98, 0x00000001, 0x00000000 }, + { 0x00000080, &path_table_99, 0x00000001, 0x00000000 }, + { 0x0000007f, &path_table_100, 0x00000001, 0x00000000 }, + { 0x0000007e, &path_table_101, 0x00000001, 0x00000000 }, + { 0x0000007d, &path_table_102, 0x00000002, 0x00000000 }, + { 0x0000007c, &path_table_103, 0x00000002, 0x00000000 }, + { 0x0000007b, &path_table_104, 0x00000002, 0x00000000 }, + { 0x0000007a, &path_table_105, 0x00000002, 0x00000000 }, + { 0x00000079, &path_table_106, 0x00000002, 0x00000000 }, + { 0x00000078, &path_table_107, 0x00000002, 0x00000000 }, + { 0x00000077, &path_table_108, 0x00000002, 0x00000000 }, + { 0x00000076, &path_table_109, 0x00000002, 0x00000000 }, + { 0x00000075, &path_table_110, 0x00000002, 0x00000000 }, + { 0x00000074, &path_table_111, 0x00000002, 0x00000000 }, + { 0x00000073, &path_table_112, 0x00000002, 0x00000000 }, + { 0x00000072, &path_table_113, 0x00000002, 0x00000000 }, + { 0x00000071, &path_table_114, 0x00000002, 0x00000000 }, + { 0x00000070, &path_table_115, 0x00000002, 0x00000000 }, + { 0x0000006f, &path_table_116, 0x00000002, 0x00000000 }, + { 0x0000006e, &path_table_117, 0x00000002, 0x00000000 }, + { 0x0000006d, &path_table_118, 0x00000002, 0x00000000 }, + { 0x0000006c, &path_table_119, 0x00000002, 0x00000000 }, + { 0x0000006b, &path_table_120, 0x00000002, 0x00000000 }, + { 0x0000006a, &path_table_121, 0x00000002, 0x00000000 }, + { 0x00000069, &path_table_122, 0x00000002, 0x00000000 }, + { 0x00000068, &path_table_123, 0x00000002, 0x00000000 }, + { 0x00000067, &path_table_124, 0x00000002, 0x00000000 }, + { 0x00000066, &path_table_125, 0x00000002, 0x00000000 }, + { 0x00000065, &path_table_126, 0x00000002, 0x00000000 }, + { 0x00000064, &path_table_127, 0x00000002, 0x00000000 }, + { 0x00000063, &path_table_128, 0x00000002, 0x00000000 }, + { 0x00000062, &path_table_129, 0x00000002, 0x00000000 }, + { 0x00000061, &path_table_130, 0x00000002, 0x00000000 }, + { 0x00000060, &path_table_131, 0x00000002, 0x00000000 }, + { 0x0000005f, &path_table_132, 0x00000002, 0x00000000 }, + { 0x0000005e, &path_table_133, 0x00000002, 0x00000000 }, + { 0x0000005d, &path_table_134, 0x00000002, 0x00000000 }, + { 0x0000005c, &path_table_135, 0x00000002, 0x00000000 }, + { 0x0000005b, &path_table_136, 0x00000002, 0x00000000 }, + { 0x0000005a, &path_table_137, 0x00000002, 0x00000000 }, + { 0x00000059, &path_table_138, 0x00000002, 0x00000000 }, + { 0x00000058, &path_table_139, 0x00000002, 0x00000000 }, + { 0x00000057, &path_table_140, 0x00000002, 0x00000000 }, + { 0x00000056, &path_table_141, 0x00000002, 0x00000000 }, + { 0x00000055, &path_table_142, 0x00000002, 0x00000000 }, + { 0x00000054, &path_table_143, 0x00000002, 0x00000000 }, + { 0x00000053, &path_table_144, 0x00000002, 0x00000000 }, + { 0x00000052, &path_table_145, 0x00000002, 0x00000000 }, + { 0x00000051, &path_table_146, 0x00000002, 0x00000000 }, + { 0x00000050, &path_table_147, 0x00000002, 0x00000000 }, + { 0x0000004f, &path_table_148, 0x00000002, 0x00000000 }, + { 0x0000004e, &path_table_149, 0x00000002, 0x00000000 }, + { 0x0000004d, &path_table_150, 0x00000002, 0x00000000 }, + { 0x0000004c, &path_table_151, 0x00000002, 0x00000000 }, + { 0x0000004b, &path_table_152, 0x00000002, 0x00000000 }, + { 0x0000004a, &path_table_153, 0x00000002, 0x00000000 }, + { 0x00000049, &path_table_154, 0x00000002, 0x00000000 }, + { 0x00000048, &path_table_155, 0x00000002, 0x00000000 }, + { 0x00000047, &path_table_156, 0x00000003, 0x00000000 }, + { 0x00000046, &path_table_157, 0x00000003, 0x00000000 }, + { 0x00000045, &path_table_158, 0x00000003, 0x00000000 }, + { 0x00000044, &path_table_159, 0x00000003, 0x00000000 }, + { 0x00000043, &path_table_160, 0x00000003, 0x00000000 }, + { 0x00000042, &path_table_161, 0x00000003, 0x00000000 }, + { 0x00000041, &path_table_162, 0x00000003, 0x00000000 }, + { 0x00000040, &path_table_163, 0x00000003, 0x00000000 }, + { 0x0000003f, &path_table_164, 0x00000003, 0x00000000 }, + { 0x0000003e, &path_table_165, 0x00000003, 0x00000000 }, + { 0x0000003d, &path_table_166, 0x00000003, 0x00000000 }, + { 0x0000003c, &path_table_167, 0x00000003, 0x00000000 }, + { 0x0000003b, &path_table_168, 0x00000003, 0x00000000 }, + { 0x0000003a, &path_table_169, 0x00000003, 0x00000000 }, + { 0x00000039, &path_table_170, 0x00000003, 0x00000000 }, + { 0x00000038, &path_table_171, 0x00000003, 0x00000000 }, + { 0x00000037, &path_table_172, 0x00000003, 0x00000000 }, + { 0x00000036, &path_table_173, 0x00000003, 0x00000000 }, + { 0x00000035, &path_table_174, 0x00000003, 0x00000000 }, + { 0x00000034, &path_table_175, 0x00000003, 0x00000000 }, + { 0x00000033, &path_table_176, 0x00000003, 0x00000000 }, + { 0x00000032, &path_table_177, 0x00000003, 0x00000000 }, + { 0x00000031, &path_table_178, 0x00000003, 0x00000000 }, + { 0x00000030, &path_table_179, 0x00000003, 0x00000000 }, + { 0x0000002f, &path_table_180, 0x00000003, 0x00000000 }, + { 0x0000002e, &path_table_181, 0x00000003, 0x00000000 }, + { 0x0000002d, &path_table_182, 0x00000003, 0x00000000 }, + { 0x0000002c, &path_table_183, 0x00000003, 0x00000000 }, + { 0x0000002b, &path_table_184, 0x00000003, 0x00000000 }, + { 0x0000002a, &path_table_185, 0x00000003, 0x00000000 }, + { 0x00000029, &path_table_186, 0x00000003, 0x00000000 }, + { 0x00000028, &path_table_187, 0x00000003, 0x00000000 }, + { 0x00000027, &path_table_188, 0x00000003, 0x00000000 }, + { 0x00000026, &path_table_189, 0x00000003, 0x00000000 }, + { 0x00000025, &path_table_190, 0x00000003, 0x00000000 }, + { 0x00000024, &path_table_191, 0x00000003, 0x00000000 }, + { 0x00000023, &path_table_192, 0x00000003, 0x00000000 }, + { 0x00000022, &path_table_193, 0x00000003, 0x00000000 }, + { 0x00000021, &path_table_194, 0x00000003, 0x00000000 }, + { 0x00000020, &path_table_195, 0x00000003, 0x00000000 }, + { 0x0000001f, &path_table_196, 0x00000003, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "PAD_nc8_stat_all_p", + "PAD_nc7_stat_all_p", + "PAD_nc6_stat_all_p", + "PAD_nc5_stat_all_p", + "PAD_nc4_stat_all_p", + "PAD_nc3_stat_all_p", + "PAD_nc2_stat_all_p", + "PAD_nc1_stat_all_p", + "PAD_m164_stat_all_p", + "PAD_m163_stat_all_p", + "PAD_m162_stat_all_p", + "PAD_m161_stat_all_p", + "PAD_m160_stat_all_p", + "PAD_m157_stat_all_p", + "PAD_m156_stat_all_p", + "PAD_m155_stat_all_p", + "PAD_m154_stat_all_p", + "PAD_m153_stat_all_p", + "PAD_m152_stat_all_p", + "PAD_m151_stat_all_p", + "PAD_m150_stat_all_p", + "PAD_m149_stat_all_p", + "PAD_m148_stat_all_p", + "PAD_m147_stat_all_p", + "PAD_m146_stat_all_p", + "PAD_m145_stat_all_p", + "PAD_m144_stat_all_p", + "PAD_m143_stat_all_p", + "PAD_m142_stat_all_p", + "PAD_m141_stat_all_p", + "PAD_m140_stat_all_p", + "PAD_m139_stat_all_p", + "PAD_m138_stat_all_p", + "PAD_m137_stat_all_p", + "PAD_m136_stat_all_p", + "PAD_m135_stat_all_p", + "PAD_nb11_stat_all_p", + "PAD_nb10_stat_all_p", + "PAD_nb9_stat_all_p", + "PAD_nb8_stat_all_p", + "PAD_nb7_stat_all_p", + "PAD_nb6_stat_all_p", + "PAD_nb5_stat_all_p", + "PAD_nb4_stat_all_p", + "PAD_nb3_stat_all_p", + "PAD_nb2_stat_all_p", + "PAD_nb1_stat_all_p", + "PAD_m134_stat_all_p", + "PAD_m133_stat_all_p", + "PAD_m132_stat_all_p", + "PAD_m131_stat_all_p", + "PAD_m130_stat_all_p", + "PAD_m129_stat_all_p", + "PAD_m128_stat_all_p", + "PAD_m127_stat_all_p", + "PAD_m126_stat_all_p", + "PAD_m125_stat_all_p", + "PAD_m124_stat_all_p", + "PAD_m123_stat_all_p", + "PAD_m122_stat_all_p", + "PAD_m121_stat_all_p", + "PAD_m120_stat_all_p", + "PAD_m119_stat_all_p", + "PAD_m118_stat_all_p", + "PAD_m117_stat_all_p", + "PAD_m116_stat_all_p", + "PAD_m115_stat_all_p", + "PAD_m114_stat_all_p", + "PAD_m113_stat_all_p", + "PAD_m112_stat_all_p", + "PAD_m111_stat_all_p", + "PAD_m110_stat_all_p", + "PAD_m109_stat_all_p", + "PAD_m108_stat_all_p", + "PAD_m107_stat_all_p", + "PAD_m106_stat_all_p", + "PAD_m105_stat_all_p", + "PAD_m104_stat_all_p", + "PAD_m103_stat_all_p", + "PAD_m102_stat_all_p", + "PAD_m101_stat_all_p", + "PAD_m100_stat_all_p", + "PAD_m99_stat_all_p", + "PAD_m98_stat_all_p", + "PAD_m97_stat_all_p", + "PAD_m96_stat_all_p", + "PAD_m95_stat_all_p", + "PAD_m94_stat_all_p", + "PAD_m93_stat_all_p", + "PAD_m92_stat_all_p", + "PAD_m91_stat_all_p", + "PAD_m81_stat_all_p", + "PAD_m80_stat_all_p", + "PAD_m79_stat_all_p", + "PAD_m78_stat_all_p", + "PAD_m77_stat_all_p", + "PAD_m76_stat_all_p", + "PAD_m75_stat_all_p", + "PAD_m74_stat_all_p", + "PAD_m73_stat_all_p", + "PAD_m72_stat_all_p", + "PAD_m71_stat_all_p", + "PAD_na13_stat_all_p", + "PAD_na12_stat_all_p", + "PAD_na11_stat_all_p", + "PAD_na10_stat_all_p", + "PAD_na9_stat_all_p", + "PAD_na8_stat_all_p", + "PAD_na7_stat_all_p", + "PAD_na6_stat_all_p", + "PAD_na5_stat_all_p", + "PAD_na4_stat_all_p", + "PAD_na3_stat_all_p", + "PAD_na2_stat_all_p", + "PAD_na1_stat_all_p", + "PAD_m70_stat_all_p", + "PAD_m69_stat_all_p", + "PAD_m68_stat_all_p", + "PAD_m67_stat_all_p", + "PAD_m66_stat_all_p", + "PAD_m65_stat_all_p", + "PAD_m64_stat_all_p", + "PAD_m63_stat_all_p", + "PAD_m62_stat_all_p", + "PAD_m61_stat_all_p", + "PAD_m60_stat_all_p", + "PAD_m59_stat_all_p", + "PAD_m58_stat_all_p", + "PAD_m57_stat_all_p", + "PAD_m56_stat_all_p", + "PAD_m55_stat_all_p", + "PAD_m54_stat_all_p", + "PAD_m53_stat_all_p", + "PAD_m52_stat_all_p", + "PAD_m51_stat_all_p", + "PAD_m50_stat_all_p", + "PAD_m49_stat_all_p", + "PAD_m48_stat_all_p", + "PAD_m47_stat_all_p", + "PAD_m46_stat_all_p", + "PAD_m45_stat_all_p", + "PAD_m44_stat_all_p", + "PAD_m43_stat_all_p", + "PAD_m42_stat_all_p", + "PAD_m41_stat_all_p", + "PAD_m40_stat_all_p", + "PAD_m39_stat_all_p", + "PAD_m38_stat_all_p", + "PAD_m37_stat_all_p", + "PAD_m36_stat_all_p", + "PAD_m35_stat_all_p", + "PAD_m34_stat_all_p", + "PAD_m33_stat_all_p", + "PAD_m32_stat_all_p", + "PAD_m31_stat_all_p", + "PAD_m30_stat_all_p", + "PAD_n12_stat_all_p", + "PAD_n11_stat_all_p", + "PAD_n10_stat_all_p", + "PAD_n9_stat_all_p", + "PAD_n8_stat_all_p", + "PAD_n7_stat_all_p", + "PAD_n6_stat_all_p", + "PAD_n5_stat_all_p", + "PAD_n4_stat_all_p", + "PAD_n3_stat_all_p", + "PAD_n2_stat_all_p", + "PAD_n1_stat_all_p", + "PAD_m29_stat_all_p", + "PAD_m28_stat_all_p", + "PAD_m27_stat_all_p", + "PAD_m26_stat_all_p", + "PAD_m25_stat_all_p", + "PAD_m24_stat_all_p", + "PAD_m23_stat_all_p", + "PAD_m22_stat_all_p", + "PAD_m21_stat_all_p", + "PAD_m20_stat_all_p", + "PAD_m19_stat_all_p", + "PAD_m18_stat_all_p", + "PAD_m17_stat_all_p", + "PAD_m16_stat_all_p", + "PAD_m15_stat_all_p", + "PAD_m14_stat_all_p", + "PAD_m13_stat_all_p", + "PAD_m12_stat_all_p", + "PAD_m11_stat_all_p", + "PAD_m10_stat_all_p", + "PAD_m9_stat_all_p", + "PAD_m8_stat_all_p", + "PAD_m7_stat_all_p", + "PAD_m6_stat_all_p", + "PAD_m5_stat_all_p", + "PAD_m4_stat_all_p", + "PAD_m3_stat_all_p", + "PAD_m2_stat_all_p", + "PAD_m1_stat_all_p", + NULL +}; + + +s32 path_set_0[] = { 4, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_17[] = { 0x9d000008, 0x00020003, 0x3c2330fd, 0x06010002, 0x239a0008, 0x00001700, 0x01000023, 0x02230204, 0xaead6865, 0x6c6c6f0a, 0x00023303, 0x30fd064c, 0x00c80f4c, 0x00500e95, 0x01b1b400, 0x070812b4, 0x0005dc0d, 0xb40004b0, 0x0cb40003, 0x840bb400, 0x02580ab4, 0x00012c09, 0x01330209, 0xb4000168, 0x23c38c09, 0x02230133, 0x020ab400, 0x029423c3, 0x8c0a0223, 0x0133020b, 0xb40003c0, 0x23c38c0b, 0x02230133, 0x020cb400, 0x04ec23c3, 0x8c0c0223, 0x0133020d, 0xb4000618, 0x23c38c0d, 0x02230133, 0x020e9601, 0x13c38c0e, 0x0213b094, 0x01013302, 0x0fc38c0f, 0x9a001000, 0x009a0020, 0x00000001, 0x02120300, 0x27011202, 0x279a0000, 0x01009a00, 0x1000001e, 0x00160220, 0x034c012c, 0x012f234d, 0xfd000f00, 0x16230120, 0x02234efd, 0x000f0016, 0x134c012c, 0x01021301, 0x27020103, 0x22010102, 0x06c38c30, 0x9a002000, 0x00020703, 0x01070400 }; +u32 ai_36[] = { 0x0238039c, 0x00000100, 0x00013802, 0x00035200, 0x50003b23, 0x01000223, 0xf323bd08, 0xff003604, 0x13000000, 0x0023ad54, 0x20666169, 0x6c0a0001, 0x0002239a, 0x00040000, 0xad542069, 0x6e69740a, 0x0003f323, 0xbd04ff00, 0x36040200, 0x00000123, 0x0223f323, 0xbd04ff00, 0x36040300, 0x00000123, 0x0223f323, 0xbd04ff00, 0x36040400, 0x00000123, 0x0223f323, 0xbd04ff00, 0x36040500, 0x00000123, 0x02230203, 0x0353008c, 0x003b059c, 0x00004000, 0x04010302, 0x04035300, 0x8c003b05, 0x59011300, 0x05021301, 0x0402059a, 0x00002000, 0x02010301, 0x01040000 }; +u32 ai_37[] = { 0x0200039c, 0x00008000, 0x23010002, 0x23ae0203, 0x03b40002, 0x58230103, 0x0223c38c, 0x1f650000, 0x189a8000, 0x0000f323, 0xbd10ff00, 0x06041600, 0x00000023, 0x02239a08, 0x000000b7, 0x00b4b9b5, 0x0205039c, 0x00000200, 0x1352012c, 0x00180802, 0x139c1000, 0x00001352, 0x00320018, 0x070213bb, 0x00002301, 0x0502239a, 0x40000000, 0x0303039c, 0x20000000, 0x13180008, 0x060213c3, 0x8c209a00, 0x800000c9, 0x00b6b802, 0x06030106, 0x0207039a, 0x10000000, 0xc38c32b7, 0x000f0105, 0x0208039a, 0x00000200, 0x01050400 }; +u32 ai_1[] = { 0x8e02ad68, 0x310a00ab, 0x000205fd, 0x04060400 }; +u32 ai_2[] = { 0x8e03ad68, 0x320a00ab, 0x000305fd, 0x04060400 }; +u32 ai_3[] = { 0x8e04ad68, 0x330a00ab, 0x000405fd, 0x04060400 }; +u32 ai_4[] = { 0x8e05ad68, 0x340a00ab, 0x000505fd, 0x04060400 }; +u32 ai_5[] = { 0x02238f00, 0x28900014, 0x8dbf3335, 0x8013bf00, 0xcf100000, 0x00002302, 0x13bf00cf, 0x10100000, 0x00230223, 0x00010201, 0x9c000020, 0x00039c00, 0x00800003, 0x05fd0408, 0x020305fd, 0x04090400 }; +u32 ai_7[] = { 0x1e232802, 0x03039c00, 0x00200034, 0x46342f23, 0x01030223, 0x14002100, 0x00230223, 0x0204039c, 0x00002000, 0x34463401, 0x0402349a, 0x00002000, 0x16000100, 0x00230223, 0x05fd0409, 0x04000000 }; +u32 ai_8[] = { 0x02353335, 0x503f2803, 0x023f2a03, 0x0203034c, 0x0096133c, 0x3602132f, 0x37010302, 0x363c2300, 0x01023703, 0x01350223, 0x02346d04, 0x0233350a, 0x231a0102, 0x23353223, 0x0e010223, 0x353c2313, 0x01022335, 0x50231301, 0x02233564, 0x23110102, 0x23359623, 0x12010223, 0x35c82314, 0x00010000, 0x01022315, 0x00010000, 0x01020103, 0x2f230101, 0x02233c23, 0x00030203, 0x03013502, 0x23030134, 0x020205fd, 0x04100400 }; +u32 ai_9[] = { 0x02353335, 0x503f2803, 0x023f2a03, 0xae020303, 0x9c000400, 0x00029c00, 0x10000013, 0x9c000800, 0x00020213, 0x032f374c, 0x0096133c, 0x360213b3, 0x00025813, 0x01350213, 0x2f370103, 0x02363c23, 0x00010237, 0x03013502, 0x2302349c, 0x00040000, 0x029c0010, 0x0000139c, 0x00080000, 0x02021333, 0x350a231a, 0x01022335, 0x32230e01, 0x0223353c, 0x23130102, 0x23355023, 0x13010223, 0x35642311, 0x01022335, 0x96231201, 0x022335c8, 0x23140001, 0x00000102, 0x23150001, 0x00000102, 0x01039d00, 0x4000002f, 0x23010102, 0x233c2300, 0x03020303, 0x01350223, 0x03013402, 0x0205fd04, 0x0f040000 }; +u32 ai_18[] = { 0x9d000008, 0x001e0001, 0x0203039c, 0x00002000, 0x0646062f, 0x23010302, 0x23170001, 0x00002302, 0x23c38c12, 0xae020403, 0x9c000020, 0x00064606, 0xb4000078, 0x23010402, 0x2359013d, 0xc38c13ae, 0x0205039c, 0x00010000, 0x13b40002, 0x58070213, 0xb40004b0, 0x069c0000, 0x20000646, 0x06590123, 0x01050223, 0x9a000040, 0x00c38c14, 0x0001023d, 0x9a000040, 0x00c38c33, 0x00010201, 0x0305fd04, 0x14010102, 0x069a0000, 0x2000c38c, 0x2205fd04, 0x150207c3, 0x8c219a00, 0x01000001, 0x05040000 }; +u32 ai_19[] = { 0xae023303, 0x9c000020, 0x00014601, 0xb4000a8c, 0x11b40009, 0x6010b400, 0x08340fb4, 0x0007080e, 0xb40005dc, 0x0db40004, 0xb00cb400, 0x03840bb4, 0x0002580a, 0xb400012c, 0x09013302, 0x09b40001, 0x6823c38c, 0x16022301, 0x33020a9a, 0x00000400, 0xb4000294, 0x23c38c17, 0x02230133, 0x020bb400, 0x03c023c3, 0x8c180223, 0x0133020c, 0xb40004ec, 0x23c38c19, 0x02230133, 0x020db400, 0x061823c3, 0x8c1a0223, 0x0133020e, 0xb4000744, 0x23c38c1b, 0x02230133, 0x020fb400, 0x087023c3, 0x8c1c0223, 0x01330210, 0xb400099c, 0x23c38c1d, 0x02230133, 0x0211b400, 0x0ac823c3, 0x8c1e0223, 0x00120133, 0x021205fd, 0x04150201, 0x9a000020, 0x009c0000, 0x040013c3, 0x8c220023, 0x0213c38c, 0x15002302, 0x2305fd04, 0x15040000 }; +u32 ai_20[] = { 0x9d000000, 0x10ab0032, 0x9a000080, 0x009c0000, 0x0400139a, 0x00020000, 0x02130238, 0x9c000020, 0x00131c23, 0x28000302, 0x131f2328, 0x0203034d, 0xfd001e23, 0x282d2f23, 0x01030223, 0x9a000020, 0x00013802, 0x2d3c2322, 0x02010301, 0x0102239a, 0x00002000, 0xab008b01, 0x38040000 }; +u32 ai_16[] = { 0xcd026c00, 0x000a0002, 0xffff0002, 0x06006500, 0x00160200, 0x03010004 }; +u32 ai_38[] = { 0x0230ae9c, 0x00002000, 0x039c0000, 0x8000039c, 0x00040000, 0x019c0010, 0x0000139c, 0x00080000, 0x010213ad, 0x210a0002, 0x23033106, 0x23001302, 0x2333353c, 0x23f313bd, 0x03ff00c4, 0x040b0000, 0x00001302, 0x23357823, 0xf313bd03, 0xff008104, 0x0b000000, 0x00130223, 0x35b423f3, 0x13bd03ff, 0x0024040b, 0x00000000, 0x130223f3, 0x13bd03ff, 0x0000040b, 0x00000000, 0x13021302, 0x23033107, 0x23001302, 0x2333353c, 0x23f313bd, 0x03ff00a3, 0x040c0000, 0x00001302, 0x23357823, 0xf313bd03, 0xff005904, 0x0c000000, 0x00130223, 0x35b423f3, 0x13bd03ff, 0x003a040c, 0x00000000, 0x130223f3, 0x13bd03ff, 0x0034040c, 0x00000000, 0x13021302, 0x23033108, 0x23001302, 0x2333353c, 0x23f313bd, 0x03ff00a2, 0x040d0000, 0x00001302, 0x23357823, 0xf313bd03, 0xff00cb04, 0x0d000000, 0x00130223, 0x35b423f3, 0x13bd03ff, 0x0036040d, 0x00000000, 0x130223f3, 0x13bd03ff, 0x00c0040d, 0x00000000, 0x13021302, 0x23033109, 0x23001302, 0x2333353c, 0x23f313bd, 0x03ff00d6, 0x040e0000, 0x00001302, 0x23357823, 0xf313bd03, 0xff009804, 0x0e000000, 0x00130223, 0x35b423f3, 0x13bd03ff, 0x006b040e, 0x00000000, 0x130223f3, 0x13bd03ff, 0x002a040e, 0x00000000, 0x13021300, 0x0102036d, 0x04010223, 0x03310223, 0x00130223, 0x33353c23, 0xf313bd04, 0xff00c404, 0x02000000, 0x00130223, 0x357823f3, 0x13bd04ff, 0x00810402, 0x00000000, 0x13022335, 0xb423f313, 0xbd04ff00, 0x24040200, 0x00000013, 0x0223f313, 0xbd04ff00, 0x00040200, 0x00000013, 0x02130223, 0x03310323, 0x00130223, 0x33353c23, 0xf313bd04, 0xff00a304, 0x03000000, 0x00130223, 0x357823f3, 0x13bd04ff, 0x00590403, 0x00000000, 0x13022335, 0xb423f313, 0xbd04ff00, 0x3a040300, 0x00000013, 0x0223f313, 0xbd04ff00, 0x34040300, 0x00000013, 0x02130223, 0x03310423, 0x00130223, 0x33353c23, 0xf313bd04, 0xff00a204, 0x04000000, 0x00130223, 0x357823f3, 0x13bd04ff, 0x00cb0404, 0x00000000, 0x13022335, 0xb423f313, 0xbd04ff00, 0x36040400, 0x00000013, 0x0223f313, 0xbd04ff00, 0xc0040400, 0x00000013, 0x02130223, 0x03310523, 0x00130223, 0x33353c23, 0xf313bd04, 0xff00d604, 0x05000000, 0x00130223, 0x357823f3, 0x13bd04ff, 0x00980405, 0x00000000, 0x13022335, 0xb423f313, 0xbd04ff00, 0x6b040500, 0x00000013, 0x0223f313, 0xbd04ff00, 0x2a040500, 0x00000013, 0x02130001, 0x020103b4, 0x00007823, 0x01010223, 0x01300400 }; +u32 ai_10[] = { 0x8e06ad72, 0x310a0005, 0xfd040704 }; +u32 ai_11[] = { 0x8e07ad72, 0x320a0005, 0xfd040704 }; +u32 ai_12[] = { 0x8e08ad72, 0x330a0005, 0xfd040704 }; +u32 ai_13[] = { 0x8e09ad72, 0x340a0005, 0xfd040704 }; +u32 ai_6[] = { 0x02238f00, 0x288dbf33, 0x358013bf, 0x00b80800, 0x00000023, 0x0213bf00, 0xb8081000, 0x00002302, 0x23c000d9, 0x00000000, 0x01000102, 0x0105fd04, 0x0a040000 }; +u32 ai_14[] = { 0x02381f00, 0xcd020303, 0x2f230103, 0x02234dfd, 0x001e00cd, 0x23013802, 0x2322ad67, 0x6f6e650a, 0x00020103, 0x01010400 }; +u32 ai_15[] = { 0x02381f00, 0x23020303, 0x2f230103, 0x02234dfd, 0x001e0023, 0x23013802, 0x2322ad67, 0x6f6e650a, 0x00020103, 0x01010400 }; +u32 ai_21[] = { 0x9d000008, 0x0002388e, 0x00020003, 0x0a001e00, 0x53005404, 0x104b001e, 0x23010002, 0x23c38c26, 0xae020303, 0xb4000078, 0x23010302, 0x239a2000, 0x00000a00, 0xa8003c00, 0x780010c3, 0x8c230201, 0x032f2301, 0x010223c3, 0x8c2405fd, 0x04170400 }; +u32 ai_22[] = { 0x0239039c, 0x00800000, 0x23001302, 0x23960123, 0x9a000008, 0x00ae9401, 0x00130223, 0xb300012c, 0x13c38c25, 0x05fd0418, 0x02134b00, 0x32232800, 0x02232900, 0x01390200, 0x039c0080, 0x0000014b, 0x0014032f, 0x01010002, 0x3a013902, 0x03080204, 0x039c0080, 0x0000014b, 0x00083b4c, 0x00280101, 0x04023b47, 0x403c48c0, 0x3c000502, 0x3c023d00, 0x05020503, 0x9c008000, 0x00012f06, 0x01050206, 0x01030201, 0x01390400 }; +u32 ai_23[] = { 0xae020503, 0xb4000078, 0x38010502, 0x381f0009, 0x0203036d, 0x043d0013, 0x023dd900, 0x00091302, 0x132f234d, 0xfd002800, 0x09230103, 0x02234dfd, 0x00280009, 0x23013802, 0x239a0100, 0x00001700, 0x01000000, 0x0200039c, 0x02000000, 0x23010002, 0x23210204, 0x03010404 }; +u32 ai_39[] = { 0x0203039c, 0x08000000, 0x00010302, 0x00033100, 0x239c0400, 0x00003d01, 0x00023d03, 0x03031800, 0x08080223, 0x9a004000, 0x00020103, 0x01010400 }; +u32 ai_40[] = { 0x0200039c, 0x01000000, 0x23010002, 0x236d0423, 0x01000223, 0x02030353, 0x01f40009, 0x23010302, 0x23f323bd, 0x1345000c, 0x041d0000, 0x001023ad, 0x4f206661, 0x696c0a00, 0x01030223, 0x9a020000, 0x00ad4f20, 0x696e6974, 0x0a0003f3, 0x23bd13ff, 0x000a041a, 0x00000010, 0x230223f3, 0x23bd13ff, 0x000b041b, 0x00000010, 0x230223f3, 0x23bd13ff, 0x000d041c, 0x00000010, 0x230223f3, 0x23bd13ff, 0x000e041c, 0x00000010, 0x230223f3, 0x23bd13ff, 0x000f041c, 0x00000010, 0x23022302, 0x04030104, 0x04000000 }; +u32 ai_28[] = { 0x9d000008, 0x008e0abf, 0x00cd0600, 0x00000023, 0x02231400, 0x21000000, 0x0200039c, 0x04000000, 0x23462330, 0xfd234b00, 0x96230100, 0x0223ae00, 0x33023303, 0x9c040000, 0x00014601, 0x30fd014c, 0x00fa0f95, 0x01b1b400, 0x096010b4, 0x0007080e, 0xb40005dc, 0x0db40004, 0xb00cb400, 0x03840bb4, 0x0002580a, 0xb400012c, 0x09013302, 0x09b40001, 0x6823c38c, 0x28022301, 0x33020ab4, 0x00029423, 0xc38c2902, 0x23013302, 0x0bb40003, 0xc023c38c, 0x2a022301, 0x33020cb4, 0x0004ec23, 0xc38c2b02, 0x23013302, 0x0db40006, 0x1823c38c, 0x2c022301, 0x33020eb4, 0x00074423, 0xc38c2d02, 0x23013302, 0x10b40009, 0x9c23c38c, 0x2f022301, 0x33020f96, 0x0113c38c, 0x2e0213b0, 0x94010133, 0x02019a04, 0x00000016, 0x00010000, 0x03020303, 0x2f230103, 0x022305fd, 0x041e0400 }; +u32 ai_24[] = { 0x8dbf3335, 0x8013bf00, 0xb8080000, 0x00002302, 0x13bf00b8, 0x08100000, 0x00230223, 0xc000d600, 0x00000023, 0x02231400, 0x24000000, 0x0200039c, 0x04000000, 0x23462330, 0xfd230100, 0x02239a04, 0x00000016, 0x00040000, 0x03020303, 0x2f230103, 0x022305fd, 0x041e0400 }; +u32 ai_25[] = { 0x8e0b05fd, 0x04190400 }; +u32 ai_26[] = { 0x8e0c05fd, 0x04190400 }; +u32 ai_27[] = { 0x8dbf3335, 0x8013bf00, 0xb8080000, 0x00002302, 0x13bf00b8, 0x08100000, 0x00230223, 0xc000d600, 0x00000023, 0x02231500, 0x21000000, 0x0200039c, 0x04000000, 0x23462330, 0xfd230100, 0x02239a04, 0x00000016, 0x00010000, 0x03020303, 0x2f230103, 0x022305fd, 0x041e0400 }; +u32 ai_29[] = { 0x02381500, 0x21000023, 0x02230316, 0x00010000, 0x23022302, 0x03032f23, 0x01030223, 0x01380400 }; +u32 ai_41[] = { 0x0200039c, 0x00800000, 0x23010002, 0x23a30100, 0x04000033, 0x351e2365, 0x0100cd00, 0x03022335, 0x3c236501, 0x00d60003, 0x0223355a, 0x23650100, 0xd0000302, 0x23357823, 0x650100c8, 0x00030223, 0x35962365, 0x0100cb00, 0x03022335, 0xb4236501, 0x00c40003, 0x022335d2, 0x23650100, 0xd5000302, 0x2335f023, 0x650100c2, 0x00030223, 0x650100c0, 0x0203036d, 0x04045500, 0xb3230103, 0x0223c38c, 0x27010302, 0x04030104, 0x04000000 }; +u32 ai_0[] = { 0xad627272, 0x6d206272, 0x726d0a00, 0x02000301, 0x00040000 }; +u32 ai_42[] = { 0x023803eb, 0x3e550016, 0x23013802, 0x23ecd700, 0xda020303, 0xdc230103, 0x0223310a, 0x299c0400, 0x00002905, 0xfd042002, 0x29d205fd, 0x0001023e, 0x05fd0001, 0x04000000 }; +u32 ai_31[] = { 0xf12305fd, 0x000f0223, 0xddeaed03, 0x0303d502, 0x00010000, 0xdbf40000, 0xffdf03df, 0x0405f804, 0x21a10a00, 0x00040005, 0x0a0422a1, 0x0b000004, 0x00050b04, 0x23a10c00, 0x00040005, 0x0c042402, 0x01030101, 0x04000000 }; +u32 ai_32[] = { 0xd9fd0010, 0x2302230a, 0x006bffff, 0xffff0610, 0xae020303, 0xb400012c, 0x23010302, 0x23da0204, 0x03dc2301, 0x040223d2, 0x02010301, 0x01040000 }; +u32 ai_33[] = { 0xd9fd0011, 0x2302230a, 0x0052ffff, 0xffff0610, 0x02010301, 0x01040000 }; +u32 ai_34[] = { 0xd9fd0014, 0x2302230a, 0x0028ffff, 0xffff0610, 0x02010301, 0x01040000 }; +u32 ai_35[] = { 0xd9fd0013, 0x23022315, 0x00210000, 0x230223ae, 0x020303b4, 0x00010e23, 0x01030223, 0x08022302, 0x01030101, 0x04000000 }; +u32 ai_30[] = { 0xae020303, 0xb4000000, 0x23010302, 0x230a0061, 0xffff00af, 0x04100201, 0x03010104 }; +u32 ai_43[] = { 0x020303cf, 0x23010302, 0x2305f804, 0x1f020103, 0x01010400 }; +u32 ai_44[] = { 0x0200039c, 0x40000000, 0x23010002, 0x23ae0204, 0x03ad4932, 0x0a00b400, 0x025810b4, 0x0001680f, 0xb400012c, 0x0eb40000, 0xb40db400, 0x00780cb4, 0x00003c0b, 0xb4000000, 0x0a010402, 0x0aad5431, 0x0a00a40b, 0x00020000, 0x5f0ba40c, 0x00020000, 0x5f0c0104, 0x020ba400, 0x00020000, 0x5f00a40d, 0x00020000, 0x5f0da40e, 0x00020000, 0x5f0e0104, 0x020ca40f, 0x00020000, 0x5f0fa410, 0x00020000, 0x5f100104, 0x020d0104, 0x020e0104, 0x020f0104, 0x0210ad43, 0x4c0a0005, 0xfd000104 }; +u32 ai_45[] = { 0xa0010010, 0x00000302, 0x3303f700, 0x23013302, 0x239a0020, 0x000005fd, 0x00010400 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x0000041b }, + /* index = 27 */ + { &ai_27, 0x0000041c }, + /* index = 28 */ + { &ai_28, 0x0000041d }, + /* index = 29 */ + { &ai_29, 0x0000041e }, + /* index = 30 */ + { &ai_30, 0x0000041f }, + /* index = 31 */ + { &ai_31, 0x00000420 }, + /* index = 32 */ + { &ai_32, 0x00000421 }, + /* index = 33 */ + { &ai_33, 0x00000422 }, + /* index = 34 */ + { &ai_34, 0x00000423 }, + /* index = 35 */ + { &ai_35, 0x00000424 }, + /* index = 36 */ + { &ai_36, 0x00001000 }, + /* index = 37 */ + { &ai_37, 0x00001001 }, + /* index = 38 */ + { &ai_38, 0x00001002 }, + /* index = 39 */ + { &ai_39, 0x00001003 }, + /* index = 40 */ + { &ai_40, 0x00001004 }, + /* index = 41 */ + { &ai_41, 0x00001005 }, + /* index = 42 */ + { &ai_42, 0x00001006 }, + /* index = 43 */ + { &ai_43, 0x00001007 }, + /* index = 44 */ + { &ai_44, 0x00001008 }, + /* index = 45 */ + { &ai_45, 0x00001009 }, + /* index = 46 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/j/UsetuptraZ.c b/assets/obseg/setup/j/UsetuptraZ.c new file mode 100644 index 0000000..9a8c298 --- /dev/null +++ b/assets/obseg/setup/j/UsetuptraZ.c @@ -0,0 +1,1842 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:22 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetuptraZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-116.0f, 29.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, -0.034894f}, "p889a2", 0 }, + { {-203.0f, 29.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p983a", 0 }, + { {-158.0f, 29.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, -0.034898f}, "p979a", 0 }, + { {-78.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, -0.034898f}, "p884a2", 0 }, + { {-120.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, -0.034894f}, "p889a1", 0 }, + { {-632.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.707106f, 0.0f, 0.707108f}, "p471b", 0 }, + { {-647.0f, 29.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258818f}, "p607b", 0 }, + { {-564.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {0.966152f, 0.0f, 0.257974f}, "p502b2", 0 }, + { {-566.0f, 29.0f, -26.0f}, {0.0f, 1.0f, 0.0f}, {0.999755f, 0.0f, -0.02214f}, "p502b1", 0 }, + { {-528.0f, 29.0f, -25.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p502b1", 0 }, + { {-485.0f, 29.0f, -5.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p498b1", 0 }, + { {-502.0f, 29.0f, -51.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p498b2", 0 }, + { {-437.0f, 29.0f, -51.0f}, {0.0f, 1.0f, 0.0f}, {0.82566f, 0.0f, 0.564168f}, "p498b2", 0 }, + { {-419.0f, 29.0f, -50.0f}, {0.0f, 1.0f, 0.0f}, {-0.043774f, 0.0f, 0.999041f}, "p498b2", 0 }, + { {-363.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {0.055241f, 0.0f, -0.998473f}, "p505b2", 0 }, + { {-356.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001136f}, "p505b2", 0 }, + { {-322.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {0.999895f, 0.0f, 0.014489f}, "p505b2", 0 }, + { {-313.0f, 29.0f, -32.0f}, {0.0f, 1.0f, 0.0f}, {0.971308f, 0.0f, 0.237824f}, "p505b1", 0 }, + { {-278.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.98581f, 0.0f, 0.167866f}, "p510b", 0 }, + { {-279.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {0.951057f, 0.0f, -0.309016f}, "p510b", 0 }, + { {-1084.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3647c", 0 }, + { {-1055.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3476c2", 0 }, + { {-980.0f, 29.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3394c2", 0 }, + { {-1018.0f, 29.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3435c2", 0 }, + { {-960.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2525c", 0 }, + { {-938.0f, 29.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {3e-06, 0.0f, -1.0f}, "p3590c2", 0 }, + { {-942.0f, 29.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {3e-06, 0.0f, -1.0f}, "p3590c2", 0 }, + { {-860.0f, 29.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {-0.529918f, 0.0f, -0.848049f}, "p2938c2", 0 }, + { {-864.0f, 29.0f, -19.0f}, {0.0f, 1.0f, 0.0f}, {0.390733f, 0.0f, -0.920504f}, "p2938c2", 0 }, + { {-820.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {-0.601814f, 0.0f, -0.798636f}, "p3353c2", 0 }, + { {-807.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2429c", 0 }, + { {-827.0f, 29.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {0.587786f, 0.0f, -0.809016f}, "p3353c2", 0 }, + { {-743.0f, 29.0f, -20.0f}, {0.0f, 1.0f, 0.0f}, {-0.258818f, 0.0f, -0.965926f}, "p2791c1", 0 }, + { {-713.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p2699c", 0 }, + { {-1525.0f, 29.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2752d1", 0 }, + { {-1508.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2932d", 0 }, + { {-1554.0f, 29.0f, -43.0f}, {0.0f, 1.0f, 0.0f}, {-0.707108f, 0.0f, 0.707106f}, "p2815d", 0 }, + { {-1409.0f, 29.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2640d1", 0 }, + { {-1483.0f, 29.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2711d2", 0 }, + { {-1403.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2640d2", 0 }, + { {-1326.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2538d2", 0 }, + { {-1419.0f, 29.0f, -7.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3011d", 0 }, + { {-1330.0f, 29.0f, -36.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2538d1", 0 }, + { {-1343.0f, 29.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3028d", 0 }, + { {-1269.0f, 29.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3113d", 0 }, + { {-1249.0f, 29.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-0.258821f, 0.0f, 0.965925f}, "p2435d2", 0 }, + { {-1303.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3105d", 0 }, + { {-1248.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.139172f, 0.0f, 0.990268f}, "p2435d2", 0 }, + { {-1292.0f, 29.0f, -40.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2476d1", 0 }, + { {-1225.0f, 29.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3121d", 0 }, + { {-1213.0f, 29.0f, -40.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2394d1", 0 }, + { {-1197.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3119d", 0 }, + { {-2041.0f, 29.0f, -33.0f}, {0.0f, 1.0f, 0.0f}, {0.707098f, 0.0f, 0.707116f}, "p820e1", 0 }, + { {-2002.0f, 29.0f, -32.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p922e", 0 }, + { {-2000.0f, 29.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p827e", 0 }, + { {-1955.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {0.866026f, 0.0f, -0.499999f}, "p838e", 0 }, + { {-1956.0f, 29.0f, -40.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p842e2", 0 }, + { {-1901.0f, 29.0f, -44.0f}, {0.0f, 1.0f, 0.0f}, {0.965925f, 0.0f, 0.258821f}, "p848e1", 0 }, + { {-1826.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p867e", 0 }, + { {-1824.0f, 29.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p874e", 0 }, + { {-1797.0f, 29.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {0.499999f, 0.0f, 0.866026f}, "p885e2", 0 }, + { {-1751.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p889e2", 0 }, + { {-1734.0f, 29.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, -0.707106f}, "p890e2", 0 }, + { {-1697.0f, 29.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p893e1", 0 }, + { {-1666.0f, 29.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p898e2", 0 }, + { {-1659.0f, 29.0f, -24.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p917e", 0 }, + { {-1631.0f, 29.0f, -43.0f}, {0.0f, 1.0f, 0.0f}, {0.866024f, 0.0f, 0.500002f}, "p901e", 0 }, + { {-2234.0f, 29.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, 0.034901f}, "p1738f", 0 }, + { {-2141.0f, 29.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1734f2", 0 }, + { {-2154.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1728f1", 0 }, + { {-2233.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {0.987688f, 0.0f, 0.156436f}, "p1742f", 0 }, + { {-2407.0f, 29.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {0.981434f, 0.0f, -0.191802f}, "p1841f2", 0 }, + { {-2408.0f, 29.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {0.999974f, 0.0f, 0.007245f}, "p1840f2", 0 }, + { {-2352.0f, 29.0f, -41.0f}, {0.0f, 1.0f, 0.0f}, {0.866025f, 0.0f, 0.500001f}, "p3320f2", 0 }, + { {-2338.0f, 29.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {0.258818f, 0.0f, 0.965926f}, "p3316f2", 0 }, + { {-2110.0f, -1.0f, 61.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p2914f", 0 }, + { {-2078.0f, -1.0f, 44.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p2914f", 0 }, + { {-1945.0f, -1.0f, 64.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3424f2", 0 }, + { {-1773.0f, -1.0f, 27.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3424f1", 0 }, + { {-1732.0f, -1.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3424f2", 0 }, + { {-2053.0f, -1.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3424f1", 0 }, + { {-2328.0f, 29.0f, -17.0f}, {0.0f, 1.0f, 0.0f}, {0.258818f, 0.0f, 0.965926f}, "p3322f2", 0 }, + { {-2320.0f, 29.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3316f1", 0 }, + { {-2291.0f, 29.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1852f1", 0 }, + { {-4124.0f, 47.0f, 43.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3120f2", 0 }, + { {-2492.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1759f", 0 }, + { {-2330.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3316f1", 0 }, + { {-2176.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1732f", 0 }, + { {-2235.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1740f", 0 }, + { {-2120.0f, 47.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1728f2", 0 }, + { {-2174.0f, 47.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1728f1", 0 }, + { {-2203.0f, 47.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1737f", 0 }, + { {-2176.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1735f2", 0 }, + { {-2093.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1725f", 0 }, + { {-2256.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3325f", 0 }, + { {-2372.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1840f1", 0 }, + { {-2452.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1754f2", 0 }, + { {-2416.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1840f2", 0 }, + { {-2254.0f, 17.0f, 43.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2908f", 0 }, + { {-2157.0f, 17.0f, 40.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2913f", 0 }, + { {-1697.0f, 17.0f, 43.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3424f2", 0 }, + { {-2486.0f, 47.0f, 41.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2911f", 0 }, + { {-3327.0f, 47.0f, 36.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3110f2", 0 }, + { {-3088.0f, 47.0f, 40.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3105f2", 0 }, + { {-2764.0f, 47.0f, 42.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3075f1", 0 }, + { {-2109.0f, 17.0f, 30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2914f", 0 }, + { {-2052.0f, 17.0f, 60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3424f1", 0 }, + { {-1614.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p909e1", 0 }, + { {-1633.0f, 47.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707106f}, "p960e", 0 }, + { {-1648.0f, 47.0f, -23.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, -0.707106f}, "p917e", 0 }, + { {-1677.0f, 47.0f, -45.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p898e2", 0 }, + { {-1695.0f, 47.0f, -45.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p895e2", 0 }, + { {-1802.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p885e2", 0 }, + { {-1822.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p860e1", 0 }, + { {-1826.0f, 47.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p867e", 0 }, + { {-1827.0f, 47.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p874e", 0 }, + { {-1840.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p858e1", 0 }, + { {-1857.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p855e2", 0 }, + { {-1970.0f, 47.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p836e2", 0 }, + { {-1985.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p828e", 0 }, + { {-2022.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p914e", 0 }, + { {-2015.0f, 47.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707106f}, "p923e", 0 }, + { {-2032.0f, 47.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, -0.707106f}, "p823e", 0 }, + { {-2049.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p818e2", 0 }, + { {-1577.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2832d", 0 }, + { {-1567.0f, 47.0f, -14.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2829d", 0 }, + { {-1556.0f, 47.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2814d", 0 }, + { {-1523.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2933d", 0 }, + { {-1523.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2752d1", 0 }, + { {-1483.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2711d1", 0 }, + { {-1483.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2925d", 0 }, + { {-1444.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2917d", 0 }, + { {-1444.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2670d1", 0 }, + { {-1405.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2640d1", 0 }, + { {-1405.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3011d", 0 }, + { {-1367.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2589d1", 0 }, + { {-1367.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3019d", 0 }, + { {-1327.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2538d1", 0 }, + { {-1327.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3027d", 0 }, + { {-1289.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2476d1", 0 }, + { {-1289.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3104d", 0 }, + { {-1250.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2435d1", 0 }, + { {-1249.0f, 47.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3112d", 0 }, + { {-1210.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2394d1", 0 }, + { {-1209.0f, 47.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3120d", 0 }, + { {-1178.0f, 47.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2295d", 0 }, + { {-1164.0f, 47.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2311d", 0 }, + { {-1180.0f, 47.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2307d", 0 }, + { {-1150.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2316d2", 0 }, + { {-685.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2719c2", 0 }, + { {-701.0f, 47.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2714c", 0 }, + { {-712.0f, 47.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2698c", 0 }, + { {-712.0f, 47.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2710c", 0 }, + { {-744.0f, 47.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2446c", 0 }, + { {-744.0f, 47.0f, -32.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2791c1", 0 }, + { {-783.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2438c", 0 }, + { {-783.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3312c1", 0 }, + { {-822.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2430c", 0 }, + { {-822.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3353c1", 0 }, + { {-861.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2540c", 0 }, + { {-861.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2938c1", 0 }, + { {-900.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2532c", 0 }, + { {-899.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3539c1", 0 }, + { {-940.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2524c", 0 }, + { {-939.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3590c1", 0 }, + { {-979.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2617c", 0 }, + { {-978.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3394c1", 0 }, + { {-1018.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2625c", 0 }, + { {-1017.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3435c1", 0 }, + { {-1057.0f, 47.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2633c", 0 }, + { {-1056.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3476c1", 0 }, + { {-1090.0f, 47.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3658c", 0 }, + { {-1090.0f, 47.0f, -25.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3646c", 0 }, + { {-1101.0f, 47.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3662c", 0 }, + { {-244.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p602b", 0 }, + { {-275.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p510b", 0 }, + { {-296.0f, 47.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p505b1", 0 }, + { {-324.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p505b1", 0 }, + { {-363.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p505b2", 0 }, + { {-386.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p498b1", 0 }, + { {-422.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p498b1", 0 }, + { {-420.0f, 47.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707106f}, "p498b2", 0 }, + { {-456.0f, 47.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p498b2", 0 }, + { {-530.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p502b1", 0 }, + { {-591.0f, 47.0f, -24.0f}, {0.0f, 1.0f, 0.0f}, {0.719339f, 0.0f, 0.694659f}, "p502b2", 0 }, + { {-647.0f, 47.0f, -32.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -1e-06}, "p471b", 0 }, + { {117.0f, 45.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p885a1", 0 }, + { {-207.0f, 45.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p982a", 0 }, + { {-2351.0f, 29.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1750f2", 0 }, + { {-2274.0f, 29.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2361f", 0 }, + { {-2217.0f, 29.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1740f", 0 }, + { {-2267.0f, 29.0f, -38.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1852f1", 0 }, + { {-2325.0f, 29.0f, -26.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3316f1", 0 }, + { {-2225.0f, 29.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1741f", 0 }, + { {-2307.0f, 29.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1852f1", 0 }, + { {-2242.0f, 29.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2913f", 0 }, + { {-2441.0f, 58.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3083f", 0 }, + { {-2745.0f, 15.0f, 25.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3075f1", 0 }, + { {-2141.0f, 29.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1735f2", 0 }, + { {-2116.0f, 29.0f, -45.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1728f2", 0 }, + { {-2166.0f, 29.0f, -43.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1728f1", 0 }, + { {-3387.0f, 29.0f, 41.0f}, {0.0f, 1.0f, 0.0f}, {-0.963234f, 0.0f, 0.268665f}, "p3110f1", 0 }, + { {-3402.0f, 29.0f, 53.0f}, {0.0f, 1.0f, 0.0f}, {-0.493712f, 0.0f, -0.869625f}, "p3110f1", 0 }, + { {-3413.0f, 29.0f, 28.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3111f1", 0 }, + { {-2990.0f, 29.0f, 24.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3099f1", 0 }, + { {-2956.0f, 29.0f, 41.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3099f1", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-206.0f, 25.0f, -47.0f}, {-0.000132f, 1.0f, 5.4e-05}, {0.920328f, 0.000101f, 0.391148f}, "p983a", 0, {-7.477708f, 7.870174f, -0.001118f, 13.000985f, -2.254748f, 3.176387f} }, + { {-61.0f, 26.0f, -30.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p884a2", 0, {-9.020431f, 9.025547f, -0.000599f, 17.000479f, -8.022992f, 10.022985f} }, + { {37.0f, 26.0f, -30.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a1", 0, {-9.020429f, 9.025549f, -0.000599f, 17.000479f, -8.021973f, 10.024004f} }, + { {56.0f, 26.0f, -12.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a1", 0, {-9.020431f, 9.025549f, -0.000599f, 17.000479f, -8.022992f, 10.024004f} }, + { {56.0f, 26.0f, -28.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p964a1", 0, {-8.020435f, 9.025547f, -0.000599f, 17.000479f, -8.022992f, 10.020428f} }, + { {-16.0f, 26.0f, -24.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a2", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-8.0f, 26.0f, -43.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a2", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {149.0f, 26.0f, -46.0f}, {-2.7e-05, 1.0f, -5.4e-05}, {0.444971f, 6e-05, 0.895545f}, "p885a1", 0, {-8.921829f, 8.966662f, -0.00059f, 17.000483f, -8.071114f, 9.817374f} }, + { {168.0f, 26.0f, -14.0f}, {1.8e-05, 1.0f, -5.7e-05}, {-0.306668f, 6e-05, 0.951817f}, "p886a1", 0, {-9.581789f, 8.936646f, -0.000618f, 17.000486f, -8.131411f, 10.342731f} }, + { {192.0f, 26.0f, -11.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p886a1", 0, {-9.020431f, 8.02555f, -0.000599f, 17.000479f, -8.020434f, 10.022985f} }, + { {192.0f, 26.0f, -30.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p886a1", 0, {-9.017874f, 8.025553f, -0.000599f, 17.00042f, -7.020438f, 10.024004f} }, + { {56.0f, 43.0f, -13.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a1", 0, {-9.017874f, 9.028104f, -0.000659f, 18.00042f, -7.022995f, 11.022982f} }, + { {56.0f, 43.0f, -30.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a1", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {147.0f, 43.0f, -44.0f}, {-7e-06, 1.0f, 5.9e-05}, {0.12787f, 6e-05, -0.991791f}, "p885a1", 0, {-8.95729f, 9.468771f, -0.000653f, 18.000431f, -7.22837f, 10.878529f} }, + { {-8.0f, 43.0f, -44.0f}, {-2e-06, 1.0f, -6e-05}, {0.033878f, 6e-05, 0.999426f}, "p964a2", 0, {-8.757685f, 9.265865f, -0.000581f, 18.00046f, -7.690502f, 9.72431f} }, + { {-18.0f, 43.0f, -23.0f}, {-5.8e-05, 1.0f, -1.5e-05}, {0.966883f, 6e-05, 0.255219f}, "p964a2", 0, {-9.32037f, 8.863924f, -0.000605f, 18.000475f, -7.882304f, 10.071289f} }, + { {-96.0f, 26.0f, -46.0f}, {-5.8e-05, 1.0f, 1.7e-05}, {0.961004f, 6e-05, -0.276534f}, "p889a1", 0, {-9.188374f, 9.215837f, -0.00059f, 17.000477f, -7.950836f, 9.872844f} }, + { {-94.0f, 26.0f, -16.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p889a1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-56.0f, 26.0f, -12.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p884a1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-175.0f, 43.0f, -12.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p980a", 0, {-9.020431f, 9.025549f, -0.000599f, 18.000479f, -8.022992f, 10.024064f} }, + { {-175.0f, 26.0f, -11.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p980a", 0, {-8.017877f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.021446f} }, + { {-135.0f, 26.0f, -27.0f}, {-4.3e-05, 1.0f, -4.1e-05}, {0.719988f, 6e-05, 0.693987f}, "p889a2", 0, {-9.767818f, 8.639855f, -0.000624f, 17.00052f, -8.665853f, 10.435803f} }, + { {214.0f, 33.0f, -24.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p892a2", 0, {-1.0f, 1.0f, -4.0f, 15.0f, -8.0f, 28.0f} }, + { {-214.0f, 33.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p272a2", 0, {-1.0f, 1.0f, -2.0f, 17.0f, -8.0f, 28.0f} }, + { {-296.0f, 26.0f, -27.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p505b1", 0, {-8.017877f, 9.028104f, -0.000659f, 17.00042f, -7.022995f, 11.020424f} }, + { {-338.0f, 26.0f, -47.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002526f}, "p505b2", 0, {-9.017653f, 9.025234f, -0.000599f, 17.00042f, -7.022711f, 10.02372f} }, + { {-330.0f, 26.0f, -12.0f}, {0.0f, 1.0f, 6e-05}, {0.002526f, 6e-05, -0.999997f}, "p505b1", 0, {-9.017653f, 9.025234f, -0.000599f, 17.00042f, -7.022711f, 10.02372f} }, + { {-348.0f, 26.0f, -12.0f}, {0.0f, 1.0f, 6e-05}, {0.002526f, 6e-05, -0.999997f}, "p505b1", 0, {-9.017653f, 9.025234f, -0.000599f, 17.00042f, -7.022711f, 10.02372f} }, + { {-385.0f, 26.0f, -28.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-403.0f, 26.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b2", 0, {-8.017877f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.021446f} }, + { {-403.0f, 26.0f, -31.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p498b1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-446.0f, 26.0f, -34.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b2", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-454.0f, 26.0f, -15.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b1", 0, {-9.020429f, 9.025549f, -0.000599f, 17.000479f, -8.021973f, 10.024004f} }, + { {-503.0f, 26.0f, -11.0f}, {2.7e-05, 1.0f, 5.4e-05}, {-0.444971f, 6e-05, -0.895545f}, "p498b2", 0, {-9.41163f, 8.521691f, -0.00059f, 17.000483f, -8.070095f, 9.863222f} }, + { {-522.0f, 26.0f, -43.0f}, {-1.8e-05, 1.0f, 5.7e-05}, {0.306668f, 6e-05, -0.951817f}, "p498b2", 0, {-9.729392f, 8.4391f, -0.000618f, 17.000443f, -7.370472f, 10.343749f} }, + { {-545.0f, 26.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p502b2", 0, {-8.017877f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.021446f} }, + { {-545.0f, 26.0f, -28.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p502b1", 0, {-8.020432f, 9.025549f, -0.000599f, 17.000479f, -8.021973f, 10.021446f} }, + { {-595.0f, 26.0f, -43.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p502b2", 0, {-9.020431f, 9.025549f, -0.000599f, 17.000479f, -8.022992f, 10.024004f} }, + { {-614.0f, 26.0f, -47.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p606b", 0, {-8.020435f, 9.025547f, -0.000599f, 17.000479f, -8.022992f, 10.020428f} }, + { {-612.0f, 26.0f, -9.0f}, {1e-06, 1.0f, 6e-05}, {-0.011466f, 6e-05, -0.999934f}, "p606b", 0, {-9.114071f, 9.079675f, -0.000607f, 17.000427f, -7.102736f, 10.103557f} }, + { {-630.0f, 26.0f, -11.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p607b", 0, {-9.020429f, 9.025549f, -0.000599f, 17.000479f, -8.021973f, 10.024004f} }, + { {-348.0f, 43.0f, -12.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p505b1", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {-404.0f, 43.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b2", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {-403.0f, 43.0f, -29.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b1", 0, {-8.020432f, 9.025549f, -0.000599f, 18.000479f, -8.021913f, 10.021506f} }, + { {-500.0f, 43.0f, -13.0f}, {7e-06, 1.0f, -5.9e-05}, {-0.12787f, 6e-05, 0.991791f}, "p498b2", 0, {-9.758868f, 8.349112f, -0.000617f, 18.000423f, -7.101578f, 10.33377f} }, + { {-452.0f, 43.0f, -9.0f}, {2e-06, 1.0f, 6e-05}, {-0.033878f, 6e-05, -0.999426f}, "p498b1", 0, {-8.757685f, 9.231986f, -0.000618f, 18.00044f, -7.300888f, 10.300244f} }, + { {-443.0f, 43.0f, -35.0f}, {5.8e-05, 1.0f, 1.5e-05}, {-0.966883f, 6e-05, -0.255219f}, "p498b2", 0, {-9.065151f, 9.614846f, -0.00063f, 18.000416f, -6.91542f, 10.54355f} }, + { {-595.0f, 43.0f, -45.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p502b2", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {-615.0f, 43.0f, -47.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p606b", 0, {-9.017874f, 8.025553f, -0.000599f, 18.00042f, -7.020438f, 10.024064f} }, + { {-262.0f, 26.0f, -12.0f}, {5.8e-05, 1.0f, -1.7e-05}, {-0.961004f, 6e-05, 0.276534f}, "p603b", 0, {-9.084435f, 9.492371f, -0.00059f, 17.000532f, -8.91184f, 9.872844f} }, + { {-263.0f, 26.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p602b", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-302.0f, 26.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p505b1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-652.0f, 25.0f, -47.0f}, {-0.000132f, 1.0f, 5.4e-05}, {0.920328f, 0.000101f, 0.391148f}, "p614b", 0, {-7.477708f, 7.870174f, -0.001118f, 13.000985f, -2.254748f, 3.176387f} }, + { {-232.0f, 33.0f, -24.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p536b1", 0, {-1.0f, 1.0f, -4.0f, 15.0f, -8.0f, 28.0f} }, + { {-660.0f, 33.0f, -24.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p535b2", 0, {-1.0f, 1.0f, -4.0f, 15.0f, -8.0f, 28.0f} }, + { {-1106.0f, 25.0f, -49.0f}, {-0.000165f, 1.0f, 3.3e-05}, {0.742843f, 0.000101f, 0.669466f}, "p3661c", 0, {-7.281676f, 7.210056f, -0.001256f, 13.001124f, -2.45773f, 3.871349f} }, + { {-703.0f, 34.0f, -24.0f}, {-0.707113f, 0.0f, -0.7071f}, {2e-06, 1.0f, -3e-06}, "p2687c1", 0, {-9.2e-05, 0.707262f, -0.707124f, 14.142139f, -9.0f, 28.000008f} }, + { {-739.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2441c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-778.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2433c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-817.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2425c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-856.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2535c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-895.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2527c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-934.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2519c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-974.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2612c2", 0, {-1.0f, 1.0f, -1.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1013.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2620c2", 0, {-1.0f, 1.0f, -1.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1052.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2628c2", 0, {-1.0f, 1.0f, -1.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1101.0f, 34.0f, -24.0f}, {0.7071f, 0.0f, -0.707114f}, {1e-06, 1.0f, 2e-06}, "p3635c2", 0, {-7e-05, 0.00016f, -4e-06, 14.142148f, -9.000007f, 28.000002f} }, + { {-678.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3282c1", 0, {-1.0f, 1.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-1125.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3669c2", 0, {-1.0f, 0.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-848.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2536c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-872.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2542c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-887.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2528c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-911.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2534c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-950.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2526c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-926.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2520c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-1163.0f, 25.0f, -10.0f}, {0.000165f, 1.0f, -3.3e-05}, {-0.742843f, 0.000101f, -0.669466f}, "p2310d", 0, {-7.281674f, 7.952898f, -0.00129f, 13.001125f, -3.127199f, 3.871352f} }, + { {-1168.0f, 34.0f, -34.0f}, {-0.7071f, 0.0f, 0.707114f}, {-1e-06, 1.0f, -2e-06}, "p2284d2", 0, {-7e-05, 0.70726f, -0.707118f, 14.142148f, -9.000007f, 28.000004f} }, + { {-1216.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3115d1", 0, {0.0f, 1.0f, -2.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1255.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3107d1", 0, {0.0f, 1.0f, -2.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1294.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3099d1", 0, {0.0f, 1.0f, -2.0f, 11.0f, -8.999999f, 29.999998f} }, + { {-1333.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3022d1", 0, {0.0f, 1.0f, -2.0f, 11.0f, -8.999999f, 29.999998f} }, + { {-1372.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3014d1", 0, {0.0f, 1.0f, -2.0f, 11.0f, -8.999999f, 29.999998f} }, + { {-1410.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3006d1", 0, {0.0f, 1.0f, -3.0f, 10.0f, -8.999999f, 29.999998f} }, + { {-1449.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2912d1", 0, {0.0f, 1.0f, -3.0f, 10.0f, -8.999999f, 29.999998f} }, + { {-1488.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2920d1", 0, {0.0f, 1.0f, -3.0f, 10.0f, -8.999999f, 29.999998f} }, + { {-1528.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2928d1", 0, {0.0f, 1.0f, -2.0f, 11.0f, -8.999999f, 29.999998f} }, + { {-1566.0f, 34.0f, -34.0f}, {0.707113f, 0.0f, 0.7071f}, {-2e-06, 1.0f, 3e-06}, "p2803d1", 0, {-0.707206f, 0.707262f, -0.707124f, 13.435039f, -9.000003f, 28.000008f} }, + { {-1143.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2282c2", 0, {-1.0f, 0.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-1591.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2837d2", 0, {-1.0f, 1.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-1421.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3013d", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1397.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3007d", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1382.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3021d", 0, {-1.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1358.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3015d", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1343.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3029d", 0, {-1.0f, 8.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1319.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3023d", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1676.0f, 26.0f, -27.0f}, {8e-05, 1.0f, 0.0f}, {-0.999997f, 8e-05, -0.002558f}, "p915e", 0, {-4.010217f, 5.012774f, -0.000399f, 12.00032f, -4.012775f, 5.011173f} }, + { {-1704.0f, 26.0f, -13.0f}, {8e-05, 1.0f, 0.0f}, {-0.999997f, 8e-05, -0.002558f}, "p893e1", 0, {-5.010214f, 4.012778f, -0.000399f, 12.00032f, -4.010217f, 5.01373f} }, + { {-1781.0f, 26.0f, -47.0f}, {9.3e-05, 1.0f, 0.0f}, {-0.999997f, 9.3e-05, -0.002558f}, "p885e2", 0, {-6.010211f, 5.017891f, -0.000652f, 17.000372f, -4.012775f, 7.016907f} }, + { {-1749.0f, 26.0f, -31.0f}, {2.2e-05, 1.0f, 0.0f}, {-0.999999f, 2.2e-05, -0.00119f}, "p889e1", 0, {-9.020216f, 10.027353f, -0.000513f, 15.000379f, -17.011883f, 23.011023f} }, + { {-1862.0f, 26.0f, -12.0f}, {6.2e-05, 1.0f, 6.2e-05}, {-0.705296f, 8.7e-05, -0.708913f}, "p852e1", 0, {-4.962389f, 5.671305f, -0.000493f, 15.000431f, -4.961082f, 5.643677f} }, + { {-1911.0f, 26.0f, -27.0f}, {2.2e-05, 1.0f, 0.0f}, {-0.999999f, 2.2e-05, -0.00119f}, "p848e1", 0, {-9.019027f, 10.028543f, -0.000535f, 15.000356f, -16.011885f, 24.011023f} }, + { {-1984.0f, 26.0f, -33.0f}, {8e-05, 1.0f, 0.0f}, {-0.999997f, 8e-05, -0.002558f}, "p922e", 0, {-5.010214f, 5.015332f, -0.000479f, 12.00032f, -4.012775f, 6.013727f} }, + { {-1762.0f, 41.0f, -32.0f}, {1.4e-05, 1.0f, 8e-06}, {-0.864744f, 1.6e-05, -0.502213f}, "p889e2", 0, {-4.742767f, 5.550993f, -8.1e-05, 2.00007f, -4.380237f, 5.048812f} }, + { {-2040.0f, 25.0f, -12.0f}, {0.0f, 1.0f, 0.000143f}, {0.707425f, 0.000101f, -0.706789f}, "p821e2", 0, {-7.779129f, 7.78108f, -0.001143f, 13.001001f, -2.12482f, 3.540344f} }, + { {-1636.0f, 34.0f, -25.0f}, {-0.707117f, 0.0f, -0.707096f}, {0.0f, 1.0f, 0.0f}, "p904e1", 0, {-2.1e-05, 0.707284f, -2.121331f, 12.020805f, -9.0f, 28.000002f} }, + { {-1688.0f, 34.0f, -39.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p785e2", 0, {-1.0f, 1.0f, -1.0f, 14.0f, -9.0f, 28.000002f} }, + { {-1815.0f, 34.0f, -35.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p789e1", 0, {-1.0f, 1.0f, -2.0f, 13.0f, -9.0f, 28.000002f} }, + { {-1851.0f, 34.0f, -36.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p788e1", 0, {-1.0f, 0.0f, -1.0f, 14.0f, -9.0f, 28.000002f} }, + { {-1978.0f, 34.0f, -20.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p829e2", 0, {-1.0f, 0.0f, 0.0f, 14.0f, -9.0f, 28.000002f} }, + { {-2029.0f, 34.0f, -33.0f}, {0.707117f, 0.0f, 0.707096f}, {0.0f, 1.0f, 0.0f}, "p830e2", 0, {-4.2e-05, 0.707284f, -2.828427f, 12.020805f, -9.0f, 28.000002f} }, + { {-1832.0f, 34.0f, -41.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p863e1", 0, {0.0f, 1.0f, -1.0f, 14.0f, -9.0f, 28.000002f} }, + { {-1832.0f, 34.0f, -17.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p873e", 0, {-1.0f, 0.0f, -1.0f, 14.0f, -9.0f, 28.000002f} }, + { {-1609.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p909e1", 0, {-1.0f, 1.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-2056.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p817e1", 0, {-1.0f, 0.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-2123.0f, 26.0f, -13.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p1735f1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-2207.0f, 26.0f, -47.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p1741f", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-2158.0f, 26.0f, -26.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p1734f2", 0, {-9.020431f, 8.025553f, -0.000599f, 17.000479f, -8.020434f, 10.024004f} }, + { {-2157.0f, 43.0f, -27.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p1734f2", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {-2457.0f, 26.0f, -48.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p1755f", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-2083.0f, 25.0f, -46.0f}, {8.6e-05, 1.0f, -0.000114f}, {-0.990331f, 0.000101f, 0.138722f}, "p1725f", 0, {-7.783928f, 7.507796f, -0.001169f, 13.000998f, -2.10011f, 4.082084f} }, + { {-1957.0f, -10.0f, 40.0f}, {3e-05, 1.0f, -5.2e-05}, {-0.501337f, 6e-05, 0.865252f}, "p3424f1", 0, {-8.74159f, 9.61448f, -0.000648f, 18.000399f, -6.647171f, 10.844722f} }, + { {-2059.0f, -5.0f, 33.0f}, {0.5f, 0.866025f, -6e-05}, {-0.002185f, 0.001331f, 0.999997f}, "p2914f", 0, {-8.948635f, 9.453748f, -0.536497f, 16.954962f, -8.024107f, 10.023065f} }, + { {-2076.0f, -10.0f, 23.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p2914f", 0, {-9.017874f, 9.028104f, -0.000659f, 18.00042f, -7.022995f, 11.022982f} }, + { {-2156.0f, -10.0f, 59.0f}, {-4.2e-05, 1.0f, -4.3e-05}, {0.700142f, 6e-05, 0.714003f}, "p2914f", 0, {-8.554181f, 9.295907f, -0.000632f, 18.00047f, -7.866821f, 10.515994f} }, + { {-2138.0f, -6.0f, 54.0f}, {0.356063f, 0.866025f, -0.351026f}, {0.700408f, 0.001331f, 0.713742f}, "p2914f", 0, {-8.837726f, 9.435511f, 0.753244f, 18.062859f, -7.216122f, 9.972371f} }, + { {-1937.0f, -7.0f, 33.0f}, {0.258819f, 0.965926f, -6e-05}, {-0.002455f, 0.00072f, 0.999997f}, "p3424f1", 0, {-9.231401f, 8.959118f, -0.827824f, 17.317793f, -8.02181f, 10.023501f} }, + { {-1999.0f, -10.0f, 44.0f}, {-5.2e-05, 1.0f, 3e-05}, {0.866797f, 6e-05, -0.498662f}, "p3424f1", 0, {-8.537441f, 9.273714f, -0.000614f, 18.00045f, -7.540118f, 10.272113f} }, + { {-2012.0f, -7.0f, 28.0f}, {-0.224174f, 0.965926f, -0.129358f}, {0.502124f, 0.00072f, -0.864795f}, "p3424f1", 0, {-8.798953f, 9.986011f, -0.561223f, 17.464705f, -6.904684f, 10.350908f} }, + { {-2013.0f, -10.0f, 60.0f}, {1.5e-05, 1.0f, -5.8e-05}, {-0.261207f, 6e-05, 0.965283f}, "p3424f1", 0, {-9.369044f, 8.92618f, -0.000602f, 18.00047f, -7.823304f, 10.017233f} }, + { {-2264.0f, 30.0f, -7.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {2.999997f, 3.999998f, -4.000002f, -4.000002f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -15.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p1746f", 0, {-3e-06, 0.999998f, -4.000001f, -4.0f, -3.0f, -1.0f} }, + { {-2256.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1846f", 0, {-6.000003f, -5.000003f, -3.999997f, -3.999997f, -2.999999f, -1.999999f} }, + { {-2263.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1852f1", 0, {-2.000003f, -1.000003f, -4.0f, -3.999999f, -3.0f, -2.0f} }, + { {-2262.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p3325f", 0, {-3.000003f, -2.000003f, -3.999999f, -3.999998f, -3.0f, -2.0f} }, + { {-2260.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1848f", 0, {-4.000003f, -2.000003f, -3.999999f, -3.999998f, -3.0f, -1.999999f} }, + { {-2259.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1848f", 0, {-5.000003f, -4.000003f, -3.999998f, -3.999997f, -2.999999f, -1.999999f} }, + { {-2257.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1846f", 0, {-5.000003f, -4.000003f, -3.999998f, -3.999997f, -2.999999f, -1.999999f} }, + { {-2264.0f, 30.0f, -13.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {-3e-06, 1.999998f, -4.000001f, -4.0f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -12.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {0.999997f, 2.999998f, -4.000002f, -4.000001f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -10.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {1.999997f, 2.999998f, -4.000002f, -4.000001f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -9.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {2.999997f, 3.999998f, -4.000002f, -4.000002f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -15.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p1746f", 0, {-3.000004f, -1.000004f, -4.0f, -3.999998f, 12.999999f, 14.0f} }, + { {-2264.0f, 30.0f, -7.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-5.000004f, -4.000004f, -3.999998f, -3.999997f, 12.999999f, 13.999999f} }, + { {-2264.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1852f1", 0, {0.999996f, 2.999996f, -4.000002f, -4.000001f, 14.0f, 15.0f} }, + { {-2256.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1846f", 0, {4.999996f, 5.999996f, -4.000004f, -4.000003f, 14.0f, 15.000001f} }, + { {-2258.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1848f", 0, {3.999996f, 4.999996f, -4.000003f, -4.000002f, 14.0f, 15.0f} }, + { {-2260.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1848f", 0, {3.999996f, 4.999996f, -4.000003f, -4.000002f, 14.0f, 15.0f} }, + { {-2261.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1848f", 0, {2.999996f, 3.999996f, -4.000002f, -4.000002f, 14.0f, 15.0f} }, + { {-2263.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1852f1", 0, {1.999996f, 3.999996f, -4.000002f, -4.000001f, 14.0f, 15.0f} }, + { {-2264.0f, 30.0f, -9.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-5.000004f, -4.000004f, -3.999998f, -3.999997f, 12.999999f, 13.999999f} }, + { {-2264.0f, 30.0f, -10.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-4.000004f, -3.000004f, -3.999998f, -3.999998f, 12.999999f, 13.999999f} }, + { {-2264.0f, 30.0f, -12.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-4.000004f, -2.000004f, -3.999999f, -3.999998f, 12.999999f, 14.0f} }, + { {-2264.0f, 30.0f, -13.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-3.000004f, -1.000004f, -4.0f, -3.999998f, 12.999999f, 14.0f} }, + { {-2324.0f, 41.0f, -16.0f}, {0.000116f, 1.0f, 3.1e-05}, {-0.965261f, 0.00012f, -0.261289f}, "p3322f1", 0, {-2.69278f, 6.517147f, -0.999436f, 8.001699f, -14.196135f, -4.723844f} }, + { {-2338.0f, 41.0f, -16.0f}, {6e-06, 1.0f, 2.3e-05}, {-0.253763f, 2.4e-05, -0.967266f}, "p3322f2", 0, {-14.66719f, -5.454266f, -0.999844f, 1.000263f, -11.084858f, -6.612649f} }, + { {-2169.0f, 33.0f, -37.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1476f2", 0, {0.0f, 1.0f, 0.0f, 14.0f, -8.0f, 28.0f} }, + { {-2247.0f, 33.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1743f2", 0, {-1.0f, 1.0f, -1.0f, 15.0f, -8.0f, 28.0f} }, + { {-2433.0f, 33.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1749f1", 0, {0.0f, 1.0f, -1.0f, 15.0f, -8.0f, 28.0f} }, + { {-2502.0f, 33.0f, -23.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1761f1", 0, {-1.0f, 1.0f, -3.0f, 16.0f, -8.0f, 29.0f} }, + { {-2194.0f, 33.0f, -21.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1740f", 0, {-1.0f, 1.0f, -19.0f, 36.0f, -8.0f, 36.0f} }, + { {-2370.0f, 33.0f, -21.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1840f1", 0, {-1.0f, 1.0f, -19.0f, 36.0f, -8.0f, 36.0f} }, + { {-2298.0f, 40.0f, -4.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2361f", 0, {2.0f, 4.0f, 0.0f, 40.0f, 0.0f, 21.000002f} }, + { {-2354.0f, 40.0f, -7.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3321f1", 0, {5.0f, 7.0f, -4.0f, 36.0f, 0.0f, 21.000002f} }, + { {-2331.0f, 40.0f, -43.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3320f1", 0, {14.0f, 16.0f, -13.0f, 26.999998f, 0.0f, 21.000002f} }, + { {-2272.0f, 40.0f, -43.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3324f", 0, {14.0f, 16.0f, -14.0f, 25.999998f, 0.0f, 21.000002f} }, + { {-2209.0f, 40.0f, -43.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1741f", 0, {14.0f, 16.0f, -13.0f, 26.999998f, 0.0f, 21.000002f} }, + { {-2235.0f, 40.0f, -4.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1737f", 0, {2.0f, 4.0f, -1.0f, 39.0f, 0.0f, 21.000002f} }, + { {-2265.0f, 26.0f, -4.0f}, {-1.0f, 0.0f, 6.2e-05}, {0.0f, 0.0f, -1.0f}, "p2361f", 0, {0.999996f, 2.000001f, -16.000685f, -1.999875f, -2.0f, 11.000001f} }, + { {-2074.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p926e2", 0, {-1.0f, 0.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-2101.0f, 33.0f, -21.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1723f", 0, {-1.0f, 1.0f, -19.0f, 36.0f, -8.0f, 36.0f} }, + { {-2178.0f, 40.0f, -4.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1735f2", 0, {2.0f, 4.0f, 0.0f, 40.0f, 0.0f, 21.000002f} }, + { {-2611.0f, 17.0f, 24.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005231f, 2.4e-05, -0.999986f}, "p3079f2", 0, {-2.921496f, 2.099359f, -1.000447f, 0.999647f, 14.989309f, 19.015455f} }, + { {-3047.0f, 41.0f, 27.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005231f, 2.4e-05, -0.999986f}, "p3099f2", 0, {-2.010434f, 2.010434f, -1.000047f, 1.000047f, -2.010458f, 2.010458f} }, + { {-3008.0f, 75.0f, 22.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005231f, 2.4e-05, -0.999986f}, "p3099f1", 0, {-2.75411f, 1.266759f, -1.001199f, 0.998895f, 46.994102f, 51.01502f} }, + { {-3238.0f, 8.0f, 30.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005231f, 2.4e-05, -0.999986f}, "p3107f1", 0, {-1.764585f, 3.25627f, -1.001152f, 0.998942f, 44.983665f, 49.009815f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 36893, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 36894, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 36895, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 36896, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 36897, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 36898, 0, + /* Type = ObjectiveDestroyObject; index = 6 */ + _mkword(0, _mkshort(0, 25)), 8, + /* Type = ObjectiveDestroyObject; index = 7 */ + _mkword(0, _mkshort(0, 25)), 9, + /* Type = ObjectiveDestroyObject; index = 8 */ + _mkword(0, _mkshort(0, 25)), 10, + /* Type = ObjectiveDestroyObject; index = 9 */ + _mkword(0, _mkshort(0, 25)), 11, + /* Type = ObjectiveDestroyObject; index = 10 */ + _mkword(0, _mkshort(0, 25)), 12, + /* Type = ObjectiveDestroyObject; index = 11 */ + _mkword(0, _mkshort(0, 25)), 13, + /* Type = ObjectiveEnd; index = 12 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 13 */ + _mkword(0, _mkshort(0, 23)), 1, 36899, 0, + /* Type = ObjectiveCompleteCondition; index = 14 */ + _mkword(0, _mkshort(0, 26)), 32768, + /* Type = ObjectiveFailCondition; index = 15 */ + _mkword(0, _mkshort(0, 27)), 16384, + /* Type = ObjectiveEnd; index = 16 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 17 */ + _mkword(0, _mkshort(0, 23)), 2, 36900, 1, + /* Type = ObjectiveCompleteCondition; index = 18 */ + _mkword(0, _mkshort(0, 26)), 65536, + /* Type = ObjectiveEnd; index = 19 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 20 */ + _mkword(0, _mkshort(0, 23)), 3, 36901, 2, + /* Type = ObjectiveCompleteCondition; index = 21 */ + _mkword(0, _mkshort(0, 26)), 131072, + /* Type = ObjectiveEnd; index = 22 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 23 */ + _mkword(0, _mkshort(0, 23)), 4, 36902, 0, + /* Type = ObjectiveCompleteCondition; index = 24 */ + _mkword(0, _mkshort(0, 26)), 1048576, + /* Type = ObjectiveEnd; index = 25 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Collectable; index = 26 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 188), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 27 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0xffff), 0, 0, + /* Type = Collectable; index = 28 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 189), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 29 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0xffff), 0, 0, + /* Type = Collectable; index = 30 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 190), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 31 */ + _mkword(0, _mkshort(0, 22)), _mkword(17, 0xffff), 0, 0, + /* Type = Collectable; index = 32 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 191), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 33 */ + _mkword(0, _mkshort(0, 22)), _mkword(18, 0xffff), 0, 0, + /* Type = Collectable; index = 34 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 192), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 35 */ + _mkword(0, _mkshort(0, 22)), _mkword(19, 0xffff), 0, 0, + /* Type = Collectable; index = 36 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 193), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 37 */ + _mkword(0, _mkshort(0, 22)), _mkword(20, 0xffff), 0, 0, + /* Type = Collectable; index = 38 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 194), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 39 */ + _mkword(0, _mkshort(0, 22)), _mkword(21, 0xffff), 0, 0, + /* Type = Collectable; index = 40 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 198), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 41 */ + _mkword(0, _mkshort(0, 22)), _mkword(43, 0xffff), 0, 0, + /* Type = Collectable; index = 42 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 199), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 43 */ + _mkword(0, _mkshort(0, 22)), _mkword(44, 0xffff), 0, 0, + /* Type = Collectable; index = 44 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 200), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 45 */ + _mkword(0, _mkshort(0, 22)), _mkword(45, 0xffff), 0, 0, + /* Type = Collectable; index = 46 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 195), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 47 */ + _mkword(0, _mkshort(0, 22)), _mkword(22, 0xffff), 0, 0, + /* Type = Collectable; index = 48 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 196), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 49 */ + _mkword(0, _mkshort(0, 22)), _mkword(23, 0xffff), 0, 0, + /* Type = Collectable; index = 50 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 197), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 51 */ + _mkword(0, _mkshort(0, 22)), _mkword(24, 0xffff), 0, 0, + /* Type = Collectable; index = 52 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 10171), 0x03521008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 53 */ + _mkword(0, _mkshort(0, 22)), _mkword(25, 0xffff), 0, 0, + /* Type = Collectable; index = 54 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 10172), 0x03521008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 55 */ + _mkword(0, _mkshort(0, 22)), _mkword(26, 0xffff), 0, 0, + /* Type = Collectable; index = 56 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 10173), 0x03521008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 57 */ + _mkword(0, _mkshort(0, 22)), _mkword(27, 0xffff), 0, 0, + /* Type = Collectable; index = 58 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 10174), 0x03521008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 59 */ + _mkword(0, _mkshort(0, 22)), _mkword(28, 0xffff), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10009), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10010), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 62 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10008), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 63 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10007), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 64 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10013), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 65 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10003), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 66 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10011), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 67 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10004), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 68 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10012), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 69 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10002), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 70 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10006), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 71 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10014), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 72 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10018), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 73 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10001), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 74 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10017), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 75 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10016), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 76 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10021), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 77 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10020), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 78 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10019), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 79 */ + _mkword(256, _mkshort(0, 8)), _mkword(197, 65535), 0x00008000, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0e, 0xff), 0xffff), 0, + /* Type = Collectable; index = 80 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 65534), 0x00008000, 0x000000d0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 81 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10024), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 82 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10025), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 83 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10026), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 84 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10027), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 85 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10028), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 86 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10029), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 87 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10030), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 88 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10033), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 89 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10034), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 90 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10035), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 91 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10036), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 92 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10037), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 93 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10038), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 94 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10039), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 95 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10040), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 96 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10041), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 97 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10042), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 98 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10043), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 99 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10031), 0x040001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(4000, 0), 0, 0, + /* Type = StandardProp; index = 100 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10032), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 101 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10044), 0x040001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 102 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10045), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 103 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10046), 0x040001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 104 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10049), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 105 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10050), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 106 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10051), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 107 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10114), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 108 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10115), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 109 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10116), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 110 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10117), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 111 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10120), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 112 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10121), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 113 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10122), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 114 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10123), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 115 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10124), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 116 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10125), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 117 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10126), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 118 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10127), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 119 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10128), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 120 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0001), 0, 0, + /* Type = StandardProp; index = 121 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10000), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 122 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = StandardProp; index = 123 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10052), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 124 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = StandardProp; index = 125 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10055), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 126 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0x0001), 0, 0, + /* Type = StandardProp; index = 127 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10075), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 128 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0x0001), 0, 0, + /* Type = StandardProp; index = 129 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10103), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 130 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0x0001), 0, 0, + /* Type = StandardProp; index = 131 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10119), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 132 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10100), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 133 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10098), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 134 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 2), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 135 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 3), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 136 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 4), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 137 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 5), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 138 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 6), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 139 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 7), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 140 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 8), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 141 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 15), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 142 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 16), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 143 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 17), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 144 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 19), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 145 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 20), _mkword(17, 1031), 0x009fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 146 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 21), _mkword(17, 1031), 0x00a3ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 147 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 24), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 148 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 30), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 149 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 29), _mkword(17, 1031), 0x00a3ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 150 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 31), _mkword(17, 1031), 0x00a3ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 151 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 32), _mkword(17, 1031), 0x009fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 152 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 33), _mkword(17, 1031), 0x00a9ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 153 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 34), _mkword(17, 1031), 0x0088ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 154 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 38), _mkword(17, 1031), 0x0088ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 155 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 36), _mkword(17, 1031), 0x007fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 156 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 40), _mkword(17, 1031), 0x008cffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 157 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 124), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 158 */ + _mkword(0, _mkshort(0, 9)), _mkword(42, 44), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 159 */ + _mkword(0, _mkshort(0, 9)), _mkword(43, 45), _mkword(17, 1031), 0x007fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 160 */ + _mkword(0, _mkshort(0, 9)), _mkword(45, 47), _mkword(17, 1031), 0x007fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 161 */ + _mkword(0, _mkshort(0, 9)), _mkword(46, 48), _mkword(17, 1031), 0x008cffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 162 */ + _mkword(0, _mkshort(0, 9)), _mkword(47, 49), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 163 */ + _mkword(0, _mkshort(0, 9)), _mkword(65, 0), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 164 */ + _mkword(0, _mkshort(0, 9)), _mkword(67, 69), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 165 */ + _mkword(0, _mkshort(0, 9)), _mkword(66, 83), _mkword(4, 1041), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 166 */ + _mkword(0, _mkshort(0, 9)), _mkword(68, 82), _mkword(4, 1041), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Key; index = 167 */ + _mkword(256, _mkshort(0, 4)), _mkword(243, 66), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 4, + /* Type = Rename; index = 168 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 82, 36903, 36904, 36905, 36906, 36907, 0, 0, + /* Type = Guard; index = 169 */ + _mkword(0, _mkshort(0, 9)), _mkword(50, 75), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 170 */ + _mkword(0, _mkshort(0, 9)), _mkword(51, 76), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 171 */ + _mkword(0, _mkshort(0, 9)), _mkword(55, 80), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 172 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 173 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 174 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 175 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 176 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 177 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 178 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 179 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 180 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 181 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 182 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 183 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 184 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 185 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 186 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 187 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 188 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 189 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 190 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 191 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 192 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 193 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 194 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 195 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 196 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 197 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 198 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 199 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 200 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 201 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 202 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 203 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 204 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 205 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 206 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 207 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 208 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 43), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 209 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 44), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 210 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 45), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 211 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 46), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 212 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 47), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 213 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 48), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 214 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 49), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 215 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 50), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 216 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 51), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 217 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 52), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 218 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 53), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 219 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 54), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 220 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 55), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 221 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 56), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 222 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 57), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 223 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 58), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 224 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 59), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 225 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 60), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 226 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 61), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 227 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 62), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 228 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 63), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 229 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 64), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 230 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 231 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 67), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 232 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 68), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 233 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 68), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 234 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 66), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 235 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 66), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Hat; index = 236 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 237 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 238 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 239 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 240 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 241 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 242 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 243 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 244 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 245 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 246 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 247 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 248 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 249 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 250 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 251 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 252 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 253 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 254 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 255 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 256 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 257 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 258 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 259 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 260 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 261 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 262 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 263 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 264 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 265 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 266 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 267 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 268 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 269 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 270 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 271 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 272 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 43), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 273 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 44), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 274 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 45), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 275 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 46), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 276 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 47), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 277 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 48), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 278 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 49), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 279 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 50), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 280 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 51), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 281 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 52), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 282 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 53), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 283 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 54), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 284 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 55), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 285 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 56), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 286 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 57), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 287 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 58), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 288 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 59), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 289 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 60), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 290 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 61), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 291 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 62), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 292 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 63), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 293 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 64), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 294 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 65), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 295 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 66), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 296 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 67), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 297 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 68), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 298 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 23), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 299 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 53), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 300 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 54), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 301 */ + _mkword(0, _mkshort(0, 22)), _mkword(30, 0x0001), 0, 0, + /* Type = Door; index = 302 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 56), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 303 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 67), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 304 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 68), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 305 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 87), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 306 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 88), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 307 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 112), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 308 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 113), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 309 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 168), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 310 */ + _mkword(0, _mkshort(0, 22)), _mkword(31, 0x0001), 0, 0, + /* Type = Door; index = 311 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 57), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 312 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 58), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 313 */ + _mkword(0, _mkshort(0, 22)), _mkword(32, 0x0001), 0, 0, + /* Type = Door; index = 314 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 59), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 315 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 60), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 316 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 61), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 317 */ + _mkword(0, _mkshort(0, 22)), _mkword(33, 0x0001), 0, 0, + /* Type = Door; index = 318 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 62), 0x40000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 319 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 63), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 320 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 64), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 321 */ + _mkword(0, _mkshort(0, 22)), _mkword(34, 0x0001), 0, 0, + /* Type = Door; index = 322 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 65), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 323 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 66), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 324 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 76), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 325 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 77), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 326 */ + _mkword(0, _mkshort(0, 22)), _mkword(35, 0x0001), 0, 0, + /* Type = Door; index = 327 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 78), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 328 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 79), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 329 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 80), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 330 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 81), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 331 */ + _mkword(0, _mkshort(0, 22)), _mkword(36, 0x0001), 0, 0, + /* Type = Door; index = 332 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 82), 0x40000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 333 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 83), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 334 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 84), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 335 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 85), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 336 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 86), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 337 */ + _mkword(0, _mkshort(0, 22)), _mkword(37, 0x0001), 0, 0, + /* Type = Door; index = 338 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 104), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 339 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 105), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 340 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 106), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 341 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 107), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 342 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 108), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 343 */ + _mkword(0, _mkshort(0, 22)), _mkword(38, 0x0001), 0, 0, + /* Type = Door; index = 344 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 109), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 345 */ + _mkword(0, _mkshort(0, 22)), _mkword(14, 0x0001), 0, 0, + /* Type = Door; index = 346 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 156), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000004, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 347 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 157), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 348 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 158), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000001, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 349 */ + _mkword(0, _mkshort(0, 22)), _mkword(39, 0x0001), 0, 0, + /* Type = Door; index = 350 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 110), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 351 */ + _mkword(0, _mkshort(0, 22)), _mkword(40, 0x0001), 0, 0, + /* Type = Door; index = 352 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 111), 0x10000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 353 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Door; index = 354 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 169), 0xc2000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000888, 0x00000888, 0x00000bf2, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 355 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = Door; index = 356 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 160), 0xc2000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 357 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = Door; index = 358 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 161), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 359 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = Door; index = 360 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 162), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 361 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = Door; index = 362 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 163), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 363 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = Door; index = 364 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 164), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 365 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0x0001), 0, 0, + /* Type = Door; index = 366 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 165), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 367 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = Door; index = 368 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 166), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 369 */ + _mkword(0, _mkshort(0, 22)), _mkword(46, 0x0001), 0, 0, + /* Type = Door; index = 370 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 170), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 371 */ + _mkword(256, _mkshort(0, 1)), _mkword(177, 167), 0x41020000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000041, 0x00000006, 0x00010000, 0x00010000, 0x00010000, _mkword(0, 8), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = StandardProp; index = 372 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10129), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 373 */ + _mkword(0, _mkshort(0, 38)), -2, -1, 0, + /* Type = StandardProp; index = 374 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10140), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 375 */ + _mkword(0, _mkshort(0, 38)), -4, -1, 0, + /* Type = StandardProp; index = 376 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10139), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 377 */ + _mkword(0, _mkshort(0, 38)), -6, -1, 0, + /* Type = StandardProp; index = 378 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10138), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 379 */ + _mkword(0, _mkshort(0, 38)), -8, -1, 0, + /* Type = StandardProp; index = 380 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10137), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 381 */ + _mkword(0, _mkshort(0, 38)), -10, -1, 0, + /* Type = StandardProp; index = 382 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10146), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 383 */ + _mkword(0, _mkshort(0, 38)), -12, -1, 0, + /* Type = StandardProp; index = 384 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10132), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 385 */ + _mkword(0, _mkshort(0, 38)), -14, -1, 0, + /* Type = StandardProp; index = 386 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10133), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 387 */ + _mkword(0, _mkshort(0, 38)), -16, -1, 0, + /* Type = StandardProp; index = 388 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10134), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 389 */ + _mkword(0, _mkshort(0, 38)), -18, -1, 0, + /* Type = StandardProp; index = 390 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10135), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 391 */ + _mkword(0, _mkshort(0, 38)), -20, -1, 0, + /* Type = StandardProp; index = 392 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10136), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 393 */ + _mkword(0, _mkshort(0, 38)), -22, -1, 0, + /* Type = StandardProp; index = 394 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10147), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 395 */ + _mkword(0, _mkshort(0, 38)), -24, -1, 0, + /* Type = StandardProp; index = 396 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10141), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 397 */ + _mkword(0, _mkshort(0, 38)), -26, -1, 0, + /* Type = StandardProp; index = 398 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10152), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 399 */ + _mkword(0, _mkshort(0, 38)), -28, -1, 0, + /* Type = StandardProp; index = 400 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10151), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 401 */ + _mkword(0, _mkshort(0, 38)), -30, -1, 0, + /* Type = StandardProp; index = 402 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10150), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 403 */ + _mkword(0, _mkshort(0, 38)), -32, -1, 0, + /* Type = StandardProp; index = 404 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10149), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 405 */ + _mkword(0, _mkshort(0, 38)), -34, -1, 0, + /* Type = StandardProp; index = 406 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10148), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 407 */ + _mkword(0, _mkshort(0, 38)), -36, -1, 0, + /* Type = StandardProp; index = 408 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10144), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 409 */ + _mkword(0, _mkshort(0, 38)), -38, -1, 0, + /* Type = StandardProp; index = 410 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10145), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 411 */ + _mkword(0, _mkshort(0, 38)), -40, -1, 0, + /* Type = Tag; index = 412 */ + _mkword(0, _mkshort(0, 22)), _mkword(42, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 413 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10153), 0x10001008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 16, + /* Type = Tag; index = 414 */ + _mkword(0, _mkshort(0, 22)), _mkword(41, 0x0001), 0, 0, + /* Type = StandardProp; index = 415 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10154), 0x00001008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 416 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10069), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 417 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10070), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 418 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10071), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 419 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10072), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 420 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10073), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 421 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10074), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 422 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10089), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 423 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10090), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 424 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10091), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 425 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10092), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 426 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10093), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 427 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10094), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 428 */ + _mkword(0, _mkshort(0, 9)), _mkword(69, 71), _mkword(8, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 429 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 69), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Guard; index = 430 */ + _mkword(0, _mkshort(0, 9)), _mkword(71, 73), _mkword(7, 1044), 0xffffffff, _mkword(1000, 100), _mkword(64, 0xffff), 0x00000000, + /* Type = Collectable; index = 431 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 71), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Guard; index = 432 */ + _mkword(0, _mkshort(0, 9)), _mkword(72, 72), _mkword(11, 1047), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 433 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 72), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Guard; index = 434 */ + _mkword(0, _mkshort(0, 9)), _mkword(70, 74), _mkword(16, 1045), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Cutscene; index = 435 */ + _mkword(0, _mkshort(0, 46)), -2281039, 16045, 31411, 81783, 1830, 201, + /* Type = Tag; index = 436 */ + _mkword(0, _mkshort(0, 22)), _mkword(29, 0xffff), 0, 0, + /* Type = EndProps; index = 437 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xfff9cea3, 0x000099c9, 0xffffdb27, 0x0000f411, 0x0005e632, 0x000000b8, 0x0000902c, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 1 */ + _mkword(0, _mkshort(0, 7)), 10, 17, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 186, 0, + /* Type = StartWeapon; index = 3 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 4 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 23, -1, 0, + /* Type = StartAmmo; index = 6 */ + _mkword(0, _mkshort(0, 2)), 24, 300, 0, + /* Type = Cuff; index = 7 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00040000, 0xff9c0000, 0x01140000, 0x0000c000, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff8f0000, 0xff990000, 0x00eb0000, 0x0000c000, 0x002d0000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0x005d0000, 0xff9c0000, 0x00c20000, 0x00008135, 0x0028c204, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a30000, 0xffcf0000, 0x002d0000, 0x00007eac, 0x00216f87, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00708000, 0xfff60000, 0xffd24000, 0x00007ead, 0x0018d7d9, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00260000, 0x000a8000, 0xffc28000, 0x00007ffe, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x0002c000, 0x000a0000, 0xffe30000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 18 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 2, -1 }; +s32 path_neighbors_2[] = { 1, 3, -1 }; +s32 path_neighbors_3[] = { 2, 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, -1 }; + +s32 path_indeces_0[] = { 0, 1, -1 }; +s32 path_indeces_1[] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, -1 }; +s32 path_indeces_2[] = { 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, -1 }; +s32 path_indeces_3[] = { 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, -1 }; +s32 path_indeces_4[] = { 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, -1 }; +s32 path_indeces_5[] = { 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, 13, -1 }; +s32 path_table_1[] = { 0, -1 }; +s32 path_table_2[] = { 3, 38, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 3, 5, -1 }; +s32 path_table_5[] = { 4, 6, -1 }; +s32 path_table_6[] = { 5, 7, -1 }; +s32 path_table_7[] = { 6, 8, -1 }; +s32 path_table_8[] = { 7, 9, -1 }; +s32 path_table_9[] = { 8, 10, -1 }; +s32 path_table_10[] = { 9, 11, -1 }; +s32 path_table_11[] = { 10, 12, -1 }; +s32 path_table_12[] = { 11, 13, -1 }; +s32 path_table_13[] = { 0, 12, -1 }; +s32 path_table_14[] = { 15, 16, 39, -1 }; +s32 path_table_15[] = { 14, -1 }; +s32 path_table_16[] = { 14, 18, -1 }; +s32 path_table_17[] = { 18, -1 }; +s32 path_table_18[] = { 16, 17, 20, -1 }; +s32 path_table_19[] = { 20, -1 }; +s32 path_table_20[] = { 18, 19, 22, -1 }; +s32 path_table_21[] = { 22, -1 }; +s32 path_table_22[] = { 20, 21, 24, -1 }; +s32 path_table_23[] = { 24, -1 }; +s32 path_table_24[] = { 22, 23, 26, -1 }; +s32 path_table_25[] = { 26, -1 }; +s32 path_table_26[] = { 24, 25, 28, -1 }; +s32 path_table_27[] = { 28, -1 }; +s32 path_table_28[] = { 26, 27, 30, -1 }; +s32 path_table_29[] = { 30, -1 }; +s32 path_table_30[] = { 28, 29, 32, -1 }; +s32 path_table_31[] = { 32, -1 }; +s32 path_table_32[] = { 30, 31, 34, -1 }; +s32 path_table_33[] = { 34, -1 }; +s32 path_table_34[] = { 32, 33, 35, -1 }; +s32 path_table_35[] = { 34, 37, -1 }; +s32 path_table_36[] = { 37, -1 }; +s32 path_table_37[] = { 35, 36, 38, -1 }; +s32 path_table_38[] = { 2, 37, -1 }; +s32 path_table_39[] = { 14, 41, -1 }; +s32 path_table_40[] = { 41, 43, -1 }; +s32 path_table_41[] = { 39, 40, 42, -1 }; +s32 path_table_42[] = { 41, -1 }; +s32 path_table_43[] = { 40, 44, 45, -1 }; +s32 path_table_44[] = { 43, -1 }; +s32 path_table_45[] = { 43, 46, 47, -1 }; +s32 path_table_46[] = { 45, -1 }; +s32 path_table_47[] = { 45, 48, 49, -1 }; +s32 path_table_48[] = { 47, -1 }; +s32 path_table_49[] = { 47, 50, 51, -1 }; +s32 path_table_50[] = { 49, -1 }; +s32 path_table_51[] = { 49, 52, 53, -1 }; +s32 path_table_52[] = { 51, -1 }; +s32 path_table_53[] = { 51, 54, 56, -1 }; +s32 path_table_54[] = { 53, -1 }; +s32 path_table_55[] = { 56, -1 }; +s32 path_table_56[] = { 53, 55, 57, -1 }; +s32 path_table_57[] = { 56, 58, 60, -1 }; +s32 path_table_58[] = { 57, -1 }; +s32 path_table_59[] = { 60, -1 }; +s32 path_table_60[] = { 57, 59, 62, -1 }; +s32 path_table_61[] = { 62, -1 }; +s32 path_table_62[] = { 60, 61, 63, -1 }; +s32 path_table_63[] = { 62, 80, -1 }; +s32 path_table_64[] = { 65, 94, -1 }; +s32 path_table_65[] = { 64, 66, 67, -1 }; +s32 path_table_66[] = { 65, -1 }; +s32 path_table_67[] = { 65, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 70, 74, -1 }; +s32 path_table_72[] = { 74, -1 }; +s32 path_table_73[] = { 74, -1 }; +s32 path_table_74[] = { 71, 72, 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, -1 }; +s32 path_table_76[] = { 75, 77, -1 }; +s32 path_table_77[] = { 76, 79, -1 }; +s32 path_table_78[] = { 79, -1 }; +s32 path_table_79[] = { 77, 78, 80, -1 }; +s32 path_table_80[] = { 63, 79, -1 }; +s32 path_table_81[] = { 82, 87, -1 }; +s32 path_table_82[] = { 81, 88, -1 }; +s32 path_table_83[] = { 84, 86, -1 }; +s32 path_table_84[] = { 83, 85, -1 }; +s32 path_table_85[] = { 84, 103, -1 }; +s32 path_table_86[] = { 83, 89, -1 }; +s32 path_table_87[] = { 81, -1 }; +s32 path_table_88[] = { 82, 89, -1 }; +s32 path_table_89[] = { 86, 88, 93, -1 }; +s32 path_table_90[] = { 91, 92, -1 }; +s32 path_table_91[] = { 90, 102, -1 }; +s32 path_table_92[] = { 90, 101, -1 }; +s32 path_table_93[] = { 89, 99, 101, -1 }; +s32 path_table_94[] = { 64, 98, -1 }; +s32 path_table_95[] = { 96, 100, -1 }; +s32 path_table_96[] = { 95, 99, -1 }; +s32 path_table_97[] = { 98, 100, -1 }; +s32 path_table_98[] = { 94, 97, -1 }; +s32 path_table_99[] = { 93, 96, -1 }; +s32 path_table_100[] = { 95, 97, -1 }; +s32 path_table_101[] = { 92, 93, -1 }; +s32 path_table_102[] = { 91, -1 }; +s32 path_table_103[] = { 85, -1 }; + +waypoint pathwaypoints[] = { + { 0x000000bb, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000000ba, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000000b9, &path_table_2, 0x00000001, 0x00000000 }, + { 0x000000b8, &path_table_3, 0x00000001, 0x00000000 }, + { 0x000000b7, &path_table_4, 0x00000001, 0x00000000 }, + { 0x000000b6, &path_table_5, 0x00000001, 0x00000000 }, + { 0x000000b5, &path_table_6, 0x00000001, 0x00000000 }, + { 0x000000b4, &path_table_7, 0x00000001, 0x00000000 }, + { 0x000000b3, &path_table_8, 0x00000001, 0x00000000 }, + { 0x000000b2, &path_table_9, 0x00000001, 0x00000000 }, + { 0x000000b1, &path_table_10, 0x00000001, 0x00000000 }, + { 0x000000b0, &path_table_11, 0x00000001, 0x00000000 }, + { 0x000000af, &path_table_12, 0x00000001, 0x00000000 }, + { 0x000000ae, &path_table_13, 0x00000001, 0x00000000 }, + { 0x000000ad, &path_table_14, 0x00000002, 0x00000000 }, + { 0x000000ac, &path_table_15, 0x00000002, 0x00000000 }, + { 0x000000ab, &path_table_16, 0x00000002, 0x00000000 }, + { 0x000000aa, &path_table_17, 0x00000002, 0x00000000 }, + { 0x000000a9, &path_table_18, 0x00000002, 0x00000000 }, + { 0x000000a8, &path_table_19, 0x00000002, 0x00000000 }, + { 0x000000a7, &path_table_20, 0x00000002, 0x00000000 }, + { 0x000000a6, &path_table_21, 0x00000002, 0x00000000 }, + { 0x000000a5, &path_table_22, 0x00000002, 0x00000000 }, + { 0x000000a4, &path_table_23, 0x00000002, 0x00000000 }, + { 0x000000a3, &path_table_24, 0x00000002, 0x00000000 }, + { 0x000000a2, &path_table_25, 0x00000002, 0x00000000 }, + { 0x000000a1, &path_table_26, 0x00000002, 0x00000000 }, + { 0x000000a0, &path_table_27, 0x00000002, 0x00000000 }, + { 0x0000009f, &path_table_28, 0x00000002, 0x00000000 }, + { 0x0000009e, &path_table_29, 0x00000002, 0x00000000 }, + { 0x0000009d, &path_table_30, 0x00000002, 0x00000000 }, + { 0x0000009c, &path_table_31, 0x00000002, 0x00000000 }, + { 0x0000009b, &path_table_32, 0x00000002, 0x00000000 }, + { 0x0000009a, &path_table_33, 0x00000002, 0x00000000 }, + { 0x00000099, &path_table_34, 0x00000002, 0x00000000 }, + { 0x00000098, &path_table_35, 0x00000002, 0x00000000 }, + { 0x00000097, &path_table_36, 0x00000002, 0x00000000 }, + { 0x00000096, &path_table_37, 0x00000002, 0x00000000 }, + { 0x00000095, &path_table_38, 0x00000002, 0x00000000 }, + { 0x00000094, &path_table_39, 0x00000003, 0x00000000 }, + { 0x00000093, &path_table_40, 0x00000003, 0x00000000 }, + { 0x00000092, &path_table_41, 0x00000003, 0x00000000 }, + { 0x00000091, &path_table_42, 0x00000003, 0x00000000 }, + { 0x00000090, &path_table_43, 0x00000003, 0x00000000 }, + { 0x0000008f, &path_table_44, 0x00000003, 0x00000000 }, + { 0x0000008e, &path_table_45, 0x00000003, 0x00000000 }, + { 0x0000008d, &path_table_46, 0x00000003, 0x00000000 }, + { 0x0000008c, &path_table_47, 0x00000003, 0x00000000 }, + { 0x0000008b, &path_table_48, 0x00000003, 0x00000000 }, + { 0x0000008a, &path_table_49, 0x00000003, 0x00000000 }, + { 0x00000089, &path_table_50, 0x00000003, 0x00000000 }, + { 0x00000088, &path_table_51, 0x00000003, 0x00000000 }, + { 0x00000087, &path_table_52, 0x00000003, 0x00000000 }, + { 0x00000086, &path_table_53, 0x00000003, 0x00000000 }, + { 0x00000085, &path_table_54, 0x00000003, 0x00000000 }, + { 0x00000084, &path_table_55, 0x00000003, 0x00000000 }, + { 0x00000083, &path_table_56, 0x00000003, 0x00000000 }, + { 0x00000082, &path_table_57, 0x00000003, 0x00000000 }, + { 0x00000081, &path_table_58, 0x00000003, 0x00000000 }, + { 0x00000080, &path_table_59, 0x00000003, 0x00000000 }, + { 0x0000007f, &path_table_60, 0x00000003, 0x00000000 }, + { 0x0000007e, &path_table_61, 0x00000003, 0x00000000 }, + { 0x0000007d, &path_table_62, 0x00000003, 0x00000000 }, + { 0x0000007c, &path_table_63, 0x00000003, 0x00000000 }, + { 0x0000007b, &path_table_64, 0x00000004, 0x00000000 }, + { 0x0000007a, &path_table_65, 0x00000004, 0x00000000 }, + { 0x00000079, &path_table_66, 0x00000004, 0x00000000 }, + { 0x00000078, &path_table_67, 0x00000004, 0x00000000 }, + { 0x00000077, &path_table_68, 0x00000004, 0x00000000 }, + { 0x00000076, &path_table_69, 0x00000004, 0x00000000 }, + { 0x00000075, &path_table_70, 0x00000004, 0x00000000 }, + { 0x00000074, &path_table_71, 0x00000004, 0x00000000 }, + { 0x00000073, &path_table_72, 0x00000004, 0x00000000 }, + { 0x00000072, &path_table_73, 0x00000004, 0x00000000 }, + { 0x00000071, &path_table_74, 0x00000004, 0x00000000 }, + { 0x00000070, &path_table_75, 0x00000004, 0x00000000 }, + { 0x0000006f, &path_table_76, 0x00000004, 0x00000000 }, + { 0x0000006e, &path_table_77, 0x00000004, 0x00000000 }, + { 0x0000006d, &path_table_78, 0x00000004, 0x00000000 }, + { 0x0000006c, &path_table_79, 0x00000004, 0x00000000 }, + { 0x0000006b, &path_table_80, 0x00000004, 0x00000000 }, + { 0x0000006a, &path_table_81, 0x00000005, 0x00000000 }, + { 0x00000069, &path_table_82, 0x00000005, 0x00000000 }, + { 0x00000068, &path_table_83, 0x00000005, 0x00000000 }, + { 0x00000067, &path_table_84, 0x00000005, 0x00000000 }, + { 0x00000066, &path_table_85, 0x00000005, 0x00000000 }, + { 0x00000065, &path_table_86, 0x00000005, 0x00000000 }, + { 0x00000064, &path_table_87, 0x00000005, 0x00000000 }, + { 0x00000063, &path_table_88, 0x00000005, 0x00000000 }, + { 0x00000062, &path_table_89, 0x00000005, 0x00000000 }, + { 0x00000061, &path_table_90, 0x00000005, 0x00000000 }, + { 0x00000060, &path_table_91, 0x00000005, 0x00000000 }, + { 0x0000005f, &path_table_92, 0x00000005, 0x00000000 }, + { 0x0000005e, &path_table_93, 0x00000005, 0x00000000 }, + { 0x0000005d, &path_table_94, 0x00000005, 0x00000000 }, + { 0x0000005c, &path_table_95, 0x00000005, 0x00000000 }, + { 0x0000005b, &path_table_96, 0x00000005, 0x00000000 }, + { 0x0000005a, &path_table_97, 0x00000005, 0x00000000 }, + { 0x00000059, &path_table_98, 0x00000005, 0x00000000 }, + { 0x00000058, &path_table_99, 0x00000005, 0x00000000 }, + { 0x00000057, &path_table_100, 0x00000005, 0x00000000 }, + { 0x00000056, &path_table_101, 0x00000005, 0x00000000 }, + { 0x00000055, &path_table_102, 0x00000005, 0x00000000 }, + { 0x00000054, &path_table_103, 0x00000005, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x02060346, 0x013a013b, 0x0132013c, 0x012f1101, 0x06021101, 0x06020133, 0x3519010e, 0x08020133, 0x35400111, 0x08020135, 0x7f011208, 0x02013335, 0x7f011400, 0x01000008, 0x02019602, 0x01940202, 0x01020f15, 0x00010000, 0x08020803, 0x2f010108, 0x02010101, 0x04000000 }; +u32 ai_1[] = { 0x02060346, 0x0b3a0b3b, 0x0b320b3c, 0x0b2f1101, 0x06021179, 0x001a0106, 0x021a1201, 0x96010133, 0x3520010c, 0x94010702, 0x0b039610, 0x019410f3, 0x0abd11ff, 0x00980406, 0x00000000, 0x21ad4621, 0x0a00020a, 0x01060221, 0xad48656c, 0x6c6f210a, 0x00020133, 0x3519010e, 0x08020133, 0x35400111, 0x08020135, 0x7f011208, 0x02013335, 0x7f011400, 0x01000008, 0x02019602, 0x01940202, 0x01020f15, 0x00010000, 0x08020803, 0x2f010108, 0x02010101, 0x04000000 }; +u32 ai_2[] = { 0x02060346, 0x0b3a0b3b, 0x0b320b3c, 0x0b2f1101, 0x06021179, 0x001a0106, 0x021a1201, 0x96010133, 0x3520010c, 0x94010702, 0x0b039620, 0x019420c1, 0xfd040621, 0xad46210a, 0x00010602, 0x2103ad48, 0x656c6c6f, 0x210a0002, 0x01333519, 0x010e0802, 0x01333540, 0x01110802, 0x01357f01, 0x12080201, 0x33357f01, 0x14000100, 0x00080201, 0x96020194, 0x02020102, 0x0f150001, 0x00000802, 0x08032f01, 0x01080201, 0x01010400 }; +u32 ai_4[] = { 0x90001402, 0x06034601, 0x3a013b01, 0x32013c01, 0x01060201, 0x3335c801, 0x14000100, 0x00110201, 0x15000100, 0x00110211, 0x032f0801, 0x11020801, 0x06040000 }; +u32 ai_3[] = { 0x90001402, 0x00140021, 0x00000602, 0x06034601, 0x3a013b01, 0x32013c01, 0x01060201, 0x33359601, 0x16000100, 0x00110201, 0x09ae0212, 0x033335fa, 0x01b40000, 0xf0080112, 0x02011400, 0x21000001, 0x02011600, 0x01000001, 0x02010211, 0x032f0801, 0x11020801, 0x00040000 }; +u32 ai_5[] = { 0x02210227, 0xc000dc00, 0x00000027, 0x0227bf00, 0xc3098000, 0x00002702, 0x27bf00c3, 0x09900000, 0x002003ad, 0x44612d44, 0x61210a00, 0x02200328, 0x1f021f03, 0x4b003222, 0x2f010120, 0x02010301, 0x20022203, 0x05fd0401, 0x04000000 }; +u32 ai_7[] = { 0x02260394, 0x01280602, 0x06032f25, 0x32240106, 0x02240305, 0xfd040902, 0x25030126, 0x04000000 }; +u32 ai_8[] = { 0x02262811, 0x0211033c, 0x252f0801, 0x11020603, 0x7806359f, 0x00000010, 0x3702352f, 0x254c00c8, 0x01010602, 0x01012602, 0x253c0100, 0x08021f03, 0x4b003201, 0x2f010126, 0x02019f00, 0x00001037, 0x02293335, 0x19010e08, 0x02013335, 0x40011108, 0x0201357f, 0x01120802, 0x0133357f, 0x0f140001, 0x00000802, 0x0f150001, 0x00000802, 0x08033c01, 0x00110211, 0x3335c801, 0x00120201, 0x01060212, 0xae281302, 0x13032f01, 0xb400003c, 0x01011302, 0x0108ad77, 0x6169740a, 0x00950433, 0x35c80194, 0x040201ae, 0x0214033c, 0x01460103, 0xb3000258, 0x02960403, 0x01260203, 0x01120202, 0x01140201, 0x01060237, 0x7806019e, 0x00000010, 0x02010129, 0x04000000 }; +u32 ai_6[] = { 0xae020603, 0x3c265200, 0x14232826, 0xb40000b4, 0x23010602, 0x23033335, 0x96015200, 0x1e232826, 0x02010335, 0xdc015200, 0x32232826, 0x02010335, 0xf5015200, 0x4b232826, 0x02010335, 0xfa015200, 0x64232826, 0x02010352, 0x00c82328, 0x26ae0106, 0x02260305, 0xfd040904 }; +u32 ai_18[] = { 0x9d000400, 0x009d0000, 0x08000206, 0x033c0155, 0x005e0101, 0x060201c3, 0x9010f400, 0x00ff0207, 0x039c0000, 0x0800299c, 0x00000100, 0x299c0000, 0x04002946, 0x2a7efd2a, 0x55005301, 0x01070201, 0xae9a0000, 0x2000c390, 0x09020403, 0x9c000008, 0x00299c00, 0x00010029, 0x9c000004, 0x0029462a, 0x7efd2a52, 0x00190052, 0x11550058, 0x13b40007, 0x082db400, 0x04b02cb4, 0x0002582b, 0x0104022b, 0xb4000294, 0x01c3900c, 0x02010104, 0x022cb400, 0x04ec01c3, 0x900a0201, 0x0104022d, 0xb4000744, 0x01c39019, 0x9a000008, 0x00020101, 0x04021103, 0xc3900f03, 0x002a0213, 0x03c39011, 0x03002a02, 0x2a9a0000, 0x02009a00, 0x00080002, 0x29c3900d, 0x14000100, 0x00010201, 0x05fd0001, 0x04000000 }; +u32 ai_22[] = { 0x9d000008, 0x00020403, 0x9c000008, 0x00299c00, 0x00010029, 0x9c000002, 0x0029462a, 0x7efd2a01, 0x04022a9a, 0x00000400, 0x9a000008, 0x00022914, 0x00010000, 0x01020102, 0x120330fd, 0x01011202, 0x01c3900e, 0x05fd0001, 0x04000000 }; +u32 ai_19[] = { 0x9d000008, 0x00140024, 0x00460602, 0x06034601, 0x7efd019c, 0x00000800, 0x29010602, 0x019a0000, 0x01009a00, 0x00080002, 0x290330fd, 0x11304615, 0x314615e8, 0x122f1401, 0x29021414, 0x00240046, 0x01020101, 0x290212e7, 0x13012902, 0x13160004, 0x00460102, 0x019a0000, 0x10000129, 0x02150600, 0x0205fd00, 0x08021105, 0xfd000104 }; +u32 ai_20[] = { 0x9d000008, 0x009d0000, 0x00802102, 0x06039c00, 0x00100001, 0x31470230, 0x47020106, 0x020118fd, 0x08069a00, 0x00400005, 0xfd000102, 0x020d0219, 0x039c0000, 0x08000101, 0x190201ae, 0x021203b4, 0x0004b001, 0x01120201, 0x1e005102, 0x04035500, 0x62084235, 0xd9460051, 0x35023503, 0x5b2a3500, 0x0a02355b, 0x2935000a, 0x02357002, 0x35b40011, 0x942fb400, 0x0f3c2e02, 0x35b4000b, 0xb82db400, 0x09602c02, 0x05032f01, 0x01040201, 0x33356401, 0x0a00ac00, 0x00004500, 0x109a0020, 0x00000104, 0x02013596, 0x010a00ad, 0x0000004a, 0x00109a00, 0x20000001, 0x04020135, 0xc8010a00, 0xae000000, 0x4f00109a, 0x00200000, 0x01040201, 0x0a00af00, 0x00005900, 0x109a0020, 0x00000104, 0x022cb400, 0x099c01c3, 0x90140201, 0x0105022d, 0xb4000bf4, 0x01c39015, 0x9a000100, 0x00020101, 0x05022eb4, 0x000f7801, 0xc3901602, 0x01010502, 0x2fb40011, 0xd001c390, 0x179a0002, 0x00000201, 0x01050208, 0x05fd0416, 0x020a05fd, 0x041c0400 }; +u32 ai_27[] = { 0x17000100, 0x00010201, 0x039c0008, 0x00000ac3, 0x901aae02, 0x040330fd, 0x0ab40001, 0x2c015500, 0x62080104, 0x0201c390, 0x1b020503, 0x30fd0a55, 0x00620801, 0x05020805, 0xfd041602, 0x0a05fd00, 0x01040000 }; +u32 ai_21[] = { 0xc3901802, 0x38032806, 0x01380206, 0x034b0019, 0x112f0801, 0x06023901, 0x38021108, 0x0212034b, 0x00083a4c, 0x00280801, 0x12023a47, 0x403b48c0, 0x3b0d0013, 0x023b0202, 0xfa001302, 0x13032f14, 0x01130214, 0x01110208, 0x01380400 }; +u32 ai_17[] = { 0x04000000 }; +u32 ai_9[] = { 0xad446f6e, 0x650a008f, 0x0050c000, 0xdc000000, 0x00010201, 0xbf00bd0a, 0x00000000, 0x01020133, 0x35c80106, 0x040105fd, 0x04010201, 0x94010600, 0x0205fd00, 0x08040000 }; +u32 ai_10[] = { 0x33353c01, 0xab007002, 0x01357801, 0xab003702, 0x0135b401, 0xab003402, 0x01ab0043, 0x020205fd, 0x04100400 }; +u32 ai_11[] = { 0x33353c01, 0xab007102, 0x01357801, 0xab007502, 0x0135b401, 0xab006e02, 0x01ab0078, 0x020205fd, 0x04100400 }; +u32 ai_12[] = { 0x33353c01, 0xab007102, 0x01357801, 0xab006b02, 0x0135b401, 0xab007702, 0x01ab0078, 0x020205fd, 0x04100400 }; +u32 ai_13[] = { 0x33353c01, 0xab007502, 0x01357801, 0xab007402, 0x0135b401, 0xab007002, 0x01ab0078, 0x020205fd, 0x04100400 }; +u32 ai_14[] = { 0x02013335, 0x78358f00, 0x3cbf00bd, 0x0a000000, 0x00010201, 0xc000dc00, 0x00000008, 0x02358f00, 0x50c000de, 0x00000000, 0x010201bf, 0x00c30980, 0x00000001, 0x0201bf00, 0xc3099000, 0x00000802, 0x0805fd04, 0x01040000 }; +u32 ai_15[] = { 0x02013335, 0x64373532, 0x35900014, 0x8f0028bf, 0x00bd0a00, 0x00000001, 0x0201c000, 0xdc000000, 0x00080235, 0x9000288f, 0x0028bf00, 0xc3098000, 0x00000102, 0x01c000de, 0x00000000, 0x010201bf, 0x00c30990, 0x00000008, 0x02379000, 0x288f003c, 0xc000dd00, 0x00000001, 0x0201bf00, 0xc3098000, 0x00000102, 0x01bf00c3, 0x09900000, 0x00080208, 0x05fd0407, 0x04000000 }; +u32 ai_16[] = { 0x9000288f, 0x003c0206, 0x036d0008, 0x01060208, 0x05fd0409, 0x04000000 }; +u32 ai_28[] = { 0x02040301, 0x04040000 }; +u32 ai_29[] = { 0x02060352, 0x00140052, 0x369c0000, 0x08000155, 0x00583501, 0x0602359c, 0x00002000, 0x35010602, 0x35003602, 0x01ae0211, 0x03b40000, 0x4b015200, 0x14005201, 0x55005835, 0x01110235, 0x9c000020, 0x00350111, 0x02350236, 0x0201ae67, 0x00670102, 0x1403b400, 0x00b40101, 0x14020167, 0x02670367, 0x04670567, 0x06670767, 0x2e021203, 0x68010101, 0x01120201, 0xa0450000, 0x0010a048, 0x00000010, 0xd94500ba, 0x010201d9, 0x4800ba01, 0x0201a045, 0x00040400, 0xa0480004, 0x04000213, 0x03011304 }; +u32 ai_30[] = { 0x02060352, 0x006400af, 0x01010602, 0x01ad476f, 0x0a003335, 0x6401f311, 0xbd04ff00, 0x0a040a00, 0x00000011, 0x020135c8, 0x01f311bd, 0x04ff000c, 0x040a0000, 0x00001102, 0x01f311bd, 0x04ff000d, 0x040a0000, 0x00001102, 0x11033335, 0x6401f312, 0xbd04ff00, 0x09040a00, 0x00000012, 0x0201f312, 0xbd04ff00, 0x0b040a00, 0x00000012, 0x02120355, 0x00900101, 0x120201ad, 0x706f7032, 0x0a0003f3, 0x01bd04ff, 0x0041040b, 0x00000000, 0x01020103, 0xf301bd04, 0xff003a04, 0x0c000000, 0x00010201, 0x03f301bd, 0x04ff003b, 0x040d0000, 0x00000102, 0x0103f301, 0xbd04ff00, 0x35040e00, 0x00000001, 0x02010333, 0x355001f3, 0x02bd04ff, 0x0036040f, 0x00000000, 0x02020135, 0xa001f302, 0xbd04ff00, 0x3d040f00, 0x00000002, 0x0201f302, 0xbd04ff00, 0x42040f00, 0x00000002, 0x02020333, 0x355001f3, 0x02bd04ff, 0x0037040f, 0x00000000, 0x02020135, 0xa001f302, 0xbd04ff00, 0x3e040f00, 0x00000002, 0x0201f302, 0xbd04ff00, 0x40040f00, 0x00000002, 0x02020333, 0x355001f3, 0x02bd04ff, 0x0038040f, 0x00000000, 0x02020135, 0xa001f302, 0xbd04ff00, 0x3f040f00, 0x00000002, 0x0201f302, 0xbd04ff00, 0x34040f00, 0x00000002, 0x02020333, 0x357801f3, 0x02bd04ff, 0x0039040f, 0x00000000, 0x020201f3, 0x02bd04ff, 0x003c040f, 0x00000000, 0x020202ad, 0x706f7033, 0x0a000213, 0x03011304 }; +u32 ai_31[] = { 0x0206039c, 0x00000800, 0x01010602, 0x01ae0211, 0x03304602, 0x31460230, 0x48353148, 0x350202b4, 0x00038401, 0x01110235, 0xb4000708, 0x01011102, 0x01aec390, 0x120212b4, 0x00012c01, 0x03011202, 0x01c39013, 0xb7003cb9, 0xb5021303, 0x960435bb, 0x001e1402, 0x35960235, 0xbb001702, 0x02359601, 0x35bb0014, 0x010235bb, 0x00001501, 0x130201c4, 0x003a00c7, 0x0000000e, 0x10940101, 0x130202c9, 0x01c400d7, 0x02c60200, 0x47000094, 0x02011302, 0x14c400d6, 0x03c60300, 0x47000003, 0xc400d801, 0xc6010047, 0x00009404, 0x01130215, 0xb69a0008, 0x00000208, 0x03010804 }; +u32 ai_32[] = { 0x0204aec4, 0x0040ff6d, 0x00010006, 0x0201c400, 0x3fff0206, 0x039c0004, 0x000008b4, 0x00003c01, 0x01060201, 0x01040208, 0xc4003dff, 0x02110301, 0x11040000 }; +u32 ai_33[] = { 0x0204ae33, 0x35af2d35, 0x642c022b, 0xc400f9ff, 0x0006022c, 0xc400dfff, 0x0006022d, 0xc40033ff, 0x00060206, 0x033335fe, 0x013335fa, 0x11b40000, 0x78010106, 0x02110333, 0x35fe01b4, 0x0000b401, 0x01110201, 0x6d000101, 0x04020105, 0xfd041804 }; +u32 ai_23[] = { 0x86fa8100, 0x02118228, 0xae950184, 0x64040008, 0x020403b4, 0x00007801, 0x01040201, 0x85010111, 0x02013335, 0xaf2d3564, 0x2c022bc4, 0x00f9ff00, 0x06022cc4, 0x00dfff00, 0x06022dc4, 0x0033ff00, 0x06020601, 0x11020803, 0x9a000400, 0x00010804 }; +u32 ai_34[] = { 0x02000352, 0x003200cb, 0x01010002, 0x01ae0219, 0x03eb3db4, 0x0000b401, 0x01190201, 0xecd700da, 0x31460130, 0x46019a00, 0x00800002, 0x01021103, 0xdc010111, 0x02013146, 0x3c30463c, 0xf10105fd, 0x000f0201, 0xddeaed03, 0x0303d51d, 0x00020000, 0xa1460000, 0x04000546, 0x041b05f8, 0x041a0303, 0xdbae0212, 0x03b40001, 0x2c01b400, 0x00f02fb4, 0x0000b42e, 0xb400005a, 0x2db40000, 0x3c2c0112, 0x022ca419, 0x00020000, 0x5f190112, 0x022da41a, 0x00020000, 0x5f1a0112, 0x022ea41b, 0x00020000, 0x5f1b0112, 0x022fa41c, 0x00020000, 0x5f1c0112, 0x0201da02, 0x1303dc01, 0x01130201, 0xd205fd00, 0x01023cd2, 0x05fd0001, 0x023d05fd, 0x00010400 }; +u32 ai_25[] = { 0xa0fd0000, 0x0010d9fd, 0x00cd0102, 0x010a005a, 0xffffffff, 0x061005fd, 0x00010400 }; +u32 ai_26[] = { 0xa0fd0000, 0x0010d9fd, 0x00cc0102, 0x010a005a, 0x0007ffff, 0x061005fd, 0x00010400 }; +u32 ai_24[] = { 0xae0a0064, 0x00000001, 0x04100211, 0x03b40000, 0x00010111, 0x02010a00, 0x640001ff, 0xff041005, 0xfd000104 }; +u32 ai_35[] = { 0x021103cf, 0x01011102, 0x0105f804, 0x1905fd00, 0x01040000 }; +u32 ai_36[] = { 0x0211039c, 0x00080000, 0x01011102, 0x01ae0212, 0x03b40003, 0x6632b400, 0x027631b4, 0x00023a30, 0xb40001c2, 0x2fb40000, 0xd22eb400, 0x005a2db4, 0x00001e2c, 0x0112022c, 0xa40f0002, 0x00005f0f, 0x0112022d, 0xa4100002, 0x00005f10, 0xa42b0002, 0x00005f2b, 0x0112022e, 0xa4110002, 0x00005f11, 0x0112022f, 0xa4120002, 0x00005f12, 0xa42c0002, 0x00005f2c, 0x01120230, 0xa4130002, 0x00005f13, 0x01120231, 0xa4140002, 0x00005f14, 0x01120232, 0xa4150002, 0x00005f15, 0xa42d0002, 0x00005f2d, 0x011205fd, 0x00010400 }; +u32 ai_37[] = { 0x02110355, 0x00620101, 0x110201e9, 0x9a001000, 0x0005fd00, 0x01040000 }; +u32 ai_38[] = { 0x02040368, 0x1e01356b, 0x1e020235, 0x681f0135, 0x6b1f0202, 0x35036820, 0x01356b20, 0x02023568, 0x2101356b, 0x21020235, 0x03682201, 0x356b2202, 0x02356823, 0x01356b23, 0x02023503, 0x68240135, 0x6b240202, 0x35682501, 0x356b2502, 0x02350368, 0x2601356b, 0x26020235, 0x68270135, 0x6b270202, 0x35036828, 0x01356b28, 0x02023501, 0x04040000 }; +u32 ai_39[] = { 0x0206039c, 0x00200000, 0x01010602, 0x01ae0211, 0x03b40000, 0x3c010111, 0x02013335, 0x8035c400, 0xb807c507, 0x29000002, 0x359b0020, 0x00000106, 0x020805fd, 0x00010400 }; +u32 ai_40[] = { 0x02060331, 0x46010106, 0x0201c390, 0x1c9a0000, 0x40000208, 0x03010804 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x0000041b }, + /* index = 27 */ + { &ai_27, 0x0000041c }, + /* index = 28 */ + { &ai_28, 0x00001000 }, + /* index = 29 */ + { &ai_29, 0x00001001 }, + /* index = 30 */ + { &ai_30, 0x00001002 }, + /* index = 31 */ + { &ai_31, 0x00001003 }, + /* index = 32 */ + { &ai_32, 0x00001004 }, + /* index = 33 */ + { &ai_33, 0x00001005 }, + /* index = 34 */ + { &ai_34, 0x00001006 }, + /* index = 35 */ + { &ai_35, 0x00001007 }, + /* index = 36 */ + { &ai_36, 0x00001008 }, + /* index = 37 */ + { &ai_37, 0x00001009 }, + /* index = 38 */ + { &ai_38, 0x0000100a }, + /* index = 39 */ + { &ai_39, 0x0000100b }, + /* index = 40 */ + { &ai_40, 0x0000100c }, + /* index = 41 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/readme.md b/assets/obseg/setup/readme.md new file mode 100644 index 0000000..e8490d1 --- /dev/null +++ b/assets/obseg/setup/readme.md @@ -0,0 +1,128 @@ +# Setup File Readme + +Known as `setup`. Setups contain the mission scripting logic, AI Scripting, object information, Pad and Portal placement, guard paths and nav mesh, intro camera and cutscene configuration, and the end credits. + +Values are stored most significant byte first. + +## Definitions + +This readme uses the term "section" to refer to a continuous sequence of bytes in the setup file. There are "main" sections which are referenced by the pointer in the header. Seperate from "main" sections are "filler" sections, which lie in between main sections. This usually consists of data referenced by a main section. + +If a section (sequence of bytes) is not referenced by anything in the setup file it will be referred to as "unreferenced". A main section can be unreferenced, such as the `padnames`. More common, a filler section is unreferenced e.g., multiplayer maps empty/unused nav mesh. + +# File Strucutre + +The file always starts with the header, followed by the padlist and pad3dlist sections. If there is a credits data block, it should follow the pad3dlist section. Next are the object and intro sections. + +The remaining sections and data can appear in various order. + +## Header + +The header consists of a data structure of 10 pointers in the following order: + +- path table section +- path link section (path list section) +- intro block +- object / propdef / objective section +- path sets section +- AI List section +- pad list section +- pad3d list section +- pad names section +- pad3d names section + +## Pad List Section + +List of sequence of pads. Does not reference any data outside this section. Always ends with an empty entry + + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } + +## Pad3d List Section + +List of sequence of pad3ds. Does not reference any data outside this section. Always ends with an empty entry + + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } + +## Object / Objective Section + +Each entry is specified by type `enum PROPDEF_TYPE`. This section lists + +- guards (and hats) +- props (doors, vehicle, tank, monitor, etc) +- collectibles (body armor, ammo, weapons, items in safe, etc) +- objectives +- autogun / drones +- CCTV / surveilance cameras +- keys, locked doors, and locks +- glass +- watch menu text +- poison gas (facility) +- meta items (rename, link, switch) +- meta programming (tag, `PROPDEF_END`) + +This section does not reference any data outside this section. The section always ends with a propdef entry with type `PROPDEF_END`. + +## Intro Section + +Each entry is specified by type `enum INTRO_TYPE`. This section describes + +- Spawn location +- Starting inventory and ammo amounts +- Opening cinemas and camera locations +- Bond's outfit (cuffs) +- Special flag to mark as credits + +The "credits" type can reference data outside this section, otherwise all data is contained within the section itself. The section always ends with a propdef entry with type `INTROTYPE_END`. + +### Intro: Animation + +Discord comment: +> Animation is used by Bond during the intro swirl process. It's actually a bunch of preset values for each animation. To get around this limitations, some setups such as Silo will instead not set an animation used for the intro swirl, but will have a dedicated AI list that'll just watch for when the intro swirl has triggered, and then trigger an animation that isn't selectable by the intro block animation's range. Sometimes this is used because the intro swirl is quite long, so some manual timing is required via AI list. + +### Intro: Credits + +A "credits" type intro entry consists of a single pointer to a block of credits data. This just a list of (global) text ids with alignment and position info. See `CreditsEntry` for struct layout. + +The credits block ends with an empty entry + + { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000 } + +## Path Table Section + +List of sequence of path tables. Elements will reference variables defined immediately prior to this section. Always ends with an empty entry + + { 0xffff, 0xffff, NULL, 0x00000000, 0x00000000 } + +## Path Link Section + +List of sequence of path links. Elements will reference variables defined immediately prior to this section. Always ends with an empty entry + + { NULL, NULL, 0 } + +## Path Sets Section + +List of sequence of path sets. Elements will reference variables defined immediately prior to this section. Always ends with an empty entry + + { NULL, 0x00000000 } + +## Padnames Section + +List of sequence of pad names. This section is optional. It may also consist of data, but be unreferenced. This section references strings in .rodata. If present, the section always ends with a single `NULL` entry. + +## Pad3dnames Section + +List of sequence of pad3d names. This section is optional. It may also consist of data, but be unreferenced. This section references strings in .rodata. If present, the section always ends with a single `NULL` entry. + +## AI List Section + +List of pointers and ids to AI functions. These are used by guards or as part of the level. Elements will reference sequences defined immediately prior to this section; sequences are word aligned, but the last data value in the sequence is a single byte `0x04`. The AI List ends with an empty entry + + { NULL, 0x00000000 } + +## Filler Blocks + +Occasionally a main section will be empty except the "end of sequence" entry (e.g., multiplayer setups). The area immediately prior to the main section then might have an unreferenced/unused sequence of data. This is usually only one or two bytes, of either `{ 0 }` or `{ -1 }`. The AI List entries block may lead with an unreferenced AI Function, the single byte `0x04` (word aligned / zero padded). + +## .rodata + +The .bin file will end with the .rodata section consisting of the strings used in padlist, pad3dlist, padnames, and pad3dnames. \ No newline at end of file diff --git a/assets/obseg/setup/readme_propdef.md b/assets/obseg/setup/readme_propdef.md new file mode 100644 index 0000000..8a994d6 --- /dev/null +++ b/assets/obseg/setup/readme_propdef.md @@ -0,0 +1,51 @@ +# Object / Propdef Readme + +This file desribes how items in the setup objects list are used in the game. + +Items are described by the `enum PROPDEF_TYPE`. There are various kinds of objects that can be listed: + +- guards (and hats) +- props (doors, vehicle, tank, monitor, etc) +- collectibles (body armor, ammo, weapons, items in safe, etc) +- objectives +- autogun / drones +- CCTV / surveilance cameras +- keys, locked doors, and locks +- glass +- watch menu text +- poison gas (facility) +- meta items (rename, link, switch) +- meta programming (tag, `PROPDEF_END`) + +Level objects are just blank structs ready to be used by the game. For instance, the structs have position fields that are zero in the setup file but are set (and updated) when the level is loaded and active. The only exception to this is guards (characters) which are copied to a much larger character struct on level load. + +# Item Location + +If an item is to be placed at a specific coordinate, it will be associated with a "preset location". This is the second half of the second word in the item `propdef`. This preset id is an index into the `padlist`. The pad contains the position (and `up` and `orientiation` vectors) to describe where the item will be placed. The pad also contains an associated stan tile name. A brief example: + +UsetuprunZ.c + + s32 objlist[] = { + /* Type = AmmoBox; index = 99 */ + _mkword(128, _mkshort(0, 20)), _mkword(4, 24) ... + + struct pad padlist[] = { + /* index = 24 */ + { {683.0f, -38.0f, -467.0f}, {0.0f, 1.0f, 0.0f}, {0.002546f, 0.0f, 0.999997f}, "p3830a", 0 }, + +Tbg_run_all_p_stanZ.c + + StandTile tile_429 = { + 0x0ef600, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {701, -41, -446, 0x06d1}, + {710, -41, -472, 0x0000}, + {665, -41, -472, 0x06c9} + } + }; + +Here the Runway ammobox is associated to preset 24, so it will use the coordinates from pad with index 24. The pad has link "p3830a", which refers to tile name 3830, or in hex, 0x0ef6. \ No newline at end of file diff --git a/assets/obseg/setup/stagesetup.h b/assets/obseg/setup/stagesetup.h index 055d5fb..038c2c4 100644 --- a/assets/obseg/setup/stagesetup.h +++ b/assets/obseg/setup/stagesetup.h @@ -1,318 +1,327 @@ -#ifndef _STAGESETUP_H_ -#define _STAGESETUP_H_ - -struct s_pathTbl { - s16 pathtbl; - s16 field_0x2; - u32 *field_0x4; // - s16 field_0x8; - s16 field_0xa; - s16 field_0xc; - s16 field_0xe; -}; - -struct s_pathLink { - void *pathlink; - void *field_0x4; - void *field_0x8; -}; - -struct s_pathSet { - void *field_0x0; - u8 field_0x4; - u8 field_0x5; - u8 field_0x6; - u8 field_0x7; -}; - -struct preset0x { - float xcoord; - float ycoord; - float zcoord; - float vUpX; - float vUpY; - float vUpZ; - float vTargetX; - float vTargetY; - float vTargetZ; - u8 *field_0x24; - u32 field_0x28; -}; - -struct preset2x { - float field_0x0; - float field_0x4; - float field_0x8; - float field_0xc; - float field_0x10; - float field_0x14; - float field_0x18; - float field_0x1c; - float field_0x20; - float field_0x24; - float field_0x28; - float field_0x2c; - float field_0x30; - float field_0x34; - float field_0x38; - u8 *field_0x3c; - u32 field_0x40; -}; - -struct stagesetup { - struct s_pathTbl *pathtbl; - struct s_pathLink *pathlink; - s32 *intro; - u32 *props; - struct s_pathSet *paths; - u32 *ailists; - struct preset0x *presets0x; - struct preset0x *presets2x_0; - NULL; - NULL; -}; - -#define _mkshort(a, b) ((a << 8) | (b & 0xff)) -#define _mkword(a, b) ((a << 16) | (b & 0xffff)) - -#define _generic_object(scale, state, type, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c) \ - _mkword(scale, _mkshort(state, type)), \ - _mkword(objectID, presetID), \ - flags1, flags2, \ - ptrPOSData, ptrObjInstanceController, \ - u18, u1c, u20, u24, \ - u28, u2c, u30, u34, \ - u38, u3c, u40, u44, \ - u48, u4c, u50, u54, \ - xPOS, yPOS, zPOS, bitflags, \ - ptrCollisionblock, u6c, u70, \ - _mkword(health, maxhealth), \ - u78, u7c - -#define door(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c, linkedtodoor, travel_distance, walkthrough_distance, acceleration, rate, maxspeed, opentechnique_a, opentechnique_b, u9c, u9d, u9e, locked, time_open, sound, ua8, uac, ub0, ub4, ub8, ubc, uc0, uc4, uc8, ptr_doorNotClearVtxBuffer, ud0, ud4, ud8, udc, ue0, ue4, ue8, uec, uf0, uf4, uf8, ufc) \ - _generic_object(scale, state, 0x01, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c) \ - linkedtodoor, \ - travel_distance, walkthrough_distance, \ - acceleration, rate, maxspeed, \ - _mkword(opentechnique_a, opentechnique_b), \ - _mkword(_mkshort(u9c, u9d), _mkshort(u9e, locked)), \ - time_open, sound, \ - ua8, uac, ub0, ub4, \ - ub8, ubc, uc0, uc4, \ - uc8, ptr_doorNotClearVtxBuffer, ud0, ud4, \ - ud8, udc, ue0, ue4, \ - ue8, uec, uf0, uf4, \ - uf8, ufc, - -#define door_scale(modifier) \ - 0x2, modifier, - -#define standard(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c) \ - _generic_object(scale, state, 0x3, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), - -#define key(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c, key) \ - _generic_object(scale, state, 0x4, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), \ - key, - -#define alarm(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c) \ - _generic_object(scale, state, 0x5, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), - -#define surveillencecam() - _TODO(0x6) - -#define ammoclip(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c, ammotype) \ - _generic_object(scale, state, 0x7, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), \ - ammotype, - -#define weapon(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c, gun_pickup, linked_item, timer, ptr_linkeditem) \ - _generic_object(scale, state, 0x8, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), \ - _mkword(_mkshort(gun_pickup, linked_item), timer), \ - ptr_linkeditem, - -#define guard(scale, state, type, ID, spawnpreset, bodyID, action_path_assignment, preset_to_trigger, u10, health, reactiontime, head, ptr_runtimeguarddata) \ - _mkword(scale, _mkshort(state, 0x9), \ - _mkword(ID, spawnpreset), \ - _mkword(bodyID, action_path_assignment), \ - preset_to_trigger, \ - _mkword(u10, health), \ - _mkword(reactiontime, head), \ - ptr_runtimeguarddata, - - -#define single_monitor(size, state, u4, u8, uc, u10, u14, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, u58, u5c, u60, u64, u68, u6c, u70, health, maxhealth, u78, ptrAniRoutine, curNumCMDSfromStartRotation, loopcounteer, imgnum_or_ptrheader, rotation, curHZoom, curHZoomTime, finalHZoomTime, initialHZoom, finalHZoom, curVZoom, curVZoomTime, finalVZoomTime, initialVZoom, finalVZoom, curHPos, curHScrollTime, finalHScrollTime, initialHPos, finalHPos, curVPos, curVScrollTime, finalVScrollTime, initialVPos, finalVPos, curRed, initialRed, finalRed, curGreen, initialGreen, finalGreen, curBlue, initialBlue, finalBlue, curAlpha, initialAlpha, finalAlpha, curColorTransitionTime, finalColorTransitionTime, backwardMonLink, forwardMonLink, animationnum) \ - _mkword(size, _mkshort(state, 0xA)), \ - u4, u8, uc, u10, \ - u14, u18, u1c, u20, \ - u24, u28, u2c, u30, \ - u34, u38, u3c, u40, \ - u44, u48, u4c, u50, \ - u54, u58, u5c, u60, \ - u64, u68, u6c, u70, \ - _mkword(health, maxhealth), \ - u78, ptrAniRoutine, \ - curNumCMDSfromStartRotation, loopcounteer, \ - imgnum_or_ptrheader, rotation, \ - curHZoom, curHZoomTime, finalHZoomTime, initialHZoom, finalHZoom, \ - curVZoom, curVZoomTime, finalVZoomTime, initialVZoom, finalVZoom, \ - curHPos, curHScrollTime, finalHScrollTime, initialHPos, finalHPos, \ - curVPos, curVScrollTime, finalVScrollTime, initialVPos, finalVPos, \ - _mkword(_mkshort(curRed, initialRed), _mkshort(finalRed, curGreen)), \ - _mkword(_mkshort(initialGreen, finalGreen), _mkshort(curBlue, initialBlue)), \ - _mkword(_mkshort(finalBlue, curAlpha), _mkshort(initialAlpha, finalAlpha)), \ - curColorTransitionTime, finalColorTransitionTime, \ - backwardMonLink, forwardMonLink, \ - animationnum, - -#define multi_monitor() \ - _TODO(0xB) - -#define hanging_monitor() \ - _TODO(0xC) - -#define autogun() \ - _TODO(0xD) - -#define linkpickups() \ - _TODO(0xE) - -#define unknownF() \ - _TODO(0xF) - -#define unknown10() \ - _TODO(0x10) +// #ifndef _STAGESETUP_H_ +// #define _STAGESETUP_H_ + +// #include + +// #define PAD3D_START 10000 +// #define PADADV(PAD) (PAD + PAD3D_START) + +// typedef u16 PAD; +// typedef u16 PAD3D; + + +// struct bbox +// { +// float xmin; +// float xmax; +// float ymin; +// float ymax; +// float zmin; +// float zmax; +// }; + +// struct pad +// { +// coord3d pos; +// coord3d up; +// coord3d look; +// char *plink; +// int unk; +// }; + +// struct pad3d +// { +// coord3d pos; +// coord3d up; +// coord3d look; +// char *plink; +// int unk; +// struct bbox bbox; +// }; + +// struct s_pathTbl { +// s16 pathtbl; +// s16 field_0x2; +// u32 *field_0x4; // +// s16 field_0x8; +// s16 field_0xa; +// s16 field_0xc; +// s16 field_0xe; +// }; + +// struct s_pathLink { +// void *pathlink; +// void *field_0x4; +// void *field_0x8; +// }; + +// struct s_pathSet { +// void *field_0x0; +// u8 field_0x4; +// u8 field_0x5; +// u8 field_0x6; +// u8 field_0x7; +// }; + +// struct ailist { +// u32 (*script)[]; +// s32 id; +// }; + +// struct stagesetup { +// struct s_pathTbl *pathtbl; +// struct s_pathLink *pathlink; +// s32 *intro; +// s32 *objlist; +// struct s_pathSet *paths; +// struct ailist *ailists; +// struct pad *padlist; +// struct pad3d *pad3dlist; +// char *padnames; +// char *pad3dnames; +// }; + +// #define _mkshort(a, b) ((a << 8) | (b & 0xff)) +// #define _mkword(a, b) ((a << 16) | (b & 0xffff)) + +// #define _generic_object(scale, state, type, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c) \ +// _mkword(scale, _mkshort(state, type)), \ +// _mkword(objectID, presetID), \ +// flags1, flags2, \ +// ptrPOSData, ptrObjInstanceController, \ +// u18, u1c, u20, u24, \ +// u28, u2c, u30, u34, \ +// u38, u3c, u40, u44, \ +// u48, u4c, u50, u54, \ +// xPOS, yPOS, zPOS, bitflags, \ +// ptrCollisionblock, u6c, u70, \ +// _mkword(health, maxhealth), \ +// u78, u7c + +// #define door(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c, linkedtodoor, travel_distance, walkthrough_distance, acceleration, rate, maxspeed, opentechnique_a, opentechnique_b, u9c, u9d, u9e, locked, time_open, sound, ua8, uac, ub0, ub4, ub8, ubc, uc0, uc4, uc8, ptr_doorNotClearVtxBuffer, ud0, ud4, ud8, udc, ue0, ue4, ue8, uec, uf0, uf4, uf8, ufc) \ +// _generic_object(scale, state, 0x01, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c) \ +// linkedtodoor, \ +// travel_distance, walkthrough_distance, \ +// acceleration, rate, maxspeed, \ +// _mkword(opentechnique_a, opentechnique_b), \ +// _mkword(_mkshort(u9c, u9d), _mkshort(u9e, locked)), \ +// time_open, sound, \ +// ua8, uac, ub0, ub4, \ +// ub8, ubc, uc0, uc4, \ +// uc8, ptr_doorNotClearVtxBuffer, ud0, ud4, \ +// ud8, udc, ue0, ue4, \ +// ue8, uec, uf0, uf4, \ +// uf8, ufc, + +// #define door_scale(modifier) \ +// 0x2, modifier, + +// #define standard(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c) \ +// _generic_object(scale, state, 0x3, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), + +// #define key(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c, key) \ +// _generic_object(scale, state, 0x4, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), \ +// key, + +// #define alarm(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c) \ +// _generic_object(scale, state, 0x5, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), + +// #define surveillencecam() \ +// _TODO(0x6) + +// #define ammoclip(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c, ammotype) \ +// _generic_object(scale, state, 0x7, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), \ +// ammotype, + +// #define weapon(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c, gun_pickup, linked_item, timer, ptr_linkeditem) \ +// _generic_object(scale, state, 0x8, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), \ +// _mkword(_mkshort(gun_pickup, linked_item), timer), \ +// ptr_linkeditem, + +// #define guard(scale, state, type, ID, spawnpreset, bodyID, action_path_assignment, preset_to_trigger, u10, health, reactiontime, head, ptr_runtimeguarddata) \ +// _mkword(scale, _mkshort(state, 0x9), \ +// _mkword(ID, spawnpreset), \ +// _mkword(bodyID, action_path_assignment), \ +// preset_to_trigger, \ +// _mkword(u10, health), \ +// _mkword(reactiontime, head), \ +// ptr_runtimeguarddata, + + +// #define single_monitor(size, state, u4, u8, uc, u10, u14, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, u58, u5c, u60, u64, u68, u6c, u70, health, maxhealth, u78, ptrAniRoutine, curNumCMDSfromStartRotation, loopcounteer, imgnum_or_ptrheader, rotation, curHZoom, curHZoomTime, finalHZoomTime, initialHZoom, finalHZoom, curVZoom, curVZoomTime, finalVZoomTime, initialVZoom, finalVZoom, curHPos, curHScrollTime, finalHScrollTime, initialHPos, finalHPos, curVPos, curVScrollTime, finalVScrollTime, initialVPos, finalVPos, curRed, initialRed, finalRed, curGreen, initialGreen, finalGreen, curBlue, initialBlue, finalBlue, curAlpha, initialAlpha, finalAlpha, curColorTransitionTime, finalColorTransitionTime, backwardMonLink, forwardMonLink, animationnum) \ +// _mkword(size, _mkshort(state, 0xA)), \ +// u4, u8, uc, u10, \ +// u14, u18, u1c, u20, \ +// u24, u28, u2c, u30, \ +// u34, u38, u3c, u40, \ +// u44, u48, u4c, u50, \ +// u54, u58, u5c, u60, \ +// u64, u68, u6c, u70, \ +// _mkword(health, maxhealth), \ +// u78, ptrAniRoutine, \ +// curNumCMDSfromStartRotation, loopcounteer, \ +// imgnum_or_ptrheader, rotation, \ +// curHZoom, curHZoomTime, finalHZoomTime, initialHZoom, finalHZoom, \ +// curVZoom, curVZoomTime, finalVZoomTime, initialVZoom, finalVZoom, \ +// curHPos, curHScrollTime, finalHScrollTime, initialHPos, finalHPos, \ +// curVPos, curVScrollTime, finalVScrollTime, initialVPos, finalVPos, \ +// _mkword(_mkshort(curRed, initialRed), _mkshort(finalRed, curGreen)), \ +// _mkword(_mkshort(initialGreen, finalGreen), _mkshort(curBlue, initialBlue)), \ +// _mkword(_mkshort(finalBlue, curAlpha), _mkshort(initialAlpha, finalAlpha)), \ +// curColorTransitionTime, finalColorTransitionTime, \ +// backwardMonLink, forwardMonLink, \ +// animationnum, + +// #define multi_monitor() \ +// _TODO(0xB) + +// #define hanging_monitor() \ +// _TODO(0xC) + +// #define autogun() \ +// _TODO(0xD) + +// #define linkpickups() \ +// _TODO(0xE) + +// #define unknownF() \ +// _TODO(0xF) + +// #define unknown10() \ +// _TODO(0x10) -#define hat(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c) \ - _generic_object(scale, state, 0x11, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), +// #define hat(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c) \ +// _generic_object(scale, state, 0x11, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), -#define setguardattribute(guardID, attribute) \ - 0x12, guardID, attribute, +// #define setguardattribute(guardID, attribute) \ +// 0x12, guardID, attribute, -#define switch(numAwayForControlling, numAwayForControlled, field_0xc) \ - 0x13, numAwayForControlling, numAwayForControlled, field_0xc, +// #define switch(numAwayForControlling, numAwayForControlled, field_0xc) \ +// 0x13, numAwayForControlling, numAwayForControlled, field_0xc, -#define ammobox(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c, ammo_9mm, ammo_9mm_2, ammo_rifle, ammo_shotgun, ammo_hgrenade, ammo_rockets, ammo_remote, ammo_prox, ammo_timed, ammo_throwing, ammo_glaunch, ammo_magnum, ammo_golden) \ - _generic_object(scale, state, 0x14, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), \ - ammo_9mm, ammo_9mm_2, ammo_rifle, ammo_shotgun, ammo_hgrenade, ammo_rockets, ammo_remote, ammo_prox, ammo_timed, ammo_throwing, ammo_glaunch, ammo_magnum, ammo_golden, +// #define ammobox(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c, ammo_9mm, ammo_9mm_2, ammo_rifle, ammo_shotgun, ammo_hgrenade, ammo_rockets, ammo_remote, ammo_prox, ammo_timed, ammo_throwing, ammo_glaunch, ammo_magnum, ammo_golden) \ +// _generic_object(scale, state, 0x14, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), \ +// ammo_9mm, ammo_9mm_2, ammo_rifle, ammo_shotgun, ammo_hgrenade, ammo_rockets, ammo_remote, ammo_prox, ammo_timed, ammo_throwing, ammo_glaunch, ammo_magnum, ammo_golden, -#define bodyarmor(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c, armor_strength, armor_percent) \ - _generic_object(scale, state, 0x15, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), \ - armor_strength, armor_percent, +// #define bodyarmor(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c, armor_strength, armor_percent) \ +// _generic_object(scale, state, 0x15, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), \ +// armor_strength, armor_percent, -#define tag(IDnum, numobjects_away, field_0x8, field_0xc) \ - 0x16, IDnum, numobjects_away, field_0x8, field_0xc, +// #define tag(IDnum, numobjects_away, field_0x8, field_0xc) \ +// 0x16, IDnum, numobjects_away, field_0x8, field_0xc, -#define mission_objective(objectivenum, textID, mindifficulty) \ - 0x17, objectivenum, textID, mindifficulty, +// #define mission_objective(objectivenum, textID, mindifficulty) \ +// 0x17, objectivenum, textID, mindifficulty, -#define endobjective() \ - 0x18, +// #define endobjective() \ +// 0x18, -#define destroyobject(objectID) \ - 0x19, objectID, +// #define destroyobject(objectID) \ +// 0x19, objectID, -#define completeIfTrue(testval) \ - 0x1A, testval, +// #define completeIfTrue(testval) \ +// 0x1A, testval, -#define failIfTrue(testval) \ - 0x1B, testVal, +// #define failIfTrue(testval) \ +// 0x1B, testVal, -#define collectobject(objecttagID) \ - 0x1C, objecttagID, +// #define collectobject(objecttagID) \ +// 0x1C, objecttagID, -#define depositobject(objecttagID) \ - 0x1D, objecttagID, +// #define depositobject(objecttagID) \ +// 0x1D, objecttagID, -#define photographobject(objecttagID) \ - 0x1E, objecttagID, 0x0, 0x0, +// #define photographobject(objecttagID) \ +// 0x1E, objecttagID, 0x0, 0x0, -#define null() \ - 0x1F, +// #define null() \ +// 0x1F, -#define enterroom(presetinroom) \ - 0x20, presetinroom, 0x0, 0x0, +// #define enterroom(presetinroom) \ +// 0x20, presetinroom, 0x0, 0x0, -#define depositobjectinroom(itemID,presetinroom) \ - 0x21, itemID, presetinroom, 0x0, 0x0, +// #define depositobjectinroom(itemID,presetinroom) \ +// 0x21, itemID, presetinroom, 0x0, 0x0, -#define copy_item() - 0x22, +// #define copy_item() \ +// 0x22, -#define watch_objective(menuOption, textID) \ - 0x23, menuOption, textID, 0x0, +// #define watch_objective(menuOption, textID) \ +// 0x23, menuOption, textID, 0x0, -#define gas(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c) \ - _generic_object(scale, state, 0x24, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), +// #define gas(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c) \ +// _generic_object(scale, state, 0x24, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), -#define renamefunction(numtargetobjectsaway, invValToAlter, watchMainTop, watchMainBottom, invSelName, onDefaultPickup, interactTextID, field_0x20, field_0x24) \ - 0x25, numtargetobjectsaway, invValToAlter, watchMainTop, watchMainBottom, invSelName, onDefaultPickup, interactTextID, field_0x20, field_0x24, +// #define renamefunction(numtargetobjectsaway, invValToAlter, watchMainTop, watchMainBottom, invSelName, onDefaultPickup, interactTextID, field_0x20, field_0x24) \ +// 0x25, numtargetobjectsaway, invValToAlter, watchMainTop, watchMainBottom, invSelName, onDefaultPickup, interactTextID, field_0x20, field_0x24, -#define lock_door(lockedptr, lockptr) \ - 0x26, lockedptr, lockptr, 0x0, +// #define lock_door(lockedptr, lockptr) \ +// 0x26, lockedptr, lockptr, 0x0, -#define wheeledvehicle() \ - _TODO(0x27), +// #define wheeledvehicle() \ +// _TODO(0x27), -#define aircraft() \ - _TODO(0x28), +// #define aircraft() \ +// _TODO(0x28), -#define unknown29() \ - 0x29, +// #define unknown29() \ +// 0x29, -#define glass(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c) \ - _generic_object(scale, state, 0x2A, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), +// #define glass(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c) \ +// _generic_object(scale, state, 0x2A, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), -#define safe() \ - _TODO(0x2B), +// #define safe() \ +// _TODO(0x2B), -#define safeitem(objectptr, safeptr, safedoorptr) \ - 0x2C, objectptr, safeptr, safedoorptr, 0x0, +// #define safeitem(objectptr, safeptr, safedoorptr) \ +// 0x2C, objectptr, safeptr, safedoorptr, 0x0, -#define tank() \ - _TODO(0x2D), +// #define tank() \ +// _TODO(0x2D), -#define cutscene_coord(xcoord, ycoord, zcoord, latrot, vertrot, illum_preset) \ - 0x2E, xcoord, ycoord, zcoord, latrot, vertrot, illum_preset, +// #define cutscene_coord(xcoord, ycoord, zcoord, latrot, vertrot, illum_preset) \ +// 0x2E, xcoord, ycoord, zcoord, latrot, vertrot, illum_preset, -#define tintedglass(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c, dist_fullillum, dist_vis, field_0x88, field_0x8c, field_0x90) \ - _generic_object(scale, state, 0x2A, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), \ - dist_fullillum, dist_vis, field_0x88, field_0x8c, field_0x90, +// #define tintedglass(scale, state, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c, dist_fullillum, dist_vis, field_0x88, field_0x8c, field_0x90) \ +// _generic_object(scale, state, 0x2A, objectID, presetID, flags1, flags2, ptrPOSData, ptrObjInstanceController, u18, u1c, u20, u24, u28, u2c, u30, u34, u38, u3c, u40, u44, u48, u4c, u50, u54, xPOS, yPOS, zPOS, bitflags, ptrCollisionblock, u6c, u70, health, maxhealth, u78, u7c), \ +// dist_fullillum, dist_vis, field_0x88, field_0x8c, field_0x90, -#define endprops() \ - 0x30, -//endprops +// #define endprops() \ +// 0x30, +// //endprops -//introblock -#define spawnpoint(u4, u8) \ - 0x0, u4, u8, +// //introblock +// #define spawnpoint(u4, u8) \ +// 0x0, u4, u8, -#define startweapon(rightgun, leftgun, setnum) \ - 0x1, rightgun, leftgun, setnum, +// #define startweapon(rightgun, leftgun, setnum) \ +// 0x1, rightgun, leftgun, setnum, -#define startammo(type, qty, set) \ - 0x2, type, qty, set, +// #define startammo(type, qty, set) \ +// 0x2, type, qty, set, -#define swirlintrocam(u1, x, y, z, l, r, u2) \ - 0x3, u1, x, y, z, l, r, u2, +// #define swirlintrocam(u1, x, y, z, l, r, u2) \ +// 0x3, u1, x, y, z, l, r, u2, -#define introcam(aniNum) \ - 0x4, aniNum, +// #define introcam(aniNum) \ +// 0x4, aniNum, -#define cuff(cuffID) \ - 0x5, cuffID, +// #define cuff(cuffID) \ +// 0x5, cuffID, -#define fixedcam(x, y, z, l, v, u1, t1, t2, c) \ - 0x6, x, y, z, l, v, u1, t1, t2, c, +// #define fixedcam(x, y, z, l, v, u1, t1, t2, c) \ +// 0x6, x, y, z, l, v, u1, t1, t2, c, -#define watchtime(h, m) \ - 0x7, h, m, +// #define watchtime(h, m) \ +// 0x7, h, m, -#define credits() \ - 0x8, +// #define credits() \ +// 0x8, -#define endintro() \ - 0x9 -//endintroblock +// #define endintro() \ +// 0x9 +// //endintroblock -#endif +// #endif diff --git a/assets/obseg/setup/u/Ump_setuparchZ.c b/assets/obseg/setup/u/Ump_setuparchZ.c new file mode 100644 index 0000000..fe17efc --- /dev/null +++ b/assets/obseg/setup/u/Ump_setuparchZ.c @@ -0,0 +1,781 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:14 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +char *pad3dnames[]; +waypoint pathwaypoints[]; +char *padnames[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup Ump_setuparchZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + &padnames, + &pad3dnames +}; + +PadRecord padlist[] = { + { {-1408.0f, 162.0f, -1439.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p208d", 0 }, + { {-1542.0f, 162.0f, -1389.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p198d", 0 }, + { {-1737.0f, 162.0f, -1145.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p300d", 0 }, + { {-1421.0f, 162.0f, -1070.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p294d", 0 }, + { {-1592.0f, 151.0f, -792.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p287d2", 0 }, + { {-704.0f, 15.0f, -1376.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1187c2", 0 }, + { {-631.0f, 15.0f, -1069.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p185c", 0 }, + { {-240.0f, 15.0f, -1006.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1136c1", 0 }, + { {-331.0f, 15.0f, -1116.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p184c", 0 }, + { {-333.0f, 15.0f, -1497.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1290c", 0 }, + { {-381.0f, 15.0f, -1693.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p22c", 0 }, + { {-735.0f, 15.0f, -1691.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1189c1", 0 }, + { {-737.0f, 15.0f, -1780.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1171c1", 0 }, + { {-571.0f, 78.0f, -1782.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p113c1", 0 }, + { {-571.0f, 78.0f, -1895.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p113c2", 0 }, + { {-725.0f, 162.0f, -1898.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1631d1", 0 }, + { {-1551.0f, 162.0f, -1679.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p216d1", 0 }, + { {-1252.0f, 162.0f, -2051.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p233d2", 0 }, + { {-1369.0f, 162.0f, -2059.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p232d1", 0 }, + { {-1591.0f, 162.0f, -2019.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p237d1", 0 }, + { {-1594.0f, 162.0f, -2488.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p253d", 0 }, + { {-1266.0f, 162.0f, -2494.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p254d", 0 }, + { {-1092.0f, 162.0f, -2495.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p252d", 0 }, + { {-1170.0f, 162.0f, -2335.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p250d2", 0 }, + { {-1275.0f, 162.0f, -2343.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p249d", 0 }, + { {-1144.0f, 162.0f, -2168.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p235d1", 0 }, + { {-1265.0f, 162.0f, -2163.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p233d2", 0 }, + { {-962.0f, 162.0f, -1447.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1682d", 0 }, + { {-1057.0f, 162.0f, -1732.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1669d", 0 }, + { {-953.0f, 162.0f, -1691.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1680d1", 0 }, + { {-1052.0f, 162.0f, -1874.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1669d", 0 }, + { {-1378.0f, 162.0f, -1688.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1688d", 0 }, + { {-1251.0f, 162.0f, -1879.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1671d", 0 }, + { {-1364.0f, 162.0f, -1881.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1690d", 0 }, + { {-1365.0f, 162.0f, -1574.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1686d", 0 }, + { {-1142.0f, 162.0f, -1576.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1675d", 0 }, + { {-1142.0f, 162.0f, -1448.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1677d", 0 }, + { {-1189.0f, 140.0f, -784.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1903d2", 0 }, + { {-831.0f, 162.0f, -1071.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1915d1", 0 }, + { {-879.0f, 162.0f, -934.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1921d", 0 }, + { {-883.0f, 162.0f, -804.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1924d1", 0 }, + { {-1042.0f, 162.0f, -800.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1921d", 0 }, + { {-1122.0f, 162.0f, -1074.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1916d", 0 }, + { {-1168.0f, 162.0f, -1254.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1918d", 0 }, + { {-951.0f, 162.0f, -1222.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1912d", 0 }, + { {-812.0f, 162.0f, -1361.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1919d1", 0 }, + { {-824.0f, 162.0f, -1587.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1684d1", 0 }, + { {-684.0f, 162.0f, -942.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p273d", 0 }, + { {-691.0f, 162.0f, -811.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p273d", 0 }, + { {-723.0f, 162.0f, -1038.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1599d", 0 }, + { {-723.0f, 162.0f, -1218.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1603d1", 0 }, + { {-733.0f, 162.0f, -782.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1587d", 0 }, + { {-716.0f, 162.0f, -1372.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1660d1", 0 }, + { {-724.0f, 162.0f, -1606.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1627d1", 0 }, + { {41.0f, 162.0f, -1067.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p128d2", 0 }, + { {-235.0f, 162.0f, -1131.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p161d2", 0 }, + { {54.0f, 162.0f, -815.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p141d2", 0 }, + { {-292.0f, 162.0f, -819.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p270d", 0 }, + { {-120.0f, 162.0f, -810.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p142d1", 0 }, + { {-165.0f, 162.0f, -1513.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p136d1", 0 }, + { {-235.0f, 162.0f, -1344.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p148d1", 0 }, + { {46.0f, 162.0f, -1383.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p151d1", 0 }, + { {-242.0f, 162.0f, -950.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p140d2", 0 }, + { {-119.0f, 15.0f, -805.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1232c2", 0 }, + { {62.0f, 15.0f, -922.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p366c2", 0 }, + { {52.0f, 15.0f, -1107.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p386c", 0 }, + { {29.0f, 0.0f, -1480.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p365c2", 0 }, + { {29.0f, 0.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p364c2", 0 }, + { {-888.0f, 15.0f, -201.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p0a1", 0 }, + { {-1502.0f, 15.0f, -205.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3a2", 0 }, + { {-729.0f, 15.0f, -207.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p136a1", 0 }, + { {-730.0f, 15.0f, -710.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p277a1", 0 }, + { {-733.0f, 15.0f, -615.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p274a1", 0 }, + { {-290.0f, 15.0f, -607.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p134a1", 0 }, + { {-303.0f, 15.0f, -430.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p126a1", 0 }, + { {-329.0f, 15.0f, -358.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p126a1", 0 }, + { {-554.0f, 15.0f, -384.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p128a1", 0 }, + { {-568.0f, 15.0f, -511.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p135a2", 0 }, + { {-598.0f, 15.0f, -616.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p131a1", 0 }, + { {-120.0f, 15.0f, -719.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p391a1", 0 }, + { {-101.0f, 15.0f, -154.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p378a1", 0 }, + { {-321.0f, 15.0f, -194.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p156a", 0 }, + { {-1051.0f, 15.0f, -1835.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p413c", 0 }, + { {-1305.0f, 15.0f, -1827.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p971c", 0 }, + { {-1352.0f, 15.0f, -1576.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p439c", 0 }, + { {-1098.0f, 15.0f, -1121.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p468c", 0 }, + { {-1139.0f, 15.0f, -1522.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p471c", 0 }, + { {-842.0f, 15.0f, -1543.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p957c", 0 }, + { {-838.0f, 15.0f, -1359.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p475c1", 0 }, + { {-850.0f, 15.0f, -1116.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p410c", 0 }, + { {-724.0f, 15.0f, -809.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1261c1", 0 }, + { {-243.0f, 15.0f, -795.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1231c1", 0 }, + { {-837.0f, 15.0f, -915.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p488c", 0 }, + { {-1233.0f, 15.0f, -915.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p954c", 0 }, + { {-1119.0f, 15.0f, -1340.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p181c1", 0 }, + { {-835.0f, 15.0f, -1677.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1186c1", 0 }, + { {-816.0f, 15.0f, -1906.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1182c2", 0 }, + { {-1683.0f, 6.0f, -711.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p8c2", 0 }, + { {-1694.0f, 88.0f, -529.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p959c", 0 }, + { {-1558.0f, 97.0f, -529.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p961c", 0 }, + { {-1558.0f, 151.0f, -697.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p227d2", 0 }, + { {-1474.0f, 15.0f, -1396.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p426c", 0 }, + { {-1563.0f, 15.0f, -1068.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p182c1", 0 }, + { {-1589.0f, 15.0f, -1995.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p450c1", 0 }, + { {-1430.0f, 15.0f, -2084.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p445c2", 0 }, + { {-1464.0f, 15.0f, -2264.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p183c2", 0 }, + { {-1248.0f, 15.0f, -2250.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p183c1", 0 }, + { {-1237.0f, 15.0f, -2052.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p446c2", 0 }, + { {-122.0f, 162.0f, 550.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6826b", 0 }, + { {-122.0f, 162.0f, 393.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6685b", 0 }, + { {-24.0f, 162.0f, 72.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4150b", 0 }, + { {-119.0f, 162.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1486b", 0 }, + { {-124.0f, 162.0f, 153.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2300b", 0 }, + { {-18.0f, 162.0f, -136.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4134b", 0 }, + { {-114.0f, 162.0f, -133.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1017b", 0 }, + { {-115.0f, 162.0f, -343.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1016b", 0 }, + { {-22.0f, 162.0f, -345.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4147b", 0 }, + { {-124.0f, 162.0f, -717.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4367b", 0 }, + { {-222.0f, 162.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2340b", 0 }, + { {-267.0f, 162.0f, 136.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p449b2", 0 }, + { {-714.0f, 162.0f, 60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6699b1", 0 }, + { {-729.0f, 162.0f, -714.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4319b", 0 }, + { {-907.0f, 162.0f, 35.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6670b", 0 }, + { {-752.0f, 162.0f, 317.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2003b", 0 }, + { {-832.0f, 162.0f, 319.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4179b", 0 }, + { {-750.0f, 162.0f, 528.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4167b", 0 }, + { {-830.0f, 162.0f, 529.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4182b", 0 }, + { {-1026.0f, 162.0f, 44.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2360b", 0 }, + { {-1166.0f, 28.0f, 569.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2460b", 0 }, + { {-1173.0f, 28.0f, 60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2447b", 0 }, + { {-1104.0f, 28.0f, 52.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3969b", 0 }, + { {-1098.0f, 74.0f, 176.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2377b1", 0 }, + { {-1030.0f, 74.0f, 176.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2377b2", 0 }, + { {-366.0f, 28.0f, 646.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6907b", 0 }, + { {-532.0f, 28.0f, 689.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4186b1", 0 }, + { {-471.0f, 28.0f, 602.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2983b", 0 }, + { {-656.0f, 28.0f, 574.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2988b", 0 }, + { {-622.0f, 28.0f, 459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3936b", 0 }, + { {-627.0f, 28.0f, 340.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3017b", 0 }, + { {-438.0f, 28.0f, 335.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3013b", 0 }, + { {-1085.0f, 28.0f, 571.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2980b", 0 }, + { {-970.0f, 28.0f, 571.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2978b", 0 }, + { {-966.0f, 28.0f, 440.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3953b", 0 }, + { {-968.0f, 28.0f, 347.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3949b", 0 }, + { {-814.0f, 28.0f, 350.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3021b", 0 }, + { {-812.0f, 28.0f, 462.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3006b", 0 }, + { {-808.0f, 28.0f, 573.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2990b", 0 }, + { {-931.0f, 28.0f, 687.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4197b2", 0 }, + { {-724.0f, 28.0f, 692.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4190b1", 0 }, + { {-1034.0f, 28.0f, 507.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2977b", 0 }, + { {-141.0f, 28.0f, 644.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6689b2", 0 }, + { {-214.0f, 28.0f, 646.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1516b", 0 }, + { {-295.0f, 28.0f, 646.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1518b", 0 }, + { {-280.0f, 28.0f, 196.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4100b", 0 }, + { {-386.0f, 74.0f, 196.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2085b", 0 }, + { {-388.0f, 74.0f, 137.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2086b", 0 }, + { {-1306.0f, 314.0f, -2339.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1159e2", 0 }, + { {-1280.0f, 314.0f, -2071.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1163e1", 0 }, + { {-1505.0f, 314.0f, -2326.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1158e2", 0 }, + { {-1509.0f, 314.0f, -2087.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1162e2", 0 }, + { {-952.0f, 314.0f, -1190.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1184e1", 0 }, + { {-952.0f, 314.0f, -1489.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1180e1", 0 }, + { {-1332.0f, 314.0f, -1481.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1187e2", 0 }, + { {-1328.0f, 314.0f, -1283.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1188e1", 0 }, + { {-1655.0f, 314.0f, -945.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1228e2", 0 }, + { {-1475.0f, 314.0f, -945.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1231e1", 0 }, + { {-1480.0f, 314.0f, -1281.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1200e", 0 }, + { {-1704.0f, 314.0f, -1305.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1227e2", 0 }, + { {-1278.0f, 288.0f, -1025.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1191e1", 0 }, + { {-1278.0f, 175.0f, -780.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1956d2", 0 }, + { {246.0f, -20.0f, -1055.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p373h", 0 }, + { {180.0f, -20.0f, -1153.0f}, {0.0f, 1.0f, 0.0f}, {0.069757f, 0.0f, -0.997564f}, "p372h", 0 }, + { {182.0f, -20.0f, -1867.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p230h", 0 }, + { {-1564.0f, 11.0f, -177.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, -0.707107f}, "p3a1", 0 }, + { {-876.0f, 11.0f, -666.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p0a2", 0 }, + { {-919.0f, 11.0f, -687.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p0a2", 0 }, + { {-201.0f, 150.0f, -780.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p142d1", 0 }, + { {-1348.0f, 150.0f, -1109.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p293d", 0 }, + { {-1285.0f, 150.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p1918d", 0 }, + { {-1762.0f, 150.0f, -1863.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, 0.707107f}, "p221d1", 0 }, + { {-1334.0f, 150.0f, -2392.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p249d", 0 }, + { {-856.0f, 150.0f, -1926.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1681d2", 0 }, + { {-40.0f, 150.0f, -1530.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p132d2", 0 }, + { {-1733.0f, 150.0f, -1833.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, 0.707107f}, "p221d1", 0 }, + { {-1470.0f, 150.0f, -1880.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p217d2", 0 }, + { {-260.0f, 20.0f, 294.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1519b", 0 }, + { {-391.0f, 20.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p3946b", 0 }, + { {-736.0f, 147.0f, 369.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p2002b", 0 }, + { {-766.0f, 147.0f, -300.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1506b", 0 }, + { {2.0f, 144.0f, -381.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p6712b2", 0 }, + { {-96.0f, 147.0f, 358.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, -0.707107f}, "p6683b1", 0 }, + { {99.0f, 147.0f, 161.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, -0.707107f}, "p6929b", 0 }, + { {132.0f, 20.0f, 488.0f}, {0.0f, 1.0f, 0.0f}, {-0.916412f, 0.0f, 0.400236f}, "p1522b", 0 }, + { {-26.0f, 147.0f, 518.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p6659b2", 0 }, + { {-2.0f, 147.0f, 697.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, -0.707107f}, "p6662b", 0 }, + { {-168.0f, 147.0f, 684.0f}, {0.0f, 1.0f, 0.0f}, {0.707115f, 0.0f, -0.707099f}, "p6828b", 0 }, + { {10.0f, 147.0f, 585.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p6660b2", 0 }, + { {-108.0f, 20.0f, 523.0f}, {0.0f, 1.0f, 0.0f}, {0.999618f, 0.0f, 0.02763f}, "p6917b", 0 }, + { {-16.0f, 20.0f, 688.0f}, {0.0f, 1.0f, 0.0f}, {0.601815f, 0.0f, -0.798635f}, "p6690b2", 0 }, + { {-292.0f, -7.0f, -668.0f}, {-1.2e-05, 1.0f, -5.9e-05}, {0.196424f, 6e-05, 0.980519f}, "p134a2", 0 }, + { {57.0f, 167.0f, 74.0f}, {7.7e-05, 1.0f, -1e-06}, {-0.999946f, 7.7e-05, 0.010341f}, "p4120b", 0 }, + { {-89.0f, 167.0f, 636.0f}, {1e-06, 1.0f, 7.7e-05}, {-0.01034f, 7.7e-05, -0.999946f}, "p6826b", 0 }, + { {33.0f, 167.0f, 646.0f}, {7.7e-05, 1.0f, -1e-06}, {-0.999946f, 7.7e-05, 0.010341f}, "p6662b", 0 }, + { {-379.0f, 144.0f, -671.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p138g", 0 }, + { {-373.0f, 144.0f, 689.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707107f}, "p334f1", 0 }, + { {37.0f, 48.0f, 505.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1522b", 0 }, + { {38.0f, 20.0f, 537.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1520b", 0 }, + { {52.0f, 44.0f, 496.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99999f, 4.6e-05, -0.004529f}, "p1522b", 0 }, + { {154.0f, 11.0f, -1168.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p372h", 0 }, + { {172.0f, 0.0f, -1614.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p236h2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-51.0f, 81.0f, -621.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p166a1", 0, {-28.000168f, 21.999834f, -33.00011f, -32.99986f, -21.999998f, 18.999998f} }, + { {-51.0f, 81.0f, -399.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p385a1", 0, {-28.000168f, 21.999834f, -33.00011f, -32.99986f, -21.999998f, 18.999998f} }, + { {-51.0f, 81.0f, -186.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p378a1", 0, {-27.000168f, 21.999834f, -33.00011f, -32.999863f, -21.999998f, 18.999998f} }, + { {-809.0f, 81.0f, -621.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p276a1", 0, {-27.999834f, 22.000168f, 32.99989f, 33.00014f, -21.999998f, 18.999998f} }, + { {-809.0f, 81.0f, -399.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p210a1", 0, {-27.999834f, 22.000168f, 32.99989f, 33.00014f, -21.999998f, 18.999998f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "", 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} }, + { {98.0f, 45.0f, -1060.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p520c2", 0, {-27.000011f, 26.99999f, -2.000136f, -1.999864f, -54.0f, 64.0f} }, + { {98.0f, 45.0f, -1277.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p538c2", 0, {-27.000011f, 26.99999f, -2.000136f, -1.999864f, -54.0f, 64.0f} }, + { {98.0f, 45.0f, -1440.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p547c2", 0, {-27.000011f, 26.99999f, -2.000136f, -1.999864f, -54.0f, 64.0f} }, + { {100.0f, 190.0f, -1440.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p377d1", 0, {-27.000002f, 27.000002f, -0.000136f, 0.000136f, -54.0f, 64.0f} }, + { {100.0f, 190.0f, -1277.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p368d1", 0, {-27.000002f, 27.000002f, -0.000136f, 0.000136f, -54.0f, 64.0f} }, + { {100.0f, 190.0f, -1060.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p350d1", 0, {-27.000002f, 27.000002f, -0.000136f, 0.000136f, -54.0f, 64.0f} }, + { {-1190.0f, 212.0f, -767.0f}, {-4e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1903d2", 0, {-37.00009f, 34.99991f, -24.000135f, -23.999857f, -21.999998f, 36.999996f} }, + { {-973.0f, -18.0f, -1227.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p409c", 0, {-60.12232f, 60.176994f, -0.003962f, 112.002754f, -16.446272f, 23.484642f} }, + { {-1258.0f, -18.0f, -1462.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1026c", 0, {-60.12232f, 60.176994f, -0.003962f, 112.002754f, -16.446272f, 23.484642f} }, + { {-1095.0f, -18.0f, -1009.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p406c", 0, {-60.12247f, 60.169228f, -0.00379f, 112.002754f, -16.465563f, 22.484673f} }, + { {-975.0f, -18.0f, -1009.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p492c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-1235.0f, -18.0f, -1227.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p470c", 0, {-59.1225f, 61.17681f, -0.003962f, 112.002754f, -16.47333f, 22.525492f} }, + { {-990.0f, -18.0f, -1466.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p420c", 0, {-60.12247f, 60.169228f, -0.00379f, 112.002754f, -16.465563f, 22.484673f} }, + { {-953.0f, -18.0f, -1624.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p419c2", 0, {-60.12247f, 61.169197f, -0.00379f, 112.002754f, -16.47333f, 22.484673f} }, + { {-1162.0f, -18.0f, -1748.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p414c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-872.0f, -18.0f, -1807.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p517c", 0, {-60.13009f, 60.169228f, -0.00379f, 112.00292f, -17.446241f, 22.484673f} }, + { {-919.0f, -18.0f, -844.0f}, {0.0f, 1.0f, 0.000172f}, {0.007767f, 0.000172f, -0.99997f}, "p1258c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-67.0f, -18.0f, -1205.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p384c2", 0, {-59.957115f, 60.05843f, -0.003795f, 112.002914f, -17.247915f, 22.384514f} }, + { {-67.0f, -18.0f, -1396.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p380c2", 0, {-59.741764f, 60.05843f, -0.003795f, 112.00275f, -16.290703f, 22.384514f} }, + { {-79.0f, -18.0f, -1005.0f}, {-4.2e-05, 1.0f, 0.000167f}, {0.249451f, 0.000172f, -0.968387f}, "p395c2", 0, {-59.77646f, 60.759106f, -0.003976f, 112.002785f, -16.683817f, 22.609411f} }, + { {-1420.0f, -18.0f, -2383.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p464c2", 0, {-60.12247f, 60.169228f, -0.00379f, 112.002754f, -16.465563f, 22.484673f} }, + { {-1300.0f, -18.0f, -2383.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p462c", 0, {-60.12247f, 60.17684f, -0.003962f, 112.002754f, -16.465563f, 23.465351f} }, + { {-1033.0f, 32.0f, -847.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p491c", 0, {-25.037714f, 25.18166f, -0.001664f, 49.00119f, -19.788551f, 27.729113f} }, + { {-1023.0f, -17.0f, -845.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p491c", 0, {-25.41519f, 24.59482f, -0.001652f, 48.001232f, -20.496225f, 27.51705f} }, + { {-395.0f, -17.0f, -1071.0f}, {2.5e-05, 1.0f, 5.4e-05}, {-0.420299f, 6e-05, -0.907386f}, "p932c", 0, {-24.766558f, 24.966927f, -0.001622f, 48.001217f, -20.42999f, 27.138079f} }, + { {-317.0f, 81.0f, -1834.0f}, {5.5e-05, 1.0f, -2.3e-05}, {-0.921501f, 6e-05, 0.388376f}, "p25c", 0, {-24.149649f, 25.505405f, -0.001678f, 49.001247f, -20.894957f, 27.983337f} }, + { {-317.0f, 32.0f, -1833.0f}, {5.8e-05, 1.0f, -1.7e-05}, {-0.961963f, 6e-05, 0.273178f}, "p25c", 0, {-24.4063f, 25.319263f, -0.00168f, 49.00126f, -21.052868f, 27.980972f} }, + { {-335.0f, -17.0f, -1906.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p24c", 0, {-24.454748f, 25.59462f, -0.001651f, 48.001232f, -20.516235f, 27.497702f} }, + { {-345.0f, 32.0f, -1907.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p24c", 0, {-25.037714f, 25.18166f, -0.001664f, 49.001247f, -20.778456f, 27.729113f} }, + { {-22.0f, -17.0f, -796.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p1232c2", 0, {-24.434738f, 25.575262f, -0.001711f, 48.001175f, -19.515776f, 28.497501f} }, + { {-33.0f, 32.0f, -797.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p1232c2", 0, {-24.315823f, 25.449663f, -0.001664f, 49.001247f, -20.793903f, 27.729113f} }, + { {158.0f, -17.0f, -1265.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p372h", 0, {-24.454748f, 24.61482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {34.0f, -17.0f, -1535.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p360c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.515575f, 27.51705f} }, + { {17.0f, 32.0f, -1537.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p361c2", 0, {-25.30572f, 24.459766f, -0.001725f, 49.001183f, -19.665203f, 28.857813f} }, + { {-179.0f, -17.0f, -230.0f}, {4.2e-05, 1.0f, -4.2e-05}, {-0.710082f, 6e-05, 0.704119f}, "p381a", 0, {-24.829014f, 25.574879f, -0.001735f, 48.001186f, -19.903265f, 28.886774f} }, + { {-264.0f, -17.0f, -339.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p129a1", 0, {-25.087692f, 25.06045f, -0.001729f, 48.001205f, -20.072727f, 28.924171f} }, + { {-534.0f, -17.0f, -684.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p131a2", 0, {-24.08467f, 25.06045f, -0.001686f, 48.001205f, -20.072575f, 28.075565f} }, + { {-467.0f, -17.0f, -675.0f}, {2.5e-05, 1.0f, 5.4e-05}, {-0.420299f, 6e-05, -0.907386f}, "p131a1", 0, {-25.186857f, 24.892082f, -0.001676f, 48.001217f, -20.427116f, 28.045464f} }, + { {-399.0f, 32.0f, -686.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p131a1", 0, {-24.315823f, 25.449673f, -0.001664f, 49.00119f, -19.806934f, 27.729113f} }, + { {-388.0f, -17.0f, -684.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p132a", 0, {-25.39518f, 24.614828f, -0.001712f, 48.00117f, -19.496428f, 28.513973f} }, + { {-500.0f, -17.0f, -468.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p135a1", 0, {-25.087692f, 25.06045f, -0.001729f, 48.001205f, -20.072727f, 28.924171f} }, + { {-512.0f, 32.0f, -524.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p135a2", 0, {-24.315813f, 25.449673f, -0.001724f, 49.00119f, -19.806934f, 28.716082f} }, + { {-501.0f, -17.0f, -522.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p135a2", 0, {-24.45474f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-439.0f, -17.0f, -540.0f}, {2.5e-05, 1.0f, 5.4e-05}, {-0.420299f, 6e-05, -0.907386f}, "p135a2", 0, {-25.186857f, 24.892082f, -0.001676f, 48.001217f, -20.427116f, 28.045464f} }, + { {-441.0f, 32.0f, -482.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p135a1", 0, {-25.037714f, 25.18166f, -0.001664f, 49.001183f, -19.665203f, 27.729113f} }, + { {-431.0f, -17.0f, -480.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p135a1", 0, {-25.454548f, 24.59482f, -0.001652f, 48.001232f, -20.496225f, 27.51771f} }, + { {-395.0f, -17.0f, -423.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p126a2", 0, {-25.43454f, 24.614828f, -0.001712f, 48.00117f, -19.496428f, 28.51751f} }, + { {-376.0f, -17.0f, -496.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p135a1", 0, {-24.45474f, 24.61482f, -0.001712f, 48.001225f, -20.493351f, 28.513973f} }, + { {-387.0f, 32.0f, -498.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p135a1", 0, {-24.315813f, 25.449673f, -0.001716f, 49.00119f, -19.806934f, 28.716082f} }, + { {-368.0f, 32.0f, -551.0f}, {6e-05, 1.0f, -1e-06}, {-0.999889f, 6e-05, 0.01487f}, "p135a1", 0, {-24.714706f, 24.595757f, -0.001704f, 49.001232f, -20.637863f, 28.368652f} }, + { {-367.0f, -17.0f, -553.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002557f}, "p135a1", 0, {-25.053614f, 25.071522f, -0.001678f, 48.00126f, -20.933125f, 28.063839f} }, + { {-400.0f, 32.0f, -428.0f}, {1e-05, 1.0f, -7.4e-05}, {-0.14173f, 7.5e-05, 0.989905f}, "p127a2", 0, {-20.511171f, 19.935423f, -0.001687f, 49.001266f, -16.97307f, 22.479946f} }, + { {-449.0f, -17.0f, -321.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p128a1", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {-479.0f, 32.0f, -319.0f}, {-8e-06, 1.0f, 5.9e-05}, {0.142739f, 6e-05, -0.98976f}, "p128a1", 0, {-25.277306f, 24.4397f, -0.001671f, 49.001244f, -20.676952f, 27.896626f} }, + { {-510.0f, -17.0f, -323.0f}, {6e-05, 1.0f, 0.0f}, {-0.999995f, 6e-05, 0.003028f}, "p128a1", 0, {-24.08467f, 25.06045f, -0.001686f, 48.001205f, -20.072575f, 28.078442f} }, + { {-317.0f, -17.0f, -1834.0f}, {5.5e-05, 1.0f, -2.3e-05}, {-0.921501f, 6e-05, 0.388376f}, "p25c", 0, {-24.149649f, 25.505405f, -0.001678f, 48.001247f, -20.895016f, 27.983276f} }, + { {-1348.0f, 81.0f, -1081.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p502c", 0, {-24.45474f, 25.555262f, -0.001703f, 49.001232f, -20.51264f, 28.494625f} }, + { {-1702.0f, -17.0f, -828.0f}, {2e-05, 1.0f, -5.6e-05}, {-0.344422f, 6e-05, 0.938815f}, "p500c", 0, {-25.12571f, 25.198181f, -0.001689f, 48.001247f, -20.773188f, 28.264597f} }, + { {-1769.0f, -17.0f, -940.0f}, {1e-06, 1.0f, -6e-05}, {-0.020009f, 6e-05, 0.9998f}, "p507c1", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1667.0f, -17.0f, -1062.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.454748f, 25.59462f, -0.001651f, 48.001232f, -20.515575f, 27.497702f} }, + { {-1780.0f, -17.0f, -1191.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p510c", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1719.0f, -17.0f, -1188.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.454748f, 25.59462f, -0.001651f, 48.001232f, -20.516235f, 27.497702f} }, + { {-1728.0f, 32.0f, -1196.0f}, {3.7e-05, 1.0f, -4.7e-05}, {-0.617674f, 6e-05, 0.786434f}, "p509c", 0, {-25.43938f, 24.548218f, -0.001673f, 49.001255f, -20.839226f, 27.865639f} }, + { {-1666.0f, -17.0f, -1191.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.45474f, 24.61482f, -0.001712f, 48.001225f, -20.493351f, 28.513973f} }, + { {-1666.0f, 32.0f, -1190.0f}, {5.9e-05, 1.0f, 8e-06}, {-0.989909f, 6e-05, -0.141705f}, "p509c", 0, {-25.306433f, 24.46027f, -0.001732f, 49.001183f, -19.664577f, 28.857168f} }, + { {-1666.0f, 81.0f, -1191.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.45474f, 24.61482f, -0.001712f, 49.001225f, -20.493292f, 28.513973f} }, + { {-1656.0f, -17.0f, -1248.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p509c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.515575f, 27.51705f} }, + { {-1666.0f, 32.0f, -1250.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p509c", 0, {-25.037714f, 25.18166f, -0.001664f, 49.001183f, -19.665203f, 27.729113f} }, + { {-1722.0f, -17.0f, -1241.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p973c", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1778.0f, -17.0f, -1252.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p973c", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1779.0f, 32.0f, -1245.0f}, {3.7e-05, 1.0f, -4.7e-05}, {-0.617674f, 6e-05, 0.786434f}, "p973c", 0, {-24.821707f, 25.165894f, -0.00172f, 49.00121f, -20.052794f, 28.649137f} }, + { {-1753.0f, -17.0f, -1424.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p432c", 0, {-24.45474f, 25.555262f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1636.0f, -17.0f, -1513.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p435c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {-1518.0f, -17.0f, -1543.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p429c", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1528.0f, 32.0f, -1544.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p435c", 0, {-25.305727f, 24.318037f, -0.001673f, 49.00124f, -20.65511f, 27.870842f} }, + { {-1516.0f, -17.0f, -1490.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p428c", 0, {-24.45474f, 25.575262f, -0.001711f, 48.001175f, -19.515776f, 28.494625f} }, + { {-1527.0f, 32.0f, -1491.0f}, {-2e-06, 1.0f, -6e-05}, {0.032318f, 6e-05, 0.999478f}, "p428c", 0, {-24.892372f, 25.146154f, -0.001671f, 49.00125f, -20.79457f, 27.826168f} }, + { {-1441.0f, 32.0f, -888.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p505c1", 0, {-24.315823f, 25.449673f, -0.001664f, 49.00119f, -19.806934f, 27.729113f} }, + { {-1430.0f, -17.0f, -886.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p505c1", 0, {-25.39518f, 24.614828f, -0.001712f, 48.001175f, -19.5129f, 28.513973f} }, + { {-1465.0f, 32.0f, -1058.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p503c", 0, {-24.315813f, 25.449673f, -0.001716f, 49.00119f, -19.806934f, 28.716082f} }, + { {-1454.0f, -17.0f, -1056.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p503c", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1348.0f, 32.0f, -1080.0f}, {5.9e-05, 1.0f, 8e-06}, {-0.989909f, 6e-05, -0.141705f}, "p502c", 0, {-25.037212f, 25.18095f, -0.001664f, 49.001183f, -19.664577f, 27.72849f} }, + { {-1348.0f, -17.0f, -1081.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p502c", 0, {-24.45474f, 25.555262f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1401.0f, 32.0f, -1336.0f}, {5.6e-05, 1.0f, -2.2e-05}, {-0.928148f, 6e-05, 0.372211f}, "p423c1", 0, {-24.537363f, 25.229462f, -0.00173f, 49.00117f, -19.519653f, 28.946812f} }, + { {-1394.0f, -17.0f, -1338.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p423c1", 0, {-24.45474f, 24.61482f, -0.001703f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1354.0f, 32.0f, -1401.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p423c1", 0, {-25.037714f, 25.18166f, -0.001716f, 49.00119f, -19.788551f, 28.716082f} }, + { {-1344.0f, -17.0f, -1399.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p423c1", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.515575f, 27.51705f} }, + { {-1259.0f, -17.0f, -791.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p953c2", 0, {-24.434738f, 24.614828f, -0.001712f, 48.001175f, -19.515776f, 28.513973f} }, + { {-1402.0f, -17.0f, -2002.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p445c2", 0, {-24.454748f, 25.555262f, -0.001651f, 48.001232f, -20.5127f, 27.497702f} }, + { {-1410.0f, 32.0f, -2008.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273154f, 6e-05, 0.96197f}, "p445c2", 0, {-24.678753f, 25.379442f, -0.001694f, 49.00123f, -20.424137f, 28.336535f} }, + { {-1387.0f, 32.0f, -1926.0f}, {1e-06, 1.0f, 6e-05}, {-0.014869f, 6e-05, -0.999889f}, "p972c", 0, {-24.699848f, 25.59566f, -0.001652f, 49.001232f, -20.623007f, 27.642973f} }, + { {-1388.0f, -17.0f, -1925.0f}, {-5.8e-05, 1.0f, -1.7e-05}, {0.960554f, 6e-05, 0.278095f}, "p972c", 0, {-24.52044f, 24.824093f, -0.001694f, 48.0012f, -19.96868f, 28.2093f} }, + { {-1416.0f, -17.0f, -2179.0f}, {4.2e-05, 1.0f, 4.3e-05}, {-0.692792f, 6e-05, -0.721138f}, "p447c2", 0, {-25.154778f, 24.603722f, -0.001721f, 48.0012f, -20.005928f, 28.788813f} }, + { {-1570.0f, -17.0f, -2479.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p466c", 0, {-25.41519f, 24.59482f, -0.001652f, 48.001232f, -20.496225f, 27.51705f} }, + { {-1570.0f, 32.0f, -2493.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273154f, 6e-05, 0.96197f}, "p466c", 0, {-24.678753f, 25.31998f, -0.001694f, 49.0012f, -20.094463f, 28.33947f} }, + { {-1523.0f, -17.0f, -2489.0f}, {-1e-06, 1.0f, 6e-05}, {0.020009f, 6e-05, -0.9998f}, "p466c", 0, {-24.454748f, 24.59482f, -0.001652f, 48.001232f, -20.5127f, 27.51705f} }, + { {-1175.0f, -17.0f, -2479.0f}, {-5.1e-05, 1.0f, -3.1e-05}, {0.855946f, 6e-05, 0.517065f}, "p465c", 0, {-24.927357f, 24.804962f, -0.001644f, 48.001244f, -20.825808f, 27.515554f} }, + { {-1094.0f, -17.0f, -2483.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p465c", 0, {-24.45474f, 25.575262f, -0.001711f, 48.001232f, -20.5127f, 28.494625f} }, + { {-1105.0f, 32.0f, -2484.0f}, {-2.3e-05, 1.0f, -5.5e-05}, {0.379192f, 6e-05, 0.925318f}, "p465c", 0, {-25.272121f, 25.393738f, -0.001664f, 49.001205f, -20.221024f, 27.83876f} }, + { {-1100.0f, -17.0f, -2411.0f}, {-3.1e-05, 1.0f, 5.1e-05}, {0.517065f, 6e-05, -0.855946f}, "p463c1", 0, {-24.60929f, 25.32203f, -0.001727f, 48.00119f, -19.966982f, 28.885687f} }, + { {-1007.0f, -17.0f, -1916.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p517c", 0, {-25.45454f, 24.61482f, -0.001704f, 48.001232f, -20.493351f, 28.514633f} }, + { {-1107.0f, -17.0f, -1603.0f}, {-3.1e-05, 1.0f, 5.1e-05}, {0.517065f, 6e-05, -0.855946f}, "p471c", 0, {-25.126354f, 24.804964f, -0.001675f, 48.001244f, -20.82293f, 28.029741f} }, + { {-1056.0f, 32.0f, -1654.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.14173f, 6e-05, 0.989905f}, "p471c", 0, {-25.305727f, 24.459759f, -0.001673f, 49.00124f, -20.652172f, 27.870842f} }, + { {-1046.0f, -17.0f, -1653.0f}, {6e-05, 1.0f, 1e-06}, {-0.9998f, 6e-05, -0.020009f}, "p471c", 0, {-24.45474f, 25.61462f, -0.001703f, 48.001232f, -20.51336f, 28.494625f} }, + { {-1088.0f, -17.0f, -2177.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99999f, 4.6e-05, -0.004529f}, "p451c1", 0, {-47.094627f, 47.1354f, -0.00139f, 40.000973f, -21.21265f, 30.21441f} }, + { {-567.0f, -17.0f, -1205.0f}, {-3.1e-05, 1.0f, 1.8e-05}, {0.869144f, 3.6e-05, -0.494559f}, "p956c", 0, {-83.65113f, 84.786865f, -0.001411f, 40.000984f, -28.184513f, 39.843307f} }, + { {-432.0f, -17.0f, -1396.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99998f, 4.6e-05, -0.006271f}, "p939c", 0, {-84.173935f, 84.24291f, -0.001807f, 52.001297f, -28.526207f, 39.52599f} }, + { {-1146.0f, -17.0f, -2177.0f}, {-7.4e-05, 1.0f, 2e-05}, {0.966514f, 7.7e-05, -0.256613f}, "p448c1", 0, {-14.12123f, 14.061301f, -0.001393f, 40.001003f, -13.061044f, 18.150229f} }, + { {-491.0f, -17.0f, -1206.0f}, {5.4e-05, 1.0f, -5.4e-05}, {-0.70872f, 7.7e-05, 0.70549f}, "p938c", 0, {-14.879886f, 14.818521f, -0.0013f, 40.001083f, -14.171334f, 17.00588f} }, + { {-526.0f, -17.0f, -1410.0f}, {-7.4e-05, 1.0f, 2e-05}, {0.966514f, 7.7e-05, -0.256613f}, "p177c", 0, {-15.087744f, 14.061301f, -0.001393f, 40.001022f, -13.317656f, 18.150229f} }, + { {-621.0f, -17.0f, -489.0f}, {-0.000179f, 1.0f, 0.0f}, {0.999997f, 0.000179f, 0.002283f}, "p135a2", 0, {-12.025085f, 13.038782f, -0.003038f, 83.00196f, -11.029653f, 17.027353f} }, + { {-621.0f, -17.0f, -460.0f}, {-0.000179f, 1.0f, 0.0f}, {0.999997f, 0.000179f, 0.002283f}, "p128a2", 0, {-12.025085f, 13.038782f, -0.003038f, 83.00196f, -11.029653f, 17.027353f} }, + { {-621.0f, -17.0f, -431.0f}, {-0.000179f, 1.0f, 0.0f}, {0.999997f, 0.000179f, 0.002283f}, "p128a1", 0, {-12.025085f, 13.038782f, -0.003038f, 83.00196f, -11.029653f, 17.027353f} }, + { {-829.0f, 0.0f, -178.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p573a2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-639.0f, 0.0f, -590.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p130a1", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-296.0f, 0.0f, -285.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p124a1", 0, {-4.0f, 5.0f, -2.0f, 53.0f, -18.0f, 91.0f} }, + { {-101.0f, 0.0f, -756.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p373c", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-708.0f, 0.0f, -756.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1280c2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-1197.0f, 0.0f, -1967.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p443c", 0, {-4.0f, 5.0f, -1.0f, 56.0f, -18.0f, 113.0f} }, + { {-1310.0f, 0.0f, -1967.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p972c", 0, {-5.0f, 4.0f, -1.0f, 57.0f, -18.0f, 113.0f} }, + { {-1313.0f, 0.0f, -1967.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p972c", 0, {-4.0f, 5.0f, -2.0f, 56.0f, -18.0f, 113.0f} }, + { {-1425.0f, 0.0f, -1967.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p972c", 0, {-5.0f, 4.0f, -2.0f, 56.0f, -18.0f, 113.0f} }, + { {-1358.0f, 0.0f, -1467.0f}, {0.612907f, 0.0f, 0.790155f}, {0.0f, 1.0f, 0.0f}, "p438c", 0, {-4.031938f, 4.570238f, -2.27438f, 60.073257f, -18.0f, 113.0f} }, + { {-1360.0f, 0.0f, -1470.0f}, {-0.612907f, 0.0f, -0.790155f}, {0.0f, 1.0f, 0.0f}, "p438c", 0, {-4.896701f, 4.311827f, -1.661473f, 56.1374f, -18.0f, 113.0f} }, + { {-1429.0f, 0.0f, -1558.0f}, {0.612907f, 0.0f, 0.790155f}, {0.0f, 1.0f, 0.0f}, "p438c", 0, {-4.896701f, 4.563682f, -2.27438f, 56.1374f, -18.0f, 113.0f} }, + { {-765.0f, 0.0f, -1407.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p475c2", 0, {-4.0f, 5.000002f, -2.0f, 65.0f, -18.0f, 113.0f} }, + { {-200.0f, 0.0f, -943.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1285c1", 0, {-4.0f, 5.000002f, -1.0f, 62.0f, -18.0f, 113.0f} }, + { {-195.0f, 0.0f, -762.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1283c1", 0, {-4.0f, 5.000002f, -1.0f, 58.0f, -18.0f, 113.0f} }, + { {-291.0f, -17.0f, -675.0f}, {0.0f, 1.0f, -6e-05}, {0.005723f, 6e-05, 0.999984f}, "p134a2", 0, {-31.839222f, 31.16547f, -0.001748f, 62.001728f, -28.8221f, 29.180668f} }, + { {-265.0f, 14.0f, -652.0f}, {-0.999984f, 0.0f, 0.005737f}, {0.0f, 1.0f, -6e-05}, "p134a1", 0, {-6.00146f, 5.299805f, -0.028685f, 52.033566f, -26.00036f, 26.000319f} }, + { {-245.0f, 127.0f, -1546.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p133d2", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-1108.0f, 127.0f, -1930.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1673d", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.064217f} }, + { {-1109.0f, 127.0f, -796.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1905d", 0, {-25.051064f, 25.071522f, -0.001678f, 49.001198f, -20.063866f, 28.063839f} }, + { {-1121.0f, 127.0f, -850.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273178f, 6e-05, 0.961963f}, "p1904d", 0, {-24.679476f, 25.319271f, -0.001694f, 49.001225f, -20.424759f, 28.335903f} }, + { {-1116.0f, 176.0f, -846.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1904d", 0, {-25.053614f, 25.071522f, -0.001678f, 49.00126f, -20.933064f, 28.063839f} }, + { {-1103.0f, 127.0f, -2367.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p250d1", 0, {-25.053614f, 24.071526f, -0.001678f, 49.00126f, -20.933064f, 28.063839f} }, + { {-1096.0f, 176.0f, -2019.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p241d", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-1137.0f, 176.0f, -2284.0f}, {7.5e-05, 1.0f, 0.0f}, {-0.999997f, 7.5e-05, -0.002557f}, "p239d2", 0, {-20.040852f, 20.056204f, -0.001648f, 49.0012f, -16.051092f, 22.054743f} }, + { {-1082.0f, 176.0f, -2282.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002557f}, "p238d2", 0, {-25.053614f, 25.071522f, -0.001678f, 49.00126f, -21.060926f, 28.063839f} }, + { {-1126.0f, 176.0f, -2234.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p238d2", 0, {-24.051067f, 25.071522f, -0.001678f, 49.001198f, -20.063866f, 28.061281f} }, + { {-1103.0f, 127.0f, -2244.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273178f, 6e-05, 0.961963f}, "p238d2", 0, {-24.679476f, 25.379948f, -0.001738f, 49.001183f, -19.817726f, 28.942936f} }, + { {-1096.0f, 127.0f, -2017.0f}, {-1.7e-05, 1.0f, -5.8e-05}, {0.273178f, 6e-05, 0.961963f}, "p241d", 0, {-24.679476f, 25.319263f, -0.001694f, 49.001198f, -20.09384f, 28.338839f} }, + { {-1108.0f, 127.0f, -2302.0f}, {-2.7e-05, 1.0f, -5.3e-05}, {0.45171f, 6e-05, 0.892165f}, "p239d2", 0, {-24.495129f, 25.353533f, -0.001677f, 49.001217f, -20.248177f, 28.055466f} }, + { {-1158.0f, 127.0f, -2267.0f}, {8e-06, 1.0f, -5.9e-05}, {-0.141705f, 6e-05, 0.989909f}, "p239d2", 0, {-24.31653f, 25.450178f, -0.001664f, 49.00119f, -19.806284f, 27.72849f} }, + { {-1806.0f, 127.0f, -855.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p303d", 0, {-24.051071f, 25.07153f, -0.001678f, 49.001198f, -20.063871f, 28.061289f} }, + { {-1791.0f, 176.0f, -800.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p305d", 0, {-25.05107f, 24.07154f, -0.001678f, 49.001198f, -20.061314f, 28.06678f} }, + { {-1795.0f, 127.0f, -795.0f}, {-5.8e-05, 1.0f, 1.7e-05}, {0.961963f, 6e-05, -0.273178f}, "p305d", 0, {-24.679468f, 24.417978f, -0.001694f, 49.001198f, -20.09091f, 28.338844f} }, + { {-1475.0f, 127.0f, -1803.0f}, {-4.6e-05, 1.0f, 0.0f}, {0.99999f, 4.6e-05, 0.004529f}, "p217d1", 0, {-47.09463f, 47.1354f, -0.00139f, 40.000973f, -21.212648f, 30.21441f} }, + { {-1683.0f, 127.0f, -1878.0f}, {-4e-05, 1.0f, -2.3e-05}, {0.863752f, 4.6e-05, 0.503917f}, "p222d2", 0, {-47.07707f, 47.149498f, -0.001427f, 40.000988f, -21.381008f, 30.589676f} }, + { {-1707.0f, 129.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1677.0f, 129.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1647.0f, 129.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {-1616.0f, 130.0f, -1607.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p220d1", 0, {-14.029647f, 14.041063f, -0.002895f, 83.00209f, -13.031932f, 18.03192f} }, + { {-1771.0f, 129.0f, -1665.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p221d1", 0, {-14.029643f, 15.041056f, -0.002896f, 84.00209f, -13.034211f, 18.031916f} }, + { {-1772.0f, 129.0f, -1696.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p221d1", 0, {-15.029607f, 14.041092f, -0.002895f, 84.00209f, -13.018418f, 18.047709f} }, + { {-1771.0f, 129.0f, -1726.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p221d1", 0, {-14.029643f, 14.041092f, -0.002895f, 84.00209f, -13.031928f, 18.045425f} }, + { {-1579.0f, 130.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029647f, 15.041093f, -0.002896f, 83.00209f, -13.034215f, 18.045267f} }, + { {-1548.0f, 129.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-1518.0f, 129.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1488.0f, 129.0f, -1925.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p222d1", 0, {-14.029613f, 15.043344f, -0.003056f, 84.00209f, -13.020705f, 19.031916f} }, + { {-1564.0f, 130.0f, -2243.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p242d2", 0, {-14.029614f, 15.041093f, -0.002896f, 83.00209f, -13.020866f, 18.045267f} }, + { {-1533.0f, 129.0f, -2242.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p242d2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-1564.0f, 129.0f, -2269.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p242d2", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {-1533.0f, 130.0f, -2269.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p243d2", 0, {-14.029647f, 14.041096f, -0.002895f, 83.00209f, -13.031932f, 18.03192f} }, + { {-1766.0f, 127.0f, -1913.0f}, {-5.4e-05, 1.0f, -5.4e-05}, {0.70549f, 7.7e-05, 0.708719f}, "p221d1", 0, {-14.17116f, 14.889574f, -0.001408f, 40.000977f, -12.760179f, 18.420082f} }, + { {-28.0f, 130.0f, -985.0f}, {-3.6e-05, 1.0f, 0.000168f}, {0.215503f, 0.000172f, -0.976503f}, "p166d2", 0, {-59.741764f, 61.250435f, -0.00394f, 111.00276f, -16.506205f, 23.360846f} }, + { {-150.0f, 130.0f, -1011.0f}, {-3.6e-05, 1.0f, 0.000168f}, {0.215503f, 0.000172f, -0.976503f}, "p166d2", 0, {-60.718266f, 60.27378f, -0.003976f, 111.00272f, -16.290703f, 23.55723f} }, + { {-153.0f, 130.0f, -1221.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p155d2", 0, {-59.95711f, 60.058422f, -0.003795f, 111.002914f, -17.248072f, 22.384327f} }, + { {-75.0f, 130.0f, -1399.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p151d1", 0, {-60.718266f, 60.05843f, -0.003808f, 111.00272f, -16.290703f, 22.599846f} }, + { {-35.0f, 130.0f, -1196.0f}, {3.6e-05, 1.0f, -0.000168f}, {-0.215503f, 0.000172f, 0.976503f}, "p155d1", 0, {-59.741764f, 60.05843f, -0.003795f, 111.00275f, -16.290703f, 22.384342f} }, + { {-1354.0f, 130.0f, -2106.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p232d1", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-1513.0f, 130.0f, -2445.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p253d", 0, {-60.122322f, 60.17699f, -0.003962f, 111.002754f, -16.446445f, 23.48447f} }, + { {-1346.0f, 130.0f, -2442.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p254d", 0, {-60.122322f, 60.17699f, -0.003962f, 111.002754f, -16.446445f, 23.48447f} }, + { {-1185.0f, 130.0f, -2441.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p252d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-1202.0f, 130.0f, -1791.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p1670d", 0, {-60.122467f, 60.16922f, -0.00379f, 111.002754f, -16.465548f, 22.484484f} }, + { {-1145.0f, 130.0f, -1652.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1675d", 0, {-60.12247f, 61.17681f, -0.003962f, 111.002754f, -16.465563f, 22.525492f} }, + { {-1050.0f, 130.0f, -1508.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1674d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-938.0f, 130.0f, -1846.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1678d", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 23.465351f} }, + { {-975.0f, 130.0f, -862.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1921d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-836.0f, 130.0f, -1706.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1680d1", 0, {-59.1225f, 61.169193f, -0.00379f, 111.002754f, -16.47333f, 22.476732f} }, + { {-893.0f, 130.0f, -1485.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p1685d1", 0, {-60.122467f, 60.176834f, -0.003962f, 111.002754f, -16.465548f, 23.465336f} }, + { {-892.0f, 130.0f, -1298.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p1914d2", 0, {-60.130085f, 60.16922f, -0.00379f, 111.00292f, -17.4464f, 22.484484f} }, + { {-939.0f, 130.0f, -1129.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1912d", 0, {-60.122322f, 60.17699f, -0.003962f, 111.002754f, -16.446445f, 23.48447f} }, + { {-906.0f, 130.0f, -1017.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1923d1", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 23.465351f} }, + { {-1234.0f, 130.0f, -1148.0f}, {0.0f, 1.0f, -0.000172f}, {-0.007767f, 0.000172f, 0.99997f}, "p1917d", 0, {-60.12247f, 60.169224f, -0.00379f, 111.002754f, -16.465563f, 22.4845f} }, + { {-1099.0f, 130.0f, -1249.0f}, {0.000172f, 1.0f, 0.0f}, {-0.999972f, 0.000172f, -0.007456f}, "p1917d", 0, {-58.11755f, 58.170033f, -0.003962f, 111.00275f, -16.412912f, 23.450954f} }, + { {-1763.0f, 130.0f, -1320.0f}, {-0.000172f, 1.0f, 0.0f}, {0.99997f, 0.000172f, 0.007767f}, "p196d1", 0, {-60.122467f, 60.16922f, -0.00379f, 111.002754f, -16.465548f, 22.484484f} }, + { {-1728.0f, 130.0f, -1508.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p203d", 0, {-60.130085f, 60.16922f, -0.00379f, 111.00292f, -17.4464f, 22.484484f} }, + { {-1569.0f, 130.0f, -1504.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p200d", 0, {-60.122467f, 60.16922f, -0.00379f, 111.002754f, -16.465548f, 22.484484f} }, + { {-1412.0f, 130.0f, -1238.0f}, {-0.000172f, 1.0f, 0.0f}, {0.99997f, 0.000172f, 0.007767f}, "p193d", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 22.53326f} }, + { {-1420.0f, 130.0f, -881.0f}, {0.000172f, 1.0f, 0.0f}, {-0.99997f, 0.000172f, -0.007767f}, "p296d1", 0, {-60.12247f, 60.17684f, -0.003962f, 111.002754f, -16.465563f, 23.465351f} }, + { {-1286.0f, 145.0f, -1966.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1691d", 0, {-3.0f, 4.0f, -2.0f, 69.0f, -18.0f, 113.0f} }, + { {-1425.0f, 145.0f, -1966.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1690d", 0, {-4.0f, 3.0f, -2.0f, 70.0f, -18.0f, 113.0f} }, + { {-1362.0f, 143.0f, -1483.0f}, {-0.660961f, 0.0f, -0.75042f}, {0.0f, 1.0f, 0.0f}, "p2199d", 0, {-4.631933f, 4.586775f, -1.143002f, 50.72026f, -16.0f, 115.0f} }, + { {-1429.0f, 143.0f, -1559.0f}, {0.660961f, 0.0f, 0.75042f}, {0.0f, 1.0f, 0.0f}, "p209d", 0, {-4.631933f, 4.586775f, -1.67976f, 50.72026f, -16.0f, 115.0f} }, + { {-1431.0f, 142.0f, -1711.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p215d2", 0, {-4.0f, 4.0f, -1.0f, 53.000004f, -15.0f, 93.0f} }, + { {-763.0f, 142.0f, -1955.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1786d2", 0, {-2.0f, 2.0f, -2.0f, 56.999996f, -15.0f, 116.0f} }, + { {-763.0f, 142.0f, -1840.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1786d1", 0, {-2.0f, 2.0f, -1.0f, 57.999996f, -15.0f, 116.0f} }, + { {-763.0f, 144.0f, -1085.0f}, {-0.004675f, 0.000646f, 0.999989f}, {3e-06, 1.0f, -0.000646f}, "p2057d2", 0, {-3.247723f, 2.004653f, -1.024991f, 53.082375f, -17.034227f, 114.00063f} }, + { {-763.0f, 144.0f, -979.0f}, {0.004675f, -0.000646f, -0.999989f}, {3e-06, 1.0f, -0.000646f}, "p2065d2", 0, {-2.995293f, 2.752212f, -1.087629f, 53.02441f, -17.000652f, 114.03422f} }, + { {-294.0f, 1.0f, 546.0f}, {0.0f, 1.0f, -6e-05}, {0.000133f, 6e-05, 1.0f}, "p1518b", 0, {-20.002922f, 20.002123f, -0.001317f, 38.00096f, -16.002653f, 22.004946f} }, + { {-230.0f, 1.0f, 449.0f}, {0.0f, 1.0f, -7.5e-05}, {-0.002558f, 7.5e-05, 0.999997f}, "p1511b", 0, {-20.040855f, 19.056215f, -0.001648f, 48.001198f, -16.04854f, 22.054674f} }, + { {-231.0f, 49.0f, 449.0f}, {-8e-06, 1.0f, -7.4e-05}, {0.101985f, 7.5e-05, 0.994786f}, "p1511b", 0, {-19.462723f, 19.845612f, -0.001662f, 49.00121f, -16.070427f, 22.144794f} }, + { {-232.0f, 1.0f, 134.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002558f}, "p4102b", 0, {-24.051065f, 25.071539f, -0.001678f, 48.001198f, -20.060999f, 28.064165f} }, + { {-226.0f, 1.0f, 190.0f}, {0.0f, 1.0f, 6.8e-05}, {0.002558f, 6.8e-05, -0.999997f}, "p4102b", 0, {-17.035751f, 18.051094f, -0.00137f, 38.00096f, -14.045991f, 20.043413f} }, + { {-373.0f, 1.0f, 324.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p3014b", 0, {-25.05107f, 25.071531f, -0.001678f, 48.001198f, -20.063873f, 28.063847f} }, + { {-373.0f, 1.0f, 565.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p2982b", 0, {-24.051073f, 25.071539f, -0.001678f, 48.001198f, -20.063873f, 28.064165f} }, + { {-422.0f, 1.0f, 555.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002558f}, "p3944b", 0, {-25.05107f, 24.071533f, -0.001678f, 48.001198f, -20.061316f, 28.063847f} }, + { {-472.0f, 1.0f, 449.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p3954b", 0, {-25.051062f, 24.071543f, -0.001678f, 48.001198f, -20.05844f, 28.066723f} }, + { {-475.0f, 1.0f, 403.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p3015b", 0, {-25.051062f, 25.071539f, -0.001678f, 48.001198f, -20.060999f, 28.066723f} }, + { {-371.0f, 49.0f, 571.0f}, {6e-05, 1.0f, -6e-06}, {-0.994786f, 6e-05, 0.101985f}, "p2982b", 0, {-24.1307f, 25.304401f, -0.001725f, 49.00118f, -19.56296f, 28.720003f} }, + { {-423.0f, 50.0f, 554.0f}, {6e-05, 1.0f, -6e-06}, {-0.994786f, 6e-05, 0.101985f}, "p3944b", 0, {-25.125484f, 24.309616f, -0.001718f, 48.001183f, -19.664946f, 28.61802f} }, + { {-470.0f, 49.0f, 451.0f}, {6e-06, 1.0f, 6e-05}, {-0.101985f, 6e-05, -0.994786f}, "p3954b", 0, {-25.0235f, 25.406387f, -0.001665f, 49.001244f, -20.65973f, 27.725218f} }, + { {-726.0f, 1.0f, 553.0f}, {0.0f, 1.0f, 8.6e-05}, {0.002558f, 8.6e-05, -0.999997f}, "p4189b2", 0, {-17.038298f, 18.048546f, -0.001626f, 48.00128f, -15.04188f, 19.047525f} }, + { {-722.0f, 1.0f, 588.0f}, {8.6e-05, 1.0f, 0.0f}, {-0.999997f, 8.6e-05, -0.002558f}, "p4189b1", 0, {-17.03575f, 18.051104f, -0.001712f, 48.001198f, -14.045991f, 20.047522f} }, + { {-907.0f, 1.0f, 477.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p4201b1", 0, {-25.05107f, 25.071531f, -0.001678f, 48.001198f, -20.063873f, 28.063847f} }, + { {-960.0f, 1.0f, 507.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p3927b", 0, {-24.051065f, 25.071539f, -0.001678f, 48.001198f, -20.060999f, 28.064165f} }, + { {-900.0f, 0.0f, 566.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p4199b1", 0, {-25.05107f, 25.071539f, -0.001678f, 48.001198f, -20.063873f, 28.066723f} }, + { {-1020.0f, 1.0f, 699.0f}, {-5.8e-05, 1.0f, -1.5e-05}, {0.965261f, 6e-05, 0.261288f}, "p2963b", 0, {-25.133436f, 25.293226f, -0.001704f, 48.00121f, -20.129436f, 28.376974f} }, + { {-901.0f, 48.0f, 561.0f}, {6.1e-05, 1.0f, 6.1e-05}, {-0.705296f, 8.6e-05, -0.708913f}, "p4199b1", 0, {-17.711973f, 17.643263f, -0.001695f, 49.00121f, -14.094493f, 19.846523f} }, + { {-957.0f, 50.0f, 499.0f}, {4.3e-05, 1.0f, -7.4e-05}, {-0.502213f, 8.6e-05, 0.864744f}, "p3923b", 0, {-17.600878f, 17.517735f, -0.001737f, 48.001213f, -14.137805f, 20.338026f} }, + { {-1015.0f, 1.0f, 647.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p2961b", 0, {-25.05362f, 25.071531f, -0.001678f, 48.00126f, -21.060993f, 28.063847f} }, + { {-1084.0f, 1.0f, 394.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p3011b", 0, {-25.05107f, 25.071539f, -0.001678f, 48.001198f, -20.063873f, 28.066723f} }, + { {-1017.0f, 49.0f, 647.0f}, {-3e-05, 1.0f, 5.2e-05}, {0.502213f, 6e-05, -0.864744f}, "p2961b", 0, {-25.44331f, 24.63509f, -0.00171f, 49.001198f, -19.912827f, 28.480036f} }, + { {-1018.0f, 49.0f, 707.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2963b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-1218.0f, 1.0f, 12.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p2451b", 0, {-25.05107f, 24.071543f, -0.001678f, 48.001198f, -20.061316f, 28.066723f} }, + { {-149.0f, 0.0f, 564.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p6917b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.031932f, 18.04543f} }, + { {-149.0f, 0.0f, 533.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p6915b", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-1229.0f, 0.0f, 368.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p3048b", 0, {-14.029647f, 14.041063f, -0.002895f, 84.00209f, -13.031932f, 18.03192f} }, + { {-1229.0f, 0.0f, 337.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p3048b", 0, {-14.029647f, 14.041063f, -0.002895f, 84.00209f, -13.031932f, 18.03192f} }, + { {-1229.0f, 0.0f, 306.0f}, {-0.000161f, 1.0f, 0.0f}, {0.999997f, 0.000161f, 0.002283f}, "p3048b", 0, {-15.029644f, 14.041063f, -0.002895f, 84.00209f, -13.031932f, 18.034203f} }, + { {89.0f, 0.0f, 536.0f}, {7.7e-05, 1.0f, 0.0f}, {-0.999997f, 7.7e-05, -0.002283f}, "p1522b", 0, {-14.029646f, 14.04107f, -0.001379f, 40.000996f, -13.031932f, 18.034983f} }, + { {108.0f, 0.0f, 665.0f}, {7.2e-05, 1.0f, 2.7e-05}, {-0.93276f, 7.7e-05, -0.360499f}, "p1523b", 0, {-13.951046f, 14.460288f, -0.001381f, 40.00107f, -13.902622f, 17.997225f} }, + { {37.0f, 0.0f, 507.0f}, {4.6e-05, 1.0f, 0.0f}, {-0.99999f, 4.6e-05, -0.004529f}, "p1522b", 0, {-47.099148f, 47.135387f, -0.00139f, 40.00102f, -22.210787f, 30.212559f} }, + { {-842.0f, 127.0f, 610.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p6931b", 0, {-25.051056f, 24.074081f, -0.001738f, 49.001198f, -20.058372f, 28.938532f} }, + { {-847.0f, 127.0f, 465.0f}, {-5.2e-05, 1.0f, 3e-05}, {0.867299f, 6e-05, -0.497787f}, "p4163b", 0, {-25.264626f, 24.47392f, -0.00171f, 49.00123f, -20.54331f, 28.605555f} }, + { {-714.0f, 127.0f, 423.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2311b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-714.0f, 176.0f, 423.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2311b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-762.0f, 127.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-24.051067f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.064217f} }, + { {-762.0f, 177.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-24.051067f, 25.07153f, -0.001678f, 48.001198f, -20.063866f, 28.064157f} }, + { {-712.0f, 127.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-712.0f, 176.0f, 612.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p2005b", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-19.0f, 127.0f, -276.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p4140b", 0, {-25.051056f, 24.071533f, -0.001678f, 49.001198f, -20.058372f, 28.066774f} }, + { {-765.0f, 127.0f, 4.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002557f}, "p6699b2", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-765.0f, 176.0f, 4.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002557f}, "p6699b2", 0, {-25.051064f, 24.071533f, -0.001678f, 49.001198f, -20.061308f, 28.066774f} }, + { {-713.0f, 127.0f, -208.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1505b", 0, {-25.053614f, 25.071522f, -0.001678f, 49.00126f, -21.060926f, 28.063839f} }, + { {-759.0f, 127.0f, -349.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p1506b", 0, {-25.051064f, 25.071522f, -0.001678f, 49.001198f, -20.063866f, 28.063839f} }, + { {-759.0f, 176.0f, -349.0f}, {6e-06, 1.0f, 6e-05}, {-0.101481f, 6e-05, -0.994837f}, "p1506b", 0, {-25.033953f, 24.323591f, -0.001658f, 49.001244f, -20.648678f, 27.615475f} }, + { {-558.0f, 127.0f, 10.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p6704b2", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-230.0f, 127.0f, 15.0f}, {0.0f, 1.0f, 6e-05}, {0.002557f, 6e-05, -0.999997f}, "p3973b", 0, {-25.051064f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.066774f} }, + { {-229.0f, 176.0f, 15.0f}, {6e-06, 1.0f, 6e-05}, {-0.101481f, 6e-05, -0.994837f}, "p3973b", 0, {-24.140596f, 25.31843f, -0.001716f, 49.001175f, -19.552359f, 28.708858f} }, + { {-35.0f, 127.0f, 741.0f}, {-1.9e-05, 1.0f, 5.7e-05}, {0.327985f, 6e-05, -0.944683f}, "p6662b", 0, {-24.326124f, 25.321745f, -0.001644f, 49.001274f, -21.200426f, 27.50275f} }, + { {19.0f, 127.0f, 519.0f}, {6e-05, 1.0f, 0.0f}, {-0.999997f, 6e-05, -0.002557f}, "p6660b2", 0, {-24.051064f, 25.071518f, -0.001678f, 49.001198f, -20.063862f, 28.061277f} }, + { {-35.0f, 176.0f, 741.0f}, {-1.9e-05, 1.0f, 5.7e-05}, {0.327985f, 6e-05, -0.944683f}, "p6662b", 0, {-24.326124f, 25.321745f, -0.001644f, 48.001274f, -21.200485f, 27.50269f} }, + { {-100.0f, 127.0f, -204.0f}, {0.0f, 1.0f, -6e-05}, {-0.002557f, 6e-05, 0.999997f}, "p1480b", 0, {-24.051067f, 25.07153f, -0.001678f, 49.001198f, -20.063866f, 28.064217f} }, + { {-986.0f, 128.0f, 635.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6932b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-956.0f, 128.0f, 635.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6932b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-925.0f, 128.0f, 635.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6932b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-980.0f, 128.0f, 392.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p4177b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-979.0f, 128.0f, 233.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p4178b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-830.0f, 128.0f, 391.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4177b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {-830.0f, 128.0f, 361.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4180b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-829.0f, 128.0f, 271.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4171b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {-829.0f, 128.0f, 242.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4171b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-173.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {-144.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-114.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-84.0f, 128.0f, 763.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "", 0, {-14.029613f, 14.041096f, -0.002895f, 84.00209f, -13.018422f, 18.04543f} }, + { {-28.0f, 128.0f, 461.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6659b2", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {3.0f, 128.0f, 461.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6659b2", 0, {-15.029644f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.047712f} }, + { {-20.0f, 128.0f, 175.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6928b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {10.0f, 128.0f, 175.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6928b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {39.0f, 128.0f, 175.0f}, {0.0f, 1.0f, 0.000161f}, {0.002283f, 0.000161f, -0.999997f}, "p6929b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {131.0f, 128.0f, -64.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4129b", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {131.0f, 128.0f, -202.0f}, {0.000161f, 1.0f, 0.0f}, {-0.999997f, 0.000161f, -0.002283f}, "p4129b", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-20.0f, 128.0f, -447.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6714b1", 0, {-14.029647f, 15.041094f, -0.002896f, 84.00209f, -13.034215f, 18.04543f} }, + { {10.0f, 128.0f, -447.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6714b2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {40.0f, 128.0f, -448.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6714b2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {70.0f, 128.0f, -448.0f}, {0.0f, 1.0f, -0.000161f}, {-0.002283f, 0.000161f, 0.999997f}, "p6715b2", 0, {-14.029647f, 14.041096f, -0.002895f, 84.00209f, -13.031932f, 18.04543f} }, + { {-923.0f, 128.0f, 522.0f}, {7.7e-05, 1.0f, 0.0f}, {-0.999997f, 7.7e-05, -0.002283f}, "p4157b", 0, {-14.029646f, 14.04107f, -0.001379f, 40.000996f, -13.031932f, 18.034983f} }, + { {-908.0f, 128.0f, 293.0f}, {0.0f, 1.0f, 7.7e-05}, {0.002283f, 7.7e-05, -0.999997f}, "p4178b", 0, {-14.029646f, 14.04107f, -0.001379f, 40.000996f, -13.031932f, 18.034983f} }, + { {-158.0f, 128.0f, 578.0f}, {-5.4e-05, 1.0f, -5.4e-05}, {0.705488f, 7.7e-05, 0.708722f}, "p6827b2", 0, {-14.174434f, 14.889632f, -0.001354f, 40.001083f, -14.106692f, 17.643663f} }, + { {32.0f, 128.0f, 713.0f}, {5.4e-05, 1.0f, -5.4e-05}, {-0.708719f, 7.7e-05, 0.705491f}, "p6662b", 0, {-14.171158f, 14.889571f, -0.001408f, 40.001026f, -13.465833f, 18.417017f} }, + { {-163.0f, 128.0f, 731.0f}, {6.6e-05, 1.0f, 3.9e-05}, {-0.862447f, 7.7e-05, -0.506147f}, "p6828b", 0, {-14.28533f, 14.361917f, -0.001406f, 40.000996f, -13.066582f, 18.391111f} }, + { {122.0f, 128.0f, 63.0f}, {6.7e-05, 1.0f, -3.8e-05}, {-0.86956f, 7.7e-05, 0.493828f}, "p4120b", 0, {-14.546325f, 15.179693f, -0.001416f, 40.000988f, -12.860966f, 18.518393f} }, + { {59.0f, 128.0f, -90.0f}, {3.8e-05, 1.0f, 6.7e-05}, {-0.493828f, 7.7e-05, -0.86956f}, "p4127b", 0, {-14.836281f, 14.310137f, -0.001396f, 40.000988f, -12.860969f, 18.196424f} }, + { {117.0f, 128.0f, -300.0f}, {7.4e-05, 1.0f, 2.1e-05}, {-0.961572f, 7.7e-05, -0.274551f}, "p4142b", 0, {-14.700712f, 14.419736f, -0.00136f, 40.001045f, -13.598156f, 17.725124f} }, + { {-979.0f, 127.0f, 524.0f}, {-4.6e-05, 1.0f, 0.0f}, {0.99999f, 4.6e-05, 0.004529f}, "p4157b", 0, {-46.09916f, 47.135387f, -0.00139f, 40.00102f, -22.210787f, 30.208029f} }, + { {-914.0f, 127.0f, 241.0f}, {0.0f, 1.0f, -4.6e-05}, {-0.004529f, 4.6e-05, 0.99999f}, "p4178b", 0, {-47.094627f, 47.1354f, -0.00139f, 40.000973f, -21.21265f, 30.21441f} }, + { {-118.0f, 127.0f, 632.0f}, {0.0f, 1.0f, 4.6e-05}, {0.004529f, 4.6e-05, -0.99999f}, "p6827b2", 0, {-47.094627f, 47.1354f, -0.00139f, 40.000973f, -21.21265f, 30.21441f} }, + { {69.0f, 127.0f, 75.0f}, {-4.6e-05, 1.0f, 0.0f}, {0.99999f, 4.6e-05, 0.004529f}, "p4120b", 0, {-47.099148f, 47.135387f, -0.00139f, 40.00102f, -22.210787f, 30.212559f} }, + { {47.0f, 127.0f, -143.0f}, {0.0f, 1.0f, -4.6e-05}, {-0.004529f, 4.6e-05, 0.99999f}, "p4130b", 0, {-46.09915f, 47.13538f, -0.00139f, 40.00102f, -22.210773f, 30.208017f} }, + { {71.0f, 127.0f, -330.0f}, {-3.2e-05, 1.0f, -3.3e-05}, {0.697325f, 4.6e-05, 0.716755f}, "p4142b", 0, {-46.956104f, 47.092117f, -0.001422f, 40.00097f, -21.153238f, 30.468548f} }, + { {-101.0f, 145.0f, -747.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4365b2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-708.0f, 145.0f, -747.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p4260b2", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-937.0f, 145.0f, 11.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p6669b1", 0, {-4.0f, 5.0f, -2.0f, 52.0f, -18.0f, 91.0f} }, + { {-153.0f, 145.0f, 430.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p6686b1", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-186.0f, 18.0f, 617.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p4208b1", 0, {-5.0f, 4.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-340.0f, 18.0f, 669.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3025b1", 0, {-4.0f, 5.0f, -1.0f, 53.0f, -18.0f, 91.0f} }, + { {-186.0f, 146.0f, -654.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p150g2", 0, {-5.0f, 4.0f, -53.0f, 47.0f, -19.0f, 99.0f} }, + { {-675.0f, 146.0f, -654.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p145g1", 0, {-5.0f, 4.0f, -53.0f, 47.0f, -19.0f, 99.0f} }, + { {-203.0f, 146.0f, 687.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p339f1", 0, {-4.0f, 5.0f, -53.0f, 47.0f, -19.0f, 99.0f} }, + { {-726.0f, 146.0f, 639.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2005b", 0, {-5.0f, 4.0f, -53.0f, 38.0f, -19.0f, 90.0f} }, + { {-83.0f, 198.0f, 51.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1010b", 0, {-45.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, 142.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p4151b", 0, {-46.999985f, -1.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -157.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1017b", 0, {-46.999985f, -1.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -67.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1017b", 0, {-45.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -275.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1016b", 0, {-46.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-83.0f, 198.0f, -366.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p1016b", 0, {-45.999985f, -0.999982f, 24.000002f, 24.000034f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 295.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p4173b", 0, {-46.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 594.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p2007b", 0, {-46.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 504.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p4166b", 0, {-47.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {-15.0f, 198.0f, -13.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4122b", 0, {-11.99999f, 60.00001f, 22.999971f, 23.000006f, -25.999998f, 38.0f} }, + { {67.0f, 198.0f, -13.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4122b", 0, {-12.99999f, 60.00001f, 22.999971f, 23.000006f, -25.999998f, 38.0f} }, + { {-15.0f, 198.0f, -221.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4130b", 0, {-11.999989f, 60.00001f, 23.999971f, 24.000004f, -25.999998f, 38.0f} }, + { {67.0f, 198.0f, -221.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4130b", 0, {-12.999989f, 60.00001f, 23.999971f, 24.000006f, -25.999998f, 38.0f} }, + { {-866.0f, 198.0f, 437.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4163b", 0, {-39.999996f, 33.000008f, 10.999984f, 11.000018f, -25.999998f, 38.0f} }, + { {-928.0f, 198.0f, 449.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p4163b", 0, {-58.999992f, 13.000011f, 22.999992f, 23.000027f, -25.999998f, 38.0f} }, + { {-779.0f, 198.0f, 386.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p2003b", 0, {-46.00002f, -1.000017f, -23.0f, -22.999966f, -25.999998f, 38.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = Collectable; index = 0 */ + _mkword(256, _mkshort(0, 8)), _mkword(333, 118), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x58, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 1 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10207), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 2 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10212), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 3 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10213), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 4 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10222), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 5 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10223), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 6 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10224), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 7 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10227), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 8 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10242), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 9 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10249), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 10 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10252), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 11 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10255), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 12 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10309), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 13 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10310), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 14 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10311), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 15 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10312), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 16 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10313), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 17 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10314), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 18 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10315), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 19 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10316), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 20 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10317), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 21 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10318), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 22 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10319), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 23 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10320), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 24 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10321), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 25 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10322), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 26 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10323), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 27 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10324), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 28 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 195), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf0, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 29 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10257), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 30 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10258), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 31 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 10292), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf1, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 32 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10281), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 33 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10284), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 34 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 10286), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf2, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 35 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10265), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 36 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10266), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 37 */ + _mkword(640, _mkshort(0, 8)), _mkword(0, 186), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf3, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 38 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10214), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 39 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10215), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 40 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 191), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf4, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 41 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10290), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 42 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10276), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 43 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 10238), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf5, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 44 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 197), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 45 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 198), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 46 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 203), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf6, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 47 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 117), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 48 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 121), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Collectable; index = 49 */ + _mkword(512, _mkshort(0, 8)), _mkword(0, 10231), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0xf7, 0xff), 0xffff), 0, + /* Type = AmmoBox; index = 50 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10234), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = AmmoBox; index = 51 */ + _mkword(256, _mkshort(0, 20)), _mkword(5, 10234), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), _mkword(0xffff, 0), + /* Type = Armour; index = 52 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 147), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 53 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 204), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = DoorScale; index = 54 */ + _mkword(0, _mkshort(0, 2)), 49152, + /* Type = Door; index = 55 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 299), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000001, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 56 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 300), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000001, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 57 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 301), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 58 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 302), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 59 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 303), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 60 */ + _mkword(256, _mkshort(0, 1)), _mkword(143, 304), 0x30000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 61 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 305), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 62 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 306), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 63 */ + _mkword(256, _mkshort(0, 1)), _mkword(298, 307), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 64 */ + _mkword(256, _mkshort(0, 1)), _mkword(297, 308), 0x10000400, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000e70a, 0x00000051, 0x00000051, 0x00000666, _mkword(4, 4), 0x00000000, 1500, 15, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = EndProps; index = 65 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 192, 0, + /* Type = Spawn; index = 1 */ + _mkword(0, _mkshort(0, 0)), 130, 0, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 189, 0, + /* Type = Spawn; index = 3 */ + _mkword(0, _mkshort(0, 0)), 138, 0, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 187, 0, + /* Type = Spawn; index = 5 */ + _mkword(0, _mkshort(0, 0)), 196, 0, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 113, 0, + /* Type = Spawn; index = 7 */ + _mkword(0, _mkshort(0, 0)), 120, 0, + /* Type = StartWeapon; index = 8 */ + _mkword(0, _mkshort(0, 1)), 1, -1, 0, + /* Type = Cuff; index = 9 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = EndIntro; index = 10 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 unknown_setup_block_0[] = { -1, -1 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + NULL +}; + + +s32 unknown_setup_block_1[] = { -1 }; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +AIListRecord ailists[] = { + /* index = 0 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/u/UsetupcradZ.c b/assets/obseg/setup/u/UsetupcradZ.c new file mode 100644 index 0000000..1c058e5 --- /dev/null +++ b/assets/obseg/setup/u/UsetupcradZ.c @@ -0,0 +1,1001 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:14 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupcradZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-300.0f, 320.0f, 518.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p256d2", 0 }, + { {15.0f, 320.0f, 521.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 1e-06}, "p279d", 0 }, + { {304.0f, 320.0f, 519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p241d2", 0 }, + { {476.0f, 320.0f, 223.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p432d1", 0 }, + { {-381.0f, 320.0f, 388.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p434d3", 0 }, + { {-144.0f, 320.0f, 520.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p255d1", 0 }, + { {164.0f, 320.0f, 524.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p278d1", 0 }, + { {399.0f, 320.0f, 361.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p432d2", 0 }, + { {595.0f, 320.0f, 5.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p260d2", 0 }, + { {448.0f, 320.0f, -272.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p263d", 0 }, + { {302.0f, 320.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p264d2", 0 }, + { {35.0f, 320.0f, -520.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p430d2", 0 }, + { {542.0f, 320.0f, 108.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p432d1", 0 }, + { {511.0f, 320.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p243d2", 0 }, + { {374.0f, 320.0f, -400.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p262d1", 0 }, + { {156.0f, 320.0f, -521.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p430d2", 0 }, + { {-591.0f, 320.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p253d2", 0 }, + { {-450.0f, 320.0f, 258.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p434d2", 0 }, + { {-287.0f, 320.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p268d2", 0 }, + { {-454.0f, 320.0f, -251.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p271d", 0 }, + { {-527.0f, 320.0f, -127.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p270d1", 0 }, + { {-511.0f, 320.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p434d2", 0 }, + { {-96.0f, 320.0f, -524.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p430d1", 0 }, + { {-379.0f, 320.0f, -383.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p249d1", 0 }, + { {10.0f, 98.0f, -5.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p108b1", 0 }, + { {16.0f, 61.0f, -131.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p81b2", 0 }, + { {-20.0f, 61.0f, -128.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p81b1", 0 }, + { {235.0f, 227.0f, -145.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p287d2", 0 }, + { {-258.0f, 227.0f, -134.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p292d1", 0 }, + { {14.0f, 227.0f, 275.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p282d1", 0 }, + { {-23.0f, 19.0f, -38.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p405b2", 0 }, + { {-166.0f, 19.0f, -76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p29b2", 0 }, + { {-153.0f, 19.0f, 79.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p30b2", 0 }, + { {-3.0f, 19.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p55b1", 0 }, + { {165.0f, 19.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p31b1", 0 }, + { {148.0f, 19.0f, -71.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p34b1", 0 }, + { {-73.0f, 19.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p30b2", 0 }, + { {67.0f, 19.0f, 9.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p34b1", 0 }, + { {46.0f, 19.0f, -41.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p33b1", 0 }, + { {-225.0f, 19.0f, -87.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p959c1", 0 }, + { {-343.0f, 19.0f, -85.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p972c2", 0 }, + { {-456.0f, 19.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p974c1", 0 }, + { {-462.0f, 19.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p977c1", 0 }, + { {-394.0f, 19.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p964c", 0 }, + { {-407.0f, 19.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p961c", 0 }, + { {-316.0f, 19.0f, 82.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p970c2", 0 }, + { {-221.0f, 19.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p954c2", 0 }, + { {-214.0f, 19.0f, -25.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p960c2", 0 }, + { {-494.0f, 19.0f, 6.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p241b1", 0 }, + { {-520.0f, 19.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p237b2", 0 }, + { {-525.0f, 19.0f, 101.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p227b2", 0 }, + { {-608.0f, 19.0f, 104.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p230b1", 0 }, + { {-691.0f, 19.0f, 107.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p232b2", 0 }, + { {-709.0f, 19.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p233b2", 0 }, + { {-700.0f, 19.0f, -99.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p234b1", 0 }, + { {-630.0f, 19.0f, -104.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p234b1", 0 }, + { {-709.0f, 19.0f, -5.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p234b1", 0 }, + { {-613.0f, 19.0f, -7.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p235b", 0 }, + { {-516.0f, 19.0f, -103.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p240b1", 0 }, + { {225.0f, 19.0f, 87.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p20c1", 0 }, + { {343.0f, 19.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p33c2", 0 }, + { {456.0f, 19.0f, 82.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p35c1", 0 }, + { {462.0f, 19.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p38c1", 0 }, + { {394.0f, 19.0f, 34.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p25c", 0 }, + { {407.0f, 19.0f, -75.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p22c", 0 }, + { {315.0f, 19.0f, -94.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p31c2", 0 }, + { {227.0f, 19.0f, -92.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p15c2", 0 }, + { {214.0f, 19.0f, 25.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p21c2", 0 }, + { {491.0f, 19.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p213b2", 0 }, + { {520.0f, 19.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p209b2", 0 }, + { {525.0f, 19.0f, -101.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p199b2", 0 }, + { {608.0f, 19.0f, -104.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p202b1", 0 }, + { {691.0f, 19.0f, -107.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p204b2", 0 }, + { {709.0f, 19.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p205b2", 0 }, + { {700.0f, 19.0f, 99.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p206b1", 0 }, + { {630.0f, 19.0f, 104.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p206b1", 0 }, + { {709.0f, 19.0f, 5.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p206b1", 0 }, + { {613.0f, 19.0f, 7.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p207b", 0 }, + { {516.0f, 19.0f, 103.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p212b", 0 }, + { {-817.0f, -98.0f, 37.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p171a1", 0 }, + { {-816.0f, -98.0f, 72.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p170a", 0 }, + { {-813.0f, -98.0f, -70.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p173a", 0 }, + { {-639.0f, -128.0f, -74.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p377a1", 0 }, + { {-418.0f, -152.0f, -77.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p378a2", 0 }, + { {-201.0f, -152.0f, -76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p399a1", 0 }, + { {-45.0f, -164.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p175a2", 0 }, + { {9.0f, -164.0f, -71.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p175a1", 0 }, + { {65.0f, -164.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p175a1", 0 }, + { {423.0f, -152.0f, -73.0f}, {1e-06, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p232a2", 0 }, + { {249.0f, -152.0f, -73.0f}, {1e-06, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p230a2", 0 }, + { {630.0f, -128.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p233a1", 0 }, + { {819.0f, -98.0f, -73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p165a", 0 }, + { {819.0f, -98.0f, -37.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p166a1", 0 }, + { {819.0f, -98.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p168a", 0 }, + { {630.0f, -128.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p239a1", 0 }, + { {423.0f, -152.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p240a2", 0 }, + { {249.0f, -152.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p258a2", 0 }, + { {65.0f, -164.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p176a1", 0 }, + { {9.0f, -164.0f, 77.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p176a1", 0 }, + { {-45.0f, -164.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p176a2", 0 }, + { {-201.0f, -152.0f, 73.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p363a1", 0 }, + { {-418.0f, -152.0f, 72.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p370a2", 0 }, + { {-639.0f, -128.0f, 74.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p371a1", 0 }, + { {65.0f, -164.0f, 14.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p132a", 0 }, + { {9.0f, -164.0f, 16.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p132a", 0 }, + { {-45.0f, -164.0f, 14.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p131a2", 0 }, + { {-62.0f, -164.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p130a", 0 }, + { {-137.0f, -211.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p135a", 0 }, + { {-137.0f, -211.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p136a", 0 }, + { {-75.0f, -249.0f, -45.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p133a2", 0 }, + { {-42.0f, -249.0f, -44.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p116a", 0 }, + { {-35.0f, -249.0f, -59.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p116a", 0 }, + { {26.0f, -249.0f, -60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p518a", 0 }, + { {-10.0f, -249.0f, 3.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p517a", 0 }, + { {29.0f, -249.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p117a1", 0 }, + { {-39.0f, -249.0f, 55.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p119a2", 0 }, + { {-7.0f, -588.0f, 49.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p571a1", 0 }, + { {-39.0f, -588.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p573a1", 0 }, + { {-10.0f, -588.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p575a2", 0 }, + { {21.0f, -588.0f, 16.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p569a1", 0 }, + { {-634.0f, 320.0f, 30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p695d1", 0 }, + { {-1188.0f, 139.0f, -921.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p867d2", 0 }, + { {-1677.0f, 93.0f, -1776.0f}, {0.0f, 1.0f, 0.0f}, {0.499921f, 0.0f, 0.866071f}, "p1583d2", 0 }, + { {-1621.0f, 93.0f, -1804.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p2176d2", 0 }, + { {-1676.0f, 93.0f, -1903.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1571d1", 0 }, + { {-1774.0f, 93.0f, -1846.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1575d1", 0 }, + { {-1718.0f, 93.0f, -1746.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p1585d2", 0 }, + { {339.0f, 320.0f, 536.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p229d2", 0 }, + { {-144.0f, 145.0f, 1370.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p929d1", 0 }, + { {-715.0f, 93.0f, 2332.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1991d2", 0 }, + { {-767.0f, 93.0f, 2298.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p2183d2", 0 }, + { {-827.0f, 93.0f, 2397.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1979d1", 0 }, + { {-729.0f, 93.0f, 2454.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1983d1", 0 }, + { {-669.0f, 93.0f, 2356.0f}, {0.0f, 1.0f, 0.0f}, {0.493942f, 0.0f, 0.869495f}, "p1993d2", 0 }, + { {291.0f, 320.0f, -564.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p113d2", 0 }, + { {1255.0f, 145.0f, -569.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p105d1", 0 }, + { {2373.0f, 93.0f, -563.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1345d1", 0 }, + { {2373.0f, 93.0f, -501.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1344d2", 0 }, + { {2486.0f, 93.0f, -500.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1339d1", 0 }, + { {2486.0f, 93.0f, -613.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1342d1", 0 }, + { {2371.0f, 93.0f, -615.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, -0.866025f}, "p1540d2", 0 }, + { {343.0f, 88.0f, 82.0f}, {0.0f, -1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p33c2", 0 }, + { {455.0f, 88.0f, -78.0f}, {0.0f, -1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p36c1", 0 }, + { {-319.0f, 19.0f, 56.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p970c1", 0 }, + { {323.0f, 19.0f, 32.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p33c1", 0 }, + { {-332.0f, 19.0f, -44.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p972c1", 0 }, + { {-51.0f, -605.0f, 47.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.0f}, "p572a", 0 }, + { {194.0f, -612.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p603a", 0 }, + { {-6.0f, -578.0f, 118.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p591a", 0 }, + { {25.0f, -605.0f, 49.0f}, {0.0f, 1.0f, 0.0f}, {-0.207912f, 0.0f, 0.978148f}, "p570a", 0 }, + { {-9.0f, -249.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p517a", 0 }, + { {-1661.0f, 93.0f, -1748.0f}, {0.0f, 1.0f, 0.0f}, {0.499921f, 0.0f, 0.866071f}, "p862d1", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {277.0f, 4.0f, -72.0f}, {0.0f, 1.0f, 0.000122f}, {0.002218f, 0.000116f, -0.999997f}, "p28c", 0, {-8.017714f, 8.024393f, -0.001342f, 35.000973f, -8.013667f, 11.021776f} }, + { {200.0f, 17.0f, 75.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p131b1", 0, {-1.0f, 1.0f, -7.0f, 27.0f, -13.0f, 51.999996f} }, + { {482.0f, 17.0f, 6.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p213b2", 0, {-1.0f, 2.0f, -8.0f, 29.0f, -13.0f, 51.999996f} }, + { {-200.0f, 17.0f, -75.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p130b2", 0, {-1.0f, 1.0f, -7.0f, 27.0f, -13.0f, 51.999996f} }, + { {-482.0f, 17.0f, -6.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p241b2", 0, {-1.0f, 2.0f, -8.0f, 29.0f, -13.0f, 51.999996f} }, + { {-62.0f, -256.0f, -53.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p133a1", 0, {-1.0f, 1.0f, -6.0f, 24.0f, -13.0f, 51.999996f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 9242, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 9243, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 9244, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 9245, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 9246, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 9247, 0, + /* Type = ObjectiveDestroyObject; index = 6 */ + _mkword(0, _mkshort(0, 25)), 0, + /* Type = ObjectiveFailCondition; index = 7 */ + _mkword(0, _mkshort(0, 27)), 2048, + /* Type = ObjectiveEnd; index = 8 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 9 */ + _mkword(0, _mkshort(0, 23)), 1, 9248, 0, + /* Type = ObjectiveCompleteCondition; index = 10 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveEnd; index = 11 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Guard; index = 12 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 121), _mkword(8, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = SetGuardAttribute; index = 13 */ + _mkword(0, _mkshort(0, 18)), 0, 0x000000ff, + /* Type = Collectable; index = 14 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Guard; index = 15 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 18), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 16 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 135), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 17 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 128), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 18 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 79), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 19 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 92), _mkword(4, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Tag; index = 20 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 21 */ + _mkword(256, _mkshort(0, 10)), _mkword(33, 10000), 0x100001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = Drone; index = 22 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 141), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x0000003b, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x000a0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Drone; index = 23 */ + _mkword(256, _mkshort(0, 13)), _mkword(98, 142), 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000041, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x000a0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Armour; index = 24 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 143), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 25 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 131), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 26 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 138), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 27 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 124), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Tag; index = 28 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0x0001), 0, 0, + /* Type = Door; index = 29 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 1), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 30 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = Door; index = 31 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 2), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 32 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0001), 0, 0, + /* Type = Door; index = 33 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 3), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 34 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = Door; index = 35 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 4), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 36 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = Door; index = 37 */ + _mkword(256, _mkshort(0, 1)), _mkword(169, 5), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000051, 0x00000051, 0x00000666, _mkword(0, 0), 0x00000000, 600, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Aircraft; index = 38 */ + _mkword(588, _mkshort(0, 40)), _mkword(282, 147), 0x10020008, 0x00080000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000421, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 39 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0xffff), 0, 0, + /* Type = Cutscene; index = 40 */ + _mkword(0, _mkshort(0, 46)), -10082, -264079, 57235, 392244, 29281, 146, + /* Type = Tag; index = 41 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0xffff), 0, 0, + /* Type = Cutscene; index = 42 */ + _mkword(0, _mkshort(0, 46)), -34377, -239279, 216636, 34886, 16013, 146, + /* Type = Tag; index = 43 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0xffff), 0, 0, + /* Type = Cutscene; index = 44 */ + _mkword(0, _mkshort(0, 46)), 13810, -206179, 49962, 394045, 330792, 146, + /* Type = Tag; index = 45 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0xffff), 0, 0, + /* Type = Cutscene; index = 46 */ + _mkword(0, _mkshort(0, 46)), 10705, -296979, 76956, 395818, 32026, 146, + /* Type = Tag; index = 47 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0xffff), 0, 0, + /* Type = EndProps; index = 48 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 151, 0, + /* Type = WatchTime; index = 1 */ + _mkword(0, _mkshort(0, 7)), 4, 20, + /* Type = StartWeapon; index = 2 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 3 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = FixedCam; index = 4 */ + _mkword(0, _mkshort(0, 6)), 0xfff822fb, 0x0000f321, 0xfffb103d, 0x00023be8, 0x00000000, 0x00000079, 0x00002422, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 5 */ + _mkword(0, _mkshort(0, 6)), 0x0000601d, 0xfffe3298, 0xfffd8741, 0x0003bdd6, 0x0000742b, 0x0000006a, 0x00002422, 0x00000000, 0x00000000, + /* Type = Cuff; index = 6 */ + _mkword(0, _mkshort(0, 5)), 2, + /* Type = SwirlCam; index = 7 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00b50000, 0x00000000, 0x12430000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00b50000, 0x00000000, 0x12430000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a70000, 0x00000000, 0x0feb0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a30000, 0x00000000, 0x0d930000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00950000, 0xfff98000, 0x0b3b0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00870000, 0xffea0000, 0x08e30000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00790000, 0xffe30000, 0x068b0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x006b0000, 0x00000000, 0x04330000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00800000, 0x00570000, 0x020f0000, 0x00009999, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a50000, 0x00990000, 0x00e80000, 0x00009761, 0x00190000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00ad0000, 0x00850000, 0x001f0000, 0x00009761, 0x001e0000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00430000, 0x003b0000, 0xffaf0000, 0x000065e0, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 19 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00090000, 0x00150000, 0xffd20000, 0x00006c1e, 0x001e0000, 0xffffffff, + /* Type = SwirlCam; index = 20 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 21 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 22 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 23 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 13, -1 }; +s32 path_neighbors_1[] = { 14, -1 }; +s32 path_neighbors_2[] = { 12, -1 }; +s32 path_neighbors_3[] = { 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, 8, -1 }; +s32 path_neighbors_6[] = { 5, 7, -1 }; +s32 path_neighbors_7[] = { 6, 10, -1 }; +s32 path_neighbors_8[] = { 5, 9, -1 }; +s32 path_neighbors_9[] = { 8, 10, -1 }; +s32 path_neighbors_10[] = { 7, 9, 11, -1 }; +s32 path_neighbors_11[] = { 10, 12, 13, 14, -1 }; +s32 path_neighbors_12[] = { 2, 11, 13, 14, -1 }; +s32 path_neighbors_13[] = { 0, 11, 12, 14, -1 }; +s32 path_neighbors_14[] = { 1, 11, 12, 13, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, -1 }; +s32 path_indeces_1[] = { 7, 8, 9, 10, 11, 12, 13, -1 }; +s32 path_indeces_2[] = { 14, 15, 16, 17, 18, 19, 20, -1 }; +s32 path_indeces_3[] = { 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, -1 }; +s32 path_indeces_4[] = { 31, 32, 33, -1 }; +s32 path_indeces_5[] = { 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -1 }; +s32 path_indeces_6[] = { 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, -1 }; +s32 path_indeces_7[] = { 73, 74, 75, 76, 77, 78, 79, 80, 81, -1 }; +s32 path_indeces_8[] = { 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, -1 }; +s32 path_indeces_9[] = { 93, 94, 95, 96, 97, 98, 99, 100, 101, -1 }; +s32 path_indeces_10[] = { 102, 103, 104, 105, 106, 107, 108, 109, 110, -1 }; +s32 path_indeces_11[] = { 111, 112, 113, 114, 115, 116, -1 }; +s32 path_indeces_12[] = { 117, 118, 119, 120, 121, 122, 123, 124, -1 }; +s32 path_indeces_13[] = { 125, 126, 127, 128, 129, 130, 131, 132, -1 }; +s32 path_indeces_14[] = { 133, 134, 135, 136, 137, 138, 139, 140, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, 4, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, 3, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 0, 3, 5, -1 }; +s32 path_table_5[] = { 4, 6, -1 }; +s32 path_table_6[] = { 5, 130, -1 }; +s32 path_table_7[] = { 8, 11, -1 }; +s32 path_table_8[] = { 7, 9, -1 }; +s32 path_table_9[] = { 8, 10, -1 }; +s32 path_table_10[] = { 9, 11, -1 }; +s32 path_table_11[] = { 7, 10, 12, -1 }; +s32 path_table_12[] = { 11, 13, -1 }; +s32 path_table_13[] = { 12, 138, -1 }; +s32 path_table_14[] = { 15, 18, -1 }; +s32 path_table_15[] = { 14, 16, -1 }; +s32 path_table_16[] = { 15, 17, -1 }; +s32 path_table_17[] = { 16, 18, -1 }; +s32 path_table_18[] = { 14, 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 124, -1 }; +s32 path_table_21[] = { 22, 24, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 21, 23, 27, -1 }; +s32 path_table_25[] = { 26, 30, -1 }; +s32 path_table_26[] = { 25, 28, -1 }; +s32 path_table_27[] = { 24, 28, 29, 30, -1 }; +s32 path_table_28[] = { 26, 27, 29, 30, -1 }; +s32 path_table_29[] = { 27, 28, 30, -1 }; +s32 path_table_30[] = { 25, 27, 28, 29, 31, -1 }; +s32 path_table_31[] = { 30, 32, -1 }; +s32 path_table_32[] = { 31, 33, -1 }; +s32 path_table_33[] = { 32, 34, -1 }; +s32 path_table_34[] = { 33, 35, 36, 54, 55, -1 }; +s32 path_table_35[] = { 34, 36, 41, 42, 54, -1 }; +s32 path_table_36[] = { 34, 35, 37, 41, 42, 43, 53, 54, 55, -1 }; +s32 path_table_37[] = { 36, 42, 43, 53, 54, -1 }; +s32 path_table_38[] = { 39, 60, -1 }; +s32 path_table_39[] = { 38, 40, -1 }; +s32 path_table_40[] = { 39, 41, -1 }; +s32 path_table_41[] = { 35, 36, 40, 42, -1 }; +s32 path_table_42[] = { 35, 36, 37, 41, 43, -1 }; +s32 path_table_43[] = { 36, 37, 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 44, 46, -1 }; +s32 path_table_46[] = { 45, 47, -1 }; +s32 path_table_47[] = { 46, 48, -1 }; +s32 path_table_48[] = { 47, 49, 71, -1 }; +s32 path_table_49[] = { 48, 50, -1 }; +s32 path_table_50[] = { 49, 52, -1 }; +s32 path_table_51[] = { 52, 53, -1 }; +s32 path_table_52[] = { 50, 51, -1 }; +s32 path_table_53[] = { 36, 37, 51, 54, -1 }; +s32 path_table_54[] = { 34, 35, 36, 37, 53, 55, -1 }; +s32 path_table_55[] = { 34, 36, 54, 56, -1 }; +s32 path_table_56[] = { 55, 57, -1 }; +s32 path_table_57[] = { 56, 58, -1 }; +s32 path_table_58[] = { 57, 59, -1 }; +s32 path_table_59[] = { 58, 61, -1 }; +s32 path_table_60[] = { 38, 61, -1 }; +s32 path_table_61[] = { 59, 60, 91, -1 }; +s32 path_table_62[] = { 63, 65, 72, -1 }; +s32 path_table_63[] = { 62, 64, 65, 66, 72, -1 }; +s32 path_table_64[] = { 63, 65, 66, 67, -1 }; +s32 path_table_65[] = { 62, 63, 64, 66, 72, -1 }; +s32 path_table_66[] = { 63, 64, 65, -1 }; +s32 path_table_67[] = { 64, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 48, 70, 72, -1 }; +s32 path_table_72[] = { 62, 63, 65, 71, 78, -1 }; +s32 path_table_73[] = { 74, 77, 80, 81, -1 }; +s32 path_table_74[] = { 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, -1 }; +s32 path_table_76[] = { 75, 77, 78, -1 }; +s32 path_table_77[] = { 73, 76, 78, 79, 80, 81, -1 }; +s32 path_table_78[] = { 72, 76, 77, 79, -1 }; +s32 path_table_79[] = { 77, 78, 80, -1 }; +s32 path_table_80[] = { 73, 77, 79, 81, -1 }; +s32 path_table_81[] = { 73, 77, 80, 106, -1 }; +s32 path_table_82[] = { 83, 85, 92, -1 }; +s32 path_table_83[] = { 82, 84, 85, 86, 92, -1 }; +s32 path_table_84[] = { 83, 85, 86, 87, -1 }; +s32 path_table_85[] = { 82, 83, 84, 86, 92, -1 }; +s32 path_table_86[] = { 83, 84, 85, -1 }; +s32 path_table_87[] = { 84, 88, -1 }; +s32 path_table_88[] = { 87, 89, -1 }; +s32 path_table_89[] = { 88, 90, -1 }; +s32 path_table_90[] = { 89, 91, -1 }; +s32 path_table_91[] = { 61, 90, 92, -1 }; +s32 path_table_92[] = { 82, 83, 85, 91, 98, -1 }; +s32 path_table_93[] = { 94, 97, 100, 101, -1 }; +s32 path_table_94[] = { 93, 95, -1 }; +s32 path_table_95[] = { 94, 96, -1 }; +s32 path_table_96[] = { 95, 97, 98, -1 }; +s32 path_table_97[] = { 93, 96, 98, 99, 100, 101, -1 }; +s32 path_table_98[] = { 92, 96, 97, 99, -1 }; +s32 path_table_99[] = { 97, 98, 100, -1 }; +s32 path_table_100[] = { 93, 97, 99, 101, -1 }; +s32 path_table_101[] = { 93, 97, 100, 109, -1 }; +s32 path_table_102[] = { 103, 105, 110, -1 }; +s32 path_table_103[] = { 102, 105, 106, 107, -1 }; +s32 path_table_104[] = { 107, 108, 109, 110, -1 }; +s32 path_table_105[] = { 102, 103, 106, -1 }; +s32 path_table_106[] = { 81, 103, 105, 107, -1 }; +s32 path_table_107[] = { 103, 104, 106, 108, -1 }; +s32 path_table_108[] = { 104, 107, 109, -1 }; +s32 path_table_109[] = { 101, 104, 108, 110, -1 }; +s32 path_table_110[] = { 102, 104, 109, 114, -1 }; +s32 path_table_111[] = { 116, 139, -1 }; +s32 path_table_112[] = { 116, 121, -1 }; +s32 path_table_113[] = { 116, 131, -1 }; +s32 path_table_114[] = { 110, 115, -1 }; +s32 path_table_115[] = { 114, 116, -1 }; +s32 path_table_116[] = { 111, 112, 113, 115, -1 }; +s32 path_table_117[] = { 121, 122, -1 }; +s32 path_table_118[] = { 122, 129, -1 }; +s32 path_table_119[] = { 123, 124, -1 }; +s32 path_table_120[] = { 121, 124, -1 }; +s32 path_table_121[] = { 112, 117, 120, -1 }; +s32 path_table_122[] = { 117, 118, -1 }; +s32 path_table_123[] = { 119, 136, -1 }; +s32 path_table_124[] = { 20, 119, 120, -1 }; +s32 path_table_125[] = { 129, 130, -1 }; +s32 path_table_126[] = { 130, 131, -1 }; +s32 path_table_127[] = { 131, 132, -1 }; +s32 path_table_128[] = { 132, 137, -1 }; +s32 path_table_129[] = { 118, 125, -1 }; +s32 path_table_130[] = { 6, 125, 126, -1 }; +s32 path_table_131[] = { 113, 126, 127, -1 }; +s32 path_table_132[] = { 127, 128, -1 }; +s32 path_table_133[] = { 137, 138, -1 }; +s32 path_table_134[] = { 138, 139, -1 }; +s32 path_table_135[] = { 139, 140, -1 }; +s32 path_table_136[] = { 123, 140, -1 }; +s32 path_table_137[] = { 128, 133, -1 }; +s32 path_table_138[] = { 13, 133, 134, -1 }; +s32 path_table_139[] = { 111, 134, 135, -1 }; +s32 path_table_140[] = { 135, 136, -1 }; + +waypoint pathwaypoints[] = { + { 0x0000008c, &path_table_0, 0x00000000, 0x00000000 }, + { 0x0000008b, &path_table_1, 0x00000000, 0x00000000 }, + { 0x0000008a, &path_table_2, 0x00000000, 0x00000000 }, + { 0x00000089, &path_table_3, 0x00000000, 0x00000000 }, + { 0x00000088, &path_table_4, 0x00000000, 0x00000000 }, + { 0x00000087, &path_table_5, 0x00000000, 0x00000000 }, + { 0x00000086, &path_table_6, 0x00000000, 0x00000000 }, + { 0x00000085, &path_table_7, 0x00000001, 0x00000000 }, + { 0x00000084, &path_table_8, 0x00000001, 0x00000000 }, + { 0x00000083, &path_table_9, 0x00000001, 0x00000000 }, + { 0x00000082, &path_table_10, 0x00000001, 0x00000000 }, + { 0x00000081, &path_table_11, 0x00000001, 0x00000000 }, + { 0x00000080, &path_table_12, 0x00000001, 0x00000000 }, + { 0x0000007f, &path_table_13, 0x00000001, 0x00000000 }, + { 0x0000007e, &path_table_14, 0x00000002, 0x00000000 }, + { 0x0000007d, &path_table_15, 0x00000002, 0x00000000 }, + { 0x0000007c, &path_table_16, 0x00000002, 0x00000000 }, + { 0x0000007b, &path_table_17, 0x00000002, 0x00000000 }, + { 0x0000007a, &path_table_18, 0x00000002, 0x00000000 }, + { 0x00000079, &path_table_19, 0x00000002, 0x00000000 }, + { 0x00000078, &path_table_20, 0x00000002, 0x00000000 }, + { 0x00000077, &path_table_21, 0x00000003, 0x00000000 }, + { 0x00000076, &path_table_22, 0x00000003, 0x00000000 }, + { 0x00000075, &path_table_23, 0x00000003, 0x00000000 }, + { 0x00000074, &path_table_24, 0x00000003, 0x00000000 }, + { 0x00000073, &path_table_25, 0x00000003, 0x00000000 }, + { 0x00000072, &path_table_26, 0x00000003, 0x00000000 }, + { 0x00000071, &path_table_27, 0x00000003, 0x00000000 }, + { 0x00000070, &path_table_28, 0x00000003, 0x00000000 }, + { 0x0000006f, &path_table_29, 0x00000003, 0x00000000 }, + { 0x0000006e, &path_table_30, 0x00000003, 0x00000000 }, + { 0x0000006d, &path_table_31, 0x00000004, 0x00000000 }, + { 0x0000006c, &path_table_32, 0x00000004, 0x00000000 }, + { 0x0000006b, &path_table_33, 0x00000004, 0x00000000 }, + { 0x0000006a, &path_table_34, 0x00000005, 0x00000000 }, + { 0x00000069, &path_table_35, 0x00000005, 0x00000000 }, + { 0x00000068, &path_table_36, 0x00000005, 0x00000000 }, + { 0x00000067, &path_table_37, 0x00000005, 0x00000000 }, + { 0x00000066, &path_table_38, 0x00000005, 0x00000000 }, + { 0x00000065, &path_table_39, 0x00000005, 0x00000000 }, + { 0x00000064, &path_table_40, 0x00000005, 0x00000000 }, + { 0x00000063, &path_table_41, 0x00000005, 0x00000000 }, + { 0x00000062, &path_table_42, 0x00000005, 0x00000000 }, + { 0x00000061, &path_table_43, 0x00000005, 0x00000000 }, + { 0x00000060, &path_table_44, 0x00000005, 0x00000000 }, + { 0x0000005f, &path_table_45, 0x00000005, 0x00000000 }, + { 0x0000005e, &path_table_46, 0x00000005, 0x00000000 }, + { 0x0000005d, &path_table_47, 0x00000005, 0x00000000 }, + { 0x0000005c, &path_table_48, 0x00000005, 0x00000000 }, + { 0x0000005b, &path_table_49, 0x00000005, 0x00000000 }, + { 0x0000005a, &path_table_50, 0x00000005, 0x00000000 }, + { 0x00000059, &path_table_51, 0x00000005, 0x00000000 }, + { 0x00000058, &path_table_52, 0x00000005, 0x00000000 }, + { 0x00000057, &path_table_53, 0x00000005, 0x00000000 }, + { 0x00000056, &path_table_54, 0x00000005, 0x00000000 }, + { 0x00000055, &path_table_55, 0x00000005, 0x00000000 }, + { 0x00000054, &path_table_56, 0x00000005, 0x00000000 }, + { 0x00000053, &path_table_57, 0x00000005, 0x00000000 }, + { 0x00000052, &path_table_58, 0x00000005, 0x00000000 }, + { 0x00000051, &path_table_59, 0x00000005, 0x00000000 }, + { 0x00000050, &path_table_60, 0x00000005, 0x00000000 }, + { 0x0000004f, &path_table_61, 0x00000005, 0x00000000 }, + { 0x0000004e, &path_table_62, 0x00000006, 0x00000000 }, + { 0x0000004d, &path_table_63, 0x00000006, 0x00000000 }, + { 0x0000004c, &path_table_64, 0x00000006, 0x00000000 }, + { 0x0000004b, &path_table_65, 0x00000006, 0x00000000 }, + { 0x0000004a, &path_table_66, 0x00000006, 0x00000000 }, + { 0x00000049, &path_table_67, 0x00000006, 0x00000000 }, + { 0x00000048, &path_table_68, 0x00000006, 0x00000000 }, + { 0x00000047, &path_table_69, 0x00000006, 0x00000000 }, + { 0x00000046, &path_table_70, 0x00000006, 0x00000000 }, + { 0x00000045, &path_table_71, 0x00000006, 0x00000000 }, + { 0x00000044, &path_table_72, 0x00000006, 0x00000000 }, + { 0x00000043, &path_table_73, 0x00000007, 0x00000000 }, + { 0x00000042, &path_table_74, 0x00000007, 0x00000000 }, + { 0x00000041, &path_table_75, 0x00000007, 0x00000000 }, + { 0x00000040, &path_table_76, 0x00000007, 0x00000000 }, + { 0x0000003f, &path_table_77, 0x00000007, 0x00000000 }, + { 0x0000003e, &path_table_78, 0x00000007, 0x00000000 }, + { 0x0000003d, &path_table_79, 0x00000007, 0x00000000 }, + { 0x0000003c, &path_table_80, 0x00000007, 0x00000000 }, + { 0x0000003b, &path_table_81, 0x00000007, 0x00000000 }, + { 0x0000003a, &path_table_82, 0x00000008, 0x00000000 }, + { 0x00000039, &path_table_83, 0x00000008, 0x00000000 }, + { 0x00000038, &path_table_84, 0x00000008, 0x00000000 }, + { 0x00000037, &path_table_85, 0x00000008, 0x00000000 }, + { 0x00000036, &path_table_86, 0x00000008, 0x00000000 }, + { 0x00000035, &path_table_87, 0x00000008, 0x00000000 }, + { 0x00000034, &path_table_88, 0x00000008, 0x00000000 }, + { 0x00000033, &path_table_89, 0x00000008, 0x00000000 }, + { 0x00000032, &path_table_90, 0x00000008, 0x00000000 }, + { 0x00000031, &path_table_91, 0x00000008, 0x00000000 }, + { 0x00000030, &path_table_92, 0x00000008, 0x00000000 }, + { 0x0000002f, &path_table_93, 0x00000009, 0x00000000 }, + { 0x0000002e, &path_table_94, 0x00000009, 0x00000000 }, + { 0x0000002d, &path_table_95, 0x00000009, 0x00000000 }, + { 0x0000002c, &path_table_96, 0x00000009, 0x00000000 }, + { 0x0000002b, &path_table_97, 0x00000009, 0x00000000 }, + { 0x0000002a, &path_table_98, 0x00000009, 0x00000000 }, + { 0x00000029, &path_table_99, 0x00000009, 0x00000000 }, + { 0x00000028, &path_table_100, 0x00000009, 0x00000000 }, + { 0x00000027, &path_table_101, 0x00000009, 0x00000000 }, + { 0x00000026, &path_table_102, 0x0000000a, 0x00000000 }, + { 0x00000025, &path_table_103, 0x0000000a, 0x00000000 }, + { 0x00000024, &path_table_104, 0x0000000a, 0x00000000 }, + { 0x00000023, &path_table_105, 0x0000000a, 0x00000000 }, + { 0x00000022, &path_table_106, 0x0000000a, 0x00000000 }, + { 0x00000021, &path_table_107, 0x0000000a, 0x00000000 }, + { 0x00000020, &path_table_108, 0x0000000a, 0x00000000 }, + { 0x0000001f, &path_table_109, 0x0000000a, 0x00000000 }, + { 0x0000001e, &path_table_110, 0x0000000a, 0x00000000 }, + { 0x0000001d, &path_table_111, 0x0000000b, 0x00000000 }, + { 0x0000001c, &path_table_112, 0x0000000b, 0x00000000 }, + { 0x0000001b, &path_table_113, 0x0000000b, 0x00000000 }, + { 0x0000001a, &path_table_114, 0x0000000b, 0x00000000 }, + { 0x00000019, &path_table_115, 0x0000000b, 0x00000000 }, + { 0x00000018, &path_table_116, 0x0000000b, 0x00000000 }, + { 0x00000017, &path_table_117, 0x0000000c, 0x00000000 }, + { 0x00000016, &path_table_118, 0x0000000c, 0x00000000 }, + { 0x00000015, &path_table_119, 0x0000000c, 0x00000000 }, + { 0x00000014, &path_table_120, 0x0000000c, 0x00000000 }, + { 0x00000013, &path_table_121, 0x0000000c, 0x00000000 }, + { 0x00000012, &path_table_122, 0x0000000c, 0x00000000 }, + { 0x00000011, &path_table_123, 0x0000000c, 0x00000000 }, + { 0x00000010, &path_table_124, 0x0000000c, 0x00000000 }, + { 0x0000000f, &path_table_125, 0x0000000d, 0x00000000 }, + { 0x0000000e, &path_table_126, 0x0000000d, 0x00000000 }, + { 0x0000000d, &path_table_127, 0x0000000d, 0x00000000 }, + { 0x0000000c, &path_table_128, 0x0000000d, 0x00000000 }, + { 0x0000000b, &path_table_129, 0x0000000d, 0x00000000 }, + { 0x0000000a, &path_table_130, 0x0000000d, 0x00000000 }, + { 0x00000009, &path_table_131, 0x0000000d, 0x00000000 }, + { 0x00000008, &path_table_132, 0x0000000d, 0x00000000 }, + { 0x00000007, &path_table_133, 0x0000000e, 0x00000000 }, + { 0x00000006, &path_table_134, 0x0000000e, 0x00000000 }, + { 0x00000005, &path_table_135, 0x0000000e, 0x00000000 }, + { 0x00000004, &path_table_136, 0x0000000e, 0x00000000 }, + { 0x00000003, &path_table_137, 0x0000000e, 0x00000000 }, + { 0x00000002, &path_table_138, 0x0000000e, 0x00000000 }, + { 0x00000001, &path_table_139, 0x0000000e, 0x00000000 }, + { 0x00000000, &path_table_140, 0x0000000e, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_34[] = { 0xad68656c, 0x6c6f0002, 0x350234ae, 0xad210a00, 0x03310129, 0x00330229, 0x33358029, 0xf329bd04, 0xff008304, 0x02000000, 0x01330229, 0xf333bd04, 0xff004f04, 0x02000000, 0x01290233, 0x02290331, 0x02290033, 0x02293335, 0x8029f329, 0xbd04ff00, 0x8a040300, 0x00000133, 0x0229f333, 0xbd04ff00, 0x08040300, 0x00000129, 0x02330229, 0x03310329, 0x00330229, 0x33358029, 0xf329bd04, 0xff001204, 0x04000000, 0x01330229, 0xf333bd04, 0xff005c04, 0x04000000, 0x01290233, 0x02290331, 0x04290033, 0x02293335, 0x8029f329, 0xbd04ff00, 0x3e040500, 0x00000133, 0x0229f333, 0xbd04ff00, 0x00040500, 0x00000129, 0x02330229, 0x03310529, 0x00330229, 0x33358029, 0xf329bd04, 0xff006e04, 0x06000000, 0x01060229, 0xf333bd04, 0xff007d04, 0x06000000, 0x01060233, 0x020603b4, 0x0002d029, 0x01060229, 0x01340400 }; +u32 ai_1[] = { 0x8e01ad68, 0x310a0005, 0xfd040104 }; +u32 ai_2[] = { 0x8e02ad68, 0x320a0005, 0xfd040104 }; +u32 ai_3[] = { 0x8e03ad68, 0x330a0005, 0xfd040104 }; +u32 ai_4[] = { 0x8e04ad68, 0x340a0005, 0xfd040104 }; +u32 ai_5[] = { 0x8e05ad68, 0x350a0005, 0xfd040104 }; +u32 ai_0[] = { 0x02293335, 0xa0363550, 0x338f0028, 0x90001491, 0x3293328d, 0xbfbf00c3, 0x09000000, 0x00290229, 0xc000dc00, 0x00000006, 0x00060233, 0x8f002890, 0x0014913c, 0x933cbf00, 0xc3098000, 0x00002902, 0x29c000de, 0x00000000, 0x290229bf, 0x00c30990, 0x00000006, 0x00060236, 0x8f002890, 0x00149150, 0x9350c000, 0xdd000000, 0x00290229, 0xbf00c309, 0x80000000, 0x290229bf, 0x00c30990, 0x00000006, 0x020605fd, 0x04070400 }; +u32 ai_6[] = { 0x02372807, 0x0207034c, 0x01c2333c, 0x3802332f, 0x39010702, 0x383c2900, 0x06023903, 0x01370229, 0x023a3335, 0x0a291a06, 0x02293532, 0x290e0602, 0x29356429, 0x11060229, 0x35962912, 0x06022935, 0xc8291400, 0x01000006, 0x02291500, 0x01000006, 0x0206032f, 0x29010602, 0x293c2900, 0x07020703, 0x01370229, 0x03013a04 }; +u32 ai_7[] = { 0x9000148f, 0x00aa9164, 0x93649264, 0x9d000002, 0x009d0000, 0x08009d00, 0x000010ab, 0x00900203, 0x1c232802, 0x07034dfd, 0x000a2328, 0x292f2901, 0x0702294d, 0xfd001e23, 0x28290103, 0x02299a00, 0x0004009d, 0x00080000, 0x05fd0413, 0x04000000 }; +u32 ai_41[] = { 0x0207039c, 0x00800000, 0x29010702, 0x299b0080, 0x00009c00, 0x00100029, 0xc3240d9a, 0x00001000, 0x01070229, 0x9c000020, 0x0029c324, 0x0e9a0000, 0x20000107, 0x02299c00, 0x00400029, 0xc3240f9a, 0x00004000, 0x01070229, 0x9c000080, 0x0029c324, 0x109a0000, 0x80000107, 0x02299c00, 0x01000029, 0xc324119a, 0x00010000, 0x01070229, 0x9c000200, 0x0029c324, 0x129a0002, 0x00000107, 0x02299c00, 0x04000029, 0xc324139a, 0x00040000, 0x01070229, 0x9c000800, 0x0029c324, 0x149a0008, 0x00000107, 0x02290107, 0x04000000 }; +u32 ai_18[] = { 0xad547374, 0x616e640a, 0x009b0200, 0x00009b01, 0x0000009e, 0x00000010, 0xad2d3e64, 0x616d6167, 0x65206f6e, 0x28737461, 0x6e64290a, 0x007efd29, 0x02290203, 0x14002100, 0x00290229, 0x0207f8fd, 0x29022903, 0x4b005006, 0x7efd2a3c, 0x089c0100, 0x00002900, 0x33022996, 0x04069a04, 0x00000002, 0x339f0000, 0x00102900, 0x33022946, 0x29f8fd29, 0x00330229, 0x9604069a, 0x04000000, 0x02330107, 0x02089f00, 0x00001029, 0x00330229, 0x33353233, 0x1a090233, 0x16000100, 0x00090209, 0x33353c0a, 0x9a020000, 0x00020af8, 0xfd290229, 0x034b0050, 0x067efd2a, 0x9c010000, 0x00290033, 0x02299604, 0x069a0400, 0x00000233, 0x9f000000, 0x10290033, 0x02294629, 0xf8fd2900, 0x3302299c, 0x02000000, 0x4c003302, 0x4c960406, 0x9a040000, 0x0002332f, 0x29010a02, 0x29010302, 0x2a9d0000, 0x0010ad3c, 0x2d64616d, 0x61676520, 0x6f666628, 0x7374616e, 0x64290a00, 0x9a008000, 0x0033353c, 0x339a0100, 0x00000233, 0x01030206, 0x05fd0411, 0x04000000 }; +u32 ai_16[] = { 0xad547275, 0x6e0a007d, 0xfd5a2905, 0xfd041002, 0x29ae9502, 0x95049508, 0x95100203, 0x1f232802, 0x07037efd, 0x2a960233, 0xb400003c, 0x08023396, 0x08330233, 0x961033b4, 0x0002580a, 0x02334dfd, 0x000a2328, 0x062f0601, 0x07020605, 0xfd041302, 0x089402ad, 0x6772656e, 0x61646521, 0x0a003335, 0x50291b00, 0xc41a2902, 0x29010702, 0x099408ad, 0x6772656e, 0x61646521, 0x0a003335, 0x50291b00, 0xc41a2902, 0x29010702, 0x0a9410ad, 0x77616c6b, 0x20617474, 0x61636b0a, 0x003c2901, 0x0702297f, 0x33290107, 0x0229c324, 0x19022901, 0x03022a9d, 0x00000010, 0xad3c2d64, 0x616d6167, 0x65206f66, 0x66287275, 0x6e290a00, 0x9a008000, 0x00010304 }; +u32 ai_20[] = { 0x1e007402, 0x08032f29, 0x01080229, 0x05fd0417, 0x04000000 }; +u32 ai_22[] = { 0x1c007602, 0x09032f29, 0x01090229, 0x020a0355, 0x00742901, 0x0a022902, 0x0b035200, 0x46007429, 0x010b0229, 0x05fd0418, 0x04000000 }; +u32 ai_21[] = { 0x0a006aff, 0xffffff06, 0x00030207, 0x0a006aff, 0xffffff44, 0x00020803, 0x46293c29, 0x2f090108, 0x02090107, 0x0229c324, 0x160a006b, 0xffffffff, 0x8610ae02, 0x0a03b400, 0x00782901, 0x0a022955, 0x00742905, 0xfd041502, 0x2905fd04, 0x17040000 }; +u32 ai_15[] = { 0xad54480a, 0x009d0000, 0x0010ad3c, 0x2d64616d, 0x61676520, 0x6f666628, 0x48290a00, 0xc32415f4, 0x0000ff1f, 0x00969164, 0x92649364, 0x0204032f, 0x29010402, 0x29550073, 0x29550074, 0x29550094, 0x2955006d, 0x29000302, 0x2905fd04, 0x150203d9, 0xfd009629, 0x05fd0415, 0x0229ad62, 0x61636b0a, 0x0005fd04, 0x16040000 }; +u32 ai_19[] = { 0xad54210a, 0x00140021, 0x00000402, 0x04030104, 0x04000000 }; +u32 ai_17[] = { 0xad547768, 0x6572650a, 0x009d0000, 0x02000203, 0x031f005c, 0x01030400 }; +u32 ai_8[] = { 0xad54410a, 0x00020403, 0x53003200, 0x3b290247, 0xac00005c, 0x97000405, 0xfd040e02, 0x29530032, 0x003e2902, 0x4833353c, 0x2aac0000, 0x91970004, 0x05fd040a, 0x022a3578, 0x2a9b0800, 0x0000ac00, 0x00019700, 0x0405fd04, 0x0b022a35, 0xb42a9b08, 0x000000ac, 0x00000997, 0x000405fd, 0x040c022a, 0x9b080000, 0x00ac0000, 0x13970004, 0x05fd040d, 0x02299c04, 0x00000041, 0x01040241, 0x9b040000, 0x00550022, 0x42550045, 0x4355005b, 0x43333532, 0x43024201, 0x47024301, 0x48040000 }; +u32 ai_9[] = { 0xad54420a, 0x00020403, 0x53003200, 0x27290247, 0xac00004f, 0x97000405, 0xfd040f02, 0x29530032, 0x002a2902, 0x4833353c, 0x2aac0000, 0x90970004, 0x05fd0409, 0x022a3578, 0x2a9b0800, 0x0000ac00, 0x00019700, 0x0405fd04, 0x0b022a35, 0xb42a9b08, 0x000000ac, 0x00000997, 0x000405fd, 0x040c022a, 0x9b080000, 0x00ac0000, 0x13970004, 0x05fd040d, 0x02299c04, 0x00000041, 0x01040241, 0x9b040000, 0x0055001f, 0x42550031, 0x43550050, 0x43333532, 0x43024201, 0x47024301, 0x48040000 }; +u32 ai_10[] = { 0xad54430a, 0x00020403, 0x53003200, 0x04290247, 0x3335782a, 0xac000090, 0x97000405, 0xfd040902, 0x2aac0000, 0x91970004, 0x05fd040a, 0x02295300, 0x32000729, 0x02483335, 0x782aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0229, 0x53003200, 0x1d290249, 0x3335c83f, 0x9c080000, 0x003e023f, 0x3335782a, 0x9a080000, 0x00ac0000, 0x13970004, 0x05fd040d, 0x022a9a08, 0x000000ac, 0x00000997, 0x000405fd, 0x040c023e, 0x01470229, 0x9c040000, 0x00410104, 0x02419b04, 0x00000055, 0x00184255, 0x001d4255, 0x00114355, 0x00134355, 0x001c4355, 0x00034455, 0x00094455, 0x001b4433, 0x357f4502, 0x42014902, 0x43333555, 0x2a9a0800, 0x0000ac00, 0x00099700, 0x0405fd04, 0x0c022a35, 0xaa2aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0244, 0x3335552a, 0x9a080000, 0x00ac0000, 0x13970004, 0x05fd040d, 0x022a35aa, 0x2aac0000, 0x90970004, 0x05fd0409, 0x022aac00, 0x00919700, 0x0405fd04, 0x0a024501, 0x47040000 }; +u32 ai_11[] = { 0xad54440a, 0x00020403, 0x53003200, 0x0c290247, 0x3335782a, 0xac000090, 0x97000405, 0xfd040902, 0x2aac0000, 0x91970004, 0x05fd040a, 0x02295300, 0x32000f29, 0x02483335, 0x782aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0229, 0x53003200, 0x1b290249, 0x3335c83f, 0x9c080000, 0x003e023f, 0x3335782a, 0x9a080000, 0x00ac0000, 0x01970004, 0x05fd040b, 0x022a9a08, 0x000000ac, 0x00001397, 0x000405fd, 0x040d023e, 0x01470229, 0x9c040000, 0x00410104, 0x02419b04, 0x00000055, 0x00094255, 0x001b4255, 0x00034355, 0x00014355, 0x001d4355, 0x000b4455, 0x00134455, 0x001c4433, 0x357f4502, 0x42014902, 0x43333555, 0x2a9a0800, 0x0000ac00, 0x00139700, 0x0405fd04, 0x0c022a35, 0xaa2aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0244, 0x3335552a, 0x9a080000, 0x00ac0000, 0x01970004, 0x05fd040d, 0x022a35aa, 0x2aac0000, 0x90970004, 0x05fd0409, 0x022aac00, 0x00919700, 0x0405fd04, 0x0a024501, 0x47040000 }; +u32 ai_12[] = { 0xad54450a, 0x00020403, 0x53003200, 0x16290247, 0x3335782a, 0xac000090, 0x97000405, 0xfd040902, 0x2aac0000, 0x91970004, 0x05fd040a, 0x02295300, 0x32001529, 0x02483335, 0x782aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0229, 0x53003200, 0x1c290249, 0x3335c83f, 0x9c080000, 0x003e023f, 0x3335782a, 0x9a080000, 0x00ac0000, 0x01970004, 0x05fd040b, 0x022a9a08, 0x000000ac, 0x00000997, 0x000405fd, 0x040c023e, 0x01470229, 0x9c040000, 0x00410104, 0x02419b04, 0x00000055, 0x00134255, 0x001c4255, 0x000b4355, 0x00094355, 0x001b4355, 0x00114455, 0x00014455, 0x001d4433, 0x357f4502, 0x42014902, 0x43333555, 0x2a9a0800, 0x0000ac00, 0x00019700, 0x0405fd04, 0x0c022a35, 0xaa2aac00, 0x00909700, 0x0405fd04, 0x09022aac, 0x00009197, 0x000405fd, 0x040a0244, 0x3335552a, 0x9a080000, 0x00ac0000, 0x09970004, 0x05fd040d, 0x022a35aa, 0x2aac0000, 0x90970004, 0x05fd0409, 0x022aac00, 0x00919700, 0x0405fd04, 0x0a024501, 0x47040000 }; +u32 ai_13[] = { 0xad54460a, 0x00020403, 0x53003200, 0x45290247, 0xac000091, 0x97000405, 0xfd040a02, 0x29530032, 0x00592902, 0x48ac0000, 0x90970004, 0x05fd0409, 0x02295300, 0x32006029, 0x0249ac00, 0x00909700, 0x0405fd04, 0x0902299c, 0x04000000, 0x41010402, 0x419b0400, 0x00005500, 0x44425500, 0x3e425500, 0x60435500, 0x61435500, 0x64435500, 0x50433335, 0x7f440147, 0x02420147, 0x02430148, 0x02440148, 0x04000000 }; +u32 ai_14[] = { 0xad54470a, 0x00020403, 0x53003200, 0x31290247, 0xac000090, 0x97000405, 0xfd040902, 0x29530032, 0x00542902, 0x48ac0000, 0x91970004, 0x05fd040a, 0x02295300, 0x32006429, 0x0249ac00, 0x00919700, 0x0405fd04, 0x0a02299c, 0x04000000, 0x41010402, 0x419b0400, 0x00005500, 0x31425500, 0x2a425500, 0x64435500, 0x63435500, 0x60435500, 0x5d433335, 0x7f440147, 0x02420147, 0x02430148, 0x02440148, 0x04000000 }; +u32 ai_35[] = { 0x0204035b, 0x0029002a, 0x02299c00, 0x00040029, 0x01040229, 0xc32406ae, 0x0207035b, 0x0029002a, 0x0229b400, 0x012c2901, 0x070229c3, 0x2407c400, 0xa100b700, 0xb4b9b502, 0x0b035b00, 0x29002a02, 0x29bb003c, 0x29010b02, 0x29020803, 0x5b002900, 0x2a0229bb, 0x000f2901, 0x080229c3, 0x24090209, 0x035b0029, 0x002a0229, 0xbb000029, 0x01090229, 0x9a000008, 0x00c3240a, 0xc900f500, 0xb6b8020a, 0x03010a02, 0x2ac900c3, 0x24089a00, 0x000200f5, 0x00b6b802, 0x06030106, 0x04000000 }; +u32 ai_36[] = { 0x02040331, 0x00290104, 0x02299a00, 0x00010002, 0x06030106, 0x04000000 }; +u32 ai_37[] = { 0x02040229, 0x05fd0409, 0x04000000 }; +u32 ai_23[] = { 0x9e000000, 0x109d0000, 0x80000203, 0x3c292807, 0x02070354, 0xfd009431, 0x30fd303c, 0x29010702, 0x29333540, 0x29110602, 0x2933357f, 0x29140001, 0x00000602, 0x29150001, 0x00000602, 0x060354fd, 0x00943130, 0xfd302f29, 0x01060229, 0x01030231, 0x9a100000, 0x009d0000, 0x40002202, 0x3003c324, 0x17ae020b, 0x0354fd00, 0x94310033, 0x02319a10, 0x00000002, 0x33b40000, 0x7829010b, 0x0229c324, 0x18020c03, 0x54fd0094, 0x31003302, 0x319a1000, 0x00000233, 0x010c0400 }; +u32 ai_24[] = { 0xd9fd0092, 0x290229e0, 0xfd00e0fd, 0x019d0000, 0x2000db0a, 0x00b30002, 0xffff0610, 0x0a00b300, 0x02ffff06, 0x109a8000, 0x0000ae02, 0x07039d00, 0x001000b4, 0x00012229, 0x01070229, 0xda020803, 0xdc290108, 0x0229d502, 0x00020000, 0xd9fd0092, 0x290229db, 0x0a00b300, 0x02ffff06, 0x100a00b3, 0x0002ffff, 0x06109a40, 0x000000ae, 0x0209039d, 0x00001000, 0xb4000122, 0x29010902, 0x29da020a, 0x03dc2901, 0x0a022902, 0x06d20301, 0x06040000 }; +u32 ai_25[] = { 0xd9fd0092, 0x2902290a, 0x00b4ffff, 0xffff0610, 0x039d0000, 0x1000d9fd, 0x00942902, 0x299d0000, 0x2000dbae, 0x0207039e, 0x00001000, 0x9e000000, 0x01b40000, 0x3c290107, 0x0229da02, 0x0803dc29, 0x01080229, 0xd5030002, 0x0000d9fd, 0x00922902, 0x290a00b4, 0xffffffff, 0x06100303, 0x9d000010, 0x00d9fd00, 0x94290229, 0xdbae0209, 0x039e0000, 0x10009e00, 0x000001b4, 0x00005a29, 0x01090229, 0xda020a03, 0xdc29010a, 0x02299a20, 0x00000002, 0x06030106, 0x04000000 }; +u32 ai_26[] = { 0xd9fd0095, 0x29022908, 0x02060301, 0x06040000 }; +u32 ai_39[] = { 0x02030355, 0x00922955, 0x00933001, 0x03022931, 0x00290103, 0x02299601, 0x299401ae, 0x0229b400, 0x003c2901, 0x0302299c, 0x10000000, 0x2905fd04, 0x20022905, 0xfd041d02, 0x30d6f60a, 0x29010302, 0x29d70002, 0x07035500, 0x9329d801, 0x030229d6, 0xf01a2901, 0x07022905, 0xfd041c04 }; +u32 ai_30[] = { 0xeb3decd7, 0x00e300dd, 0xeaed0303, 0x03d50100, 0x010000a1, 0xf8000004, 0x0005f804, 0x1905fd00, 0x01023d05, 0xfd000104 }; +u32 ai_31[] = { 0xeb3decd7, 0x00e300da, 0x020703dc, 0x29010702, 0x2905fd04, 0x1f023d05, 0xfd000104 }; +u32 ai_27[] = { 0xeb3decd7, 0x00e300f9, 0xda020703, 0xdc290107, 0x0229ddea, 0xed030303, 0xd5040002, 0x000005f8, 0x041a3000, 0x29310029, 0x54000074, 0x0a002902, 0x0aa10000, 0x00040005, 0x00041b02, 0x29020803, 0x9c200000, 0x00290108, 0x0229d205, 0xfd000102, 0x3d05fd00, 0x01040000 }; +u32 ai_29[] = { 0x8e000206, 0x03010604 }; +u32 ai_28[] = { 0xeb3decd7, 0x00da0207, 0x03dc2901, 0x07022931, 0x00300029, 0x0230bd08, 0xff009204, 0x1e000000, 0x10290229, 0x03033100, 0x30002902, 0x3005fd04, 0x1f0229dd, 0xeaed0303, 0x03d50400, 0x020000a1, 0x00000004, 0x00050004, 0x1a550074, 0x0aa0f800, 0x00040000, 0x29020a05, 0xf8041b02, 0x29020803, 0x9c200000, 0x00290108, 0x022905fd, 0x041f023d, 0x05fd0001, 0x04000000 }; +u32 ai_32[] = { 0xcd026c00, 0x000a0000, 0xffff0002, 0x06100207, 0x039c8000, 0x00002901, 0x070229a7, 0x05000800, 0x000a0000, 0x0002ffff, 0x06100208, 0x039c4000, 0x00002901, 0x08022965, 0x0500930a, 0x00000002, 0xffff0610, 0x0a000000, 0x02ffff06, 0x10020603, 0x01060400 }; +u32 ai_33[] = { 0xae0a0063, 0x00000001, 0x06100207, 0x03b40000, 0x14290107, 0x02290a00, 0x630001ff, 0xff061002, 0x06030106, 0x04000000 }; +u32 ai_38[] = { 0x020703cf, 0x29010702, 0x2905f804, 0x22020603, 0x01060400 }; +u32 ai_40[] = { 0x0203034e, 0x00003c27, 0x11296806, 0x0a296606, 0x02294e00, 0x003c2712, 0x2968070a, 0x29660702, 0x294e0000, 0x3c271329, 0x68080a29, 0x66080229, 0x4e00003c, 0x27142968, 0x090a2966, 0x0902294e, 0x00001427, 0x1529680a, 0x0a29660a, 0x02290103, 0x04000000 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x0000041b }, + /* index = 27 */ + { &ai_27, 0x0000041c }, + /* index = 28 */ + { &ai_28, 0x0000041d }, + /* index = 29 */ + { &ai_29, 0x0000041e }, + /* index = 30 */ + { &ai_30, 0x0000041f }, + /* index = 31 */ + { &ai_31, 0x00000420 }, + /* index = 32 */ + { &ai_32, 0x00000421 }, + /* index = 33 */ + { &ai_33, 0x00000422 }, + /* index = 34 */ + { &ai_34, 0x00001000 }, + /* index = 35 */ + { &ai_35, 0x00001001 }, + /* index = 36 */ + { &ai_36, 0x00001002 }, + /* index = 37 */ + { &ai_37, 0x00001003 }, + /* index = 38 */ + { &ai_38, 0x00001004 }, + /* index = 39 */ + { &ai_39, 0x00001005 }, + /* index = 40 */ + { &ai_40, 0x00001006 }, + /* index = 41 */ + { &ai_41, 0x00001007 }, + /* index = 42 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/u/UsetupdestZ.c b/assets/obseg/setup/u/UsetupdestZ.c new file mode 100644 index 0000000..b87ca63 --- /dev/null +++ b/assets/obseg/setup/u/UsetupdestZ.c @@ -0,0 +1,1342 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:15 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +char *pad3dnames[]; +waypoint pathwaypoints[]; +char *padnames[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupdestZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + &padnames, + &pad3dnames +}; + +PadRecord padlist[] = { + { {-123.0f, 372.0f, -155.0f}, {0.0f, 1.0f, 0.0f}, {0.707148f, 0.0f, 0.707066f}, "p522a", 0 }, + { {14.0f, 372.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-0.258817f, 0.0f, -0.965926f}, "p494a", 0 }, + { {92.0f, 372.0f, -165.0f}, {0.0f, 1.0f, 0.0f}, {-0.866798f, 0.0f, 0.49866f}, "p482a", 0 }, + { {97.0f, 370.0f, -335.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1042b", 0 }, + { {-69.0f, 370.0f, -284.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1049b", 0 }, + { {-109.0f, 370.0f, -322.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2b", 0 }, + { {-120.0f, 370.0f, -985.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1474c", 0 }, + { {-229.0f, 370.0f, -1395.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1443c", 0 }, + { {-261.0f, 370.0f, -1504.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1455c", 0 }, + { {-149.0f, 370.0f, -1084.0f}, {0.0f, 1.0f, 0.0f}, {-0.272537f, 0.0f, -0.962145f}, "p1482c", 0 }, + { {151.0f, 370.0f, -1108.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p1480c", 0 }, + { {266.0f, 370.0f, -994.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1504c", 0 }, + { {243.0f, 370.0f, -1539.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1489c", 0 }, + { {-101.0f, 370.0f, -607.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p0b", 0 }, + { {32.0f, 370.0f, -685.0f}, {0.0f, 1.0f, 0.0f}, {-0.913545f, 0.0f, -0.406738f}, "p1074b", 0 }, + { {99.0f, 388.0f, -1492.0f}, {0.0f, 1.0f, 0.0f}, {0.393217f, 0.0f, 0.919446f}, "p1465c", 0 }, + { {137.0f, 370.0f, -1389.0f}, {0.0f, 1.0f, 0.0f}, {-0.933123f, 0.0f, -0.359557f}, "p1461c", 0 }, + { {118.0f, 57.0f, -1517.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p11e", 0 }, + { {-1.0f, 57.0f, -1574.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p28e", 0 }, + { {-271.0f, 57.0f, -1586.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p16e", 0 }, + { {-166.0f, 57.0f, -1200.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p46e", 0 }, + { {-155.0f, 57.0f, -1290.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p48e1", 0 }, + { {224.0f, 57.0f, -991.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707108f}, "p74e1", 0 }, + { {271.0f, 57.0f, -1488.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p65e", 0 }, + { {188.0f, 57.0f, -1468.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p62e", 0 }, + { {88.0f, -93.0f, -1659.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p8g", 0 }, + { {-15.0f, 57.0f, -1883.0f}, {0.0f, 1.0f, 0.0f}, {-0.933581f, 0.0f, 0.358367f}, "p430g1", 0 }, + { {-134.0f, 57.0f, -1647.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p428g2", 0 }, + { {-189.0f, -93.0f, -2321.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p39g", 0 }, + { {193.0f, -93.0f, -2227.0f}, {0.0f, 1.0f, 0.0f}, {-0.866125f, 0.0f, -0.499828f}, "p20g", 0 }, + { {-167.0f, 207.0f, -981.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1766d2", 0 }, + { {-224.0f, 207.0f, -1138.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p47d2", 0 }, + { {97.0f, 207.0f, -1191.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p55d1", 0 }, + { {70.0f, 207.0f, -1088.0f}, {0.0f, 1.0f, 0.0f}, {-0.866025f, 0.0f, -0.500001f}, "p1907d2", 0 }, + { {-155.0f, 207.0f, -1349.0f}, {0.0f, 1.0f, 0.0f}, {0.499999f, 0.0f, 0.866026f}, "p73d", 0 }, + { {70.0f, 207.0f, -1592.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p33d", 0 }, + { {-267.0f, 207.0f, -1562.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p39d1", 0 }, + { {266.0f, 207.0f, -1409.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p23d", 0 }, + { {271.0f, 207.0f, -1584.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p22d", 0 }, + { {190.0f, 207.0f, -1534.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1817d", 0 }, + { {145.0f, 207.0f, -1742.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p18d", 0 }, + { {199.0f, 207.0f, -1867.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p11d", 0 }, + { {162.0f, 207.0f, -2049.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p14d", 0 }, + { {-65.0f, 372.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p477a", 0 }, + { {-15.0f, 372.0f, -58.0f}, {0.0f, 1.0f, 0.0f}, {-0.693652f, 0.0f, -0.72031f}, "p476a", 0 }, + { {-170.0f, 372.0f, -1143.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p15c", 0 }, + { {-114.0f, 372.0f, -1131.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1482c", 0 }, + { {83.0f, 372.0f, -1467.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002405f}, "p1466c", 0 }, + { {125.0f, 372.0f, -1445.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, 0.002405f}, "p1462c", 0 }, + { {175.0f, 57.0f, -1021.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, -0.707106f}, "p74e1", 0 }, + { {172.0f, 57.0f, -1074.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p73e1", 0 }, + { {-245.0f, 57.0f, -1147.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, -0.707106f}, "p50e2", 0 }, + { {-265.0f, 57.0f, -1213.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p31e1", 0 }, + { {-69.0f, -93.0f, -2368.0f}, {0.0f, 1.0f, 0.0f}, {-0.965883f, 0.0f, 0.258978f}, "p9g", 0 }, + { {-102.0f, -93.0f, -2296.0f}, {0.0f, 1.0f, 0.0f}, {-0.866125f, 0.0f, -0.499828f}, "p10g", 0 }, + { {69.0f, 207.0f, -1509.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1812d", 0 }, + { {141.0f, 0.0f, -2603.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "", 0 }, + { {-158.0f, 0.0f, -2607.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "", 0 }, + { {261.0f, 423.0f, -110.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p511a", 0 }, + { {-36.0f, 149.0f, -2839.0f}, {0.0f, 1.0f, 0.0f}, {-0.713589f, 0.0f, -0.700565f}, "p1727h1", 0 }, + { {62.0f, 372.0f, -14.0f}, {0.0f, 1.0f, 0.0f}, {-0.156433f, 0.0f, -0.987689f}, "p481a", 0 }, + { {165.0f, 88.0f, -2107.0f}, {0.0f, 1.0f, 0.0f}, {-0.10453f, 0.0f, 0.994522f}, "p434g2", 0 }, + { {-240.0f, 388.0f, -991.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1424c", 0 }, + { {-155.0f, 388.0f, -991.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1476c", 0 }, + { {-242.0f, 388.0f, -1255.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1429c", 0 }, + { {-242.0f, 388.0f, -1347.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1445c", 0 }, + { {-242.0f, 388.0f, -1563.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1444c", 0 }, + { {-153.0f, 388.0f, -1563.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p14c", 0 }, + { {-131.0f, 388.0f, -1345.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1463c", 0 }, + { {-133.0f, 388.0f, -1258.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1483c", 0 }, + { {165.0f, 388.0f, -1256.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1480c", 0 }, + { {234.0f, 388.0f, -1260.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3c", 0 }, + { {238.0f, 388.0f, -1334.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1487c", 0 }, + { {229.0f, 388.0f, -987.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1504c", 0 }, + { {-93.0f, 388.0f, -967.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1474c", 0 }, + { {-91.0f, 388.0f, -884.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1081b", 0 }, + { {-67.0f, 388.0f, -746.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1078b", 0 }, + { {-5.0f, 388.0f, -748.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1143b1", 0 }, + { {93.0f, 388.0f, -560.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3b", 0 }, + { {93.0f, 388.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1044b", 0 }, + { {93.0f, 388.0f, -287.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1042b", 0 }, + { {93.0f, 388.0f, -208.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p186a", 0 }, + { {187.0f, 388.0f, -108.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p512a", 0 }, + { {-176.0f, 388.0f, -114.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p521a", 0 }, + { {-91.0f, 388.0f, -564.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1083b", 0 }, + { {-91.0f, 388.0f, -485.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1054b", 0 }, + { {266.0f, 434.0f, -1535.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1490c", 0 }, + { {-236.0f, 205.0f, -991.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1764d2", 0 }, + { {-236.0f, 205.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p49d", 0 }, + { {-158.0f, 205.0f, -1275.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p72d", 0 }, + { {17.0f, 205.0f, -1249.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p56d1", 0 }, + { {15.0f, 205.0f, -1364.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p57d1", 0 }, + { {122.0f, 205.0f, -1351.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p52d2", 0 }, + { {125.0f, 205.0f, -1424.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p41d1", 0 }, + { {123.0f, 205.0f, -1509.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p32d", 0 }, + { {41.0f, 205.0f, -1580.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1813d", 0 }, + { {-198.0f, 205.0f, -1577.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p38d", 0 }, + { {-230.0f, 205.0f, -1513.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p40d2", 0 }, + { {63.0f, 58.0f, -1515.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p11e", 0 }, + { {63.0f, 58.0f, -1580.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p14e", 0 }, + { {-194.0f, 58.0f, -1579.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p18e", 0 }, + { {-247.0f, 58.0f, -1550.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p16e", 0 }, + { {-269.0f, 58.0f, -1397.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p22e", 0 }, + { {-269.0f, 58.0f, -1308.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p31e1", 0 }, + { {-193.0f, 58.0f, -1652.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p428g1", 0 }, + { {-185.0f, 58.0f, -1842.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p429g1", 0 }, + { {-138.0f, 58.0f, -1838.0f}, {0.0f, 1.0f, 0.0f}, {0.874621f, 0.0f, -0.484808f}, "p429g2", 0 }, + { {-85.0f, -87.0f, -1656.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p56g", 0 }, + { {-81.0f, -87.0f, -2016.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p67g", 0 }, + { {-81.0f, -87.0f, -2321.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p10g", 0 }, + { {100.0f, -87.0f, -2341.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p22g", 0 }, + { {81.0f, -87.0f, -2159.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p15g1", 0 }, + { {128.0f, -87.0f, -1843.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p28g2", 0 }, + { {131.0f, 58.0f, -1648.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p427g1", 0 }, + { {188.0f, 58.0f, -1663.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p427g2", 0 }, + { {186.0f, 58.0f, -1883.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p433g1", 0 }, + { {-129.0f, -87.0f, -1645.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p50g2", 0 }, + { {186.0f, 58.0f, -1569.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p68e", 0 }, + { {196.0f, 58.0f, -1175.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p54e", 0 }, + { {194.0f, 58.0f, -1091.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p74e2", 0 }, + { {264.0f, 58.0f, -1395.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p66e", 0 }, + { {264.0f, 205.0f, -1098.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p26d2", 0 }, + { {209.0f, 205.0f, -1095.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p26d1", 0 }, + { {186.0f, 205.0f, -1571.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1817d", 0 }, + { {182.0f, 205.0f, -1656.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p17d", 0 }, + { {181.0f, 205.0f, -2074.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p14d", 0 }, + { {180.0f, 205.0f, -2161.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p101f1", 0 }, + { {185.0f, 159.0f, -2239.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p8f2", 0 }, + { {-1.0f, 159.0f, -2519.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p20f1", 0 }, + { {-182.0f, 159.0f, -2217.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p15f", 0 }, + { {-177.0f, 205.0f, -2089.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p87f", 0 }, + { {-234.0f, 388.0f, -890.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p51h1", 0 }, + { {-169.0f, 388.0f, -886.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p51h2", 0 }, + { {-173.0f, 388.0f, -595.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p65h1", 0 }, + { {-175.0f, 388.0f, -289.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p49h2", 0 }, + { {-237.0f, 388.0f, -284.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p49h1", 0 }, + { {-233.0f, 388.0f, -593.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2791h1", 0 }, + { {178.0f, 388.0f, -887.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1217h2", 0 }, + { {242.0f, 388.0f, -883.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1217h1", 0 }, + { {238.0f, 388.0f, -591.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2919h1", 0 }, + { {237.0f, 388.0f, -285.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1215h1", 0 }, + { {174.0f, 388.0f, -281.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1215h2", 0 }, + { {178.0f, 388.0f, -589.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1277h1", 0 }, + { {-302.0f, 388.0f, -588.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2791h2", 0 }, + { {-300.0f, 388.0f, 105.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3305h", 0 }, + { {307.0f, 388.0f, -590.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2919h1", 0 }, + { {306.0f, 388.0f, 40.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3304h", 0 }, + { {152.0f, 388.0f, 329.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3306h", 0 }, + { {-158.0f, 388.0f, 330.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3306h", 0 }, + { {-351.0f, 388.0f, 110.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p139i1", 0 }, + { {-350.0f, 388.0f, 370.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p136i2", 0 }, + { {-387.0f, 388.0f, 370.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p137i2", 0 }, + { {-387.0f, 388.0f, 228.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p134i2", 0 }, + { {-438.0f, 388.0f, 228.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p152i2", 0 }, + { {268.0f, 434.0f, -1655.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2525h1", 0 }, + { {165.0f, 434.0f, -1648.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2985h1", 0 }, + { {-167.0f, 434.0f, -1658.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2985h2", 0 }, + { {-270.0f, 434.0f, -1651.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2368h1", 0 }, + { {165.0f, 434.0f, -1968.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3058h1", 0 }, + { {-167.0f, 434.0f, -1978.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3055h2", 0 }, + { {-167.0f, 434.0f, -2180.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3067h2", 0 }, + { {165.0f, 434.0f, -2169.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3064h1", 0 }, + { {165.0f, 434.0f, -2440.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3065h1", 0 }, + { {-167.0f, 434.0f, -2450.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3066h1", 0 }, + { {-270.0f, 434.0f, -1975.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2930h2", 0 }, + { {268.0f, 434.0f, -1978.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p2962h2", 0 }, + { {253.0f, 434.0f, -3047.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3079h1", 0 }, + { {-254.0f, 434.0f, -3044.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3083h1", 0 }, + { {-254.0f, 434.0f, -3214.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1724h2", 0 }, + { {253.0f, 434.0f, -3217.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1724h2", 0 }, + { {0.0f, 165.0f, 511.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p442h2", 0 }, + { {0.0f, 165.0f, 160.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p3306h", 0 }, + { {6.0f, 430.0f, -1924.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3055h1", 0 }, + { {11.0f, 430.0f, -1985.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3055h1", 0 }, + { {-2.0f, 426.0f, -2419.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3065h2", 0 }, + { {-3.0f, 165.0f, -3376.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p1724h2", 0 }, + { {-436.0f, 434.0f, 126.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p147i2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-194.0f, 355.0f, -38.0f}, {-1.5e-05, 1.0f, 0.000129f}, {0.114649f, 0.00013f, -0.993406f}, "p509a", 0, {-21.013968f, 22.275742f, -0.002401f, 48.00203f, -15.702986f, 18.574802f} }, + { {-151.0f, 355.0f, -33.0f}, {-1.5e-05, 1.0f, 0.000129f}, {0.114649f, 0.00013f, -0.993406f}, "p509a", 0, {-21.013968f, 22.351315f, -0.002401f, 48.00203f, -15.702986f, 18.574802f} }, + { {109.0f, 355.0f, -28.0f}, {1.5e-05, 1.0f, 0.000129f}, {-0.114649f, 0.00013f, -0.993406f}, "p481a", 0, {-21.357908f, 22.007374f, -0.002423f, 48.00202f, -15.588337f, 18.689463f} }, + { {66.0f, 355.0f, -23.0f}, {1.5e-05, 1.0f, 0.000129f}, {-0.114649f, 0.00013f, -0.993406f}, "p481a", 0, {-21.357908f, 22.007374f, -0.002423f, 48.00202f, -15.588337f, 18.689463f} }, + { {-188.0f, 355.0f, -230.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -2e-06}, "p185a", 0, {-22.000067f, 21.000048f, -4e-06, 48.000004f, -19.000053f, 25.000084f} }, + { {188.0f, 355.0f, -230.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -2e-06}, "p513a", 0, {-21.000048f, 22.000067f, -6e-06, 48.000004f, -19.000053f, 25.000084f} }, + { {-109.0f, 355.0f, -28.0f}, {-1.5e-05, 1.0f, 0.000129f}, {0.114649f, 0.00013f, -0.993406f}, "p477a", 0, {-22.007374f, 21.357908f, -0.002416f, 48.002014f, -15.588338f, 18.689451f} }, + { {-66.0f, 355.0f, -23.0f}, {-1.5e-05, 1.0f, 0.000129f}, {0.114649f, 0.00013f, -0.993406f}, "p477a", 0, {-22.007374f, 21.357908f, -0.002416f, 48.002014f, -15.588338f, 18.689451f} }, + { {151.0f, 355.0f, -33.0f}, {1.5e-05, 1.0f, 0.000129f}, {-0.114649f, 0.00013f, -0.993406f}, "p512a", 0, {-22.351315f, 21.013968f, -0.002408f, 48.002033f, -15.702986f, 18.574814f} }, + { {194.0f, 355.0f, -38.0f}, {1.5e-05, 1.0f, 0.000129f}, {-0.114649f, 0.00013f, -0.993406f}, "p512a", 0, {-22.275743f, 21.013968f, -0.002408f, 48.002033f, -15.702986f, 18.574814f} }, + { {-188.0f, 355.0f, -187.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, -2e-06}, "p185a", 0, {-22.000067f, 21.000048f, -4e-06, 48.000004f, -19.000053f, 25.000084f} }, + { {188.0f, 355.0f, -187.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -2e-06}, "p513a", 0, {-21.000048f, 22.000067f, -6e-06, 48.000004f, -19.000053f, 25.000084f} }, + { {17.0f, 355.0f, -1171.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1477c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {51.0f, 355.0f, -1171.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1477c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 25.000065f} }, + { {17.0f, 355.0f, -1134.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1477c", 0, {-17.000057f, 17.000036f, -4e-06, 48.000004f, -18.000032f, 26.000065f} }, + { {51.0f, 355.0f, -1133.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1477c", 0, {-17.000055f, 18.000038f, -4e-06, 48.000004f, -19.000032f, 25.000067f} }, + { {119.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1461c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {84.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1461c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 25.000065f} }, + { {119.0f, 355.0f, -1596.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1465c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {84.0f, 355.0f, -1596.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1465c", 0, {-17.000055f, 18.000038f, -4e-06, 48.000004f, -19.000032f, 25.000067f} }, + { {50.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1461c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {50.0f, 355.0f, -1596.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1465c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {177.0f, 40.0f, -2095.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p434g2", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {-18.0f, 355.0f, -1134.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1479c", 0, {-17.000057f, 18.000036f, -4e-06, 48.000004f, -18.000032f, 26.000067f} }, + { {-52.0f, 355.0f, -1134.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1479c", 0, {-17.000057f, 17.000036f, -4e-06, 48.000004f, -18.000032f, 26.000065f} }, + { {-18.0f, 355.0f, -1171.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1479c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 26.000065f} }, + { {-52.0f, 355.0f, -1171.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1479c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 26.000065f} }, + { {15.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1461c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 25.000065f} }, + { {-19.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1463c", 0, {-17.000055f, 17.000038f, -4e-06, 48.000004f, -19.000032f, 25.000065f} }, + { {15.0f, 355.0f, -1597.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p1465c", 0, {-17.000057f, 18.000036f, -4e-06, 48.000004f, -18.000032f, 26.000067f} }, + { {-19.0f, 355.0f, -1597.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p14c", 0, {-17.000057f, 17.000036f, -4e-06, 48.000004f, -18.000032f, 26.000065f} }, + { {-54.0f, 355.0f, -1328.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 1e-06, -1.0f}, "p1463c", 0, {-18.000057f, 17.000038f, -4e-06, 48.000004f, -19.000034f, 25.000065f} }, + { {-54.0f, 355.0f, -1597.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p14c", 0, {-17.000057f, 18.000036f, -4e-06, 48.000004f, -18.000032f, 26.000067f} }, + { {142.0f, 40.0f, -2095.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 1e-06, 1.0f}, "p434g2", 0, {-17.000055f, 18.000038f, -4e-06, 48.000004f, -19.000032f, 25.000067f} }, + { {-15.0f, 355.0f, -300.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 0.00017f}, "p1043b", 0, {-43.003223f, 44.00441f, -3e-06, 39.000004f, -19.007462f, 26.007313f} }, + { {-15.0f, 355.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 0.00017f}, "p1041b", 0, {-43.003223f, 43.00441f, -3e-06, 39.000004f, -19.007292f, 26.007313f} }, + { {-15.0f, 355.0f, -391.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 0.000185f}, "p1039b", 0, {-47.003513f, 47.004807f, -3e-06, 39.000004f, -19.008688f, 26.008709f} }, + { {-22.0f, 394.0f, -271.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1043b", 0, {-13.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001123f} }, + { {-22.0f, 394.0f, -330.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1043b", 0, {-14.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001207f} }, + { {-22.0f, 394.0f, -373.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1043b", 0, {-14.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001207f} }, + { {-22.0f, 394.0f, -417.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1041b", 0, {-14.001021f, 13.001442f, -3e-06, 31.000004f, -12.001102f, 17.001207f} }, + { {-22.0f, 394.0f, -482.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1041b", 0, {-13.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001123f} }, + { {-22.0f, 394.0f, -510.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p1041b", 0, {-14.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001207f} }, + { {42.0f, 355.0f, -324.0f}, {0.0f, 1.0f, 0.0f}, {-0.934822f, 1e-06, 0.355116f}, "p1043b", 0, {-16.936193f, 16.450544f, -4e-06, 47.000004f, -15.145283f, 19.239729f} }, + { {39.0f, 355.0f, -387.0f}, {0.0f, 1.0f, 0.0f}, {-0.999781f, 1e-06, -0.020933f}, "p1039b", 0, {-16.59856f, 16.703218f, -4e-06, 47.000004f, -14.661791f, 19.660734f} }, + { {48.0f, 355.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {-0.999781f, 1e-06, -0.020933f}, "p5b", 0, {-16.59856f, 16.703218f, -4e-06, 47.000004f, -14.661791f, 19.660734f} }, + { {-52.0f, 355.0f, -1070.0f}, {0.0f, 1.0f, 0.0f}, {-0.48168f, 1e-06, -0.876347f}, "p1482c", 0, {-16.42374f, 17.126057f, -4e-06, 47.000004f, -14.549854f, 19.500322f} }, + { {52.0f, 355.0f, -1234.0f}, {0.0f, 1.0f, 0.0f}, {0.480786f, 1e-06, 0.876838f}, "p1481c", 0, {-17.28069f, 16.717033f, -4e-06, 47.000004f, -15.048091f, 19.430449f} }, + { {-30.0f, 355.0f, -1392.0f}, {0.0f, 1.0f, 0.0f}, {0.480786f, 1e-06, 0.876838f}, "p1467c", 0, {-16.490458f, 16.630428f, -4e-06, 47.000004f, -13.690467f, 20.307287f} }, + { {152.0f, 355.0f, -1517.0f}, {0.0f, 1.0f, 0.0f}, {-0.221466f, 1e-06, -0.975168f}, "p1462c", 0, {-16.79575f, 16.442112f, -4e-06, 47.000004f, -13.959541f, 20.032055f} }, + { {-17.0f, 355.0f, -1529.0f}, {0.0f, 1.0f, 0.0f}, {0.348709f, 1e-06, -0.937231f}, "p1464c", 0, {-16.43459f, 16.892187f, -4e-06, 47.000004f, -15.257538f, 19.355211f} }, + { {-35.0f, 181.0f, -1195.0f}, {0.0f, 1.0f, 0.0f}, {-7e-06, 2e-06, -1.0f}, "p69d", 0, {-18.000137f, 19.000113f, -8e-06, 37.000008f, -15.000124f, 20.00019f} }, + { {-76.0f, 181.0f, -1200.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 2e-06, 7e-06}, "p63d1", 0, {-18.000145f, 19.000107f, -8e-06, 37.000008f, -14.000124f, 21.00019f} }, + { {-123.0f, 181.0f, -1111.0f}, {0.0f, 1.0f, 0.0f}, {7e-06, 2e-06, 1.0f}, "p69d", 0, {-18.000137f, 18.000113f, -7e-06, 37.000008f, -15.000124f, 20.000183f} }, + { {-34.0f, 181.0f, -1151.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 2e-06, -7e-06}, "p70d", 0, {-19.000145f, 18.000107f, -8e-06, 37.000008f, -14.000131f, 21.000183f} }, + { {-79.0f, 219.0f, -1197.0f}, {0.0f, 1.0f, 0.0f}, {-0.104535f, 2e-06, -0.994521f}, "p69d", 0, {-18.531466f, 18.683968f, -7e-06, 36.000008f, -15.12976f, 20.206959f} }, + { {-79.0f, 181.0f, -1106.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 2e-06, -7e-06}, "p69d", 0, {-18.000137f, 19.000113f, -8e-06, 37.000008f, -15.000124f, 20.00019f} }, + { {-121.0f, 181.0f, -1154.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 2e-06, 7e-06}, "p69d", 0, {-18.000137f, 18.000113f, -7e-06, 37.000008f, -15.000124f, 20.000183f} }, + { {-121.0f, 219.0f, -1150.0f}, {0.0f, 1.0f, 0.0f}, {-0.292378f, 2e-06, -0.956303f}, "p69d", 0, {-18.78509f, 17.987131f, -7e-06, 36.000008f, -15.039046f, 20.399088f} }, + { {-77.0f, 181.0f, -1149.0f}, {0.0f, 1.0f, 0.0f}, {-7e-06, 2e-06, -1.0f}, "p69d", 0, {-19.000137f, 18.000113f, -7e-06, 37.000008f, -15.000131f, 20.000183f} }, + { {-224.0f, 141.0f, -2444.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p12f", 0, {-14.001021f, 13.001357f, -3e-06, 31.000004f, -12.001102f, 16.001207f} }, + { {-224.0f, 141.0f, -2416.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p12f", 0, {-14.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001207f} }, + { {-224.0f, 141.0f, -2388.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p17f", 0, {-13.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001123f} }, + { {-224.0f, 141.0f, -2361.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 1e-06, 8.5e-05}, "p16f", 0, {-14.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001207f} }, + { {224.0f, 141.0f, -2361.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p8f2", 0, {-14.001021f, 14.001442f, -3e-06, 31.000004f, -12.001187f, 17.001207f} }, + { {224.0f, 141.0f, -2388.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p10f", 0, {-14.001021f, 13.001442f, -3e-06, 31.000004f, -12.001102f, 16.998919f} }, + { {224.0f, 141.0f, -2416.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p28f", 0, {-14.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001207f} }, + { {224.0f, 141.0f, -2444.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, -8.5e-05}, "p28f", 0, {-13.001021f, 14.001357f, -3e-06, 31.000004f, -12.001187f, 16.001123f} }, + { {9.0f, -110.0f, -1956.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 1e-06, 1.5e-05}, "p65g", 0, {-333.00098f, 332.00067f, -9e-06, 104.00001f, -47.0049f, 65.00495f} }, + { {-240.0f, 376.0f, -928.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1624c1", 0, {-3.0f, 3.0f, -20.0f, 21.999998f, -18.0f, 80.0f} }, + { {-196.0f, 379.0f, -1016.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p46d1", 0, {-3.0f, 3.0f, -1.0f, 36.000004f, -17.0f, 74.0f} }, + { {-256.0f, 379.0f, -1302.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p49d", 0, {-3.0f, 3.0f, -1.0f, 35.0f, -17.0f, 74.0f} }, + { {-196.0f, 379.0f, -1571.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p465c1", 0, {-3.0f, 3.0f, -13.000001f, 24.000002f, -17.0f, 74.0f} }, + { {-270.0f, 376.0f, -1621.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3311h1", 0, {-3.0f, 3.0f, -21.0f, 21.999998f, -18.0f, 80.0f} }, + { {-149.0f, 379.0f, -1302.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p72d", 0, {-3.0f, 3.0f, -1.0f, 36.0f, -17.0f, 74.0f} }, + { {-103.0f, 379.0f, -928.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p897b1", 0, {-3.0f, 3.0f, -7.0f, 29.000002f, -17.0f, 74.0f} }, + { {-37.0f, 379.0f, -747.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p237b1", 0, {-3.0f, 3.0f, -18.0f, 19.0f, -17.0f, 74.0f} }, + { {-107.0f, 379.0f, -527.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p132b1", 0, {-3.0f, 3.0f, -3.0f, 33.0f, -17.0f, 74.0f} }, + { {94.0f, 379.0f, -527.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p867b2", 0, {-3.0f, 3.0f, -16.0f, 20.0f, -17.0f, 74.0f} }, + { {-107.0f, 379.0f, -254.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p326a1", 0, {-3.0f, 3.0f, -3.0f, 33.0f, -17.0f, 74.0f} }, + { {93.0f, 379.0f, -254.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p294a2", 0, {-3.0f, 3.0f, -17.0f, 19.0f, -17.0f, 74.0f} }, + { {-257.0f, 376.0f, -254.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p358a1", 0, {-3.0f, 3.0f, -3.0f, 39.0f, -18.0f, 80.0f} }, + { {239.0f, 376.0f, -254.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p395a1", 0, {-3.0f, 3.0f, -21.0f, 21.0f, -18.0f, 80.0f} }, + { {269.0f, 376.0f, -1621.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3279h1", 0, {-3.0f, 3.0f, -21.999998f, 21.0f, -18.0f, 80.0f} }, + { {239.0f, 376.0f, -928.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1645c1", 0, {-3.0f, 3.0f, -21.0f, 21.0f, -18.0f, 80.0f} }, + { {256.0f, 379.0f, -1302.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1404e2", 0, {-3.0f, 3.0f, -1.0f, 35.0f, -17.0f, 74.0f} }, + { {196.0f, 379.0f, -1273.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p20d", 0, {-3.0f, 3.0f, -2.0f, 35.000004f, -17.0f, 74.0f} }, + { {-267.0f, 379.0f, -56.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p540a1", 0, {-3.0f, 4.0f, -1.0f, 30.000002f, -17.0f, 74.0f} }, + { {267.0f, 379.0f, -56.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p542a2", 0, {-4.0f, 3.0f, -1.0f, 30.000002f, -17.0f, 74.0f} }, + { {-196.0f, 204.0f, -1295.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p49e1", 0, {-3.0f, 3.0f, -1.0f, 36.0f, -17.0f, 75.0f} }, + { {126.0f, 204.0f, -1394.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p686d2", 0, {-3.0f, 3.0f, -15.0f, 22.000002f, -17.0f, 75.0f} }, + { {196.0f, 204.0f, -1621.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p477e1", 0, {-3.0f, 3.0f, -3.0f, 34.0f, -17.0f, 75.0f} }, + { {186.0f, 204.0f, -2123.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p791d2", 0, {-3.0f, 3.0f, -13.0f, 24.000002f, -17.0f, 75.0f} }, + { {181.0f, 57.0f, -1134.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p581e1", 0, {-3.0f, 3.0f, -3.0f, 33.0f, -17.0f, 75.0f} }, + { {199.0f, 57.0f, -1621.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p477e2", 0, {-3.0f, 3.0f, -15.0f, 21.000002f, -17.0f, 75.0f} }, + { {-285.0f, 57.0f, -1357.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p689e1", 0, {-3.0f, 3.0f, -3.0f, 34.0f, -17.0f, 75.0f} }, + { {-210.0f, 57.0f, -1621.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p801e1", 0, {-3.0f, 3.0f, -4.0f, 32.0f, -17.0f, 75.0f} }, + { {105.0f, 184.0f, -2528.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p20f2", 0, {-3.0f, 3.0f, -29.999998f, 239.99998f, -43.0f, 196.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 13327, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 13328, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 13329, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 13330, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 13331, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 13332, 0, + /* Type = ObjectiveCompleteCondition; index = 6 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveCompleteCondition; index = 7 */ + _mkword(0, _mkshort(0, 26)), 512, + /* Type = ObjectiveCompleteCondition; index = 8 */ + _mkword(0, _mkshort(0, 26)), 1024, + /* Type = ObjectiveCompleteCondition; index = 9 */ + _mkword(0, _mkshort(0, 26)), 2048, + /* Type = ObjectiveCompleteCondition; index = 10 */ + _mkword(0, _mkshort(0, 26)), 4096, + /* Type = ObjectiveFailCondition; index = 11 */ + _mkword(0, _mkshort(0, 27)), 1048576, + /* Type = ObjectiveEnd; index = 12 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 13 */ + _mkword(0, _mkshort(0, 23)), 1, 13333, 1, + /* Type = ObjectiveCompleteCondition; index = 14 */ + _mkword(0, _mkshort(0, 26)), 65536, + /* Type = ObjectiveFailCondition; index = 15 */ + _mkword(0, _mkshort(0, 27)), 262144, + /* Type = ObjectiveEnd; index = 16 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 17 */ + _mkword(0, _mkshort(0, 23)), 2, 13334, 1, + /* Type = ObjectiveCompleteCondition; index = 18 */ + _mkword(0, _mkshort(0, 26)), 131072, + /* Type = ObjectiveFailCondition; index = 19 */ + _mkword(0, _mkshort(0, 27)), 524288, + /* Type = ObjectiveEnd; index = 20 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 21 */ + _mkword(0, _mkshort(0, 23)), 3, 13335, 0, + /* Type = ObjectiveCompleteCondition; index = 22 */ + _mkword(0, _mkshort(0, 26)), 16384, + /* Type = ObjectiveFailCondition; index = 23 */ + _mkword(0, _mkshort(0, 27)), 32768, + /* Type = ObjectiveEnd; index = 24 */ + _mkword(0, _mkshort(0, 24)), + /* Type = MultiMonitor; index = 25 */ + _mkword(256, _mkshort(0, 11)), _mkword(12, 10000), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 26 */ + _mkword(256, _mkshort(0, 11)), _mkword(14, 10001), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 27 */ + _mkword(256, _mkshort(0, 11)), _mkword(16, 10002), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = SingleMonitor; index = 28 */ + _mkword(256, _mkshort(0, 10)), _mkword(13, 10003), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 11, + /* Type = StandardProp; index = 29 */ + _mkword(256, _mkshort(0, 3)), _mkword(15, 10004), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = MultiMonitor; index = 30 */ + _mkword(256, _mkshort(0, 11)), _mkword(17, 10005), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 31 */ + _mkword(256, _mkshort(0, 11)), _mkword(12, 10006), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 32 */ + _mkword(256, _mkshort(0, 11)), _mkword(14, 10007), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = MultiMonitor; index = 33 */ + _mkword(256, _mkshort(0, 11)), _mkword(16, 10008), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = SingleMonitor; index = 34 */ + _mkword(256, _mkshort(0, 10)), _mkword(13, 10009), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 11, + /* Type = StandardProp; index = 35 */ + _mkword(256, _mkshort(0, 3)), _mkword(15, 10010), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = MultiMonitor; index = 36 */ + _mkword(256, _mkshort(0, 11)), _mkword(17, 10011), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x050b0505, + /* Type = StandardProp; index = 37 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10012), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 38 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10013), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 39 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10014), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10015), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10016), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 42 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10017), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 43 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10018), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10019), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10020), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 46 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10021), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 47 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10022), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10023), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10024), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 50 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10025), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 51 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10026), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 52 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10027), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 53 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10028), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 54 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10029), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 55 */ + _mkword(256, _mkshort(0, 3)), _mkword(30, 10030), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(256, _mkshort(0, 3)), _mkword(31, 10031), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 57 */ + _mkword(256, _mkshort(0, 3)), _mkword(28, 10032), 0x020001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SingleMonitor; index = 58 */ + _mkword(256, _mkshort(0, 10)), _mkword(29, 10033), 0x120001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 5, + /* Type = StandardProp; index = 59 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10034), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10035), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 10036), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 62 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10051), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 63 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10052), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 64 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 65 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10053), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 66 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 67 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10054), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 68 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 69 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10056), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 70 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 71 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10057), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 72 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10059), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 73 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 74 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10055), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 75 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 76 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10058), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 77 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65535), 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 78 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10043), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 79 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10044), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 80 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10046), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 81 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10047), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 82 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10048), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 83 */ + _mkword(256, _mkshort(0, 3)), _mkword(50, 10050), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 84 */ + _mkword(256, _mkshort(0, 3)), _mkword(65, 10037), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 85 */ + _mkword(256, _mkshort(0, 3)), _mkword(67, 10038), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 86 */ + _mkword(256, _mkshort(0, 3)), _mkword(68, 10039), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 87 */ + _mkword(256, _mkshort(0, 3)), _mkword(66, 10040), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 88 */ + _mkword(256, _mkshort(0, 3)), _mkword(65, 10041), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 89 */ + _mkword(256, _mkshort(0, 3)), _mkword(67, 10042), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 90 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = StandardProp; index = 91 */ + _mkword(256, _mkshort(0, 3)), _mkword(273, 60), 0x01200001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(50, 0), 0, 0, + /* Type = Tag; index = 92 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = StandardProp; index = 93 */ + _mkword(256, _mkshort(0, 3)), _mkword(273, 61), 0x01200001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(50, 0), 0, 0, + /* Type = StandardProp; index = 94 */ + _mkword(256, _mkshort(0, 3)), _mkword(103, 171), 0x000201a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 95 */ + _mkword(256, _mkshort(0, 3)), _mkword(103, 175), 0x000201a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 96 */ + _mkword(256, _mkshort(0, 3)), _mkword(101, 170), 0x000201a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 97 */ + _mkword(256, _mkshort(0, 3)), _mkword(100, 174), 0x000201a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 98 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = StandardProp; index = 99 */ + _mkword(256, _mkshort(0, 3)), _mkword(99, 10068), 0x000209e1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 100 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Aircraft; index = 101 */ + _mkword(486, _mkshort(0, 40)), _mkword(283, 59), 0x10020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000401, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = DoorScale; index = 102 */ + _mkword(0, _mkshort(0, 2)), 49152, + /* Type = Door; index = 103 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 69), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 104 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 70), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 105 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 71), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 106 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 72), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 107 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 73), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 108 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 74), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 109 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 75), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 110 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 76), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 111 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 77), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 112 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 78), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 113 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 79), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 114 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 80), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 115 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 81), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 116 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 82), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 117 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 83), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 118 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 84), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 119 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 85), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 120 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 86), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 121 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 89), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 122 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 90), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 123 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 91), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 124 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 92), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 125 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 93), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 126 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 94), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 127 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 95), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 128 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 96), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 129 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 87), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000080, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 130 */ + _mkword(256, _mkshort(0, 1)), _mkword(152, 88), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x005a0000, 0x03e80000, 0x00004ccc, 0x00004ccc, 0x00030000, _mkword(0, 5), 0x00000080, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Armour; index = 131 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 10058), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 132 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 10045), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Door; index = 133 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 97), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000b851, 0x00008a3d, 0x00000051, 0x00000051, 0x00000222, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Guard; index = 134 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 0), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 135 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 1), _mkword(17, 1027), 0xffff002c, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 136 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 2), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 137 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 3), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 138 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 4), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 139 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 5), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 140 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 8), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 141 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 9), _mkword(17, 1027), 0xffff002d, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 142 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 10), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 143 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 11), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 144 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 12), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 145 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 13), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 146 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 14), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 147 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 15), _mkword(17, 1027), 0xffff0030, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 148 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 16), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 149 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 17), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 150 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 18), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 151 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 19), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 152 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 20), _mkword(17, 1027), 0xffff0034, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 153 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 21), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 154 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 22), _mkword(17, 1027), 0xffff0031, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 155 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 23), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 156 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 24), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 157 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 25), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 158 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 26), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 159 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 27), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 160 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 28), _mkword(17, 1027), 0xffff0035, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 161 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 29), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 162 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 30), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 163 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 31), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 164 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 32), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 165 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 33), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 166 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 34), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 167 */ + _mkword(0, _mkshort(0, 9)), _mkword(35, 35), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 168 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 36), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 169 */ + _mkword(0, _mkshort(0, 9)), _mkword(37, 37), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 170 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 38), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 171 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 39), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 172 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 40), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 173 */ + _mkword(0, _mkshort(0, 9)), _mkword(41, 41), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 174 */ + _mkword(0, _mkshort(0, 9)), _mkword(42, 42), _mkword(17, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 175 */ + _mkword(0, _mkshort(0, 9)), _mkword(44, 44), _mkword(20, 1026), 0xffff0001, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 176 */ + _mkword(0, _mkshort(0, 9)), _mkword(45, 45), _mkword(20, 1026), 0xffff0009, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 177 */ + _mkword(0, _mkshort(0, 9)), _mkword(48, 48), _mkword(20, 1026), 0xffff000f, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 178 */ + _mkword(0, _mkshort(0, 9)), _mkword(49, 49), _mkword(20, 1026), 0xffff0016, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 179 */ + _mkword(0, _mkshort(0, 9)), _mkword(52, 52), _mkword(20, 1026), 0xffff0014, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 180 */ + _mkword(0, _mkshort(0, 9)), _mkword(53, 53), _mkword(20, 1026), 0xffff001c, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 181 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 182 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 183 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 184 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 185 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 186 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 187 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 188 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 189 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 190 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 191 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 192 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 193 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 14), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 194 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 14), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 195 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 196 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 197 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 198 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 199 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 200 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 201 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 202 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 203 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 204 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 205 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 206 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 207 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 208 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 209 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 29), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 210 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 29), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 211 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 212 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 213 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 214 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 215 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 216 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 217 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 218 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 219 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 220 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 221 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Collectable; index = 222 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 223 */ + _mkword(256, _mkshort(0, 8)), _mkword(194, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0c, 0xff), 0xffff), 0, + /* Type = Hat; index = 224 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 225 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 226 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 227 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 228 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 229 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 230 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 231 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 232 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 233 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 234 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 235 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 236 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 237 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 238 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 239 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 240 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 241 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 242 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 243 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 244 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 245 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 246 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 247 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 248 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 249 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 250 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 251 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 252 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = SetGuardAttribute; index = 253 */ + _mkword(0, _mkshort(0, 18)), 16, 0x00000019, + /* Type = SetGuardAttribute; index = 254 */ + _mkword(0, _mkshort(0, 18)), 26, 0x00000019, + /* Type = SetGuardAttribute; index = 255 */ + _mkword(0, _mkshort(0, 18)), 34, 0x00000019, + /* Type = Rename; index = 256 */ + _mkword(0, _mkshort(0, 37)), 0x00000000, 47, 13337, 13338, 13339, 13340, 13341, 0, 0, + /* Type = Cutscene; index = 257 */ + _mkword(0, _mkshort(0, 46)), -97423, -9322, 13755, 207146, 399879, 176, + /* Type = Tag; index = 258 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0xffff), 0, 0, + /* Type = EndProps; index = 259 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xffff2871, 0x00006e5b, 0x0006417e, 0x00004e30, 0x000023be, 0x000000b0, 0x00003418, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0xffff7b0a, 0x0000eeed, 0xfffc4a34, 0x00011b29, 0x0005ef22, 0x0000005a, 0x00003418, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0x0000801b, 0x00006ea3, 0xfffa7a99, 0x0005bfa9, 0x0005d453, 0x00000071, 0x00003418, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 3 */ + _mkword(0, _mkshort(0, 6)), 0xffff04ca, 0x00009875, 0xfff5fba7, 0x000245bd, 0x00003930, 0x000000a8, 0x00003418, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 4 */ + _mkword(0, _mkshort(0, 6)), 0xfff9e321, 0x0000cc1b, 0x000647be, 0x0000c762, 0x00000000, 0x000000b0, 0x00003418, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 5 */ + _mkword(0, _mkshort(0, 7)), 2, 35, + /* Type = Spawn; index = 6 */ + _mkword(0, _mkshort(0, 0)), 176, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 11, -1, 0, + /* Type = StartAmmo; index = 8 */ + _mkword(0, _mkshort(0, 2)), 1, 40, 0, + /* Type = StartWeapon; index = 9 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 10 */ + _mkword(0, _mkshort(0, 2)), 1, 20, 0, + /* Type = StartWeapon; index = 11 */ + _mkword(0, _mkshort(0, 1)), 39, -1, 0, + /* Type = StartWeapon; index = 12 */ + _mkword(0, _mkshort(0, 1)), 47, -1, 0, + /* Type = StartAmmo; index = 13 */ + _mkword(0, _mkshort(0, 2)), 20, 1, 0, + /* Type = Spawn; index = 14 */ + _mkword(0, _mkshort(0, 0)), 139, 1, + /* Type = StartWeapon; index = 15 */ + _mkword(0, _mkshort(0, 1)), 11, -1, 1, + /* Type = StartAmmo; index = 16 */ + _mkword(0, _mkshort(0, 2)), 1, 50, 1, + /* Type = Cuff; index = 17 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 2, 0x000a0000, 0x00970000, 0x020d0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 19 */ + _mkword(0, _mkshort(0, 3)), 2, 0x000a0000, 0x00970000, 0x020d0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 20 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00140000, 0x007f0000, 0x01ad0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 21 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00500000, 0x00430000, 0x00b30000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 22 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00500000, 0x001f0000, 0x00000000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 23 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00140000, 0x00220000, 0xff9c0000, 0x0000c000, 0x00280000, 0xffffffff, + /* Type = SwirlCam; index = 24 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 25 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 26 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 27 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 28 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 8, -1 }; +s32 path_neighbors_1[] = { 8, -1 }; +s32 path_neighbors_2[] = { 3, -1 }; +s32 path_neighbors_3[] = { 2, 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, -1 }; +s32 path_neighbors_6[] = { 5, 7, -1 }; +s32 path_neighbors_7[] = { 6, 8, -1 }; +s32 path_neighbors_8[] = { 0, 1, 7, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, -1 }; +s32 path_indeces_1[] = { 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, -1 }; +s32 path_indeces_2[] = { 39, 40, 41, 42, 43, -1 }; +s32 path_indeces_3[] = { 44, 45, 46, 47, 48, -1 }; +s32 path_indeces_4[] = { 49, 50, 51, 52, -1 }; +s32 path_indeces_5[] = { 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, -1 }; +s32 path_indeces_6[] = { 66, 67, 68, 69, 70, 71, -1 }; +s32 path_indeces_7[] = { 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, -1 }; +s32 path_indeces_8[] = { 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "extaft_locsdest_all_", + "extfore_locsdest_all", + "hangar_locsdest_all_", + "mid2_locsdest_all_p", + "lower2_locsdest_all_", + "eng_locsdest_all_p", + "lower_locsdest_all_p", + "mid_locsdest_all_p", + "upper_locsdest_all_p", + NULL +}; + + +s32 path_table_0[] = { 1, 3, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, 3, 5, -1 }; +s32 path_table_3[] = { 0, 2, 4, -1 }; +s32 path_table_4[] = { 3, 15, -1 }; +s32 path_table_5[] = { 2, 12, -1 }; +s32 path_table_6[] = { 9, -1 }; +s32 path_table_7[] = { 8, -1 }; +s32 path_table_8[] = { 7, 9, 11, -1 }; +s32 path_table_9[] = { 6, 8, 10, -1 }; +s32 path_table_10[] = { 9, 13, -1 }; +s32 path_table_11[] = { 8, 14, -1 }; +s32 path_table_12[] = { 5, 13, 103, -1 }; +s32 path_table_13[] = { 10, 12, 14, -1 }; +s32 path_table_14[] = { 11, 13, 15, -1 }; +s32 path_table_15[] = { 4, 14, 83, -1 }; +s32 path_table_16[] = { 17, -1 }; +s32 path_table_17[] = { 16, 18, -1 }; +s32 path_table_18[] = { 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 25, -1 }; +s32 path_table_21[] = { 22, 25, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 23, 30, -1 }; +s32 path_table_25[] = { 20, 21, 26, -1 }; +s32 path_table_26[] = { 25, 33, -1 }; +s32 path_table_27[] = { 28, 32, -1 }; +s32 path_table_28[] = { 27, 29, -1 }; +s32 path_table_29[] = { 28, 30, -1 }; +s32 path_table_30[] = { 24, 29, 31, -1 }; +s32 path_table_31[] = { 30, 32, 96, -1 }; +s32 path_table_32[] = { 27, 31, -1 }; +s32 path_table_33[] = { 26, 34, 38, -1 }; +s32 path_table_34[] = { 33, 35, -1 }; +s32 path_table_35[] = { 34, 36, -1 }; +s32 path_table_36[] = { 35, 37, -1 }; +s32 path_table_37[] = { 36, 38, -1 }; +s32 path_table_38[] = { 33, 37, 107, -1 }; +s32 path_table_39[] = { 40, -1 }; +s32 path_table_40[] = { 39, 41, 42, -1 }; +s32 path_table_41[] = { 40, 42, -1 }; +s32 path_table_42[] = { 40, 41, 43, -1 }; +s32 path_table_43[] = { 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 44, 46, -1 }; +s32 path_table_46[] = { 45, 47, -1 }; +s32 path_table_47[] = { 46, 48, -1 }; +s32 path_table_48[] = { 47, 49, -1 }; +s32 path_table_49[] = { 48, 52, -1 }; +s32 path_table_50[] = { 51, -1 }; +s32 path_table_51[] = { 50, 52, -1 }; +s32 path_table_52[] = { 49, 51, 55, -1 }; +s32 path_table_53[] = { 62, 63, -1 }; +s32 path_table_54[] = { 55, -1 }; +s32 path_table_55[] = { 52, 54, 56, -1 }; +s32 path_table_56[] = { 55, 57, -1 }; +s32 path_table_57[] = { 56, 58, -1 }; +s32 path_table_58[] = { 57, 59, -1 }; +s32 path_table_59[] = { 58, 60, -1 }; +s32 path_table_60[] = { 59, 61, -1 }; +s32 path_table_61[] = { 60, 62, -1 }; +s32 path_table_62[] = { 53, 61, -1 }; +s32 path_table_63[] = { 53, 64, -1 }; +s32 path_table_64[] = { 63, 65, -1 }; +s32 path_table_65[] = { 64, 69, -1 }; +s32 path_table_66[] = { 67, -1 }; +s32 path_table_67[] = { 66, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 65, 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 70, 72, -1 }; +s32 path_table_72[] = { 71, 73, -1 }; +s32 path_table_73[] = { 72, 74, -1 }; +s32 path_table_74[] = { 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, -1 }; +s32 path_table_76[] = { 75, 77, -1 }; +s32 path_table_77[] = { 76, 78, 79, -1 }; +s32 path_table_78[] = { 77, 80, -1 }; +s32 path_table_79[] = { 77, 80, -1 }; +s32 path_table_80[] = { 78, 79, 81, -1 }; +s32 path_table_81[] = { 80, 82, -1 }; +s32 path_table_82[] = { 81, 96, -1 }; +s32 path_table_83[] = { 15, 97, -1 }; +s32 path_table_84[] = { 85, -1 }; +s32 path_table_85[] = { 84, 93, -1 }; +s32 path_table_86[] = { 87, 88, -1 }; +s32 path_table_87[] = { 86, 88, -1 }; +s32 path_table_88[] = { 86, 87, 89, -1 }; +s32 path_table_89[] = { 88, 90, -1 }; +s32 path_table_90[] = { 89, 91, -1 }; +s32 path_table_91[] = { 90, 92, -1 }; +s32 path_table_92[] = { 91, 93, -1 }; +s32 path_table_93[] = { 85, 92, 94, -1 }; +s32 path_table_94[] = { 93, 95, -1 }; +s32 path_table_95[] = { 94, 106, -1 }; +s32 path_table_96[] = { 31, 82, 98, -1 }; +s32 path_table_97[] = { 83, 98, -1 }; +s32 path_table_98[] = { 96, 97, 99, -1 }; +s32 path_table_99[] = { 98, 100, -1 }; +s32 path_table_100[] = { 99, 101, -1 }; +s32 path_table_101[] = { 100, 102, -1 }; +s32 path_table_102[] = { 101, 103, -1 }; +s32 path_table_103[] = { 12, 102, 104, -1 }; +s32 path_table_104[] = { 103, 105, -1 }; +s32 path_table_105[] = { 104, 107, -1 }; +s32 path_table_106[] = { 95, 107, -1 }; +s32 path_table_107[] = { 38, 105, 106, -1 }; + +waypoint pathwaypoints[] = { + { 0x000000a9, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000000a8, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000000a7, &path_table_2, 0x00000000, 0x00000000 }, + { 0x000000a6, &path_table_3, 0x00000000, 0x00000000 }, + { 0x000000a5, &path_table_4, 0x00000000, 0x00000000 }, + { 0x000000a4, &path_table_5, 0x00000000, 0x00000000 }, + { 0x000000a3, &path_table_6, 0x00000000, 0x00000000 }, + { 0x000000a2, &path_table_7, 0x00000000, 0x00000000 }, + { 0x000000a1, &path_table_8, 0x00000000, 0x00000000 }, + { 0x000000a0, &path_table_9, 0x00000000, 0x00000000 }, + { 0x0000009f, &path_table_10, 0x00000000, 0x00000000 }, + { 0x0000009e, &path_table_11, 0x00000000, 0x00000000 }, + { 0x0000009d, &path_table_12, 0x00000000, 0x00000000 }, + { 0x0000009c, &path_table_13, 0x00000000, 0x00000000 }, + { 0x0000009b, &path_table_14, 0x00000000, 0x00000000 }, + { 0x0000009a, &path_table_15, 0x00000000, 0x00000000 }, + { 0x00000099, &path_table_16, 0x00000001, 0x00000000 }, + { 0x00000098, &path_table_17, 0x00000001, 0x00000000 }, + { 0x00000097, &path_table_18, 0x00000001, 0x00000000 }, + { 0x00000096, &path_table_19, 0x00000001, 0x00000000 }, + { 0x00000095, &path_table_20, 0x00000001, 0x00000000 }, + { 0x00000094, &path_table_21, 0x00000001, 0x00000000 }, + { 0x00000093, &path_table_22, 0x00000001, 0x00000000 }, + { 0x00000092, &path_table_23, 0x00000001, 0x00000000 }, + { 0x00000091, &path_table_24, 0x00000001, 0x00000000 }, + { 0x00000090, &path_table_25, 0x00000001, 0x00000000 }, + { 0x0000008f, &path_table_26, 0x00000001, 0x00000000 }, + { 0x0000008e, &path_table_27, 0x00000001, 0x00000000 }, + { 0x0000008d, &path_table_28, 0x00000001, 0x00000000 }, + { 0x0000008c, &path_table_29, 0x00000001, 0x00000000 }, + { 0x0000008b, &path_table_30, 0x00000001, 0x00000000 }, + { 0x0000008a, &path_table_31, 0x00000001, 0x00000000 }, + { 0x00000089, &path_table_32, 0x00000001, 0x00000000 }, + { 0x00000088, &path_table_33, 0x00000001, 0x00000000 }, + { 0x00000087, &path_table_34, 0x00000001, 0x00000000 }, + { 0x00000086, &path_table_35, 0x00000001, 0x00000000 }, + { 0x00000085, &path_table_36, 0x00000001, 0x00000000 }, + { 0x00000084, &path_table_37, 0x00000001, 0x00000000 }, + { 0x00000083, &path_table_38, 0x00000001, 0x00000000 }, + { 0x00000082, &path_table_39, 0x00000002, 0x00000000 }, + { 0x00000081, &path_table_40, 0x00000002, 0x00000000 }, + { 0x00000080, &path_table_41, 0x00000002, 0x00000000 }, + { 0x0000007f, &path_table_42, 0x00000002, 0x00000000 }, + { 0x0000007e, &path_table_43, 0x00000002, 0x00000000 }, + { 0x0000007d, &path_table_44, 0x00000003, 0x00000000 }, + { 0x0000007c, &path_table_45, 0x00000003, 0x00000000 }, + { 0x0000007b, &path_table_46, 0x00000003, 0x00000000 }, + { 0x0000007a, &path_table_47, 0x00000003, 0x00000000 }, + { 0x00000079, &path_table_48, 0x00000003, 0x00000000 }, + { 0x00000078, &path_table_49, 0x00000004, 0x00000000 }, + { 0x00000077, &path_table_50, 0x00000004, 0x00000000 }, + { 0x00000076, &path_table_51, 0x00000004, 0x00000000 }, + { 0x00000075, &path_table_52, 0x00000004, 0x00000000 }, + { 0x00000074, &path_table_53, 0x00000005, 0x00000000 }, + { 0x00000073, &path_table_54, 0x00000005, 0x00000000 }, + { 0x00000072, &path_table_55, 0x00000005, 0x00000000 }, + { 0x00000071, &path_table_56, 0x00000005, 0x00000000 }, + { 0x00000070, &path_table_57, 0x00000005, 0x00000000 }, + { 0x0000006f, &path_table_58, 0x00000005, 0x00000000 }, + { 0x0000006e, &path_table_59, 0x00000005, 0x00000000 }, + { 0x0000006d, &path_table_60, 0x00000005, 0x00000000 }, + { 0x0000006c, &path_table_61, 0x00000005, 0x00000000 }, + { 0x0000006b, &path_table_62, 0x00000005, 0x00000000 }, + { 0x0000006a, &path_table_63, 0x00000005, 0x00000000 }, + { 0x00000069, &path_table_64, 0x00000005, 0x00000000 }, + { 0x00000068, &path_table_65, 0x00000005, 0x00000000 }, + { 0x00000067, &path_table_66, 0x00000006, 0x00000000 }, + { 0x00000066, &path_table_67, 0x00000006, 0x00000000 }, + { 0x00000065, &path_table_68, 0x00000006, 0x00000000 }, + { 0x00000064, &path_table_69, 0x00000006, 0x00000000 }, + { 0x00000063, &path_table_70, 0x00000006, 0x00000000 }, + { 0x00000062, &path_table_71, 0x00000006, 0x00000000 }, + { 0x00000061, &path_table_72, 0x00000007, 0x00000000 }, + { 0x00000060, &path_table_73, 0x00000007, 0x00000000 }, + { 0x0000005f, &path_table_74, 0x00000007, 0x00000000 }, + { 0x0000005e, &path_table_75, 0x00000007, 0x00000000 }, + { 0x0000005d, &path_table_76, 0x00000007, 0x00000000 }, + { 0x0000005c, &path_table_77, 0x00000007, 0x00000000 }, + { 0x0000005b, &path_table_78, 0x00000007, 0x00000000 }, + { 0x0000005a, &path_table_79, 0x00000007, 0x00000000 }, + { 0x00000059, &path_table_80, 0x00000007, 0x00000000 }, + { 0x00000058, &path_table_81, 0x00000007, 0x00000000 }, + { 0x00000057, &path_table_82, 0x00000007, 0x00000000 }, + { 0x00000056, &path_table_83, 0x00000008, 0x00000000 }, + { 0x00000055, &path_table_84, 0x00000008, 0x00000000 }, + { 0x00000054, &path_table_85, 0x00000008, 0x00000000 }, + { 0x00000053, &path_table_86, 0x00000008, 0x00000000 }, + { 0x00000052, &path_table_87, 0x00000008, 0x00000000 }, + { 0x00000051, &path_table_88, 0x00000008, 0x00000000 }, + { 0x00000050, &path_table_89, 0x00000008, 0x00000000 }, + { 0x0000004f, &path_table_90, 0x00000008, 0x00000000 }, + { 0x0000004e, &path_table_91, 0x00000008, 0x00000000 }, + { 0x0000004d, &path_table_92, 0x00000008, 0x00000000 }, + { 0x0000004c, &path_table_93, 0x00000008, 0x00000000 }, + { 0x0000004b, &path_table_94, 0x00000008, 0x00000000 }, + { 0x0000004a, &path_table_95, 0x00000008, 0x00000000 }, + { 0x00000049, &path_table_96, 0x00000008, 0x00000000 }, + { 0x00000048, &path_table_97, 0x00000008, 0x00000000 }, + { 0x00000047, &path_table_98, 0x00000008, 0x00000000 }, + { 0x00000046, &path_table_99, 0x00000008, 0x00000000 }, + { 0x00000045, &path_table_100, 0x00000008, 0x00000000 }, + { 0x00000044, &path_table_101, 0x00000008, 0x00000000 }, + { 0x00000043, &path_table_102, 0x00000008, 0x00000000 }, + { 0x00000042, &path_table_103, 0x00000008, 0x00000000 }, + { 0x00000041, &path_table_104, 0x00000008, 0x00000000 }, + { 0x00000040, &path_table_105, 0x00000008, 0x00000000 }, + { 0x0000003f, &path_table_106, 0x00000008, 0x00000000 }, + { 0x0000003e, &path_table_107, 0x00000008, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "PAD_m104_dest_all_p", + "PAD_m103_dest_all_p", + "PAD_m102_dest_all_p", + "PAD_m101_dest_all_p", + "PAD_m100_dest_all_p", + "PAD_m99_dest_all_p", + "PAD_m98_dest_all_p", + "PAD_m97_dest_all_p", + "PAD_m96_dest_all_p", + "PAD_m95_dest_all_p", + "PAD_m94_dest_all_p", + "PAD_m93_dest_all_p", + "PAD_m92_dest_all_p", + "PAD_m91_dest_all_p", + "PAD_m90_dest_all_p", + "PAD_m89_dest_all_p", + "PAD_m83e_dest_all_p", + "PAD_m83d_dest_all_p", + "PAD_m83c_dest_all_p", + "PAD_m83b_dest_all_p", + "PAD_m83a_dest_all_p", + "PAD_m87_dest_all_p", + "PAD_m86_dest_all_p", + "PAD_m85_dest_all_p", + "PAD_m84_dest_all_p", + "PAD_m83_dest_all_p", + "PAD_m82_dest_all_p", + "PAD_m81_dest_all_p", + "PAD_m80_dest_all_p", + "PAD_m79_dest_all_p", + "PAD_m78_dest_all_p", + "PAD_m77_dest_all_p", + "PAD_m76_dest_all_p", + "PAD_m75_dest_all_p", + "PAD_m74_dest_all_p", + "PAD_m73_dest_all_p", + "PAD_m72_dest_all_p", + "PAD_m71_dest_all_p", + "PAD_m70_dest_all_p", + "PAD_m68_dest_all_p", + "PAD_m67_dest_all_p", + "PAD_m66_dest_all_p", + "PAD_m65_dest_all_p", + "PAD_m64_dest_all_p", + "PAD_m63_dest_all_p", + "PAD_m62_dest_all_p", + "PAD_m61_dest_all_p", + "PAD_m60_dest_all_p", + "PAD_m59_dest_all_p", + "PAD_m58_dest_all_p", + "PAD_m57_dest_all_p", + "PAD_m56_dest_all_p", + "PAD_m55_dest_all_p", + "PAD_m69_dest_all_p", + "PAD_m54_dest_all_p", + "PAD_m53_dest_all_p", + "PAD_m52_dest_all_p", + "PAD_m51_dest_all_p", + "PAD_m50_dest_all_p", + "PAD_m49_dest_all_p", + "PAD_m48_dest_all_p", + "PAD_m47_dest_all_p", + "PAD_m46_dest_all_p", + "PAD_m44_dest_all_p", + "PAD_m43_dest_all_p", + "PAD_m42_dest_all_p", + "PAD_m41_dest_all_p", + "PAD_m40_dest_all_p", + "PAD_m39_dest_all_p", + "PAD_m38_dest_all_p", + "PAD_m37_dest_all_p", + "PAD_m36_dest_all_p", + "PAD_m35_dest_all_p", + "PAD_m34_dest_all_p", + "PAD_m33_dest_all_p", + "PAD_m32_dest_all_p", + "PAD_m31_dest_all_p", + "PAD_m30_dest_all_p", + "PAD_m29_dest_all_p", + "PAD_m28_dest_all_p", + "PAD_m27_dest_all_p", + "PAD_m26_dest_all_p", + "PAD_m25_dest_all_p", + "PAD_m88_dest_all_p", + "PAD_m24_dest_all_p", + "PAD_m23_dest_all_p", + "PAD_m22_dest_all_p", + "PAD_m21_dest_all_p", + "PAD_m20_dest_all_p", + "PAD_m19_dest_all_p", + "PAD_m18_dest_all_p", + "PAD_m17_dest_all_p", + "PAD_m16_dest_all_p", + "PAD_m15_dest_all_p", + "PAD_m14_dest_all_p", + "PAD_m13_dest_all_p", + "PAD_m12_dest_all_p", + "PAD_m11_dest_all_p", + "PAD_m10_dest_all_p", + "PAD_m9_dest_all_p", + "PAD_m8_dest_all_p", + "PAD_m7_dest_all_p", + "PAD_m6_dest_all_p", + "PAD_m5_dest_all_p", + "PAD_m4_dest_all_p", + "PAD_m3_dest_all_p", + "PAD_m2_dest_all_p", + "PAD_m1_dest_all_p", + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_1[] = { 0x21020003, 0x3c073207, 0x31fc0c01, 0x00020702, 0x0b0330fd, 0x0731fc0c, 0x010b0207, 0xc3340818, 0xfd080802, 0x0a03010a, 0x020cc334, 0x09060404, 0x05fd0404, 0x04000000 }; +u32 ai_2[] = { 0x14002400, 0xfc000200, 0x0346073c, 0x07320701, 0x000207ae, 0x020a0370, 0x0229b400, 0x00780700, 0x08022970, 0x0129b400, 0x00960700, 0x080229b4, 0x0000b407, 0x02087900, 0x0b010a02, 0x07160004, 0x00fc0702, 0x07030303, 0x030318fc, 0x080a0600, 0x0205fd00, 0x08020b03, 0x06000205, 0xfd000201, 0x0b040000 }; +u32 ai_3[] = { 0x61fd0200, 0x33352807, 0xab008f00, 0x08020735, 0x5007ab00, 0x91000802, 0x07357807, 0xab009300, 0x08020735, 0xa007ab00, 0x94000802, 0x0735c807, 0xab00a800, 0x080207ab, 0x00a90008, 0x02081c23, 0x28020a03, 0x2f044dfd, 0x00322328, 0x04462301, 0x0a0223ad, 0x210a0021, 0x02070333, 0x35dc073b, 0x072f0701, 0x070207ad, 0x496d206f, 0x6666210a, 0x00010002, 0x044dfd00, 0x3223282e, 0x07022e3c, 0x0cc3340a, 0x000d020b, 0x03010b02, 0x0c010002, 0x0d229c00, 0x00010007, 0x9a000001, 0x00000e02, 0x079c0000, 0x0200079a, 0x00000200, 0x000e0207, 0x9c000004, 0x00079a00, 0x00040000, 0x0e02079c, 0x00000800, 0x079a0000, 0x0800000e, 0x02079c00, 0x00100007, 0x9a000010, 0x00000e02, 0x07020e03, 0x010e0400 }; +u32 ai_0[] = { 0xcd026c00, 0x000a0002, 0xffff0002, 0x06000200, 0x03010004 }; +u32 ai_5[] = { 0x02000358, 0x2f000757, 0x2f080100, 0x020c0358, 0x2f000701, 0x0c0207c3, 0x340b9b00, 0x0080009a, 0x00004000, 0x000a020a, 0x03582f00, 0x07000802, 0x07010a02, 0x08c3340c, 0x9a000080, 0x009b0000, 0x4000010c, 0x04000000 }; +u32 ai_6[] = { 0xc4003c00, 0xc7000000, 0x0000020a, 0x0352005a, 0x27540755, 0x006c0755, 0x001c0755, 0x00350755, 0x006e0755, 0x001d0755, 0x00750755, 0x00660755, 0x0063079c, 0x00080000, 0x08010a02, 0x07ad2121, 0x210a00c7, 0x007fff00, 0x78000b02, 0x0b039c00, 0x08000008, 0x53008c27, 0x5407010b, 0x0207ad6f, 0x66660a00, 0xc7000000, 0x00f0010a, 0x0208ad62, 0x616e670a, 0x00a40300, 0x0200005f, 0x03c90002, 0x0c03010c, 0x04000000 }; +u32 ai_7[] = { 0x0200035d, 0x01075c01, 0x08010002, 0x0759270b, 0x02085f01, 0x000c020b, 0xc400f701, 0xc5010100, 0x009a0001, 0x0000c334, 0x0da30100, 0x02000002, 0x0c03010c, 0x04000000 }; +u32 ai_8[] = { 0x0200035d, 0x02075c02, 0x08010002, 0x0759270b, 0x02085f02, 0x000c020b, 0xc400f702, 0xc5020200, 0x009a0002, 0x0000c334, 0x0ea30200, 0x02000002, 0x0c03010c, 0x04000000 }; +u32 ai_9[] = { 0x022a039c, 0x00040000, 0x075b0107, 0x9a000400, 0x0002079c, 0x00080000, 0x075b0207, 0x9a000800, 0x00020701, 0x2a040000 }; +u32 ai_10[] = { 0x020a0355, 0x00990755, 0x00950700, 0x03020701, 0x0a020303, 0xeb2f5500, 0x99070103, 0x0207ecd7, 0x00da020e, 0x03dc0701, 0x0e0207f1, 0x0705fd00, 0x0f0207dd, 0xea590207, 0x59030759, 0x1a07591b, 0x07591c07, 0x591d0759, 0x18075919, 0x07590407, 0x59050759, 0x06075907, 0x07590807, 0x59090759, 0x0a07590b, 0x07590c07, 0x590d0759, 0x0e07590f, 0x07591007, 0x59110759, 0x12075913, 0x07591607, 0x59140759, 0x1507e404, 0x0207ed03, 0x0303d504, 0x00020000, 0x05f80405, 0xdb020f03, 0xdc07010f, 0x020705fd, 0x0001022f, 0x05fd0001, 0x04000000 }; +u32 ai_4[] = { 0xd9fd00b0, 0x070207e0, 0xfd010a00, 0x69000000, 0x1d061002, 0x0b032f07, 0x010b0207, 0xe0fd000a, 0x0069001d, 0x00a00610, 0xae020c03, 0x2f07b400, 0x00de0701, 0x0c0207da, 0x020d03dc, 0x07010d02, 0x07d20204, 0x03010404 }; +u32 ai_11[] = { 0x7101049a, 0x00000100, 0x7100049a, 0x00000200, 0x9a000004, 0x00020405, 0xfd000104 }; +u32 ai_12[] = { 0x020303a0, 0x2c001000, 0x00a02d00, 0x100000a0, 0x30001000, 0x0003a031, 0x00100000, 0xa0340010, 0x0000a035, 0x00100000, 0x022a0370, 0x0229f701, 0x07012a02, 0x29700129, 0xf7020701, 0x2a0229f7, 0x0407012a, 0x0207ae02, 0x0a03b400, 0x003c07c3, 0x341e9a00, 0x10000001, 0x0a020705, 0xfd000104 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00001000 }, + /* index = 6 */ + { &ai_6, 0x00001001 }, + /* index = 7 */ + { &ai_7, 0x00001002 }, + /* index = 8 */ + { &ai_8, 0x00001003 }, + /* index = 9 */ + { &ai_9, 0x00001004 }, + /* index = 10 */ + { &ai_10, 0x00001005 }, + /* index = 11 */ + { &ai_11, 0x00001006 }, + /* index = 12 */ + { &ai_12, 0x00001007 }, + /* index = 13 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/u/UsetupjunZ.c b/assets/obseg/setup/u/UsetupjunZ.c new file mode 100644 index 0000000..84b8b82 --- /dev/null +++ b/assets/obseg/setup/u/UsetupjunZ.c @@ -0,0 +1,2392 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:15 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupjunZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {377.0f, 50.0f, -492.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1295a", 0 }, + { {311.0f, 39.0f, -441.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1354a", 0 }, + { {300.0f, 39.0f, -497.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1352a", 0 }, + { {234.0f, 35.0f, -464.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1279a", 0 }, + { {220.0f, 36.0f, -427.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1346a", 0 }, + { {214.0f, 27.0f, -498.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1361a", 0 }, + { {164.0f, 25.0f, -433.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1350a", 0 }, + { {121.0f, 27.0f, -503.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1695a", 0 }, + { {75.0f, 28.0f, -518.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1601a", 0 }, + { {-23.0f, 27.0f, -563.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1672a", 0 }, + { {28.0f, 28.0f, -534.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1687a", 0 }, + { {-46.0f, 22.0f, -527.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1669a", 0 }, + { {-101.0f, 28.0f, -534.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1636a", 0 }, + { {-97.0f, 25.0f, -490.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1633a", 0 }, + { {87.0f, 26.0f, -466.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1603a", 0 }, + { {-59.0f, 30.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1645a", 0 }, + { {-59.0f, 30.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1645a", 0 }, + { {111.0f, 28.0f, -412.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1674a", 0 }, + { {54.0f, 24.0f, -404.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1677a", 0 }, + { {-65.0f, 26.0f, -388.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1642a", 0 }, + { {59.0f, 29.0f, -370.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1693a", 0 }, + { {-26.0f, 27.0f, -348.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1519a", 0 }, + { {28.0f, 17.0f, -283.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2085a", 0 }, + { {-18.0f, 22.0f, -242.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2081a", 0 }, + { {62.0f, 16.0f, -239.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2097a", 0 }, + { {30.0f, 15.0f, -202.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2047a", 0 }, + { {-8.0f, 12.0f, -172.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1995a", 0 }, + { {34.0f, 15.0f, -159.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2073a", 0 }, + { {-40.0f, 4.0f, -138.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2062a", 0 }, + { {33.0f, 11.0f, -117.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2070a", 0 }, + { {-23.0f, 4.0f, -84.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1981a", 0 }, + { {32.0f, 3.0f, -62.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1873a", 0 }, + { {-47.0f, 3.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1791a", 0 }, + { {53.0f, 2.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1894a", 0 }, + { {-63.0f, 3.0f, -5.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1767a", 0 }, + { {13.0f, 3.0f, 3.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1844a", 0 }, + { {84.0f, 3.0f, 35.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p3355a", 0 }, + { {20.0f, 5.0f, 44.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1841a", 0 }, + { {-33.0f, -1.0f, 42.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1783a", 0 }, + { {-77.0f, 2.0f, 45.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1762a", 0 }, + { {72.0f, 2.0f, 74.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1883a", 0 }, + { {-100.0f, 2.0f, 106.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1737a", 0 }, + { {-103.0f, 2.0f, 150.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1731a", 0 }, + { {-40.0f, 0.0f, 180.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4709a", 0 }, + { {16.0f, 0.0f, 164.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4701a", 0 }, + { {68.0f, 3.0f, 130.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1879a", 0 }, + { {25.0f, 1.0f, 134.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4685a", 0 }, + { {26.0f, 3.0f, 87.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1862a", 0 }, + { {-47.0f, 8.0f, 112.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4723a", 0 }, + { {716.0f, 75.0f, -1029.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1155b", 0 }, + { {669.0f, 75.0f, -994.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1081b", 0 }, + { {661.0f, 75.0f, -1050.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1058b", 0 }, + { {613.0f, 75.0f, -1065.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1147b", 0 }, + { {569.0f, 75.0f, -1098.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1143b", 0 }, + { {484.0f, 75.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1094b", 0 }, + { {539.0f, 75.0f, -1058.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1129b", 0 }, + { {491.0f, 75.0f, -1018.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1091b", 0 }, + { {696.0f, 75.0f, -941.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1133b", 0 }, + { {526.0f, 75.0f, -963.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1104b", 0 }, + { {523.0f, 75.0f, -917.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1100b", 0 }, + { {639.0f, 75.0f, -933.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1137b", 0 }, + { {646.0f, 75.0f, -880.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1151b", 0 }, + { {560.0f, 75.0f, -878.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p976b", 0 }, + { {612.0f, 65.0f, -812.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1465b", 0 }, + { {567.0f, 65.0f, -772.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1510b", 0 }, + { {648.0f, 65.0f, -768.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2415b", 0 }, + { {615.0f, 59.0f, -732.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1505b", 0 }, + { {625.0f, 59.0f, -690.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1502b", 0 }, + { {578.0f, 59.0f, -702.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1423b", 0 }, + { {618.0f, 59.0f, -646.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1498b", 0 }, + { {564.0f, 54.0f, -613.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1409b", 0 }, + { {542.0f, 48.0f, -586.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1820b", 0 }, + { {645.0f, 48.0f, -557.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1760b", 0 }, + { {525.0f, 48.0f, -533.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1795b", 0 }, + { {688.0f, 48.0f, -508.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1745b", 0 }, + { {673.0f, 48.0f, -449.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1750b", 0 }, + { {664.0f, 54.0f, -383.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1773b", 0 }, + { {608.0f, 50.0f, -364.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1801b", 0 }, + { {623.0f, 50.0f, -428.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1631b", 0 }, + { {548.0f, 50.0f, -463.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1709b", 0 }, + { {512.0f, 50.0f, -407.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1731b", 0 }, + { {463.0f, 50.0f, -514.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1793b", 0 }, + { {454.0f, 50.0f, -430.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1813b", 0 }, + { {1615.0f, 98.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9174c", 0 }, + { {1645.0f, 100.0f, -1009.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9199c", 0 }, + { {1774.0f, 103.0f, -1078.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9284c", 0 }, + { {1821.0f, 100.0f, -1031.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9291c", 0 }, + { {1771.0f, 102.0f, -986.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9316c", 0 }, + { {1380.0f, 77.0f, -1019.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5111c", 0 }, + { {1021.0f, 79.0f, -929.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6379c", 0 }, + { {1318.0f, 73.0f, -904.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5041c", 0 }, + { {1328.0f, 73.0f, -968.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5080c", 0 }, + { {1293.0f, 73.0f, -939.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5844c", 0 }, + { {1321.0f, 89.0f, -1082.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5081c", 0 }, + { {1511.0f, 78.0f, -910.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5027c", 0 }, + { {1460.0f, 73.0f, -1057.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5007c", 0 }, + { {1421.0f, 73.0f, -890.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5033c", 0 }, + { {1416.0f, 73.0f, -975.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4960c", 0 }, + { {1366.0f, 73.0f, -943.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5058c", 0 }, + { {1361.0f, 73.0f, -1055.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5018c", 0 }, + { {1283.0f, 73.0f, -863.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5680c", 0 }, + { {1492.0f, 90.0f, -1047.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5021c", 0 }, + { {1494.0f, 79.0f, -1008.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4988c", 0 }, + { {1523.0f, 80.0f, -1051.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5014c", 0 }, + { {1546.0f, 84.0f, -914.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5025c", 0 }, + { {860.0f, 103.0f, -1005.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6440c", 0 }, + { {1005.0f, 75.0f, -1100.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6459c", 0 }, + { {1023.0f, 75.0f, -1076.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6351c", 0 }, + { {1001.0f, 75.0f, -879.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6591c", 0 }, + { {930.0f, 75.0f, -1046.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6473c", 0 }, + { {979.0f, 75.0f, -1050.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6567c", 0 }, + { {1040.0f, 75.0f, -856.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6213c", 0 }, + { {1040.0f, 75.0f, -1141.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6345c", 0 }, + { {972.0f, 75.0f, -917.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6478c", 0 }, + { {928.0f, 75.0f, -975.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6395c", 0 }, + { {907.0f, 75.0f, -912.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6482c", 0 }, + { {890.0f, 75.0f, -1068.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6463c", 0 }, + { {882.0f, 75.0f, -971.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6418c", 0 }, + { {804.0f, 75.0f, -948.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6520c", 0 }, + { {818.0f, 75.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6466c", 0 }, + { {1792.0f, 102.0f, -914.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9750c", 0 }, + { {1623.0f, 102.0f, -906.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9236c", 0 }, + { {1655.0f, 102.0f, -920.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9235c", 0 }, + { {1712.0f, 102.0f, -926.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9238c", 0 }, + { {1809.0f, 102.0f, -924.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9355c", 0 }, + { {1795.0f, 76.0f, -988.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9294c", 0 }, + { {1753.0f, 76.0f, -923.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9372c", 0 }, + { {1474.0f, 72.0f, -1019.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4990c", 0 }, + { {1342.0f, 72.0f, -1014.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5115c", 0 }, + { {1598.0f, 75.0f, -928.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9227c", 0 }, + { {1661.0f, 75.0f, -967.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9239c", 0 }, + { {1830.0f, 83.0f, -989.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9304c", 0 }, + { {1821.0f, 83.0f, -1072.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9289c", 0 }, + { {1491.0f, 84.0f, -917.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5029c", 0 }, + { {1675.0f, 79.0f, -1048.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9192c", 0 }, + { {1585.0f, 89.0f, -1019.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9204c", 0 }, + { {291.0f, 42.0f, -439.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1376a", 0 }, + { {287.0f, 42.0f, -510.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1329a", 0 }, + { {155.0f, 28.0f, -531.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1686a", 0 }, + { {-1.0f, 28.0f, -551.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1699a", 0 }, + { {-75.0f, 28.0f, -543.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1653a", 0 }, + { {-102.0f, 28.0f, -452.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1630a", 0 }, + { {78.0f, 28.0f, -362.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1694a", 0 }, + { {49.0f, 28.0f, -338.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1702a", 0 }, + { {-19.0f, 28.0f, -300.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2001a", 0 }, + { {42.0f, 14.0f, -129.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2071a", 0 }, + { {-46.0f, 7.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2063a", 0 }, + { {-112.0f, 7.0f, -23.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1912a", 0 }, + { {56.0f, 4.0f, -66.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1897a", 0 }, + { {91.0f, 4.0f, -38.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1910a", 0 }, + { {94.0f, 4.0f, 2.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1905a", 0 }, + { {70.0f, 4.0f, 94.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1881a", 0 }, + { {52.0f, 4.0f, 68.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1882a", 0 }, + { {-82.0f, 4.0f, 69.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1740a", 0 }, + { {-117.0f, 4.0f, 117.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1921a", 0 }, + { {-72.0f, 4.0f, 171.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4716a", 0 }, + { {43.0f, 4.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1857a", 0 }, + { {506.0f, 83.0f, -1073.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1111b", 0 }, + { {497.0f, 83.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1089b", 0 }, + { {674.0f, 83.0f, -899.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1069b", 0 }, + { {541.0f, 64.0f, -690.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1491b", 0 }, + { {629.0f, 64.0f, -663.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2411b", 0 }, + { {642.0f, 52.0f, -597.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1758b", 0 }, + { {711.0f, 52.0f, -434.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1847b", 0 }, + { {467.0f, 52.0f, -407.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1803b", 0 }, + { {529.0f, 52.0f, -370.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1733b", 0 }, + { {631.0f, 52.0f, -402.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1789b", 0 }, + { {1407.0f, 83.0f, -1078.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5003c", 0 }, + { {1357.0f, 83.0f, -896.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5038c", 0 }, + { {943.0f, 83.0f, -1083.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6462c", 0 }, + { {843.0f, 83.0f, -1066.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6415c", 0 }, + { {811.0f, 83.0f, -931.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6502c", 0 }, + { {1783.0f, 83.0f, -737.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p528d", 0 }, + { {1626.0f, 83.0f, -792.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p536d", 0 }, + { {838.0f, 77.0f, -957.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6386c", 0 }, + { {920.0f, 77.0f, -1061.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6450c", 0 }, + { {1031.0f, 77.0f, -1087.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6348c", 0 }, + { {1049.0f, 77.0f, -925.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6381c", 0 }, + { {1433.0f, 77.0f, -1041.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5001c", 0 }, + { {1457.0f, 77.0f, -898.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5030c", 0 }, + { {1694.0f, 95.0f, -947.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9230c", 0 }, + { {1741.0f, 84.0f, -1076.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9280c", 0 }, + { {1833.0f, 84.0f, -945.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9360c", 0 }, + { {1848.0f, 84.0f, -1073.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9299c", 0 }, + { {1697.0f, 83.0f, -905.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9219c", 0 }, + { {618.0f, 77.0f, -912.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1163b", 0 }, + { {447.0f, 52.0f, -510.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1793b", 0 }, + { {621.0f, 52.0f, -503.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1782b", 0 }, + { {547.0f, 52.0f, -517.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1738b", 0 }, + { {480.0f, 52.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1797b", 0 }, + { {181.0f, 30.0f, -493.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1327a", 0 }, + { {125.0f, 30.0f, -439.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1676a", 0 }, + { {78.0f, 30.0f, -379.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1694a", 0 }, + { {-47.0f, 30.0f, -421.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1661a", 0 }, + { {1622.0f, 88.0f, -749.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p539d", 0 }, + { {1752.0f, 87.0f, -718.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p526d", 0 }, + { {1817.0f, 88.0f, -757.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p532d", 0 }, + { {1873.0f, 122.0f, -669.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p510d", 0 }, + { {1941.0f, 122.0f, -642.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p519d", 0 }, + { {1822.0f, 122.0f, -627.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p489d", 0 }, + { {1885.0f, 122.0f, -588.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p500d", 0 }, + { {1915.0f, 122.0f, -613.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p502d", 0 }, + { {1906.0f, 122.0f, -674.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p516d", 0 }, + { {799.0f, 77.0f, -1026.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6543c", 0 }, + { {880.0f, 77.0f, -998.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6403c", 0 }, + { {1749.0f, 86.0f, -989.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9323c", 0 }, + { {1745.0f, 83.0f, -1051.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9319c", 0 }, + { {1772.0f, 87.0f, -1016.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9327c", 0 }, + { {1430.0f, 89.0f, -1011.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4998c", 0 }, + { {1642.0f, 88.0f, -1047.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9176c", 0 }, + { {1322.0f, 89.0f, -1016.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5119c", 0 }, + { {1401.0f, 81.0f, -889.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5034c", 0 }, + { {535.0f, 77.0f, -990.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1123b", 0 }, + { {590.0f, 66.0f, -757.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1457b", 0 }, + { {527.0f, 53.0f, -630.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2483b2", 0 }, + { {-23.0f, 31.0f, -422.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1531a", 0 }, + { {27.0f, 26.0f, -360.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1702a", 0 }, + { {2.0f, 17.0f, -227.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2031a", 0 }, + { {-60.0f, 4.0f, -96.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2108a", 0 }, + { {-26.0f, 4.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1811a", 0 }, + { {51.0f, 9.0f, 45.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1865a", 0 }, + { {-5.0f, 5.0f, 127.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4694a", 0 }, + { {10.0f, 12.0f, -136.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "", 0 }, + { {22.0f, 5.0f, 117.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4684a", 0 }, + { {58.0f, 5.0f, -6.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1890a", 0 }, + { {-92.0f, 5.0f, 133.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1735a", 0 }, + { {-7.0f, 5.0f, -84.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1983a", 0 }, + { {-61.0f, 5.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1761a", 0 }, + { {-32.0f, 5.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1779a", 0 }, + { {-82.0f, 5.0f, -68.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2104a", 0 }, + { {1759.0f, 80.0f, -866.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p448d", 0 }, + { {1774.0f, 80.0f, -780.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p530d", 0 }, + { {1699.0f, 80.0f, -647.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p478d", 0 }, + { {1644.0f, 80.0f, -740.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p540d", 0 }, + { {781.0f, 80.0f, -1045.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6545c", 0 }, + { {791.0f, 80.0f, -965.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6523c", 0 }, + { {918.0f, 80.0f, -891.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6481c", 0 }, + { {1292.0f, 80.0f, -910.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5845c", 0 }, + { {1340.0f, 80.0f, -956.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5078c", 0 }, + { {1447.0f, 80.0f, -983.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4956c", 0 }, + { {1554.0f, 80.0f, -1037.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5122c", 0 }, + { {1639.0f, 79.0f, -895.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9660c", 0 }, + { {1702.0f, 79.0f, -1049.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9202c", 0 }, + { {1864.0f, 79.0f, -1017.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9310c", 0 }, + { {624.0f, 80.0f, -1050.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1010b", 0 }, + { {462.0f, 80.0f, -1019.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1177b", 0 }, + { {680.0f, 80.0f, -920.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1071b", 0 }, + { {545.0f, 64.0f, -763.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1495b", 0 }, + { {637.0f, 64.0f, -798.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1513b", 0 }, + { {652.0f, 60.0f, -757.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1526b", 0 }, + { {627.0f, 60.0f, -679.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1501b", 0 }, + { {625.0f, 60.0f, -639.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1498b", 0 }, + { {620.0f, 52.0f, -528.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1780b", 0 }, + { {514.0f, 52.0f, -478.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1729b", 0 }, + { {521.0f, 52.0f, -393.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1732b", 0 }, + { {712.0f, 52.0f, -412.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1846b", 0 }, + { {684.0f, 52.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1755b", 0 }, + { {588.0f, 52.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1801b", 0 }, + { {303.0f, 40.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1355a", 0 }, + { {200.0f, 36.0f, -425.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1347a", 0 }, + { {94.0f, 29.0f, -542.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1666a", 0 }, + { {200.0f, 29.0f, -513.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1363a", 0 }, + { {12.0f, 29.0f, -546.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1698a", 0 }, + { {-125.0f, 29.0f, -533.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1721a", 0 }, + { {51.0f, 29.0f, -463.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1665a", 0 }, + { {-103.0f, 29.0f, -466.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1631a", 0 }, + { {-48.0f, 29.0f, -371.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1657a", 0 }, + { {-23.0f, 29.0f, -325.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2003a", 0 }, + { {52.0f, 20.0f, -264.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2084a", 0 }, + { {68.0f, 20.0f, -226.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2095a", 0 }, + { {42.0f, 20.0f, -145.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2072a", 0 }, + { {-44.0f, 20.0f, -242.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2068a", 0 }, + { {39.0f, 14.0f, -104.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2069a", 0 }, + { {-74.0f, 6.0f, -37.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1769a", 0 }, + { {101.0f, 6.0f, -17.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1909a", 0 }, + { {-97.0f, 6.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1745a", 0 }, + { {10.0f, 6.0f, 26.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1842a", 0 }, + { {-106.0f, 6.0f, 90.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1739a", 0 }, + { {59.0f, 6.0f, 111.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1880a", 0 }, + { {86.0f, 6.0f, 152.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1899a", 0 }, + { {16.0f, 2.0f, -26.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "", 0 }, + { {-117.0f, 2.0f, 136.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1923a", 0 }, + { {27.0f, 26.0f, -331.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2086a", 0 }, + { {35.0f, 2.0f, 177.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4780a1", 0 }, + { {-1.0f, 2.0f, 173.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4759a", 0 }, + { {1680.0f, 77.0f, -789.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p460d", 0 }, + { {1740.0f, 77.0f, -760.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p472d", 0 }, + { {1742.0f, 77.0f, -736.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p473d", 0 }, + { {1732.0f, 77.0f, -842.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p455d", 0 }, + { {1667.0f, 77.0f, -854.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p442d", 0 }, + { {1659.0f, 77.0f, -876.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p438d", 0 }, + { {809.0f, 77.0f, -1075.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6467c", 0 }, + { {873.0f, 77.0f, -1086.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6416c", 0 }, + { {941.0f, 77.0f, -1001.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6428c", 0 }, + { {861.0f, 77.0f, -902.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6486c", 0 }, + { {1294.0f, 77.0f, -1067.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "", 0 }, + { {1301.0f, 77.0f, -1044.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5820c", 0 }, + { {1367.0f, 77.0f, -1032.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5100c", 0 }, + { {1420.0f, 77.0f, -930.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5054c", 0 }, + { {1473.0f, 77.0f, -904.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p5030c", 0 }, + { {1552.0f, 77.0f, -981.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p4947c", 0 }, + { {960.0f, 71.0f, -948.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6510c", 0 }, + { {995.0f, 105.0f, -979.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6387c", 0 }, + { {1035.0f, 105.0f, -1055.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6352c", 0 }, + { {1599.0f, 77.0f, -1060.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9174c", 0 }, + { {1599.0f, 77.0f, -954.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9225c", 0 }, + { {1676.0f, 77.0f, -1080.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9182c", 0 }, + { {1787.0f, 77.0f, -1080.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9283c", 0 }, + { {1788.0f, 77.0f, -945.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p9347c", 0 }, + { {727.0f, 77.0f, -954.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1135b", 0 }, + { {727.0f, 77.0f, -1060.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1145b", 0 }, + { {649.0f, 77.0f, -1082.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1077b", 0 }, + { {538.0f, 77.0f, -1082.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1131b", 0 }, + { {541.0f, 77.0f, -946.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1121b", 0 }, + { {619.0f, 77.0f, -855.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1515b", 0 }, + { {557.0f, 69.0f, -759.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1493b", 0 }, + { {582.0f, 65.0f, -726.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1507b", 0 }, + { {535.0f, 55.0f, -654.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1488b", 0 }, + { {634.0f, 55.0f, -617.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1518b", 0 }, + { {554.0f, 55.0f, -562.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1821b", 0 }, + { {674.0f, 55.0f, -485.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1747b", 0 }, + { {690.0f, 55.0f, -399.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1753b", 0 }, + { {655.0f, 55.0f, -365.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1774b", 0 }, + { {608.0f, 55.0f, -397.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1799b", 0 }, + { {531.0f, 55.0f, -490.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1785b", 0 }, + { {501.0f, 55.0f, -507.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1735b", 0 }, + { {493.0f, 55.0f, -392.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1786b", 0 }, + { {213.0f, 39.0f, -444.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1279a", 0 }, + { {149.0f, 24.0f, -417.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1675a", 0 }, + { {149.0f, 24.0f, -508.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1696a", 0 }, + { {91.0f, 24.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1623a", 0 }, + { {-24.0f, 24.0f, -525.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1681a", 0 }, + { {-90.0f, 32.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1629a", 0 }, + { {97.0f, 32.0f, -369.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1612a", 0 }, + { {-6.0f, 25.0f, -272.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1997a", 0 }, + { {-30.0f, 21.0f, -223.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2065a", 0 }, + { {-4.0f, 16.0f, -193.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2078a", 0 }, + { {-52.0f, 6.0f, -120.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2060a", 0 }, + { {47.0f, 6.0f, -85.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2089a", 0 }, + { {97.0f, 6.0f, 23.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1903a", 0 }, + { {-28.0f, 6.0f, -37.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1790a", 0 }, + { {-100.0f, 6.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1747a", 0 }, + { {-87.0f, 6.0f, 31.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1744a", 0 }, + { {14.0f, 6.0f, 63.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1840a", 0 }, + { {-55.0f, 6.0f, 120.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1758a", 0 }, + { {52.0f, 6.0f, 155.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1874a", 0 }, + { {-87.0f, 6.0f, 164.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1731a", 0 }, + { {31.0f, 6.0f, -54.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1872a", 0 }, + { {-16.0f, 33.0f, -52.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1823a", 0 }, + { {4.0f, 57.0f, -453.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1587a", 0 }, + { {-45.0f, 33.0f, -82.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p2057a", 0 }, + { {4.0f, 57.0f, -467.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1591a", 0 }, + { {-65.0f, 33.0f, 90.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1760a", 0 }, + { {-14.0f, 33.0f, 102.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p4679a", 0 }, + { {-56.0f, 33.0f, 30.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1765a", 0 }, + { {-6.0f, 33.0f, 35.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1811a", 0 }, + { {-15.0f, 33.0f, 3.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1815a", 0 }, + { {3.0f, 33.0f, -42.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1852a", 0 }, + { {33.0f, 33.0f, -14.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1869a", 0 }, + { {53.0f, 33.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1888a", 0 }, + { {6.0f, 33.0f, -68.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2007a", 0 }, + { {6.0f, 33.0f, -108.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2011a", 0 }, + { {-7.0f, 33.0f, -141.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1991a", 0 }, + { {13.0f, 33.0f, -168.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2021a", 0 }, + { {-50.0f, 33.0f, -70.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2057a", 0 }, + { {38.0f, 33.0f, 108.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1860a", 0 }, + { {13.0f, 41.0f, -208.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2027a", 0 }, + { {33.0f, 41.0f, -228.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2051a", 0 }, + { {26.0f, 46.0f, -248.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2051a", 0 }, + { {-1.0f, 46.0f, -275.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2035a", 0 }, + { {13.0f, 46.0f, -308.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2043a", 0 }, + { {6.0f, 46.0f, -335.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1571a", 0 }, + { {-1.0f, 57.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1579a", 0 }, + { {6.0f, 57.0f, -429.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1583a", 0 }, + { {-21.0f, 57.0f, -462.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1537a", 0 }, + { {-7.0f, 57.0f, -489.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1541a", 0 }, + { {-87.0f, 57.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1629a", 0 }, + { {-53.0f, 57.0f, -470.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1565a", 0 }, + { {-88.0f, 57.0f, -505.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1635a", 0 }, + { {66.0f, 57.0f, -436.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1608a", 0 }, + { {26.0f, 57.0f, -506.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1551a", 0 }, + { {59.0f, 57.0f, -499.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1557a", 0 }, + { {93.0f, 57.0f, -486.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1561a", 0 }, + { {133.0f, 57.0f, -466.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1569a", 0 }, + { {160.0f, 57.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1287a", 0 }, + { {200.0f, 57.0f, -473.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1321a", 0 }, + { {240.0f, 65.0f, -493.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1315a", 0 }, + { {273.0f, 65.0f, -486.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1311a", 0 }, + { {307.0f, 75.0f, -479.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1305a", 0 }, + { {354.0f, 75.0f, -466.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1273a", 0 }, + { {400.0f, 75.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1265a", 0 }, + { {447.0f, 75.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1623b", 0 }, + { {514.0f, 75.0f, -439.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1671b", 0 }, + { {561.0f, 75.0f, -426.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1663b", 0 }, + { {605.0f, 75.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1655b", 0 }, + { {601.0f, 75.0f, -489.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1649b", 0 }, + { {574.0f, 75.0f, -549.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1691b", 0 }, + { {594.0f, 75.0f, -596.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1633b", 0 }, + { {587.0f, 75.0f, -643.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1439b", 0 }, + { {594.0f, 75.0f, -689.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1447b", 0 }, + { {594.0f, 81.0f, -723.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1451b", 0 }, + { {601.0f, 81.0f, -743.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1455b", 0 }, + { {614.0f, 81.0f, -763.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1479b", 0 }, + { {594.0f, 81.0f, -790.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1463b", 0 }, + { {587.0f, 90.0f, -830.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1467b", 0 }, + { {755.0f, 90.0f, -981.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6537c", 0 }, + { {795.0f, 90.0f, -994.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6533c", 0 }, + { {835.0f, 90.0f, -1014.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6408c", 0 }, + { {868.0f, 90.0f, -1008.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6440c", 0 }, + { {915.0f, 90.0f, -1001.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6432c", 0 }, + { {955.0f, 90.0f, -1021.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6430c", 0 }, + { {989.0f, 90.0f, -1014.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p6422c", 0 }, + { {657.0f, 90.0f, -949.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1064b", 0 }, + { {728.0f, 90.0f, -987.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1026b", 0 }, + { {688.0f, 90.0f, -1008.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1018b", 0 }, + { {654.0f, 90.0f, -1021.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1012b", 0 }, + { {621.0f, 90.0f, -1028.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1008b", 0 }, + { {572.0f, 90.0f, -1064.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2451b", 0 }, + { {509.0f, 90.0f, -1030.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1109b", 0 }, + { {608.0f, 90.0f, -1010.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2479b", 0 }, + { {594.0f, 90.0f, -983.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1044b", 0 }, + { {594.0f, 90.0f, -923.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1036b", 0 }, + { {1070.0f, 90.0f, -1017.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9117c", 0 }, + { {1254.0f, 90.0f, -1017.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9131c", 0 }, + { {1343.0f, 90.0f, -996.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p5092c", 0 }, + { {1442.0f, 90.0f, -1004.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p4996c", 0 }, + { {1469.0f, 90.0f, -948.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p5069c", 0 }, + { {1547.0f, 90.0f, -961.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p5063c", 0 }, + { {1623.0f, 90.0f, -1002.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9205c", 0 }, + { {1739.0f, 90.0f, -1008.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9312c", 0 }, + { {1786.0f, 90.0f, -929.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9349c", 0 }, + { {1677.0f, 90.0f, -935.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9223c", 0 }, + { {1679.0f, 90.0f, -860.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p443d", 0 }, + { {1749.0f, 90.0f, -860.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p448d", 0 }, + { {1712.0f, 90.0f, -680.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p475d", 0 }, + { {1758.0f, 90.0f, -759.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p529d", 0 }, + { {1696.0f, 90.0f, -777.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p461d", 0 }, + { {1629.0f, 90.0f, -763.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p538d", 0 }, + { {1711.0f, 90.0f, -610.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p480d", 0 }, + { {1846.0f, 122.0f, -615.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p490d", 0 }, + { {1912.0f, 122.0f, -561.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p504d", 0 }, + { {1944.0f, 122.0f, -616.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1081d", 0 }, + { {1897.0f, 122.0f, -648.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p513d", 0 }, + { {1927.0f, 122.0f, -507.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p549d", 0 }, + { {1899.0f, 122.0f, -467.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p553d", 0 }, + { {1829.0f, 122.0f, -446.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p560d", 0 }, + { {1760.0f, 144.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p571d", 0 }, + { {1703.0f, 144.0f, -487.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p575d", 0 }, + { {1708.0f, 144.0f, -526.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p578d", 0 }, + { {1770.0f, 159.0f, -537.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p582d", 0 }, + { {1849.0f, 184.0f, -520.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p586d", 0 }, + { {1896.0f, 188.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p589d", 0 }, + { {1896.0f, 188.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p589d", 0 }, + { {1968.0f, 195.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p593d", 0 }, + { {1968.0f, 195.0f, -519.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p593d", 0 }, + { {2019.0f, 195.0f, -514.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p597d", 0 }, + { {2033.0f, 195.0f, -476.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p598d", 0 }, + { {2079.0f, 195.0f, -472.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p20d", 0 }, + { {2089.0f, 195.0f, -379.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p37d", 0 }, + { {2023.0f, 195.0f, -351.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1229e", 0 }, + { {2104.0f, 195.0f, -599.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p9d", 0 }, + { {2073.0f, 195.0f, -284.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1270e", 0 }, + { {2006.0f, 195.0f, -272.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1255e", 0 }, + { {2043.0f, 195.0f, -278.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1259e", 0 }, + { {2107.0f, 195.0f, -293.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1265e", 0 }, + { {2136.0f, 195.0f, -303.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1267e", 0 }, + { {1949.0f, 195.0f, -268.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p452f", 0 }, + { {1780.0f, 195.0f, -268.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p474f", 0 }, + { {1739.0f, 195.0f, -269.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2443f", 0 }, + { {19.0f, 33.0f, -121.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p2015a", 0 }, + { {-21.0f, 33.0f, -121.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1989a", 0 }, + { {19.0f, 57.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1579a", 0 }, + { {-21.0f, 57.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1527a", 0 }, + { {454.0f, 75.0f, -475.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1683b", 0 }, + { {414.0f, 75.0f, -475.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1289a", 0 }, + { {561.0f, 75.0f, -536.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1695b", 0 }, + { {601.0f, 75.0f, -536.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1641b", 0 }, + { {608.0f, 90.0f, -910.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1034b", 0 }, + { {567.0f, 90.0f, -910.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p982b", 0 }, + { {735.0f, 90.0f, -1010.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p968b", 0 }, + { {775.0f, 90.0f, -1010.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p6558c", 0 }, + { {13.0f, 46.0f, -249.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2033a", 0 }, + { {13.0f, 46.0f, -290.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2039a", 0 }, + { {474.0f, 75.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1623b", 0 }, + { {474.0f, 75.0f, -483.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1681b", 0 }, + { {608.0f, 75.0f, -617.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1437b", 0 }, + { {608.0f, 75.0f, -577.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "", 0 }, + { {567.0f, 75.0f, -637.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1413b", 0 }, + { {567.0f, 75.0f, -677.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1419b", 0 }, + { {821.0f, 90.0f, -1038.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p6541c", 0 }, + { {821.0f, 90.0f, -998.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p6531c", 0 }, + { {-16.0f, 57.0f, -507.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1543a", 0 }, + { {-20.0f, 57.0f, -495.0f}, {0.0f, 1.0f, 0.0f}, {0.359669f, 0.0f, -0.93308f}, "p1543a", 0 }, + { {46.0f, 57.0f, -453.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1665a", 0 }, + { {91.0f, 57.0f, -554.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p1611a", 0 }, + { {167.0f, 57.0f, -500.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p1364a", 0 }, + { {189.0f, 57.0f, -436.0f}, {0.0f, 1.0f, 0.0f}, {-0.91298f, 0.0f, -0.408004f}, "", 0 }, + { {286.0f, 65.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-0.91298f, 0.0f, -0.408005f}, "p1356a", 0 }, + { {273.0f, 65.0f, -452.0f}, {0.0f, 1.0f, 0.0f}, {-0.91298f, 0.0f, -0.408005f}, "p1357a", 0 }, + { {260.0f, 65.0f, -513.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1333a", 0 }, + { {501.0f, 75.0f, -460.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1673b", 0 }, + { {608.0f, 75.0f, -453.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1653b", 0 }, + { {575.0f, 75.0f, -460.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1705b", 0 }, + { {621.0f, 75.0f, -480.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1677b", 0 }, + { {648.0f, 75.0f, -440.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357069f}, "p1769b", 0 }, + { {579.0f, 75.0f, -500.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1697b", 0 }, + { {606.0f, 81.0f, -714.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1453b", 0 }, + { {592.0f, 81.0f, -741.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1455b", 0 }, + { {606.0f, 81.0f, -761.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p1459b", 0 }, + { {628.0f, 90.0f, -881.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p1162b", 0 }, + { {579.0f, 90.0f, -935.0f}, {0.0f, 1.0f, 0.0f}, {-0.018846f, 0.0f, 0.999822f}, "p986b", 0 }, + { {702.0f, 90.0f, -975.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p1024b", 0 }, + { {775.0f, 90.0f, -981.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p6535c", 0 }, + { {842.0f, 90.0f, -1028.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p6410c", 0 }, + { {-80.0f, 2.0f, 137.0f}, {0.0f, 1.0f, 0.0f}, {0.392014f, 0.0f, -0.919959f}, "p4719a", 0 }, + { {-67.0f, 2.0f, 135.0f}, {0.0f, 1.0f, 0.0f}, {0.392012f, 0.0f, -0.91996f}, "p4766a", 0 }, + { {1736.0f, 74.0f, -956.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p9364c", 0 }, + { {2119.0f, 208.0f, -525.0f}, {0.164206f, 0.986426f, 6e-06}, {-0.986426f, 0.164206f, -3.1e-05}, "p24d", 0 }, + { {11.0f, 30.0f, -438.0f}, {0.171052f, 0.985262f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p1585a", 0 }, + { {557.0f, 51.0f, -509.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 2e-06}, "p1738b", 0 }, + { {570.0f, 79.0f, -998.0f}, {1e-06, 0.986426f, -0.164206f}, {2e-06, 0.164206f, 0.986426f}, "p994b", 0 }, + { {1338.0f, 93.0f, -1090.0f}, {-0.116107f, 0.986426f, -0.116116f}, {0.697486f, 0.164206f, 0.697531f}, "p5081c", 0 }, + { {2041.0f, 208.0f, -615.0f}, {0.164206f, 0.986426f, 6e-06}, {-0.986426f, 0.164206f, -3.1e-05}, "p6d", 0 }, + { {1741.0f, 90.0f, -698.0f}, {7.7e-05, 0.986426f, 0.164206f}, {-0.000467f, 0.164206f, -0.986426f}, "p524d", 0 }, + { {-119.0f, 75.0f, -538.0f}, {0.0f, 1.0f, 0.0f}, {0.359669f, 0.0f, -0.93308f}, "p1721a", 0 }, + { {668.0f, 55.0f, -476.0f}, {0.0f, 1.0f, 0.0f}, {0.359669f, 0.0f, -0.93308f}, "p1748b", 0 }, + { {485.0f, 90.0f, -1089.0f}, {0.0f, 1.0f, 0.0f}, {0.359669f, 0.0f, -0.93308f}, "p1096b", 0 }, + { {1057.0f, 90.0f, -1009.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p6365c", 0 }, + { {2016.0f, 237.0f, -384.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p44d", 0 }, + { {2037.0f, 237.0f, -382.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p43d", 0 }, + { {2094.0f, 237.0f, -343.0f}, {0.0f, 1.0f, 0.0f}, {0.934084f, 0.0f, -0.357054f}, "p1235e", 0 }, + { {2017.0f, 237.0f, -372.0f}, {0.0f, 1.0f, 0.0f}, {-0.98747f, 0.0f, -0.157809f}, "p44d", 0 }, + { {2114.0f, 195.0f, -389.0f}, {0.0f, 1.0f, 0.0f}, {-0.157797f, 0.0f, 0.987472f}, "p33d", 0 }, + { {2109.0f, 237.0f, -376.0f}, {0.0f, 1.0f, 0.0f}, {0.586657f, 0.0f, 0.809836f}, "p36d", 0 }, + { {2124.0f, 237.0f, -349.0f}, {0.0f, 1.0f, 0.0f}, {-0.157816f, 0.0f, 0.987468f}, "p1238e", 0 }, + { {2124.0f, 237.0f, -348.0f}, {0.0f, 1.0f, 0.0f}, {-0.357061f, 0.0f, -0.934081f}, "p1238e", 0 }, + { {2017.0f, 237.0f, -372.0f}, {0.0f, 1.0f, 0.0f}, {-0.357061f, 0.0f, -0.934081f}, "p44d", 0 }, + { {2099.0f, 195.0f, -481.0f}, {0.0f, 1.0f, 0.0f}, {0.776265f, 0.0f, 0.630407f}, "p18d", 0 }, + { {2094.0f, 195.0f, -470.0f}, {0.0f, 1.0f, 0.0f}, {0.987468f, 0.0f, 0.157817f}, "p20d", 0 }, + { {2094.0f, 195.0f, -460.0f}, {0.0f, 1.0f, 0.0f}, {-0.157809f, 0.0f, 0.98747f}, "p27d", 0 }, + { {2092.0f, 195.0f, -447.0f}, {0.0f, 1.0f, 0.0f}, {0.809835f, 0.0f, -0.586658f}, "p27d", 0 }, + { {1820.0f, 122.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-0.994777f, 0.0f, -0.102073f}, "p566d", 0 }, + { {1788.0f, 122.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {-0.888257f, 0.0f, 0.459347f}, "p565d", 0 }, + { {1896.0f, 195.0f, -278.0f}, {0.0f, 1.0f, 0.0f}, {-0.994777f, 0.0f, -0.102073f}, "p461f", 0 }, + { {1814.0f, 122.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {-0.994777f, 0.0f, -0.102073f}, "p564d", 0 }, + { {1821.0f, 122.0f, -417.0f}, {0.0f, 1.0f, 0.0f}, {-0.994777f, 0.0f, -0.102073f}, "p563d", 0 }, + { {1865.0f, 122.0f, -441.0f}, {0.0f, 1.0f, 0.0f}, {-0.585786f, 0.0f, 0.810466f}, "p1098d", 0 }, + { {1831.0f, 122.0f, -428.0f}, {0.0f, 1.0f, 0.0f}, {-0.10258f, 0.0f, 0.994725f}, "p561d", 0 }, + { {1843.0f, 122.0f, -469.0f}, {0.0f, 1.0f, 0.0f}, {0.810167f, 0.0f, 0.586199f}, "p559d", 0 }, + { {1825.0f, 122.0f, -472.0f}, {0.0f, 1.0f, 0.0f}, {0.810167f, 0.0f, 0.586199f}, "p566d", 0 }, + { {2022.0f, 195.0f, -316.0f}, {0.0f, 1.0f, 0.0f}, {0.934084f, 0.0f, -0.357054f}, "p1241e", 0 }, + { {2015.0f, 195.0f, -337.0f}, {0.0f, 1.0f, 0.0f}, {0.357061f, 0.0f, 0.934081f}, "p1228e", 0 }, + { {2036.0f, 195.0f, -318.0f}, {0.0f, 1.0f, 0.0f}, {-0.157816f, 0.0f, 0.987468f}, "p1242e", 0 }, + { {2065.0f, 237.0f, -336.0f}, {0.0f, 1.0f, 0.0f}, {0.157816f, 0.0f, -0.987468f}, "p1232e", 0 }, + { {2092.0f, 237.0f, -321.0f}, {0.0f, 1.0f, 0.0f}, {0.912978f, 0.0f, 0.408008f}, "p1247e", 0 }, + { {2119.0f, 237.0f, -326.0f}, {0.0f, 1.0f, 0.0f}, {0.357061f, 0.0f, 0.934081f}, "p1249e", 0 }, + { {2079.0f, 237.0f, -419.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p29d", 0 }, + { {2134.0f, 195.0f, -603.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p11d", 0 }, + { {2119.0f, 195.0f, -621.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p10d", 0 }, + { {2098.0f, 195.0f, -622.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p9d", 0 }, + { {2107.0f, 195.0f, -613.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p9d", 0 }, + { {2119.0f, 195.0f, -607.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p10d", 0 }, + { {2131.0f, 195.0f, -615.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p10d", 0 }, + { {2124.0f, 195.0f, -595.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p11d", 0 }, + { {2092.0f, 195.0f, -605.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p9d", 0 }, + { {2136.0f, 195.0f, -590.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p12d", 0 }, + { {2124.0f, 195.0f, -582.0f}, {0.0f, 1.0f, 0.0f}, {-0.934078f, 0.0f, 0.357068f}, "p12d", 0 }, + { {1518.0f, 90.0f, -966.0f}, {0.0f, 1.0f, 0.0f}, {-0.994667f, 0.0f, 0.103144f}, "p5066c", 0 }, + { {1813.0f, 88.0f, -749.0f}, {0.0f, 1.0f, 0.0f}, {-0.919957f, 0.0f, -0.392019f}, "p532d", 0 }, + { {1618.0f, 83.0f, -787.0f}, {0.0f, 1.0f, 0.0f}, {0.927707f, 0.0f, -0.373309f}, "p537d", 0 }, + { {1650.0f, 83.0f, -734.0f}, {0.0f, 1.0f, 0.0f}, {0.39205f, 0.0f, -0.919944f}, "p541d", 0 }, + { {1708.0f, 83.0f, -628.0f}, {0.0f, 1.0f, 0.0f}, {-0.600666f, 0.0f, -0.7995f}, "p480d", 0 }, + { {1898.0f, 122.0f, -562.0f}, {0.0f, 1.0f, 0.0f}, {-0.600666f, 0.0f, -0.7995f}, "p501d", 0 }, + { {1888.0f, 122.0f, -675.0f}, {0.0f, 1.0f, 0.0f}, {-0.7995f, 0.0f, 0.600666f}, "p514d", 0 }, + { {1894.0f, 122.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {0.7995f, 0.0f, -0.600666f}, "p554d", 0 }, + { {1833.0f, 184.0f, -528.0f}, {0.0f, 1.0f, 0.0f}, {-0.99272f, 0.0f, 0.120442f}, "p585d", 0 }, + { {1902.0f, 184.0f, -554.0f}, {0.0f, 1.0f, 0.0f}, {-0.616875f, 0.0f, 0.787061f}, "p602d", 0 }, + { {2134.0f, 195.0f, -331.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1250e", 0 }, + { {2066.0f, 195.0f, -326.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1245e", 0 }, + { {2077.0f, 195.0f, -529.0f}, {0.0f, 1.0f, 0.0f}, {-0.392055f, 0.0f, 0.919942f}, "p17d", 0 }, + { {1810.0f, 122.0f, -412.0f}, {0.0f, 1.0f, 0.0f}, {0.7995f, 0.0f, -0.600666f}, "p563d", 0 }, + { {1804.0f, 122.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {0.7995f, 0.0f, -0.600666f}, "p564d", 0 }, + { {1806.0f, 122.0f, -467.0f}, {0.0f, 1.0f, 0.0f}, {0.98873f, 0.0f, 0.149711f}, "p566d", 0 }, + { {2104.0f, 195.0f, -310.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1265e", 0 }, + { {1881.0f, 195.0f, -276.0f}, {0.0f, 1.0f, 0.0f}, {0.99272f, 0.0f, -0.120442f}, "p460f", 0 }, + { {2034.0f, 195.0f, -307.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1257e", 0 }, + { {2014.0f, 195.0f, -290.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1254e", 0 }, + { {2125.0f, 195.0f, -312.0f}, {0.0f, 1.0f, 0.0f}, {-0.120442f, 0.0f, -0.99272f}, "p1267e", 0 }, + { {-29.0f, 2.0f, 113.0f}, {0.0f, 1.0f, 0.0f}, {0.392012f, 0.0f, -0.91996f}, "", 0 }, + { {-17.0f, 2.0f, 126.0f}, {0.0f, 1.0f, 0.0f}, {0.392012f, 0.0f, -0.91996f}, "p4696a", 0 }, + { {-2.0f, 2.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {0.392012f, 0.0f, -0.91996f}, "p4699a", 0 }, + { {1870.0f, 195.0f, -274.0f}, {0.0f, 1.0f, 0.0f}, {-0.999999f, 0.0f, -0.001438f}, "p470f1", 0 }, + { {1884.0f, 195.0f, -264.0f}, {0.0f, 1.0f, 0.0f}, {-0.999999f, 0.0f, -0.001438f}, "p460f", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {1754.0f, 193.0f, -258.0f}, {0.000142f, -1e-06, -1.0f}, {-1e-06, 1.0f, -1e-06}, "p2489f", 0, {-1.001707f, 1.000014f, -0.000153f, 12.000147f, -9.000001f, 18.00001f} }, + { {1754.0f, 193.0f, -282.0f}, {-0.000142f, 1e-06, 1.0f}, {-1e-06, 1.0f, -1e-06}, "p2491f", 0, {-1.001715f, 1.000007f, -0.000148f, 12.000153f, -9.000009f, 18.000002f} }, + { {-13.0f, 5.0f, 106.0f}, {0.0f, 1.0f, 5.7e-05}, {-6.1e-05, 5.7e-05, -1.0f}, "", 0, {19.00061f, 24.000977f, 0.000574f, 5.000918f, -15.998841f, -9.998249f} }, + { {-19.0f, 5.0f, 99.0f}, {0.0f, 1.0f, 7.2e-05}, {-6.1e-05, 7.2e-05, -1.0f}, "p4679a", 0, {16.000732f, 20.000977f, 0.000861f, 5.001148f, -15.999024f, -11.998422f} }, + { {-18.0f, 5.0f, 104.0f}, {0.0f, 1.0f, 7.2e-05}, {-6.1e-05, 7.2e-05, -1.0f}, "p4679a", 0, {10.001463f, 11.001585f, 6.00172f, 7.001863f, -25.99896f, -23.998827f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 18464, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 18465, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 18466, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 18467, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 18468, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 18469, 0, + /* Type = ObjectiveDestroyObject; index = 6 */ + _mkword(0, _mkshort(0, 25)), 0, + /* Type = ObjectiveDestroyObject; index = 7 */ + _mkword(0, _mkshort(0, 25)), 1, + /* Type = ObjectiveDestroyObject; index = 8 */ + _mkword(0, _mkshort(0, 25)), 2, + /* Type = ObjectiveDestroyObject; index = 9 */ + _mkword(0, _mkshort(0, 25)), 9, + /* Type = ObjectiveDestroyObject; index = 10 */ + _mkword(0, _mkshort(0, 25)), 10, + /* Type = ObjectiveDestroyObject; index = 11 */ + _mkword(0, _mkshort(0, 25)), 11, + /* Type = ObjectiveDestroyObject; index = 12 */ + _mkword(0, _mkshort(0, 25)), 12, + /* Type = ObjectiveEnd; index = 13 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 14 */ + _mkword(0, _mkshort(0, 23)), 1, 18470, 0, + /* Type = ObjectiveCompleteCondition; index = 15 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveEnd; index = 16 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 17 */ + _mkword(0, _mkshort(0, 23)), 2, 18471, 1, + /* Type = ObjectiveDestroyObject; index = 18 */ + _mkword(0, _mkshort(0, 25)), 20, + /* Type = ObjectiveDestroyObject; index = 19 */ + _mkword(0, _mkshort(0, 25)), 21, + /* Type = ObjectiveDestroyObject; index = 20 */ + _mkword(0, _mkshort(0, 25)), 22, + /* Type = ObjectiveDestroyObject; index = 21 */ + _mkword(0, _mkshort(0, 25)), 23, + /* Type = ObjectiveDestroyObject; index = 22 */ + _mkword(0, _mkshort(0, 25)), 24, + /* Type = ObjectiveDestroyObject; index = 23 */ + _mkword(0, _mkshort(0, 25)), 25, + /* Type = ObjectiveDestroyObject; index = 24 */ + _mkword(0, _mkshort(0, 25)), 26, + /* Type = ObjectiveDestroyObject; index = 25 */ + _mkword(0, _mkshort(0, 25)), 27, + /* Type = ObjectiveDestroyObject; index = 26 */ + _mkword(0, _mkshort(0, 25)), 28, + /* Type = ObjectiveEnd; index = 27 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 28 */ + _mkword(0, _mkshort(0, 23)), 3, 18472, 0, + /* Type = ObjectiveCompleteCondition; index = 29 */ + _mkword(0, _mkshort(0, 26)), 32768, + /* Type = ObjectiveFailCondition; index = 30 */ + _mkword(0, _mkshort(0, 27)), 1024, + /* Type = ObjectiveEnd; index = 31 */ + _mkword(0, _mkshort(0, 24)), + /* Type = StandardProp; index = 32 */ + _mkword(102, _mkshort(0, 3)), _mkword(317, 193), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 33 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 192), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 34 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 191), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 35 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 190), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 36 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 329), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 37 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 328), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 38 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 327), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 39 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 347), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 346), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 345), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 42 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 344), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 43 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 343), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 342), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 341), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 46 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 340), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 47 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 339), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 338), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 337), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 50 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 336), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 51 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 335), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 52 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 334), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 53 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 333), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 54 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 332), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 55 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 331), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 330), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 57 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 284), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 58 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 283), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 59 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 282), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 281), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 280), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 62 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 279), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 63 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 278), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 64 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 277), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 65 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 276), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 66 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 275), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 67 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 274), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 68 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 273), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 69 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 272), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 70 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 271), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 71 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 270), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 72 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 269), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 73 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 268), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 74 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 267), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 75 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 266), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 76 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 265), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 77 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 264), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 78 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 263), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 79 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 262), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 80 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 261), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 81 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 260), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 82 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 259), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 83 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 258), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 84 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 229), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 85 */ + _mkword(256, _mkshort(0, 3)), _mkword(315, 228), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 86 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 227), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 87 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 226), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 88 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 225), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 89 */ + _mkword(153, _mkshort(0, 3)), _mkword(315, 224), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 90 */ + _mkword(102, _mkshort(0, 3)), _mkword(314, 223), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 91 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 222), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 92 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 221), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 93 */ + _mkword(256, _mkshort(0, 3)), _mkword(315, 220), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 94 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 219), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 95 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 218), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 96 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 217), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 97 */ + _mkword(153, _mkshort(0, 3)), _mkword(315, 216), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 98 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 215), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 99 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 156), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 100 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 155), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 101 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 154), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 102 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 153), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 103 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 152), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 104 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 151), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 105 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 150), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 106 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 149), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 107 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 148), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 108 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 147), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 109 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 146), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 110 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 145), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 111 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 144), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 112 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 143), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 113 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 142), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 114 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 141), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 115 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 140), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 116 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 139), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 117 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 138), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 118 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 137), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 119 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 136), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 120 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 39), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 121 */ + _mkword(640, _mkshort(0, 3)), _mkword(110, 38), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 122 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 37), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 123 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 36), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 124 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 35), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 125 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 34), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 126 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 33), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 127 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 32), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 128 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 47), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 129 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 31), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 130 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 30), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 131 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 29), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 132 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 28), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 133 */ + _mkword(512, _mkshort(0, 3)), _mkword(110, 26), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 134 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 25), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 135 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 24), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 136 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 23), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 137 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 46), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 138 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 22), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 139 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 21), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 140 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 19), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 141 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 18), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 142 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 17), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 143 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 16), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 144 */ + _mkword(640, _mkshort(0, 3)), _mkword(110, 15), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 145 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 14), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 146 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 13), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 147 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 45), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 148 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 12), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 149 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 11), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 150 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 10), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 151 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 8), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 152 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 6), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 153 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 5), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 154 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 4), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 155 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 3), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 156 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 44), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 157 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 2), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 158 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 1), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 159 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 0), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 160 */ + _mkword(512, _mkshort(0, 3)), _mkword(110, 43), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 161 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 42), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 162 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 41), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 163 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 40), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 164 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 189), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 165 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 188), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 166 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 187), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 167 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 186), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 168 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 326), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 169 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 324), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 170 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 322), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 171 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 321), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 172 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 320), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 173 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 319), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 174 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 318), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 175 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 317), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 176 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 316), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 177 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 315), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 178 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 314), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 179 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 313), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 180 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 312), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 181 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 311), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 182 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 310), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 183 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 309), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 184 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 257), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 185 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 256), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 186 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 255), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 187 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 254), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 188 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 253), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 189 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 252), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 190 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 251), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 191 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 250), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 192 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 249), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 193 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 248), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 194 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 247), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 195 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 246), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 196 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 245), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 197 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 244), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 198 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 214), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 199 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 213), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 200 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 212), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 201 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 164), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 202 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 165), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 203 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 163), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 204 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 162), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 205 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 161), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 206 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 160), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 207 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 158), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 208 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 157), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 209 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 82), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 210 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 81), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 211 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 80), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 212 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 79), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 213 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 78), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 214 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 77), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 215 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 76), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 216 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 74), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 217 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 73), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 218 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 72), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 219 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 71), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 220 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 70), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 221 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 69), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 222 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 68), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 223 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 67), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 224 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 66), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 225 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 65), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 226 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 64), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 227 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 63), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 228 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 62), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 229 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 61), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 230 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 60), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 231 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 59), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 232 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 58), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 233 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 57), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 234 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 56), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 235 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 55), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 236 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 54), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 237 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 53), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 238 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 52), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 239 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 51), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 240 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 50), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 241 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 49), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 242 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 174), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 243 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 175), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 244 */ + _mkword(102, _mkshort(0, 3)), _mkword(317, 176), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 245 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 177), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 246 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 178), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 247 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 179), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 248 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 291), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 249 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 292), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 250 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 293), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 251 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 294), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 252 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 295), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 253 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 296), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 254 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 297), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 255 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 298), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 256 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 299), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 257 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 300), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 258 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 301), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 259 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 302), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 260 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 303), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 261 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 234), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 262 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 235), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 263 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 236), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 264 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 237), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 265 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 238), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 266 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 239), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 267 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 240), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 268 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 203), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 269 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 204), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 270 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 171), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 271 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 170), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 272 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 169), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 273 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 168), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 274 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 167), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 275 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 119), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 276 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 118), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 277 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 117), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 278 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 116), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 279 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 115), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 280 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 114), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 281 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 113), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 282 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 112), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 283 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 111), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 284 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 110), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 285 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 109), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 286 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 108), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 287 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 107), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 288 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 105), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 289 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 104), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 290 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 103), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 291 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 102), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 292 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 101), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 293 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 100), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 294 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 98), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 295 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 97), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 296 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 96), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 297 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 95), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 298 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 94), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 299 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 93), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 300 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 92), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 301 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 90), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 302 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 89), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 303 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 88), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 304 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 87), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 305 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 85), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 306 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 84), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 307 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 83), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 308 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 120), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 309 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 121), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 310 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 122), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 311 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 123), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 312 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 124), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 313 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 180), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 314 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 181), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 315 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 182), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 316 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 183), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 317 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 184), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 318 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 304), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 319 */ + _mkword(486, _mkshort(0, 3)), _mkword(111, 305), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 320 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 306), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 321 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 307), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 322 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 308), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 323 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 241), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 324 */ + _mkword(204, _mkshort(0, 3)), _mkword(316, 242), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 325 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 207), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 326 */ + _mkword(204, _mkshort(0, 3)), _mkword(314, 206), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 327 */ + _mkword(102, _mkshort(0, 3)), _mkword(314, 205), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 328 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 133), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 329 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 132), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 330 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 131), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 331 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 130), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 332 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 129), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 333 */ + _mkword(204, _mkshort(0, 3)), _mkword(108, 128), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 334 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 127), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 335 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 126), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 336 */ + _mkword(102, _mkshort(0, 3)), _mkword(108, 125), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 337 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 135), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 338 */ + _mkword(153, _mkshort(0, 3)), _mkword(108, 134), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 339 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 173), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 340 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 172), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 341 */ + _mkword(179, _mkshort(0, 3)), _mkword(111, 290), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 342 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 289), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 343 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 285), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 344 */ + _mkword(179, _mkshort(0, 3)), _mkword(111, 288), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 345 */ + _mkword(179, _mkshort(0, 3)), _mkword(111, 286), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 346 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 287), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 347 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 231), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 348 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 230), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 349 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 232), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 350 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 233), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 351 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 194), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 352 */ + _mkword(153, _mkshort(0, 3)), _mkword(314, 195), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 353 */ + _mkword(102, _mkshort(0, 3)), _mkword(314, 196), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 354 */ + _mkword(102, _mkshort(0, 3)), _mkword(315, 197), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 355 */ + _mkword(204, _mkshort(0, 3)), _mkword(315, 198), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 356 */ + _mkword(153, _mkshort(0, 3)), _mkword(315, 199), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 357 */ + _mkword(102, _mkshort(0, 3)), _mkword(315, 200), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 358 */ + _mkword(153, _mkshort(0, 3)), _mkword(315, 202), 0x04000001, 0x0200c100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 359 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 348), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 360 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 349), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 361 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 567), _mkword(11, 1026), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 362 */ + _mkword(256, _mkshort(0, 8)), _mkword(197, 0), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0e, 0xff), 0xffff), 0, + /* Type = Collectable; index = 363 */ + _mkword(256, _mkshort(0, 8)), _mkword(185, 0), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x18, 0xff), 0xffff), 0, + /* Type = Guard; index = 364 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 515), _mkword(79, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 365 */ + _mkword(384, _mkshort(0, 8)), _mkword(190, 1), 0x00006000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x12, 0xff), 0xffff), 0, + /* Type = Guard; index = 366 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 568), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 367 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 569), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 368 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 570), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 369 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 571), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 370 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 572), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 371 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 573), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 372 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 574), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 373 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 575), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 374 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 576), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 375 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 577), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 376 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 578), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 377 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 579), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 378 */ + _mkword(0, _mkshort(0, 9)), _mkword(37, 580), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 379 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 581), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 380 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 582), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 381 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 584), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 382 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 585), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 383 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 586), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 384 */ + _mkword(0, _mkshort(0, 9)), _mkword(41, 587), _mkword(0, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = SetGuardAttribute; index = 385 */ + _mkword(0, _mkshort(0, 18)), 24, 0x000000cc, + /* Type = SetGuardAttribute; index = 386 */ + _mkword(0, _mkshort(0, 18)), 7, 0x000000cc, + /* Type = SetGuardAttribute; index = 387 */ + _mkword(0, _mkshort(0, 18)), 10, 0x000000cc, + /* Type = SetGuardAttribute; index = 388 */ + _mkword(0, _mkshort(0, 18)), 29, 0x000000cc, + /* Type = SetGuardAttribute; index = 389 */ + _mkword(0, _mkshort(0, 18)), 34, 0x000000cc, + /* Type = SetGuardAttribute; index = 390 */ + _mkword(0, _mkshort(0, 18)), 30, 0x000000cc, + /* Type = Guard; index = 391 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 350), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 392 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 351), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 393 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 491), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 394 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 469), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 395 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 471), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 396 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 477), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 397 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 479), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 398 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 481), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 399 */ + _mkword(0, _mkshort(0, 9)), _mkword(35, 485), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 400 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 487), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 401 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 493), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 402 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 495), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 403 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 498), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 404 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 499), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 405 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 501), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 406 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 503), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 407 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 504), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 408 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 505), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 409 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 508), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 410 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 509), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 411 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 510), _mkword(0, 1037), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Collectable; index = 412 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 413 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 414 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 415 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 416 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 417 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 418 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 419 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 420 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 421 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 422 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 423 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 424 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 425 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 426 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 427 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 11), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 428 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 12), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 429 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 13), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 430 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 14), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 431 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 15), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 432 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 16), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 433 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 17), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 434 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 18), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 435 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 19), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 436 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 20), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 437 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 21), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 438 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 22), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 439 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 23), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 440 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 24), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 441 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 25), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 442 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 26), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 443 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 444 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 445 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 446 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 447 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 448 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 449 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 450 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Collectable; index = 451 */ + _mkword(256, _mkshort(0, 8)), _mkword(188, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0d, 0xff), 0xffff), 0, + /* Type = Hat; index = 452 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 453 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 454 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 455 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 456 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 457 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 458 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 459 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 460 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 461 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 462 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 463 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 464 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 465 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 466 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 467 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 468 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 469 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 470 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 471 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 472 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 473 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 474 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 475 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 476 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 477 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 478 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 479 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 480 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 481 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 482 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 483 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 484 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 485 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 486 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 487 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 488 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 489 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 490 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 491 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 492 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Drone; index = 493 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 518), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001e1, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 494 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = Drone; index = 495 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 519), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000186, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 496 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = Drone; index = 497 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 520), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000194, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 498 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = Drone; index = 499 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 521), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001a9, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 500 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = Drone; index = 501 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 522), 0x88000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001b7, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000444, 0x00083333, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 502 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0x0001), 0, 0, + /* Type = Drone; index = 503 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 523), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001af, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000111, 0x00120000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 504 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0x0001), 0, 0, + /* Type = Drone; index = 505 */ + _mkword(256, _mkshort(0, 13)), _mkword(299, 517), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x000001c9, 0x00000000, 0x00020000, 0xfffe0000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000016c, 0x00140000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Armour; index = 506 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 524), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 507 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 525), 0x00000001, 0x00000080, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 508 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 526), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Tag; index = 509 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = StandardProp; index = 510 */ + _mkword(12, _mkshort(0, 3)), _mkword(82, 10003), 0x00021008, 0x00080000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 511 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = StandardProp; index = 512 */ + _mkword(12, _mkshort(0, 3)), _mkword(82, 10002), 0x00021008, 0x00080000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 513 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = StandardProp; index = 514 */ + _mkword(12, _mkshort(0, 3)), _mkword(82, 10004), 0x00021008, 0x00080000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 515 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 528), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 516 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 529), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 517 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 530), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 518 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 531), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 519 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 532), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 520 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 533), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 521 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 534), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 522 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 535), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 523 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 536), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 524 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 541), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 525 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 542), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 526 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 543), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 527 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 544), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 528 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 545), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 529 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 546), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 530 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 547), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 531 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 548), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 532 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 549), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 533 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 550), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 534 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 551), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 535 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 552), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 536 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 553), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 537 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 554), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 538 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 555), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 539 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 556), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 540 */ + _mkword(0, _mkshort(0, 22)), _mkword(20, 0x0001), 0, 0, + /* Type = StandardProp; index = 541 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 557), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 542 */ + _mkword(0, _mkshort(0, 22)), _mkword(21, 0x0001), 0, 0, + /* Type = StandardProp; index = 543 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 558), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 544 */ + _mkword(0, _mkshort(0, 22)), _mkword(22, 0x0001), 0, 0, + /* Type = StandardProp; index = 545 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 559), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 546 */ + _mkword(0, _mkshort(0, 22)), _mkword(23, 0x0001), 0, 0, + /* Type = StandardProp; index = 547 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 560), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 548 */ + _mkword(0, _mkshort(0, 22)), _mkword(24, 0x0001), 0, 0, + /* Type = StandardProp; index = 549 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 561), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 550 */ + _mkword(0, _mkshort(0, 22)), _mkword(25, 0x0001), 0, 0, + /* Type = StandardProp; index = 551 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 562), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 552 */ + _mkword(0, _mkshort(0, 22)), _mkword(26, 0x0001), 0, 0, + /* Type = StandardProp; index = 553 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 563), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 554 */ + _mkword(0, _mkshort(0, 22)), _mkword(27, 0x0001), 0, 0, + /* Type = StandardProp; index = 555 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 564), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 556 */ + _mkword(0, _mkshort(0, 22)), _mkword(28, 0x0001), 0, 0, + /* Type = StandardProp; index = 557 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 565), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 558 */ + _mkword(0, _mkshort(0, 22)), _mkword(29, 0x0001), 0, 0, + /* Type = StandardProp; index = 559 */ + _mkword(256, _mkshort(0, 3)), _mkword(3, 566), 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 560 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 537), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 561 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 538), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 562 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 539), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = StandardProp; index = 563 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 540), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(250, 0), 0, 0, + /* Type = Tag; index = 564 */ + _mkword(0, _mkshort(0, 22)), _mkword(31, 0x0001), 0, 0, + /* Type = Door; index = 565 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 0), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 566 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 1), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 17, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 567 */ + _mkword(0, _mkshort(0, 22)), _mkword(32, 0xffff), 0, 0, + /* Type = Cutscene; index = 568 */ + _mkword(0, _mkshort(0, 46)), 1966359, 230305, -297254, 298508, 383408, 467, + /* Type = Tag; index = 569 */ + _mkword(0, _mkshort(0, 22)), _mkword(30, 0xffff), 0, 0, + /* Type = EndProps; index = 570 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xffff9b73, 0x00018d40, 0x00003284, 0x00031648, 0x0005b094, 0x00000202, 0x00004829, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x00089708, 0x000142f2, 0xfff0856f, 0x0000a315, 0x0000506c, 0x00000208, 0x00004829, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0x001b5ff8, 0x00015933, 0xfff0f555, 0x00039ce2, 0x00002cae, 0x00000204, 0x00004829, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 3 */ + _mkword(0, _mkshort(0, 7)), 2, 15, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 514, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 6 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 29, -1, 0, + /* Type = StartWeapon; index = 8 */ + _mkword(0, _mkshort(0, 1)), 30, -1, 0, + /* Type = StartAmmo; index = 9 */ + _mkword(0, _mkshort(0, 2)), 7, 6, 0, + /* Type = Cuff; index = 10 */ + _mkword(0, _mkshort(0, 5)), 2, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x02570000, 0xff950000, 0x028d0000, 0x000058b1, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x02510000, 0xff958000, 0x02840000, 0x00009d7e, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x02180000, 0xff960000, 0x02470000, 0x0000c000, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00e00000, 0xffa10000, 0x01400000, 0x00008bd9, 0x002c6606, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x009c0000, 0x00080000, 0xfff70000, 0x00008bdc, 0x00230209, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00290000, 0x00110000, 0xffb20000, 0x000087d1, 0x001d22de, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x0000358d, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 19 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 20 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 21 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 2, -1 }; +s32 path_neighbors_2[] = { 1, 3, -1 }; +s32 path_neighbors_3[] = { 2, 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, -1 }; +s32 path_neighbors_6[] = { 5, 7, -1 }; +s32 path_neighbors_7[] = { 6, 8, -1 }; +s32 path_neighbors_8[] = { 7, 9, -1 }; +s32 path_neighbors_9[] = { 8, 10, -1 }; +s32 path_neighbors_10[] = { 9, 11, -1 }; +s32 path_neighbors_11[] = { 10, 12, -1 }; +s32 path_neighbors_12[] = { 11, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, -1 }; +s32 path_indeces_1[] = { 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, -1 }; +s32 path_indeces_2[] = { 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, -1 }; +s32 path_indeces_3[] = { 25, 26, 27, 28, 29, -1 }; +s32 path_indeces_4[] = { 30, 31, 32, 33, 34, 35, 36, -1 }; +s32 path_indeces_5[] = { 37, 38, 39, 40, -1 }; +s32 path_indeces_6[] = { 41, 42, 43, 44, 45, 46, -1 }; +s32 path_indeces_7[] = { 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, -1 }; +s32 path_indeces_8[] = { 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, -1 }; +s32 path_indeces_9[] = { 74, 75, 76, 77, 78, 79, 80, -1 }; +s32 path_indeces_10[] = { 81, 82, 83, 84, 85, 86, 87, 88, -1 }; +s32 path_indeces_11[] = { 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, -1 }; +s32 path_indeces_12[] = { 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, 6, -1 }; +s32 path_table_3[] = { 4, -1 }; +s32 path_table_4[] = { 3, 7, -1 }; +s32 path_table_5[] = { 6, 7, -1 }; +s32 path_table_6[] = { 2, 5, -1 }; +s32 path_table_7[] = { 4, 5, 9, 10, -1 }; +s32 path_table_8[] = { 11, -1 }; +s32 path_table_9[] = { 7, 10, 12, -1 }; +s32 path_table_10[] = { 7, 9, 11, -1 }; +s32 path_table_11[] = { 8, 10, 12, -1 }; +s32 path_table_12[] = { 9, 11, 13, -1 }; +s32 path_table_13[] = { 12, 14, 15, -1 }; +s32 path_table_14[] = { 13, 15, 16, 17, -1 }; +s32 path_table_15[] = { 13, 14, 16, 17, -1 }; +s32 path_table_16[] = { 14, 15, 17, 18, -1 }; +s32 path_table_17[] = { 14, 15, 16, 18, -1 }; +s32 path_table_18[] = { 16, 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 21, -1 }; +s32 path_table_21[] = { 20, 22, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 23, 25, -1 }; +s32 path_table_25[] = { 24, 28, -1 }; +s32 path_table_26[] = { 27, 28, 29, -1 }; +s32 path_table_27[] = { 26, 28, 29, -1 }; +s32 path_table_28[] = { 25, 26, 27, 29, -1 }; +s32 path_table_29[] = { 26, 27, 28, 30, -1 }; +s32 path_table_30[] = { 29, 34, -1 }; +s32 path_table_31[] = { 32, -1 }; +s32 path_table_32[] = { 31, 33, 36, -1 }; +s32 path_table_33[] = { 32, 34, 35, -1 }; +s32 path_table_34[] = { 30, 33, -1 }; +s32 path_table_35[] = { 33, 36, 38, -1 }; +s32 path_table_36[] = { 32, 35, 37, -1 }; +s32 path_table_37[] = { 36, 39, 41, -1 }; +s32 path_table_38[] = { 35, 39, -1 }; +s32 path_table_39[] = { 37, 38, 40, -1 }; +s32 path_table_40[] = { 39, 41, -1 }; +s32 path_table_41[] = { 37, 40, 42, -1 }; +s32 path_table_42[] = { 41, 43, -1 }; +s32 path_table_43[] = { 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 44, 46, -1 }; +s32 path_table_46[] = { 45, 57, -1 }; +s32 path_table_47[] = { 48, 64, -1 }; +s32 path_table_48[] = { 47, 49, 50, 56, -1 }; +s32 path_table_49[] = { 48, 52, -1 }; +s32 path_table_50[] = { 48, -1 }; +s32 path_table_51[] = { 52, -1 }; +s32 path_table_52[] = { 49, 51, 53, -1 }; +s32 path_table_53[] = { 52, 54, -1 }; +s32 path_table_54[] = { 53, 55, -1 }; +s32 path_table_55[] = { 54, 56, 63, -1 }; +s32 path_table_56[] = { 48, 55, -1 }; +s32 path_table_57[] = { 46, 58, -1 }; +s32 path_table_58[] = { 57, 59, -1 }; +s32 path_table_59[] = { 58, 60, -1 }; +s32 path_table_60[] = { 59, 61, -1 }; +s32 path_table_61[] = { 60, 62, -1 }; +s32 path_table_62[] = { 61, 63, -1 }; +s32 path_table_63[] = { 55, 62, -1 }; +s32 path_table_64[] = { 47, 65, -1 }; +s32 path_table_65[] = { 64, 66, -1 }; +s32 path_table_66[] = { 65, 67, -1 }; +s32 path_table_67[] = { 66, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 70, 72, -1 }; +s32 path_table_72[] = { 71, 73, -1 }; +s32 path_table_73[] = { 72, 74, -1 }; +s32 path_table_74[] = { 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, -1 }; +s32 path_table_76[] = { 75, 77, -1 }; +s32 path_table_77[] = { 76, 78, -1 }; +s32 path_table_78[] = { 77, 79, -1 }; +s32 path_table_79[] = { 78, 80, -1 }; +s32 path_table_80[] = { 79, 81, -1 }; +s32 path_table_81[] = { 80, 82, -1 }; +s32 path_table_82[] = { 81, 83, -1 }; +s32 path_table_83[] = { 82, 84, -1 }; +s32 path_table_84[] = { 83, 85, -1 }; +s32 path_table_85[] = { 84, 86, 89, -1 }; +s32 path_table_86[] = { 85, 87, -1 }; +s32 path_table_87[] = { 86, 88, -1 }; +s32 path_table_88[] = { 87, 89, 93, -1 }; +s32 path_table_89[] = { 85, 88, 95, -1 }; +s32 path_table_90[] = { 91, -1 }; +s32 path_table_91[] = { 90, 92, 94, -1 }; +s32 path_table_92[] = { 91, 96, -1 }; +s32 path_table_93[] = { 88, 94, -1 }; +s32 path_table_94[] = { 91, 93, 95, -1 }; +s32 path_table_95[] = { 89, 94, 96, -1 }; +s32 path_table_96[] = { 92, 95, 97, -1 }; +s32 path_table_97[] = { 96, 98, -1 }; +s32 path_table_98[] = { 97, 99, -1 }; +s32 path_table_99[] = { 98, 100, -1 }; +s32 path_table_100[] = { 99, 101, -1 }; +s32 path_table_101[] = { 100, 102, -1 }; +s32 path_table_102[] = { 101, 105, -1 }; +s32 path_table_103[] = { 115, -1 }; +s32 path_table_104[] = { 107, 111, -1 }; +s32 path_table_105[] = { 102, 106, -1 }; +s32 path_table_106[] = { 105, 107, -1 }; +s32 path_table_107[] = { 104, 106, 108, -1 }; +s32 path_table_108[] = { 107, 111, -1 }; +s32 path_table_109[] = { 110, 113, -1 }; +s32 path_table_110[] = { 109, 111, -1 }; +s32 path_table_111[] = { 104, 108, 110, 112, -1 }; +s32 path_table_112[] = { 111, 113, -1 }; +s32 path_table_113[] = { 109, 112, 114, 115, -1 }; +s32 path_table_114[] = { 113, 115, -1 }; +s32 path_table_115[] = { 103, 113, 114, 116, -1 }; +s32 path_table_116[] = { 115, -1 }; + +waypoint pathwaypoints[] = { + { 0x000001d4, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000001d3, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000001d2, &path_table_2, 0x00000000, 0x00000000 }, + { 0x000001d1, &path_table_3, 0x00000001, 0x00000000 }, + { 0x000001d0, &path_table_4, 0x00000001, 0x00000000 }, + { 0x000001cf, &path_table_5, 0x00000001, 0x00000000 }, + { 0x000001ce, &path_table_6, 0x00000001, 0x00000000 }, + { 0x000001cd, &path_table_7, 0x00000001, 0x00000000 }, + { 0x000001cc, &path_table_8, 0x00000001, 0x00000000 }, + { 0x000001cb, &path_table_9, 0x00000001, 0x00000000 }, + { 0x000001ca, &path_table_10, 0x00000001, 0x00000000 }, + { 0x000001c9, &path_table_11, 0x00000001, 0x00000000 }, + { 0x000001c8, &path_table_12, 0x00000001, 0x00000000 }, + { 0x000001c7, &path_table_13, 0x00000001, 0x00000000 }, + { 0x000001c6, &path_table_14, 0x00000001, 0x00000000 }, + { 0x000001c5, &path_table_15, 0x00000002, 0x00000000 }, + { 0x000001c4, &path_table_16, 0x00000002, 0x00000000 }, + { 0x000001c3, &path_table_17, 0x00000002, 0x00000000 }, + { 0x000001c2, &path_table_18, 0x00000002, 0x00000000 }, + { 0x000001c1, &path_table_19, 0x00000002, 0x00000000 }, + { 0x000001c0, &path_table_20, 0x00000002, 0x00000000 }, + { 0x000001bf, &path_table_21, 0x00000002, 0x00000000 }, + { 0x000001be, &path_table_22, 0x00000002, 0x00000000 }, + { 0x000001bd, &path_table_23, 0x00000002, 0x00000000 }, + { 0x000001bc, &path_table_24, 0x00000002, 0x00000000 }, + { 0x000001bb, &path_table_25, 0x00000003, 0x00000000 }, + { 0x000001ba, &path_table_26, 0x00000003, 0x00000000 }, + { 0x000001b9, &path_table_27, 0x00000003, 0x00000000 }, + { 0x000001b8, &path_table_28, 0x00000003, 0x00000000 }, + { 0x000001b7, &path_table_29, 0x00000003, 0x00000000 }, + { 0x000001b6, &path_table_30, 0x00000004, 0x00000000 }, + { 0x000001b5, &path_table_31, 0x00000004, 0x00000000 }, + { 0x000001b4, &path_table_32, 0x00000004, 0x00000000 }, + { 0x000001b3, &path_table_33, 0x00000004, 0x00000000 }, + { 0x000001b2, &path_table_34, 0x00000004, 0x00000000 }, + { 0x000001b1, &path_table_35, 0x00000004, 0x00000000 }, + { 0x000001b0, &path_table_36, 0x00000004, 0x00000000 }, + { 0x000001af, &path_table_37, 0x00000005, 0x00000000 }, + { 0x000001ae, &path_table_38, 0x00000005, 0x00000000 }, + { 0x000001ad, &path_table_39, 0x00000005, 0x00000000 }, + { 0x000001ac, &path_table_40, 0x00000005, 0x00000000 }, + { 0x000001ab, &path_table_41, 0x00000006, 0x00000000 }, + { 0x000001aa, &path_table_42, 0x00000006, 0x00000000 }, + { 0x000001a9, &path_table_43, 0x00000006, 0x00000000 }, + { 0x000001a8, &path_table_44, 0x00000006, 0x00000000 }, + { 0x000001a7, &path_table_45, 0x00000006, 0x00000000 }, + { 0x000001a6, &path_table_46, 0x00000006, 0x00000000 }, + { 0x000001a5, &path_table_47, 0x00000007, 0x00000000 }, + { 0x000001a4, &path_table_48, 0x00000007, 0x00000000 }, + { 0x000001a3, &path_table_49, 0x00000007, 0x00000000 }, + { 0x000001a2, &path_table_50, 0x00000007, 0x00000000 }, + { 0x000001a1, &path_table_51, 0x00000007, 0x00000000 }, + { 0x000001a0, &path_table_52, 0x00000007, 0x00000000 }, + { 0x0000019f, &path_table_53, 0x00000007, 0x00000000 }, + { 0x0000019e, &path_table_54, 0x00000007, 0x00000000 }, + { 0x0000019d, &path_table_55, 0x00000007, 0x00000000 }, + { 0x0000019c, &path_table_56, 0x00000007, 0x00000000 }, + { 0x0000019b, &path_table_57, 0x00000007, 0x00000000 }, + { 0x0000019a, &path_table_58, 0x00000007, 0x00000000 }, + { 0x00000199, &path_table_59, 0x00000007, 0x00000000 }, + { 0x00000198, &path_table_60, 0x00000007, 0x00000000 }, + { 0x00000197, &path_table_61, 0x00000007, 0x00000000 }, + { 0x00000196, &path_table_62, 0x00000007, 0x00000000 }, + { 0x00000195, &path_table_63, 0x00000007, 0x00000000 }, + { 0x00000194, &path_table_64, 0x00000008, 0x00000000 }, + { 0x00000193, &path_table_65, 0x00000008, 0x00000000 }, + { 0x00000192, &path_table_66, 0x00000008, 0x00000000 }, + { 0x00000191, &path_table_67, 0x00000008, 0x00000000 }, + { 0x00000190, &path_table_68, 0x00000008, 0x00000000 }, + { 0x0000018f, &path_table_69, 0x00000008, 0x00000000 }, + { 0x0000018e, &path_table_70, 0x00000008, 0x00000000 }, + { 0x0000018d, &path_table_71, 0x00000008, 0x00000000 }, + { 0x0000018c, &path_table_72, 0x00000008, 0x00000000 }, + { 0x0000018b, &path_table_73, 0x00000008, 0x00000000 }, + { 0x0000018a, &path_table_74, 0x00000009, 0x00000000 }, + { 0x00000189, &path_table_75, 0x00000009, 0x00000000 }, + { 0x00000188, &path_table_76, 0x00000009, 0x00000000 }, + { 0x00000187, &path_table_77, 0x00000009, 0x00000000 }, + { 0x00000186, &path_table_78, 0x00000009, 0x00000000 }, + { 0x00000185, &path_table_79, 0x00000009, 0x00000000 }, + { 0x00000184, &path_table_80, 0x00000009, 0x00000000 }, + { 0x00000183, &path_table_81, 0x0000000a, 0x00000000 }, + { 0x00000182, &path_table_82, 0x0000000a, 0x00000000 }, + { 0x00000181, &path_table_83, 0x0000000a, 0x00000000 }, + { 0x00000180, &path_table_84, 0x0000000a, 0x00000000 }, + { 0x0000017f, &path_table_85, 0x0000000a, 0x00000000 }, + { 0x0000017e, &path_table_86, 0x0000000a, 0x00000000 }, + { 0x0000017d, &path_table_87, 0x0000000a, 0x00000000 }, + { 0x0000017c, &path_table_88, 0x0000000a, 0x00000000 }, + { 0x0000017b, &path_table_89, 0x0000000b, 0x00000000 }, + { 0x0000017a, &path_table_90, 0x0000000b, 0x00000000 }, + { 0x00000179, &path_table_91, 0x0000000b, 0x00000000 }, + { 0x00000178, &path_table_92, 0x0000000b, 0x00000000 }, + { 0x00000177, &path_table_93, 0x0000000b, 0x00000000 }, + { 0x00000176, &path_table_94, 0x0000000b, 0x00000000 }, + { 0x00000175, &path_table_95, 0x0000000b, 0x00000000 }, + { 0x00000174, &path_table_96, 0x0000000b, 0x00000000 }, + { 0x00000173, &path_table_97, 0x0000000b, 0x00000000 }, + { 0x00000172, &path_table_98, 0x0000000b, 0x00000000 }, + { 0x00000171, &path_table_99, 0x0000000b, 0x00000000 }, + { 0x00000170, &path_table_100, 0x0000000b, 0x00000000 }, + { 0x0000016f, &path_table_101, 0x0000000b, 0x00000000 }, + { 0x0000016e, &path_table_102, 0x0000000b, 0x00000000 }, + { 0x0000016d, &path_table_103, 0x0000000c, 0x00000000 }, + { 0x0000016c, &path_table_104, 0x0000000c, 0x00000000 }, + { 0x0000016b, &path_table_105, 0x0000000c, 0x00000000 }, + { 0x0000016a, &path_table_106, 0x0000000c, 0x00000000 }, + { 0x00000169, &path_table_107, 0x0000000c, 0x00000000 }, + { 0x00000168, &path_table_108, 0x0000000c, 0x00000000 }, + { 0x00000167, &path_table_109, 0x0000000c, 0x00000000 }, + { 0x00000166, &path_table_110, 0x0000000c, 0x00000000 }, + { 0x00000165, &path_table_111, 0x0000000c, 0x00000000 }, + { 0x00000164, &path_table_112, 0x0000000c, 0x00000000 }, + { 0x00000163, &path_table_113, 0x0000000c, 0x00000000 }, + { 0x00000162, &path_table_114, 0x0000000c, 0x00000000 }, + { 0x00000161, &path_table_115, 0x0000000c, 0x00000000 }, + { 0x00000160, &path_table_116, 0x0000000c, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 unknown_setup_block_0[] = { -1 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x04000000 }; +u32 ai_31[] = { 0x02040330, 0x002c3100, 0x2c010402, 0x2cf5009a, 0x00000100, 0x02060301, 0x06040000 }; +u32 ai_1[] = { 0x9001908f, 0x00649164, 0x93649264, 0x9d000002, 0x009d0000, 0x08000208, 0x033c2c42, 0x2c010802, 0x2cc3481e, 0xf40000ff, 0x05fd0403, 0x04000000 }; +u32 ai_2[] = { 0xad58202d, 0x206d6100, 0x02030306, 0x04033335, 0x3c364551, 0x02363c3d, 0x023105fd, 0x04050251, 0x05fd0406, 0x023d05fd, 0x04040400 }; +u32 ai_3[] = { 0xad58202d, 0x20617400, 0x02033335, 0x802c4551, 0x7f3f3d33, 0x022c3528, 0x2c130602, 0x2c35502c, 0x1106022c, 0x35782c02, 0x3d120602, 0x2c35a02c, 0x14000100, 0x0006022c, 0x35c82c15, 0x00010000, 0x06022c35, 0xe12c1500, 0x2100002c, 0x022c1400, 0x2100002c, 0x022c0303, 0x03160001, 0x00000602, 0x06032f2c, 0x0106022c, 0x05fd0403, 0x02510604, 0x0405fd04, 0x06040000 }; +u32 ai_5[] = { 0xad58202d, 0x20657600, 0x02030333, 0x022c3335, 0x3c2c0f06, 0x022c3335, 0x782c0e06, 0x022c3335, 0xb42c1006, 0x022c0a00, 0x0b001400, 0x3c001000, 0x06020603, 0x2f2c0106, 0x022c0704 }; +u32 ai_4[] = { 0xad58202d, 0x20676f00, 0x0203282c, 0x022c0208, 0x032f063c, 0x06455101, 0x08025106, 0x040505fd, 0x04060206, 0x06040305, 0xfd040304 }; +u32 ai_7[] = { 0x9000508f, 0x00509d00, 0x00080002, 0x0303ce2c, 0xcf2c0006, 0x022c0103, 0x0206c348, 0x1c05fd04, 0x07040000 }; +u32 ai_6[] = { 0xad666f6c, 0x00910a9d, 0x00000040, 0x0201034b, 0x00960828, 0x09010102, 0x09032f06, 0x4b004b08, 0x01090208, 0x03333580, 0x06036f02, 0x2c6f042c, 0x6f082c08, 0x05fd040c, 0x022cad66, 0x726f6c69, 0x63001d02, 0x0a032f06, 0x4c00fa06, 0x01090206, 0x05fd0409, 0x02070400 }; +u32 ai_8[] = { 0xad6d646b, 0x00eb2602, 0x03510064, 0x26035100, 0xc82c0351, 0x012c2c05, 0xfd040c02, 0x2c40fc36, 0x00070236, 0x33358036, 0x14002400, 0xfc3d0236, 0x15002400, 0xfc3d1700, 0x0400fc2c, 0x022cae02, 0x0d03b400, 0x003c2c01, 0x0d022c40, 0xfc360007, 0x02360103, 0x023d97fc, 0x80ae020b, 0x0330fc4b, 0xb400003c, 0x2c010b02, 0x2c160004, 0x00fc2c02, 0x2c020c30, 0xfc4b31fc, 0x4b032f2c, 0x010c022c, 0x3335802c, 0x0103022c, 0x020798fc, 0x8005fd04, 0x07024b05, 0xfd040a02, 0x2605fd04, 0x0b040000 }; +u32 ai_9[] = { 0x98fc809c, 0x00000200, 0x367f3307, 0x02363303, 0x353c0633, 0x03350a2c, 0xc3480800, 0x06022c35, 0x142cc348, 0x09000602, 0x2c351e2c, 0xc3480a00, 0x06022c35, 0x282cc348, 0x0b000602, 0x2c35322c, 0xc3480c00, 0x06022c35, 0x3c2cc348, 0x0d000602, 0x2c35462c, 0xc3480e00, 0x06022c35, 0x502cc348, 0x0f000602, 0x2c355a2c, 0xc3481000, 0x06022c35, 0x642cc348, 0x11000602, 0x2c356e2c, 0xc3481200, 0x06022c35, 0x782cc348, 0x13000602, 0x2c35822c, 0xc3481400, 0x06022c35, 0x8c2cc348, 0x15000602, 0x2c35962c, 0xc3481600, 0x06022c35, 0xa02cc348, 0x17000602, 0x2c35aa2c, 0xc3481800, 0x06022c35, 0xb42cc348, 0x19000602, 0x2c35be2c, 0xc3481a00, 0x06022c02, 0x0605fd04, 0x070207c3, 0x481d9a00, 0x00020001, 0x06040000 }; +u32 ai_11[] = { 0xad736361, 0x6e009100, 0x33353c2c, 0x0a009600, 0x00005600, 0x10000802, 0x2c35782c, 0x0a009700, 0x00005600, 0x10000802, 0x2c358c2c, 0x0a005300, 0x00002200, 0x10003602, 0x2c35a02c, 0x0a005400, 0x00002400, 0x10003602, 0x2c35b42c, 0x0a006300, 0x00009500, 0x10000802, 0x2c036e02, 0x2c6e042c, 0x6e082c6e, 0x012cab02, 0x02022c91, 0x0035c82c, 0x15012823, 0x28360036, 0x022c35dc, 0x2c140128, 0x23283600, 0x36022c17, 0x00082328, 0x36003602, 0x08032f06, 0x01080236, 0xae020903, 0xb4000078, 0x06010902, 0x0605fd04, 0x07040000 }; +u32 ai_10[] = { 0xad657661, 0x64009114, 0x97fc8033, 0x35800a0a, 0x000b0014, 0x003c0210, 0x0208032f, 0x2c010802, 0x2c020a15, 0x002400fc, 0x3d023dae, 0x020b0330, 0xfc4bb400, 0x003c2c01, 0x0b022c4f, 0x0019fc09, 0x16000400, 0xfc2c022c, 0x020c032f, 0x2c010c02, 0x2c30fc4b, 0x3335802c, 0x0108022c, 0x020798fc, 0x8005fd04, 0x07024b05, 0xfd040a02, 0x09032f2c, 0xe72c0109, 0x022c1600, 0x0400fc2c, 0x05fd0407, 0x022c0319, 0xfdfc08ad, 0x63686561, 0x700098fc, 0x80020d03, 0x2f2c010d, 0x022c05fd, 0x04070400 }; +u32 ai_12[] = { 0x02040330, 0xfd332f3b, 0x0104023b, 0x324e3e4f, 0x3f4d4650, 0x3a4d3b4d, 0x0b2c3335, 0x012c0604, 0x0d05fd00, 0x03022c01, 0x04025033, 0x357f4e06, 0x040d05fd, 0x040f024e, 0x06040d05, 0xfd040e02, 0x4f06040d, 0x05fd0410, 0x024d0604, 0x0d05fd00, 0x0b023305, 0xfd000104 }; +u32 ai_13[] = { 0x96012c33, 0x35202c0c, 0x94010702, 0x2c94011a, 0x06022c03, 0x31012c30, 0x012c0333, 0x35642c4f, 0x0050012a, 0x96802a02, 0x08022c4c, 0x00964f33, 0x350a2c13, 0x06022c33, 0x350a2c0f, 0x06022c33, 0x35192c0e, 0x06022c33, 0x35322c10, 0x06022c33, 0x35402c11, 0x06022c35, 0x7f2c1206, 0x022c3335, 0x7f3e1400, 0x01000006, 0x023e1500, 0x01000006, 0x02060702, 0x2a034001, 0x36000702, 0x3606040e, 0x05fd041c, 0x02070108, 0x024f0604, 0x0d05fd04, 0x10040000 }; +u32 ai_14[] = { 0x0d020403, 0x2f060104, 0x020605fd, 0x04100400 }; +u32 ai_15[] = { 0x94012804, 0x07020403, 0x2f3b324e, 0x0104024e, 0x4b009636, 0x01040236, 0x05fd040e, 0x023b0704 }; +u32 ai_27[] = { 0xad676574, 0x204e00a9, 0x01039e00, 0x00004033, 0x3580039d, 0x00000040, 0x02030331, 0xfc4b30fc, 0x4b40fc36, 0x00070236, 0x33358036, 0x14002400, 0xfc3d0236, 0x15002400, 0xfc3d1700, 0x0400fc2c, 0x022cae02, 0x0d03b400, 0x003c2c01, 0x0d022c00, 0x07023601, 0x03023daa, 0x01fdae02, 0x0b03b400, 0x003c2c01, 0x0b022c16, 0x000400fc, 0x2c022c02, 0x0c30fc4b, 0x032f2c01, 0x0c022c02, 0x07022602, 0x06039e00, 0x00004007, 0x024b0604, 0x0d05fd04, 0x10040000 }; +u32 ai_16[] = { 0x94014c00, 0xfa4d414d, 0x05fd0410, 0x024d31f9, 0x4d05fd04, 0x0d024dc1, 0xfd04122c, 0x05fd0410, 0x022c05fd, 0x040d0400 }; +u32 ai_17[] = { 0x06040d05, 0xfd041004 }; +u32 ai_18[] = { 0x90001402, 0x03140021, 0x00000402, 0x0403462c, 0x3a2c3b2c, 0x322c3c2c, 0x0104022c, 0x3335962c, 0x16000100, 0x0008022c, 0x09ae0209, 0x033335fa, 0x2cb40000, 0xf0060109, 0x022c1400, 0x2100002c, 0x022c1600, 0x0100002c, 0x022c0208, 0x032f0601, 0x08020601, 0x03040000 }; +u32 ai_32[] = { 0x02040331, 0x012c0104, 0x022cc348, 0x1f9a0000, 0x04000206, 0x03010604 }; +u32 ai_33[] = { 0x020303eb, 0x4c5501d4, 0x2c010302, 0x2c9a0000, 0x8000ecd7, 0x00da0208, 0x03dc2c01, 0x08022c31, 0x014b3001, 0x4bf12c05, 0xfd000f02, 0x2cddeadf, 0x1fdf2059, 0x042c5905, 0x2c59062c, 0x59072c59, 0x082c5909, 0x2c590a2c, 0x590b2c59, 0x0c2c590d, 0x2c590e2c, 0x590f2c59, 0x102c5911, 0x2c59122c, 0x59132c59, 0x162c5914, 0x2c59152c, 0xe404022c, 0xed030303, 0xd51e0002, 0x0000a101, 0x00000400, 0xa0010480, 0x0000d901, 0x024f2c02, 0x2c050104, 0x1ea0f804, 0x800000d9, 0xf802502c, 0x022c05f8, 0x041f0303, 0xdbf40100, 0xff05fd00, 0x01024bd2, 0x05fd0001, 0x024c05fd, 0x00010400 }; +u32 ai_30[] = { 0xa0fd0000, 0x0010a0fd, 0x00000080, 0x0a005aff, 0xffffff06, 0x1059042c, 0x59052c59, 0x062c5907, 0x2c59082c, 0x59092c59, 0x0a2c590b, 0x2c590c2c, 0x590d2c59, 0x0e2c590f, 0x2c59102c, 0x59112c59, 0x122c5913, 0x2c59162c, 0x59142c59, 0x152ce0fd, 0x00e0fd01, 0xbf00bf04, 0x00000000, 0x2c022c02, 0x08035401, 0x01d42c01, 0x08022cae, 0x020903b4, 0x00001e2c, 0x0109022c, 0x14002802, 0x4f2c022c, 0x16000802, 0x4f2c022c, 0xae020a03, 0xb400005a, 0x2c010a02, 0x2c671f02, 0x0b03b400, 0x00962c01, 0x0b022cda, 0x020c03dc, 0x2c010c02, 0x2cd205fd, 0x00010400 }; +u32 ai_29[] = { 0xa0fd0000, 0x0010a0fd, 0x00000080, 0x0a005a00, 0x07ffff06, 0x10020803, 0x540101d4, 0x2c010802, 0x2cae0209, 0x03b40000, 0x0a2c0109, 0x022c1500, 0x2802502c, 0x022c1600, 0x0802502c, 0x022c05fd, 0x00010400 }; +u32 ai_37[] = { 0xae020903, 0xb4000258, 0x2c010902, 0x2ca40300, 0x0200005f, 0x03020a03, 0xb40002d0, 0x2c010a02, 0x2ca40400, 0x0200005f, 0x04020b03, 0xb400030c, 0x2c010b02, 0x2ca40500, 0x0200005f, 0x0505fd00, 0x01040000 }; +u32 ai_34[] = { 0x02040355, 0x01c82c01, 0x04022c9a, 0x00000800, 0x0237aead, 0x210a0003, 0x31272c00, 0x36022c9c, 0x00001000, 0x36f336bd, 0x00ff01d3, 0x04140000, 0x00002c02, 0x36022c03, 0x31282c00, 0x36022c9c, 0x00002000, 0x36f336bd, 0x00ff01d3, 0x04150000, 0x00002c02, 0x36022c03, 0x31292c00, 0x36022c9c, 0x00004000, 0x36f336bd, 0x00ff01d3, 0x04160000, 0x00002c02, 0x36022c03, 0x311d2c00, 0x36022c9c, 0x00008000, 0x36f336bd, 0x00ff01d3, 0x04170000, 0x00002c02, 0x36022c03, 0x31222c00, 0x36022c9c, 0x00010000, 0x36f336bd, 0x00ff01d3, 0x04180000, 0x00002c02, 0x36022c03, 0x311e2c00, 0x36022c9c, 0x00020000, 0x36f336bd, 0x00ff01d3, 0x04190000, 0x00002c02, 0x36020603, 0x9c000008, 0x00360007, 0x0236b400, 0x00782c55, 0x01d20755, 0x01b90701, 0x06022c01, 0x370207ad, 0x73706177, 0x6e206f66, 0x66009b00, 0x00080001, 0x04040000 }; +u32 ai_19[] = { 0x8e273335, 0xc836ab02, 0x49002c02, 0x36ab01cb, 0x022cad31, 0x380a0005, 0xfd041a04 }; +u32 ai_20[] = { 0x8e283335, 0xc836ab02, 0x4a002c02, 0x36ab01ca, 0x022cad31, 0x390a0005, 0xfd041a04 }; +u32 ai_21[] = { 0x8e293335, 0xc836ab02, 0x4b002c02, 0x36ab01c7, 0x022cad32, 0x300a0005, 0xfd041a04 }; +u32 ai_22[] = { 0x8e1d3335, 0xc836ab02, 0x41002c02, 0x36ab01c8, 0x022cad31, 0x300a0005, 0xfd041a04 }; +u32 ai_23[] = { 0x8e223335, 0xc836ab02, 0x42002c02, 0x36ab01c9, 0x022cad31, 0x310a0005, 0xfd041a04 }; +u32 ai_24[] = { 0x8e1e3335, 0xc836ab02, 0x47002c02, 0x36ab01c4, 0x022cad32, 0x300a0005, 0xfd041a04 }; +u32 ai_25[] = { 0xc000d900, 0x00000004, 0x0204bf00, 0xbc0d0000, 0x00000402, 0x04000602, 0x06060002, 0x05fd041b, 0x04000000 }; +u32 ai_26[] = { 0x02031f23, 0x28030208, 0x032f2c4b, 0x0064074d, 0xfd000a23, 0x28060108, 0x022c034b, 0x0064074d, 0xfd000a23, 0x28060103, 0x020605fd, 0x04130207, 0x06040d05, 0xfd041004 }; +u32 ai_35[] = { 0x0208039c, 0x00000800, 0x2c010802, 0x2cae9b00, 0x0010009b, 0x00002000, 0x9b000040, 0x009b0000, 0x80009b00, 0x0100009b, 0x00020000, 0x0209039c, 0x00000800, 0x36000602, 0x36b4002a, 0x302c0109, 0x022cad72, 0x616d7020, 0x646f776e, 0x2031009a, 0x00008000, 0x9a000100, 0x009a0002, 0x0000020a, 0x039c0000, 0x08003600, 0x060236b4, 0x008ca02c, 0x010a022c, 0xad72616d, 0x7020646f, 0x776e2032, 0x009a0000, 0x10009a00, 0x0020009a, 0x00004000, 0x02069b00, 0x00080001, 0x08040000 }; +u32 ai_28[] = { 0x0a006700, 0x00000104, 0x10ae0208, 0x03b40000, 0x3c2c0108, 0x022c0a00, 0x670001ff, 0xff041005, 0xfd000104 }; +u32 ai_36[] = { 0x020803cf, 0x2c010802, 0x2c05f804, 0x1d020603, 0x01060400 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x0000041b }, + /* index = 27 */ + { &ai_27, 0x0000041c }, + /* index = 28 */ + { &ai_28, 0x0000041d }, + /* index = 29 */ + { &ai_29, 0x0000041e }, + /* index = 30 */ + { &ai_30, 0x0000041f }, + /* index = 31 */ + { &ai_31, 0x00001000 }, + /* index = 32 */ + { &ai_32, 0x00001001 }, + /* index = 33 */ + { &ai_33, 0x00001002 }, + /* index = 34 */ + { &ai_34, 0x00001003 }, + /* index = 35 */ + { &ai_35, 0x00001004 }, + /* index = 36 */ + { &ai_36, 0x00001005 }, + /* index = 37 */ + { &ai_37, 0x00001006 }, + /* index = 38 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/u/UsetuplenZ.c b/assets/obseg/setup/u/UsetuplenZ.c new file mode 100644 index 0000000..0472357 --- /dev/null +++ b/assets/obseg/setup/u/UsetuplenZ.c @@ -0,0 +1,772 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:15 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetuplenZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + + + + + +PadRecord padlist[] = { + { {542.0f, 48.0f, -586.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1820a", 0 }, + { {645.0f, 48.0f, -557.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1760a", 0 }, + { {525.0f, 48.0f, -533.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1795a", 0 }, + { {688.0f, 48.0f, -508.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1745a", 0 }, + { {673.0f, 48.0f, -449.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1750a", 0 }, + { {691.0f, 54.0f, -422.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1751a", 0 }, + { {608.0f, 50.0f, -364.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1801a", 0 }, + { {623.0f, 50.0f, -428.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1631a", 0 }, + { {548.0f, 50.0f, -463.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1709a", 0 }, + { {512.0f, 50.0f, -407.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1731a", 0 }, + { {463.0f, 50.0f, -514.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1793a", 0 }, + { {454.0f, 50.0f, -430.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1813a", 0 }, + { {642.0f, 52.0f, -597.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1758a", 0 }, + { {678.0f, 52.0f, -475.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1748a", 0 }, + { {631.0f, 52.0f, -402.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1789a", 0 }, + { {529.0f, 52.0f, -370.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1733a", 0 }, + { {467.0f, 52.0f, -407.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1803a", 0 }, + { {447.0f, 52.0f, -510.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1793a", 0 }, + { {621.0f, 52.0f, -503.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1782a", 0 }, + { {547.0f, 52.0f, -517.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1738a", 0 }, + { {480.0f, 52.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1797a", 0 }, + { {474.0f, 64.0f, -488.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1681a", 0 }, + { {620.0f, 52.0f, -528.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1780a", 0 }, + { {565.0f, 52.0f, -417.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1663a", 0 }, + { {521.0f, 52.0f, -393.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1732a", 0 }, + { {680.0f, 52.0f, -453.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1750a", 0 }, + { {654.0f, 66.0f, -431.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1769a", 0 }, + { {588.0f, 52.0f, -386.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1801a", 0 }, + { {554.0f, 55.0f, -562.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1821a", 0 }, + { {674.0f, 55.0f, -485.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1747a", 0 }, + { {657.0f, 55.0f, -440.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1769a", 0 }, + { {623.0f, 55.0f, -406.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1789a", 0 }, + { {608.0f, 55.0f, -397.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1799a", 0 }, + { {531.0f, 55.0f, -490.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1785a", 0 }, + { {501.0f, 55.0f, -507.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1735a", 0 }, + { {493.0f, 55.0f, -392.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1786a", 0 }, + { {458.0f, 60.0f, -457.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1623a", 0 }, + { {447.0f, 75.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1623a", 0 }, + { {514.0f, 75.0f, -439.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1671a", 0 }, + { {561.0f, 75.0f, -426.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1663a", 0 }, + { {605.0f, 75.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1655a", 0 }, + { {601.0f, 75.0f, -489.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1649a", 0 }, + { {574.0f, 75.0f, -549.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1691a", 0 }, + { {594.0f, 75.0f, -596.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1633a", 0 }, + { {582.1883f, 75.29525f, -493.96832f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1699a", 0 }, + { {582.3667f, 75.29525f, -498.37967f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1697a", 0 }, + { {582.5346f, 62.305073f, -496.49866f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1697a", 0 }, + { {582.1883f, 75.29525f, -494.1869f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1699a", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +CreditsEntry credits_data_0[] = { + /* index = 0 */ + { 0x5010, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 1 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 2 */ + { 0x5012, 0x5013, 0x00fa, 0x0000, 0x00be, 0x0001 }, + /* index = 3 */ + { 0x5014, 0x5015, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 4 */ + { 0x5016, 0x5017, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 5 */ + { 0x5018, 0x5019, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 6 */ + { 0x501a, 0x501b, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 7 */ + { 0x501c, 0x5015, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 8 */ + { 0x501d, 0x501e, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 9 */ + { 0x501f, 0x5020, 0xffff, 0xffff, 0xffff, 0xffff }, + /* index = 10 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 11 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 12 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 13 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 14 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 15 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 16 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 17 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 18 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 19 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 20 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 21 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 22 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 23 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 24 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 25 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 26 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 27 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 28 */ + { 0x5021, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 29 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 30 */ + { 0x5022, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 31 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 32 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 33 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 34 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 35 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 36 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 37 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 38 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 39 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 40 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 41 */ + { 0x5023, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 42 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 43 */ + { 0x5024, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 44 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 45 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 46 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 47 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 48 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 49 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 50 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 51 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 52 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 53 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 54 */ + { 0x5025, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 55 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 56 */ + { 0x5026, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 57 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 58 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 59 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 60 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 61 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 62 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 63 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 64 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 65 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 66 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 67 */ + { 0x5027, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 68 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 69 */ + { 0x5028, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 70 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 71 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 72 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 73 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 74 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 75 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 76 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 77 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 78 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 79 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 80 */ + { 0x5029, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 81 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 82 */ + { 0x502a, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 83 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 84 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 85 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 86 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 87 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 88 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 89 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 90 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 91 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 92 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 93 */ + { 0x502b, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 94 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 95 */ + { 0x502c, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 96 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 97 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 98 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 99 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 100 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 101 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 102 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 103 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 104 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 105 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 106 */ + { 0x502d, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 107 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 108 */ + { 0x502e, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 109 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 110 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 111 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 112 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 113 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 114 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 115 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 116 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 117 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 118 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 119 */ + { 0x502f, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 120 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 121 */ + { 0x5031, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 122 */ + { 0x5030, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 123 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 124 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 125 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 126 */ + { 0x5032, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 127 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 128 */ + { 0x5031, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 129 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 130 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 131 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 132 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 133 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 134 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 135 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 136 */ + { 0x5048, 0x5049, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 137 */ + { 0x504a, 0x504b, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 138 */ + { 0x504c, 0x504d, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 139 */ + { 0x504e, 0x504f, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 140 */ + { 0x503e, 0x503f, 0x00be, 0x0001, 0x00fa, 0x0000 }, + /* index = 141 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 142 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 143 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 144 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 145 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 146 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 147 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 148 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 149 */ + { 0x5050, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 150 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 151 */ + { 0x5051, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 152 */ + { 0x5052, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 153 */ + { 0x5053, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 154 */ + { 0x5054, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 155 */ + { 0x5055, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 156 */ + { 0x5056, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 157 */ + { 0x5057, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 158 */ + { 0x5058, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 159 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 160 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 161 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 162 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 163 */ + { 0x5081, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 164 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 165 */ + { 0x5082, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 166 */ + { 0x5083, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 167 */ + { 0x5084, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 168 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 169 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 170 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 171 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 172 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 173 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 174 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 175 */ + { 0x5059, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 176 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 177 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 178 */ + { 0x505a, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 179 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 180 */ + { 0x505b, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 181 */ + { 0x505c, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 182 */ + { 0x505d, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 183 */ + { 0x505e, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 184 */ + { 0x505f, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 185 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 186 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 187 */ + { 0x5060, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 188 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 189 */ + { 0x5061, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 190 */ + { 0x5062, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 191 */ + { 0x5063, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 192 */ + { 0x5064, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 193 */ + { 0x5065, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 194 */ + { 0x5066, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 195 */ + { 0x5067, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 196 */ + { 0x5068, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 197 */ + { 0x5069, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 198 */ + { 0x506a, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 199 */ + { 0x506b, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 200 */ + { 0x506c, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 201 */ + { 0x506d, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 202 */ + { 0x506e, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 203 */ + { 0x506f, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 204 */ + { 0x5070, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 205 */ + { 0x5071, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 206 */ + { 0x5072, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 207 */ + { 0x5073, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 208 */ + { 0x5074, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 209 */ + { 0x5075, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 210 */ + { 0x5076, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 211 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 212 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 213 */ + { 0x5077, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 214 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 215 */ + { 0x5078, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 216 */ + { 0x5079, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 217 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 218 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 219 */ + { 0x507a, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 220 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 221 */ + { 0x507b, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 222 */ + { 0x507c, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 223 */ + { 0x507d, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 224 */ + { 0x507e, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 225 */ + { 0x507f, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 226 */ + { 0x5080, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 227 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 228 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 229 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 230 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 231 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 232 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 233 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 234 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 235 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 236 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 237 */ + { 0x5085, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 238 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 239 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 240 */ + { 0x5086, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 241 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 242 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 243 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 244 */ + { 0x5087, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 245 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 246 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 247 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 248 */ + { 0x5088, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 249 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 250 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 251 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 252 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 253 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 254 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 255 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 256 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 257 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 258 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 259 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 260 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 261 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 262 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 263 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 264 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 265 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 266 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 267 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 268 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 269 */ + { 0x5011, 0x5011, 0x0000, 0x0000, 0x0000, 0x0000 }, + /* index = 270 */ + { 0x5089, 0x5011, 0x00dc, 0x0002, 0xffff, 0xffff }, + /* index = 271 */ + { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000 } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 20491, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 20492, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 20493, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 20494, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 20495, 0, + /* Type = StandardProp; index = 5 */ + _mkword(204, _mkshort(0, 3)), _mkword(317, 19), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 6 */ + _mkword(153, _mkshort(0, 3)), _mkword(317, 18), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 7 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 35), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 8 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 33), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 9 */ + _mkword(281, _mkshort(0, 3)), _mkword(111, 30), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 10 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 29), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 11 */ + _mkword(384, _mkshort(0, 3)), _mkword(111, 28), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 12 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 27), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 13 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 26), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 14 */ + _mkword(102, _mkshort(0, 3)), _mkword(316, 25), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 15 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 24), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 16 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 23), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 17 */ + _mkword(153, _mkshort(0, 3)), _mkword(316, 22), 0x04020001, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 18 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 12), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 19 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 8), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 20 */ + _mkword(153, _mkshort(0, 3)), _mkword(109, 10), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 21 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 7), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 22 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 5), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 23 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 3), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 24 */ + _mkword(256, _mkshort(0, 3)), _mkword(109, 2), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 25 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 1), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 26 */ + _mkword(204, _mkshort(0, 3)), _mkword(109, 0), 0x00020101, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 27 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 45), _mkword(79, 1), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Cutscene; index = 28 */ + _mkword(0, _mkshort(0, 46)), 671475, 81843, -499383, 310260, 394846, 44, + /* Type = Tag; index = 29 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0xffff), 0, 0, + /* Type = EndProps; index = 30 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = Spawn; index = 0 */ + _mkword(0, _mkshort(0, 0)), 44, 0, + /* Type = Cuff; index = 1 */ + _mkword(0, _mkshort(0, 5)), 2, + /* Type = StartWeapon; index = 2 */ + _mkword(0, _mkshort(0, 1)), 0, -1, 0, + /* Type = Credits; index = 3 */ + _mkword(0, _mkshort(0, 8)), &credits_data_0, + /* Type = EndIntro; index = 4 */ + _mkword(0, _mkshort(0, 9)) +}; + + +waypoint pathwaypoints[] = { + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 unknown_setup_block_1[] = { 0 }; + + +waygroup pathsets[] = { + { NULL, NULL, 0 } +}; + + +s32 unknown_setup_block_2[] = { 0, -1 }; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_not_used_0[] = { 0x04000000 }; + + + +u32 ai_1[] = { 0xd9fd002d, 0x2c022c0a, 0x00b6ffff, 0xffff0600, 0x05fd0001, 0x04000000 }; +u32 ai_3[] = { 0x02030a00, 0xb6009e00, 0xfa442005, 0xfd000104 }; +u32 ai_4[] = { 0x02030a00, 0xb60103ff, 0xff442005, 0xfd000104 }; +u32 ai_2[] = { 0xf20009d9, 0xfd002c2c, 0x0209ad62, 0x320a00d9, 0xfd002f2c, 0x022c0a00, 0xb5ffffff, 0xff060002, 0x08032f2c, 0x0108022c, 0x3335dc2c, 0x0a00b500, 0x9e00fa44, 0x20050004, 0x03010802, 0x2c0a00b5, 0x0103ffff, 0x44200500, 0x04040108, 0x04000000 }; +u32 ai_5[] = { 0x03d701ed, 0x030303ee, 0x012c0064, 0x0012002e, 0xffba1c71, 0xa0f80001, 0x0000a000, 0x00010000, 0xa0f80002, 0x0000a000, 0x00020000, 0x05f80402, 0x05000401, 0x0303db02, 0x0b03dc2c, 0x010b022c, 0xae020f03, 0xb400001e, 0x2c010f02, 0x2cc35008, 0xae020c03, 0xb40000b4, 0x2c010c02, 0x2cc35009, 0xae020d03, 0xb40000b4, 0x2c010d02, 0x2cc3500a, 0xae020e03, 0xb400012c, 0x2c010e02, 0x2cef0208, 0x03f02c01, 0x08022cda, 0x020903dc, 0x2c010902, 0x2c020a03, 0xd2010a04 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_1, 0x00000401 }, + /* index = 1 */ + { &ai_2, 0x00000402 }, + /* index = 2 */ + { &ai_3, 0x00000403 }, + /* index = 3 */ + { &ai_4, 0x00000404 }, + /* index = 4 */ + { &ai_5, 0x00001000 }, + /* index = 5 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/u/UsetupsiloZ.c b/assets/obseg/setup/u/UsetupsiloZ.c new file mode 100644 index 0000000..badb715 --- /dev/null +++ b/assets/obseg/setup/u/UsetupsiloZ.c @@ -0,0 +1,1580 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:16 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupsiloZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-50.0f, -879.0f, 1825.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1585n", 0 }, + { {17.0f, -778.0f, 2296.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1036n", 0 }, + { {236.0f, -778.0f, 2406.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1133n", 0 }, + { {434.0f, -778.0f, 2478.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1359n", 0 }, + { {827.0f, -778.0f, 2141.0f}, {0.0f, 1.0f, 0.0f}, {-0.707142f, 0.0f, 0.707072f}, "p2n2", 0 }, + { {1326.0f, -221.0f, 1445.0f}, {0.0f, 1.0f, 0.0f}, {-0.99962f, 0.0f, 0.027581f}, "p145c1", 0 }, + { {1166.0f, -447.0f, 1149.0f}, {0.0f, 1.0f, 0.0f}, {-0.707142f, 0.0f, 0.707072f}, "p1455c2", 0 }, + { {1594.0f, -653.0f, 1251.0f}, {0.0f, 1.0f, 0.0f}, {-0.707142f, 0.0f, 0.707072f}, "p2615m", 0 }, + { {1988.0f, -653.0f, 1314.0f}, {0.0f, 1.0f, 0.0f}, {-0.974381f, 0.0f, -0.224905f}, "p2654m", 0 }, + { {2369.0f, -554.0f, 922.0f}, {0.0f, 1.0f, 0.0f}, {-0.225045f, 0.0f, 0.974348f}, "p2210m", 0 }, + { {2448.0f, -554.0f, 745.0f}, {0.0f, 1.0f, 0.0f}, {-0.225045f, 0.0f, 0.974348f}, "p2407m", 0 }, + { {2254.0f, -554.0f, 547.0f}, {0.0f, 1.0f, 0.0f}, {-0.225045f, 0.0f, 0.974348f}, "p36m", 0 }, + { {2070.0f, -554.0f, 498.0f}, {0.0f, 1.0f, 0.0f}, {0.731287f, 0.0f, 0.68207f}, "p2076m1", 0 }, + { {1728.0f, -444.0f, 660.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 9.8e-05}, "p1520g", 0 }, + { {1272.0f, -444.0f, 451.0f}, {0.0f, 1.0f, 0.0f}, {-9.8e-05, 0.0f, 1.0f}, "p41g", 0 }, + { {1291.0f, -444.0f, 943.0f}, {0.0f, 1.0f, 0.0f}, {0.000105f, 0.0f, -1.0f}, "p16g", 0 }, + { {1258.0f, -444.0f, 123.0f}, {0.0f, 1.0f, 0.0f}, {-9.8e-05, 0.0f, 1.0f}, "p170b2", 0 }, + { {1266.0f, -444.0f, -78.0f}, {0.0f, 1.0f, 0.0f}, {-9.8e-05, 0.0f, 1.0f}, "p170b1", 0 }, + { {1147.0f, -222.0f, -111.0f}, {0.0f, 1.0f, 0.0f}, {-9.8e-05, 0.0f, 1.0f}, "p149b1", 0 }, + { {1294.0f, -444.0f, -247.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -9.7e-05}, "p1588l", 0 }, + { {1228.0f, -444.0f, -247.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 9.7e-05}, "p1590l", 0 }, + { {1262.0f, -444.0f, -522.0f}, {0.0f, 1.0f, 0.0f}, {-9.7e-05, 0.0f, 1.0f}, "p1584l", 0 }, + { {924.0f, -350.0f, -1112.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 9.7e-05}, "p1151l", 0 }, + { {628.0f, -350.0f, -1128.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.000155f}, "p1043l", 0 }, + { {580.0f, -219.0f, -88.0f}, {0.0f, 1.0f, 0.0f}, {0.000155f, 0.0f, -1.0f}, "p1605f", 0 }, + { {908.0f, -219.0f, 55.0f}, {0.0f, 1.0f, 0.0f}, {-0.705922f, 0.0f, -0.70829f}, "p21f", 0 }, + { {429.0f, -219.0f, 44.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p43f", 0 }, + { {-138.0f, -219.0f, 14.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p170a2", 0 }, + { {97.0f, -10.0f, 131.0f}, {0.0f, 1.0f, 0.0f}, {0.260644f, 0.0f, -0.965435f}, "p149a1", 0 }, + { {37.0f, -10.0f, 171.0f}, {0.0f, 1.0f, 0.0f}, {0.262555f, 0.0f, -0.964917f}, "p145a1", 0 }, + { {-391.0f, -219.0f, 54.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p572i", 0 }, + { {-651.0f, -219.0f, 48.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p606i", 0 }, + { {-755.0f, -219.0f, -20.0f}, {0.0f, 1.0f, 0.0f}, {0.966402f, 0.0f, -0.257037f}, "p620i", 0 }, + { {-1122.0f, -125.0f, 193.0f}, {0.0f, 1.0f, 0.0f}, {0.001846f, 0.0f, -0.999998f}, "p108i", 0 }, + { {-1194.0f, -125.0f, 236.0f}, {0.0f, 1.0f, 0.0f}, {0.001846f, 0.0f, -0.999998f}, "p101i", 0 }, + { {-1195.0f, -125.0f, 506.0f}, {0.0f, 1.0f, 0.0f}, {0.001846f, 0.0f, -0.999998f}, "p328i", 0 }, + { {-1031.0f, -125.0f, 724.0f}, {0.0f, 1.0f, 0.0f}, {0.001846f, 0.0f, -0.999998f}, "p37k", 0 }, + { {-759.0f, -125.0f, 519.0f}, {0.0f, 1.0f, 0.0f}, {-0.001846f, 0.0f, 0.999998f}, "p104k", 0 }, + { {-301.0f, -4.0f, 684.0f}, {0.0f, 1.0f, 0.0f}, {-0.999998f, 0.0f, -0.001846f}, "p1532e", 0 }, + { {-521.0f, -4.0f, 615.0f}, {0.0f, 1.0f, 0.0f}, {-0.001846f, 0.0f, 0.999998f}, "p1537e", 0 }, + { {-126.0f, -4.0f, 629.0f}, {0.0f, 1.0f, 0.0f}, {-0.999998f, 0.0f, -0.001846f}, "p1612e1", 0 }, + { {-37.0f, -4.0f, 504.0f}, {0.0f, 1.0f, 0.0f}, {-0.002355f, 0.0f, 0.999997f}, "p27e", 0 }, + { {30.0f, -4.0f, 365.0f}, {0.0f, 1.0f, 0.0f}, {-0.002355f, 0.0f, 0.999997f}, "p21e", 0 }, + { {-15.0f, -4.0f, 860.0f}, {0.0f, 1.0f, 0.0f}, {0.00237f, 0.0f, -0.999997f}, "p43e", 0 }, + { {-55.0f, -4.0f, 967.0f}, {0.0f, 1.0f, 0.0f}, {0.00237f, 0.0f, -0.999997f}, "p51e", 0 }, + { {272.0f, -4.0f, 36.0f}, {0.0f, 1.0f, 0.0f}, {0.00237f, 0.0f, -0.999997f}, "p56j", 0 }, + { {488.0f, -4.0f, 12.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, -0.00237f}, "p43j", 0 }, + { {455.0f, -4.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-0.999997f, 0.0f, -0.00237f}, "p191j", 0 }, + { {456.0f, -4.0f, -198.0f}, {0.0f, 1.0f, 0.0f}, {-0.00237f, 0.0f, 0.999997f}, "p185j", 0 }, + { {328.0f, -4.0f, -332.0f}, {0.0f, 1.0f, 0.0f}, {0.999985f, 0.0f, 0.005535f}, "p214o", 0 }, + { {532.0f, -4.0f, -321.0f}, {0.0f, 1.0f, 0.0f}, {-0.999985f, 0.0f, -0.005535f}, "p208o", 0 }, + { {489.0f, -4.0f, -527.0f}, {0.0f, 1.0f, 0.0f}, {-0.005535f, 0.0f, 0.999985f}, "p206o", 0 }, + { {900.0f, -4.0f, -429.0f}, {0.0f, 1.0f, 0.0f}, {-0.999985f, 0.0f, -0.005535f}, "p116o2", 0 }, + { {1111.0f, -4.0f, -235.0f}, {0.0f, 1.0f, 0.0f}, {-0.703182f, 0.0f, -0.71101f}, "p580o2", 0 }, + { {509.0f, -778.0f, 2221.0f}, {0.0f, 1.0f, 0.0f}, {0.499998f, 0.0f, 0.866027f}, "p17n2", 0 }, + { {511.0f, -778.0f, 2286.0f}, {0.0f, 1.0f, 0.0f}, {0.707142f, 0.0f, -0.707072f}, "p81n", 0 }, + { {495.0f, -778.0f, 2034.0f}, {0.0f, 1.0f, 0.0f}, {-0.499954f, 0.0f, -0.866052f}, "p104n", 0 }, + { {2162.0f, -554.0f, 639.0f}, {0.0f, 1.0f, 0.0f}, {0.999638f, 0.0f, -0.026903f}, "p107m", 0 }, + { {2107.0f, -554.0f, 725.0f}, {0.0f, 1.0f, 0.0f}, {-0.99962f, 0.0f, 0.027562f}, "p106m", 0 }, + { {751.0f, -350.0f, -999.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -0.000155f}, "p81l", 0 }, + { {379.0f, -350.0f, -1002.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 0.000155f}, "p33l", 0 }, + { {737.0f, -350.0f, -777.0f}, {0.0f, 1.0f, 0.0f}, {0.706995f, 0.0f, 0.707218f}, "p105l", 0 }, + { {-721.0f, -128.0f, 448.0f}, {0.0f, 1.0f, 0.0f}, {0.999998f, 0.0f, 0.001846f}, "p20k", 0 }, + { {-817.0f, -125.0f, 548.0f}, {0.0f, 1.0f, 0.0f}, {-0.865935f, 0.0f, 0.500156f}, "p105k", 0 }, + { {823.0f, -783.0f, 2290.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.0f}, "p33n", 0 }, + { {739.0f, -783.0f, 2074.0f}, {0.0f, 1.0f, 0.0f}, {-0.764155f, 0.0f, 0.645033f}, "p2113n2", 0 }, + { {818.0f, -653.0f, 1256.0f}, {0.0f, 1.0f, 0.0f}, {-0.764155f, 0.0f, 0.645033f}, "p43h", 0 }, + { {321.0f, -653.0f, 1309.0f}, {0.0f, 1.0f, 0.0f}, {-0.996425f, 0.0f, -0.084481f}, "p16h", 0 }, + { {391.0f, -653.0f, 2476.0f}, {0.0f, 1.0f, 0.0f}, {-0.764155f, 0.0f, 0.645033f}, "p1358n", 0 }, + { {196.0f, -653.0f, 2410.0f}, {0.0f, 1.0f, 0.0f}, {-0.984264f, 0.0f, 0.176705f}, "p1140n", 0 }, + { {482.0f, -783.0f, 2002.0f}, {0.0f, 1.0f, 0.0f}, {0.257841f, 0.0f, 0.966187f}, "p97n", 0 }, + { {406.0f, -783.0f, 1919.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p19n", 0 }, + { {390.0f, -738.0f, 1935.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p19n", 0 }, + { {428.0f, -738.0f, 1935.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p19n", 0 }, + { {2116.0f, -558.0f, 865.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p60m", 0 }, + { {2444.0f, -558.0f, 1298.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p2110m", 0 }, + { {2412.0f, -558.0f, 1322.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p2112m", 0 }, + { {1293.0f, -444.0f, 883.0f}, {0.0f, 1.0f, 0.0f}, {0.000105f, 0.0f, -1.0f}, "p7g", 0 }, + { {2379.0f, -558.0f, 1202.0f}, {0.0f, 1.0f, 0.0f}, {-0.867489f, 0.0f, -0.497457f}, "p2109m", 0 }, + { {2374.0f, -558.0f, 1162.0f}, {0.0f, 1.0f, 0.0f}, {-0.867489f, 0.0f, -0.497457f}, "p2204m", 0 }, + { {1909.0f, -558.0f, 862.0f}, {0.0f, 1.0f, 0.0f}, {0.374082f, 0.0f, -0.927396f}, "p19m", 0 }, + { {2246.0f, -558.0f, 780.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p81m", 0 }, + { {2443.0f, -558.0f, 786.0f}, {0.0f, 1.0f, 0.0f}, {-0.002934f, 0.0f, -0.999996f}, "p2408m", 0 }, + { {2370.0f, -558.0f, 967.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p2211m", 0 }, + { {2127.0f, -558.0f, 576.0f}, {0.0f, 1.0f, 0.0f}, {-0.689393f, 0.0f, 0.724388f}, "p107m", 0 }, + { {2099.0f, -558.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {-0.710248f, 0.0f, -0.703951f}, "p106m", 0 }, + { {2134.0f, -507.0f, 569.0f}, {0.0f, 1.0f, 0.0f}, {-0.689393f, 0.0f, 0.724388f}, "p107m", 0 }, + { {595.0f, -350.0f, -881.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p107l", 0 }, + { {428.0f, -350.0f, -800.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p2l2", 0 }, + { {428.0f, -350.0f, -742.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p2l1", 0 }, + { {570.0f, -350.0f, -663.0f}, {0.0f, 1.0f, 0.0f}, {0.999996f, 0.0f, -0.002934f}, "p2073l1", 0 }, + { {575.0f, -219.0f, -158.0f}, {0.0f, 1.0f, 0.0f}, {0.497457f, 0.0f, -0.867489f}, "p1603f2", 0 }, + { {674.0f, -350.0f, -817.0f}, {0.0f, 1.0f, 0.0f}, {-0.867489f, 0.0f, -0.497457f}, "p106l", 0 }, + { {800.0f, -350.0f, -767.0f}, {0.0f, 1.0f, 0.0f}, {-0.497536f, 0.0f, 0.867443f}, "p65l", 0 }, + { {805.0f, -328.0f, -775.0f}, {0.0f, 1.0f, 0.0f}, {-0.50246f, 0.0f, -0.864601f}, "p65l", 0 }, + { {-910.0f, -128.0f, 632.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p107k", 0 }, + { {-345.0f, -219.0f, 45.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p573i", 0 }, + { {-476.0f, -219.0f, -17.0f}, {0.0f, 1.0f, 0.0f}, {0.005348f, 0.0f, 0.999986f}, "p565i", 0 }, + { {-600.0f, -219.0f, 51.0f}, {0.0f, 1.0f, 0.0f}, {-0.005348f, 0.0f, -0.999986f}, "p608i", 0 }, + { {-703.0f, -219.0f, -20.0f}, {0.0f, 1.0f, 0.0f}, {-0.999986f, 0.0f, 0.005348f}, "p600i", 0 }, + { {-1197.0f, -128.0f, 23.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p13i", 0 }, + { {-1210.0f, -128.0f, 167.0f}, {0.0f, 1.0f, 0.0f}, {0.256407f, 0.0f, -0.966569f}, "p113i", 0 }, + { {-1207.0f, -128.0f, 346.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p121i", 0 }, + { {-1210.0f, -128.0f, 435.0f}, {0.0f, 1.0f, 0.0f}, {0.868698f, 0.0f, 0.495342f}, "p340i", 0 }, + { {-847.0f, -128.0f, 571.0f}, {0.0f, 1.0f, 0.0f}, {0.750408f, 0.0f, -0.660975f}, "p106k", 0 }, + { {-858.0f, -106.0f, 570.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p106k", 0 }, + { {-938.0f, -128.0f, 425.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p58k", 0 }, + { {-912.0f, -69.0f, 872.0f}, {0.0f, 1.0f, 0.0f}, {0.999986f, 0.0f, -0.005348f}, "p40k", 0 }, + { {-17.0f, -784.0f, 2413.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1052n", 0 }, + { {619.0f, -784.0f, 2413.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1043n", 0 }, + { {627.0f, -784.0f, 2307.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p16n1", 0 }, + { {609.0f, -784.0f, 2029.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2114n1", 0 }, + { {724.0f, -718.0f, 2031.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p982n1", 0 }, + { {728.0f, -656.0f, 1903.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p993n1", 0 }, + { {621.0f, -656.0f, 1897.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p992n1", 0 }, + { {623.0f, -656.0f, 1818.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1531h", 0 }, + { {663.0f, -656.0f, 1314.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p59h", 0 }, + { {584.0f, -656.0f, 1316.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p24h", 0 }, + { {245.0f, -656.0f, 1300.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p40h", 0 }, + { {1029.0f, -656.0f, 1290.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p75h", 0 }, + { {-16.0f, -784.0f, 1528.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1593n", 0 }, + { {1088.0f, -656.0f, 1293.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1480c2", 0 }, + { {1136.0f, -656.0f, 1399.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1482c1", 0 }, + { {1253.0f, -656.0f, 1460.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1496c1", 0 }, + { {1374.0f, -656.0f, 1421.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1475c1", 0 }, + { {1436.0f, -656.0f, 1293.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1495c1", 0 }, + { {1494.0f, -656.0f, 1288.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2634m", 0 }, + { {2042.0f, -656.0f, 1285.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2653m", 0 }, + { {2301.0f, -555.0f, 1285.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2096m", 0 }, + { {2388.0f, -555.0f, 1262.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2113m", 0 }, + { {2406.0f, -555.0f, 1172.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2109m", 0 }, + { {2411.0f, -555.0f, 692.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2099m", 0 }, + { {2357.0f, -555.0f, 653.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2105m", 0 }, + { {2278.0f, -555.0f, 651.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p16m1", 0 }, + { {2178.0f, -555.0f, 789.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p94m", 0 }, + { {1958.0f, -555.0f, 779.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p104m", 0 }, + { {1999.0f, -555.0f, 656.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2074m1", 0 }, + { {1996.0f, -493.0f, 543.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p982m1", 0 }, + { {1881.0f, -432.0f, 543.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p993m1", 0 }, + { {1856.0f, -432.0f, 651.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p992m2", 0 }, + { {1777.0f, -432.0f, 648.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1531g", 0 }, + { {1289.0f, -432.0f, 698.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p24g", 0 }, + { {1258.0f, -432.0f, 1038.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p821g", 0 }, + { {1291.0f, -432.0f, 595.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p59g", 0 }, + { {1262.0f, -432.0f, 263.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p75g", 0 }, + { {1259.0f, -432.0f, 175.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p170b2", 0 }, + { {1261.0f, -432.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p170b1", 0 }, + { {1259.0f, -432.0f, -225.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1593l", 0 }, + { {1261.0f, -349.0f, -1043.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1034l", 0 }, + { {1241.0f, -349.0f, -1121.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1052l", 0 }, + { {1167.0f, -349.0f, -1139.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1047l", 0 }, + { {681.0f, -349.0f, -1136.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1038l", 0 }, + { {620.0f, -349.0f, -1088.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1043l", 0 }, + { {622.0f, -349.0f, -1014.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p16l1", 0 }, + { {501.0f, -349.0f, -969.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p36l", 0 }, + { {509.0f, -349.0f, -814.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2067l2", 0 }, + { {633.0f, -349.0f, -779.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p104l", 0 }, + { {633.0f, -349.0f, -723.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2068l1", 0 }, + { {509.0f, -289.0f, -732.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p982l2", 0 }, + { {509.0f, -227.0f, -599.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p993l2", 0 }, + { {623.0f, -227.0f, -596.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p992l1", 0 }, + { {623.0f, -227.0f, -521.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1537f", 0 }, + { {676.0f, -227.0f, -129.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1607f1", 0 }, + { {671.0f, -227.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p24f", 0 }, + { {569.0f, -227.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p59f", 0 }, + { {239.0f, -227.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p822f", 0 }, + { {1001.0f, -227.0f, 7.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p40f", 0 }, + { {155.0f, -227.0f, 9.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p170a1", 0 }, + { {-171.0f, -227.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p170a2", 0 }, + { {-247.0f, -227.0f, 12.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p594i", 0 }, + { {-786.0f, -227.0f, 12.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p619i", 0 }, + { {-1082.0f, -127.0f, 25.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1i", 0 }, + { {-1128.0f, -127.0f, 42.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p17i", 0 }, + { {-1151.0f, -127.0f, 106.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1061i", 0 }, + { {-1151.0f, -127.0f, 623.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1060i", 0 }, + { {-1110.0f, -127.0f, 658.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p9i", 0 }, + { {-1041.0f, -127.0f, 653.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p16k1", 0 }, + { {-757.0f, -127.0f, 640.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1062k1", 0 }, + { {-757.0f, -74.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p982k1", 0 }, + { {-629.0f, -7.0f, 763.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p993k2", 0 }, + { {-620.0f, -7.0f, 652.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p992k1", 0 }, + { {-546.0f, -7.0f, 647.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1537e", 0 }, + { {-57.0f, -7.0f, 717.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p60e", 0 }, + { {-60.0f, -7.0f, 601.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p24e", 0 }, + { {-16.0f, -7.0f, 266.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p821e", 0 }, + { {-16.0f, -7.0f, 1049.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p822e", 0 }, + { {-18.0f, -7.0f, 188.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p148a2", 0 }, + { {79.0f, -7.0f, 142.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p149a1", 0 }, + { {134.0f, -7.0f, 68.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p158a2", 0 }, + { {159.0f, -7.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p159a1", 0 }, + { {222.0f, -7.0f, 13.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p53j", 0 }, + { {374.0f, -7.0f, -50.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p192j", 0 }, + { {420.0f, -7.0f, -230.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p183j", 0 }, + { {449.0f, -7.0f, -339.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p209o", 0 }, + { {651.0f, -7.0f, -432.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p223o2", 0 }, + { {729.0f, -7.0f, -415.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p141o", 0 }, + { {797.0f, -7.0f, -302.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p126o2", 0 }, + { {887.0f, -7.0f, -245.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p138o", 0 }, + { {918.0f, -7.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p122o", 0 }, + { {899.0f, -7.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p20o", 0 }, + { {1060.0f, -7.0f, -563.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p130o1", 0 }, + { {1063.0f, -7.0f, -283.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p580o2", 0 }, + { {771.0f, -7.0f, -571.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p588o1", 0 }, + { {921.0f, -7.0f, -597.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p132o", 0 }, + { {1104.0f, -7.0f, -423.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p135o", 0 }, + { {-16.0f, -879.0f, 1459.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1480d2", 0 }, + { {102.0f, -879.0f, 1406.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1482d2", 0 }, + { {150.0f, -879.0f, 1288.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1496d1", 0 }, + { {99.0f, -879.0f, 1173.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1475d1", 0 }, + { {-18.0f, -879.0f, 1124.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p1495d2", 0 }, + { {-16.0f, -7.0f, 1459.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2123d2", 0 }, + { {102.0f, -7.0f, 1406.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2114d2", 0 }, + { {150.0f, -7.0f, 1288.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2111d1", 0 }, + { {-188.0f, -224.0f, 1291.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p159d1", 0 }, + { {-140.0f, -224.0f, 1171.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p149d1", 0 }, + { {-20.0f, -224.0f, 1120.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p148d2", 0 }, + { {151.0f, -657.0f, 1287.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2053d2", 0 }, + { {100.0f, -657.0f, 1172.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2054d1", 0 }, + { {-17.0f, -657.0f, 1116.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2064d1", 0 }, + { {-17.0f, -7.0f, 1116.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2099d1", 0 }, + { {100.0f, -7.0f, 1172.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2102d1", 0 }, + { {1436.0f, -221.0f, 1293.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p159c1", 0 }, + { {1374.0f, -221.0f, 1421.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p149c1", 0 }, + { {1253.0f, -221.0f, 1460.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p148c2", 0 }, + { {1264.0f, -447.0f, 1111.0f}, {-2e-06, 1.0f, 0.0f}, {-1.0f, -2e-06, -1e-06}, "p1458c2", 0 }, + { {1146.0f, -447.0f, 1176.0f}, {-2e-06, 1.0f, 0.0f}, {-1.0f, -2e-06, -1e-06}, "p1459c2", 0 }, + { {1095.0f, -447.0f, 1287.0f}, {-2e-06, 1.0f, 0.0f}, {-1.0f, -2e-06, -1e-06}, "p1469c2", 0 }, + { {1261.0f, -210.0f, -157.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p148b2", 0 }, + { {1177.0f, -210.0f, -135.0f}, {0.0f, 1.0f, 0.0f}, {0.5f, 0.0f, 0.866026f}, "p145b2", 0 }, + { {1094.0f, -210.0f, 9.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p159b1", 0 }, + { {-553.0f, -1006.0f, 1461.0f}, {0.0f, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "", 0 }, + { {14.0f, -879.0f, 1460.0f}, {0.0f, 1.0f, 0.0f}, {0.559193f, 0.0f, -0.829038f}, "p1480d1", 0 }, + { {901.0f, 33.0f, 59.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p56p", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {551.0f, -783.0f, 2302.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p82n", 0, {-24.00232f, 23.00232f, 0.0f, 0.0f, -21.00265f, 21.00254f} }, + { {551.0f, -783.0f, 2255.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p17n2", 0, {-23.00232f, 23.00232f, 0.0f, 0.0f, -21.00254f, 21.00254f} }, + { {551.0f, -783.0f, 2209.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p107n", 0, {-24.00232f, 23.00232f, 0.0f, 0.0f, -21.00265f, 21.00254f} }, + { {2202.0f, -558.0f, 640.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p17m1", 0, {-23.00232f, 23.997683f, 0.0f, 0.0f, -22.00254f, 21.00265f} }, + { {2202.0f, -558.0f, 687.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p17m1", 0, {-23.997574f, 23.00243f, 0.0f, 0.0f, -22.002651f, 21.00254f} }, + { {710.0f, -350.0f, -953.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -0.00011f}, "p17l2", 0, {-24.00232f, 23.00232f, 0.0f, 0.0f, -21.00265f, 21.00254f} }, + { {710.0f, -350.0f, -999.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -0.00011f}, "p82l", 0, {-23.00232f, 23.00232f, 0.0f, 0.0f, -21.00254f, 21.00254f} }, + { {-877.0f, 0.0f, 762.0f}, {0.0f, 1.0f, 0.0f}, {-0.00011f, 0.0f, -1.0f}, "p1061k1", 0, {-24.00232f, 23.00232f, 0.0f, 0.0f, -21.00265f, 21.00254f} }, + { {-670.0f, -128.0f, 541.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p44k", 0, {-23.002428f, 23.00232f, 0.0f, 0.0f, -21.00254f, 22.00254f} }, + { {-671.0f, -128.0f, 448.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p19k", 0, {-23.00232f, 23.002428f, 0.0f, 0.0f, -22.00254f, 21.00254f} }, + { {-670.0f, -128.0f, 495.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, 0.00011f}, "p43k", 0, {-24.002428f, 23.00232f, 0.0f, 0.0f, -21.00265f, 22.00254f} }, + { {-830.0f, 0.0f, 762.0f}, {0.0f, 1.0f, 0.0f}, {-0.00011f, 0.0f, -1.0f}, "p1061k2", 0, {-23.00232f, 23.00232f, 0.0f, 0.0f, -21.00254f, 21.00254f} }, + { {362.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.00011f, 0.0f, 1.0f}, "p214o", 0, {-23.002428f, 24.00232f, 0.0f, 0.0f, -21.00254f, 22.00265f} }, + { {409.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.00011f, 0.0f, 1.0f}, "p214o", 0, {-23.002428f, 23.00232f, 0.0f, 0.0f, -21.00254f, 22.00254f} }, + { {456.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.00011f, 0.0f, 1.0f}, "p208o", 0, {-24.002428f, 23.00232f, 0.0f, 0.0f, -21.00265f, 22.00254f} }, + { {502.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.00011f, 0.0f, 1.0f}, "p208o", 0, {-23.002428f, 23.00232f, 0.0f, 0.0f, -21.00254f, 21.997461f} }, + { {502.0f, -7.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {-0.000111f, 0.0f, -1.0f}, "p208o", 0, {-23.002333f, 23.002333f, 0.0f, 0.0f, -21.002554f, 21.002554f} }, + { {455.0f, -7.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {-0.000111f, 0.0f, -1.0f}, "p208o", 0, {-24.002333f, 23.002333f, 0.0f, 0.0f, -21.002665f, 21.002554f} }, + { {409.0f, -7.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {-0.000111f, 0.0f, -1.0f}, "p214o", 0, {-23.002333f, 23.002333f, 0.0f, 0.0f, -21.002554f, 21.002554f} }, + { {362.0f, -7.0f, -438.0f}, {0.0f, 1.0f, 0.0f}, {-0.000111f, 0.0f, -1.0f}, "p214o", 0, {-24.002333f, 23.002333f, 0.0f, 0.0f, -21.002665f, 21.002554f} }, + { {217.0f, -7.0f, -350.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p218o1", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {217.0f, -7.0f, -396.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p218o2", 0, {-23.03429f, 24.034288f, 0.0f, 0.0f, -21.039194f, 21.037561f} }, + { {217.0f, -7.0f, -443.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p218o2", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {217.0f, -7.0f, -489.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p218o2", 0, {-23.03429f, 24.034288f, 0.0f, 0.0f, -21.039194f, 21.037561f} }, + { {829.0f, -7.0f, -413.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p116o2", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {829.0f, -7.0f, -459.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001634f}, "p116o2", 0, {-23.03429f, 24.034288f, 0.0f, 0.0f, -21.039194f, 21.037561f} }, + { {935.0f, -7.0f, -518.0f}, {0.0f, 1.0f, 0.0f}, {-0.001634f, 0.0f, 0.999999f}, "p119o2", 0, {-24.035923f, 23.03429f, 0.0f, 0.0f, -21.960747f, 21.039194f} }, + { {888.0f, -7.0f, -518.0f}, {0.0f, 1.0f, 0.0f}, {-0.001634f, 0.0f, 0.999999f}, "p119o2", 0, {-23.035925f, 23.03429f, 0.0f, 0.0f, -22.03756f, 21.037561f} }, + { {1014.0f, -7.0f, -393.0f}, {0.0f, 1.0f, 0.0f}, {-0.999999f, 0.0f, -0.001634f}, "p117o2", 0, {-24.034288f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.039194f} }, + { {1014.0f, -7.0f, -440.0f}, {0.0f, 1.0f, 0.0f}, {-0.999999f, 0.0f, -0.001634f}, "p117o2", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {955.0f, -7.0f, -334.0f}, {0.0f, 1.0f, 0.0f}, {0.001634f, 0.0f, -0.999999f}, "p123o2", 0, {-23.03429f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.037561f} }, + { {908.0f, -7.0f, -334.0f}, {0.0f, 1.0f, 0.0f}, {0.001634f, 0.0f, -0.999999f}, "p123o2", 0, {-24.034288f, 23.03429f, 0.0f, 0.0f, -21.037561f, 21.039194f} }, + { {-18.0f, -653.0f, 1292.0f}, {0.0f, 1.0f, 0.0f}, {0.996425f, 0.0f, 0.084481f}, "p1154d", 0, {-91.671104f, 91.671104f, -365.0f, 856.0f, -91.671104f, 91.671104f} }, + { {1260.0f, -653.0f, 1289.0f}, {0.0f, 1.0f, 0.0f}, {-0.996425f, 0.0f, -0.084481f}, "p1158c", 0, {-90.67468f, 93.663956f, -365.0f, 856.0f, -91.755585f, 91.586624f} }, + { {670.0f, -726.0f, 2367.0f}, {0.00033f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1044n1", 0, {-8.00099f, 7.99901f, -3.00264f, -2.99736f, -8.0f, 8.0f} }, + { {670.0f, -726.0f, 2333.0f}, {-0.000659f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p37n", 0, {-8.001317f, 7.99868f, -2.005272f, -1.994727f, -8.0f, 8.0f} }, + { {668.0f, -609.0f, 1876.0f}, {0.00033f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p992n2", 0, {-8.003629f, 7.996371f, -11.002639f, -10.99736f, -8.0f, 8.0f} }, + { {661.0f, -609.0f, 1838.0f}, {-0.000659f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1528h", 0, {-8.001976f, 7.998021f, -3.005272f, -2.994727f, -8.0f, 8.0f} }, + { {2339.0f, -503.0f, 601.0f}, {1.0f, 0.0f, -5e-06}, {0.0f, 1.0f, 0.0f}, "p2106m1", 0, {-8.000015f, 7.999986f, -3.00004f, -2.999961f, -8.0f, 8.0f} }, + { {2304.0f, -503.0f, 600.0f}, {-1.0f, 0.0f, 0.000334f}, {0.0f, 1.0f, 0.0f}, "p37m", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {1848.0f, -386.0f, 602.0f}, {1.0f, 0.0f, -5e-06}, {0.0f, 1.0f, 0.0f}, "p992m2", 0, {-8.000055f, 7.999946f, -11.00004f, -10.999961f, -8.0f, 8.0f} }, + { {1810.0f, -386.0f, 610.0f}, {-1.0f, 0.0f, 0.000334f}, {0.0f, 1.0f, 0.0f}, "p1528g", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {573.0f, -290.0f, -1069.0f}, {-5e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1044l1", 0, {-8.000015f, 7.999986f, -3.00004f, -2.999961f, -8.0f, 8.0f} }, + { {572.0f, -290.0f, -1034.0f}, {0.000334f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p37l", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {574.0f, -173.0f, -578.0f}, {-5e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p992l2", 0, {-8.000055f, 7.999946f, -11.00004f, -10.999961f, -8.0f, 8.0f} }, + { {582.0f, -173.0f, -540.0f}, {0.000334f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1528f", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {-1097.0f, -67.0f, 697.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p10i1", 0, {-8.000015f, 7.999985f, -3.000039f, -2.99996f, -8.0f, 8.0f} }, + { {-1062.0f, -67.0f, 698.0f}, {1.0f, 0.0f, -0.000334f}, {0.0f, 1.0f, 0.0f}, "p37k", 0, {-8.001002f, 7.998998f, -3.002673f, -2.997327f, -8.0f, 8.0f} }, + { {-606.0f, 50.0f, 696.0f}, {-1.0f, 0.0f, 5e-06}, {0.0f, 1.0f, 0.0f}, "p992k2", 0, {-8.000055f, 7.999946f, -11.000039f, -10.99996f, -8.0f, 8.0f} }, + { {-568.0f, 50.0f, 689.0f}, {1.0f, 0.0f, -0.000334f}, {0.0f, 1.0f, 0.0f}, "p1528e", 0, {-9.001002f, 7.998998f, -3.002673f, -2.996993f, -8.0f, 8.0f} }, + { {-41.0f, -867.0f, 1495.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1360d1", 0, {-4.0f, 3.0f, -2.0f, 47.000004f, -24.000002f, 72.0f} }, + { {644.0f, -770.0f, 2352.0f}, {-1.0f, 0.0f, 0.000232f}, {0.0f, 1.0f, 0.0f}, "p790n1", 0, {-4.000464f, 4.010911f, -2.000929f, 47.000927f, -25.000002f, 72.0f} }, + { {644.0f, -654.0f, 1849.0f}, {-1.0f, 0.0f, 0.000234f}, {0.0f, 1.0f, 0.0f}, "p781n2", 0, {-4.000468f, 4.010988f, -2.000935f, 47.000935f, -24.000002f, 73.0f} }, + { {4.0f, -867.0f, 1082.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "", 0, {-3.0f, 2.0f, -2.0f, 47.0f, -24.000002f, 72.0f} }, + { {-224.0f, -208.0f, 1267.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p176d1", 0, {-4.0f, 4.0f, -2.0f, 46.000004f, -25.000002f, 72.0f} }, + { {187.0f, -644.0f, 1312.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2030d1", 0, {-4.0f, 4.0f, -1.0f, 47.000004f, -25.000002f, 72.0f} }, + { {-41.0f, 5.0f, 1083.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2009d2", 0, {-4.0f, 4.0f, -2.0f, 47.000004f, -24.000002f, 73.0f} }, + { {1466.0f, -644.0f, 1311.0f}, {0.000232f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1437c1", 0, {-3.010679f, 4.000464f, -2.000696f, 46.000927f, -25.000002f, 72.0f} }, + { {2324.0f, -547.0f, 627.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p790m1", 0, {-4.0f, 4.0f, -2.0f, 46.0f, -25.000002f, 72.0f} }, + { {1821.0f, -431.0f, 627.0f}, {2e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p781m2", 0, {-3.000003f, 4.000075f, -2.000007f, 46.000008f, -24.000002f, 72.0f} }, + { {1055.0f, -644.0f, 1266.0f}, {5e-06, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1453c1", 0, {-4.00001f, 4.000231f, -2.00002f, 47.00002f, -24.999998f, 72.0f} }, + { {1466.0f, -208.0f, 1311.0f}, {0.000231f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p176c1", 0, {-4.010604f, 4.000461f, -2.000922f, 46.00092f, -25.000002f, 72.0f} }, + { {1238.0f, -431.0f, 1083.0f}, {1.0f, 0.0f, 0.000233f}, {0.0f, 1.0f, 0.0f}, "p1360c2", 0, {-4.01093f, 4.000465f, -2.00093f, 47.000927f, -24.000002f, 72.0f} }, + { {1283.0f, -431.0f, -196.0f}, {-1.0f, 0.0f, -0.000232f}, {0.0f, 1.0f, 0.0f}, "p1377b1", 0, {-4.010911f, 4.000464f, -2.000929f, 47.000927f, -24.000002f, 72.0f} }, + { {599.0f, -334.0f, -1053.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p790l1", 0, {-4.0f, 3.0f, -2.0f, 46.0f, -25.000002f, 72.0f} }, + { {599.0f, -218.0f, -550.0f}, {1.0f, 0.0f, -2e-06}, {0.0f, 1.0f, 0.0f}, "p781l2", 0, {-4.000003f, 4.000075f, -2.000007f, 46.000008f, -24.000002f, 73.0f} }, + { {1238.0f, -431.0f, 215.0f}, {1.0f, 0.0f, 0.000233f}, {0.0f, 1.0f, 0.0f}, "p1360b1", 0, {-3.01093f, 4.000465f, -2.000698f, 47.000927f, -24.000002f, 72.0f} }, + { {1467.0f, -208.0f, 32.0f}, {0.000326f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "", 0, {-2.014977f, 3.000651f, -2.000651f, 46.000973f, -25.000002f, 72.0f} }, + { {1467.0f, 5.0f, 32.0f}, {0.000326f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "", 0, {-2.014977f, 3.000651f, -2.000651f, 46.000977f, -24.000002f, 73.0f} }, + { {1055.0f, -208.0f, -13.0f}, {-0.000233f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p176b1", 0, {-4.01093f, 4.000465f, -2.00093f, 47.00093f, -25.000002f, 72.0f} }, + { {-224.0f, -208.0f, -13.0f}, {-0.000232f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p1649a1", 0, {-4.010911f, 4.000464f, -2.000929f, 47.000927f, -25.000002f, 72.0f} }, + { {-1082.0f, -111.0f, 672.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p790k1", 0, {-3.0f, 4.0f, -1.0f, 47.0f, -25.000002f, 72.0f} }, + { {-578.0f, 5.0f, 672.0f}, {-2e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p781k2", 0, {-4.000002f, 4.000077f, -1.000007f, 47.000008f, -24.000002f, 73.0f} }, + { {4.0f, 5.0f, 215.0f}, {-1.0f, 0.0f, 2e-06}, {0.0f, 1.0f, 0.0f}, "p176a2", 0, {-4.000003f, 3.000077f, -2.000005f, 47.000004f, -24.000002f, 73.0f} }, + { {187.0f, 5.0f, 32.0f}, {-2e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1049a1", 0, {-3.000003f, 4.000077f, -2.000006f, 47.000004f, -24.000002f, 73.0f} }, + { {187.0f, -208.0f, 32.0f}, {-2e-06, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1334a1", 0, {-3.000003f, 4.000077f, -2.000006f, 47.000004f, -25.000002f, 72.0f} }, + { {921.0f, 5.0f, -9.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p18o1", 0, {-4.000001f, 3.00002f, -1.000002f, 24.000004f, -24.000002f, 73.0f} }, + { {874.0f, 5.0f, -9.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p18o2", 0, {-3.000001f, 4.000019f, -1.000003f, 23.000002f, -24.000002f, 73.0f} }, + { {97.0f, 362.0f, 148.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p149a1", 0, {-60.000057f, 337.0001f, -83.00022f, 115.00004f, -100.0f, -88.0f} }, + { {58.0f, 362.0f, 148.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p145a2", 0, {-337.00018f, 59.99995f, -275.00003f, -75.99977f, -100.0f, -88.0f} }, + { {1164.0f, 362.0f, -107.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p149b2", 0, {-315.0002f, 81.99994f, -295.00006f, -96.99979f, -100.0f, -88.0f} }, + { {1126.0f, 362.0f, -107.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p149b1", 0, {-82.000046f, 315.0001f, -64.00021f, 135.00006f, -100.0f, -88.0f} }, + { {1404.0f, 362.0f, 1401.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p149c2", 0, {-86.00004f, 311.0001f, -55.00021f, 143.00006f, -100.0f, -88.0f} }, + { {1366.0f, 362.0f, 1401.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p149c2", 0, {-311.0002f, 85.99993f, -304.00006f, -104.999794f, -100.0f, -88.0f} }, + { {68.0f, 362.0f, 1137.0f}, {-1.0f, 0.0f, 1e-06}, {0.0f, 1.0f, 0.0f}, "p2103d1", 0, {-351.0001f, 47.000057f, -112.00003f, 86.00024f, -100.0f, -88.0f} }, + { {30.0f, 362.0f, 1137.0f}, {1.0f, 0.0f, -1e-06}, {0.0f, 1.0f, 0.0f}, "p2103d2", 0, {-47.000168f, 350.99997f, -247.00023f, -47.99997f, -100.0f, -88.0f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 34829, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 34830, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 34831, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 34832, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 34833, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 34834, 2, + /* Type = ObjectiveDepositObjectInRoom; index = 6 */ + _mkword(0, _mkshort(0, 33)), 34, 4, 0, 0, + /* Type = ObjectiveDepositObjectInRoom; index = 7 */ + _mkword(0, _mkshort(0, 33)), 34, 12, 0, 0, + /* Type = ObjectiveDepositObjectInRoom; index = 8 */ + _mkword(0, _mkshort(0, 33)), 34, 88, 0, 0, + /* Type = ObjectiveDepositObjectInRoom; index = 9 */ + _mkword(0, _mkshort(0, 33)), 34, 95, 0, 0, + /* Type = ObjectiveEnd; index = 10 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 11 */ + _mkword(0, _mkshort(0, 23)), 1, 34835, 0, + /* Type = ObjectivePhotograph; index = 12 */ + _mkword(0, _mkshort(0, 30)), 0, 0, 0, + /* Type = ObjectiveEnd; index = 13 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 14 */ + _mkword(0, _mkshort(0, 23)), 2, 34836, 1, + /* Type = ObjectiveCollectObject; index = 15 */ + _mkword(0, _mkshort(0, 28)), 1, + /* Type = ObjectiveEnd; index = 16 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 17 */ + _mkword(0, _mkshort(0, 23)), 3, 34837, 1, + /* Type = ObjectiveCollectObject; index = 18 */ + _mkword(0, _mkshort(0, 28)), 2, + /* Type = ObjectiveCollectObject; index = 19 */ + _mkword(0, _mkshort(0, 28)), 3, + /* Type = ObjectiveCollectObject; index = 20 */ + _mkword(0, _mkshort(0, 28)), 4, + /* Type = ObjectiveCollectObject; index = 21 */ + _mkword(0, _mkshort(0, 28)), 5, + /* Type = ObjectiveFailCondition; index = 22 */ + _mkword(0, _mkshort(0, 27)), 256, + /* Type = ObjectiveFailCondition; index = 23 */ + _mkword(0, _mkshort(0, 27)), 512, + /* Type = ObjectiveFailCondition; index = 24 */ + _mkword(0, _mkshort(0, 27)), 1024, + /* Type = ObjectiveFailCondition; index = 25 */ + _mkword(0, _mkshort(0, 27)), 2048, + /* Type = ObjectiveEnd; index = 26 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 27 */ + _mkword(0, _mkshort(0, 23)), 4, 34838, 256, + /* Type = ObjectiveCompleteCondition; index = 28 */ + _mkword(0, _mkshort(0, 26)), 32768, + /* Type = ObjectiveFailCondition; index = 29 */ + _mkword(0, _mkshort(0, 27)), 16384, + /* Type = ObjectiveEnd; index = 30 */ + _mkword(0, _mkshort(0, 24)), + /* Type = StandardProp; index = 31 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 74), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 32 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 88), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 33 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 89), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 34 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 75), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 35 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 76), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 36 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 78), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 37 */ + _mkword(256, _mkshort(0, 3)), _mkword(62, 79), 0x00000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 38 */ + _mkword(256, _mkshort(0, 3)), _mkword(93, 10032), 0x000205e8, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 39 */ + _mkword(256, _mkshort(0, 3)), _mkword(93, 10033), 0x000205e8, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 40 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 64), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 41 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 65), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 42 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 66), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 43 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 67), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 80), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 45 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 81), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 46 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 90), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 47 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 91), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 48 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 96), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 49 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 97), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 50 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 98), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 51 */ + _mkword(230, _mkshort(0, 3)), _mkword(53, 99), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 52 */ + _mkword(179, _mkshort(0, 3)), _mkword(53, 100), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 53 */ + _mkword(204, _mkshort(0, 3)), _mkword(53, 69), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 54 */ + _mkword(204, _mkshort(0, 3)), _mkword(53, 82), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 55 */ + _mkword(204, _mkshort(0, 3)), _mkword(53, 83), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 56 */ + _mkword(204, _mkshort(0, 3)), _mkword(53, 77), 0x00020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Armour; index = 57 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 80), 0x00000001, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Armour; index = 58 */ + _mkword(384, _mkshort(0, 21)), _mkword(116, 106), 0x00000001, 0x000000c0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = Armour; index = 59 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 227), 0x00000001, 0x00000080, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 32768, 0, + /* Type = MultiMonitor; index = 60 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10001), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 61 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10002), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 62 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10003), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 63 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10004), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 64 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10005), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 65 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10006), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 66 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10007), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 67 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10008), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 68 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10009), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 69 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10010), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 70 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10011), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 71 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10012), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 72 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10013), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 73 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10014), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 74 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10015), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 75 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10016), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 76 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10017), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 77 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10018), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 78 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10019), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 79 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10020), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 80 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10021), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 81 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10022), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 82 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10023), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 83 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10024), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 84 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10025), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 85 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10026), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 86 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10027), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 87 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10028), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 88 */ + _mkword(256, _mkshort(0, 11)), _mkword(27, 10029), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 89 */ + _mkword(256, _mkshort(0, 11)), _mkword(25, 10030), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = MultiMonitor; index = 90 */ + _mkword(256, _mkshort(0, 11)), _mkword(26, 10031), 0x100001a1, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x15151515, + /* Type = Door; index = 91 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 50), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 92 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 51), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 93 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 52), 0x10000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000004, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 94 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 54), 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 95 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 55), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 96 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 56), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 97 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 57), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 98 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 58), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000004, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 99 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 59), 0x10000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000008, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 100 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 60), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 101 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 61), 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 102 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 62), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 103 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 63), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(5, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 104 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 64), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000008, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 105 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 65), 0x10000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000010, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 106 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 66), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(5, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 107 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 69), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 108 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 70), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(5, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 109 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 71), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000010, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 110 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 72), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 111 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0x0001), 0, 0, + /* Type = Door; index = 112 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 73), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 113 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0x0001), 0, 0, + /* Type = Door; index = 114 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 74), 0x90000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(4, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 115 */ + _mkword(256, _mkshort(0, 1)), _mkword(141, 75), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x0000000a, 0x0000000a, 0x000002c5, _mkword(5, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 116 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 76), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 117 */ + _mkword(256, _mkshort(0, 1)), _mkword(144, 77), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000f333, 0x00010000, 0x00000020, 0x00000020, 0x00000444, _mkword(4, 0), 0x00000000, 900, 17, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 118 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0xfffe), 0, 0, + /* Type = Tag; index = 119 */ + _mkword(0, _mkshort(0, 22)), _mkword(14, 0xfffe), 0, 0, + /* Type = Tag; index = 120 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0001), 0, 0, + /* Type = Door; index = 121 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 78), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 122 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 79), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 123 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = Door; index = 124 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 80), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 125 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 81), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 126 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = Door; index = 127 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 82), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 128 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 83), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 129 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0x0001), 0, 0, + /* Type = Door; index = 130 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 84), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 4, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 131 */ + _mkword(256, _mkshort(0, 1)), _mkword(181, 85), 0x00001400, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x0000c000, 0x00010000, 0x00000002, 0x00000002, 0x000000a3, _mkword(0, 0), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = SingleMonitor; index = 132 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 70), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 133 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 84), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 134 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 85), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 135 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 92), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 136 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 93), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = SingleMonitor; index = 137 */ + _mkword(204, _mkshort(0, 10)), _mkword(94, 104), 0x10000101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 21, + /* Type = StandardProp; index = 138 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10034), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 139 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10035), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 140 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10036), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 141 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10037), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 142 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10038), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 143 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10039), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 144 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10040), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 145 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10041), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 146 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10042), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 147 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10043), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 148 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10044), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 149 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10045), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 150 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10046), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 151 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10047), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 152 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10048), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 153 */ + _mkword(38, _mkshort(0, 3)), _mkword(91, 10049), 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 154 */ + _mkword(256, _mkshort(0, 3)), _mkword(38, 71), 0x000001a1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 155 */ + _mkword(204, _mkshort(0, 3)), _mkword(92, 87), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 156 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = StandardProp; index = 157 */ + _mkword(89, _mkshort(0, 3)), _mkword(69, 95), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 158 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = StandardProp; index = 159 */ + _mkword(256, _mkshort(0, 3)), _mkword(259, 72), 0x01240001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 160 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 63, 34839, 34840, 34841, 34842, 34843, 0, 0, + /* Type = Tag; index = 161 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = StandardProp; index = 162 */ + _mkword(256, _mkshort(0, 3)), _mkword(259, 73), 0x01240001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 163 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 63, 34844, 34845, 34846, 34847, 34848, 0, 0, + /* Type = Tag; index = 164 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = StandardProp; index = 165 */ + _mkword(256, _mkshort(0, 3)), _mkword(259, 86), 0x01240001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 166 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 63, 34849, 34850, 34851, 34852, 34853, 0, 0, + /* Type = Tag; index = 167 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = StandardProp; index = 168 */ + _mkword(256, _mkshort(0, 3)), _mkword(259, 94), 0x01240001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 169 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 63, 34854, 34855, 34856, 34857, 34858, 0, 0, + /* Type = Collectable; index = 170 */ + _mkword(256, _mkshort(0, 8)), _mkword(259, 107), 0x03520008, 0x80084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 171 */ + _mkword(0, _mkshort(0, 22)), _mkword(17, 0xffff), 0, 0, + /* Type = Guard; index = 172 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 183), _mkword(7, 1044), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 173 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 0), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 174 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 1), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 175 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 2), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 176 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 3), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 177 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 4), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 178 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 5), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 179 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 6), _mkword(3, 1049), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 180 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 7), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 181 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 8), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 182 */ + _mkword(0, _mkshort(0, 9)), _mkword(10, 9), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 183 */ + _mkword(0, _mkshort(0, 9)), _mkword(11, 10), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 184 */ + _mkword(0, _mkshort(0, 9)), _mkword(12, 11), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 185 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 12), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 186 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 13), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 187 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 14), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 188 */ + _mkword(0, _mkshort(0, 9)), _mkword(16, 15), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 189 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 16), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 190 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 17), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 191 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 18), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 192 */ + _mkword(0, _mkshort(0, 9)), _mkword(20, 19), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 193 */ + _mkword(0, _mkshort(0, 9)), _mkword(21, 20), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 194 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 21), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 195 */ + _mkword(0, _mkshort(0, 9)), _mkword(23, 22), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(4, 0xffff), 0x00000000, + /* Type = Guard; index = 196 */ + _mkword(0, _mkshort(0, 9)), _mkword(24, 23), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 197 */ + _mkword(0, _mkshort(0, 9)), _mkword(25, 24), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 198 */ + _mkword(0, _mkshort(0, 9)), _mkword(26, 25), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 199 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 26), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 200 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 27), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 201 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 30), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 202 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 31), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 203 */ + _mkword(0, _mkshort(0, 9)), _mkword(33, 32), _mkword(3, 1048), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 204 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 33), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 205 */ + _mkword(0, _mkshort(0, 9)), _mkword(35, 34), _mkword(3, 2), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 206 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 35), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 207 */ + _mkword(0, _mkshort(0, 9)), _mkword(37, 36), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 208 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 38), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 209 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 39), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 210 */ + _mkword(0, _mkshort(0, 9)), _mkword(40, 40), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 211 */ + _mkword(0, _mkshort(0, 9)), _mkword(41, 41), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 212 */ + _mkword(0, _mkshort(0, 9)), _mkword(42, 42), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 213 */ + _mkword(0, _mkshort(0, 9)), _mkword(43, 43), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 214 */ + _mkword(0, _mkshort(0, 9)), _mkword(44, 44), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 215 */ + _mkword(0, _mkshort(0, 9)), _mkword(45, 45), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 216 */ + _mkword(0, _mkshort(0, 9)), _mkword(46, 46), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 217 */ + _mkword(0, _mkshort(0, 9)), _mkword(47, 47), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 218 */ + _mkword(0, _mkshort(0, 9)), _mkword(48, 48), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 219 */ + _mkword(0, _mkshort(0, 9)), _mkword(49, 49), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 220 */ + _mkword(0, _mkshort(0, 9)), _mkword(50, 50), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 221 */ + _mkword(0, _mkshort(0, 9)), _mkword(51, 51), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 222 */ + _mkword(0, _mkshort(0, 9)), _mkword(52, 52), _mkword(3, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 223 */ + _mkword(0, _mkshort(0, 9)), _mkword(53, 53), _mkword(3, 1050), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 224 */ + _mkword(0, _mkshort(0, 9)), _mkword(54, 54), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 225 */ + _mkword(0, _mkshort(0, 9)), _mkword(55, 55), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 226 */ + _mkword(0, _mkshort(0, 9)), _mkword(56, 56), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 227 */ + _mkword(0, _mkshort(0, 9)), _mkword(57, 57), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 228 */ + _mkword(0, _mkshort(0, 9)), _mkword(58, 58), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 229 */ + _mkword(0, _mkshort(0, 9)), _mkword(59, 59), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 230 */ + _mkword(0, _mkshort(0, 9)), _mkword(60, 60), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 231 */ + _mkword(0, _mkshort(0, 9)), _mkword(61, 61), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 232 */ + _mkword(0, _mkshort(0, 9)), _mkword(62, 62), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 233 */ + _mkword(0, _mkshort(0, 9)), _mkword(63, 63), _mkword(35, 1040), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 234 */ + _mkword(0, _mkshort(0, 9)), _mkword(64, 108), _mkword(3, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 235 */ + _mkword(0, _mkshort(0, 9)), _mkword(65, 115), _mkword(3, 1026), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 236 */ + _mkword(0, _mkshort(0, 9)), _mkword(66, 119), _mkword(3, 1027), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 237 */ + _mkword(0, _mkshort(0, 9)), _mkword(67, 121), _mkword(3, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 238 */ + _mkword(0, _mkshort(0, 9)), _mkword(68, 126), _mkword(3, 1029), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 239 */ + _mkword(0, _mkshort(0, 9)), _mkword(69, 140), _mkword(3, 1030), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 240 */ + _mkword(0, _mkshort(0, 9)), _mkword(70, 144), _mkword(3, 1031), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 241 */ + _mkword(0, _mkshort(0, 9)), _mkword(71, 145), _mkword(3, 1032), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 242 */ + _mkword(0, _mkshort(0, 9)), _mkword(72, 151), _mkword(3, 1033), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 243 */ + _mkword(0, _mkshort(0, 9)), _mkword(73, 153), _mkword(3, 1034), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 244 */ + _mkword(0, _mkshort(0, 9)), _mkword(74, 161), _mkword(3, 1035), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 245 */ + _mkword(0, _mkshort(0, 9)), _mkword(75, 165), _mkword(3, 1036), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 246 */ + _mkword(0, _mkshort(0, 9)), _mkword(76, 167), _mkword(3, 1037), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 247 */ + _mkword(0, _mkshort(0, 9)), _mkword(77, 174), _mkword(3, 1038), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 248 */ + _mkword(0, _mkshort(0, 9)), _mkword(78, 181), _mkword(3, 1039), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Tag; index = 249 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = StandardProp; index = 250 */ + _mkword(512, _mkshort(0, 3)), _mkword(272, 60), 0x01244000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 251 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 73, 34859, 34860, 34861, 34862, 34863, 0, 0, + /* Type = Collectable; index = 252 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Tag; index = 253 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = Collectable; index = 254 */ + _mkword(256, _mkshort(0, 8)), _mkword(198, 0), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x2b, 0xff), 0xffff), 0, + /* Type = Rename; index = 255 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 43, 34879, 34880, 34881, 34882, 34883, 0, 0, + /* Type = Collectable; index = 256 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 257 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 258 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 3), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 259 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 260 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 261 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 262 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 263 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 264 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 265 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 10), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 266 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 11), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 267 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 12), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 268 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 269 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 270 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 271 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 16), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 272 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 273 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 274 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 275 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 276 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 277 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 278 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 279 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 280 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 281 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 282 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 283 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 284 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 285 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 286 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 287 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 288 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 289 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 290 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 291 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 292 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 293 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 294 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 295 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 296 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 297 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 298 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 43), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 299 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 44), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 300 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 45), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 301 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 46), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 302 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 47), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 303 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 48), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 304 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 49), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 305 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 50), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 306 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 51), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 307 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 52), 0x10004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 308 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 53), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 309 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 64), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 310 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 65), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 311 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 66), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 312 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 67), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 313 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 68), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 314 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 69), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 315 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 70), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 316 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 71), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 317 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 72), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 318 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 73), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 319 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 74), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 320 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 75), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 321 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 76), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 322 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 77), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 323 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 78), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Key; index = 324 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 56), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 4, + /* Type = Rename; index = 325 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 34864, 34865, 34866, 34867, 34868, 0, 0, + /* Type = Key; index = 326 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 57), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 8, + /* Type = Rename; index = 327 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 34869, 34870, 34871, 34872, 34873, 0, 0, + /* Type = Key; index = 328 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 59), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 16, + /* Type = Rename; index = 329 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 81, 34874, 34875, 34876, 34877, 34878, 0, 0, + /* Type = Key; index = 330 */ + _mkword(256, _mkshort(0, 4)), _mkword(86, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 28, + /* Type = Cutscene; index = 331 */ + _mkword(0, _mkshort(0, 46)), 188893, 9106, -24914, 204486, 409487, 199, + /* Type = Tag; index = 332 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0xffff), 0, 0, + /* Type = Cutscene; index = 333 */ + _mkword(0, _mkshort(0, 46)), -133440, 12736, 82996, 238028, 387525, 107, + /* Type = Tag; index = 334 */ + _mkword(0, _mkshort(0, 22)), _mkword(18, 0xffff), 0, 0, + /* Type = EndProps; index = 335 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0x0007d0b2, 0xfffe687b, 0x000430b2, 0x000561d5, 0x00060101, 0x00000081, 0x00008844, 0x00008845, 0x00000000, + /* Type = WatchTime; index = 1 */ + _mkword(0, _mkshort(0, 7)), 5, 20, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 209, 0, + /* Type = StartWeapon; index = 3 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 0, + /* Type = StartAmmo; index = 4 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 34, -1, 0, + /* Type = StartAmmo; index = 6 */ + _mkword(0, _mkshort(0, 2)), 23, 8, 0, + /* Type = StartWeapon; index = 7 */ + _mkword(0, _mkshort(0, 1)), 40, -1, 0, + /* Type = StartAmmo; index = 8 */ + _mkword(0, _mkshort(0, 2)), 27, 10, 0, + /* Type = Spawn; index = 9 */ + _mkword(0, _mkshort(0, 0)), 110, 1, + /* Type = StartWeapon; index = 10 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 1, + /* Type = StartAmmo; index = 11 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 1, + /* Type = Spawn; index = 12 */ + _mkword(0, _mkshort(0, 0)), 109, 2, + /* Type = StartWeapon; index = 13 */ + _mkword(0, _mkshort(0, 1)), 5, -1, 2, + /* Type = StartAmmo; index = 14 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 2, + /* Type = StartWeapon; index = 15 */ + _mkword(0, _mkshort(0, 1)), 34, -1, 2, + /* Type = StartAmmo; index = 16 */ + _mkword(0, _mkshort(0, 2)), 23, 8, 2, + /* Type = Cuff; index = 17 */ + _mkword(0, _mkshort(0, 5)), 3, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff940000, 0x08270000, 0x02bc0000, 0x0000a666, 0x00460000, 0xffffffff, + /* Type = SwirlCam; index = 19 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff940000, 0x08270000, 0x02bc0000, 0x0000a666, 0x00460000, 0xffffffff, + /* Type = SwirlCam; index = 20 */ + _mkword(0, _mkshort(0, 3)), 2, 0xffa80000, 0x06150000, 0x02bc0000, 0x0000a666, 0x003c0000, 0xffffffff, + /* Type = SwirlCam; index = 21 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00610000, 0x03cc0000, 0x02ca0000, 0x0000a666, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 22 */ + _mkword(0, _mkshort(0, 3)), 2, 0x010a0000, 0x01e80000, 0x01fc0000, 0x0000a666, 0x002d0000, 0xffffffff, + /* Type = SwirlCam; index = 23 */ + _mkword(0, _mkshort(0, 3)), 2, 0x011c0000, 0x007e0000, 0x00be0000, 0x00008b3b, 0x001eebda, 0xffffffff, + /* Type = SwirlCam; index = 24 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00c30000, 0x00140000, 0x00210000, 0x000080a1, 0x001e50a3, 0xffffffff, + /* Type = SwirlCam; index = 25 */ + _mkword(0, _mkshort(0, 3)), 2, 0x003d0000, 0x00070000, 0xffe30000, 0x00007480, 0x00195dc1, 0xffffffff, + /* Type = SwirlCam; index = 26 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x000a0000, 0xffe20000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 27 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 28 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 29 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 30 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 4, -1 }; +s32 path_neighbors_4[] = { 0, 5, -1 }; +s32 path_neighbors_5[] = { 4, 6, -1 }; +s32 path_neighbors_6[] = { 5, 3, 7, -1 }; +s32 path_neighbors_7[] = { 6, 10, -1 }; +s32 path_neighbors_10[] = { 7, 11, -1 }; +s32 path_neighbors_11[] = { 10, 12, -1 }; +s32 path_neighbors_12[] = { 11, 9, 13, -1 }; +s32 path_neighbors_13[] = { 12, 15, -1 }; +s32 path_neighbors_15[] = { 13, 16, -1 }; +s32 path_neighbors_16[] = { 15, 17, -1 }; +s32 path_neighbors_17[] = { 16, 14, 18, -1 }; +s32 path_neighbors_18[] = { 17, 19, -1 }; +s32 path_neighbors_19[] = { 18, 20, -1 }; +s32 path_neighbors_20[] = { 19, 21, -1 }; +s32 path_neighbors_21[] = { 20, 22, 1, -1 }; +s32 path_neighbors_22[] = { 21, 23, -1 }; +s32 path_neighbors_23[] = { 22, 24, -1 }; +s32 path_neighbors_24[] = { 23, 25, -1 }; +s32 path_neighbors_25[] = { 24, -1 }; +s32 path_neighbors_1[] = { 21, -1 }; +s32 path_neighbors_2[] = { -1 }; +s32 path_neighbors_3[] = { 6, -1 }; +s32 path_neighbors_8[] = { -1 }; +s32 path_neighbors_9[] = { 12, -1 }; +s32 path_neighbors_14[] = { 17, -1 }; + +s32 path_indeces_4[] = { 0, 1, 2, -1 }; +s32 path_indeces_5[] = { 3, 4, 5, 6, 7, -1 }; +s32 path_indeces_6[] = { 8, 9, 10, 11, 12, -1 }; +s32 path_indeces_7[] = { 13, 14, 15, 16, 17, -1 }; +s32 path_indeces_10[] = { 18, 19, 20, 21, 22, 23, 24, -1 }; +s32 path_indeces_11[] = { 25, 26, 27, 28, 29, 30, 31, -1 }; +s32 path_indeces_12[] = { 32, 33, 34, 35, 36, -1 }; +s32 path_indeces_13[] = { 37, 38, -1 }; +s32 path_indeces_15[] = { 39, 40, 41, 42, 43, 44, -1 }; +s32 path_indeces_16[] = { 45, 46, 47, 48, 49, 50, 51, 52, -1 }; +s32 path_indeces_17[] = { 53, 54, 55, 56, 57, 58, -1 }; +s32 path_indeces_18[] = { 59, 60, -1 }; +s32 path_indeces_19[] = { 61, 62, 63, 64, 65, 66, 67, -1 }; +s32 path_indeces_20[] = { 68, 69, 70, 71, 72, -1 }; +s32 path_indeces_21[] = { 73, 74, 75, 76, 77, -1 }; +s32 path_indeces_22[] = { 78, 79, 80, 81, -1 }; +s32 path_indeces_23[] = { 82, 83, 84, -1 }; +s32 path_indeces_24[] = { 85, 86, -1 }; +s32 path_indeces_25[] = { 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, -1 }; +s32 path_indeces_0[] = { 97, 98, 99, 100, 101, -1 }; +s32 path_indeces_1[] = { 102, 103, 104, 111, 112, -1 }; +s32 path_indeces_2[] = { 105, 106, 107, -1 }; +s32 path_indeces_3[] = { 108, 109, 110, -1 }; +s32 path_indeces_8[] = { 113, 114, 115, -1 }; +s32 path_indeces_9[] = { 116, 117, 118, -1 }; +s32 path_indeces_14[] = { 119, 120, 121, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { &path_neighbors_6, &path_indeces_6, 0 }, + { &path_neighbors_7, &path_indeces_7, 0 }, + { &path_neighbors_8, &path_indeces_8, 0 }, + { &path_neighbors_9, &path_indeces_9, 0 }, + { &path_neighbors_10, &path_indeces_10, 0 }, + { &path_neighbors_11, &path_indeces_11, 0 }, + { &path_neighbors_12, &path_indeces_12, 0 }, + { &path_neighbors_13, &path_indeces_13, 0 }, + { &path_neighbors_14, &path_indeces_14, 0 }, + { &path_neighbors_15, &path_indeces_15, 0 }, + { &path_neighbors_16, &path_indeces_16, 0 }, + { &path_neighbors_17, &path_indeces_17, 0 }, + { &path_neighbors_18, &path_indeces_18, 0 }, + { &path_neighbors_19, &path_indeces_19, 0 }, + { &path_neighbors_20, &path_indeces_20, 0 }, + { &path_neighbors_21, &path_indeces_21, 0 }, + { &path_neighbors_22, &path_indeces_22, 0 }, + { &path_neighbors_23, &path_indeces_23, 0 }, + { &path_neighbors_24, &path_indeces_24, 0 }, + { &path_neighbors_25, &path_indeces_25, 0 }, + { NULL, NULL, 0 } +}; + + +s32 path_table_0[] = { 2, 1, -1 }; +s32 path_table_1[] = { 0, 97, -1 }; +s32 path_table_2[] = { 0, 3, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 3, 5, -1 }; +s32 path_table_5[] = { 4, 6, -1 }; +s32 path_table_6[] = { 5, 7, -1 }; +s32 path_table_7[] = { 6, 8, -1 }; +s32 path_table_8[] = { 7, 9, 10, -1 }; +s32 path_table_9[] = { 8, 10, 12, -1 }; +s32 path_table_10[] = { 8, 9, 11, -1 }; +s32 path_table_11[] = { 10, 108, -1 }; +s32 path_table_12[] = { 9, 13, -1 }; +s32 path_table_13[] = { 12, 14, -1 }; +s32 path_table_14[] = { 13, 15, -1 }; +s32 path_table_15[] = { 14, 16, -1 }; +s32 path_table_16[] = { 15, 17, -1 }; +s32 path_table_17[] = { 16, 18, -1 }; +s32 path_table_18[] = { 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 19, 21, -1 }; +s32 path_table_21[] = { 20, 22, -1 }; +s32 path_table_22[] = { 21, 23, -1 }; +s32 path_table_23[] = { 22, 24, -1 }; +s32 path_table_24[] = { 23, 25, -1 }; +s32 path_table_25[] = { 24, 28, 26, 27, -1 }; +s32 path_table_26[] = { 25, 28, 27, -1 }; +s32 path_table_27[] = { 28, 25, 26, -1 }; +s32 path_table_28[] = { 29, 25, 26, 27, -1 }; +s32 path_table_29[] = { 28, 30, -1 }; +s32 path_table_30[] = { 29, 31, -1 }; +s32 path_table_31[] = { 30, 32, -1 }; +s32 path_table_32[] = { 31, 33, 35, -1 }; +s32 path_table_33[] = { 34, 32, 35, -1 }; +s32 path_table_34[] = { 33, 116, -1 }; +s32 path_table_35[] = { 33, 32, 36, -1 }; +s32 path_table_36[] = { 35, 37, -1 }; +s32 path_table_37[] = { 36, 38, -1 }; +s32 path_table_38[] = { 37, 39, -1 }; +s32 path_table_39[] = { 38, 40, -1 }; +s32 path_table_40[] = { 39, 41, -1 }; +s32 path_table_41[] = { 40, 42, -1 }; +s32 path_table_42[] = { 41, 43, -1 }; +s32 path_table_43[] = { 42, 44, -1 }; +s32 path_table_44[] = { 43, 45, -1 }; +s32 path_table_45[] = { 44, 48, 46, 47, -1 }; +s32 path_table_46[] = { 45, 48, 47, -1 }; +s32 path_table_47[] = { 45, 48, 46, -1 }; +s32 path_table_48[] = { 49, 45, 46, 47, -1 }; +s32 path_table_49[] = { 48, 50, -1 }; +s32 path_table_50[] = { 49, 51, -1 }; +s32 path_table_51[] = { 50, 52, -1 }; +s32 path_table_52[] = { 51, 53, -1 }; +s32 path_table_53[] = { 55, 56, 52, 54, -1 }; +s32 path_table_54[] = { 53, 55, 56, -1 }; +s32 path_table_55[] = { 58, 56, 53, 54, -1 }; +s32 path_table_56[] = { 53, 55, 57, 54, -1 }; +s32 path_table_57[] = { 56, 59, -1 }; +s32 path_table_58[] = { 55, 121, -1 }; +s32 path_table_59[] = { 57, 60, -1 }; +s32 path_table_60[] = { 59, 61, -1 }; +s32 path_table_61[] = { 60, 62, -1 }; +s32 path_table_62[] = { 61, 63, -1 }; +s32 path_table_63[] = { 62, 64, -1 }; +s32 path_table_64[] = { 63, 65, -1 }; +s32 path_table_65[] = { 64, 66, -1 }; +s32 path_table_66[] = { 65, 67, -1 }; +s32 path_table_67[] = { 66, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 70, 72, -1 }; +s32 path_table_72[] = { 71, 73, -1 }; +s32 path_table_73[] = { 72, 74, 75, -1 }; +s32 path_table_74[] = { 73, 75, 77, -1 }; +s32 path_table_75[] = { 73, 76, 74, -1 }; +s32 path_table_76[] = { 78, 75, -1 }; +s32 path_table_77[] = { 74, 111, -1 }; +s32 path_table_78[] = { 76, 79, -1 }; +s32 path_table_79[] = { 78, 80, -1 }; +s32 path_table_80[] = { 79, 81, -1 }; +s32 path_table_81[] = { 80, 82, -1 }; +s32 path_table_82[] = { 81, 83, -1 }; +s32 path_table_83[] = { 82, 84, -1 }; +s32 path_table_84[] = { 83, 85, -1 }; +s32 path_table_85[] = { 84, 86, -1 }; +s32 path_table_86[] = { 85, 87, -1 }; +s32 path_table_87[] = { 86, 88, 94, -1 }; +s32 path_table_88[] = { 87, 89, 90, -1 }; +s32 path_table_89[] = { 88, 91, 93, -1 }; +s32 path_table_90[] = { 88, 92, -1 }; +s32 path_table_91[] = { 89, -1 }; +s32 path_table_92[] = { 90, 95, 96, -1 }; +s32 path_table_93[] = { 89, 96, -1 }; +s32 path_table_94[] = { 87, 95, -1 }; +s32 path_table_95[] = { 92, 94, -1 }; +s32 path_table_96[] = { 92, 93, -1 }; +s32 path_table_97[] = { 98, 1, -1 }; +s32 path_table_98[] = { 97, 99, -1 }; +s32 path_table_99[] = { 98, 100, -1 }; +s32 path_table_100[] = { 99, 101, -1 }; +s32 path_table_101[] = { 100, -1 }; +s32 path_table_102[] = { 103, -1 }; +s32 path_table_103[] = { 102, 104, -1 }; +s32 path_table_104[] = { 103, 112, -1 }; +s32 path_table_105[] = { 106, -1 }; +s32 path_table_106[] = { 105, 107, -1 }; +s32 path_table_107[] = { 106, -1 }; +s32 path_table_108[] = { 11, 109, -1 }; +s32 path_table_109[] = { 108, 110, -1 }; +s32 path_table_110[] = { 109, -1 }; +s32 path_table_111[] = { 77, 112, -1 }; +s32 path_table_112[] = { 104, 111, -1 }; +s32 path_table_116[] = { 34, 117, -1 }; +s32 path_table_117[] = { 116, 118, -1 }; +s32 path_table_118[] = { 117, -1 }; +s32 path_table_113[] = { 114, -1 }; +s32 path_table_114[] = { 113, 115, -1 }; +s32 path_table_115[] = { 114, -1 }; +s32 path_table_121[] = { 58, 120, -1 }; +s32 path_table_120[] = { 121, 119, -1 }; +s32 path_table_119[] = { 120, -1 }; + +waypoint pathwaypoints[] = { + { 0x0000006c, &path_table_0, 0x00000004, 0x00000000 }, + { 0x00000078, &path_table_1, 0x00000004, 0x00000000 }, + { 0x0000006d, &path_table_2, 0x00000004, 0x00000000 }, + { 0x0000006e, &path_table_3, 0x00000005, 0x00000000 }, + { 0x0000006f, &path_table_4, 0x00000005, 0x00000000 }, + { 0x00000070, &path_table_5, 0x00000005, 0x00000000 }, + { 0x00000071, &path_table_6, 0x00000005, 0x00000000 }, + { 0x00000072, &path_table_7, 0x00000005, 0x00000000 }, + { 0x00000073, &path_table_8, 0x00000006, 0x00000000 }, + { 0x00000074, &path_table_9, 0x00000006, 0x00000000 }, + { 0x00000075, &path_table_10, 0x00000006, 0x00000000 }, + { 0x00000076, &path_table_11, 0x00000006, 0x00000000 }, + { 0x00000077, &path_table_12, 0x00000006, 0x00000000 }, + { 0x00000079, &path_table_13, 0x00000007, 0x00000000 }, + { 0x0000007a, &path_table_14, 0x00000007, 0x00000000 }, + { 0x0000007b, &path_table_15, 0x00000007, 0x00000000 }, + { 0x0000007c, &path_table_16, 0x00000007, 0x00000000 }, + { 0x0000007d, &path_table_17, 0x00000007, 0x00000000 }, + { 0x0000007e, &path_table_18, 0x0000000a, 0x00000000 }, + { 0x0000007f, &path_table_19, 0x0000000a, 0x00000000 }, + { 0x00000080, &path_table_20, 0x0000000a, 0x00000000 }, + { 0x00000081, &path_table_21, 0x0000000a, 0x00000000 }, + { 0x00000082, &path_table_22, 0x0000000a, 0x00000000 }, + { 0x00000083, &path_table_23, 0x0000000a, 0x00000000 }, + { 0x00000084, &path_table_24, 0x0000000a, 0x00000000 }, + { 0x00000085, &path_table_25, 0x0000000b, 0x00000000 }, + { 0x00000086, &path_table_26, 0x0000000b, 0x00000000 }, + { 0x00000087, &path_table_27, 0x0000000b, 0x00000000 }, + { 0x00000088, &path_table_28, 0x0000000b, 0x00000000 }, + { 0x00000089, &path_table_29, 0x0000000b, 0x00000000 }, + { 0x0000008a, &path_table_30, 0x0000000b, 0x00000000 }, + { 0x0000008b, &path_table_31, 0x0000000b, 0x00000000 }, + { 0x0000008c, &path_table_32, 0x0000000c, 0x00000000 }, + { 0x0000008d, &path_table_33, 0x0000000c, 0x00000000 }, + { 0x0000008e, &path_table_34, 0x0000000c, 0x00000000 }, + { 0x0000008f, &path_table_35, 0x0000000c, 0x00000000 }, + { 0x00000090, &path_table_36, 0x0000000c, 0x00000000 }, + { 0x00000091, &path_table_37, 0x0000000d, 0x00000000 }, + { 0x00000092, &path_table_38, 0x0000000d, 0x00000000 }, + { 0x00000093, &path_table_39, 0x0000000f, 0x00000000 }, + { 0x00000094, &path_table_40, 0x0000000f, 0x00000000 }, + { 0x00000095, &path_table_41, 0x0000000f, 0x00000000 }, + { 0x00000096, &path_table_42, 0x0000000f, 0x00000000 }, + { 0x00000097, &path_table_43, 0x0000000f, 0x00000000 }, + { 0x00000098, &path_table_44, 0x0000000f, 0x00000000 }, + { 0x00000099, &path_table_45, 0x00000010, 0x00000000 }, + { 0x0000009a, &path_table_46, 0x00000010, 0x00000000 }, + { 0x0000009b, &path_table_47, 0x00000010, 0x00000000 }, + { 0x0000009c, &path_table_48, 0x00000010, 0x00000000 }, + { 0x0000009d, &path_table_49, 0x00000010, 0x00000000 }, + { 0x0000009e, &path_table_50, 0x00000010, 0x00000000 }, + { 0x0000009f, &path_table_51, 0x00000010, 0x00000000 }, + { 0x000000a0, &path_table_52, 0x00000010, 0x00000000 }, + { 0x000000a1, &path_table_53, 0x00000011, 0x00000000 }, + { 0x000000a2, &path_table_54, 0x00000011, 0x00000000 }, + { 0x000000a3, &path_table_55, 0x00000011, 0x00000000 }, + { 0x000000a4, &path_table_56, 0x00000011, 0x00000000 }, + { 0x000000a5, &path_table_57, 0x00000011, 0x00000000 }, + { 0x000000a6, &path_table_58, 0x00000011, 0x00000000 }, + { 0x000000a7, &path_table_59, 0x00000012, 0x00000000 }, + { 0x000000a8, &path_table_60, 0x00000012, 0x00000000 }, + { 0x000000a9, &path_table_61, 0x00000013, 0x00000000 }, + { 0x000000aa, &path_table_62, 0x00000013, 0x00000000 }, + { 0x000000ab, &path_table_63, 0x00000013, 0x00000000 }, + { 0x000000ac, &path_table_64, 0x00000013, 0x00000000 }, + { 0x000000ad, &path_table_65, 0x00000013, 0x00000000 }, + { 0x000000ae, &path_table_66, 0x00000013, 0x00000000 }, + { 0x000000af, &path_table_67, 0x00000013, 0x00000000 }, + { 0x000000b0, &path_table_68, 0x00000014, 0x00000000 }, + { 0x000000b1, &path_table_69, 0x00000014, 0x00000000 }, + { 0x000000b2, &path_table_70, 0x00000014, 0x00000000 }, + { 0x000000b3, &path_table_71, 0x00000014, 0x00000000 }, + { 0x000000b4, &path_table_72, 0x00000014, 0x00000000 }, + { 0x000000b5, &path_table_73, 0x00000015, 0x00000000 }, + { 0x000000b6, &path_table_74, 0x00000015, 0x00000000 }, + { 0x000000b7, &path_table_75, 0x00000015, 0x00000000 }, + { 0x000000b8, &path_table_76, 0x00000015, 0x00000000 }, + { 0x000000b9, &path_table_77, 0x00000015, 0x00000000 }, + { 0x000000ba, &path_table_78, 0x00000016, 0x00000000 }, + { 0x000000bb, &path_table_79, 0x00000016, 0x00000000 }, + { 0x000000bc, &path_table_80, 0x00000016, 0x00000000 }, + { 0x000000bd, &path_table_81, 0x00000016, 0x00000000 }, + { 0x000000be, &path_table_82, 0x00000017, 0x00000000 }, + { 0x000000bf, &path_table_83, 0x00000017, 0x00000000 }, + { 0x000000c0, &path_table_84, 0x00000017, 0x00000000 }, + { 0x000000c1, &path_table_85, 0x00000018, 0x00000000 }, + { 0x000000c2, &path_table_86, 0x00000018, 0x00000000 }, + { 0x000000c3, &path_table_87, 0x00000019, 0x00000000 }, + { 0x000000c4, &path_table_88, 0x00000019, 0x00000000 }, + { 0x000000c5, &path_table_89, 0x00000019, 0x00000000 }, + { 0x000000c6, &path_table_90, 0x00000019, 0x00000000 }, + { 0x000000c7, &path_table_91, 0x00000019, 0x00000000 }, + { 0x000000c8, &path_table_92, 0x00000019, 0x00000000 }, + { 0x000000c9, &path_table_93, 0x00000019, 0x00000000 }, + { 0x000000ca, &path_table_94, 0x00000019, 0x00000000 }, + { 0x000000cb, &path_table_95, 0x00000019, 0x00000000 }, + { 0x000000cc, &path_table_96, 0x00000019, 0x00000000 }, + { 0x000000cd, &path_table_97, 0x00000000, 0x00000000 }, + { 0x000000ce, &path_table_98, 0x00000000, 0x00000000 }, + { 0x000000cf, &path_table_99, 0x00000000, 0x00000000 }, + { 0x000000d0, &path_table_100, 0x00000000, 0x00000000 }, + { 0x000000d1, &path_table_101, 0x00000000, 0x00000000 }, + { 0x000000d2, &path_table_102, 0x00000001, 0x00000000 }, + { 0x000000d3, &path_table_103, 0x00000001, 0x00000000 }, + { 0x000000d4, &path_table_104, 0x00000001, 0x00000000 }, + { 0x000000d5, &path_table_105, 0x00000002, 0x00000000 }, + { 0x000000d6, &path_table_106, 0x00000002, 0x00000000 }, + { 0x000000d7, &path_table_107, 0x00000002, 0x00000000 }, + { 0x000000d8, &path_table_108, 0x00000003, 0x00000000 }, + { 0x000000d9, &path_table_109, 0x00000003, 0x00000000 }, + { 0x000000da, &path_table_110, 0x00000003, 0x00000000 }, + { 0x000000db, &path_table_111, 0x00000001, 0x00000000 }, + { 0x000000dc, &path_table_112, 0x00000001, 0x00000000 }, + { 0x000000dd, &path_table_113, 0x00000008, 0x00000000 }, + { 0x000000de, &path_table_114, 0x00000008, 0x00000000 }, + { 0x000000df, &path_table_115, 0x00000008, 0x00000000 }, + { 0x000000e0, &path_table_116, 0x00000009, 0x00000000 }, + { 0x000000e1, &path_table_117, 0x00000009, 0x00000000 }, + { 0x000000e2, &path_table_118, 0x00000009, 0x00000000 }, + { 0x000000e3, &path_table_119, 0x0000000e, 0x00000000 }, + { 0x000000e4, &path_table_120, 0x0000000e, 0x00000000 }, + { 0x000000e5, &path_table_121, 0x0000000e, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +s32 path_set_0[] = { 0, 2, 3, 4, -1 }; +s32 path_set_1[] = { 8, 9, 10, -1 }; +s32 path_set_2[] = { 12, 9, 8, -1 }; +s32 path_set_3[] = { 13, 14, 15, 16, -1 }; +s32 path_set_4[] = { 18, 19, 20, 21, 22, 23, -1 }; +s32 path_set_5[] = { 32, 33, 34, -1 }; +s32 path_set_6[] = { 36, 35, 32, -1 }; +s32 path_set_7[] = { 37, 38, 39, 40, 41, -1 }; +s32 path_set_8[] = { 43, 42, -1 }; +s32 path_set_9[] = { 45, 46, 47, 48, 49, 50, 51, 52, -1 }; +s32 path_set_10[] = { 53, 54, 55, 58, -1 }; +s32 path_set_11[] = { 57, 56, 54, 53, -1 }; +s32 path_set_12[] = { 59, 60, 61, 62, 63, 64, -1 }; +s32 path_set_13[] = { 66, 65, -1 }; +s32 path_set_14[] = { 73, 72, 71, 70, 69, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { &path_set_1, 0x01, 0x00, 0x0000 }, + { &path_set_2, 0x02, 0x00, 0x0000 }, + { &path_set_3, 0x03, 0x00, 0x0000 }, + { &path_set_4, 0x04, 0x00, 0x0000 }, + { &path_set_5, 0x05, 0x00, 0x0000 }, + { &path_set_6, 0x06, 0x00, 0x0000 }, + { &path_set_7, 0x07, 0x00, 0x0000 }, + { &path_set_8, 0x08, 0x00, 0x0000 }, + { &path_set_9, 0x09, 0x00, 0x0000 }, + { &path_set_10, 0x0a, 0x00, 0x0000 }, + { &path_set_11, 0x0b, 0x00, 0x0000 }, + { &path_set_12, 0x0c, 0x00, 0x0000 }, + { &path_set_13, 0x0d, 0x00, 0x0000 }, + { &path_set_14, 0x0e, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x200005fd, 0x00070400 }; +u32 ai_1[] = { 0x200105fd, 0x00070400 }; +u32 ai_2[] = { 0x200205fd, 0x00070400 }; +u32 ai_3[] = { 0x200305fd, 0x00070400 }; +u32 ai_4[] = { 0x200405fd, 0x00070400 }; +u32 ai_5[] = { 0x200505fd, 0x00070400 }; +u32 ai_6[] = { 0x200605fd, 0x00070400 }; +u32 ai_7[] = { 0x200705fd, 0x00070400 }; +u32 ai_8[] = { 0x200805fd, 0x00070400 }; +u32 ai_9[] = { 0x200905fd, 0x00070400 }; +u32 ai_10[] = { 0x200a05fd, 0x00070400 }; +u32 ai_11[] = { 0x200b05fd, 0x00070400 }; +u32 ai_12[] = { 0x200c05fd, 0x00070400 }; +u32 ai_13[] = { 0x200d05fd, 0x00070400 }; +u32 ai_14[] = { 0x200e05fd, 0x00070400 }; +u32 ai_15[] = { 0x02000346, 0x1f2f3c01, 0x00023c46, 0x1f3a1f3b, 0x20321703, 0x39153e15, 0x3f153c16, 0x023d0396, 0x80132f03, 0x01000213, 0x42230100, 0x02230604, 0x1005fd00, 0x04020379, 0x00200100, 0x02040100, 0x02153335, 0x40180100, 0x02181016, 0x01000216, 0x47401748, 0xc0174b00, 0x0a170100, 0x02173335, 0xc81b451b, 0x0100021b, 0x4b00641f, 0x79002006, 0x041005fd, 0x0411021f, 0x06041005, 0xfd041202, 0x20333540, 0x24060410, 0x05fd0413, 0x0224ad49, 0x66206f6e, 0x6c792049, 0x20686164, 0x20612067, 0x756e2121, 0x210a001a, 0x25010002, 0x25032f01, 0x01250201, 0x01000400 }; +u32 ai_16[] = { 0x0200032f, 0x1c010002, 0x1c333596, 0x1d333500, 0x1e000102, 0x1d0e0102, 0x1e100102, 0x01032f03, 0x01010203, 0x3c160702, 0x16476e17, 0x4891174b, 0x000a1707, 0x0217011c, 0x04000000 }; +u32 ai_17[] = { 0x02000333, 0x35fd2046, 0x20001f02, 0x1f45214c, 0x00c81a3c, 0x21001a02, 0x21790102, 0x21010002, 0x1a002002, 0x20060412, 0x05fd0413, 0x02010702, 0x0205fd00, 0x10040000 }; +u32 ai_18[] = { 0x61fd0200, 0x1c00d102, 0x03032f01, 0x4dfd0032, 0x00d10146, 0x1f010302, 0x1fad210a, 0x00210223, 0x033335dc, 0x233b232f, 0x23012302, 0x23ad496d, 0x206f6666, 0x210a0001, 0x0002014d, 0xfd003200, 0xd12d0702, 0x2d3c0422, 0x07020403, 0x07040000 }; +u32 ai_19[] = { 0x9d000008, 0x009d0000, 0x02009001, 0x2c8f00c8, 0x91509350, 0x92500234, 0x03083c23, 0x01340223, 0xc3880aae, 0x0237034b, 0x0032387c, 0xfdc838b4, 0x00070838, 0x2f230137, 0x02233335, 0x80231400, 0x0100003a, 0x02231500, 0x0100003a, 0x0137023a, 0x01370238, 0x05fd0415, 0x04000000 }; +u32 ai_20[] = { 0x9d000000, 0x107cfdc8, 0x0302381f, 0x00c70239, 0x032f079c, 0x00001000, 0x1354fd00, 0xba040213, 0x9c000020, 0x001354fd, 0x00be0502, 0x134dfd00, 0x3200c701, 0x01390207, 0x4dfd0032, 0x00c70101, 0x38020122, 0x05fd0001, 0x02036007, 0x01380204, 0x670f9a00, 0x00100001, 0x38020567, 0x109a0000, 0x20000138, 0x04000000 }; +u32 ai_26[] = { 0x02349736, 0x80973780, 0x97388097, 0x3980973b, 0x80973e80, 0x973f8002, 0x37039c00, 0x00010023, 0x5b02239a, 0x00000100, 0x02239c00, 0x00020023, 0x5b03239a, 0x00000200, 0x02239c00, 0x00040023, 0x5b04239a, 0x00000400, 0x02239c00, 0x00080023, 0x5b05239a, 0x00000800, 0x02230137, 0x04000000 }; +u32 ai_27[] = { 0x020003cf, 0x23010002, 0x23ae0203, 0x03700113, 0xb300012c, 0x1370023f, 0x70044002, 0x1357223e, 0x0103023e, 0xc38809b7, 0x01680034, 0x023fc388, 0x46b701c2, 0x00340240, 0xc38846b7, 0x01fe0034, 0x0234b9b5, 0x020703bb, 0x00192301, 0x070223f4, 0x00ffff02, 0x0403bb00, 0x0f230104, 0x0223c388, 0x0b020503, 0xbb000023, 0x01050223, 0xf6b6b802, 0x06030106, 0x04000000 }; +u32 ai_28[] = { 0x02030359, 0x01230103, 0x0223660a, 0x02040359, 0x05230104, 0x0223670a, 0x01030400 }; +u32 ai_21[] = { 0xd9fd00e8, 0x230223ae, 0x020303b4, 0x00003c23, 0x01030223, 0x0a006500, 0x08006d04, 0x10020403, 0xb4000070, 0x23010402, 0x23e0fd00, 0xe0fd0102, 0x0503b400, 0x00ea2301, 0x05022367, 0x0d020603, 0x680d0123, 0x01060223, 0xda020703, 0xdc230107, 0x02236d00, 0x23001302, 0x23d51200, 0x020000db, 0x020803dc, 0x23010802, 0x23b70002, 0xb5b9ae02, 0x0903bb00, 0x00230109, 0x0223b6a4, 0x11000200, 0x005f11ae, 0x020a03b4, 0x0000b423, 0x010a0223, 0xda020b03, 0xdc23010b, 0x02230213, 0xd2020103, 0x01010400 }; +u32 ai_22[] = { 0x0a006200, 0x00000104, 0x10ae0203, 0x03b40000, 0x3c230103, 0x02230a00, 0x620001ff, 0xff041002, 0x01030101, 0x04000000 }; +u32 ai_30[] = { 0x020303cf, 0x23010302, 0x2305f804, 0x17020103, 0x01010400 }; +u32 ai_29[] = { 0x023403eb, 0x3b5500e8, 0x23013402, 0x239a0000, 0x8000ecd7, 0x04b6b8da, 0x020303dc, 0x23010302, 0x23f12305, 0xfd000f02, 0x23ddeadf, 0x0ddf0e59, 0x02235903, 0x23591a23, 0x591b2359, 0x1c23591d, 0x23591823, 0x59192359, 0x04235905, 0x23590623, 0x59072359, 0x08235909, 0x23590a23, 0x590b2359, 0x0c23590d, 0x23590e23, 0x590f2359, 0x10235911, 0x23591223, 0x59132359, 0x16235914, 0x23591523, 0xe4050223, 0xed030303, 0xd50c0002, 0x000005f8, 0x0416db02, 0x0403dc23, 0x01040223, 0x05fd0001, 0x023b05fd, 0x00010400 }; +u32 ai_23[] = { 0x911e9314, 0x8d330234, 0x14002100, 0x00000200, 0x0346233a, 0x233b2332, 0x233c2301, 0x00022333, 0x35c83a35, 0x64231600, 0x01000003, 0x023a1a03, 0x022309ae, 0x02040333, 0x35fa23b4, 0x0000b423, 0x01040223, 0x08030303, 0x03022314, 0x00210000, 0x23022316, 0x00010000, 0x23022302, 0x03032f01, 0x01030201, 0x01340400 }; +u32 ai_24[] = { 0x020303d6, 0xfc7c0400, 0x23020401, 0x03022305, 0xfd000204 }; +u32 ai_25[] = { 0x020303d6, 0x00000400, 0x23020401, 0x03022305, 0xfd000204 }; +u32 ai_31[] = { 0x023403a0, 0x36001000, 0x00a03700, 0x100000a0, 0x38001000, 0x00a03900, 0x100000a0, 0x3a001000, 0x0003a03b, 0x00100000, 0xa03c0010, 0x0000a03d, 0x00100000, 0xa03e0010, 0x0000a03f, 0x00100000, 0x03023703, 0xf7022301, 0x370223c3, 0x880c9a00, 0x00400005, 0xfd000104 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x00001000 }, + /* index = 27 */ + { &ai_27, 0x00001001 }, + /* index = 28 */ + { &ai_28, 0x00001002 }, + /* index = 29 */ + { &ai_29, 0x00001003 }, + /* index = 30 */ + { &ai_30, 0x00001004 }, + /* index = 31 */ + { &ai_31, 0x00001005 }, + /* index = 32 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/u/UsetupstatueZ.c b/assets/obseg/setup/u/UsetupstatueZ.c new file mode 100644 index 0000000..7360729 --- /dev/null +++ b/assets/obseg/setup/u/UsetupstatueZ.c @@ -0,0 +1,1238 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:16 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetupstatueZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-629.0f, 31.0f, 90.0f}, {0.0f, 1.0f, 0.0f}, {-0.720307f, 0.0f, 0.693655f}, "p5671c1", 0 }, + { {35.0f, 31.0f, 416.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2164a", 0 }, + { {-57.0f, 31.0f, 491.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2139a", 0 }, + { {108.0f, 31.0f, 417.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2166a", 0 }, + { {-40.0f, 31.0f, 418.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2139a", 0 }, + { {121.0f, 31.0f, 485.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2091a", 0 }, + { {-1758.0f, 140.0f, 492.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-678.0f, 31.0f, 444.0f}, {0.0f, 1.0f, 0.0f}, {0.707105f, 0.0f, -0.707108f}, "", 0 }, + { {-476.0f, 0.0f, 521.0f}, {0.0f, 1.0f, 0.0f}, {-0.965925f, 0.0f, 0.258821f}, "p5679c", 0 }, + { {-2068.0f, 140.0f, 499.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3409b", 0 }, + { {-2076.0f, 140.0f, 488.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3410b", 0 }, + { {-2068.0f, 140.0f, 516.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3409b", 0 }, + { {-2041.0f, 140.0f, 591.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3412b", 0 }, + { {-2074.0f, 140.0f, 449.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3410b", 0 }, + { {-2044.0f, 140.0f, 390.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3410b", 0 }, + { {-2016.0f, 140.0f, 622.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p3412b", 0 }, + { {-2067.0f, 140.0f, 557.0f}, {0.0f, 1.0f, 0.0f}, {-0.959759f, 0.0f, 0.280826f}, "p3398b", 0 }, + { {-2055.0f, 140.0f, 555.0f}, {0.0f, 1.0f, 0.0f}, {-0.959759f, 0.0f, 0.280826f}, "p3398b", 0 }, + { {-2155.0f, 140.0f, 568.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p4269b2", 0 }, + { {-2131.0f, 140.0f, 602.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p4269b2", 0 }, + { {-2081.0f, 140.0f, 542.0f}, {0.0f, 1.0f, 0.0f}, {-0.959759f, 0.0f, 0.280826f}, "p4266b", 0 }, + { {-1841.0f, 140.0f, 381.0f}, {0.0f, 1.0f, 0.0f}, {0.999739f, 0.0f, -0.022853f}, "p4213b", 0 }, + { {-2463.0f, 123.0f, 469.0f}, {0.0f, 1.0f, 0.0f}, {0.970632f, 0.0f, -0.240569f}, "p4269b2", 0 }, + { {-97.0f, 31.0f, -25.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, 1.0f}, "p2381a", 0 }, + { {-1740.0f, 95.0f, 515.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1726.0f, 108.0f, 503.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4206b", 0 }, + { {-1746.0f, 108.0f, 509.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1734.0f, 108.0f, 521.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1750.0f, 108.0f, 526.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {-1733.0f, 108.0f, 508.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4206b", 0 }, + { {-1757.0f, 108.0f, 531.0f}, {0.0f, 1.0f, 0.0f}, {0.720307f, 0.0f, -0.693655f}, "p4211b1", 0 }, + { {15.0f, 16.0f, 124.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2278a", 0 }, + { {-4.0f, 16.0f, 179.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2288a", 0 }, + { {-45.0f, 16.0f, 173.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2303a", 0 }, + { {-90.0f, 16.0f, 95.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2332a", 0 }, + { {-114.0f, 16.0f, 42.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2357a", 0 }, + { {-78.0f, 16.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2336a", 0 }, + { {-55.0f, 16.0f, 86.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2338a", 0 }, + { {0.0f, 16.0f, 110.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2281a", 0 }, + { {-129.0f, 16.0f, 8.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2350a", 0 }, + { {-68.0f, 16.0f, 5.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2427a", 0 }, + { {-61.0f, 16.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2376a", 0 }, + { {-91.0f, 16.0f, -26.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2009a", 0 }, + { {2.0f, 16.0f, 8.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2347a", 0 }, + { {-17.0f, 16.0f, 34.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2295a", 0 }, + { {-24.0f, 16.0f, 75.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2342a", 0 }, + { {48.0f, 16.0f, 129.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2282a", 0 }, + { {119.0f, 16.0f, 151.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2261a", 0 }, + { {120.0f, 16.0f, 192.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2260a", 0 }, + { {77.0f, 16.0f, 183.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2178a", 0 }, + { {31.0f, 16.0f, 167.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2288a", 0 }, + { {93.0f, 16.0f, 239.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2171a", 0 }, + { {62.0f, 16.0f, 90.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2508a1", 0 }, + { {70.0f, 16.0f, 292.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2110a", 0 }, + { {19.0f, 16.0f, 307.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2447a", 0 }, + { {-11.0f, 16.0f, 336.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2217a", 0 }, + { {8.0f, 16.0f, 365.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2219a", 0 }, + { {52.0f, 16.0f, 342.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2219a", 0 }, + { {-51.0f, 16.0f, 275.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2422a", 0 }, + { {42.0f, 18.0f, 645.0f}, {0.0f, 1.0f, 0.0f}, {0.081255f, 0.0f, -0.996693f}, "p2042a", 0 }, + { {-142.0f, 16.0f, 91.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2330a", 0 }, + { {-145.0f, 66.0f, 198.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2405a", 0 }, + { {-112.0f, 66.0f, 295.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2136a", 0 }, + { {-63.0f, 66.0f, 374.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2139a", 0 }, + { {-80.0f, 16.0f, 180.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2301a", 0 }, + { {-2.0f, 16.0f, 279.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2226a", 0 }, + { {36.0f, 16.0f, 228.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p2229a", 0 }, + { {83.0f, 55.0f, 22.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2439a", 0 }, + { {62.0f, 55.0f, 12.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2289a", 0 }, + { {33.0f, 55.0f, 84.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2435a2", 0 }, + { {33.0f, 55.0f, 84.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2435a2", 0 }, + { {27.0f, 16.0f, 22.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2482a", 0 }, + { {-219.0f, 16.0f, 39.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4873c", 0 }, + { {-291.0f, 16.0f, 4.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4877c", 0 }, + { {-356.0f, 16.0f, 57.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5476c", 0 }, + { {-338.0f, 16.0f, 117.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5497c", 0 }, + { {-289.0f, 16.0f, 112.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5485c2", 0 }, + { {-325.0f, 16.0f, 178.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5499c", 0 }, + { {-415.0f, 16.0f, 168.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5391c", 0 }, + { {-402.0f, 16.0f, 126.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5620c", 0 }, + { {-412.0f, 16.0f, 65.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5471c", 0 }, + { {-500.0f, 16.0f, 185.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5390c", 0 }, + { {-559.0f, 16.0f, 127.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5380c", 0 }, + { {-601.0f, 16.0f, 114.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5354c", 0 }, + { {-603.0f, 16.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5374c", 0 }, + { {-519.0f, 16.0f, 230.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5534c1", 0 }, + { {-438.0f, 16.0f, 225.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5389c", 0 }, + { {-458.0f, 16.0f, 140.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5392c", 0 }, + { {-344.0f, 16.0f, 237.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5526c", 0 }, + { {-386.0f, 16.0f, 321.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5048c1", 0 }, + { {-341.0f, 16.0f, 396.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p5108c1", 0 }, + { {-294.0f, 16.0f, 363.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5558c", 0 }, + { {-292.0f, 16.0f, 331.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5547c1", 0 }, + { {-287.0f, 16.0f, 195.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568717f}, "p4880c", 0 }, + { {-230.0f, 16.0f, 205.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5537c", 0 }, + { {-230.0f, 16.0f, 339.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5110c", 0 }, + { {-218.0f, 16.0f, 392.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5543c", 0 }, + { {-279.0f, 16.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5542c", 0 }, + { {-343.0f, 16.0f, 467.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p4912c", 0 }, + { {-428.0f, -13.0f, 440.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5678c", 0 }, + { {-393.0f, 1.0f, 381.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5106c", 0 }, + { {-234.0f, 16.0f, 508.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p4869c2", 0 }, + { {-173.0f, 16.0f, 489.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5560c", 0 }, + { {-415.0f, -23.0f, 506.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p5827c", 0 }, + { {-409.0f, -23.0f, 589.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5861c", 0 }, + { {-494.0f, -5.0f, 688.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5137c1", 0 }, + { {-451.0f, 1.0f, 758.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4925c2", 0 }, + { {-368.0f, -23.0f, 702.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5062c1", 0 }, + { {-310.0f, -10.0f, 620.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568715f}, "p4919c", 0 }, + { {-362.0f, -23.0f, 560.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p4923c", 0 }, + { {-349.0f, -24.0f, 786.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5061c1", 0 }, + { {-304.0f, -24.0f, 798.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5123c", 0 }, + { {-282.0f, -24.0f, 759.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5121c", 0 }, + { {-558.0f, -5.0f, 530.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5765c", 0 }, + { {-551.0f, -5.0f, 585.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5860c", 0 }, + { {-537.0f, -5.0f, 644.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5856c", 0 }, + { {-612.0f, -5.0f, 592.0f}, {0.0f, 1.0f, 0.0f}, {0.822535f, 0.0f, 0.568714f}, "p5151c1", 0 }, + { {-519.0f, 1.0f, 795.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5144c", 0 }, + { {-652.0f, 16.0f, 37.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5353c", 0 }, + { {-658.0f, 16.0f, 52.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5353c", 0 }, + { {-659.0f, 16.0f, 142.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5357c", 0 }, + { {-601.0f, 16.0f, 32.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5402c", 0 }, + { {-461.0f, 16.0f, 11.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5469c", 0 }, + { {-415.0f, 16.0f, 4.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4967c", 0 }, + { {-536.0f, 16.0f, 67.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5406c", 0 }, + { {-632.0f, 16.0f, 113.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5671c2", 0 }, + { {-553.0f, 16.0f, 714.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4883c1", 0 }, + { {-617.0f, 6.0f, 722.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5154c1", 0 }, + { {-620.0f, 6.0f, 645.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5193c2", 0 }, + { {-631.0f, -6.0f, 566.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5151c1", 0 }, + { {-719.0f, 25.0f, 650.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p5193c3", 0 }, + { {-785.0f, 6.0f, 479.0f}, {0.0f, 1.0f, 0.0f}, {0.822529f, 0.0f, 0.568723f}, "p5077c", 0 }, + { {-808.0f, 25.0f, 608.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p4885c", 0 }, + { {-759.0f, 25.0f, 673.0f}, {0.0f, 1.0f, 0.0f}, {0.822529f, 0.0f, 0.568723f}, "p4862c", 0 }, + { {-739.0f, 21.0f, 735.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5608c", 0 }, + { {-781.0f, 57.0f, 813.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5064c1", 0 }, + { {-743.0f, 12.0f, 599.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568715f}, "p4867c", 0 }, + { {-828.0f, 57.0f, 785.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5172c", 0 }, + { {-792.0f, 21.0f, 690.0f}, {0.0f, 1.0f, 0.0f}, {0.82254f, 0.0f, 0.568707f}, "p4862c", 0 }, + { {-829.0f, 57.0f, 820.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5064c1", 0 }, + { {-859.0f, 61.0f, 825.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5169c", 0 }, + { {-870.0f, 57.0f, 792.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5173c", 0 }, + { {-860.0f, 21.0f, 567.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5569c", 0 }, + { {-867.0f, 21.0f, 516.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5184c", 0 }, + { {-737.0f, 6.0f, 478.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5074c1", 0 }, + { {-773.0f, 6.0f, 429.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4982c", 0 }, + { {-816.0f, -7.0f, 385.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5229c", 0 }, + { {-815.0f, 0.0f, 339.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5234c", 0 }, + { {-710.0f, -38.0f, 338.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5242c1", 0 }, + { {-720.0f, -28.0f, 391.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5023c", 0 }, + { {-845.0f, 6.0f, 415.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5218c", 0 }, + { {-889.0f, 6.0f, 388.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5224c1", 0 }, + { {-876.0f, 6.0f, 333.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5092c", 0 }, + { {-868.0f, 6.0f, 250.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5238c", 0 }, + { {-805.0f, -32.0f, 263.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5096c", 0 }, + { {-932.0f, 15.0f, 438.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5222c", 0 }, + { {-965.0f, 48.0f, 503.0f}, {1e-06, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5201c", 0 }, + { {-916.0f, 31.0f, 530.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5580c", 0 }, + { {-942.0f, 48.0f, 606.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4857c", 0 }, + { {-997.0f, 48.0f, 575.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5202c", 0 }, + { {-978.0f, 66.0f, 694.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5180c2", 0 }, + { {-920.0f, 58.0f, 759.0f}, {1e-06, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5612c", 0 }, + { {-877.0f, 58.0f, 727.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568715f}, "p5069c1", 0 }, + { {-688.0f, -38.0f, 283.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5244c1", 0 }, + { {-639.0f, -38.0f, 331.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4894c2", 0 }, + { {-592.0f, -38.0f, 365.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p4894c1", 0 }, + { {-577.0f, -38.0f, 299.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5277c", 0 }, + { {-611.0f, -38.0f, 286.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5275c2", 0 }, + { {-612.0f, -38.0f, 242.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p5809c", 0 }, + { {-676.0f, -38.0f, 216.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5602c", 0 }, + { {-711.0f, -38.0f, 214.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4908c", 0 }, + { {-757.0f, -38.0f, 163.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p5593c", 0 }, + { {-772.0f, -38.0f, 121.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p4902c", 0 }, + { {-841.0f, -29.0f, 9.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568717f}, "p4957c", 0 }, + { {-920.0f, -18.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5318c", 0 }, + { {-913.0f, 14.0f, 48.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5280c", 0 }, + { {-871.0f, 14.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5300c", 0 }, + { {-850.0f, -18.0f, 122.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5306c", 0 }, + { {-920.0f, -18.0f, -76.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5343c", 0 }, + { {-959.0f, 2.0f, -119.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p5741c", 0 }, + { {-840.0f, -18.0f, -108.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5342c", 0 }, + { {-945.0f, 14.0f, 85.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5320c1", 0 }, + { {-999.0f, 14.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p4979c", 0 }, + { {-1006.0f, 14.0f, -62.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5338c", 0 }, + { {-979.0f, 14.0f, -24.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5336c", 0 }, + { {-868.0f, 14.0f, 92.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5301c", 0 }, + { {-715.0f, 6.0f, 522.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5211c2", 0 }, + { {-668.0f, 6.0f, 558.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5210c", 0 }, + { {-775.0f, 6.0f, 558.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5872c", 0 }, + { {-787.0f, 6.0f, 513.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5079c", 0 }, + { {-774.0f, 6.0f, 535.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568719f}, "p5190c", 0 }, + { {-1016.0f, 72.0f, 644.0f}, {1e-06, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p5180c1", 0 }, + { {-1016.0f, 2.0f, -118.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3417b", 0 }, + { {-1087.0f, 7.0f, -113.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568718f}, "p3357b2", 0 }, + { {-1170.0f, 22.0f, -85.0f}, {0.0f, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.568721f}, "p1026b", 0 }, + { {-1183.0f, 22.0f, -20.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3424b", 0 }, + { {-1159.0f, 22.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3096b", 0 }, + { {-1126.0f, 22.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3381b", 0 }, + { {-1235.0f, 22.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {0.822532f, 0.0f, 0.568718f}, "p3103b", 0 }, + { {-1223.0f, 22.0f, 50.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3099b", 0 }, + { {-1269.0f, 22.0f, 87.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3375b", 0 }, + { {-1247.0f, 22.0f, 141.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3376b", 0 }, + { {-1196.0f, 22.0f, 115.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3405b", 0 }, + { {-1157.0f, 22.0f, 79.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3089b", 0 }, + { {-1125.0f, 24.0f, 76.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3087b", 0 }, + { {-1326.0f, 22.0f, 133.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3374b", 0 }, + { {-1367.0f, 7.0f, 105.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2935b", 0 }, + { {-1366.0f, 7.0f, 6.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p2934b", 0 }, + { {-1332.0f, 22.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3198b", 0 }, + { {-1307.0f, 22.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3059b", 0 }, + { {-1312.0f, 22.0f, -62.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3058b", 0 }, + { {-1297.0f, 22.0f, -112.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3207b", 0 }, + { {-1273.0f, 22.0f, -119.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p981b", 0 }, + { {-1255.0f, 22.0f, -63.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p2970b", 0 }, + { {-1389.0f, 16.0f, 66.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3053b", 0 }, + { {-1236.0f, 28.0f, 194.0f}, {0.0f, 1.0f, 0.0f}, {0.822534f, 0.0f, 0.568716f}, "p3072b2", 0 }, + { {-1182.0f, 28.0f, 166.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3453b2", 0 }, + { {-1500.0f, 86.0f, 311.0f}, {1e-06, 1.0f, 0.0f}, {0.822531f, 0.0f, 0.56872f}, "p1525b2", 0 }, + { {-1995.0f, 100.0f, 505.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3409b", 0 }, + { {-1150.0f, 26.0f, 141.0f}, {0.0f, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p3476b", 0 }, + { {-1893.0f, 100.0f, 316.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4210b", 0 }, + { {-1683.0f, 100.0f, 658.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p1492b", 0 }, + { {-1655.0f, 100.0f, 355.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p1256b1", 0 }, + { {-2122.0f, 100.0f, 559.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b1", 0 }, + { {-2125.0f, 100.0f, 588.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b2", 0 }, + { {-2142.0f, 100.0f, 615.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b2", 0 }, + { {-2231.0f, 100.0f, 671.0f}, {1e-06, 1.0f, 0.0f}, {0.822533f, 0.0f, 0.568717f}, "p4269b2", 0 }, + { {-2294.0f, 100.0f, 700.0f}, {1e-06, 1.0f, 0.0f}, {0.871735f, 0.0f, -0.489978f}, "p4269b2", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-705.0f, -12.0f, 480.0f}, {-0.662449f, 0.033863f, -0.748342f}, {0.203025f, 0.969705f, -0.135843f}, "p5865c", 0, {-1.615254f, 1.708657f, -1.478706f, 27.776981f, -14.050579f, 45.816116f} }, + { {-740.0f, -10.0f, 440.0f}, {0.662449f, -0.033863f, 0.748342f}, {0.203025f, 0.969705f, -0.135843f}, "p5866c", 0, {-1.459784f, 1.902518f, -4.336241f, 25.581896f, -14.319309f, 45.548878f} }, + { {-428.0f, -11.0f, 544.0f}, {-0.267354f, 0.033863f, -0.963003f}, {0.009059f, 0.999426f, 0.032629f}, "p5839c", 0, {-2.194619f, 0.963556f, -1.097829f, 29.001957f, -13.987675f, 45.06302f} }, + { {-443.0f, -9.0f, 492.0f}, {0.267354f, -0.033863f, 0.963003f}, {0.009059f, 0.999426f, 0.032629f}, "p5836c", 0, {-1.766077f, 1.392098f, -4.340937f, 25.758848f, -14.155114f, 44.89558f} }, + { {-612.0f, 5.0f, 116.0f}, {0.0f, 0.0f, -1.0f}, {0.000155f, 1.0f, 0.0f}, "p5671c1", 0, {-0.002788f, 1.000465f, -1.0f, 7.0f, -3.0f, 18.000154f} }, + { {-2096.0f, 107.0f, 522.0f}, {0.312944f, -0.000522f, 0.949771f}, {0.000124f, 1.0f, 0.000508f}, "p4268b", 0, {-1.566567f, 2.103664f, -4.772341f, 31.953773f, -14.002541f, 45.016754f} }, + { {-2076.0f, 107.0f, 584.0f}, {-0.312944f, 0.000522f, -0.949771f}, {0.000124f, 1.0f, 0.000508f}, "p4266b", 0, {-1.696572f, 1.91233f, -3.806392f, 33.232666f, -14.017389f, 45.00203f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 35892, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 35893, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 35894, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 35895, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 35896, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 35897, 0, + /* Type = ObjectiveFailCondition; index = 6 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveCompleteCondition; index = 7 */ + _mkword(0, _mkshort(0, 26)), 256, + /* Type = ObjectiveEnd; index = 8 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 9 */ + _mkword(0, _mkshort(0, 23)), 1, 35898, 0, + /* Type = ObjectiveFailCondition; index = 10 */ + _mkword(0, _mkshort(0, 27)), 131072, + /* Type = ObjectiveFailCondition; index = 11 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveCompleteCondition; index = 12 */ + _mkword(0, _mkshort(0, 26)), 1024, + /* Type = ObjectiveEnd; index = 13 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 14 */ + _mkword(0, _mkshort(0, 23)), 2, 35899, 0, + /* Type = ObjectiveCompleteCondition; index = 15 */ + _mkword(0, _mkshort(0, 26)), 512, + /* Type = ObjectiveFailCondition; index = 16 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveEnd; index = 17 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 18 */ + _mkword(0, _mkshort(0, 23)), 3, 35900, 0, + /* Type = ObjectiveFailCondition; index = 19 */ + _mkword(0, _mkshort(0, 27)), 4194304, + /* Type = ObjectiveFailCondition; index = 20 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveCompleteCondition; index = 21 */ + _mkword(0, _mkshort(0, 26)), 2048, + /* Type = ObjectiveEnd; index = 22 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 23 */ + _mkword(0, _mkshort(0, 23)), 4, 35901, 0, + /* Type = ObjectiveCollectObject; index = 24 */ + _mkword(0, _mkshort(0, 28)), 1, + /* Type = ObjectiveFailCondition; index = 25 */ + _mkword(0, _mkshort(0, 27)), 2097152, + /* Type = ObjectiveEnd; index = 26 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Guard; index = 27 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 8), _mkword(10, 1042), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 28 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 163), _mkword(3, 1034), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 29 */ + _mkword(0, _mkshort(0, 9)), _mkword(7, 152), _mkword(3, 1034), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 30 */ + _mkword(0, _mkshort(0, 9)), _mkword(8, 192), _mkword(3, 1034), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 31 */ + _mkword(0, _mkshort(0, 9)), _mkword(9, 194), _mkword(3, 1034), 0xffffffff, _mkword(1000, 50), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 32 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 33 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 34 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Collectable; index = 35 */ + _mkword(256, _mkshort(0, 8)), _mkword(184, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x08, 0xff), 0xffff), 0, + /* Type = Hat; index = 36 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 37 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 7), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 38 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 8), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 39 */ + _mkword(256, _mkshort(0, 17)), _mkword(217, 9), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Armour; index = 40 */ + _mkword(384, _mkshort(0, 21)), _mkword(115, 23), 0x00000001, 0x00000080, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 65536, 0, + /* Type = Tag; index = 41 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Aircraft; index = 42 */ + _mkword(512, _mkshort(0, 40)), _mkword(283, 24), 0x10020101, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000411, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* Type = Tag; index = 43 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = StandardProp; index = 44 */ + _mkword(640, _mkshort(0, 3)), _mkword(274, 22), 0x01220001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Rename; index = 45 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 62, 35903, 35904, 35905, 35906, 35907, 0, 0, + /* Type = Tag; index = 46 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = Door; index = 47 */ + _mkword(256, _mkshort(0, 1)), _mkword(183, 5), 0x60000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000001, 0x004b0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 48 */ + _mkword(256, _mkshort(0, 1)), _mkword(183, 6), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0xffffffff, 0x004b0000, 0x03e80000, 0x00001999, 0x00001999, 0x00010000, _mkword(0, 5), 0x00000000, 1500, 10, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 49 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0xffff), 0, 0, + /* Type = Cutscene; index = 50 */ + _mkword(0, _mkshort(0, 46)), -2015492, 106274, 565349, 62652, 402166, 223, + /* Type = Tag; index = 51 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0xffff), 0, 0, + /* Type = Collectable; index = 52 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 25), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 53 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0xffff), 0, 0, + /* Type = Collectable; index = 54 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 28), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 55 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0xffff), 0, 0, + /* Type = Collectable; index = 56 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 26), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 57 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0xffff), 0, 0, + /* Type = Collectable; index = 58 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 27), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 59 */ + _mkword(0, _mkshort(0, 22)), _mkword(14, 0xffff), 0, 0, + /* Type = Collectable; index = 60 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 29), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 61 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0xffff), 0, 0, + /* Type = Collectable; index = 62 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 30), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 63 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0xffff), 0, 0, + /* Type = EndProps; index = 64 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xffecd985, 0x000031b7, 0x0000e6d2, 0x00041baa, 0x0000477d, 0x000000d9, 0x00008c3e, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 1 */ + _mkword(0, _mkshort(0, 6)), 0x0000613a, 0x00003c77, 0x00077713, 0x00032828, 0x00008efa, 0x0000003b, 0x00008c3e, 0x00000000, 0x00000000, + /* Type = FixedCam; index = 2 */ + _mkword(0, _mkshort(0, 6)), 0xfffa9dd8, 0xffffee56, 0x00075e2d, 0x00036fa5, 0x00001ace, 0x00000068, 0x00008c3e, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 3 */ + _mkword(0, _mkshort(0, 7)), 8, 10, + /* Type = Spawn; index = 4 */ + _mkword(0, _mkshort(0, 0)), 21, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 6 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = Cuff; index = 7 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0xfd1d0000, 0xffe30000, 0x05890000, 0x00009999, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0xfd1d0000, 0xffe30000, 0x05890000, 0x00009999, 0x00370000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0xfea50000, 0x00000000, 0x03990000, 0x00009999, 0x00370000, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00800000, 0x00570000, 0x020f0000, 0x00009999, 0x00370000, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00fd0000, 0x00990000, 0x00ac0000, 0x00009761, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a20000, 0x00850000, 0xffb00000, 0x00009761, 0x00283691, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00430000, 0x003b0000, 0xff520000, 0x00006e47, 0x00283439, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00090000, 0x00150000, 0xff960000, 0x00006c1e, 0x00237990, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x000a0000, 0xffffffff, + /* Type = SwirlCam; index = 18 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 19 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 2, -1 }; +s32 path_neighbors_2[] = { 1, 3, -1 }; +s32 path_neighbors_3[] = { 2, -1 }; + +s32 path_indeces_0[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, -1 }; +s32 path_indeces_1[] = { 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, -1 }; +s32 path_indeces_2[] = { 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, -1 }; +s32 path_indeces_3[] = { 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "area3stat_all_p", + "area2bstat_all_p", + "area2astat_all_p", + "area1stat_all_p", + NULL +}; + + +s32 path_table_0[] = { 1, -1 }; +s32 path_table_1[] = { 0, 2, -1 }; +s32 path_table_2[] = { 1, 3, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 3, 9, -1 }; +s32 path_table_5[] = { 6, 7, 9, 10, -1 }; +s32 path_table_6[] = { 5, 9, 10, -1 }; +s32 path_table_7[] = { 5, 9, -1 }; +s32 path_table_8[] = { 11, 23, 25, -1 }; +s32 path_table_9[] = { 4, 5, 6, 7, 10, -1 }; +s32 path_table_10[] = { 5, 6, 9, 12, 21, 22, 26, -1 }; +s32 path_table_11[] = { 8, 12, 25, -1 }; +s32 path_table_12[] = { 10, 11, 22, 26, -1 }; +s32 path_table_13[] = { 20, 21, -1 }; +s32 path_table_14[] = { 15, 17, 18, 29, 32, 33, -1 }; +s32 path_table_15[] = { 14, 16, 32, 33, 34, -1 }; +s32 path_table_16[] = { 15, 17, -1 }; +s32 path_table_17[] = { 14, 16, 18, -1 }; +s32 path_table_18[] = { 14, 17, 19, -1 }; +s32 path_table_19[] = { 18, 20, -1 }; +s32 path_table_20[] = { 13, 19, -1 }; +s32 path_table_21[] = { 10, 13, 22, -1 }; +s32 path_table_22[] = { 10, 12, 21, 26, 27, -1 }; +s32 path_table_23[] = { 8, 24, -1 }; +s32 path_table_24[] = { 23, 25, 31, -1 }; +s32 path_table_25[] = { 8, 11, 24, 26, -1 }; +s32 path_table_26[] = { 10, 12, 22, 25, 27, -1 }; +s32 path_table_27[] = { 22, 26, 28, -1 }; +s32 path_table_28[] = { 27, 29, -1 }; +s32 path_table_29[] = { 14, 28, 32, 33, -1 }; +s32 path_table_30[] = { 31, -1 }; +s32 path_table_31[] = { 24, 30, 32, -1 }; +s32 path_table_32[] = { 14, 15, 29, 31, 33, -1 }; +s32 path_table_33[] = { 14, 15, 29, 32, 34, -1 }; +s32 path_table_34[] = { 15, 33, 35, -1 }; +s32 path_table_35[] = { 34, 44, 48, -1 }; +s32 path_table_36[] = { 67, 68, 69, -1 }; +s32 path_table_37[] = { 38, 39, -1 }; +s32 path_table_38[] = { 37, 96, -1 }; +s32 path_table_39[] = { 37, 91, -1 }; +s32 path_table_40[] = { 41, 97, 98, 99, -1 }; +s32 path_table_41[] = { 40, 83, -1 }; +s32 path_table_42[] = { 46, 50, 51, -1 }; +s32 path_table_43[] = { 44, 45, 53, -1 }; +s32 path_table_44[] = { 35, 43, 49, -1 }; +s32 path_table_45[] = { 43, 46, -1 }; +s32 path_table_46[] = { 42, 45, 52, -1 }; +s32 path_table_47[] = { 48, 49, 54, -1 }; +s32 path_table_48[] = { 35, 47, 49, -1 }; +s32 path_table_49[] = { 44, 47, 48, 53, 54, -1 }; +s32 path_table_50[] = { 42, 51, 55, 74, -1 }; +s32 path_table_51[] = { 42, 50, 52, 54, -1 }; +s32 path_table_52[] = { 46, 51, 53, -1 }; +s32 path_table_53[] = { 43, 49, 52, 54, -1 }; +s32 path_table_54[] = { 47, 49, 51, 53, 55, -1 }; +s32 path_table_55[] = { 50, 54, 56, -1 }; +s32 path_table_56[] = { 55, 57, 58, -1 }; +s32 path_table_57[] = { 56, 58, 64, 73, 79, 80, -1 }; +s32 path_table_58[] = { 56, 57, 59, -1 }; +s32 path_table_59[] = { 58, 60, 61, -1 }; +s32 path_table_60[] = { 59, 61, 63, 64, 79, -1 }; +s32 path_table_61[] = { 59, 60, 62, -1 }; +s32 path_table_62[] = { 61, 63, -1 }; +s32 path_table_63[] = { 60, 62, 78, 79, -1 }; +s32 path_table_64[] = { 57, 60, 73, 79, 80, -1 }; +s32 path_table_65[] = { 66, 68, 69, 70, 85, 86, 89, 90, 95, -1 }; +s32 path_table_66[] = { 65, 67, 86, 87, -1 }; +s32 path_table_67[] = { 36, 66, -1 }; +s32 path_table_68[] = { 36, 65, 69, 71, -1 }; +s32 path_table_69[] = { 36, 65, 68, 70, 71, 84, 85, 89, 95, -1 }; +s32 path_table_70[] = { 65, 69, 71, 72, 77, 82, 84, 85, 89, -1 }; +s32 path_table_71[] = { 68, 69, 70, 72, 84, 96, -1 }; +s32 path_table_72[] = { 70, 71, 76, 84, 85, 96, -1 }; +s32 path_table_73[] = { 57, 64, 74, 79, 80, -1 }; +s32 path_table_74[] = { 50, 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, 80, -1 }; +s32 path_table_76[] = { 72, 75, 77, -1 }; +s32 path_table_77[] = { 70, 76, 78, 81, 82, 83, 84, 96, -1 }; +s32 path_table_78[] = { 63, 77, 79, 81, 82, -1 }; +s32 path_table_79[] = { 57, 60, 63, 64, 73, 78, 80, -1 }; +s32 path_table_80[] = { 57, 64, 73, 75, 79, 81, -1 }; +s32 path_table_81[] = { 77, 78, 80, 82, -1 }; +s32 path_table_82[] = { 70, 77, 78, 81, 83, 96, -1 }; +s32 path_table_83[] = { 41, 77, 82, 96, -1 }; +s32 path_table_84[] = { 69, 70, 71, 72, 77, 85, 96, -1 }; +s32 path_table_85[] = { 65, 69, 70, 72, 84, 89, 90, 95, -1 }; +s32 path_table_86[] = { 65, 66, 87, 89, 90, -1 }; +s32 path_table_87[] = { 66, 86, 88, -1 }; +s32 path_table_88[] = { 87, 90, 92, -1 }; +s32 path_table_89[] = { 65, 69, 70, 85, 86, 90, 93, 94, 95, 100, -1 }; +s32 path_table_90[] = { 65, 85, 86, 88, 89, 92, -1 }; +s32 path_table_91[] = { 39, 93, 95, 97, 98, 99, 100, -1 }; +s32 path_table_92[] = { 88, 90, 93, 99, 100, -1 }; +s32 path_table_93[] = { 89, 91, 92, 94, 97, 98, 99, 100, -1 }; +s32 path_table_94[] = { 89, 93, 95, 97, 98, 99, 100, -1 }; +s32 path_table_95[] = { 65, 69, 85, 89, 91, 94, -1 }; +s32 path_table_96[] = { 38, 71, 72, 77, 82, 83, 84, -1 }; +s32 path_table_97[] = { 40, 91, 93, 94, 98, 99, 100, -1 }; +s32 path_table_98[] = { 40, 91, 93, 94, 97, 99, 111, 114, -1 }; +s32 path_table_99[] = { 40, 91, 92, 93, 94, 97, 98, 100, 111, 112, -1 }; +s32 path_table_100[] = { 89, 91, 92, 93, 94, 97, 99, 101, 110, -1 }; +s32 path_table_101[] = { 100, 122, -1 }; +s32 path_table_102[] = { 144, -1 }; +s32 path_table_103[] = { 105, 106, 145, -1 }; +s32 path_table_104[] = { 105, 147, 153, 154, -1 }; +s32 path_table_105[] = { 103, 104, 106, -1 }; +s32 path_table_106[] = { 103, 105, 109, 144, -1 }; +s32 path_table_107[] = { 108, 143, -1 }; +s32 path_table_108[] = { 107, 109, -1 }; +s32 path_table_109[] = { 106, 108, -1 }; +s32 path_table_110[] = { 100, 121, -1 }; +s32 path_table_111[] = { 98, 99, 113, -1 }; +s32 path_table_112[] = { 99, 113, 122, 123, -1 }; +s32 path_table_113[] = { 111, 112, 114, 123, 124, -1 }; +s32 path_table_114[] = { 98, 113, -1 }; +s32 path_table_115[] = { 116, 117, -1 }; +s32 path_table_116[] = { 115, 117, -1 }; +s32 path_table_117[] = { 115, 116, 120, 121, 122, -1 }; +s32 path_table_118[] = { 119, 123, 124, 126, 129, 130, -1 }; +s32 path_table_119[] = { 118, 120, 125, 126, -1 }; +s32 path_table_120[] = { 117, 119, 121, -1 }; +s32 path_table_121[] = { 110, 117, 120, 122, -1 }; +s32 path_table_122[] = { 101, 112, 117, 121, 123, -1 }; +s32 path_table_123[] = { 112, 113, 118, 122, 124, -1 }; +s32 path_table_124[] = { 113, 118, 123, 126, 128, 129, -1 }; +s32 path_table_125[] = { 119, 126, 131, -1 }; +s32 path_table_126[] = { 118, 119, 124, 125, 129, 130, -1 }; +s32 path_table_127[] = { 128, 137, 138, -1 }; +s32 path_table_128[] = { 124, 127, 129, -1 }; +s32 path_table_129[] = { 118, 124, 126, 128, 130, 136, 137, -1 }; +s32 path_table_130[] = { 118, 126, 129, 131, 136, 137, -1 }; +s32 path_table_131[] = { 125, 130, 132, -1 }; +s32 path_table_132[] = { 131, 133, 135, 136, -1 }; +s32 path_table_133[] = { 132, 134, -1 }; +s32 path_table_134[] = { 133, 135, 139, 150, 151, -1 }; +s32 path_table_135[] = { 132, 134, 136, 139, -1 }; +s32 path_table_136[] = { 129, 130, 132, 135, 137, -1 }; +s32 path_table_137[] = { 127, 129, 130, 136, 138, -1 }; +s32 path_table_138[] = { 127, 137, 139, 142, -1 }; +s32 path_table_139[] = { 134, 135, 138, 150, -1 }; +s32 path_table_140[] = { 145, 146, 147, 148, 149, -1 }; +s32 path_table_141[] = { 142, 149, -1 }; +s32 path_table_142[] = { 138, 141, 143, 146, -1 }; +s32 path_table_143[] = { 107, 142, 144, 145, -1 }; +s32 path_table_144[] = { 102, 106, 143, 145, -1 }; +s32 path_table_145[] = { 103, 140, 143, 144, 146, -1 }; +s32 path_table_146[] = { 140, 142, 145, -1 }; +s32 path_table_147[] = { 104, 140, 148, 149, 153, 154, -1 }; +s32 path_table_148[] = { 140, 147, 149, 152, -1 }; +s32 path_table_149[] = { 140, 141, 147, 148, 150, -1 }; +s32 path_table_150[] = { 134, 139, 149, 152, -1 }; +s32 path_table_151[] = { 134, 152, 155, -1 }; +s32 path_table_152[] = { 148, 150, 151, 153, -1 }; +s32 path_table_153[] = { 104, 147, 152, 154, -1 }; +s32 path_table_154[] = { 104, 147, 153, 155, -1 }; +s32 path_table_155[] = { 151, 154, 188, 192, -1 }; +s32 path_table_156[] = { 159, 184, -1 }; +s32 path_table_157[] = { 158, 159, 177, -1 }; +s32 path_table_158[] = { 157, 159, 177, -1 }; +s32 path_table_159[] = { 156, 157, 158, 160, -1 }; +s32 path_table_160[] = { 159, 175, -1 }; +s32 path_table_161[] = { 162, 174, 176, 178, -1 }; +s32 path_table_162[] = { 161, 169, 173, -1 }; +s32 path_table_163[] = { 166, 194, -1 }; +s32 path_table_164[] = { 165, 171, 172, -1 }; +s32 path_table_165[] = { 164, 166, 169, -1 }; +s32 path_table_166[] = { 163, 165, 167, -1 }; +s32 path_table_167[] = { 166, 188, 192, 193, -1 }; +s32 path_table_168[] = { 170, 171, 174, 176, 179, -1 }; +s32 path_table_169[] = { 162, 165, 173, -1 }; +s32 path_table_170[] = { 168, 171, 174, -1 }; +s32 path_table_171[] = { 164, 168, 170, 172, -1 }; +s32 path_table_172[] = { 164, 171, 173, -1 }; +s32 path_table_173[] = { 162, 169, 172, 174, -1 }; +s32 path_table_174[] = { 161, 168, 170, 173, 176, 178, -1 }; +s32 path_table_175[] = { 160, 181, -1 }; +s32 path_table_176[] = { 161, 168, 174, 178, 179, -1 }; +s32 path_table_177[] = { 157, 158, 178, 181, 195, 196, -1 }; +s32 path_table_178[] = { 161, 174, 176, 177, 179, 196, -1 }; +s32 path_table_179[] = { 168, 176, 178, 180, -1 }; +s32 path_table_180[] = { 179, 181, -1 }; +s32 path_table_181[] = { 175, 177, 180, 196, -1 }; +s32 path_table_182[] = { 183, 190, -1 }; +s32 path_table_183[] = { 182, 184, -1 }; +s32 path_table_184[] = { 156, 183, -1 }; +s32 path_table_185[] = { 186, -1 }; +s32 path_table_186[] = { 185, 187, -1 }; +s32 path_table_187[] = { 186, 188, -1 }; +s32 path_table_188[] = { 155, 167, 187, 192, -1 }; +s32 path_table_189[] = { 190, 196, -1 }; +s32 path_table_190[] = { 182, 189, 191, -1 }; +s32 path_table_191[] = { 190, 192, -1 }; +s32 path_table_192[] = { 155, 167, 188, 191, 193, -1 }; +s32 path_table_193[] = { 167, 192, 194, -1 }; +s32 path_table_194[] = { 163, 193, 195, -1 }; +s32 path_table_195[] = { 177, 194, -1 }; +s32 path_table_196[] = { 177, 178, 181, 189, -1 }; + +waypoint pathwaypoints[] = { + { 0x000000e3, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000000e2, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000000e1, &path_table_2, 0x00000000, 0x00000000 }, + { 0x000000e0, &path_table_3, 0x00000000, 0x00000000 }, + { 0x000000df, &path_table_4, 0x00000000, 0x00000000 }, + { 0x000000de, &path_table_5, 0x00000000, 0x00000000 }, + { 0x000000dd, &path_table_6, 0x00000000, 0x00000000 }, + { 0x000000dc, &path_table_7, 0x00000000, 0x00000000 }, + { 0x000000db, &path_table_8, 0x00000000, 0x00000000 }, + { 0x000000da, &path_table_9, 0x00000000, 0x00000000 }, + { 0x000000d9, &path_table_10, 0x00000000, 0x00000000 }, + { 0x000000d8, &path_table_11, 0x00000000, 0x00000000 }, + { 0x000000d7, &path_table_12, 0x00000000, 0x00000000 }, + { 0x000000d6, &path_table_13, 0x00000000, 0x00000000 }, + { 0x000000d5, &path_table_14, 0x00000000, 0x00000000 }, + { 0x000000d4, &path_table_15, 0x00000000, 0x00000000 }, + { 0x000000d3, &path_table_16, 0x00000000, 0x00000000 }, + { 0x000000d2, &path_table_17, 0x00000000, 0x00000000 }, + { 0x000000d1, &path_table_18, 0x00000000, 0x00000000 }, + { 0x000000d0, &path_table_19, 0x00000000, 0x00000000 }, + { 0x000000cf, &path_table_20, 0x00000000, 0x00000000 }, + { 0x000000ce, &path_table_21, 0x00000000, 0x00000000 }, + { 0x000000cd, &path_table_22, 0x00000000, 0x00000000 }, + { 0x000000cc, &path_table_23, 0x00000000, 0x00000000 }, + { 0x000000cb, &path_table_24, 0x00000000, 0x00000000 }, + { 0x000000ca, &path_table_25, 0x00000000, 0x00000000 }, + { 0x000000c9, &path_table_26, 0x00000000, 0x00000000 }, + { 0x000000c8, &path_table_27, 0x00000000, 0x00000000 }, + { 0x000000c7, &path_table_28, 0x00000000, 0x00000000 }, + { 0x000000c6, &path_table_29, 0x00000000, 0x00000000 }, + { 0x000000c5, &path_table_30, 0x00000000, 0x00000000 }, + { 0x000000c4, &path_table_31, 0x00000000, 0x00000000 }, + { 0x000000c3, &path_table_32, 0x00000000, 0x00000000 }, + { 0x000000c2, &path_table_33, 0x00000000, 0x00000000 }, + { 0x000000c1, &path_table_34, 0x00000000, 0x00000000 }, + { 0x000000c0, &path_table_35, 0x00000000, 0x00000000 }, + { 0x000000bf, &path_table_36, 0x00000001, 0x00000000 }, + { 0x000000be, &path_table_37, 0x00000001, 0x00000000 }, + { 0x000000bd, &path_table_38, 0x00000001, 0x00000000 }, + { 0x000000bc, &path_table_39, 0x00000001, 0x00000000 }, + { 0x000000bb, &path_table_40, 0x00000001, 0x00000000 }, + { 0x000000ba, &path_table_41, 0x00000001, 0x00000000 }, + { 0x000000b9, &path_table_42, 0x00000001, 0x00000000 }, + { 0x000000b8, &path_table_43, 0x00000001, 0x00000000 }, + { 0x000000b7, &path_table_44, 0x00000001, 0x00000000 }, + { 0x000000b6, &path_table_45, 0x00000001, 0x00000000 }, + { 0x000000b5, &path_table_46, 0x00000001, 0x00000000 }, + { 0x000000b4, &path_table_47, 0x00000001, 0x00000000 }, + { 0x000000b3, &path_table_48, 0x00000001, 0x00000000 }, + { 0x000000b2, &path_table_49, 0x00000001, 0x00000000 }, + { 0x000000b1, &path_table_50, 0x00000001, 0x00000000 }, + { 0x000000b0, &path_table_51, 0x00000001, 0x00000000 }, + { 0x000000af, &path_table_52, 0x00000001, 0x00000000 }, + { 0x000000ae, &path_table_53, 0x00000001, 0x00000000 }, + { 0x000000ad, &path_table_54, 0x00000001, 0x00000000 }, + { 0x000000ac, &path_table_55, 0x00000001, 0x00000000 }, + { 0x000000ab, &path_table_56, 0x00000001, 0x00000000 }, + { 0x000000aa, &path_table_57, 0x00000001, 0x00000000 }, + { 0x000000a9, &path_table_58, 0x00000001, 0x00000000 }, + { 0x000000a8, &path_table_59, 0x00000001, 0x00000000 }, + { 0x000000a7, &path_table_60, 0x00000001, 0x00000000 }, + { 0x000000a6, &path_table_61, 0x00000001, 0x00000000 }, + { 0x000000a5, &path_table_62, 0x00000001, 0x00000000 }, + { 0x000000a4, &path_table_63, 0x00000001, 0x00000000 }, + { 0x000000a3, &path_table_64, 0x00000001, 0x00000000 }, + { 0x000000a2, &path_table_65, 0x00000001, 0x00000000 }, + { 0x000000a1, &path_table_66, 0x00000001, 0x00000000 }, + { 0x000000a0, &path_table_67, 0x00000001, 0x00000000 }, + { 0x0000009f, &path_table_68, 0x00000001, 0x00000000 }, + { 0x0000009e, &path_table_69, 0x00000001, 0x00000000 }, + { 0x0000009d, &path_table_70, 0x00000001, 0x00000000 }, + { 0x0000009c, &path_table_71, 0x00000001, 0x00000000 }, + { 0x0000009b, &path_table_72, 0x00000001, 0x00000000 }, + { 0x0000009a, &path_table_73, 0x00000001, 0x00000000 }, + { 0x00000099, &path_table_74, 0x00000001, 0x00000000 }, + { 0x00000098, &path_table_75, 0x00000001, 0x00000000 }, + { 0x00000097, &path_table_76, 0x00000001, 0x00000000 }, + { 0x00000096, &path_table_77, 0x00000001, 0x00000000 }, + { 0x00000095, &path_table_78, 0x00000001, 0x00000000 }, + { 0x00000094, &path_table_79, 0x00000001, 0x00000000 }, + { 0x00000093, &path_table_80, 0x00000001, 0x00000000 }, + { 0x00000092, &path_table_81, 0x00000001, 0x00000000 }, + { 0x00000091, &path_table_82, 0x00000001, 0x00000000 }, + { 0x00000090, &path_table_83, 0x00000001, 0x00000000 }, + { 0x0000008f, &path_table_84, 0x00000001, 0x00000000 }, + { 0x0000008e, &path_table_85, 0x00000001, 0x00000000 }, + { 0x0000008d, &path_table_86, 0x00000001, 0x00000000 }, + { 0x0000008c, &path_table_87, 0x00000001, 0x00000000 }, + { 0x0000008b, &path_table_88, 0x00000001, 0x00000000 }, + { 0x0000008a, &path_table_89, 0x00000001, 0x00000000 }, + { 0x00000089, &path_table_90, 0x00000001, 0x00000000 }, + { 0x00000088, &path_table_91, 0x00000001, 0x00000000 }, + { 0x00000087, &path_table_92, 0x00000001, 0x00000000 }, + { 0x00000086, &path_table_93, 0x00000001, 0x00000000 }, + { 0x00000085, &path_table_94, 0x00000001, 0x00000000 }, + { 0x00000084, &path_table_95, 0x00000001, 0x00000000 }, + { 0x00000083, &path_table_96, 0x00000001, 0x00000000 }, + { 0x00000082, &path_table_97, 0x00000001, 0x00000000 }, + { 0x00000081, &path_table_98, 0x00000001, 0x00000000 }, + { 0x00000080, &path_table_99, 0x00000001, 0x00000000 }, + { 0x0000007f, &path_table_100, 0x00000001, 0x00000000 }, + { 0x0000007e, &path_table_101, 0x00000001, 0x00000000 }, + { 0x0000007d, &path_table_102, 0x00000002, 0x00000000 }, + { 0x0000007c, &path_table_103, 0x00000002, 0x00000000 }, + { 0x0000007b, &path_table_104, 0x00000002, 0x00000000 }, + { 0x0000007a, &path_table_105, 0x00000002, 0x00000000 }, + { 0x00000079, &path_table_106, 0x00000002, 0x00000000 }, + { 0x00000078, &path_table_107, 0x00000002, 0x00000000 }, + { 0x00000077, &path_table_108, 0x00000002, 0x00000000 }, + { 0x00000076, &path_table_109, 0x00000002, 0x00000000 }, + { 0x00000075, &path_table_110, 0x00000002, 0x00000000 }, + { 0x00000074, &path_table_111, 0x00000002, 0x00000000 }, + { 0x00000073, &path_table_112, 0x00000002, 0x00000000 }, + { 0x00000072, &path_table_113, 0x00000002, 0x00000000 }, + { 0x00000071, &path_table_114, 0x00000002, 0x00000000 }, + { 0x00000070, &path_table_115, 0x00000002, 0x00000000 }, + { 0x0000006f, &path_table_116, 0x00000002, 0x00000000 }, + { 0x0000006e, &path_table_117, 0x00000002, 0x00000000 }, + { 0x0000006d, &path_table_118, 0x00000002, 0x00000000 }, + { 0x0000006c, &path_table_119, 0x00000002, 0x00000000 }, + { 0x0000006b, &path_table_120, 0x00000002, 0x00000000 }, + { 0x0000006a, &path_table_121, 0x00000002, 0x00000000 }, + { 0x00000069, &path_table_122, 0x00000002, 0x00000000 }, + { 0x00000068, &path_table_123, 0x00000002, 0x00000000 }, + { 0x00000067, &path_table_124, 0x00000002, 0x00000000 }, + { 0x00000066, &path_table_125, 0x00000002, 0x00000000 }, + { 0x00000065, &path_table_126, 0x00000002, 0x00000000 }, + { 0x00000064, &path_table_127, 0x00000002, 0x00000000 }, + { 0x00000063, &path_table_128, 0x00000002, 0x00000000 }, + { 0x00000062, &path_table_129, 0x00000002, 0x00000000 }, + { 0x00000061, &path_table_130, 0x00000002, 0x00000000 }, + { 0x00000060, &path_table_131, 0x00000002, 0x00000000 }, + { 0x0000005f, &path_table_132, 0x00000002, 0x00000000 }, + { 0x0000005e, &path_table_133, 0x00000002, 0x00000000 }, + { 0x0000005d, &path_table_134, 0x00000002, 0x00000000 }, + { 0x0000005c, &path_table_135, 0x00000002, 0x00000000 }, + { 0x0000005b, &path_table_136, 0x00000002, 0x00000000 }, + { 0x0000005a, &path_table_137, 0x00000002, 0x00000000 }, + { 0x00000059, &path_table_138, 0x00000002, 0x00000000 }, + { 0x00000058, &path_table_139, 0x00000002, 0x00000000 }, + { 0x00000057, &path_table_140, 0x00000002, 0x00000000 }, + { 0x00000056, &path_table_141, 0x00000002, 0x00000000 }, + { 0x00000055, &path_table_142, 0x00000002, 0x00000000 }, + { 0x00000054, &path_table_143, 0x00000002, 0x00000000 }, + { 0x00000053, &path_table_144, 0x00000002, 0x00000000 }, + { 0x00000052, &path_table_145, 0x00000002, 0x00000000 }, + { 0x00000051, &path_table_146, 0x00000002, 0x00000000 }, + { 0x00000050, &path_table_147, 0x00000002, 0x00000000 }, + { 0x0000004f, &path_table_148, 0x00000002, 0x00000000 }, + { 0x0000004e, &path_table_149, 0x00000002, 0x00000000 }, + { 0x0000004d, &path_table_150, 0x00000002, 0x00000000 }, + { 0x0000004c, &path_table_151, 0x00000002, 0x00000000 }, + { 0x0000004b, &path_table_152, 0x00000002, 0x00000000 }, + { 0x0000004a, &path_table_153, 0x00000002, 0x00000000 }, + { 0x00000049, &path_table_154, 0x00000002, 0x00000000 }, + { 0x00000048, &path_table_155, 0x00000002, 0x00000000 }, + { 0x00000047, &path_table_156, 0x00000003, 0x00000000 }, + { 0x00000046, &path_table_157, 0x00000003, 0x00000000 }, + { 0x00000045, &path_table_158, 0x00000003, 0x00000000 }, + { 0x00000044, &path_table_159, 0x00000003, 0x00000000 }, + { 0x00000043, &path_table_160, 0x00000003, 0x00000000 }, + { 0x00000042, &path_table_161, 0x00000003, 0x00000000 }, + { 0x00000041, &path_table_162, 0x00000003, 0x00000000 }, + { 0x00000040, &path_table_163, 0x00000003, 0x00000000 }, + { 0x0000003f, &path_table_164, 0x00000003, 0x00000000 }, + { 0x0000003e, &path_table_165, 0x00000003, 0x00000000 }, + { 0x0000003d, &path_table_166, 0x00000003, 0x00000000 }, + { 0x0000003c, &path_table_167, 0x00000003, 0x00000000 }, + { 0x0000003b, &path_table_168, 0x00000003, 0x00000000 }, + { 0x0000003a, &path_table_169, 0x00000003, 0x00000000 }, + { 0x00000039, &path_table_170, 0x00000003, 0x00000000 }, + { 0x00000038, &path_table_171, 0x00000003, 0x00000000 }, + { 0x00000037, &path_table_172, 0x00000003, 0x00000000 }, + { 0x00000036, &path_table_173, 0x00000003, 0x00000000 }, + { 0x00000035, &path_table_174, 0x00000003, 0x00000000 }, + { 0x00000034, &path_table_175, 0x00000003, 0x00000000 }, + { 0x00000033, &path_table_176, 0x00000003, 0x00000000 }, + { 0x00000032, &path_table_177, 0x00000003, 0x00000000 }, + { 0x00000031, &path_table_178, 0x00000003, 0x00000000 }, + { 0x00000030, &path_table_179, 0x00000003, 0x00000000 }, + { 0x0000002f, &path_table_180, 0x00000003, 0x00000000 }, + { 0x0000002e, &path_table_181, 0x00000003, 0x00000000 }, + { 0x0000002d, &path_table_182, 0x00000003, 0x00000000 }, + { 0x0000002c, &path_table_183, 0x00000003, 0x00000000 }, + { 0x0000002b, &path_table_184, 0x00000003, 0x00000000 }, + { 0x0000002a, &path_table_185, 0x00000003, 0x00000000 }, + { 0x00000029, &path_table_186, 0x00000003, 0x00000000 }, + { 0x00000028, &path_table_187, 0x00000003, 0x00000000 }, + { 0x00000027, &path_table_188, 0x00000003, 0x00000000 }, + { 0x00000026, &path_table_189, 0x00000003, 0x00000000 }, + { 0x00000025, &path_table_190, 0x00000003, 0x00000000 }, + { 0x00000024, &path_table_191, 0x00000003, 0x00000000 }, + { 0x00000023, &path_table_192, 0x00000003, 0x00000000 }, + { 0x00000022, &path_table_193, 0x00000003, 0x00000000 }, + { 0x00000021, &path_table_194, 0x00000003, 0x00000000 }, + { 0x00000020, &path_table_195, 0x00000003, 0x00000000 }, + { 0x0000001f, &path_table_196, 0x00000003, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "PAD_nc8_stat_all_p", + "PAD_nc7_stat_all_p", + "PAD_nc6_stat_all_p", + "PAD_nc5_stat_all_p", + "PAD_nc4_stat_all_p", + "PAD_nc3_stat_all_p", + "PAD_nc2_stat_all_p", + "PAD_nc1_stat_all_p", + "PAD_m164_stat_all_p", + "PAD_m163_stat_all_p", + "PAD_m162_stat_all_p", + "PAD_m161_stat_all_p", + "PAD_m160_stat_all_p", + "PAD_m157_stat_all_p", + "PAD_m156_stat_all_p", + "PAD_m155_stat_all_p", + "PAD_m154_stat_all_p", + "PAD_m153_stat_all_p", + "PAD_m152_stat_all_p", + "PAD_m151_stat_all_p", + "PAD_m150_stat_all_p", + "PAD_m149_stat_all_p", + "PAD_m148_stat_all_p", + "PAD_m147_stat_all_p", + "PAD_m146_stat_all_p", + "PAD_m145_stat_all_p", + "PAD_m144_stat_all_p", + "PAD_m143_stat_all_p", + "PAD_m142_stat_all_p", + "PAD_m141_stat_all_p", + "PAD_m140_stat_all_p", + "PAD_m139_stat_all_p", + "PAD_m138_stat_all_p", + "PAD_m137_stat_all_p", + "PAD_m136_stat_all_p", + "PAD_m135_stat_all_p", + "PAD_nb11_stat_all_p", + "PAD_nb10_stat_all_p", + "PAD_nb9_stat_all_p", + "PAD_nb8_stat_all_p", + "PAD_nb7_stat_all_p", + "PAD_nb6_stat_all_p", + "PAD_nb5_stat_all_p", + "PAD_nb4_stat_all_p", + "PAD_nb3_stat_all_p", + "PAD_nb2_stat_all_p", + "PAD_nb1_stat_all_p", + "PAD_m134_stat_all_p", + "PAD_m133_stat_all_p", + "PAD_m132_stat_all_p", + "PAD_m131_stat_all_p", + "PAD_m130_stat_all_p", + "PAD_m129_stat_all_p", + "PAD_m128_stat_all_p", + "PAD_m127_stat_all_p", + "PAD_m126_stat_all_p", + "PAD_m125_stat_all_p", + "PAD_m124_stat_all_p", + "PAD_m123_stat_all_p", + "PAD_m122_stat_all_p", + "PAD_m121_stat_all_p", + "PAD_m120_stat_all_p", + "PAD_m119_stat_all_p", + "PAD_m118_stat_all_p", + "PAD_m117_stat_all_p", + "PAD_m116_stat_all_p", + "PAD_m115_stat_all_p", + "PAD_m114_stat_all_p", + "PAD_m113_stat_all_p", + "PAD_m112_stat_all_p", + "PAD_m111_stat_all_p", + "PAD_m110_stat_all_p", + "PAD_m109_stat_all_p", + "PAD_m108_stat_all_p", + "PAD_m107_stat_all_p", + "PAD_m106_stat_all_p", + "PAD_m105_stat_all_p", + "PAD_m104_stat_all_p", + "PAD_m103_stat_all_p", + "PAD_m102_stat_all_p", + "PAD_m101_stat_all_p", + "PAD_m100_stat_all_p", + "PAD_m99_stat_all_p", + "PAD_m98_stat_all_p", + "PAD_m97_stat_all_p", + "PAD_m96_stat_all_p", + "PAD_m95_stat_all_p", + "PAD_m94_stat_all_p", + "PAD_m93_stat_all_p", + "PAD_m92_stat_all_p", + "PAD_m91_stat_all_p", + "PAD_m81_stat_all_p", + "PAD_m80_stat_all_p", + "PAD_m79_stat_all_p", + "PAD_m78_stat_all_p", + "PAD_m77_stat_all_p", + "PAD_m76_stat_all_p", + "PAD_m75_stat_all_p", + "PAD_m74_stat_all_p", + "PAD_m73_stat_all_p", + "PAD_m72_stat_all_p", + "PAD_m71_stat_all_p", + "PAD_na13_stat_all_p", + "PAD_na12_stat_all_p", + "PAD_na11_stat_all_p", + "PAD_na10_stat_all_p", + "PAD_na9_stat_all_p", + "PAD_na8_stat_all_p", + "PAD_na7_stat_all_p", + "PAD_na6_stat_all_p", + "PAD_na5_stat_all_p", + "PAD_na4_stat_all_p", + "PAD_na3_stat_all_p", + "PAD_na2_stat_all_p", + "PAD_na1_stat_all_p", + "PAD_m70_stat_all_p", + "PAD_m69_stat_all_p", + "PAD_m68_stat_all_p", + "PAD_m67_stat_all_p", + "PAD_m66_stat_all_p", + "PAD_m65_stat_all_p", + "PAD_m64_stat_all_p", + "PAD_m63_stat_all_p", + "PAD_m62_stat_all_p", + "PAD_m61_stat_all_p", + "PAD_m60_stat_all_p", + "PAD_m59_stat_all_p", + "PAD_m58_stat_all_p", + "PAD_m57_stat_all_p", + "PAD_m56_stat_all_p", + "PAD_m55_stat_all_p", + "PAD_m54_stat_all_p", + "PAD_m53_stat_all_p", + "PAD_m52_stat_all_p", + "PAD_m51_stat_all_p", + "PAD_m50_stat_all_p", + "PAD_m49_stat_all_p", + "PAD_m48_stat_all_p", + "PAD_m47_stat_all_p", + "PAD_m46_stat_all_p", + "PAD_m45_stat_all_p", + "PAD_m44_stat_all_p", + "PAD_m43_stat_all_p", + "PAD_m42_stat_all_p", + "PAD_m41_stat_all_p", + "PAD_m40_stat_all_p", + "PAD_m39_stat_all_p", + "PAD_m38_stat_all_p", + "PAD_m37_stat_all_p", + "PAD_m36_stat_all_p", + "PAD_m35_stat_all_p", + "PAD_m34_stat_all_p", + "PAD_m33_stat_all_p", + "PAD_m32_stat_all_p", + "PAD_m31_stat_all_p", + "PAD_m30_stat_all_p", + "PAD_n12_stat_all_p", + "PAD_n11_stat_all_p", + "PAD_n10_stat_all_p", + "PAD_n9_stat_all_p", + "PAD_n8_stat_all_p", + "PAD_n7_stat_all_p", + "PAD_n6_stat_all_p", + "PAD_n5_stat_all_p", + "PAD_n4_stat_all_p", + "PAD_n3_stat_all_p", + "PAD_n2_stat_all_p", + "PAD_n1_stat_all_p", + "PAD_m29_stat_all_p", + "PAD_m28_stat_all_p", + "PAD_m27_stat_all_p", + "PAD_m26_stat_all_p", + "PAD_m25_stat_all_p", + "PAD_m24_stat_all_p", + "PAD_m23_stat_all_p", + "PAD_m22_stat_all_p", + "PAD_m21_stat_all_p", + "PAD_m20_stat_all_p", + "PAD_m19_stat_all_p", + "PAD_m18_stat_all_p", + "PAD_m17_stat_all_p", + "PAD_m16_stat_all_p", + "PAD_m15_stat_all_p", + "PAD_m14_stat_all_p", + "PAD_m13_stat_all_p", + "PAD_m12_stat_all_p", + "PAD_m11_stat_all_p", + "PAD_m10_stat_all_p", + "PAD_m9_stat_all_p", + "PAD_m8_stat_all_p", + "PAD_m7_stat_all_p", + "PAD_m6_stat_all_p", + "PAD_m5_stat_all_p", + "PAD_m4_stat_all_p", + "PAD_m3_stat_all_p", + "PAD_m2_stat_all_p", + "PAD_m1_stat_all_p", + NULL +}; + + +s32 path_set_0[] = { 4, -1 }; + +PathRecord patrolpaths[] = { + { &path_set_0, 0x00, 0x00, 0x0000 }, + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_17[] = { 0x9d000008, 0x00020003, 0x3c2330fd, 0x06010002, 0x239a0008, 0x00001700, 0x01000023, 0x02230204, 0xaead6865, 0x6c6c6f0a, 0x00023303, 0x30fd064c, 0x00c80f4c, 0x00500e95, 0x01b1b400, 0x070812b4, 0x0005dc0d, 0xb40004b0, 0x0cb40003, 0x840bb400, 0x02580ab4, 0x00012c09, 0x01330209, 0xb4000168, 0x23c38c09, 0x02230133, 0x020ab400, 0x029423c3, 0x8c0a0223, 0x0133020b, 0xb40003c0, 0x23c38c0b, 0x02230133, 0x020cb400, 0x04ec23c3, 0x8c0c0223, 0x0133020d, 0xb4000618, 0x23c38c0d, 0x02230133, 0x020e9601, 0x13c38c0e, 0x0213b094, 0x01013302, 0x0fc38c0f, 0x9a001000, 0x009a0020, 0x00000001, 0x02120300, 0x27011202, 0x279a0000, 0x01009a00, 0x1000001e, 0x00160220, 0x034c012c, 0x012f234d, 0xfd000f00, 0x16230120, 0x02234efd, 0x000f0016, 0x134c012c, 0x01021301, 0x27020103, 0x22010102, 0x06c38c30, 0x9a002000, 0x00020703, 0x01070400 }; +u32 ai_36[] = { 0x0238039c, 0x00000100, 0x00013802, 0x00035200, 0x50003b23, 0x01000223, 0xf323bd08, 0xff003604, 0x13000000, 0x0023ad54, 0x20666169, 0x6c0a0001, 0x0002239a, 0x00040000, 0xad542069, 0x6e69740a, 0x0003f323, 0xbd04ff00, 0x36040200, 0x00000123, 0x0223f323, 0xbd04ff00, 0x36040300, 0x00000123, 0x0223f323, 0xbd04ff00, 0x36040400, 0x00000123, 0x0223f323, 0xbd04ff00, 0x36040500, 0x00000123, 0x02230203, 0x0353008c, 0x003b059c, 0x00004000, 0x04010302, 0x04035300, 0x8c003b05, 0x59011300, 0x05021301, 0x0402059a, 0x00002000, 0x02010301, 0x01040000 }; +u32 ai_37[] = { 0x0200039c, 0x00008000, 0x23010002, 0x23ae0203, 0x03b40002, 0x58230103, 0x0223c38c, 0x1f650000, 0x189a8000, 0x0000f323, 0xbd10ff00, 0x06041600, 0x00000023, 0x02239a08, 0x000000b7, 0x00b4b9b5, 0x0205039c, 0x00000200, 0x1352012c, 0x00180802, 0x139c1000, 0x00001352, 0x00320018, 0x070213bb, 0x00002301, 0x0502239a, 0x40000000, 0x0303039c, 0x20000000, 0x13180008, 0x060213c3, 0x8c209a00, 0x800000c9, 0x00b6b802, 0x06030106, 0x0207039a, 0x10000000, 0xc38c32b7, 0x000f0105, 0x0208039a, 0x00000200, 0x01050400 }; +u32 ai_1[] = { 0x8e02ad68, 0x310a00ab, 0x000205fd, 0x04060400 }; +u32 ai_2[] = { 0x8e03ad68, 0x320a00ab, 0x000305fd, 0x04060400 }; +u32 ai_3[] = { 0x8e04ad68, 0x330a00ab, 0x000405fd, 0x04060400 }; +u32 ai_4[] = { 0x8e05ad68, 0x340a00ab, 0x000505fd, 0x04060400 }; +u32 ai_5[] = { 0x02238f00, 0x28900014, 0x8dbf3335, 0x8013bf00, 0xcf100000, 0x00002302, 0x13bf00cf, 0x10100000, 0x00230223, 0x00010201, 0x9c000020, 0x00039c00, 0x00800003, 0x05fd0408, 0x020305fd, 0x04090400 }; +u32 ai_7[] = { 0x1e232802, 0x03039c00, 0x00200034, 0x46342f23, 0x01030223, 0x14002100, 0x00230223, 0x0204039c, 0x00002000, 0x34463401, 0x0402349a, 0x00002000, 0x16000100, 0x00230223, 0x05fd0409, 0x04000000 }; +u32 ai_8[] = { 0x02353335, 0x503f2803, 0x023f2a03, 0x0203034c, 0x0096133c, 0x3602132f, 0x37010302, 0x363c2300, 0x01023703, 0x01350223, 0x02346d04, 0x0233350a, 0x231a0102, 0x23353223, 0x0e010223, 0x353c2313, 0x01022335, 0x50231301, 0x02233564, 0x23110102, 0x23359623, 0x12010223, 0x35c82314, 0x00010000, 0x01022315, 0x00010000, 0x01020103, 0x2f230101, 0x02233c23, 0x00030203, 0x03013502, 0x23030134, 0x020205fd, 0x04100400 }; +u32 ai_9[] = { 0x02353335, 0x503f2803, 0x023f2a03, 0xae020303, 0x9c000400, 0x00029c00, 0x10000013, 0x9c000800, 0x00020213, 0x032f374c, 0x0096133c, 0x360213b3, 0x00025813, 0x01350213, 0x2f370103, 0x02363c23, 0x00010237, 0x03013502, 0x2302349c, 0x00040000, 0x029c0010, 0x0000139c, 0x00080000, 0x02021333, 0x350a231a, 0x01022335, 0x32230e01, 0x0223353c, 0x23130102, 0x23355023, 0x13010223, 0x35642311, 0x01022335, 0x96231201, 0x022335c8, 0x23140001, 0x00000102, 0x23150001, 0x00000102, 0x01039d00, 0x4000002f, 0x23010102, 0x233c2300, 0x03020303, 0x01350223, 0x03013402, 0x0205fd04, 0x0f040000 }; +u32 ai_18[] = { 0x9d000008, 0x001e0001, 0x0203039c, 0x00002000, 0x0646062f, 0x23010302, 0x23170001, 0x00002302, 0x23c38c12, 0xae020403, 0x9c000020, 0x00064606, 0xb4000078, 0x23010402, 0x2359013d, 0xc38c13ae, 0x0205039c, 0x00010000, 0x13b40002, 0x58070213, 0xb40004b0, 0x069c0000, 0x20000646, 0x06590123, 0x01050223, 0x9a000040, 0x00c38c14, 0x0001023d, 0x9a000040, 0x00c38c33, 0x00010201, 0x0305fd04, 0x14010102, 0x069a0000, 0x2000c38c, 0x2205fd04, 0x150207c3, 0x8c219a00, 0x01000001, 0x05040000 }; +u32 ai_19[] = { 0xae023303, 0x9c000020, 0x00014601, 0xb4000a8c, 0x11b40009, 0x6010b400, 0x08340fb4, 0x0007080e, 0xb40005dc, 0x0db40004, 0xb00cb400, 0x03840bb4, 0x0002580a, 0xb400012c, 0x09013302, 0x09b40001, 0x6823c38c, 0x16022301, 0x33020a9a, 0x00000400, 0xb4000294, 0x23c38c17, 0x02230133, 0x020bb400, 0x03c023c3, 0x8c180223, 0x0133020c, 0xb40004ec, 0x23c38c19, 0x02230133, 0x020db400, 0x061823c3, 0x8c1a0223, 0x0133020e, 0xb4000744, 0x23c38c1b, 0x02230133, 0x020fb400, 0x087023c3, 0x8c1c0223, 0x01330210, 0xb400099c, 0x23c38c1d, 0x02230133, 0x0211b400, 0x0ac823c3, 0x8c1e0223, 0x00120133, 0x021205fd, 0x04150201, 0x9a000020, 0x009c0000, 0x040013c3, 0x8c220023, 0x0213c38c, 0x15002302, 0x2305fd04, 0x15040000 }; +u32 ai_20[] = { 0x9d000000, 0x10ab0032, 0x9a000080, 0x009c0000, 0x0400139a, 0x00020000, 0x02130238, 0x9c000020, 0x00131c23, 0x28000302, 0x131f2328, 0x0203034d, 0xfd001e23, 0x282d2f23, 0x01030223, 0x9a000020, 0x00013802, 0x2d3c2322, 0x02010301, 0x0102239a, 0x00002000, 0xab008b01, 0x38040000 }; +u32 ai_16[] = { 0xcd026c00, 0x000a0002, 0xffff0002, 0x06006500, 0x00160200, 0x03010004 }; +u32 ai_38[] = { 0x0230ae9c, 0x00002000, 0x039c0000, 0x8000039c, 0x00040000, 0x019c0010, 0x0000139c, 0x00080000, 0x010213ad, 0x210a0002, 0x23033106, 0x23001302, 0x2333353c, 0x23f313bd, 0x03ff00c4, 0x040b0000, 0x00001302, 0x23357823, 0xf313bd03, 0xff008104, 0x0b000000, 0x00130223, 0x35b423f3, 0x13bd03ff, 0x0024040b, 0x00000000, 0x130223f3, 0x13bd03ff, 0x0000040b, 0x00000000, 0x13021302, 0x23033107, 0x23001302, 0x2333353c, 0x23f313bd, 0x03ff00a3, 0x040c0000, 0x00001302, 0x23357823, 0xf313bd03, 0xff005904, 0x0c000000, 0x00130223, 0x35b423f3, 0x13bd03ff, 0x003a040c, 0x00000000, 0x130223f3, 0x13bd03ff, 0x0034040c, 0x00000000, 0x13021302, 0x23033108, 0x23001302, 0x2333353c, 0x23f313bd, 0x03ff00a2, 0x040d0000, 0x00001302, 0x23357823, 0xf313bd03, 0xff00cb04, 0x0d000000, 0x00130223, 0x35b423f3, 0x13bd03ff, 0x0036040d, 0x00000000, 0x130223f3, 0x13bd03ff, 0x00c0040d, 0x00000000, 0x13021302, 0x23033109, 0x23001302, 0x2333353c, 0x23f313bd, 0x03ff00d6, 0x040e0000, 0x00001302, 0x23357823, 0xf313bd03, 0xff009804, 0x0e000000, 0x00130223, 0x35b423f3, 0x13bd03ff, 0x006b040e, 0x00000000, 0x130223f3, 0x13bd03ff, 0x002a040e, 0x00000000, 0x13021300, 0x0102036d, 0x04010223, 0x03310223, 0x00130223, 0x33353c23, 0xf313bd04, 0xff00c404, 0x02000000, 0x00130223, 0x357823f3, 0x13bd04ff, 0x00810402, 0x00000000, 0x13022335, 0xb423f313, 0xbd04ff00, 0x24040200, 0x00000013, 0x0223f313, 0xbd04ff00, 0x00040200, 0x00000013, 0x02130223, 0x03310323, 0x00130223, 0x33353c23, 0xf313bd04, 0xff00a304, 0x03000000, 0x00130223, 0x357823f3, 0x13bd04ff, 0x00590403, 0x00000000, 0x13022335, 0xb423f313, 0xbd04ff00, 0x3a040300, 0x00000013, 0x0223f313, 0xbd04ff00, 0x34040300, 0x00000013, 0x02130223, 0x03310423, 0x00130223, 0x33353c23, 0xf313bd04, 0xff00a204, 0x04000000, 0x00130223, 0x357823f3, 0x13bd04ff, 0x00cb0404, 0x00000000, 0x13022335, 0xb423f313, 0xbd04ff00, 0x36040400, 0x00000013, 0x0223f313, 0xbd04ff00, 0xc0040400, 0x00000013, 0x02130223, 0x03310523, 0x00130223, 0x33353c23, 0xf313bd04, 0xff00d604, 0x05000000, 0x00130223, 0x357823f3, 0x13bd04ff, 0x00980405, 0x00000000, 0x13022335, 0xb423f313, 0xbd04ff00, 0x6b040500, 0x00000013, 0x0223f313, 0xbd04ff00, 0x2a040500, 0x00000013, 0x02130001, 0x020103b4, 0x00007823, 0x01010223, 0x01300400 }; +u32 ai_10[] = { 0x8e06ad72, 0x310a0005, 0xfd040704 }; +u32 ai_11[] = { 0x8e07ad72, 0x320a0005, 0xfd040704 }; +u32 ai_12[] = { 0x8e08ad72, 0x330a0005, 0xfd040704 }; +u32 ai_13[] = { 0x8e09ad72, 0x340a0005, 0xfd040704 }; +u32 ai_6[] = { 0x02238f00, 0x288dbf33, 0x358013bf, 0x00b80800, 0x00000023, 0x0213bf00, 0xb8081000, 0x00002302, 0x23c000d9, 0x00000000, 0x01000102, 0x0105fd04, 0x0a040000 }; +u32 ai_14[] = { 0x02381f00, 0xcd020303, 0x2f230103, 0x02234dfd, 0x001e00cd, 0x23013802, 0x2322ad67, 0x6f6e650a, 0x00020103, 0x01010400 }; +u32 ai_15[] = { 0x02381f00, 0x23020303, 0x2f230103, 0x02234dfd, 0x001e0023, 0x23013802, 0x2322ad67, 0x6f6e650a, 0x00020103, 0x01010400 }; +u32 ai_21[] = { 0x9d000008, 0x0002388e, 0x00020003, 0x0a001e00, 0x53005404, 0x104b001e, 0x23010002, 0x23c38c26, 0xae020303, 0xb4000078, 0x23010302, 0x239a2000, 0x00000a00, 0xa8003c00, 0x780010c3, 0x8c230201, 0x032f2301, 0x010223c3, 0x8c2405fd, 0x04170400 }; +u32 ai_22[] = { 0x0239039c, 0x00800000, 0x23001302, 0x23960123, 0x9a000008, 0x00ae9401, 0x00130223, 0xb300012c, 0x13c38c25, 0x05fd0418, 0x02134b00, 0x32232800, 0x02232900, 0x01390200, 0x039c0080, 0x0000014b, 0x0014032f, 0x01010002, 0x3a013902, 0x03080204, 0x039c0080, 0x0000014b, 0x00083b4c, 0x00280101, 0x04023b47, 0x403c48c0, 0x3c000502, 0x3c023d00, 0x05020503, 0x9c008000, 0x00012f06, 0x01050206, 0x01030201, 0x01390400 }; +u32 ai_23[] = { 0xae020503, 0xb4000078, 0x38010502, 0x381f0009, 0x0203036d, 0x043d0013, 0x023dd900, 0x00091302, 0x132f234d, 0xfd002800, 0x09230103, 0x02234dfd, 0x00280009, 0x23013802, 0x239a0100, 0x00001700, 0x01000000, 0x0200039c, 0x02000000, 0x23010002, 0x23210204, 0x03010404 }; +u32 ai_39[] = { 0x0203039c, 0x08000000, 0x00010302, 0x00033100, 0x239c0400, 0x00003d01, 0x00023d03, 0x03031800, 0x08080223, 0x9a004000, 0x00020103, 0x01010400 }; +u32 ai_40[] = { 0x0200039c, 0x01000000, 0x23010002, 0x236d0423, 0x01000223, 0x02030353, 0x01f40009, 0x23010302, 0x23f323bd, 0x1345000c, 0x041d0000, 0x001023ad, 0x4f206661, 0x696c0a00, 0x01030223, 0x9a020000, 0x00ad4f20, 0x696e6974, 0x0a0003f3, 0x23bd13ff, 0x000a041a, 0x00000010, 0x230223f3, 0x23bd13ff, 0x000b041b, 0x00000010, 0x230223f3, 0x23bd13ff, 0x000d041c, 0x00000010, 0x230223f3, 0x23bd13ff, 0x000e041c, 0x00000010, 0x230223f3, 0x23bd13ff, 0x000f041c, 0x00000010, 0x23022302, 0x04030104, 0x04000000 }; +u32 ai_28[] = { 0x9d000008, 0x008e0abf, 0x00cd0600, 0x00000023, 0x02231400, 0x21000000, 0x0200039c, 0x04000000, 0x23462330, 0xfd234b00, 0x96230100, 0x0223ae00, 0x33023303, 0x9c040000, 0x00014601, 0x30fd014c, 0x00fa0f95, 0x01b1b400, 0x096010b4, 0x0007080e, 0xb40005dc, 0x0db40004, 0xb00cb400, 0x03840bb4, 0x0002580a, 0xb400012c, 0x09013302, 0x09b40001, 0x6823c38c, 0x28022301, 0x33020ab4, 0x00029423, 0xc38c2902, 0x23013302, 0x0bb40003, 0xc023c38c, 0x2a022301, 0x33020cb4, 0x0004ec23, 0xc38c2b02, 0x23013302, 0x0db40006, 0x1823c38c, 0x2c022301, 0x33020eb4, 0x00074423, 0xc38c2d02, 0x23013302, 0x10b40009, 0x9c23c38c, 0x2f022301, 0x33020f96, 0x0113c38c, 0x2e0213b0, 0x94010133, 0x02019a04, 0x00000016, 0x00010000, 0x03020303, 0x2f230103, 0x022305fd, 0x041e0400 }; +u32 ai_24[] = { 0x8dbf3335, 0x8013bf00, 0xb8080000, 0x00002302, 0x13bf00b8, 0x08100000, 0x00230223, 0xc000d600, 0x00000023, 0x02231400, 0x24000000, 0x0200039c, 0x04000000, 0x23462330, 0xfd230100, 0x02239a04, 0x00000016, 0x00040000, 0x03020303, 0x2f230103, 0x022305fd, 0x041e0400 }; +u32 ai_25[] = { 0x8e0b05fd, 0x04190400 }; +u32 ai_26[] = { 0x8e0c05fd, 0x04190400 }; +u32 ai_27[] = { 0x8dbf3335, 0x8013bf00, 0xb8080000, 0x00002302, 0x13bf00b8, 0x08100000, 0x00230223, 0xc000d600, 0x00000023, 0x02231500, 0x21000000, 0x0200039c, 0x04000000, 0x23462330, 0xfd230100, 0x02239a04, 0x00000016, 0x00010000, 0x03020303, 0x2f230103, 0x022305fd, 0x041e0400 }; +u32 ai_29[] = { 0x02381500, 0x21000023, 0x02230316, 0x00010000, 0x23022302, 0x03032f23, 0x01030223, 0x01380400 }; +u32 ai_41[] = { 0x0200039c, 0x00800000, 0x23010002, 0x23a30100, 0x04000033, 0x351e2365, 0x0100cd00, 0x03022335, 0x3c236501, 0x00d60003, 0x0223355a, 0x23650100, 0xd0000302, 0x23357823, 0x650100c8, 0x00030223, 0x35962365, 0x0100cb00, 0x03022335, 0xb4236501, 0x00c40003, 0x022335d2, 0x23650100, 0xd5000302, 0x2335f023, 0x650100c2, 0x00030223, 0x650100c0, 0x0203036d, 0x04045500, 0xb3230103, 0x0223c38c, 0x27010302, 0x04030104, 0x04000000 }; +u32 ai_0[] = { 0xad627272, 0x6d206272, 0x726d0a00, 0x02000301, 0x00040000 }; +u32 ai_42[] = { 0x023803eb, 0x3e550016, 0x23013802, 0x23ecd700, 0xda020303, 0xdc230103, 0x0223310a, 0x299c0400, 0x00002905, 0xfd042002, 0x29d205fd, 0x0001023e, 0x05fd0001, 0x04000000 }; +u32 ai_31[] = { 0xf12305fd, 0x000f0223, 0xddeaed03, 0x0303d502, 0x00010000, 0xdbf40000, 0xffdf03df, 0x0405f804, 0x21a10a00, 0x00040005, 0x0a0422a1, 0x0b000004, 0x00050b04, 0x23a10c00, 0x00040005, 0x0c042402, 0x01030101, 0x04000000 }; +u32 ai_32[] = { 0xd9fd0010, 0x2302230a, 0x006bffff, 0xffff0610, 0xae020303, 0xb400012c, 0x23010302, 0x23da0204, 0x03dc2301, 0x040223d2, 0x02010301, 0x01040000 }; +u32 ai_33[] = { 0xd9fd0011, 0x2302230a, 0x0052ffff, 0xffff0610, 0x02010301, 0x01040000 }; +u32 ai_34[] = { 0xd9fd0014, 0x2302230a, 0x0028ffff, 0xffff0610, 0x02010301, 0x01040000 }; +u32 ai_35[] = { 0xd9fd0013, 0x23022315, 0x00210000, 0x230223ae, 0x020303b4, 0x00010e23, 0x01030223, 0x08022302, 0x01030101, 0x04000000 }; +u32 ai_30[] = { 0xae020303, 0xb4000000, 0x23010302, 0x230a0061, 0xffff00af, 0x04100201, 0x03010104 }; +u32 ai_43[] = { 0x020303cf, 0x23010302, 0x2305f804, 0x1f020103, 0x01010400 }; +u32 ai_44[] = { 0x0200039c, 0x40000000, 0x23010002, 0x23ae0204, 0x03ad4932, 0x0a00b400, 0x025810b4, 0x0001680f, 0xb400012c, 0x0eb40000, 0xb40db400, 0x00780cb4, 0x00003c0b, 0xb4000000, 0x0a010402, 0x0aad5431, 0x0a00a40b, 0x00020000, 0x5f0ba40c, 0x00020000, 0x5f0c0104, 0x020ba400, 0x00020000, 0x5f00a40d, 0x00020000, 0x5f0da40e, 0x00020000, 0x5f0e0104, 0x020ca40f, 0x00020000, 0x5f0fa410, 0x00020000, 0x5f100104, 0x020d0104, 0x020e0104, 0x020f0104, 0x0210ad43, 0x4c0a0005, 0xfd000104, 0x0200039c, 0x00100000, 0x01300123, 0x31012301, 0x0002239a, 0x00200000, 0x02010301, 0x01040000 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x0000041b }, + /* index = 27 */ + { &ai_27, 0x0000041c }, + /* index = 28 */ + { &ai_28, 0x0000041d }, + /* index = 29 */ + { &ai_29, 0x0000041e }, + /* index = 30 */ + { &ai_30, 0x0000041f }, + /* index = 31 */ + { &ai_31, 0x00000420 }, + /* index = 32 */ + { &ai_32, 0x00000421 }, + /* index = 33 */ + { &ai_33, 0x00000422 }, + /* index = 34 */ + { &ai_34, 0x00000423 }, + /* index = 35 */ + { &ai_35, 0x00000424 }, + /* index = 36 */ + { &ai_36, 0x00001000 }, + /* index = 37 */ + { &ai_37, 0x00001001 }, + /* index = 38 */ + { &ai_38, 0x00001002 }, + /* index = 39 */ + { &ai_39, 0x00001003 }, + /* index = 40 */ + { &ai_40, 0x00001004 }, + /* index = 41 */ + { &ai_41, 0x00001005 }, + /* index = 42 */ + { &ai_42, 0x00001006 }, + /* index = 43 */ + { &ai_43, 0x00001007 }, + /* index = 44 */ + { &ai_44, 0x00001008 }, + /* index = 45 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/setup/u/UsetuptraZ.c b/assets/obseg/setup/u/UsetuptraZ.c new file mode 100644 index 0000000..538e5b5 --- /dev/null +++ b/assets/obseg/setup/u/UsetuptraZ.c @@ -0,0 +1,1842 @@ +/* +* This file was automatically generated +* +* Monday, January 17, 2022 9:36:17 AM +* Getools.Lib: 21.9.18.1 +*/ + +#include "ultra64.h" +#include "bondtypes.h" + +// forward declarations +PadRecord padlist[]; +BoundPadRecord pad3dlist[]; +s32 propDefs[]; +s32 intro[]; +waygroup pathsets[]; +waypoint pathwaypoints[]; +PathRecord patrolpaths[]; +AIListRecord ailists[]; + +stagesetup UsetuptraZ = { + &pathwaypoints, + &pathsets, + &intro, + &propDefs, + &patrolpaths, + &ailists, + &padlist, + &pad3dlist, + NULL, + NULL +}; + +PadRecord padlist[] = { + { {-116.0f, 29.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, -0.034894f}, "p889a2", 0 }, + { {-203.0f, 29.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p983a", 0 }, + { {-158.0f, 29.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, -0.034898f}, "p979a", 0 }, + { {-78.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, -0.034898f}, "p884a2", 0 }, + { {-120.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, -0.034894f}, "p889a1", 0 }, + { {-632.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.707106f, 0.0f, 0.707108f}, "p471b", 0 }, + { {-647.0f, 29.0f, -15.0f}, {0.0f, 1.0f, 0.0f}, {0.965926f, 0.0f, -0.258818f}, "p607b", 0 }, + { {-564.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {0.966152f, 0.0f, 0.257974f}, "p502b2", 0 }, + { {-566.0f, 29.0f, -26.0f}, {0.0f, 1.0f, 0.0f}, {0.999755f, 0.0f, -0.02214f}, "p502b1", 0 }, + { {-528.0f, 29.0f, -25.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p502b1", 0 }, + { {-485.0f, 29.0f, -5.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p498b1", 0 }, + { {-502.0f, 29.0f, -51.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p498b2", 0 }, + { {-437.0f, 29.0f, -51.0f}, {0.0f, 1.0f, 0.0f}, {0.82566f, 0.0f, 0.564168f}, "p498b2", 0 }, + { {-419.0f, 29.0f, -50.0f}, {0.0f, 1.0f, 0.0f}, {-0.043774f, 0.0f, 0.999041f}, "p498b2", 0 }, + { {-363.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {0.055241f, 0.0f, -0.998473f}, "p505b2", 0 }, + { {-356.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {0.999999f, 0.0f, 0.001136f}, "p505b2", 0 }, + { {-322.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {0.999895f, 0.0f, 0.014489f}, "p505b2", 0 }, + { {-313.0f, 29.0f, -32.0f}, {0.0f, 1.0f, 0.0f}, {0.971308f, 0.0f, 0.237824f}, "p505b1", 0 }, + { {-278.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.98581f, 0.0f, 0.167866f}, "p510b", 0 }, + { {-279.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {0.951057f, 0.0f, -0.309016f}, "p510b", 0 }, + { {-1084.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3647c", 0 }, + { {-1055.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3476c2", 0 }, + { {-980.0f, 29.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3394c2", 0 }, + { {-1018.0f, 29.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p3435c2", 0 }, + { {-960.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2525c", 0 }, + { {-938.0f, 29.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {3e-06, 0.0f, -1.0f}, "p3590c2", 0 }, + { {-942.0f, 29.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {3e-06, 0.0f, -1.0f}, "p3590c2", 0 }, + { {-860.0f, 29.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {-0.529918f, 0.0f, -0.848049f}, "p2938c2", 0 }, + { {-864.0f, 29.0f, -19.0f}, {0.0f, 1.0f, 0.0f}, {0.390733f, 0.0f, -0.920504f}, "p2938c2", 0 }, + { {-820.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {-0.601814f, 0.0f, -0.798636f}, "p3353c2", 0 }, + { {-807.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2429c", 0 }, + { {-827.0f, 29.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {0.587786f, 0.0f, -0.809016f}, "p3353c2", 0 }, + { {-743.0f, 29.0f, -20.0f}, {0.0f, 1.0f, 0.0f}, {-0.258818f, 0.0f, -0.965926f}, "p2791c1", 0 }, + { {-713.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p2699c", 0 }, + { {-1525.0f, 29.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-1e-06, 0.0f, 1.0f}, "p2752d1", 0 }, + { {-1508.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2932d", 0 }, + { {-1554.0f, 29.0f, -43.0f}, {0.0f, 1.0f, 0.0f}, {-0.707108f, 0.0f, 0.707106f}, "p2815d", 0 }, + { {-1409.0f, 29.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2640d1", 0 }, + { {-1483.0f, 29.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2711d2", 0 }, + { {-1403.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2640d2", 0 }, + { {-1326.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2538d2", 0 }, + { {-1419.0f, 29.0f, -7.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3011d", 0 }, + { {-1330.0f, 29.0f, -36.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2538d1", 0 }, + { {-1343.0f, 29.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3028d", 0 }, + { {-1269.0f, 29.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3113d", 0 }, + { {-1249.0f, 29.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-0.258821f, 0.0f, 0.965925f}, "p2435d2", 0 }, + { {-1303.0f, 29.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3105d", 0 }, + { {-1248.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {0.139172f, 0.0f, 0.990268f}, "p2435d2", 0 }, + { {-1292.0f, 29.0f, -40.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2476d1", 0 }, + { {-1225.0f, 29.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3121d", 0 }, + { {-1213.0f, 29.0f, -40.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p2394d1", 0 }, + { {-1197.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3119d", 0 }, + { {-2041.0f, 29.0f, -33.0f}, {0.0f, 1.0f, 0.0f}, {0.707098f, 0.0f, 0.707116f}, "p820e1", 0 }, + { {-2002.0f, 29.0f, -32.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p922e", 0 }, + { {-2000.0f, 29.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p827e", 0 }, + { {-1955.0f, 29.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {0.866026f, 0.0f, -0.499999f}, "p838e", 0 }, + { {-1956.0f, 29.0f, -40.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p842e2", 0 }, + { {-1901.0f, 29.0f, -44.0f}, {0.0f, 1.0f, 0.0f}, {0.965925f, 0.0f, 0.258821f}, "p848e1", 0 }, + { {-1826.0f, 29.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p867e", 0 }, + { {-1824.0f, 29.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {2e-06, 0.0f, -1.0f}, "p874e", 0 }, + { {-1797.0f, 29.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {0.499999f, 0.0f, 0.866026f}, "p885e2", 0 }, + { {-1751.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p889e2", 0 }, + { {-1734.0f, 29.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {0.707108f, 0.0f, -0.707106f}, "p890e2", 0 }, + { {-1697.0f, 29.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p893e1", 0 }, + { {-1666.0f, 29.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p898e2", 0 }, + { {-1659.0f, 29.0f, -24.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p917e", 0 }, + { {-1631.0f, 29.0f, -43.0f}, {0.0f, 1.0f, 0.0f}, {0.866024f, 0.0f, 0.500002f}, "p901e", 0 }, + { {-2234.0f, 29.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {0.999391f, 0.0f, 0.034901f}, "p1738f", 0 }, + { {-2141.0f, 29.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-2e-06, 0.0f, 1.0f}, "p1734f2", 0 }, + { {-2154.0f, 29.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1728f1", 0 }, + { {-2233.0f, 29.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {0.987688f, 0.0f, 0.156436f}, "p1742f", 0 }, + { {-2407.0f, 29.0f, -18.0f}, {0.0f, 1.0f, 0.0f}, {0.981434f, 0.0f, -0.191802f}, "p1841f2", 0 }, + { {-2408.0f, 29.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {0.999974f, 0.0f, 0.007245f}, "p1840f2", 0 }, + { {-2352.0f, 29.0f, -41.0f}, {0.0f, 1.0f, 0.0f}, {0.866025f, 0.0f, 0.500001f}, "p3320f2", 0 }, + { {-2338.0f, 29.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {0.258818f, 0.0f, 0.965926f}, "p3316f2", 0 }, + { {-2110.0f, -1.0f, 61.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p2914f", 0 }, + { {-2078.0f, -1.0f, 44.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p2914f", 0 }, + { {-1945.0f, -1.0f, 64.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3424f2", 0 }, + { {-1773.0f, -1.0f, 27.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3424f1", 0 }, + { {-1732.0f, -1.0f, 58.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3424f2", 0 }, + { {-2053.0f, -1.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3424f1", 0 }, + { {-2328.0f, 29.0f, -17.0f}, {0.0f, 1.0f, 0.0f}, {0.258818f, 0.0f, 0.965926f}, "p3322f2", 0 }, + { {-2320.0f, 29.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3316f1", 0 }, + { {-2291.0f, 29.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1852f1", 0 }, + { {-4124.0f, 47.0f, 43.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3120f2", 0 }, + { {-2492.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1759f", 0 }, + { {-2330.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3316f1", 0 }, + { {-2176.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1732f", 0 }, + { {-2235.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1740f", 0 }, + { {-2120.0f, 47.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1728f2", 0 }, + { {-2174.0f, 47.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1728f1", 0 }, + { {-2203.0f, 47.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1737f", 0 }, + { {-2176.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1735f2", 0 }, + { {-2093.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1725f", 0 }, + { {-2256.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3325f", 0 }, + { {-2372.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1840f1", 0 }, + { {-2452.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1754f2", 0 }, + { {-2416.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p1840f2", 0 }, + { {-2254.0f, 17.0f, 43.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2908f", 0 }, + { {-2157.0f, 17.0f, 40.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2913f", 0 }, + { {-1697.0f, 17.0f, 43.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3424f2", 0 }, + { {-2486.0f, 47.0f, 41.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2911f", 0 }, + { {-3327.0f, 47.0f, 36.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3110f2", 0 }, + { {-3088.0f, 47.0f, 40.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3105f2", 0 }, + { {-2764.0f, 47.0f, 42.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3075f1", 0 }, + { {-2109.0f, 17.0f, 30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2914f", 0 }, + { {-2052.0f, 17.0f, 60.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3424f1", 0 }, + { {-1614.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p909e1", 0 }, + { {-1633.0f, 47.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707106f}, "p960e", 0 }, + { {-1648.0f, 47.0f, -23.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, -0.707106f}, "p917e", 0 }, + { {-1677.0f, 47.0f, -45.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p898e2", 0 }, + { {-1695.0f, 47.0f, -45.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p895e2", 0 }, + { {-1802.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p885e2", 0 }, + { {-1822.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p860e1", 0 }, + { {-1826.0f, 47.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p867e", 0 }, + { {-1827.0f, 47.0f, -10.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p874e", 0 }, + { {-1840.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p858e1", 0 }, + { {-1857.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p855e2", 0 }, + { {-1970.0f, 47.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p836e2", 0 }, + { {-1985.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p828e", 0 }, + { {-2022.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p914e", 0 }, + { {-2015.0f, 47.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707106f}, "p923e", 0 }, + { {-2032.0f, 47.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {0.707107f, 0.0f, -0.707106f}, "p823e", 0 }, + { {-2049.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p818e2", 0 }, + { {-1577.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2832d", 0 }, + { {-1567.0f, 47.0f, -14.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2829d", 0 }, + { {-1556.0f, 47.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2814d", 0 }, + { {-1523.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2933d", 0 }, + { {-1523.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2752d1", 0 }, + { {-1483.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2711d1", 0 }, + { {-1483.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2925d", 0 }, + { {-1444.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2917d", 0 }, + { {-1444.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2670d1", 0 }, + { {-1405.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2640d1", 0 }, + { {-1405.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3011d", 0 }, + { {-1367.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2589d1", 0 }, + { {-1367.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3019d", 0 }, + { {-1327.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2538d1", 0 }, + { {-1327.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3027d", 0 }, + { {-1289.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2476d1", 0 }, + { {-1289.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3104d", 0 }, + { {-1250.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2435d1", 0 }, + { {-1249.0f, 47.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3112d", 0 }, + { {-1210.0f, 47.0f, -27.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2394d1", 0 }, + { {-1209.0f, 47.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3120d", 0 }, + { {-1178.0f, 47.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2295d", 0 }, + { {-1164.0f, 47.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2311d", 0 }, + { {-1180.0f, 47.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {-0.707106f, 0.0f, -0.707107f}, "p2307d", 0 }, + { {-1150.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2316d2", 0 }, + { {-685.0f, 47.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2719c2", 0 }, + { {-701.0f, 47.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2714c", 0 }, + { {-712.0f, 47.0f, -22.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2698c", 0 }, + { {-712.0f, 47.0f, -49.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2710c", 0 }, + { {-744.0f, 47.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2446c", 0 }, + { {-744.0f, 47.0f, -32.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2791c1", 0 }, + { {-783.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2438c", 0 }, + { {-783.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3312c1", 0 }, + { {-822.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2430c", 0 }, + { {-822.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3353c1", 0 }, + { {-861.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2540c", 0 }, + { {-861.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2938c1", 0 }, + { {-900.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2532c", 0 }, + { {-899.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3539c1", 0 }, + { {-940.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2524c", 0 }, + { {-939.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3590c1", 0 }, + { {-979.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2617c", 0 }, + { {-978.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3394c1", 0 }, + { {-1018.0f, 47.0f, -47.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2625c", 0 }, + { {-1017.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3435c1", 0 }, + { {-1057.0f, 47.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p2633c", 0 }, + { {-1056.0f, 47.0f, -30.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3476c1", 0 }, + { {-1090.0f, 47.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3658c", 0 }, + { {-1090.0f, 47.0f, -25.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3646c", 0 }, + { {-1101.0f, 47.0f, -35.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p3662c", 0 }, + { {-244.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p602b", 0 }, + { {-275.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p510b", 0 }, + { {-296.0f, 47.0f, -11.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p505b1", 0 }, + { {-324.0f, 47.0f, -31.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p505b1", 0 }, + { {-363.0f, 47.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p505b2", 0 }, + { {-386.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p498b1", 0 }, + { {-422.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p498b1", 0 }, + { {-420.0f, 47.0f, -46.0f}, {0.0f, 1.0f, 0.0f}, {-0.707107f, 0.0f, 0.707106f}, "p498b2", 0 }, + { {-456.0f, 47.0f, -48.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p498b2", 0 }, + { {-530.0f, 47.0f, -12.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -1e-06}, "p502b1", 0 }, + { {-591.0f, 47.0f, -24.0f}, {0.0f, 1.0f, 0.0f}, {0.719339f, 0.0f, 0.694659f}, "p502b2", 0 }, + { {-647.0f, 47.0f, -32.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, -1e-06}, "p471b", 0 }, + { {117.0f, 45.0f, -9.0f}, {0.0f, 1.0f, 0.0f}, {1e-06, 0.0f, -1.0f}, "p885a1", 0 }, + { {-207.0f, 45.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 1e-06}, "p982a", 0 }, + { {-2351.0f, 29.0f, -28.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1750f2", 0 }, + { {-2274.0f, 29.0f, -8.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2361f", 0 }, + { {-2217.0f, 29.0f, -29.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1740f", 0 }, + { {-2267.0f, 29.0f, -38.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1852f1", 0 }, + { {-2325.0f, 29.0f, -26.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3316f1", 0 }, + { {-2225.0f, 29.0f, -34.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1741f", 0 }, + { {-2307.0f, 29.0f, -39.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1852f1", 0 }, + { {-2242.0f, 29.0f, 18.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p2913f", 0 }, + { {-2441.0f, 58.0f, 15.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3083f", 0 }, + { {-2745.0f, 15.0f, 25.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p3075f1", 0 }, + { {-2141.0f, 29.0f, -13.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1735f2", 0 }, + { {-2116.0f, 29.0f, -45.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1728f2", 0 }, + { {-2166.0f, 29.0f, -43.0f}, {0.0f, 1.0f, 0.0f}, {1.0f, 0.0f, 2e-06}, "p1728f1", 0 }, + { {-3387.0f, 29.0f, 41.0f}, {0.0f, 1.0f, 0.0f}, {-0.963234f, 0.0f, 0.268665f}, "p3110f1", 0 }, + { {-3402.0f, 29.0f, 53.0f}, {0.0f, 1.0f, 0.0f}, {-0.493712f, 0.0f, -0.869625f}, "p3110f1", 0 }, + { {-3413.0f, 29.0f, 28.0f}, {0.0f, 1.0f, 0.0f}, {-0.999974f, 0.0f, -0.007245f}, "p3111f1", 0 }, + { {-2990.0f, 29.0f, 24.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3099f1", 0 }, + { {-2956.0f, 29.0f, 41.0f}, {0.0f, 1.0f, 0.0f}, {-1.0f, 0.0f, -2e-06}, "p3099f1", 0 }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0 } +}; + + +BoundPadRecord pad3dlist[] = { + { {-206.0f, 25.0f, -47.0f}, {-0.000132f, 1.0f, 5.4e-05}, {0.920328f, 0.000101f, 0.391148f}, "p983a", 0, {-7.477708f, 7.870174f, -0.001118f, 13.000985f, -2.254748f, 3.176387f} }, + { {-61.0f, 26.0f, -30.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p884a2", 0, {-9.020431f, 9.025547f, -0.000599f, 17.000479f, -8.022992f, 10.022985f} }, + { {37.0f, 26.0f, -30.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a1", 0, {-9.020429f, 9.025549f, -0.000599f, 17.000479f, -8.021973f, 10.024004f} }, + { {56.0f, 26.0f, -12.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a1", 0, {-9.020431f, 9.025549f, -0.000599f, 17.000479f, -8.022992f, 10.024004f} }, + { {56.0f, 26.0f, -28.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p964a1", 0, {-8.020435f, 9.025547f, -0.000599f, 17.000479f, -8.022992f, 10.020428f} }, + { {-16.0f, 26.0f, -24.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a2", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-8.0f, 26.0f, -43.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a2", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {149.0f, 26.0f, -46.0f}, {-2.7e-05, 1.0f, -5.4e-05}, {0.444971f, 6e-05, 0.895545f}, "p885a1", 0, {-8.921829f, 8.966662f, -0.00059f, 17.000483f, -8.071114f, 9.817374f} }, + { {168.0f, 26.0f, -14.0f}, {1.8e-05, 1.0f, -5.7e-05}, {-0.306668f, 6e-05, 0.951817f}, "p886a1", 0, {-9.581789f, 8.936646f, -0.000618f, 17.000486f, -8.131411f, 10.342731f} }, + { {192.0f, 26.0f, -11.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p886a1", 0, {-9.020431f, 8.02555f, -0.000599f, 17.000479f, -8.020434f, 10.022985f} }, + { {192.0f, 26.0f, -30.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p886a1", 0, {-9.017874f, 8.025553f, -0.000599f, 17.00042f, -7.020438f, 10.024004f} }, + { {56.0f, 43.0f, -13.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a1", 0, {-9.017874f, 9.028104f, -0.000659f, 18.00042f, -7.022995f, 11.022982f} }, + { {56.0f, 43.0f, -30.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p964a1", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {147.0f, 43.0f, -44.0f}, {-7e-06, 1.0f, 5.9e-05}, {0.12787f, 6e-05, -0.991791f}, "p885a1", 0, {-8.95729f, 9.468771f, -0.000653f, 18.000431f, -7.22837f, 10.878529f} }, + { {-8.0f, 43.0f, -44.0f}, {-2e-06, 1.0f, -6e-05}, {0.033878f, 6e-05, 0.999426f}, "p964a2", 0, {-8.757685f, 9.265865f, -0.000581f, 18.00046f, -7.690502f, 9.72431f} }, + { {-18.0f, 43.0f, -23.0f}, {-5.8e-05, 1.0f, -1.5e-05}, {0.966883f, 6e-05, 0.255219f}, "p964a2", 0, {-9.32037f, 8.863924f, -0.000605f, 18.000475f, -7.882304f, 10.071289f} }, + { {-96.0f, 26.0f, -46.0f}, {-5.8e-05, 1.0f, 1.7e-05}, {0.961004f, 6e-05, -0.276534f}, "p889a1", 0, {-9.188374f, 9.215837f, -0.00059f, 17.000477f, -7.950836f, 9.872844f} }, + { {-94.0f, 26.0f, -16.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p889a1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-56.0f, 26.0f, -12.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p884a1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-175.0f, 43.0f, -12.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p980a", 0, {-9.020431f, 9.025549f, -0.000599f, 18.000479f, -8.022992f, 10.024064f} }, + { {-175.0f, 26.0f, -11.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p980a", 0, {-8.017877f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.021446f} }, + { {-135.0f, 26.0f, -27.0f}, {-4.3e-05, 1.0f, -4.1e-05}, {0.719988f, 6e-05, 0.693987f}, "p889a2", 0, {-9.767818f, 8.639855f, -0.000624f, 17.00052f, -8.665853f, 10.435803f} }, + { {214.0f, 33.0f, -24.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p892a2", 0, {-1.0f, 1.0f, -4.0f, 15.0f, -8.0f, 28.0f} }, + { {-214.0f, 33.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p272a2", 0, {-1.0f, 1.0f, -2.0f, 17.0f, -8.0f, 28.0f} }, + { {-296.0f, 26.0f, -27.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p505b1", 0, {-8.017877f, 9.028104f, -0.000659f, 17.00042f, -7.022995f, 11.020424f} }, + { {-338.0f, 26.0f, -47.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002526f}, "p505b2", 0, {-9.017653f, 9.025234f, -0.000599f, 17.00042f, -7.022711f, 10.02372f} }, + { {-330.0f, 26.0f, -12.0f}, {0.0f, 1.0f, 6e-05}, {0.002526f, 6e-05, -0.999997f}, "p505b1", 0, {-9.017653f, 9.025234f, -0.000599f, 17.00042f, -7.022711f, 10.02372f} }, + { {-348.0f, 26.0f, -12.0f}, {0.0f, 1.0f, 6e-05}, {0.002526f, 6e-05, -0.999997f}, "p505b1", 0, {-9.017653f, 9.025234f, -0.000599f, 17.00042f, -7.022711f, 10.02372f} }, + { {-385.0f, 26.0f, -28.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-403.0f, 26.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b2", 0, {-8.017877f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.021446f} }, + { {-403.0f, 26.0f, -31.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p498b1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-446.0f, 26.0f, -34.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b2", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-454.0f, 26.0f, -15.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b1", 0, {-9.020429f, 9.025549f, -0.000599f, 17.000479f, -8.021973f, 10.024004f} }, + { {-503.0f, 26.0f, -11.0f}, {2.7e-05, 1.0f, 5.4e-05}, {-0.444971f, 6e-05, -0.895545f}, "p498b2", 0, {-9.41163f, 8.521691f, -0.00059f, 17.000483f, -8.070095f, 9.863222f} }, + { {-522.0f, 26.0f, -43.0f}, {-1.8e-05, 1.0f, 5.7e-05}, {0.306668f, 6e-05, -0.951817f}, "p498b2", 0, {-9.729392f, 8.4391f, -0.000618f, 17.000443f, -7.370472f, 10.343749f} }, + { {-545.0f, 26.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p502b2", 0, {-8.017877f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.021446f} }, + { {-545.0f, 26.0f, -28.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p502b1", 0, {-8.020432f, 9.025549f, -0.000599f, 17.000479f, -8.021973f, 10.021446f} }, + { {-595.0f, 26.0f, -43.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p502b2", 0, {-9.020431f, 9.025549f, -0.000599f, 17.000479f, -8.022992f, 10.024004f} }, + { {-614.0f, 26.0f, -47.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p606b", 0, {-8.020435f, 9.025547f, -0.000599f, 17.000479f, -8.022992f, 10.020428f} }, + { {-612.0f, 26.0f, -9.0f}, {1e-06, 1.0f, 6e-05}, {-0.011466f, 6e-05, -0.999934f}, "p606b", 0, {-9.114071f, 9.079675f, -0.000607f, 17.000427f, -7.102736f, 10.103557f} }, + { {-630.0f, 26.0f, -11.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p607b", 0, {-9.020429f, 9.025549f, -0.000599f, 17.000479f, -8.021973f, 10.024004f} }, + { {-348.0f, 43.0f, -12.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p505b1", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {-404.0f, 43.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b2", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {-403.0f, 43.0f, -29.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p498b1", 0, {-8.020432f, 9.025549f, -0.000599f, 18.000479f, -8.021913f, 10.021506f} }, + { {-500.0f, 43.0f, -13.0f}, {7e-06, 1.0f, -5.9e-05}, {-0.12787f, 6e-05, 0.991791f}, "p498b2", 0, {-9.758868f, 8.349112f, -0.000617f, 18.000423f, -7.101578f, 10.33377f} }, + { {-452.0f, 43.0f, -9.0f}, {2e-06, 1.0f, 6e-05}, {-0.033878f, 6e-05, -0.999426f}, "p498b1", 0, {-8.757685f, 9.231986f, -0.000618f, 18.00044f, -7.300888f, 10.300244f} }, + { {-443.0f, 43.0f, -35.0f}, {5.8e-05, 1.0f, 1.5e-05}, {-0.966883f, 6e-05, -0.255219f}, "p498b2", 0, {-9.065151f, 9.614846f, -0.00063f, 18.000416f, -6.91542f, 10.54355f} }, + { {-595.0f, 43.0f, -45.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p502b2", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {-615.0f, 43.0f, -47.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p606b", 0, {-9.017874f, 8.025553f, -0.000599f, 18.00042f, -7.020438f, 10.024064f} }, + { {-262.0f, 26.0f, -12.0f}, {5.8e-05, 1.0f, -1.7e-05}, {-0.961004f, 6e-05, 0.276534f}, "p603b", 0, {-9.084435f, 9.492371f, -0.00059f, 17.000532f, -8.91184f, 9.872844f} }, + { {-263.0f, 26.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p602b", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-302.0f, 26.0f, -46.0f}, {0.0f, 1.0f, 6e-05}, {0.002558f, 6e-05, -0.999997f}, "p505b1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-652.0f, 25.0f, -47.0f}, {-0.000132f, 1.0f, 5.4e-05}, {0.920328f, 0.000101f, 0.391148f}, "p614b", 0, {-7.477708f, 7.870174f, -0.001118f, 13.000985f, -2.254748f, 3.176387f} }, + { {-232.0f, 33.0f, -24.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p536b1", 0, {-1.0f, 1.0f, -4.0f, 15.0f, -8.0f, 28.0f} }, + { {-660.0f, 33.0f, -24.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p535b2", 0, {-1.0f, 1.0f, -4.0f, 15.0f, -8.0f, 28.0f} }, + { {-1106.0f, 25.0f, -49.0f}, {-0.000165f, 1.0f, 3.3e-05}, {0.742843f, 0.000101f, 0.669466f}, "p3661c", 0, {-7.281676f, 7.210056f, -0.001256f, 13.001124f, -2.45773f, 3.871349f} }, + { {-703.0f, 34.0f, -24.0f}, {-0.707113f, 0.0f, -0.7071f}, {2e-06, 1.0f, -3e-06}, "p2687c1", 0, {-9.2e-05, 0.707262f, -0.707124f, 14.142139f, -9.0f, 28.000008f} }, + { {-739.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2441c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-778.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2433c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-817.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2425c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-856.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2535c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-895.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2527c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-934.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2519c2", 0, {-1.0f, 1.0f, 0.0f, 13.0f, -8.999999f, 29.999998f} }, + { {-974.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2612c2", 0, {-1.0f, 1.0f, -1.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1013.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2620c2", 0, {-1.0f, 1.0f, -1.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1052.0f, 34.0f, -39.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2628c2", 0, {-1.0f, 1.0f, -1.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1101.0f, 34.0f, -24.0f}, {0.7071f, 0.0f, -0.707114f}, {1e-06, 1.0f, 2e-06}, "p3635c2", 0, {-7e-05, 0.00016f, -4e-06, 14.142148f, -9.000007f, 28.000002f} }, + { {-678.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3282c1", 0, {-1.0f, 1.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-1125.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3669c2", 0, {-1.0f, 0.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-848.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2536c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-872.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2542c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-887.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2528c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-911.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2534c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-950.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2526c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-926.0f, 45.0f, -39.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p2520c", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -4.0f, 15.0f} }, + { {-1163.0f, 25.0f, -10.0f}, {0.000165f, 1.0f, -3.3e-05}, {-0.742843f, 0.000101f, -0.669466f}, "p2310d", 0, {-7.281674f, 7.952898f, -0.00129f, 13.001125f, -3.127199f, 3.871352f} }, + { {-1168.0f, 34.0f, -34.0f}, {-0.7071f, 0.0f, 0.707114f}, {-1e-06, 1.0f, -2e-06}, "p2284d2", 0, {-7e-05, 0.70726f, -0.707118f, 14.142148f, -9.000007f, 28.000004f} }, + { {-1216.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3115d1", 0, {0.0f, 1.0f, -2.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1255.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3107d1", 0, {0.0f, 1.0f, -2.0f, 12.0f, -8.999999f, 29.999998f} }, + { {-1294.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3099d1", 0, {0.0f, 1.0f, -2.0f, 11.0f, -8.999999f, 29.999998f} }, + { {-1333.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3022d1", 0, {0.0f, 1.0f, -2.0f, 11.0f, -8.999999f, 29.999998f} }, + { {-1372.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3014d1", 0, {0.0f, 1.0f, -2.0f, 11.0f, -8.999999f, 29.999998f} }, + { {-1410.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3006d1", 0, {0.0f, 1.0f, -3.0f, 10.0f, -8.999999f, 29.999998f} }, + { {-1449.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2912d1", 0, {0.0f, 1.0f, -3.0f, 10.0f, -8.999999f, 29.999998f} }, + { {-1488.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2920d1", 0, {0.0f, 1.0f, -3.0f, 10.0f, -8.999999f, 29.999998f} }, + { {-1528.0f, 34.0f, -20.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2928d1", 0, {0.0f, 1.0f, -2.0f, 11.0f, -8.999999f, 29.999998f} }, + { {-1566.0f, 34.0f, -34.0f}, {0.707113f, 0.0f, 0.7071f}, {-2e-06, 1.0f, 3e-06}, "p2803d1", 0, {-0.707206f, 0.707262f, -0.707124f, 13.435039f, -9.000003f, 28.000008f} }, + { {-1143.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2282c2", 0, {-1.0f, 0.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-1591.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p2837d2", 0, {-1.0f, 1.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-1421.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3013d", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1397.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3007d", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1382.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3021d", 0, {-1.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1358.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3015d", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1343.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3029d", 0, {-1.0f, 8.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1319.0f, 44.0f, -20.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p3023d", 0, {-2.0f, 7.0f, 0.999999f, 1.0f, -3.0f, 16.0f} }, + { {-1676.0f, 26.0f, -27.0f}, {8e-05, 1.0f, 0.0f}, {-0.999997f, 8e-05, -0.002558f}, "p915e", 0, {-4.010217f, 5.012774f, -0.000399f, 12.00032f, -4.012775f, 5.011173f} }, + { {-1704.0f, 26.0f, -13.0f}, {8e-05, 1.0f, 0.0f}, {-0.999997f, 8e-05, -0.002558f}, "p893e1", 0, {-5.010214f, 4.012778f, -0.000399f, 12.00032f, -4.010217f, 5.01373f} }, + { {-1781.0f, 26.0f, -47.0f}, {9.3e-05, 1.0f, 0.0f}, {-0.999997f, 9.3e-05, -0.002558f}, "p885e2", 0, {-6.010211f, 5.017891f, -0.000652f, 17.000372f, -4.012775f, 7.016907f} }, + { {-1749.0f, 26.0f, -31.0f}, {2.2e-05, 1.0f, 0.0f}, {-0.999999f, 2.2e-05, -0.00119f}, "p889e1", 0, {-9.020216f, 10.027353f, -0.000513f, 15.000379f, -17.011883f, 23.011023f} }, + { {-1862.0f, 26.0f, -12.0f}, {6.2e-05, 1.0f, 6.2e-05}, {-0.705296f, 8.7e-05, -0.708913f}, "p852e1", 0, {-4.962389f, 5.671305f, -0.000493f, 15.000431f, -4.961082f, 5.643677f} }, + { {-1911.0f, 26.0f, -27.0f}, {2.2e-05, 1.0f, 0.0f}, {-0.999999f, 2.2e-05, -0.00119f}, "p848e1", 0, {-9.019027f, 10.028543f, -0.000535f, 15.000356f, -16.011885f, 24.011023f} }, + { {-1984.0f, 26.0f, -33.0f}, {8e-05, 1.0f, 0.0f}, {-0.999997f, 8e-05, -0.002558f}, "p922e", 0, {-5.010214f, 5.015332f, -0.000479f, 12.00032f, -4.012775f, 6.013727f} }, + { {-1762.0f, 41.0f, -32.0f}, {1.4e-05, 1.0f, 8e-06}, {-0.864744f, 1.6e-05, -0.502213f}, "p889e2", 0, {-4.742767f, 5.550993f, -8.1e-05, 2.00007f, -4.380237f, 5.048812f} }, + { {-2040.0f, 25.0f, -12.0f}, {0.0f, 1.0f, 0.000143f}, {0.707425f, 0.000101f, -0.706789f}, "p821e2", 0, {-7.779129f, 7.78108f, -0.001143f, 13.001001f, -2.12482f, 3.540344f} }, + { {-1636.0f, 34.0f, -25.0f}, {-0.707117f, 0.0f, -0.707096f}, {0.0f, 1.0f, 0.0f}, "p904e1", 0, {-2.1e-05, 0.707284f, -2.121331f, 12.020805f, -9.0f, 28.000002f} }, + { {-1688.0f, 34.0f, -39.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p785e2", 0, {-1.0f, 1.0f, -1.0f, 14.0f, -9.0f, 28.000002f} }, + { {-1815.0f, 34.0f, -35.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p789e1", 0, {-1.0f, 1.0f, -2.0f, 13.0f, -9.0f, 28.000002f} }, + { {-1851.0f, 34.0f, -36.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p788e1", 0, {-1.0f, 0.0f, -1.0f, 14.0f, -9.0f, 28.000002f} }, + { {-1978.0f, 34.0f, -20.0f}, {0.0f, 0.0f, 1.0f}, {0.0f, 1.0f, 0.0f}, "p829e2", 0, {-1.0f, 0.0f, 0.0f, 14.0f, -9.0f, 28.000002f} }, + { {-2029.0f, 34.0f, -33.0f}, {0.707117f, 0.0f, 0.707096f}, {0.0f, 1.0f, 0.0f}, "p830e2", 0, {-4.2e-05, 0.707284f, -2.828427f, 12.020805f, -9.0f, 28.000002f} }, + { {-1832.0f, 34.0f, -41.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p863e1", 0, {0.0f, 1.0f, -1.0f, 14.0f, -9.0f, 28.000002f} }, + { {-1832.0f, 34.0f, -17.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p873e", 0, {-1.0f, 0.0f, -1.0f, 14.0f, -9.0f, 28.000002f} }, + { {-1609.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p909e1", 0, {-1.0f, 1.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-2056.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p817e1", 0, {-1.0f, 0.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-2123.0f, 26.0f, -13.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p1735f1", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-2207.0f, 26.0f, -47.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p1741f", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-2158.0f, 26.0f, -26.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p1734f2", 0, {-9.020431f, 8.025553f, -0.000599f, 17.000479f, -8.020434f, 10.024004f} }, + { {-2157.0f, 43.0f, -27.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p1734f2", 0, {-9.017874f, 9.025549f, -0.000599f, 18.00042f, -7.022995f, 10.024064f} }, + { {-2457.0f, 26.0f, -48.0f}, {-6e-05, 1.0f, 0.0f}, {0.999997f, 6e-05, 0.002558f}, "p1755f", 0, {-9.017874f, 9.025549f, -0.000599f, 17.00042f, -7.022995f, 10.024004f} }, + { {-2083.0f, 25.0f, -46.0f}, {8.6e-05, 1.0f, -0.000114f}, {-0.990331f, 0.000101f, 0.138722f}, "p1725f", 0, {-7.783928f, 7.507796f, -0.001169f, 13.000998f, -2.10011f, 4.082084f} }, + { {-1957.0f, -10.0f, 40.0f}, {3e-05, 1.0f, -5.2e-05}, {-0.501337f, 6e-05, 0.865252f}, "p3424f1", 0, {-8.74159f, 9.61448f, -0.000648f, 18.000399f, -6.647171f, 10.844722f} }, + { {-2059.0f, -5.0f, 33.0f}, {0.5f, 0.866025f, -6e-05}, {-0.002185f, 0.001331f, 0.999997f}, "p2914f", 0, {-8.948635f, 9.453748f, -0.536497f, 16.954962f, -8.024107f, 10.023065f} }, + { {-2076.0f, -10.0f, 23.0f}, {0.0f, 1.0f, -6e-05}, {-0.002558f, 6e-05, 0.999997f}, "p2914f", 0, {-9.017874f, 9.028104f, -0.000659f, 18.00042f, -7.022995f, 11.022982f} }, + { {-2156.0f, -10.0f, 59.0f}, {-4.2e-05, 1.0f, -4.3e-05}, {0.700142f, 6e-05, 0.714003f}, "p2914f", 0, {-8.554181f, 9.295907f, -0.000632f, 18.00047f, -7.866821f, 10.515994f} }, + { {-2138.0f, -6.0f, 54.0f}, {0.356063f, 0.866025f, -0.351026f}, {0.700408f, 0.001331f, 0.713742f}, "p2914f", 0, {-8.837726f, 9.435511f, 0.753244f, 18.062859f, -7.216122f, 9.972371f} }, + { {-1937.0f, -7.0f, 33.0f}, {0.258819f, 0.965926f, -6e-05}, {-0.002455f, 0.00072f, 0.999997f}, "p3424f1", 0, {-9.231401f, 8.959118f, -0.827824f, 17.317793f, -8.02181f, 10.023501f} }, + { {-1999.0f, -10.0f, 44.0f}, {-5.2e-05, 1.0f, 3e-05}, {0.866797f, 6e-05, -0.498662f}, "p3424f1", 0, {-8.537441f, 9.273714f, -0.000614f, 18.00045f, -7.540118f, 10.272113f} }, + { {-2012.0f, -7.0f, 28.0f}, {-0.224174f, 0.965926f, -0.129358f}, {0.502124f, 0.00072f, -0.864795f}, "p3424f1", 0, {-8.798953f, 9.986011f, -0.561223f, 17.464705f, -6.904684f, 10.350908f} }, + { {-2013.0f, -10.0f, 60.0f}, {1.5e-05, 1.0f, -5.8e-05}, {-0.261207f, 6e-05, 0.965283f}, "p3424f1", 0, {-9.369044f, 8.92618f, -0.000602f, 18.00047f, -7.823304f, 10.017233f} }, + { {-2264.0f, 30.0f, -7.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {2.999997f, 3.999998f, -4.000002f, -4.000002f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -15.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p1746f", 0, {-3e-06, 0.999998f, -4.000001f, -4.0f, -3.0f, -1.0f} }, + { {-2256.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1846f", 0, {-6.000003f, -5.000003f, -3.999997f, -3.999997f, -2.999999f, -1.999999f} }, + { {-2263.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1852f1", 0, {-2.000003f, -1.000003f, -4.0f, -3.999999f, -3.0f, -2.0f} }, + { {-2262.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p3325f", 0, {-3.000003f, -2.000003f, -3.999999f, -3.999998f, -3.0f, -2.0f} }, + { {-2260.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1848f", 0, {-4.000003f, -2.000003f, -3.999999f, -3.999998f, -3.0f, -1.999999f} }, + { {-2259.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1848f", 0, {-5.000003f, -4.000003f, -3.999998f, -3.999997f, -2.999999f, -1.999999f} }, + { {-2257.0f, 30.0f, -17.0f}, {1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, -1.0f}, "p1846f", 0, {-5.000003f, -4.000003f, -3.999998f, -3.999997f, -2.999999f, -1.999999f} }, + { {-2264.0f, 30.0f, -13.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {-3e-06, 1.999998f, -4.000001f, -4.0f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -12.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {0.999997f, 2.999998f, -4.000002f, -4.000001f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -10.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {1.999997f, 2.999998f, -4.000002f, -4.000001f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -9.0f}, {0.0f, 1.0f, -1e-06}, {-1.0f, 0.0f, 0.0f}, "p2361f", 0, {2.999997f, 3.999998f, -4.000002f, -4.000002f, -3.0f, -1.0f} }, + { {-2264.0f, 30.0f, -15.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p1746f", 0, {-3.000004f, -1.000004f, -4.0f, -3.999998f, 12.999999f, 14.0f} }, + { {-2264.0f, 30.0f, -7.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-5.000004f, -4.000004f, -3.999998f, -3.999997f, 12.999999f, 13.999999f} }, + { {-2264.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1852f1", 0, {0.999996f, 2.999996f, -4.000002f, -4.000001f, 14.0f, 15.0f} }, + { {-2256.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1846f", 0, {4.999996f, 5.999996f, -4.000004f, -4.000003f, 14.0f, 15.000001f} }, + { {-2258.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1848f", 0, {3.999996f, 4.999996f, -4.000003f, -4.000002f, 14.0f, 15.0f} }, + { {-2260.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1848f", 0, {3.999996f, 4.999996f, -4.000003f, -4.000002f, 14.0f, 15.0f} }, + { {-2261.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1848f", 0, {2.999996f, 3.999996f, -4.000002f, -4.000002f, 14.0f, 15.0f} }, + { {-2263.0f, 30.0f, -17.0f}, {-1e-06, 1.0f, 0.0f}, {0.0f, 0.0f, 1.0f}, "p1852f1", 0, {1.999996f, 3.999996f, -4.000002f, -4.000001f, 14.0f, 15.0f} }, + { {-2264.0f, 30.0f, -9.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-5.000004f, -4.000004f, -3.999998f, -3.999997f, 12.999999f, 13.999999f} }, + { {-2264.0f, 30.0f, -10.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-4.000004f, -3.000004f, -3.999998f, -3.999998f, 12.999999f, 13.999999f} }, + { {-2264.0f, 30.0f, -12.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-4.000004f, -2.000004f, -3.999999f, -3.999998f, 12.999999f, 14.0f} }, + { {-2264.0f, 30.0f, -13.0f}, {0.0f, 1.0f, 1e-06}, {1.0f, 0.0f, 0.0f}, "p2361f", 0, {-3.000004f, -1.000004f, -4.0f, -3.999998f, 12.999999f, 14.0f} }, + { {-2324.0f, 41.0f, -16.0f}, {0.000116f, 1.0f, 3.1e-05}, {-0.965261f, 0.00012f, -0.261289f}, "p3322f1", 0, {-2.69278f, 6.517147f, -0.999436f, 8.001699f, -14.196135f, -4.723844f} }, + { {-2338.0f, 41.0f, -16.0f}, {6e-06, 1.0f, 2.3e-05}, {-0.253763f, 2.4e-05, -0.967266f}, "p3322f2", 0, {-14.66719f, -5.454266f, -0.999844f, 1.000263f, -11.084858f, -6.612649f} }, + { {-2169.0f, 33.0f, -37.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1476f2", 0, {0.0f, 1.0f, 0.0f, 14.0f, -8.0f, 28.0f} }, + { {-2247.0f, 33.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1743f2", 0, {-1.0f, 1.0f, -1.0f, 15.0f, -8.0f, 28.0f} }, + { {-2433.0f, 33.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1749f1", 0, {0.0f, 1.0f, -1.0f, 15.0f, -8.0f, 28.0f} }, + { {-2502.0f, 33.0f, -23.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1761f1", 0, {-1.0f, 1.0f, -3.0f, 16.0f, -8.0f, 29.0f} }, + { {-2194.0f, 33.0f, -21.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1740f", 0, {-1.0f, 1.0f, -19.0f, 36.0f, -8.0f, 36.0f} }, + { {-2370.0f, 33.0f, -21.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1840f1", 0, {-1.0f, 1.0f, -19.0f, 36.0f, -8.0f, 36.0f} }, + { {-2298.0f, 40.0f, -4.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p2361f", 0, {2.0f, 4.0f, 0.0f, 40.0f, 0.0f, 21.000002f} }, + { {-2354.0f, 40.0f, -7.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3321f1", 0, {5.0f, 7.0f, -4.0f, 36.0f, 0.0f, 21.000002f} }, + { {-2331.0f, 40.0f, -43.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3320f1", 0, {14.0f, 16.0f, -13.0f, 26.999998f, 0.0f, 21.000002f} }, + { {-2272.0f, 40.0f, -43.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p3324f", 0, {14.0f, 16.0f, -14.0f, 25.999998f, 0.0f, 21.000002f} }, + { {-2209.0f, 40.0f, -43.0f}, {-1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1741f", 0, {14.0f, 16.0f, -13.0f, 26.999998f, 0.0f, 21.000002f} }, + { {-2235.0f, 40.0f, -4.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1737f", 0, {2.0f, 4.0f, -1.0f, 39.0f, 0.0f, 21.000002f} }, + { {-2265.0f, 26.0f, -4.0f}, {-1.0f, 0.0f, 6.2e-05}, {0.0f, 0.0f, -1.0f}, "p2361f", 0, {0.999996f, 2.000001f, -16.000685f, -1.999875f, -2.0f, 11.000001f} }, + { {-2074.0f, 34.0f, -22.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p926e2", 0, {-1.0f, 0.0f, -2.0f, 17.0f, -8.999999f, 29.999998f} }, + { {-2101.0f, 33.0f, -21.0f}, {0.0f, 0.0f, -1.0f}, {0.0f, 1.0f, 0.0f}, "p1723f", 0, {-1.0f, 1.0f, -19.0f, 36.0f, -8.0f, 36.0f} }, + { {-2178.0f, 40.0f, -4.0f}, {1.0f, 0.0f, 0.0f}, {0.0f, 1.0f, 0.0f}, "p1735f2", 0, {2.0f, 4.0f, 0.0f, 40.0f, 0.0f, 21.000002f} }, + { {-2611.0f, 17.0f, 24.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005231f, 2.4e-05, -0.999986f}, "p3079f2", 0, {-2.921496f, 2.099359f, -1.000447f, 0.999647f, 14.989309f, 19.015455f} }, + { {-3047.0f, 41.0f, 27.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005231f, 2.4e-05, -0.999986f}, "p3099f2", 0, {-2.010434f, 2.010434f, -1.000047f, 1.000047f, -2.010458f, 2.010458f} }, + { {-3008.0f, 75.0f, 22.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005231f, 2.4e-05, -0.999986f}, "p3099f1", 0, {-2.75411f, 1.266759f, -1.001199f, 0.998895f, 46.994102f, 51.01502f} }, + { {-3238.0f, 8.0f, 30.0f}, {0.0f, 1.0f, 2.4e-05}, {0.005231f, 2.4e-05, -0.999986f}, "p3107f1", 0, {-1.764585f, 3.25627f, -1.001152f, 0.998942f, 44.983665f, 49.009815f} }, + { {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f}, NULL, 0, {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f} } +}; + + +s32 propDefs[] = { + /* Type = WatchMenuObjectiveText; index = 0 */ + _mkword(0, _mkshort(0, 35)), 0, 36893, 0, + /* Type = WatchMenuObjectiveText; index = 1 */ + _mkword(0, _mkshort(0, 35)), 1, 36894, 0, + /* Type = WatchMenuObjectiveText; index = 2 */ + _mkword(0, _mkshort(0, 35)), 2, 36895, 0, + /* Type = WatchMenuObjectiveText; index = 3 */ + _mkword(0, _mkshort(0, 35)), 3, 36896, 0, + /* Type = WatchMenuObjectiveText; index = 4 */ + _mkword(0, _mkshort(0, 35)), 4, 36897, 0, + /* Type = ObjectiveStart; index = 5 */ + _mkword(0, _mkshort(0, 23)), 0, 36898, 0, + /* Type = ObjectiveDestroyObject; index = 6 */ + _mkword(0, _mkshort(0, 25)), 8, + /* Type = ObjectiveDestroyObject; index = 7 */ + _mkword(0, _mkshort(0, 25)), 9, + /* Type = ObjectiveDestroyObject; index = 8 */ + _mkword(0, _mkshort(0, 25)), 10, + /* Type = ObjectiveDestroyObject; index = 9 */ + _mkword(0, _mkshort(0, 25)), 11, + /* Type = ObjectiveDestroyObject; index = 10 */ + _mkword(0, _mkshort(0, 25)), 12, + /* Type = ObjectiveDestroyObject; index = 11 */ + _mkword(0, _mkshort(0, 25)), 13, + /* Type = ObjectiveEnd; index = 12 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 13 */ + _mkword(0, _mkshort(0, 23)), 1, 36899, 0, + /* Type = ObjectiveCompleteCondition; index = 14 */ + _mkword(0, _mkshort(0, 26)), 32768, + /* Type = ObjectiveFailCondition; index = 15 */ + _mkword(0, _mkshort(0, 27)), 16384, + /* Type = ObjectiveEnd; index = 16 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 17 */ + _mkword(0, _mkshort(0, 23)), 2, 36900, 1, + /* Type = ObjectiveCompleteCondition; index = 18 */ + _mkword(0, _mkshort(0, 26)), 65536, + /* Type = ObjectiveEnd; index = 19 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 20 */ + _mkword(0, _mkshort(0, 23)), 3, 36901, 2, + /* Type = ObjectiveCompleteCondition; index = 21 */ + _mkword(0, _mkshort(0, 26)), 131072, + /* Type = ObjectiveEnd; index = 22 */ + _mkword(0, _mkshort(0, 24)), + /* Type = ObjectiveStart; index = 23 */ + _mkword(0, _mkshort(0, 23)), 4, 36902, 0, + /* Type = ObjectiveCompleteCondition; index = 24 */ + _mkword(0, _mkshort(0, 26)), 1048576, + /* Type = ObjectiveEnd; index = 25 */ + _mkword(0, _mkshort(0, 24)), + /* Type = Collectable; index = 26 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 188), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 27 */ + _mkword(0, _mkshort(0, 22)), _mkword(15, 0xffff), 0, 0, + /* Type = Collectable; index = 28 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 189), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 29 */ + _mkword(0, _mkshort(0, 22)), _mkword(16, 0xffff), 0, 0, + /* Type = Collectable; index = 30 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 190), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 31 */ + _mkword(0, _mkshort(0, 22)), _mkword(17, 0xffff), 0, 0, + /* Type = Collectable; index = 32 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 191), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 33 */ + _mkword(0, _mkshort(0, 22)), _mkword(18, 0xffff), 0, 0, + /* Type = Collectable; index = 34 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 192), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 35 */ + _mkword(0, _mkshort(0, 22)), _mkword(19, 0xffff), 0, 0, + /* Type = Collectable; index = 36 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 193), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 37 */ + _mkword(0, _mkshort(0, 22)), _mkword(20, 0xffff), 0, 0, + /* Type = Collectable; index = 38 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 194), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 39 */ + _mkword(0, _mkshort(0, 22)), _mkword(21, 0xffff), 0, 0, + /* Type = Collectable; index = 40 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 198), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 41 */ + _mkword(0, _mkshort(0, 22)), _mkword(43, 0xffff), 0, 0, + /* Type = Collectable; index = 42 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 199), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 43 */ + _mkword(0, _mkshort(0, 22)), _mkword(44, 0xffff), 0, 0, + /* Type = Collectable; index = 44 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 200), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 45 */ + _mkword(0, _mkshort(0, 22)), _mkword(45, 0xffff), 0, 0, + /* Type = Collectable; index = 46 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 195), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 47 */ + _mkword(0, _mkshort(0, 22)), _mkword(22, 0xffff), 0, 0, + /* Type = Collectable; index = 48 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 196), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 49 */ + _mkword(0, _mkshort(0, 22)), _mkword(23, 0xffff), 0, 0, + /* Type = Collectable; index = 50 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 197), 0x03520008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 51 */ + _mkword(0, _mkshort(0, 22)), _mkword(24, 0xffff), 0, 0, + /* Type = Collectable; index = 52 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 10171), 0x03521008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 53 */ + _mkword(0, _mkshort(0, 22)), _mkword(25, 0xffff), 0, 0, + /* Type = Collectable; index = 54 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 10172), 0x03521008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 55 */ + _mkword(0, _mkshort(0, 22)), _mkword(26, 0xffff), 0, 0, + /* Type = Collectable; index = 56 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 10173), 0x03521008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 57 */ + _mkword(0, _mkshort(0, 22)), _mkword(27, 0xffff), 0, 0, + /* Type = Collectable; index = 58 */ + _mkword(256, _mkshort(0, 8)), _mkword(119, 10174), 0x03521008, 0x00084100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x1a, 0xff), 0xffff), 0, + /* Type = Tag; index = 59 */ + _mkword(0, _mkshort(0, 22)), _mkword(28, 0xffff), 0, 0, + /* Type = StandardProp; index = 60 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10009), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 61 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10010), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 62 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10008), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 63 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10007), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 64 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10013), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 65 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10003), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 66 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10011), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 67 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10004), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 68 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10012), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 69 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10002), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 70 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10006), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 71 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10014), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 72 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10018), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 73 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10001), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 74 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10017), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 75 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10016), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 76 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10021), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 77 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10020), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 78 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10019), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Collectable; index = 79 */ + _mkword(256, _mkshort(0, 8)), _mkword(197, 65535), 0x00008000, 0x000000e0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0e, 0xff), 0xffff), 0, + /* Type = Collectable; index = 80 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 65534), 0x00008000, 0x000000d0, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = StandardProp; index = 81 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10024), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 82 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10025), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 83 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10026), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 84 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10027), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 85 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10028), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 86 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10029), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 87 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10030), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 88 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10033), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 89 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10034), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 90 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10035), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 91 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10036), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 92 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10037), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 93 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10038), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 94 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10039), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 95 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10040), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 96 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10041), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 97 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10042), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 98 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10043), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 99 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10031), 0x040001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(4000, 0), 0, 0, + /* Type = StandardProp; index = 100 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10032), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 101 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10044), 0x040001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 102 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10045), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 103 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10046), 0x040001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 104 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10049), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 105 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10050), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 106 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10051), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 107 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10114), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 108 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10115), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 109 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10116), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 110 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10117), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 111 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10120), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 112 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10121), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 113 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10122), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 114 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10123), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 115 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10124), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 116 */ + _mkword(256, _mkshort(0, 3)), _mkword(82, 10125), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 117 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10126), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 118 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10127), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 119 */ + _mkword(256, _mkshort(0, 3)), _mkword(53, 10128), 0x000201e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 120 */ + _mkword(0, _mkshort(0, 22)), _mkword(8, 0x0001), 0, 0, + /* Type = StandardProp; index = 121 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10000), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 122 */ + _mkword(0, _mkshort(0, 22)), _mkword(9, 0x0001), 0, 0, + /* Type = StandardProp; index = 123 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10052), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 124 */ + _mkword(0, _mkshort(0, 22)), _mkword(10, 0x0001), 0, 0, + /* Type = StandardProp; index = 125 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10055), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 126 */ + _mkword(0, _mkshort(0, 22)), _mkword(11, 0x0001), 0, 0, + /* Type = StandardProp; index = 127 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10075), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 128 */ + _mkword(0, _mkshort(0, 22)), _mkword(12, 0x0001), 0, 0, + /* Type = StandardProp; index = 129 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10103), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Tag; index = 130 */ + _mkword(0, _mkshort(0, 22)), _mkword(13, 0x0001), 0, 0, + /* Type = StandardProp; index = 131 */ + _mkword(153, _mkshort(0, 3)), _mkword(120, 10119), 0x00000101, 0x00000100, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 132 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10100), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = StandardProp; index = 133 */ + _mkword(256, _mkshort(0, 3)), _mkword(85, 10098), 0x000001e1, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 134 */ + _mkword(0, _mkshort(0, 9)), _mkword(0, 2), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 135 */ + _mkword(0, _mkshort(0, 9)), _mkword(1, 3), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 136 */ + _mkword(0, _mkshort(0, 9)), _mkword(2, 4), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 137 */ + _mkword(0, _mkshort(0, 9)), _mkword(3, 5), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 138 */ + _mkword(0, _mkshort(0, 9)), _mkword(4, 6), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 139 */ + _mkword(0, _mkshort(0, 9)), _mkword(5, 7), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 140 */ + _mkword(0, _mkshort(0, 9)), _mkword(6, 8), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 141 */ + _mkword(0, _mkshort(0, 9)), _mkword(13, 15), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 142 */ + _mkword(0, _mkshort(0, 9)), _mkword(14, 16), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 143 */ + _mkword(0, _mkshort(0, 9)), _mkword(15, 17), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 144 */ + _mkword(0, _mkshort(0, 9)), _mkword(17, 19), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 145 */ + _mkword(0, _mkshort(0, 9)), _mkword(18, 20), _mkword(17, 1031), 0x009fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 146 */ + _mkword(0, _mkshort(0, 9)), _mkword(19, 21), _mkword(17, 1031), 0x00a3ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 147 */ + _mkword(0, _mkshort(0, 9)), _mkword(22, 24), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 148 */ + _mkword(0, _mkshort(0, 9)), _mkword(28, 30), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 149 */ + _mkword(0, _mkshort(0, 9)), _mkword(27, 29), _mkword(17, 1031), 0x00a3ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 150 */ + _mkword(0, _mkshort(0, 9)), _mkword(29, 31), _mkword(17, 1031), 0x00a3ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 151 */ + _mkword(0, _mkshort(0, 9)), _mkword(30, 32), _mkword(17, 1031), 0x009fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 152 */ + _mkword(0, _mkshort(0, 9)), _mkword(31, 33), _mkword(17, 1031), 0x00a9ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 153 */ + _mkword(0, _mkshort(0, 9)), _mkword(32, 34), _mkword(17, 1031), 0x0088ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 154 */ + _mkword(0, _mkshort(0, 9)), _mkword(36, 38), _mkword(17, 1031), 0x0088ffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 155 */ + _mkword(0, _mkshort(0, 9)), _mkword(34, 36), _mkword(17, 1031), 0x007fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 156 */ + _mkword(0, _mkshort(0, 9)), _mkword(38, 40), _mkword(17, 1031), 0x008cffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 157 */ + _mkword(0, _mkshort(0, 9)), _mkword(39, 124), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 158 */ + _mkword(0, _mkshort(0, 9)), _mkword(42, 44), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 159 */ + _mkword(0, _mkshort(0, 9)), _mkword(43, 45), _mkword(17, 1031), 0x007fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 160 */ + _mkword(0, _mkshort(0, 9)), _mkword(45, 47), _mkword(17, 1031), 0x007fffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 161 */ + _mkword(0, _mkshort(0, 9)), _mkword(46, 48), _mkword(17, 1031), 0x008cffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 162 */ + _mkword(0, _mkshort(0, 9)), _mkword(47, 49), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 163 */ + _mkword(0, _mkshort(0, 9)), _mkword(65, 0), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 164 */ + _mkword(0, _mkshort(0, 9)), _mkword(67, 69), _mkword(17, 1025), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 165 */ + _mkword(0, _mkshort(0, 9)), _mkword(66, 83), _mkword(4, 1041), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 166 */ + _mkword(0, _mkshort(0, 9)), _mkword(68, 82), _mkword(4, 1041), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Key; index = 167 */ + _mkword(256, _mkshort(0, 4)), _mkword(243, 66), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 4, + /* Type = Rename; index = 168 */ + _mkword(0, _mkshort(0, 37)), 0xffffffff, 82, 36903, 36904, 36905, 36906, 36907, 0, 0, + /* Type = Guard; index = 169 */ + _mkword(0, _mkshort(0, 9)), _mkword(50, 75), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 170 */ + _mkword(0, _mkshort(0, 9)), _mkword(51, 76), _mkword(17, 5), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Guard; index = 171 */ + _mkword(0, _mkshort(0, 9)), _mkword(55, 80), _mkword(17, 1028), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 172 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 173 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 174 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 175 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 176 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 177 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 178 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 179 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 180 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 181 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 182 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 183 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 184 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 185 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 186 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 187 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 188 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 189 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 190 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 191 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 192 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 193 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 194 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 195 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 196 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 197 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 198 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 199 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 200 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 201 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 202 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 203 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 204 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 205 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 206 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 207 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 208 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 43), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 209 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 44), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 210 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 45), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 211 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 46), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 212 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 47), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 213 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 48), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 214 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 49), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 215 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 50), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 216 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 51), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 217 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 52), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 218 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 53), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 219 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 54), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 220 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 55), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 221 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 56), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 222 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 57), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 223 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 58), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 224 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 59), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 225 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 60), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 226 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 61), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 227 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 62), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 228 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 63), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 229 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 64), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 230 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 65), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 231 */ + _mkword(256, _mkshort(0, 8)), _mkword(189, 67), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x0a, 0xff), 0xffff), 0, + /* Type = Collectable; index = 232 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 68), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 233 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 68), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 234 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 66), 0x80004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Collectable; index = 235 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 66), 0x90004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Hat; index = 236 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 0), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 237 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 1), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 238 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 2), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 239 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 3), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 240 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 4), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 241 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 5), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 242 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 6), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 243 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 13), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 244 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 14), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 245 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 15), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 246 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 17), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 247 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 18), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 248 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 19), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 249 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 20), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 250 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 21), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 251 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 22), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 252 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 23), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 253 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 24), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 254 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 25), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 255 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 26), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 256 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 27), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 257 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 28), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 258 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 29), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 259 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 30), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 260 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 31), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 261 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 32), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 262 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 33), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 263 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 34), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 264 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 35), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 265 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 36), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 266 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 37), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 267 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 38), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 268 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 39), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 269 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 40), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 270 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 41), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 271 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 42), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 272 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 43), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 273 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 44), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 274 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 45), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 275 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 46), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 276 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 47), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 277 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 48), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 278 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 49), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 279 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 50), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 280 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 51), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 281 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 52), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 282 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 53), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 283 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 54), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 284 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 55), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 285 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 56), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 286 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 57), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 287 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 58), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 288 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 59), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 289 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 60), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 290 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 61), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 291 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 62), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 292 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 63), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 293 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 64), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 294 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 65), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 295 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 66), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 296 */ + _mkword(256, _mkshort(0, 17)), _mkword(220, 67), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Hat; index = 297 */ + _mkword(256, _mkshort(0, 17)), _mkword(221, 68), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Door; index = 298 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 23), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 299 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 53), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 300 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 54), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 3, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 301 */ + _mkword(0, _mkshort(0, 22)), _mkword(30, 0x0001), 0, 0, + /* Type = Door; index = 302 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 56), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 303 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 67), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 304 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 68), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 305 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 87), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 306 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 88), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 307 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 112), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 308 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 113), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 309 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 168), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 310 */ + _mkword(0, _mkshort(0, 22)), _mkword(31, 0x0001), 0, 0, + /* Type = Door; index = 311 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 57), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 312 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 58), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 313 */ + _mkword(0, _mkshort(0, 22)), _mkword(32, 0x0001), 0, 0, + /* Type = Door; index = 314 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 59), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 315 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 60), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 316 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 61), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 317 */ + _mkword(0, _mkshort(0, 22)), _mkword(33, 0x0001), 0, 0, + /* Type = Door; index = 318 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 62), 0x40000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 319 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 63), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 320 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 64), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 321 */ + _mkword(0, _mkshort(0, 22)), _mkword(34, 0x0001), 0, 0, + /* Type = Door; index = 322 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 65), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 323 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 66), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 324 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 76), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 325 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 77), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 326 */ + _mkword(0, _mkshort(0, 22)), _mkword(35, 0x0001), 0, 0, + /* Type = Door; index = 327 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 78), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 328 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 79), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 329 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 80), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 330 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 81), 0x40000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 331 */ + _mkword(0, _mkshort(0, 22)), _mkword(36, 0x0001), 0, 0, + /* Type = Door; index = 332 */ + _mkword(256, _mkshort(0, 1)), _mkword(162, 82), 0x40000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 333 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 83), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 334 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 84), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 335 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 85), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(0, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 336 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 86), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 337 */ + _mkword(0, _mkshort(0, 22)), _mkword(37, 0x0001), 0, 0, + /* Type = Door; index = 338 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 104), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 339 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 105), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 340 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 106), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 341 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 107), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 342 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 108), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 343 */ + _mkword(0, _mkshort(0, 22)), _mkword(38, 0x0001), 0, 0, + /* Type = Door; index = 344 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 109), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 345 */ + _mkword(0, _mkshort(0, 22)), _mkword(14, 0x0001), 0, 0, + /* Type = Door; index = 346 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 156), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000004, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 347 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 157), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000000, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 348 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 158), 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000001, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 349 */ + _mkword(0, _mkshort(0, 22)), _mkword(39, 0x0001), 0, 0, + /* Type = Door; index = 350 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 110), 0x10000000, 0x08000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 351 */ + _mkword(0, _mkshort(0, 22)), _mkword(40, 0x0001), 0, 0, + /* Type = Door; index = 352 */ + _mkword(256, _mkshort(0, 1)), _mkword(161, 111), 0x10000000, 0x10000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 0), 0x00000002, 900, 7, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 353 */ + _mkword(0, _mkshort(0, 22)), _mkword(0, 0x0001), 0, 0, + /* Type = Door; index = 354 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 169), 0xc2000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000888, 0x00000888, 0x00000bf2, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 355 */ + _mkword(0, _mkshort(0, 22)), _mkword(1, 0x0001), 0, 0, + /* Type = Door; index = 356 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 160), 0xc2000000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000444, 0x00000444, 0x000005f9, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 357 */ + _mkword(0, _mkshort(0, 22)), _mkword(2, 0x0001), 0, 0, + /* Type = Door; index = 358 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 161), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 359 */ + _mkword(0, _mkshort(0, 22)), _mkword(3, 0x0001), 0, 0, + /* Type = Door; index = 360 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 162), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 361 */ + _mkword(0, _mkshort(0, 22)), _mkword(4, 0x0001), 0, 0, + /* Type = Door; index = 362 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 163), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 9, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 363 */ + _mkword(0, _mkshort(0, 22)), _mkword(5, 0x0001), 0, 0, + /* Type = Door; index = 364 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 164), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 365 */ + _mkword(0, _mkshort(0, 22)), _mkword(6, 0x0001), 0, 0, + /* Type = Door; index = 366 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 165), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 367 */ + _mkword(0, _mkshort(0, 22)), _mkword(7, 0x0001), 0, 0, + /* Type = Door; index = 368 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 166), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Tag; index = 369 */ + _mkword(0, _mkshort(0, 22)), _mkword(46, 0x0001), 0, 0, + /* Type = Door; index = 370 */ + _mkword(256, _mkshort(0, 1)), _mkword(325, 170), 0xc2001000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x0000f333, 0x0000f0c4, 0x00000111, 0x00000111, 0x0000017e, _mkword(4, 4), 0x00000000, 900, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = Door; index = 371 */ + _mkword(256, _mkshort(0, 1)), _mkword(177, 167), 0x41020000, 0x20000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0x00000000, 0x00000041, 0x00000006, 0x00010000, 0x00010000, 0x00010000, _mkword(0, 8), 0x00000000, 268435455, 0, 0.0f, 0, 0, 0, 0.0f, _mkword(0, 0), 0, _mkword(0, _mkshort(0, 0)), 0x00000000, _mkword(_mkshort(0, 0), 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + /* Type = StandardProp; index = 372 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10129), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 373 */ + _mkword(0, _mkshort(0, 38)), -2, -1, 0, + /* Type = StandardProp; index = 374 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10140), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 375 */ + _mkword(0, _mkshort(0, 38)), -4, -1, 0, + /* Type = StandardProp; index = 376 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10139), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 377 */ + _mkword(0, _mkshort(0, 38)), -6, -1, 0, + /* Type = StandardProp; index = 378 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10138), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 379 */ + _mkword(0, _mkshort(0, 38)), -8, -1, 0, + /* Type = StandardProp; index = 380 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10137), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 381 */ + _mkword(0, _mkshort(0, 38)), -10, -1, 0, + /* Type = StandardProp; index = 382 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10146), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 383 */ + _mkword(0, _mkshort(0, 38)), -12, -1, 0, + /* Type = StandardProp; index = 384 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10132), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 385 */ + _mkword(0, _mkshort(0, 38)), -14, -1, 0, + /* Type = StandardProp; index = 386 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10133), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 387 */ + _mkword(0, _mkshort(0, 38)), -16, -1, 0, + /* Type = StandardProp; index = 388 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10134), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 389 */ + _mkword(0, _mkshort(0, 38)), -18, -1, 0, + /* Type = StandardProp; index = 390 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10135), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 391 */ + _mkword(0, _mkshort(0, 38)), -20, -1, 0, + /* Type = StandardProp; index = 392 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10136), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 393 */ + _mkword(0, _mkshort(0, 38)), -22, -1, 0, + /* Type = StandardProp; index = 394 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10147), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 395 */ + _mkword(0, _mkshort(0, 38)), -24, -1, 0, + /* Type = StandardProp; index = 396 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10141), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 397 */ + _mkword(0, _mkshort(0, 38)), -26, -1, 0, + /* Type = StandardProp; index = 398 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10152), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 399 */ + _mkword(0, _mkshort(0, 38)), -28, -1, 0, + /* Type = StandardProp; index = 400 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10151), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 401 */ + _mkword(0, _mkshort(0, 38)), -30, -1, 0, + /* Type = StandardProp; index = 402 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10150), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 403 */ + _mkword(0, _mkshort(0, 38)), -32, -1, 0, + /* Type = StandardProp; index = 404 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10149), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 405 */ + _mkword(0, _mkshort(0, 38)), -34, -1, 0, + /* Type = StandardProp; index = 406 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10148), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 407 */ + _mkword(0, _mkshort(0, 38)), -36, -1, 0, + /* Type = StandardProp; index = 408 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10144), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 409 */ + _mkword(0, _mkshort(0, 38)), -38, -1, 0, + /* Type = StandardProp; index = 410 */ + _mkword(12, _mkshort(0, 3)), _mkword(119, 10145), 0x00000008, 0x00202001, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = LockDoor; index = 411 */ + _mkword(0, _mkshort(0, 38)), -40, -1, 0, + /* Type = Tag; index = 412 */ + _mkword(0, _mkshort(0, 22)), _mkword(42, 0x0001), 0, 0, + /* Type = SingleMonitor; index = 413 */ + _mkword(256, _mkshort(0, 10)), _mkword(75, 10153), 0x10001008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _mkshort(0, 0), _mkshort(0, 0), _mkshort(0, 0), 0, 0, 0xffffffff, 0xffffffff, 16, + /* Type = Tag; index = 414 */ + _mkword(0, _mkshort(0, 22)), _mkword(41, 0x0001), 0, 0, + /* Type = StandardProp; index = 415 */ + _mkword(256, _mkshort(0, 3)), _mkword(45, 10154), 0x00001008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 416 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10069), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 417 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10070), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 418 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10071), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 419 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10072), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 420 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10073), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 421 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10074), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 422 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10089), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 423 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10090), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 424 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10091), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 425 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10092), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 426 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10093), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Glass; index = 427 */ + _mkword(256, _mkshort(0, 42)), _mkword(104, 10094), 0x00000062, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, + /* Type = Guard; index = 428 */ + _mkword(0, _mkshort(0, 9)), _mkword(69, 71), _mkword(8, 1043), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 429 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 69), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Guard; index = 430 */ + _mkword(0, _mkshort(0, 9)), _mkword(71, 73), _mkword(7, 1044), 0xffffffff, _mkword(1000, 100), _mkword(64, 0xffff), 0x00000000, + /* Type = Collectable; index = 431 */ + _mkword(256, _mkshort(0, 8)), _mkword(205, 71), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x06, 0xff), 0xffff), 0, + /* Type = Guard; index = 432 */ + _mkword(0, _mkshort(0, 9)), _mkword(72, 72), _mkword(11, 1047), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Collectable; index = 433 */ + _mkword(256, _mkshort(0, 8)), _mkword(195, 72), 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x00000000, 0x00000000, 0, 0, _mkword(1000, 0), 0, 0, _mkword(_mkshort(0x09, 0xff), 0xffff), 0, + /* Type = Guard; index = 434 */ + _mkword(0, _mkshort(0, 9)), _mkword(70, 74), _mkword(16, 1045), 0xffffffff, _mkword(1000, 100), _mkword(0, 0xffff), 0x00000000, + /* Type = Cutscene; index = 435 */ + _mkword(0, _mkshort(0, 46)), -2281039, 16045, 31411, 81783, 1830, 201, + /* Type = Tag; index = 436 */ + _mkword(0, _mkshort(0, 22)), _mkword(29, 0xffff), 0, 0, + /* Type = EndProps; index = 437 */ + _mkword(0, _mkshort(0, 48)) +}; + + +s32 intro[] = { + /* Type = FixedCam; index = 0 */ + _mkword(0, _mkshort(0, 6)), 0xfff9cea3, 0x000099c9, 0xffffdb27, 0x0000f411, 0x0005e632, 0x000000b8, 0x0000902c, 0x00000000, 0x00000000, + /* Type = WatchTime; index = 1 */ + _mkword(0, _mkshort(0, 7)), 10, 17, + /* Type = Spawn; index = 2 */ + _mkword(0, _mkshort(0, 0)), 186, 0, + /* Type = StartWeapon; index = 3 */ + _mkword(0, _mkshort(0, 1)), 4, -1, 0, + /* Type = StartAmmo; index = 4 */ + _mkword(0, _mkshort(0, 2)), 1, 100, 0, + /* Type = StartWeapon; index = 5 */ + _mkword(0, _mkshort(0, 1)), 23, -1, 0, + /* Type = StartAmmo; index = 6 */ + _mkword(0, _mkshort(0, 2)), 24, 300, 0, + /* Type = Cuff; index = 7 */ + _mkword(0, _mkshort(0, 5)), 0, + /* Type = SwirlCam; index = 8 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00040000, 0xff9c0000, 0x01140000, 0x0000c000, 0x00320000, 0xffffffff, + /* Type = SwirlCam; index = 9 */ + _mkword(0, _mkshort(0, 3)), 2, 0xff8f0000, 0xff990000, 0x00eb0000, 0x0000c000, 0x002d0000, 0xffffffff, + /* Type = SwirlCam; index = 10 */ + _mkword(0, _mkshort(0, 3)), 2, 0x005d0000, 0xff9c0000, 0x00c20000, 0x00008135, 0x0028c204, 0xffffffff, + /* Type = SwirlCam; index = 11 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00a30000, 0xffcf0000, 0x002d0000, 0x00007eac, 0x00216f87, 0xffffffff, + /* Type = SwirlCam; index = 12 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00708000, 0xfff60000, 0xffd24000, 0x00007ead, 0x0018d7d9, 0xffffffff, + /* Type = SwirlCam; index = 13 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00260000, 0x000a8000, 0xffc28000, 0x00007ffe, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 14 */ + _mkword(0, _mkshort(0, 3)), 2, 0x0002c000, 0x000a0000, 0xffe30000, 0x00004000, 0x00140000, 0xffffffff, + /* Type = SwirlCam; index = 15 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 16 */ + _mkword(0, _mkshort(0, 3)), 2, 0x00000000, 0x00000000, 0x00000000, 0x00008000, 0x00000000, 0xffffffff, + /* Type = SwirlCam; index = 17 */ + _mkword(0, _mkshort(0, 3)), 1, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xffffffff, + /* Type = EndIntro; index = 18 */ + _mkword(0, _mkshort(0, 9)) +}; + + +s32 path_neighbors_0[] = { 1, -1 }; +s32 path_neighbors_1[] = { 0, 2, -1 }; +s32 path_neighbors_2[] = { 1, 3, -1 }; +s32 path_neighbors_3[] = { 2, 4, -1 }; +s32 path_neighbors_4[] = { 3, 5, -1 }; +s32 path_neighbors_5[] = { 4, -1 }; + +s32 path_indeces_0[] = { 0, 1, -1 }; +s32 path_indeces_1[] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, -1 }; +s32 path_indeces_2[] = { 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, -1 }; +s32 path_indeces_3[] = { 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, -1 }; +s32 path_indeces_4[] = { 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, -1 }; +s32 path_indeces_5[] = { 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, -1 }; + +waygroup pathsets[] = { + { &path_neighbors_0, &path_indeces_0, 0 }, + { &path_neighbors_1, &path_indeces_1, 0 }, + { &path_neighbors_2, &path_indeces_2, 0 }, + { &path_neighbors_3, &path_indeces_3, 0 }, + { &path_neighbors_4, &path_indeces_4, 0 }, + { &path_neighbors_5, &path_indeces_5, 0 }, + { NULL, NULL, 0 } +}; + + +char *pad3dnames[] = { + "", + "", + "", + "", + "", + "", + NULL +}; + + +s32 path_table_0[] = { 1, 13, -1 }; +s32 path_table_1[] = { 0, -1 }; +s32 path_table_2[] = { 3, 38, -1 }; +s32 path_table_3[] = { 2, 4, -1 }; +s32 path_table_4[] = { 3, 5, -1 }; +s32 path_table_5[] = { 4, 6, -1 }; +s32 path_table_6[] = { 5, 7, -1 }; +s32 path_table_7[] = { 6, 8, -1 }; +s32 path_table_8[] = { 7, 9, -1 }; +s32 path_table_9[] = { 8, 10, -1 }; +s32 path_table_10[] = { 9, 11, -1 }; +s32 path_table_11[] = { 10, 12, -1 }; +s32 path_table_12[] = { 11, 13, -1 }; +s32 path_table_13[] = { 0, 12, -1 }; +s32 path_table_14[] = { 15, 16, 39, -1 }; +s32 path_table_15[] = { 14, -1 }; +s32 path_table_16[] = { 14, 18, -1 }; +s32 path_table_17[] = { 18, -1 }; +s32 path_table_18[] = { 16, 17, 20, -1 }; +s32 path_table_19[] = { 20, -1 }; +s32 path_table_20[] = { 18, 19, 22, -1 }; +s32 path_table_21[] = { 22, -1 }; +s32 path_table_22[] = { 20, 21, 24, -1 }; +s32 path_table_23[] = { 24, -1 }; +s32 path_table_24[] = { 22, 23, 26, -1 }; +s32 path_table_25[] = { 26, -1 }; +s32 path_table_26[] = { 24, 25, 28, -1 }; +s32 path_table_27[] = { 28, -1 }; +s32 path_table_28[] = { 26, 27, 30, -1 }; +s32 path_table_29[] = { 30, -1 }; +s32 path_table_30[] = { 28, 29, 32, -1 }; +s32 path_table_31[] = { 32, -1 }; +s32 path_table_32[] = { 30, 31, 34, -1 }; +s32 path_table_33[] = { 34, -1 }; +s32 path_table_34[] = { 32, 33, 35, -1 }; +s32 path_table_35[] = { 34, 37, -1 }; +s32 path_table_36[] = { 37, -1 }; +s32 path_table_37[] = { 35, 36, 38, -1 }; +s32 path_table_38[] = { 2, 37, -1 }; +s32 path_table_39[] = { 14, 41, -1 }; +s32 path_table_40[] = { 41, 43, -1 }; +s32 path_table_41[] = { 39, 40, 42, -1 }; +s32 path_table_42[] = { 41, -1 }; +s32 path_table_43[] = { 40, 44, 45, -1 }; +s32 path_table_44[] = { 43, -1 }; +s32 path_table_45[] = { 43, 46, 47, -1 }; +s32 path_table_46[] = { 45, -1 }; +s32 path_table_47[] = { 45, 48, 49, -1 }; +s32 path_table_48[] = { 47, -1 }; +s32 path_table_49[] = { 47, 50, 51, -1 }; +s32 path_table_50[] = { 49, -1 }; +s32 path_table_51[] = { 49, 52, 53, -1 }; +s32 path_table_52[] = { 51, -1 }; +s32 path_table_53[] = { 51, 54, 56, -1 }; +s32 path_table_54[] = { 53, -1 }; +s32 path_table_55[] = { 56, -1 }; +s32 path_table_56[] = { 53, 55, 57, -1 }; +s32 path_table_57[] = { 56, 58, 60, -1 }; +s32 path_table_58[] = { 57, -1 }; +s32 path_table_59[] = { 60, -1 }; +s32 path_table_60[] = { 57, 59, 62, -1 }; +s32 path_table_61[] = { 62, -1 }; +s32 path_table_62[] = { 60, 61, 63, -1 }; +s32 path_table_63[] = { 62, 80, -1 }; +s32 path_table_64[] = { 65, 94, -1 }; +s32 path_table_65[] = { 64, 66, 67, -1 }; +s32 path_table_66[] = { 65, -1 }; +s32 path_table_67[] = { 65, 68, -1 }; +s32 path_table_68[] = { 67, 69, -1 }; +s32 path_table_69[] = { 68, 70, -1 }; +s32 path_table_70[] = { 69, 71, -1 }; +s32 path_table_71[] = { 70, 74, -1 }; +s32 path_table_72[] = { 74, -1 }; +s32 path_table_73[] = { 74, -1 }; +s32 path_table_74[] = { 71, 72, 73, 75, -1 }; +s32 path_table_75[] = { 74, 76, -1 }; +s32 path_table_76[] = { 75, 77, -1 }; +s32 path_table_77[] = { 76, 79, -1 }; +s32 path_table_78[] = { 79, -1 }; +s32 path_table_79[] = { 77, 78, 80, -1 }; +s32 path_table_80[] = { 63, 79, -1 }; +s32 path_table_81[] = { 82, 87, -1 }; +s32 path_table_82[] = { 81, 88, -1 }; +s32 path_table_83[] = { 84, 86, -1 }; +s32 path_table_84[] = { 83, 85, -1 }; +s32 path_table_85[] = { 84, 103, -1 }; +s32 path_table_86[] = { 83, 89, -1 }; +s32 path_table_87[] = { 81, -1 }; +s32 path_table_88[] = { 82, 89, -1 }; +s32 path_table_89[] = { 86, 88, 93, -1 }; +s32 path_table_90[] = { 91, 92, -1 }; +s32 path_table_91[] = { 90, 102, -1 }; +s32 path_table_92[] = { 90, 101, -1 }; +s32 path_table_93[] = { 89, 99, 101, -1 }; +s32 path_table_94[] = { 64, 98, -1 }; +s32 path_table_95[] = { 96, 100, -1 }; +s32 path_table_96[] = { 95, 99, -1 }; +s32 path_table_97[] = { 98, 100, -1 }; +s32 path_table_98[] = { 94, 97, -1 }; +s32 path_table_99[] = { 93, 96, -1 }; +s32 path_table_100[] = { 95, 97, -1 }; +s32 path_table_101[] = { 92, 93, -1 }; +s32 path_table_102[] = { 91, -1 }; +s32 path_table_103[] = { 85, -1 }; + +waypoint pathwaypoints[] = { + { 0x000000bb, &path_table_0, 0x00000000, 0x00000000 }, + { 0x000000ba, &path_table_1, 0x00000000, 0x00000000 }, + { 0x000000b9, &path_table_2, 0x00000001, 0x00000000 }, + { 0x000000b8, &path_table_3, 0x00000001, 0x00000000 }, + { 0x000000b7, &path_table_4, 0x00000001, 0x00000000 }, + { 0x000000b6, &path_table_5, 0x00000001, 0x00000000 }, + { 0x000000b5, &path_table_6, 0x00000001, 0x00000000 }, + { 0x000000b4, &path_table_7, 0x00000001, 0x00000000 }, + { 0x000000b3, &path_table_8, 0x00000001, 0x00000000 }, + { 0x000000b2, &path_table_9, 0x00000001, 0x00000000 }, + { 0x000000b1, &path_table_10, 0x00000001, 0x00000000 }, + { 0x000000b0, &path_table_11, 0x00000001, 0x00000000 }, + { 0x000000af, &path_table_12, 0x00000001, 0x00000000 }, + { 0x000000ae, &path_table_13, 0x00000001, 0x00000000 }, + { 0x000000ad, &path_table_14, 0x00000002, 0x00000000 }, + { 0x000000ac, &path_table_15, 0x00000002, 0x00000000 }, + { 0x000000ab, &path_table_16, 0x00000002, 0x00000000 }, + { 0x000000aa, &path_table_17, 0x00000002, 0x00000000 }, + { 0x000000a9, &path_table_18, 0x00000002, 0x00000000 }, + { 0x000000a8, &path_table_19, 0x00000002, 0x00000000 }, + { 0x000000a7, &path_table_20, 0x00000002, 0x00000000 }, + { 0x000000a6, &path_table_21, 0x00000002, 0x00000000 }, + { 0x000000a5, &path_table_22, 0x00000002, 0x00000000 }, + { 0x000000a4, &path_table_23, 0x00000002, 0x00000000 }, + { 0x000000a3, &path_table_24, 0x00000002, 0x00000000 }, + { 0x000000a2, &path_table_25, 0x00000002, 0x00000000 }, + { 0x000000a1, &path_table_26, 0x00000002, 0x00000000 }, + { 0x000000a0, &path_table_27, 0x00000002, 0x00000000 }, + { 0x0000009f, &path_table_28, 0x00000002, 0x00000000 }, + { 0x0000009e, &path_table_29, 0x00000002, 0x00000000 }, + { 0x0000009d, &path_table_30, 0x00000002, 0x00000000 }, + { 0x0000009c, &path_table_31, 0x00000002, 0x00000000 }, + { 0x0000009b, &path_table_32, 0x00000002, 0x00000000 }, + { 0x0000009a, &path_table_33, 0x00000002, 0x00000000 }, + { 0x00000099, &path_table_34, 0x00000002, 0x00000000 }, + { 0x00000098, &path_table_35, 0x00000002, 0x00000000 }, + { 0x00000097, &path_table_36, 0x00000002, 0x00000000 }, + { 0x00000096, &path_table_37, 0x00000002, 0x00000000 }, + { 0x00000095, &path_table_38, 0x00000002, 0x00000000 }, + { 0x00000094, &path_table_39, 0x00000003, 0x00000000 }, + { 0x00000093, &path_table_40, 0x00000003, 0x00000000 }, + { 0x00000092, &path_table_41, 0x00000003, 0x00000000 }, + { 0x00000091, &path_table_42, 0x00000003, 0x00000000 }, + { 0x00000090, &path_table_43, 0x00000003, 0x00000000 }, + { 0x0000008f, &path_table_44, 0x00000003, 0x00000000 }, + { 0x0000008e, &path_table_45, 0x00000003, 0x00000000 }, + { 0x0000008d, &path_table_46, 0x00000003, 0x00000000 }, + { 0x0000008c, &path_table_47, 0x00000003, 0x00000000 }, + { 0x0000008b, &path_table_48, 0x00000003, 0x00000000 }, + { 0x0000008a, &path_table_49, 0x00000003, 0x00000000 }, + { 0x00000089, &path_table_50, 0x00000003, 0x00000000 }, + { 0x00000088, &path_table_51, 0x00000003, 0x00000000 }, + { 0x00000087, &path_table_52, 0x00000003, 0x00000000 }, + { 0x00000086, &path_table_53, 0x00000003, 0x00000000 }, + { 0x00000085, &path_table_54, 0x00000003, 0x00000000 }, + { 0x00000084, &path_table_55, 0x00000003, 0x00000000 }, + { 0x00000083, &path_table_56, 0x00000003, 0x00000000 }, + { 0x00000082, &path_table_57, 0x00000003, 0x00000000 }, + { 0x00000081, &path_table_58, 0x00000003, 0x00000000 }, + { 0x00000080, &path_table_59, 0x00000003, 0x00000000 }, + { 0x0000007f, &path_table_60, 0x00000003, 0x00000000 }, + { 0x0000007e, &path_table_61, 0x00000003, 0x00000000 }, + { 0x0000007d, &path_table_62, 0x00000003, 0x00000000 }, + { 0x0000007c, &path_table_63, 0x00000003, 0x00000000 }, + { 0x0000007b, &path_table_64, 0x00000004, 0x00000000 }, + { 0x0000007a, &path_table_65, 0x00000004, 0x00000000 }, + { 0x00000079, &path_table_66, 0x00000004, 0x00000000 }, + { 0x00000078, &path_table_67, 0x00000004, 0x00000000 }, + { 0x00000077, &path_table_68, 0x00000004, 0x00000000 }, + { 0x00000076, &path_table_69, 0x00000004, 0x00000000 }, + { 0x00000075, &path_table_70, 0x00000004, 0x00000000 }, + { 0x00000074, &path_table_71, 0x00000004, 0x00000000 }, + { 0x00000073, &path_table_72, 0x00000004, 0x00000000 }, + { 0x00000072, &path_table_73, 0x00000004, 0x00000000 }, + { 0x00000071, &path_table_74, 0x00000004, 0x00000000 }, + { 0x00000070, &path_table_75, 0x00000004, 0x00000000 }, + { 0x0000006f, &path_table_76, 0x00000004, 0x00000000 }, + { 0x0000006e, &path_table_77, 0x00000004, 0x00000000 }, + { 0x0000006d, &path_table_78, 0x00000004, 0x00000000 }, + { 0x0000006c, &path_table_79, 0x00000004, 0x00000000 }, + { 0x0000006b, &path_table_80, 0x00000004, 0x00000000 }, + { 0x0000006a, &path_table_81, 0x00000005, 0x00000000 }, + { 0x00000069, &path_table_82, 0x00000005, 0x00000000 }, + { 0x00000068, &path_table_83, 0x00000005, 0x00000000 }, + { 0x00000067, &path_table_84, 0x00000005, 0x00000000 }, + { 0x00000066, &path_table_85, 0x00000005, 0x00000000 }, + { 0x00000065, &path_table_86, 0x00000005, 0x00000000 }, + { 0x00000064, &path_table_87, 0x00000005, 0x00000000 }, + { 0x00000063, &path_table_88, 0x00000005, 0x00000000 }, + { 0x00000062, &path_table_89, 0x00000005, 0x00000000 }, + { 0x00000061, &path_table_90, 0x00000005, 0x00000000 }, + { 0x00000060, &path_table_91, 0x00000005, 0x00000000 }, + { 0x0000005f, &path_table_92, 0x00000005, 0x00000000 }, + { 0x0000005e, &path_table_93, 0x00000005, 0x00000000 }, + { 0x0000005d, &path_table_94, 0x00000005, 0x00000000 }, + { 0x0000005c, &path_table_95, 0x00000005, 0x00000000 }, + { 0x0000005b, &path_table_96, 0x00000005, 0x00000000 }, + { 0x0000005a, &path_table_97, 0x00000005, 0x00000000 }, + { 0x00000059, &path_table_98, 0x00000005, 0x00000000 }, + { 0x00000058, &path_table_99, 0x00000005, 0x00000000 }, + { 0x00000057, &path_table_100, 0x00000005, 0x00000000 }, + { 0x00000056, &path_table_101, 0x00000005, 0x00000000 }, + { 0x00000055, &path_table_102, 0x00000005, 0x00000000 }, + { 0x00000054, &path_table_103, 0x00000005, 0x00000000 }, + { 0xffffffff, NULL, 0x00000000, 0x00000000 } +}; + + +char *padnames[] = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + NULL +}; + + +PathRecord patrolpaths[] = { + { NULL, 0x00, 0x00, 0x0000 } +}; + + +u32 ai_0[] = { 0x02060346, 0x013a013b, 0x0132013c, 0x012f1101, 0x06021101, 0x06020133, 0x3519010e, 0x08020133, 0x35400111, 0x08020135, 0x7f011208, 0x02013335, 0x7f011400, 0x01000008, 0x02019602, 0x01940202, 0x01020f15, 0x00010000, 0x08020803, 0x2f010108, 0x02010101, 0x04000000 }; +u32 ai_1[] = { 0x02060346, 0x0b3a0b3b, 0x0b320b3c, 0x0b2f1101, 0x06021179, 0x001a0106, 0x021a1201, 0x96010133, 0x3520010c, 0x94010702, 0x0b039610, 0x019410f3, 0x0abd11ff, 0x00980406, 0x00000000, 0x21ad4621, 0x0a00020a, 0x01060221, 0xad48656c, 0x6c6f210a, 0x00020133, 0x3519010e, 0x08020133, 0x35400111, 0x08020135, 0x7f011208, 0x02013335, 0x7f011400, 0x01000008, 0x02019602, 0x01940202, 0x01020f15, 0x00010000, 0x08020803, 0x2f010108, 0x02010101, 0x04000000 }; +u32 ai_2[] = { 0x02060346, 0x0b3a0b3b, 0x0b320b3c, 0x0b2f1101, 0x06021179, 0x001a0106, 0x021a1201, 0x96010133, 0x3520010c, 0x94010702, 0x0b039620, 0x019420c1, 0xfd040621, 0xad46210a, 0x00010602, 0x2103ad48, 0x656c6c6f, 0x210a0002, 0x01333519, 0x010e0802, 0x01333540, 0x01110802, 0x01357f01, 0x12080201, 0x33357f01, 0x14000100, 0x00080201, 0x96020194, 0x02020102, 0x0f150001, 0x00000802, 0x08032f01, 0x01080201, 0x01010400 }; +u32 ai_4[] = { 0x90001402, 0x06034601, 0x3a013b01, 0x32013c01, 0x01060201, 0x3335c801, 0x14000100, 0x00110201, 0x15000100, 0x00110211, 0x032f0801, 0x11020801, 0x06040000 }; +u32 ai_3[] = { 0x90001402, 0x00140021, 0x00000602, 0x06034601, 0x3a013b01, 0x32013c01, 0x01060201, 0x33359601, 0x16000100, 0x00110201, 0x09ae0212, 0x033335fa, 0x01b40000, 0xf0080112, 0x02011400, 0x21000001, 0x02011600, 0x01000001, 0x02010211, 0x032f0801, 0x11020801, 0x00040000 }; +u32 ai_5[] = { 0x02210227, 0xc000dc00, 0x00000027, 0x0227bf00, 0xc3098000, 0x00002702, 0x27bf00c3, 0x09900000, 0x002003ad, 0x44612d44, 0x61210a00, 0x02200328, 0x1f021f03, 0x4b003222, 0x2f010120, 0x02010301, 0x20022203, 0x05fd0401, 0x04000000 }; +u32 ai_7[] = { 0x02260394, 0x01280602, 0x06032f25, 0x32240106, 0x02240305, 0xfd040902, 0x25030126, 0x04000000 }; +u32 ai_8[] = { 0x02262811, 0x0211033c, 0x252f0801, 0x11020603, 0x7806359f, 0x00000010, 0x3702352f, 0x254c00c8, 0x01010602, 0x01012602, 0x253c0100, 0x08021f03, 0x4b003201, 0x2f010126, 0x02019f00, 0x00001037, 0x02293335, 0x19010e08, 0x02013335, 0x40011108, 0x0201357f, 0x01120802, 0x0133357f, 0x0f140001, 0x00000802, 0x0f150001, 0x00000802, 0x08033c01, 0x00110211, 0x3335c801, 0x00120201, 0x01060212, 0xae281302, 0x13032f01, 0xb400003c, 0x01011302, 0x0108ad77, 0x6169740a, 0x00950433, 0x35c80194, 0x040201ae, 0x0214033c, 0x01460103, 0xb3000258, 0x02960403, 0x01260203, 0x01120202, 0x01140201, 0x01060237, 0x7806019e, 0x00000010, 0x02010129, 0x04000000 }; +u32 ai_6[] = { 0xae020603, 0x3c265200, 0x14232826, 0xb40000b4, 0x23010602, 0x23033335, 0x96015200, 0x1e232826, 0x02010335, 0xdc015200, 0x32232826, 0x02010335, 0xf5015200, 0x4b232826, 0x02010335, 0xfa015200, 0x64232826, 0x02010352, 0x00c82328, 0x26ae0106, 0x02260305, 0xfd040904 }; +u32 ai_18[] = { 0x9d000400, 0x009d0000, 0x08000206, 0x033c0155, 0x005e0101, 0x060201c3, 0x9010f400, 0x00ff0207, 0x039c0000, 0x0800299c, 0x00000100, 0x299c0000, 0x04002946, 0x2a7efd2a, 0x55005301, 0x01070201, 0xae9a0000, 0x2000c390, 0x09020403, 0x9c000008, 0x00299c00, 0x00010029, 0x9c000004, 0x0029462a, 0x7efd2a52, 0x00190052, 0x11550058, 0x13b40007, 0x082db400, 0x04b02cb4, 0x0002582b, 0x0104022b, 0xb4000294, 0x01c3900c, 0x02010104, 0x022cb400, 0x04ec01c3, 0x900a0201, 0x0104022d, 0xb4000744, 0x01c39019, 0x9a000008, 0x00020101, 0x04021103, 0xc3900f03, 0x002a0213, 0x03c39011, 0x03002a02, 0x2a9a0000, 0x02009a00, 0x00080002, 0x29c3900d, 0x14000100, 0x00010201, 0x05fd0001, 0x04000000 }; +u32 ai_22[] = { 0x9d000008, 0x00020403, 0x9c000008, 0x00299c00, 0x00010029, 0x9c000002, 0x0029462a, 0x7efd2a01, 0x04022a9a, 0x00000400, 0x9a000008, 0x00022914, 0x00010000, 0x01020102, 0x120330fd, 0x01011202, 0x01c3900e, 0x05fd0001, 0x04000000 }; +u32 ai_19[] = { 0x9d000008, 0x00140024, 0x00460602, 0x06034601, 0x7efd019c, 0x00000800, 0x29010602, 0x019a0000, 0x01009a00, 0x00080002, 0x290330fd, 0x11304615, 0x314615e8, 0x122f1401, 0x29021414, 0x00240046, 0x01020101, 0x290212e7, 0x13012902, 0x13160004, 0x00460102, 0x019a0000, 0x10000129, 0x02150600, 0x0205fd00, 0x08021105, 0xfd000104 }; +u32 ai_20[] = { 0x9d000008, 0x009d0000, 0x00802102, 0x06039c00, 0x00100001, 0x31470230, 0x47020106, 0x020118fd, 0x08069a00, 0x00400005, 0xfd000102, 0x020d0219, 0x039c0000, 0x08000101, 0x190201ae, 0x021203b4, 0x0004b001, 0x01120201, 0x1e005102, 0x04035500, 0x62084235, 0xd9460051, 0x35023503, 0x5b2a3500, 0x0a02355b, 0x2935000a, 0x02357002, 0x35b40011, 0x942fb400, 0x0f3c2e02, 0x35b4000b, 0xb82db400, 0x09602c02, 0x05032f01, 0x01040201, 0x33356401, 0x0a00ac00, 0x00004500, 0x109a0020, 0x00000104, 0x02013596, 0x010a00ad, 0x0000004a, 0x00109a00, 0x20000001, 0x04020135, 0xc8010a00, 0xae000000, 0x4f00109a, 0x00200000, 0x01040201, 0x0a00af00, 0x00005900, 0x109a0020, 0x00000104, 0x022cb400, 0x099c01c3, 0x90140201, 0x0105022d, 0xb4000bf4, 0x01c39015, 0x9a000100, 0x00020101, 0x05022eb4, 0x000f7801, 0xc3901602, 0x01010502, 0x2fb40011, 0xd001c390, 0x179a0002, 0x00000201, 0x01050208, 0x05fd0416, 0x020a05fd, 0x041c0400 }; +u32 ai_27[] = { 0x17000100, 0x00010201, 0x039c0008, 0x00000ac3, 0x901aae02, 0x040330fd, 0x0ab40001, 0x2c015500, 0x62080104, 0x0201c390, 0x1b020503, 0x30fd0a55, 0x00620801, 0x05020805, 0xfd041602, 0x0a05fd00, 0x01040000 }; +u32 ai_21[] = { 0xc3901802, 0x38032806, 0x01380206, 0x034b0019, 0x112f0801, 0x06023901, 0x38021108, 0x0212034b, 0x00083a4c, 0x00280801, 0x12023a47, 0x403b48c0, 0x3b0d0013, 0x023b0202, 0xfa001302, 0x13032f14, 0x01130214, 0x01110208, 0x01380400 }; +u32 ai_17[] = { 0x04000000 }; +u32 ai_9[] = { 0xad446f6e, 0x650a008f, 0x0050c000, 0xdc000000, 0x00010201, 0xbf00bd0a, 0x00000000, 0x01020133, 0x35c80106, 0x040105fd, 0x04010201, 0x94010600, 0x0205fd00, 0x08040000 }; +u32 ai_10[] = { 0x33353c01, 0xab007002, 0x01357801, 0xab003702, 0x0135b401, 0xab003402, 0x01ab0043, 0x020205fd, 0x04100400 }; +u32 ai_11[] = { 0x33353c01, 0xab007102, 0x01357801, 0xab007502, 0x0135b401, 0xab006e02, 0x01ab0078, 0x020205fd, 0x04100400 }; +u32 ai_12[] = { 0x33353c01, 0xab007102, 0x01357801, 0xab006b02, 0x0135b401, 0xab007702, 0x01ab0078, 0x020205fd, 0x04100400 }; +u32 ai_13[] = { 0x33353c01, 0xab007502, 0x01357801, 0xab007402, 0x0135b401, 0xab007002, 0x01ab0078, 0x020205fd, 0x04100400 }; +u32 ai_14[] = { 0x02013335, 0x78358f00, 0x3cbf00bd, 0x0a000000, 0x00010201, 0xc000dc00, 0x00000008, 0x02358f00, 0x50c000de, 0x00000000, 0x010201bf, 0x00c30980, 0x00000001, 0x0201bf00, 0xc3099000, 0x00000802, 0x0805fd04, 0x01040000 }; +u32 ai_15[] = { 0x02013335, 0x64373532, 0x35900014, 0x8f0028bf, 0x00bd0a00, 0x00000001, 0x0201c000, 0xdc000000, 0x00080235, 0x9000288f, 0x0028bf00, 0xc3098000, 0x00000102, 0x01c000de, 0x00000000, 0x010201bf, 0x00c30990, 0x00000008, 0x02379000, 0x288f003c, 0xc000dd00, 0x00000001, 0x0201bf00, 0xc3098000, 0x00000102, 0x01bf00c3, 0x09900000, 0x00080208, 0x05fd0407, 0x04000000 }; +u32 ai_16[] = { 0x9000288f, 0x003c0206, 0x036d0008, 0x01060208, 0x05fd0409, 0x04000000 }; +u32 ai_28[] = { 0x02040301, 0x04040000 }; +u32 ai_29[] = { 0x02060352, 0x00140052, 0x369c0000, 0x08000155, 0x00583501, 0x0602359c, 0x00002000, 0x35010602, 0x35003602, 0x01ae0211, 0x03b40000, 0x4b015200, 0x14005201, 0x55005835, 0x01110235, 0x9c000020, 0x00350111, 0x02350236, 0x0201ae67, 0x00670102, 0x1403b400, 0x00b40101, 0x14020167, 0x02670367, 0x04670567, 0x06670767, 0x2e021203, 0x68010101, 0x01120201, 0xa0450000, 0x0010a048, 0x00000010, 0xd94500ba, 0x010201d9, 0x4800ba01, 0x0201a045, 0x00040400, 0xa0480004, 0x04000213, 0x03011304 }; +u32 ai_30[] = { 0x02060352, 0x006400af, 0x01010602, 0x01ad476f, 0x0a003335, 0x6401f311, 0xbd04ff00, 0x0a040a00, 0x00000011, 0x020135c8, 0x01f311bd, 0x04ff000c, 0x040a0000, 0x00001102, 0x01f311bd, 0x04ff000d, 0x040a0000, 0x00001102, 0x11033335, 0x6401f312, 0xbd04ff00, 0x09040a00, 0x00000012, 0x0201f312, 0xbd04ff00, 0x0b040a00, 0x00000012, 0x02120355, 0x00900101, 0x120201ad, 0x706f7032, 0x0a0003f3, 0x01bd04ff, 0x0041040b, 0x00000000, 0x01020103, 0xf301bd04, 0xff003a04, 0x0c000000, 0x00010201, 0x03f301bd, 0x04ff003b, 0x040d0000, 0x00000102, 0x0103f301, 0xbd04ff00, 0x35040e00, 0x00000001, 0x02010333, 0x355001f3, 0x02bd04ff, 0x0036040f, 0x00000000, 0x02020135, 0xa001f302, 0xbd04ff00, 0x3d040f00, 0x00000002, 0x0201f302, 0xbd04ff00, 0x42040f00, 0x00000002, 0x02020333, 0x355001f3, 0x02bd04ff, 0x0037040f, 0x00000000, 0x02020135, 0xa001f302, 0xbd04ff00, 0x3e040f00, 0x00000002, 0x0201f302, 0xbd04ff00, 0x40040f00, 0x00000002, 0x02020333, 0x355001f3, 0x02bd04ff, 0x0038040f, 0x00000000, 0x02020135, 0xa001f302, 0xbd04ff00, 0x3f040f00, 0x00000002, 0x0201f302, 0xbd04ff00, 0x34040f00, 0x00000002, 0x02020333, 0x357801f3, 0x02bd04ff, 0x0039040f, 0x00000000, 0x020201f3, 0x02bd04ff, 0x003c040f, 0x00000000, 0x020202ad, 0x706f7033, 0x0a000213, 0x03011304 }; +u32 ai_31[] = { 0x0206039c, 0x00000800, 0x01010602, 0x01ae0211, 0x03314602, 0x31483502, 0x02b40003, 0x84010111, 0x0235b400, 0x07080101, 0x110201ae, 0xc3901202, 0x12b40001, 0x2c010301, 0x120201c3, 0x9013b700, 0x3cb9b502, 0x13039604, 0x35bb001e, 0x14023596, 0x0235bb00, 0x17020235, 0x960135bb, 0x00140102, 0x35bb0000, 0x15011302, 0x01c4003a, 0x00c70000, 0x000e1094, 0x01011302, 0x02c901c4, 0x00d702c6, 0x02004700, 0x00940201, 0x130214c4, 0x00d603c6, 0x03004700, 0x0003c400, 0xd801c601, 0x00470000, 0x94040113, 0x0215b69a, 0x00080000, 0x02080301, 0x08040000 }; +u32 ai_32[] = { 0x0204aec4, 0x0040ff6d, 0x00010006, 0x0201c400, 0x3fff0206, 0x039c0004, 0x000008b4, 0x00003c01, 0x01060201, 0x01040208, 0xc4003dff, 0x02110301, 0x11040000 }; +u32 ai_33[] = { 0x0204ae33, 0x35af2d35, 0x642c022b, 0xc400f9ff, 0x0006022c, 0xc400dfff, 0x0006022d, 0xc40033ff, 0x00060206, 0x033335fe, 0x013335fa, 0x11b40000, 0x78010106, 0x02110333, 0x35fe01b4, 0x0000b401, 0x01110201, 0x6d000101, 0x04020105, 0xfd041804 }; +u32 ai_23[] = { 0x86fa8100, 0x02118228, 0xae950184, 0x64040008, 0x020403b4, 0x00007801, 0x01040201, 0x85010111, 0x02013335, 0xaf2d3564, 0x2c022bc4, 0x00f9ff00, 0x06022cc4, 0x00dfff00, 0x06022dc4, 0x0033ff00, 0x06020601, 0x11020803, 0x9a000400, 0x00010804 }; +u32 ai_34[] = { 0x02000352, 0x003200cb, 0x01010002, 0x01ae0219, 0x03eb3db4, 0x0000b401, 0x01190201, 0xecd700da, 0x31460130, 0x46019a00, 0x00800002, 0x01021103, 0xdc010111, 0x02013146, 0x3c30463c, 0xf10105fd, 0x000f0201, 0xddeaed03, 0x0303d51d, 0x00020000, 0xa1460000, 0x04000546, 0x041b05f8, 0x041a0303, 0xdbae0212, 0x03b40001, 0x2c01b400, 0x00f02fb4, 0x0000b42e, 0xb400005a, 0x2db40000, 0x3c2c0112, 0x022ca419, 0x00020000, 0x5f190112, 0x022da41a, 0x00020000, 0x5f1a0112, 0x022ea41b, 0x00020000, 0x5f1b0112, 0x022fa41c, 0x00020000, 0x5f1c0112, 0x0201da02, 0x1303dc01, 0x01130201, 0xd205fd00, 0x01023cd2, 0x05fd0001, 0x023d05fd, 0x00010400 }; +u32 ai_25[] = { 0xa0fd0000, 0x0010d9fd, 0x00cd0102, 0x010a005a, 0xffffffff, 0x061005fd, 0x00010400 }; +u32 ai_26[] = { 0xa0fd0000, 0x0010d9fd, 0x00cc0102, 0x010a005a, 0x0007ffff, 0x061005fd, 0x00010400 }; +u32 ai_24[] = { 0xae0a0064, 0x00000001, 0x04100211, 0x03b40000, 0x00010111, 0x02010a00, 0x640001ff, 0xff041005, 0xfd000104 }; +u32 ai_35[] = { 0x021103cf, 0x01011102, 0x0105f804, 0x1905fd00, 0x01040000 }; +u32 ai_36[] = { 0x0211039c, 0x00080000, 0x01011102, 0x01ae0212, 0x03b40003, 0x6632b400, 0x027631b4, 0x00023a30, 0xb40001c2, 0x2fb40000, 0xd22eb400, 0x005a2db4, 0x00001e2c, 0x0112022c, 0xa40f0002, 0x00005f0f, 0x0112022d, 0xa4100002, 0x00005f10, 0xa42b0002, 0x00005f2b, 0x0112022e, 0xa4110002, 0x00005f11, 0x0112022f, 0xa4120002, 0x00005f12, 0xa42c0002, 0x00005f2c, 0x01120230, 0xa4130002, 0x00005f13, 0x01120231, 0xa4140002, 0x00005f14, 0x01120232, 0xa4150002, 0x00005f15, 0xa42d0002, 0x00005f2d, 0x011205fd, 0x00010400 }; +u32 ai_37[] = { 0x02110355, 0x00620101, 0x110201e9, 0x9a001000, 0x0005fd00, 0x01040000 }; +u32 ai_38[] = { 0x02040368, 0x1e01356b, 0x1e020235, 0x681f0135, 0x6b1f0202, 0x35036820, 0x01356b20, 0x02023568, 0x2101356b, 0x21020235, 0x03682201, 0x356b2202, 0x02356823, 0x01356b23, 0x02023503, 0x68240135, 0x6b240202, 0x35682501, 0x356b2502, 0x02350368, 0x2601356b, 0x26020235, 0x68270135, 0x6b270202, 0x35036828, 0x01356b28, 0x02023501, 0x04040000 }; +u32 ai_39[] = { 0x0206039c, 0x00200000, 0x01010602, 0x01ae0211, 0x03b40000, 0x3c010111, 0x02013335, 0x8035c400, 0xb807c507, 0x29000002, 0x359b0020, 0x00000106, 0x020805fd, 0x00010400 }; +u32 ai_40[] = { 0x02060331, 0x46010106, 0x0201c390, 0x1c9a0000, 0x40000208, 0x03010804 }; + +AIListRecord ailists[] = { + /* index = 0 */ + { &ai_0, 0x00000401 }, + /* index = 1 */ + { &ai_1, 0x00000402 }, + /* index = 2 */ + { &ai_2, 0x00000403 }, + /* index = 3 */ + { &ai_3, 0x00000404 }, + /* index = 4 */ + { &ai_4, 0x00000405 }, + /* index = 5 */ + { &ai_5, 0x00000406 }, + /* index = 6 */ + { &ai_6, 0x00000407 }, + /* index = 7 */ + { &ai_7, 0x00000408 }, + /* index = 8 */ + { &ai_8, 0x00000409 }, + /* index = 9 */ + { &ai_9, 0x0000040a }, + /* index = 10 */ + { &ai_10, 0x0000040b }, + /* index = 11 */ + { &ai_11, 0x0000040c }, + /* index = 12 */ + { &ai_12, 0x0000040d }, + /* index = 13 */ + { &ai_13, 0x0000040e }, + /* index = 14 */ + { &ai_14, 0x0000040f }, + /* index = 15 */ + { &ai_15, 0x00000410 }, + /* index = 16 */ + { &ai_16, 0x00000411 }, + /* index = 17 */ + { &ai_17, 0x00000412 }, + /* index = 18 */ + { &ai_18, 0x00000413 }, + /* index = 19 */ + { &ai_19, 0x00000414 }, + /* index = 20 */ + { &ai_20, 0x00000415 }, + /* index = 21 */ + { &ai_21, 0x00000416 }, + /* index = 22 */ + { &ai_22, 0x00000417 }, + /* index = 23 */ + { &ai_23, 0x00000418 }, + /* index = 24 */ + { &ai_24, 0x00000419 }, + /* index = 25 */ + { &ai_25, 0x0000041a }, + /* index = 26 */ + { &ai_26, 0x0000041b }, + /* index = 27 */ + { &ai_27, 0x0000041c }, + /* index = 28 */ + { &ai_28, 0x00001000 }, + /* index = 29 */ + { &ai_29, 0x00001001 }, + /* index = 30 */ + { &ai_30, 0x00001002 }, + /* index = 31 */ + { &ai_31, 0x00001003 }, + /* index = 32 */ + { &ai_32, 0x00001004 }, + /* index = 33 */ + { &ai_33, 0x00001005 }, + /* index = 34 */ + { &ai_34, 0x00001006 }, + /* index = 35 */ + { &ai_35, 0x00001007 }, + /* index = 36 */ + { &ai_36, 0x00001008 }, + /* index = 37 */ + { &ai_37, 0x00001009 }, + /* index = 38 */ + { &ai_38, 0x0000100a }, + /* index = 39 */ + { &ai_39, 0x0000100b }, + /* index = 40 */ + { &ai_40, 0x0000100c }, + /* index = 41 */ + { NULL, 0x00000000 } +}; + + + + diff --git a/assets/obseg/stan/Tbg_ame_all_p_stanZ.c b/assets/obseg/stan/Tbg_ame_all_p_stanZ.c new file mode 100644 index 0000000..4ec5d26 --- /dev/null +++ b/assets/obseg/stan/Tbg_ame_all_p_stanZ.c @@ -0,0 +1,6375 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:10 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_ame_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x03af02, 0x5c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-455, -227, -2500, 0x0014}, + {-644, -227, -2386, 0x0000}, + {-455, -227, -2386, 0x001c} + } +}; + +StandTile tile_1 = { + 0x03af01, 0x5c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-455, -227, -2500, 0x0000}, + {-644, -227, -2500, 0x02b8}, + {-644, -227, -2386, 0x0010} + } +}; + +StandTile tile_2 = { + 0x03b002, 0x5b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -2500, 0x001c}, + {-455, -227, -2386, 0x0024}, + {-341, -227, -2386, 0x0000} + } +}; + +StandTile tile_3 = { + 0x03b001, 0x5b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -2500, 0x0000}, + {-455, -227, -2500, 0x0010}, + {-455, -227, -2386, 0x0018} + } +}; + +StandTile tile_4 = { + 0x03b102, 0x5a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -2386, 0x0024}, + {-455, -227, -1856, 0x002c}, + {-341, -227, -1856, 0x0000} + } +}; + +StandTile tile_5 = { + 0x03b101, 0x5a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -2386, 0x0018}, + {-455, -227, -2386, 0x0000}, + {-455, -227, -1856, 0x0020} + } +}; + +StandTile tile_6 = { + 0x03b202, 0x59, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -1856, 0x002c}, + {-455, -227, -1705, 0x0000}, + {-341, -227, -1705, 0x0034} + } +}; + +StandTile tile_7 = { + 0x03b201, 0x59, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -1856, 0x0020}, + {-455, -227, -1856, 0x0000}, + {-455, -227, -1705, 0x0028} + } +}; + +StandTile tile_8 = { + 0x03b302, 0x58, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -1856, 0x0034}, + {-341, -227, -1705, 0x0000}, + {-152, -227, -1705, 0x0188} + } +}; + +StandTile tile_9 = { + 0x03b301, 0x58, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -1856, 0x0000}, + {-341, -227, -1856, 0x0028}, + {-341, -227, -1705, 0x0030} + } +}; + +StandTile tile_10 = { + 0x050500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1780, 0x003c}, + {341, -227, -1553, 0x0074}, + {341, -227, -1780, 0x006c} + } +}; + +StandTile tile_11 = { + 0x050400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1780, 0x0064}, + {114, -227, -1553, 0x0040}, + {341, -227, -1553, 0x0038} + } +}; + +StandTile tile_12 = { + 0x050300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1477, 0x0000}, + {341, -227, -1553, 0x003c}, + {114, -227, -1553, 0x0044} + } +}; + +StandTile tile_13 = { + 0x050200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1553, 0x0000}, + {114, -227, -1477, 0x0048}, + {341, -227, -1477, 0x0040} + } +}; + +StandTile tile_14 = { + 0x050100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1477, 0x004c}, + {341, -227, -1250, 0x00c8}, + {341, -227, -1477, 0x0044} + } +}; + +StandTile tile_15 = { + 0x050000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1477, 0x005c}, + {114, -227, -1250, 0x0054}, + {341, -227, -1250, 0x0048} + } +}; + +StandTile tile_16 = { + 0x04ff00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1174, 0x0058}, + {341, -227, -1174, 0x0054}, + {114, -227, -1250, 0x0000} + } +}; + +StandTile tile_17 = { + 0x04fe00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1174, 0x0000}, + {341, -227, -1250, 0x004c}, + {114, -227, -1250, 0x0050} + } +}; + +StandTile tile_18 = { + 0x04fd00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -947, 0x00c4}, + {341, -227, -1174, 0x0050}, + {114, -227, -1174, 0x00b4} + } +}; + +StandTile tile_19 = { + 0x04fc00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1250, 0x004c}, + {114, -227, -1477, 0x0060}, + {38, -227, -1250, 0x0000} + } +}; + +StandTile tile_20 = { + 0x04fb00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1477, 0x0000}, + {38, -227, -1477, 0x0178}, + {38, -227, -1250, 0x005c} + } +}; + +StandTile tile_21 = { + 0x04fa00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1780, 0x0068}, + {38, -227, -1553, 0x0000}, + {114, -227, -1553, 0x003c} + } +}; + +StandTile tile_22 = { + 0x04f900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1780, 0x0000}, + {38, -227, -1780, 0x0184}, + {38, -227, -1553, 0x0064} + } +}; + +StandTile tile_23 = { + 0x04f800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1856, 0x0070}, + {114, -227, -1780, 0x0038}, + {341, -227, -1780, 0x0000} + } +}; + +StandTile tile_24 = { + 0x04f700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1856, 0x01a0}, + {114, -227, -1856, 0x0000}, + {114, -227, -1780, 0x006c} + } +}; + +StandTile tile_25 = { + 0x04f500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1553, 0x0078}, + {417, -227, -1780, 0x0000}, + {341, -227, -1780, 0x0038} + } +}; + +StandTile tile_26 = { + 0x04f400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1553, 0x0000}, + {417, -227, -1553, 0x0084}, + {417, -227, -1780, 0x0074} + } +}; + +StandTile tile_27 = { + 0x04f300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1780, 0x0084}, + {568, -227, -1780, 0x0080}, + {417, -227, -1856, 0x0000} + } +}; + +StandTile tile_28 = { + 0x04f200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1780, 0x0000}, + {568, -227, -1856, 0x01ac}, + {417, -227, -1856, 0x007c} + } +}; + +StandTile tile_29 = { + 0x04f100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1553, 0x0088}, + {568, -227, -1780, 0x007c}, + {417, -227, -1780, 0x0078} + } +}; + +StandTile tile_30 = { + 0x04f000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1553, 0x008c}, + {568, -227, -1780, 0x0084}, + {417, -227, -1553, 0x00d0} + } +}; + +StandTile tile_31 = { + 0x04ef00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1553, 0x0000}, + {644, -227, -1553, 0x0090}, + {568, -227, -1780, 0x0088} + } +}; + +StandTile tile_32 = { + 0x04ee00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1553, 0x0094}, + {644, -227, -1780, 0x0000}, + {568, -227, -1780, 0x008c} + } +}; + +StandTile tile_33 = { + 0x04ed00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1553, 0x0098}, + {644, -227, -1780, 0x0090}, + {644, -227, -1553, 0x00ac} + } +}; + +StandTile tile_34 = { + 0x04ec00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1553, 0x00a4}, + {871, -227, -1780, 0x009c}, + {644, -227, -1780, 0x0094} + } +}; + +StandTile tile_35 = { + 0x04eb00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1780, 0x0098}, + {871, -227, -1780, 0x00a0}, + {644, -227, -1856, 0x0000} + } +}; + +StandTile tile_36 = { + 0x04ea00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1780, 0x0000}, + {871, -227, -1856, 0x01bc}, + {644, -227, -1856, 0x009c} + } +}; + +StandTile tile_37 = { + 0x04e900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1780, 0x0098}, + {871, -227, -1553, 0x00a8}, + {947, -227, -1780, 0x0000} + } +}; + +StandTile tile_38 = { + 0x04e800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1553, 0x0000}, + {947, -227, -1553, 0x01d4}, + {947, -227, -1780, 0x00a4} + } +}; + +StandTile tile_39 = { + 0x04e700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1553, 0x00b0}, + {871, -227, -1477, 0x0000}, + {871, -227, -1553, 0x0094} + } +}; + +StandTile tile_40 = { + 0x04e600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1553, 0x0000}, + {644, -227, -1477, 0x0108}, + {871, -227, -1477, 0x00ac} + } +}; + +StandTile tile_41 = { + 0x04e500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1174, 0x00b8}, + {114, -227, -947, 0x0058}, + {114, -227, -1174, 0x0000} + } +}; + +StandTile tile_42 = { + 0x04e400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1174, 0x016c}, + {38, -227, -947, 0x0000}, + {114, -227, -947, 0x00b4} + } +}; + +StandTile tile_43 = { + 0x04e300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -871, 0x00c0}, + {341, -227, -947, 0x00c4}, + {114, -227, -947, 0x0000} + } +}; + +StandTile tile_44 = { + 0x04e200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -871, 0x0154}, + {341, -227, -871, 0x0000}, + {341, -227, -947, 0x00bc} + } +}; + +StandTile tile_45 = { + 0x04e100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -947, 0x00bc}, + {341, -227, -947, 0x00e8}, + {341, -227, -1174, 0x0058} + } +}; + +StandTile tile_46 = { + 0x04e000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1250, 0x00cc}, + {417, -227, -1477, 0x0000}, + {341, -227, -1477, 0x0048} + } +}; + +StandTile tile_47 = { + 0x04df00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1250, 0x0000}, + {417, -227, -1250, 0x00d8}, + {417, -227, -1477, 0x00c8} + } +}; + +StandTile tile_48 = { + 0x04de00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1553, 0x0000}, + {417, -227, -1477, 0x00d4}, + {568, -227, -1553, 0x0088} + } +}; + +StandTile tile_49 = { + 0x04dd00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1477, 0x00d8}, + {568, -227, -1477, 0x0000}, + {568, -227, -1553, 0x00d0} + } +}; + +StandTile tile_50 = { + 0x04dc00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1477, 0x00cc}, + {417, -227, -1250, 0x00dc}, + {568, -227, -1477, 0x00d4} + } +}; + +StandTile tile_51 = { + 0x04db00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1250, 0x00e0}, + {568, -227, -1250, 0x0100}, + {568, -227, -1477, 0x00d8} + } +}; + +StandTile tile_52 = { + 0x04da00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1250, 0x0000}, + {417, -227, -1174, 0x00e4}, + {568, -227, -1250, 0x00dc} + } +}; + +StandTile tile_53 = { + 0x04d900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1174, 0x00f0}, + {568, -227, -1174, 0x0000}, + {568, -227, -1250, 0x00e0} + } +}; + +StandTile tile_54 = { + 0x04d800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1174, 0x00c4}, + {341, -227, -947, 0x00ec}, + {417, -227, -1174, 0x0000} + } +}; + +StandTile tile_55 = { + 0x04d700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -947, 0x0000}, + {417, -227, -947, 0x00f0}, + {417, -227, -1174, 0x00e8} + } +}; + +StandTile tile_56 = { + 0x04d600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -947, 0x00f4}, + {568, -227, -1174, 0x00e4}, + {417, -227, -1174, 0x00ec} + } +}; + +StandTile tile_57 = { + 0x04d400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1174, 0x00f0}, + {417, -227, -947, 0x00f8}, + {568, -227, -947, 0x0120} + } +}; + +StandTile tile_58 = { + 0x04d300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -947, 0x0000}, + {417, -227, -871, 0x00fc}, + {568, -227, -947, 0x00f4} + } +}; + +StandTile tile_59 = { + 0x04d200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -871, 0x0148}, + {568, -227, -871, 0x0000}, + {568, -227, -947, 0x00f8} + } +}; + +StandTile tile_60 = { + 0x04d100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1477, 0x00dc}, + {568, -227, -1250, 0x0104}, + {644, -227, -1477, 0x0000} + } +}; + +StandTile tile_61 = { + 0x04d000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1477, 0x0100}, + {568, -227, -1250, 0x0000}, + {644, -227, -1250, 0x0108} + } +}; + +StandTile tile_62 = { + 0x04cf00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1477, 0x0104}, + {644, -227, -1250, 0x010c}, + {871, -227, -1477, 0x00b0} + } +}; + +StandTile tile_63 = { + 0x04ce00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1250, 0x0118}, + {871, -227, -1250, 0x0110}, + {871, -227, -1477, 0x0108} + } +}; + +StandTile tile_64 = { + 0x04cd00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1477, 0x010c}, + {871, -227, -1250, 0x0114}, + {947, -227, -1477, 0x0000} + } +}; + +StandTile tile_65 = { + 0x04cc00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1477, 0x0110}, + {871, -227, -1250, 0x0000}, + {947, -227, -1250, 0x01e0} + } +}; + +StandTile tile_66 = { + 0x04cb00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1250, 0x0000}, + {644, -227, -1174, 0x011c}, + {871, -227, -1250, 0x010c} + } +}; + +StandTile tile_67 = { + 0x04ca00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1174, 0x0128}, + {871, -227, -1174, 0x0000}, + {871, -227, -1250, 0x0118} + } +}; + +StandTile tile_68 = { + 0x04c900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1174, 0x00f4}, + {568, -227, -947, 0x0124}, + {644, -227, -1174, 0x0000} + } +}; + +StandTile tile_69 = { + 0x04c800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -947, 0x0000}, + {644, -227, -947, 0x012c}, + {644, -227, -1174, 0x0120} + } +}; + +StandTile tile_70 = { + 0x04c700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -947, 0x0130}, + {871, -227, -1174, 0x011c}, + {644, -227, -1174, 0x012c} + } +}; + +StandTile tile_71 = { + 0x04c600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1174, 0x0124}, + {644, -227, -947, 0x0138}, + {871, -227, -947, 0x0128} + } +}; + +StandTile tile_72 = { + 0x04c500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1174, 0x0000}, + {871, -227, -1174, 0x0128}, + {871, -227, -947, 0x0134} + } +}; + +StandTile tile_73 = { + 0x04c400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -947, 0x0000}, + {947, -227, -947, 0x01ec}, + {947, -227, -1174, 0x0130} + } +}; + +StandTile tile_74 = { + 0x04c300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -947, 0x0000}, + {644, -227, -871, 0x013c}, + {871, -227, -947, 0x012c} + } +}; + +StandTile tile_75 = { + 0x04c200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -871, 0x0204}, + {871, -227, -871, 0x0000}, + {871, -227, -947, 0x0138} + } +}; + +StandTile tile_76 = { + 0x04c100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -720, 0x0204}, + {644, -227, -871, 0x0000}, + {568, -227, -871, 0x0144} + } +}; + +StandTile tile_77 = { + 0x04c000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -871, 0x0148}, + {423, -227, -720, 0x0000}, + {720, -227, -720, 0x0140} + } +}; + +StandTile tile_78 = { + 0x04bf00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -871, 0x014c}, + {423, -227, -720, 0x0144}, + {568, -227, -871, 0x00fc} + } +}; + +StandTile tile_79 = { + 0x04be00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -871, 0x0000}, + {341, -227, -871, 0x0150}, + {423, -227, -720, 0x0148} + } +}; + +StandTile tile_80 = { + 0x04bd00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -871, 0x0154}, + {94, -227, -720, 0x0000}, + {423, -227, -720, 0x014c} + } +}; + +StandTile tile_81 = { + 0x04bc00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -871, 0x00c0}, + {114, -227, -871, 0x0158}, + {94, -227, -720, 0x0150} + } +}; + +StandTile tile_82 = { + 0x04bb00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -871, 0x0000}, + {38, -227, -871, 0x015c}, + {94, -227, -720, 0x0154} + } +}; + +StandTile tile_83 = { + 0x04ba00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -871, 0x0160}, + {-152, -227, -720, 0x0000}, + {94, -227, -720, 0x0158} + } +}; + +StandTile tile_84 = { + 0x04b900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -871, 0x0164}, + {-152, -227, -873, 0x0000}, + {-152, -227, -720, 0x015c} + } +}; + +StandTile tile_85 = { + 0x04b800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -871, 0x0000}, + {38, -227, -947, 0x0168}, + {-152, -227, -873, 0x0160} + } +}; + +StandTile tile_86 = { + 0x04b700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -947, 0x016c}, + {-152, -227, -1046, 0x0000}, + {-152, -227, -873, 0x0164} + } +}; + +StandTile tile_87 = { + 0x04b600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1174, 0x0170}, + {-152, -227, -1046, 0x0168}, + {38, -227, -947, 0x00b8} + } +}; + +StandTile tile_88 = { + 0x04b500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -1046, 0x016c}, + {38, -227, -1174, 0x0000}, + {38, -227, -1250, 0x0174} + } +}; + +StandTile tile_89 = { + 0x04b400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1250, 0x0178}, + {-152, -227, -1400, 0x0000}, + {-152, -227, -1046, 0x0170} + } +}; + +StandTile tile_90 = { + 0x04b300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1477, 0x017c}, + {-152, -227, -1400, 0x0174}, + {38, -227, -1250, 0x0060} + } +}; + +StandTile tile_91 = { + 0x04b200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1477, 0x0000}, + {38, -227, -1553, 0x0180}, + {-152, -227, -1400, 0x0178} + } +}; + +StandTile tile_92 = { + 0x04b100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1553, 0x0184}, + {-152, -227, -1705, 0x0000}, + {-152, -227, -1400, 0x017c} + } +}; + +StandTile tile_93 = { + 0x04b000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1553, 0x0068}, + {38, -227, -1780, 0x0188}, + {-152, -227, -1705, 0x0180} + } +}; + +StandTile tile_94 = { + 0x04af00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1780, 0x018c}, + {-152, -227, -1856, 0x0030}, + {-152, -227, -1705, 0x0184} + } +}; + +StandTile tile_95 = { + 0x04ae00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1780, 0x0000}, + {38, -227, -1856, 0x0190}, + {-152, -227, -1856, 0x0188} + } +}; + +StandTile tile_96 = { + 0x04ad00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1856, 0x0194}, + {-152, -227, -2008, 0x0000}, + {-152, -227, -1856, 0x018c} + } +}; + +StandTile tile_97 = { + 0x04ac00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -2008, 0x0190}, + {38, -227, -1856, 0x0198}, + {-11, -227, -2008, 0x0000} + } +}; + +StandTile tile_98 = { + 0x04ab00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-11, -227, -2008, 0x0194}, + {38, -227, -1856, 0x0000}, + {114, -227, -1856, 0x019c} + } +}; + +StandTile tile_99 = { + 0x04aa00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1856, 0x01a0}, + {132, -227, -2008, 0x0000}, + {-11, -227, -2008, 0x0198} + } +}; + +StandTile tile_100 = { + 0x04a900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {132, -227, -2008, 0x019c}, + {114, -227, -1856, 0x0070}, + {341, -227, -1856, 0x01a4} + } +}; + +StandTile tile_101 = { + 0x04a800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1856, 0x01a8}, + {376, -227, -2008, 0x0000}, + {132, -227, -2008, 0x01a0} + } +}; + +StandTile tile_102 = { + 0x04a700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1856, 0x01ac}, + {376, -227, -2008, 0x01a4}, + {341, -227, -1856, 0x0000} + } +}; + +StandTile tile_103 = { + 0x04a600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1856, 0x0080}, + {568, -227, -1856, 0x01b0}, + {376, -227, -2008, 0x01a8} + } +}; + +StandTile tile_104 = { + 0x04a500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {376, -227, -2008, 0x01ac}, + {568, -227, -1856, 0x01b4}, + {599, -227, -2008, 0x0000} + } +}; + +StandTile tile_105 = { + 0x04a400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1856, 0x0000}, + {644, -227, -1856, 0x01b8}, + {599, -227, -2008, 0x01b0} + } +}; + +StandTile tile_106 = { + 0x04a300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1856, 0x01bc}, + {876, -227, -2008, 0x0000}, + {599, -227, -2008, 0x01b4} + } +}; + +StandTile tile_107 = { + 0x04a200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1856, 0x00a0}, + {871, -227, -1856, 0x01c0}, + {876, -227, -2008, 0x01b8} + } +}; + +StandTile tile_108 = { + 0x04a100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1856, 0x0000}, + {947, -227, -1856, 0x01c4}, + {876, -227, -2008, 0x01bc} + } +}; + +StandTile tile_109 = { + 0x04a000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1856, 0x01c8}, + {1136, -227, -2008, 0x0000}, + {876, -227, -2008, 0x01c0} + } +}; + +StandTile tile_110 = { + 0x049f00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1856, 0x01cc}, + {1136, -227, -1850, 0x0000}, + {1136, -227, -2008, 0x01c4} + } +}; + +StandTile tile_111 = { + 0x049e00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1856, 0x0000}, + {947, -227, -1780, 0x01d0}, + {1136, -227, -1850, 0x01c8} + } +}; + +StandTile tile_112 = { + 0x049d00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1780, 0x01d4}, + {1136, -227, -1609, 0x0000}, + {1136, -227, -1850, 0x01cc} + } +}; + +StandTile tile_113 = { + 0x049c00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1553, 0x01d8}, + {1136, -227, -1609, 0x01d0}, + {947, -227, -1780, 0x00a8} + } +}; + +StandTile tile_114 = { + 0x049b00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1477, 0x01dc}, + {1136, -227, -1609, 0x01d4}, + {947, -227, -1553, 0x0000} + } +}; + +StandTile tile_115 = { + 0x049a00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1477, 0x01e0}, + {1136, -227, -1371, 0x0000}, + {1136, -227, -1609, 0x01d8} + } +}; + +StandTile tile_116 = { + 0x049900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1250, 0x01e4}, + {1136, -227, -1371, 0x01dc}, + {947, -227, -1477, 0x0114} + } +}; + +StandTile tile_117 = { + 0x049800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1136, -227, -1371, 0x01e0}, + {947, -227, -1250, 0x0000}, + {947, -227, -1174, 0x01e8} + } +}; + +StandTile tile_118 = { + 0x049700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1174, 0x01ec}, + {1136, -227, -1086, 0x0000}, + {1136, -227, -1371, 0x01e4} + } +}; + +StandTile tile_119 = { + 0x049600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -947, 0x01f0}, + {1136, -227, -1086, 0x01e8}, + {947, -227, -1174, 0x0134} + } +}; + +StandTile tile_120 = { + 0x049500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1136, -227, -1086, 0x01ec}, + {947, -227, -947, 0x01f4}, + {1136, -227, -720, 0x0000} + } +}; + +StandTile tile_121 = { + 0x049400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -947, 0x0000}, + {947, -227, -871, 0x01f8}, + {1136, -227, -720, 0x01f0} + } +}; + +StandTile tile_122 = { + 0x049300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -871, 0x01fc}, + {833, -227, -720, 0x0000}, + {1136, -227, -720, 0x01f4} + } +}; + +StandTile tile_123 = { + 0x049200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -871, 0x0000}, + {871, -227, -871, 0x0200}, + {833, -227, -720, 0x01f8} + } +}; + +StandTile tile_124 = { + 0x049100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -720, 0x01fc}, + {871, -227, -871, 0x0204}, + {720, -227, -720, 0x020c} + } +}; + +StandTile tile_125 = { + 0x049000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -871, 0x013c}, + {644, -227, -871, 0x0140}, + {720, -227, -720, 0x0200} + } +}; + +StandTile tile_126 = { + 0x035e02, 0x56, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -568, 0x020c}, + {720, -227, -720, 0x0000}, + {720, -227, -568, 0x024c} + } +}; + +StandTile tile_127 = { + 0x035e01, 0x56, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -568, 0x0000}, + {833, -227, -720, 0x0200}, + {720, -227, -720, 0x0208} + } +}; + +StandTile tile_128 = { + 0x048f00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -189, 0x0244}, + {720, -227, -189, 0x0214}, + {833, -227, 0, 0x0000} + } +}; + +StandTile tile_129 = { + 0x048e00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -189, 0x0218}, + {455, -227, 0, 0x0220}, + {833, -227, 0, 0x0210} + } +}; + +StandTile tile_130 = { + 0x048d00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -189, 0x0000}, + {227, -227, -189, 0x021c}, + {455, -227, 0, 0x0214} + } +}; + +StandTile tile_131 = { + 0x048c00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, -189, 0x0000}, + {227, -227, 114, 0x0230}, + {455, -227, 0, 0x0218} + } +}; + +StandTile tile_132 = { + 0x048b00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, 0, 0x0214}, + {455, -227, 0, 0x0234}, + {455, -227, 379, 0x0224} + } +}; + +StandTile tile_133 = { + 0x048a00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, 0, 0x0220}, + {455, -227, 379, 0x0228}, + {833, -227, 568, 0x0000} + } +}; + +StandTile tile_134 = { + 0x048900, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, -227, 379, 0x022c}, + {227, -227, 568, 0x0000}, + {833, -227, 568, 0x0224} + } +}; + +StandTile tile_135 = { + 0x048800, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 568, 0x0228}, + {455, -227, 379, 0x0234}, + {227, -227, 227, 0x0000} + } +}; + +StandTile tile_136 = { + 0x048700, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 227, 0x0234}, + {455, -227, 0, 0x021c}, + {227, -227, 114, 0x0260} + } +}; + +StandTile tile_137 = { + 0x048600, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 227, 0x022c}, + {455, -227, 379, 0x0220}, + {455, -227, 0, 0x0230} + } +}; + +StandTile tile_138 = { + 0x001a02, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {606, 0, 0, 0x023c}, + {455, 0, 379, 0x070a}, + {606, 0, 379, 0x0000} + } +}; + +StandTile tile_139 = { + 0x001a01, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {606, 0, 0, 0x0716}, + {455, 0, 0, 0x0000}, + {455, 0, 379, 0x0238} + } +}; + +StandTile tile_140 = { + 0x025502, 0x54, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -189, 0x0244}, + {833, -227, -455, 0x0248}, + {720, -227, -455, 0x0000} + } +}; + +StandTile tile_141 = { + 0x025501, 0x54, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -189, 0x0210}, + {833, -227, -189, 0x0000}, + {833, -227, -455, 0x0240} + } +}; + +StandTile tile_142 = { + 0x035d02, 0x53, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -455, 0x024c}, + {720, -227, -568, 0x0250}, + {720, -227, -455, 0x0240} + } +}; + +StandTile tile_143 = { + 0x035d01, 0x53, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -455, 0x0000}, + {833, -227, -568, 0x0208}, + {720, -227, -568, 0x0248} + } +}; + +StandTile tile_144 = { + 0x025602, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -568, 0x0254}, + {301, -227, -455, 0x0000}, + {720, -227, -455, 0x0248} + } +}; + +StandTile tile_145 = { + 0x025601, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -568, 0x0000}, + {301, -227, -568, 0x0258}, + {301, -227, -455, 0x0250} + } +}; + +StandTile tile_146 = { + 0x025002, 0x51, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {301, -227, -568, 0x025c}, + {-152, -227, -455, 0x0000}, + {301, -227, -455, 0x0254} + } +}; + +StandTile tile_147 = { + 0x025001, 0x51, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {301, -227, -568, 0x0000}, + {-152, -227, -568, 0x0278}, + {-152, -227, -455, 0x0258} + } +}; + +StandTile tile_148 = { + 0x025202, 0x50, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 114, 0x0264}, + {-152, -227, 227, 0x0000}, + {227, -227, 227, 0x0230} + } +}; + +StandTile tile_149 = { + 0x025201, 0x50, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 114, 0x0000}, + {-152, -227, 114, 0x0288}, + {-152, -227, 227, 0x0260} + } +}; + +StandTile tile_150 = { + 0x032102, 0x4f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -455, 0x026c}, + {-644, -227, -568, 0x0380}, + {-758, -227, -568, 0x0000} + } +}; + +StandTile tile_151 = { + 0x032101, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -455, 0x0000}, + {-644, -227, -455, 0x0270}, + {-644, -227, -568, 0x0268} + } +}; + +StandTile tile_152 = { + 0x025102, 0x4e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -455, 0x0274}, + {-265, -227, -568, 0x0000}, + {-644, -227, -568, 0x026c} + } +}; + +StandTile tile_153 = { + 0x025101, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -455, 0x0000}, + {-265, -227, -455, 0x027c}, + {-265, -227, -568, 0x0270} + } +}; + +StandTile tile_154 = { + 0x024f02, 0x4d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -568, 0x027c}, + {-265, -227, -455, 0x0284}, + {-152, -227, -455, 0x025c} + } +}; + +StandTile tile_155 = { + 0x024f01, 0x4d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -568, 0x0000}, + {-265, -227, -568, 0x0274}, + {-265, -227, -455, 0x0278} + } +}; + +StandTile tile_156 = { + 0x024d02, 0x4c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -455, 0x0284}, + {-265, -227, 114, 0x028c}, + {-152, -227, 114, 0x0000} + } +}; + +StandTile tile_157 = { + 0x024d01, 0x4c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -455, 0x0278}, + {-265, -227, -455, 0x0000}, + {-265, -227, 114, 0x0280} + } +}; + +StandTile tile_158 = { + 0x024c02, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 114, 0x028c}, + {-265, -227, 227, 0x0294}, + {-152, -227, 227, 0x0264} + } +}; + +StandTile tile_159 = { + 0x024c01, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 114, 0x0280}, + {-265, -227, 114, 0x0000}, + {-265, -227, 227, 0x0288} + } +}; + +StandTile tile_160 = { + 0x024802, 0x4a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 227, 0x0294}, + {-265, -227, 871, 0x04c0}, + {-152, -227, 871, 0x0000} + } +}; + +StandTile tile_161 = { + 0x024801, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 227, 0x0288}, + {-265, -227, 227, 0x0000}, + {-265, -227, 871, 0x0290} + } +}; + +StandTile tile_162 = { + 0x039d02, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2159, -227, -2386, 0x029c}, + {-2045, 0, -1894, 0x0000}, + {-2045, -227, -2386, 0x02a0} + } +}; + +StandTile tile_163 = { + 0x039d01, 0x49, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-2159, -227, -2386, 0x0000}, + {-2159, 0, -1894, 0x05ba}, + {-2045, 0, -1894, 0x0298} + } +}; + +StandTile tile_164 = { + 0x03a902, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, -227, -2500, 0x02a4}, + {-2159, -227, -2386, 0x0298}, + {-2045, -227, -2386, 0x02ac} + } +}; + +StandTile tile_165 = { + 0x03a901, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, -227, -2500, 0x0000}, + {-2159, -227, -2500, 0x0000}, + {-2159, -227, -2386, 0x02a0} + } +}; + +StandTile tile_166 = { + 0x03aa02, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1553, -227, -2500, 0x02ac}, + {-2045, -227, -2386, 0x0000}, + {-1553, -227, -2386, 0x036c} + } +}; + +StandTile tile_167 = { + 0x03aa01, 0x47, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1553, -227, -2500, 0x0000}, + {-2045, -227, -2500, 0x02a0}, + {-2045, -227, -2386, 0x02a8} + } +}; + +StandTile tile_168 = { + 0x048200, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-953, -227, -2500, 0x02e0}, + {-833, -227, -2311, 0x0000}, + {-758, -227, -2311, 0x02b4} + } +}; + +StandTile tile_169 = { + 0x048100, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -2311, 0x02b8}, + {-644, -227, -2500, 0x0000}, + {-953, -227, -2500, 0x02b0} + } +}; + +StandTile tile_170 = { + 0x048000, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -2500, 0x02b4}, + {-758, -227, -2311, 0x02bc}, + {-644, -227, -2386, 0x0014} + } +}; + +StandTile tile_171 = { + 0x047f00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -2386, 0x02b8}, + {-758, -227, -2311, 0x0000}, + {-758, -227, -2235, 0x02c0} + } +}; + +StandTile tile_172 = { + 0x047e00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -2235, 0x02c4}, + {-644, -227, -1987, 0x0000}, + {-644, -227, -2386, 0x02bc} + } +}; + +StandTile tile_173 = { + 0x047d00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1894, 0x02f4}, + {-644, -227, -1987, 0x02c0}, + {-758, -227, -2235, 0x02c8} + } +}; + +StandTile tile_174 = { + 0x047c00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -2235, 0x0000}, + {-833, -227, -2235, 0x02cc}, + {-758, -227, -1894, 0x02c4} + } +}; + +StandTile tile_175 = { + 0x047b00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -1894, 0x0000}, + {-758, -227, -1894, 0x02c8}, + {-833, -227, -2235, 0x02d0} + } +}; + +StandTile tile_176 = { + 0x047a00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -1894, 0x02cc}, + {-833, -227, -2235, 0x02d4}, + {-1061, -227, -1894, 0x02ec} + } +}; + +StandTile tile_177 = { + 0x047900, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -2235, 0x02d8}, + {-1061, -227, -2235, 0x02e4}, + {-1061, -227, -1894, 0x02d0} + } +}; + +StandTile tile_178 = { + 0x047800, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -2235, 0x02dc}, + {-1061, -227, -2311, 0x0000}, + {-1061, -227, -2235, 0x02d4} + } +}; + +StandTile tile_179 = { + 0x047700, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -2235, 0x0000}, + {-833, -227, -2311, 0x02e0}, + {-1061, -227, -2311, 0x02d8} + } +}; + +StandTile tile_180 = { + 0x047600, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -2311, 0x02dc}, + {-833, -227, -2311, 0x02b0}, + {-953, -227, -2500, 0x0358} + } +}; + +StandTile tile_181 = { + 0x047500, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1894, 0x02d4}, + {-1061, -227, -2235, 0x0000}, + {-1136, -227, -2235, 0x02e8} + } +}; + +StandTile tile_182 = { + 0x047400, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -2235, 0x034c}, + {-1136, -227, -1894, 0x0000}, + {-1061, -227, -1894, 0x02e4} + } +}; + +StandTile tile_183 = { + 0x047300, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1818, 0x02f0}, + {-833, -227, -1894, 0x02d0}, + {-1061, -227, -1894, 0x0000} + } +}; + +StandTile tile_184 = { + 0x047200, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1818, 0x0308}, + {-833, -227, -1818, 0x0000}, + {-833, -227, -1894, 0x02ec} + } +}; + +StandTile tile_185 = { + 0x047100, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1818, 0x02f8}, + {-644, -227, -1987, 0x02c4}, + {-758, -227, -1894, 0x0000} + } +}; + +StandTile tile_186 = { + 0x047000, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1818, 0x02fc}, + {-644, -227, -1629, 0x0000}, + {-644, -227, -1987, 0x02f4} + } +}; + +StandTile tile_187 = { + 0x046f00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1818, 0x0300}, + {-758, -227, -1629, 0x0370}, + {-644, -227, -1629, 0x02f8} + } +}; + +StandTile tile_188 = { + 0x046e00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1629, 0x02fc}, + {-758, -227, -1818, 0x0000}, + {-833, -227, -1818, 0x0304} + } +}; + +StandTile tile_189 = { + 0x046d00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -1818, 0x0308}, + {-1104, -227, -1629, 0x0000}, + {-758, -227, -1629, 0x0300} + } +}; + +StandTile tile_190 = { + 0x046c00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1818, 0x030c}, + {-1104, -227, -1629, 0x0304}, + {-833, -227, -1818, 0x02f0} + } +}; + +StandTile tile_191 = { + 0x046b00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1818, 0x0000}, + {-1136, -227, -1818, 0x0310}, + {-1104, -227, -1629, 0x0308} + } +}; + +StandTile tile_192 = { + 0x046a00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1104, -227, -1629, 0x030c}, + {-1136, -227, -1818, 0x0314}, + {-1326, -227, -1629, 0x0000} + } +}; + +StandTile tile_193 = { + 0x046900, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1818, 0x0318}, + {-1364, -227, -1818, 0x0320}, + {-1326, -227, -1629, 0x0310} + } +}; + +StandTile tile_194 = { + 0x046800, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1818, 0x0000}, + {-1136, -227, -1894, 0x031c}, + {-1364, -227, -1818, 0x0314} + } +}; + +StandTile tile_195 = { + 0x046700, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1894, 0x0348}, + {-1364, -227, -1894, 0x0000}, + {-1364, -227, -1818, 0x0318} + } +}; + +StandTile tile_196 = { + 0x046600, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1364, -227, -1818, 0x0000}, + {-1439, -227, -1818, 0x0324}, + {-1326, -227, -1629, 0x0314} + } +}; + +StandTile tile_197 = { + 0x046500, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1818, 0x0328}, + {-1553, -227, -1629, 0x0000}, + {-1326, -227, -1629, 0x0320} + } +}; + +StandTile tile_198 = { + 0x046400, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1818, 0x032c}, + {-1553, -227, -1861, 0x0000}, + {-1553, -227, -1629, 0x0324} + } +}; + +StandTile tile_199 = { + 0x046300, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1894, 0x0330}, + {-1553, -227, -1861, 0x0328}, + {-1439, -227, -1818, 0x0000} + } +}; + +StandTile tile_200 = { + 0x046200, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1894, 0x0334}, + {-1553, -227, -2222, 0x0000}, + {-1553, -227, -1861, 0x032c} + } +}; + +StandTile tile_201 = { + 0x046100, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1894, 0x0338}, + {-1439, -227, -2235, 0x0340}, + {-1553, -227, -2222, 0x0330} + } +}; + +StandTile tile_202 = { + 0x046000, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1364, -227, -1894, 0x033c}, + {-1439, -227, -2235, 0x0334}, + {-1439, -227, -1894, 0x0000} + } +}; + +StandTile tile_203 = { + 0x045f00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1364, -227, -1894, 0x0348}, + {-1364, -227, -2235, 0x0000}, + {-1439, -227, -2235, 0x0338} + } +}; + +StandTile tile_204 = { + 0x045e00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -2235, 0x0000}, + {-1439, -227, -2311, 0x0344}, + {-1553, -227, -2222, 0x0334} + } +}; + +StandTile tile_205 = { + 0x045d00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -2311, 0x036c}, + {-1553, -227, -2386, 0x0000}, + {-1553, -227, -2222, 0x0340} + } +}; + +StandTile tile_206 = { + 0x045c00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1894, 0x034c}, + {-1364, -227, -2235, 0x033c}, + {-1364, -227, -1894, 0x031c} + } +}; + +StandTile tile_207 = { + 0x045b00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1894, 0x02e8}, + {-1136, -227, -2235, 0x0350}, + {-1364, -227, -2235, 0x0348} + } +}; + +StandTile tile_208 = { + 0x045a00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -2235, 0x0000}, + {-1136, -227, -2311, 0x0354}, + {-1364, -227, -2235, 0x034c} + } +}; + +StandTile tile_209 = { + 0x045900, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -2311, 0x0360}, + {-1364, -227, -2311, 0x0000}, + {-1364, -227, -2235, 0x0350} + } +}; + +StandTile tile_210 = { + 0x045800, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-953, -227, -2500, 0x035c}, + {-1136, -227, -2311, 0x0000}, + {-1061, -227, -2311, 0x02e0} + } +}; + +StandTile tile_211 = { + 0x045700, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-953, -227, -2500, 0x0000}, + {-1290, -227, -2500, 0x0360}, + {-1136, -227, -2311, 0x0358} + } +}; + +StandTile tile_212 = { + 0x045600, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1290, -227, -2500, 0x0364}, + {-1364, -227, -2311, 0x0354}, + {-1136, -227, -2311, 0x035c} + } +}; + +StandTile tile_213 = { + 0x045500, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1290, -227, -2500, 0x0368}, + {-1439, -227, -2311, 0x0000}, + {-1364, -227, -2311, 0x0360} + } +}; + +StandTile tile_214 = { + 0x045400, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1290, -227, -2500, 0x0000}, + {-1553, -227, -2500, 0x036c}, + {-1439, -227, -2311, 0x0364} + } +}; + +StandTile tile_215 = { + 0x045300, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1553, -227, -2500, 0x02a8}, + {-1553, -227, -2386, 0x0344}, + {-1439, -227, -2311, 0x0368} + } +}; + +StandTile tile_216 = { + 0x03ad02, 0x45, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1250, 0x0374}, + {-644, -227, -1629, 0x02fc}, + {-758, -227, -1629, 0x0000} + } +}; + +StandTile tile_217 = { + 0x03ad01, 0x45, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1250, 0x0378}, + {-644, -227, -1250, 0x0000}, + {-644, -227, -1629, 0x0370} + } +}; + +StandTile tile_218 = { + 0x03ac02, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -871, 0x037c}, + {-644, -227, -1250, 0x0374}, + {-758, -227, -1250, 0x0000} + } +}; + +StandTile tile_219 = { + 0x03ac01, 0x44, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -871, 0x038c}, + {-644, -227, -871, 0x0000}, + {-644, -227, -1250, 0x0378} + } +}; + +StandTile tile_220 = { + 0x032202, 0x43, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -644, 0x0384}, + {-758, -227, -568, 0x0268}, + {-644, -227, -568, 0x0000} + } +}; + +StandTile tile_221 = { + 0x032201, 0x43, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -644, 0x0388}, + {-758, -227, -644, 0x0000}, + {-758, -227, -568, 0x0380} + } +}; + +StandTile tile_222 = { + 0x032302, 0x42, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -871, 0x038c}, + {-758, -227, -644, 0x0384}, + {-644, -227, -644, 0x0000} + } +}; + +StandTile tile_223 = { + 0x032301, 0x42, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -871, 0x037c}, + {-758, -227, -871, 0x0390}, + {-758, -227, -644, 0x0388} + } +}; + +StandTile tile_224 = { + 0x031f02, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -871, 0x0394}, + {-1136, -227, -644, 0x0000}, + {-758, -227, -644, 0x038c} + } +}; + +StandTile tile_225 = { + 0x031f01, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -871, 0x0000}, + {-1136, -227, -871, 0x0398}, + {-1136, -227, -644, 0x0390} + } +}; + +StandTile tile_226 = { + 0x031e02, 0x40, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -871, 0x039c}, + {-1288, -227, -644, 0x03b4}, + {-1136, -227, -644, 0x0394} + } +}; + +StandTile tile_227 = { + 0x031e01, 0x40, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -871, 0x0000}, + {-1288, -227, -871, 0x0000}, + {-1288, -227, -644, 0x0398} + } +}; + +StandTile tile_228 = { + 0x031b02, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -568, 0x03a4}, + {-1288, -227, -341, 0x03e4}, + {-1136, -227, -341, 0x03bc} + } +}; + +StandTile tile_229 = { + 0x031b01, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -568, 0x03b0}, + {-1288, -227, -568, 0x03ac}, + {-1288, -227, -341, 0x03a0} + } +}; + +StandTile tile_230 = { + 0x031c02, 0x3f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -341, 0x03ac}, + {-1288, -227, -568, 0x0000}, + {-1439, -227, -568, 0x0000} + } +}; + +StandTile tile_231 = { + 0x031c01, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -341, 0x0000}, + {-1288, -227, -341, 0x03a4}, + {-1288, -227, -568, 0x03a8} + } +}; + +StandTile tile_232 = { + 0x031d02, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -644, 0x03b4}, + {-1288, -227, -568, 0x03a4}, + {-1136, -227, -568, 0x0000} + } +}; + +StandTile tile_233 = { + 0x031d01, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -644, 0x0398}, + {-1288, -227, -644, 0x0000}, + {-1288, -227, -568, 0x03b0} + } +}; + +StandTile tile_234 = { + 0x032002, 0x3f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, -568, 0x03bc}, + {-1136, -227, -341, 0x0000}, + {-985, -227, -341, 0x0000} + } +}; + +StandTile tile_235 = { + 0x032001, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, -568, 0x0000}, + {-1136, -227, -568, 0x03a0}, + {-1136, -227, -341, 0x03b8} + } +}; + +StandTile tile_236 = { + 0x031402, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -76, 0x03c4}, + {-1288, -227, 0, 0x03ec}, + {-1136, -227, 0, 0x0000} + } +}; + +StandTile tile_237 = { + 0x031401, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -76, 0x03c8}, + {-1288, -227, -76, 0x0000}, + {-1288, -227, 0, 0x03c0} + } +}; + +StandTile tile_238 = { + 0x031702, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -265, 0x03cc}, + {-1288, -227, -76, 0x03c4}, + {-1136, -227, -76, 0x03dc} + } +}; + +StandTile tile_239 = { + 0x031701, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -265, 0x03e0}, + {-1288, -227, -265, 0x03d4}, + {-1288, -227, -76, 0x03c8} + } +}; + +StandTile tile_240 = { + 0x031802, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -76, 0x03d4}, + {-1288, -227, -265, 0x0000}, + {-1439, -227, -265, 0x0000} + } +}; + +StandTile tile_241 = { + 0x031801, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -76, 0x0000}, + {-1288, -227, -76, 0x03cc}, + {-1288, -227, -265, 0x03d0} + } +}; + +StandTile tile_242 = { + 0x031902, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, -265, 0x03dc}, + {-1136, -227, -76, 0x0000}, + {-985, -227, -76, 0x0000} + } +}; + +StandTile tile_243 = { + 0x031901, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, -265, 0x0000}, + {-1136, -227, -265, 0x03c8}, + {-1136, -227, -76, 0x03d8} + } +}; + +StandTile tile_244 = { + 0x031a02, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -341, 0x03e4}, + {-1288, -227, -265, 0x03cc}, + {-1136, -227, -265, 0x0000} + } +}; + +StandTile tile_245 = { + 0x031a01, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -341, 0x03a0}, + {-1288, -227, -341, 0x0000}, + {-1288, -227, -265, 0x03e0} + } +}; + +StandTile tile_246 = { + 0x031302, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 0, 0x03ec}, + {-1288, -227, 189, 0x040c}, + {-1136, -227, 189, 0x03f4} + } +}; + +StandTile tile_247 = { + 0x031301, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 0, 0x03c0}, + {-1288, -227, 0, 0x03fc}, + {-1288, -227, 189, 0x03e8} + } +}; + +StandTile tile_248 = { + 0x031502, 0x3d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, 0, 0x03f4}, + {-1136, -227, 189, 0x0000}, + {-985, -227, 189, 0x0000} + } +}; + +StandTile tile_249 = { + 0x031501, 0x3d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, 0, 0x0000}, + {-1136, -227, 0, 0x03e8}, + {-1136, -227, 189, 0x03f0} + } +}; + +StandTile tile_250 = { + 0x031602, 0x3d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, 189, 0x03fc}, + {-1288, -227, 0, 0x0000}, + {-1439, -227, 0, 0x0000} + } +}; + +StandTile tile_251 = { + 0x031601, 0x3d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, 189, 0x0000}, + {-1288, -227, 189, 0x03ec}, + {-1288, -227, 0, 0x03f8} + } +}; + +StandTile tile_252 = { + 0x031102, 0x3c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1288, -227, 379, 0x0404}, + {-1136, -227, 265, 0x0408}, + {-1288, -227, 265, 0x0000} + } +}; + +StandTile tile_253 = { + 0x031101, 0x3c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1288, -227, 379, 0x0000}, + {-1136, -227, 379, 0x0410}, + {-1136, -227, 265, 0x0400} + } +}; + +StandTile tile_254 = { + 0x031202, 0x3c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 189, 0x040c}, + {-1288, -227, 265, 0x0400}, + {-1136, -227, 265, 0x0000} + } +}; + +StandTile tile_255 = { + 0x031201, 0x3c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 189, 0x03e8}, + {-1288, -227, 189, 0x0000}, + {-1288, -227, 265, 0x0408} + } +}; + +StandTile tile_256 = { + 0x031002, 0x3b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 379, 0x0414}, + {-909, -227, 265, 0x0000}, + {-1136, -227, 265, 0x0404} + } +}; + +StandTile tile_257 = { + 0x031001, 0x3b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 379, 0x0000}, + {-909, -227, 379, 0x041c}, + {-909, -227, 265, 0x0410} + } +}; + +StandTile tile_258 = { + 0x030f02, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 265, 0x041c}, + {-909, -227, 379, 0x0424}, + {-795, -227, 379, 0x0000} + } +}; + +StandTile tile_259 = { + 0x030f01, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 265, 0x0000}, + {-909, -227, 265, 0x0414}, + {-909, -227, 379, 0x0418} + } +}; + +StandTile tile_260 = { + 0x030e02, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 379, 0x0424}, + {-909, -227, 568, 0x0480}, + {-795, -227, 568, 0x0000} + } +}; + +StandTile tile_261 = { + 0x030e01, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 379, 0x0418}, + {-909, -227, 379, 0x0000}, + {-909, -227, 568, 0x0420} + } +}; + +StandTile tile_262 = { + 0x045200, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 909, 0x0000}, + {-833, -227, 985, 0x042c}, + {-682, -227, 909, 0x0494} + } +}; + +StandTile tile_263 = { + 0x045100, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 985, 0x0000}, + {-682, -227, 909, 0x0428}, + {-833, -227, 985, 0x0430} + } +}; + +StandTile tile_264 = { + 0x045000, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 985, 0x04a8}, + {-833, -227, 1098, 0x0434}, + {-682, -227, 985, 0x042c} + } +}; + +StandTile tile_265 = { + 0x044f00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 1098, 0x0000}, + {-682, -227, 1098, 0x0438}, + {-682, -227, 985, 0x0430} + } +}; + +StandTile tile_266 = { + 0x044e00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 985, 0x0434}, + {-682, -227, 1098, 0x043c}, + {-606, -227, 985, 0x0000} + } +}; + +StandTile tile_267 = { + 0x044d00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 1098, 0x0440}, + {-606, -227, 985, 0x0438}, + {-682, -227, 1098, 0x0000} + } +}; + +StandTile tile_268 = { + 0x044c00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 985, 0x0444}, + {-606, -227, 985, 0x043c}, + {-492, -227, 1098, 0x0000} + } +}; + +StandTile tile_269 = { + 0x044b00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 985, 0x0448}, + {-606, -227, 909, 0x0000}, + {-606, -227, 985, 0x0440} + } +}; + +StandTile tile_270 = { + 0x044a00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 871, 0x0454}, + {-606, -227, 909, 0x0444}, + {-492, -227, 985, 0x04b8} + } +}; + +StandTile tile_271 = { + 0x044900, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, -227, 909, 0x0454}, + {-606, -227, 758, 0x0450}, + {-682, -227, 909, 0x0000} + } +}; + +StandTile tile_272 = { + 0x044800, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, -227, 758, 0x0000}, + {-682, -227, 758, 0x0490}, + {-682, -227, 909, 0x044c} + } +}; + +StandTile tile_273 = { + 0x044700, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, -227, 909, 0x0448}, + {-492, -227, 871, 0x0458}, + {-606, -227, 758, 0x044c} + } +}; + +StandTile tile_274 = { + 0x044600, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 871, 0x0000}, + {-492, -227, 758, 0x045c}, + {-606, -227, 758, 0x0454} + } +}; + +StandTile tile_275 = { + 0x044500, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, -227, 758, 0x0458}, + {-492, -227, 758, 0x0460}, + {-606, -227, 682, 0x0000} + } +}; + +StandTile tile_276 = { + 0x044400, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 758, 0x0000}, + {-492, -227, 568, 0x0464}, + {-606, -227, 682, 0x045c} + } +}; + +StandTile tile_277 = { + 0x044300, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 568, 0x0468}, + {-606, -227, 682, 0x0460}, + {-492, -227, 568, 0x0000} + } +}; + +StandTile tile_278 = { + 0x044200, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 568, 0x046c}, + {-682, -227, 682, 0x0000}, + {-606, -227, 682, 0x0464} + } +}; + +StandTile tile_279 = { + 0x044100, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 568, 0x0000}, + {-795, -227, 568, 0x0484}, + {-682, -227, 682, 0x0468} + } +}; + +StandTile tile_280 = { + 0x044000, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 758, 0x0000}, + {-909, -227, 682, 0x0474}, + {-1023, -227, 758, 0x04a0} + } +}; + +StandTile tile_281 = { + 0x043f00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 682, 0x0478}, + {-1023, -227, 568, 0x0000}, + {-1023, -227, 758, 0x0470} + } +}; + +StandTile tile_282 = { + 0x043e00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 568, 0x0000}, + {-1023, -227, 568, 0x0474}, + {-909, -227, 682, 0x047c} + } +}; + +StandTile tile_283 = { + 0x043d00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 682, 0x0000}, + {-833, -227, 682, 0x0480}, + {-909, -227, 568, 0x0478} + } +}; + +StandTile tile_284 = { + 0x043c00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 568, 0x047c}, + {-833, -227, 682, 0x0484}, + {-795, -227, 568, 0x0420} + } +}; + +StandTile tile_285 = { + 0x043b00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 568, 0x0480}, + {-833, -227, 682, 0x0488}, + {-682, -227, 682, 0x046c} + } +}; + +StandTile tile_286 = { + 0x043a00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 682, 0x0484}, + {-833, -227, 682, 0x048c}, + {-682, -227, 758, 0x0000} + } +}; + +StandTile tile_287 = { + 0x043900, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 682, 0x0000}, + {-833, -227, 758, 0x0490}, + {-682, -227, 758, 0x0488} + } +}; + +StandTile tile_288 = { + 0x043800, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 909, 0x0450}, + {-682, -227, 758, 0x048c}, + {-833, -227, 758, 0x0494} + } +}; + +StandTile tile_289 = { + 0x043700, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 758, 0x0498}, + {-833, -227, 909, 0x0428}, + {-682, -227, 909, 0x0490} + } +}; + +StandTile tile_290 = { + 0x043600, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 758, 0x049c}, + {-909, -227, 909, 0x0000}, + {-833, -227, 909, 0x0494} + } +}; + +StandTile tile_291 = { + 0x043500, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 909, 0x0498}, + {-833, -227, 758, 0x0000}, + {-909, -227, 758, 0x04a0} + } +}; + +StandTile tile_292 = { + 0x043400, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 758, 0x0470}, + {-1023, -227, 758, 0x04a4}, + {-909, -227, 909, 0x049c} + } +}; + +StandTile tile_293 = { + 0x043300, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1023, -227, 758, 0x0000}, + {-1023, -227, 909, 0x04ac}, + {-909, -227, 909, 0x04a0} + } +}; + +StandTile tile_294 = { + 0x043200, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 1098, 0x0430}, + {-833, -227, 985, 0x0000}, + {-909, -227, 985, 0x04b4} + } +}; + +StandTile tile_295 = { + 0x043100, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 985, 0x0000}, + {-909, -227, 909, 0x04a4}, + {-1023, -227, 909, 0x04b0} + } +}; + +StandTile tile_296 = { + 0x043000, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1023, -227, 909, 0x0000}, + {-1023, -227, 1098, 0x04b4}, + {-909, -227, 985, 0x04ac} + } +}; + +StandTile tile_297 = { + 0x042f00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1023, -227, 1098, 0x0000}, + {-833, -227, 1098, 0x04a8}, + {-909, -227, 985, 0x04b0} + } +}; + +StandTile tile_298 = { + 0x024702, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 985, 0x04bc}, + {-265, -227, 871, 0x0000}, + {-492, -227, 871, 0x0448} + } +}; + +StandTile tile_299 = { + 0x024701, 0x37, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 985, 0x0000}, + {-265, -227, 985, 0x04c0}, + {-265, -227, 871, 0x04b8} + } +}; + +StandTile tile_300 = { + 0x024602, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-265, -227, 985, 0x04c4}, + {-152, -227, 871, 0x0290}, + {-265, -227, 871, 0x04bc} + } +}; + +StandTile tile_301 = { + 0x024601, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-265, -227, 985, 0x0000}, + {-152, -227, 985, 0x04c8}, + {-152, -227, 871, 0x04c0} + } +}; + +StandTile tile_302 = { + 0x024502, 0x35, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 985, 0x04cc}, + {227, -227, 871, 0x0000}, + {-152, -227, 871, 0x04c4} + } +}; + +StandTile tile_303 = { + 0x024501, 0x35, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 985, 0x0000}, + {227, -227, 985, 0x0702}, + {227, -227, 871, 0x04c8} + } +}; + +StandTile tile_304 = { + 0x023002, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, 265, 152, 0x04d4}, + {-833, 265, 0, 0x0000}, + {-947, 265, 0, 0x055a} + } +}; + +StandTile tile_305 = { + 0x023001, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, 265, 152, 0x0000}, + {-833, 265, 152, 0x0000}, + {-833, 265, 0, 0x04d0} + } +}; + +StandTile tile_306 = { + 0x01ed02, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 0, 0x04dc}, + {189, 0, 379, 0x0000}, + {417, 0, 379, 0x0000} + } +}; + +StandTile tile_307 = { + 0x01ed01, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 0, 0x0000}, + {189, 0, 0, 0x06b4}, + {189, 0, 379, 0x04d8} + } +}; + +StandTile tile_308 = { + 0x01e702, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 606, 0x04e4}, + {-189, 0, 379, 0x0000}, + {-189, 0, 606, 0x0000} + } +}; + +StandTile tile_309 = { + 0x01e701, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 606, 0x0000}, + {189, 0, 379, 0x06af}, + {-189, 0, 379, 0x04e0} + } +}; + +StandTile tile_310 = { + 0x012600, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x04ec}, + {-1136, 0, -1515, 0x0000}, + {-1326, 0, -1515, 0x0000} + } +}; + +StandTile tile_311 = { + 0x012700, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x0514}, + {-985, 0, -1515, 0x0596}, + {-1136, 0, -1515, 0x04e8} + } +}; + +StandTile tile_312 = { + 0x012800, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -795, 0x0000}, + {-1326, 0, -379, 0x0000}, + {-833, 0, -379, 0x050c} + } +}; + +StandTile tile_313 = { + 0x012900, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, -379, 0x0000}, + {-189, 0, -379, 0x0000}, + {-189, 0, -871, 0x0504} + } +}; + +StandTile tile_314 = { + 0x012a00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -1023, 0x0000}, + {-189, 0, -1515, 0x0000}, + {-985, 0, -1515, 0x04fc} + } +}; + +StandTile tile_315 = { + 0x012b00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, -1515, 0x0514}, + {-792, 0, -897, 0x0500}, + {-189, 0, -1023, 0x04f8} + } +}; + +StandTile tile_316 = { + 0x012c00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -871, 0x073b}, + {-189, 0, -1023, 0x04fc}, + {-792, 0, -897, 0x0504} + } +}; + +StandTile tile_317 = { + 0x012d00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, -379, 0x04f4}, + {-189, 0, -871, 0x0500}, + {-792, 0, -897, 0x0508} + } +}; + +StandTile tile_318 = { + 0x012e00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, -379, 0x0697}, + {-682, 0, -379, 0x0504}, + {-792, 0, -897, 0x050c} + } +}; + +StandTile tile_319 = { + 0x012f00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -795, 0x04f0}, + {-833, 0, -379, 0x0508}, + {-792, 0, -897, 0x0510} + } +}; + +StandTile tile_320 = { + 0x013000, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x05ed}, + {-1326, 0, -795, 0x050c}, + {-792, 0, -897, 0x0514} + } +}; + +StandTile tile_321 = { + 0x013100, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x0510}, + {-792, 0, -897, 0x04fc}, + {-985, 0, -1515, 0x04ec} + } +}; + +StandTile tile_322 = { + 0x00af02, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 189, -1364, 0x051c}, + {-1326, 189, -379, 0x0534}, + {-1174, 189, -530, 0x0000} + } +}; + +StandTile tile_323 = { + 0x00af01, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 189, -1364, 0x0526}, + {-1326, 189, -1515, 0x0000}, + {-1326, 189, -379, 0x0518} + } +}; + +StandTile tile_324 = { + 0x00ae02, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-1326, 189, -1515, 0x0526}, + {-341, 189, -1364, 0x0530}, + {-189, 189, -1515, 0x0000}, + {-379, 189, -1515, 0x056a}, + {-530, 189, -1515, 0x0000} + } +}; + +StandTile tile_325 = { + 0x00ae01, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 189, -1515, 0x051c}, + {-1174, 189, -1364, 0x0000}, + {-341, 189, -1364, 0x0520} + } +}; + +StandTile tile_326 = { + 0x00ad02, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-189, 189, -1515, 0x0530}, + {-341, 189, -530, 0x053a}, + {-189, 189, -379, 0x0000}, + {-189, 189, -1136, 0x056e}, + {-189, 189, -1288, 0x0000} + } +}; + +StandTile tile_327 = { + 0x00ad01, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -1515, 0x0520}, + {-341, 189, -1364, 0x0000}, + {-341, 189, -530, 0x052a} + } +}; + +StandTile tile_328 = { + 0x00ac02, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-189, 189, -379, 0x053a}, + {-1174, 189, -530, 0x0518}, + {-1326, 189, -379, 0x0000}, + {-1098, 189, -379, 0x0562}, + {-947, 189, -379, 0x0000} + } +}; + +StandTile tile_329 = { + 0x00ac01, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -379, 0x052a}, + {-341, 189, -530, 0x0000}, + {-1174, 189, -530, 0x0534} + } +}; + +StandTile tile_330 = { + 0x00bb02, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1742, 265, 152, 0x0542}, + {-1894, 189, 379, 0x0661}, + {-1742, 189, 379, 0x0000} + } +}; + +StandTile tile_331 = { + 0x00bb01, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1742, 265, 152, 0x054a}, + {-1894, 265, 152, 0x0000}, + {-1894, 189, 379, 0x053e} + } +}; + +StandTile tile_332 = { + 0x00ba02, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 265, 152, 0x054a}, + {-1742, 265, 0, 0x0000}, + {-1894, 265, 0, 0x0000} + } +}; + +StandTile tile_333 = { + 0x00ba01, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 265, 152, 0x0542}, + {-1742, 265, 152, 0x054e}, + {-1742, 265, 0, 0x0546} + } +}; + +StandTile tile_334 = { + 0x015202, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1742, 265, 152, 0x0552}, + {-1098, 265, 0, 0x0000}, + {-1742, 265, 0, 0x054a} + } +}; + +StandTile tile_335 = { + 0x015201, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1742, 265, 152, 0x0000}, + {-1098, 265, 152, 0x0556}, + {-1098, 265, 0, 0x054e} + } +}; + +StandTile tile_336 = { + 0x015302, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 265, 152, 0x055a}, + {-947, 265, 0, 0x055e}, + {-1098, 265, 0, 0x0552} + } +}; + +StandTile tile_337 = { + 0x015301, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 265, 152, 0x0000}, + {-947, 265, 152, 0x04d0}, + {-947, 265, 0, 0x0556} + } +}; + +StandTile tile_338 = { + 0x00b902, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, 189, -379, 0x0562}, + {-1098, 265, 0, 0x0556}, + {-947, 265, 0, 0x0000} + } +}; + +StandTile tile_339 = { + 0x00b901, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, 189, -379, 0x0534}, + {-1098, 189, -379, 0x0000}, + {-1098, 265, 0, 0x055e} + } +}; + +StandTile tile_340 = { + 0x00b002, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-530, 189, -1515, 0x056a}, + {-379, 189, -1705, 0x0797}, + {-530, 189, -1705, 0x0000} + } +}; + +StandTile tile_341 = { + 0x00b001, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-530, 189, -1515, 0x0520}, + {-379, 189, -1515, 0x0000}, + {-379, 189, -1705, 0x0566} + } +}; + +StandTile tile_342 = { + 0x00b802, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -1136, 0x0572}, + {189, 265, -1288, 0x0000}, + {-189, 189, -1288, 0x052a} + } +}; + +StandTile tile_343 = { + 0x00b801, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -1136, 0x0000}, + {189, 265, -1136, 0x057a}, + {189, 265, -1288, 0x056e} + } +}; + +StandTile tile_344 = { + 0x015502, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -1288, 0x057a}, + {341, 265, -1136, 0x0000}, + {341, 265, -1288, 0x0582} + } +}; + +StandTile tile_345 = { + 0x015501, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -1288, 0x0572}, + {189, 265, -1136, 0x0000}, + {341, 265, -1136, 0x0576} + } +}; + +StandTile tile_346 = { + 0x015702, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -1970, 0x0582}, + {341, 265, -1288, 0x0000}, + {341, 265, -1970, 0x0586} + } +}; + +StandTile tile_347 = { + 0x015701, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -1970, 0x0000}, + {189, 265, -1288, 0x0576}, + {341, 265, -1288, 0x057e} + } +}; + +StandTile tile_348 = { + 0x00b702, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 265, -2121, 0x058a}, + {189, 265, -1970, 0x057e}, + {341, 265, -1970, 0x0000} + } +}; + +StandTile tile_349 = { + 0x00b701, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 265, -2121, 0x0000}, + {189, 265, -2121, 0x058e}, + {189, 265, -1970, 0x0586} + } +}; + +StandTile tile_350 = { + 0x00b602, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -2121, 0x0592}, + {-189, 189, -1970, 0x0000}, + {189, 265, -1970, 0x058a} + } +}; + +StandTile tile_351 = { + 0x00b601, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -2121, 0x0000}, + {-189, 189, -2121, 0x07b6}, + {-189, 189, -1970, 0x058e} + } +}; + +StandTile tile_352 = { + 0x002502, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, -1705, 0x059a}, + {-1136, 0, -1515, 0x04ec}, + {-985, 0, -1515, 0x0000} + } +}; + +StandTile tile_353 = { + 0x002501, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, -1705, 0x0783}, + {-1136, 0, -1705, 0x0000}, + {-1136, 0, -1515, 0x0596} + } +}; + +StandTile tile_354 = { + 0x002602, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -2197, 0x05a2}, + {-1326, 0, -2348, 0x0000}, + {-1515, 0, -2348, 0x05aa} + } +}; + +StandTile tile_355 = { + 0x002601, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -2197, 0x0000}, + {-1326, 0, -2197, 0x078f}, + {-1326, 0, -2348, 0x059e} + } +}; + +StandTile tile_356 = { + 0x012302, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -2197, 0x05aa}, + {-1667, 0, -2348, 0x0000}, + {-1667, 0, -2197, 0x05b2} + } +}; + +StandTile tile_357 = { + 0x012301, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -2197, 0x059e}, + {-1515, 0, -2348, 0x0000}, + {-1667, 0, -2348, 0x05a6} + } +}; + +StandTile tile_358 = { + 0x00a202, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -1894, 0x05b2}, + {-1667, 0, -2197, 0x0000}, + {-1667, 0, -1894, 0x05cf} + } +}; + +StandTile tile_359 = { + 0x00a201, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -1894, 0x0000}, + {-1515, 0, -2197, 0x05a6}, + {-1667, 0, -2197, 0x05ae} + } +}; + +StandTile tile_360 = { + 0x00a602, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -1894, 0x05ba}, + {-2159, 0, -1515, 0x0000}, + {-2008, 0, -1515, 0x05bf} + } +}; + +StandTile tile_361 = { + 0x00a601, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-2008, 0, -1894, 0x0000}, + {-2045, 0, -1894, 0x029c}, + {-2159, 0, -1894, 0x0000}, + {-2159, 0, -1515, 0x05b6} + } +}; + +StandTile tile_362 = { + 0x013c00, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -1515, 0x05cb}, + {-1667, 0, -1894, 0x0000}, + {-2008, 0, -1894, 0x05b6} + } +}; + +StandTile tile_363 = { + 0x013d00, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -1326, 0x05c7}, + {-1515, 0, -1136, 0x05cb}, + {-2008, 0, -1515, 0x0000} + } +}; + +StandTile tile_364 = { + 0x013e00, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -1136, 0x05c3}, + {-2008, 0, -1326, 0x05d7}, + {-2008, 0, -1136, 0x0000} + } +}; + +StandTile tile_365 = { + 0x013f00, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -1136, 0x05cf}, + {-1667, 0, -1894, 0x05bf}, + {-2008, 0, -1515, 0x05c3} + } +}; + +StandTile tile_366 = { + 0x014000, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -1894, 0x05cb}, + {-1515, 0, -1136, 0x0000}, + {-1515, 0, -1894, 0x05ae} + } +}; + +StandTile tile_367 = { + 0x003d02, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, 0, -1136, 0x05d7}, + {-2008, 0, -1326, 0x0000}, + {-2045, 0, -1326, 0x05df} + } +}; + +StandTile tile_368 = { + 0x003d01, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, 0, -1136, 0x0000}, + {-2008, 0, -1136, 0x05c7}, + {-2008, 0, -1326, 0x05d3} + } +}; + +StandTile tile_369 = { + 0x003302, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2197, 0, -758, 0x05df}, + {-2045, 0, -1326, 0x0000}, + {-2197, 0, -1326, 0x0000} + } +}; + +StandTile tile_370 = { + 0x003301, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-2197, 0, -758, 0x0000}, + {-2045, 0, -758, 0x05e5}, + {-2045, 0, -947, 0x0000}, + {-2045, 0, -1136, 0x05d3}, + {-2045, 0, -1326, 0x05db} + } +}; + +StandTile tile_371 = { + 0x003e02, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, 0, -758, 0x05e9}, + {-2008, 0, -947, 0x0000}, + {-2045, 0, -947, 0x05df} + } +}; + +StandTile tile_372 = { + 0x003e01, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, 0, -758, 0x0000}, + {-2008, 0, -758, 0x0601}, + {-2008, 0, -947, 0x05e5} + } +}; + +StandTile tile_373 = { + 0x003802, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x05f1}, + {-1515, 0, -795, 0x0000}, + {-1326, 0, -795, 0x0510} + } +}; + +StandTile tile_374 = { + 0x003801, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x0000}, + {-1515, 0, -947, 0x05fd}, + {-1515, 0, -795, 0x05ed} + } +}; + +StandTile tile_375 = { + 0x002b02, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2159, 0, -189, 0x05f9}, + {-2008, 0, -568, 0x0000}, + {-2159, 0, -568, 0x0000} + } +}; + +StandTile tile_376 = { + 0x002b01, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2159, 0, -189, 0x0000}, + {-2008, 0, -189, 0x060d}, + {-2008, 0, -568, 0x05f5} + } +}; + +StandTile tile_377 = { + 0x014100, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -947, 0x0601}, + {-1515, 0, -795, 0x05f1}, + {-1515, 0, -947, 0x0000} + } +}; + +StandTile tile_378 = { + 0x014200, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -795, 0x05fd}, + {-2008, 0, -947, 0x05e9}, + {-2008, 0, -758, 0x0605} + } +}; + +StandTile tile_379 = { + 0x014300, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -795, 0x0601}, + {-2008, 0, -758, 0x0000}, + {-2008, 0, -568, 0x0609} + } +}; + +StandTile tile_380 = { + 0x014500, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0611}, + {-1515, 0, -795, 0x0605}, + {-2008, 0, -568, 0x060d} + } +}; + +StandTile tile_381 = { + 0x014600, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0609}, + {-2008, 0, -568, 0x05f9}, + {-2008, 0, -189, 0x0000} + } +}; + +StandTile tile_382 = { + 0x014700, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0615}, + {-1515, 0, -189, 0x0000}, + {-1515, 0, -795, 0x0609} + } +}; + +StandTile tile_383 = { + 0x00a802, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0619}, + {-1515, 0, 0, 0x0000}, + {-1515, 0, -189, 0x0611} + } +}; + +StandTile tile_384 = { + 0x00a801, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0000}, + {-1667, 0, 0, 0x061d}, + {-1515, 0, 0, 0x0615} + } +}; + +StandTile tile_385 = { + 0x012002, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 0, 0x0621}, + {-1515, 0, 189, 0x0629}, + {-1515, 0, 0, 0x0619} + } +}; + +StandTile tile_386 = { + 0x012001, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 0, 0x0000}, + {-1667, 0, 189, 0x0000}, + {-1515, 0, 189, 0x061d} + } +}; + +StandTile tile_387 = { + 0x011f02, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 0, 0x0629}, + {-1515, 0, 189, 0x0000}, + {-1288, 0, 189, 0x0631} + } +}; + +StandTile tile_388 = { + 0x011f01, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 0, 0x0000}, + {-1515, 0, 0, 0x061d}, + {-1515, 0, 189, 0x0625} + } +}; + +StandTile tile_389 = { + 0x003102, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 0, 0x0631}, + {-1288, 0, 189, 0x0635}, + {-1136, 0, 189, 0x0000} + } +}; + +StandTile tile_390 = { + 0x003101, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 0, 0x0000}, + {-1288, 0, 0, 0x0625}, + {-1288, 0, 189, 0x062d} + } +}; + +StandTile tile_391 = { + 0x003202, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 379, 0x0639}, + {-1136, 0, 189, 0x062d}, + {-1288, 0, 189, 0x0000} + } +}; + +StandTile tile_392 = { + 0x003201, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 379, 0x0641}, + {-1136, 0, 379, 0x0000}, + {-1136, 0, 189, 0x0635} + } +}; + +StandTile tile_393 = { + 0x014800, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 0, 379, 0x0649}, + {-1705, 0, 1023, 0x0645}, + {-1288, 0, 379, 0x0000} + } +}; + +StandTile tile_394 = { + 0x014900, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 758, 0x0000}, + {-1136, 0, 379, 0x0639}, + {-1288, 0, 379, 0x0645} + } +}; + +StandTile tile_395 = { + 0x014a00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 379, 0x063d}, + {-1705, 0, 1023, 0x0651}, + {-1136, 0, 758, 0x0641} + } +}; + +StandTile tile_396 = { + 0x014b00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 0, 379, 0x0000}, + {-1894, 0, 1136, 0x064d}, + {-1705, 0, 1023, 0x063d} + } +}; + +StandTile tile_397 = { + 0x014c00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1705, 0, 1023, 0x0649}, + {-1894, 0, 1136, 0x0000}, + {-1705, 0, 1136, 0x0673} + } +}; + +StandTile tile_398 = { + 0x014d00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1705, 0, 1023, 0x0000}, + {-1515, 0, 1023, 0x0655}, + {-1136, 0, 758, 0x0645} + } +}; + +StandTile tile_399 = { + 0x014e00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 758, 0x0651}, + {-1515, 0, 1023, 0x0659}, + {-1136, 0, 909, 0x067b} + } +}; + +StandTile tile_400 = { + 0x014f00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, 1023, 0x065d}, + {-1136, 0, 1136, 0x0000}, + {-1136, 0, 909, 0x0655} + } +}; + +StandTile tile_401 = { + 0x015000, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, 1023, 0x0000}, + {-1515, 0, 1136, 0x0000}, + {-1136, 0, 1136, 0x0659} + } +}; + +StandTile tile_402 = { + 0x00bc02, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1894, 189, 379, 0x0666}, + {-1288, 189, 530, 0x066a}, + {-1136, 189, 379, 0x0000}, + {-1742, 189, 379, 0x053e} + } +}; + +StandTile tile_403 = { + 0x00bc01, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 189, 379, 0x0000}, + {-1894, 189, 530, 0x0000}, + {-1288, 189, 530, 0x0661} + } +}; + +StandTile tile_404 = { + 0x00bd02, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1288, 189, 1136, 0x066f}, + {-1136, 189, 379, 0x0661}, + {-1288, 189, 530, 0x0000}, + {-1288, 189, 1023, 0x0677} + } +}; + +StandTile tile_405 = { + 0x00bd01, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 189, 1136, 0x0000}, + {-1136, 189, 1136, 0x0000}, + {-1136, 189, 379, 0x066a} + } +}; + +StandTile tile_406 = { + 0x00be02, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1705, 0, 1136, 0x0677}, + {-1288, 189, 1023, 0x0000}, + {-1705, 0, 1023, 0x064d} + } +}; + +StandTile tile_407 = { + 0x00be01, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1705, 0, 1136, 0x0000}, + {-1288, 189, 1136, 0x066a}, + {-1288, 189, 1023, 0x0673} + } +}; + +StandTile tile_408 = { + 0x002d02, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 909, 0x067f}, + {-833, 0, 758, 0x0000}, + {-1136, 0, 758, 0x0655} + } +}; + +StandTile tile_409 = { + 0x002d01, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 909, 0x0000}, + {-833, 0, 909, 0x0683}, + {-833, 0, 758, 0x067b} + } +}; + +StandTile tile_410 = { + 0x011d02, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, 909, 0x0687}, + {-682, 0, 758, 0x068f}, + {-833, 0, 758, 0x067f} + } +}; + +StandTile tile_411 = { + 0x011d01, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, 909, 0x0000}, + {-682, 0, 909, 0x0000}, + {-682, 0, 758, 0x0683} + } +}; + +StandTile tile_412 = { + 0x002202, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, 758, 0x068f}, + {-682, 0, 379, 0x069b}, + {-833, 0, 379, 0x0000} + } +}; + +StandTile tile_413 = { + 0x002201, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, 758, 0x0683}, + {-682, 0, 758, 0x0000}, + {-682, 0, 379, 0x068b} + } +}; + +StandTile tile_414 = { + 0x011a02, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 0, 0x0697}, + {-833, 0, -379, 0x0000}, + {-833, 0, 0, 0x069f} + } +}; + +StandTile tile_415 = { + 0x011a01, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 0, 0x0000}, + {-682, 0, -379, 0x0508}, + {-833, 0, -379, 0x0693} + } +}; + +StandTile tile_416 = { + 0x011802, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 379, 0x069f}, + {-833, 0, 0, 0x0000}, + {-833, 0, 379, 0x068b} + } +}; + +StandTile tile_417 = { + 0x011801, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 379, 0x06a3}, + {-682, 0, 0, 0x0693}, + {-833, 0, 0, 0x069b} + } +}; + +StandTile tile_418 = { + 0x001e00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 379, 0x0000}, + {-568, 0, 379, 0x06a7}, + {-682, 0, 0, 0x069f} + } +}; + +StandTile tile_419 = { + 0x011202, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-568, 0, 379, 0x06ab}, + {38, 0, 0, 0x0000}, + {-682, 0, 0, 0x06a3} + } +}; + +StandTile tile_420 = { + 0x011201, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-568, 0, 379, 0x06b8}, + {-227, 0, 379, 0x06af}, + {38, 0, 0, 0x06a7} + } +}; + +StandTile tile_421 = { + 0x011300, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-227, 0, 379, 0x0000}, + {-189, 0, 379, 0x04e4}, + {189, 0, 379, 0x06b4}, + {38, 0, 0, 0x06ab} + } +}; + +StandTile tile_422 = { + 0x011400, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 379, 0x04dc}, + {189, 0, 0, 0x072b}, + {38, 0, 0, 0x06af} + } +}; + +StandTile tile_423 = { + 0x001c02, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-568, 0, 795, 0x06bc}, + {-227, 0, 379, 0x06ab}, + {-568, 0, 379, 0x0000} + } +}; + +StandTile tile_424 = { + 0x001c01, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-568, 0, 795, 0x0000}, + {-227, 0, 795, 0x06c1}, + {-227, 0, 644, 0x0000}, + {-227, 0, 379, 0x06b8} + } +}; + +StandTile tile_425 = { + 0x003b02, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 0, 795, 0x06c5}, + {-189, 0, 644, 0x0000}, + {-227, 0, 644, 0x06bc} + } +}; + +StandTile tile_426 = { + 0x003b01, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 0, 795, 0x0000}, + {-189, 0, 795, 0x06c9}, + {-189, 0, 644, 0x06c1} + } +}; + +StandTile tile_427 = { + 0x001b02, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 795, 0x06cd}, + {189, 0, 644, 0x0000}, + {-189, 0, 644, 0x06c5} + } +}; + +StandTile tile_428 = { + 0x001b01, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 795, 0x0000}, + {189, 0, 795, 0x06d1}, + {189, 0, 644, 0x06c9} + } +}; + +StandTile tile_429 = { + 0x003a02, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 795, 0x06d5}, + {227, 0, 644, 0x0000}, + {189, 0, 644, 0x06cd} + } +}; + +StandTile tile_430 = { + 0x003a01, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 795, 0x0000}, + {227, 0, 795, 0x06ed}, + {227, 0, 644, 0x06d1} + } +}; + +StandTile tile_431 = { + 0x023c02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, 0, 871, 0x06dd}, + {833, 0, 985, 0x0000}, + {833, 0, 871, 0x06f5} + } +}; + +StandTile tile_432 = { + 0x023c01, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, 0, 871, 0x0706}, + {720, 0, 985, 0x0000}, + {833, 0, 985, 0x06d9} + } +}; + +StandTile tile_433 = { + 0x023e00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, 0, 795, 0x0000}, + {227, 0, 871, 0x0000}, + {341, 0, 871, 0x06e9} + } +}; + +StandTile tile_434 = { + 0x023f00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 0, 417, 0x0000}, + {227, 0, 417, 0x0000}, + {227, 0, 644, 0x06ed} + } +}; + +StandTile tile_435 = { + 0x023b02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 0, 417, 0x06ed}, + {227, 0, 795, 0x06e1}, + {341, 0, 871, 0x06f1} + } +}; + +StandTile tile_436 = { + 0x023b01, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 0, 417, 0x06e5}, + {227, 0, 644, 0x06d5}, + {227, 0, 795, 0x06e9} + } +}; + +StandTile tile_437 = { + 0x024000, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 417, 0x0000}, + {341, 0, 417, 0x06e9}, + {341, 0, 871, 0x06fa} + } +}; + +StandTile tile_438 = { + 0x024102, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {606, 0, 417, 0x06fa}, + {341, 0, 871, 0x0000}, + {720, 0, 871, 0x06d9}, + {833, 0, 871, 0x06fe} + } +}; + +StandTile tile_439 = { + 0x024101, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {606, 0, 417, 0x070e}, + {455, 0, 417, 0x06f1}, + {341, 0, 871, 0x06f5} + } +}; + +StandTile tile_440 = { + 0x001d00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, 0, 417, 0x0000}, + {606, 0, 417, 0x06f5}, + {833, 0, 871, 0x0000} + } +}; + +StandTile tile_441 = { + 0x023a02, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 985, 0x0706}, + {720, 0, 871, 0x0000}, + {227, -227, 871, 0x04cc} + } +}; + +StandTile tile_442 = { + 0x023a01, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 985, 0x0000}, + {720, 0, 985, 0x06dd}, + {720, 0, 871, 0x0702} + } +}; + +StandTile tile_443 = { + 0x003c02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 417, 0x070e}, + {606, 0, 379, 0x0238}, + {455, 0, 379, 0x0000} + } +}; + +StandTile tile_444 = { + 0x003c01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 417, 0x06fa}, + {606, 0, 417, 0x0000}, + {606, 0, 379, 0x070a} + } +}; + +StandTile tile_445 = { + 0x003902, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 0, 0x0716}, + {606, 0, -38, 0x071a}, + {455, 0, -38, 0x0000} + } +}; + +StandTile tile_446 = { + 0x003901, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 0, 0x023c}, + {606, 0, 0, 0x0000}, + {606, 0, -38, 0x0712} + } +}; + +StandTile tile_447 = { + 0x001902, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {606, 0, -379, 0x071f}, + {189, 0, -38, 0x0000}, + {455, 0, -38, 0x0712}, + {606, 0, -38, 0x0000} + } +}; + +StandTile tile_448 = { + 0x001901, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {606, 0, -379, 0x0000}, + {189, 0, -379, 0x0723}, + {189, 0, -38, 0x071a} + } +}; + +StandTile tile_449 = { + 0x011602, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -379, 0x0727}, + {189, 0, -38, 0x071f}, + {189, 0, -379, 0x0733} + } +}; + +StandTile tile_450 = { + 0x011601, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -379, 0x0000}, + {38, 0, 0, 0x072b}, + {189, 0, -38, 0x0723} + } +}; + +StandTile tile_451 = { + 0x011500, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, 0, 0x06b4}, + {189, 0, 0, 0x0000}, + {189, 0, -38, 0x0727} + } +}; + +StandTile tile_452 = { + 0x011102, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -871, 0x0733}, + {189, 0, -379, 0x0000}, + {189, 0, -871, 0x073f} + } +}; + +StandTile tile_453 = { + 0x011101, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -871, 0x0000}, + {38, 0, -379, 0x0723}, + {189, 0, -379, 0x072f} + } +}; + +StandTile tile_454 = { + 0x002102, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -1023, 0x073b}, + {-189, 0, -871, 0x0000}, + {38, 0, -871, 0x0743} + } +}; + +StandTile tile_455 = { + 0x002101, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -1023, 0x0000}, + {-189, 0, -1023, 0x0500}, + {-189, 0, -871, 0x0737} + } +}; + +StandTile tile_456 = { + 0x003402, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -1023, 0x0743}, + {38, 0, -871, 0x072f}, + {189, 0, -871, 0x074b} + } +}; + +StandTile tile_457 = { + 0x003401, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -1023, 0x0000}, + {38, 0, -1023, 0x0737}, + {38, 0, -871, 0x073f} + } +}; + +StandTile tile_458 = { + 0x010f02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1023, 0x074b}, + {189, 0, -871, 0x0000}, + {417, 0, -871, 0x0753} + } +}; + +StandTile tile_459 = { + 0x010f01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1023, 0x0000}, + {189, 0, -1023, 0x073f}, + {189, 0, -871, 0x0747} + } +}; + +StandTile tile_460 = { + 0x003502, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {568, 0, -1023, 0x0753}, + {417, 0, -871, 0x0000}, + {568, 0, -871, 0x0000} + } +}; + +StandTile tile_461 = { + 0x003501, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {568, 0, -1023, 0x075b}, + {417, 0, -1023, 0x0747}, + {417, 0, -871, 0x074f} + } +}; + +StandTile tile_462 = { + 0x003602, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1023, 0x075b}, + {568, 0, -1705, 0x075f}, + {417, 0, -1705, 0x0000} + } +}; + +StandTile tile_463 = { + 0x003601, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1023, 0x0753}, + {568, 0, -1023, 0x0000}, + {568, 0, -1705, 0x0757} + } +}; + +StandTile tile_464 = { + 0x010d02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, 0, -1705, 0x0763}, + {417, 0, -1856, 0x076b}, + {417, 0, -1705, 0x0757} + } +}; + +StandTile tile_465 = { + 0x010d01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, 0, -1705, 0x0000}, + {568, 0, -1856, 0x0000}, + {417, 0, -1856, 0x075f} + } +}; + +StandTile tile_466 = { + 0x00a002, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1705, 0x076b}, + {-189, 0, -1856, 0x0777}, + {-189, 0, -1705, 0x0000} + } +}; + +StandTile tile_467 = { + 0x00a001, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1705, 0x075f}, + {417, 0, -1856, 0x0000}, + {-189, 0, -1856, 0x0767} + } +}; + +StandTile tile_468 = { + 0x013200, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -2235, 0x077b}, + {-189, 0, -1856, 0x0000}, + {-189, 0, -2348, 0x0773} + } +}; + +StandTile tile_469 = { + 0x013300, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -2235, 0x076f}, + {-189, 0, -2348, 0x0000}, + {-758, 0, -2348, 0x07aa} + } +}; + +StandTile tile_470 = { + 0x013400, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, -1705, 0x0000}, + {-189, 0, -1705, 0x0767}, + {-189, 0, -1856, 0x077b} + } +}; + +StandTile tile_471 = { + 0x013500, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -1856, 0x076f}, + {-758, 0, -2235, 0x078b}, + {-985, 0, -1705, 0x0777} + } +}; + +StandTile tile_472 = { + 0x013600, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -2197, 0x0000}, + {-1326, 0, -1705, 0x0000}, + {-1136, 0, -1705, 0x0783} + } +}; + +StandTile tile_473 = { + 0x013700, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -2197, 0x077f}, + {-1136, 0, -1705, 0x059a}, + {-985, 0, -1705, 0x0787} + } +}; + +StandTile tile_474 = { + 0x013800, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -2235, 0x078f}, + {-1326, 0, -2197, 0x0783}, + {-985, 0, -1705, 0x078b} + } +}; + +StandTile tile_475 = { + 0x013900, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -2235, 0x0787}, + {-985, 0, -1705, 0x077b}, + {-758, 0, -2235, 0x0000} + } +}; + +StandTile tile_476 = { + 0x013a00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -2235, 0x0793}, + {-1326, 0, -2348, 0x05a2}, + {-1326, 0, -2197, 0x0787} + } +}; + +StandTile tile_477 = { + 0x013b00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -2235, 0x0000}, + {-1078, 0, -2348, 0x0000}, + {-1326, 0, -2348, 0x078f} + } +}; + +StandTile tile_478 = { + 0x00b102, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-189, 189, -1705, 0x079d}, + {-1174, 189, -1856, 0x07a1}, + {-1326, 189, -1705, 0x0000}, + {-530, 189, -1705, 0x0566}, + {-379, 189, -1705, 0x0000} + } +}; + +StandTile tile_479 = { + 0x00b101, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -1705, 0x07b6}, + {-341, 189, -1856, 0x0000}, + {-1174, 189, -1856, 0x0797} + } +}; + +StandTile tile_480 = { + 0x00b202, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1174, 189, -2348, 0x07a6}, + {-1326, 189, -1705, 0x0797}, + {-1174, 189, -1856, 0x0000}, + {-1174, 189, -2235, 0x07ae} + } +}; + +StandTile tile_481 = { + 0x00b201, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 189, -2348, 0x0000}, + {-1326, 189, -2348, 0x0000}, + {-1326, 189, -1705, 0x07a1} + } +}; + +StandTile tile_482 = { + 0x00b302, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -2348, 0x07ae}, + {-1174, 189, -2235, 0x0000}, + {-758, 0, -2235, 0x0773} + } +}; + +StandTile tile_483 = { + 0x00b301, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -2348, 0x0000}, + {-1174, 189, -2348, 0x07a1}, + {-1174, 189, -2235, 0x07aa} + } +}; + +StandTile tile_484 = { + 0x00b502, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, 189, -1856, 0x07b6}, + {-189, 189, -2348, 0x0000}, + {-341, 189, -2348, 0x0000} + } +}; + +StandTile tile_485 = { + 0x00b501, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-341, 189, -1856, 0x079d}, + {-189, 189, -1705, 0x0000}, + {-189, 189, -1970, 0x0592}, + {-189, 189, -2121, 0x0000}, + {-189, 189, -2348, 0x07b2} + } +}; + +StandTile tile_486 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_arch_all_p_stanZ.c b/assets/obseg/stan/Tbg_arch_all_p_stanZ.c new file mode 100644 index 0000000..8379666 --- /dev/null +++ b/assets/obseg/stan/Tbg_arch_all_p_stanZ.c @@ -0,0 +1,21584 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:11 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_arch_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x01733a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, -45, -1034, 0x0014}, + {146, -45, -1013, 0x0599}, + {144, -45, -1036, 0x0018} + } +}; + +StandTile tile_1 = { + 0x017339, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, -45, -1034, 0x0000}, + {116, -45, -1013, 0x0000}, + {146, -45, -1013, 0x0010} + } +}; + +StandTile tile_2 = { + 0x01723a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {144, -45, -1036, 0x001d}, + {104, -45, -1087, 0x003a}, + {104, -45, -1033, 0x0000}, + {116, -45, -1034, 0x0010} + } +}; + +StandTile tile_3 = { + 0x017239, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {144, -45, -1036, 0x0599}, + {136, -45, -1132, 0x0021}, + {104, -45, -1087, 0x0018} + } +}; + +StandTile tile_4 = { + 0x017138, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {104, -45, -1087, 0x001d}, + {136, -45, -1132, 0x0029}, + {104, -45, -1250, 0x0000} + } +}; + +StandTile tile_5 = { + 0x01703a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {104, -45, -1250, 0x0029}, + {120, -45, -1331, 0x002d}, + {104, -45, -1304, 0x0042} + } +}; + +StandTile tile_6 = { + 0x017039, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {104, -45, -1250, 0x0021}, + {136, -45, -1132, 0x0595}, + {120, -45, -1331, 0x0025} + } +}; + +StandTile tile_7 = { + 0x016f38, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {104, -45, -1304, 0x0025}, + {120, -45, -1331, 0x0031}, + {104, -45, -1413, 0x0000} + } +}; + +StandTile tile_8 = { + 0x016e38, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {104, -45, -1413, 0x002d}, + {120, -45, -1331, 0x0589}, + {104, -45, -1514, 0x0000}, + {104, -45, -1467, 0x004a} + } +}; + +StandTile tile_9 = { + 0x016d3a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {104, -45, -1033, 0x003a}, + {104, -9, -1087, 0x0b67}, + {104, -9, -1033, 0x0000} + } +}; + +StandTile tile_10 = { + 0x016d39, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {104, -45, -1033, 0x0018}, + {104, -45, -1087, 0x0000}, + {104, -9, -1087, 0x0036} + } +}; + +StandTile tile_11 = { + 0x016c3a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {104, -45, -1250, 0x0042}, + {104, -9, -1304, 0x0b77}, + {104, -9, -1250, 0x0000} + } +}; + +StandTile tile_12 = { + 0x016c39, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {104, -45, -1250, 0x0025}, + {104, -45, -1304, 0x0000}, + {104, -9, -1304, 0x003e} + } +}; + +StandTile tile_13 = { + 0x016b3a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {104, -45, -1413, 0x004a}, + {104, -9, -1467, 0x0b87}, + {104, -9, -1413, 0x0000} + } +}; + +StandTile tile_14 = { + 0x016b39, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {104, -45, -1413, 0x0031}, + {104, -45, -1467, 0x0000}, + {104, -9, -1467, 0x0046} + } +}; + +StandTile tile_15 = { + 0x017538, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {136, -45, -1132, 0x0599}, + {144, -45, -1036, 0x0599}, + {146, -45, -1013, 0x0000}, + {328, -45, -1001, 0x0053} + } +}; + +StandTile tile_16 = { + 0x017438, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {120, -45, -1331, 0x0595}, + {136, -45, -1132, 0x004e}, + {328, -45, -1001, 0x0057} + } +}; + +StandTile tile_17 = { + 0x00ef38, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {104, -45, -1514, 0x0589}, + {120, -45, -1331, 0x0053}, + {328, -45, -1001, 0x005b} + } +}; + +StandTile tile_18 = { + 0x00ee3a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {328, -45, -1001, 0x005f}, + {116, -45, -1514, 0x0000}, + {104, -45, -1514, 0x0057} + } +}; + +StandTile tile_19 = { + 0x00ee39, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {328, -45, -1001, 0x0000}, + {328, -45, -1481, 0x0067}, + {116, -45, -1514, 0x005b} + } +}; + +StandTile tile_20 = { + 0x00ed3a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, -45, -1514, 0x0067}, + {328, -45, -1517, 0x006b}, + {122, -45, -1545, 0x0000} + } +}; + +StandTile tile_21 = { + 0x00ed39, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, -45, -1514, 0x005f}, + {328, -45, -1481, 0x0000}, + {328, -45, -1517, 0x0063} + } +}; + +StandTile tile_22 = { + 0x00ec3a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {137, -45, -1644, 0x006f}, + {122, -45, -1545, 0x0063}, + {328, -45, -1517, 0x0073} + } +}; + +StandTile tile_23 = { + 0x00ec39, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {137, -45, -1644, 0x0000}, + {122, -45, -1644, 0x0000}, + {122, -45, -1545, 0x006b} + } +}; + +StandTile tile_24 = { + 0x00eb3a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {328, -45, -1517, 0x0077}, + {334, -45, -1602, 0x007f}, + {137, -45, -1644, 0x006b} + } +}; + +StandTile tile_25 = { + 0x00eb39, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {328, -45, -1517, 0x0000}, + {334, -45, -1517, 0x0000}, + {334, -45, -1602, 0x0073} + } +}; + +StandTile tile_26 = { + 0x00ea3a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {137, -45, -1644, 0x007f}, + {334, -45, -1699, 0x0083}, + {137, -45, -1674, 0x0000} + } +}; + +StandTile tile_27 = { + 0x00ea39, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {137, -45, -1644, 0x0073}, + {334, -45, -1602, 0x0087}, + {334, -45, -1699, 0x007b} + } +}; + +StandTile tile_28 = { + 0x00e938, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {137, -45, -1674, 0x007b}, + {334, -45, -1699, 0x00af}, + {137, -45, -1789, 0x00a7} + } +}; + +StandTile tile_29 = { + 0x00e83a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {334, -45, -1602, 0x008b}, + {340, -45, -1699, 0x0000}, + {334, -45, -1699, 0x007f} + } +}; + +StandTile tile_30 = { + 0x00e839, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {334, -45, -1602, 0x0000}, + {340, -45, -1602, 0x0000}, + {340, -45, -1699, 0x0087} + } +}; + +StandTile tile_31 = { + 0x00e73a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {328, -45, -1819, 0x0093}, + {137, -45, -1929, 0x0000}, + {137, -45, -1916, 0x0097} + } +}; + +StandTile tile_32 = { + 0x00e739, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {328, -45, -1819, 0x0000}, + {334, -45, -1929, 0x0000}, + {137, -45, -1929, 0x008f} + } +}; + +StandTile tile_33 = { + 0x00e638, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {328, -45, -1819, 0x008f}, + {137, -45, -1916, 0x009f}, + {137, -45, -1819, 0x00ab} + } +}; + +StandTile tile_34 = { + 0x00e53a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {122, -45, -1819, 0x009f}, + {137, -45, -1916, 0x0000}, + {123, -45, -1916, 0x0000} + } +}; + +StandTile tile_35 = { + 0x00e539, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {122, -45, -1819, 0x0000}, + {137, -45, -1819, 0x0097}, + {137, -45, -1916, 0x009b} + } +}; + +StandTile tile_36 = { + 0x00e43a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, -45, -1674, 0x00a7}, + {137, -45, -1789, 0x0000}, + {116, -45, -1789, 0x0000} + } +}; + +StandTile tile_37 = { + 0x00e439, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, -45, -1674, 0x0000}, + {137, -45, -1674, 0x0083}, + {137, -45, -1789, 0x00a3} + } +}; + +StandTile tile_38 = { + 0x00e33a, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {137, -45, -1789, 0x00af}, + {328, -45, -1819, 0x0097}, + {137, -45, -1819, 0x0000} + } +}; + +StandTile tile_39 = { + 0x00e339, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {137, -45, -1789, 0x0083}, + {334, -45, -1699, 0x0000}, + {328, -45, -1819, 0x00ab} + } +}; + +StandTile tile_40 = { + 0x009730, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, -707, 0x0000}, + {-263, 127, -707, 0x0000}, + {-263, 127, -697, 0x00bf} + } +}; + +StandTile tile_41 = { + 0x009830, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-263, 127, -616, 0x0000}, + {-263, 127, -607, 0x0000}, + {-181, 127, -607, 0x00bb} + } +}; + +StandTile tile_42 = { + 0x009632, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, -707, 0x00bf}, + {-263, 127, -616, 0x00b7}, + {-181, 127, -607, 0x1806} + } +}; + +StandTile tile_43 = { + 0x009631, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, -707, 0x00b3}, + {-263, 127, -697, 0x00c7}, + {-263, 127, -616, 0x00bb} + } +}; + +StandTile tile_44 = { + 0x009332, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-290, 127, -616, 0x00c7}, + {-263, 127, -697, 0x0000}, + {-290, 127, -697, 0x00f3} + } +}; + +StandTile tile_45 = { + 0x009331, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-290, 127, -616, 0x0000}, + {-263, 127, -616, 0x00bf}, + {-263, 127, -697, 0x00c3} + } +}; + +StandTile tile_46 = { + 0x009430, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-498, 127, -697, 0x0000}, + {-498, 127, -707, 0x0000}, + {-624, 127, -707, 0x00d3} + } +}; + +StandTile tile_47 = { + 0x009530, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-624, 127, -607, 0x0000}, + {-498, 127, -607, 0x0000}, + {-498, 127, -616, 0x00d7} + } +}; + +StandTile tile_48 = { + 0x009232, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-624, 127, -607, 0x00d7}, + {-498, 127, -697, 0x00cb}, + {-624, 127, -707, 0x00db} + } +}; + +StandTile tile_49 = { + 0x009231, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-624, 127, -607, 0x00cf}, + {-498, 127, -616, 0x00e3}, + {-498, 127, -697, 0x00d3} + } +}; + +StandTile tile_50 = { + 0x009132, 0x3f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-679, 127, -707, 0x00df}, + {-624, 127, -607, 0x00d3}, + {-624, 127, -707, 0x0000} + } +}; + +StandTile tile_51 = { + 0x009131, 0x3f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-679, 127, -707, 0x1830}, + {-679, 127, -607, 0x0000}, + {-624, 127, -607, 0x00db} + } +}; + +StandTile tile_52 = { + 0x009032, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-498, 127, -616, 0x00e7}, + {-471, 127, -697, 0x0000}, + {-498, 127, -697, 0x00d7} + } +}; + +StandTile tile_53 = { + 0x009031, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-498, 127, -616, 0x0000}, + {-471, 127, -616, 0x0103}, + {-471, 127, -697, 0x00e3} + } +}; + +StandTile tile_54 = { + 0x008a30, 0x3f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-290, 127, -707, 0x0000}, + {-471, 127, -707, 0x00ff}, + {-380, 127, -657, 0x00ef} + } +}; + +StandTile tile_55 = { + 0x008e30, 0x3f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-290, 127, -697, 0x0000}, + {-290, 127, -707, 0x00eb}, + {-380, 127, -657, 0x00f3} + } +}; + +StandTile tile_56 = { + 0x008c30, 0x3f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-290, 127, -616, 0x00c3}, + {-290, 127, -697, 0x00ef}, + {-380, 127, -657, 0x00f7} + } +}; + +StandTile tile_57 = { + 0x008930, 0x3f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-290, 127, -607, 0x0000}, + {-290, 127, -616, 0x00f3}, + {-380, 127, -657, 0x00fb} + } +}; + +StandTile tile_58 = { + 0x008b30, 0x3f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-471, 127, -607, 0x0000}, + {-290, 127, -607, 0x00f7}, + {-380, 127, -657, 0x0107} + } +}; + +StandTile tile_59 = { + 0x008d30, 0x3f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-380, 127, -657, 0x00eb}, + {-471, 127, -707, 0x0000}, + {-471, 127, -697, 0x0103} + } +}; + +StandTile tile_60 = { + 0x008f30, 0x3f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-380, 127, -657, 0x00ff}, + {-471, 127, -697, 0x00e7}, + {-471, 127, -616, 0x0107} + } +}; + +StandTile tile_61 = { + 0x008830, 0x3f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-471, 127, -607, 0x00fb}, + {-380, 127, -657, 0x0103}, + {-471, 127, -616, 0x0000} + } +}; + +StandTile tile_62 = { + 0x015a28, 0x3e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, 734, 0x011b}, + {-688, 127, 725, 0x0113}, + {-788, 127, 676, 0x0000} + } +}; + +StandTile tile_63 = { + 0x01592a, 0x3e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, 676, 0x0113}, + {-688, 127, 643, 0x1758}, + {-779, 127, 643, 0x0117} + } +}; + +StandTile tile_64 = { + 0x015929, 0x3e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, 676, 0x010b}, + {-688, 127, 725, 0x011f}, + {-688, 127, 643, 0x010f} + } +}; + +StandTile tile_65 = { + 0x015828, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, 643, 0x0000}, + {-788, 127, 676, 0x010f}, + {-779, 127, 643, 0x1758} + } +}; + +StandTile tile_66 = { + 0x015728, 0x3e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, 734, 0x0000}, + {-688, 127, 734, 0x0000}, + {-688, 127, 725, 0x010b} + } +}; + +StandTile tile_67 = { + 0x015628, 0x3e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-688, 127, 725, 0x0000}, + {-661, 127, 725, 0x0123}, + {-688, 127, 643, 0x0113} + } +}; + +StandTile tile_68 = { + 0x01552a, 0x3e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-661, 127, 725, 0x0127}, + {-516, 127, 734, 0x0178}, + {-688, 127, 643, 0x011f} + } +}; + +StandTile tile_69 = { + 0x015529, 0x3e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-661, 127, 725, 0x0000}, + {-661, 127, 734, 0x0000}, + {-516, 127, 734, 0x0123} + } +}; + +StandTile tile_70 = { + 0x01532a, 0x3e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-247, 127, 725, 0x012f}, + {-199, 127, 634, 0x0137}, + {-247, 127, 643, 0x013f} + } +}; + +StandTile tile_71 = { + 0x015329, 0x3e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-247, 127, 725, 0x0133}, + {-199, 127, 734, 0x18ba}, + {-199, 127, 634, 0x012b} + } +}; + +StandTile tile_72 = { + 0x015228, 0x3e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-247, 127, 734, 0x0000}, + {-199, 127, 734, 0x012f}, + {-247, 127, 725, 0x0000} + } +}; + +StandTile tile_73 = { + 0x015128, 0x3e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, 634, 0x0000}, + {-247, 127, 634, 0x0000}, + {-247, 127, 643, 0x012b} + } +}; + +StandTile tile_74 = { + 0x01502a, 0x3e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-274, 127, 725, 0x013f}, + {-247, 127, 643, 0x0000}, + {-274, 127, 643, 0x014b} + } +}; + +StandTile tile_75 = { + 0x015029, 0x3e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-274, 127, 725, 0x0000}, + {-247, 127, 725, 0x012b}, + {-247, 127, 643, 0x013b} + } +}; + +StandTile tile_76 = { + 0x014f28, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-455, 127, 734, 0x0153}, + {-274, 127, 725, 0x014b}, + {-455, 127, 725, 0x0000} + } +}; + +StandTile tile_77 = { + 0x014e2a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-455, 127, 725, 0x014b}, + {-274, 127, 643, 0x014f}, + {-455, 127, 643, 0x015f} + } +}; + +StandTile tile_78 = { + 0x014e29, 0x3e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-455, 127, 725, 0x0143}, + {-274, 127, 725, 0x013b}, + {-274, 127, 643, 0x0147} + } +}; + +StandTile tile_79 = { + 0x014d28, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-455, 127, 643, 0x0147}, + {-274, 127, 643, 0x0157}, + {-455, 127, 634, 0x0000} + } +}; + +StandTile tile_80 = { + 0x014c28, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-455, 127, 734, 0x0000}, + {-274, 127, 734, 0x0000}, + {-274, 127, 725, 0x0143} + } +}; + +StandTile tile_81 = { + 0x014b28, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-455, 127, 634, 0x014f}, + {-274, 127, 643, 0x0000}, + {-274, 127, 634, 0x0000} + } +}; + +StandTile tile_82 = { + 0x014a2a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-482, 127, 725, 0x015f}, + {-455, 127, 643, 0x0000}, + {-482, 127, 643, 0x0167} + } +}; + +StandTile tile_83 = { + 0x014a29, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-482, 127, 725, 0x0000}, + {-455, 127, 725, 0x0147}, + {-455, 127, 643, 0x015b} + } +}; + +StandTile tile_84 = { + 0x014928, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-482, 127, 734, 0x0000}, + {-482, 127, 725, 0x0167}, + {-661, 127, 643, 0x0173} + } +}; + +StandTile tile_85 = { + 0x014828, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-482, 127, 725, 0x015b}, + {-482, 127, 643, 0x016b}, + {-661, 127, 643, 0x0163} + } +}; + +StandTile tile_86 = { + 0x01472a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-482, 127, 643, 0x016f}, + {-661, 127, 634, 0x0000}, + {-661, 127, 643, 0x0167} + } +}; + +StandTile tile_87 = { + 0x014729, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-482, 127, 643, 0x0000}, + {-482, 127, 634, 0x0000}, + {-661, 127, 634, 0x016b} + } +}; + +StandTile tile_88 = { + 0x01462a, 0x3e, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {-688, 127, 643, 0x0178}, + {-482, 127, 734, 0x0163}, + {-661, 127, 643, 0x0000}, + {-679, 127, 643, 0x1758} + } +}; + +StandTile tile_89 = { + 0x014629, 0x3e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-688, 127, 643, 0x0123}, + {-516, 127, 734, 0x0000}, + {-482, 127, 734, 0x0173} + } +}; + +StandTile tile_90 = { + 0x04cf22, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 263, -960, 0x0180}, + {-1445, 263, -969, 0x021a}, + {-1522, 263, -1250, 0x0000} + } +}; + +StandTile tile_91 = { + 0x04cf21, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 263, -960, 0x01a8}, + {-1445, 263, -888, 0x01c5}, + {-1445, 263, -969, 0x017c} + } +}; + +StandTile tile_92 = { + 0x04ce22, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1562, 263, -1703, 0x0188}, + {-1825, 263, -1644, 0x01a0}, + {-1703, 263, -1522, 0x0216} + } +}; + +StandTile tile_93 = { + 0x04ce21, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1562, 263, -1703, 0x0000}, + {-1667, 263, -1703, 0x0206}, + {-1825, 263, -1644, 0x0184} + } +}; + +StandTile tile_94 = { + 0x04cd22, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 263, -1250, 0x0190}, + {-1703, 263, -1522, 0x0198}, + {-1617, 263, -1250, 0x0000} + } +}; + +StandTile tile_95 = { + 0x04cd21, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 263, -1250, 0x021a}, + {-1445, 263, -1576, 0x0216}, + {-1703, 263, -1522, 0x018c} + } +}; + +StandTile tile_96 = { + 0x04cc22, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1617, 263, -1250, 0x0198}, + {-1703, 263, -888, 0x01a4}, + {-1617, 263, -960, 0x0000} + } +}; + +StandTile tile_97 = { + 0x04cc21, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1617, 263, -1250, 0x018c}, + {-1703, 263, -1522, 0x019c}, + {-1703, 263, -888, 0x0194} + } +}; + +StandTile tile_98 = { + 0x04cb22, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1703, 263, -1522, 0x01a0}, + {-1825, 263, -888, 0x0000}, + {-1703, 263, -888, 0x0198} + } +}; + +StandTile tile_99 = { + 0x04cb21, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1703, 263, -1522, 0x0184}, + {-1825, 263, -1644, 0x0000}, + {-1825, 263, -888, 0x019c} + } +}; + +StandTile tile_100 = { + 0x04ca22, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1445, 263, -888, 0x01a8}, + {-1617, 263, -960, 0x0194}, + {-1703, 263, -888, 0x0000} + } +}; + +StandTile tile_101 = { + 0x04ca21, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1445, 263, -888, 0x0180}, + {-1522, 263, -960, 0x0000}, + {-1617, 263, -960, 0x01a4} + } +}; + +StandTile tile_102 = { + 0x04c722, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1436, 263, -1735, 0x01b0}, + {-1445, 263, -1852, 0x01f8}, + {-1445, 263, -1735, 0x0000} + } +}; + +StandTile tile_103 = { + 0x04c721, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-1436, 263, -1735, 0x024c}, + {-1436, 263, -1830, 0x0226}, + {-1436, 263, -1852, 0x0000}, + {-1445, 263, -1852, 0x01ac} + } +}; + +StandTile tile_104 = { + 0x04c522, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1436, 263, -1436, 0x01b9}, + {-1445, 263, -1576, 0x021a}, + {-1445, 263, -1436, 0x0000} + } +}; + +StandTile tile_105 = { + 0x04c521, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1436, 263, -1436, 0x025f}, + {-1436, 263, -1576, 0x0000}, + {-1445, 263, -1576, 0x01b5} + } +}; + +StandTile tile_106 = { + 0x04c322, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1436, 263, -1141, 0x01c1}, + {-1445, 263, -1286, 0x021a}, + {-1445, 263, -1141, 0x0000} + } +}; + +StandTile tile_107 = { + 0x04c321, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1436, 263, -1141, 0x025f}, + {-1436, 263, -1286, 0x0000}, + {-1445, 263, -1286, 0x01bd} + } +}; + +StandTile tile_108 = { + 0x04c122, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x1, 0x4, + { + {-1436, 263, -870, 0x01cb}, + {-1445, 263, -978, 0x021a}, + {-1445, 263, -969, 0x0180}, + {-1445, 263, -888, 0x0000}, + {-1445, 263, -870, 0x0000} + } +}; + +StandTile tile_109 = { + 0x04c121, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-1436, 263, -870, 0x0000}, + {-1436, 263, -888, 0x0230}, + {-1436, 263, -978, 0x0000}, + {-1445, 263, -978, 0x01c5} + } +}; + +StandTile tile_110 = { + 0x04be22, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-1055, 263, -1735, 0x01d5}, + {-1064, 263, -1852, 0x0000}, + {-1064, 263, -1830, 0x0247}, + {-1064, 263, -1735, 0x0000} + } +}; + +StandTile tile_111 = { + 0x04be21, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-1055, 263, -1735, 0x0289}, + {-1055, 263, -1830, 0x0000}, + {-1055, 263, -1852, 0x0000}, + {-1064, 263, -1852, 0x01d0} + } +}; + +StandTile tile_112 = { + 0x04bc22, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1055, 263, -1436, 0x01de}, + {-1064, 263, -1576, 0x0269}, + {-1064, 263, -1436, 0x0000} + } +}; + +StandTile tile_113 = { + 0x04bc21, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1055, 263, -1436, 0x0292}, + {-1055, 263, -1576, 0x0000}, + {-1064, 263, -1576, 0x01da} + } +}; + +StandTile tile_114 = { + 0x04ba22, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1055, 263, -1141, 0x01e6}, + {-1064, 263, -1286, 0x0256}, + {-1064, 263, -1141, 0x0000} + } +}; + +StandTile tile_115 = { + 0x04ba21, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1055, 263, -1141, 0x027c}, + {-1055, 263, -1286, 0x0000}, + {-1064, 263, -1286, 0x01e2} + } +}; + +StandTile tile_116 = { + 0x04b822, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-1055, 263, -870, 0x01ef}, + {-1064, 263, -978, 0x023a}, + {-1064, 263, -892, 0x0000}, + {-1064, 263, -870, 0x0000} + } +}; + +StandTile tile_117 = { + 0x04b821, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-1055, 263, -870, 0x0000}, + {-1055, 263, -892, 0x026e}, + {-1055, 263, -978, 0x0000}, + {-1064, 263, -978, 0x01ea} + } +}; + +StandTile tile_118 = { + 0x04b622, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1445, 263, -1576, 0x01f8}, + {-1490, 263, -1957, 0x0000}, + {-1490, 263, -1830, 0x020e} + } +}; + +StandTile tile_119 = { + 0x04b621, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x3, 0x4, + { + {-1445, 263, -1576, 0x0000}, + {-1445, 263, -1735, 0x01ac}, + {-1445, 263, -1852, 0x0000}, + {-1445, 263, -1957, 0x02de}, + {-1490, 263, -1957, 0x01f4} + } +}; + +StandTile tile_120 = { + 0x04b422, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1562, 263, -1812, 0x0202}, + {-1825, 263, -1830, 0x020a}, + {-1667, 263, -1812, 0x0000} + } +}; + +StandTile tile_121 = { + 0x04b421, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1562, 263, -1812, 0x0212}, + {-1490, 263, -1830, 0x0000}, + {-1825, 263, -1830, 0x01fe} + } +}; + +StandTile tile_122 = { + 0x04b322, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 263, -1812, 0x020a}, + {-1825, 263, -1644, 0x0188}, + {-1667, 263, -1703, 0x0000} + } +}; + +StandTile tile_123 = { + 0x04b321, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 263, -1812, 0x01fe}, + {-1825, 263, -1830, 0x0000}, + {-1825, 263, -1644, 0x0206} + } +}; + +StandTile tile_124 = { + 0x04b222, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1490, 263, -1830, 0x0212}, + {-1562, 263, -1703, 0x0216}, + {-1445, 263, -1576, 0x01f4} + } +}; + +StandTile tile_125 = { + 0x04b221, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1490, 263, -1830, 0x0202}, + {-1562, 263, -1812, 0x0000}, + {-1562, 263, -1703, 0x020e} + } +}; + +StandTile tile_126 = { + 0x04b120, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1562, 263, -1703, 0x0184}, + {-1703, 263, -1522, 0x0190}, + {-1445, 263, -1576, 0x020e} + } +}; + +StandTile tile_127 = { + 0x04b020, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 7, + 0x0, 0x1, 0x2, + { + {-1445, 263, -1576, 0x0190}, + {-1522, 263, -1250, 0x017c}, + {-1445, 263, -969, 0x01c5}, + {-1445, 263, -978, 0x0000}, + {-1445, 263, -1141, 0x01bd}, + {-1445, 263, -1286, 0x0000}, + {-1445, 263, -1436, 0x01b5} + } +}; + +StandTile tile_128 = { + 0x04af22, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1436, 263, -1957, 0x0226}, + {-1200, 263, -1830, 0x0000}, + {-1200, 263, -1957, 0x02de} + } +}; + +StandTile tile_129 = { + 0x04af21, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-1436, 263, -1957, 0x0000}, + {-1436, 263, -1852, 0x01b0}, + {-1436, 263, -1830, 0x024c}, + {-1200, 263, -1830, 0x0222} + } +}; + +StandTile tile_130 = { + 0x04ab22, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-1436, 263, -1141, 0x0230}, + {-1304, 263, -888, 0x0000}, + {-1304, 263, -974, 0x03aa}, + {-1304, 263, -987, 0x023f} + } +}; + +StandTile tile_131 = { + 0x04ab21, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-1436, 263, -1141, 0x0000}, + {-1436, 263, -978, 0x01cb}, + {-1436, 263, -888, 0x0000}, + {-1304, 263, -888, 0x022b} + } +}; + +StandTile tile_132 = { + 0x04a822, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {-1255, 263, -892, 0x023a}, + {-1064, 263, -1141, 0x0243}, + {-1255, 263, -987, 0x03ae}, + {-1255, 263, -974, 0x0000} + } +}; + +StandTile tile_133 = { + 0x04a821, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-1255, 263, -892, 0x0000}, + {-1064, 263, -892, 0x01ea}, + {-1064, 263, -978, 0x0000}, + {-1064, 263, -1141, 0x0235} + } +}; + +StandTile tile_134 = { + 0x04a722, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1255, 263, -987, 0x0243}, + {-1436, 263, -1141, 0x022b}, + {-1304, 263, -987, 0x03aa} + } +}; + +StandTile tile_135 = { + 0x04a721, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1255, 263, -987, 0x0235}, + {-1064, 263, -1141, 0x0256}, + {-1436, 263, -1141, 0x023f} + } +}; + +StandTile tile_136 = { + 0x04a622, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {-1064, 263, -1830, 0x024c}, + {-1436, 263, -1576, 0x0269}, + {-1064, 263, -1576, 0x0000}, + {-1064, 263, -1735, 0x01d0} + } +}; + +StandTile tile_137 = { + 0x04a621, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x2, 0x4, + { + {-1064, 263, -1830, 0x0000}, + {-1200, 263, -1830, 0x0226}, + {-1436, 263, -1830, 0x01b0}, + {-1436, 263, -1735, 0x0000}, + {-1436, 263, -1576, 0x0247} + } +}; + +StandTile tile_138 = { + 0x04a522, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1436, 263, -1141, 0x0256}, + {-1064, 263, -1313, 0x0000}, + {-1304, 263, -1313, 0x025f} + } +}; + +StandTile tile_139 = { + 0x04a521, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-1436, 263, -1141, 0x0243}, + {-1064, 263, -1141, 0x01e2}, + {-1064, 263, -1286, 0x0000}, + {-1064, 263, -1313, 0x0252} + } +}; + +StandTile tile_140 = { + 0x04a422, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1436, 263, -1576, 0x025f}, + {-1304, 263, -1313, 0x0000}, + {-1304, 263, -1409, 0x0265} + } +}; + +StandTile tile_141 = { + 0x04a421, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x3, 0x4, + { + {-1436, 263, -1576, 0x01b9}, + {-1436, 263, -1436, 0x0000}, + {-1436, 263, -1286, 0x01c1}, + {-1436, 263, -1141, 0x0252}, + {-1304, 263, -1313, 0x025b} + } +}; + +StandTile tile_142 = { + 0x04a322, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 263, -1409, 0x0269}, + {-1436, 263, -1576, 0x025b}, + {-1304, 263, -1409, 0x0000} + } +}; + +StandTile tile_143 = { + 0x04a321, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-1064, 263, -1409, 0x0000}, + {-1064, 263, -1436, 0x01da}, + {-1064, 263, -1576, 0x0247}, + {-1436, 263, -1576, 0x0265} + } +}; + +StandTile tile_144 = { + 0x04a122, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {-1055, 263, -892, 0x0273}, + {-693, 263, -1141, 0x027c}, + {-1055, 263, -1141, 0x0000}, + {-1055, 263, -978, 0x01ef} + } +}; + +StandTile tile_145 = { + 0x04a121, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-1055, 263, -892, 0x0000}, + {-693, 263, -892, 0x029f}, + {-693, 263, -1033, 0x0000}, + {-693, 263, -1141, 0x026e} + } +}; + +StandTile tile_146 = { + 0x04a022, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1055, 263, -1313, 0x027c}, + {-693, 263, -1141, 0x0285}, + {-1005, 263, -1313, 0x0000} + } +}; + +StandTile tile_147 = { + 0x04a021, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-1055, 263, -1313, 0x0000}, + {-1055, 263, -1286, 0x01e6}, + {-1055, 263, -1141, 0x026e}, + {-693, 263, -1141, 0x0278} + } +}; + +StandTile tile_148 = { + 0x049f22, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1005, 263, -1313, 0x0285}, + {-693, 263, -1576, 0x0297}, + {-1005, 263, -1409, 0x0000} + } +}; + +StandTile tile_149 = { + 0x049f21, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1005, 263, -1313, 0x0278}, + {-693, 263, -1141, 0x0000}, + {-693, 263, -1576, 0x0281} + } +}; + +StandTile tile_150 = { + 0x049d22, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-693, 263, -1576, 0x028e}, + {-1055, 263, -1830, 0x01d5}, + {-1055, 263, -1735, 0x0000}, + {-1055, 263, -1576, 0x0297} + } +}; + +StandTile tile_151 = { + 0x049d21, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-693, 263, -1576, 0x0000}, + {-693, 263, -1830, 0x0000}, + {-1055, 263, -1830, 0x0289} + } +}; + +StandTile tile_152 = { + 0x049c22, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-1005, 263, -1409, 0x0297}, + {-1055, 263, -1576, 0x01de}, + {-1055, 263, -1436, 0x0000}, + {-1055, 263, -1409, 0x0000} + } +}; + +StandTile tile_153 = { + 0x049c21, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1005, 263, -1409, 0x0281}, + {-693, 263, -1576, 0x0289}, + {-1055, 263, -1576, 0x0292} + } +}; + +StandTile tile_154 = { + 0x04d622, 0x3c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-693, 263, -1033, 0x029f}, + {-684, 263, -978, 0x0000}, + {-684, 263, -1033, 0x0000} + } +}; + +StandTile tile_155 = { + 0x04d621, 0x3c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-693, 263, -1033, 0x0273}, + {-693, 263, -892, 0x02a3}, + {-684, 263, -978, 0x029b} + } +}; + +StandTile tile_156 = { + 0x04d722, 0x3c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-693, 263, -892, 0x02a7}, + {-675, 263, -978, 0x0000}, + {-684, 263, -978, 0x029f} + } +}; + +StandTile tile_157 = { + 0x04d721, 0x3c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-693, 263, -892, 0x0000}, + {-303, 263, -892, 0x02ab}, + {-675, 263, -978, 0x02a3} + } +}; + +StandTile tile_158 = { + 0x04d822, 0x3c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-303, 263, -892, 0x02af}, + {-675, 263, -1033, 0x0000}, + {-675, 263, -978, 0x02a7} + } +}; + +StandTile tile_159 = { + 0x04d821, 0x3c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-303, 263, -892, 0x0000}, + {-303, 263, -1033, 0x0000}, + {-675, 263, -1033, 0x02ab} + } +}; + +StandTile tile_160 = { + 0x049322, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 263, -1975, 0x02b7}, + {-1354, 263, -1984, 0x02ea}, + {-1522, 263, -1984, 0x0000} + } +}; + +StandTile tile_161 = { + 0x049321, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-1522, 263, -1975, 0x0000}, + {-1490, 263, -1975, 0x02e4}, + {-1354, 263, -1975, 0x0000}, + {-1354, 263, -1984, 0x02b3} + } +}; + +StandTile tile_162 = { + 0x049522, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1336, 263, -1975, 0x02c0}, + {-1200, 263, -1984, 0x02ea}, + {-1336, 263, -1984, 0x0000} + } +}; + +StandTile tile_163 = { + 0x049521, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1336, 263, -1975, 0x02e4}, + {-1200, 263, -1975, 0x0000}, + {-1200, 263, -1984, 0x02bc} + } +}; + +StandTile tile_164 = { + 0x049822, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-1522, 263, -2246, 0x02c9}, + {-1354, 263, -2255, 0x0000}, + {-1467, 263, -2255, 0x02d6}, + {-1522, 263, -2255, 0x0000} + } +}; + +StandTile tile_165 = { + 0x049821, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-1522, 263, -2246, 0x02f4}, + {-1467, 263, -2246, 0x0000}, + {-1354, 263, -2246, 0x0000}, + {-1354, 263, -2255, 0x02c4} + } +}; + +StandTile tile_166 = { + 0x048722, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 263, -2292, 0x02d2}, + {-1522, 263, -2527, 0x02da}, + {-1467, 263, -2292, 0x0000} + } +}; + +StandTile tile_167 = { + 0x048721, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 263, -2292, 0x0000}, + {-1191, 263, -2527, 0x0000}, + {-1522, 263, -2527, 0x02ce} + } +}; + +StandTile tile_168 = { + 0x048622, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1467, 263, -2255, 0x02da}, + {-1522, 263, -2527, 0x0000}, + {-1522, 263, -2255, 0x02c4} + } +}; + +StandTile tile_169 = { + 0x048621, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1467, 263, -2255, 0x0000}, + {-1467, 263, -2292, 0x02ce}, + {-1522, 263, -2527, 0x02d6} + } +}; + +StandTile tile_170 = { + 0x048f22, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x1, 0x2, + { + {-1200, 263, -1957, 0x02e4}, + {-1490, 263, -1975, 0x0000}, + {-1490, 263, -1957, 0x01f8}, + {-1445, 263, -1957, 0x0000}, + {-1436, 263, -1957, 0x0222} + } +}; + +StandTile tile_171 = { + 0x048f21, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x1, 0x4, + { + {-1200, 263, -1957, 0x0000}, + {-1200, 263, -1975, 0x02c0}, + {-1336, 263, -1975, 0x0000}, + {-1354, 263, -1975, 0x02b7}, + {-1490, 263, -1975, 0x02de} + } +}; + +StandTile tile_172 = { + 0x048b22, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x1, 0x2, + { + {-1200, 263, -1984, 0x02f0}, + {-1467, 263, -2215, 0x02f8}, + {-1522, 263, -1984, 0x02b3}, + {-1354, 263, -1984, 0x0000}, + {-1336, 263, -1984, 0x02bc} + } +}; + +StandTile tile_173 = { + 0x048b21, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1200, 263, -1984, 0x0000}, + {-1200, 263, -2215, 0x0000}, + {-1467, 263, -2215, 0x02ea} + } +}; + +StandTile tile_174 = { + 0x048a22, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 263, -1984, 0x02f8}, + {-1467, 263, -2246, 0x02c9}, + {-1522, 263, -2246, 0x0000} + } +}; + +StandTile tile_175 = { + 0x048a21, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 263, -1984, 0x02ea}, + {-1467, 263, -2215, 0x0000}, + {-1467, 263, -2246, 0x02f4} + } +}; + +StandTile tile_176 = { + 0x069b18, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1284, 127, -1970, 0x0824}, + {-1304, 127, -1970, 0x0362}, + {-1284, 127, -1957, 0x0000} + } +}; + +StandTile tile_177 = { + 0x089718, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1367, 127, -1477, 0x0000}, + {-1358, 127, -1485, 0x0318}, + {-1427, 127, -1562, 0x06ca} + } +}; + +StandTile tile_178 = { + 0x089318, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 127, -1426, 0x0351}, + {-1304, 127, -1676, 0x0318}, + {-1358, 127, -1485, 0x0000} + } +}; + +StandTile tile_179 = { + 0x069a18, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -1676, 0x0366}, + {-1304, 127, -1970, 0x0828}, + {-1427, 127, -1970, 0x030c} + } +}; + +StandTile tile_180 = { + 0x069918, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1427, 127, -1970, 0x0000}, + {-1427, 127, -1712, 0x0310}, + {-1304, 127, -1676, 0x0308} + } +}; + +StandTile tile_181 = { + 0x069818, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -1676, 0x030c}, + {-1427, 127, -1712, 0x07e4}, + {-1427, 127, -1658, 0x0314} + } +}; + +StandTile tile_182 = { + 0x069718, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1427, 127, -1658, 0x0000}, + {-1427, 127, -1562, 0x0318}, + {-1304, 127, -1676, 0x0310} + } +}; + +StandTile tile_183 = { + 0x069618, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1358, 127, -1485, 0x0304}, + {-1304, 127, -1676, 0x0314}, + {-1427, 127, -1562, 0x0300} + } +}; + +StandTile tile_184 = { + 0x06951a, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, -1531, 0x0320}, + {-766, 127, -1409, 0x0000}, + {-766, 127, -1460, 0x032c} + } +}; + +StandTile tile_185 = { + 0x069519, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, -1531, 0x0330}, + {-1005, 127, -1409, 0x04ae}, + {-766, 127, -1409, 0x031c} + } +}; + +StandTile tile_186 = { + 0x06941a, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, -1531, 0x0328}, + {-766, 127, -1676, 0x0340}, + {-1046, 127, -1676, 0x0330} + } +}; + +StandTile tile_187 = { + 0x069419, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, -1531, 0x032c}, + {-766, 127, -1614, 0x0000}, + {-766, 127, -1676, 0x0324} + } +}; + +StandTile tile_188 = { + 0x069318, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-766, 127, -1614, 0x0328}, + {-865, 127, -1531, 0x031c}, + {-766, 127, -1460, 0x0000} + } +}; + +StandTile tile_189 = { + 0x069218, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1046, 127, -1676, 0x035a}, + {-1005, 127, -1409, 0x0320}, + {-865, 127, -1531, 0x0324} + } +}; + +StandTile tile_190 = { + 0x06911a, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, -1812, 0x0338}, + {-766, 127, -1957, 0x0000}, + {-1046, 127, -1957, 0x0348} + } +}; + +StandTile tile_191 = { + 0x069119, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, -1812, 0x0344}, + {-766, 127, -1839, 0x037a}, + {-766, 127, -1957, 0x0334} + } +}; + +StandTile tile_192 = { + 0x06901a, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, -1812, 0x0340}, + {-766, 127, -1676, 0x0000}, + {-766, 127, -1733, 0x0344} + } +}; + +StandTile tile_193 = { + 0x069019, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, -1812, 0x0348}, + {-1046, 127, -1676, 0x0324}, + {-766, 127, -1676, 0x033c} + } +}; + +StandTile tile_194 = { + 0x068f18, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-766, 127, -1839, 0x0338}, + {-865, 127, -1812, 0x033c}, + {-766, 127, -1733, 0x0000} + } +}; + +StandTile tile_195 = { + 0x068e18, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {-1046, 127, -1957, 0x0000}, + {-1046, 127, -1943, 0x036e}, + {-1046, 127, -1676, 0x0340}, + {-865, 127, -1812, 0x0334} + } +}; + +StandTile tile_196 = { + 0x068d18, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1178, 127, -1531, 0x0351}, + {-1318, 127, -1409, 0x0000}, + {-1005, 127, -1409, 0x035a} + } +}; + +StandTile tile_197 = { + 0x068c18, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-1304, 127, -1676, 0x0304}, + {-1317, 127, -1426, 0x0000}, + {-1318, 127, -1409, 0x034d}, + {-1178, 127, -1531, 0x0356} + } +}; + +StandTile tile_198 = { + 0x068b18, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1178, 127, -1531, 0x035a}, + {-1046, 127, -1676, 0x036a}, + {-1304, 127, -1676, 0x0351} + } +}; + +StandTile tile_199 = { + 0x068a18, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1005, 127, -1409, 0x0330}, + {-1046, 127, -1676, 0x0356}, + {-1178, 127, -1531, 0x034d} + } +}; + +StandTile tile_200 = { + 0x068918, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1196, 127, -1816, 0x0372}, + {-1073, 127, -1957, 0x0000}, + {-1284, 127, -1957, 0x0362} + } +}; + +StandTile tile_201 = { + 0x068818, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1284, 127, -1957, 0x02fc}, + {-1304, 127, -1970, 0x0366}, + {-1196, 127, -1816, 0x035e} + } +}; + +StandTile tile_202 = { + 0x068718, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1196, 127, -1816, 0x0362}, + {-1304, 127, -1970, 0x0308}, + {-1304, 127, -1676, 0x036a} + } +}; + +StandTile tile_203 = { + 0x068618, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -1676, 0x0356}, + {-1046, 127, -1676, 0x036e}, + {-1196, 127, -1816, 0x0366} + } +}; + +StandTile tile_204 = { + 0x068518, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1196, 127, -1816, 0x036a}, + {-1046, 127, -1676, 0x0348}, + {-1046, 127, -1943, 0x0376} + } +}; + +StandTile tile_205 = { + 0x068418, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1073, 127, -1957, 0x035e}, + {-1196, 127, -1816, 0x0376}, + {-1073, 127, -1943, 0x0000} + } +}; + +StandTile tile_206 = { + 0x068318, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1073, 127, -1943, 0x0372}, + {-1196, 127, -1816, 0x036e}, + {-1046, 127, -1943, 0x0000} + } +}; + +StandTile tile_207 = { + 0x06fa1a, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-766, 127, -1839, 0x037e}, + {-761, 127, -1957, 0x0000}, + {-766, 127, -1957, 0x0338} + } +}; + +StandTile tile_208 = { + 0x06fa19, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-766, 127, -1839, 0x0000}, + {-761, 127, -1839, 0x054e}, + {-761, 127, -1957, 0x037a} + } +}; + +StandTile tile_209 = { + 0x08111a, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-761, 127, -1033, 0x0386}, + {-766, 127, -978, 0x0000}, + {-761, 127, -978, 0x0516} + } +}; + +StandTile tile_210 = { + 0x081119, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-761, 127, -1033, 0x038e}, + {-766, 127, -1033, 0x049a}, + {-766, 127, -978, 0x0382} + } +}; + +StandTile tile_211 = { + 0x08091a, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-766, 127, -1033, 0x038e}, + {-761, 127, -1086, 0x0000}, + {-766, 127, -1090, 0x04c2} + } +}; + +StandTile tile_212 = { + 0x080919, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-766, 127, -1033, 0x0386}, + {-761, 127, -1033, 0x0536}, + {-761, 127, -1086, 0x038a} + } +}; + +StandTile tile_213 = { + 0x07a41a, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1255, 145, -761, 0x0396}, + {-1304, 145, -811, 0x0000}, + {-1304, 145, -761, 0x0000} + } +}; + +StandTile tile_214 = { + 0x07a419, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1255, 145, -761, 0x039a}, + {-1255, 145, -811, 0x0476}, + {-1304, 145, -811, 0x0392} + } +}; + +StandTile tile_215 = { + 0x07a31a, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 145, -761, 0x039e}, + {-1255, 145, -811, 0x0396}, + {-1255, 145, -761, 0x0000} + } +}; + +StandTile tile_216 = { + 0x07a319, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 145, -761, 0x03a2}, + {-1241, 145, -811, 0x0000}, + {-1255, 145, -811, 0x039a} + } +}; + +StandTile tile_217 = { + 0x07a21a, 0x39, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 136, -761, 0x03a6}, + {-1241, 145, -811, 0x039e}, + {-1241, 145, -761, 0x0000} + } +}; + +StandTile tile_218 = { + 0x07a219, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 136, -761, 0x047a}, + {-1241, 136, -811, 0x0000}, + {-1241, 145, -811, 0x03a2} + } +}; + +StandTile tile_219 = { + 0x07a11a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 263, -974, 0x03ae}, + {-1255, 263, -987, 0x023f}, + {-1304, 263, -987, 0x022b} + } +}; + +StandTile tile_220 = { + 0x07a119, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 263, -974, 0x03b2}, + {-1255, 263, -974, 0x0235}, + {-1255, 263, -987, 0x03aa} + } +}; + +StandTile tile_221 = { + 0x07a01a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 254, -974, 0x03b6}, + {-1255, 263, -974, 0x03ae}, + {-1304, 263, -974, 0x0000} + } +}; + +StandTile tile_222 = { + 0x07a019, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 254, -974, 0x03ba}, + {-1255, 254, -974, 0x0000}, + {-1255, 263, -974, 0x03b2} + } +}; + +StandTile tile_223 = { + 0x079f1a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 254, -960, 0x03be}, + {-1255, 254, -974, 0x03b6}, + {-1304, 254, -974, 0x0000} + } +}; + +StandTile tile_224 = { + 0x079f19, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 254, -960, 0x03c2}, + {-1255, 254, -960, 0x0000}, + {-1255, 254, -974, 0x03ba} + } +}; + +StandTile tile_225 = { + 0x079e1a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 245, -960, 0x03c6}, + {-1255, 254, -960, 0x03be}, + {-1304, 254, -960, 0x0000} + } +}; + +StandTile tile_226 = { + 0x079e19, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 245, -960, 0x03ca}, + {-1255, 245, -960, 0x0000}, + {-1255, 254, -960, 0x03c2} + } +}; + +StandTile tile_227 = { + 0x079d1a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 245, -947, 0x03ce}, + {-1255, 245, -960, 0x03c6}, + {-1304, 245, -960, 0x0000} + } +}; + +StandTile tile_228 = { + 0x079d19, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 245, -947, 0x03d2}, + {-1255, 245, -947, 0x0000}, + {-1255, 245, -960, 0x03ca} + } +}; + +StandTile tile_229 = { + 0x079c1a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 236, -947, 0x03d6}, + {-1255, 245, -947, 0x03ce}, + {-1304, 245, -947, 0x0000} + } +}; + +StandTile tile_230 = { + 0x079c19, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 236, -947, 0x03da}, + {-1255, 236, -947, 0x0000}, + {-1255, 245, -947, 0x03d2} + } +}; + +StandTile tile_231 = { + 0x079b1a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 236, -933, 0x03de}, + {-1255, 236, -947, 0x03d6}, + {-1304, 236, -947, 0x0000} + } +}; + +StandTile tile_232 = { + 0x079b19, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 236, -933, 0x03e2}, + {-1255, 236, -933, 0x0000}, + {-1255, 236, -947, 0x03da} + } +}; + +StandTile tile_233 = { + 0x079a1a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 226, -933, 0x03e6}, + {-1255, 236, -933, 0x03de}, + {-1304, 236, -933, 0x0000} + } +}; + +StandTile tile_234 = { + 0x079a19, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 226, -933, 0x03ea}, + {-1255, 226, -933, 0x0000}, + {-1255, 236, -933, 0x03e2} + } +}; + +StandTile tile_235 = { + 0x07991a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 226, -919, 0x03ee}, + {-1255, 226, -933, 0x03e6}, + {-1304, 226, -933, 0x0000} + } +}; + +StandTile tile_236 = { + 0x079919, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 226, -919, 0x03f2}, + {-1255, 226, -919, 0x0000}, + {-1255, 226, -933, 0x03ea} + } +}; + +StandTile tile_237 = { + 0x07981a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 217, -919, 0x03f6}, + {-1255, 226, -919, 0x03ee}, + {-1304, 226, -919, 0x0000} + } +}; + +StandTile tile_238 = { + 0x079819, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 217, -919, 0x03fa}, + {-1255, 217, -919, 0x0000}, + {-1255, 226, -919, 0x03f2} + } +}; + +StandTile tile_239 = { + 0x07971a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 217, -906, 0x03fe}, + {-1255, 217, -919, 0x03f6}, + {-1304, 217, -919, 0x0000} + } +}; + +StandTile tile_240 = { + 0x079719, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 217, -906, 0x0402}, + {-1255, 217, -906, 0x0000}, + {-1255, 217, -919, 0x03fa} + } +}; + +StandTile tile_241 = { + 0x07961a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 208, -906, 0x0406}, + {-1255, 217, -906, 0x03fe}, + {-1304, 217, -906, 0x0000} + } +}; + +StandTile tile_242 = { + 0x079619, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 208, -906, 0x040a}, + {-1255, 208, -906, 0x0000}, + {-1255, 217, -906, 0x0402} + } +}; + +StandTile tile_243 = { + 0x07951a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 208, -892, 0x040e}, + {-1255, 208, -906, 0x0406}, + {-1304, 208, -906, 0x0000} + } +}; + +StandTile tile_244 = { + 0x079519, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 208, -892, 0x0412}, + {-1255, 208, -892, 0x0000}, + {-1255, 208, -906, 0x040a} + } +}; + +StandTile tile_245 = { + 0x07941a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 199, -892, 0x0416}, + {-1255, 208, -892, 0x040e}, + {-1304, 208, -892, 0x0000} + } +}; + +StandTile tile_246 = { + 0x079419, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 199, -892, 0x041a}, + {-1255, 199, -892, 0x0000}, + {-1255, 208, -892, 0x0412} + } +}; + +StandTile tile_247 = { + 0x07931a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 199, -879, 0x041e}, + {-1255, 199, -892, 0x0416}, + {-1304, 199, -892, 0x0000} + } +}; + +StandTile tile_248 = { + 0x079319, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 199, -879, 0x0422}, + {-1255, 199, -879, 0x0000}, + {-1255, 199, -892, 0x041a} + } +}; + +StandTile tile_249 = { + 0x07921a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 190, -879, 0x0426}, + {-1255, 199, -879, 0x041e}, + {-1304, 199, -879, 0x0000} + } +}; + +StandTile tile_250 = { + 0x079219, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 190, -879, 0x042a}, + {-1255, 190, -879, 0x0000}, + {-1255, 199, -879, 0x0422} + } +}; + +StandTile tile_251 = { + 0x07911a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 190, -865, 0x042e}, + {-1255, 190, -879, 0x0426}, + {-1304, 190, -879, 0x0000} + } +}; + +StandTile tile_252 = { + 0x079119, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 190, -865, 0x0432}, + {-1255, 190, -865, 0x0000}, + {-1255, 190, -879, 0x042a} + } +}; + +StandTile tile_253 = { + 0x07901a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 181, -865, 0x0436}, + {-1255, 190, -865, 0x042e}, + {-1304, 190, -865, 0x0000} + } +}; + +StandTile tile_254 = { + 0x079019, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 181, -865, 0x043a}, + {-1255, 181, -865, 0x0000}, + {-1255, 190, -865, 0x0432} + } +}; + +StandTile tile_255 = { + 0x078f1a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 181, -851, 0x043e}, + {-1255, 181, -865, 0x0436}, + {-1304, 181, -865, 0x0000} + } +}; + +StandTile tile_256 = { + 0x078f19, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 181, -851, 0x0442}, + {-1255, 181, -851, 0x0000}, + {-1255, 181, -865, 0x043a} + } +}; + +StandTile tile_257 = { + 0x078e1a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 172, -851, 0x0446}, + {-1255, 181, -851, 0x043e}, + {-1304, 181, -851, 0x0000} + } +}; + +StandTile tile_258 = { + 0x078e19, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 172, -851, 0x044a}, + {-1255, 172, -851, 0x0000}, + {-1255, 181, -851, 0x0442} + } +}; + +StandTile tile_259 = { + 0x078d1a, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 172, -838, 0x044e}, + {-1255, 172, -851, 0x0446}, + {-1304, 172, -851, 0x0000} + } +}; + +StandTile tile_260 = { + 0x078d19, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 172, -838, 0x0452}, + {-1255, 172, -838, 0x0000}, + {-1255, 172, -851, 0x044a} + } +}; + +StandTile tile_261 = { + 0x078c1a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 163, -838, 0x0456}, + {-1255, 172, -838, 0x044e}, + {-1304, 172, -838, 0x0000} + } +}; + +StandTile tile_262 = { + 0x078c19, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 163, -838, 0x045a}, + {-1255, 163, -838, 0x0000}, + {-1255, 172, -838, 0x0452} + } +}; + +StandTile tile_263 = { + 0x078b1a, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 163, -824, 0x045e}, + {-1255, 163, -838, 0x0456}, + {-1304, 163, -838, 0x0000} + } +}; + +StandTile tile_264 = { + 0x078b19, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 163, -824, 0x0462}, + {-1255, 163, -824, 0x0000}, + {-1255, 163, -838, 0x045a} + } +}; + +StandTile tile_265 = { + 0x078a1a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 154, -824, 0x0466}, + {-1255, 163, -824, 0x045e}, + {-1304, 163, -824, 0x0000} + } +}; + +StandTile tile_266 = { + 0x078a19, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 154, -824, 0x046a}, + {-1255, 154, -824, 0x0000}, + {-1255, 163, -824, 0x0462} + } +}; + +StandTile tile_267 = { + 0x07891a, 0x39, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 154, -811, 0x046e}, + {-1255, 154, -824, 0x0466}, + {-1304, 154, -824, 0x0000} + } +}; + +StandTile tile_268 = { + 0x078919, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 154, -811, 0x0472}, + {-1255, 154, -811, 0x0000}, + {-1255, 154, -824, 0x046a} + } +}; + +StandTile tile_269 = { + 0x07881a, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 145, -811, 0x0476}, + {-1255, 154, -811, 0x046e}, + {-1304, 154, -811, 0x0000} + } +}; + +StandTile tile_270 = { + 0x078819, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 145, -811, 0x0396}, + {-1255, 145, -811, 0x0000}, + {-1255, 154, -811, 0x0472} + } +}; + +StandTile tile_271 = { + 0x07871a, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1227, 136, -761, 0x047e}, + {-1241, 136, -811, 0x03a6}, + {-1241, 136, -761, 0x0000} + } +}; + +StandTile tile_272 = { + 0x078719, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1227, 136, -761, 0x0482}, + {-1227, 136, -811, 0x0000}, + {-1241, 136, -811, 0x047a} + } +}; + +StandTile tile_273 = { + 0x07861a, 0x39, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1227, 127, -761, 0x0486}, + {-1227, 136, -811, 0x047e}, + {-1227, 136, -761, 0x0000} + } +}; + +StandTile tile_274 = { + 0x078619, 0x39, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1227, 127, -761, 0x04fa}, + {-1227, 127, -811, 0x0000}, + {-1227, 136, -811, 0x0482} + } +}; + +StandTile tile_275 = { + 0x07851a, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1037, 127, -761, 0x048e}, + {-766, 127, -774, 0x0496}, + {-1046, 127, -774, 0x04aa} + } +}; + +StandTile tile_276 = { + 0x078519, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1037, 127, -761, 0x0000}, + {-766, 127, -761, 0x0000}, + {-766, 127, -774, 0x048a} + } +}; + +StandTile tile_277 = { + 0x07841a, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1046, 127, -774, 0x0496}, + {-766, 127, -840, 0x04a2}, + {-870, 127, -933, 0x04a6} + } +}; + +StandTile tile_278 = { + 0x078419, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1046, 127, -774, 0x048a}, + {-766, 127, -774, 0x0000}, + {-766, 127, -840, 0x0492} + } +}; + +StandTile tile_279 = { + 0x07831a, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-766, 127, -1033, 0x049e}, + {-870, 127, -933, 0x04a2}, + {-766, 127, -978, 0x0386} + } +}; + +StandTile tile_280 = { + 0x078319, 0x39, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-766, 127, -1033, 0x04c6}, + {-1046, 127, -1033, 0x04a6}, + {-870, 127, -933, 0x049a} + } +}; + +StandTile tile_281 = { + 0x078218, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-766, 127, -978, 0x049a}, + {-870, 127, -933, 0x0492}, + {-766, 127, -840, 0x0000} + } +}; + +StandTile tile_282 = { + 0x078118, 0x39, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1046, 127, -1033, 0x04e6}, + {-1046, 127, -774, 0x0492}, + {-870, 127, -933, 0x049e} + } +}; + +StandTile tile_283 = { + 0x078018, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1046, 127, -761, 0x0000}, + {-1037, 127, -761, 0x048a}, + {-1046, 127, -774, 0x0000} + } +}; + +StandTile tile_284 = { + 0x077f1a, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1005, 127, -1313, 0x04b2}, + {-766, 127, -1409, 0x0320}, + {-1005, 127, -1409, 0x0000} + } +}; + +StandTile tile_285 = { + 0x077f19, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1005, 127, -1313, 0x04ca}, + {-766, 127, -1313, 0x0000}, + {-766, 127, -1409, 0x04ae} + } +}; + +StandTile tile_286 = { + 0x077e18, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -1313, 0x0000}, + {-1304, 127, -1164, 0x04ba}, + {-1005, 127, -1313, 0x0000} + } +}; + +StandTile tile_287 = { + 0x077d18, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1005, 127, -1313, 0x04b6}, + {-1304, 127, -1164, 0x0000}, + {-1304, 127, -1033, 0x04be} + } +}; + +StandTile tile_288 = { + 0x077c18, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -1033, 0x04da}, + {-1046, 127, -1033, 0x04d6}, + {-1005, 127, -1313, 0x04ba} + } +}; + +StandTile tile_289 = { + 0x077b1a, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, -1168, 0x04c6}, + {-766, 127, -1033, 0x038a}, + {-766, 127, -1090, 0x04d2} + } +}; + +StandTile tile_290 = { + 0x077b19, 0x39, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, -1168, 0x04d6}, + {-1046, 127, -1033, 0x049e}, + {-766, 127, -1033, 0x04c2} + } +}; + +StandTile tile_291 = { + 0x077a1a, 0x39, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, -1168, 0x04ce}, + {-766, 127, -1313, 0x04b2}, + {-1005, 127, -1313, 0x04d6} + } +}; + +StandTile tile_292 = { + 0x077a19, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, -1168, 0x04d2}, + {-766, 127, -1252, 0x0000}, + {-766, 127, -1313, 0x04ca} + } +}; + +StandTile tile_293 = { + 0x077918, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-766, 127, -1252, 0x04ce}, + {-865, 127, -1168, 0x04c2}, + {-766, 127, -1090, 0x0000} + } +}; + +StandTile tile_294 = { + 0x077818, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1005, 127, -1313, 0x04be}, + {-1046, 127, -1033, 0x04c6}, + {-865, 127, -1168, 0x04ca} + } +}; + +StandTile tile_295 = { + 0x077718, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1046, 127, -1033, 0x04be}, + {-1304, 127, -1033, 0x04e2}, + {-1168, 127, -906, 0x04e6} + } +}; + +StandTile tile_296 = { + 0x077618, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -1033, 0x0000}, + {-1304, 127, -956, 0x0000}, + {-1277, 127, -956, 0x04e2} + } +}; + +StandTile tile_297 = { + 0x077518, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -1033, 0x04de}, + {-1277, 127, -956, 0x04ea}, + {-1168, 127, -906, 0x04da} + } +}; + +StandTile tile_298 = { + 0x077418, 0x39, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1046, 127, -774, 0x04a6}, + {-1046, 127, -1033, 0x04da}, + {-1168, 127, -906, 0x04f6} + } +}; + +StandTile tile_299 = { + 0x077318, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1277, 127, -956, 0x0000}, + {-1259, 127, -806, 0x04ee}, + {-1168, 127, -906, 0x04e2} + } +}; + +StandTile tile_300 = { + 0x077218, 0x39, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1168, 127, -906, 0x04ea}, + {-1259, 127, -806, 0x0000}, + {-1227, 127, -811, 0x04f2} + } +}; + +StandTile tile_301 = { + 0x077118, 0x39, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1227, 127, -811, 0x04fa}, + {-1073, 127, -774, 0x04f6}, + {-1168, 127, -906, 0x04ee} + } +}; + +StandTile tile_302 = { + 0x077018, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1046, 127, -774, 0x04e6}, + {-1168, 127, -906, 0x04f2}, + {-1073, 127, -774, 0x0000} + } +}; + +StandTile tile_303 = { + 0x076f1a, 0x39, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1227, 127, -761, 0x04fe}, + {-1073, 127, -774, 0x04f2}, + {-1227, 127, -811, 0x0486} + } +}; + +StandTile tile_304 = { + 0x076f19, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1227, 127, -761, 0x0000}, + {-1073, 127, -761, 0x0000}, + {-1073, 127, -774, 0x04fa} + } +}; + +StandTile tile_305 = { + 0x067c1a, 0x38, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-693, 127, -1313, 0x0506}, + {-761, 127, -1457, 0x0000}, + {-761, 127, -1256, 0x053e} + } +}; + +StandTile tile_306 = { + 0x067c19, 0x38, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-693, 127, -1313, 0x0000}, + {-693, 127, -1409, 0x0546}, + {-761, 127, -1457, 0x0502} + } +}; + +StandTile tile_307 = { + 0x066f1a, 0x38, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-761, 127, -761, 0x050e}, + {-693, 127, -774, 0x0512}, + {-761, 127, -774, 0x0000} + } +}; + +StandTile tile_308 = { + 0x066f19, 0x38, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-761, 127, -761, 0x052e}, + {-707, 127, -761, 0x0532}, + {-693, 127, -774, 0x050a} + } +}; + +StandTile tile_309 = { + 0x063318, 0x38, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-761, 127, -774, 0x050a}, + {-693, 127, -774, 0x051a}, + {-761, 127, -835, 0x0000} + } +}; + +StandTile tile_310 = { + 0x063918, 0x38, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-693, 127, -1033, 0x0536}, + {-761, 127, -1033, 0x0382}, + {-761, 127, -978, 0x051e} + } +}; + +StandTile tile_311 = { + 0x063b1a, 0x38, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-693, 127, -774, 0x051e}, + {-761, 127, -978, 0x0000}, + {-761, 127, -835, 0x0512} + } +}; + +StandTile tile_312 = { + 0x063b19, 0x38, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-693, 127, -774, 0x0568}, + {-693, 127, -1033, 0x0516}, + {-761, 127, -978, 0x051a} + } +}; + +StandTile tile_313 = { + 0x011e18, 0x38, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-761, 127, -761, 0x0000}, + {-761, 127, -752, 0x1836}, + {-752, 127, -752, 0x052e} + } +}; + +StandTile tile_314 = { + 0x011d18, 0x38, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-707, 127, -761, 0x052a}, + {-716, 127, -752, 0x1836}, + {-707, 127, -752, 0x0000} + } +}; + +StandTile tile_315 = { + 0x011c1a, 0x38, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-707, 127, -761, 0x052e}, + {-752, 127, -752, 0x1836}, + {-716, 127, -752, 0x0526} + } +}; + +StandTile tile_316 = { + 0x011c19, 0x38, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-707, 127, -761, 0x050e}, + {-761, 127, -761, 0x0522}, + {-752, 127, -752, 0x052a} + } +}; + +StandTile tile_317 = { + 0x011418, 0x38, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-707, 127, -761, 0x0000}, + {-693, 127, -761, 0x0000}, + {-693, 127, -774, 0x050e} + } +}; + +StandTile tile_318 = { + 0x063f18, 0x38, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-761, 127, -1033, 0x0516}, + {-693, 127, -1033, 0x053a}, + {-761, 127, -1086, 0x038e} + } +}; + +StandTile tile_319 = { + 0x06431a, 0x38, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-693, 127, -1033, 0x053e}, + {-761, 127, -1256, 0x0000}, + {-761, 127, -1086, 0x0536} + } +}; + +StandTile tile_320 = { + 0x064319, 0x38, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-693, 127, -1033, 0x0000}, + {-693, 127, -1313, 0x0502}, + {-761, 127, -1256, 0x053a} + } +}; + +StandTile tile_321 = { + 0x065918, 0x38, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-761, 127, -1619, 0x054a}, + {-693, 127, -1676, 0x0552}, + {-761, 127, -1676, 0x0000} + } +}; + +StandTile tile_322 = { + 0x065b1a, 0x38, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-693, 127, -1409, 0x054a}, + {-761, 127, -1619, 0x0000}, + {-761, 127, -1457, 0x0506} + } +}; + +StandTile tile_323 = { + 0x065b19, 0x38, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-693, 127, -1409, 0x0000}, + {-693, 127, -1676, 0x0542}, + {-761, 127, -1619, 0x0546} + } +}; + +StandTile tile_324 = { + 0x063718, 0x38, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-761, 127, -1839, 0x055a}, + {-693, 127, -1957, 0x0000}, + {-761, 127, -1957, 0x037e} + } +}; + +StandTile tile_325 = { + 0x065d18, 0x38, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-761, 127, -1676, 0x0542}, + {-693, 127, -1676, 0x0556}, + {-761, 127, -1729, 0x0000} + } +}; + +StandTile tile_326 = { + 0x065f1a, 0x38, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-693, 127, -1676, 0x055a}, + {-761, 127, -1839, 0x0000}, + {-761, 127, -1729, 0x0552} + } +}; + +StandTile tile_327 = { + 0x065f19, 0x38, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x3, 0x4, + { + {-693, 127, -1676, 0x0000}, + {-693, 127, -1848, 0x08ca}, + {-693, 127, -1938, 0x0000}, + {-693, 127, -1957, 0x054e}, + {-761, 127, -1839, 0x0556} + } +}; + +StandTile tile_328 = { + 0x011318, 0x38, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-489, 127, -933, 0x0575}, + {-285, 127, -870, 0x0668}, + {-285, 127, -1033, 0x0564} + } +}; + +StandTile tile_329 = { + 0x011218, 0x38, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-285, 127, -1033, 0x0000}, + {-693, 127, -1033, 0x0568}, + {-489, 127, -933, 0x0560} + } +}; + +StandTile tile_330 = { + 0x011118, 0x38, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-693, 127, -1033, 0x051e}, + {-693, 127, -774, 0x056c}, + {-489, 127, -933, 0x0564} + } +}; + +StandTile tile_331 = { + 0x011018, 0x38, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {-693, 127, -774, 0x0000}, + {-666, 127, -774, 0x0579}, + {-312, 127, -774, 0x0571}, + {-489, 127, -933, 0x0568} + } +}; + +StandTile tile_332 = { + 0x010f18, 0x38, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-312, 127, -774, 0x0000}, + {-285, 127, -774, 0x0575}, + {-489, 127, -933, 0x056c} + } +}; + +StandTile tile_333 = { + 0x010e18, 0x38, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-285, 127, -774, 0x065c}, + {-285, 127, -870, 0x0560}, + {-489, 127, -933, 0x0571} + } +}; + +StandTile tile_334 = { + 0x010d1a, 0x38, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-657, 127, -761, 0x057d}, + {-312, 127, -774, 0x056c}, + {-666, 127, -774, 0x0581} + } +}; + +StandTile tile_335 = { + 0x010d19, 0x38, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-657, 127, -761, 0x0000}, + {-380, 127, -761, 0x0585}, + {-312, 127, -774, 0x0579} + } +}; + +StandTile tile_336 = { + 0x010c18, 0x38, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-666, 127, -761, 0x0000}, + {-657, 127, -761, 0x0579}, + {-666, 127, -774, 0x0000} + } +}; + +StandTile tile_337 = { + 0x010b18, 0x38, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-380, 127, -761, 0x0000}, + {-312, 127, -761, 0x0000}, + {-312, 127, -774, 0x057d} + } +}; + +StandTile tile_338 = { + 0x062e18, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {120, -45, -1331, 0x0057}, + {104, -45, -1514, 0x058d}, + {104, 136, -1413, 0x0000} + } +}; + +StandTile tile_339 = { + 0x062d18, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {104, -45, -1514, 0x0000}, + {104, 136, -1467, 0x05a6}, + {104, 136, -1413, 0x0589} + } +}; + +StandTile tile_340 = { + 0x062c18, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {136, -45, -1132, 0x0595}, + {104, 136, -1304, 0x05b6}, + {104, 136, -1250, 0x0000} + } +}; + +StandTile tile_341 = { + 0x062b18, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {136, -45, -1132, 0x0053}, + {120, -45, -1331, 0x0000}, + {104, 136, -1304, 0x0591} + } +}; + +StandTile tile_342 = { + 0x062a18, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {146, -45, -1013, 0x004e}, + {144, -45, -1036, 0x004e}, + {136, -45, -1132, 0x059e}, + {104, 136, -1033, 0x0000} + } +}; + +StandTile tile_343 = { + 0x062918, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {136, -45, -1132, 0x0000}, + {104, 136, -1087, 0x05c6}, + {104, 136, -1033, 0x0599} + } +}; + +StandTile tile_344 = { + 0x01791a, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {95, 136, -1413, 0x05a6}, + {104, 136, -1467, 0x0000}, + {95, 136, -1467, 0x05aa} + } +}; + +StandTile tile_345 = { + 0x017919, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {95, 136, -1413, 0x0000}, + {104, 136, -1413, 0x058d}, + {104, 136, -1467, 0x05a2} + } +}; + +StandTile tile_346 = { + 0x01801a, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {95, 136, -1467, 0x05ae}, + {95, 127, -1413, 0x0000}, + {95, 136, -1413, 0x05a2} + } +}; + +StandTile tile_347 = { + 0x018019, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {95, 136, -1467, 0x0000}, + {95, 127, -1467, 0x0698}, + {95, 127, -1413, 0x05aa} + } +}; + +StandTile tile_348 = { + 0x01701a, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {95, 136, -1250, 0x05b6}, + {104, 136, -1304, 0x0000}, + {95, 136, -1304, 0x05ba} + } +}; + +StandTile tile_349 = { + 0x017019, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {95, 136, -1250, 0x0000}, + {104, 136, -1250, 0x0591}, + {104, 136, -1304, 0x05b2} + } +}; + +StandTile tile_350 = { + 0x01771a, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {95, 136, -1304, 0x05be}, + {95, 127, -1250, 0x0000}, + {95, 136, -1250, 0x05b2} + } +}; + +StandTile tile_351 = { + 0x017719, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {95, 136, -1304, 0x0000}, + {95, 127, -1304, 0x061c}, + {95, 127, -1250, 0x05ba} + } +}; + +StandTile tile_352 = { + 0x015e1a, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {95, 136, -1033, 0x05c6}, + {104, 136, -1087, 0x0000}, + {95, 136, -1087, 0x05ca} + } +}; + +StandTile tile_353 = { + 0x015e19, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {95, 136, -1033, 0x0000}, + {104, 136, -1033, 0x059e}, + {104, 136, -1087, 0x05c2} + } +}; + +StandTile tile_354 = { + 0x01651a, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {95, 136, -1087, 0x05ce}, + {95, 127, -1033, 0x0000}, + {95, 136, -1033, 0x05c2} + } +}; + +StandTile tile_355 = { + 0x016519, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {95, 136, -1087, 0x0000}, + {95, 127, -1087, 0x05de}, + {95, 127, -1033, 0x05ca} + } +}; + +StandTile tile_356 = { + 0x00a61a, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {68, 127, -937, 0x05d6}, + {-199, 127, -1087, 0x05e8}, + {-199, 127, -1005, 0x067c} + } +}; + +StandTile tile_357 = { + 0x00a619, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {68, 127, -937, 0x05da}, + {68, 127, -1019, 0x06be}, + {-199, 127, -1087, 0x05d2} + } +}; + +StandTile tile_358 = { + 0x00a518, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {95, 127, -978, 0x05de}, + {68, 127, -1019, 0x05d6}, + {68, 127, -937, 0x0678} + } +}; + +StandTile tile_359 = { + 0x00a418, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 5, + 0x0, 0x1, 0x2, + { + {95, 127, -1128, 0x05e4}, + {68, 127, -1019, 0x05da}, + {95, 127, -978, 0x0000}, + {95, 127, -1033, 0x05ce}, + {95, 127, -1087, 0x0000} + } +}; + +StandTile tile_360 = { + 0x00a318, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {95, 127, -1128, 0x05f4}, + {68, 127, -1101, 0x06ba}, + {68, 127, -1019, 0x05de} + } +}; + +StandTile tile_361 = { + 0x00a218, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1005, 0x05d2}, + {-199, 127, -1087, 0x05ec}, + {-285, 127, -1033, 0x0668} + } +}; + +StandTile tile_362 = { + 0x00a11a, 0x37, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1087, 0x05f0}, + {-285, 127, -1250, 0x0000}, + {-285, 127, -1033, 0x05e8} + } +}; + +StandTile tile_363 = { + 0x00a119, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1087, 0x06be}, + {-199, 127, -1168, 0x0610}, + {-285, 127, -1250, 0x05ec} + } +}; + +StandTile tile_364 = { + 0x00a018, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {82, 127, -1155, 0x0600}, + {68, 127, -1101, 0x05e4}, + {95, 127, -1128, 0x05f8} + } +}; + +StandTile tile_365 = { + 0x009f18, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {82, 127, -1155, 0x05f4}, + {95, 127, -1128, 0x0000}, + {95, 127, -1155, 0x0000} + } +}; + +StandTile tile_366 = { + 0x009e18, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {95, 127, -1182, 0x0000}, + {95, 127, -1209, 0x0614}, + {82, 127, -1182, 0x0000} + } +}; + +StandTile tile_367 = { + 0x009d18, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1168, 0x06ba}, + {68, 127, -1101, 0x05f4}, + {82, 127, -1155, 0x0604} + } +}; + +StandTile tile_368 = { + 0x009c18, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {82, 127, -1155, 0x0000}, + {82, 127, -1182, 0x060c}, + {-199, 127, -1168, 0x0600} + } +}; + +StandTile tile_369 = { + 0x009b1a, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1168, 0x060c}, + {68, 127, -1236, 0x0690}, + {-199, 127, -1304, 0x0610} + } +}; + +StandTile tile_370 = { + 0x009b19, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1168, 0x0604}, + {82, 127, -1182, 0x0614}, + {68, 127, -1236, 0x0608} + } +}; + +StandTile tile_371 = { + 0x009a18, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1168, 0x0608}, + {-199, 127, -1304, 0x0632}, + {-285, 127, -1250, 0x05f0} + } +}; + +StandTile tile_372 = { + 0x009918, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {82, 127, -1182, 0x05fc}, + {95, 127, -1209, 0x061c}, + {68, 127, -1236, 0x060c} + } +}; + +StandTile tile_373 = { + 0x00981a, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {68, 127, -1236, 0x061c}, + {95, 127, -1359, 0x062a}, + {68, 127, -1318, 0x068c} + } +}; + +StandTile tile_374 = { + 0x009819, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 5, + 0x0, 0x1, 0x4, + { + {68, 127, -1236, 0x0614}, + {95, 127, -1209, 0x0000}, + {95, 127, -1250, 0x05be}, + {95, 127, -1304, 0x0000}, + {95, 127, -1359, 0x0618} + } +}; + +StandTile tile_375 = { + 0x00971a, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {68, 127, -1318, 0x0626}, + {-199, 127, -1467, 0x062e}, + {-199, 127, -1386, 0x068c} + } +}; + +StandTile tile_376 = { + 0x009719, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {68, 127, -1318, 0x062a}, + {68, 127, -1399, 0x0688}, + {-199, 127, -1467, 0x0622} + } +}; + +StandTile tile_377 = { + 0x009618, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {68, 127, -1318, 0x0618}, + {95, 127, -1359, 0x0698}, + {68, 127, -1399, 0x0626} + } +}; + +StandTile tile_378 = { + 0x009518, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1386, 0x0622}, + {-199, 127, -1467, 0x06a2}, + {-285, 127, -1440, 0x0636} + } +}; + +StandTile tile_379 = { + 0x00941a, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1386, 0x0636}, + {-285, 127, -1250, 0x0610}, + {-199, 127, -1304, 0x0690} + } +}; + +StandTile tile_380 = { + 0x009419, 0x37, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1386, 0x062e}, + {-285, 127, -1440, 0x0000}, + {-285, 127, -1250, 0x0632} + } +}; + +StandTile tile_381 = { + 0x00931a, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-285, 127, -774, 0x063e}, + {54, 127, -761, 0x0654}, + {68, 127, -774, 0x065c} + } +}; + +StandTile tile_382 = { + 0x009319, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x4, + { + {-285, 127, -774, 0x0000}, + {-285, 127, -761, 0x0000}, + {-154, 127, -761, 0x0644}, + {-100, 127, -761, 0x0000}, + {54, 127, -761, 0x063a} + } +}; + +StandTile tile_383 = { + 0x00921a, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-154, 127, -761, 0x0648}, + {-109, 127, -752, 0x0650}, + {-100, 127, -761, 0x063e} + } +}; + +StandTile tile_384 = { + 0x009219, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-154, 127, -761, 0x064c}, + {-145, 127, -752, 0x1818}, + {-109, 127, -752, 0x0644} + } +}; + +StandTile tile_385 = { + 0x009118, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-154, 127, -752, 0x1818}, + {-145, 127, -752, 0x0648}, + {-154, 127, -761, 0x0000} + } +}; + +StandTile tile_386 = { + 0x009018, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-109, 127, -752, 0x1818}, + {-100, 127, -752, 0x0000}, + {-100, 127, -761, 0x0644} + } +}; + +StandTile tile_387 = { + 0x008f18, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 127, -761, 0x0000}, + {68, 127, -761, 0x0000}, + {68, 127, -774, 0x063a} + } +}; + +StandTile tile_388 = { + 0x008e1a, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-285, 127, -870, 0x065c}, + {68, 127, -774, 0x0670}, + {95, 127, -806, 0x0660} + } +}; + +StandTile tile_389 = { + 0x008e19, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-285, 127, -870, 0x0575}, + {-285, 127, -774, 0x063a}, + {68, 127, -774, 0x0658} + } +}; + +StandTile tile_390 = { + 0x008d1a, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {68, 127, -856, 0x0664}, + {-285, 127, -870, 0x0658}, + {95, 127, -806, 0x0674} + } +}; + +StandTile tile_391 = { + 0x008d19, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {68, 127, -856, 0x0680}, + {-199, 127, -924, 0x066c}, + {-285, 127, -870, 0x0660} + } +}; + +StandTile tile_392 = { + 0x008c1a, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-285, 127, -870, 0x066c}, + {-199, 127, -1005, 0x05e8}, + {-285, 127, -1033, 0x0560} + } +}; + +StandTile tile_393 = { + 0x008c19, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-285, 127, -870, 0x0664}, + {-199, 127, -924, 0x0680}, + {-199, 127, -1005, 0x0668} + } +}; + +StandTile tile_394 = { + 0x008b18, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {95, 127, -774, 0x0000}, + {95, 127, -806, 0x0658}, + {68, 127, -774, 0x0000} + } +}; + +StandTile tile_395 = { + 0x008a1a, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {95, 127, -806, 0x0678}, + {68, 127, -937, 0x067c}, + {68, 127, -856, 0x0660} + } +}; + +StandTile tile_396 = { + 0x008a19, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {95, 127, -806, 0x0000}, + {95, 127, -978, 0x05da}, + {68, 127, -937, 0x0674} + } +}; + +StandTile tile_397 = { + 0x00891a, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1005, 0x0680}, + {68, 127, -856, 0x0674}, + {68, 127, -937, 0x05d2} + } +}; + +StandTile tile_398 = { + 0x008919, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1005, 0x066c}, + {-199, 127, -924, 0x0664}, + {68, 127, -856, 0x067c} + } +}; + +StandTile tile_399 = { + 0x00881a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1549, 0x0688}, + {68, 127, -1399, 0x0694}, + {68, 127, -1481, 0x06a6} + } +}; + +StandTile tile_400 = { + 0x008819, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1549, 0x069e}, + {-199, 127, -1467, 0x0626}, + {68, 127, -1399, 0x0684} + } +}; + +StandTile tile_401 = { + 0x00871a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1386, 0x0690}, + {68, 127, -1236, 0x0618}, + {68, 127, -1318, 0x0622} + } +}; + +StandTile tile_402 = { + 0x008719, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1386, 0x0632}, + {-199, 127, -1304, 0x0608}, + {68, 127, -1236, 0x068c} + } +}; + +StandTile tile_403 = { + 0x00861a, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {68, 127, -1399, 0x0698}, + {95, 127, -1562, 0x06b6}, + {68, 127, -1481, 0x0684} + } +}; + +StandTile tile_404 = { + 0x008619, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 5, + 0x0, 0x1, 0x4, + { + {68, 127, -1399, 0x062a}, + {95, 127, -1359, 0x0000}, + {95, 127, -1413, 0x05ae}, + {95, 127, -1467, 0x0000}, + {95, 127, -1562, 0x0694} + } +}; + +StandTile tile_405 = { + 0x00851a, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-285, 127, -1576, 0x06a2}, + {-199, 127, -1467, 0x0688}, + {-199, 127, -1549, 0x06aa} + } +}; + +StandTile tile_406 = { + 0x008519, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-285, 127, -1576, 0x0000}, + {-285, 127, -1440, 0x062e}, + {-199, 127, -1467, 0x069e} + } +}; + +StandTile tile_407 = { + 0x00841a, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {5, 127, -1576, 0x06aa}, + {-199, 127, -1549, 0x0684}, + {68, 127, -1481, 0x06ae} + } +}; + +StandTile tile_408 = { + 0x008419, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {5, 127, -1576, 0x0000}, + {-285, 127, -1576, 0x069e}, + {-199, 127, -1549, 0x06a6} + } +}; + +StandTile tile_409 = { + 0x008318, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {5, 127, -1576, 0x06a6}, + {68, 127, -1481, 0x06b6}, + {68, 127, -1562, 0x06b2} + } +}; + +StandTile tile_410 = { + 0x008218, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {68, 127, -1576, 0x0000}, + {5, 127, -1576, 0x06ae}, + {68, 127, -1562, 0x0000} + } +}; + +StandTile tile_411 = { + 0x008118, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {95, 127, -1562, 0x0000}, + {68, 127, -1562, 0x06ae}, + {68, 127, -1481, 0x0694} + } +}; + +StandTile tile_412 = { + 0x00801a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1168, 0x06be}, + {68, 127, -1019, 0x05e4}, + {68, 127, -1101, 0x0600} + } +}; + +StandTile tile_413 = { + 0x008019, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-199, 127, -1168, 0x05f0}, + {-199, 127, -1087, 0x05d6}, + {68, 127, -1019, 0x06ba} + } +}; + +StandTile tile_414 = { + 0x01241a, 0x36, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1617, 127, -933, 0x06c6}, + {-1522, 127, -960, 0x0000}, + {-1617, 127, -960, 0x0777} + } +}; + +StandTile tile_415 = { + 0x012419, 0x36, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1617, 127, -933, 0x073f}, + {-1499, 127, -933, 0x0743}, + {-1522, 127, -960, 0x06c2} + } +}; + +StandTile tile_416 = { + 0x00d118, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {-1318, 127, -1409, 0x0000}, + {-1367, 127, -1477, 0x0300}, + {-1427, 127, -1562, 0x0000}, + {-1454, 127, -1562, 0x06cf} + } +}; + +StandTile tile_417 = { + 0x00d018, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1454, 127, -1562, 0x06f3}, + {-1454, 127, -1454, 0x06fb}, + {-1318, 127, -1409, 0x06ca} + } +}; + +StandTile tile_418 = { + 0x00cf18, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1454, 127, -1562, 0x0000}, + {-1454, 127, -1576, 0x0000}, + {-1481, 127, -1576, 0x06ef} + } +}; + +StandTile tile_419 = { + 0x00ce18, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1481, 127, -1576, 0x0000}, + {-1807, 127, -1576, 0x06db}, + {-1617, 127, -1476, 0x06ef} + } +}; + +StandTile tile_420 = { + 0x00cd18, 0x36, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1807, 127, -1576, 0x0000}, + {-1807, 127, -1562, 0x06df}, + {-1617, 127, -1476, 0x06d7} + } +}; + +StandTile tile_421 = { + 0x00cc18, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1617, 127, -1476, 0x06db}, + {-1807, 127, -1562, 0x0000}, + {-1834, 127, -1562, 0x06e3} + } +}; + +StandTile tile_422 = { + 0x00cb18, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1834, 127, -1562, 0x0000}, + {-1834, 127, -1363, 0x06e7}, + {-1617, 127, -1476, 0x06df} + } +}; + +StandTile tile_423 = { + 0x00ca18, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1617, 127, -1476, 0x06e3}, + {-1834, 127, -1363, 0x06ff}, + {-1617, 127, -1363, 0x06eb} + } +}; + +StandTile tile_424 = { + 0x00c918, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1617, 127, -1363, 0x070b}, + {-1522, 127, -1363, 0x06f7}, + {-1617, 127, -1476, 0x06e7} + } +}; + +StandTile tile_425 = { + 0x00c818, 0x36, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1481, 127, -1576, 0x06d7}, + {-1617, 127, -1476, 0x06f3}, + {-1454, 127, -1562, 0x06d3} + } +}; + +StandTile tile_426 = { + 0x00c718, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1454, 127, -1562, 0x06ef}, + {-1617, 127, -1476, 0x06f7}, + {-1454, 127, -1454, 0x06cf} + } +}; + +StandTile tile_427 = { + 0x00c618, 0x36, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1454, 127, -1454, 0x06f3}, + {-1617, 127, -1476, 0x06eb}, + {-1522, 127, -1363, 0x06fb} + } +}; + +StandTile tile_428 = { + 0x00c518, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1318, 127, -1409, 0x06cf}, + {-1454, 127, -1454, 0x06f7}, + {-1522, 127, -1363, 0x070f} + } +}; + +StandTile tile_429 = { + 0x00c41a, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1834, 127, -1363, 0x0703}, + {-1617, 127, -1250, 0x0707}, + {-1617, 127, -1363, 0x06e7} + } +}; + +StandTile tile_430 = { + 0x00c419, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1834, 127, -1363, 0x0000}, + {-1834, 127, -1182, 0x075f}, + {-1617, 127, -1250, 0x06ff} + } +}; + +StandTile tile_431 = { + 0x00c31a, 0x36, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 127, -1250, 0x070b}, + {-1617, 127, -1363, 0x06ff}, + {-1617, 127, -1250, 0x0000} + } +}; + +StandTile tile_432 = { + 0x00c319, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 127, -1250, 0x0713}, + {-1522, 127, -1363, 0x06eb}, + {-1617, 127, -1363, 0x0707} + } +}; + +StandTile tile_433 = { + 0x02f518, 0x36, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1318, 127, -1313, 0x0000}, + {-1318, 127, -1409, 0x06fb}, + {-1522, 127, -1363, 0x0713} + } +}; + +StandTile tile_434 = { + 0x00c218, 0x36, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1318, 127, -1313, 0x070f}, + {-1522, 127, -1363, 0x070b}, + {-1522, 127, -1250, 0x0717} + } +}; + +StandTile tile_435 = { + 0x00c118, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1318, 127, -1164, 0x0000}, + {-1318, 127, -1313, 0x0713}, + {-1522, 127, -1250, 0x071b} + } +}; + +StandTile tile_436 = { + 0x012618, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1318, 127, -1164, 0x0717}, + {-1522, 127, -1250, 0x0000}, + {-1522, 127, -960, 0x071f} + } +}; + +StandTile tile_437 = { + 0x012518, 0x36, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 127, -960, 0x0747}, + {-1318, 127, -1001, 0x0000}, + {-1318, 127, -1164, 0x071b} + } +}; + +StandTile tile_438 = { + 0x012318, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1617, 127, -933, 0x0777}, + {-1766, 127, -933, 0x0753}, + {-1712, 127, -761, 0x0737} + } +}; + +StandTile tile_439 = { + 0x012218, 0x36, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1427, 127, -761, 0x0000}, + {-1390, 127, -761, 0x074b}, + {-1427, 127, -774, 0x0000} + } +}; + +StandTile tile_440 = { + 0x012118, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1499, 127, -933, 0x072f}, + {-1454, 127, -774, 0x0000}, + {-1427, 127, -774, 0x074b} + } +}; + +StandTile tile_441 = { + 0x01201a, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1549, 127, -761, 0x0733}, + {-1454, 127, -774, 0x072b}, + {-1499, 127, -933, 0x073f} + } +}; + +StandTile tile_442 = { + 0x012019, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1549, 127, -761, 0x0000}, + {-1454, 127, -761, 0x0000}, + {-1454, 127, -774, 0x072f} + } +}; + +StandTile tile_443 = { + 0x02f818, 0x36, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1617, 127, -933, 0x0723}, + {-1712, 127, -761, 0x07a0}, + {-1630, 127, -761, 0x073b} + } +}; + +StandTile tile_444 = { + 0x011f1a, 0x36, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1549, 127, -761, 0x073f}, + {-1617, 127, -933, 0x0737}, + {-1630, 127, -761, 0x0798} + } +}; + +StandTile tile_445 = { + 0x011f19, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1549, 127, -761, 0x072f}, + {-1499, 127, -933, 0x06c6}, + {-1617, 127, -933, 0x073b} + } +}; + +StandTile tile_446 = { + 0x01281a, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1318, 127, -761, 0x0747}, + {-1522, 127, -960, 0x06c6}, + {-1499, 127, -933, 0x074f} + } +}; + +StandTile tile_447 = { + 0x012819, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1318, 127, -761, 0x0000}, + {-1318, 127, -1001, 0x071f}, + {-1522, 127, -960, 0x0743} + } +}; + +StandTile tile_448 = { + 0x01271a, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1390, 127, -761, 0x074f}, + {-1499, 127, -933, 0x072b}, + {-1427, 127, -774, 0x0727} + } +}; + +StandTile tile_449 = { + 0x012719, 0x36, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1390, 127, -761, 0x0000}, + {-1318, 127, -761, 0x0743}, + {-1499, 127, -933, 0x074b} + } +}; + +StandTile tile_450 = { + 0x013118, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1807, 127, -761, 0x0000}, + {-1712, 127, -761, 0x0723}, + {-1766, 127, -933, 0x0757} + } +}; + +StandTile tile_451 = { + 0x013018, 0x36, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1834, 127, -774, 0x0000}, + {-1807, 127, -761, 0x0753}, + {-1766, 127, -933, 0x075b} + } +}; + +StandTile tile_452 = { + 0x012f18, 0x36, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1834, 127, -978, 0x0000}, + {-1834, 127, -774, 0x0757}, + {-1766, 127, -933, 0x0773} + } +}; + +StandTile tile_453 = { + 0x012e18, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1617, 127, -1250, 0x0703}, + {-1834, 127, -1182, 0x0000}, + {-1821, 127, -1182, 0x0763} + } +}; + +StandTile tile_454 = { + 0x012d18, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1821, 127, -1182, 0x0000}, + {-1821, 127, -1155, 0x0767}, + {-1617, 127, -1250, 0x075f} + } +}; + +StandTile tile_455 = { + 0x012c18, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1617, 127, -1250, 0x0763}, + {-1821, 127, -1155, 0x076b}, + {-1617, 127, -960, 0x0000} + } +}; + +StandTile tile_456 = { + 0x012b18, 0x36, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1821, 127, -1155, 0x0000}, + {-1834, 127, -1155, 0x076f}, + {-1617, 127, -960, 0x0767} + } +}; + +StandTile tile_457 = { + 0x012a1a, 0x36, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1834, 127, -1155, 0x0773}, + {-1766, 127, -933, 0x0777}, + {-1617, 127, -960, 0x076b} + } +}; + +StandTile tile_458 = { + 0x012a19, 0x36, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1834, 127, -1155, 0x0000}, + {-1834, 127, -978, 0x075b}, + {-1766, 127, -933, 0x076f} + } +}; + +StandTile tile_459 = { + 0x012918, 0x36, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1617, 127, -960, 0x076f}, + {-1766, 127, -933, 0x0723}, + {-1617, 127, -933, 0x06c2} + } +}; + +StandTile tile_460 = { + 0x00e518, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {-1748, 127, -657, 0x0000}, + {-1612, 127, -657, 0x0e38}, + {-1513, 127, -657, 0x0788}, + {-1630, 127, -688, 0x0784} + } +}; + +StandTile tile_461 = { + 0x00e41a, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 127, -675, 0x0784}, + {-1630, 127, -688, 0x0790}, + {-1712, 127, -743, 0x07a8} + } +}; + +StandTile tile_462 = { + 0x00e419, 0x35, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 127, -675, 0x0000}, + {-1748, 127, -657, 0x077b}, + {-1630, 127, -688, 0x0780} + } +}; + +StandTile tile_463 = { + 0x00e31a, 0x35, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 127, -657, 0x078c}, + {-1549, 127, -743, 0x0794}, + {-1630, 127, -688, 0x077b} + } +}; + +StandTile tile_464 = { + 0x00e319, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 127, -657, 0x0000}, + {-1513, 127, -675, 0x07ac}, + {-1549, 127, -743, 0x0788} + } +}; + +StandTile tile_465 = { + 0x02f618, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1630, 127, -743, 0x07a4}, + {-1712, 127, -743, 0x0780}, + {-1630, 127, -688, 0x0794} + } +}; + +StandTile tile_466 = { + 0x00e218, 0x35, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1549, 127, -743, 0x079c}, + {-1630, 127, -743, 0x0790}, + {-1630, 127, -688, 0x0788} + } +}; + +StandTile tile_467 = { + 0x02f71a, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1630, 127, -743, 0x079c}, + {-1549, 127, -761, 0x073b}, + {-1630, 127, -761, 0x07a4} + } +}; + +StandTile tile_468 = { + 0x02f719, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1630, 127, -743, 0x0794}, + {-1549, 127, -743, 0x0000}, + {-1549, 127, -761, 0x0798} + } +}; + +StandTile tile_469 = { + 0x00e11a, 0x35, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1712, 127, -743, 0x07a4}, + {-1630, 127, -761, 0x0737}, + {-1712, 127, -761, 0x0000} + } +}; + +StandTile tile_470 = { + 0x00e119, 0x35, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1712, 127, -743, 0x0790}, + {-1630, 127, -743, 0x0798}, + {-1630, 127, -761, 0x07a0} + } +}; + +StandTile tile_471 = { + 0x00e018, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 127, -675, 0x0780}, + {-1712, 127, -743, 0x0000}, + {-1748, 127, -743, 0x0000} + } +}; + +StandTile tile_472 = { + 0x00df18, 0x35, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 127, -675, 0x0000}, + {-1513, 127, -743, 0x0000}, + {-1549, 127, -743, 0x078c} + } +}; + +StandTile tile_473 = { + 0x00de1a, 0x34, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 127, -1848, 0x07b4}, + {-1789, 127, -1943, 0x07bc}, + {-1707, 127, -1848, 0x07d8} + } +}; + +StandTile tile_474 = { + 0x00de19, 0x34, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 127, -1848, 0x07d0}, + {-1436, 127, -1943, 0x0000}, + {-1789, 127, -1943, 0x07b0} + } +}; + +StandTile tile_475 = { + 0x00dd1a, 0x34, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1707, 127, -1848, 0x07bc}, + {-1789, 127, -1590, 0x07c4}, + {-1707, 127, -1662, 0x07d8} + } +}; + +StandTile tile_476 = { + 0x00dd19, 0x34, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1707, 127, -1848, 0x07b0}, + {-1789, 127, -1943, 0x0000}, + {-1789, 127, -1590, 0x07b8} + } +}; + +StandTile tile_477 = { + 0x00dc1a, 0x34, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1707, 127, -1662, 0x07c4}, + {-1436, 127, -1590, 0x07c8}, + {-1522, 127, -1662, 0x07dc} + } +}; + +StandTile tile_478 = { + 0x00dc19, 0x34, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1707, 127, -1662, 0x07b8}, + {-1789, 127, -1590, 0x0000}, + {-1436, 127, -1590, 0x07c0} + } +}; + +StandTile tile_479 = { + 0x00db18, 0x34, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 127, -1662, 0x07c0}, + {-1436, 127, -1590, 0x0000}, + {-1436, 127, -1658, 0x07cc} + } +}; + +StandTile tile_480 = { + 0x00da18, 0x34, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1436, 127, -1658, 0x07e0}, + {-1436, 127, -1712, 0x07d4}, + {-1522, 127, -1662, 0x07c8} + } +}; + +StandTile tile_481 = { + 0x00d91a, 0x34, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 127, -1662, 0x07d4}, + {-1436, 127, -1943, 0x07b4}, + {-1522, 127, -1848, 0x07dc} + } +}; + +StandTile tile_482 = { + 0x00d919, 0x34, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1522, 127, -1662, 0x07cc}, + {-1436, 127, -1712, 0x0000}, + {-1436, 127, -1943, 0x07d0} + } +}; + +StandTile tile_483 = { + 0x00d81a, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1707, 127, -1662, 0x07dc}, + {-1522, 127, -1848, 0x07b0}, + {-1707, 127, -1848, 0x07b8} + } +}; + +StandTile tile_484 = { + 0x00d819, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1707, 127, -1662, 0x07c0}, + {-1522, 127, -1662, 0x07d0}, + {-1522, 127, -1848, 0x07d8} + } +}; + +StandTile tile_485 = { + 0x00d71a, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1436, 127, -1658, 0x07e4}, + {-1427, 127, -1712, 0x0000}, + {-1436, 127, -1712, 0x07cc} + } +}; + +StandTile tile_486 = { + 0x00d719, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1436, 127, -1658, 0x0000}, + {-1427, 127, -1658, 0x0310}, + {-1427, 127, -1712, 0x07e0} + } +}; + +StandTile tile_487 = { + 0x00f118, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1284, 127, -1970, 0x0000}, + {-1060, 127, -1970, 0x0000}, + {-1060, 127, -2165, 0x07ec} + } +}; + +StandTile tile_488 = { + 0x00f018, 0x33, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 127, -2165, 0x07fc}, + {-1128, 127, -2165, 0x0824}, + {-1284, 127, -1970, 0x07e8} + } +}; + +StandTile tile_489 = { + 0x00ef1a, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 127, -2323, 0x07f4}, + {-1191, 127, -2292, 0x0000}, + {-1191, 127, -2215, 0x07f8} + } +}; + +StandTile tile_490 = { + 0x00ef19, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 127, -2323, 0x0000}, + {-1073, 127, -2323, 0x0868}, + {-1191, 127, -2292, 0x07f0} + } +}; + +StandTile tile_491 = { + 0x00ee1a, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1128, 127, -2165, 0x07fc}, + {-1060, 127, -2323, 0x07f0}, + {-1191, 127, -2215, 0x0814} + } +}; + +StandTile tile_492 = { + 0x00ee19, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1128, 127, -2165, 0x07ec}, + {-1060, 127, -2165, 0x0000}, + {-1060, 127, -2323, 0x07f8} + } +}; + +StandTile tile_493 = { + 0x00ed1a, 0x33, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1630, 127, -2165, 0x0804}, + {-1490, 127, -1957, 0x0830}, + {-1454, 127, -1970, 0x080c} + } +}; + +StandTile tile_494 = { + 0x00ed19, 0x33, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1630, 127, -2165, 0x0000}, + {-1630, 127, -1957, 0x0000}, + {-1490, 127, -1957, 0x0800} + } +}; + +StandTile tile_495 = { + 0x00ec1a, 0x33, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1508, 127, -2165, 0x080c}, + {-1454, 127, -1970, 0x0000}, + {-1427, 127, -1970, 0x0828} + } +}; + +StandTile tile_496 = { + 0x00ec19, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1508, 127, -2165, 0x0880}, + {-1630, 127, -2165, 0x0800}, + {-1454, 127, -1970, 0x0808} + } +}; + +StandTile tile_497 = { + 0x00eb1a, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -2165, 0x0814}, + {-1191, 127, -2215, 0x0000}, + {-1304, 127, -2215, 0x081c} + } +}; + +StandTile tile_498 = { + 0x00eb19, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -2165, 0x0820}, + {-1128, 127, -2165, 0x07f8}, + {-1191, 127, -2215, 0x0810} + } +}; + +StandTile tile_499 = { + 0x00ea1a, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -2165, 0x081c}, + {-1467, 127, -2215, 0x087c}, + {-1508, 127, -2165, 0x082c} + } +}; + +StandTile tile_500 = { + 0x00ea19, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -2165, 0x0810}, + {-1304, 127, -2215, 0x0000}, + {-1467, 127, -2215, 0x0818} + } +}; + +StandTile tile_501 = { + 0x00e91a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -1970, 0x0824}, + {-1128, 127, -2165, 0x0814}, + {-1304, 127, -2165, 0x082c} + } +}; + +StandTile tile_502 = { + 0x00e919, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -1970, 0x02fc}, + {-1284, 127, -1970, 0x07ec}, + {-1128, 127, -2165, 0x0820} + } +}; + +StandTile tile_503 = { + 0x00e81a, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -1970, 0x082c}, + {-1508, 127, -2165, 0x0808}, + {-1427, 127, -1970, 0x0308} + } +}; + +StandTile tile_504 = { + 0x00e819, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 127, -1970, 0x0820}, + {-1304, 127, -2165, 0x0818}, + {-1508, 127, -2165, 0x0828} + } +}; + +StandTile tile_505 = { + 0x00e718, 0x33, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1454, 127, -1970, 0x0800}, + {-1490, 127, -1957, 0x0000}, + {-1454, 127, -1957, 0x0000} + } +}; + +StandTile tile_506 = { + 0x00fe18, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 127, -2527, 0x0000}, + {-1630, 127, -2527, 0x0838}, + {-1327, 127, -2423, 0x083c} + } +}; + +StandTile tile_507 = { + 0x00fd18, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1630, 127, -2527, 0x0000}, + {-1630, 127, -2414, 0x0840}, + {-1327, 127, -2423, 0x0834} + } +}; + +StandTile tile_508 = { + 0x00fc18, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1327, 127, -2423, 0x084c}, + {-1060, 127, -2414, 0x0000}, + {-1060, 127, -2527, 0x0834} + } +}; + +StandTile tile_509 = { + 0x00fb1a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1630, 127, -2414, 0x0844}, + {-1467, 127, -2319, 0x0850}, + {-1327, 127, -2423, 0x0838} + } +}; + +StandTile tile_510 = { + 0x00fb19, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1630, 127, -2414, 0x0870}, + {-1617, 127, -2351, 0x0854}, + {-1467, 127, -2319, 0x0840} + } +}; + +StandTile tile_511 = { + 0x00fa1a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1073, 127, -2351, 0x084c}, + {-1327, 127, -2423, 0x0850}, + {-1191, 127, -2319, 0x0864} + } +}; + +StandTile tile_512 = { + 0x00fa19, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1073, 127, -2351, 0x086c}, + {-1060, 127, -2414, 0x083c}, + {-1327, 127, -2423, 0x0848} + } +}; + +StandTile tile_513 = { + 0x00f918, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 127, -2319, 0x0848}, + {-1327, 127, -2423, 0x0840}, + {-1467, 127, -2319, 0x085c} + } +}; + +StandTile tile_514 = { + 0x00f81a, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1617, 127, -2351, 0x0858}, + {-1467, 127, -2292, 0x0860}, + {-1467, 127, -2319, 0x0844} + } +}; + +StandTile tile_515 = { + 0x00f819, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1617, 127, -2351, 0x0000}, + {-1617, 127, -2323, 0x0878}, + {-1467, 127, -2292, 0x0854} + } +}; + +StandTile tile_516 = { + 0x00f71a, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1467, 127, -2319, 0x0860}, + {-1191, 127, -2292, 0x0868}, + {-1191, 127, -2319, 0x0850} + } +}; + +StandTile tile_517 = { + 0x00f719, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1467, 127, -2319, 0x0854}, + {-1467, 127, -2292, 0x0000}, + {-1191, 127, -2292, 0x085c} + } +}; + +StandTile tile_518 = { + 0x00f61a, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 127, -2319, 0x0868}, + {-1073, 127, -2323, 0x0000}, + {-1073, 127, -2351, 0x0848} + } +}; + +StandTile tile_519 = { + 0x00f619, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 127, -2319, 0x085c}, + {-1191, 127, -2292, 0x07f4}, + {-1073, 127, -2323, 0x0864} + } +}; + +StandTile tile_520 = { + 0x00f518, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 127, -2351, 0x0000}, + {-1060, 127, -2414, 0x084c}, + {-1073, 127, -2351, 0x0000} + } +}; + +StandTile tile_521 = { + 0x00f418, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1630, 127, -2414, 0x0000}, + {-1630, 127, -2351, 0x0000}, + {-1617, 127, -2351, 0x0844} + } +}; + +StandTile tile_522 = { + 0x00f31a, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1467, 127, -2292, 0x0878}, + {-1630, 127, -2323, 0x087c}, + {-1467, 127, -2215, 0x0000} + } +}; + +StandTile tile_523 = { + 0x00f319, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1467, 127, -2292, 0x0858}, + {-1617, 127, -2323, 0x0000}, + {-1630, 127, -2323, 0x0874} + } +}; + +StandTile tile_524 = { + 0x00f21a, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1630, 127, -2323, 0x0880}, + {-1508, 127, -2165, 0x0818}, + {-1467, 127, -2215, 0x0874} + } +}; + +StandTile tile_525 = { + 0x00f219, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1630, 127, -2323, 0x0000}, + {-1630, 127, -2165, 0x080c}, + {-1508, 127, -2165, 0x087c} + } +}; + +StandTile tile_526 = { + 0x050512, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-199, -18, -939, 0x0888}, + {-262, -18, -957, 0x0000}, + {-262, -18, -939, 0x0b24} + } +}; + +StandTile tile_527 = { + 0x050511, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-199, -18, -939, 0x0000}, + {-199, -18, -957, 0x09d4}, + {-262, -18, -957, 0x0884} + } +}; + +StandTile tile_528 = { + 0x008812, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-693, 0, -1730, 0x0890}, + {-693, -9, -1825, 0x0894}, + {-693, -9, -1730, 0x0000} + } +}; + +StandTile tile_529 = { + 0x008811, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-693, 0, -1730, 0x08fa}, + {-693, 0, -1825, 0x0000}, + {-693, -9, -1825, 0x088c} + } +}; + +StandTile tile_530 = { + 0x008012, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-707, -9, -1825, 0x0898}, + {-693, -9, -1730, 0x088c}, + {-693, -9, -1825, 0x0000} + } +}; + +StandTile tile_531 = { + 0x008011, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-707, -9, -1825, 0x08a0}, + {-707, -9, -1730, 0x0000}, + {-693, -9, -1730, 0x0894} + } +}; + +StandTile tile_532 = { + 0x007f12, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-707, -9, -1730, 0x08a0}, + {-707, -18, -1825, 0x08ba}, + {-707, -18, -1730, 0x0000} + } +}; + +StandTile tile_533 = { + 0x007f11, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-707, -9, -1730, 0x0898}, + {-707, -9, -1825, 0x0000}, + {-707, -18, -1825, 0x089c} + } +}; + +StandTile tile_534 = { + 0x040f10, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-693, -18, -1676, 0x09fd}, + {-693, -18, -1730, 0x0000}, + {-707, -18, -1730, 0x08c2} + } +}; + +StandTile tile_535 = { + 0x040e10, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {-693, -18, -1825, 0x0000}, + {-693, -18, -1848, 0x09f5}, + {-693, -18, -1938, 0x0000}, + {-693, -18, -1957, 0x08b2}, + {-707, -18, -1825, 0x0000} + } +}; + +StandTile tile_536 = { + 0x049112, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-707, -18, -1825, 0x08b2}, + {-761, -18, -1899, 0x0000}, + {-761, -18, -1821, 0x08b6} + } +}; + +StandTile tile_537 = { + 0x049111, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-707, -18, -1825, 0x08a8}, + {-693, -18, -1957, 0x0a25}, + {-761, -18, -1899, 0x08ae} + } +}; + +StandTile tile_538 = { + 0x049312, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-761, -18, -1758, 0x08ba}, + {-707, -18, -1825, 0x08ae}, + {-761, -18, -1821, 0x0000} + } +}; + +StandTile tile_539 = { + 0x049311, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-761, -18, -1758, 0x08be}, + {-707, -18, -1730, 0x089c}, + {-707, -18, -1825, 0x08b6} + } +}; + +StandTile tile_540 = { + 0x049512, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-761, -18, -1729, 0x08c2}, + {-707, -18, -1730, 0x08ba}, + {-761, -18, -1758, 0x0000} + } +}; + +StandTile tile_541 = { + 0x049511, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-761, -18, -1729, 0x0a2e}, + {-693, -18, -1676, 0x08a4}, + {-707, -18, -1730, 0x08be} + } +}; + +StandTile tile_542 = { + 0x041112, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-693, 127, -1938, 0x08ca}, + {-693, 118, -1848, 0x0970}, + {-693, 118, -1938, 0x0000} + } +}; + +StandTile tile_543 = { + 0x041111, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-693, 127, -1938, 0x055a}, + {-693, 127, -1848, 0x0000}, + {-693, 118, -1848, 0x08c6} + } +}; + +StandTile tile_544 = { + 0x008e12, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-611, 54, -1730, 0x08d2}, + {-611, 45, -1825, 0x0906}, + {-611, 45, -1730, 0x0000} + } +}; + +StandTile tile_545 = { + 0x008e11, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-611, 54, -1730, 0x0902}, + {-611, 54, -1825, 0x0000}, + {-611, 45, -1825, 0x08ce} + } +}; + +StandTile tile_546 = { + 0x008d12, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-652, 27, -1825, 0x08da}, + {-639, 27, -1730, 0x092e}, + {-639, 27, -1825, 0x0000} + } +}; + +StandTile tile_547 = { + 0x008d11, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-652, 27, -1825, 0x08e2}, + {-652, 27, -1730, 0x0000}, + {-639, 27, -1730, 0x08d6} + } +}; + +StandTile tile_548 = { + 0x008c12, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-652, 27, -1730, 0x08e2}, + {-652, 18, -1825, 0x08e6}, + {-652, 18, -1730, 0x0000} + } +}; + +StandTile tile_549 = { + 0x008c11, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-652, 27, -1730, 0x08da}, + {-652, 27, -1825, 0x0000}, + {-652, 18, -1825, 0x08de} + } +}; + +StandTile tile_550 = { + 0x008b12, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-666, 18, -1825, 0x08ea}, + {-652, 18, -1730, 0x08de}, + {-652, 18, -1825, 0x0000} + } +}; + +StandTile tile_551 = { + 0x008b11, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-666, 18, -1825, 0x08f2}, + {-666, 18, -1730, 0x0000}, + {-652, 18, -1730, 0x08e6} + } +}; + +StandTile tile_552 = { + 0x008a12, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-666, 18, -1730, 0x08f2}, + {-666, 9, -1825, 0x0916}, + {-666, 9, -1730, 0x0000} + } +}; + +StandTile tile_553 = { + 0x008a11, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-666, 18, -1730, 0x08ea}, + {-666, 18, -1825, 0x0000}, + {-666, 9, -1825, 0x08ee} + } +}; + +StandTile tile_554 = { + 0x008912, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-693, 0, -1825, 0x08fa}, + {-679, 0, -1730, 0x091e}, + {-679, 0, -1825, 0x0000} + } +}; + +StandTile tile_555 = { + 0x008911, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-693, 0, -1825, 0x0890}, + {-693, 0, -1730, 0x0000}, + {-679, 0, -1730, 0x08f6} + } +}; + +StandTile tile_556 = { + 0x008712, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-611, 54, -1825, 0x0902}, + {-598, 54, -1730, 0x0936}, + {-598, 54, -1825, 0x0000} + } +}; + +StandTile tile_557 = { + 0x008711, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-611, 54, -1825, 0x08d2}, + {-611, 54, -1730, 0x0000}, + {-598, 54, -1730, 0x08fe} + } +}; + +StandTile tile_558 = { + 0x008612, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-625, 45, -1825, 0x090a}, + {-611, 45, -1730, 0x08ce}, + {-611, 45, -1825, 0x0000} + } +}; + +StandTile tile_559 = { + 0x008611, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-625, 45, -1825, 0x0912}, + {-625, 45, -1730, 0x0000}, + {-611, 45, -1730, 0x0906} + } +}; + +StandTile tile_560 = { + 0x008512, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-625, 45, -1730, 0x0912}, + {-625, 36, -1825, 0x0926}, + {-625, 36, -1730, 0x0000} + } +}; + +StandTile tile_561 = { + 0x008511, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-625, 45, -1730, 0x090a}, + {-625, 45, -1825, 0x0000}, + {-625, 36, -1825, 0x090e} + } +}; + +StandTile tile_562 = { + 0x008412, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-679, 9, -1825, 0x091a}, + {-666, 9, -1730, 0x08ee}, + {-666, 9, -1825, 0x0000} + } +}; + +StandTile tile_563 = { + 0x008411, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-679, 9, -1825, 0x0922}, + {-679, 9, -1730, 0x0000}, + {-666, 9, -1730, 0x0916} + } +}; + +StandTile tile_564 = { + 0x008312, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-679, 9, -1730, 0x0922}, + {-679, 0, -1825, 0x08f6}, + {-679, 0, -1730, 0x0000} + } +}; + +StandTile tile_565 = { + 0x008311, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-679, 9, -1730, 0x091a}, + {-679, 9, -1825, 0x0000}, + {-679, 0, -1825, 0x091e} + } +}; + +StandTile tile_566 = { + 0x008212, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-639, 36, -1825, 0x092a}, + {-625, 36, -1730, 0x090e}, + {-625, 36, -1825, 0x0000} + } +}; + +StandTile tile_567 = { + 0x008211, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-639, 36, -1825, 0x0932}, + {-639, 36, -1730, 0x0000}, + {-625, 36, -1730, 0x0926} + } +}; + +StandTile tile_568 = { + 0x008112, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-639, 36, -1730, 0x0932}, + {-639, 27, -1825, 0x08d6}, + {-639, 27, -1730, 0x0000} + } +}; + +StandTile tile_569 = { + 0x008111, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-639, 36, -1730, 0x092a}, + {-639, 36, -1825, 0x0000}, + {-639, 27, -1825, 0x092e} + } +}; + +StandTile tile_570 = { + 0x007112, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x1, 0x2, + { + {-598, 54, -1730, 0x093c}, + {-525, 54, -1938, 0x0000}, + {-598, 54, -1938, 0x09a8}, + {-598, 54, -1848, 0x0000}, + {-598, 54, -1825, 0x08fe} + } +}; + +StandTile tile_571 = { + 0x007111, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-598, 54, -1730, 0x0000}, + {-525, 54, -1730, 0x0000}, + {-525, 54, -1938, 0x0936} + } +}; + +StandTile tile_572 = { + 0x006f12, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-652, 100, -1848, 0x0944}, + {-666, 100, -1938, 0x0998}, + {-666, 100, -1848, 0x0000} + } +}; + +StandTile tile_573 = { + 0x006f11, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-652, 100, -1848, 0x094c}, + {-652, 100, -1938, 0x0000}, + {-666, 100, -1938, 0x0940} + } +}; + +StandTile tile_574 = { + 0x006e12, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-652, 100, -1938, 0x094c}, + {-652, 91, -1848, 0x0950}, + {-652, 91, -1938, 0x0000} + } +}; + +StandTile tile_575 = { + 0x006e11, 0x32, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-652, 100, -1938, 0x0944}, + {-652, 100, -1848, 0x0000}, + {-652, 91, -1848, 0x0948} + } +}; + +StandTile tile_576 = { + 0x006d12, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-639, 91, -1848, 0x0954}, + {-652, 91, -1938, 0x0948}, + {-652, 91, -1848, 0x0000} + } +}; + +StandTile tile_577 = { + 0x006d11, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-639, 91, -1848, 0x095c}, + {-639, 91, -1938, 0x0000}, + {-652, 91, -1938, 0x0950} + } +}; + +StandTile tile_578 = { + 0x006c12, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-639, 91, -1938, 0x095c}, + {-639, 82, -1848, 0x0980}, + {-639, 82, -1938, 0x0000} + } +}; + +StandTile tile_579 = { + 0x006c11, 0x32, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-639, 91, -1938, 0x0954}, + {-639, 91, -1848, 0x0000}, + {-639, 82, -1848, 0x0958} + } +}; + +StandTile tile_580 = { + 0x006b12, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-611, 72, -1848, 0x0964}, + {-625, 72, -1938, 0x0988}, + {-625, 72, -1848, 0x0000} + } +}; + +StandTile tile_581 = { + 0x006b11, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-611, 72, -1848, 0x096c}, + {-611, 72, -1938, 0x0000}, + {-625, 72, -1938, 0x0960} + } +}; + +StandTile tile_582 = { + 0x006a12, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-611, 72, -1938, 0x096c}, + {-611, 63, -1848, 0x09a0}, + {-611, 63, -1938, 0x0000} + } +}; + +StandTile tile_583 = { + 0x006a11, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-611, 72, -1938, 0x0964}, + {-611, 72, -1848, 0x0000}, + {-611, 63, -1848, 0x0968} + } +}; + +StandTile tile_584 = { + 0x006912, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-679, 118, -1848, 0x0974}, + {-693, 118, -1938, 0x08c6}, + {-693, 118, -1848, 0x0000} + } +}; + +StandTile tile_585 = { + 0x006911, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-679, 118, -1848, 0x097c}, + {-679, 118, -1938, 0x0000}, + {-693, 118, -1938, 0x0970} + } +}; + +StandTile tile_586 = { + 0x006812, 0x32, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-679, 118, -1938, 0x097c}, + {-679, 109, -1848, 0x0990}, + {-679, 109, -1938, 0x0000} + } +}; + +StandTile tile_587 = { + 0x006811, 0x32, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-679, 118, -1938, 0x0974}, + {-679, 118, -1848, 0x0000}, + {-679, 109, -1848, 0x0978} + } +}; + +StandTile tile_588 = { + 0x006712, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-625, 82, -1848, 0x0984}, + {-639, 82, -1938, 0x0958}, + {-639, 82, -1848, 0x0000} + } +}; + +StandTile tile_589 = { + 0x006711, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-625, 82, -1848, 0x098c}, + {-625, 82, -1938, 0x0000}, + {-639, 82, -1938, 0x0980} + } +}; + +StandTile tile_590 = { + 0x006612, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-625, 82, -1938, 0x098c}, + {-625, 72, -1848, 0x0960}, + {-625, 72, -1938, 0x0000} + } +}; + +StandTile tile_591 = { + 0x006611, 0x32, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-625, 82, -1938, 0x0984}, + {-625, 82, -1848, 0x0000}, + {-625, 72, -1848, 0x0988} + } +}; + +StandTile tile_592 = { + 0x006512, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-666, 109, -1848, 0x0994}, + {-679, 109, -1938, 0x0978}, + {-679, 109, -1848, 0x0000} + } +}; + +StandTile tile_593 = { + 0x006511, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-666, 109, -1848, 0x099c}, + {-666, 109, -1938, 0x0000}, + {-679, 109, -1938, 0x0990} + } +}; + +StandTile tile_594 = { + 0x006412, 0x32, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-666, 109, -1938, 0x099c}, + {-666, 100, -1848, 0x0940}, + {-666, 100, -1938, 0x0000} + } +}; + +StandTile tile_595 = { + 0x006411, 0x32, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-666, 109, -1938, 0x0994}, + {-666, 109, -1848, 0x0000}, + {-666, 100, -1848, 0x0998} + } +}; + +StandTile tile_596 = { + 0x006312, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-598, 63, -1848, 0x09a4}, + {-611, 63, -1938, 0x0968}, + {-611, 63, -1848, 0x0000} + } +}; + +StandTile tile_597 = { + 0x006311, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-598, 63, -1848, 0x09ac}, + {-598, 63, -1938, 0x0000}, + {-611, 63, -1938, 0x09a0} + } +}; + +StandTile tile_598 = { + 0x006212, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-598, 63, -1938, 0x09ac}, + {-598, 54, -1848, 0x0936}, + {-598, 54, -1938, 0x0000} + } +}; + +StandTile tile_599 = { + 0x006211, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-598, 63, -1938, 0x09a4}, + {-598, 63, -1848, 0x0000}, + {-598, 54, -1848, 0x09a8} + } +}; + +StandTile tile_600 = { + 0x047910, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-199, -18, -1576, 0x0000}, + {-285, -18, -1576, 0x09b4}, + {-199, -18, -1549, 0x0000} + } +}; + +StandTile tile_601 = { + 0x016a12, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -1576, 0x09b8}, + {-199, -18, -1467, 0x0000}, + {-199, -18, -1549, 0x09b0} + } +}; + +StandTile tile_602 = { + 0x016a11, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -1576, 0x0a6f}, + {-285, -18, -1395, 0x09d0}, + {-199, -18, -1467, 0x09b4} + } +}; + +StandTile tile_603 = { + 0x018612, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-199, -18, -1087, 0x09c0}, + {-285, -18, -1313, 0x0a11}, + {-285, -18, -1033, 0x09dd} + } +}; + +StandTile tile_604 = { + 0x018611, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-199, -18, -1087, 0x0000}, + {-199, -18, -1168, 0x09c4}, + {-285, -18, -1313, 0x09bc} + } +}; + +StandTile tile_605 = { + 0x017f10, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-199, -18, -1168, 0x0000}, + {-199, -18, -1304, 0x09c8}, + {-285, -18, -1313, 0x09c0} + } +}; + +StandTile tile_606 = { + 0x017912, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-199, -18, -1386, 0x09cc}, + {-285, -18, -1313, 0x09c4}, + {-199, -18, -1304, 0x0000} + } +}; + +StandTile tile_607 = { + 0x017911, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-199, -18, -1386, 0x09d0}, + {-285, -18, -1395, 0x0a4f}, + {-285, -18, -1313, 0x09c8} + } +}; + +StandTile tile_608 = { + 0x017a10, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-199, -18, -1386, 0x0000}, + {-199, -18, -1467, 0x09b8}, + {-285, -18, -1395, 0x09cc} + } +}; + +StandTile tile_609 = { + 0x047012, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {-199, -18, -957, 0x09d9}, + {-285, -18, -1033, 0x09e5}, + {-285, -18, -957, 0x0000}, + {-262, -18, -957, 0x0888} + } +}; + +StandTile tile_610 = { + 0x047011, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-199, -18, -957, 0x0000}, + {-199, -18, -1005, 0x09dd}, + {-285, -18, -1033, 0x09d4} + } +}; + +StandTile tile_611 = { + 0x018710, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-199, -18, -1005, 0x0000}, + {-199, -18, -1087, 0x09bc}, + {-285, -18, -1033, 0x09d9} + } +}; + +StandTile tile_612 = { + 0x01e310, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -1033, 0x0a21}, + {-489, -18, -1033, 0x09e9}, + {-489, -18, -957, 0x09e5} + } +}; + +StandTile tile_613 = { + 0x01e410, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -957, 0x0000}, + {-285, -18, -957, 0x09d4}, + {-285, -18, -1033, 0x09e1} + } +}; + +StandTile tile_614 = { + 0x03a310, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -1033, 0x0a1d}, + {-693, -18, -1033, 0x09ed}, + {-489, -18, -957, 0x09e1} + } +}; + +StandTile tile_615 = { + 0x01e210, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-693, -18, -1033, 0x0a32}, + {-693, -18, -957, 0x0000}, + {-489, -18, -957, 0x09e9} + } +}; + +StandTile tile_616 = { + 0x044912, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-693, -18, -1938, 0x09f5}, + {-652, -18, -1846, 0x0000}, + {-648, -18, -1938, 0x0000} + } +}; + +StandTile tile_617 = { + 0x044911, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-693, -18, -1938, 0x08a8}, + {-693, -18, -1848, 0x0000}, + {-652, -18, -1846, 0x09f1} + } +}; + +StandTile tile_618 = { + 0x001610, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-693, -18, -1676, 0x0a73}, + {-285, -18, -1676, 0x0a01}, + {-525, -18, -1730, 0x09fd} + } +}; + +StandTile tile_619 = { + 0x001510, 0x32, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-693, -18, -1676, 0x09f9}, + {-525, -18, -1730, 0x0000}, + {-693, -18, -1730, 0x08a4} + } +}; + +StandTile tile_620 = { + 0x001a10, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-525, -18, -1730, 0x09f9}, + {-285, -18, -1676, 0x0a09}, + {-399, -18, -1830, 0x0a05} + } +}; + +StandTile tile_621 = { + 0x001710, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-399, -18, -1830, 0x0a0d}, + {-525, -18, -1938, 0x0000}, + {-525, -18, -1730, 0x0a01} + } +}; + +StandTile tile_622 = { + 0x001910, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-399, -18, -1830, 0x0a01}, + {-285, -18, -1676, 0x0000}, + {-285, -18, -1957, 0x0a0d} + } +}; + +StandTile tile_623 = { + 0x001810, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -1957, 0x0000}, + {-525, -18, -1938, 0x0a05}, + {-399, -18, -1830, 0x0a09} + } +}; + +StandTile tile_624 = { + 0x00b810, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -1033, 0x09bc}, + {-285, -18, -1313, 0x0a8b}, + {-489, -18, -1164, 0x0a21} + } +}; + +StandTile tile_625 = { + 0x03bc10, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -1164, 0x0a87}, + {-693, -18, -1313, 0x0a3a}, + {-693, -18, -1173, 0x0a19} + } +}; + +StandTile tile_626 = { + 0x00ba10, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -1164, 0x0a15}, + {-693, -18, -1173, 0x0a3a}, + {-693, -18, -1033, 0x0a1d} + } +}; + +StandTile tile_627 = { + 0x00b910, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-693, -18, -1033, 0x09e9}, + {-489, -18, -1033, 0x0a21}, + {-489, -18, -1164, 0x0a19} + } +}; + +StandTile tile_628 = { + 0x03a410, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -1033, 0x09e1}, + {-285, -18, -1033, 0x0a11}, + {-489, -18, -1164, 0x0a1d} + } +}; + +StandTile tile_629 = { + 0x049d10, 0x32, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-761, -18, -1899, 0x08b2}, + {-693, -18, -1957, 0x0000}, + {-761, -18, -1957, 0x0000} + } +}; + +StandTile tile_630 = { + 0x04a512, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {-693, -18, -1676, 0x0a2e}, + {-761, -18, -1409, 0x0a3f}, + {-693, -18, -1409, 0x0a7b}, + {-693, -18, -1535, 0x0a77} + } +}; + +StandTile tile_631 = { + 0x04a511, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-693, -18, -1676, 0x08c2}, + {-761, -18, -1729, 0x0000}, + {-761, -18, -1409, 0x0a29} + } +}; + +StandTile tile_632 = { + 0x050210, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-761, -18, -957, 0x0000}, + {-693, -18, -957, 0x09ed}, + {-693, -18, -1033, 0x0a3a} + } +}; + +StandTile tile_633 = { + 0x04a412, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-761, -18, -957, 0x0a3a}, + {-693, -18, -1313, 0x0a43}, + {-761, -18, -1342, 0x0000} + } +}; + +StandTile tile_634 = { + 0x04a411, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-761, -18, -957, 0x0a32}, + {-693, -18, -1033, 0x0a19}, + {-693, -18, -1173, 0x0a15}, + {-693, -18, -1313, 0x0a36} + } +}; + +StandTile tile_635 = { + 0x04a312, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-761, -18, -1409, 0x0a43}, + {-693, -18, -1313, 0x0a5b}, + {-693, -18, -1409, 0x0a29} + } +}; + +StandTile tile_636 = { + 0x04a311, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-761, -18, -1409, 0x0aac}, + {-761, -18, -1342, 0x0a36}, + {-693, -18, -1313, 0x0a3f} + } +}; + +StandTile tile_637 = { + 0x03a810, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -1395, 0x0a83}, + {-693, -18, -1409, 0x0a5b}, + {-489, -18, -1354, 0x0a4b} + } +}; + +StandTile tile_638 = { + 0x03a610, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -1395, 0x0a7f}, + {-489, -18, -1395, 0x0a47}, + {-489, -18, -1354, 0x0a4f} + } +}; + +StandTile tile_639 = { + 0x03a510, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -1313, 0x09cc}, + {-285, -18, -1395, 0x0a4b}, + {-489, -18, -1354, 0x0a53} + } +}; + +StandTile tile_640 = { + 0x03a910, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -1313, 0x0a8b}, + {-285, -18, -1313, 0x0a4f}, + {-489, -18, -1354, 0x0a57} + } +}; + +StandTile tile_641 = { + 0x03a710, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-693, -18, -1313, 0x0a87}, + {-489, -18, -1313, 0x0a53}, + {-489, -18, -1354, 0x0a5b} + } +}; + +StandTile tile_642 = { + 0x00b410, 0x32, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-693, -18, -1313, 0x0a57}, + {-489, -18, -1354, 0x0a47}, + {-693, -18, -1409, 0x0a3f} + } +}; + +StandTile tile_643 = { + 0x050d10, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-312, -18, -1590, 0x0000}, + {-285, -18, -1590, 0x0000}, + {-285, -18, -1676, 0x0a63} + } +}; + +StandTile tile_644 = { + 0x050c10, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -1676, 0x0a73}, + {-489, -18, -1526, 0x0a67}, + {-312, -18, -1590, 0x0a5f} + } +}; + +StandTile tile_645 = { + 0x050b10, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -1526, 0x0a6b}, + {-312, -18, -1562, 0x0000}, + {-312, -18, -1590, 0x0a63} + } +}; + +StandTile tile_646 = { + 0x050a10, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -1526, 0x0a7f}, + {-285, -18, -1395, 0x0a6f}, + {-312, -18, -1562, 0x0a67} + } +}; + +StandTile tile_647 = { + 0x050910, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-312, -18, -1562, 0x0a6b}, + {-285, -18, -1395, 0x09b8}, + {-285, -18, -1576, 0x0000} + } +}; + +StandTile tile_648 = { + 0x00b310, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -1676, 0x09f9}, + {-693, -18, -1676, 0x0a77}, + {-489, -18, -1526, 0x0a63} + } +}; + +StandTile tile_649 = { + 0x03be10, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -1526, 0x0a73}, + {-693, -18, -1676, 0x0a29}, + {-693, -18, -1535, 0x0a7b} + } +}; + +StandTile tile_650 = { + 0x00b210, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -1526, 0x0a77}, + {-693, -18, -1535, 0x0a29}, + {-693, -18, -1409, 0x0a83} + } +}; + +StandTile tile_651 = { + 0x03ab10, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -1395, 0x0a4b}, + {-285, -18, -1395, 0x0a6b}, + {-489, -18, -1526, 0x0a83} + } +}; + +StandTile tile_652 = { + 0x00b110, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-693, -18, -1409, 0x0a47}, + {-489, -18, -1395, 0x0a7f}, + {-489, -18, -1526, 0x0a7b} + } +}; + +StandTile tile_653 = { + 0x03aa10, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -1313, 0x0a57}, + {-693, -18, -1313, 0x0a15}, + {-489, -18, -1164, 0x0a8b} + } +}; + +StandTile tile_654 = { + 0x00bb10, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -1313, 0x0a53}, + {-489, -18, -1313, 0x0a87}, + {-489, -18, -1164, 0x0a11} + } +}; + +StandTile tile_655 = { + 0x01d610, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -1286, 0x0000}, + {-1304, -18, -1164, 0x0a93}, + {-992, -18, -1286, 0x0a9f} + } +}; + +StandTile tile_656 = { + 0x01d510, 0x31, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-992, -18, -1286, 0x0a8f}, + {-1304, -18, -1164, 0x0000}, + {-1304, -18, -1033, 0x0a97} + } +}; + +StandTile tile_657 = { + 0x01d410, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -1033, 0x0aee}, + {-1046, -18, -1033, 0x0ab4}, + {-992, -18, -1286, 0x0a93} + } +}; + +StandTile tile_658 = { + 0x00b512, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -1286, 0x0a9f}, + {-992, -18, -1409, 0x0f17}, + {-1304, -18, -1409, 0x0000} + } +}; + +StandTile tile_659 = { + 0x00b511, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -1286, 0x0a8f}, + {-992, -18, -1286, 0x0aa3}, + {-992, -18, -1409, 0x0a9b} + } +}; + +StandTile tile_660 = { + 0x01db12, 0x31, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-992, -18, -1286, 0x0aa8}, + {-761, -18, -1409, 0x0000}, + {-772, -18, -1409, 0x0f37}, + {-992, -18, -1409, 0x0a9f} + } +}; + +StandTile tile_661 = { + 0x01db11, 0x31, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-992, -18, -1286, 0x0ab8}, + {-772, -18, -1342, 0x0aac}, + {-761, -18, -1409, 0x0aa3} + } +}; + +StandTile tile_662 = { + 0x050410, 0x31, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-761, -18, -1409, 0x0aa8}, + {-772, -18, -1342, 0x0000}, + {-761, -18, -1342, 0x0a43} + } +}; + +StandTile tile_663 = { + 0x019a10, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-865, -18, -1168, 0x0ab4}, + {-1046, -18, -1033, 0x0ad0}, + {-772, -18, -1033, 0x0ac0} + } +}; + +StandTile tile_664 = { + 0x019910, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-992, -18, -1286, 0x0a97}, + {-1046, -18, -1033, 0x0ab0}, + {-865, -18, -1168, 0x0ab8} + } +}; + +StandTile tile_665 = { + 0x019810, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-865, -18, -1168, 0x0abc}, + {-772, -18, -1342, 0x0aa8}, + {-992, -18, -1286, 0x0ab4} + } +}; + +StandTile tile_666 = { + 0x03bb10, 0x31, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-772, -18, -1158, 0x0000}, + {-772, -18, -1342, 0x0ab8}, + {-865, -18, -1168, 0x0ac0} + } +}; + +StandTile tile_667 = { + 0x019710, 0x31, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-772, -18, -1033, 0x0000}, + {-772, -18, -1158, 0x0abc}, + {-865, -18, -1168, 0x0ab0} + } +}; + +StandTile tile_668 = { + 0x04e812, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1037, -18, -761, 0x0ac8}, + {-772, -18, -774, 0x0acc}, + {-1046, -18, -774, 0x0ade} + } +}; + +StandTile tile_669 = { + 0x04e811, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1037, -18, -761, 0x0000}, + {-772, -18, -761, 0x0b00}, + {-772, -18, -774, 0x0ac4} + } +}; + +StandTile tile_670 = { + 0x04ea10, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1046, -18, -774, 0x0ac4}, + {-772, -18, -774, 0x0ad8}, + {-870, -18, -933, 0x0ad4} + } +}; + +StandTile tile_671 = { + 0x01ec10, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-772, -18, -1033, 0x0ab0}, + {-1046, -18, -1033, 0x0ad4}, + {-870, -18, -933, 0x0ad8} + } +}; + +StandTile tile_672 = { + 0x01eb10, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1046, -18, -1033, 0x0af2}, + {-1046, -18, -774, 0x0acc}, + {-870, -18, -933, 0x0ad0} + } +}; + +StandTile tile_673 = { + 0x01e810, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x3, 0x4, + { + {-772, -18, -774, 0x0b18}, + {-772, -18, -845, 0x0b10}, + {-772, -18, -939, 0x0000}, + {-772, -18, -1033, 0x0ad0}, + {-870, -18, -933, 0x0acc} + } +}; + +StandTile tile_674 = { + 0x01e610, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1046, -18, -761, 0x0000}, + {-1037, -18, -761, 0x0ac4}, + {-1046, -18, -774, 0x0000} + } +}; + +StandTile tile_675 = { + 0x03ba10, 0x31, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -1033, 0x0000}, + {-1304, -18, -761, 0x0ae6}, + {-1168, -18, -906, 0x0aee} + } +}; + +StandTile tile_676 = { + 0x03b912, 0x31, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -761, 0x0aea}, + {-1073, -18, -774, 0x0af6}, + {-1168, -18, -906, 0x0ae2} + } +}; + +StandTile tile_677 = { + 0x03b911, 0x31, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -761, 0x0000}, + {-1073, -18, -761, 0x0000}, + {-1073, -18, -774, 0x0ae6} + } +}; + +StandTile tile_678 = { + 0x019610, 0x31, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1046, -18, -1033, 0x0a97}, + {-1304, -18, -1033, 0x0ae2}, + {-1168, -18, -906, 0x0af2} + } +}; + +StandTile tile_679 = { + 0x019310, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1046, -18, -774, 0x0ad4}, + {-1046, -18, -1033, 0x0aee}, + {-1168, -18, -906, 0x0af6} + } +}; + +StandTile tile_680 = { + 0x018f10, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1046, -18, -774, 0x0af2}, + {-1168, -18, -906, 0x0ae6}, + {-1073, -18, -774, 0x0000} + } +}; + +StandTile tile_681 = { + 0x050112, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x1, 0x4, + { + {-693, -18, -774, 0x0b00}, + {-772, -18, -761, 0x0000}, + {-761, -18, -761, 0x0b08}, + {-707, -18, -761, 0x0000}, + {-693, -18, -761, 0x0000} + } +}; + +StandTile tile_682 = { + 0x050111, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-693, -18, -774, 0x0b18}, + {-772, -18, -774, 0x0ac8}, + {-772, -18, -761, 0x0afa} + } +}; + +StandTile tile_683 = { + 0x050012, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-707, -18, -761, 0x0b08}, + {-752, -18, -752, 0x194c}, + {-707, -18, -752, 0x0000} + } +}; + +StandTile tile_684 = { + 0x050011, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-707, -18, -761, 0x0afa}, + {-761, -18, -761, 0x0b14}, + {-752, -18, -752, 0x0b04} + } +}; + +StandTile tile_685 = { + 0x04ed12, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-772, -18, -939, 0x0b10}, + {-693, -18, -774, 0x0b3a}, + {-693, -18, -939, 0x0000} + } +}; + +StandTile tile_686 = { + 0x04ed11, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-772, -18, -939, 0x0ad8}, + {-772, -18, -845, 0x0b18}, + {-693, -18, -774, 0x0b0c} + } +}; + +StandTile tile_687 = { + 0x01ef10, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-761, -18, -761, 0x0000}, + {-761, -18, -752, 0x194c}, + {-752, -18, -752, 0x0b08} + } +}; + +StandTile tile_688 = { + 0x04eb10, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-772, -18, -774, 0x0b00}, + {-693, -18, -774, 0x0b10}, + {-772, -18, -845, 0x0ad8} + } +}; + +StandTile tile_689 = { + 0x04e412, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -774, 0x0b20}, + {-199, -18, -761, 0x0c22}, + {-199, -18, -774, 0x0b32} + } +}; + +StandTile tile_690 = { + 0x04e411, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -774, 0x0000}, + {-285, -18, -761, 0x0000}, + {-199, -18, -761, 0x0b1c} + } +}; + +StandTile tile_691 = { + 0x017110, 0x30, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {-285, -18, -870, 0x0b29}, + {-199, -18, -939, 0x0884}, + {-262, -18, -939, 0x0000}, + {-285, -18, -939, 0x0b36} + } +}; + +StandTile tile_692 = { + 0x04d310, 0x30, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {-199, -18, -939, 0x0b24}, + {-285, -18, -870, 0x0b2e}, + {-199, -18, -816, 0x0c22}, + {-199, -18, -820, 0x0000} + } +}; + +StandTile tile_693 = { + 0x04cf12, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -870, 0x0b32}, + {-199, -18, -774, 0x0c22}, + {-199, -18, -816, 0x0b29} + } +}; + +StandTile tile_694 = { + 0x04cf11, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -870, 0x0b47}, + {-285, -18, -774, 0x0b1c}, + {-199, -18, -774, 0x0b2e} + } +}; + +StandTile tile_695 = { + 0x045e10, 0x30, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -939, 0x0b47}, + {-285, -18, -870, 0x0b24}, + {-285, -18, -939, 0x0000} + } +}; + +StandTile tile_696 = { + 0x045f10, 0x30, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-693, -18, -939, 0x0b0c}, + {-693, -18, -774, 0x0b3e}, + {-489, -18, -939, 0x0000} + } +}; + +StandTile tile_697 = { + 0x01e110, 0x30, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {-693, -18, -774, 0x0000}, + {-666, -18, -774, 0x0b4b}, + {-312, -18, -774, 0x0b43}, + {-489, -18, -939, 0x0b3a} + } +}; + +StandTile tile_698 = { + 0x01e010, 0x30, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-312, -18, -774, 0x0000}, + {-285, -18, -774, 0x0b47}, + {-489, -18, -939, 0x0b3e} + } +}; + +StandTile tile_699 = { + 0x01df10, 0x30, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-285, -18, -774, 0x0b32}, + {-285, -18, -870, 0x0b36}, + {-489, -18, -939, 0x0b43} + } +}; + +StandTile tile_700 = { + 0x01de12, 0x30, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-657, -18, -761, 0x0b4f}, + {-312, -18, -774, 0x0b3e}, + {-666, -18, -774, 0x0b53} + } +}; + +StandTile tile_701 = { + 0x01de11, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-657, -18, -761, 0x0000}, + {-380, -18, -761, 0x0b57}, + {-312, -18, -774, 0x0b4b} + } +}; + +StandTile tile_702 = { + 0x01dd10, 0x30, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-666, -18, -761, 0x0000}, + {-657, -18, -761, 0x0b4b}, + {-666, -18, -774, 0x0000} + } +}; + +StandTile tile_703 = { + 0x01dc10, 0x30, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-380, -18, -761, 0x0000}, + {-312, -18, -761, 0x0000}, + {-312, -18, -774, 0x0b4f} + } +}; + +StandTile tile_704 = { + 0x022a12, 0x2f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {95, -9, -1467, 0x0b5f}, + {95, -18, -1413, 0x0000}, + {95, -9, -1413, 0x0b83} + } +}; + +StandTile tile_705 = { + 0x022a11, 0x2f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {95, -9, -1467, 0x0000}, + {95, -18, -1467, 0x0baf}, + {95, -18, -1413, 0x0b5b} + } +}; + +StandTile tile_706 = { + 0x020812, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {95, -9, -1033, 0x0b67}, + {104, -9, -1087, 0x0000}, + {95, -9, -1087, 0x0b6b} + } +}; + +StandTile tile_707 = { + 0x020811, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {95, -9, -1033, 0x0000}, + {104, -9, -1033, 0x0036}, + {104, -9, -1087, 0x0b63} + } +}; + +StandTile tile_708 = { + 0x020f12, 0x2f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {95, -9, -1087, 0x0b6f}, + {95, -18, -1033, 0x0000}, + {95, -9, -1033, 0x0b63} + } +}; + +StandTile tile_709 = { + 0x020f11, 0x2f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {95, -9, -1087, 0x0000}, + {95, -18, -1087, 0x0bd5}, + {95, -18, -1033, 0x0b6b} + } +}; + +StandTile tile_710 = { + 0x021a12, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {95, -9, -1250, 0x0b77}, + {104, -9, -1304, 0x0000}, + {95, -9, -1304, 0x0b7b} + } +}; + +StandTile tile_711 = { + 0x021a11, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {95, -9, -1250, 0x0000}, + {104, -9, -1250, 0x003e}, + {104, -9, -1304, 0x0b73} + } +}; + +StandTile tile_712 = { + 0x022112, 0x2f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {95, -9, -1304, 0x0b7f}, + {95, -18, -1250, 0x0000}, + {95, -9, -1250, 0x0b73} + } +}; + +StandTile tile_713 = { + 0x022111, 0x2f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {95, -9, -1304, 0x0000}, + {95, -18, -1304, 0x0c03}, + {95, -18, -1250, 0x0b7b} + } +}; + +StandTile tile_714 = { + 0x022312, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {95, -9, -1413, 0x0b87}, + {104, -9, -1467, 0x0000}, + {95, -9, -1467, 0x0b5b} + } +}; + +StandTile tile_715 = { + 0x022311, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {95, -9, -1413, 0x0000}, + {104, -9, -1413, 0x0046}, + {104, -9, -1467, 0x0b83} + } +}; + +StandTile tile_716 = { + 0x016d12, 0x2f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-188, -18, -1549, 0x0b8f}, + {68, -18, -1399, 0x0bab}, + {68, -18, -1481, 0x0bb5} + } +}; + +StandTile tile_717 = { + 0x016d11, 0x2f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-188, -18, -1549, 0x0000}, + {-188, -18, -1467, 0x0c0d}, + {68, -18, -1399, 0x0b8b} + } +}; + +StandTile tile_718 = { + 0x016c12, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-188, -18, -1386, 0x0b97}, + {68, -18, -1236, 0x0bff}, + {68, -18, -1318, 0x0c09} + } +}; + +StandTile tile_719 = { + 0x016c11, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-188, -18, -1386, 0x0000}, + {-188, -18, -1304, 0x0bf3}, + {68, -18, -1236, 0x0b93} + } +}; + +StandTile tile_720 = { + 0x016512, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-188, -18, -1168, 0x0b9f}, + {68, -18, -1019, 0x0bdb}, + {68, -18, -1101, 0x0beb} + } +}; + +StandTile tile_721 = { + 0x016511, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-188, -18, -1168, 0x0000}, + {-188, -18, -1087, 0x0bcd}, + {68, -18, -1019, 0x0b9b} + } +}; + +StandTile tile_722 = { + 0x016e12, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-188, -18, -1005, 0x0ba7}, + {68, -18, -856, 0x0c15}, + {68, -18, -937, 0x0bc9} + } +}; + +StandTile tile_723 = { + 0x016e11, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-188, -18, -1005, 0x0000}, + {-188, -18, -924, 0x0c3f}, + {68, -18, -856, 0x0ba3} + } +}; + +StandTile tile_724 = { + 0x016b12, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {68, -18, -1399, 0x0baf}, + {95, -18, -1562, 0x0bc5}, + {68, -18, -1481, 0x0b8b} + } +}; + +StandTile tile_725 = { + 0x016b11, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x1, 0x4, + { + {68, -18, -1399, 0x0c11}, + {95, -18, -1359, 0x0000}, + {95, -18, -1413, 0x0b5f}, + {95, -18, -1467, 0x0000}, + {95, -18, -1562, 0x0bab} + } +}; + +StandTile tile_726 = { + 0x016912, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {5, -18, -1576, 0x0bb9}, + {-188, -18, -1549, 0x0b8b}, + {68, -18, -1481, 0x0bbd} + } +}; + +StandTile tile_727 = { + 0x016911, 0x2f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {5, -18, -1576, 0x0000}, + {-188, -18, -1576, 0x0000}, + {-188, -18, -1549, 0x0bb5} + } +}; + +StandTile tile_728 = { + 0x016810, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {5, -18, -1576, 0x0bb5}, + {68, -18, -1481, 0x0bc5}, + {68, -18, -1562, 0x0bc1} + } +}; + +StandTile tile_729 = { + 0x016710, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {68, -18, -1576, 0x0000}, + {5, -18, -1576, 0x0bbd}, + {68, -18, -1562, 0x0000} + } +}; + +StandTile tile_730 = { + 0x016610, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {95, -18, -1562, 0x0000}, + {68, -18, -1562, 0x0bbd}, + {68, -18, -1481, 0x0bab} + } +}; + +StandTile tile_731 = { + 0x018b12, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {68, -18, -937, 0x0bcd}, + {-188, -18, -1087, 0x0000}, + {-188, -18, -1005, 0x0ba3} + } +}; + +StandTile tile_732 = { + 0x018b11, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {68, -18, -937, 0x0bd1}, + {68, -18, -1019, 0x0b9f}, + {-188, -18, -1087, 0x0bc9} + } +}; + +StandTile tile_733 = { + 0x018a10, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {95, -18, -978, 0x0bd5}, + {68, -18, -1019, 0x0bcd}, + {68, -18, -937, 0x0c19} + } +}; + +StandTile tile_734 = { + 0x018910, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x2, + { + {95, -18, -1128, 0x0bdb}, + {68, -18, -1019, 0x0bd1}, + {95, -18, -978, 0x0000}, + {95, -18, -1033, 0x0b6f}, + {95, -18, -1087, 0x0000} + } +}; + +StandTile tile_735 = { + 0x018810, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {95, -18, -1128, 0x0bdf}, + {68, -18, -1101, 0x0b9b}, + {68, -18, -1019, 0x0bd5} + } +}; + +StandTile tile_736 = { + 0x018510, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {82, -18, -1155, 0x0beb}, + {68, -18, -1101, 0x0bdb}, + {95, -18, -1128, 0x0be3} + } +}; + +StandTile tile_737 = { + 0x018410, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {82, -18, -1155, 0x0bdf}, + {95, -18, -1128, 0x0000}, + {95, -18, -1155, 0x0000} + } +}; + +StandTile tile_738 = { + 0x018310, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {95, -18, -1182, 0x0000}, + {95, -18, -1209, 0x0bfb}, + {82, -18, -1182, 0x0000} + } +}; + +StandTile tile_739 = { + 0x018210, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-188, -18, -1168, 0x0b9b}, + {68, -18, -1101, 0x0bdf}, + {82, -18, -1155, 0x0bef} + } +}; + +StandTile tile_740 = { + 0x018110, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {82, -18, -1155, 0x0000}, + {82, -18, -1182, 0x0bf7}, + {-188, -18, -1168, 0x0beb} + } +}; + +StandTile tile_741 = { + 0x018012, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-188, -18, -1168, 0x0bf7}, + {68, -18, -1236, 0x0b97}, + {-188, -18, -1304, 0x0000} + } +}; + +StandTile tile_742 = { + 0x018011, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-188, -18, -1168, 0x0bef}, + {82, -18, -1182, 0x0bfb}, + {68, -18, -1236, 0x0bf3} + } +}; + +StandTile tile_743 = { + 0x017e10, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {82, -18, -1182, 0x0be7}, + {95, -18, -1209, 0x0c03}, + {68, -18, -1236, 0x0bf7} + } +}; + +StandTile tile_744 = { + 0x017d12, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {68, -18, -1236, 0x0c03}, + {95, -18, -1359, 0x0c11}, + {68, -18, -1318, 0x0b93} + } +}; + +StandTile tile_745 = { + 0x017d11, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x4, + { + {68, -18, -1236, 0x0bfb}, + {95, -18, -1209, 0x0000}, + {95, -18, -1250, 0x0b7f}, + {95, -18, -1304, 0x0000}, + {95, -18, -1359, 0x0bff} + } +}; + +StandTile tile_746 = { + 0x017c12, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {68, -18, -1318, 0x0c0d}, + {-188, -18, -1467, 0x0000}, + {-188, -18, -1386, 0x0b93} + } +}; + +StandTile tile_747 = { + 0x017c11, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {68, -18, -1318, 0x0c11}, + {68, -18, -1399, 0x0b8f}, + {-188, -18, -1467, 0x0c09} + } +}; + +StandTile tile_748 = { + 0x017b10, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {68, -18, -1318, 0x0bff}, + {95, -18, -1359, 0x0baf}, + {68, -18, -1399, 0x0c0d} + } +}; + +StandTile tile_749 = { + 0x016f12, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {95, -18, -806, 0x0c19}, + {68, -18, -937, 0x0ba3}, + {68, -18, -856, 0x0c3b} + } +}; + +StandTile tile_750 = { + 0x016f11, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {95, -18, -806, 0x0000}, + {95, -18, -978, 0x0bd1}, + {68, -18, -937, 0x0c15} + } +}; + +StandTile tile_751 = { + 0x050312, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-199, -18, -820, 0x0c22}, + {-188, -18, -761, 0x0c28}, + {-188, -18, -774, 0x0c32}, + {-188, -18, -820, 0x0000} + } +}; + +StandTile tile_752 = { + 0x050311, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x3, 0x4, + { + {-199, -18, -820, 0x0b29}, + {-199, -18, -816, 0x0b2e}, + {-199, -18, -774, 0x0b1c}, + {-199, -18, -761, 0x0000}, + {-188, -18, -761, 0x0c1d} + } +}; + +StandTile tile_753 = { + 0x04e512, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-188, -18, -761, 0x0c2c}, + {68, -18, -774, 0x0c37}, + {-188, -18, -774, 0x0c1d} + } +}; + +StandTile tile_754 = { + 0x04e511, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x3, 0x4, + { + {-188, -18, -761, 0x0000}, + {-154, -18, -761, 0x0c43}, + {-100, -18, -761, 0x0000}, + {54, -18, -761, 0x0c53}, + {68, -18, -774, 0x0c28} + } +}; + +StandTile tile_755 = { + 0x04d012, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {-188, -18, -774, 0x0c37}, + {95, -18, -806, 0x0c3b}, + {-188, -18, -855, 0x0000}, + {-188, -18, -820, 0x0c1d} + } +}; + +StandTile tile_756 = { + 0x04d011, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-188, -18, -774, 0x0c28}, + {68, -18, -774, 0x0c57}, + {95, -18, -806, 0x0c32} + } +}; + +StandTile tile_757 = { + 0x04d412, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {68, -18, -856, 0x0c3f}, + {-188, -18, -855, 0x0c32}, + {95, -18, -806, 0x0c15} + } +}; + +StandTile tile_758 = { + 0x04d411, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {68, -18, -856, 0x0ba7}, + {-188, -18, -924, 0x0000}, + {-188, -18, -855, 0x0c3b} + } +}; + +StandTile tile_759 = { + 0x017712, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-154, -18, -761, 0x0c47}, + {-109, -18, -752, 0x0c4f}, + {-100, -18, -761, 0x0c2c} + } +}; + +StandTile tile_760 = { + 0x017711, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-154, -18, -761, 0x0c4b}, + {-145, -18, -752, 0x1a89}, + {-109, -18, -752, 0x0c43} + } +}; + +StandTile tile_761 = { + 0x017610, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-154, -18, -752, 0x1a89}, + {-145, -18, -752, 0x0c47}, + {-154, -18, -761, 0x0000} + } +}; + +StandTile tile_762 = { + 0x017510, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-109, -18, -752, 0x1a89}, + {-100, -18, -752, 0x0000}, + {-100, -18, -761, 0x0c43} + } +}; + +StandTile tile_763 = { + 0x017410, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, -18, -761, 0x0000}, + {68, -18, -761, 0x0000}, + {68, -18, -774, 0x0c2c} + } +}; + +StandTile tile_764 = { + 0x017010, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {95, -18, -774, 0x0000}, + {95, -18, -806, 0x0c37}, + {68, -18, -774, 0x0000} + } +}; + +StandTile tile_765 = { + 0x000512, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1712, -18, -743, 0x0c5f}, + {-1549, -18, -761, 0x0d17}, + {-1712, -18, -761, 0x0000} + } +}; + +StandTile tile_766 = { + 0x000511, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1712, -18, -743, 0x0edc}, + {-1549, -18, -743, 0x0000}, + {-1549, -18, -761, 0x0c5b} + } +}; + +StandTile tile_767 = { + 0x00b612, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1630, -18, -947, 0x0c67}, + {-1499, -18, -1273, 0x0ca7}, + {-1630, -18, -1273, 0x0ccf} + } +}; + +StandTile tile_768 = { + 0x00b611, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1630, -18, -947, 0x0cfb}, + {-1499, -18, -947, 0x0cf3}, + {-1499, -18, -1273, 0x0c63} + } +}; + +StandTile tile_769 = { + 0x01b610, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1318, -18, -1422, 0x0f33}, + {-1427, -18, -1562, 0x0000}, + {-1454, -18, -1562, 0x0c6f} + } +}; + +StandTile tile_770 = { + 0x01b510, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1454, -18, -1562, 0x0c93}, + {-1454, -18, -1454, 0x0c9b}, + {-1318, -18, -1422, 0x0c6b} + } +}; + +StandTile tile_771 = { + 0x01b410, 0x2e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1454, -18, -1562, 0x0000}, + {-1454, -18, -1576, 0x0000}, + {-1481, -18, -1576, 0x0c8f} + } +}; + +StandTile tile_772 = { + 0x01b310, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1481, -18, -1576, 0x0000}, + {-1807, -18, -1576, 0x0c7b}, + {-1617, -18, -1476, 0x0c8f} + } +}; + +StandTile tile_773 = { + 0x01b210, 0x2e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1807, -18, -1576, 0x0000}, + {-1807, -18, -1562, 0x0c7f}, + {-1617, -18, -1476, 0x0c77} + } +}; + +StandTile tile_774 = { + 0x01b110, 0x2e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1617, -18, -1476, 0x0c7b}, + {-1807, -18, -1562, 0x0000}, + {-1834, -18, -1562, 0x0c83} + } +}; + +StandTile tile_775 = { + 0x01b010, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1834, -18, -1562, 0x0000}, + {-1834, -18, -1363, 0x0c87}, + {-1617, -18, -1476, 0x0c7f} + } +}; + +StandTile tile_776 = { + 0x01af10, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1617, -18, -1476, 0x0c83}, + {-1834, -18, -1363, 0x0ca3}, + {-1617, -18, -1363, 0x0c8b} + } +}; + +StandTile tile_777 = { + 0x01ae10, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1617, -18, -1363, 0x0cab}, + {-1522, -18, -1363, 0x0c97}, + {-1617, -18, -1476, 0x0c87} + } +}; + +StandTile tile_778 = { + 0x01ad10, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1481, -18, -1576, 0x0c77}, + {-1617, -18, -1476, 0x0c93}, + {-1454, -18, -1562, 0x0c73} + } +}; + +StandTile tile_779 = { + 0x01ac10, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1454, -18, -1562, 0x0c8f}, + {-1617, -18, -1476, 0x0c97}, + {-1454, -18, -1454, 0x0c6f} + } +}; + +StandTile tile_780 = { + 0x01ab10, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1454, -18, -1454, 0x0c93}, + {-1617, -18, -1476, 0x0c8b}, + {-1522, -18, -1363, 0x0c9b} + } +}; + +StandTile tile_781 = { + 0x01aa10, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1318, -18, -1422, 0x0c6f}, + {-1454, -18, -1454, 0x0c97}, + {-1522, -18, -1363, 0x0cb3} + } +}; + +StandTile tile_782 = { + 0x03cd10, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1834, -18, -1363, 0x0000}, + {-1834, -18, -1182, 0x0cc7}, + {-1630, -18, -1273, 0x0ca3} + } +}; + +StandTile tile_783 = { + 0x01a910, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1834, -18, -1363, 0x0c9f}, + {-1630, -18, -1273, 0x0ca7}, + {-1617, -18, -1363, 0x0c87} + } +}; + +StandTile tile_784 = { + 0x01a812, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1499, -18, -1273, 0x0cab}, + {-1617, -18, -1363, 0x0ca3}, + {-1630, -18, -1273, 0x0c63} + } +}; + +StandTile tile_785 = { + 0x01a811, 0x2e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1499, -18, -1273, 0x0caf}, + {-1522, -18, -1363, 0x0c8b}, + {-1617, -18, -1363, 0x0ca7} + } +}; + +StandTile tile_786 = { + 0x01a712, 0x2e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1318, -18, -1286, 0x0cb3}, + {-1522, -18, -1363, 0x0cab}, + {-1499, -18, -1273, 0x0cb7} + } +}; + +StandTile tile_787 = { + 0x01a711, 0x2e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1318, -18, -1286, 0x0000}, + {-1318, -18, -1422, 0x0c9b}, + {-1522, -18, -1363, 0x0caf} + } +}; + +StandTile tile_788 = { + 0x01a610, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1318, -18, -1164, 0x0000}, + {-1318, -18, -1286, 0x0caf}, + {-1499, -18, -1273, 0x0cf3} + } +}; + +StandTile tile_789 = { + 0x020210, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1807, -18, -761, 0x0000}, + {-1712, -18, -761, 0x0d03}, + {-1766, -18, -933, 0x0cbf} + } +}; + +StandTile tile_790 = { + 0x020110, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1834, -18, -774, 0x0000}, + {-1807, -18, -761, 0x0cbb}, + {-1766, -18, -933, 0x0cc3} + } +}; + +StandTile tile_791 = { + 0x020010, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1834, -18, -978, 0x0000}, + {-1834, -18, -774, 0x0cbf}, + {-1766, -18, -933, 0x0cdb} + } +}; + +StandTile tile_792 = { + 0x01ff10, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1630, -18, -1273, 0x0c9f}, + {-1834, -18, -1182, 0x0000}, + {-1821, -18, -1182, 0x0ccb} + } +}; + +StandTile tile_793 = { + 0x01fe10, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1821, -18, -1182, 0x0000}, + {-1821, -18, -1155, 0x0ccf}, + {-1630, -18, -1273, 0x0cc7} + } +}; + +StandTile tile_794 = { + 0x01fd10, 0x2e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1630, -18, -1273, 0x0ccb}, + {-1821, -18, -1155, 0x0cd3}, + {-1630, -18, -947, 0x0c63} + } +}; + +StandTile tile_795 = { + 0x01fc10, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1821, -18, -1155, 0x0000}, + {-1834, -18, -1155, 0x0cd7}, + {-1630, -18, -947, 0x0ccf} + } +}; + +StandTile tile_796 = { + 0x01fb12, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1834, -18, -1155, 0x0cdb}, + {-1766, -18, -933, 0x0cdf}, + {-1630, -18, -947, 0x0cd3} + } +}; + +StandTile tile_797 = { + 0x01fb11, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1834, -18, -1155, 0x0000}, + {-1834, -18, -978, 0x0cc3}, + {-1766, -18, -933, 0x0cd7} + } +}; + +StandTile tile_798 = { + 0x01fa10, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1630, -18, -947, 0x0cd7}, + {-1766, -18, -933, 0x0d03}, + {-1617, -18, -933, 0x0cfb} + } +}; + +StandTile tile_799 = { + 0x01f912, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1318, -18, -761, 0x0ce7}, + {-1499, -18, -947, 0x0cff}, + {-1499, -18, -933, 0x0cef} + } +}; + +StandTile tile_800 = { + 0x01f911, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1318, -18, -761, 0x0000}, + {-1318, -18, -1001, 0x0cf7}, + {-1499, -18, -947, 0x0ce3} + } +}; + +StandTile tile_801 = { + 0x01f812, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1390, -18, -761, 0x0cef}, + {-1499, -18, -933, 0x0d0b}, + {-1427, -18, -774, 0x0d07} + } +}; + +StandTile tile_802 = { + 0x01f811, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1390, -18, -761, 0x0000}, + {-1318, -18, -761, 0x0ce3}, + {-1499, -18, -933, 0x0ceb} + } +}; + +StandTile tile_803 = { + 0x01f710, 0x2e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1318, -18, -1164, 0x0cb7}, + {-1499, -18, -1273, 0x0c67}, + {-1499, -18, -947, 0x0cf7} + } +}; + +StandTile tile_804 = { + 0x01f610, 0x2e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1499, -18, -947, 0x0ce7}, + {-1318, -18, -1001, 0x0000}, + {-1318, -18, -1164, 0x0cf3} + } +}; + +StandTile tile_805 = { + 0x01f512, 0x2e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1617, -18, -933, 0x0cff}, + {-1499, -18, -947, 0x0c67}, + {-1630, -18, -947, 0x0cdf} + } +}; + +StandTile tile_806 = { + 0x01f511, 0x2e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1617, -18, -933, 0x0d1b}, + {-1499, -18, -933, 0x0ce3}, + {-1499, -18, -947, 0x0cfb} + } +}; + +StandTile tile_807 = { + 0x01f410, 0x2e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1617, -18, -933, 0x0cdf}, + {-1766, -18, -933, 0x0cbb}, + {-1712, -18, -761, 0x0d17} + } +}; + +StandTile tile_808 = { + 0x01f310, 0x2e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1427, -18, -761, 0x0000}, + {-1390, -18, -761, 0x0ceb}, + {-1427, -18, -774, 0x0000} + } +}; + +StandTile tile_809 = { + 0x01f210, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1499, -18, -933, 0x0d0f}, + {-1454, -18, -774, 0x0000}, + {-1427, -18, -774, 0x0ceb} + } +}; + +StandTile tile_810 = { + 0x01f112, 0x2e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1549, -18, -761, 0x0d13}, + {-1454, -18, -774, 0x0d0b}, + {-1499, -18, -933, 0x0d1b} + } +}; + +StandTile tile_811 = { + 0x01f111, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1549, -18, -761, 0x0000}, + {-1454, -18, -761, 0x0000}, + {-1454, -18, -774, 0x0d0f} + } +}; + +StandTile tile_812 = { + 0x01f012, 0x2e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1549, -18, -761, 0x0d1b}, + {-1617, -18, -933, 0x0d03}, + {-1712, -18, -761, 0x0c5b} + } +}; + +StandTile tile_813 = { + 0x01f011, 0x2e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1549, -18, -761, 0x0d0f}, + {-1499, -18, -933, 0x0cff}, + {-1617, -18, -933, 0x0d17} + } +}; + +StandTile tile_814 = { + 0x00b712, 0x2d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1481, -18, -2197, 0x0d23}, + {-1173, -18, -2310, 0x0da0}, + {-1481, -18, -2310, 0x0db4} + } +}; + +StandTile tile_815 = { + 0x00b711, 0x2d, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-1481, -18, -2197, 0x0d5c}, + {-1304, -18, -2197, 0x0d50}, + {-1173, -18, -2197, 0x0d30}, + {-1173, -18, -2310, 0x0d1f} + } +}; + +StandTile tile_816 = { + 0x01c610, 0x2d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1196, -18, -1970, 0x0000}, + {-1060, -18, -1970, 0x0000}, + {-1060, -18, -2165, 0x0d2c} + } +}; + +StandTile tile_817 = { + 0x01c510, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1060, -18, -2165, 0x0d3c}, + {-1128, -18, -2165, 0x0d64}, + {-1196, -18, -1970, 0x0d28} + } +}; + +StandTile tile_818 = { + 0x01c412, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1060, -18, -2323, 0x0d34}, + {-1173, -18, -2310, 0x0d23}, + {-1173, -18, -2197, 0x0d38} + } +}; + +StandTile tile_819 = { + 0x01c411, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1060, -18, -2323, 0x0000}, + {-1073, -18, -2323, 0x0da8}, + {-1173, -18, -2310, 0x0d30} + } +}; + +StandTile tile_820 = { + 0x01c312, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1128, -18, -2165, 0x0d3c}, + {-1060, -18, -2323, 0x0d30}, + {-1173, -18, -2197, 0x0d54} + } +}; + +StandTile tile_821 = { + 0x01c311, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1128, -18, -2165, 0x0d2c}, + {-1060, -18, -2165, 0x0000}, + {-1060, -18, -2323, 0x0d38} + } +}; + +StandTile tile_822 = { + 0x01c212, 0x2d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1630, -18, -2165, 0x0d44}, + {-1490, -18, -1957, 0x0d70}, + {-1454, -18, -1970, 0x0d48} + } +}; + +StandTile tile_823 = { + 0x01c211, 0x2d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1630, -18, -2165, 0x0000}, + {-1630, -18, -1957, 0x0000}, + {-1490, -18, -1957, 0x0d40} + } +}; + +StandTile tile_824 = { + 0x039b10, 0x2d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1630, -18, -2165, 0x0d40}, + {-1454, -18, -1970, 0x0000}, + {-1427, -18, -1970, 0x0d4c} + } +}; + +StandTile tile_825 = { + 0x01c110, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1508, -18, -2165, 0x0dc0}, + {-1630, -18, -2165, 0x0d48}, + {-1427, -18, -1970, 0x0d68} + } +}; + +StandTile tile_826 = { + 0x01c012, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -2165, 0x0d54}, + {-1173, -18, -2197, 0x0d23}, + {-1304, -18, -2197, 0x0d5c} + } +}; + +StandTile tile_827 = { + 0x01c011, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -2165, 0x0d60}, + {-1128, -18, -2165, 0x0d38}, + {-1173, -18, -2197, 0x0d50} + } +}; + +StandTile tile_828 = { + 0x01bf12, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -2165, 0x0d5c}, + {-1481, -18, -2197, 0x0dbc}, + {-1508, -18, -2165, 0x0d6c} + } +}; + +StandTile tile_829 = { + 0x01bf11, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -2165, 0x0d50}, + {-1304, -18, -2197, 0x0d23}, + {-1481, -18, -2197, 0x0d58} + } +}; + +StandTile tile_830 = { + 0x01be12, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -1970, 0x0d64}, + {-1128, -18, -2165, 0x0d54}, + {-1304, -18, -2165, 0x0d6c} + } +}; + +StandTile tile_831 = { + 0x01be11, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -1970, 0x0ef6}, + {-1196, -18, -1970, 0x0d2c}, + {-1128, -18, -2165, 0x0d60} + } +}; + +StandTile tile_832 = { + 0x01bd12, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -1970, 0x0d6c}, + {-1508, -18, -2165, 0x0d4c}, + {-1427, -18, -1970, 0x0f27} + } +}; + +StandTile tile_833 = { + 0x01bd11, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -1970, 0x0d60}, + {-1304, -18, -2165, 0x0d58}, + {-1508, -18, -2165, 0x0d68} + } +}; + +StandTile tile_834 = { + 0x01bc10, 0x2d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1454, -18, -1970, 0x0d40}, + {-1490, -18, -1957, 0x0000}, + {-1454, -18, -1957, 0x0000} + } +}; + +StandTile tile_835 = { + 0x01d310, 0x2d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1060, -18, -2527, 0x0000}, + {-1630, -18, -2527, 0x0d78}, + {-1327, -18, -2423, 0x0d7c} + } +}; + +StandTile tile_836 = { + 0x01d210, 0x2d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1630, -18, -2527, 0x0000}, + {-1630, -18, -2414, 0x0d80}, + {-1327, -18, -2423, 0x0d74} + } +}; + +StandTile tile_837 = { + 0x01d110, 0x2d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1327, -18, -2423, 0x0d8c}, + {-1060, -18, -2414, 0x0000}, + {-1060, -18, -2527, 0x0d74} + } +}; + +StandTile tile_838 = { + 0x01d012, 0x2d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1630, -18, -2414, 0x0d84}, + {-1467, -18, -2319, 0x0d90}, + {-1327, -18, -2423, 0x0d78} + } +}; + +StandTile tile_839 = { + 0x01d011, 0x2d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1630, -18, -2414, 0x0db0}, + {-1617, -18, -2351, 0x0d94}, + {-1467, -18, -2319, 0x0d80} + } +}; + +StandTile tile_840 = { + 0x01cf12, 0x2d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1073, -18, -2351, 0x0d8c}, + {-1327, -18, -2423, 0x0d90}, + {-1191, -18, -2319, 0x0da4} + } +}; + +StandTile tile_841 = { + 0x01cf11, 0x2d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1073, -18, -2351, 0x0dac}, + {-1060, -18, -2414, 0x0d7c}, + {-1327, -18, -2423, 0x0d88} + } +}; + +StandTile tile_842 = { + 0x01ce10, 0x2d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1191, -18, -2319, 0x0d88}, + {-1327, -18, -2423, 0x0d80}, + {-1467, -18, -2319, 0x0d9c} + } +}; + +StandTile tile_843 = { + 0x01cd12, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1617, -18, -2351, 0x0d98}, + {-1481, -18, -2310, 0x0da0}, + {-1467, -18, -2319, 0x0d84} + } +}; + +StandTile tile_844 = { + 0x01cd11, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1617, -18, -2351, 0x0000}, + {-1617, -18, -2323, 0x0db8}, + {-1481, -18, -2310, 0x0d94} + } +}; + +StandTile tile_845 = { + 0x01cc12, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1467, -18, -2319, 0x0da0}, + {-1173, -18, -2310, 0x0da8}, + {-1191, -18, -2319, 0x0d90} + } +}; + +StandTile tile_846 = { + 0x01cc11, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1467, -18, -2319, 0x0d94}, + {-1481, -18, -2310, 0x0d1f}, + {-1173, -18, -2310, 0x0d9c} + } +}; + +StandTile tile_847 = { + 0x01cb12, 0x2d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1191, -18, -2319, 0x0da8}, + {-1073, -18, -2323, 0x0000}, + {-1073, -18, -2351, 0x0d88} + } +}; + +StandTile tile_848 = { + 0x01cb11, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1191, -18, -2319, 0x0d9c}, + {-1173, -18, -2310, 0x0d34}, + {-1073, -18, -2323, 0x0da4} + } +}; + +StandTile tile_849 = { + 0x01ca10, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1060, -18, -2351, 0x0000}, + {-1060, -18, -2414, 0x0d8c}, + {-1073, -18, -2351, 0x0000} + } +}; + +StandTile tile_850 = { + 0x01c910, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1630, -18, -2414, 0x0000}, + {-1630, -18, -2351, 0x0000}, + {-1617, -18, -2351, 0x0d84} + } +}; + +StandTile tile_851 = { + 0x01c812, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1481, -18, -2310, 0x0db8}, + {-1630, -18, -2323, 0x0dbc}, + {-1481, -18, -2197, 0x0d1f} + } +}; + +StandTile tile_852 = { + 0x01c811, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1481, -18, -2310, 0x0d98}, + {-1617, -18, -2323, 0x0000}, + {-1630, -18, -2323, 0x0db4} + } +}; + +StandTile tile_853 = { + 0x01c712, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1630, -18, -2323, 0x0dc0}, + {-1508, -18, -2165, 0x0d58}, + {-1481, -18, -2197, 0x0db4} + } +}; + +StandTile tile_854 = { + 0x01c711, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1630, -18, -2323, 0x0000}, + {-1630, -18, -2165, 0x0d4c}, + {-1508, -18, -2165, 0x0dbc} + } +}; + +StandTile tile_855 = { + 0x003312, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 63, -562, 0x0dc8}, + {-1612, 54, -562, 0x0ef0}, + {-1513, 54, -562, 0x0000} + } +}; + +StandTile tile_856 = { + 0x003311, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 63, -562, 0x0dd0}, + {-1612, 63, -562, 0x0000}, + {-1612, 54, -562, 0x0dc4} + } +}; + +StandTile tile_857 = { + 0x003412, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 63, -562, 0x0dd0}, + {-1513, 63, -575, 0x0e04}, + {-1612, 63, -575, 0x0000} + } +}; + +StandTile tile_858 = { + 0x003411, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 63, -562, 0x0dc8}, + {-1513, 63, -562, 0x0000}, + {-1513, 63, -575, 0x0dcc} + } +}; + +StandTile tile_859 = { + 0x003512, 0x2c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 109, -630, 0x0dd8}, + {-1612, 100, -630, 0x0e2c}, + {-1513, 100, -630, 0x0000} + } +}; + +StandTile tile_860 = { + 0x003511, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 109, -630, 0x0de0}, + {-1612, 109, -630, 0x0000}, + {-1612, 100, -630, 0x0dd4} + } +}; + +StandTile tile_861 = { + 0x003612, 0x2c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 109, -630, 0x0de0}, + {-1513, 109, -643, 0x0df4}, + {-1612, 109, -643, 0x0000} + } +}; + +StandTile tile_862 = { + 0x003611, 0x2c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 109, -630, 0x0dd8}, + {-1513, 109, -630, 0x0000}, + {-1513, 109, -643, 0x0ddc} + } +}; + +StandTile tile_863 = { + 0x003712, 0x2c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 82, -589, 0x0de8}, + {-1612, 72, -589, 0x0e0c}, + {-1513, 72, -589, 0x0000} + } +}; + +StandTile tile_864 = { + 0x003711, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 82, -589, 0x0df0}, + {-1612, 82, -589, 0x0000}, + {-1612, 72, -589, 0x0de4} + } +}; + +StandTile tile_865 = { + 0x003812, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 82, -589, 0x0df0}, + {-1513, 82, -602, 0x0e14}, + {-1612, 82, -602, 0x0000} + } +}; + +StandTile tile_866 = { + 0x003811, 0x2c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 82, -589, 0x0de8}, + {-1513, 82, -589, 0x0000}, + {-1513, 82, -602, 0x0dec} + } +}; + +StandTile tile_867 = { + 0x003912, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 118, -643, 0x0df8}, + {-1612, 109, -643, 0x0ddc}, + {-1513, 109, -643, 0x0000} + } +}; + +StandTile tile_868 = { + 0x003911, 0x2c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 118, -643, 0x0e00}, + {-1612, 118, -643, 0x0000}, + {-1612, 109, -643, 0x0df4} + } +}; + +StandTile tile_869 = { + 0x003a12, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 118, -643, 0x0e00}, + {-1513, 118, -657, 0x0e34}, + {-1612, 118, -657, 0x0000} + } +}; + +StandTile tile_870 = { + 0x003a11, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 118, -643, 0x0df8}, + {-1513, 118, -643, 0x0000}, + {-1513, 118, -657, 0x0dfc} + } +}; + +StandTile tile_871 = { + 0x003b12, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 72, -575, 0x0e08}, + {-1612, 63, -575, 0x0dcc}, + {-1513, 63, -575, 0x0000} + } +}; + +StandTile tile_872 = { + 0x003b11, 0x2c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 72, -575, 0x0e10}, + {-1612, 72, -575, 0x0000}, + {-1612, 63, -575, 0x0e04} + } +}; + +StandTile tile_873 = { + 0x003c12, 0x2c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 72, -575, 0x0e10}, + {-1513, 72, -589, 0x0de4}, + {-1612, 72, -589, 0x0000} + } +}; + +StandTile tile_874 = { + 0x003c11, 0x2c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 72, -575, 0x0e08}, + {-1513, 72, -575, 0x0000}, + {-1513, 72, -589, 0x0e0c} + } +}; + +StandTile tile_875 = { + 0x003d12, 0x2c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 91, -602, 0x0e18}, + {-1612, 82, -602, 0x0dec}, + {-1513, 82, -602, 0x0000} + } +}; + +StandTile tile_876 = { + 0x003d11, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 91, -602, 0x0e20}, + {-1612, 91, -602, 0x0000}, + {-1612, 82, -602, 0x0e14} + } +}; + +StandTile tile_877 = { + 0x003e12, 0x2c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 91, -602, 0x0e20}, + {-1513, 91, -616, 0x0e24}, + {-1612, 91, -616, 0x0000} + } +}; + +StandTile tile_878 = { + 0x003e11, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 91, -602, 0x0e18}, + {-1513, 91, -602, 0x0000}, + {-1513, 91, -616, 0x0e1c} + } +}; + +StandTile tile_879 = { + 0x003f12, 0x2c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 100, -616, 0x0e28}, + {-1612, 91, -616, 0x0e1c}, + {-1513, 91, -616, 0x0000} + } +}; + +StandTile tile_880 = { + 0x003f11, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 100, -616, 0x0e30}, + {-1612, 100, -616, 0x0000}, + {-1612, 91, -616, 0x0e24} + } +}; + +StandTile tile_881 = { + 0x004012, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 100, -616, 0x0e30}, + {-1513, 100, -630, 0x0dd4}, + {-1612, 100, -630, 0x0000} + } +}; + +StandTile tile_882 = { + 0x004011, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 100, -616, 0x0e28}, + {-1513, 100, -616, 0x0000}, + {-1513, 100, -630, 0x0e2c} + } +}; + +StandTile tile_883 = { + 0x004112, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 127, -657, 0x0e38}, + {-1612, 118, -657, 0x0dfc}, + {-1513, 118, -657, 0x0000} + } +}; + +StandTile tile_884 = { + 0x004111, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1513, 127, -657, 0x077b}, + {-1612, 127, -657, 0x0000}, + {-1612, 118, -657, 0x0e34} + } +}; + +StandTile tile_885 = { + 0x004e12, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1748, -9, -670, 0x0e40}, + {-1649, -18, -670, 0x0ed8}, + {-1748, -18, -670, 0x0000} + } +}; + +StandTile tile_886 = { + 0x004e11, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1748, -9, -670, 0x0e48}, + {-1649, -9, -670, 0x0000}, + {-1649, -18, -670, 0x0e3c} + } +}; + +StandTile tile_887 = { + 0x004f12, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1649, -9, -670, 0x0e48}, + {-1748, -9, -657, 0x0e84}, + {-1649, -9, -657, 0x0000} + } +}; + +StandTile tile_888 = { + 0x004f11, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1649, -9, -670, 0x0e40}, + {-1748, -9, -670, 0x0000}, + {-1748, -9, -657, 0x0e44} + } +}; + +StandTile tile_889 = { + 0x005012, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 36, -602, 0x0e50}, + {-1649, 27, -602, 0x0eac}, + {-1748, 27, -602, 0x0000} + } +}; + +StandTile tile_890 = { + 0x005011, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 36, -602, 0x0e58}, + {-1649, 36, -602, 0x0000}, + {-1649, 27, -602, 0x0e4c} + } +}; + +StandTile tile_891 = { + 0x005112, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 36, -602, 0x0e58}, + {-1748, 36, -589, 0x0e6c}, + {-1649, 36, -589, 0x0000} + } +}; + +StandTile tile_892 = { + 0x005111, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 36, -602, 0x0e50}, + {-1748, 36, -602, 0x0000}, + {-1748, 36, -589, 0x0e54} + } +}; + +StandTile tile_893 = { + 0x005212, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 9, -643, 0x0e60}, + {-1649, 0, -643, 0x0e8c}, + {-1748, 0, -643, 0x0000} + } +}; + +StandTile tile_894 = { + 0x005211, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 9, -643, 0x0e68}, + {-1649, 9, -643, 0x0000}, + {-1649, 0, -643, 0x0e5c} + } +}; + +StandTile tile_895 = { + 0x005312, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 9, -643, 0x0e68}, + {-1748, 9, -630, 0x0e94}, + {-1649, 9, -630, 0x0000} + } +}; + +StandTile tile_896 = { + 0x005311, 0x2c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 9, -643, 0x0e60}, + {-1748, 9, -643, 0x0000}, + {-1748, 9, -630, 0x0e64} + } +}; + +StandTile tile_897 = { + 0x005412, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 45, -589, 0x0e70}, + {-1649, 36, -589, 0x0e54}, + {-1748, 36, -589, 0x0000} + } +}; + +StandTile tile_898 = { + 0x005411, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 45, -589, 0x0e78}, + {-1649, 45, -589, 0x0000}, + {-1649, 36, -589, 0x0e6c} + } +}; + +StandTile tile_899 = { + 0x005512, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 45, -589, 0x0e78}, + {-1748, 45, -575, 0x0eb4}, + {-1649, 45, -575, 0x0000} + } +}; + +StandTile tile_900 = { + 0x005511, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 45, -589, 0x0e70}, + {-1748, 45, -589, 0x0000}, + {-1748, 45, -575, 0x0e74} + } +}; + +StandTile tile_901 = { + 0x005612, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 54, -575, 0x0e80}, + {-1748, 54, -562, 0x0ef0}, + {-1649, 54, -562, 0x0000} + } +}; + +StandTile tile_902 = { + 0x005611, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 54, -575, 0x0eb8}, + {-1748, 54, -575, 0x0000}, + {-1748, 54, -562, 0x0e7c} + } +}; + +StandTile tile_903 = { + 0x005712, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 0, -657, 0x0e88}, + {-1649, -9, -657, 0x0e44}, + {-1748, -9, -657, 0x0000} + } +}; + +StandTile tile_904 = { + 0x005711, 0x2c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 0, -657, 0x0e90}, + {-1649, 0, -657, 0x0000}, + {-1649, -9, -657, 0x0e84} + } +}; + +StandTile tile_905 = { + 0x005812, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 0, -657, 0x0e90}, + {-1748, 0, -643, 0x0e5c}, + {-1649, 0, -643, 0x0000} + } +}; + +StandTile tile_906 = { + 0x005811, 0x2c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 0, -657, 0x0e88}, + {-1748, 0, -657, 0x0000}, + {-1748, 0, -643, 0x0e8c} + } +}; + +StandTile tile_907 = { + 0x005912, 0x2c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 18, -630, 0x0e98}, + {-1649, 9, -630, 0x0e64}, + {-1748, 9, -630, 0x0000} + } +}; + +StandTile tile_908 = { + 0x005911, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 18, -630, 0x0ea0}, + {-1649, 18, -630, 0x0000}, + {-1649, 9, -630, 0x0e94} + } +}; + +StandTile tile_909 = { + 0x005a12, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 18, -630, 0x0ea0}, + {-1748, 18, -616, 0x0ea4}, + {-1649, 18, -616, 0x0000} + } +}; + +StandTile tile_910 = { + 0x005a11, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 18, -630, 0x0e98}, + {-1748, 18, -630, 0x0000}, + {-1748, 18, -616, 0x0e9c} + } +}; + +StandTile tile_911 = { + 0x005b12, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 27, -616, 0x0ea8}, + {-1649, 18, -616, 0x0e9c}, + {-1748, 18, -616, 0x0000} + } +}; + +StandTile tile_912 = { + 0x005b11, 0x2c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 27, -616, 0x0eb0}, + {-1649, 27, -616, 0x0000}, + {-1649, 18, -616, 0x0ea4} + } +}; + +StandTile tile_913 = { + 0x005c12, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 27, -616, 0x0eb0}, + {-1748, 27, -602, 0x0e4c}, + {-1649, 27, -602, 0x0000} + } +}; + +StandTile tile_914 = { + 0x005c11, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 27, -616, 0x0ea8}, + {-1748, 27, -616, 0x0000}, + {-1748, 27, -602, 0x0eac} + } +}; + +StandTile tile_915 = { + 0x005d12, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 54, -575, 0x0eb8}, + {-1649, 45, -575, 0x0e74}, + {-1748, 45, -575, 0x0000} + } +}; + +StandTile tile_916 = { + 0x005d11, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 54, -575, 0x0e80}, + {-1649, 54, -575, 0x0000}, + {-1649, 45, -575, 0x0eb4} + } +}; + +StandTile tile_917 = { + 0x000710, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1513, -18, -684, 0x0000}, + {-1513, -18, -743, 0x0000}, + {-1549, -18, -743, 0x0ee0} + } +}; + +StandTile tile_918 = { + 0x000610, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1748, -18, -743, 0x0000}, + {-1748, -18, -684, 0x0edc}, + {-1712, -18, -743, 0x0000} + } +}; + +StandTile tile_919 = { + 0x000c12, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1662, -18, -548, 0x0ec8}, + {-1581, -18, -670, 0x0ed0}, + {-1649, -18, -670, 0x0000} + } +}; + +StandTile tile_920 = { + 0x000c11, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1662, -18, -548, 0x0000}, + {-1599, -18, -548, 0x0000}, + {-1581, -18, -670, 0x0ec4} + } +}; + +StandTile tile_921 = { + 0x000b12, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1649, -18, -670, 0x0ed0}, + {-1513, -18, -684, 0x0ee0}, + {-1748, -18, -684, 0x0ed8} + } +}; + +StandTile tile_922 = { + 0x000b11, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1649, -18, -670, 0x0ec4}, + {-1581, -18, -670, 0x0ed4}, + {-1513, -18, -684, 0x0ecc} + } +}; + +StandTile tile_923 = { + 0x000a10, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1513, -18, -670, 0x0000}, + {-1513, -18, -684, 0x0ed0}, + {-1581, -18, -670, 0x0000} + } +}; + +StandTile tile_924 = { + 0x000910, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1748, -18, -670, 0x0e3c}, + {-1649, -18, -670, 0x0ecc}, + {-1748, -18, -684, 0x0000} + } +}; + +StandTile tile_925 = { + 0x000812, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1748, -18, -684, 0x0ee0}, + {-1549, -18, -743, 0x0c5f}, + {-1712, -18, -743, 0x0ec0} + } +}; + +StandTile tile_926 = { + 0x000811, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1748, -18, -684, 0x0ecc}, + {-1513, -18, -684, 0x0ebc}, + {-1549, -18, -743, 0x0edc} + } +}; + +StandTile tile_927 = { + 0x03c010, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 54, -489, 0x0000}, + {-1513, 54, -489, 0x0eec}, + {-1630, 54, -525, 0x0ee8} + } +}; + +StandTile tile_928 = { + 0x03bf10, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1748, 54, -562, 0x0000}, + {-1748, 54, -489, 0x0ee4}, + {-1630, 54, -525, 0x0ef0} + } +}; + +StandTile tile_929 = { + 0x03c110, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1630, 54, -525, 0x0ee4}, + {-1513, 54, -489, 0x0000}, + {-1513, 54, -562, 0x0ef0} + } +}; + +StandTile tile_930 = { + 0x004210, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 5, + 0x0, 0x1, 0x2, + { + {-1748, 54, -562, 0x0ee8}, + {-1630, 54, -525, 0x0eec}, + {-1513, 54, -562, 0x0dc4}, + {-1612, 54, -562, 0x0000}, + {-1649, 54, -562, 0x0e7c} + } +}; + +StandTile tile_931 = { + 0x01bb10, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1196, -18, -1970, 0x0d64}, + {-1304, -18, -1970, 0x0f4f}, + {-1196, -18, -1957, 0x0000} + } +}; + +StandTile tile_932 = { + 0x049e12, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-865, -18, -1812, 0x0efe}, + {-772, -18, -1957, 0x0000}, + {-1046, -18, -1957, 0x0f0e} + } +}; + +StandTile tile_933 = { + 0x049e11, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-865, -18, -1812, 0x0f02}, + {-772, -18, -1899, 0x0000}, + {-772, -18, -1957, 0x0efa} + } +}; + +StandTile tile_934 = { + 0x04a010, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-772, -18, -1899, 0x0efe}, + {-865, -18, -1812, 0x0f06}, + {-772, -18, -1729, 0x0000} + } +}; + +StandTile tile_935 = { + 0x04a212, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-865, -18, -1812, 0x0f0a}, + {-772, -18, -1676, 0x0000}, + {-772, -18, -1729, 0x0f02} + } +}; + +StandTile tile_936 = { + 0x04a211, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-865, -18, -1812, 0x0f0e}, + {-1046, -18, -1676, 0x0f3f}, + {-772, -18, -1676, 0x0f06} + } +}; + +StandTile tile_937 = { + 0x020510, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {-1046, -18, -1957, 0x0000}, + {-1046, -18, -1943, 0x0f5b}, + {-1046, -18, -1676, 0x0f0a}, + {-865, -18, -1812, 0x0efa} + } +}; + +StandTile tile_938 = { + 0x040210, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1178, -18, -1531, 0x0f1b}, + {-1318, -18, -1422, 0x0000}, + {-1304, -18, -1409, 0x0f17} + } +}; + +StandTile tile_939 = { + 0x01da10, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1178, -18, -1531, 0x0f13}, + {-1304, -18, -1409, 0x0a9b}, + {-992, -18, -1409, 0x0f23} + } +}; + +StandTile tile_940 = { + 0x01d910, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -1676, 0x0f33}, + {-1318, -18, -1422, 0x0f13}, + {-1178, -18, -1531, 0x0f1f} + } +}; + +StandTile tile_941 = { + 0x01d810, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1178, -18, -1531, 0x0f23}, + {-1046, -18, -1676, 0x0f57}, + {-1304, -18, -1676, 0x0f1b} + } +}; + +StandTile tile_942 = { + 0x01d710, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-992, -18, -1409, 0x0f3b}, + {-1046, -18, -1676, 0x0f1f}, + {-1178, -18, -1531, 0x0f17} + } +}; + +StandTile tile_943 = { + 0x03cc10, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -1970, 0x0d68}, + {-1427, -18, -1970, 0x0000}, + {-1427, -18, -1712, 0x0f2b} + } +}; + +StandTile tile_944 = { + 0x03cb10, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -1676, 0x0f53}, + {-1304, -18, -1970, 0x0f27}, + {-1427, -18, -1712, 0x0f2f} + } +}; + +StandTile tile_945 = { + 0x01b810, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1427, -18, -1712, 0x0000}, + {-1427, -18, -1562, 0x0f33}, + {-1304, -18, -1676, 0x0f2b} + } +}; + +StandTile tile_946 = { + 0x01b710, 0x2b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1318, -18, -1422, 0x0f1b}, + {-1304, -18, -1676, 0x0f2f}, + {-1427, -18, -1562, 0x0c6b} + } +}; + +StandTile tile_947 = { + 0x01a511, 0x2b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-865, -18, -1531, 0x0f3b}, + {-992, -18, -1409, 0x0aa3}, + {-772, -18, -1409, 0x0f47} + } +}; + +StandTile tile_948 = { + 0x01a410, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1046, -18, -1676, 0x0f23}, + {-992, -18, -1409, 0x0f37}, + {-865, -18, -1531, 0x0f3f} + } +}; + +StandTile tile_949 = { + 0x01a312, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-865, -18, -1531, 0x0f43}, + {-772, -18, -1676, 0x0f0a}, + {-1046, -18, -1676, 0x0f3b} + } +}; + +StandTile tile_950 = { + 0x03bd10, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-772, -18, -1535, 0x0000}, + {-772, -18, -1676, 0x0f3f}, + {-865, -18, -1531, 0x0f47} + } +}; + +StandTile tile_951 = { + 0x01a210, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-772, -18, -1409, 0x0000}, + {-772, -18, -1535, 0x0f43}, + {-865, -18, -1531, 0x0f37} + } +}; + +StandTile tile_952 = { + 0x01a110, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1196, -18, -1816, 0x0f5f}, + {-1073, -18, -1957, 0x0000}, + {-1196, -18, -1957, 0x0f4f} + } +}; + +StandTile tile_953 = { + 0x01a010, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1196, -18, -1957, 0x0ef6}, + {-1304, -18, -1970, 0x0f53}, + {-1196, -18, -1816, 0x0f4b} + } +}; + +StandTile tile_954 = { + 0x019f10, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1196, -18, -1816, 0x0f4f}, + {-1304, -18, -1970, 0x0f2b}, + {-1304, -18, -1676, 0x0f57} + } +}; + +StandTile tile_955 = { + 0x019e10, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1304, -18, -1676, 0x0f1f}, + {-1046, -18, -1676, 0x0f5b}, + {-1196, -18, -1816, 0x0f53} + } +}; + +StandTile tile_956 = { + 0x019d10, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1196, -18, -1816, 0x0f57}, + {-1046, -18, -1676, 0x0f0e}, + {-1046, -18, -1943, 0x0f63} + } +}; + +StandTile tile_957 = { + 0x019c10, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1073, -18, -1957, 0x0f4b}, + {-1196, -18, -1816, 0x0f63}, + {-1073, -18, -1943, 0x0000} + } +}; + +StandTile tile_958 = { + 0x019b10, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1073, -18, -1943, 0x0f5f}, + {-1196, -18, -1816, 0x0f5b}, + {-1046, -18, -1943, 0x0000} + } +}; + +StandTile tile_959 = { + 0x08fc08, 0x2a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-127, 127, 190, 0x1870}, + {-72, 127, 190, 0x0f8f}, + {-127, 127, 140, 0x0f6b} + } +}; + +StandTile tile_960 = { + 0x05cd08, 0x2a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, 190, 0x186c}, + {-127, 127, 190, 0x0f67}, + {-127, 127, 140, 0x0f6f} + } +}; + +StandTile tile_961 = { + 0x0ff508, 0x2a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, 163, 0x0000}, + {-181, 127, 190, 0x0f6b}, + {-127, 127, 140, 0x0f73} + } +}; + +StandTile tile_962 = { + 0x0ff408, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, 109, 0x0fa1}, + {-181, 127, 163, 0x0f6f}, + {-127, 127, 140, 0x0f77} + } +}; + +StandTile tile_963 = { + 0x0f8608, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, 45, 0x0faa}, + {-181, 127, 109, 0x0f73}, + {-127, 127, 140, 0x0f7b} + } +}; + +StandTile tile_964 = { + 0x0f8708, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, 45, 0x0f77}, + {-127, 127, 140, 0x0f87}, + {-154, 127, 34, 0x0f7f} + } +}; + +StandTile tile_965 = { + 0x05ca08, 0x2a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, -18, 0x0fa6}, + {-181, 127, 45, 0x0f7b}, + {-154, 127, 34, 0x0f83} + } +}; + +StandTile tile_966 = { + 0x0f8808, 0x2a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-127, 127, -18, 0x10fd}, + {-181, 127, -18, 0x0f7f}, + {-154, 127, 34, 0x0f87} + } +}; + +StandTile tile_967 = { + 0x08fd08, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, 127, -18, 0x0f83}, + {-154, 127, 34, 0x0f7b}, + {-127, 127, 140, 0x0f8b} + } +}; + +StandTile tile_968 = { + 0x05ce08, 0x2a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-72, 127, -18, 0x1101}, + {-127, 127, -18, 0x0f87}, + {-127, 127, 140, 0x0f98} + } +}; + +StandTile tile_969 = { + 0x103708, 0x2a, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-127, 127, 140, 0x0f67}, + {-72, 127, 190, 0x0000}, + {-72, 127, 103, 0x11ae}, + {-72, 127, 92, 0x0f94} + } +}; + +StandTile tile_970 = { + 0x103808, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, 127, 140, 0x0f8f}, + {-72, 127, 92, 0x11ae}, + {-72, 127, 54, 0x0f98} + } +}; + +StandTile tile_971 = { + 0x03f208, 0x2a, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {-72, 127, -18, 0x0f8b}, + {-127, 127, 140, 0x0f94}, + {-72, 127, 54, 0x11ae}, + {-72, 127, 45, 0x0000} + } +}; + +StandTile tile_972 = { + 0x01c10a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-308, 127, 163, 0x0fa1}, + {-181, 127, 109, 0x0fae}, + {-308, 127, 109, 0x0fc9} + } +}; + +StandTile tile_973 = { + 0x01c109, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-308, 127, 163, 0x0fc1}, + {-208, 127, 163, 0x0000}, + {-181, 127, 163, 0x0f73}, + {-181, 127, 109, 0x0f9d} + } +}; + +StandTile tile_974 = { + 0x0f8508, 0x2a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, 45, 0x0f7f}, + {-181, 127, -18, 0x0fbd}, + {-276, 127, 45, 0x0faa} + } +}; + +StandTile tile_975 = { + 0x092408, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, 109, 0x0f77}, + {-181, 127, 45, 0x0fa6}, + {-276, 127, 45, 0x0fae} + } +}; + +StandTile tile_976 = { + 0x092308, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-371, 127, 109, 0x0000}, + {-308, 127, 109, 0x0f9d}, + {-181, 127, 109, 0x0faa}, + {-276, 127, 45, 0x0fb3} + } +}; + +StandTile tile_977 = { + 0x0f8a08, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-371, 127, 45, 0x14a5}, + {-371, 127, 82, 0x0000}, + {-371, 127, 109, 0x0fae}, + {-276, 127, 45, 0x0fb8} + } +}; + +StandTile tile_978 = { + 0x092508, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-371, 127, -18, 0x1488}, + {-371, 127, 41, 0x14a5}, + {-371, 127, 45, 0x0fb3}, + {-276, 127, 45, 0x0fbd} + } +}; + +StandTile tile_979 = { + 0x092208, 0x2a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-371, 127, -18, 0x0fb8}, + {-276, 127, 45, 0x0fa6}, + {-181, 127, -18, 0x0000} + } +}; + +StandTile tile_980 = { + 0x01c40a, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-308, 127, 163, 0x0fc5}, + {-208, 118, 163, 0x0000}, + {-208, 127, 163, 0x0fa1} + } +}; + +StandTile tile_981 = { + 0x01c409, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-308, 127, 163, 0x0fcd}, + {-308, 117, 163, 0x0000}, + {-208, 118, 163, 0x0fc1} + } +}; + +StandTile tile_982 = { + 0x01990a, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-308, 117, 109, 0x0fcd}, + {-308, 127, 163, 0x0f9d}, + {-308, 127, 109, 0x0000} + } +}; + +StandTile tile_983 = { + 0x019909, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-308, 117, 109, 0x1097}, + {-308, 117, 163, 0x0fc5}, + {-308, 127, 163, 0x0fc9} + } +}; + +StandTile tile_984 = { + 0x019a0a, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-317, 109, 109, 0x0fd5}, + {-317, 117, 163, 0x1093}, + {-317, 117, 109, 0x0000} + } +}; + +StandTile tile_985 = { + 0x019a09, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-317, 109, 109, 0x109f}, + {-317, 109, 163, 0x0ff1}, + {-317, 117, 163, 0x0fd1} + } +}; + +StandTile tile_986 = { + 0x01960a, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-326, 100, 109, 0x0fdd}, + {-326, 109, 163, 0x109b}, + {-326, 109, 109, 0x0000} + } +}; + +StandTile tile_987 = { + 0x019609, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-326, 100, 109, 0x10a7}, + {-326, 100, 163, 0x0ffd}, + {-326, 109, 163, 0x0fd9} + } +}; + +StandTile tile_988 = { + 0x01970a, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-335, 91, 109, 0x0fe5}, + {-335, 100, 163, 0x10a3}, + {-335, 100, 109, 0x0000} + } +}; + +StandTile tile_989 = { + 0x019709, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-335, 91, 109, 0x10af}, + {-335, 91, 163, 0x1011}, + {-335, 100, 163, 0x0fe1} + } +}; + +StandTile tile_990 = { + 0x01980a, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-344, 82, 109, 0x0fed}, + {-344, 91, 163, 0x10ab}, + {-344, 91, 109, 0x0000} + } +}; + +StandTile tile_991 = { + 0x019809, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-344, 82, 109, 0x10b7}, + {-344, 82, 163, 0x102b}, + {-344, 91, 163, 0x0fe9} + } +}; + +StandTile tile_992 = { + 0x01a308, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-308, 117, 163, 0x1097}, + {-317, 117, 163, 0x0fd5}, + {-317, 109, 163, 0x0000} + } +}; + +StandTile tile_993 = { + 0x019b0a, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-353, 72, 109, 0x0ff9}, + {-353, 82, 163, 0x10b3}, + {-353, 82, 109, 0x0000} + } +}; + +StandTile tile_994 = { + 0x019b09, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-353, 72, 109, 0x10bf}, + {-353, 72, 163, 0x1037}, + {-353, 82, 163, 0x0ff5} + } +}; + +StandTile tile_995 = { + 0x01a708, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-317, 109, 163, 0x109f}, + {-326, 109, 163, 0x0fdd}, + {-326, 100, 163, 0x1015} + } +}; + +StandTile tile_996 = { + 0x01b00a, 0x29, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-317, 0, 226, 0x1005}, + {-317, 9, 172, 0x106b}, + {-317, 9, 226, 0x0000} + } +}; + +StandTile tile_997 = { + 0x01b009, 0x29, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-317, 0, 226, 0x10ed}, + {-317, 0, 172, 0x0000}, + {-317, 9, 172, 0x1001} + } +}; + +StandTile tile_998 = { + 0x019c0a, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-362, 63, 109, 0x100d}, + {-362, 72, 163, 0x10bb}, + {-362, 72, 109, 0x0000} + } +}; + +StandTile tile_999 = { + 0x019c09, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-362, 63, 109, 0x10c7}, + {-362, 63, 163, 0x1043}, + {-362, 72, 163, 0x1009} + } +}; + +StandTile tile_1000 = { + 0x01a108, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-326, 100, 163, 0x10a7}, + {-335, 100, 163, 0x0fe5}, + {-335, 91, 163, 0x1015} + } +}; + +StandTile tile_1001 = { + 0x01c30a, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 9, + 0x0, 0x1, 0x2, + { + {-371, 54, 163, 0x101f}, + {-299, 118, 163, 0x0000}, + {-308, 117, 163, 0x0000}, + {-317, 109, 163, 0x0ffd}, + {-326, 100, 163, 0x1011}, + {-335, 91, 163, 0x102b}, + {-344, 82, 163, 0x0000}, + {-353, 72, 163, 0x1043}, + {-362, 63, 163, 0x1047} + } +}; + +StandTile tile_1002 = { + 0x01c309, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-371, 54, 163, 0x0000}, + {-371, 45, 163, 0x0000}, + {-299, 118, 163, 0x1015} + } +}; + +StandTile tile_1003 = { + 0x019d0a, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-371, 54, 109, 0x1027}, + {-371, 63, 163, 0x10c3}, + {-371, 63, 109, 0x0000} + } +}; + +StandTile tile_1004 = { + 0x019d09, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-371, 54, 109, 0x10cf}, + {-371, 54, 163, 0x1047}, + {-371, 63, 163, 0x1023} + } +}; + +StandTile tile_1005 = { + 0x01a508, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-335, 91, 163, 0x10af}, + {-344, 91, 163, 0x0fed}, + {-344, 82, 163, 0x1015} + } +}; + +StandTile tile_1006 = { + 0x01af0a, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-326, 9, 226, 0x1033}, + {-326, 18, 172, 0x1063}, + {-326, 18, 226, 0x0000} + } +}; + +StandTile tile_1007 = { + 0x01af09, 0x29, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-326, 9, 226, 0x106f}, + {-326, 9, 172, 0x0000}, + {-326, 18, 172, 0x102f} + } +}; + +StandTile tile_1008 = { + 0x01a408, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-344, 82, 163, 0x10b7}, + {-353, 82, 163, 0x0ff9}, + {-353, 72, 163, 0x0000} + } +}; + +StandTile tile_1009 = { + 0x01ae0a, 0x29, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-335, 18, 226, 0x103f}, + {-335, 27, 172, 0x108b}, + {-335, 27, 226, 0x0000} + } +}; + +StandTile tile_1010 = { + 0x01ae09, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-335, 18, 226, 0x1067}, + {-335, 18, 172, 0x0000}, + {-335, 27, 172, 0x103b} + } +}; + +StandTile tile_1011 = { + 0x01a208, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-353, 72, 163, 0x10bf}, + {-362, 72, 163, 0x100d}, + {-362, 63, 163, 0x1015} + } +}; + +StandTile tile_1012 = { + 0x01a608, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-362, 63, 163, 0x10c7}, + {-371, 63, 163, 0x1027}, + {-371, 54, 163, 0x1015} + } +}; + +StandTile tile_1013 = { + 0x01ad0a, 0x29, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-344, 27, 226, 0x104f}, + {-344, 36, 172, 0x1083}, + {-344, 36, 226, 0x0000} + } +}; + +StandTile tile_1014 = { + 0x01ad09, 0x29, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-344, 27, 226, 0x108f}, + {-344, 27, 172, 0x0000}, + {-344, 36, 172, 0x104b} + } +}; + +StandTile tile_1015 = { + 0x01ac0a, 0x29, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-353, 36, 226, 0x1057}, + {-353, 45, 172, 0x107b}, + {-353, 45, 226, 0x0000} + } +}; + +StandTile tile_1016 = { + 0x01ac09, 0x29, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-353, 36, 226, 0x1087}, + {-353, 36, 172, 0x0000}, + {-353, 45, 172, 0x1053} + } +}; + +StandTile tile_1017 = { + 0x01ab0a, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-362, 45, 226, 0x105f}, + {-362, 54, 172, 0x1073}, + {-362, 54, 226, 0x0000} + } +}; + +StandTile tile_1018 = { + 0x01ab09, 0x29, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-362, 45, 226, 0x107f}, + {-362, 45, 172, 0x0000}, + {-362, 54, 172, 0x105b} + } +}; + +StandTile tile_1019 = { + 0x01bc0a, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-326, 18, 172, 0x1067}, + {-335, 18, 226, 0x0000}, + {-326, 18, 226, 0x102f} + } +}; + +StandTile tile_1020 = { + 0x01bc09, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-326, 18, 172, 0x0000}, + {-335, 18, 172, 0x103f}, + {-335, 18, 226, 0x1063} + } +}; + +StandTile tile_1021 = { + 0x01ba0a, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-317, 9, 172, 0x106f}, + {-326, 9, 226, 0x0000}, + {-317, 9, 226, 0x1001} + } +}; + +StandTile tile_1022 = { + 0x01ba09, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-317, 9, 172, 0x0000}, + {-326, 9, 172, 0x1033}, + {-326, 9, 226, 0x106b} + } +}; + +StandTile tile_1023 = { + 0x01b10a, 0x29, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-362, 54, 172, 0x1077}, + {-371, 54, 226, 0x0000}, + {-362, 54, 226, 0x105b} + } +}; + +StandTile tile_1024 = { + 0x01b109, 0x29, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-362, 54, 172, 0x0000}, + {-371, 54, 172, 0x10cf}, + {-371, 54, 226, 0x1073} + } +}; + +StandTile tile_1025 = { + 0x01b20a, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-353, 45, 172, 0x107f}, + {-362, 45, 226, 0x0000}, + {-353, 45, 226, 0x1053} + } +}; + +StandTile tile_1026 = { + 0x01b209, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-353, 45, 172, 0x0000}, + {-362, 45, 172, 0x105f}, + {-362, 45, 226, 0x107b} + } +}; + +StandTile tile_1027 = { + 0x01b30a, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-344, 36, 172, 0x1087}, + {-353, 36, 226, 0x0000}, + {-344, 36, 226, 0x104b} + } +}; + +StandTile tile_1028 = { + 0x01b309, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-344, 36, 172, 0x0000}, + {-353, 36, 172, 0x1057}, + {-353, 36, 226, 0x1083} + } +}; + +StandTile tile_1029 = { + 0x01bb0a, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-335, 27, 172, 0x108f}, + {-344, 27, 226, 0x0000}, + {-335, 27, 226, 0x103b} + } +}; + +StandTile tile_1030 = { + 0x01bb09, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-335, 27, 172, 0x0000}, + {-344, 27, 172, 0x104f}, + {-344, 27, 226, 0x108b} + } +}; + +StandTile tile_1031 = { + 0x04340a, 0x29, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-317, 117, 163, 0x1097}, + {-308, 117, 109, 0x0000}, + {-317, 117, 109, 0x0fd1} + } +}; + +StandTile tile_1032 = { + 0x043409, 0x29, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-317, 117, 163, 0x0ff1}, + {-308, 117, 163, 0x0fcd}, + {-308, 117, 109, 0x1093} + } +}; + +StandTile tile_1033 = { + 0x019e0a, 0x29, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-326, 109, 163, 0x109f}, + {-317, 109, 109, 0x0000}, + {-326, 109, 109, 0x0fd9} + } +}; + +StandTile tile_1034 = { + 0x019e09, 0x29, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-326, 109, 163, 0x0ffd}, + {-317, 109, 163, 0x0fd5}, + {-317, 109, 109, 0x109b} + } +}; + +StandTile tile_1035 = { + 0x019f0a, 0x29, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-335, 100, 163, 0x10a7}, + {-326, 100, 109, 0x0000}, + {-335, 100, 109, 0x0fe1} + } +}; + +StandTile tile_1036 = { + 0x019f09, 0x29, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-335, 100, 163, 0x1011}, + {-326, 100, 163, 0x0fdd}, + {-326, 100, 109, 0x10a3} + } +}; + +StandTile tile_1037 = { + 0x01a00a, 0x29, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-344, 91, 163, 0x10af}, + {-335, 91, 109, 0x0000}, + {-344, 91, 109, 0x0fe9} + } +}; + +StandTile tile_1038 = { + 0x01a009, 0x29, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-344, 91, 163, 0x102b}, + {-335, 91, 163, 0x0fe5}, + {-335, 91, 109, 0x10ab} + } +}; + +StandTile tile_1039 = { + 0x01a90a, 0x29, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-353, 82, 163, 0x10b7}, + {-344, 82, 109, 0x0000}, + {-353, 82, 109, 0x0ff5} + } +}; + +StandTile tile_1040 = { + 0x01a909, 0x29, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-353, 82, 163, 0x1037}, + {-344, 82, 163, 0x0fed}, + {-344, 82, 109, 0x10b3} + } +}; + +StandTile tile_1041 = { + 0x01aa0a, 0x29, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-362, 72, 163, 0x10bf}, + {-353, 72, 109, 0x0000}, + {-362, 72, 109, 0x1009} + } +}; + +StandTile tile_1042 = { + 0x01aa09, 0x29, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-362, 72, 163, 0x1043}, + {-353, 72, 163, 0x0ff9}, + {-353, 72, 109, 0x10bb} + } +}; + +StandTile tile_1043 = { + 0x01a80a, 0x29, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-371, 63, 163, 0x10c7}, + {-362, 63, 109, 0x0000}, + {-371, 63, 109, 0x1023} + } +}; + +StandTile tile_1044 = { + 0x01a809, 0x29, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-371, 63, 163, 0x1047}, + {-362, 63, 163, 0x100d}, + {-362, 63, 109, 0x10c3} + } +}; + +StandTile tile_1045 = { + 0x082608, 0x29, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-371, 54, 109, 0x0000}, + {-417, 54, 109, 0x10d9}, + {-394, 54, 167, 0x10cf} + } +}; + +StandTile tile_1046 = { + 0x082408, 0x29, + 0x0, + 0xd, 0xd, 0xd, + 5, + 0x0, 0x3, 0x4, + { + {-371, 54, 226, 0x1077}, + {-371, 54, 172, 0x0000}, + {-371, 54, 163, 0x1027}, + {-371, 54, 109, 0x10cb}, + {-394, 54, 167, 0x10d5} + } +}; + +StandTile tile_1047 = { + 0x082508, 0x29, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-417, 54, 226, 0x0000}, + {-371, 54, 226, 0x10cf}, + {-394, 54, 167, 0x10d9} + } +}; + +StandTile tile_1048 = { + 0x01bd08, 0x29, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-417, 54, 226, 0x10d5}, + {-394, 54, 167, 0x10cb}, + {-417, 54, 109, 0x0000} + } +}; + +StandTile tile_1049 = { + 0x100608, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-208, 0, 226, 0x0000}, + {-208, 0, 82, 0x10e5}, + {-254, 0, 154, 0x10e1} + } +}; + +StandTile tile_1050 = { + 0x100408, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-317, 0, 226, 0x1525}, + {-208, 0, 226, 0x10dd}, + {-254, 0, 154, 0x10ed} + } +}; + +StandTile tile_1051 = { + 0x100508, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-254, 0, 154, 0x10dd}, + {-208, 0, 82, 0x0000}, + {-317, 0, 82, 0x10e9} + } +}; + +StandTile tile_1052 = { + 0x19ea08, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-254, 0, 154, 0x10e5}, + {-317, 0, 82, 0x0000}, + {-317, 0, 172, 0x10ed} + } +}; + +StandTile tile_1053 = { + 0x100108, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-317, 0, 226, 0x10e1}, + {-254, 0, 154, 0x10e9}, + {-317, 0, 172, 0x1005} + } +}; + +StandTile tile_1054 = { + 0x05c808, 0x28, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-72, 127, -226, 0x1117}, + {-127, 127, -226, 0x10f5}, + {-127, 127, -122, 0x1105} + } +}; + +StandTile tile_1055 = { + 0x08fe08, 0x28, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-127, 127, -226, 0x1113}, + {-181, 127, -226, 0x10f9}, + {-127, 127, -122, 0x10f1} + } +}; + +StandTile tile_1056 = { + 0x05be08, 0x28, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, -226, 0x0000}, + {-181, 127, -18, 0x10fd}, + {-127, 127, -122, 0x10f5} + } +}; + +StandTile tile_1057 = { + 0x05c708, 0x28, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, -18, 0x0f83}, + {-127, 127, -18, 0x1101}, + {-127, 127, -122, 0x10f9} + } +}; + +StandTile tile_1058 = { + 0x08ff08, 0x28, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-127, 127, -18, 0x0f8b}, + {-72, 127, -18, 0x1105}, + {-127, 127, -122, 0x10fd} + } +}; + +StandTile tile_1059 = { + 0x03f908, 0x28, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x1, 0x2, + { + {-72, 127, -226, 0x10f1}, + {-127, 127, -122, 0x1101}, + {-72, 127, -18, 0x0000}, + {-72, 127, -106, 0x1161}, + {-72, 127, -165, 0x0000} + } +}; + +StandTile tile_1060 = { + 0x05bc08, 0x27, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, -480, 0x0000}, + {-181, 127, -226, 0x1113}, + {-127, 127, -353, 0x110f} + } +}; + +StandTile tile_1061 = { + 0x05ba08, 0x27, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-72, 127, -480, 0x17fe}, + {-181, 127, -480, 0x110b}, + {-127, 127, -353, 0x111b} + } +}; + +StandTile tile_1062 = { + 0x08fa08, 0x27, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-127, 127, -353, 0x110b}, + {-181, 127, -226, 0x10f5}, + {-127, 127, -226, 0x1117} + } +}; + +StandTile tile_1063 = { + 0x05bb08, 0x27, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-127, 127, -353, 0x1113}, + {-127, 127, -226, 0x10f1}, + {-72, 127, -226, 0x111b} + } +}; + +StandTile tile_1064 = { + 0x03f808, 0x27, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x1, 0x2, + { + {-72, 127, -480, 0x110f}, + {-127, 127, -353, 0x1117}, + {-72, 127, -226, 0x0000}, + {-72, 127, -315, 0x1121}, + {-72, 127, -373, 0x0000} + } +}; + +StandTile tile_1065 = { + 0x19f10a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-55, 127, -315, 0x1125}, + {-72, 127, -373, 0x111b}, + {-72, 127, -315, 0x0000} + } +}; + +StandTile tile_1066 = { + 0x19f109, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {-55, 127, -315, 0x1158}, + {-55, 127, -322, 0x1154}, + {-55, 127, -363, 0x114b}, + {-55, 127, -373, 0x0000}, + {-72, 127, -373, 0x1121} + } +}; + +StandTile tile_1067 = { + 0x1a3b0a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {135, 127, -458, 0x112f}, + {47, 127, -462, 0x1133}, + {45, 127, -358, 0x114f} + } +}; + +StandTile tile_1068 = { + 0x1a3b09, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {135, 127, -458, 0x0000}, + {136, 127, -462, 0x0000}, + {47, 127, -462, 0x112b} + } +}; + +StandTile tile_1069 = { + 0x1a3a0a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {47, 127, -462, 0x1137}, + {-36, 127, -435, 0x113f}, + {45, 127, -358, 0x112b} + } +}; + +StandTile tile_1070 = { + 0x1a3a09, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {47, 127, -462, 0x0000}, + {-36, 127, -462, 0x0000}, + {-36, 127, -435, 0x1133} + } +}; + +StandTile tile_1071 = { + 0x1a390a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {45, 127, -358, 0x113f}, + {-45, 127, -435, 0x0000}, + {-45, 127, -417, 0x1143} + } +}; + +StandTile tile_1072 = { + 0x1a3909, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {45, 127, -358, 0x1133}, + {-36, 127, -435, 0x0000}, + {-45, 127, -435, 0x113b} + } +}; + +StandTile tile_1073 = { + 0x1a380a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-45, 127, -417, 0x1147}, + {-55, 127, -373, 0x114b}, + {45, 127, -358, 0x113b} + } +}; + +StandTile tile_1074 = { + 0x1a3809, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-45, 127, -417, 0x0000}, + {-54, 127, -417, 0x0000}, + {-55, 127, -373, 0x1143} + } +}; + +StandTile tile_1075 = { + 0x1a3708, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-55, 127, -373, 0x1125}, + {-55, 127, -363, 0x1154}, + {45, 127, -358, 0x1143} + } +}; + +StandTile tile_1076 = { + 0x102e08, 0x26, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {145, 127, -245, 0x0000}, + {145, 127, -469, 0x0000}, + {135, 127, -458, 0x112b}, + {45, 127, -358, 0x115d} + } +}; + +StandTile tile_1077 = { + 0x103308, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {45, 127, -358, 0x114b}, + {-55, 127, -363, 0x1125}, + {-55, 127, -322, 0x1158} + } +}; + +StandTile tile_1078 = { + 0x102f08, 0x26, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {45, 127, -358, 0x1154}, + {-55, 127, -322, 0x1125}, + {-55, 127, -315, 0x0000}, + {-55, 127, -245, 0x115d} + } +}; + +StandTile tile_1079 = { + 0x102c08, 0x26, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {145, 127, -245, 0x114f}, + {45, 127, -358, 0x1158}, + {-55, 127, -245, 0x0000} + } +}; + +StandTile tile_1080 = { + 0x19ee0a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-49, 127, -106, 0x1165}, + {-72, 127, -165, 0x1105}, + {-72, 127, -106, 0x0000} + } +}; + +StandTile tile_1081 = { + 0x19ee09, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {-49, 127, -106, 0x117c}, + {-49, 127, -117, 0x1178}, + {-49, 127, -154, 0x1173}, + {-49, 127, -165, 0x0000}, + {-72, 127, -165, 0x1161} + } +}; + +StandTile tile_1082 = { + 0x102208, 0x25, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {145, 127, -233, 0x0000}, + {-49, 127, -233, 0x1173}, + {48, 127, -138, 0x116f} + } +}; + +StandTile tile_1083 = { + 0x102108, 0x25, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {145, 127, -36, 0x0000}, + {145, 127, -233, 0x116b}, + {48, 127, -138, 0x1181} + } +}; + +StandTile tile_1084 = { + 0x102708, 0x25, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {48, 127, -138, 0x116b}, + {-49, 127, -233, 0x0000}, + {-49, 127, -165, 0x1165}, + {-49, 127, -154, 0x1178} + } +}; + +StandTile tile_1085 = { + 0x102608, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {48, 127, -138, 0x1173}, + {-49, 127, -154, 0x1165}, + {-49, 127, -117, 0x117c} + } +}; + +StandTile tile_1086 = { + 0x102308, 0x25, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {48, 127, -138, 0x1178}, + {-49, 127, -117, 0x1165}, + {-49, 127, -106, 0x0000}, + {-49, 127, -36, 0x1181} + } +}; + +StandTile tile_1087 = { + 0x101f08, 0x25, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {145, 127, -36, 0x116f}, + {48, 127, -138, 0x117c}, + {-49, 127, -36, 0x0000} + } +}; + +StandTile tile_1088 = { + 0x1b1108, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {44, 127, 87, 0x118d}, + {-36, 127, 163, 0x1189}, + {145, 127, 197, 0x11a1} + } +}; + +StandTile tile_1089 = { + 0x1b1008, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-36, 127, 163, 0x0000}, + {-36, 127, 190, 0x0000}, + {145, 127, 197, 0x1185} + } +}; + +StandTile tile_1090 = { + 0x1b0f08, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {44, 127, 87, 0x1199}, + {-45, 127, 145, 0x1191}, + {-36, 127, 163, 0x1185} + } +}; + +StandTile tile_1091 = { + 0x1b0e08, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-45, 127, 163, 0x0000}, + {-36, 127, 163, 0x118d}, + {-45, 127, 145, 0x0000} + } +}; + +StandTile tile_1092 = { + 0x1b0d08, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-56, 127, 92, 0x0000}, + {-54, 127, 145, 0x0000}, + {-45, 127, 145, 0x1199} + } +}; + +StandTile tile_1093 = { + 0x1b0c08, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-45, 127, 145, 0x118d}, + {44, 127, 87, 0x11aa}, + {-56, 127, 92, 0x1195} + } +}; + +StandTile tile_1094 = { + 0x101a08, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {145, 127, -24, 0x0000}, + {-56, 127, -24, 0x11a5}, + {44, 127, 87, 0x11a1} + } +}; + +StandTile tile_1095 = { + 0x101808, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {145, 127, 197, 0x0000}, + {145, 127, -24, 0x119d}, + {44, 127, 87, 0x1185} + } +}; + +StandTile tile_1096 = { + 0x103508, 0x24, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {44, 127, 87, 0x119d}, + {-56, 127, -24, 0x0000}, + {-56, 127, 45, 0x11b4}, + {-56, 127, 54, 0x11aa} + } +}; + +StandTile tile_1097 = { + 0x103608, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {44, 127, 87, 0x11a5}, + {-56, 127, 54, 0x11b4}, + {-56, 127, 92, 0x1199} + } +}; + +StandTile tile_1098 = { + 0x19eb0a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-56, 127, 103, 0x11b4}, + {-72, 127, 45, 0x0f98}, + {-72, 127, 54, 0x0f94}, + {-72, 127, 92, 0x0f8f}, + {-72, 127, 103, 0x0000} + } +}; + +StandTile tile_1099 = { + 0x19eb09, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {-56, 127, 103, 0x0000}, + {-56, 127, 92, 0x11aa}, + {-56, 127, 54, 0x11a5}, + {-56, 127, 45, 0x0000}, + {-72, 127, 45, 0x11ae} + } +}; + +StandTile tile_1100 = { + 0x0f7c08, 0x23, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {-435, 0, 571, 0x11d3}, + {-519, 0, 500, 0x0000}, + {-519, 0, 532, 0x1203}, + {-519, 0, 571, 0x11bf} + } +}; + +StandTile tile_1101 = { + 0x0ba808, 0x23, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 608, 0x11c7}, + {-435, 0, 571, 0x11ba}, + {-519, 0, 571, 0x1203} + } +}; + +StandTile tile_1102 = { + 0x0f6708, 0x23, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-439, 0, 608, 0x11f0}, + {-353, 0, 608, 0x11cb}, + {-435, 0, 571, 0x11c7} + } +}; + +StandTile tile_1103 = { + 0x0ba708, 0x23, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 608, 0x11f5}, + {-439, 0, 608, 0x11c3}, + {-435, 0, 571, 0x11bf} + } +}; + +StandTile tile_1104 = { + 0x0ba608, 0x23, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-353, 0, 608, 0x0000}, + {-353, 0, 500, 0x11cf}, + {-435, 0, 571, 0x11c3} + } +}; + +StandTile tile_1105 = { + 0x0f6808, 0x23, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-435, 0, 571, 0x11cb}, + {-353, 0, 500, 0x13df}, + {-439, 0, 500, 0x11d3} + } +}; + +StandTile tile_1106 = { + 0x0ba508, 0x23, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 500, 0x11ba}, + {-435, 0, 571, 0x11cf}, + {-439, 0, 500, 0x13e3} + } +}; + +StandTile tile_1107 = { + 0x1afe0a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 734, 0x11db}, + {-362, 0, 716, 0x11e3}, + {-435, 0, 679, 0x11f9} + } +}; + +StandTile tile_1108 = { + 0x1afe09, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 734, 0x0000}, + {-362, 0, 734, 0x0000}, + {-362, 0, 716, 0x11d7} + } +}; + +StandTile tile_1109 = { + 0x1afd0a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-353, 0, 670, 0x11e3}, + {-362, 0, 716, 0x0000}, + {-353, 0, 716, 0x0000} + } +}; + +StandTile tile_1110 = { + 0x1afd09, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-353, 0, 670, 0x11ec}, + {-435, 0, 679, 0x11d7}, + {-362, 0, 716, 0x11df} + } +}; + +StandTile tile_1111 = { + 0x1afc08, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-344, 0, 608, 0x11ec}, + {-353, 0, 670, 0x0000}, + {-344, 0, 670, 0x1505}, + {-344, 0, 616, 0x0000} + } +}; + +StandTile tile_1112 = { + 0x1afb08, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-344, 0, 608, 0x11f0}, + {-435, 0, 679, 0x11e3}, + {-353, 0, 670, 0x11e7} + } +}; + +StandTile tile_1113 = { + 0x0f6608, 0x22, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-435, 0, 679, 0x11ec}, + {-344, 0, 608, 0x0000}, + {-353, 0, 608, 0x11c3}, + {-439, 0, 608, 0x11f5} + } +}; + +StandTile tile_1114 = { + 0x0b9508, 0x22, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 608, 0x11f9}, + {-435, 0, 679, 0x11f0}, + {-439, 0, 608, 0x11c7} + } +}; + +StandTile tile_1115 = { + 0x0b9808, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-519, 0, 734, 0x11d7}, + {-435, 0, 679, 0x11f5}, + {-519, 0, 608, 0x0000}, + {-519, 0, 641, 0x122e} + } +}; + +StandTile tile_1116 = { + 0x10590a, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-551, 0, 608, 0x1203}, + {-519, 0, 532, 0x0000}, + {-551, 0, 532, 0x1219}, + {-551, 0, 571, 0x121e} + } +}; + +StandTile tile_1117 = { + 0x105909, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-551, 0, 608, 0x0000}, + {-519, 0, 608, 0x11bf}, + {-519, 0, 571, 0x11ba}, + {-519, 0, 532, 0x11fe} + } +}; + +StandTile tile_1118 = { + 0x0f7a08, 0x21, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {-625, 0, 571, 0x1226}, + {-709, 0, 500, 0x0000}, + {-709, 0, 532, 0x124d}, + {-709, 0, 571, 0x120d} + } +}; + +StandTile tile_1119 = { + 0x0bac08, 0x21, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-709, 0, 608, 0x1215}, + {-625, 0, 571, 0x1208}, + {-709, 0, 571, 0x124d} + } +}; + +StandTile tile_1120 = { + 0x0f6208, 0x21, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-630, 0, 608, 0x1237}, + {-551, 0, 608, 0x121e}, + {-625, 0, 571, 0x1215} + } +}; + +StandTile tile_1121 = { + 0x0bab08, 0x21, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-709, 0, 608, 0x123b}, + {-630, 0, 608, 0x1211}, + {-625, 0, 571, 0x120d} + } +}; + +StandTile tile_1122 = { + 0x0f7b08, 0x21, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-551, 0, 571, 0x11fe}, + {-551, 0, 532, 0x0000}, + {-551, 0, 500, 0x1222}, + {-625, 0, 571, 0x121e} + } +}; + +StandTile tile_1123 = { + 0x0baa08, 0x21, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-551, 0, 608, 0x11fe}, + {-551, 0, 571, 0x1219}, + {-625, 0, 571, 0x1211} + } +}; + +StandTile tile_1124 = { + 0x0f6308, 0x21, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-625, 0, 571, 0x1219}, + {-551, 0, 500, 0x13fc}, + {-630, 0, 500, 0x1226} + } +}; + +StandTile tile_1125 = { + 0x0ba908, 0x21, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-709, 0, 500, 0x1208}, + {-625, 0, 571, 0x1222}, + {-630, 0, 500, 0x1400} + } +}; + +StandTile tile_1126 = { + 0x105a0a, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-551, 0, 734, 0x122e}, + {-519, 0, 641, 0x0000}, + {-551, 0, 641, 0x1232} + } +}; + +StandTile tile_1127 = { + 0x105a09, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-551, 0, 734, 0x0000}, + {-519, 0, 734, 0x11f9}, + {-519, 0, 641, 0x122a} + } +}; + +StandTile tile_1128 = { + 0x0b9a08, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-551, 0, 734, 0x122a}, + {-551, 0, 641, 0x0000}, + {-551, 0, 608, 0x1237}, + {-625, 0, 679, 0x123f} + } +}; + +StandTile tile_1129 = { + 0x0f6108, 0x20, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-625, 0, 679, 0x1232}, + {-551, 0, 608, 0x1211}, + {-630, 0, 608, 0x123b} + } +}; + +StandTile tile_1130 = { + 0x0b9908, 0x20, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-709, 0, 608, 0x1243}, + {-625, 0, 679, 0x1237}, + {-630, 0, 608, 0x1215} + } +}; + +StandTile tile_1131 = { + 0x0b9b08, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-709, 0, 734, 0x0000}, + {-551, 0, 734, 0x1232}, + {-625, 0, 679, 0x1243} + } +}; + +StandTile tile_1132 = { + 0x0b9c08, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-709, 0, 734, 0x123f}, + {-625, 0, 679, 0x123b}, + {-709, 0, 608, 0x0000}, + {-709, 0, 641, 0x1278} + } +}; + +StandTile tile_1133 = { + 0x105d0a, 0x1f, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-741, 0, 608, 0x124d}, + {-709, 0, 532, 0x0000}, + {-741, 0, 532, 0x1263}, + {-741, 0, 571, 0x1268} + } +}; + +StandTile tile_1134 = { + 0x105d09, 0x1f, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-741, 0, 608, 0x0000}, + {-709, 0, 608, 0x120d}, + {-709, 0, 571, 0x1208}, + {-709, 0, 532, 0x1248} + } +}; + +StandTile tile_1135 = { + 0x0f7708, 0x1f, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {-815, 0, 571, 0x1270}, + {-899, 0, 500, 0x0000}, + {-899, 0, 532, 0x12b4}, + {-899, 0, 571, 0x1257} + } +}; + +StandTile tile_1136 = { + 0x0bb008, 0x1f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 608, 0x125f}, + {-815, 0, 571, 0x1252}, + {-899, 0, 571, 0x12bc} + } +}; + +StandTile tile_1137 = { + 0x0f5a08, 0x1f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-820, 0, 608, 0x127c}, + {-741, 0, 608, 0x1268}, + {-815, 0, 571, 0x125f} + } +}; + +StandTile tile_1138 = { + 0x0baf08, 0x1f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 608, 0x1280}, + {-820, 0, 608, 0x125b}, + {-815, 0, 571, 0x1257} + } +}; + +StandTile tile_1139 = { + 0x0f7908, 0x1f, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-741, 0, 571, 0x1248}, + {-741, 0, 532, 0x0000}, + {-741, 0, 500, 0x126c}, + {-815, 0, 571, 0x1268} + } +}; + +StandTile tile_1140 = { + 0x0bae08, 0x1f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-741, 0, 608, 0x1248}, + {-741, 0, 571, 0x1263}, + {-815, 0, 571, 0x125b} + } +}; + +StandTile tile_1141 = { + 0x0f5b08, 0x1f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-815, 0, 571, 0x1263}, + {-741, 0, 500, 0x131e}, + {-820, 0, 500, 0x1270} + } +}; + +StandTile tile_1142 = { + 0x0bad08, 0x1f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 500, 0x1252}, + {-815, 0, 571, 0x126c}, + {-820, 0, 500, 0x1322} + } +}; + +StandTile tile_1143 = { + 0x105e0a, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-741, 0, 734, 0x1278}, + {-709, 0, 641, 0x0000}, + {-741, 0, 641, 0x128d} + } +}; + +StandTile tile_1144 = { + 0x105e09, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-741, 0, 734, 0x0000}, + {-709, 0, 734, 0x1243}, + {-709, 0, 641, 0x1274} + } +}; + +StandTile tile_1145 = { + 0x0f5e08, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-815, 0, 679, 0x128d}, + {-741, 0, 608, 0x125b}, + {-820, 0, 608, 0x1280} + } +}; + +StandTile tile_1146 = { + 0x0b9d08, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 608, 0x1284}, + {-815, 0, 679, 0x127c}, + {-820, 0, 608, 0x125f} + } +}; + +StandTile tile_1147 = { + 0x0ba008, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-899, 0, 734, 0x1289}, + {-815, 0, 679, 0x1280}, + {-899, 0, 608, 0x0000}, + {-899, 0, 640, 0x1296} + } +}; + +StandTile tile_1148 = { + 0x0b9f08, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 734, 0x0000}, + {-741, 0, 734, 0x128d}, + {-815, 0, 679, 0x1284} + } +}; + +StandTile tile_1149 = { + 0x0b9e08, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-741, 0, 734, 0x1274}, + {-741, 0, 641, 0x0000}, + {-741, 0, 608, 0x127c}, + {-815, 0, 679, 0x1289} + } +}; + +StandTile tile_1150 = { + 0x10650a, 0x1d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 734, 0x1296}, + {-931, 0, 640, 0x12a2}, + {-931, 0, 734, 0x0000} + } +}; + +StandTile tile_1151 = { + 0x106509, 0x1d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 734, 0x1284}, + {-899, 0, 640, 0x0000}, + {-931, 0, 640, 0x1292} + } +}; + +StandTile tile_1152 = { + 0x0f5808, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1010, 0, 679, 0x12a2}, + {-931, 0, 608, 0x12ce}, + {-1014, 0, 608, 0x129e} + } +}; + +StandTile tile_1153 = { + 0x0b9108, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1114, 0, 608, 0x12ab}, + {-1010, 0, 679, 0x129a}, + {-1014, 0, 608, 0x12d2} + } +}; + +StandTile tile_1154 = { + 0x0b9208, 0x1d, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-931, 0, 734, 0x1292}, + {-931, 0, 640, 0x0000}, + {-931, 0, 608, 0x129a}, + {-1010, 0, 679, 0x12a7} + } +}; + +StandTile tile_1155 = { + 0x0b9308, 0x1d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1114, 0, 734, 0x0000}, + {-931, 0, 734, 0x12a2}, + {-1010, 0, 679, 0x12ab} + } +}; + +StandTile tile_1156 = { + 0x0b9408, 0x1d, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-1114, 0, 734, 0x12a7}, + {-1010, 0, 679, 0x129e}, + {-1114, 0, 608, 0x12c4}, + {-1114, 0, 616, 0x0000} + } +}; + +StandTile tile_1157 = { + 0x10670a, 0x1c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 571, 0x12b4}, + {-931, 0, 532, 0x12d6}, + {-931, 0, 571, 0x12b8} + } +}; + +StandTile tile_1158 = { + 0x106709, 0x1c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 571, 0x1252}, + {-899, 0, 532, 0x0000}, + {-931, 0, 532, 0x12b0} + } +}; + +StandTile tile_1159 = { + 0x10680a, 0x1c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-931, 0, 608, 0x12bc}, + {-899, 0, 571, 0x12b0}, + {-931, 0, 571, 0x12db} + } +}; + +StandTile tile_1160 = { + 0x106809, 0x1c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-931, 0, 608, 0x0000}, + {-899, 0, 608, 0x1257}, + {-899, 0, 571, 0x12b8} + } +}; + +StandTile tile_1161 = { + 0x0bd20a, 0x1c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1141, 0, 616, 0x12c4}, + {-1114, 0, 525, 0x0000}, + {-1141, 0, 525, 0x1738} + } +}; + +StandTile tile_1162 = { + 0x0bd209, 0x1c, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-1141, 0, 616, 0x0000}, + {-1114, 0, 616, 0x12ab}, + {-1114, 0, 608, 0x12c9}, + {-1114, 0, 525, 0x12c0} + } +}; + +StandTile tile_1163 = { + 0x0ba408, 0x1c, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-1114, 0, 608, 0x12d2}, + {-1010, 0, 571, 0x12e3}, + {-1114, 0, 500, 0x0000}, + {-1114, 0, 525, 0x12c4} + } +}; + +StandTile tile_1164 = { + 0x0f5608, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1014, 0, 608, 0x129a}, + {-931, 0, 608, 0x12db}, + {-1010, 0, 571, 0x12d2} + } +}; + +StandTile tile_1165 = { + 0x0ba308, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1114, 0, 608, 0x129e}, + {-1014, 0, 608, 0x12ce}, + {-1010, 0, 571, 0x12c9} + } +}; + +StandTile tile_1166 = { + 0x0f7808, 0x1c, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-931, 0, 571, 0x12b0}, + {-931, 0, 532, 0x0000}, + {-931, 0, 500, 0x12df}, + {-1010, 0, 571, 0x12db} + } +}; + +StandTile tile_1167 = { + 0x0ba208, 0x1c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-931, 0, 608, 0x12b8}, + {-931, 0, 571, 0x12d6}, + {-1010, 0, 571, 0x12ce} + } +}; + +StandTile tile_1168 = { + 0x0f5708, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1010, 0, 571, 0x12d6}, + {-931, 0, 500, 0x133b}, + {-1014, 0, 500, 0x12e3} + } +}; + +StandTile tile_1169 = { + 0x0ba108, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1114, 0, 500, 0x12c9}, + {-1010, 0, 571, 0x12df}, + {-1014, 0, 500, 0x133f} + } +}; + +StandTile tile_1170 = { + 0x105c0a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-741, 0, 500, 0x12ec}, + {-709, 0, 423, 0x0000}, + {-741, 0, 423, 0x1326}, + {-741, 0, 462, 0x132b} + } +}; + +StandTile tile_1171 = { + 0x105c09, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-741, 0, 500, 0x0000}, + {-709, 0, 500, 0x13f8}, + {-709, 0, 462, 0x13f3}, + {-709, 0, 423, 0x12e7} + } +}; + +StandTile tile_1172 = { + 0x105b0a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-741, 0, 390, 0x12f6}, + {-709, 0, 299, 0x0000}, + {-741, 0, 299, 0x1365}, + {-741, 0, 353, 0x1369} + } +}; + +StandTile tile_1173 = { + 0x105b09, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-741, 0, 390, 0x0000}, + {-709, 0, 390, 0x13bc}, + {-709, 0, 353, 0x13b8}, + {-709, 0, 299, 0x12f1} + } +}; + +StandTile tile_1174 = { + 0x10690a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-899, 0, 500, 0x1300}, + {-931, 0, 423, 0x1343}, + {-931, 0, 462, 0x1348}, + {-931, 0, 500, 0x0000} + } +}; + +StandTile tile_1175 = { + 0x106909, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {-899, 0, 500, 0x131a}, + {-899, 0, 462, 0x1315}, + {-899, 0, 423, 0x0000}, + {-931, 0, 423, 0x12fb} + } +}; + +StandTile tile_1176 = { + 0x106a0a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 390, 0x1309}, + {-931, 0, 353, 0x1382}, + {-931, 0, 390, 0x0000} + } +}; + +StandTile tile_1177 = { + 0x106a09, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 390, 0x1360}, + {-899, 0, 353, 0x130d}, + {-931, 0, 353, 0x1305} + } +}; + +StandTile tile_1178 = { + 0x106b0a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 353, 0x1311}, + {-931, 0, 299, 0x137e}, + {-931, 0, 353, 0x1309} + } +}; + +StandTile tile_1179 = { + 0x106b09, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 353, 0x135c}, + {-899, 0, 299, 0x0000}, + {-931, 0, 299, 0x130d} + } +}; + +StandTile tile_1180 = { + 0x0f7508, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {-815, 0, 462, 0x1333}, + {-899, 0, 408, 0x0000}, + {-899, 0, 423, 0x1300}, + {-899, 0, 462, 0x131a} + } +}; + +StandTile tile_1181 = { + 0x0bc008, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 500, 0x1322}, + {-815, 0, 462, 0x1315}, + {-899, 0, 462, 0x1300} + } +}; + +StandTile tile_1182 = { + 0x0f5c08, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-820, 0, 500, 0x126c}, + {-741, 0, 500, 0x132b}, + {-815, 0, 462, 0x1322} + } +}; + +StandTile tile_1183 = { + 0x0bbf08, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 500, 0x1270}, + {-820, 0, 500, 0x131e}, + {-815, 0, 462, 0x131a} + } +}; + +StandTile tile_1184 = { + 0x0f7608, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-741, 0, 462, 0x12e7}, + {-741, 0, 423, 0x0000}, + {-741, 0, 408, 0x132f}, + {-815, 0, 462, 0x132b} + } +}; + +StandTile tile_1185 = { + 0x0bbe08, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-741, 0, 500, 0x12e7}, + {-741, 0, 462, 0x1326}, + {-815, 0, 462, 0x131e} + } +}; + +StandTile tile_1186 = { + 0x0f5d08, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-815, 0, 462, 0x1326}, + {-741, 0, 408, 0x1354}, + {-820, 0, 408, 0x1333} + } +}; + +StandTile tile_1187 = { + 0x0bbd08, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 408, 0x1315}, + {-815, 0, 462, 0x132f}, + {-820, 0, 408, 0x1358} + } +}; + +StandTile tile_1188 = { + 0x0bb408, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1114, 0, 500, 0x133f}, + {-1010, 0, 462, 0x1350}, + {-1114, 0, 408, 0x0000} + } +}; + +StandTile tile_1189 = { + 0x0f5308, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1014, 0, 500, 0x12df}, + {-931, 0, 500, 0x1348}, + {-1010, 0, 462, 0x133f} + } +}; + +StandTile tile_1190 = { + 0x0bb308, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1114, 0, 500, 0x12e3}, + {-1014, 0, 500, 0x133b}, + {-1010, 0, 462, 0x1337} + } +}; + +StandTile tile_1191 = { + 0x0f7108, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-931, 0, 462, 0x12fb}, + {-931, 0, 423, 0x0000}, + {-931, 0, 408, 0x134c}, + {-1010, 0, 462, 0x1348} + } +}; + +StandTile tile_1192 = { + 0x0bb208, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-931, 0, 500, 0x12fb}, + {-931, 0, 462, 0x1343}, + {-1010, 0, 462, 0x133b} + } +}; + +StandTile tile_1193 = { + 0x0f5408, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1010, 0, 462, 0x1343}, + {-931, 0, 408, 0x1376}, + {-1014, 0, 408, 0x1350} + } +}; + +StandTile tile_1194 = { + 0x0bb108, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1114, 0, 408, 0x1337}, + {-1010, 0, 462, 0x134c}, + {-1014, 0, 408, 0x137a} + } +}; + +StandTile tile_1195 = { + 0x0f5908, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-820, 0, 408, 0x132f}, + {-741, 0, 408, 0x1369}, + {-815, 0, 353, 0x1358} + } +}; + +StandTile tile_1196 = { + 0x0bcf08, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 408, 0x1333}, + {-820, 0, 408, 0x1354}, + {-815, 0, 353, 0x1360} + } +}; + +StandTile tile_1197 = { + 0x0f6b08, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-815, 0, 353, 0x136e}, + {-899, 0, 299, 0x1311}, + {-899, 0, 353, 0x1360} + } +}; + +StandTile tile_1198 = { + 0x0bd008, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-899, 0, 408, 0x1358}, + {-815, 0, 353, 0x135c}, + {-899, 0, 353, 0x1309}, + {-899, 0, 390, 0x0000} + } +}; + +StandTile tile_1199 = { + 0x0f6c08, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-741, 0, 353, 0x12f1}, + {-741, 0, 299, 0x136e}, + {-815, 0, 353, 0x1369} + } +}; + +StandTile tile_1200 = { + 0x0bce08, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-741, 0, 408, 0x0000}, + {-741, 0, 390, 0x12f1}, + {-741, 0, 353, 0x1365}, + {-815, 0, 353, 0x1354} + } +}; + +StandTile tile_1201 = { + 0x0bcd08, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-899, 0, 299, 0x135c}, + {-815, 0, 353, 0x1365}, + {-741, 0, 299, 0x0000} + } +}; + +StandTile tile_1202 = { + 0x0bc408, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1114, 0, 408, 0x137a}, + {-1010, 0, 353, 0x1387}, + {-1114, 0, 299, 0x0000} + } +}; + +StandTile tile_1203 = { + 0x0f5508, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1014, 0, 408, 0x134c}, + {-931, 0, 408, 0x1382}, + {-1010, 0, 353, 0x137a} + } +}; + +StandTile tile_1204 = { + 0x0bc308, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1114, 0, 408, 0x1350}, + {-1014, 0, 408, 0x1376}, + {-1010, 0, 353, 0x1372} + } +}; + +StandTile tile_1205 = { + 0x0f6d08, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-931, 0, 353, 0x130d}, + {-931, 0, 299, 0x1387}, + {-1010, 0, 353, 0x1382} + } +}; + +StandTile tile_1206 = { + 0x0bc208, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-931, 0, 408, 0x0000}, + {-931, 0, 390, 0x1305}, + {-931, 0, 353, 0x137e}, + {-1010, 0, 353, 0x1376} + } +}; + +StandTile tile_1207 = { + 0x0bc108, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1114, 0, 299, 0x1372}, + {-1010, 0, 353, 0x137e}, + {-931, 0, 299, 0x0000} + } +}; + +StandTile tile_1208 = { + 0x10580a, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-551, 0, 500, 0x1390}, + {-519, 0, 423, 0x0000}, + {-551, 0, 423, 0x1404}, + {-551, 0, 462, 0x1409} + } +}; + +StandTile tile_1209 = { + 0x105809, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-551, 0, 500, 0x0000}, + {-519, 0, 500, 0x13db}, + {-519, 0, 462, 0x13d6}, + {-519, 0, 423, 0x138b} + } +}; + +StandTile tile_1210 = { + 0x10570a, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-551, 0, 390, 0x139a}, + {-519, 0, 299, 0x0000}, + {-551, 0, 299, 0x13c9}, + {-551, 0, 353, 0x13cd} + } +}; + +StandTile tile_1211 = { + 0x105709, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-551, 0, 390, 0x0000}, + {-519, 0, 390, 0x13a3}, + {-519, 0, 353, 0x139f}, + {-519, 0, 299, 0x1395} + } +}; + +StandTile tile_1212 = { + 0x0f6e08, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-435, 0, 353, 0x13b4}, + {-519, 0, 299, 0x139a}, + {-519, 0, 353, 0x13a3} + } +}; + +StandTile tile_1213 = { + 0x0bc808, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-519, 0, 408, 0x13ac}, + {-435, 0, 353, 0x139f}, + {-519, 0, 353, 0x139a}, + {-519, 0, 390, 0x0000} + } +}; + +StandTile tile_1214 = { + 0x0f6508, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-439, 0, 408, 0x13eb}, + {-353, 0, 408, 0x13b0}, + {-435, 0, 353, 0x13ac} + } +}; + +StandTile tile_1215 = { + 0x0bc708, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 408, 0x13ef}, + {-439, 0, 408, 0x13a8}, + {-435, 0, 353, 0x13a3} + } +}; + +StandTile tile_1216 = { + 0x0bc608, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-353, 0, 408, 0x0000}, + {-353, 0, 299, 0x13b4}, + {-435, 0, 353, 0x13a8} + } +}; + +StandTile tile_1217 = { + 0x0bc508, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 299, 0x139f}, + {-435, 0, 353, 0x13b0}, + {-353, 0, 299, 0x0000} + } +}; + +StandTile tile_1218 = { + 0x0f6f08, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-625, 0, 353, 0x13d2}, + {-709, 0, 299, 0x12f6}, + {-709, 0, 353, 0x13bc} + } +}; + +StandTile tile_1219 = { + 0x0bcc08, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-709, 0, 408, 0x13c5}, + {-625, 0, 353, 0x13b8}, + {-709, 0, 353, 0x12f6}, + {-709, 0, 390, 0x0000} + } +}; + +StandTile tile_1220 = { + 0x0f5f08, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-630, 0, 408, 0x140d}, + {-551, 0, 408, 0x13cd}, + {-625, 0, 353, 0x13c5} + } +}; + +StandTile tile_1221 = { + 0x0bcb08, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-709, 0, 408, 0x1411}, + {-630, 0, 408, 0x13c1}, + {-625, 0, 353, 0x13bc} + } +}; + +StandTile tile_1222 = { + 0x0f7008, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-551, 0, 353, 0x1395}, + {-551, 0, 299, 0x13d2}, + {-625, 0, 353, 0x13cd} + } +}; + +StandTile tile_1223 = { + 0x0bca08, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-551, 0, 408, 0x0000}, + {-551, 0, 390, 0x1395}, + {-551, 0, 353, 0x13c9}, + {-625, 0, 353, 0x13c1} + } +}; + +StandTile tile_1224 = { + 0x0bc908, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-709, 0, 299, 0x13b8}, + {-625, 0, 353, 0x13c9}, + {-551, 0, 299, 0x0000} + } +}; + +StandTile tile_1225 = { + 0x0f7208, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {-435, 0, 462, 0x13ef}, + {-519, 0, 408, 0x0000}, + {-519, 0, 423, 0x1390}, + {-519, 0, 462, 0x13db} + } +}; + +StandTile tile_1226 = { + 0x0bb808, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 500, 0x13e3}, + {-435, 0, 462, 0x13d6}, + {-519, 0, 462, 0x1390} + } +}; + +StandTile tile_1227 = { + 0x0f6908, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-439, 0, 500, 0x11cf}, + {-353, 0, 500, 0x13e7}, + {-435, 0, 462, 0x13e3} + } +}; + +StandTile tile_1228 = { + 0x0bb708, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 500, 0x11d3}, + {-439, 0, 500, 0x13df}, + {-435, 0, 462, 0x13db} + } +}; + +StandTile tile_1229 = { + 0x0bb608, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-353, 0, 500, 0x0000}, + {-353, 0, 408, 0x13eb}, + {-435, 0, 462, 0x13df} + } +}; + +StandTile tile_1230 = { + 0x0f6a08, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-435, 0, 462, 0x13e7}, + {-353, 0, 408, 0x13a8}, + {-439, 0, 408, 0x13ef} + } +}; + +StandTile tile_1231 = { + 0x0bb508, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 408, 0x13d6}, + {-435, 0, 462, 0x13eb}, + {-439, 0, 408, 0x13ac} + } +}; + +StandTile tile_1232 = { + 0x0f7308, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {-625, 0, 462, 0x1411}, + {-709, 0, 408, 0x0000}, + {-709, 0, 423, 0x12ec}, + {-709, 0, 462, 0x13f8} + } +}; + +StandTile tile_1233 = { + 0x0bbc08, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-709, 0, 500, 0x1400}, + {-625, 0, 462, 0x13f3}, + {-709, 0, 462, 0x12ec} + } +}; + +StandTile tile_1234 = { + 0x0f6408, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-630, 0, 500, 0x1222}, + {-551, 0, 500, 0x1409}, + {-625, 0, 462, 0x1400} + } +}; + +StandTile tile_1235 = { + 0x0bbb08, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-709, 0, 500, 0x1226}, + {-630, 0, 500, 0x13fc}, + {-625, 0, 462, 0x13f8} + } +}; + +StandTile tile_1236 = { + 0x0f7408, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-551, 0, 462, 0x138b}, + {-551, 0, 423, 0x0000}, + {-551, 0, 408, 0x140d}, + {-625, 0, 462, 0x1409} + } +}; + +StandTile tile_1237 = { + 0x0bba08, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-551, 0, 500, 0x138b}, + {-551, 0, 462, 0x1404}, + {-625, 0, 462, 0x13fc} + } +}; + +StandTile tile_1238 = { + 0x0f6008, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-625, 0, 462, 0x1404}, + {-551, 0, 408, 0x13c1}, + {-630, 0, 408, 0x1411} + } +}; + +StandTile tile_1239 = { + 0x0bb908, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-709, 0, 408, 0x13f3}, + {-625, 0, 462, 0x140d}, + {-630, 0, 408, 0x13c5} + } +}; + +StandTile tile_1240 = { + 0x090908, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-734, 127, 199, 0x1484}, + {-788, 127, 199, 0x1429}, + {-734, 127, 303, 0x1419} + } +}; + +StandTile tile_1241 = { + 0x07d008, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-679, 127, 199, 0x1480}, + {-734, 127, 199, 0x1415}, + {-734, 127, 303, 0x141d} + } +}; + +StandTile tile_1242 = { + 0x07d108, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-679, 127, 408, 0x0000}, + {-679, 127, 199, 0x1419}, + {-734, 127, 303, 0x1421} + } +}; + +StandTile tile_1243 = { + 0x090808, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-734, 127, 408, 0x173e}, + {-679, 127, 408, 0x141d}, + {-734, 127, 303, 0x1425} + } +}; + +StandTile tile_1244 = { + 0x07d208, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, 408, 0x1742}, + {-734, 127, 408, 0x1421}, + {-734, 127, 303, 0x1432} + } +}; + +StandTile tile_1245 = { + 0x104d08, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-734, 127, 303, 0x1415}, + {-788, 127, 199, 0x0000}, + {-788, 127, 290, 0x178d}, + {-788, 127, 300, 0x142e} + } +}; + +StandTile tile_1246 = { + 0x104e08, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-734, 127, 303, 0x1429}, + {-788, 127, 300, 0x178d}, + {-788, 127, 337, 0x1432} + } +}; + +StandTile tile_1247 = { + 0x07d308, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {-788, 127, 408, 0x1425}, + {-734, 127, 303, 0x142e}, + {-788, 127, 337, 0x178d}, + {-788, 127, 348, 0x0000} + } +}; + +StandTile tile_1248 = { + 0x090108, 0x17, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-734, 127, -226, 0x1541}, + {-788, 127, -226, 0x14f5}, + {-734, 127, -122, 0x143b} + } +}; + +StandTile tile_1249 = { + 0x05e108, 0x17, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-679, 127, -226, 0x1545}, + {-734, 127, -226, 0x1437}, + {-734, 127, -122, 0x14ed} + } +}; + +StandTile tile_1250 = { + 0x1a130a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, 82, 0x1443}, + {-806, 127, -9, 0x1448}, + {-806, 127, 82, 0x0000} + } +}; + +StandTile tile_1251 = { + 0x1a1309, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-788, 127, 82, 0x14cc}, + {-788, 127, 41, 0x14c0}, + {-788, 127, -9, 0x0000}, + {-806, 127, -9, 0x143f} + } +}; + +StandTile tile_1252 = { + 0x1a1208, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-806, 127, 82, 0x143f}, + {-806, 127, -9, 0x144c}, + {-865, 127, 36, 0x146c} + } +}; + +StandTile tile_1253 = { + 0x1a1108, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-806, 127, -9, 0x1450}, + {-897, 127, -9, 0x145c}, + {-865, 127, 36, 0x1448} + } +}; + +StandTile tile_1254 = { + 0x1a100a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-806, 127, -9, 0x1454}, + {-897, 127, -18, 0x0000}, + {-897, 127, -9, 0x144c} + } +}; + +StandTile tile_1255 = { + 0x1a1009, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-806, 127, -9, 0x0000}, + {-806, 127, -18, 0x0000}, + {-897, 127, -18, 0x1450} + } +}; + +StandTile tile_1256 = { + 0x1a0f0a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, 36, 0x145c}, + {-924, 127, -9, 0x0000}, + {-924, 127, 9, 0x1460} + } +}; + +StandTile tile_1257 = { + 0x1a0f09, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, 36, 0x144c}, + {-897, 127, -9, 0x0000}, + {-924, 127, -9, 0x1458} + } +}; + +StandTile tile_1258 = { + 0x1a0e08, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, 36, 0x1458}, + {-924, 127, 9, 0x1464}, + {-924, 127, 63, 0x1474} + } +}; + +StandTile tile_1259 = { + 0x1a0d0a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-924, 127, 9, 0x1468}, + {-942, 127, 63, 0x0000}, + {-924, 127, 63, 0x1460} + } +}; + +StandTile tile_1260 = { + 0x1a0d09, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-924, 127, 9, 0x0000}, + {-942, 127, 9, 0x1649}, + {-942, 127, 63, 0x1464} + } +}; + +StandTile tile_1261 = { + 0x1a0c08, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-806, 127, 82, 0x1448}, + {-865, 127, 36, 0x1470}, + {-897, 127, 82, 0x147c} + } +}; + +StandTile tile_1262 = { + 0x1a0b0a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, 36, 0x1474}, + {-924, 127, 82, 0x0000}, + {-897, 127, 82, 0x146c} + } +}; + +StandTile tile_1263 = { + 0x1a0b09, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-865, 127, 36, 0x1460}, + {-924, 127, 63, 0x0000}, + {-924, 127, 82, 0x1470} + } +}; + +StandTile tile_1264 = { + 0x1a0a0a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-806, 127, 82, 0x147c}, + {-897, 127, 91, 0x0000}, + {-806, 127, 91, 0x0000} + } +}; + +StandTile tile_1265 = { + 0x1a0a09, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-806, 127, 82, 0x146c}, + {-897, 127, 82, 0x0000}, + {-897, 127, 91, 0x1478} + } +}; + +StandTile tile_1266 = { + 0x090308, 0x17, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-734, 127, 199, 0x1419}, + {-679, 127, 199, 0x1495}, + {-734, 127, 155, 0x1484} + } +}; + +StandTile tile_1267 = { + 0x05d808, 0x17, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, 199, 0x1415}, + {-734, 127, 199, 0x1480}, + {-734, 127, 155, 0x1491} + } +}; + +StandTile tile_1268 = { + 0x090e08, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-525, 127, 36, 0x14a5}, + {-371, 127, 41, 0x0fb8}, + {-371, 127, -18, 0x0000}, + {-399, 127, -8, 0x14b6} + } +}; + +StandTile tile_1269 = { + 0x1a360a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, 109, 0x1491}, + {-734, 127, 155, 0x149d}, + {-779, 127, 109, 0x0000} + } +}; + +StandTile tile_1270 = { + 0x1a3609, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, 109, 0x0000}, + {-788, 127, 199, 0x1484}, + {-734, 127, 155, 0x148d} + } +}; + +StandTile tile_1271 = { + 0x1a350a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-679, 127, 199, 0x1499}, + {-688, 127, 109, 0x149d}, + {-734, 127, 155, 0x1480} + } +}; + +StandTile tile_1272 = { + 0x1a3509, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-679, 127, 199, 0x0000}, + {-679, 127, 109, 0x0000}, + {-688, 127, 109, 0x1495} + } +}; + +StandTile tile_1273 = { + 0x1a3408, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-688, 127, 109, 0x14d5}, + {-779, 127, 109, 0x148d}, + {-734, 127, 155, 0x1495} + } +}; + +StandTile tile_1274 = { + 0x1a330a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-371, 127, 82, 0x14a5}, + {-525, 127, 36, 0x14aa}, + {-399, 127, 82, 0x0000} + } +}; + +StandTile tile_1275 = { + 0x1a3309, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-371, 127, 82, 0x0fb3}, + {-371, 127, 45, 0x0fb8}, + {-371, 127, 41, 0x1488}, + {-525, 127, 36, 0x14a1} + } +}; + +StandTile tile_1276 = { + 0x1a3208, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-399, 127, 82, 0x14a1}, + {-525, 127, 36, 0x14ae}, + {-399, 127, 91, 0x0000} + } +}; + +StandTile tile_1277 = { + 0x1a3108, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-661, 127, 91, 0x0000}, + {-399, 127, 91, 0x14aa}, + {-525, 127, 36, 0x14ba} + } +}; + +StandTile tile_1278 = { + 0x1a300a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-525, 127, 36, 0x14b6}, + {-399, 127, -18, 0x0000}, + {-661, 127, -18, 0x14ba} + } +}; + +StandTile tile_1279 = { + 0x1a3009, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-525, 127, 36, 0x1488}, + {-399, 127, -8, 0x0000}, + {-399, 127, -18, 0x14b2} + } +}; + +StandTile tile_1280 = { + 0x1a2d08, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-525, 127, 36, 0x14b2}, + {-661, 127, -18, 0x0000}, + {-661, 127, -9, 0x14dd}, + {-661, 127, 82, 0x0000}, + {-661, 127, 91, 0x14ae} + } +}; + +StandTile tile_1281 = { + 0x1a2c08, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, 41, 0x14c4}, + {-779, 127, -9, 0x0000}, + {-788, 127, -9, 0x1443} + } +}; + +StandTile tile_1282 = { + 0x1a2b0a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, 41, 0x14c8}, + {-688, 127, -9, 0x14e5}, + {-779, 127, -9, 0x14c0} + } +}; + +StandTile tile_1283 = { + 0x1a2b09, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, 41, 0x14cc}, + {-688, 127, 82, 0x14d9}, + {-688, 127, -9, 0x14c4} + } +}; + +StandTile tile_1284 = { + 0x1a2a08, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-788, 127, 82, 0x0000}, + {-779, 127, 82, 0x14d1}, + {-688, 127, 82, 0x14c8}, + {-788, 127, 41, 0x1443} + } +}; + +StandTile tile_1285 = { + 0x1a290a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-779, 127, 109, 0x14d5}, + {-688, 127, 82, 0x14cc}, + {-779, 127, 82, 0x0000} + } +}; + +StandTile tile_1286 = { + 0x1a2909, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-779, 127, 109, 0x149d}, + {-688, 127, 109, 0x0000}, + {-688, 127, 82, 0x14d1} + } +}; + +StandTile tile_1287 = { + 0x1a280a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-688, 127, 82, 0x14dd}, + {-661, 127, -9, 0x0000}, + {-688, 127, -9, 0x14c8} + } +}; + +StandTile tile_1288 = { + 0x1a2809, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-688, 127, 82, 0x0000}, + {-661, 127, 82, 0x14ba}, + {-661, 127, -9, 0x14d9} + } +}; + +StandTile tile_1289 = { + 0x1a260a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-779, 127, -9, 0x14e5}, + {-688, 127, -36, 0x14e9}, + {-779, 127, -36, 0x0000} + } +}; + +StandTile tile_1290 = { + 0x1a2609, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-779, 127, -9, 0x14c4}, + {-688, 127, -9, 0x0000}, + {-688, 127, -36, 0x14e1} + } +}; + +StandTile tile_1291 = { + 0x1a2508, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-779, 127, -36, 0x14e1}, + {-688, 127, -36, 0x14ed}, + {-734, 127, -122, 0x14f5} + } +}; + +StandTile tile_1292 = { + 0x1a240a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-688, 127, -36, 0x14f1}, + {-679, 127, -226, 0x143b}, + {-734, 127, -122, 0x14e9} + } +}; + +StandTile tile_1293 = { + 0x1a2409, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-688, 127, -36, 0x0000}, + {-679, 127, -36, 0x0000}, + {-679, 127, -226, 0x14ed} + } +}; + +StandTile tile_1294 = { + 0x1a230a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, -226, 0x14f9}, + {-779, 127, -36, 0x14e9}, + {-734, 127, -122, 0x1437} + } +}; + +StandTile tile_1295 = { + 0x1a2309, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, -226, 0x0000}, + {-788, 127, -36, 0x0000}, + {-779, 127, -36, 0x14f5} + } +}; + +StandTile tile_1296 = { + 0x10700a, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-181, 0, 616, 0x1501}, + {-208, 0, 670, 0x0000}, + {-181, 0, 670, 0x17e7} + } +}; + +StandTile tile_1297 = { + 0x107009, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-181, 0, 616, 0x0000}, + {-208, 0, 616, 0x151b}, + {-208, 0, 670, 0x14fd} + } +}; + +StandTile tile_1298 = { + 0x0bd10a, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-344, 0, 670, 0x1509}, + {-317, 0, 616, 0x0000}, + {-344, 0, 616, 0x11e7} + } +}; + +StandTile tile_1299 = { + 0x0bd109, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-344, 0, 670, 0x0000}, + {-317, 0, 670, 0x150d}, + {-317, 0, 616, 0x1505} + } +}; + +StandTile tile_1300 = { + 0x05ee08, 0x16, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x3, 0x4, + { + {-317, 0, 466, 0x0000}, + {-317, 0, 616, 0x1509}, + {-317, 0, 670, 0x0000}, + {-317, 0, 707, 0x1521}, + {-258, 0, 587, 0x1513} + } +}; + +StandTile tile_1301 = { + 0x090b08, 0x16, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-258, 0, 466, 0x1531}, + {-317, 0, 466, 0x150d}, + {-258, 0, 587, 0x1517} + } +}; + +StandTile tile_1302 = { + 0x05ea08, 0x16, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-208, 0, 466, 0x1535}, + {-258, 0, 466, 0x1513}, + {-258, 0, 587, 0x151b} + } +}; + +StandTile tile_1303 = { + 0x05ec08, 0x16, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x3, 0x4, + { + {-208, 0, 707, 0x0000}, + {-208, 0, 670, 0x1501}, + {-208, 0, 616, 0x0000}, + {-208, 0, 466, 0x1517}, + {-258, 0, 587, 0x1521} + } +}; + +StandTile tile_1304 = { + 0x011608, 0x16, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-208, 0, 707, 0x151b}, + {-258, 0, 587, 0x150d}, + {-317, 0, 707, 0x0000} + } +}; + +StandTile tile_1305 = { + 0x05ef08, 0x16, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-208, 0, 226, 0x10e1}, + {-317, 0, 226, 0x152d}, + {-258, 0, 346, 0x1529} + } +}; + +StandTile tile_1306 = { + 0x05eb08, 0x16, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-208, 0, 466, 0x0000}, + {-208, 0, 226, 0x1525}, + {-258, 0, 346, 0x1535} + } +}; + +StandTile tile_1307 = { + 0x05ed08, 0x16, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-258, 0, 346, 0x1525}, + {-317, 0, 226, 0x0000}, + {-317, 0, 466, 0x1531} + } +}; + +StandTile tile_1308 = { + 0x090a08, 0x16, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-258, 0, 346, 0x152d}, + {-317, 0, 466, 0x1513}, + {-258, 0, 466, 0x1535} + } +}; + +StandTile tile_1309 = { + 0x05e708, 0x16, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-208, 0, 466, 0x1529}, + {-258, 0, 346, 0x1531}, + {-258, 0, 466, 0x1517} + } +}; + +StandTile tile_1310 = { + 0x05e208, 0x15, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, -480, 0x0000}, + {-788, 127, -226, 0x1541}, + {-734, 127, -353, 0x153d} + } +}; + +StandTile tile_1311 = { + 0x05df08, 0x15, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-679, 127, -480, 0x1822}, + {-788, 127, -480, 0x1539}, + {-734, 127, -353, 0x1549} + } +}; + +StandTile tile_1312 = { + 0x090208, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-734, 127, -353, 0x1539}, + {-788, 127, -226, 0x1437}, + {-734, 127, -226, 0x1545} + } +}; + +StandTile tile_1313 = { + 0x05e308, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-734, 127, -353, 0x1541}, + {-734, 127, -226, 0x143b}, + {-679, 127, -226, 0x1549} + } +}; + +StandTile tile_1314 = { + 0x03f708, 0x15, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-679, 127, -480, 0x153d}, + {-734, 127, -353, 0x1545}, + {-679, 127, -226, 0x0000} + } +}; + +StandTile tile_1315 = { + 0x09460a, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-1060, 127, 91, 0x1552}, + {-1060, 118, -18, 0x0000}, + {-1060, 118, 82, 0x15b4}, + {-1060, 118, 91, 0x1601} + } +}; + +StandTile tile_1316 = { + 0x094609, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 127, 91, 0x1658}, + {-1060, 127, -18, 0x0000}, + {-1060, 118, -18, 0x154d} + } +}; + +StandTile tile_1317 = { + 0x094a08, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 45, 136, 0x16b6}, + {-1132, 45, 127, 0x1670}, + {-1132, 36, 127, 0x1694} + } +}; + +StandTile tile_1318 = { + 0x094b08, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 36, 127, 0x166c}, + {-1069, 45, 127, 0x16b2}, + {-1069, 45, 136, 0x15a2} + } +}; + +StandTile tile_1319 = { + 0x094c08, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 63, 154, 0x160c}, + {-1132, 63, 145, 0x1660}, + {-1132, 54, 145, 0x1694} + } +}; + +StandTile tile_1320 = { + 0x094d08, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 54, 145, 0x16ae}, + {-1132, 54, 136, 0x1668}, + {-1132, 45, 136, 0x1694} + } +}; + +StandTile tile_1321 = { + 0x094f08, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 45, 136, 0x1664}, + {-1069, 54, 136, 0x16aa}, + {-1069, 54, 145, 0x15a2} + } +}; + +StandTile tile_1322 = { + 0x095008, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 36, 127, 0x16be}, + {-1132, 36, 118, 0x1678}, + {-1132, 27, 118, 0x1694} + } +}; + +StandTile tile_1323 = { + 0x095108, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 27, 118, 0x1674}, + {-1069, 36, 118, 0x16ba}, + {-1069, 36, 127, 0x15a2} + } +}; + +StandTile tile_1324 = { + 0x095208, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 27, 118, 0x16c6}, + {-1132, 27, 109, 0x1680}, + {-1132, 18, 109, 0x1694} + } +}; + +StandTile tile_1325 = { + 0x095308, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 18, 109, 0x167c}, + {-1069, 27, 109, 0x16c2}, + {-1069, 27, 118, 0x15a2} + } +}; + +StandTile tile_1326 = { + 0x095408, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 18, 109, 0x16ce}, + {-1132, 18, 100, 0x1688}, + {-1132, 9, 100, 0x1694} + } +}; + +StandTile tile_1327 = { + 0x095508, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 9, 100, 0x1684}, + {-1069, 18, 100, 0x16ca}, + {-1069, 18, 109, 0x15a2} + } +}; + +StandTile tile_1328 = { + 0x095608, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 9, 100, 0x16d6}, + {-1132, 9, 91, 0x1690}, + {-1132, 0, 91, 0x1694} + } +}; + +StandTile tile_1329 = { + 0x095708, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 0, 91, 0x168c}, + {-1069, 9, 91, 0x16d2}, + {-1069, 9, 100, 0x15a2} + } +}; + +StandTile tile_1330 = { + 0x096508, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 100, 109, 0x15f5}, + {-1060, 109, 109, 0x1619}, + {-1060, 109, 100, 0x15b4} + } +}; + +StandTile tile_1331 = { + 0x096608, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 109, 100, 0x15cd}, + {-1060, 118, 100, 0x1611}, + {-1060, 118, 91, 0x15b4} + } +}; + +StandTile tile_1332 = { + 0x096708, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 91, 118, 0x15ed}, + {-1060, 100, 118, 0x1621}, + {-1060, 100, 109, 0x15b4} + } +}; + +StandTile tile_1333 = { + 0x096808, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 82, 127, 0x15d5}, + {-1060, 91, 127, 0x1629}, + {-1060, 91, 118, 0x15b4} + } +}; + +StandTile tile_1334 = { + 0x096908, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 72, 136, 0x15dd}, + {-1060, 82, 136, 0x1631}, + {-1060, 82, 127, 0x0000} + } +}; + +StandTile tile_1335 = { + 0x096a08, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 63, 145, 0x15e5}, + {-1060, 72, 145, 0x1639}, + {-1060, 72, 136, 0x15b4} + } +}; + +StandTile tile_1336 = { + 0x09770a, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 9, + 0x0, 0x1, 0x2, + { + {-1069, 63, 154, 0x15ac}, + {-1069, 0, 100, 0x0000}, + {-1069, 0, 91, 0x1586}, + {-1069, 9, 100, 0x157e}, + {-1069, 18, 109, 0x1576}, + {-1069, 27, 118, 0x156e}, + {-1069, 36, 127, 0x155a}, + {-1069, 45, 136, 0x1566}, + {-1069, 54, 145, 0x0000} + } +}; + +StandTile tile_1337 = { + 0x097709, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 63, 154, 0x0000}, + {-1069, 54, 154, 0x0000}, + {-1069, 0, 100, 0x15a2} + } +}; + +StandTile tile_1338 = { + 0x097c0a, 0x14, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 63, 145, 0x15b4}, + {-1060, 118, 82, 0x0000}, + {-1060, 54, 145, 0x15c1} + } +}; + +StandTile tile_1339 = { + 0x097c09, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 8, + 0x0, 0x6, 0x7, + { + {-1060, 63, 145, 0x159e}, + {-1060, 72, 136, 0x0000}, + {-1060, 82, 127, 0x1596}, + {-1060, 91, 118, 0x1592}, + {-1060, 100, 109, 0x158a}, + {-1060, 109, 100, 0x158e}, + {-1060, 118, 91, 0x154d}, + {-1060, 118, 82, 0x15b0} + } +}; + +StandTile tile_1340 = { + 0x097d0a, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 63, 145, 0x15c1}, + {-1060, 54, 145, 0x0000}, + {-1069, 54, 145, 0x165c} + } +}; + +StandTile tile_1341 = { + 0x097d09, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 63, 145, 0x1606}, + {-1060, 63, 145, 0x15b0}, + {-1060, 54, 145, 0x15bd} + } +}; + +StandTile tile_1342 = { + 0x09950a, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1014, 0, 91, 0x15c9}, + {-996, 0, -18, 0x0000}, + {-1051, 0, -18, 0x16f6} + } +}; + +StandTile tile_1343 = { + 0x099509, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1014, 0, 91, 0x0000}, + {-996, 0, 91, 0x0000}, + {-996, 0, -18, 0x15c5} + } +}; + +StandTile tile_1344 = { + 0x096c0a, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 109, 100, 0x15d1}, + {-996, 118, 100, 0x1615}, + {-1060, 118, 100, 0x158e} + } +}; + +StandTile tile_1345 = { + 0x096c09, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 109, 100, 0x1619}, + {-996, 109, 100, 0x0000}, + {-996, 118, 100, 0x15cd} + } +}; + +StandTile tile_1346 = { + 0x096d0a, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 82, 127, 0x15d9}, + {-996, 91, 127, 0x162d}, + {-1060, 91, 127, 0x1596} + } +}; + +StandTile tile_1347 = { + 0x096d09, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 82, 127, 0x1631}, + {-996, 82, 127, 0x0000}, + {-996, 91, 127, 0x15d5} + } +}; + +StandTile tile_1348 = { + 0x09700a, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 72, 136, 0x15e1}, + {-996, 82, 136, 0x1635}, + {-1060, 82, 136, 0x159a} + } +}; + +StandTile tile_1349 = { + 0x097009, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 72, 136, 0x1639}, + {-996, 72, 136, 0x0000}, + {-996, 82, 136, 0x15dd} + } +}; + +StandTile tile_1350 = { + 0x09710a, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 63, 145, 0x15e9}, + {-996, 72, 145, 0x163d}, + {-1060, 72, 145, 0x159e} + } +}; + +StandTile tile_1351 = { + 0x097109, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 63, 145, 0x1606}, + {-996, 63, 145, 0x0000}, + {-996, 72, 145, 0x15e5} + } +}; + +StandTile tile_1352 = { + 0x09740a, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 91, 118, 0x15f1}, + {-996, 100, 118, 0x1625}, + {-1060, 100, 118, 0x1592} + } +}; + +StandTile tile_1353 = { + 0x097409, 0x14, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 91, 118, 0x1629}, + {-996, 91, 118, 0x0000}, + {-996, 100, 118, 0x15ed} + } +}; + +StandTile tile_1354 = { + 0x09760a, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 100, 109, 0x15f9}, + {-996, 109, 109, 0x161d}, + {-1060, 109, 109, 0x158a} + } +}; + +StandTile tile_1355 = { + 0x097609, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 100, 109, 0x1621}, + {-996, 100, 109, 0x0000}, + {-996, 109, 109, 0x15f5} + } +}; + +StandTile tile_1356 = { + 0x09450a, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-996, 127, 91, 0x1601}, + {-1060, 118, 91, 0x1611}, + {-996, 118, 91, 0x0000} + } +}; + +StandTile tile_1357 = { + 0x094509, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {-996, 127, 91, 0x164f}, + {-1001, 127, 91, 0x1654}, + {-1060, 127, 91, 0x154d}, + {-1060, 118, 91, 0x15fd} + } +}; + +StandTile tile_1358 = { + 0x09490a, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x2, + { + {-1132, 63, 145, 0x160c}, + {-996, 63, 208, 0x0000}, + {-996, 63, 145, 0x15e9}, + {-1060, 63, 145, 0x15c1}, + {-1069, 63, 145, 0x165c} + } +}; + +StandTile tile_1359 = { + 0x094909, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {-1132, 63, 145, 0x155e}, + {-1132, 63, 154, 0x16a6}, + {-1132, 63, 208, 0x0000}, + {-996, 63, 208, 0x1606} + } +}; + +StandTile tile_1360 = { + 0x096b0a, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 118, 100, 0x1615}, + {-996, 118, 91, 0x15fd}, + {-1060, 118, 91, 0x158e} + } +}; + +StandTile tile_1361 = { + 0x096b09, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 118, 100, 0x15cd}, + {-996, 118, 100, 0x0000}, + {-996, 118, 91, 0x1611} + } +}; + +StandTile tile_1362 = { + 0x09750a, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 109, 109, 0x161d}, + {-996, 109, 100, 0x15d1}, + {-1060, 109, 100, 0x158a} + } +}; + +StandTile tile_1363 = { + 0x097509, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 109, 109, 0x15f5}, + {-996, 109, 109, 0x0000}, + {-996, 109, 100, 0x1619} + } +}; + +StandTile tile_1364 = { + 0x09730a, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 100, 118, 0x1625}, + {-996, 100, 109, 0x15f9}, + {-1060, 100, 109, 0x1592} + } +}; + +StandTile tile_1365 = { + 0x097309, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 100, 118, 0x15ed}, + {-996, 100, 118, 0x0000}, + {-996, 100, 109, 0x1621} + } +}; + +StandTile tile_1366 = { + 0x096e0a, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 91, 127, 0x162d}, + {-996, 91, 118, 0x15f1}, + {-1060, 91, 118, 0x1596} + } +}; + +StandTile tile_1367 = { + 0x096e09, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 91, 127, 0x15d5}, + {-996, 91, 127, 0x0000}, + {-996, 91, 118, 0x1629} + } +}; + +StandTile tile_1368 = { + 0x096f0a, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 82, 136, 0x1635}, + {-996, 82, 127, 0x15d9}, + {-1060, 82, 127, 0x159a} + } +}; + +StandTile tile_1369 = { + 0x096f09, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 82, 136, 0x15dd}, + {-996, 82, 136, 0x0000}, + {-996, 82, 127, 0x1631} + } +}; + +StandTile tile_1370 = { + 0x09720a, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 72, 145, 0x163d}, + {-996, 72, 136, 0x15e1}, + {-1060, 72, 136, 0x159e} + } +}; + +StandTile tile_1371 = { + 0x097209, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 72, 145, 0x15e5}, + {-996, 72, 145, 0x0000}, + {-996, 72, 136, 0x1639} + } +}; + +StandTile tile_1372 = { + 0x0bef08, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1001, 127, -18, 0x0000}, + {-1060, 127, -18, 0x1658}, + {-1001, 127, 36, 0x1645} + } +}; + +StandTile tile_1373 = { + 0x0bed08, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-942, 127, -18, 0x0000}, + {-1001, 127, -18, 0x1641}, + {-1001, 127, 36, 0x1649} + } +}; + +StandTile tile_1374 = { + 0x0beb08, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x3, 0x4, + { + {-942, 127, 91, 0x0000}, + {-942, 127, 63, 0x1468}, + {-942, 127, 9, 0x0000}, + {-942, 127, -18, 0x1645}, + {-1001, 127, 36, 0x164f} + } +}; + +StandTile tile_1375 = { + 0x0bf008, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {-1001, 127, 91, 0x1601}, + {-996, 127, 91, 0x0000}, + {-942, 127, 91, 0x1649}, + {-1001, 127, 36, 0x1654} + } +}; + +StandTile tile_1376 = { + 0x0bec08, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 127, 91, 0x1601}, + {-1001, 127, 91, 0x164f}, + {-1001, 127, 36, 0x1658} + } +}; + +StandTile tile_1377 = { + 0x093808, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1060, 127, 91, 0x1654}, + {-1001, 127, 36, 0x1641}, + {-1060, 127, -18, 0x1552} + } +}; + +StandTile tile_1378 = { + 0x09590a, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 54, 145, 0x1660}, + {-1132, 63, 145, 0x1606}, + {-1069, 63, 145, 0x15bd} + } +}; + +StandTile tile_1379 = { + 0x095909, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 54, 145, 0x16aa}, + {-1132, 54, 145, 0x155e}, + {-1132, 63, 145, 0x165c} + } +}; + +StandTile tile_1380 = { + 0x095a0a, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 45, 136, 0x1668}, + {-1132, 54, 136, 0x16ae}, + {-1069, 54, 136, 0x1566} + } +}; + +StandTile tile_1381 = { + 0x095a09, 0x14, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 45, 136, 0x16b2}, + {-1132, 45, 136, 0x1562}, + {-1132, 54, 136, 0x1664} + } +}; + +StandTile tile_1382 = { + 0x09640a, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 36, 127, 0x1670}, + {-1132, 45, 127, 0x16b6}, + {-1069, 45, 127, 0x155a} + } +}; + +StandTile tile_1383 = { + 0x096409, 0x14, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 36, 127, 0x16ba}, + {-1132, 36, 127, 0x1556}, + {-1132, 45, 127, 0x166c} + } +}; + +StandTile tile_1384 = { + 0x09620a, 0x14, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 27, 118, 0x1678}, + {-1132, 36, 118, 0x16be}, + {-1069, 36, 118, 0x156e} + } +}; + +StandTile tile_1385 = { + 0x096209, 0x14, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 27, 118, 0x16c2}, + {-1132, 27, 118, 0x156a}, + {-1132, 36, 118, 0x1674} + } +}; + +StandTile tile_1386 = { + 0x095b0a, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 18, 109, 0x1680}, + {-1132, 27, 109, 0x16c6}, + {-1069, 27, 109, 0x1576} + } +}; + +StandTile tile_1387 = { + 0x095b09, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 18, 109, 0x16ca}, + {-1132, 18, 109, 0x1572}, + {-1132, 27, 109, 0x167c} + } +}; + +StandTile tile_1388 = { + 0x095e0a, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 9, 100, 0x1688}, + {-1132, 18, 100, 0x16ce}, + {-1069, 18, 100, 0x157e} + } +}; + +StandTile tile_1389 = { + 0x095e09, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 9, 100, 0x16d2}, + {-1132, 9, 100, 0x157a}, + {-1132, 18, 100, 0x1684} + } +}; + +StandTile tile_1390 = { + 0x095f0a, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 0, 91, 0x1690}, + {-1132, 9, 91, 0x16d6}, + {-1069, 9, 91, 0x1586} + } +}; + +StandTile tile_1391 = { + 0x095f09, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 0, 91, 0x16f6}, + {-1132, 0, 91, 0x1582}, + {-1132, 9, 91, 0x168c} + } +}; + +StandTile tile_1392 = { + 0x09780a, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 9, + 0x0, 0x1, 0x2, + { + {-1132, 0, 91, 0x169e}, + {-1132, 54, 154, 0x16a2}, + {-1132, 63, 154, 0x155e}, + {-1132, 54, 145, 0x1562}, + {-1132, 45, 136, 0x1556}, + {-1132, 36, 127, 0x156a}, + {-1132, 27, 118, 0x1572}, + {-1132, 18, 109, 0x157a}, + {-1132, 9, 100, 0x1582} + } +}; + +StandTile tile_1393 = { + 0x097809, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 0, 91, 0x0000}, + {-1132, 0, 100, 0x0000}, + {-1132, 54, 154, 0x1694} + } +}; + +StandTile tile_1394 = { + 0x09790a, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 54, 208, 0x16a6}, + {-1132, 63, 154, 0x1694}, + {-1132, 54, 154, 0x0000} + } +}; + +StandTile tile_1395 = { + 0x097909, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 54, 208, 0x0000}, + {-1132, 63, 208, 0x160c}, + {-1132, 63, 154, 0x16a2} + } +}; + +StandTile tile_1396 = { + 0x09580a, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 54, 136, 0x16ae}, + {-1132, 54, 145, 0x1660}, + {-1069, 54, 145, 0x1566} + } +}; + +StandTile tile_1397 = { + 0x095809, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 54, 136, 0x1664}, + {-1132, 54, 136, 0x1562}, + {-1132, 54, 145, 0x16aa} + } +}; + +StandTile tile_1398 = { + 0x09630a, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 45, 127, 0x16b6}, + {-1132, 45, 136, 0x1668}, + {-1069, 45, 136, 0x155a} + } +}; + +StandTile tile_1399 = { + 0x096309, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 45, 127, 0x166c}, + {-1132, 45, 127, 0x1556}, + {-1132, 45, 136, 0x16b2} + } +}; + +StandTile tile_1400 = { + 0x09610a, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 36, 118, 0x16be}, + {-1132, 36, 127, 0x1670}, + {-1069, 36, 127, 0x156e} + } +}; + +StandTile tile_1401 = { + 0x096109, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 36, 118, 0x1674}, + {-1132, 36, 118, 0x156a}, + {-1132, 36, 127, 0x16ba} + } +}; + +StandTile tile_1402 = { + 0x095c0a, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 27, 109, 0x16c6}, + {-1132, 27, 118, 0x1678}, + {-1069, 27, 118, 0x1576} + } +}; + +StandTile tile_1403 = { + 0x095c09, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 27, 109, 0x167c}, + {-1132, 27, 109, 0x1572}, + {-1132, 27, 118, 0x16c2} + } +}; + +StandTile tile_1404 = { + 0x095d0a, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 18, 100, 0x16ce}, + {-1132, 18, 109, 0x1680}, + {-1069, 18, 109, 0x157e} + } +}; + +StandTile tile_1405 = { + 0x095d09, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 18, 100, 0x1684}, + {-1132, 18, 100, 0x157a}, + {-1132, 18, 109, 0x16ca} + } +}; + +StandTile tile_1406 = { + 0x09600a, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 9, 91, 0x16d6}, + {-1132, 9, 100, 0x1688}, + {-1069, 9, 100, 0x1586} + } +}; + +StandTile tile_1407 = { + 0x096009, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 9, 91, 0x168c}, + {-1132, 9, 91, 0x1582}, + {-1132, 9, 100, 0x16d2} + } +}; + +StandTile tile_1408 = { + 0x0f8208, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 0, 36, 0x16e6}, + {-1132, 0, 91, 0x16de}, + {-1132, 0, -18, 0x16fb} + } +}; + +StandTile tile_1409 = { + 0x0f8108, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1051, 0, -18, 0x0000}, + {-1132, 0, -18, 0x16da}, + {-1132, 0, 91, 0x16f6} + } +}; + +StandTile tile_1410 = { + 0x0f7d08, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 0, 36, 0x16ff}, + {-1250, 0, 91, 0x16ea}, + {-1191, 0, 91, 0x16e6} + } +}; + +StandTile tile_1411 = { + 0x098f08, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 0, 91, 0x16da}, + {-1191, 0, 36, 0x16e2}, + {-1191, 0, 91, 0x16ee} + } +}; + +StandTile tile_1412 = { + 0x0f7e08, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 0, 91, 0x16e2}, + {-1250, 0, 91, 0x170c}, + {-1193, 0, 125, 0x16ee} + } +}; + +StandTile tile_1413 = { + 0x0bf508, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 0, 91, 0x16e6}, + {-1191, 0, 91, 0x16ea}, + {-1193, 0, 125, 0x16f2} + } +}; + +StandTile tile_1414 = { + 0x099008, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 0, 91, 0x16ee}, + {-1193, 0, 125, 0x1703}, + {-1114, 0, 208, 0x0000} + } +}; + +StandTile tile_1415 = { + 0x099108, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-1132, 0, 91, 0x1690}, + {-1069, 0, 91, 0x0000}, + {-1014, 0, 91, 0x15c5}, + {-1051, 0, -18, 0x16de} + } +}; + +StandTile tile_1416 = { + 0x0bf308, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 0, 36, 0x16da}, + {-1132, 0, -18, 0x0000}, + {-1250, 0, -18, 0x16ff} + } +}; + +StandTile tile_1417 = { + 0x099308, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 0, 91, 0x16e2}, + {-1191, 0, 36, 0x16fb}, + {-1250, 0, -18, 0x0000} + } +}; + +StandTile tile_1418 = { + 0x0f8408, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-1196, 0, 208, 0x1720}, + {-1141, 0, 208, 0x0000}, + {-1114, 0, 208, 0x16f2}, + {-1193, 0, 125, 0x1708} + } +}; + +StandTile tile_1419 = { + 0x0bf608, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 0, 208, 0x171c}, + {-1196, 0, 208, 0x1703}, + {-1193, 0, 125, 0x170c} + } +}; + +StandTile tile_1420 = { + 0x099408, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 0, 208, 0x1708}, + {-1193, 0, 125, 0x16ea}, + {-1250, 0, 91, 0x0000} + } +}; + +StandTile tile_1421 = { + 0x0bf108, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1196, 0, 444, 0x1734}, + {-1141, 0, 444, 0x1724}, + {-1196, 0, 326, 0x1714} + } +}; + +StandTile tile_1422 = { + 0x0bea08, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 0, 444, 0x1730}, + {-1196, 0, 444, 0x1710}, + {-1196, 0, 326, 0x1718} + } +}; + +StandTile tile_1423 = { + 0x0be808, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 0, 208, 0x0000}, + {-1250, 0, 444, 0x1714}, + {-1196, 0, 326, 0x171c} + } +}; + +StandTile tile_1424 = { + 0x0f8308, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1196, 0, 208, 0x1708}, + {-1250, 0, 208, 0x1718}, + {-1196, 0, 326, 0x1720} + } +}; + +StandTile tile_1425 = { + 0x0be908, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1141, 0, 208, 0x1703}, + {-1196, 0, 208, 0x171c}, + {-1196, 0, 326, 0x1724} + } +}; + +StandTile tile_1426 = { + 0x099d08, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1141, 0, 208, 0x1720}, + {-1196, 0, 326, 0x1710}, + {-1141, 0, 444, 0x0000} + } +}; + +StandTile tile_1427 = { + 0x0be608, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 0, 652, 0x0000}, + {-1141, 0, 652, 0x1738}, + {-1196, 0, 548, 0x172c} + } +}; + +StandTile tile_1428 = { + 0x0be508, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 0, 444, 0x0000}, + {-1250, 0, 652, 0x1728}, + {-1196, 0, 548, 0x1730} + } +}; + +StandTile tile_1429 = { + 0x0bf208, 0x12, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1196, 0, 444, 0x1714}, + {-1250, 0, 444, 0x172c}, + {-1196, 0, 548, 0x1734} + } +}; + +StandTile tile_1430 = { + 0x0be708, 0x12, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1141, 0, 444, 0x1710}, + {-1196, 0, 444, 0x1730}, + {-1196, 0, 548, 0x1738} + } +}; + +StandTile tile_1431 = { + 0x099c08, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x1, 0x2, + { + {-1141, 0, 444, 0x1734}, + {-1196, 0, 548, 0x1728}, + {-1141, 0, 652, 0x0000}, + {-1141, 0, 616, 0x12c0}, + {-1141, 0, 525, 0x0000} + } +}; + +StandTile tile_1432 = { + 0x090708, 0x11, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-734, 127, 534, 0x1754}, + {-679, 127, 408, 0x1421}, + {-734, 127, 408, 0x1742} + } +}; + +StandTile tile_1433 = { + 0x07d608, 0x11, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-734, 127, 534, 0x173e}, + {-734, 127, 408, 0x1425}, + {-788, 127, 408, 0x1746} + } +}; + +StandTile tile_1434 = { + 0x104608, 0x11, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-734, 127, 534, 0x1742}, + {-788, 127, 408, 0x0000}, + {-788, 127, 496, 0x1770}, + {-788, 127, 506, 0x174b} + } +}; + +StandTile tile_1435 = { + 0x104708, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-734, 127, 534, 0x1746}, + {-788, 127, 506, 0x1770}, + {-788, 127, 544, 0x174f} + } +}; + +StandTile tile_1436 = { + 0x07d708, 0x11, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {-788, 127, 643, 0x1758}, + {-734, 127, 534, 0x174b}, + {-788, 127, 544, 0x1770}, + {-788, 127, 554, 0x0000} + } +}; + +StandTile tile_1437 = { + 0x07d408, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-679, 127, 643, 0x0000}, + {-679, 127, 408, 0x173e}, + {-734, 127, 534, 0x1758} + } +}; + +StandTile tile_1438 = { + 0x07d508, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x3, 0x4, + { + {-788, 127, 643, 0x0117}, + {-779, 127, 643, 0x010f}, + {-688, 127, 643, 0x0173}, + {-679, 127, 643, 0x1754}, + {-734, 127, 534, 0x174f} + } +}; + +StandTile tile_1439 = { + 0x1b1408, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-824, 127, 643, 0x1762}, + {-906, 127, 540, 0x1783}, + {-1005, 127, 650, 0x0000} + } +}; + +StandTile tile_1440 = { + 0x1b1308, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-815, 127, 616, 0x1766}, + {-906, 127, 540, 0x175e}, + {-824, 127, 643, 0x0000} + } +}; + +StandTile tile_1441 = { + 0x1b1208, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-815, 127, 616, 0x0000}, + {-806, 127, 544, 0x177f}, + {-906, 127, 540, 0x1762} + } +}; + +StandTile tile_1442 = { + 0x19f70a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-788, 127, 554, 0x1770}, + {-806, 127, 496, 0x177a}, + {-806, 127, 506, 0x177f}, + {-806, 127, 544, 0x0000}, + {-806, 127, 554, 0x0000} + } +}; + +StandTile tile_1443 = { + 0x19f709, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {-788, 127, 554, 0x174f}, + {-788, 127, 544, 0x174b}, + {-788, 127, 506, 0x1746}, + {-788, 127, 496, 0x0000}, + {-806, 127, 496, 0x176a} + } +}; + +StandTile tile_1444 = { + 0x104308, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-806, 127, 426, 0x0000}, + {-1005, 127, 426, 0x1783}, + {-906, 127, 540, 0x177a} + } +}; + +StandTile tile_1445 = { + 0x105508, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {-806, 127, 506, 0x176a}, + {-806, 127, 496, 0x0000}, + {-806, 127, 426, 0x1776}, + {-906, 127, 540, 0x177f} + } +}; + +StandTile tile_1446 = { + 0x105608, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-806, 127, 544, 0x176a}, + {-806, 127, 506, 0x177a}, + {-906, 127, 540, 0x1766} + } +}; + +StandTile tile_1447 = { + 0x103d08, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1005, 127, 650, 0x175e}, + {-906, 127, 540, 0x1776}, + {-1005, 127, 426, 0x0000} + } +}; + +StandTile tile_1448 = { + 0x19f40a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-788, 127, 348, 0x178d}, + {-805, 127, 290, 0x17a8}, + {-805, 127, 300, 0x17a4}, + {-805, 127, 337, 0x179f}, + {-805, 127, 348, 0x0000} + } +}; + +StandTile tile_1449 = { + 0x19f409, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {-788, 127, 348, 0x1432}, + {-788, 127, 337, 0x142e}, + {-788, 127, 300, 0x1429}, + {-788, 127, 290, 0x0000}, + {-805, 127, 290, 0x1787} + } +}; + +StandTile tile_1450 = { + 0x105108, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1005, 127, 411, 0x0000}, + {-805, 127, 411, 0x179f}, + {-905, 127, 312, 0x1797} + } +}; + +StandTile tile_1451 = { + 0x105008, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1005, 127, 213, 0x0000}, + {-1005, 127, 411, 0x1793}, + {-905, 127, 312, 0x179b} + } +}; + +StandTile tile_1452 = { + 0x105208, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-805, 127, 213, 0x0000}, + {-1005, 127, 213, 0x1797}, + {-905, 127, 312, 0x17a8} + } +}; + +StandTile tile_1453 = { + 0x105408, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-905, 127, 312, 0x1793}, + {-805, 127, 411, 0x0000}, + {-805, 127, 348, 0x1787}, + {-805, 127, 337, 0x17a4} + } +}; + +StandTile tile_1454 = { + 0x105308, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-905, 127, 312, 0x179f}, + {-805, 127, 337, 0x1787}, + {-805, 127, 300, 0x17a8} + } +}; + +StandTile tile_1455 = { + 0x104b08, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {-805, 127, 213, 0x179b}, + {-905, 127, 312, 0x17a4}, + {-805, 127, 300, 0x1787}, + {-805, 127, 290, 0x0000} + } +}; + +StandTile tile_1456 = { + 0x1b040a, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 572, 0x17b1}, + {-14, 0, 580, 0x17db}, + {-14, 0, 510, 0x17b5} + } +}; + +StandTile tile_1457 = { + 0x1b0409, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 572, 0x0000}, + {-163, 0, 580, 0x17f9}, + {-14, 0, 580, 0x17ad} + } +}; + +StandTile tile_1458 = { + 0x1b0508, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 572, 0x17ad}, + {-14, 0, 510, 0x17c5}, + {-127, 0, 498, 0x17b9} + } +}; + +StandTile tile_1459 = { + 0x1b0308, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 572, 0x17b5}, + {-127, 0, 498, 0x0000}, + {-163, 0, 498, 0x0000} + } +}; + +StandTile tile_1460 = { + 0x106f0a, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {145, 0, 462, 0x17c1}, + {163, 0, 562, 0x0000}, + {163, 0, 462, 0x0000} + } +}; + +StandTile tile_1461 = { + 0x106f09, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {145, 0, 462, 0x17d1}, + {145, 0, 562, 0x0000}, + {163, 0, 562, 0x17bd} + } +}; + +StandTile tile_1462 = { + 0x107108, 0x0e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-127, 0, 471, 0x0000}, + {-127, 0, 498, 0x17b5}, + {-14, 0, 510, 0x17c9} + } +}; + +StandTile tile_1463 = { + 0x106d08, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-91, 0, 471, 0x0000}, + {-127, 0, 471, 0x17c5}, + {-14, 0, 510, 0x17d7} + } +}; + +StandTile tile_1464 = { + 0x05f608, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {145, 0, 444, 0x0000}, + {-91, 0, 444, 0x17d7}, + {-14, 0, 510, 0x17d1} + } +}; + +StandTile tile_1465 = { + 0x05f208, 0x0e, + 0x0, + 0x9, 0x9, 0x9, + 5, + 0x0, 0x3, 0x4, + { + {145, 0, 580, 0x0000}, + {145, 0, 562, 0x17c1}, + {145, 0, 462, 0x0000}, + {145, 0, 444, 0x17cd}, + {-14, 0, 510, 0x17db} + } +}; + +StandTile tile_1466 = { + 0x05f508, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-14, 0, 510, 0x17cd}, + {-91, 0, 444, 0x0000}, + {-91, 0, 471, 0x17c9} + } +}; + +StandTile tile_1467 = { + 0x05f008, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {145, 0, 580, 0x17d1}, + {-14, 0, 510, 0x17ad}, + {-14, 0, 580, 0x17f5} + } +}; + +StandTile tile_1468 = { + 0x1a220a, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-145, 0, 688, 0x17e3}, + {145, 0, 707, 0x17f1}, + {-14, 0, 641, 0x17ed} + } +}; + +StandTile tile_1469 = { + 0x1a2209, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-145, 0, 688, 0x0000}, + {-145, 0, 707, 0x0000}, + {145, 0, 707, 0x17df} + } +}; + +StandTile tile_1470 = { + 0x1a210a, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-181, 0, 688, 0x17ed}, + {-14, 0, 641, 0x17f9}, + {-181, 0, 580, 0x0000}, + {-181, 0, 616, 0x14fd}, + {-181, 0, 670, 0x0000} + } +}; + +StandTile tile_1471 = { + 0x1a2109, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-181, 0, 688, 0x0000}, + {-145, 0, 688, 0x17df}, + {-14, 0, 641, 0x17e7} + } +}; + +StandTile tile_1472 = { + 0x05f308, 0x0e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {145, 0, 707, 0x0000}, + {145, 0, 580, 0x17f5}, + {-14, 0, 641, 0x17df} + } +}; + +StandTile tile_1473 = { + 0x08f908, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-14, 0, 641, 0x17f1}, + {145, 0, 580, 0x17db}, + {-14, 0, 580, 0x17f9} + } +}; + +StandTile tile_1474 = { + 0x05f408, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x3, + { + {-14, 0, 641, 0x17f5}, + {-14, 0, 580, 0x17b1}, + {-163, 0, 580, 0x0000}, + {-181, 0, 580, 0x17e7} + } +}; + +StandTile tile_1475 = { + 0x111108, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, -480, 0x110f}, + {-72, 127, -480, 0x1814}, + {-127, 127, -607, 0x180a} + } +}; + +StandTile tile_1476 = { + 0x1af408, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-127, 127, -607, 0x180e}, + {-181, 127, -734, 0x0000}, + {-181, 127, -707, 0x1806} + } +}; + +StandTile tile_1477 = { + 0x1af308, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-127, 127, -607, 0x1802}, + {-181, 127, -707, 0x00bb}, + {-181, 127, -607, 0x180a} + } +}; + +StandTile tile_1478 = { + 0x111008, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, -480, 0x17fe}, + {-127, 127, -607, 0x1806}, + {-181, 127, -607, 0x0000} + } +}; + +StandTile tile_1479 = { + 0x110f08, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x1, 0x4, + { + {-127, 127, -607, 0x1814}, + {-72, 127, -734, 0x0000}, + {-100, 127, -734, 0x181e}, + {-154, 127, -734, 0x0000}, + {-181, 127, -734, 0x1802} + } +}; + +StandTile tile_1480 = { + 0x110e08, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-72, 127, -480, 0x0000}, + {-72, 127, -734, 0x180e}, + {-127, 127, -607, 0x17fe} + } +}; + +StandTile tile_1481 = { + 0x110d0a, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x2, + { + {-154, 127, -752, 0x181e}, + {-100, 127, -734, 0x0000}, + {-100, 127, -752, 0x0650}, + {-109, 127, -752, 0x0648}, + {-145, 127, -752, 0x064c} + } +}; + +StandTile tile_1482 = { + 0x110d09, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-154, 127, -752, 0x0000}, + {-154, 127, -734, 0x180e}, + {-100, 127, -734, 0x1818} + } +}; + +StandTile tile_1483 = { + 0x10de08, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, -480, 0x153d}, + {-679, 127, -480, 0x1830}, + {-734, 127, -607, 0x1826} + } +}; + +StandTile tile_1484 = { + 0x108008, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-788, 127, -480, 0x1822}, + {-734, 127, -607, 0x182a}, + {-788, 127, -734, 0x0000} + } +}; + +StandTile tile_1485 = { + 0x10df08, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x1, 0x4, + { + {-734, 127, -607, 0x1830}, + {-679, 127, -734, 0x0000}, + {-707, 127, -734, 0x183c}, + {-761, 127, -734, 0x0000}, + {-788, 127, -734, 0x1826} + } +}; + +StandTile tile_1486 = { + 0x10e008, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x3, 0x4, + { + {-679, 127, -480, 0x0000}, + {-679, 127, -607, 0x00df}, + {-679, 127, -707, 0x0000}, + {-679, 127, -734, 0x182a}, + {-734, 127, -607, 0x1822} + } +}; + +StandTile tile_1487 = { + 0x10a40a, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x2, + { + {-761, 127, -752, 0x183c}, + {-707, 127, -734, 0x0000}, + {-707, 127, -752, 0x0526}, + {-716, 127, -752, 0x052a}, + {-752, 127, -752, 0x0522} + } +}; + +StandTile tile_1488 = { + 0x10a409, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-761, 127, -752, 0x0000}, + {-761, 127, -734, 0x182a}, + {-707, 127, -734, 0x1836} + } +}; + +StandTile tile_1489 = { + 0x1a200a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, 190, 0x1844}, + {-172, 127, 389, 0x1848}, + {-127, 127, 312, 0x186c} + } +}; + +StandTile tile_1490 = { + 0x1a2009, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-181, 127, 190, 0x0000}, + {-181, 127, 389, 0x0000}, + {-172, 127, 389, 0x1840} + } +}; + +StandTile tile_1491 = { + 0x1a1f0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 127, 389, 0x184c}, + {-154, 127, 417, 0x1858}, + {-127, 127, 312, 0x1840} + } +}; + +StandTile tile_1492 = { + 0x1a1f09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 127, 389, 0x0000}, + {-172, 127, 417, 0x0000}, + {-154, 127, 417, 0x1848} + } +}; + +StandTile tile_1493 = { + 0x1a1e0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-154, 127, 417, 0x1854}, + {-100, 127, 435, 0x0000}, + {-100, 127, 417, 0x1858} + } +}; + +StandTile tile_1494 = { + 0x1a1e09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-154, 127, 417, 0x0000}, + {-154, 127, 435, 0x18ac}, + {-100, 127, 435, 0x1850} + } +}; + +StandTile tile_1495 = { + 0x1a1d08, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-154, 127, 417, 0x1850}, + {-100, 127, 417, 0x185c}, + {-127, 127, 312, 0x1848} + } +}; + +StandTile tile_1496 = { + 0x1a1c0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-100, 127, 417, 0x1860}, + {-82, 127, 389, 0x1868}, + {-127, 127, 312, 0x1858} + } +}; + +StandTile tile_1497 = { + 0x1a1c09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-100, 127, 417, 0x0000}, + {-82, 127, 417, 0x0000}, + {-82, 127, 389, 0x185c} + } +}; + +StandTile tile_1498 = { + 0x1a1b0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, 127, 312, 0x1868}, + {-72, 127, 389, 0x0000}, + {-72, 127, 190, 0x1870} + } +}; + +StandTile tile_1499 = { + 0x1a1b09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, 127, 312, 0x185c}, + {-82, 127, 389, 0x0000}, + {-72, 127, 389, 0x1864} + } +}; + +StandTile tile_1500 = { + 0x08fb08, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-127, 127, 190, 0x0f6b}, + {-181, 127, 190, 0x1840}, + {-127, 127, 312, 0x1870} + } +}; + +StandTile tile_1501 = { + 0x07ce08, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-72, 127, 190, 0x0f67}, + {-127, 127, 190, 0x186c}, + {-127, 127, 312, 0x1864} + } +}; + +StandTile tile_1502 = { + 0x1aad08, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 127, 734, 0x0000}, + {-190, 127, 761, 0x0000}, + {-45, 127, 761, 0x1878} + } +}; + +StandTile tile_1503 = { + 0x1aac08, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 127, 634, 0x18b6}, + {-190, 127, 734, 0x1874}, + {-45, 127, 761, 0x187c} + } +}; + +StandTile tile_1504 = { + 0x1aab0a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 127, 471, 0x1880}, + {-190, 127, 634, 0x1878}, + {-45, 127, 761, 0x1884} + } +}; + +StandTile tile_1505 = { + 0x1aab09, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 127, 471, 0x0000}, + {-190, 127, 471, 0x0000}, + {-190, 127, 634, 0x187c} + } +}; + +StandTile tile_1506 = { + 0x1aaa08, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 127, 471, 0x187c}, + {-45, 127, 761, 0x18a4}, + {-63, 127, 444, 0x18b2} + } +}; + +StandTile tile_1507 = { + 0x1a070a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-45, 127, 779, 0x188c}, + {54, 127, 761, 0x1890}, + {-45, 127, 761, 0x0000} + } +}; + +StandTile tile_1508 = { + 0x1a0709, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-45, 127, 779, 0x0000}, + {54, 127, 779, 0x0000}, + {54, 127, 761, 0x1888} + } +}; + +StandTile tile_1509 = { + 0x1a0608, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-45, 127, 761, 0x1888}, + {54, 127, 761, 0x1894}, + {45, 127, 525, 0x18a0} + } +}; + +StandTile tile_1510 = { + 0x1a050a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {54, 127, 761, 0x1898}, + {73, 127, 525, 0x0000}, + {45, 127, 525, 0x1890} + } +}; + +StandTile tile_1511 = { + 0x1a0509, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {54, 127, 761, 0x0000}, + {73, 127, 761, 0x0000}, + {73, 127, 525, 0x1894} + } +}; + +StandTile tile_1512 = { + 0x1a040a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-45, 127, 761, 0x18a0}, + {45, 127, 489, 0x0000}, + {18, 127, 489, 0x18a8} + } +}; + +StandTile tile_1513 = { + 0x1a0409, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-45, 127, 761, 0x1890}, + {45, 127, 525, 0x0000}, + {45, 127, 489, 0x189c} + } +}; + +StandTile tile_1514 = { + 0x1a030a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-45, 127, 761, 0x18a8}, + {18, 127, 444, 0x0000}, + {-63, 127, 444, 0x1884} + } +}; + +StandTile tile_1515 = { + 0x1a0309, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-45, 127, 761, 0x189c}, + {18, 127, 489, 0x0000}, + {18, 127, 444, 0x18a4} + } +}; + +StandTile tile_1516 = { + 0x1a000a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-172, 127, 471, 0x18b2}, + {-63, 127, 435, 0x0000}, + {-100, 127, 435, 0x1854}, + {-154, 127, 435, 0x0000}, + {-172, 127, 435, 0x0000} + } +}; + +StandTile tile_1517 = { + 0x1a0009, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 127, 471, 0x1884}, + {-63, 127, 444, 0x0000}, + {-63, 127, 435, 0x18ac} + } +}; + +StandTile tile_1518 = { + 0x1aa40a, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-190, 127, 634, 0x18ba}, + {-199, 127, 734, 0x0000}, + {-190, 127, 734, 0x1878} + } +}; + +StandTile tile_1519 = { + 0x1aa409, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-190, 127, 634, 0x0000}, + {-199, 127, 634, 0x012f}, + {-199, 127, 734, 0x18b6} + } +}; + +StandTile tile_1520 = { + 0x023d02, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-824, -18, -177, 0x18c2}, + {-833, -18, -231, 0x18ca}, + {-833, -18, -177, 0x0000} + } +}; + +StandTile tile_1521 = { + 0x023d01, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-824, -18, -177, 0x18ee}, + {-824, -18, -231, 0x0000}, + {-833, -18, -231, 0x18be} + } +}; + +StandTile tile_1522 = { + 0x023c02, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-833, -18, -177, 0x18ca}, + {-842, -18, -240, 0x18df}, + {-842, -18, -168, 0x0000} + } +}; + +StandTile tile_1523 = { + 0x023c01, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-833, -18, -177, 0x18be}, + {-833, -18, -231, 0x0000}, + {-842, -18, -240, 0x18c6} + } +}; + +StandTile tile_1524 = { + 0x000302, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1205, -18, -466, 0x18d2}, + {-1608, -18, -131, 0x0000}, + {-1205, -18, -131, 0x18e5} + } +}; + +StandTile tile_1525 = { + 0x000301, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {-1205, -18, -466, 0x18d7}, + {-1490, -18, -466, 0x0000}, + {-1608, -18, -466, 0x0000}, + {-1608, -18, -131, 0x18ce} + } +}; + +StandTile tile_1526 = { + 0x000200, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1490, -18, -743, 0x0000}, + {-1490, -18, -466, 0x18d2}, + {-1205, -18, -466, 0x18db} + } +}; + +StandTile tile_1527 = { + 0x000100, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1490, -18, -743, 0x18d7}, + {-1205, -18, -466, 0x18e5}, + {-1205, -18, -743, 0x0000} + } +}; + +StandTile tile_1528 = { + 0x000002, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x4, + { + {-1205, -18, -743, 0x18e5}, + {-842, -18, -131, 0x0000}, + {-842, -18, -168, 0x18c6}, + {-842, -18, -240, 0x0000}, + {-842, -18, -743, 0x0000} + } +}; + +StandTile tile_1529 = { + 0x000001, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {-1205, -18, -743, 0x18db}, + {-1205, -18, -466, 0x18ce}, + {-1205, -18, -131, 0x0000}, + {-842, -18, -131, 0x18df} + } +}; + +StandTile tile_1530 = { + 0x023e02, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-824, -18, -231, 0x18ee}, + {-815, -18, -177, 0x18f2}, + {-815, -18, -231, 0x0000} + } +}; + +StandTile tile_1531 = { + 0x023e01, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-824, -18, -231, 0x18c2}, + {-824, -18, -177, 0x0000}, + {-815, -18, -177, 0x18ea} + } +}; + +StandTile tile_1532 = { + 0x008802, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 7, + 0x0, 0x1, 0x4, + { + {-815, -18, -136, 0x18fa}, + {-652, -18, -272, 0x0000}, + {-666, -18, -272, 0x18fe}, + {-802, -18, -272, 0x0000}, + {-815, -18, -272, 0x0000}, + {-815, -18, -231, 0x18ea}, + {-815, -18, -177, 0x0000} + } +}; + +StandTile tile_1533 = { + 0x008801, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-815, -18, -136, 0x0000}, + {-652, -18, -136, 0x0000}, + {-652, -18, -272, 0x18f2} + } +}; + +StandTile tile_1534 = { + 0x00fa02, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-666, -18, -299, 0x1902}, + {-802, -18, -272, 0x18f2}, + {-666, -18, -272, 0x0000} + } +}; + +StandTile tile_1535 = { + 0x00fa01, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-666, -18, -299, 0x1924}, + {-802, -18, -299, 0x0000}, + {-802, -18, -272, 0x18fe} + } +}; + +StandTile tile_1536 = { + 0x00cf02, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-666, -18, -521, 0x190a}, + {-802, -18, -494, 0x1912}, + {-666, -18, -494, 0x0000} + } +}; + +StandTile tile_1537 = { + 0x00cf01, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-666, -18, -521, 0x1967}, + {-802, -18, -521, 0x0000}, + {-802, -18, -494, 0x1906} + } +}; + +StandTile tile_1538 = { + 0x00d302, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-652, -18, -448, 0x1912}, + {-815, -18, -494, 0x191c}, + {-747, -18, -448, 0x192e} + } +}; + +StandTile tile_1539 = { + 0x00d301, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x4, + { + {-652, -18, -448, 0x0000}, + {-652, -18, -494, 0x0000}, + {-666, -18, -494, 0x1906}, + {-802, -18, -494, 0x0000}, + {-815, -18, -494, 0x190e} + } +}; + +StandTile tile_1540 = { + 0x00d202, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-747, -18, -448, 0x191c}, + {-815, -18, -299, 0x1924}, + {-747, -18, -344, 0x192e} + } +}; + +StandTile tile_1541 = { + 0x00d201, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-747, -18, -448, 0x190e}, + {-815, -18, -494, 0x0000}, + {-815, -18, -299, 0x1918} + } +}; + +StandTile tile_1542 = { + 0x00d102, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-747, -18, -344, 0x1924}, + {-652, -18, -299, 0x0000}, + {-652, -18, -344, 0x192a} + } +}; + +StandTile tile_1543 = { + 0x00d101, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x4, + { + {-747, -18, -344, 0x1918}, + {-815, -18, -299, 0x0000}, + {-802, -18, -299, 0x1902}, + {-666, -18, -299, 0x0000}, + {-652, -18, -299, 0x1920} + } +}; + +StandTile tile_1544 = { + 0x00d002, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-652, -18, -448, 0x192e}, + {-747, -18, -344, 0x1920}, + {-652, -18, -344, 0x0000} + } +}; + +StandTile tile_1545 = { + 0x00d001, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-652, -18, -448, 0x190e}, + {-747, -18, -448, 0x1918}, + {-747, -18, -344, 0x192a} + } +}; + +StandTile tile_1546 = { + 0x008202, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-652, -18, -589, 0x1936}, + {-634, -18, -643, 0x0000}, + {-652, -18, -643, 0x196d} + } +}; + +StandTile tile_1547 = { + 0x008201, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-652, -18, -589, 0x0000}, + {-634, -18, -589, 0x1992}, + {-634, -18, -643, 0x1932} + } +}; + +StandTile tile_1548 = { + 0x018a02, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-666, -18, -743, 0x193e}, + {-802, -18, -716, 0x1955}, + {-666, -18, -716, 0x0000} + } +}; + +StandTile tile_1549 = { + 0x018a01, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x3, 0x4, + { + {-666, -18, -743, 0x0000}, + {-707, -18, -743, 0x1948}, + {-761, -18, -743, 0x0000}, + {-779, -18, -743, 0x1944}, + {-802, -18, -716, 0x193a} + } +}; + +StandTile tile_1550 = { + 0x018900, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-779, -18, -743, 0x0000}, + {-802, -18, -743, 0x0000}, + {-802, -18, -716, 0x193e} + } +}; + +StandTile tile_1551 = { + 0x018802, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-707, -18, -752, 0x194c}, + {-761, -18, -743, 0x193e}, + {-707, -18, -743, 0x0000} + } +}; + +StandTile tile_1552 = { + 0x018801, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {-707, -18, -752, 0x0b04}, + {-752, -18, -752, 0x0b14}, + {-761, -18, -752, 0x0000}, + {-761, -18, -743, 0x1948} + } +}; + +StandTile tile_1553 = { + 0x011502, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-652, -18, -670, 0x1955}, + {-815, -18, -716, 0x195f}, + {-747, -18, -670, 0x1973} + } +}; + +StandTile tile_1554 = { + 0x011501, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x4, + { + {-652, -18, -670, 0x0000}, + {-652, -18, -716, 0x0000}, + {-666, -18, -716, 0x193a}, + {-802, -18, -716, 0x0000}, + {-815, -18, -716, 0x1951} + } +}; + +StandTile tile_1555 = { + 0x011402, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-747, -18, -670, 0x195f}, + {-815, -18, -521, 0x1967}, + {-747, -18, -566, 0x1973} + } +}; + +StandTile tile_1556 = { + 0x011401, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-747, -18, -670, 0x1951}, + {-815, -18, -716, 0x0000}, + {-815, -18, -521, 0x195b} + } +}; + +StandTile tile_1557 = { + 0x011302, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-747, -18, -566, 0x1967}, + {-652, -18, -521, 0x0000}, + {-652, -18, -566, 0x196d} + } +}; + +StandTile tile_1558 = { + 0x011301, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x4, + { + {-747, -18, -566, 0x195b}, + {-815, -18, -521, 0x0000}, + {-802, -18, -521, 0x190a}, + {-666, -18, -521, 0x0000}, + {-652, -18, -521, 0x1963} + } +}; + +StandTile tile_1559 = { + 0x011202, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 5, + 0x0, 0x1, 0x2, + { + {-652, -18, -670, 0x1973}, + {-747, -18, -566, 0x1963}, + {-652, -18, -566, 0x0000}, + {-652, -18, -589, 0x1932}, + {-652, -18, -643, 0x0000} + } +}; + +StandTile tile_1560 = { + 0x011201, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-652, -18, -670, 0x1951}, + {-747, -18, -670, 0x195b}, + {-747, -18, -566, 0x196d} + } +}; + +StandTile tile_1561 = { + 0x008702, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-634, -18, -462, 0x197b}, + {-349, -18, -562, 0x198e}, + {-634, -18, -589, 0x0000} + } +}; + +StandTile tile_1562 = { + 0x008701, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 6, + 0x0, 0x4, 0x5, + { + {-634, -18, -462, 0x19a2}, + {-543, -18, -462, 0x19ae}, + {-421, -18, -462, 0x19b6}, + {-294, -18, -462, 0x199a}, + {-236, -18, -462, 0x1986}, + {-349, -18, -562, 0x1977} + } +}; + +StandTile tile_1563 = { + 0x008602, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-349, -18, -562, 0x1986}, + {-236, -18, -716, 0x0000}, + {-326, -18, -716, 0x198e} + } +}; + +StandTile tile_1564 = { + 0x008601, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-349, -18, -562, 0x197b}, + {-236, -18, -462, 0x0000}, + {-236, -18, -716, 0x1982} + } +}; + +StandTile tile_1565 = { + 0x008500, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-466, -18, -716, 0x0000}, + {-634, -18, -716, 0x0000}, + {-634, -18, -643, 0x1992} + } +}; + +StandTile tile_1566 = { + 0x008400, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-349, -18, -562, 0x1982}, + {-326, -18, -716, 0x1996}, + {-634, -18, -589, 0x1977} + } +}; + +StandTile tile_1567 = { + 0x008302, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-634, -18, -589, 0x1996}, + {-466, -18, -716, 0x198a}, + {-634, -18, -643, 0x1936} + } +}; + +StandTile tile_1568 = { + 0x008301, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-634, -18, -589, 0x198e}, + {-326, -18, -716, 0x0000}, + {-466, -18, -716, 0x1992} + } +}; + +StandTile tile_1569 = { + 0x008102, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-294, -18, -290, 0x199e}, + {-236, -18, -462, 0x197b}, + {-294, -18, -462, 0x19b6} + } +}; + +StandTile tile_1570 = { + 0x008101, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-294, -18, -290, 0x0000}, + {-236, -18, -290, 0x0000}, + {-236, -18, -462, 0x199a} + } +}; + +StandTile tile_1571 = { + 0x008002, 0x05, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-634, -18, -462, 0x19a6}, + {-349, -18, -290, 0x19ae}, + {-543, -18, -462, 0x197b} + } +}; + +StandTile tile_1572 = { + 0x008001, 0x05, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-634, -18, -462, 0x0000}, + {-634, -18, -290, 0x0000}, + {-349, -18, -290, 0x19a2} + } +}; + +StandTile tile_1573 = { + 0x007f02, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-421, -18, -462, 0x19ae}, + {-349, -18, -290, 0x19be}, + {-312, -18, -290, 0x19b2} + } +}; + +StandTile tile_1574 = { + 0x007f01, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-421, -18, -462, 0x197b}, + {-543, -18, -462, 0x19a2}, + {-349, -18, -290, 0x19aa} + } +}; + +StandTile tile_1575 = { + 0x007e02, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-294, -18, -290, 0x19b6}, + {-421, -18, -462, 0x19aa}, + {-312, -18, -290, 0x19c6} + } +}; + +StandTile tile_1576 = { + 0x007e01, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-294, -18, -290, 0x199a}, + {-294, -18, -462, 0x197b}, + {-421, -18, -462, 0x19b2} + } +}; + +StandTile tile_1577 = { + 0x007d02, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-312, -18, -290, 0x19be}, + {-349, -18, -281, 0x19ca}, + {-303, -18, -281, 0x19c2} + } +}; + +StandTile tile_1578 = { + 0x007d01, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-312, -18, -290, 0x19aa}, + {-349, -18, -290, 0x0000}, + {-349, -18, -281, 0x19ba} + } +}; + +StandTile tile_1579 = { + 0x007c02, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-294, -18, -281, 0x19c6}, + {-312, -18, -290, 0x19ba}, + {-303, -18, -281, 0x19d2} + } +}; + +StandTile tile_1580 = { + 0x007c01, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-294, -18, -281, 0x0000}, + {-294, -18, -290, 0x19b2}, + {-312, -18, -290, 0x19c2} + } +}; + +StandTile tile_1581 = { + 0x00a102, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-349, -18, -281, 0x19ce}, + {-294, -18, -272, 0x19d2}, + {-303, -18, -281, 0x19ba} + } +}; + +StandTile tile_1582 = { + 0x00a101, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-349, -18, -281, 0x0000}, + {-349, -18, -272, 0x19d6}, + {-294, -18, -272, 0x19ca} + } +}; + +StandTile tile_1583 = { + 0x00a000, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-294, -18, -281, 0x19c2}, + {-303, -18, -281, 0x19ca}, + {-294, -18, -272, 0x0000} + } +}; + +StandTile tile_1584 = { + 0x009f00, 0x04, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x2, 0x3, + { + {-294, -18, -272, 0x19ce}, + {-349, -18, -272, 0x0000}, + {-489, -18, -272, 0x19db}, + {-403, -18, -190, 0x19e7} + } +}; + +StandTile tile_1585 = { + 0x025600, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-403, -18, -190, 0x19d6}, + {-489, -18, -272, 0x0000}, + {-489, -18, -190, 0x19df} + } +}; + +StandTile tile_1586 = { + 0x009e00, 0x04, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-403, -18, -190, 0x19db}, + {-489, -18, -190, 0x0000}, + {-489, -18, -109, 0x19e3} + } +}; + +StandTile tile_1587 = { + 0x009d00, 0x04, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-489, -18, -109, 0x0000}, + {-294, -18, -109, 0x19e7}, + {-403, -18, -190, 0x19df} + } +}; + +StandTile tile_1588 = { + 0x009c00, 0x04, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-403, -18, -190, 0x19e3}, + {-294, -18, -109, 0x19eb}, + {-294, -18, -272, 0x19d6} + } +}; + +StandTile tile_1589 = { + 0x009b02, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-245, -18, -145, 0x19ef}, + {-294, -18, -272, 0x19e7}, + {-294, -18, -109, 0x19f3} + } +}; + +StandTile tile_1590 = { + 0x009b01, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-245, -18, -145, 0x1a1b}, + {-245, -18, -222, 0x19ff}, + {-294, -18, -272, 0x19eb} + } +}; + +StandTile tile_1591 = { + 0x009a02, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-294, -18, -109, 0x19f7}, + {-236, -18, -122, 0x1a13}, + {-245, -18, -145, 0x19eb} + } +}; + +StandTile tile_1592 = { + 0x009a01, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-294, -18, -109, 0x0000}, + {-258, -18, -109, 0x1a03}, + {-236, -18, -122, 0x19f3} + } +}; + +StandTile tile_1593 = { + 0x009902, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-294, -18, -272, 0x19ff}, + {-236, -18, -258, 0x1a07}, + {-272, -18, -272, 0x0000} + } +}; + +StandTile tile_1594 = { + 0x009901, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-294, -18, -272, 0x19ef}, + {-245, -18, -222, 0x1a0b}, + {-236, -18, -258, 0x19fb} + } +}; + +StandTile tile_1595 = { + 0x009800, 0x04, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-258, -18, -109, 0x0000}, + {-236, -18, -109, 0x0000}, + {-236, -18, -122, 0x19f7} + } +}; + +StandTile tile_1596 = { + 0x009700, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-236, -18, -272, 0x0000}, + {-272, -18, -272, 0x19fb}, + {-236, -18, -258, 0x0000} + } +}; + +StandTile tile_1597 = { + 0x009602, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-208, -18, -222, 0x1a0f}, + {-236, -18, -258, 0x19ff}, + {-245, -18, -222, 0x1a1b} + } +}; + +StandTile tile_1598 = { + 0x009601, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-208, -18, -222, 0x1a2b}, + {-208, -18, -258, 0x0000}, + {-236, -18, -258, 0x1a0b} + } +}; + +StandTile tile_1599 = { + 0x009502, 0x04, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-236, -18, -122, 0x1a17}, + {-208, -18, -145, 0x1a1f}, + {-245, -18, -145, 0x19f3} + } +}; + +StandTile tile_1600 = { + 0x009501, 0x04, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-236, -18, -122, 0x0000}, + {-208, -18, -122, 0x1a30}, + {-208, -18, -145, 0x1a13} + } +}; + +StandTile tile_1601 = { + 0x017802, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-245, -18, -145, 0x1a1f}, + {-208, -18, -222, 0x1a0b}, + {-245, -18, -222, 0x19ef} + } +}; + +StandTile tile_1602 = { + 0x017801, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-245, -18, -145, 0x1a13}, + {-208, -18, -145, 0x1a47}, + {-208, -18, -222, 0x1a1b} + } +}; + +StandTile tile_1603 = { + 0x017e02, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-195, -18, -272, 0x1a27}, + {-59, -18, -299, 0x1a5b}, + {-195, -18, -299, 0x0000} + } +}; + +StandTile tile_1604 = { + 0x017e01, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-195, -18, -272, 0x1a41}, + {-59, -18, -272, 0x0000}, + {-59, -18, -299, 0x1a23} + } +}; + +StandTile tile_1605 = { + 0x017d00, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {-113, -18, -222, 0x1a41}, + {-208, -18, -272, 0x0000}, + {-208, -18, -258, 0x1a0f}, + {-208, -18, -222, 0x1a47} + } +}; + +StandTile tile_1606 = { + 0x017c00, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {-113, -18, -145, 0x1a4b}, + {-208, -18, -145, 0x1a17}, + {-208, -18, -122, 0x0000}, + {-208, -18, -109, 0x1a35} + } +}; + +StandTile tile_1607 = { + 0x017b00, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-208, -18, -109, 0x0000}, + {-45, -18, -109, 0x1a3d}, + {-113, -18, -145, 0x1a30} + } +}; + +StandTile tile_1608 = { + 0x017a02, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-113, -18, -145, 0x1a3d}, + {-45, -18, -272, 0x1a41}, + {-113, -18, -222, 0x1a4b} + } +}; + +StandTile tile_1609 = { + 0x017a01, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-113, -18, -145, 0x1a35}, + {-45, -18, -109, 0x0000}, + {-45, -18, -272, 0x1a39} + } +}; + +StandTile tile_1610 = { + 0x017900, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {-113, -18, -222, 0x1a39}, + {-45, -18, -272, 0x0000}, + {-59, -18, -272, 0x1a27}, + {-195, -18, -272, 0x0000}, + {-208, -18, -272, 0x1a2b} + } +}; + +StandTile tile_1611 = { + 0x03b202, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-208, -18, -145, 0x1a4b}, + {-113, -18, -222, 0x1a2b}, + {-208, -18, -222, 0x1a1f} + } +}; + +StandTile tile_1612 = { + 0x03b201, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-208, -18, -145, 0x1a30}, + {-113, -18, -145, 0x1a39}, + {-113, -18, -222, 0x1a47} + } +}; + +StandTile tile_1613 = { + 0x00a302, 0x02, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-195, -18, -494, 0x1a53}, + {-59, -18, -521, 0x1a97}, + {-195, -18, -521, 0x0000} + } +}; + +StandTile tile_1614 = { + 0x00a301, 0x02, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-195, -18, -494, 0x1a6d}, + {-59, -18, -494, 0x0000}, + {-59, -18, -521, 0x1a4f} + } +}; + +StandTile tile_1615 = { + 0x018202, 0x02, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-208, -18, -344, 0x1a5b}, + {-45, -18, -299, 0x1a65}, + {-113, -18, -344, 0x1a77} + } +}; + +StandTile tile_1616 = { + 0x018201, 0x02, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {-208, -18, -344, 0x0000}, + {-208, -18, -299, 0x0000}, + {-195, -18, -299, 0x1a23}, + {-59, -18, -299, 0x0000}, + {-45, -18, -299, 0x1a57} + } +}; + +StandTile tile_1617 = { + 0x018102, 0x02, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-113, -18, -344, 0x1a65}, + {-45, -18, -494, 0x1a6d}, + {-113, -18, -448, 0x1a77} + } +}; + +StandTile tile_1618 = { + 0x018101, 0x02, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-113, -18, -344, 0x1a57}, + {-45, -18, -299, 0x0000}, + {-45, -18, -494, 0x1a61} + } +}; + +StandTile tile_1619 = { + 0x018002, 0x02, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-113, -18, -448, 0x1a6d}, + {-208, -18, -494, 0x0000}, + {-208, -18, -448, 0x1a73} + } +}; + +StandTile tile_1620 = { + 0x018001, 0x02, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {-113, -18, -448, 0x1a61}, + {-45, -18, -494, 0x0000}, + {-59, -18, -494, 0x1a53}, + {-195, -18, -494, 0x0000}, + {-208, -18, -494, 0x1a69} + } +}; + +StandTile tile_1621 = { + 0x017f02, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-208, -18, -344, 0x1a77}, + {-113, -18, -448, 0x1a69}, + {-208, -18, -448, 0x0000} + } +}; + +StandTile tile_1622 = { + 0x017f01, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-208, -18, -344, 0x1a57}, + {-113, -18, -344, 0x1a61}, + {-113, -18, -448, 0x1a73} + } +}; + +StandTile tile_1623 = { + 0x018702, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x4, + { + {-195, -18, -716, 0x1a81}, + {-82, -18, -743, 0x0000}, + {-100, -18, -743, 0x1a8f}, + {-154, -18, -743, 0x0000}, + {-195, -18, -743, 0x0000} + } +}; + +StandTile tile_1624 = { + 0x018701, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-195, -18, -716, 0x1aa9}, + {-59, -18, -716, 0x1a85}, + {-82, -18, -743, 0x1a7b} + } +}; + +StandTile tile_1625 = { + 0x018600, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-59, -18, -716, 0x0000}, + {-59, -18, -743, 0x0000}, + {-82, -18, -743, 0x1a81} + } +}; + +StandTile tile_1626 = { + 0x018502, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x4, + { + {-154, -18, -743, 0x1a8f}, + {-100, -18, -752, 0x0c4f}, + {-109, -18, -752, 0x0c47}, + {-145, -18, -752, 0x0c4b}, + {-154, -18, -752, 0x0000} + } +}; + +StandTile tile_1627 = { + 0x018501, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-154, -18, -743, 0x1a7b}, + {-100, -18, -743, 0x0000}, + {-100, -18, -752, 0x1a89} + } +}; + +StandTile tile_1628 = { + 0x00a702, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-208, -18, -566, 0x1a97}, + {-45, -18, -521, 0x1aa1}, + {-113, -18, -566, 0x1ab3} + } +}; + +StandTile tile_1629 = { + 0x00a701, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x4, + { + {-208, -18, -566, 0x0000}, + {-208, -18, -521, 0x0000}, + {-195, -18, -521, 0x1a4f}, + {-59, -18, -521, 0x0000}, + {-45, -18, -521, 0x1a93} + } +}; + +StandTile tile_1630 = { + 0x00a602, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-113, -18, -566, 0x1aa1}, + {-45, -18, -716, 0x1aa9}, + {-113, -18, -670, 0x1ab3} + } +}; + +StandTile tile_1631 = { + 0x00a601, 0x01, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-113, -18, -566, 0x1a93}, + {-45, -18, -521, 0x0000}, + {-45, -18, -716, 0x1a9d} + } +}; + +StandTile tile_1632 = { + 0x00a502, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-113, -18, -670, 0x1aa9}, + {-208, -18, -716, 0x0000}, + {-208, -18, -670, 0x1aaf} + } +}; + +StandTile tile_1633 = { + 0x00a501, 0x01, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {-113, -18, -670, 0x1a9d}, + {-45, -18, -716, 0x0000}, + {-59, -18, -716, 0x1a81}, + {-195, -18, -716, 0x0000}, + {-208, -18, -716, 0x1aa5} + } +}; + +StandTile tile_1634 = { + 0x00a402, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-208, -18, -566, 0x1ab3}, + {-113, -18, -670, 0x1aa5}, + {-208, -18, -670, 0x0000} + } +}; + +StandTile tile_1635 = { + 0x00a401, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-208, -18, -566, 0x1a93}, + {-113, -18, -566, 0x1a9d}, + {-113, -18, -670, 0x1aaf} + } +}; + +StandTile tile_1636 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_arec_all_p_stanZ.c b/assets/obseg/stan/Tbg_arec_all_p_stanZ.c new file mode 100644 index 0000000..1f157d9 --- /dev/null +++ b/assets/obseg/stan/Tbg_arec_all_p_stanZ.c @@ -0,0 +1,29741 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:11 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_arec_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x008a6a, 0x5b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1885, 0, -495, 0x0014}, + {-1960, 0, -483, 0x0303}, + {-1886, 0, -485, 0x0000} + } +}; + +StandTile tile_1 = { + 0x008a69, 0x5b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-1885, 0, -495, 0x0029}, + {-1923, 0, -493, 0x002e}, + {-1960, 0, -491, 0x0000}, + {-1960, 0, -483, 0x0010} + } +}; + +StandTile tile_2 = { + 0x003868, 0x5b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1930, 0, -618, 0x0000}, + {-1994, 0, -614, 0x0033}, + {-1927, 0, -555, 0x001d} + } +}; + +StandTile tile_3 = { + 0x003468, 0x5b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1867, 0, -621, 0x0000}, + {-1930, 0, -618, 0x0019}, + {-1927, 0, -555, 0x0021} + } +}; + +StandTile tile_4 = { + 0x003768, 0x5b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1863, 0, -559, 0x0000}, + {-1867, 0, -621, 0x001d}, + {-1927, 0, -555, 0x0025} + } +}; + +StandTile tile_5 = { + 0x003368, 0x5b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1860, 0, -497, 0x0000}, + {-1863, 0, -559, 0x0021}, + {-1927, 0, -555, 0x0029} + } +}; + +StandTile tile_6 = { + 0x003968, 0x5b, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {-1923, 0, -493, 0x0014}, + {-1885, 0, -495, 0x0000}, + {-1860, 0, -497, 0x0025}, + {-1927, 0, -555, 0x002e} + } +}; + +StandTile tile_7 = { + 0x003568, 0x5b, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {-1986, 0, -490, 0x0000}, + {-1960, 0, -491, 0x0014}, + {-1923, 0, -493, 0x0029}, + {-1927, 0, -555, 0x0037} + } +}; + +StandTile tile_8 = { + 0x003668, 0x5b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1927, 0, -555, 0x0019}, + {-1994, 0, -614, 0x0000}, + {-1990, 0, -552, 0x0037} + } +}; + +StandTile tile_9 = { + 0x000868, 0x5b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1986, 0, -490, 0x002e}, + {-1927, 0, -555, 0x0033}, + {-1990, 0, -552, 0x0000} + } +}; + +StandTile tile_10 = { + 0x093760, 0x5a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1501, 0, 597, 0x0000}, + {-1398, 0, 594, 0x0057}, + {-1505, 0, 469, 0x045c} + } +}; + +StandTile tile_11 = { + 0x013462, 0x5a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1377, 0, 465, 0x0043}, + {-1366, 0, 586, 0x004b}, + {-1369, 0, 473, 0x0000} + } +}; + +StandTile tile_12 = { + 0x013461, 0x5a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1377, 0, 465, 0x005b}, + {-1373, 0, 593, 0x0000}, + {-1366, 0, 586, 0x003f} + } +}; + +StandTile tile_13 = { + 0x013362, 0x5a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1369, 0, 473, 0x004b}, + {-1348, 0, 585, 0x0053}, + {-1351, 0, 472, 0x0000} + } +}; + +StandTile tile_14 = { + 0x013361, 0x5a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1369, 0, 473, 0x003f}, + {-1366, 0, 586, 0x0000}, + {-1348, 0, 585, 0x0047} + } +}; + +StandTile tile_15 = { + 0x013262, 0x5a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1351, 0, 472, 0x0053}, + {-1340, 0, 593, 0x0106}, + {-1344, 0, 465, 0x0000} + } +}; + +StandTile tile_16 = { + 0x013261, 0x5a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1351, 0, 472, 0x0047}, + {-1348, 0, 585, 0x0000}, + {-1340, 0, 593, 0x004f} + } +}; + +StandTile tile_17 = { + 0x012c62, 0x5a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1398, 0, 594, 0x005b}, + {-1377, 0, 465, 0x0000}, + {-1505, 0, 469, 0x003b} + } +}; + +StandTile tile_18 = { + 0x012c61, 0x5a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1398, 0, 594, 0x0000}, + {-1373, 0, 593, 0x0043}, + {-1377, 0, 465, 0x0057} + } +}; + +StandTile tile_19 = { + 0x098060, 0x59, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-2186, 0, 13, 0x0000}, + {-2194, 0, 6, 0x0360}, + {-2190, 0, 144, 0x007b} + } +}; + +StandTile tile_20 = { + 0x093e60, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1831, 0, 309, 0x0067}, + {-1835, 0, 438, 0x0000}, + {-1827, 0, 446, 0x04c8} + } +}; + +StandTile tile_21 = { + 0x094060, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1831, 0, 309, 0x0083}, + {-1852, 0, 439, 0x0000}, + {-1835, 0, 438, 0x0063} + } +}; + +StandTile tile_22 = { + 0x093d60, 0x59, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1842, 0, 165, 0x006f}, + {-1831, 0, 309, 0x04bc}, + {-1835, 0, 157, 0x0000} + } +}; + +StandTile tile_23 = { + 0x094160, 0x59, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1842, 0, 165, 0x0000}, + {-1860, 0, 165, 0x009f}, + {-1831, 0, 309, 0x006b} + } +}; + +StandTile tile_24 = { + 0x092f60, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2181, 0, 455, 0x0000}, + {-2174, 0, 448, 0x0077}, + {-2181, 0, 448, 0x0370} + } +}; + +StandTile tile_25 = { + 0x092d60, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2181, 0, 448, 0x0073}, + {-2174, 0, 448, 0x00af}, + {-2182, 0, 403, 0x0368} + } +}; + +StandTile tile_26 = { + 0x01c260, 0x59, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2190, 0, 144, 0x00c5}, + {-2168, 0, 13, 0x0000}, + {-2186, 0, 13, 0x005f} + } +}; + +StandTile tile_27 = { + 0x015a62, 0x59, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1860, 0, 446, 0x0083}, + {-1831, 0, 309, 0x0087}, + {-1922, 0, 448, 0x0000} + } +}; + +StandTile tile_28 = { + 0x015a61, 0x59, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1860, 0, 446, 0x0000}, + {-1852, 0, 439, 0x0067}, + {-1831, 0, 309, 0x007f} + } +}; + +StandTile tile_29 = { + 0x015960, 0x59, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1831, 0, 309, 0x0097}, + {-1992, -10, 302, 0x008b}, + {-1922, 0, 448, 0x007f} + } +}; + +StandTile tile_30 = { + 0x015862, 0x59, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1992, -10, 302, 0x008f}, + {-1988, 0, 450, 0x0000}, + {-1922, 0, 448, 0x0087} + } +}; + +StandTile tile_31 = { + 0x015861, 0x59, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1992, -10, 302, 0x00a3}, + {-1995, 0, 443, 0x0000}, + {-1988, 0, 450, 0x008b} + } +}; + +StandTile tile_32 = { + 0x015d60, 0x59, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1996, 0, 161, 0x00a7}, + {-1992, -10, 302, 0x0097}, + {-1920, 0, 159, 0x0000} + } +}; + +StandTile tile_33 = { + 0x015c60, 0x59, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1992, -10, 302, 0x0087}, + {-1831, 0, 309, 0x009b}, + {-1920, 0, 159, 0x0093} + } +}; + +StandTile tile_34 = { + 0x015b62, 0x59, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1831, 0, 309, 0x009f}, + {-1868, 0, 158, 0x0000}, + {-1920, 0, 159, 0x0097} + } +}; + +StandTile tile_35 = { + 0x015b61, 0x59, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1831, 0, 309, 0x006f}, + {-1860, 0, 165, 0x0000}, + {-1868, 0, 158, 0x009b} + } +}; + +StandTile tile_36 = { + 0x016860, 0x59, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1992, -10, 302, 0x00a7}, + {-2182, 0, 403, 0x00af}, + {-1995, 0, 443, 0x008f} + } +}; + +StandTile tile_37 = { + 0x016762, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1996, 0, 161, 0x00ab}, + {-2182, 0, 403, 0x00a3}, + {-1992, -10, 302, 0x0093} + } +}; + +StandTile tile_38 = { + 0x016761, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1996, 0, 161, 0x00c1}, + {-2185, 0, 305, 0x0380}, + {-2182, 0, 403, 0x00a7} + } +}; + +StandTile tile_39 = { + 0x016660, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x4, + { + {-2182, 0, 403, 0x0077}, + {-2174, 0, 448, 0x0000}, + {-2156, 0, 447, 0x00b5}, + {-2013, 0, 443, 0x0000}, + {-1995, 0, 443, 0x00a3} + } +}; + +StandTile tile_40 = { + 0x016560, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2156, 0, 447, 0x0000}, + {-2148, 0, 455, 0x00b9}, + {-2013, 0, 443, 0x00af} + } +}; + +StandTile tile_41 = { + 0x016460, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2148, 0, 455, 0x0000}, + {-2020, 0, 451, 0x0000}, + {-2013, 0, 443, 0x00b5} + } +}; + +StandTile tile_42 = { + 0x016362, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2185, 0, 305, 0x00c1}, + {-2003, 0, 154, 0x00c5}, + {-2190, 0, 144, 0x0378} + } +}; + +StandTile tile_43 = { + 0x016361, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2185, 0, 305, 0x00ab}, + {-1996, 0, 161, 0x0000}, + {-2003, 0, 154, 0x00bd} + } +}; + +StandTile tile_44 = { + 0x016260, 0x59, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2168, 0, 13, 0x007b}, + {-2190, 0, 144, 0x00bd}, + {-2003, 0, 154, 0x00c9} + } +}; + +StandTile tile_45 = { + 0x016160, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2161, 0, 5, 0x0000}, + {-2168, 0, 13, 0x00c5}, + {-2003, 0, 154, 0x00da} + } +}; + +StandTile tile_46 = { + 0x016062, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1997, 0, 129, 0x00d1}, + {-2008, 0, 8, 0x00d5}, + {-2004, 0, 136, 0x0000} + } +}; + +StandTile tile_47 = { + 0x016061, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1997, 0, 129, 0x0000}, + {-2000, 0, 1, 0x0000}, + {-2008, 0, 8, 0x00cd} + } +}; + +StandTile tile_48 = { + 0x015f60, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-2008, 0, 8, 0x0000}, + {-2025, 0, 9, 0x00da}, + {-2003, 0, 154, 0x0000}, + {-2004, 0, 136, 0x00cd} + } +}; + +StandTile tile_49 = { + 0x015e62, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2025, 0, 9, 0x00de}, + {-2161, 0, 5, 0x00c9}, + {-2003, 0, 154, 0x00d5} + } +}; + +StandTile tile_50 = { + 0x015e61, 0x59, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2025, 0, 9, 0x0000}, + {-2033, 0, 2, 0x0000}, + {-2161, 0, 5, 0x00da} + } +}; + +StandTile tile_51 = { + 0x012d62, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1183, 0, 460, 0x00e6}, + {-1188, 0, 581, 0x011a}, + {-1131, 0, 459, 0x0000} + } +}; + +StandTile tile_52 = { + 0x012d61, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1183, 0, 460, 0x0000}, + {-1191, 0, 468, 0x00ea}, + {-1188, 0, 581, 0x00e2} + } +}; + +StandTile tile_53 = { + 0x012e62, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 0, 468, 0x00ee}, + {-1205, 0, 581, 0x0000}, + {-1188, 0, 581, 0x00e6} + } +}; + +StandTile tile_54 = { + 0x012e61, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 0, 468, 0x0000}, + {-1208, 0, 468, 0x00f2}, + {-1205, 0, 581, 0x00ea} + } +}; + +StandTile tile_55 = { + 0x012f62, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1216, 0, 461, 0x00f6}, + {-1205, 0, 581, 0x00ee}, + {-1208, 0, 468, 0x0000} + } +}; + +StandTile tile_56 = { + 0x012f61, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1216, 0, 461, 0x00fa}, + {-1212, 0, 589, 0x0000}, + {-1205, 0, 581, 0x00f2} + } +}; + +StandTile tile_57 = { + 0x013062, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1279, 0, 463, 0x00fe}, + {-1212, 0, 589, 0x00f6}, + {-1216, 0, 461, 0x0000} + } +}; + +StandTile tile_58 = { + 0x013061, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1279, 0, 463, 0x0102}, + {-1275, 0, 591, 0x0000}, + {-1212, 0, 589, 0x00fa} + } +}; + +StandTile tile_59 = { + 0x013162, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1344, 0, 465, 0x0106}, + {-1275, 0, 591, 0x00fe}, + {-1279, 0, 463, 0x0000} + } +}; + +StandTile tile_60 = { + 0x013161, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1344, 0, 465, 0x004f}, + {-1340, 0, 593, 0x0000}, + {-1275, 0, 591, 0x0102} + } +}; + +StandTile tile_61 = { + 0x00fd62, 0x58, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1027, 0, 576, 0x010e}, + {-1023, 0, 455, 0x0122}, + {-1131, 0, 459, 0x0112} + } +}; + +StandTile tile_62 = { + 0x00fd61, 0x58, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1027, 0, 576, 0x0000}, + {-1019, 0, 584, 0x0000}, + {-1023, 0, 455, 0x010a} + } +}; + +StandTile tile_63 = { + 0x00fc60, 0x58, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1044, 0, 577, 0x0000}, + {-1027, 0, 576, 0x010a}, + {-1131, 0, 459, 0x0116} + } +}; + +StandTile tile_64 = { + 0x00fb60, 0x58, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1052, 0, 584, 0x0000}, + {-1044, 0, 577, 0x0112}, + {-1131, 0, 459, 0x011a} + } +}; + +StandTile tile_65 = { + 0x00fa62, 0x58, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1188, 0, 581, 0x011e}, + {-1052, 0, 584, 0x0116}, + {-1131, 0, 459, 0x00e2} + } +}; + +StandTile tile_66 = { + 0x00fa61, 0x58, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1188, 0, 581, 0x0000}, + {-1180, 0, 588, 0x0000}, + {-1052, 0, 584, 0x011a} + } +}; + +StandTile tile_67 = { + 0x00fe60, 0x57, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1023, 0, 455, 0x0000}, + {-1030, 0, 448, 0x0126}, + {-1131, 0, 459, 0x010a} + } +}; + +StandTile tile_68 = { + 0x00ff62, 0x57, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1030, 0, 448, 0x012a}, + {-1124, 0, 433, 0x0000}, + {-1131, 0, 459, 0x0122} + } +}; + +StandTile tile_69 = { + 0x00ff61, 0x57, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1030, 0, 448, 0x0000}, + {-1031, 0, 431, 0x012e}, + {-1124, 0, 433, 0x0126} + } +}; + +StandTile tile_70 = { + 0x010062, 0x57, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1031, 0, 431, 0x0132}, + {-1132, 0, 426, 0x0000}, + {-1124, 0, 433, 0x012a} + } +}; + +StandTile tile_71 = { + 0x010061, 0x57, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1031, 0, 431, 0x0000}, + {-1024, 0, 423, 0x017a}, + {-1132, 0, 426, 0x012e} + } +}; + +StandTile tile_72 = { + 0x00f960, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1131, 80, 165, 0x0000}, + {-1139, 80, 157, 0x0000}, + {-1136, 80, 265, 0x013a} + } +}; + +StandTile tile_73 = { + 0x00f862, 0x57, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1085, 80, 211, 0x013e}, + {-1131, 80, 165, 0x0136}, + {-1136, 80, 265, 0x0156} + } +}; + +StandTile tile_74 = { + 0x00f861, 0x57, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1085, 80, 211, 0x0142}, + {-1114, 80, 164, 0x0000}, + {-1131, 80, 165, 0x013a} + } +}; + +StandTile tile_75 = { + 0x00f762, 0x57, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1031, 80, 154, 0x0146}, + {-1114, 80, 164, 0x013e}, + {-1085, 80, 211, 0x014e} + } +}; + +StandTile tile_76 = { + 0x00f761, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1031, 80, 154, 0x0000}, + {-1107, 80, 156, 0x0000}, + {-1114, 80, 164, 0x0142} + } +}; + +StandTile tile_77 = { + 0x00f662, 0x57, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1028, 80, 262, 0x014e}, + {-1085, 80, 211, 0x0156}, + {-1035, 80, 270, 0x0000} + } +}; + +StandTile tile_78 = { + 0x00f661, 0x57, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1028, 80, 262, 0x020a}, + {-1031, 80, 154, 0x0142}, + {-1085, 80, 211, 0x014a} + } +}; + +StandTile tile_79 = { + 0x00f562, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1035, 80, 270, 0x0156}, + {-1136, 80, 265, 0x0000}, + {-1128, 80, 273, 0x015e} + } +}; + +StandTile tile_80 = { + 0x00f561, 0x57, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1035, 80, 270, 0x014a}, + {-1085, 80, 211, 0x013a}, + {-1136, 80, 265, 0x0152} + } +}; + +StandTile tile_81 = { + 0x00f462, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1035, 80, 270, 0x015e}, + {-1128, 80, 290, 0x0166}, + {-1035, 80, 288, 0x0000} + } +}; + +StandTile tile_82 = { + 0x00f461, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1035, 80, 270, 0x0152}, + {-1128, 80, 273, 0x0000}, + {-1128, 80, 290, 0x015a} + } +}; + +StandTile tile_83 = { + 0x00f362, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1027, 80, 295, 0x0166}, + {-1128, 80, 290, 0x0000}, + {-1135, 80, 298, 0x016a} + } +}; + +StandTile tile_84 = { + 0x00f361, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1027, 80, 295, 0x0000}, + {-1035, 80, 288, 0x015a}, + {-1128, 80, 290, 0x0162} + } +}; + +StandTile tile_85 = { + 0x00f262, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1135, 80, 298, 0x016e}, + {-1027, 80, 302, 0x0000}, + {-1027, 80, 295, 0x0162} + } +}; + +StandTile tile_86 = { + 0x00f261, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1135, 80, 298, 0x0000}, + {-1135, 80, 305, 0x01e6}, + {-1027, 80, 302, 0x016a} + } +}; + +StandTile tile_87 = { + 0x019462, 0x57, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1024, 10, 423, 0x0176}, + {-1132, 10, 411, 0x0000}, + {-1132, 10, 426, 0x017e} + } +}; + +StandTile tile_88 = { + 0x019461, 0x57, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1024, 10, 423, 0x0000}, + {-1024, 10, 408, 0x018a}, + {-1132, 10, 411, 0x0172} + } +}; + +StandTile tile_89 = { + 0x019362, 0x57, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1024, 0, 423, 0x017e}, + {-1132, 10, 426, 0x0000}, + {-1132, 0, 426, 0x0132} + } +}; + +StandTile tile_90 = { + 0x019361, 0x57, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1024, 0, 423, 0x0000}, + {-1024, 10, 423, 0x0172}, + {-1132, 10, 426, 0x017a} + } +}; + +StandTile tile_91 = { + 0x019662, 0x57, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1024, 20, 408, 0x0186}, + {-1132, 20, 396, 0x0000}, + {-1132, 20, 411, 0x018e} + } +}; + +StandTile tile_92 = { + 0x019661, 0x57, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1024, 20, 408, 0x0000}, + {-1024, 20, 393, 0x019a}, + {-1132, 20, 396, 0x0182} + } +}; + +StandTile tile_93 = { + 0x019562, 0x57, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1024, 10, 408, 0x018e}, + {-1132, 20, 411, 0x0000}, + {-1132, 10, 411, 0x0176} + } +}; + +StandTile tile_94 = { + 0x019561, 0x57, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1024, 10, 408, 0x0000}, + {-1024, 20, 408, 0x0182}, + {-1132, 20, 411, 0x018a} + } +}; + +StandTile tile_95 = { + 0x019862, 0x57, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1024, 30, 393, 0x0196}, + {-1133, 30, 381, 0x0000}, + {-1132, 30, 396, 0x019e} + } +}; + +StandTile tile_96 = { + 0x019861, 0x57, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1024, 30, 393, 0x0000}, + {-1025, 30, 378, 0x01aa}, + {-1133, 30, 381, 0x0192} + } +}; + +StandTile tile_97 = { + 0x019762, 0x57, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1024, 20, 393, 0x019e}, + {-1132, 30, 396, 0x0000}, + {-1132, 20, 396, 0x0186} + } +}; + +StandTile tile_98 = { + 0x019761, 0x57, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1024, 20, 393, 0x0000}, + {-1024, 30, 393, 0x0192}, + {-1132, 30, 396, 0x019a} + } +}; + +StandTile tile_99 = { + 0x019a62, 0x57, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1025, 40, 378, 0x01a6}, + {-1133, 40, 366, 0x0000}, + {-1133, 40, 381, 0x01ae} + } +}; + +StandTile tile_100 = { + 0x019a61, 0x57, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1025, 40, 378, 0x0000}, + {-1025, 40, 363, 0x01ba}, + {-1133, 40, 366, 0x01a2} + } +}; + +StandTile tile_101 = { + 0x019962, 0x57, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1025, 30, 378, 0x01ae}, + {-1133, 40, 381, 0x0000}, + {-1133, 30, 381, 0x0196} + } +}; + +StandTile tile_102 = { + 0x019961, 0x57, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1025, 30, 378, 0x0000}, + {-1025, 40, 378, 0x01a2}, + {-1133, 40, 381, 0x01aa} + } +}; + +StandTile tile_103 = { + 0x019c62, 0x57, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1025, 50, 363, 0x01b6}, + {-1134, 50, 351, 0x0000}, + {-1133, 50, 366, 0x01be} + } +}; + +StandTile tile_104 = { + 0x019c61, 0x57, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1025, 50, 363, 0x0000}, + {-1026, 50, 348, 0x01ca}, + {-1134, 50, 351, 0x01b2} + } +}; + +StandTile tile_105 = { + 0x019b62, 0x57, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1025, 40, 363, 0x01be}, + {-1133, 50, 366, 0x0000}, + {-1133, 40, 366, 0x01a6} + } +}; + +StandTile tile_106 = { + 0x019b61, 0x57, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1025, 40, 363, 0x0000}, + {-1025, 50, 363, 0x01b2}, + {-1133, 50, 366, 0x01ba} + } +}; + +StandTile tile_107 = { + 0x019e62, 0x57, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 60, 348, 0x01c6}, + {-1134, 60, 336, 0x0000}, + {-1134, 60, 351, 0x01ce} + } +}; + +StandTile tile_108 = { + 0x019e61, 0x57, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 60, 348, 0x0000}, + {-1026, 60, 332, 0x01da}, + {-1134, 60, 336, 0x01c2} + } +}; + +StandTile tile_109 = { + 0x019d62, 0x57, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 50, 348, 0x01ce}, + {-1134, 60, 351, 0x0000}, + {-1134, 50, 351, 0x01b6} + } +}; + +StandTile tile_110 = { + 0x019d61, 0x57, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 50, 348, 0x0000}, + {-1026, 60, 348, 0x01c2}, + {-1134, 60, 351, 0x01ca} + } +}; + +StandTile tile_111 = { + 0x01a062, 0x57, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 70, 332, 0x01d6}, + {-1135, 70, 320, 0x0000}, + {-1134, 70, 336, 0x01de} + } +}; + +StandTile tile_112 = { + 0x01a061, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 70, 332, 0x0000}, + {-1027, 70, 317, 0x01ea}, + {-1135, 70, 320, 0x01d2} + } +}; + +StandTile tile_113 = { + 0x019f62, 0x57, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 60, 332, 0x01de}, + {-1134, 70, 336, 0x0000}, + {-1134, 60, 336, 0x01c6} + } +}; + +StandTile tile_114 = { + 0x019f61, 0x57, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 60, 332, 0x0000}, + {-1026, 70, 332, 0x01d2}, + {-1134, 70, 336, 0x01da} + } +}; + +StandTile tile_115 = { + 0x01a262, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1027, 80, 317, 0x01e6}, + {-1135, 80, 305, 0x0000}, + {-1135, 80, 320, 0x01ee} + } +}; + +StandTile tile_116 = { + 0x01a261, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1027, 80, 317, 0x0000}, + {-1027, 80, 302, 0x016e}, + {-1135, 80, 305, 0x01e2} + } +}; + +StandTile tile_117 = { + 0x01a162, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1027, 70, 317, 0x01ee}, + {-1135, 80, 320, 0x0000}, + {-1135, 70, 320, 0x01d6} + } +}; + +StandTile tile_118 = { + 0x01a161, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1027, 70, 317, 0x0000}, + {-1027, 80, 317, 0x01e2}, + {-1135, 80, 320, 0x01ea} + } +}; + +StandTile tile_119 = { + 0x099560, 0x56, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-872, 161, 241, 0x01fa}, + {-923, 151, 259, 0x0000}, + {-872, 160, 255, 0x139e} + } +}; + +StandTile tile_120 = { + 0x099762, 0x56, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-926, 151, 151, 0x01fa}, + {-872, 161, 241, 0x139a}, + {-872, 161, 180, 0x01fe} + } +}; + +StandTile tile_121 = { + 0x099761, 0x56, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-926, 151, 151, 0x0266}, + {-923, 151, 259, 0x01f2}, + {-872, 161, 241, 0x01f6} + } +}; + +StandTile tile_122 = { + 0x099960, 0x56, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-872, 163, 158, 0x0000}, + {-926, 151, 151, 0x01f6}, + {-872, 161, 180, 0x1392} + } +}; + +StandTile tile_123 = { + 0x01a462, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1028, 90, 262, 0x0206}, + {-1016, 90, 154, 0x0000}, + {-1031, 90, 154, 0x020e} + } +}; + +StandTile tile_124 = { + 0x01a461, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1028, 90, 262, 0x0000}, + {-1013, 90, 262, 0x021a}, + {-1016, 90, 154, 0x0202} + } +}; + +StandTile tile_125 = { + 0x01a362, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1028, 80, 262, 0x020e}, + {-1031, 90, 154, 0x0000}, + {-1031, 80, 154, 0x014e} + } +}; + +StandTile tile_126 = { + 0x01a361, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1028, 80, 262, 0x0000}, + {-1028, 90, 262, 0x0202}, + {-1031, 90, 154, 0x020a} + } +}; + +StandTile tile_127 = { + 0x01a662, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1013, 100, 262, 0x0216}, + {-1001, 100, 153, 0x0000}, + {-1016, 100, 154, 0x021e} + } +}; + +StandTile tile_128 = { + 0x01a661, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1013, 100, 262, 0x0000}, + {-998, 100, 261, 0x022a}, + {-1001, 100, 153, 0x0212} + } +}; + +StandTile tile_129 = { + 0x01a562, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1013, 90, 262, 0x021e}, + {-1016, 100, 154, 0x0000}, + {-1016, 90, 154, 0x0206} + } +}; + +StandTile tile_130 = { + 0x01a561, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1013, 90, 262, 0x0000}, + {-1013, 100, 262, 0x0212}, + {-1016, 100, 154, 0x021a} + } +}; + +StandTile tile_131 = { + 0x01a862, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-998, 110, 261, 0x0226}, + {-986, 110, 153, 0x0000}, + {-1001, 110, 153, 0x022e} + } +}; + +StandTile tile_132 = { + 0x01a861, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-998, 110, 261, 0x0000}, + {-983, 110, 261, 0x023a}, + {-986, 110, 153, 0x0222} + } +}; + +StandTile tile_133 = { + 0x01a762, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-998, 100, 261, 0x022e}, + {-1001, 110, 153, 0x0000}, + {-1001, 100, 153, 0x0216} + } +}; + +StandTile tile_134 = { + 0x01a761, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-998, 100, 261, 0x0000}, + {-998, 110, 261, 0x0222}, + {-1001, 110, 153, 0x022a} + } +}; + +StandTile tile_135 = { + 0x01aa62, 0x56, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-983, 121, 261, 0x0236}, + {-971, 121, 153, 0x0000}, + {-986, 121, 153, 0x023e} + } +}; + +StandTile tile_136 = { + 0x01aa61, 0x56, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-983, 121, 261, 0x0000}, + {-968, 121, 261, 0x024a}, + {-971, 121, 153, 0x0232} + } +}; + +StandTile tile_137 = { + 0x01a962, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-983, 110, 261, 0x023e}, + {-986, 121, 153, 0x0000}, + {-986, 110, 153, 0x0226} + } +}; + +StandTile tile_138 = { + 0x01a961, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-983, 110, 261, 0x0000}, + {-983, 121, 261, 0x0232}, + {-986, 121, 153, 0x023a} + } +}; + +StandTile tile_139 = { + 0x01ac62, 0x56, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-968, 131, 261, 0x0246}, + {-956, 131, 152, 0x0000}, + {-971, 131, 153, 0x024e} + } +}; + +StandTile tile_140 = { + 0x01ac61, 0x56, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-968, 131, 261, 0x0000}, + {-953, 131, 260, 0x025a}, + {-956, 131, 152, 0x0242} + } +}; + +StandTile tile_141 = { + 0x01ab62, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-968, 121, 261, 0x024e}, + {-971, 131, 153, 0x0000}, + {-971, 121, 153, 0x0236} + } +}; + +StandTile tile_142 = { + 0x01ab61, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-968, 121, 261, 0x0000}, + {-968, 131, 261, 0x0242}, + {-971, 131, 153, 0x024a} + } +}; + +StandTile tile_143 = { + 0x01ae62, 0x56, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-953, 141, 260, 0x0256}, + {-941, 141, 152, 0x0000}, + {-956, 141, 152, 0x025e} + } +}; + +StandTile tile_144 = { + 0x01ae61, 0x56, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-953, 141, 260, 0x0000}, + {-938, 141, 260, 0x026a}, + {-941, 141, 152, 0x0252} + } +}; + +StandTile tile_145 = { + 0x01ad62, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-953, 131, 260, 0x025e}, + {-956, 141, 152, 0x0000}, + {-956, 131, 152, 0x0246} + } +}; + +StandTile tile_146 = { + 0x01ad61, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-953, 131, 260, 0x0000}, + {-953, 141, 260, 0x0252}, + {-956, 141, 152, 0x025a} + } +}; + +StandTile tile_147 = { + 0x01b062, 0x56, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-938, 151, 260, 0x0266}, + {-926, 151, 151, 0x0000}, + {-941, 151, 152, 0x026e} + } +}; + +StandTile tile_148 = { + 0x01b061, 0x56, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-938, 151, 260, 0x0000}, + {-923, 151, 259, 0x01fa}, + {-926, 151, 151, 0x0262} + } +}; + +StandTile tile_149 = { + 0x01af62, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-938, 141, 260, 0x026e}, + {-941, 151, 152, 0x0000}, + {-941, 141, 152, 0x0256} + } +}; + +StandTile tile_150 = { + 0x01af61, 0x56, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-938, 141, 260, 0x0000}, + {-938, 151, 260, 0x0262}, + {-941, 151, 152, 0x026a} + } +}; + +StandTile tile_151 = { + 0x010860, 0x55, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1506, 0, 140, 0x0000}, + {-1489, 0, 140, 0x028a}, + {-1518, 0, -18, 0x0276} + } +}; + +StandTile tile_152 = { + 0x093660, 0x55, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1514, 0, 148, 0x0000}, + {-1506, 0, 140, 0x0272}, + {-1518, 0, -18, 0x050c} + } +}; + +StandTile tile_153 = { + 0x07d060, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1201, 0, -183, 0x0000}, + {-1209, 0, -175, 0x02bf}, + {-1197, 0, -38, 0x0000} + } +}; + +StandTile tile_154 = { + 0x07cf60, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1197, 0, -38, 0x02bb}, + {-1201, 0, 114, 0x0000}, + {-1193, 0, 106, 0x0000} + } +}; + +StandTile tile_155 = { + 0x015160, 0x55, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1518, 0, -18, 0x0286}, + {-1370, 0, -22, 0x0296}, + {-1523, 0, -174, 0x04b8} + } +}; + +StandTile tile_156 = { + 0x015062, 0x55, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1518, 0, -18, 0x028a}, + {-1481, 0, 147, 0x028e}, + {-1370, 0, -22, 0x0282} + } +}; + +StandTile tile_157 = { + 0x015061, 0x55, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1518, 0, -18, 0x0272}, + {-1489, 0, 140, 0x0000}, + {-1481, 0, 147, 0x0286} + } +}; + +StandTile tile_158 = { + 0x014f62, 0x55, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1481, 0, 147, 0x0292}, + {-1367, 0, 111, 0x02a2}, + {-1370, 0, -22, 0x0286} + } +}; + +StandTile tile_159 = { + 0x014f61, 0x55, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1481, 0, 147, 0x0000}, + {-1396, 0, 144, 0x029e}, + {-1367, 0, 111, 0x028e} + } +}; + +StandTile tile_160 = { + 0x014e62, 0x55, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1370, 0, -22, 0x029a}, + {-1405, 0, -177, 0x0000}, + {-1523, 0, -174, 0x0282} + } +}; + +StandTile tile_161 = { + 0x014e61, 0x55, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1370, 0, -22, 0x02c3}, + {-1374, 0, -143, 0x02db}, + {-1405, 0, -177, 0x0296} + } +}; + +StandTile tile_162 = { + 0x014d60, 0x55, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1396, 0, 144, 0x0000}, + {-1353, 0, 143, 0x02a6}, + {-1367, 0, 111, 0x0292} + } +}; + +StandTile tile_163 = { + 0x014c62, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1367, 0, 111, 0x02a6}, + {-1346, 0, 136, 0x02b2}, + {-1370, 0, -22, 0x028e} + } +}; + +StandTile tile_164 = { + 0x014c61, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1367, 0, 111, 0x029e}, + {-1353, 0, 143, 0x0000}, + {-1346, 0, 136, 0x02a2} + } +}; + +StandTile tile_165 = { + 0x014b62, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1320, 0, 142, 0x02ae}, + {-1200, 0, 131, 0x02b6}, + {-1328, 0, 135, 0x0000} + } +}; + +StandTile tile_166 = { + 0x014b61, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1320, 0, 142, 0x0000}, + {-1192, 0, 139, 0x0000}, + {-1200, 0, 131, 0x02aa} + } +}; + +StandTile tile_167 = { + 0x014a62, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1346, 0, 136, 0x02b6}, + {-1201, 0, 114, 0x02bb}, + {-1370, 0, -22, 0x02a2} + } +}; + +StandTile tile_168 = { + 0x014a61, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x2, 0x3, + { + {-1346, 0, 136, 0x0000}, + {-1328, 0, 135, 0x02aa}, + {-1200, 0, 131, 0x0000}, + {-1201, 0, 114, 0x02b2} + } +}; + +StandTile tile_169 = { + 0x014860, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1201, 0, 114, 0x027e}, + {-1197, 0, -38, 0x02bf}, + {-1370, 0, -22, 0x02b2} + } +}; + +StandTile tile_170 = { + 0x014560, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1197, 0, -38, 0x027a}, + {-1209, 0, -175, 0x02c7}, + {-1370, 0, -22, 0x02bb} + } +}; + +StandTile tile_171 = { + 0x014462, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1370, 0, -22, 0x02c7}, + {-1226, 0, -174, 0x02cb}, + {-1374, 0, -143, 0x029a} + } +}; + +StandTile tile_172 = { + 0x014461, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1370, 0, -22, 0x02bf}, + {-1209, 0, -175, 0x0000}, + {-1226, 0, -174, 0x02c3} + } +}; + +StandTile tile_173 = { + 0x014360, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1226, 0, -174, 0x0000}, + {-1234, 0, -182, 0x02cf}, + {-1374, 0, -143, 0x02c3} + } +}; + +StandTile tile_174 = { + 0x014262, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1234, 0, -182, 0x02d3}, + {-1369, 0, -170, 0x02d7}, + {-1374, 0, -143, 0x02cb} + } +}; + +StandTile tile_175 = { + 0x014261, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1234, 0, -182, 0x0000}, + {-1362, 0, -178, 0x0000}, + {-1369, 0, -170, 0x02cf} + } +}; + +StandTile tile_176 = { + 0x014160, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1369, 0, -170, 0x0000}, + {-1387, 0, -170, 0x02df}, + {-1374, 0, -143, 0x02cf} + } +}; + +StandTile tile_177 = { + 0x014062, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1374, 0, -143, 0x02df}, + {-1395, 0, -177, 0x0000}, + {-1405, 0, -177, 0x029a} + } +}; + +StandTile tile_178 = { + 0x014061, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1374, 0, -143, 0x02d7}, + {-1387, 0, -170, 0x0000}, + {-1395, 0, -177, 0x02db} + } +}; + +StandTile tile_179 = { + 0x086062, 0x54, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2011, 0, -385, 0x02e7}, + {-2002, 0, -313, 0x0307}, + {-1848, 0, -316, 0x02ef} + } +}; + +StandTile tile_180 = { + 0x086061, 0x54, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2011, 0, -385, 0x0000}, + {-2009, 0, -321, 0x0000}, + {-2002, 0, -313, 0x02e3} + } +}; + +StandTile tile_181 = { + 0x086260, 0x54, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1960, 0, -483, 0x0000}, + {-2014, 0, -481, 0x0000}, + {-2006, 0, -474, 0x02fb} + } +}; + +StandTile tile_182 = { + 0x086362, 0x54, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2006, 0, -456, 0x02f3}, + {-2011, 0, -385, 0x02e3}, + {-1848, 0, -316, 0x02f7} + } +}; + +StandTile tile_183 = { + 0x086361, 0x54, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2006, 0, -456, 0x0000}, + {-2013, 0, -449, 0x0000}, + {-2011, 0, -385, 0x02ef} + } +}; + +StandTile tile_184 = { + 0x086162, 0x54, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1960, 0, -483, 0x02fb}, + {-2006, 0, -456, 0x02ef}, + {-1848, 0, -316, 0x0303} + } +}; + +StandTile tile_185 = { + 0x086161, 0x54, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1960, 0, -483, 0x02eb}, + {-2006, 0, -474, 0x0000}, + {-2006, 0, -456, 0x02f7} + } +}; + +StandTile tile_186 = { + 0x085f62, 0x54, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1886, 0, -485, 0x0303}, + {-1848, 0, -316, 0x030f}, + {-1878, 0, -478, 0x0000} + } +}; + +StandTile tile_187 = { + 0x085f61, 0x54, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1886, 0, -485, 0x0010}, + {-1960, 0, -483, 0x02f7}, + {-1848, 0, -316, 0x02ff} + } +}; + +StandTile tile_188 = { + 0x085b60, 0x54, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2002, 0, -313, 0x0000}, + {-2001, 0, -296, 0x0323}, + {-1848, 0, -316, 0x02e3} + } +}; + +StandTile tile_189 = { + 0x085a62, 0x54, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1878, 0, -478, 0x030f}, + {-1696, 0, -337, 0x0313}, + {-1860, 0, -478, 0x0000} + } +}; + +StandTile tile_190 = { + 0x085a61, 0x54, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1878, 0, -478, 0x02ff}, + {-1848, 0, -316, 0x031b}, + {-1696, 0, -337, 0x030b} + } +}; + +StandTile tile_191 = { + 0x012262, 0x54, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1760, 0, -488, 0x0317}, + {-1860, 0, -478, 0x030b}, + {-1696, 0, -337, 0x0358} + } +}; + +StandTile tile_192 = { + 0x012261, 0x54, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1760, 0, -488, 0x0000}, + {-1853, 0, -486, 0x0000}, + {-1860, 0, -478, 0x0313} + } +}; + +StandTile tile_193 = { + 0x086462, 0x54, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1683, 0, -169, 0x031f}, + {-1696, 0, -337, 0x030f}, + {-1848, 0, -316, 0x0323} + } +}; + +StandTile tile_194 = { + 0x086461, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1683, 0, -169, 0x0480}, + {-1688, 0, -330, 0x0000}, + {-1696, 0, -337, 0x031b} + } +}; + +StandTile tile_195 = { + 0x012160, 0x54, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-2001, 0, -296, 0x0343}, + {-1683, 0, -169, 0x031b}, + {-1848, 0, -316, 0x0307} + } +}; + +StandTile tile_196 = { + 0x013f60, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2005, 0, -160, 0x0000}, + {-1997, 0, -168, 0x032b}, + {-2008, 0, -288, 0x0000} + } +}; + +StandTile tile_197 = { + 0x013e60, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -288, 0x0327}, + {-1997, 0, -168, 0x0000}, + {-1980, 0, -168, 0x032f} + } +}; + +StandTile tile_198 = { + 0x013d60, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1980, 0, -168, 0x0000}, + {-1972, 0, -161, 0x0337}, + {-2008, 0, -288, 0x032b} + } +}; + +StandTile tile_199 = { + 0x013c62, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -288, 0x0337}, + {-1844, 0, -164, 0x0000}, + {-1837, 0, -172, 0x033b} + } +}; + +StandTile tile_200 = { + 0x013c61, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -288, 0x032f}, + {-1972, 0, -161, 0x0000}, + {-1844, 0, -164, 0x0333} + } +}; + +StandTile tile_201 = { + 0x013b60, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1837, 0, -172, 0x0000}, + {-1819, 0, -173, 0x0347}, + {-2008, 0, -288, 0x0333} + } +}; + +StandTile tile_202 = { + 0x013a60, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1819, 0, -173, 0x0000}, + {-1811, 0, -165, 0x0000}, + {-1683, 0, -169, 0x0343} + } +}; + +StandTile tile_203 = { + 0x013962, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2001, 0, -296, 0x0347}, + {-1819, 0, -173, 0x033f}, + {-1683, 0, -169, 0x0323} + } +}; + +StandTile tile_204 = { + 0x013961, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2001, 0, -296, 0x0000}, + {-2008, 0, -288, 0x033b}, + {-1819, 0, -173, 0x0343} + } +}; + +StandTile tile_205 = { + 0x013862, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1689, 0, -362, 0x034f}, + {-1700, 0, -483, 0x0353}, + {-1696, 0, -355, 0x0000} + } +}; + +StandTile tile_206 = { + 0x013861, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1689, 0, -362, 0x0000}, + {-1693, 0, -490, 0x0000}, + {-1700, 0, -483, 0x034b} + } +}; + +StandTile tile_207 = { + 0x013760, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-1700, 0, -483, 0x0000}, + {-1717, 0, -482, 0x0358}, + {-1696, 0, -337, 0x0000}, + {-1696, 0, -355, 0x034b} + } +}; + +StandTile tile_208 = { + 0x013662, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1717, 0, -482, 0x035c}, + {-1760, 0, -488, 0x0313}, + {-1696, 0, -337, 0x0353} + } +}; + +StandTile tile_209 = { + 0x013661, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1717, 0, -482, 0x0000}, + {-1725, 0, -489, 0x0000}, + {-1760, 0, -488, 0x0358} + } +}; + +StandTile tile_210 = { + 0x098162, 0x53, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2194, 0, 6, 0x0364}, + {-2303, 0, 137, 0x039c}, + {-2190, 0, 144, 0x005f} + } +}; + +StandTile tile_211 = { + 0x098161, 0x53, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-2194, 0, 6, 0x03a0}, + {-2306, 0, 9, 0x0000}, + {-2303, 0, 137, 0x0360} + } +}; + +StandTile tile_212 = { + 0x092e62, 0x53, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2296, 0, 382, 0x036c}, + {-2181, 0, 448, 0x0077}, + {-2182, 0, 403, 0x0384} + } +}; + +StandTile tile_213 = { + 0x092e61, 0x53, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2296, 0, 382, 0x0000}, + {-2294, 0, 459, 0x0370}, + {-2181, 0, 448, 0x0368} + } +}; + +StandTile tile_214 = { + 0x093060, 0x53, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2294, 0, 459, 0x0000}, + {-2181, 0, 455, 0x0073}, + {-2181, 0, 448, 0x036c} + } +}; + +StandTile tile_215 = { + 0x059660, 0x53, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2300, 0, 234, 0x0000}, + {-2298, 0, 298, 0x0390}, + {-2185, 0, 305, 0x0378} + } +}; + +StandTile tile_216 = { + 0x059760, 0x53, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2300, 0, 234, 0x0374}, + {-2185, 0, 305, 0x00bd}, + {-2190, 0, 144, 0x037c} + } +}; + +StandTile tile_217 = { + 0x059560, 0x53, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2302, 0, 170, 0x0000}, + {-2300, 0, 234, 0x0378}, + {-2190, 0, 144, 0x0394} + } +}; + +StandTile tile_218 = { + 0x01bf62, 0x53, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2297, 0, 331, 0x0384}, + {-2182, 0, 403, 0x00ab}, + {-2185, 0, 305, 0x0388} + } +}; + +StandTile tile_219 = { + 0x01bf61, 0x53, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2297, 0, 331, 0x0000}, + {-2296, 0, 382, 0x0368}, + {-2182, 0, 403, 0x0380} + } +}; + +StandTile tile_220 = { + 0x01be60, 0x53, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2297, 0, 331, 0x0380}, + {-2185, 0, 305, 0x038c}, + {-2290, 0, 323, 0x0000} + } +}; + +StandTile tile_221 = { + 0x01bd60, 0x53, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2290, 0, 323, 0x0388}, + {-2185, 0, 305, 0x0390}, + {-2291, 0, 305, 0x0000} + } +}; + +StandTile tile_222 = { + 0x01bc60, 0x53, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2291, 0, 305, 0x038c}, + {-2185, 0, 305, 0x0374}, + {-2298, 0, 298, 0x0000} + } +}; + +StandTile tile_223 = { + 0x01b960, 0x53, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2302, 0, 170, 0x037c}, + {-2190, 0, 144, 0x0398}, + {-2295, 0, 162, 0x0000} + } +}; + +StandTile tile_224 = { + 0x01b860, 0x53, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2295, 0, 162, 0x0394}, + {-2190, 0, 144, 0x039c}, + {-2295, 0, 145, 0x0000} + } +}; + +StandTile tile_225 = { + 0x01b760, 0x53, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2295, 0, 145, 0x0398}, + {-2190, 0, 144, 0x0360}, + {-2303, 0, 137, 0x0000} + } +}; + +StandTile tile_226 = { + 0x092b60, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2194, 0, 6, 0x03b8}, + {-2299, 0, 2, 0x0000}, + {-2306, 0, 9, 0x0364} + } +}; + +StandTile tile_227 = { + 0x01b160, 0x52, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2202, 0, -19, 0x0000}, + {-2194, 0, -26, 0x03d8}, + {-2308, 0, -53, 0x03a8} + } +}; + +StandTile tile_228 = { + 0x01b260, 0x52, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2308, 0, -53, 0x03ac}, + {-2201, 0, -1, 0x0000}, + {-2202, 0, -19, 0x03a4} + } +}; + +StandTile tile_229 = { + 0x01b362, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2307, 0, -23, 0x03b0}, + {-2201, 0, -1, 0x03a8}, + {-2308, 0, -53, 0x0000} + } +}; + +StandTile tile_230 = { + 0x01b361, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2307, 0, -23, 0x0000}, + {-2300, 0, -16, 0x03b4}, + {-2201, 0, -1, 0x03ac} + } +}; + +StandTile tile_231 = { + 0x01b462, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2299, 0, 2, 0x03b8}, + {-2201, 0, -1, 0x03b0}, + {-2300, 0, -16, 0x0000} + } +}; + +StandTile tile_232 = { + 0x01b461, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2299, 0, 2, 0x03a0}, + {-2194, 0, 6, 0x0000}, + {-2201, 0, -1, 0x03b4} + } +}; + +StandTile tile_233 = { + 0x01de62, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2199, 0, -187, 0x03c0}, + {-2304, 0, -177, 0x03c8}, + {-2206, 0, -179, 0x0000} + } +}; + +StandTile tile_234 = { + 0x01de61, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2199, 0, -187, 0x0400}, + {-2312, 0, -184, 0x0000}, + {-2304, 0, -177, 0x03bc} + } +}; + +StandTile tile_235 = { + 0x01dd62, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2206, 0, -179, 0x03c8}, + {-2303, 0, -159, 0x03d0}, + {-2205, 0, -162, 0x0000} + } +}; + +StandTile tile_236 = { + 0x01dd61, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2206, 0, -179, 0x03bc}, + {-2304, 0, -177, 0x0000}, + {-2303, 0, -159, 0x03c4} + } +}; + +StandTile tile_237 = { + 0x01dc62, 0x52, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2198, 0, -154, 0x03d0}, + {-2303, 0, -159, 0x0000}, + {-2311, 0, -151, 0x03e0} + } +}; + +StandTile tile_238 = { + 0x01dc61, 0x52, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2198, 0, -154, 0x0000}, + {-2205, 0, -162, 0x03c4}, + {-2303, 0, -159, 0x03cc} + } +}; + +StandTile tile_239 = { + 0x01db60, 0x52, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2311, 0, -151, 0x0000}, + {-2308, 0, -53, 0x03d8}, + {-2254, 0, -90, 0x03e0} + } +}; + +StandTile tile_240 = { + 0x01da60, 0x52, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2254, 0, -90, 0x03d4}, + {-2308, 0, -53, 0x03a4}, + {-2194, 0, -26, 0x03dc} + } +}; + +StandTile tile_241 = { + 0x01d960, 0x52, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2194, 0, -26, 0x0000}, + {-2198, 0, -154, 0x03e0}, + {-2254, 0, -90, 0x03d8} + } +}; + +StandTile tile_242 = { + 0x01d860, 0x52, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2254, 0, -90, 0x03dc}, + {-2198, 0, -154, 0x03cc}, + {-2311, 0, -151, 0x03d4} + } +}; + +StandTile tile_243 = { + 0x01d762, 0x52, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2203, 0, -348, 0x03e8}, + {-2309, 0, -337, 0x03f0}, + {-2211, 0, -340, 0x0000} + } +}; + +StandTile tile_244 = { + 0x01d761, 0x52, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2203, 0, -348, 0x0428}, + {-2316, 0, -345, 0x0000}, + {-2309, 0, -337, 0x03e4} + } +}; + +StandTile tile_245 = { + 0x01d662, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2211, 0, -340, 0x03f0}, + {-2308, 0, -320, 0x03f8}, + {-2210, 0, -322, 0x0000} + } +}; + +StandTile tile_246 = { + 0x01d661, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2211, 0, -340, 0x03e4}, + {-2309, 0, -337, 0x0000}, + {-2308, 0, -320, 0x03ec} + } +}; + +StandTile tile_247 = { + 0x01d562, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2203, 0, -315, 0x03f8}, + {-2308, 0, -320, 0x0000}, + {-2316, 0, -312, 0x0408} + } +}; + +StandTile tile_248 = { + 0x01d561, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2203, 0, -315, 0x0000}, + {-2210, 0, -322, 0x03ec}, + {-2308, 0, -320, 0x03f4} + } +}; + +StandTile tile_249 = { + 0x01d460, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2316, 0, -312, 0x0000}, + {-2312, 0, -184, 0x0400}, + {-2259, 0, -251, 0x0408} + } +}; + +StandTile tile_250 = { + 0x01d360, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2259, 0, -251, 0x03fc}, + {-2312, 0, -184, 0x03c0}, + {-2199, 0, -187, 0x0404} + } +}; + +StandTile tile_251 = { + 0x01d260, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2199, 0, -187, 0x0000}, + {-2203, 0, -315, 0x0408}, + {-2259, 0, -251, 0x0400} + } +}; + +StandTile tile_252 = { + 0x01d160, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2259, 0, -251, 0x0404}, + {-2203, 0, -315, 0x03f4}, + {-2316, 0, -312, 0x03fc} + } +}; + +StandTile tile_253 = { + 0x01d062, 0x51, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2208, 0, -508, 0x0410}, + {-2313, 0, -498, 0x0418}, + {-2215, 0, -501, 0x0000} + } +}; + +StandTile tile_254 = { + 0x01d061, 0x51, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2208, 0, -508, 0x0450}, + {-2321, 0, -505, 0x0000}, + {-2313, 0, -498, 0x040c} + } +}; + +StandTile tile_255 = { + 0x01cf62, 0x51, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2215, 0, -501, 0x0418}, + {-2312, 0, -480, 0x0420}, + {-2214, 0, -483, 0x0000} + } +}; + +StandTile tile_256 = { + 0x01cf61, 0x51, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2215, 0, -501, 0x040c}, + {-2313, 0, -498, 0x0000}, + {-2312, 0, -480, 0x0414} + } +}; + +StandTile tile_257 = { + 0x01ce62, 0x51, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2207, 0, -476, 0x0420}, + {-2312, 0, -480, 0x0000}, + {-2320, 0, -473, 0x0430} + } +}; + +StandTile tile_258 = { + 0x01ce61, 0x51, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2207, 0, -476, 0x0000}, + {-2214, 0, -483, 0x0414}, + {-2312, 0, -480, 0x041c} + } +}; + +StandTile tile_259 = { + 0x01cd60, 0x51, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2320, 0, -473, 0x0000}, + {-2316, 0, -345, 0x0428}, + {-2263, 0, -411, 0x0430} + } +}; + +StandTile tile_260 = { + 0x01cc60, 0x51, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2263, 0, -411, 0x0424}, + {-2316, 0, -345, 0x03e8}, + {-2203, 0, -348, 0x042c} + } +}; + +StandTile tile_261 = { + 0x01cb60, 0x51, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2203, 0, -348, 0x0000}, + {-2207, 0, -476, 0x0430}, + {-2263, 0, -411, 0x0428} + } +}; + +StandTile tile_262 = { + 0x01ca60, 0x51, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2263, 0, -411, 0x042c}, + {-2207, 0, -476, 0x041c}, + {-2320, 0, -473, 0x0424} + } +}; + +StandTile tile_263 = { + 0x01c962, 0x51, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2213, 0, -669, 0x0438}, + {-2318, 0, -659, 0x0440}, + {-2220, 0, -661, 0x0000} + } +}; + +StandTile tile_264 = { + 0x01c961, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2213, 0, -669, 0x05f0}, + {-2326, 0, -666, 0x0000}, + {-2318, 0, -659, 0x0434} + } +}; + +StandTile tile_265 = { + 0x01c862, 0x51, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2220, 0, -661, 0x0440}, + {-2317, 0, -641, 0x0448}, + {-2219, 0, -644, 0x0000} + } +}; + +StandTile tile_266 = { + 0x01c861, 0x51, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2220, 0, -661, 0x0434}, + {-2318, 0, -659, 0x0000}, + {-2317, 0, -641, 0x043c} + } +}; + +StandTile tile_267 = { + 0x01c762, 0x51, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2212, 0, -636, 0x0448}, + {-2317, 0, -641, 0x0000}, + {-2325, 0, -633, 0x0458} + } +}; + +StandTile tile_268 = { + 0x01c761, 0x51, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2212, 0, -636, 0x0000}, + {-2219, 0, -644, 0x043c}, + {-2317, 0, -641, 0x0444} + } +}; + +StandTile tile_269 = { + 0x01c660, 0x51, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2325, 0, -633, 0x0000}, + {-2321, 0, -505, 0x0450}, + {-2268, 0, -572, 0x0458} + } +}; + +StandTile tile_270 = { + 0x01c560, 0x51, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2268, 0, -572, 0x044c}, + {-2321, 0, -505, 0x0410}, + {-2208, 0, -508, 0x0454} + } +}; + +StandTile tile_271 = { + 0x01c460, 0x51, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2208, 0, -508, 0x0000}, + {-2212, 0, -636, 0x0458}, + {-2268, 0, -572, 0x0450} + } +}; + +StandTile tile_272 = { + 0x01c360, 0x51, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2268, 0, -572, 0x0454}, + {-2212, 0, -636, 0x0444}, + {-2325, 0, -633, 0x044c} + } +}; + +StandTile tile_273 = { + 0x013560, 0x50, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1509, 0, 590, 0x0000}, + {-1501, 0, 597, 0x003b}, + {-1505, 0, 469, 0x04d4} + } +}; + +StandTile tile_274 = { + 0x011c60, 0x50, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1527, 0, -334, 0x0000}, + {-1535, 0, -326, 0x0488}, + {-1525, 0, -269, 0x0000} + } +}; + +StandTile tile_275 = { + 0x011960, 0x50, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1688, 0, -330, 0x0484}, + {-1552, 0, -326, 0x0000}, + {-1560, 0, -333, 0x0000} + } +}; + +StandTile tile_276 = { + 0x011f60, 0x50, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1675, 0, -144, 0x04b4}, + {-1523, 0, -174, 0x0000}, + {-1531, 0, -181, 0x0470} + } +}; + +StandTile tile_277 = { + 0x012062, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1676, 0, -162, 0x0470}, + {-1531, 0, -181, 0x0000}, + {-1531, 0, -198, 0x0478} + } +}; + +StandTile tile_278 = { + 0x012061, 0x50, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1676, 0, -162, 0x0000}, + {-1675, 0, -144, 0x0468}, + {-1531, 0, -181, 0x046c} + } +}; + +StandTile tile_279 = { + 0x011e62, 0x50, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1676, 0, -162, 0x0478}, + {-1524, 0, -206, 0x0000}, + {-1525, 0, -269, 0x047c} + } +}; + +StandTile tile_280 = { + 0x011e61, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1676, 0, -162, 0x046c}, + {-1531, 0, -198, 0x0000}, + {-1524, 0, -206, 0x0474} + } +}; + +StandTile tile_281 = { + 0x011d62, 0x50, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1688, 0, -330, 0x0480}, + {-1676, 0, -162, 0x0474}, + {-1525, 0, -269, 0x0484} + } +}; + +StandTile tile_282 = { + 0x011d61, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1688, 0, -330, 0x031f}, + {-1683, 0, -169, 0x0000}, + {-1676, 0, -162, 0x047c} + } +}; + +StandTile tile_283 = { + 0x011a60, 0x50, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1552, 0, -326, 0x0464}, + {-1688, 0, -330, 0x047c}, + {-1525, 0, -269, 0x0488} + } +}; + +StandTile tile_284 = { + 0x011b60, 0x50, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1535, 0, -326, 0x0000}, + {-1552, 0, -326, 0x0484}, + {-1525, 0, -269, 0x0460} + } +}; + +StandTile tile_285 = { + 0x015760, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1734, 0, -7, 0x0000}, + {-1840, 0, -4, 0x0000}, + {-1832, 0, 3, 0x0490} + } +}; + +StandTile tile_286 = { + 0x015660, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1832, 0, 3, 0x0000}, + {-1831, 0, 21, 0x0498}, + {-1734, 0, -7, 0x048c} + } +}; + +StandTile tile_287 = { + 0x015562, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1734, 0, -7, 0x0498}, + {-1839, 0, 29, 0x0000}, + {-1835, 0, 157, 0x0524} + } +}; + +StandTile tile_288 = { + 0x015561, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1734, 0, -7, 0x0490}, + {-1831, 0, 21, 0x0000}, + {-1839, 0, 29, 0x0494} + } +}; + +StandTile tile_289 = { + 0x015460, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1822, 0, 606, 0x0000}, + {-1722, 0, 603, 0x04a0}, + {-1815, 0, 598, 0x0000} + } +}; + +StandTile tile_290 = { + 0x015360, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1815, 0, 598, 0x049c}, + {-1722, 0, 603, 0x04a8}, + {-1816, 0, 581, 0x0000} + } +}; + +StandTile tile_291 = { + 0x015262, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1823, 0, 574, 0x04a8}, + {-1722, 0, 603, 0x04f0}, + {-1827, 0, 446, 0x0000} + } +}; + +StandTile tile_292 = { + 0x015261, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1823, 0, 574, 0x0000}, + {-1816, 0, 581, 0x04a0}, + {-1722, 0, 603, 0x04a4} + } +}; + +StandTile tile_293 = { + 0x012b60, 0x50, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1679, 0, -8, 0x0514}, + {-1518, 0, -18, 0x04b8}, + {-1681, 0, -79, 0x0000} + } +}; + +StandTile tile_294 = { + 0x012a62, 0x50, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1523, 0, -174, 0x04b4}, + {-1683, 0, -136, 0x0000}, + {-1681, 0, -79, 0x04b8} + } +}; + +StandTile tile_295 = { + 0x012a61, 0x50, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1523, 0, -174, 0x0468}, + {-1675, 0, -144, 0x0000}, + {-1683, 0, -136, 0x04b0} + } +}; + +StandTile tile_296 = { + 0x012960, 0x50, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1518, 0, -18, 0x0282}, + {-1523, 0, -174, 0x04b0}, + {-1681, 0, -79, 0x04ac} + } +}; + +StandTile tile_297 = { + 0x093f62, 0x50, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1831, 0, 309, 0x04c0}, + {-1697, -10, 135, 0x0520}, + {-1835, 0, 157, 0x006b} + } +}; + +StandTile tile_298 = { + 0x093f61, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1831, 0, 309, 0x04c8}, + {-1693, -6, 294, 0x0534}, + {-1697, -10, 135, 0x04bc} + } +}; + +StandTile tile_299 = { + 0x093c62, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1693, -6, 294, 0x04c8}, + {-1827, 0, 446, 0x04f0}, + {-1679, -6, 449, 0x04f8} + } +}; + +StandTile tile_300 = { + 0x093c61, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1693, -6, 294, 0x04c0}, + {-1831, 0, 309, 0x0063}, + {-1827, 0, 446, 0x04c4} + } +}; + +StandTile tile_301 = { + 0x011860, 0x50, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1526, 0, 590, 0x0000}, + {-1509, 0, 590, 0x04d0}, + {-1679, -6, 449, 0x04d8} + } +}; + +StandTile tile_302 = { + 0x011762, 0x50, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1509, 0, 590, 0x04d4}, + {-1512, 0, 462, 0x04dc}, + {-1679, -6, 449, 0x04cc} + } +}; + +StandTile tile_303 = { + 0x011761, 0x50, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1509, 0, 590, 0x045c}, + {-1505, 0, 469, 0x0000}, + {-1512, 0, 462, 0x04d0} + } +}; + +StandTile tile_304 = { + 0x011660, 0x50, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1534, 0, 598, 0x0000}, + {-1526, 0, 590, 0x04cc}, + {-1679, -6, 449, 0x04e0} + } +}; + +StandTile tile_305 = { + 0x011560, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1512, 0, 462, 0x0000}, + {-1513, 0, 444, 0x04fc}, + {-1679, -6, 449, 0x04d0} + } +}; + +StandTile tile_306 = { + 0x011462, 0x50, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1669, 0, 594, 0x04e4}, + {-1534, 0, 598, 0x04d8}, + {-1679, -6, 449, 0x04e8} + } +}; + +StandTile tile_307 = { + 0x011461, 0x50, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1669, 0, 594, 0x0000}, + {-1662, 0, 602, 0x0000}, + {-1534, 0, 598, 0x04e0} + } +}; + +StandTile tile_308 = { + 0x011360, 0x50, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1669, 0, 594, 0x04e0}, + {-1679, -6, 449, 0x04ec}, + {-1687, 0, 595, 0x0000} + } +}; + +StandTile tile_309 = { + 0x011260, 0x50, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1687, 0, 595, 0x04e8}, + {-1679, -6, 449, 0x04f4}, + {-1694, 0, 603, 0x0000} + } +}; + +StandTile tile_310 = { + 0x011162, 0x50, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1722, 0, 603, 0x04f4}, + {-1679, -6, 449, 0x04c4}, + {-1827, 0, 446, 0x04a4} + } +}; + +StandTile tile_311 = { + 0x011161, 0x50, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1722, 0, 603, 0x0000}, + {-1694, 0, 603, 0x04ec}, + {-1679, -6, 449, 0x04f0} + } +}; + +StandTile tile_312 = { + 0x010f62, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1679, -6, 449, 0x04fc}, + {-1506, 0, 436, 0x0500}, + {-1693, -6, 294, 0x04c4} + } +}; + +StandTile tile_313 = { + 0x010f61, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1679, -6, 449, 0x04dc}, + {-1513, 0, 444, 0x0000}, + {-1506, 0, 436, 0x04f8} + } +}; + +StandTile tile_314 = { + 0x010e62, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1506, 0, 436, 0x0504}, + {-1517, 0, 301, 0x0508}, + {-1693, -6, 294, 0x04f8} + } +}; + +StandTile tile_315 = { + 0x010e61, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1506, 0, 436, 0x0000}, + {-1509, 0, 308, 0x0000}, + {-1517, 0, 301, 0x0500} + } +}; + +StandTile tile_316 = { + 0x010d60, 0x50, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1517, 0, 301, 0x0000}, + {-1517, 0, 284, 0x0530}, + {-1693, -6, 294, 0x0500} + } +}; + +StandTile tile_317 = { + 0x010960, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1697, -10, 135, 0x0528}, + {-1514, 0, 148, 0x0276}, + {-1518, 0, -18, 0x0510} + } +}; + +StandTile tile_318 = { + 0x010762, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1518, 0, -18, 0x0514}, + {-1686, 0, -1, 0x0518}, + {-1697, -10, 135, 0x050c} + } +}; + +StandTile tile_319 = { + 0x010761, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1518, 0, -18, 0x04ac}, + {-1679, 0, -8, 0x0000}, + {-1686, 0, -1, 0x0510} + } +}; + +StandTile tile_320 = { + 0x010660, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1697, -10, 135, 0x0510}, + {-1686, 0, -1, 0x0000}, + {-1704, 0, 0, 0x051c} + } +}; + +StandTile tile_321 = { + 0x010560, 0x50, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1704, 0, 0, 0x0000}, + {-1712, 0, -7, 0x0520}, + {-1697, -10, 135, 0x0518} + } +}; + +StandTile tile_322 = { + 0x010462, 0x50, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1712, 0, -7, 0x0524}, + {-1835, 0, 157, 0x04bc}, + {-1697, -10, 135, 0x051c} + } +}; + +StandTile tile_323 = { + 0x010461, 0x50, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1712, 0, -7, 0x0000}, + {-1734, 0, -7, 0x0494}, + {-1835, 0, 157, 0x0520} + } +}; + +StandTile tile_324 = { + 0x010360, 0x50, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1514, 0, 148, 0x050c}, + {-1697, -10, 135, 0x0534}, + {-1512, 0, 213, 0x0000} + } +}; + +StandTile tile_325 = { + 0x010262, 0x50, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1693, -6, 294, 0x0530}, + {-1510, 0, 276, 0x0000}, + {-1512, 0, 213, 0x0534} + } +}; + +StandTile tile_326 = { + 0x010261, 0x50, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1693, -6, 294, 0x0508}, + {-1517, 0, 284, 0x0000}, + {-1510, 0, 276, 0x052c} + } +}; + +StandTile tile_327 = { + 0x010160, 0x50, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1697, -10, 135, 0x04c0}, + {-1693, -6, 294, 0x052c}, + {-1512, 0, 213, 0x0528} + } +}; + +StandTile tile_328 = { + 0x02395a, 0x4f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2248, 0, -846, 0x053c}, + {-2323, -8, -862, 0x0000}, + {-2323, 0, -844, 0x0558} + } +}; + +StandTile tile_329 = { + 0x023959, 0x4f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2248, 0, -846, 0x0000}, + {-2248, -8, -864, 0x0548}, + {-2323, -8, -862, 0x0538} + } +}; + +StandTile tile_330 = { + 0x023858, 0x4f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2327, -75, -985, 0x0000}, + {-2323, -8, -862, 0x0548}, + {-2297, -75, -991, 0x0554} + } +}; + +StandTile tile_331 = { + 0x02375a, 0x4f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2297, -75, -991, 0x0548}, + {-2248, -8, -864, 0x0000}, + {-2252, -75, -985, 0x054c} + } +}; + +StandTile tile_332 = { + 0x023759, 0x4f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2297, -75, -991, 0x0540}, + {-2323, -8, -862, 0x053c}, + {-2248, -8, -864, 0x0544} + } +}; + +StandTile tile_333 = { + 0x01dc58, 0x4f, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2253, -75, -1025, 0x0550}, + {-2297, -75, -991, 0x0544}, + {-2252, -75, -985, 0x0000} + } +}; + +StandTile tile_334 = { + 0x01db58, 0x4f, + 0x0, + 0x8, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2253, -75, -1025, 0x058c}, + {-2328, -75, -1023, 0x0554}, + {-2297, -75, -991, 0x054c} + } +}; + +StandTile tile_335 = { + 0x01da58, 0x4f, + 0x0, + 0xa, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2327, -75, -985, 0x0540}, + {-2297, -75, -991, 0x0550}, + {-2328, -75, -1023, 0x0000} + } +}; + +StandTile tile_336 = { + 0x002a5a, 0x4f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2330, 0, -837, 0x055c}, + {-2248, 0, -846, 0x0538}, + {-2323, 0, -844, 0x0000} + } +}; + +StandTile tile_337 = { + 0x002a59, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2330, 0, -837, 0x05ec}, + {-2240, 0, -839, 0x0000}, + {-2248, 0, -846, 0x0558} + } +}; + +StandTile tile_338 = { + 0x006f58, 0x4e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2540, -75, -1220, 0x0000}, + {-2539, -75, -1185, 0x0000}, + {-2531, -75, -1178, 0x0568} + } +}; + +StandTile tile_339 = { + 0x023a58, 0x4e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2531, -75, -1178, 0x0000}, + {-2530, -75, -1160, 0x056c}, + {-2443, -75, -1085, 0x0568} + } +}; + +StandTile tile_340 = { + 0x006e58, 0x4e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2540, -75, -1220, 0x0560}, + {-2531, -75, -1178, 0x0564}, + {-2443, -75, -1085, 0x0584} + } +}; + +StandTile tile_341 = { + 0x006d58, 0x4e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2530, -75, -1160, 0x0000}, + {-2538, -75, -1152, 0x0570}, + {-2443, -75, -1085, 0x0564} + } +}; + +StandTile tile_342 = { + 0x006c58, 0x4e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2443, -75, -1085, 0x056c}, + {-2538, -75, -1152, 0x0000}, + {-2546, -75, -1104, 0x0574} + } +}; + +StandTile tile_343 = { + 0x006b58, 0x4e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2546, -75, -1104, 0x0000}, + {-2506, -75, -1081, 0x0578}, + {-2443, -75, -1085, 0x0570} + } +}; + +StandTile tile_344 = { + 0x006a58, 0x4e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2443, -75, -1085, 0x0574}, + {-2506, -75, -1081, 0x0000}, + {-2472, -75, -1051, 0x057c} + } +}; + +StandTile tile_345 = { + 0x006958, 0x4e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2472, -75, -1051, 0x0000}, + {-2432, -75, -1034, 0x0580}, + {-2443, -75, -1085, 0x0578} + } +}; + +StandTile tile_346 = { + 0x006858, 0x4e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2443, -75, -1085, 0x057c}, + {-2432, -75, -1034, 0x0000}, + {-2377, -75, -1035, 0x0588} + } +}; + +StandTile tile_347 = { + 0x006758, 0x4e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2336, -75, -1030, 0x05c0}, + {-2540, -75, -1220, 0x0568}, + {-2443, -75, -1085, 0x0588} + } +}; + +StandTile tile_348 = { + 0x006658, 0x4e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2443, -75, -1085, 0x0580}, + {-2377, -75, -1035, 0x0000}, + {-2336, -75, -1030, 0x0584} + } +}; + +StandTile tile_349 = { + 0x006558, 0x4e, + 0x0, + 0x8, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2253, -75, -1025, 0x0590}, + {-2247, -75, -1090, 0x0594}, + {-2328, -75, -1023, 0x0550} + } +}; + +StandTile tile_350 = { + 0x006458, 0x4e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2245, -75, -1032, 0x0000}, + {-2247, -75, -1090, 0x058c}, + {-2253, -75, -1025, 0x0000} + } +}; + +StandTile tile_351 = { + 0x00635a, 0x4e, + 0x0, + 0x9, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2247, -75, -1090, 0x0598}, + {-2257, -75, -1168, 0x059c}, + {-2328, -75, -1023, 0x058c} + } +}; + +StandTile tile_352 = { + 0x006359, 0x4e, + 0x0, + 0x9, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2247, -75, -1090, 0x0000}, + {-2249, -75, -1160, 0x0000}, + {-2257, -75, -1168, 0x0594} + } +}; + +StandTile tile_353 = { + 0x006258, 0x4e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2257, -75, -1168, 0x0000}, + {-2257, -75, -1185, 0x05a0}, + {-2328, -75, -1023, 0x0594} + } +}; + +StandTile tile_354 = { + 0x00615a, 0x4e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2254, -75, -1321, 0x05a4}, + {-2328, -75, -1023, 0x059c}, + {-2257, -75, -1185, 0x05a8} + } +}; + +StandTile tile_355 = { + 0x006159, 0x4e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2254, -75, -1321, 0x05ac}, + {-2336, -75, -1030, 0x0000}, + {-2328, -75, -1023, 0x05a0} + } +}; + +StandTile tile_356 = { + 0x006058, 0x4e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2254, -75, -1321, 0x05a0}, + {-2257, -75, -1185, 0x0000}, + {-2250, -75, -1193, 0x0000} + } +}; + +StandTile tile_357 = { + 0x005f5a, 0x4e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2254, -75, -1321, 0x05b0}, + {-2389, -75, -1310, 0x05b4}, + {-2336, -75, -1030, 0x05a4} + } +}; + +StandTile tile_358 = { + 0x005f59, 0x4e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2254, -75, -1321, 0x0000}, + {-2382, -75, -1317, 0x0000}, + {-2389, -75, -1310, 0x05ac} + } +}; + +StandTile tile_359 = { + 0x005e58, 0x4e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2389, -75, -1310, 0x0000}, + {-2406, -75, -1309, 0x05b8}, + {-2336, -75, -1030, 0x05ac} + } +}; + +StandTile tile_360 = { + 0x005d58, 0x4e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2406, -75, -1309, 0x0000}, + {-2414, -75, -1317, 0x05bc}, + {-2336, -75, -1030, 0x05b4} + } +}; + +StandTile tile_361 = { + 0x005c58, 0x4e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2414, -75, -1317, 0x0000}, + {-2542, -75, -1313, 0x05c0}, + {-2336, -75, -1030, 0x05b8} + } +}; + +StandTile tile_362 = { + 0x005b58, 0x4e, + 0x0, + 0x9, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2542, -75, -1313, 0x0000}, + {-2540, -75, -1220, 0x0584}, + {-2336, -75, -1030, 0x05bc} + } +}; + +StandTile tile_363 = { + 0x002458, 0x4d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2213, 0, -669, 0x0000}, + {-2137, 0, -671, 0x05cc}, + {-2170, 0, -778, 0x05f0} + } +}; + +StandTile tile_364 = { + 0x01d558, 0x4d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2087, 0, -685, 0x0000}, + {-2070, 0, -724, 0x05d4}, + {-2170, 0, -778, 0x05cc} + } +}; + +StandTile tile_365 = { + 0x002358, 0x4d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2137, 0, -671, 0x0000}, + {-2087, 0, -685, 0x05c8}, + {-2170, 0, -778, 0x05c4} + } +}; + +StandTile tile_366 = { + 0x01d458, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2047, 0, -759, 0x0000}, + {-2048, 0, -802, 0x05d8}, + {-2170, 0, -778, 0x05d4} + } +}; + +StandTile tile_367 = { + 0x002258, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2070, 0, -724, 0x0000}, + {-2047, 0, -759, 0x05d0}, + {-2170, 0, -778, 0x05c8} + } +}; + +StandTile tile_368 = { + 0x00215a, 0x4d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2048, 0, -802, 0x05dc}, + {-2205, 0, -840, 0x05e0}, + {-2170, 0, -778, 0x05d0} + } +}; + +StandTile tile_369 = { + 0x002159, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-2048, 0, -802, 0x0000}, + {-2049, 0, -845, 0x0654}, + {-2205, 0, -840, 0x05d8} + } +}; + +StandTile tile_370 = { + 0x002058, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2205, 0, -840, 0x0000}, + {-2225, 0, -830, 0x05e4}, + {-2170, 0, -778, 0x05d8} + } +}; + +StandTile tile_371 = { + 0x001f58, 0x4d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2329, 0, -774, 0x05f4}, + {-2170, 0, -778, 0x05e0}, + {-2225, 0, -830, 0x05e8} + } +}; + +StandTile tile_372 = { + 0x001e5a, 0x4d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2225, 0, -830, 0x05ec}, + {-2330, 0, -837, 0x0000}, + {-2329, 0, -774, 0x05e4} + } +}; + +StandTile tile_373 = { + 0x001e59, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2225, 0, -830, 0x0000}, + {-2240, 0, -839, 0x055c}, + {-2330, 0, -837, 0x05e8} + } +}; + +StandTile tile_374 = { + 0x001d5a, 0x4d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2170, 0, -778, 0x05f4}, + {-2326, 0, -666, 0x0438}, + {-2213, 0, -669, 0x05c4} + } +}; + +StandTile tile_375 = { + 0x001d59, 0x4d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2170, 0, -778, 0x05e4}, + {-2329, 0, -774, 0x0000}, + {-2326, 0, -666, 0x05f0} + } +}; + +StandTile tile_376 = { + 0x004452, 0x4c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1697, 0, -1641, 0x05fc}, + {-1688, 0, -1739, 0x0604}, + {-1727, 0, -1668, 0x0000} + } +}; + +StandTile tile_377 = { + 0x004451, 0x4c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1697, 0, -1641, 0x1898}, + {-1634, 0, -1708, 0x0000}, + {-1688, 0, -1739, 0x05f8} + } +}; + +StandTile tile_378 = { + 0x004352, 0x4c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1727, 0, -1668, 0x0604}, + {-1735, 0, -1745, 0x060c}, + {-1768, 0, -1666, 0x0000} + } +}; + +StandTile tile_379 = { + 0x004351, 0x4c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1727, 0, -1668, 0x05f8}, + {-1688, 0, -1739, 0x0000}, + {-1735, 0, -1745, 0x0600} + } +}; + +StandTile tile_380 = { + 0x004252, 0x4c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1768, 0, -1666, 0x060c}, + {-1828, 0, -1727, 0x0610}, + {-1826, 0, -1665, 0x0000} + } +}; + +StandTile tile_381 = { + 0x004251, 0x4c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1768, 0, -1666, 0x0600}, + {-1735, 0, -1745, 0x0000}, + {-1828, 0, -1727, 0x0608} + } +}; + +StandTile tile_382 = { + 0x004150, 0x4c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1826, 0, -1665, 0x0608}, + {-1828, 0, -1727, 0x0648}, + {-1913, 0, -1625, 0x0000} + } +}; + +StandTile tile_383 = { + 0x004050, 0x4c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2130, 0, -1734, 0x0000}, + {-2189, 0, -1715, 0x0618}, + {-2054, -18, -1633, 0x063c} + } +}; + +StandTile tile_384 = { + 0x003f50, 0x4c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2054, -18, -1633, 0x0614}, + {-2189, 0, -1715, 0x0000}, + {-2229, 0, -1671, 0x061c} + } +}; + +StandTile tile_385 = { + 0x003e50, 0x4c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2229, 0, -1671, 0x0000}, + {-2226, 0, -1583, 0x0620}, + {-2054, -18, -1633, 0x0618} + } +}; + +StandTile tile_386 = { + 0x003d52, 0x4c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2226, 0, -1583, 0x0624}, + {-2216, 0, -1508, 0x0628}, + {-2054, -18, -1633, 0x061c} + } +}; + +StandTile tile_387 = { + 0x003d51, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2226, 0, -1583, 0x0000}, + {-2224, 0, -1515, 0x0000}, + {-2216, 0, -1508, 0x0620} + } +}; + +StandTile tile_388 = { + 0x003c50, 0x4c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2054, -18, -1633, 0x0620}, + {-2216, 0, -1508, 0x071d}, + {-2065, -9, -1512, 0x062c} + } +}; + +StandTile tile_389 = { + 0x003b50, 0x4c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2065, -9, -1512, 0x0701}, + {-1915, 0, -1517, 0x0630}, + {-2054, -18, -1633, 0x0628} + } +}; + +StandTile tile_390 = { + 0x003a50, 0x4c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1915, 0, -1517, 0x0000}, + {-1908, 0, -1524, 0x0634}, + {-2054, -18, -1633, 0x062c} + } +}; + +StandTile tile_391 = { + 0x003950, 0x4c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1908, 0, -1524, 0x0000}, + {-1927, 0, -1589, 0x0638}, + {-2054, -18, -1633, 0x0630} + } +}; + +StandTile tile_392 = { + 0x003850, 0x4c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1927, 0, -1589, 0x0000}, + {-1913, 0, -1625, 0x0648}, + {-2054, -18, -1633, 0x0634} + } +}; + +StandTile tile_393 = { + 0x003750, 0x4c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2024, 0, -1737, 0x0000}, + {-2130, 0, -1734, 0x0614}, + {-2054, -18, -1633, 0x0640} + } +}; + +StandTile tile_394 = { + 0x02b850, 0x4c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1948, 0, -1724, 0x0000}, + {-2024, 0, -1737, 0x063c}, + {-2054, -18, -1633, 0x0644} + } +}; + +StandTile tile_395 = { + 0x02b950, 0x4c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1889, 0, -1741, 0x0000}, + {-1948, 0, -1724, 0x0640}, + {-2054, -18, -1633, 0x064c} + } +}; + +StandTile tile_396 = { + 0x003652, 0x4c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1828, 0, -1727, 0x064c}, + {-2054, -18, -1633, 0x0638}, + {-1913, 0, -1625, 0x0610} + } +}; + +StandTile tile_397 = { + 0x003651, 0x4c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1828, 0, -1727, 0x0000}, + {-1889, 0, -1741, 0x0644}, + {-2054, -18, -1633, 0x0648} + } +}; + +StandTile tile_398 = { + 0x000f52, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2197, 0, -848, 0x0654}, + {-2049, 0, -845, 0x0000}, + {-2042, 0, -852, 0x0680} + } +}; + +StandTile tile_399 = { + 0x000f51, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2197, 0, -848, 0x0000}, + {-2205, 0, -840, 0x05dc}, + {-2049, 0, -845, 0x0650} + } +}; + +StandTile tile_400 = { + 0x000e52, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-2017, 0, -845, 0x065c}, + {-1896, 0, -856, 0x0688}, + {-2024, 0, -853, 0x0000} + } +}; + +StandTile tile_401 = { + 0x000e51, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-2017, 0, -845, 0x0000}, + {-1889, 0, -849, 0x0000}, + {-1896, 0, -856, 0x0658} + } +}; + +StandTile tile_402 = { + 0x000d50, 0x4b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2209, 0, -1001, 0x0000}, + {-2206, 0, -873, 0x0664}, + {-2180, 0, -939, 0x066c} + } +}; + +StandTile tile_403 = { + 0x000c50, 0x4b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2180, 0, -939, 0x0660}, + {-2206, 0, -873, 0x0000}, + {-2198, 0, -865, 0x0668} + } +}; + +StandTile tile_404 = { + 0x000b50, 0x4b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2198, 0, -865, 0x0000}, + {-2197, 0, -848, 0x0680}, + {-2180, 0, -939, 0x0664} + } +}; + +StandTile tile_405 = { + 0x000a50, 0x4b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2209, 0, -1001, 0x0660}, + {-2180, 0, -939, 0x0670}, + {-2202, 0, -1009, 0x0000} + } +}; + +StandTile tile_406 = { + 0x000950, 0x4b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2202, 0, -1009, 0x066c}, + {-2180, 0, -939, 0x0674}, + {-2203, 0, -1026, 0x0000} + } +}; + +StandTile tile_407 = { + 0x000852, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2049, -9, -942, 0x0678}, + {-2203, 0, -1026, 0x0670}, + {-2180, 0, -939, 0x067c} + } +}; + +StandTile tile_408 = { + 0x000851, 0x4b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2049, -9, -942, 0x0691}, + {-2052, -18, -1030, 0x073d}, + {-2203, 0, -1026, 0x0674} + } +}; + +StandTile tile_409 = { + 0x000752, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2180, 0, -939, 0x0680}, + {-2042, 0, -852, 0x068d}, + {-2049, -9, -942, 0x0674} + } +}; + +StandTile tile_410 = { + 0x000751, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2180, 0, -939, 0x0668}, + {-2197, 0, -848, 0x0650}, + {-2042, 0, -852, 0x067c} + } +}; + +StandTile tile_411 = { + 0x000650, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1896, 0, -856, 0x0000}, + {-1897, 0, -874, 0x0699}, + {-1914, 0, -946, 0x0688} + } +}; + +StandTile tile_412 = { + 0x029f50, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x2, 0x3, + { + {-2042, 0, -852, 0x0000}, + {-2024, 0, -853, 0x0658}, + {-1896, 0, -856, 0x0684}, + {-1914, 0, -946, 0x068d} + } +}; + +StandTile tile_413 = { + 0x000550, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2042, 0, -852, 0x0688}, + {-1914, 0, -946, 0x0695}, + {-2049, -9, -942, 0x067c} + } +}; + +StandTile tile_414 = { + 0x000452, 0x4b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2049, -9, -942, 0x0695}, + {-1901, 0, -1035, 0x0715}, + {-2052, -18, -1030, 0x0678} + } +}; + +StandTile tile_415 = { + 0x000451, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2049, -9, -942, 0x068d}, + {-1914, 0, -946, 0x06a5}, + {-1901, 0, -1035, 0x0691} + } +}; + +StandTile tile_416 = { + 0x000350, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1897, 0, -874, 0x0000}, + {-1889, 0, -882, 0x069d}, + {-1914, 0, -946, 0x0684} + } +}; + +StandTile tile_417 = { + 0x000250, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1889, 0, -882, 0x0000}, + {-1893, 0, -1010, 0x06a1}, + {-1914, 0, -946, 0x0699} + } +}; + +StandTile tile_418 = { + 0x000150, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1893, 0, -1010, 0x0000}, + {-1901, 0, -1017, 0x06a5}, + {-1914, 0, -946, 0x069d} + } +}; + +StandTile tile_419 = { + 0x000050, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1914, 0, -946, 0x06a1}, + {-1901, 0, -1017, 0x0000}, + {-1901, 0, -1035, 0x0695} + } +}; + +StandTile tile_420 = { + 0x001d50, 0x4b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2218, 0, -1322, 0x0000}, + {-2215, 0, -1194, 0x06ad}, + {-2189, 0, -1260, 0x06b5} + } +}; + +StandTile tile_421 = { + 0x001c50, 0x4b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2189, 0, -1260, 0x06a9}, + {-2215, 0, -1194, 0x0000}, + {-2207, 0, -1187, 0x06b1} + } +}; + +StandTile tile_422 = { + 0x001b50, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-2207, 0, -1187, 0x0000}, + {-2207, 0, -1169, 0x06c9}, + {-2189, 0, -1260, 0x06ad} + } +}; + +StandTile tile_423 = { + 0x001a50, 0x4b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2218, 0, -1322, 0x06a9}, + {-2189, 0, -1260, 0x06b9}, + {-2211, 0, -1330, 0x0000} + } +}; + +StandTile tile_424 = { + 0x001950, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-2211, 0, -1330, 0x06b5}, + {-2189, 0, -1260, 0x06bd}, + {-2212, 0, -1347, 0x0000} + } +}; + +StandTile tile_425 = { + 0x001852, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -18, -1264, 0x06c1}, + {-2212, 0, -1347, 0x06b9}, + {-2189, 0, -1260, 0x06c5} + } +}; + +StandTile tile_426 = { + 0x001851, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -18, -1264, 0x06d9}, + {-2061, 0, -1352, 0x0729}, + {-2212, 0, -1347, 0x06bd} + } +}; + +StandTile tile_427 = { + 0x001752, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2189, 0, -1260, 0x06c9}, + {-2056, -9, -1173, 0x06d1}, + {-2058, -18, -1264, 0x06bd} + } +}; + +StandTile tile_428 = { + 0x001751, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2189, 0, -1260, 0x06b1}, + {-2207, 0, -1169, 0x0739}, + {-2056, -9, -1173, 0x06c5} + } +}; + +StandTile tile_429 = { + 0x001650, 0x4b, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1905, 0, -1178, 0x0000}, + {-1906, 0, -1195, 0x06e1}, + {-1923, 0, -1268, 0x06d5} + } +}; + +StandTile tile_430 = { + 0x001552, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2056, -9, -1173, 0x06d5}, + {-1923, 0, -1268, 0x06dd}, + {-2058, -18, -1264, 0x06c5} + } +}; + +StandTile tile_431 = { + 0x001551, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2056, -9, -1173, 0x0709}, + {-1905, 0, -1178, 0x06cd}, + {-1923, 0, -1268, 0x06d1} + } +}; + +StandTile tile_432 = { + 0x001452, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -18, -1264, 0x06dd}, + {-1910, 0, -1356, 0x06fd}, + {-2061, 0, -1352, 0x06c1} + } +}; + +StandTile tile_433 = { + 0x001451, 0x4b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -18, -1264, 0x06d1}, + {-1923, 0, -1268, 0x06ed}, + {-1910, 0, -1356, 0x06d9} + } +}; + +StandTile tile_434 = { + 0x001350, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1906, 0, -1195, 0x0000}, + {-1898, 0, -1203, 0x06e5}, + {-1923, 0, -1268, 0x06cd} + } +}; + +StandTile tile_435 = { + 0x001250, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1898, 0, -1203, 0x0000}, + {-1902, 0, -1331, 0x06e9}, + {-1923, 0, -1268, 0x06e1} + } +}; + +StandTile tile_436 = { + 0x001150, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1902, 0, -1331, 0x0000}, + {-1910, 0, -1338, 0x06ed}, + {-1923, 0, -1268, 0x06e5} + } +}; + +StandTile tile_437 = { + 0x001050, 0x4b, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1923, 0, -1268, 0x06e9}, + {-1910, 0, -1338, 0x0000}, + {-1910, 0, -1356, 0x06dd} + } +}; + +StandTile tile_438 = { + 0x027252, 0x4b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1914, 0, -1499, 0x06f5}, + {-1905, 0, -1434, 0x0000}, + {-1907, 0, -1492, 0x0000} + } +}; + +StandTile tile_439 = { + 0x027251, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1914, 0, -1499, 0x0701}, + {-2065, -9, -1512, 0x0705}, + {-1905, 0, -1434, 0x06f1} + } +}; + +StandTile tile_440 = { + 0x002352, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2061, 0, -1352, 0x06fd}, + {-1903, 0, -1364, 0x0000}, + {-1905, 0, -1434, 0x0705} + } +}; + +StandTile tile_441 = { + 0x002351, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2061, 0, -1352, 0x06d9}, + {-1910, 0, -1356, 0x0000}, + {-1903, 0, -1364, 0x06f9} + } +}; + +StandTile tile_442 = { + 0x002050, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1915, 0, -1517, 0x062c}, + {-2065, -9, -1512, 0x06f5}, + {-1914, 0, -1499, 0x0000} + } +}; + +StandTile tile_443 = { + 0x001e50, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2065, -9, -1512, 0x0731}, + {-2061, 0, -1352, 0x06f9}, + {-1905, 0, -1434, 0x06f5} + } +}; + +StandTile tile_444 = { + 0x027552, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1896, 0, -1113, 0x070d}, + {-1905, 0, -1178, 0x06d5}, + {-2056, -9, -1173, 0x0719} + } +}; + +StandTile tile_445 = { + 0x027551, 0x4b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1896, 0, -1113, 0x0000}, + {-1898, 0, -1170, 0x0000}, + {-1905, 0, -1178, 0x0709} + } +}; + +StandTile tile_446 = { + 0x002952, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2052, -18, -1030, 0x0715}, + {-1894, 0, -1042, 0x0000}, + {-1896, 0, -1113, 0x0719} + } +}; + +StandTile tile_447 = { + 0x002951, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2052, -18, -1030, 0x0691}, + {-1901, 0, -1035, 0x0000}, + {-1894, 0, -1042, 0x0711} + } +}; + +StandTile tile_448 = { + 0x002450, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2056, -9, -1173, 0x0745}, + {-2052, -18, -1030, 0x0711}, + {-1896, 0, -1113, 0x0709} + } +}; + +StandTile tile_449 = { + 0x027650, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2216, 0, -1490, 0x0725}, + {-2065, -9, -1512, 0x0628}, + {-2216, 0, -1508, 0x0000} + } +}; + +StandTile tile_450 = { + 0x027352, 0x4b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2221, 0, -1425, 0x0725}, + {-2216, 0, -1490, 0x0000}, + {-2223, 0, -1483, 0x0000} + } +}; + +StandTile tile_451 = { + 0x027351, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2221, 0, -1425, 0x0731}, + {-2065, -9, -1512, 0x071d}, + {-2216, 0, -1490, 0x0721} + } +}; + +StandTile tile_452 = { + 0x002f52, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2221, 0, -1425, 0x072d}, + {-2212, 0, -1347, 0x06c1}, + {-2061, 0, -1352, 0x0731} + } +}; + +StandTile tile_453 = { + 0x002f51, 0x4b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2221, 0, -1425, 0x0000}, + {-2219, 0, -1355, 0x0000}, + {-2212, 0, -1347, 0x0729} + } +}; + +StandTile tile_454 = { + 0x002a50, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2221, 0, -1425, 0x0729}, + {-2061, 0, -1352, 0x0705}, + {-2065, -9, -1512, 0x0725} + } +}; + +StandTile tile_455 = { + 0x027452, 0x4b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2212, 0, -1104, 0x0739}, + {-2207, 0, -1169, 0x0000}, + {-2214, 0, -1161, 0x0000} + } +}; + +StandTile tile_456 = { + 0x027451, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2212, 0, -1104, 0x0745}, + {-2056, -9, -1173, 0x06c9}, + {-2207, 0, -1169, 0x0735} + } +}; + +StandTile tile_457 = { + 0x003552, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2212, 0, -1104, 0x0741}, + {-2203, 0, -1026, 0x0678}, + {-2052, -18, -1030, 0x0745} + } +}; + +StandTile tile_458 = { + 0x003551, 0x4b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2212, 0, -1104, 0x0000}, + {-2210, 0, -1033, 0x0000}, + {-2203, 0, -1026, 0x073d} + } +}; + +StandTile tile_459 = { + 0x003050, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2212, 0, -1104, 0x073d}, + {-2052, -18, -1030, 0x0719}, + {-2056, -9, -1173, 0x0739} + } +}; + +StandTile tile_460 = { + 0x021448, 0x47, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {-614, 0, -42, 0x0000}, + {-603, 0, -42, 0x0afe}, + {-609, 0, -45, 0x0b55}, + {-614, 0, -48, 0x0b40} + } +}; + +StandTile tile_461 = { + 0x020148, 0x47, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {614, 0, -48, 0x141a}, + {609, 0, -45, 0x0ac4}, + {603, 0, -42, 0x0000}, + {614, 0, -42, 0x1409} + } +}; + +StandTile tile_462 = { + 0x058f48, 0x46, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-614, 174, -42, 0x0793}, + {-714, 174, -64, 0x079b}, + {-714, 174, -42, 0x13af} + } +}; + +StandTile tile_463 = { + 0x017b48, 0x46, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-572, 174, -296, 0x0767}, + {-492, 174, -476, 0x0783}, + {-529, 174, -540, 0x075f} + } +}; + +StandTile tile_464 = { + 0x017a4a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-572, 174, -296, 0x075f}, + {-609, 174, -540, 0x0000}, + {-609, 174, -476, 0x0763} + } +}; + +StandTile tile_465 = { + 0x017a49, 0x46, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-572, 174, -296, 0x0757}, + {-529, 174, -540, 0x0000}, + {-609, 174, -540, 0x075b} + } +}; + +StandTile tile_466 = { + 0x017948, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-572, 174, -296, 0x075b}, + {-609, 174, -476, 0x0000}, + {-619, 174, -476, 0x077b} + } +}; + +StandTile tile_467 = { + 0x017848, 0x46, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-572, 174, -296, 0x076b}, + {-487, 174, -153, 0x14b3}, + {-492, 174, -476, 0x0757} + } +}; + +StandTile tile_468 = { + 0x017648, 0x46, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-572, 174, -296, 0x076f}, + {-794, 174, -206, 0x078b}, + {-487, 174, -153, 0x0767} + } +}; + +StandTile tile_469 = { + 0x017548, 0x46, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-572, 174, -296, 0x0773}, + {-794, 174, -365, 0x0000}, + {-794, 174, -206, 0x076b} + } +}; + +StandTile tile_470 = { + 0x017448, 0x46, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-788, 174, -466, 0x0000}, + {-794, 174, -365, 0x076f}, + {-572, 174, -296, 0x0777} + } +}; + +StandTile tile_471 = { + 0x01734a, 0x46, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-572, 174, -296, 0x077b}, + {-630, 174, -487, 0x0000}, + {-788, 174, -466, 0x0773} + } +}; + +StandTile tile_472 = { + 0x017349, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-572, 174, -296, 0x0763}, + {-619, 174, -476, 0x077f}, + {-630, 174, -487, 0x0777} + } +}; + +StandTile tile_473 = { + 0x017248, 0x46, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-619, 174, -476, 0x0000}, + {-619, 174, -487, 0x0000}, + {-630, 174, -487, 0x077b} + } +}; + +StandTile tile_474 = { + 0x017148, 0x46, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-492, 174, -476, 0x0000}, + {-492, 174, -540, 0x0000}, + {-529, 174, -540, 0x0757} + } +}; + +StandTile tile_475 = { + 0x01704a, 0x46, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-487, 174, -122, 0x078b}, + {-794, 174, -206, 0x0000}, + {-762, 174, -153, 0x0797} + } +}; + +StandTile tile_476 = { + 0x017049, 0x46, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-487, 174, -122, 0x0000}, + {-487, 174, -153, 0x076b}, + {-794, 174, -206, 0x0787} + } +}; + +StandTile tile_477 = { + 0x016f48, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-714, 174, -64, 0x0793}, + {-762, 174, -153, 0x0000}, + {-751, 174, -74, 0x079f} + } +}; + +StandTile tile_478 = { + 0x016e4a, 0x46, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-614, 174, -42, 0x0797}, + {-762, 174, -153, 0x078f}, + {-714, 174, -64, 0x0753} + } +}; + +StandTile tile_479 = { + 0x016e49, 0x46, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-614, 174, -42, 0x0000}, + {-487, 174, -122, 0x0787}, + {-762, 174, -153, 0x0793} + } +}; + +StandTile tile_480 = { + 0x016d4a, 0x46, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-714, 174, -64, 0x079f}, + {-751, 174, -42, 0x0000}, + {-714, 174, -42, 0x0753} + } +}; + +StandTile tile_481 = { + 0x016d49, 0x46, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-714, 174, -64, 0x078f}, + {-751, 174, -74, 0x0000}, + {-751, 174, -42, 0x079b} + } +}; + +StandTile tile_482 = { + 0x064348, 0x45, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {714, 174, -42, 0x07eb}, + {714, 174, -64, 0x07e3}, + {614, 174, -42, 0x103f} + } +}; + +StandTile tile_483 = { + 0x015548, 0x45, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {529, 174, -540, 0x07d3}, + {492, 174, -476, 0x07b7}, + {572, 174, -296, 0x07ab} + } +}; + +StandTile tile_484 = { + 0x01544a, 0x45, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {609, 174, -476, 0x07af}, + {529, 174, -540, 0x07a7}, + {572, 174, -296, 0x07b3} + } +}; + +StandTile tile_485 = { + 0x015449, 0x45, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {609, 174, -476, 0x0000}, + {609, 174, -540, 0x0000}, + {529, 174, -540, 0x07ab} + } +}; + +StandTile tile_486 = { + 0x015348, 0x45, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {619, 174, -476, 0x0000}, + {609, 174, -476, 0x07ab}, + {572, 174, -296, 0x07c7} + } +}; + +StandTile tile_487 = { + 0x015248, 0x45, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {492, 174, -476, 0x14f5}, + {487, 174, -153, 0x07bb}, + {572, 174, -296, 0x07a7} + } +}; + +StandTile tile_488 = { + 0x015048, 0x45, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {487, 174, -153, 0x07db}, + {794, 174, -206, 0x07bf}, + {572, 174, -296, 0x07b7} + } +}; + +StandTile tile_489 = { + 0x014f48, 0x45, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {794, 174, -206, 0x0000}, + {794, 174, -365, 0x07c3}, + {572, 174, -296, 0x07bb} + } +}; + +StandTile tile_490 = { + 0x014e48, 0x45, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {572, 174, -296, 0x07bf}, + {794, 174, -365, 0x0000}, + {788, 174, -466, 0x07c7} + } +}; + +StandTile tile_491 = { + 0x014d4a, 0x45, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {788, 174, -466, 0x07cb}, + {619, 174, -476, 0x07b3}, + {572, 174, -296, 0x07c3} + } +}; + +StandTile tile_492 = { + 0x014d49, 0x45, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {788, 174, -466, 0x0000}, + {630, 174, -487, 0x07cf}, + {619, 174, -476, 0x07c7} + } +}; + +StandTile tile_493 = { + 0x014c48, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {630, 174, -487, 0x0000}, + {619, 174, -487, 0x0000}, + {619, 174, -476, 0x07cb} + } +}; + +StandTile tile_494 = { + 0x014b48, 0x45, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {529, 174, -540, 0x0000}, + {492, 174, -540, 0x0000}, + {492, 174, -476, 0x07a7} + } +}; + +StandTile tile_495 = { + 0x014a4a, 0x45, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {762, 174, -153, 0x07db}, + {487, 174, -153, 0x0000}, + {487, 174, -122, 0x07e7} + } +}; + +StandTile tile_496 = { + 0x014a49, 0x45, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {762, 174, -153, 0x0000}, + {794, 174, -206, 0x07bb}, + {487, 174, -153, 0x07d7} + } +}; + +StandTile tile_497 = { + 0x014948, 0x45, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {751, 174, -74, 0x0000}, + {762, 174, -153, 0x07e7}, + {714, 174, -64, 0x07eb} + } +}; + +StandTile tile_498 = { + 0x01484a, 0x45, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {714, 174, -64, 0x07e7}, + {487, 174, -122, 0x0000}, + {614, 174, -42, 0x07a3} + } +}; + +StandTile tile_499 = { + 0x014849, 0x45, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {714, 174, -64, 0x07df}, + {762, 174, -153, 0x07d7}, + {487, 174, -122, 0x07e3} + } +}; + +StandTile tile_500 = { + 0x01474a, 0x45, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {714, 174, -42, 0x07ef}, + {751, 174, -74, 0x07df}, + {714, 174, -64, 0x07a3} + } +}; + +StandTile tile_501 = { + 0x014749, 0x45, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {714, 174, -42, 0x0000}, + {751, 174, -42, 0x0000}, + {751, 174, -74, 0x07eb} + } +}; + +StandTile tile_502 = { + 0x00d048, 0x44, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {175, 333, -673, 0x0000}, + {154, 333, -681, 0x086f}, + {69, 333, -508, 0x07fb} + } +}; + +StandTile tile_503 = { + 0x00cf4a, 0x44, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {175, 333, -673, 0x07fb}, + {69, 333, -476, 0x0807}, + {148, 333, -476, 0x07ff} + } +}; + +StandTile tile_504 = { + 0x00cf49, 0x44, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {175, 333, -673, 0x07f3}, + {69, 333, -508, 0x0000}, + {69, 333, -476, 0x07f7} + } +}; + +StandTile tile_505 = { + 0x00c44a, 0x44, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {609, 333, -476, 0x0803}, + {175, 333, -673, 0x07f7}, + {148, 333, -476, 0x0811} + } +}; + +StandTile tile_506 = { + 0x00c449, 0x44, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {609, 333, -476, 0x0000}, + {609, 333, -540, 0x08ff}, + {175, 333, -673, 0x07ff} + } +}; + +StandTile tile_507 = { + 0x00d548, 0x44, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {148, 333, -323, 0x0811}, + {148, 333, -476, 0x07f7}, + {69, 333, -476, 0x0828} + } +}; + +StandTile tile_508 = { + 0x008f4a, 0x44, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x1, 0x2, + { + {619, 333, -476, 0x0811}, + {148, 333, -323, 0x0000}, + {614, 333, -180, 0x098f}, + {616, 333, -318, 0x09a7}, + {617, 333, -376, 0x09af} + } +}; + +StandTile tile_509 = { + 0x008f49, 0x44, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x2, 0x3, + { + {619, 333, -476, 0x0000}, + {609, 333, -476, 0x07ff}, + {148, 333, -476, 0x0807}, + {148, 333, -323, 0x080b} + } +}; + +StandTile tile_510 = { + 0x00ed4a, 0x43, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {58, 333, -323, 0x081b}, + {-58, 333, -508, 0x0000}, + {-58, 333, -476, 0x0820}, + {-58, 333, -323, 0x0000} + } +}; + +StandTile tile_511 = { + 0x00ed49, 0x43, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {58, 333, -323, 0x082c}, + {58, 333, -476, 0x0000}, + {58, 333, -508, 0x0863}, + {-58, 333, -508, 0x0816} + } +}; + +StandTile tile_512 = { + 0x00ea4a, 0x43, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-69, 333, -476, 0x0824}, + {-58, 333, -323, 0x0816}, + {-58, 333, -476, 0x0000} + } +}; + +StandTile tile_513 = { + 0x00ea49, 0x43, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-69, 333, -476, 0x083b}, + {-148, 333, -323, 0x0000}, + {-58, 333, -323, 0x0820} + } +}; + +StandTile tile_514 = { + 0x00d64a, 0x43, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {58, 333, -476, 0x082c}, + {148, 333, -323, 0x0807}, + {69, 333, -476, 0x0000} + } +}; + +StandTile tile_515 = { + 0x00d649, 0x43, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {58, 333, -476, 0x081b}, + {58, 333, -323, 0x0000}, + {148, 333, -323, 0x0828} + } +}; + +StandTile tile_516 = { + 0x00b74a, 0x42, + 0x0, + 0x4, 0x4, 0x4, + 6, + 0x0, 0x1, 0x3, + { + {-614, 333, -180, 0x0837}, + {-148, 333, -476, 0x084b}, + {-609, 333, -476, 0x0000}, + {-619, 333, -476, 0x0a5f}, + {-617, 333, -376, 0x0a57}, + {-616, 333, -318, 0x0a3f} + } +}; + +StandTile tile_517 = { + 0x00b749, 0x42, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-614, 333, -180, 0x0000}, + {-148, 333, -323, 0x083b}, + {-148, 333, -476, 0x0830} + } +}; + +StandTile tile_518 = { + 0x00e948, 0x42, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-69, 333, -476, 0x0847}, + {-148, 333, -476, 0x0837}, + {-148, 333, -323, 0x0824} + } +}; + +StandTile tile_519 = { + 0x00e448, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-69, 333, -508, 0x086b}, + {-154, 333, -681, 0x0000}, + {-175, 333, -673, 0x0843} + } +}; + +StandTile tile_520 = { + 0x00e34a, 0x42, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-148, 333, -476, 0x0847}, + {-69, 333, -508, 0x083f}, + {-175, 333, -673, 0x084f} + } +}; + +StandTile tile_521 = { + 0x00e349, 0x42, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-148, 333, -476, 0x083b}, + {-69, 333, -476, 0x0000}, + {-69, 333, -508, 0x0843} + } +}; + +StandTile tile_522 = { + 0x00d84a, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-148, 333, -476, 0x084f}, + {-609, 333, -540, 0x0000}, + {-609, 333, -476, 0x0830} + } +}; + +StandTile tile_523 = { + 0x00d849, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-148, 333, -476, 0x0843}, + {-175, 333, -673, 0x095b}, + {-609, 333, -540, 0x084b} + } +}; + +StandTile tile_524 = { + 0x061e4a, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-58, 333, -508, 0x0857}, + {-58, 333, -540, 0x086b}, + {-69, 333, -508, 0x0000} + } +}; + +StandTile tile_525 = { + 0x061e49, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-58, 333, -508, 0x0863}, + {-37, 333, -540, 0x0000}, + {-58, 333, -540, 0x0853} + } +}; + +StandTile tile_526 = { + 0x061d4a, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {58, 333, -508, 0x085f}, + {58, 333, -540, 0x0000}, + {37, 333, -540, 0x0867} + } +}; + +StandTile tile_527 = { + 0x061d49, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {58, 333, -508, 0x0000}, + {69, 333, -508, 0x086f}, + {58, 333, -540, 0x085b} + } +}; + +StandTile tile_528 = { + 0x00ee4a, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {58, 333, -508, 0x0867}, + {-37, 333, -540, 0x0857}, + {-58, 333, -508, 0x081b} + } +}; + +StandTile tile_529 = { + 0x00ee49, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {58, 333, -508, 0x085b}, + {37, 333, -540, 0x0000}, + {-37, 333, -540, 0x0863} + } +}; + +StandTile tile_530 = { + 0x061f48, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-69, 333, -508, 0x0853}, + {-58, 333, -540, 0x0873}, + {-154, 333, -681, 0x083f} + } +}; + +StandTile tile_531 = { + 0x062048, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {154, 333, -681, 0x0883}, + {58, 333, -540, 0x085f}, + {69, 333, -508, 0x07f3} + } +}; + +StandTile tile_532 = { + 0x00e54a, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-58, 333, -540, 0x0877}, + {-146, 333, -701, 0x0000}, + {-154, 333, -681, 0x086b} + } +}; + +StandTile tile_533 = { + 0x00e549, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-58, 333, -540, 0x0000}, + {-58, 333, -730, 0x089b}, + {-146, 333, -701, 0x0873} + } +}; + +StandTile tile_534 = { + 0x052a4a, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {58, 317, -730, 0x087f}, + {-58, 333, -730, 0x0000}, + {-58, 317, -730, 0x114f} + } +}; + +StandTile tile_535 = { + 0x052a49, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {58, 317, -730, 0x0000}, + {58, 333, -730, 0x08c3}, + {-58, 333, -730, 0x087b} + } +}; + +StandTile tile_536 = { + 0x00d14a, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {154, 333, -681, 0x0887}, + {58, 333, -730, 0x0000}, + {58, 333, -540, 0x086f} + } +}; + +StandTile tile_537 = { + 0x00d149, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {154, 333, -681, 0x0000}, + {146, 333, -701, 0x088b}, + {58, 333, -730, 0x0883} + } +}; + +StandTile tile_538 = { + 0x00d24a, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {146, 333, -701, 0x088f}, + {148, 333, -878, 0x08bb}, + {58, 333, -730, 0x0887} + } +}; + +StandTile tile_539 = { + 0x00d249, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {146, 333, -701, 0x0000}, + {154, 333, -721, 0x0893}, + {148, 333, -878, 0x088b} + } +}; + +StandTile tile_540 = { + 0x00d34a, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {175, 333, -730, 0x0897}, + {148, 333, -878, 0x088f}, + {154, 333, -721, 0x0000} + } +}; + +StandTile tile_541 = { + 0x00d349, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {175, 333, -730, 0x08c7}, + {233, 333, -878, 0x0000}, + {148, 333, -878, 0x0893} + } +}; + +StandTile tile_542 = { + 0x00e64a, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-58, 333, -730, 0x089f}, + {-154, 333, -721, 0x0000}, + {-146, 333, -701, 0x0877} + } +}; + +StandTile tile_543 = { + 0x00e649, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-58, 333, -730, 0x08af}, + {-148, 333, -878, 0x08a7}, + {-154, 333, -721, 0x089b} + } +}; + +StandTile tile_544 = { + 0x00e74a, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-154, 333, -721, 0x08a7}, + {-233, 333, -878, 0x0927}, + {-175, 333, -730, 0x0000} + } +}; + +StandTile tile_545 = { + 0x00e749, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-154, 333, -721, 0x089f}, + {-148, 333, -878, 0x0000}, + {-233, 333, -878, 0x08a3} + } +}; + +StandTile tile_546 = { + 0x00ef4a, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-85, 333, -910, 0x08af}, + {-58, 333, -730, 0x08c3}, + {0, 333, -937, 0x0000} + } +}; + +StandTile tile_547 = { + 0x00ef49, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-85, 333, -910, 0x08b3}, + {-148, 333, -878, 0x089f}, + {-58, 333, -730, 0x08ab} + } +}; + +StandTile tile_548 = { + 0x00f048, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-148, 333, -900, 0x0000}, + {-148, 333, -878, 0x08af}, + {-85, 333, -910, 0x0000} + } +}; + +StandTile tile_549 = { + 0x00f14a, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {58, 333, -730, 0x08bb}, + {64, 333, -921, 0x0000}, + {0, 333, -937, 0x08c3} + } +}; + +StandTile tile_550 = { + 0x00f149, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {58, 333, -730, 0x088b}, + {148, 333, -878, 0x08bf}, + {64, 333, -921, 0x08b7} + } +}; + +StandTile tile_551 = { + 0x00f248, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {148, 333, -878, 0x0000}, + {148, 333, -900, 0x0000}, + {64, 333, -921, 0x08bb} + } +}; + +StandTile tile_552 = { + 0x00f348, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-58, 333, -730, 0x087f}, + {58, 333, -730, 0x08b7}, + {0, 333, -937, 0x08ab} + } +}; + +StandTile tile_553 = { + 0x00d448, 0x40, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {195, 333, -721, 0x0913}, + {233, 333, -878, 0x0897}, + {175, 333, -730, 0x0000} + } +}; + +StandTile tile_554 = { + 0x00c54a, 0x40, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {699, 333, -614, 0x08cf}, + {460, 333, -672, 0x08ff}, + {609, 333, -540, 0x0917} + } +}; + +StandTile tile_555 = { + 0x00c549, 0x40, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {699, 333, -614, 0x08d3}, + {501, 333, -689, 0x0000}, + {460, 333, -672, 0x08cb} + } +}; + +StandTile tile_556 = { + 0x00c64a, 0x40, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {699, 333, -730, 0x08d7}, + {501, 333, -689, 0x08cf}, + {699, 333, -614, 0x0000} + } +}; + +StandTile tile_557 = { + 0x00c649, 0x40, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {699, 333, -730, 0x08db}, + {518, 333, -730, 0x0000}, + {501, 333, -689, 0x08d3} + } +}; + +StandTile tile_558 = { + 0x00c74a, 0x40, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {699, 333, -730, 0x08df}, + {501, 333, -771, 0x0000}, + {518, 333, -730, 0x08d7} + } +}; + +StandTile tile_559 = { + 0x00c749, 0x40, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {699, 333, -730, 0x0000}, + {487, 333, -863, 0x08e3}, + {501, 333, -771, 0x08db} + } +}; + +StandTile tile_560 = { + 0x00c84a, 0x40, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {487, 333, -863, 0x08e7}, + {460, 333, -788, 0x0000}, + {501, 333, -771, 0x08df} + } +}; + +StandTile tile_561 = { + 0x00c849, 0x40, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {487, 333, -863, 0x0000}, + {392, 333, -915, 0x08eb}, + {460, 333, -788, 0x08e3} + } +}; + +StandTile tile_562 = { + 0x00c94a, 0x40, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {392, 333, -915, 0x08ef}, + {419, 333, -771, 0x0000}, + {460, 333, -788, 0x08e7} + } +}; + +StandTile tile_563 = { + 0x00c949, 0x40, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {392, 333, -915, 0x0000}, + {233, 333, -900, 0x08f3}, + {419, 333, -771, 0x08eb} + } +}; + +StandTile tile_564 = { + 0x00ca4a, 0x40, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {233, 333, -900, 0x08f7}, + {402, 333, -730, 0x0000}, + {419, 333, -771, 0x08ef} + } +}; + +StandTile tile_565 = { + 0x00ca49, 0x40, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {233, 333, -900, 0x0000}, + {233, 333, -878, 0x0913}, + {402, 333, -730, 0x08f3} + } +}; + +StandTile tile_566 = { + 0x00cb4a, 0x40, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {175, 333, -673, 0x08ff}, + {460, 333, -672, 0x0000}, + {419, 333, -689, 0x0903} + } +}; + +StandTile tile_567 = { + 0x00cb49, 0x40, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {175, 333, -673, 0x0803}, + {609, 333, -540, 0x08cb}, + {460, 333, -672, 0x08fb} + } +}; + +StandTile tile_568 = { + 0x00cc48, 0x40, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {419, 333, -689, 0x0907}, + {195, 333, -681, 0x0000}, + {175, 333, -673, 0x08fb} + } +}; + +StandTile tile_569 = { + 0x00cd4a, 0x40, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {419, 333, -689, 0x090b}, + {203, 333, -701, 0x0000}, + {195, 333, -681, 0x0903} + } +}; + +StandTile tile_570 = { + 0x00cd49, 0x40, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {419, 333, -689, 0x0000}, + {402, 333, -730, 0x090f}, + {203, 333, -701, 0x0907} + } +}; + +StandTile tile_571 = { + 0x00ce4a, 0x40, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {402, 333, -730, 0x0913}, + {195, 333, -721, 0x0000}, + {203, 333, -701, 0x090b} + } +}; + +StandTile tile_572 = { + 0x00ce49, 0x40, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {402, 333, -730, 0x08f7}, + {233, 333, -878, 0x08c7}, + {195, 333, -721, 0x090f} + } +}; + +StandTile tile_573 = { + 0x00f448, 0x40, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {699, 333, -540, 0x0000}, + {699, 333, -614, 0x08cb}, + {609, 333, -540, 0x0000} + } +}; + +StandTile tile_574 = { + 0x00ec48, 0x3f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-609, 333, -540, 0x092b}, + {-699, 333, -614, 0x0000}, + {-699, 333, -540, 0x0000} + } +}; + +StandTile tile_575 = { + 0x00e24a, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-203, 333, -701, 0x0923}, + {-233, 333, -878, 0x0957}, + {-402, 333, -730, 0x096b} + } +}; + +StandTile tile_576 = { + 0x00e249, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-203, 333, -701, 0x0000}, + {-195, 333, -721, 0x0927}, + {-233, 333, -878, 0x091f} + } +}; + +StandTile tile_577 = { + 0x00e848, 0x3f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-175, 333, -730, 0x08a3}, + {-233, 333, -878, 0x0923}, + {-195, 333, -721, 0x0000} + } +}; + +StandTile tile_578 = { + 0x00d94a, 0x3f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-609, 333, -540, 0x092f}, + {-501, 333, -689, 0x0937}, + {-699, 333, -614, 0x091b} + } +}; + +StandTile tile_579 = { + 0x00d949, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-609, 333, -540, 0x095f}, + {-460, 333, -672, 0x0000}, + {-501, 333, -689, 0x092b} + } +}; + +StandTile tile_580 = { + 0x00da4a, 0x3f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-699, 333, -614, 0x0937}, + {-519, 333, -730, 0x093b}, + {-699, 333, -730, 0x0000} + } +}; + +StandTile tile_581 = { + 0x00da49, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-699, 333, -614, 0x092b}, + {-501, 333, -689, 0x0000}, + {-519, 333, -730, 0x0933} + } +}; + +StandTile tile_582 = { + 0x00db4a, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-519, 333, -730, 0x093f}, + {-487, 333, -863, 0x0000}, + {-699, 333, -730, 0x0933} + } +}; + +StandTile tile_583 = { + 0x00db49, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-519, 333, -730, 0x0000}, + {-501, 333, -771, 0x0943}, + {-487, 333, -863, 0x093b} + } +}; + +StandTile tile_584 = { + 0x00dc4a, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-501, 333, -771, 0x0947}, + {-392, 333, -915, 0x0000}, + {-487, 333, -863, 0x093f} + } +}; + +StandTile tile_585 = { + 0x00dc49, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-501, 333, -771, 0x0000}, + {-460, 333, -788, 0x094b}, + {-392, 333, -915, 0x0943} + } +}; + +StandTile tile_586 = { + 0x00dd4a, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-460, 333, -788, 0x094f}, + {-233, 333, -900, 0x0000}, + {-392, 333, -915, 0x0947} + } +}; + +StandTile tile_587 = { + 0x00dd49, 0x3f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-460, 333, -788, 0x0000}, + {-419, 333, -771, 0x0953}, + {-233, 333, -900, 0x094b} + } +}; + +StandTile tile_588 = { + 0x00de4a, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-419, 333, -771, 0x0957}, + {-233, 333, -878, 0x0000}, + {-233, 333, -900, 0x094f} + } +}; + +StandTile tile_589 = { + 0x00de49, 0x3f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-419, 333, -771, 0x0000}, + {-402, 333, -730, 0x091f}, + {-233, 333, -878, 0x0953} + } +}; + +StandTile tile_590 = { + 0x00df4a, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-419, 333, -689, 0x095f}, + {-609, 333, -540, 0x084f}, + {-175, 333, -673, 0x0963} + } +}; + +StandTile tile_591 = { + 0x00df49, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-419, 333, -689, 0x0000}, + {-460, 333, -672, 0x092f}, + {-609, 333, -540, 0x095b} + } +}; + +StandTile tile_592 = { + 0x00e048, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-175, 333, -673, 0x0000}, + {-195, 333, -681, 0x0967}, + {-419, 333, -689, 0x095b} + } +}; + +StandTile tile_593 = { + 0x00e14a, 0x3f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-195, 333, -681, 0x096b}, + {-402, 333, -730, 0x0000}, + {-419, 333, -689, 0x0963} + } +}; + +StandTile tile_594 = { + 0x00e149, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-195, 333, -681, 0x0000}, + {-203, 333, -701, 0x091f}, + {-402, 333, -730, 0x0967} + } +}; + +StandTile tile_595 = { + 0x009b48, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {693, 333, -296, 0x098f}, + {614, 333, -180, 0x0977}, + {699, 333, -280, 0x0000} + } +}; + +StandTile tile_596 = { + 0x009a4a, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {720, 333, -270, 0x0977}, + {614, 333, -180, 0x097b}, + {699, 333, -243, 0x0983} + } +}; + +StandTile tile_597 = { + 0x009a49, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {720, 333, -270, 0x0000}, + {699, 333, -280, 0x096f}, + {614, 333, -180, 0x0973} + } +}; + +StandTile tile_598 = { + 0x009948, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {699, 333, -243, 0x0973}, + {614, 333, -180, 0x097f}, + {693, 333, -222, 0x0000} + } +}; + +StandTile tile_599 = { + 0x009848, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {699, 333, -206, 0x0000}, + {693, 333, -222, 0x097b}, + {614, 333, -180, 0x09b7} + } +}; + +StandTile tile_600 = { + 0x00974a, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {699, 333, -243, 0x0987}, + {741, 333, -280, 0x0000}, + {720, 333, -270, 0x0973} + } +}; + +StandTile tile_601 = { + 0x009749, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {699, 333, -243, 0x0000}, + {720, 333, -254, 0x09cf}, + {741, 333, -280, 0x0983} + } +}; + +StandTile tile_602 = { + 0x00964a, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {616, 333, -318, 0x098f}, + {693, 333, -296, 0x0000}, + {699, 333, -318, 0x099f} + } +}; + +StandTile tile_603 = { + 0x009649, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {616, 333, -318, 0x080b}, + {614, 333, -180, 0x096f}, + {693, 333, -296, 0x098b} + } +}; + +StandTile tile_604 = { + 0x00954a, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {699, 333, -318, 0x0997}, + {741, 333, -360, 0x0000}, + {720, 333, -349, 0x099f} + } +}; + +StandTile tile_605 = { + 0x009549, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {699, 333, -318, 0x0000}, + {720, 333, -328, 0x09cb}, + {741, 333, -360, 0x0993} + } +}; + +StandTile tile_606 = { + 0x00944a, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {616, 333, -318, 0x099f}, + {720, 333, -349, 0x0000}, + {699, 333, -360, 0x09a7} + } +}; + +StandTile tile_607 = { + 0x009449, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {616, 333, -318, 0x098b}, + {699, 333, -318, 0x0993}, + {720, 333, -349, 0x099b} + } +}; + +StandTile tile_608 = { + 0x00934a, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {617, 333, -376, 0x09a7}, + {699, 333, -360, 0x0000}, + {693, 333, -376, 0x09af} + } +}; + +StandTile tile_609 = { + 0x009349, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {617, 333, -376, 0x080b}, + {616, 333, -318, 0x099b}, + {699, 333, -360, 0x09a3} + } +}; + +StandTile tile_610 = { + 0x00924a, 0x3e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {619, 333, -476, 0x09af}, + {693, 333, -376, 0x0000}, + {699, 333, -397, 0x09b3} + } +}; + +StandTile tile_611 = { + 0x009249, 0x3e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {619, 333, -476, 0x080b}, + {617, 333, -376, 0x09a3}, + {693, 333, -376, 0x09ab} + } +}; + +StandTile tile_612 = { + 0x009148, 0x3e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {699, 333, -397, 0x0000}, + {720, 333, -407, 0x09bf}, + {619, 333, -476, 0x09ab} + } +}; + +StandTile tile_613 = { + 0x00904a, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {746, 333, -116, 0x09bb}, + {699, 333, -206, 0x097f}, + {614, 333, -180, 0x0a0b} + } +}; + +StandTile tile_614 = { + 0x009049, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {746, 333, -116, 0x09d7}, + {720, 333, -196, 0x0000}, + {699, 333, -206, 0x09b7} + } +}; + +StandTile tile_615 = { + 0x008e4a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {720, 333, -407, 0x09c3}, + {635, 333, -487, 0x09c7}, + {619, 333, -476, 0x09b3} + } +}; + +StandTile tile_616 = { + 0x008e49, 0x3e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {720, 333, -407, 0x0a03}, + {779, 333, -476, 0x0000}, + {635, 333, -487, 0x09bf} + } +}; + +StandTile tile_617 = { + 0x008d48, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {635, 333, -487, 0x0000}, + {619, 333, -487, 0x0000}, + {619, 333, -476, 0x09bf} + } +}; + +StandTile tile_618 = { + 0x008c48, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {779, 333, -386, 0x09ff}, + {741, 333, -360, 0x0997}, + {720, 333, -328, 0x09f3} + } +}; + +StandTile tile_619 = { + 0x008b48, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {779, 333, -302, 0x09ef}, + {741, 333, -280, 0x0987}, + {720, 333, -254, 0x09e3} + } +}; + +StandTile tile_620 = { + 0x05fe48, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {746, 333, -116, 0x0000}, + {779, 333, -233, 0x09df}, + {741, 333, -206, 0x09d7} + } +}; + +StandTile tile_621 = { + 0x008a48, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {720, 333, -196, 0x09bb}, + {746, 333, -116, 0x09d3}, + {741, 333, -206, 0x0000} + } +}; + +StandTile tile_622 = { + 0x00894a, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {746, 333, -228, 0x09df}, + {779, 333, -233, 0x09e7}, + {741, 333, -243, 0x0000} + } +}; + +StandTile tile_623 = { + 0x008949, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {746, 333, -228, 0x0000}, + {741, 333, -206, 0x09d3}, + {779, 333, -233, 0x09db} + } +}; + +StandTile tile_624 = { + 0x00884a, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {741, 333, -243, 0x09e7}, + {779, 333, -302, 0x09cf}, + {720, 333, -254, 0x0000} + } +}; + +StandTile tile_625 = { + 0x008849, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {741, 333, -243, 0x09db}, + {779, 333, -233, 0x0000}, + {779, 333, -302, 0x09e3} + } +}; + +StandTile tile_626 = { + 0x00874a, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {746, 333, -296, 0x09ef}, + {779, 333, -302, 0x09f7}, + {741, 333, -318, 0x0000} + } +}; + +StandTile tile_627 = { + 0x008749, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {746, 333, -296, 0x0000}, + {741, 333, -280, 0x09cf}, + {779, 333, -302, 0x09eb} + } +}; + +StandTile tile_628 = { + 0x00864a, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {741, 333, -318, 0x09f7}, + {779, 333, -386, 0x09cb}, + {720, 333, -328, 0x0000} + } +}; + +StandTile tile_629 = { + 0x008649, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {741, 333, -318, 0x09eb}, + {779, 333, -302, 0x0000}, + {779, 333, -386, 0x09f3} + } +}; + +StandTile tile_630 = { + 0x00854a, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {746, 333, -376, 0x09ff}, + {779, 333, -386, 0x0a07}, + {741, 333, -397, 0x0000} + } +}; + +StandTile tile_631 = { + 0x008549, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {746, 333, -376, 0x0000}, + {741, 333, -360, 0x09cb}, + {779, 333, -386, 0x09fb} + } +}; + +StandTile tile_632 = { + 0x00844a, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {741, 333, -397, 0x0a07}, + {779, 333, -476, 0x09c3}, + {720, 333, -407, 0x0000} + } +}; + +StandTile tile_633 = { + 0x008449, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {741, 333, -397, 0x09fb}, + {779, 333, -386, 0x0000}, + {779, 333, -476, 0x0a03} + } +}; + +StandTile tile_634 = { + 0x007c48, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {746, 333, -69, 0x0000}, + {746, 333, -116, 0x09b7}, + {614, 333, -180, 0x0a0f} + } +}; + +StandTile tile_635 = { + 0x007b4a, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {614, 333, -180, 0x0a13}, + {714, 333, -64, 0x0a17}, + {746, 333, -69, 0x0a0b} + } +}; + +StandTile tile_636 = { + 0x007b49, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {614, 333, -180, 0x0000}, + {614, 333, -42, 0x0a1f}, + {714, 333, -64, 0x0a0f} + } +}; + +StandTile tile_637 = { + 0x007a4a, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {714, 333, -42, 0x0a1b}, + {746, 333, -69, 0x0a0f}, + {714, 333, -64, 0x0a1f} + } +}; + +StandTile tile_638 = { + 0x007a49, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {714, 333, -42, 0x0000}, + {746, 333, -42, 0x0000}, + {746, 333, -69, 0x0a17} + } +}; + +StandTile tile_639 = { + 0x059848, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {714, 333, -42, 0x0a17}, + {714, 333, -64, 0x0a13}, + {614, 333, -42, 0x13e4} + } +}; + +StandTile tile_640 = { + 0x00c348, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-699, 333, -280, 0x0a2b}, + {-614, 333, -180, 0x0a43}, + {-693, 333, -296, 0x0000} + } +}; + +StandTile tile_641 = { + 0x00c24a, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-699, 333, -243, 0x0a2b}, + {-699, 333, -280, 0x0000}, + {-720, 333, -271, 0x0a37} + } +}; + +StandTile tile_642 = { + 0x00c249, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-699, 333, -243, 0x0a2f}, + {-614, 333, -180, 0x0a23}, + {-699, 333, -280, 0x0a27} + } +}; + +StandTile tile_643 = { + 0x00c148, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-693, 333, -222, 0x0a33}, + {-614, 333, -180, 0x0a2b}, + {-699, 333, -243, 0x0000} + } +}; + +StandTile tile_644 = { + 0x00c048, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-614, 333, -180, 0x0a2f}, + {-693, 333, -222, 0x0000}, + {-699, 333, -206, 0x0a6f} + } +}; + +StandTile tile_645 = { + 0x00bf4a, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-720, 333, -271, 0x0a3b}, + {-720, 333, -254, 0x0000}, + {-699, 333, -243, 0x0a27} + } +}; + +StandTile tile_646 = { + 0x00bf49, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-720, 333, -271, 0x0000}, + {-741, 333, -280, 0x0a7f}, + {-720, 333, -254, 0x0a37} + } +}; + +StandTile tile_647 = { + 0x00be4a, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-699, 333, -318, 0x0a43}, + {-614, 333, -180, 0x0830}, + {-616, 333, -318, 0x0a4f} + } +}; + +StandTile tile_648 = { + 0x00be49, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-699, 333, -318, 0x0000}, + {-693, 333, -296, 0x0a23}, + {-614, 333, -180, 0x0a3f} + } +}; + +StandTile tile_649 = { + 0x00bd4a, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-720, 333, -350, 0x0a4b}, + {-720, 333, -328, 0x0000}, + {-699, 333, -318, 0x0a53} + } +}; + +StandTile tile_650 = { + 0x00bd49, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-720, 333, -350, 0x0000}, + {-734, 333, -362, 0x0a9f}, + {-720, 333, -328, 0x0a47} + } +}; + +StandTile tile_651 = { + 0x00bc4a, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-699, 333, -360, 0x0a53}, + {-699, 333, -318, 0x0a3f}, + {-616, 333, -318, 0x0a5b} + } +}; + +StandTile tile_652 = { + 0x00bc49, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-699, 333, -360, 0x0000}, + {-720, 333, -350, 0x0a47}, + {-699, 333, -318, 0x0a4f} + } +}; + +StandTile tile_653 = { + 0x00bb4a, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-693, 333, -376, 0x0a5b}, + {-616, 333, -318, 0x0830}, + {-617, 333, -376, 0x0a63} + } +}; + +StandTile tile_654 = { + 0x00bb49, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-693, 333, -376, 0x0000}, + {-699, 333, -360, 0x0a4f}, + {-616, 333, -318, 0x0a57} + } +}; + +StandTile tile_655 = { + 0x00ba4a, 0x3d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-699, 333, -397, 0x0a63}, + {-617, 333, -376, 0x0830}, + {-619, 333, -476, 0x0a67} + } +}; + +StandTile tile_656 = { + 0x00ba49, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-699, 333, -397, 0x0000}, + {-693, 333, -376, 0x0a57}, + {-617, 333, -376, 0x0a5f} + } +}; + +StandTile tile_657 = { + 0x00b948, 0x3d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-619, 333, -476, 0x0a73}, + {-720, 333, -407, 0x0000}, + {-699, 333, -397, 0x0a5f} + } +}; + +StandTile tile_658 = { + 0x00b84a, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-614, 333, -180, 0x0a6f}, + {-720, 333, -196, 0x0a87}, + {-746, 333, -116, 0x0aac} + } +}; + +StandTile tile_659 = { + 0x00b849, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-614, 333, -180, 0x0a33}, + {-699, 333, -206, 0x0000}, + {-720, 333, -196, 0x0a6b} + } +}; + +StandTile tile_660 = { + 0x00b64a, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-619, 333, -476, 0x0a77}, + {-820, 333, -476, 0x0aa8}, + {-720, 333, -407, 0x0a67} + } +}; + +StandTile tile_661 = { + 0x00b649, 0x3d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-619, 333, -476, 0x0a7b}, + {-635, 333, -487, 0x0000}, + {-820, 333, -476, 0x0a73} + } +}; + +StandTile tile_662 = { + 0x00b548, 0x3d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-619, 333, -476, 0x0000}, + {-619, 333, -487, 0x0000}, + {-635, 333, -487, 0x0a77} + } +}; + +StandTile tile_663 = { + 0x00b348, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-720, 333, -254, 0x0a3b}, + {-741, 333, -280, 0x0a93}, + {-804, 333, -302, 0x0a8f} + } +}; + +StandTile tile_664 = { + 0x066c48, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-732, 333, -202, 0x0000}, + {-744, 333, -233, 0x0000}, + {-746, 333, -116, 0x0a87} + } +}; + +StandTile tile_665 = { + 0x00b248, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-732, 333, -202, 0x0a83}, + {-746, 333, -116, 0x0a6b}, + {-720, 333, -196, 0x0000} + } +}; + +StandTile tile_666 = { + 0x065548, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-804, 333, -302, 0x0000}, + {-744, 333, -233, 0x0000}, + {-741, 333, -243, 0x0a8f} + } +}; + +StandTile tile_667 = { + 0x00b048, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-720, 333, -254, 0x0a7f}, + {-804, 333, -302, 0x0a8b}, + {-741, 333, -243, 0x0000} + } +}; + +StandTile tile_668 = { + 0x05fc48, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-804, 333, -302, 0x0a7f}, + {-741, 333, -280, 0x0000}, + {-746, 333, -296, 0x0a97} + } +}; + +StandTile tile_669 = { + 0x00af48, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-741, 333, -318, 0x0a9b}, + {-804, 333, -302, 0x0a93}, + {-746, 333, -296, 0x0000} + } +}; + +StandTile tile_670 = { + 0x00ae4a, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-720, 333, -328, 0x0a9f}, + {-804, 333, -302, 0x0a97}, + {-741, 333, -318, 0x0000} + } +}; + +StandTile tile_671 = { + 0x00ae49, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x2, 0x3, + { + {-720, 333, -328, 0x0a4b}, + {-734, 333, -362, 0x0000}, + {-744, 333, -386, 0x0000}, + {-804, 333, -302, 0x0a9b} + } +}; + +StandTile tile_672 = { + 0x065448, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-820, 333, -476, 0x0000}, + {-744, 333, -386, 0x0000}, + {-741, 333, -397, 0x0aa8} + } +}; + +StandTile tile_673 = { + 0x00ac48, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-720, 333, -407, 0x0a73}, + {-820, 333, -476, 0x0aa4}, + {-741, 333, -397, 0x0000} + } +}; + +StandTile tile_674 = { + 0x00a448, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-614, 333, -180, 0x0a6b}, + {-746, 333, -116, 0x0000}, + {-746, 333, -69, 0x0ab4} + } +}; + +StandTile tile_675 = { + 0x05f448, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-714, 333, -64, 0x0ac0}, + {-614, 333, -42, 0x0000}, + {-614, 333, -180, 0x0ab4} + } +}; + +StandTile tile_676 = { + 0x00a348, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-746, 333, -69, 0x0abc}, + {-714, 333, -64, 0x0ab0}, + {-614, 333, -180, 0x0aac} + } +}; + +StandTile tile_677 = { + 0x00a24a, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-714, 333, -64, 0x0abc}, + {-746, 333, -42, 0x0000}, + {-714, 333, -42, 0x0ac0} + } +}; + +StandTile tile_678 = { + 0x00a249, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-714, 333, -64, 0x0ab4}, + {-746, 333, -69, 0x0000}, + {-746, 333, -42, 0x0ab8} + } +}; + +StandTile tile_679 = { + 0x059348, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-614, 333, -42, 0x0ab0}, + {-714, 333, -64, 0x0ab8}, + {-714, 333, -42, 0x0c12} + } +}; + +StandTile tile_680 = { + 0x062c4a, 0x3c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {487, 0, -122, 0x0ac8}, + {603, 0, -42, 0x074e}, + {609, 0, -45, 0x141a} + } +}; + +StandTile tile_681 = { + 0x062c49, 0x3c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {487, 0, -122, 0x0000}, + {476, 0, -122, 0x0ae8}, + {603, 0, -42, 0x0ac4} + } +}; + +StandTile tile_682 = { + 0x048d4a, 0x3c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {90, 10, -64, 0x0ad0}, + {148, 0, -122, 0x0000}, + {148, 10, -122, 0x0fb3} + } +}; + +StandTile tile_683 = { + 0x048d49, 0x3c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {90, 10, -64, 0x0fcf}, + {90, 0, -64, 0x0af9}, + {148, 0, -122, 0x0acc} + } +}; + +StandTile tile_684 = { + 0x048c4a, 0x3c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {222, 0, -122, 0x0ad8}, + {159, 10, -122, 0x0000}, + {159, 0, -122, 0x0af9} + } +}; + +StandTile tile_685 = { + 0x048c49, 0x3c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {222, 0, -122, 0x0000}, + {222, 10, -122, 0x1037}, + {159, 10, -122, 0x0ad4} + } +}; + +StandTile tile_686 = { + 0x048b4a, 0x3c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {476, 0, -122, 0x0ae0}, + {233, 10, -122, 0x0000}, + {233, 0, -122, 0x0aec} + } +}; + +StandTile tile_687 = { + 0x048b49, 0x3c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {476, 0, -122, 0x0000}, + {476, 10, -122, 0x0ffc}, + {233, 10, -122, 0x0adc} + } +}; + +StandTile tile_688 = { + 0x02024a, 0x3c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {603, 0, -42, 0x0ae8}, + {448, 0, 52, 0x0ef9}, + {603, 0, -11, 0x0000} + } +}; + +StandTile tile_689 = { + 0x020249, 0x3c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {603, 0, -42, 0x0ac8}, + {476, 0, -122, 0x0aec}, + {448, 0, 52, 0x0ae4} + } +}; + +StandTile tile_690 = { + 0x02044a, 0x3c, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {222, 0, -122, 0x0af1}, + {448, 0, 52, 0x0ae8}, + {476, 0, -122, 0x0adc}, + {233, 0, -122, 0x0000} + } +}; + +StandTile tile_691 = { + 0x020449, 0x3c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {222, 0, -122, 0x0af5}, + {381, 0, 79, 0x0e8a}, + {448, 0, 52, 0x0aec} + } +}; + +StandTile tile_692 = { + 0x02054a, 0x3c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {222, 0, -122, 0x0af9}, + {90, 0, -64, 0x0fe8}, + {381, 0, 79, 0x0af1} + } +}; + +StandTile tile_693 = { + 0x020549, 0x3c, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {222, 0, -122, 0x0ad4}, + {159, 0, -122, 0x0000}, + {148, 0, -122, 0x0ad0}, + {90, 0, -64, 0x0af5} + } +}; + +StandTile tile_694 = { + 0x02164a, 0x3b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-603, 0, -42, 0x0b02}, + {-487, 0, -122, 0x0b55}, + {-609, 0, -45, 0x0749} + } +}; + +StandTile tile_695 = { + 0x021649, 0x3b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-603, 0, -42, 0x0b1e}, + {-476, 0, -122, 0x0000}, + {-487, 0, -122, 0x0afe} + } +}; + +StandTile tile_696 = { + 0x05b54a, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-233, 0, -122, 0x0b0a}, + {-476, 10, -122, 0x0000}, + {-476, 0, -122, 0x0b26} + } +}; + +StandTile tile_697 = { + 0x05b549, 0x3b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-233, 0, -122, 0x0000}, + {-233, 10, -122, 0x0f62}, + {-476, 10, -122, 0x0b06} + } +}; + +StandTile tile_698 = { + 0x05b44a, 0x3b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-159, 0, -122, 0x0b12}, + {-222, 10, -122, 0x0000}, + {-222, 0, -122, 0x0b2f} + } +}; + +StandTile tile_699 = { + 0x05b449, 0x3b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-159, 0, -122, 0x0000}, + {-159, 10, -122, 0x0f35}, + {-222, 10, -122, 0x0b0e} + } +}; + +StandTile tile_700 = { + 0x048f4a, 0x3b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-148, 10, -122, 0x0b1a}, + {-90, 0, -64, 0x0fd3}, + {-90, 10, -64, 0x0faf} + } +}; + +StandTile tile_701 = { + 0x048f49, 0x3b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-148, 10, -122, 0x0000}, + {-148, 0, -122, 0x0b34}, + {-90, 0, -64, 0x0b16} + } +}; + +StandTile tile_702 = { + 0x02154a, 0x3b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-603, 0, -11, 0x0b22}, + {-476, 0, -122, 0x0b02}, + {-603, 0, -42, 0x0000} + } +}; + +StandTile tile_703 = { + 0x021549, 0x3b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-603, 0, -11, 0x0da2}, + {-448, 0, 52, 0x0b2b}, + {-476, 0, -122, 0x0b1e} + } +}; + +StandTile tile_704 = { + 0x02174a, 0x3b, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x2, + { + {-476, 0, -122, 0x0b2b}, + {-381, 0, 79, 0x0b2f}, + {-222, 0, -122, 0x0000}, + {-233, 0, -122, 0x0b06} + } +}; + +StandTile tile_705 = { + 0x021749, 0x3b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-476, 0, -122, 0x0b22}, + {-448, 0, 52, 0x0d53}, + {-381, 0, 79, 0x0b26} + } +}; + +StandTile tile_706 = { + 0x02184a, 0x3b, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {-381, 0, 79, 0x0b34}, + {-148, 0, -122, 0x0000}, + {-159, 0, -122, 0x0b0e}, + {-222, 0, -122, 0x0b26} + } +}; + +StandTile tile_707 = { + 0x021849, 0x3b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-381, 0, 79, 0x0fd8}, + {-90, 0, -64, 0x0b1a}, + {-148, 0, -122, 0x0b2f} + } +}; + +StandTile tile_708 = { + 0x04924a, 0x3a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-487, 0, -122, 0x0b3c}, + {-614, 10, -122, 0x0b45}, + {-614, 0, -122, 0x0b59} + } +}; + +StandTile tile_709 = { + 0x049249, 0x3a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-487, 0, -122, 0x0000}, + {-487, 10, -122, 0x0b7d}, + {-614, 10, -122, 0x0b38} + } +}; + +StandTile tile_710 = { + 0x04934a, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {-614, 0, -122, 0x0b45}, + {-614, 10, -42, 0x0000}, + {-614, 0, -42, 0x0749}, + {-614, 0, -48, 0x0b59} + } +}; + +StandTile tile_711 = { + 0x049349, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, -122, 0x0b38}, + {-614, 10, -122, 0x0b65}, + {-614, 10, -42, 0x0b40} + } +}; + +StandTile tile_712 = { + 0x018748, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-714, 10, -42, 0x0b61}, + {-746, 10, -85, 0x0000}, + {-736, 10, -42, 0x0000} + } +}; + +StandTile tile_713 = { + 0x018b4a, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, -122, 0x0b51}, + {-794, 10, -206, 0x0000}, + {-762, 10, -153, 0x0b5d} + } +}; + +StandTile tile_714 = { + 0x018b49, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, -122, 0x0b79}, + {-614, 10, -291, 0x0b85}, + {-794, 10, -206, 0x0b4d} + } +}; + +StandTile tile_715 = { + 0x062d4a, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-487, 0, -122, 0x0b59}, + {-614, 0, -48, 0x0749}, + {-609, 0, -45, 0x0afe} + } +}; + +StandTile tile_716 = { + 0x062d49, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-487, 0, -122, 0x0b38}, + {-614, 0, -122, 0x0b40}, + {-614, 0, -48, 0x0b55} + } +}; + +StandTile tile_717 = { + 0x018948, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, -122, 0x0b4d}, + {-762, 10, -153, 0x0000}, + {-746, 10, -85, 0x0b65} + } +}; + +StandTile tile_718 = { + 0x01884a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, -42, 0x0b65}, + {-746, 10, -85, 0x0b49}, + {-714, 10, -42, 0x0c77} + } +}; + +StandTile tile_719 = { + 0x018849, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, -42, 0x0b45}, + {-614, 10, -122, 0x0b5d}, + {-746, 10, -85, 0x0b61} + } +}; + +StandTile tile_720 = { + 0x01914a, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-476, 10, -291, 0x0b6d}, + {-492, 10, -476, 0x0b9f}, + {-614, 10, -291, 0x0b71} + } +}; + +StandTile tile_721 = { + 0x019149, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-476, 10, -291, 0x0f62}, + {-476, 10, -476, 0x0000}, + {-492, 10, -476, 0x0b69} + } +}; + +StandTile tile_722 = { + 0x01904a, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, -291, 0x0b75}, + {-476, 10, -153, 0x0f62}, + {-476, 10, -291, 0x0b69} + } +}; + +StandTile tile_723 = { + 0x019049, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, -291, 0x0b79}, + {-487, 10, -153, 0x0000}, + {-476, 10, -153, 0x0b71} + } +}; + +StandTile tile_724 = { + 0x018a4a, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, -122, 0x0b7d}, + {-487, 10, -153, 0x0b75}, + {-614, 10, -291, 0x0b51} + } +}; + +StandTile tile_725 = { + 0x018a49, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, -122, 0x0b3c}, + {-487, 10, -122, 0x0000}, + {-487, 10, -153, 0x0b79} + } +}; + +StandTile tile_726 = { + 0x018d48, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, -291, 0x0b93}, + {-730, 10, -492, 0x0000}, + {-794, 10, -365, 0x0b85} + } +}; + +StandTile tile_727 = { + 0x018c48, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 5, + 0x0, 0x1, 0x4, + { + {-614, 10, -291, 0x0b81}, + {-794, 10, -365, 0x0000}, + {-794, 10, -318, 0x0b8b}, + {-794, 10, -254, 0x0000}, + {-794, 10, -206, 0x0b51} + } +}; + +StandTile tile_728 = { + 0x01944a, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-794, 10, -318, 0x0b8f}, + {-820, 11, -254, 0x0000}, + {-794, 10, -254, 0x0b85} + } +}; + +StandTile tile_729 = { + 0x019449, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-794, 10, -318, 0x0000}, + {-820, 11, -318, 0x1c2c}, + {-820, 11, -254, 0x0b8b} + } +}; + +StandTile tile_730 = { + 0x018f4a, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, -291, 0x0b97}, + {-635, 10, -492, 0x0000}, + {-730, 10, -492, 0x0b81} + } +}; + +StandTile tile_731 = { + 0x018f49, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, -291, 0x0b9f}, + {-619, 10, -476, 0x0b9b}, + {-635, 10, -492, 0x0b93} + } +}; + +StandTile tile_732 = { + 0x018e48, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-619, 10, -476, 0x0000}, + {-619, 10, -487, 0x0000}, + {-635, 10, -492, 0x0b97} + } +}; + +StandTile tile_733 = { + 0x019248, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-614, 10, -291, 0x0b69}, + {-492, 10, -476, 0x0bac}, + {-609, 10, -476, 0x0000}, + {-619, 10, -476, 0x0b97} + } +}; + +StandTile tile_734 = { + 0x019548, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-582, 0, -540, 0x1a73}, + {-609, 0, -540, 0x0000}, + {-609, 10, -476, 0x0ba8} + } +}; + +StandTile tile_735 = { + 0x01934a, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-609, 10, -476, 0x0bac}, + {-524, 0, -540, 0x1a73}, + {-582, 0, -540, 0x0ba4} + } +}; + +StandTile tile_736 = { + 0x019349, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-609, 10, -476, 0x0b9f}, + {-492, 10, -476, 0x0bb0}, + {-524, 0, -540, 0x0ba8} + } +}; + +StandTile tile_737 = { + 0x019648, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-524, 0, -540, 0x0bac}, + {-492, 10, -476, 0x0000}, + {-492, 0, -540, 0x1a73} + } +}; + +StandTile tile_738 = { + 0x05bb4a, 0x38, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {667, 333, 556, 0x0bb8}, + {762, 333, 572, 0x0000}, + {794, 333, 556, 0x0be1} + } +}; + +StandTile tile_739 = { + 0x05bb49, 0x38, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {667, 333, 556, 0x0000}, + {699, 333, 572, 0x176a}, + {762, 333, 572, 0x0bb4} + } +}; + +StandTile tile_740 = { + 0x00814a, 0x38, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {614, 333, 280, 0x0bc0}, + {730, 333, 249, 0x1405}, + {614, 333, 249, 0x0000} + } +}; + +StandTile tile_741 = { + 0x008149, 0x38, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x1, 0x3, + { + {614, 333, 280, 0x0bcd}, + {730, 333, 302, 0x0bc5}, + {730, 333, 280, 0x0000}, + {730, 333, 249, 0x0bbc} + } +}; + +StandTile tile_742 = { + 0x00824a, 0x38, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {730, 333, 302, 0x0bc9}, + {889, 333, 280, 0x0000}, + {730, 333, 280, 0x0bc0} + } +}; + +StandTile tile_743 = { + 0x008249, 0x38, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {730, 333, 302, 0x0bd1}, + {884, 333, 333, 0x0000}, + {889, 333, 280, 0x0bc5} + } +}; + +StandTile tile_744 = { + 0x008048, 0x38, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {614, 333, 280, 0x0000}, + {614, 333, 413, 0x0bd1}, + {730, 333, 302, 0x0bc0} + } +}; + +StandTile tile_745 = { + 0x00834a, 0x38, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {614, 333, 413, 0x0bd5}, + {884, 333, 333, 0x0bc9}, + {730, 333, 302, 0x0bcd} + } +}; + +StandTile tile_746 = { + 0x008349, 0x38, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {614, 333, 413, 0x0bd9}, + {873, 333, 402, 0x0000}, + {884, 333, 333, 0x0bd1} + } +}; + +StandTile tile_747 = { + 0x007d4a, 0x38, + 0x1, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {614, 333, 413, 0x0bdd}, + {667, 333, 556, 0x0be1}, + {873, 333, 402, 0x0bd5} + } +}; + +StandTile tile_748 = { + 0x007d49, 0x38, + 0x1, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {614, 333, 413, 0x0000}, + {614, 333, 556, 0x0000}, + {667, 333, 556, 0x0bd9} + } +}; + +StandTile tile_749 = { + 0x007e48, 0x38, + 0x1, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {667, 333, 556, 0x0bb4}, + {794, 333, 556, 0x0be5}, + {873, 333, 402, 0x0bd9} + } +}; + +StandTile tile_750 = { + 0x007f48, 0x38, + 0x1, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {794, 333, 556, 0x0000}, + {910, 333, 556, 0x0000}, + {873, 333, 402, 0x0be1} + } +}; + +StandTile tile_751 = { + 0x059248, 0x37, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-614, 333, 249, 0x0bf9}, + {-730, 333, 228, 0x0bf1}, + {-730, 333, 249, 0x0c1e} + } +}; + +StandTile tile_752 = { + 0x009c4a, 0x37, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-730, 333, 249, 0x0bf1}, + {-751, 333, 222, 0x0000}, + {-741, 333, 249, 0x0000} + } +}; + +StandTile tile_753 = { + 0x009c49, 0x37, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-730, 333, 249, 0x0be9}, + {-730, 333, 228, 0x0bf9}, + {-751, 333, 222, 0x0bed} + } +}; + +StandTile tile_754 = { + 0x009d4a, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-751, 333, 222, 0x0bf9}, + {-614, 333, 249, 0x0c16}, + {-794, 333, 79, 0x0000} + } +}; + +StandTile tile_755 = { + 0x009d49, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-751, 333, 222, 0x0bf1}, + {-730, 333, 228, 0x0be9}, + {-614, 333, 249, 0x0bf5} + } +}; + +StandTile tile_756 = { + 0x05f648, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-794, 333, 79, 0x0c16}, + {-614, 333, -11, 0x0c0d}, + {-714, 333, 11, 0x0c01} + } +}; + +StandTile tile_757 = { + 0x00a148, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-794, 333, 26, 0x0000}, + {-794, 333, 79, 0x0bfd}, + {-714, 333, 11, 0x0c05} + } +}; + +StandTile tile_758 = { + 0x00a04a, 0x37, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-714, 333, 11, 0x0c09}, + {-794, 333, -11, 0x0000}, + {-794, 333, 26, 0x0c01} + } +}; + +StandTile tile_759 = { + 0x00a049, 0x37, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-714, 333, 11, 0x0c0d}, + {-714, 333, -11, 0x0000}, + {-794, 333, -11, 0x0c05} + } +}; + +StandTile tile_760 = { + 0x009f4a, 0x37, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x1, 0x3, + { + {-614, 333, -11, 0x0c12}, + {-714, 333, -42, 0x0000}, + {-714, 333, -11, 0x0c09}, + {-714, 333, 11, 0x0bfd} + } +}; + +StandTile tile_761 = { + 0x009f49, 0x37, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-614, 333, -11, 0x0000}, + {-614, 333, -42, 0x0ac0}, + {-714, 333, -42, 0x0c0d} + } +}; + +StandTile tile_762 = { + 0x009e48, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-794, 333, 79, 0x0bf5}, + {-614, 333, 249, 0x0000}, + {-614, 333, -11, 0x0bfd} + } +}; + +StandTile tile_763 = { + 0x00a94a, 0x36, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-614, 333, 249, 0x0c1e}, + {-730, 333, 302, 0x0c3b}, + {-614, 333, 280, 0x0000} + } +}; + +StandTile tile_764 = { + 0x00a949, 0x36, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x1, 0x3, + { + {-614, 333, 249, 0x0be9}, + {-730, 333, 249, 0x0000}, + {-730, 333, 280, 0x0c3f}, + {-730, 333, 302, 0x0c1a} + } +}; + +StandTile tile_765 = { + 0x00a748, 0x36, + 0x1, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-873, 333, 402, 0x0000}, + {-910, 333, 556, 0x0000}, + {-794, 333, 556, 0x0c27} + } +}; + +StandTile tile_766 = { + 0x00a648, 0x36, + 0x1, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-873, 333, 402, 0x0c23}, + {-794, 333, 556, 0x0000}, + {-667, 333, 556, 0x0c2f} + } +}; + +StandTile tile_767 = { + 0x00a54a, 0x36, + 0x1, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-873, 333, 402, 0x0c2f}, + {-614, 333, 556, 0x0000}, + {-614, 333, 413, 0x0c33} + } +}; + +StandTile tile_768 = { + 0x00a549, 0x36, + 0x1, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-873, 333, 402, 0x0c27}, + {-667, 333, 556, 0x0000}, + {-614, 333, 556, 0x0c2b} + } +}; + +StandTile tile_769 = { + 0x00ab4a, 0x36, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-730, 333, 302, 0x0c37}, + {-873, 333, 402, 0x0c2b}, + {-614, 333, 413, 0x0c3b} + } +}; + +StandTile tile_770 = { + 0x00ab49, 0x36, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-730, 333, 302, 0x0c3f}, + {-884, 333, 333, 0x0000}, + {-873, 333, 402, 0x0c33} + } +}; + +StandTile tile_771 = { + 0x00a848, 0x36, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-730, 333, 302, 0x0c33}, + {-614, 333, 413, 0x0000}, + {-614, 333, 280, 0x0c1a} + } +}; + +StandTile tile_772 = { + 0x00aa4a, 0x36, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-730, 333, 280, 0x0c43}, + {-884, 333, 333, 0x0c37}, + {-730, 333, 302, 0x0c1e} + } +}; + +StandTile tile_773 = { + 0x00aa49, 0x36, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-730, 333, 280, 0x0000}, + {-889, 333, 280, 0x0000}, + {-884, 333, 333, 0x0c3f} + } +}; + +StandTile tile_774 = { + 0x05d348, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-905, 174, 418, 0x0c67}, + {-614, 174, 280, 0x0c4c}, + {-730, 174, 307, 0x0c6b}, + {-910, 174, 349, 0x0000} + } +}; + +StandTile tile_775 = { + 0x01564a, 0x35, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-614, 174, 249, 0x0c50}, + {-730, 174, 307, 0x0c47}, + {-614, 174, 280, 0x0000} + } +}; + +StandTile tile_776 = { + 0x015649, 0x35, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {-614, 174, 249, 0x13a6}, + {-730, 174, 249, 0x0000}, + {-730, 174, 280, 0x0c55}, + {-730, 174, 307, 0x0c4c} + } +}; + +StandTile tile_777 = { + 0x015c48, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-730, 174, 307, 0x0c50}, + {-730, 174, 280, 0x0000}, + {-868, 174, 280, 0x0c6b} + } +}; + +StandTile tile_778 = { + 0x015b4a, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-794, 174, 556, 0x0c5d}, + {-699, 174, 572, 0x0000}, + {-667, 174, 556, 0x0c61} + } +}; + +StandTile tile_779 = { + 0x015b49, 0x35, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-794, 174, 556, 0x0000}, + {-762, 174, 572, 0x0000}, + {-699, 174, 572, 0x0c59} + } +}; + +StandTile tile_780 = { + 0x015a48, 0x35, + 0x0, + 0x6, 0x6, 0x6, + 5, + 0x0, 0x1, 0x4, + { + {-905, 174, 418, 0x0000}, + {-894, 174, 556, 0x0000}, + {-794, 174, 556, 0x0c59}, + {-667, 174, 556, 0x0000}, + {-614, 174, 556, 0x0c67} + } +}; + +StandTile tile_781 = { + 0x015948, 0x35, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-905, 174, 418, 0x0c61}, + {-614, 174, 556, 0x0000}, + {-614, 174, 280, 0x0c47} + } +}; + +StandTile tile_782 = { + 0x015748, 0x35, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-730, 174, 307, 0x0c55}, + {-868, 174, 280, 0x0000}, + {-910, 174, 349, 0x0c47} + } +}; + +StandTile tile_783 = { + 0x017d48, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-730, 10, 249, 0x0c7f}, + {-804, 10, 217, 0x0000}, + {-794, 10, 249, 0x0000} + } +}; + +StandTile tile_784 = { + 0x01864a, 0x34, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, -11, 0x0c77}, + {-714, 10, -42, 0x0000}, + {-714, 10, -11, 0x0c87} + } +}; + +StandTile tile_785 = { + 0x018649, 0x34, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, -11, 0x0000}, + {-614, 10, -42, 0x0b61}, + {-714, 10, -42, 0x0c73} + } +}; + +StandTile tile_786 = { + 0x01974a, 0x34, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-831, 10, 95, 0x0c7f}, + {-730, 10, 249, 0x0c97}, + {-614, 10, 249, 0x0c83} + } +}; + +StandTile tile_787 = { + 0x019749, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-831, 10, 95, 0x0000}, + {-804, 10, 217, 0x0c6f}, + {-730, 10, 249, 0x0c7b} + } +}; + +StandTile tile_788 = { + 0x019848, 0x34, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-831, 10, 95, 0x0c7b}, + {-614, 10, 249, 0x0d78}, + {-614, 10, -11, 0x0c87} + } +}; + +StandTile tile_789 = { + 0x019948, 0x34, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-831, 10, 95, 0x0c83}, + {-614, 10, -11, 0x0c73}, + {-714, 10, -11, 0x0c8f} + } +}; + +StandTile tile_790 = { + 0x019a48, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-714, 10, -11, 0x0000}, + {-794, 10, -11, 0x0000}, + {-815, 10, 48, 0x0c8f} + } +}; + +StandTile tile_791 = { + 0x019b48, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-815, 10, 48, 0x0000}, + {-831, 10, 95, 0x0c87}, + {-714, 10, -11, 0x0c8b} + } +}; + +StandTile tile_792 = { + 0x017c4a, 0x32, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, 249, 0x0c97}, + {-730, 10, 280, 0x0cbb}, + {-614, 10, 280, 0x0000} + } +}; + +StandTile tile_793 = { + 0x017c49, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, 249, 0x0c7b}, + {-730, 10, 249, 0x0000}, + {-730, 10, 280, 0x0c93} + } +}; + +StandTile tile_794 = { + 0x017e48, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-730, 10, 280, 0x0000}, + {-889, 10, 280, 0x0000}, + {-878, 10, 328, 0x0c9f} + } +}; + +StandTile tile_795 = { + 0x017f48, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-868, 10, 413, 0x0caf}, + {-730, 10, 280, 0x0c9b}, + {-878, 10, 328, 0x0000} + } +}; + +StandTile tile_796 = { + 0x018048, 0x32, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-868, 10, 413, 0x0000}, + {-910, 10, 556, 0x0000}, + {-794, 10, 556, 0x0ca7} + } +}; + +StandTile tile_797 = { + 0x018148, 0x32, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-794, 10, 556, 0x0000}, + {-762, 10, 572, 0x0cab}, + {-868, 10, 413, 0x0ca3} + } +}; + +StandTile tile_798 = { + 0x018248, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-868, 10, 413, 0x0ca7}, + {-762, 10, 572, 0x0000}, + {-699, 10, 572, 0x0caf} + } +}; + +StandTile tile_799 = { + 0x018348, 0x32, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-699, 10, 572, 0x0cb3}, + {-730, 10, 280, 0x0c9f}, + {-868, 10, 413, 0x0cab} + } +}; + +StandTile tile_800 = { + 0x018448, 0x32, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-699, 10, 572, 0x0000}, + {-667, 10, 556, 0x0cbb}, + {-730, 10, 280, 0x0caf} + } +}; + +StandTile tile_801 = { + 0x01854a, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, 280, 0x0cbb}, + {-667, 10, 556, 0x0000}, + {-614, 10, 556, 0x0d74} + } +}; + +StandTile tile_802 = { + 0x018549, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-614, 10, 280, 0x0c93}, + {-730, 10, 280, 0x0cb3}, + {-667, 10, 556, 0x0cb7} + } +}; + +StandTile tile_803 = { + 0x05d14a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 163, 175, 0x0cc3}, + {-614, 174, 249, 0x0000}, + {-614, 163, 249, 0x0ccb} + } +}; + +StandTile tile_804 = { + 0x05d149, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 163, 175, 0x0000}, + {-614, 174, 175, 0x13cb}, + {-614, 174, 249, 0x0cbf} + } +}; + +StandTile tile_805 = { + 0x05d04a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 163, 175, 0x0ccb}, + {-587, 163, 247, 0x0cd3}, + {-587, 163, 175, 0x0000} + } +}; + +StandTile tile_806 = { + 0x05d049, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 163, 175, 0x0cbf}, + {-614, 163, 249, 0x0000}, + {-587, 163, 247, 0x0cc7} + } +}; + +StandTile tile_807 = { + 0x05cf4a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-587, 147, 175, 0x0cd3}, + {-587, 163, 247, 0x0000}, + {-587, 147, 247, 0x0cdb} + } +}; + +StandTile tile_808 = { + 0x05cf49, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-587, 147, 175, 0x0000}, + {-587, 163, 175, 0x0cc7}, + {-587, 163, 247, 0x0ccf} + } +}; + +StandTile tile_809 = { + 0x05ce4a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-587, 147, 175, 0x0cdb}, + {-556, 147, 243, 0x0ce3}, + {-566, 147, 172, 0x0000} + } +}; + +StandTile tile_810 = { + 0x05ce49, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-587, 147, 175, 0x0ccf}, + {-587, 147, 247, 0x0000}, + {-556, 147, 243, 0x0cd7} + } +}; + +StandTile tile_811 = { + 0x05cd4a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-566, 132, 172, 0x0ce3}, + {-556, 147, 243, 0x0000}, + {-556, 132, 243, 0x0ceb} + } +}; + +StandTile tile_812 = { + 0x05cd49, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-566, 132, 172, 0x0000}, + {-566, 147, 172, 0x0cd7}, + {-556, 147, 243, 0x0cdf} + } +}; + +StandTile tile_813 = { + 0x05cc4a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-566, 132, 172, 0x0ceb}, + {-526, 132, 235, 0x0cf3}, + {-545, 132, 166, 0x0000} + } +}; + +StandTile tile_814 = { + 0x05cc49, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-566, 132, 172, 0x0cdf}, + {-556, 132, 243, 0x0000}, + {-526, 132, 235, 0x0ce7} + } +}; + +StandTile tile_815 = { + 0x05cb4a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-545, 116, 166, 0x0cf3}, + {-526, 132, 235, 0x0000}, + {-526, 116, 235, 0x0cfb} + } +}; + +StandTile tile_816 = { + 0x05cb49, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-545, 116, 166, 0x0000}, + {-545, 132, 166, 0x0ce7}, + {-526, 132, 235, 0x0cef} + } +}; + +StandTile tile_817 = { + 0x05ca4a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-545, 116, 166, 0x0cfb}, + {-497, 116, 223, 0x0d03}, + {-526, 116, 157, 0x0000} + } +}; + +StandTile tile_818 = { + 0x05ca49, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-545, 116, 166, 0x0cef}, + {-526, 116, 235, 0x0000}, + {-497, 116, 223, 0x0cf7} + } +}; + +StandTile tile_819 = { + 0x05c94a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-526, 100, 157, 0x0d03}, + {-497, 116, 223, 0x0000}, + {-497, 100, 223, 0x0d0b} + } +}; + +StandTile tile_820 = { + 0x05c949, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-526, 100, 157, 0x0000}, + {-526, 116, 157, 0x0cf7}, + {-497, 116, 223, 0x0cff} + } +}; + +StandTile tile_821 = { + 0x05c84a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-526, 100, 157, 0x0d0b}, + {-470, 100, 206, 0x0d13}, + {-508, 100, 145, 0x0000} + } +}; + +StandTile tile_822 = { + 0x05c849, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-526, 100, 157, 0x0cff}, + {-497, 100, 223, 0x0000}, + {-470, 100, 206, 0x0d07} + } +}; + +StandTile tile_823 = { + 0x05c74a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-508, 84, 145, 0x0d13}, + {-470, 100, 206, 0x0000}, + {-470, 84, 206, 0x0d1b} + } +}; + +StandTile tile_824 = { + 0x05c749, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-508, 84, 145, 0x0000}, + {-508, 100, 145, 0x0d07}, + {-470, 100, 206, 0x0d0f} + } +}; + +StandTile tile_825 = { + 0x05c64a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-508, 84, 145, 0x0d1b}, + {-445, 84, 187, 0x0d23}, + {-492, 84, 131, 0x0000} + } +}; + +StandTile tile_826 = { + 0x05c649, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-508, 84, 145, 0x0d0f}, + {-470, 84, 206, 0x0000}, + {-445, 84, 187, 0x0d17} + } +}; + +StandTile tile_827 = { + 0x05c54a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, 68, 131, 0x0d23}, + {-445, 84, 187, 0x0000}, + {-445, 68, 187, 0x0d2b} + } +}; + +StandTile tile_828 = { + 0x05c549, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, 68, 131, 0x0000}, + {-492, 84, 131, 0x0d17}, + {-445, 84, 187, 0x0d1f} + } +}; + +StandTile tile_829 = { + 0x05c44a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, 68, 131, 0x0d2b}, + {-424, 68, 164, 0x0d33}, + {-478, 68, 115, 0x0000} + } +}; + +StandTile tile_830 = { + 0x05c449, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, 68, 131, 0x0d1f}, + {-445, 68, 187, 0x0000}, + {-424, 68, 164, 0x0d27} + } +}; + +StandTile tile_831 = { + 0x05c34a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-478, 52, 115, 0x0d33}, + {-424, 68, 164, 0x0000}, + {-424, 52, 164, 0x0d3b} + } +}; + +StandTile tile_832 = { + 0x05c349, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-478, 52, 115, 0x0000}, + {-478, 68, 115, 0x0d27}, + {-424, 68, 164, 0x0d2f} + } +}; + +StandTile tile_833 = { + 0x05c24a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-478, 52, 115, 0x0d3b}, + {-406, 52, 138, 0x0d43}, + {-466, 52, 97, 0x0000} + } +}; + +StandTile tile_834 = { + 0x05c249, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-478, 52, 115, 0x0d2f}, + {-424, 52, 164, 0x0000}, + {-406, 52, 138, 0x0d37} + } +}; + +StandTile tile_835 = { + 0x05c14a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-466, 36, 97, 0x0d43}, + {-406, 52, 138, 0x0000}, + {-406, 36, 138, 0x0d4b} + } +}; + +StandTile tile_836 = { + 0x05c149, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-466, 36, 97, 0x0000}, + {-466, 52, 97, 0x0d37}, + {-406, 52, 138, 0x0d3f} + } +}; + +StandTile tile_837 = { + 0x05c04a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-466, 36, 97, 0x0d4b}, + {-392, 36, 109, 0x0d5b}, + {-456, 36, 78, 0x0000} + } +}; + +StandTile tile_838 = { + 0x05c049, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-466, 36, 97, 0x0d3f}, + {-406, 36, 138, 0x0000}, + {-392, 36, 109, 0x0d47} + } +}; + +StandTile tile_839 = { + 0x05d548, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-448, 0, 52, 0x0000}, + {-450, 20, 58, 0x0d5f}, + {-381, 20, 79, 0x0d53} + } +}; + +StandTile tile_840 = { + 0x05d448, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-381, 0, 79, 0x0b2b}, + {-448, 0, 52, 0x0d4f}, + {-381, 20, 79, 0x0000} + } +}; + +StandTile tile_841 = { + 0x05bf4a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-456, 20, 78, 0x0d5b}, + {-392, 36, 109, 0x0000}, + {-392, 20, 109, 0x0d63} + } +}; + +StandTile tile_842 = { + 0x05bf49, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-456, 20, 78, 0x0000}, + {-456, 36, 78, 0x0d47}, + {-392, 36, 109, 0x0d57} + } +}; + +StandTile tile_843 = { + 0x05be4a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-456, 20, 78, 0x0d63}, + {-381, 20, 79, 0x0d4f}, + {-450, 20, 58, 0x0000} + } +}; + +StandTile tile_844 = { + 0x05be49, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-456, 20, 78, 0x0d57}, + {-392, 20, 109, 0x0000}, + {-381, 20, 79, 0x0d5f} + } +}; + +StandTile tile_845 = { + 0x020d48, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-603, 0, -11, 0x0000}, + {-614, 0, -11, 0x0d7c}, + {-614, 0, -5, 0x0d92} + } +}; + +StandTile tile_846 = { + 0x021b48, 0x31, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {-593, 0, 556, 0x0dc6}, + {-614, 0, 249, 0x0000}, + {-614, 0, 280, 0x0d70}, + {-614, 0, 556, 0x0000} + } +}; + +StandTile tile_847 = { + 0x04954a, 0x31, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, 280, 0x0d74}, + {-614, 10, 556, 0x0000}, + {-614, 0, 556, 0x0d6b} + } +}; + +StandTile tile_848 = { + 0x049549, 0x31, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, 280, 0x0000}, + {-614, 10, 280, 0x0cb7}, + {-614, 10, 556, 0x0d70} + } +}; + +StandTile tile_849 = { + 0x04944a, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, 249, 0x0d7c}, + {-614, 10, -11, 0x0c83}, + {-614, 10, 249, 0x0000} + } +}; + +StandTile tile_850 = { + 0x049449, 0x31, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x3, 0x4, + { + {-614, 0, 249, 0x0d8e}, + {-614, 0, 175, 0x0d92}, + {-614, 0, -5, 0x0d67}, + {-614, 0, -11, 0x0000}, + {-614, 10, -11, 0x0d78} + } +}; + +StandTile tile_851 = { + 0x021a48, 0x31, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-550, 0, 540, 0x0dca}, + {-593, 0, 556, 0x0000}, + {-550, 0, 556, 0x0000} + } +}; + +StandTile tile_852 = { + 0x021d48, 0x31, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-434, 0, 572, 0x0000}, + {-429, 0, 540, 0x0de2}, + {-492, 0, 572, 0x0000} + } +}; + +StandTile tile_853 = { + 0x02074a, 0x31, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, 175, 0x0d8e}, + {-577, 0, 249, 0x0daa}, + {-587, 0, 175, 0x0d96} + } +}; + +StandTile tile_854 = { + 0x020749, 0x31, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, 175, 0x0d7c}, + {-614, 0, 249, 0x0dc6}, + {-577, 0, 249, 0x0d8a} + } +}; + +StandTile tile_855 = { + 0x020e4a, 0x31, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, 175, 0x0d96}, + {-603, 0, -11, 0x0d67}, + {-614, 0, -5, 0x0d7c} + } +}; + +StandTile tile_856 = { + 0x020e49, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, 175, 0x0d8a}, + {-587, 0, 175, 0x0dbe}, + {-603, 0, -11, 0x0d92} + } +}; + +StandTile tile_857 = { + 0x021148, 0x31, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-603, 0, -11, 0x0dc2}, + {-519, 0, 153, 0x0db6}, + {-487, 0, 127, 0x0d9e} + } +}; + +StandTile tile_858 = { + 0x021248, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-487, 0, 127, 0x0000}, + {-460, 0, 85, 0x0da2}, + {-603, 0, -11, 0x0d9a} + } +}; + +StandTile tile_859 = { + 0x021348, 0x31, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-603, 0, -11, 0x0d9e}, + {-460, 0, 85, 0x0000}, + {-448, 0, 52, 0x0b22} + } +}; + +StandTile tile_860 = { + 0x02084a, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-587, 0, 175, 0x0daa}, + {-519, 0, 233, 0x0db2}, + {-550, 0, 169, 0x0dbe} + } +}; + +StandTile tile_861 = { + 0x020849, 0x31, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-587, 0, 175, 0x0d8a}, + {-577, 0, 249, 0x0dce}, + {-519, 0, 233, 0x0da6} + } +}; + +StandTile tile_862 = { + 0x02094a, 0x31, + 0x1, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-550, 0, 169, 0x0db2}, + {-471, 0, 206, 0x0dba}, + {-519, 0, 153, 0x0dc2} + } +}; + +StandTile tile_863 = { + 0x020949, 0x31, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-550, 0, 169, 0x0da6}, + {-519, 0, 233, 0x0dde}, + {-471, 0, 206, 0x0dae} + } +}; + +StandTile tile_864 = { + 0x020a4a, 0x31, + 0x1, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 153, 0x0dba}, + {-423, 0, 164, 0x0000}, + {-487, 0, 127, 0x0d9a} + } +}; + +StandTile tile_865 = { + 0x020a49, 0x31, + 0x1, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 153, 0x0dae}, + {-471, 0, 206, 0x0de6}, + {-423, 0, 164, 0x0db6} + } +}; + +StandTile tile_866 = { + 0x020f48, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-603, 0, -11, 0x0d96}, + {-587, 0, 175, 0x0da6}, + {-550, 0, 169, 0x0dc2} + } +}; + +StandTile tile_867 = { + 0x021048, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-550, 0, 169, 0x0dae}, + {-519, 0, 153, 0x0d9a}, + {-603, 0, -11, 0x0dbe} + } +}; + +StandTile tile_868 = { + 0x021c4a, 0x31, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-593, 0, 556, 0x0dca}, + {-577, 0, 249, 0x0d8e}, + {-614, 0, 249, 0x0d6b} + } +}; + +StandTile tile_869 = { + 0x021c49, 0x31, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-593, 0, 556, 0x0d82}, + {-550, 0, 540, 0x0dd2}, + {-577, 0, 249, 0x0dc6} + } +}; + +StandTile tile_870 = { + 0x021e4a, 0x31, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-577, 0, 249, 0x0dd2}, + {-540, 0, 540, 0x0dda}, + {-519, 0, 233, 0x0daa} + } +}; + +StandTile tile_871 = { + 0x021e49, 0x31, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-577, 0, 249, 0x0dca}, + {-550, 0, 540, 0x0000}, + {-540, 0, 540, 0x0dce} + } +}; + +StandTile tile_872 = { + 0x021f4a, 0x31, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 233, 0x0dda}, + {-534, 0, 572, 0x0000}, + {-492, 0, 572, 0x0dde} + } +}; + +StandTile tile_873 = { + 0x021f49, 0x31, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 233, 0x0dce}, + {-540, 0, 540, 0x0000}, + {-534, 0, 572, 0x0dd6} + } +}; + +StandTile tile_874 = { + 0x02204a, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-492, 0, 572, 0x0de2}, + {-471, 0, 206, 0x0db2}, + {-519, 0, 233, 0x0dd6} + } +}; + +StandTile tile_875 = { + 0x022049, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-492, 0, 572, 0x0d86}, + {-429, 0, 540, 0x0de6}, + {-471, 0, 206, 0x0dde} + } +}; + +StandTile tile_876 = { + 0x02214a, 0x31, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-429, 0, 540, 0x0dea}, + {-423, 0, 164, 0x0dba}, + {-471, 0, 206, 0x0de2} + } +}; + +StandTile tile_877 = { + 0x022149, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-429, 0, 540, 0x0000}, + {-402, 0, 540, 0x0df2}, + {-423, 0, 164, 0x0de6} + } +}; + +StandTile tile_878 = { + 0x05ff48, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-402, 0, 540, 0x0fc7}, + {-381, 0, 79, 0x0000}, + {-392, 0, 111, 0x0df2} + } +}; + +StandTile tile_879 = { + 0x022248, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-423, 0, 164, 0x0dea}, + {-402, 0, 540, 0x0dee}, + {-392, 0, 111, 0x0000} + } +}; + +StandTile tile_880 = { + 0x05eb4a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {614, 163, 249, 0x0dfa}, + {614, 174, 175, 0x0000}, + {614, 163, 175, 0x0dfe} + } +}; + +StandTile tile_881 = { + 0x05eb49, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {614, 163, 249, 0x0000}, + {614, 174, 249, 0x1054}, + {614, 174, 175, 0x0df6} + } +}; + +StandTile tile_882 = { + 0x05ea4a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {587, 163, 175, 0x0e02}, + {614, 163, 249, 0x0df6}, + {614, 163, 175, 0x0000} + } +}; + +StandTile tile_883 = { + 0x05ea49, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {587, 163, 175, 0x0e0a}, + {587, 163, 247, 0x0000}, + {614, 163, 249, 0x0dfe} + } +}; + +StandTile tile_884 = { + 0x05e94a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {587, 147, 247, 0x0e0a}, + {587, 163, 175, 0x0000}, + {587, 147, 175, 0x0e0e} + } +}; + +StandTile tile_885 = { + 0x05e949, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {587, 147, 247, 0x0000}, + {587, 163, 247, 0x0e02}, + {587, 163, 175, 0x0e06} + } +}; + +StandTile tile_886 = { + 0x05e84a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {566, 147, 172, 0x0e12}, + {587, 147, 247, 0x0e06}, + {587, 147, 175, 0x0000} + } +}; + +StandTile tile_887 = { + 0x05e849, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {566, 147, 172, 0x0e1a}, + {556, 147, 243, 0x0000}, + {587, 147, 247, 0x0e0e} + } +}; + +StandTile tile_888 = { + 0x05e74a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {556, 132, 243, 0x0e1a}, + {566, 147, 172, 0x0000}, + {566, 132, 172, 0x0e1e} + } +}; + +StandTile tile_889 = { + 0x05e749, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {556, 132, 243, 0x0000}, + {556, 147, 243, 0x0e12}, + {566, 147, 172, 0x0e16} + } +}; + +StandTile tile_890 = { + 0x05e64a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {545, 132, 166, 0x0e22}, + {556, 132, 243, 0x0e16}, + {566, 132, 172, 0x0000} + } +}; + +StandTile tile_891 = { + 0x05e649, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {545, 132, 166, 0x0e2a}, + {526, 132, 235, 0x0000}, + {556, 132, 243, 0x0e1e} + } +}; + +StandTile tile_892 = { + 0x05e54a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {526, 116, 235, 0x0e2a}, + {545, 132, 166, 0x0000}, + {545, 116, 166, 0x0e2e} + } +}; + +StandTile tile_893 = { + 0x05e549, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {526, 116, 235, 0x0000}, + {526, 132, 235, 0x0e22}, + {545, 132, 166, 0x0e26} + } +}; + +StandTile tile_894 = { + 0x05e44a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {526, 116, 157, 0x0e32}, + {526, 116, 235, 0x0e26}, + {545, 116, 166, 0x0000} + } +}; + +StandTile tile_895 = { + 0x05e449, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {526, 116, 157, 0x0e3a}, + {497, 116, 223, 0x0000}, + {526, 116, 235, 0x0e2e} + } +}; + +StandTile tile_896 = { + 0x05e34a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {497, 100, 223, 0x0e3a}, + {526, 116, 157, 0x0000}, + {526, 100, 157, 0x0e3e} + } +}; + +StandTile tile_897 = { + 0x05e349, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {497, 100, 223, 0x0000}, + {497, 116, 223, 0x0e32}, + {526, 116, 157, 0x0e36} + } +}; + +StandTile tile_898 = { + 0x05e24a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {508, 100, 145, 0x0e42}, + {497, 100, 223, 0x0e36}, + {526, 100, 157, 0x0000} + } +}; + +StandTile tile_899 = { + 0x05e249, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {508, 100, 145, 0x0e4a}, + {470, 100, 206, 0x0000}, + {497, 100, 223, 0x0e3e} + } +}; + +StandTile tile_900 = { + 0x05e14a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {470, 84, 206, 0x0e4a}, + {508, 100, 145, 0x0000}, + {508, 84, 145, 0x0e4e} + } +}; + +StandTile tile_901 = { + 0x05e149, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {470, 84, 206, 0x0000}, + {470, 100, 206, 0x0e42}, + {508, 100, 145, 0x0e46} + } +}; + +StandTile tile_902 = { + 0x05e04a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {492, 84, 131, 0x0e52}, + {470, 84, 206, 0x0e46}, + {508, 84, 145, 0x0000} + } +}; + +StandTile tile_903 = { + 0x05e049, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {492, 84, 131, 0x0e5a}, + {445, 84, 187, 0x0000}, + {470, 84, 206, 0x0e4e} + } +}; + +StandTile tile_904 = { + 0x05df4a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {445, 68, 187, 0x0e5a}, + {492, 84, 131, 0x0000}, + {492, 68, 131, 0x0e5e} + } +}; + +StandTile tile_905 = { + 0x05df49, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {445, 68, 187, 0x0000}, + {445, 84, 187, 0x0e52}, + {492, 84, 131, 0x0e56} + } +}; + +StandTile tile_906 = { + 0x05de4a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {478, 68, 115, 0x0e62}, + {445, 68, 187, 0x0e56}, + {492, 68, 131, 0x0000} + } +}; + +StandTile tile_907 = { + 0x05de49, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {478, 68, 115, 0x0e6a}, + {424, 68, 164, 0x0000}, + {445, 68, 187, 0x0e5e} + } +}; + +StandTile tile_908 = { + 0x05dd4a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {424, 52, 164, 0x0e6a}, + {478, 68, 115, 0x0000}, + {478, 52, 115, 0x0e6e} + } +}; + +StandTile tile_909 = { + 0x05dd49, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {424, 52, 164, 0x0000}, + {424, 68, 164, 0x0e62}, + {478, 68, 115, 0x0e66} + } +}; + +StandTile tile_910 = { + 0x05dc4a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {466, 52, 97, 0x0e72}, + {424, 52, 164, 0x0e66}, + {478, 52, 115, 0x0000} + } +}; + +StandTile tile_911 = { + 0x05dc49, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {466, 52, 97, 0x0e7a}, + {406, 52, 138, 0x0000}, + {424, 52, 164, 0x0e6e} + } +}; + +StandTile tile_912 = { + 0x05db4a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {406, 36, 138, 0x0e7a}, + {466, 52, 97, 0x0000}, + {466, 36, 97, 0x0e7e} + } +}; + +StandTile tile_913 = { + 0x05db49, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {406, 36, 138, 0x0000}, + {406, 52, 138, 0x0e72}, + {466, 52, 97, 0x0e76} + } +}; + +StandTile tile_914 = { + 0x05da4a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {456, 36, 78, 0x0e82}, + {406, 36, 138, 0x0e76}, + {466, 36, 97, 0x0000} + } +}; + +StandTile tile_915 = { + 0x05da49, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {456, 36, 78, 0x0e92}, + {392, 36, 109, 0x0000}, + {406, 36, 138, 0x0e7e} + } +}; + +StandTile tile_916 = { + 0x05d948, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {381, 20, 79, 0x0e9a}, + {450, 20, 58, 0x0000}, + {448, 0, 52, 0x0e8a} + } +}; + +StandTile tile_917 = { + 0x05d848, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {381, 20, 79, 0x0e86}, + {448, 0, 52, 0x0af1}, + {381, 0, 79, 0x0000} + } +}; + +StandTile tile_918 = { + 0x05d74a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {392, 20, 109, 0x0e92}, + {456, 36, 78, 0x0000}, + {456, 20, 78, 0x0e96} + } +}; + +StandTile tile_919 = { + 0x05d749, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {392, 20, 109, 0x0000}, + {392, 36, 109, 0x0e82}, + {456, 36, 78, 0x0e8e} + } +}; + +StandTile tile_920 = { + 0x05d64a, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {450, 20, 58, 0x0e9a}, + {392, 20, 109, 0x0e8e}, + {456, 20, 78, 0x0000} + } +}; + +StandTile tile_921 = { + 0x05d649, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {450, 20, 58, 0x0e86}, + {381, 20, 79, 0x0000}, + {392, 20, 109, 0x0e96} + } +}; + +StandTile tile_922 = { + 0x01fa48, 0x30, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {614, 0, -5, 0x0eb7}, + {614, 0, -11, 0x0000}, + {603, 0, -11, 0x0ee5} + } +}; + +StandTile tile_923 = { + 0x01ea48, 0x30, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {550, 0, 556, 0x0000}, + {593, 0, 556, 0x0f0d}, + {550, 0, 540, 0x0000} + } +}; + +StandTile tile_924 = { + 0x01ed48, 0x30, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {492, 0, 572, 0x0f25}, + {429, 0, 540, 0x0000}, + {434, 0, 572, 0x0000} + } +}; + +StandTile tile_925 = { + 0x04874a, 0x30, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {614, 0, 556, 0x0eae}, + {614, 10, 280, 0x0000}, + {614, 0, 280, 0x0eb2} + } +}; + +StandTile tile_926 = { + 0x048749, 0x30, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {614, 0, 556, 0x0000}, + {614, 10, 556, 0x10d3}, + {614, 10, 280, 0x0eaa} + } +}; + +StandTile tile_927 = { + 0x01eb48, 0x30, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x2, 0x3, + { + {614, 0, 556, 0x0eaa}, + {614, 0, 280, 0x0000}, + {614, 0, 249, 0x0f0d}, + {593, 0, 556, 0x0000} + } +}; + +StandTile tile_928 = { + 0x04884a, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x1, 0x2, + { + {614, 0, 249, 0x0ebd}, + {614, 10, -11, 0x0000}, + {614, 0, -11, 0x0e9e}, + {614, 0, -5, 0x0ee1}, + {614, 0, 175, 0x0efd} + } +}; + +StandTile tile_929 = { + 0x048849, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {614, 0, 249, 0x0000}, + {614, 10, 249, 0x10af}, + {614, 10, -11, 0x0eb7} + } +}; + +StandTile tile_930 = { + 0x01f14a, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {471, 0, 206, 0x0ec5}, + {402, 0, 540, 0x0000}, + {429, 0, 540, 0x0f29} + } +}; + +StandTile tile_931 = { + 0x01f149, 0x30, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {471, 0, 206, 0x0edd}, + {423, 0, 164, 0x0ec9}, + {402, 0, 540, 0x0ec1} + } +}; + +StandTile tile_932 = { + 0x01f24a, 0x30, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {392, 0, 111, 0x0ecd}, + {402, 0, 540, 0x0ec5}, + {423, 0, 164, 0x0000} + } +}; + +StandTile tile_933 = { + 0x01f249, 0x30, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {392, 0, 111, 0x0000}, + {381, 0, 79, 0x0fcb}, + {402, 0, 540, 0x0ec9} + } +}; + +StandTile tile_934 = { + 0x01f64a, 0x30, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {519, 0, 153, 0x0ed5}, + {519, 0, 233, 0x0f09}, + {550, 0, 169, 0x0eed} + } +}; + +StandTile tile_935 = { + 0x01f649, 0x30, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {519, 0, 153, 0x0ed9}, + {471, 0, 206, 0x0f29}, + {519, 0, 233, 0x0ed1} + } +}; + +StandTile tile_936 = { + 0x01f74a, 0x30, + 0x1, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {487, 0, 127, 0x0edd}, + {471, 0, 206, 0x0ed5}, + {519, 0, 153, 0x0ef1} + } +}; + +StandTile tile_937 = { + 0x01f749, 0x30, + 0x1, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {487, 0, 127, 0x0000}, + {423, 0, 164, 0x0ec5}, + {471, 0, 206, 0x0ed9} + } +}; + +StandTile tile_938 = { + 0x01fb4a, 0x30, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {614, 0, -5, 0x0ee5}, + {587, 0, 175, 0x0efd}, + {614, 0, 175, 0x0eb7} + } +}; + +StandTile tile_939 = { + 0x01fb49, 0x30, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {614, 0, -5, 0x0e9e}, + {603, 0, -11, 0x0ee9}, + {587, 0, 175, 0x0ee1} + } +}; + +StandTile tile_940 = { + 0x01fc48, 0x30, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {550, 0, 169, 0x0f05}, + {587, 0, 175, 0x0ee5}, + {603, 0, -11, 0x0eed} + } +}; + +StandTile tile_941 = { + 0x01fd48, 0x30, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {603, 0, -11, 0x0ef1}, + {519, 0, 153, 0x0ed1}, + {550, 0, 169, 0x0ee9} + } +}; + +StandTile tile_942 = { + 0x01fe48, 0x30, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {487, 0, 127, 0x0ed9}, + {519, 0, 153, 0x0eed}, + {603, 0, -11, 0x0ef5} + } +}; + +StandTile tile_943 = { + 0x01ff48, 0x30, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {603, 0, -11, 0x0ef9}, + {460, 0, 85, 0x0000}, + {487, 0, 127, 0x0ef1} + } +}; + +StandTile tile_944 = { + 0x020048, 0x30, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {448, 0, 52, 0x0000}, + {460, 0, 85, 0x0ef5}, + {603, 0, -11, 0x0ae4} + } +}; + +StandTile tile_945 = { + 0x01f44a, 0x30, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {587, 0, 175, 0x0f01}, + {614, 0, 249, 0x0eb7}, + {614, 0, 175, 0x0ee1} + } +}; + +StandTile tile_946 = { + 0x01f449, 0x30, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {587, 0, 175, 0x0f05}, + {577, 0, 249, 0x0f11}, + {614, 0, 249, 0x0efd} + } +}; + +StandTile tile_947 = { + 0x01f54a, 0x30, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {550, 0, 169, 0x0f09}, + {577, 0, 249, 0x0f01}, + {587, 0, 175, 0x0ee9} + } +}; + +StandTile tile_948 = { + 0x01f549, 0x30, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {550, 0, 169, 0x0ed1}, + {519, 0, 233, 0x0f15}, + {577, 0, 249, 0x0f05} + } +}; + +StandTile tile_949 = { + 0x01ec4a, 0x30, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {614, 0, 249, 0x0f11}, + {550, 0, 540, 0x0ea2}, + {593, 0, 556, 0x0eb2} + } +}; + +StandTile tile_950 = { + 0x01ec49, 0x30, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {614, 0, 249, 0x0f01}, + {577, 0, 249, 0x0f15}, + {550, 0, 540, 0x0f0d} + } +}; + +StandTile tile_951 = { + 0x01ee4a, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {519, 0, 233, 0x0f19}, + {550, 0, 540, 0x0f11}, + {577, 0, 249, 0x0f09} + } +}; + +StandTile tile_952 = { + 0x01ee49, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {519, 0, 233, 0x0f1d}, + {540, 0, 540, 0x0000}, + {550, 0, 540, 0x0f15} + } +}; + +StandTile tile_953 = { + 0x01ef4a, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {492, 0, 572, 0x0f21}, + {540, 0, 540, 0x0f19}, + {519, 0, 233, 0x0f25} + } +}; + +StandTile tile_954 = { + 0x01ef49, 0x30, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {492, 0, 572, 0x0000}, + {534, 0, 572, 0x0000}, + {540, 0, 540, 0x0f1d} + } +}; + +StandTile tile_955 = { + 0x01f04a, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {519, 0, 233, 0x0f29}, + {429, 0, 540, 0x0ea6}, + {492, 0, 572, 0x0f1d} + } +}; + +StandTile tile_956 = { + 0x01f049, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {519, 0, 233, 0x0ed5}, + {471, 0, 206, 0x0ec1}, + {429, 0, 540, 0x0f25} + } +}; + +StandTile tile_957 = { + 0x01ca48, 0x2f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-159, 10, -153, 0x0f41}, + {-164, 10, -153, 0x0f31}, + {-159, 10, -122, 0x0000} + } +}; + +StandTile tile_958 = { + 0x01c84a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-222, 10, -153, 0x0f35}, + {-159, 10, -122, 0x0f2d}, + {-164, 10, -153, 0x0f4a} + } +}; + +StandTile tile_959 = { + 0x01c849, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-222, 10, -153, 0x0000}, + {-222, 10, -122, 0x0b12}, + {-159, 10, -122, 0x0f31} + } +}; + +StandTile tile_960 = { + 0x01c448, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-233, 10, -508, 0x0000}, + {-254, 10, -508, 0x0f52}, + {-233, 10, -476, 0x0000} + } +}; + +StandTile tile_961 = { + 0x01c64a, 0x2f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-164, 10, -153, 0x0f41}, + {-148, 10, -476, 0x0000}, + {-206, 10, -476, 0x0f4a} + } +}; + +StandTile tile_962 = { + 0x01c649, 0x2f, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {-164, 10, -153, 0x0f2d}, + {-159, 10, -153, 0x0000}, + {-148, 10, -153, 0x0f88}, + {-148, 10, -476, 0x0f3d} + } +}; + +StandTile tile_963 = { + 0x01c74a, 0x2f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-222, 10, -153, 0x0f4a}, + {-206, 10, -476, 0x0000}, + {-233, 10, -476, 0x0f52} + } +}; + +StandTile tile_964 = { + 0x01c749, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-222, 10, -153, 0x0f31}, + {-164, 10, -153, 0x0f3d}, + {-206, 10, -476, 0x0f46} + } +}; + +StandTile tile_965 = { + 0x01c54a, 0x2f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-222, 10, -153, 0x0f52}, + {-254, 10, -508, 0x0f5a}, + {-233, 10, -153, 0x0000} + } +}; + +StandTile tile_966 = { + 0x01c549, 0x2f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-222, 10, -153, 0x0f46}, + {-233, 10, -476, 0x0f39}, + {-254, 10, -508, 0x0f4e} + } +}; + +StandTile tile_967 = { + 0x01c94a, 0x2f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-233, 10, -153, 0x0f5a}, + {-291, 10, -508, 0x0f5e}, + {-233, 10, -122, 0x0000} + } +}; + +StandTile tile_968 = { + 0x01c949, 0x2f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-233, 10, -153, 0x0f4e}, + {-254, 10, -508, 0x0000}, + {-291, 10, -508, 0x0f56} + } +}; + +StandTile tile_969 = { + 0x01cb48, 0x2f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-233, 10, -122, 0x0f56}, + {-291, 10, -508, 0x0000}, + {-455, 10, -508, 0x0f68} + } +}; + +StandTile tile_970 = { + 0x01cc4a, 0x2f, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x1, 0x4, + { + {-233, 10, -122, 0x0f68}, + {-476, 10, -476, 0x0b6d}, + {-476, 10, -291, 0x0b71}, + {-476, 10, -153, 0x0000}, + {-476, 10, -122, 0x0b0a} + } +}; + +StandTile tile_971 = { + 0x01cc49, 0x2f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-233, 10, -122, 0x0f5e}, + {-455, 10, -508, 0x0f6c}, + {-476, 10, -476, 0x0f62} + } +}; + +StandTile tile_972 = { + 0x01c348, 0x2f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-476, 10, -508, 0x0000}, + {-476, 10, -476, 0x0f68}, + {-455, 10, -508, 0x0000} + } +}; + +StandTile tile_973 = { + 0x01c24a, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {95, 10, -333, 0x0f74}, + {0, 10, -476, 0x0f80}, + {0, 10, -333, 0x0f99} + } +}; + +StandTile tile_974 = { + 0x01c249, 0x2e, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x1, 0x4, + { + {95, 10, -333, 0x0fa2}, + {148, 10, -476, 0x1372}, + {69, 10, -476, 0x0000}, + {58, 10, -476, 0x131f}, + {0, 10, -476, 0x0f70} + } +}; + +StandTile tile_975 = { + 0x01c14a, 0x2e, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x1, 0x4, + { + {-95, 10, -333, 0x0f80}, + {0, 10, -476, 0x131f}, + {-58, 10, -476, 0x0000}, + {-69, 10, -476, 0x132a}, + {-148, 10, -476, 0x0f84} + } +}; + +StandTile tile_976 = { + 0x01c149, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-95, 10, -333, 0x0f99}, + {0, 10, -333, 0x0f70}, + {0, 10, -476, 0x0f7a} + } +}; + +StandTile tile_977 = { + 0x01c04a, 0x2e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-148, 10, -476, 0x0f88}, + {-95, 10, -233, 0x0f91}, + {-95, 10, -333, 0x0f7a} + } +}; + +StandTile tile_978 = { + 0x01c049, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {-148, 10, -476, 0x0f41}, + {-148, 10, -153, 0x0000}, + {-148, 10, -122, 0x0fab}, + {-95, 10, -233, 0x0f84} + } +}; + +StandTile tile_979 = { + 0x053048, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-95, 10, -233, 0x0fab}, + {95, 10, -233, 0x0f95}, + {0, 10, -283, 0x0f91} + } +}; + +StandTile tile_980 = { + 0x052f48, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-95, 10, -333, 0x0f84}, + {-95, 10, -233, 0x0f8d}, + {0, 10, -283, 0x0f99} + } +}; + +StandTile tile_981 = { + 0x053148, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 10, -283, 0x0f8d}, + {95, 10, -233, 0x0f9e}, + {95, 10, -333, 0x0f99} + } +}; + +StandTile tile_982 = { + 0x01bf48, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-95, 10, -333, 0x0f91}, + {0, 10, -283, 0x0f95}, + {95, 10, -333, 0x0f70}, + {0, 10, -333, 0x0f80} + } +}; + +StandTile tile_983 = { + 0x01be4a, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {148, 10, -122, 0x0fa2}, + {95, 10, -333, 0x0f95}, + {95, 10, -233, 0x0fa7} + } +}; + +StandTile tile_984 = { + 0x01be49, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {148, 10, -122, 0x0000}, + {148, 10, -153, 0x101f}, + {148, 10, -476, 0x0f74}, + {95, 10, -333, 0x0f9e} + } +}; + +StandTile tile_985 = { + 0x01bd4a, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {95, 10, -233, 0x0fab}, + {-148, 10, -122, 0x0faf}, + {148, 10, -122, 0x0f9e} + } +}; + +StandTile tile_986 = { + 0x01bd49, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {95, 10, -233, 0x0f8d}, + {-95, 10, -233, 0x0f88}, + {-148, 10, -122, 0x0fa7} + } +}; + +StandTile tile_987 = { + 0x01bc4a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-90, 10, -64, 0x0fb3}, + {148, 10, -122, 0x0fa7}, + {-148, 10, -122, 0x0b16} + } +}; + +StandTile tile_988 = { + 0x01bc49, 0x2e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-90, 10, -64, 0x0fcf}, + {90, 10, -64, 0x0acc}, + {148, 10, -122, 0x0faf} + } +}; + +StandTile tile_989 = { + 0x02254a, 0x2d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 651, 0x0fbb}, + {349, 0, 593, 0x0ff4}, + {0, 0, 349, 0x0fbf} + } +}; + +StandTile tile_990 = { + 0x022549, 0x2d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 651, 0x0000}, + {349, 0, 651, 0x0000}, + {349, 0, 593, 0x0fb7} + } +}; + +StandTile tile_991 = { + 0x02264a, 0x2d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 349, 0x0fc3}, + {-349, 0, 651, 0x0000}, + {0, 0, 651, 0x0fb7} + } +}; + +StandTile tile_992 = { + 0x022649, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 349, 0x0fe0}, + {-349, 0, 593, 0x0000}, + {-349, 0, 651, 0x0fbf} + } +}; + +StandTile tile_993 = { + 0x022348, 0x2d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-381, 0, 79, 0x0dee}, + {-402, 0, 540, 0x0000}, + {-349, 0, 593, 0x0fe4} + } +}; + +StandTile tile_994 = { + 0x01f348, 0x2d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {349, 0, 593, 0x0000}, + {402, 0, 540, 0x0ecd}, + {381, 0, 79, 0x0ff4} + } +}; + +StandTile tile_995 = { + 0x048e4a, 0x2d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-90, 10, -64, 0x0fd3}, + {90, 0, -64, 0x0ad0}, + {90, 10, -64, 0x0fb3} + } +}; + +StandTile tile_996 = { + 0x048e49, 0x2d, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-90, 10, -64, 0x0b16}, + {-90, 0, -64, 0x0fd8}, + {0, 0, -64, 0x0fec}, + {90, 0, -64, 0x0fcf} + } +}; + +StandTile tile_997 = { + 0x02194a, 0x2d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-381, 0, 79, 0x0fdc}, + {0, 0, -64, 0x0fd3}, + {-90, 0, -64, 0x0b34} + } +}; + +StandTile tile_998 = { + 0x021949, 0x2d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-381, 0, 79, 0x0fe4}, + {0, 0, 79, 0x0fec}, + {0, 0, -64, 0x0fd8} + } +}; + +StandTile tile_999 = { + 0x02274a, 0x2d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 79, 0x0fe4}, + {-349, 0, 593, 0x0fc3}, + {0, 0, 349, 0x0ff0} + } +}; + +StandTile tile_1000 = { + 0x022749, 0x2d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 79, 0x0fdc}, + {-381, 0, 79, 0x0fc7}, + {-349, 0, 593, 0x0fe0} + } +}; + +StandTile tile_1001 = { + 0x02064a, 0x2d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {90, 0, -64, 0x0fec}, + {0, 0, 79, 0x0ff0}, + {381, 0, 79, 0x0af5} + } +}; + +StandTile tile_1002 = { + 0x020649, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {90, 0, -64, 0x0fd3}, + {0, 0, -64, 0x0fdc}, + {0, 0, 79, 0x0fe8} + } +}; + +StandTile tile_1003 = { + 0x02244a, 0x2d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 349, 0x0ff4}, + {381, 0, 79, 0x0fe8}, + {0, 0, 79, 0x0fe0} + } +}; + +StandTile tile_1004 = { + 0x022449, 0x2d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 349, 0x0fb7}, + {349, 0, 593, 0x0fcb}, + {381, 0, 79, 0x0ff0} + } +}; + +StandTile tile_1005 = { + 0x01d448, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {159, 10, -122, 0x1037}, + {164, 10, -153, 0x101a}, + {159, 10, -153, 0x0000} + } +}; + +StandTile tile_1006 = { + 0x01d64a, 0x2c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {476, 10, -122, 0x1000}, + {455, 10, -508, 0x1006}, + {233, 10, -122, 0x0ae0} + } +}; + +StandTile tile_1007 = { + 0x01d649, 0x2c, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x3, 0x4, + { + {476, 10, -122, 0x0000}, + {476, 10, -153, 0x144b}, + {476, 10, -291, 0x143f}, + {476, 10, -476, 0x1027}, + {455, 10, -508, 0x0ffc} + } +}; + +StandTile tile_1008 = { + 0x01d548, 0x2c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {455, 10, -508, 0x0000}, + {291, 10, -508, 0x100e}, + {233, 10, -122, 0x0ffc} + } +}; + +StandTile tile_1009 = { + 0x01d34a, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {233, 10, -122, 0x100e}, + {254, 10, -508, 0x1016}, + {233, 10, -153, 0x0000} + } +}; + +StandTile tile_1010 = { + 0x01d349, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {233, 10, -122, 0x1006}, + {291, 10, -508, 0x0000}, + {254, 10, -508, 0x100a} + } +}; + +StandTile tile_1011 = { + 0x01cf4a, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {233, 10, -153, 0x1016}, + {233, 10, -476, 0x102b}, + {222, 10, -153, 0x0000} + } +}; + +StandTile tile_1012 = { + 0x01cf49, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {233, 10, -153, 0x100a}, + {254, 10, -508, 0x1023}, + {233, 10, -476, 0x1012} + } +}; + +StandTile tile_1013 = { + 0x01d04a, 0x2c, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {206, 10, -476, 0x101f}, + {148, 10, -153, 0x0000}, + {159, 10, -153, 0x0ff8}, + {164, 10, -153, 0x102f} + } +}; + +StandTile tile_1014 = { + 0x01d049, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {206, 10, -476, 0x0000}, + {148, 10, -476, 0x0fa2}, + {148, 10, -153, 0x101a} + } +}; + +StandTile tile_1015 = { + 0x01ce48, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {233, 10, -476, 0x1016}, + {254, 10, -508, 0x0000}, + {233, 10, -508, 0x0000} + } +}; + +StandTile tile_1016 = { + 0x01cd48, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {455, 10, -508, 0x1000}, + {476, 10, -476, 0x0000}, + {476, 10, -508, 0x0000} + } +}; + +StandTile tile_1017 = { + 0x01d14a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {233, 10, -476, 0x102f}, + {164, 10, -153, 0x1033}, + {222, 10, -153, 0x1012} + } +}; + +StandTile tile_1018 = { + 0x01d149, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {233, 10, -476, 0x0000}, + {206, 10, -476, 0x101a}, + {164, 10, -153, 0x102b} + } +}; + +StandTile tile_1019 = { + 0x01d24a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {164, 10, -153, 0x1037}, + {222, 10, -122, 0x0000}, + {222, 10, -153, 0x102b} + } +}; + +StandTile tile_1020 = { + 0x01d249, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {164, 10, -153, 0x0ff8}, + {159, 10, -122, 0x0ad8}, + {222, 10, -122, 0x1033} + } +}; + +StandTile tile_1021 = { + 0x05594a, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {714, 174, -11, 0x103f}, + {614, 174, -42, 0x0000}, + {614, 174, -11, 0x1071} + } +}; + +StandTile tile_1022 = { + 0x055949, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {714, 174, -11, 0x0000}, + {714, 174, -42, 0x07a3}, + {614, 174, -42, 0x103b} + } +}; + +StandTile tile_1023 = { + 0x01304a, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {614, 174, 280, 0x1047}, + {730, 174, 233, 0x105d}, + {614, 174, 249, 0x0000} + } +}; + +StandTile tile_1024 = { + 0x013049, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x1, 0x3, + { + {614, 174, 280, 0x1075}, + {730, 174, 280, 0x0000}, + {730, 174, 249, 0x104c}, + {730, 174, 233, 0x1043} + } +}; + +StandTile tile_1025 = { + 0x01404a, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {730, 174, 249, 0x1050}, + {804, 174, 217, 0x105d}, + {730, 174, 233, 0x1047} + } +}; + +StandTile tile_1026 = { + 0x014049, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {730, 174, 249, 0x0000}, + {794, 174, 249, 0x0000}, + {804, 174, 217, 0x104c} + } +}; + +StandTile tile_1027 = { + 0x014248, 0x2b, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {614, 174, -11, 0x0000}, + {614, 174, 175, 0x0dfa}, + {614, 174, 249, 0x1059}, + {820, 174, 164, 0x1061} + } +}; + +StandTile tile_1028 = { + 0x01414a, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {614, 174, 249, 0x105d}, + {804, 174, 217, 0x0000}, + {820, 174, 164, 0x1054} + } +}; + +StandTile tile_1029 = { + 0x014149, 0x2b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {614, 174, 249, 0x1043}, + {730, 174, 233, 0x104c}, + {804, 174, 217, 0x1059} + } +}; + +StandTile tile_1030 = { + 0x014548, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {714, 174, 11, 0x1071}, + {614, 174, -11, 0x1054}, + {820, 174, 164, 0x1065} + } +}; + +StandTile tile_1031 = { + 0x014448, 0x2b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {820, 174, 164, 0x0000}, + {783, 174, 26, 0x1069}, + {714, 174, 11, 0x1061} + } +}; + +StandTile tile_1032 = { + 0x01464a, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {773, 174, -11, 0x106d}, + {714, 174, 11, 0x1065}, + {783, 174, 26, 0x0000} + } +}; + +StandTile tile_1033 = { + 0x014649, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {773, 174, -11, 0x0000}, + {714, 174, -11, 0x1071}, + {714, 174, 11, 0x1069} + } +}; + +StandTile tile_1034 = { + 0x014348, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {714, 174, 11, 0x106d}, + {714, 174, -11, 0x103b}, + {614, 174, -11, 0x1061} + } +}; + +StandTile tile_1035 = { + 0x055848, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {614, 174, 280, 0x1085}, + {730, 174, 307, 0x1079}, + {730, 174, 280, 0x1047} + } +}; + +StandTile tile_1036 = { + 0x013648, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {889, 174, 280, 0x0000}, + {730, 174, 280, 0x1075}, + {730, 174, 307, 0x107d} + } +}; + +StandTile tile_1037 = { + 0x013148, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {910, 174, 349, 0x0000}, + {889, 174, 280, 0x1079}, + {730, 174, 307, 0x1081} + } +}; + +StandTile tile_1038 = { + 0x01324a, 0x2a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {730, 174, 307, 0x1085}, + {905, 174, 418, 0x0000}, + {910, 174, 349, 0x107d} + } +}; + +StandTile tile_1039 = { + 0x013249, 0x2a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {730, 174, 307, 0x1075}, + {614, 174, 280, 0x1089}, + {905, 174, 418, 0x1081} + } +}; + +StandTile tile_1040 = { + 0x013348, 0x2a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {614, 174, 280, 0x0000}, + {614, 174, 556, 0x108d}, + {905, 174, 418, 0x1085} + } +}; + +StandTile tile_1041 = { + 0x013448, 0x2a, + 0x0, + 0x6, 0x6, 0x6, + 5, + 0x0, 0x3, 0x4, + { + {614, 174, 556, 0x0000}, + {667, 174, 556, 0x1093}, + {794, 174, 556, 0x0000}, + {894, 174, 556, 0x0000}, + {905, 174, 418, 0x1089} + } +}; + +StandTile tile_1042 = { + 0x01354a, 0x2a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {667, 174, 556, 0x1097}, + {762, 174, 572, 0x0000}, + {794, 174, 556, 0x108d} + } +}; + +StandTile tile_1043 = { + 0x013549, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {667, 174, 556, 0x0000}, + {699, 174, 572, 0x0000}, + {762, 174, 572, 0x1093} + } +}; + +StandTile tile_1044 = { + 0x01a64a, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {714, 10, -11, 0x109f}, + {614, 10, -42, 0x0000}, + {614, 10, -11, 0x10ab} + } +}; + +StandTile tile_1045 = { + 0x01a649, 0x27, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {714, 10, -11, 0x0000}, + {714, 10, -42, 0x1479}, + {614, 10, -42, 0x109b} + } +}; + +StandTile tile_1046 = { + 0x01bb48, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {714, 10, -11, 0x10ab}, + {831, 10, 95, 0x0000}, + {815, 10, 48, 0x10a7} + } +}; + +StandTile tile_1047 = { + 0x01ba48, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {815, 10, 48, 0x0000}, + {794, 10, -11, 0x0000}, + {714, 10, -11, 0x10a3} + } +}; + +StandTile tile_1048 = { + 0x01b948, 0x27, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {714, 10, -11, 0x109b}, + {614, 10, -11, 0x10af}, + {831, 10, 95, 0x10a3} + } +}; + +StandTile tile_1049 = { + 0x01b848, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {614, 10, -11, 0x0ebd}, + {614, 10, 249, 0x10b3}, + {831, 10, 95, 0x10ab} + } +}; + +StandTile tile_1050 = { + 0x01b74a, 0x27, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {614, 10, 249, 0x10b7}, + {804, 10, 217, 0x0000}, + {831, 10, 95, 0x10af} + } +}; + +StandTile tile_1051 = { + 0x01b749, 0x27, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {614, 10, 249, 0x10bf}, + {730, 10, 249, 0x10bb}, + {804, 10, 217, 0x10b3} + } +}; + +StandTile tile_1052 = { + 0x019d48, 0x27, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {794, 10, 249, 0x0000}, + {804, 10, 217, 0x10b7}, + {730, 10, 249, 0x0000} + } +}; + +StandTile tile_1053 = { + 0x019c4a, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {614, 10, 280, 0x10c3}, + {730, 10, 249, 0x10b7}, + {614, 10, 249, 0x0000} + } +}; + +StandTile tile_1054 = { + 0x019c49, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {614, 10, 280, 0x10d3}, + {730, 10, 280, 0x0000}, + {730, 10, 249, 0x10bf} + } +}; + +StandTile tile_1055 = { + 0x019e48, 0x26, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {878, 10, 328, 0x0000}, + {889, 10, 280, 0x0000}, + {730, 10, 280, 0x10cb} + } +}; + +StandTile tile_1056 = { + 0x019f48, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {878, 10, 328, 0x10c7}, + {730, 10, 280, 0x10cf}, + {868, 10, 413, 0x0000} + } +}; + +StandTile tile_1057 = { + 0x01a348, 0x26, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {868, 10, 413, 0x10cb}, + {730, 10, 280, 0x10e7}, + {699, 10, 572, 0x10e3} + } +}; + +StandTile tile_1058 = { + 0x01a54a, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {614, 10, 556, 0x10d7}, + {730, 10, 280, 0x10c3}, + {614, 10, 280, 0x0eae} + } +}; + +StandTile tile_1059 = { + 0x01a549, 0x26, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {614, 10, 556, 0x0000}, + {667, 10, 556, 0x10e7}, + {730, 10, 280, 0x10d3} + } +}; + +StandTile tile_1060 = { + 0x01a148, 0x26, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {868, 10, 413, 0x10e3}, + {762, 10, 572, 0x0000}, + {794, 10, 556, 0x10df} + } +}; + +StandTile tile_1061 = { + 0x01a048, 0x26, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {794, 10, 556, 0x0000}, + {910, 10, 556, 0x0000}, + {868, 10, 413, 0x10db} + } +}; + +StandTile tile_1062 = { + 0x01a248, 0x26, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {699, 10, 572, 0x0000}, + {762, 10, 572, 0x10db}, + {868, 10, 413, 0x10cf} + } +}; + +StandTile tile_1063 = { + 0x01a448, 0x26, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {730, 10, 280, 0x10d7}, + {667, 10, 556, 0x0000}, + {699, 10, 572, 0x10cf} + } +}; + +StandTile tile_1064 = { + 0x04eb4a, 0x25, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-58, 158, -730, 0x10ef}, + {58, 174, -730, 0x1212}, + {-58, 174, -730, 0x0000} + } +}; + +StandTile tile_1065 = { + 0x04eb49, 0x25, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-58, 158, -730, 0x1243}, + {58, 158, -730, 0x0000}, + {58, 174, -730, 0x10eb} + } +}; + +StandTile tile_1066 = { + 0x05174a, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 317, -730, 0x10f7}, + {-58, 174, -550, 0x1201}, + {-58, 174, -540, 0x0000} + } +}; + +StandTile tile_1067 = { + 0x051749, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 317, -730, 0x0000}, + {-58, 309, -730, 0x0000}, + {-58, 174, -550, 0x10f3} + } +}; + +StandTile tile_1068 = { + 0x05164a, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {58, 174, -540, 0x10ff}, + {58, 309, -730, 0x0000}, + {58, 317, -730, 0x0000} + } +}; + +StandTile tile_1069 = { + 0x051649, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {58, 174, -540, 0x121e}, + {58, 174, -550, 0x0000}, + {58, 309, -730, 0x10fb} + } +}; + +StandTile tile_1070 = { + 0x05154a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-58, 301, -709, 0x1107}, + {58, 317, -709, 0x114b}, + {-58, 317, -709, 0x11ab} + } +}; + +StandTile tile_1071 = { + 0x051549, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-58, 301, -709, 0x1157}, + {58, 301, -709, 0x11cf}, + {58, 317, -709, 0x1103} + } +}; + +StandTile tile_1072 = { + 0x05144a, 0x25, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-58, 285, -688, 0x110f}, + {58, 301, -688, 0x1153}, + {-58, 301, -688, 0x11b3} + } +}; + +StandTile tile_1073 = { + 0x051449, 0x25, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-58, 285, -688, 0x115f}, + {58, 285, -688, 0x11d7}, + {58, 301, -688, 0x110b} + } +}; + +StandTile tile_1074 = { + 0x05134a, 0x25, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-58, 269, -667, 0x1117}, + {58, 285, -667, 0x115b}, + {-58, 285, -667, 0x11af} + } +}; + +StandTile tile_1075 = { + 0x051349, 0x25, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-58, 269, -667, 0x1167}, + {58, 269, -667, 0x11d3}, + {58, 285, -667, 0x1113} + } +}; + +StandTile tile_1076 = { + 0x05124a, 0x25, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-58, 254, -646, 0x111f}, + {58, 269, -646, 0x1163}, + {-58, 269, -646, 0x11a7} + } +}; + +StandTile tile_1077 = { + 0x051249, 0x25, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-58, 254, -646, 0x1177}, + {58, 254, -646, 0x11cb}, + {58, 269, -646, 0x111b} + } +}; + +StandTile tile_1078 = { + 0x05114a, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-58, 238, -624, 0x1127}, + {58, 254, -624, 0x1173}, + {-58, 254, -624, 0x11a3} + } +}; + +StandTile tile_1079 = { + 0x051149, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-58, 238, -624, 0x116f}, + {58, 238, -624, 0x11c7}, + {58, 254, -624, 0x1123} + } +}; + +StandTile tile_1080 = { + 0x05104a, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-58, 222, -603, 0x112f}, + {58, 238, -603, 0x116b}, + {-58, 238, -603, 0x119f} + } +}; + +StandTile tile_1081 = { + 0x051049, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-58, 222, -603, 0x1187}, + {58, 222, -603, 0x11c3}, + {58, 238, -603, 0x112b} + } +}; + +StandTile tile_1082 = { + 0x050f4a, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-58, 206, -582, 0x1137}, + {58, 222, -582, 0x1183}, + {-58, 222, -582, 0x119b} + } +}; + +StandTile tile_1083 = { + 0x050f49, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-58, 206, -582, 0x117f}, + {58, 206, -582, 0x11bf}, + {58, 222, -582, 0x1133} + } +}; + +StandTile tile_1084 = { + 0x050e4a, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 190, -561, 0x113f}, + {58, 206, -561, 0x117b}, + {-58, 206, -561, 0x1197} + } +}; + +StandTile tile_1085 = { + 0x050e49, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 190, -561, 0x118b}, + {58, 190, -561, 0x11bb}, + {58, 206, -561, 0x113b} + } +}; + +StandTile tile_1086 = { + 0x050d4a, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 174, -540, 0x1147}, + {58, 190, -540, 0x118f}, + {-58, 190, -540, 0x1193} + } +}; + +StandTile tile_1087 = { + 0x050d49, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 174, -540, 0x11e0}, + {58, 174, -540, 0x11b7}, + {58, 190, -540, 0x1143} + } +}; + +StandTile tile_1088 = { + 0x050c4a, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, 317, -730, 0x114f}, + {-58, 317, -709, 0x1103}, + {58, 317, -709, 0x11cf} + } +}; + +StandTile tile_1089 = { + 0x050c49, 0x25, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {58, 317, -730, 0x087b}, + {-58, 317, -730, 0x11ab}, + {-58, 317, -709, 0x114b} + } +}; + +StandTile tile_1090 = { + 0x050b4a, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, 301, -709, 0x1157}, + {-58, 301, -688, 0x110b}, + {58, 301, -688, 0x11d7} + } +}; + +StandTile tile_1091 = { + 0x050b49, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, 301, -709, 0x1107}, + {-58, 301, -709, 0x11b3}, + {-58, 301, -688, 0x1153} + } +}; + +StandTile tile_1092 = { + 0x050a4a, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, 285, -688, 0x115f}, + {-58, 285, -667, 0x1113}, + {58, 285, -667, 0x11d3} + } +}; + +StandTile tile_1093 = { + 0x050a49, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, 285, -688, 0x110f}, + {-58, 285, -688, 0x11af}, + {-58, 285, -667, 0x115b} + } +}; + +StandTile tile_1094 = { + 0x05094a, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, 269, -667, 0x1167}, + {-58, 269, -646, 0x111b}, + {58, 269, -646, 0x11cb} + } +}; + +StandTile tile_1095 = { + 0x050949, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, 269, -667, 0x1117}, + {-58, 269, -667, 0x11a7}, + {-58, 269, -646, 0x1163} + } +}; + +StandTile tile_1096 = { + 0x05084a, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, 238, -624, 0x116f}, + {-58, 238, -603, 0x112b}, + {58, 238, -603, 0x11c3} + } +}; + +StandTile tile_1097 = { + 0x050849, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, 238, -624, 0x1127}, + {-58, 238, -624, 0x119f}, + {-58, 238, -603, 0x116b} + } +}; + +StandTile tile_1098 = { + 0x05074a, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, 254, -646, 0x1177}, + {-58, 254, -624, 0x1123}, + {58, 254, -624, 0x11c7} + } +}; + +StandTile tile_1099 = { + 0x050749, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, 254, -646, 0x111f}, + {-58, 254, -646, 0x11a3}, + {-58, 254, -624, 0x1173} + } +}; + +StandTile tile_1100 = { + 0x05064a, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {58, 206, -582, 0x117f}, + {-58, 206, -561, 0x113b}, + {58, 206, -561, 0x11bb} + } +}; + +StandTile tile_1101 = { + 0x050649, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {58, 206, -582, 0x1137}, + {-58, 206, -582, 0x1197}, + {-58, 206, -561, 0x117b} + } +}; + +StandTile tile_1102 = { + 0x05054a, 0x25, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {58, 222, -603, 0x1187}, + {-58, 222, -582, 0x1133}, + {58, 222, -582, 0x11bf} + } +}; + +StandTile tile_1103 = { + 0x050549, 0x25, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {58, 222, -603, 0x112f}, + {-58, 222, -603, 0x119b}, + {-58, 222, -582, 0x1183} + } +}; + +StandTile tile_1104 = { + 0x05044a, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 190, -540, 0x118f}, + {58, 190, -561, 0x113f}, + {-58, 190, -561, 0x1193} + } +}; + +StandTile tile_1105 = { + 0x050449, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 190, -540, 0x1143}, + {58, 190, -540, 0x11b7}, + {58, 190, -561, 0x118b} + } +}; + +StandTile tile_1106 = { + 0x050348, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 174, -540, 0x1143}, + {-58, 190, -540, 0x118b}, + {-58, 190, -561, 0x0000} + } +}; + +StandTile tile_1107 = { + 0x050248, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 190, -561, 0x113b}, + {-58, 206, -561, 0x117f}, + {-58, 206, -582, 0x0000} + } +}; + +StandTile tile_1108 = { + 0x050148, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 206, -582, 0x1133}, + {-58, 222, -582, 0x1187}, + {-58, 222, -603, 0x0000} + } +}; + +StandTile tile_1109 = { + 0x050048, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 222, -603, 0x112b}, + {-58, 238, -603, 0x116f}, + {-58, 238, -624, 0x0000} + } +}; + +StandTile tile_1110 = { + 0x04ff48, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 238, -624, 0x1123}, + {-58, 254, -624, 0x1177}, + {-58, 254, -646, 0x0000} + } +}; + +StandTile tile_1111 = { + 0x04fe48, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 254, -646, 0x111b}, + {-58, 269, -646, 0x1167}, + {-58, 269, -667, 0x0000} + } +}; + +StandTile tile_1112 = { + 0x04fd48, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 301, -709, 0x1103}, + {-58, 317, -709, 0x114f}, + {-58, 317, -730, 0x0000} + } +}; + +StandTile tile_1113 = { + 0x04fc48, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 269, -667, 0x1113}, + {-58, 285, -667, 0x115f}, + {-58, 285, -688, 0x0000} + } +}; + +StandTile tile_1114 = { + 0x04fb48, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-58, 285, -688, 0x110b}, + {-58, 301, -688, 0x1157}, + {-58, 301, -709, 0x0000} + } +}; + +StandTile tile_1115 = { + 0x04fa48, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {58, 190, -561, 0x118f}, + {58, 190, -540, 0x1147}, + {58, 174, -540, 0x0000} + } +}; + +StandTile tile_1116 = { + 0x04f948, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {58, 206, -582, 0x117b}, + {58, 206, -561, 0x113f}, + {58, 190, -561, 0x0000} + } +}; + +StandTile tile_1117 = { + 0x04f848, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {58, 222, -603, 0x1183}, + {58, 222, -582, 0x1137}, + {58, 206, -582, 0x0000} + } +}; + +StandTile tile_1118 = { + 0x04f748, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {58, 238, -624, 0x116b}, + {58, 238, -603, 0x112f}, + {58, 222, -603, 0x0000} + } +}; + +StandTile tile_1119 = { + 0x04f648, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {58, 254, -646, 0x1173}, + {58, 254, -624, 0x1127}, + {58, 238, -624, 0x0000} + } +}; + +StandTile tile_1120 = { + 0x04f548, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {58, 269, -667, 0x1163}, + {58, 269, -646, 0x111f}, + {58, 254, -646, 0x0000} + } +}; + +StandTile tile_1121 = { + 0x04f448, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {58, 317, -730, 0x114b}, + {58, 317, -709, 0x1107}, + {58, 301, -709, 0x0000} + } +}; + +StandTile tile_1122 = { + 0x04f348, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {58, 285, -688, 0x115b}, + {58, 285, -667, 0x1117}, + {58, 269, -667, 0x0000} + } +}; + +StandTile tile_1123 = { + 0x04f248, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {58, 301, -709, 0x1153}, + {58, 301, -688, 0x110f}, + {58, 285, -688, 0x0000} + } +}; + +StandTile tile_1124 = { + 0x012a4a, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {58, 174, -476, 0x11e0}, + {-58, 174, -540, 0x11f9}, + {-58, 174, -508, 0x0000}, + {-58, 174, -476, 0x1492} + } +}; + +StandTile tile_1125 = { + 0x012a49, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x2, 0x3, + { + {58, 174, -476, 0x0000}, + {58, 174, -508, 0x1223}, + {58, 174, -540, 0x1147}, + {-58, 174, -540, 0x11db} + } +}; + +StandTile tile_1126 = { + 0x012948, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-148, 174, -561, 0x0000}, + {-148, 174, -476, 0x1492}, + {-69, 174, -476, 0x11ed} + } +}; + +StandTile tile_1127 = { + 0x01284a, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-175, 174, -614, 0x11ed}, + {-69, 174, -476, 0x0000}, + {-69, 174, -508, 0x11f5} + } +}; + +StandTile tile_1128 = { + 0x012849, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-175, 174, -614, 0x11fd}, + {-148, 174, -561, 0x11e5}, + {-69, 174, -476, 0x11e9} + } +}; + +StandTile tile_1129 = { + 0x01274a, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-175, 174, -688, 0x11f5}, + {-69, 174, -508, 0x0000}, + {-58, 174, -508, 0x11f9} + } +}; + +StandTile tile_1130 = { + 0x012749, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-175, 174, -688, 0x0000}, + {-175, 174, -614, 0x11e9}, + {-69, 174, -508, 0x11f1} + } +}; + +StandTile tile_1131 = { + 0x012648, 0x25, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-175, 174, -688, 0x11f1}, + {-58, 174, -508, 0x11db}, + {-58, 174, -540, 0x1201} + } +}; + +StandTile tile_1132 = { + 0x012548, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-175, 174, -614, 0x0000}, + {-175, 174, -561, 0x0000}, + {-148, 174, -561, 0x11ed} + } +}; + +StandTile tile_1133 = { + 0x012448, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {-175, 174, -688, 0x11f9}, + {-58, 174, -540, 0x10f3}, + {-58, 174, -550, 0x0000}, + {-58, 174, -730, 0x120a} + } +}; + +StandTile tile_1134 = { + 0x01234a, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-175, 174, -857, 0x120a}, + {-58, 174, -730, 0x1212}, + {0, 174, -794, 0x120e} + } +}; + +StandTile tile_1135 = { + 0x012349, 0x25, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-175, 174, -857, 0x0000}, + {-175, 174, -688, 0x1201}, + {-58, 174, -730, 0x1206} + } +}; + +StandTile tile_1136 = { + 0x012248, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {175, 174, -857, 0x0000}, + {-175, 174, -857, 0x1206}, + {0, 174, -794, 0x1216} + } +}; + +StandTile tile_1137 = { + 0x012148, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {0, 174, -794, 0x1206}, + {-58, 174, -730, 0x10eb}, + {58, 174, -730, 0x1216} + } +}; + +StandTile tile_1138 = { + 0x01204a, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {58, 174, -730, 0x121a}, + {175, 174, -857, 0x120e}, + {0, 174, -794, 0x1212} + } +}; + +StandTile tile_1139 = { + 0x012049, 0x25, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {58, 174, -730, 0x121e}, + {175, 174, -688, 0x0000}, + {175, 174, -857, 0x1216} + } +}; + +StandTile tile_1140 = { + 0x011f48, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {175, 174, -688, 0x121a}, + {58, 174, -730, 0x0000}, + {58, 174, -550, 0x10ff}, + {58, 174, -540, 0x1223} + } +}; + +StandTile tile_1141 = { + 0x011e48, 0x25, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {175, 174, -688, 0x121e}, + {58, 174, -540, 0x11e0}, + {58, 174, -508, 0x1233} + } +}; + +StandTile tile_1142 = { + 0x011d48, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {175, 174, -561, 0x0000}, + {175, 174, -614, 0x123b}, + {148, 174, -561, 0x0000} + } +}; + +StandTile tile_1143 = { + 0x011c48, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {148, 174, -476, 0x0000}, + {148, 174, -561, 0x123b}, + {69, 174, -476, 0x1492} + } +}; + +StandTile tile_1144 = { + 0x011b4a, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {175, 174, -614, 0x1233}, + {58, 174, -508, 0x0000}, + {69, 174, -508, 0x1237} + } +}; + +StandTile tile_1145 = { + 0x011b49, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {175, 174, -614, 0x0000}, + {175, 174, -688, 0x1223}, + {58, 174, -508, 0x122f} + } +}; + +StandTile tile_1146 = { + 0x011a4a, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {69, 174, -476, 0x123b}, + {175, 174, -614, 0x122f}, + {69, 174, -508, 0x0000} + } +}; + +StandTile tile_1147 = { + 0x011a49, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {69, 174, -476, 0x122b}, + {148, 174, -561, 0x1227}, + {175, 174, -614, 0x1237} + } +}; + +StandTile tile_1148 = { + 0x04f14a, 0x24, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {58, 153, -730, 0x1243}, + {-58, 158, -730, 0x0000}, + {-58, 153, -730, 0x1293} + } +}; + +StandTile tile_1149 = { + 0x04f149, 0x24, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {58, 153, -730, 0x0000}, + {58, 158, -730, 0x10ef}, + {-58, 158, -730, 0x123f} + } +}; + +StandTile tile_1150 = { + 0x024d4a, 0x24, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-58, 137, -709, 0x124b}, + {58, 153, -709, 0x128f}, + {-58, 153, -709, 0x12ef} + } +}; + +StandTile tile_1151 = { + 0x024d49, 0x24, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-58, 137, -709, 0x129b}, + {58, 137, -709, 0x1313}, + {58, 153, -709, 0x1247} + } +}; + +StandTile tile_1152 = { + 0x024c4a, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-58, 121, -688, 0x1253}, + {58, 137, -688, 0x1297}, + {-58, 137, -688, 0x12f7} + } +}; + +StandTile tile_1153 = { + 0x024c49, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-58, 121, -688, 0x12a3}, + {58, 121, -688, 0x131b}, + {58, 137, -688, 0x124f} + } +}; + +StandTile tile_1154 = { + 0x024b4a, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-58, 105, -667, 0x125b}, + {58, 121, -667, 0x129f}, + {-58, 121, -667, 0x12f3} + } +}; + +StandTile tile_1155 = { + 0x024b49, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-58, 105, -667, 0x12ab}, + {58, 105, -667, 0x1317}, + {58, 121, -667, 0x1257} + } +}; + +StandTile tile_1156 = { + 0x024a4a, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-58, 89, -646, 0x1263}, + {58, 105, -646, 0x12a7}, + {-58, 105, -646, 0x12eb} + } +}; + +StandTile tile_1157 = { + 0x024a49, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-58, 89, -646, 0x12bb}, + {58, 89, -646, 0x130f}, + {58, 105, -646, 0x125f} + } +}; + +StandTile tile_1158 = { + 0x02494a, 0x24, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-58, 74, -624, 0x126b}, + {58, 89, -624, 0x12b7}, + {-58, 89, -624, 0x12e7} + } +}; + +StandTile tile_1159 = { + 0x024949, 0x24, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-58, 74, -624, 0x12b3}, + {58, 74, -624, 0x130b}, + {58, 89, -624, 0x1267} + } +}; + +StandTile tile_1160 = { + 0x02484a, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-58, 58, -603, 0x1273}, + {58, 74, -603, 0x12af}, + {-58, 74, -603, 0x12e3} + } +}; + +StandTile tile_1161 = { + 0x024849, 0x24, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-58, 58, -603, 0x12cb}, + {58, 58, -603, 0x1307}, + {58, 74, -603, 0x126f} + } +}; + +StandTile tile_1162 = { + 0x02474a, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-58, 42, -582, 0x127b}, + {58, 58, -582, 0x12c7}, + {-58, 58, -582, 0x12df} + } +}; + +StandTile tile_1163 = { + 0x024749, 0x24, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-58, 42, -582, 0x12c3}, + {58, 42, -582, 0x1303}, + {58, 58, -582, 0x1277} + } +}; + +StandTile tile_1164 = { + 0x02464a, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-58, 26, -561, 0x1283}, + {58, 42, -561, 0x12bf}, + {-58, 42, -561, 0x12db} + } +}; + +StandTile tile_1165 = { + 0x024649, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-58, 26, -561, 0x12cf}, + {58, 26, -561, 0x12ff}, + {58, 42, -561, 0x127f} + } +}; + +StandTile tile_1166 = { + 0x02454a, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-58, 10, -540, 0x128b}, + {58, 26, -540, 0x12d3}, + {-58, 26, -540, 0x12d7} + } +}; + +StandTile tile_1167 = { + 0x024549, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-58, 10, -540, 0x1325}, + {58, 10, -540, 0x12fb}, + {58, 26, -540, 0x1287} + } +}; + +StandTile tile_1168 = { + 0x02444a, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {58, 153, -730, 0x1293}, + {-58, 153, -709, 0x1247}, + {58, 153, -709, 0x1313} + } +}; + +StandTile tile_1169 = { + 0x024449, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {58, 153, -730, 0x123f}, + {-58, 153, -730, 0x12ef}, + {-58, 153, -709, 0x128f} + } +}; + +StandTile tile_1170 = { + 0x02434a, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {58, 137, -709, 0x129b}, + {-58, 137, -688, 0x124f}, + {58, 137, -688, 0x131b} + } +}; + +StandTile tile_1171 = { + 0x024349, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {58, 137, -709, 0x124b}, + {-58, 137, -709, 0x12f7}, + {-58, 137, -688, 0x1297} + } +}; + +StandTile tile_1172 = { + 0x02424a, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {58, 121, -688, 0x12a3}, + {-58, 121, -667, 0x1257}, + {58, 121, -667, 0x1317} + } +}; + +StandTile tile_1173 = { + 0x024249, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {58, 121, -688, 0x1253}, + {-58, 121, -688, 0x12f3}, + {-58, 121, -667, 0x129f} + } +}; + +StandTile tile_1174 = { + 0x02414a, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {58, 105, -667, 0x12ab}, + {-58, 105, -646, 0x125f}, + {58, 105, -646, 0x130f} + } +}; + +StandTile tile_1175 = { + 0x024149, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {58, 105, -667, 0x125b}, + {-58, 105, -667, 0x12eb}, + {-58, 105, -646, 0x12a7} + } +}; + +StandTile tile_1176 = { + 0x02404a, 0x24, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {58, 74, -624, 0x12b3}, + {-58, 74, -603, 0x126f}, + {58, 74, -603, 0x1307} + } +}; + +StandTile tile_1177 = { + 0x024049, 0x24, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {58, 74, -624, 0x126b}, + {-58, 74, -624, 0x12e3}, + {-58, 74, -603, 0x12af} + } +}; + +StandTile tile_1178 = { + 0x023f4a, 0x24, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, 89, -646, 0x12bb}, + {-58, 89, -624, 0x1267}, + {58, 89, -624, 0x130b} + } +}; + +StandTile tile_1179 = { + 0x023f49, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {58, 89, -646, 0x1263}, + {-58, 89, -646, 0x12e7}, + {-58, 89, -624, 0x12b7} + } +}; + +StandTile tile_1180 = { + 0x023e4a, 0x24, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, 42, -582, 0x12c3}, + {-58, 42, -561, 0x127f}, + {58, 42, -561, 0x12ff} + } +}; + +StandTile tile_1181 = { + 0x023e49, 0x24, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {58, 42, -582, 0x127b}, + {-58, 42, -582, 0x12db}, + {-58, 42, -561, 0x12bf} + } +}; + +StandTile tile_1182 = { + 0x023d4a, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {58, 58, -603, 0x12cb}, + {-58, 58, -582, 0x1277}, + {58, 58, -582, 0x1303} + } +}; + +StandTile tile_1183 = { + 0x023d49, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {58, 58, -603, 0x1273}, + {-58, 58, -603, 0x12df}, + {-58, 58, -582, 0x12c7} + } +}; + +StandTile tile_1184 = { + 0x023c4a, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-58, 26, -540, 0x12d3}, + {58, 26, -561, 0x1283}, + {-58, 26, -561, 0x12d7} + } +}; + +StandTile tile_1185 = { + 0x023c49, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-58, 26, -540, 0x1287}, + {58, 26, -540, 0x12fb}, + {58, 26, -561, 0x12cf} + } +}; + +StandTile tile_1186 = { + 0x023b48, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-58, 10, -540, 0x1287}, + {-58, 26, -540, 0x12cf}, + {-58, 26, -561, 0x0000} + } +}; + +StandTile tile_1187 = { + 0x023a48, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-58, 26, -561, 0x127f}, + {-58, 42, -561, 0x12c3}, + {-58, 42, -582, 0x0000} + } +}; + +StandTile tile_1188 = { + 0x023948, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-58, 42, -582, 0x1277}, + {-58, 58, -582, 0x12cb}, + {-58, 58, -603, 0x0000} + } +}; + +StandTile tile_1189 = { + 0x023848, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-58, 58, -603, 0x126f}, + {-58, 74, -603, 0x12b3}, + {-58, 74, -624, 0x0000} + } +}; + +StandTile tile_1190 = { + 0x023748, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-58, 74, -624, 0x1267}, + {-58, 89, -624, 0x12bb}, + {-58, 89, -646, 0x0000} + } +}; + +StandTile tile_1191 = { + 0x023648, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-58, 89, -646, 0x125f}, + {-58, 105, -646, 0x12ab}, + {-58, 105, -667, 0x0000} + } +}; + +StandTile tile_1192 = { + 0x023548, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-58, 137, -709, 0x1247}, + {-58, 153, -709, 0x1293}, + {-58, 153, -730, 0x0000} + } +}; + +StandTile tile_1193 = { + 0x023448, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-58, 105, -667, 0x1257}, + {-58, 121, -667, 0x12a3}, + {-58, 121, -688, 0x0000} + } +}; + +StandTile tile_1194 = { + 0x023348, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-58, 121, -688, 0x124f}, + {-58, 137, -688, 0x129b}, + {-58, 137, -709, 0x0000} + } +}; + +StandTile tile_1195 = { + 0x023248, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {58, 26, -561, 0x12d3}, + {58, 26, -540, 0x128b}, + {58, 10, -540, 0x0000} + } +}; + +StandTile tile_1196 = { + 0x023148, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {58, 42, -582, 0x12bf}, + {58, 42, -561, 0x1283}, + {58, 26, -561, 0x0000} + } +}; + +StandTile tile_1197 = { + 0x023048, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {58, 58, -603, 0x12c7}, + {58, 58, -582, 0x127b}, + {58, 42, -582, 0x0000} + } +}; + +StandTile tile_1198 = { + 0x022f48, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {58, 74, -624, 0x12af}, + {58, 74, -603, 0x1273}, + {58, 58, -603, 0x0000} + } +}; + +StandTile tile_1199 = { + 0x022e48, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {58, 89, -646, 0x12b7}, + {58, 89, -624, 0x126b}, + {58, 74, -624, 0x0000} + } +}; + +StandTile tile_1200 = { + 0x022d48, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {58, 105, -667, 0x12a7}, + {58, 105, -646, 0x1263}, + {58, 89, -646, 0x0000} + } +}; + +StandTile tile_1201 = { + 0x022c48, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {58, 153, -730, 0x128f}, + {58, 153, -709, 0x124b}, + {58, 137, -709, 0x0000} + } +}; + +StandTile tile_1202 = { + 0x022b48, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {58, 121, -688, 0x129f}, + {58, 121, -667, 0x125b}, + {58, 105, -667, 0x0000} + } +}; + +StandTile tile_1203 = { + 0x022a48, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {58, 137, -709, 0x1297}, + {58, 137, -688, 0x1253}, + {58, 121, -688, 0x0000} + } +}; + +StandTile tile_1204 = { + 0x01e94a, 0x24, + 0x0, + 0x9, 0x9, 0x9, + 5, + 0x0, 0x1, 0x3, + { + {58, 10, -540, 0x1325}, + {-58, 10, -476, 0x0f7a}, + {0, 10, -476, 0x0f74}, + {58, 10, -476, 0x0000}, + {58, 10, -508, 0x136a} + } +}; + +StandTile tile_1205 = { + 0x01e949, 0x24, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {58, 10, -540, 0x128b}, + {-58, 10, -540, 0x1346}, + {-58, 10, -508, 0x0000}, + {-58, 10, -476, 0x131f} + } +}; + +StandTile tile_1206 = { + 0x01e848, 0x24, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-148, 10, -561, 0x0000}, + {-148, 10, -476, 0x0f7a}, + {-69, 10, -476, 0x1336} + } +}; + +StandTile tile_1207 = { + 0x01e748, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-175, 10, -646, 0x0000}, + {-175, 10, -561, 0x0000}, + {-148, 10, -561, 0x1336} + } +}; + +StandTile tile_1208 = { + 0x01e64a, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-175, 10, -646, 0x1336}, + {-69, 10, -476, 0x0000}, + {-69, 10, -508, 0x133e} + } +}; + +StandTile tile_1209 = { + 0x01e649, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-175, 10, -646, 0x132e}, + {-148, 10, -561, 0x132a}, + {-69, 10, -476, 0x1332} + } +}; + +StandTile tile_1210 = { + 0x01e54a, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-175, 10, -677, 0x133e}, + {-69, 10, -508, 0x0000}, + {-58, 10, -508, 0x1346} + } +}; + +StandTile tile_1211 = { + 0x01e549, 0x24, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-175, 10, -677, 0x0000}, + {-175, 10, -646, 0x1332}, + {-69, 10, -508, 0x133a} + } +}; + +StandTile tile_1212 = { + 0x01e44a, 0x24, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-175, 10, -677, 0x1346}, + {-58, 10, -540, 0x0000}, + {-42, 10, -640, 0x134a} + } +}; + +StandTile tile_1213 = { + 0x01e449, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-175, 10, -677, 0x133a}, + {-58, 10, -508, 0x1325}, + {-58, 10, -540, 0x1342} + } +}; + +StandTile tile_1214 = { + 0x01e348, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-175, 10, -677, 0x1342}, + {-42, 10, -640, 0x138e}, + {-32, 10, -714, 0x1352} + } +}; + +StandTile tile_1215 = { + 0x01e24a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-175, 10, -857, 0x1352}, + {-32, 10, -714, 0x135a}, + {0, 10, -794, 0x1356} + } +}; + +StandTile tile_1216 = { + 0x01e249, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-175, 10, -857, 0x0000}, + {-175, 10, -677, 0x134a}, + {-32, 10, -714, 0x134e} + } +}; + +StandTile tile_1217 = { + 0x01e148, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {175, 10, -857, 0x0000}, + {-175, 10, -857, 0x134e}, + {0, 10, -794, 0x135e} + } +}; + +StandTile tile_1218 = { + 0x01e048, 0x24, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {0, 10, -794, 0x134e}, + {-32, 10, -714, 0x138e}, + {32, 10, -714, 0x135e} + } +}; + +StandTile tile_1219 = { + 0x01df4a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {32, 10, -714, 0x1362}, + {175, 10, -857, 0x1356}, + {0, 10, -794, 0x135a} + } +}; + +StandTile tile_1220 = { + 0x01df49, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {32, 10, -714, 0x1366}, + {175, 10, -677, 0x0000}, + {175, 10, -857, 0x135e} + } +}; + +StandTile tile_1221 = { + 0x01de48, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {175, 10, -677, 0x1362}, + {32, 10, -714, 0x138a}, + {42, 10, -640, 0x136e} + } +}; + +StandTile tile_1222 = { + 0x01dd4a, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {175, 10, -677, 0x136e}, + {58, 10, -540, 0x131f}, + {58, 10, -508, 0x1382} + } +}; + +StandTile tile_1223 = { + 0x01dd49, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {175, 10, -677, 0x1366}, + {42, 10, -640, 0x0000}, + {58, 10, -540, 0x136a} + } +}; + +StandTile tile_1224 = { + 0x01dc48, 0x24, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {148, 10, -476, 0x0000}, + {148, 10, -561, 0x137e}, + {69, 10, -476, 0x0f74} + } +}; + +StandTile tile_1225 = { + 0x01db48, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {175, 10, -561, 0x0000}, + {175, 10, -646, 0x137e}, + {148, 10, -561, 0x0000} + } +}; + +StandTile tile_1226 = { + 0x01da4a, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {69, 10, -476, 0x137e}, + {175, 10, -646, 0x1386}, + {69, 10, -508, 0x0000} + } +}; + +StandTile tile_1227 = { + 0x01da49, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {69, 10, -476, 0x1372}, + {148, 10, -561, 0x1376}, + {175, 10, -646, 0x137a} + } +}; + +StandTile tile_1228 = { + 0x01d94a, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {69, 10, -508, 0x1386}, + {175, 10, -677, 0x136a}, + {58, 10, -508, 0x0000} + } +}; + +StandTile tile_1229 = { + 0x01d949, 0x24, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {69, 10, -508, 0x137a}, + {175, 10, -646, 0x0000}, + {175, 10, -677, 0x1382} + } +}; + +StandTile tile_1230 = { + 0x01d84a, 0x24, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {32, 10, -714, 0x138e}, + {-42, 10, -640, 0x0000}, + {42, 10, -640, 0x1366} + } +}; + +StandTile tile_1231 = { + 0x01d849, 0x24, + 0x1, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {32, 10, -714, 0x135a}, + {-32, 10, -714, 0x134a}, + {-42, 10, -640, 0x138a} + } +}; + +StandTile tile_1232 = { + 0x06584a, 0x23, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-804, 174, 217, 0x1396}, + {-872, 163, 158, 0x01fe}, + {-872, 161, 180, 0x139a} + } +}; + +StandTile tile_1233 = { + 0x065849, 0x23, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-804, 174, 217, 0x13c7}, + {-820, 174, 164, 0x0000}, + {-872, 163, 158, 0x1392} + } +}; + +StandTile tile_1234 = { + 0x065748, 0x23, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-872, 161, 241, 0x13a2}, + {-804, 174, 217, 0x1392}, + {-872, 161, 180, 0x01f6} + } +}; + +StandTile tile_1235 = { + 0x06564a, 0x23, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-794, 174, 249, 0x13a2}, + {-872, 161, 241, 0x01f2}, + {-872, 160, 255, 0x0000} + } +}; + +StandTile tile_1236 = { + 0x065649, 0x23, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-794, 174, 249, 0x13bf}, + {-804, 174, 217, 0x139a}, + {-872, 161, 241, 0x139e} + } +}; + +StandTile tile_1237 = { + 0x058e48, 0x23, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-614, 174, 249, 0x13c3}, + {-730, 174, 233, 0x13bb}, + {-730, 174, 249, 0x0c50} + } +}; + +StandTile tile_1238 = { + 0x01694a, 0x23, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-614, 174, -11, 0x13af}, + {-714, 174, -42, 0x0000}, + {-714, 174, -11, 0x13b7}, + {-714, 174, 11, 0x13d4} + } +}; + +StandTile tile_1239 = { + 0x016949, 0x23, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-614, 174, -11, 0x0000}, + {-614, 174, -42, 0x0753}, + {-714, 174, -42, 0x13aa} + } +}; + +StandTile tile_1240 = { + 0x016c4a, 0x23, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-783, 174, 26, 0x13b7}, + {-714, 174, -11, 0x0000}, + {-773, 174, -11, 0x0000} + } +}; + +StandTile tile_1241 = { + 0x016c49, 0x23, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-783, 174, 26, 0x13d0}, + {-714, 174, 11, 0x13aa}, + {-714, 174, -11, 0x13b3} + } +}; + +StandTile tile_1242 = { + 0x01664a, 0x23, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-730, 174, 233, 0x13bf}, + {-794, 174, 249, 0x0000}, + {-730, 174, 249, 0x13a6} + } +}; + +StandTile tile_1243 = { + 0x016649, 0x23, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-730, 174, 233, 0x13c7}, + {-804, 174, 217, 0x13a2}, + {-794, 174, 249, 0x13bb} + } +}; + +StandTile tile_1244 = { + 0x01674a, 0x23, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-820, 174, 164, 0x13c7}, + {-730, 174, 233, 0x13a6}, + {-614, 174, 249, 0x13cb} + } +}; + +StandTile tile_1245 = { + 0x016749, 0x23, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-820, 174, 164, 0x1396}, + {-804, 174, 217, 0x13bf}, + {-730, 174, 233, 0x13c3} + } +}; + +StandTile tile_1246 = { + 0x016848, 0x23, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {-820, 174, 164, 0x13c3}, + {-614, 174, 249, 0x0cc3}, + {-614, 174, 175, 0x0000}, + {-614, 174, -11, 0x13d4} + } +}; + +StandTile tile_1247 = { + 0x016a48, 0x23, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-714, 174, 11, 0x13b7}, + {-783, 174, 26, 0x0000}, + {-820, 174, 164, 0x13d4} + } +}; + +StandTile tile_1248 = { + 0x016b48, 0x23, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-820, 174, 164, 0x13cb}, + {-614, 174, -11, 0x13aa}, + {-714, 174, 11, 0x13d0} + } +}; + +StandTile tile_1249 = { + 0x00784a, 0x22, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {794, 333, 26, 0x13dc}, + {714, 333, -11, 0x13e4}, + {714, 333, 11, 0x13e9} + } +}; + +StandTile tile_1250 = { + 0x007849, 0x22, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {794, 333, 26, 0x0000}, + {794, 333, -11, 0x0000}, + {714, 333, -11, 0x13d8} + } +}; + +StandTile tile_1251 = { + 0x00774a, 0x22, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {714, 333, 11, 0x13e4}, + {614, 333, -42, 0x0000}, + {614, 333, -11, 0x13ed} + } +}; + +StandTile tile_1252 = { + 0x007749, 0x22, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x2, 0x3, + { + {714, 333, 11, 0x13d8}, + {714, 333, -11, 0x0000}, + {714, 333, -42, 0x0a1f}, + {614, 333, -42, 0x13e0} + } +}; + +StandTile tile_1253 = { + 0x00794a, 0x22, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {714, 333, 11, 0x13ed}, + {794, 333, 79, 0x0000}, + {794, 333, 26, 0x13d8} + } +}; + +StandTile tile_1254 = { + 0x007949, 0x22, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {714, 333, 11, 0x13e0}, + {614, 333, -11, 0x13f1}, + {794, 333, 79, 0x13e9} + } +}; + +StandTile tile_1255 = { + 0x007648, 0x22, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {614, 333, -11, 0x0000}, + {614, 333, 249, 0x13f9}, + {794, 333, 79, 0x13ed} + } +}; + +StandTile tile_1256 = { + 0x00754a, 0x22, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {794, 333, 79, 0x13f9}, + {730, 333, 228, 0x1401}, + {751, 333, 222, 0x0000} + } +}; + +StandTile tile_1257 = { + 0x007549, 0x22, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {794, 333, 79, 0x13f1}, + {614, 333, 249, 0x1405}, + {730, 333, 228, 0x13f5} + } +}; + +StandTile tile_1258 = { + 0x00744a, 0x22, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {741, 333, 249, 0x1401}, + {730, 333, 228, 0x1405}, + {730, 333, 249, 0x0000} + } +}; + +StandTile tile_1259 = { + 0x007449, 0x22, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {741, 333, 249, 0x0000}, + {751, 333, 222, 0x13f5}, + {730, 333, 228, 0x13fd} + } +}; + +StandTile tile_1260 = { + 0x059748, 0x22, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {730, 333, 249, 0x13fd}, + {730, 333, 228, 0x13f9}, + {614, 333, 249, 0x0bbc} + } +}; + +StandTile tile_1261 = { + 0x04894a, 0x21, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {614, 0, -42, 0x140e}, + {614, 10, -122, 0x1416}, + {614, 0, -122, 0x141e}, + {614, 0, -48, 0x074e} + } +}; + +StandTile tile_1262 = { + 0x048949, 0x21, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {614, 0, -42, 0x0000}, + {614, 10, -42, 0x1479}, + {614, 10, -122, 0x1409} + } +}; + +StandTile tile_1263 = { + 0x048a4a, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {614, 0, -122, 0x1416}, + {487, 10, -122, 0x0000}, + {487, 0, -122, 0x141e} + } +}; + +StandTile tile_1264 = { + 0x048a49, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {614, 0, -122, 0x1409}, + {614, 10, -122, 0x146d}, + {487, 10, -122, 0x1412} + } +}; + +StandTile tile_1265 = { + 0x02034a, 0x21, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {614, 0, -48, 0x141e}, + {487, 0, -122, 0x0ac4}, + {609, 0, -45, 0x074e} + } +}; + +StandTile tile_1266 = { + 0x020349, 0x21, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {614, 0, -48, 0x1409}, + {614, 0, -122, 0x1412}, + {487, 0, -122, 0x141a} + } +}; + +StandTile tile_1267 = { + 0x01b648, 0x21, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {492, 10, -540, 0x0000}, + {492, 10, -476, 0x1436}, + {524, 10, -540, 0x1dac} + } +}; + +StandTile tile_1268 = { + 0x01b548, 0x21, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {609, 10, -476, 0x0000}, + {609, 10, -540, 0x1dbc}, + {582, 10, -540, 0x1432} + } +}; + +StandTile tile_1269 = { + 0x01b44a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {794, 10, -254, 0x142e}, + {820, 10, -318, 0x0000}, + {794, 10, -318, 0x145f} + } +}; + +StandTile tile_1270 = { + 0x01b449, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {794, 10, -254, 0x0000}, + {820, 10, -254, 0x1e0d}, + {820, 10, -318, 0x142a} + } +}; + +StandTile tile_1271 = { + 0x01b34a, 0x21, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {582, 10, -540, 0x1436}, + {492, 10, -476, 0x143a}, + {609, 10, -476, 0x1426} + } +}; + +StandTile tile_1272 = { + 0x01b349, 0x21, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {582, 10, -540, 0x1db4}, + {524, 10, -540, 0x1422}, + {492, 10, -476, 0x1432} + } +}; + +StandTile tile_1273 = { + 0x01b248, 0x21, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {619, 10, -476, 0x0000}, + {609, 10, -476, 0x1432}, + {492, 10, -476, 0x1443}, + {614, 10, -291, 0x144f} + } +}; + +StandTile tile_1274 = { + 0x01b14a, 0x21, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {614, 10, -291, 0x1443}, + {476, 10, -476, 0x1000}, + {476, 10, -291, 0x1447} + } +}; + +StandTile tile_1275 = { + 0x01b149, 0x21, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {614, 10, -291, 0x143a}, + {492, 10, -476, 0x0000}, + {476, 10, -476, 0x143f} + } +}; + +StandTile tile_1276 = { + 0x01b04a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {476, 10, -291, 0x144b}, + {487, 10, -153, 0x1471}, + {614, 10, -291, 0x143f} + } +}; + +StandTile tile_1277 = { + 0x01b049, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {476, 10, -291, 0x1000}, + {476, 10, -153, 0x0000}, + {487, 10, -153, 0x1447} + } +}; + +StandTile tile_1278 = { + 0x01af4a, 0x21, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {730, 10, -492, 0x1453}, + {619, 10, -476, 0x143a}, + {614, 10, -291, 0x145b} + } +}; + +StandTile tile_1279 = { + 0x01af49, 0x21, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {730, 10, -492, 0x0000}, + {635, 10, -492, 0x1457}, + {619, 10, -476, 0x144f} + } +}; + +StandTile tile_1280 = { + 0x01ae48, 0x21, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {635, 10, -492, 0x0000}, + {619, 10, -487, 0x0000}, + {619, 10, -476, 0x1453} + } +}; + +StandTile tile_1281 = { + 0x01ad48, 0x21, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {794, 10, -365, 0x0000}, + {730, 10, -492, 0x144f}, + {614, 10, -291, 0x145f} + } +}; + +StandTile tile_1282 = { + 0x01ac48, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {794, 10, -206, 0x0000}, + {794, 10, -254, 0x142a}, + {794, 10, -318, 0x0000}, + {794, 10, -365, 0x145b}, + {614, 10, -291, 0x1469} + } +}; + +StandTile tile_1283 = { + 0x01ab4a, 0x21, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {762, 10, -153, 0x1469}, + {614, 10, -291, 0x146d}, + {614, 10, -122, 0x1475} + } +}; + +StandTile tile_1284 = { + 0x01ab49, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {762, 10, -153, 0x0000}, + {794, 10, -206, 0x145f}, + {614, 10, -291, 0x1465} + } +}; + +StandTile tile_1285 = { + 0x01aa4a, 0x21, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {614, 10, -291, 0x1471}, + {487, 10, -122, 0x1416}, + {614, 10, -122, 0x1465} + } +}; + +StandTile tile_1286 = { + 0x01aa49, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {614, 10, -291, 0x1447}, + {487, 10, -153, 0x0000}, + {487, 10, -122, 0x146d} + } +}; + +StandTile tile_1287 = { + 0x01a948, 0x21, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {746, 10, -85, 0x0000}, + {762, 10, -153, 0x1465}, + {614, 10, -122, 0x147d} + } +}; + +StandTile tile_1288 = { + 0x01a84a, 0x21, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {714, 10, -42, 0x147d}, + {614, 10, -122, 0x140e}, + {614, 10, -42, 0x109f} + } +}; + +StandTile tile_1289 = { + 0x01a849, 0x21, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {714, 10, -42, 0x1481}, + {746, 10, -85, 0x1475}, + {614, 10, -122, 0x1479} + } +}; + +StandTile tile_1290 = { + 0x01a748, 0x21, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {736, 10, -42, 0x0000}, + {746, 10, -85, 0x147d}, + {714, 10, -42, 0x0000} + } +}; + +StandTile tile_1291 = { + 0x012f4a, 0x20, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {106, 174, -222, 0x1489}, + {148, 174, -476, 0x1492}, + {106, 174, -349, 0x0000} + } +}; + +StandTile tile_1292 = { + 0x012f49, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {106, 174, -222, 0x14a3}, + {148, 174, -122, 0x0000}, + {148, 174, -153, 0x1505}, + {148, 174, -476, 0x1485} + } +}; + +StandTile tile_1293 = { + 0x012e4a, 0x20, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {106, 174, -349, 0x1492}, + {-148, 174, -476, 0x149e}, + {-106, 174, -349, 0x0000} + } +}; + +StandTile tile_1294 = { + 0x012e49, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 7, + 0x0, 0x1, 0x6, + { + {106, 174, -349, 0x1485}, + {148, 174, -476, 0x122b}, + {69, 174, -476, 0x0000}, + {58, 174, -476, 0x11db}, + {-58, 174, -476, 0x0000}, + {-69, 174, -476, 0x11e5}, + {-148, 174, -476, 0x148e} + } +}; + +StandTile tile_1295 = { + 0x012d4a, 0x20, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-106, 174, -349, 0x149e}, + {-148, 174, -122, 0x14a7}, + {-106, 174, -222, 0x0000} + } +}; + +StandTile tile_1296 = { + 0x012d49, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-106, 174, -349, 0x148e}, + {-148, 174, -476, 0x14bf}, + {-148, 174, -153, 0x0000}, + {-148, 174, -122, 0x149a} + } +}; + +StandTile tile_1297 = { + 0x012c4a, 0x20, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-106, 174, -222, 0x14a7}, + {148, 174, -122, 0x1489}, + {106, 174, -222, 0x0000} + } +}; + +StandTile tile_1298 = { + 0x012c49, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-106, 174, -222, 0x149a}, + {-148, 174, -122, 0x14ab}, + {148, 174, -122, 0x14a3} + } +}; + +StandTile tile_1299 = { + 0x012b4a, 0x20, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-90, 174, -64, 0x14af}, + {148, 174, -122, 0x14a7}, + {-148, 174, -122, 0x0000} + } +}; + +StandTile tile_1300 = { + 0x012b49, 0x20, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-90, 174, -64, 0x0000}, + {90, 174, -64, 0x0000}, + {148, 174, -122, 0x14ab} + } +}; + +StandTile tile_1301 = { + 0x01774a, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-487, 174, -153, 0x14b7}, + {-476, 174, -476, 0x0000}, + {-492, 174, -476, 0x0767} + } +}; + +StandTile tile_1302 = { + 0x017749, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-487, 174, -153, 0x0000}, + {-476, 174, -153, 0x14dc}, + {-476, 174, -476, 0x14b3} + } +}; + +StandTile tile_1303 = { + 0x016548, 0x1f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-270, 174, -307, 0x14bf}, + {-148, 174, -476, 0x0000}, + {-233, 174, -476, 0x14e9} + } +}; + +StandTile tile_1304 = { + 0x01644a, 0x1f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-270, 174, -307, 0x14c3}, + {-148, 174, -153, 0x149e}, + {-148, 174, -476, 0x14bb} + } +}; + +StandTile tile_1305 = { + 0x016449, 0x1f, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {-270, 174, -307, 0x14d0}, + {-222, 174, -153, 0x14c8}, + {-159, 174, -153, 0x0000}, + {-148, 174, -153, 0x14bf} + } +}; + +StandTile tile_1306 = { + 0x01634a, 0x1f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-222, 174, -153, 0x14cc}, + {-159, 174, -122, 0x0000}, + {-159, 174, -153, 0x14c3} + } +}; + +StandTile tile_1307 = { + 0x016349, 0x1f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-222, 174, -153, 0x0000}, + {-222, 174, -122, 0x0000}, + {-159, 174, -122, 0x14c8} + } +}; + +StandTile tile_1308 = { + 0x016248, 0x1f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-270, 174, -307, 0x14d4}, + {-233, 174, -153, 0x0000}, + {-222, 174, -153, 0x14c3} + } +}; + +StandTile tile_1309 = { + 0x01614a, 0x1f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-476, 174, -122, 0x14d8}, + {-233, 174, -153, 0x14d0}, + {-270, 174, -307, 0x14dc} + } +}; + +StandTile tile_1310 = { + 0x016149, 0x1f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-476, 174, -122, 0x0000}, + {-233, 174, -122, 0x0000}, + {-233, 174, -153, 0x14d4} + } +}; + +StandTile tile_1311 = { + 0x01604a, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {-270, 174, -307, 0x14e1}, + {-476, 174, -476, 0x14b7}, + {-476, 174, -153, 0x0000}, + {-476, 174, -122, 0x14d4} + } +}; + +StandTile tile_1312 = { + 0x016049, 0x1f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-270, 174, -307, 0x14e5}, + {-466, 174, -508, 0x14ed}, + {-476, 174, -476, 0x14dc} + } +}; + +StandTile tile_1313 = { + 0x015f4a, 0x1f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-270, 174, -307, 0x14e9}, + {-259, 174, -508, 0x0000}, + {-466, 174, -508, 0x14e1} + } +}; + +StandTile tile_1314 = { + 0x015f49, 0x1f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-270, 174, -307, 0x14bb}, + {-233, 174, -476, 0x14f1}, + {-259, 174, -508, 0x14e5} + } +}; + +StandTile tile_1315 = { + 0x015e48, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-476, 174, -476, 0x14e1}, + {-466, 174, -508, 0x0000}, + {-476, 174, -508, 0x0000} + } +}; + +StandTile tile_1316 = { + 0x015d48, 0x1f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-233, 174, -476, 0x0000}, + {-233, 174, -508, 0x0000}, + {-259, 174, -508, 0x14e9} + } +}; + +StandTile tile_1317 = { + 0x01514a, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {492, 174, -476, 0x14f9}, + {476, 174, -153, 0x0000}, + {487, 174, -153, 0x07b7} + } +}; + +StandTile tile_1318 = { + 0x015149, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {492, 174, -476, 0x0000}, + {476, 174, -476, 0x1522}, + {476, 174, -153, 0x14f5} + } +}; + +StandTile tile_1319 = { + 0x013f48, 0x1e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {233, 174, -476, 0x0000}, + {148, 174, -476, 0x1501}, + {270, 174, -307, 0x1527} + } +}; + +StandTile tile_1320 = { + 0x013e4a, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {148, 174, -476, 0x1505}, + {222, 174, -153, 0x1512}, + {270, 174, -307, 0x14fd} + } +}; + +StandTile tile_1321 = { + 0x013e49, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {148, 174, -476, 0x1489}, + {148, 174, -153, 0x0000}, + {159, 174, -153, 0x150a}, + {222, 174, -153, 0x1501} + } +}; + +StandTile tile_1322 = { + 0x013d4a, 0x1e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {159, 174, -153, 0x150e}, + {222, 174, -122, 0x0000}, + {222, 174, -153, 0x1505} + } +}; + +StandTile tile_1323 = { + 0x013d49, 0x1e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {159, 174, -153, 0x0000}, + {159, 174, -122, 0x0000}, + {222, 174, -122, 0x150a} + } +}; + +StandTile tile_1324 = { + 0x013c48, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {222, 174, -153, 0x0000}, + {233, 174, -153, 0x151a}, + {270, 174, -307, 0x1501} + } +}; + +StandTile tile_1325 = { + 0x013b4a, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {270, 174, -307, 0x151a}, + {233, 174, -122, 0x0000}, + {476, 174, -122, 0x151e} + } +}; + +StandTile tile_1326 = { + 0x013b49, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {270, 174, -307, 0x1512}, + {233, 174, -153, 0x0000}, + {233, 174, -122, 0x1516} + } +}; + +StandTile tile_1327 = { + 0x013a4a, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {476, 174, -122, 0x1522}, + {466, 174, -508, 0x1527}, + {270, 174, -307, 0x1516} + } +}; + +StandTile tile_1328 = { + 0x013a49, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {476, 174, -122, 0x0000}, + {476, 174, -153, 0x14f9}, + {476, 174, -476, 0x152f}, + {466, 174, -508, 0x151e} + } +}; + +StandTile tile_1329 = { + 0x01394a, 0x1e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {466, 174, -508, 0x152b}, + {233, 174, -476, 0x14fd}, + {270, 174, -307, 0x151e} + } +}; + +StandTile tile_1330 = { + 0x013949, 0x1e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {466, 174, -508, 0x0000}, + {259, 174, -508, 0x1533}, + {233, 174, -476, 0x1527} + } +}; + +StandTile tile_1331 = { + 0x013848, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {476, 174, -508, 0x0000}, + {466, 174, -508, 0x1522}, + {476, 174, -476, 0x0000} + } +}; + +StandTile tile_1332 = { + 0x013748, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {259, 174, -508, 0x0000}, + {233, 174, -508, 0x0000}, + {233, 174, -476, 0x152b} + } +}; + +StandTile tile_1333 = { + 0x003840, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1315, 0, -2048, 0x0000}, + {1315, 0, -2111, 0x1551}, + {1253, 0, -2048, 0x153b} + } +}; + +StandTile tile_1334 = { + 0x003440, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1315, 0, -1984, 0x0000}, + {1315, 0, -2048, 0x1537}, + {1253, 0, -2048, 0x153f} + } +}; + +StandTile tile_1335 = { + 0x003740, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1253, 0, -1984, 0x0000}, + {1315, 0, -1984, 0x153b}, + {1253, 0, -2048, 0x1543} + } +}; + +StandTile tile_1336 = { + 0x003340, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1191, 0, -1984, 0x0000}, + {1253, 0, -1984, 0x153f}, + {1253, 0, -2048, 0x1547} + } +}; + +StandTile tile_1337 = { + 0x003940, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {1191, 0, -2048, 0x15bc}, + {1191, 0, -2011, 0x0000}, + {1191, 0, -1984, 0x1543}, + {1253, 0, -2048, 0x154c} + } +}; + +StandTile tile_1338 = { + 0x003540, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {1191, 0, -2111, 0x0000}, + {1191, 0, -2085, 0x15bc}, + {1191, 0, -2048, 0x1547}, + {1253, 0, -2048, 0x1555} + } +}; + +StandTile tile_1339 = { + 0x003640, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1253, 0, -2048, 0x1537}, + {1315, 0, -2111, 0x0000}, + {1253, 0, -2111, 0x1555} + } +}; + +StandTile tile_1340 = { + 0x000840, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1191, 0, -2111, 0x154c}, + {1253, 0, -2048, 0x1551}, + {1253, 0, -2111, 0x0000} + } +}; + +StandTile tile_1341 = { + 0x003838, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-818, 0, -2117, 0x0000}, + {-818, 0, -2053, 0x1573}, + {-755, 0, -2117, 0x155d} + } +}; + +StandTile tile_1342 = { + 0x003438, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-818, 0, -2180, 0x0000}, + {-818, 0, -2117, 0x1559}, + {-755, 0, -2117, 0x1561} + } +}; + +StandTile tile_1343 = { + 0x003738, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-755, 0, -2180, 0x0000}, + {-818, 0, -2180, 0x155d}, + {-755, 0, -2117, 0x1565} + } +}; + +StandTile tile_1344 = { + 0x003338, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-693, 0, -2180, 0x0000}, + {-755, 0, -2180, 0x1561}, + {-755, 0, -2117, 0x1569} + } +}; + +StandTile tile_1345 = { + 0x003938, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {-693, 0, -2117, 0x166c}, + {-693, 0, -2154, 0x0000}, + {-693, 0, -2180, 0x1565}, + {-755, 0, -2117, 0x156e} + } +}; + +StandTile tile_1346 = { + 0x003538, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {-693, 0, -2053, 0x0000}, + {-693, 0, -2080, 0x166c}, + {-693, 0, -2117, 0x1569}, + {-755, 0, -2117, 0x1577} + } +}; + +StandTile tile_1347 = { + 0x003638, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-755, 0, -2117, 0x1559}, + {-818, 0, -2053, 0x0000}, + {-755, 0, -2053, 0x1577} + } +}; + +StandTile tile_1348 = { + 0x000838, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-693, 0, -2053, 0x156e}, + {-755, 0, -2117, 0x1573}, + {-755, 0, -2053, 0x0000} + } +}; + +StandTile tile_1349 = { + 0x07bf30, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {741, 0, -1818, 0x1583}, + {710, 0, -1588, 0x15fa}, + {871, 0, -1751, 0x15e6} + } +}; + +StandTile tile_1350 = { + 0x079732, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 0, -1588, 0x1583}, + {741, 0, -1818, 0x158b}, + {312, 0, -1619, 0x0000} + } +}; + +StandTile tile_1351 = { + 0x079731, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 0, -1588, 0x1705}, + {710, 0, -1588, 0x157b}, + {741, 0, -1818, 0x157f} + } +}; + +StandTile tile_1352 = { + 0x079630, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {280, 0, -1624, 0x0000}, + {312, 0, -1619, 0x158b}, + {280, 0, -2037, 0x162c} + } +}; + +StandTile tile_1353 = { + 0x079530, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 0, -1619, 0x157f}, + {741, 0, -1818, 0x158f}, + {280, 0, -2037, 0x1587} + } +}; + +StandTile tile_1354 = { + 0x079430, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {741, 0, -1818, 0x15d6}, + {741, 0, -2037, 0x1593}, + {280, 0, -2037, 0x158b} + } +}; + +StandTile tile_1355 = { + 0x079130, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {741, 0, -2037, 0x15b0}, + {741, 0, -2257, 0x159b}, + {280, 0, -2037, 0x158f} + } +}; + +StandTile tile_1356 = { + 0x079032, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {280, 0, -2461, 0x159b}, + {741, 0, -2257, 0x15a4}, + {667, 0, -2450, 0x0000} + } +}; + +StandTile tile_1357 = { + 0x079031, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {280, 0, -2461, 0x1613}, + {280, 0, -2455, 0x1618}, + {280, 0, -2037, 0x1593}, + {741, 0, -2257, 0x1597} + } +}; + +StandTile tile_1358 = { + 0x07c633, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1053, 0, -2350, 0x15a4}, + {741, 0, -2257, 0x15b4}, + {1074, 0, -2270, 0x15ac} + } +}; + +StandTile tile_1359 = { + 0x07c632, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1053, 0, -2350, 0x15a8}, + {667, 0, -2450, 0x1597}, + {741, 0, -2257, 0x15a0} + } +}; + +StandTile tile_1360 = { + 0x07c631, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1053, 0, -2350, 0x0000}, + {1069, 0, -2455, 0x0000}, + {667, 0, -2450, 0x15a4} + } +}; + +StandTile tile_1361 = { + 0x078f30, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1085, 0, -2270, 0x0000}, + {1053, 0, -2350, 0x15a0}, + {1074, 0, -2270, 0x0000} + } +}; + +StandTile tile_1362 = { + 0x078e32, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1074, 0, -2207, 0x15b4}, + {741, 0, -2257, 0x1593}, + {741, 0, -2037, 0x15ce} + } +}; + +StandTile tile_1363 = { + 0x078e31, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1074, 0, -2207, 0x0000}, + {1074, 0, -2270, 0x15a0}, + {741, 0, -2257, 0x15b0} + } +}; + +StandTile tile_1364 = { + 0x078d32, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1175, 0, -2006, 0x15bc}, + {1191, 0, -2085, 0x0000}, + {1175, 0, -2090, 0x15c1} + } +}; + +StandTile tile_1365 = { + 0x078d31, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {1175, 0, -2006, 0x0000}, + {1191, 0, -2011, 0x1547}, + {1191, 0, -2048, 0x154c}, + {1191, 0, -2085, 0x15b8} + } +}; + +StandTile tile_1366 = { + 0x078c30, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {1175, 0, -2006, 0x15b8}, + {1175, 0, -2090, 0x0000}, + {1175, 0, -2122, 0x0000}, + {1122, 0, -2159, 0x15ca} + } +}; + +StandTile tile_1367 = { + 0x078b32, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1175, 0, -2006, 0x15ca}, + {1090, 0, -2207, 0x0000}, + {1074, 0, -2207, 0x15d2} + } +}; + +StandTile tile_1368 = { + 0x078b31, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1175, 0, -2006, 0x15c1}, + {1122, 0, -2159, 0x0000}, + {1090, 0, -2207, 0x15c6} + } +}; + +StandTile tile_1369 = { + 0x078a32, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1175, 0, -1984, 0x15d2}, + {1074, 0, -2207, 0x15b0}, + {741, 0, -2037, 0x15de} + } +}; + +StandTile tile_1370 = { + 0x078a31, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1175, 0, -1984, 0x0000}, + {1175, 0, -2006, 0x15c6}, + {1074, 0, -2207, 0x15ce} + } +}; + +StandTile tile_1371 = { + 0x078930, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {741, 0, -2037, 0x158f}, + {741, 0, -1818, 0x15e2}, + {1074, 0, -1889, 0x15da} + } +}; + +StandTile tile_1372 = { + 0x078832, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1095, 0, -1889, 0x15de}, + {741, 0, -2037, 0x15d6}, + {1074, 0, -1889, 0x0000} + } +}; + +StandTile tile_1373 = { + 0x078831, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1095, 0, -1889, 0x0000}, + {1175, 0, -1984, 0x15ce}, + {741, 0, -2037, 0x15da} + } +}; + +StandTile tile_1374 = { + 0x078732, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {741, 0, -1818, 0x15e6}, + {1074, 0, -1826, 0x0000}, + {1074, 0, -1889, 0x15d6} + } +}; + +StandTile tile_1375 = { + 0x078731, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {741, 0, -1818, 0x157b}, + {871, 0, -1751, 0x15ee}, + {1074, 0, -1826, 0x15e2} + } +}; + +StandTile tile_1376 = { + 0x078632, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1085, 0, -1826, 0x15ee}, + {871, 0, -1751, 0x15f2}, + {1053, 0, -1709, 0x0000} + } +}; + +StandTile tile_1377 = { + 0x078631, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1085, 0, -1826, 0x0000}, + {1074, 0, -1826, 0x15e6}, + {871, 0, -1751, 0x15ea} + } +}; + +StandTile tile_1378 = { + 0x078532, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, 0, -1751, 0x15f6}, + {1074, 0, -1646, 0x0000}, + {1053, 0, -1709, 0x15ea} + } +}; + +StandTile tile_1379 = { + 0x078531, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, 0, -1751, 0x15ff}, + {1044, 0, -1646, 0x0000}, + {1074, 0, -1646, 0x15f2} + } +}; + +StandTile tile_1380 = { + 0x078432, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {1044, 0, -1588, 0x15ff}, + {871, 0, -1751, 0x157b}, + {710, 0, -1588, 0x16f9}, + {1042, 0, -1588, 0x0000} + } +}; + +StandTile tile_1381 = { + 0x078431, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1044, 0, -1588, 0x0000}, + {1044, 0, -1646, 0x15f6}, + {871, 0, -1751, 0x15fa} + } +}; + +StandTile tile_1382 = { + 0x079f30, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-37, 0, -2027, 0x1607}, + {-5, 0, -2455, 0x0000}, + {-37, 0, -2455, 0x1662} + } +}; + +StandTile tile_1383 = { + 0x079e32, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-37, 0, -2027, 0x160b}, + {106, 0, -2471, 0x0000}, + {-5, 0, -2455, 0x1603} + } +}; + +StandTile tile_1384 = { + 0x079e31, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-37, 0, -2027, 0x160f}, + {206, 0, -2450, 0x0000}, + {106, 0, -2471, 0x1607} + } +}; + +StandTile tile_1385 = { + 0x079d32, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-37, 0, -2027, 0x1613}, + {280, 0, -2477, 0x0000}, + {206, 0, -2450, 0x160b} + } +}; + +StandTile tile_1386 = { + 0x079d31, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-37, 0, -2027, 0x1618}, + {280, 0, -2455, 0x159b}, + {280, 0, -2461, 0x0000}, + {280, 0, -2477, 0x160f} + } +}; + +StandTile tile_1387 = { + 0x079c30, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {280, 0, -2455, 0x1613}, + {-37, 0, -2027, 0x162c}, + {280, 0, -2037, 0x159b} + } +}; + +StandTile tile_1388 = { + 0x079b30, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-37, 0, -2027, 0x1662}, + {-37, 0, -1619, 0x0000}, + {-5, 0, -1619, 0x1628} + } +}; + +StandTile tile_1389 = { + 0x079a32, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {185, 0, -1598, 0x1624}, + {-5, 0, -1619, 0x0000}, + {-5, 0, -1598, 0x0000} + } +}; + +StandTile tile_1390 = { + 0x079a31, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {185, 0, -1598, 0x1631}, + {280, 0, -1619, 0x1628}, + {-5, 0, -1619, 0x1620} + } +}; + +StandTile tile_1391 = { + 0x079932, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {280, 0, -1619, 0x162c}, + {-37, 0, -2027, 0x161c}, + {-5, 0, -1619, 0x1624} + } +}; + +StandTile tile_1392 = { + 0x079931, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {280, 0, -1619, 0x0000}, + {280, 0, -1624, 0x1587}, + {280, 0, -2037, 0x1618}, + {-37, 0, -2027, 0x1628} + } +}; + +StandTile tile_1393 = { + 0x079832, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {185, 0, -1598, 0x1635}, + {280, 0, -1598, 0x0000}, + {280, 0, -1619, 0x1624} + } +}; + +StandTile tile_1394 = { + 0x079831, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {185, 0, -1598, 0x0000}, + {185, 0, -1584, 0x0000}, + {280, 0, -1598, 0x1631} + } +}; + +StandTile tile_1395 = { + 0x07a830, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-323, 0, -2455, 0x0000}, + {-355, 0, -2455, 0x1655}, + {-193, 0, -2027, 0x163d} + } +}; + +StandTile tile_1396 = { + 0x07a732, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-193, 0, -2027, 0x1641}, + {-323, 0, -2471, 0x0000}, + {-323, 0, -2455, 0x1639} + } +}; + +StandTile tile_1397 = { + 0x07a731, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-193, 0, -2027, 0x1645}, + {-249, 0, -2445, 0x0000}, + {-323, 0, -2471, 0x163d} + } +}; + +StandTile tile_1398 = { + 0x07a530, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-193, 0, -2027, 0x1649}, + {-148, 0, -2471, 0x0000}, + {-249, 0, -2445, 0x1641} + } +}; + +StandTile tile_1399 = { + 0x07a432, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-193, 0, -2027, 0x164d}, + {-37, 0, -2477, 0x0000}, + {-148, 0, -2471, 0x1645} + } +}; + +StandTile tile_1400 = { + 0x07a431, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-193, 0, -2027, 0x1662}, + {-37, 0, -2455, 0x0000}, + {-37, 0, -2477, 0x1649} + } +}; + +StandTile tile_1401 = { + 0x07a332, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-193, 0, -2027, 0x1655}, + {-355, 0, -1619, 0x0000}, + {-323, 0, -1619, 0x165a} + } +}; + +StandTile tile_1402 = { + 0x07a331, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-193, 0, -2027, 0x1639}, + {-355, 0, -2455, 0x16ad}, + {-355, 0, -2027, 0x16f1}, + {-355, 0, -1619, 0x1651} + } +}; + +StandTile tile_1403 = { + 0x07a230, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-323, 0, -1619, 0x165e}, + {-37, 0, -1598, 0x1662}, + {-193, 0, -2027, 0x1651} + } +}; + +StandTile tile_1404 = { + 0x07a130, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-323, 0, -1619, 0x0000}, + {-323, 0, -1598, 0x0000}, + {-37, 0, -1598, 0x165a} + } +}; + +StandTile tile_1405 = { + 0x07a030, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {-37, 0, -1598, 0x0000}, + {-37, 0, -1619, 0x161c}, + {-37, 0, -2027, 0x1603}, + {-37, 0, -2455, 0x164d}, + {-193, 0, -2027, 0x165a} + } +}; + +StandTile tile_1406 = { + 0x07be32, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-667, 0, -2154, 0x166c}, + {-693, 0, -2080, 0x0000}, + {-667, 0, -2080, 0x1681} + } +}; + +StandTile tile_1407 = { + 0x07be31, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-667, 0, -2154, 0x0000}, + {-693, 0, -2154, 0x1569}, + {-693, 0, -2117, 0x156e}, + {-693, 0, -2080, 0x1668} + } +}; + +StandTile tile_1408 = { + 0x07bd32, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-651, 0, -2223, 0x1675}, + {-667, 0, -2154, 0x1681}, + {-587, 0, -2190, 0x1679} + } +}; + +StandTile tile_1409 = { + 0x07bd31, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-651, 0, -2223, 0x0000}, + {-663, 0, -2223, 0x0000}, + {-667, 0, -2154, 0x1671} + } +}; + +StandTile tile_1410 = { + 0x07bc30, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-651, 0, -2254, 0x0000}, + {-651, 0, -2223, 0x1671}, + {-587, 0, -2190, 0x168d} + } +}; + +StandTile tile_1411 = { + 0x07bb30, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-526, 0, -2027, 0x169d}, + {-587, 0, -2190, 0x1681}, + {-667, 0, -2080, 0x1685} + } +}; + +StandTile tile_1412 = { + 0x07ba30, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-587, 0, -2190, 0x1671}, + {-667, 0, -2154, 0x1668}, + {-667, 0, -2080, 0x167d} + } +}; + +StandTile tile_1413 = { + 0x07b930, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-526, 0, -2027, 0x167d}, + {-667, 0, -2080, 0x0000}, + {-661, 0, -2043, 0x16b9} + } +}; + +StandTile tile_1414 = { + 0x07b830, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-661, 0, -2455, 0x0000}, + {-661, 0, -2254, 0x0000}, + {-651, 0, -2254, 0x1691} + } +}; + +StandTile tile_1415 = { + 0x07b732, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-640, 0, -2455, 0x1691}, + {-651, 0, -2254, 0x1679}, + {-587, 0, -2190, 0x1695} + } +}; + +StandTile tile_1416 = { + 0x07b731, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-640, 0, -2455, 0x0000}, + {-661, 0, -2455, 0x1689}, + {-651, 0, -2254, 0x168d} + } +}; + +StandTile tile_1417 = { + 0x07b632, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-587, 0, -2190, 0x1699}, + {-640, 0, -2477, 0x0000}, + {-640, 0, -2455, 0x168d} + } +}; + +StandTile tile_1418 = { + 0x07b631, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-587, 0, -2190, 0x169d}, + {-529, 0, -2471, 0x0000}, + {-640, 0, -2477, 0x1695} + } +}; + +StandTile tile_1419 = { + 0x07b532, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-526, 0, -2027, 0x16a1}, + {-529, 0, -2471, 0x1699}, + {-587, 0, -2190, 0x167d} + } +}; + +StandTile tile_1420 = { + 0x07b531, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-526, 0, -2027, 0x16a5}, + {-429, 0, -2461, 0x0000}, + {-529, 0, -2471, 0x169d} + } +}; + +StandTile tile_1421 = { + 0x07b432, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-355, 0, -2455, 0x16a9}, + {-429, 0, -2461, 0x16a1}, + {-526, 0, -2027, 0x16b1} + } +}; + +StandTile tile_1422 = { + 0x07b431, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-355, 0, -2455, 0x0000}, + {-355, 0, -2471, 0x0000}, + {-429, 0, -2461, 0x16a5} + } +}; + +StandTile tile_1423 = { + 0x07b332, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-355, 0, -2455, 0x16b1}, + {-469, 0, -1875, 0x16f1}, + {-355, 0, -2027, 0x1655} + } +}; + +StandTile tile_1424 = { + 0x07b331, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-355, 0, -2455, 0x16a5}, + {-526, 0, -2027, 0x16c1}, + {-469, 0, -1875, 0x16ad} + } +}; + +StandTile tile_1425 = { + 0x07b232, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-526, 0, -2027, 0x16b9}, + {-663, 0, -1873, 0x0000}, + {-651, 0, -1873, 0x16c1} + } +}; + +StandTile tile_1426 = { + 0x07b231, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-526, 0, -2027, 0x1685}, + {-661, 0, -2043, 0x0000}, + {-663, 0, -1873, 0x16b5} + } +}; + +StandTile tile_1427 = { + 0x07b132, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-469, 0, -1875, 0x16c1}, + {-651, 0, -1873, 0x0000}, + {-651, 0, -1842, 0x16dd} + } +}; + +StandTile tile_1428 = { + 0x07b131, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-469, 0, -1875, 0x16b1}, + {-526, 0, -2027, 0x16b5}, + {-651, 0, -1873, 0x16bd} + } +}; + +StandTile tile_1429 = { + 0x07b032, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-651, 0, -1842, 0x16c9}, + {-661, 0, -1619, 0x0000}, + {-640, 0, -1619, 0x16cd} + } +}; + +StandTile tile_1430 = { + 0x07b031, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-651, 0, -1842, 0x0000}, + {-662, 0, -1842, 0x0000}, + {-661, 0, -1619, 0x16c5} + } +}; + +StandTile tile_1431 = { + 0x07af30, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-651, 0, -1842, 0x16c5}, + {-640, 0, -1619, 0x16d1}, + {-545, 0, -1609, 0x16d9} + } +}; + +StandTile tile_1432 = { + 0x07ae32, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-640, 0, -1619, 0x16d5}, + {-582, 0, -1598, 0x0000}, + {-545, 0, -1609, 0x16cd} + } +}; + +StandTile tile_1433 = { + 0x07ae31, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-640, 0, -1619, 0x0000}, + {-640, 0, -1598, 0x0000}, + {-582, 0, -1598, 0x16d1} + } +}; + +StandTile tile_1434 = { + 0x07ad32, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-460, 0, -1609, 0x16dd}, + {-651, 0, -1842, 0x16cd}, + {-545, 0, -1609, 0x16e1} + } +}; + +StandTile tile_1435 = { + 0x07ad31, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-460, 0, -1609, 0x16e9}, + {-469, 0, -1875, 0x16bd}, + {-651, 0, -1842, 0x16d9} + } +}; + +StandTile tile_1436 = { + 0x07ac32, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-545, 0, -1609, 0x16e5}, + {-466, 0, -1588, 0x0000}, + {-460, 0, -1609, 0x16d9} + } +}; + +StandTile tile_1437 = { + 0x07ac31, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-545, 0, -1609, 0x0000}, + {-540, 0, -1588, 0x19b3}, + {-466, 0, -1588, 0x16e1} + } +}; + +StandTile tile_1438 = { + 0x07ab30, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-469, 0, -1875, 0x16dd}, + {-460, 0, -1609, 0x0000}, + {-423, 0, -1598, 0x16ed} + } +}; + +StandTile tile_1439 = { + 0x07aa32, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-355, 0, -1619, 0x16f1}, + {-469, 0, -1875, 0x16e9}, + {-423, 0, -1598, 0x16f5} + } +}; + +StandTile tile_1440 = { + 0x07aa31, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-355, 0, -1619, 0x1655}, + {-355, 0, -2027, 0x16ad}, + {-469, 0, -1875, 0x16ed} + } +}; + +StandTile tile_1441 = { + 0x07a930, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-423, 0, -1598, 0x0000}, + {-355, 0, -1598, 0x0000}, + {-355, 0, -1619, 0x16ed} + } +}; + +StandTile tile_1442 = { + 0x078030, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {710, 0, -1588, 0x16fd}, + {1053, 0, -1513, 0x0000}, + {1042, 0, -1588, 0x15fa} + } +}; + +StandTile tile_1443 = { + 0x077f32, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {710, 0, -1588, 0x1701}, + {1064, 0, -1413, 0x0000}, + {1053, 0, -1513, 0x16f9} + } +}; + +StandTile tile_1444 = { + 0x077f31, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {710, 0, -1588, 0x171d}, + {1042, 0, -1334, 0x0000}, + {1064, 0, -1413, 0x16fd} + } +}; + +StandTile tile_1445 = { + 0x077e30, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 0, -1588, 0x1709}, + {312, 0, -1334, 0x1711}, + {710, 0, -1588, 0x1583} + } +}; + +StandTile tile_1446 = { + 0x077d32, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 0, -1588, 0x170d}, + {291, 0, -1334, 0x0000}, + {312, 0, -1334, 0x1705} + } +}; + +StandTile tile_1447 = { + 0x077d31, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 0, -1588, 0x0000}, + {291, 0, -1588, 0x0000}, + {291, 0, -1334, 0x1709} + } +}; + +StandTile tile_1448 = { + 0x077c32, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 0, -1334, 0x1715}, + {677, 0, -1302, 0x1719}, + {710, 0, -1588, 0x1705} + } +}; + +StandTile tile_1449 = { + 0x077c31, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 0, -1334, 0x0000}, + {312, 0, -1302, 0x174e}, + {677, 0, -1302, 0x1711} + } +}; + +StandTile tile_1450 = { + 0x077b32, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1042, 0, -1302, 0x171d}, + {710, 0, -1588, 0x1711}, + {677, 0, -1302, 0x1735} + } +}; + +StandTile tile_1451 = { + 0x077b31, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1042, 0, -1302, 0x0000}, + {1042, 0, -1334, 0x1701}, + {710, 0, -1588, 0x1719} + } +}; + +StandTile tile_1452 = { + 0x077a30, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {884, 0, -1042, 0x1725}, + {1058, 0, -1170, 0x0000}, + {1042, 0, -1302, 0x1735} + } +}; + +StandTile tile_1453 = { + 0x077930, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {884, 0, -1042, 0x1729}, + {1064, 0, -1053, 0x0000}, + {1058, 0, -1170, 0x1721} + } +}; + +StandTile tile_1454 = { + 0x077832, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {884, 0, -1042, 0x172d}, + {1016, 0, -1031, 0x0000}, + {1064, 0, -1053, 0x1725} + } +}; + +StandTile tile_1455 = { + 0x077831, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {884, 0, -1042, 0x0000}, + {884, 0, -1021, 0x0000}, + {1016, 0, -1031, 0x1729} + } +}; + +StandTile tile_1456 = { + 0x077732, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {884, 0, -1042, 0x1735}, + {677, 0, -1302, 0x1739}, + {852, 0, -1042, 0x0000} + } +}; + +StandTile tile_1457 = { + 0x077731, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {884, 0, -1042, 0x1721}, + {1042, 0, -1302, 0x1719}, + {677, 0, -1302, 0x1731} + } +}; + +StandTile tile_1458 = { + 0x077632, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {677, 0, -1302, 0x173d}, + {852, 0, -1021, 0x0000}, + {852, 0, -1042, 0x1731} + } +}; + +StandTile tile_1459 = { + 0x077631, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {677, 0, -1302, 0x1741}, + {661, 0, -1027, 0x0000}, + {852, 0, -1021, 0x1739} + } +}; + +StandTile tile_1460 = { + 0x077530, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {677, 0, -1302, 0x1752}, + {534, 0, -1027, 0x1746}, + {651, 0, -1027, 0x0000}, + {661, 0, -1027, 0x173d} + } +}; + +StandTile tile_1461 = { + 0x077432, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {534, 0, -995, 0x174a}, + {651, 0, -1027, 0x1741}, + {534, 0, -1027, 0x0000} + } +}; + +StandTile tile_1462 = { + 0x077431, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {534, 0, -995, 0x1d22}, + {651, 0, -995, 0x0000}, + {651, 0, -1027, 0x1746} + } +}; + +StandTile tile_1463 = { + 0x077332, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {519, 0, -1042, 0x1752}, + {677, 0, -1302, 0x1715}, + {312, 0, -1302, 0x1756} + } +}; + +StandTile tile_1464 = { + 0x077331, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {519, 0, -1042, 0x0000}, + {534, 0, -1027, 0x1741}, + {677, 0, -1302, 0x174e} + } +}; + +StandTile tile_1465 = { + 0x077232, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 0, -1302, 0x175a}, + {487, 0, -1042, 0x0000}, + {519, 0, -1042, 0x174e} + } +}; + +StandTile tile_1466 = { + 0x077231, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 0, -1302, 0x0000}, + {291, 0, -1302, 0x1762}, + {487, 0, -1042, 0x1756} + } +}; + +StandTile tile_1467 = { + 0x077130, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {319, 0, -1037, 0x0000}, + {487, 0, -1021, 0x0000}, + {487, 0, -1042, 0x1762} + } +}; + +StandTile tile_1468 = { + 0x077030, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {319, 0, -1037, 0x175e}, + {487, 0, -1042, 0x175a}, + {291, 0, -1302, 0x0000} + } +}; + +StandTile tile_1469 = { + 0x00832a, 0x14, + 0x1, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {762, 323, 572, 0x176a}, + {699, 333, 572, 0x0000}, + {699, 323, 572, 0x1776} + } +}; + +StandTile tile_1470 = { + 0x008329, 0x14, + 0x1, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {762, 323, 572, 0x0000}, + {762, 333, 572, 0x0bb8}, + {699, 333, 572, 0x1766} + } +}; + +StandTile tile_1471 = { + 0x00282a, 0x14, + 0x1, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {699, 323, 683, 0x1772}, + {762, 323, 651, 0x177a}, + {699, 323, 651, 0x0000} + } +}; + +StandTile tile_1472 = { + 0x002829, 0x14, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {699, 323, 683, 0x1793}, + {762, 323, 683, 0x0000}, + {762, 323, 651, 0x176e} + } +}; + +StandTile tile_1473 = { + 0x00272a, 0x14, + 0x1, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {699, 323, 651, 0x177a}, + {762, 323, 572, 0x1766}, + {699, 323, 572, 0x0000} + } +}; + +StandTile tile_1474 = { + 0x002729, 0x14, + 0x1, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {699, 323, 651, 0x176e}, + {762, 323, 651, 0x0000}, + {762, 323, 572, 0x1776} + } +}; + +StandTile tile_1475 = { + 0x003328, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {730, 323, 995, 0x0000}, + {878, 323, 995, 0x0000}, + {878, 323, 831, 0x1782} + } +}; + +StandTile tile_1476 = { + 0x003428, 0x14, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x3, + { + {730, 323, 995, 0x177e}, + {878, 323, 831, 0x17c8}, + {794, 323, 831, 0x17bc}, + {582, 323, 831, 0x1787} + } +}; + +StandTile tile_1477 = { + 0x001c28, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {582, 323, 995, 0x0000}, + {730, 323, 995, 0x1782}, + {582, 323, 831, 0x0000} + } +}; + +StandTile tile_1478 = { + 0x007d28, 0x14, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {803, 323, 687, 0x0000}, + {838, 323, 687, 0x17a0}, + {878, 323, 683, 0x178f} + } +}; + +StandTile tile_1479 = { + 0x007e28, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {803, 323, 687, 0x178b}, + {878, 323, 683, 0x0000}, + {762, 323, 683, 0x1793} + } +}; + +StandTile tile_1480 = { + 0x001228, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {582, 323, 683, 0x17a4}, + {803, 323, 687, 0x178f}, + {762, 323, 683, 0x1772}, + {699, 323, 683, 0x0000} + } +}; + +StandTile tile_1481 = { + 0x001128, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {878, 323, 683, 0x179c}, + {877, 323, 741, 0x17c4}, + {878, 323, 831, 0x0000} + } +}; + +StandTile tile_1482 = { + 0x00102a, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {878, 323, 683, 0x17a0}, + {866, 323, 707, 0x0000}, + {877, 323, 741, 0x1798} + } +}; + +StandTile tile_1483 = { + 0x001029, 0x14, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {878, 323, 683, 0x178b}, + {838, 323, 687, 0x0000}, + {866, 323, 707, 0x179c} + } +}; + +StandTile tile_1484 = { + 0x000f28, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {803, 323, 687, 0x1793}, + {582, 323, 683, 0x17ac}, + {774, 323, 707, 0x0000} + } +}; + +StandTile tile_1485 = { + 0x000e2a, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {774, 323, 707, 0x17ac}, + {582, 323, 741, 0x17b4}, + {763, 323, 741, 0x0000} + } +}; + +StandTile tile_1486 = { + 0x000e29, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {774, 323, 707, 0x17a4}, + {582, 323, 683, 0x0000}, + {582, 323, 741, 0x17a8} + } +}; + +StandTile tile_1487 = { + 0x000d2a, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {763, 323, 741, 0x17b4}, + {582, 323, 831, 0x17bc}, + {774, 323, 774, 0x0000} + } +}; + +StandTile tile_1488 = { + 0x000d29, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {763, 323, 741, 0x17a8}, + {582, 323, 741, 0x0000}, + {582, 323, 831, 0x17b0} + } +}; + +StandTile tile_1489 = { + 0x000c2a, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {774, 323, 774, 0x17bc}, + {794, 323, 831, 0x17cc}, + {803, 323, 795, 0x0000} + } +}; + +StandTile tile_1490 = { + 0x000c29, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {774, 323, 774, 0x17b0}, + {582, 323, 831, 0x1782}, + {794, 323, 831, 0x17b8} + } +}; + +StandTile tile_1491 = { + 0x000b2a, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {878, 323, 831, 0x17c4}, + {866, 323, 774, 0x0000}, + {838, 323, 795, 0x17c8} + } +}; + +StandTile tile_1492 = { + 0x000b29, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {878, 323, 831, 0x1798}, + {877, 323, 741, 0x0000}, + {866, 323, 774, 0x17c0} + } +}; + +StandTile tile_1493 = { + 0x000a2a, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {838, 323, 795, 0x17cc}, + {794, 323, 831, 0x1782}, + {878, 323, 831, 0x17c0} + } +}; + +StandTile tile_1494 = { + 0x000a29, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {838, 323, 795, 0x0000}, + {803, 323, 795, 0x17b8}, + {794, 323, 831, 0x17c8} + } +}; + +StandTile tile_1495 = { + 0x057122, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1523, 143, -902, 0x17d4}, + {-1482, 148, -963, 0x0000}, + {-1486, 143, -966, 0x1955} + } +}; + +StandTile tile_1496 = { + 0x057121, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1523, 143, -902, 0x0000}, + {-1519, 148, -900, 0x1995}, + {-1482, 148, -963, 0x17d0} + } +}; + +StandTile tile_1497 = { + 0x057022, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1542, 127, -912, 0x17dc}, + {-1500, 143, -974, 0x0000}, + {-1505, 127, -976, 0x194d} + } +}; + +StandTile tile_1498 = { + 0x057021, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1542, 127, -912, 0x0000}, + {-1537, 143, -910, 0x1959}, + {-1500, 143, -974, 0x17d8} + } +}; + +StandTile tile_1499 = { + 0x056f22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1560, 111, -923, 0x17e4}, + {-1518, 127, -984, 0x0000}, + {-1523, 111, -987, 0x195d} + } +}; + +StandTile tile_1500 = { + 0x056f21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1560, 111, -923, 0x0000}, + {-1555, 127, -920, 0x1951}, + {-1518, 127, -984, 0x17e0} + } +}; + +StandTile tile_1501 = { + 0x056e22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1578, 95, -933, 0x17ec}, + {-1537, 111, -995, 0x0000}, + {-1541, 95, -997, 0x1965} + } +}; + +StandTile tile_1502 = { + 0x056e21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1578, 95, -933, 0x0000}, + {-1574, 111, -931, 0x1961}, + {-1537, 111, -995, 0x17e8} + } +}; + +StandTile tile_1503 = { + 0x056d22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1597, 79, -944, 0x17f4}, + {-1555, 95, -1005, 0x0000}, + {-1560, 79, -1008, 0x196d} + } +}; + +StandTile tile_1504 = { + 0x056d21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1597, 79, -944, 0x0000}, + {-1592, 95, -941, 0x1969}, + {-1555, 95, -1005, 0x17f0} + } +}; + +StandTile tile_1505 = { + 0x056c22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1615, 64, -954, 0x17fc}, + {-1573, 79, -1016, 0x0000}, + {-1578, 64, -1019, 0x197d} + } +}; + +StandTile tile_1506 = { + 0x056c21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1615, 64, -954, 0x0000}, + {-1610, 79, -952, 0x1971}, + {-1573, 79, -1016, 0x17f8} + } +}; + +StandTile tile_1507 = { + 0x056b22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1633, 48, -965, 0x1804}, + {-1592, 64, -1027, 0x0000}, + {-1596, 48, -1029, 0x1975} + } +}; + +StandTile tile_1508 = { + 0x056b21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1633, 48, -965, 0x0000}, + {-1629, 64, -962, 0x1981}, + {-1592, 64, -1027, 0x1800} + } +}; + +StandTile tile_1509 = { + 0x056a22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1652, 32, -976, 0x180c}, + {-1610, 48, -1037, 0x0000}, + {-1615, 32, -1040, 0x1985} + } +}; + +StandTile tile_1510 = { + 0x056a21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1652, 32, -976, 0x0000}, + {-1647, 48, -973, 0x1979}, + {-1610, 48, -1037, 0x1808} + } +}; + +StandTile tile_1511 = { + 0x056922, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1670, 16, -986, 0x1814}, + {-1628, 32, -1048, 0x0000}, + {-1633, 16, -1050, 0x198d} + } +}; + +StandTile tile_1512 = { + 0x056921, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1670, 16, -986, 0x0000}, + {-1665, 32, -984, 0x1989}, + {-1628, 32, -1048, 0x1810} + } +}; + +StandTile tile_1513 = { + 0x056822, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1688, 0, -997, 0x181c}, + {-1647, 16, -1058, 0x0000}, + {-1651, 0, -1061, 0x18d0} + } +}; + +StandTile tile_1514 = { + 0x056821, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1688, 0, -997, 0x0000}, + {-1684, 16, -994, 0x1991}, + {-1647, 16, -1058, 0x1818} + } +}; + +StandTile tile_1515 = { + 0x056420, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, -1097, 0x1900}, + {-714, 0, -1027, 0x1824}, + {-693, 0, -1217, 0x182c} + } +}; + +StandTile tile_1516 = { + 0x056320, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-714, 0, -1027, 0x0000}, + {-693, 0, -1026, 0x0000}, + {-693, 0, -1217, 0x1820} + } +}; + +StandTile tile_1517 = { + 0x056222, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, -1097, 0x182c}, + {-699, 0, -1254, 0x1838}, + {-880, 0, -1315, 0x193f} + } +}; + +StandTile tile_1518 = { + 0x056221, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, -1097, 0x1820}, + {-693, 0, -1217, 0x0000}, + {-699, 0, -1254, 0x1828} + } +}; + +StandTile tile_1519 = { + 0x056122, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-699, 0, -1254, 0x1834}, + {-683, 0, -1371, 0x0000}, + {-699, 0, -1371, 0x1838} + } +}; + +StandTile tile_1520 = { + 0x056121, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-699, 0, -1254, 0x0000}, + {-683, 0, -1254, 0x1a0b}, + {-683, 0, -1371, 0x1830} + } +}; + +StandTile tile_1521 = { + 0x056020, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, -1315, 0x1828}, + {-699, 0, -1254, 0x1830}, + {-699, 0, -1371, 0x183c} + } +}; + +StandTile tile_1522 = { + 0x055f22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-693, 0, -1408, 0x1840}, + {-880, 0, -1315, 0x1838}, + {-699, 0, -1371, 0x0000} + } +}; + +StandTile tile_1523 = { + 0x055f21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-693, 0, -1408, 0x1848}, + {-880, 0, -1533, 0x193f}, + {-880, 0, -1315, 0x183c} + } +}; + +StandTile tile_1524 = { + 0x055e22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, -1533, 0x1848}, + {-693, 1, -1600, 0x0000}, + {-714, 0, -1598, 0x1850} + } +}; + +StandTile tile_1525 = { + 0x055e21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, -1533, 0x1840}, + {-693, 0, -1408, 0x0000}, + {-693, 1, -1600, 0x1844} + } +}; + +StandTile tile_1526 = { + 0x055d22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, -1533, 0x1850}, + {-714, 0, -1614, 0x0000}, + {-790, 0, -1674, 0x1858} + } +}; + +StandTile tile_1527 = { + 0x055d21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, -1533, 0x1844}, + {-714, 0, -1598, 0x0000}, + {-714, 0, -1614, 0x184c} + } +}; + +StandTile tile_1528 = { + 0x055c22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, -1533, 0x1858}, + {-937, 0, -1741, 0x0000}, + {-937, 0, -1725, 0x1860} + } +}; + +StandTile tile_1529 = { + 0x055c21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, -1533, 0x184c}, + {-790, 0, -1674, 0x0000}, + {-937, 0, -1741, 0x1854} + } +}; + +StandTile tile_1530 = { + 0x055b22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -1533, 0x1860}, + {-937, 0, -1725, 0x0000}, + {-963, 0, -1725, 0x1868} + } +}; + +StandTile tile_1531 = { + 0x055b21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -1533, 0x1944}, + {-880, 0, -1533, 0x1854}, + {-937, 0, -1725, 0x185c} + } +}; + +StandTile tile_1532 = { + 0x055a22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -1533, 0x1868}, + {-963, 0, -1741, 0x0000}, + {-1050, 0, -1736, 0x186c} + } +}; + +StandTile tile_1533 = { + 0x055a21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -1533, 0x185c}, + {-963, 0, -1725, 0x0000}, + {-963, 0, -1741, 0x1864} + } +}; + +StandTile tile_1534 = { + 0x055920, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -1533, 0x1864}, + {-1050, 0, -1736, 0x0000}, + {-1127, 0, -1741, 0x1878} + } +}; + +StandTile tile_1535 = { + 0x055820, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1217, 0, -1741, 0x0000}, + {-1217, 0, -1725, 0x1874}, + {-1127, 0, -1741, 0x0000} + } +}; + +StandTile tile_1536 = { + 0x055722, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 0, -1533, 0x1878}, + {-1127, 0, -1741, 0x1870}, + {-1217, 0, -1725, 0x187c} + } +}; + +StandTile tile_1537 = { + 0x055721, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 0, -1533, 0x1944}, + {-1078, 0, -1533, 0x186c}, + {-1127, 0, -1741, 0x1874} + } +}; + +StandTile tile_1538 = { + 0x055622, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1244, 0, -1725, 0x1880}, + {-1237, 0, -1533, 0x1874}, + {-1217, 0, -1725, 0x0000} + } +}; + +StandTile tile_1539 = { + 0x055621, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1244, 0, -1725, 0x1884}, + {-1397, 0, -1533, 0x1920}, + {-1237, 0, -1533, 0x187c} + } +}; + +StandTile tile_1540 = { + 0x055520, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1397, 0, -1533, 0x1880}, + {-1244, 0, -1725, 0x0000}, + {-1244, 0, -1741, 0x188c} + } +}; + +StandTile tile_1541 = { + 0x055422, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1397, 0, -1533, 0x188c}, + {-1503, 0, -1741, 0x0000}, + {-1503, 0, -1725, 0x1894} + } +}; + +StandTile tile_1542 = { + 0x055421, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1397, 0, -1533, 0x1884}, + {-1244, 0, -1741, 0x0000}, + {-1503, 0, -1741, 0x1888} + } +}; + +StandTile tile_1543 = { + 0x055322, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1533, 0x1894}, + {-1503, 0, -1725, 0x0000}, + {-1529, 0, -1725, 0x189c} + } +}; + +StandTile tile_1544 = { + 0x055321, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1533, 0x1920}, + {-1397, 0, -1533, 0x1888}, + {-1503, 0, -1725, 0x1890} + } +}; + +StandTile tile_1545 = { + 0x059222, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1533, 0x189c}, + {-1634, 0, -1708, 0x05fc}, + {-1697, 0, -1641, 0x18a0} + } +}; + +StandTile tile_1546 = { + 0x059221, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1533, 0x1890}, + {-1529, 0, -1725, 0x0000}, + {-1634, 0, -1708, 0x1898} + } +}; + +StandTile tile_1547 = { + 0x055220, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1533, 0x1898}, + {-1697, 0, -1641, 0x0000}, + {-1757, 0, -1614, 0x18a8} + } +}; + +StandTile tile_1548 = { + 0x055022, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1429, 0x18a8}, + {-1757, 0, -1614, 0x0000}, + {-1783, 0, -1598, 0x18b0} + } +}; + +StandTile tile_1549 = { + 0x055021, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1429, 0x1925}, + {-1593, 0, -1533, 0x18a0}, + {-1757, 0, -1614, 0x18a4} + } +}; + +StandTile tile_1550 = { + 0x054f22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1773, 0, -1328, 0x18b0}, + {-1783, 0, -1598, 0x0000}, + {-1783, 0, -1328, 0x0000} + } +}; + +StandTile tile_1551 = { + 0x054f21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1773, 0, -1328, 0x18bc}, + {-1593, 0, -1429, 0x18a4}, + {-1783, 0, -1598, 0x18ac} + } +}; + +StandTile tile_1552 = { + 0x054e20, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1097, 0x192f}, + {-1593, 0, -1201, 0x18b8}, + {-1773, 0, -1291, 0x18c4} + } +}; + +StandTile tile_1553 = { + 0x054d22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1201, 0x18bc}, + {-1773, 0, -1328, 0x0000}, + {-1773, 0, -1291, 0x18b4} + } +}; + +StandTile tile_1554 = { + 0x054d21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1201, 0x1908}, + {-1593, 0, -1429, 0x18b0}, + {-1773, 0, -1328, 0x18b8} + } +}; + +StandTile tile_1555 = { + 0x054c22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1097, 0x18c4}, + {-1783, 0, -1291, 0x18c8}, + {-1651, 0, -1061, 0x18dc} + } +}; + +StandTile tile_1556 = { + 0x054c21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1097, 0x18b4}, + {-1773, 0, -1291, 0x0000}, + {-1783, 0, -1291, 0x18c0} + } +}; + +StandTile tile_1557 = { + 0x054b22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1783, 0, -1291, 0x18cc}, + {-1757, 0, -1027, 0x18d0}, + {-1651, 0, -1061, 0x18c0} + } +}; + +StandTile tile_1558 = { + 0x054b21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1783, 0, -1291, 0x0000}, + {-1783, 0, -1027, 0x0000}, + {-1757, 0, -1027, 0x18c8} + } +}; + +StandTile tile_1559 = { + 0x054a22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1757, 0, -1027, 0x18d4}, + {-1688, 0, -997, 0x1818}, + {-1651, 0, -1061, 0x18c8} + } +}; + +StandTile tile_1560 = { + 0x054a21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1757, 0, -1027, 0x0000}, + {-1757, 0, -1011, 0x0000}, + {-1688, 0, -997, 0x18d0} + } +}; + +StandTile tile_1561 = { + 0x054922, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1097, 0x18dc}, + {-1487, 0, -954, 0x0000}, + {-1482, 0, -963, 0x18e4} + } +}; + +StandTile tile_1562 = { + 0x054921, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1097, 0x18c0}, + {-1651, 0, -1061, 0x0000}, + {-1487, 0, -954, 0x18d8} + } +}; + +StandTile tile_1563 = { + 0x054822, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1097, 0x18e4}, + {-1259, 0, -963, 0x18ec}, + {-1237, 0, -1097, 0x192f} + } +}; + +StandTile tile_1564 = { + 0x054821, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1097, 0x18d8}, + {-1482, 0, -963, 0x0000}, + {-1259, 0, -963, 0x18e0} + } +}; + +StandTile tile_1565 = { + 0x054722, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 0, -1097, 0x18ec}, + {-963, 0, -963, 0x18f4}, + {-880, 0, -1097, 0x1937} + } +}; + +StandTile tile_1566 = { + 0x054721, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 0, -1097, 0x18e0}, + {-1259, 0, -963, 0x0000}, + {-963, 0, -963, 0x18e8} + } +}; + +StandTile tile_1567 = { + 0x054622, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, -1097, 0x18f4}, + {-963, 0, -900, 0x0000}, + {-937, 0, -900, 0x18f8} + } +}; + +StandTile tile_1568 = { + 0x054621, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, -1097, 0x18e8}, + {-963, 0, -963, 0x0000}, + {-963, 0, -900, 0x18f0} + } +}; + +StandTile tile_1569 = { + 0x054522, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-937, 0, -900, 0x18fc}, + {-820, 0, -942, 0x1900}, + {-880, 0, -1097, 0x18f0} + } +}; + +StandTile tile_1570 = { + 0x054521, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-937, 0, -900, 0x0000}, + {-937, 0, -888, 0x0000}, + {-820, 0, -942, 0x18f8} + } +}; + +StandTile tile_1571 = { + 0x054422, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-820, 0, -942, 0x1904}, + {-714, 0, -1027, 0x1820}, + {-880, 0, -1097, 0x18f8} + } +}; + +StandTile tile_1572 = { + 0x054421, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-820, 0, -942, 0x0000}, + {-714, 0, -1011, 0x0000}, + {-714, 0, -1027, 0x1900} + } +}; + +StandTile tile_1573 = { + 0x054322, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1201, 0x190c}, + {-1572, 0, -1371, 0x1914}, + {-1593, 0, -1429, 0x18bc} + } +}; + +StandTile tile_1574 = { + 0x054321, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1201, 0x191c}, + {-1572, 0, -1296, 0x0000}, + {-1572, 0, -1371, 0x1908} + } +}; + +StandTile tile_1575 = { + 0x054222, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1499, 0, -1429, 0x1914}, + {-1572, 0, -1371, 0x0000}, + {-1498, 0, -1371, 0x0000} + } +}; + +StandTile tile_1576 = { + 0x054221, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1499, 0, -1429, 0x1925}, + {-1593, 0, -1429, 0x1908}, + {-1572, 0, -1371, 0x1910} + } +}; + +StandTile tile_1577 = { + 0x054122, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1498, 0, -1296, 0x191c}, + {-1593, 0, -1201, 0x192a}, + {-1498, 0, -1201, 0x0000} + } +}; + +StandTile tile_1578 = { + 0x054121, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1498, 0, -1296, 0x0000}, + {-1572, 0, -1296, 0x190c}, + {-1593, 0, -1201, 0x1918} + } +}; + +StandTile tile_1579 = { + 0x053e22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1533, 0x1925}, + {-1163, 0, -1429, 0x1944}, + {-1237, 0, -1533, 0x1880}, + {-1397, 0, -1533, 0x1894} + } +}; + +StandTile tile_1580 = { + 0x053e21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-1593, 0, -1533, 0x18a8}, + {-1593, 0, -1429, 0x1914}, + {-1499, 0, -1429, 0x0000}, + {-1163, 0, -1429, 0x1920} + } +}; + +StandTile tile_1581 = { + 0x053d22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1201, 0x192f}, + {-1237, 0, -1097, 0x1937}, + {-1160, 0, -1202, 0x0000}, + {-1498, 0, -1201, 0x1918} + } +}; + +StandTile tile_1582 = { + 0x053d21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1593, 0, -1201, 0x18b4}, + {-1593, 0, -1097, 0x18e0}, + {-1237, 0, -1097, 0x192a} + } +}; + +StandTile tile_1583 = { + 0x053a22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1160, 0, -1202, 0x1937}, + {-880, 0, -1097, 0x193f}, + {-975, 0, -1201, 0x0000} + } +}; + +StandTile tile_1584 = { + 0x053a21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1160, 0, -1202, 0x192a}, + {-1237, 0, -1097, 0x18e8}, + {-880, 0, -1097, 0x1933} + } +}; + +StandTile tile_1585 = { + 0x053922, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-975, 0, -1201, 0x193f}, + {-880, 0, -1533, 0x1949}, + {-975, 0, -1429, 0x0000} + } +}; + +StandTile tile_1586 = { + 0x053921, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-975, 0, -1201, 0x1933}, + {-880, 0, -1097, 0x1828}, + {-880, 0, -1315, 0x1840}, + {-880, 0, -1533, 0x193b} + } +}; + +StandTile tile_1587 = { + 0x053822, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-1163, 0, -1429, 0x1949}, + {-880, 0, -1533, 0x1860}, + {-1078, 0, -1533, 0x1878}, + {-1237, 0, -1533, 0x1920} + } +}; + +StandTile tile_1588 = { + 0x053821, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1163, 0, -1429, 0x0000}, + {-975, 0, -1429, 0x193b}, + {-880, 0, -1533, 0x1944} + } +}; + +StandTile tile_1589 = { + 0x02f822, 0x13, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1505, 127, -976, 0x1951}, + {-1555, 127, -920, 0x0000}, + {-1542, 127, -912, 0x17d8} + } +}; + +StandTile tile_1590 = { + 0x02f821, 0x13, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1505, 127, -976, 0x0000}, + {-1518, 127, -984, 0x17e4}, + {-1555, 127, -920, 0x194d} + } +}; + +StandTile tile_1591 = { + 0x02f522, 0x13, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1486, 143, -966, 0x1959}, + {-1537, 143, -910, 0x0000}, + {-1523, 143, -902, 0x17d0} + } +}; + +StandTile tile_1592 = { + 0x02f521, 0x13, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1486, 143, -966, 0x0000}, + {-1500, 143, -974, 0x17dc}, + {-1537, 143, -910, 0x1955} + } +}; + +StandTile tile_1593 = { + 0x02f322, 0x13, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1523, 111, -987, 0x1961}, + {-1574, 111, -931, 0x0000}, + {-1560, 111, -923, 0x17e0} + } +}; + +StandTile tile_1594 = { + 0x02f321, 0x13, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1523, 111, -987, 0x0000}, + {-1537, 111, -995, 0x17ec}, + {-1574, 111, -931, 0x195d} + } +}; + +StandTile tile_1595 = { + 0x02f122, 0x13, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1541, 95, -997, 0x1969}, + {-1592, 95, -941, 0x0000}, + {-1578, 95, -933, 0x17e8} + } +}; + +StandTile tile_1596 = { + 0x02f121, 0x13, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1541, 95, -997, 0x0000}, + {-1555, 95, -1005, 0x17f4}, + {-1592, 95, -941, 0x1965} + } +}; + +StandTile tile_1597 = { + 0x02ef22, 0x13, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1560, 79, -1008, 0x1971}, + {-1610, 79, -952, 0x0000}, + {-1597, 79, -944, 0x17f0} + } +}; + +StandTile tile_1598 = { + 0x02ef21, 0x13, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1560, 79, -1008, 0x0000}, + {-1573, 79, -1016, 0x17fc}, + {-1610, 79, -952, 0x196d} + } +}; + +StandTile tile_1599 = { + 0x02ed22, 0x13, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1596, 48, -1029, 0x1979}, + {-1647, 48, -973, 0x0000}, + {-1633, 48, -965, 0x1800} + } +}; + +StandTile tile_1600 = { + 0x02ed21, 0x13, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1596, 48, -1029, 0x0000}, + {-1610, 48, -1037, 0x180c}, + {-1647, 48, -973, 0x1975} + } +}; + +StandTile tile_1601 = { + 0x02eb22, 0x13, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1578, 64, -1019, 0x1981}, + {-1629, 64, -962, 0x0000}, + {-1615, 64, -954, 0x17f8} + } +}; + +StandTile tile_1602 = { + 0x02eb21, 0x13, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1578, 64, -1019, 0x0000}, + {-1592, 64, -1027, 0x1804}, + {-1629, 64, -962, 0x197d} + } +}; + +StandTile tile_1603 = { + 0x02e922, 0x13, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1615, 32, -1040, 0x1989}, + {-1665, 32, -984, 0x0000}, + {-1652, 32, -976, 0x1808} + } +}; + +StandTile tile_1604 = { + 0x02e921, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1615, 32, -1040, 0x0000}, + {-1628, 32, -1048, 0x1814}, + {-1665, 32, -984, 0x1985} + } +}; + +StandTile tile_1605 = { + 0x02e722, 0x13, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1633, 16, -1050, 0x1991}, + {-1684, 16, -994, 0x0000}, + {-1670, 16, -986, 0x1810} + } +}; + +StandTile tile_1606 = { + 0x02e721, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1633, 16, -1050, 0x0000}, + {-1647, 16, -1058, 0x181c}, + {-1684, 16, -994, 0x198d} + } +}; + +StandTile tile_1607 = { + 0x02df22, 0x13, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {-963, 148, -900, 0x199a}, + {-1482, 148, -963, 0x17d4}, + {-1519, 148, -900, 0x0000}, + {-1080, 148, -900, 0x19a3} + } +}; + +StandTile tile_1608 = { + 0x02df21, 0x13, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-963, 148, -900, 0x0000}, + {-963, 148, -963, 0x0000}, + {-1482, 148, -963, 0x1995} + } +}; + +StandTile tile_1609 = { + 0x02fb22, 0x13, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x3, + { + {-963, 148, -900, 0x19a3}, + {-1080, 148, -884, 0x0000}, + {-1037, 148, -884, 0x19a7}, + {-963, 148, -884, 0x0000} + } +}; + +StandTile tile_1610 = { + 0x02fb21, 0x13, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-963, 148, -900, 0x1995}, + {-1080, 148, -900, 0x0000}, + {-1080, 148, -884, 0x199e} + } +}; + +StandTile tile_1611 = { + 0x01ae22, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1037, 148, -884, 0x19ab}, + {-974, 148, -873, 0x0000}, + {-963, 148, -884, 0x199e} + } +}; + +StandTile tile_1612 = { + 0x01ae21, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1037, 148, -884, 0x0000}, + {-1027, 148, -873, 0x1c00}, + {-974, 148, -873, 0x19a7} + } +}; + +StandTile tile_1613 = { + 0x07621a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-466, 0, -1572, 0x19b3}, + {-540, 0, -1588, 0x0000}, + {-540, 0, -1572, 0x19b7} + } +}; + +StandTile tile_1614 = { + 0x076219, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-466, 0, -1572, 0x0000}, + {-466, 0, -1588, 0x16e5}, + {-540, 0, -1588, 0x19af} + } +}; + +StandTile tile_1615 = { + 0x076118, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-466, 0, -1572, 0x19af}, + {-540, 0, -1572, 0x0000}, + {-545, 0, -1566, 0x19bb} + } +}; + +StandTile tile_1616 = { + 0x076018, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-466, 0, -1572, 0x19b7}, + {-545, 0, -1566, 0x19bf}, + {-600, 0, -1513, 0x19cf} + } +}; + +StandTile tile_1617 = { + 0x075f18, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-545, 0, -1566, 0x0000}, + {-577, 0, -1566, 0x19c3}, + {-600, 0, -1513, 0x19bb} + } +}; + +StandTile tile_1618 = { + 0x075e1a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-577, 0, -1566, 0x19c7}, + {-603, 0, -1577, 0x0000}, + {-600, 0, -1513, 0x19bf} + } +}; + +StandTile tile_1619 = { + 0x075e19, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-577, 0, -1566, 0x0000}, + {-587, 0, -1577, 0x0000}, + {-603, 0, -1577, 0x19c3} + } +}; + +StandTile tile_1620 = { + 0x075d1a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-460, 0, -1566, 0x19cf}, + {-600, 0, -1513, 0x0000}, + {-604, 0, -1487, 0x19d7} + } +}; + +StandTile tile_1621 = { + 0x075d19, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-460, 0, -1566, 0x0000}, + {-466, 0, -1572, 0x19bb}, + {-600, 0, -1513, 0x19cb} + } +}; + +StandTile tile_1622 = { + 0x075c1a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-460, 0, -1566, 0x19d7}, + {-587, 0, -1429, 0x0000}, + {-566, 0, -1429, 0x19e3} + } +}; + +StandTile tile_1623 = { + 0x075c19, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-460, 0, -1566, 0x19cb}, + {-604, 0, -1487, 0x0000}, + {-587, 0, -1429, 0x19d3} + } +}; + +StandTile tile_1624 = { + 0x075b1a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-402, 0, -1550, 0x19df}, + {-418, 0, -1577, 0x0000}, + {-428, 0, -1566, 0x19e7} + } +}; + +StandTile tile_1625 = { + 0x075b19, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-402, 0, -1550, 0x0000}, + {-402, 0, -1577, 0x0000}, + {-418, 0, -1577, 0x19db} + } +}; + +StandTile tile_1626 = { + 0x075a1a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-402, 0, -1550, 0x19e7}, + {-460, 0, -1566, 0x19d3}, + {-566, 0, -1429, 0x19eb} + } +}; + +StandTile tile_1627 = { + 0x075a19, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-402, 0, -1550, 0x19db}, + {-428, 0, -1566, 0x0000}, + {-460, 0, -1566, 0x19e3} + } +}; + +StandTile tile_1628 = { + 0x07591a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-376, 0, -1429, 0x19ef}, + {-402, 0, -1550, 0x19e3}, + {-566, 0, -1429, 0x19ff} + } +}; + +StandTile tile_1629 = { + 0x075919, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-376, 0, -1429, 0x19f7}, + {-392, 0, -1550, 0x0000}, + {-402, 0, -1550, 0x19eb} + } +}; + +StandTile tile_1630 = { + 0x075818, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-353, 0, -1429, 0x0000}, + {-360, 0, -1461, 0x19f7}, + {-376, 0, -1429, 0x0000} + } +}; + +StandTile tile_1631 = { + 0x07571a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-360, 0, -1461, 0x19fb}, + {-392, 0, -1550, 0x19ef}, + {-376, 0, -1429, 0x19f3} + } +}; + +StandTile tile_1632 = { + 0x075719, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-360, 0, -1461, 0x0000}, + {-349, 0, -1513, 0x0000}, + {-392, 0, -1550, 0x19f7} + } +}; + +StandTile tile_1633 = { + 0x07561a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-566, 0, -1429, 0x1a03}, + {-376, 0, -1376, 0x0000}, + {-376, 0, -1429, 0x19eb} + } +}; + +StandTile tile_1634 = { + 0x075619, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-566, 0, -1429, 0x0000}, + {-566, 0, -1402, 0x1a23}, + {-376, 0, -1376, 0x19ff} + } +}; + +StandTile tile_1635 = { + 0x07551a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-667, 0, -1371, 0x1a0b}, + {-683, 0, -1254, 0x0000}, + {-667, 0, -1254, 0x1a1b} + } +}; + +StandTile tile_1636 = { + 0x075519, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-667, 0, -1371, 0x0000}, + {-683, 0, -1371, 0x1834}, + {-683, 0, -1254, 0x1a07} + } +}; + +StandTile tile_1637 = { + 0x075418, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-566, 0, -1402, 0x0000}, + {-661, 0, -1402, 0x0000}, + {-661, 0, -1376, 0x1a13} + } +}; + +StandTile tile_1638 = { + 0x075318, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-661, 0, -1376, 0x0000}, + {-667, 0, -1371, 0x1a17}, + {-566, 0, -1402, 0x1a0f} + } +}; + +StandTile tile_1639 = { + 0x07521a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-667, 0, -1371, 0x1a1b}, + {-661, 0, -1249, 0x1a23}, + {-566, 0, -1402, 0x1a13} + } +}; + +StandTile tile_1640 = { + 0x075219, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-667, 0, -1371, 0x1a07}, + {-667, 0, -1254, 0x0000}, + {-661, 0, -1249, 0x1a17} + } +}; + +StandTile tile_1641 = { + 0x07511a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-376, 0, -1376, 0x1a23}, + {-661, 0, -1249, 0x0000}, + {-661, 0, -1222, 0x1a2f} + } +}; + +StandTile tile_1642 = { + 0x075119, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-376, 0, -1376, 0x1a03}, + {-566, 0, -1402, 0x1a17}, + {-661, 0, -1249, 0x1a1f} + } +}; + +StandTile tile_1643 = { + 0x07501a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-672, 0, -1212, 0x1a2b}, + {-577, 0, -1138, 0x1a33}, + {-661, 0, -1222, 0x0000} + } +}; + +StandTile tile_1644 = { + 0x075019, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-672, 0, -1212, 0x0000}, + {-672, 0, -1138, 0x0000}, + {-577, 0, -1138, 0x1a27} + } +}; + +StandTile tile_1645 = { + 0x074f1a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-661, 0, -1222, 0x1a33}, + {-376, 0, -1164, 0x1a37}, + {-376, 0, -1376, 0x1a1f} + } +}; + +StandTile tile_1646 = { + 0x074f19, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-661, 0, -1222, 0x1a27}, + {-577, 0, -1138, 0x1a43}, + {-376, 0, -1164, 0x1a2f} + } +}; + +StandTile tile_1647 = { + 0x074e1a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-323, 0, -1164, 0x1a3b}, + {-376, 0, -1376, 0x1a2f}, + {-376, 0, -1164, 0x0000} + } +}; + +StandTile tile_1648 = { + 0x074e19, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-323, 0, -1164, 0x1ad9}, + {-323, 0, -1376, 0x0000}, + {-376, 0, -1376, 0x1a37} + } +}; + +StandTile tile_1649 = { + 0x074d1a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-376, 0, -1111, 0x1a43}, + {-577, 0, -1138, 0x0000}, + {-577, 0, -1111, 0x1a4b} + } +}; + +StandTile tile_1650 = { + 0x074d19, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-376, 0, -1111, 0x0000}, + {-376, 0, -1164, 0x1a33}, + {-577, 0, -1138, 0x1a3f} + } +}; + +StandTile tile_1651 = { + 0x07671a, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-358, 0, -1074, 0x1a4b}, + {-577, 0, -1111, 0x0000}, + {-613, 0, -1077, 0x1a53} + } +}; + +StandTile tile_1652 = { + 0x076719, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-358, 0, -1074, 0x0000}, + {-376, 0, -1111, 0x1a3f}, + {-577, 0, -1111, 0x1a47} + } +}; + +StandTile tile_1653 = { + 0x07661a, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-354, 0, -1048, 0x1a53}, + {-613, 0, -1077, 0x0000}, + {-602, 0, -1037, 0x1a5b} + } +}; + +StandTile tile_1654 = { + 0x076619, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-354, 0, -1048, 0x0000}, + {-358, 0, -1074, 0x1a47}, + {-613, 0, -1077, 0x1a4f} + } +}; + +StandTile tile_1655 = { + 0x07651a, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-349, 0, -995, 0x1a5b}, + {-602, 0, -1037, 0x0000}, + {-605, 0, -995, 0x1a63} + } +}; + +StandTile tile_1656 = { + 0x076519, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-349, 0, -995, 0x0000}, + {-354, 0, -1048, 0x1a4f}, + {-602, 0, -1037, 0x1a57} + } +}; + +StandTile tile_1657 = { + 0x07641a, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-376, 0, -947, 0x1a63}, + {-605, 0, -995, 0x0000}, + {-577, 0, -947, 0x1a6b} + } +}; + +StandTile tile_1658 = { + 0x076419, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-376, 0, -947, 0x0000}, + {-349, 0, -995, 0x1a57}, + {-605, 0, -995, 0x1a5f} + } +}; + +StandTile tile_1659 = { + 0x07631a, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-376, 0, -947, 0x1a6b}, + {-577, 0, -921, 0x1ad1}, + {-376, 0, -921, 0x0000} + } +}; + +StandTile tile_1660 = { + 0x076319, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-376, 0, -947, 0x1a5f}, + {-577, 0, -947, 0x0000}, + {-577, 0, -921, 0x1a67} + } +}; + +StandTile tile_1661 = { + 0x07761a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-609, 0, -556, 0x1a73}, + {-492, 0, -540, 0x0000}, + {-492, 0, -556, 0x1a7d} + } +}; + +StandTile tile_1662 = { + 0x077619, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-609, 0, -556, 0x0000}, + {-609, 0, -540, 0x0ba4}, + {-582, 0, -540, 0x0ba8}, + {-524, 0, -540, 0x0bb0}, + {-492, 0, -540, 0x1a6f} + } +}; + +StandTile tile_1663 = { + 0x07751a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, -561, 0x1a7d}, + {-492, 0, -556, 0x0000}, + {-487, 0, -561, 0x1a85} + } +}; + +StandTile tile_1664 = { + 0x077519, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, -561, 0x0000}, + {-609, 0, -556, 0x1a6f}, + {-492, 0, -556, 0x1a79} + } +}; + +StandTile tile_1665 = { + 0x077418, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-667, 0, -577, 0x0000}, + {-640, 0, -561, 0x0000}, + {-614, 0, -561, 0x1a85} + } +}; + +StandTile tile_1666 = { + 0x077318, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-667, 0, -577, 0x1a81}, + {-614, 0, -561, 0x1a79}, + {-487, 0, -561, 0x1a89} + } +}; + +StandTile tile_1667 = { + 0x077218, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-687, 0, -614, 0x0000}, + {-667, 0, -577, 0x1a85}, + {-487, 0, -561, 0x1a91} + } +}; + +StandTile tile_1668 = { + 0x07711a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-687, 0, -614, 0x1a91}, + {-460, 0, -561, 0x0000}, + {-434, 0, -577, 0x1a95} + } +}; + +StandTile tile_1669 = { + 0x077119, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-687, 0, -614, 0x1a89}, + {-487, 0, -561, 0x0000}, + {-460, 0, -561, 0x1a8d} + } +}; + +StandTile tile_1670 = { + 0x077018, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-687, 0, -614, 0x1a8d}, + {-434, 0, -577, 0x0000}, + {-403, 0, -614, 0x1a9d} + } +}; + +StandTile tile_1671 = { + 0x076f1a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-687, 0, -614, 0x1a9d}, + {-397, 0, -656, 0x1aa5}, + {-669, 0, -667, 0x0000} + } +}; + +StandTile tile_1672 = { + 0x076f19, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-687, 0, -614, 0x1a95}, + {-403, 0, -614, 0x0000}, + {-397, 0, -656, 0x1a99} + } +}; + +StandTile tile_1673 = { + 0x076e1a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-669, 0, -667, 0x1aa5}, + {-401, 0, -693, 0x1aad}, + {-639, 0, -693, 0x0000} + } +}; + +StandTile tile_1674 = { + 0x076e19, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-669, 0, -667, 0x1a99}, + {-397, 0, -656, 0x0000}, + {-401, 0, -693, 0x1aa1} + } +}; + +StandTile tile_1675 = { + 0x076d1a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-639, 0, -693, 0x1aad}, + {-402, 0, -730, 0x1ab5}, + {-603, 0, -730, 0x0000} + } +}; + +StandTile tile_1676 = { + 0x076d19, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-639, 0, -693, 0x1aa1}, + {-401, 0, -693, 0x0000}, + {-402, 0, -730, 0x1aa9} + } +}; + +StandTile tile_1677 = { + 0x076c1a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-603, 0, -730, 0x1ab5}, + {-402, 0, -757, 0x1ab9}, + {-603, 0, -757, 0x0000} + } +}; + +StandTile tile_1678 = { + 0x076c19, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-603, 0, -730, 0x1aa9}, + {-402, 0, -730, 0x0000}, + {-402, 0, -757, 0x1ab1} + } +}; + +StandTile tile_1679 = { + 0x076b1a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-402, 0, -757, 0x1abd}, + {-629, 0, -804, 0x0000}, + {-603, 0, -757, 0x1ab1} + } +}; + +StandTile tile_1680 = { + 0x076b19, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-402, 0, -757, 0x0000}, + {-353, 0, -804, 0x1ac5}, + {-629, 0, -804, 0x1ab9} + } +}; + +StandTile tile_1681 = { + 0x076a1a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-629, 0, -804, 0x1ac5}, + {-359, 0, -847, 0x1acd}, + {-634, 0, -858, 0x0000} + } +}; + +StandTile tile_1682 = { + 0x076a19, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-629, 0, -804, 0x1abd}, + {-353, 0, -804, 0x0000}, + {-359, 0, -847, 0x1ac1} + } +}; + +StandTile tile_1683 = { + 0x07691a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-634, 0, -858, 0x1acd}, + {-351, 0, -884, 0x1ad5}, + {-615, 0, -884, 0x0000} + } +}; + +StandTile tile_1684 = { + 0x076919, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-634, 0, -858, 0x1ac1}, + {-359, 0, -847, 0x0000}, + {-351, 0, -884, 0x1ac9} + } +}; + +StandTile tile_1685 = { + 0x07681a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-615, 0, -884, 0x1ad5}, + {-376, 0, -921, 0x1a67}, + {-577, 0, -921, 0x0000} + } +}; + +StandTile tile_1686 = { + 0x076819, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-615, 0, -884, 0x1ac9}, + {-351, 0, -884, 0x0000}, + {-376, 0, -921, 0x1ad1} + } +}; + +StandTile tile_1687 = { + 0x074c18, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-323, 0, -1376, 0x1a3b}, + {-323, 0, -1164, 0x1ae1}, + {-238, 0, -1413, 0x1b71} + } +}; + +StandTile tile_1688 = { + 0x074b1a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-238, 0, -1413, 0x1ae1}, + {-75, 0, -1111, 0x1ae9}, + {-40, 0, -1413, 0x1b65} + } +}; + +StandTile tile_1689 = { + 0x074b19, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-238, 0, -1413, 0x1ad9}, + {-323, 0, -1164, 0x1af1}, + {-75, 0, -1111, 0x1add} + } +}; + +StandTile tile_1690 = { + 0x074a1a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-40, 0, -1413, 0x1ae9}, + {111, 0, -1203, 0x1aed}, + {121, 0, -1332, 0x1b49} + } +}; + +StandTile tile_1691 = { + 0x074a19, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-40, 0, -1413, 0x1add}, + {-75, 0, -1111, 0x1b15}, + {111, 0, -1203, 0x1ae5} + } +}; + +StandTile tile_1692 = { + 0x074918, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {121, 0, -1332, 0x1ae5}, + {111, 0, -1203, 0x1b2d}, + {243, 0, -1270, 0x1b35} + } +}; + +StandTile tile_1693 = { + 0x074818, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-323, 0, -1164, 0x0000}, + {-323, 0, -1143, 0x1afd}, + {-75, 0, -1111, 0x1ae1} + } +}; + +StandTile tile_1694 = { + 0x07471a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-269, 0, -1035, 0x1af9}, + {-191, 0, -1048, 0x1b01}, + {-323, 0, -1143, 0x0000} + } +}; + +StandTile tile_1695 = { + 0x074719, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-269, 0, -1035, 0x0000}, + {-191, 0, -1021, 0x0000}, + {-191, 0, -1048, 0x1af5} + } +}; + +StandTile tile_1696 = { + 0x07461a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-323, 0, -1143, 0x1b01}, + {-164, 0, -1048, 0x1b05}, + {-75, 0, -1111, 0x1af1} + } +}; + +StandTile tile_1697 = { + 0x074619, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-323, 0, -1143, 0x1af5}, + {-191, 0, -1048, 0x0000}, + {-164, 0, -1048, 0x1afd} + } +}; + +StandTile tile_1698 = { + 0x07451a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-164, 0, -1048, 0x1b09}, + {-48, 0, -1027, 0x1b0d}, + {-75, 0, -1111, 0x1afd} + } +}; + +StandTile tile_1699 = { + 0x074519, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-164, 0, -1048, 0x0000}, + {-164, 0, -1021, 0x0000}, + {-48, 0, -1027, 0x1b05} + } +}; + +StandTile tile_1700 = { + 0x07441a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-48, 0, -1027, 0x1b11}, + {16, 0, -1048, 0x1b19}, + {-75, 0, -1111, 0x1b05} + } +}; + +StandTile tile_1701 = { + 0x074419, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-48, 0, -1027, 0x0000}, + {16, 0, -1021, 0x0000}, + {16, 0, -1048, 0x1b0d} + } +}; + +StandTile tile_1702 = { + 0x07431a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-75, 0, -1111, 0x1b19}, + {42, 0, -1048, 0x1b1d}, + {111, 0, -1203, 0x1ae9} + } +}; + +StandTile tile_1703 = { + 0x074319, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-75, 0, -1111, 0x1b0d}, + {16, 0, -1048, 0x0000}, + {42, 0, -1048, 0x1b15} + } +}; + +StandTile tile_1704 = { + 0x07421a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {42, 0, -1048, 0x1b21}, + {101, 0, -1027, 0x1b25}, + {111, 0, -1203, 0x1b15} + } +}; + +StandTile tile_1705 = { + 0x074219, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {42, 0, -1048, 0x0000}, + {42, 0, -1021, 0x0000}, + {101, 0, -1027, 0x1b1d} + } +}; + +StandTile tile_1706 = { + 0x07411a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {101, 0, -1027, 0x1b29}, + {217, 0, -1048, 0x1b31}, + {111, 0, -1203, 0x1b1d} + } +}; + +StandTile tile_1707 = { + 0x074119, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {101, 0, -1027, 0x0000}, + {217, 0, -1021, 0x0000}, + {217, 0, -1048, 0x1b25} + } +}; + +StandTile tile_1708 = { + 0x07401a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {111, 0, -1203, 0x1b31}, + {243, 0, -1048, 0x0000}, + {243, 0, -1270, 0x1aed} + } +}; + +StandTile tile_1709 = { + 0x074019, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {111, 0, -1203, 0x1b25}, + {217, 0, -1048, 0x0000}, + {243, 0, -1048, 0x1b2d} + } +}; + +StandTile tile_1710 = { + 0x073f1a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {243, 0, -1270, 0x1b39}, + {217, 0, -1492, 0x1b3d}, + {121, 0, -1332, 0x1aed} + } +}; + +StandTile tile_1711 = { + 0x073f19, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {243, 0, -1270, 0x0000}, + {243, 0, -1492, 0x0000}, + {217, 0, -1492, 0x1b35} + } +}; + +StandTile tile_1712 = { + 0x073e18, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {217, 0, -1492, 0x1b41}, + {42, 0, -1492, 0x1b4d}, + {121, 0, -1332, 0x1b35} + } +}; + +StandTile tile_1713 = { + 0x073d1a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {217, 0, -1492, 0x1b45}, + {42, 0, -1519, 0x0000}, + {42, 0, -1492, 0x1b3d} + } +}; + +StandTile tile_1714 = { + 0x073d19, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {217, 0, -1492, 0x0000}, + {217, 0, -1519, 0x0000}, + {42, 0, -1519, 0x1b41} + } +}; + +StandTile tile_1715 = { + 0x073c1a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {121, 0, -1332, 0x1b4d}, + {16, 0, -1492, 0x1b51}, + {-40, 0, -1413, 0x1ae5} + } +}; + +StandTile tile_1716 = { + 0x073c19, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {121, 0, -1332, 0x1b3d}, + {42, 0, -1492, 0x0000}, + {16, 0, -1492, 0x1b49} + } +}; + +StandTile tile_1717 = { + 0x073b1a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {16, 0, -1492, 0x1b55}, + {-48, 0, -1513, 0x1b59}, + {-40, 0, -1413, 0x1b49} + } +}; + +StandTile tile_1718 = { + 0x073b19, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {16, 0, -1492, 0x0000}, + {16, 0, -1519, 0x0000}, + {-48, 0, -1513, 0x1b51} + } +}; + +StandTile tile_1719 = { + 0x073a1a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-48, 0, -1513, 0x1b5d}, + {-164, 0, -1492, 0x1b65}, + {-40, 0, -1413, 0x1b51} + } +}; + +StandTile tile_1720 = { + 0x073a19, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-48, 0, -1513, 0x0000}, + {-164, 0, -1519, 0x0000}, + {-164, 0, -1492, 0x1b59} + } +}; + +StandTile tile_1721 = { + 0x07391a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-238, 0, -1413, 0x1b65}, + {-164, 0, -1492, 0x0000}, + {-191, 0, -1492, 0x1b6d} + } +}; + +StandTile tile_1722 = { + 0x073919, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-238, 0, -1413, 0x1add}, + {-40, 0, -1413, 0x1b59}, + {-164, 0, -1492, 0x1b61} + } +}; + +StandTile tile_1723 = { + 0x07381a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-238, 0, -1413, 0x1b6d}, + {-191, 0, -1529, 0x0000}, + {-269, 0, -1505, 0x1b75} + } +}; + +StandTile tile_1724 = { + 0x073819, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-238, 0, -1413, 0x1b61}, + {-191, 0, -1492, 0x0000}, + {-191, 0, -1529, 0x1b69} + } +}; + +StandTile tile_1725 = { + 0x07371a, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-238, 0, -1413, 0x1b75}, + {-323, 0, -1415, 0x0000}, + {-323, 0, -1376, 0x1ad9} + } +}; + +StandTile tile_1726 = { + 0x073719, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-238, 0, -1413, 0x1b69}, + {-269, 0, -1505, 0x0000}, + {-323, 0, -1415, 0x1b71} + } +}; + +StandTile tile_1727 = { + 0x00a012, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 138, -767, 0x1b7d}, + {-889, 138, -788, 0x1ba5}, + {-1154, 138, -788, 0x0000} + } +}; + +StandTile tile_1728 = { + 0x00a011, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 138, -767, 0x1ba9}, + {-889, 138, -767, 0x0000}, + {-889, 138, -788, 0x1b79} + } +}; + +StandTile tile_1729 = { + 0x009f12, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 127, -746, 0x1b85}, + {-889, 127, -767, 0x1bad}, + {-1154, 127, -767, 0x0000} + } +}; + +StandTile tile_1730 = { + 0x009f11, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 127, -746, 0x1bb1}, + {-889, 127, -746, 0x0000}, + {-889, 127, -767, 0x1b81} + } +}; + +StandTile tile_1731 = { + 0x009e12, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 116, -725, 0x1b8d}, + {-889, 116, -746, 0x1bb5}, + {-1154, 116, -746, 0x0000} + } +}; + +StandTile tile_1732 = { + 0x009e11, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 116, -725, 0x1bb9}, + {-889, 116, -725, 0x0000}, + {-889, 116, -746, 0x1b89} + } +}; + +StandTile tile_1733 = { + 0x009d12, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 106, -704, 0x1b95}, + {-889, 106, -725, 0x1bbd}, + {-1154, 106, -725, 0x0000} + } +}; + +StandTile tile_1734 = { + 0x009d11, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 106, -704, 0x1bc1}, + {-889, 106, -704, 0x0000}, + {-889, 106, -725, 0x1b91} + } +}; + +StandTile tile_1735 = { + 0x009c12, 0x0e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 95, -683, 0x1b9d}, + {-889, 95, -704, 0x1bc5}, + {-1154, 95, -704, 0x0000} + } +}; + +StandTile tile_1736 = { + 0x009c11, 0x0e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 95, -683, 0x1bc9}, + {-889, 95, -683, 0x0000}, + {-889, 95, -704, 0x1b99} + } +}; + +StandTile tile_1737 = { + 0x009312, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 138, -788, 0x1ba5}, + {-889, 148, -788, 0x1bdf}, + {-1154, 148, -788, 0x0000} + } +}; + +StandTile tile_1738 = { + 0x009311, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 138, -788, 0x1b79}, + {-889, 138, -788, 0x0000}, + {-889, 148, -788, 0x1ba1} + } +}; + +StandTile tile_1739 = { + 0x009212, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 127, -767, 0x1bad}, + {-889, 138, -767, 0x1b7d}, + {-1154, 138, -767, 0x0000} + } +}; + +StandTile tile_1740 = { + 0x009211, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 127, -767, 0x1b81}, + {-889, 127, -767, 0x0000}, + {-889, 138, -767, 0x1ba9} + } +}; + +StandTile tile_1741 = { + 0x009112, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 116, -746, 0x1bb5}, + {-889, 127, -746, 0x1b85}, + {-1154, 127, -746, 0x0000} + } +}; + +StandTile tile_1742 = { + 0x009111, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 116, -746, 0x1b89}, + {-889, 116, -746, 0x0000}, + {-889, 127, -746, 0x1bb1} + } +}; + +StandTile tile_1743 = { + 0x009012, 0x0e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 106, -725, 0x1bbd}, + {-889, 116, -725, 0x1b8d}, + {-1154, 116, -725, 0x0000} + } +}; + +StandTile tile_1744 = { + 0x009011, 0x0e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 106, -725, 0x1b91}, + {-889, 106, -725, 0x0000}, + {-889, 116, -725, 0x1bb9} + } +}; + +StandTile tile_1745 = { + 0x008f12, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 95, -704, 0x1bc5}, + {-889, 106, -704, 0x1b95}, + {-1154, 106, -704, 0x0000} + } +}; + +StandTile tile_1746 = { + 0x008f11, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 95, -704, 0x1b99}, + {-889, 95, -704, 0x0000}, + {-889, 106, -704, 0x1bc1} + } +}; + +StandTile tile_1747 = { + 0x008e12, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 85, -683, 0x1bcd}, + {-889, 95, -683, 0x1b9d}, + {-1154, 95, -683, 0x0000} + } +}; + +StandTile tile_1748 = { + 0x008e11, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 85, -683, 0x1bd7}, + {-889, 85, -683, 0x0000}, + {-889, 95, -683, 0x1bc9} + } +}; + +StandTile tile_1749 = { + 0x01cc12, 0x0e, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x1, 0x2, + { + {-889, 85, -661, 0x1bd7}, + {-1154, 85, -683, 0x0000}, + {-1154, 85, -661, 0x0000}, + {-1101, 85, -661, 0x1c6e}, + {-942, 85, -661, 0x0000} + } +}; + +StandTile tile_1750 = { + 0x01cc11, 0x0e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-889, 85, -661, 0x0000}, + {-889, 85, -683, 0x1bcd}, + {-1154, 85, -683, 0x1bd1} + } +}; + +StandTile tile_1751 = { + 0x01f012, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 148, -788, 0x1bdf}, + {-942, 148, -826, 0x1bf0}, + {-1101, 148, -826, 0x1be7} + } +}; + +StandTile tile_1752 = { + 0x01f011, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 148, -788, 0x1ba1}, + {-889, 148, -788, 0x1be3}, + {-942, 148, -826, 0x1bdb} + } +}; + +StandTile tile_1753 = { + 0x01ef10, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-889, 148, -788, 0x0000}, + {-907, 148, -826, 0x0000}, + {-942, 148, -826, 0x1bdf} + } +}; + +StandTile tile_1754 = { + 0x01ee10, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1101, 148, -826, 0x0000}, + {-1143, 148, -826, 0x0000}, + {-1154, 148, -788, 0x1bdb} + } +}; + +StandTile tile_1755 = { + 0x01ed13, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1037, 148, -852, 0x1bf0}, + {-942, 148, -826, 0x0000}, + {-942, 148, -852, 0x0000}, + {-963, 148, -852, 0x1bfc} + } +}; + +StandTile tile_1756 = { + 0x01ed12, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1037, 148, -852, 0x1bf4}, + {-1101, 148, -826, 0x1bdb}, + {-942, 148, -826, 0x1beb} + } +}; + +StandTile tile_1757 = { + 0x01ed11, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1037, 148, -852, 0x0000}, + {-1101, 148, -852, 0x0000}, + {-1101, 148, -826, 0x1bf0} + } +}; + +StandTile tile_1758 = { + 0x01ec12, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1027, 148, -863, 0x1bfc}, + {-963, 148, -852, 0x0000}, + {-974, 148, -863, 0x1c04} + } +}; + +StandTile tile_1759 = { + 0x01ec11, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1027, 148, -863, 0x0000}, + {-1037, 148, -852, 0x1beb}, + {-963, 148, -852, 0x1bf8} + } +}; + +StandTile tile_1760 = { + 0x01eb12, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1027, 148, -863, 0x1c04}, + {-974, 148, -873, 0x19ab}, + {-1027, 148, -873, 0x0000} + } +}; + +StandTile tile_1761 = { + 0x01eb11, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1027, 148, -863, 0x1bf8}, + {-974, 148, -863, 0x0000}, + {-974, 148, -873, 0x1c00} + } +}; + +StandTile tile_1762 = { + 0x01fd10, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1101, 11, -146, 0x0000}, + {-868, 11, -153, 0x1c10}, + {-1101, 11, -185, 0x0000} + } +}; + +StandTile tile_1763 = { + 0x01fc12, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1101, 11, -185, 0x1c10}, + {-868, 11, -185, 0x1c14}, + {-987, 11, -310, 0x1c20} + } +}; + +StandTile tile_1764 = { + 0x01fc11, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1101, 11, -185, 0x1c08}, + {-868, 11, -153, 0x0000}, + {-868, 11, -185, 0x1c0c} + } +}; + +StandTile tile_1765 = { + 0x01fb12, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-868, 11, -185, 0x1c18}, + {-841, 11, -243, 0x1c24}, + {-987, 11, -310, 0x1c0c} + } +}; + +StandTile tile_1766 = { + 0x01fb11, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-868, 11, -185, 0x0000}, + {-841, 11, -185, 0x0000}, + {-841, 11, -243, 0x1c14} + } +}; + +StandTile tile_1767 = { + 0x01fa12, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 11, -185, 0x1c20}, + {-987, 11, -310, 0x1c40}, + {-1127, 11, -349, 0x0000} + } +}; + +StandTile tile_1768 = { + 0x01fa11, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1132, 11, -185, 0x0000}, + {-1101, 11, -185, 0x1c0c}, + {-987, 11, -310, 0x1c1c} + } +}; + +StandTile tile_1769 = { + 0x01f910, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-841, 11, -243, 0x1c30}, + {-841, 11, -328, 0x1c38}, + {-987, 11, -310, 0x1c14} + } +}; + +StandTile tile_1770 = { + 0x01f812, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-831, 11, -254, 0x1c2c}, + {-820, 11, -318, 0x0000}, + {-831, 11, -318, 0x1c34} + } +}; + +StandTile tile_1771 = { + 0x01f811, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-831, 11, -254, 0x0000}, + {-820, 11, -254, 0x0b8f}, + {-820, 11, -318, 0x1c28} + } +}; + +StandTile tile_1772 = { + 0x01f712, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-841, 11, -243, 0x1c34}, + {-831, 11, -318, 0x0000}, + {-841, 11, -328, 0x1c24} + } +}; + +StandTile tile_1773 = { + 0x01f711, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-841, 11, -243, 0x0000}, + {-831, 11, -254, 0x1c28}, + {-831, 11, -318, 0x1c30} + } +}; + +StandTile tile_1774 = { + 0x01f612, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-841, 11, -328, 0x1c3c}, + {-868, 11, -355, 0x1c44}, + {-987, 11, -310, 0x1c24} + } +}; + +StandTile tile_1775 = { + 0x01f611, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-841, 11, -328, 0x0000}, + {-841, 11, -355, 0x0000}, + {-868, 11, -355, 0x1c38} + } +}; + +StandTile tile_1776 = { + 0x01f510, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1127, 11, -349, 0x1c1c}, + {-987, 11, -310, 0x1c48}, + {-1139, 11, -420, 0x0000} + } +}; + +StandTile tile_1777 = { + 0x01f410, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-868, 11, -355, 0x0000}, + {-868, 11, -407, 0x1c50}, + {-987, 11, -310, 0x1c38} + } +}; + +StandTile tile_1778 = { + 0x01f310, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1139, 11, -420, 0x1c40}, + {-987, 11, -310, 0x1c50}, + {-1101, 11, -439, 0x0000} + } +}; + +StandTile tile_1779 = { + 0x01f212, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1101, 11, -439, 0x1c50}, + {-868, 11, -407, 0x0000}, + {-942, 11, -439, 0x1c58} + } +}; + +StandTile tile_1780 = { + 0x01f211, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1101, 11, -439, 0x1c48}, + {-987, 11, -310, 0x1c44}, + {-868, 11, -407, 0x1c4c} + } +}; + +StandTile tile_1781 = { + 0x01f112, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1101, 11, -439, 0x1c58}, + {-942, 11, -466, 0x1c5c}, + {-1101, 11, -466, 0x0000} + } +}; + +StandTile tile_1782 = { + 0x01f111, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1101, 11, -439, 0x1c4c}, + {-942, 11, -439, 0x0000}, + {-942, 11, -466, 0x1c54} + } +}; + +StandTile tile_1783 = { + 0x020112, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x4, + { + {-889, 11, -487, 0x1c62}, + {-1154, 11, -466, 0x0000}, + {-1101, 11, -466, 0x1c54}, + {-942, 11, -466, 0x0000}, + {-889, 11, -466, 0x0000} + } +}; + +StandTile tile_1784 = { + 0x020111, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-889, 11, -487, 0x1c7a}, + {-1154, 11, -487, 0x0000}, + {-1154, 11, -466, 0x1c5c} + } +}; + +StandTile tile_1785 = { + 0x01ff12, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1101, 85, -635, 0x1c6a}, + {-889, 85, -614, 0x0000}, + {-942, 85, -635, 0x1c72} + } +}; + +StandTile tile_1786 = { + 0x01ff11, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1101, 85, -635, 0x0000}, + {-1154, 85, -614, 0x1ca6}, + {-889, 85, -614, 0x1c66} + } +}; + +StandTile tile_1787 = { + 0x01fe12, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1101, 85, -635, 0x1c72}, + {-942, 85, -661, 0x1bd1}, + {-1101, 85, -661, 0x0000} + } +}; + +StandTile tile_1788 = { + 0x01fe11, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1101, 85, -635, 0x1c66}, + {-942, 85, -635, 0x0000}, + {-942, 85, -661, 0x1c6e} + } +}; + +StandTile tile_1789 = { + 0x008712, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 11, -487, 0x1c7a}, + {-889, 21, -487, 0x1cb2}, + {-1154, 21, -487, 0x0000} + } +}; + +StandTile tile_1790 = { + 0x008711, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 11, -487, 0x1c62}, + {-889, 11, -487, 0x0000}, + {-889, 21, -487, 0x1c76} + } +}; + +StandTile tile_1791 = { + 0x008812, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 21, -508, 0x1c82}, + {-889, 32, -508, 0x1cba}, + {-1154, 32, -508, 0x0000} + } +}; + +StandTile tile_1792 = { + 0x008811, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 21, -508, 0x1cae}, + {-889, 21, -508, 0x0000}, + {-889, 32, -508, 0x1c7e} + } +}; + +StandTile tile_1793 = { + 0x008912, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 32, -529, 0x1c8a}, + {-889, 42, -529, 0x1cc2}, + {-1154, 42, -529, 0x0000} + } +}; + +StandTile tile_1794 = { + 0x008911, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 32, -529, 0x1cb6}, + {-889, 32, -529, 0x0000}, + {-889, 42, -529, 0x1c86} + } +}; + +StandTile tile_1795 = { + 0x008a12, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 42, -550, 0x1c92}, + {-889, 53, -550, 0x1cca}, + {-1154, 53, -550, 0x0000} + } +}; + +StandTile tile_1796 = { + 0x008a11, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 42, -550, 0x1cbe}, + {-889, 42, -550, 0x0000}, + {-889, 53, -550, 0x1c8e} + } +}; + +StandTile tile_1797 = { + 0x008b12, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 53, -572, 0x1c9a}, + {-889, 64, -572, 0x1cd2}, + {-1154, 64, -572, 0x0000} + } +}; + +StandTile tile_1798 = { + 0x008b11, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 53, -572, 0x1cc6}, + {-889, 53, -572, 0x0000}, + {-889, 64, -572, 0x1c96} + } +}; + +StandTile tile_1799 = { + 0x008c12, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 64, -593, 0x1ca2}, + {-889, 74, -593, 0x1cda}, + {-1154, 74, -593, 0x0000} + } +}; + +StandTile tile_1800 = { + 0x008c11, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 64, -593, 0x1cce}, + {-889, 64, -593, 0x0000}, + {-889, 74, -593, 0x1c9e} + } +}; + +StandTile tile_1801 = { + 0x008d12, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 74, -614, 0x1caa}, + {-889, 85, -614, 0x1c6a}, + {-1154, 85, -614, 0x0000} + } +}; + +StandTile tile_1802 = { + 0x008d11, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 74, -614, 0x1cd6}, + {-889, 74, -614, 0x0000}, + {-889, 85, -614, 0x1ca6} + } +}; + +StandTile tile_1803 = { + 0x009512, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 21, -487, 0x1cb2}, + {-889, 21, -508, 0x1c82}, + {-1154, 21, -508, 0x0000} + } +}; + +StandTile tile_1804 = { + 0x009511, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 21, -487, 0x1c76}, + {-889, 21, -487, 0x0000}, + {-889, 21, -508, 0x1cae} + } +}; + +StandTile tile_1805 = { + 0x009612, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 32, -508, 0x1cba}, + {-889, 32, -529, 0x1c8a}, + {-1154, 32, -529, 0x0000} + } +}; + +StandTile tile_1806 = { + 0x009611, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 32, -508, 0x1c7e}, + {-889, 32, -508, 0x0000}, + {-889, 32, -529, 0x1cb6} + } +}; + +StandTile tile_1807 = { + 0x009712, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 42, -529, 0x1cc2}, + {-889, 42, -550, 0x1c92}, + {-1154, 42, -550, 0x0000} + } +}; + +StandTile tile_1808 = { + 0x009711, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 42, -529, 0x1c86}, + {-889, 42, -529, 0x0000}, + {-889, 42, -550, 0x1cbe} + } +}; + +StandTile tile_1809 = { + 0x009812, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 53, -550, 0x1cca}, + {-889, 53, -572, 0x1c9a}, + {-1154, 53, -572, 0x0000} + } +}; + +StandTile tile_1810 = { + 0x009811, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 53, -550, 0x1c8e}, + {-889, 53, -550, 0x0000}, + {-889, 53, -572, 0x1cc6} + } +}; + +StandTile tile_1811 = { + 0x009912, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 64, -572, 0x1cd2}, + {-889, 64, -593, 0x1ca2}, + {-1154, 64, -593, 0x0000} + } +}; + +StandTile tile_1812 = { + 0x009911, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 64, -572, 0x1c96}, + {-889, 64, -572, 0x0000}, + {-889, 64, -593, 0x1cce} + } +}; + +StandTile tile_1813 = { + 0x009a12, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 74, -593, 0x1cda}, + {-889, 74, -614, 0x1caa}, + {-1154, 74, -614, 0x0000} + } +}; + +StandTile tile_1814 = { + 0x009a11, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 74, -593, 0x1c9e}, + {-889, 74, -593, 0x0000}, + {-889, 74, -614, 0x1cd6} + } +}; + +StandTile tile_1815 = { + 0x033d08, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {355, 11, -942, 0x0000}, + {343, 11, -941, 0x1ce2}, + {355, 11, -926, 0x0000} + } +}; + +StandTile tile_1816 = { + 0x033c0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {343, 11, -941, 0x1ce6}, + {333, 11, -878, 0x1cea}, + {355, 11, -926, 0x1cde} + } +}; + +StandTile tile_1817 = { + 0x033c09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {343, 11, -941, 0x0000}, + {321, 11, -878, 0x0000}, + {333, 11, -878, 0x1ce2} + } +}; + +StandTile tile_1818 = { + 0x033b08, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {333, 11, -878, 0x1cf2}, + {497, 11, -968, 0x1cee}, + {355, 11, -926, 0x1ce2} + } +}; + +StandTile tile_1819 = { + 0x033a08, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {497, 11, -968, 0x0000}, + {353, 11, -968, 0x0000}, + {355, 11, -926, 0x1cea} + } +}; + +StandTile tile_1820 = { + 0x033908, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {333, 11, -878, 0x1cf6}, + {497, 11, -836, 0x1d16}, + {497, 11, -968, 0x1cea} + } +}; + +StandTile tile_1821 = { + 0x03380a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {333, 11, -878, 0x1cfa}, + {434, 11, -773, 0x1d0e}, + {497, 11, -836, 0x1cf2} + } +}; + +StandTile tile_1822 = { + 0x033809, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {333, 11, -878, 0x0000}, + {333, 11, -852, 0x1cfe}, + {434, 11, -773, 0x1cf6} + } +}; + +StandTile tile_1823 = { + 0x03370a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {333, 11, -852, 0x1d02}, + {358, 11, -773, 0x1d06}, + {434, 11, -773, 0x1cfa} + } +}; + +StandTile tile_1824 = { + 0x033709, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {333, 11, -852, 0x0000}, + {318, 11, -796, 0x0000}, + {358, 11, -773, 0x1cfe} + } +}; + +StandTile tile_1825 = { + 0x03360a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {358, 11, -773, 0x1d0a}, + {434, 0, -773, 0x1d0e}, + {434, 11, -773, 0x1cfe} + } +}; + +StandTile tile_1826 = { + 0x033609, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {358, 11, -773, 0x0000}, + {360, 0, -773, 0x1da0}, + {434, 0, -773, 0x1d06} + } +}; + +StandTile tile_1827 = { + 0x03350a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {434, 0, -773, 0x1d12}, + {497, 11, -836, 0x1cf6}, + {434, 11, -773, 0x1d06} + } +}; + +StandTile tile_1828 = { + 0x033509, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {434, 0, -773, 0x1d62}, + {497, 0, -836, 0x1d16}, + {497, 11, -836, 0x1d0e} + } +}; + +StandTile tile_1829 = { + 0x03340a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {497, 0, -836, 0x1d1a}, + {497, 11, -968, 0x1cf2}, + {497, 11, -836, 0x1d12} + } +}; + +StandTile tile_1830 = { + 0x033409, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {497, 0, -836, 0x1d32}, + {497, 0, -968, 0x0000}, + {497, 11, -968, 0x1d16} + } +}; + +StandTile tile_1831 = { + 0x03330a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {651, 0, -995, 0x1d22}, + {534, 0, -963, 0x1d26}, + {651, 0, -963, 0x0000} + } +}; + +StandTile tile_1832 = { + 0x033309, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {651, 0, -995, 0x174a}, + {534, 0, -995, 0x0000}, + {534, 0, -963, 0x1d1e} + } +}; + +StandTile tile_1833 = { + 0x033208, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {631, 0, -881, 0x1d2a}, + {651, 0, -963, 0x1d1e}, + {534, 0, -963, 0x1d36} + } +}; + +StandTile tile_1834 = { + 0x03310a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {699, 0, -947, 0x1d2e}, + {651, 0, -963, 0x1d26}, + {631, 0, -881, 0x1d3e} + } +}; + +StandTile tile_1835 = { + 0x033109, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {699, 0, -947, 0x0000}, + {699, 0, -968, 0x0000}, + {651, 0, -963, 0x1d2a} + } +}; + +StandTile tile_1836 = { + 0x03300a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {631, 0, -881, 0x1d36}, + {497, 0, -968, 0x1d1a}, + {497, 0, -836, 0x1d62} + } +}; + +StandTile tile_1837 = { + 0x033009, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {631, 0, -881, 0x1d26}, + {534, 0, -963, 0x0000}, + {497, 0, -968, 0x1d32} + } +}; + +StandTile tile_1838 = { + 0x032f08, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {732, 0, -772, 0x0000}, + {733, 0, -947, 0x1d42}, + {699, 0, -773, 0x0000} + } +}; + +StandTile tile_1839 = { + 0x032e0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {699, 0, -773, 0x1d42}, + {699, 0, -947, 0x1d2a}, + {631, 0, -881, 0x1d46} + } +}; + +StandTile tile_1840 = { + 0x032e09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {699, 0, -773, 0x1d3a}, + {733, 0, -947, 0x0000}, + {699, 0, -947, 0x1d3e} + } +}; + +StandTile tile_1841 = { + 0x032d0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {631, 0, -881, 0x1d4a}, + {699, 0, -751, 0x0000}, + {699, 0, -773, 0x1d3e} + } +}; + +StandTile tile_1842 = { + 0x032d09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {631, 0, -881, 0x1d5e}, + {551, 0, -723, 0x1d5a}, + {699, 0, -751, 0x1d46} + } +}; + +StandTile tile_1843 = { + 0x032c0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {722, 6, -667, 0x1d52}, + {699, 0, -751, 0x1d5a}, + {719, 0, -667, 0x0000} + } +}; + +StandTile tile_1844 = { + 0x032c09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {722, 6, -667, 0x0000}, + {725, 0, -751, 0x0000}, + {699, 0, -751, 0x1d4e} + } +}; + +StandTile tile_1845 = { + 0x032b0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {719, 0, -667, 0x1d5a}, + {551, 0, -723, 0x1d76}, + {720, 0, -640, 0x0000} + } +}; + +StandTile tile_1846 = { + 0x032b09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {719, 0, -667, 0x1d4e}, + {699, 0, -751, 0x1d4a}, + {551, 0, -723, 0x1d56} + } +}; + +StandTile tile_1847 = { + 0x032a0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {631, 0, -881, 0x1d62}, + {434, 0, -773, 0x1d66}, + {551, 0, -723, 0x1d4a} + } +}; + +StandTile tile_1848 = { + 0x032a09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {631, 0, -881, 0x1d32}, + {497, 0, -836, 0x1d12}, + {434, 0, -773, 0x1d5e} + } +}; + +StandTile tile_1849 = { + 0x03290a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {434, 0, -773, 0x1d6a}, + {609, 0, -550, 0x1d72}, + {551, 0, -723, 0x1d5e} + } +}; + +StandTile tile_1850 = { + 0x032909, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {434, 0, -773, 0x1da0}, + {495, 0, -654, 0x1d84}, + {609, 0, -550, 0x1d66} + } +}; + +StandTile tile_1851 = { + 0x03280a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {551, 0, -723, 0x1d72}, + {696, 0, -550, 0x0000}, + {699, 0, -561, 0x1d7a} + } +}; + +StandTile tile_1852 = { + 0x032809, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {551, 0, -723, 0x1d66}, + {609, 0, -550, 0x0000}, + {696, 0, -550, 0x1d6e} + } +}; + +StandTile tile_1853 = { + 0x03270a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {551, 0, -723, 0x1d7a}, + {730, 0, -561, 0x0000}, + {720, 0, -640, 0x1d56} + } +}; + +StandTile tile_1854 = { + 0x032709, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {551, 0, -723, 0x1d6e}, + {699, 0, -561, 0x0000}, + {730, 0, -561, 0x1d76} + } +}; + +StandTile tile_1855 = { + 0x03260a, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 5, + 0x0, 0x1, 0x4, + { + {609, 0, -550, 0x1d84}, + {492, 0, -540, 0x1db0}, + {524, 0, -540, 0x1db8}, + {582, 0, -540, 0x1dc0}, + {609, 0, -540, 0x0000} + } +}; + +StandTile tile_1856 = { + 0x032609, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {609, 0, -550, 0x1d6a}, + {495, 0, -654, 0x1d8c}, + {492, 0, -540, 0x1d7e} + } +}; + +StandTile tile_1857 = { + 0x03250a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {476, 0, -540, 0x1d8c}, + {495, 0, -654, 0x1d94}, + {476, 0, -550, 0x0000} + } +}; + +StandTile tile_1858 = { + 0x032509, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {476, 0, -540, 0x0000}, + {492, 0, -540, 0x1d84}, + {495, 0, -654, 0x1d88} + } +}; + +StandTile tile_1859 = { + 0x03240a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {360, 0, -550, 0x1d94}, + {495, 0, -654, 0x1d98}, + {360, 0, -561, 0x0000} + } +}; + +StandTile tile_1860 = { + 0x032409, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {360, 0, -550, 0x0000}, + {476, 0, -550, 0x1d88}, + {495, 0, -654, 0x1d90} + } +}; + +StandTile tile_1861 = { + 0x032308, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {360, 0, -561, 0x1d90}, + {495, 0, -654, 0x1d9c}, + {360, 0, -751, 0x1da8} + } +}; + +StandTile tile_1862 = { + 0x03220a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {495, 0, -654, 0x1da0}, + {360, 0, -773, 0x0000}, + {360, 0, -751, 0x1d98} + } +}; + +StandTile tile_1863 = { + 0x032209, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {495, 0, -654, 0x1d6a}, + {434, 0, -773, 0x1d0a}, + {360, 0, -773, 0x1d9c} + } +}; + +StandTile tile_1864 = { + 0x03210a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {360, 0, -561, 0x1da8}, + {318, 0, -751, 0x0000}, + {318, 0, -561, 0x0000} + } +}; + +StandTile tile_1865 = { + 0x032109, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {360, 0, -561, 0x1d98}, + {360, 0, -751, 0x0000}, + {318, 0, -751, 0x1da4} + } +}; + +StandTile tile_1866 = { + 0x031f0a, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {524, 0, -540, 0x1db0}, + {492, 10, -540, 0x1422}, + {524, 10, -540, 0x1db8} + } +}; + +StandTile tile_1867 = { + 0x031f09, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {524, 0, -540, 0x1d7e}, + {492, 0, -540, 0x0000}, + {492, 10, -540, 0x1dac} + } +}; + +StandTile tile_1868 = { + 0x031e0a, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {582, 0, -540, 0x1db8}, + {524, 10, -540, 0x1436}, + {582, 10, -540, 0x1dc0} + } +}; + +StandTile tile_1869 = { + 0x031e09, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {582, 0, -540, 0x1d7e}, + {524, 0, -540, 0x1dac}, + {524, 10, -540, 0x1db4} + } +}; + +StandTile tile_1870 = { + 0x031a0a, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {609, 0, -540, 0x1dc0}, + {582, 10, -540, 0x1426}, + {609, 10, -540, 0x0000} + } +}; + +StandTile tile_1871 = { + 0x031a09, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {609, 0, -540, 0x1d7e}, + {582, 0, -540, 0x1db4}, + {582, 10, -540, 0x1dbc} + } +}; + +StandTile tile_1872 = { + 0x00a100, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -339, 0x1e05}, + {2003, 10, -286, 0x1dc8}, + {2045, 10, -233, 0x2269} + } +}; + +StandTile tile_1873 = { + 0x00a002, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2003, 10, -159, 0x1dcc}, + {2045, 10, -233, 0x1dc4}, + {2003, 10, -286, 0x1df8} + } +}; + +StandTile tile_1874 = { + 0x00a001, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2003, 10, -159, 0x0000}, + {2045, 10, -159, 0x2301}, + {2045, 10, -233, 0x1dc8} + } +}; + +StandTile tile_1875 = { + 0x009f02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1770, 10, -413, 0x1dd4}, + {1759, 10, -159, 0x0000}, + {1770, 10, -159, 0x1ddc} + } +}; + +StandTile tile_1876 = { + 0x009f01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1770, 10, -413, 0x0000}, + {1759, 10, -413, 0x2051}, + {1759, 10, -159, 0x1dd0} + } +}; + +StandTile tile_1877 = { + 0x009e02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1770, 10, -413, 0x1ddc}, + {1796, 10, -132, 0x1de4}, + {1796, 10, -439, 0x1f5f} + } +}; + +StandTile tile_1878 = { + 0x009e01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1770, 10, -413, 0x1dd0}, + {1770, 10, -159, 0x1e5d}, + {1796, 10, -132, 0x1dd8} + } +}; + +StandTile tile_1879 = { + 0x009d00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1966, 10, -439, 0x1f67}, + {1796, 10, -439, 0x1de4}, + {1881, 10, -286, 0x1dec} + } +}; + +StandTile tile_1880 = { + 0x009c00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1881, 10, -286, 0x1de0}, + {1796, 10, -439, 0x1dd8}, + {1796, 10, -132, 0x1de8} + } +}; + +StandTile tile_1881 = { + 0x009b00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1796, 10, -132, 0x1e65}, + {1966, 10, -132, 0x1dec}, + {1881, 10, -286, 0x1de4} + } +}; + +StandTile tile_1882 = { + 0x009a00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1881, 10, -286, 0x1de8}, + {1966, 10, -132, 0x1df4}, + {1966, 10, -439, 0x1de0} + } +}; + +StandTile tile_1883 = { + 0x009902, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1966, 10, -439, 0x1df4}, + {1992, 10, -159, 0x1dfd}, + {1992, 10, -413, 0x1f73} + } +}; + +StandTile tile_1884 = { + 0x009901, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1966, 10, -439, 0x1dec}, + {1966, 10, -132, 0x1e69}, + {1992, 10, -159, 0x1df0} + } +}; + +StandTile tile_1885 = { + 0x009802, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x2, + { + {2003, 10, -413, 0x1dfd}, + {1992, 10, -159, 0x0000}, + {2003, 10, -159, 0x1dc8}, + {2003, 10, -286, 0x1e01} + } +}; + +StandTile tile_1886 = { + 0x009801, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2003, 10, -413, 0x0000}, + {1992, 10, -413, 0x1df0}, + {1992, 10, -159, 0x1df8} + } +}; + +StandTile tile_1887 = { + 0x009702, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2003, 10, -286, 0x1e05}, + {2045, 10, -413, 0x0000}, + {2003, 10, -413, 0x1df8} + } +}; + +StandTile tile_1888 = { + 0x009701, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2003, 10, -286, 0x1dc4}, + {2045, 10, -339, 0x228d}, + {2045, 10, -413, 0x1e01} + } +}; + +StandTile tile_1889 = { + 0x048902, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {820, 10, -318, 0x1e0d}, + {895, 10, -254, 0x20cb}, + {895, 10, -318, 0x0000} + } +}; + +StandTile tile_1890 = { + 0x048901, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {820, 10, -318, 0x142e}, + {820, 10, -254, 0x0000}, + {895, 10, -254, 0x1e09} + } +}; + +StandTile tile_1891 = { + 0x035202, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {969, 10, -132, 0x1e15}, + {943, 10, 48, 0x2419}, + {969, 10, 48, 0x1e1d} + } +}; + +StandTile tile_1892 = { + 0x035201, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {969, 10, -132, 0x209b}, + {943, 10, -159, 0x0000}, + {943, 10, 48, 0x1e11} + } +}; + +StandTile tile_1893 = { + 0x035102, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1139, 10, -132, 0x1e1d}, + {969, 10, 48, 0x2411}, + {1139, 10, 48, 0x1e21} + } +}; + +StandTile tile_1894 = { + 0x035101, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1139, 10, -132, 0x20a7}, + {969, 10, -132, 0x1e11}, + {969, 10, 48, 0x1e19} + } +}; + +StandTile tile_1895 = { + 0x035002, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1139, 10, 48, 0x1e25}, + {1166, 10, -159, 0x20b3}, + {1139, 10, -132, 0x1e19} + } +}; + +StandTile tile_1896 = { + 0x035001, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1139, 10, 48, 0x2409}, + {1166, 10, 48, 0x0000}, + {1166, 10, -159, 0x1e21} + } +}; + +StandTile tile_1897 = { + 0x034b02, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1245, 10, -132, 0x1e2d}, + {1219, 10, 48, 0x2401}, + {1245, 10, 48, 0x1e35} + } +}; + +StandTile tile_1898 = { + 0x034b01, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1245, 10, -132, 0x2061}, + {1219, 10, -159, 0x0000}, + {1219, 10, 48, 0x1e29} + } +}; + +StandTile tile_1899 = { + 0x034a02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1415, 10, -132, 0x1e35}, + {1245, 10, 48, 0x23f9}, + {1415, 10, 48, 0x1e39} + } +}; + +StandTile tile_1900 = { + 0x034a01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1415, 10, -132, 0x206d}, + {1245, 10, -132, 0x1e29}, + {1245, 10, 48, 0x1e31} + } +}; + +StandTile tile_1901 = { + 0x034902, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1415, 10, 48, 0x1e3d}, + {1441, 10, -159, 0x2079}, + {1415, 10, -132, 0x1e31} + } +}; + +StandTile tile_1902 = { + 0x034901, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1415, 10, 48, 0x23f1}, + {1441, 10, 48, 0x0000}, + {1441, 10, -159, 0x1e39} + } +}; + +StandTile tile_1903 = { + 0x034402, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1521, 10, -132, 0x1e45}, + {1494, 10, 48, 0x23e9}, + {1521, 10, 48, 0x1e4d} + } +}; + +StandTile tile_1904 = { + 0x034401, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1521, 10, -132, 0x2029}, + {1494, 10, -159, 0x0000}, + {1494, 10, 48, 0x1e41} + } +}; + +StandTile tile_1905 = { + 0x034302, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1690, 10, -132, 0x1e4d}, + {1521, 10, 48, 0x23d9}, + {1690, 10, 48, 0x1e51} + } +}; + +StandTile tile_1906 = { + 0x034301, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1690, 10, -132, 0x2035}, + {1521, 10, -132, 0x1e41}, + {1521, 10, 48, 0x1e49} + } +}; + +StandTile tile_1907 = { + 0x034202, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1690, 10, 48, 0x1e55}, + {1717, 10, -159, 0x2041}, + {1690, 10, -132, 0x1e49} + } +}; + +StandTile tile_1908 = { + 0x034201, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1690, 10, 48, 0x23e1}, + {1717, 10, 48, 0x0000}, + {1717, 10, -159, 0x1e51} + } +}; + +StandTile tile_1909 = { + 0x033d02, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1796, 10, -132, 0x1e5d}, + {1770, 10, 48, 0x23d1}, + {1796, 10, 48, 0x1e65} + } +}; + +StandTile tile_1910 = { + 0x033d01, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1796, 10, -132, 0x1ddc}, + {1770, 10, -159, 0x0000}, + {1770, 10, 48, 0x1e59} + } +}; + +StandTile tile_1911 = { + 0x033c02, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1966, 10, -132, 0x1e65}, + {1796, 10, 48, 0x23c9}, + {1966, 10, 48, 0x1e69} + } +}; + +StandTile tile_1912 = { + 0x033c01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1966, 10, -132, 0x1de8}, + {1796, 10, -132, 0x1e59}, + {1796, 10, 48, 0x1e61} + } +}; + +StandTile tile_1913 = { + 0x033b02, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1966, 10, 48, 0x1e6d}, + {1992, 10, -159, 0x1df4}, + {1966, 10, -132, 0x1e61} + } +}; + +StandTile tile_1914 = { + 0x033b01, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1966, 10, 48, 0x23c1}, + {1992, 10, 48, 0x0000}, + {1992, 10, -159, 0x1e69} + } +}; + +StandTile tile_1915 = { + 0x02c602, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {943, 222, -111, 0x1e75}, + {1166, 222, -132, 0x0000}, + {943, 222, -132, 0x0000} + } +}; + +StandTile tile_1916 = { + 0x02c601, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {943, 222, -111, 0x1e7d}, + {1166, 222, -111, 0x0000}, + {1166, 222, -132, 0x1e71} + } +}; + +StandTile tile_1917 = { + 0x02c500, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1134, 222, 32, 0x1ee9}, + {1155, 222, -68, 0x1e7d}, + {943, 222, -111, 0x1e81} + } +}; + +StandTile tile_1918 = { + 0x02c400, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1155, 222, -68, 0x1f01}, + {1166, 222, -111, 0x1e75}, + {943, 222, -111, 0x1e79} + } +}; + +StandTile tile_1919 = { + 0x02c302, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {943, 222, -111, 0x1e85}, + {927, 222, 32, 0x0000}, + {1134, 222, 32, 0x1e79} + } +}; + +StandTile tile_1920 = { + 0x02c301, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {943, 222, -111, 0x1e89}, + {927, 222, -31, 0x0000}, + {927, 222, 32, 0x1e81} + } +}; + +StandTile tile_1921 = { + 0x02c200, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {943, 222, -111, 0x0000}, + {927, 222, -111, 0x0000}, + {927, 222, -31, 0x1e85} + } +}; + +StandTile tile_1922 = { + 0x02c102, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1780, 222, -68, 0x1e91}, + {1960, 222, 32, 0x1f0a}, + {1982, 222, -68, 0x1ea1} + } +}; + +StandTile tile_1923 = { + 0x02c101, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1780, 222, -68, 0x1e95}, + {1802, 222, 32, 0x0000}, + {1960, 222, 32, 0x1e8d} + } +}; + +StandTile tile_1924 = { + 0x02c002, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1706, 222, -68, 0x1e99}, + {1802, 222, 32, 0x1e91}, + {1780, 222, -68, 0x1eb1} + } +}; + +StandTile tile_1925 = { + 0x02c001, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1706, 222, -68, 0x1eb5}, + {1685, 222, 32, 0x0000}, + {1802, 222, 32, 0x1e95} + } +}; + +StandTile tile_1926 = { + 0x02bf02, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1770, 222, -111, 0x1ea1}, + {1982, 222, -68, 0x1f13}, + {1992, 222, -111, 0x1ea9} + } +}; + +StandTile tile_1927 = { + 0x02bf01, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1770, 222, -111, 0x1ead}, + {1780, 222, -68, 0x1e8d}, + {1982, 222, -68, 0x1e9d} + } +}; + +StandTile tile_1928 = { + 0x02be02, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1770, 222, -132, 0x1ea9}, + {1992, 222, -111, 0x0000}, + {1992, 222, -132, 0x0000} + } +}; + +StandTile tile_1929 = { + 0x02be01, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1770, 222, -132, 0x0000}, + {1770, 222, -111, 0x1e9d}, + {1992, 222, -111, 0x1ea5} + } +}; + +StandTile tile_1930 = { + 0x02bd02, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1717, 222, -111, 0x1eb1}, + {1780, 222, -68, 0x1ea1}, + {1770, 222, -111, 0x0000} + } +}; + +StandTile tile_1931 = { + 0x02bd01, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1717, 222, -111, 0x1ec5}, + {1706, 222, -68, 0x1e95}, + {1780, 222, -68, 0x1ead} + } +}; + +StandTile tile_1932 = { + 0x02bc02, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1505, 222, -68, 0x1eb9}, + {1685, 222, 32, 0x1e99}, + {1706, 222, -68, 0x1ec9} + } +}; + +StandTile tile_1933 = { + 0x02bc01, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1505, 222, -68, 0x1ebd}, + {1526, 222, 32, 0x0000}, + {1685, 222, 32, 0x1eb5} + } +}; + +StandTile tile_1934 = { + 0x02bb02, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1431, 222, -68, 0x1ec1}, + {1526, 222, 32, 0x1eb9}, + {1505, 222, -68, 0x1ed9} + } +}; + +StandTile tile_1935 = { + 0x02bb01, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1431, 222, -68, 0x1edd}, + {1409, 222, 32, 0x0000}, + {1526, 222, 32, 0x1ebd} + } +}; + +StandTile tile_1936 = { + 0x02ba02, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1494, 222, -111, 0x1ec9}, + {1706, 222, -68, 0x1eb1}, + {1717, 222, -111, 0x1ed1} + } +}; + +StandTile tile_1937 = { + 0x02ba01, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1494, 222, -111, 0x1ed5}, + {1505, 222, -68, 0x1eb5}, + {1706, 222, -68, 0x1ec5} + } +}; + +StandTile tile_1938 = { + 0x02b902, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1494, 222, -132, 0x1ed1}, + {1717, 222, -111, 0x0000}, + {1717, 222, -132, 0x0000} + } +}; + +StandTile tile_1939 = { + 0x02b901, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1494, 222, -132, 0x0000}, + {1494, 222, -111, 0x1ec5}, + {1717, 222, -111, 0x1ecd} + } +}; + +StandTile tile_1940 = { + 0x02b802, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1441, 222, -111, 0x1ed9}, + {1505, 222, -68, 0x1ec9}, + {1494, 222, -111, 0x0000} + } +}; + +StandTile tile_1941 = { + 0x02b801, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1441, 222, -111, 0x1eed}, + {1431, 222, -68, 0x1ebd}, + {1505, 222, -68, 0x1ed5} + } +}; + +StandTile tile_1942 = { + 0x02b702, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1229, 222, -68, 0x1ee1}, + {1409, 222, 32, 0x1ec1}, + {1431, 222, -68, 0x1ef1} + } +}; + +StandTile tile_1943 = { + 0x02b701, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1229, 222, -68, 0x1ee5}, + {1250, 222, 32, 0x0000}, + {1409, 222, 32, 0x1edd} + } +}; + +StandTile tile_1944 = { + 0x02b602, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1155, 222, -68, 0x1ee9}, + {1250, 222, 32, 0x1ee1}, + {1229, 222, -68, 0x1f01} + } +}; + +StandTile tile_1945 = { + 0x02b601, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1155, 222, -68, 0x1e79}, + {1134, 222, 32, 0x0000}, + {1250, 222, 32, 0x1ee5} + } +}; + +StandTile tile_1946 = { + 0x02b502, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1219, 222, -111, 0x1ef1}, + {1431, 222, -68, 0x1ed9}, + {1441, 222, -111, 0x1ef9} + } +}; + +StandTile tile_1947 = { + 0x02b501, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1219, 222, -111, 0x1efd}, + {1229, 222, -68, 0x1edd}, + {1431, 222, -68, 0x1eed} + } +}; + +StandTile tile_1948 = { + 0x02b402, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1219, 222, -132, 0x1ef9}, + {1441, 222, -111, 0x0000}, + {1441, 222, -132, 0x0000} + } +}; + +StandTile tile_1949 = { + 0x02b401, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1219, 222, -132, 0x0000}, + {1219, 222, -111, 0x1eed}, + {1441, 222, -111, 0x1ef5} + } +}; + +StandTile tile_1950 = { + 0x02b302, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1166, 222, -111, 0x1f01}, + {1229, 222, -68, 0x1ef1}, + {1219, 222, -111, 0x0000} + } +}; + +StandTile tile_1951 = { + 0x02b301, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1166, 222, -111, 0x1e7d}, + {1155, 222, -68, 0x1ee5}, + {1229, 222, -68, 0x1efd} + } +}; + +StandTile tile_1952 = { + 0x028402, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x1, 0x2, + { + {2045, 222, -68, 0x1f0a}, + {1960, 222, 32, 0x0000}, + {2045, 222, 32, 0x0000}, + {2045, 222, -31, 0x20db} + } +}; + +StandTile tile_1953 = { + 0x028401, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2045, 222, -68, 0x1f13}, + {1982, 222, -68, 0x1e8d}, + {1960, 222, 32, 0x1f05} + } +}; + +StandTile tile_1954 = { + 0x028302, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {1992, 222, -111, 0x1f13}, + {2045, 222, -68, 0x20db}, + {2045, 222, -105, 0x0000}, + {2045, 222, -111, 0x0000} + } +}; + +StandTile tile_1955 = { + 0x028301, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1992, 222, -111, 0x1e9d}, + {1982, 222, -68, 0x1f0a}, + {2045, 222, -68, 0x1f0e} + } +}; + +StandTile tile_1956 = { + 0x01b402, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {969, 10, -620, 0x1f1b}, + {943, 10, -413, 0x2097}, + {969, 10, -439, 0x1f23} + } +}; + +StandTile tile_1957 = { + 0x01b401, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {969, 10, -620, 0x23a9}, + {943, 10, -620, 0x0000}, + {943, 10, -413, 0x1f17} + } +}; + +StandTile tile_1958 = { + 0x01b302, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1139, 10, -620, 0x1f23}, + {969, 10, -439, 0x209f}, + {1139, 10, -439, 0x1f27} + } +}; + +StandTile tile_1959 = { + 0x01b301, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1139, 10, -620, 0x23b1}, + {969, 10, -620, 0x1f17}, + {969, 10, -439, 0x1f1f} + } +}; + +StandTile tile_1960 = { + 0x01b202, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1139, 10, -439, 0x1f2b}, + {1166, 10, -620, 0x23b9}, + {1139, 10, -620, 0x1f1f} + } +}; + +StandTile tile_1961 = { + 0x01b201, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1139, 10, -439, 0x20af}, + {1166, 10, -413, 0x0000}, + {1166, 10, -620, 0x1f27} + } +}; + +StandTile tile_1962 = { + 0x01ad02, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1245, 10, -620, 0x1f33}, + {1219, 10, -413, 0x205d}, + {1245, 10, -439, 0x1f3b} + } +}; + +StandTile tile_1963 = { + 0x01ad01, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1245, 10, -620, 0x2391}, + {1219, 10, -620, 0x0000}, + {1219, 10, -413, 0x1f2f} + } +}; + +StandTile tile_1964 = { + 0x01ac02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1415, 10, -620, 0x1f3b}, + {1245, 10, -439, 0x2065}, + {1415, 10, -439, 0x1f3f} + } +}; + +StandTile tile_1965 = { + 0x01ac01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1415, 10, -620, 0x2399}, + {1245, 10, -620, 0x1f2f}, + {1245, 10, -439, 0x1f37} + } +}; + +StandTile tile_1966 = { + 0x01ab02, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1415, 10, -439, 0x1f43}, + {1441, 10, -620, 0x23a1}, + {1415, 10, -620, 0x1f37} + } +}; + +StandTile tile_1967 = { + 0x01ab01, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1415, 10, -439, 0x2075}, + {1441, 10, -413, 0x0000}, + {1441, 10, -620, 0x1f3f} + } +}; + +StandTile tile_1968 = { + 0x01a602, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1521, 10, -620, 0x1f4b}, + {1494, 10, -413, 0x2025}, + {1521, 10, -439, 0x1f53} + } +}; + +StandTile tile_1969 = { + 0x01a601, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1521, 10, -620, 0x2379}, + {1494, 10, -620, 0x0000}, + {1494, 10, -413, 0x1f47} + } +}; + +StandTile tile_1970 = { + 0x01a502, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1690, 10, -620, 0x1f53}, + {1521, 10, -439, 0x202d}, + {1690, 10, -439, 0x1f57} + } +}; + +StandTile tile_1971 = { + 0x01a501, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1690, 10, -620, 0x2381}, + {1521, 10, -620, 0x1f47}, + {1521, 10, -439, 0x1f4f} + } +}; + +StandTile tile_1972 = { + 0x01a402, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1690, 10, -439, 0x1f5b}, + {1717, 10, -620, 0x2389}, + {1690, 10, -620, 0x1f4f} + } +}; + +StandTile tile_1973 = { + 0x01a401, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1690, 10, -439, 0x203d}, + {1717, 10, -413, 0x0000}, + {1717, 10, -620, 0x1f57} + } +}; + +StandTile tile_1974 = { + 0x019f02, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1796, 10, -620, 0x1f63}, + {1770, 10, -413, 0x1dd8}, + {1796, 10, -439, 0x1f6b} + } +}; + +StandTile tile_1975 = { + 0x019f01, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1796, 10, -620, 0x2361}, + {1770, 10, -620, 0x0000}, + {1770, 10, -413, 0x1f5f} + } +}; + +StandTile tile_1976 = { + 0x019e02, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1966, 10, -620, 0x1f6b}, + {1796, 10, -439, 0x1de0}, + {1966, 10, -439, 0x1f6f} + } +}; + +StandTile tile_1977 = { + 0x019e01, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1966, 10, -620, 0x2369}, + {1796, 10, -620, 0x1f5f}, + {1796, 10, -439, 0x1f67} + } +}; + +StandTile tile_1978 = { + 0x019d02, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1966, 10, -439, 0x1f73}, + {1992, 10, -620, 0x2371}, + {1966, 10, -620, 0x1f67} + } +}; + +StandTile tile_1979 = { + 0x019d01, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1966, 10, -439, 0x1df0}, + {1992, 10, -413, 0x0000}, + {1992, 10, -620, 0x1f6f} + } +}; + +StandTile tile_1980 = { + 0x012802, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {943, 222, -439, 0x1f7b}, + {1166, 222, -461, 0x1f83}, + {943, 222, -461, 0x0000} + } +}; + +StandTile tile_1981 = { + 0x012801, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {943, 222, -439, 0x0000}, + {1166, 222, -439, 0x0000}, + {1166, 222, -461, 0x1f77} + } +}; + +StandTile tile_1982 = { + 0x012700, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {943, 222, -461, 0x1f83}, + {1155, 222, -503, 0x1feb}, + {1134, 222, -604, 0x1f87} + } +}; + +StandTile tile_1983 = { + 0x012600, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {943, 222, -461, 0x1f77}, + {1166, 222, -461, 0x2003}, + {1155, 222, -503, 0x1f7f} + } +}; + +StandTile tile_1984 = { + 0x012502, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1134, 222, -604, 0x1f8b}, + {927, 222, -540, 0x1f8f}, + {943, 222, -461, 0x1f7f} + } +}; + +StandTile tile_1985 = { + 0x012501, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1134, 222, -604, 0x0000}, + {927, 222, -604, 0x0000}, + {927, 222, -540, 0x1f87} + } +}; + +StandTile tile_1986 = { + 0x012400, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {927, 222, -540, 0x0000}, + {927, 222, -461, 0x0000}, + {943, 222, -461, 0x1f87} + } +}; + +StandTile tile_1987 = { + 0x012302, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1982, 222, -503, 0x1f97}, + {1802, 222, -604, 0x1f9f}, + {1780, 222, -503, 0x1fa7} + } +}; + +StandTile tile_1988 = { + 0x012301, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1982, 222, -503, 0x2010}, + {1960, 222, -604, 0x0000}, + {1802, 222, -604, 0x1f93} + } +}; + +StandTile tile_1989 = { + 0x012202, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1780, 222, -503, 0x1f9f}, + {1685, 222, -604, 0x1fbf}, + {1706, 222, -503, 0x1fb7} + } +}; + +StandTile tile_1990 = { + 0x012201, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1780, 222, -503, 0x1f93}, + {1802, 222, -604, 0x0000}, + {1685, 222, -604, 0x1f9b} + } +}; + +StandTile tile_1991 = { + 0x012102, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1992, 222, -461, 0x1fa7}, + {1780, 222, -503, 0x1fb7}, + {1770, 222, -461, 0x1faf} + } +}; + +StandTile tile_1992 = { + 0x012101, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1992, 222, -461, 0x2014}, + {1982, 222, -503, 0x1f93}, + {1780, 222, -503, 0x1fa3} + } +}; + +StandTile tile_1993 = { + 0x012002, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1992, 222, -439, 0x1faf}, + {1770, 222, -461, 0x0000}, + {1770, 222, -439, 0x0000} + } +}; + +StandTile tile_1994 = { + 0x012001, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1992, 222, -439, 0x0000}, + {1992, 222, -461, 0x1fa3}, + {1770, 222, -461, 0x1fab} + } +}; + +StandTile tile_1995 = { + 0x011f02, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1770, 222, -461, 0x1fb7}, + {1706, 222, -503, 0x1fcf}, + {1717, 222, -461, 0x0000} + } +}; + +StandTile tile_1996 = { + 0x011f01, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1770, 222, -461, 0x1fa3}, + {1780, 222, -503, 0x1f9b}, + {1706, 222, -503, 0x1fb3} + } +}; + +StandTile tile_1997 = { + 0x011e02, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1706, 222, -503, 0x1fbf}, + {1526, 222, -604, 0x1fc7}, + {1505, 222, -503, 0x1fcf} + } +}; + +StandTile tile_1998 = { + 0x011e01, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1706, 222, -503, 0x1f9b}, + {1685, 222, -604, 0x0000}, + {1526, 222, -604, 0x1fbb} + } +}; + +StandTile tile_1999 = { + 0x011d02, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1505, 222, -503, 0x1fc7}, + {1409, 222, -604, 0x1fe7}, + {1431, 222, -503, 0x1fdf} + } +}; + +StandTile tile_2000 = { + 0x011d01, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1505, 222, -503, 0x1fbb}, + {1526, 222, -604, 0x0000}, + {1409, 222, -604, 0x1fc3} + } +}; + +StandTile tile_2001 = { + 0x011c02, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1717, 222, -461, 0x1fcf}, + {1505, 222, -503, 0x1fdf}, + {1494, 222, -461, 0x1fd7} + } +}; + +StandTile tile_2002 = { + 0x011c01, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1717, 222, -461, 0x1fb3}, + {1706, 222, -503, 0x1fbb}, + {1505, 222, -503, 0x1fcb} + } +}; + +StandTile tile_2003 = { + 0x011b02, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1717, 222, -439, 0x1fd7}, + {1494, 222, -461, 0x0000}, + {1494, 222, -439, 0x0000} + } +}; + +StandTile tile_2004 = { + 0x011b01, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1717, 222, -439, 0x0000}, + {1717, 222, -461, 0x1fcb}, + {1494, 222, -461, 0x1fd3} + } +}; + +StandTile tile_2005 = { + 0x011a02, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1494, 222, -461, 0x1fdf}, + {1431, 222, -503, 0x1ff7}, + {1441, 222, -461, 0x0000} + } +}; + +StandTile tile_2006 = { + 0x011a01, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1494, 222, -461, 0x1fcb}, + {1505, 222, -503, 0x1fc3}, + {1431, 222, -503, 0x1fdb} + } +}; + +StandTile tile_2007 = { + 0x011902, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1431, 222, -503, 0x1fe7}, + {1250, 222, -604, 0x1fef}, + {1229, 222, -503, 0x1ff7} + } +}; + +StandTile tile_2008 = { + 0x011901, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1431, 222, -503, 0x1fc3}, + {1409, 222, -604, 0x0000}, + {1250, 222, -604, 0x1fe3} + } +}; + +StandTile tile_2009 = { + 0x011802, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1229, 222, -503, 0x1fef}, + {1134, 222, -604, 0x1f7f}, + {1155, 222, -503, 0x2007} + } +}; + +StandTile tile_2010 = { + 0x011801, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1229, 222, -503, 0x1fe3}, + {1250, 222, -604, 0x0000}, + {1134, 222, -604, 0x1feb} + } +}; + +StandTile tile_2011 = { + 0x011702, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1441, 222, -461, 0x1ff7}, + {1229, 222, -503, 0x2007}, + {1219, 222, -461, 0x1fff} + } +}; + +StandTile tile_2012 = { + 0x011701, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1441, 222, -461, 0x1fdb}, + {1431, 222, -503, 0x1fe3}, + {1229, 222, -503, 0x1ff3} + } +}; + +StandTile tile_2013 = { + 0x011602, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1441, 222, -439, 0x1fff}, + {1219, 222, -461, 0x0000}, + {1219, 222, -439, 0x0000} + } +}; + +StandTile tile_2014 = { + 0x011601, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1441, 222, -439, 0x0000}, + {1441, 222, -461, 0x1ff3}, + {1219, 222, -461, 0x1ffb} + } +}; + +StandTile tile_2015 = { + 0x011502, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1219, 222, -461, 0x2007}, + {1155, 222, -503, 0x1f83}, + {1166, 222, -461, 0x0000} + } +}; + +StandTile tile_2016 = { + 0x011501, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1219, 222, -461, 0x1ff3}, + {1229, 222, -503, 0x1feb}, + {1155, 222, -503, 0x2003} + } +}; + +StandTile tile_2017 = { + 0x00e602, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {2045, 222, -604, 0x2010}, + {1982, 222, -503, 0x2018}, + {2045, 222, -503, 0x21a0}, + {2045, 222, -541, 0x0000} + } +}; + +StandTile tile_2018 = { + 0x00e601, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2045, 222, -604, 0x0000}, + {1960, 222, -604, 0x1f97}, + {1982, 222, -503, 0x200b} + } +}; + +StandTile tile_2019 = { + 0x00e502, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2045, 222, -461, 0x2018}, + {1982, 222, -503, 0x1fa7}, + {1992, 222, -461, 0x0000} + } +}; + +StandTile tile_2020 = { + 0x00e501, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {2045, 222, -461, 0x0000}, + {2045, 222, -466, 0x21a0}, + {2045, 222, -503, 0x200b}, + {1982, 222, -503, 0x2014} + } +}; + +StandTile tile_2021 = { + 0x009602, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1494, 10, -413, 0x2021}, + {1484, 10, -159, 0x0000}, + {1494, 10, -159, 0x2029} + } +}; + +StandTile tile_2022 = { + 0x009601, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1494, 10, -413, 0x0000}, + {1484, 10, -413, 0x2089}, + {1484, 10, -159, 0x201d} + } +}; + +StandTile tile_2023 = { + 0x009502, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1494, 10, -413, 0x2029}, + {1521, 10, -132, 0x2031}, + {1521, 10, -439, 0x1f47} + } +}; + +StandTile tile_2024 = { + 0x009501, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1494, 10, -413, 0x201d}, + {1494, 10, -159, 0x1e45}, + {1521, 10, -132, 0x2025} + } +}; + +StandTile tile_2025 = { + 0x009400, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1690, 10, -439, 0x1f4f}, + {1521, 10, -439, 0x2031}, + {1605, 10, -286, 0x2039} + } +}; + +StandTile tile_2026 = { + 0x009300, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1605, 10, -286, 0x202d}, + {1521, 10, -439, 0x2025}, + {1521, 10, -132, 0x2035} + } +}; + +StandTile tile_2027 = { + 0x009200, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1521, 10, -132, 0x1e4d}, + {1690, 10, -132, 0x2039}, + {1605, 10, -286, 0x2031} + } +}; + +StandTile tile_2028 = { + 0x009100, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1605, 10, -286, 0x2035}, + {1690, 10, -132, 0x2041}, + {1690, 10, -439, 0x202d} + } +}; + +StandTile tile_2029 = { + 0x009002, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1690, 10, -439, 0x2041}, + {1717, 10, -159, 0x2049}, + {1717, 10, -413, 0x1f5b} + } +}; + +StandTile tile_2030 = { + 0x009001, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1690, 10, -439, 0x2039}, + {1690, 10, -132, 0x1e51}, + {1717, 10, -159, 0x203d} + } +}; + +StandTile tile_2031 = { + 0x008f02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1727, 10, -413, 0x2049}, + {1717, 10, -159, 0x0000}, + {1727, 10, -159, 0x204d} + } +}; + +StandTile tile_2032 = { + 0x008f01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1727, 10, -413, 0x0000}, + {1717, 10, -413, 0x203d}, + {1717, 10, -159, 0x2045} + } +}; + +StandTile tile_2033 = { + 0x008e02, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1727, 10, -159, 0x2051}, + {1759, 10, -413, 0x0000}, + {1727, 10, -413, 0x2045} + } +}; + +StandTile tile_2034 = { + 0x008e01, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1727, 10, -159, 0x0000}, + {1759, 10, -159, 0x1dd4}, + {1759, 10, -413, 0x204d} + } +}; + +StandTile tile_2035 = { + 0x008d02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1219, 10, -413, 0x2059}, + {1208, 10, -159, 0x0000}, + {1219, 10, -159, 0x2061} + } +}; + +StandTile tile_2036 = { + 0x008d01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1219, 10, -413, 0x0000}, + {1208, 10, -413, 0x20c3}, + {1208, 10, -159, 0x2055} + } +}; + +StandTile tile_2037 = { + 0x008c02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1219, 10, -413, 0x2061}, + {1245, 10, -132, 0x2069}, + {1245, 10, -439, 0x1f2f} + } +}; + +StandTile tile_2038 = { + 0x008c01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1219, 10, -413, 0x2055}, + {1219, 10, -159, 0x1e2d}, + {1245, 10, -132, 0x205d} + } +}; + +StandTile tile_2039 = { + 0x008b00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1415, 10, -439, 0x1f37}, + {1245, 10, -439, 0x2069}, + {1330, 10, -286, 0x2071} + } +}; + +StandTile tile_2040 = { + 0x008a00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1330, 10, -286, 0x2065}, + {1245, 10, -439, 0x205d}, + {1245, 10, -132, 0x206d} + } +}; + +StandTile tile_2041 = { + 0x008900, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1245, 10, -132, 0x1e35}, + {1415, 10, -132, 0x2071}, + {1330, 10, -286, 0x2069} + } +}; + +StandTile tile_2042 = { + 0x008800, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1330, 10, -286, 0x206d}, + {1415, 10, -132, 0x2079}, + {1415, 10, -439, 0x2065} + } +}; + +StandTile tile_2043 = { + 0x008702, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1415, 10, -439, 0x2079}, + {1441, 10, -159, 0x2081}, + {1441, 10, -413, 0x1f43} + } +}; + +StandTile tile_2044 = { + 0x008701, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1415, 10, -439, 0x2071}, + {1415, 10, -132, 0x1e39}, + {1441, 10, -159, 0x2075} + } +}; + +StandTile tile_2045 = { + 0x008602, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1452, 10, -413, 0x2081}, + {1441, 10, -159, 0x0000}, + {1452, 10, -159, 0x2085} + } +}; + +StandTile tile_2046 = { + 0x008601, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1452, 10, -413, 0x0000}, + {1441, 10, -413, 0x2075}, + {1441, 10, -159, 0x207d} + } +}; + +StandTile tile_2047 = { + 0x008502, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1452, 10, -159, 0x2089}, + {1484, 10, -413, 0x0000}, + {1452, 10, -413, 0x207d} + } +}; + +StandTile tile_2048 = { + 0x008501, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1452, 10, -159, 0x0000}, + {1484, 10, -159, 0x2021}, + {1484, 10, -413, 0x2085} + } +}; + +StandTile tile_2049 = { + 0x008402, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {943, 10, -413, 0x2091}, + {927, 10, -159, 0x0000}, + {943, 10, -159, 0x209b} + } +}; + +StandTile tile_2050 = { + 0x008401, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {943, 10, -413, 0x0000}, + {927, 10, -413, 0x0000}, + {927, 10, -333, 0x20cf}, + {927, 10, -238, 0x0000}, + {927, 10, -159, 0x208d} + } +}; + +StandTile tile_2051 = { + 0x008302, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {943, 10, -413, 0x209b}, + {969, 10, -132, 0x20a3}, + {969, 10, -439, 0x1f17} + } +}; + +StandTile tile_2052 = { + 0x008301, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {943, 10, -413, 0x208d}, + {943, 10, -159, 0x1e15}, + {969, 10, -132, 0x2097} + } +}; + +StandTile tile_2053 = { + 0x008200, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1139, 10, -439, 0x1f1f}, + {969, 10, -439, 0x20a3}, + {1054, 10, -286, 0x20ab} + } +}; + +StandTile tile_2054 = { + 0x008100, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1054, 10, -286, 0x209f}, + {969, 10, -439, 0x2097}, + {969, 10, -132, 0x20a7} + } +}; + +StandTile tile_2055 = { + 0x008000, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {969, 10, -132, 0x1e1d}, + {1139, 10, -132, 0x20ab}, + {1054, 10, -286, 0x20a3} + } +}; + +StandTile tile_2056 = { + 0x007f00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1054, 10, -286, 0x20a7}, + {1139, 10, -132, 0x20b3}, + {1139, 10, -439, 0x209f} + } +}; + +StandTile tile_2057 = { + 0x007e02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1139, 10, -439, 0x20b3}, + {1166, 10, -159, 0x20bb}, + {1166, 10, -413, 0x1f2b} + } +}; + +StandTile tile_2058 = { + 0x007e01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1139, 10, -439, 0x20ab}, + {1139, 10, -132, 0x1e21}, + {1166, 10, -159, 0x20af} + } +}; + +StandTile tile_2059 = { + 0x007d02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1176, 10, -413, 0x20bb}, + {1166, 10, -159, 0x0000}, + {1176, 10, -159, 0x20bf} + } +}; + +StandTile tile_2060 = { + 0x007d01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1176, 10, -413, 0x0000}, + {1166, 10, -413, 0x20af}, + {1166, 10, -159, 0x20b7} + } +}; + +StandTile tile_2061 = { + 0x007c02, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1176, 10, -159, 0x20c3}, + {1208, 10, -413, 0x0000}, + {1176, 10, -413, 0x20b7} + } +}; + +StandTile tile_2062 = { + 0x007c01, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1176, 10, -159, 0x0000}, + {1208, 10, -159, 0x2059}, + {1208, 10, -413, 0x20bf} + } +}; + +StandTile tile_2063 = { + 0x007b02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {895, 10, -318, 0x20cb}, + {911, 10, -254, 0x20d3}, + {911, 10, -318, 0x0000} + } +}; + +StandTile tile_2064 = { + 0x007b01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {895, 10, -318, 0x1e09}, + {895, 10, -254, 0x0000}, + {911, 10, -254, 0x20c7} + } +}; + +StandTile tile_2065 = { + 0x007a02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {911, 10, -318, 0x20d3}, + {927, 10, -238, 0x2091}, + {927, 10, -333, 0x0000} + } +}; + +StandTile tile_2066 = { + 0x007a01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {911, 10, -318, 0x20c7}, + {911, 10, -254, 0x0000}, + {927, 10, -238, 0x20cf} + } +}; + +StandTile tile_2067 = { + 0x04cc02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2045, 222, -105, 0x20db}, + {2045, 206, -31, 0x20e4}, + {2045, 206, -106, 0x0000} + } +}; + +StandTile tile_2068 = { + 0x04cc01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {2045, 222, -105, 0x1f0e}, + {2045, 222, -68, 0x1f05}, + {2045, 222, -31, 0x0000}, + {2045, 206, -31, 0x20d7} + } +}; + +StandTile tile_2069 = { + 0x04cb02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2065, 206, -105, 0x20e4}, + {2045, 206, -31, 0x0000}, + {2065, 206, -31, 0x20ec} + } +}; + +StandTile tile_2070 = { + 0x04cb01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2065, 206, -105, 0x0000}, + {2045, 206, -106, 0x20d7}, + {2045, 206, -31, 0x20e0} + } +}; + +StandTile tile_2071 = { + 0x04ca02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2065, 190, -105, 0x20ec}, + {2065, 206, -31, 0x0000}, + {2065, 190, -31, 0x20f0} + } +}; + +StandTile tile_2072 = { + 0x04ca01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2065, 190, -105, 0x0000}, + {2065, 206, -105, 0x20e0}, + {2065, 206, -31, 0x20e8} + } +}; + +StandTile tile_2073 = { + 0x04c902, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2091, 190, -35, 0x20f4}, + {2065, 190, -105, 0x20e8}, + {2065, 190, -31, 0x0000} + } +}; + +StandTile tile_2074 = { + 0x04c901, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2091, 190, -35, 0x20fc}, + {2081, 190, -108, 0x0000}, + {2065, 190, -105, 0x20f0} + } +}; + +StandTile tile_2075 = { + 0x04c802, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2081, 174, -108, 0x20fc}, + {2091, 190, -35, 0x0000}, + {2091, 174, -35, 0x2100} + } +}; + +StandTile tile_2076 = { + 0x04c801, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2081, 174, -108, 0x0000}, + {2081, 190, -108, 0x20f4}, + {2091, 190, -35, 0x20f8} + } +}; + +StandTile tile_2077 = { + 0x04c702, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2117, 174, -43, 0x2104}, + {2081, 174, -108, 0x20f8}, + {2091, 174, -35, 0x0000} + } +}; + +StandTile tile_2078 = { + 0x04c701, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2117, 174, -43, 0x210c}, + {2096, 174, -114, 0x0000}, + {2081, 174, -108, 0x2100} + } +}; + +StandTile tile_2079 = { + 0x04c602, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2096, 158, -114, 0x210c}, + {2117, 174, -43, 0x0000}, + {2117, 158, -43, 0x2110} + } +}; + +StandTile tile_2080 = { + 0x04c601, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2096, 158, -114, 0x0000}, + {2096, 174, -114, 0x2104}, + {2117, 174, -43, 0x2108} + } +}; + +StandTile tile_2081 = { + 0x04c502, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2141, 158, -53, 0x2114}, + {2096, 158, -114, 0x2108}, + {2117, 158, -43, 0x0000} + } +}; + +StandTile tile_2082 = { + 0x04c501, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2141, 158, -53, 0x211c}, + {2111, 158, -121, 0x0000}, + {2096, 158, -114, 0x2110} + } +}; + +StandTile tile_2083 = { + 0x04c402, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2111, 143, -121, 0x211c}, + {2141, 158, -53, 0x0000}, + {2141, 143, -53, 0x2120} + } +}; + +StandTile tile_2084 = { + 0x04c401, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2111, 143, -121, 0x0000}, + {2111, 158, -121, 0x2114}, + {2141, 158, -53, 0x2118} + } +}; + +StandTile tile_2085 = { + 0x04c302, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2164, 143, -67, 0x2124}, + {2111, 143, -121, 0x2118}, + {2141, 143, -53, 0x0000} + } +}; + +StandTile tile_2086 = { + 0x04c301, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2164, 143, -67, 0x212c}, + {2124, 143, -130, 0x0000}, + {2111, 143, -121, 0x2120} + } +}; + +StandTile tile_2087 = { + 0x04c202, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2124, 127, -130, 0x212c}, + {2164, 143, -67, 0x0000}, + {2164, 127, -67, 0x2130} + } +}; + +StandTile tile_2088 = { + 0x04c201, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2124, 127, -130, 0x0000}, + {2124, 143, -130, 0x2124}, + {2164, 143, -67, 0x2128} + } +}; + +StandTile tile_2089 = { + 0x04c102, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2184, 127, -84, 0x2134}, + {2124, 127, -130, 0x2128}, + {2164, 127, -67, 0x0000} + } +}; + +StandTile tile_2090 = { + 0x04c101, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2184, 127, -84, 0x213c}, + {2136, 127, -140, 0x0000}, + {2124, 127, -130, 0x2130} + } +}; + +StandTile tile_2091 = { + 0x04c002, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2136, 111, -140, 0x213c}, + {2184, 127, -84, 0x0000}, + {2184, 111, -84, 0x2140} + } +}; + +StandTile tile_2092 = { + 0x04c001, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2136, 111, -140, 0x0000}, + {2136, 127, -140, 0x2134}, + {2184, 127, -84, 0x2138} + } +}; + +StandTile tile_2093 = { + 0x04bf02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2202, 111, -104, 0x2144}, + {2136, 111, -140, 0x2138}, + {2184, 111, -84, 0x0000} + } +}; + +StandTile tile_2094 = { + 0x04bf01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2202, 111, -104, 0x214c}, + {2146, 111, -153, 0x0000}, + {2136, 111, -140, 0x2140} + } +}; + +StandTile tile_2095 = { + 0x04be02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2146, 95, -153, 0x214c}, + {2202, 111, -104, 0x0000}, + {2202, 95, -104, 0x2150} + } +}; + +StandTile tile_2096 = { + 0x04be01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2146, 95, -153, 0x0000}, + {2146, 111, -153, 0x2144}, + {2202, 111, -104, 0x2148} + } +}; + +StandTile tile_2097 = { + 0x04bd02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2217, 95, -126, 0x2154}, + {2146, 95, -153, 0x2148}, + {2202, 95, -104, 0x0000} + } +}; + +StandTile tile_2098 = { + 0x04bd01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2217, 95, -126, 0x215c}, + {2155, 95, -166, 0x0000}, + {2146, 95, -153, 0x2150} + } +}; + +StandTile tile_2099 = { + 0x04bc02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2155, 79, -166, 0x215c}, + {2217, 95, -126, 0x0000}, + {2217, 79, -126, 0x2160} + } +}; + +StandTile tile_2100 = { + 0x04bc01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2155, 79, -166, 0x0000}, + {2155, 95, -166, 0x2154}, + {2217, 95, -126, 0x2158} + } +}; + +StandTile tile_2101 = { + 0x04bb02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2228, 79, -150, 0x2164}, + {2155, 79, -166, 0x2158}, + {2217, 79, -126, 0x0000} + } +}; + +StandTile tile_2102 = { + 0x04bb01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2228, 79, -150, 0x216c}, + {2161, 79, -181, 0x0000}, + {2155, 79, -166, 0x2160} + } +}; + +StandTile tile_2103 = { + 0x04ba02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2161, 63, -181, 0x216c}, + {2228, 79, -150, 0x0000}, + {2228, 63, -150, 0x2170} + } +}; + +StandTile tile_2104 = { + 0x04ba01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2161, 63, -181, 0x0000}, + {2161, 79, -181, 0x2164}, + {2228, 79, -150, 0x2168} + } +}; + +StandTile tile_2105 = { + 0x04b902, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2236, 63, -176, 0x2174}, + {2161, 63, -181, 0x2168}, + {2228, 63, -150, 0x0000} + } +}; + +StandTile tile_2106 = { + 0x04b901, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2236, 63, -176, 0x217c}, + {2165, 63, -196, 0x0000}, + {2161, 63, -181, 0x2170} + } +}; + +StandTile tile_2107 = { + 0x04b802, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2165, 47, -196, 0x217c}, + {2236, 63, -176, 0x0000}, + {2236, 47, -176, 0x2180} + } +}; + +StandTile tile_2108 = { + 0x04b801, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2165, 47, -196, 0x0000}, + {2165, 63, -196, 0x2174}, + {2236, 63, -176, 0x2178} + } +}; + +StandTile tile_2109 = { + 0x04b702, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2240, 47, -203, 0x2184}, + {2165, 47, -196, 0x2178}, + {2236, 47, -176, 0x0000} + } +}; + +StandTile tile_2110 = { + 0x04b701, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2240, 47, -203, 0x2194}, + {2167, 47, -214, 0x0000}, + {2165, 47, -196, 0x2180} + } +}; + +StandTile tile_2111 = { + 0x04b600, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2167, 10, -233, 0x218c}, + {2240, 31, -231, 0x0000}, + {2241, 10, -233, 0x226f} + } +}; + +StandTile tile_2112 = { + 0x04b500, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2166, 31, -231, 0x219c}, + {2240, 31, -231, 0x2188}, + {2167, 10, -233, 0x0000} + } +}; + +StandTile tile_2113 = { + 0x04b402, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2167, 31, -214, 0x2194}, + {2240, 47, -203, 0x0000}, + {2240, 31, -203, 0x2198} + } +}; + +StandTile tile_2114 = { + 0x04b401, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2167, 31, -214, 0x0000}, + {2167, 47, -214, 0x2184}, + {2240, 47, -203, 0x2190} + } +}; + +StandTile tile_2115 = { + 0x04b302, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2240, 31, -231, 0x219c}, + {2167, 31, -214, 0x2190}, + {2240, 31, -203, 0x0000} + } +}; + +StandTile tile_2116 = { + 0x04b301, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2240, 31, -231, 0x218c}, + {2166, 31, -231, 0x0000}, + {2167, 31, -214, 0x2198} + } +}; + +StandTile tile_2117 = { + 0x04b002, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {2045, 206, -466, 0x21a5}, + {2045, 222, -541, 0x200b}, + {2045, 222, -503, 0x2018}, + {2045, 222, -466, 0x0000} + } +}; + +StandTile tile_2118 = { + 0x04b001, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2045, 206, -466, 0x21ad}, + {2045, 206, -540, 0x0000}, + {2045, 222, -541, 0x21a0} + } +}; + +StandTile tile_2119 = { + 0x04af02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2065, 206, -541, 0x21ad}, + {2045, 206, -466, 0x0000}, + {2065, 206, -466, 0x21b5} + } +}; + +StandTile tile_2120 = { + 0x04af01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2065, 206, -541, 0x0000}, + {2045, 206, -540, 0x21a5}, + {2045, 206, -466, 0x21a9} + } +}; + +StandTile tile_2121 = { + 0x04ae02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2065, 190, -541, 0x21b5}, + {2065, 206, -466, 0x0000}, + {2065, 190, -466, 0x21bd} + } +}; + +StandTile tile_2122 = { + 0x04ae01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2065, 190, -541, 0x0000}, + {2065, 206, -541, 0x21a9}, + {2065, 206, -466, 0x21b1} + } +}; + +StandTile tile_2123 = { + 0x04ad02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2065, 190, -541, 0x21bd}, + {2081, 190, -463, 0x21c5}, + {2091, 190, -536, 0x0000} + } +}; + +StandTile tile_2124 = { + 0x04ad01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2065, 190, -541, 0x21b1}, + {2065, 190, -466, 0x0000}, + {2081, 190, -463, 0x21b9} + } +}; + +StandTile tile_2125 = { + 0x04ac02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2091, 174, -536, 0x21c5}, + {2081, 190, -463, 0x0000}, + {2081, 174, -463, 0x21cd} + } +}; + +StandTile tile_2126 = { + 0x04ac01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2091, 174, -536, 0x0000}, + {2091, 190, -536, 0x21b9}, + {2081, 190, -463, 0x21c1} + } +}; + +StandTile tile_2127 = { + 0x04ab02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2091, 174, -536, 0x21cd}, + {2096, 174, -458, 0x21d5}, + {2117, 174, -529, 0x0000} + } +}; + +StandTile tile_2128 = { + 0x04ab01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2091, 174, -536, 0x21c1}, + {2081, 174, -463, 0x0000}, + {2096, 174, -458, 0x21c9} + } +}; + +StandTile tile_2129 = { + 0x04aa02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2117, 158, -529, 0x21d5}, + {2096, 174, -458, 0x0000}, + {2096, 158, -458, 0x21dd} + } +}; + +StandTile tile_2130 = { + 0x04aa01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2117, 158, -529, 0x0000}, + {2117, 174, -529, 0x21c9}, + {2096, 174, -458, 0x21d1} + } +}; + +StandTile tile_2131 = { + 0x04a902, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2117, 158, -529, 0x21dd}, + {2111, 158, -451, 0x21e5}, + {2141, 158, -518, 0x0000} + } +}; + +StandTile tile_2132 = { + 0x04a901, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2117, 158, -529, 0x21d1}, + {2096, 158, -458, 0x0000}, + {2111, 158, -451, 0x21d9} + } +}; + +StandTile tile_2133 = { + 0x04a802, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2141, 143, -518, 0x21e5}, + {2111, 158, -451, 0x0000}, + {2111, 143, -451, 0x21ed} + } +}; + +StandTile tile_2134 = { + 0x04a801, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2141, 143, -518, 0x0000}, + {2141, 158, -518, 0x21d9}, + {2111, 158, -451, 0x21e1} + } +}; + +StandTile tile_2135 = { + 0x04a702, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2141, 143, -518, 0x21ed}, + {2124, 143, -442, 0x21f5}, + {2164, 143, -504, 0x0000} + } +}; + +StandTile tile_2136 = { + 0x04a701, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2141, 143, -518, 0x21e1}, + {2111, 143, -451, 0x0000}, + {2124, 143, -442, 0x21e9} + } +}; + +StandTile tile_2137 = { + 0x04a602, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2164, 127, -504, 0x21f5}, + {2124, 143, -442, 0x0000}, + {2124, 127, -442, 0x21fd} + } +}; + +StandTile tile_2138 = { + 0x04a601, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2164, 127, -504, 0x0000}, + {2164, 143, -504, 0x21e9}, + {2124, 143, -442, 0x21f1} + } +}; + +StandTile tile_2139 = { + 0x04a502, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2164, 127, -504, 0x21fd}, + {2136, 127, -431, 0x2205}, + {2184, 127, -487, 0x0000} + } +}; + +StandTile tile_2140 = { + 0x04a501, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2164, 127, -504, 0x21f1}, + {2124, 127, -442, 0x0000}, + {2136, 127, -431, 0x21f9} + } +}; + +StandTile tile_2141 = { + 0x04a402, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2184, 111, -487, 0x2205}, + {2136, 127, -431, 0x0000}, + {2136, 111, -431, 0x220d} + } +}; + +StandTile tile_2142 = { + 0x04a401, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2184, 111, -487, 0x0000}, + {2184, 127, -487, 0x21f9}, + {2136, 127, -431, 0x2201} + } +}; + +StandTile tile_2143 = { + 0x04a302, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2184, 111, -487, 0x220d}, + {2146, 111, -419, 0x2215}, + {2202, 111, -467, 0x0000} + } +}; + +StandTile tile_2144 = { + 0x04a301, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2184, 111, -487, 0x2201}, + {2136, 111, -431, 0x0000}, + {2146, 111, -419, 0x2209} + } +}; + +StandTile tile_2145 = { + 0x04a202, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2202, 95, -467, 0x2215}, + {2146, 111, -419, 0x0000}, + {2146, 95, -419, 0x221d} + } +}; + +StandTile tile_2146 = { + 0x04a201, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2202, 95, -467, 0x0000}, + {2202, 111, -467, 0x2209}, + {2146, 111, -419, 0x2211} + } +}; + +StandTile tile_2147 = { + 0x04a102, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2202, 95, -467, 0x221d}, + {2155, 95, -405, 0x2225}, + {2217, 95, -445, 0x0000} + } +}; + +StandTile tile_2148 = { + 0x04a101, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2202, 95, -467, 0x2211}, + {2146, 95, -419, 0x0000}, + {2155, 95, -405, 0x2219} + } +}; + +StandTile tile_2149 = { + 0x04a002, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2217, 79, -445, 0x2225}, + {2155, 95, -405, 0x0000}, + {2155, 79, -405, 0x222d} + } +}; + +StandTile tile_2150 = { + 0x04a001, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2217, 79, -445, 0x0000}, + {2217, 95, -445, 0x2219}, + {2155, 95, -405, 0x2221} + } +}; + +StandTile tile_2151 = { + 0x049f02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2217, 79, -445, 0x222d}, + {2161, 79, -390, 0x2235}, + {2228, 79, -421, 0x0000} + } +}; + +StandTile tile_2152 = { + 0x049f01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2217, 79, -445, 0x2221}, + {2155, 79, -405, 0x0000}, + {2161, 79, -390, 0x2229} + } +}; + +StandTile tile_2153 = { + 0x049e02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2228, 63, -421, 0x2235}, + {2161, 79, -390, 0x0000}, + {2161, 63, -390, 0x223d} + } +}; + +StandTile tile_2154 = { + 0x049e01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2228, 63, -421, 0x0000}, + {2228, 79, -421, 0x2229}, + {2161, 79, -390, 0x2231} + } +}; + +StandTile tile_2155 = { + 0x049d02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2228, 63, -421, 0x223d}, + {2165, 63, -375, 0x2245}, + {2236, 63, -396, 0x0000} + } +}; + +StandTile tile_2156 = { + 0x049d01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2228, 63, -421, 0x2231}, + {2161, 63, -390, 0x0000}, + {2165, 63, -375, 0x2239} + } +}; + +StandTile tile_2157 = { + 0x049c02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2236, 47, -396, 0x2245}, + {2165, 63, -375, 0x0000}, + {2165, 47, -375, 0x224d} + } +}; + +StandTile tile_2158 = { + 0x049c01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2236, 47, -396, 0x0000}, + {2236, 63, -396, 0x2239}, + {2165, 63, -375, 0x2241} + } +}; + +StandTile tile_2159 = { + 0x049b02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2236, 47, -396, 0x224d}, + {2167, 47, -358, 0x225d}, + {2240, 47, -368, 0x0000} + } +}; + +StandTile tile_2160 = { + 0x049b01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2236, 47, -396, 0x2241}, + {2165, 47, -375, 0x0000}, + {2167, 47, -358, 0x2249} + } +}; + +StandTile tile_2161 = { + 0x04b200, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2241, 10, -339, 0x0000}, + {2240, 31, -341, 0x2255}, + {2167, 10, -339, 0x2269} + } +}; + +StandTile tile_2162 = { + 0x04b100, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2167, 10, -339, 0x2251}, + {2240, 31, -341, 0x2261}, + {2166, 31, -340, 0x0000} + } +}; + +StandTile tile_2163 = { + 0x049a02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2240, 31, -368, 0x225d}, + {2167, 47, -358, 0x0000}, + {2167, 31, -358, 0x2265} + } +}; + +StandTile tile_2164 = { + 0x049a01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2240, 31, -368, 0x0000}, + {2240, 47, -368, 0x2249}, + {2167, 47, -358, 0x2259} + } +}; + +StandTile tile_2165 = { + 0x049902, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2240, 31, -368, 0x2265}, + {2166, 31, -340, 0x2255}, + {2240, 31, -341, 0x0000} + } +}; + +StandTile tile_2166 = { + 0x049901, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2240, 31, -368, 0x2259}, + {2167, 31, -358, 0x0000}, + {2166, 31, -340, 0x2261} + } +}; + +StandTile tile_2167 = { + 0x00a202, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 5, + 0x0, 0x1, 0x4, + { + {2045, 10, -233, 0x226f}, + {2278, 10, -339, 0x22b5}, + {2241, 10, -339, 0x2251}, + {2167, 10, -339, 0x2275}, + {2045, 10, -339, 0x1dc4} + } +}; + +StandTile tile_2168 = { + 0x00a201, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x3, 0x4, + { + {2045, 10, -233, 0x22e9}, + {2167, 10, -233, 0x2188}, + {2241, 10, -233, 0x2325}, + {2278, 10, -233, 0x0000}, + {2278, 10, -339, 0x2269} + } +}; + +StandTile tile_2169 = { + 0x00ca00, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -339, 0x2269}, + {2167, 10, -339, 0x0000}, + {2167, 10, -360, 0x2279} + } +}; + +StandTile tile_2170 = { + 0x00c900, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2167, 10, -360, 0x0000}, + {2162, 10, -381, 0x227d}, + {2045, 10, -339, 0x2275} + } +}; + +StandTile tile_2171 = { + 0x00c800, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -339, 0x2279}, + {2162, 10, -381, 0x0000}, + {2157, 10, -402, 0x2281} + } +}; + +StandTile tile_2172 = { + 0x00c700, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2157, 10, -402, 0x0000}, + {2141, 10, -423, 0x2285}, + {2045, 10, -339, 0x227d} + } +}; + +StandTile tile_2173 = { + 0x00c600, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2141, 10, -423, 0x0000}, + {2125, 10, -439, 0x2289}, + {2045, 10, -339, 0x2281} + } +}; + +StandTile tile_2174 = { + 0x00c500, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2125, 10, -439, 0x2299}, + {2098, 10, -455, 0x2291}, + {2045, 10, -339, 0x2285} + } +}; + +StandTile tile_2175 = { + 0x00c402, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -339, 0x2291}, + {2066, 10, -466, 0x2295}, + {2045, 10, -413, 0x1e05} + } +}; + +StandTile tile_2176 = { + 0x00c401, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -339, 0x2289}, + {2098, 10, -455, 0x22a1}, + {2066, 10, -466, 0x228d} + } +}; + +StandTile tile_2177 = { + 0x00c300, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2066, 10, -466, 0x22ad}, + {2045, 10, -466, 0x0000}, + {2045, 10, -413, 0x228d} + } +}; + +StandTile tile_2178 = { + 0x00bb02, 0x09, + 0x1, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2125, 10, -439, 0x229d}, + {2135, 10, -535, 0x22a5}, + {2098, 10, -455, 0x2289} + } +}; + +StandTile tile_2179 = { + 0x00bb01, 0x09, + 0x1, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2125, 10, -439, 0x0000}, + {2183, 10, -503, 0x22d9}, + {2135, 10, -535, 0x2299} + } +}; + +StandTile tile_2180 = { + 0x00ba02, 0x09, + 0x1, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2098, 10, -455, 0x22a5}, + {2072, 10, -551, 0x22ad}, + {2066, 10, -466, 0x2291} + } +}; + +StandTile tile_2181 = { + 0x00ba01, 0x09, + 0x1, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2098, 10, -455, 0x2299}, + {2135, 10, -535, 0x22e5}, + {2072, 10, -551, 0x22a1} + } +}; + +StandTile tile_2182 = { + 0x00b902, 0x09, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -466, 0x22ad}, + {2072, 10, -551, 0x0000}, + {2045, 10, -551, 0x0000} + } +}; + +StandTile tile_2183 = { + 0x00b901, 0x09, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -466, 0x2295}, + {2066, 10, -466, 0x22a1}, + {2072, 10, -551, 0x22a9} + } +}; + +StandTile tile_2184 = { + 0x00c202, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2241, 10, -339, 0x22b5}, + {2278, 10, -360, 0x22bd}, + {2241, 10, -360, 0x0000} + } +}; + +StandTile tile_2185 = { + 0x00c201, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2241, 10, -339, 0x2269}, + {2278, 10, -339, 0x0000}, + {2278, 10, -360, 0x22b1} + } +}; + +StandTile tile_2186 = { + 0x00c102, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2241, 10, -360, 0x22bd}, + {2278, 10, -402, 0x22c5}, + {2236, 10, -402, 0x0000} + } +}; + +StandTile tile_2187 = { + 0x00c101, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2241, 10, -360, 0x22b1}, + {2278, 10, -360, 0x0000}, + {2278, 10, -402, 0x22b9} + } +}; + +StandTile tile_2188 = { + 0x00c002, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2236, 10, -402, 0x22c5}, + {2278, 10, -434, 0x22cd}, + {2225, 10, -434, 0x0000} + } +}; + +StandTile tile_2189 = { + 0x00c001, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2236, 10, -402, 0x22b9}, + {2278, 10, -402, 0x0000}, + {2278, 10, -434, 0x22c1} + } +}; + +StandTile tile_2190 = { + 0x00bf02, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2225, 10, -434, 0x22cd}, + {2278, 10, -551, 0x22d5}, + {2204, 10, -476, 0x0000} + } +}; + +StandTile tile_2191 = { + 0x00bf01, 0x09, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2225, 10, -434, 0x22c1}, + {2278, 10, -434, 0x0000}, + {2278, 10, -551, 0x22c9} + } +}; + +StandTile tile_2192 = { + 0x00be02, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2204, 10, -476, 0x22d5}, + {2215, 10, -551, 0x22dd}, + {2183, 10, -503, 0x0000} + } +}; + +StandTile tile_2193 = { + 0x00be01, 0x09, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2204, 10, -476, 0x22c9}, + {2278, 10, -551, 0x0000}, + {2215, 10, -551, 0x22d1} + } +}; + +StandTile tile_2194 = { + 0x00bd02, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2183, 10, -503, 0x22dd}, + {2151, 10, -551, 0x22e1}, + {2135, 10, -535, 0x229d} + } +}; + +StandTile tile_2195 = { + 0x00bd01, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2183, 10, -503, 0x22d1}, + {2215, 10, -551, 0x0000}, + {2151, 10, -551, 0x22d9} + } +}; + +StandTile tile_2196 = { + 0x041300, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2135, 10, -535, 0x22d9}, + {2151, 10, -551, 0x0000}, + {2093, 10, -551, 0x22e5} + } +}; + +StandTile tile_2197 = { + 0x00bc00, 0x09, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2135, 10, -535, 0x22e1}, + {2093, 10, -551, 0x0000}, + {2072, 10, -551, 0x22a5} + } +}; + +StandTile tile_2198 = { + 0x026800, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2167, 10, -212, 0x0000}, + {2167, 10, -233, 0x226f}, + {2045, 10, -233, 0x22ed} + } +}; + +StandTile tile_2199 = { + 0x026700, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -233, 0x22f1}, + {2162, 10, -190, 0x0000}, + {2167, 10, -212, 0x22e9} + } +}; + +StandTile tile_2200 = { + 0x026600, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2157, 10, -169, 0x0000}, + {2162, 10, -190, 0x22ed}, + {2045, 10, -233, 0x22f5} + } +}; + +StandTile tile_2201 = { + 0x026500, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -233, 0x22f9}, + {2141, 10, -148, 0x0000}, + {2157, 10, -169, 0x22f1} + } +}; + +StandTile tile_2202 = { + 0x026400, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -233, 0x22fd}, + {2125, 10, -132, 0x0000}, + {2141, 10, -148, 0x22f5} + } +}; + +StandTile tile_2203 = { + 0x026300, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -233, 0x2301}, + {2098, 10, -116, 0x230d}, + {2125, 10, -132, 0x22f9} + } +}; + +StandTile tile_2204 = { + 0x026202, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -159, 0x2305}, + {2098, 10, -116, 0x22fd}, + {2045, 10, -233, 0x1dcc} + } +}; + +StandTile tile_2205 = { + 0x026201, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -159, 0x2309}, + {2066, 10, -106, 0x2315}, + {2098, 10, -116, 0x2301} + } +}; + +StandTile tile_2206 = { + 0x026100, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -159, 0x0000}, + {2045, 10, -106, 0x231d}, + {2066, 10, -106, 0x2305} + } +}; + +StandTile tile_2207 = { + 0x025902, 0x09, + 0x1, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2098, 10, -116, 0x2311}, + {2183, 10, -68, 0x0000}, + {2125, 10, -132, 0x22fd} + } +}; + +StandTile tile_2208 = { + 0x025901, 0x09, + 0x1, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2098, 10, -116, 0x2315}, + {2135, 10, -37, 0x234d}, + {2183, 10, -68, 0x230d} + } +}; + +StandTile tile_2209 = { + 0x025802, 0x09, + 0x1, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2066, 10, -106, 0x2319}, + {2135, 10, -37, 0x2311}, + {2098, 10, -116, 0x2305} + } +}; + +StandTile tile_2210 = { + 0x025801, 0x09, + 0x1, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2066, 10, -106, 0x2321}, + {2072, 10, -21, 0x2359}, + {2135, 10, -37, 0x2315} + } +}; + +StandTile tile_2211 = { + 0x025702, 0x09, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -21, 0x2321}, + {2066, 10, -106, 0x2309}, + {2045, 10, -106, 0x0000} + } +}; + +StandTile tile_2212 = { + 0x025701, 0x09, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2045, 10, -21, 0x0000}, + {2072, 10, -21, 0x2319}, + {2066, 10, -106, 0x231d} + } +}; + +StandTile tile_2213 = { + 0x026002, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2241, 10, -212, 0x2329}, + {2278, 10, -233, 0x226f}, + {2241, 10, -233, 0x0000} + } +}; + +StandTile tile_2214 = { + 0x026001, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2241, 10, -212, 0x232d}, + {2278, 10, -212, 0x0000}, + {2278, 10, -233, 0x2325} + } +}; + +StandTile tile_2215 = { + 0x025f02, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2236, 10, -169, 0x2331}, + {2278, 10, -212, 0x2329}, + {2241, 10, -212, 0x0000} + } +}; + +StandTile tile_2216 = { + 0x025f01, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2236, 10, -169, 0x2335}, + {2278, 10, -169, 0x0000}, + {2278, 10, -212, 0x232d} + } +}; + +StandTile tile_2217 = { + 0x025e02, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2225, 10, -137, 0x2339}, + {2278, 10, -169, 0x2331}, + {2236, 10, -169, 0x0000} + } +}; + +StandTile tile_2218 = { + 0x025e01, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2225, 10, -137, 0x233d}, + {2278, 10, -137, 0x0000}, + {2278, 10, -169, 0x2335} + } +}; + +StandTile tile_2219 = { + 0x025d02, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2204, 10, -95, 0x2341}, + {2278, 10, -137, 0x2339}, + {2225, 10, -137, 0x0000} + } +}; + +StandTile tile_2220 = { + 0x025d01, 0x09, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2204, 10, -95, 0x2345}, + {2278, 10, -21, 0x0000}, + {2278, 10, -137, 0x233d} + } +}; + +StandTile tile_2221 = { + 0x025c02, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2183, 10, -68, 0x2349}, + {2278, 10, -21, 0x2341}, + {2204, 10, -95, 0x0000} + } +}; + +StandTile tile_2222 = { + 0x025c01, 0x09, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2183, 10, -68, 0x234d}, + {2215, 10, -21, 0x0000}, + {2278, 10, -21, 0x2345} + } +}; + +StandTile tile_2223 = { + 0x025b02, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2135, 10, -37, 0x2351}, + {2215, 10, -21, 0x2349}, + {2183, 10, -68, 0x2311} + } +}; + +StandTile tile_2224 = { + 0x025b01, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2135, 10, -37, 0x2355}, + {2151, 10, -21, 0x0000}, + {2215, 10, -21, 0x234d} + } +}; + +StandTile tile_2225 = { + 0x041400, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2093, 10, -21, 0x0000}, + {2151, 10, -21, 0x2351}, + {2135, 10, -37, 0x2359} + } +}; + +StandTile tile_2226 = { + 0x025a00, 0x09, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2072, 10, -21, 0x0000}, + {2093, 10, -21, 0x2355}, + {2135, 10, -37, 0x2319} + } +}; + +StandTile tile_2227 = { + 0x019b02, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1770, 10, -763, 0x2361}, + {1796, 10, -620, 0x2369}, + {1833, 10, -763, 0x0000} + } +}; + +StandTile tile_2228 = { + 0x019b01, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1770, 10, -763, 0x0000}, + {1770, 10, -620, 0x1f63}, + {1796, 10, -620, 0x235d} + } +}; + +StandTile tile_2229 = { + 0x019a02, 0x08, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1833, 10, -763, 0x2369}, + {1966, 10, -620, 0x2371}, + {1929, 10, -763, 0x0000} + } +}; + +StandTile tile_2230 = { + 0x019a01, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1833, 10, -763, 0x235d}, + {1796, 10, -620, 0x1f6b}, + {1966, 10, -620, 0x2365} + } +}; + +StandTile tile_2231 = { + 0x019902, 0x08, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1929, 10, -763, 0x2371}, + {1992, 10, -620, 0x0000}, + {1992, 10, -763, 0x0000} + } +}; + +StandTile tile_2232 = { + 0x019901, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1929, 10, -763, 0x2365}, + {1966, 10, -620, 0x1f6f}, + {1992, 10, -620, 0x236d} + } +}; + +StandTile tile_2233 = { + 0x01a202, 0x07, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1494, 10, -763, 0x2379}, + {1521, 10, -620, 0x2381}, + {1558, 10, -763, 0x0000} + } +}; + +StandTile tile_2234 = { + 0x01a201, 0x07, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1494, 10, -763, 0x0000}, + {1494, 10, -620, 0x1f4b}, + {1521, 10, -620, 0x2375} + } +}; + +StandTile tile_2235 = { + 0x01a102, 0x07, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1558, 10, -763, 0x2381}, + {1690, 10, -620, 0x2389}, + {1653, 10, -763, 0x0000} + } +}; + +StandTile tile_2236 = { + 0x01a101, 0x07, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1558, 10, -763, 0x2375}, + {1521, 10, -620, 0x1f53}, + {1690, 10, -620, 0x237d} + } +}; + +StandTile tile_2237 = { + 0x01a002, 0x07, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1653, 10, -763, 0x2389}, + {1717, 10, -620, 0x0000}, + {1717, 10, -763, 0x0000} + } +}; + +StandTile tile_2238 = { + 0x01a001, 0x07, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1653, 10, -763, 0x237d}, + {1690, 10, -620, 0x1f57}, + {1717, 10, -620, 0x2385} + } +}; + +StandTile tile_2239 = { + 0x01a902, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1219, 10, -763, 0x2391}, + {1245, 10, -620, 0x2399}, + {1282, 10, -763, 0x0000} + } +}; + +StandTile tile_2240 = { + 0x01a901, 0x06, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1219, 10, -763, 0x0000}, + {1219, 10, -620, 0x1f33}, + {1245, 10, -620, 0x238d} + } +}; + +StandTile tile_2241 = { + 0x01a802, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1282, 10, -763, 0x2399}, + {1415, 10, -620, 0x23a1}, + {1378, 10, -763, 0x0000} + } +}; + +StandTile tile_2242 = { + 0x01a801, 0x06, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1282, 10, -763, 0x238d}, + {1245, 10, -620, 0x1f3b}, + {1415, 10, -620, 0x2395} + } +}; + +StandTile tile_2243 = { + 0x01a702, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1378, 10, -763, 0x23a1}, + {1441, 10, -620, 0x0000}, + {1441, 10, -763, 0x0000} + } +}; + +StandTile tile_2244 = { + 0x01a701, 0x06, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1378, 10, -763, 0x2395}, + {1415, 10, -620, 0x1f3f}, + {1441, 10, -620, 0x239d} + } +}; + +StandTile tile_2245 = { + 0x01b002, 0x05, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {943, 10, -763, 0x23a9}, + {969, 10, -620, 0x23b1}, + {1007, 10, -763, 0x0000} + } +}; + +StandTile tile_2246 = { + 0x01b001, 0x05, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {943, 10, -763, 0x0000}, + {943, 10, -620, 0x1f1b}, + {969, 10, -620, 0x23a5} + } +}; + +StandTile tile_2247 = { + 0x01af02, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1007, 10, -763, 0x23b1}, + {1139, 10, -620, 0x23b9}, + {1102, 10, -763, 0x0000} + } +}; + +StandTile tile_2248 = { + 0x01af01, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1007, 10, -763, 0x23a5}, + {969, 10, -620, 0x1f23}, + {1139, 10, -620, 0x23ad} + } +}; + +StandTile tile_2249 = { + 0x01ae02, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1102, 10, -763, 0x23b9}, + {1166, 10, -620, 0x0000}, + {1166, 10, -763, 0x0000} + } +}; + +StandTile tile_2250 = { + 0x01ae01, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1102, 10, -763, 0x23ad}, + {1139, 10, -620, 0x1f27}, + {1166, 10, -620, 0x23b5} + } +}; + +StandTile tile_2251 = { + 0x033702, 0x04, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1992, 10, 191, 0x23c1}, + {1966, 10, 48, 0x23c9}, + {1929, 10, 191, 0x0000} + } +}; + +StandTile tile_2252 = { + 0x033701, 0x04, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1992, 10, 191, 0x0000}, + {1992, 10, 48, 0x1e6d}, + {1966, 10, 48, 0x23bd} + } +}; + +StandTile tile_2253 = { + 0x033802, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1929, 10, 191, 0x23c9}, + {1796, 10, 48, 0x23d1}, + {1833, 10, 191, 0x0000} + } +}; + +StandTile tile_2254 = { + 0x033801, 0x04, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1929, 10, 191, 0x23bd}, + {1966, 10, 48, 0x1e61}, + {1796, 10, 48, 0x23c5} + } +}; + +StandTile tile_2255 = { + 0x033902, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1833, 10, 191, 0x23d1}, + {1770, 10, 48, 0x0000}, + {1770, 10, 191, 0x0000} + } +}; + +StandTile tile_2256 = { + 0x033901, 0x04, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1833, 10, 191, 0x23c5}, + {1796, 10, 48, 0x1e59}, + {1770, 10, 48, 0x23cd} + } +}; + +StandTile tile_2257 = { + 0x033f02, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1653, 10, 191, 0x23d9}, + {1521, 10, 48, 0x23e9}, + {1558, 10, 191, 0x0000} + } +}; + +StandTile tile_2258 = { + 0x033f01, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1653, 10, 191, 0x23dd}, + {1690, 10, 48, 0x1e49}, + {1521, 10, 48, 0x23d5} + } +}; + +StandTile tile_2259 = { + 0x033e02, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1717, 10, 191, 0x23e1}, + {1690, 10, 48, 0x23d9}, + {1653, 10, 191, 0x0000} + } +}; + +StandTile tile_2260 = { + 0x033e01, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1717, 10, 191, 0x0000}, + {1717, 10, 48, 0x1e55}, + {1690, 10, 48, 0x23dd} + } +}; + +StandTile tile_2261 = { + 0x034002, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1558, 10, 191, 0x23e9}, + {1494, 10, 48, 0x0000}, + {1494, 10, 191, 0x0000} + } +}; + +StandTile tile_2262 = { + 0x034001, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1558, 10, 191, 0x23d5}, + {1521, 10, 48, 0x1e41}, + {1494, 10, 48, 0x23e5} + } +}; + +StandTile tile_2263 = { + 0x034502, 0x02, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1441, 10, 191, 0x23f1}, + {1415, 10, 48, 0x23f9}, + {1378, 10, 191, 0x0000} + } +}; + +StandTile tile_2264 = { + 0x034501, 0x02, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1441, 10, 191, 0x0000}, + {1441, 10, 48, 0x1e3d}, + {1415, 10, 48, 0x23ed} + } +}; + +StandTile tile_2265 = { + 0x034602, 0x02, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1378, 10, 191, 0x23f9}, + {1245, 10, 48, 0x2401}, + {1282, 10, 191, 0x0000} + } +}; + +StandTile tile_2266 = { + 0x034601, 0x02, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1378, 10, 191, 0x23ed}, + {1415, 10, 48, 0x1e31}, + {1245, 10, 48, 0x23f5} + } +}; + +StandTile tile_2267 = { + 0x034702, 0x02, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1282, 10, 191, 0x2401}, + {1219, 10, 48, 0x0000}, + {1219, 10, 191, 0x0000} + } +}; + +StandTile tile_2268 = { + 0x034701, 0x02, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1282, 10, 191, 0x23f5}, + {1245, 10, 48, 0x1e29}, + {1219, 10, 48, 0x23fd} + } +}; + +StandTile tile_2269 = { + 0x034c02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1166, 10, 191, 0x2409}, + {1139, 10, 48, 0x2411}, + {1102, 10, 191, 0x0000} + } +}; + +StandTile tile_2270 = { + 0x034c01, 0x01, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1166, 10, 191, 0x0000}, + {1166, 10, 48, 0x1e25}, + {1139, 10, 48, 0x2405} + } +}; + +StandTile tile_2271 = { + 0x034d02, 0x01, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1102, 10, 191, 0x2411}, + {969, 10, 48, 0x2419}, + {1007, 10, 191, 0x0000} + } +}; + +StandTile tile_2272 = { + 0x034d01, 0x01, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1102, 10, 191, 0x2405}, + {1139, 10, 48, 0x1e19}, + {969, 10, 48, 0x240d} + } +}; + +StandTile tile_2273 = { + 0x034e02, 0x01, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1007, 10, 191, 0x2419}, + {943, 10, 48, 0x0000}, + {943, 10, 191, 0x0000} + } +}; + +StandTile tile_2274 = { + 0x034e01, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1007, 10, 191, 0x240d}, + {969, 10, 48, 0x1e11}, + {943, 10, 48, 0x2415} + } +}; + +StandTile tile_2275 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_ark_all_p_stanZ.c b/assets/obseg/stan/Tbg_ark_all_p_stanZ.c new file mode 100644 index 0000000..5e08455 --- /dev/null +++ b/assets/obseg/stan/Tbg_ark_all_p_stanZ.c @@ -0,0 +1,33935 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:11 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_ark_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x00d130, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-192, -513, 2869, 0x002c}, + {-353, -513, 2740, 0x0014}, + {-192, -513, 2917, 0x0000} + } +}; + +StandTile tile_1 = { + 0x00d030, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-192, -513, 2917, 0x0010}, + {-353, -513, 2740, 0x0018}, + {-513, -513, 2917, 0x0000} + } +}; + +StandTile tile_2 = { + 0x00cf30, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-513, -513, 2917, 0x0014}, + {-353, -513, 2740, 0x001c}, + {-513, -513, 2869, 0x0000} + } +}; + +StandTile tile_3 = { + 0x00ce30, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-513, -513, 2869, 0x0018}, + {-353, -513, 2740, 0x0020}, + {-513, -513, 2612, 0x0068} + } +}; + +StandTile tile_4 = { + 0x00cd30, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-513, -513, 2612, 0x001c}, + {-353, -513, 2740, 0x0024}, + {-513, -513, 2564, 0x0000} + } +}; + +StandTile tile_5 = { + 0x00cc30, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-353, -513, 2740, 0x0028}, + {-192, -513, 2564, 0x0000}, + {-513, -513, 2564, 0x0020} + } +}; + +StandTile tile_6 = { + 0x00cb30, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-353, -513, 2740, 0x002c}, + {-192, -513, 2612, 0x0000}, + {-192, -513, 2564, 0x0024} + } +}; + +StandTile tile_7 = { + 0x00ca30, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-353, -513, 2740, 0x0010}, + {-192, -513, 2869, 0x0030}, + {-192, -513, 2612, 0x0028} + } +}; + +StandTile tile_8 = { + 0x00c930, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-192, -513, 2869, 0x0000}, + {-144, -513, 2869, 0x0034}, + {-192, -513, 2612, 0x002c} + } +}; + +StandTile tile_9 = { + 0x00c830, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-144, -513, 2869, 0x0044}, + {-144, -513, 2612, 0x0000}, + {-192, -513, 2612, 0x0030} + } +}; + +StandTile tile_10 = { + 0x00c730, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {321, -513, 2740, 0x005c}, + {128, -513, 2740, 0x003c}, + {321, -513, 2917, 0x0000} + } +}; + +StandTile tile_11 = { + 0x00c630, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {321, -513, 2917, 0x0038}, + {128, -513, 2740, 0x0040}, + {-144, -513, 2917, 0x0000} + } +}; + +StandTile tile_12 = { + 0x00c530, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-144, -513, 2917, 0x003c}, + {128, -513, 2740, 0x0044}, + {-144, -513, 2869, 0x0000} + } +}; + +StandTile tile_13 = { + 0x00c430, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {128, -513, 2740, 0x0048}, + {-144, -513, 2612, 0x0034}, + {-144, -513, 2869, 0x0040} + } +}; + +StandTile tile_14 = { + 0x00c330, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {128, -513, 2740, 0x004c}, + {-144, -513, 2564, 0x0000}, + {-144, -513, 2612, 0x0044} + } +}; + +StandTile tile_15 = { + 0x00c230, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {0, -513, 2564, 0x0000}, + {-144, -513, 2564, 0x0048}, + {128, -513, 2740, 0x0050} + } +}; + +StandTile tile_16 = { + 0x00c130, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {128, -513, 2740, 0x0054}, + {256, -513, 2564, 0x28ff}, + {0, -513, 2564, 0x004c} + } +}; + +StandTile tile_17 = { + 0x00c030, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {321, -513, 2564, 0x0000}, + {256, -513, 2564, 0x0050}, + {128, -513, 2740, 0x0058} + } +}; + +StandTile tile_18 = { + 0x00bf30, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {128, -513, 2740, 0x005c}, + {321, -513, 2612, 0x0000}, + {321, -513, 2564, 0x0054} + } +}; + +StandTile tile_19 = { + 0x00be30, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {128, -513, 2740, 0x0038}, + {321, -513, 2740, 0x0060}, + {321, -513, 2612, 0x0058} + } +}; + +StandTile tile_20 = { + 0x00bd30, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {321, -513, 2740, 0x0064}, + {385, -513, 2612, 0x0000}, + {321, -513, 2612, 0x005c} + } +}; + +StandTile tile_21 = { + 0x00bc30, 0x4d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {385, -513, 2740, 0x019c}, + {385, -513, 2612, 0x0060}, + {321, -513, 2740, 0x0000} + } +}; + +StandTile tile_22 = { + 0x00d230, 0x4c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-561, -513, 2869, 0x0000}, + {-513, -513, 2869, 0x001c}, + {-513, -513, 2612, 0x006c} + } +}; + +StandTile tile_23 = { + 0x00d330, 0x4c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-561, -513, 2869, 0x0068}, + {-513, -513, 2612, 0x0000}, + {-561, -513, 2612, 0x0070} + } +}; + +StandTile tile_24 = { + 0x00d430, 0x4c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-737, -513, 2740, 0x0074}, + {-561, -513, 2869, 0x006c}, + {-561, -513, 2612, 0x008c} + } +}; + +StandTile tile_25 = { + 0x00d530, 0x4c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-561, -513, 2917, 0x0000}, + {-561, -513, 2869, 0x0070}, + {-737, -513, 2740, 0x0078} + } +}; + +StandTile tile_26 = { + 0x00d630, 0x4c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-561, -513, 2917, 0x0074}, + {-737, -513, 2740, 0x007c}, + {-913, -513, 2917, 0x0000} + } +}; + +StandTile tile_27 = { + 0x00d730, 0x4c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-913, -513, 2917, 0x0078}, + {-737, -513, 2740, 0x0080}, + {-913, -513, 2564, 0x0000} + } +}; + +StandTile tile_28 = { + 0x00d830, 0x4c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-913, -513, 2564, 0x007c}, + {-737, -513, 2740, 0x0084}, + {-865, -513, 2564, 0x0000} + } +}; + +StandTile tile_29 = { + 0x00d930, 0x4c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-865, -513, 2564, 0x0080}, + {-737, -513, 2740, 0x0088}, + {-609, -513, 2564, 0x0090} + } +}; + +StandTile tile_30 = { + 0x00da30, 0x4c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-609, -513, 2564, 0x0084}, + {-737, -513, 2740, 0x008c}, + {-561, -513, 2564, 0x0000} + } +}; + +StandTile tile_31 = { + 0x00db30, 0x4c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-561, -513, 2564, 0x0088}, + {-737, -513, 2740, 0x0070}, + {-561, -513, 2612, 0x0000} + } +}; + +StandTile tile_32 = { + 0x00dc30, 0x4c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-865, -513, 2516, 0x0000}, + {-865, -513, 2564, 0x0084}, + {-609, -513, 2564, 0x0094} + } +}; + +StandTile tile_33 = { + 0x00dd30, 0x4c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-609, -513, 2516, 0x00b0}, + {-865, -513, 2516, 0x0090}, + {-609, -513, 2564, 0x0000} + } +}; + +StandTile tile_34 = { + 0x00df30, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-913, -513, 2516, 0x0000}, + {-865, -513, 2516, 0x00b0}, + {-737, -513, 2292, 0x009c} + } +}; + +StandTile tile_35 = { + 0x00e030, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-913, -513, 2516, 0x0098}, + {-737, -513, 2292, 0x00a0}, + {-913, -513, 2067, 0x0000} + } +}; + +StandTile tile_36 = { + 0x00e130, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-913, -513, 2067, 0x009c}, + {-737, -513, 2292, 0x00b4}, + {-865, -513, 2067, 0x0000} + } +}; + +StandTile tile_37 = { + 0x00e330, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-737, -513, 2292, 0x00a8}, + {-561, -513, 2067, 0x0000}, + {-609, -513, 2067, 0x00b4} + } +}; + +StandTile tile_38 = { + 0x00e430, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-561, -513, 2516, 0x0000}, + {-561, -513, 2067, 0x00a4}, + {-737, -513, 2292, 0x00ac} + } +}; + +StandTile tile_39 = { + 0x00e530, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-737, -513, 2292, 0x00b0}, + {-609, -513, 2516, 0x0000}, + {-561, -513, 2516, 0x00a8} + } +}; + +StandTile tile_40 = { + 0x00de30, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-865, -513, 2516, 0x0094}, + {-609, -513, 2516, 0x00ac}, + {-737, -513, 2292, 0x0098} + } +}; + +StandTile tile_41 = { + 0x00e230, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-865, -513, 2067, 0x00a0}, + {-737, -513, 2292, 0x00a4}, + {-609, -513, 2067, 0x00b8} + } +}; + +StandTile tile_42 = { + 0x00e630, 0x4a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-609, -513, 2067, 0x0000}, + {-609, -513, 2019, 0x00bc}, + {-865, -513, 2067, 0x00b4} + } +}; + +StandTile tile_43 = { + 0x00e730, 0x4a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-609, -513, 2019, 0x00c0}, + {-865, -513, 2019, 0x0000}, + {-865, -513, 2067, 0x00b8} + } +}; + +StandTile tile_44 = { + 0x00e830, 0x4a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-737, -513, 1859, 0x00d8}, + {-865, -513, 2019, 0x00bc}, + {-609, -513, 2019, 0x00c4} + } +}; + +StandTile tile_45 = { + 0x00e930, 0x4a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-737, -513, 1859, 0x00c0}, + {-609, -513, 2019, 0x0000}, + {-561, -513, 2019, 0x00c8} + } +}; + +StandTile tile_46 = { + 0x00ea30, 0x4a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-561, -513, 1715, 0x00cc}, + {-737, -513, 1859, 0x00c4}, + {-561, -513, 2019, 0x0000} + } +}; + +StandTile tile_47 = { + 0x00eb30, 0x4a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-801, -513, 1715, 0x00d0}, + {-737, -513, 1859, 0x00c8}, + {-561, -513, 1715, 0x0000} + } +}; + +StandTile tile_48 = { + 0x00ec30, 0x4a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-849, -513, 1715, 0x00d4}, + {-737, -513, 1859, 0x00cc}, + {-801, -513, 1715, 0x0000} + } +}; + +StandTile tile_49 = { + 0x00ed30, 0x4a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-978, -513, 1859, 0x00d8}, + {-737, -513, 1859, 0x00d0}, + {-849, -513, 1715, 0x00ec} + } +}; + +StandTile tile_50 = { + 0x00ee30, 0x4a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-865, -513, 2019, 0x00c0}, + {-737, -513, 1859, 0x00d4}, + {-978, -513, 1859, 0x00dc} + } +}; + +StandTile tile_51 = { + 0x00ef30, 0x4a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-865, -513, 2019, 0x00d8}, + {-978, -513, 1859, 0x00e0}, + {-913, -513, 2019, 0x0000} + } +}; + +StandTile tile_52 = { + 0x00f030, 0x4a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-913, -513, 2019, 0x00dc}, + {-978, -513, 1859, 0x00e4}, + {-1154, -513, 2019, 0x0000} + } +}; + +StandTile tile_53 = { + 0x00f130, 0x4a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, -513, 2019, 0x00e0}, + {-978, -513, 1859, 0x00e8}, + {-1154, -513, 1715, 0x0000} + } +}; + +StandTile tile_54 = { + 0x00f230, 0x4a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, -513, 1715, 0x00e4}, + {-978, -513, 1859, 0x00ec}, + {-1106, -513, 1715, 0x0000} + } +}; + +StandTile tile_55 = { + 0x00f330, 0x4a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-849, -513, 1715, 0x00f0}, + {-1106, -513, 1715, 0x00e8}, + {-978, -513, 1859, 0x00d4} + } +}; + +StandTile tile_56 = { + 0x00f430, 0x4a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1106, -513, 1715, 0x00ec}, + {-849, -513, 1715, 0x0000}, + {-849, -513, 1667, 0x00f4} + } +}; + +StandTile tile_57 = { + 0x00f530, 0x4a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1106, -513, 1715, 0x00f0}, + {-849, -513, 1667, 0x00f8}, + {-1106, -513, 1667, 0x0000} + } +}; + +StandTile tile_58 = { + 0x00f630, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1106, -513, 1667, 0x00f4}, + {-849, -513, 1667, 0x0114}, + {-978, -513, 1442, 0x00fc} + } +}; + +StandTile tile_59 = { + 0x00f730, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, -513, 1667, 0x0000}, + {-1106, -513, 1667, 0x00f8}, + {-978, -513, 1442, 0x0100} + } +}; + +StandTile tile_60 = { + 0x00f830, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, -513, 1667, 0x00fc}, + {-978, -513, 1442, 0x0104}, + {-1154, -513, 1218, 0x0000} + } +}; + +StandTile tile_61 = { + 0x00f930, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, -513, 1218, 0x0100}, + {-978, -513, 1442, 0x0108}, + {-1106, -513, 1218, 0x0000} + } +}; + +StandTile tile_62 = { + 0x00fa30, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1106, -513, 1218, 0x0104}, + {-978, -513, 1442, 0x010c}, + {-849, -513, 1218, 0x0118} + } +}; + +StandTile tile_63 = { + 0x00fb30, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-849, -513, 1218, 0x0108}, + {-978, -513, 1442, 0x0110}, + {-801, -513, 1218, 0x0000} + } +}; + +StandTile tile_64 = { + 0x00fc30, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-801, -513, 1218, 0x010c}, + {-978, -513, 1442, 0x0114}, + {-801, -513, 1667, 0x0000} + } +}; + +StandTile tile_65 = { + 0x00fd30, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-801, -513, 1667, 0x0110}, + {-978, -513, 1442, 0x00f8}, + {-849, -513, 1667, 0x0000} + } +}; + +StandTile tile_66 = { + 0x00fe30, 0x49, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-849, -513, 1218, 0x0000}, + {-849, -513, 1170, 0x011c}, + {-1106, -513, 1218, 0x0108} + } +}; + +StandTile tile_67 = { + 0x00ff30, 0x49, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1106, -513, 1218, 0x0118}, + {-849, -513, 1170, 0x0120}, + {-1106, -513, 1170, 0x0000} + } +}; + +StandTile tile_68 = { + 0x010030, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1106, -513, 1170, 0x011c}, + {-849, -513, 1170, 0x013c}, + {-978, -513, 929, 0x0124} + } +}; + +StandTile tile_69 = { + 0x010130, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, -513, 1170, 0x0000}, + {-1106, -513, 1170, 0x0120}, + {-978, -513, 929, 0x0128} + } +}; + +StandTile tile_70 = { + 0x010230, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, -513, 1170, 0x0124}, + {-978, -513, 929, 0x012c}, + {-1154, -513, 721, 0x0000} + } +}; + +StandTile tile_71 = { + 0x010330, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, -513, 721, 0x0128}, + {-978, -513, 929, 0x0130}, + {-1106, -513, 721, 0x0000} + } +}; + +StandTile tile_72 = { + 0x010430, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1106, -513, 721, 0x012c}, + {-978, -513, 929, 0x0134}, + {-849, -513, 721, 0x25ef} + } +}; + +StandTile tile_73 = { + 0x010530, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-849, -513, 721, 0x0130}, + {-978, -513, 929, 0x0138}, + {-801, -513, 721, 0x0000} + } +}; + +StandTile tile_74 = { + 0x010630, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-801, -513, 721, 0x0134}, + {-978, -513, 929, 0x013c}, + {-801, -513, 1170, 0x0000} + } +}; + +StandTile tile_75 = { + 0x010730, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-978, -513, 929, 0x0120}, + {-849, -513, 1170, 0x0000}, + {-801, -513, 1170, 0x0138} + } +}; + +StandTile tile_76 = { + 0x01e030, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {769, -513, 2804, 0x017c}, + {1122, -513, 2788, 0x0180}, + {1138, -513, 2292, 0x0144} + } +}; + +StandTile tile_77 = { + 0x01dd30, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {785, -513, 2308, 0x0178}, + {769, -513, 2804, 0x0140}, + {1138, -513, 2292, 0x0184} + } +}; + +StandTile tile_78 = { + 0x01df30, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {769, -513, 2804, 0x016c}, + {785, -513, 3301, 0x0198}, + {1138, -513, 3317, 0x014c} + } +}; + +StandTile tile_79 = { + 0x01dc30, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1122, -513, 2837, 0x017c}, + {769, -513, 2804, 0x0148}, + {1138, -513, 3317, 0x0194} + } +}; + +StandTile tile_80 = { + 0x01de30, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {769, -513, 2804, 0x0170}, + {401, -513, 2837, 0x018c}, + {385, -513, 3317, 0x0154} + } +}; + +StandTile tile_81 = { + 0x01db30, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {737, -513, 3301, 0x016c}, + {769, -513, 2804, 0x0150}, + {385, -513, 3317, 0x0190} + } +}; + +StandTile tile_82 = { + 0x01cc30, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {769, -513, 2804, 0x0174}, + {625, -513, 2292, 0x289f}, + {497, -513, 2292, 0x015c} + } +}; + +StandTile tile_83 = { + 0x01cd30, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {769, -513, 2804, 0x0158}, + {497, -513, 2292, 0x0000}, + {385, -513, 2292, 0x0160} + } +}; + +StandTile tile_84 = { + 0x01ce30, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {769, -513, 2804, 0x015c}, + {385, -513, 2292, 0x0000}, + {385, -513, 2612, 0x019c} + } +}; + +StandTile tile_85 = { + 0x01cb32, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {401, -513, 2788, 0x0168}, + {385, -513, 2740, 0x0000}, + {385, -513, 2788, 0x0000} + } +}; + +StandTile tile_86 = { + 0x01cb31, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {401, -513, 2788, 0x0170}, + {769, -513, 2804, 0x019c}, + {385, -513, 2740, 0x0164} + } +}; + +StandTile tile_87 = { + 0x01c230, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {785, -513, 3301, 0x0148}, + {769, -513, 2804, 0x0154}, + {737, -513, 3301, 0x0000} + } +}; + +StandTile tile_88 = { + 0x01c030, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {769, -513, 2804, 0x0168}, + {401, -513, 2788, 0x0000}, + {401, -513, 2837, 0x0150} + } +}; + +StandTile tile_89 = { + 0x01bd30, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {625, -513, 2292, 0x0158}, + {769, -513, 2804, 0x0178}, + {737, -513, 2308, 0x0188} + } +}; + +StandTile tile_90 = { + 0x01bc30, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {737, -513, 2308, 0x0174}, + {769, -513, 2804, 0x0144}, + {785, -513, 2308, 0x0000} + } +}; + +StandTile tile_91 = { + 0x01ba30, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1122, -513, 2788, 0x0140}, + {769, -513, 2804, 0x014c}, + {1122, -513, 2837, 0x0000} + } +}; + +StandTile tile_92 = { + 0x01b730, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1122, -513, 2788, 0x0000}, + {1138, -513, 2788, 0x0000}, + {1138, -513, 2292, 0x0140} + } +}; + +StandTile tile_93 = { + 0x01b630, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1138, -513, 2292, 0x0000}, + {785, -513, 2292, 0x0000}, + {785, -513, 2308, 0x0144} + } +}; + +StandTile tile_94 = { + 0x01b530, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {737, -513, 2308, 0x0000}, + {737, -513, 2292, 0x0000}, + {625, -513, 2292, 0x0174} + } +}; + +StandTile tile_95 = { + 0x01b230, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {401, -513, 2837, 0x0000}, + {385, -513, 2837, 0x0000}, + {385, -513, 3317, 0x0150} + } +}; + +StandTile tile_96 = { + 0x01b130, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {385, -513, 3317, 0x0000}, + {737, -513, 3317, 0x0000}, + {737, -513, 3301, 0x0154} + } +}; + +StandTile tile_97 = { + 0x01af30, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1122, -513, 2837, 0x014c}, + {1138, -513, 3317, 0x0000}, + {1138, -513, 2837, 0x0000} + } +}; + +StandTile tile_98 = { + 0x01ae30, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {785, -513, 3301, 0x0000}, + {785, -513, 3317, 0x0000}, + {1138, -513, 3317, 0x0148} + } +}; + +StandTile tile_99 = { + 0x01cf30, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {769, -513, 2804, 0x0160}, + {385, -513, 2612, 0x0064}, + {385, -513, 2740, 0x0168} + } +}; + +StandTile tile_100 = { + 0x016432, 0x47, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {240, -160, -673, 0x01a4}, + {240, -128, -833, 0x0000}, + {240, -160, -833, 0x0228} + } +}; + +StandTile tile_101 = { + 0x016431, 0x47, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {240, -160, -673, 0x0000}, + {240, -128, -673, 0x02c5}, + {240, -128, -833, 0x01a0} + } +}; + +StandTile tile_102 = { + 0x016332, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {192, -192, -673, 0x01ac}, + {192, -160, -833, 0x0000}, + {192, -192, -833, 0x0220} + } +}; + +StandTile tile_103 = { + 0x016331, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {192, -192, -673, 0x0000}, + {192, -160, -673, 0x022c}, + {192, -160, -833, 0x01a8} + } +}; + +StandTile tile_104 = { + 0x016232, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {144, -224, -673, 0x01b4}, + {144, -192, -833, 0x0000}, + {144, -224, -833, 0x0218} + } +}; + +StandTile tile_105 = { + 0x016231, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {144, -224, -673, 0x0000}, + {144, -192, -673, 0x0224}, + {144, -192, -833, 0x01b0} + } +}; + +StandTile tile_106 = { + 0x016132, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {96, -256, -673, 0x01bc}, + {96, -224, -833, 0x0000}, + {96, -256, -833, 0x0210} + } +}; + +StandTile tile_107 = { + 0x016131, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {96, -256, -673, 0x0000}, + {96, -224, -673, 0x021c}, + {96, -224, -833, 0x01b8} + } +}; + +StandTile tile_108 = { + 0x016032, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {48, -288, -673, 0x01c4}, + {48, -256, -833, 0x0000}, + {48, -288, -833, 0x0208} + } +}; + +StandTile tile_109 = { + 0x016031, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {48, -288, -673, 0x0000}, + {48, -256, -673, 0x0214}, + {48, -256, -833, 0x01c0} + } +}; + +StandTile tile_110 = { + 0x015f32, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {0, -321, -673, 0x01cc}, + {0, -288, -833, 0x0000}, + {0, -321, -833, 0x0200} + } +}; + +StandTile tile_111 = { + 0x015f31, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, -321, -673, 0x0000}, + {0, -288, -673, 0x020c}, + {0, -288, -833, 0x01c8} + } +}; + +StandTile tile_112 = { + 0x015e32, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-48, -353, -673, 0x01d4}, + {-48, -321, -833, 0x0000}, + {-48, -353, -833, 0x0230} + } +}; + +StandTile tile_113 = { + 0x015e31, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-48, -353, -673, 0x0000}, + {-48, -321, -673, 0x0204}, + {-48, -321, -833, 0x01d0} + } +}; + +StandTile tile_114 = { + 0x015d32, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-96, -385, -673, 0x01dc}, + {-96, -353, -833, 0x0000}, + {-96, -385, -833, 0x0238} + } +}; + +StandTile tile_115 = { + 0x015d31, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-96, -385, -673, 0x0000}, + {-96, -353, -673, 0x0234}, + {-96, -353, -833, 0x01d8} + } +}; + +StandTile tile_116 = { + 0x015c32, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-144, -417, -673, 0x01e4}, + {-144, -385, -833, 0x0000}, + {-144, -417, -833, 0x0240} + } +}; + +StandTile tile_117 = { + 0x015c31, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-144, -417, -673, 0x0000}, + {-144, -385, -673, 0x023c}, + {-144, -385, -833, 0x01e0} + } +}; + +StandTile tile_118 = { + 0x015b32, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-192, -449, -673, 0x01ec}, + {-192, -417, -801, 0x0000}, + {-192, -449, -801, 0x0249} + } +}; + +StandTile tile_119 = { + 0x015b31, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-192, -449, -673, 0x0000}, + {-192, -417, -673, 0x0244}, + {-192, -417, -801, 0x01e8} + } +}; + +StandTile tile_120 = { + 0x015a32, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-240, -481, -673, 0x01f4}, + {-240, -449, -801, 0x0000}, + {-240, -481, -801, 0x0251} + } +}; + +StandTile tile_121 = { + 0x015a31, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-240, -481, -673, 0x0000}, + {-240, -449, -673, 0x024d}, + {-240, -449, -801, 0x01f0} + } +}; + +StandTile tile_122 = { + 0x015932, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-288, -513, -801, 0x01fc}, + {-288, -481, -673, 0x0255}, + {-288, -481, -801, 0x0000} + } +}; + +StandTile tile_123 = { + 0x015931, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-288, -513, -801, 0x02b9}, + {-288, -513, -673, 0x0000}, + {-288, -481, -673, 0x01f8} + } +}; + +StandTile tile_124 = { + 0x015832, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-48, -321, -833, 0x0204}, + {0, -321, -673, 0x01c8}, + {0, -321, -833, 0x0000} + } +}; + +StandTile tile_125 = { + 0x015831, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-48, -321, -833, 0x01d4}, + {-48, -321, -673, 0x0000}, + {0, -321, -673, 0x0200} + } +}; + +StandTile tile_126 = { + 0x015732, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {0, -288, -833, 0x020c}, + {48, -288, -673, 0x01c0}, + {48, -288, -833, 0x0000} + } +}; + +StandTile tile_127 = { + 0x015731, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, -288, -833, 0x01cc}, + {0, -288, -673, 0x0000}, + {48, -288, -673, 0x0208} + } +}; + +StandTile tile_128 = { + 0x015632, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {48, -256, -833, 0x0214}, + {96, -256, -673, 0x01b8}, + {96, -256, -833, 0x0000} + } +}; + +StandTile tile_129 = { + 0x015631, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {48, -256, -833, 0x01c4}, + {48, -256, -673, 0x0000}, + {96, -256, -673, 0x0210} + } +}; + +StandTile tile_130 = { + 0x015532, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {96, -224, -833, 0x021c}, + {144, -224, -673, 0x01b0}, + {144, -224, -833, 0x0000} + } +}; + +StandTile tile_131 = { + 0x015531, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {96, -224, -833, 0x01bc}, + {96, -224, -673, 0x0000}, + {144, -224, -673, 0x0218} + } +}; + +StandTile tile_132 = { + 0x015432, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {144, -192, -833, 0x0224}, + {192, -192, -673, 0x01a8}, + {192, -192, -833, 0x0000} + } +}; + +StandTile tile_133 = { + 0x015431, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {144, -192, -833, 0x01b4}, + {144, -192, -673, 0x0000}, + {192, -192, -673, 0x0220} + } +}; + +StandTile tile_134 = { + 0x015332, 0x47, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {192, -160, -833, 0x022c}, + {240, -160, -673, 0x01a0}, + {240, -160, -833, 0x0000} + } +}; + +StandTile tile_135 = { + 0x015331, 0x47, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {192, -160, -833, 0x01ac}, + {192, -160, -673, 0x0000}, + {240, -160, -673, 0x0228} + } +}; + +StandTile tile_136 = { + 0x015232, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-96, -353, -833, 0x0234}, + {-48, -353, -673, 0x01d0}, + {-48, -353, -833, 0x0000} + } +}; + +StandTile tile_137 = { + 0x015231, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-96, -353, -833, 0x01dc}, + {-96, -353, -673, 0x0000}, + {-48, -353, -673, 0x0230} + } +}; + +StandTile tile_138 = { + 0x015132, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-144, -385, -833, 0x023c}, + {-96, -385, -673, 0x01d8}, + {-96, -385, -833, 0x0000} + } +}; + +StandTile tile_139 = { + 0x015131, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-144, -385, -833, 0x01e4}, + {-144, -385, -673, 0x0000}, + {-96, -385, -673, 0x0238} + } +}; + +StandTile tile_140 = { + 0x015032, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-192, -417, -833, 0x0244}, + {-144, -417, -673, 0x01e0}, + {-144, -417, -833, 0x0000} + } +}; + +StandTile tile_141 = { + 0x015031, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x2, 0x3, + { + {-192, -417, -833, 0x0000}, + {-192, -417, -801, 0x01ec}, + {-192, -417, -673, 0x0000}, + {-144, -417, -673, 0x0240} + } +}; + +StandTile tile_142 = { + 0x014f32, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-240, -449, -801, 0x024d}, + {-192, -449, -673, 0x01e8}, + {-192, -449, -801, 0x0000} + } +}; + +StandTile tile_143 = { + 0x014f31, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-240, -449, -801, 0x01f4}, + {-240, -449, -673, 0x0000}, + {-192, -449, -673, 0x0249} + } +}; + +StandTile tile_144 = { + 0x014e32, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-288, -481, -801, 0x0255}, + {-240, -481, -673, 0x01f0}, + {-240, -481, -801, 0x0000} + } +}; + +StandTile tile_145 = { + 0x014e31, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-288, -481, -801, 0x01f8}, + {-288, -481, -673, 0x0000}, + {-240, -481, -673, 0x0251} + } +}; + +StandTile tile_146 = { + 0x013f30, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-321, -513, -833, 0x025d}, + {-529, -513, -641, 0x027d}, + {-321, -513, -801, 0x0000} + } +}; + +StandTile tile_147 = { + 0x013e30, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-321, -513, -833, 0x0000}, + {-1154, -513, -833, 0x0261}, + {-529, -513, -641, 0x0259} + } +}; + +StandTile tile_148 = { + 0x013d30, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1154, -513, -833, 0x0265}, + {-978, -513, -641, 0x0271}, + {-529, -513, -641, 0x025d} + } +}; + +StandTile tile_149 = { + 0x013c30, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, -513, -433, 0x0269}, + {-978, -513, -641, 0x0261}, + {-1154, -513, -833, 0x0000} + } +}; + +StandTile tile_150 = { + 0x013b30, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, -513, -433, 0x0000}, + {-1106, -513, -433, 0x026d}, + {-978, -513, -641, 0x0265} + } +}; + +StandTile tile_151 = { + 0x013a30, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1106, -513, -433, 0x25e7}, + {-849, -513, -433, 0x0271}, + {-978, -513, -641, 0x0269} + } +}; + +StandTile tile_152 = { + 0x013930, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-849, -513, -433, 0x0275}, + {-529, -513, -641, 0x0261}, + {-978, -513, -641, 0x026d} + } +}; + +StandTile tile_153 = { + 0x013830, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-321, -513, -433, 0x0279}, + {-529, -513, -641, 0x0271}, + {-849, -513, -433, 0x0000} + } +}; + +StandTile tile_154 = { + 0x013730, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-321, -513, -433, 0x0000}, + {-321, -513, -465, 0x027d}, + {-529, -513, -641, 0x0275} + } +}; + +StandTile tile_155 = { + 0x013630, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-529, -513, -641, 0x0279}, + {-321, -513, -465, 0x02b5}, + {-321, -513, -801, 0x0259} + } +}; + +StandTile tile_156 = { + 0x013530, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {737, -513, -833, 0x0285}, + {673, -513, -433, 0x0000}, + {737, -513, -433, 0x0000} + } +}; + +StandTile tile_157 = { + 0x013430, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -513, -433, 0x27af}, + {673, -513, -433, 0x0281}, + {737, -513, -833, 0x0289} + } +}; + +StandTile tile_158 = { + 0x013330, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {737, -513, -833, 0x028d}, + {240, -513, -673, 0x0291}, + {417, -513, -433, 0x0285} + } +}; + +StandTile tile_159 = { + 0x013230, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {737, -513, -833, 0x0000}, + {240, -513, -833, 0x0000}, + {240, -513, -673, 0x0289} + } +}; + +StandTile tile_160 = { + 0x013130, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {128, -513, -673, 0x0295}, + {417, -513, -433, 0x0289}, + {240, -513, -673, 0x0000} + } +}; + +StandTile tile_161 = { + 0x013030, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {128, -513, -673, 0x0000}, + {32, -513, -673, 0x0299}, + {417, -513, -433, 0x0291} + } +}; + +StandTile tile_162 = { + 0x012f30, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {417, -513, -433, 0x0295}, + {32, -513, -673, 0x029d}, + {-192, -513, -433, 0x0000} + } +}; + +StandTile tile_163 = { + 0x012e30, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {32, -513, -673, 0x02a1}, + {-192, -513, -465, 0x0000}, + {-192, -513, -433, 0x0299} + } +}; + +StandTile tile_164 = { + 0x012d30, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {32, -513, -673, 0x0000}, + {-64, -513, -673, 0x02a5}, + {-192, -513, -465, 0x029d} + } +}; + +StandTile tile_165 = { + 0x012c30, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-192, -513, -465, 0x02a1}, + {-64, -513, -673, 0x0000}, + {-160, -513, -673, 0x02a9} + } +}; + +StandTile tile_166 = { + 0x012b30, 0x47, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-240, -513, -673, 0x02ad}, + {-192, -513, -465, 0x02a5}, + {-160, -513, -673, 0x0000} + } +}; + +StandTile tile_167 = { + 0x012a30, 0x47, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-240, -513, -673, 0x0000}, + {-288, -513, -673, 0x02b1}, + {-192, -513, -465, 0x02a9} + } +}; + +StandTile tile_168 = { + 0x012930, 0x47, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-192, -513, -465, 0x02ad}, + {-288, -513, -673, 0x02b5}, + {-321, -513, -465, 0x0000} + } +}; + +StandTile tile_169 = { + 0x012830, 0x47, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-321, -513, -465, 0x02b1}, + {-288, -513, -673, 0x02b9}, + {-321, -513, -801, 0x027d} + } +}; + +StandTile tile_170 = { + 0x012730, 0x47, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-288, -513, -673, 0x01fc}, + {-288, -513, -801, 0x0000}, + {-321, -513, -801, 0x02b5} + } +}; + +StandTile tile_171 = { + 0x012630, 0x47, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {417, -128, -433, 0x27cf}, + {673, -128, -433, 0x02c9}, + {240, -128, -833, 0x02c5} + } +}; + +StandTile tile_172 = { + 0x012530, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {240, -128, -673, 0x0000}, + {240, -128, -433, 0x0000}, + {417, -128, -433, 0x02c5} + } +}; + +StandTile tile_173 = { + 0x012430, 0x47, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {240, -128, -833, 0x01a4}, + {240, -128, -673, 0x02c1}, + {417, -128, -433, 0x02bd} + } +}; + +StandTile tile_174 = { + 0x012330, 0x47, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {240, -128, -833, 0x02bd}, + {673, -128, -433, 0x02cd}, + {737, -128, -833, 0x0000} + } +}; + +StandTile tile_175 = { + 0x012230, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {673, -128, -433, 0x0000}, + {737, -128, -433, 0x0000}, + {737, -128, -833, 0x02c9} + } +}; + +StandTile tile_176 = { + 0x11b42a, 0x46, + 0x1, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {8157, -449, -6731, 0x02d5}, + {8285, -449, -6234, 0x0000}, + {8285, -449, -6731, 0x0000} + } +}; + +StandTile tile_177 = { + 0x11b429, 0x46, + 0x1, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {8157, -449, -6731, 0x0000}, + {8157, -449, -6234, 0x0930}, + {8285, -449, -6234, 0x02d1} + } +}; + +StandTile tile_178 = { + 0x0de628, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9615, -577, -6282, 0x0305}, + {9487, -577, -6282, 0x0000}, + {9487, -577, -6234, 0x02dd} + } +}; + +StandTile tile_179 = { + 0x0de728, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9744, -577, -6235, 0x02e1}, + {9615, -577, -6282, 0x02d9}, + {9487, -577, -6234, 0x0acf} + } +}; + +StandTile tile_180 = { + 0x0de828, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9744, -577, -6282, 0x0301}, + {9615, -577, -6282, 0x02dd}, + {9744, -577, -6235, 0x0000} + } +}; + +StandTile tile_181 = { + 0x11aa28, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10000, -577, -6651, 0x02ed}, + {10128, -577, -6474, 0x02e9}, + {10128, -577, -6651, 0x0000} + } +}; + +StandTile tile_182 = { + 0x11a928, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10128, -577, -6474, 0x02fd}, + {10256, -577, -6651, 0x0000}, + {10128, -577, -6651, 0x02e5} + } +}; + +StandTile tile_183 = { + 0x11a828, 0x45, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10128, -577, -6474, 0x02e5}, + {10000, -577, -6651, 0x0000}, + {9872, -577, -6651, 0x02f1} + } +}; + +StandTile tile_184 = { + 0x11a728, 0x45, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {9872, -577, -6282, 0x02f5}, + {10128, -577, -6474, 0x02ed}, + {9872, -577, -6651, 0x030d} + } +}; + +StandTile tile_185 = { + 0x11a628, 0x45, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10385, -577, -6282, 0x02f9}, + {10128, -577, -6474, 0x02f1}, + {9872, -577, -6282, 0x0000} + } +}; + +StandTile tile_186 = { + 0x11a528, 0x45, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10385, -577, -6282, 0x0000}, + {10385, -577, -6651, 0x02fd}, + {10128, -577, -6474, 0x02f5} + } +}; + +StandTile tile_187 = { + 0x11a428, 0x45, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10128, -577, -6474, 0x02f9}, + {10385, -577, -6651, 0x0000}, + {10256, -577, -6651, 0x02e9} + } +}; + +StandTile tile_188 = { + 0x119a28, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9744, -577, -6282, 0x0309}, + {9615, -577, -6458, 0x0305}, + {9615, -577, -6282, 0x02e1} + } +}; + +StandTile tile_189 = { + 0x119928, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9615, -577, -6458, 0x0319}, + {9487, -577, -6282, 0x02d9}, + {9615, -577, -6282, 0x0301} + } +}; + +StandTile tile_190 = { + 0x119828, 0x45, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {9615, -577, -6458, 0x0301}, + {9744, -577, -6282, 0x0000}, + {9872, -577, -6282, 0x030d} + } +}; + +StandTile tile_191 = { + 0x119728, 0x45, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {9872, -577, -6651, 0x0311}, + {9615, -577, -6458, 0x0309}, + {9872, -577, -6282, 0x02f1} + } +}; + +StandTile tile_192 = { + 0x119628, 0x45, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {9359, -577, -6651, 0x0315}, + {9615, -577, -6458, 0x030d}, + {9872, -577, -6651, 0x0000} + } +}; + +StandTile tile_193 = { + 0x119528, 0x45, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {9359, -577, -6651, 0x0000}, + {9359, -577, -6282, 0x0319}, + {9615, -577, -6458, 0x0311} + } +}; + +StandTile tile_194 = { + 0x119428, 0x45, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {9615, -577, -6458, 0x0315}, + {9359, -577, -6282, 0x0000}, + {9487, -577, -6282, 0x0305} + } +}; + +StandTile tile_195 = { + 0x0f742a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10070, -32, -2692, 0x0321}, + {9936, 0, -2660, 0x05eb}, + {10064, 0, -2660, 0x0000} + } +}; + +StandTile tile_196 = { + 0x0f7429, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {10070, -32, -2692, 0x04f8}, + {10032, -32, -2692, 0x04ef}, + {9934, -32, -2692, 0x0000}, + {9936, 0, -2660, 0x031d} + } +}; + +StandTile tile_197 = { + 0x104b2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7981, 0, -3141, 0x032a}, + {7933, 0, -3013, 0x0000}, + {7981, 0, -3013, 0x032e} + } +}; + +StandTile tile_198 = { + 0x104b29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7981, 0, -3141, 0x0000}, + {7933, 0, -3141, 0x0df9}, + {7933, 0, -3013, 0x0326} + } +}; + +StandTile tile_199 = { + 0x0f812a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8013, -32, -3013, 0x0332}, + {7981, 0, -3141, 0x0326}, + {7981, 0, -3013, 0x0000} + } +}; + +StandTile tile_200 = { + 0x0f8129, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8013, -32, -3013, 0x04d6}, + {8013, -32, -3141, 0x0000}, + {7981, 0, -3141, 0x032e} + } +}; + +StandTile tile_201 = { + 0x0f452a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9712, -577, -3237, 0x033a}, + {9583, -545, -3237, 0x0563}, + {9712, -545, -3237, 0x0000} + } +}; + +StandTile tile_202 = { + 0x0f4529, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9712, -577, -3237, 0x04fd}, + {9583, -577, -3237, 0x0000}, + {9583, -545, -3237, 0x0336} + } +}; + +StandTile tile_203 = { + 0x0f442a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9712, -545, -3189, 0x0342}, + {9583, -513, -3189, 0x056b}, + {9712, -513, -3189, 0x0000} + } +}; + +StandTile tile_204 = { + 0x0f4429, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9712, -545, -3189, 0x055f}, + {9583, -545, -3189, 0x0000}, + {9583, -513, -3189, 0x033e} + } +}; + +StandTile tile_205 = { + 0x0f432a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9712, -513, -3141, 0x034a}, + {9583, -481, -3141, 0x05c3}, + {9712, -481, -3141, 0x0000} + } +}; + +StandTile tile_206 = { + 0x0f4329, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9712, -513, -3141, 0x0567}, + {9583, -513, -3141, 0x0000}, + {9583, -481, -3141, 0x0346} + } +}; + +StandTile tile_207 = { + 0x0f422a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -481, -3141, 0x0352}, + {9744, -449, -3141, 0x0000}, + {9744, -481, -3141, 0x05c3} + } +}; + +StandTile tile_208 = { + 0x0f4229, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -481, -3141, 0x0000}, + {9872, -449, -3141, 0x0577}, + {9744, -449, -3141, 0x034e} + } +}; + +StandTile tile_209 = { + 0x0f412a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -449, -3189, 0x035a}, + {9744, -417, -3189, 0x0000}, + {9744, -449, -3189, 0x057b} + } +}; + +StandTile tile_210 = { + 0x0f4129, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -449, -3189, 0x0000}, + {9872, -417, -3189, 0x056f}, + {9744, -417, -3189, 0x0356} + } +}; + +StandTile tile_211 = { + 0x0f402a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -417, -3237, 0x0362}, + {9744, -385, -3237, 0x0000}, + {9744, -417, -3237, 0x0573} + } +}; + +StandTile tile_212 = { + 0x0f4029, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -417, -3237, 0x0000}, + {9872, -385, -3237, 0x0587}, + {9744, -385, -3237, 0x035e} + } +}; + +StandTile tile_213 = { + 0x0f3f2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -385, -3285, 0x036a}, + {9744, -353, -3285, 0x0000}, + {9744, -385, -3285, 0x058b} + } +}; + +StandTile tile_214 = { + 0x0f3f29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -385, -3285, 0x0000}, + {9872, -353, -3285, 0x057f}, + {9744, -353, -3285, 0x0366} + } +}; + +StandTile tile_215 = { + 0x0f3e2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -353, -3333, 0x0372}, + {9744, -321, -3333, 0x0000}, + {9744, -353, -3333, 0x0583} + } +}; + +StandTile tile_216 = { + 0x0f3e29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -353, -3333, 0x0000}, + {9872, -321, -3333, 0x058f}, + {9744, -321, -3333, 0x036e} + } +}; + +StandTile tile_217 = { + 0x0f3d2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -321, -3381, 0x037a}, + {9744, -288, -3381, 0x0000}, + {9744, -321, -3381, 0x0593} + } +}; + +StandTile tile_218 = { + 0x0f3d29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -321, -3381, 0x0000}, + {9872, -288, -3381, 0x05db}, + {9744, -288, -3381, 0x0376} + } +}; + +StandTile tile_219 = { + 0x0f3c2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -288, -3429, 0x0382}, + {9744, -256, -3429, 0x0000}, + {9744, -288, -3429, 0x05df} + } +}; + +StandTile tile_220 = { + 0x0f3c29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -288, -3429, 0x0000}, + {9872, -256, -3429, 0x05d5}, + {9744, -256, -3429, 0x037e} + } +}; + +StandTile tile_221 = { + 0x0f3b2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -256, -3429, 0x038a}, + {9904, -224, -3429, 0x059f}, + {10032, -224, -3429, 0x0000} + } +}; + +StandTile tile_222 = { + 0x0f3b29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -256, -3429, 0x05d5}, + {9904, -256, -3429, 0x0000}, + {9904, -224, -3429, 0x0386} + } +}; + +StandTile tile_223 = { + 0x0f3a2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -224, -3381, 0x0392}, + {9904, -192, -3381, 0x0597}, + {10032, -192, -3381, 0x0000} + } +}; + +StandTile tile_224 = { + 0x0f3a29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -224, -3381, 0x05a3}, + {9904, -224, -3381, 0x0000}, + {9904, -192, -3381, 0x038e} + } +}; + +StandTile tile_225 = { + 0x0f392a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -192, -3333, 0x039a}, + {9904, -160, -3333, 0x05af}, + {10032, -160, -3333, 0x0000} + } +}; + +StandTile tile_226 = { + 0x0f3929, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -192, -3333, 0x059b}, + {9904, -192, -3333, 0x0000}, + {9904, -160, -3333, 0x0396} + } +}; + +StandTile tile_227 = { + 0x0f382a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -160, -3285, 0x03a2}, + {9904, -128, -3285, 0x05a7}, + {10032, -128, -3285, 0x0000} + } +}; + +StandTile tile_228 = { + 0x0f3829, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -160, -3285, 0x05b3}, + {9904, -160, -3285, 0x0000}, + {9904, -128, -3285, 0x039e} + } +}; + +StandTile tile_229 = { + 0x0f372a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -128, -3237, 0x03aa}, + {9904, -96, -3237, 0x05b7}, + {10032, -96, -3237, 0x0000} + } +}; + +StandTile tile_230 = { + 0x0f3729, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -128, -3237, 0x05ab}, + {9904, -128, -3237, 0x0000}, + {9904, -96, -3237, 0x03a6} + } +}; + +StandTile tile_231 = { + 0x0f362a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -96, -3189, 0x03b2}, + {9904, -64, -3189, 0x05c9}, + {10032, -64, -3189, 0x0000} + } +}; + +StandTile tile_232 = { + 0x0f3629, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -96, -3189, 0x05bb}, + {9904, -96, -3189, 0x0000}, + {9904, -64, -3189, 0x03ae} + } +}; + +StandTile tile_233 = { + 0x0f352a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -64, -3141, 0x03ba}, + {9904, -32, -3141, 0x05e3}, + {10032, -32, -3141, 0x0000} + } +}; + +StandTile tile_234 = { + 0x0f3529, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -64, -3141, 0x05cd}, + {9904, -64, -3141, 0x0000}, + {9904, -32, -3141, 0x03b6} + } +}; + +StandTile tile_235 = { + 0x0f342a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9135, -577, -3013, 0x03c2}, + {9135, -545, -3141, 0x045a}, + {9135, -545, -3013, 0x0000} + } +}; + +StandTile tile_236 = { + 0x0f3429, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9135, -577, -3013, 0x052a}, + {9135, -577, -3141, 0x0000}, + {9135, -545, -3141, 0x03be} + } +}; + +StandTile tile_237 = { + 0x0f332a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9087, -545, -3013, 0x03ca}, + {9087, -513, -3141, 0x0452}, + {9087, -513, -3013, 0x0000} + } +}; + +StandTile tile_238 = { + 0x0f3329, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9087, -545, -3013, 0x0456}, + {9087, -545, -3141, 0x0000}, + {9087, -513, -3141, 0x03c6} + } +}; + +StandTile tile_239 = { + 0x0f322a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9038, -513, -3013, 0x03d2}, + {9038, -481, -3141, 0x044a}, + {9038, -481, -3013, 0x0000} + } +}; + +StandTile tile_240 = { + 0x0f3229, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9038, -513, -3013, 0x044e}, + {9038, -513, -3141, 0x0000}, + {9038, -481, -3141, 0x03ce} + } +}; + +StandTile tile_241 = { + 0x0f312a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8990, -481, -3013, 0x03da}, + {8990, -449, -3141, 0x0472}, + {8990, -449, -3013, 0x0000} + } +}; + +StandTile tile_242 = { + 0x0f3129, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8990, -481, -3013, 0x0446}, + {8990, -481, -3141, 0x0000}, + {8990, -449, -3141, 0x03d6} + } +}; + +StandTile tile_243 = { + 0x0f302a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8942, -449, -3013, 0x03e2}, + {8942, -417, -3141, 0x046a}, + {8942, -417, -3013, 0x0000} + } +}; + +StandTile tile_244 = { + 0x0f3029, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8942, -449, -3013, 0x046e}, + {8942, -449, -3141, 0x0000}, + {8942, -417, -3141, 0x03de} + } +}; + +StandTile tile_245 = { + 0x0f2f2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8894, -417, -3013, 0x03ea}, + {8894, -385, -3141, 0x0462}, + {8894, -385, -3013, 0x0000} + } +}; + +StandTile tile_246 = { + 0x0f2f29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8894, -417, -3013, 0x0466}, + {8894, -417, -3141, 0x0000}, + {8894, -385, -3141, 0x03e6} + } +}; + +StandTile tile_247 = { + 0x0f2e2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8846, -385, -3013, 0x03f2}, + {8846, -353, -3141, 0x047a}, + {8846, -353, -3013, 0x0000} + } +}; + +StandTile tile_248 = { + 0x0f2e29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8846, -385, -3013, 0x045e}, + {8846, -385, -3141, 0x0000}, + {8846, -353, -3141, 0x03ee} + } +}; + +StandTile tile_249 = { + 0x0f2d2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8798, -353, -3013, 0x03fa}, + {8798, -321, -3141, 0x0482}, + {8798, -321, -3013, 0x0000} + } +}; + +StandTile tile_250 = { + 0x0f2d29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8798, -353, -3013, 0x0476}, + {8798, -353, -3141, 0x0000}, + {8798, -321, -3141, 0x03f6} + } +}; + +StandTile tile_251 = { + 0x0f2c2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8750, -321, -3013, 0x0402}, + {8750, -288, -3141, 0x048a}, + {8750, -288, -3013, 0x0000} + } +}; + +StandTile tile_252 = { + 0x0f2c29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8750, -321, -3013, 0x047e}, + {8750, -321, -3141, 0x0000}, + {8750, -288, -3141, 0x03fe} + } +}; + +StandTile tile_253 = { + 0x0f2b2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8702, -288, -3013, 0x040a}, + {8702, -256, -3141, 0x04a2}, + {8702, -256, -3013, 0x0000} + } +}; + +StandTile tile_254 = { + 0x0f2b29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8702, -288, -3013, 0x0486}, + {8702, -288, -3141, 0x0000}, + {8702, -256, -3141, 0x0406} + } +}; + +StandTile tile_255 = { + 0x0f2a2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8654, -256, -3013, 0x0412}, + {8654, -224, -3141, 0x049a}, + {8654, -224, -3013, 0x0000} + } +}; + +StandTile tile_256 = { + 0x0f2a29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8654, -256, -3013, 0x049e}, + {8654, -256, -3141, 0x0000}, + {8654, -224, -3141, 0x040e} + } +}; + +StandTile tile_257 = { + 0x0f292a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8606, -224, -3013, 0x041a}, + {8606, -192, -3141, 0x0492}, + {8606, -192, -3013, 0x0000} + } +}; + +StandTile tile_258 = { + 0x0f2929, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8606, -224, -3013, 0x0496}, + {8606, -224, -3141, 0x0000}, + {8606, -192, -3141, 0x0416} + } +}; + +StandTile tile_259 = { + 0x0f282a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8558, -192, -3013, 0x0422}, + {8558, -160, -3141, 0x04b2}, + {8558, -160, -3013, 0x0000} + } +}; + +StandTile tile_260 = { + 0x0f2829, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8558, -192, -3013, 0x048e}, + {8558, -192, -3141, 0x0000}, + {8558, -160, -3141, 0x041e} + } +}; + +StandTile tile_261 = { + 0x0f272a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8510, -160, -3013, 0x042a}, + {8510, -128, -3141, 0x04aa}, + {8510, -128, -3013, 0x0000} + } +}; + +StandTile tile_262 = { + 0x0f2729, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8510, -160, -3013, 0x04ae}, + {8510, -160, -3141, 0x0000}, + {8510, -128, -3141, 0x0426} + } +}; + +StandTile tile_263 = { + 0x0f1e2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8462, -128, -3013, 0x0432}, + {8462, -96, -3141, 0x04ba}, + {8462, -96, -3013, 0x0000} + } +}; + +StandTile tile_264 = { + 0x0f1e29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8462, -128, -3013, 0x04a6}, + {8462, -128, -3141, 0x0000}, + {8462, -96, -3141, 0x042e} + } +}; + +StandTile tile_265 = { + 0x0f1d2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8413, -96, -3013, 0x043a}, + {8413, -64, -3141, 0x04c2}, + {8413, -64, -3013, 0x0000} + } +}; + +StandTile tile_266 = { + 0x0f1d29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8413, -96, -3013, 0x04b6}, + {8413, -96, -3141, 0x0000}, + {8413, -64, -3141, 0x0436} + } +}; + +StandTile tile_267 = { + 0x0f1c2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8365, -64, -3013, 0x0442}, + {8365, -32, -3141, 0x04ca}, + {8365, -32, -3013, 0x0000} + } +}; + +StandTile tile_268 = { + 0x0f1c29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8365, -64, -3013, 0x04be}, + {8365, -64, -3141, 0x0000}, + {8365, -32, -3141, 0x043e} + } +}; + +StandTile tile_269 = { + 0x0af02a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8990, -481, -3013, 0x044a}, + {9038, -481, -3141, 0x0000}, + {8990, -481, -3141, 0x03da} + } +}; + +StandTile tile_270 = { + 0x0af029, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8990, -481, -3013, 0x0000}, + {9038, -481, -3013, 0x03ce}, + {9038, -481, -3141, 0x0446} + } +}; + +StandTile tile_271 = { + 0x0aef2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9038, -513, -3013, 0x0452}, + {9087, -513, -3141, 0x0000}, + {9038, -513, -3141, 0x03d2} + } +}; + +StandTile tile_272 = { + 0x0aef29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9038, -513, -3013, 0x0000}, + {9087, -513, -3013, 0x03c6}, + {9087, -513, -3141, 0x044e} + } +}; + +StandTile tile_273 = { + 0x0aee2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9087, -545, -3013, 0x045a}, + {9135, -545, -3141, 0x0000}, + {9087, -545, -3141, 0x03ca} + } +}; + +StandTile tile_274 = { + 0x0aee29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9087, -545, -3013, 0x0000}, + {9135, -545, -3013, 0x03be}, + {9135, -545, -3141, 0x0456} + } +}; + +StandTile tile_275 = { + 0x0aed2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8846, -385, -3013, 0x0462}, + {8894, -385, -3141, 0x0000}, + {8846, -385, -3141, 0x03f2} + } +}; + +StandTile tile_276 = { + 0x0aed29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8846, -385, -3013, 0x0000}, + {8894, -385, -3013, 0x03e6}, + {8894, -385, -3141, 0x045e} + } +}; + +StandTile tile_277 = { + 0x0aec2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8894, -417, -3013, 0x046a}, + {8942, -417, -3141, 0x0000}, + {8894, -417, -3141, 0x03ea} + } +}; + +StandTile tile_278 = { + 0x0aec29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8894, -417, -3013, 0x0000}, + {8942, -417, -3013, 0x03de}, + {8942, -417, -3141, 0x0466} + } +}; + +StandTile tile_279 = { + 0x0aeb2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8942, -449, -3013, 0x0472}, + {8990, -449, -3141, 0x0000}, + {8942, -449, -3141, 0x03e2} + } +}; + +StandTile tile_280 = { + 0x0aeb29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8942, -449, -3013, 0x0000}, + {8990, -449, -3013, 0x03d6}, + {8990, -449, -3141, 0x046e} + } +}; + +StandTile tile_281 = { + 0x0aea2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8798, -353, -3013, 0x047a}, + {8846, -353, -3141, 0x0000}, + {8798, -353, -3141, 0x03fa} + } +}; + +StandTile tile_282 = { + 0x0aea29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8798, -353, -3013, 0x0000}, + {8846, -353, -3013, 0x03ee}, + {8846, -353, -3141, 0x0476} + } +}; + +StandTile tile_283 = { + 0x0ae92a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8750, -321, -3013, 0x0482}, + {8798, -321, -3141, 0x0000}, + {8750, -321, -3141, 0x0402} + } +}; + +StandTile tile_284 = { + 0x0ae929, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8750, -321, -3013, 0x0000}, + {8798, -321, -3013, 0x03f6}, + {8798, -321, -3141, 0x047e} + } +}; + +StandTile tile_285 = { + 0x0ae82a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8702, -288, -3013, 0x048a}, + {8750, -288, -3141, 0x0000}, + {8702, -288, -3141, 0x040a} + } +}; + +StandTile tile_286 = { + 0x0ae829, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8702, -288, -3013, 0x0000}, + {8750, -288, -3013, 0x03fe}, + {8750, -288, -3141, 0x0486} + } +}; + +StandTile tile_287 = { + 0x0ae72a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8558, -192, -3013, 0x0492}, + {8606, -192, -3141, 0x0000}, + {8558, -192, -3141, 0x0422} + } +}; + +StandTile tile_288 = { + 0x0ae729, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8558, -192, -3013, 0x0000}, + {8606, -192, -3013, 0x0416}, + {8606, -192, -3141, 0x048e} + } +}; + +StandTile tile_289 = { + 0x0ae62a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8606, -224, -3013, 0x049a}, + {8654, -224, -3141, 0x0000}, + {8606, -224, -3141, 0x041a} + } +}; + +StandTile tile_290 = { + 0x0ae629, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8606, -224, -3013, 0x0000}, + {8654, -224, -3013, 0x040e}, + {8654, -224, -3141, 0x0496} + } +}; + +StandTile tile_291 = { + 0x0ae52a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8654, -256, -3013, 0x04a2}, + {8702, -256, -3141, 0x0000}, + {8654, -256, -3141, 0x0412} + } +}; + +StandTile tile_292 = { + 0x0ae529, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8654, -256, -3013, 0x0000}, + {8702, -256, -3013, 0x0406}, + {8702, -256, -3141, 0x049e} + } +}; + +StandTile tile_293 = { + 0x0ae42a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8462, -128, -3013, 0x04aa}, + {8510, -128, -3141, 0x0000}, + {8462, -128, -3141, 0x0432} + } +}; + +StandTile tile_294 = { + 0x0ae429, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8462, -128, -3013, 0x0000}, + {8510, -128, -3013, 0x0426}, + {8510, -128, -3141, 0x04a6} + } +}; + +StandTile tile_295 = { + 0x0ae32a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8510, -160, -3013, 0x04b2}, + {8558, -160, -3141, 0x0000}, + {8510, -160, -3141, 0x042a} + } +}; + +StandTile tile_296 = { + 0x0ae329, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8510, -160, -3013, 0x0000}, + {8558, -160, -3013, 0x041e}, + {8558, -160, -3141, 0x04ae} + } +}; + +StandTile tile_297 = { + 0x0ae22a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8413, -96, -3013, 0x04ba}, + {8462, -96, -3141, 0x0000}, + {8413, -96, -3141, 0x043a} + } +}; + +StandTile tile_298 = { + 0x0ae229, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {8413, -96, -3013, 0x0000}, + {8462, -96, -3013, 0x042e}, + {8462, -96, -3141, 0x04b6} + } +}; + +StandTile tile_299 = { + 0x019c2a, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {8365, -64, -3013, 0x04c2}, + {8413, -64, -3141, 0x0000}, + {8365, -64, -3141, 0x0442} + } +}; + +StandTile tile_300 = { + 0x019c29, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {8365, -64, -3013, 0x0000}, + {8413, -64, -3013, 0x0436}, + {8413, -64, -3141, 0x04be} + } +}; + +StandTile tile_301 = { + 0x019b2a, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8301, -32, -3013, 0x04ca}, + {8365, -32, -3141, 0x0000}, + {8301, -32, -3141, 0x04d2} + } +}; + +StandTile tile_302 = { + 0x019b29, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8301, -32, -3013, 0x0000}, + {8365, -32, -3013, 0x043e}, + {8365, -32, -3141, 0x04c6} + } +}; + +StandTile tile_303 = { + 0x013428, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {8301, -32, -3397, 0x0000}, + {8013, -32, -3397, 0x04d6}, + {8301, -32, -3141, 0x0000} + } +}; + +StandTile tile_304 = { + 0x01332a, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {8301, -32, -3141, 0x04d6}, + {8013, -32, -3013, 0x04df}, + {8301, -32, -3013, 0x04c6} + } +}; + +StandTile tile_305 = { + 0x013329, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {8301, -32, -3141, 0x04ce}, + {8013, -32, -3397, 0x0000}, + {8013, -32, -3141, 0x0332}, + {8013, -32, -3013, 0x04d2} + } +}; + +StandTile tile_306 = { + 0x01322a, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {8301, -32, -3013, 0x04df}, + {8013, -32, -2692, 0x04e7}, + {8301, -32, -2981, 0x0000} + } +}; + +StandTile tile_307 = { + 0x013229, 0x44, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {8301, -32, -3013, 0x04d2}, + {8013, -32, -3013, 0x0000}, + {8013, -32, -2692, 0x04db} + } +}; + +StandTile tile_308 = { + 0x01312a, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8301, -32, -2981, 0x04e7}, + {9904, -32, -2692, 0x04ef}, + {9904, -32, -2981, 0x0000} + } +}; + +StandTile tile_309 = { + 0x013129, 0x44, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {8301, -32, -2981, 0x04db}, + {8013, -32, -2692, 0x0000}, + {9904, -32, -2692, 0x04e3} + } +}; + +StandTile tile_310 = { + 0x01302a, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {9904, -32, -2981, 0x04ef}, + {10032, -32, -2692, 0x04f4}, + {10032, -32, -2981, 0x05e7} + } +}; + +StandTile tile_311 = { + 0x013029, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x3, + { + {9904, -32, -2981, 0x04e3}, + {9904, -32, -2692, 0x0000}, + {9934, -32, -2692, 0x0321}, + {10032, -32, -2692, 0x04eb} + } +}; + +StandTile tile_312 = { + 0x012f2a, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {10032, -32, -2692, 0x04f8}, + {11218, -32, -2981, 0x0000}, + {10032, -32, -2981, 0x04eb} + } +}; + +StandTile tile_313 = { + 0x012f29, 0x44, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {10032, -32, -2692, 0x0321}, + {10070, -32, -2692, 0x0000}, + {11218, -32, -2692, 0x0000}, + {11218, -32, -2981, 0x04f4} + } +}; + +StandTile tile_314 = { + 0x0f922a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9712, -577, -3237, 0x0501}, + {9615, -577, -3462, 0x0522}, + {9583, -577, -3237, 0x033a} + } +}; + +StandTile tile_315 = { + 0x0f9229, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9712, -577, -3237, 0x0000}, + {9733, -577, -3462, 0x0716}, + {9615, -577, -3462, 0x04fd} + } +}; + +StandTile tile_316 = { + 0x0f5728, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -577, -3462, 0x0000}, + {9872, -577, -3141, 0x050d}, + {10449, -577, -3462, 0x0716} + } +}; + +StandTile tile_317 = { + 0x0f562a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10449, -577, -3462, 0x050d}, + {9872, -577, -2981, 0x0516}, + {10385, -577, -2692, 0x076f} + } +}; + +StandTile tile_318 = { + 0x0f5629, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10449, -577, -3462, 0x0505}, + {9872, -577, -3141, 0x0000}, + {9872, -577, -2981, 0x0509} + } +}; + +StandTile tile_319 = { + 0x0f552a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {10385, -577, -2692, 0x0516}, + {9583, -577, -2981, 0x051e}, + {9551, -577, -2692, 0x0000}, + {9679, -577, -2692, 0x0767} + } +}; + +StandTile tile_320 = { + 0x0f5529, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10385, -577, -2692, 0x0509}, + {9872, -577, -2981, 0x0000}, + {9583, -577, -2981, 0x0511} + } +}; + +StandTile tile_321 = { + 0x0f542a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9551, -577, -2692, 0x051e}, + {9583, -577, -3189, 0x0526}, + {9135, -577, -3013, 0x0556} + } +}; + +StandTile tile_322 = { + 0x0f5429, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9551, -577, -2692, 0x0511}, + {9583, -577, -2981, 0x0000}, + {9583, -577, -3189, 0x051a} + } +}; + +StandTile tile_323 = { + 0x0f5028, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9583, -577, -3237, 0x04fd}, + {9615, -577, -3462, 0x0532}, + {9135, -577, -3141, 0x052a} + } +}; + +StandTile tile_324 = { + 0x0f4f2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9583, -577, -3237, 0x052a}, + {9135, -577, -3013, 0x051a}, + {9583, -577, -3189, 0x0000} + } +}; + +StandTile tile_325 = { + 0x0f4f29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9583, -577, -3237, 0x0522}, + {9135, -577, -3141, 0x03c2}, + {9135, -577, -3013, 0x0526} + } +}; + +StandTile tile_326 = { + 0x0f4e2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9135, -577, -3141, 0x0532}, + {8782, -577, -3462, 0x053a}, + {9087, -577, -3141, 0x0000} + } +}; + +StandTile tile_327 = { + 0x0f4e29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9135, -577, -3141, 0x0522}, + {9615, -577, -3462, 0x0702}, + {8782, -577, -3462, 0x052e} + } +}; + +StandTile tile_328 = { + 0x0f5328, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -3397, 0x0759}, + {8013, -577, -3141, 0x0546}, + {8459, -577, -3141, 0x053e} + } +}; + +StandTile tile_329 = { + 0x0f4c2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8782, -577, -3462, 0x053e}, + {8459, -577, -3141, 0x0000}, + {9087, -577, -3141, 0x052e} + } +}; + +StandTile tile_330 = { + 0x0f4c29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8782, -577, -3462, 0x0749}, + {8013, -577, -3397, 0x0536}, + {8459, -577, -3141, 0x053a} + } +}; + +StandTile tile_331 = { + 0x0f522a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8459, -577, -3141, 0x0546}, + {8013, -577, -3013, 0x054e}, + {8459, -577, -3013, 0x0000} + } +}; + +StandTile tile_332 = { + 0x0f5229, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8459, -577, -3141, 0x0536}, + {8013, -577, -3141, 0x0759}, + {8013, -577, -3013, 0x0542} + } +}; + +StandTile tile_333 = { + 0x0f5128, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -2692, 0x0552}, + {9087, -577, -3013, 0x0000}, + {8459, -577, -3013, 0x054e} + } +}; + +StandTile tile_334 = { + 0x0f4a28, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -3013, 0x0759}, + {8013, -577, -2692, 0x054a}, + {8459, -577, -3013, 0x0542} + } +}; + +StandTile tile_335 = { + 0x0f4728, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -2692, 0x0751}, + {8718, -577, -2692, 0x055a}, + {9087, -577, -3013, 0x054a} + } +}; + +StandTile tile_336 = { + 0x0f462a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9087, -577, -3013, 0x055a}, + {9551, -577, -2692, 0x051a}, + {9135, -577, -3013, 0x0000} + } +}; + +StandTile tile_337 = { + 0x0f4629, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {9087, -577, -3013, 0x0552}, + {8718, -577, -2692, 0x0000}, + {8846, -577, -2692, 0x0763}, + {9551, -577, -2692, 0x0556} + } +}; + +StandTile tile_338 = { + 0x0b1d2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9712, -545, -3189, 0x0563}, + {9583, -545, -3237, 0x0000}, + {9583, -545, -3189, 0x0342} + } +}; + +StandTile tile_339 = { + 0x0b1d29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9712, -545, -3189, 0x0000}, + {9712, -545, -3237, 0x0336}, + {9583, -545, -3237, 0x055f} + } +}; + +StandTile tile_340 = { + 0x0b1c2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9712, -513, -3141, 0x056b}, + {9583, -513, -3189, 0x0000}, + {9583, -513, -3141, 0x034a} + } +}; + +StandTile tile_341 = { + 0x0b1c29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9712, -513, -3141, 0x0000}, + {9712, -513, -3189, 0x033e}, + {9583, -513, -3189, 0x0567} + } +}; + +StandTile tile_342 = { + 0x0b1b2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -417, -3189, 0x0573}, + {9744, -417, -3237, 0x0000}, + {9744, -417, -3189, 0x035a} + } +}; + +StandTile tile_343 = { + 0x0b1b29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -417, -3189, 0x0000}, + {9872, -417, -3237, 0x035e}, + {9744, -417, -3237, 0x056f} + } +}; + +StandTile tile_344 = { + 0x0b1a2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -449, -3141, 0x057b}, + {9744, -449, -3189, 0x0000}, + {9744, -449, -3141, 0x0352} + } +}; + +StandTile tile_345 = { + 0x0b1a29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -449, -3141, 0x0000}, + {9872, -449, -3189, 0x0356}, + {9744, -449, -3189, 0x0577} + } +}; + +StandTile tile_346 = { + 0x0b192a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -353, -3285, 0x0583}, + {9744, -353, -3333, 0x0000}, + {9744, -353, -3285, 0x036a} + } +}; + +StandTile tile_347 = { + 0x0b1929, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -353, -3285, 0x0000}, + {9872, -353, -3333, 0x036e}, + {9744, -353, -3333, 0x057f} + } +}; + +StandTile tile_348 = { + 0x0b182a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -385, -3237, 0x058b}, + {9744, -385, -3285, 0x0000}, + {9744, -385, -3237, 0x0362} + } +}; + +StandTile tile_349 = { + 0x0b1829, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -385, -3237, 0x0000}, + {9872, -385, -3285, 0x0366}, + {9744, -385, -3285, 0x0587} + } +}; + +StandTile tile_350 = { + 0x0b172a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -321, -3333, 0x0593}, + {9744, -321, -3381, 0x0000}, + {9744, -321, -3333, 0x0372} + } +}; + +StandTile tile_351 = { + 0x0b1729, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -321, -3333, 0x0000}, + {9872, -321, -3381, 0x0376}, + {9744, -321, -3381, 0x058f} + } +}; + +StandTile tile_352 = { + 0x0b162a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9904, -192, -3381, 0x059b}, + {10032, -192, -3333, 0x0000}, + {10032, -192, -3381, 0x038e} + } +}; + +StandTile tile_353 = { + 0x0b1629, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9904, -192, -3381, 0x0000}, + {9904, -192, -3333, 0x039a}, + {10032, -192, -3333, 0x0597} + } +}; + +StandTile tile_354 = { + 0x0b152a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9904, -224, -3429, 0x05a3}, + {10032, -224, -3381, 0x0000}, + {10032, -224, -3429, 0x0386} + } +}; + +StandTile tile_355 = { + 0x0b1529, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9904, -224, -3429, 0x0000}, + {9904, -224, -3381, 0x0392}, + {10032, -224, -3381, 0x059f} + } +}; + +StandTile tile_356 = { + 0x0b142a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9904, -128, -3285, 0x05ab}, + {10032, -128, -3237, 0x0000}, + {10032, -128, -3285, 0x039e} + } +}; + +StandTile tile_357 = { + 0x0b1429, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9904, -128, -3285, 0x0000}, + {9904, -128, -3237, 0x03aa}, + {10032, -128, -3237, 0x05a7} + } +}; + +StandTile tile_358 = { + 0x0b132a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9904, -160, -3333, 0x05b3}, + {10032, -160, -3285, 0x0000}, + {10032, -160, -3333, 0x0396} + } +}; + +StandTile tile_359 = { + 0x0b1329, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9904, -160, -3333, 0x0000}, + {9904, -160, -3285, 0x03a2}, + {10032, -160, -3285, 0x05af} + } +}; + +StandTile tile_360 = { + 0x0b122a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9904, -96, -3237, 0x05bb}, + {10032, -96, -3189, 0x0000}, + {10032, -96, -3237, 0x03a6} + } +}; + +StandTile tile_361 = { + 0x0b1229, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9904, -96, -3237, 0x0000}, + {9904, -96, -3189, 0x03b2}, + {10032, -96, -3189, 0x05b7} + } +}; + +StandTile tile_362 = { + 0x01842a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -481, -2981, 0x05c3}, + {9583, -481, -3141, 0x0000}, + {9583, -481, -2981, 0x0000} + } +}; + +StandTile tile_363 = { + 0x018429, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {9872, -481, -2981, 0x0000}, + {9872, -481, -3141, 0x034e}, + {9744, -481, -3141, 0x0000}, + {9712, -481, -3141, 0x0346}, + {9583, -481, -3141, 0x05bf} + } +}; + +StandTile tile_364 = { + 0x01722a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9904, -64, -3189, 0x05cd}, + {10032, -64, -3141, 0x0000}, + {10032, -64, -3189, 0x03ae} + } +}; + +StandTile tile_365 = { + 0x017229, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9904, -64, -3189, 0x0000}, + {9904, -64, -3141, 0x03ba}, + {10032, -64, -3141, 0x05c9} + } +}; + +StandTile tile_366 = { + 0x01632a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9744, -256, -3590, 0x05d5}, + {10032, -256, -3429, 0x0000}, + {10032, -256, -3590, 0x0000} + } +}; + +StandTile tile_367 = { + 0x016329, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {9744, -256, -3590, 0x0000}, + {9744, -256, -3429, 0x0382}, + {9872, -256, -3429, 0x0000}, + {9904, -256, -3429, 0x038a}, + {10032, -256, -3429, 0x05d1} + } +}; + +StandTile tile_368 = { + 0x01532a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -288, -3381, 0x05df}, + {9744, -288, -3429, 0x0000}, + {9744, -288, -3381, 0x037a} + } +}; + +StandTile tile_369 = { + 0x015329, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -288, -3381, 0x0000}, + {9872, -288, -3429, 0x037e}, + {9744, -288, -3429, 0x05db} + } +}; + +StandTile tile_370 = { + 0x013b2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9904, -32, -3141, 0x05e7}, + {10032, -32, -2981, 0x0000}, + {10032, -32, -3141, 0x03b6} + } +}; + +StandTile tile_371 = { + 0x013b29, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {9904, -32, -3141, 0x0000}, + {9904, -32, -2981, 0x04eb}, + {10032, -32, -2981, 0x05e3} + } +}; + +StandTile tile_372 = { + 0x0f782a, 0x44, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9936, 0, -2660, 0x05ef}, + {10064, 0, -2628, 0x0000}, + {10064, 0, -2660, 0x031d} + } +}; + +StandTile tile_373 = { + 0x0f7829, 0x44, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9936, 0, -2660, 0x0000}, + {9936, 0, -2628, 0x0ff9}, + {10064, 0, -2628, 0x05eb} + } +}; + +StandTile tile_374 = { + 0x0faf2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -3974, 0x05f7}, + {11218, -577, -4077, 0x05ff}, + {11200, -577, -4071, 0x0000} + } +}; + +StandTile tile_375 = { + 0x0faf29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -3974, 0x0647}, + {11218, -577, -3841, 0x072a}, + {11218, -577, -4077, 0x05f3} + } +}; + +StandTile tile_376 = { + 0x0fae2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11200, -577, -4071, 0x05ff}, + {11218, -577, -4231, 0x0607}, + {11154, -577, -4167, 0x0000} + } +}; + +StandTile tile_377 = { + 0x0fae29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11200, -577, -4071, 0x05f3}, + {11218, -577, -4077, 0x072a}, + {11218, -577, -4231, 0x05fb} + } +}; + +StandTile tile_378 = { + 0x0fad2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -4167, 0x0607}, + {11063, -577, -4257, 0x060f}, + {11058, -577, -4213, 0x0000} + } +}; + +StandTile tile_379 = { + 0x0fad29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -4167, 0x05fb}, + {11218, -577, -4231, 0x06fa}, + {11063, -577, -4257, 0x0603} + } +}; + +StandTile tile_380 = { + 0x0fac2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -4213, 0x060f}, + {10861, -577, -4290, 0x0613}, + {10962, -577, -4167, 0x0000} + } +}; + +StandTile tile_381 = { + 0x0fac29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -4213, 0x0603}, + {11063, -577, -4257, 0x06f6}, + {10861, -577, -4290, 0x060b} + } +}; + +StandTile tile_382 = { + 0x0fab28, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -4167, 0x060b}, + {10861, -577, -4290, 0x061b}, + {10769, -577, -4167, 0x063b} + } +}; + +StandTile tile_383 = { + 0x0faa2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10769, -577, -4167, 0x061b}, + {10685, -577, -4320, 0x0623}, + {10673, -577, -4213, 0x0000} + } +}; + +StandTile tile_384 = { + 0x0faa29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10769, -577, -4167, 0x0613}, + {10861, -577, -4290, 0x06f2}, + {10685, -577, -4320, 0x0617} + } +}; + +StandTile tile_385 = { + 0x0fa92a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -4213, 0x0623}, + {10449, -577, -4359, 0x062b}, + {10577, -577, -4167, 0x0000} + } +}; + +StandTile tile_386 = { + 0x0fa929, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -4213, 0x0617}, + {10685, -577, -4320, 0x06eb}, + {10449, -577, -4359, 0x061f} + } +}; + +StandTile tile_387 = { + 0x0fa82a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -4167, 0x062b}, + {10449, -577, -4072, 0x0633}, + {10531, -577, -4071, 0x0000} + } +}; + +StandTile tile_388 = { + 0x0fa829, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -4167, 0x061f}, + {10449, -577, -4359, 0x0716}, + {10449, -577, -4072, 0x0627} + } +}; + +StandTile tile_389 = { + 0x0fa72a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10531, -577, -4071, 0x0633}, + {10449, -577, -3888, 0x064b}, + {10577, -577, -3974, 0x0000} + } +}; + +StandTile tile_390 = { + 0x0fa729, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10531, -577, -4071, 0x0627}, + {10449, -577, -4072, 0x0716}, + {10449, -577, -3888, 0x062f} + } +}; + +StandTile tile_391 = { + 0x0fa62a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -4167, 0x063b}, + {10815, -577, -4071, 0x0663}, + {10916, -577, -4071, 0x0000} + } +}; + +StandTile tile_392 = { + 0x0fa629, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -4167, 0x0613}, + {10769, -577, -4167, 0x0000}, + {10815, -577, -4071, 0x0637} + } +}; + +StandTile tile_393 = { + 0x0fa52a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -3974, 0x0643}, + {10769, -577, -3782, 0x067b}, + {10962, -577, -3782, 0x0683} + } +}; + +StandTile tile_394 = { + 0x0fa529, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -3974, 0x065f}, + {10769, -577, -3974, 0x066f}, + {10769, -577, -3782, 0x063f} + } +}; + +StandTile tile_395 = { + 0x0fa428, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -3841, 0x05f7}, + {11154, -577, -3974, 0x0687}, + {11154, -577, -3782, 0x0693} + } +}; + +StandTile tile_396 = { + 0x0fa328, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -3974, 0x062f}, + {10449, -577, -3888, 0x0653}, + {10577, -577, -3782, 0x066b} + } +}; + +StandTile tile_397 = { + 0x0fa22a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -3782, 0x0653}, + {10449, -577, -3686, 0x065b}, + {10531, -577, -3686, 0x0000} + } +}; + +StandTile tile_398 = { + 0x0fa229, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -3782, 0x064b}, + {10449, -577, -3888, 0x0716}, + {10449, -577, -3686, 0x064f} + } +}; + +StandTile tile_399 = { + 0x0fa12a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10531, -577, -3686, 0x065b}, + {10449, -577, -3462, 0x06c3}, + {10577, -577, -3590, 0x0000} + } +}; + +StandTile tile_400 = { + 0x0fa129, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10531, -577, -3686, 0x064f}, + {10449, -577, -3686, 0x0716}, + {10449, -577, -3462, 0x0657} + } +}; + +StandTile tile_401 = { + 0x0fa02a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10916, -577, -4071, 0x0663}, + {10769, -577, -3974, 0x0643}, + {10962, -577, -3974, 0x0000} + } +}; + +StandTile tile_402 = { + 0x0fa029, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10916, -577, -4071, 0x0637}, + {10815, -577, -4071, 0x0000}, + {10769, -577, -3974, 0x065f} + } +}; + +StandTile tile_403 = { + 0x0f9f2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -3943, 0x066b}, + {10577, -577, -3782, 0x0000}, + {10673, -577, -3812, 0x0673} + } +}; + +StandTile tile_404 = { + 0x0f9f29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -3943, 0x0000}, + {10577, -577, -3974, 0x064b}, + {10577, -577, -3782, 0x0667} + } +}; + +StandTile tile_405 = { + 0x0f9e2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10769, -577, -3974, 0x0673}, + {10673, -577, -3812, 0x0000}, + {10769, -577, -3782, 0x0643} + } +}; + +StandTile tile_406 = { + 0x0f9e29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10769, -577, -3974, 0x0000}, + {10673, -577, -3943, 0x0667}, + {10673, -577, -3812, 0x066f} + } +}; + +StandTile tile_407 = { + 0x0f9d2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -3782, 0x067b}, + {10815, -577, -3686, 0x06b7}, + {10916, -577, -3686, 0x0000} + } +}; + +StandTile tile_408 = { + 0x0f9d29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -3782, 0x063f}, + {10769, -577, -3782, 0x0000}, + {10815, -577, -3686, 0x0677} + } +}; + +StandTile tile_409 = { + 0x0f9c2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -3943, 0x0683}, + {10962, -577, -3782, 0x0000}, + {11058, -577, -3812, 0x068b} + } +}; + +StandTile tile_410 = { + 0x0f9c29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -3943, 0x0000}, + {10962, -577, -3974, 0x063f}, + {10962, -577, -3782, 0x067f} + } +}; + +StandTile tile_411 = { + 0x0f9b2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -3974, 0x068b}, + {11058, -577, -3812, 0x0000}, + {11154, -577, -3782, 0x0647} + } +}; + +StandTile tile_412 = { + 0x0f9b29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -3974, 0x0000}, + {11058, -577, -3943, 0x067f}, + {11058, -577, -3812, 0x0687} + } +}; + +StandTile tile_413 = { + 0x0f9a2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -3697, 0x0693}, + {11154, -577, -3782, 0x0000}, + {11200, -577, -3686, 0x069b} + } +}; + +StandTile tile_414 = { + 0x0f9a29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -3697, 0x072a}, + {11218, -577, -3841, 0x0647}, + {11154, -577, -3782, 0x068f} + } +}; + +StandTile tile_415 = { + 0x0f992a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -3697, 0x069b}, + {11154, -577, -3590, 0x06a3}, + {11218, -577, -3526, 0x072a} + } +}; + +StandTile tile_416 = { + 0x0f9929, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -3697, 0x068f}, + {11200, -577, -3686, 0x0000}, + {11154, -577, -3590, 0x0697} + } +}; + +StandTile tile_417 = { + 0x0f982a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -3526, 0x06a3}, + {11058, -577, -3544, 0x06ab}, + {11075, -577, -3514, 0x071f} + } +}; + +StandTile tile_418 = { + 0x0f9829, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -3526, 0x0697}, + {11154, -577, -3590, 0x0000}, + {11058, -577, -3544, 0x069f} + } +}; + +StandTile tile_419 = { + 0x0f972a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11075, -577, -3514, 0x06ab}, + {10962, -577, -3590, 0x06af}, + {10860, -577, -3496, 0x071f} + } +}; + +StandTile tile_420 = { + 0x0f9729, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11075, -577, -3514, 0x069f}, + {11058, -577, -3544, 0x0000}, + {10962, -577, -3590, 0x06a7} + } +}; + +StandTile tile_421 = { + 0x0f9628, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -3590, 0x06b3}, + {10769, -577, -3590, 0x06bf}, + {10860, -577, -3496, 0x06a7} + } +}; + +StandTile tile_422 = { + 0x0f952a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -3590, 0x06b7}, + {10815, -577, -3686, 0x0000}, + {10769, -577, -3590, 0x06af} + } +}; + +StandTile tile_423 = { + 0x0f9529, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -3590, 0x0000}, + {10916, -577, -3686, 0x0677}, + {10815, -577, -3686, 0x06b3} + } +}; + +StandTile tile_424 = { + 0x0f942a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10860, -577, -3496, 0x06bf}, + {10673, -577, -3544, 0x06c7}, + {10717, -577, -3484, 0x071f} + } +}; + +StandTile tile_425 = { + 0x0f9429, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10860, -577, -3496, 0x06af}, + {10769, -577, -3590, 0x0000}, + {10673, -577, -3544, 0x06bb} + } +}; + +StandTile tile_426 = { + 0x0f932a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10717, -577, -3484, 0x06c7}, + {10577, -577, -3590, 0x0657}, + {10449, -577, -3462, 0x071f} + } +}; + +StandTile tile_427 = { + 0x0f9329, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10717, -577, -3484, 0x06bb}, + {10673, -577, -3544, 0x0000}, + {10577, -577, -3590, 0x06c3} + } +}; + +StandTile tile_428 = { + 0x11d228, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -2692, 0x0777}, + {11218, -577, -3397, 0x06d3}, + {11202, -577, -2949, 0x06cf} + } +}; + +StandTile tile_429 = { + 0x11d128, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11202, -577, -2949, 0x0000}, + {11186, -577, -2917, 0x06db}, + {11218, -577, -2692, 0x06cb} + } +}; + +StandTile tile_430 = { + 0x11d02a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -3397, 0x06d7}, + {11170, -577, -2949, 0x0000}, + {11202, -577, -2949, 0x06cb} + } +}; + +StandTile tile_431 = { + 0x11d029, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -3397, 0x071f}, + {10449, -577, -3462, 0x06df}, + {11170, -577, -2949, 0x06d3} + } +}; + +StandTile tile_432 = { + 0x11cf2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11170, -577, -2949, 0x06df}, + {11218, -577, -2692, 0x06cf}, + {11186, -577, -2917, 0x0000} + } +}; + +StandTile tile_433 = { + 0x11cf29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11170, -577, -2949, 0x06d7}, + {10449, -577, -3462, 0x0773}, + {11218, -577, -2692, 0x06db} + } +}; + +StandTile tile_434 = { + 0x10752a, 0x44, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -3526, 0x06e7}, + {7917, -577, -4359, 0x0000}, + {7917, -577, -3526, 0x0000} + } +}; + +StandTile tile_435 = { + 0x107529, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -3526, 0x070a}, + {8065, -577, -4359, 0x07a0}, + {7917, -577, -4359, 0x06e3} + } +}; + +StandTile tile_436 = { + 0x10b828, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 6, + 0x0, 0x4, 0x5, + { + {11218, -577, -4359, 0x0854}, + {11075, -577, -4359, 0x085c}, + {10860, -577, -4359, 0x0870}, + {10717, -577, -4359, 0x087c}, + {10449, -577, -4359, 0x0623}, + {10685, -577, -4320, 0x06f2} + } +}; + +StandTile tile_437 = { + 0x10ba28, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -4359, 0x06eb}, + {10685, -577, -4320, 0x061b}, + {10861, -577, -4290, 0x06f6} + } +}; + +StandTile tile_438 = { + 0x10b928, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -4359, 0x06f2}, + {10861, -577, -4290, 0x060f}, + {11063, -577, -4257, 0x06fa} + } +}; + +StandTile tile_439 = { + 0x107428, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -4231, 0x0000}, + {11218, -577, -4359, 0x06f6}, + {11063, -577, -4257, 0x0607} + } +}; + +StandTile tile_440 = { + 0x0ece2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8782, -577, -3462, 0x0702}, + {9017, -577, -4359, 0x08d2}, + {8782, -577, -4359, 0x0712} + } +}; + +StandTile tile_441 = { + 0x0ece29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8782, -577, -3462, 0x0532}, + {9615, -577, -3462, 0x0706}, + {9017, -577, -4359, 0x06fe} + } +}; + +StandTile tile_442 = { + 0x0ed028, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9017, -577, -4359, 0x0702}, + {9615, -577, -3462, 0x0716}, + {10449, -577, -4359, 0x08ce} + } +}; + +StandTile tile_443 = { + 0x0ed628, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -3526, 0x070e}, + {8553, -577, -4359, 0x08c6}, + {8065, -577, -4359, 0x06e7} + } +}; + +StandTile tile_444 = { + 0x0edc2a, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -3526, 0x0712}, + {8782, -577, -4359, 0x08c2}, + {8553, -577, -4359, 0x070a} + } +}; + +StandTile tile_445 = { + 0x0edc29, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -3526, 0x0749}, + {8782, -577, -3462, 0x06fe}, + {8782, -577, -4359, 0x070e} + } +}; + +StandTile tile_446 = { + 0x004e28, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 8, + 0x0, 0x1, 0x4, + { + {10449, -577, -4359, 0x0706}, + {9615, -577, -3462, 0x0501}, + {9733, -577, -3462, 0x0000}, + {9872, -577, -3462, 0x0505}, + {10449, -577, -3462, 0x065b}, + {10449, -577, -3686, 0x0653}, + {10449, -577, -3888, 0x0633}, + {10449, -577, -4072, 0x062b} + } +}; + +StandTile tile_447 = { + 0x004b28, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 6, + 0x0, 0x1, 0x2, + { + {10449, -577, -3462, 0x06d7}, + {11218, -577, -3397, 0x0000}, + {11218, -577, -3526, 0x069f}, + {11075, -577, -3514, 0x06a7}, + {10860, -577, -3496, 0x06bb}, + {10717, -577, -3484, 0x06c3} + } +}; + +StandTile tile_448 = { + 0x004a28, 0x44, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -3526, 0x0000}, + {11346, -577, -3526, 0x0731}, + {11346, -577, -4231, 0x072a} + } +}; + +StandTile tile_449 = { + 0x004928, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 6, + 0x0, 0x1, 0x5, + { + {11346, -577, -4231, 0x0000}, + {11218, -577, -4231, 0x05ff}, + {11218, -577, -4077, 0x05f7}, + {11218, -577, -3841, 0x0693}, + {11218, -577, -3697, 0x0697}, + {11218, -577, -3526, 0x0726} + } +}; + +StandTile tile_450 = { + 0x004828, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11346, -577, -3526, 0x0735}, + {11603, -577, -4231, 0x0741}, + {11346, -577, -4231, 0x0726} + } +}; + +StandTile tile_451 = { + 0x004728, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11346, -577, -3526, 0x0783}, + {11603, -577, -3526, 0x0739}, + {11603, -577, -4231, 0x0731} + } +}; + +StandTile tile_452 = { + 0x004628, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11603, -577, -4231, 0x0735}, + {11603, -577, -3526, 0x0000}, + {11667, -577, -3526, 0x073d} + } +}; + +StandTile tile_453 = { + 0x004528, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11667, -577, -3526, 0x0000}, + {11667, -577, -4231, 0x0000}, + {11603, -577, -4231, 0x0739} + } +}; + +StandTile tile_454 = { + 0x004428, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11346, -577, -4231, 0x0731}, + {11603, -577, -4231, 0x0745}, + {11346, -577, -4359, 0x0000} + } +}; + +StandTile tile_455 = { + 0x004328, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11346, -577, -4359, 0x0741}, + {11603, -577, -4231, 0x0000}, + {11603, -577, -4359, 0x0893} + } +}; + +StandTile tile_456 = { + 0x001c28, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -3526, 0x0000}, + {8013, -577, -3397, 0x053e}, + {8782, -577, -3462, 0x0712} + } +}; + +StandTile tile_457 = { + 0x001b28, 0x44, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -2628, 0x0000}, + {8718, -577, -2628, 0x0000}, + {8718, -577, -2692, 0x0751} + } +}; + +StandTile tile_458 = { + 0x001a28, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -2692, 0x0000}, + {8013, -577, -2628, 0x074d}, + {8718, -577, -2692, 0x0552} + } +}; + +StandTile tile_459 = { + 0x001928, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -3397, 0x0000}, + {7949, -577, -3397, 0x0000}, + {7949, -577, -2692, 0x0759} + } +}; + +StandTile tile_460 = { + 0x001828, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x2, + { + {8013, -577, -3397, 0x0755}, + {7949, -577, -2692, 0x0000}, + {8013, -577, -2692, 0x054e}, + {8013, -577, -3013, 0x0546}, + {8013, -577, -3141, 0x0536} + } +}; + +StandTile tile_461 = { + 0x001428, 0x44, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8846, -577, -2628, 0x0000}, + {9551, -577, -2628, 0x0000}, + {9551, -577, -2692, 0x0763} + } +}; + +StandTile tile_462 = { + 0x001328, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {8846, -577, -2692, 0x0000}, + {8846, -577, -2628, 0x075f}, + {9551, -577, -2692, 0x055a} + } +}; + +StandTile tile_463 = { + 0x000d28, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {10385, -577, -2692, 0x0511}, + {9679, -577, -2692, 0x0000}, + {9679, -577, -2628, 0x076b} + } +}; + +StandTile tile_464 = { + 0x000c28, 0x44, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {9679, -577, -2628, 0x0000}, + {10385, -577, -2628, 0x0000}, + {10385, -577, -2692, 0x0767} + } +}; + +StandTile tile_465 = { + 0x000b28, 0x44, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {10385, -577, -2692, 0x0000}, + {10513, -577, -2692, 0x0773}, + {10449, -577, -3462, 0x0509} + } +}; + +StandTile tile_466 = { + 0x000a28, 0x44, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {10513, -577, -2692, 0x078b}, + {11218, -577, -2692, 0x06df}, + {10449, -577, -3462, 0x076f} + } +}; + +StandTile tile_467 = { + 0x000828, 0x44, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -3397, 0x06cb}, + {11218, -577, -2692, 0x077b}, + {11346, -577, -3397, 0x0000} + } +}; + +StandTile tile_468 = { + 0x000728, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -2692, 0x077f}, + {11603, -577, -3397, 0x0787}, + {11346, -577, -3397, 0x0777} + } +}; + +StandTile tile_469 = { + 0x000628, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11667, -577, -3397, 0x0000}, + {11603, -577, -3397, 0x077b}, + {11218, -577, -2692, 0x0793} + } +}; + +StandTile tile_470 = { + 0x000528, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11346, -577, -3526, 0x0787}, + {11603, -577, -3397, 0x0000}, + {11603, -577, -3526, 0x0735} + } +}; + +StandTile tile_471 = { + 0x000428, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11346, -577, -3526, 0x0000}, + {11346, -577, -3397, 0x077b}, + {11603, -577, -3397, 0x0783} + } +}; + +StandTile tile_472 = { + 0x000328, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -2692, 0x0773}, + {10513, -577, -2692, 0x0000}, + {10513, -577, -2628, 0x078f} + } +}; + +StandTile tile_473 = { + 0x000228, 0x44, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {10513, -577, -2628, 0x0000}, + {11218, -577, -2628, 0x0000}, + {11218, -577, -2692, 0x078b} + } +}; + +StandTile tile_474 = { + 0x000128, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -2692, 0x0000}, + {11667, -577, -2692, 0x0000}, + {11667, -577, -3397, 0x077f} + } +}; + +StandTile tile_475 = { + 0x107828, 0x43, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {7917, -577, -4952, 0x08b2}, + {8013, -577, -5064, 0x0968}, + {7928, -577, -5064, 0x0aec}, + {7917, -577, -5064, 0x0000} + } +}; + +StandTile tile_476 = { + 0x107728, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8782, -577, -4712, 0x08a6}, + {8077, -577, -4792, 0x0000}, + {8077, -577, -4551, 0x08ca} + } +}; + +StandTile tile_477 = { + 0x10762a, 0x43, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {8065, -577, -4359, 0x07a4}, + {7917, -577, -4471, 0x0000}, + {7917, -577, -4359, 0x06e7} + } +}; + +StandTile tile_478 = { + 0x107629, 0x43, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {8065, -577, -4359, 0x08c6}, + {8077, -577, -4551, 0x0000}, + {7917, -577, -4471, 0x07a0} + } +}; + +StandTile tile_479 = { + 0x0fd82a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -4808, 0x07ac}, + {11218, -577, -4911, 0x07b4}, + {11200, -577, -4904, 0x0000} + } +}; + +StandTile tile_480 = { + 0x0fd829, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -4808, 0x07fc}, + {11218, -577, -4674, 0x0880}, + {11218, -577, -4911, 0x07a8} + } +}; + +StandTile tile_481 = { + 0x0fd72a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11200, -577, -4904, 0x07b4}, + {11218, -577, -5064, 0x07bc}, + {11154, -577, -5000, 0x0000} + } +}; + +StandTile tile_482 = { + 0x0fd729, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11200, -577, -4904, 0x07a8}, + {11218, -577, -4911, 0x0880}, + {11218, -577, -5064, 0x07b0} + } +}; + +StandTile tile_483 = { + 0x0fd62a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -5000, 0x07bc}, + {11063, -577, -5064, 0x07c4}, + {11058, -577, -5046, 0x0000} + } +}; + +StandTile tile_484 = { + 0x0fd629, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -5000, 0x07b0}, + {11218, -577, -5064, 0x0919}, + {11063, -577, -5064, 0x07b8} + } +}; + +StandTile tile_485 = { + 0x0fd52a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -5046, 0x07c4}, + {10861, -577, -5064, 0x07c8}, + {10962, -577, -5000, 0x0000} + } +}; + +StandTile tile_486 = { + 0x0fd529, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -5046, 0x07b8}, + {11063, -577, -5064, 0x0919}, + {10861, -577, -5064, 0x07c0} + } +}; + +StandTile tile_487 = { + 0x0fd428, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -5000, 0x07c0}, + {10861, -577, -5064, 0x07d0}, + {10769, -577, -5000, 0x07f0} + } +}; + +StandTile tile_488 = { + 0x0fd32a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10769, -577, -5000, 0x07d0}, + {10685, -577, -5064, 0x07d8}, + {10673, -577, -5046, 0x0000} + } +}; + +StandTile tile_489 = { + 0x0fd329, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10769, -577, -5000, 0x07c8}, + {10861, -577, -5064, 0x0919}, + {10685, -577, -5064, 0x07cc} + } +}; + +StandTile tile_490 = { + 0x0fd22a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -5046, 0x07d8}, + {10449, -577, -5064, 0x07e0}, + {10577, -577, -5000, 0x0000} + } +}; + +StandTile tile_491 = { + 0x0fd229, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -5046, 0x07cc}, + {10685, -577, -5064, 0x0919}, + {10449, -577, -5064, 0x07d4} + } +}; + +StandTile tile_492 = { + 0x0fd12a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -5000, 0x07e0}, + {10449, -577, -4905, 0x07e8}, + {10531, -577, -4904, 0x0000} + } +}; + +StandTile tile_493 = { + 0x0fd129, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -5000, 0x07d4}, + {10449, -577, -5064, 0x089b}, + {10449, -577, -4905, 0x07dc} + } +}; + +StandTile tile_494 = { + 0x0fd02a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10531, -577, -4904, 0x07e8}, + {10449, -577, -4722, 0x0800}, + {10577, -577, -4808, 0x0000} + } +}; + +StandTile tile_495 = { + 0x0fd029, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10531, -577, -4904, 0x07dc}, + {10449, -577, -4905, 0x089b}, + {10449, -577, -4722, 0x07e4} + } +}; + +StandTile tile_496 = { + 0x0fcf2a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -5000, 0x07f0}, + {10815, -577, -4904, 0x0818}, + {10916, -577, -4904, 0x0000} + } +}; + +StandTile tile_497 = { + 0x0fcf29, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -5000, 0x07c8}, + {10769, -577, -5000, 0x0000}, + {10815, -577, -4904, 0x07ec} + } +}; + +StandTile tile_498 = { + 0x0fce2a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -4808, 0x07f8}, + {10769, -577, -4615, 0x0830}, + {10962, -577, -4615, 0x0838} + } +}; + +StandTile tile_499 = { + 0x0fce29, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -4808, 0x0814}, + {10769, -577, -4808, 0x0824}, + {10769, -577, -4615, 0x07f4} + } +}; + +StandTile tile_500 = { + 0x0fcd28, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -4674, 0x07ac}, + {11154, -577, -4808, 0x083c}, + {11154, -577, -4615, 0x0848} + } +}; + +StandTile tile_501 = { + 0x0fcc28, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -4808, 0x07e4}, + {10449, -577, -4722, 0x0808}, + {10577, -577, -4615, 0x0820} + } +}; + +StandTile tile_502 = { + 0x0fcb2a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -4615, 0x0808}, + {10449, -577, -4519, 0x0810}, + {10531, -577, -4519, 0x0000} + } +}; + +StandTile tile_503 = { + 0x0fcb29, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -4615, 0x0800}, + {10449, -577, -4722, 0x089b}, + {10449, -577, -4519, 0x0804} + } +}; + +StandTile tile_504 = { + 0x0fca2a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10531, -577, -4519, 0x0810}, + {10449, -577, -4359, 0x0878}, + {10577, -577, -4423, 0x0000} + } +}; + +StandTile tile_505 = { + 0x0fca29, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10531, -577, -4519, 0x0804}, + {10449, -577, -4519, 0x089b}, + {10449, -577, -4359, 0x080c} + } +}; + +StandTile tile_506 = { + 0x0fc92a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10916, -577, -4904, 0x0818}, + {10769, -577, -4808, 0x07f8}, + {10962, -577, -4808, 0x0000} + } +}; + +StandTile tile_507 = { + 0x0fc929, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10916, -577, -4904, 0x07ec}, + {10815, -577, -4904, 0x0000}, + {10769, -577, -4808, 0x0814} + } +}; + +StandTile tile_508 = { + 0x0fc82a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -4776, 0x0820}, + {10577, -577, -4615, 0x0000}, + {10673, -577, -4646, 0x0828} + } +}; + +StandTile tile_509 = { + 0x0fc829, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -4776, 0x0000}, + {10577, -577, -4808, 0x0800}, + {10577, -577, -4615, 0x081c} + } +}; + +StandTile tile_510 = { + 0x0fc72a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10769, -577, -4808, 0x0828}, + {10673, -577, -4646, 0x0000}, + {10769, -577, -4615, 0x07f8} + } +}; + +StandTile tile_511 = { + 0x0fc729, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10769, -577, -4808, 0x0000}, + {10673, -577, -4776, 0x081c}, + {10673, -577, -4646, 0x0824} + } +}; + +StandTile tile_512 = { + 0x0fc62a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -4615, 0x0830}, + {10815, -577, -4519, 0x086c}, + {10916, -577, -4519, 0x0000} + } +}; + +StandTile tile_513 = { + 0x0fc629, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -4615, 0x07f4}, + {10769, -577, -4615, 0x0000}, + {10815, -577, -4519, 0x082c} + } +}; + +StandTile tile_514 = { + 0x0fc52a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -4776, 0x0838}, + {10962, -577, -4615, 0x0000}, + {11058, -577, -4646, 0x0840} + } +}; + +StandTile tile_515 = { + 0x0fc529, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -4776, 0x0000}, + {10962, -577, -4808, 0x07f4}, + {10962, -577, -4615, 0x0834} + } +}; + +StandTile tile_516 = { + 0x0fc42a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -4808, 0x0840}, + {11058, -577, -4646, 0x0000}, + {11154, -577, -4615, 0x07fc} + } +}; + +StandTile tile_517 = { + 0x0fc429, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -4808, 0x0000}, + {11058, -577, -4776, 0x0834}, + {11058, -577, -4646, 0x083c} + } +}; + +StandTile tile_518 = { + 0x0fc32a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -4530, 0x0848}, + {11154, -577, -4615, 0x0000}, + {11200, -577, -4519, 0x0850} + } +}; + +StandTile tile_519 = { + 0x0fc329, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -4530, 0x0880}, + {11218, -577, -4674, 0x07fc}, + {11154, -577, -4615, 0x0844} + } +}; + +StandTile tile_520 = { + 0x0fc22a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -4530, 0x0850}, + {11154, -577, -4423, 0x0858}, + {11218, -577, -4359, 0x0880} + } +}; + +StandTile tile_521 = { + 0x0fc229, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -4530, 0x0844}, + {11200, -577, -4519, 0x0000}, + {11154, -577, -4423, 0x084c} + } +}; + +StandTile tile_522 = { + 0x0fc12a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -4359, 0x0858}, + {11058, -577, -4377, 0x0860}, + {11075, -577, -4359, 0x06eb} + } +}; + +StandTile tile_523 = { + 0x0fc129, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -4359, 0x084c}, + {11154, -577, -4423, 0x0000}, + {11058, -577, -4377, 0x0854} + } +}; + +StandTile tile_524 = { + 0x0fc02a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11075, -577, -4359, 0x0860}, + {10962, -577, -4423, 0x0864}, + {10860, -577, -4359, 0x06eb} + } +}; + +StandTile tile_525 = { + 0x0fc029, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11075, -577, -4359, 0x0854}, + {11058, -577, -4377, 0x0000}, + {10962, -577, -4423, 0x085c} + } +}; + +StandTile tile_526 = { + 0x0fbf28, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -4423, 0x0868}, + {10769, -577, -4423, 0x0874}, + {10860, -577, -4359, 0x085c} + } +}; + +StandTile tile_527 = { + 0x0fbe2a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -4423, 0x086c}, + {10815, -577, -4519, 0x0000}, + {10769, -577, -4423, 0x0864} + } +}; + +StandTile tile_528 = { + 0x0fbe29, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -4423, 0x0000}, + {10916, -577, -4519, 0x082c}, + {10815, -577, -4519, 0x0868} + } +}; + +StandTile tile_529 = { + 0x0fbd2a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10860, -577, -4359, 0x0874}, + {10673, -577, -4377, 0x087c}, + {10717, -577, -4359, 0x06eb} + } +}; + +StandTile tile_530 = { + 0x0fbd29, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10860, -577, -4359, 0x0864}, + {10769, -577, -4423, 0x0000}, + {10673, -577, -4377, 0x0870} + } +}; + +StandTile tile_531 = { + 0x104928, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -4377, 0x0000}, + {10577, -577, -4423, 0x080c}, + {10449, -577, -4359, 0x087c} + } +}; + +StandTile tile_532 = { + 0x0fbc28, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10717, -577, -4359, 0x0870}, + {10673, -577, -4377, 0x0878}, + {10449, -577, -4359, 0x06eb} + } +}; + +StandTile tile_533 = { + 0x003b28, 0x43, + 0x0, + 0xb, 0xb, 0xb, + 6, + 0x0, 0x1, 0x5, + { + {11346, -577, -5064, 0x0000}, + {11218, -577, -5064, 0x07b4}, + {11218, -577, -4911, 0x07ac}, + {11218, -577, -4674, 0x0848}, + {11218, -577, -4530, 0x084c}, + {11218, -577, -4359, 0x0897} + } +}; + +StandTile tile_534 = { + 0x003e28, 0x43, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11667, -577, -4359, 0x0000}, + {11667, -577, -5064, 0x0000}, + {11603, -577, -5064, 0x088b} + } +}; + +StandTile tile_535 = { + 0x003f28, 0x43, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11603, -577, -5064, 0x088f}, + {11603, -577, -4359, 0x0000}, + {11667, -577, -4359, 0x0887} + } +}; + +StandTile tile_536 = { + 0x004028, 0x43, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11603, -577, -5064, 0x08f9}, + {11346, -577, -5064, 0x0893}, + {11603, -577, -4359, 0x088b} + } +}; + +StandTile tile_537 = { + 0x004128, 0x43, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11346, -577, -5064, 0x0897}, + {11346, -577, -4359, 0x0745}, + {11603, -577, -4359, 0x088f} + } +}; + +StandTile tile_538 = { + 0x004228, 0x43, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -4359, 0x0000}, + {11346, -577, -4359, 0x0893}, + {11346, -577, -5064, 0x0880} + } +}; + +StandTile tile_539 = { + 0x005328, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 6, + 0x0, 0x4, 0x5, + { + {10449, -577, -4359, 0x0810}, + {10449, -577, -4519, 0x0808}, + {10449, -577, -4722, 0x07e8}, + {10449, -577, -4905, 0x07e0}, + {10449, -577, -5064, 0x08be}, + {8782, -577, -4712, 0x08ce} + } +}; + +StandTile tile_540 = { + 0x0eb82a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8241, -577, -5064, 0x08a6}, + {8782, -577, -4712, 0x08ba}, + {8782, -577, -5064, 0x0968} + } +}; + +StandTile tile_541 = { + 0x0eb829, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8241, -577, -5064, 0x08aa}, + {8077, -577, -4792, 0x079c}, + {8782, -577, -4712, 0x08a2} + } +}; + +StandTile tile_542 = { + 0x0eb62a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8201, -577, -5064, 0x08ae}, + {8077, -577, -4792, 0x08a6}, + {8241, -577, -5064, 0x0968} + } +}; + +StandTile tile_543 = { + 0x0eb629, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8201, -577, -5064, 0x08b6}, + {8077, -577, -4872, 0x0000}, + {8077, -577, -4792, 0x08aa} + } +}; + +StandTile tile_544 = { + 0x0eb42a, 0x43, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {7917, -577, -4952, 0x08b6}, + {8201, -577, -5064, 0x0968}, + {8013, -577, -5064, 0x0797} + } +}; + +StandTile tile_545 = { + 0x0eb429, 0x43, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {7917, -577, -4952, 0x0000}, + {8077, -577, -4872, 0x08ae}, + {8201, -577, -5064, 0x08b2} + } +}; + +StandTile tile_546 = { + 0x0eaa28, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8782, -577, -5064, 0x08a2}, + {8782, -577, -4712, 0x08be}, + {9252, -577, -5064, 0x0af4} + } +}; + +StandTile tile_547 = { + 0x0ea828, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8782, -577, -4712, 0x089b}, + {10449, -577, -5064, 0x08fd}, + {9252, -577, -5064, 0x08ba} + } +}; + +StandTile tile_548 = { + 0x0edd28, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8782, -577, -4359, 0x08d2}, + {8782, -577, -4712, 0x08ca}, + {8553, -577, -4359, 0x070e} + } +}; + +StandTile tile_549 = { + 0x0ed72a, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8553, -577, -4359, 0x08ca}, + {8077, -577, -4551, 0x07a4}, + {8065, -577, -4359, 0x070a} + } +}; + +StandTile tile_550 = { + 0x0ed729, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8553, -577, -4359, 0x08c2}, + {8782, -577, -4712, 0x079c}, + {8077, -577, -4551, 0x08c6} + } +}; + +StandTile tile_551 = { + 0x0ed128, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8782, -577, -4712, 0x08d2}, + {9017, -577, -4359, 0x0706}, + {10449, -577, -4359, 0x089b} + } +}; + +StandTile tile_552 = { + 0x0ecf28, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9017, -577, -4359, 0x08ce}, + {8782, -577, -4712, 0x08c2}, + {8782, -577, -4359, 0x06fe} + } +}; + +StandTile tile_553 = { + 0x0de328, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9968, -577, -6234, 0x0000}, + {9776, -577, -6234, 0x0000}, + {9776, -577, -6218, 0x0ac3} + } +}; + +StandTile tile_554 = { + 0x0de128, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9455, -577, -6218, 0x0000}, + {9455, -577, -6234, 0x0000}, + {9295, -577, -6234, 0x0adb} + } +}; + +StandTile tile_555 = { + 0x002e28, 0x42, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -6026, 0x0000}, + {11250, -577, -6026, 0x0000}, + {11250, -577, -6234, 0x0ae8} + } +}; + +StandTile tile_556 = { + 0x003128, 0x42, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11603, -577, -5192, 0x0000}, + {11667, -577, -5192, 0x0000}, + {11667, -577, -5897, 0x08e6} + } +}; + +StandTile tile_557 = { + 0x003228, 0x42, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5897, 0x08ea}, + {11603, -577, -5192, 0x08e2}, + {11667, -577, -5897, 0x0000} + } +}; + +StandTile tile_558 = { + 0x003328, 0x42, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {11346, -577, -5192, 0x08f5}, + {11603, -577, -5192, 0x08e6}, + {11218, -577, -5897, 0x08ee} + } +}; + +StandTile tile_559 = { + 0x003428, 0x42, + 0x0, + 0x8, 0x8, 0x8, + 6, + 0x0, 0x1, 0x5, + { + {11346, -577, -5192, 0x08ea}, + {11218, -577, -5897, 0x0a0b}, + {11218, -577, -5744, 0x0a2f}, + {11218, -577, -5554, 0x0a33}, + {11218, -577, -5363, 0x0a8b}, + {11218, -577, -5192, 0x0000} + } +}; + +StandTile tile_560 = { + 0x003c28, 0x42, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11603, -577, -5192, 0x08ea}, + {11346, -577, -5192, 0x0000}, + {11346, -577, -5064, 0x08f9} + } +}; + +StandTile tile_561 = { + 0x003d28, 0x42, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11346, -577, -5064, 0x088f}, + {11603, -577, -5064, 0x0000}, + {11603, -577, -5192, 0x08f5} + } +}; + +StandTile tile_562 = { + 0x117728, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9252, -577, -5064, 0x08be}, + {10449, -577, -5064, 0x0a6f}, + {10466, -577, -5350, 0x0901} + } +}; + +StandTile tile_563 = { + 0x117628, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9252, -577, -5064, 0x08fd}, + {10466, -577, -5350, 0x0a53}, + {10477, -577, -5541, 0x0905} + } +}; + +StandTile tile_564 = { + 0x117528, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9252, -577, -5064, 0x0901}, + {10477, -577, -5541, 0x0a47}, + {10488, -577, -5732, 0x0909} + } +}; + +StandTile tile_565 = { + 0x10ab28, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10497, -577, -5881, 0x0af4}, + {9252, -577, -5064, 0x0905}, + {10488, -577, -5732, 0x09e3} + } +}; + +StandTile tile_566 = { + 0x10b728, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5064, 0x0000}, + {11218, -577, -5192, 0x0a93}, + {11072, -577, -5168, 0x0911} + } +}; + +StandTile tile_567 = { + 0x10b628, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5064, 0x090d}, + {11072, -577, -5168, 0x0a9b}, + {10866, -577, -5134, 0x0915} + } +}; + +StandTile tile_568 = { + 0x10b528, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5064, 0x0911}, + {10866, -577, -5134, 0x0aaf}, + {10729, -577, -5111, 0x0919} + } +}; + +StandTile tile_569 = { + 0x107128, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 6, + 0x0, 0x4, 0x5, + { + {10449, -577, -5064, 0x07d8}, + {10685, -577, -5064, 0x07d0}, + {10861, -577, -5064, 0x07c4}, + {11063, -577, -5064, 0x07bc}, + {11218, -577, -5064, 0x0915}, + {10729, -577, -5111, 0x0ab7} + } +}; + +StandTile tile_570 = { + 0x10b428, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -6026, 0x0ae8}, + {10497, -577, -5881, 0x09eb}, + {10677, -577, -5885, 0x0924} + } +}; + +StandTile tile_571 = { + 0x10b328, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -6026, 0x0920}, + {10677, -577, -5885, 0x09f3}, + {10857, -577, -5889, 0x0928} + } +}; + +StandTile tile_572 = { + 0x10b228, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -6026, 0x0924}, + {10857, -577, -5889, 0x09ff}, + {11038, -577, -5893, 0x092c} + } +}; + +StandTile tile_573 = { + 0x106e28, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5897, 0x0000}, + {11218, -577, -6026, 0x0928}, + {11038, -577, -5893, 0x0a07} + } +}; + +StandTile tile_574 = { + 0x11b32a, 0x42, + 0x1, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {8157, -449, -6234, 0x0934}, + {8285, -449, -6194, 0x0000}, + {8285, -449, -6234, 0x02d5} + } +}; + +StandTile tile_575 = { + 0x11b329, 0x42, + 0x1, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {8157, -449, -6234, 0x0000}, + {8157, -449, -6194, 0x0997}, + {8285, -449, -6194, 0x0930} + } +}; + +StandTile tile_576 = { + 0x11142a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8301, -433, -5087, 0x093c}, + {8301, -577, -6194, 0x0000}, + {8301, -433, -6194, 0x09ab} + } +}; + +StandTile tile_577 = { + 0x111429, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8301, -433, -5087, 0x0944}, + {8301, -577, -5087, 0x097b}, + {8301, -577, -6194, 0x0938} + } +}; + +StandTile tile_578 = { + 0x11132a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8141, -577, -5087, 0x0944}, + {8301, -433, -5087, 0x099f}, + {8141, -433, -5087, 0x094c} + } +}; + +StandTile tile_579 = { + 0x111329, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8141, -577, -5087, 0x0964}, + {8301, -577, -5087, 0x093c}, + {8301, -433, -5087, 0x0940} + } +}; + +StandTile tile_580 = { + 0x11122a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8141, -577, -5087, 0x094c}, + {8141, -433, -6194, 0x0000}, + {8141, -577, -6194, 0x095c} + } +}; + +StandTile tile_581 = { + 0x111229, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8141, -577, -5087, 0x0940}, + {8141, -433, -5087, 0x09af}, + {8141, -433, -6194, 0x0948} + } +}; + +StandTile tile_582 = { + 0x11112a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8138, -577, -6234, 0x0954}, + {8013, -577, -6026, 0x0958}, + {8141, -577, -6194, 0x0000} + } +}; + +StandTile tile_583 = { + 0x111129, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8138, -577, -6234, 0x0000}, + {7949, -577, -6234, 0x0abf}, + {8013, -577, -6026, 0x0950} + } +}; + +StandTile tile_584 = { + 0x111028, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -6026, 0x0000}, + {8013, -577, -5897, 0x0960}, + {8141, -577, -6194, 0x0950} + } +}; + +StandTile tile_585 = { + 0x110f2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8141, -577, -6194, 0x0960}, + {7928, -577, -5064, 0x0968}, + {8141, -577, -5087, 0x0948} + } +}; + +StandTile tile_586 = { + 0x110f29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8141, -577, -6194, 0x0958}, + {8013, -577, -5897, 0x0aec}, + {7928, -577, -5064, 0x095c} + } +}; + +StandTile tile_587 = { + 0x110e2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8141, -577, -5087, 0x0968}, + {8782, -577, -5064, 0x097b}, + {8301, -577, -5087, 0x0944} + } +}; + +StandTile tile_588 = { + 0x110e29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 6, + 0x0, 0x1, 0x5, + { + {8141, -577, -5087, 0x095c}, + {7928, -577, -5064, 0x0797}, + {8013, -577, -5064, 0x08b2}, + {8201, -577, -5064, 0x08aa}, + {8241, -577, -5064, 0x08a2}, + {8782, -577, -5064, 0x0964} + } +}; + +StandTile tile_589 = { + 0x110d2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8311, -577, -6234, 0x0973}, + {8782, -577, -5881, 0x0adf}, + {9295, -577, -6234, 0x0000} + } +}; + +StandTile tile_590 = { + 0x110d29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8311, -577, -6234, 0x0000}, + {8301, -577, -6194, 0x0977}, + {8782, -577, -5881, 0x096f} + } +}; + +StandTile tile_591 = { + 0x110c2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8301, -577, -6194, 0x097b}, + {8782, -577, -5064, 0x0af8}, + {8782, -577, -5881, 0x0973} + } +}; + +StandTile tile_592 = { + 0x110c29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8301, -577, -6194, 0x093c}, + {8301, -577, -5087, 0x0964}, + {8782, -577, -5064, 0x0977} + } +}; + +StandTile tile_593 = { + 0x110a2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8157, -433, -5099, 0x0983}, + {8157, -449, -6194, 0x0000}, + {8157, -433, -6194, 0x09b3} + } +}; + +StandTile tile_594 = { + 0x110a29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8157, -433, -5099, 0x098b}, + {8157, -449, -5111, 0x099b}, + {8157, -449, -6194, 0x097f} + } +}; + +StandTile tile_595 = { + 0x11092a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8157, -449, -5111, 0x098b}, + {8285, -433, -5099, 0x0993}, + {8285, -449, -5111, 0x099b} + } +}; + +StandTile tile_596 = { + 0x110929, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8157, -449, -5111, 0x0983}, + {8157, -433, -5099, 0x09a3}, + {8285, -433, -5099, 0x0987} + } +}; + +StandTile tile_597 = { + 0x11082a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8285, -449, -5111, 0x0993}, + {8285, -433, -6194, 0x0000}, + {8285, -449, -6194, 0x0997} + } +}; + +StandTile tile_598 = { + 0x110829, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8285, -449, -5111, 0x0987}, + {8285, -433, -5099, 0x09a7}, + {8285, -433, -6194, 0x098f} + } +}; + +StandTile tile_599 = { + 0x11012a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8157, -449, -6194, 0x099b}, + {8285, -449, -5111, 0x098f}, + {8285, -449, -6194, 0x0934} + } +}; + +StandTile tile_600 = { + 0x110129, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8157, -449, -6194, 0x0983}, + {8157, -449, -5111, 0x0987}, + {8285, -449, -5111, 0x0997} + } +}; + +StandTile tile_601 = { + 0x10fb2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8301, -433, -5087, 0x09a3}, + {8157, -433, -5099, 0x09b3}, + {8141, -433, -5087, 0x0940} + } +}; + +StandTile tile_602 = { + 0x10fb29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8301, -433, -5087, 0x09ab}, + {8285, -433, -5099, 0x098b}, + {8157, -433, -5099, 0x099f} + } +}; + +StandTile tile_603 = { + 0x10f82a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8285, -433, -5099, 0x09ab}, + {8301, -433, -6194, 0x0000}, + {8285, -433, -6194, 0x0993} + } +}; + +StandTile tile_604 = { + 0x10f829, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8285, -433, -5099, 0x09a3}, + {8301, -433, -5087, 0x0938}, + {8301, -433, -6194, 0x09a7} + } +}; + +StandTile tile_605 = { + 0x10f52a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8141, -433, -5087, 0x09b3}, + {8157, -433, -6194, 0x0000}, + {8141, -433, -6194, 0x094c} + } +}; + +StandTile tile_606 = { + 0x10f529, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8141, -433, -5087, 0x099f}, + {8157, -433, -5099, 0x097f}, + {8157, -433, -6194, 0x09af} + } +}; + +StandTile tile_607 = { + 0x102c2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -5610, 0x09bb}, + {11200, -577, -5737, 0x0a0f}, + {11154, -577, -5833, 0x09cb} + } +}; + +StandTile tile_608 = { + 0x102c29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -5610, 0x0a3f}, + {11154, -577, -5641, 0x0a2b}, + {11200, -577, -5737, 0x09b7} + } +}; + +StandTile tile_609 = { + 0x102d2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -5879, 0x09c3}, + {10916, -577, -5737, 0x09cf}, + {10962, -577, -5641, 0x09c7} + } +}; + +StandTile tile_610 = { + 0x102d29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -5879, 0x09fb}, + {10962, -577, -5833, 0x09d7}, + {10916, -577, -5737, 0x09bf} + } +}; + +StandTile tile_611 = { + 0x101f2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -5610, 0x09cb}, + {11058, -577, -5879, 0x09bf}, + {10962, -577, -5641, 0x0a87} + } +}; + +StandTile tile_612 = { + 0x101f29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -5610, 0x09b7}, + {11154, -577, -5833, 0x0a03}, + {11058, -577, -5879, 0x09c7} + } +}; + +StandTile tile_613 = { + 0x10202a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10815, -577, -5737, 0x09d3}, + {10962, -577, -5641, 0x09bf}, + {10916, -577, -5737, 0x09db} + } +}; + +StandTile tile_614 = { + 0x102029, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10815, -577, -5737, 0x0a17}, + {10769, -577, -5641, 0x0a67}, + {10962, -577, -5641, 0x09cf} + } +}; + +StandTile tile_615 = { + 0x10212a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10769, -577, -5833, 0x09db}, + {10916, -577, -5737, 0x09c3}, + {10962, -577, -5833, 0x09f7} + } +}; + +StandTile tile_616 = { + 0x102129, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10769, -577, -5833, 0x0a13}, + {10815, -577, -5737, 0x09cf}, + {10916, -577, -5737, 0x09d7} + } +}; + +StandTile tile_617 = { + 0x10272a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10497, -577, -5881, 0x09e3}, + {10531, -577, -5737, 0x0a1f}, + {10577, -577, -5833, 0x09eb} + } +}; + +StandTile tile_618 = { + 0x102729, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10497, -577, -5881, 0x0909}, + {10488, -577, -5732, 0x0a4b}, + {10531, -577, -5737, 0x09df} + } +}; + +StandTile tile_619 = { + 0x10252a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10677, -577, -5885, 0x09eb}, + {10577, -577, -5833, 0x0a1f}, + {10673, -577, -5879, 0x09f3} + } +}; + +StandTile tile_620 = { + 0x102529, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10677, -577, -5885, 0x0920}, + {10497, -577, -5881, 0x09df}, + {10577, -577, -5833, 0x09e7} + } +}; + +StandTile tile_621 = { + 0x10232a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10857, -577, -5889, 0x09f3}, + {10673, -577, -5879, 0x0a23}, + {10769, -577, -5833, 0x09f7} + } +}; + +StandTile tile_622 = { + 0x102329, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10857, -577, -5889, 0x0924}, + {10677, -577, -5885, 0x09e7}, + {10673, -577, -5879, 0x09ef} + } +}; + +StandTile tile_623 = { + 0x102228, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10857, -577, -5889, 0x09ef}, + {10769, -577, -5833, 0x09d7}, + {10962, -577, -5833, 0x09ff} + } +}; + +StandTile tile_624 = { + 0x10242a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11038, -577, -5893, 0x09ff}, + {10962, -577, -5833, 0x09c3}, + {11058, -577, -5879, 0x0a07} + } +}; + +StandTile tile_625 = { + 0x102429, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11038, -577, -5893, 0x0928}, + {10857, -577, -5889, 0x09f7}, + {10962, -577, -5833, 0x09fb} + } +}; + +StandTile tile_626 = { + 0x10262a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5897, 0x0a07}, + {11058, -577, -5879, 0x09cb}, + {11154, -577, -5833, 0x0a0f} + } +}; + +StandTile tile_627 = { + 0x102629, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5897, 0x092c}, + {11038, -577, -5893, 0x09fb}, + {11058, -577, -5879, 0x0a03} + } +}; + +StandTile tile_628 = { + 0x101d2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5897, 0x0a0f}, + {11200, -577, -5737, 0x0a2f}, + {11218, -577, -5744, 0x08ee} + } +}; + +StandTile tile_629 = { + 0x101d29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5897, 0x0a03}, + {11154, -577, -5833, 0x09b7}, + {11200, -577, -5737, 0x0a0b} + } +}; + +StandTile tile_630 = { + 0x102e2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -5610, 0x0a17}, + {10815, -577, -5737, 0x09db}, + {10769, -577, -5833, 0x0a23} + } +}; + +StandTile tile_631 = { + 0x102e29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -5610, 0x0a77}, + {10769, -577, -5641, 0x09d3}, + {10815, -577, -5737, 0x0a13} + } +}; + +StandTile tile_632 = { + 0x102f2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -5879, 0x0a1f}, + {10531, -577, -5737, 0x0a4b}, + {10577, -577, -5641, 0x0a27} + } +}; + +StandTile tile_633 = { + 0x102f29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -5879, 0x09e7}, + {10577, -577, -5833, 0x09df}, + {10531, -577, -5737, 0x0a1b} + } +}; + +StandTile tile_634 = { + 0x10182a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -5879, 0x0a27}, + {10673, -577, -5610, 0x0a13}, + {10769, -577, -5833, 0x09ef} + } +}; + +StandTile tile_635 = { + 0x101829, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10673, -577, -5879, 0x0a1b}, + {10577, -577, -5641, 0x0a57}, + {10673, -577, -5610, 0x0a23} + } +}; + +StandTile tile_636 = { + 0x10282a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5554, 0x0a2f}, + {11200, -577, -5737, 0x09bb}, + {11154, -577, -5641, 0x0a43} + } +}; + +StandTile tile_637 = { + 0x102829, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5554, 0x08ee}, + {11218, -577, -5744, 0x0a0b}, + {11200, -577, -5737, 0x0a2b} + } +}; + +StandTile tile_638 = { + 0x10292a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -5449, 0x0a37}, + {11218, -577, -5363, 0x08ee}, + {11218, -577, -5554, 0x0a43} + } +}; + +StandTile tile_639 = { + 0x102929, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -5449, 0x0000}, + {11200, -577, -5353, 0x0a8f}, + {11218, -577, -5363, 0x0a33} + } +}; + +StandTile tile_640 = { + 0x10152b, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -5449, 0x0a3f}, + {11058, -577, -5610, 0x0a83}, + {11058, -577, -5479, 0x0000} + } +}; + +StandTile tile_641 = { + 0x10152a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -5449, 0x0a43}, + {11154, -577, -5641, 0x09bb}, + {11058, -577, -5610, 0x0a3b} + } +}; + +StandTile tile_642 = { + 0x101529, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11154, -577, -5449, 0x0a33}, + {11218, -577, -5554, 0x0a2b}, + {11154, -577, -5641, 0x0a3f} + } +}; + +StandTile tile_643 = { + 0x102a2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -5641, 0x0a4b}, + {10488, -577, -5732, 0x0905}, + {10477, -577, -5541, 0x0a5f} + } +}; + +StandTile tile_644 = { + 0x102a29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -5641, 0x0a1b}, + {10531, -577, -5737, 0x09e3}, + {10488, -577, -5732, 0x0a47} + } +}; + +StandTile tile_645 = { + 0x102b2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10477, -577, -5541, 0x0a53}, + {10531, -577, -5353, 0x0000}, + {10577, -577, -5449, 0x0a5f} + } +}; + +StandTile tile_646 = { + 0x102b29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10477, -577, -5541, 0x0901}, + {10466, -577, -5350, 0x0a6f}, + {10531, -577, -5353, 0x0a4f} + } +}; + +StandTile tile_647 = { + 0x10122b, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -5641, 0x0a5b}, + {10673, -577, -5479, 0x0a77}, + {10673, -577, -5610, 0x0a27} + } +}; + +StandTile tile_648 = { + 0x10122a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -5641, 0x0a5f}, + {10577, -577, -5449, 0x0000}, + {10673, -577, -5479, 0x0a57} + } +}; + +StandTile tile_649 = { + 0x101229, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10577, -577, -5641, 0x0a47}, + {10477, -577, -5541, 0x0a4f}, + {10577, -577, -5449, 0x0a5b} + } +}; + +StandTile tile_650 = { + 0x0ff72a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -5641, 0x0a67}, + {10769, -577, -5449, 0x0a7f}, + {10962, -577, -5449, 0x0a87} + } +}; + +StandTile tile_651 = { + 0x0ff729, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -5641, 0x09d3}, + {10769, -577, -5641, 0x0a73}, + {10769, -577, -5449, 0x0a63} + } +}; + +StandTile tile_652 = { + 0x0ff32a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10531, -577, -5353, 0x0a6f}, + {10449, -577, -5064, 0x0ab7}, + {10577, -577, -5256, 0x0000} + } +}; + +StandTile tile_653 = { + 0x0ff329, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10531, -577, -5353, 0x0a53}, + {10466, -577, -5350, 0x08fd}, + {10449, -577, -5064, 0x0a6b} + } +}; + +StandTile tile_654 = { + 0x0ff02a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10769, -577, -5641, 0x0a77}, + {10673, -577, -5479, 0x0000}, + {10769, -577, -5449, 0x0a67} + } +}; + +StandTile tile_655 = { + 0x0ff029, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10769, -577, -5641, 0x0a17}, + {10673, -577, -5610, 0x0a57}, + {10673, -577, -5479, 0x0a73} + } +}; + +StandTile tile_656 = { + 0x0fef2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -5449, 0x0a7f}, + {10815, -577, -5353, 0x0aab}, + {10916, -577, -5353, 0x0000} + } +}; + +StandTile tile_657 = { + 0x0fef29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -5449, 0x0a63}, + {10769, -577, -5449, 0x0000}, + {10815, -577, -5353, 0x0a7b} + } +}; + +StandTile tile_658 = { + 0x0fee2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -5610, 0x0a87}, + {10962, -577, -5449, 0x0000}, + {11058, -577, -5479, 0x0a3b} + } +}; + +StandTile tile_659 = { + 0x0fee29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11058, -577, -5610, 0x09c7}, + {10962, -577, -5641, 0x0a63}, + {10962, -577, -5449, 0x0a83} + } +}; + +StandTile tile_660 = { + 0x0feb2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5363, 0x0a8f}, + {11154, -577, -5256, 0x0a97}, + {11218, -577, -5192, 0x08ee} + } +}; + +StandTile tile_661 = { + 0x0feb29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5363, 0x0a37}, + {11200, -577, -5353, 0x0000}, + {11154, -577, -5256, 0x0a8b} + } +}; + +StandTile tile_662 = { + 0x0fea2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5192, 0x0a97}, + {11058, -577, -5210, 0x0a9f}, + {11072, -577, -5168, 0x090d} + } +}; + +StandTile tile_663 = { + 0x0fea29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -5192, 0x0a8b}, + {11154, -577, -5256, 0x0000}, + {11058, -577, -5210, 0x0a93} + } +}; + +StandTile tile_664 = { + 0x0fe92a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11072, -577, -5168, 0x0a9f}, + {10962, -577, -5256, 0x0aa3}, + {10866, -577, -5134, 0x0911} + } +}; + +StandTile tile_665 = { + 0x0fe929, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11072, -577, -5168, 0x0a93}, + {11058, -577, -5210, 0x0000}, + {10962, -577, -5256, 0x0a9b} + } +}; + +StandTile tile_666 = { + 0x0fe828, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -5256, 0x0aa7}, + {10769, -577, -5256, 0x0ab3}, + {10866, -577, -5134, 0x0a9b} + } +}; + +StandTile tile_667 = { + 0x0fe72a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -5256, 0x0aab}, + {10815, -577, -5353, 0x0000}, + {10769, -577, -5256, 0x0aa3} + } +}; + +StandTile tile_668 = { + 0x0fe729, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10962, -577, -5256, 0x0000}, + {10916, -577, -5353, 0x0a7b}, + {10815, -577, -5353, 0x0aa7} + } +}; + +StandTile tile_669 = { + 0x0fe62a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10866, -577, -5134, 0x0ab3}, + {10673, -577, -5210, 0x0abb}, + {10729, -577, -5111, 0x0915} + } +}; + +StandTile tile_670 = { + 0x0fe629, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10866, -577, -5134, 0x0aa3}, + {10769, -577, -5256, 0x0000}, + {10673, -577, -5210, 0x0aaf} + } +}; + +StandTile tile_671 = { + 0x0fe52a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10729, -577, -5111, 0x0abb}, + {10577, -577, -5256, 0x0a6b}, + {10449, -577, -5064, 0x0919} + } +}; + +StandTile tile_672 = { + 0x0fe529, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10729, -577, -5111, 0x0aaf}, + {10673, -577, -5210, 0x0000}, + {10577, -577, -5256, 0x0ab7} + } +}; + +StandTile tile_673 = { + 0x002928, 0x42, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7949, -577, -6234, 0x0000}, + {7949, -577, -6026, 0x0000}, + {8013, -577, -6026, 0x0954} + } +}; + +StandTile tile_674 = { + 0x002b28, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9968, -577, -6234, 0x08d6}, + {9776, -577, -6218, 0x0ac7}, + {9609, -577, -6151, 0x0b05} + } +}; + +StandTile tile_675 = { + 0x0de528, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9776, -577, -6218, 0x0000}, + {9744, -577, -6218, 0x0acb}, + {9609, -577, -6151, 0x0ac3} + } +}; + +StandTile tile_676 = { + 0x0de428, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9744, -577, -6218, 0x0000}, + {9744, -577, -6235, 0x0acf}, + {9609, -577, -6151, 0x0ac7} + } +}; + +StandTile tile_677 = { + 0x0dde28, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9744, -577, -6235, 0x02dd}, + {9487, -577, -6234, 0x0ad3}, + {9609, -577, -6151, 0x0acb} + } +}; + +StandTile tile_678 = { + 0x0ddd28, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9487, -577, -6234, 0x0000}, + {9487, -577, -6218, 0x0ad7}, + {9609, -577, -6151, 0x0acf} + } +}; + +StandTile tile_679 = { + 0x0de028, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9487, -577, -6218, 0x0000}, + {9455, -577, -6218, 0x0adb}, + {9609, -577, -6151, 0x0ad3} + } +}; + +StandTile tile_680 = { + 0x0de228, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9455, -577, -6218, 0x08da}, + {9295, -577, -6234, 0x0adf}, + {9609, -577, -6151, 0x0ad7} + } +}; + +StandTile tile_681 = { + 0x0ddf28, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9295, -577, -6234, 0x096f}, + {8782, -577, -5881, 0x0afd}, + {9609, -577, -6151, 0x0adb} + } +}; + +StandTile tile_682 = { + 0x002d28, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x3, + { + {11250, -577, -6234, 0x0000}, + {10497, -577, -6234, 0x0b19}, + {10497, -577, -6042, 0x0000}, + {10497, -577, -5881, 0x0ae8} + } +}; + +StandTile tile_683 = { + 0x002f28, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {11218, -577, -6026, 0x08de}, + {11250, -577, -6234, 0x0ae3}, + {10497, -577, -5881, 0x0920} + } +}; + +StandTile tile_684 = { + 0x0eb32a, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -5897, 0x0af0}, + {7917, -577, -5064, 0x0797}, + {7928, -577, -5064, 0x0960} + } +}; + +StandTile tile_685 = { + 0x0eb329, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {8013, -577, -5897, 0x0000}, + {7917, -577, -5897, 0x0000}, + {7917, -577, -5064, 0x0aec} + } +}; + +StandTile tile_686 = { + 0x0eab2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10497, -577, -5881, 0x0af8}, + {8782, -577, -5064, 0x08ba}, + {9252, -577, -5064, 0x0909} + } +}; + +StandTile tile_687 = { + 0x0eab29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {10497, -577, -5881, 0x0000}, + {9968, -577, -5881, 0x0b15}, + {8782, -577, -5881, 0x0977}, + {8782, -577, -5064, 0x0af4} + } +}; + +StandTile tile_688 = { + 0x0f7328, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9920, -577, -6042, 0x0b01}, + {9609, -577, -6151, 0x0adf}, + {8782, -577, -5881, 0x0b15} + } +}; + +StandTile tile_689 = { + 0x0f7228, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9920, -577, -6042, 0x0b11}, + {9968, -577, -6042, 0x0b05}, + {9609, -577, -6151, 0x0afd} + } +}; + +StandTile tile_690 = { + 0x0f7128, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9968, -577, -6234, 0x0ac3}, + {9609, -577, -6151, 0x0b01}, + {9968, -577, -6042, 0x0b0d} + } +}; + +StandTile tile_691 = { + 0x0f702a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9968, -577, -6234, 0x0b0d}, + {10176, -577, -6042, 0x0b1d}, + {10176, -577, -6234, 0x0000} + } +}; + +StandTile tile_692 = { + 0x0f7029, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9968, -577, -6234, 0x0b05}, + {9968, -577, -6042, 0x0000}, + {10176, -577, -6042, 0x0b09} + } +}; + +StandTile tile_693 = { + 0x0f6d2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9920, -577, -6042, 0x0b15}, + {9968, -577, -5881, 0x0b25}, + {9968, -577, -6042, 0x0b01} + } +}; + +StandTile tile_694 = { + 0x0f6d29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9920, -577, -6042, 0x0afd}, + {8782, -577, -5881, 0x0af8}, + {9968, -577, -5881, 0x0b11} + } +}; + +StandTile tile_695 = { + 0x0f6f2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10176, -577, -6234, 0x0b1d}, + {10497, -577, -6042, 0x0ae3}, + {10497, -577, -6234, 0x0000} + } +}; + +StandTile tile_696 = { + 0x0f6f29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10176, -577, -6234, 0x0b09}, + {10176, -577, -6042, 0x0000}, + {10497, -577, -6042, 0x0b19} + } +}; + +StandTile tile_697 = { + 0x0f6b2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9968, -577, -6042, 0x0b25}, + {9968, -545, -5881, 0x0c65}, + {9968, -545, -6042, 0x0000} + } +}; + +StandTile tile_698 = { + 0x0f6b29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9968, -577, -6042, 0x0b11}, + {9968, -577, -5881, 0x0000}, + {9968, -545, -5881, 0x0b21} + } +}; + +StandTile tile_699 = { + 0x0f6a2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10016, -545, -6042, 0x0b2d}, + {10016, -513, -5881, 0x0c25}, + {10016, -513, -6042, 0x0000} + } +}; + +StandTile tile_700 = { + 0x0f6a29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10016, -545, -6042, 0x0c61}, + {10016, -545, -5881, 0x0000}, + {10016, -513, -5881, 0x0b29} + } +}; + +StandTile tile_701 = { + 0x0f692a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10064, -513, -6042, 0x0b35}, + {10064, -481, -5881, 0x0c1d}, + {10064, -481, -6042, 0x0000} + } +}; + +StandTile tile_702 = { + 0x0f6929, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10064, -513, -6042, 0x0c21}, + {10064, -513, -5881, 0x0000}, + {10064, -481, -5881, 0x0b31} + } +}; + +StandTile tile_703 = { + 0x0f682a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10112, -481, -6042, 0x0b3d}, + {10112, -449, -5881, 0x0c15}, + {10112, -449, -6042, 0x0000} + } +}; + +StandTile tile_704 = { + 0x0f6829, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10112, -481, -6042, 0x0c19}, + {10112, -481, -5881, 0x0000}, + {10112, -449, -5881, 0x0b39} + } +}; + +StandTile tile_705 = { + 0x0f672a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10160, -449, -6042, 0x0b45}, + {10160, -417, -5881, 0x0bfd}, + {10160, -417, -6042, 0x0000} + } +}; + +StandTile tile_706 = { + 0x0f6729, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10160, -449, -6042, 0x0c11}, + {10160, -449, -5881, 0x0000}, + {10160, -417, -5881, 0x0b41} + } +}; + +StandTile tile_707 = { + 0x0f662a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10208, -417, -6042, 0x0b4d}, + {10208, -385, -5881, 0x0c05}, + {10208, -385, -6042, 0x0000} + } +}; + +StandTile tile_708 = { + 0x0f6629, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10208, -417, -6042, 0x0bf9}, + {10208, -417, -5881, 0x0000}, + {10208, -385, -5881, 0x0b49} + } +}; + +StandTile tile_709 = { + 0x0f652a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10256, -385, -6042, 0x0b55}, + {10256, -353, -5881, 0x0c0d}, + {10256, -353, -6042, 0x0000} + } +}; + +StandTile tile_710 = { + 0x0f6529, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10256, -385, -6042, 0x0c01}, + {10256, -385, -5881, 0x0000}, + {10256, -353, -5881, 0x0b51} + } +}; + +StandTile tile_711 = { + 0x0f642a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10304, -353, -6042, 0x0b5d}, + {10304, -321, -5881, 0x0bf5}, + {10304, -321, -6042, 0x0000} + } +}; + +StandTile tile_712 = { + 0x0f6429, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10304, -353, -6042, 0x0c09}, + {10304, -353, -5881, 0x0000}, + {10304, -321, -5881, 0x0b59} + } +}; + +StandTile tile_713 = { + 0x0f632a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -321, -6042, 0x0b65}, + {10353, -288, -5881, 0x0c51}, + {10353, -288, -6042, 0x0000} + } +}; + +StandTile tile_714 = { + 0x0f6329, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -321, -6042, 0x0bf1}, + {10353, -321, -5881, 0x0000}, + {10353, -288, -5881, 0x0b61} + } +}; + +StandTile tile_715 = { + 0x0f622a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -288, -6074, 0x0b6d}, + {10353, -256, -6234, 0x0c49}, + {10353, -256, -6074, 0x0000} + } +}; + +StandTile tile_716 = { + 0x0f6229, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -288, -6074, 0x0c55}, + {10353, -288, -6234, 0x0000}, + {10353, -256, -6234, 0x0b69} + } +}; + +StandTile tile_717 = { + 0x0f612a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10304, -256, -6074, 0x0b75}, + {10304, -224, -6234, 0x0be9}, + {10304, -224, -6074, 0x0000} + } +}; + +StandTile tile_718 = { + 0x0f6129, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10304, -256, -6074, 0x0c4d}, + {10304, -256, -6234, 0x0000}, + {10304, -224, -6234, 0x0b71} + } +}; + +StandTile tile_719 = { + 0x0f602a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10256, -224, -6074, 0x0b7d}, + {10256, -192, -6234, 0x0be1}, + {10256, -192, -6074, 0x0000} + } +}; + +StandTile tile_720 = { + 0x0f6029, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10256, -224, -6074, 0x0bed}, + {10256, -224, -6234, 0x0000}, + {10256, -192, -6234, 0x0b79} + } +}; + +StandTile tile_721 = { + 0x0f5f2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10208, -192, -6074, 0x0b85}, + {10208, -160, -6234, 0x0bd9}, + {10208, -160, -6074, 0x0000} + } +}; + +StandTile tile_722 = { + 0x0f5f29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10208, -192, -6074, 0x0be5}, + {10208, -192, -6234, 0x0000}, + {10208, -160, -6234, 0x0b81} + } +}; + +StandTile tile_723 = { + 0x0f5e2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10160, -160, -6074, 0x0b8d}, + {10160, -128, -6234, 0x0bc9}, + {10160, -128, -6074, 0x0000} + } +}; + +StandTile tile_724 = { + 0x0f5e29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10160, -160, -6074, 0x0bdd}, + {10160, -160, -6234, 0x0000}, + {10160, -128, -6234, 0x0b89} + } +}; + +StandTile tile_725 = { + 0x0f5d2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10112, -128, -6074, 0x0b95}, + {10112, -96, -6234, 0x0bd1}, + {10112, -96, -6074, 0x0000} + } +}; + +StandTile tile_726 = { + 0x0f5d29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10112, -128, -6074, 0x0bcd}, + {10112, -128, -6234, 0x0000}, + {10112, -96, -6234, 0x0b91} + } +}; + +StandTile tile_727 = { + 0x0f5c2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10064, -96, -6074, 0x0b9d}, + {10064, -64, -6234, 0x0bb9}, + {10064, -64, -6074, 0x0000} + } +}; + +StandTile tile_728 = { + 0x0f5c29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10064, -96, -6074, 0x0bd5}, + {10064, -96, -6234, 0x0000}, + {10064, -64, -6234, 0x0b99} + } +}; + +StandTile tile_729 = { + 0x0f5b2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10016, -64, -6074, 0x0ba5}, + {10016, -32, -6234, 0x0bc1}, + {10016, -32, -6074, 0x0000} + } +}; + +StandTile tile_730 = { + 0x0f5b29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10016, -64, -6074, 0x0bbd}, + {10016, -64, -6234, 0x0000}, + {10016, -32, -6234, 0x0ba1} + } +}; + +StandTile tile_731 = { + 0x0f5a2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9968, -32, -6074, 0x0bad}, + {9968, 0, -6234, 0x0c31}, + {9968, 0, -6074, 0x0000} + } +}; + +StandTile tile_732 = { + 0x0f5a29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9968, -32, -6074, 0x0bc5}, + {9968, -32, -6234, 0x0000}, + {9968, 0, -6234, 0x0ba9} + } +}; + +StandTile tile_733 = { + 0x0f8f2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9696, 16, -6202, 0x0bb5}, + {9567, 0, -6194, 0x0c35}, + {9696, 0, -6194, 0x0000} + } +}; + +StandTile tile_734 = { + 0x0f8f29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9696, 16, -6202, 0x0c6d}, + {9567, 16, -6202, 0x0000}, + {9567, 0, -6194, 0x0bb1} + } +}; + +StandTile tile_735 = { + 0x0ad12a, 0x42, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {10016, -64, -6234, 0x0bbd}, + {10064, -64, -6074, 0x0b99}, + {10064, -64, -6234, 0x0000} + } +}; + +StandTile tile_736 = { + 0x0ad129, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10016, -64, -6234, 0x0ba5}, + {10016, -64, -6074, 0x0000}, + {10064, -64, -6074, 0x0bb9} + } +}; + +StandTile tile_737 = { + 0x0ad02a, 0x42, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {9968, -32, -6234, 0x0bc5}, + {10016, -32, -6074, 0x0ba1}, + {10016, -32, -6234, 0x0000} + } +}; + +StandTile tile_738 = { + 0x0ad029, 0x42, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {9968, -32, -6234, 0x0bad}, + {9968, -32, -6074, 0x0000}, + {10016, -32, -6074, 0x0bc1} + } +}; + +StandTile tile_739 = { + 0x0acf2a, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10112, -128, -6234, 0x0bcd}, + {10160, -128, -6074, 0x0b89}, + {10160, -128, -6234, 0x0000} + } +}; + +StandTile tile_740 = { + 0x0acf29, 0x42, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10112, -128, -6234, 0x0b95}, + {10112, -128, -6074, 0x0000}, + {10160, -128, -6074, 0x0bc9} + } +}; + +StandTile tile_741 = { + 0x0ace2a, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10064, -96, -6234, 0x0bd5}, + {10112, -96, -6074, 0x0b91}, + {10112, -96, -6234, 0x0000} + } +}; + +StandTile tile_742 = { + 0x0ace29, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10064, -96, -6234, 0x0b9d}, + {10064, -96, -6074, 0x0000}, + {10112, -96, -6074, 0x0bd1} + } +}; + +StandTile tile_743 = { + 0x0acd2a, 0x42, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10160, -160, -6234, 0x0bdd}, + {10208, -160, -6074, 0x0b81}, + {10208, -160, -6234, 0x0000} + } +}; + +StandTile tile_744 = { + 0x0acd29, 0x42, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10160, -160, -6234, 0x0b8d}, + {10160, -160, -6074, 0x0000}, + {10208, -160, -6074, 0x0bd9} + } +}; + +StandTile tile_745 = { + 0x0acc2a, 0x42, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10208, -192, -6234, 0x0be5}, + {10256, -192, -6074, 0x0b79}, + {10256, -192, -6234, 0x0000} + } +}; + +StandTile tile_746 = { + 0x0acc29, 0x42, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {10208, -192, -6234, 0x0b85}, + {10208, -192, -6074, 0x0000}, + {10256, -192, -6074, 0x0be1} + } +}; + +StandTile tile_747 = { + 0x0acb2a, 0x42, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {10256, -224, -6234, 0x0bed}, + {10304, -224, -6074, 0x0b71}, + {10304, -224, -6234, 0x0000} + } +}; + +StandTile tile_748 = { + 0x0acb29, 0x42, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {10256, -224, -6234, 0x0b7d}, + {10256, -224, -6074, 0x0000}, + {10304, -224, -6074, 0x0be9} + } +}; + +StandTile tile_749 = { + 0x0aca2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10304, -321, -6042, 0x0bf5}, + {10353, -321, -5881, 0x0b65}, + {10353, -321, -6042, 0x0000} + } +}; + +StandTile tile_750 = { + 0x0aca29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10304, -321, -6042, 0x0b59}, + {10304, -321, -5881, 0x0000}, + {10353, -321, -5881, 0x0bf1} + } +}; + +StandTile tile_751 = { + 0x0ac92a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10160, -417, -6042, 0x0bfd}, + {10208, -417, -5881, 0x0b4d}, + {10208, -417, -6042, 0x0000} + } +}; + +StandTile tile_752 = { + 0x0ac929, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10160, -417, -6042, 0x0b41}, + {10160, -417, -5881, 0x0000}, + {10208, -417, -5881, 0x0bf9} + } +}; + +StandTile tile_753 = { + 0x0ac82a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10208, -385, -6042, 0x0c05}, + {10256, -385, -5881, 0x0b55}, + {10256, -385, -6042, 0x0000} + } +}; + +StandTile tile_754 = { + 0x0ac829, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10208, -385, -6042, 0x0b49}, + {10208, -385, -5881, 0x0000}, + {10256, -385, -5881, 0x0c01} + } +}; + +StandTile tile_755 = { + 0x0ac72a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10256, -353, -6042, 0x0c0d}, + {10304, -353, -5881, 0x0b5d}, + {10304, -353, -6042, 0x0000} + } +}; + +StandTile tile_756 = { + 0x0ac729, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10256, -353, -6042, 0x0b51}, + {10256, -353, -5881, 0x0000}, + {10304, -353, -5881, 0x0c09} + } +}; + +StandTile tile_757 = { + 0x0ac62a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10112, -449, -6042, 0x0c15}, + {10160, -449, -5881, 0x0b45}, + {10160, -449, -6042, 0x0000} + } +}; + +StandTile tile_758 = { + 0x0ac629, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10112, -449, -6042, 0x0b39}, + {10112, -449, -5881, 0x0000}, + {10160, -449, -5881, 0x0c11} + } +}; + +StandTile tile_759 = { + 0x0ac52a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10064, -481, -6042, 0x0c1d}, + {10112, -481, -5881, 0x0b3d}, + {10112, -481, -6042, 0x0000} + } +}; + +StandTile tile_760 = { + 0x0ac529, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10064, -481, -6042, 0x0b31}, + {10064, -481, -5881, 0x0000}, + {10112, -481, -5881, 0x0c19} + } +}; + +StandTile tile_761 = { + 0x0ac42a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10016, -513, -6042, 0x0c25}, + {10064, -513, -5881, 0x0b35}, + {10064, -513, -6042, 0x0000} + } +}; + +StandTile tile_762 = { + 0x0ac429, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10016, -513, -6042, 0x0b29}, + {10016, -513, -5881, 0x0000}, + {10064, -513, -5881, 0x0c21} + } +}; + +StandTile tile_763 = { + 0x104828, 0x42, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {9968, 0, -6234, 0x0000}, + {9696, 0, -6234, 0x0000}, + {9696, 0, -6194, 0x0c2d} + } +}; + +StandTile tile_764 = { + 0x0f8c2a, 0x42, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {9696, 0, -6074, 0x0c31}, + {9968, 0, -6234, 0x0c29}, + {9696, 0, -6194, 0x0c39} + } +}; + +StandTile tile_765 = { + 0x0f8c29, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9696, 0, -6074, 0x0000}, + {9968, 0, -6074, 0x0ba9}, + {9968, 0, -6234, 0x0c2d} + } +}; + +StandTile tile_766 = { + 0x0f8d2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9567, 0, -6074, 0x0c39}, + {9696, 0, -6194, 0x0bb1}, + {9567, 0, -6194, 0x0c41} + } +}; + +StandTile tile_767 = { + 0x0f8d29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9567, 0, -6074, 0x0000}, + {9696, 0, -6074, 0x0c2d}, + {9696, 0, -6194, 0x0c35} + } +}; + +StandTile tile_768 = { + 0x07772b, 0x42, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {9327, 0, -6234, 0x0c41}, + {9567, 0, -6194, 0x0000}, + {9567, 0, -6234, 0x0000} + } +}; + +StandTile tile_769 = { + 0x07772a, 0x42, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {9327, 0, -6234, 0x0c45}, + {9567, 0, -6074, 0x0c35}, + {9567, 0, -6194, 0x0c3d} + } +}; + +StandTile tile_770 = { + 0x077729, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9327, 0, -6234, 0x0000}, + {9327, 0, -6074, 0x0000}, + {9567, 0, -6074, 0x0c41} + } +}; + +StandTile tile_771 = { + 0x076f2a, 0x42, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {10304, -256, -6234, 0x0c4d}, + {10353, -256, -6074, 0x0b69}, + {10353, -256, -6234, 0x0000} + } +}; + +StandTile tile_772 = { + 0x076f29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10304, -256, -6234, 0x0b75}, + {10304, -256, -6074, 0x0000}, + {10353, -256, -6074, 0x0c49} + } +}; + +StandTile tile_773 = { + 0x076e28, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -288, -6042, 0x0b61}, + {10353, -288, -5881, 0x0000}, + {10513, -288, -5881, 0x0c5d} + } +}; + +StandTile tile_774 = { + 0x076d28, 0x42, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {10353, -288, -6074, 0x0c59}, + {10513, -288, -6234, 0x0000}, + {10353, -288, -6234, 0x0b6d} + } +}; + +StandTile tile_775 = { + 0x076c2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -288, -6042, 0x0c5d}, + {10513, -288, -6234, 0x0c55}, + {10353, -288, -6074, 0x0000} + } +}; + +StandTile tile_776 = { + 0x076c29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -288, -6042, 0x0c51}, + {10513, -288, -5881, 0x0000}, + {10513, -288, -6234, 0x0c59} + } +}; + +StandTile tile_777 = { + 0x07642a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9968, -545, -6042, 0x0c65}, + {10016, -545, -5881, 0x0b2d}, + {10016, -545, -6042, 0x0000} + } +}; + +StandTile tile_778 = { + 0x076429, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9968, -545, -6042, 0x0b21}, + {9968, -545, -5881, 0x0000}, + {10016, -545, -5881, 0x0c61} + } +}; + +StandTile tile_779 = { + 0x103f2a, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9567, 16, -6234, 0x0c6d}, + {9696, 16, -6202, 0x0000}, + {9696, 16, -6234, 0x0c75} + } +}; + +StandTile tile_780 = { + 0x103f29, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9567, 16, -6234, 0x0000}, + {9567, 16, -6202, 0x0bb5}, + {9696, 16, -6202, 0x0c69} + } +}; + +StandTile tile_781 = { + 0x10402a, 0x41, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9567, 16, -6282, 0x0c75}, + {9696, 16, -6234, 0x0000}, + {9696, 16, -6282, 0x0d11} + } +}; + +StandTile tile_782 = { + 0x104029, 0x41, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9567, 16, -6282, 0x0000}, + {9567, 16, -6234, 0x0c69}, + {9696, 16, -6234, 0x0c71} + } +}; + +StandTile tile_783 = { + 0x085b2a, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8670, 321, -6795, 0x0c7d}, + {8670, 288, -6667, 0x0ccd}, + {8670, 288, -6795, 0x0000} + } +}; + +StandTile tile_784 = { + 0x085b29, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8670, 321, -6795, 0x0da5}, + {8670, 321, -6667, 0x0000}, + {8670, 288, -6667, 0x0c79} + } +}; + +StandTile tile_785 = { + 0x085a2a, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8814, 224, -6795, 0x0c85}, + {8814, 192, -6667, 0x0ce5}, + {8814, 192, -6795, 0x0000} + } +}; + +StandTile tile_786 = { + 0x085a29, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8814, 224, -6795, 0x0cd9}, + {8814, 224, -6667, 0x0000}, + {8814, 192, -6667, 0x0c81} + } +}; + +StandTile tile_787 = { + 0x08592a, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8766, 256, -6795, 0x0c8d}, + {8766, 224, -6667, 0x0cdd}, + {8766, 224, -6795, 0x0000} + } +}; + +StandTile tile_788 = { + 0x085929, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8766, 256, -6795, 0x0cd1}, + {8766, 256, -6667, 0x0000}, + {8766, 224, -6667, 0x0c89} + } +}; + +StandTile tile_789 = { + 0x08582a, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8718, 288, -6795, 0x0c95}, + {8718, 256, -6667, 0x0cd5}, + {8718, 256, -6795, 0x0000} + } +}; + +StandTile tile_790 = { + 0x085829, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8718, 288, -6795, 0x0cc9}, + {8718, 288, -6667, 0x0000}, + {8718, 256, -6667, 0x0c91} + } +}; + +StandTile tile_791 = { + 0x08572a, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8910, 160, -6795, 0x0c9d}, + {8910, 128, -6667, 0x0cf5}, + {8910, 128, -6795, 0x0000} + } +}; + +StandTile tile_792 = { + 0x085729, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8910, 160, -6795, 0x0ce9}, + {8910, 160, -6667, 0x0000}, + {8910, 128, -6667, 0x0c99} + } +}; + +StandTile tile_793 = { + 0x08562a, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8862, 192, -6795, 0x0ca5}, + {8862, 160, -6667, 0x0ced}, + {8862, 160, -6795, 0x0000} + } +}; + +StandTile tile_794 = { + 0x085629, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8862, 192, -6795, 0x0ce1}, + {8862, 192, -6667, 0x0000}, + {8862, 160, -6667, 0x0ca1} + } +}; + +StandTile tile_795 = { + 0x08552a, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8958, 128, -6795, 0x0cad}, + {8958, 96, -6667, 0x0cfd}, + {8958, 96, -6795, 0x0000} + } +}; + +StandTile tile_796 = { + 0x085529, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8958, 128, -6795, 0x0cf1}, + {8958, 128, -6667, 0x0000}, + {8958, 96, -6667, 0x0ca9} + } +}; + +StandTile tile_797 = { + 0x08542a, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {9006, 96, -6795, 0x0cb5}, + {9006, 64, -6667, 0x0d05}, + {9006, 64, -6795, 0x0000} + } +}; + +StandTile tile_798 = { + 0x085429, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {9006, 96, -6795, 0x0cf9}, + {9006, 96, -6667, 0x0000}, + {9006, 64, -6667, 0x0cb1} + } +}; + +StandTile tile_799 = { + 0x08532a, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {9054, 64, -6795, 0x0cbd}, + {9054, 32, -6667, 0x0d0d}, + {9054, 32, -6795, 0x0000} + } +}; + +StandTile tile_800 = { + 0x085329, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {9054, 64, -6795, 0x0d01}, + {9054, 64, -6667, 0x0000}, + {9054, 32, -6667, 0x0cb9} + } +}; + +StandTile tile_801 = { + 0x047a2a, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {9103, 32, -6795, 0x0cc5}, + {9103, 0, -6667, 0x0d71}, + {9103, 0, -6795, 0x0000} + } +}; + +StandTile tile_802 = { + 0x047a29, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {9103, 32, -6795, 0x0d09}, + {9103, 32, -6667, 0x0000}, + {9103, 0, -6667, 0x0cc1} + } +}; + +StandTile tile_803 = { + 0x04702a, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8670, 288, -6795, 0x0ccd}, + {8718, 288, -6667, 0x0c95}, + {8718, 288, -6795, 0x0000} + } +}; + +StandTile tile_804 = { + 0x047029, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8670, 288, -6795, 0x0c79}, + {8670, 288, -6667, 0x0000}, + {8718, 288, -6667, 0x0cc9} + } +}; + +StandTile tile_805 = { + 0x046f2a, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8718, 256, -6795, 0x0cd5}, + {8766, 256, -6667, 0x0c8d}, + {8766, 256, -6795, 0x0000} + } +}; + +StandTile tile_806 = { + 0x046f29, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8718, 256, -6795, 0x0c91}, + {8718, 256, -6667, 0x0000}, + {8766, 256, -6667, 0x0cd1} + } +}; + +StandTile tile_807 = { + 0x046e2a, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8766, 224, -6795, 0x0cdd}, + {8814, 224, -6667, 0x0c85}, + {8814, 224, -6795, 0x0000} + } +}; + +StandTile tile_808 = { + 0x046e29, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8766, 224, -6795, 0x0c89}, + {8766, 224, -6667, 0x0000}, + {8814, 224, -6667, 0x0cd9} + } +}; + +StandTile tile_809 = { + 0x046d2a, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8814, 192, -6795, 0x0ce5}, + {8862, 192, -6667, 0x0ca5}, + {8862, 192, -6795, 0x0000} + } +}; + +StandTile tile_810 = { + 0x046d29, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8814, 192, -6795, 0x0c81}, + {8814, 192, -6667, 0x0000}, + {8862, 192, -6667, 0x0ce1} + } +}; + +StandTile tile_811 = { + 0x046c2a, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {8862, 160, -6795, 0x0ced}, + {8910, 160, -6667, 0x0c9d}, + {8910, 160, -6795, 0x0000} + } +}; + +StandTile tile_812 = { + 0x046c29, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {8862, 160, -6795, 0x0ca1}, + {8862, 160, -6667, 0x0000}, + {8910, 160, -6667, 0x0ce9} + } +}; + +StandTile tile_813 = { + 0x046b2a, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {8910, 128, -6795, 0x0cf5}, + {8958, 128, -6667, 0x0cad}, + {8958, 128, -6795, 0x0000} + } +}; + +StandTile tile_814 = { + 0x046b29, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {8910, 128, -6795, 0x0c99}, + {8910, 128, -6667, 0x0000}, + {8958, 128, -6667, 0x0cf1} + } +}; + +StandTile tile_815 = { + 0x046a2a, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {8958, 96, -6795, 0x0cfd}, + {9006, 96, -6667, 0x0cb5}, + {9006, 96, -6795, 0x0000} + } +}; + +StandTile tile_816 = { + 0x046a29, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {8958, 96, -6795, 0x0ca9}, + {8958, 96, -6667, 0x0000}, + {9006, 96, -6667, 0x0cf9} + } +}; + +StandTile tile_817 = { + 0x04692a, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9006, 64, -6795, 0x0d05}, + {9054, 64, -6667, 0x0cbd}, + {9054, 64, -6795, 0x0000} + } +}; + +StandTile tile_818 = { + 0x046929, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9006, 64, -6795, 0x0cb1}, + {9006, 64, -6667, 0x0000}, + {9054, 64, -6667, 0x0d01} + } +}; + +StandTile tile_819 = { + 0x04682a, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9054, 32, -6795, 0x0d0d}, + {9103, 32, -6667, 0x0cc5}, + {9103, 32, -6795, 0x0000} + } +}; + +StandTile tile_820 = { + 0x046829, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9054, 32, -6795, 0x0cb9}, + {9054, 32, -6667, 0x0000}, + {9103, 32, -6667, 0x0d09} + } +}; + +StandTile tile_821 = { + 0x0f8b2a, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9716, 0, -6302, 0x0d15}, + {9567, 16, -6282, 0x0c71}, + {9696, 16, -6282, 0x0000} + } +}; + +StandTile tile_822 = { + 0x0f8b29, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9716, 0, -6302, 0x0d45}, + {9539, 0, -6302, 0x0000}, + {9567, 16, -6282, 0x0d11} + } +}; + +StandTile tile_823 = { + 0x0dd728, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9679, 0, -6827, 0x0d21}, + {9968, 0, -6859, 0x0000}, + {9679, 0, -6859, 0x0000} + } +}; + +StandTile tile_824 = { + 0x0dd628, 0x41, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9551, 0, -6827, 0x0d75}, + {9615, 0, -6603, 0x0d21}, + {9679, 0, -6827, 0x0000} + } +}; + +StandTile tile_825 = { + 0x0dd528, 0x41, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9679, 0, -6827, 0x0d1d}, + {9615, 0, -6603, 0x0d25}, + {9968, 0, -6859, 0x0d19} + } +}; + +StandTile tile_826 = { + 0x0dd428, 0x41, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9615, 0, -6603, 0x0d29}, + {9968, 0, -6346, 0x0000}, + {9968, 0, -6859, 0x0d21} + } +}; + +StandTile tile_827 = { + 0x0dd328, 0x41, + 0x0, + 0x7, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9615, 0, -6603, 0x0d61}, + {9615, 0, -6458, 0x0d2d}, + {9968, 0, -6346, 0x0d25} + } +}; + +StandTile tile_828 = { + 0x0dd228, 0x41, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9968, 0, -6346, 0x0d29}, + {9615, 0, -6458, 0x0d31}, + {9856, 0, -6346, 0x0000} + } +}; + +StandTile tile_829 = { + 0x106a28, 0x41, + 0x0, + 0x9, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {9856, 0, -6346, 0x0d2d}, + {9615, 0, -6458, 0x0d4d}, + {9736, 0, -6354, 0x0d35} + } +}; + +StandTile tile_830 = { + 0x0dd128, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9856, 0, -6346, 0x0d31}, + {9736, 0, -6354, 0x0d55}, + {9856, 0, -6250, 0x0000} + } +}; + +StandTile tile_831 = { + 0x104728, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9487, 0, -6250, 0x0000}, + {9567, 0, -6250, 0x0000}, + {9539, 0, -6302, 0x0d3d} + } +}; + +StandTile tile_832 = { + 0x0f892a, 0x41, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9511, 0, -6354, 0x0d41}, + {9487, 0, -6250, 0x0d39}, + {9539, 0, -6302, 0x0d49} + } +}; + +StandTile tile_833 = { + 0x0f8929, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9511, 0, -6354, 0x0d59}, + {9407, 0, -6250, 0x0000}, + {9487, 0, -6250, 0x0d3d} + } +}; + +StandTile tile_834 = { + 0x0f882b, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9736, 0, -6354, 0x0d49}, + {9539, 0, -6302, 0x0d15}, + {9716, 0, -6302, 0x0d55} + } +}; + +StandTile tile_835 = { + 0x0f882a, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9736, 0, -6354, 0x0d4d}, + {9511, 0, -6354, 0x0d3d}, + {9539, 0, -6302, 0x0d45} + } +}; + +StandTile tile_836 = { + 0x0f8829, 0x41, + 0x0, + 0xd, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {9736, 0, -6354, 0x0d31}, + {9615, 0, -6458, 0x0d5d}, + {9511, 0, -6354, 0x0d49} + } +}; + +StandTile tile_837 = { + 0x0dd02a, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9856, 0, -6250, 0x0d55}, + {9716, 0, -6302, 0x0000}, + {9696, 0, -6250, 0x0000} + } +}; + +StandTile tile_838 = { + 0x0dd029, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9856, 0, -6250, 0x0d35}, + {9736, 0, -6354, 0x0d45}, + {9716, 0, -6302, 0x0d51} + } +}; + +StandTile tile_839 = { + 0x106b28, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9407, 0, -6346, 0x0000}, + {9407, 0, -6250, 0x0d41}, + {9511, 0, -6354, 0x0d5d} + } +}; + +StandTile tile_840 = { + 0x0dcf28, 0x41, + 0x0, + 0x9, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {9615, 0, -6458, 0x0d61}, + {9407, 0, -6346, 0x0d59}, + {9511, 0, -6354, 0x0d4d} + } +}; + +StandTile tile_841 = { + 0x0dce28, 0x41, + 0x0, + 0x7, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9615, 0, -6458, 0x0d29}, + {9615, 0, -6603, 0x0d65}, + {9407, 0, -6346, 0x0d5d} + } +}; + +StandTile tile_842 = { + 0x0dcd28, 0x41, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9407, 0, -6346, 0x0d61}, + {9615, 0, -6603, 0x0d69}, + {9295, 0, -6346, 0x0000} + } +}; + +StandTile tile_843 = { + 0x0dcc28, 0x41, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9295, 0, -6346, 0x0d65}, + {9615, 0, -6603, 0x0d6d}, + {9103, 0, -6346, 0x0000} + } +}; + +StandTile tile_844 = { + 0x0dcb28, 0x41, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9103, 0, -6346, 0x0d69}, + {9615, 0, -6603, 0x0d71}, + {9103, 0, -6667, 0x0000} + } +}; + +StandTile tile_845 = { + 0x0dca28, 0x41, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9615, 0, -6603, 0x0d75}, + {9103, 0, -6795, 0x0cc1}, + {9103, 0, -6667, 0x0d6d} + } +}; + +StandTile tile_846 = { + 0x0dc928, 0x41, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9615, 0, -6603, 0x0d1d}, + {9551, 0, -6827, 0x0d79}, + {9103, 0, -6795, 0x0d71} + } +}; + +StandTile tile_847 = { + 0x0dc828, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9551, 0, -6827, 0x0d7d}, + {9103, 0, -6859, 0x0000}, + {9103, 0, -6795, 0x0d75} + } +}; + +StandTile tile_848 = { + 0x0dc728, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9551, 0, -6827, 0x0000}, + {9551, 0, -6859, 0x0000}, + {9103, 0, -6859, 0x0d79} + } +}; + +StandTile tile_849 = { + 0x103d2a, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {8886, 321, -6667, 0x0d85}, + {8413, 321, -6234, 0x0000}, + {8886, 321, -6234, 0x0000} + } +}; + +StandTile tile_850 = { + 0x103d29, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8886, 321, -6667, 0x0000}, + {8670, 321, -6667, 0x0da5}, + {8413, 321, -6234, 0x0d81} + } +}; + +StandTile tile_851 = { + 0x04a82a, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {9103, 321, -6795, 0x0d8d}, + {8846, 321, -6859, 0x0000}, + {8846, 321, -6827, 0x0d91} + } +}; + +StandTile tile_852 = { + 0x04a829, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {9103, 321, -6795, 0x0000}, + {9103, 321, -6859, 0x0000}, + {8846, 321, -6859, 0x0d89} + } +}; + +StandTile tile_853 = { + 0x04a72a, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8718, 321, -6827, 0x0d95}, + {9103, 321, -6795, 0x0d89}, + {8846, 321, -6827, 0x0000} + } +}; + +StandTile tile_854 = { + 0x04a729, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8718, 321, -6827, 0x0d9d}, + {8670, 321, -6795, 0x0000}, + {9103, 321, -6795, 0x0d91} + } +}; + +StandTile tile_855 = { + 0x04a62a, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8413, 321, -6859, 0x0d9d}, + {8718, 321, -6827, 0x0000}, + {8718, 321, -6859, 0x0000} + } +}; + +StandTile tile_856 = { + 0x04a629, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {8413, 321, -6859, 0x0da1}, + {8670, 321, -6795, 0x0d95}, + {8718, 321, -6827, 0x0d99} + } +}; + +StandTile tile_857 = { + 0x04a52a, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8413, 321, -6234, 0x0da5}, + {8670, 321, -6795, 0x0d9d}, + {8413, 321, -6859, 0x0000} + } +}; + +StandTile tile_858 = { + 0x04a529, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8413, 321, -6234, 0x0d85}, + {8670, 321, -6667, 0x0c7d}, + {8670, 321, -6795, 0x0da1} + } +}; + +StandTile tile_859 = { + 0x0bdb2a, 0x40, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {7388, 64, -3462, 0x0dad}, + {7179, 64, -3526, 0x0db5}, + {7228, 64, -3462, 0x0e05} + } +}; + +StandTile tile_860 = { + 0x0bdb29, 0x40, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {7388, 64, -3462, 0x0db1}, + {7885, 64, -3526, 0x0df5}, + {7179, 64, -3526, 0x0da9} + } +}; + +StandTile tile_861 = { + 0x0bda28, 0x40, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7388, 64, -3462, 0x0000}, + {7885, 64, -3462, 0x0000}, + {7885, 64, -3526, 0x0dad} + } +}; + +StandTile tile_862 = { + 0x0bd928, 0x40, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -3526, 0x0000}, + {7179, 64, -3462, 0x0000}, + {7228, 64, -3462, 0x0da9} + } +}; + +StandTile tile_863 = { + 0x056f2a, 0x40, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {7885, 64, -5897, 0x0dbd}, + {7179, 64, -5962, 0x0000}, + {7179, 64, -5897, 0x0de1} + } +}; + +StandTile tile_864 = { + 0x056f29, 0x40, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7885, 64, -5897, 0x0000}, + {7885, 64, -5962, 0x0000}, + {7179, 64, -5962, 0x0db9} + } +}; + +StandTile tile_865 = { + 0x056e2a, 0x40, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -5897, 0x0dc5}, + {7131, 64, -5192, 0x0000}, + {7179, 64, -5192, 0x0de1} + } +}; + +StandTile tile_866 = { + 0x056e29, 0x40, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -5897, 0x0000}, + {7131, 64, -5897, 0x0000}, + {7131, 64, -5192, 0x0dc1} + } +}; + +StandTile tile_867 = { + 0x056d2a, 0x40, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -5064, 0x0dcd}, + {7131, 64, -4359, 0x0000}, + {7179, 64, -4359, 0x0de9} + } +}; + +StandTile tile_868 = { + 0x056d29, 0x40, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -5064, 0x0000}, + {7131, 64, -5064, 0x0000}, + {7131, 64, -4359, 0x0dc9} + } +}; + +StandTile tile_869 = { + 0x056c2a, 0x40, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -4231, 0x0dd5}, + {7131, 64, -3526, 0x0000}, + {7179, 64, -3526, 0x0df1} + } +}; + +StandTile tile_870 = { + 0x056c29, 0x40, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -4231, 0x0000}, + {7131, 64, -4231, 0x0000}, + {7131, 64, -3526, 0x0dd1} + } +}; + +StandTile tile_871 = { + 0x056b28, 0x40, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {7885, 64, -4359, 0x0ded}, + {7179, 64, -4359, 0x0000}, + {7179, 64, -4231, 0x0df1} + } +}; + +StandTile tile_872 = { + 0x056a28, 0x40, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -5192, 0x0000}, + {7179, 64, -5064, 0x0de9}, + {7885, 64, -5064, 0x0de5} + } +}; + +StandTile tile_873 = { + 0x05692a, 0x40, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -5192, 0x0de5}, + {7885, 64, -5897, 0x0db9}, + {7179, 64, -5897, 0x0dc1} + } +}; + +StandTile tile_874 = { + 0x056929, 0x40, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -5192, 0x0ddd}, + {7885, 64, -5064, 0x0000}, + {7885, 64, -5897, 0x0de1} + } +}; + +StandTile tile_875 = { + 0x05682a, 0x40, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -4359, 0x0ded}, + {7885, 64, -5064, 0x0ddd}, + {7179, 64, -5064, 0x0dc9} + } +}; + +StandTile tile_876 = { + 0x056829, 0x40, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -4359, 0x0dd9}, + {7885, 64, -4359, 0x0000}, + {7885, 64, -5064, 0x0de9} + } +}; + +StandTile tile_877 = { + 0x05672a, 0x40, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -3526, 0x0df5}, + {7885, 64, -4359, 0x0dd9}, + {7179, 64, -4231, 0x0dd1} + } +}; + +StandTile tile_878 = { + 0x056729, 0x40, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -3526, 0x0dad}, + {7885, 64, -3526, 0x0000}, + {7885, 64, -4359, 0x0df1} + } +}; + +StandTile tile_879 = { + 0x104a2a, 0x3f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7933, 0, -3141, 0x0dfd}, + {7901, 0, -3013, 0x0000}, + {7933, 0, -3013, 0x032a} + } +}; + +StandTile tile_880 = { + 0x104a29, 0x3f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7933, 0, -3141, 0x0000}, + {7901, 0, -3141, 0x0e09}, + {7901, 0, -3013, 0x0df9} + } +}; + +StandTile tile_881 = { + 0x0bdc2a, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {7388, 64, -3429, 0x0e05}, + {7228, 64, -3462, 0x0000}, + {7228, 64, -3429, 0x0ea7} + } +}; + +StandTile tile_882 = { + 0x0bdc29, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {7388, 64, -3429, 0x0000}, + {7388, 64, -3462, 0x0da9}, + {7228, 64, -3462, 0x0e01} + } +}; + +StandTile tile_883 = { + 0x0f872a, 0x3f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7885, -32, -3149, 0x0e0d}, + {7901, 0, -3013, 0x0dfd}, + {7901, 0, -3141, 0x0000} + } +}; + +StandTile tile_884 = { + 0x0f8729, 0x3f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7885, -32, -3149, 0x0e15}, + {7885, -32, -3001, 0x0000}, + {7901, 0, -3013, 0x0e09} + } +}; + +StandTile tile_885 = { + 0x0f8528, 0x3f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {7628, -32, -3045, 0x0e63}, + {7532, -32, -2885, 0x0e5f}, + {7885, -32, -2756, 0x0e15} + } +}; + +StandTile tile_886 = { + 0x0f8428, 0x3f, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x1, 0x4, + { + {7628, -32, -3045, 0x0e11}, + {7885, -32, -2756, 0x0000}, + {7885, -32, -3001, 0x0e0d}, + {7885, -32, -3149, 0x0000}, + {7885, -32, -3397, 0x0e6f} + } +}; + +StandTile tile_887 = { + 0x0bd228, 0x3f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {7179, -32, -2628, 0x0e1f}, + {7532, -32, -2340, 0x0e43}, + {7532, -32, -2692, 0x0e77} + } +}; + +StandTile tile_888 = { + 0x0bd128, 0x3f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {7131, -32, -2628, 0x0e23}, + {7532, -32, -2340, 0x0e1b}, + {7179, -32, -2628, 0x0000} + } +}; + +StandTile tile_889 = { + 0x0bd028, 0x3f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {7131, -32, -2051, 0x0e27}, + {7532, -32, -2340, 0x0e1f}, + {7131, -32, -2628, 0x0000} + } +}; + +StandTile tile_890 = { + 0x0bcf28, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {7179, -32, -2051, 0x0e2b}, + {7532, -32, -2340, 0x0e23}, + {7131, -32, -2051, 0x0000} + } +}; + +StandTile tile_891 = { + 0x0bce28, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {7179, -32, -1987, 0x0e2f}, + {7532, -32, -2340, 0x0e27}, + {7179, -32, -2051, 0x0000} + } +}; + +StandTile tile_892 = { + 0x0bcd28, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {7179, -32, -1987, 0x0000}, + {7885, -32, -1987, 0x0e33}, + {7532, -32, -2340, 0x0e2b} + } +}; + +StandTile tile_893 = { + 0x0bcc28, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {7885, -32, -1987, 0x0000}, + {7885, -32, -2051, 0x0e37}, + {7532, -32, -2340, 0x0e2f} + } +}; + +StandTile tile_894 = { + 0x0bcb28, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {7885, -32, -2051, 0x0000}, + {7933, -32, -2051, 0x0e3b}, + {7532, -32, -2340, 0x0e33} + } +}; + +StandTile tile_895 = { + 0x0bca28, 0x3f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {7933, -32, -2628, 0x0e3f}, + {7532, -32, -2340, 0x0e37}, + {7933, -32, -2051, 0x0000} + } +}; + +StandTile tile_896 = { + 0x0bc928, 0x3f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {7933, -32, -2628, 0x0000}, + {7885, -32, -2628, 0x0e43}, + {7532, -32, -2340, 0x0e3b} + } +}; + +StandTile tile_897 = { + 0x0bc828, 0x3f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {7532, -32, -2340, 0x0e3f}, + {7885, -32, -2628, 0x0e73}, + {7532, -32, -2692, 0x0e1b} + } +}; + +StandTile tile_898 = { + 0x0bc728, 0x3f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {7276, -32, -2933, 0x0e57}, + {7532, -32, -2885, 0x0e63}, + {7436, -32, -3077, 0x0e4b} + } +}; + +StandTile tile_899 = { + 0x0bc628, 0x3f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {7276, -32, -2933, 0x0e47}, + {7436, -32, -3077, 0x0e7b}, + {7131, -32, -3077, 0x0e4f} + } +}; + +StandTile tile_900 = { + 0x0bc528, 0x3f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {7131, -32, -2756, 0x0e53}, + {7276, -32, -2933, 0x0e4b}, + {7131, -32, -3077, 0x0000} + } +}; + +StandTile tile_901 = { + 0x0bc428, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {7131, -32, -2756, 0x0000}, + {7179, -32, -2756, 0x0e57}, + {7276, -32, -2933, 0x0e4f} + } +}; + +StandTile tile_902 = { + 0x0bc328, 0x3f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {7179, -32, -2756, 0x0e5b}, + {7532, -32, -2885, 0x0e47}, + {7276, -32, -2933, 0x0e53} + } +}; + +StandTile tile_903 = { + 0x0bc228, 0x3f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {7532, -32, -2692, 0x0e5f}, + {7532, -32, -2885, 0x0e57}, + {7179, -32, -2756, 0x0e77} + } +}; + +StandTile tile_904 = { + 0x0bc128, 0x3f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {7885, -32, -2756, 0x0e11}, + {7532, -32, -2885, 0x0e5b}, + {7532, -32, -2692, 0x0e73} + } +}; + +StandTile tile_905 = { + 0x0bbf28, 0x3f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7628, -32, -3045, 0x0e67}, + {7436, -32, -3077, 0x0e47}, + {7532, -32, -2885, 0x0e11} + } +}; + +StandTile tile_906 = { + 0x0bbe28, 0x3f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {7628, -32, -3045, 0x0e6b}, + {7436, -32, -3429, 0x0ecb}, + {7436, -32, -3077, 0x0e63} + } +}; + +StandTile tile_907 = { + 0x0bbd28, 0x3f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {7436, -32, -3429, 0x0e67}, + {7628, -32, -3045, 0x0e6f}, + {7885, -32, -3429, 0x0000} + } +}; + +StandTile tile_908 = { + 0x0bbc28, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {7885, -32, -3397, 0x0000}, + {7885, -32, -3429, 0x0e6b}, + {7628, -32, -3045, 0x0e15} + } +}; + +StandTile tile_909 = { + 0x0bb828, 0x3f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {7885, -32, -2756, 0x0e5f}, + {7532, -32, -2692, 0x0e43}, + {7885, -32, -2628, 0x0000} + } +}; + +StandTile tile_910 = { + 0x0bb728, 0x3f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {7179, -32, -2628, 0x0e1b}, + {7532, -32, -2692, 0x0e5b}, + {7179, -32, -2756, 0x0000} + } +}; + +StandTile tile_911 = { + 0x0be72a, 0x3f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7436, -32, -3077, 0x0e7f}, + {7131, 0, -3077, 0x0000}, + {7131, -32, -3077, 0x0e4b} + } +}; + +StandTile tile_912 = { + 0x0be729, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {7436, -32, -3077, 0x0ecb}, + {7436, 0, -3077, 0x0e83}, + {7131, 0, -3077, 0x0e7b} + } +}; + +StandTile tile_913 = { + 0x0be62a, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {7436, 0, -3077, 0x0e87}, + {7131, 0, -3141, 0x0000}, + {7131, 0, -3077, 0x0e7f} + } +}; + +StandTile tile_914 = { + 0x0be629, 0x3f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {7436, 0, -3077, 0x0ecf}, + {7436, 0, -3141, 0x0e8b}, + {7131, 0, -3141, 0x0e83} + } +}; + +StandTile tile_915 = { + 0x0be52a, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {7436, 0, -3141, 0x0e8f}, + {7131, 32, -3141, 0x0000}, + {7131, 0, -3141, 0x0e87} + } +}; + +StandTile tile_916 = { + 0x0be529, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7436, 0, -3141, 0x0ec7}, + {7436, 32, -3141, 0x0e93}, + {7131, 32, -3141, 0x0e8b} + } +}; + +StandTile tile_917 = { + 0x0be42a, 0x3f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7436, 32, -3141, 0x0e97}, + {7131, 32, -3205, 0x0000}, + {7131, 32, -3141, 0x0e8f} + } +}; + +StandTile tile_918 = { + 0x0be429, 0x3f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {7436, 32, -3141, 0x0ec7}, + {7436, 32, -3205, 0x0e9b}, + {7131, 32, -3205, 0x0e93} + } +}; + +StandTile tile_919 = { + 0x0be32a, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {7436, 32, -3205, 0x0e9f}, + {7131, 64, -3205, 0x0000}, + {7131, 32, -3205, 0x0e97} + } +}; + +StandTile tile_920 = { + 0x0be329, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {7436, 32, -3205, 0x0ebb}, + {7436, 64, -3205, 0x0eb7}, + {7131, 64, -3205, 0x0e9b} + } +}; + +StandTile tile_921 = { + 0x0be228, 0x3f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7436, 64, -3429, 0x0000}, + {7388, 64, -3429, 0x0ea7}, + {7436, 64, -3205, 0x0ebf} + } +}; + +StandTile tile_922 = { + 0x0be128, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {7388, 64, -3429, 0x0e01}, + {7228, 64, -3429, 0x0eab}, + {7436, 64, -3205, 0x0ea3} + } +}; + +StandTile tile_923 = { + 0x0be028, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {7228, 64, -3429, 0x0000}, + {7179, 64, -3429, 0x0eaf}, + {7436, 64, -3205, 0x0ea7} + } +}; + +StandTile tile_924 = { + 0x0bdf28, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -3397, 0x0eb3}, + {7436, 64, -3205, 0x0eab}, + {7179, 64, -3429, 0x0000} + } +}; + +StandTile tile_925 = { + 0x0bde28, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7179, 64, -3397, 0x0000}, + {7131, 64, -3397, 0x0eb7}, + {7436, 64, -3205, 0x0eaf} + } +}; + +StandTile tile_926 = { + 0x0bdd28, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {7436, 64, -3205, 0x0eb3}, + {7131, 64, -3397, 0x0000}, + {7131, 64, -3205, 0x0e9f} + } +}; + +StandTile tile_927 = { + 0x0bea2a, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {7436, -32, -3429, 0x0ebf}, + {7436, 64, -3205, 0x0e9f}, + {7436, 32, -3205, 0x0ec3} + } +}; + +StandTile tile_928 = { + 0x0bea29, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {7436, -32, -3429, 0x0000}, + {7436, 64, -3429, 0x0ea3}, + {7436, 64, -3205, 0x0ebb} + } +}; + +StandTile tile_929 = { + 0x0be92a, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7436, 32, -3205, 0x0ec7}, + {7436, 0, -3141, 0x0ecf}, + {7436, -32, -3429, 0x0ebb} + } +}; + +StandTile tile_930 = { + 0x0be929, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7436, 32, -3205, 0x0e97}, + {7436, 32, -3141, 0x0e8f}, + {7436, 0, -3141, 0x0ec3} + } +}; + +StandTile tile_931 = { + 0x0be82a, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7436, -32, -3429, 0x0ecf}, + {7436, 0, -3077, 0x0e7f}, + {7436, -32, -3077, 0x0e67} + } +}; + +StandTile tile_932 = { + 0x0be829, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7436, -32, -3429, 0x0ec3}, + {7436, 0, -3141, 0x0e87}, + {7436, 0, -3077, 0x0ecb} + } +}; + +StandTile tile_933 = { + 0x05ac22, 0x3e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {9631, -32, -2564, 0x0ed7}, + {9615, -32, -2436, 0x0000}, + {9631, -32, -2436, 0x0fb0} + } +}; + +StandTile tile_934 = { + 0x05ac21, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9631, -32, -2564, 0x0000}, + {9615, -32, -2564, 0x0f00}, + {9615, -32, -2436, 0x0ed3} + } +}; + +StandTile tile_935 = { + 0x035c20, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8013, -32, -2564, 0x0f1c}, + {8365, -32, -2212, 0x0edf}, + {8013, -32, -2580, 0x0000} + } +}; + +StandTile tile_936 = { + 0x035b20, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8013, -32, -2580, 0x0edb}, + {8365, -32, -2212, 0x0ee3}, + {8718, -32, -2580, 0x0000} + } +}; + +StandTile tile_937 = { + 0x035a20, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8718, -32, -2580, 0x0edf}, + {8365, -32, -2212, 0x0ef8}, + {8718, -32, -2564, 0x0000} + } +}; + +StandTile tile_938 = { + 0x035920, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {9551, -32, -2580, 0x0eec}, + {9199, -32, -2212, 0x0f14}, + {9471, -32, -2484, 0x0efc}, + {9551, -32, -2564, 0x0000} + } +}; + +StandTile tile_939 = { + 0x035820, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8846, -32, -2580, 0x0ef0}, + {9199, -32, -2212, 0x0ee7}, + {9551, -32, -2580, 0x0000} + } +}; + +StandTile tile_940 = { + 0x035720, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8846, -32, -2580, 0x0000}, + {8846, -32, -2564, 0x0ef4}, + {9199, -32, -2212, 0x0eec} + } +}; + +StandTile tile_941 = { + 0x035620, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8718, -32, -2564, 0x0ef8}, + {9199, -32, -2212, 0x0ef0}, + {8846, -32, -2564, 0x0000} + } +}; + +StandTile tile_942 = { + 0x035520, 0x3e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8718, -32, -2564, 0x0ee3}, + {8365, -32, -2212, 0x0f3c}, + {9199, -32, -2212, 0x0ef4} + } +}; + +StandTile tile_943 = { + 0x035420, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {9551, -32, -2564, 0x0ee7}, + {9471, -32, -2484, 0x0f00}, + {9615, -32, -2564, 0x0000} + } +}; + +StandTile tile_944 = { + 0x035320, 0x3e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9615, -32, -2564, 0x0efc}, + {9471, -32, -2484, 0x0f04}, + {9615, -32, -2436, 0x0ed7} + } +}; + +StandTile tile_945 = { + 0x035220, 0x3e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9615, -32, -2436, 0x0f00}, + {9471, -32, -2484, 0x0f08}, + {9615, -32, -2420, 0x0000} + } +}; + +StandTile tile_946 = { + 0x035120, 0x3e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9615, -32, -2420, 0x0f04}, + {9471, -32, -2484, 0x0f0c}, + {9599, -32, -2420, 0x0000} + } +}; + +StandTile tile_947 = { + 0x035020, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9599, -32, -2420, 0x0f08}, + {9471, -32, -2484, 0x0f10}, + {9599, -32, -2179, 0x0000} + } +}; + +StandTile tile_948 = { + 0x034f20, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9471, -32, -2484, 0x0f14}, + {9551, -32, -2179, 0x0000}, + {9599, -32, -2179, 0x0f0c} + } +}; + +StandTile tile_949 = { + 0x034e20, 0x3e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {9471, -32, -2484, 0x0ee7}, + {9199, -32, -2212, 0x0f18}, + {9551, -32, -2179, 0x0f10} + } +}; + +StandTile tile_950 = { + 0x034d20, 0x3e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {9551, -32, -2179, 0x0f14}, + {9199, -32, -2212, 0x0f20}, + {9551, -32, -2115, 0x0000} + } +}; + +StandTile tile_951 = { + 0x034c20, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8013, -32, -2564, 0x0000}, + {7981, -32, -2564, 0x0f50}, + {8365, -32, -2212, 0x0edb} + } +}; + +StandTile tile_952 = { + 0x034b20, 0x3e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {9199, -32, -2212, 0x0f28}, + {9583, -32, -1859, 0x0f24}, + {9551, -32, -2115, 0x0f18} + } +}; + +StandTile tile_953 = { + 0x034a20, 0x3e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9583, -32, -1859, 0x0000}, + {9583, -32, -2115, 0x0000}, + {9551, -32, -2115, 0x0f20} + } +}; + +StandTile tile_954 = { + 0x034920, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9583, -32, -1859, 0x0f20}, + {9199, -32, -2212, 0x0f2c}, + {9551, -32, -1859, 0x0000} + } +}; + +StandTile tile_955 = { + 0x034820, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9551, -32, -1859, 0x0f28}, + {9199, -32, -2212, 0x0f30}, + {9551, -32, -1827, 0x0000} + } +}; + +StandTile tile_956 = { + 0x034720, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9551, -32, -1827, 0x0f2c}, + {9199, -32, -2212, 0x0f34}, + {8846, -32, -1827, 0x0000} + } +}; + +StandTile tile_957 = { + 0x034620, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8846, -32, -1827, 0x0f30}, + {9199, -32, -2212, 0x0f38}, + {8846, -32, -1859, 0x0000} + } +}; + +StandTile tile_958 = { + 0x034520, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8846, -32, -1859, 0x0f34}, + {9199, -32, -2212, 0x0f3c}, + {8718, -32, -1859, 0x0000} + } +}; + +StandTile tile_959 = { + 0x034420, 0x3e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9199, -32, -2212, 0x0ef8}, + {8365, -32, -2212, 0x0f40}, + {8718, -32, -1859, 0x0f38} + } +}; + +StandTile tile_960 = { + 0x034320, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8718, -32, -1859, 0x0f3c}, + {8365, -32, -2212, 0x0f44}, + {8718, -32, -1827, 0x0000} + } +}; + +StandTile tile_961 = { + 0x034220, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8718, -32, -1827, 0x0f40}, + {8365, -32, -2212, 0x0f48}, + {8013, -32, -1827, 0x0000} + } +}; + +StandTile tile_962 = { + 0x034120, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8013, -32, -1827, 0x0f44}, + {8365, -32, -2212, 0x0f4c}, + {8013, -32, -1859, 0x0000} + } +}; + +StandTile tile_963 = { + 0x034020, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8013, -32, -1859, 0x0f48}, + {8365, -32, -2212, 0x0f50}, + {7981, -32, -1859, 0x0000} + } +}; + +StandTile tile_964 = { + 0x033f20, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8365, -32, -2212, 0x0f1c}, + {7981, -32, -2564, 0x0000}, + {7981, -32, -1859, 0x0f4c} + } +}; + +StandTile tile_965 = { + 0x0ffb22, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9936, -32, -2532, 0x0f58}, + {10064, 0, -2580, 0x0ffd}, + {9936, 0, -2580, 0x0000} + } +}; + +StandTile tile_966 = { + 0x0ffb21, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9936, -32, -2532, 0x0f78}, + {10064, -32, -2532, 0x0000}, + {10064, 0, -2580, 0x0f54} + } +}; + +StandTile tile_967 = { + 0x0ff922, 0x3d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9936, -32, -2612, 0x0f60}, + {9808, -32, -2532, 0x0f7c}, + {9936, -32, -2532, 0x0000} + } +}; + +StandTile tile_968 = { + 0x0ff921, 0x3d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9936, -32, -2612, 0x1001}, + {9679, -32, -2612, 0x0fa8}, + {9808, -32, -2532, 0x0f5c} + } +}; + +StandTile tile_969 = { + 0x0ff822, 0x3d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {10272, -32, -2532, 0x0f68}, + {10064, -32, -2612, 0x0000}, + {10064, -32, -2532, 0x0f74} + } +}; + +StandTile tile_970 = { + 0x0ff821, 0x3d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {10272, -32, -2532, 0x0fa4}, + {10385, -32, -2612, 0x1001}, + {10064, -32, -2612, 0x0f64} + } +}; + +StandTile tile_971 = { + 0x033e20, 0x3d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10272, -32, -1987, 0x0f90}, + {10272, -32, -2372, 0x0f70}, + {10032, -32, -2276, 0x0f88} + } +}; + +StandTile tile_972 = { + 0x033d20, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -32, -2276, 0x0f6c}, + {10272, -32, -2372, 0x0f9c}, + {10272, -32, -2532, 0x0f74} + } +}; + +StandTile tile_973 = { + 0x100e20, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -32, -2276, 0x0f70}, + {10272, -32, -2532, 0x0f64}, + {10064, -32, -2532, 0x0f78} + } +}; + +StandTile tile_974 = { + 0x100f20, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10032, -32, -2276, 0x0f74}, + {10064, -32, -2532, 0x0f58}, + {9936, -32, -2532, 0x0f7c} + } +}; + +StandTile tile_975 = { + 0x033c20, 0x3d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9808, -32, -2532, 0x0f80}, + {10032, -32, -2276, 0x0f78}, + {9936, -32, -2532, 0x0f5c} + } +}; + +StandTile tile_976 = { + 0x033b20, 0x3d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9808, -32, -2372, 0x0f84}, + {10032, -32, -2276, 0x0f7c}, + {9808, -32, -2532, 0x0fb9} + } +}; + +StandTile tile_977 = { + 0x033a20, 0x3d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9808, -32, -2372, 0x0fc9}, + {9808, -32, -1987, 0x0f88}, + {10032, -32, -2276, 0x0f80} + } +}; + +StandTile tile_978 = { + 0x033920, 0x3d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {9808, -32, -1987, 0x0fdd}, + {10272, -32, -1987, 0x0f6c}, + {10032, -32, -2276, 0x0f84} + } +}; + +StandTile tile_979 = { + 0x033820, 0x3d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {10385, -32, -2115, 0x0000}, + {10385, -32, -2179, 0x0f90}, + {10272, -32, -1987, 0x0fed} + } +}; + +StandTile tile_980 = { + 0x033720, 0x3d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {10385, -32, -2179, 0x0f94}, + {10272, -32, -2372, 0x0f6c}, + {10272, -32, -1987, 0x0f8c} + } +}; + +StandTile tile_981 = { + 0x033620, 0x3d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10417, -32, -2179, 0x0f98}, + {10272, -32, -2372, 0x0f90}, + {10385, -32, -2179, 0x0000} + } +}; + +StandTile tile_982 = { + 0x033520, 0x3d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10417, -32, -2179, 0x0000}, + {10417, -32, -2564, 0x0f9c}, + {10272, -32, -2372, 0x0f94} + } +}; + +StandTile tile_983 = { + 0x033420, 0x3d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10417, -32, -2564, 0x0fa0}, + {10272, -32, -2532, 0x0f70}, + {10272, -32, -2372, 0x0f98} + } +}; + +StandTile tile_984 = { + 0x033320, 0x3d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10385, -32, -2564, 0x0fa4}, + {10272, -32, -2532, 0x0f9c}, + {10417, -32, -2564, 0x0000} + } +}; + +StandTile tile_985 = { + 0x033220, 0x3d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10385, -32, -2612, 0x0f68}, + {10272, -32, -2532, 0x0fa0}, + {10385, -32, -2564, 0x0000} + } +}; + +StandTile tile_986 = { + 0x032f20, 0x3d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9679, -32, -2612, 0x0000}, + {9679, -32, -2564, 0x0fac}, + {9808, -32, -2532, 0x0f60} + } +}; + +StandTile tile_987 = { + 0x032e20, 0x3d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9631, -32, -2564, 0x0fb0}, + {9808, -32, -2532, 0x0fa8}, + {9679, -32, -2564, 0x0000} + } +}; + +StandTile tile_988 = { + 0x032d20, 0x3d, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {9631, -32, -2420, 0x0fb5}, + {9808, -32, -2532, 0x0fac}, + {9631, -32, -2564, 0x0ed3}, + {9631, -32, -2436, 0x0000} + } +}; + +StandTile tile_989 = { + 0x032c20, 0x3d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9631, -32, -2420, 0x0000}, + {9647, -32, -2420, 0x0fb9}, + {9808, -32, -2532, 0x0fb0} + } +}; + +StandTile tile_990 = { + 0x032b20, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9647, -32, -2420, 0x0fbd}, + {9808, -32, -2372, 0x0f80}, + {9808, -32, -2532, 0x0fb5} + } +}; + +StandTile tile_991 = { + 0x032a20, 0x3d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9647, -32, -2179, 0x0fc1}, + {9808, -32, -2372, 0x0fb9}, + {9647, -32, -2420, 0x0000} + } +}; + +StandTile tile_992 = { + 0x032920, 0x3d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9647, -32, -2179, 0x0000}, + {9679, -32, -2179, 0x0fc5}, + {9808, -32, -2372, 0x0fbd} + } +}; + +StandTile tile_993 = { + 0x032820, 0x3d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {9808, -32, -2372, 0x0fc1}, + {9679, -32, -2179, 0x0000}, + {9679, -32, -2115, 0x0fc9} + } +}; + +StandTile tile_994 = { + 0x032720, 0x3d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9679, -32, -2115, 0x0fcd}, + {9808, -32, -1987, 0x0f84}, + {9808, -32, -2372, 0x0fc5} + } +}; + +StandTile tile_995 = { + 0x032620, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9647, -32, -2115, 0x0fd1}, + {9808, -32, -1987, 0x0fc9}, + {9679, -32, -2115, 0x0000} + } +}; + +StandTile tile_996 = { + 0x032520, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9647, -32, -1859, 0x0fd5}, + {9808, -32, -1987, 0x0fcd}, + {9647, -32, -2115, 0x0000} + } +}; + +StandTile tile_997 = { + 0x032420, 0x3d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9679, -32, -1859, 0x0fd9}, + {9808, -32, -1987, 0x0fd1}, + {9647, -32, -1859, 0x0000} + } +}; + +StandTile tile_998 = { + 0x032320, 0x3d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9679, -32, -1859, 0x0000}, + {9679, -32, -1827, 0x0fdd}, + {9808, -32, -1987, 0x0fd5} + } +}; + +StandTile tile_999 = { + 0x032220, 0x3d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9679, -32, -1827, 0x0fe1}, + {10272, -32, -1987, 0x0f88}, + {9808, -32, -1987, 0x0fd9} + } +}; + +StandTile tile_1000 = { + 0x032120, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {10385, -32, -1827, 0x0fe5}, + {10272, -32, -1987, 0x0fdd}, + {9679, -32, -1827, 0x0000} + } +}; + +StandTile tile_1001 = { + 0x032020, 0x3d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {10385, -32, -1859, 0x0fe9}, + {10272, -32, -1987, 0x0fe1}, + {10385, -32, -1827, 0x0000} + } +}; + +StandTile tile_1002 = { + 0x031f20, 0x3d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {10449, -32, -1859, 0x0ff5}, + {10272, -32, -1987, 0x0fe5}, + {10385, -32, -1859, 0x0000} + } +}; + +StandTile tile_1003 = { + 0x031e20, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {10272, -32, -1987, 0x0ff1}, + {10449, -32, -2115, 0x0000}, + {10385, -32, -2115, 0x0f8c} + } +}; + +StandTile tile_1004 = { + 0x031d20, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {10272, -32, -1987, 0x0ff5}, + {10449, -32, -1987, 0x1027}, + {10449, -32, -2115, 0x0fed} + } +}; + +StandTile tile_1005 = { + 0x031820, 0x3d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {10449, -32, -1859, 0x1017}, + {10449, -32, -1987, 0x0ff1}, + {10272, -32, -1987, 0x0fe9} + } +}; + +StandTile tile_1006 = { + 0x0fe422, 0x3d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9936, 0, -2628, 0x0ffd}, + {10064, 0, -2580, 0x0000}, + {10064, 0, -2628, 0x05ef} + } +}; + +StandTile tile_1007 = { + 0x0fe421, 0x3d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9936, 0, -2628, 0x0000}, + {9936, 0, -2580, 0x0f54}, + {10064, 0, -2580, 0x0ff9} + } +}; + +StandTile tile_1008 = { + 0x024d22, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {10385, -32, -2612, 0x1007}, + {9936, -16, -2612, 0x0000}, + {9679, -32, -2612, 0x0f60}, + {9936, -32, -2612, 0x0000}, + {10064, -32, -2612, 0x0f68} + } +}; + +StandTile tile_1009 = { + 0x024d21, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10385, -32, -2612, 0x0000}, + {10064, -16, -2612, 0x0000}, + {9936, -16, -2612, 0x1001} + } +}; + +StandTile tile_1010 = { + 0x031520, 0x3c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {10897, -32, -1859, 0x102b}, + {10673, -32, -1987, 0x100f}, + {10897, -32, -1827, 0x0000} + } +}; + +StandTile tile_1011 = { + 0x031620, 0x3c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {10897, -32, -1827, 0x100b}, + {10673, -32, -1987, 0x1013}, + {10449, -32, -1827, 0x0000} + } +}; + +StandTile tile_1012 = { + 0x031720, 0x3c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10449, -32, -1827, 0x100f}, + {10673, -32, -1987, 0x1017}, + {10449, -32, -1859, 0x0000} + } +}; + +StandTile tile_1013 = { + 0x0fbb20, 0x3c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {10449, -32, -1859, 0x1013}, + {10673, -32, -1987, 0x1027}, + {10449, -32, -1987, 0x0ff5} + } +}; + +StandTile tile_1014 = { + 0x031a20, 0x3c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10897, -32, -2147, 0x101f}, + {10673, -32, -1987, 0x102f}, + {10897, -32, -2115, 0x0000} + } +}; + +StandTile tile_1015 = { + 0x031b20, 0x3c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10673, -32, -1987, 0x101b}, + {10897, -32, -2147, 0x0000}, + {10449, -32, -2147, 0x1023} + } +}; + +StandTile tile_1016 = { + 0x031c20, 0x3c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10449, -32, -2115, 0x1027}, + {10673, -32, -1987, 0x101f}, + {10449, -32, -2147, 0x0000} + } +}; + +StandTile tile_1017 = { + 0x0fbc20, 0x3c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {10449, -32, -1987, 0x1017}, + {10673, -32, -1987, 0x1023}, + {10449, -32, -2115, 0x0ff1} + } +}; + +StandTile tile_1018 = { + 0x0fba20, 0x3c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {10897, -32, -1987, 0x102f}, + {10673, -32, -1987, 0x100b}, + {10897, -32, -1859, 0x1053} + } +}; + +StandTile tile_1019 = { + 0x0fb820, 0x3c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {10673, -32, -1987, 0x102b}, + {10897, -32, -1987, 0x105b}, + {10897, -32, -2115, 0x101b} + } +}; + +StandTile tile_1020 = { + 0x030a20, 0x3b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, -1763, 0x109f}, + {11250, -32, -1859, 0x103b}, + {11106, -32, -1987, 0x1037} + } +}; + +StandTile tile_1021 = { + 0x030b20, 0x3b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10962, -32, -1859, 0x109b}, + {11106, -32, -1763, 0x1033}, + {11106, -32, -1987, 0x1057} + } +}; + +StandTile tile_1022 = { + 0x030c20, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, -1987, 0x1033}, + {11250, -32, -1859, 0x0000}, + {11282, -32, -1859, 0x103f} + } +}; + +StandTile tile_1023 = { + 0x030d20, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {11282, -32, -2115, 0x1043}, + {11106, -32, -1987, 0x103b}, + {11282, -32, -1859, 0x0000} + } +}; + +StandTile tile_1024 = { + 0x030e20, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {11250, -32, -2115, 0x1047}, + {11106, -32, -1987, 0x103f}, + {11282, -32, -2115, 0x0000} + } +}; + +StandTile tile_1025 = { + 0x030f20, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {11250, -32, -2147, 0x104b}, + {11106, -32, -1987, 0x1043}, + {11250, -32, -2115, 0x0000} + } +}; + +StandTile tile_1026 = { + 0x031020, 0x3b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10962, -32, -2147, 0x104f}, + {11106, -32, -1987, 0x1047}, + {11250, -32, -2147, 0x0000} + } +}; + +StandTile tile_1027 = { + 0x031120, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {10962, -32, -2115, 0x105f}, + {11106, -32, -1987, 0x104b}, + {10962, -32, -2147, 0x0000} + } +}; + +StandTile tile_1028 = { + 0x0fb722, 0x3b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10962, -32, -1859, 0x1057}, + {10897, -32, -1987, 0x102b}, + {10897, -32, -1859, 0x0000} + } +}; + +StandTile tile_1029 = { + 0x0fb721, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {10962, -32, -1859, 0x1037}, + {11106, -32, -1987, 0x105f}, + {10897, -32, -1987, 0x1053} + } +}; + +StandTile tile_1030 = { + 0x0fb922, 0x3b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {10897, -32, -1987, 0x105f}, + {10962, -32, -2115, 0x0000}, + {10897, -32, -2115, 0x102f} + } +}; + +StandTile tile_1031 = { + 0x0fb921, 0x3b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10897, -32, -1987, 0x1057}, + {11106, -32, -1987, 0x104f}, + {10962, -32, -2115, 0x105b} + } +}; + +StandTile tile_1032 = { + 0x02fa20, 0x3b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {11298, -32, -1042, 0x106b}, + {11106, -32, -1218, 0x10a7}, + {11282, -32, -1042, 0x0000} + } +}; + +StandTile tile_1033 = { + 0x02fb20, 0x3b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, -1042, 0x10a3}, + {11106, -32, -1218, 0x106f}, + {10913, -32, -1042, 0x0000} + } +}; + +StandTile tile_1034 = { + 0x02fc20, 0x3b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, -1410, 0x106f}, + {11106, -32, -1218, 0x1063}, + {11298, -32, -1042, 0x1097} + } +}; + +StandTile tile_1035 = { + 0x02fd20, 0x3b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10913, -32, -1042, 0x1067}, + {11106, -32, -1218, 0x106b}, + {11106, -32, -1410, 0x1073} + } +}; + +StandTile tile_1036 = { + 0x02fe20, 0x3b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {10913, -32, -1042, 0x106f}, + {11106, -32, -1410, 0x1077}, + {10913, -32, -1619, 0x0000} + } +}; + +StandTile tile_1037 = { + 0x02ff20, 0x3b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10913, -32, -1619, 0x1073}, + {11106, -32, -1410, 0x107b}, + {10929, -32, -1619, 0x0000} + } +}; + +StandTile tile_1038 = { + 0x030020, 0x3b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, -1619, 0x1077}, + {11106, -32, -1410, 0x107f}, + {10929, -32, -1667, 0x0000} + } +}; + +StandTile tile_1039 = { + 0x030120, 0x3b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, -1667, 0x107b}, + {11106, -32, -1410, 0x1083}, + {10962, -32, -1667, 0x0000} + } +}; + +StandTile tile_1040 = { + 0x030220, 0x3b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {10962, -32, -1667, 0x107f}, + {11106, -32, -1410, 0x1087}, + {11106, -32, -1763, 0x109b} + } +}; + +StandTile tile_1041 = { + 0x030320, 0x3b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, -1763, 0x1083}, + {11106, -32, -1410, 0x108b}, + {11250, -32, -1667, 0x109f} + } +}; + +StandTile tile_1042 = { + 0x030420, 0x3b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {11250, -32, -1667, 0x1087}, + {11106, -32, -1410, 0x108f}, + {11282, -32, -1667, 0x0000} + } +}; + +StandTile tile_1043 = { + 0x030520, 0x3b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {11282, -32, -1667, 0x108b}, + {11106, -32, -1410, 0x1093}, + {11282, -32, -1619, 0x0000} + } +}; + +StandTile tile_1044 = { + 0x030620, 0x3b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {11282, -32, -1619, 0x108f}, + {11106, -32, -1410, 0x1097}, + {11298, -32, -1619, 0x0000} + } +}; + +StandTile tile_1045 = { + 0x030720, 0x3b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {11298, -32, -1619, 0x1093}, + {11106, -32, -1410, 0x106b}, + {11298, -32, -1042, 0x0000} + } +}; + +StandTile tile_1046 = { + 0x030820, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {10962, -32, -1859, 0x0000}, + {10962, -32, -1667, 0x1083}, + {11106, -32, -1763, 0x1037} + } +}; + +StandTile tile_1047 = { + 0x030920, 0x3b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, -1763, 0x1087}, + {11250, -32, -1667, 0x0000}, + {11250, -32, -1859, 0x1033} + } +}; + +StandTile tile_1048 = { + 0x0fb120, 0x3b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, -1218, 0x1067}, + {10929, -32, -1042, 0x10e4}, + {11106, -32, -1042, 0x10a7} + } +}; + +StandTile tile_1049 = { + 0x0fb420, 0x3b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11282, -32, -1042, 0x1063}, + {11106, -32, -1218, 0x10a3}, + {11106, -32, -1042, 0x10f0} + } +}; + +StandTile tile_1050 = { + 0x0f9a20, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11282, -32, -272, 0x10af}, + {11106, -32, -577, 0x10b3}, + {11106, -32, -272, 0x129f} + } +}; + +StandTile tile_1051 = { + 0x02e920, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11282, -32, -369, 0x10c8}, + {11106, -32, -577, 0x10ab}, + {11282, -32, -272, 0x0000} + } +}; + +StandTile tile_1052 = { + 0x02ea20, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, -272, 0x129b}, + {11106, -32, -272, 0x10ab}, + {11106, -32, -577, 0x10b7} + } +}; + +StandTile tile_1053 = { + 0x02eb20, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, -272, 0x10b3}, + {11106, -32, -577, 0x10bb}, + {10929, -32, -369, 0x0000} + } +}; + +StandTile tile_1054 = { + 0x02ec20, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, -369, 0x10b7}, + {11106, -32, -577, 0x10bf}, + {10897, -32, -369, 0x0000} + } +}; + +StandTile tile_1055 = { + 0x02ed20, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {10897, -32, -369, 0x10bb}, + {11106, -32, -577, 0x10d8}, + {10913, -32, -513, 0x10c3} + } +}; + +StandTile tile_1056 = { + 0x02ee20, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {10897, -32, -513, 0x0000}, + {10897, -32, -497, 0x10f8}, + {10897, -32, -369, 0x10bf}, + {10913, -32, -513, 0x0000} + } +}; + +StandTile tile_1057 = { + 0x02ef20, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11298, -32, -369, 0x10cc}, + {11106, -32, -577, 0x10af}, + {11282, -32, -369, 0x0000} + } +}; + +StandTile tile_1058 = { + 0x02f020, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11298, -32, -946, 0x10d0}, + {11106, -32, -577, 0x10c8}, + {11298, -32, -369, 0x0000} + } +}; + +StandTile tile_1059 = { + 0x02f120, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, -833, 0x10d8}, + {11106, -32, -577, 0x10cc}, + {11298, -32, -946, 0x10d4} + } +}; + +StandTile tile_1060 = { + 0x02f220, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, -833, 0x10d0}, + {11298, -32, -946, 0x0000}, + {11282, -32, -946, 0x10ec} + } +}; + +StandTile tile_1061 = { + 0x02f320, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {10913, -32, -513, 0x10bf}, + {11106, -32, -577, 0x10d0}, + {11106, -32, -833, 0x10dc} + } +}; + +StandTile tile_1062 = { + 0x02f420, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10913, -32, -513, 0x10d8}, + {11106, -32, -833, 0x10e0}, + {10913, -32, -946, 0x0000} + } +}; + +StandTile tile_1063 = { + 0x02f520, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {10913, -32, -946, 0x10dc}, + {11106, -32, -833, 0x10e8}, + {10929, -32, -946, 0x0000} + } +}; + +StandTile tile_1064 = { + 0x0fb322, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, -1042, 0x10e8}, + {11106, -32, -833, 0x10ec}, + {11106, -32, -1042, 0x10a3} + } +}; + +StandTile tile_1065 = { + 0x0fb321, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, -1042, 0x0000}, + {10929, -32, -946, 0x10e0}, + {11106, -32, -833, 0x10e4} + } +}; + +StandTile tile_1066 = { + 0x0fb222, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11282, -32, -946, 0x10f0}, + {11106, -32, -1042, 0x10e4}, + {11106, -32, -833, 0x10d4} + } +}; + +StandTile tile_1067 = { + 0x0fb221, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {11282, -32, -946, 0x0000}, + {11282, -32, -1042, 0x10a7}, + {11106, -32, -1042, 0x10ec} + } +}; + +StandTile tile_1068 = { + 0x0f8a22, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10881, -32, -369, 0x10f8}, + {10897, -32, -497, 0x0000}, + {10881, -32, -497, 0x1110} + } +}; + +StandTile tile_1069 = { + 0x0f8a21, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10881, -32, -369, 0x0000}, + {10897, -32, -369, 0x10c3}, + {10897, -32, -497, 0x10f4} + } +}; + +StandTile tile_1070 = { + 0x056220, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10865, -32, -946, 0x111d}, + {10545, -32, -657, 0x1100}, + {10753, -32, -449, 0x1119} + } +}; + +StandTile tile_1071 = { + 0x056120, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10753, -32, -449, 0x10fc}, + {10545, -32, -657, 0x1121}, + {10256, -32, -337, 0x1125} + } +}; + +StandTile tile_1072 = { + 0x056020, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {10753, -32, -449, 0x1125}, + {10833, -32, -337, 0x0000}, + {10865, -32, -337, 0x1108} + } +}; + +StandTile tile_1073 = { + 0x055f20, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {10865, -32, -337, 0x0000}, + {10865, -32, -369, 0x110c}, + {10753, -32, -449, 0x1104} + } +}; + +StandTile tile_1074 = { + 0x055e20, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {10753, -32, -449, 0x1108}, + {10865, -32, -369, 0x0000}, + {10881, -32, -369, 0x1110} + } +}; + +StandTile tile_1075 = { + 0x055d20, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {10881, -32, -513, 0x1115}, + {10753, -32, -449, 0x110c}, + {10881, -32, -369, 0x10f4}, + {10881, -32, -497, 0x0000} + } +}; + +StandTile tile_1076 = { + 0x055c20, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {10865, -32, -513, 0x1119}, + {10753, -32, -449, 0x1110}, + {10881, -32, -513, 0x0000} + } +}; + +StandTile tile_1077 = { + 0x055b20, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {10865, -32, -513, 0x0000}, + {10865, -32, -946, 0x10fc}, + {10753, -32, -449, 0x1115} + } +}; + +StandTile tile_1078 = { + 0x055a20, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10545, -32, -657, 0x10fc}, + {10865, -32, -946, 0x1129}, + {10208, -32, -994, 0x1121} + } +}; + +StandTile tile_1079 = { + 0x055920, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10208, -32, -994, 0x115d}, + {10256, -32, -337, 0x1100}, + {10545, -32, -657, 0x111d} + } +}; + +StandTile tile_1080 = { + 0x055820, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {10256, -32, -337, 0x0000}, + {10833, -32, -337, 0x1104}, + {10753, -32, -449, 0x1100} + } +}; + +StandTile tile_1081 = { + 0x055720, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10865, -32, -946, 0x0000}, + {10865, -32, -1042, 0x112d}, + {10208, -32, -994, 0x111d} + } +}; + +StandTile tile_1082 = { + 0x055620, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10208, -32, -994, 0x1129}, + {10865, -32, -1042, 0x1131}, + {10545, -32, -1330, 0x1151} + } +}; + +StandTile tile_1083 = { + 0x055520, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10545, -32, -1330, 0x112d}, + {10865, -32, -1042, 0x0000}, + {10881, -32, -1042, 0x1135} + } +}; + +StandTile tile_1084 = { + 0x055420, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10881, -32, -1042, 0x0000}, + {10881, -32, -1619, 0x1139}, + {10545, -32, -1330, 0x1131} + } +}; + +StandTile tile_1085 = { + 0x055320, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10545, -32, -1330, 0x1135}, + {10881, -32, -1619, 0x0000}, + {10865, -32, -1619, 0x113d} + } +}; + +StandTile tile_1086 = { + 0x055220, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10865, -32, -1619, 0x0000}, + {10865, -32, -1667, 0x1141}, + {10545, -32, -1330, 0x1139} + } +}; + +StandTile tile_1087 = { + 0x055120, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10545, -32, -1330, 0x113d}, + {10865, -32, -1667, 0x0000}, + {10833, -32, -1667, 0x1145} + } +}; + +StandTile tile_1088 = { + 0x055020, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10833, -32, -1667, 0x0000}, + {10833, -32, -1683, 0x1149}, + {10545, -32, -1330, 0x1141} + } +}; + +StandTile tile_1089 = { + 0x054f20, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10545, -32, -1330, 0x1145}, + {10833, -32, -1683, 0x0000}, + {10256, -32, -1683, 0x114d} + } +}; + +StandTile tile_1090 = { + 0x054e20, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10256, -32, -1683, 0x0000}, + {10256, -32, -1667, 0x1151}, + {10545, -32, -1330, 0x1149} + } +}; + +StandTile tile_1091 = { + 0x054d20, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10545, -32, -1330, 0x114d}, + {10256, -32, -1667, 0x1155}, + {10208, -32, -994, 0x112d} + } +}; + +StandTile tile_1092 = { + 0x054c20, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10208, -32, -994, 0x1151}, + {10256, -32, -1667, 0x0000}, + {10160, -32, -1667, 0x1159} + } +}; + +StandTile tile_1093 = { + 0x054b20, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10160, -32, -1667, 0x1191}, + {9872, -32, -1330, 0x118d}, + {10208, -32, -994, 0x1155} + } +}; + +StandTile tile_1094 = { + 0x054a20, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10208, -32, -994, 0x1161}, + {10160, -32, -337, 0x0000}, + {10256, -32, -337, 0x1121} + } +}; + +StandTile tile_1095 = { + 0x054920, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10208, -32, -994, 0x1185}, + {9872, -32, -657, 0x1165}, + {10160, -32, -337, 0x115d} + } +}; + +StandTile tile_1096 = { + 0x054820, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9872, -32, -657, 0x1169}, + {10160, -32, -321, 0x0000}, + {10160, -32, -337, 0x1161} + } +}; + +StandTile tile_1097 = { + 0x054720, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9583, -32, -321, 0x0000}, + {10160, -32, -321, 0x1165}, + {9872, -32, -657, 0x116d} + } +}; + +StandTile tile_1098 = { + 0x054620, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9872, -32, -657, 0x1171}, + {9583, -32, -337, 0x0000}, + {9583, -32, -321, 0x1169} + } +}; + +StandTile tile_1099 = { + 0x054520, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9551, -32, -337, 0x0000}, + {9583, -32, -337, 0x116d}, + {9872, -32, -657, 0x1175} + } +}; + +StandTile tile_1100 = { + 0x054420, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9872, -32, -657, 0x1179}, + {9551, -32, -369, 0x0000}, + {9551, -32, -337, 0x1171} + } +}; + +StandTile tile_1101 = { + 0x054320, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9535, -32, -369, 0x0000}, + {9551, -32, -369, 0x1175}, + {9872, -32, -657, 0x117d} + } +}; + +StandTile tile_1102 = { + 0x054220, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9872, -32, -657, 0x1181}, + {9535, -32, -946, 0x0000}, + {9535, -32, -369, 0x1179} + } +}; + +StandTile tile_1103 = { + 0x054120, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9872, -32, -657, 0x1185}, + {9551, -32, -946, 0x0000}, + {9535, -32, -946, 0x117d} + } +}; + +StandTile tile_1104 = { + 0x054020, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9872, -32, -657, 0x1161}, + {10208, -32, -994, 0x1189}, + {9551, -32, -946, 0x1181} + } +}; + +StandTile tile_1105 = { + 0x053f20, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10208, -32, -994, 0x118d}, + {9551, -32, -1042, 0x0000}, + {9551, -32, -946, 0x1185} + } +}; + +StandTile tile_1106 = { + 0x053e20, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9872, -32, -1330, 0x11a1}, + {9551, -32, -1042, 0x1189}, + {10208, -32, -994, 0x1159} + } +}; + +StandTile tile_1107 = { + 0x053d20, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9872, -32, -1330, 0x1159}, + {10160, -32, -1667, 0x0000}, + {10160, -32, -1683, 0x1195} + } +}; + +StandTile tile_1108 = { + 0x053c20, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10160, -32, -1683, 0x0000}, + {9583, -32, -1683, 0x1199}, + {9872, -32, -1330, 0x1191} + } +}; + +StandTile tile_1109 = { + 0x053b20, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9872, -32, -1330, 0x1195}, + {9583, -32, -1683, 0x0000}, + {9583, -32, -1667, 0x119d} + } +}; + +StandTile tile_1110 = { + 0x053a20, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9583, -32, -1667, 0x0000}, + {9551, -32, -1667, 0x11ad}, + {9872, -32, -1330, 0x1199} + } +}; + +StandTile tile_1111 = { + 0x053920, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9535, -32, -1042, 0x0000}, + {9551, -32, -1042, 0x118d}, + {9872, -32, -1330, 0x11a5} + } +}; + +StandTile tile_1112 = { + 0x053820, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9872, -32, -1330, 0x11a9}, + {9535, -32, -1619, 0x0000}, + {9535, -32, -1042, 0x11a1} + } +}; + +StandTile tile_1113 = { + 0x053720, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9551, -32, -1619, 0x0000}, + {9535, -32, -1619, 0x11a5}, + {9872, -32, -1330, 0x11ad} + } +}; + +StandTile tile_1114 = { + 0x053620, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9551, -32, -1619, 0x11a9}, + {9872, -32, -1330, 0x119d}, + {9551, -32, -1667, 0x0000} + } +}; + +StandTile tile_1115 = { + 0x0f8822, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11506, -32, -304, 0x11b5}, + {11378, -32, -321, 0x0000}, + {11378, -32, -304, 0x128e} + } +}; + +StandTile tile_1116 = { + 0x0f8821, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11506, -32, -304, 0x0000}, + {11506, -32, -321, 0x11d1}, + {11378, -32, -321, 0x11b1} + } +}; + +StandTile tile_1117 = { + 0x04a220, 0x38, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -657, 0x11f6}, + {11346, -32, -946, 0x11bd}, + {11458, -32, -433, 0x11da} + } +}; + +StandTile tile_1118 = { + 0x04a120, 0x38, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {11458, -32, -433, 0x11b9}, + {11346, -32, -946, 0x0000}, + {11346, -32, -369, 0x11c1} + } +}; + +StandTile tile_1119 = { + 0x04a020, 0x38, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {11362, -32, -369, 0x11c5}, + {11458, -32, -433, 0x11bd}, + {11346, -32, -369, 0x0000} + } +}; + +StandTile tile_1120 = { + 0x049f20, 0x38, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {11362, -32, -369, 0x0000}, + {11362, -32, -337, 0x11c9}, + {11458, -32, -433, 0x11c1} + } +}; + +StandTile tile_1121 = { + 0x049e20, 0x38, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {11458, -32, -433, 0x11c5}, + {11362, -32, -337, 0x0000}, + {11378, -32, -337, 0x11cd} + } +}; + +StandTile tile_1122 = { + 0x049d20, 0x38, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {11458, -32, -433, 0x11c9}, + {11378, -32, -337, 0x0000}, + {11378, -32, -321, 0x11d1} + } +}; + +StandTile tile_1123 = { + 0x049c20, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {11458, -32, -433, 0x11cd}, + {11378, -32, -321, 0x11b5}, + {11506, -32, -321, 0x0000}, + {11522, -32, -321, 0x11d6} + } +}; + +StandTile tile_1124 = { + 0x049b20, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11522, -32, -321, 0x0000}, + {11522, -32, -337, 0x11da}, + {11458, -32, -433, 0x11d1} + } +}; + +StandTile tile_1125 = { + 0x049a20, 0x38, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {11522, -32, -337, 0x11de}, + {11667, -32, -657, 0x11b9}, + {11458, -32, -433, 0x11d6} + } +}; + +StandTile tile_1126 = { + 0x049920, 0x38, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {11522, -32, -337, 0x0000}, + {11955, -32, -337, 0x11e2}, + {11667, -32, -657, 0x11da} + } +}; + +StandTile tile_1127 = { + 0x049820, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -657, 0x11de}, + {11955, -32, -337, 0x0000}, + {12019, -32, -337, 0x11e6} + } +}; + +StandTile tile_1128 = { + 0x049720, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {12019, -32, -337, 0x0000}, + {12019, -32, -369, 0x11ea}, + {11667, -32, -657, 0x11e2} + } +}; + +StandTile tile_1129 = { + 0x049620, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -657, 0x11e6}, + {12019, -32, -369, 0x0000}, + {12035, -32, -369, 0x11ee} + } +}; + +StandTile tile_1130 = { + 0x049520, 0x38, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {12035, -32, -946, 0x11f2}, + {11667, -32, -657, 0x11ea}, + {12035, -32, -369, 0x0000} + } +}; + +StandTile tile_1131 = { + 0x049420, 0x38, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {12035, -32, -946, 0x0000}, + {12019, -32, -946, 0x11fe}, + {11667, -32, -657, 0x11ee} + } +}; + +StandTile tile_1132 = { + 0x049320, 0x38, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {11362, -32, -946, 0x0000}, + {11346, -32, -946, 0x11b9}, + {11667, -32, -657, 0x11fa} + } +}; + +StandTile tile_1133 = { + 0x049220, 0x38, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -657, 0x1206}, + {11362, -32, -1042, 0x0000}, + {11362, -32, -946, 0x11f6} + } +}; + +StandTile tile_1134 = { + 0x049120, 0x38, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -657, 0x11f2}, + {12019, -32, -946, 0x0000}, + {12019, -32, -1042, 0x1202} + } +}; + +StandTile tile_1135 = { + 0x049020, 0x38, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {12019, -32, -1042, 0x1222}, + {11667, -32, -1330, 0x1206}, + {11667, -32, -657, 0x11fe} + } +}; + +StandTile tile_1136 = { + 0x048f20, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -1330, 0x120a}, + {11362, -32, -1042, 0x11fa}, + {11667, -32, -657, 0x1202} + } +}; + +StandTile tile_1137 = { + 0x048e20, 0x38, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {11346, -32, -1042, 0x0000}, + {11362, -32, -1042, 0x1206}, + {11667, -32, -1330, 0x120e} + } +}; + +StandTile tile_1138 = { + 0x048d20, 0x38, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -1330, 0x1212}, + {11346, -32, -1619, 0x0000}, + {11346, -32, -1042, 0x120a} + } +}; + +StandTile tile_1139 = { + 0x048c20, 0x38, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {11362, -32, -1619, 0x0000}, + {11346, -32, -1619, 0x120e}, + {11667, -32, -1330, 0x1216} + } +}; + +StandTile tile_1140 = { + 0x048b20, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -1330, 0x121a}, + {11362, -32, -1667, 0x0000}, + {11362, -32, -1619, 0x1212} + } +}; + +StandTile tile_1141 = { + 0x048a20, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11378, -32, -1667, 0x0000}, + {11362, -32, -1667, 0x1216}, + {11667, -32, -1330, 0x121e} + } +}; + +StandTile tile_1142 = { + 0x048920, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -1330, 0x123a}, + {11378, -32, -1683, 0x0000}, + {11378, -32, -1667, 0x121a} + } +}; + +StandTile tile_1143 = { + 0x048820, 0x38, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -1330, 0x1202}, + {12019, -32, -1042, 0x0000}, + {12035, -32, -1042, 0x1226} + } +}; + +StandTile tile_1144 = { + 0x048720, 0x38, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {12035, -32, -1042, 0x0000}, + {12035, -32, -1619, 0x122a}, + {11667, -32, -1330, 0x1222} + } +}; + +StandTile tile_1145 = { + 0x048620, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -1330, 0x1226}, + {12035, -32, -1619, 0x0000}, + {12019, -32, -1619, 0x122e} + } +}; + +StandTile tile_1146 = { + 0x048520, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {12019, -32, -1619, 0x0000}, + {12019, -32, -1667, 0x1232}, + {11667, -32, -1330, 0x122a} + } +}; + +StandTile tile_1147 = { + 0x048420, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -1330, 0x122e}, + {12019, -32, -1667, 0x0000}, + {11955, -32, -1667, 0x1236} + } +}; + +StandTile tile_1148 = { + 0x048320, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11955, -32, -1667, 0x0000}, + {11955, -32, -1683, 0x123a}, + {11667, -32, -1330, 0x1232} + } +}; + +StandTile tile_1149 = { + 0x048220, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -1330, 0x1236}, + {11955, -32, -1683, 0x0000}, + {11378, -32, -1683, 0x121e} + } +}; + +StandTile tile_1150 = { + 0x102c22, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11330, -32, 609, 0x1242}, + {11378, -32, 160, 0x0000}, + {11282, -32, 160, 0x1246} + } +}; + +StandTile tile_1151 = { + 0x102c21, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11330, -32, 609, 0x0000}, + {11378, -32, 609, 0x1293}, + {11378, -32, 160, 0x123e} + } +}; + +StandTile tile_1152 = { + 0x102b22, 0x37, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, 321, 0x124a}, + {11330, -32, 609, 0x123e}, + {11282, -32, 160, 0x127e} + } +}; + +StandTile tile_1153 = { + 0x102b21, 0x37, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, 321, 0x12d7}, + {11282, -32, 609, 0x0000}, + {11330, -32, 609, 0x1246} + } +}; + +StandTile tile_1154 = { + 0x102a20, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11378, -32, 160, 0x1293}, + {11691, -32, 371, 0x128a}, + {11378, -32, 64, 0x0000} + } +}; + +StandTile tile_1155 = { + 0x102822, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11522, -32, -304, 0x1256}, + {11378, -32, -112, 0x12af}, + {11522, -32, -288, 0x0000} + } +}; + +StandTile tile_1156 = { + 0x102821, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {11522, -32, -304, 0x128e}, + {11378, -32, -272, 0x12a7}, + {11378, -32, -112, 0x1252} + } +}; + +StandTile tile_1157 = { + 0x102722, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -112, 0x125e}, + {11987, -32, -272, 0x0000}, + {11955, -32, -272, 0x12b7} + } +}; + +StandTile tile_1158 = { + 0x102721, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -112, 0x12bb}, + {11987, -32, 64, 0x0000}, + {11987, -32, -272, 0x125a} + } +}; + +StandTile tile_1159 = { + 0x102622, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {11987, -32, 609, 0x1266}, + {11691, -32, 371, 0x12cb}, + {11955, -32, 609, 0x0000} + } +}; + +StandTile tile_1160 = { + 0x102621, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {11987, -32, 609, 0x0000}, + {11987, -32, 160, 0x12c7}, + {11691, -32, 371, 0x1262} + } +}; + +StandTile tile_1161 = { + 0x102522, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, 321, 0x126e}, + {10913, -32, 160, 0x0000}, + {10913, -32, 609, 0x12db} + } +}; + +StandTile tile_1162 = { + 0x102521, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, 321, 0x12df}, + {10929, -32, 160, 0x0000}, + {10913, -32, 160, 0x126a} + } +}; + +StandTile tile_1163 = { + 0x102422, 0x37, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, 641, 0x1276}, + {11106, -32, 321, 0x12db}, + {10929, -32, 609, 0x0000} + } +}; + +StandTile tile_1164 = { + 0x102421, 0x37, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, 641, 0x0000}, + {11282, -32, 641, 0x12d7}, + {11106, -32, 321, 0x1272} + } +}; + +StandTile tile_1165 = { + 0x102322, 0x37, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, -112, 0x127e}, + {11282, -32, 160, 0x0000}, + {11282, -32, 64, 0x1282} + } +}; + +StandTile tile_1166 = { + 0x102321, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, -112, 0x12e3}, + {11106, -32, 321, 0x1246}, + {11282, -32, 160, 0x127a} + } +}; + +StandTile tile_1167 = { + 0x102222, 0x37, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {11282, -32, 64, 0x1286}, + {11378, -32, -112, 0x12a3}, + {11106, -32, -112, 0x127a} + } +}; + +StandTile tile_1168 = { + 0x102221, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11282, -32, 64, 0x0000}, + {11378, -32, 64, 0x12ab}, + {11378, -32, -112, 0x1282} + } +}; + +StandTile tile_1169 = { + 0x102920, 0x37, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {11691, -32, 371, 0x12bf}, + {11667, -32, -112, 0x12ab}, + {11378, -32, 64, 0x124e} + } +}; + +StandTile tile_1170 = { + 0x02e520, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {11378, -32, -272, 0x1256}, + {11522, -32, -304, 0x0000}, + {11506, -32, -304, 0x11b1}, + {11378, -32, -304, 0x0000} + } +}; + +StandTile tile_1171 = { + 0x0fad20, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11691, -32, 371, 0x124e}, + {11378, -32, 160, 0x1242}, + {11378, -32, 609, 0x12d3} + } +}; + +StandTile tile_1172 = { + 0x0f9020, 0x37, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, -112, 0x12e7}, + {10929, -32, -112, 0x1334}, + {10929, -32, 64, 0x12e3} + } +}; + +StandTile tile_1173 = { + 0x0f9920, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, -272, 0x12e7}, + {11106, -32, -112, 0x129f}, + {11106, -32, -272, 0x10b3} + } +}; + +StandTile tile_1174 = { + 0x02e820, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, -112, 0x12a3}, + {11282, -32, -272, 0x10ab}, + {11106, -32, -272, 0x129b} + } +}; + +StandTile tile_1175 = { + 0x02e720, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, -112, 0x1282}, + {11378, -32, -112, 0x12a7}, + {11282, -32, -272, 0x129f} + } +}; + +StandTile tile_1176 = { + 0x02e620, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {11282, -32, -272, 0x12a3}, + {11378, -32, -112, 0x1256}, + {11378, -32, -272, 0x0000} + } +}; + +StandTile tile_1177 = { + 0x02d920, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {11378, -32, 64, 0x128a}, + {11667, -32, -112, 0x12af}, + {11378, -32, -112, 0x1286} + } +}; + +StandTile tile_1178 = { + 0x02d820, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11378, -32, -112, 0x12ab}, + {11667, -32, -112, 0x12b3}, + {11522, -32, -288, 0x1252} + } +}; + +StandTile tile_1179 = { + 0x02d720, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11522, -32, -288, 0x12af}, + {11667, -32, -112, 0x12b7}, + {11955, -32, -288, 0x0000} + } +}; + +StandTile tile_1180 = { + 0x02d620, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11955, -32, -288, 0x12b3}, + {11667, -32, -112, 0x125a}, + {11955, -32, -272, 0x0000} + } +}; + +StandTile tile_1181 = { + 0x02d320, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -112, 0x12bf}, + {11955, -32, 64, 0x0000}, + {11987, -32, 64, 0x125e} + } +}; + +StandTile tile_1182 = { + 0x02d220, 0x37, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {11667, -32, -112, 0x128a}, + {11691, -32, 371, 0x12c3}, + {11955, -32, 64, 0x12bb} + } +}; + +StandTile tile_1183 = { + 0x02d120, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {11955, -32, 64, 0x12bf}, + {11691, -32, 371, 0x12c7}, + {11955, -32, 160, 0x0000} + } +}; + +StandTile tile_1184 = { + 0x02d020, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {11955, -32, 160, 0x12c3}, + {11691, -32, 371, 0x1266}, + {11987, -32, 160, 0x0000} + } +}; + +StandTile tile_1185 = { + 0x02cd20, 0x37, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {11955, -32, 609, 0x1262}, + {11691, -32, 371, 0x12cf}, + {11955, -32, 641, 0x0000} + } +}; + +StandTile tile_1186 = { + 0x02cc20, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {11955, -32, 641, 0x12cb}, + {11691, -32, 371, 0x12d3}, + {11378, -32, 641, 0x0000} + } +}; + +StandTile tile_1187 = { + 0x02cb20, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11378, -32, 641, 0x12cf}, + {11691, -32, 371, 0x1293}, + {11378, -32, 609, 0x0000} + } +}; + +StandTile tile_1188 = { + 0x02c820, 0x37, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {11282, -32, 609, 0x124a}, + {11106, -32, 321, 0x1276}, + {11282, -32, 641, 0x0000} + } +}; + +StandTile tile_1189 = { + 0x02c420, 0x37, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, 609, 0x1272}, + {11106, -32, 321, 0x126a}, + {10913, -32, 609, 0x0000} + } +}; + +StandTile tile_1190 = { + 0x02c120, 0x37, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, 160, 0x126e}, + {11106, -32, 321, 0x12e3}, + {10929, -32, 64, 0x0000} + } +}; + +StandTile tile_1191 = { + 0x02c020, 0x37, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {11106, -32, 321, 0x127e}, + {11106, -32, -112, 0x1297}, + {10929, -32, 64, 0x12df} + } +}; + +StandTile tile_1192 = { + 0x02be20, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, -272, 0x1317}, + {10929, -32, -112, 0x1297}, + {11106, -32, -112, 0x129b} + } +}; + +StandTile tile_1193 = { + 0x10a922, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {10256, -32, -288, 0x12ef}, + {10385, -32, -112, 0x131f}, + {10833, -32, -288, 0x0000} + } +}; + +StandTile tile_1194 = { + 0x10a921, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {10256, -32, -288, 0x0000}, + {10256, -32, -272, 0x1303}, + {10385, -32, -112, 0x12eb} + } +}; + +StandTile tile_1195 = { + 0x10a822, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10256, -32, 80, 0x12f7}, + {10385, -32, -112, 0x1307}, + {10256, -32, 64, 0x0000} + } +}; + +StandTile tile_1196 = { + 0x10a821, 0x36, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {10256, -32, 80, 0x0000}, + {10689, -32, 80, 0x131b}, + {10385, -32, -112, 0x12f3} + } +}; + +StandTile tile_1197 = { + 0x10ab22, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {10256, -32, -272, 0x12ff}, + {10160, -32, -112, 0x130b}, + {10256, -32, -112, 0x1303} + } +}; + +StandTile tile_1198 = { + 0x10ab21, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {10256, -32, -272, 0x0000}, + {10160, -32, -272, 0x1390}, + {10160, -32, -112, 0x12fb} + } +}; + +StandTile tile_1199 = { + 0x10a720, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {10385, -32, -112, 0x12ef}, + {10256, -32, -272, 0x12fb}, + {10256, -32, -112, 0x1307} + } +}; + +StandTile tile_1200 = { + 0x10aa20, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10256, -32, 64, 0x12f3}, + {10385, -32, -112, 0x1303}, + {10256, -32, -112, 0x130f} + } +}; + +StandTile tile_1201 = { + 0x10a622, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10160, -32, 64, 0x130f}, + {10256, -32, -112, 0x12fb}, + {10160, -32, -112, 0x1395} + } +}; + +StandTile tile_1202 = { + 0x10a621, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10160, -32, 64, 0x0000}, + {10256, -32, 64, 0x1307}, + {10256, -32, -112, 0x130b} + } +}; + +StandTile tile_1203 = { + 0x10a522, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {10769, -32, -112, 0x1317}, + {10929, -32, -272, 0x0000}, + {10833, -32, -272, 0x1330} + } +}; + +StandTile tile_1204 = { + 0x10a521, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10769, -32, -112, 0x1338}, + {10929, -32, -112, 0x12e7}, + {10929, -32, -272, 0x1313} + } +}; + +StandTile tile_1205 = { + 0x02b420, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10769, -32, -112, 0x131f}, + {10385, -32, -112, 0x12f7}, + {10689, -32, 80, 0x1323} + } +}; + +StandTile tile_1206 = { + 0x02b520, 0x36, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {10833, -32, -288, 0x12eb}, + {10385, -32, -112, 0x131b}, + {10769, -32, -112, 0x1330} + } +}; + +StandTile tile_1207 = { + 0x02b820, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {10689, -32, 96, 0x1327}, + {10769, -32, -112, 0x131b}, + {10689, -32, 80, 0x0000} + } +}; + +StandTile tile_1208 = { + 0x02b920, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x2, + { + {10833, -32, 96, 0x132c}, + {10769, -32, -112, 0x1323}, + {10689, -32, 96, 0x0000}, + {10705, -32, 96, 0x1340} + } +}; + +StandTile tile_1209 = { + 0x02ba20, 0x36, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {10833, -32, 64, 0x1338}, + {10769, -32, -112, 0x1327}, + {10833, -32, 96, 0x0000} + } +}; + +StandTile tile_1210 = { + 0x02bc20, 0x36, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {10833, -32, -272, 0x0000}, + {10833, -32, -288, 0x131f}, + {10769, -32, -112, 0x1313} + } +}; + +StandTile tile_1211 = { + 0x0f9222, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, -112, 0x1338}, + {10833, -32, 64, 0x0000}, + {10929, -32, 64, 0x1297} + } +}; + +StandTile tile_1212 = { + 0x0f9221, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10929, -32, -112, 0x1317}, + {10769, -32, -112, 0x132c}, + {10833, -32, 64, 0x1334} + } +}; + +StandTile tile_1213 = { + 0x0f8b22, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10833, -32, 112, 0x1340}, + {10705, -32, 96, 0x0000}, + {10705, -32, 112, 0x1388} + } +}; + +StandTile tile_1214 = { + 0x0f8b21, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10833, -32, 112, 0x0000}, + {10833, -32, 96, 0x1327}, + {10705, -32, 96, 0x133c} + } +}; + +StandTile tile_1215 = { + 0x002a20, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10689, -32, 128, 0x1348}, + {10449, -32, 321, 0x136c}, + {10769, -32, 224, 0x1380} + } +}; + +StandTile tile_1216 = { + 0x002920, 0x35, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10256, -32, 128, 0x134c}, + {10449, -32, 321, 0x1344}, + {10689, -32, 128, 0x0000} + } +}; + +StandTile tile_1217 = { + 0x002820, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {10208, -32, 128, 0x1350}, + {10449, -32, 321, 0x1348}, + {10256, -32, 128, 0x0000} + } +}; + +StandTile tile_1218 = { + 0x002720, 0x35, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {10208, -32, 128, 0x0000}, + {10208, -32, 641, 0x1354}, + {10449, -32, 321, 0x134c} + } +}; + +StandTile tile_1219 = { + 0x002620, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {10208, -32, 641, 0x1358}, + {10577, -32, 513, 0x136c}, + {10449, -32, 321, 0x1350} + } +}; + +StandTile tile_1220 = { + 0x002520, 0x35, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10865, -32, 641, 0x135c}, + {10577, -32, 513, 0x1354}, + {10208, -32, 641, 0x0000} + } +}; + +StandTile tile_1221 = { + 0x002420, 0x35, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10865, -32, 641, 0x0000}, + {10865, -32, 609, 0x1368}, + {10577, -32, 513, 0x1358} + } +}; + +StandTile tile_1222 = { + 0x002320, 0x35, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10881, -32, 160, 0x1370}, + {10769, -32, 224, 0x1364}, + {10881, -32, 609, 0x0000} + } +}; + +StandTile tile_1223 = { + 0x002220, 0x35, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10881, -32, 609, 0x1360}, + {10769, -32, 224, 0x1368}, + {10865, -32, 609, 0x0000} + } +}; + +StandTile tile_1224 = { + 0x002120, 0x35, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {10865, -32, 609, 0x1364}, + {10769, -32, 224, 0x136c}, + {10577, -32, 513, 0x135c} + } +}; + +StandTile tile_1225 = { + 0x002020, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {10769, -32, 224, 0x1344}, + {10449, -32, 321, 0x1354}, + {10577, -32, 513, 0x1368} + } +}; + +StandTile tile_1226 = { + 0x001f20, 0x35, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {10865, -32, 160, 0x1374}, + {10769, -32, 224, 0x1360}, + {10881, -32, 160, 0x0000} + } +}; + +StandTile tile_1227 = { + 0x001e20, 0x35, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {10865, -32, 160, 0x0000}, + {10865, -32, 128, 0x1378}, + {10769, -32, 224, 0x1370} + } +}; + +StandTile tile_1228 = { + 0x001d20, 0x35, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {10865, -32, 128, 0x0000}, + {10833, -32, 128, 0x137c}, + {10769, -32, 224, 0x1374} + } +}; + +StandTile tile_1229 = { + 0x001c20, 0x35, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {10833, -32, 128, 0x0000}, + {10833, -32, 112, 0x1388}, + {10769, -32, 224, 0x1378} + } +}; + +StandTile tile_1230 = { + 0x001b20, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {10689, -32, 128, 0x1344}, + {10769, -32, 224, 0x1384}, + {10689, -32, 112, 0x0000} + } +}; + +StandTile tile_1231 = { + 0x001a20, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {10689, -32, 112, 0x1380}, + {10769, -32, 224, 0x1388}, + {10705, -32, 112, 0x0000} + } +}; + +StandTile tile_1232 = { + 0x001920, 0x35, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {10833, -32, 112, 0x133c}, + {10705, -32, 112, 0x1384}, + {10769, -32, 224, 0x137c} + } +}; + +StandTile tile_1233 = { + 0x02a420, 0x34, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {9583, -32, -272, 0x1416}, + {9583, -32, -112, 0x13aa}, + {9712, -32, -112, 0x139a} + } +}; + +StandTile tile_1234 = { + 0x02aa20, 0x34, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x2, + { + {10160, -32, -288, 0x139e}, + {9712, -32, -112, 0x1395}, + {10160, -32, -112, 0x12ff}, + {10160, -32, -272, 0x0000} + } +}; + +StandTile tile_1235 = { + 0x02ac20, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {10160, -32, -112, 0x1390}, + {9712, -32, -112, 0x13a2}, + {10160, -32, 80, 0x0000}, + {10160, -32, 64, 0x130b} + } +}; + +StandTile tile_1236 = { + 0x0f9322, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9712, -32, -112, 0x139e}, + {9583, -32, -288, 0x0000}, + {9583, -32, -272, 0x138c} + } +}; + +StandTile tile_1237 = { + 0x0f9321, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9712, -32, -112, 0x1390}, + {10160, -32, -288, 0x0000}, + {9583, -32, -288, 0x139a} + } +}; + +StandTile tile_1238 = { + 0x0f9422, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9712, -32, -112, 0x13a6}, + {9583, -32, 80, 0x0000}, + {10160, -32, 80, 0x1395} + } +}; + +StandTile tile_1239 = { + 0x0f9421, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9712, -32, -112, 0x13aa}, + {9583, -32, 64, 0x0000}, + {9583, -32, 80, 0x13a2} + } +}; + +StandTile tile_1240 = { + 0x0f9720, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9583, -32, 64, 0x13a6}, + {9712, -32, -112, 0x138c}, + {9583, -32, -112, 0x141e} + } +}; + +StandTile tile_1241 = { + 0x104922, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9167, -32, 128, 0x13b2}, + {9343, -32, -112, 0x13ee}, + {9167, -32, 32, 0x0000} + } +}; + +StandTile tile_1242 = { + 0x104921, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9167, -32, 128, 0x13e2}, + {9343, -32, 337, 0x13b6}, + {9343, -32, -112, 0x13ae} + } +}; + +StandTile tile_1243 = { + 0x104a20, 0x33, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9519, -32, 64, 0x141a}, + {9343, -32, -112, 0x13b2}, + {9343, -32, 337, 0x13ba} + } +}; + +StandTile tile_1244 = { + 0x104820, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9519, -32, 128, 0x0000}, + {9519, -32, 64, 0x13b6}, + {9343, -32, 337, 0x13ea} + } +}; + +StandTile tile_1245 = { + 0x028a20, 0x33, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9199, -32, 641, 0x1496}, + {9343, -32, 641, 0x13c2}, + {9343, -32, 337, 0x13d2} + } +}; + +StandTile tile_1246 = { + 0x028b20, 0x33, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9487, -32, 641, 0x13c6}, + {9343, -32, 337, 0x13be}, + {9343, -32, 641, 0x1492} + } +}; + +StandTile tile_1247 = { + 0x028c20, 0x33, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9519, -32, 641, 0x13ca}, + {9343, -32, 337, 0x13c2}, + {9487, -32, 641, 0x0000} + } +}; + +StandTile tile_1248 = { + 0x028d20, 0x33, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9519, -32, 577, 0x13ce}, + {9343, -32, 337, 0x13c6}, + {9519, -32, 641, 0x0000} + } +}; + +StandTile tile_1249 = { + 0x028e20, 0x33, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9535, -32, 577, 0x13e6}, + {9343, -32, 337, 0x13ca}, + {9519, -32, 577, 0x0000} + } +}; + +StandTile tile_1250 = { + 0x028f20, 0x33, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9199, -32, 641, 0x13be}, + {9343, -32, 337, 0x13d6}, + {9167, -32, 641, 0x0000} + } +}; + +StandTile tile_1251 = { + 0x029020, 0x33, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9167, -32, 641, 0x13d2}, + {9343, -32, 337, 0x13da}, + {9167, -32, 577, 0x0000} + } +}; + +StandTile tile_1252 = { + 0x029120, 0x33, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9343, -32, 337, 0x13de}, + {9151, -32, 577, 0x0000}, + {9167, -32, 577, 0x13d6} + } +}; + +StandTile tile_1253 = { + 0x029220, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9151, -32, 128, 0x0000}, + {9151, -32, 577, 0x13da}, + {9343, -32, 337, 0x13e2} + } +}; + +StandTile tile_1254 = { + 0x029320, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9151, -32, 128, 0x13de}, + {9343, -32, 337, 0x13b2}, + {9167, -32, 128, 0x0000} + } +}; + +StandTile tile_1255 = { + 0x029520, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9343, -32, 337, 0x13ce}, + {9535, -32, 577, 0x0000}, + {9535, -32, 128, 0x13ea} + } +}; + +StandTile tile_1256 = { + 0x029620, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9519, -32, 128, 0x13ba}, + {9343, -32, 337, 0x13e6}, + {9535, -32, 128, 0x0000} + } +}; + +StandTile tile_1257 = { + 0x029a20, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9167, -32, 32, 0x13ae}, + {9343, -32, -112, 0x13f2}, + {9151, -32, 32, 0x0000} + } +}; + +StandTile tile_1258 = { + 0x029b20, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9151, -32, 32, 0x13ee}, + {9343, -32, -112, 0x13f6}, + {9151, -32, -240, 0x0000} + } +}; + +StandTile tile_1259 = { + 0x029c20, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9151, -32, -240, 0x13f2}, + {9343, -32, -112, 0x13fa}, + {9167, -32, -240, 0x0000} + } +}; + +StandTile tile_1260 = { + 0x029d20, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9167, -32, -240, 0x13f6}, + {9343, -32, -112, 0x13fe}, + {9167, -32, -272, 0x0000} + } +}; + +StandTile tile_1261 = { + 0x029f20, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9199, -32, -272, 0x0000}, + {9167, -32, -272, 0x13fa}, + {9343, -32, -112, 0x1402} + } +}; + +StandTile tile_1262 = { + 0x02a020, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9199, -32, -272, 0x13fe}, + {9343, -32, -112, 0x140a}, + {9199, -32, -288, 0x0000} + } +}; + +StandTile tile_1263 = { + 0x104d20, 0x33, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {9343, -32, -112, 0x140e}, + {9535, -32, -288, 0x0000}, + {9367, -32, -288, 0x140a} + } +}; + +StandTile tile_1264 = { + 0x02a120, 0x33, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {9199, -32, -288, 0x1402}, + {9343, -32, -112, 0x1406}, + {9367, -32, -288, 0x0000} + } +}; + +StandTile tile_1265 = { + 0x02a220, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9535, -32, -288, 0x1406}, + {9343, -32, -112, 0x1412}, + {9535, -32, -272, 0x0000} + } +}; + +StandTile tile_1266 = { + 0x02a320, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9535, -32, -272, 0x140e}, + {9343, -32, -112, 0x1416}, + {9583, -32, -272, 0x0000} + } +}; + +StandTile tile_1267 = { + 0x0f9620, 0x33, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {9583, -32, -272, 0x1412}, + {9343, -32, -112, 0x141a}, + {9583, -32, -112, 0x138c} + } +}; + +StandTile tile_1268 = { + 0x0f9522, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9519, -32, 64, 0x141e}, + {9583, -32, -112, 0x1416}, + {9343, -32, -112, 0x13b6} + } +}; + +StandTile tile_1269 = { + 0x0f9521, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9519, -32, 64, 0x0000}, + {9583, -32, 64, 0x13aa}, + {9583, -32, -112, 0x141a} + } +}; + +StandTile tile_1270 = { + 0x015622, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8814, -128, 577, 0x1426}, + {9103, -96, 577, 0x0000}, + {9103, -128, 577, 0x143e} + } +}; + +StandTile tile_1271 = { + 0x015621, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {8814, -128, 577, 0x0000}, + {8814, -96, 577, 0x1442}, + {9103, -96, 577, 0x1422} + } +}; + +StandTile tile_1272 = { + 0x059122, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8814, -96, 641, 0x142e}, + {9103, -64, 641, 0x0000}, + {9103, -96, 641, 0x1446} + } +}; + +StandTile tile_1273 = { + 0x059121, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {8814, -96, 641, 0x0000}, + {8814, -64, 641, 0x144a}, + {9103, -64, 641, 0x142a} + } +}; + +StandTile tile_1274 = { + 0x059222, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {8814, -64, 705, 0x1436}, + {9103, -32, 705, 0x0000}, + {9103, -64, 705, 0x144e} + } +}; + +StandTile tile_1275 = { + 0x059221, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {8814, -64, 705, 0x0000}, + {8814, -32, 705, 0x1452}, + {9103, -32, 705, 0x1432} + } +}; + +StandTile tile_1276 = { + 0x018b22, 0x32, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {8814, -128, 513, 0x143e}, + {9103, -128, 577, 0x0000}, + {9103, -128, 513, 0x15d8} + } +}; + +StandTile tile_1277 = { + 0x018b21, 0x32, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {8814, -128, 513, 0x0000}, + {8814, -128, 577, 0x1422}, + {9103, -128, 577, 0x143a} + } +}; + +StandTile tile_1278 = { + 0x018c22, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {8814, -96, 577, 0x1446}, + {9103, -96, 641, 0x0000}, + {9103, -96, 577, 0x1426} + } +}; + +StandTile tile_1279 = { + 0x018c21, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {8814, -96, 577, 0x0000}, + {8814, -96, 641, 0x142a}, + {9103, -96, 641, 0x1442} + } +}; + +StandTile tile_1280 = { + 0x018d22, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {8814, -64, 641, 0x144e}, + {9103, -64, 705, 0x0000}, + {9103, -64, 641, 0x142e} + } +}; + +StandTile tile_1281 = { + 0x018d21, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {8814, -64, 641, 0x0000}, + {8814, -64, 705, 0x1432}, + {9103, -64, 705, 0x144a} + } +}; + +StandTile tile_1282 = { + 0x05ab22, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8814, -32, 705, 0x1456}, + {9103, -32, 737, 0x0000}, + {9103, -32, 705, 0x1436} + } +}; + +StandTile tile_1283 = { + 0x05ab21, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8814, -32, 705, 0x0000}, + {8814, -32, 737, 0x146e}, + {9103, -32, 737, 0x1452} + } +}; + +StandTile tile_1284 = { + 0x027520, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {8958, -32, 897, 0x1472}, + {8782, -32, 737, 0x0000}, + {8782, -32, 1058, 0x145e} + } +}; + +StandTile tile_1285 = { + 0x027620, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {8814, -32, 1058, 0x1462}, + {8958, -32, 897, 0x145a}, + {8782, -32, 1058, 0x0000} + } +}; + +StandTile tile_1286 = { + 0x027720, 0x32, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {8814, -32, 1090, 0x1466}, + {8958, -32, 897, 0x145e}, + {8814, -32, 1058, 0x0000} + } +}; + +StandTile tile_1287 = { + 0x027820, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9103, -32, 1090, 0x146a}, + {8958, -32, 897, 0x1462}, + {8814, -32, 1090, 0x0000} + } +}; + +StandTile tile_1288 = { + 0x027920, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9103, -32, 1090, 0x0000}, + {9103, -32, 1058, 0x147a}, + {8958, -32, 897, 0x1466} + } +}; + +StandTile tile_1289 = { + 0x027a20, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8958, -32, 897, 0x1476}, + {9103, -32, 737, 0x1456}, + {8814, -32, 737, 0x1472} + } +}; + +StandTile tile_1290 = { + 0x027b20, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8782, -32, 737, 0x145a}, + {8958, -32, 897, 0x146e}, + {8814, -32, 737, 0x0000} + } +}; + +StandTile tile_1291 = { + 0x027c20, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9103, -32, 737, 0x146e}, + {8958, -32, 897, 0x147a}, + {9343, -32, 897, 0x147e} + } +}; + +StandTile tile_1292 = { + 0x027e20, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9343, -32, 897, 0x1476}, + {8958, -32, 897, 0x146a}, + {9103, -32, 1058, 0x149a} + } +}; + +StandTile tile_1293 = { + 0x027d20, 0x32, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9199, -32, 737, 0x0000}, + {9103, -32, 737, 0x1476}, + {9343, -32, 897, 0x148a} + } +}; + +StandTile tile_1294 = { + 0x028220, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9343, -32, 897, 0x1486}, + {9519, -32, 737, 0x0000}, + {9487, -32, 737, 0x148e} + } +}; + +StandTile tile_1295 = { + 0x028320, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9343, -32, 897, 0x14a6}, + {9519, -32, 1058, 0x0000}, + {9519, -32, 737, 0x1482} + } +}; + +StandTile tile_1296 = { + 0x028620, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9199, -32, 737, 0x147e}, + {9343, -32, 897, 0x148e}, + {9343, -32, 641, 0x1496} + } +}; + +StandTile tile_1297 = { + 0x028720, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9343, -32, 641, 0x148a}, + {9343, -32, 897, 0x1482}, + {9487, -32, 737, 0x1492} + } +}; + +StandTile tile_1298 = { + 0x028820, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9487, -32, 641, 0x13c2}, + {9343, -32, 641, 0x148e}, + {9487, -32, 737, 0x0000} + } +}; + +StandTile tile_1299 = { + 0x028920, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9199, -32, 641, 0x0000}, + {9199, -32, 737, 0x148a}, + {9343, -32, 641, 0x13be} + } +}; + +StandTile tile_1300 = { + 0x027f20, 0x32, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {9199, -32, 1058, 0x149e}, + {9343, -32, 897, 0x147a}, + {9103, -32, 1058, 0x0000} + } +}; + +StandTile tile_1301 = { + 0x028020, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9199, -32, 1058, 0x0000}, + {9199, -32, 1090, 0x14a2}, + {9343, -32, 897, 0x149a} + } +}; + +StandTile tile_1302 = { + 0x028120, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {9487, -32, 1090, 0x14aa}, + {9343, -32, 897, 0x149e}, + {9199, -32, 1090, 0x0000} + } +}; + +StandTile tile_1303 = { + 0x028420, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9343, -32, 897, 0x14aa}, + {9487, -32, 1058, 0x0000}, + {9519, -32, 1058, 0x1486} + } +}; + +StandTile tile_1304 = { + 0x028520, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {9487, -32, 1090, 0x0000}, + {9487, -32, 1058, 0x14a6}, + {9343, -32, 897, 0x14a2} + } +}; + +StandTile tile_1305 = { + 0x0fc920, 0x31, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {8061, -513, 337, 0x14ea}, + {7821, -513, 689, 0x0000}, + {8061, -513, 689, 0x0000} + } +}; + +StandTile tile_1306 = { + 0x0fca20, 0x31, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {8654, -513, 689, 0x14e2}, + {8221, -513, 337, 0x0000}, + {8221, -513, 513, 0x0000} + } +}; + +StandTile tile_1307 = { + 0x0fd722, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {7644, -513, 369, 0x14ba}, + {7660, -513, 240, 0x0000}, + {7644, -513, 240, 0x1d35} + } +}; + +StandTile tile_1308 = { + 0x0fd721, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {7644, -513, 369, 0x0000}, + {7660, -513, 369, 0x150e}, + {7660, -513, 240, 0x14b6} + } +}; + +StandTile tile_1309 = { + 0x001720, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9231, -513, 64, 0x0000}, + {8974, -513, 64, 0x14c2}, + {9231, -513, 689, 0x0000} + } +}; + +StandTile tile_1310 = { + 0x001620, 0x31, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {8974, -513, 64, 0x14c6}, + {8686, -513, 689, 0x0000}, + {9231, -513, 689, 0x14be} + } +}; + +StandTile tile_1311 = { + 0x001520, 0x31, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {8686, -513, 192, 0x0000}, + {8686, -513, 689, 0x14c2}, + {8974, -513, 64, 0x14ca} + } +}; + +StandTile tile_1312 = { + 0x001420, 0x31, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {8686, -513, 192, 0x14c6}, + {8974, -513, 64, 0x0000}, + {8974, -513, -128, 0x14ce} + } +}; + +StandTile tile_1313 = { + 0x001320, 0x31, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {8974, -513, -128, 0x0000}, + {8654, -513, -128, 0x14d2}, + {8686, -513, 192, 0x14ca} + } +}; + +StandTile tile_1314 = { + 0x001220, 0x31, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {8654, -513, -128, 0x14d6}, + {8654, -513, 192, 0x0000}, + {8686, -513, 192, 0x14ce} + } +}; + +StandTile tile_1315 = { + 0x001120, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -513, 288, 0x14e6}, + {8654, -513, 192, 0x14d2}, + {8654, -513, -128, 0x14da} + } +}; + +StandTile tile_1316 = { + 0x001020, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8654, -513, -128, 0x14de}, + {8061, -513, 288, 0x156e}, + {8221, -513, 288, 0x14d6} + } +}; + +StandTile tile_1317 = { + 0x000f20, 0x31, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {8654, -513, -128, 0x0000}, + {7821, -513, -128, 0x14fe}, + {8061, -513, 288, 0x14da} + } +}; + +StandTile tile_1318 = { + 0x000b20, 0x31, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {8654, -513, 689, 0x14e6}, + {8221, -513, 288, 0x0000}, + {8221, -513, 337, 0x14b2} + } +}; + +StandTile tile_1319 = { + 0x000a20, 0x31, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {8654, -513, 689, 0x0000}, + {8654, -513, 192, 0x14d6}, + {8221, -513, 288, 0x14e2} + } +}; + +StandTile tile_1320 = { + 0x000820, 0x31, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {7821, -513, 689, 0x14ae}, + {8061, -513, 337, 0x14ee}, + {7821, -513, 401, 0x0000} + } +}; + +StandTile tile_1321 = { + 0x000720, 0x31, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {7821, -513, 401, 0x14ea}, + {8061, -513, 337, 0x0000}, + {8061, -513, 288, 0x14f2} + } +}; + +StandTile tile_1322 = { + 0x000620, 0x31, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8061, -513, 288, 0x14fa}, + {7676, -513, 224, 0x14f6}, + {7821, -513, 401, 0x14ee} + } +}; + +StandTile tile_1323 = { + 0x000520, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {7676, -513, 224, 0x150a}, + {7676, -513, 385, 0x1506}, + {7821, -513, 401, 0x14f2} + } +}; + +StandTile tile_1324 = { + 0x000420, 0x31, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {8061, -513, 288, 0x14fe}, + {7821, -513, -64, 0x1502}, + {7676, -513, 224, 0x14f2} + } +}; + +StandTile tile_1325 = { + 0x000320, 0x31, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {7821, -513, -128, 0x0000}, + {7821, -513, -64, 0x14fa}, + {8061, -513, 288, 0x14de} + } +}; + +StandTile tile_1326 = { + 0x000220, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {7821, -513, -64, 0x0000}, + {7676, -513, -64, 0x0000}, + {7676, -513, 224, 0x14fa} + } +}; + +StandTile tile_1327 = { + 0x000120, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {7821, -513, 401, 0x14f6}, + {7676, -513, 385, 0x0000}, + {7676, -513, 401, 0x0000} + } +}; + +StandTile tile_1328 = { + 0x000022, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {7676, -513, 224, 0x150e}, + {7660, -513, 369, 0x0000}, + {7676, -513, 385, 0x14f6} + } +}; + +StandTile tile_1329 = { + 0x000021, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {7676, -513, 224, 0x0000}, + {7660, -513, 240, 0x14ba}, + {7660, -513, 369, 0x150a} + } +}; + +StandTile tile_1330 = { + 0x058a22, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {8462, -160, 689, 0x1516}, + {8413, -160, 529, 0x15ba}, + {8413, -160, 689, 0x0000} + } +}; + +StandTile tile_1331 = { + 0x058a21, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {8462, -160, 689, 0x15c6}, + {8462, -160, 529, 0x0000}, + {8413, -160, 529, 0x1512} + } +}; + +StandTile tile_1332 = { + 0x058922, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {8413, -192, 689, 0x151e}, + {8365, -192, 529, 0x15b2}, + {8365, -192, 689, 0x0000} + } +}; + +StandTile tile_1333 = { + 0x058921, 0x31, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {8413, -192, 689, 0x15be}, + {8413, -192, 529, 0x0000}, + {8365, -192, 529, 0x151a} + } +}; + +StandTile tile_1334 = { + 0x058822, 0x31, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {8365, -224, 689, 0x1526}, + {8317, -224, 529, 0x15aa}, + {8317, -224, 689, 0x0000} + } +}; + +StandTile tile_1335 = { + 0x058821, 0x31, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8365, -224, 689, 0x15b6}, + {8365, -224, 529, 0x0000}, + {8317, -224, 529, 0x1522} + } +}; + +StandTile tile_1336 = { + 0x058722, 0x31, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {8317, -256, 689, 0x152e}, + {8269, -256, 529, 0x15a2}, + {8269, -256, 689, 0x0000} + } +}; + +StandTile tile_1337 = { + 0x058721, 0x31, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {8317, -256, 689, 0x15ae}, + {8317, -256, 529, 0x0000}, + {8269, -256, 529, 0x152a} + } +}; + +StandTile tile_1338 = { + 0x058622, 0x31, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8269, -288, 689, 0x1536}, + {8221, -288, 529, 0x159a}, + {8221, -288, 689, 0x0000} + } +}; + +StandTile tile_1339 = { + 0x058621, 0x31, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {8269, -288, 689, 0x15a6}, + {8269, -288, 529, 0x0000}, + {8221, -288, 529, 0x1532} + } +}; + +StandTile tile_1340 = { + 0x058522, 0x31, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {8061, -353, 529, 0x153e}, + {8221, -353, 481, 0x158a}, + {8061, -353, 481, 0x0000} + } +}; + +StandTile tile_1341 = { + 0x058521, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8061, -353, 529, 0x1596}, + {8221, -353, 529, 0x0000}, + {8221, -353, 481, 0x153a} + } +}; + +StandTile tile_1342 = { + 0x058422, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8061, -385, 481, 0x1546}, + {8221, -385, 433, 0x1582}, + {8061, -385, 433, 0x0000} + } +}; + +StandTile tile_1343 = { + 0x058421, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8061, -385, 481, 0x158e}, + {8221, -385, 481, 0x0000}, + {8221, -385, 433, 0x1542} + } +}; + +StandTile tile_1344 = { + 0x058322, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8061, -417, 433, 0x154e}, + {8221, -417, 385, 0x157a}, + {8061, -417, 385, 0x0000} + } +}; + +StandTile tile_1345 = { + 0x058321, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8061, -417, 433, 0x1586}, + {8221, -417, 433, 0x0000}, + {8221, -417, 385, 0x154a} + } +}; + +StandTile tile_1346 = { + 0x058222, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8061, -449, 385, 0x1556}, + {8221, -449, 337, 0x1572}, + {8061, -449, 337, 0x0000} + } +}; + +StandTile tile_1347 = { + 0x058221, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8061, -449, 385, 0x157e}, + {8221, -449, 385, 0x0000}, + {8221, -449, 337, 0x1552} + } +}; + +StandTile tile_1348 = { + 0x012d22, 0x31, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8061, -321, 689, 0x155e}, + {8221, -321, 529, 0x1592}, + {8061, -321, 529, 0x0000} + } +}; + +StandTile tile_1349 = { + 0x012d21, 0x31, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8061, -321, 689, 0x0000}, + {8221, -321, 689, 0x159e}, + {8221, -321, 529, 0x155a} + } +}; + +StandTile tile_1350 = { + 0x012722, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8061, -481, 337, 0x1566}, + {8221, -481, 288, 0x156a}, + {8061, -481, 288, 0x0000} + } +}; + +StandTile tile_1351 = { + 0x012721, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8061, -481, 337, 0x1576}, + {8221, -481, 337, 0x0000}, + {8221, -481, 288, 0x1562} + } +}; + +StandTile tile_1352 = { + 0x0fd622, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -513, 288, 0x156e}, + {8061, -481, 288, 0x1562}, + {8221, -481, 288, 0x0000} + } +}; + +StandTile tile_1353 = { + 0x0fd621, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -513, 288, 0x14da}, + {8061, -513, 288, 0x0000}, + {8061, -481, 288, 0x156a} + } +}; + +StandTile tile_1354 = { + 0x0fd522, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -481, 337, 0x1576}, + {8061, -449, 337, 0x1552}, + {8221, -449, 337, 0x0000} + } +}; + +StandTile tile_1355 = { + 0x0fd521, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -481, 337, 0x1566}, + {8061, -481, 337, 0x0000}, + {8061, -449, 337, 0x1572} + } +}; + +StandTile tile_1356 = { + 0x0fd422, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -449, 385, 0x157e}, + {8061, -417, 385, 0x154a}, + {8221, -417, 385, 0x0000} + } +}; + +StandTile tile_1357 = { + 0x0fd421, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -449, 385, 0x1556}, + {8061, -449, 385, 0x0000}, + {8061, -417, 385, 0x157a} + } +}; + +StandTile tile_1358 = { + 0x0fd322, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -417, 433, 0x1586}, + {8061, -385, 433, 0x1542}, + {8221, -385, 433, 0x0000} + } +}; + +StandTile tile_1359 = { + 0x0fd321, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -417, 433, 0x154e}, + {8061, -417, 433, 0x0000}, + {8061, -385, 433, 0x1582} + } +}; + +StandTile tile_1360 = { + 0x0fd222, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -385, 481, 0x158e}, + {8061, -353, 481, 0x153a}, + {8221, -353, 481, 0x0000} + } +}; + +StandTile tile_1361 = { + 0x0fd221, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -385, 481, 0x1546}, + {8061, -385, 481, 0x0000}, + {8061, -353, 481, 0x158a} + } +}; + +StandTile tile_1362 = { + 0x0fd122, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -353, 529, 0x1596}, + {8061, -321, 529, 0x155a}, + {8221, -321, 529, 0x0000} + } +}; + +StandTile tile_1363 = { + 0x0fd121, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -353, 529, 0x153e}, + {8061, -353, 529, 0x0000}, + {8061, -321, 529, 0x1592} + } +}; + +StandTile tile_1364 = { + 0x0fd022, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -321, 529, 0x159e}, + {8221, -288, 689, 0x1532}, + {8221, -288, 529, 0x0000} + } +}; + +StandTile tile_1365 = { + 0x0fd021, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -321, 529, 0x155e}, + {8221, -321, 689, 0x0000}, + {8221, -288, 689, 0x159a} + } +}; + +StandTile tile_1366 = { + 0x0fcf22, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8269, -288, 529, 0x15a6}, + {8269, -256, 689, 0x152a}, + {8269, -256, 529, 0x0000} + } +}; + +StandTile tile_1367 = { + 0x0fcf21, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8269, -288, 529, 0x1536}, + {8269, -288, 689, 0x0000}, + {8269, -256, 689, 0x15a2} + } +}; + +StandTile tile_1368 = { + 0x0fce22, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8317, -256, 529, 0x15ae}, + {8317, -224, 689, 0x1522}, + {8317, -224, 529, 0x0000} + } +}; + +StandTile tile_1369 = { + 0x0fce21, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8317, -256, 529, 0x152e}, + {8317, -256, 689, 0x0000}, + {8317, -224, 689, 0x15aa} + } +}; + +StandTile tile_1370 = { + 0x0fcd22, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8365, -224, 529, 0x15b6}, + {8365, -192, 689, 0x151a}, + {8365, -192, 529, 0x0000} + } +}; + +StandTile tile_1371 = { + 0x0fcd21, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8365, -224, 529, 0x1526}, + {8365, -224, 689, 0x0000}, + {8365, -192, 689, 0x15b2} + } +}; + +StandTile tile_1372 = { + 0x0fcc22, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8413, -192, 529, 0x15be}, + {8413, -160, 689, 0x1512}, + {8413, -160, 529, 0x0000} + } +}; + +StandTile tile_1373 = { + 0x0fcc21, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8413, -192, 529, 0x151e}, + {8413, -192, 689, 0x0000}, + {8413, -160, 689, 0x15ba} + } +}; + +StandTile tile_1374 = { + 0x0fcb22, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8462, -160, 529, 0x15c6}, + {8462, -128, 689, 0x15ca}, + {8462, -128, 529, 0x0000} + } +}; + +StandTile tile_1375 = { + 0x0fcb21, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8462, -160, 529, 0x1516}, + {8462, -160, 689, 0x0000}, + {8462, -128, 689, 0x15c2} + } +}; + +StandTile tile_1376 = { + 0x014322, 0x31, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {8654, -128, 689, 0x15cf}, + {8462, -128, -128, 0x0000}, + {8462, -128, 529, 0x15c2}, + {8462, -128, 689, 0x0000} + } +}; + +StandTile tile_1377 = { + 0x014321, 0x31, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {8654, -128, 689, 0x0000}, + {8654, -128, 321, 0x15de}, + {8654, -128, -128, 0x0000}, + {8462, -128, -128, 0x15ca} + } +}; + +StandTile tile_1378 = { + 0x105020, 0x31, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {9135, -128, 513, 0x0000}, + {9135, -128, -128, 0x15e2}, + {8782, -128, 321, 0x15d8} + } +}; + +StandTile tile_1379 = { + 0x015420, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x3, 0x4, + { + {8782, -128, 513, 0x0000}, + {8814, -128, 513, 0x143a}, + {9103, -128, 513, 0x0000}, + {9135, -128, 513, 0x15d4}, + {8782, -128, 321, 0x0000} + } +}; + +StandTile tile_1380 = { + 0x014922, 0x31, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8782, -128, 321, 0x15e2}, + {8654, -128, -128, 0x15cf}, + {8654, -128, 321, 0x0000} + } +}; + +StandTile tile_1381 = { + 0x014921, 0x31, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {8782, -128, 321, 0x15d4}, + {9135, -128, -128, 0x0000}, + {8654, -128, -128, 0x15de} + } +}; + +StandTile tile_1382 = { + 0x092f1a, 0x30, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8590, -513, 1538, 0x15ea}, + {8622, -513, 1667, 0x1a7c}, + {8622, -513, 1538, 0x0000} + } +}; + +StandTile tile_1383 = { + 0x092f19, 0x30, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8590, -513, 1538, 0x15f2}, + {8590, -513, 1667, 0x0000}, + {8622, -513, 1667, 0x15e6} + } +}; + +StandTile tile_1384 = { + 0x094e18, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7885, -513, 1410, 0x1612}, + {8590, -513, 2115, 0x0000}, + {8590, -513, 1667, 0x15f2} + } +}; + +StandTile tile_1385 = { + 0x093418, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7885, -513, 1410, 0x15ee}, + {8590, -513, 1667, 0x15ea}, + {8590, -513, 1538, 0x15f6} + } +}; + +StandTile tile_1386 = { + 0x09331a, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {8590, -513, 1346, 0x15fa}, + {7885, -513, 1410, 0x15f2}, + {8590, -513, 1538, 0x0000} + } +}; + +StandTile tile_1387 = { + 0x093319, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {8590, -513, 1346, 0x0000}, + {7885, -513, 1346, 0x0000}, + {7885, -513, 1410, 0x15f6} + } +}; + +StandTile tile_1388 = { + 0x01af18, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7885, -513, 1410, 0x0000}, + {7676, -513, 1410, 0x0000}, + {7676, -513, 1458, 0x1612} + } +}; + +StandTile tile_1389 = { + 0x052a1a, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7676, -513, 1747, 0x1606}, + {7660, -513, 1891, 0x0000}, + {7676, -513, 1907, 0x1616} + } +}; + +StandTile tile_1390 = { + 0x052a19, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7676, -513, 1747, 0x0000}, + {7660, -513, 1763, 0x160a}, + {7660, -513, 1891, 0x1602} + } +}; + +StandTile tile_1391 = { + 0x052f1a, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7660, -513, 1763, 0x160e}, + {7644, -513, 1891, 0x0000}, + {7660, -513, 1891, 0x1606} + } +}; + +StandTile tile_1392 = { + 0x052f19, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7660, -513, 1763, 0x0000}, + {7644, -513, 1763, 0x1c11}, + {7644, -513, 1891, 0x160a} + } +}; + +StandTile tile_1393 = { + 0x01b018, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {8590, -513, 2115, 0x15ee}, + {7885, -513, 1410, 0x15fe}, + {7676, -513, 1458, 0x1616} + } +}; + +StandTile tile_1394 = { + 0x01b118, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x1, 0x4, + { + {8590, -513, 2115, 0x1612}, + {7676, -513, 1458, 0x0000}, + {7676, -513, 1747, 0x1602}, + {7676, -513, 1907, 0x0000}, + {7676, -513, 1923, 0x161c} + } +}; + +StandTile tile_1395 = { + 0x01b218, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {7676, -513, 1923, 0x0000}, + {7676, -513, 2115, 0x0000}, + {8590, -513, 2115, 0x1616} + } +}; + +StandTile tile_1396 = { + 0x08dd1a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9199, -417, 4022, 0x1624}, + {9199, -385, 3894, 0x1744}, + {9199, -385, 4022, 0x0000} + } +}; + +StandTile tile_1397 = { + 0x08dd19, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9199, -417, 4022, 0x1698}, + {9199, -417, 3894, 0x0000}, + {9199, -385, 3894, 0x1620} + } +}; + +StandTile tile_1398 = { + 0x08dc1a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9151, -385, 4022, 0x162c}, + {9151, -353, 3894, 0x173c}, + {9151, -353, 4022, 0x0000} + } +}; + +StandTile tile_1399 = { + 0x08dc19, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9151, -385, 4022, 0x1748}, + {9151, -385, 3894, 0x0000}, + {9151, -353, 3894, 0x1628} + } +}; + +StandTile tile_1400 = { + 0x08db1a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9103, -353, 4022, 0x1634}, + {9103, -321, 3894, 0x1734}, + {9103, -321, 4022, 0x0000} + } +}; + +StandTile tile_1401 = { + 0x08db19, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9103, -353, 4022, 0x1740}, + {9103, -353, 3894, 0x0000}, + {9103, -321, 3894, 0x1630} + } +}; + +StandTile tile_1402 = { + 0x08da1a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9054, -321, 4022, 0x163c}, + {9054, -288, 3894, 0x174c}, + {9054, -288, 4022, 0x0000} + } +}; + +StandTile tile_1403 = { + 0x08da19, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9054, -321, 4022, 0x1738}, + {9054, -321, 3894, 0x0000}, + {9054, -288, 3894, 0x1638} + } +}; + +StandTile tile_1404 = { + 0x08d91a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9006, -288, 4022, 0x1644}, + {9006, -256, 3894, 0x1754}, + {9006, -256, 4022, 0x0000} + } +}; + +StandTile tile_1405 = { + 0x08d919, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9006, -288, 4022, 0x1750}, + {9006, -288, 3894, 0x0000}, + {9006, -256, 3894, 0x1640} + } +}; + +StandTile tile_1406 = { + 0x08d81a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8958, -256, 4022, 0x164c}, + {8958, -224, 3894, 0x175c}, + {8958, -224, 4022, 0x0000} + } +}; + +StandTile tile_1407 = { + 0x08d819, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8958, -256, 4022, 0x1758}, + {8958, -256, 3894, 0x0000}, + {8958, -224, 3894, 0x1648} + } +}; + +StandTile tile_1408 = { + 0x08d71a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8910, -224, 4022, 0x1654}, + {8910, -192, 3894, 0x1764}, + {8910, -192, 4022, 0x0000} + } +}; + +StandTile tile_1409 = { + 0x08d719, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8910, -224, 4022, 0x1760}, + {8910, -224, 3894, 0x0000}, + {8910, -192, 3894, 0x1650} + } +}; + +StandTile tile_1410 = { + 0x08d61a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8862, -192, 4022, 0x165c}, + {8862, -160, 3894, 0x176c}, + {8862, -160, 4022, 0x0000} + } +}; + +StandTile tile_1411 = { + 0x08d619, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8862, -192, 4022, 0x1768}, + {8862, -192, 3894, 0x0000}, + {8862, -160, 3894, 0x1658} + } +}; + +StandTile tile_1412 = { + 0x08d51a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8814, -160, 4022, 0x1664}, + {8814, -128, 3894, 0x1774}, + {8814, -128, 4022, 0x0000} + } +}; + +StandTile tile_1413 = { + 0x08d519, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8814, -160, 4022, 0x1770}, + {8814, -160, 3894, 0x0000}, + {8814, -128, 3894, 0x1660} + } +}; + +StandTile tile_1414 = { + 0x08d41a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8766, -128, 4022, 0x166c}, + {8766, -96, 3894, 0x177c}, + {8766, -96, 4022, 0x0000} + } +}; + +StandTile tile_1415 = { + 0x08d419, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8766, -128, 4022, 0x1778}, + {8766, -128, 3894, 0x0000}, + {8766, -96, 3894, 0x1668} + } +}; + +StandTile tile_1416 = { + 0x08d31a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8718, -96, 4022, 0x1674}, + {8718, -64, 3894, 0x1784}, + {8718, -64, 4022, 0x0000} + } +}; + +StandTile tile_1417 = { + 0x08d319, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8718, -96, 4022, 0x1780}, + {8718, -96, 3894, 0x0000}, + {8718, -64, 3894, 0x1670} + } +}; + +StandTile tile_1418 = { + 0x08d21a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8670, -64, 4022, 0x167c}, + {8670, -32, 3894, 0x178c}, + {8670, -32, 4022, 0x0000} + } +}; + +StandTile tile_1419 = { + 0x08d219, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8670, -64, 4022, 0x1788}, + {8670, -64, 3894, 0x0000}, + {8670, -32, 3894, 0x1678} + } +}; + +StandTile tile_1420 = { + 0x08d11a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8622, -32, 4022, 0x1684}, + {8622, 0, 3894, 0x1794}, + {8622, 0, 4022, 0x0000} + } +}; + +StandTile tile_1421 = { + 0x08d119, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8622, -32, 4022, 0x1790}, + {8622, -32, 3894, 0x0000}, + {8622, 0, 3894, 0x1680} + } +}; + +StandTile tile_1422 = { + 0x08de18, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9327, -417, 4167, 0x181a}, + {9327, -417, 3590, 0x169c}, + {9263, -417, 4167, 0x0000} + } +}; + +StandTile tile_1423 = { + 0x08ce18, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8654, -417, 4231, 0x16a4}, + {9199, -417, 4022, 0x0000}, + {8654, -417, 4022, 0x16b0} + } +}; + +StandTile tile_1424 = { + 0x08cd1a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8654, -417, 4231, 0x1694}, + {9231, -417, 4295, 0x0000}, + {9263, -417, 4167, 0x16a4} + } +}; + +StandTile tile_1425 = { + 0x08cd19, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8654, -417, 4231, 0x0000}, + {8654, -417, 4295, 0x0000}, + {9231, -417, 4295, 0x1690} + } +}; + +StandTile tile_1426 = { + 0x08cc1a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9199, -417, 4022, 0x169c}, + {9327, -417, 3590, 0x16a0}, + {9199, -417, 3894, 0x1624} + } +}; + +StandTile tile_1427 = { + 0x08cc19, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9199, -417, 4022, 0x16a4}, + {9263, -417, 4167, 0x1688}, + {9327, -417, 3590, 0x1698} + } +}; + +StandTile tile_1428 = { + 0x08cb18, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9327, -417, 3590, 0x16ca}, + {9038, -417, 3590, 0x16a8}, + {9199, -417, 3894, 0x1698} + } +}; + +StandTile tile_1429 = { + 0x08ca18, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9199, -417, 4022, 0x168c}, + {8654, -417, 4231, 0x1690}, + {9263, -417, 4167, 0x169c} + } +}; + +StandTile tile_1430 = { + 0x08c918, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9038, -417, 3590, 0x16ac}, + {8654, -417, 3894, 0x0000}, + {9199, -417, 3894, 0x16a0} + } +}; + +StandTile tile_1431 = { + 0x08c818, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9038, -417, 3590, 0x16f6}, + {8654, -417, 3526, 0x16b0}, + {8654, -417, 3894, 0x16a8} + } +}; + +StandTile tile_1432 = { + 0x08e018, 0x2f, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x2, + { + {8654, -417, 3526, 0x1702}, + {8173, -417, 3942, 0x16fe}, + {8654, -417, 4231, 0x168c}, + {8654, -417, 4022, 0x0000}, + {8654, -417, 3894, 0x16ac} + } +}; + +StandTile tile_1433 = { + 0x05341a, 0x2f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8526, -417, 3077, 0x16ba}, + {9103, -417, 2788, 0x1ac5}, + {8454, -417, 2790, 0x16be} + } +}; + +StandTile tile_1434 = { + 0x053419, 0x2f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8526, -417, 3077, 0x16ce}, + {9103, -417, 2853, 0x0000}, + {9103, -417, 2788, 0x16b6} + } +}; + +StandTile tile_1435 = { + 0x053b1a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7949, -417, 2788, 0x16c2}, + {8526, -417, 3077, 0x16b6}, + {8454, -417, 2790, 0x1bfc} + } +}; + +StandTile tile_1436 = { + 0x053b19, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7949, -417, 2788, 0x0000}, + {7949, -417, 2853, 0x16e6}, + {8526, -417, 3077, 0x16be} + } +}; + +StandTile tile_1437 = { + 0x052e1a, 0x2f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9038, -417, 3590, 0x16ca}, + {9327, -417, 3013, 0x0000}, + {9263, -417, 3013, 0x16da} + } +}; + +StandTile tile_1438 = { + 0x052e19, 0x2f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9038, -417, 3590, 0x16a0}, + {9327, -417, 3590, 0x188a}, + {9327, -417, 3013, 0x16c6} + } +}; + +StandTile tile_1439 = { + 0x035f18, 0x2f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8526, -417, 3077, 0x16e2}, + {8910, -417, 3221, 0x16d2}, + {9103, -417, 2853, 0x16ba} + } +}; + +StandTile tile_1440 = { + 0x035e18, 0x2f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8910, -417, 3221, 0x16d6}, + {9231, -417, 2885, 0x0000}, + {9103, -417, 2853, 0x16ce} + } +}; + +StandTile tile_1441 = { + 0x035d18, 0x2f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9231, -417, 2885, 0x16d2}, + {8910, -417, 3221, 0x16da}, + {9263, -417, 3013, 0x0000} + } +}; + +StandTile tile_1442 = { + 0x035c18, 0x2f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9263, -417, 3013, 0x16d6}, + {8910, -417, 3221, 0x16de}, + {9038, -417, 3590, 0x16c6} + } +}; + +StandTile tile_1443 = { + 0x035b18, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8910, -417, 3221, 0x16e2}, + {8654, -417, 3462, 0x16f6}, + {9038, -417, 3590, 0x16da} + } +}; + +StandTile tile_1444 = { + 0x035a18, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8526, -417, 3077, 0x16f2}, + {8654, -417, 3462, 0x16de}, + {8910, -417, 3221, 0x16ce} + } +}; + +StandTile tile_1445 = { + 0x035918, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7949, -417, 2853, 0x0000}, + {7821, -417, 2885, 0x16ea}, + {8526, -417, 3077, 0x16c2} + } +}; + +StandTile tile_1446 = { + 0x035818, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8526, -417, 3077, 0x16e6}, + {7821, -417, 2885, 0x0000}, + {7821, -417, 3462, 0x16ee} + } +}; + +StandTile tile_1447 = { + 0x035718, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7821, -417, 3462, 0x0000}, + {7885, -417, 3462, 0x170e}, + {8526, -417, 3077, 0x16ea} + } +}; + +StandTile tile_1448 = { + 0x035618, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8526, -417, 3077, 0x170a}, + {8590, -417, 3462, 0x0000}, + {8654, -417, 3462, 0x16e2} + } +}; + +StandTile tile_1449 = { + 0x035518, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9038, -417, 3590, 0x16de}, + {8654, -417, 3462, 0x0000}, + {8654, -417, 3526, 0x16ac} + } +}; + +StandTile tile_1450 = { + 0x035118, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {8590, -417, 4231, 0x16fe}, + {8173, -417, 3942, 0x1726}, + {8590, -417, 4295, 0x0000} + } +}; + +StandTile tile_1451 = { + 0x035018, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {8654, -417, 4231, 0x16b0}, + {8173, -417, 3942, 0x16fa}, + {8590, -417, 4231, 0x0000} + } +}; + +StandTile tile_1452 = { + 0x034d18, 0x2f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8173, -417, 3942, 0x16b0}, + {8654, -417, 3526, 0x0000}, + {8590, -417, 3526, 0x1706} + } +}; + +StandTile tile_1453 = { + 0x034c18, 0x2f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8590, -417, 3526, 0x0000}, + {8590, -417, 3462, 0x170a}, + {8173, -417, 3942, 0x1702} + } +}; + +StandTile tile_1454 = { + 0x034b18, 0x2f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8590, -417, 3462, 0x16f2}, + {8526, -417, 3077, 0x170e}, + {8173, -417, 3942, 0x1706} + } +}; + +StandTile tile_1455 = { + 0x034a18, 0x2f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8526, -417, 3077, 0x16ee}, + {7885, -417, 3462, 0x1712}, + {8173, -417, 3942, 0x170a} + } +}; + +StandTile tile_1456 = { + 0x034918, 0x2f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {7885, -417, 3462, 0x0000}, + {7885, -417, 3526, 0x1716}, + {8173, -417, 3942, 0x170e} + } +}; + +StandTile tile_1457 = { + 0x034818, 0x2f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8173, -417, 3942, 0x1712}, + {7885, -417, 3526, 0x0000}, + {7821, -417, 3526, 0x171a} + } +}; + +StandTile tile_1458 = { + 0x034718, 0x2f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7821, -417, 3526, 0x0000}, + {7821, -417, 4231, 0x171e}, + {8173, -417, 3942, 0x1716} + } +}; + +StandTile tile_1459 = { + 0x034618, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {8173, -417, 3942, 0x171a}, + {7821, -417, 4231, 0x0000}, + {7885, -417, 4231, 0x1722} + } +}; + +StandTile tile_1460 = { + 0x034518, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7885, -417, 4295, 0x1726}, + {8173, -417, 3942, 0x171e}, + {7885, -417, 4231, 0x0000} + } +}; + +StandTile tile_1461 = { + 0x034418, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {8590, -417, 4295, 0x16fa}, + {8173, -417, 3942, 0x1722}, + {7885, -417, 4295, 0x0000} + } +}; + +StandTile tile_1462 = { + 0x03ba1a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7821, 0, 4295, 0x172e}, + {8574, 0, 3542, 0x0000}, + {7821, 0, 3542, 0x0000} + } +}; + +StandTile tile_1463 = { + 0x03ba19, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {7821, 0, 4295, 0x0000}, + {8574, 0, 4295, 0x0000}, + {8574, 0, 4022, 0x1798}, + {8574, 0, 3894, 0x0000}, + {8574, 0, 3542, 0x172a} + } +}; + +StandTile tile_1464 = { + 0x03fc1a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9054, -321, 3894, 0x1738}, + {9103, -321, 4022, 0x1630}, + {9103, -321, 3894, 0x0000} + } +}; + +StandTile tile_1465 = { + 0x03fc19, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9054, -321, 3894, 0x163c}, + {9054, -321, 4022, 0x0000}, + {9103, -321, 4022, 0x1734} + } +}; + +StandTile tile_1466 = { + 0x03fb1a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9103, -353, 3894, 0x1740}, + {9151, -353, 4022, 0x1628}, + {9151, -353, 3894, 0x0000} + } +}; + +StandTile tile_1467 = { + 0x03fb19, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9103, -353, 3894, 0x1634}, + {9103, -353, 4022, 0x0000}, + {9151, -353, 4022, 0x173c} + } +}; + +StandTile tile_1468 = { + 0x03fa1a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9151, -385, 3894, 0x1748}, + {9199, -385, 4022, 0x1620}, + {9199, -385, 3894, 0x0000} + } +}; + +StandTile tile_1469 = { + 0x03fa19, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9151, -385, 3894, 0x162c}, + {9151, -385, 4022, 0x0000}, + {9199, -385, 4022, 0x1744} + } +}; + +StandTile tile_1470 = { + 0x03f91a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9006, -288, 3894, 0x1750}, + {9054, -288, 4022, 0x1638}, + {9054, -288, 3894, 0x0000} + } +}; + +StandTile tile_1471 = { + 0x03f919, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9006, -288, 3894, 0x1644}, + {9006, -288, 4022, 0x0000}, + {9054, -288, 4022, 0x174c} + } +}; + +StandTile tile_1472 = { + 0x03f81a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8958, -256, 3894, 0x1758}, + {9006, -256, 4022, 0x1640}, + {9006, -256, 3894, 0x0000} + } +}; + +StandTile tile_1473 = { + 0x03f819, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8958, -256, 3894, 0x164c}, + {8958, -256, 4022, 0x0000}, + {9006, -256, 4022, 0x1754} + } +}; + +StandTile tile_1474 = { + 0x03f71a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8910, -224, 3894, 0x1760}, + {8958, -224, 4022, 0x1648}, + {8958, -224, 3894, 0x0000} + } +}; + +StandTile tile_1475 = { + 0x03f719, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8910, -224, 3894, 0x1654}, + {8910, -224, 4022, 0x0000}, + {8958, -224, 4022, 0x175c} + } +}; + +StandTile tile_1476 = { + 0x03f61a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8862, -192, 3894, 0x1768}, + {8910, -192, 4022, 0x1650}, + {8910, -192, 3894, 0x0000} + } +}; + +StandTile tile_1477 = { + 0x03f619, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8862, -192, 3894, 0x165c}, + {8862, -192, 4022, 0x0000}, + {8910, -192, 4022, 0x1764} + } +}; + +StandTile tile_1478 = { + 0x03f51a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8814, -160, 3894, 0x1770}, + {8862, -160, 4022, 0x1658}, + {8862, -160, 3894, 0x0000} + } +}; + +StandTile tile_1479 = { + 0x03f519, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8814, -160, 3894, 0x1664}, + {8814, -160, 4022, 0x0000}, + {8862, -160, 4022, 0x176c} + } +}; + +StandTile tile_1480 = { + 0x03f41a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8766, -128, 3894, 0x1778}, + {8814, -128, 4022, 0x1660}, + {8814, -128, 3894, 0x0000} + } +}; + +StandTile tile_1481 = { + 0x03f419, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8766, -128, 3894, 0x166c}, + {8766, -128, 4022, 0x0000}, + {8814, -128, 4022, 0x1774} + } +}; + +StandTile tile_1482 = { + 0x03f31a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8718, -96, 3894, 0x1780}, + {8766, -96, 4022, 0x1668}, + {8766, -96, 3894, 0x0000} + } +}; + +StandTile tile_1483 = { + 0x03f319, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8718, -96, 3894, 0x1674}, + {8718, -96, 4022, 0x0000}, + {8766, -96, 4022, 0x177c} + } +}; + +StandTile tile_1484 = { + 0x03f21a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8670, -64, 3894, 0x1788}, + {8718, -64, 4022, 0x1670}, + {8718, -64, 3894, 0x0000} + } +}; + +StandTile tile_1485 = { + 0x03f219, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8670, -64, 3894, 0x167c}, + {8670, -64, 4022, 0x0000}, + {8718, -64, 4022, 0x1784} + } +}; + +StandTile tile_1486 = { + 0x03f11a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8622, -32, 3894, 0x1790}, + {8670, -32, 4022, 0x1678}, + {8670, -32, 3894, 0x0000} + } +}; + +StandTile tile_1487 = { + 0x03f119, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8622, -32, 3894, 0x1684}, + {8622, -32, 4022, 0x0000}, + {8670, -32, 4022, 0x178c} + } +}; + +StandTile tile_1488 = { + 0x03f01a, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8574, 0, 3894, 0x1798}, + {8622, 0, 4022, 0x1680}, + {8622, 0, 3894, 0x0000} + } +}; + +StandTile tile_1489 = { + 0x03f019, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8574, 0, 3894, 0x172e}, + {8574, 0, 4022, 0x0000}, + {8622, 0, 4022, 0x1794} + } +}; + +StandTile tile_1490 = { + 0x08f918, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x2, + { + {9936, -417, 4231, 0x183a}, + {10417, -417, 3942, 0x1862}, + {9936, -417, 3526, 0x182a}, + {9936, -417, 3878, 0x0000}, + {9936, -417, 4006, 0x180a} + } +}; + +StandTile tile_1491 = { + 0x08f71a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9391, -385, 4006, 0x17a6}, + {9391, -417, 3878, 0x1816}, + {9391, -417, 4006, 0x0000} + } +}; + +StandTile tile_1492 = { + 0x08f719, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9391, -385, 4006, 0x18bc}, + {9391, -385, 3878, 0x0000}, + {9391, -417, 3878, 0x17a2} + } +}; + +StandTile tile_1493 = { + 0x08f61a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9439, -353, 4006, 0x17ae}, + {9439, -385, 3878, 0x18b8}, + {9439, -385, 4006, 0x0000} + } +}; + +StandTile tile_1494 = { + 0x08f619, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9439, -353, 4006, 0x18b4}, + {9439, -353, 3878, 0x0000}, + {9439, -385, 3878, 0x17aa} + } +}; + +StandTile tile_1495 = { + 0x08f51a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9487, -321, 4006, 0x17b6}, + {9487, -353, 3878, 0x18b0}, + {9487, -353, 4006, 0x0000} + } +}; + +StandTile tile_1496 = { + 0x08f519, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9487, -321, 4006, 0x18ac}, + {9487, -321, 3878, 0x0000}, + {9487, -353, 3878, 0x17b2} + } +}; + +StandTile tile_1497 = { + 0x08f41a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9535, -288, 4006, 0x17be}, + {9535, -321, 3878, 0x18a8}, + {9535, -321, 4006, 0x0000} + } +}; + +StandTile tile_1498 = { + 0x08f419, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9535, -288, 4006, 0x18c4}, + {9535, -288, 3878, 0x0000}, + {9535, -321, 3878, 0x17ba} + } +}; + +StandTile tile_1499 = { + 0x08f31a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9583, -256, 4006, 0x17c6}, + {9583, -288, 3878, 0x18c0}, + {9583, -288, 4006, 0x0000} + } +}; + +StandTile tile_1500 = { + 0x08f319, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9583, -256, 4006, 0x18cc}, + {9583, -256, 3878, 0x0000}, + {9583, -288, 3878, 0x17c2} + } +}; + +StandTile tile_1501 = { + 0x08f21a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9631, -224, 4006, 0x17ce}, + {9631, -256, 3878, 0x18c8}, + {9631, -256, 4006, 0x0000} + } +}; + +StandTile tile_1502 = { + 0x08f219, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9631, -224, 4006, 0x18d4}, + {9631, -224, 3878, 0x0000}, + {9631, -256, 3878, 0x17ca} + } +}; + +StandTile tile_1503 = { + 0x08f11a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9679, -192, 4006, 0x17d6}, + {9679, -224, 3878, 0x18d0}, + {9679, -224, 4006, 0x0000} + } +}; + +StandTile tile_1504 = { + 0x08f119, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9679, -192, 4006, 0x18dc}, + {9679, -192, 3878, 0x0000}, + {9679, -224, 3878, 0x17d2} + } +}; + +StandTile tile_1505 = { + 0x08f01a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9728, -160, 4006, 0x17de}, + {9728, -192, 3878, 0x18d8}, + {9728, -192, 4006, 0x0000} + } +}; + +StandTile tile_1506 = { + 0x08f019, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9728, -160, 4006, 0x18e4}, + {9728, -160, 3878, 0x0000}, + {9728, -192, 3878, 0x17da} + } +}; + +StandTile tile_1507 = { + 0x08ef1a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9776, -128, 4006, 0x17e6}, + {9776, -160, 3878, 0x18e0}, + {9776, -160, 4006, 0x0000} + } +}; + +StandTile tile_1508 = { + 0x08ef19, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9776, -128, 4006, 0x18ec}, + {9776, -128, 3878, 0x0000}, + {9776, -160, 3878, 0x17e2} + } +}; + +StandTile tile_1509 = { + 0x08ee1a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9824, -96, 4006, 0x17ee}, + {9824, -128, 3878, 0x18e8}, + {9824, -128, 4006, 0x0000} + } +}; + +StandTile tile_1510 = { + 0x08ee19, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9824, -96, 4006, 0x18f4}, + {9824, -96, 3878, 0x0000}, + {9824, -128, 3878, 0x17ea} + } +}; + +StandTile tile_1511 = { + 0x08ed1a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -64, 4006, 0x17f6}, + {9872, -96, 3878, 0x18f0}, + {9872, -96, 4006, 0x0000} + } +}; + +StandTile tile_1512 = { + 0x08ed19, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -64, 4006, 0x18fc}, + {9872, -64, 3878, 0x0000}, + {9872, -96, 3878, 0x17f2} + } +}; + +StandTile tile_1513 = { + 0x08ec1a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9920, -32, 4006, 0x17fe}, + {9920, -64, 3878, 0x18f8}, + {9920, -64, 4006, 0x0000} + } +}; + +StandTile tile_1514 = { + 0x08ec19, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9920, -32, 4006, 0x1904}, + {9920, -32, 3878, 0x0000}, + {9920, -64, 3878, 0x17fa} + } +}; + +StandTile tile_1515 = { + 0x08eb1a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9968, 0, 4006, 0x1806}, + {9968, -32, 3878, 0x1900}, + {9968, -32, 4006, 0x0000} + } +}; + +StandTile tile_1516 = { + 0x08eb19, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9968, 0, 4006, 0x190c}, + {9968, 0, 3878, 0x0000}, + {9968, -32, 3878, 0x1802} + } +}; + +StandTile tile_1517 = { + 0x08e718, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9936, -417, 4006, 0x0000}, + {9391, -417, 4006, 0x1822}, + {9936, -417, 4231, 0x179c} + } +}; + +StandTile tile_1518 = { + 0x08e61a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9327, -417, 4167, 0x1812}, + {9936, -417, 4295, 0x0000}, + {9936, -417, 4231, 0x1822} + } +}; + +StandTile tile_1519 = { + 0x08e619, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9327, -417, 4167, 0x0000}, + {9359, -417, 4295, 0x0000}, + {9936, -417, 4295, 0x180e} + } +}; + +StandTile tile_1520 = { + 0x08e51a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9391, -417, 3878, 0x181a}, + {9327, -417, 4167, 0x1822}, + {9391, -417, 4006, 0x17a2} + } +}; + +StandTile tile_1521 = { + 0x08e519, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9391, -417, 3878, 0x181e}, + {9327, -417, 3590, 0x1688}, + {9327, -417, 4167, 0x1816} + } +}; + +StandTile tile_1522 = { + 0x08e418, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9391, -417, 3878, 0x1826}, + {9551, -417, 3590, 0x188a}, + {9327, -417, 3590, 0x181a} + } +}; + +StandTile tile_1523 = { + 0x08e318, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9327, -417, 4167, 0x180e}, + {9936, -417, 4231, 0x180a}, + {9391, -417, 4006, 0x1816} + } +}; + +StandTile tile_1524 = { + 0x08e218, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9391, -417, 3878, 0x0000}, + {9936, -417, 3878, 0x182a}, + {9551, -417, 3590, 0x181e} + } +}; + +StandTile tile_1525 = { + 0x08e118, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9936, -417, 3878, 0x179c}, + {9936, -417, 3526, 0x1866}, + {9551, -417, 3590, 0x1826} + } +}; + +StandTile tile_1526 = { + 0x036218, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9679, -417, 3221, 0x1832}, + {9327, -417, 3013, 0x188a}, + {9551, -417, 3590, 0x186a} + } +}; + +StandTile tile_1527 = { + 0x036318, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9679, -417, 3221, 0x1836}, + {9359, -417, 2885, 0x0000}, + {9327, -417, 3013, 0x182e} + } +}; + +StandTile tile_1528 = { + 0x036418, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9487, -417, 2853, 0x0000}, + {9359, -417, 2885, 0x1832}, + {9679, -417, 3221, 0x187a} + } +}; + +StandTile tile_1529 = { + 0x036b18, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10000, -417, 4231, 0x183e}, + {10417, -417, 3942, 0x179c}, + {9936, -417, 4231, 0x0000} + } +}; + +StandTile tile_1530 = { + 0x036c18, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10000, -417, 4295, 0x1842}, + {10417, -417, 3942, 0x183a}, + {10000, -417, 4231, 0x0000} + } +}; + +StandTile tile_1531 = { + 0x036d18, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10705, -417, 4295, 0x1846}, + {10417, -417, 3942, 0x183e}, + {10000, -417, 4295, 0x0000} + } +}; + +StandTile tile_1532 = { + 0x036e18, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10705, -417, 4231, 0x184a}, + {10417, -417, 3942, 0x1842}, + {10705, -417, 4295, 0x0000} + } +}; + +StandTile tile_1533 = { + 0x036f18, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10769, -417, 4231, 0x184e}, + {10417, -417, 3942, 0x1846}, + {10705, -417, 4231, 0x0000} + } +}; + +StandTile tile_1534 = { + 0x037018, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10769, -417, 3526, 0x1852}, + {10417, -417, 3942, 0x184a}, + {10769, -417, 4231, 0x0000} + } +}; + +StandTile tile_1535 = { + 0x037118, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10417, -417, 3942, 0x184e}, + {10769, -417, 3526, 0x0000}, + {10705, -417, 3526, 0x1856} + } +}; + +StandTile tile_1536 = { + 0x037218, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10705, -417, 3526, 0x0000}, + {10705, -417, 3462, 0x185a}, + {10417, -417, 3942, 0x1852} + } +}; + +StandTile tile_1537 = { + 0x037318, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10417, -417, 3942, 0x1856}, + {10705, -417, 3462, 0x187e}, + {10064, -417, 3077, 0x186e} + } +}; + +StandTile tile_1538 = { + 0x037418, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10000, -417, 3462, 0x0000}, + {10000, -417, 3526, 0x1862}, + {10417, -417, 3942, 0x186e} + } +}; + +StandTile tile_1539 = { + 0x037518, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10000, -417, 3526, 0x0000}, + {9936, -417, 3526, 0x179c}, + {10417, -417, 3942, 0x185e} + } +}; + +StandTile tile_1540 = { + 0x037718, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9551, -417, 3590, 0x182a}, + {9936, -417, 3526, 0x0000}, + {9936, -417, 3462, 0x186a} + } +}; + +StandTile tile_1541 = { + 0x037818, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9679, -417, 3221, 0x182e}, + {9551, -417, 3590, 0x1866}, + {9936, -417, 3462, 0x1876} + } +}; + +StandTile tile_1542 = { + 0x037918, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10000, -417, 3462, 0x185e}, + {10417, -417, 3942, 0x185a}, + {10064, -417, 3077, 0x1872} + } +}; + +StandTile tile_1543 = { + 0x037a18, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9936, -417, 3462, 0x0000}, + {10000, -417, 3462, 0x186e}, + {10064, -417, 3077, 0x1876} + } +}; + +StandTile tile_1544 = { + 0x037b18, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9936, -417, 3462, 0x1872}, + {10064, -417, 3077, 0x187a}, + {9679, -417, 3221, 0x186a} + } +}; + +StandTile tile_1545 = { + 0x037c18, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10064, -417, 3077, 0x189a}, + {9487, -417, 2853, 0x1836}, + {9679, -417, 3221, 0x1876} + } +}; + +StandTile tile_1546 = { + 0x037d18, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10064, -417, 3077, 0x185a}, + {10705, -417, 3462, 0x0000}, + {10769, -417, 3462, 0x1882} + } +}; + +StandTile tile_1547 = { + 0x037e18, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10064, -417, 3077, 0x187e}, + {10769, -417, 3462, 0x0000}, + {10769, -417, 2885, 0x1886} + } +}; + +StandTile tile_1548 = { + 0x037f18, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10769, -417, 2885, 0x0000}, + {10641, -417, 2853, 0x1892}, + {10064, -417, 3077, 0x1882} + } +}; + +StandTile tile_1549 = { + 0x053818, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9327, -417, 3590, 0x181e}, + {9551, -417, 3590, 0x182e}, + {9327, -417, 3013, 0x16ca} + } +}; + +StandTile tile_1550 = { + 0x05311a, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10064, -417, 3077, 0x1892}, + {10641, -417, 2788, 0x198e}, + {10064, -417, 2788, 0x1896} + } +}; + +StandTile tile_1551 = { + 0x053119, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10064, -417, 3077, 0x1886}, + {10641, -417, 2853, 0x0000}, + {10641, -417, 2788, 0x188e} + } +}; + +StandTile tile_1552 = { + 0x053d1a, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9487, -417, 2788, 0x189a}, + {10064, -417, 3077, 0x188e}, + {10064, -417, 2788, 0x1a06} + } +}; + +StandTile tile_1553 = { + 0x053d19, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9487, -417, 2788, 0x0000}, + {9487, -417, 2853, 0x187a}, + {10064, -417, 3077, 0x1896} + } +}; + +StandTile tile_1554 = { + 0x049d1a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {10769, 0, 4295, 0x18a4}, + {10016, 0, 3542, 0x0000}, + {10016, 0, 3878, 0x1908}, + {10016, 0, 4006, 0x0000}, + {10016, 0, 4295, 0x0000} + } +}; + +StandTile tile_1555 = { + 0x049d19, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10769, 0, 4295, 0x0000}, + {10769, 0, 3542, 0x0000}, + {10016, 0, 3542, 0x189e} + } +}; + +StandTile tile_1556 = { + 0x050b1a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9487, -321, 3878, 0x18ac}, + {9535, -321, 4006, 0x17ba}, + {9535, -321, 3878, 0x0000} + } +}; + +StandTile tile_1557 = { + 0x050b19, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9487, -321, 3878, 0x17b6}, + {9487, -321, 4006, 0x0000}, + {9535, -321, 4006, 0x18a8} + } +}; + +StandTile tile_1558 = { + 0x050a1a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9439, -353, 3878, 0x18b4}, + {9487, -353, 4006, 0x17b2}, + {9487, -353, 3878, 0x0000} + } +}; + +StandTile tile_1559 = { + 0x050a19, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9439, -353, 3878, 0x17ae}, + {9439, -353, 4006, 0x0000}, + {9487, -353, 4006, 0x18b0} + } +}; + +StandTile tile_1560 = { + 0x05091a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9391, -385, 3878, 0x18bc}, + {9439, -385, 4006, 0x17aa}, + {9439, -385, 3878, 0x0000} + } +}; + +StandTile tile_1561 = { + 0x050919, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9391, -385, 3878, 0x17a6}, + {9391, -385, 4006, 0x0000}, + {9439, -385, 4006, 0x18b8} + } +}; + +StandTile tile_1562 = { + 0x05081a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9535, -288, 3878, 0x18c4}, + {9583, -288, 4006, 0x17c2}, + {9583, -288, 3878, 0x0000} + } +}; + +StandTile tile_1563 = { + 0x050819, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9535, -288, 3878, 0x17be}, + {9535, -288, 4006, 0x0000}, + {9583, -288, 4006, 0x18c0} + } +}; + +StandTile tile_1564 = { + 0x05071a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9583, -256, 3878, 0x18cc}, + {9631, -256, 4006, 0x17ca}, + {9631, -256, 3878, 0x0000} + } +}; + +StandTile tile_1565 = { + 0x050719, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9583, -256, 3878, 0x17c6}, + {9583, -256, 4006, 0x0000}, + {9631, -256, 4006, 0x18c8} + } +}; + +StandTile tile_1566 = { + 0x05061a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9631, -224, 3878, 0x18d4}, + {9679, -224, 4006, 0x17d2}, + {9679, -224, 3878, 0x0000} + } +}; + +StandTile tile_1567 = { + 0x050619, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9631, -224, 3878, 0x17ce}, + {9631, -224, 4006, 0x0000}, + {9679, -224, 4006, 0x18d0} + } +}; + +StandTile tile_1568 = { + 0x05051a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9679, -192, 3878, 0x18dc}, + {9728, -192, 4006, 0x17da}, + {9728, -192, 3878, 0x0000} + } +}; + +StandTile tile_1569 = { + 0x050519, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9679, -192, 3878, 0x17d6}, + {9679, -192, 4006, 0x0000}, + {9728, -192, 4006, 0x18d8} + } +}; + +StandTile tile_1570 = { + 0x05041a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9728, -160, 3878, 0x18e4}, + {9776, -160, 4006, 0x17e2}, + {9776, -160, 3878, 0x0000} + } +}; + +StandTile tile_1571 = { + 0x050419, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9728, -160, 3878, 0x17de}, + {9728, -160, 4006, 0x0000}, + {9776, -160, 4006, 0x18e0} + } +}; + +StandTile tile_1572 = { + 0x05031a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9776, -128, 3878, 0x18ec}, + {9824, -128, 4006, 0x17ea}, + {9824, -128, 3878, 0x0000} + } +}; + +StandTile tile_1573 = { + 0x050319, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9776, -128, 3878, 0x17e6}, + {9776, -128, 4006, 0x0000}, + {9824, -128, 4006, 0x18e8} + } +}; + +StandTile tile_1574 = { + 0x05021a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9824, -96, 3878, 0x18f4}, + {9872, -96, 4006, 0x17f2}, + {9872, -96, 3878, 0x0000} + } +}; + +StandTile tile_1575 = { + 0x050219, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9824, -96, 3878, 0x17ee}, + {9824, -96, 4006, 0x0000}, + {9872, -96, 4006, 0x18f0} + } +}; + +StandTile tile_1576 = { + 0x05011a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -64, 3878, 0x18fc}, + {9920, -64, 4006, 0x17fa}, + {9920, -64, 3878, 0x0000} + } +}; + +StandTile tile_1577 = { + 0x050119, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9872, -64, 3878, 0x17f6}, + {9872, -64, 4006, 0x0000}, + {9920, -64, 4006, 0x18f8} + } +}; + +StandTile tile_1578 = { + 0x05001a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9920, -32, 3878, 0x1904}, + {9968, -32, 4006, 0x1802}, + {9968, -32, 3878, 0x0000} + } +}; + +StandTile tile_1579 = { + 0x050019, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9920, -32, 3878, 0x17fe}, + {9920, -32, 4006, 0x0000}, + {9968, -32, 4006, 0x1900} + } +}; + +StandTile tile_1580 = { + 0x04ff1a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9968, 0, 3878, 0x190c}, + {10016, 0, 4006, 0x189e}, + {10016, 0, 3878, 0x0000} + } +}; + +StandTile tile_1581 = { + 0x04ff19, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9968, 0, 3878, 0x1806}, + {9968, 0, 4006, 0x0000}, + {10016, 0, 4006, 0x1908} + } +}; + +StandTile tile_1582 = { + 0x091118, 0x2d, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x2, + { + {10705, -417, 2179, 0x19a2}, + {10417, -417, 1699, 0x19c2}, + {10000, -417, 2179, 0x199e}, + {10353, -417, 2179, 0x0000}, + {10481, -417, 2179, 0x197e} + } +}; + +StandTile tile_1583 = { + 0x090f1a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -385, 2724, 0x191a}, + {10353, -417, 2724, 0x198a}, + {10481, -417, 2724, 0x0000} + } +}; + +StandTile tile_1584 = { + 0x090f19, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -385, 2724, 0x1a28}, + {10353, -385, 2724, 0x0000}, + {10353, -417, 2724, 0x1916} + } +}; + +StandTile tile_1585 = { + 0x090e1a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -353, 2676, 0x1922}, + {10353, -385, 2676, 0x1a24}, + {10481, -385, 2676, 0x0000} + } +}; + +StandTile tile_1586 = { + 0x090e19, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -353, 2676, 0x1a20}, + {10353, -353, 2676, 0x0000}, + {10353, -385, 2676, 0x191e} + } +}; + +StandTile tile_1587 = { + 0x090d1a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -321, 2628, 0x192a}, + {10353, -353, 2628, 0x1a1c}, + {10481, -353, 2628, 0x0000} + } +}; + +StandTile tile_1588 = { + 0x090d19, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -321, 2628, 0x1a18}, + {10353, -321, 2628, 0x0000}, + {10353, -353, 2628, 0x1926} + } +}; + +StandTile tile_1589 = { + 0x090c1a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -288, 2580, 0x1932}, + {10353, -321, 2580, 0x1a14}, + {10481, -321, 2580, 0x0000} + } +}; + +StandTile tile_1590 = { + 0x090c19, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -288, 2580, 0x1a30}, + {10353, -288, 2580, 0x0000}, + {10353, -321, 2580, 0x192e} + } +}; + +StandTile tile_1591 = { + 0x090b1a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -256, 2532, 0x193a}, + {10353, -288, 2532, 0x1a2c}, + {10481, -288, 2532, 0x0000} + } +}; + +StandTile tile_1592 = { + 0x090b19, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -256, 2532, 0x1a38}, + {10353, -256, 2532, 0x0000}, + {10353, -288, 2532, 0x1936} + } +}; + +StandTile tile_1593 = { + 0x090a1a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -224, 2484, 0x1942}, + {10353, -256, 2484, 0x1a34}, + {10481, -256, 2484, 0x0000} + } +}; + +StandTile tile_1594 = { + 0x090a19, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -224, 2484, 0x1a40}, + {10353, -224, 2484, 0x0000}, + {10353, -256, 2484, 0x193e} + } +}; + +StandTile tile_1595 = { + 0x09091a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -192, 2436, 0x194a}, + {10353, -224, 2436, 0x1a3c}, + {10481, -224, 2436, 0x0000} + } +}; + +StandTile tile_1596 = { + 0x090919, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -192, 2436, 0x1a48}, + {10353, -192, 2436, 0x0000}, + {10353, -224, 2436, 0x1946} + } +}; + +StandTile tile_1597 = { + 0x09081a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -160, 2388, 0x1952}, + {10353, -192, 2388, 0x1a44}, + {10481, -192, 2388, 0x0000} + } +}; + +StandTile tile_1598 = { + 0x090819, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -160, 2388, 0x1a50}, + {10353, -160, 2388, 0x0000}, + {10353, -192, 2388, 0x194e} + } +}; + +StandTile tile_1599 = { + 0x09071a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -128, 2340, 0x195a}, + {10353, -160, 2340, 0x1a4c}, + {10481, -160, 2340, 0x0000} + } +}; + +StandTile tile_1600 = { + 0x090719, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -128, 2340, 0x1a58}, + {10353, -128, 2340, 0x0000}, + {10353, -160, 2340, 0x1956} + } +}; + +StandTile tile_1601 = { + 0x09061a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -96, 2292, 0x1962}, + {10353, -128, 2292, 0x1a54}, + {10481, -128, 2292, 0x0000} + } +}; + +StandTile tile_1602 = { + 0x090619, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -96, 2292, 0x1a60}, + {10353, -96, 2292, 0x0000}, + {10353, -128, 2292, 0x195e} + } +}; + +StandTile tile_1603 = { + 0x09051a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -64, 2244, 0x196a}, + {10353, -96, 2244, 0x1a5c}, + {10481, -96, 2244, 0x0000} + } +}; + +StandTile tile_1604 = { + 0x090519, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -64, 2244, 0x1a68}, + {10353, -64, 2244, 0x0000}, + {10353, -96, 2244, 0x1966} + } +}; + +StandTile tile_1605 = { + 0x09041a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -32, 2196, 0x1972}, + {10353, -64, 2196, 0x1a64}, + {10481, -64, 2196, 0x0000} + } +}; + +StandTile tile_1606 = { + 0x090419, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -32, 2196, 0x1a70}, + {10353, -32, 2196, 0x0000}, + {10353, -64, 2196, 0x196e} + } +}; + +StandTile tile_1607 = { + 0x09031a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, 0, 2147, 0x197a}, + {10353, -32, 2147, 0x1a6c}, + {10481, -32, 2147, 0x0000} + } +}; + +StandTile tile_1608 = { + 0x090319, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, 0, 2147, 0x1a78}, + {10353, 0, 2147, 0x0000}, + {10353, -32, 2147, 0x1976} + } +}; + +StandTile tile_1609 = { + 0x090018, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10481, -417, 2179, 0x0000}, + {10481, -417, 2724, 0x1996}, + {10705, -417, 2179, 0x1910} + } +}; + +StandTile tile_1610 = { + 0x08ff1a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10641, -417, 2788, 0x1986}, + {10769, -417, 2179, 0x0000}, + {10705, -417, 2179, 0x1996} + } +}; + +StandTile tile_1611 = { + 0x08ff19, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10641, -417, 2788, 0x0000}, + {10769, -417, 2756, 0x0000}, + {10769, -417, 2179, 0x1982} + } +}; + +StandTile tile_1612 = { + 0x08fe1a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -417, 2724, 0x198e}, + {10641, -417, 2788, 0x1996}, + {10481, -417, 2724, 0x1916} + } +}; + +StandTile tile_1613 = { + 0x08fe19, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -417, 2724, 0x1992}, + {10064, -417, 2788, 0x188e}, + {10641, -417, 2788, 0x198a} + } +}; + +StandTile tile_1614 = { + 0x08fd18, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -417, 2724, 0x199a}, + {10064, -417, 2564, 0x1a06}, + {10064, -417, 2788, 0x198e} + } +}; + +StandTile tile_1615 = { + 0x08fc18, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10641, -417, 2788, 0x1982}, + {10705, -417, 2179, 0x197e}, + {10481, -417, 2724, 0x198a} + } +}; + +StandTile tile_1616 = { + 0x08fb18, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -417, 2724, 0x0000}, + {10353, -417, 2179, 0x199e}, + {10064, -417, 2564, 0x1992} + } +}; + +StandTile tile_1617 = { + 0x08fa18, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -417, 2179, 0x1910}, + {10000, -417, 2179, 0x19e2}, + {10064, -417, 2564, 0x199a} + } +}; + +StandTile tile_1618 = { + 0x038818, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10705, -417, 2179, 0x0000}, + {10705, -417, 2115, 0x19a6}, + {10417, -417, 1699, 0x1910} + } +}; + +StandTile tile_1619 = { + 0x038a18, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10417, -417, 1699, 0x19a2}, + {10705, -417, 2115, 0x0000}, + {10769, -417, 2115, 0x19aa} + } +}; + +StandTile tile_1620 = { + 0x038b18, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10769, -417, 1410, 0x19ae}, + {10417, -417, 1699, 0x19a6}, + {10769, -417, 2115, 0x0000} + } +}; + +StandTile tile_1621 = { + 0x038c18, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10705, -417, 1410, 0x19b2}, + {10417, -417, 1699, 0x19aa}, + {10769, -417, 1410, 0x0000} + } +}; + +StandTile tile_1622 = { + 0x038d18, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10705, -417, 1346, 0x19b6}, + {10417, -417, 1699, 0x19ae}, + {10705, -417, 1410, 0x0000} + } +}; + +StandTile tile_1623 = { + 0x038e18, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10000, -417, 1346, 0x19ba}, + {10417, -417, 1699, 0x19b2}, + {10705, -417, 1346, 0x0000} + } +}; + +StandTile tile_1624 = { + 0x038f18, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {10000, -417, 1410, 0x19be}, + {10417, -417, 1699, 0x19b6}, + {10000, -417, 1346, 0x0000} + } +}; + +StandTile tile_1625 = { + 0x039018, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {9936, -417, 1410, 0x19ce}, + {10417, -417, 1699, 0x19ba}, + {10000, -417, 1410, 0x0000} + } +}; + +StandTile tile_1626 = { + 0x039118, 0x2d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10000, -417, 2115, 0x0000}, + {10000, -417, 2179, 0x1910}, + {10417, -417, 1699, 0x19c6} + } +}; + +StandTile tile_1627 = { + 0x039218, 0x2d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9936, -417, 2115, 0x0000}, + {10000, -417, 2115, 0x19c2}, + {10417, -417, 1699, 0x19ca} + } +}; + +StandTile tile_1628 = { + 0x039418, 0x2d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9551, -417, 2051, 0x19de}, + {9936, -417, 2115, 0x19c6}, + {10417, -417, 1699, 0x19ce} + } +}; + +StandTile tile_1629 = { + 0x039518, 0x2d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9551, -417, 2051, 0x19ca}, + {10417, -417, 1699, 0x19be}, + {9936, -417, 1410, 0x19d2} + } +}; + +StandTile tile_1630 = { + 0x039618, 0x2d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9936, -417, 1410, 0x0000}, + {9936, -417, 1346, 0x19d6}, + {9551, -417, 2051, 0x19ce} + } +}; + +StandTile tile_1631 = { + 0x039718, 0x2d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9551, -417, 2051, 0x19d2}, + {9936, -417, 1346, 0x0000}, + {9359, -417, 1346, 0x19da} + } +}; + +StandTile tile_1632 = { + 0x039818, 0x2d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9359, -417, 1346, 0x0000}, + {9327, -417, 1474, 0x19fe}, + {9551, -417, 2051, 0x19d6} + } +}; + +StandTile tile_1633 = { + 0x039918, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9936, -417, 2179, 0x0000}, + {9936, -417, 2115, 0x19ca}, + {9551, -417, 2051, 0x19ea} + } +}; + +StandTile tile_1634 = { + 0x039a18, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10064, -417, 2564, 0x199e}, + {10000, -417, 2179, 0x0000}, + {9936, -417, 2179, 0x19e6} + } +}; + +StandTile tile_1635 = { + 0x039b18, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10064, -417, 2564, 0x19e2}, + {9936, -417, 2179, 0x19ea}, + {9679, -417, 2436, 0x19f2} + } +}; + +StandTile tile_1636 = { + 0x039c18, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9679, -417, 2436, 0x19e6}, + {9936, -417, 2179, 0x19de}, + {9551, -417, 2051, 0x19fa} + } +}; + +StandTile tile_1637 = { + 0x039d18, 0x2d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9679, -417, 2436, 0x19f6}, + {9359, -417, 2756, 0x0000}, + {9487, -417, 2788, 0x19f2} + } +}; + +StandTile tile_1638 = { + 0x039e18, 0x2d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {10064, -417, 2564, 0x19e6}, + {9679, -417, 2436, 0x19ee}, + {9487, -417, 2788, 0x1a06} + } +}; + +StandTile tile_1639 = { + 0x03a018, 0x2d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9679, -417, 2436, 0x19fa}, + {9327, -417, 2628, 0x0000}, + {9359, -417, 2756, 0x19ee} + } +}; + +StandTile tile_1640 = { + 0x03a118, 0x2d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9551, -417, 2051, 0x1a02}, + {9327, -417, 2628, 0x19f6}, + {9679, -417, 2436, 0x19ea} + } +}; + +StandTile tile_1641 = { + 0x052b18, 0x2d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9551, -417, 2051, 0x19da}, + {9327, -417, 1474, 0x1ab5}, + {9326, -417, 2079, 0x1a02} + } +}; + +StandTile tile_1642 = { + 0x053518, 0x2d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9327, -417, 2628, 0x19fa}, + {9551, -417, 2051, 0x19fe}, + {9326, -417, 2079, 0x1ac1} + } +}; + +StandTile tile_1643 = { + 0x053218, 0x2d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9487, -417, 2788, 0x1896}, + {10064, -417, 2788, 0x1992}, + {10064, -417, 2564, 0x19f2} + } +}; + +StandTile tile_1644 = { + 0x049e1a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {10769, 0, 1346, 0x1a10}, + {10113, 0, 2099, 0x0000}, + {10353, 0, 2099, 0x1a74}, + {10481, 0, 2099, 0x0000}, + {10769, 0, 2099, 0x0000} + } +}; + +StandTile tile_1645 = { + 0x049e19, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10769, 0, 1346, 0x0000}, + {10113, 0, 1346, 0x0000}, + {10113, 0, 2099, 0x1a0a} + } +}; + +StandTile tile_1646 = { + 0x04dd1a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -321, 2628, 0x1a18}, + {10481, -321, 2580, 0x192e}, + {10353, -321, 2580, 0x0000} + } +}; + +StandTile tile_1647 = { + 0x04dd19, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -321, 2628, 0x192a}, + {10481, -321, 2628, 0x0000}, + {10481, -321, 2580, 0x1a14} + } +}; + +StandTile tile_1648 = { + 0x04dc1a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -353, 2676, 0x1a20}, + {10481, -353, 2628, 0x1926}, + {10353, -353, 2628, 0x0000} + } +}; + +StandTile tile_1649 = { + 0x04dc19, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -353, 2676, 0x1922}, + {10481, -353, 2676, 0x0000}, + {10481, -353, 2628, 0x1a1c} + } +}; + +StandTile tile_1650 = { + 0x04db1a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -385, 2724, 0x1a28}, + {10481, -385, 2676, 0x191e}, + {10353, -385, 2676, 0x0000} + } +}; + +StandTile tile_1651 = { + 0x04db19, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -385, 2724, 0x191a}, + {10481, -385, 2724, 0x0000}, + {10481, -385, 2676, 0x1a24} + } +}; + +StandTile tile_1652 = { + 0x04da1a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -288, 2580, 0x1a30}, + {10481, -288, 2532, 0x1936}, + {10353, -288, 2532, 0x0000} + } +}; + +StandTile tile_1653 = { + 0x04da19, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -288, 2580, 0x1932}, + {10481, -288, 2580, 0x0000}, + {10481, -288, 2532, 0x1a2c} + } +}; + +StandTile tile_1654 = { + 0x04d91a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -256, 2532, 0x1a38}, + {10481, -256, 2484, 0x193e}, + {10353, -256, 2484, 0x0000} + } +}; + +StandTile tile_1655 = { + 0x04d919, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -256, 2532, 0x193a}, + {10481, -256, 2532, 0x0000}, + {10481, -256, 2484, 0x1a34} + } +}; + +StandTile tile_1656 = { + 0x04d81a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -224, 2484, 0x1a40}, + {10481, -224, 2436, 0x1946}, + {10353, -224, 2436, 0x0000} + } +}; + +StandTile tile_1657 = { + 0x04d819, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -224, 2484, 0x1942}, + {10481, -224, 2484, 0x0000}, + {10481, -224, 2436, 0x1a3c} + } +}; + +StandTile tile_1658 = { + 0x04d71a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -192, 2436, 0x1a48}, + {10481, -192, 2388, 0x194e}, + {10353, -192, 2388, 0x0000} + } +}; + +StandTile tile_1659 = { + 0x04d719, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -192, 2436, 0x194a}, + {10481, -192, 2436, 0x0000}, + {10481, -192, 2388, 0x1a44} + } +}; + +StandTile tile_1660 = { + 0x04d61a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -160, 2388, 0x1a50}, + {10481, -160, 2340, 0x1956}, + {10353, -160, 2340, 0x0000} + } +}; + +StandTile tile_1661 = { + 0x04d619, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -160, 2388, 0x1952}, + {10481, -160, 2388, 0x0000}, + {10481, -160, 2340, 0x1a4c} + } +}; + +StandTile tile_1662 = { + 0x04d51a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -128, 2340, 0x1a58}, + {10481, -128, 2292, 0x195e}, + {10353, -128, 2292, 0x0000} + } +}; + +StandTile tile_1663 = { + 0x04d519, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -128, 2340, 0x195a}, + {10481, -128, 2340, 0x0000}, + {10481, -128, 2292, 0x1a54} + } +}; + +StandTile tile_1664 = { + 0x04d41a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -96, 2292, 0x1a60}, + {10481, -96, 2244, 0x1966}, + {10353, -96, 2244, 0x0000} + } +}; + +StandTile tile_1665 = { + 0x04d419, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -96, 2292, 0x1962}, + {10481, -96, 2292, 0x0000}, + {10481, -96, 2244, 0x1a5c} + } +}; + +StandTile tile_1666 = { + 0x04d31a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -64, 2244, 0x1a68}, + {10481, -64, 2196, 0x196e}, + {10353, -64, 2196, 0x0000} + } +}; + +StandTile tile_1667 = { + 0x04d319, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -64, 2244, 0x196a}, + {10481, -64, 2244, 0x0000}, + {10481, -64, 2196, 0x1a64} + } +}; + +StandTile tile_1668 = { + 0x04d21a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -32, 2196, 0x1a70}, + {10481, -32, 2147, 0x1976}, + {10353, -32, 2147, 0x0000} + } +}; + +StandTile tile_1669 = { + 0x04d219, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, -32, 2196, 0x1972}, + {10481, -32, 2196, 0x0000}, + {10481, -32, 2147, 0x1a6c} + } +}; + +StandTile tile_1670 = { + 0x04d11a, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, 0, 2147, 0x1a78}, + {10481, 0, 2099, 0x1a0a}, + {10353, 0, 2099, 0x0000} + } +}; + +StandTile tile_1671 = { + 0x04d119, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10353, 0, 2147, 0x197a}, + {10481, 0, 2147, 0x0000}, + {10481, 0, 2099, 0x1a74} + } +}; + +StandTile tile_1672 = { + 0x09521a, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8622, -513, 1667, 0x1a80}, + {8654, -513, 1538, 0x0000}, + {8622, -513, 1538, 0x15e6} + } +}; + +StandTile tile_1673 = { + 0x095219, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8622, -513, 1667, 0x0000}, + {8654, -513, 1667, 0x1b3b}, + {8654, -513, 1538, 0x1a7c} + } +}; + +StandTile tile_1674 = { + 0x03a518, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9263, -417, 1474, 0x0000}, + {9231, -417, 1346, 0x1a8c}, + {9038, -417, 1859, 0x1a88} + } +}; + +StandTile tile_1675 = { + 0x03a618, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9038, -417, 2115, 0x1ab9}, + {9263, -417, 1474, 0x1a84}, + {9038, -417, 1859, 0x0000} + } +}; + +StandTile tile_1676 = { + 0x03a718, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9231, -417, 1346, 0x0000}, + {9038, -417, 1346, 0x0000}, + {9038, -417, 1859, 0x1a84} + } +}; + +StandTile tile_1677 = { + 0x03ab18, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9103, -417, 2788, 0x0000}, + {9231, -417, 2756, 0x1a98}, + {8397, -417, 2564, 0x1ac5} + } +}; + +StandTile tile_1678 = { + 0x03b218, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8654, -417, 2179, 0x0000}, + {8590, -417, 2179, 0x1c0d}, + {8397, -417, 2564, 0x1a98} + } +}; + +StandTile tile_1679 = { + 0x03b318, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8654, -417, 2179, 0x1a94}, + {8397, -417, 2564, 0x1a90}, + {9231, -417, 2756, 0x1a9c} + } +}; + +StandTile tile_1680 = { + 0x03b418, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9231, -417, 2756, 0x0000}, + {9263, -417, 2628, 0x1aa0}, + {8654, -417, 2179, 0x1a98} + } +}; + +StandTile tile_1681 = { + 0x03b518, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {8654, -417, 2179, 0x1a9c}, + {9263, -417, 2628, 0x1aa4}, + {8654, -417, 2115, 0x0000} + } +}; + +StandTile tile_1682 = { + 0x03b618, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9263, -417, 2628, 0x1aa8}, + {8718, -417, 2115, 0x0000}, + {8654, -417, 2115, 0x1aa0} + } +}; + +StandTile tile_1683 = { + 0x03b718, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x2, 0x3, + { + {8782, -417, 2115, 0x1b59}, + {8730, -417, 2115, 0x0000}, + {8718, -417, 2115, 0x1aa4}, + {9263, -417, 2628, 0x1aad} + } +}; + +StandTile tile_1684 = { + 0x03b818, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9263, -417, 2628, 0x1ab1}, + {8974, -417, 2115, 0x1b59}, + {8782, -417, 2115, 0x1aa8} + } +}; + +StandTile tile_1685 = { + 0x03b918, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9263, -417, 2628, 0x1abd}, + {9038, -417, 2115, 0x0000}, + {8974, -417, 2115, 0x1aad} + } +}; + +StandTile tile_1686 = { + 0x05361a, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9327, -417, 1474, 0x1ab9}, + {9038, -417, 2115, 0x1abd}, + {9326, -417, 2079, 0x19fe} + } +}; + +StandTile tile_1687 = { + 0x053619, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9327, -417, 1474, 0x0000}, + {9263, -417, 1474, 0x1a88}, + {9038, -417, 2115, 0x1ab5} + } +}; + +StandTile tile_1688 = { + 0x052c1a, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9263, -417, 2628, 0x1ac1}, + {9326, -417, 2079, 0x1ab5}, + {9038, -417, 2115, 0x1ab1} + } +}; + +StandTile tile_1689 = { + 0x052c19, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {9263, -417, 2628, 0x0000}, + {9327, -417, 2628, 0x1a02}, + {9326, -417, 2079, 0x1abd} + } +}; + +StandTile tile_1690 = { + 0x053c18, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {9103, -417, 2788, 0x1a90}, + {8397, -417, 2564, 0x1c00}, + {8454, -417, 2790, 0x16b6} + } +}; + +StandTile tile_1691 = { + 0x03dc1a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -321, 2580, 0x1acd}, + {8093, -321, 2628, 0x1b8b}, + {8221, -321, 2628, 0x0000} + } +}; + +StandTile tile_1692 = { + 0x03dc19, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -321, 2580, 0x1b97}, + {8093, -321, 2580, 0x0000}, + {8093, -321, 2628, 0x1ac9} + } +}; + +StandTile tile_1693 = { + 0x03db1a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -353, 2628, 0x1ad5}, + {8093, -353, 2676, 0x1b83}, + {8221, -353, 2676, 0x0000} + } +}; + +StandTile tile_1694 = { + 0x03db19, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -353, 2628, 0x1b8f}, + {8093, -353, 2628, 0x0000}, + {8093, -353, 2676, 0x1ad1} + } +}; + +StandTile tile_1695 = { + 0x03da1a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -385, 2676, 0x1add}, + {8093, -385, 2724, 0x1b7b}, + {8221, -385, 2724, 0x0000} + } +}; + +StandTile tile_1696 = { + 0x03da19, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -385, 2676, 0x1b87}, + {8093, -385, 2676, 0x0000}, + {8093, -385, 2724, 0x1ad9} + } +}; + +StandTile tile_1697 = { + 0x03d91a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -288, 2532, 0x1ae5}, + {8093, -288, 2580, 0x1b93}, + {8221, -288, 2580, 0x0000} + } +}; + +StandTile tile_1698 = { + 0x03d919, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -288, 2532, 0x1b9f}, + {8093, -288, 2532, 0x0000}, + {8093, -288, 2580, 0x1ae1} + } +}; + +StandTile tile_1699 = { + 0x03d81a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -256, 2484, 0x1aed}, + {8093, -256, 2532, 0x1b9b}, + {8221, -256, 2532, 0x0000} + } +}; + +StandTile tile_1700 = { + 0x03d819, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -256, 2484, 0x1ba7}, + {8093, -256, 2484, 0x0000}, + {8093, -256, 2532, 0x1ae9} + } +}; + +StandTile tile_1701 = { + 0x03d71a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -224, 2436, 0x1af5}, + {8093, -224, 2484, 0x1ba3}, + {8221, -224, 2484, 0x0000} + } +}; + +StandTile tile_1702 = { + 0x03d719, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -224, 2436, 0x1baf}, + {8093, -224, 2436, 0x0000}, + {8093, -224, 2484, 0x1af1} + } +}; + +StandTile tile_1703 = { + 0x03d61a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -192, 2388, 0x1afd}, + {8093, -192, 2436, 0x1bab}, + {8221, -192, 2436, 0x0000} + } +}; + +StandTile tile_1704 = { + 0x03d619, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -192, 2388, 0x1bb7}, + {8093, -192, 2388, 0x0000}, + {8093, -192, 2436, 0x1af9} + } +}; + +StandTile tile_1705 = { + 0x03d51a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -160, 2340, 0x1b05}, + {8093, -160, 2388, 0x1bb3}, + {8221, -160, 2388, 0x0000} + } +}; + +StandTile tile_1706 = { + 0x03d519, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -160, 2340, 0x1bbf}, + {8093, -160, 2340, 0x0000}, + {8093, -160, 2388, 0x1b01} + } +}; + +StandTile tile_1707 = { + 0x03d41a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -128, 2292, 0x1b0d}, + {8093, -128, 2340, 0x1bbb}, + {8221, -128, 2340, 0x0000} + } +}; + +StandTile tile_1708 = { + 0x03d419, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -128, 2292, 0x1bc7}, + {8093, -128, 2292, 0x0000}, + {8093, -128, 2340, 0x1b09} + } +}; + +StandTile tile_1709 = { + 0x03d31a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -96, 2244, 0x1b15}, + {8093, -96, 2292, 0x1bc3}, + {8221, -96, 2292, 0x0000} + } +}; + +StandTile tile_1710 = { + 0x03d319, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -96, 2244, 0x1bcf}, + {8093, -96, 2244, 0x0000}, + {8093, -96, 2292, 0x1b11} + } +}; + +StandTile tile_1711 = { + 0x03d21a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -64, 2196, 0x1b1d}, + {8093, -64, 2244, 0x1bcb}, + {8221, -64, 2244, 0x0000} + } +}; + +StandTile tile_1712 = { + 0x03d219, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -64, 2196, 0x1bd7}, + {8093, -64, 2196, 0x0000}, + {8093, -64, 2244, 0x1b19} + } +}; + +StandTile tile_1713 = { + 0x03d11a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -32, 2147, 0x1b25}, + {8093, -32, 2196, 0x1bd3}, + {8221, -32, 2196, 0x0000} + } +}; + +StandTile tile_1714 = { + 0x03d119, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -32, 2147, 0x1bdf}, + {8093, -32, 2147, 0x0000}, + {8093, -32, 2196, 0x1b21} + } +}; + +StandTile tile_1715 = { + 0x03261a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, 0, 2099, 0x1b2d}, + {8093, 0, 2147, 0x1bdb}, + {8221, 0, 2147, 0x0000} + } +}; + +StandTile tile_1716 = { + 0x032619, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, 0, 2099, 0x1b35}, + {8093, 0, 2099, 0x0000}, + {8093, 0, 2147, 0x1b29} + } +}; + +StandTile tile_1717 = { + 0x028b1a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7821, 0, 1346, 0x1b35}, + {8654, 0, 2099, 0x0000}, + {8654, 0, 1346, 0x0000} + } +}; + +StandTile tile_1718 = { + 0x028b19, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {7821, 0, 1346, 0x0000}, + {7821, 0, 2099, 0x0000}, + {8093, 0, 2099, 0x1b2d}, + {8221, 0, 2099, 0x0000}, + {8654, 0, 2099, 0x1b31} + } +}; + +StandTile tile_1719 = { + 0x01a718, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x2, 0x3, + { + {8654, -513, 1667, 0x0000}, + {8730, -513, 1667, 0x1b66}, + {8782, -513, 1667, 0x1b41}, + {8654, -513, 1346, 0x0000}, + {8654, -513, 1538, 0x1a80} + } +}; + +StandTile tile_1720 = { + 0x01a618, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {8654, -513, 1346, 0x1b3b}, + {8782, -513, 1667, 0x1b45}, + {8974, -513, 1346, 0x0000} + } +}; + +StandTile tile_1721 = { + 0x01a518, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {8974, -513, 1346, 0x1b41}, + {8782, -513, 1667, 0x1b66}, + {8974, -513, 1667, 0x0000} + } +}; + +StandTile tile_1722 = { + 0x00581a, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {8974, -481, 1731, 0x1b4d}, + {8730, -481, 1667, 0x0000}, + {8730, -481, 1731, 0x1b6b} + } +}; + +StandTile tile_1723 = { + 0x005819, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {8974, -481, 1731, 0x0000}, + {8974, -481, 1667, 0x1b62}, + {8730, -481, 1667, 0x1b49} + } +}; + +StandTile tile_1724 = { + 0x00571a, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {8974, -449, 1795, 0x1b55}, + {8730, -449, 1731, 0x0000}, + {8730, -449, 1795, 0x1b73} + } +}; + +StandTile tile_1725 = { + 0x005719, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {8974, -449, 1795, 0x0000}, + {8974, -449, 1731, 0x1b6f}, + {8730, -449, 1731, 0x1b51} + } +}; + +StandTile tile_1726 = { + 0x00561a, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x2, + { + {8974, -417, 2115, 0x1b5e}, + {8730, -417, 1795, 0x0000}, + {8730, -417, 2115, 0x1aa8}, + {8782, -417, 2115, 0x1aad} + } +}; + +StandTile tile_1727 = { + 0x005619, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {8974, -417, 2115, 0x0000}, + {8974, -417, 1795, 0x1b77}, + {8730, -417, 1795, 0x1b59} + } +}; + +StandTile tile_1728 = { + 0x00551a, 0x2c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {8974, -513, 1667, 0x1b66}, + {8730, -481, 1667, 0x1b4d}, + {8974, -481, 1667, 0x0000} + } +}; + +StandTile tile_1729 = { + 0x005519, 0x2c, + 0x0, + 0x0, 0x0, 0x0, + 4, + 0x0, 0x2, 0x3, + { + {8974, -513, 1667, 0x1b45}, + {8782, -513, 1667, 0x1b3b}, + {8730, -513, 1667, 0x0000}, + {8730, -481, 1667, 0x1b62} + } +}; + +StandTile tile_1730 = { + 0x00541a, 0x2c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {8730, -481, 1731, 0x1b6f}, + {8974, -449, 1731, 0x0000}, + {8974, -481, 1731, 0x1b49} + } +}; + +StandTile tile_1731 = { + 0x005419, 0x2c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {8730, -481, 1731, 0x0000}, + {8730, -449, 1731, 0x1b55}, + {8974, -449, 1731, 0x1b6b} + } +}; + +StandTile tile_1732 = { + 0x00531a, 0x2c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8730, -449, 1795, 0x1b77}, + {8974, -417, 1795, 0x0000}, + {8974, -449, 1795, 0x1b51} + } +}; + +StandTile tile_1733 = { + 0x005319, 0x2c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {8730, -449, 1795, 0x0000}, + {8730, -417, 1795, 0x1b5e}, + {8974, -417, 1795, 0x1b73} + } +}; + +StandTile tile_1734 = { + 0x08ad1a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -417, 2724, 0x1b7f}, + {8221, -385, 2724, 0x1ad9}, + {8093, -385, 2724, 0x0000} + } +}; + +StandTile tile_1735 = { + 0x08ad19, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -417, 2724, 0x1bf8}, + {8221, -417, 2724, 0x0000}, + {8221, -385, 2724, 0x1b7b} + } +}; + +StandTile tile_1736 = { + 0x08ac1a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -385, 2676, 0x1b87}, + {8221, -353, 2676, 0x1ad1}, + {8093, -353, 2676, 0x0000} + } +}; + +StandTile tile_1737 = { + 0x08ac19, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -385, 2676, 0x1add}, + {8221, -385, 2676, 0x0000}, + {8221, -353, 2676, 0x1b83} + } +}; + +StandTile tile_1738 = { + 0x08ab1a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -353, 2628, 0x1b8f}, + {8221, -321, 2628, 0x1ac9}, + {8093, -321, 2628, 0x0000} + } +}; + +StandTile tile_1739 = { + 0x08ab19, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -353, 2628, 0x1ad5}, + {8221, -353, 2628, 0x0000}, + {8221, -321, 2628, 0x1b8b} + } +}; + +StandTile tile_1740 = { + 0x08aa1a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -321, 2580, 0x1b97}, + {8221, -288, 2580, 0x1ae1}, + {8093, -288, 2580, 0x0000} + } +}; + +StandTile tile_1741 = { + 0x08aa19, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -321, 2580, 0x1acd}, + {8221, -321, 2580, 0x0000}, + {8221, -288, 2580, 0x1b93} + } +}; + +StandTile tile_1742 = { + 0x08a91a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -288, 2532, 0x1b9f}, + {8221, -256, 2532, 0x1ae9}, + {8093, -256, 2532, 0x0000} + } +}; + +StandTile tile_1743 = { + 0x08a919, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -288, 2532, 0x1ae5}, + {8221, -288, 2532, 0x0000}, + {8221, -256, 2532, 0x1b9b} + } +}; + +StandTile tile_1744 = { + 0x08a81a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -256, 2484, 0x1ba7}, + {8221, -224, 2484, 0x1af1}, + {8093, -224, 2484, 0x0000} + } +}; + +StandTile tile_1745 = { + 0x08a819, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -256, 2484, 0x1aed}, + {8221, -256, 2484, 0x0000}, + {8221, -224, 2484, 0x1ba3} + } +}; + +StandTile tile_1746 = { + 0x08a71a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -224, 2436, 0x1baf}, + {8221, -192, 2436, 0x1af9}, + {8093, -192, 2436, 0x0000} + } +}; + +StandTile tile_1747 = { + 0x08a719, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -224, 2436, 0x1af5}, + {8221, -224, 2436, 0x0000}, + {8221, -192, 2436, 0x1bab} + } +}; + +StandTile tile_1748 = { + 0x08a61a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -192, 2388, 0x1bb7}, + {8221, -160, 2388, 0x1b01}, + {8093, -160, 2388, 0x0000} + } +}; + +StandTile tile_1749 = { + 0x08a619, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -192, 2388, 0x1afd}, + {8221, -192, 2388, 0x0000}, + {8221, -160, 2388, 0x1bb3} + } +}; + +StandTile tile_1750 = { + 0x08a51a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -160, 2340, 0x1bbf}, + {8221, -128, 2340, 0x1b09}, + {8093, -128, 2340, 0x0000} + } +}; + +StandTile tile_1751 = { + 0x08a519, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -160, 2340, 0x1b05}, + {8221, -160, 2340, 0x0000}, + {8221, -128, 2340, 0x1bbb} + } +}; + +StandTile tile_1752 = { + 0x08a41a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -128, 2292, 0x1bc7}, + {8221, -96, 2292, 0x1b11}, + {8093, -96, 2292, 0x0000} + } +}; + +StandTile tile_1753 = { + 0x08a419, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -128, 2292, 0x1b0d}, + {8221, -128, 2292, 0x0000}, + {8221, -96, 2292, 0x1bc3} + } +}; + +StandTile tile_1754 = { + 0x08a31a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -96, 2244, 0x1bcf}, + {8221, -64, 2244, 0x1b19}, + {8093, -64, 2244, 0x0000} + } +}; + +StandTile tile_1755 = { + 0x08a319, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -96, 2244, 0x1b15}, + {8221, -96, 2244, 0x0000}, + {8221, -64, 2244, 0x1bcb} + } +}; + +StandTile tile_1756 = { + 0x08a21a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -64, 2196, 0x1bd7}, + {8221, -32, 2196, 0x1b21}, + {8093, -32, 2196, 0x0000} + } +}; + +StandTile tile_1757 = { + 0x08a219, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -64, 2196, 0x1b1d}, + {8221, -64, 2196, 0x0000}, + {8221, -32, 2196, 0x1bd3} + } +}; + +StandTile tile_1758 = { + 0x08a11a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -32, 2147, 0x1bdf}, + {8221, 0, 2147, 0x1b29}, + {8093, 0, 2147, 0x0000} + } +}; + +StandTile tile_1759 = { + 0x08a119, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -32, 2147, 0x1b25}, + {8221, -32, 2147, 0x0000}, + {8221, 0, 2147, 0x1bdb} + } +}; + +StandTile tile_1760 = { + 0x08c71a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -417, 2179, 0x1be7}, + {8093, -417, 2292, 0x0000}, + {8221, -417, 2292, 0x1c08} + } +}; + +StandTile tile_1761 = { + 0x08c719, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8221, -417, 2179, 0x0000}, + {8093, -417, 2179, 0x1beb}, + {8093, -417, 2292, 0x1be3} + } +}; + +StandTile tile_1762 = { + 0x08c51a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {7885, -417, 2179, 0x1c04}, + {8093, -417, 2724, 0x0000}, + {8093, -417, 2292, 0x1be7}, + {8093, -417, 2179, 0x0000} + } +}; + +StandTile tile_1763 = { + 0x08c41a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7885, -417, 2179, 0x1bf4}, + {7821, -417, 2756, 0x0000}, + {7949, -417, 2788, 0x1c04} + } +}; + +StandTile tile_1764 = { + 0x08c419, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7885, -417, 2179, 0x0000}, + {7821, -417, 2179, 0x0000}, + {7821, -417, 2756, 0x1bf0} + } +}; + +StandTile tile_1765 = { + 0x08c31a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -417, 2724, 0x1bfc}, + {8454, -417, 2790, 0x1c00}, + {8221, -417, 2724, 0x1b7f} + } +}; + +StandTile tile_1766 = { + 0x08c319, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -417, 2724, 0x1c04}, + {7949, -417, 2788, 0x16be}, + {8454, -417, 2790, 0x1bf8} + } +}; + +StandTile tile_1767 = { + 0x08ba18, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8454, -417, 2790, 0x1ac5}, + {8397, -417, 2564, 0x1c08}, + {8221, -417, 2724, 0x1bf8} + } +}; + +StandTile tile_1768 = { + 0x08bc18, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8093, -417, 2724, 0x1beb}, + {7885, -417, 2179, 0x1bf0}, + {7949, -417, 2788, 0x1bfc} + } +}; + +StandTile tile_1769 = { + 0x08bf18, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {8397, -417, 2564, 0x1c0d}, + {8221, -417, 2179, 0x1be3}, + {8221, -417, 2292, 0x0000}, + {8221, -417, 2724, 0x1c00} + } +}; + +StandTile tile_1770 = { + 0x08c018, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8397, -417, 2564, 0x1a94}, + {8590, -417, 2179, 0x0000}, + {8221, -417, 2179, 0x1c08} + } +}; + +StandTile tile_1771 = { + 0x020212, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {7644, -513, 1763, 0x1c15}, + {7628, -513, 1907, 0x0000}, + {7644, -513, 1891, 0x160e} + } +}; + +StandTile tile_1772 = { + 0x020211, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {7644, -513, 1763, 0x0000}, + {7628, -513, 1747, 0x1c35}, + {7628, -513, 1907, 0x1c11} + } +}; + +StandTile tile_1773 = { + 0x003110, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 1699, 0x1c1d}, + {6795, -513, 1571, 0x0000}, + {6731, -513, 1571, 0x1c73} + } +}; + +StandTile tile_1774 = { + 0x003010, 0x2b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 1699, 0x1c4f}, + {7179, -513, 1699, 0x1c21}, + {6795, -513, 1571, 0x1c19} + } +}; + +StandTile tile_1775 = { + 0x002f10, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {6795, -513, 1571, 0x1c1d}, + {7179, -513, 1699, 0x1c25}, + {6795, -513, 1410, 0x0000} + } +}; + +StandTile tile_1776 = { + 0x002e10, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7179, -513, 1699, 0x1c29}, + {7564, -513, 1410, 0x0000}, + {6795, -513, 1410, 0x1c21} + } +}; + +StandTile tile_1777 = { + 0x002d10, 0x2b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {7484, -513, 1699, 0x1c2d}, + {7564, -513, 1410, 0x1c25}, + {7179, -513, 1699, 0x1c43} + } +}; + +StandTile tile_1778 = { + 0x002c10, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7564, -513, 1458, 0x0000}, + {7564, -513, 1410, 0x1c29}, + {7484, -513, 1699, 0x1c31} + } +}; + +StandTile tile_1779 = { + 0x002b10, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7564, -513, 1458, 0x1c2d}, + {7484, -513, 1699, 0x1c35}, + {7628, -513, 1458, 0x0000} + } +}; + +StandTile tile_1780 = { + 0x002a10, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x4, + { + {7484, -513, 1699, 0x1c3b}, + {7628, -513, 1923, 0x0000}, + {7628, -513, 1907, 0x1c15}, + {7628, -513, 1747, 0x0000}, + {7628, -513, 1458, 0x1c31} + } +}; + +StandTile tile_1781 = { + 0x002910, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7564, -513, 1923, 0x0000}, + {7628, -513, 1923, 0x1c35}, + {7484, -513, 1699, 0x1c3f} + } +}; + +StandTile tile_1782 = { + 0x002810, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7484, -513, 1699, 0x1c43}, + {7564, -513, 1987, 0x0000}, + {7564, -513, 1923, 0x1c3b} + } +}; + +StandTile tile_1783 = { + 0x002710, 0x2b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {7484, -513, 1699, 0x1c29}, + {7179, -513, 1699, 0x1c47}, + {7564, -513, 1987, 0x1c3f} + } +}; + +StandTile tile_1784 = { + 0x002610, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7564, -513, 1987, 0x1c43}, + {7179, -513, 1699, 0x1c4b}, + {6795, -513, 1987, 0x0000} + } +}; + +StandTile tile_1785 = { + 0x002510, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {7179, -513, 1699, 0x1c4f}, + {6795, -513, 1827, 0x0000}, + {6795, -513, 1987, 0x1c47} + } +}; + +StandTile tile_1786 = { + 0x002410, 0x2b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {7179, -513, 1699, 0x1c1d}, + {6731, -513, 1699, 0x1c53}, + {6795, -513, 1827, 0x1c4b} + } +}; + +StandTile tile_1787 = { + 0x002310, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 1699, 0x1c6f}, + {6731, -513, 1827, 0x0000}, + {6795, -513, 1827, 0x1c4f} + } +}; + +StandTile tile_1788 = { + 0x001c10, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {6154, -513, 1699, 0x1caf}, + {6154, -513, 1827, 0x0000}, + {6218, -513, 1827, 0x1c5b} + } +}; + +StandTile tile_1789 = { + 0x001d10, 0x2a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {6314, -513, 1699, 0x1c87}, + {6154, -513, 1699, 0x1c57}, + {6218, -513, 1827, 0x1c5f} + } +}; + +StandTile tile_1790 = { + 0x001e10, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {6314, -513, 1699, 0x1c5b}, + {6218, -513, 1827, 0x0000}, + {6218, -513, 1859, 0x1c63} + } +}; + +StandTile tile_1791 = { + 0x001f10, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 1859, 0x1c67}, + {6314, -513, 1699, 0x1c5f}, + {6218, -513, 1859, 0x0000} + } +}; + +StandTile tile_1792 = { + 0x002010, 0x2a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {6635, -513, 1699, 0x1c7b}, + {6314, -513, 1699, 0x1c63}, + {6731, -513, 1859, 0x1c6b} + } +}; + +StandTile tile_1793 = { + 0x002110, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {6635, -513, 1699, 0x1c67}, + {6731, -513, 1859, 0x0000}, + {6731, -513, 1827, 0x1c6f} + } +}; + +StandTile tile_1794 = { + 0x002210, 0x2a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 1699, 0x1c73}, + {6635, -513, 1699, 0x1c6b}, + {6731, -513, 1827, 0x1c53} + } +}; + +StandTile tile_1795 = { + 0x003210, 0x2a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 1571, 0x1c77}, + {6635, -513, 1699, 0x1c6f}, + {6731, -513, 1699, 0x1c19} + } +}; + +StandTile tile_1796 = { + 0x003310, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 1571, 0x0000}, + {6731, -513, 1538, 0x1c7b}, + {6635, -513, 1699, 0x1c73} + } +}; + +StandTile tile_1797 = { + 0x003410, 0x2a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {6635, -513, 1699, 0x1c77}, + {6731, -513, 1538, 0x1c7f}, + {6314, -513, 1699, 0x1c67} + } +}; + +StandTile tile_1798 = { + 0x003510, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {6314, -513, 1699, 0x1c7b}, + {6731, -513, 1538, 0x0000}, + {6218, -513, 1538, 0x1c83} + } +}; + +StandTile tile_1799 = { + 0x003610, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {6218, -513, 1571, 0x1c87}, + {6314, -513, 1699, 0x1c7f}, + {6218, -513, 1538, 0x0000} + } +}; + +StandTile tile_1800 = { + 0x003710, 0x2a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {6154, -513, 1699, 0x1c5b}, + {6314, -513, 1699, 0x1c83}, + {6218, -513, 1571, 0x1c8b} + } +}; + +StandTile tile_1801 = { + 0x003810, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {6154, -513, 1699, 0x1c87}, + {6218, -513, 1571, 0x0000}, + {6154, -513, 1571, 0x1cb3} + } +}; + +StandTile tile_1802 = { + 0x001310, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {5673, -513, 1282, 0x0000}, + {5673, -513, 1346, 0x1c93}, + {5801, -513, 1282, 0x1e17} + } +}; + +StandTile tile_1803 = { + 0x001410, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 1282, 0x1c8f}, + {5673, -513, 1346, 0x1c97}, + {5801, -513, 1442, 0x1ccf} + } +}; + +StandTile tile_1804 = { + 0x001510, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {5673, -513, 1346, 0x0000}, + {5641, -513, 1346, 0x1c9b}, + {5801, -513, 1442, 0x1c93} + } +}; + +StandTile tile_1805 = { + 0x001610, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5641, -513, 1346, 0x1c9f}, + {5801, -513, 1699, 0x1cc7}, + {5801, -513, 1442, 0x1c97} + } +}; + +StandTile tile_1806 = { + 0x001710, 0x29, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {5641, -513, 1859, 0x1ca3}, + {5801, -513, 1699, 0x1c9b}, + {5641, -513, 1346, 0x0000} + } +}; + +StandTile tile_1807 = { + 0x001810, 0x29, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {6154, -513, 1859, 0x1ca7}, + {5801, -513, 1699, 0x1c9f}, + {5641, -513, 1859, 0x0000} + } +}; + +StandTile tile_1808 = { + 0x001910, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6058, -513, 1699, 0x1cbb}, + {5801, -513, 1699, 0x1ca3}, + {6154, -513, 1859, 0x1cab} + } +}; + +StandTile tile_1809 = { + 0x001a10, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {6058, -513, 1699, 0x1ca7}, + {6154, -513, 1859, 0x0000}, + {6154, -513, 1827, 0x1caf} + } +}; + +StandTile tile_1810 = { + 0x001b10, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6154, -513, 1699, 0x1cb3}, + {6058, -513, 1699, 0x1cab}, + {6154, -513, 1827, 0x1c57} + } +}; + +StandTile tile_1811 = { + 0x003910, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6154, -513, 1571, 0x1cb7}, + {6058, -513, 1699, 0x1caf}, + {6154, -513, 1699, 0x1c8b} + } +}; + +StandTile tile_1812 = { + 0x003a10, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {6154, -513, 1571, 0x0000}, + {6154, -513, 1538, 0x1cbb}, + {6058, -513, 1699, 0x1cb3} + } +}; + +StandTile tile_1813 = { + 0x003b10, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6058, -513, 1699, 0x1cb7}, + {6154, -513, 1538, 0x1cbf}, + {5801, -513, 1699, 0x1ca7} + } +}; + +StandTile tile_1814 = { + 0x003c10, 0x29, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 1699, 0x1cbb}, + {6154, -513, 1538, 0x0000}, + {5962, -513, 1538, 0x1cc3} + } +}; + +StandTile tile_1815 = { + 0x003d10, 0x29, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {5962, -513, 1346, 0x1cc7}, + {5801, -513, 1699, 0x1cbf}, + {5962, -513, 1538, 0x0000} + } +}; + +StandTile tile_1816 = { + 0x003e10, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 1442, 0x1c9b}, + {5801, -513, 1699, 0x1cc3}, + {5962, -513, 1346, 0x1ccb} + } +}; + +StandTile tile_1817 = { + 0x003f10, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 1442, 0x1cc7}, + {5962, -513, 1346, 0x0000}, + {5929, -513, 1346, 0x1ccf} + } +}; + +StandTile tile_1818 = { + 0x004010, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 1282, 0x1c93}, + {5801, -513, 1442, 0x1ccb}, + {5929, -513, 1346, 0x1cd3} + } +}; + +StandTile tile_1819 = { + 0x004110, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 1282, 0x1ccf}, + {5929, -513, 1346, 0x0000}, + {5929, -513, 1282, 0x1e1b} + } +}; + +StandTile tile_1820 = { + 0x01bf12, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {6282, -513, 994, 0x1cdb}, + {6298, -513, 865, 0x0000}, + {6282, -513, 865, 0x1dfb} + } +}; + +StandTile tile_1821 = { + 0x01bf11, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {6282, -513, 994, 0x0000}, + {6298, -513, 994, 0x1cdf}, + {6298, -513, 865, 0x1cd7} + } +}; + +StandTile tile_1822 = { + 0x01be12, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {6298, -513, 994, 0x1ce3}, + {6314, -513, 849, 0x0000}, + {6298, -513, 865, 0x1cdb} + } +}; + +StandTile tile_1823 = { + 0x01be11, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {6298, -513, 994, 0x0000}, + {6314, -513, 1010, 0x1d2b}, + {6314, -513, 849, 0x1cdf} + } +}; + +StandTile tile_1824 = { + 0x009910, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 577, 0x1d13}, + {7179, -513, 929, 0x1ceb}, + {6827, -513, 577, 0x0000} + } +}; + +StandTile tile_1825 = { + 0x009810, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7179, -513, 929, 0x1cef}, + {7532, -513, 577, 0x0000}, + {6827, -513, 577, 0x1ce7} + } +}; + +StandTile tile_1826 = { + 0x009710, 0x28, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {7179, -513, 929, 0x1cff}, + {7436, -513, 929, 0x1cf3}, + {7532, -513, 577, 0x1ceb} + } +}; + +StandTile tile_1827 = { + 0x009610, 0x28, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {7532, -513, 577, 0x1cef}, + {7436, -513, 929, 0x1cf7}, + {7628, -513, 577, 0x0000} + } +}; + +StandTile tile_1828 = { + 0x009510, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7628, -513, 577, 0x1cf3}, + {7436, -513, 929, 0x1cfb}, + {7628, -513, 1282, 0x0000} + } +}; + +StandTile tile_1829 = { + 0x009410, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7436, -513, 929, 0x1cff}, + {7532, -513, 1282, 0x0000}, + {7628, -513, 1282, 0x1cf7} + } +}; + +StandTile tile_1830 = { + 0x009310, 0x28, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {7436, -513, 929, 0x1cef}, + {7179, -513, 929, 0x1d03}, + {7532, -513, 1282, 0x1cfb} + } +}; + +StandTile tile_1831 = { + 0x009210, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7532, -513, 1282, 0x1cff}, + {7179, -513, 929, 0x1d07}, + {6827, -513, 1282, 0x0000} + } +}; + +StandTile tile_1832 = { + 0x009110, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7179, -513, 929, 0x1d0f}, + {6731, -513, 1282, 0x0000}, + {6827, -513, 1282, 0x1d03} + } +}; + +StandTile tile_1833 = { + 0x009010, 0x28, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 1282, 0x1d0f}, + {6923, -513, 929, 0x1d23}, + {6731, -513, 1090, 0x0000} + } +}; + +StandTile tile_1834 = { + 0x008f10, 0x28, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {7179, -513, 929, 0x1d13}, + {6923, -513, 929, 0x1d0b}, + {6731, -513, 1282, 0x1d07} + } +}; + +StandTile tile_1835 = { + 0x008e10, 0x28, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 577, 0x1d17}, + {6923, -513, 929, 0x1d0f}, + {7179, -513, 929, 0x1ce7} + } +}; + +StandTile tile_1836 = { + 0x008d10, 0x28, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 577, 0x0000}, + {6731, -513, 769, 0x1d1f}, + {6923, -513, 929, 0x1d13} + } +}; + +StandTile tile_1837 = { + 0x008c10, 0x28, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {6314, -513, 769, 0x1d2b}, + {6506, -513, 929, 0x1d1f}, + {6731, -513, 769, 0x0000} + } +}; + +StandTile tile_1838 = { + 0x008b10, 0x28, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 769, 0x1d1b}, + {6506, -513, 929, 0x1d23}, + {6923, -513, 929, 0x1d17} + } +}; + +StandTile tile_1839 = { + 0x008a10, 0x28, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6923, -513, 929, 0x1d1f}, + {6506, -513, 929, 0x1d27}, + {6731, -513, 1090, 0x1d0b} + } +}; + +StandTile tile_1840 = { + 0x008910, 0x28, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {6506, -513, 929, 0x1d2b}, + {6314, -513, 1090, 0x0000}, + {6731, -513, 1090, 0x1d23} + } +}; + +StandTile tile_1841 = { + 0x008810, 0x28, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {6506, -513, 929, 0x1d1b}, + {6314, -513, 769, 0x0000}, + {6314, -513, 849, 0x1ce3}, + {6314, -513, 1010, 0x0000}, + {6314, -513, 1090, 0x1d27} + } +}; + +StandTile tile_1842 = { + 0x01e612, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {7628, -513, 385, 0x1d35}, + {7644, -513, 240, 0x0000}, + {7628, -513, 224, 0x1d55} + } +}; + +StandTile tile_1843 = { + 0x01e611, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {7628, -513, 385, 0x0000}, + {7644, -513, 369, 0x14b6}, + {7644, -513, 240, 0x1d31} + } +}; + +StandTile tile_1844 = { + 0x006010, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6795, -513, 32, 0x0000}, + {6731, -513, 32, 0x1d8f}, + {6731, -513, 160, 0x1d3d} + } +}; + +StandTile tile_1845 = { + 0x006110, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6795, -513, 32, 0x1d39}, + {6731, -513, 160, 0x1d6f}, + {7179, -513, 160, 0x1d41} + } +}; + +StandTile tile_1846 = { + 0x006210, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {6795, -513, -128, 0x0000}, + {6795, -513, 32, 0x1d3d}, + {7179, -513, 160, 0x1d45} + } +}; + +StandTile tile_1847 = { + 0x006310, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {6795, -513, -128, 0x1d41}, + {7179, -513, 160, 0x1d49}, + {7564, -513, -128, 0x0000} + } +}; + +StandTile tile_1848 = { + 0x006410, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {7564, -513, -128, 0x1d45}, + {7179, -513, 160, 0x1d63}, + {7484, -513, 160, 0x1d4d} + } +}; + +StandTile tile_1849 = { + 0x006510, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {7564, -513, -64, 0x0000}, + {7564, -513, -128, 0x1d49}, + {7484, -513, 160, 0x1d51} + } +}; + +StandTile tile_1850 = { + 0x006610, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {7484, -513, 160, 0x1d55}, + {7628, -513, -64, 0x0000}, + {7564, -513, -64, 0x1d4d} + } +}; + +StandTile tile_1851 = { + 0x006710, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 5, + 0x0, 0x3, 0x4, + { + {7628, -513, 401, 0x0000}, + {7628, -513, 385, 0x1d31}, + {7628, -513, 224, 0x0000}, + {7628, -513, -64, 0x1d51}, + {7484, -513, 160, 0x1d5b} + } +}; + +StandTile tile_1852 = { + 0x006810, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {7628, -513, 401, 0x1d55}, + {7484, -513, 160, 0x1d5f}, + {7564, -513, 401, 0x0000} + } +}; + +StandTile tile_1853 = { + 0x006910, 0x27, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {7484, -513, 160, 0x1d63}, + {7564, -513, 449, 0x0000}, + {7564, -513, 401, 0x1d5b} + } +}; + +StandTile tile_1854 = { + 0x006a10, 0x27, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {7179, -513, 160, 0x1d67}, + {7564, -513, 449, 0x1d5f}, + {7484, -513, 160, 0x1d49} + } +}; + +StandTile tile_1855 = { + 0x006b10, 0x27, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {6795, -513, 449, 0x0000}, + {7564, -513, 449, 0x1d63}, + {7179, -513, 160, 0x1d6b} + } +}; + +StandTile tile_1856 = { + 0x006c10, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {6795, -513, 449, 0x1d67}, + {7179, -513, 160, 0x1d6f}, + {6795, -513, 288, 0x0000} + } +}; + +StandTile tile_1857 = { + 0x006d10, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6795, -513, 288, 0x1d6b}, + {7179, -513, 160, 0x1d3d}, + {6731, -513, 160, 0x1d73} + } +}; + +StandTile tile_1858 = { + 0x006e10, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 288, 0x0000}, + {6795, -513, 288, 0x1d6f}, + {6731, -513, 160, 0x1d93} + } +}; + +StandTile tile_1859 = { + 0x005910, 0x26, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6218, -513, 32, 0x0000}, + {6154, -513, 32, 0x1dcf}, + {6154, -513, 160, 0x1d7b} + } +}; + +StandTile tile_1860 = { + 0x005a10, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {6218, -513, 32, 0x1d77}, + {6154, -513, 160, 0x1da7}, + {6314, -513, 160, 0x1d7f} + } +}; + +StandTile tile_1861 = { + 0x005b10, 0x26, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6218, -513, 0, 0x0000}, + {6218, -513, 32, 0x1d7b}, + {6314, -513, 160, 0x1d83} + } +}; + +StandTile tile_1862 = { + 0x005c10, 0x26, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {6218, -513, 0, 0x1d7f}, + {6314, -513, 160, 0x1d87}, + {6731, -513, 0, 0x0000} + } +}; + +StandTile tile_1863 = { + 0x005d10, 0x26, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 0, 0x1d83}, + {6314, -513, 160, 0x1d9b}, + {6635, -513, 160, 0x1d8b} + } +}; + +StandTile tile_1864 = { + 0x005e10, 0x26, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 32, 0x0000}, + {6731, -513, 0, 0x1d87}, + {6635, -513, 160, 0x1d8f} + } +}; + +StandTile tile_1865 = { + 0x005f10, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 32, 0x1d8b}, + {6635, -513, 160, 0x1d93}, + {6731, -513, 160, 0x1d39} + } +}; + +StandTile tile_1866 = { + 0x006f10, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {6731, -513, 160, 0x1d8f}, + {6635, -513, 160, 0x1d97}, + {6731, -513, 288, 0x1d73} + } +}; + +StandTile tile_1867 = { + 0x007010, 0x26, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6635, -513, 160, 0x1d9b}, + {6731, -513, 321, 0x0000}, + {6731, -513, 288, 0x1d93} + } +}; + +StandTile tile_1868 = { + 0x007110, 0x26, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6314, -513, 160, 0x1d9f}, + {6731, -513, 321, 0x1d97}, + {6635, -513, 160, 0x1d87} + } +}; + +StandTile tile_1869 = { + 0x007210, 0x26, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {6218, -513, 321, 0x0000}, + {6731, -513, 321, 0x1d9b}, + {6314, -513, 160, 0x1da3} + } +}; + +StandTile tile_1870 = { + 0x007310, 0x26, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6218, -513, 321, 0x1d9f}, + {6314, -513, 160, 0x1da7}, + {6218, -513, 288, 0x0000} + } +}; + +StandTile tile_1871 = { + 0x007410, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {6218, -513, 288, 0x1da3}, + {6314, -513, 160, 0x1d7b}, + {6154, -513, 160, 0x1dab} + } +}; + +StandTile tile_1872 = { + 0x007510, 0x26, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6154, -513, 288, 0x0000}, + {6218, -513, 288, 0x1da7}, + {6154, -513, 160, 0x1dd3} + } +}; + +StandTile tile_1873 = { + 0x005010, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 577, 0x1db3}, + {5673, -513, 513, 0x0000}, + {5673, -513, 577, 0x1e4f} + } +}; + +StandTile tile_1874 = { + 0x005110, 0x25, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 417, 0x1db7}, + {5673, -513, 513, 0x1daf}, + {5801, -513, 577, 0x1def} + } +}; + +StandTile tile_1875 = { + 0x005210, 0x25, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 417, 0x1dbb}, + {5641, -513, 513, 0x0000}, + {5673, -513, 513, 0x1db3} + } +}; + +StandTile tile_1876 = { + 0x005310, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 417, 0x1de7}, + {5801, -513, 160, 0x1dbf}, + {5641, -513, 513, 0x1db7} + } +}; + +StandTile tile_1877 = { + 0x005410, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {5641, -513, 513, 0x1dbb}, + {5801, -513, 160, 0x1dc3}, + {5641, -513, 0, 0x0000} + } +}; + +StandTile tile_1878 = { + 0x005510, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {5641, -513, 0, 0x1dbf}, + {5801, -513, 160, 0x1dc7}, + {6154, -513, 0, 0x0000} + } +}; + +StandTile tile_1879 = { + 0x005610, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {6154, -513, 0, 0x1dc3}, + {5801, -513, 160, 0x1ddb}, + {6058, -513, 160, 0x1dcb} + } +}; + +StandTile tile_1880 = { + 0x005710, 0x25, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {6154, -513, 32, 0x0000}, + {6154, -513, 0, 0x1dc7}, + {6058, -513, 160, 0x1dcf} + } +}; + +StandTile tile_1881 = { + 0x005810, 0x25, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6154, -513, 32, 0x1dcb}, + {6058, -513, 160, 0x1dd3}, + {6154, -513, 160, 0x1d77} + } +}; + +StandTile tile_1882 = { + 0x007610, 0x25, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6154, -513, 160, 0x1dcf}, + {6058, -513, 160, 0x1dd7}, + {6154, -513, 288, 0x1dab} + } +}; + +StandTile tile_1883 = { + 0x007710, 0x25, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {6058, -513, 160, 0x1ddb}, + {6154, -513, 321, 0x0000}, + {6154, -513, 288, 0x1dd3} + } +}; + +StandTile tile_1884 = { + 0x007810, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 160, 0x1ddf}, + {6154, -513, 321, 0x1dd7}, + {6058, -513, 160, 0x1dc7} + } +}; + +StandTile tile_1885 = { + 0x007910, 0x25, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {5962, -513, 321, 0x0000}, + {6154, -513, 321, 0x1ddb}, + {5801, -513, 160, 0x1de3} + } +}; + +StandTile tile_1886 = { + 0x007a10, 0x25, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {5962, -513, 321, 0x1ddf}, + {5801, -513, 160, 0x1de7}, + {5962, -513, 513, 0x0000} + } +}; + +StandTile tile_1887 = { + 0x007b10, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {5962, -513, 513, 0x1de3}, + {5801, -513, 160, 0x1dbb}, + {5801, -513, 417, 0x1deb} + } +}; + +StandTile tile_1888 = { + 0x007c10, 0x25, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {5929, -513, 513, 0x0000}, + {5962, -513, 513, 0x1de7}, + {5801, -513, 417, 0x1def} + } +}; + +StandTile tile_1889 = { + 0x007d10, 0x25, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5929, -513, 513, 0x1deb}, + {5801, -513, 417, 0x1db3}, + {5801, -513, 577, 0x1df3} + } +}; + +StandTile tile_1890 = { + 0x007e10, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {5929, -513, 577, 0x0000}, + {5929, -513, 513, 0x1def}, + {5801, -513, 577, 0x1e53} + } +}; + +StandTile tile_1891 = { + 0x01a312, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {6234, -513, 1010, 0x1dfb}, + {6282, -513, 865, 0x0000}, + {6234, -513, 849, 0x1e73} + } +}; + +StandTile tile_1892 = { + 0x01a311, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {6234, -513, 1010, 0x0000}, + {6282, -513, 994, 0x1cd7}, + {6282, -513, 865, 0x1df7} + } +}; + +StandTile tile_1893 = { + 0x000c10, 0x24, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {5513, -513, 929, 0x1e6f}, + {5369, -513, 1010, 0x0000}, + {5369, -513, 1090, 0x1e03} + } +}; + +StandTile tile_1894 = { + 0x000d10, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {5513, -513, 929, 0x1dff}, + {5369, -513, 1090, 0x0000}, + {5641, -513, 1090, 0x1e07} + } +}; + +StandTile tile_1895 = { + 0x000e10, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 929, 0x1e3f}, + {5513, -513, 929, 0x1e03}, + {5641, -513, 1090, 0x1e0b} + } +}; + +StandTile tile_1896 = { + 0x000f10, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5641, -513, 1090, 0x1e0f}, + {5801, -513, 1186, 0x1e27}, + {5801, -513, 929, 0x1e07} + } +}; + +StandTile tile_1897 = { + 0x001010, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {5641, -513, 1282, 0x1e13}, + {5801, -513, 1186, 0x1e0b}, + {5641, -513, 1090, 0x0000} + } +}; + +StandTile tile_1898 = { + 0x001110, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {5641, -513, 1282, 0x0000}, + {5673, -513, 1282, 0x1e17}, + {5801, -513, 1186, 0x1e0f} + } +}; + +StandTile tile_1899 = { + 0x001210, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5673, -513, 1282, 0x1c8f}, + {5801, -513, 1282, 0x1e1b}, + {5801, -513, 1186, 0x1e13} + } +}; + +StandTile tile_1900 = { + 0x004210, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 1186, 0x1e17}, + {5801, -513, 1282, 0x1cd3}, + {5929, -513, 1282, 0x1e1f} + } +}; + +StandTile tile_1901 = { + 0x004310, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 1186, 0x1e1b}, + {5929, -513, 1282, 0x0000}, + {5962, -513, 1282, 0x1e23} + } +}; + +StandTile tile_1902 = { + 0x004410, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {5962, -513, 1090, 0x1e27}, + {5801, -513, 1186, 0x1e1f}, + {5962, -513, 1282, 0x0000} + } +}; + +StandTile tile_1903 = { + 0x004510, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 929, 0x1e0b}, + {5801, -513, 1186, 0x1e23}, + {5962, -513, 1090, 0x1e2b} + } +}; + +StandTile tile_1904 = { + 0x004610, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 929, 0x1e27}, + {5962, -513, 1090, 0x1e2f}, + {6090, -513, 929, 0x1e63} + } +}; + +StandTile tile_1905 = { + 0x004710, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {6090, -513, 929, 0x1e2b}, + {5962, -513, 1090, 0x0000}, + {6234, -513, 1090, 0x1e33} + } +}; + +StandTile tile_1906 = { + 0x004810, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6234, -513, 1010, 0x1e73}, + {6090, -513, 929, 0x1e2f}, + {6234, -513, 1090, 0x0000} + } +}; + +StandTile tile_1907 = { + 0x004910, 0x24, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {5369, -513, 769, 0x0000}, + {5369, -513, 849, 0x1e6f}, + {5513, -513, 929, 0x1e3b} + } +}; + +StandTile tile_1908 = { + 0x004a10, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {5641, -513, 769, 0x0000}, + {5369, -513, 769, 0x1e37}, + {5513, -513, 929, 0x1e3f} + } +}; + +StandTile tile_1909 = { + 0x004b10, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5641, -513, 769, 0x1e3b}, + {5513, -513, 929, 0x1e07}, + {5801, -513, 929, 0x1e43} + } +}; + +StandTile tile_1910 = { + 0x004c10, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 929, 0x1e5f}, + {5801, -513, 673, 0x1e47}, + {5641, -513, 769, 0x1e3f} + } +}; + +StandTile tile_1911 = { + 0x004d10, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {5641, -513, 769, 0x1e43}, + {5801, -513, 673, 0x1e4b}, + {5641, -513, 577, 0x0000} + } +}; + +StandTile tile_1912 = { + 0x004e10, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 673, 0x1e4f}, + {5673, -513, 577, 0x0000}, + {5641, -513, 577, 0x1e47} + } +}; + +StandTile tile_1913 = { + 0x004f10, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5801, -513, 673, 0x1e53}, + {5801, -513, 577, 0x1daf}, + {5673, -513, 577, 0x1e4b} + } +}; + +StandTile tile_1914 = { + 0x007f10, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5929, -513, 577, 0x1df3}, + {5801, -513, 577, 0x1e4f}, + {5801, -513, 673, 0x1e57} + } +}; + +StandTile tile_1915 = { + 0x008010, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {5962, -513, 577, 0x0000}, + {5929, -513, 577, 0x1e53}, + {5801, -513, 673, 0x1e5b} + } +}; + +StandTile tile_1916 = { + 0x008110, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {5962, -513, 577, 0x1e57}, + {5801, -513, 673, 0x1e5f}, + {5962, -513, 769, 0x0000} + } +}; + +StandTile tile_1917 = { + 0x008210, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {5962, -513, 769, 0x1e5b}, + {5801, -513, 673, 0x1e43}, + {5801, -513, 929, 0x1e63} + } +}; + +StandTile tile_1918 = { + 0x008310, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6090, -513, 929, 0x1e67}, + {5962, -513, 769, 0x1e5f}, + {5801, -513, 929, 0x1e2b} + } +}; + +StandTile tile_1919 = { + 0x008410, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {6234, -513, 769, 0x0000}, + {5962, -513, 769, 0x1e63}, + {6090, -513, 929, 0x1e6b} + } +}; + +StandTile tile_1920 = { + 0x008510, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {6234, -513, 769, 0x1e67}, + {6090, -513, 929, 0x1e73}, + {6234, -513, 849, 0x0000} + } +}; + +StandTile tile_1921 = { + 0x008610, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {5369, -513, 849, 0x1e83}, + {5369, -513, 1010, 0x1dff}, + {5513, -513, 929, 0x1e37} + } +}; + +StandTile tile_1922 = { + 0x008710, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {6234, -513, 1010, 0x1df7}, + {6234, -513, 849, 0x1e6b}, + {6090, -513, 929, 0x1e33} + } +}; + +StandTile tile_1923 = { + 0x01bc12, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {5304, -513, 994, 0x1e7b}, + {5321, -513, 865, 0x0000}, + {5304, -513, 865, 0x2355} + } +}; + +StandTile tile_1924 = { + 0x01bc11, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {5304, -513, 994, 0x0000}, + {5321, -513, 994, 0x1e7f}, + {5321, -513, 865, 0x1e77} + } +}; + +StandTile tile_1925 = { + 0x01bd12, 0x24, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {5321, -513, 994, 0x1e83}, + {5369, -513, 849, 0x0000}, + {5321, -513, 865, 0x1e7b} + } +}; + +StandTile tile_1926 = { + 0x01bd11, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {5321, -513, 994, 0x0000}, + {5369, -513, 1010, 0x1e6f}, + {5369, -513, 849, 0x1e7f} + } +}; + +StandTile tile_1927 = { + 0x133808, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4343, -417, 48, 0x0000}, + {4279, -417, 0, 0x1ed3}, + {4215, -417, 385, 0x1e8b} + } +}; + +StandTile tile_1928 = { + 0x133708, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4343, -417, 48, 0x1e87}, + {4215, -417, 385, 0x1e93}, + {4423, -417, 64, 0x0000} + } +}; + +StandTile tile_1929 = { + 0x13360a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4423, -417, 64, 0x1e93}, + {4696, -417, 385, 0x1e97}, + {4503, -417, 48, 0x0000} + } +}; + +StandTile tile_1930 = { + 0x133609, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4423, -417, 64, 0x1e8b}, + {4215, -417, 385, 0x1ee0}, + {4696, -417, 385, 0x1e8f} + } +}; + +StandTile tile_1931 = { + 0x133508, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4503, -417, 48, 0x1e8f}, + {4696, -417, 385, 0x1e9f}, + {4567, -417, 0, 0x0000} + } +}; + +StandTile tile_1932 = { + 0x13340a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4567, -417, 0, 0x1e9f}, + {4696, -417, -171, 0x1ea7}, + {4615, -417, -128, 0x0000} + } +}; + +StandTile tile_1933 = { + 0x133409, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4567, -417, 0, 0x1e97}, + {4696, -417, 385, 0x1edb}, + {4696, -417, -171, 0x1e9b} + } +}; + +StandTile tile_1934 = { + 0x13330a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4615, -417, -128, 0x1ea7}, + {4696, -417, -897, 0x1eab}, + {4567, -417, -256, 0x0000} + } +}; + +StandTile tile_1935 = { + 0x133309, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4615, -417, -128, 0x1e9b}, + {4696, -417, -171, 0x1edb}, + {4696, -417, -897, 0x1ea3} + } +}; + +StandTile tile_1936 = { + 0x133208, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4503, -417, -304, 0x0000}, + {4567, -417, -256, 0x1ea3}, + {4696, -417, -897, 0x1eaf} + } +}; + +StandTile tile_1937 = { + 0x133108, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4423, -417, -321, 0x0000}, + {4503, -417, -304, 0x1eab}, + {4696, -417, -897, 0x1eb3} + } +}; + +StandTile tile_1938 = { + 0x133008, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4423, -417, -321, 0x1eaf}, + {4696, -417, -897, 0x1ebb}, + {4343, -417, -304, 0x0000} + } +}; + +StandTile tile_1939 = { + 0x132f0a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4343, -417, -304, 0x1ebb}, + {4215, -417, -897, 0x1ebf}, + {4279, -417, -256, 0x0000} + } +}; + +StandTile tile_1940 = { + 0x132f09, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4343, -417, -304, 0x1eb3}, + {4696, -417, -897, 0x1eec}, + {4215, -417, -897, 0x1eb7} + } +}; + +StandTile tile_1941 = { + 0x132e08, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4279, -417, -256, 0x1eb7}, + {4215, -417, -897, 0x1ef8}, + {4215, -417, -299, 0x1ec7} + } +}; + +StandTile tile_1942 = { + 0x132c0a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4279, -417, -256, 0x1ec7}, + {4215, -417, -144, 0x1ecf}, + {4231, -417, -128, 0x0000} + } +}; + +StandTile tile_1943 = { + 0x132c09, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4279, -417, -256, 0x1ebf}, + {4215, -417, -299, 0x1f04}, + {4215, -417, -144, 0x1ec3} + } +}; + +StandTile tile_1944 = { + 0x132b0a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4231, -417, -128, 0x1ecf}, + {4215, -417, -43, 0x1ed3}, + {4279, -417, 0, 0x0000} + } +}; + +StandTile tile_1945 = { + 0x132b09, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4231, -417, -128, 0x1ec3}, + {4215, -417, -144, 0x1f0c}, + {4215, -417, -43, 0x1ecb} + } +}; + +StandTile tile_1946 = { + 0x132508, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, 385, 0x1e87}, + {4279, -417, 0, 0x1ecb}, + {4215, -417, -43, 0x1f3c} + } +}; + +StandTile tile_1947 = { + 0x043b08, 0x23, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4792, -417, -897, 0x1edb}, + {4696, -417, 385, 0x0000}, + {4792, -417, 385, 0x0000} + } +}; + +StandTile tile_1948 = { + 0x043a08, 0x23, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x3, + { + {4792, -417, -897, 0x0000}, + {4696, -417, -897, 0x1ea7}, + {4696, -417, -171, 0x1e9f}, + {4696, -417, 385, 0x1ed7} + } +}; + +StandTile tile_1949 = { + 0x043808, 0x23, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4679, -417, 513, 0x0000}, + {4696, -417, 385, 0x1e93}, + {4215, -417, 385, 0x1ee4} + } +}; + +StandTile tile_1950 = { + 0x043708, 0x23, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, 385, 0x0000}, + {4231, -417, 513, 0x0000}, + {4679, -417, 513, 0x1ee0} + } +}; + +StandTile tile_1951 = { + 0x043608, 0x23, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, -897, 0x1eec}, + {4679, -417, -1026, 0x0000}, + {4231, -417, -1026, 0x0000} + } +}; + +StandTile tile_1952 = { + 0x043508, 0x23, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4696, -417, -897, 0x0000}, + {4679, -417, -1026, 0x1ee8}, + {4215, -417, -897, 0x1ebb} + } +}; + +StandTile tile_1953 = { + 0x105c0a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3958, -417, 401, 0x1ef4}, + {3782, -417, 385, 0x0000}, + {3798, -417, 401, 0x2251} + } +}; + +StandTile tile_1954 = { + 0x105c09, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3958, -417, 401, 0x0000}, + {3974, -417, 385, 0x1f4c}, + {3782, -417, 385, 0x1ef0} + } +}; + +StandTile tile_1955 = { + 0x130708, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, -897, 0x1efc}, + {3990, -417, -449, 0x1f08}, + {4215, -417, -299, 0x1ebf} + } +}; + +StandTile tile_1956 = { + 0x13060a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, -897, 0x1f00}, + {3926, -417, -497, 0x0000}, + {3990, -417, -449, 0x1ef8} + } +}; + +StandTile tile_1957 = { + 0x130609, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, -897, 0x0000}, + {4119, -417, -897, 0x1f18}, + {3926, -417, -497, 0x1efc} + } +}; + +StandTile tile_1958 = { + 0x13050a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, -299, 0x1f08}, + {4038, -417, -321, 0x1f10}, + {4215, -417, -144, 0x1ec7} + } +}; + +StandTile tile_1959 = { + 0x130509, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, -299, 0x1ef8}, + {3990, -417, -449, 0x0000}, + {4038, -417, -321, 0x1f04} + } +}; + +StandTile tile_1960 = { + 0x13040a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, -144, 0x1f10}, + {3990, -417, -192, 0x1f3c}, + {4215, -417, -43, 0x1ecf} + } +}; + +StandTile tile_1961 = { + 0x130409, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, -144, 0x1f04}, + {4038, -417, -321, 0x0000}, + {3990, -417, -192, 0x1f0c} + } +}; + +StandTile tile_1962 = { + 0x13030a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3926, -417, -497, 0x1f18}, + {3638, -417, -897, 0x1f1c}, + {3846, -417, -513, 0x0000} + } +}; + +StandTile tile_1963 = { + 0x130309, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3926, -417, -497, 0x1f00}, + {4119, -417, -897, 0x1f5e}, + {3638, -417, -897, 0x1f14} + } +}; + +StandTile tile_1964 = { + 0x130208, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3846, -417, -513, 0x1f14}, + {3638, -417, -897, 0x1f24}, + {3766, -417, -497, 0x0000} + } +}; + +StandTile tile_1965 = { + 0x13010a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3766, -417, -497, 0x1f24}, + {3542, -417, -897, 0x1f66}, + {3542, -417, -659, 0x1f2c} + } +}; + +StandTile tile_1966 = { + 0x130109, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3766, -417, -497, 0x1f1c}, + {3638, -417, -897, 0x0000}, + {3542, -417, -897, 0x1f20} + } +}; + +StandTile tile_1967 = { + 0x13000a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3766, -417, -497, 0x1f2c}, + {3542, -417, -565, 0x1f34}, + {3702, -417, -449, 0x0000} + } +}; + +StandTile tile_1968 = { + 0x130009, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3766, -417, -497, 0x1f20}, + {3542, -417, -659, 0x1f6e}, + {3542, -417, -565, 0x1f28} + } +}; + +StandTile tile_1969 = { + 0x12ff0a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3702, -417, -449, 0x1f34}, + {3542, -417, -402, 0x1f5a}, + {3654, -417, -321, 0x0000} + } +}; + +StandTile tile_1970 = { + 0x12ff09, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3702, -417, -449, 0x1f28}, + {3542, -417, -565, 0x1f76}, + {3542, -417, -402, 0x1f30} + } +}; + +StandTile tile_1971 = { + 0x12fe0a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, 385, 0x1f3c}, + {3990, -417, -192, 0x0000}, + {3926, -417, -144, 0x1f44} + } +}; + +StandTile tile_1972 = { + 0x12fe09, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, 385, 0x1ed3}, + {4215, -417, -43, 0x1f0c}, + {3990, -417, -192, 0x1f38} + } +}; + +StandTile tile_1973 = { + 0x12fd0a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, 385, 0x1f44}, + {3846, -417, -128, 0x1f4c}, + {4119, -417, 385, 0x0000} + } +}; + +StandTile tile_1974 = { + 0x12fd09, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, 385, 0x1f38}, + {3926, -417, -144, 0x0000}, + {3846, -417, -128, 0x1f40} + } +}; + +StandTile tile_1975 = { + 0x12fc0a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, 385, 0x1f4c}, + {3846, -417, -128, 0x0000}, + {3766, -417, -144, 0x1f52} + } +}; + +StandTile tile_1976 = { + 0x12fc09, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {3542, -417, 385, 0x0000}, + {3782, -417, 385, 0x1ef4}, + {3974, -417, 385, 0x0000}, + {4119, -417, 385, 0x1f40}, + {3846, -417, -128, 0x1f48} + } +}; + +StandTile tile_1977 = { + 0x12fb08, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, 385, 0x1f48}, + {3766, -417, -144, 0x0000}, + {3702, -417, -192, 0x1f56} + } +}; + +StandTile tile_1978 = { + 0x12fa08, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, 385, 0x1f52}, + {3702, -417, -192, 0x0000}, + {3654, -417, -321, 0x1f5a} + } +}; + +StandTile tile_1979 = { + 0x12f908, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, 385, 0x1f56}, + {3654, -417, -321, 0x1f30}, + {3542, -417, -402, 0x1f82} + } +}; + +StandTile tile_1980 = { + 0x043f08, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {4119, -417, -897, 0x0000}, + {4103, -417, -1026, 0x1f62}, + {3638, -417, -897, 0x1f18} + } +}; + +StandTile tile_1981 = { + 0x044008, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3638, -417, -897, 0x1f5e}, + {4103, -417, -1026, 0x0000}, + {3654, -417, -1026, 0x0000} + } +}; + +StandTile tile_1982 = { + 0x129808, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, -897, 0x1f6a}, + {3478, -417, -705, 0x1f72}, + {3542, -417, -659, 0x1f20} + } +}; + +StandTile tile_1983 = { + 0x129708, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, -897, 0x1fb2}, + {3413, -417, -753, 0x0000}, + {3478, -417, -705, 0x1f66} + } +}; + +StandTile tile_1984 = { + 0x12960a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, -659, 0x1f72}, + {3526, -417, -577, 0x1f7a}, + {3542, -417, -565, 0x1f2c} + } +}; + +StandTile tile_1985 = { + 0x129609, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, -659, 0x1f66}, + {3478, -417, -705, 0x0000}, + {3526, -417, -577, 0x1f6e} + } +}; + +StandTile tile_1986 = { + 0x12950a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, -565, 0x1f7a}, + {3478, -417, -449, 0x1f82}, + {3542, -417, -402, 0x1f34} + } +}; + +StandTile tile_1987 = { + 0x129509, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, -565, 0x1f6e}, + {3526, -417, -577, 0x0000}, + {3478, -417, -449, 0x1f76} + } +}; + +StandTile tile_1988 = { + 0x128f0a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, 385, 0x1f82}, + {3478, -417, -449, 0x0000}, + {3413, -417, -401, 0x1f86} + } +}; + +StandTile tile_1989 = { + 0x128f09, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, 385, 0x1f5a}, + {3542, -417, -402, 0x1f76}, + {3478, -417, -449, 0x1f7e} + } +}; + +StandTile tile_1990 = { + 0x128e08, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, 385, 0x1f7e}, + {3413, -417, -401, 0x1f8a}, + {3141, -417, 0, 0x1f8e} + } +}; + +StandTile tile_1991 = { + 0x128d08, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3413, -417, -401, 0x0000}, + {3333, -417, -385, 0x1f92}, + {3141, -417, 0, 0x1f86} + } +}; + +StandTile tile_1992 = { + 0x128c08, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3093, -417, 128, 0x1f9e}, + {3542, -417, 385, 0x1f86}, + {3141, -417, 0, 0x0000} + } +}; + +StandTile tile_1993 = { + 0x128b0a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3333, -417, -385, 0x1f96}, + {3093, -417, -128, 0x0000}, + {3141, -417, 0, 0x1f8a} + } +}; + +StandTile tile_1994 = { + 0x128b09, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3333, -417, -385, 0x0000}, + {3253, -417, -401, 0x1fae}, + {3093, -417, -128, 0x1f92} + } +}; + +StandTile tile_1995 = { + 0x128a0a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, 385, 0x1f9e}, + {3029, -417, 176, 0x1fa6}, + {3061, -417, 385, 0x1fda} + } +}; + +StandTile tile_1996 = { + 0x128a09, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, 385, 0x1f8e}, + {3093, -417, 128, 0x0000}, + {3029, -417, 176, 0x1f9a} + } +}; + +StandTile tile_1997 = { + 0x12890a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, 385, 0x1fa6}, + {3029, -417, 176, 0x0000}, + {2965, -417, 189, 0x1fea} + } +}; + +StandTile tile_1998 = { + 0x128909, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, 385, 0x0000}, + {3061, -417, 385, 0x1f9a}, + {3029, -417, 176, 0x1fa2} + } +}; + +StandTile tile_1999 = { + 0x12880a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3029, -417, -176, 0x1fae}, + {3253, -417, -401, 0x0000}, + {3189, -417, -449, 0x1fce} + } +}; + +StandTile tile_2000 = { + 0x128809, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3029, -417, -176, 0x0000}, + {3093, -417, -128, 0x1f96}, + {3253, -417, -401, 0x1faa} + } +}; + +StandTile tile_2001 = { + 0x128708, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3333, -417, -769, 0x0000}, + {3413, -417, -753, 0x1f6a}, + {3542, -417, -897, 0x1fb6} + } +}; + +StandTile tile_2002 = { + 0x128608, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3333, -417, -769, 0x1fb2}, + {3542, -417, -897, 0x1fde}, + {3061, -417, -897, 0x1fba} + } +}; + +StandTile tile_2003 = { + 0x128508, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3061, -417, -897, 0x1fbe}, + {3253, -417, -753, 0x0000}, + {3333, -417, -769, 0x1fb6} + } +}; + +StandTile tile_2004 = { + 0x128408, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3061, -417, -897, 0x1fc2}, + {3189, -417, -705, 0x0000}, + {3253, -417, -753, 0x1fba} + } +}; + +StandTile tile_2005 = { + 0x128308, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3189, -417, -705, 0x1fbe}, + {3061, -417, -897, 0x1fd6}, + {3141, -417, -577, 0x0000} + } +}; + +StandTile tile_2006 = { + 0x12820b, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3029, -417, -176, 0x1fca}, + {2965, -417, -224, 0x1ff2}, + {2965, -417, -189, 0x0000} + } +}; + +StandTile tile_2007 = { + 0x12820a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3029, -417, -176, 0x1fce}, + {3141, -417, -577, 0x1fd2}, + {2965, -417, -224, 0x1fc6} + } +}; + +StandTile tile_2008 = { + 0x128209, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3029, -417, -176, 0x1faa}, + {3189, -417, -449, 0x0000}, + {3141, -417, -577, 0x1fca} + } +}; + +StandTile tile_2009 = { + 0x12810a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3141, -417, -577, 0x1fd6}, + {2965, -417, -897, 0x1ff6}, + {2965, -417, -224, 0x1fca} + } +}; + +StandTile tile_2010 = { + 0x128109, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3141, -417, -577, 0x1fc2}, + {3061, -417, -897, 0x0000}, + {2965, -417, -897, 0x1fd2} + } +}; + +StandTile tile_2011 = { + 0x044108, 0x21, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3526, -417, 513, 0x0000}, + {3542, -417, 385, 0x1f9a}, + {3061, -417, 385, 0x1fe6} + } +}; + +StandTile tile_2012 = { + 0x044708, 0x21, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, -897, 0x0000}, + {3526, -417, -1026, 0x1fe2}, + {3061, -417, -897, 0x1fb6} + } +}; + +StandTile tile_2013 = { + 0x044808, 0x21, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3061, -417, -897, 0x1fde}, + {3526, -417, -1026, 0x0000}, + {3077, -417, -1026, 0x0000} + } +}; + +StandTile tile_2014 = { + 0x044908, 0x21, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3061, -417, 385, 0x0000}, + {3077, -417, 513, 0x0000}, + {3526, -417, 513, 0x1fda} + } +}; + +StandTile tile_2015 = { + 0x11f808, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, 385, 0x1fa2}, + {2965, -417, 189, 0x0000}, + {2949, -417, 192, 0x1fee} + } +}; + +StandTile tile_2016 = { + 0x11f708, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, 385, 0x1fea}, + {2949, -417, 192, 0x0000}, + {2869, -417, 176, 0x2022} + } +}; + +StandTile tile_2017 = { + 0x11f008, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, -224, 0x1ff6}, + {2949, -417, -192, 0x0000}, + {2965, -417, -189, 0x1fc6} + } +}; + +StandTile tile_2018 = { + 0x11ef08, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, -897, 0x2002}, + {2949, -417, -192, 0x1ff2}, + {2965, -417, -224, 0x1fd2} + } +}; + +StandTile tile_2019 = { + 0x11ee08, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2724, -417, -256, 0x200a}, + {2869, -417, -176, 0x0000}, + {2949, -417, -192, 0x1ffe} + } +}; + +StandTile tile_2020 = { + 0x11ed0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2949, -417, -192, 0x2002}, + {2724, -417, -897, 0x20f5}, + {2724, -417, -256, 0x1ffa} + } +}; + +StandTile tile_2021 = { + 0x11ed09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2949, -417, -192, 0x1ff6}, + {2965, -417, -897, 0x20df}, + {2724, -417, -897, 0x1ffe} + } +}; + +StandTile tile_2022 = { + 0x11ec08, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2804, -417, -128, 0x0000}, + {2869, -417, -176, 0x200a}, + {2532, -417, -256, 0x200e} + } +}; + +StandTile tile_2023 = { + 0x11eb08, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2869, -417, -176, 0x1ffa}, + {2724, -417, -256, 0x20f0}, + {2532, -417, -256, 0x2006} + } +}; + +StandTile tile_2024 = { + 0x11ea08, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2804, -417, -128, 0x2006}, + {2532, -417, -256, 0x2016}, + {2756, -417, 0, 0x0000} + } +}; + +StandTile tile_2025 = { + 0x11e90a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2756, -417, 0, 0x2016}, + {2532, -417, 224, 0x201e}, + {2804, -417, 128, 0x0000} + } +}; + +StandTile tile_2026 = { + 0x11e909, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2756, -417, 0, 0x200e}, + {2532, -417, -256, 0x0000}, + {2532, -417, 224, 0x2012} + } +}; + +StandTile tile_2027 = { + 0x11e808, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2484, -417, 385, 0x20ec}, + {2965, -417, 385, 0x201e}, + {2532, -417, 224, 0x2026} + } +}; + +StandTile tile_2028 = { + 0x11e70a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, 385, 0x2022}, + {2804, -417, 128, 0x2012}, + {2532, -417, 224, 0x201a} + } +}; + +StandTile tile_2029 = { + 0x11e709, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, 385, 0x1fee}, + {2869, -417, 176, 0x0000}, + {2804, -417, 128, 0x201e} + } +}; + +StandTile tile_2030 = { + 0x11e60a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -417, 224, 0x202a}, + {2388, -417, 385, 0x0000}, + {2484, -417, 385, 0x201a} + } +}; + +StandTile tile_2031 = { + 0x11e609, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -417, 224, 0x202e}, + {2388, -417, 224, 0x0000}, + {2388, -417, 385, 0x2026} + } +}; + +StandTile tile_2032 = { + 0x11140a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -417, 224, 0x2032}, + {2388, -385, 224, 0x0000}, + {2388, -417, 224, 0x202a} + } +}; + +StandTile tile_2033 = { + 0x111409, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -417, 224, 0x0000}, + {2532, -385, 224, 0x2092}, + {2388, -385, 224, 0x202e} + } +}; + +StandTile tile_2034 = { + 0x11130a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -385, 176, 0x203a}, + {2388, -353, 176, 0x0000}, + {2388, -385, 176, 0x208e} + } +}; + +StandTile tile_2035 = { + 0x111309, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -385, 176, 0x0000}, + {2532, -353, 176, 0x208a}, + {2388, -353, 176, 0x2036} + } +}; + +StandTile tile_2036 = { + 0x11120a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -353, 128, 0x2042}, + {2388, -321, 128, 0x0000}, + {2388, -353, 128, 0x2086} + } +}; + +StandTile tile_2037 = { + 0x111209, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -353, 128, 0x0000}, + {2532, -321, 128, 0x20d2}, + {2388, -321, 128, 0x203e} + } +}; + +StandTile tile_2038 = { + 0x11110a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -321, 80, 0x204a}, + {2388, -288, 80, 0x0000}, + {2388, -321, 80, 0x20ce} + } +}; + +StandTile tile_2039 = { + 0x111109, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -321, 80, 0x0000}, + {2532, -288, 80, 0x20ca}, + {2388, -288, 80, 0x2046} + } +}; + +StandTile tile_2040 = { + 0x11100a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -288, 32, 0x2052}, + {2388, -256, 32, 0x0000}, + {2388, -288, 32, 0x20c6} + } +}; + +StandTile tile_2041 = { + 0x111009, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -288, 32, 0x0000}, + {2532, -256, 32, 0x20c2}, + {2388, -256, 32, 0x204e} + } +}; + +StandTile tile_2042 = { + 0x110f0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -256, -16, 0x205a}, + {2388, -224, -16, 0x0000}, + {2388, -256, -16, 0x20be} + } +}; + +StandTile tile_2043 = { + 0x110f09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -256, -16, 0x0000}, + {2532, -224, -16, 0x20ba}, + {2388, -224, -16, 0x2056} + } +}; + +StandTile tile_2044 = { + 0x110e0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -224, -64, 0x2062}, + {2388, -192, -64, 0x0000}, + {2388, -224, -64, 0x20b6} + } +}; + +StandTile tile_2045 = { + 0x110e09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -224, -64, 0x0000}, + {2532, -192, -64, 0x20b2}, + {2388, -192, -64, 0x205e} + } +}; + +StandTile tile_2046 = { + 0x110d0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -192, -112, 0x206a}, + {2388, -160, -112, 0x0000}, + {2388, -192, -112, 0x20ae} + } +}; + +StandTile tile_2047 = { + 0x110d09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -192, -112, 0x0000}, + {2532, -160, -112, 0x20aa}, + {2388, -160, -112, 0x2066} + } +}; + +StandTile tile_2048 = { + 0x110c0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -160, -160, 0x2072}, + {2388, -128, -160, 0x0000}, + {2388, -160, -160, 0x20a6} + } +}; + +StandTile tile_2049 = { + 0x110c09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -160, -160, 0x0000}, + {2532, -128, -160, 0x20a2}, + {2388, -128, -160, 0x206e} + } +}; + +StandTile tile_2050 = { + 0x110b0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -128, -208, 0x207a}, + {2388, -96, -208, 0x0000}, + {2388, -128, -208, 0x209e} + } +}; + +StandTile tile_2051 = { + 0x110b09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -128, -208, 0x0000}, + {2532, -96, -208, 0x209a}, + {2388, -96, -208, 0x2076} + } +}; + +StandTile tile_2052 = { + 0x110a0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -96, -256, 0x2082}, + {2388, -64, -256, 0x0000}, + {2388, -96, -256, 0x2096} + } +}; + +StandTile tile_2053 = { + 0x110a09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2532, -96, -256, 0x0000}, + {2532, -64, -256, 0x20d6}, + {2388, -64, -256, 0x207e} + } +}; + +StandTile tile_2054 = { + 0x05030a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -353, 128, 0x208a}, + {2532, -353, 176, 0x0000}, + {2532, -353, 128, 0x203e} + } +}; + +StandTile tile_2055 = { + 0x050309, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -353, 128, 0x0000}, + {2388, -353, 176, 0x203a}, + {2532, -353, 176, 0x2086} + } +}; + +StandTile tile_2056 = { + 0x050b0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -385, 176, 0x2092}, + {2532, -385, 224, 0x0000}, + {2532, -385, 176, 0x2036} + } +}; + +StandTile tile_2057 = { + 0x050b09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -385, 176, 0x0000}, + {2388, -385, 224, 0x2032}, + {2532, -385, 224, 0x208e} + } +}; + +StandTile tile_2058 = { + 0x07e20a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -96, -256, 0x209a}, + {2532, -96, -208, 0x0000}, + {2532, -96, -256, 0x207e} + } +}; + +StandTile tile_2059 = { + 0x07e209, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -96, -256, 0x0000}, + {2388, -96, -208, 0x207a}, + {2532, -96, -208, 0x2096} + } +}; + +StandTile tile_2060 = { + 0x07e10a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -128, -208, 0x20a2}, + {2532, -128, -160, 0x0000}, + {2532, -128, -208, 0x2076} + } +}; + +StandTile tile_2061 = { + 0x07e109, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -128, -208, 0x0000}, + {2388, -128, -160, 0x2072}, + {2532, -128, -160, 0x209e} + } +}; + +StandTile tile_2062 = { + 0x07e00a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -160, -160, 0x20aa}, + {2532, -160, -112, 0x0000}, + {2532, -160, -160, 0x206e} + } +}; + +StandTile tile_2063 = { + 0x07e009, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -160, -160, 0x0000}, + {2388, -160, -112, 0x206a}, + {2532, -160, -112, 0x20a6} + } +}; + +StandTile tile_2064 = { + 0x07df0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -192, -112, 0x20b2}, + {2532, -192, -64, 0x0000}, + {2532, -192, -112, 0x2066} + } +}; + +StandTile tile_2065 = { + 0x07df09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -192, -112, 0x0000}, + {2388, -192, -64, 0x2062}, + {2532, -192, -64, 0x20ae} + } +}; + +StandTile tile_2066 = { + 0x07de0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -224, -64, 0x20ba}, + {2532, -224, -16, 0x0000}, + {2532, -224, -64, 0x205e} + } +}; + +StandTile tile_2067 = { + 0x07de09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -224, -64, 0x0000}, + {2388, -224, -16, 0x205a}, + {2532, -224, -16, 0x20b6} + } +}; + +StandTile tile_2068 = { + 0x07dd0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -256, -16, 0x20c2}, + {2532, -256, 32, 0x0000}, + {2532, -256, -16, 0x2056} + } +}; + +StandTile tile_2069 = { + 0x07dd09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -256, -16, 0x0000}, + {2388, -256, 32, 0x2052}, + {2532, -256, 32, 0x20be} + } +}; + +StandTile tile_2070 = { + 0x07dc0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -288, 32, 0x20ca}, + {2532, -288, 80, 0x0000}, + {2532, -288, 32, 0x204e} + } +}; + +StandTile tile_2071 = { + 0x07dc09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -288, 32, 0x0000}, + {2388, -288, 80, 0x204a}, + {2532, -288, 80, 0x20c6} + } +}; + +StandTile tile_2072 = { + 0x07db0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -321, 80, 0x20d2}, + {2532, -321, 128, 0x0000}, + {2532, -321, 80, 0x2046} + } +}; + +StandTile tile_2073 = { + 0x07db09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -321, 80, 0x0000}, + {2388, -321, 128, 0x2042}, + {2532, -321, 128, 0x20ce} + } +}; + +StandTile tile_2074 = { + 0x050a0a, 0x20, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {2692, -64, -256, 0x20db}, + {2388, -64, -833, 0x0000}, + {2388, -64, -256, 0x2082}, + {2532, -64, -256, 0x0000} + } +}; + +StandTile tile_2075 = { + 0x050a09, 0x20, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2692, -64, -256, 0x0000}, + {2692, -64, -833, 0x0000}, + {2388, -64, -833, 0x20d6} + } +}; + +StandTile tile_2076 = { + 0x042d08, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {2965, -417, -897, 0x0000}, + {2949, -417, -1026, 0x20e4}, + {2484, -417, -897, 0x20f5}, + {2724, -417, -897, 0x2002} + } +}; + +StandTile tile_2077 = { + 0x042e08, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2484, -417, -897, 0x20df}, + {2949, -417, -1026, 0x0000}, + {2500, -417, -1026, 0x0000} + } +}; + +StandTile tile_2078 = { + 0x042f08, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2484, -417, 385, 0x0000}, + {2500, -417, 513, 0x0000}, + {2949, -417, 513, 0x20ec} + } +}; + +StandTile tile_2079 = { + 0x043008, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2949, -417, 513, 0x0000}, + {2965, -417, 385, 0x201a}, + {2484, -417, 385, 0x20e8} + } +}; + +StandTile tile_2080 = { + 0x10660a, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {2724, -417, -256, 0x20f5}, + {2484, -417, -897, 0x0000}, + {2484, -417, -256, 0x0000}, + {2532, -417, -256, 0x200a} + } +}; + +StandTile tile_2081 = { + 0x106609, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2724, -417, -256, 0x1ffe}, + {2724, -417, -897, 0x20df}, + {2484, -417, -897, 0x20f0} + } +}; + +StandTile tile_2082 = { + 0x11c508, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4696, -417, 1474, 0x212e}, + {4215, -417, 1474, 0x2144}, + {4215, -417, 2091, 0x20fd} + } +}; + +StandTile tile_2083 = { + 0x11c408, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4696, -417, 1474, 0x20f9}, + {4215, -417, 2091, 0x0000}, + {4252, -417, 2127, 0x2105} + } +}; + +StandTile tile_2084 = { + 0x11c30a, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4696, -417, 2181, 0x2105}, + {4252, -417, 2127, 0x0000}, + {4263, -417, 2174, 0x210d} + } +}; + +StandTile tile_2085 = { + 0x11c309, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4696, -417, 2181, 0x211d}, + {4696, -417, 1474, 0x20fd}, + {4252, -417, 2127, 0x2101} + } +}; + +StandTile tile_2086 = { + 0x11c20a, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4696, -417, 2756, 0x210d}, + {4263, -417, 2174, 0x0000}, + {4252, -417, 2222, 0x2111} + } +}; + +StandTile tile_2087 = { + 0x11c209, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4696, -417, 2756, 0x211d}, + {4696, -417, 2181, 0x2101}, + {4263, -417, 2174, 0x2109} + } +}; + +StandTile tile_2088 = { + 0x11c108, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4696, -417, 2756, 0x2109}, + {4252, -417, 2222, 0x0000}, + {4215, -417, 2257, 0x2115} + } +}; + +StandTile tile_2089 = { + 0x11c008, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4696, -417, 2756, 0x2111}, + {4215, -417, 2257, 0x2148}, + {4215, -417, 2756, 0x2122} + } +}; + +StandTile tile_2090 = { + 0x016708, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4696, -417, 2756, 0x0000}, + {4792, -417, 2756, 0x0000}, + {4792, -417, 1474, 0x211d} + } +}; + +StandTile tile_2091 = { + 0x016808, 0x1f, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x2, + { + {4696, -417, 2756, 0x2119}, + {4792, -417, 1474, 0x0000}, + {4696, -417, 1474, 0x2105}, + {4696, -417, 2181, 0x210d} + } +}; + +StandTile tile_2092 = { + 0x016a08, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, 2756, 0x0000}, + {4231, -417, 2885, 0x2126}, + {4696, -417, 2756, 0x2115} + } +}; + +StandTile tile_2093 = { + 0x016b08, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4696, -417, 2756, 0x2122}, + {4231, -417, 2885, 0x0000}, + {4679, -417, 2885, 0x0000} + } +}; + +StandTile tile_2094 = { + 0x016c08, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4696, -417, 1474, 0x0000}, + {4679, -417, 1346, 0x0000}, + {4231, -417, 1346, 0x212e} + } +}; + +StandTile tile_2095 = { + 0x016d08, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4231, -417, 1346, 0x0000}, + {4215, -417, 1474, 0x20f9}, + {4696, -417, 1474, 0x212a} + } +}; + +StandTile tile_2096 = { + 0x138808, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3878, -417, 2035, 0x0000}, + {4095, -417, 2090, 0x213f}, + {3638, -417, 1474, 0x2136} + } +}; + +StandTile tile_2097 = { + 0x138408, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {3639, -417, 2035, 0x0000}, + {3878, -417, 2035, 0x2132}, + {3638, -417, 1474, 0x218f}, + {3638, -417, 1920, 0x0000} + } +}; + +StandTile tile_2098 = { + 0x11b20a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, 1474, 0x213f}, + {4095, -417, 2090, 0x0000}, + {4158, -417, 2069, 0x2144} + } +}; + +StandTile tile_2099 = { + 0x11b209, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {4215, -417, 1474, 0x0000}, + {4119, -417, 1474, 0x2160}, + {3638, -417, 1474, 0x2132}, + {4095, -417, 2090, 0x213b} + } +}; + +StandTile tile_2100 = { + 0x11b108, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, 1474, 0x213b}, + {4158, -417, 2069, 0x0000}, + {4215, -417, 2091, 0x20f9} + } +}; + +StandTile tile_2101 = { + 0x11ac0a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, 2257, 0x214c}, + {4119, -417, 2756, 0x0000}, + {4215, -417, 2756, 0x2115} + } +}; + +StandTile tile_2102 = { + 0x11ac09, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4215, -417, 2257, 0x0000}, + {4158, -417, 2279, 0x2154}, + {4119, -417, 2756, 0x2148} + } +}; + +StandTile tile_2103 = { + 0x11ab0a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3638, -417, 2756, 0x2154}, + {4158, -417, 2279, 0x0000}, + {4095, -417, 2258, 0x2158} + } +}; + +StandTile tile_2104 = { + 0x11ab09, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3638, -417, 2756, 0x2164}, + {4119, -417, 2756, 0x214c}, + {4158, -417, 2279, 0x2150} + } +}; + +StandTile tile_2105 = { + 0x11aa08, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4095, -417, 2258, 0x0000}, + {3878, -417, 2324, 0x215c}, + {3638, -417, 2756, 0x2150} + } +}; + +StandTile tile_2106 = { + 0x11a908, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3878, -417, 2324, 0x0000}, + {3638, -417, 2324, 0x2197}, + {3638, -417, 2756, 0x2158} + } +}; + +StandTile tile_2107 = { + 0x017e08, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3654, -417, 1346, 0x0000}, + {3638, -417, 1474, 0x213f}, + {4119, -417, 1474, 0x216c} + } +}; + +StandTile tile_2108 = { + 0x018408, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3638, -417, 2756, 0x0000}, + {3654, -417, 2885, 0x2168}, + {4119, -417, 2756, 0x2154} + } +}; + +StandTile tile_2109 = { + 0x018508, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4119, -417, 2756, 0x2164}, + {3654, -417, 2885, 0x0000}, + {4103, -417, 2885, 0x0000} + } +}; + +StandTile tile_2110 = { + 0x018608, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4119, -417, 1474, 0x0000}, + {4103, -417, 1346, 0x0000}, + {3654, -417, 1346, 0x2160} + } +}; + +StandTile tile_2111 = { + 0x084c0a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3397, -417, 1474, 0x2174}, + {3221, -417, 1458, 0x0000}, + {3205, -417, 1474, 0x2189} + } +}; + +StandTile tile_2112 = { + 0x084c09, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3397, -417, 1474, 0x0000}, + {3381, -417, 1458, 0x22bd}, + {3221, -417, 1458, 0x2170} + } +}; + +StandTile tile_2113 = { + 0x138708, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, 1474, 0x2185}, + {3071, -417, 2103, 0x0000}, + {3301, -417, 2035, 0x217c} + } +}; + +StandTile tile_2114 = { + 0x138608, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {3542, -417, 1474, 0x2178}, + {3301, -417, 2035, 0x0000}, + {3542, -417, 2035, 0x0000}, + {3542, -417, 1920, 0x2193} + } +}; + +StandTile tile_2115 = { + 0x118008, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, 1474, 0x21c4}, + {2965, -417, 2089, 0x0000}, + {3013, -417, 2084, 0x2189} + } +}; + +StandTile tile_2116 = { + 0x117f0a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, 1474, 0x2189}, + {3013, -417, 2084, 0x0000}, + {3071, -417, 2103, 0x2178} + } +}; + +StandTile tile_2117 = { + 0x117f09, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {3542, -417, 1474, 0x0000}, + {3397, -417, 1474, 0x2170}, + {3205, -417, 1474, 0x0000}, + {2965, -417, 1474, 0x2181}, + {3013, -417, 2084, 0x2185} + } +}; + +StandTile tile_2118 = { + 0x117c0a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3638, -417, 1474, 0x2193}, + {3542, -417, 1920, 0x0000}, + {3638, -417, 1920, 0x2136} + } +}; + +StandTile tile_2119 = { + 0x117c09, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3638, -417, 1474, 0x0000}, + {3542, -417, 1474, 0x217c}, + {3542, -417, 1920, 0x218f} + } +}; + +StandTile tile_2120 = { + 0x117008, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3638, -417, 2324, 0x0000}, + {3301, -417, 2324, 0x219f}, + {3638, -417, 2756, 0x215c} + } +}; + +StandTile tile_2121 = { + 0x116f0a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, 2756, 0x219f}, + {3301, -417, 2324, 0x0000}, + {3071, -417, 2257, 0x21a7} + } +}; + +StandTile tile_2122 = { + 0x116f09, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, 2756, 0x0000}, + {3638, -417, 2756, 0x2197}, + {3301, -417, 2324, 0x219b} + } +}; + +StandTile tile_2123 = { + 0x116e0a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, 2756, 0x21a7}, + {3071, -417, 2257, 0x0000}, + {3013, -417, 2276, 0x21ac} + } +}; + +StandTile tile_2124 = { + 0x116e09, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {2965, -417, 2756, 0x0000}, + {3061, -417, 2756, 0x21b0}, + {3542, -417, 2756, 0x219b}, + {3071, -417, 2257, 0x21a3} + } +}; + +StandTile tile_2125 = { + 0x116d08, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, 2756, 0x21a3}, + {3013, -417, 2276, 0x0000}, + {2965, -417, 2271, 0x21c8} + } +}; + +StandTile tile_2126 = { + 0x017c08, 0x1d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3061, -417, 2756, 0x0000}, + {3077, -417, 2885, 0x21b4}, + {3542, -417, 2756, 0x21a7} + } +}; + +StandTile tile_2127 = { + 0x017d08, 0x1d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3542, -417, 2756, 0x21b0}, + {3077, -417, 2885, 0x0000}, + {3526, -417, 2885, 0x0000} + } +}; + +StandTile tile_2128 = { + 0x113a08, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, 2089, 0x21c4}, + {2484, -417, 1474, 0x21c0}, + {2926, -417, 2137, 0x0000} + } +}; + +StandTile tile_2129 = { + 0x11390a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2926, -417, 2137, 0x21c0}, + {2484, -417, 2171, 0x21d0}, + {2917, -417, 2180, 0x0000} + } +}; + +StandTile tile_2130 = { + 0x113909, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2926, -417, 2137, 0x21b8}, + {2484, -417, 1474, 0x21e8}, + {2484, -417, 2171, 0x21bc} + } +}; + +StandTile tile_2131 = { + 0x138a08, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, 1474, 0x21e4}, + {2484, -417, 1474, 0x21b8}, + {2965, -417, 2089, 0x2181} + } +}; + +StandTile tile_2132 = { + 0x112508, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2484, -417, 2756, 0x21d8}, + {2965, -417, 2756, 0x21ac}, + {2965, -417, 2271, 0x21d4} + } +}; + +StandTile tile_2133 = { + 0x11240a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2926, -417, 2223, 0x21d0}, + {2484, -417, 2171, 0x21e8}, + {2484, -417, 2756, 0x21d4} + } +}; + +StandTile tile_2134 = { + 0x112409, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2926, -417, 2223, 0x0000}, + {2917, -417, 2180, 0x21bc}, + {2484, -417, 2171, 0x21cc} + } +}; + +StandTile tile_2135 = { + 0x112308, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2926, -417, 2223, 0x21cc}, + {2484, -417, 2756, 0x21c8}, + {2965, -417, 2271, 0x0000} + } +}; + +StandTile tile_2136 = { + 0x017208, 0x1c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2484, -417, 2756, 0x0000}, + {2500, -417, 2885, 0x21dc}, + {2965, -417, 2756, 0x21c8} + } +}; + +StandTile tile_2137 = { + 0x017308, 0x1c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, 2756, 0x21d8}, + {2500, -417, 2885, 0x0000}, + {2949, -417, 2885, 0x0000} + } +}; + +StandTile tile_2138 = { + 0x017408, 0x1c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2965, -417, 1474, 0x0000}, + {2949, -417, 1346, 0x0000}, + {2500, -417, 1346, 0x21e4} + } +}; + +StandTile tile_2139 = { + 0x017508, 0x1c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2500, -417, 1346, 0x0000}, + {2484, -417, 1474, 0x21c4}, + {2965, -417, 1474, 0x21e0} + } +}; + +StandTile tile_2140 = { + 0x017708, 0x1c, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x3, + { + {2388, -417, 2756, 0x0000}, + {2484, -417, 2756, 0x21cc}, + {2484, -417, 2171, 0x21c0}, + {2484, -417, 1474, 0x21ed} + } +}; + +StandTile tile_2141 = { + 0x017808, 0x1c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2388, -417, 2756, 0x21e8}, + {2484, -417, 1474, 0x0000}, + {2388, -417, 1474, 0x0000} + } +}; + +StandTile tile_2142 = { + 0x10f30a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4776, -513, 994, 0x21f5}, + {4792, -513, 865, 0x0000}, + {4776, -513, 865, 0x21fd} + } +}; + +StandTile tile_2143 = { + 0x10f309, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4776, -513, 994, 0x0000}, + {4792, -513, 994, 0x2359}, + {4792, -513, 865, 0x21f1} + } +}; + +StandTile tile_2144 = { + 0x08340a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4728, -513, 1010, 0x21fd}, + {4776, -513, 865, 0x0000}, + {4728, -513, 849, 0x2205} + } +}; + +StandTile tile_2145 = { + 0x083409, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4728, -513, 1010, 0x0000}, + {4776, -513, 994, 0x21f1}, + {4776, -513, 865, 0x21f9} + } +}; + +StandTile tile_2146 = { + 0x08330a, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4728, -513, 1010, 0x2205}, + {4696, -513, 737, 0x221d}, + {4696, -513, 1122, 0x0000} + } +}; + +StandTile tile_2147 = { + 0x083309, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {4728, -513, 1010, 0x21f9}, + {4728, -513, 849, 0x0000}, + {4696, -513, 737, 0x2201} + } +}; + +StandTile tile_2148 = { + 0x010208, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4119, -513, 1122, 0x0000}, + {4215, -513, 1122, 0x220d}, + {4119, -513, 929, 0x228d} + } +}; + +StandTile tile_2149 = { + 0x010108, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4215, -513, 1122, 0x2211}, + {4455, -513, 929, 0x222d}, + {4119, -513, 929, 0x2209} + } +}; + +StandTile tile_2150 = { + 0x010008, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4455, -513, 929, 0x220d}, + {4215, -513, 1122, 0x0000}, + {4231, -513, 1250, 0x2215} + } +}; + +StandTile tile_2151 = { + 0x00ff08, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4679, -513, 1250, 0x2219}, + {4455, -513, 929, 0x2211}, + {4231, -513, 1250, 0x0000} + } +}; + +StandTile tile_2152 = { + 0x00fe08, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4679, -513, 1250, 0x0000}, + {4696, -513, 1122, 0x221d}, + {4455, -513, 929, 0x2215} + } +}; + +StandTile tile_2153 = { + 0x00fd08, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4455, -513, 929, 0x2219}, + {4696, -513, 1122, 0x2201}, + {4696, -513, 737, 0x2221} + } +}; + +StandTile tile_2154 = { + 0x00fc08, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4679, -513, 609, 0x2225}, + {4455, -513, 929, 0x221d}, + {4696, -513, 737, 0x0000} + } +}; + +StandTile tile_2155 = { + 0x00fb08, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4231, -513, 609, 0x2229}, + {4455, -513, 929, 0x2221}, + {4679, -513, 609, 0x0000} + } +}; + +StandTile tile_2156 = { + 0x00fa08, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4231, -513, 609, 0x0000}, + {4215, -513, 737, 0x222d}, + {4455, -513, 929, 0x2225} + } +}; + +StandTile tile_2157 = { + 0x00f908, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4215, -513, 737, 0x2231}, + {4119, -513, 929, 0x220d}, + {4455, -513, 929, 0x2229} + } +}; + +StandTile tile_2158 = { + 0x00f808, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4215, -513, 737, 0x0000}, + {4119, -513, 737, 0x2289}, + {4119, -513, 929, 0x222d} + } +}; + +StandTile tile_2159 = { + 0x084b0a, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3974, -449, 513, 0x2239}, + {3782, -417, 513, 0x0000}, + {3782, -449, 513, 0x2269} + } +}; + +StandTile tile_2160 = { + 0x084b09, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3974, -449, 513, 0x0000}, + {3974, -417, 513, 0x225d}, + {3782, -417, 513, 0x2235} + } +}; + +StandTile tile_2161 = { + 0x04fe0a, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3974, -481, 561, 0x2241}, + {3782, -449, 561, 0x0000}, + {3782, -481, 561, 0x2249} + } +}; + +StandTile tile_2162 = { + 0x04fe09, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3974, -481, 561, 0x0000}, + {3974, -449, 561, 0x2265}, + {3782, -449, 561, 0x223d} + } +}; + +StandTile tile_2163 = { + 0x084a0a, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3974, -481, 561, 0x2249}, + {3782, -481, 609, 0x2271}, + {3974, -481, 609, 0x0000} + } +}; + +StandTile tile_2164 = { + 0x084a09, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3974, -481, 561, 0x223d}, + {3782, -481, 561, 0x0000}, + {3782, -481, 609, 0x2245} + } +}; + +StandTile tile_2165 = { + 0x105d0a, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3958, -417, 417, 0x2251}, + {3798, -417, 401, 0x0000}, + {3798, -417, 417, 0x2259} + } +}; + +StandTile tile_2166 = { + 0x105d09, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3958, -417, 417, 0x0000}, + {3958, -417, 401, 0x1ef0}, + {3798, -417, 401, 0x224d} + } +}; + +StandTile tile_2167 = { + 0x08490a, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3974, -417, 465, 0x2259}, + {3798, -417, 417, 0x0000}, + {3782, -417, 465, 0x2261} + } +}; + +StandTile tile_2168 = { + 0x084909, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3974, -417, 465, 0x0000}, + {3958, -417, 417, 0x224d}, + {3798, -417, 417, 0x2255} + } +}; + +StandTile tile_2169 = { + 0x04f20a, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3974, -417, 465, 0x2261}, + {3782, -417, 513, 0x2239}, + {3974, -417, 513, 0x0000} + } +}; + +StandTile tile_2170 = { + 0x04f209, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3974, -417, 465, 0x2255}, + {3782, -417, 465, 0x0000}, + {3782, -417, 513, 0x225d} + } +}; + +StandTile tile_2171 = { + 0x04f10a, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3974, -449, 513, 0x2269}, + {3782, -449, 561, 0x2241}, + {3974, -449, 561, 0x0000} + } +}; + +StandTile tile_2172 = { + 0x04f109, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3974, -449, 513, 0x2235}, + {3782, -449, 513, 0x0000}, + {3782, -449, 561, 0x2265} + } +}; + +StandTile tile_2173 = { + 0x04f30a, 0x1a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {4103, -513, 609, 0x2271}, + {3782, -481, 609, 0x0000}, + {3654, -513, 609, 0x2281} + } +}; + +StandTile tile_2174 = { + 0x04f309, 0x1a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4103, -513, 609, 0x0000}, + {3974, -481, 609, 0x2245}, + {3782, -481, 609, 0x226d} + } +}; + +StandTile tile_2175 = { + 0x00f208, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3638, -513, 737, 0x0000}, + {3542, -513, 737, 0x2301}, + {3542, -513, 929, 0x2279} + } +}; + +StandTile tile_2176 = { + 0x00f308, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3638, -513, 737, 0x2275}, + {3542, -513, 929, 0x229d}, + {3878, -513, 929, 0x227d} + } +}; + +StandTile tile_2177 = { + 0x00f408, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3654, -513, 609, 0x0000}, + {3638, -513, 737, 0x2279}, + {3878, -513, 929, 0x2281} + } +}; + +StandTile tile_2178 = { + 0x00f508, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3878, -513, 929, 0x2285}, + {4103, -513, 609, 0x226d}, + {3654, -513, 609, 0x227d} + } +}; + +StandTile tile_2179 = { + 0x00f608, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4119, -513, 737, 0x0000}, + {4103, -513, 609, 0x2281}, + {3878, -513, 929, 0x2289} + } +}; + +StandTile tile_2180 = { + 0x00f708, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4119, -513, 737, 0x2285}, + {3878, -513, 929, 0x228d}, + {4119, -513, 929, 0x2231} + } +}; + +StandTile tile_2181 = { + 0x010308, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4119, -513, 1122, 0x2209}, + {4119, -513, 929, 0x2289}, + {3878, -513, 929, 0x2291} + } +}; + +StandTile tile_2182 = { + 0x010408, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4103, -513, 1250, 0x0000}, + {4119, -513, 1122, 0x228d}, + {3878, -513, 929, 0x2295} + } +}; + +StandTile tile_2183 = { + 0x010508, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4103, -513, 1250, 0x2291}, + {3878, -513, 929, 0x2299}, + {3654, -513, 1250, 0x0000} + } +}; + +StandTile tile_2184 = { + 0x010608, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3654, -513, 1250, 0x2295}, + {3878, -513, 929, 0x229d}, + {3638, -513, 1122, 0x0000} + } +}; + +StandTile tile_2185 = { + 0x010708, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3638, -513, 1122, 0x2299}, + {3878, -513, 929, 0x2279}, + {3542, -513, 929, 0x22a1} + } +}; + +StandTile tile_2186 = { + 0x010808, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3638, -513, 1122, 0x229d}, + {3542, -513, 929, 0x2305}, + {3542, -513, 1122, 0x0000} + } +}; + +StandTile tile_2187 = { + 0x008d0a, 0x19, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3205, -481, 1298, 0x22a9}, + {3397, -449, 1298, 0x0000}, + {3397, -481, 1298, 0x22d9} + } +}; + +StandTile tile_2188 = { + 0x008d09, 0x19, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3205, -481, 1298, 0x0000}, + {3205, -449, 1298, 0x22cd}, + {3397, -449, 1298, 0x22a5} + } +}; + +StandTile tile_2189 = { + 0x008c0a, 0x19, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3205, -449, 1346, 0x22b1}, + {3397, -417, 1346, 0x0000}, + {3397, -449, 1346, 0x22d1} + } +}; + +StandTile tile_2190 = { + 0x008c09, 0x19, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3205, -449, 1346, 0x0000}, + {3205, -417, 1346, 0x22c5}, + {3397, -417, 1346, 0x22ad} + } +}; + +StandTile tile_2191 = { + 0x105b0a, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3382, -417, 1440, 0x22b9}, + {3205, -417, 1394, 0x0000}, + {3220, -417, 1440, 0x22c1} + } +}; + +StandTile tile_2192 = { + 0x105b09, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3382, -417, 1440, 0x0000}, + {3397, -417, 1394, 0x22c9}, + {3205, -417, 1394, 0x22b5} + } +}; + +StandTile tile_2193 = { + 0x105a0a, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3381, -417, 1458, 0x22c1}, + {3220, -417, 1440, 0x0000}, + {3221, -417, 1458, 0x2174} + } +}; + +StandTile tile_2194 = { + 0x105a09, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3381, -417, 1458, 0x0000}, + {3382, -417, 1440, 0x22b5}, + {3220, -417, 1440, 0x22bd} + } +}; + +StandTile tile_2195 = { + 0x00810a, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3205, -417, 1394, 0x22c9}, + {3397, -417, 1346, 0x22b1}, + {3205, -417, 1346, 0x0000} + } +}; + +StandTile tile_2196 = { + 0x008109, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3205, -417, 1394, 0x22b9}, + {3397, -417, 1394, 0x0000}, + {3397, -417, 1346, 0x22c5} + } +}; + +StandTile tile_2197 = { + 0x00800a, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3205, -449, 1346, 0x22d1}, + {3397, -449, 1298, 0x22a9}, + {3205, -449, 1298, 0x0000} + } +}; + +StandTile tile_2198 = { + 0x008009, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3205, -449, 1346, 0x22ad}, + {3397, -449, 1346, 0x0000}, + {3397, -449, 1298, 0x22cd} + } +}; + +StandTile tile_2199 = { + 0x007f0a, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3205, -481, 1298, 0x22d9}, + {3397, -481, 1250, 0x22e1}, + {3205, -481, 1250, 0x0000} + } +}; + +StandTile tile_2200 = { + 0x007f09, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3205, -481, 1298, 0x22a5}, + {3397, -481, 1298, 0x0000}, + {3397, -481, 1250, 0x22d5} + } +}; + +StandTile tile_2201 = { + 0x00820a, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3077, -513, 1250, 0x22e1}, + {3397, -481, 1250, 0x0000}, + {3526, -513, 1250, 0x230d} + } +}; + +StandTile tile_2202 = { + 0x008209, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3077, -513, 1250, 0x0000}, + {3205, -481, 1250, 0x22d5}, + {3397, -481, 1250, 0x22dd} + } +}; + +StandTile tile_2203 = { + 0x00ea08, 0x19, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2965, -513, 737, 0x2339}, + {2965, -513, 929, 0x22f1}, + {3061, -513, 737, 0x0000} + } +}; + +StandTile tile_2204 = { + 0x00eb08, 0x19, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2965, -513, 929, 0x2335}, + {2965, -513, 1122, 0x0000}, + {3061, -513, 1122, 0x22ed} + } +}; + +StandTile tile_2205 = { + 0x00ec08, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3301, -513, 929, 0x22f1}, + {2965, -513, 929, 0x22e9}, + {3061, -513, 1122, 0x2311} + } +}; + +StandTile tile_2206 = { + 0x00ed08, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3061, -513, 737, 0x22e5}, + {2965, -513, 929, 0x22ed}, + {3301, -513, 929, 0x22f5} + } +}; + +StandTile tile_2207 = { + 0x00ee08, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3061, -513, 737, 0x22f1}, + {3301, -513, 929, 0x22f9}, + {3077, -513, 609, 0x0000} + } +}; + +StandTile tile_2208 = { + 0x00ef08, 0x19, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3077, -513, 609, 0x22f5}, + {3301, -513, 929, 0x22fd}, + {3526, -513, 609, 0x0000} + } +}; + +StandTile tile_2209 = { + 0x00f008, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3301, -513, 929, 0x2301}, + {3542, -513, 737, 0x0000}, + {3526, -513, 609, 0x22f9} + } +}; + +StandTile tile_2210 = { + 0x00f108, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3542, -513, 929, 0x2275}, + {3542, -513, 737, 0x22fd}, + {3301, -513, 929, 0x2305} + } +}; + +StandTile tile_2211 = { + 0x010908, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3542, -513, 929, 0x2301}, + {3301, -513, 929, 0x2309}, + {3542, -513, 1122, 0x22a1} + } +}; + +StandTile tile_2212 = { + 0x010a08, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3542, -513, 1122, 0x2305}, + {3301, -513, 929, 0x230d}, + {3526, -513, 1250, 0x0000} + } +}; + +StandTile tile_2213 = { + 0x010b08, 0x19, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3526, -513, 1250, 0x2309}, + {3301, -513, 929, 0x2311}, + {3077, -513, 1250, 0x22dd} + } +}; + +StandTile tile_2214 = { + 0x010c08, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3077, -513, 1250, 0x230d}, + {3301, -513, 929, 0x22ed}, + {3061, -513, 1122, 0x0000} + } +}; + +StandTile tile_2215 = { + 0x10f50a, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2404, -513, 994, 0x2319}, + {2452, -513, 849, 0x0000}, + {2404, -513, 865, 0x2321} + } +}; + +StandTile tile_2216 = { + 0x10f509, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2404, -513, 994, 0x0000}, + {2452, -513, 1010, 0x234d}, + {2452, -513, 849, 0x2315} + } +}; + +StandTile tile_2217 = { + 0x10f40a, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -513, 994, 0x2321}, + {2404, -513, 865, 0x0000}, + {2388, -513, 865, 0x23bd} + } +}; + +StandTile tile_2218 = { + 0x10f409, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2388, -513, 994, 0x0000}, + {2404, -513, 994, 0x2315}, + {2404, -513, 865, 0x231d} + } +}; + +StandTile tile_2219 = { + 0x00e408, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2949, -513, 1250, 0x2331}, + {2724, -513, 929, 0x233d}, + {2500, -513, 1250, 0x0000} + } +}; + +StandTile tile_2220 = { + 0x00e508, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2949, -513, 609, 0x0000}, + {2500, -513, 609, 0x2341}, + {2724, -513, 929, 0x232d} + } +}; + +StandTile tile_2221 = { + 0x00e608, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2965, -513, 737, 0x0000}, + {2949, -513, 609, 0x2329}, + {2724, -513, 929, 0x2339} + } +}; + +StandTile tile_2222 = { + 0x00e708, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2965, -513, 1122, 0x2335}, + {2724, -513, 929, 0x2325}, + {2949, -513, 1250, 0x0000} + } +}; + +StandTile tile_2223 = { + 0x00e808, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2965, -513, 929, 0x2339}, + {2724, -513, 929, 0x2331}, + {2965, -513, 1122, 0x22e9} + } +}; + +StandTile tile_2224 = { + 0x00e908, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2965, -513, 737, 0x232d}, + {2724, -513, 929, 0x2335}, + {2965, -513, 929, 0x22e5} + } +}; + +StandTile tile_2225 = { + 0x010d08, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2500, -513, 1250, 0x2325}, + {2724, -513, 929, 0x2345}, + {2484, -513, 1122, 0x0000} + } +}; + +StandTile tile_2226 = { + 0x010e08, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2500, -513, 609, 0x0000}, + {2484, -513, 737, 0x2349}, + {2724, -513, 929, 0x2329} + } +}; + +StandTile tile_2227 = { + 0x010f08, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2724, -513, 929, 0x234d}, + {2452, -513, 1010, 0x0000}, + {2484, -513, 1122, 0x233d} + } +}; + +StandTile tile_2228 = { + 0x011008, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2484, -513, 737, 0x0000}, + {2452, -513, 849, 0x234d}, + {2724, -513, 929, 0x2341} + } +}; + +StandTile tile_2229 = { + 0x011108, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2724, -513, 929, 0x2349}, + {2452, -513, 849, 0x2319}, + {2452, -513, 1010, 0x2345} + } +}; + +StandTile tile_2230 = { + 0x133a0a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {5288, -513, 1010, 0x2355}, + {5304, -513, 865, 0x0000}, + {5288, -513, 849, 0x237d} + } +}; + +StandTile tile_2231 = { + 0x133a09, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {5288, -513, 1010, 0x0000}, + {5304, -513, 994, 0x1e77}, + {5304, -513, 865, 0x2351} + } +}; + +StandTile tile_2232 = { + 0x10f20a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4792, -513, 994, 0x235d}, + {4808, -513, 849, 0x0000}, + {4792, -513, 865, 0x21f5} + } +}; + +StandTile tile_2233 = { + 0x10f209, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4792, -513, 994, 0x0000}, + {4808, -513, 1010, 0x2385}, + {4808, -513, 849, 0x2359} + } +}; + +StandTile tile_2234 = { + 0x041d0a, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {5224, -513, 769, 0x2365}, + {4872, -513, 705, 0x0000}, + {4872, -513, 769, 0x2371} + } +}; + +StandTile tile_2235 = { + 0x041d09, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {5224, -513, 769, 0x0000}, + {5224, -513, 705, 0x0000}, + {4872, -513, 705, 0x2361} + } +}; + +StandTile tile_2236 = { + 0x041c0a, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {5224, -513, 1154, 0x236d}, + {4872, -513, 1090, 0x0000}, + {4872, -513, 1154, 0x0000} + } +}; + +StandTile tile_2237 = { + 0x041c09, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {5224, -513, 1154, 0x0000}, + {5224, -513, 1090, 0x238d}, + {4872, -513, 1090, 0x2369} + } +}; + +StandTile tile_2238 = { + 0x041b08, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4872, -513, 769, 0x2375}, + {5288, -513, 849, 0x0000}, + {5224, -513, 769, 0x2361} + } +}; + +StandTile tile_2239 = { + 0x041a08, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4872, -513, 769, 0x0000}, + {4808, -513, 849, 0x2379}, + {5288, -513, 849, 0x2371} + } +}; + +StandTile tile_2240 = { + 0x106208, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {5288, -513, 849, 0x2375}, + {4808, -513, 849, 0x2385}, + {5048, -513, 929, 0x237d} + } +}; + +StandTile tile_2241 = { + 0x041908, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {5288, -513, 1010, 0x2351}, + {5288, -513, 849, 0x2379}, + {5048, -513, 929, 0x2381} + } +}; + +StandTile tile_2242 = { + 0x106308, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {4808, -513, 1010, 0x2389}, + {5288, -513, 1010, 0x237d}, + {5048, -513, 929, 0x2385} + } +}; + +StandTile tile_2243 = { + 0x041808, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {4808, -513, 849, 0x235d}, + {4808, -513, 1010, 0x2381}, + {5048, -513, 929, 0x2379} + } +}; + +StandTile tile_2244 = { + 0x041708, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4808, -513, 1010, 0x238d}, + {5224, -513, 1090, 0x0000}, + {5288, -513, 1010, 0x2381} + } +}; + +StandTile tile_2245 = { + 0x041608, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4808, -513, 1010, 0x0000}, + {4872, -513, 1090, 0x236d}, + {5224, -513, 1090, 0x2389} + } +}; + +StandTile tile_2246 = { + 0x009b08, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1891, -513, 449, 0x2395}, + {1538, -513, 64, 0x0000}, + {1538, -513, 657, 0x23b5} + } +}; + +StandTile tile_2247 = { + 0x009a08, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1891, -513, 321, 0x2399}, + {1538, -513, 64, 0x2391}, + {1891, -513, 449, 0x0000} + } +}; + +StandTile tile_2248 = { + 0x009908, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1891, -513, 321, 0x0000}, + {2019, -513, 321, 0x239d}, + {1538, -513, 64, 0x2395} + } +}; + +StandTile tile_2249 = { + 0x009808, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2019, -513, 321, 0x23a1}, + {2372, -513, 64, 0x0000}, + {1538, -513, 64, 0x2399} + } +}; + +StandTile tile_2250 = { + 0x009708, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2019, -513, 321, 0x0000}, + {2019, -513, 449, 0x23a5}, + {2372, -513, 64, 0x239d} + } +}; + +StandTile tile_2251 = { + 0x009608, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2372, -513, 64, 0x23a1}, + {2019, -513, 449, 0x23a9}, + {2372, -513, 657, 0x0000} + } +}; + +StandTile tile_2252 = { + 0x009508, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2019, -513, 449, 0x23ad}, + {2179, -513, 657, 0x0000}, + {2372, -513, 657, 0x23a5} + } +}; + +StandTile tile_2253 = { + 0x009408, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2019, -513, 449, 0x0000}, + {1891, -513, 449, 0x23b1}, + {2179, -513, 657, 0x23a9} + } +}; + +StandTile tile_2254 = { + 0x009308, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2179, -513, 657, 0x23ad}, + {1891, -513, 449, 0x23b5}, + {1731, -513, 657, 0x23c1} + } +}; + +StandTile tile_2255 = { + 0x009208, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1891, -513, 449, 0x2391}, + {1538, -513, 657, 0x0000}, + {1731, -513, 657, 0x23b1} + } +}; + +StandTile tile_2256 = { + 0x080c0a, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2372, -513, 1010, 0x23bd}, + {2388, -513, 865, 0x0000}, + {2372, -513, 849, 0x2405} + } +}; + +StandTile tile_2257 = { + 0x080c09, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2372, -513, 1010, 0x0000}, + {2388, -513, 994, 0x231d}, + {2388, -513, 865, 0x23b9} + } +}; + +StandTile tile_2258 = { + 0x009c08, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2179, -513, 657, 0x23b1}, + {1731, -513, 657, 0x0000}, + {1731, -513, 689, 0x23c5} + } +}; + +StandTile tile_2259 = { + 0x009d08, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2179, -513, 689, 0x0000}, + {2179, -513, 657, 0x23c1}, + {1731, -513, 689, 0x23f1} + } +}; + +StandTile tile_2260 = { + 0x10ee0a, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1506, -513, 1122, 0x23cd}, + {1522, -513, 994, 0x0000}, + {1506, -513, 994, 0x2425} + } +}; + +StandTile tile_2261 = { + 0x10ee09, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1506, -513, 1122, 0x0000}, + {1522, -513, 1122, 0x23d1}, + {1522, -513, 994, 0x23c9} + } +}; + +StandTile tile_2262 = { + 0x10ed0a, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1522, -513, 1122, 0x23d5}, + {1538, -513, 978, 0x0000}, + {1522, -513, 994, 0x23cd} + } +}; + +StandTile tile_2263 = { + 0x10ed09, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1522, -513, 1122, 0x0000}, + {1538, -513, 1138, 0x2401}, + {1538, -513, 978, 0x23d1} + } +}; + +StandTile tile_2264 = { + 0x009e08, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2372, -513, 849, 0x0000}, + {2372, -513, 689, 0x0000}, + {2179, -513, 689, 0x23dd} + } +}; + +StandTile tile_2265 = { + 0x009f08, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2244, -513, 946, 0x2405}, + {2372, -513, 849, 0x23d9}, + {2179, -513, 689, 0x23ed} + } +}; + +StandTile tile_2266 = { + 0x00a008, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2372, -513, 1154, 0x0000}, + {2372, -513, 1010, 0x2405}, + {2244, -513, 946, 0x23e5} + } +}; + +StandTile tile_2267 = { + 0x00a108, 0x15, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2372, -513, 1154, 0x23e1}, + {2244, -513, 946, 0x23e9}, + {1538, -513, 1154, 0x0000} + } +}; + +StandTile tile_2268 = { + 0x00a208, 0x15, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1538, -513, 1154, 0x23e5}, + {2244, -513, 946, 0x23ed}, + {1731, -513, 946, 0x23fd} + } +}; + +StandTile tile_2269 = { + 0x00a308, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1731, -513, 946, 0x23e9}, + {2244, -513, 946, 0x23dd}, + {2179, -513, 689, 0x23f1} + } +}; + +StandTile tile_2270 = { + 0x00a408, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1731, -513, 689, 0x23f5}, + {1731, -513, 946, 0x23ed}, + {2179, -513, 689, 0x23c5} + } +}; + +StandTile tile_2271 = { + 0x00a508, 0x15, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1731, -513, 689, 0x0000}, + {1538, -513, 689, 0x23f9}, + {1731, -513, 946, 0x23f1} + } +}; + +StandTile tile_2272 = { + 0x00a608, 0x15, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1538, -513, 978, 0x2401}, + {1731, -513, 946, 0x23f5}, + {1538, -513, 689, 0x0000} + } +}; + +StandTile tile_2273 = { + 0x00a708, 0x15, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1731, -513, 946, 0x2401}, + {1538, -513, 1138, 0x0000}, + {1538, -513, 1154, 0x23e9} + } +}; + +StandTile tile_2274 = { + 0x00a808, 0x15, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1731, -513, 946, 0x23f9}, + {1538, -513, 978, 0x23d5}, + {1538, -513, 1138, 0x23fd} + } +}; + +StandTile tile_2275 = { + 0x00a908, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2372, -513, 1010, 0x23b9}, + {2372, -513, 849, 0x23dd}, + {2244, -513, 946, 0x23e1} + } +}; + +StandTile tile_2276 = { + 0x10590a, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {737, -513, 561, 0x240d}, + {785, -513, 433, 0x0000}, + {737, -513, 433, 0x2787} + } +}; + +StandTile tile_2277 = { + 0x105909, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {737, -513, 561, 0x0000}, + {785, -513, 561, 0x2415}, + {785, -513, 433, 0x2409} + } +}; + +StandTile tile_2278 = { + 0x005608, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {785, -513, 561, 0x0000}, + {785, -513, 625, 0x0000}, + {1474, -513, 625, 0x2415} + } +}; + +StandTile tile_2279 = { + 0x005508, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1474, -513, 625, 0x2419}, + {785, -513, 433, 0x240d}, + {785, -513, 561, 0x2411} + } +}; + +StandTile tile_2280 = { + 0x005408, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {785, -513, 128, 0x0000}, + {785, -513, 433, 0x2415}, + {1474, -513, 625, 0x241d} + } +}; + +StandTile tile_2281 = { + 0x005308, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1474, -513, 625, 0x0000}, + {1474, -513, 128, 0x0000}, + {785, -513, 128, 0x2419} + } +}; + +StandTile tile_2282 = { + 0x07f70a, 0x13, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1490, -513, 1138, 0x2425}, + {1506, -513, 994, 0x0000}, + {1490, -513, 978, 0x2429} + } +}; + +StandTile tile_2283 = { + 0x07f709, 0x13, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1490, -513, 1138, 0x0000}, + {1506, -513, 1122, 0x23c9}, + {1506, -513, 994, 0x2421} + } +}; + +StandTile tile_2284 = { + 0x06e108, 0x13, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x1, 0x2, + { + {1490, -513, 689, 0x2433}, + {1314, -513, 1154, 0x0000}, + {1490, -513, 1154, 0x0000}, + {1490, -513, 1138, 0x2421}, + {1490, -513, 978, 0x0000} + } +}; + +StandTile tile_2285 = { + 0x06e008, 0x13, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1314, -513, 1154, 0x2433}, + {929, -513, 689, 0x2437}, + {962, -513, 1154, 0x243f} + } +}; + +StandTile tile_2286 = { + 0x06ea08, 0x13, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {929, -513, 689, 0x242f}, + {1314, -513, 1154, 0x2429}, + {1490, -513, 689, 0x0000} + } +}; + +StandTile tile_2287 = { + 0x06eb08, 0x13, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {929, -513, 689, 0x0000}, + {929, -513, 1154, 0x0000}, + {962, -513, 1154, 0x242f} + } +}; + +StandTile tile_2288 = { + 0x06df0a, 0x12, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1314, -513, 1154, 0x243f}, + {962, -513, 1218, 0x244f}, + {1314, -513, 1218, 0x0000} + } +}; + +StandTile tile_2289 = { + 0x06df09, 0x12, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1314, -513, 1154, 0x242f}, + {962, -513, 1154, 0x0000}, + {962, -513, 1218, 0x243b} + } +}; + +StandTile tile_2290 = { + 0x06de0a, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1058, -513, 1538, 0x2447}, + {929, -513, 1218, 0x0000}, + {929, -513, 1538, 0x0000} + } +}; + +StandTile tile_2291 = { + 0x06de09, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1058, -513, 1538, 0x244b}, + {962, -513, 1218, 0x0000}, + {929, -513, 1218, 0x2443} + } +}; + +StandTile tile_2292 = { + 0x06dd0a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1218, -513, 1538, 0x244f}, + {962, -513, 1218, 0x2447}, + {1058, -513, 1538, 0x2463} + } +}; + +StandTile tile_2293 = { + 0x06dd09, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1218, -513, 1538, 0x2453}, + {1314, -513, 1218, 0x243b}, + {962, -513, 1218, 0x244b} + } +}; + +StandTile tile_2294 = { + 0x06dc0a, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1218, -513, 1538, 0x2457}, + {1346, -513, 1218, 0x0000}, + {1314, -513, 1218, 0x244f} + } +}; + +StandTile tile_2295 = { + 0x06dc09, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1218, -513, 1538, 0x0000}, + {1346, -513, 1538, 0x0000}, + {1346, -513, 1218, 0x2453} + } +}; + +StandTile tile_2296 = { + 0x11080a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1074, -513, 1603, 0x245f}, + {1202, -513, 1587, 0x2467}, + {1074, -513, 1587, 0x0000} + } +}; + +StandTile tile_2297 = { + 0x110809, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1074, -513, 1603, 0x2893}, + {1202, -513, 1603, 0x0000}, + {1202, -513, 1587, 0x245b} + } +}; + +StandTile tile_2298 = { + 0x11070a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1074, -513, 1587, 0x2467}, + {1218, -513, 1538, 0x244b}, + {1058, -513, 1538, 0x0000} + } +}; + +StandTile tile_2299 = { + 0x110709, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1074, -513, 1587, 0x245b}, + {1202, -513, 1587, 0x0000}, + {1218, -513, 1538, 0x2463} + } +}; + +StandTile tile_2300 = { + 0x069a02, 0x0f, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-464, 272, -817, 0x246f}, + {-464, 256, -721, 0x0000}, + {-464, 272, -721, 0x2477} + } +}; + +StandTile tile_2301 = { + 0x069a01, 0x0f, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-464, 272, -817, 0x0000}, + {-464, 256, -817, 0x2593}, + {-464, 256, -721, 0x246b} + } +}; + +StandTile tile_2302 = { + 0x064a02, 0x0f, + 0x1, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-441, 272, -833, 0x2477}, + {-464, 272, -721, 0x0000}, + {-441, 272, -705, 0x247b} + } +}; + +StandTile tile_2303 = { + 0x064a01, 0x0f, + 0x1, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-441, 272, -833, 0x0000}, + {-464, 272, -817, 0x246b}, + {-464, 272, -721, 0x2473} + } +}; + +StandTile tile_2304 = { + 0x064502, 0x0f, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-312, 272, -705, 0x247f}, + {-441, 272, -833, 0x2473}, + {-441, 272, -705, 0x0000} + } +}; + +StandTile tile_2305 = { + 0x064501, 0x0f, + 0x1, + 0x5, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-312, 272, -705, 0x2483}, + {-312, 272, -833, 0x0000}, + {-441, 272, -833, 0x247b} + } +}; + +StandTile tile_2306 = { + 0x063402, 0x0f, + 0x1, + 0x5, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-184, 272, -705, 0x2487}, + {-312, 272, -833, 0x247f}, + {-312, 272, -705, 0x0000} + } +}; + +StandTile tile_2307 = { + 0x063401, 0x0f, + 0x1, + 0x5, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-184, 272, -705, 0x248b}, + {-184, 272, -833, 0x0000}, + {-312, 272, -833, 0x2483} + } +}; + +StandTile tile_2308 = { + 0x061a02, 0x0f, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-56, 272, -705, 0x248f}, + {-184, 272, -833, 0x2487}, + {-184, 272, -705, 0x0000} + } +}; + +StandTile tile_2309 = { + 0x061a01, 0x0f, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-56, 272, -705, 0x0000}, + {-56, 272, -833, 0x2493}, + {-184, 272, -833, 0x248b} + } +}; + +StandTile tile_2310 = { + 0x061b02, 0x0d, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-56, 272, -962, 0x2497}, + {-184, 272, -833, 0x248f}, + {-56, 272, -833, 0x0000} + } +}; + +StandTile tile_2311 = { + 0x061b01, 0x0d, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-56, 272, -962, 0x249b}, + {-184, 272, -962, 0x0000}, + {-184, 272, -833, 0x2493} + } +}; + +StandTile tile_2312 = { + 0x061c02, 0x0d, + 0x1, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-56, 272, -1090, 0x249f}, + {-184, 272, -962, 0x2497}, + {-56, 272, -962, 0x0000} + } +}; + +StandTile tile_2313 = { + 0x061c01, 0x0d, + 0x1, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-56, 272, -1090, 0x24a3}, + {-184, 272, -1090, 0x0000}, + {-184, 272, -962, 0x249b} + } +}; + +StandTile tile_2314 = { + 0x061d02, 0x0d, + 0x1, + 0xd, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-56, 272, -1218, 0x24a7}, + {-184, 272, -1090, 0x249f}, + {-56, 272, -1090, 0x24c3} + } +}; + +StandTile tile_2315 = { + 0x061d01, 0x0d, + 0x1, + 0x9, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-56, 272, -1218, 0x0000}, + {-184, 272, -1218, 0x24b7}, + {-184, 272, -1090, 0x24a3} + } +}; + +StandTile tile_2316 = { + 0x078902, 0x0d, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-601, 272, -1090, 0x24af}, + {-857, 272, -1218, 0x24db}, + {-857, 272, -1090, 0x0000} + } +}; + +StandTile tile_2317 = { + 0x078901, 0x0d, + 0x1, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-601, 272, -1090, 0x24bf}, + {-601, 272, -1218, 0x0000}, + {-857, 272, -1218, 0x24ab} + } +}; + +StandTile tile_2318 = { + 0x078802, 0x0d, + 0x1, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-184, 272, -1090, 0x24b7}, + {-569, 272, -1218, 0x24bb}, + {-569, 272, -1090, 0x0000} + } +}; + +StandTile tile_2319 = { + 0x078801, 0x0d, + 0x1, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-184, 272, -1090, 0x24a7}, + {-184, 272, -1218, 0x0000}, + {-569, 272, -1218, 0x24b3} + } +}; + +StandTile tile_2320 = { + 0x068402, 0x0d, + 0x1, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-601, 272, -1218, 0x24bf}, + {-569, 272, -1090, 0x24b3}, + {-569, 272, -1218, 0x0000} + } +}; + +StandTile tile_2321 = { + 0x068401, 0x0d, + 0x1, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-601, 272, -1218, 0x24af}, + {-601, 272, -1090, 0x0000}, + {-569, 272, -1090, 0x24bb} + } +}; + +StandTile tile_2322 = { + 0x069302, 0x0d, + 0x1, + 0xd, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {72, 272, -1090, 0x24c7}, + {-56, 272, -1218, 0x24a3}, + {-56, 272, -1090, 0x0000} + } +}; + +StandTile tile_2323 = { + 0x069301, 0x0d, + 0x1, + 0xd, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {72, 272, -1090, 0x24cb}, + {72, 272, -1218, 0x0000}, + {-56, 272, -1218, 0x24c3} + } +}; + +StandTile tile_2324 = { + 0x069202, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {200, 272, -1090, 0x24cf}, + {72, 272, -1218, 0x24c7}, + {72, 272, -1090, 0x0000} + } +}; + +StandTile tile_2325 = { + 0x069201, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {200, 272, -1090, 0x0000}, + {200, 272, -1218, 0x0000}, + {72, 272, -1218, 0x24cb} + } +}; + +StandTile tile_2326 = { + 0x066f02, 0x0d, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-986, 272, -962, 0x24d7}, + {-1114, 272, -833, 0x0000}, + {-986, 272, -833, 0x0000} + } +}; + +StandTile tile_2327 = { + 0x066f01, 0x0d, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-986, 272, -962, 0x24e7}, + {-1114, 272, -962, 0x0000}, + {-1114, 272, -833, 0x24d3} + } +}; + +StandTile tile_2328 = { + 0x066e02, 0x0d, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-986, 272, -1218, 0x24df}, + {-857, 272, -1090, 0x24ab}, + {-857, 272, -1218, 0x0000} + } +}; + +StandTile tile_2329 = { + 0x066e01, 0x0d, + 0x1, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-986, 272, -1218, 0x24eb}, + {-986, 272, -1090, 0x0000}, + {-857, 272, -1090, 0x24db} + } +}; + +StandTile tile_2330 = { + 0x066d02, 0x0d, + 0x1, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1114, 272, -1090, 0x24e7}, + {-986, 272, -962, 0x0000}, + {-986, 272, -1090, 0x24ef} + } +}; + +StandTile tile_2331 = { + 0x066d01, 0x0d, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1114, 272, -1090, 0x0000}, + {-1114, 272, -962, 0x24d7}, + {-986, 272, -962, 0x24e3} + } +}; + +StandTile tile_2332 = { + 0x066c02, 0x0d, + 0x1, + 0x9, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1114, 272, -1218, 0x24ef}, + {-986, 272, -1090, 0x24df}, + {-986, 272, -1218, 0x0000} + } +}; + +StandTile tile_2333 = { + 0x066c01, 0x0d, + 0x1, + 0x9, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1114, 272, -1218, 0x0000}, + {-1114, 272, -1090, 0x24e3}, + {-986, 272, -1090, 0x24eb} + } +}; + +StandTile tile_2334 = { + 0x023900, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-946, -128, -545, 0x0000}, + {-946, -128, 673, 0x24f7}, + {-833, -128, 144, 0x2563} + } +}; + +StandTile tile_2335 = { + 0x023800, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-833, -128, 144, 0x24f3}, + {-946, -128, 673, 0x0000}, + {-817, -128, 385, 0x24fb} + } +}; + +StandTile tile_2336 = { + 0x023600, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-817, -128, 385, 0x0000}, + {-801, -128, 385, 0x24ff}, + {-833, -128, 144, 0x24f7} + } +}; + +StandTile tile_2337 = { + 0x023500, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-801, -128, 385, 0x25b3}, + {-673, -128, 385, 0x2503}, + {-833, -128, 144, 0x24fb} + } +}; + +StandTile tile_2338 = { + 0x023200, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-657, -128, 385, 0x250b}, + {-833, -128, 144, 0x24ff}, + {-673, -128, 385, 0x0000} + } +}; + +StandTile tile_2339 = { + 0x023100, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-577, -128, 240, 0x0000}, + {-577, -128, 208, 0x254b}, + {-833, -128, 144, 0x250b} + } +}; + +StandTile tile_2340 = { + 0x023000, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-657, -128, 385, 0x250f}, + {-577, -128, 240, 0x2507}, + {-833, -128, 144, 0x2503} + } +}; + +StandTile tile_2341 = { + 0x022d00, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-577, -128, 240, 0x250b}, + {-657, -128, 385, 0x25bb}, + {-529, -128, 385, 0x2513} + } +}; + +StandTile tile_2342 = { + 0x022c00, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-513, -128, 385, 0x2517}, + {-577, -128, 240, 0x250f}, + {-529, -128, 385, 0x0000} + } +}; + +StandTile tile_2343 = { + 0x022900, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-513, -128, 385, 0x25c3}, + {-385, -128, 385, 0x251b}, + {-577, -128, 240, 0x2513} + } +}; + +StandTile tile_2344 = { + 0x022800, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-385, -128, 385, 0x251f}, + {-369, -128, 240, 0x0000}, + {-577, -128, 240, 0x2517} + } +}; + +StandTile tile_2345 = { + 0x022700, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-385, -128, 385, 0x0000}, + {-369, -128, 385, 0x2523}, + {-369, -128, 240, 0x251b} + } +}; + +StandTile tile_2346 = { + 0x022600, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-369, -128, 240, 0x251f}, + {-369, -128, 385, 0x0000}, + {-240, -128, 673, 0x2527} + } +}; + +StandTile tile_2347 = { + 0x022400, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-369, -128, 208, 0x0000}, + {-369, -128, 240, 0x2523}, + {-240, -128, 673, 0x252b} + } +}; + +StandTile tile_2348 = { + 0x022300, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-240, -128, -128, 0x252f}, + {-369, -128, 208, 0x2527}, + {-240, -128, 673, 0x0000} + } +}; + +StandTile tile_2349 = { + 0x022200, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-240, -128, -128, 0x253b}, + {-369, -128, 16, 0x2533}, + {-369, -128, 208, 0x252b} + } +}; + +StandTile tile_2350 = { + 0x022100, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-369, -128, 208, 0x252f}, + {-369, -128, 16, 0x2537}, + {-513, -128, 208, 0x0000} + } +}; + +StandTile tile_2351 = { + 0x022000, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-369, -128, 16, 0x0000}, + {-513, -128, 16, 0x0000}, + {-513, -128, 208, 0x2533} + } +}; + +StandTile tile_2352 = { + 0x021f00, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-240, -128, -128, 0x253f}, + {-369, -128, -16, 0x0000}, + {-369, -128, 16, 0x252f} + } +}; + +StandTile tile_2353 = { + 0x021e00, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-240, -128, -256, 0x2543}, + {-369, -128, -16, 0x253b}, + {-240, -128, -128, 0x264b} + } +}; + +StandTile tile_2354 = { + 0x021d00, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-240, -128, -256, 0x258b}, + {-577, -128, -353, 0x2547}, + {-369, -128, -16, 0x253f} + } +}; + +StandTile tile_2355 = { + 0x021c00, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-369, -128, -16, 0x2543}, + {-577, -128, -353, 0x255f}, + {-641, -128, -16, 0x0000} + } +}; + +StandTile tile_2356 = { + 0x021b00, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-641, -128, 16, 0x2557}, + {-833, -128, 144, 0x2507}, + {-577, -128, 208, 0x254f} + } +}; + +StandTile tile_2357 = { + 0x021a00, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-641, -128, 16, 0x254b}, + {-577, -128, 208, 0x0000}, + {-545, -128, 208, 0x2553} + } +}; + +StandTile tile_2358 = { + 0x021900, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-545, -128, 208, 0x0000}, + {-545, -128, 16, 0x0000}, + {-641, -128, 16, 0x254f} + } +}; + +StandTile tile_2359 = { + 0x021800, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-833, -128, 144, 0x254b}, + {-641, -128, 16, 0x0000}, + {-641, -128, -16, 0x255b} + } +}; + +StandTile tile_2360 = { + 0x021700, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-641, -128, -16, 0x255f}, + {-753, -128, -353, 0x2563}, + {-833, -128, 144, 0x2557} + } +}; + +StandTile tile_2361 = { + 0x021600, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-641, -128, -16, 0x2547}, + {-577, -128, -353, 0x2573}, + {-753, -128, -353, 0x255b} + } +}; + +StandTile tile_2362 = { + 0x021500, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-753, -128, -353, 0x2567}, + {-946, -128, -545, 0x24f3}, + {-833, -128, 144, 0x255b} + } +}; + +StandTile tile_2363 = { + 0x021400, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-946, -128, -545, 0x2563}, + {-753, -128, -353, 0x256b}, + {-865, -128, -545, 0x0000} + } +}; + +StandTile tile_2364 = { + 0x021300, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-865, -128, -545, 0x2567}, + {-753, -128, -353, 0x256f}, + {-737, -128, -545, 0x25d3} + } +}; + +StandTile tile_2365 = { + 0x021200, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-753, -128, -353, 0x2573}, + {-721, -128, -545, 0x0000}, + {-737, -128, -545, 0x256b} + } +}; + +StandTile tile_2366 = { + 0x021100, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-577, -128, -353, 0x2577}, + {-721, -128, -545, 0x256f}, + {-753, -128, -353, 0x255f} + } +}; + +StandTile tile_2367 = { + 0x021000, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-593, -128, -545, 0x25db}, + {-721, -128, -545, 0x2573}, + {-577, -128, -353, 0x257b} + } +}; + +StandTile tile_2368 = { + 0x020f00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-593, -128, -545, 0x2577}, + {-577, -128, -353, 0x257f}, + {-577, -128, -545, 0x0000} + } +}; + +StandTile tile_2369 = { + 0x020e00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-577, -128, -353, 0x2583}, + {-449, -128, -545, 0x25ab}, + {-577, -128, -545, 0x257b} + } +}; + +StandTile tile_2370 = { + 0x020d00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-433, -128, -545, 0x0000}, + {-449, -128, -545, 0x257f}, + {-577, -128, -353, 0x2587} + } +}; + +StandTile tile_2371 = { + 0x020c00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-577, -128, -353, 0x258b}, + {-304, -128, -545, 0x25cb}, + {-433, -128, -545, 0x2583} + } +}; + +StandTile tile_2372 = { + 0x020b00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-240, -128, -256, 0x258f}, + {-304, -128, -545, 0x2587}, + {-577, -128, -353, 0x2543} + } +}; + +StandTile tile_2373 = { + 0x020a00, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-240, -128, -256, 0x0000}, + {-240, -128, -545, 0x0000}, + {-304, -128, -545, 0x258b} + } +}; + +StandTile tile_2374 = { + 0x079702, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-476, -54, -823, 0x2597}, + {-464, 256, -721, 0x246f}, + {-464, 256, -817, 0x0000} + } +}; + +StandTile tile_2375 = { + 0x079701, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-476, -54, -823, 0x25a3}, + {-477, -54, -721, 0x0000}, + {-464, 256, -721, 0x2593} + } +}; + +StandTile tile_2376 = { + 0x079602, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-577, -128, -684, 0x259f}, + {-477, -54, -721, 0x25a3}, + {-577, -54, -721, 0x0000} + } +}; + +StandTile tile_2377 = { + 0x079601, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-577, -128, -684, 0x25af}, + {-449, -128, -684, 0x0000}, + {-477, -54, -721, 0x259b} + } +}; + +StandTile tile_2378 = { + 0x079502, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-476, -54, -823, 0x25a7}, + {-577, -54, -721, 0x259b}, + {-477, -54, -721, 0x2597} + } +}; + +StandTile tile_2379 = { + 0x079501, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-476, -54, -823, 0x0000}, + {-577, -54, -823, 0x0000}, + {-577, -54, -721, 0x25a3} + } +}; + +StandTile tile_2380 = { + 0x079402, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-449, -128, -684, 0x25af}, + {-577, -128, -545, 0x257f}, + {-449, -128, -545, 0x0000} + } +}; + +StandTile tile_2381 = { + 0x079401, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-449, -128, -684, 0x259f}, + {-577, -128, -684, 0x0000}, + {-577, -128, -545, 0x25ab} + } +}; + +StandTile tile_2382 = { + 0x078602, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-801, -128, 559, 0x25b7}, + {-673, -128, 385, 0x24ff}, + {-801, -128, 385, 0x0000} + } +}; + +StandTile tile_2383 = { + 0x078601, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-801, -128, 559, 0x0000}, + {-673, -128, 559, 0x0000}, + {-673, -128, 385, 0x25b3} + } +}; + +StandTile tile_2384 = { + 0x078502, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-657, -128, 559, 0x25bf}, + {-529, -128, 385, 0x250f}, + {-657, -128, 385, 0x0000} + } +}; + +StandTile tile_2385 = { + 0x078501, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-657, -128, 559, 0x0000}, + {-529, -128, 559, 0x0000}, + {-529, -128, 385, 0x25bb} + } +}; + +StandTile tile_2386 = { + 0x078402, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-513, -128, 559, 0x25c7}, + {-385, -128, 385, 0x2517}, + {-513, -128, 385, 0x0000} + } +}; + +StandTile tile_2387 = { + 0x078401, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-513, -128, 559, 0x0000}, + {-385, -128, 559, 0x0000}, + {-385, -128, 385, 0x25c3} + } +}; + +StandTile tile_2388 = { + 0x077f02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-304, -128, -724, 0x25cf}, + {-433, -128, -545, 0x2587}, + {-304, -128, -545, 0x0000} + } +}; + +StandTile tile_2389 = { + 0x077f01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-304, -128, -724, 0x0000}, + {-433, -128, -724, 0x0000}, + {-433, -128, -545, 0x25cb} + } +}; + +StandTile tile_2390 = { + 0x077d02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-737, -128, -724, 0x25d7}, + {-865, -128, -545, 0x256b}, + {-737, -128, -545, 0x0000} + } +}; + +StandTile tile_2391 = { + 0x077d01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-737, -128, -724, 0x0000}, + {-865, -128, -724, 0x0000}, + {-865, -128, -545, 0x25d3} + } +}; + +StandTile tile_2392 = { + 0x077c02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-593, -128, -724, 0x25df}, + {-721, -128, -545, 0x2577}, + {-593, -128, -545, 0x0000} + } +}; + +StandTile tile_2393 = { + 0x077c01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-593, -128, -724, 0x0000}, + {-721, -128, -724, 0x0000}, + {-721, -128, -545, 0x25db} + } +}; + +StandTile tile_2394 = { + 0x02ed02, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-849, -513, -353, 0x25e7}, + {-1106, -513, -433, 0x0000}, + {-1106, -513, -353, 0x25f7} + } +}; + +StandTile tile_2395 = { + 0x02ed01, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-849, -513, -353, 0x0000}, + {-849, -513, -433, 0x026d}, + {-1106, -513, -433, 0x25e3} + } +}; + +StandTile tile_2396 = { + 0x02d002, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1106, -513, 641, 0x25ef}, + {-849, -513, 721, 0x0000}, + {-849, -513, 641, 0x260b} + } +}; + +StandTile tile_2397 = { + 0x02d001, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1106, -513, 641, 0x0000}, + {-1106, -513, 721, 0x0130}, + {-849, -513, 721, 0x25eb} + } +}; + +StandTile tile_2398 = { + 0x031c00, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-801, -513, -32, 0x0000}, + {-801, -513, -353, 0x0000}, + {-849, -513, -353, 0x25f7} + } +}; + +StandTile tile_2399 = { + 0x031b00, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-801, -513, -32, 0x25f3}, + {-849, -513, -353, 0x25e3}, + {-1106, -513, -353, 0x25fb} + } +}; + +StandTile tile_2400 = { + 0x031a00, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-801, -513, -32, 0x25f7}, + {-1106, -513, -353, 0x0000}, + {-1154, -513, -353, 0x25ff} + } +}; + +StandTile tile_2401 = { + 0x031900, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1154, -513, 641, 0x2603}, + {-801, -513, -32, 0x25fb}, + {-1154, -513, -353, 0x0000} + } +}; + +StandTile tile_2402 = { + 0x031800, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-801, -513, 321, 0x2613}, + {-801, -513, -32, 0x25ff}, + {-1154, -513, 641, 0x2607} + } +}; + +StandTile tile_2403 = { + 0x031700, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1154, -513, 641, 0x0000}, + {-1106, -513, 641, 0x260b}, + {-801, -513, 321, 0x2603} + } +}; + +StandTile tile_2404 = { + 0x031600, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-801, -513, 321, 0x2607}, + {-1106, -513, 641, 0x25eb}, + {-849, -513, 641, 0x260f} + } +}; + +StandTile tile_2405 = { + 0x031500, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-849, -513, 641, 0x0000}, + {-801, -513, 641, 0x0000}, + {-801, -513, 321, 0x260b} + } +}; + +StandTile tile_2406 = { + 0x031400, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-545, -513, 0, 0x261b}, + {-801, -513, -32, 0x2603}, + {-801, -513, 321, 0x2617} + } +}; + +StandTile tile_2407 = { + 0x031300, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-801, -513, 321, 0x261f}, + {-545, -513, 288, 0x263f}, + {-545, -513, 0, 0x2613} + } +}; + +StandTile tile_2408 = { + 0x031200, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-545, -513, 0, 0x0000}, + {-545, -513, -32, 0x0000}, + {-801, -513, -32, 0x2613} + } +}; + +StandTile tile_2409 = { + 0x031100, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-801, -513, 321, 0x0000}, + {-545, -513, 321, 0x0000}, + {-545, -513, 288, 0x2617} + } +}; + +StandTile tile_2410 = { + 0x030900, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-128, -513, 321, 0x2627}, + {-481, -513, 288, 0x0000}, + {-481, -513, 321, 0x0000} + } +}; + +StandTile tile_2411 = { + 0x030a00, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-128, -513, 321, 0x0000}, + {-128, -513, 208, 0x262b}, + {-481, -513, 288, 0x2623} + } +}; + +StandTile tile_2412 = { + 0x030b00, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-481, -513, 288, 0x2627}, + {-128, -513, 208, 0x262f}, + {-481, -513, 0, 0x263b} + } +}; + +StandTile tile_2413 = { + 0x030c00, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-481, -513, 0, 0x262b}, + {-128, -513, 208, 0x2767}, + {-128, -513, 80, 0x2633} + } +}; + +StandTile tile_2414 = { + 0x030d00, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-128, -513, 80, 0x0000}, + {-128, -513, -32, 0x2637}, + {-481, -513, 0, 0x262f} + } +}; + +StandTile tile_2415 = { + 0x030e00, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-128, -513, -32, 0x0000}, + {-481, -513, -32, 0x0000}, + {-481, -513, 0, 0x2633} + } +}; + +StandTile tile_2416 = { + 0x030f00, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-481, -513, 288, 0x262b}, + {-481, -513, 0, 0x0000}, + {-545, -513, 0, 0x263f} + } +}; + +StandTile tile_2417 = { + 0x031000, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-481, -513, 288, 0x263b}, + {-545, -513, 0, 0x2617}, + {-545, -513, 288, 0x0000} + } +}; + +StandTile tile_2418 = { + 0x00c302, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {64, -128, 48, 0x2647}, + {-64, -128, 0, 0x0000}, + {-64, -128, 48, 0x2747} + } +}; + +StandTile tile_2419 = { + 0x00c301, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {64, -128, 48, 0x0000}, + {64, -128, 0, 0x266b}, + {-64, -128, 0, 0x2643} + } +}; + +StandTile tile_2420 = { + 0x037f02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-240, -128, -128, 0x264f}, + {-192, -128, -256, 0x0000}, + {-240, -128, -256, 0x253f} + } +}; + +StandTile tile_2421 = { + 0x037f01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-240, -128, -128, 0x0000}, + {-192, -128, -128, 0x2657}, + {-192, -128, -256, 0x264b} + } +}; + +StandTile tile_2422 = { + 0x01ba00, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-192, -128, 0, 0x266f}, + {0, -128, -192, 0x2657}, + {-192, -128, -128, 0x0000} + } +}; + +StandTile tile_2423 = { + 0x01b900, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-192, -128, -128, 0x2653}, + {0, -128, -192, 0x265b}, + {-192, -128, -256, 0x264f} + } +}; + +StandTile tile_2424 = { + 0x01b800, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-192, -128, -256, 0x2657}, + {0, -128, -192, 0x265f}, + {-192, -128, -385, 0x0000} + } +}; + +StandTile tile_2425 = { + 0x01b700, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-192, -128, -385, 0x265b}, + {0, -128, -192, 0x2663}, + {192, -128, -385, 0x0000} + } +}; + +StandTile tile_2426 = { + 0x01b600, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {192, -128, -385, 0x265f}, + {0, -128, -192, 0x2667}, + {192, -128, 0, 0x0000} + } +}; + +StandTile tile_2427 = { + 0x01b500, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {192, -128, 0, 0x2663}, + {0, -128, -192, 0x266b}, + {64, -128, 0, 0x0000} + } +}; + +StandTile tile_2428 = { + 0x01b400, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {64, -128, 0, 0x2667}, + {0, -128, -192, 0x266f}, + {-64, -128, 0, 0x2647} + } +}; + +StandTile tile_2429 = { + 0x01b300, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {0, -128, -192, 0x2653}, + {-192, -128, 0, 0x0000}, + {-64, -128, 0, 0x266b} + } +}; + +StandTile tile_2430 = { + 0x035702, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {321, -513, 641, 0x2677}, + {321, -481, 481, 0x26e7}, + {321, -481, 641, 0x0000} + } +}; + +StandTile tile_2431 = { + 0x035701, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {321, -513, 641, 0x275f}, + {321, -513, 481, 0x0000}, + {321, -481, 481, 0x2673} + } +}; + +StandTile tile_2432 = { + 0x035602, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {272, -449, 641, 0x267f}, + {272, -481, 481, 0x0000}, + {272, -449, 481, 0x26eb} + } +}; + +StandTile tile_2433 = { + 0x035601, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {272, -449, 641, 0x0000}, + {272, -481, 641, 0x26e3}, + {272, -481, 481, 0x267b} + } +}; + +StandTile tile_2434 = { + 0x035502, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {224, -417, 641, 0x2687}, + {224, -449, 481, 0x0000}, + {224, -417, 481, 0x26f7} + } +}; + +StandTile tile_2435 = { + 0x035501, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {224, -417, 641, 0x0000}, + {224, -449, 641, 0x26ef}, + {224, -449, 481, 0x2683} + } +}; + +StandTile tile_2436 = { + 0x035402, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {176, -385, 641, 0x268f}, + {176, -417, 481, 0x0000}, + {176, -385, 481, 0x26ff} + } +}; + +StandTile tile_2437 = { + 0x035401, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {176, -385, 641, 0x0000}, + {176, -417, 641, 0x26f3}, + {176, -417, 481, 0x268b} + } +}; + +StandTile tile_2438 = { + 0x035302, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {128, -353, 641, 0x2697}, + {128, -385, 481, 0x0000}, + {128, -353, 481, 0x2707} + } +}; + +StandTile tile_2439 = { + 0x035301, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {128, -353, 641, 0x0000}, + {128, -385, 641, 0x26fb}, + {128, -385, 481, 0x2693} + } +}; + +StandTile tile_2440 = { + 0x035202, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {80, -321, 641, 0x269f}, + {80, -353, 481, 0x0000}, + {80, -321, 481, 0x270f} + } +}; + +StandTile tile_2441 = { + 0x035201, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {80, -321, 641, 0x0000}, + {80, -353, 641, 0x2703}, + {80, -353, 481, 0x269b} + } +}; + +StandTile tile_2442 = { + 0x035102, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-80, -288, 481, 0x26a7}, + {80, -321, 481, 0x0000}, + {80, -288, 481, 0x2717} + } +}; + +StandTile tile_2443 = { + 0x035101, 0x08, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-80, -288, 481, 0x0000}, + {-80, -321, 481, 0x270b}, + {80, -321, 481, 0x26a3} + } +}; + +StandTile tile_2444 = { + 0x035002, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-80, -256, 433, 0x26af}, + {80, -288, 433, 0x0000}, + {80, -256, 433, 0x271f} + } +}; + +StandTile tile_2445 = { + 0x035001, 0x08, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-80, -256, 433, 0x0000}, + {-80, -288, 433, 0x2713}, + {80, -288, 433, 0x26ab} + } +}; + +StandTile tile_2446 = { + 0x034f02, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-80, -224, 385, 0x26b7}, + {80, -256, 385, 0x0000}, + {80, -224, 385, 0x2727} + } +}; + +StandTile tile_2447 = { + 0x034f01, 0x08, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-80, -224, 385, 0x0000}, + {-80, -256, 385, 0x271b}, + {80, -256, 385, 0x26b3} + } +}; + +StandTile tile_2448 = { + 0x034e02, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-80, -192, 337, 0x26bf}, + {80, -224, 337, 0x0000}, + {80, -192, 337, 0x272f} + } +}; + +StandTile tile_2449 = { + 0x034e01, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-80, -192, 337, 0x0000}, + {-80, -224, 337, 0x2723}, + {80, -224, 337, 0x26bb} + } +}; + +StandTile tile_2450 = { + 0x034d02, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {80, -192, 288, 0x26c7}, + {-80, -160, 288, 0x0000}, + {-80, -192, 288, 0x272b} + } +}; + +StandTile tile_2451 = { + 0x034d01, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {80, -192, 288, 0x0000}, + {80, -160, 288, 0x2737}, + {-80, -160, 288, 0x26c3} + } +}; + +StandTile tile_2452 = { + 0x034b02, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {80, -160, 240, 0x26cf}, + {-80, -128, 240, 0x0000}, + {-80, -160, 240, 0x2733} + } +}; + +StandTile tile_2453 = { + 0x034b01, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {80, -160, 240, 0x0000}, + {80, -128, 240, 0x273b}, + {-80, -128, 240, 0x26cb} + } +}; + +StandTile tile_2454 = { + 0x011d00, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {385, -128, -64, 0x0000}, + {353, -128, -64, 0x0000}, + {353, -128, 48, 0x26df} + } +}; + +StandTile tile_2455 = { + 0x011c00, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {737, -128, 48, 0x0000}, + {737, -128, -64, 0x0000}, + {705, -128, -64, 0x26db} + } +}; + +StandTile tile_2456 = { + 0x011b00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {385, -128, -64, 0x26df}, + {737, -128, 48, 0x26d7}, + {705, -128, -64, 0x27ef} + } +}; + +StandTile tile_2457 = { + 0x011a00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {353, -128, 48, 0x273f}, + {737, -128, 48, 0x26db}, + {385, -128, -64, 0x26d3} + } +}; + +StandTile tile_2458 = { + 0x034702, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {272, -481, 641, 0x26e7}, + {321, -481, 481, 0x0000}, + {272, -481, 481, 0x267f} + } +}; + +StandTile tile_2459 = { + 0x034701, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {272, -481, 641, 0x0000}, + {321, -481, 641, 0x2673}, + {321, -481, 481, 0x26e3} + } +}; + +StandTile tile_2460 = { + 0x034602, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {272, -449, 481, 0x26ef}, + {224, -449, 641, 0x0000}, + {272, -449, 641, 0x267b} + } +}; + +StandTile tile_2461 = { + 0x034601, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {272, -449, 481, 0x0000}, + {224, -449, 481, 0x2687}, + {224, -449, 641, 0x26eb} + } +}; + +StandTile tile_2462 = { + 0x034502, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {224, -417, 641, 0x26f7}, + {176, -417, 481, 0x268f}, + {176, -417, 641, 0x0000} + } +}; + +StandTile tile_2463 = { + 0x034501, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {224, -417, 641, 0x2683}, + {224, -417, 481, 0x0000}, + {176, -417, 481, 0x26f3} + } +}; + +StandTile tile_2464 = { + 0x034402, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {176, -385, 641, 0x26ff}, + {128, -385, 481, 0x2697}, + {128, -385, 641, 0x0000} + } +}; + +StandTile tile_2465 = { + 0x034401, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {176, -385, 641, 0x268b}, + {176, -385, 481, 0x0000}, + {128, -385, 481, 0x26fb} + } +}; + +StandTile tile_2466 = { + 0x034302, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {128, -353, 641, 0x2707}, + {80, -353, 481, 0x269f}, + {80, -353, 641, 0x0000} + } +}; + +StandTile tile_2467 = { + 0x034301, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {128, -353, 641, 0x2693}, + {128, -353, 481, 0x0000}, + {80, -353, 481, 0x2703} + } +}; + +StandTile tile_2468 = { + 0x034202, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-80, -321, 641, 0x270f}, + {80, -321, 481, 0x26a7}, + {-80, -321, 481, 0x0000} + } +}; + +StandTile tile_2469 = { + 0x034201, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-80, -321, 641, 0x0000}, + {80, -321, 641, 0x269b}, + {80, -321, 481, 0x270b} + } +}; + +StandTile tile_2470 = { + 0x034102, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-80, -288, 481, 0x2717}, + {80, -288, 433, 0x26af}, + {-80, -288, 433, 0x0000} + } +}; + +StandTile tile_2471 = { + 0x034101, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-80, -288, 481, 0x26a3}, + {80, -288, 481, 0x0000}, + {80, -288, 433, 0x2713} + } +}; + +StandTile tile_2472 = { + 0x034002, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-80, -256, 433, 0x271f}, + {80, -256, 385, 0x26b7}, + {-80, -256, 385, 0x0000} + } +}; + +StandTile tile_2473 = { + 0x034001, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-80, -256, 433, 0x26ab}, + {80, -256, 433, 0x0000}, + {80, -256, 385, 0x271b} + } +}; + +StandTile tile_2474 = { + 0x033f02, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-80, -224, 385, 0x2727}, + {80, -224, 337, 0x26bf}, + {-80, -224, 337, 0x0000} + } +}; + +StandTile tile_2475 = { + 0x033f01, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-80, -224, 385, 0x26b3}, + {80, -224, 385, 0x0000}, + {80, -224, 337, 0x2723} + } +}; + +StandTile tile_2476 = { + 0x033e02, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-80, -192, 337, 0x272f}, + {80, -192, 288, 0x26c3}, + {-80, -192, 288, 0x0000} + } +}; + +StandTile tile_2477 = { + 0x033e01, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-80, -192, 337, 0x26bb}, + {80, -192, 337, 0x0000}, + {80, -192, 288, 0x272b} + } +}; + +StandTile tile_2478 = { + 0x033d02, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-80, -160, 288, 0x2737}, + {80, -160, 240, 0x26cb}, + {-80, -160, 240, 0x0000} + } +}; + +StandTile tile_2479 = { + 0x033d01, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-80, -160, 288, 0x26c7}, + {80, -160, 288, 0x0000}, + {80, -160, 240, 0x2733} + } +}; + +StandTile tile_2480 = { + 0x033c00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-80, -128, 240, 0x26cf}, + {80, -128, 240, 0x2743}, + {-80, -128, 48, 0x0000} + } +}; + +StandTile tile_2481 = { + 0x033b00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {353, -128, 48, 0x2747}, + {737, -128, 240, 0x0000}, + {737, -128, 48, 0x26df} + } +}; + +StandTile tile_2482 = { + 0x033a02, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {737, -128, 240, 0x2747}, + {-80, -128, 48, 0x273b}, + {80, -128, 240, 0x0000} + } +}; + +StandTile tile_2483 = { + 0x033a01, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {737, -128, 240, 0x273f}, + {353, -128, 48, 0x0000}, + {64, -128, 48, 0x2643}, + {-64, -128, 48, 0x0000}, + {-80, -128, 48, 0x2743} + } +}; + +StandTile tile_2484 = { + 0x075a02, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, 48, 0x2751}, + {-80, -513, 240, 0x0000}, + {80, -513, 240, 0x2757} + } +}; + +StandTile tile_2485 = { + 0x075a01, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {353, -513, 48, 0x0000}, + {-80, -513, 48, 0x0000}, + {-80, -513, 80, 0x2763}, + {-80, -513, 208, 0x0000}, + {-80, -513, 240, 0x274d} + } +}; + +StandTile tile_2486 = { + 0x075900, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, 48, 0x274d}, + {80, -513, 240, 0x0000}, + {80, -513, 481, 0x275b} + } +}; + +StandTile tile_2487 = { + 0x075800, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, 48, 0x2757}, + {80, -513, 481, 0x0000}, + {321, -513, 481, 0x277f} + } +}; + +StandTile tile_2488 = { + 0x075700, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, 641, 0x2783}, + {321, -513, 481, 0x2677}, + {321, -513, 641, 0x0000} + } +}; + +StandTile tile_2489 = { + 0x074502, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-128, -513, 80, 0x2767}, + {-80, -513, 208, 0x2751}, + {-80, -513, 80, 0x0000} + } +}; + +StandTile tile_2490 = { + 0x074501, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-128, -513, 80, 0x262f}, + {-128, -513, 208, 0x0000}, + {-80, -513, 208, 0x2763} + } +}; + +StandTile tile_2491 = { + 0x01f900, 0x08, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {385, -513, -64, 0x276f}, + {353, -513, 48, 0x2773}, + {705, -513, -64, 0x27a7} + } +}; + +StandTile tile_2492 = { + 0x01f800, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {385, -513, -64, 0x0000}, + {353, -513, -64, 0x0000}, + {353, -513, 48, 0x276b} + } +}; + +StandTile tile_2493 = { + 0x01f700, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, 48, 0x277b}, + {737, -513, 48, 0x2777}, + {705, -513, -64, 0x276b} + } +}; + +StandTile tile_2494 = { + 0x01f600, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {737, -513, 48, 0x0000}, + {737, -513, -64, 0x0000}, + {705, -513, -64, 0x2773} + } +}; + +StandTile tile_2495 = { + 0x01f500, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {737, -513, 48, 0x2773}, + {353, -513, 48, 0x277f}, + {737, -513, 433, 0x0000} + } +}; + +StandTile tile_2496 = { + 0x01f400, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, 48, 0x275b}, + {321, -513, 481, 0x2787}, + {737, -513, 433, 0x277b} + } +}; + +StandTile tile_2497 = { + 0x01ee00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {737, -513, 561, 0x2787}, + {321, -513, 481, 0x275f}, + {353, -513, 641, 0x278b} + } +}; + +StandTile tile_2498 = { + 0x01ed00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {737, -513, 433, 0x277f}, + {321, -513, 481, 0x2783}, + {737, -513, 561, 0x2409} + } +}; + +StandTile tile_2499 = { + 0x01ec00, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, 641, 0x278f}, + {385, -513, 769, 0x2793}, + {737, -513, 561, 0x2783} + } +}; + +StandTile tile_2500 = { + 0x01eb00, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, 641, 0x0000}, + {353, -513, 769, 0x0000}, + {385, -513, 769, 0x278b} + } +}; + +StandTile tile_2501 = { + 0x01ea00, 0x08, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {385, -513, 769, 0x279b}, + {705, -513, 769, 0x2797}, + {737, -513, 561, 0x278b} + } +}; + +StandTile tile_2502 = { + 0x01e900, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {705, -513, 769, 0x0000}, + {737, -513, 769, 0x0000}, + {737, -513, 561, 0x2793} + } +}; + +StandTile tile_2503 = { + 0x01e800, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {385, -513, 769, 0x279f}, + {705, -513, 817, 0x0000}, + {705, -513, 769, 0x2793} + } +}; + +StandTile tile_2504 = { + 0x01e700, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {385, -513, 769, 0x0000}, + {385, -513, 817, 0x2833}, + {705, -513, 817, 0x279b} + } +}; + +StandTile tile_2505 = { + 0x01fb00, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {385, -513, -112, 0x27a7}, + {705, -513, -64, 0x0000}, + {705, -513, -112, 0x27bf} + } +}; + +StandTile tile_2506 = { + 0x01fa00, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {385, -513, -112, 0x0000}, + {385, -513, -64, 0x276b}, + {705, -513, -64, 0x27a3} + } +}; + +StandTile tile_2507 = { + 0x039402, 0x07, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {673, -513, -385, 0x27af}, + {417, -513, -433, 0x0000}, + {417, -513, -385, 0x27bb} + } +}; + +StandTile tile_2508 = { + 0x039401, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {673, -513, -385, 0x0000}, + {673, -513, -433, 0x0285}, + {417, -513, -433, 0x27ab} + } +}; + +StandTile tile_2509 = { + 0x01fd00, 0x07, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, -385, 0x0000}, + {353, -513, -112, 0x0000}, + {385, -513, -112, 0x27b7} + } +}; + +StandTile tile_2510 = { + 0x01fe00, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, -385, 0x27b3}, + {385, -513, -112, 0x27bf}, + {417, -513, -385, 0x0000} + } +}; + +StandTile tile_2511 = { + 0x020100, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {417, -513, -385, 0x27bf}, + {705, -513, -112, 0x27c3}, + {673, -513, -385, 0x27ab} + } +}; + +StandTile tile_2512 = { + 0x01ff00, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {417, -513, -385, 0x27b7}, + {385, -513, -112, 0x27a3}, + {705, -513, -112, 0x27bb} + } +}; + +StandTile tile_2513 = { + 0x020000, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {705, -513, -112, 0x27c7}, + {737, -513, -385, 0x0000}, + {673, -513, -385, 0x27bb} + } +}; + +StandTile tile_2514 = { + 0x01fc00, 0x07, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {705, -513, -112, 0x0000}, + {737, -513, -112, 0x0000}, + {737, -513, -385, 0x27c3} + } +}; + +StandTile tile_2515 = { + 0x012602, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {673, -128, -385, 0x27cf}, + {417, -128, -433, 0x0000}, + {417, -128, -385, 0x27df} + } +}; + +StandTile tile_2516 = { + 0x012601, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {673, -128, -385, 0x0000}, + {673, -128, -433, 0x02bd}, + {417, -128, -433, 0x27cb} + } +}; + +StandTile tile_2517 = { + 0x012500, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {737, -128, -385, 0x27d7}, + {705, -128, -112, 0x0000}, + {737, -128, -112, 0x0000} + } +}; + +StandTile tile_2518 = { + 0x012400, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {737, -128, -385, 0x0000}, + {673, -128, -385, 0x27db}, + {705, -128, -112, 0x27d3} + } +}; + +StandTile tile_2519 = { + 0x012300, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {673, -128, -385, 0x27df}, + {385, -128, -112, 0x27eb}, + {705, -128, -112, 0x27d7} + } +}; + +StandTile tile_2520 = { + 0x012200, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -128, -385, 0x27e3}, + {385, -128, -112, 0x27db}, + {673, -128, -385, 0x27cb} + } +}; + +StandTile tile_2521 = { + 0x012100, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {417, -128, -385, 0x0000}, + {353, -128, -385, 0x27e7}, + {385, -128, -112, 0x27df} + } +}; + +StandTile tile_2522 = { + 0x012000, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {353, -128, -385, 0x0000}, + {353, -128, -112, 0x0000}, + {385, -128, -112, 0x27e3} + } +}; + +StandTile tile_2523 = { + 0x011f00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {705, -128, -112, 0x27db}, + {385, -128, -112, 0x0000}, + {385, -128, -64, 0x27ef} + } +}; + +StandTile tile_2524 = { + 0x011e00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {705, -128, -64, 0x0000}, + {705, -128, -112, 0x27eb}, + {385, -128, -64, 0x26db} + } +}; + +StandTile tile_2525 = { + 0x039502, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {304, -513, 1058, 0x27f7}, + {353, -513, 929, 0x0000}, + {304, -513, 929, 0x284f} + } +}; + +StandTile tile_2526 = { + 0x039501, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {304, -513, 1058, 0x0000}, + {353, -513, 1058, 0x282f}, + {353, -513, 929, 0x27f3} + } +}; + +StandTile tile_2527 = { + 0x01d700, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, 1218, 0x0000}, + {353, -513, 1571, 0x0000}, + {385, -513, 1571, 0x2803} + } +}; + +StandTile tile_2528 = { + 0x01d800, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {865, -513, 1571, 0x0000}, + {865, -513, 1218, 0x2807}, + {705, -513, 1571, 0x0000} + } +}; + +StandTile tile_2529 = { + 0x01db00, 0x05, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {385, -513, 1218, 0x0000}, + {353, -513, 1218, 0x27fb}, + {385, -513, 1571, 0x280f} + } +}; + +StandTile tile_2530 = { + 0x01d900, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {865, -513, 1218, 0x0000}, + {833, -513, 1218, 0x280b}, + {705, -513, 1571, 0x27ff} + } +}; + +StandTile tile_2531 = { + 0x01da00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {705, -513, 1571, 0x2807}, + {833, -513, 1218, 0x280f}, + {385, -513, 1571, 0x28ef} + } +}; + +StandTile tile_2532 = { + 0x01dc00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {385, -513, 1218, 0x2803}, + {385, -513, 1571, 0x280b}, + {833, -513, 1218, 0x2813} + } +}; + +StandTile tile_2533 = { + 0x01dd00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {833, -513, 1218, 0x2817}, + {385, -513, 1170, 0x0000}, + {385, -513, 1218, 0x280f} + } +}; + +StandTile tile_2534 = { + 0x01de00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {833, -513, 1218, 0x0000}, + {833, -513, 1170, 0x2827}, + {385, -513, 1170, 0x2813} + } +}; + +StandTile tile_2535 = { + 0x01df00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, 1058, 0x0000}, + {353, -513, 1170, 0x0000}, + {385, -513, 1170, 0x282b} + } +}; + +StandTile tile_2536 = { + 0x01e000, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {833, -513, 1170, 0x0000}, + {865, -513, 1170, 0x0000}, + {865, -513, 817, 0x2823} + } +}; + +StandTile tile_2537 = { + 0x01e100, 0x05, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {865, -513, 817, 0x0000}, + {705, -513, 817, 0x2827}, + {833, -513, 1170, 0x281f} + } +}; + +StandTile tile_2538 = { + 0x01e200, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {833, -513, 1170, 0x2823}, + {705, -513, 817, 0x282b}, + {385, -513, 1170, 0x2817} + } +}; + +StandTile tile_2539 = { + 0x01e300, 0x05, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {705, -513, 817, 0x282f}, + {353, -513, 1058, 0x281b}, + {385, -513, 1170, 0x2827} + } +}; + +StandTile tile_2540 = { + 0x01e400, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, 929, 0x27f7}, + {353, -513, 1058, 0x282b}, + {705, -513, 817, 0x2833} + } +}; + +StandTile tile_2541 = { + 0x01e600, 0x05, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {385, -513, 817, 0x2837}, + {353, -513, 929, 0x282f}, + {705, -513, 817, 0x279f} + } +}; + +StandTile tile_2542 = { + 0x01e500, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {385, -513, 817, 0x0000}, + {353, -513, 817, 0x0000}, + {353, -513, 929, 0x2833} + } +}; + +StandTile tile_2543 = { + 0x024f00, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-240, -513, 1554, 0x285f}, + {-208, -513, 1202, 0x283f}, + {-705, -513, 1218, 0x2887} + } +}; + +StandTile tile_2544 = { + 0x024e00, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-705, -513, 1218, 0x283b}, + {-208, -513, 1202, 0x2843}, + {-705, -513, 1170, 0x0000} + } +}; + +StandTile tile_2545 = { + 0x024d00, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-705, -513, 1170, 0x283f}, + {-208, -513, 1202, 0x2847}, + {-240, -513, 833, 0x2863} + } +}; + +StandTile tile_2546 = { + 0x024c00, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-208, -513, 1202, 0x284b}, + {-192, -513, 833, 0x0000}, + {-240, -513, 833, 0x2843} + } +}; + +StandTile tile_2547 = { + 0x024b00, 0x04, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-208, -513, 1202, 0x2853}, + {304, -513, 1058, 0x284f}, + {-192, -513, 833, 0x2847} + } +}; + +StandTile tile_2548 = { + 0x024a00, 0x04, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {304, -513, 1058, 0x27f3}, + {304, -513, 929, 0x2877}, + {-192, -513, 833, 0x284b} + } +}; + +StandTile tile_2549 = { + 0x024900, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {304, -513, 1058, 0x284b}, + {-208, -513, 1202, 0x2857}, + {288, -513, 1170, 0x2873} + } +}; + +StandTile tile_2550 = { + 0x024800, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {288, -513, 1170, 0x2853}, + {-208, -513, 1202, 0x285b}, + {288, -513, 1218, 0x0000} + } +}; + +StandTile tile_2551 = { + 0x024700, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {288, -513, 1218, 0x2857}, + {-208, -513, 1202, 0x285f}, + {-192, -513, 1554, 0x2867} + } +}; + +StandTile tile_2552 = { + 0x024600, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-192, -513, 1554, 0x285b}, + {-208, -513, 1202, 0x283b}, + {-240, -513, 1554, 0x0000} + } +}; + +StandTile tile_2553 = { + 0x024500, 0x04, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-240, -513, 833, 0x287f}, + {-721, -513, 817, 0x2883}, + {-705, -513, 1170, 0x2843} + } +}; + +StandTile tile_2554 = { + 0x024400, 0x04, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {304, -513, 1571, 0x286f}, + {288, -513, 1218, 0x285b}, + {-192, -513, 1554, 0x286b} + } +}; + +StandTile tile_2555 = { + 0x024300, 0x04, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-192, -513, 1554, 0x0000}, + {-192, -513, 1571, 0x0000}, + {304, -513, 1571, 0x2867} + } +}; + +StandTile tile_2556 = { + 0x024200, 0x04, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {304, -513, 1571, 0x0000}, + {304, -513, 1218, 0x0000}, + {288, -513, 1218, 0x2867} + } +}; + +StandTile tile_2557 = { + 0x024100, 0x04, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {288, -513, 1170, 0x0000}, + {304, -513, 1170, 0x0000}, + {304, -513, 1058, 0x2853} + } +}; + +StandTile tile_2558 = { + 0x024000, 0x04, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-192, -513, 833, 0x284f}, + {304, -513, 929, 0x0000}, + {304, -513, 817, 0x287b} + } +}; + +StandTile tile_2559 = { + 0x023f00, 0x04, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {304, -513, 817, 0x0000}, + {-192, -513, 817, 0x0000}, + {-192, -513, 833, 0x2877} + } +}; + +StandTile tile_2560 = { + 0x023e00, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-240, -513, 833, 0x0000}, + {-240, -513, 817, 0x0000}, + {-721, -513, 817, 0x2863} + } +}; + +StandTile tile_2561 = { + 0x023d00, 0x04, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-721, -513, 817, 0x0000}, + {-721, -513, 1170, 0x0000}, + {-705, -513, 1170, 0x2863} + } +}; + +StandTile tile_2562 = { + 0x023c00, 0x04, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-721, -513, 1571, 0x288b}, + {-240, -513, 1554, 0x283b}, + {-705, -513, 1218, 0x288f} + } +}; + +StandTile tile_2563 = { + 0x023b00, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-240, -513, 1554, 0x2887}, + {-721, -513, 1571, 0x0000}, + {-240, -513, 1571, 0x0000} + } +}; + +StandTile tile_2564 = { + 0x023a00, 0x04, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-705, -513, 1218, 0x0000}, + {-721, -513, 1218, 0x0000}, + {-721, -513, 1571, 0x2887} + } +}; + +StandTile tile_2565 = { + 0x076202, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1058, -513, 1619, 0x2897}, + {1202, -513, 1603, 0x245f}, + {1074, -513, 1603, 0x0000} + } +}; + +StandTile tile_2566 = { + 0x076201, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1058, -513, 1619, 0x28c7}, + {1218, -513, 1619, 0x0000}, + {1202, -513, 1603, 0x2893} + } +}; + +StandTile tile_2567 = { + 0x074602, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {497, -513, 2244, 0x289f}, + {625, -513, 2292, 0x0000}, + {625, -513, 2244, 0x28bb} + } +}; + +StandTile tile_2568 = { + 0x074601, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {497, -513, 2244, 0x0000}, + {497, -513, 2292, 0x0158}, + {625, -513, 2292, 0x289b} + } +}; + +StandTile tile_2569 = { + 0x01c300, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {0, -513, 2212, 0x28f7}, + {256, -513, 2244, 0x28a7}, + {0, -513, 1891, 0x2917} + } +}; + +StandTile tile_2570 = { + 0x01c200, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {0, -513, 1891, 0x28a3}, + {256, -513, 2244, 0x28af}, + {353, -513, 1859, 0x28ab} + } +}; + +StandTile tile_2571 = { + 0x01c100, 0x03, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, 1859, 0x0000}, + {0, -513, 1859, 0x0000}, + {0, -513, 1891, 0x28a7} + } +}; + +StandTile tile_2572 = { + 0x01c600, 0x03, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {497, -513, 2244, 0x28b3}, + {353, -513, 1859, 0x28a7}, + {256, -513, 2244, 0x0000} + } +}; + +StandTile tile_2573 = { + 0x01c700, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {705, -513, 1891, 0x28df}, + {353, -513, 1859, 0x28af}, + {497, -513, 2244, 0x28bb} + } +}; + +StandTile tile_2574 = { + 0x01c900, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {753, -513, 1891, 0x0000}, + {705, -513, 1891, 0x28bb}, + {625, -513, 2244, 0x28bf} + } +}; + +StandTile tile_2575 = { + 0x01c800, 0x03, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {705, -513, 1891, 0x28b3}, + {497, -513, 2244, 0x289b}, + {625, -513, 2244, 0x28b7} + } +}; + +StandTile tile_2576 = { + 0x01ca00, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {753, -513, 1891, 0x28b7}, + {625, -513, 2244, 0x0000}, + {1346, -513, 2244, 0x28c3} + } +}; + +StandTile tile_2577 = { + 0x01cb00, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1346, -513, 1619, 0x28cb}, + {753, -513, 1891, 0x28bf}, + {1346, -513, 2244, 0x0000} + } +}; + +StandTile tile_2578 = { + 0x01ce00, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1218, -513, 1619, 0x2897}, + {1058, -513, 1619, 0x28d3}, + {753, -513, 1843, 0x28cf} + } +}; + +StandTile tile_2579 = { + 0x01cc00, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1346, -513, 1619, 0x0000}, + {1218, -513, 1619, 0x28cf}, + {753, -513, 1891, 0x28c3} + } +}; + +StandTile tile_2580 = { + 0x01cd00, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1218, -513, 1619, 0x28c7}, + {753, -513, 1843, 0x0000}, + {753, -513, 1891, 0x28cb} + } +}; + +StandTile tile_2581 = { + 0x01cf00, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {753, -513, 1843, 0x28c7}, + {1058, -513, 1619, 0x0000}, + {705, -513, 1619, 0x28d7} + } +}; + +StandTile tile_2582 = { + 0x01d000, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {705, -513, 1843, 0x0000}, + {753, -513, 1843, 0x28d3}, + {705, -513, 1619, 0x28db} + } +}; + +StandTile tile_2583 = { + 0x01d100, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {705, -513, 1843, 0x28d7}, + {705, -513, 1619, 0x28eb}, + {385, -513, 1619, 0x28e3} + } +}; + +StandTile tile_2584 = { + 0x01d300, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {705, -513, 1891, 0x28e3}, + {385, -513, 1619, 0x28e7}, + {353, -513, 1859, 0x28b3} + } +}; + +StandTile tile_2585 = { + 0x01d200, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {705, -513, 1891, 0x0000}, + {705, -513, 1843, 0x28db}, + {385, -513, 1619, 0x28df} + } +}; + +StandTile tile_2586 = { + 0x01d400, 0x03, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {353, -513, 1859, 0x28df}, + {385, -513, 1619, 0x0000}, + {353, -513, 1619, 0x0000} + } +}; + +StandTile tile_2587 = { + 0x01d500, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {705, -513, 1619, 0x28ef}, + {385, -513, 1571, 0x0000}, + {385, -513, 1619, 0x28db} + } +}; + +StandTile tile_2588 = { + 0x01d600, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {705, -513, 1619, 0x0000}, + {705, -513, 1571, 0x280b}, + {385, -513, 1571, 0x28eb} + } +}; + +StandTile tile_2589 = { + 0x01c500, 0x02, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {256, -513, 2500, 0x0000}, + {256, -513, 2244, 0x28f7}, + {0, -513, 2500, 0x28fb} + } +}; + +StandTile tile_2590 = { + 0x01c400, 0x02, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {0, -513, 2500, 0x28f3}, + {256, -513, 2244, 0x28a3}, + {0, -513, 2212, 0x0000} + } +}; + +StandTile tile_2591 = { + 0x074702, 0x02, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {0, -513, 2500, 0x28ff}, + {256, -513, 2564, 0x0000}, + {256, -513, 2500, 0x28f3} + } +}; + +StandTile tile_2592 = { + 0x074701, 0x02, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {0, -513, 2500, 0x0000}, + {0, -513, 2564, 0x0050}, + {256, -513, 2564, 0x28fb} + } +}; + +StandTile tile_2593 = { + 0x01bb00, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-48, -513, 2244, 0x0000}, + {-48, -513, 2212, 0x2907}, + {-481, -513, 2244, 0x0000} + } +}; + +StandTile tile_2594 = { + 0x01bc00, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-481, -513, 2244, 0x2903}, + {-48, -513, 2212, 0x290b}, + {-481, -513, 1859, 0x0000} + } +}; + +StandTile tile_2595 = { + 0x01bd00, 0x01, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-481, -513, 1859, 0x2907}, + {-48, -513, 2212, 0x2913}, + {-48, -513, 1891, 0x290f} + } +}; + +StandTile tile_2596 = { + 0x01be00, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-48, -513, 1891, 0x0000}, + {-48, -513, 1859, 0x0000}, + {-481, -513, 1859, 0x290b} + } +}; + +StandTile tile_2597 = { + 0x01bf00, 0x01, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-48, -513, 2212, 0x2917}, + {0, -513, 1891, 0x0000}, + {-48, -513, 1891, 0x290b} + } +}; + +StandTile tile_2598 = { + 0x01c000, 0x01, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-48, -513, 2212, 0x0000}, + {0, -513, 2212, 0x28a3}, + {0, -513, 1891, 0x2913} + } +}; + +StandTile tile_2599 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_ash_all_p_stanZ.c b/assets/obseg/stan/Tbg_ash_all_p_stanZ.c new file mode 100644 index 0000000..f9c703b --- /dev/null +++ b/assets/obseg/stan/Tbg_ash_all_p_stanZ.c @@ -0,0 +1,6375 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:11 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_ash_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x03af02, 0x5c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-455, -227, -2500, 0x0014}, + {-644, -227, -2386, 0x0000}, + {-455, -227, -2386, 0x001c} + } +}; + +StandTile tile_1 = { + 0x03af01, 0x5c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-455, -227, -2500, 0x0000}, + {-644, -227, -2500, 0x02b8}, + {-644, -227, -2386, 0x0010} + } +}; + +StandTile tile_2 = { + 0x03b002, 0x5b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -2500, 0x001c}, + {-455, -227, -2386, 0x0024}, + {-341, -227, -2386, 0x0000} + } +}; + +StandTile tile_3 = { + 0x03b001, 0x5b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -2500, 0x0000}, + {-455, -227, -2500, 0x0010}, + {-455, -227, -2386, 0x0018} + } +}; + +StandTile tile_4 = { + 0x03b102, 0x5a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -2386, 0x0024}, + {-455, -227, -1856, 0x002c}, + {-341, -227, -1856, 0x0000} + } +}; + +StandTile tile_5 = { + 0x03b101, 0x5a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -2386, 0x0018}, + {-455, -227, -2386, 0x0000}, + {-455, -227, -1856, 0x0020} + } +}; + +StandTile tile_6 = { + 0x03b202, 0x59, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -1856, 0x002c}, + {-455, -227, -1705, 0x0000}, + {-341, -227, -1705, 0x0034} + } +}; + +StandTile tile_7 = { + 0x03b201, 0x59, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -1856, 0x0020}, + {-455, -227, -1856, 0x0000}, + {-455, -227, -1705, 0x0028} + } +}; + +StandTile tile_8 = { + 0x03b302, 0x58, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -1856, 0x0034}, + {-341, -227, -1705, 0x0000}, + {-152, -227, -1705, 0x0188} + } +}; + +StandTile tile_9 = { + 0x03b301, 0x58, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -1856, 0x0000}, + {-341, -227, -1856, 0x0028}, + {-341, -227, -1705, 0x0030} + } +}; + +StandTile tile_10 = { + 0x050500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1780, 0x003c}, + {341, -227, -1553, 0x0074}, + {341, -227, -1780, 0x006c} + } +}; + +StandTile tile_11 = { + 0x050400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1780, 0x0064}, + {114, -227, -1553, 0x0040}, + {341, -227, -1553, 0x0038} + } +}; + +StandTile tile_12 = { + 0x050300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1477, 0x0000}, + {341, -227, -1553, 0x003c}, + {114, -227, -1553, 0x0044} + } +}; + +StandTile tile_13 = { + 0x050200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1553, 0x0000}, + {114, -227, -1477, 0x0048}, + {341, -227, -1477, 0x0040} + } +}; + +StandTile tile_14 = { + 0x050100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1477, 0x004c}, + {341, -227, -1250, 0x00c8}, + {341, -227, -1477, 0x0044} + } +}; + +StandTile tile_15 = { + 0x050000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1477, 0x005c}, + {114, -227, -1250, 0x0054}, + {341, -227, -1250, 0x0048} + } +}; + +StandTile tile_16 = { + 0x04ff00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1174, 0x0058}, + {341, -227, -1174, 0x0054}, + {114, -227, -1250, 0x0000} + } +}; + +StandTile tile_17 = { + 0x04fe00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1174, 0x0000}, + {341, -227, -1250, 0x004c}, + {114, -227, -1250, 0x0050} + } +}; + +StandTile tile_18 = { + 0x04fd00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -947, 0x00c4}, + {341, -227, -1174, 0x0050}, + {114, -227, -1174, 0x00b4} + } +}; + +StandTile tile_19 = { + 0x04fc00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1250, 0x004c}, + {114, -227, -1477, 0x0060}, + {38, -227, -1250, 0x0000} + } +}; + +StandTile tile_20 = { + 0x04fb00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1477, 0x0000}, + {38, -227, -1477, 0x0178}, + {38, -227, -1250, 0x005c} + } +}; + +StandTile tile_21 = { + 0x04fa00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1780, 0x0068}, + {38, -227, -1553, 0x0000}, + {114, -227, -1553, 0x003c} + } +}; + +StandTile tile_22 = { + 0x04f900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1780, 0x0000}, + {38, -227, -1780, 0x0184}, + {38, -227, -1553, 0x0064} + } +}; + +StandTile tile_23 = { + 0x04f800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1856, 0x0070}, + {114, -227, -1780, 0x0038}, + {341, -227, -1780, 0x0000} + } +}; + +StandTile tile_24 = { + 0x04f700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1856, 0x01a0}, + {114, -227, -1856, 0x0000}, + {114, -227, -1780, 0x006c} + } +}; + +StandTile tile_25 = { + 0x04f500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1553, 0x0078}, + {417, -227, -1780, 0x0000}, + {341, -227, -1780, 0x0038} + } +}; + +StandTile tile_26 = { + 0x04f400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1553, 0x0000}, + {417, -227, -1553, 0x0084}, + {417, -227, -1780, 0x0074} + } +}; + +StandTile tile_27 = { + 0x04f300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1780, 0x0084}, + {568, -227, -1780, 0x0080}, + {417, -227, -1856, 0x0000} + } +}; + +StandTile tile_28 = { + 0x04f200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1780, 0x0000}, + {568, -227, -1856, 0x01ac}, + {417, -227, -1856, 0x007c} + } +}; + +StandTile tile_29 = { + 0x04f100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1553, 0x0088}, + {568, -227, -1780, 0x007c}, + {417, -227, -1780, 0x0078} + } +}; + +StandTile tile_30 = { + 0x04f000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1553, 0x008c}, + {568, -227, -1780, 0x0084}, + {417, -227, -1553, 0x00d0} + } +}; + +StandTile tile_31 = { + 0x04ef00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1553, 0x0000}, + {644, -227, -1553, 0x0090}, + {568, -227, -1780, 0x0088} + } +}; + +StandTile tile_32 = { + 0x04ee00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1553, 0x0094}, + {644, -227, -1780, 0x0000}, + {568, -227, -1780, 0x008c} + } +}; + +StandTile tile_33 = { + 0x04ed00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1553, 0x0098}, + {644, -227, -1780, 0x0090}, + {644, -227, -1553, 0x00ac} + } +}; + +StandTile tile_34 = { + 0x04ec00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1553, 0x00a4}, + {871, -227, -1780, 0x009c}, + {644, -227, -1780, 0x0094} + } +}; + +StandTile tile_35 = { + 0x04eb00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1780, 0x0098}, + {871, -227, -1780, 0x00a0}, + {644, -227, -1856, 0x0000} + } +}; + +StandTile tile_36 = { + 0x04ea00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1780, 0x0000}, + {871, -227, -1856, 0x01bc}, + {644, -227, -1856, 0x009c} + } +}; + +StandTile tile_37 = { + 0x04e900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1780, 0x0098}, + {871, -227, -1553, 0x00a8}, + {947, -227, -1780, 0x0000} + } +}; + +StandTile tile_38 = { + 0x04e800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1553, 0x0000}, + {947, -227, -1553, 0x01d4}, + {947, -227, -1780, 0x00a4} + } +}; + +StandTile tile_39 = { + 0x04e700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1553, 0x00b0}, + {871, -227, -1477, 0x0000}, + {871, -227, -1553, 0x0094} + } +}; + +StandTile tile_40 = { + 0x04e600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1553, 0x0000}, + {644, -227, -1477, 0x0108}, + {871, -227, -1477, 0x00ac} + } +}; + +StandTile tile_41 = { + 0x04e500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1174, 0x00b8}, + {114, -227, -947, 0x0058}, + {114, -227, -1174, 0x0000} + } +}; + +StandTile tile_42 = { + 0x04e400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1174, 0x016c}, + {38, -227, -947, 0x0000}, + {114, -227, -947, 0x00b4} + } +}; + +StandTile tile_43 = { + 0x04e300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -871, 0x00c0}, + {341, -227, -947, 0x00c4}, + {114, -227, -947, 0x0000} + } +}; + +StandTile tile_44 = { + 0x04e200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -871, 0x0154}, + {341, -227, -871, 0x0000}, + {341, -227, -947, 0x00bc} + } +}; + +StandTile tile_45 = { + 0x04e100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -947, 0x00bc}, + {341, -227, -947, 0x00e8}, + {341, -227, -1174, 0x0058} + } +}; + +StandTile tile_46 = { + 0x04e000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1250, 0x00cc}, + {417, -227, -1477, 0x0000}, + {341, -227, -1477, 0x0048} + } +}; + +StandTile tile_47 = { + 0x04df00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1250, 0x0000}, + {417, -227, -1250, 0x00d8}, + {417, -227, -1477, 0x00c8} + } +}; + +StandTile tile_48 = { + 0x04de00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1553, 0x0000}, + {417, -227, -1477, 0x00d4}, + {568, -227, -1553, 0x0088} + } +}; + +StandTile tile_49 = { + 0x04dd00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1477, 0x00d8}, + {568, -227, -1477, 0x0000}, + {568, -227, -1553, 0x00d0} + } +}; + +StandTile tile_50 = { + 0x04dc00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1477, 0x00cc}, + {417, -227, -1250, 0x00dc}, + {568, -227, -1477, 0x00d4} + } +}; + +StandTile tile_51 = { + 0x04db00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1250, 0x00e0}, + {568, -227, -1250, 0x0100}, + {568, -227, -1477, 0x00d8} + } +}; + +StandTile tile_52 = { + 0x04da00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1250, 0x0000}, + {417, -227, -1174, 0x00e4}, + {568, -227, -1250, 0x00dc} + } +}; + +StandTile tile_53 = { + 0x04d900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1174, 0x00f0}, + {568, -227, -1174, 0x0000}, + {568, -227, -1250, 0x00e0} + } +}; + +StandTile tile_54 = { + 0x04d800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1174, 0x00c4}, + {341, -227, -947, 0x00ec}, + {417, -227, -1174, 0x0000} + } +}; + +StandTile tile_55 = { + 0x04d700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -947, 0x0000}, + {417, -227, -947, 0x00f0}, + {417, -227, -1174, 0x00e8} + } +}; + +StandTile tile_56 = { + 0x04d600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -947, 0x00f4}, + {568, -227, -1174, 0x00e4}, + {417, -227, -1174, 0x00ec} + } +}; + +StandTile tile_57 = { + 0x04d400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1174, 0x00f0}, + {417, -227, -947, 0x00f8}, + {568, -227, -947, 0x0120} + } +}; + +StandTile tile_58 = { + 0x04d300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -947, 0x0000}, + {417, -227, -871, 0x00fc}, + {568, -227, -947, 0x00f4} + } +}; + +StandTile tile_59 = { + 0x04d200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -871, 0x0148}, + {568, -227, -871, 0x0000}, + {568, -227, -947, 0x00f8} + } +}; + +StandTile tile_60 = { + 0x04d100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1477, 0x00dc}, + {568, -227, -1250, 0x0104}, + {644, -227, -1477, 0x0000} + } +}; + +StandTile tile_61 = { + 0x04d000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1477, 0x0100}, + {568, -227, -1250, 0x0000}, + {644, -227, -1250, 0x0108} + } +}; + +StandTile tile_62 = { + 0x04cf00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1477, 0x0104}, + {644, -227, -1250, 0x010c}, + {871, -227, -1477, 0x00b0} + } +}; + +StandTile tile_63 = { + 0x04ce00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1250, 0x0118}, + {871, -227, -1250, 0x0110}, + {871, -227, -1477, 0x0108} + } +}; + +StandTile tile_64 = { + 0x04cd00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1477, 0x010c}, + {871, -227, -1250, 0x0114}, + {947, -227, -1477, 0x0000} + } +}; + +StandTile tile_65 = { + 0x04cc00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1477, 0x0110}, + {871, -227, -1250, 0x0000}, + {947, -227, -1250, 0x01e0} + } +}; + +StandTile tile_66 = { + 0x04cb00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1250, 0x0000}, + {644, -227, -1174, 0x011c}, + {871, -227, -1250, 0x010c} + } +}; + +StandTile tile_67 = { + 0x04ca00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1174, 0x0128}, + {871, -227, -1174, 0x0000}, + {871, -227, -1250, 0x0118} + } +}; + +StandTile tile_68 = { + 0x04c900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1174, 0x00f4}, + {568, -227, -947, 0x0124}, + {644, -227, -1174, 0x0000} + } +}; + +StandTile tile_69 = { + 0x04c800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -947, 0x0000}, + {644, -227, -947, 0x012c}, + {644, -227, -1174, 0x0120} + } +}; + +StandTile tile_70 = { + 0x04c700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -947, 0x0130}, + {871, -227, -1174, 0x011c}, + {644, -227, -1174, 0x012c} + } +}; + +StandTile tile_71 = { + 0x04c600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1174, 0x0124}, + {644, -227, -947, 0x0138}, + {871, -227, -947, 0x0128} + } +}; + +StandTile tile_72 = { + 0x04c500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1174, 0x0000}, + {871, -227, -1174, 0x0128}, + {871, -227, -947, 0x0134} + } +}; + +StandTile tile_73 = { + 0x04c400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -947, 0x0000}, + {947, -227, -947, 0x01ec}, + {947, -227, -1174, 0x0130} + } +}; + +StandTile tile_74 = { + 0x04c300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -947, 0x0000}, + {644, -227, -871, 0x013c}, + {871, -227, -947, 0x012c} + } +}; + +StandTile tile_75 = { + 0x04c200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -871, 0x0204}, + {871, -227, -871, 0x0000}, + {871, -227, -947, 0x0138} + } +}; + +StandTile tile_76 = { + 0x04c100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -720, 0x0204}, + {644, -227, -871, 0x0000}, + {568, -227, -871, 0x0144} + } +}; + +StandTile tile_77 = { + 0x04c000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -871, 0x0148}, + {423, -227, -720, 0x0000}, + {720, -227, -720, 0x0140} + } +}; + +StandTile tile_78 = { + 0x04bf00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -871, 0x014c}, + {423, -227, -720, 0x0144}, + {568, -227, -871, 0x00fc} + } +}; + +StandTile tile_79 = { + 0x04be00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -871, 0x0000}, + {341, -227, -871, 0x0150}, + {423, -227, -720, 0x0148} + } +}; + +StandTile tile_80 = { + 0x04bd00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -871, 0x0154}, + {94, -227, -720, 0x0000}, + {423, -227, -720, 0x014c} + } +}; + +StandTile tile_81 = { + 0x04bc00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -871, 0x00c0}, + {114, -227, -871, 0x0158}, + {94, -227, -720, 0x0150} + } +}; + +StandTile tile_82 = { + 0x04bb00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -871, 0x0000}, + {38, -227, -871, 0x015c}, + {94, -227, -720, 0x0154} + } +}; + +StandTile tile_83 = { + 0x04ba00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -871, 0x0160}, + {-152, -227, -720, 0x0000}, + {94, -227, -720, 0x0158} + } +}; + +StandTile tile_84 = { + 0x04b900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -871, 0x0164}, + {-152, -227, -873, 0x0000}, + {-152, -227, -720, 0x015c} + } +}; + +StandTile tile_85 = { + 0x04b800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -871, 0x0000}, + {38, -227, -947, 0x0168}, + {-152, -227, -873, 0x0160} + } +}; + +StandTile tile_86 = { + 0x04b700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -947, 0x016c}, + {-152, -227, -1046, 0x0000}, + {-152, -227, -873, 0x0164} + } +}; + +StandTile tile_87 = { + 0x04b600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1174, 0x0170}, + {-152, -227, -1046, 0x0168}, + {38, -227, -947, 0x00b8} + } +}; + +StandTile tile_88 = { + 0x04b500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -1046, 0x016c}, + {38, -227, -1174, 0x0000}, + {38, -227, -1250, 0x0174} + } +}; + +StandTile tile_89 = { + 0x04b400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1250, 0x0178}, + {-152, -227, -1400, 0x0000}, + {-152, -227, -1046, 0x0170} + } +}; + +StandTile tile_90 = { + 0x04b300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1477, 0x017c}, + {-152, -227, -1400, 0x0174}, + {38, -227, -1250, 0x0060} + } +}; + +StandTile tile_91 = { + 0x04b200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1477, 0x0000}, + {38, -227, -1553, 0x0180}, + {-152, -227, -1400, 0x0178} + } +}; + +StandTile tile_92 = { + 0x04b100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1553, 0x0184}, + {-152, -227, -1705, 0x0000}, + {-152, -227, -1400, 0x017c} + } +}; + +StandTile tile_93 = { + 0x04b000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1553, 0x0068}, + {38, -227, -1780, 0x0188}, + {-152, -227, -1705, 0x0180} + } +}; + +StandTile tile_94 = { + 0x04af00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1780, 0x018c}, + {-152, -227, -1856, 0x0030}, + {-152, -227, -1705, 0x0184} + } +}; + +StandTile tile_95 = { + 0x04ae00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1780, 0x0000}, + {38, -227, -1856, 0x0190}, + {-152, -227, -1856, 0x0188} + } +}; + +StandTile tile_96 = { + 0x04ad00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1856, 0x0194}, + {-152, -227, -2008, 0x0000}, + {-152, -227, -1856, 0x018c} + } +}; + +StandTile tile_97 = { + 0x04ac00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -2008, 0x0190}, + {38, -227, -1856, 0x0198}, + {-11, -227, -2008, 0x0000} + } +}; + +StandTile tile_98 = { + 0x04ab00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-11, -227, -2008, 0x0194}, + {38, -227, -1856, 0x0000}, + {114, -227, -1856, 0x019c} + } +}; + +StandTile tile_99 = { + 0x04aa00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1856, 0x01a0}, + {132, -227, -2008, 0x0000}, + {-11, -227, -2008, 0x0198} + } +}; + +StandTile tile_100 = { + 0x04a900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {132, -227, -2008, 0x019c}, + {114, -227, -1856, 0x0070}, + {341, -227, -1856, 0x01a4} + } +}; + +StandTile tile_101 = { + 0x04a800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1856, 0x01a8}, + {376, -227, -2008, 0x0000}, + {132, -227, -2008, 0x01a0} + } +}; + +StandTile tile_102 = { + 0x04a700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1856, 0x01ac}, + {376, -227, -2008, 0x01a4}, + {341, -227, -1856, 0x0000} + } +}; + +StandTile tile_103 = { + 0x04a600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1856, 0x0080}, + {568, -227, -1856, 0x01b0}, + {376, -227, -2008, 0x01a8} + } +}; + +StandTile tile_104 = { + 0x04a500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {376, -227, -2008, 0x01ac}, + {568, -227, -1856, 0x01b4}, + {599, -227, -2008, 0x0000} + } +}; + +StandTile tile_105 = { + 0x04a400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1856, 0x0000}, + {644, -227, -1856, 0x01b8}, + {599, -227, -2008, 0x01b0} + } +}; + +StandTile tile_106 = { + 0x04a300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1856, 0x01bc}, + {876, -227, -2008, 0x0000}, + {599, -227, -2008, 0x01b4} + } +}; + +StandTile tile_107 = { + 0x04a200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1856, 0x00a0}, + {871, -227, -1856, 0x01c0}, + {876, -227, -2008, 0x01b8} + } +}; + +StandTile tile_108 = { + 0x04a100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1856, 0x0000}, + {947, -227, -1856, 0x01c4}, + {876, -227, -2008, 0x01bc} + } +}; + +StandTile tile_109 = { + 0x04a000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1856, 0x01c8}, + {1136, -227, -2008, 0x0000}, + {876, -227, -2008, 0x01c0} + } +}; + +StandTile tile_110 = { + 0x049f00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1856, 0x01cc}, + {1136, -227, -1850, 0x0000}, + {1136, -227, -2008, 0x01c4} + } +}; + +StandTile tile_111 = { + 0x049e00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1856, 0x0000}, + {947, -227, -1780, 0x01d0}, + {1136, -227, -1850, 0x01c8} + } +}; + +StandTile tile_112 = { + 0x049d00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1780, 0x01d4}, + {1136, -227, -1609, 0x0000}, + {1136, -227, -1850, 0x01cc} + } +}; + +StandTile tile_113 = { + 0x049c00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1553, 0x01d8}, + {1136, -227, -1609, 0x01d0}, + {947, -227, -1780, 0x00a8} + } +}; + +StandTile tile_114 = { + 0x049b00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1477, 0x01dc}, + {1136, -227, -1609, 0x01d4}, + {947, -227, -1553, 0x0000} + } +}; + +StandTile tile_115 = { + 0x049a00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1477, 0x01e0}, + {1136, -227, -1371, 0x0000}, + {1136, -227, -1609, 0x01d8} + } +}; + +StandTile tile_116 = { + 0x049900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1250, 0x01e4}, + {1136, -227, -1371, 0x01dc}, + {947, -227, -1477, 0x0114} + } +}; + +StandTile tile_117 = { + 0x049800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1136, -227, -1371, 0x01e0}, + {947, -227, -1250, 0x0000}, + {947, -227, -1174, 0x01e8} + } +}; + +StandTile tile_118 = { + 0x049700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1174, 0x01ec}, + {1136, -227, -1086, 0x0000}, + {1136, -227, -1371, 0x01e4} + } +}; + +StandTile tile_119 = { + 0x049600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -947, 0x01f0}, + {1136, -227, -1086, 0x01e8}, + {947, -227, -1174, 0x0134} + } +}; + +StandTile tile_120 = { + 0x049500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1136, -227, -1086, 0x01ec}, + {947, -227, -947, 0x01f4}, + {1136, -227, -720, 0x0000} + } +}; + +StandTile tile_121 = { + 0x049400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -947, 0x0000}, + {947, -227, -871, 0x01f8}, + {1136, -227, -720, 0x01f0} + } +}; + +StandTile tile_122 = { + 0x049300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -871, 0x01fc}, + {833, -227, -720, 0x0000}, + {1136, -227, -720, 0x01f4} + } +}; + +StandTile tile_123 = { + 0x049200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -871, 0x0000}, + {871, -227, -871, 0x0200}, + {833, -227, -720, 0x01f8} + } +}; + +StandTile tile_124 = { + 0x049100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -720, 0x01fc}, + {871, -227, -871, 0x0204}, + {720, -227, -720, 0x020c} + } +}; + +StandTile tile_125 = { + 0x049000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -871, 0x013c}, + {644, -227, -871, 0x0140}, + {720, -227, -720, 0x0200} + } +}; + +StandTile tile_126 = { + 0x035e02, 0x56, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -568, 0x020c}, + {720, -227, -720, 0x0000}, + {720, -227, -568, 0x024c} + } +}; + +StandTile tile_127 = { + 0x035e01, 0x56, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -568, 0x0000}, + {833, -227, -720, 0x0200}, + {720, -227, -720, 0x0208} + } +}; + +StandTile tile_128 = { + 0x048f00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -189, 0x0244}, + {720, -227, -189, 0x0214}, + {833, -227, 0, 0x0000} + } +}; + +StandTile tile_129 = { + 0x048e00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -189, 0x0218}, + {455, -227, 0, 0x0220}, + {833, -227, 0, 0x0210} + } +}; + +StandTile tile_130 = { + 0x048d00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -189, 0x0000}, + {227, -227, -189, 0x021c}, + {455, -227, 0, 0x0214} + } +}; + +StandTile tile_131 = { + 0x048c00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, -189, 0x0000}, + {227, -227, 114, 0x0230}, + {455, -227, 0, 0x0218} + } +}; + +StandTile tile_132 = { + 0x048b00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, 0, 0x0214}, + {455, -227, 0, 0x0234}, + {455, -227, 379, 0x0224} + } +}; + +StandTile tile_133 = { + 0x048a00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, 0, 0x0220}, + {455, -227, 379, 0x0228}, + {833, -227, 568, 0x0000} + } +}; + +StandTile tile_134 = { + 0x048900, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, -227, 379, 0x022c}, + {227, -227, 568, 0x0000}, + {833, -227, 568, 0x0224} + } +}; + +StandTile tile_135 = { + 0x048800, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 568, 0x0228}, + {455, -227, 379, 0x0234}, + {227, -227, 227, 0x0000} + } +}; + +StandTile tile_136 = { + 0x048700, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 227, 0x0234}, + {455, -227, 0, 0x021c}, + {227, -227, 114, 0x0260} + } +}; + +StandTile tile_137 = { + 0x048600, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 227, 0x022c}, + {455, -227, 379, 0x0220}, + {455, -227, 0, 0x0230} + } +}; + +StandTile tile_138 = { + 0x001a02, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {606, 0, 0, 0x023c}, + {455, 0, 379, 0x070a}, + {606, 0, 379, 0x0000} + } +}; + +StandTile tile_139 = { + 0x001a01, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {606, 0, 0, 0x0716}, + {455, 0, 0, 0x0000}, + {455, 0, 379, 0x0238} + } +}; + +StandTile tile_140 = { + 0x025502, 0x54, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -189, 0x0244}, + {833, -227, -455, 0x0248}, + {720, -227, -455, 0x0000} + } +}; + +StandTile tile_141 = { + 0x025501, 0x54, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -189, 0x0210}, + {833, -227, -189, 0x0000}, + {833, -227, -455, 0x0240} + } +}; + +StandTile tile_142 = { + 0x035d02, 0x53, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -455, 0x024c}, + {720, -227, -568, 0x0250}, + {720, -227, -455, 0x0240} + } +}; + +StandTile tile_143 = { + 0x035d01, 0x53, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -455, 0x0000}, + {833, -227, -568, 0x0208}, + {720, -227, -568, 0x0248} + } +}; + +StandTile tile_144 = { + 0x025602, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -568, 0x0254}, + {301, -227, -455, 0x0000}, + {720, -227, -455, 0x0248} + } +}; + +StandTile tile_145 = { + 0x025601, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -568, 0x0000}, + {301, -227, -568, 0x0258}, + {301, -227, -455, 0x0250} + } +}; + +StandTile tile_146 = { + 0x025002, 0x51, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {301, -227, -568, 0x025c}, + {-152, -227, -455, 0x0000}, + {301, -227, -455, 0x0254} + } +}; + +StandTile tile_147 = { + 0x025001, 0x51, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {301, -227, -568, 0x0000}, + {-152, -227, -568, 0x0278}, + {-152, -227, -455, 0x0258} + } +}; + +StandTile tile_148 = { + 0x025202, 0x50, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 114, 0x0264}, + {-152, -227, 227, 0x0000}, + {227, -227, 227, 0x0230} + } +}; + +StandTile tile_149 = { + 0x025201, 0x50, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 114, 0x0000}, + {-152, -227, 114, 0x0288}, + {-152, -227, 227, 0x0260} + } +}; + +StandTile tile_150 = { + 0x032102, 0x4f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -455, 0x026c}, + {-644, -227, -568, 0x0380}, + {-758, -227, -568, 0x0000} + } +}; + +StandTile tile_151 = { + 0x032101, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -455, 0x0000}, + {-644, -227, -455, 0x0270}, + {-644, -227, -568, 0x0268} + } +}; + +StandTile tile_152 = { + 0x025102, 0x4e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -455, 0x0274}, + {-265, -227, -568, 0x0000}, + {-644, -227, -568, 0x026c} + } +}; + +StandTile tile_153 = { + 0x025101, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -455, 0x0000}, + {-265, -227, -455, 0x027c}, + {-265, -227, -568, 0x0270} + } +}; + +StandTile tile_154 = { + 0x024f02, 0x4d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -568, 0x027c}, + {-265, -227, -455, 0x0284}, + {-152, -227, -455, 0x025c} + } +}; + +StandTile tile_155 = { + 0x024f01, 0x4d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -568, 0x0000}, + {-265, -227, -568, 0x0274}, + {-265, -227, -455, 0x0278} + } +}; + +StandTile tile_156 = { + 0x024d02, 0x4c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -455, 0x0284}, + {-265, -227, 114, 0x028c}, + {-152, -227, 114, 0x0000} + } +}; + +StandTile tile_157 = { + 0x024d01, 0x4c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -455, 0x0278}, + {-265, -227, -455, 0x0000}, + {-265, -227, 114, 0x0280} + } +}; + +StandTile tile_158 = { + 0x024c02, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 114, 0x028c}, + {-265, -227, 227, 0x0294}, + {-152, -227, 227, 0x0264} + } +}; + +StandTile tile_159 = { + 0x024c01, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 114, 0x0280}, + {-265, -227, 114, 0x0000}, + {-265, -227, 227, 0x0288} + } +}; + +StandTile tile_160 = { + 0x024802, 0x4a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 227, 0x0294}, + {-265, -227, 871, 0x04c0}, + {-152, -227, 871, 0x0000} + } +}; + +StandTile tile_161 = { + 0x024801, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 227, 0x0288}, + {-265, -227, 227, 0x0000}, + {-265, -227, 871, 0x0290} + } +}; + +StandTile tile_162 = { + 0x039d02, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2159, -227, -2386, 0x029c}, + {-2045, 0, -1894, 0x0000}, + {-2045, -227, -2386, 0x02a0} + } +}; + +StandTile tile_163 = { + 0x039d01, 0x49, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-2159, -227, -2386, 0x0000}, + {-2159, 0, -1894, 0x05ba}, + {-2045, 0, -1894, 0x0298} + } +}; + +StandTile tile_164 = { + 0x03a902, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, -227, -2500, 0x02a4}, + {-2159, -227, -2386, 0x0298}, + {-2045, -227, -2386, 0x02ac} + } +}; + +StandTile tile_165 = { + 0x03a901, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, -227, -2500, 0x0000}, + {-2159, -227, -2500, 0x0000}, + {-2159, -227, -2386, 0x02a0} + } +}; + +StandTile tile_166 = { + 0x03aa02, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1553, -227, -2500, 0x02ac}, + {-2045, -227, -2386, 0x0000}, + {-1553, -227, -2386, 0x036c} + } +}; + +StandTile tile_167 = { + 0x03aa01, 0x47, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1553, -227, -2500, 0x0000}, + {-2045, -227, -2500, 0x02a0}, + {-2045, -227, -2386, 0x02a8} + } +}; + +StandTile tile_168 = { + 0x048200, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-953, -227, -2500, 0x02e0}, + {-833, -227, -2311, 0x0000}, + {-758, -227, -2311, 0x02b4} + } +}; + +StandTile tile_169 = { + 0x048100, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -2311, 0x02b8}, + {-644, -227, -2500, 0x0000}, + {-953, -227, -2500, 0x02b0} + } +}; + +StandTile tile_170 = { + 0x048000, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -2500, 0x02b4}, + {-758, -227, -2311, 0x02bc}, + {-644, -227, -2386, 0x0014} + } +}; + +StandTile tile_171 = { + 0x047f00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -2386, 0x02b8}, + {-758, -227, -2311, 0x0000}, + {-758, -227, -2235, 0x02c0} + } +}; + +StandTile tile_172 = { + 0x047e00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -2235, 0x02c4}, + {-644, -227, -1987, 0x0000}, + {-644, -227, -2386, 0x02bc} + } +}; + +StandTile tile_173 = { + 0x047d00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1894, 0x02f4}, + {-644, -227, -1987, 0x02c0}, + {-758, -227, -2235, 0x02c8} + } +}; + +StandTile tile_174 = { + 0x047c00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -2235, 0x0000}, + {-833, -227, -2235, 0x02cc}, + {-758, -227, -1894, 0x02c4} + } +}; + +StandTile tile_175 = { + 0x047b00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -1894, 0x0000}, + {-758, -227, -1894, 0x02c8}, + {-833, -227, -2235, 0x02d0} + } +}; + +StandTile tile_176 = { + 0x047a00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -1894, 0x02cc}, + {-833, -227, -2235, 0x02d4}, + {-1061, -227, -1894, 0x02ec} + } +}; + +StandTile tile_177 = { + 0x047900, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -2235, 0x02d8}, + {-1061, -227, -2235, 0x02e4}, + {-1061, -227, -1894, 0x02d0} + } +}; + +StandTile tile_178 = { + 0x047800, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -2235, 0x02dc}, + {-1061, -227, -2311, 0x0000}, + {-1061, -227, -2235, 0x02d4} + } +}; + +StandTile tile_179 = { + 0x047700, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -2235, 0x0000}, + {-833, -227, -2311, 0x02e0}, + {-1061, -227, -2311, 0x02d8} + } +}; + +StandTile tile_180 = { + 0x047600, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -2311, 0x02dc}, + {-833, -227, -2311, 0x02b0}, + {-953, -227, -2500, 0x0358} + } +}; + +StandTile tile_181 = { + 0x047500, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1894, 0x02d4}, + {-1061, -227, -2235, 0x0000}, + {-1136, -227, -2235, 0x02e8} + } +}; + +StandTile tile_182 = { + 0x047400, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -2235, 0x034c}, + {-1136, -227, -1894, 0x0000}, + {-1061, -227, -1894, 0x02e4} + } +}; + +StandTile tile_183 = { + 0x047300, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1818, 0x02f0}, + {-833, -227, -1894, 0x02d0}, + {-1061, -227, -1894, 0x0000} + } +}; + +StandTile tile_184 = { + 0x047200, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1818, 0x0308}, + {-833, -227, -1818, 0x0000}, + {-833, -227, -1894, 0x02ec} + } +}; + +StandTile tile_185 = { + 0x047100, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1818, 0x02f8}, + {-644, -227, -1987, 0x02c4}, + {-758, -227, -1894, 0x0000} + } +}; + +StandTile tile_186 = { + 0x047000, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1818, 0x02fc}, + {-644, -227, -1629, 0x0000}, + {-644, -227, -1987, 0x02f4} + } +}; + +StandTile tile_187 = { + 0x046f00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1818, 0x0300}, + {-758, -227, -1629, 0x0370}, + {-644, -227, -1629, 0x02f8} + } +}; + +StandTile tile_188 = { + 0x046e00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1629, 0x02fc}, + {-758, -227, -1818, 0x0000}, + {-833, -227, -1818, 0x0304} + } +}; + +StandTile tile_189 = { + 0x046d00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -1818, 0x0308}, + {-1104, -227, -1629, 0x0000}, + {-758, -227, -1629, 0x0300} + } +}; + +StandTile tile_190 = { + 0x046c00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1818, 0x030c}, + {-1104, -227, -1629, 0x0304}, + {-833, -227, -1818, 0x02f0} + } +}; + +StandTile tile_191 = { + 0x046b00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1818, 0x0000}, + {-1136, -227, -1818, 0x0310}, + {-1104, -227, -1629, 0x0308} + } +}; + +StandTile tile_192 = { + 0x046a00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1104, -227, -1629, 0x030c}, + {-1136, -227, -1818, 0x0314}, + {-1326, -227, -1629, 0x0000} + } +}; + +StandTile tile_193 = { + 0x046900, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1818, 0x0318}, + {-1364, -227, -1818, 0x0320}, + {-1326, -227, -1629, 0x0310} + } +}; + +StandTile tile_194 = { + 0x046800, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1818, 0x0000}, + {-1136, -227, -1894, 0x031c}, + {-1364, -227, -1818, 0x0314} + } +}; + +StandTile tile_195 = { + 0x046700, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1894, 0x0348}, + {-1364, -227, -1894, 0x0000}, + {-1364, -227, -1818, 0x0318} + } +}; + +StandTile tile_196 = { + 0x046600, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1364, -227, -1818, 0x0000}, + {-1439, -227, -1818, 0x0324}, + {-1326, -227, -1629, 0x0314} + } +}; + +StandTile tile_197 = { + 0x046500, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1818, 0x0328}, + {-1553, -227, -1629, 0x0000}, + {-1326, -227, -1629, 0x0320} + } +}; + +StandTile tile_198 = { + 0x046400, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1818, 0x032c}, + {-1553, -227, -1861, 0x0000}, + {-1553, -227, -1629, 0x0324} + } +}; + +StandTile tile_199 = { + 0x046300, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1894, 0x0330}, + {-1553, -227, -1861, 0x0328}, + {-1439, -227, -1818, 0x0000} + } +}; + +StandTile tile_200 = { + 0x046200, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1894, 0x0334}, + {-1553, -227, -2222, 0x0000}, + {-1553, -227, -1861, 0x032c} + } +}; + +StandTile tile_201 = { + 0x046100, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1894, 0x0338}, + {-1439, -227, -2235, 0x0340}, + {-1553, -227, -2222, 0x0330} + } +}; + +StandTile tile_202 = { + 0x046000, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1364, -227, -1894, 0x033c}, + {-1439, -227, -2235, 0x0334}, + {-1439, -227, -1894, 0x0000} + } +}; + +StandTile tile_203 = { + 0x045f00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1364, -227, -1894, 0x0348}, + {-1364, -227, -2235, 0x0000}, + {-1439, -227, -2235, 0x0338} + } +}; + +StandTile tile_204 = { + 0x045e00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -2235, 0x0000}, + {-1439, -227, -2311, 0x0344}, + {-1553, -227, -2222, 0x0334} + } +}; + +StandTile tile_205 = { + 0x045d00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -2311, 0x036c}, + {-1553, -227, -2386, 0x0000}, + {-1553, -227, -2222, 0x0340} + } +}; + +StandTile tile_206 = { + 0x045c00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1894, 0x034c}, + {-1364, -227, -2235, 0x033c}, + {-1364, -227, -1894, 0x031c} + } +}; + +StandTile tile_207 = { + 0x045b00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1894, 0x02e8}, + {-1136, -227, -2235, 0x0350}, + {-1364, -227, -2235, 0x0348} + } +}; + +StandTile tile_208 = { + 0x045a00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -2235, 0x0000}, + {-1136, -227, -2311, 0x0354}, + {-1364, -227, -2235, 0x034c} + } +}; + +StandTile tile_209 = { + 0x045900, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -2311, 0x0360}, + {-1364, -227, -2311, 0x0000}, + {-1364, -227, -2235, 0x0350} + } +}; + +StandTile tile_210 = { + 0x045800, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-953, -227, -2500, 0x035c}, + {-1136, -227, -2311, 0x0000}, + {-1061, -227, -2311, 0x02e0} + } +}; + +StandTile tile_211 = { + 0x045700, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-953, -227, -2500, 0x0000}, + {-1290, -227, -2500, 0x0360}, + {-1136, -227, -2311, 0x0358} + } +}; + +StandTile tile_212 = { + 0x045600, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1290, -227, -2500, 0x0364}, + {-1364, -227, -2311, 0x0354}, + {-1136, -227, -2311, 0x035c} + } +}; + +StandTile tile_213 = { + 0x045500, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1290, -227, -2500, 0x0368}, + {-1439, -227, -2311, 0x0000}, + {-1364, -227, -2311, 0x0360} + } +}; + +StandTile tile_214 = { + 0x045400, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1290, -227, -2500, 0x0000}, + {-1553, -227, -2500, 0x036c}, + {-1439, -227, -2311, 0x0364} + } +}; + +StandTile tile_215 = { + 0x045300, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1553, -227, -2500, 0x02a8}, + {-1553, -227, -2386, 0x0344}, + {-1439, -227, -2311, 0x0368} + } +}; + +StandTile tile_216 = { + 0x03ad02, 0x45, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1250, 0x0374}, + {-644, -227, -1629, 0x02fc}, + {-758, -227, -1629, 0x0000} + } +}; + +StandTile tile_217 = { + 0x03ad01, 0x45, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1250, 0x0378}, + {-644, -227, -1250, 0x0000}, + {-644, -227, -1629, 0x0370} + } +}; + +StandTile tile_218 = { + 0x03ac02, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -871, 0x037c}, + {-644, -227, -1250, 0x0374}, + {-758, -227, -1250, 0x0000} + } +}; + +StandTile tile_219 = { + 0x03ac01, 0x44, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -871, 0x038c}, + {-644, -227, -871, 0x0000}, + {-644, -227, -1250, 0x0378} + } +}; + +StandTile tile_220 = { + 0x032202, 0x43, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -644, 0x0384}, + {-758, -227, -568, 0x0268}, + {-644, -227, -568, 0x0000} + } +}; + +StandTile tile_221 = { + 0x032201, 0x43, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -644, 0x0388}, + {-758, -227, -644, 0x0000}, + {-758, -227, -568, 0x0380} + } +}; + +StandTile tile_222 = { + 0x032302, 0x42, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -871, 0x038c}, + {-758, -227, -644, 0x0384}, + {-644, -227, -644, 0x0000} + } +}; + +StandTile tile_223 = { + 0x032301, 0x42, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -871, 0x037c}, + {-758, -227, -871, 0x0390}, + {-758, -227, -644, 0x0388} + } +}; + +StandTile tile_224 = { + 0x031f02, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -871, 0x0394}, + {-1136, -227, -644, 0x0000}, + {-758, -227, -644, 0x038c} + } +}; + +StandTile tile_225 = { + 0x031f01, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -871, 0x0000}, + {-1136, -227, -871, 0x0398}, + {-1136, -227, -644, 0x0390} + } +}; + +StandTile tile_226 = { + 0x031e02, 0x40, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -871, 0x039c}, + {-1288, -227, -644, 0x03b4}, + {-1136, -227, -644, 0x0394} + } +}; + +StandTile tile_227 = { + 0x031e01, 0x40, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -871, 0x0000}, + {-1288, -227, -871, 0x0000}, + {-1288, -227, -644, 0x0398} + } +}; + +StandTile tile_228 = { + 0x031b02, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -568, 0x03a4}, + {-1288, -227, -341, 0x03e4}, + {-1136, -227, -341, 0x03bc} + } +}; + +StandTile tile_229 = { + 0x031b01, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -568, 0x03b0}, + {-1288, -227, -568, 0x03ac}, + {-1288, -227, -341, 0x03a0} + } +}; + +StandTile tile_230 = { + 0x031c02, 0x3f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -341, 0x03ac}, + {-1288, -227, -568, 0x0000}, + {-1439, -227, -568, 0x0000} + } +}; + +StandTile tile_231 = { + 0x031c01, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -341, 0x0000}, + {-1288, -227, -341, 0x03a4}, + {-1288, -227, -568, 0x03a8} + } +}; + +StandTile tile_232 = { + 0x031d02, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -644, 0x03b4}, + {-1288, -227, -568, 0x03a4}, + {-1136, -227, -568, 0x0000} + } +}; + +StandTile tile_233 = { + 0x031d01, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -644, 0x0398}, + {-1288, -227, -644, 0x0000}, + {-1288, -227, -568, 0x03b0} + } +}; + +StandTile tile_234 = { + 0x032002, 0x3f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, -568, 0x03bc}, + {-1136, -227, -341, 0x0000}, + {-985, -227, -341, 0x0000} + } +}; + +StandTile tile_235 = { + 0x032001, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, -568, 0x0000}, + {-1136, -227, -568, 0x03a0}, + {-1136, -227, -341, 0x03b8} + } +}; + +StandTile tile_236 = { + 0x031402, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -76, 0x03c4}, + {-1288, -227, 0, 0x03ec}, + {-1136, -227, 0, 0x0000} + } +}; + +StandTile tile_237 = { + 0x031401, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -76, 0x03c8}, + {-1288, -227, -76, 0x0000}, + {-1288, -227, 0, 0x03c0} + } +}; + +StandTile tile_238 = { + 0x031702, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -265, 0x03cc}, + {-1288, -227, -76, 0x03c4}, + {-1136, -227, -76, 0x03dc} + } +}; + +StandTile tile_239 = { + 0x031701, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -265, 0x03e0}, + {-1288, -227, -265, 0x03d4}, + {-1288, -227, -76, 0x03c8} + } +}; + +StandTile tile_240 = { + 0x031802, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -76, 0x03d4}, + {-1288, -227, -265, 0x0000}, + {-1439, -227, -265, 0x0000} + } +}; + +StandTile tile_241 = { + 0x031801, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -76, 0x0000}, + {-1288, -227, -76, 0x03cc}, + {-1288, -227, -265, 0x03d0} + } +}; + +StandTile tile_242 = { + 0x031902, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, -265, 0x03dc}, + {-1136, -227, -76, 0x0000}, + {-985, -227, -76, 0x0000} + } +}; + +StandTile tile_243 = { + 0x031901, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, -265, 0x0000}, + {-1136, -227, -265, 0x03c8}, + {-1136, -227, -76, 0x03d8} + } +}; + +StandTile tile_244 = { + 0x031a02, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -341, 0x03e4}, + {-1288, -227, -265, 0x03cc}, + {-1136, -227, -265, 0x0000} + } +}; + +StandTile tile_245 = { + 0x031a01, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -341, 0x03a0}, + {-1288, -227, -341, 0x0000}, + {-1288, -227, -265, 0x03e0} + } +}; + +StandTile tile_246 = { + 0x031302, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 0, 0x03ec}, + {-1288, -227, 189, 0x040c}, + {-1136, -227, 189, 0x03f4} + } +}; + +StandTile tile_247 = { + 0x031301, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 0, 0x03c0}, + {-1288, -227, 0, 0x03fc}, + {-1288, -227, 189, 0x03e8} + } +}; + +StandTile tile_248 = { + 0x031502, 0x3d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, 0, 0x03f4}, + {-1136, -227, 189, 0x0000}, + {-985, -227, 189, 0x0000} + } +}; + +StandTile tile_249 = { + 0x031501, 0x3d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, 0, 0x0000}, + {-1136, -227, 0, 0x03e8}, + {-1136, -227, 189, 0x03f0} + } +}; + +StandTile tile_250 = { + 0x031602, 0x3d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, 189, 0x03fc}, + {-1288, -227, 0, 0x0000}, + {-1439, -227, 0, 0x0000} + } +}; + +StandTile tile_251 = { + 0x031601, 0x3d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, 189, 0x0000}, + {-1288, -227, 189, 0x03ec}, + {-1288, -227, 0, 0x03f8} + } +}; + +StandTile tile_252 = { + 0x031102, 0x3c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1288, -227, 379, 0x0404}, + {-1136, -227, 265, 0x0408}, + {-1288, -227, 265, 0x0000} + } +}; + +StandTile tile_253 = { + 0x031101, 0x3c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1288, -227, 379, 0x0000}, + {-1136, -227, 379, 0x0410}, + {-1136, -227, 265, 0x0400} + } +}; + +StandTile tile_254 = { + 0x031202, 0x3c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 189, 0x040c}, + {-1288, -227, 265, 0x0400}, + {-1136, -227, 265, 0x0000} + } +}; + +StandTile tile_255 = { + 0x031201, 0x3c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 189, 0x03e8}, + {-1288, -227, 189, 0x0000}, + {-1288, -227, 265, 0x0408} + } +}; + +StandTile tile_256 = { + 0x031002, 0x3b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 379, 0x0414}, + {-909, -227, 265, 0x0000}, + {-1136, -227, 265, 0x0404} + } +}; + +StandTile tile_257 = { + 0x031001, 0x3b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 379, 0x0000}, + {-909, -227, 379, 0x041c}, + {-909, -227, 265, 0x0410} + } +}; + +StandTile tile_258 = { + 0x030f02, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 265, 0x041c}, + {-909, -227, 379, 0x0424}, + {-795, -227, 379, 0x0000} + } +}; + +StandTile tile_259 = { + 0x030f01, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 265, 0x0000}, + {-909, -227, 265, 0x0414}, + {-909, -227, 379, 0x0418} + } +}; + +StandTile tile_260 = { + 0x030e02, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 379, 0x0424}, + {-909, -227, 568, 0x0480}, + {-795, -227, 568, 0x0000} + } +}; + +StandTile tile_261 = { + 0x030e01, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 379, 0x0418}, + {-909, -227, 379, 0x0000}, + {-909, -227, 568, 0x0420} + } +}; + +StandTile tile_262 = { + 0x045200, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 909, 0x0000}, + {-833, -227, 985, 0x042c}, + {-682, -227, 909, 0x0494} + } +}; + +StandTile tile_263 = { + 0x045100, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 985, 0x0000}, + {-682, -227, 909, 0x0428}, + {-833, -227, 985, 0x0430} + } +}; + +StandTile tile_264 = { + 0x045000, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 985, 0x04a8}, + {-833, -227, 1098, 0x0434}, + {-682, -227, 985, 0x042c} + } +}; + +StandTile tile_265 = { + 0x044f00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 1098, 0x0000}, + {-682, -227, 1098, 0x0438}, + {-682, -227, 985, 0x0430} + } +}; + +StandTile tile_266 = { + 0x044e00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 985, 0x0434}, + {-682, -227, 1098, 0x043c}, + {-606, -227, 985, 0x0000} + } +}; + +StandTile tile_267 = { + 0x044d00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 1098, 0x0440}, + {-606, -227, 985, 0x0438}, + {-682, -227, 1098, 0x0000} + } +}; + +StandTile tile_268 = { + 0x044c00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 985, 0x0444}, + {-606, -227, 985, 0x043c}, + {-492, -227, 1098, 0x0000} + } +}; + +StandTile tile_269 = { + 0x044b00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 985, 0x0448}, + {-606, -227, 909, 0x0000}, + {-606, -227, 985, 0x0440} + } +}; + +StandTile tile_270 = { + 0x044a00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 871, 0x0454}, + {-606, -227, 909, 0x0444}, + {-492, -227, 985, 0x04b8} + } +}; + +StandTile tile_271 = { + 0x044900, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, -227, 909, 0x0454}, + {-606, -227, 758, 0x0450}, + {-682, -227, 909, 0x0000} + } +}; + +StandTile tile_272 = { + 0x044800, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, -227, 758, 0x0000}, + {-682, -227, 758, 0x0490}, + {-682, -227, 909, 0x044c} + } +}; + +StandTile tile_273 = { + 0x044700, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, -227, 909, 0x0448}, + {-492, -227, 871, 0x0458}, + {-606, -227, 758, 0x044c} + } +}; + +StandTile tile_274 = { + 0x044600, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 871, 0x0000}, + {-492, -227, 758, 0x045c}, + {-606, -227, 758, 0x0454} + } +}; + +StandTile tile_275 = { + 0x044500, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, -227, 758, 0x0458}, + {-492, -227, 758, 0x0460}, + {-606, -227, 682, 0x0000} + } +}; + +StandTile tile_276 = { + 0x044400, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 758, 0x0000}, + {-492, -227, 568, 0x0464}, + {-606, -227, 682, 0x045c} + } +}; + +StandTile tile_277 = { + 0x044300, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 568, 0x0468}, + {-606, -227, 682, 0x0460}, + {-492, -227, 568, 0x0000} + } +}; + +StandTile tile_278 = { + 0x044200, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 568, 0x046c}, + {-682, -227, 682, 0x0000}, + {-606, -227, 682, 0x0464} + } +}; + +StandTile tile_279 = { + 0x044100, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 568, 0x0000}, + {-795, -227, 568, 0x0484}, + {-682, -227, 682, 0x0468} + } +}; + +StandTile tile_280 = { + 0x044000, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 758, 0x0000}, + {-909, -227, 682, 0x0474}, + {-1023, -227, 758, 0x04a0} + } +}; + +StandTile tile_281 = { + 0x043f00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 682, 0x0478}, + {-1023, -227, 568, 0x0000}, + {-1023, -227, 758, 0x0470} + } +}; + +StandTile tile_282 = { + 0x043e00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 568, 0x0000}, + {-1023, -227, 568, 0x0474}, + {-909, -227, 682, 0x047c} + } +}; + +StandTile tile_283 = { + 0x043d00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 682, 0x0000}, + {-833, -227, 682, 0x0480}, + {-909, -227, 568, 0x0478} + } +}; + +StandTile tile_284 = { + 0x043c00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 568, 0x047c}, + {-833, -227, 682, 0x0484}, + {-795, -227, 568, 0x0420} + } +}; + +StandTile tile_285 = { + 0x043b00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 568, 0x0480}, + {-833, -227, 682, 0x0488}, + {-682, -227, 682, 0x046c} + } +}; + +StandTile tile_286 = { + 0x043a00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 682, 0x0484}, + {-833, -227, 682, 0x048c}, + {-682, -227, 758, 0x0000} + } +}; + +StandTile tile_287 = { + 0x043900, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 682, 0x0000}, + {-833, -227, 758, 0x0490}, + {-682, -227, 758, 0x0488} + } +}; + +StandTile tile_288 = { + 0x043800, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 909, 0x0450}, + {-682, -227, 758, 0x048c}, + {-833, -227, 758, 0x0494} + } +}; + +StandTile tile_289 = { + 0x043700, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 758, 0x0498}, + {-833, -227, 909, 0x0428}, + {-682, -227, 909, 0x0490} + } +}; + +StandTile tile_290 = { + 0x043600, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 758, 0x049c}, + {-909, -227, 909, 0x0000}, + {-833, -227, 909, 0x0494} + } +}; + +StandTile tile_291 = { + 0x043500, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 909, 0x0498}, + {-833, -227, 758, 0x0000}, + {-909, -227, 758, 0x04a0} + } +}; + +StandTile tile_292 = { + 0x043400, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 758, 0x0470}, + {-1023, -227, 758, 0x04a4}, + {-909, -227, 909, 0x049c} + } +}; + +StandTile tile_293 = { + 0x043300, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1023, -227, 758, 0x0000}, + {-1023, -227, 909, 0x04ac}, + {-909, -227, 909, 0x04a0} + } +}; + +StandTile tile_294 = { + 0x043200, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 1098, 0x0430}, + {-833, -227, 985, 0x0000}, + {-909, -227, 985, 0x04b4} + } +}; + +StandTile tile_295 = { + 0x043100, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 985, 0x0000}, + {-909, -227, 909, 0x04a4}, + {-1023, -227, 909, 0x04b0} + } +}; + +StandTile tile_296 = { + 0x043000, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1023, -227, 909, 0x0000}, + {-1023, -227, 1098, 0x04b4}, + {-909, -227, 985, 0x04ac} + } +}; + +StandTile tile_297 = { + 0x042f00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1023, -227, 1098, 0x0000}, + {-833, -227, 1098, 0x04a8}, + {-909, -227, 985, 0x04b0} + } +}; + +StandTile tile_298 = { + 0x024702, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 985, 0x04bc}, + {-265, -227, 871, 0x0000}, + {-492, -227, 871, 0x0448} + } +}; + +StandTile tile_299 = { + 0x024701, 0x37, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 985, 0x0000}, + {-265, -227, 985, 0x04c0}, + {-265, -227, 871, 0x04b8} + } +}; + +StandTile tile_300 = { + 0x024602, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-265, -227, 985, 0x04c4}, + {-152, -227, 871, 0x0290}, + {-265, -227, 871, 0x04bc} + } +}; + +StandTile tile_301 = { + 0x024601, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-265, -227, 985, 0x0000}, + {-152, -227, 985, 0x04c8}, + {-152, -227, 871, 0x04c0} + } +}; + +StandTile tile_302 = { + 0x024502, 0x35, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 985, 0x04cc}, + {227, -227, 871, 0x0000}, + {-152, -227, 871, 0x04c4} + } +}; + +StandTile tile_303 = { + 0x024501, 0x35, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 985, 0x0000}, + {227, -227, 985, 0x0702}, + {227, -227, 871, 0x04c8} + } +}; + +StandTile tile_304 = { + 0x023002, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, 265, 152, 0x04d4}, + {-833, 265, 0, 0x0000}, + {-947, 265, 0, 0x055a} + } +}; + +StandTile tile_305 = { + 0x023001, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, 265, 152, 0x0000}, + {-833, 265, 152, 0x0000}, + {-833, 265, 0, 0x04d0} + } +}; + +StandTile tile_306 = { + 0x01ed02, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 0, 0x04dc}, + {189, 0, 379, 0x0000}, + {417, 0, 379, 0x0000} + } +}; + +StandTile tile_307 = { + 0x01ed01, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 0, 0x0000}, + {189, 0, 0, 0x06b4}, + {189, 0, 379, 0x04d8} + } +}; + +StandTile tile_308 = { + 0x01e702, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 606, 0x04e4}, + {-189, 0, 379, 0x0000}, + {-189, 0, 606, 0x0000} + } +}; + +StandTile tile_309 = { + 0x01e701, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 606, 0x0000}, + {189, 0, 379, 0x06af}, + {-189, 0, 379, 0x04e0} + } +}; + +StandTile tile_310 = { + 0x012600, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x04ec}, + {-1136, 0, -1515, 0x0000}, + {-1326, 0, -1515, 0x0000} + } +}; + +StandTile tile_311 = { + 0x012700, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x0514}, + {-985, 0, -1515, 0x0596}, + {-1136, 0, -1515, 0x04e8} + } +}; + +StandTile tile_312 = { + 0x012800, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -795, 0x0000}, + {-1326, 0, -379, 0x0000}, + {-833, 0, -379, 0x050c} + } +}; + +StandTile tile_313 = { + 0x012900, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, -379, 0x0000}, + {-189, 0, -379, 0x0000}, + {-189, 0, -871, 0x0504} + } +}; + +StandTile tile_314 = { + 0x012a00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -1023, 0x0000}, + {-189, 0, -1515, 0x0000}, + {-985, 0, -1515, 0x04fc} + } +}; + +StandTile tile_315 = { + 0x012b00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, -1515, 0x0514}, + {-792, 0, -897, 0x0500}, + {-189, 0, -1023, 0x04f8} + } +}; + +StandTile tile_316 = { + 0x012c00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -871, 0x073b}, + {-189, 0, -1023, 0x04fc}, + {-792, 0, -897, 0x0504} + } +}; + +StandTile tile_317 = { + 0x012d00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, -379, 0x04f4}, + {-189, 0, -871, 0x0500}, + {-792, 0, -897, 0x0508} + } +}; + +StandTile tile_318 = { + 0x012e00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, -379, 0x0697}, + {-682, 0, -379, 0x0504}, + {-792, 0, -897, 0x050c} + } +}; + +StandTile tile_319 = { + 0x012f00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -795, 0x04f0}, + {-833, 0, -379, 0x0508}, + {-792, 0, -897, 0x0510} + } +}; + +StandTile tile_320 = { + 0x013000, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x05ed}, + {-1326, 0, -795, 0x050c}, + {-792, 0, -897, 0x0514} + } +}; + +StandTile tile_321 = { + 0x013100, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x0510}, + {-792, 0, -897, 0x04fc}, + {-985, 0, -1515, 0x04ec} + } +}; + +StandTile tile_322 = { + 0x00af02, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 189, -1364, 0x051c}, + {-1326, 189, -379, 0x0534}, + {-1174, 189, -530, 0x0000} + } +}; + +StandTile tile_323 = { + 0x00af01, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 189, -1364, 0x0526}, + {-1326, 189, -1515, 0x0000}, + {-1326, 189, -379, 0x0518} + } +}; + +StandTile tile_324 = { + 0x00ae02, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-1326, 189, -1515, 0x0526}, + {-341, 189, -1364, 0x0530}, + {-189, 189, -1515, 0x0000}, + {-379, 189, -1515, 0x056a}, + {-530, 189, -1515, 0x0000} + } +}; + +StandTile tile_325 = { + 0x00ae01, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 189, -1515, 0x051c}, + {-1174, 189, -1364, 0x0000}, + {-341, 189, -1364, 0x0520} + } +}; + +StandTile tile_326 = { + 0x00ad02, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-189, 189, -1515, 0x0530}, + {-341, 189, -530, 0x053a}, + {-189, 189, -379, 0x0000}, + {-189, 189, -1136, 0x056e}, + {-189, 189, -1288, 0x0000} + } +}; + +StandTile tile_327 = { + 0x00ad01, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -1515, 0x0520}, + {-341, 189, -1364, 0x0000}, + {-341, 189, -530, 0x052a} + } +}; + +StandTile tile_328 = { + 0x00ac02, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-189, 189, -379, 0x053a}, + {-1174, 189, -530, 0x0518}, + {-1326, 189, -379, 0x0000}, + {-1098, 189, -379, 0x0562}, + {-947, 189, -379, 0x0000} + } +}; + +StandTile tile_329 = { + 0x00ac01, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -379, 0x052a}, + {-341, 189, -530, 0x0000}, + {-1174, 189, -530, 0x0534} + } +}; + +StandTile tile_330 = { + 0x00bb02, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1742, 265, 152, 0x0542}, + {-1894, 189, 379, 0x0661}, + {-1742, 189, 379, 0x0000} + } +}; + +StandTile tile_331 = { + 0x00bb01, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1742, 265, 152, 0x054a}, + {-1894, 265, 152, 0x0000}, + {-1894, 189, 379, 0x053e} + } +}; + +StandTile tile_332 = { + 0x00ba02, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 265, 152, 0x054a}, + {-1742, 265, 0, 0x0000}, + {-1894, 265, 0, 0x0000} + } +}; + +StandTile tile_333 = { + 0x00ba01, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 265, 152, 0x0542}, + {-1742, 265, 152, 0x054e}, + {-1742, 265, 0, 0x0546} + } +}; + +StandTile tile_334 = { + 0x015202, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1742, 265, 152, 0x0552}, + {-1098, 265, 0, 0x0000}, + {-1742, 265, 0, 0x054a} + } +}; + +StandTile tile_335 = { + 0x015201, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1742, 265, 152, 0x0000}, + {-1098, 265, 152, 0x0556}, + {-1098, 265, 0, 0x054e} + } +}; + +StandTile tile_336 = { + 0x015302, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 265, 152, 0x055a}, + {-947, 265, 0, 0x055e}, + {-1098, 265, 0, 0x0552} + } +}; + +StandTile tile_337 = { + 0x015301, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 265, 152, 0x0000}, + {-947, 265, 152, 0x04d0}, + {-947, 265, 0, 0x0556} + } +}; + +StandTile tile_338 = { + 0x00b902, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, 189, -379, 0x0562}, + {-1098, 265, 0, 0x0556}, + {-947, 265, 0, 0x0000} + } +}; + +StandTile tile_339 = { + 0x00b901, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, 189, -379, 0x0534}, + {-1098, 189, -379, 0x0000}, + {-1098, 265, 0, 0x055e} + } +}; + +StandTile tile_340 = { + 0x00b002, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-530, 189, -1515, 0x056a}, + {-379, 189, -1705, 0x0797}, + {-530, 189, -1705, 0x0000} + } +}; + +StandTile tile_341 = { + 0x00b001, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-530, 189, -1515, 0x0520}, + {-379, 189, -1515, 0x0000}, + {-379, 189, -1705, 0x0566} + } +}; + +StandTile tile_342 = { + 0x00b802, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -1136, 0x0572}, + {189, 265, -1288, 0x0000}, + {-189, 189, -1288, 0x052a} + } +}; + +StandTile tile_343 = { + 0x00b801, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -1136, 0x0000}, + {189, 265, -1136, 0x057a}, + {189, 265, -1288, 0x056e} + } +}; + +StandTile tile_344 = { + 0x015502, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -1288, 0x057a}, + {341, 265, -1136, 0x0000}, + {341, 265, -1288, 0x0582} + } +}; + +StandTile tile_345 = { + 0x015501, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -1288, 0x0572}, + {189, 265, -1136, 0x0000}, + {341, 265, -1136, 0x0576} + } +}; + +StandTile tile_346 = { + 0x015702, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -1970, 0x0582}, + {341, 265, -1288, 0x0000}, + {341, 265, -1970, 0x0586} + } +}; + +StandTile tile_347 = { + 0x015701, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -1970, 0x0000}, + {189, 265, -1288, 0x0576}, + {341, 265, -1288, 0x057e} + } +}; + +StandTile tile_348 = { + 0x00b702, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 265, -2121, 0x058a}, + {189, 265, -1970, 0x057e}, + {341, 265, -1970, 0x0000} + } +}; + +StandTile tile_349 = { + 0x00b701, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 265, -2121, 0x0000}, + {189, 265, -2121, 0x058e}, + {189, 265, -1970, 0x0586} + } +}; + +StandTile tile_350 = { + 0x00b602, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -2121, 0x0592}, + {-189, 189, -1970, 0x0000}, + {189, 265, -1970, 0x058a} + } +}; + +StandTile tile_351 = { + 0x00b601, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -2121, 0x0000}, + {-189, 189, -2121, 0x07b6}, + {-189, 189, -1970, 0x058e} + } +}; + +StandTile tile_352 = { + 0x002502, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, -1705, 0x059a}, + {-1136, 0, -1515, 0x04ec}, + {-985, 0, -1515, 0x0000} + } +}; + +StandTile tile_353 = { + 0x002501, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, -1705, 0x0783}, + {-1136, 0, -1705, 0x0000}, + {-1136, 0, -1515, 0x0596} + } +}; + +StandTile tile_354 = { + 0x002602, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -2197, 0x05a2}, + {-1326, 0, -2348, 0x0000}, + {-1515, 0, -2348, 0x05aa} + } +}; + +StandTile tile_355 = { + 0x002601, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -2197, 0x0000}, + {-1326, 0, -2197, 0x078f}, + {-1326, 0, -2348, 0x059e} + } +}; + +StandTile tile_356 = { + 0x012302, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -2197, 0x05aa}, + {-1667, 0, -2348, 0x0000}, + {-1667, 0, -2197, 0x05b2} + } +}; + +StandTile tile_357 = { + 0x012301, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -2197, 0x059e}, + {-1515, 0, -2348, 0x0000}, + {-1667, 0, -2348, 0x05a6} + } +}; + +StandTile tile_358 = { + 0x00a202, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -1894, 0x05b2}, + {-1667, 0, -2197, 0x0000}, + {-1667, 0, -1894, 0x05cf} + } +}; + +StandTile tile_359 = { + 0x00a201, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -1894, 0x0000}, + {-1515, 0, -2197, 0x05a6}, + {-1667, 0, -2197, 0x05ae} + } +}; + +StandTile tile_360 = { + 0x00a602, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -1894, 0x05ba}, + {-2159, 0, -1515, 0x0000}, + {-2008, 0, -1515, 0x05bf} + } +}; + +StandTile tile_361 = { + 0x00a601, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-2008, 0, -1894, 0x0000}, + {-2045, 0, -1894, 0x029c}, + {-2159, 0, -1894, 0x0000}, + {-2159, 0, -1515, 0x05b6} + } +}; + +StandTile tile_362 = { + 0x013c00, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -1515, 0x05cb}, + {-1667, 0, -1894, 0x0000}, + {-2008, 0, -1894, 0x05b6} + } +}; + +StandTile tile_363 = { + 0x013d00, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -1326, 0x05c7}, + {-1515, 0, -1136, 0x05cb}, + {-2008, 0, -1515, 0x0000} + } +}; + +StandTile tile_364 = { + 0x013e00, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -1136, 0x05c3}, + {-2008, 0, -1326, 0x05d7}, + {-2008, 0, -1136, 0x0000} + } +}; + +StandTile tile_365 = { + 0x013f00, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -1136, 0x05cf}, + {-1667, 0, -1894, 0x05bf}, + {-2008, 0, -1515, 0x05c3} + } +}; + +StandTile tile_366 = { + 0x014000, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -1894, 0x05cb}, + {-1515, 0, -1136, 0x0000}, + {-1515, 0, -1894, 0x05ae} + } +}; + +StandTile tile_367 = { + 0x003d02, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, 0, -1136, 0x05d7}, + {-2008, 0, -1326, 0x0000}, + {-2045, 0, -1326, 0x05df} + } +}; + +StandTile tile_368 = { + 0x003d01, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, 0, -1136, 0x0000}, + {-2008, 0, -1136, 0x05c7}, + {-2008, 0, -1326, 0x05d3} + } +}; + +StandTile tile_369 = { + 0x003302, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2197, 0, -758, 0x05df}, + {-2045, 0, -1326, 0x0000}, + {-2197, 0, -1326, 0x0000} + } +}; + +StandTile tile_370 = { + 0x003301, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-2197, 0, -758, 0x0000}, + {-2045, 0, -758, 0x05e5}, + {-2045, 0, -947, 0x0000}, + {-2045, 0, -1136, 0x05d3}, + {-2045, 0, -1326, 0x05db} + } +}; + +StandTile tile_371 = { + 0x003e02, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, 0, -758, 0x05e9}, + {-2008, 0, -947, 0x0000}, + {-2045, 0, -947, 0x05df} + } +}; + +StandTile tile_372 = { + 0x003e01, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, 0, -758, 0x0000}, + {-2008, 0, -758, 0x0601}, + {-2008, 0, -947, 0x05e5} + } +}; + +StandTile tile_373 = { + 0x003802, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x05f1}, + {-1515, 0, -795, 0x0000}, + {-1326, 0, -795, 0x0510} + } +}; + +StandTile tile_374 = { + 0x003801, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x0000}, + {-1515, 0, -947, 0x05fd}, + {-1515, 0, -795, 0x05ed} + } +}; + +StandTile tile_375 = { + 0x002b02, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2159, 0, -189, 0x05f9}, + {-2008, 0, -568, 0x0000}, + {-2159, 0, -568, 0x0000} + } +}; + +StandTile tile_376 = { + 0x002b01, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2159, 0, -189, 0x0000}, + {-2008, 0, -189, 0x060d}, + {-2008, 0, -568, 0x05f5} + } +}; + +StandTile tile_377 = { + 0x014100, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -947, 0x0601}, + {-1515, 0, -795, 0x05f1}, + {-1515, 0, -947, 0x0000} + } +}; + +StandTile tile_378 = { + 0x014200, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -795, 0x05fd}, + {-2008, 0, -947, 0x05e9}, + {-2008, 0, -758, 0x0605} + } +}; + +StandTile tile_379 = { + 0x014300, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -795, 0x0601}, + {-2008, 0, -758, 0x0000}, + {-2008, 0, -568, 0x0609} + } +}; + +StandTile tile_380 = { + 0x014500, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0611}, + {-1515, 0, -795, 0x0605}, + {-2008, 0, -568, 0x060d} + } +}; + +StandTile tile_381 = { + 0x014600, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0609}, + {-2008, 0, -568, 0x05f9}, + {-2008, 0, -189, 0x0000} + } +}; + +StandTile tile_382 = { + 0x014700, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0615}, + {-1515, 0, -189, 0x0000}, + {-1515, 0, -795, 0x0609} + } +}; + +StandTile tile_383 = { + 0x00a802, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0619}, + {-1515, 0, 0, 0x0000}, + {-1515, 0, -189, 0x0611} + } +}; + +StandTile tile_384 = { + 0x00a801, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0000}, + {-1667, 0, 0, 0x061d}, + {-1515, 0, 0, 0x0615} + } +}; + +StandTile tile_385 = { + 0x012002, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 0, 0x0621}, + {-1515, 0, 189, 0x0629}, + {-1515, 0, 0, 0x0619} + } +}; + +StandTile tile_386 = { + 0x012001, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 0, 0x0000}, + {-1667, 0, 189, 0x0000}, + {-1515, 0, 189, 0x061d} + } +}; + +StandTile tile_387 = { + 0x011f02, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 0, 0x0629}, + {-1515, 0, 189, 0x0000}, + {-1288, 0, 189, 0x0631} + } +}; + +StandTile tile_388 = { + 0x011f01, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 0, 0x0000}, + {-1515, 0, 0, 0x061d}, + {-1515, 0, 189, 0x0625} + } +}; + +StandTile tile_389 = { + 0x003102, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 0, 0x0631}, + {-1288, 0, 189, 0x0635}, + {-1136, 0, 189, 0x0000} + } +}; + +StandTile tile_390 = { + 0x003101, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 0, 0x0000}, + {-1288, 0, 0, 0x0625}, + {-1288, 0, 189, 0x062d} + } +}; + +StandTile tile_391 = { + 0x003202, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 379, 0x0639}, + {-1136, 0, 189, 0x062d}, + {-1288, 0, 189, 0x0000} + } +}; + +StandTile tile_392 = { + 0x003201, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 379, 0x0641}, + {-1136, 0, 379, 0x0000}, + {-1136, 0, 189, 0x0635} + } +}; + +StandTile tile_393 = { + 0x014800, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 0, 379, 0x0649}, + {-1705, 0, 1023, 0x0645}, + {-1288, 0, 379, 0x0000} + } +}; + +StandTile tile_394 = { + 0x014900, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 758, 0x0000}, + {-1136, 0, 379, 0x0639}, + {-1288, 0, 379, 0x0645} + } +}; + +StandTile tile_395 = { + 0x014a00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 379, 0x063d}, + {-1705, 0, 1023, 0x0651}, + {-1136, 0, 758, 0x0641} + } +}; + +StandTile tile_396 = { + 0x014b00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 0, 379, 0x0000}, + {-1894, 0, 1136, 0x064d}, + {-1705, 0, 1023, 0x063d} + } +}; + +StandTile tile_397 = { + 0x014c00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1705, 0, 1023, 0x0649}, + {-1894, 0, 1136, 0x0000}, + {-1705, 0, 1136, 0x0673} + } +}; + +StandTile tile_398 = { + 0x014d00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1705, 0, 1023, 0x0000}, + {-1515, 0, 1023, 0x0655}, + {-1136, 0, 758, 0x0645} + } +}; + +StandTile tile_399 = { + 0x014e00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 758, 0x0651}, + {-1515, 0, 1023, 0x0659}, + {-1136, 0, 909, 0x067b} + } +}; + +StandTile tile_400 = { + 0x014f00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, 1023, 0x065d}, + {-1136, 0, 1136, 0x0000}, + {-1136, 0, 909, 0x0655} + } +}; + +StandTile tile_401 = { + 0x015000, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, 1023, 0x0000}, + {-1515, 0, 1136, 0x0000}, + {-1136, 0, 1136, 0x0659} + } +}; + +StandTile tile_402 = { + 0x00bc02, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1894, 189, 379, 0x0666}, + {-1288, 189, 530, 0x066a}, + {-1136, 189, 379, 0x0000}, + {-1742, 189, 379, 0x053e} + } +}; + +StandTile tile_403 = { + 0x00bc01, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 189, 379, 0x0000}, + {-1894, 189, 530, 0x0000}, + {-1288, 189, 530, 0x0661} + } +}; + +StandTile tile_404 = { + 0x00bd02, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1288, 189, 1136, 0x066f}, + {-1136, 189, 379, 0x0661}, + {-1288, 189, 530, 0x0000}, + {-1288, 189, 1023, 0x0677} + } +}; + +StandTile tile_405 = { + 0x00bd01, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 189, 1136, 0x0000}, + {-1136, 189, 1136, 0x0000}, + {-1136, 189, 379, 0x066a} + } +}; + +StandTile tile_406 = { + 0x00be02, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1705, 0, 1136, 0x0677}, + {-1288, 189, 1023, 0x0000}, + {-1705, 0, 1023, 0x064d} + } +}; + +StandTile tile_407 = { + 0x00be01, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1705, 0, 1136, 0x0000}, + {-1288, 189, 1136, 0x066a}, + {-1288, 189, 1023, 0x0673} + } +}; + +StandTile tile_408 = { + 0x002d02, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 909, 0x067f}, + {-833, 0, 758, 0x0000}, + {-1136, 0, 758, 0x0655} + } +}; + +StandTile tile_409 = { + 0x002d01, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 909, 0x0000}, + {-833, 0, 909, 0x0683}, + {-833, 0, 758, 0x067b} + } +}; + +StandTile tile_410 = { + 0x011d02, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, 909, 0x0687}, + {-682, 0, 758, 0x068f}, + {-833, 0, 758, 0x067f} + } +}; + +StandTile tile_411 = { + 0x011d01, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, 909, 0x0000}, + {-682, 0, 909, 0x0000}, + {-682, 0, 758, 0x0683} + } +}; + +StandTile tile_412 = { + 0x002202, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, 758, 0x068f}, + {-682, 0, 379, 0x069b}, + {-833, 0, 379, 0x0000} + } +}; + +StandTile tile_413 = { + 0x002201, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, 758, 0x0683}, + {-682, 0, 758, 0x0000}, + {-682, 0, 379, 0x068b} + } +}; + +StandTile tile_414 = { + 0x011a02, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 0, 0x0697}, + {-833, 0, -379, 0x0000}, + {-833, 0, 0, 0x069f} + } +}; + +StandTile tile_415 = { + 0x011a01, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 0, 0x0000}, + {-682, 0, -379, 0x0508}, + {-833, 0, -379, 0x0693} + } +}; + +StandTile tile_416 = { + 0x011802, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 379, 0x069f}, + {-833, 0, 0, 0x0000}, + {-833, 0, 379, 0x068b} + } +}; + +StandTile tile_417 = { + 0x011801, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 379, 0x06a3}, + {-682, 0, 0, 0x0693}, + {-833, 0, 0, 0x069b} + } +}; + +StandTile tile_418 = { + 0x001e00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 379, 0x0000}, + {-568, 0, 379, 0x06a7}, + {-682, 0, 0, 0x069f} + } +}; + +StandTile tile_419 = { + 0x011202, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-568, 0, 379, 0x06ab}, + {38, 0, 0, 0x0000}, + {-682, 0, 0, 0x06a3} + } +}; + +StandTile tile_420 = { + 0x011201, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-568, 0, 379, 0x06b8}, + {-227, 0, 379, 0x06af}, + {38, 0, 0, 0x06a7} + } +}; + +StandTile tile_421 = { + 0x011300, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-227, 0, 379, 0x0000}, + {-189, 0, 379, 0x04e4}, + {189, 0, 379, 0x06b4}, + {38, 0, 0, 0x06ab} + } +}; + +StandTile tile_422 = { + 0x011400, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 379, 0x04dc}, + {189, 0, 0, 0x072b}, + {38, 0, 0, 0x06af} + } +}; + +StandTile tile_423 = { + 0x001c02, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-568, 0, 795, 0x06bc}, + {-227, 0, 379, 0x06ab}, + {-568, 0, 379, 0x0000} + } +}; + +StandTile tile_424 = { + 0x001c01, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-568, 0, 795, 0x0000}, + {-227, 0, 795, 0x06c1}, + {-227, 0, 644, 0x0000}, + {-227, 0, 379, 0x06b8} + } +}; + +StandTile tile_425 = { + 0x003b02, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 0, 795, 0x06c5}, + {-189, 0, 644, 0x0000}, + {-227, 0, 644, 0x06bc} + } +}; + +StandTile tile_426 = { + 0x003b01, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 0, 795, 0x0000}, + {-189, 0, 795, 0x06c9}, + {-189, 0, 644, 0x06c1} + } +}; + +StandTile tile_427 = { + 0x001b02, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 795, 0x06cd}, + {189, 0, 644, 0x0000}, + {-189, 0, 644, 0x06c5} + } +}; + +StandTile tile_428 = { + 0x001b01, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 795, 0x0000}, + {189, 0, 795, 0x06d1}, + {189, 0, 644, 0x06c9} + } +}; + +StandTile tile_429 = { + 0x003a02, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 795, 0x06d5}, + {227, 0, 644, 0x0000}, + {189, 0, 644, 0x06cd} + } +}; + +StandTile tile_430 = { + 0x003a01, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 795, 0x0000}, + {227, 0, 795, 0x06ed}, + {227, 0, 644, 0x06d1} + } +}; + +StandTile tile_431 = { + 0x023c02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, 0, 871, 0x06dd}, + {833, 0, 985, 0x0000}, + {833, 0, 871, 0x06f5} + } +}; + +StandTile tile_432 = { + 0x023c01, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, 0, 871, 0x0706}, + {720, 0, 985, 0x0000}, + {833, 0, 985, 0x06d9} + } +}; + +StandTile tile_433 = { + 0x023e00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, 0, 795, 0x0000}, + {227, 0, 871, 0x0000}, + {341, 0, 871, 0x06e9} + } +}; + +StandTile tile_434 = { + 0x023f00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 0, 417, 0x0000}, + {227, 0, 417, 0x0000}, + {227, 0, 644, 0x06ed} + } +}; + +StandTile tile_435 = { + 0x023b02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 0, 417, 0x06ed}, + {227, 0, 795, 0x06e1}, + {341, 0, 871, 0x06f1} + } +}; + +StandTile tile_436 = { + 0x023b01, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 0, 417, 0x06e5}, + {227, 0, 644, 0x06d5}, + {227, 0, 795, 0x06e9} + } +}; + +StandTile tile_437 = { + 0x024000, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 417, 0x0000}, + {341, 0, 417, 0x06e9}, + {341, 0, 871, 0x06fa} + } +}; + +StandTile tile_438 = { + 0x024102, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {606, 0, 417, 0x06fa}, + {341, 0, 871, 0x0000}, + {720, 0, 871, 0x06d9}, + {833, 0, 871, 0x06fe} + } +}; + +StandTile tile_439 = { + 0x024101, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {606, 0, 417, 0x070e}, + {455, 0, 417, 0x06f1}, + {341, 0, 871, 0x06f5} + } +}; + +StandTile tile_440 = { + 0x001d00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, 0, 417, 0x0000}, + {606, 0, 417, 0x06f5}, + {833, 0, 871, 0x0000} + } +}; + +StandTile tile_441 = { + 0x023a02, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 985, 0x0706}, + {720, 0, 871, 0x0000}, + {227, -227, 871, 0x04cc} + } +}; + +StandTile tile_442 = { + 0x023a01, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 985, 0x0000}, + {720, 0, 985, 0x06dd}, + {720, 0, 871, 0x0702} + } +}; + +StandTile tile_443 = { + 0x003c02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 417, 0x070e}, + {606, 0, 379, 0x0238}, + {455, 0, 379, 0x0000} + } +}; + +StandTile tile_444 = { + 0x003c01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 417, 0x06fa}, + {606, 0, 417, 0x0000}, + {606, 0, 379, 0x070a} + } +}; + +StandTile tile_445 = { + 0x003902, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 0, 0x0716}, + {606, 0, -38, 0x071a}, + {455, 0, -38, 0x0000} + } +}; + +StandTile tile_446 = { + 0x003901, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 0, 0x023c}, + {606, 0, 0, 0x0000}, + {606, 0, -38, 0x0712} + } +}; + +StandTile tile_447 = { + 0x001902, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {606, 0, -379, 0x071f}, + {189, 0, -38, 0x0000}, + {455, 0, -38, 0x0712}, + {606, 0, -38, 0x0000} + } +}; + +StandTile tile_448 = { + 0x001901, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {606, 0, -379, 0x0000}, + {189, 0, -379, 0x0723}, + {189, 0, -38, 0x071a} + } +}; + +StandTile tile_449 = { + 0x011602, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -379, 0x0727}, + {189, 0, -38, 0x071f}, + {189, 0, -379, 0x0733} + } +}; + +StandTile tile_450 = { + 0x011601, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -379, 0x0000}, + {38, 0, 0, 0x072b}, + {189, 0, -38, 0x0723} + } +}; + +StandTile tile_451 = { + 0x011500, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, 0, 0x06b4}, + {189, 0, 0, 0x0000}, + {189, 0, -38, 0x0727} + } +}; + +StandTile tile_452 = { + 0x011102, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -871, 0x0733}, + {189, 0, -379, 0x0000}, + {189, 0, -871, 0x073f} + } +}; + +StandTile tile_453 = { + 0x011101, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -871, 0x0000}, + {38, 0, -379, 0x0723}, + {189, 0, -379, 0x072f} + } +}; + +StandTile tile_454 = { + 0x002102, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -1023, 0x073b}, + {-189, 0, -871, 0x0000}, + {38, 0, -871, 0x0743} + } +}; + +StandTile tile_455 = { + 0x002101, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -1023, 0x0000}, + {-189, 0, -1023, 0x0500}, + {-189, 0, -871, 0x0737} + } +}; + +StandTile tile_456 = { + 0x003402, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -1023, 0x0743}, + {38, 0, -871, 0x072f}, + {189, 0, -871, 0x074b} + } +}; + +StandTile tile_457 = { + 0x003401, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -1023, 0x0000}, + {38, 0, -1023, 0x0737}, + {38, 0, -871, 0x073f} + } +}; + +StandTile tile_458 = { + 0x010f02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1023, 0x074b}, + {189, 0, -871, 0x0000}, + {417, 0, -871, 0x0753} + } +}; + +StandTile tile_459 = { + 0x010f01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1023, 0x0000}, + {189, 0, -1023, 0x073f}, + {189, 0, -871, 0x0747} + } +}; + +StandTile tile_460 = { + 0x003502, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {568, 0, -1023, 0x0753}, + {417, 0, -871, 0x0000}, + {568, 0, -871, 0x0000} + } +}; + +StandTile tile_461 = { + 0x003501, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {568, 0, -1023, 0x075b}, + {417, 0, -1023, 0x0747}, + {417, 0, -871, 0x074f} + } +}; + +StandTile tile_462 = { + 0x003602, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1023, 0x075b}, + {568, 0, -1705, 0x075f}, + {417, 0, -1705, 0x0000} + } +}; + +StandTile tile_463 = { + 0x003601, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1023, 0x0753}, + {568, 0, -1023, 0x0000}, + {568, 0, -1705, 0x0757} + } +}; + +StandTile tile_464 = { + 0x010d02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, 0, -1705, 0x0763}, + {417, 0, -1856, 0x076b}, + {417, 0, -1705, 0x0757} + } +}; + +StandTile tile_465 = { + 0x010d01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, 0, -1705, 0x0000}, + {568, 0, -1856, 0x0000}, + {417, 0, -1856, 0x075f} + } +}; + +StandTile tile_466 = { + 0x00a002, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1705, 0x076b}, + {-189, 0, -1856, 0x0777}, + {-189, 0, -1705, 0x0000} + } +}; + +StandTile tile_467 = { + 0x00a001, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1705, 0x075f}, + {417, 0, -1856, 0x0000}, + {-189, 0, -1856, 0x0767} + } +}; + +StandTile tile_468 = { + 0x013200, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -2235, 0x077b}, + {-189, 0, -1856, 0x0000}, + {-189, 0, -2348, 0x0773} + } +}; + +StandTile tile_469 = { + 0x013300, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -2235, 0x076f}, + {-189, 0, -2348, 0x0000}, + {-758, 0, -2348, 0x07aa} + } +}; + +StandTile tile_470 = { + 0x013400, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, -1705, 0x0000}, + {-189, 0, -1705, 0x0767}, + {-189, 0, -1856, 0x077b} + } +}; + +StandTile tile_471 = { + 0x013500, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -1856, 0x076f}, + {-758, 0, -2235, 0x078b}, + {-985, 0, -1705, 0x0777} + } +}; + +StandTile tile_472 = { + 0x013600, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -2197, 0x0000}, + {-1326, 0, -1705, 0x0000}, + {-1136, 0, -1705, 0x0783} + } +}; + +StandTile tile_473 = { + 0x013700, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -2197, 0x077f}, + {-1136, 0, -1705, 0x059a}, + {-985, 0, -1705, 0x0787} + } +}; + +StandTile tile_474 = { + 0x013800, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -2235, 0x078f}, + {-1326, 0, -2197, 0x0783}, + {-985, 0, -1705, 0x078b} + } +}; + +StandTile tile_475 = { + 0x013900, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -2235, 0x0787}, + {-985, 0, -1705, 0x077b}, + {-758, 0, -2235, 0x0000} + } +}; + +StandTile tile_476 = { + 0x013a00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -2235, 0x0793}, + {-1326, 0, -2348, 0x05a2}, + {-1326, 0, -2197, 0x0787} + } +}; + +StandTile tile_477 = { + 0x013b00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -2235, 0x0000}, + {-1078, 0, -2348, 0x0000}, + {-1326, 0, -2348, 0x078f} + } +}; + +StandTile tile_478 = { + 0x00b102, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-189, 189, -1705, 0x079d}, + {-1174, 189, -1856, 0x07a1}, + {-1326, 189, -1705, 0x0000}, + {-530, 189, -1705, 0x0566}, + {-379, 189, -1705, 0x0000} + } +}; + +StandTile tile_479 = { + 0x00b101, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -1705, 0x07b6}, + {-341, 189, -1856, 0x0000}, + {-1174, 189, -1856, 0x0797} + } +}; + +StandTile tile_480 = { + 0x00b202, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1174, 189, -2348, 0x07a6}, + {-1326, 189, -1705, 0x0797}, + {-1174, 189, -1856, 0x0000}, + {-1174, 189, -2235, 0x07ae} + } +}; + +StandTile tile_481 = { + 0x00b201, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 189, -2348, 0x0000}, + {-1326, 189, -2348, 0x0000}, + {-1326, 189, -1705, 0x07a1} + } +}; + +StandTile tile_482 = { + 0x00b302, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -2348, 0x07ae}, + {-1174, 189, -2235, 0x0000}, + {-758, 0, -2235, 0x0773} + } +}; + +StandTile tile_483 = { + 0x00b301, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -2348, 0x0000}, + {-1174, 189, -2348, 0x07a1}, + {-1174, 189, -2235, 0x07aa} + } +}; + +StandTile tile_484 = { + 0x00b502, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, 189, -1856, 0x07b6}, + {-189, 189, -2348, 0x0000}, + {-341, 189, -2348, 0x0000} + } +}; + +StandTile tile_485 = { + 0x00b501, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-341, 189, -1856, 0x079d}, + {-189, 189, -1705, 0x0000}, + {-189, 189, -1970, 0x0592}, + {-189, 189, -2121, 0x0000}, + {-189, 189, -2348, 0x07b2} + } +}; + +StandTile tile_486 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_azt_all_p_stanZ.c b/assets/obseg/stan/Tbg_azt_all_p_stanZ.c new file mode 100644 index 0000000..99b1dba --- /dev/null +++ b/assets/obseg/stan/Tbg_azt_all_p_stanZ.c @@ -0,0 +1,20493 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:11 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_azt_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x50, 0x44, 0x00, 0x00, 0x51, 0x04, 0x00, 0x00, 0x52, 0x04, 0x00, 0x00, 0x67, 0x84, 0x00, 0x00, 0x68, 0x84, 0x00, 0x00, 0x68, 0xc4, 0x00, 0x00, 0x6a, 0x04, 0x00, 0x00, 0x6a, 0x44, 0x00, 0x00, 0x6a, 0x84, 0x00, 0x00, 0x6a, 0xc4, 0x00, 0x00, 0x6b, 0x04, 0x00, 0x00, 0x6b, 0x44, 0x00, 0x00, 0x6b, 0x84, 0x00, 0x00, 0x6b, 0xc4, 0x00, 0x00, 0x6c, 0x04, 0x00, 0x00, 0x6c, 0x44, 0x00, 0x00, 0x86, 0xf4, 0x00, 0x00, 0x8e, 0x44, 0x00, 0x00, 0x92, 0xfc, 0x00, 0x00, 0x93, 0x3c, 0x00, 0x00, 0x95, 0x4c, 0x00, 0x00, 0xaf, 0xe4, 0x00, 0x00, 0xb0, 0x24, 0x00, 0x00, 0xb4, 0x24, 0x00, 0x00, 0xb5, 0xb4, 0x00, 0x00, 0xb5, 0xf4, 0x00, 0x00, 0xb6, 0x34, 0x00, 0x00, 0xb9, 0x44, 0x00, 0x00, 0xb9, 0x84, 0x00, 0x00, 0xc1, 0x34, 0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x00fc50, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -208, 990, 0x0000}, + {-1510, -208, 937, 0x0305}, + {-1562, -208, 937, 0x0014} + } +}; + +StandTile tile_1 = { + 0x00fb52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-1562, -208, 937, 0x0019}, + {-1589, -208, 990, 0x0000}, + {-1562, -208, 990, 0x0531}, + {-1510, -208, 990, 0x0010} + } +}; + +StandTile tile_2 = { + 0x00fb51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -208, 937, 0x0000}, + {-1589, -208, 937, 0x0315}, + {-1589, -208, 990, 0x0014} + } +}; + +StandTile tile_3 = { + 0x00fa52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1914, 0, 937, 0x0021}, + {-1927, 0, 990, 0x0000}, + {-1914, 0, 990, 0x0029} + } +}; + +StandTile tile_4 = { + 0x00fa51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1914, 0, 937, 0x0000}, + {-1927, 0, 937, 0x0346}, + {-1927, 0, 990, 0x001d} + } +}; + +StandTile tile_5 = { + 0x00f952, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1914, -9, 937, 0x0029}, + {-1914, 0, 990, 0x0000}, + {-1914, -9, 990, 0x0031} + } +}; + +StandTile tile_6 = { + 0x00f951, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1914, -9, 937, 0x0000}, + {-1914, 0, 937, 0x001d}, + {-1914, 0, 990, 0x0025} + } +}; + +StandTile tile_7 = { + 0x00f852, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1901, -9, 937, 0x0031}, + {-1914, -9, 990, 0x0000}, + {-1901, -9, 990, 0x0039} + } +}; + +StandTile tile_8 = { + 0x00f851, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1901, -9, 937, 0x0000}, + {-1914, -9, 937, 0x0025}, + {-1914, -9, 990, 0x002d} + } +}; + +StandTile tile_9 = { + 0x00f752, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1901, -17, 937, 0x0039}, + {-1901, -9, 990, 0x0000}, + {-1901, -17, 990, 0x0041} + } +}; + +StandTile tile_10 = { + 0x00f751, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1901, -17, 937, 0x0000}, + {-1901, -9, 937, 0x002d}, + {-1901, -9, 990, 0x0035} + } +}; + +StandTile tile_11 = { + 0x00f652, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1888, -17, 937, 0x0041}, + {-1901, -17, 990, 0x0000}, + {-1888, -17, 990, 0x0049} + } +}; + +StandTile tile_12 = { + 0x00f651, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1888, -17, 937, 0x0000}, + {-1901, -17, 937, 0x0035}, + {-1901, -17, 990, 0x003d} + } +}; + +StandTile tile_13 = { + 0x00f552, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1888, -26, 937, 0x0049}, + {-1888, -17, 990, 0x0000}, + {-1888, -26, 990, 0x0051} + } +}; + +StandTile tile_14 = { + 0x00f551, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1888, -26, 937, 0x0000}, + {-1888, -17, 937, 0x003d}, + {-1888, -17, 990, 0x0045} + } +}; + +StandTile tile_15 = { + 0x00f452, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1875, -26, 937, 0x0051}, + {-1888, -26, 990, 0x0000}, + {-1875, -26, 990, 0x0059} + } +}; + +StandTile tile_16 = { + 0x00f451, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1875, -26, 937, 0x0000}, + {-1888, -26, 937, 0x0045}, + {-1888, -26, 990, 0x004d} + } +}; + +StandTile tile_17 = { + 0x00f352, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1875, -35, 937, 0x0059}, + {-1875, -26, 990, 0x0000}, + {-1875, -35, 990, 0x0061} + } +}; + +StandTile tile_18 = { + 0x00f351, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1875, -35, 937, 0x0000}, + {-1875, -26, 937, 0x004d}, + {-1875, -26, 990, 0x0055} + } +}; + +StandTile tile_19 = { + 0x00f252, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1862, -35, 937, 0x0061}, + {-1875, -35, 990, 0x0000}, + {-1862, -35, 990, 0x0069} + } +}; + +StandTile tile_20 = { + 0x00f251, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1862, -35, 937, 0x0000}, + {-1875, -35, 937, 0x0055}, + {-1875, -35, 990, 0x005d} + } +}; + +StandTile tile_21 = { + 0x00f152, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1862, -43, 937, 0x0069}, + {-1862, -35, 990, 0x0000}, + {-1862, -43, 990, 0x0071} + } +}; + +StandTile tile_22 = { + 0x00f151, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1862, -43, 937, 0x0000}, + {-1862, -35, 937, 0x005d}, + {-1862, -35, 990, 0x0065} + } +}; + +StandTile tile_23 = { + 0x00f052, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1849, -43, 937, 0x0071}, + {-1862, -43, 990, 0x0000}, + {-1849, -43, 990, 0x0079} + } +}; + +StandTile tile_24 = { + 0x00f051, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1849, -43, 937, 0x0000}, + {-1862, -43, 937, 0x0065}, + {-1862, -43, 990, 0x006d} + } +}; + +StandTile tile_25 = { + 0x00ef52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1849, -52, 937, 0x0079}, + {-1849, -43, 990, 0x0000}, + {-1849, -52, 990, 0x0081} + } +}; + +StandTile tile_26 = { + 0x00ef51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1849, -52, 937, 0x0000}, + {-1849, -43, 937, 0x006d}, + {-1849, -43, 990, 0x0075} + } +}; + +StandTile tile_27 = { + 0x00ee52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1836, -52, 937, 0x0081}, + {-1849, -52, 990, 0x0000}, + {-1836, -52, 990, 0x0089} + } +}; + +StandTile tile_28 = { + 0x00ee51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1836, -52, 937, 0x0000}, + {-1849, -52, 937, 0x0075}, + {-1849, -52, 990, 0x007d} + } +}; + +StandTile tile_29 = { + 0x00ed52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1836, -61, 937, 0x0089}, + {-1836, -52, 990, 0x0000}, + {-1836, -61, 990, 0x0091} + } +}; + +StandTile tile_30 = { + 0x00ed51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1836, -61, 937, 0x0000}, + {-1836, -52, 937, 0x007d}, + {-1836, -52, 990, 0x0085} + } +}; + +StandTile tile_31 = { + 0x00ec52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1823, -61, 937, 0x0091}, + {-1836, -61, 990, 0x0000}, + {-1823, -61, 990, 0x0099} + } +}; + +StandTile tile_32 = { + 0x00ec51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1823, -61, 937, 0x0000}, + {-1836, -61, 937, 0x0085}, + {-1836, -61, 990, 0x008d} + } +}; + +StandTile tile_33 = { + 0x00eb52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1823, -69, 937, 0x0099}, + {-1823, -61, 990, 0x0000}, + {-1823, -69, 990, 0x00a1} + } +}; + +StandTile tile_34 = { + 0x00eb51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1823, -69, 937, 0x0000}, + {-1823, -61, 937, 0x008d}, + {-1823, -61, 990, 0x0095} + } +}; + +StandTile tile_35 = { + 0x00ea52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1810, -69, 937, 0x00a1}, + {-1823, -69, 990, 0x0000}, + {-1810, -69, 990, 0x00a9} + } +}; + +StandTile tile_36 = { + 0x00ea51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1810, -69, 937, 0x0000}, + {-1823, -69, 937, 0x0095}, + {-1823, -69, 990, 0x009d} + } +}; + +StandTile tile_37 = { + 0x00e952, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1810, -78, 937, 0x00a9}, + {-1810, -69, 990, 0x0000}, + {-1810, -78, 990, 0x00b1} + } +}; + +StandTile tile_38 = { + 0x00e951, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1810, -78, 937, 0x0000}, + {-1810, -69, 937, 0x009d}, + {-1810, -69, 990, 0x00a5} + } +}; + +StandTile tile_39 = { + 0x00e852, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1797, -78, 937, 0x00b1}, + {-1810, -78, 990, 0x0000}, + {-1797, -78, 990, 0x00b9} + } +}; + +StandTile tile_40 = { + 0x00e851, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1797, -78, 937, 0x0000}, + {-1810, -78, 937, 0x00a5}, + {-1810, -78, 990, 0x00ad} + } +}; + +StandTile tile_41 = { + 0x00e752, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1797, -87, 937, 0x00b9}, + {-1797, -78, 990, 0x0000}, + {-1797, -87, 990, 0x00c1} + } +}; + +StandTile tile_42 = { + 0x00e751, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1797, -87, 937, 0x0000}, + {-1797, -78, 937, 0x00ad}, + {-1797, -78, 990, 0x00b5} + } +}; + +StandTile tile_43 = { + 0x00e652, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1784, -87, 937, 0x00c1}, + {-1797, -87, 990, 0x0000}, + {-1784, -87, 990, 0x00c9} + } +}; + +StandTile tile_44 = { + 0x00e651, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1784, -87, 937, 0x0000}, + {-1797, -87, 937, 0x00b5}, + {-1797, -87, 990, 0x00bd} + } +}; + +StandTile tile_45 = { + 0x00e552, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1784, -95, 937, 0x00c9}, + {-1784, -87, 990, 0x0000}, + {-1784, -95, 990, 0x00d1} + } +}; + +StandTile tile_46 = { + 0x00e551, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1784, -95, 937, 0x0000}, + {-1784, -87, 937, 0x00bd}, + {-1784, -87, 990, 0x00c5} + } +}; + +StandTile tile_47 = { + 0x00e452, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1771, -95, 937, 0x00d1}, + {-1784, -95, 990, 0x0000}, + {-1771, -95, 990, 0x00d9} + } +}; + +StandTile tile_48 = { + 0x00e451, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1771, -95, 937, 0x0000}, + {-1784, -95, 937, 0x00c5}, + {-1784, -95, 990, 0x00cd} + } +}; + +StandTile tile_49 = { + 0x00e352, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1771, -104, 937, 0x00d9}, + {-1771, -95, 990, 0x0000}, + {-1771, -104, 990, 0x0363} + } +}; + +StandTile tile_50 = { + 0x00e351, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1771, -104, 937, 0x0000}, + {-1771, -95, 937, 0x00cd}, + {-1771, -95, 990, 0x00d5} + } +}; + +StandTile tile_51 = { + 0x00e252, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1732, -104, 937, 0x00e1}, + {-1745, -104, 990, 0x0000}, + {-1732, -104, 990, 0x00e9} + } +}; + +StandTile tile_52 = { + 0x00e251, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1732, -104, 937, 0x0000}, + {-1745, -104, 937, 0x0367}, + {-1745, -104, 990, 0x00dd} + } +}; + +StandTile tile_53 = { + 0x00e152, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1732, -113, 937, 0x00e9}, + {-1732, -104, 990, 0x0000}, + {-1732, -113, 990, 0x00f1} + } +}; + +StandTile tile_54 = { + 0x00e151, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1732, -113, 937, 0x0000}, + {-1732, -104, 937, 0x00dd}, + {-1732, -104, 990, 0x00e5} + } +}; + +StandTile tile_55 = { + 0x00e052, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1719, -113, 937, 0x00f1}, + {-1732, -113, 990, 0x0000}, + {-1719, -113, 990, 0x00f9} + } +}; + +StandTile tile_56 = { + 0x00e051, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1719, -113, 937, 0x0000}, + {-1732, -113, 937, 0x00e5}, + {-1732, -113, 990, 0x00ed} + } +}; + +StandTile tile_57 = { + 0x00df52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1719, -122, 937, 0x00f9}, + {-1719, -113, 990, 0x0000}, + {-1719, -122, 990, 0x0101} + } +}; + +StandTile tile_58 = { + 0x00df51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1719, -122, 937, 0x0000}, + {-1719, -113, 937, 0x00ed}, + {-1719, -113, 990, 0x00f5} + } +}; + +StandTile tile_59 = { + 0x00de52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1706, -122, 937, 0x0101}, + {-1719, -122, 990, 0x0000}, + {-1706, -122, 990, 0x0109} + } +}; + +StandTile tile_60 = { + 0x00de51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1706, -122, 937, 0x0000}, + {-1719, -122, 937, 0x00f5}, + {-1719, -122, 990, 0x00fd} + } +}; + +StandTile tile_61 = { + 0x00dd52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1706, -130, 937, 0x0109}, + {-1706, -122, 990, 0x0000}, + {-1706, -130, 990, 0x0111} + } +}; + +StandTile tile_62 = { + 0x00dd51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1706, -130, 937, 0x0000}, + {-1706, -122, 937, 0x00fd}, + {-1706, -122, 990, 0x0105} + } +}; + +StandTile tile_63 = { + 0x00dc52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1693, -130, 937, 0x0111}, + {-1706, -130, 990, 0x0000}, + {-1693, -130, 990, 0x0119} + } +}; + +StandTile tile_64 = { + 0x00dc51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1693, -130, 937, 0x0000}, + {-1706, -130, 937, 0x0105}, + {-1706, -130, 990, 0x010d} + } +}; + +StandTile tile_65 = { + 0x00db52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1693, -139, 937, 0x0119}, + {-1693, -130, 990, 0x0000}, + {-1693, -139, 990, 0x0121} + } +}; + +StandTile tile_66 = { + 0x00db51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1693, -139, 937, 0x0000}, + {-1693, -130, 937, 0x010d}, + {-1693, -130, 990, 0x0115} + } +}; + +StandTile tile_67 = { + 0x00da52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1680, -139, 937, 0x0121}, + {-1693, -139, 990, 0x0000}, + {-1680, -139, 990, 0x0129} + } +}; + +StandTile tile_68 = { + 0x00da51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1680, -139, 937, 0x0000}, + {-1693, -139, 937, 0x0115}, + {-1693, -139, 990, 0x011d} + } +}; + +StandTile tile_69 = { + 0x00d952, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1680, -148, 937, 0x0129}, + {-1680, -139, 990, 0x0000}, + {-1680, -148, 990, 0x0131} + } +}; + +StandTile tile_70 = { + 0x00d951, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1680, -148, 937, 0x0000}, + {-1680, -139, 937, 0x011d}, + {-1680, -139, 990, 0x0125} + } +}; + +StandTile tile_71 = { + 0x00d852, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, -148, 937, 0x0131}, + {-1680, -148, 990, 0x0000}, + {-1667, -148, 990, 0x0139} + } +}; + +StandTile tile_72 = { + 0x00d851, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, -148, 937, 0x0000}, + {-1680, -148, 937, 0x0125}, + {-1680, -148, 990, 0x012d} + } +}; + +StandTile tile_73 = { + 0x00d752, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1667, -156, 937, 0x0139}, + {-1667, -148, 990, 0x0000}, + {-1667, -156, 990, 0x0141} + } +}; + +StandTile tile_74 = { + 0x00d751, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1667, -156, 937, 0x0000}, + {-1667, -148, 937, 0x012d}, + {-1667, -148, 990, 0x0135} + } +}; + +StandTile tile_75 = { + 0x00d652, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1654, -156, 937, 0x0141}, + {-1667, -156, 990, 0x0000}, + {-1654, -156, 990, 0x0149} + } +}; + +StandTile tile_76 = { + 0x00d651, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1654, -156, 937, 0x0000}, + {-1667, -156, 937, 0x0135}, + {-1667, -156, 990, 0x013d} + } +}; + +StandTile tile_77 = { + 0x00d552, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1654, -165, 937, 0x0149}, + {-1654, -156, 990, 0x0000}, + {-1654, -165, 990, 0x0151} + } +}; + +StandTile tile_78 = { + 0x00d551, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1654, -165, 937, 0x0000}, + {-1654, -156, 937, 0x013d}, + {-1654, -156, 990, 0x0145} + } +}; + +StandTile tile_79 = { + 0x00d452, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1641, -165, 937, 0x0151}, + {-1654, -165, 990, 0x0000}, + {-1641, -165, 990, 0x0159} + } +}; + +StandTile tile_80 = { + 0x00d451, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1641, -165, 937, 0x0000}, + {-1654, -165, 937, 0x0145}, + {-1654, -165, 990, 0x014d} + } +}; + +StandTile tile_81 = { + 0x00d352, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1641, -174, 937, 0x0159}, + {-1641, -165, 990, 0x0000}, + {-1641, -174, 990, 0x0161} + } +}; + +StandTile tile_82 = { + 0x00d351, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1641, -174, 937, 0x0000}, + {-1641, -165, 937, 0x014d}, + {-1641, -165, 990, 0x0155} + } +}; + +StandTile tile_83 = { + 0x00d252, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1628, -174, 937, 0x0161}, + {-1641, -174, 990, 0x0000}, + {-1628, -174, 990, 0x0169} + } +}; + +StandTile tile_84 = { + 0x00d251, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1628, -174, 937, 0x0000}, + {-1641, -174, 937, 0x0155}, + {-1641, -174, 990, 0x015d} + } +}; + +StandTile tile_85 = { + 0x00d152, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1628, -182, 937, 0x0169}, + {-1628, -174, 990, 0x0000}, + {-1628, -182, 990, 0x0171} + } +}; + +StandTile tile_86 = { + 0x00d151, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1628, -182, 937, 0x0000}, + {-1628, -174, 937, 0x015d}, + {-1628, -174, 990, 0x0165} + } +}; + +StandTile tile_87 = { + 0x00d052, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1615, -182, 937, 0x0171}, + {-1628, -182, 990, 0x0000}, + {-1615, -182, 990, 0x0179} + } +}; + +StandTile tile_88 = { + 0x00d051, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1615, -182, 937, 0x0000}, + {-1628, -182, 937, 0x0165}, + {-1628, -182, 990, 0x016d} + } +}; + +StandTile tile_89 = { + 0x00cf52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1615, -191, 937, 0x0179}, + {-1615, -182, 990, 0x0000}, + {-1615, -191, 990, 0x0181} + } +}; + +StandTile tile_90 = { + 0x00cf51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1615, -191, 937, 0x0000}, + {-1615, -182, 937, 0x016d}, + {-1615, -182, 990, 0x0175} + } +}; + +StandTile tile_91 = { + 0x00ce52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1602, -191, 937, 0x0181}, + {-1615, -191, 990, 0x0000}, + {-1602, -191, 990, 0x0189} + } +}; + +StandTile tile_92 = { + 0x00ce51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1602, -191, 937, 0x0000}, + {-1615, -191, 937, 0x0175}, + {-1615, -191, 990, 0x017d} + } +}; + +StandTile tile_93 = { + 0x00cd52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1602, -200, 937, 0x0189}, + {-1602, -191, 990, 0x0000}, + {-1602, -200, 990, 0x0311} + } +}; + +StandTile tile_94 = { + 0x00cd51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1602, -200, 937, 0x0000}, + {-1602, -191, 937, 0x017d}, + {-1602, -191, 990, 0x0185} + } +}; + +StandTile tile_95 = { + 0x00cc52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, -61, 781, 0x0191}, + {-1680, -61, 833, 0x0000}, + {-1667, -61, 833, 0x0199} + } +}; + +StandTile tile_96 = { + 0x00cc51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, -61, 781, 0x0000}, + {-1680, -61, 781, 0x0205}, + {-1680, -61, 833, 0x018d} + } +}; + +StandTile tile_97 = { + 0x00cb52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1667, -69, 781, 0x0199}, + {-1667, -61, 833, 0x0000}, + {-1667, -69, 833, 0x0211} + } +}; + +StandTile tile_98 = { + 0x00cb51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1667, -69, 781, 0x0000}, + {-1667, -61, 781, 0x018d}, + {-1667, -61, 833, 0x0195} + } +}; + +StandTile tile_99 = { + 0x00ca52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1745, -35, 781, 0x01a1}, + {-1758, -35, 833, 0x0000}, + {-1745, -35, 833, 0x01a9} + } +}; + +StandTile tile_100 = { + 0x00ca51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1745, -35, 781, 0x0000}, + {-1758, -35, 781, 0x01b5}, + {-1758, -35, 833, 0x019d} + } +}; + +StandTile tile_101 = { + 0x00c952, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1745, -43, 781, 0x01a9}, + {-1745, -35, 833, 0x0000}, + {-1745, -43, 833, 0x01f1} + } +}; + +StandTile tile_102 = { + 0x00c951, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1745, -43, 781, 0x0000}, + {-1745, -35, 781, 0x019d}, + {-1745, -35, 833, 0x01a5} + } +}; + +StandTile tile_103 = { + 0x00c852, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1758, -26, 781, 0x01b1}, + {-1771, -26, 833, 0x0000}, + {-1758, -26, 833, 0x01b9} + } +}; + +StandTile tile_104 = { + 0x00c851, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1758, -26, 781, 0x0000}, + {-1771, -26, 781, 0x01c5}, + {-1771, -26, 833, 0x01ad} + } +}; + +StandTile tile_105 = { + 0x00c752, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1758, -35, 781, 0x01b9}, + {-1758, -26, 833, 0x0000}, + {-1758, -35, 833, 0x01a1} + } +}; + +StandTile tile_106 = { + 0x00c751, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1758, -35, 781, 0x0000}, + {-1758, -26, 781, 0x01ad}, + {-1758, -26, 833, 0x01b5} + } +}; + +StandTile tile_107 = { + 0x00c652, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1771, -17, 781, 0x01c1}, + {-1784, -17, 833, 0x0000}, + {-1771, -17, 833, 0x01c9} + } +}; + +StandTile tile_108 = { + 0x00c651, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1771, -17, 781, 0x0000}, + {-1784, -17, 781, 0x01d5}, + {-1784, -17, 833, 0x01bd} + } +}; + +StandTile tile_109 = { + 0x00c552, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1771, -26, 781, 0x01c9}, + {-1771, -17, 833, 0x0000}, + {-1771, -26, 833, 0x01b1} + } +}; + +StandTile tile_110 = { + 0x00c551, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1771, -26, 781, 0x0000}, + {-1771, -17, 781, 0x01bd}, + {-1771, -17, 833, 0x01c5} + } +}; + +StandTile tile_111 = { + 0x00c452, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1784, -9, 781, 0x01d1}, + {-1797, -9, 833, 0x0000}, + {-1784, -9, 833, 0x01d9} + } +}; + +StandTile tile_112 = { + 0x00c451, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1784, -9, 781, 0x0000}, + {-1797, -9, 781, 0x01e5}, + {-1797, -9, 833, 0x01cd} + } +}; + +StandTile tile_113 = { + 0x00c352, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1784, -17, 781, 0x01d9}, + {-1784, -9, 833, 0x0000}, + {-1784, -17, 833, 0x01c1} + } +}; + +StandTile tile_114 = { + 0x00c351, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1784, -17, 781, 0x0000}, + {-1784, -9, 781, 0x01cd}, + {-1784, -9, 833, 0x01d5} + } +}; + +StandTile tile_115 = { + 0x00c252, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1797, 0, 781, 0x01e1}, + {-1810, 0, 833, 0x0000}, + {-1797, 0, 833, 0x01e9} + } +}; + +StandTile tile_116 = { + 0x00c251, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1797, 0, 781, 0x0000}, + {-1810, 0, 781, 0x036f}, + {-1810, 0, 833, 0x01dd} + } +}; + +StandTile tile_117 = { + 0x00c152, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1797, -9, 781, 0x01e9}, + {-1797, 0, 833, 0x0000}, + {-1797, -9, 833, 0x01d1} + } +}; + +StandTile tile_118 = { + 0x00c151, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1797, -9, 781, 0x0000}, + {-1797, 0, 781, 0x01dd}, + {-1797, 0, 833, 0x01e5} + } +}; + +StandTile tile_119 = { + 0x00c052, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1732, -43, 781, 0x01f1}, + {-1745, -43, 833, 0x0000}, + {-1732, -43, 833, 0x01f9} + } +}; + +StandTile tile_120 = { + 0x00c051, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1732, -43, 781, 0x0000}, + {-1745, -43, 781, 0x01a5}, + {-1745, -43, 833, 0x01ed} + } +}; + +StandTile tile_121 = { + 0x00bf52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1732, -52, 781, 0x01f9}, + {-1732, -43, 833, 0x0000}, + {-1732, -52, 833, 0x035b} + } +}; + +StandTile tile_122 = { + 0x00bf51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1732, -52, 781, 0x0000}, + {-1732, -43, 781, 0x01ed}, + {-1732, -43, 833, 0x01f5} + } +}; + +StandTile tile_123 = { + 0x00be52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1680, -52, 781, 0x0201}, + {-1693, -52, 833, 0x0000}, + {-1680, -52, 833, 0x0209} + } +}; + +StandTile tile_124 = { + 0x00be51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1680, -52, 781, 0x0000}, + {-1693, -52, 781, 0x035f}, + {-1693, -52, 833, 0x01fd} + } +}; + +StandTile tile_125 = { + 0x00bd52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1680, -61, 781, 0x0209}, + {-1680, -52, 833, 0x0000}, + {-1680, -61, 833, 0x0191} + } +}; + +StandTile tile_126 = { + 0x00bd51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1680, -61, 781, 0x0000}, + {-1680, -52, 781, 0x01fd}, + {-1680, -52, 833, 0x0205} + } +}; + +StandTile tile_127 = { + 0x00bc52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1654, -69, 781, 0x0211}, + {-1667, -69, 833, 0x0000}, + {-1654, -69, 833, 0x0219} + } +}; + +StandTile tile_128 = { + 0x00bc51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1654, -69, 781, 0x0000}, + {-1667, -69, 781, 0x0195}, + {-1667, -69, 833, 0x020d} + } +}; + +StandTile tile_129 = { + 0x00bb52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1654, -78, 781, 0x0219}, + {-1654, -69, 833, 0x0000}, + {-1654, -78, 833, 0x0221} + } +}; + +StandTile tile_130 = { + 0x00bb51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1654, -78, 781, 0x0000}, + {-1654, -69, 781, 0x020d}, + {-1654, -69, 833, 0x0215} + } +}; + +StandTile tile_131 = { + 0x00ba52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1641, -78, 781, 0x0221}, + {-1654, -78, 833, 0x0000}, + {-1641, -78, 833, 0x0229} + } +}; + +StandTile tile_132 = { + 0x00ba51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1641, -78, 781, 0x0000}, + {-1654, -78, 781, 0x0215}, + {-1654, -78, 833, 0x021d} + } +}; + +StandTile tile_133 = { + 0x00b952, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1641, -87, 781, 0x0229}, + {-1641, -78, 833, 0x0000}, + {-1641, -87, 833, 0x0231} + } +}; + +StandTile tile_134 = { + 0x00b951, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1641, -87, 781, 0x0000}, + {-1641, -78, 781, 0x021d}, + {-1641, -78, 833, 0x0225} + } +}; + +StandTile tile_135 = { + 0x00b852, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1628, -87, 781, 0x0231}, + {-1641, -87, 833, 0x0000}, + {-1628, -87, 833, 0x0239} + } +}; + +StandTile tile_136 = { + 0x00b851, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1628, -87, 781, 0x0000}, + {-1641, -87, 781, 0x0225}, + {-1641, -87, 833, 0x022d} + } +}; + +StandTile tile_137 = { + 0x00b752, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1628, -95, 781, 0x0239}, + {-1628, -87, 833, 0x0000}, + {-1628, -95, 833, 0x0241} + } +}; + +StandTile tile_138 = { + 0x00b751, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1628, -95, 781, 0x0000}, + {-1628, -87, 781, 0x022d}, + {-1628, -87, 833, 0x0235} + } +}; + +StandTile tile_139 = { + 0x00b652, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1615, -95, 781, 0x0241}, + {-1628, -95, 833, 0x0000}, + {-1615, -95, 833, 0x0249} + } +}; + +StandTile tile_140 = { + 0x00b651, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1615, -95, 781, 0x0000}, + {-1628, -95, 781, 0x0235}, + {-1628, -95, 833, 0x023d} + } +}; + +StandTile tile_141 = { + 0x00b552, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1615, -104, 781, 0x0249}, + {-1615, -95, 833, 0x0000}, + {-1615, -104, 833, 0x0251} + } +}; + +StandTile tile_142 = { + 0x00b551, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1615, -104, 781, 0x0000}, + {-1615, -95, 781, 0x023d}, + {-1615, -95, 833, 0x0245} + } +}; + +StandTile tile_143 = { + 0x00b452, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1602, -104, 781, 0x0251}, + {-1615, -104, 833, 0x0000}, + {-1602, -104, 833, 0x0259} + } +}; + +StandTile tile_144 = { + 0x00b451, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1602, -104, 781, 0x0000}, + {-1615, -104, 781, 0x0245}, + {-1615, -104, 833, 0x024d} + } +}; + +StandTile tile_145 = { + 0x00b352, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1602, -113, 781, 0x0259}, + {-1602, -104, 833, 0x0000}, + {-1602, -113, 833, 0x0261} + } +}; + +StandTile tile_146 = { + 0x00b351, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1602, -113, 781, 0x0000}, + {-1602, -104, 781, 0x024d}, + {-1602, -104, 833, 0x0255} + } +}; + +StandTile tile_147 = { + 0x00b252, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1589, -113, 781, 0x0261}, + {-1602, -113, 833, 0x0000}, + {-1589, -113, 833, 0x0269} + } +}; + +StandTile tile_148 = { + 0x00b251, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1589, -113, 781, 0x0000}, + {-1602, -113, 781, 0x0255}, + {-1602, -113, 833, 0x025d} + } +}; + +StandTile tile_149 = { + 0x00b152, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1589, -122, 781, 0x0269}, + {-1589, -113, 833, 0x0000}, + {-1589, -122, 833, 0x0271} + } +}; + +StandTile tile_150 = { + 0x00b151, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1589, -122, 781, 0x0000}, + {-1589, -113, 781, 0x025d}, + {-1589, -113, 833, 0x0265} + } +}; + +StandTile tile_151 = { + 0x00b052, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1576, -122, 781, 0x0271}, + {-1589, -122, 833, 0x0000}, + {-1576, -122, 833, 0x0279} + } +}; + +StandTile tile_152 = { + 0x00b051, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1576, -122, 781, 0x0000}, + {-1589, -122, 781, 0x0265}, + {-1589, -122, 833, 0x026d} + } +}; + +StandTile tile_153 = { + 0x00af52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1576, -130, 781, 0x0279}, + {-1576, -122, 833, 0x0000}, + {-1576, -130, 833, 0x0281} + } +}; + +StandTile tile_154 = { + 0x00af51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1576, -130, 781, 0x0000}, + {-1576, -122, 781, 0x026d}, + {-1576, -122, 833, 0x0275} + } +}; + +StandTile tile_155 = { + 0x00ae52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -130, 781, 0x0281}, + {-1576, -130, 833, 0x0000}, + {-1562, -130, 833, 0x0289} + } +}; + +StandTile tile_156 = { + 0x00ae51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -130, 781, 0x0000}, + {-1576, -130, 781, 0x0275}, + {-1576, -130, 833, 0x027d} + } +}; + +StandTile tile_157 = { + 0x00ad52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -139, 781, 0x0289}, + {-1562, -130, 833, 0x0000}, + {-1562, -139, 833, 0x0377} + } +}; + +StandTile tile_158 = { + 0x00ad51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -139, 781, 0x0000}, + {-1562, -130, 781, 0x027d}, + {-1562, -130, 833, 0x0285} + } +}; + +StandTile tile_159 = { + 0x00ac52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -139, 846, 0x0291}, + {-1562, -139, 833, 0x0000}, + {-1562, -139, 846, 0x0299} + } +}; + +StandTile tile_160 = { + 0x00ac51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -139, 846, 0x0000}, + {-1510, -139, 833, 0x0373}, + {-1562, -139, 833, 0x028d} + } +}; + +StandTile tile_161 = { + 0x00ab52, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -148, 846, 0x0299}, + {-1562, -139, 846, 0x0000}, + {-1562, -148, 846, 0x02a1} + } +}; + +StandTile tile_162 = { + 0x00ab51, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -148, 846, 0x0000}, + {-1510, -139, 846, 0x028d}, + {-1562, -139, 846, 0x0295} + } +}; + +StandTile tile_163 = { + 0x00aa52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -148, 859, 0x02a1}, + {-1562, -148, 846, 0x0000}, + {-1562, -148, 859, 0x02a9} + } +}; + +StandTile tile_164 = { + 0x00aa51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -148, 859, 0x0000}, + {-1510, -148, 846, 0x0295}, + {-1562, -148, 846, 0x029d} + } +}; + +StandTile tile_165 = { + 0x00a952, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -156, 859, 0x02a9}, + {-1562, -148, 859, 0x0000}, + {-1562, -156, 859, 0x02b1} + } +}; + +StandTile tile_166 = { + 0x00a951, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -156, 859, 0x0000}, + {-1510, -148, 859, 0x029d}, + {-1562, -148, 859, 0x02a5} + } +}; + +StandTile tile_167 = { + 0x00a852, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -156, 872, 0x02b1}, + {-1562, -156, 859, 0x0000}, + {-1562, -156, 872, 0x02b9} + } +}; + +StandTile tile_168 = { + 0x00a851, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -156, 872, 0x0000}, + {-1510, -156, 859, 0x02a5}, + {-1562, -156, 859, 0x02ad} + } +}; + +StandTile tile_169 = { + 0x00a752, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -165, 872, 0x02b9}, + {-1562, -156, 872, 0x0000}, + {-1562, -165, 872, 0x02c1} + } +}; + +StandTile tile_170 = { + 0x00a751, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -165, 872, 0x0000}, + {-1510, -156, 872, 0x02ad}, + {-1562, -156, 872, 0x02b5} + } +}; + +StandTile tile_171 = { + 0x00a652, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -165, 885, 0x02c1}, + {-1562, -165, 872, 0x0000}, + {-1562, -165, 885, 0x02c9} + } +}; + +StandTile tile_172 = { + 0x00a651, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -165, 885, 0x0000}, + {-1510, -165, 872, 0x02b5}, + {-1562, -165, 872, 0x02bd} + } +}; + +StandTile tile_173 = { + 0x00a552, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -174, 885, 0x02c9}, + {-1562, -165, 885, 0x0000}, + {-1562, -174, 885, 0x02d1} + } +}; + +StandTile tile_174 = { + 0x00a551, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -174, 885, 0x0000}, + {-1510, -165, 885, 0x02bd}, + {-1562, -165, 885, 0x02c5} + } +}; + +StandTile tile_175 = { + 0x00a452, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -174, 898, 0x02d1}, + {-1562, -174, 885, 0x0000}, + {-1562, -174, 898, 0x02d9} + } +}; + +StandTile tile_176 = { + 0x00a451, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -174, 898, 0x0000}, + {-1510, -174, 885, 0x02c5}, + {-1562, -174, 885, 0x02cd} + } +}; + +StandTile tile_177 = { + 0x00a352, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -182, 898, 0x02d9}, + {-1562, -174, 898, 0x0000}, + {-1562, -182, 898, 0x02e1} + } +}; + +StandTile tile_178 = { + 0x00a351, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -182, 898, 0x0000}, + {-1510, -174, 898, 0x02cd}, + {-1562, -174, 898, 0x02d5} + } +}; + +StandTile tile_179 = { + 0x00a252, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -182, 911, 0x02e1}, + {-1562, -182, 898, 0x0000}, + {-1562, -182, 911, 0x02e9} + } +}; + +StandTile tile_180 = { + 0x00a251, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -182, 911, 0x0000}, + {-1510, -182, 898, 0x02d5}, + {-1562, -182, 898, 0x02dd} + } +}; + +StandTile tile_181 = { + 0x00a152, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -191, 911, 0x02e9}, + {-1562, -182, 911, 0x0000}, + {-1562, -191, 911, 0x02f1} + } +}; + +StandTile tile_182 = { + 0x00a151, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -191, 911, 0x0000}, + {-1510, -182, 911, 0x02dd}, + {-1562, -182, 911, 0x02e5} + } +}; + +StandTile tile_183 = { + 0x00a052, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -191, 924, 0x02f1}, + {-1562, -191, 911, 0x0000}, + {-1562, -191, 924, 0x02f9} + } +}; + +StandTile tile_184 = { + 0x00a051, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -191, 924, 0x0000}, + {-1510, -191, 911, 0x02e5}, + {-1562, -191, 911, 0x02ed} + } +}; + +StandTile tile_185 = { + 0x009f52, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -200, 924, 0x02f9}, + {-1562, -191, 924, 0x0000}, + {-1562, -200, 924, 0x0301} + } +}; + +StandTile tile_186 = { + 0x009f51, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -200, 924, 0x0000}, + {-1510, -191, 924, 0x02ed}, + {-1562, -191, 924, 0x02f5} + } +}; + +StandTile tile_187 = { + 0x009e52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -200, 937, 0x0301}, + {-1562, -200, 924, 0x0000}, + {-1562, -200, 937, 0x0309} + } +}; + +StandTile tile_188 = { + 0x009e51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -200, 937, 0x0000}, + {-1510, -200, 924, 0x02f5}, + {-1562, -200, 924, 0x02fd} + } +}; + +StandTile tile_189 = { + 0x009d52, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -208, 937, 0x0309}, + {-1562, -200, 937, 0x0000}, + {-1562, -208, 937, 0x0010} + } +}; + +StandTile tile_190 = { + 0x009d51, 0x5c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -208, 937, 0x0000}, + {-1510, -200, 937, 0x02fd}, + {-1562, -200, 937, 0x0305} + } +}; + +StandTile tile_191 = { + 0x009c52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1589, -200, 937, 0x0311}, + {-1602, -200, 990, 0x0000}, + {-1589, -200, 990, 0x0319} + } +}; + +StandTile tile_192 = { + 0x009c51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1589, -200, 937, 0x0000}, + {-1602, -200, 937, 0x0185}, + {-1602, -200, 990, 0x030d} + } +}; + +StandTile tile_193 = { + 0x009b52, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1589, -208, 937, 0x0319}, + {-1589, -200, 990, 0x0000}, + {-1589, -208, 990, 0x0019} + } +}; + +StandTile tile_194 = { + 0x009b51, 0x5c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1589, -208, 937, 0x0000}, + {-1589, -200, 937, 0x030d}, + {-1589, -200, 990, 0x0315} + } +}; + +StandTile tile_195 = { + 0x011f50, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1984, 0, 825, 0x0000}, + {-2005, 0, 780, 0x0000}, + {-2005, 0, 859, 0x033e} + } +}; + +StandTile tile_196 = { + 0x013350, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1939, 0, 799, 0x0331}, + {-1840, 0, 755, 0x0000}, + {-1875, 0, 755, 0x0325} + } +}; + +StandTile tile_197 = { + 0x013250, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1939, 0, 799, 0x0321}, + {-1875, 0, 755, 0x0357}, + {-1927, 0, 755, 0x0329} + } +}; + +StandTile tile_198 = { + 0x011e50, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1976, 0, 755, 0x0000}, + {-1939, 0, 799, 0x0325}, + {-1927, 0, 755, 0x0000} + } +}; + +StandTile tile_199 = { + 0x011d52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1840, 0, 833, 0x0331}, + {-1939, 0, 799, 0x0336}, + {-1927, 0, 833, 0x0000} + } +}; + +StandTile tile_200 = { + 0x011d51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-1840, 0, 833, 0x036b}, + {-1840, 0, 781, 0x0000}, + {-1840, 0, 755, 0x0321}, + {-1939, 0, 799, 0x032d} + } +}; + +StandTile tile_201 = { + 0x011c50, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1939, 0, 799, 0x0000}, + {-1984, 0, 825, 0x033e}, + {-1927, 0, 833, 0x032d} + } +}; + +StandTile tile_202 = { + 0x011b52, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1927, 0, 833, 0x033e}, + {-2005, 0, 859, 0x0000}, + {-1979, 0, 859, 0x0342} + } +}; + +StandTile tile_203 = { + 0x011b51, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1927, 0, 833, 0x0336}, + {-1984, 0, 825, 0x031d}, + {-2005, 0, 859, 0x033a} + } +}; + +StandTile tile_204 = { + 0x011952, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1979, 0, 990, 0x0346}, + {-1927, 0, 833, 0x033a}, + {-1979, 0, 859, 0x0000} + } +}; + +StandTile tile_205 = { + 0x011951, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-1979, 0, 990, 0x0000}, + {-1927, 0, 990, 0x0021}, + {-1927, 0, 937, 0x0000}, + {-1927, 0, 833, 0x0342} + } +}; + +StandTile tile_206 = { + 0x009252, 0x5c, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1875, 27, 755, 0x034f}, + {-1923, 52, 712, 0x0000}, + {-1927, 27, 755, 0x0353} + } +}; + +StandTile tile_207 = { + 0x009251, 0x5c, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1875, 27, 755, 0x0000}, + {-1879, 52, 712, 0x0ae4}, + {-1923, 52, 712, 0x034b} + } +}; + +StandTile tile_208 = { + 0x012652, 0x5c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1927, 0, 755, 0x0357}, + {-1875, 27, 755, 0x034b}, + {-1927, 27, 755, 0x0000} + } +}; + +StandTile tile_209 = { + 0x012651, 0x5c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1927, 0, 755, 0x0325}, + {-1875, 0, 755, 0x0000}, + {-1875, 27, 755, 0x0353} + } +}; + +StandTile tile_210 = { + 0x008652, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1732, -52, 833, 0x035f}, + {-1693, -52, 781, 0x0000}, + {-1732, -52, 781, 0x01f5} + } +}; + +StandTile tile_211 = { + 0x008651, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1732, -52, 833, 0x0000}, + {-1693, -52, 833, 0x0201}, + {-1693, -52, 781, 0x035b} + } +}; + +StandTile tile_212 = { + 0x008552, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1771, -104, 990, 0x0367}, + {-1745, -104, 937, 0x0000}, + {-1771, -104, 937, 0x00d5} + } +}; + +StandTile tile_213 = { + 0x008551, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1771, -104, 990, 0x0000}, + {-1745, -104, 990, 0x00e1}, + {-1745, -104, 937, 0x0363} + } +}; + +StandTile tile_214 = { + 0x008452, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1840, 0, 833, 0x036f}, + {-1810, 0, 781, 0x0000}, + {-1840, 0, 781, 0x0331} + } +}; + +StandTile tile_215 = { + 0x008451, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1840, 0, 833, 0x0000}, + {-1810, 0, 833, 0x01e1}, + {-1810, 0, 781, 0x036b} + } +}; + +StandTile tile_216 = { + 0x008352, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -139, 781, 0x0377}, + {-1562, -139, 833, 0x0291}, + {-1510, -139, 833, 0x0000} + } +}; + +StandTile tile_217 = { + 0x008351, 0x5c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -139, 781, 0x0000}, + {-1562, -139, 781, 0x0285}, + {-1562, -139, 833, 0x0373} + } +}; + +StandTile tile_218 = { + 0x00f24a, 0x5b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -312, 1341, 0x037f}, + {-1406, -312, 1289, 0x0508}, + {-1406, -312, 1341, 0x0000} + } +}; + +StandTile tile_219 = { + 0x00f249, 0x5b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -312, 1341, 0x0000}, + {-1354, -312, 1289, 0x04d7}, + {-1406, -312, 1289, 0x037b} + } +}; + +StandTile tile_220 = { + 0x00c54a, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -347, 1237, 0x0387}, + {-1562, -339, 1237, 0x038b}, + {-1510, -339, 1237, 0x0000} + } +}; + +StandTile tile_221 = { + 0x00c549, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -347, 1237, 0x03ff}, + {-1562, -347, 1237, 0x0000}, + {-1562, -339, 1237, 0x0383} + } +}; + +StandTile tile_222 = { + 0x00c44a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -339, 1237, 0x038f}, + {-1510, -339, 1250, 0x0000}, + {-1510, -339, 1237, 0x0383} + } +}; + +StandTile tile_223 = { + 0x00c449, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -339, 1237, 0x0000}, + {-1562, -339, 1250, 0x03b7}, + {-1510, -339, 1250, 0x038b} + } +}; + +StandTile tile_224 = { + 0x00c34a, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -321, 1276, 0x0397}, + {-1562, -312, 1276, 0x039b}, + {-1510, -312, 1276, 0x0000} + } +}; + +StandTile tile_225 = { + 0x00c349, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -321, 1276, 0x03cf}, + {-1562, -321, 1276, 0x0000}, + {-1562, -312, 1276, 0x0393} + } +}; + +StandTile tile_226 = { + 0x00c24a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -312, 1276, 0x039f}, + {-1510, -312, 1289, 0x0000}, + {-1510, -312, 1276, 0x0393} + } +}; + +StandTile tile_227 = { + 0x00c249, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -312, 1276, 0x0000}, + {-1562, -312, 1289, 0x050d}, + {-1510, -312, 1289, 0x039b} + } +}; + +StandTile tile_228 = { + 0x00c14a, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -382, 1185, 0x03a7}, + {-1562, -373, 1185, 0x03ab}, + {-1510, -373, 1185, 0x0000} + } +}; + +StandTile tile_229 = { + 0x00c149, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -382, 1185, 0x040f}, + {-1562, -382, 1185, 0x0000}, + {-1562, -373, 1185, 0x03a3} + } +}; + +StandTile tile_230 = { + 0x00c04a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -373, 1185, 0x03af}, + {-1510, -373, 1198, 0x0000}, + {-1510, -373, 1185, 0x03a3} + } +}; + +StandTile tile_231 = { + 0x00c049, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -373, 1185, 0x0000}, + {-1562, -373, 1198, 0x03d7}, + {-1510, -373, 1198, 0x03ab} + } +}; + +StandTile tile_232 = { + 0x00bf4a, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -339, 1250, 0x03b7}, + {-1562, -330, 1250, 0x03bb}, + {-1510, -330, 1250, 0x0000} + } +}; + +StandTile tile_233 = { + 0x00bf49, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -339, 1250, 0x038f}, + {-1562, -339, 1250, 0x0000}, + {-1562, -330, 1250, 0x03b3} + } +}; + +StandTile tile_234 = { + 0x00be4a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -330, 1250, 0x03bf}, + {-1510, -330, 1263, 0x0000}, + {-1510, -330, 1250, 0x03b3} + } +}; + +StandTile tile_235 = { + 0x00be49, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -330, 1250, 0x0000}, + {-1562, -330, 1263, 0x03c7}, + {-1510, -330, 1263, 0x03bb} + } +}; + +StandTile tile_236 = { + 0x00bd4a, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -330, 1263, 0x03c7}, + {-1562, -321, 1263, 0x03cb}, + {-1510, -321, 1263, 0x0000} + } +}; + +StandTile tile_237 = { + 0x00bd49, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -330, 1263, 0x03bf}, + {-1562, -330, 1263, 0x0000}, + {-1562, -321, 1263, 0x03c3} + } +}; + +StandTile tile_238 = { + 0x00bc4a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -321, 1263, 0x03cf}, + {-1510, -321, 1276, 0x0000}, + {-1510, -321, 1263, 0x03c3} + } +}; + +StandTile tile_239 = { + 0x00bc49, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -321, 1263, 0x0000}, + {-1562, -321, 1276, 0x0397}, + {-1510, -321, 1276, 0x03cb} + } +}; + +StandTile tile_240 = { + 0x00bb4a, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -373, 1198, 0x03d7}, + {-1562, -365, 1198, 0x03db}, + {-1510, -365, 1198, 0x0000} + } +}; + +StandTile tile_241 = { + 0x00bb49, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -373, 1198, 0x03af}, + {-1562, -373, 1198, 0x0000}, + {-1562, -365, 1198, 0x03d3} + } +}; + +StandTile tile_242 = { + 0x00ba4a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -365, 1198, 0x03df}, + {-1510, -365, 1211, 0x0000}, + {-1510, -365, 1198, 0x03d3} + } +}; + +StandTile tile_243 = { + 0x00ba49, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -365, 1198, 0x0000}, + {-1562, -365, 1211, 0x03e7}, + {-1510, -365, 1211, 0x03db} + } +}; + +StandTile tile_244 = { + 0x00b94a, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -365, 1211, 0x03e7}, + {-1562, -356, 1211, 0x03eb}, + {-1510, -356, 1211, 0x0000} + } +}; + +StandTile tile_245 = { + 0x00b949, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -365, 1211, 0x03df}, + {-1562, -365, 1211, 0x0000}, + {-1562, -356, 1211, 0x03e3} + } +}; + +StandTile tile_246 = { + 0x00b84a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -356, 1211, 0x03ef}, + {-1510, -356, 1224, 0x0000}, + {-1510, -356, 1211, 0x03e3} + } +}; + +StandTile tile_247 = { + 0x00b849, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -356, 1211, 0x0000}, + {-1562, -356, 1224, 0x03f7}, + {-1510, -356, 1224, 0x03eb} + } +}; + +StandTile tile_248 = { + 0x00b74a, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -356, 1224, 0x03f7}, + {-1562, -347, 1224, 0x03fb}, + {-1510, -347, 1224, 0x0000} + } +}; + +StandTile tile_249 = { + 0x00b749, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -356, 1224, 0x03ef}, + {-1562, -356, 1224, 0x0000}, + {-1562, -347, 1224, 0x03f3} + } +}; + +StandTile tile_250 = { + 0x00b64a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -347, 1224, 0x03ff}, + {-1510, -347, 1237, 0x0000}, + {-1510, -347, 1224, 0x03f3} + } +}; + +StandTile tile_251 = { + 0x00b649, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -347, 1224, 0x0000}, + {-1562, -347, 1237, 0x0387}, + {-1510, -347, 1237, 0x03fb} + } +}; + +StandTile tile_252 = { + 0x00b54a, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -391, 1172, 0x0407}, + {-1562, -382, 1172, 0x040b}, + {-1510, -382, 1172, 0x0000} + } +}; + +StandTile tile_253 = { + 0x00b549, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -391, 1172, 0x042f}, + {-1562, -391, 1172, 0x0000}, + {-1562, -382, 1172, 0x0403} + } +}; + +StandTile tile_254 = { + 0x00b44a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -382, 1172, 0x040f}, + {-1510, -382, 1185, 0x0000}, + {-1510, -382, 1172, 0x0403} + } +}; + +StandTile tile_255 = { + 0x00b449, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -382, 1172, 0x0000}, + {-1562, -382, 1185, 0x03a7}, + {-1510, -382, 1185, 0x040b} + } +}; + +StandTile tile_256 = { + 0x00b34a, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -408, 1146, 0x0417}, + {-1562, -399, 1146, 0x041b}, + {-1510, -399, 1146, 0x0000} + } +}; + +StandTile tile_257 = { + 0x00b349, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -408, 1146, 0x04f7}, + {-1562, -408, 1146, 0x0000}, + {-1562, -399, 1146, 0x0413} + } +}; + +StandTile tile_258 = { + 0x00b24a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -399, 1146, 0x041f}, + {-1510, -399, 1159, 0x0000}, + {-1510, -399, 1146, 0x0413} + } +}; + +StandTile tile_259 = { + 0x00b249, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -399, 1146, 0x0000}, + {-1562, -399, 1159, 0x0427}, + {-1510, -399, 1159, 0x041b} + } +}; + +StandTile tile_260 = { + 0x00b14a, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -399, 1159, 0x0427}, + {-1562, -391, 1159, 0x042b}, + {-1510, -391, 1159, 0x0000} + } +}; + +StandTile tile_261 = { + 0x00b149, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1510, -399, 1159, 0x041f}, + {-1562, -399, 1159, 0x0000}, + {-1562, -391, 1159, 0x0423} + } +}; + +StandTile tile_262 = { + 0x00b04a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -391, 1159, 0x042f}, + {-1510, -391, 1172, 0x0000}, + {-1510, -391, 1159, 0x0423} + } +}; + +StandTile tile_263 = { + 0x00b049, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -391, 1159, 0x0000}, + {-1562, -391, 1172, 0x0407}, + {-1510, -391, 1172, 0x042b} + } +}; + +StandTile tile_264 = { + 0x00af4a, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -252, 1198, 0x0437}, + {-1354, -243, 1198, 0x043b}, + {-1406, -243, 1198, 0x0000} + } +}; + +StandTile tile_265 = { + 0x00af49, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -252, 1198, 0x04bf}, + {-1354, -252, 1198, 0x0000}, + {-1354, -243, 1198, 0x0433} + } +}; + +StandTile tile_266 = { + 0x00ae4a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -243, 1198, 0x043f}, + {-1406, -243, 1185, 0x0000}, + {-1406, -243, 1198, 0x0433} + } +}; + +StandTile tile_267 = { + 0x00ae49, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -243, 1198, 0x0000}, + {-1354, -243, 1185, 0x0477}, + {-1406, -243, 1185, 0x043b} + } +}; + +StandTile tile_268 = { + 0x00ad4a, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -217, 1146, 0x0447}, + {-1354, -208, 1146, 0x044b}, + {-1406, -208, 1146, 0x0000} + } +}; + +StandTile tile_269 = { + 0x00ad49, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -217, 1146, 0x045f}, + {-1354, -217, 1146, 0x0000}, + {-1354, -208, 1146, 0x0443} + } +}; + +StandTile tile_270 = { + 0x00ac4a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -208, 1146, 0x044f}, + {-1406, -208, 1133, 0x0000}, + {-1406, -208, 1146, 0x0443} + } +}; + +StandTile tile_271 = { + 0x00ac49, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -208, 1146, 0x0000}, + {-1354, -208, 1133, 0x0515}, + {-1406, -208, 1133, 0x044b} + } +}; + +StandTile tile_272 = { + 0x00ab4a, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -226, 1159, 0x0457}, + {-1354, -217, 1159, 0x045b}, + {-1406, -217, 1159, 0x0000} + } +}; + +StandTile tile_273 = { + 0x00ab49, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -226, 1159, 0x048f}, + {-1354, -226, 1159, 0x0000}, + {-1354, -217, 1159, 0x0453} + } +}; + +StandTile tile_274 = { + 0x00aa4a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -217, 1159, 0x045f}, + {-1406, -217, 1146, 0x0000}, + {-1406, -217, 1159, 0x0453} + } +}; + +StandTile tile_275 = { + 0x00aa49, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -217, 1159, 0x0000}, + {-1354, -217, 1146, 0x0447}, + {-1406, -217, 1146, 0x045b} + } +}; + +StandTile tile_276 = { + 0x00a94a, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -286, 1250, 0x0467}, + {-1354, -278, 1250, 0x046b}, + {-1406, -278, 1250, 0x0000} + } +}; + +StandTile tile_277 = { + 0x00a949, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -286, 1250, 0x04cf}, + {-1354, -286, 1250, 0x0000}, + {-1354, -278, 1250, 0x0463} + } +}; + +StandTile tile_278 = { + 0x00a84a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -278, 1250, 0x046f}, + {-1406, -278, 1237, 0x0000}, + {-1406, -278, 1250, 0x0463} + } +}; + +StandTile tile_279 = { + 0x00a849, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -278, 1250, 0x0000}, + {-1354, -278, 1237, 0x0497}, + {-1406, -278, 1237, 0x046b} + } +}; + +StandTile tile_280 = { + 0x00a74a, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -243, 1185, 0x0477}, + {-1354, -234, 1185, 0x047b}, + {-1406, -234, 1185, 0x0000} + } +}; + +StandTile tile_281 = { + 0x00a749, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -243, 1185, 0x043f}, + {-1354, -243, 1185, 0x0000}, + {-1354, -234, 1185, 0x0473} + } +}; + +StandTile tile_282 = { + 0x00a64a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -234, 1185, 0x047f}, + {-1406, -234, 1172, 0x0000}, + {-1406, -234, 1185, 0x0473} + } +}; + +StandTile tile_283 = { + 0x00a649, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -234, 1185, 0x0000}, + {-1354, -234, 1172, 0x0487}, + {-1406, -234, 1172, 0x047b} + } +}; + +StandTile tile_284 = { + 0x00a54a, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -234, 1172, 0x0487}, + {-1354, -226, 1172, 0x048b}, + {-1406, -226, 1172, 0x0000} + } +}; + +StandTile tile_285 = { + 0x00a549, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -234, 1172, 0x047f}, + {-1354, -234, 1172, 0x0000}, + {-1354, -226, 1172, 0x0483} + } +}; + +StandTile tile_286 = { + 0x00a44a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -226, 1172, 0x048f}, + {-1406, -226, 1159, 0x0000}, + {-1406, -226, 1172, 0x0483} + } +}; + +StandTile tile_287 = { + 0x00a449, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -226, 1172, 0x0000}, + {-1354, -226, 1159, 0x0457}, + {-1406, -226, 1159, 0x048b} + } +}; + +StandTile tile_288 = { + 0x00a34a, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -278, 1237, 0x0497}, + {-1354, -269, 1237, 0x049b}, + {-1406, -269, 1237, 0x0000} + } +}; + +StandTile tile_289 = { + 0x00a349, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -278, 1237, 0x046f}, + {-1354, -278, 1237, 0x0000}, + {-1354, -269, 1237, 0x0493} + } +}; + +StandTile tile_290 = { + 0x00a24a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -269, 1237, 0x049f}, + {-1406, -269, 1224, 0x0000}, + {-1406, -269, 1237, 0x0493} + } +}; + +StandTile tile_291 = { + 0x00a249, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -269, 1237, 0x0000}, + {-1354, -269, 1224, 0x04a7}, + {-1406, -269, 1224, 0x049b} + } +}; + +StandTile tile_292 = { + 0x00a14a, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -269, 1224, 0x04a7}, + {-1354, -260, 1224, 0x04ab}, + {-1406, -260, 1224, 0x0000} + } +}; + +StandTile tile_293 = { + 0x00a149, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -269, 1224, 0x049f}, + {-1354, -269, 1224, 0x0000}, + {-1354, -260, 1224, 0x04a3} + } +}; + +StandTile tile_294 = { + 0x00a04a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -260, 1224, 0x04af}, + {-1406, -260, 1211, 0x0000}, + {-1406, -260, 1224, 0x04a3} + } +}; + +StandTile tile_295 = { + 0x00a049, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -260, 1224, 0x0000}, + {-1354, -260, 1211, 0x04b7}, + {-1406, -260, 1211, 0x04ab} + } +}; + +StandTile tile_296 = { + 0x009f4a, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -260, 1211, 0x04b7}, + {-1354, -252, 1211, 0x04bb}, + {-1406, -252, 1211, 0x0000} + } +}; + +StandTile tile_297 = { + 0x009f49, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -260, 1211, 0x04af}, + {-1354, -260, 1211, 0x0000}, + {-1354, -252, 1211, 0x04b3} + } +}; + +StandTile tile_298 = { + 0x009e4a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -252, 1211, 0x04bf}, + {-1406, -252, 1198, 0x0000}, + {-1406, -252, 1211, 0x04b3} + } +}; + +StandTile tile_299 = { + 0x009e49, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -252, 1211, 0x0000}, + {-1354, -252, 1198, 0x0437}, + {-1406, -252, 1198, 0x04bb} + } +}; + +StandTile tile_300 = { + 0x009d4a, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -295, 1263, 0x04c7}, + {-1354, -286, 1263, 0x04cb}, + {-1406, -286, 1263, 0x0000} + } +}; + +StandTile tile_301 = { + 0x009d49, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -295, 1263, 0x04ef}, + {-1354, -295, 1263, 0x0000}, + {-1354, -286, 1263, 0x04c3} + } +}; + +StandTile tile_302 = { + 0x009c4a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -286, 1263, 0x04cf}, + {-1406, -286, 1250, 0x0000}, + {-1406, -286, 1263, 0x04c3} + } +}; + +StandTile tile_303 = { + 0x009c49, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -286, 1263, 0x0000}, + {-1354, -286, 1250, 0x0467}, + {-1406, -286, 1250, 0x04cb} + } +}; + +StandTile tile_304 = { + 0x009b4a, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -312, 1289, 0x04d7}, + {-1354, -304, 1289, 0x04db}, + {-1406, -304, 1289, 0x0000} + } +}; + +StandTile tile_305 = { + 0x009b49, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -312, 1289, 0x037f}, + {-1354, -312, 1289, 0x0000}, + {-1354, -304, 1289, 0x04d3} + } +}; + +StandTile tile_306 = { + 0x009a4a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -304, 1289, 0x04df}, + {-1406, -304, 1276, 0x0000}, + {-1406, -304, 1289, 0x04d3} + } +}; + +StandTile tile_307 = { + 0x009a49, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -304, 1289, 0x0000}, + {-1354, -304, 1276, 0x04e7}, + {-1406, -304, 1276, 0x04db} + } +}; + +StandTile tile_308 = { + 0x00994a, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -304, 1276, 0x04e7}, + {-1354, -295, 1276, 0x04eb}, + {-1406, -295, 1276, 0x0000} + } +}; + +StandTile tile_309 = { + 0x009949, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -304, 1276, 0x04df}, + {-1354, -304, 1276, 0x0000}, + {-1354, -295, 1276, 0x04e3} + } +}; + +StandTile tile_310 = { + 0x00984a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -295, 1276, 0x04ef}, + {-1406, -295, 1263, 0x0000}, + {-1406, -295, 1276, 0x04e3} + } +}; + +StandTile tile_311 = { + 0x009849, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -295, 1276, 0x0000}, + {-1354, -295, 1263, 0x04c7}, + {-1406, -295, 1263, 0x04eb} + } +}; + +StandTile tile_312 = { + 0x00974a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -408, 1094, 0x04f7}, + {-1458, -408, 1146, 0x0500}, + {-1458, -408, 1094, 0x0000} + } +}; + +StandTile tile_313 = { + 0x009749, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {-1562, -408, 1094, 0x0000}, + {-1562, -408, 1146, 0x0417}, + {-1510, -408, 1146, 0x0000}, + {-1458, -408, 1146, 0x04f3} + } +}; + +StandTile tile_314 = { + 0x00964a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1458, -408, 1094, 0x0500}, + {-1406, -408, 1146, 0x0545}, + {-1406, -408, 1094, 0x0000} + } +}; + +StandTile tile_315 = { + 0x009649, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1458, -408, 1094, 0x04f3}, + {-1458, -408, 1146, 0x0000}, + {-1406, -408, 1146, 0x04fc} + } +}; + +StandTile tile_316 = { + 0x002f4a, 0x5b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -312, 1341, 0x0508}, + {-1406, -312, 1289, 0x0000}, + {-1510, -312, 1289, 0x050d} + } +}; + +StandTile tile_317 = { + 0x002f49, 0x5b, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-1562, -312, 1341, 0x0000}, + {-1432, -312, 1341, 0x06ef}, + {-1406, -312, 1341, 0x037b}, + {-1406, -312, 1289, 0x0504} + } +}; + +StandTile tile_318 = { + 0x002e48, 0x5b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -312, 1341, 0x0504}, + {-1510, -312, 1289, 0x039f}, + {-1562, -312, 1289, 0x0000} + } +}; + +StandTile tile_319 = { + 0x002a4a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -208, 1133, 0x0515}, + {-1354, -208, 1094, 0x051d}, + {-1406, -208, 1094, 0x0000} + } +}; + +StandTile tile_320 = { + 0x002a49, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -208, 1133, 0x044f}, + {-1354, -208, 1133, 0x0000}, + {-1354, -208, 1094, 0x0511} + } +}; + +StandTile tile_321 = { + 0x00294a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -208, 1094, 0x051d}, + {-1354, -208, 1042, 0x0000}, + {-1406, -208, 1042, 0x0525} + } +}; + +StandTile tile_322 = { + 0x002949, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -208, 1094, 0x0511}, + {-1354, -208, 1094, 0x0539}, + {-1354, -208, 1042, 0x0519} + } +}; + +StandTile tile_323 = { + 0x00284a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -208, 1094, 0x0525}, + {-1406, -208, 1042, 0x0000}, + {-1510, -208, 1042, 0x052d} + } +}; + +StandTile tile_324 = { + 0x002849, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -208, 1094, 0x0000}, + {-1406, -208, 1094, 0x0519}, + {-1406, -208, 1042, 0x0521} + } +}; + +StandTile tile_325 = { + 0x00274a, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -208, 1094, 0x052d}, + {-1510, -208, 1007, 0x0535}, + {-1562, -208, 1007, 0x0000} + } +}; + +StandTile tile_326 = { + 0x002749, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -208, 1094, 0x0521}, + {-1510, -208, 1042, 0x0000}, + {-1510, -208, 1007, 0x0529} + } +}; + +StandTile tile_327 = { + 0x000e4a, 0x5b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -208, 1007, 0x0535}, + {-1510, -208, 990, 0x0014}, + {-1562, -208, 990, 0x0000} + } +}; + +StandTile tile_328 = { + 0x000e49, 0x5b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1562, -208, 1007, 0x0529}, + {-1510, -208, 1007, 0x0000}, + {-1510, -208, 990, 0x0531} + } +}; + +StandTile tile_329 = { + 0x002b4a, 0x5a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1315, -208, 1094, 0x053d}, + {-1354, -208, 1042, 0x051d}, + {-1354, -208, 1094, 0x0000} + } +}; + +StandTile tile_330 = { + 0x002b49, 0x5a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1315, -208, 1094, 0x0551}, + {-1315, -208, 1042, 0x0000}, + {-1354, -208, 1042, 0x0539} + } +}; + +StandTile tile_331 = { + 0x00954a, 0x59, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -408, 1094, 0x0545}, + {-1354, -408, 1146, 0x054d}, + {-1354, -408, 1094, 0x0000} + } +}; + +StandTile tile_332 = { + 0x009549, 0x59, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -408, 1094, 0x04fc}, + {-1406, -408, 1146, 0x0000}, + {-1354, -408, 1146, 0x0541} + } +}; + +StandTile tile_333 = { + 0x00944a, 0x59, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -408, 1094, 0x054d}, + {-1315, -408, 1146, 0x055d}, + {-1315, -408, 1094, 0x0000} + } +}; + +StandTile tile_334 = { + 0x009449, 0x59, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -408, 1094, 0x0541}, + {-1354, -408, 1146, 0x0000}, + {-1315, -408, 1146, 0x0549} + } +}; + +StandTile tile_335 = { + 0x002c4a, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1315, -217, 1094, 0x0555}, + {-1315, -208, 1042, 0x053d}, + {-1315, -208, 1094, 0x0000} + } +}; + +StandTile tile_336 = { + 0x002c49, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1315, -217, 1094, 0x05e1}, + {-1315, -217, 1042, 0x0000}, + {-1315, -208, 1042, 0x0551} + } +}; + +StandTile tile_337 = { + 0x00934a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1315, -408, 1094, 0x055d}, + {-1289, -408, 1146, 0x0575}, + {-1289, -408, 1094, 0x0000} + } +}; + +StandTile tile_338 = { + 0x009349, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1315, -408, 1094, 0x0549}, + {-1315, -408, 1146, 0x0000}, + {-1289, -408, 1146, 0x0559} + } +}; + +StandTile tile_339 = { + 0x00c74a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1276, -399, 1094, 0x0565}, + {-1276, -391, 1146, 0x0569}, + {-1276, -391, 1094, 0x0000} + } +}; + +StandTile tile_340 = { + 0x00c749, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1276, -399, 1094, 0x057d}, + {-1276, -399, 1146, 0x0000}, + {-1276, -391, 1146, 0x0561} + } +}; + +StandTile tile_341 = { + 0x00c64a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1276, -391, 1146, 0x056d}, + {-1263, -391, 1094, 0x0000}, + {-1276, -391, 1094, 0x0561} + } +}; + +StandTile tile_342 = { + 0x00c649, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1276, -391, 1146, 0x0000}, + {-1263, -391, 1146, 0x0585}, + {-1263, -391, 1094, 0x0569} + } +}; + +StandTile tile_343 = { + 0x00c94a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1289, -408, 1094, 0x0575}, + {-1289, -399, 1146, 0x0579}, + {-1289, -399, 1094, 0x0000} + } +}; + +StandTile tile_344 = { + 0x00c949, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1289, -408, 1094, 0x0559}, + {-1289, -408, 1146, 0x0000}, + {-1289, -399, 1146, 0x0571} + } +}; + +StandTile tile_345 = { + 0x00c84a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1289, -399, 1146, 0x057d}, + {-1276, -399, 1094, 0x0000}, + {-1289, -399, 1094, 0x0571} + } +}; + +StandTile tile_346 = { + 0x00c849, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1289, -399, 1146, 0x0000}, + {-1276, -399, 1146, 0x0565}, + {-1276, -399, 1094, 0x0579} + } +}; + +StandTile tile_347 = { + 0x00cb4a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1263, -391, 1094, 0x0585}, + {-1263, -382, 1146, 0x0589}, + {-1263, -382, 1094, 0x0000} + } +}; + +StandTile tile_348 = { + 0x00cb49, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1263, -391, 1094, 0x056d}, + {-1263, -391, 1146, 0x0000}, + {-1263, -382, 1146, 0x0581} + } +}; + +StandTile tile_349 = { + 0x00ca4a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1263, -382, 1146, 0x058d}, + {-1250, -382, 1094, 0x0000}, + {-1263, -382, 1094, 0x0581} + } +}; + +StandTile tile_350 = { + 0x00ca49, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1263, -382, 1146, 0x0000}, + {-1250, -382, 1146, 0x05c5}, + {-1250, -382, 1094, 0x0589} + } +}; + +StandTile tile_351 = { + 0x00cd4a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1211, -356, 1094, 0x0595}, + {-1211, -347, 1146, 0x0599}, + {-1211, -347, 1094, 0x0000} + } +}; + +StandTile tile_352 = { + 0x00cd49, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1211, -356, 1094, 0x05ad}, + {-1211, -356, 1146, 0x0000}, + {-1211, -347, 1146, 0x0591} + } +}; + +StandTile tile_353 = { + 0x00cc4a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1211, -347, 1146, 0x059d}, + {-1198, -347, 1094, 0x0000}, + {-1211, -347, 1094, 0x0591} + } +}; + +StandTile tile_354 = { + 0x00cc49, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1211, -347, 1146, 0x0000}, + {-1198, -347, 1146, 0x05d5}, + {-1198, -347, 1094, 0x0599} + } +}; + +StandTile tile_355 = { + 0x00cf4a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1224, -365, 1094, 0x05a5}, + {-1224, -356, 1146, 0x05a9}, + {-1224, -356, 1094, 0x0000} + } +}; + +StandTile tile_356 = { + 0x00cf49, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1224, -365, 1094, 0x05bd}, + {-1224, -365, 1146, 0x0000}, + {-1224, -356, 1146, 0x05a1} + } +}; + +StandTile tile_357 = { + 0x00ce4a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1224, -356, 1146, 0x05ad}, + {-1211, -356, 1094, 0x0000}, + {-1224, -356, 1094, 0x05a1} + } +}; + +StandTile tile_358 = { + 0x00ce49, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1224, -356, 1146, 0x0000}, + {-1211, -356, 1146, 0x0595}, + {-1211, -356, 1094, 0x05a9} + } +}; + +StandTile tile_359 = { + 0x00d14a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1237, -373, 1094, 0x05b5}, + {-1237, -365, 1146, 0x05b9}, + {-1237, -365, 1094, 0x0000} + } +}; + +StandTile tile_360 = { + 0x00d149, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1237, -373, 1094, 0x05cd}, + {-1237, -373, 1146, 0x0000}, + {-1237, -365, 1146, 0x05b1} + } +}; + +StandTile tile_361 = { + 0x00d04a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1237, -365, 1146, 0x05bd}, + {-1224, -365, 1094, 0x0000}, + {-1237, -365, 1094, 0x05b1} + } +}; + +StandTile tile_362 = { + 0x00d049, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1237, -365, 1146, 0x0000}, + {-1224, -365, 1146, 0x05a5}, + {-1224, -365, 1094, 0x05b9} + } +}; + +StandTile tile_363 = { + 0x00d74a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1250, -382, 1094, 0x05c5}, + {-1250, -373, 1146, 0x05c9}, + {-1250, -373, 1094, 0x0000} + } +}; + +StandTile tile_364 = { + 0x00d749, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1250, -382, 1094, 0x058d}, + {-1250, -382, 1146, 0x0000}, + {-1250, -373, 1146, 0x05c1} + } +}; + +StandTile tile_365 = { + 0x00d64a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1250, -373, 1146, 0x05cd}, + {-1237, -373, 1094, 0x0000}, + {-1250, -373, 1094, 0x05c1} + } +}; + +StandTile tile_366 = { + 0x00d649, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1250, -373, 1146, 0x0000}, + {-1237, -373, 1146, 0x05b5}, + {-1237, -373, 1094, 0x05c9} + } +}; + +StandTile tile_367 = { + 0x00db4a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1198, -347, 1094, 0x05d5}, + {-1198, -339, 1146, 0x05d9}, + {-1198, -339, 1094, 0x0000} + } +}; + +StandTile tile_368 = { + 0x00db49, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1198, -347, 1094, 0x059d}, + {-1198, -347, 1146, 0x0000}, + {-1198, -339, 1146, 0x05d1} + } +}; + +StandTile tile_369 = { + 0x00da4a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1198, -339, 1146, 0x05dd}, + {-1185, -339, 1094, 0x0000}, + {-1198, -339, 1094, 0x05d1} + } +}; + +StandTile tile_370 = { + 0x00da49, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1198, -339, 1146, 0x0000}, + {-1185, -339, 1146, 0x06bd}, + {-1185, -339, 1094, 0x05d9} + } +}; + +StandTile tile_371 = { + 0x006e4a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1315, -217, 1094, 0x05e5}, + {-1289, -217, 1042, 0x0000}, + {-1315, -217, 1042, 0x0555} + } +}; + +StandTile tile_372 = { + 0x006e49, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1315, -217, 1094, 0x0000}, + {-1289, -217, 1094, 0x0605}, + {-1289, -217, 1042, 0x05e1} + } +}; + +StandTile tile_373 = { + 0x00e94a, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1263, -234, 1094, 0x05ed}, + {-1263, -226, 1042, 0x05f1}, + {-1263, -226, 1094, 0x0000} + } +}; + +StandTile tile_374 = { + 0x00e949, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1263, -234, 1094, 0x0615}, + {-1263, -234, 1042, 0x0000}, + {-1263, -226, 1042, 0x05e9} + } +}; + +StandTile tile_375 = { + 0x00e84a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1263, -226, 1042, 0x05f5}, + {-1276, -226, 1094, 0x0000}, + {-1263, -226, 1094, 0x05e9} + } +}; + +StandTile tile_376 = { + 0x00e849, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1263, -226, 1042, 0x0000}, + {-1276, -226, 1042, 0x05fd}, + {-1276, -226, 1094, 0x05f1} + } +}; + +StandTile tile_377 = { + 0x00ef4a, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1276, -226, 1094, 0x05fd}, + {-1276, -217, 1042, 0x0601}, + {-1276, -217, 1094, 0x0000} + } +}; + +StandTile tile_378 = { + 0x00ef49, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1276, -226, 1094, 0x05f5}, + {-1276, -226, 1042, 0x0000}, + {-1276, -217, 1042, 0x05f9} + } +}; + +StandTile tile_379 = { + 0x00ee4a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1276, -217, 1042, 0x0605}, + {-1289, -217, 1094, 0x0000}, + {-1276, -217, 1094, 0x05f9} + } +}; + +StandTile tile_380 = { + 0x00ee49, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1276, -217, 1042, 0x0000}, + {-1289, -217, 1042, 0x05e5}, + {-1289, -217, 1094, 0x0601} + } +}; + +StandTile tile_381 = { + 0x00eb4a, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1250, -243, 1094, 0x060d}, + {-1250, -234, 1042, 0x0611}, + {-1250, -234, 1094, 0x0000} + } +}; + +StandTile tile_382 = { + 0x00eb49, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1250, -243, 1094, 0x0625}, + {-1250, -243, 1042, 0x0000}, + {-1250, -234, 1042, 0x0609} + } +}; + +StandTile tile_383 = { + 0x00ea4a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1250, -234, 1042, 0x0615}, + {-1263, -234, 1094, 0x0000}, + {-1250, -234, 1094, 0x0609} + } +}; + +StandTile tile_384 = { + 0x00ea49, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1250, -234, 1042, 0x0000}, + {-1263, -234, 1042, 0x05ed}, + {-1263, -234, 1094, 0x0611} + } +}; + +StandTile tile_385 = { + 0x00f14a, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1237, -252, 1094, 0x061d}, + {-1237, -243, 1042, 0x0621}, + {-1237, -243, 1094, 0x0000} + } +}; + +StandTile tile_386 = { + 0x00f149, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1237, -252, 1094, 0x0635}, + {-1237, -252, 1042, 0x0000}, + {-1237, -243, 1042, 0x0619} + } +}; + +StandTile tile_387 = { + 0x00f04a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1237, -243, 1042, 0x0625}, + {-1250, -243, 1094, 0x0000}, + {-1237, -243, 1094, 0x0619} + } +}; + +StandTile tile_388 = { + 0x00f049, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1237, -243, 1042, 0x0000}, + {-1250, -243, 1042, 0x060d}, + {-1250, -243, 1094, 0x0621} + } +}; + +StandTile tile_389 = { + 0x00e34a, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1224, -260, 1094, 0x062d}, + {-1224, -252, 1042, 0x0631}, + {-1224, -252, 1094, 0x0000} + } +}; + +StandTile tile_390 = { + 0x00e349, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1224, -260, 1094, 0x0645}, + {-1224, -260, 1042, 0x0000}, + {-1224, -252, 1042, 0x0629} + } +}; + +StandTile tile_391 = { + 0x00e24a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1224, -252, 1042, 0x0635}, + {-1237, -252, 1094, 0x0000}, + {-1224, -252, 1094, 0x0629} + } +}; + +StandTile tile_392 = { + 0x00e249, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1224, -252, 1042, 0x0000}, + {-1237, -252, 1042, 0x061d}, + {-1237, -252, 1094, 0x0631} + } +}; + +StandTile tile_393 = { + 0x00e54a, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1211, -269, 1094, 0x063d}, + {-1211, -260, 1042, 0x0641}, + {-1211, -260, 1094, 0x0000} + } +}; + +StandTile tile_394 = { + 0x00e549, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1211, -269, 1094, 0x0655}, + {-1211, -269, 1042, 0x0000}, + {-1211, -260, 1042, 0x0639} + } +}; + +StandTile tile_395 = { + 0x00e44a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1211, -260, 1042, 0x0645}, + {-1224, -260, 1094, 0x0000}, + {-1211, -260, 1094, 0x0639} + } +}; + +StandTile tile_396 = { + 0x00e449, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1211, -260, 1042, 0x0000}, + {-1224, -260, 1042, 0x062d}, + {-1224, -260, 1094, 0x0641} + } +}; + +StandTile tile_397 = { + 0x00e74a, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1198, -278, 1094, 0x064d}, + {-1198, -269, 1042, 0x0651}, + {-1198, -269, 1094, 0x0000} + } +}; + +StandTile tile_398 = { + 0x00e749, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1198, -278, 1094, 0x0665}, + {-1198, -278, 1042, 0x0000}, + {-1198, -269, 1042, 0x0649} + } +}; + +StandTile tile_399 = { + 0x00e64a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1198, -269, 1042, 0x0655}, + {-1211, -269, 1094, 0x0000}, + {-1198, -269, 1094, 0x0649} + } +}; + +StandTile tile_400 = { + 0x00e649, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1198, -269, 1042, 0x0000}, + {-1211, -269, 1042, 0x063d}, + {-1211, -269, 1094, 0x0651} + } +}; + +StandTile tile_401 = { + 0x00ed4a, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1185, -286, 1094, 0x065d}, + {-1185, -278, 1042, 0x0661}, + {-1185, -278, 1094, 0x0000} + } +}; + +StandTile tile_402 = { + 0x00ed49, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1185, -286, 1094, 0x0675}, + {-1185, -286, 1042, 0x0000}, + {-1185, -278, 1042, 0x0659} + } +}; + +StandTile tile_403 = { + 0x00ec4a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1185, -278, 1042, 0x0665}, + {-1198, -278, 1094, 0x0000}, + {-1185, -278, 1094, 0x0659} + } +}; + +StandTile tile_404 = { + 0x00ec49, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1185, -278, 1042, 0x0000}, + {-1198, -278, 1042, 0x064d}, + {-1198, -278, 1094, 0x0661} + } +}; + +StandTile tile_405 = { + 0x00e14a, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1172, -295, 1094, 0x066d}, + {-1172, -286, 1042, 0x0671}, + {-1172, -286, 1094, 0x0000} + } +}; + +StandTile tile_406 = { + 0x00e149, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1172, -295, 1094, 0x0685}, + {-1172, -295, 1042, 0x0000}, + {-1172, -286, 1042, 0x0669} + } +}; + +StandTile tile_407 = { + 0x00e04a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1172, -286, 1042, 0x0675}, + {-1185, -286, 1094, 0x0000}, + {-1172, -286, 1094, 0x0669} + } +}; + +StandTile tile_408 = { + 0x00e049, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1172, -286, 1042, 0x0000}, + {-1185, -286, 1042, 0x065d}, + {-1185, -286, 1094, 0x0671} + } +}; + +StandTile tile_409 = { + 0x00dd4a, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1159, -304, 1094, 0x067d}, + {-1159, -295, 1042, 0x0681}, + {-1159, -295, 1094, 0x0000} + } +}; + +StandTile tile_410 = { + 0x00dd49, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1159, -304, 1094, 0x0695}, + {-1159, -304, 1042, 0x0000}, + {-1159, -295, 1042, 0x0679} + } +}; + +StandTile tile_411 = { + 0x00dc4a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1159, -295, 1042, 0x0685}, + {-1172, -295, 1094, 0x0000}, + {-1159, -295, 1094, 0x0679} + } +}; + +StandTile tile_412 = { + 0x00dc49, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1159, -295, 1042, 0x0000}, + {-1172, -295, 1042, 0x066d}, + {-1172, -295, 1094, 0x0681} + } +}; + +StandTile tile_413 = { + 0x00df4a, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1146, -312, 1094, 0x068d}, + {-1146, -304, 1042, 0x0691}, + {-1146, -304, 1094, 0x0000} + } +}; + +StandTile tile_414 = { + 0x00df49, 0x58, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1146, -312, 1094, 0x06d2}, + {-1146, -312, 1042, 0x0000}, + {-1146, -304, 1042, 0x0689} + } +}; + +StandTile tile_415 = { + 0x00de4a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1146, -304, 1042, 0x0695}, + {-1159, -304, 1094, 0x0000}, + {-1146, -304, 1094, 0x0689} + } +}; + +StandTile tile_416 = { + 0x00de49, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1146, -304, 1042, 0x0000}, + {-1159, -304, 1042, 0x067d}, + {-1159, -304, 1094, 0x0691} + } +}; + +StandTile tile_417 = { + 0x00d94a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1159, -321, 1094, 0x069d}, + {-1159, -312, 1146, 0x06a1}, + {-1159, -312, 1094, 0x0000} + } +}; + +StandTile tile_418 = { + 0x00d949, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1159, -321, 1094, 0x06b5}, + {-1159, -321, 1146, 0x0000}, + {-1159, -312, 1146, 0x0699} + } +}; + +StandTile tile_419 = { + 0x00d84a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1159, -312, 1146, 0x06a5}, + {-1146, -312, 1094, 0x0000}, + {-1159, -312, 1094, 0x0699} + } +}; + +StandTile tile_420 = { + 0x00d849, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1159, -312, 1146, 0x0000}, + {-1146, -312, 1146, 0x06d2}, + {-1146, -312, 1094, 0x06a1} + } +}; + +StandTile tile_421 = { + 0x00d34a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1172, -330, 1094, 0x06ad}, + {-1172, -321, 1146, 0x06b1}, + {-1172, -321, 1094, 0x0000} + } +}; + +StandTile tile_422 = { + 0x00d349, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1172, -330, 1094, 0x06c5}, + {-1172, -330, 1146, 0x0000}, + {-1172, -321, 1146, 0x06a9} + } +}; + +StandTile tile_423 = { + 0x00d24a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1172, -321, 1146, 0x06b5}, + {-1159, -321, 1094, 0x0000}, + {-1172, -321, 1094, 0x06a9} + } +}; + +StandTile tile_424 = { + 0x00d249, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1172, -321, 1146, 0x0000}, + {-1159, -321, 1146, 0x069d}, + {-1159, -321, 1094, 0x06b1} + } +}; + +StandTile tile_425 = { + 0x00d54a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1185, -339, 1094, 0x06bd}, + {-1185, -330, 1146, 0x06c1}, + {-1185, -330, 1094, 0x0000} + } +}; + +StandTile tile_426 = { + 0x00d549, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1185, -339, 1094, 0x05dd}, + {-1185, -339, 1146, 0x0000}, + {-1185, -330, 1146, 0x06b9} + } +}; + +StandTile tile_427 = { + 0x00d44a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1185, -330, 1146, 0x06c5}, + {-1172, -330, 1094, 0x0000}, + {-1185, -330, 1094, 0x06b9} + } +}; + +StandTile tile_428 = { + 0x00d449, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1185, -330, 1146, 0x0000}, + {-1172, -330, 1146, 0x06ad}, + {-1172, -330, 1094, 0x06c1} + } +}; + +StandTile tile_429 = { + 0x000d48, 0x58, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-1042, -312, 1146, 0x06db}, + {-1042, -312, 1094, 0x0000}, + {-1042, -312, 1042, 0x06ce}, + {-1094, -312, 1094, 0x06d7} + } +}; + +StandTile tile_430 = { + 0x000c48, 0x58, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1094, -312, 1094, 0x06c9}, + {-1042, -312, 1042, 0x0000}, + {-1146, -312, 1042, 0x06d2} + } +}; + +StandTile tile_431 = { + 0x000b48, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {-1146, -312, 1042, 0x068d}, + {-1146, -312, 1094, 0x06a5}, + {-1146, -312, 1146, 0x06d7}, + {-1094, -312, 1094, 0x06ce} + } +}; + +StandTile tile_432 = { + 0x000a48, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1094, -312, 1094, 0x06d2}, + {-1146, -312, 1146, 0x0000}, + {-1042, -312, 1146, 0x06c9} + } +}; + +StandTile tile_433 = { + 0x000948, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1042, -312, 1146, 0x0000}, + {-990, -312, 1146, 0x06e3}, + {-1042, -312, 1094, 0x06c9} + } +}; + +StandTile tile_434 = { + 0x00084a, 0x58, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1042, -312, 1094, 0x06e3}, + {-964, -312, 1146, 0x06eb}, + {-937, -312, 1094, 0x0000} + } +}; + +StandTile tile_435 = { + 0x000849, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1042, -312, 1094, 0x06db}, + {-990, -312, 1146, 0x0000}, + {-964, -312, 1146, 0x06df} + } +}; + +StandTile tile_436 = { + 0x00074a, 0x58, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-937, -312, 1172, 0x06eb}, + {-964, -312, 1146, 0x0000}, + {-964, -312, 1198, 0x07a2} + } +}; + +StandTile tile_437 = { + 0x000749, 0x58, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-937, -312, 1172, 0x0000}, + {-937, -312, 1094, 0x06df}, + {-964, -312, 1146, 0x06e7} + } +}; + +StandTile tile_438 = { + 0x006442, 0x57, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1432, -312, 1367, 0x06f3}, + {-1406, -312, 1341, 0x0508}, + {-1432, -312, 1341, 0x0000} + } +}; + +StandTile tile_439 = { + 0x006441, 0x57, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1432, -312, 1367, 0x0703}, + {-1406, -312, 1367, 0x0000}, + {-1406, -312, 1341, 0x06ef} + } +}; + +StandTile tile_440 = { + 0x006342, 0x57, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1458, -312, 1497, 0x06fb}, + {-1380, -312, 1450, 0x06ff}, + {-1458, -312, 1419, 0x0000} + } +}; + +StandTile tile_441 = { + 0x006341, 0x57, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1458, -312, 1497, 0x071b}, + {-1380, -312, 1467, 0x0713}, + {-1380, -312, 1450, 0x06f7} + } +}; + +StandTile tile_442 = { + 0x006240, 0x57, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1380, -312, 1450, 0x0723}, + {-1380, -312, 1419, 0x0707}, + {-1458, -312, 1419, 0x06f7} + } +}; + +StandTile tile_443 = { + 0x006142, 0x57, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1458, -312, 1419, 0x0707}, + {-1406, -312, 1367, 0x06f3}, + {-1432, -312, 1367, 0x070b} + } +}; + +StandTile tile_444 = { + 0x006141, 0x57, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1458, -312, 1419, 0x06ff}, + {-1380, -312, 1419, 0x070f}, + {-1406, -312, 1367, 0x0703} + } +}; + +StandTile tile_445 = { + 0x006040, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1458, -312, 1419, 0x0703}, + {-1432, -312, 1367, 0x0000}, + {-1458, -312, 1367, 0x0000} + } +}; + +StandTile tile_446 = { + 0x005f40, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1380, -312, 1419, 0x0000}, + {-1380, -312, 1367, 0x0000}, + {-1406, -312, 1367, 0x0707} + } +}; + +StandTile tile_447 = { + 0x005e42, 0x57, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1380, -312, 1467, 0x0717}, + {-1328, -312, 1419, 0x0723}, + {-1380, -312, 1450, 0x06fb} + } +}; + +StandTile tile_448 = { + 0x005e41, 0x57, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1380, -312, 1467, 0x071f}, + {-1328, -312, 1497, 0x072d}, + {-1328, -312, 1419, 0x0713} + } +}; + +StandTile tile_449 = { + 0x005d40, 0x57, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1458, -312, 1497, 0x0000}, + {-1380, -312, 1497, 0x071f}, + {-1380, -312, 1467, 0x06fb} + } +}; + +StandTile tile_450 = { + 0x005c40, 0x57, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1380, -312, 1497, 0x0000}, + {-1328, -312, 1497, 0x0717}, + {-1380, -312, 1467, 0x071b} + } +}; + +StandTile tile_451 = { + 0x005b40, 0x57, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1380, -312, 1450, 0x0713}, + {-1328, -312, 1419, 0x0000}, + {-1380, -312, 1419, 0x06ff} + } +}; + +StandTile tile_452 = { + 0x032942, 0x56, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-1328, -312, 1372, 0x072d}, + {-1224, -312, 1554, 0x074f}, + {-1224, -312, 1506, 0x0747}, + {-1224, -312, 1411, 0x0775}, + {-1224, -312, 1372, 0x0000} + } +}; + +StandTile tile_453 = { + 0x032941, 0x56, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {-1328, -312, 1372, 0x0000}, + {-1328, -312, 1419, 0x0717}, + {-1328, -312, 1497, 0x0000}, + {-1328, -312, 1554, 0x0000}, + {-1224, -312, 1554, 0x0727} + } +}; + +StandTile tile_454 = { + 0x004a40, 0x55, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1146, -312, 1480, 0x075d}, + {-1076, -312, 1506, 0x0737}, + {-1146, -312, 1437, 0x073f} + } +}; + +StandTile tile_455 = { + 0x004942, 0x55, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1076, -312, 1506, 0x073b}, + {-1068, -312, 1411, 0x0754}, + {-1146, -312, 1437, 0x0733} + } +}; + +StandTile tile_456 = { + 0x004941, 0x55, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1076, -312, 1506, 0x077a}, + {-1068, -312, 1506, 0x07bc}, + {-1068, -312, 1411, 0x0737} + } +}; + +StandTile tile_457 = { + 0x004840, 0x55, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1215, -312, 1411, 0x0743}, + {-1146, -312, 1480, 0x0733}, + {-1146, -312, 1437, 0x0769} + } +}; + +StandTile tile_458 = { + 0x004742, 0x55, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1215, -312, 1411, 0x0747}, + {-1224, -312, 1506, 0x074b}, + {-1146, -312, 1480, 0x073f} + } +}; + +StandTile tile_459 = { + 0x004741, 0x55, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1215, -312, 1411, 0x0775}, + {-1224, -312, 1411, 0x0727}, + {-1224, -312, 1506, 0x0743} + } +}; + +StandTile tile_460 = { + 0x004642, 0x55, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1224, -312, 1506, 0x074f}, + {-1146, -312, 1602, 0x0765}, + {-1146, -312, 1480, 0x0743} + } +}; + +StandTile tile_461 = { + 0x004641, 0x55, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-1224, -312, 1506, 0x0727}, + {-1224, -312, 1554, 0x0000}, + {-1224, -312, 1571, 0x0786}, + {-1146, -312, 1602, 0x074b} + } +}; + +StandTile tile_462 = { + 0x004542, 0x55, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1068, -312, 1411, 0x0758}, + {-1146, -312, 1315, 0x0771}, + {-1146, -312, 1437, 0x0737} + } +}; + +StandTile tile_463 = { + 0x004541, 0x55, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-1068, -312, 1411, 0x07bc}, + {-1068, -312, 1372, 0x0000}, + {-1068, -312, 1345, 0x078e}, + {-1146, -312, 1315, 0x0754} + } +}; + +StandTile tile_464 = { + 0x004440, 0x55, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1068, -312, 1549, 0x077a}, + {-1076, -312, 1506, 0x0733}, + {-1146, -312, 1480, 0x0761} + } +}; + +StandTile tile_465 = { + 0x004342, 0x55, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1146, -312, 1480, 0x0765}, + {-1068, -312, 1571, 0x0000}, + {-1068, -312, 1549, 0x075d} + } +}; + +StandTile tile_466 = { + 0x004341, 0x55, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1146, -312, 1480, 0x074b}, + {-1146, -312, 1602, 0x077e}, + {-1068, -312, 1571, 0x0761} + } +}; + +StandTile tile_467 = { + 0x004240, 0x55, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1215, -312, 1411, 0x073f}, + {-1146, -312, 1437, 0x0771}, + {-1224, -312, 1367, 0x0775} + } +}; + +StandTile tile_468 = { + 0x004142, 0x55, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1224, -312, 1367, 0x0771}, + {-1146, -312, 1315, 0x0796}, + {-1224, -312, 1345, 0x0000} + } +}; + +StandTile tile_469 = { + 0x004141, 0x55, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1224, -312, 1367, 0x0769}, + {-1146, -312, 1437, 0x0754}, + {-1146, -312, 1315, 0x076d} + } +}; + +StandTile tile_470 = { + 0x004040, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1224, -312, 1411, 0x0747}, + {-1215, -312, 1411, 0x0769}, + {-1224, -312, 1367, 0x0000}, + {-1224, -312, 1372, 0x0727} + } +}; + +StandTile tile_471 = { + 0x003f40, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1068, -312, 1506, 0x073b}, + {-1076, -312, 1506, 0x075d}, + {-1068, -312, 1549, 0x07bc} + } +}; + +StandTile tile_472 = { + 0x003e42, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1146, -312, 1606, 0x0782}, + {-1068, -312, 1571, 0x0765}, + {-1146, -312, 1602, 0x078a} + } +}; + +StandTile tile_473 = { + 0x003e41, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1146, -312, 1606, 0x0000}, + {-1068, -312, 1606, 0x0000}, + {-1068, -312, 1571, 0x077e} + } +}; + +StandTile tile_474 = { + 0x003d42, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1224, -312, 1606, 0x078a}, + {-1146, -312, 1602, 0x074f}, + {-1224, -312, 1571, 0x0000} + } +}; + +StandTile tile_475 = { + 0x003d41, 0x55, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1224, -312, 1606, 0x0000}, + {-1146, -312, 1606, 0x077e}, + {-1146, -312, 1602, 0x0786} + } +}; + +StandTile tile_476 = { + 0x003c42, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1068, -312, 1345, 0x0792}, + {-1146, -312, 1311, 0x079a}, + {-1146, -312, 1315, 0x0758} + } +}; + +StandTile tile_477 = { + 0x003c41, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1068, -312, 1345, 0x0000}, + {-1068, -312, 1311, 0x0000}, + {-1146, -312, 1311, 0x078e} + } +}; + +StandTile tile_478 = { + 0x003b42, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1146, -312, 1315, 0x079a}, + {-1224, -312, 1311, 0x0000}, + {-1224, -312, 1345, 0x076d} + } +}; + +StandTile tile_479 = { + 0x003b41, 0x55, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1146, -312, 1315, 0x078e}, + {-1146, -312, 1311, 0x0000}, + {-1224, -312, 1311, 0x0796} + } +}; + +StandTile tile_480 = { + 0x006542, 0x54, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-937, -312, 1345, 0x07a2}, + {-964, -312, 1198, 0x0000}, + {-964, -312, 1345, 0x07a6} + } +}; + +StandTile tile_481 = { + 0x006541, 0x54, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-937, -312, 1345, 0x0000}, + {-937, -312, 1172, 0x06e7}, + {-964, -312, 1198, 0x079e} + } +}; + +StandTile tile_482 = { + 0x032842, 0x53, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-964, -312, 1372, 0x07aa}, + {-937, -312, 1345, 0x079e}, + {-964, -312, 1345, 0x0000} + } +}; + +StandTile tile_483 = { + 0x032841, 0x53, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-964, -312, 1372, 0x07b4}, + {-937, -312, 1372, 0x0000}, + {-937, -312, 1345, 0x07a6} + } +}; + +StandTile tile_484 = { + 0x032740, 0x53, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {-833, -312, 1554, 0x07df}, + {-833, -312, 1506, 0x07d7}, + {-833, -312, 1411, 0x0806}, + {-833, -312, 1372, 0x0000}, + {-937, -312, 1372, 0x07b4} + } +}; + +StandTile tile_485 = { + 0x032640, 0x53, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-937, -312, 1372, 0x07aa}, + {-964, -312, 1372, 0x07b8}, + {-833, -312, 1554, 0x07ae} + } +}; + +StandTile tile_486 = { + 0x032542, 0x53, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-964, -312, 1372, 0x07bc}, + {-1067, -312, 1554, 0x0000}, + {-833, -312, 1554, 0x07b4} + } +}; + +StandTile tile_487 = { + 0x032541, 0x53, + 0x0, + 0xf, 0xf, 0xf, + 6, + 0x0, 0x1, 0x5, + { + {-964, -312, 1372, 0x0000}, + {-1068, -312, 1372, 0x0758}, + {-1068, -312, 1411, 0x073b}, + {-1068, -312, 1506, 0x077a}, + {-1068, -312, 1549, 0x0000}, + {-1067, -312, 1554, 0x07b8} + } +}; + +StandTile tile_488 = { + 0x005a40, 0x52, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-755, -312, 1480, 0x07ed}, + {-686, -312, 1506, 0x07c7}, + {-755, -312, 1437, 0x07cf} + } +}; + +StandTile tile_489 = { + 0x005942, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-686, -312, 1506, 0x07cb}, + {-677, -312, 1411, 0x07e4}, + {-755, -312, 1437, 0x07c3} + } +}; + +StandTile tile_490 = { + 0x005941, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-686, -312, 1506, 0x080b}, + {-677, -312, 1506, 0x0835}, + {-677, -312, 1411, 0x07c7} + } +}; + +StandTile tile_491 = { + 0x005840, 0x52, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-825, -312, 1411, 0x07d3}, + {-755, -312, 1480, 0x07c3}, + {-755, -312, 1437, 0x07fa} + } +}; + +StandTile tile_492 = { + 0x005742, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-825, -312, 1411, 0x07d7}, + {-833, -312, 1506, 0x07db}, + {-755, -312, 1480, 0x07cf} + } +}; + +StandTile tile_493 = { + 0x005741, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-825, -312, 1411, 0x0806}, + {-833, -312, 1411, 0x07ae}, + {-833, -312, 1506, 0x07d3} + } +}; + +StandTile tile_494 = { + 0x005642, 0x52, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-833, -312, 1506, 0x07df}, + {-755, -312, 1602, 0x07f6}, + {-755, -312, 1480, 0x07d3} + } +}; + +StandTile tile_495 = { + 0x005641, 0x52, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-833, -312, 1506, 0x07ae}, + {-833, -312, 1554, 0x0000}, + {-833, -312, 1571, 0x0817}, + {-755, -312, 1602, 0x07db} + } +}; + +StandTile tile_496 = { + 0x005542, 0x52, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-677, -312, 1411, 0x07e8}, + {-755, -312, 1315, 0x0802}, + {-755, -312, 1437, 0x07c7} + } +}; + +StandTile tile_497 = { + 0x005541, 0x52, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-677, -312, 1411, 0x0835}, + {-677, -312, 1371, 0x0000}, + {-677, -312, 1345, 0x081f}, + {-755, -312, 1315, 0x07e4} + } +}; + +StandTile tile_498 = { + 0x005440, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-677, -312, 1549, 0x080b}, + {-686, -312, 1506, 0x07c3}, + {-755, -312, 1480, 0x07f1} + } +}; + +StandTile tile_499 = { + 0x005342, 0x52, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-755, -312, 1480, 0x07f6}, + {-677, -312, 1571, 0x0000}, + {-677, -312, 1554, 0x0835}, + {-677, -312, 1549, 0x07ed} + } +}; + +StandTile tile_500 = { + 0x005341, 0x52, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-755, -312, 1480, 0x07db}, + {-755, -312, 1602, 0x080f}, + {-677, -312, 1571, 0x07f1} + } +}; + +StandTile tile_501 = { + 0x005240, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-825, -312, 1411, 0x07cf}, + {-755, -312, 1437, 0x0802}, + {-833, -312, 1367, 0x0806} + } +}; + +StandTile tile_502 = { + 0x005142, 0x52, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-833, -312, 1367, 0x0802}, + {-755, -312, 1315, 0x0827}, + {-833, -312, 1345, 0x0000} + } +}; + +StandTile tile_503 = { + 0x005141, 0x52, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-833, -312, 1367, 0x07fa}, + {-755, -312, 1437, 0x07e4}, + {-755, -312, 1315, 0x07fe} + } +}; + +StandTile tile_504 = { + 0x005040, 0x52, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-833, -312, 1411, 0x07d7}, + {-825, -312, 1411, 0x07fa}, + {-833, -312, 1367, 0x0000}, + {-833, -312, 1372, 0x07ae} + } +}; + +StandTile tile_505 = { + 0x004f40, 0x52, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-677, -312, 1506, 0x07cb}, + {-686, -312, 1506, 0x07ed}, + {-677, -312, 1549, 0x0835} + } +}; + +StandTile tile_506 = { + 0x004e42, 0x52, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-755, -312, 1606, 0x0813}, + {-677, -312, 1571, 0x07f6}, + {-755, -312, 1602, 0x081b} + } +}; + +StandTile tile_507 = { + 0x004e41, 0x52, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-755, -312, 1606, 0x0000}, + {-677, -312, 1606, 0x0000}, + {-677, -312, 1571, 0x080f} + } +}; + +StandTile tile_508 = { + 0x004d42, 0x52, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-833, -312, 1606, 0x081b}, + {-755, -312, 1602, 0x07df}, + {-833, -312, 1571, 0x0000} + } +}; + +StandTile tile_509 = { + 0x004d41, 0x52, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-833, -312, 1606, 0x0000}, + {-755, -312, 1606, 0x080f}, + {-755, -312, 1602, 0x0817} + } +}; + +StandTile tile_510 = { + 0x004c42, 0x52, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-677, -312, 1345, 0x0823}, + {-755, -312, 1311, 0x082b}, + {-755, -312, 1315, 0x07e8} + } +}; + +StandTile tile_511 = { + 0x004c41, 0x52, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-677, -312, 1345, 0x0000}, + {-677, -312, 1311, 0x0000}, + {-755, -312, 1311, 0x081f} + } +}; + +StandTile tile_512 = { + 0x004b42, 0x52, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-755, -312, 1315, 0x082b}, + {-833, -312, 1311, 0x0000}, + {-833, -312, 1345, 0x07fe} + } +}; + +StandTile tile_513 = { + 0x004b41, 0x52, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-755, -312, 1315, 0x081f}, + {-755, -312, 1311, 0x0000}, + {-833, -312, 1311, 0x0827} + } +}; + +StandTile tile_514 = { + 0x032442, 0x51, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-469, -312, 1372, 0x0835}, + {-677, -312, 1554, 0x0000}, + {-469, -312, 1553, 0x0000}, + {-469, -312, 1484, 0x086b}, + {-469, -312, 1432, 0x0000} + } +}; + +StandTile tile_515 = { + 0x032441, 0x51, + 0x0, + 0xf, 0xf, 0xf, + 6, + 0x0, 0x1, 0x5, + { + {-469, -312, 1372, 0x0000}, + {-677, -312, 1371, 0x07e8}, + {-677, -312, 1411, 0x07cb}, + {-677, -312, 1506, 0x080b}, + {-677, -312, 1549, 0x07f1}, + {-677, -312, 1554, 0x082f} + } +}; + +StandTile tile_516 = { + 0x00ff3a, 0x50, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, -312, 1276, 0x0840}, + {-260, -312, 1367, 0x084f}, + {-91, -312, 1367, 0x0847} + } +}; + +StandTile tile_517 = { + 0x00ff39, 0x50, + 0x0, + 0x7, 0x7, 0x7, + 6, + 0x0, 0x3, 0x5, + { + {0, -312, 1276, 0x0000}, + {-52, -312, 1276, 0x0873}, + {-104, -312, 1276, 0x0000}, + {-260, -312, 1276, 0x085b}, + {-260, -312, 1328, 0x0000}, + {-260, -312, 1367, 0x083c} + } +}; + +StandTile tile_518 = { + 0x00fe3a, 0x50, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-91, -312, 1367, 0x084b}, + {0, -312, 1536, 0x0000}, + {0, -312, 1276, 0x083c} + } +}; + +StandTile tile_519 = { + 0x00fe39, 0x50, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-91, -312, 1367, 0x084f}, + {-91, -312, 1536, 0x0000}, + {0, -312, 1536, 0x0847} + } +}; + +StandTile tile_520 = { + 0x00fd3a, 0x50, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-260, -312, 1367, 0x0853}, + {-91, -312, 1536, 0x084b}, + {-91, -312, 1367, 0x083c} + } +}; + +StandTile tile_521 = { + 0x00fd39, 0x50, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-260, -312, 1367, 0x0000}, + {-260, -312, 1536, 0x0000}, + {-91, -312, 1536, 0x084f} + } +}; + +StandTile tile_522 = { + 0x00033a, 0x4f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-312, -312, 1328, 0x085b}, + {-260, -312, 1276, 0x0000}, + {-417, -312, 1276, 0x085f} + } +}; + +StandTile tile_523 = { + 0x000339, 0x4f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-312, -312, 1328, 0x0000}, + {-260, -312, 1328, 0x0840}, + {-260, -312, 1276, 0x0857} + } +}; + +StandTile tile_524 = { + 0x00043a, 0x4e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-417, -312, 1276, 0x0863}, + {-312, -312, 1484, 0x0000}, + {-312, -312, 1328, 0x0857} + } +}; + +StandTile tile_525 = { + 0x000439, 0x4e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-417, -312, 1276, 0x0000}, + {-417, -312, 1432, 0x0867}, + {-312, -312, 1484, 0x085f} + } +}; + +StandTile tile_526 = { + 0x00053a, 0x4e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-469, -312, 1432, 0x086b}, + {-312, -312, 1484, 0x0863}, + {-417, -312, 1432, 0x0000} + } +}; + +StandTile tile_527 = { + 0x000539, 0x4e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-469, -312, 1432, 0x082f}, + {-469, -312, 1484, 0x0000}, + {-312, -312, 1484, 0x0867} + } +}; + +StandTile tile_528 = { + 0x00093a, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-104, -312, 1276, 0x0873}, + {-52, -312, 1250, 0x088b}, + {-104, -312, 1250, 0x0000} + } +}; + +StandTile tile_529 = { + 0x000939, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-104, -312, 1276, 0x0840}, + {-52, -312, 1276, 0x0000}, + {-52, -312, 1250, 0x086f} + } +}; + +StandTile tile_530 = { + 0x00103a, 0x4d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-104, -365, 1146, 0x087b}, + {-52, -365, 1163, 0x0000}, + {-52, -365, 1146, 0x08dd} + } +}; + +StandTile tile_531 = { + 0x001039, 0x4d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-104, -365, 1146, 0x0000}, + {-104, -365, 1163, 0x087f}, + {-52, -365, 1163, 0x0877} + } +}; + +StandTile tile_532 = { + 0x00113a, 0x4d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-104, -365, 1163, 0x0883}, + {-52, -356, 1163, 0x0000}, + {-52, -365, 1163, 0x087b} + } +}; + +StandTile tile_533 = { + 0x001139, 0x4d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-104, -365, 1163, 0x0000}, + {-104, -356, 1163, 0x088f}, + {-52, -356, 1163, 0x087f} + } +}; + +StandTile tile_534 = { + 0x00223a, 0x4d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-104, -321, 1250, 0x088b}, + {-52, -312, 1250, 0x0000}, + {-52, -321, 1250, 0x08b3} + } +}; + +StandTile tile_535 = { + 0x002239, 0x4d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-104, -321, 1250, 0x0000}, + {-104, -312, 1250, 0x086f}, + {-52, -312, 1250, 0x0887} + } +}; + +StandTile tile_536 = { + 0x00363a, 0x4d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-104, -356, 1163, 0x0893}, + {-52, -356, 1181, 0x0000}, + {-52, -356, 1163, 0x0883} + } +}; + +StandTile tile_537 = { + 0x003639, 0x4d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-104, -356, 1163, 0x0000}, + {-104, -356, 1181, 0x0897}, + {-52, -356, 1181, 0x088f} + } +}; + +StandTile tile_538 = { + 0x00373a, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-104, -356, 1181, 0x089b}, + {-52, -347, 1181, 0x0000}, + {-52, -356, 1181, 0x0893} + } +}; + +StandTile tile_539 = { + 0x003739, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-104, -356, 1181, 0x0000}, + {-104, -347, 1181, 0x089f}, + {-52, -347, 1181, 0x0897} + } +}; + +StandTile tile_540 = { + 0x00123a, 0x4d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-104, -347, 1181, 0x08a3}, + {-52, -347, 1198, 0x0000}, + {-52, -347, 1181, 0x089b} + } +}; + +StandTile tile_541 = { + 0x001239, 0x4d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-104, -347, 1181, 0x0000}, + {-104, -347, 1198, 0x08a7}, + {-52, -347, 1198, 0x089f} + } +}; + +StandTile tile_542 = { + 0x00133a, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-104, -347, 1198, 0x08ab}, + {-52, -339, 1198, 0x0000}, + {-52, -347, 1198, 0x08a3} + } +}; + +StandTile tile_543 = { + 0x001339, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-104, -347, 1198, 0x0000}, + {-104, -339, 1198, 0x08b7}, + {-52, -339, 1198, 0x08a7} + } +}; + +StandTile tile_544 = { + 0x00213a, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-104, -321, 1233, 0x08b3}, + {-52, -321, 1250, 0x0000}, + {-52, -321, 1233, 0x08d3} + } +}; + +StandTile tile_545 = { + 0x002139, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-104, -321, 1233, 0x0000}, + {-104, -321, 1250, 0x0887}, + {-52, -321, 1250, 0x08af} + } +}; + +StandTile tile_546 = { + 0x00233a, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-104, -339, 1198, 0x08bb}, + {-52, -339, 1215, 0x0000}, + {-52, -339, 1198, 0x08ab} + } +}; + +StandTile tile_547 = { + 0x002339, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-104, -339, 1198, 0x0000}, + {-104, -339, 1215, 0x08bf}, + {-52, -339, 1215, 0x08b7} + } +}; + +StandTile tile_548 = { + 0x00243a, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-104, -339, 1215, 0x08c3}, + {-52, -330, 1215, 0x0000}, + {-52, -339, 1215, 0x08bb} + } +}; + +StandTile tile_549 = { + 0x002439, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-104, -339, 1215, 0x0000}, + {-104, -330, 1215, 0x08c7}, + {-52, -330, 1215, 0x08bf} + } +}; + +StandTile tile_550 = { + 0x00263a, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-104, -330, 1215, 0x08cb}, + {-52, -330, 1233, 0x0000}, + {-52, -330, 1215, 0x08c3} + } +}; + +StandTile tile_551 = { + 0x002639, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-104, -330, 1215, 0x0000}, + {-104, -330, 1233, 0x08cf}, + {-52, -330, 1233, 0x08c7} + } +}; + +StandTile tile_552 = { + 0x00273a, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-104, -330, 1233, 0x08d3}, + {-52, -321, 1233, 0x0000}, + {-52, -330, 1233, 0x08cb} + } +}; + +StandTile tile_553 = { + 0x002739, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-104, -330, 1233, 0x0000}, + {-104, -321, 1233, 0x08af}, + {-52, -321, 1233, 0x08cf} + } +}; + +StandTile tile_554 = { + 0x009e3a, 0x4c, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x4, + { + {-143, -365, 977, 0x08dd}, + {-52, -365, 1146, 0x0000}, + {-52, -365, 990, 0x08fa}, + {-52, -365, 937, 0x0000}, + {-52, -365, 885, 0x08e2} + } +}; + +StandTile tile_555 = { + 0x009e39, 0x4c, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {-143, -365, 977, 0x08ea}, + {-143, -365, 1146, 0x0000}, + {-104, -365, 1146, 0x0877}, + {-52, -365, 1146, 0x08d7} + } +}; + +StandTile tile_556 = { + 0x009d3a, 0x4c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-52, -365, 885, 0x08e6}, + {-312, -365, 977, 0x08ee}, + {-143, -365, 977, 0x08d7} + } +}; + +StandTile tile_557 = { + 0x009d39, 0x4c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-52, -365, 885, 0x0000}, + {-312, -365, 885, 0x0000}, + {-312, -365, 977, 0x08e2} + } +}; + +StandTile tile_558 = { + 0x009c3a, 0x4c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-143, -365, 977, 0x08ee}, + {-312, -365, 1146, 0x0000}, + {-143, -365, 1146, 0x08dd} + } +}; + +StandTile tile_559 = { + 0x009c39, 0x4c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-143, -365, 977, 0x08e2}, + {-312, -365, 977, 0x0000}, + {-312, -365, 1146, 0x08ea} + } +}; + +StandTile tile_560 = { + 0x000c3a, 0x4b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {182, -312, 937, 0x08f6}, + {52, -312, 990, 0x0000}, + {78, -312, 990, 0x096e} + } +}; + +StandTile tile_561 = { + 0x000c39, 0x4b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {182, -312, 937, 0x0000}, + {52, -312, 937, 0x0956}, + {52, -312, 990, 0x08f2} + } +}; + +StandTile tile_562 = { + 0x003a3a, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-52, -365, 990, 0x08fe}, + {-35, -365, 937, 0x0000}, + {-52, -365, 937, 0x08d7} + } +}; + +StandTile tile_563 = { + 0x003a39, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-52, -365, 990, 0x0000}, + {-35, -365, 990, 0x0902}, + {-35, -365, 937, 0x08fa} + } +}; + +StandTile tile_564 = { + 0x003b3a, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-35, -365, 990, 0x0906}, + {-35, -356, 937, 0x0000}, + {-35, -365, 937, 0x08fe} + } +}; + +StandTile tile_565 = { + 0x003b39, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-35, -365, 990, 0x0000}, + {-35, -356, 990, 0x090a}, + {-35, -356, 937, 0x0902} + } +}; + +StandTile tile_566 = { + 0x003c3a, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-35, -356, 990, 0x090e}, + {-17, -356, 937, 0x0000}, + {-35, -356, 937, 0x0906} + } +}; + +StandTile tile_567 = { + 0x003c39, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-35, -356, 990, 0x0000}, + {-17, -356, 990, 0x0912}, + {-17, -356, 937, 0x090a} + } +}; + +StandTile tile_568 = { + 0x003d3a, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-17, -356, 990, 0x0916}, + {-17, -347, 937, 0x0000}, + {-17, -356, 937, 0x090e} + } +}; + +StandTile tile_569 = { + 0x003d39, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-17, -356, 990, 0x0000}, + {-17, -347, 990, 0x091a}, + {-17, -347, 937, 0x0912} + } +}; + +StandTile tile_570 = { + 0x003e3a, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-17, -347, 990, 0x091e}, + {0, -347, 937, 0x0000}, + {-17, -347, 937, 0x0916} + } +}; + +StandTile tile_571 = { + 0x003e39, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-17, -347, 990, 0x0000}, + {0, -347, 990, 0x0922}, + {0, -347, 937, 0x091a} + } +}; + +StandTile tile_572 = { + 0x003f3a, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {0, -347, 990, 0x0926}, + {0, -339, 937, 0x0000}, + {0, -347, 937, 0x091e} + } +}; + +StandTile tile_573 = { + 0x003f39, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {0, -347, 990, 0x0000}, + {0, -339, 990, 0x092a}, + {0, -339, 937, 0x0922} + } +}; + +StandTile tile_574 = { + 0x00403a, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {0, -339, 990, 0x092e}, + {17, -339, 937, 0x0000}, + {0, -339, 937, 0x0926} + } +}; + +StandTile tile_575 = { + 0x004039, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {0, -339, 990, 0x0000}, + {17, -339, 990, 0x0932}, + {17, -339, 937, 0x092a} + } +}; + +StandTile tile_576 = { + 0x00413a, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {17, -339, 990, 0x0936}, + {17, -330, 937, 0x0000}, + {17, -339, 937, 0x092e} + } +}; + +StandTile tile_577 = { + 0x004139, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {17, -339, 990, 0x0000}, + {17, -330, 990, 0x093a}, + {17, -330, 937, 0x0932} + } +}; + +StandTile tile_578 = { + 0x00423a, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {17, -330, 990, 0x093e}, + {35, -330, 937, 0x0000}, + {17, -330, 937, 0x0936} + } +}; + +StandTile tile_579 = { + 0x004239, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {17, -330, 990, 0x0000}, + {35, -330, 990, 0x0942}, + {35, -330, 937, 0x093a} + } +}; + +StandTile tile_580 = { + 0x00433a, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {35, -330, 990, 0x0946}, + {35, -321, 937, 0x0000}, + {35, -330, 937, 0x093e} + } +}; + +StandTile tile_581 = { + 0x004339, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {35, -330, 990, 0x0000}, + {35, -321, 990, 0x094a}, + {35, -321, 937, 0x0942} + } +}; + +StandTile tile_582 = { + 0x00443a, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {35, -321, 990, 0x094e}, + {52, -321, 937, 0x0000}, + {35, -321, 937, 0x0946} + } +}; + +StandTile tile_583 = { + 0x004439, 0x4b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {35, -321, 990, 0x0000}, + {52, -321, 990, 0x0952}, + {52, -321, 937, 0x094a} + } +}; + +StandTile tile_584 = { + 0x00453a, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {52, -321, 990, 0x0956}, + {52, -312, 937, 0x0000}, + {52, -321, 937, 0x094e} + } +}; + +StandTile tile_585 = { + 0x004539, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {52, -321, 990, 0x0000}, + {52, -312, 990, 0x08f6}, + {52, -312, 937, 0x0952} + } +}; + +StandTile tile_586 = { + 0x000a3a, 0x4a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {78, -312, 1146, 0x095e}, + {273, -312, 1094, 0x0000}, + {182, -312, 1094, 0x096a} + } +}; + +StandTile tile_587 = { + 0x000a39, 0x4a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {78, -312, 1146, 0x0000}, + {273, -312, 1146, 0x0962}, + {273, -312, 1094, 0x095a} + } +}; + +StandTile tile_588 = { + 0x01c13a, 0x4a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {273, -312, 1146, 0x0966}, + {378, -312, 1094, 0x0000}, + {273, -312, 1094, 0x095e} + } +}; + +StandTile tile_589 = { + 0x01c139, 0x4a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {273, -312, 1146, 0x0000}, + {378, -312, 1146, 0x0972}, + {378, -312, 1094, 0x0962} + } +}; + +StandTile tile_590 = { + 0x000b3a, 0x4a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {182, -312, 1094, 0x096e}, + {78, -312, 990, 0x0000}, + {78, -312, 1146, 0x095a} + } +}; + +StandTile tile_591 = { + 0x000b39, 0x4a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {182, -312, 1094, 0x0000}, + {182, -312, 937, 0x08f2}, + {78, -312, 990, 0x096a} + } +}; + +StandTile tile_592 = { + 0x038632, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {378, -312, 1146, 0x0976}, + {951, -312, 1094, 0x0000}, + {378, -312, 1094, 0x0966} + } +}; + +StandTile tile_593 = { + 0x038631, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {378, -312, 1146, 0x0000}, + {951, -312, 1146, 0x09a8}, + {951, -312, 1094, 0x0972} + } +}; + +StandTile tile_594 = { + 0x006932, 0x46, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x1, 0x4, + { + {1484, -312, 1055, 0x0980}, + {1393, -312, 885, 0x0000}, + {1393, -312, 1042, 0x0998}, + {1393, -312, 1094, 0x0000}, + {1393, -312, 1146, 0x0984} + } +}; + +StandTile tile_595 = { + 0x006931, 0x46, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1484, -312, 1055, 0x098c}, + {1484, -312, 885, 0x0000}, + {1393, -312, 885, 0x097a} + } +}; + +StandTile tile_596 = { + 0x006832, 0x46, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1393, -312, 1146, 0x0988}, + {1654, -312, 1055, 0x0990}, + {1484, -312, 1055, 0x097a} + } +}; + +StandTile tile_597 = { + 0x006831, 0x46, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1393, -312, 1146, 0x0000}, + {1654, -312, 1146, 0x0000}, + {1654, -312, 1055, 0x0984} + } +}; + +StandTile tile_598 = { + 0x006732, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1484, -312, 1055, 0x0990}, + {1654, -312, 885, 0x0000}, + {1484, -312, 885, 0x0980} + } +}; + +StandTile tile_599 = { + 0x006731, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1484, -312, 1055, 0x0984}, + {1654, -312, 1055, 0x0000}, + {1654, -312, 885, 0x098c} + } +}; + +StandTile tile_600 = { + 0x001332, 0x45, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1324, -312, 1094, 0x0998}, + {1393, -312, 1042, 0x0000}, + {1324, -312, 1042, 0x09a0} + } +}; + +StandTile tile_601 = { + 0x001331, 0x45, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1324, -312, 1094, 0x0000}, + {1393, -312, 1094, 0x097a}, + {1393, -312, 1042, 0x0994} + } +}; + +StandTile tile_602 = { + 0x001232, 0x45, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1289, -312, 1094, 0x09a0}, + {1324, -312, 1042, 0x0000}, + {1289, -312, 1042, 0x0a03} + } +}; + +StandTile tile_603 = { + 0x001231, 0x45, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1289, -312, 1094, 0x0000}, + {1324, -312, 1094, 0x0994}, + {1324, -312, 1042, 0x099c} + } +}; + +StandTile tile_604 = { + 0x001632, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {951, -312, 1094, 0x09a8}, + {1020, -312, 1146, 0x09b0}, + {1020, -312, 1094, 0x0000} + } +}; + +StandTile tile_605 = { + 0x001631, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {951, -312, 1094, 0x0976}, + {951, -312, 1146, 0x0000}, + {1020, -312, 1146, 0x09a4} + } +}; + +StandTile tile_606 = { + 0x001532, 0x44, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1020, -312, 1094, 0x09b0}, + {1089, -312, 1146, 0x09b8}, + {1089, -312, 1094, 0x0000} + } +}; + +StandTile tile_607 = { + 0x001531, 0x44, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1020, -312, 1094, 0x09a4}, + {1020, -312, 1146, 0x0000}, + {1089, -312, 1146, 0x09ac} + } +}; + +StandTile tile_608 = { + 0x001432, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1089, -312, 1094, 0x09b8}, + {1159, -312, 1146, 0x09fe}, + {1159, -312, 1094, 0x0000} + } +}; + +StandTile tile_609 = { + 0x001431, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1089, -312, 1094, 0x09ac}, + {1089, -312, 1146, 0x0000}, + {1159, -312, 1146, 0x09b4} + } +}; + +StandTile tile_610 = { + 0x001132, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1159, -312, 1146, 0x09c0}, + {1263, -312, 1042, 0x09f6}, + {1185, -312, 1042, 0x09fe} + } +}; + +StandTile tile_611 = { + 0x001131, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1159, -312, 1146, 0x0000}, + {1289, -312, 1146, 0x0a03}, + {1263, -312, 1042, 0x09bc} + } +}; + +StandTile tile_612 = { + 0x048c32, 0x44, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1289, -326, 625, 0x09c8}, + {1159, -312, 625, 0x09d2}, + {1289, -312, 625, 0x0000} + } +}; + +StandTile tile_613 = { + 0x048c31, 0x44, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1289, -326, 625, 0x1502}, + {1159, -326, 625, 0x0000}, + {1159, -312, 625, 0x09c4} + } +}; + +StandTile tile_614 = { + 0x000e32, 0x44, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x4, + { + {1289, -312, 625, 0x09d2}, + {1159, -312, 790, 0x09da}, + {1185, -312, 790, 0x09f2}, + {1263, -312, 790, 0x09e6}, + {1289, -312, 790, 0x0000} + } +}; + +StandTile tile_615 = { + 0x000e31, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1289, -312, 625, 0x09c4}, + {1159, -312, 625, 0x0000}, + {1159, -312, 790, 0x09cc} + } +}; + +StandTile tile_616 = { + 0x000d32, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1185, -312, 790, 0x09da}, + {1159, -312, 1042, 0x09de}, + {1202, -312, 955, 0x09f2} + } +}; + +StandTile tile_617 = { + 0x000d31, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1185, -312, 790, 0x09cc}, + {1159, -312, 790, 0x0000}, + {1159, -312, 1042, 0x09d6} + } +}; + +StandTile tile_618 = { + 0x000c30, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1159, -312, 1042, 0x09fe}, + {1185, -312, 1042, 0x09fa}, + {1202, -312, 955, 0x09d6} + } +}; + +StandTile tile_619 = { + 0x000b30, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1263, -312, 1042, 0x0a03}, + {1289, -312, 1042, 0x09ea}, + {1246, -312, 955, 0x09f6} + } +}; + +StandTile tile_620 = { + 0x000a32, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1246, -312, 955, 0x09ea}, + {1289, -312, 790, 0x09cc}, + {1263, -312, 790, 0x09ee} + } +}; + +StandTile tile_621 = { + 0x000a31, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1246, -312, 955, 0x09e2}, + {1289, -312, 1042, 0x0000}, + {1289, -312, 790, 0x09e6} + } +}; + +StandTile tile_622 = { + 0x000932, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1263, -312, 790, 0x09f2}, + {1202, -312, 955, 0x09fa}, + {1246, -312, 955, 0x09e6} + } +}; + +StandTile tile_623 = { + 0x000931, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1263, -312, 790, 0x09cc}, + {1185, -312, 790, 0x09d6}, + {1202, -312, 955, 0x09ee} + } +}; + +StandTile tile_624 = { + 0x000832, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1246, -312, 955, 0x09fa}, + {1185, -312, 1042, 0x09bc}, + {1263, -312, 1042, 0x09e2} + } +}; + +StandTile tile_625 = { + 0x000831, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1246, -312, 955, 0x09ee}, + {1202, -312, 955, 0x09de}, + {1185, -312, 1042, 0x09f6} + } +}; + +StandTile tile_626 = { + 0x000730, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {1159, -312, 1042, 0x0000}, + {1159, -312, 1094, 0x09b4}, + {1159, -312, 1146, 0x09bc}, + {1185, -312, 1042, 0x09de} + } +}; + +StandTile tile_627 = { + 0x000630, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {1289, -312, 1146, 0x0000}, + {1289, -312, 1094, 0x099c}, + {1289, -312, 1042, 0x09e2}, + {1263, -312, 1042, 0x09c0} + } +}; + +StandTile tile_628 = { + 0x01942a, 0x43, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1172, 365, 1020, 0x0a0c}, + {-1224, 365, 816, 0x0000}, + {-1224, 365, 1020, 0x0000} + } +}; + +StandTile tile_629 = { + 0x019429, 0x43, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1172, 365, 1020, 0x0000}, + {-1172, 365, 816, 0x0000}, + {-1224, 365, 816, 0x0a08} + } +}; + +StandTile tile_630 = { + 0x046d2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1540, 365, 347, 0x0a14}, + {-1536, 365, 295, 0x0000}, + {-1540, 365, 325, 0x0a18} + } +}; + +StandTile tile_631 = { + 0x046d29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1540, 365, 347, 0x0000}, + {-1536, 365, 347, 0x0aaf}, + {-1536, 365, 295, 0x0a10} + } +}; + +StandTile tile_632 = { + 0x046a2a, 0x42, + 0x3, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1540, 365, 325, 0x0a1c}, + {-1540, 52, 347, 0x0000}, + {-1540, 365, 347, 0x0a10} + } +}; + +StandTile tile_633 = { + 0x046a29, 0x42, + 0x3, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1540, 365, 325, 0x0000}, + {-1540, 52, 325, 0x0a92}, + {-1540, 52, 347, 0x0a18} + } +}; + +StandTile tile_634 = { + 0x00302a, 0x42, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-855, 174, 686, 0x0a24}, + {-855, 191, 347, 0x0a3c}, + {-855, 174, 347, 0x0000} + } +}; + +StandTile tile_635 = { + 0x003029, 0x42, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-855, 174, 686, 0x0a30}, + {-855, 191, 686, 0x0000}, + {-855, 191, 347, 0x0a20} + } +}; + +StandTile tile_636 = { + 0x002f2a, 0x42, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1107, 174, 347, 0x0a2c}, + {-1107, 191, 686, 0x0a34}, + {-1107, 174, 686, 0x0000} + } +}; + +StandTile tile_637 = { + 0x002f29, 0x42, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1107, 174, 347, 0x0a38}, + {-1107, 191, 347, 0x0000}, + {-1107, 191, 686, 0x0a28} + } +}; + +StandTile tile_638 = { + 0x002e2a, 0x42, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1107, 174, 686, 0x0a34}, + {-855, 191, 686, 0x0a24}, + {-855, 174, 686, 0x0000} + } +}; + +StandTile tile_639 = { + 0x002e29, 0x42, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1107, 174, 686, 0x0a28}, + {-1107, 191, 686, 0x0000}, + {-855, 191, 686, 0x0a30} + } +}; + +StandTile tile_640 = { + 0x002d2a, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-855, 174, 347, 0x0a3c}, + {-1107, 191, 347, 0x0a2c}, + {-1107, 174, 347, 0x0000} + } +}; + +StandTile tile_641 = { + 0x002d29, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-855, 174, 347, 0x0a20}, + {-855, 191, 347, 0x0000}, + {-1107, 191, 347, 0x0a38} + } +}; + +StandTile tile_642 = { + 0x00262a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1128, 208, 326, 0x0a44}, + {-1172, 208, 751, 0x0a4c}, + {-1128, 208, 707, 0x0000} + } +}; + +StandTile tile_643 = { + 0x002629, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1128, 208, 326, 0x0a58}, + {-1172, 208, 282, 0x0000}, + {-1172, 208, 751, 0x0a40} + } +}; + +StandTile tile_644 = { + 0x00252a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 208, 707, 0x0a4c}, + {-1172, 208, 751, 0x0a64}, + {-807, 208, 751, 0x0a54} + } +}; + +StandTile tile_645 = { + 0x002529, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 208, 707, 0x0000}, + {-1128, 208, 707, 0x0a40}, + {-1172, 208, 751, 0x0a48} + } +}; + +StandTile tile_646 = { + 0x00242a, 0x42, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-833, 208, 707, 0x0a54}, + {-807, 208, 282, 0x0a5c}, + {-833, 208, 326, 0x0000} + } +}; + +StandTile tile_647 = { + 0x002429, 0x42, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-833, 208, 707, 0x0a48}, + {-807, 208, 751, 0x0000}, + {-807, 208, 282, 0x0a50} + } +}; + +StandTile tile_648 = { + 0x00232a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 208, 326, 0x0a5c}, + {-1172, 208, 282, 0x0a44}, + {-1128, 208, 326, 0x0000} + } +}; + +StandTile tile_649 = { + 0x002329, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 208, 326, 0x0a50}, + {-807, 208, 282, 0x0a68}, + {-1172, 208, 282, 0x0a58} + } +}; + +StandTile tile_650 = { + 0x00212a, 0x42, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-807, 208, 1020, 0x0a64}, + {-1172, 208, 751, 0x0000}, + {-1172, 208, 1020, 0x0000} + } +}; + +StandTile tile_651 = { + 0x002129, 0x42, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-807, 208, 1020, 0x0000}, + {-807, 208, 751, 0x0a48}, + {-1172, 208, 751, 0x0a60} + } +}; + +StandTile tile_652 = { + 0x001f2a, 0x42, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-807, 208, 282, 0x0a6c}, + {-1172, 208, 87, 0x0000}, + {-1172, 208, 282, 0x0a5c} + } +}; + +StandTile tile_653 = { + 0x001f29, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-807, 208, 282, 0x0000}, + {-807, 208, 87, 0x0000}, + {-1172, 208, 87, 0x0a68} + } +}; + +StandTile tile_654 = { + 0x00162a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 52, 347, 0x0a74}, + {-1510, 52, 816, 0x0000}, + {-1250, 52, 816, 0x0a86} + } +}; + +StandTile tile_655 = { + 0x001629, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 52, 347, 0x0000}, + {-1510, 52, 347, 0x0a78}, + {-1510, 52, 816, 0x0a70} + } +}; + +StandTile tile_656 = { + 0x00132a, 0x42, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1510, 52, 347, 0x0a7c}, + {-1536, 52, 816, 0x0000}, + {-1510, 52, 816, 0x0a74} + } +}; + +StandTile tile_657 = { + 0x001329, 0x42, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x1, 0x4, + { + {-1510, 52, 347, 0x0000}, + {-1536, 52, 347, 0x0a96}, + {-1536, 52, 712, 0x0aa3}, + {-1536, 52, 764, 0x0000}, + {-1536, 52, 816, 0x0a78} + } +}; + +StandTile tile_658 = { + 0x00122a, 0x42, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1172, 52, 347, 0x0a86}, + {-1250, 52, 816, 0x0000}, + {-1172, 52, 816, 0x0000} + } +}; + +StandTile tile_659 = { + 0x001229, 0x42, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1172, 52, 347, 0x0000}, + {-1250, 52, 347, 0x0a70}, + {-1250, 52, 816, 0x0a82} + } +}; + +StandTile tile_660 = { + 0x046c2a, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1536, 52, 295, 0x0a8e}, + {-1641, 52, 347, 0x0a92}, + {-1540, 52, 325, 0x0000} + } +}; + +StandTile tile_661 = { + 0x046c29, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1536, 52, 295, 0x0000}, + {-1571, 52, 295, 0x0aab}, + {-1641, 52, 347, 0x0a8a} + } +}; + +StandTile tile_662 = { + 0x046b28, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1540, 52, 325, 0x0a8a}, + {-1641, 52, 347, 0x0a9a}, + {-1540, 52, 347, 0x0a1c} + } +}; + +StandTile tile_663 = { + 0x00112a, 0x42, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1536, 52, 347, 0x0a9a}, + {-1641, 52, 712, 0x0a9f}, + {-1536, 52, 712, 0x0a7c} + } +}; + +StandTile tile_664 = { + 0x001129, 0x42, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {-1536, 52, 347, 0x0000}, + {-1540, 52, 347, 0x0a92}, + {-1641, 52, 347, 0x0acc}, + {-1641, 52, 712, 0x0a96} + } +}; + +StandTile tile_665 = { + 0x00102a, 0x42, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1571, 52, 764, 0x0aa3}, + {-1536, 52, 712, 0x0a96}, + {-1641, 52, 712, 0x0aa7} + } +}; + +StandTile tile_666 = { + 0x001029, 0x42, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1571, 52, 764, 0x0000}, + {-1536, 52, 764, 0x0a7c}, + {-1536, 52, 712, 0x0a9f} + } +}; + +StandTile tile_667 = { + 0x000e28, 0x42, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1641, 52, 764, 0x0000}, + {-1571, 52, 764, 0x0a9f}, + {-1641, 52, 712, 0x0000} + } +}; + +StandTile tile_668 = { + 0x000d28, 0x42, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1571, 52, 295, 0x0000}, + {-1641, 52, 295, 0x0000}, + {-1641, 52, 347, 0x0a8e} + } +}; + +StandTile tile_669 = { + 0x006e2a, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1536, 365, 347, 0x0ab3}, + {-1328, 365, 295, 0x0000}, + {-1536, 365, 295, 0x0a14} + } +}; + +StandTile tile_670 = { + 0x006e29, 0x42, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1536, 365, 347, 0x0000}, + {-1354, 365, 347, 0x0ab7}, + {-1328, 365, 295, 0x0aaf} + } +}; + +StandTile tile_671 = { + 0x01b52a, 0x42, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1354, 365, 347, 0x0abb}, + {-1224, 365, 295, 0x0000}, + {-1328, 365, 295, 0x0ab3} + } +}; + +StandTile tile_672 = { + 0x01b529, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1354, 365, 347, 0x0000}, + {-1172, 365, 347, 0x0abf}, + {-1224, 365, 295, 0x0ab7} + } +}; + +StandTile tile_673 = { + 0x01812a, 0x42, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1172, 365, 87, 0x0ac3}, + {-1224, 365, 295, 0x0abb}, + {-1172, 365, 347, 0x0000} + } +}; + +StandTile tile_674 = { + 0x018129, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1172, 365, 87, 0x0000}, + {-1224, 365, 87, 0x0000}, + {-1224, 365, 295, 0x0abf} + } +}; + +StandTile tile_675 = { + 0x00142a, 0x41, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x2, + { + {-1693, 52, 712, 0x0acc}, + {-1641, 52, 347, 0x0000}, + {-1693, 52, 347, 0x0b22}, + {-1693, 52, 534, 0x0b2c} + } +}; + +StandTile tile_676 = { + 0x001429, 0x41, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1693, 52, 712, 0x0000}, + {-1641, 52, 712, 0x0a9a}, + {-1641, 52, 347, 0x0ac7} + } +}; + +StandTile tile_677 = { + 0x000128, 0x40, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2526, 52, 868, 0x0000}, + {-2266, 52, 868, 0x0000}, + {-2266, 52, 712, 0x0ad8} + } +}; + +StandTile tile_678 = { + 0x000028, 0x3f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2266, 52, 191, 0x0000}, + {-2526, 52, 191, 0x0adc}, + {-2266, 52, 347, 0x0000} + } +}; + +StandTile tile_679 = { + 0x00022a, 0x3e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2266, 52, 347, 0x0adc}, + {-2526, 52, 868, 0x0ad0}, + {-2266, 52, 712, 0x0af2} + } +}; + +StandTile tile_680 = { + 0x000229, 0x3e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2266, 52, 347, 0x0ad4}, + {-2526, 52, 191, 0x0000}, + {-2526, 52, 868, 0x0ad8} + } +}; + +StandTile tile_681 = { + 0x001e2a, 0x3d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1940, 52, 712, 0x0ae4}, + {-1823, 52, 638, 0x0b16}, + {-1940, 52, 638, 0x0afa} + } +}; + +StandTile tile_682 = { + 0x001e29, 0x3d, + 0x0, + 0xc, 0xc, 0xc, + 5, + 0x0, 0x3, 0x4, + { + {-1940, 52, 712, 0x0000}, + {-1923, 52, 712, 0x034f}, + {-1879, 52, 712, 0x0000}, + {-1823, 52, 712, 0x0b28}, + {-1823, 52, 638, 0x0ae0} + } +}; + +StandTile tile_683 = { + 0x001d2a, 0x3d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1940, 52, 421, 0x0aee}, + {-1823, 52, 347, 0x0000}, + {-1940, 52, 347, 0x0b02} + } +}; + +StandTile tile_684 = { + 0x001d29, 0x3d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1940, 52, 421, 0x0b12}, + {-1823, 52, 421, 0x0b1e}, + {-1823, 52, 347, 0x0aea} + } +}; + +StandTile tile_685 = { + 0x00152a, 0x3d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2266, 52, 712, 0x0af6}, + {-2214, 52, 347, 0x0000}, + {-2266, 52, 347, 0x0ad8} + } +}; + +StandTile tile_686 = { + 0x001529, 0x3d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2266, 52, 712, 0x0000}, + {-2214, 52, 712, 0x0b0a}, + {-2214, 52, 347, 0x0af2} + } +}; + +StandTile tile_687 = { + 0x000c28, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2070, 52, 521, 0x0b0e}, + {-1940, 52, 712, 0x0ae0}, + {-1940, 52, 638, 0x0afe} + } +}; + +StandTile tile_688 = { + 0x000b28, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1940, 52, 638, 0x0b16}, + {-1940, 52, 421, 0x0b02}, + {-2070, 52, 521, 0x0afa} + } +}; + +StandTile tile_689 = { + 0x000a28, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2070, 52, 521, 0x0afe}, + {-1940, 52, 421, 0x0aea}, + {-1940, 52, 347, 0x0b06} + } +}; + +StandTile tile_690 = { + 0x000928, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1940, 52, 347, 0x0000}, + {-2214, 52, 347, 0x0b0a}, + {-2070, 52, 521, 0x0b02} + } +}; + +StandTile tile_691 = { + 0x000828, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2070, 52, 521, 0x0b06}, + {-2214, 52, 347, 0x0af6}, + {-2214, 52, 712, 0x0b0e} + } +}; + +StandTile tile_692 = { + 0x000728, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1940, 52, 712, 0x0afa}, + {-2070, 52, 521, 0x0b0a}, + {-2214, 52, 712, 0x0000} + } +}; + +StandTile tile_693 = { + 0x00062a, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1940, 52, 421, 0x0b16}, + {-1823, 52, 638, 0x0b1a}, + {-1823, 52, 421, 0x0aee} + } +}; + +StandTile tile_694 = { + 0x000629, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1940, 52, 421, 0x0afe}, + {-1940, 52, 638, 0x0ae0}, + {-1823, 52, 638, 0x0b12} + } +}; + +StandTile tile_695 = { + 0x000528, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1823, 52, 638, 0x0b28}, + {-1693, 52, 534, 0x0b1e}, + {-1823, 52, 421, 0x0b12} + } +}; + +StandTile tile_696 = { + 0x00042a, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1693, 52, 534, 0x0b22}, + {-1823, 52, 347, 0x0aee}, + {-1823, 52, 421, 0x0b1a} + } +}; + +StandTile tile_697 = { + 0x000429, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-1693, 52, 534, 0x0ac7}, + {-1693, 52, 347, 0x0000}, + {-1742, 52, 347, 0x0b30}, + {-1797, 52, 347, 0x0000}, + {-1823, 52, 347, 0x0b1e} + } +}; + +StandTile tile_698 = { + 0x00032a, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1823, 52, 712, 0x0b2c}, + {-1693, 52, 534, 0x0b1a}, + {-1823, 52, 638, 0x0ae4} + } +}; + +StandTile tile_699 = { + 0x000329, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1823, 52, 712, 0x0000}, + {-1693, 52, 712, 0x0ac7}, + {-1693, 52, 534, 0x0b28} + } +}; + +StandTile tile_700 = { + 0x01d62a, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1742, 52, 347, 0x0b34}, + {-1788, 61, 347, 0x0000}, + {-1797, 52, 347, 0x0b22} + } +}; + +StandTile tile_701 = { + 0x01d629, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1742, 52, 347, 0x0000}, + {-1749, 61, 347, 0x0b40}, + {-1788, 61, 347, 0x0b30} + } +}; + +StandTile tile_702 = { + 0x009022, 0x3c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1788, 61, 117, 0x0b3c}, + {-1749, 61, 330, 0x0000}, + {-1749, 61, 117, 0x0b4c} + } +}; + +StandTile tile_703 = { + 0x009021, 0x3c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1788, 61, 117, 0x0000}, + {-1788, 61, 330, 0x0b44}, + {-1749, 61, 330, 0x0b38} + } +}; + +StandTile tile_704 = { + 0x008c22, 0x3c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1749, 61, 330, 0x0b44}, + {-1788, 61, 347, 0x0b34}, + {-1749, 61, 347, 0x0000} + } +}; + +StandTile tile_705 = { + 0x008c21, 0x3c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1749, 61, 330, 0x0b3c}, + {-1788, 61, 330, 0x0000}, + {-1788, 61, 347, 0x0b40} + } +}; + +StandTile tile_706 = { + 0x008922, 0x3c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1788, 61, 117, 0x0b4c}, + {-1749, 61, 100, 0x0b50}, + {-1788, 61, 100, 0x0000} + } +}; + +StandTile tile_707 = { + 0x008921, 0x3c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1788, 61, 117, 0x0b38}, + {-1749, 61, 117, 0x0000}, + {-1749, 61, 100, 0x0b48} + } +}; + +StandTile tile_708 = { + 0x00a122, 0x3b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1749, 61, 61, 0x0b54}, + {-1788, 61, 100, 0x0b48}, + {-1749, 61, 100, 0x0b60} + } +}; + +StandTile tile_709 = { + 0x00a121, 0x3b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1749, 61, 61, 0x0000}, + {-1788, 61, 61, 0x0000}, + {-1788, 61, 100, 0x0b50} + } +}; + +StandTile tile_710 = { + 0x003622, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1662, 61, 61, 0x0b5c}, + {-1732, 61, 100, 0x0000}, + {-1662, 61, 100, 0x0b6c} + } +}; + +StandTile tile_711 = { + 0x003621, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1662, 61, 61, 0x0000}, + {-1732, 61, 61, 0x0b64}, + {-1732, 61, 100, 0x0b58} + } +}; + +StandTile tile_712 = { + 0x003222, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1732, 61, 100, 0x0b64}, + {-1749, 61, 61, 0x0b50}, + {-1749, 61, 100, 0x0000} + } +}; + +StandTile tile_713 = { + 0x003221, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1732, 61, 100, 0x0b5c}, + {-1732, 61, 61, 0x0000}, + {-1749, 61, 61, 0x0b60} + } +}; + +StandTile tile_714 = { + 0x002f22, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1662, 61, 61, 0x0b6c}, + {-1645, 61, 100, 0x0b70}, + {-1645, 61, 61, 0x0000} + } +}; + +StandTile tile_715 = { + 0x002f21, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1662, 61, 61, 0x0b58}, + {-1662, 61, 100, 0x0000}, + {-1645, 61, 100, 0x0b68} + } +}; + +StandTile tile_716 = { + 0x00a422, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1645, 61, 100, 0x0b74}, + {-1606, 61, 61, 0x0b80}, + {-1645, 61, 61, 0x0b68} + } +}; + +StandTile tile_717 = { + 0x00a421, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1645, 61, 100, 0x0000}, + {-1606, 61, 100, 0x0000}, + {-1606, 61, 61, 0x0b70} + } +}; + +StandTile tile_718 = { + 0x009322, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1645, 61, -26, 0x0b7c}, + {-1606, 61, -43, 0x0b90}, + {-1645, 61, -43, 0x0000} + } +}; + +StandTile tile_719 = { + 0x009321, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1645, 61, -26, 0x0b88}, + {-1606, 61, -26, 0x0000}, + {-1606, 61, -43, 0x0b78} + } +}; + +StandTile tile_720 = { + 0x009622, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1606, 61, 43, 0x0b84}, + {-1645, 61, 61, 0x0b70}, + {-1606, 61, 61, 0x0000} + } +}; + +StandTile tile_721 = { + 0x009621, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1606, 61, 43, 0x0b8c}, + {-1645, 61, 43, 0x0000}, + {-1645, 61, 61, 0x0b80} + } +}; + +StandTile tile_722 = { + 0x009a22, 0x38, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1645, 61, -26, 0x0b8c}, + {-1606, 61, 43, 0x0000}, + {-1606, 61, -26, 0x0b7c} + } +}; + +StandTile tile_723 = { + 0x009a21, 0x38, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1645, 61, -26, 0x0000}, + {-1645, 61, 43, 0x0b84}, + {-1606, 61, 43, 0x0b88} + } +}; + +StandTile tile_724 = { + 0x009e22, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1606, 61, -82, 0x0b94}, + {-1645, 61, -43, 0x0b78}, + {-1606, 61, -43, 0x0b98} + } +}; + +StandTile tile_725 = { + 0x009e21, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1606, 61, -82, 0x0000}, + {-1645, 61, -82, 0x0000}, + {-1645, 61, -43, 0x0b90} + } +}; + +StandTile tile_726 = { + 0x006b22, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1589, 61, -43, 0x0b9c}, + {-1606, 61, -82, 0x0b90}, + {-1606, 61, -43, 0x0000} + } +}; + +StandTile tile_727 = { + 0x006b21, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1589, 61, -43, 0x0ba0}, + {-1589, 61, -82, 0x0000}, + {-1606, 61, -82, 0x0b98} + } +}; + +StandTile tile_728 = { + 0x007222, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1589, 61, -43, 0x0ba4}, + {-1376, 61, -82, 0x0000}, + {-1589, 61, -82, 0x0b9c} + } +}; + +StandTile tile_729 = { + 0x007221, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1589, 61, -43, 0x0000}, + {-1376, 61, -43, 0x0bac}, + {-1376, 61, -82, 0x0ba0} + } +}; + +StandTile tile_730 = { + 0x006e22, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1376, 61, -82, 0x0bac}, + {-1359, 61, -43, 0x0bb4}, + {-1359, 61, -82, 0x0000} + } +}; + +StandTile tile_731 = { + 0x006e21, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1376, 61, -82, 0x0ba4}, + {-1376, 61, -43, 0x0000}, + {-1359, 61, -43, 0x0ba8} + } +}; + +StandTile tile_732 = { + 0x00b522, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1319, 61, -82, 0x0bb4}, + {-1359, 61, -43, 0x0000}, + {-1319, 61, -43, 0x0bc8} + } +}; + +StandTile tile_733 = { + 0x00b521, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1319, 61, -82, 0x0000}, + {-1359, 61, -82, 0x0ba8}, + {-1359, 61, -43, 0x0bb0} + } +}; + +StandTile tile_734 = { + 0x006422, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1089, 61, -82, 0x0bbc}, + {-1072, 61, -43, 0x0bd4}, + {-1072, 61, -82, 0x0000} + } +}; + +StandTile tile_735 = { + 0x006421, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1089, 61, -82, 0x0bc4}, + {-1089, 61, -43, 0x0000}, + {-1072, 61, -43, 0x0bb8} + } +}; + +StandTile tile_736 = { + 0x006822, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1302, 61, -43, 0x0bc4}, + {-1089, 61, -82, 0x0000}, + {-1302, 61, -82, 0x0bcc} + } +}; + +StandTile tile_737 = { + 0x006821, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1302, 61, -43, 0x0000}, + {-1089, 61, -43, 0x0bbc}, + {-1089, 61, -82, 0x0bc0} + } +}; + +StandTile tile_738 = { + 0x006122, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1302, 61, -43, 0x0bcc}, + {-1319, 61, -82, 0x0bb0}, + {-1319, 61, -43, 0x0000} + } +}; + +StandTile tile_739 = { + 0x006121, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1302, 61, -43, 0x0bc0}, + {-1302, 61, -82, 0x0000}, + {-1319, 61, -82, 0x0bc8} + } +}; + +StandTile tile_740 = { + 0x00b322, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1033, 61, -82, 0x0bd4}, + {-1072, 61, -43, 0x0be0}, + {-1033, 61, -43, 0x0c10} + } +}; + +StandTile tile_741 = { + 0x00b321, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1033, 61, -82, 0x0000}, + {-1072, 61, -82, 0x0bb8}, + {-1072, 61, -43, 0x0bd0} + } +}; + +StandTile tile_742 = { + 0x008222, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1033, 61, 43, 0x0bdc}, + {-1072, 61, 61, 0x0bf0}, + {-1033, 61, 61, 0x0000} + } +}; + +StandTile tile_743 = { + 0x008221, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1033, 61, 43, 0x0bec}, + {-1072, 61, 43, 0x0000}, + {-1072, 61, 61, 0x0bd8} + } +}; + +StandTile tile_744 = { + 0x007f22, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1072, 61, -26, 0x0be4}, + {-1033, 61, -43, 0x0bd0}, + {-1072, 61, -43, 0x0000} + } +}; + +StandTile tile_745 = { + 0x007f21, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1072, 61, -26, 0x0be8}, + {-1033, 61, -26, 0x0000}, + {-1033, 61, -43, 0x0be0} + } +}; + +StandTile tile_746 = { + 0x008622, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1072, 61, -26, 0x0bec}, + {-1033, 61, 43, 0x0000}, + {-1033, 61, -26, 0x0be4} + } +}; + +StandTile tile_747 = { + 0x008621, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1072, 61, -26, 0x0000}, + {-1072, 61, 43, 0x0bdc}, + {-1033, 61, 43, 0x0be8} + } +}; + +StandTile tile_748 = { + 0x00b122, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1072, 61, 61, 0x0bf4}, + {-1033, 61, 100, 0x0c28}, + {-1033, 61, 61, 0x0bd8} + } +}; + +StandTile tile_749 = { + 0x00b121, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1072, 61, 61, 0x0000}, + {-1072, 61, 100, 0x0c00}, + {-1033, 61, 100, 0x0bf0} + } +}; + +StandTile tile_750 = { + 0x000822, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1033, 61, 330, 0x0bfc}, + {-1072, 61, 347, 0x0d38}, + {-1033, 61, 347, 0x0000} + } +}; + +StandTile tile_751 = { + 0x000821, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1033, 61, 330, 0x0c08}, + {-1072, 61, 330, 0x0000}, + {-1072, 61, 347, 0x0bf8} + } +}; + +StandTile tile_752 = { + 0x00b922, 0x30, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1072, 61, 117, 0x0c04}, + {-1033, 61, 100, 0x0bf4}, + {-1072, 61, 100, 0x0000} + } +}; + +StandTile tile_753 = { + 0x00b921, 0x30, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1072, 61, 117, 0x0c0c}, + {-1033, 61, 117, 0x0000}, + {-1033, 61, 100, 0x0c00} + } +}; + +StandTile tile_754 = { + 0x00bd22, 0x30, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1033, 61, 330, 0x0c0c}, + {-1072, 61, 117, 0x0000}, + {-1072, 61, 330, 0x0bfc} + } +}; + +StandTile tile_755 = { + 0x00bd21, 0x30, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1033, 61, 330, 0x0000}, + {-1033, 61, 117, 0x0c04}, + {-1072, 61, 117, 0x0c08} + } +}; + +StandTile tile_756 = { + 0x005722, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1016, 61, -43, 0x0c14}, + {-1033, 61, -82, 0x0bd0}, + {-1033, 61, -43, 0x0000} + } +}; + +StandTile tile_757 = { + 0x005721, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1016, 61, -43, 0x0c18}, + {-1016, 61, -82, 0x0000}, + {-1033, 61, -82, 0x0c10} + } +}; + +StandTile tile_758 = { + 0x005e22, 0x2f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1016, 61, -43, 0x0c1c}, + {-803, 61, -82, 0x0000}, + {-1016, 61, -82, 0x0c14} + } +}; + +StandTile tile_759 = { + 0x005e21, 0x2f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1016, 61, -43, 0x0000}, + {-803, 61, -43, 0x0c24}, + {-803, 61, -82, 0x0c18} + } +}; + +StandTile tile_760 = { + 0x005a22, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-803, 61, -82, 0x0c24}, + {-786, 61, -43, 0x0c74}, + {-786, 61, -82, 0x0000} + } +}; + +StandTile tile_761 = { + 0x005a21, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-803, 61, -82, 0x0c1c}, + {-803, 61, -43, 0x0000}, + {-786, 61, -43, 0x0c20} + } +}; + +StandTile tile_762 = { + 0x004d22, 0x2e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1016, 61, 100, 0x0c2c}, + {-1033, 61, 61, 0x0bf0}, + {-1033, 61, 100, 0x0000} + } +}; + +StandTile tile_763 = { + 0x004d21, 0x2e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1016, 61, 100, 0x0c30}, + {-1016, 61, 61, 0x0000}, + {-1033, 61, 61, 0x0c28} + } +}; + +StandTile tile_764 = { + 0x005422, 0x2e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1016, 61, 100, 0x0c34}, + {-803, 61, 61, 0x0000}, + {-1016, 61, 61, 0x0c2c} + } +}; + +StandTile tile_765 = { + 0x005421, 0x2e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1016, 61, 100, 0x0000}, + {-803, 61, 100, 0x0c3c}, + {-803, 61, 61, 0x0c30} + } +}; + +StandTile tile_766 = { + 0x005022, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-803, 61, 61, 0x0c3c}, + {-786, 61, 100, 0x0c90}, + {-786, 61, 61, 0x0000} + } +}; + +StandTile tile_767 = { + 0x005021, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-803, 61, 61, 0x0c34}, + {-803, 61, 100, 0x0000}, + {-786, 61, 100, 0x0c38} + } +}; + +StandTile tile_768 = { + 0x001022, 0x2d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-603, 61, 61, 0x0c44}, + {-642, 61, -26, 0x0000}, + {-642, 61, 61, 0x0000} + } +}; + +StandTile tile_769 = { + 0x001021, 0x2d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-603, 61, 61, 0x0000}, + {-603, 61, -26, 0x0c4c}, + {-642, 61, -26, 0x0c40} + } +}; + +StandTile tile_770 = { + 0x001322, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-642, 61, -26, 0x0c4c}, + {-603, 61, -43, 0x0c50}, + {-642, 61, -43, 0x0000} + } +}; + +StandTile tile_771 = { + 0x001321, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-642, 61, -26, 0x0c44}, + {-603, 61, -26, 0x0000}, + {-603, 61, -43, 0x0c48} + } +}; + +StandTile tile_772 = { + 0x00aa22, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-603, 61, -43, 0x0c54}, + {-642, 61, -82, 0x0c68}, + {-642, 61, -43, 0x0c48} + } +}; + +StandTile tile_773 = { + 0x00aa21, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-603, 61, -43, 0x0000}, + {-603, 61, -82, 0x0000}, + {-642, 61, -82, 0x0c50} + } +}; + +StandTile tile_774 = { + 0x004322, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-729, 61, -43, 0x0c5c}, + {-747, 61, -82, 0x0c70}, + {-747, 61, -43, 0x0000} + } +}; + +StandTile tile_775 = { + 0x004321, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-729, 61, -43, 0x0c60}, + {-729, 61, -82, 0x0000}, + {-747, 61, -82, 0x0c58} + } +}; + +StandTile tile_776 = { + 0x004a22, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-729, 61, -43, 0x0c64}, + {-660, 61, -82, 0x0000}, + {-729, 61, -82, 0x0c5c} + } +}; + +StandTile tile_777 = { + 0x004a21, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-729, 61, -43, 0x0000}, + {-660, 61, -43, 0x0c6c}, + {-660, 61, -82, 0x0c60} + } +}; + +StandTile tile_778 = { + 0x004622, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-660, 61, -82, 0x0c6c}, + {-642, 61, -43, 0x0c50}, + {-642, 61, -82, 0x0000} + } +}; + +StandTile tile_779 = { + 0x004621, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-660, 61, -82, 0x0c64}, + {-660, 61, -43, 0x0000}, + {-642, 61, -43, 0x0c68} + } +}; + +StandTile tile_780 = { + 0x00af22, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-747, 61, -82, 0x0c74}, + {-786, 61, -43, 0x0c88}, + {-747, 61, -43, 0x0c58} + } +}; + +StandTile tile_781 = { + 0x00af21, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-747, 61, -82, 0x0000}, + {-786, 61, -82, 0x0c20}, + {-786, 61, -43, 0x0c70} + } +}; + +StandTile tile_782 = { + 0x007822, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-747, 61, 43, 0x0c7c}, + {-786, 61, 61, 0x0c94}, + {-747, 61, 61, 0x0000} + } +}; + +StandTile tile_783 = { + 0x007821, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-747, 61, 43, 0x0c84}, + {-786, 61, 43, 0x0000}, + {-786, 61, 61, 0x0c78} + } +}; + +StandTile tile_784 = { + 0x007c22, 0x29, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-786, 61, -26, 0x0c84}, + {-747, 61, 43, 0x0000}, + {-747, 61, -26, 0x0c8c} + } +}; + +StandTile tile_785 = { + 0x007c21, 0x29, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-786, 61, -26, 0x0000}, + {-786, 61, 43, 0x0c7c}, + {-747, 61, 43, 0x0c80} + } +}; + +StandTile tile_786 = { + 0x007522, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-786, 61, -26, 0x0c8c}, + {-747, 61, -43, 0x0c70}, + {-786, 61, -43, 0x0000} + } +}; + +StandTile tile_787 = { + 0x007521, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-786, 61, -26, 0x0c80}, + {-747, 61, -26, 0x0000}, + {-747, 61, -43, 0x0c88} + } +}; + +StandTile tile_788 = { + 0x00ad22, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-747, 61, 100, 0x0c94}, + {-786, 61, 61, 0x0c38}, + {-786, 61, 100, 0x0ca0} + } +}; + +StandTile tile_789 = { + 0x00ad21, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-747, 61, 100, 0x0000}, + {-747, 61, 61, 0x0c78}, + {-786, 61, 61, 0x0c90} + } +}; + +StandTile tile_790 = { + 0x004022, 0x27, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-786, 61, 117, 0x0c9c}, + {-747, 61, 187, 0x0000}, + {-747, 61, 117, 0x0ca4} + } +}; + +StandTile tile_791 = { + 0x004021, 0x27, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-786, 61, 117, 0x0000}, + {-786, 61, 187, 0x0cac}, + {-747, 61, 187, 0x0c98} + } +}; + +StandTile tile_792 = { + 0x003922, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-786, 61, 117, 0x0ca4}, + {-747, 61, 100, 0x0c90}, + {-786, 61, 100, 0x0000} + } +}; + +StandTile tile_793 = { + 0x003921, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-786, 61, 117, 0x0c98}, + {-747, 61, 117, 0x0000}, + {-747, 61, 100, 0x0ca0} + } +}; + +StandTile tile_794 = { + 0x003c22, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-747, 61, 187, 0x0cac}, + {-786, 61, 204, 0x0cb0}, + {-747, 61, 204, 0x0000} + } +}; + +StandTile tile_795 = { + 0x003c21, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-747, 61, 187, 0x0c9c}, + {-786, 61, 187, 0x0000}, + {-786, 61, 204, 0x0ca8} + } +}; + +StandTile tile_796 = { + 0x00a722, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-786, 61, 243, 0x0cb4}, + {-747, 61, 204, 0x0ca8}, + {-786, 61, 204, 0x0cc8} + } +}; + +StandTile tile_797 = { + 0x00a721, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-786, 61, 243, 0x0000}, + {-747, 61, 243, 0x0000}, + {-747, 61, 204, 0x0cb0} + } +}; + +StandTile tile_798 = { + 0x002c22, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-803, 61, 204, 0x0cbc}, + {-872, 61, 243, 0x0000}, + {-803, 61, 243, 0x0ccc} + } +}; + +StandTile tile_799 = { + 0x002c21, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-803, 61, 204, 0x0000}, + {-872, 61, 204, 0x0cc4}, + {-872, 61, 243, 0x0cb8} + } +}; + +StandTile tile_800 = { + 0x002822, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-872, 61, 243, 0x0cc4}, + {-890, 61, 204, 0x0cd0}, + {-890, 61, 243, 0x0000} + } +}; + +StandTile tile_801 = { + 0x002821, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-872, 61, 243, 0x0cbc}, + {-872, 61, 204, 0x0000}, + {-890, 61, 204, 0x0cc0} + } +}; + +StandTile tile_802 = { + 0x002522, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-803, 61, 204, 0x0ccc}, + {-786, 61, 243, 0x0cb0}, + {-786, 61, 204, 0x0000} + } +}; + +StandTile tile_803 = { + 0x002521, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-803, 61, 204, 0x0cb8}, + {-803, 61, 243, 0x0000}, + {-786, 61, 243, 0x0cc8} + } +}; + +StandTile tile_804 = { + 0x009b22, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-890, 61, 204, 0x0cd4}, + {-929, 61, 243, 0x0ce8}, + {-890, 61, 243, 0x0cc0} + } +}; + +StandTile tile_805 = { + 0x009b21, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-890, 61, 204, 0x0000}, + {-929, 61, 204, 0x0000}, + {-929, 61, 243, 0x0cd0} + } +}; + +StandTile tile_806 = { + 0x000522, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-890, 61, 330, 0x0cdc}, + {-929, 61, 347, 0x0d30}, + {-890, 61, 347, 0x0000} + } +}; + +StandTile tile_807 = { + 0x000521, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-890, 61, 330, 0x0ce0}, + {-929, 61, 330, 0x0000}, + {-929, 61, 347, 0x0cd8} + } +}; + +StandTile tile_808 = { + 0x000c22, 0x23, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-890, 61, 330, 0x0ce4}, + {-929, 61, 260, 0x0000}, + {-929, 61, 330, 0x0cdc} + } +}; + +StandTile tile_809 = { + 0x000c21, 0x23, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-890, 61, 330, 0x0000}, + {-890, 61, 260, 0x0cec}, + {-929, 61, 260, 0x0ce0} + } +}; + +StandTile tile_810 = { + 0x000222, 0x23, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-929, 61, 260, 0x0cec}, + {-890, 61, 243, 0x0cd0}, + {-929, 61, 243, 0x0000} + } +}; + +StandTile tile_811 = { + 0x000221, 0x23, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-929, 61, 260, 0x0ce4}, + {-890, 61, 260, 0x0000}, + {-890, 61, 243, 0x0ce8} + } +}; + +StandTile tile_812 = { + 0x03871a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-998, 78, 438, 0x0cf4}, + {-998, 69, 595, 0x0000}, + {-998, 69, 438, 0x0cf8} + } +}; + +StandTile tile_813 = { + 0x038719, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-998, 78, 438, 0x0000}, + {-998, 78, 595, 0x0d04}, + {-998, 69, 595, 0x0cf0} + } +}; + +StandTile tile_814 = { + 0x03861a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-998, 69, 438, 0x0cfc}, + {-964, 78, 438, 0x0000}, + {-998, 78, 438, 0x0cf0} + } +}; + +StandTile tile_815 = { + 0x038619, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-998, 69, 438, 0x0000}, + {-964, 69, 438, 0x0d08}, + {-964, 78, 438, 0x0cf8} + } +}; + +StandTile tile_816 = { + 0x03851a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-964, 69, 595, 0x0d04}, + {-998, 78, 595, 0x0000}, + {-964, 78, 595, 0x0d0c} + } +}; + +StandTile tile_817 = { + 0x038519, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-964, 69, 595, 0x0000}, + {-998, 69, 595, 0x0cf4}, + {-998, 78, 595, 0x0d00} + } +}; + +StandTile tile_818 = { + 0x03831a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-964, 69, 438, 0x0d0c}, + {-964, 78, 595, 0x0000}, + {-964, 78, 438, 0x0cfc} + } +}; + +StandTile tile_819 = { + 0x038319, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-964, 69, 438, 0x0000}, + {-964, 69, 595, 0x0d00}, + {-964, 78, 595, 0x0d08} + } +}; + +StandTile tile_820 = { + 0x03131a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1107, 178, 686, 0x0d14}, + {-998, 178, 347, 0x0000}, + {-1107, 178, 347, 0x0000} + } +}; + +StandTile tile_821 = { + 0x031319, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1107, 178, 686, 0x0000}, + {-998, 178, 686, 0x0000}, + {-998, 178, 347, 0x0d10} + } +}; + +StandTile tile_822 = { + 0x03141a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-964, 178, 686, 0x0d1c}, + {-855, 178, 347, 0x0000}, + {-964, 178, 347, 0x0000} + } +}; + +StandTile tile_823 = { + 0x031419, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-964, 178, 686, 0x0000}, + {-855, 178, 686, 0x0000}, + {-855, 178, 347, 0x0d18} + } +}; + +StandTile tile_824 = { + 0x03891a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 52, 634, 0x0d24}, + {-894, 52, 490, 0x0d2c}, + {-1068, 52, 490, 0x0da6} + } +}; + +StandTile tile_825 = { + 0x038919, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 52, 634, 0x0d90}, + {-894, 52, 634, 0x0dba}, + {-894, 52, 490, 0x0d20} + } +}; + +StandTile tile_826 = { + 0x03881a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 52, 490, 0x0d2c}, + {-894, 52, 399, 0x0db2}, + {-1068, 52, 399, 0x0d9e} + } +}; + +StandTile tile_827 = { + 0x038819, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 52, 490, 0x0d20}, + {-894, 52, 490, 0x0dc2}, + {-894, 52, 399, 0x0d28} + } +}; + +StandTile tile_828 = { + 0x03431a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-929, 52, 347, 0x0d34}, + {-890, 61, 347, 0x0cd8}, + {-929, 61, 347, 0x0000} + } +}; + +StandTile tile_829 = { + 0x034319, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-929, 52, 347, 0x0daa}, + {-890, 52, 347, 0x0000}, + {-890, 61, 347, 0x0d30} + } +}; + +StandTile tile_830 = { + 0x03421a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1072, 52, 347, 0x0d3c}, + {-1033, 61, 347, 0x0bf8}, + {-1072, 61, 347, 0x0000} + } +}; + +StandTile tile_831 = { + 0x034219, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1072, 52, 347, 0x0daa}, + {-1033, 52, 347, 0x0000}, + {-1033, 61, 347, 0x0d38} + } +}; + +StandTile tile_832 = { + 0x00d21a, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-933, 43, 547, 0x0d44}, + {-933, 52, 577, 0x0000}, + {-933, 52, 547, 0x0000} + } +}; + +StandTile tile_833 = { + 0x00d219, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-933, 43, 547, 0x0000}, + {-933, 43, 577, 0x0000}, + {-933, 52, 577, 0x0d40} + } +}; + +StandTile tile_834 = { + 0x00ce1a, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-933, 43, 499, 0x0d4c}, + {-933, 52, 530, 0x0000}, + {-933, 52, 499, 0x0000} + } +}; + +StandTile tile_835 = { + 0x00ce19, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-933, 43, 499, 0x0000}, + {-933, 43, 530, 0x0000}, + {-933, 52, 530, 0x0d48} + } +}; + +StandTile tile_836 = { + 0x00ca1a, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-933, 43, 451, 0x0d54}, + {-933, 52, 482, 0x0000}, + {-933, 52, 451, 0x0000} + } +}; + +StandTile tile_837 = { + 0x00ca19, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-933, 43, 451, 0x0000}, + {-933, 43, 482, 0x0000}, + {-933, 52, 482, 0x0d50} + } +}; + +StandTile tile_838 = { + 0x00c51a, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 43, 482, 0x0d5c}, + {-1029, 52, 451, 0x0000}, + {-1029, 52, 482, 0x0000} + } +}; + +StandTile tile_839 = { + 0x00c519, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 43, 482, 0x0000}, + {-1029, 43, 451, 0x0000}, + {-1029, 52, 451, 0x0d58} + } +}; + +StandTile tile_840 = { + 0x00c11a, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 43, 530, 0x0d64}, + {-1029, 52, 499, 0x0000}, + {-1029, 52, 530, 0x0000} + } +}; + +StandTile tile_841 = { + 0x00c119, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 43, 530, 0x0000}, + {-1029, 43, 499, 0x0000}, + {-1029, 52, 499, 0x0d60} + } +}; + +StandTile tile_842 = { + 0x00bd1a, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 43, 577, 0x0d6c}, + {-1029, 52, 547, 0x0000}, + {-1029, 52, 577, 0x0000} + } +}; + +StandTile tile_843 = { + 0x00bd19, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 43, 577, 0x0000}, + {-1029, 43, 547, 0x0000}, + {-1029, 52, 547, 0x0d68} + } +}; + +StandTile tile_844 = { + 0x00bb1a, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-933, 43, 399, 0x0d74}, + {-933, 52, 434, 0x0000}, + {-933, 52, 399, 0x0000} + } +}; + +StandTile tile_845 = { + 0x00bb19, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-933, 43, 399, 0x0000}, + {-933, 43, 434, 0x0000}, + {-933, 52, 434, 0x0d70} + } +}; + +StandTile tile_846 = { + 0x00b91a, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-933, 43, 595, 0x0d7c}, + {-933, 52, 634, 0x0000}, + {-933, 52, 595, 0x0000} + } +}; + +StandTile tile_847 = { + 0x00b919, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-933, 43, 595, 0x0000}, + {-933, 43, 634, 0x0000}, + {-933, 52, 634, 0x0d78} + } +}; + +StandTile tile_848 = { + 0x00b71a, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 43, 434, 0x0d84}, + {-1029, 52, 399, 0x0000}, + {-1029, 52, 434, 0x0000} + } +}; + +StandTile tile_849 = { + 0x00b719, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 43, 434, 0x0000}, + {-1029, 43, 399, 0x0000}, + {-1029, 52, 399, 0x0d80} + } +}; + +StandTile tile_850 = { + 0x00b51a, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 43, 634, 0x0d8c}, + {-1029, 52, 595, 0x0000}, + {-1029, 52, 634, 0x0000} + } +}; + +StandTile tile_851 = { + 0x00b519, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 43, 634, 0x0000}, + {-1029, 43, 595, 0x0000}, + {-1029, 52, 595, 0x0d88} + } +}; + +StandTile tile_852 = { + 0x008d1a, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1115, 52, 686, 0x0d94}, + {-894, 52, 634, 0x0d24}, + {-1068, 52, 634, 0x0da6} + } +}; + +StandTile tile_853 = { + 0x008d19, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x3, 0x4, + { + {-1115, 52, 686, 0x0000}, + {-1007, 52, 686, 0x0de3}, + {-955, 52, 686, 0x0000}, + {-846, 52, 686, 0x0dba}, + {-894, 52, 634, 0x0d90} + } +}; + +StandTile tile_854 = { + 0x03451a, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 52, 490, 0x0d9e}, + {-1115, 52, 347, 0x0000}, + {-1115, 52, 490, 0x0da2} + } +}; + +StandTile tile_855 = { + 0x034519, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 52, 490, 0x0d28}, + {-1068, 52, 399, 0x0db2}, + {-1115, 52, 347, 0x0d9a} + } +}; + +StandTile tile_856 = { + 0x008c1a, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1115, 52, 686, 0x0da6}, + {-1068, 52, 490, 0x0d9a}, + {-1115, 52, 490, 0x0000} + } +}; + +StandTile tile_857 = { + 0x008c19, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1115, 52, 686, 0x0d90}, + {-1068, 52, 634, 0x0d20}, + {-1068, 52, 490, 0x0da2} + } +}; + +StandTile tile_858 = { + 0x008b1a, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 7, + 0x0, 0x1, 0x2, + { + {-1115, 52, 347, 0x0db2}, + {-894, 52, 399, 0x0dc2}, + {-846, 52, 347, 0x0000}, + {-890, 52, 347, 0x0d34}, + {-929, 52, 347, 0x0000}, + {-1033, 52, 347, 0x0d3c}, + {-1072, 52, 347, 0x0000} + } +}; + +StandTile tile_859 = { + 0x008b19, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1115, 52, 347, 0x0d9e}, + {-1068, 52, 399, 0x0d28}, + {-894, 52, 399, 0x0daa} + } +}; + +StandTile tile_860 = { + 0x03441a, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-894, 52, 490, 0x0dba}, + {-846, 52, 686, 0x0000}, + {-846, 52, 490, 0x0dbe} + } +}; + +StandTile tile_861 = { + 0x034419, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-894, 52, 490, 0x0d24}, + {-894, 52, 634, 0x0d94}, + {-846, 52, 686, 0x0db6} + } +}; + +StandTile tile_862 = { + 0x008a1a, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-846, 52, 347, 0x0dc2}, + {-894, 52, 490, 0x0db6}, + {-846, 52, 490, 0x0000} + } +}; + +StandTile tile_863 = { + 0x008a19, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-846, 52, 347, 0x0daa}, + {-894, 52, 399, 0x0d2c}, + {-894, 52, 490, 0x0dbe} + } +}; + +StandTile tile_864 = { + 0x037d1a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1007, 52, 742, 0x0dca}, + {-954, 52, 753, 0x0000}, + {-955, 52, 742, 0x0ddf} + } +}; + +StandTile tile_865 = { + 0x037d19, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1007, 52, 742, 0x0000}, + {-1007, 52, 753, 0x0dda}, + {-954, 52, 753, 0x0dc6} + } +}; + +StandTile tile_866 = { + 0x037c1a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-955, 52, 823, 0x0dd2}, + {-903, 52, 753, 0x0000}, + {-954, 52, 753, 0x0dda} + } +}; + +StandTile tile_867 = { + 0x037c19, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-955, 52, 823, 0x0000}, + {-903, 52, 823, 0x0def}, + {-903, 52, 753, 0x0dce} + } +}; + +StandTile tile_868 = { + 0x037b1a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-955, 52, 860, 0x0dda}, + {-1007, 52, 753, 0x0000}, + {-1007, 52, 860, 0x0000} + } +}; + +StandTile tile_869 = { + 0x037b19, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-955, 52, 860, 0x0000}, + {-955, 52, 823, 0x0dce}, + {-954, 52, 753, 0x0dca}, + {-1007, 52, 753, 0x0dd6} + } +}; + +StandTile tile_870 = { + 0x01f81a, 0x21, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-955, 52, 742, 0x0de3}, + {-1007, 52, 686, 0x0000}, + {-1007, 52, 742, 0x0dc6} + } +}; + +StandTile tile_871 = { + 0x01f819, 0x21, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-955, 52, 742, 0x0000}, + {-955, 52, 686, 0x0d94}, + {-1007, 52, 686, 0x0ddf} + } +}; + +StandTile tile_872 = { + 0x034a1a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-851, 52, 823, 0x0deb}, + {-799, 52, 753, 0x0000}, + {-850, 52, 753, 0x0df4} + } +}; + +StandTile tile_873 = { + 0x034a19, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-851, 52, 823, 0x0000}, + {-799, 52, 823, 0x0e01}, + {-799, 52, 753, 0x0de7} + } +}; + +StandTile tile_874 = { + 0x03491a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-851, 52, 860, 0x0df4}, + {-903, 52, 753, 0x0dd2}, + {-903, 52, 823, 0x0000}, + {-903, 52, 860, 0x0000} + } +}; + +StandTile tile_875 = { + 0x034919, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-851, 52, 860, 0x0000}, + {-851, 52, 823, 0x0de7}, + {-850, 52, 753, 0x0000}, + {-903, 52, 753, 0x0def} + } +}; + +StandTile tile_876 = { + 0x034f1a, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-747, 52, 823, 0x0dfd}, + {-694, 52, 753, 0x0000}, + {-746, 52, 753, 0x0e06} + } +}; + +StandTile tile_877 = { + 0x034f19, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-747, 52, 823, 0x0000}, + {-694, 52, 823, 0x0e13}, + {-694, 52, 753, 0x0df9} + } +}; + +StandTile tile_878 = { + 0x034e1a, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-747, 52, 860, 0x0e06}, + {-799, 52, 753, 0x0deb}, + {-799, 52, 823, 0x0000}, + {-799, 52, 860, 0x0000} + } +}; + +StandTile tile_879 = { + 0x034e19, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-747, 52, 860, 0x0000}, + {-747, 52, 823, 0x0df9}, + {-746, 52, 753, 0x0000}, + {-799, 52, 753, 0x0e01} + } +}; + +StandTile tile_880 = { + 0x03541a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-642, 52, 823, 0x0e0f}, + {-590, 52, 753, 0x0000}, + {-642, 52, 753, 0x0e18} + } +}; + +StandTile tile_881 = { + 0x035419, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-642, 52, 823, 0x0000}, + {-590, 52, 823, 0x0e25}, + {-590, 52, 753, 0x0e0b} + } +}; + +StandTile tile_882 = { + 0x03531a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-642, 52, 860, 0x0e18}, + {-694, 52, 753, 0x0dfd}, + {-694, 52, 823, 0x0000}, + {-694, 52, 860, 0x0000} + } +}; + +StandTile tile_883 = { + 0x035319, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-642, 52, 860, 0x0000}, + {-642, 52, 823, 0x0e0b}, + {-642, 52, 753, 0x0000}, + {-694, 52, 753, 0x0e13} + } +}; + +StandTile tile_884 = { + 0x03591a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-538, 52, 823, 0x0e21}, + {-486, 52, 753, 0x0000}, + {-538, 52, 753, 0x0e2a} + } +}; + +StandTile tile_885 = { + 0x035919, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-538, 52, 823, 0x0000}, + {-486, 52, 823, 0x0e3b}, + {-486, 52, 753, 0x0e1d} + } +}; + +StandTile tile_886 = { + 0x03581a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-538, 52, 860, 0x0e2a}, + {-590, 52, 753, 0x0e0f}, + {-590, 52, 823, 0x0000}, + {-590, 52, 860, 0x0000} + } +}; + +StandTile tile_887 = { + 0x035819, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-538, 52, 860, 0x0000}, + {-538, 52, 823, 0x0e1d}, + {-538, 52, 753, 0x0000}, + {-590, 52, 753, 0x0e25} + } +}; + +StandTile tile_888 = { + 0x03701a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-475, 52, 690, 0x0e33}, + {-405, 52, 742, 0x0000}, + {-405, 52, 690, 0x0e55} + } +}; + +StandTile tile_889 = { + 0x037019, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-475, 52, 690, 0x0000}, + {-475, 52, 742, 0x0e44}, + {-405, 52, 742, 0x0e2f} + } +}; + +StandTile tile_890 = { + 0x03771a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-486, 52, 753, 0x0e3b}, + {-434, 52, 860, 0x0e40}, + {-475, 52, 753, 0x0000} + } +}; + +StandTile tile_891 = { + 0x037719, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-486, 52, 753, 0x0e21}, + {-486, 52, 823, 0x0000}, + {-486, 52, 860, 0x0000}, + {-434, 52, 860, 0x0e37} + } +}; + +StandTile tile_892 = { + 0x037618, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-434, 52, 860, 0x0000}, + {-369, 52, 794, 0x0e49}, + {-475, 52, 753, 0x0e37} + } +}; + +StandTile tile_893 = { + 0x03751a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-475, 52, 753, 0x0e49}, + {-369, 52, 742, 0x0000}, + {-405, 52, 742, 0x0e33}, + {-475, 52, 742, 0x0000} + } +}; + +StandTile tile_894 = { + 0x037519, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-475, 52, 753, 0x0e40}, + {-369, 52, 794, 0x0000}, + {-369, 52, 742, 0x0e44} + } +}; + +StandTile tile_895 = { + 0x035e1a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, 52, 638, 0x0e51}, + {-475, 52, 586, 0x0000}, + {-475, 52, 638, 0x0e5a} + } +}; + +StandTile tile_896 = { + 0x035e19, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, 52, 638, 0x0000}, + {-405, 52, 586, 0x0e67}, + {-475, 52, 586, 0x0e4d} + } +}; + +StandTile tile_897 = { + 0x035d1a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-369, 52, 638, 0x0e5a}, + {-475, 52, 690, 0x0e2f}, + {-405, 52, 690, 0x0000}, + {-369, 52, 690, 0x0000} + } +}; + +StandTile tile_898 = { + 0x035d19, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-369, 52, 638, 0x0000}, + {-405, 52, 638, 0x0e4d}, + {-475, 52, 638, 0x0000}, + {-475, 52, 690, 0x0e55} + } +}; + +StandTile tile_899 = { + 0x03631a, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, 52, 534, 0x0e63}, + {-475, 52, 482, 0x0000}, + {-475, 52, 533, 0x0e6c} + } +}; + +StandTile tile_900 = { + 0x036319, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, 52, 534, 0x0000}, + {-405, 52, 482, 0x0e79}, + {-475, 52, 482, 0x0e5f} + } +}; + +StandTile tile_901 = { + 0x03621a, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-369, 52, 534, 0x0e6c}, + {-475, 52, 586, 0x0e51}, + {-405, 52, 586, 0x0000}, + {-369, 52, 586, 0x0000} + } +}; + +StandTile tile_902 = { + 0x036219, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-369, 52, 534, 0x0000}, + {-405, 52, 534, 0x0e5f}, + {-475, 52, 533, 0x0000}, + {-475, 52, 586, 0x0e67} + } +}; + +StandTile tile_903 = { + 0x03681a, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, 52, 430, 0x0e75}, + {-475, 52, 378, 0x0000}, + {-475, 52, 429, 0x0e7e} + } +}; + +StandTile tile_904 = { + 0x036819, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, 52, 430, 0x0000}, + {-405, 52, 378, 0x0e8c}, + {-475, 52, 378, 0x0e71} + } +}; + +StandTile tile_905 = { + 0x03671a, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-369, 52, 430, 0x0e7e}, + {-475, 52, 482, 0x0e63}, + {-405, 52, 482, 0x0000}, + {-369, 52, 482, 0x0000} + } +}; + +StandTile tile_906 = { + 0x036719, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-369, 52, 430, 0x0000}, + {-405, 52, 430, 0x0e71}, + {-475, 52, 429, 0x0000}, + {-475, 52, 482, 0x0e79} + } +}; + +StandTile tile_907 = { + 0x036d1a, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, 52, 326, 0x0e87}, + {-475, 52, 273, 0x0000}, + {-475, 52, 325, 0x0e91} + } +}; + +StandTile tile_908 = { + 0x036d19, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-405, 52, 326, 0x0000}, + {-405, 52, 273, 0x103e}, + {-469, 52, 273, 0x0000}, + {-475, 52, 273, 0x0e83} + } +}; + +StandTile tile_909 = { + 0x036c1a, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-369, 52, 326, 0x0e91}, + {-475, 52, 378, 0x0e75}, + {-405, 52, 378, 0x0000}, + {-369, 52, 378, 0x0000} + } +}; + +StandTile tile_910 = { + 0x036c19, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-369, 52, 326, 0x0000}, + {-405, 52, 326, 0x0e83}, + {-475, 52, 325, 0x0000}, + {-475, 52, 378, 0x0e8c} + } +}; + +StandTile tile_911 = { + 0x02fc12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-408, 39, 0, 0x0e9a}, + {-339, 39, -104, 0x0f56}, + {-495, 39, -104, 0x0fca} + } +}; + +StandTile tile_912 = { + 0x02fc11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-408, 39, 0, 0x0e9e}, + {-339, 39, -90, 0x0000}, + {-339, 39, -104, 0x0e96} + } +}; + +StandTile tile_913 = { + 0x02fb10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-326, 39, 0, 0x0ea2}, + {-339, 39, -90, 0x0e9a}, + {-408, 39, 0, 0x0ee2} + } +}; + +StandTile tile_914 = { + 0x02fa10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-326, 39, 0, 0x0eae}, + {-312, 39, -90, 0x0000}, + {-339, 39, -90, 0x0e9e} + } +}; + +StandTile tile_915 = { + 0x02f912, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-182, 39, -90, 0x0eaa}, + {-312, 39, -104, 0x0000}, + {-312, 39, -90, 0x0eb2} + } +}; + +StandTile tile_916 = { + 0x02f911, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-182, 39, -90, 0x0000}, + {-182, 39, -104, 0x0f52}, + {-312, 39, -104, 0x0ea6} + } +}; + +StandTile tile_917 = { + 0x02f812, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-169, 39, 0, 0x0eb2}, + {-312, 39, -90, 0x0ea2}, + {-326, 39, 0, 0x0ef2} + } +}; + +StandTile tile_918 = { + 0x02f811, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-169, 39, 0, 0x0eb6}, + {-182, 39, -90, 0x0ea6}, + {-312, 39, -90, 0x0eae} + } +}; + +StandTile tile_919 = { + 0x02f710, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-169, 39, 0, 0x0ec2}, + {-156, 39, -90, 0x0000}, + {-182, 39, -90, 0x0eb2} + } +}; + +StandTile tile_920 = { + 0x02f612, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-26, 39, -90, 0x0ebe}, + {-156, 39, -104, 0x0000}, + {-156, 39, -90, 0x0ec6} + } +}; + +StandTile tile_921 = { + 0x02f611, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-26, 39, -90, 0x0000}, + {-26, 39, -104, 0x0f4a}, + {-156, 39, -104, 0x0eba} + } +}; + +StandTile tile_922 = { + 0x02f510, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-13, 39, 0, 0x0ec6}, + {-156, 39, -90, 0x0eb6}, + {-169, 39, 0, 0x0f06} + } +}; + +StandTile tile_923 = { + 0x02f410, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-13, 39, 0, 0x0eca}, + {-26, 39, -90, 0x0eba}, + {-156, 39, -90, 0x0ec2} + } +}; + +StandTile tile_924 = { + 0x02f310, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-13, 39, 0, 0x0ece}, + {0, 39, -90, 0x0000}, + {-26, 39, -90, 0x0ec6} + } +}; + +StandTile tile_925 = { + 0x02f210, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {135, 39, 0, 0x0ed2}, + {0, 39, -90, 0x0eca}, + {-13, 39, 0, 0x0f12} + } +}; + +StandTile tile_926 = { + 0x02f112, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {135, 39, 0, 0x0ed6}, + {0, 39, -104, 0x0000}, + {0, 39, -90, 0x0ece} + } +}; + +StandTile tile_927 = { + 0x02f111, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {135, 39, 0, 0x0fbc}, + {260, 39, -104, 0x0f42}, + {0, 39, -104, 0x0ed2} + } +}; + +StandTile tile_928 = { + 0x02f012, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-495, 39, 104, 0x0ede}, + {-339, 39, 90, 0x0ee2}, + {-408, 39, 0, 0x0fc6} + } +}; + +StandTile tile_929 = { + 0x02f011, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-495, 39, 104, 0x0f36}, + {-339, 39, 104, 0x0000}, + {-339, 39, 90, 0x0eda} + } +}; + +StandTile tile_930 = { + 0x02ef10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-408, 39, 0, 0x0eda}, + {-339, 39, 90, 0x0ee6}, + {-326, 39, 0, 0x0e9e} + } +}; + +StandTile tile_931 = { + 0x02ee10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-339, 39, 90, 0x0000}, + {-312, 39, 90, 0x0ef6}, + {-326, 39, 0, 0x0ee2} + } +}; + +StandTile tile_932 = { + 0x02ed12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-312, 39, 90, 0x0eee}, + {-182, 39, 104, 0x0000}, + {-182, 39, 90, 0x0ef6} + } +}; + +StandTile tile_933 = { + 0x02ed11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-312, 39, 90, 0x0000}, + {-312, 39, 104, 0x0f2e}, + {-182, 39, 104, 0x0eea} + } +}; + +StandTile tile_934 = { + 0x02ec12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-326, 39, 0, 0x0ef6}, + {-182, 39, 90, 0x0efa}, + {-169, 39, 0, 0x0eae} + } +}; + +StandTile tile_935 = { + 0x02ec11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-326, 39, 0, 0x0ee6}, + {-312, 39, 90, 0x0eea}, + {-182, 39, 90, 0x0ef2} + } +}; + +StandTile tile_936 = { + 0x02eb10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-182, 39, 90, 0x0000}, + {-156, 39, 90, 0x0f06}, + {-169, 39, 0, 0x0ef2} + } +}; + +StandTile tile_937 = { + 0x02ea12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-156, 39, 90, 0x0f02}, + {-26, 39, 104, 0x0000}, + {-26, 39, 90, 0x0f0a} + } +}; + +StandTile tile_938 = { + 0x02ea11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-156, 39, 90, 0x0000}, + {-156, 39, 104, 0x0f26}, + {-26, 39, 104, 0x0efe} + } +}; + +StandTile tile_939 = { + 0x02e910, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-169, 39, 0, 0x0efa}, + {-156, 39, 90, 0x0f0a}, + {-13, 39, 0, 0x0ec2} + } +}; + +StandTile tile_940 = { + 0x02e810, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-156, 39, 90, 0x0efe}, + {-26, 39, 90, 0x0f0e}, + {-13, 39, 0, 0x0f06} + } +}; + +StandTile tile_941 = { + 0x02e710, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-26, 39, 90, 0x0000}, + {0, 39, 90, 0x0f12}, + {-13, 39, 0, 0x0f0a} + } +}; + +StandTile tile_942 = { + 0x02e610, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-13, 39, 0, 0x0f0e}, + {0, 39, 90, 0x0f16}, + {135, 39, 0, 0x0ece} + } +}; + +StandTile tile_943 = { + 0x02e512, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 39, 90, 0x0f1a}, + {260, 39, 104, 0x0fc1}, + {135, 39, 0, 0x0f12} + } +}; + +StandTile tile_944 = { + 0x02e511, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 39, 90, 0x0000}, + {0, 39, 104, 0x0f1e}, + {260, 39, 104, 0x0f16} + } +}; + +StandTile tile_945 = { + 0x02e412, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 52, 104, 0x0f22}, + {260, 39, 104, 0x0f1a}, + {0, 39, 104, 0x0000} + } +}; + +StandTile tile_946 = { + 0x02e411, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 52, 104, 0x1010}, + {260, 52, 104, 0x0000}, + {260, 39, 104, 0x0f1e} + } +}; + +StandTile tile_947 = { + 0x02e312, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-156, 52, 104, 0x0f2a}, + {-26, 39, 104, 0x0f02}, + {-156, 39, 104, 0x0000} + } +}; + +StandTile tile_948 = { + 0x02e311, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-156, 52, 104, 0x1002}, + {-26, 52, 104, 0x0000}, + {-26, 39, 104, 0x0f26} + } +}; + +StandTile tile_949 = { + 0x02e212, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-312, 52, 104, 0x0f32}, + {-182, 39, 104, 0x0eee}, + {-312, 39, 104, 0x0000} + } +}; + +StandTile tile_950 = { + 0x02e211, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-312, 52, 104, 0x0fee}, + {-182, 52, 104, 0x0000}, + {-182, 39, 104, 0x0f2e} + } +}; + +StandTile tile_951 = { + 0x02e112, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-495, 39, 104, 0x0f3a}, + {-339, 52, 104, 0x0000}, + {-339, 39, 104, 0x0ede} + } +}; + +StandTile tile_952 = { + 0x02e111, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-495, 39, 104, 0x0f5e}, + {-495, 52, 104, 0x0fce}, + {-339, 52, 104, 0x0f36} + } +}; + +StandTile tile_953 = { + 0x02e012, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 39, -104, 0x0f42}, + {260, 52, -104, 0x0fae}, + {0, 52, -104, 0x0000} + } +}; + +StandTile tile_954 = { + 0x02e011, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 39, -104, 0x0ed6}, + {260, 39, -104, 0x0000}, + {260, 52, -104, 0x0f3e} + } +}; + +StandTile tile_955 = { + 0x02df12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-156, 39, -104, 0x0f4a}, + {-26, 52, -104, 0x0f96}, + {-156, 52, -104, 0x0000} + } +}; + +StandTile tile_956 = { + 0x02df11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-156, 39, -104, 0x0ebe}, + {-26, 39, -104, 0x0000}, + {-26, 52, -104, 0x0f46} + } +}; + +StandTile tile_957 = { + 0x02de12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-312, 39, -104, 0x0f52}, + {-182, 52, -104, 0x0f82}, + {-312, 52, -104, 0x0000} + } +}; + +StandTile tile_958 = { + 0x02de11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-312, 39, -104, 0x0eaa}, + {-182, 39, -104, 0x0000}, + {-182, 52, -104, 0x0f4e} + } +}; + +StandTile tile_959 = { + 0x02dd12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-339, 39, -104, 0x0f5a}, + {-495, 52, -104, 0x0f63}, + {-495, 39, -104, 0x0e96} + } +}; + +StandTile tile_960 = { + 0x02dd11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-339, 39, -104, 0x0000}, + {-339, 52, -104, 0x0f68}, + {-495, 52, -104, 0x0f56} + } +}; + +StandTile tile_961 = { + 0x000e12, 0x17, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {-495, 39, 104, 0x0f63}, + {-495, 52, -104, 0x1043}, + {-495, 52, 0, 0x104b}, + {-495, 52, 104, 0x0f3a} + } +}; + +StandTile tile_962 = { + 0x000e11, 0x17, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {-495, 39, 104, 0x0fc6}, + {-495, 39, 0, 0x0fca}, + {-495, 39, -104, 0x0f56}, + {-495, 52, -104, 0x0f5e} + } +}; + +StandTile tile_963 = { + 0x01c412, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-339, 52, -104, 0x0f6c}, + {-495, 52, -169, 0x0000}, + {-495, 52, -104, 0x0f5a} + } +}; + +StandTile tile_964 = { + 0x01c411, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-339, 52, -104, 0x0f70}, + {-469, 52, -169, 0x0000}, + {-495, 52, -169, 0x0f68} + } +}; + +StandTile tile_965 = { + 0x01c312, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-339, 52, -221, 0x0f76}, + {-469, 52, -169, 0x0f6c}, + {-339, 52, -104, 0x0000}, + {-339, 52, -113, 0x0f7a}, + {-339, 52, -169, 0x0000} + } +}; + +StandTile tile_966 = { + 0x01c311, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-339, 52, -221, 0x1053}, + {-469, 52, -221, 0x0000}, + {-469, 52, -169, 0x0f70} + } +}; + +StandTile tile_967 = { + 0x01c112, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-339, 52, -113, 0x0f7e}, + {-312, 52, -169, 0x0000}, + {-339, 52, -169, 0x0f70} + } +}; + +StandTile tile_968 = { + 0x01c111, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-339, 52, -113, 0x0000}, + {-312, 52, -113, 0x0f88}, + {-312, 52, -169, 0x0f7a} + } +}; + +StandTile tile_969 = { + 0x01c012, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-182, 52, -221, 0x0f88}, + {-312, 52, -104, 0x0f4e}, + {-182, 52, -104, 0x0000}, + {-182, 52, -113, 0x0f92}, + {-182, 52, -169, 0x0000} + } +}; + +StandTile tile_970 = { + 0x01c011, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-182, 52, -221, 0x105b}, + {-312, 52, -221, 0x0000}, + {-312, 52, -169, 0x0f7e}, + {-312, 52, -113, 0x0000}, + {-312, 52, -104, 0x0f82} + } +}; + +StandTile tile_971 = { + 0x01be12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-156, 52, -169, 0x0f92}, + {-182, 52, -113, 0x0000}, + {-156, 52, -113, 0x0f9c} + } +}; + +StandTile tile_972 = { + 0x01be11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-156, 52, -169, 0x0000}, + {-182, 52, -169, 0x0f82}, + {-182, 52, -113, 0x0f8e} + } +}; + +StandTile tile_973 = { + 0x01bd12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-26, 52, -221, 0x0f9c}, + {-156, 52, -104, 0x0f46}, + {-26, 52, -104, 0x0000}, + {-26, 52, -113, 0x0fa6}, + {-26, 52, -169, 0x0000} + } +}; + +StandTile tile_974 = { + 0x01bd11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-26, 52, -221, 0x1063}, + {-156, 52, -221, 0x0000}, + {-156, 52, -169, 0x0f8e}, + {-156, 52, -113, 0x0000}, + {-156, 52, -104, 0x0f96} + } +}; + +StandTile tile_975 = { + 0x01bb12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 52, -169, 0x0fa6}, + {-26, 52, -113, 0x0000}, + {0, 52, -113, 0x0fb6} + } +}; + +StandTile tile_976 = { + 0x01bb11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 52, -169, 0x0000}, + {-26, 52, -169, 0x0f96}, + {-26, 52, -113, 0x0fa2} + } +}; + +StandTile tile_977 = { + 0x011812, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 52, -104, 0x0fae}, + {260, 52, -169, 0x0000}, + {234, 52, -169, 0x0fb6} + } +}; + +StandTile tile_978 = { + 0x011811, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 52, -104, 0x0f3e}, + {260, 52, -104, 0x0000}, + {260, 52, -169, 0x0faa} + } +}; + +StandTile tile_979 = { + 0x011712, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 52, -221, 0x0fb6}, + {234, 52, -169, 0x0000}, + {234, 52, -221, 0x106f} + } +}; + +StandTile tile_980 = { + 0x011711, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {0, 52, -221, 0x0000}, + {0, 52, -169, 0x0fa2}, + {0, 52, -113, 0x0000}, + {0, 52, -104, 0x0faa}, + {234, 52, -169, 0x0fb2} + } +}; + +StandTile tile_981 = { + 0x012210, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {135, 39, 0, 0x0fc1}, + {260, 39, 0, 0x107f}, + {260, 39, -33, 0x0000}, + {260, 39, -104, 0x0ed6} + } +}; + +StandTile tile_982 = { + 0x003110, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {260, 39, 104, 0x0000}, + {260, 39, 33, 0x107f}, + {260, 39, 0, 0x0fbc}, + {135, 39, 0, 0x0f16} + } +}; + +StandTile tile_983 = { + 0x00b510, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-408, 39, 0, 0x0fca}, + {-495, 39, 0, 0x0f63}, + {-495, 39, 104, 0x0eda} + } +}; + +StandTile tile_984 = { + 0x01a610, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-495, 39, -104, 0x0f63}, + {-495, 39, 0, 0x0fc6}, + {-408, 39, 0, 0x0e96} + } +}; + +StandTile tile_985 = { + 0x00d312, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-495, 52, 104, 0x0fd2}, + {-469, 52, 169, 0x0fdc}, + {-339, 52, 104, 0x0f3a} + } +}; + +StandTile tile_986 = { + 0x00d311, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-495, 52, 104, 0x0000}, + {-495, 52, 169, 0x0000}, + {-469, 52, 169, 0x0fce} + } +}; + +StandTile tile_987 = { + 0x00d212, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-339, 52, 104, 0x0fdc}, + {-469, 52, 221, 0x103a}, + {-339, 52, 221, 0x0000}, + {-339, 52, 169, 0x0fe0}, + {-339, 52, 113, 0x0000} + } +}; + +StandTile tile_988 = { + 0x00d211, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-339, 52, 104, 0x0fce}, + {-469, 52, 169, 0x0000}, + {-469, 52, 221, 0x0fd6} + } +}; + +StandTile tile_989 = { + 0x00d012, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-339, 52, 169, 0x0fe4}, + {-312, 52, 113, 0x0000}, + {-339, 52, 113, 0x0fd6} + } +}; + +StandTile tile_990 = { + 0x00d011, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-339, 52, 169, 0x0000}, + {-312, 52, 169, 0x0fee}, + {-312, 52, 113, 0x0fe0} + } +}; + +StandTile tile_991 = { + 0x00cf12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-182, 52, 104, 0x0fee}, + {-312, 52, 221, 0x1032}, + {-182, 52, 221, 0x0000}, + {-182, 52, 169, 0x0ff8}, + {-182, 52, 113, 0x0000} + } +}; + +StandTile tile_992 = { + 0x00cf11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-182, 52, 104, 0x0f32}, + {-312, 52, 104, 0x0000}, + {-312, 52, 113, 0x0fe4}, + {-312, 52, 169, 0x0000}, + {-312, 52, 221, 0x0fe8} + } +}; + +StandTile tile_993 = { + 0x00cd12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-156, 52, 113, 0x0ff8}, + {-182, 52, 169, 0x0000}, + {-156, 52, 169, 0x1002} + } +}; + +StandTile tile_994 = { + 0x00cd11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-156, 52, 113, 0x0000}, + {-182, 52, 113, 0x0fe8}, + {-182, 52, 169, 0x0ff4} + } +}; + +StandTile tile_995 = { + 0x00cc12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-26, 52, 104, 0x1002}, + {-156, 52, 221, 0x102a}, + {-26, 52, 221, 0x0000}, + {-26, 52, 169, 0x100c}, + {-26, 52, 113, 0x0000} + } +}; + +StandTile tile_996 = { + 0x00cc11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-26, 52, 104, 0x0f2a}, + {-156, 52, 104, 0x0000}, + {-156, 52, 113, 0x0ff4}, + {-156, 52, 169, 0x0000}, + {-156, 52, 221, 0x0ffc} + } +}; + +StandTile tile_997 = { + 0x00ca12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 52, 113, 0x100c}, + {-26, 52, 169, 0x0000}, + {0, 52, 169, 0x1018} + } +}; + +StandTile tile_998 = { + 0x00ca11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 52, 113, 0x0000}, + {-26, 52, 113, 0x0ffc}, + {-26, 52, 169, 0x1008} + } +}; + +StandTile tile_999 = { + 0x002712, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {234, 52, 169, 0x1014}, + {260, 52, 104, 0x0f22}, + {0, 52, 104, 0x101e} + } +}; + +StandTile tile_1000 = { + 0x002711, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {234, 52, 169, 0x0000}, + {260, 52, 169, 0x0000}, + {260, 52, 104, 0x1010} + } +}; + +StandTile tile_1001 = { + 0x002612, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {234, 52, 221, 0x101e}, + {0, 52, 104, 0x0000}, + {0, 52, 113, 0x1008}, + {0, 52, 169, 0x0000}, + {0, 52, 221, 0x1026} + } +}; + +StandTile tile_1002 = { + 0x002611, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {234, 52, 221, 0x0000}, + {234, 52, 169, 0x1010}, + {0, 52, 104, 0x1018} + } +}; + +StandTile tile_1003 = { + 0x002512, 0x16, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {234, 52, 273, 0x1026}, + {0, 52, 221, 0x0000}, + {0, 52, 273, 0x0000} + } +}; + +StandTile tile_1004 = { + 0x002511, 0x16, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {234, 52, 273, 0x0000}, + {234, 52, 221, 0x1018}, + {0, 52, 221, 0x1022} + } +}; + +StandTile tile_1005 = { + 0x00cb12, 0x15, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-156, 52, 221, 0x102e}, + {-26, 52, 273, 0x0000}, + {-26, 52, 221, 0x0ffc} + } +}; + +StandTile tile_1006 = { + 0x00cb11, 0x15, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-156, 52, 221, 0x0000}, + {-156, 52, 273, 0x0000}, + {-26, 52, 273, 0x102a} + } +}; + +StandTile tile_1007 = { + 0x00ce12, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-312, 52, 221, 0x1036}, + {-182, 52, 273, 0x0000}, + {-182, 52, 221, 0x0fe8} + } +}; + +StandTile tile_1008 = { + 0x00ce11, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-312, 52, 221, 0x0000}, + {-312, 52, 273, 0x0000}, + {-182, 52, 273, 0x1032} + } +}; + +StandTile tile_1009 = { + 0x00d112, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-469, 52, 221, 0x103e}, + {-339, 52, 273, 0x0000}, + {-339, 52, 221, 0x0fd6} + } +}; + +StandTile tile_1010 = { + 0x00d111, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-469, 52, 221, 0x0000}, + {-469, 52, 273, 0x0e87}, + {-405, 52, 273, 0x0000}, + {-339, 52, 273, 0x103a} + } +}; + +StandTile tile_1011 = { + 0x012410, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-625, 52, -104, 0x1047}, + {-495, 52, 0, 0x0f5e}, + {-495, 52, -104, 0x0000} + } +}; + +StandTile tile_1012 = { + 0x012310, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-625, 52, 0, 0x104f}, + {-495, 52, 0, 0x1043}, + {-625, 52, -104, 0x0000} + } +}; + +StandTile tile_1013 = { + 0x003310, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-495, 52, 104, 0x0f5e}, + {-495, 52, 0, 0x104f}, + {-625, 52, 104, 0x0000} + } +}; + +StandTile tile_1014 = { + 0x003210, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-625, 52, 104, 0x104b}, + {-495, 52, 0, 0x1047}, + {-625, 52, 0, 0x0000} + } +}; + +StandTile tile_1015 = { + 0x01c212, 0x11, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-339, 52, -221, 0x1057}, + {-469, 52, -273, 0x0000}, + {-469, 52, -221, 0x0f76} + } +}; + +StandTile tile_1016 = { + 0x01c211, 0x11, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-339, 52, -221, 0x0000}, + {-339, 52, -273, 0x0000}, + {-469, 52, -273, 0x1053} + } +}; + +StandTile tile_1017 = { + 0x01bf12, 0x10, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-182, 52, -221, 0x105f}, + {-312, 52, -273, 0x0000}, + {-312, 52, -221, 0x0f88} + } +}; + +StandTile tile_1018 = { + 0x01bf11, 0x10, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-182, 52, -221, 0x0000}, + {-182, 52, -273, 0x0000}, + {-312, 52, -273, 0x105b} + } +}; + +StandTile tile_1019 = { + 0x01bc12, 0x0f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-26, 52, -221, 0x1067}, + {-156, 52, -273, 0x0000}, + {-156, 52, -221, 0x0f9c} + } +}; + +StandTile tile_1020 = { + 0x01bc11, 0x0f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-26, 52, -221, 0x0000}, + {-26, 52, -273, 0x0000}, + {-156, 52, -273, 0x1063} + } +}; + +StandTile tile_1021 = { + 0x011612, 0x0e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {0, 52, -273, 0x106f}, + {234, 52, -221, 0x0000}, + {234, 52, -273, 0x0000} + } +}; + +StandTile tile_1022 = { + 0x011611, 0x0e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {0, 52, -273, 0x0000}, + {0, 52, -221, 0x0fb2}, + {234, 52, -221, 0x106b} + } +}; + +StandTile tile_1023 = { + 0x055c08, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {339, 117, 26, 0x14c6}, + {339, 39, 26, 0x0000}, + {339, 39, 52, 0x0000} + } +}; + +StandTile tile_1024 = { + 0x055e08, 0x0d, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {339, 39, -52, 0x0000}, + {339, 39, -26, 0x14b6}, + {339, 117, -26, 0x0000} + } +}; + +StandTile tile_1025 = { + 0x05470a, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {260, 39, -33, 0x107f}, + {339, 39, 26, 0x14dc}, + {339, 39, -26, 0x0000} + } +}; + +StandTile tile_1026 = { + 0x054709, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {260, 39, -33, 0x0fbc}, + {260, 39, 0, 0x0fc1}, + {260, 39, 33, 0x0000}, + {339, 39, 26, 0x107b} + } +}; + +StandTile tile_1027 = { + 0x03a50a, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {937, 30, -286, 0x1088}, + {937, 39, 286, 0x129f}, + {937, 30, 286, 0x1094} + } +}; + +StandTile tile_1028 = { + 0x03a509, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {937, 30, -286, 0x11d0}, + {937, 39, -286, 0x13a7}, + {937, 39, 286, 0x1084} + } +}; + +StandTile tile_1029 = { + 0x03a40a, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {951, 22, -286, 0x1090}, + {951, 30, 286, 0x0000}, + {951, 22, 286, 0x10a4} + } +}; + +StandTile tile_1030 = { + 0x03a409, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {951, 22, -286, 0x0000}, + {951, 30, -286, 0x1098}, + {951, 30, 286, 0x108c} + } +}; + +StandTile tile_1031 = { + 0x03a30a, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {937, 30, 286, 0x1098}, + {951, 30, -286, 0x0000}, + {937, 30, -286, 0x1084} + } +}; + +StandTile tile_1032 = { + 0x03a309, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {937, 30, 286, 0x0000}, + {951, 30, 286, 0x1090}, + {951, 30, -286, 0x1094} + } +}; + +StandTile tile_1033 = { + 0x03a20a, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {964, 13, -286, 0x10a0}, + {964, 22, 286, 0x0000}, + {964, 13, 286, 0x10b4} + } +}; + +StandTile tile_1034 = { + 0x03a209, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {964, 13, -286, 0x0000}, + {964, 22, -286, 0x10a8}, + {964, 22, 286, 0x109c} + } +}; + +StandTile tile_1035 = { + 0x03a10a, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {951, 22, 286, 0x10a8}, + {964, 22, -286, 0x0000}, + {951, 22, -286, 0x108c} + } +}; + +StandTile tile_1036 = { + 0x03a109, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {951, 22, 286, 0x0000}, + {964, 22, 286, 0x10a0}, + {964, 22, -286, 0x10a4} + } +}; + +StandTile tile_1037 = { + 0x03a00a, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {977, 4, -286, 0x10b0}, + {977, 13, 286, 0x0000}, + {977, 4, 286, 0x10c4} + } +}; + +StandTile tile_1038 = { + 0x03a009, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {977, 4, -286, 0x0000}, + {977, 13, -286, 0x10b8}, + {977, 13, 286, 0x10ac} + } +}; + +StandTile tile_1039 = { + 0x039f0a, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {964, 13, 286, 0x10b8}, + {977, 13, -286, 0x0000}, + {964, 13, -286, 0x109c} + } +}; + +StandTile tile_1040 = { + 0x039f09, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {964, 13, 286, 0x0000}, + {977, 13, 286, 0x10b0}, + {977, 13, -286, 0x10b4} + } +}; + +StandTile tile_1041 = { + 0x039e0a, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {990, -4, -286, 0x10c0}, + {990, 4, 286, 0x0000}, + {990, -4, 286, 0x10d6} + } +}; + +StandTile tile_1042 = { + 0x039e09, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {990, -4, -286, 0x0000}, + {990, 4, -286, 0x10c8}, + {990, 4, 286, 0x10bc} + } +}; + +StandTile tile_1043 = { + 0x039d0a, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {977, 4, 286, 0x10c8}, + {990, 4, -286, 0x0000}, + {977, 4, -286, 0x10ac} + } +}; + +StandTile tile_1044 = { + 0x039d09, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {977, 4, 286, 0x0000}, + {990, 4, 286, 0x10c0}, + {990, 4, -286, 0x10c4} + } +}; + +StandTile tile_1045 = { + 0x039c0a, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x1, 0x2, + { + {1003, -13, -286, 0x10d2}, + {1003, -4, 286, 0x12a4}, + {1003, -13, 286, 0x1462}, + {1003, -13, 156, 0x11e2}, + {1003, -13, -156, 0x11ee} + } +}; + +StandTile tile_1046 = { + 0x039c09, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1003, -13, -286, 0x11d5}, + {1003, -4, -286, 0x10da}, + {1003, -4, 286, 0x10cc} + } +}; + +StandTile tile_1047 = { + 0x039b0a, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {990, -4, 286, 0x10da}, + {1003, -4, -286, 0x0000}, + {990, -4, -286, 0x10bc} + } +}; + +StandTile tile_1048 = { + 0x039b09, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {990, -4, 286, 0x0000}, + {1003, -4, 286, 0x10d2}, + {1003, -4, -286, 0x10d6} + } +}; + +StandTile tile_1049 = { + 0x033c0a, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1497, 143, -182, 0x10e2}, + {1497, 195, -391, 0x0000}, + {1497, 143, -391, 0x0000} + } +}; + +StandTile tile_1050 = { + 0x033c09, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1497, 143, -182, 0x11da}, + {1497, 195, -182, 0x0000}, + {1497, 195, -391, 0x10de} + } +}; + +StandTile tile_1051 = { + 0x031e0a, 0x0c, + 0x0, + 0xf, 0xf, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1341, -4, -260, 0x10ea}, + {1363, -4, -273, 0x111a}, + {1341, -4, -273, 0x1190} + } +}; + +StandTile tile_1052 = { + 0x031e09, 0x0c, + 0x0, + 0xf, 0xf, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1341, -4, -260, 0x10f6}, + {1363, -4, -260, 0x10ee}, + {1363, -4, -273, 0x10e6} + } +}; + +StandTile tile_1053 = { + 0x031d0a, 0x0c, + 0x0, + 0x8, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1363, -4, -260, 0x10f2}, + {1445, -4, -273, 0x1122}, + {1363, -4, -273, 0x10ea} + } +}; + +StandTile tile_1054 = { + 0x031d09, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1363, -4, -260, 0x10fe}, + {1445, -4, -260, 0x0000}, + {1445, -4, -273, 0x10ee} + } +}; + +StandTile tile_1055 = { + 0x031c0a, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, -13, -260, 0x10fa}, + {1363, -4, -260, 0x10ea}, + {1341, -4, -260, 0x1195} + } +}; + +StandTile tile_1056 = { + 0x031c09, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, -13, -260, 0x1423}, + {1367, -13, -260, 0x10fe}, + {1363, -4, -260, 0x10f6} + } +}; + +StandTile tile_1057 = { + 0x031b0a, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1367, -13, -260, 0x1102}, + {1445, -4, -260, 0x10f2}, + {1363, -4, -260, 0x10fa} + } +}; + +StandTile tile_1058 = { + 0x031b09, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1367, -13, -260, 0x1445}, + {1445, -13, -260, 0x1166}, + {1445, -4, -260, 0x10fe} + } +}; + +StandTile tile_1059 = { + 0x031a0a, 0x0c, + 0x0, + 0xe, 0xf, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1341, 4, -273, 0x110a}, + {1359, 4, -286, 0x113a}, + {1341, 4, -286, 0x1199} + } +}; + +StandTile tile_1060 = { + 0x031a09, 0x0c, + 0x0, + 0xe, 0xf, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1341, 4, -273, 0x1116}, + {1359, 4, -273, 0x110e}, + {1359, 4, -286, 0x1106} + } +}; + +StandTile tile_1061 = { + 0x03190a, 0x0c, + 0x0, + 0x8, 0x8, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1359, 4, -273, 0x1112}, + {1445, 4, -286, 0x1142}, + {1359, 4, -286, 0x110a} + } +}; + +StandTile tile_1062 = { + 0x031909, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1359, 4, -273, 0x111e}, + {1445, 4, -273, 0x0000}, + {1445, 4, -286, 0x110e} + } +}; + +StandTile tile_1063 = { + 0x03180a, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, -4, -273, 0x111a}, + {1359, 4, -273, 0x110a}, + {1341, 4, -273, 0x119e} + } +}; + +StandTile tile_1064 = { + 0x031809, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, -4, -273, 0x10e6}, + {1363, -4, -273, 0x111e}, + {1359, 4, -273, 0x1116} + } +}; + +StandTile tile_1065 = { + 0x03170a, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1363, -4, -273, 0x1122}, + {1445, 4, -273, 0x1112}, + {1359, 4, -273, 0x111a} + } +}; + +StandTile tile_1066 = { + 0x031709, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1363, -4, -273, 0x10ee}, + {1445, -4, -273, 0x0000}, + {1445, 4, -273, 0x111e} + } +}; + +StandTile tile_1067 = { + 0x03160a, 0x0c, + 0x0, + 0xe, 0xf, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1341, 13, -286, 0x112a}, + {1354, 13, -299, 0x115a}, + {1341, 13, -299, 0x11a2} + } +}; + +StandTile tile_1068 = { + 0x031609, 0x0c, + 0x0, + 0xe, 0xf, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1341, 13, -286, 0x1136}, + {1354, 13, -286, 0x112e}, + {1354, 13, -299, 0x1126} + } +}; + +StandTile tile_1069 = { + 0x03150a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1354, 13, -286, 0x1132}, + {1445, 13, -299, 0x1162}, + {1354, 13, -299, 0x112a} + } +}; + +StandTile tile_1070 = { + 0x031509, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1354, 13, -286, 0x113e}, + {1445, 13, -286, 0x0000}, + {1445, 13, -299, 0x112e} + } +}; + +StandTile tile_1071 = { + 0x03140a, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 4, -286, 0x113a}, + {1354, 13, -286, 0x112a}, + {1341, 13, -286, 0x11a7} + } +}; + +StandTile tile_1072 = { + 0x031409, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 4, -286, 0x1106}, + {1359, 4, -286, 0x113e}, + {1354, 13, -286, 0x1136} + } +}; + +StandTile tile_1073 = { + 0x03130a, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1359, 4, -286, 0x1142}, + {1445, 13, -286, 0x1132}, + {1354, 13, -286, 0x113a} + } +}; + +StandTile tile_1074 = { + 0x031309, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1359, 4, -286, 0x110e}, + {1445, 4, -286, 0x0000}, + {1445, 13, -286, 0x113e} + } +}; + +StandTile tile_1075 = { + 0x03120a, 0x0c, + 0x0, + 0xe, 0xf, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1341, 22, -299, 0x114a}, + {1350, 22, -312, 0x1184}, + {1341, 22, -312, 0x11ab} + } +}; + +StandTile tile_1076 = { + 0x031209, 0x0c, + 0x0, + 0xe, 0xf, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1341, 22, -299, 0x1156}, + {1350, 22, -299, 0x114e}, + {1350, 22, -312, 0x1146} + } +}; + +StandTile tile_1077 = { + 0x03110a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1350, 22, -299, 0x1152}, + {1445, 22, -312, 0x118c}, + {1350, 22, -312, 0x114a} + } +}; + +StandTile tile_1078 = { + 0x031109, 0x0c, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1350, 22, -299, 0x115e}, + {1445, 22, -299, 0x0000}, + {1445, 22, -312, 0x114e} + } +}; + +StandTile tile_1079 = { + 0x03100a, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 13, -299, 0x115a}, + {1350, 22, -299, 0x114a}, + {1341, 22, -299, 0x11b0} + } +}; + +StandTile tile_1080 = { + 0x031009, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 13, -299, 0x1126}, + {1354, 13, -299, 0x115e}, + {1350, 22, -299, 0x1156} + } +}; + +StandTile tile_1081 = { + 0x030f0a, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1354, 13, -299, 0x1162}, + {1445, 22, -299, 0x1152}, + {1350, 22, -299, 0x115a} + } +}; + +StandTile tile_1082 = { + 0x030f09, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1354, 13, -299, 0x112e}, + {1445, 13, -299, 0x0000}, + {1445, 22, -299, 0x115e} + } +}; + +StandTile tile_1083 = { + 0x030e0a, 0x0c, + 0x0, + 0x5, 0x5, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {1445, 39, -260, 0x116b}, + {1445, -13, -326, 0x0000}, + {1445, -13, -260, 0x1102}, + {1445, -4, -260, 0x0000} + } +}; + +StandTile tile_1084 = { + 0x030e09, 0x0c, + 0x0, + 0x4, 0x4, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {1445, 39, -260, 0x121f}, + {1445, 39, -326, 0x1174}, + {1445, 30, -326, 0x0000}, + {1445, -13, -326, 0x1166} + } +}; + +StandTile tile_1085 = { + 0x030d0a, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1345, 30, -326, 0x1174}, + {1445, 39, -326, 0x1217}, + {1341, 39, -326, 0x11bc} + } +}; + +StandTile tile_1086 = { + 0x030d09, 0x0c, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1345, 30, -326, 0x1178}, + {1445, 30, -326, 0x116b}, + {1445, 39, -326, 0x1170} + } +}; + +StandTile tile_1087 = { + 0x030c0a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1345, 30, -312, 0x117c}, + {1445, 30, -326, 0x1174}, + {1345, 30, -326, 0x11c4} + } +}; + +StandTile tile_1088 = { + 0x030c09, 0x0c, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1345, 30, -312, 0x1188}, + {1445, 30, -312, 0x0000}, + {1445, 30, -326, 0x1178} + } +}; + +StandTile tile_1089 = { + 0x030b0a, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 22, -312, 0x1184}, + {1345, 30, -312, 0x11c0}, + {1341, 30, -312, 0x11b8} + } +}; + +StandTile tile_1090 = { + 0x030b09, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 22, -312, 0x1146}, + {1350, 22, -312, 0x1188}, + {1345, 30, -312, 0x1180} + } +}; + +StandTile tile_1091 = { + 0x030a0a, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1350, 22, -312, 0x118c}, + {1445, 30, -312, 0x117c}, + {1345, 30, -312, 0x1184} + } +}; + +StandTile tile_1092 = { + 0x030a09, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1350, 22, -312, 0x114e}, + {1445, 22, -312, 0x0000}, + {1445, 30, -312, 0x1188} + } +}; + +StandTile tile_1093 = { + 0x03040a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {1341, -13, -326, 0x1195}, + {1341, -4, -260, 0x10e6}, + {1341, -4, -273, 0x119e}, + {1341, -4, -326, 0x0000} + } +}; + +StandTile tile_1094 = { + 0x030409, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1341, -13, -326, 0x1427}, + {1341, -13, -260, 0x10f6}, + {1341, -4, -260, 0x1190} + } +}; + +StandTile tile_1095 = { + 0x03030a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {1341, -4, -326, 0x119e}, + {1341, 4, -273, 0x1106}, + {1341, 4, -286, 0x11a7}, + {1341, 4, -326, 0x0000} + } +}; + +StandTile tile_1096 = { + 0x030309, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1341, -4, -326, 0x1190}, + {1341, -4, -273, 0x1116}, + {1341, 4, -273, 0x1199} + } +}; + +StandTile tile_1097 = { + 0x03020a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {1341, 4, -326, 0x11a7}, + {1341, 13, -286, 0x1126}, + {1341, 13, -299, 0x11b0}, + {1341, 13, -326, 0x0000} + } +}; + +StandTile tile_1098 = { + 0x030209, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1341, 4, -326, 0x1199}, + {1341, 4, -286, 0x1136}, + {1341, 13, -286, 0x11a2} + } +}; + +StandTile tile_1099 = { + 0x03010a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {1341, 13, -326, 0x11b0}, + {1341, 22, -299, 0x1146}, + {1341, 22, -312, 0x11b8}, + {1341, 22, -326, 0x0000} + } +}; + +StandTile tile_1100 = { + 0x030109, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1341, 13, -326, 0x11a2}, + {1341, 13, -299, 0x1156}, + {1341, 22, -299, 0x11ab} + } +}; + +StandTile tile_1101 = { + 0x03000a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1341, 22, -326, 0x11b8}, + {1341, 30, -312, 0x11c0}, + {1341, 30, -326, 0x0000} + } +}; + +StandTile tile_1102 = { + 0x030009, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1341, 22, -326, 0x11ab}, + {1341, 22, -312, 0x1180}, + {1341, 30, -312, 0x11b4} + } +}; + +StandTile tile_1103 = { + 0x02d208, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 39, -326, 0x0000}, + {1341, 30, -326, 0x11c4}, + {1345, 30, -326, 0x1170} + } +}; + +StandTile tile_1104 = { + 0x02d10a, 0x0c, + 0x0, + 0xd, 0xd, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1345, 30, -312, 0x11c4}, + {1341, 30, -326, 0x11b4}, + {1341, 30, -312, 0x1180} + } +}; + +StandTile tile_1105 = { + 0x02d109, 0x0c, + 0x0, + 0xc, 0xd, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1345, 30, -312, 0x1178}, + {1345, 30, -326, 0x11bc}, + {1341, 30, -326, 0x11c0} + } +}; + +StandTile tile_1106 = { + 0x02bd0a, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {833, 143, -391, 0x11cc}, + {833, 195, -291, 0x0000}, + {833, 143, -308, 0x0000} + } +}; + +StandTile tile_1107 = { + 0x02bd09, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {833, 143, -391, 0x0000}, + {833, 195, -391, 0x0000}, + {833, 195, -291, 0x11c8} + } +}; + +StandTile tile_1108 = { + 0x02b40a, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {937, -13, -286, 0x11d5}, + {1003, 39, -286, 0x129b}, + {937, 39, -286, 0x1088}, + {937, 30, -286, 0x0000} + } +}; + +StandTile tile_1109 = { + 0x02b409, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {937, -13, -286, 0x0000}, + {1003, -13, -286, 0x10d2}, + {1003, -4, -286, 0x0000}, + {1003, 39, -286, 0x11d0} + } +}; + +StandTile tile_1110 = { + 0x024a0a, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1497, 143, -182, 0x11de}, + {1497, 195, 182, 0x0000}, + {1497, 195, -182, 0x10e2} + } +}; + +StandTile tile_1111 = { + 0x024a09, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1497, 143, -182, 0x0000}, + {1497, 143, 182, 0x1393}, + {1497, 195, 182, 0x11da} + } +}; + +StandTile tile_1112 = { + 0x02300a, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1003, -13, 156, 0x11e6}, + {1016, -13, -156, 0x11f3}, + {1003, -13, -156, 0x10cc} + } +}; + +StandTile tile_1113 = { + 0x023009, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1003, -13, 156, 0x1467}, + {1016, -13, 156, 0x1243}, + {1016, -13, -156, 0x11e2} + } +}; + +StandTile tile_1114 = { + 0x022f0a, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1089, -13, -391, 0x11ee}, + {1003, -13, -156, 0x11f3}, + {1089, -13, -208, 0x1203} + } +}; + +StandTile tile_1115 = { + 0x022f09, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {1089, -13, -391, 0x0000}, + {1003, -13, -391, 0x0000}, + {1003, -13, -286, 0x10cc}, + {1003, -13, -156, 0x11ea} + } +}; + +StandTile tile_1116 = { + 0x022e08, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1003, -13, -156, 0x11e2}, + {1016, -13, -156, 0x11fb}, + {1089, -13, -208, 0x11ea} + } +}; + +StandTile tile_1117 = { + 0x022d0a, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1089, -13, -208, 0x11fb}, + {1159, -13, -156, 0x1564}, + {1159, -13, -208, 0x1203} + } +}; + +StandTile tile_1118 = { + 0x022d09, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1089, -13, -208, 0x11f3}, + {1016, -13, -156, 0x124b}, + {1159, -13, -156, 0x11f7} + } +}; + +StandTile tile_1119 = { + 0x022c0a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1089, -13, -391, 0x1203}, + {1159, -13, -208, 0x1564}, + {1159, -13, -391, 0x0000} + } +}; + +StandTile tile_1120 = { + 0x022c09, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1089, -13, -391, 0x11ea}, + {1089, -13, -208, 0x11f7}, + {1159, -13, -208, 0x11ff} + } +}; + +StandTile tile_1121 = { + 0x022b0a, 0x0c, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1445, 39, 326, 0x120b}, + {1341, 39, 391, 0x0000}, + {1497, 39, 391, 0x1213} + } +}; + +StandTile tile_1122 = { + 0x022b09, 0x0c, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1445, 39, 326, 0x1305}, + {1341, 39, 326, 0x0000}, + {1341, 39, 391, 0x1207} + } +}; + +StandTile tile_1123 = { + 0x022a0a, 0x0c, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1445, 39, 326, 0x1213}, + {1497, 39, 260, 0x0000}, + {1445, 39, 260, 0x1309} + } +}; + +StandTile tile_1124 = { + 0x022a09, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1445, 39, 326, 0x1207}, + {1497, 39, 391, 0x0000}, + {1497, 39, 260, 0x120f} + } +}; + +StandTile tile_1125 = { + 0x02290a, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1497, 39, -391, 0x121b}, + {1341, 39, -326, 0x1170}, + {1445, 39, -326, 0x121f} + } +}; + +StandTile tile_1126 = { + 0x022909, 0x0c, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1497, 39, -391, 0x0000}, + {1341, 39, -391, 0x0000}, + {1341, 39, -326, 0x1217} + } +}; + +StandTile tile_1127 = { + 0x02280a, 0x0c, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1445, 39, -260, 0x1223}, + {1497, 39, -391, 0x1217}, + {1445, 39, -326, 0x116b} + } +}; + +StandTile tile_1128 = { + 0x022809, 0x0c, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1445, 39, -260, 0x0000}, + {1497, 39, -260, 0x0000}, + {1497, 39, -391, 0x121f} + } +}; + +StandTile tile_1129 = { + 0x02270a, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1146, -13, -52, 0x122b}, + {1146, 0, 52, 0x1237}, + {1146, 0, -52, 0x0000} + } +}; + +StandTile tile_1130 = { + 0x022709, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1146, -13, -52, 0x123f}, + {1146, -13, 52, 0x0000}, + {1146, 0, 52, 0x1227} + } +}; + +StandTile tile_1131 = { + 0x02260a, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1302, -13, 52, 0x1233}, + {1302, 0, -52, 0x123b}, + {1302, 0, 52, 0x0000} + } +}; + +StandTile tile_1132 = { + 0x022609, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1302, -13, 52, 0x13f3}, + {1302, -13, -52, 0x0000}, + {1302, 0, -52, 0x122f} + } +}; + +StandTile tile_1133 = { + 0x02230a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1146, 0, 52, 0x123b}, + {1302, 0, -52, 0x0000}, + {1146, 0, -52, 0x1227} + } +}; + +StandTile tile_1134 = { + 0x022309, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1146, 0, 52, 0x0000}, + {1302, 0, 52, 0x122f}, + {1302, 0, -52, 0x1237} + } +}; + +StandTile tile_1135 = { + 0x02220a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1016, -13, -156, 0x1243}, + {1146, -13, 52, 0x122b}, + {1146, -13, -52, 0x1247} + } +}; + +StandTile tile_1136 = { + 0x022209, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1016, -13, -156, 0x11e6}, + {1016, -13, 156, 0x124f}, + {1146, -13, 52, 0x123f} + } +}; + +StandTile tile_1137 = { + 0x02210a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1159, -13, -56, 0x124b}, + {1016, -13, -156, 0x123f}, + {1146, -13, -52, 0x125b} + } +}; + +StandTile tile_1138 = { + 0x022109, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1159, -13, -56, 0x1564}, + {1159, -13, -156, 0x11fb}, + {1016, -13, -156, 0x1247} + } +}; + +StandTile tile_1139 = { + 0x02200a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1016, -13, 156, 0x1253}, + {1159, -13, 56, 0x1257}, + {1146, -13, 52, 0x1243} + } +}; + +StandTile tile_1140 = { + 0x022009, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1016, -13, 156, 0x146f}, + {1159, -13, 156, 0x15cc}, + {1159, -13, 56, 0x124f} + } +}; + +StandTile tile_1141 = { + 0x021f08, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1159, -13, 56, 0x0000}, + {1159, -13, 52, 0x0000}, + {1146, -13, 52, 0x124f} + } +}; + +StandTile tile_1142 = { + 0x021e08, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1159, -13, -52, 0x0000}, + {1159, -13, -56, 0x1247}, + {1146, -13, -52, 0x0000} + } +}; + +StandTile tile_1143 = { + 0x02120a, 0x0c, + 0x0, + 0x6, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {946, 74, 356, 0x1263}, + {981, 74, 321, 0x0000}, + {946, 74, 321, 0x0000} + } +}; + +StandTile tile_1144 = { + 0x021209, 0x0c, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {946, 74, 356, 0x0000}, + {981, 74, 356, 0x0000}, + {981, 74, 321, 0x125f} + } +}; + +StandTile tile_1145 = { + 0x02010a, 0x0c, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {946, 74, -321, 0x126b}, + {981, 74, -356, 0x0000}, + {946, 74, -356, 0x0000} + } +}; + +StandTile tile_1146 = { + 0x020109, 0x0c, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {946, 74, -321, 0x0000}, + {981, 74, -321, 0x0000}, + {981, 74, -356, 0x1267} + } +}; + +StandTile tile_1147 = { + 0x056608, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {937, 39, -286, 0x127b}, + {833, 39, -343, 0x0000}, + {833, 39, -308, 0x1273} + } +}; + +StandTile tile_1148 = { + 0x01df0a, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {833, 39, -169, 0x1277}, + {937, 39, -286, 0x126f}, + {833, 39, -308, 0x160c} + } +}; + +StandTile tile_1149 = { + 0x01df09, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {833, 39, -169, 0x139b}, + {898, 39, -169, 0x13a3}, + {937, 39, -286, 0x1273} + } +}; + +StandTile tile_1150 = { + 0x01db08, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {937, 39, -286, 0x1283}, + {833, 39, -391, 0x0000}, + {833, 39, -343, 0x126f} + } +}; + +StandTile tile_1151 = { + 0x01da0a, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {946, 39, -356, 0x1283}, + {937, 39, -286, 0x129b}, + {946, 39, -321, 0x0000} + } +}; + +StandTile tile_1152 = { + 0x01da09, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {946, 39, -356, 0x1287}, + {833, 39, -391, 0x127b}, + {937, 39, -286, 0x127f} + } +}; + +StandTile tile_1153 = { + 0x01d90a, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {946, 39, -356, 0x128b}, + {1003, 39, -391, 0x0000}, + {833, 39, -391, 0x1283} + } +}; + +StandTile tile_1154 = { + 0x01d909, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {946, 39, -356, 0x0000}, + {981, 39, -356, 0x128f}, + {1003, 39, -391, 0x1287} + } +}; + +StandTile tile_1155 = { + 0x01d80a, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {981, 39, -321, 0x1293}, + {1003, 39, -391, 0x128b}, + {981, 39, -356, 0x0000} + } +}; + +StandTile tile_1156 = { + 0x01d809, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {981, 39, -321, 0x1297}, + {1003, 39, -286, 0x0000}, + {1003, 39, -391, 0x128f} + } +}; + +StandTile tile_1157 = { + 0x01d70a, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {946, 39, -321, 0x129b}, + {1003, 39, -286, 0x1293}, + {981, 39, -321, 0x0000} + } +}; + +StandTile tile_1158 = { + 0x01d709, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {946, 39, -321, 0x127f}, + {937, 39, -286, 0x11d0}, + {1003, 39, -286, 0x1297} + } +}; + +StandTile tile_1159 = { + 0x016a0a, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {937, 39, 286, 0x12a4}, + {1003, -13, 286, 0x0000}, + {937, -13, 286, 0x0000}, + {937, 30, 286, 0x1084} + } +}; + +StandTile tile_1160 = { + 0x016a09, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {937, 39, 286, 0x13d7}, + {1003, 39, 286, 0x0000}, + {1003, -4, 286, 0x10cc}, + {1003, -13, 286, 0x129f} + } +}; + +StandTile tile_1161 = { + 0x01690a, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {833, 143, 308, 0x12ad}, + {833, 195, 391, 0x0000}, + {833, 143, 391, 0x0000} + } +}; + +StandTile tile_1162 = { + 0x016909, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {833, 143, 308, 0x0000}, + {833, 195, 291, 0x0000}, + {833, 195, 391, 0x12a9} + } +}; + +StandTile tile_1163 = { + 0x014d08, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1345, 30, 326, 0x12b9}, + {1341, 30, 326, 0x0000}, + {1341, 39, 326, 0x1301} + } +}; + +StandTile tile_1164 = { + 0x014c0a, 0x0c, + 0x0, + 0xd, 0xd, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1341, 30, 312, 0x12b9}, + {1345, 30, 326, 0x12e9}, + {1345, 30, 312, 0x12f5} + } +}; + +StandTile tile_1165 = { + 0x014c09, 0x0c, + 0x0, + 0xd, 0xd, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1341, 30, 312, 0x12e5}, + {1341, 30, 326, 0x12b1}, + {1345, 30, 326, 0x12b5} + } +}; + +StandTile tile_1166 = { + 0x011d0a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1341, -4, 326, 0x12c1}, + {1341, -13, 260, 0x147f}, + {1341, -13, 326, 0x0000} + } +}; + +StandTile tile_1167 = { + 0x011d09, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {1341, -4, 326, 0x12c6}, + {1341, -4, 273, 0x1373}, + {1341, -4, 260, 0x1383}, + {1341, -13, 260, 0x12bd} + } +}; + +StandTile tile_1168 = { + 0x011c0a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1341, 4, 326, 0x12ca}, + {1341, -4, 273, 0x12c1}, + {1341, -4, 326, 0x0000} + } +}; + +StandTile tile_1169 = { + 0x011c09, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {1341, 4, 326, 0x12cf}, + {1341, 4, 286, 0x1353}, + {1341, 4, 273, 0x1363}, + {1341, -4, 273, 0x12c6} + } +}; + +StandTile tile_1170 = { + 0x011b0a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1341, 13, 326, 0x12d3}, + {1341, 4, 286, 0x12ca}, + {1341, 4, 326, 0x0000} + } +}; + +StandTile tile_1171 = { + 0x011b09, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {1341, 13, 326, 0x12d8}, + {1341, 13, 299, 0x1333}, + {1341, 13, 286, 0x1343}, + {1341, 4, 286, 0x12cf} + } +}; + +StandTile tile_1172 = { + 0x011a0a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1341, 22, 326, 0x12dc}, + {1341, 13, 299, 0x12d3}, + {1341, 13, 326, 0x0000} + } +}; + +StandTile tile_1173 = { + 0x011a09, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {1341, 22, 326, 0x12e1}, + {1341, 22, 312, 0x1313}, + {1341, 22, 299, 0x1323}, + {1341, 13, 299, 0x12d8} + } +}; + +StandTile tile_1174 = { + 0x01190a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1341, 30, 326, 0x12e5}, + {1341, 22, 312, 0x12dc}, + {1341, 22, 326, 0x0000} + } +}; + +StandTile tile_1175 = { + 0x011909, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1341, 30, 326, 0x12b9}, + {1341, 30, 312, 0x12f1}, + {1341, 22, 312, 0x12e1} + } +}; + +StandTile tile_1176 = { + 0x01140a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1345, 30, 326, 0x12ed}, + {1445, 30, 312, 0x12fd}, + {1345, 30, 312, 0x12b5} + } +}; + +StandTile tile_1177 = { + 0x011409, 0x0c, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1345, 30, 326, 0x1301}, + {1445, 30, 326, 0x0000}, + {1445, 30, 312, 0x12e9} + } +}; + +StandTile tile_1178 = { + 0x01130a, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 30, 312, 0x12f5}, + {1350, 22, 312, 0x1317}, + {1341, 22, 312, 0x12e5} + } +}; + +StandTile tile_1179 = { + 0x011309, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 30, 312, 0x12b5}, + {1345, 30, 312, 0x12f9}, + {1350, 22, 312, 0x12f1} + } +}; + +StandTile tile_1180 = { + 0x01120a, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1345, 30, 312, 0x12fd}, + {1445, 22, 312, 0x131f}, + {1350, 22, 312, 0x12f5} + } +}; + +StandTile tile_1181 = { + 0x011209, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1345, 30, 312, 0x12e9}, + {1445, 30, 312, 0x0000}, + {1445, 22, 312, 0x12f9} + } +}; + +StandTile tile_1182 = { + 0x01110a, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1341, 39, 326, 0x1305}, + {1445, 30, 326, 0x12ed}, + {1345, 30, 326, 0x12b1} + } +}; + +StandTile tile_1183 = { + 0x011109, 0x0c, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1341, 39, 326, 0x120b}, + {1445, 39, 326, 0x130e}, + {1445, 30, 326, 0x1301} + } +}; + +StandTile tile_1184 = { + 0x01100a, 0x0c, + 0x0, + 0x4, 0x4, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {1445, -13, 260, 0x130e}, + {1445, 39, 326, 0x120f}, + {1445, 39, 260, 0x0000}, + {1445, -4, 260, 0x138f} + } +}; + +StandTile tile_1185 = { + 0x011009, 0x0c, + 0x0, + 0x4, 0x4, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {1445, -13, 260, 0x0000}, + {1445, -13, 326, 0x0000}, + {1445, 30, 326, 0x1305}, + {1445, 39, 326, 0x1309} + } +}; + +StandTile tile_1186 = { + 0x010f0a, 0x0c, + 0x0, + 0xe, 0xf, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1341, 22, 312, 0x1317}, + {1350, 22, 299, 0x1327}, + {1341, 22, 299, 0x12dc} + } +}; + +StandTile tile_1187 = { + 0x010f09, 0x0c, + 0x0, + 0xe, 0xe, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1341, 22, 312, 0x12f1}, + {1350, 22, 312, 0x131b}, + {1350, 22, 299, 0x1313} + } +}; + +StandTile tile_1188 = { + 0x010e0a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1350, 22, 312, 0x131f}, + {1445, 22, 299, 0x132f}, + {1350, 22, 299, 0x1317} + } +}; + +StandTile tile_1189 = { + 0x010e09, 0x0c, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1350, 22, 312, 0x12f9}, + {1445, 22, 312, 0x0000}, + {1445, 22, 299, 0x131b} + } +}; + +StandTile tile_1190 = { + 0x010d0a, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 22, 299, 0x1327}, + {1354, 13, 299, 0x1337}, + {1341, 13, 299, 0x12dc} + } +}; + +StandTile tile_1191 = { + 0x010d09, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 22, 299, 0x1313}, + {1350, 22, 299, 0x132b}, + {1354, 13, 299, 0x1323} + } +}; + +StandTile tile_1192 = { + 0x010c0a, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1350, 22, 299, 0x132f}, + {1445, 13, 299, 0x133f}, + {1354, 13, 299, 0x1327} + } +}; + +StandTile tile_1193 = { + 0x010c09, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1350, 22, 299, 0x131b}, + {1445, 22, 299, 0x0000}, + {1445, 13, 299, 0x132b} + } +}; + +StandTile tile_1194 = { + 0x010b0a, 0x0c, + 0x0, + 0xe, 0xf, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1341, 13, 299, 0x1337}, + {1354, 13, 286, 0x1347}, + {1341, 13, 286, 0x12d3} + } +}; + +StandTile tile_1195 = { + 0x010b09, 0x0c, + 0x0, + 0xe, 0xf, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1341, 13, 299, 0x1323}, + {1354, 13, 299, 0x133b}, + {1354, 13, 286, 0x1333} + } +}; + +StandTile tile_1196 = { + 0x010a0a, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1354, 13, 299, 0x133f}, + {1445, 13, 286, 0x134f}, + {1354, 13, 286, 0x1337} + } +}; + +StandTile tile_1197 = { + 0x010a09, 0x0c, + 0x0, + 0x6, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1354, 13, 299, 0x132b}, + {1445, 13, 299, 0x0000}, + {1445, 13, 286, 0x133b} + } +}; + +StandTile tile_1198 = { + 0x01090a, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 13, 286, 0x1347}, + {1359, 4, 286, 0x1357}, + {1341, 4, 286, 0x12d3} + } +}; + +StandTile tile_1199 = { + 0x010909, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 13, 286, 0x1333}, + {1354, 13, 286, 0x134b}, + {1359, 4, 286, 0x1343} + } +}; + +StandTile tile_1200 = { + 0x01080a, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1354, 13, 286, 0x134f}, + {1445, 4, 286, 0x135f}, + {1359, 4, 286, 0x1347} + } +}; + +StandTile tile_1201 = { + 0x010809, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1354, 13, 286, 0x133b}, + {1445, 13, 286, 0x0000}, + {1445, 4, 286, 0x134b} + } +}; + +StandTile tile_1202 = { + 0x01070a, 0x0c, + 0x0, + 0xe, 0xf, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1341, 4, 286, 0x1357}, + {1359, 4, 273, 0x1367}, + {1341, 4, 273, 0x12ca} + } +}; + +StandTile tile_1203 = { + 0x010709, 0x0c, + 0x0, + 0xe, 0xf, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1341, 4, 286, 0x1343}, + {1359, 4, 286, 0x135b}, + {1359, 4, 273, 0x1353} + } +}; + +StandTile tile_1204 = { + 0x01060a, 0x0c, + 0x0, + 0x8, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1359, 4, 286, 0x135f}, + {1445, 4, 273, 0x136f}, + {1359, 4, 273, 0x1357} + } +}; + +StandTile tile_1205 = { + 0x010609, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1359, 4, 286, 0x134b}, + {1445, 4, 286, 0x0000}, + {1445, 4, 273, 0x135b} + } +}; + +StandTile tile_1206 = { + 0x01050a, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 4, 273, 0x1367}, + {1363, -4, 273, 0x1377}, + {1341, -4, 273, 0x12ca} + } +}; + +StandTile tile_1207 = { + 0x010509, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 4, 273, 0x1353}, + {1359, 4, 273, 0x136b}, + {1363, -4, 273, 0x1363} + } +}; + +StandTile tile_1208 = { + 0x01040a, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1359, 4, 273, 0x136f}, + {1445, -4, 273, 0x137f}, + {1363, -4, 273, 0x1367} + } +}; + +StandTile tile_1209 = { + 0x010409, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1359, 4, 273, 0x135b}, + {1445, 4, 273, 0x0000}, + {1445, -4, 273, 0x136b} + } +}; + +StandTile tile_1210 = { + 0x01030a, 0x0c, + 0x0, + 0xf, 0xf, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1341, -4, 273, 0x1377}, + {1363, -4, 260, 0x1387}, + {1341, -4, 260, 0x12c1} + } +}; + +StandTile tile_1211 = { + 0x010309, 0x0c, + 0x0, + 0xf, 0xf, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1341, -4, 273, 0x1363}, + {1363, -4, 273, 0x137b}, + {1363, -4, 260, 0x1373} + } +}; + +StandTile tile_1212 = { + 0x01020a, 0x0c, + 0x0, + 0x8, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1363, -4, 273, 0x137f}, + {1445, -4, 260, 0x138f}, + {1363, -4, 260, 0x1377} + } +}; + +StandTile tile_1213 = { + 0x010209, 0x0c, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1363, -4, 273, 0x136b}, + {1445, -4, 273, 0x0000}, + {1445, -4, 260, 0x137b} + } +}; + +StandTile tile_1214 = { + 0x01010a, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, -4, 260, 0x1387}, + {1367, -13, 260, 0x147b}, + {1341, -13, 260, 0x12c1} + } +}; + +StandTile tile_1215 = { + 0x010109, 0x0c, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, -4, 260, 0x1373}, + {1363, -4, 260, 0x138b}, + {1367, -13, 260, 0x1383} + } +}; + +StandTile tile_1216 = { + 0x01000a, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1363, -4, 260, 0x138f}, + {1445, -13, 260, 0x149d}, + {1367, -13, 260, 0x1387} + } +}; + +StandTile tile_1217 = { + 0x010009, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1363, -4, 260, 0x137b}, + {1445, -4, 260, 0x1309}, + {1445, -13, 260, 0x138b} + } +}; + +StandTile tile_1218 = { + 0x00e20a, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1497, 143, 391, 0x1397}, + {1497, 195, 182, 0x11de}, + {1497, 143, 182, 0x0000} + } +}; + +StandTile tile_1219 = { + 0x00e209, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1497, 143, 391, 0x0000}, + {1497, 195, 391, 0x0000}, + {1497, 195, 182, 0x1393} + } +}; + +StandTile tile_1220 = { + 0x01b40a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, 39, 169, 0x139f}, + {898, 39, -169, 0x1277}, + {833, 39, -169, 0x1652} + } +}; + +StandTile tile_1221 = { + 0x01b409, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, 39, 169, 0x13af}, + {898, 39, 169, 0x13a3}, + {898, 39, -169, 0x139b} + } +}; + +StandTile tile_1222 = { + 0x01b30a, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {898, 39, 169, 0x13a7}, + {937, 39, -286, 0x1277}, + {898, 39, -169, 0x139f} + } +}; + +StandTile tile_1223 = { + 0x01b309, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {898, 39, 169, 0x13af}, + {937, 39, 286, 0x1088}, + {937, 39, -286, 0x13a3} + } +}; + +StandTile tile_1224 = { + 0x05640a, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {937, 39, 286, 0x13af}, + {833, 39, 169, 0x161c}, + {833, 39, 308, 0x13b3} + } +}; + +StandTile tile_1225 = { + 0x056409, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {937, 39, 286, 0x13a7}, + {898, 39, 169, 0x139f}, + {833, 39, 169, 0x13ab} + } +}; + +StandTile tile_1226 = { + 0x01c508, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {833, 39, 343, 0x13b7}, + {937, 39, 286, 0x13ab}, + {833, 39, 308, 0x0000} + } +}; + +StandTile tile_1227 = { + 0x01c108, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {833, 39, 343, 0x0000}, + {833, 39, 391, 0x13bf}, + {937, 39, 286, 0x13b3} + } +}; + +StandTile tile_1228 = { + 0x01c00a, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {946, 39, 321, 0x13bf}, + {833, 39, 391, 0x13c3}, + {946, 39, 356, 0x0000} + } +}; + +StandTile tile_1229 = { + 0x01c009, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {946, 39, 321, 0x13d3}, + {937, 39, 286, 0x13b7}, + {833, 39, 391, 0x13bb} + } +}; + +StandTile tile_1230 = { + 0x01bf0a, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {833, 39, 391, 0x13c7}, + {981, 39, 356, 0x0000}, + {946, 39, 356, 0x13bb} + } +}; + +StandTile tile_1231 = { + 0x01bf09, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {833, 39, 391, 0x0000}, + {1003, 39, 391, 0x13cf}, + {981, 39, 356, 0x13c3} + } +}; + +StandTile tile_1232 = { + 0x01be0a, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {981, 39, 356, 0x13cf}, + {1003, 39, 286, 0x13d7}, + {981, 39, 321, 0x0000} + } +}; + +StandTile tile_1233 = { + 0x01be09, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {981, 39, 356, 0x13c7}, + {1003, 39, 391, 0x0000}, + {1003, 39, 286, 0x13cb} + } +}; + +StandTile tile_1234 = { + 0x01bd0a, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {981, 39, 321, 0x13d7}, + {937, 39, 286, 0x13bf}, + {946, 39, 321, 0x0000} + } +}; + +StandTile tile_1235 = { + 0x01bd09, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {981, 39, 321, 0x13cb}, + {1003, 39, 286, 0x12a4}, + {937, 39, 286, 0x13d3} + } +}; + +StandTile tile_1236 = { + 0x021d0a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1289, -13, 56, 0x13df}, + {1341, -13, 156, 0x13e3}, + {1302, -13, 52, 0x141b} + } +}; + +StandTile tile_1237 = { + 0x021d09, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1289, -13, 56, 0x15be}, + {1289, -13, 156, 0x1490}, + {1341, -13, 156, 0x13db} + } +}; + +StandTile tile_1238 = { + 0x021c08, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1341, -13, 156, 0x14b2}, + {1367, -13, 91, 0x13f3}, + {1302, -13, 52, 0x13db} + } +}; + +StandTile tile_1239 = { + 0x021b0a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1411, -13, 91, 0x13eb}, + {1497, -13, 156, 0x15da}, + {1497, -13, 61, 0x1403} + } +}; + +StandTile tile_1240 = { + 0x021b09, 0x0c, + 0x0, + 0xf, 0xf, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1411, -13, 91, 0x14ae}, + {1437, -13, 156, 0x14a2}, + {1497, -13, 156, 0x13e7} + } +}; + +StandTile tile_1241 = { + 0x021a0a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1302, -13, -52, 0x13f3}, + {1367, -13, 91, 0x13fb}, + {1367, -13, -91, 0x140f} + } +}; + +StandTile tile_1242 = { + 0x021a09, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1302, -13, -52, 0x1233}, + {1302, -13, 52, 0x13e3}, + {1367, -13, 91, 0x13ef} + } +}; + +StandTile tile_1243 = { + 0x02190a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1367, -13, -91, 0x13fb}, + {1411, -13, 91, 0x1403}, + {1411, -13, -91, 0x0000} + } +}; + +StandTile tile_1244 = { + 0x021909, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1367, -13, -91, 0x13ef}, + {1367, -13, 91, 0x0000}, + {1411, -13, 91, 0x13f7} + } +}; + +StandTile tile_1245 = { + 0x02180a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1411, -13, -91, 0x1403}, + {1497, -13, 61, 0x15e2}, + {1497, -13, -61, 0x1407} + } +}; + +StandTile tile_1246 = { + 0x021809, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1411, -13, -91, 0x13f7}, + {1411, -13, 91, 0x13e7}, + {1497, -13, 61, 0x13ff} + } +}; + +StandTile tile_1247 = { + 0x052c0a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1497, -13, -156, 0x140b}, + {1411, -13, -91, 0x13ff}, + {1497, -13, -61, 0x15ec} + } +}; + +StandTile tile_1248 = { + 0x052c09, 0x0c, + 0x0, + 0xf, 0xf, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1497, -13, -156, 0x144a}, + {1437, -13, -156, 0x1456}, + {1411, -13, -91, 0x1407} + } +}; + +StandTile tile_1249 = { + 0x021608, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1367, -13, -91, 0x145a}, + {1341, -13, -156, 0x1417}, + {1302, -13, -52, 0x13ef} + } +}; + +StandTile tile_1250 = { + 0x02150a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1302, -13, -52, 0x1417}, + {1289, -13, -156, 0x155e}, + {1289, -13, -56, 0x141f} + } +}; + +StandTile tile_1251 = { + 0x021509, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1302, -13, -52, 0x140f}, + {1341, -13, -156, 0x1438}, + {1289, -13, -156, 0x1413} + } +}; + +StandTile tile_1252 = { + 0x021408, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1289, -13, 56, 0x13db}, + {1302, -13, 52, 0x0000}, + {1289, -13, 52, 0x0000} + } +}; + +StandTile tile_1253 = { + 0x021308, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1302, -13, -52, 0x1413}, + {1289, -13, -56, 0x0000}, + {1289, -13, -52, 0x0000} + } +}; + +StandTile tile_1254 = { + 0x023e08, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1367, -13, -208, 0x143d}, + {1367, -13, -260, 0x10fa}, + {1341, -13, -260, 0x142c} + } +}; + +StandTile tile_1255 = { + 0x023d08, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {1341, -13, -391, 0x0000}, + {1289, -13, -391, 0x1430}, + {1341, -13, -260, 0x1195}, + {1341, -13, -326, 0x0000} + } +}; + +StandTile tile_1256 = { + 0x053308, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1289, -13, -208, 0x1434}, + {1367, -13, -208, 0x1423}, + {1341, -13, -260, 0x1430} + } +}; + +StandTile tile_1257 = { + 0x023c08, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1289, -13, -391, 0x155e}, + {1289, -13, -208, 0x142c}, + {1341, -13, -260, 0x1427} + } +}; + +StandTile tile_1258 = { + 0x023b0a, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1289, -13, -208, 0x1438}, + {1437, -13, -156, 0x143d}, + {1367, -13, -208, 0x142c} + } +}; + +StandTile tile_1259 = { + 0x023b09, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {1289, -13, -208, 0x155e}, + {1289, -13, -156, 0x1417}, + {1341, -13, -156, 0x1452}, + {1437, -13, -156, 0x1434} + } +}; + +StandTile tile_1260 = { + 0x023a08, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1367, -13, -208, 0x1434}, + {1437, -13, -156, 0x1441}, + {1367, -13, -260, 0x1423} + } +}; + +StandTile tile_1261 = { + 0x02390a, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1497, -13, -182, 0x1445}, + {1367, -13, -260, 0x143d}, + {1437, -13, -156, 0x144a} + } +}; + +StandTile tile_1262 = { + 0x023909, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {1497, -13, -182, 0x0000}, + {1497, -13, -260, 0x0000}, + {1445, -13, -260, 0x1102}, + {1367, -13, -260, 0x1441} + } +}; + +StandTile tile_1263 = { + 0x052e08, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1497, -13, -182, 0x1441}, + {1437, -13, -156, 0x140b}, + {1497, -13, -156, 0x15f4} + } +}; + +StandTile tile_1264 = { + 0x02370a, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1437, -13, -156, 0x1452}, + {1367, -13, -135, 0x0000}, + {1411, -13, -135, 0x1456} + } +}; + +StandTile tile_1265 = { + 0x023709, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1437, -13, -156, 0x1438}, + {1341, -13, -156, 0x145a}, + {1367, -13, -135, 0x144e} + } +}; + +StandTile tile_1266 = { + 0x023608, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1411, -13, -91, 0x140b}, + {1437, -13, -156, 0x144e}, + {1411, -13, -135, 0x0000} + } +}; + +StandTile tile_1267 = { + 0x023508, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1367, -13, -135, 0x1452}, + {1341, -13, -156, 0x140f}, + {1367, -13, -91, 0x0000} + } +}; + +StandTile tile_1268 = { + 0x02340a, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1089, -13, 208, 0x1462}, + {1003, -13, 391, 0x0000}, + {1089, -13, 391, 0x1473} + } +}; + +StandTile tile_1269 = { + 0x023409, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {1089, -13, 208, 0x1467}, + {1003, -13, 156, 0x10cc}, + {1003, -13, 286, 0x0000}, + {1003, -13, 391, 0x145e} + } +}; + +StandTile tile_1270 = { + 0x023308, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1089, -13, 208, 0x146b}, + {1016, -13, 156, 0x11e6}, + {1003, -13, 156, 0x1462} + } +}; + +StandTile tile_1271 = { + 0x02320a, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1159, -13, 208, 0x146f}, + {1016, -13, 156, 0x1467}, + {1089, -13, 208, 0x1477} + } +}; + +StandTile tile_1272 = { + 0x023209, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1159, -13, 208, 0x15cc}, + {1159, -13, 156, 0x1253}, + {1016, -13, 156, 0x146b} + } +}; + +StandTile tile_1273 = { + 0x02310a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1159, -13, 391, 0x1477}, + {1089, -13, 208, 0x145e}, + {1089, -13, 391, 0x0000} + } +}; + +StandTile tile_1274 = { + 0x023109, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1159, -13, 391, 0x15cc}, + {1159, -13, 208, 0x146b}, + {1089, -13, 208, 0x1473} + } +}; + +StandTile tile_1275 = { + 0x024808, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1341, -13, 260, 0x1383}, + {1367, -13, 260, 0x1495}, + {1367, -13, 208, 0x1484} + } +}; + +StandTile tile_1276 = { + 0x024708, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {1341, -13, 260, 0x1488}, + {1289, -13, 391, 0x0000}, + {1341, -13, 391, 0x0000}, + {1341, -13, 326, 0x12bd} + } +}; + +StandTile tile_1277 = { + 0x053408, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1341, -13, 260, 0x147b}, + {1367, -13, 208, 0x148c}, + {1289, -13, 208, 0x1488} + } +}; + +StandTile tile_1278 = { + 0x024608, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1341, -13, 260, 0x1484}, + {1289, -13, 208, 0x15be}, + {1289, -13, 391, 0x147f} + } +}; + +StandTile tile_1279 = { + 0x02450a, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1367, -13, 208, 0x1490}, + {1289, -13, 156, 0x15be}, + {1289, -13, 208, 0x1484} + } +}; + +StandTile tile_1280 = { + 0x024509, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {1367, -13, 208, 0x1495}, + {1437, -13, 156, 0x14a6}, + {1341, -13, 156, 0x13df}, + {1289, -13, 156, 0x148c} + } +}; + +StandTile tile_1281 = { + 0x024408, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1367, -13, 260, 0x149d}, + {1437, -13, 156, 0x1490}, + {1367, -13, 208, 0x147b} + } +}; + +StandTile tile_1282 = { + 0x02430a, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1437, -13, 156, 0x149d}, + {1497, -13, 260, 0x0000}, + {1497, -13, 182, 0x14a2} + } +}; + +StandTile tile_1283 = { + 0x024309, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {1437, -13, 156, 0x1495}, + {1367, -13, 260, 0x138b}, + {1445, -13, 260, 0x0000}, + {1497, -13, 260, 0x1499} + } +}; + +StandTile tile_1284 = { + 0x024208, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1437, -13, 156, 0x1499}, + {1497, -13, 182, 0x15d2}, + {1497, -13, 156, 0x13eb} + } +}; + +StandTile tile_1285 = { + 0x02410a, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1411, -13, 135, 0x14aa}, + {1341, -13, 156, 0x1490}, + {1437, -13, 156, 0x14ae} + } +}; + +StandTile tile_1286 = { + 0x024109, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1411, -13, 135, 0x0000}, + {1367, -13, 135, 0x14b2}, + {1341, -13, 156, 0x14a6} + } +}; + +StandTile tile_1287 = { + 0x024008, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1411, -13, 135, 0x14a6}, + {1437, -13, 156, 0x13eb}, + {1411, -13, 91, 0x0000} + } +}; + +StandTile tile_1288 = { + 0x023f08, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1367, -13, 91, 0x13e3}, + {1341, -13, 156, 0x14aa}, + {1367, -13, 135, 0x0000} + } +}; + +StandTile tile_1289 = { + 0x05600a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {339, 39, -26, 0x14ba}, + {360, 117, -26, 0x0000}, + {339, 117, -26, 0x1077} + } +}; + +StandTile tile_1290 = { + 0x056009, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {339, 39, -26, 0x14d8}, + {360, 39, -26, 0x14be}, + {360, 117, -26, 0x14b6} + } +}; + +StandTile tile_1291 = { + 0x055f08, 0x0b, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {360, 117, -26, 0x14ba}, + {360, 39, -26, 0x0000}, + {360, 39, -52, 0x0000} + } +}; + +StandTile tile_1292 = { + 0x055d0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {360, 39, 26, 0x14c6}, + {339, 117, 26, 0x0000}, + {360, 117, 26, 0x14ca} + } +}; + +StandTile tile_1293 = { + 0x055d09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {360, 39, 26, 0x14dc}, + {339, 39, 26, 0x1073}, + {339, 117, 26, 0x14c2} + } +}; + +StandTile tile_1294 = { + 0x055b08, 0x0b, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {360, 39, 52, 0x0000}, + {360, 39, 26, 0x14c2}, + {360, 117, 26, 0x0000} + } +}; + +StandTile tile_1295 = { + 0x05680a, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 5, + 0x0, 0x1, 0x2, + { + {417, 39, 130, 0x14d4}, + {469, 39, -132, 0x0000}, + {417, 39, -130, 0x0000}, + {417, 39, -33, 0x14e4}, + {417, 39, 33, 0x0000} + } +}; + +StandTile tile_1296 = { + 0x056809, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {417, 39, 130, 0x0000}, + {469, 39, 130, 0x1676}, + {469, 39, -132, 0x14ce} + } +}; + +StandTile tile_1297 = { + 0x05610a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {339, 39, -26, 0x14dc}, + {360, 39, 26, 0x14e0}, + {360, 39, -26, 0x14ba} + } +}; + +StandTile tile_1298 = { + 0x056109, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {339, 39, -26, 0x107b}, + {339, 39, 26, 0x14c6}, + {360, 39, 26, 0x14d8} + } +}; + +StandTile tile_1299 = { + 0x05570a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {360, 39, 26, 0x14e4}, + {417, 39, -33, 0x0000}, + {360, 39, -26, 0x14d8} + } +}; + +StandTile tile_1300 = { + 0x055709, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {360, 39, 26, 0x0000}, + {417, 39, 33, 0x14ce}, + {417, 39, -33, 0x14e0} + } +}; + +StandTile tile_1301 = { + 0x05490a, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x1, 0x3, + { + {1289, -326, -97, 0x14ed}, + {1159, -326, -625, 0x0000}, + {1159, -326, -547, 0x1515}, + {1159, -326, -97, 0x14f7} + } +}; + +StandTile tile_1302 = { + 0x054909, 0x0a, + 0x0, + 0x0, 0x0, 0x0, + 4, + 0x0, 0x2, 0x3, + { + {1289, -326, -97, 0x1508}, + {1289, -326, -547, 0x0000}, + {1289, -326, -625, 0x0000}, + {1159, -326, -625, 0x14e8} + } +}; + +StandTile tile_1303 = { + 0x05480a, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x1, 0x3, + { + {1289, -326, 0, 0x14f7}, + {1159, -326, -97, 0x1515}, + {1159, -326, -82, 0x0000}, + {1159, -326, 0, 0x14fc} + } +}; + +StandTile tile_1304 = { + 0x054809, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x2, 0x3, + { + {1289, -326, 0, 0x0000}, + {1289, -326, -82, 0x1508}, + {1289, -326, -97, 0x14e8}, + {1159, -326, -97, 0x14f2} + } +}; + +StandTile tile_1305 = { + 0x02490a, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 5, + 0x0, 0x1, 0x2, + { + {1159, -326, 625, 0x1502}, + {1289, -326, 0, 0x14f2}, + {1159, -326, 0, 0x0000}, + {1159, -326, 82, 0x1576}, + {1159, -326, 547, 0x0000} + } +}; + +StandTile tile_1306 = { + 0x024909, 0x0a, + 0x0, + 0x0, 0x0, 0x0, + 5, + 0x0, 0x1, 0x4, + { + {1159, -326, 625, 0x09c8}, + {1289, -326, 625, 0x0000}, + {1289, -326, 547, 0x1572}, + {1289, -326, 82, 0x0000}, + {1289, -326, 0, 0x14fc} + } +}; + +StandTile tile_1307 = { + 0x018e0a, 0x0a, + 0x0, + 0x0, 0x0, 0x0, + 4, + 0x0, 0x1, 0x3, + { + {1289, -273, -78, 0x150d}, + {1289, -326, -547, 0x14ed}, + {1289, -326, -97, 0x14f7}, + {1289, -326, -82, 0x0000} + } +}; + +StandTile tile_1308 = { + 0x018e09, 0x0a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1289, -273, -78, 0x151a}, + {1289, -273, -521, 0x0000}, + {1289, -326, -547, 0x1508} + } +}; + +StandTile tile_1309 = { + 0x018d0a, 0x0a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1159, -326, -82, 0x1515}, + {1159, -273, -521, 0x1526}, + {1159, -273, -78, 0x0000} + } +}; + +StandTile tile_1310 = { + 0x018d09, 0x0a, + 0x0, + 0x0, 0x0, 0x0, + 4, + 0x0, 0x2, 0x3, + { + {1159, -326, -82, 0x14f2}, + {1159, -326, -97, 0x14e8}, + {1159, -326, -547, 0x0000}, + {1159, -273, -521, 0x1511} + } +}; + +StandTile tile_1311 = { + 0x018c0a, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1289, -221, -74, 0x151e}, + {1289, -273, -521, 0x150d}, + {1289, -273, -78, 0x0000} + } +}; + +StandTile tile_1312 = { + 0x018c09, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1289, -221, -74, 0x152a}, + {1289, -221, -495, 0x0000}, + {1289, -273, -521, 0x151a} + } +}; + +StandTile tile_1313 = { + 0x018b0a, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1159, -273, -78, 0x1526}, + {1159, -221, -495, 0x1536}, + {1159, -221, -74, 0x0000} + } +}; + +StandTile tile_1314 = { + 0x018b09, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1159, -273, -78, 0x1511}, + {1159, -273, -521, 0x0000}, + {1159, -221, -495, 0x1522} + } +}; + +StandTile tile_1315 = { + 0x018a0a, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1289, -169, -69, 0x152e}, + {1289, -221, -495, 0x151e}, + {1289, -221, -74, 0x0000} + } +}; + +StandTile tile_1316 = { + 0x018a09, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1289, -169, -69, 0x153a}, + {1289, -169, -469, 0x0000}, + {1289, -221, -495, 0x152a} + } +}; + +StandTile tile_1317 = { + 0x01890a, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1159, -221, -74, 0x1536}, + {1159, -169, -469, 0x1546}, + {1159, -169, -69, 0x0000} + } +}; + +StandTile tile_1318 = { + 0x018909, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1159, -221, -74, 0x1522}, + {1159, -221, -495, 0x0000}, + {1159, -169, -469, 0x1532} + } +}; + +StandTile tile_1319 = { + 0x01880a, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1289, -117, -65, 0x153e}, + {1289, -169, -469, 0x152e}, + {1289, -169, -69, 0x0000} + } +}; + +StandTile tile_1320 = { + 0x018809, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1289, -117, -65, 0x154a}, + {1289, -117, -443, 0x0000}, + {1289, -169, -469, 0x153a} + } +}; + +StandTile tile_1321 = { + 0x01870a, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1159, -169, -69, 0x1546}, + {1159, -117, -443, 0x1556}, + {1159, -117, -65, 0x0000} + } +}; + +StandTile tile_1322 = { + 0x018709, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1159, -169, -69, 0x1532}, + {1159, -169, -469, 0x0000}, + {1159, -117, -443, 0x1542} + } +}; + +StandTile tile_1323 = { + 0x01860a, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1289, -65, -61, 0x154e}, + {1289, -117, -443, 0x153e}, + {1289, -117, -65, 0x0000} + } +}; + +StandTile tile_1324 = { + 0x018609, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1289, -65, -61, 0x155a}, + {1289, -65, -417, 0x0000}, + {1289, -117, -443, 0x154a} + } +}; + +StandTile tile_1325 = { + 0x01850a, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1159, -117, -65, 0x1556}, + {1159, -65, -417, 0x156a}, + {1159, -65, -61, 0x0000} + } +}; + +StandTile tile_1326 = { + 0x018509, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1159, -117, -65, 0x1542}, + {1159, -117, -443, 0x0000}, + {1159, -65, -417, 0x1552} + } +}; + +StandTile tile_1327 = { + 0x01840a, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1289, -13, -56, 0x155e}, + {1289, -65, -417, 0x154e}, + {1289, -65, -61, 0x0000} + } +}; + +StandTile tile_1328 = { + 0x018409, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x3, 0x4, + { + {1289, -13, -56, 0x1413}, + {1289, -13, -156, 0x1438}, + {1289, -13, -208, 0x1430}, + {1289, -13, -391, 0x0000}, + {1289, -65, -417, 0x155a} + } +}; + +StandTile tile_1329 = { + 0x01830a, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x4, + { + {1159, -65, -61, 0x156a}, + {1159, -13, -391, 0x11ff}, + {1159, -13, -208, 0x11f7}, + {1159, -13, -156, 0x124b}, + {1159, -13, -56, 0x0000} + } +}; + +StandTile tile_1330 = { + 0x018309, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1159, -65, -61, 0x1552}, + {1159, -65, -417, 0x0000}, + {1159, -13, -391, 0x1564} + } +}; + +StandTile tile_1331 = { + 0x01a60a, 0x0a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1289, -326, 82, 0x1572}, + {1289, -273, 521, 0x1582}, + {1289, -273, 78, 0x0000} + } +}; + +StandTile tile_1332 = { + 0x01a609, 0x0a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1289, -326, 82, 0x1502}, + {1289, -326, 547, 0x0000}, + {1289, -273, 521, 0x156e} + } +}; + +StandTile tile_1333 = { + 0x01a50a, 0x0a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1159, -273, 78, 0x157a}, + {1159, -326, 547, 0x14fc}, + {1159, -326, 82, 0x0000} + } +}; + +StandTile tile_1334 = { + 0x01a509, 0x0a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1159, -273, 78, 0x1586}, + {1159, -273, 521, 0x0000}, + {1159, -326, 547, 0x1576} + } +}; + +StandTile tile_1335 = { + 0x01a40a, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1289, -273, 78, 0x1582}, + {1289, -221, 495, 0x1592}, + {1289, -221, 74, 0x0000} + } +}; + +StandTile tile_1336 = { + 0x01a409, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1289, -273, 78, 0x156e}, + {1289, -273, 521, 0x0000}, + {1289, -221, 495, 0x157e} + } +}; + +StandTile tile_1337 = { + 0x01a30a, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1159, -221, 74, 0x158a}, + {1159, -273, 521, 0x157a}, + {1159, -273, 78, 0x0000} + } +}; + +StandTile tile_1338 = { + 0x01a309, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1159, -221, 74, 0x1596}, + {1159, -221, 495, 0x0000}, + {1159, -273, 521, 0x1586} + } +}; + +StandTile tile_1339 = { + 0x01a20a, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1289, -221, 74, 0x1592}, + {1289, -169, 469, 0x15a2}, + {1289, -169, 69, 0x0000} + } +}; + +StandTile tile_1340 = { + 0x01a209, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1289, -221, 74, 0x157e}, + {1289, -221, 495, 0x0000}, + {1289, -169, 469, 0x158e} + } +}; + +StandTile tile_1341 = { + 0x01a10a, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1159, -169, 69, 0x159a}, + {1159, -221, 495, 0x158a}, + {1159, -221, 74, 0x0000} + } +}; + +StandTile tile_1342 = { + 0x01a109, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1159, -169, 69, 0x15a6}, + {1159, -169, 469, 0x0000}, + {1159, -221, 495, 0x1596} + } +}; + +StandTile tile_1343 = { + 0x01a00a, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1289, -169, 69, 0x15a2}, + {1289, -117, 443, 0x15b2}, + {1289, -117, 65, 0x0000} + } +}; + +StandTile tile_1344 = { + 0x01a009, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1289, -169, 69, 0x158e}, + {1289, -169, 469, 0x0000}, + {1289, -117, 443, 0x159e} + } +}; + +StandTile tile_1345 = { + 0x019f0a, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1159, -117, 65, 0x15aa}, + {1159, -169, 469, 0x159a}, + {1159, -169, 69, 0x0000} + } +}; + +StandTile tile_1346 = { + 0x019f09, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1159, -117, 65, 0x15b6}, + {1159, -117, 443, 0x0000}, + {1159, -169, 469, 0x15a6} + } +}; + +StandTile tile_1347 = { + 0x019e0a, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1289, -117, 65, 0x15b2}, + {1289, -65, 417, 0x15c4}, + {1289, -65, 61, 0x0000} + } +}; + +StandTile tile_1348 = { + 0x019e09, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1289, -117, 65, 0x159e}, + {1289, -117, 443, 0x0000}, + {1289, -65, 417, 0x15ae} + } +}; + +StandTile tile_1349 = { + 0x019d0a, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1159, -65, 61, 0x15ba}, + {1159, -117, 443, 0x15aa}, + {1159, -117, 65, 0x0000} + } +}; + +StandTile tile_1350 = { + 0x019d09, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1159, -65, 61, 0x15c8}, + {1159, -65, 417, 0x0000}, + {1159, -117, 443, 0x15b6} + } +}; + +StandTile tile_1351 = { + 0x019c0a, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 5, + 0x0, 0x1, 0x4, + { + {1289, -65, 61, 0x15c4}, + {1289, -13, 391, 0x1488}, + {1289, -13, 208, 0x148c}, + {1289, -13, 156, 0x13df}, + {1289, -13, 56, 0x0000} + } +}; + +StandTile tile_1352 = { + 0x019c09, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1289, -65, 61, 0x15ae}, + {1289, -65, 417, 0x0000}, + {1289, -13, 391, 0x15be} + } +}; + +StandTile tile_1353 = { + 0x019b0a, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1159, -13, 56, 0x15cc}, + {1159, -65, 417, 0x15ba}, + {1159, -65, 61, 0x0000} + } +}; + +StandTile tile_1354 = { + 0x019b09, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x3, 0x4, + { + {1159, -13, 56, 0x1253}, + {1159, -13, 156, 0x146f}, + {1159, -13, 208, 0x1477}, + {1159, -13, 391, 0x0000}, + {1159, -65, 417, 0x15c8} + } +}; + +StandTile tile_1355 = { + 0x052d0a, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1497, -13, 182, 0x15d6}, + {1602, -13, 156, 0x15de}, + {1497, -13, 156, 0x14a2} + } +}; + +StandTile tile_1356 = { + 0x052d09, 0x09, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1497, -13, 182, 0x0000}, + {1602, -13, 182, 0x0000}, + {1602, -13, 156, 0x15d2} + } +}; + +StandTile tile_1357 = { + 0x052a0a, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1497, -13, 156, 0x15de}, + {1602, -13, 26, 0x15e6}, + {1497, -13, 61, 0x13e7} + } +}; + +StandTile tile_1358 = { + 0x052a09, 0x09, + 0x0, + 0xa, 0xa, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1497, -13, 156, 0x15d2}, + {1602, -13, 156, 0x0000}, + {1602, -13, 26, 0x15da} + } +}; + +StandTile tile_1359 = { + 0x052b0a, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1497, -13, 61, 0x15e6}, + {1602, -13, -26, 0x15ec}, + {1497, -13, -61, 0x13ff} + } +}; + +StandTile tile_1360 = { + 0x052b09, 0x09, + 0x0, + 0x9, 0x9, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {1497, -13, 61, 0x15da}, + {1602, -13, 26, 0x1904}, + {1602, -13, 13, 0x1914}, + {1602, -13, -13, 0x191c}, + {1602, -13, -26, 0x15e2} + } +}; + +StandTile tile_1361 = { + 0x02170a, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1602, -13, -26, 0x15f0}, + {1497, -13, -156, 0x1407}, + {1497, -13, -61, 0x15e2} + } +}; + +StandTile tile_1362 = { + 0x021709, 0x09, + 0x0, + 0xa, 0xa, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1602, -13, -26, 0x0000}, + {1602, -13, -156, 0x15f4}, + {1497, -13, -156, 0x15ec} + } +}; + +StandTile tile_1363 = { + 0x02380a, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1602, -13, -156, 0x15f8}, + {1497, -13, -182, 0x144a}, + {1497, -13, -156, 0x15f0} + } +}; + +StandTile tile_1364 = { + 0x023809, 0x09, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1602, -13, -156, 0x0000}, + {1602, -13, -182, 0x0000}, + {1497, -13, -182, 0x15f4} + } +}; + +StandTile tile_1365 = { + 0x02f20a, 0x09, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1602, 91, -26, 0x1600}, + {1602, 143, -182, 0x0000}, + {1602, 91, -182, 0x0000} + } +}; + +StandTile tile_1366 = { + 0x02f209, 0x09, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1602, 91, -26, 0x0000}, + {1602, 143, -26, 0x0000}, + {1602, 143, -182, 0x15fc} + } +}; + +StandTile tile_1367 = { + 0x013a0a, 0x09, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1602, 91, 182, 0x1608}, + {1602, 143, 26, 0x0000}, + {1602, 91, 26, 0x0000} + } +}; + +StandTile tile_1368 = { + 0x013a09, 0x09, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1602, 91, 182, 0x0000}, + {1602, 143, 182, 0x0000}, + {1602, 143, 26, 0x1604} + } +}; + +StandTile tile_1369 = { + 0x05670a, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {781, 39, -308, 0x1610}, + {833, 39, -169, 0x1273}, + {833, 39, -308, 0x0000} + } +}; + +StandTile tile_1370 = { + 0x056709, 0x08, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {781, 39, -308, 0x1688}, + {790, 39, -135, 0x167c}, + {833, 39, -169, 0x160c} + } +}; + +StandTile tile_1371 = { + 0x01c308, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {790, 39, 135, 0x1620}, + {833, 39, 169, 0x1656}, + {790, 39, 91, 0x0000} + } +}; + +StandTile tile_1372 = { + 0x01c408, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {716, 39, 169, 0x162c}, + {747, 39, 135, 0x0000}, + {747, 39, 91, 0x1666} + } +}; + +StandTile tile_1373 = { + 0x01c60a, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {833, 39, 169, 0x1620}, + {781, 39, 308, 0x0000}, + {833, 39, 308, 0x13ab} + } +}; + +StandTile tile_1374 = { + 0x01c609, 0x08, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {833, 39, 169, 0x1614}, + {790, 39, 135, 0x1624}, + {781, 39, 308, 0x161c} + } +}; + +StandTile tile_1375 = { + 0x01c90a, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {790, 39, 135, 0x1628}, + {755, 39, 308, 0x0000}, + {781, 39, 308, 0x1620} + } +}; + +StandTile tile_1376 = { + 0x01c909, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {790, 39, 135, 0x0000}, + {747, 39, 135, 0x1631}, + {755, 39, 308, 0x1624} + } +}; + +StandTile tile_1377 = { + 0x01cc0a, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {742, 39, 343, 0x1631}, + {747, 39, 135, 0x1618}, + {716, 39, 169, 0x1635}, + {737, 39, 307, 0x0000} + } +}; + +StandTile tile_1378 = { + 0x01cc09, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {742, 39, 343, 0x0000}, + {755, 39, 308, 0x1628}, + {747, 39, 135, 0x162c} + } +}; + +StandTile tile_1379 = { + 0x054308, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {737, 39, 307, 0x162c}, + {716, 39, 169, 0x1639}, + {677, 39, 308, 0x0000} + } +}; + +StandTile tile_1380 = { + 0x01d10a, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {495, 39, 169, 0x163d}, + {677, 39, 308, 0x1635}, + {716, 39, 169, 0x166e} + } +}; + +StandTile tile_1381 = { + 0x01d109, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {495, 39, 169, 0x1641}, + {651, 39, 308, 0x0000}, + {677, 39, 308, 0x1639} + } +}; + +StandTile tile_1382 = { + 0x01d308, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {573, 39, 308, 0x0000}, + {651, 39, 308, 0x163d}, + {495, 39, 169, 0x1645} + } +}; + +StandTile tile_1383 = { + 0x01d408, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {547, 39, 308, 0x0000}, + {573, 39, 308, 0x1641}, + {495, 39, 169, 0x1649} + } +}; + +StandTile tile_1384 = { + 0x054408, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {547, 39, 308, 0x1645}, + {495, 39, 169, 0x164d}, + {474, 39, 307, 0x0000} + } +}; + +StandTile tile_1385 = { + 0x01d608, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {469, 39, 343, 0x0000}, + {474, 39, 307, 0x1649}, + {495, 39, 169, 0x1676}, + {469, 39, 156, 0x0000} + } +}; + +StandTile tile_1386 = { + 0x01b50a, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {790, 39, -91, 0x1656}, + {833, 39, 169, 0x139b}, + {833, 39, -169, 0x167c} + } +}; + +StandTile tile_1387 = { + 0x01b509, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {790, 39, -91, 0x165a}, + {790, 39, 91, 0x1614}, + {833, 39, 169, 0x1652} + } +}; + +StandTile tile_1388 = { + 0x01b60a, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {747, 39, -91, 0x165e}, + {790, 39, 91, 0x1656}, + {790, 39, -91, 0x0000} + } +}; + +StandTile tile_1389 = { + 0x01b609, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {747, 39, -91, 0x1662}, + {747, 39, 91, 0x0000}, + {790, 39, 91, 0x165a} + } +}; + +StandTile tile_1390 = { + 0x01b70a, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {716, 39, -169, 0x1666}, + {747, 39, 91, 0x165e}, + {747, 39, -91, 0x1680} + } +}; + +StandTile tile_1391 = { + 0x01b709, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {716, 39, -169, 0x166a}, + {716, 39, 169, 0x1618}, + {747, 39, 91, 0x1662} + } +}; + +StandTile tile_1392 = { + 0x01b80a, 0x08, + 0x0, + 0xf, 0xf, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {495, 39, -169, 0x166e}, + {716, 39, 169, 0x1666}, + {716, 39, -169, 0x169d} + } +}; + +StandTile tile_1393 = { + 0x01b809, 0x08, + 0x0, + 0xe, 0xe, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {495, 39, -169, 0x1672}, + {495, 39, 169, 0x1639}, + {716, 39, 169, 0x166a} + } +}; + +StandTile tile_1394 = { + 0x01b90a, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {469, 39, -156, 0x1676}, + {495, 39, 169, 0x166e}, + {495, 39, -169, 0x16b1} + } +}; + +StandTile tile_1395 = { + 0x01b909, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x3, 0x4, + { + {469, 39, -156, 0x0000}, + {469, 39, -132, 0x14d4}, + {469, 39, 130, 0x0000}, + {469, 39, 156, 0x164d}, + {495, 39, 169, 0x1672} + } +}; + +StandTile tile_1396 = { + 0x01dd08, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {790, 39, -91, 0x1652}, + {833, 39, -169, 0x1610}, + {790, 39, -135, 0x0000} + } +}; + +StandTile tile_1397 = { + 0x01de08, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {747, 39, -91, 0x0000}, + {747, 39, -135, 0x1695}, + {716, 39, -169, 0x1662} + } +}; + +StandTile tile_1398 = { + 0x01e108, 0x08, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {781, 39, -308, 0x0000}, + {794, 39, -343, 0x0000}, + {781, 39, -343, 0x0000} + } +}; + +StandTile tile_1399 = { + 0x01e30a, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {781, 39, -308, 0x168c}, + {747, 39, -135, 0x0000}, + {790, 39, -135, 0x1610} + } +}; + +StandTile tile_1400 = { + 0x01e309, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {781, 39, -308, 0x0000}, + {755, 39, -308, 0x1695}, + {747, 39, -135, 0x1688} + } +}; + +StandTile tile_1401 = { + 0x01e60a, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {716, 39, -169, 0x1695}, + {755, 39, -308, 0x0000}, + {742, 39, -343, 0x0000}, + {737, 39, -307, 0x1699} + } +}; + +StandTile tile_1402 = { + 0x01e609, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {716, 39, -169, 0x1680}, + {747, 39, -135, 0x168c}, + {755, 39, -308, 0x1690} + } +}; + +StandTile tile_1403 = { + 0x054208, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {677, 39, -308, 0x16a1}, + {716, 39, -169, 0x1690}, + {737, 39, -307, 0x0000} + } +}; + +StandTile tile_1404 = { + 0x01eb0a, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {716, 39, -169, 0x16a1}, + {651, 39, -308, 0x16a5}, + {495, 39, -169, 0x166a} + } +}; + +StandTile tile_1405 = { + 0x01eb09, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {716, 39, -169, 0x1699}, + {677, 39, -308, 0x0000}, + {651, 39, -308, 0x169d} + } +}; + +StandTile tile_1406 = { + 0x01ed08, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {495, 39, -169, 0x169d}, + {651, 39, -308, 0x0000}, + {573, 39, -308, 0x16a9} + } +}; + +StandTile tile_1407 = { + 0x01ee08, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {495, 39, -169, 0x16a5}, + {573, 39, -308, 0x0000}, + {547, 39, -308, 0x16ad} + } +}; + +StandTile tile_1408 = { + 0x01ef08, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {495, 39, -169, 0x16a9}, + {547, 39, -308, 0x0000}, + {474, 39, -309, 0x16b1} + } +}; + +StandTile tile_1409 = { + 0x01f008, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {469, 39, -156, 0x1672}, + {495, 39, -169, 0x16ad}, + {474, 39, -309, 0x0000}, + {469, 39, -343, 0x0000} + } +}; + +StandTile tile_1410 = { + 0x024b0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {833, 195, -291, 0x16ba}, + {833, 247, 273, 0x0000}, + {833, 247, -273, 0x0000} + } +}; + +StandTile tile_1411 = { + 0x024b09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {833, 195, -291, 0x0000}, + {833, 195, 291, 0x0000}, + {833, 247, 273, 0x16b6} + } +}; + +StandTile tile_1412 = { + 0x031a02, 0x07, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2244, 39, -74, 0x16c2}, + {2244, 74, -117, 0x184e}, + {2244, 74, -74, 0x0000} + } +}; + +StandTile tile_1413 = { + 0x031a01, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2244, 39, -74, 0x0000}, + {2244, 39, -117, 0x0000}, + {2244, 74, -117, 0x16be} + } +}; + +StandTile tile_1414 = { + 0x031102, 0x07, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2070, 91, 74, 0x16ca}, + {2070, 39, 117, 0x0000}, + {2070, 39, 74, 0x0000} + } +}; + +StandTile tile_1415 = { + 0x031101, 0x07, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2070, 91, 74, 0x0000}, + {2070, 91, 117, 0x0000}, + {2070, 39, 117, 0x16c6} + } +}; + +StandTile tile_1416 = { + 0x01f802, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2170, -22, 260, 0x16d2}, + {2187, -22, -260, 0x0000}, + {2170, -22, -260, 0x170f} + } +}; + +StandTile tile_1417 = { + 0x01f801, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2170, -22, 260, 0x0000}, + {2187, -22, 260, 0x1724}, + {2187, -22, -260, 0x16ce} + } +}; + +StandTile tile_1418 = { + 0x01f702, 0x07, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2083, -13, -260, 0x16da}, + {2083, -22, 260, 0x16ef}, + {2083, -22, -260, 0x0000} + } +}; + +StandTile tile_1419 = { + 0x01f701, 0x07, + 0x0, + 0x5, 0x5, 0x4, + 4, + 0x0, 0x2, 0x3, + { + {2083, -13, -260, 0x179c}, + {2083, -13, 0, 0x1770}, + {2083, -13, 260, 0x0000}, + {2083, -22, 260, 0x16d6} + } +}; + +StandTile tile_1420 = { + 0x01f602, 0x07, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2101, -22, -260, 0x16e3}, + {2101, -30, 260, 0x16f7}, + {2101, -30, -260, 0x0000} + } +}; + +StandTile tile_1421 = { + 0x01f601, 0x07, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2101, -22, -260, 0x16f3}, + {2101, -22, 260, 0x0000}, + {2101, -30, 260, 0x16df} + } +}; + +StandTile tile_1422 = { + 0x01f502, 0x07, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2118, -30, -260, 0x16eb}, + {2118, -39, 260, 0x16ff}, + {2118, -39, -260, 0x0000} + } +}; + +StandTile tile_1423 = { + 0x01f501, 0x07, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2118, -30, -260, 0x16fb}, + {2118, -30, 260, 0x0000}, + {2118, -39, 260, 0x16e7} + } +}; + +StandTile tile_1424 = { + 0x01f402, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2083, -22, 260, 0x16f3}, + {2101, -22, -260, 0x0000}, + {2083, -22, -260, 0x16d6} + } +}; + +StandTile tile_1425 = { + 0x01f401, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2083, -22, 260, 0x0000}, + {2101, -22, 260, 0x16e3}, + {2101, -22, -260, 0x16ef} + } +}; + +StandTile tile_1426 = { + 0x01f302, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2101, -30, 260, 0x16fb}, + {2118, -30, -260, 0x0000}, + {2101, -30, -260, 0x16df} + } +}; + +StandTile tile_1427 = { + 0x01f301, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2101, -30, 260, 0x0000}, + {2118, -30, 260, 0x16eb}, + {2118, -30, -260, 0x16f7} + } +}; + +StandTile tile_1428 = { + 0x01f202, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2118, -39, 260, 0x1703}, + {2153, -39, -260, 0x0000}, + {2118, -39, -260, 0x16e7} + } +}; + +StandTile tile_1429 = { + 0x01f201, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2118, -39, 260, 0x0000}, + {2153, -39, 260, 0x171b}, + {2153, -39, -260, 0x16ff} + } +}; + +StandTile tile_1430 = { + 0x01f102, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2153, -30, 260, 0x170b}, + {2170, -30, -260, 0x0000}, + {2153, -30, -260, 0x1717} + } +}; + +StandTile tile_1431 = { + 0x01f101, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2153, -30, 260, 0x0000}, + {2170, -30, 260, 0x1713}, + {2170, -30, -260, 0x1707} + } +}; + +StandTile tile_1432 = { + 0x01f002, 0x07, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2170, -30, -260, 0x1713}, + {2170, -22, 260, 0x16ce}, + {2170, -22, -260, 0x0000} + } +}; + +StandTile tile_1433 = { + 0x01f001, 0x07, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2170, -30, -260, 0x170b}, + {2170, -30, 260, 0x0000}, + {2170, -22, 260, 0x170f} + } +}; + +StandTile tile_1434 = { + 0x01ef02, 0x07, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2153, -39, -260, 0x171b}, + {2153, -30, 260, 0x1707}, + {2153, -30, -260, 0x0000} + } +}; + +StandTile tile_1435 = { + 0x01ef01, 0x07, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2153, -39, -260, 0x1703}, + {2153, -39, 260, 0x0000}, + {2153, -30, 260, 0x1717} + } +}; + +StandTile tile_1436 = { + 0x01ee02, 0x07, + 0x0, + 0x5, 0x5, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {2187, -22, -260, 0x1724}, + {2187, -13, 260, 0x1740}, + {2187, -13, 0, 0x17c8}, + {2187, -13, -260, 0x0000} + } +}; + +StandTile tile_1437 = { + 0x01ee01, 0x07, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2187, -22, -260, 0x16d2}, + {2187, -22, 260, 0x0000}, + {2187, -13, 260, 0x171f} + } +}; + +StandTile tile_1438 = { + 0x030e02, 0x07, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2070, 91, -117, 0x172c}, + {2070, 39, -74, 0x0000}, + {2070, 39, -117, 0x0000} + } +}; + +StandTile tile_1439 = { + 0x030e01, 0x07, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2070, 91, -117, 0x0000}, + {2070, 91, -74, 0x0000}, + {2070, 39, -74, 0x1728} + } +}; + +StandTile tile_1440 = { + 0x036e02, 0x07, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2244, 74, 117, 0x1734}, + {2244, 39, 74, 0x0000}, + {2244, 74, 74, 0x1846} + } +}; + +StandTile tile_1441 = { + 0x036e01, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2244, 74, 117, 0x0000}, + {2244, 39, 117, 0x0000}, + {2244, 39, 74, 0x1730} + } +}; + +StandTile tile_1442 = { + 0x004900, 0x07, + 0x0, + 0xe, 0xf, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2331, -13, 30, 0x1866}, + {2331, -13, -30, 0x17c4}, + {2187, -13, 0, 0x173c} + } +}; + +StandTile tile_1443 = { + 0x004800, 0x07, + 0x0, + 0xf, 0xf, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2331, -13, 30, 0x1738}, + {2187, -13, 0, 0x1740}, + {2201, -13, 74, 0x1748} + } +}; + +StandTile tile_1444 = { + 0x004702, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2187, -13, 260, 0x1744}, + {2201, -13, 74, 0x173c}, + {2187, -13, 0, 0x171f} + } +}; + +StandTile tile_1445 = { + 0x004701, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2187, -13, 260, 0x1764}, + {2201, -13, 117, 0x0000}, + {2201, -13, 74, 0x1740} + } +}; + +StandTile tile_1446 = { + 0x004600, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2244, -13, 74, 0x174c}, + {2331, -13, 30, 0x173c}, + {2201, -13, 74, 0x0000} + } +}; + +StandTile tile_1447 = { + 0x004502, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2244, -13, 117, 0x1750}, + {2331, -13, 30, 0x1748}, + {2244, -13, 74, 0x0000} + } +}; + +StandTile tile_1448 = { + 0x004501, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2244, -13, 117, 0x1754}, + {2331, -13, 161, 0x1866}, + {2331, -13, 30, 0x174c} + } +}; + +StandTile tile_1449 = { + 0x004400, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2201, -13, 117, 0x1758}, + {2331, -13, 161, 0x1750}, + {2244, -13, 117, 0x0000} + } +}; + +StandTile tile_1450 = { + 0x004300, 0x07, + 0x0, + 0xe, 0xe, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2201, -13, 117, 0x175c}, + {2331, -13, 208, 0x1866}, + {2331, -13, 161, 0x1754} + } +}; + +StandTile tile_1451 = { + 0x004200, 0x07, + 0x0, + 0xe, 0xe, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2331, -13, 208, 0x1758}, + {2201, -13, 117, 0x1760}, + {2292, -13, 208, 0x0000} + } +}; + +StandTile tile_1452 = { + 0x004100, 0x07, + 0x0, + 0xe, 0xf, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2201, -13, 117, 0x1764}, + {2292, -13, 260, 0x0000}, + {2292, -13, 208, 0x175c} + } +}; + +StandTile tile_1453 = { + 0x004000, 0x07, + 0x0, + 0xf, 0xf, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2201, -13, 117, 0x1744}, + {2187, -13, 260, 0x0000}, + {2292, -13, 260, 0x1760} + } +}; + +StandTile tile_1454 = { + 0x003f00, 0x07, + 0x0, + 0xe, 0xf, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2083, -13, 0, 0x1798}, + {1940, -13, -30, 0x17fe}, + {1940, -13, 30, 0x176c} + } +}; + +StandTile tile_1455 = { + 0x003e00, 0x07, + 0x0, + 0xf, 0xf, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2070, -13, 74, 0x1774}, + {2083, -13, 0, 0x1768}, + {1940, -13, 30, 0x1778} + } +}; + +StandTile tile_1456 = { + 0x003d02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2083, -13, 0, 0x1774}, + {2070, -13, 117, 0x1794}, + {2083, -13, 260, 0x16da} + } +}; + +StandTile tile_1457 = { + 0x003d01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2083, -13, 0, 0x176c}, + {2070, -13, 74, 0x0000}, + {2070, -13, 117, 0x1770} + } +}; + +StandTile tile_1458 = { + 0x003c00, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2070, -13, 74, 0x176c}, + {1940, -13, 30, 0x1780}, + {2027, -13, 74, 0x0000} + } +}; + +StandTile tile_1459 = { + 0x003b02, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2027, -13, 74, 0x1780}, + {1940, -13, 161, 0x1784}, + {2027, -13, 117, 0x0000} + } +}; + +StandTile tile_1460 = { + 0x003b01, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2027, -13, 74, 0x1778}, + {1940, -13, 30, 0x17fe}, + {1940, -13, 161, 0x177c} + } +}; + +StandTile tile_1461 = { + 0x003a00, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2027, -13, 117, 0x177c}, + {1940, -13, 161, 0x1788}, + {2070, -13, 117, 0x0000} + } +}; + +StandTile tile_1462 = { + 0x003900, 0x07, + 0x0, + 0xe, 0xe, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1940, -13, 161, 0x17fe}, + {1940, -13, 208, 0x178c}, + {2070, -13, 117, 0x1784} + } +}; + +StandTile tile_1463 = { + 0x003800, 0x07, + 0x0, + 0xe, 0xe, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1979, -13, 208, 0x1790}, + {2070, -13, 117, 0x1788}, + {1940, -13, 208, 0x0000} + } +}; + +StandTile tile_1464 = { + 0x003700, 0x07, + 0x0, + 0xe, 0xf, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1979, -13, 208, 0x0000}, + {1979, -13, 260, 0x1794}, + {2070, -13, 117, 0x178c} + } +}; + +StandTile tile_1465 = { + 0x003600, 0x07, + 0x0, + 0xf, 0xf, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1979, -13, 260, 0x0000}, + {2083, -13, 260, 0x1770}, + {2070, -13, 117, 0x1790} + } +}; + +StandTile tile_1466 = { + 0x003500, 0x07, + 0x0, + 0xf, 0xf, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1940, -13, -30, 0x1768}, + {2083, -13, 0, 0x179c}, + {2070, -13, -74, 0x17a4} + } +}; + +StandTile tile_1467 = { + 0x003402, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2083, -13, -260, 0x17a0}, + {2070, -13, -74, 0x1798}, + {2083, -13, 0, 0x16da} + } +}; + +StandTile tile_1468 = { + 0x003401, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2083, -13, -260, 0x17c0}, + {2070, -13, -117, 0x0000}, + {2070, -13, -74, 0x179c} + } +}; + +StandTile tile_1469 = { + 0x003300, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2027, -13, -74, 0x17a8}, + {1940, -13, -30, 0x1798}, + {2070, -13, -74, 0x0000} + } +}; + +StandTile tile_1470 = { + 0x003202, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2027, -13, -117, 0x17ac}, + {1940, -13, -30, 0x17a4}, + {2027, -13, -74, 0x0000} + } +}; + +StandTile tile_1471 = { + 0x003201, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2027, -13, -117, 0x17b0}, + {1940, -13, -161, 0x17fe}, + {1940, -13, -30, 0x17a8} + } +}; + +StandTile tile_1472 = { + 0x003100, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2070, -13, -117, 0x17b4}, + {1940, -13, -161, 0x17ac}, + {2027, -13, -117, 0x0000} + } +}; + +StandTile tile_1473 = { + 0x003000, 0x07, + 0x0, + 0xe, 0xe, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2070, -13, -117, 0x17b8}, + {1940, -13, -208, 0x17fe}, + {1940, -13, -161, 0x17b0} + } +}; + +StandTile tile_1474 = { + 0x002f00, 0x07, + 0x0, + 0xe, 0xe, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1940, -13, -208, 0x17b4}, + {2070, -13, -117, 0x17bc}, + {1979, -13, -208, 0x0000} + } +}; + +StandTile tile_1475 = { + 0x002e00, 0x07, + 0x0, + 0xe, 0xf, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2070, -13, -117, 0x17c0}, + {1979, -13, -260, 0x0000}, + {1979, -13, -208, 0x17b8} + } +}; + +StandTile tile_1476 = { + 0x002d00, 0x07, + 0x0, + 0xf, 0xf, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2070, -13, -117, 0x17a0}, + {2083, -13, -260, 0x0000}, + {1979, -13, -260, 0x17bc} + } +}; + +StandTile tile_1477 = { + 0x002c00, 0x07, + 0x0, + 0xf, 0xf, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2201, -13, -74, 0x17cc}, + {2187, -13, 0, 0x1738}, + {2331, -13, -30, 0x17d0} + } +}; + +StandTile tile_1478 = { + 0x002b02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2187, -13, 0, 0x17cc}, + {2201, -13, -117, 0x17ec}, + {2187, -13, -260, 0x171f} + } +}; + +StandTile tile_1479 = { + 0x002b01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2187, -13, 0, 0x17c4}, + {2201, -13, -74, 0x0000}, + {2201, -13, -117, 0x17c8} + } +}; + +StandTile tile_1480 = { + 0x002a00, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2201, -13, -74, 0x17c4}, + {2331, -13, -30, 0x17d8}, + {2244, -13, -74, 0x0000} + } +}; + +StandTile tile_1481 = { + 0x002902, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2244, -13, -74, 0x17d8}, + {2331, -13, -161, 0x17dc}, + {2244, -13, -117, 0x0000} + } +}; + +StandTile tile_1482 = { + 0x002901, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2244, -13, -74, 0x17d0}, + {2331, -13, -30, 0x1866}, + {2331, -13, -161, 0x17d4} + } +}; + +StandTile tile_1483 = { + 0x002800, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2244, -13, -117, 0x17d4}, + {2331, -13, -161, 0x17e0}, + {2201, -13, -117, 0x0000} + } +}; + +StandTile tile_1484 = { + 0x002700, 0x07, + 0x0, + 0xe, 0xe, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2331, -13, -161, 0x1866}, + {2331, -13, -208, 0x17e4}, + {2201, -13, -117, 0x17dc} + } +}; + +StandTile tile_1485 = { + 0x002600, 0x07, + 0x0, + 0xe, 0xe, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2292, -13, -208, 0x17e8}, + {2201, -13, -117, 0x17e0}, + {2331, -13, -208, 0x0000} + } +}; + +StandTile tile_1486 = { + 0x002500, 0x07, + 0x0, + 0xe, 0xf, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2292, -13, -208, 0x0000}, + {2292, -13, -260, 0x17ec}, + {2201, -13, -117, 0x17e4} + } +}; + +StandTile tile_1487 = { + 0x002400, 0x07, + 0x0, + 0xf, 0xf, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2292, -13, -260, 0x0000}, + {2187, -13, -260, 0x17c8}, + {2201, -13, -117, 0x17e8} + } +}; + +StandTile tile_1488 = { + 0x005502, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1914, -13, -52, 0x17f4}, + {1927, -13, 52, 0x1806}, + {1927, -13, -52, 0x1812} + } +}; + +StandTile tile_1489 = { + 0x005501, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x3, 0x4, + { + {1914, -13, -52, 0x0000}, + {1914, -13, -26, 0x190c}, + {1914, -13, 26, 0x0000}, + {1914, -13, 52, 0x0000}, + {1927, -13, 52, 0x17f0} + } +}; + +StandTile tile_1490 = { + 0x005400, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1940, -13, -208, 0x0000}, + {1927, -13, -208, 0x0000}, + {1927, -13, -52, 0x1806} + } +}; + +StandTile tile_1491 = { + 0x005302, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 7, + 0x0, 0x1, 0x2, + { + {1940, -13, -208, 0x1806}, + {1927, -13, 52, 0x180a}, + {1940, -13, 208, 0x1788}, + {1940, -13, 161, 0x1780}, + {1940, -13, 30, 0x1768}, + {1940, -13, -30, 0x17ac}, + {1940, -13, -161, 0x17b4} + } +}; + +StandTile tile_1492 = { + 0x005301, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1940, -13, -208, 0x17fa}, + {1927, -13, -52, 0x17f0}, + {1927, -13, 52, 0x17fe} + } +}; + +StandTile tile_1493 = { + 0x005200, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1927, -13, 52, 0x0000}, + {1927, -13, 208, 0x0000}, + {1940, -13, 208, 0x17fe} + } +}; + +StandTile tile_1494 = { + 0x032302, 0x06, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1914, -13, -52, 0x1812}, + {1927, 39, -52, 0x181a}, + {1914, 39, -52, 0x0000} + } +}; + +StandTile tile_1495 = { + 0x032301, 0x06, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1914, -13, -52, 0x17f0}, + {1927, -13, -52, 0x0000}, + {1927, 39, -52, 0x180e} + } +}; + +StandTile tile_1496 = { + 0x031f02, 0x06, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1914, 39, -52, 0x181a}, + {1927, 91, -52, 0x1822}, + {1914, 91, -52, 0x1832} + } +}; + +StandTile tile_1497 = { + 0x031f01, 0x06, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1914, 39, -52, 0x180e}, + {1927, 39, -52, 0x0000}, + {1927, 91, -52, 0x1816} + } +}; + +StandTile tile_1498 = { + 0x032202, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1914, 91, -52, 0x1822}, + {1927, 143, -52, 0x0000}, + {1914, 143, -52, 0x1836} + } +}; + +StandTile tile_1499 = { + 0x032201, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1914, 91, -52, 0x1816}, + {1927, 91, -52, 0x0000}, + {1927, 143, -52, 0x181e} + } +}; + +StandTile tile_1500 = { + 0x039c02, 0x06, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1914, 39, 52, 0x182a}, + {1914, 91, 26, 0x183e}, + {1914, 91, 52, 0x0000} + } +}; + +StandTile tile_1501 = { + 0x039c01, 0x06, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1914, 39, 52, 0x0000}, + {1914, 39, 26, 0x0000}, + {1914, 91, 26, 0x1826} + } +}; + +StandTile tile_1502 = { + 0x039b02, 0x06, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1914, 39, -26, 0x1832}, + {1914, 91, -52, 0x183a}, + {1914, 91, -26, 0x0000} + } +}; + +StandTile tile_1503 = { + 0x039b01, 0x06, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1914, 39, -26, 0x0000}, + {1914, 39, -52, 0x1816}, + {1914, 91, -52, 0x182e} + } +}; + +StandTile tile_1504 = { + 0x039a02, 0x06, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1914, 143, -26, 0x183a}, + {1914, 91, -52, 0x181e}, + {1914, 143, -52, 0x0000} + } +}; + +StandTile tile_1505 = { + 0x039a01, 0x06, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1914, 143, -26, 0x0000}, + {1914, 91, -26, 0x182e}, + {1914, 91, -52, 0x1836} + } +}; + +StandTile tile_1506 = { + 0x039902, 0x06, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1914, 143, 26, 0x1842}, + {1914, 91, 52, 0x1826}, + {1914, 91, 26, 0x0000} + } +}; + +StandTile tile_1507 = { + 0x039901, 0x06, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1914, 143, 26, 0x0000}, + {1914, 143, 52, 0x0000}, + {1914, 91, 52, 0x183e} + } +}; + +StandTile tile_1508 = { + 0x032602, 0x05, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2244, 91, 74, 0x184a}, + {2244, 74, 117, 0x1730}, + {2244, 74, 74, 0x0000} + } +}; + +StandTile tile_1509 = { + 0x032601, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2244, 91, 74, 0x0000}, + {2244, 91, 117, 0x0000}, + {2244, 74, 117, 0x1846} + } +}; + +StandTile tile_1510 = { + 0x036d02, 0x05, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2244, 74, -117, 0x1852}, + {2244, 91, -74, 0x0000}, + {2244, 74, -74, 0x16be} + } +}; + +StandTile tile_1511 = { + 0x036d01, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2244, 74, -117, 0x0000}, + {2244, 91, -117, 0x0000}, + {2244, 91, -74, 0x184e} + } +}; + +StandTile tile_1512 = { + 0x004d02, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2357, -13, 52, 0x185a}, + {2344, -13, -52, 0x186e}, + {2344, -13, 52, 0x0000} + } +}; + +StandTile tile_1513 = { + 0x004d01, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 7, + 0x0, 0x5, 0x6, + { + {2357, -13, 52, 0x18af}, + {2357, -13, 39, 0x0000}, + {2357, -13, 27, 0x18f8}, + {2357, -13, -27, 0x0000}, + {2357, -13, -39, 0x18cf}, + {2357, -13, -52, 0x0000}, + {2344, -13, -52, 0x1856} + } +}; + +StandTile tile_1514 = { + 0x004c00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2331, -13, 208, 0x0000}, + {2344, -13, 208, 0x0000}, + {2344, -13, 52, 0x186e} + } +}; + +StandTile tile_1515 = { + 0x004b02, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 7, + 0x0, 0x1, 0x2, + { + {2331, -13, 208, 0x186e}, + {2344, -13, -52, 0x1872}, + {2331, -13, -208, 0x17e0}, + {2331, -13, -161, 0x17d8}, + {2331, -13, -30, 0x1738}, + {2331, -13, 30, 0x1750}, + {2331, -13, 161, 0x1758} + } +}; + +StandTile tile_1516 = { + 0x004b01, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2331, -13, 208, 0x1862}, + {2344, -13, 52, 0x1856}, + {2344, -13, -52, 0x1866} + } +}; + +StandTile tile_1517 = { + 0x004a00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2344, -13, -52, 0x0000}, + {2344, -13, -208, 0x0000}, + {2331, -13, -208, 0x1866} + } +}; + +StandTile tile_1518 = { + 0x00ca02, 0x05, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2357, 78, 0, 0x187a}, + {2357, 91, 52, 0x0000}, + {2357, 91, 0, 0x18d7} + } +}; + +StandTile tile_1519 = { + 0x00ca01, 0x05, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2357, 78, 0, 0x187e}, + {2357, 78, 52, 0x0000}, + {2357, 91, 52, 0x1876} + } +}; + +StandTile tile_1520 = { + 0x00c902, 0x05, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2357, 65, 0, 0x1882}, + {2357, 78, 52, 0x187a}, + {2357, 78, 0, 0x18df} + } +}; + +StandTile tile_1521 = { + 0x00c901, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {2357, 65, 0, 0x0000}, + {2357, 65, 13, 0x1887}, + {2357, 65, 52, 0x0000}, + {2357, 78, 52, 0x187e} + } +}; + +StandTile tile_1522 = { + 0x00c802, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 52, 17, 0x188b}, + {2357, 65, 52, 0x1882}, + {2357, 65, 13, 0x0000} + } +}; + +StandTile tile_1523 = { + 0x00c801, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 52, 17, 0x1893}, + {2357, 52, 52, 0x0000}, + {2357, 65, 52, 0x1887} + } +}; + +StandTile tile_1524 = { + 0x00c702, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 39, 52, 0x1893}, + {2357, 52, 17, 0x0000}, + {2357, 39, 22, 0x1897} + } +}; + +StandTile tile_1525 = { + 0x00c701, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 39, 52, 0x0000}, + {2357, 52, 52, 0x188b}, + {2357, 52, 17, 0x188f} + } +}; + +StandTile tile_1526 = { + 0x00dd02, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 26, 26, 0x189b}, + {2357, 39, 52, 0x188f}, + {2357, 39, 22, 0x0000} + } +}; + +StandTile tile_1527 = { + 0x00dd01, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 26, 26, 0x189f}, + {2357, 26, 52, 0x0000}, + {2357, 39, 52, 0x1897} + } +}; + +StandTile tile_1528 = { + 0x00dc02, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 13, 30, 0x18a3}, + {2357, 26, 52, 0x189b}, + {2357, 26, 26, 0x0000} + } +}; + +StandTile tile_1529 = { + 0x00dc01, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 13, 30, 0x18a7}, + {2357, 13, 52, 0x0000}, + {2357, 26, 52, 0x189f} + } +}; + +StandTile tile_1530 = { + 0x00db02, 0x05, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 0, 35, 0x18ab}, + {2357, 13, 52, 0x18a3}, + {2357, 13, 30, 0x0000} + } +}; + +StandTile tile_1531 = { + 0x00db01, 0x05, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 0, 35, 0x18b3}, + {2357, 0, 52, 0x0000}, + {2357, 13, 52, 0x18a7} + } +}; + +StandTile tile_1532 = { + 0x00da02, 0x05, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, -13, 52, 0x18b3}, + {2357, 0, 35, 0x0000}, + {2357, -13, 39, 0x185a} + } +}; + +StandTile tile_1533 = { + 0x00da01, 0x05, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, -13, 52, 0x0000}, + {2357, 0, 52, 0x18ab}, + {2357, 0, 35, 0x18af} + } +}; + +StandTile tile_1534 = { + 0x008d02, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 39, -22, 0x18bb}, + {2357, 26, -52, 0x18c3}, + {2357, 26, -26, 0x0000} + } +}; + +StandTile tile_1535 = { + 0x008d01, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 39, -22, 0x18f0}, + {2357, 39, -52, 0x0000}, + {2357, 26, -52, 0x18b7} + } +}; + +StandTile tile_1536 = { + 0x008c02, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 26, -26, 0x18c3}, + {2357, 13, -52, 0x18cb}, + {2357, 13, -30, 0x0000} + } +}; + +StandTile tile_1537 = { + 0x008c01, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 26, -26, 0x18b7}, + {2357, 26, -52, 0x0000}, + {2357, 13, -52, 0x18bf} + } +}; + +StandTile tile_1538 = { + 0x008b02, 0x05, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 13, -30, 0x18cb}, + {2357, 0, -52, 0x18d3}, + {2357, 0, -35, 0x0000} + } +}; + +StandTile tile_1539 = { + 0x008b01, 0x05, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 13, -30, 0x18bf}, + {2357, 13, -52, 0x0000}, + {2357, 0, -52, 0x18c7} + } +}; + +StandTile tile_1540 = { + 0x008a02, 0x05, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, -13, -39, 0x18d3}, + {2357, 0, -52, 0x0000}, + {2357, -13, -52, 0x185a} + } +}; + +StandTile tile_1541 = { + 0x008a01, 0x05, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, -13, -39, 0x0000}, + {2357, 0, -35, 0x18c7}, + {2357, 0, -52, 0x18cf} + } +}; + +StandTile tile_1542 = { + 0x007a02, 0x05, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2357, 91, 0, 0x18db}, + {2357, 78, -52, 0x18e4}, + {2357, 78, 0, 0x1876} + } +}; + +StandTile tile_1543 = { + 0x007a01, 0x05, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2357, 91, 0, 0x0000}, + {2357, 91, -52, 0x0000}, + {2357, 78, -52, 0x18d7} + } +}; + +StandTile tile_1544 = { + 0x007902, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {2357, 78, 0, 0x18e4}, + {2357, 65, -52, 0x18ec}, + {2357, 65, -13, 0x0000}, + {2357, 65, 0, 0x187e} + } +}; + +StandTile tile_1545 = { + 0x007901, 0x05, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2357, 78, 0, 0x18d7}, + {2357, 78, -52, 0x0000}, + {2357, 65, -52, 0x18df} + } +}; + +StandTile tile_1546 = { + 0x007802, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 65, -13, 0x18ec}, + {2357, 52, -52, 0x18f4}, + {2357, 52, -17, 0x0000} + } +}; + +StandTile tile_1547 = { + 0x007801, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 65, -13, 0x18df}, + {2357, 65, -52, 0x0000}, + {2357, 52, -52, 0x18e8} + } +}; + +StandTile tile_1548 = { + 0x007702, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 39, -22, 0x18f4}, + {2357, 52, -52, 0x0000}, + {2357, 39, -52, 0x18bb} + } +}; + +StandTile tile_1549 = { + 0x007701, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2357, 39, -22, 0x0000}, + {2357, 52, -17, 0x18e8}, + {2357, 52, -52, 0x18f0} + } +}; + +StandTile tile_1550 = { + 0x038b02, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2435, -13, 27, 0x18fc}, + {2357, -13, -27, 0x185a}, + {2357, -13, 27, 0x0000} + } +}; + +StandTile tile_1551 = { + 0x038b01, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2435, -13, 27, 0x0000}, + {2435, -13, -27, 0x0000}, + {2357, -13, -27, 0x18f8} + } +}; + +StandTile tile_1552 = { + 0x005602, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1853, -13, 13, 0x1904}, + {1602, -13, 26, 0x0000}, + {1914, -13, 26, 0x1908} + } +}; + +StandTile tile_1553 = { + 0x005601, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1853, -13, 13, 0x1910}, + {1602, -13, 13, 0x15e6}, + {1602, -13, 26, 0x1900} + } +}; + +StandTile tile_1554 = { + 0x005702, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1914, -13, 26, 0x190c}, + {1853, -13, -13, 0x1910}, + {1853, -13, 13, 0x1900} + } +}; + +StandTile tile_1555 = { + 0x005701, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1914, -13, 26, 0x17f4}, + {1914, -13, -26, 0x1918}, + {1853, -13, -13, 0x1908} + } +}; + +StandTile tile_1556 = { + 0x005802, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1853, -13, -13, 0x1914}, + {1602, -13, 13, 0x1904}, + {1853, -13, 13, 0x1908} + } +}; + +StandTile tile_1557 = { + 0x005801, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1853, -13, -13, 0x1918}, + {1602, -13, -13, 0x15e6}, + {1602, -13, 13, 0x1910} + } +}; + +StandTile tile_1558 = { + 0x005902, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1914, -13, -26, 0x191c}, + {1602, -13, -13, 0x1914}, + {1853, -13, -13, 0x190c} + } +}; + +StandTile tile_1559 = { + 0x005901, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1914, -13, -26, 0x0000}, + {1602, -13, -26, 0x15e6}, + {1602, -13, -13, 0x1918} + } +}; + +StandTile tile_1560 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_cat_all_p_stanZ.c b/assets/obseg/stan/Tbg_cat_all_p_stanZ.c new file mode 100644 index 0000000..72785b9 --- /dev/null +++ b/assets/obseg/stan/Tbg_cat_all_p_stanZ.c @@ -0,0 +1,6948 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:18 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +BetaStandTile tile_0; + +StandFileHeader Tbg_cat_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +BetaStandTile tile_0 = { + "p502a2", + 0x0, + 0xf, 0xf, 0xf, + 0x002e, + 3, + 0x00, 0x01, 0x02, + { + {192, 0, 2308, 0x00000048}, + {-769, 0, 2500, 0x00000000}, + {192, 0, 2500, 0x000012e0} + } +}; + +BetaStandTile tile_1 = { + "p502a1", + 0x0, + 0xf, 0xf, 0xf, + 0x002e, + 7, + 0x00, 0x05, 0x06, + { + {192, 0, 2308, 0x00000000}, + {0, 0, 2308, 0x000003dc}, + {-231, 0, 2308, 0x00000000}, + {-346, 0, 2308, 0x00000454}, + {-577, 0, 2308, 0x00000000}, + {-769, 0, 2308, 0x0000132c}, + {-769, 0, 2500, 0x0000000c} + } +}; + +BetaStandTile tile_2 = { + "p486a2", + 0x0, + 0xf, 0xf, 0xf, + 0x002d, + 3, + 0x00, 0x01, 0x02, + { + {-2308, 0, 769, 0x00000100}, + {-2500, 0, -192, 0x00000000}, + {-2500, 0, 769, 0x000007e8} + } +}; + +BetaStandTile tile_3 = { + "p486a1", + 0x0, + 0xf, 0xf, 0xf, + 0x002d, + 7, + 0x00, 0x05, 0x06, + { + {-2308, 0, 769, 0x00000000}, + {-2308, 0, 577, 0x000004cc}, + {-2308, 0, 346, 0x00000000}, + {-2308, 0, 231, 0x00000544}, + {-2308, 0, 0, 0x00000000}, + {-2308, 0, -192, 0x00000834}, + {-2500, 0, -192, 0x000000c4} + } +}; + +BetaStandTile tile_4 = { + "p470a2", + 0x0, + 0xf, 0xf, 0xf, + 0x002c, + 3, + 0x00, 0x01, 0x02, + { + {-769, 0, -1731, 0x000001b8}, + {192, 0, -1923, 0x00000000}, + {-769, 0, -1923, 0x00000b90} + } +}; + +BetaStandTile tile_5 = { + "p470a1", + 0x0, + 0xf, 0xf, 0xf, + 0x002c, + 7, + 0x00, 0x05, 0x06, + { + {-769, 0, -1731, 0x00000000}, + {-577, 0, -1731, 0x000005bc}, + {-346, 0, -1731, 0x00000000}, + {-231, 0, -1731, 0x00000634}, + {0, 0, -1731, 0x00000000}, + {192, 0, -1731, 0x00000bdc}, + {192, 0, -1923, 0x0000017c} + } +}; + +BetaStandTile tile_6 = { + "p323a2", + 0x0, + 0xf, 0xf, 0xf, + 0x002b, + 3, + 0x00, 0x01, 0x02, + { + {1731, 0, -192, 0x00000270}, + {1923, 0, 769, 0x00000000}, + {1923, 0, -192, 0x00000f38} + } +}; + +BetaStandTile tile_7 = { + "p323a1", + 0x0, + 0xf, 0xf, 0xf, + 0x002b, + 7, + 0x00, 0x05, 0x06, + { + {1731, 0, -192, 0x00000000}, + {1731, 0, 0, 0x000002ec}, + {1731, 0, 231, 0x00000000}, + {1731, 0, 346, 0x00000364}, + {1731, 0, 577, 0x00000000}, + {1731, 0, 769, 0x00000f84}, + {1923, 0, 769, 0x00000234} + } +}; + +BetaStandTile tile_8 = { + "p457a2", + 0x0, + 0xf, 0xf, 0xf, + 0x002a, + 3, + 0x00, 0x01, 0x02, + { + {1577, 0, 0, 0x00000328}, + {1731, 0, 231, 0x00000270}, + {1731, 0, 0, 0x00000000} + } +}; + +BetaStandTile tile_9 = { + "p457a1", + 0x0, + 0xf, 0xf, 0xf, + 0x002a, + 3, + 0x00, 0x01, 0x02, + { + {1577, 0, 0, 0x00000000}, + {1577, 0, 231, 0x00000000}, + {1731, 0, 231, 0x000002ec} + } +}; + +BetaStandTile tile_10 = { + "p456a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0029, + 3, + 0x00, 0x01, 0x02, + { + {1577, 0, 346, 0x000003a0}, + {1731, 0, 577, 0x00000270}, + {1731, 0, 346, 0x00000000} + } +}; + +BetaStandTile tile_11 = { + "p456a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0029, + 3, + 0x00, 0x01, 0x02, + { + {1577, 0, 346, 0x00000000}, + {1577, 0, 577, 0x00000000}, + {1731, 0, 577, 0x00000364} + } +}; + +BetaStandTile tile_12 = { + "p506a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0028, + 3, + 0x00, 0x01, 0x02, + { + {0, 0, 2154, 0x00000418}, + {-231, 0, 2308, 0x00000048}, + {0, 0, 2308, 0x00000000} + } +}; + +BetaStandTile tile_13 = { + "p506a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0028, + 3, + 0x00, 0x01, 0x02, + { + {0, 0, 2154, 0x00000000}, + {-231, 0, 2154, 0x00000000}, + {-231, 0, 2308, 0x000003dc} + } +}; + +BetaStandTile tile_14 = { + "p505a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0027, + 3, + 0x00, 0x01, 0x02, + { + {-346, 0, 2154, 0x00000490}, + {-577, 0, 2308, 0x00000048}, + {-346, 0, 2308, 0x00000000} + } +}; + +BetaStandTile tile_15 = { + "p505a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0027, + 3, + 0x00, 0x01, 0x02, + { + {-346, 0, 2154, 0x00000000}, + {-577, 0, 2154, 0x00000000}, + {-577, 0, 2308, 0x00000454} + } +}; + +BetaStandTile tile_16 = { + "p490a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0026, + 3, + 0x00, 0x01, 0x02, + { + {-2154, 0, 577, 0x00000508}, + {-2308, 0, 346, 0x00000100}, + {-2308, 0, 577, 0x00000000} + } +}; + +BetaStandTile tile_17 = { + "p490a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0026, + 3, + 0x00, 0x01, 0x02, + { + {-2154, 0, 577, 0x00000000}, + {-2154, 0, 346, 0x00000000}, + {-2308, 0, 346, 0x000004cc} + } +}; + +BetaStandTile tile_18 = { + "p489a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0025, + 3, + 0x00, 0x01, 0x02, + { + {-2154, 0, 231, 0x00000580}, + {-2308, 0, 0, 0x00000100}, + {-2308, 0, 231, 0x00000000} + } +}; + +BetaStandTile tile_19 = { + "p489a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0025, + 3, + 0x00, 0x01, 0x02, + { + {-2154, 0, 231, 0x00000000}, + {-2154, 0, 0, 0x00000000}, + {-2308, 0, 0, 0x00000544} + } +}; + +BetaStandTile tile_20 = { + "p474a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0024, + 3, + 0x00, 0x01, 0x02, + { + {-577, 0, -1577, 0x000005f8}, + {-346, 0, -1731, 0x000001b8}, + {-577, 0, -1731, 0x00000000} + } +}; + +BetaStandTile tile_21 = { + "p474a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0024, + 3, + 0x00, 0x01, 0x02, + { + {-577, 0, -1577, 0x00000000}, + {-346, 0, -1577, 0x00000000}, + {-346, 0, -1731, 0x000005bc} + } +}; + +BetaStandTile tile_22 = { + "p473a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0023, + 3, + 0x00, 0x01, 0x02, + { + {-231, 0, -1577, 0x00000670}, + {0, 0, -1731, 0x000001b8}, + {-231, 0, -1731, 0x00000000} + } +}; + +BetaStandTile tile_23 = { + "p473a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0023, + 3, + 0x00, 0x01, 0x02, + { + {-231, 0, -1577, 0x00000000}, + {0, 0, -1577, 0x00000000}, + {0, 0, -1731, 0x00000634} + } +}; + +BetaStandTile tile_24 = { + "p397a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0022, + 3, + 0x00, 0x01, 0x02, + { + {-769, 346, 192, 0x000006e8}, + {-1731, 0, 385, 0x00000000}, + {-769, 346, 385, 0x000029bc} + } +}; + +BetaStandTile tile_25 = { + "p397a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0022, + 3, + 0x00, 0x01, 0x02, + { + {-769, 346, 192, 0x00000000}, + {-1731, 0, 192, 0x00000760}, + {-1731, 0, 385, 0x000006ac} + } +}; + +BetaStandTile tile_26 = { + "p398a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0021, + 3, + 0x00, 0x01, 0x02, + { + {-1731, 0, 385, 0x00000760}, + {-2115, 0, 0, 0x00000000}, + {-2115, 0, 385, 0x00000000} + } +}; + +BetaStandTile tile_27 = { + "p398a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0021, + 4, + 0x00, 0x02, 0x03, + { + {-1731, 0, 385, 0x000006e8}, + {-1731, 0, 192, 0x00000000}, + {-1731, 0, 0, 0x00002d48}, + {-2115, 0, 0, 0x00000724} + } +}; + +BetaStandTile tile_28 = { + "p75a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0020, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 769, 0x000007e8}, + {-2500, 0, 1154, 0x00000000}, + {-2115, 0, 1154, 0x000058a4} + } +}; + +BetaStandTile tile_29 = { + "p75a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0020, + 4, + 0x00, 0x02, 0x03, + { + {-2115, 0, 769, 0x00000000}, + {-2308, 0, 769, 0x000000c4}, + {-2500, 0, 769, 0x00000000}, + {-2500, 0, 1154, 0x000007ac} + } +}; + +BetaStandTile tile_30 = { + "p417a2", + 0x0, + 0xf, 0xf, 0xf, + 0x001f, + 4, + 0x00, 0x01, 0x02, + { + {-2115, 0, -192, 0x00000880}, + {-2500, 0, -577, 0x00000000}, + {-2500, 0, -192, 0x00000100}, + {-2308, 0, -192, 0x00000000} + } +}; + +BetaStandTile tile_31 = { + "p417a1", + 0x0, + 0xf, 0xf, 0xf, + 0x001f, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, -192, 0x00002ec0}, + {-2115, 0, -577, 0x00000000}, + {-2500, 0, -577, 0x00000834} + } +}; + +BetaStandTile tile_32 = { + "p441a2", + 0x0, + 0xf, 0xf, 0xf, + 0x001e, + 3, + 0x00, 0x01, 0x02, + { + {-1538, -308, -192, 0x000008f8}, + {-2500, -308, -577, 0x00000000}, + {-2500, -308, -192, 0x00000000} + } +}; + +BetaStandTile tile_33 = { + "p441a1", + 0x0, + 0xf, 0xf, 0xf, + 0x001e, + 4, + 0x00, 0x01, 0x03, + { + {-1538, -308, -192, 0x00001d18}, + {-1538, -308, -577, 0x00000000}, + {-2308, -308, -577, 0x00000980}, + {-2500, -308, -577, 0x000008bc} + } +}; + +BetaStandTile tile_34 = { + "p433a2", + 0x0, + 0xf, 0xf, 0xf, + 0x001d, + 3, + 0x00, 0x01, 0x02, + { + {-2500, 0, -1538, 0x00000980}, + {-2308, -308, -577, 0x00000000}, + {-2308, 0, -1538, 0x000009bc} + } +}; + +BetaStandTile tile_35 = { + "p433a1", + 0x0, + 0xf, 0xf, 0xf, + 0x001d, + 3, + 0x00, 0x01, 0x02, + { + {-2500, 0, -1538, 0x00000000}, + {-2500, -308, -577, 0x000008f8}, + {-2308, -308, -577, 0x00000944} + } +}; + +BetaStandTile tile_36 = { + "p428a2", + 0x0, + 0xf, 0xf, 0xf, + 0x001c, + 5, + 0x00, 0x01, 0x02, + { + {-1731, 0, -1538, 0x00000a18}, + {-2500, 0, -1923, 0x00000000}, + {-2500, 0, -1538, 0x00000944}, + {-2308, 0, -1538, 0x00000000}, + {-2115, 0, -1538, 0x00003048} + } +}; + +BetaStandTile tile_37 = { + "p428a1", + 0x0, + 0xf, 0xf, 0xf, + 0x001c, + 3, + 0x00, 0x01, 0x02, + { + {-1731, 0, -1538, 0x00000000}, + {-1731, 0, -1923, 0x00000000}, + {-2500, 0, -1923, 0x000009bc} + } +}; + +BetaStandTile tile_38 = { + "p393a2", + 0x0, + 0xd, 0xd, 0xd, + 0x001b, + 3, + 0x00, 0x01, 0x02, + { + {-192, 346, -192, 0x00000a90}, + {-385, 0, -1154, 0x00000000}, + {-385, 346, -192, 0x00002944} + } +}; + +BetaStandTile tile_39 = { + "p393a1", + 0x0, + 0xa, 0xa, 0xa, + 0x001b, + 3, + 0x00, 0x01, 0x02, + { + {-192, 346, -192, 0x00000000}, + {-192, 0, -1154, 0x00000b08}, + {-385, 0, -1154, 0x00000a54} + } +}; + +BetaStandTile tile_40 = { + "p370a2", + 0x0, + 0xf, 0xf, 0xf, + 0x001a, + 3, + 0x00, 0x01, 0x02, + { + {-385, 0, -1154, 0x00000b08}, + {0, 0, -1538, 0x00000000}, + {-385, 0, -1538, 0x00000000} + } +}; + +BetaStandTile tile_41 = { + "p370a1", + 0x0, + 0xf, 0xf, 0xf, + 0x001a, + 4, + 0x00, 0x02, 0x03, + { + {-385, 0, -1154, 0x00000a90}, + {-192, 0, -1154, 0x00000000}, + {0, 0, -1154, 0x00003c38}, + {0, 0, -1538, 0x00000acc} + } +}; + +BetaStandTile tile_42 = { + "p423a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0019, + 3, + 0x00, 0x01, 0x02, + { + {-769, 0, -1538, 0x00000b90}, + {-1154, 0, -1923, 0x00000000}, + {-1154, 0, -1538, 0x00003048} + } +}; + +BetaStandTile tile_43 = { + "p423a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0019, + 4, + 0x00, 0x02, 0x03, + { + {-769, 0, -1538, 0x00000000}, + {-769, 0, -1731, 0x0000017c}, + {-769, 0, -1923, 0x00000000}, + {-1154, 0, -1923, 0x00000b54} + } +}; + +BetaStandTile tile_44 = { + "p365a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0018, + 4, + 0x00, 0x01, 0x02, + { + {192, 0, -1538, 0x00000c28}, + {577, 0, -1923, 0x00000000}, + {192, 0, -1923, 0x000001b8}, + {192, 0, -1731, 0x00000000} + } +}; + +BetaStandTile tile_45 = { + "p365a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0018, + 3, + 0x00, 0x01, 0x02, + { + {192, 0, -1538, 0x00003d0c}, + {577, 0, -1538, 0x00000000}, + {577, 0, -1923, 0x00000bdc} + } +}; + +BetaStandTile tile_46 = { + "p389a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0017, + 3, + 0x00, 0x01, 0x02, + { + {192, -308, -962, 0x00000ca0}, + {577, -308, -1923, 0x00000000}, + {192, -308, -1923, 0x00000000} + } +}; + +BetaStandTile tile_47 = { + "p389a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0017, + 4, + 0x00, 0x01, 0x03, + { + {192, -308, -962, 0x00002780}, + {577, -308, -962, 0x00000000}, + {577, -308, -1731, 0x00000d28}, + {577, -308, -1923, 0x00000c64} + } +}; + +BetaStandTile tile_48 = { + "p346a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0016, + 3, + 0x00, 0x01, 0x02, + { + {1538, 0, -1923, 0x00000d28}, + {577, -308, -1731, 0x00000000}, + {1538, 0, -1731, 0x00000d64} + } +}; + +BetaStandTile tile_49 = { + "p346a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0016, + 3, + 0x00, 0x01, 0x02, + { + {1538, 0, -1923, 0x00000000}, + {577, -308, -1923, 0x00000ca0}, + {577, -308, -1731, 0x00000cec} + } +}; + +BetaStandTile tile_50 = { + "p355a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0015, + 5, + 0x00, 0x01, 0x02, + { + {1538, 0, -1154, 0x00000dc0}, + {1923, 0, -1923, 0x00000000}, + {1538, 0, -1923, 0x00000cec}, + {1538, 0, -1731, 0x00000000}, + {1538, 0, -1538, 0x00003de0} + } +}; + +BetaStandTile tile_51 = { + "p355a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0015, + 3, + 0x00, 0x01, 0x02, + { + {1538, 0, -1154, 0x00000000}, + {1923, 0, -1154, 0x00000000}, + {1923, 0, -1923, 0x00000d64} + } +}; + +BetaStandTile tile_52 = { + "p345a2", + 0x0, + 0xd, 0xd, 0xd, + 0x0014, + 3, + 0x00, 0x01, 0x02, + { + {192, 346, 385, 0x00000e38}, + {1154, 0, 192, 0x00000000}, + {192, 346, 192, 0x000028cc} + } +}; + +BetaStandTile tile_53 = { + "p345a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0014, + 3, + 0x00, 0x01, 0x02, + { + {192, 346, 385, 0x00000000}, + {1154, 0, 385, 0x00000eb0}, + {1154, 0, 192, 0x00000dfc} + } +}; + +BetaStandTile tile_54 = { + "p337a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0013, + 3, + 0x00, 0x01, 0x02, + { + {1154, 0, 192, 0x00000eb0}, + {1538, 0, 577, 0x00000000}, + {1538, 0, 192, 0x00000000} + } +}; + +BetaStandTile tile_55 = { + "p337a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0013, + 4, + 0x00, 0x02, 0x03, + { + {1154, 0, 192, 0x00000e38}, + {1154, 0, 385, 0x00000000}, + {1154, 0, 577, 0x00004838}, + {1538, 0, 577, 0x00000e74} + } +}; + +BetaStandTile tile_56 = { + "p361a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0012, + 3, + 0x00, 0x01, 0x02, + { + {1538, 0, -192, 0x00000f38}, + {1923, 0, -577, 0x00000000}, + {1538, 0, -577, 0x00003de0} + } +}; + +BetaStandTile tile_57 = { + "p361a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0012, + 4, + 0x00, 0x02, 0x03, + { + {1538, 0, -192, 0x00000000}, + {1731, 0, -192, 0x00000234}, + {1923, 0, -192, 0x00000000}, + {1923, 0, -577, 0x00000efc} + } +}; + +BetaStandTile tile_58 = { + "p318a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0011, + 4, + 0x00, 0x01, 0x02, + { + {1538, 0, 769, 0x00000fd0}, + {1923, 0, 1154, 0x00000000}, + {1923, 0, 769, 0x00000270}, + {1731, 0, 769, 0x00000000} + } +}; + +BetaStandTile tile_59 = { + "p318a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0011, + 3, + 0x00, 0x01, 0x02, + { + {1538, 0, 769, 0x00004884}, + {1538, 0, 1154, 0x00000000}, + {1923, 0, 1154, 0x00000f84} + } +}; + +BetaStandTile tile_60 = { + "p302a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0010, + 3, + 0x00, 0x01, 0x02, + { + {962, -308, 769, 0x00001048}, + {1923, -308, 1154, 0x00000000}, + {1923, -308, 769, 0x00000000} + } +}; + +BetaStandTile tile_61 = { + "p302a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0010, + 4, + 0x00, 0x01, 0x03, + { + {962, -308, 769, 0x00001bc4}, + {962, -308, 1154, 0x00000000}, + {1731, -308, 1154, 0x000010d0}, + {1923, -308, 1154, 0x0000100c} + } +}; + +BetaStandTile tile_62 = { + "p303a2", + 0x0, + 0xa, 0xa, 0xa, + 0x000f, + 3, + 0x00, 0x01, 0x02, + { + {1923, 0, 2115, 0x000010d0}, + {1731, -308, 1154, 0x00000000}, + {1731, 0, 2115, 0x0000110c} + } +}; + +BetaStandTile tile_63 = { + "p303a1", + 0x0, + 0xb, 0xb, 0xb, + 0x000f, + 3, + 0x00, 0x01, 0x02, + { + {1923, 0, 2115, 0x00000000}, + {1923, -308, 1154, 0x00001048}, + {1731, -308, 1154, 0x00001094} + } +}; + +BetaStandTile tile_64 = { + "p308a2", + 0x0, + 0xf, 0xf, 0xf, + 0x000e, + 5, + 0x00, 0x01, 0x02, + { + {1154, 0, 2115, 0x00001168}, + {1923, 0, 2500, 0x00000000}, + {1923, 0, 2115, 0x00001094}, + {1731, 0, 2115, 0x00000000}, + {1538, 0, 2115, 0x00004790} + } +}; + +BetaStandTile tile_65 = { + "p308a1", + 0x0, + 0xf, 0xf, 0xf, + 0x000e, + 3, + 0x00, 0x01, 0x02, + { + {1154, 0, 2115, 0x00000000}, + {1154, 0, 2500, 0x00000000}, + {1923, 0, 2500, 0x0000110c} + } +}; + +BetaStandTile tile_66 = { + "p261a2", + 0x0, + 0xf, 0xf, 0xf, + 0x000d, + 3, + 0x00, 0x01, 0x02, + { + {-385, 346, 769, 0x000011e0}, + {-192, 0, 1731, 0x00000000}, + {-192, 346, 769, 0x00002b2c} + } +}; + +BetaStandTile tile_67 = { + "p261a1", + 0x0, + 0xf, 0xf, 0xf, + 0x000d, + 3, + 0x00, 0x01, 0x02, + { + {-385, 346, 769, 0x00000000}, + {-385, 0, 1731, 0x00001258}, + {-192, 0, 1731, 0x000011a4} + } +}; + +BetaStandTile tile_68 = { + "p85a2", + 0x0, + 0xf, 0xf, 0xf, + 0x000c, + 3, + 0x00, 0x01, 0x02, + { + {-192, 0, 1731, 0x00001258}, + {-577, 0, 2115, 0x00000000}, + {-192, 0, 2115, 0x00000000} + } +}; + +BetaStandTile tile_69 = { + "p85a1", + 0x0, + 0xf, 0xf, 0xf, + 0x000c, + 4, + 0x00, 0x02, 0x03, + { + {-192, 0, 1731, 0x000011e0}, + {-385, 0, 1731, 0x00000000}, + {-577, 0, 1731, 0x0000554c}, + {-577, 0, 2115, 0x0000121c} + } +}; + +BetaStandTile tile_70 = { + "p314a2", + 0x0, + 0xf, 0xf, 0xf, + 0x000b, + 3, + 0x00, 0x01, 0x02, + { + {192, 0, 2115, 0x000012e0}, + {577, 0, 2500, 0x00000000}, + {577, 0, 2115, 0x00004790} + } +}; + +BetaStandTile tile_71 = { + "p314a1", + 0x0, + 0xf, 0xf, 0xf, + 0x000b, + 4, + 0x00, 0x02, 0x03, + { + {192, 0, 2115, 0x00000000}, + {192, 0, 2308, 0x0000000c}, + {192, 0, 2500, 0x00000000}, + {577, 0, 2500, 0x000012a4} + } +}; + +BetaStandTile tile_72 = { + "p76a2", + 0x0, + 0xf, 0xf, 0xf, + 0x000a, + 4, + 0x00, 0x01, 0x02, + { + {-769, 0, 2115, 0x00001378}, + {-1154, 0, 2500, 0x00000000}, + {-769, 0, 2500, 0x00000048}, + {-769, 0, 2308, 0x00000000} + } +}; + +BetaStandTile tile_73 = { + "p76a1", + 0x0, + 0xf, 0xf, 0xf, + 0x000a, + 3, + 0x00, 0x01, 0x02, + { + {-769, 0, 2115, 0x00005588}, + {-1154, 0, 2115, 0x00000000}, + {-1154, 0, 2500, 0x0000132c} + } +}; + +BetaStandTile tile_74 = { + "p94a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0009, + 3, + 0x00, 0x01, 0x02, + { + {-769, -308, 1538, 0x000013f0}, + {-1154, -308, 2500, 0x00000000}, + {-769, -308, 2500, 0x00000000} + } +}; + +BetaStandTile tile_75 = { + "p94a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0009, + 4, + 0x00, 0x01, 0x03, + { + {-769, -308, 1538, 0x000026d8}, + {-1154, -308, 1538, 0x00000000}, + {-1154, -308, 2308, 0x00001478}, + {-1154, -308, 2500, 0x000013b4} + } +}; + +BetaStandTile tile_76 = { + "p95a2", + 0x0, + 0xb, 0xb, 0xb, + 0x0008, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 2500, 0x00001478}, + {-1154, -308, 2308, 0x00000000}, + {-2115, 0, 2308, 0x000014b4} + } +}; + +BetaStandTile tile_77 = { + "p95a1", + 0x0, + 0xb, 0xb, 0xb, + 0x0008, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 2500, 0x00000000}, + {-1154, -308, 2500, 0x000013f0}, + {-1154, -308, 2308, 0x0000143c} + } +}; + +BetaStandTile tile_78 = { + "p93a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0007, + 5, + 0x00, 0x01, 0x02, + { + {-2115, 0, 1731, 0x00001510}, + {-2500, 0, 2500, 0x00000000}, + {-2115, 0, 2500, 0x0000143c}, + {-2115, 0, 2308, 0x00000000}, + {-2115, 0, 2115, 0x000057f0} + } +}; + +BetaStandTile tile_79 = { + "p93a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0007, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 1731, 0x00000000}, + {-2500, 0, 1731, 0x00000000}, + {-2500, 0, 2500, 0x000014b4} + } +}; + +BetaStandTile tile_80 = { + "p1119a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-163, -666, 761, 0x00001588}, + {-413, -666, 617, 0x00000000}, + {-413, -666, 761, 0x00001e28} + } +}; + +BetaStandTile tile_81 = { + "p1119a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-163, -666, 761, 0x00000000}, + {-163, -666, 617, 0x00002210}, + {-413, -666, 617, 0x0000154c} + } +}; + +BetaStandTile tile_82 = { + "p1118a", + 0x0, + 0xf, 0xf, 0xf, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-551, -666, 761, 0x00000000}, + {-551, -666, 617, 0x00002540}, + {-788, -666, 788, 0x00001e28} + } +}; + +BetaStandTile tile_83 = { + "p1117a", + 0x0, + 0xf, 0xf, 0xf, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-26, -666, 617, 0x00000000}, + {-26, -666, 761, 0x00001dec}, + {212, -666, 788, 0x0000257c} + } +}; + +BetaStandTile tile_84 = { + "p1116a", + 0x0, + 0xf, 0xf, 0xf, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-26, -666, 617, 0x000025b8}, + {-138, -666, 342, 0x00001ec0}, + {-138, -666, 617, 0x00000000} + } +}; + +BetaStandTile tile_85 = { + "p1115a", + 0x0, + 0xf, 0xf, 0xf, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-551, -666, 617, 0x00000000}, + {-438, -666, 617, 0x00002068}, + {-438, -666, 342, 0x00002504} + } +}; + +BetaStandTile tile_86 = { + "p1104a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 4, + 0x00, 0x01, 0x03, + { + {587, -487, -587, 0x00001700}, + {212, -487, -355, 0x00000000}, + {349, -487, -355, 0x0000173c}, + {587, -487, -355, 0x00001f74} + } +}; + +BetaStandTile tile_87 = { + "p1104a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {587, -487, -587, 0x0000246c}, + {212, -487, -587, 0x000025f4}, + {212, -487, -355, 0x000016b4} + } +}; + +BetaStandTile tile_88 = { + "p1103a2", + 0x0, + 0xb, 0xb, 0xb, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {349, -487, -355, 0x00001778}, + {587, -487, -212, 0x00001f74}, + {587, -487, -355, 0x000016b4} + } +}; + +BetaStandTile tile_89 = { + "p1103a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {349, -487, -355, 0x00000000}, + {349, -487, -212, 0x000018b4}, + {587, -487, -212, 0x0000173c} + } +}; + +BetaStandTile tile_90 = { + "p1106a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 4, + 0x00, 0x01, 0x03, + { + {-788, -487, -587, 0x00001800}, + {-1163, -487, -355, 0x0000183c}, + {-926, -487, -355, 0x00000000}, + {-788, -487, -355, 0x00002640} + } +}; + +BetaStandTile tile_91 = { + "p1106a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-788, -487, -587, 0x0000246c}, + {-1163, -487, -587, 0x0000211c}, + {-1163, -487, -355, 0x000017b4} + } +}; + +BetaStandTile tile_92 = { + "p1105a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-1163, -487, -355, 0x00001878}, + {-926, -487, -212, 0x00000000}, + {-926, -487, -355, 0x000017b4} + } +}; + +BetaStandTile tile_93 = { + "p1105a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-1163, -487, -355, 0x0000211c}, + {-1163, -487, -212, 0x0000193c}, + {-926, -487, -212, 0x0000183c} + } +}; + +BetaStandTile tile_94 = { + "p1099a2", + 0x0, + 0xb, 0xb, 0xb, + 0x0006, + 4, + 0x00, 0x01, 0x02, + { + {212, -487, -212, 0x00001900}, + {587, -487, 788, 0x00001f74}, + {587, -487, -212, 0x00001778}, + {349, -487, -212, 0x00000000} + } +}; + +BetaStandTile tile_95 = { + "p1099a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {212, -487, -212, 0x00001efc}, + {212, -487, 788, 0x000022e4}, + {587, -487, 788, 0x000018b4} + } +}; + +BetaStandTile tile_96 = { + "p1101a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 4, + 0x00, 0x01, 0x02, + { + {-1163, -487, -212, 0x00001988}, + {-788, -487, 788, 0x000020e0}, + {-788, -487, -212, 0x00000000}, + {-926, -487, -212, 0x00001878} + } +}; + +BetaStandTile tile_97 = { + "p1101a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-1163, -487, -212, 0x0000211c}, + {-1163, -487, 788, 0x000022e4}, + {-788, -487, 788, 0x0000193c} + } +}; + +BetaStandTile tile_98 = { + "p1096a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {724, -308, 1163, 0x00001a00}, + {962, -308, 1307, 0x00000000}, + {962, -308, 1163, 0x00001bc4} + } +}; + +BetaStandTile tile_99 = { + "p1096a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {724, -308, 1163, 0x00000000}, + {724, -308, 1307, 0x00001a3c}, + {962, -308, 1307, 0x000019c4} + } +}; + +BetaStandTile tile_100 = { + "p1095a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 4, + 0x00, 0x01, 0x02, + { + {587, -308, 1307, 0x00001a88}, + {962, -308, 1538, 0x00000000}, + {962, -308, 1307, 0x00001a00}, + {724, -308, 1307, 0x00000000} + } +}; + +BetaStandTile tile_101 = { + "p1095a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {587, -308, 1307, 0x0000268c}, + {587, -308, 1538, 0x00000000}, + {962, -308, 1538, 0x00001a3c} + } +}; + +BetaStandTile tile_102 = { + "p1098a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-1538, -308, 1163, 0x00001b00}, + {-1301, -308, 1307, 0x00000000}, + {-1301, -308, 1163, 0x00001c9c} + } +}; + +BetaStandTile tile_103 = { + "p1098a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-1538, -308, 1163, 0x00000000}, + {-1538, -308, 1307, 0x00001b3c}, + {-1301, -308, 1307, 0x00001ac4} + } +}; + +BetaStandTile tile_104 = { + "p1097a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 4, + 0x00, 0x01, 0x02, + { + {-1538, -308, 1307, 0x00001b88}, + {-1163, -308, 1538, 0x000026d8}, + {-1163, -308, 1307, 0x00000000}, + {-1301, -308, 1307, 0x00001b00} + } +}; + +BetaStandTile tile_105 = { + "p1097a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-1538, -308, 1307, 0x00000000}, + {-1538, -308, 1538, 0x00000000}, + {-1163, -308, 1538, 0x00001b3c} + } +}; + +BetaStandTile tile_106 = { + "p1092a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 6, + 0x00, 0x01, 0x03, + { + {962, -308, -962, 0x00001c30}, + {587, -308, 1163, 0x00000000}, + {724, -308, 1163, 0x000019c4}, + {962, -308, 1163, 0x00000000}, + {962, -308, 1154, 0x00001048}, + {962, -308, 769, 0x00000000} + } +}; + +BetaStandTile tile_107 = { + "p1092a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 6, + 0x00, 0x01, 0x05, + { + {962, -308, -962, 0x00000000}, + {587, -308, -962, 0x00002744}, + {587, -308, -587, 0x00001fd0}, + {587, -308, 201, 0x00002854}, + {587, -308, 376, 0x00001fd0}, + {587, -308, 1163, 0x00001bc4} + } +}; + +BetaStandTile tile_108 = { + "p1094a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 7, + 0x00, 0x01, 0x03, + { + {-1163, -308, -962, 0x00001d18}, + {-1538, -308, 1163, 0x00001ac4}, + {-1301, -308, 1163, 0x00000000}, + {-1163, -308, 1163, 0x00002178}, + {-1163, -308, 376, 0x00002890}, + {-1163, -308, 201, 0x00002178}, + {-1163, -308, -587, 0x00002780} + } +}; + +BetaStandTile tile_109 = { + "p1094a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 5, + 0x00, 0x01, 0x04, + { + {-1163, -308, -962, 0x00000000}, + {-1538, -308, -962, 0x00000000}, + {-1538, -308, -577, 0x000008f8}, + {-1538, -308, -192, 0x00000000}, + {-1538, -308, 1163, 0x00001c9c} + } +}; + +BetaStandTile tile_110 = { + "p887a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-788, -666, 194, 0x00001db0}, + {-138, -666, 342, 0x000025b8}, + {212, -666, 194, 0x000023f4} + } +}; + +BetaStandTile tile_111 = { + "p887a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-788, -666, 194, 0x00002504}, + {-438, -666, 342, 0x000023b8}, + {-138, -666, 342, 0x00001d74} + } +}; + +BetaStandTile tile_112 = { + "p885a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-26, -666, 761, 0x00001e28}, + {-788, -666, 788, 0x0000226c}, + {212, -666, 788, 0x00001600} + } +}; + +BetaStandTile tile_113 = { + "p885a1", + 0x0, + 0x8, 0x8, 0x8, + 0x0006, + 5, + 0x00, 0x03, 0x04, + { + {-26, -666, 761, 0x00000000}, + {-163, -666, 761, 0x0000154c}, + {-413, -666, 761, 0x00000000}, + {-551, -666, 761, 0x000015c4}, + {-788, -666, 788, 0x00001dec} + } +}; + +BetaStandTile tile_114 = { + "p879a2", + 0x0, + 0xd, 0xd, 0xd, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-163, -637, 617, 0x00001ec0}, + {-138, -666, 342, 0x0000237c}, + {-163, -637, 367, 0x000027dc} + } +}; + +BetaStandTile tile_115 = { + "p879a1", + 0x0, + 0xb, 0xb, 0xb, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-163, -637, 617, 0x00002210}, + {-138, -666, 617, 0x0000163c}, + {-138, -666, 342, 0x00001e84} + } +}; + +BetaStandTile tile_116 = { + "p878a2", + 0x0, + 0x3, 0x3, 0x3, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {212, -487, -212, 0x00001f38}, + {212, -666, 788, 0x000022a8}, + {212, -487, 788, 0x00001900} + } +}; + +BetaStandTile tile_117 = { + "p878a1", + 0x0, + 0x3, 0x3, 0x3, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {212, -487, -212, 0x000023f4}, + {212, -666, 194, 0x0000257c}, + {212, -666, 788, 0x00001efc} + } +}; + +BetaStandTile tile_118 = { + "p877a2", + 0x0, + 0x3, 0x3, 0x3, + 0x0006, + 5, + 0x00, 0x01, 0x02, + { + {587, -487, 788, 0x00001fd0}, + {587, -308, -587, 0x0000246c}, + {587, -487, -587, 0x000016b4}, + {587, -487, -355, 0x0000173c}, + {587, -487, -212, 0x000018b4} + } +}; + +BetaStandTile tile_119 = { + "p877a1", + 0x0, + 0x3, 0x3, 0x3, + 0x0006, + 5, + 0x00, 0x01, 0x04, + { + {587, -487, 788, 0x00002340}, + {587, -308, 1163, 0x00001c30}, + {587, -308, 376, 0x00002854}, + {587, -308, 201, 0x00001c30}, + {587, -308, -587, 0x00001f74} + } +}; + +BetaStandTile tile_120 = { + "p876a2", + 0x0, + 0x5, 0x5, 0x5, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-413, -637, 367, 0x00002068}, + {-438, -666, 617, 0x000021d4}, + {-413, -637, 617, 0x00002818} + } +}; + +BetaStandTile tile_121 = { + "p876a1", + 0x0, + 0x7, 0x7, 0x7, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-413, -637, 367, 0x000023b8}, + {-438, -666, 342, 0x00001678}, + {-438, -666, 617, 0x0000202c} + } +}; + +BetaStandTile tile_122 = { + "p875a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-788, -666, 194, 0x000020e0}, + {-788, -487, 788, 0x0000226c}, + {-788, -666, 788, 0x00002540} + } +}; + +BetaStandTile tile_123 = { + "p875a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-788, -666, 194, 0x00002430}, + {-788, -487, -212, 0x0000193c}, + {-788, -487, 788, 0x000020a4} + } +}; + +BetaStandTile tile_124 = { + "p874a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0006, + 5, + 0x00, 0x01, 0x02, + { + {-1163, -487, -587, 0x00002178}, + {-1163, -308, 1163, 0x000022e4}, + {-1163, -487, 788, 0x00001988}, + {-1163, -487, -212, 0x00001878}, + {-1163, -487, -355, 0x00001800} + } +}; + +BetaStandTile tile_125 = { + "p874a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0006, + 5, + 0x00, 0x01, 0x04, + { + {-1163, -487, -587, 0x000024c8}, + {-1163, -308, -587, 0x00001c9c}, + {-1163, -308, 201, 0x00002890}, + {-1163, -308, 376, 0x00001c9c}, + {-1163, -308, 1163, 0x0000211c} + } +}; + +BetaStandTile tile_126 = { + "p873a2", + 0x0, + 0x6, 0x6, 0x6, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-438, -666, 617, 0x00002210}, + {-163, -637, 617, 0x000027dc}, + {-413, -637, 617, 0x0000202c} + } +}; + +BetaStandTile tile_127 = { + "p873a1", + 0x0, + 0x9, 0x9, 0x9, + 0x0006, + 5, + 0x00, 0x03, 0x04, + { + {-438, -666, 617, 0x00000000}, + {-413, -666, 617, 0x00001588}, + {-163, -666, 617, 0x00000000}, + {-138, -666, 617, 0x00001ec0}, + {-163, -637, 617, 0x000021d4} + } +}; + +BetaStandTile tile_128 = { + "p872a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-788, -487, 788, 0x000022a8}, + {212, -666, 788, 0x00001dec}, + {-788, -666, 788, 0x000020a4} + } +}; + +BetaStandTile tile_129 = { + "p872a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-788, -487, 788, 0x000022e4}, + {212, -487, 788, 0x00001efc}, + {212, -666, 788, 0x0000226c} + } +}; + +BetaStandTile tile_130 = { + "p871a2", + 0x0, + 0xb, 0xb, 0xb, + 0x0006, + 5, + 0x00, 0x01, 0x04, + { + {-1163, -308, 1163, 0x00002340}, + {587, -487, 788, 0x00001900}, + {212, -487, 788, 0x000022a8}, + {-788, -487, 788, 0x00001988}, + {-1163, -487, 788, 0x0000211c} + } +}; + +BetaStandTile tile_131 = { + "p871a1", + 0x0, + 0xb, 0xb, 0xb, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-1163, -308, 1163, 0x0000268c}, + {587, -308, 1163, 0x00001fd0}, + {587, -487, 788, 0x000022e4} + } +}; + +BetaStandTile tile_132 = { + "p870a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-138, -666, 342, 0x000023b8}, + {-413, -637, 367, 0x00002818}, + {-163, -637, 367, 0x00001e84} + } +}; + +BetaStandTile tile_133 = { + "p870a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-138, -666, 342, 0x00001db0}, + {-438, -666, 342, 0x00002068}, + {-413, -637, 367, 0x0000237c} + } +}; + +BetaStandTile tile_134 = { + "p869a2", + 0x0, + 0x8, 0x8, 0x8, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {212, -487, -212, 0x00002430}, + {-788, -666, 194, 0x00001d74}, + {212, -666, 194, 0x00001f38} + } +}; + +BetaStandTile tile_135 = { + "p869a1", + 0x0, + 0x8, 0x8, 0x8, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {212, -487, -212, 0x000025f4}, + {-788, -487, -212, 0x000020e0}, + {-788, -666, 194, 0x000023f4} + } +}; + +BetaStandTile tile_136 = { + "p868a2", + 0x0, + 0x3, 0x3, 0x3, + 0x0006, + 5, + 0x00, 0x01, 0x04, + { + {587, -308, -587, 0x000024c8}, + {-1163, -487, -587, 0x00001800}, + {-788, -487, -587, 0x00002640}, + {212, -487, -587, 0x00001700}, + {587, -487, -587, 0x00001f74} + } +}; + +BetaStandTile tile_137 = { + "p868a1", + 0x0, + 0x3, 0x3, 0x3, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {587, -308, -587, 0x00002744}, + {-1163, -308, -587, 0x00002178}, + {-1163, -487, -587, 0x0000246c} + } +}; + +BetaStandTile tile_138 = { + "p881a2", + 0x0, + 0x7, 0x7, 0x7, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-788, -666, 194, 0x00002540}, + {-551, -666, 617, 0x00001678}, + {-438, -666, 342, 0x00001db0} + } +}; + +BetaStandTile tile_139 = { + "p881a1", + 0x0, + 0x8, 0x8, 0x8, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-788, -666, 194, 0x000020a4}, + {-788, -666, 788, 0x000015c4}, + {-551, -666, 617, 0x00002504} + } +}; + +BetaStandTile tile_140 = { + "p860a2", + 0x0, + 0x9, 0x9, 0x9, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {212, -666, 194, 0x000025b8}, + {-26, -666, 617, 0x00001600}, + {212, -666, 788, 0x00001f38} + } +}; + +BetaStandTile tile_141 = { + "p860a1", + 0x0, + 0xb, 0xb, 0xb, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {212, -666, 194, 0x00001d74}, + {-138, -666, 342, 0x0000163c}, + {-26, -666, 617, 0x0000257c} + } +}; + +BetaStandTile tile_142 = { + "p857a2", + 0x0, + 0x8, 0x8, 0x8, + 0x0006, + 4, + 0x00, 0x01, 0x02, + { + {212, -487, -587, 0x00002640}, + {-788, -487, -212, 0x00002430}, + {212, -487, -212, 0x00000000}, + {212, -487, -355, 0x00001700} + } +}; + +BetaStandTile tile_143 = { + "p857a1", + 0x0, + 0x9, 0x9, 0x9, + 0x0006, + 4, + 0x00, 0x01, 0x03, + { + {212, -487, -587, 0x0000246c}, + {-788, -487, -587, 0x000017b4}, + {-788, -487, -355, 0x00000000}, + {-788, -487, -212, 0x000025f4} + } +}; + +BetaStandTile tile_144 = { + "p850a2", + 0x0, + 0xb, 0xb, 0xb, + 0x0006, + 4, + 0x00, 0x01, 0x03, + { + {-1163, -308, 1163, 0x000026d8}, + {587, -308, 1538, 0x00001a88}, + {587, -308, 1307, 0x00000000}, + {587, -308, 1163, 0x00002340} + } +}; + +BetaStandTile tile_145 = { + "p850a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 6, + 0x00, 0x02, 0x05, + { + {-1163, -308, 1163, 0x00000000}, + {-1163, -308, 1307, 0x00001b3c}, + {-1163, -308, 1538, 0x00000000}, + {-1154, -308, 1538, 0x000013f0}, + {-769, -308, 1538, 0x00000000}, + {587, -308, 1538, 0x0000268c} + } +}; + +BetaStandTile tile_146 = { + "p849a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {587, -308, -962, 0x00002780}, + {-1163, -308, -587, 0x000024c8}, + {587, -308, -587, 0x00001c30} + } +}; + +BetaStandTile tile_147 = { + "p849a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 5, + 0x00, 0x03, 0x04, + { + {587, -308, -962, 0x00000000}, + {577, -308, -962, 0x00000ca0}, + {192, -308, -962, 0x00000000}, + {-1163, -308, -962, 0x00001c9c}, + {-1163, -308, -587, 0x00002744} + } +}; + +BetaStandTile tile_148 = { + "p843a2", + 0x0, + 0x9, 0x9, 0x9, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-163, -637, 367, 0x00002818}, + {-413, -637, 617, 0x000021d4}, + {-163, -637, 617, 0x00001e84} + } +}; + +BetaStandTile tile_149 = { + "p843a1", + 0x0, + 0x8, 0x8, 0x8, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {-163, -637, 367, 0x0000237c}, + {-413, -637, 367, 0x0000202c}, + {-413, -637, 617, 0x000027dc} + } +}; + +BetaStandTile tile_150 = { + "p888a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {587, -308, 201, 0x00002890}, + {-1163, -308, 376, 0x00000000}, + {587, -308, 376, 0x00001fd0} + } +}; + +BetaStandTile tile_151 = { + "p888a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0006, + 3, + 0x00, 0x01, 0x02, + { + {587, -308, 201, 0x00000000}, + {-1163, -308, 201, 0x00002178}, + {-1163, -308, 376, 0x00002854} + } +}; + +BetaStandTile tile_152 = { + "p1213a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0005, + 3, + 0x00, 0x01, 0x02, + { + {96, 346, 192, 0x00002908}, + {192, 346, 385, 0x00000dfc}, + {192, 346, 192, 0x00000000} + } +}; + +BetaStandTile tile_153 = { + "p1213a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0005, + 3, + 0x00, 0x01, 0x02, + { + {96, 346, 192, 0x00002a34}, + {96, 346, 385, 0x00000000}, + {192, 346, 385, 0x000028cc} + } +}; + +BetaStandTile tile_154 = { + "p1212a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0005, + 3, + 0x00, 0x01, 0x02, + { + {-385, 346, -96, 0x00002980}, + {-192, 346, -192, 0x00000a54}, + {-385, 346, -192, 0x00000000} + } +}; + +BetaStandTile tile_155 = { + "p1212a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0005, + 3, + 0x00, 0x01, 0x02, + { + {-385, 346, -96, 0x00002ab0}, + {-192, 346, -96, 0x00000000}, + {-192, 346, -192, 0x00002944} + } +}; + +BetaStandTile tile_156 = { + "p1211a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0005, + 3, + 0x00, 0x01, 0x02, + { + {-673, 346, 385, 0x000029f8}, + {-769, 346, 192, 0x000006ac}, + {-769, 346, 385, 0x00000000} + } +}; + +BetaStandTile tile_157 = { + "p1211a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0005, + 3, + 0x00, 0x01, 0x02, + { + {-673, 346, 385, 0x00002ab0}, + {-673, 346, 192, 0x00000000}, + {-769, 346, 192, 0x000029bc} + } +}; + +BetaStandTile tile_158 = { + "p1210a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0005, + 7, + 0x00, 0x01, 0x04, + { + {96, 346, -96, 0x00002ab0}, + {-673, 346, 673, 0x00000000}, + {-385, 346, 673, 0x00002b68}, + {-192, 346, 673, 0x00000000}, + {96, 346, 673, 0x00000000}, + {96, 346, 385, 0x00002908}, + {96, 346, 192, 0x00000000} + } +}; + +BetaStandTile tile_159 = { + "p1210a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0005, + 7, + 0x00, 0x03, 0x06, + { + {96, 346, -96, 0x00000000}, + {-192, 346, -96, 0x00002980}, + {-385, 346, -96, 0x00000000}, + {-673, 346, -96, 0x00000000}, + {-673, 346, 192, 0x000029f8}, + {-673, 346, 385, 0x00000000}, + {-673, 346, 673, 0x00002a34} + } +}; + +BetaStandTile tile_160 = { + "p83a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0005, + 3, + 0x00, 0x01, 0x02, + { + {-192, 346, 673, 0x00002b68}, + {-385, 346, 769, 0x000011a4}, + {-192, 346, 769, 0x00000000} + } +}; + +BetaStandTile tile_161 = { + "p83a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0005, + 3, + 0x00, 0x01, 0x02, + { + {-192, 346, 673, 0x00002a34}, + {-385, 346, 673, 0x00000000}, + {-385, 346, 769, 0x00002b2c} + } +}; + +BetaStandTile tile_162 = { + "p1294a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1593, 0, -718, 0x00002c1c}, + {-1226, 0, -538, 0x00002cd0}, + {-978, 0, -769, 0x00002be0} + } +}; + +BetaStandTile tile_163 = { + "p1293a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-978, 0, -769, 0x00002d94}, + {-1516, 0, -1002, 0x00002c58}, + {-1593, 0, -718, 0x00002ba4} + } +}; + +BetaStandTile tile_164 = { + "p1292a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1226, 0, -538, 0x00002ba4}, + {-1593, 0, -718, 0x00000000}, + {-1516, 0, -474, 0x00000000} + } +}; + +BetaStandTile tile_165 = { + "p1291a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1593, 0, -718, 0x00002be0}, + {-1516, 0, -1002, 0x00002e0c}, + {-2115, 0, 0, 0x00002c94} + } +}; + +BetaStandTile tile_166 = { + "p1290a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1523, 0, -458, 0x00000000}, + {-1593, 0, -718, 0x00002c58}, + {-2115, 0, 0, 0x00002d48} + } +}; + +BetaStandTile tile_167 = { + "p1289a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-978, 0, -769, 0x00002ba4}, + {-1226, 0, -538, 0x00002d0c}, + {-577, 0, 0, 0x00002f94} + } +}; + +BetaStandTile tile_168 = { + "p1288a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1226, 0, -538, 0x00000000}, + {-1523, 0, -458, 0x00002d48}, + {-577, 0, 0, 0x00002cd0} + } +}; + +BetaStandTile tile_169 = { + "p1287a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 4, + 0x00, 0x01, 0x02, + { + {-577, 0, 0, 0x00002d0c}, + {-1523, 0, -458, 0x00002c94}, + {-2115, 0, 0, 0x00000760}, + {-1731, 0, 0, 0x00000000} + } +}; + +BetaStandTile tile_170 = { + "p1286a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-978, 0, -1308, 0x00002e84}, + {-1516, 0, -1002, 0x00002be0}, + {-978, 0, -769, 0x00000000} + } +}; + +BetaStandTile tile_171 = { + "p1285a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-824, 0, -1308, 0x00000000}, + {-824, 0, -769, 0x00002f94}, + {-577, 0, 0, 0x0000300c} + } +}; + +BetaStandTile tile_172 = { + "p1284a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1516, 0, -1002, 0x00000000}, + {-1885, 0, -1137, 0x00002ec0}, + {-2115, 0, 0, 0x00002c58} + } +}; + +BetaStandTile tile_173 = { + "p1283a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1846, 0, -1286, 0x00000000}, + {-1511, 0, -1196, 0x00002e84}, + {-978, 0, -1308, 0x00002f58} + } +}; + +BetaStandTile tile_174 = { + "p538a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-978, 0, -1308, 0x00002e48}, + {-1511, 0, -1196, 0x00000000}, + {-1516, 0, -1002, 0x00002d94} + } +}; + +BetaStandTile tile_175 = { + "p537a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 5, + 0x00, 0x01, 0x02, + { + {-2115, 0, 0, 0x00002e0c}, + {-1885, 0, -1137, 0x00002f1c}, + {-2115, 0, -1538, 0x00000000}, + {-2115, 0, -577, 0x00000880}, + {-2115, 0, -192, 0x00000000} + } +}; + +BetaStandTile tile_176 = { + "p536a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1885, 0, -1137, 0x0000323c}, + {-1846, 0, -1286, 0x00002f58}, + {-2115, 0, -1538, 0x00002ec0} + } +}; + +BetaStandTile tile_177 = { + "p535a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1846, 0, -1286, 0x00002e48}, + {-978, 0, -1308, 0x00002fd0}, + {-2115, 0, -1538, 0x00002f1c} + } +}; + +BetaStandTile tile_178 = { + "p534a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-577, 0, 0, 0x00002dd0}, + {-824, 0, -769, 0x00000000}, + {-978, 0, -769, 0x00002cd0} + } +}; + +BetaStandTile tile_179 = { + "p533a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-978, 0, -1308, 0x000036f0}, + {-824, 0, -1308, 0x00003048}, + {-2115, 0, -1538, 0x00002f58} + } +}; + +BetaStandTile tile_180 = { + "p532a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-577, 0, 0, 0x00000000}, + {-577, 0, -1538, 0x00003048}, + {-824, 0, -1308, 0x00002dd0} + } +}; + +BetaStandTile tile_181 = { + "p531a", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 6, + 0x00, 0x01, 0x05, + { + {-824, 0, -1308, 0x0000300c}, + {-577, 0, -1538, 0x00000000}, + {-769, 0, -1538, 0x00000b54}, + {-1154, 0, -1538, 0x00000000}, + {-1731, 0, -1538, 0x000009bc}, + {-2115, 0, -1538, 0x00002fd0} + } +}; + +BetaStandTile tile_182 = { + "p530a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1003, 579, -911, 0x000030f0}, + {-1285, 579, -748, 0x00000000}, + {-1063, 579, -688, 0x00000000} + } +}; + +BetaStandTile tile_183 = { + "p530a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 5, + 0x00, 0x01, 0x04, + { + {-1003, 579, -911, 0x00000000}, + {-1226, 579, -971, 0x00000000}, + {-1246, 579, -896, 0x0000314c}, + {-1266, 579, -822, 0x00000000}, + {-1285, 579, -748, 0x000030b4} + } +}; + +BetaStandTile tile_184 = { + "p529a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1246, 579, -896, 0x00003188}, + {-1683, 464, -962, 0x00000000}, + {-1266, 579, -822, 0x000030f0} + } +}; + +BetaStandTile tile_185 = { + "p529a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1246, 579, -896, 0x00000000}, + {-1683, 464, -1038, 0x000031c4}, + {-1683, 464, -962, 0x0000314c} + } +}; + +BetaStandTile tile_186 = { + "p528a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1683, 464, -1038, 0x00003200}, + {-1760, 464, -962, 0x000034b4}, + {-1683, 464, -962, 0x00003188} + } +}; + +BetaStandTile tile_187 = { + "p528a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1683, 464, -1038, 0x00000000}, + {-1760, 464, -1038, 0x00000000}, + {-1760, 464, -962, 0x000031c4} + } +}; + +BetaStandTile tile_188 = { + "p527a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1885, 0, -1137, 0x00003278}, + {-1511, 171, -1196, 0x00000000}, + {-1846, 0, -1286, 0x00002f1c} + } +}; + +BetaStandTile tile_189 = { + "p527a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1885, 0, -1137, 0x00000000}, + {-1516, 171, -1002, 0x000032f0}, + {-1511, 171, -1196, 0x0000323c} + } +}; + +BetaStandTile tile_190 = { + "p526a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1363, 171, -1156, 0x000032f0}, + {-1516, 171, -1002, 0x0000332c}, + {-1363, 171, -1002, 0x00000000} + } +}; + +BetaStandTile tile_191 = { + "p526a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1363, 171, -1156, 0x00000000}, + {-1511, 171, -1196, 0x00003278}, + {-1516, 171, -1002, 0x000032b4} + } +}; + +BetaStandTile tile_192 = { + "p525a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1445, 340, -758, 0x00003368}, + {-1363, 171, -1002, 0x000032b4}, + {-1516, 171, -1002, 0x00000000} + } +}; + +BetaStandTile tile_193 = { + "p525a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1445, 340, -758, 0x000033a4}, + {-1296, 340, -798, 0x00000000}, + {-1363, 171, -1002, 0x0000332c} + } +}; + +BetaStandTile tile_194 = { + "p524a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 4, + 0x00, 0x01, 0x03, + { + {-1523, 340, -458, 0x000033f0}, + {-1296, 340, -798, 0x00003368}, + {-1445, 340, -758, 0x00000000}, + {-1593, 340, -718, 0x00000000} + } +}; + +BetaStandTile tile_195 = { + "p524a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 4, + 0x00, 0x01, 0x03, + { + {-1523, 340, -458, 0x00000000}, + {-1226, 340, -538, 0x00000000}, + {-1256, 340, -649, 0x0000343c}, + {-1296, 340, -798, 0x000033a4} + } +}; + +BetaStandTile tile_196 = { + "p523a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1256, 340, -649, 0x00003478}, + {-978, 171, -769, 0x00000000}, + {-1296, 340, -798, 0x000033f0} + } +}; + +BetaStandTile tile_197 = { + "p523a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1256, 340, -649, 0x00000000}, + {-978, 171, -615, 0x00003658}, + {-978, 171, -769, 0x0000343c} + } +}; + +BetaStandTile tile_198 = { + "p522a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1863, 311, -346, 0x000034f0}, + {-1683, 464, -962, 0x000031c4}, + {-1760, 464, -962, 0x00000000} + } +}; + +BetaStandTile tile_199 = { + "p522a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1863, 311, -346, 0x0000352c}, + {-1786, 311, -346, 0x00000000}, + {-1683, 464, -962, 0x000034b4} + } +}; + +BetaStandTile tile_200 = { + "p521a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1863, 311, -269, 0x00003568}, + {-1786, 311, -346, 0x000034f0}, + {-1863, 311, -346, 0x00000000} + } +}; + +BetaStandTile tile_201 = { + "p521a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1863, 311, -269, 0x00000000}, + {-1786, 311, -269, 0x000035a4}, + {-1786, 311, -346, 0x0000352c} + } +}; + +BetaStandTile tile_202 = { + "p520a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1786, 311, -269, 0x000035e0}, + {-978, 171, -346, 0x00000000}, + {-1786, 311, -346, 0x00003568} + } +}; + +BetaStandTile tile_203 = { + "p520a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-1786, 311, -269, 0x00000000}, + {-978, 171, -269, 0x00003658}, + {-978, 171, -346, 0x000035a4} + } +}; + +BetaStandTile tile_204 = { + "p519a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-824, 171, -769, 0x00003658}, + {-978, 171, -269, 0x00000000}, + {-824, 171, -269, 0x00000000} + } +}; + +BetaStandTile tile_205 = { + "p519a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 5, + 0x00, 0x01, 0x04, + { + {-824, 171, -769, 0x000036b4}, + {-978, 171, -769, 0x00003478}, + {-978, 171, -615, 0x00000000}, + {-978, 171, -346, 0x000035e0}, + {-978, 171, -269, 0x0000361c} + } +}; + +BetaStandTile tile_206 = { + "p518a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-824, 0, -1308, 0x000036f0}, + {-978, 171, -769, 0x00003658}, + {-824, 171, -769, 0x00000000} + } +}; + +BetaStandTile tile_207 = { + "p518a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0004, + 3, + 0x00, 0x01, 0x02, + { + {-824, 0, -1308, 0x00002fd0}, + {-978, 0, -1308, 0x00000000}, + {-978, 171, -769, 0x000036b4} + } +}; + +BetaStandTile tile_208 = { + "p1282a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {292, 0, -1304, 0x000037a4}, + {529, 0, -914, 0x000039fc}, + {627, 0, -1013, 0x00003768} + } +}; + +BetaStandTile tile_209 = { + "p1281a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {627, 0, -1013, 0x00000000}, + {608, 0, -1304, 0x00000000}, + {292, 0, -1304, 0x0000372c} + } +}; + +BetaStandTile tile_210 = { + "p1280a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {292, 0, -1304, 0x00000000}, + {292, 0, -936, 0x00000000}, + {529, 0, -914, 0x0000372c} + } +}; + +BetaStandTile tile_211 = { + "p1279a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {421, 0, -277, 0x00003858}, + {762, 0, -499, 0x00003948}, + {641, 0, -568, 0x0000381c} + } +}; + +BetaStandTile tile_212 = { + "p1278a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {641, 0, -568, 0x00000000}, + {366, 0, -482, 0x00000000}, + {421, 0, -277, 0x000037e0} + } +}; + +BetaStandTile tile_213 = { + "p1277a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {421, 0, -277, 0x00000000}, + {777, 0, -372, 0x00000000}, + {762, 0, -499, 0x000037e0} + } +}; + +BetaStandTile tile_214 = { + "p1276a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {1309, 0, -665, 0x0000390c}, + {1016, 0, -944, 0x000039c0}, + {981, 0, -809, 0x000038d0} + } +}; + +BetaStandTile tile_215 = { + "p1275a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {981, 0, -809, 0x00000000}, + {1136, 0, -565, 0x00000000}, + {1309, 0, -665, 0x00003894} + } +}; + +BetaStandTile tile_216 = { + "p1274a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {1309, 0, -665, 0x00000000}, + {1125, 0, -984, 0x00000000}, + {1016, 0, -944, 0x00003894} + } +}; + +BetaStandTile tile_217 = { + "p1273a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {762, 0, -499, 0x00003a38}, + {981, 0, -809, 0x00003984}, + {641, 0, -568, 0x000037e0} + } +}; + +BetaStandTile tile_218 = { + "p1272a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {641, 0, -568, 0x00003948}, + {981, 0, -809, 0x000039c0}, + {529, 0, -914, 0x00003ac0} + } +}; + +BetaStandTile tile_219 = { + "p1271a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {529, 0, -914, 0x00003984}, + {981, 0, -809, 0x00003894}, + {1016, 0, -944, 0x000039fc} + } +}; + +BetaStandTile tile_220 = { + "p1270a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {627, 0, -1013, 0x0000372c}, + {529, 0, -914, 0x000039c0}, + {1016, 0, -944, 0x00003b38} + } +}; + +BetaStandTile tile_221 = { + "p1269a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {762, 0, -499, 0x00003a74}, + {1136, 0, -541, 0x00000000}, + {981, 0, -809, 0x00003948} + } +}; + +BetaStandTile tile_222 = { + "p1268a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 4, + 0x00, 0x01, 0x03, + { + {1136, 0, -541, 0x00003a38}, + {762, 0, -499, 0x00000000}, + {798, 0, -366, 0x000041a4}, + {820, 0, -285, 0x00003e88} + } +}; + +BetaStandTile tile_223 = { + "p1267a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {641, 0, -568, 0x00003984}, + {529, 0, -914, 0x00003afc}, + {342, 0, -488, 0x00000000} + } +}; + +BetaStandTile tile_224 = { + "p1266a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {342, 0, -488, 0x00003ac0}, + {529, 0, -914, 0x00000000}, + {193, 0, -914, 0x00003bfc} + } +}; + +BetaStandTile tile_225 = { + "p1265a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {627, 0, -1013, 0x000039fc}, + {1016, 0, -944, 0x00003b74}, + {627, 0, -1323, 0x00000000} + } +}; + +BetaStandTile tile_226 = { + "p1264a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 4, + 0x00, 0x01, 0x03, + { + {627, 0, -1323, 0x00003b38}, + {1016, 0, -944, 0x00000000}, + {1124, 0, -1006, 0x0000402c}, + {1196, 0, -1048, 0x00003d68} + } +}; + +BetaStandTile tile_227 = { + "p1263a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {0, 0, 0, 0x00003f00}, + {425, 0, -179, 0x00000000}, + {342, 0, -488, 0x00003bfc} + } +}; + +BetaStandTile tile_228 = { + "p1262a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {342, 0, -488, 0x00003afc}, + {193, 0, -914, 0x00003c38}, + {0, 0, 0, 0x00003bc0} + } +}; + +BetaStandTile tile_229 = { + "p1261a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 4, + 0x00, 0x01, 0x02, + { + {0, 0, 0, 0x00003bfc}, + {193, 0, -914, 0x00003c84}, + {0, 0, -1538, 0x00000b08}, + {0, 0, -1154, 0x00000000} + } +}; + +BetaStandTile tile_230 = { + "p1260a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {193, 0, -914, 0x00000000}, + {193, 0, -1323, 0x00003cc0}, + {0, 0, -1538, 0x00003c38} + } +}; + +BetaStandTile tile_231 = { + "p1259a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 4, + 0x00, 0x02, 0x03, + { + {193, 0, -1323, 0x0000430c}, + {276, 0, -1323, 0x00000000}, + {627, 0, -1323, 0x00003d0c}, + {0, 0, -1538, 0x00003c84} + } +}; + +BetaStandTile tile_232 = { + "p1258a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 5, + 0x00, 0x03, 0x04, + { + {1538, 0, -1538, 0x00000000}, + {577, 0, -1538, 0x00000c28}, + {192, 0, -1538, 0x00000000}, + {0, 0, -1538, 0x00003cc0}, + {627, 0, -1323, 0x00003d68} + } +}; + +BetaStandTile tile_233 = { + "p1257a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {627, 0, -1323, 0x00003b74}, + {1196, 0, -1048, 0x00003da4}, + {1538, 0, -1538, 0x00003d0c} + } +}; + +BetaStandTile tile_234 = { + "p1255a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {1196, 0, -1048, 0x00000000}, + {1401, 0, -694, 0x00003de0}, + {1538, 0, -1538, 0x00003d68} + } +}; + +BetaStandTile tile_235 = { + "p1254a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 6, + 0x00, 0x01, 0x02, + { + {1538, 0, -1538, 0x00003da4}, + {1401, 0, -694, 0x00003e4c}, + {1538, 0, 0, 0x00000000}, + {1538, 0, -192, 0x00000efc}, + {1538, 0, -577, 0x00000000}, + {1538, 0, -1154, 0x00000d64} + } +}; + +BetaStandTile tile_236 = { + "p1253a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {1538, 0, 0, 0x00003de0}, + {1401, 0, -694, 0x00000000}, + {1136, 0, -541, 0x00003e88} + } +}; + +BetaStandTile tile_237 = { + "p1252a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {1136, 0, -541, 0x00003a74}, + {820, 0, -285, 0x00003ec4}, + {1538, 0, 0, 0x00003e4c} + } +}; + +BetaStandTile tile_238 = { + "p1251a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {820, 0, -285, 0x00000000}, + {425, 0, -179, 0x00003f00}, + {1538, 0, 0, 0x00003e88} + } +}; + +BetaStandTile tile_239 = { + "p1250a", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {1538, 0, 0, 0x00003ec4}, + {425, 0, -179, 0x00003bc0}, + {0, 0, 0, 0x00000000} + } +}; + +BetaStandTile tile_240 = { + "p1295a", + 0x0, + 0xc, 0xc, 0xc, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {1288, 153, -722, 0x00000000}, + {1124, 153, -1006, 0x00000000}, + {932, 153, -895, 0x00003f78} + } +}; + +BetaStandTile tile_241 = { + "p1240a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {1136, 153, -541, 0x00003fb4}, + {1288, 153, -722, 0x00003f3c}, + {932, 153, -895, 0x00000000} + } +}; + +BetaStandTile tile_242 = { + "p1240a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {1136, 153, -541, 0x00000000}, + {1328, 153, -652, 0x000040a4}, + {1288, 153, -722, 0x00003f78} + } +}; + +BetaStandTile tile_243 = { + "p1233a2", + 0x0, + 0xe, 0xe, 0xe, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {1196, 0, -1048, 0x0000402c}, + {1288, 153, -722, 0x000040a4}, + {1361, 153, -764, 0x00000000} + } +}; + +BetaStandTile tile_244 = { + "p1233a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {1196, 0, -1048, 0x00003b74}, + {1124, 0, -1006, 0x00000000}, + {1288, 153, -722, 0x00003ff0} + } +}; + +BetaStandTile tile_245 = { + "p1232a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {1361, 153, -764, 0x000040a4}, + {1328, 153, -652, 0x00000000}, + {1401, 153, -694, 0x00000000} + } +}; + +BetaStandTile tile_246 = { + "p1232a1", + 0x0, + 0xd, 0xd, 0xd, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {1361, 153, -764, 0x00003ff0}, + {1288, 153, -722, 0x00003fb4}, + {1328, 153, -652, 0x00004068} + } +}; + +BetaStandTile tile_247 = { + "p1231a2", + 0x0, + 0xb, 0xb, 0xb, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {342, 153, -488, 0x0000411c}, + {798, 153, -366, 0x00000000}, + {737, 153, -594, 0x00000000} + } +}; + +BetaStandTile tile_248 = { + "p1231a1", + 0x0, + 0xb, 0xb, 0xb, + 0x0003, + 4, + 0x00, 0x01, 0x03, + { + {342, 153, -488, 0x00000000}, + {403, 153, -260, 0x0000421c}, + {481, 153, -281, 0x00000000}, + {798, 153, -366, 0x000040e0} + } +}; + +BetaStandTile tile_249 = { + "p1224a2", + 0x0, + 0x9, 0x9, 0x9, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {820, 0, -285, 0x000041a4}, + {481, 153, -281, 0x0000421c}, + {502, 153, -200, 0x00000000} + } +}; + +BetaStandTile tile_250 = { + "p1224a1", + 0x0, + 0x8, 0x8, 0x8, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {820, 0, -285, 0x00003a74}, + {798, 0, -366, 0x00000000}, + {481, 153, -281, 0x00004168} + } +}; + +BetaStandTile tile_251 = { + "p1223a2", + 0x0, + 0xa, 0xa, 0xa, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {502, 153, -200, 0x0000421c}, + {403, 153, -260, 0x00000000}, + {425, 153, -179, 0x00000000} + } +}; + +BetaStandTile tile_252 = { + "p1223a1", + 0x0, + 0xa, 0xa, 0xa, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {502, 153, -200, 0x00004168}, + {481, 153, -281, 0x0000411c}, + {403, 153, -260, 0x000041e0} + } +}; + +BetaStandTile tile_253 = { + "p1222a2", + 0x0, + 0xb, 0xb, 0xb, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {276, 153, -994, 0x00004294}, + {193, 153, -914, 0x00000000}, + {276, 153, -914, 0x00004384} + } +}; + +BetaStandTile tile_254 = { + "p1222a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {276, 153, -994, 0x000042d0}, + {193, 153, -994, 0x00000000}, + {193, 153, -914, 0x00004258} + } +}; + +BetaStandTile tile_255 = { + "p1221a2", + 0x0, + 0xe, 0xe, 0xe, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {276, 0, -1323, 0x0000430c}, + {193, 153, -994, 0x00004294}, + {276, 153, -994, 0x00000000} + } +}; + +BetaStandTile tile_256 = { + "p1221a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {276, 0, -1323, 0x00003cc0}, + {193, 0, -1323, 0x00000000}, + {193, 153, -994, 0x000042d0} + } +}; + +BetaStandTile tile_257 = { + "p1214a2", + 0x0, + 0xb, 0xb, 0xb, + 0x0003, + 3, + 0x00, 0x01, 0x02, + { + {627, 153, -1323, 0x00004384}, + {276, 153, -914, 0x00000000}, + {627, 153, -914, 0x00000000} + } +}; + +BetaStandTile tile_258 = { + "p1214a1", + 0x0, + 0xb, 0xb, 0xb, + 0x0003, + 4, + 0x00, 0x01, 0x03, + { + {627, 153, -1323, 0x00000000}, + {276, 153, -1323, 0x00000000}, + {276, 153, -994, 0x00004258}, + {276, 153, -914, 0x00004348} + } +}; + +BetaStandTile tile_259 = { + "p983a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {196, 0, 1423, 0x0000440c}, + {542, 0, 1275, 0x00000000}, + {196, 0, 1275, 0x00004664} + } +}; + +BetaStandTile tile_260 = { + "p983a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {196, 0, 1423, 0x00000000}, + {542, 0, 1500, 0x00004958}, + {542, 0, 1275, 0x000043d0} + } +}; + +BetaStandTile tile_261 = { + "p982a2", + 0x0, + 0xe, 0xe, 0xe, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {619, 0, 775, 0x00004484}, + {812, 0, 1237, 0x00000000}, + {812, 0, 775, 0x000046a0} + } +}; + +BetaStandTile tile_262 = { + "p982a1", + 0x0, + 0xe, 0xe, 0xe, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {619, 0, 775, 0x00000000}, + {619, 0, 1160, 0x000049d0}, + {812, 0, 1237, 0x00004448} + } +}; + +BetaStandTile tile_263 = { + "p981a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {1347, 0, 1237, 0x000044fc}, + {970, 0, 1530, 0x00000000}, + {1347, 0, 1615, 0x000045b0} + } +}; + +BetaStandTile tile_264 = { + "p981a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {1347, 0, 1237, 0x00000000}, + {1004, 0, 1237, 0x000048e0}, + {970, 0, 1530, 0x000044c0} + } +}; + +BetaStandTile tile_265 = { + "p980a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {773, 0, 1961, 0x00004574}, + {658, 0, 1538, 0x00000000}, + {658, 0, 1961, 0x00004628} + } +}; + +BetaStandTile tile_266 = { + "p980a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {773, 0, 1961, 0x00000000}, + {773, 0, 1538, 0x0000491c}, + {658, 0, 1538, 0x00004538} + } +}; + +BetaStandTile tile_267 = { + "p979a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {1538, 0, 2115, 0x00004884}, + {1347, 0, 1237, 0x000044c0}, + {1347, 0, 1615, 0x000045ec} + } +}; + +BetaStandTile tile_268 = { + "p978a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {1347, 0, 1615, 0x00000000}, + {773, 0, 1961, 0x00004628}, + {1538, 0, 2115, 0x000045b0} + } +}; + +BetaStandTile tile_269 = { + "p977a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {773, 0, 1961, 0x00004538}, + {658, 0, 1961, 0x00004790}, + {1538, 0, 2115, 0x000045ec} + } +}; + +BetaStandTile tile_270 = { + "p976a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {196, 0, 1423, 0x000043d0}, + {196, 0, 1275, 0x000046dc}, + {0, 0, 577, 0x000047fc} + } +}; + +BetaStandTile tile_271 = { + "p975a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {619, 0, 775, 0x00004448}, + {812, 0, 775, 0x00004838}, + {0, 0, 577, 0x000046dc} + } +}; + +BetaStandTile tile_272 = { + "p974a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {196, 0, 1275, 0x00000000}, + {619, 0, 775, 0x000046a0}, + {0, 0, 577, 0x00004664} + } +}; + +BetaStandTile tile_273 = { + "p973a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {0, 0, 2115, 0x00004790}, + {658, 0, 1961, 0x00000000}, + {196, 0, 1423, 0x000047fc} + } +}; + +BetaStandTile tile_274 = { + "p972a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {1347, 0, 1237, 0x00004884}, + {1538, 0, 577, 0x00004838}, + {812, 0, 775, 0x00000000} + } +}; + +BetaStandTile tile_275 = { + "p971a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 6, + 0x00, 0x01, 0x05, + { + {658, 0, 1961, 0x00004718}, + {0, 0, 2115, 0x00000000}, + {192, 0, 2115, 0x000012a4}, + {577, 0, 2115, 0x00000000}, + {1154, 0, 2115, 0x0000110c}, + {1538, 0, 2115, 0x00004628} + } +}; + +BetaStandTile tile_276 = { + "p970a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {196, 0, 1423, 0x00004664}, + {0, 0, 577, 0x00000000}, + {0, 0, 2115, 0x00004718} + } +}; + +BetaStandTile tile_277 = { + "p969a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 4, + 0x00, 0x01, 0x03, + { + {812, 0, 775, 0x00004754}, + {1538, 0, 577, 0x00000eb0}, + {1154, 0, 577, 0x00000000}, + {0, 0, 577, 0x000046a0} + } +}; + +BetaStandTile tile_278 = { + "p968a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 5, + 0x00, 0x03, 0x04, + { + {1538, 0, 2115, 0x00000000}, + {1538, 0, 1154, 0x00000fd0}, + {1538, 0, 769, 0x00000000}, + {1538, 0, 577, 0x00004754}, + {1347, 0, 1237, 0x000045b0} + } +}; + +BetaStandTile tile_279 = { + "p943a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {970, 0, 1530, 0x000044fc}, + {1004, 0, 1237, 0x0000491c}, + {773, 0, 1538, 0x00004ac0} + } +}; + +BetaStandTile tile_280 = { + "p942a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {773, 0, 1538, 0x000048e0}, + {1004, 0, 1237, 0x00004994}, + {658, 0, 1538, 0x00004574} + } +}; + +BetaStandTile tile_281 = { + "p941a2", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {542, 0, 1500, 0x00004994}, + {1004, 0, 1237, 0x00004a0c}, + {542, 0, 1275, 0x0000440c} + } +}; + +BetaStandTile tile_282 = { + "p941a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {542, 0, 1500, 0x00004a84}, + {658, 0, 1538, 0x0000491c}, + {1004, 0, 1237, 0x00004958} + } +}; + +BetaStandTile tile_283 = { + "p1120a", + 0x0, + 0xe, 0xe, 0xe, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {812, 0, 1237, 0x00004484}, + {619, 0, 1160, 0x00004bec}, + {542, 0, 1275, 0x00004a0c} + } +}; + +BetaStandTile tile_284 = { + "p940a", + 0x0, + 0xe, 0xe, 0xe, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {1004, 0, 1237, 0x00004b74}, + {812, 0, 1237, 0x000049d0}, + {542, 0, 1275, 0x00004958} + } +}; + +BetaStandTile tile_285 = { + "p939a2", + 0x0, + 0x9, 0x9, 0x9, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {638, 0, 1889, 0x00004a84}, + {542, 0, 1500, 0x00000000}, + {246, 0, 1450, 0x00000000} + } +}; + +BetaStandTile tile_286 = { + "p939a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {638, 0, 1889, 0x00000000}, + {658, 0, 1538, 0x00004994}, + {542, 0, 1500, 0x00004a48} + } +}; + +BetaStandTile tile_287 = { + "p938a", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {788, 0, 1926, 0x00004afc}, + {970, 0, 1530, 0x000048e0}, + {773, 0, 1538, 0x00000000} + } +}; + +BetaStandTile tile_288 = { + "p937a", + 0x0, + 0xc, 0xc, 0xc, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {788, 0, 1926, 0x00000000}, + {1300, 0, 1629, 0x00000000}, + {970, 0, 1530, 0x00004ac0} + } +}; + +BetaStandTile tile_289 = { + "p936a2", + 0x0, + 0xd, 0xd, 0xd, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {812, 0, 1237, 0x00004b74}, + {1309, 0, 1221, 0x00000000}, + {836, 0, 830, 0x00000000} + } +}; + +BetaStandTile tile_290 = { + "p936a1", + 0x0, + 0xe, 0xe, 0xe, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {812, 0, 1237, 0x00004a0c}, + {1004, 0, 1237, 0x00000000}, + {1309, 0, 1221, 0x00004b38} + } +}; + +BetaStandTile tile_291 = { + "p935a2", + 0x0, + 0xb, 0xb, 0xb, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {542, 0, 1275, 0x00004bec}, + {605, 0, 832, 0x00000000}, + {234, 0, 1261, 0x00000000} + } +}; + +BetaStandTile tile_292 = { + "p935a1", + 0x0, + 0xf, 0xf, 0xf, + 0x0002, + 3, + 0x00, 0x01, 0x02, + { + {542, 0, 1275, 0x000049d0}, + {619, 0, 1160, 0x00000000}, + {605, 0, 832, 0x00004bb0} + } +}; + +BetaStandTile tile_293 = { + "p1090a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-885, 0, 1115, 0x00007420}, + {-577, 0, 1040, 0x0000736c}, + {-885, 0, 968, 0x00004c64} + } +}; + +BetaStandTile tile_294 = { + "p1089a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-885, 0, 968, 0x000072f4}, + {-1038, 0, 1041, 0x000073a8}, + {-885, 0, 1115, 0x00004c28} + } +}; + +BetaStandTile tile_295 = { + "p1088a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-875, 0, 1417, 0x00007600}, + {-577, 0, 1347, 0x0000754c}, + {-885, 0, 1275, 0x00004cdc} + } +}; + +BetaStandTile tile_296 = { + "p1087a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-885, 0, 1275, 0x000074d4}, + {-1038, 0, 1346, 0x00007588}, + {-875, 0, 1417, 0x00004ca0} + } +}; + +BetaStandTile tile_297 = { + "p1086a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-885, 0, 1725, 0x000077e0}, + {-577, 0, 1731, 0x0000772c}, + {-885, 0, 1577, 0x00004d54} + } +}; + +BetaStandTile tile_298 = { + "p1085a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-885, 0, 1577, 0x000076b4}, + {-1038, 0, 1651, 0x00007768}, + {-885, 0, 1725, 0x00004d18} + } +}; + +BetaStandTile tile_299 = { + "p1084a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 1115, 0x00006ca0}, + {-1038, 0, 1041, 0x00006bec}, + {-1192, 0, 968, 0x00004dcc} + } +}; + +BetaStandTile tile_300 = { + "p1083a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 968, 0x00006b74}, + {-1346, 0, 1041, 0x00006c28}, + {-1192, 0, 1115, 0x00004d90} + } +}; + +BetaStandTile tile_301 = { + "p1082a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 1417, 0x00006e80}, + {-1038, 0, 1346, 0x00006dcc}, + {-1192, 0, 1275, 0x00004e44} + } +}; + +BetaStandTile tile_302 = { + "p1081a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 1275, 0x00006d54}, + {-1346, 0, 1346, 0x00006e08}, + {-1192, 0, 1417, 0x00004e08} + } +}; + +BetaStandTile tile_303 = { + "p1080a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 1725, 0x00007060}, + {-1038, 0, 1651, 0x00006fac}, + {-1192, 0, 1577, 0x00004ebc} + } +}; + +BetaStandTile tile_304 = { + "p1079a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 1577, 0x00006f34}, + {-1346, 0, 1651, 0x00006fe8}, + {-1192, 0, 1725, 0x00004e80} + } +}; + +BetaStandTile tile_305 = { + "p1078a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1115, 0, 1494, 0x00006fac}, + {-1038, 0, 1651, 0x000076b4}, + {-962, 0, 1494, 0x00004f34} + } +}; + +BetaStandTile tile_306 = { + "p1077a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-962, 0, 1494, 0x000075c4}, + {-1038, 0, 1346, 0x00006ebc}, + {-1115, 0, 1494, 0x00004ef8} + } +}; + +BetaStandTile tile_307 = { + "p1076a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1115, 0, 1192, 0x00006dcc}, + {-1038, 0, 1346, 0x000074d4}, + {-962, 0, 1192, 0x00004fac} + } +}; + +BetaStandTile tile_308 = { + "p1075a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-962, 0, 1192, 0x000073e4}, + {-1038, 0, 1041, 0x00006cdc}, + {-1115, 0, 1192, 0x00004f70} + } +}; + +BetaStandTile tile_309 = { + "p1074a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1423, 0, 1494, 0x0000682c}, + {-1346, 0, 1651, 0x00006f34}, + {-1269, 0, 1494, 0x00005024} + } +}; + +BetaStandTile tile_310 = { + "p1073a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1269, 0, 1494, 0x00006e44}, + {-1346, 0, 1346, 0x0000673c}, + {-1423, 0, 1494, 0x00004fe8} + } +}; + +BetaStandTile tile_311 = { + "p1072a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1423, 0, 1192, 0x0000664c}, + {-1346, 0, 1346, 0x00006d54}, + {-1269, 0, 1192, 0x0000509c} + } +}; + +BetaStandTile tile_312 = { + "p1071a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1269, 0, 1192, 0x00006c64}, + {-1346, 0, 1041, 0x0000655c}, + {-1423, 0, 1192, 0x00005060} + } +}; + +BetaStandTile tile_313 = { + "p1070a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1490, 0, 1417, 0x00005114}, + {-1500, 0, 1275, 0x000065d4}, + {-1654, 0, 1346, 0x00006688} + } +}; + +BetaStandTile tile_314 = { + "p1069a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1346, 0, 1346, 0x0000664c}, + {-1500, 0, 1275, 0x000050d8}, + {-1490, 0, 1417, 0x00006700} + } +}; + +BetaStandTile tile_315 = { + "p1068a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1346, 0, 1651, 0x0000682c}, + {-1500, 0, 1577, 0x0000518c}, + {-1500, 0, 1725, 0x000068e0} + } +}; + +BetaStandTile tile_316 = { + "p1067a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1500, 0, 1725, 0x00005150}, + {-1500, 0, 1577, 0x000067b4}, + {-1654, 0, 1651, 0x00006868} + } +}; + +BetaStandTile tile_317 = { + "p1066a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1654, 0, 1651, 0x000067b4}, + {-1577, 0, 1494, 0x00005204}, + {-1731, 0, 1494, 0x000060ac} + } +}; + +BetaStandTile tile_318 = { + "p1065a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1731, 0, 1494, 0x000051c8}, + {-1577, 0, 1494, 0x000066c4}, + {-1654, 0, 1346, 0x00005fbc} + } +}; + +BetaStandTile tile_319 = { + "p1064a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1577, 0, 1192, 0x0000527c}, + {-1731, 0, 1192, 0x00005ecc}, + {-1654, 0, 1346, 0x000065d4} + } +}; + +BetaStandTile tile_320 = { + "p1063a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1577, 0, 1192, 0x000064e4}, + {-1654, 0, 1041, 0x00005ddc}, + {-1731, 0, 1192, 0x00005240} + } +}; + +BetaStandTile tile_321 = { + "p1062a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1346, 0, 1041, 0x0000646c}, + {-1500, 0, 968, 0x000052f4}, + {-1500, 0, 1115, 0x00006520} + } +}; + +BetaStandTile tile_322 = { + "p1061a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1500, 0, 1115, 0x000052b8}, + {-1500, 0, 968, 0x000063f4}, + {-1654, 0, 1041, 0x000064a8} + } +}; + +BetaStandTile tile_323 = { + "p1060a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1115, 0, 1802, 0x0000718c}, + {-1154, 0, 2115, 0x00007894}, + {-962, 0, 1802, 0x0000536c} + } +}; + +BetaStandTile tile_324 = { + "p1059a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-962, 0, 1802, 0x000077a4}, + {-1038, 0, 1651, 0x0000709c}, + {-1115, 0, 1802, 0x00005330} + } +}; + +BetaStandTile tile_325 = { + "p1058a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1423, 0, 1802, 0x00006a0c}, + {-1339, 0, 2115, 0x00007114}, + {-1269, 0, 1802, 0x000053e4} + } +}; + +BetaStandTile tile_326 = { + "p1057a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1269, 0, 1802, 0x00007024}, + {-1346, 0, 1651, 0x0000691c}, + {-1423, 0, 1802, 0x000053a8} + } +}; + +BetaStandTile tile_327 = { + "p1056a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1654, 0, 1651, 0x0000619c}, + {-1731, 0, 1802, 0x0000545c}, + {-1577, 0, 1802, 0x000068a4} + } +}; + +BetaStandTile tile_328 = { + "p1055a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1577, 0, 1802, 0x00005420}, + {-1731, 0, 1802, 0x0000628c}, + {-1658, 0, 2115, 0x00006994} + } +}; + +BetaStandTile tile_329 = { + "p1054a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-577, 0, 577, 0x0000727c}, + {-808, 0, 885, 0x0000736c}, + {-577, 0, 1040, 0x00000000} + } +}; + +BetaStandTile tile_330 = { + "p1053a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-577, 0, 1040, 0x0000745c}, + {-808, 0, 1192, 0x0000754c}, + {-577, 0, 1347, 0x00000000} + } +}; + +BetaStandTile tile_331 = { + "p1052a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-577, 0, 1347, 0x0000763c}, + {-808, 0, 1494, 0x0000772c}, + {-577, 0, 1731, 0x00000000} + } +}; + +BetaStandTile tile_332 = { + "p1051a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-577, 0, 1731, 0x0000781c}, + {-808, 0, 1802, 0x0000790c}, + {-577, 0, 2115, 0x00001258} + } +}; + +BetaStandTile tile_333 = { + "p1050a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 4, + 0x00, 0x01, 0x02, + { + {-577, 0, 2115, 0x0000790c}, + {-885, 0, 1885, 0x00007894}, + {-1154, 0, 2115, 0x00001378}, + {-769, 0, 2115, 0x00000000} + } +}; + +BetaStandTile tile_334 = { + "p1049a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1154, 0, 2115, 0x0000718c}, + {-1192, 0, 1885, 0x00007114}, + {-1339, 0, 2115, 0x00000000} + } +}; + +BetaStandTile tile_335 = { + "p1048a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1339, 0, 2115, 0x00006a0c}, + {-1500, 0, 1885, 0x00006994}, + {-1658, 0, 2115, 0x00000000} + } +}; + +BetaStandTile tile_336 = { + "p1047a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1658, 0, 2115, 0x0000628c}, + {-1808, 0, 1885, 0x00006214}, + {-2115, 0, 2115, 0x00000000} + } +}; + +BetaStandTile tile_337 = { + "p1046a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1654, 0, 1651, 0x000060ac}, + {-1808, 0, 1577, 0x000056c4}, + {-1808, 0, 1725, 0x00006160} + } +}; + +BetaStandTile tile_338 = { + "p1045a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1808, 0, 1725, 0x00005688}, + {-1808, 0, 1577, 0x00006034}, + {-2115, 0, 1731, 0x000060e8} + } +}; + +BetaStandTile tile_339 = { + "p1044a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1654, 0, 1346, 0x00005ecc}, + {-1808, 0, 1275, 0x0000573c}, + {-1808, 0, 1417, 0x00005f80} + } +}; + +BetaStandTile tile_340 = { + "p1043a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1808, 0, 1417, 0x00005700}, + {-1808, 0, 1275, 0x00005e54}, + {-2115, 0, 1347, 0x00005f08} + } +}; + +BetaStandTile tile_341 = { + "p1042a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1654, 0, 1041, 0x00005cec}, + {-1808, 0, 968, 0x000057b4}, + {-1808, 0, 1115, 0x00005da0} + } +}; + +BetaStandTile tile_342 = { + "p1041a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1808, 0, 1115, 0x00005778}, + {-1808, 0, 968, 0x00005c74}, + {-2115, 0, 1154, 0x00005d28} + } +}; + +BetaStandTile tile_343 = { + "p1040a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 2115, 0x00006214}, + {-1885, 0, 1802, 0x00006124}, + {-2115, 0, 1731, 0x000014b4} + } +}; + +BetaStandTile tile_344 = { + "p1039a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 1731, 0x00006034}, + {-1885, 0, 1494, 0x00005f44}, + {-2115, 0, 1347, 0x00000000} + } +}; + +BetaStandTile tile_345 = { + "p1038a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 1347, 0x00005e54}, + {-1885, 0, 1192, 0x00005d64}, + {-2115, 0, 1154, 0x00000000} + } +}; + +BetaStandTile tile_346 = { + "p1037a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 4, + 0x00, 0x01, 0x02, + { + {-2115, 0, 1154, 0x00005c74}, + {-1885, 0, 885, 0x00005b84}, + {-2115, 0, 577, 0x00000000}, + {-2115, 0, 769, 0x000007ac} + } +}; + +BetaStandTile tile_347 = { + "p1035a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1731, 0, 885, 0x00005cec}, + {-1654, 0, 1041, 0x000063f4}, + {-1577, 0, 885, 0x0000592c} + } +}; + +BetaStandTile tile_348 = { + "p1034a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1577, 0, 885, 0x00006304}, + {-1658, 0, 577, 0x00005bfc}, + {-1731, 0, 885, 0x000058f0} + } +}; + +BetaStandTile tile_349 = { + "p1033a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1423, 0, 885, 0x0000646c}, + {-1346, 0, 1041, 0x00006b74}, + {-1269, 0, 885, 0x000059a4} + } +}; + +BetaStandTile tile_350 = { + "p1032a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1269, 0, 885, 0x00006a84}, + {-1348, 0, 577, 0x0000637c}, + {-1423, 0, 885, 0x00005968} + } +}; + +BetaStandTile tile_351 = { + "p1031a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1115, 0, 885, 0x00006bec}, + {-1038, 0, 1041, 0x000072f4}, + {-962, 0, 885, 0x00005a1c} + } +}; + +BetaStandTile tile_352 = { + "p1030a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-962, 0, 885, 0x00007204}, + {-1037, 0, 577, 0x00006afc}, + {-1115, 0, 885, 0x000059e0} + } +}; + +BetaStandTile tile_353 = { + "p1029a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-885, 0, 808, 0x00007240}, + {-577, 0, 577, 0x00000000}, + {-1037, 0, 577, 0x000071c8} + } +}; + +BetaStandTile tile_354 = { + "p1028a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 808, 0x00006ac0}, + {-1037, 0, 577, 0x00000000}, + {-1348, 0, 577, 0x00006a48} + } +}; + +BetaStandTile tile_355 = { + "p1027a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1500, 0, 808, 0x00006340}, + {-1348, 0, 577, 0x00000000}, + {-1658, 0, 577, 0x000062c8} + } +}; + +BetaStandTile tile_356 = { + "p1026a", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1808, 0, 808, 0x00005bc0}, + {-1658, 0, 577, 0x00000000}, + {-2115, 0, 577, 0x00005b48} + } +}; + +BetaStandTile tile_357 = { + "p734a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 577, 0x00005b84}, + {-1817, 0, 875, 0x00000000}, + {-1808, 0, 808, 0x00005b0c} + } +}; + +BetaStandTile tile_358 = { + "p734a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 577, 0x000058a4}, + {-1885, 0, 885, 0x00000000}, + {-1817, 0, 875, 0x00005b48} + } +}; + +BetaStandTile tile_359 = { + "p733a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1798, 0, 875, 0x00005bfc}, + {-1658, 0, 577, 0x00005b0c}, + {-1808, 0, 808, 0x00000000} + } +}; + +BetaStandTile tile_360 = { + "p733a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1798, 0, 875, 0x00000000}, + {-1731, 0, 885, 0x0000592c}, + {-1658, 0, 577, 0x00005bc0} + } +}; + +BetaStandTile tile_361 = { + "p736a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1885, 0, 885, 0x00005c74}, + {-1808, 0, 968, 0x00000000}, + {-1817, 0, 894, 0x00000000} + } +}; + +BetaStandTile tile_362 = { + "p736a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1885, 0, 885, 0x000058a4}, + {-2115, 0, 1154, 0x000057b4}, + {-1808, 0, 968, 0x00005c38} + } +}; + +BetaStandTile tile_363 = { + "p735a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1808, 0, 968, 0x00005cec}, + {-1731, 0, 885, 0x00000000}, + {-1798, 0, 894, 0x00000000} + } +}; + +BetaStandTile tile_364 = { + "p735a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1808, 0, 968, 0x00005778}, + {-1654, 0, 1041, 0x000058f0}, + {-1731, 0, 885, 0x00005cb0} + } +}; + +BetaStandTile tile_365 = { + "p738a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 1154, 0x00005d64}, + {-1817, 0, 1183, 0x00000000}, + {-1808, 0, 1115, 0x000057b4} + } +}; + +BetaStandTile tile_366 = { + "p738a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 1154, 0x00005868}, + {-1885, 0, 1192, 0x00000000}, + {-1817, 0, 1183, 0x00005d28} + } +}; + +BetaStandTile tile_367 = { + "p737a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1798, 0, 1183, 0x00005ddc}, + {-1654, 0, 1041, 0x00005778}, + {-1808, 0, 1115, 0x00000000} + } +}; + +BetaStandTile tile_368 = { + "p737a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1798, 0, 1183, 0x00000000}, + {-1731, 0, 1192, 0x0000527c}, + {-1654, 0, 1041, 0x00005da0} + } +}; + +BetaStandTile tile_369 = { + "p740a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1885, 0, 1192, 0x00005e54}, + {-1808, 0, 1275, 0x00000000}, + {-1817, 0, 1202, 0x00000000} + } +}; + +BetaStandTile tile_370 = { + "p740a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1885, 0, 1192, 0x00005868}, + {-2115, 0, 1347, 0x0000573c}, + {-1808, 0, 1275, 0x00005e18} + } +}; + +BetaStandTile tile_371 = { + "p739a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1808, 0, 1275, 0x00005ecc}, + {-1731, 0, 1192, 0x00000000}, + {-1798, 0, 1202, 0x00000000} + } +}; + +BetaStandTile tile_372 = { + "p739a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1808, 0, 1275, 0x00005700}, + {-1654, 0, 1346, 0x00005240}, + {-1731, 0, 1192, 0x00005e90} + } +}; + +BetaStandTile tile_373 = { + "p742a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 1347, 0x00005f44}, + {-1817, 0, 1484, 0x00000000}, + {-1808, 0, 1417, 0x0000573c} + } +}; + +BetaStandTile tile_374 = { + "p742a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 1347, 0x0000582c}, + {-1885, 0, 1494, 0x00000000}, + {-1817, 0, 1484, 0x00005f08} + } +}; + +BetaStandTile tile_375 = { + "p741a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1798, 0, 1484, 0x00005fbc}, + {-1654, 0, 1346, 0x00005700}, + {-1808, 0, 1417, 0x00000000} + } +}; + +BetaStandTile tile_376 = { + "p741a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1798, 0, 1484, 0x00000000}, + {-1731, 0, 1494, 0x00005204}, + {-1654, 0, 1346, 0x00005f80} + } +}; + +BetaStandTile tile_377 = { + "p744a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1885, 0, 1494, 0x00006034}, + {-1808, 0, 1577, 0x00000000}, + {-1817, 0, 1504, 0x00000000} + } +}; + +BetaStandTile tile_378 = { + "p744a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1885, 0, 1494, 0x0000582c}, + {-2115, 0, 1731, 0x000056c4}, + {-1808, 0, 1577, 0x00005ff8} + } +}; + +BetaStandTile tile_379 = { + "p743a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1808, 0, 1577, 0x000060ac}, + {-1731, 0, 1494, 0x00000000}, + {-1798, 0, 1504, 0x00000000} + } +}; + +BetaStandTile tile_380 = { + "p743a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1808, 0, 1577, 0x00005688}, + {-1654, 0, 1651, 0x000051c8}, + {-1731, 0, 1494, 0x00006070} + } +}; + +BetaStandTile tile_381 = { + "p746a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 1731, 0x00006124}, + {-1817, 0, 1792, 0x00000000}, + {-1808, 0, 1725, 0x000056c4} + } +}; + +BetaStandTile tile_382 = { + "p746a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-2115, 0, 1731, 0x000057f0}, + {-1885, 0, 1802, 0x00000000}, + {-1817, 0, 1792, 0x000060e8} + } +}; + +BetaStandTile tile_383 = { + "p745a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1798, 0, 1792, 0x0000619c}, + {-1654, 0, 1651, 0x00005688}, + {-1808, 0, 1725, 0x00000000} + } +}; + +BetaStandTile tile_384 = { + "p745a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1798, 0, 1792, 0x00000000}, + {-1731, 0, 1802, 0x00005420}, + {-1654, 0, 1651, 0x00006160} + } +}; + +BetaStandTile tile_385 = { + "p748a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1885, 0, 1802, 0x00006214}, + {-1808, 0, 1885, 0x00000000}, + {-1817, 0, 1811, 0x00000000} + } +}; + +BetaStandTile tile_386 = { + "p748a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1885, 0, 1802, 0x000057f0}, + {-2115, 0, 2115, 0x0000564c}, + {-1808, 0, 1885, 0x000061d8} + } +}; + +BetaStandTile tile_387 = { + "p747a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1808, 0, 1885, 0x0000628c}, + {-1731, 0, 1802, 0x00000000}, + {-1798, 0, 1811, 0x00000000} + } +}; + +BetaStandTile tile_388 = { + "p747a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1808, 0, 1885, 0x0000564c}, + {-1658, 0, 2115, 0x0000545c}, + {-1731, 0, 1802, 0x00006250} + } +}; + +BetaStandTile tile_389 = { + "p718a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1658, 0, 577, 0x00006304}, + {-1510, 0, 875, 0x00000000}, + {-1500, 0, 808, 0x00005ad0} + } +}; + +BetaStandTile tile_390 = { + "p718a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1658, 0, 577, 0x0000592c}, + {-1577, 0, 885, 0x00000000}, + {-1510, 0, 875, 0x000062c8} + } +}; + +BetaStandTile tile_391 = { + "p717a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1490, 0, 875, 0x0000637c}, + {-1348, 0, 577, 0x00005ad0}, + {-1500, 0, 808, 0x00000000} + } +}; + +BetaStandTile tile_392 = { + "p717a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1490, 0, 875, 0x00000000}, + {-1423, 0, 885, 0x000059a4}, + {-1348, 0, 577, 0x00006340} + } +}; + +BetaStandTile tile_393 = { + "p720a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1577, 0, 885, 0x000063f4}, + {-1500, 0, 968, 0x00000000}, + {-1510, 0, 894, 0x00000000} + } +}; + +BetaStandTile tile_394 = { + "p720a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1577, 0, 885, 0x000058f0}, + {-1654, 0, 1041, 0x000052f4}, + {-1500, 0, 968, 0x000063b8} + } +}; + +BetaStandTile tile_395 = { + "p719a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1500, 0, 968, 0x0000646c}, + {-1423, 0, 885, 0x00000000}, + {-1490, 0, 894, 0x00000000} + } +}; + +BetaStandTile tile_396 = { + "p719a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1500, 0, 968, 0x000052b8}, + {-1346, 0, 1041, 0x00005968}, + {-1423, 0, 885, 0x00006430} + } +}; + +BetaStandTile tile_397 = { + "p722a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1654, 0, 1041, 0x000064e4}, + {-1510, 0, 1183, 0x00000000}, + {-1500, 0, 1115, 0x000052f4} + } +}; + +BetaStandTile tile_398 = { + "p722a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1654, 0, 1041, 0x0000527c}, + {-1577, 0, 1192, 0x00000000}, + {-1510, 0, 1183, 0x000064a8} + } +}; + +BetaStandTile tile_399 = { + "p721a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1490, 0, 1183, 0x0000655c}, + {-1346, 0, 1041, 0x000052b8}, + {-1500, 0, 1115, 0x00000000} + } +}; + +BetaStandTile tile_400 = { + "p721a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1490, 0, 1183, 0x00000000}, + {-1423, 0, 1192, 0x0000509c}, + {-1346, 0, 1041, 0x00006520} + } +}; + +BetaStandTile tile_401 = { + "p724a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1577, 0, 1192, 0x000065d4}, + {-1500, 0, 1275, 0x00000000}, + {-1510, 0, 1202, 0x00000000} + } +}; + +BetaStandTile tile_402 = { + "p724a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1577, 0, 1192, 0x00005240}, + {-1654, 0, 1346, 0x000050d8}, + {-1500, 0, 1275, 0x00006598} + } +}; + +BetaStandTile tile_403 = { + "p723a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1500, 0, 1275, 0x0000664c}, + {-1423, 0, 1192, 0x00000000}, + {-1490, 0, 1202, 0x00000000} + } +}; + +BetaStandTile tile_404 = { + "p723a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1500, 0, 1275, 0x00005114}, + {-1346, 0, 1346, 0x00005060}, + {-1423, 0, 1192, 0x00006610} + } +}; + +BetaStandTile tile_405 = { + "p726a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1654, 0, 1346, 0x000066c4}, + {-1510, 0, 1484, 0x00000000}, + {-1490, 0, 1417, 0x000050d8} + } +}; + +BetaStandTile tile_406 = { + "p726a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1654, 0, 1346, 0x00005204}, + {-1577, 0, 1494, 0x00000000}, + {-1510, 0, 1484, 0x00006688} + } +}; + +BetaStandTile tile_407 = { + "p725a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1490, 0, 1484, 0x0000673c}, + {-1346, 0, 1346, 0x00005114}, + {-1490, 0, 1417, 0x00000000} + } +}; + +BetaStandTile tile_408 = { + "p725a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1490, 0, 1484, 0x00000000}, + {-1423, 0, 1494, 0x00005024}, + {-1346, 0, 1346, 0x00006700} + } +}; + +BetaStandTile tile_409 = { + "p728a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1577, 0, 1494, 0x000067b4}, + {-1500, 0, 1577, 0x00000000}, + {-1510, 0, 1504, 0x00000000} + } +}; + +BetaStandTile tile_410 = { + "p728a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1577, 0, 1494, 0x000051c8}, + {-1654, 0, 1651, 0x0000518c}, + {-1500, 0, 1577, 0x00006778} + } +}; + +BetaStandTile tile_411 = { + "p727a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1500, 0, 1577, 0x0000682c}, + {-1423, 0, 1494, 0x00000000}, + {-1490, 0, 1504, 0x00000000} + } +}; + +BetaStandTile tile_412 = { + "p727a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1500, 0, 1577, 0x00005150}, + {-1346, 0, 1651, 0x00004fe8}, + {-1423, 0, 1494, 0x000067f0} + } +}; + +BetaStandTile tile_413 = { + "p730a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1654, 0, 1651, 0x000068a4}, + {-1510, 0, 1792, 0x00000000}, + {-1500, 0, 1725, 0x0000518c} + } +}; + +BetaStandTile tile_414 = { + "p730a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1654, 0, 1651, 0x00005420}, + {-1577, 0, 1802, 0x00000000}, + {-1510, 0, 1792, 0x00006868} + } +}; + +BetaStandTile tile_415 = { + "p729a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1490, 0, 1792, 0x0000691c}, + {-1346, 0, 1651, 0x00005150}, + {-1500, 0, 1725, 0x00000000} + } +}; + +BetaStandTile tile_416 = { + "p729a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1490, 0, 1792, 0x00000000}, + {-1423, 0, 1802, 0x000053e4}, + {-1346, 0, 1651, 0x000068e0} + } +}; + +BetaStandTile tile_417 = { + "p732a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1577, 0, 1802, 0x00006994}, + {-1500, 0, 1885, 0x00000000}, + {-1510, 0, 1811, 0x00000000} + } +}; + +BetaStandTile tile_418 = { + "p732a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1577, 0, 1802, 0x0000545c}, + {-1658, 0, 2115, 0x00005610}, + {-1500, 0, 1885, 0x00006958} + } +}; + +BetaStandTile tile_419 = { + "p731a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1500, 0, 1885, 0x00006a0c}, + {-1423, 0, 1802, 0x00000000}, + {-1490, 0, 1811, 0x00000000} + } +}; + +BetaStandTile tile_420 = { + "p731a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1500, 0, 1885, 0x00005610}, + {-1339, 0, 2115, 0x000053a8}, + {-1423, 0, 1802, 0x000069d0} + } +}; + +BetaStandTile tile_421 = { + "p702a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1348, 0, 577, 0x00006a84}, + {-1202, 0, 875, 0x00000000}, + {-1192, 0, 808, 0x00005a94} + } +}; + +BetaStandTile tile_422 = { + "p702a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1348, 0, 577, 0x000059a4}, + {-1269, 0, 885, 0x00000000}, + {-1202, 0, 875, 0x00006a48} + } +}; + +BetaStandTile tile_423 = { + "p701a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1183, 0, 875, 0x00006afc}, + {-1037, 0, 577, 0x00005a94}, + {-1192, 0, 808, 0x00000000} + } +}; + +BetaStandTile tile_424 = { + "p701a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1183, 0, 875, 0x00000000}, + {-1115, 0, 885, 0x00005a1c}, + {-1037, 0, 577, 0x00006ac0} + } +}; + +BetaStandTile tile_425 = { + "p704a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1269, 0, 885, 0x00006b74}, + {-1192, 0, 968, 0x00000000}, + {-1202, 0, 894, 0x00000000} + } +}; + +BetaStandTile tile_426 = { + "p704a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1269, 0, 885, 0x00005968}, + {-1346, 0, 1041, 0x00004dcc}, + {-1192, 0, 968, 0x00006b38} + } +}; + +BetaStandTile tile_427 = { + "p703a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 968, 0x00006bec}, + {-1115, 0, 885, 0x00000000}, + {-1183, 0, 894, 0x00000000} + } +}; + +BetaStandTile tile_428 = { + "p703a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 968, 0x00004d90}, + {-1038, 0, 1041, 0x000059e0}, + {-1115, 0, 885, 0x00006bb0} + } +}; + +BetaStandTile tile_429 = { + "p706a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1346, 0, 1041, 0x00006c64}, + {-1202, 0, 1183, 0x00000000}, + {-1192, 0, 1115, 0x00004dcc} + } +}; + +BetaStandTile tile_430 = { + "p706a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1346, 0, 1041, 0x0000509c}, + {-1269, 0, 1192, 0x00000000}, + {-1202, 0, 1183, 0x00006c28} + } +}; + +BetaStandTile tile_431 = { + "p705a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1183, 0, 1183, 0x00006cdc}, + {-1038, 0, 1041, 0x00004d90}, + {-1192, 0, 1115, 0x00000000} + } +}; + +BetaStandTile tile_432 = { + "p705a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1183, 0, 1183, 0x00000000}, + {-1115, 0, 1192, 0x00004fac}, + {-1038, 0, 1041, 0x00006ca0} + } +}; + +BetaStandTile tile_433 = { + "p708a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1269, 0, 1192, 0x00006d54}, + {-1192, 0, 1275, 0x00000000}, + {-1202, 0, 1202, 0x00000000} + } +}; + +BetaStandTile tile_434 = { + "p708a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1269, 0, 1192, 0x00005060}, + {-1346, 0, 1346, 0x00004e44}, + {-1192, 0, 1275, 0x00006d18} + } +}; + +BetaStandTile tile_435 = { + "p707a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 1275, 0x00006dcc}, + {-1115, 0, 1192, 0x00000000}, + {-1183, 0, 1202, 0x00000000} + } +}; + +BetaStandTile tile_436 = { + "p707a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 1275, 0x00004e08}, + {-1038, 0, 1346, 0x00004f70}, + {-1115, 0, 1192, 0x00006d90} + } +}; + +BetaStandTile tile_437 = { + "p710a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1346, 0, 1346, 0x00006e44}, + {-1202, 0, 1484, 0x00000000}, + {-1192, 0, 1417, 0x00004e44} + } +}; + +BetaStandTile tile_438 = { + "p710a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1346, 0, 1346, 0x00005024}, + {-1269, 0, 1494, 0x00000000}, + {-1202, 0, 1484, 0x00006e08} + } +}; + +BetaStandTile tile_439 = { + "p709a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1183, 0, 1484, 0x00006ebc}, + {-1038, 0, 1346, 0x00004e08}, + {-1192, 0, 1417, 0x00000000} + } +}; + +BetaStandTile tile_440 = { + "p709a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1183, 0, 1484, 0x00000000}, + {-1115, 0, 1494, 0x00004f34}, + {-1038, 0, 1346, 0x00006e80} + } +}; + +BetaStandTile tile_441 = { + "p712a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1269, 0, 1494, 0x00006f34}, + {-1192, 0, 1577, 0x00000000}, + {-1202, 0, 1504, 0x00000000} + } +}; + +BetaStandTile tile_442 = { + "p712a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1269, 0, 1494, 0x00004fe8}, + {-1346, 0, 1651, 0x00004ebc}, + {-1192, 0, 1577, 0x00006ef8} + } +}; + +BetaStandTile tile_443 = { + "p711a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 1577, 0x00006fac}, + {-1115, 0, 1494, 0x00000000}, + {-1183, 0, 1504, 0x00000000} + } +}; + +BetaStandTile tile_444 = { + "p711a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 1577, 0x00004e80}, + {-1038, 0, 1651, 0x00004ef8}, + {-1115, 0, 1494, 0x00006f70} + } +}; + +BetaStandTile tile_445 = { + "p714a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1346, 0, 1651, 0x00007024}, + {-1202, 0, 1792, 0x00000000}, + {-1192, 0, 1725, 0x00004ebc} + } +}; + +BetaStandTile tile_446 = { + "p714a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1346, 0, 1651, 0x000053e4}, + {-1269, 0, 1802, 0x00000000}, + {-1202, 0, 1792, 0x00006fe8} + } +}; + +BetaStandTile tile_447 = { + "p713a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1183, 0, 1792, 0x0000709c}, + {-1038, 0, 1651, 0x00004e80}, + {-1192, 0, 1725, 0x00000000} + } +}; + +BetaStandTile tile_448 = { + "p713a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1183, 0, 1792, 0x00000000}, + {-1115, 0, 1802, 0x0000536c}, + {-1038, 0, 1651, 0x00007060} + } +}; + +BetaStandTile tile_449 = { + "p716a2", + 0x0, + 0xd, 0xd, 0xd, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1269, 0, 1802, 0x00007114}, + {-1192, 0, 1885, 0x00000000}, + {-1202, 0, 1811, 0x00000000} + } +}; + +BetaStandTile tile_450 = { + "p716a1", + 0x0, + 0xd, 0xd, 0xd, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1269, 0, 1802, 0x000053a8}, + {-1339, 0, 2115, 0x000055d4}, + {-1192, 0, 1885, 0x000070d8} + } +}; + +BetaStandTile tile_451 = { + "p715a2", + 0x0, + 0xd, 0xd, 0xd, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 1885, 0x0000718c}, + {-1115, 0, 1802, 0x00000000}, + {-1183, 0, 1811, 0x00000000} + } +}; + +BetaStandTile tile_452 = { + "p715a1", + 0x0, + 0xd, 0xd, 0xd, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1192, 0, 1885, 0x000055d4}, + {-1154, 0, 2115, 0x00005330}, + {-1115, 0, 1802, 0x00007150} + } +}; + +BetaStandTile tile_453 = { + "p686a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1037, 0, 577, 0x00007204}, + {-894, 0, 875, 0x00000000}, + {-885, 0, 808, 0x00005a58} + } +}; + +BetaStandTile tile_454 = { + "p686a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1037, 0, 577, 0x00005a1c}, + {-962, 0, 885, 0x00000000}, + {-894, 0, 875, 0x000071c8} + } +}; + +BetaStandTile tile_455 = { + "p685a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-875, 0, 875, 0x0000727c}, + {-577, 0, 577, 0x00005a58}, + {-885, 0, 808, 0x00000000} + } +}; + +BetaStandTile tile_456 = { + "p685a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-875, 0, 875, 0x00000000}, + {-808, 0, 885, 0x00005498}, + {-577, 0, 577, 0x00007240} + } +}; + +BetaStandTile tile_457 = { + "p688a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-962, 0, 885, 0x000072f4}, + {-885, 0, 968, 0x00000000}, + {-894, 0, 894, 0x00000000} + } +}; + +BetaStandTile tile_458 = { + "p688a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-962, 0, 885, 0x000059e0}, + {-1038, 0, 1041, 0x00004c64}, + {-885, 0, 968, 0x000072b8} + } +}; + +BetaStandTile tile_459 = { + "p687a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-885, 0, 968, 0x0000736c}, + {-808, 0, 885, 0x00000000}, + {-875, 0, 894, 0x00000000} + } +}; + +BetaStandTile tile_460 = { + "p687a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-885, 0, 968, 0x00004c28}, + {-577, 0, 1040, 0x00005498}, + {-808, 0, 885, 0x00007330} + } +}; + +BetaStandTile tile_461 = { + "p690a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1038, 0, 1041, 0x000073e4}, + {-894, 0, 1183, 0x00000000}, + {-885, 0, 1115, 0x00004c64} + } +}; + +BetaStandTile tile_462 = { + "p690a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1038, 0, 1041, 0x00004fac}, + {-962, 0, 1192, 0x00000000}, + {-894, 0, 1183, 0x000073a8} + } +}; + +BetaStandTile tile_463 = { + "p689a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-875, 0, 1183, 0x0000745c}, + {-577, 0, 1040, 0x00004c28}, + {-885, 0, 1115, 0x00000000} + } +}; + +BetaStandTile tile_464 = { + "p689a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-875, 0, 1183, 0x00000000}, + {-808, 0, 1192, 0x000054d4}, + {-577, 0, 1040, 0x00007420} + } +}; + +BetaStandTile tile_465 = { + "p692a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-962, 0, 1192, 0x000074d4}, + {-885, 0, 1275, 0x00000000}, + {-894, 0, 1202, 0x00000000} + } +}; + +BetaStandTile tile_466 = { + "p692a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-962, 0, 1192, 0x00004f70}, + {-1038, 0, 1346, 0x00004cdc}, + {-885, 0, 1275, 0x00007498} + } +}; + +BetaStandTile tile_467 = { + "p691a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-885, 0, 1275, 0x0000754c}, + {-808, 0, 1192, 0x00000000}, + {-875, 0, 1202, 0x00000000} + } +}; + +BetaStandTile tile_468 = { + "p691a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-885, 0, 1275, 0x00004ca0}, + {-577, 0, 1347, 0x000054d4}, + {-808, 0, 1192, 0x00007510} + } +}; + +BetaStandTile tile_469 = { + "p694a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1038, 0, 1346, 0x000075c4}, + {-894, 0, 1484, 0x00000000}, + {-875, 0, 1417, 0x00004cdc} + } +}; + +BetaStandTile tile_470 = { + "p694a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1038, 0, 1346, 0x00004f34}, + {-962, 0, 1494, 0x00000000}, + {-894, 0, 1484, 0x00007588} + } +}; + +BetaStandTile tile_471 = { + "p693a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-875, 0, 1484, 0x0000763c}, + {-577, 0, 1347, 0x00004ca0}, + {-875, 0, 1417, 0x00000000} + } +}; + +BetaStandTile tile_472 = { + "p693a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-875, 0, 1484, 0x00000000}, + {-808, 0, 1494, 0x00005510}, + {-577, 0, 1347, 0x00007600} + } +}; + +BetaStandTile tile_473 = { + "p696a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-962, 0, 1494, 0x000076b4}, + {-885, 0, 1577, 0x00000000}, + {-894, 0, 1504, 0x00000000} + } +}; + +BetaStandTile tile_474 = { + "p696a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-962, 0, 1494, 0x00004ef8}, + {-1038, 0, 1651, 0x00004d54}, + {-885, 0, 1577, 0x00007678} + } +}; + +BetaStandTile tile_475 = { + "p695a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-885, 0, 1577, 0x0000772c}, + {-808, 0, 1494, 0x00000000}, + {-875, 0, 1504, 0x00000000} + } +}; + +BetaStandTile tile_476 = { + "p695a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-885, 0, 1577, 0x00004d18}, + {-577, 0, 1731, 0x00005510}, + {-808, 0, 1494, 0x000076f0} + } +}; + +BetaStandTile tile_477 = { + "p698a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1038, 0, 1651, 0x000077a4}, + {-894, 0, 1792, 0x00000000}, + {-885, 0, 1725, 0x00004d54} + } +}; + +BetaStandTile tile_478 = { + "p698a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-1038, 0, 1651, 0x0000536c}, + {-962, 0, 1802, 0x00000000}, + {-894, 0, 1792, 0x00007768} + } +}; + +BetaStandTile tile_479 = { + "p697a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-875, 0, 1792, 0x0000781c}, + {-577, 0, 1731, 0x00004d18}, + {-885, 0, 1725, 0x00000000} + } +}; + +BetaStandTile tile_480 = { + "p697a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-875, 0, 1792, 0x00000000}, + {-808, 0, 1802, 0x0000554c}, + {-577, 0, 1731, 0x000077e0} + } +}; + +BetaStandTile tile_481 = { + "p700a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-962, 0, 1802, 0x00007894}, + {-885, 0, 1885, 0x00000000}, + {-894, 0, 1811, 0x00000000} + } +}; + +BetaStandTile tile_482 = { + "p700a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-962, 0, 1802, 0x00005330}, + {-1154, 0, 2115, 0x00005588}, + {-885, 0, 1885, 0x00007858} + } +}; + +BetaStandTile tile_483 = { + "p699a2", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-885, 0, 1885, 0x0000790c}, + {-808, 0, 1802, 0x00000000}, + {-875, 0, 1811, 0x00000000} + } +}; + +BetaStandTile tile_484 = { + "p699a1", + 0x0, + 0xc, 0xc, 0xc, + 0x0001, + 3, + 0x00, 0x01, 0x02, + { + {-885, 0, 1885, 0x00005588}, + {-577, 0, 2115, 0x0000554c}, + {-808, 0, 1802, 0x000078d0} + } +}; + +StandTile tile_485 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_cave_all_p_stanZ.c b/assets/obseg/stan/Tbg_cave_all_p_stanZ.c new file mode 100644 index 0000000..813e68a --- /dev/null +++ b/assets/obseg/stan/Tbg_cave_all_p_stanZ.c @@ -0,0 +1,18713 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:12 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_cave_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x003830, 0x3f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {522, 119, -940, 0x0000}, + {522, 119, -975, 0x0030}, + {489, 119, -940, 0x0014} + } +}; + +StandTile tile_1 = { + 0x003430, 0x3f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {522, 119, -906, 0x0000}, + {522, 119, -940, 0x0010}, + {489, 119, -940, 0x0018} + } +}; + +StandTile tile_2 = { + 0x003730, 0x3f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {489, 119, -906, 0x0000}, + {522, 119, -906, 0x0014}, + {489, 119, -940, 0x001c} + } +}; + +StandTile tile_3 = { + 0x003330, 0x3f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {455, 119, -906, 0x0000}, + {489, 119, -906, 0x0018}, + {489, 119, -940, 0x0020} + } +}; + +StandTile tile_4 = { + 0x004a30, 0x3f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {455, 119, -920, 0x0000}, + {455, 119, -906, 0x001c}, + {489, 119, -940, 0x0024} + } +}; + +StandTile tile_5 = { + 0x003930, 0x3f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 119, -940, 0x00b0}, + {455, 119, -920, 0x0020}, + {489, 119, -940, 0x0028} + } +}; + +StandTile tile_6 = { + 0x004b30, 0x3f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 119, -960, 0x00ac}, + {455, 119, -940, 0x0024}, + {489, 119, -940, 0x002c} + } +}; + +StandTile tile_7 = { + 0x003530, 0x3f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {455, 119, -975, 0x0000}, + {455, 119, -960, 0x0028}, + {489, 119, -940, 0x0034} + } +}; + +StandTile tile_8 = { + 0x003630, 0x3f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {489, 119, -940, 0x0010}, + {522, 119, -975, 0x0000}, + {489, 119, -975, 0x0034} + } +}; + +StandTile tile_9 = { + 0x000830, 0x3f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {455, 119, -975, 0x002c}, + {489, 119, -940, 0x0030}, + {489, 119, -975, 0x0000} + } +}; + +StandTile tile_10 = { + 0x003828, 0x3e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1463, -733, -197, 0x0000}, + {1497, -733, -197, 0x0058}, + {1463, -733, -230, 0x003c} + } +}; + +StandTile tile_11 = { + 0x003428, 0x3e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1428, -733, -197, 0x0000}, + {1463, -733, -197, 0x0038}, + {1463, -733, -230, 0x0040} + } +}; + +StandTile tile_12 = { + 0x003728, 0x3e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1428, -733, -230, 0x0000}, + {1428, -733, -197, 0x003c}, + {1463, -733, -230, 0x0044} + } +}; + +StandTile tile_13 = { + 0x003328, 0x3e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1428, -733, -264, 0x0000}, + {1428, -733, -230, 0x0040}, + {1463, -733, -230, 0x0048} + } +}; + +StandTile tile_14 = { + 0x004a28, 0x3e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1443, -733, -264, 0x0000}, + {1428, -733, -264, 0x0044}, + {1463, -733, -230, 0x004c} + } +}; + +StandTile tile_15 = { + 0x003928, 0x3e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1463, -733, -264, 0x1674}, + {1443, -733, -264, 0x0048}, + {1463, -733, -230, 0x0050} + } +}; + +StandTile tile_16 = { + 0x004b28, 0x3e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1483, -733, -264, 0x1670}, + {1463, -733, -264, 0x004c}, + {1463, -733, -230, 0x0054} + } +}; + +StandTile tile_17 = { + 0x003528, 0x3e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1497, -733, -264, 0x0000}, + {1483, -733, -264, 0x0050}, + {1463, -733, -230, 0x005c} + } +}; + +StandTile tile_18 = { + 0x003628, 0x3e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1463, -733, -230, 0x0038}, + {1497, -733, -197, 0x0000}, + {1497, -733, -230, 0x005c} + } +}; + +StandTile tile_19 = { + 0x000828, 0x3e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1497, -733, -264, 0x0054}, + {1463, -733, -230, 0x0058}, + {1497, -733, -230, 0x0000} + } +}; + +StandTile tile_20 = { + 0x03fe20, 0x3c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {300, 119, -1042, 0x009c}, + {235, 119, -1091, 0x0064}, + {284, 119, -1026, 0x0000} + } +}; + +StandTile tile_21 = { + 0x040b20, 0x3c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {235, 119, -1091, 0x0000}, + {211, 119, -1055, 0x0068}, + {284, 119, -1026, 0x0060} + } +}; + +StandTile tile_22 = { + 0x040c20, 0x3c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {211, 119, -1055, 0x0070}, + {222, 119, -1015, 0x006c}, + {284, 119, -1026, 0x0064} + } +}; + +StandTile tile_23 = { + 0x040d20, 0x3c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {222, 119, -1015, 0x00d8}, + {284, 119, -1015, 0x0000}, + {284, 119, -1026, 0x0068} + } +}; + +StandTile tile_24 = { + 0x040520, 0x3c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {211, 119, -1055, 0x0000}, + {202, 119, -1015, 0x0000}, + {222, 119, -1015, 0x0068} + } +}; + +StandTile tile_25 = { + 0x047720, 0x3c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {423, 119, -1015, 0x0078}, + {361, 119, -1026, 0x0000}, + {361, 119, -1015, 0x0104} + } +}; + +StandTile tile_26 = { + 0x041220, 0x3c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {423, 119, -1015, 0x0080}, + {439, 119, -1055, 0x007c}, + {361, 119, -1026, 0x0074} + } +}; + +StandTile tile_27 = { + 0x041120, 0x3c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {439, 119, -1055, 0x0000}, + {410, 119, -1091, 0x0084}, + {361, 119, -1026, 0x0078} + } +}; + +StandTile tile_28 = { + 0x040320, 0x3c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {423, 119, -1015, 0x0000}, + {444, 119, -1015, 0x0000}, + {439, 119, -1055, 0x0078} + } +}; + +StandTile tile_29 = { + 0x03fc20, 0x3c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {410, 119, -1091, 0x0088}, + {345, 119, -1042, 0x0000}, + {361, 119, -1026, 0x007c} + } +}; + +StandTile tile_30 = { + 0x040a20, 0x3c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {410, 119, -1091, 0x0000}, + {374, 119, -1116, 0x008c}, + {345, 119, -1042, 0x0084} + } +}; + +StandTile tile_31 = { + 0x040920, 0x3c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {374, 119, -1116, 0x00a0}, + {334, 119, -1104, 0x0090}, + {345, 119, -1042, 0x0088} + } +}; + +StandTile tile_32 = { + 0x040820, 0x3c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {334, 119, -1104, 0x0094}, + {300, 119, -1042, 0x0000}, + {345, 119, -1042, 0x008c} + } +}; + +StandTile tile_33 = { + 0x041020, 0x3c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {334, 119, -1104, 0x0000}, + {311, 119, -1104, 0x0098}, + {300, 119, -1042, 0x0090} + } +}; + +StandTile tile_34 = { + 0x040620, 0x3c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {311, 119, -1104, 0x00a4}, + {271, 119, -1120, 0x009c}, + {300, 119, -1042, 0x0094} + } +}; + +StandTile tile_35 = { + 0x040720, 0x3c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {271, 119, -1120, 0x0000}, + {235, 119, -1091, 0x0060}, + {300, 119, -1042, 0x0098} + } +}; + +StandTile tile_36 = { + 0x040220, 0x3c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {374, 119, -1116, 0x0000}, + {334, 119, -1125, 0x0000}, + {334, 119, -1104, 0x008c} + } +}; + +StandTile tile_37 = { + 0x040120, 0x3c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {311, 119, -1104, 0x0000}, + {311, 119, -1125, 0x0000}, + {271, 119, -1120, 0x0098} + } +}; + +StandTile tile_38 = { + 0x042520, 0x3b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {450, 119, -920, 0x0000}, + {455, 119, -920, 0x00b0}, + {450, 119, -960, 0x00f8} + } +}; + +StandTile tile_39 = { + 0x047f20, 0x3b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {455, 119, -940, 0x0028}, + {455, 119, -960, 0x0000}, + {450, 119, -960, 0x00b0} + } +}; + +StandTile tile_40 = { + 0x042820, 0x3b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {455, 119, -920, 0x0024}, + {455, 119, -940, 0x00ac}, + {450, 119, -960, 0x00a8} + } +}; + +StandTile tile_41 = { + 0x03f920, 0x3b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {446, 119, -885, 0x00ec}, + {361, 119, -981, 0x00b8}, + {394, 119, -887, 0x0000} + } +}; + +StandTile tile_42 = { + 0x041a20, 0x3b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {361, 119, -981, 0x0000}, + {345, 119, -966, 0x00bc}, + {394, 119, -887, 0x00b4} + } +}; + +StandTile tile_43 = { + 0x041920, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {345, 119, -966, 0x00c4}, + {334, 119, -903, 0x00c0}, + {394, 119, -887, 0x00b8} + } +}; + +StandTile tile_44 = { + 0x041620, 0x3b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {334, 119, -903, 0x0000}, + {334, 119, -883, 0x0000}, + {394, 119, -887, 0x00bc} + } +}; + +StandTile tile_45 = { + 0x041520, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {345, 119, -966, 0x0000}, + {300, 119, -966, 0x00c8}, + {334, 119, -903, 0x00bc} + } +}; + +StandTile tile_46 = { + 0x042020, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {300, 119, -966, 0x00cc}, + {311, 119, -903, 0x0000}, + {334, 119, -903, 0x00c4} + } +}; + +StandTile tile_47 = { + 0x041820, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {300, 119, -966, 0x00d0}, + {260, 119, -887, 0x00d4}, + {311, 119, -903, 0x00c8} + } +}; + +StandTile tile_48 = { + 0x041d20, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {300, 119, -966, 0x00e8}, + {199, 119, -883, 0x0000}, + {260, 119, -887, 0x00cc} + } +}; + +StandTile tile_49 = { + 0x041720, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {260, 119, -887, 0x0000}, + {311, 119, -887, 0x0000}, + {311, 119, -903, 0x00cc} + } +}; + +StandTile tile_50 = { + 0x047620, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {222, 119, -1015, 0x00dc}, + {284, 119, -981, 0x0000}, + {284, 119, -1015, 0x006c} + } +}; + +StandTile tile_51 = { + 0x040f20, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {222, 119, -1015, 0x0000}, + {222, 119, -981, 0x00e0}, + {284, 119, -981, 0x00d8} + } +}; + +StandTile tile_52 = { + 0x040e20, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {222, 119, -981, 0x0118}, + {211, 119, -932, 0x00e4}, + {284, 119, -981, 0x00dc} + } +}; + +StandTile tile_53 = { + 0x041e20, 0x3b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {211, 119, -932, 0x00e8}, + {300, 119, -966, 0x0000}, + {284, 119, -981, 0x00e0} + } +}; + +StandTile tile_54 = { + 0x041f20, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {211, 119, -932, 0x0114}, + {199, 119, -883, 0x00d0}, + {300, 119, -966, 0x00e4} + } +}; + +StandTile tile_55 = { + 0x03fa20, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {446, 119, -885, 0x0000}, + {446, 119, -916, 0x00f0}, + {361, 119, -981, 0x00b4} + } +}; + +StandTile tile_56 = { + 0x041b20, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {446, 119, -916, 0x00f4}, + {446, 119, -965, 0x00fc}, + {361, 119, -981, 0x00ec} + } +}; + +StandTile tile_57 = { + 0x042620, 0x3b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {446, 119, -916, 0x00f8}, + {450, 119, -960, 0x0000}, + {446, 119, -965, 0x00f0} + } +}; + +StandTile tile_58 = { + 0x042720, 0x3b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {446, 119, -916, 0x0000}, + {450, 119, -920, 0x00a8}, + {450, 119, -960, 0x00f4} + } +}; + +StandTile tile_59 = { + 0x041c20, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {446, 119, -965, 0x0108}, + {423, 119, -992, 0x0100}, + {361, 119, -981, 0x00f0} + } +}; + +StandTile tile_60 = { + 0x041420, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {423, 119, -992, 0x0000}, + {423, 119, -1015, 0x0104}, + {361, 119, -981, 0x00fc} + } +}; + +StandTile tile_61 = { + 0x041320, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {423, 119, -1015, 0x0074}, + {361, 119, -1015, 0x0000}, + {361, 119, -981, 0x0100} + } +}; + +StandTile tile_62 = { + 0x040420, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {446, 119, -965, 0x0000}, + {446, 119, -992, 0x0000}, + {423, 119, -992, 0x00fc} + } +}; + +StandTile tile_63 = { + 0x042420, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {148, 119, -905, 0x0114}, + {211, 119, -932, 0x0118}, + {177, 119, -981, 0x0138} + } +}; + +StandTile tile_64 = { + 0x042320, 0x3b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {177, 119, -1015, 0x0000}, + {188, 119, -1015, 0x0000}, + {157, 119, -1024, 0x0130} + } +}; + +StandTile tile_65 = { + 0x042220, 0x3b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {148, 119, -905, 0x0000}, + {199, 119, -883, 0x00e8}, + {211, 119, -932, 0x010c} + } +}; + +StandTile tile_66 = { + 0x042120, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {211, 119, -932, 0x00e0}, + {222, 119, -981, 0x0000}, + {177, 119, -981, 0x010c} + } +}; + +StandTile tile_67 = { + 0x047422, 0x3b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {81, 119, -1009, 0x0120}, + {76, 129, -980, 0x0000}, + {81, 119, -980, 0x0140} + } +}; + +StandTile tile_68 = { + 0x047421, 0x3b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {81, 119, -1009, 0x0000}, + {76, 129, -1009, 0x0128}, + {76, 129, -980, 0x011c} + } +}; + +StandTile tile_69 = { + 0x047122, 0x3b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {76, 129, -980, 0x0128}, + {67, 129, -1009, 0x014c}, + {67, 129, -980, 0x0000} + } +}; + +StandTile tile_70 = { + 0x047121, 0x3b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {76, 129, -980, 0x0120}, + {76, 129, -1009, 0x0000}, + {67, 129, -1009, 0x0124} + } +}; + +StandTile tile_71 = { + 0x042920, 0x3b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {177, 119, -981, 0x0000}, + {177, 119, -1015, 0x0130}, + {129, 119, -1013, 0x0134} + } +}; + +StandTile tile_72 = { + 0x042b20, 0x3b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {177, 119, -1015, 0x0110}, + {157, 119, -1024, 0x0148}, + {129, 119, -1013, 0x012c} + } +}; + +StandTile tile_73 = { + 0x042c20, 0x3b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {81, 119, -954, 0x0138}, + {177, 119, -981, 0x012c}, + {129, 119, -1013, 0x0144} + } +}; + +StandTile tile_74 = { + 0x042d20, 0x3b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {81, 119, -954, 0x0000}, + {148, 119, -905, 0x010c}, + {177, 119, -981, 0x0134} + } +}; + +StandTile tile_75 = { + 0x047320, 0x3b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {129, 119, -1013, 0x0148}, + {81, 119, -1044, 0x0000}, + {81, 119, -1009, 0x0140} + } +}; + +StandTile tile_76 = { + 0x047220, 0x3b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {129, 119, -1013, 0x013c}, + {81, 119, -1009, 0x011c}, + {81, 119, -980, 0x0144} + } +}; + +StandTile tile_77 = { + 0x032820, 0x3b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {81, 119, -954, 0x0134}, + {129, 119, -1013, 0x0140}, + {81, 119, -980, 0x0000} + } +}; + +StandTile tile_78 = { + 0x042a20, 0x3b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {157, 119, -1024, 0x0000}, + {81, 119, -1044, 0x013c}, + {129, 119, -1013, 0x0130} + } +}; + +StandTile tile_79 = { + 0x046e22, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {67, 129, -1009, 0x0150}, + {20, 129, -980, 0x0000}, + {67, 129, -980, 0x0124} + } +}; + +StandTile tile_80 = { + 0x046e21, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {67, 129, -1009, 0x0000}, + {20, 129, -1009, 0x0154}, + {20, 129, -980, 0x014c} + } +}; + +StandTile tile_81 = { + 0x046d22, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {20, 129, -1009, 0x0158}, + {10, 129, -980, 0x0000}, + {20, 129, -980, 0x0150} + } +}; + +StandTile tile_82 = { + 0x046d21, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {20, 129, -1009, 0x0000}, + {10, 129, -1009, 0x015c}, + {10, 129, -980, 0x0154} + } +}; + +StandTile tile_83 = { + 0x046c22, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {10, 129, -1009, 0x0160}, + {7, 131, -981, 0x0000}, + {10, 129, -980, 0x0158} + } +}; + +StandTile tile_84 = { + 0x046c21, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {10, 129, -1009, 0x0000}, + {7, 131, -1008, 0x0168}, + {7, 131, -981, 0x015c} + } +}; + +StandTile tile_85 = { + 0x047a22, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3, 129, -980, 0x0168}, + {7, 131, -1008, 0x0000}, + {3, 129, -1009, 0x0178} + } +}; + +StandTile tile_86 = { + 0x047a21, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3, 129, -980, 0x0000}, + {7, 131, -981, 0x0160}, + {7, 131, -1008, 0x0164} + } +}; + +StandTile tile_87 = { + 0x045d22, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-581, 129, -1009, 0x0170}, + {-585, 131, -981, 0x0000}, + {-581, 129, -980, 0x0180} + } +}; + +StandTile tile_88 = { + 0x045d21, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-581, 129, -1009, 0x0000}, + {-585, 131, -1008, 0x01b0}, + {-585, 131, -981, 0x016c} + } +}; + +StandTile tile_89 = { + 0x046922, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {0, 125, -980, 0x0178}, + {3, 129, -1009, 0x0000}, + {0, 125, -1009, 0x0190} + } +}; + +StandTile tile_90 = { + 0x046921, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {0, 125, -980, 0x0000}, + {3, 129, -980, 0x0164}, + {3, 129, -1009, 0x0174} + } +}; + +StandTile tile_91 = { + 0x046622, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-578, 125, -1009, 0x0180}, + {-581, 129, -980, 0x0000}, + {-578, 125, -980, 0x01a4} + } +}; + +StandTile tile_92 = { + 0x046621, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-578, 125, -1009, 0x0000}, + {-581, 129, -1009, 0x016c}, + {-581, 129, -980, 0x017c} + } +}; + +StandTile tile_93 = { + 0x046720, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 125, -1009, 0x0000}, + {0, 125, -1015, 0x0000}, + {-54, 125, -1015, 0x018c} + } +}; + +StandTile tile_94 = { + 0x046820, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 125, -974, 0x0000}, + {0, 125, -974, 0x0000}, + {0, 125, -980, 0x0190} + } +}; + +StandTile tile_95 = { + 0x046322, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 125, -974, 0x0190}, + {0, 125, -1009, 0x0184}, + {-54, 125, -1015, 0x0198} + } +}; + +StandTile tile_96 = { + 0x046321, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 125, -974, 0x0188}, + {0, 125, -980, 0x0174}, + {0, 125, -1009, 0x018c} + } +}; + +StandTile tile_97 = { + 0x045e22, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-520, 125, -974, 0x0198}, + {-54, 125, -1015, 0x0000}, + {-520, 125, -1015, 0x01a0} + } +}; + +StandTile tile_98 = { + 0x045e21, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-520, 125, -974, 0x0000}, + {-54, 125, -974, 0x018c}, + {-54, 125, -1015, 0x0194} + } +}; + +StandTile tile_99 = { + 0x046420, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-578, 125, -980, 0x0000}, + {-578, 125, -974, 0x0000}, + {-520, 125, -974, 0x01a4} + } +}; + +StandTile tile_100 = { + 0x046522, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-578, 125, -1009, 0x01a4}, + {-520, 125, -974, 0x0194}, + {-520, 125, -1015, 0x01a8} + } +}; + +StandTile tile_101 = { + 0x046521, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-578, 125, -1009, 0x017c}, + {-578, 125, -980, 0x019c}, + {-520, 125, -974, 0x01a0} + } +}; + +StandTile tile_102 = { + 0x003420, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-578, 125, -1015, 0x0000}, + {-578, 125, -1009, 0x01a0}, + {-520, 125, -1015, 0x0000} + } +}; + +StandTile tile_103 = { + 0x08bc1a, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-588, 129, -980, 0x01b0}, + {-585, 131, -1008, 0x0000}, + {-588, 129, -1009, 0x01b8} + } +}; + +StandTile tile_104 = { + 0x08bc19, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-588, 129, -980, 0x0000}, + {-585, 131, -981, 0x0170}, + {-585, 131, -1008, 0x01ac} + } +}; + +StandTile tile_105 = { + 0x08bb1a, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-598, 129, -980, 0x01b8}, + {-588, 129, -1009, 0x0000}, + {-598, 129, -1009, 0x01c0} + } +}; + +StandTile tile_106 = { + 0x08bb19, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-598, 129, -980, 0x0000}, + {-588, 129, -980, 0x01ac}, + {-588, 129, -1009, 0x01b4} + } +}; + +StandTile tile_107 = { + 0x08ba1a, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-645, 129, -980, 0x01c0}, + {-598, 129, -1009, 0x0000}, + {-645, 129, -1009, 0x052e} + } +}; + +StandTile tile_108 = { + 0x08ba19, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-645, 129, -980, 0x0000}, + {-598, 129, -980, 0x01b4}, + {-598, 129, -1009, 0x01bc} + } +}; + +StandTile tile_109 = { + 0x09a518, 0x35, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-766, 47, -240, 0x02a4}, + {-766, 31, -161, 0x01c8}, + {-708, 11, -141, 0x01d0} + } +}; + +StandTile tile_110 = { + 0x09a418, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-708, 11, -101, 0x0224}, + {-708, 11, -141, 0x01c4}, + {-766, 31, -161, 0x01cc} + } +}; + +StandTile tile_111 = { + 0x09a218, 0x35, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-766, 87, -94, 0x0000}, + {-708, 11, -101, 0x01c8}, + {-766, 31, -161, 0x02a8} + } +}; + +StandTile tile_112 = { + 0x09a018, 0x35, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-708, 11, -141, 0x0228}, + {-710, 11, -222, 0x0000}, + {-766, 47, -240, 0x01c4} + } +}; + +StandTile tile_113 = { + 0x0b4018, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-466, 11, -237, 0x01d8}, + {-435, 11, -327, 0x01dc}, + {-524, 11, -300, 0x01f8} + } +}; + +StandTile tile_114 = { + 0x0b3f18, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-385, 11, -327, 0x0000}, + {-435, 11, -327, 0x01d4}, + {-466, 11, -237, 0x0000} + } +}; + +StandTile tile_115 = { + 0x0b3e18, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-475, 11, -354, 0x01e0}, + {-524, 11, -300, 0x01d4}, + {-435, 11, -327, 0x0000} + } +}; + +StandTile tile_116 = { + 0x0b3d18, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-497, 11, -381, 0x01e4}, + {-524, 11, -300, 0x01dc}, + {-475, 11, -354, 0x0000} + } +}; + +StandTile tile_117 = { + 0x0b3c18, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-497, 11, -381, 0x01e8}, + {-529, 11, -444, 0x0234}, + {-524, 11, -300, 0x01e0} + } +}; + +StandTile tile_118 = { + 0x0b3b18, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-497, 11, -488, 0x01ec}, + {-529, 11, -444, 0x01e4}, + {-497, 11, -381, 0x0000} + } +}; + +StandTile tile_119 = { + 0x0b3a18, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-497, 11, -488, 0x01f0}, + {-533, 11, -587, 0x023c}, + {-529, 11, -444, 0x01e8} + } +}; + +StandTile tile_120 = { + 0x0b3918, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-475, 11, -515, 0x01f4}, + {-533, 11, -587, 0x01ec}, + {-497, 11, -488, 0x0000} + } +}; + +StandTile tile_121 = { + 0x0b3818, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-437, 11, -553, 0x0000}, + {-533, 11, -587, 0x01f0}, + {-475, 11, -515, 0x0000} + } +}; + +StandTile tile_122 = { + 0x098218, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-466, 11, -237, 0x01d4}, + {-524, 11, -300, 0x0204}, + {-501, 11, -159, 0x01fc} + } +}; + +StandTile tile_123 = { + 0x098118, 0x35, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-432, 11, -123, 0x0000}, + {-466, 11, -237, 0x01f8}, + {-501, 11, -159, 0x0200} + } +}; + +StandTile tile_124 = { + 0x098018, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-477, 11, -37, 0x0000}, + {-432, 11, -123, 0x01fc}, + {-501, 11, -159, 0x0208} + } +}; + +StandTile tile_125 = { + 0x097f18, 0x35, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-501, 11, -159, 0x01f8}, + {-524, 11, -300, 0x0234}, + {-612, 11, -295, 0x0214} + } +}; + +StandTile tile_126 = { + 0x097e18, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-508, 11, -37, 0x0000}, + {-477, 11, -37, 0x0200}, + {-501, 11, -159, 0x020c} + } +}; + +StandTile tile_127 = { + 0x097d18, 0x35, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-543, 11, -37, 0x0bc0}, + {-508, 11, -37, 0x0208}, + {-501, 11, -159, 0x0210} + } +}; + +StandTile tile_128 = { + 0x097c18, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-596, 11, -37, 0x0000}, + {-543, 11, -37, 0x020c}, + {-501, 11, -159, 0x0218} + } +}; + +StandTile tile_129 = { + 0x097b18, 0x35, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-501, 11, -159, 0x0204}, + {-612, 11, -295, 0x022c}, + {-604, 11, -174, 0x0218} + } +}; + +StandTile tile_130 = { + 0x097a18, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-596, 11, -37, 0x0210}, + {-501, 11, -159, 0x0214}, + {-604, 11, -174, 0x021c} + } +}; + +StandTile tile_131 = { + 0x097918, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-674, 11, -45, 0x0000}, + {-596, 11, -37, 0x0218}, + {-604, 11, -174, 0x0220} + } +}; + +StandTile tile_132 = { + 0x097818, 0x35, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-708, 11, -101, 0x0000}, + {-674, 11, -45, 0x021c}, + {-604, 11, -174, 0x0224} + } +}; + +StandTile tile_133 = { + 0x097718, 0x35, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-708, 11, -141, 0x01c8}, + {-708, 11, -101, 0x0220}, + {-604, 11, -174, 0x0228} + } +}; + +StandTile tile_134 = { + 0x097618, 0x35, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-710, 11, -222, 0x01d0}, + {-708, 11, -141, 0x0224}, + {-604, 11, -174, 0x022c} + } +}; + +StandTile tile_135 = { + 0x097518, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-710, 11, -222, 0x0228}, + {-604, 11, -174, 0x0214}, + {-612, 11, -295, 0x0230} + } +}; + +StandTile tile_136 = { + 0x097418, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-699, 11, -289, 0x0000}, + {-710, 11, -222, 0x022c}, + {-612, 11, -295, 0x0238} + } +}; + +StandTile tile_137 = { + 0x096818, 0x35, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-612, 11, -295, 0x0204}, + {-524, 11, -300, 0x01e4}, + {-529, 11, -444, 0x0244} + } +}; + +StandTile tile_138 = { + 0x096718, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-715, 11, -367, 0x0000}, + {-699, 11, -289, 0x0230}, + {-612, 11, -295, 0x0248} + } +}; + +StandTile tile_139 = { + 0x096618, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-529, 11, -444, 0x01ec}, + {-533, 11, -587, 0x0000}, + {-629, 11, -567, 0x0240} + } +}; + +StandTile tile_140 = { + 0x096518, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-529, 11, -444, 0x023c}, + {-629, 11, -567, 0x024c}, + {-621, 11, -431, 0x0244} + } +}; + +StandTile tile_141 = { + 0x096418, 0x35, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-612, 11, -295, 0x0234}, + {-529, 11, -444, 0x0240}, + {-621, 11, -431, 0x0248} + } +}; + +StandTile tile_142 = { + 0x096318, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-715, 11, -367, 0x0238}, + {-612, 11, -295, 0x0244}, + {-621, 11, -431, 0x0250} + } +}; + +StandTile tile_143 = { + 0x096218, 0x35, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-621, 11, -431, 0x0240}, + {-629, 11, -567, 0x0000}, + {-726, 11, -511, 0x0254} + } +}; + +StandTile tile_144 = { + 0x096118, 0x35, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-753, 11, -430, 0x0000}, + {-715, 11, -367, 0x0248}, + {-621, 11, -431, 0x0254} + } +}; + +StandTile tile_145 = { + 0x096018, 0x35, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-753, 11, -430, 0x0250}, + {-621, 11, -431, 0x024c}, + {-726, 11, -511, 0x025c} + } +}; + +StandTile tile_146 = { + 0x095f18, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-766, 11, -511, 0x0438}, + {-766, 11, -430, 0x0000}, + {-753, 11, -430, 0x025c} + } +}; + +StandTile tile_147 = { + 0x095e18, 0x35, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-766, 11, -511, 0x0258}, + {-753, 11, -430, 0x0254}, + {-726, 11, -511, 0x0000} + } +}; + +StandTile tile_148 = { + 0x08731a, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 129, -404, 0x0264}, + {-1297, 129, -375, 0x0000}, + {-1250, 129, -375, 0x02b8} + } +}; + +StandTile tile_149 = { + 0x087319, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 129, -404, 0x0000}, + {-1297, 129, -404, 0x0268}, + {-1297, 129, -375, 0x0260} + } +}; + +StandTile tile_150 = { + 0x08741a, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1297, 129, -404, 0x026c}, + {-1307, 129, -375, 0x0000}, + {-1297, 129, -375, 0x0264} + } +}; + +StandTile tile_151 = { + 0x087419, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1297, 129, -404, 0x0000}, + {-1307, 129, -404, 0x0270}, + {-1307, 129, -375, 0x0268} + } +}; + +StandTile tile_152 = { + 0x08751a, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1307, 129, -404, 0x0274}, + {-1310, 131, -377, 0x0000}, + {-1307, 129, -375, 0x026c} + } +}; + +StandTile tile_153 = { + 0x087519, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1307, 129, -404, 0x0000}, + {-1310, 131, -403, 0x093c}, + {-1310, 131, -377, 0x0270} + } +}; + +StandTile tile_154 = { + 0x094c18, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-941, 141, -161, 0x027c}, + {-974, 119, -233, 0x0330}, + {-979, 119, -161, 0x0280} + } +}; + +StandTile tile_155 = { + 0x094b18, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-941, 141, -161, 0x0290}, + {-950, 137, -228, 0x0000}, + {-974, 119, -233, 0x0278} + } +}; + +StandTile tile_156 = { + 0x094a18, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-950, 141, -85, 0x0288}, + {-941, 141, -161, 0x0278}, + {-979, 119, -161, 0x0284} + } +}; + +StandTile tile_157 = { + 0x094918, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-950, 141, -85, 0x0280}, + {-979, 119, -161, 0x033c}, + {-974, 119, -99, 0x0000} + } +}; + +StandTile tile_158 = { + 0x094818, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-941, 141, -161, 0x0280}, + {-950, 141, -85, 0x0000}, + {-901, 143, -94, 0x028c} + } +}; + +StandTile tile_159 = { + 0x094718, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-901, 143, -94, 0x02b4}, + {-894, 116, -161, 0x0290}, + {-941, 141, -161, 0x0288} + } +}; + +StandTile tile_160 = { + 0x094618, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-950, 137, -228, 0x027c}, + {-941, 141, -161, 0x028c}, + {-894, 116, -161, 0x0294} + } +}; + +StandTile tile_161 = { + 0x094518, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-894, 116, -161, 0x0298}, + {-901, 141, -240, 0x0000}, + {-950, 137, -228, 0x0290} + } +}; + +StandTile tile_162 = { + 0x094418, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-901, 141, -240, 0x0294}, + {-894, 116, -161, 0x02b0}, + {-833, 78, -143, 0x029c} + } +}; + +StandTile tile_163 = { + 0x094318, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-833, 78, -143, 0x02a0}, + {-847, 92, -228, 0x0000}, + {-901, 141, -240, 0x0298} + } +}; + +StandTile tile_164 = { + 0x094218, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-847, 92, -228, 0x029c}, + {-833, 78, -143, 0x02a8}, + {-766, 31, -161, 0x02a4} + } +}; + +StandTile tile_165 = { + 0x094118, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-766, 31, -161, 0x01c4}, + {-766, 47, -240, 0x0000}, + {-847, 92, -228, 0x02a0} + } +}; + +StandTile tile_166 = { + 0x094018, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-766, 87, -94, 0x01cc}, + {-766, 31, -161, 0x02a0}, + {-833, 78, -143, 0x02ac} + } +}; + +StandTile tile_167 = { + 0x093f18, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-833, 78, -143, 0x02b0}, + {-847, 119, -85, 0x0000}, + {-766, 87, -94, 0x02a8} + } +}; + +StandTile tile_168 = { + 0x093e18, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-847, 119, -85, 0x02ac}, + {-833, 78, -143, 0x0298}, + {-894, 116, -161, 0x02b4} + } +}; + +StandTile tile_169 = { + 0x093d18, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-894, 116, -161, 0x028c}, + {-901, 143, -94, 0x0000}, + {-847, 119, -85, 0x02b0} + } +}; + +StandTile tile_170 = { + 0x08601a, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 129, -375, 0x02bc}, + {-1250, 129, -404, 0x0260}, + {-1250, 129, -375, 0x0000} + } +}; + +StandTile tile_171 = { + 0x086019, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 129, -375, 0x02c4}, + {-1241, 129, -404, 0x0000}, + {-1250, 129, -404, 0x02b8} + } +}; + +StandTile tile_172 = { + 0x08b41a, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 119, -404, 0x02c4}, + {-1241, 129, -375, 0x0000}, + {-1237, 119, -375, 0x02dc} + } +}; + +StandTile tile_173 = { + 0x08b419, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 119, -404, 0x0000}, + {-1241, 129, -404, 0x02bc}, + {-1241, 129, -375, 0x02c0} + } +}; + +StandTile tile_174 = { + 0x05331a, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-968, 119, -430, 0x02cc}, + {-968, 112, -511, 0x0000}, + {-968, 119, -511, 0x0308} + } +}; + +StandTile tile_175 = { + 0x053319, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-968, 119, -430, 0x0000}, + {-968, 112, -430, 0x041c}, + {-968, 112, -511, 0x02c8} + } +}; + +StandTile tile_176 = { + 0x08c618, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1142, 119, -392, 0x02e8}, + {-1176, 119, -475, 0x0000}, + {-1216, 119, -446, 0x02d4} + } +}; + +StandTile tile_177 = { + 0x05eb18, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 119, -430, 0x02e0}, + {-1142, 119, -392, 0x02d0}, + {-1216, 119, -446, 0x0000} + } +}; + +StandTile tile_178 = { + 0x08b218, 0x33, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 119, -375, 0x0000}, + {-1237, 119, -349, 0x02e4}, + {-1142, 119, -392, 0x02dc} + } +}; + +StandTile tile_179 = { + 0x08b318, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 119, -404, 0x02c0}, + {-1237, 119, -375, 0x02d8}, + {-1142, 119, -392, 0x02e0} + } +}; + +StandTile tile_180 = { + 0x071b18, 0x33, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 119, -430, 0x0000}, + {-1237, 119, -404, 0x02dc}, + {-1142, 119, -392, 0x02d4} + } +}; + +StandTile tile_181 = { + 0x071c18, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 119, -349, 0x0000}, + {-1207, 119, -323, 0x02ec}, + {-1142, 119, -392, 0x02d8} + } +}; + +StandTile tile_182 = { + 0x071a18, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1142, 119, -392, 0x0300}, + {-1136, 119, -517, 0x0000}, + {-1176, 119, -475, 0x02d0} + } +}; + +StandTile tile_183 = { + 0x071818, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1207, 119, -323, 0x0000}, + {-1160, 119, -302, 0x02f0}, + {-1142, 119, -392, 0x02e4} + } +}; + +StandTile tile_184 = { + 0x071918, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1160, 119, -302, 0x0000}, + {-1149, 119, -269, 0x0304}, + {-1142, 119, -392, 0x02ec} + } +}; + +StandTile tile_185 = { + 0x08ac18, 0x33, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1052, 119, -478, 0x02fc}, + {-988, 119, -517, 0x043c}, + {-1065, 119, -517, 0x02f8} + } +}; + +StandTile tile_186 = { + 0x08a718, 0x33, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1052, 119, -478, 0x02f4}, + {-1065, 119, -517, 0x0444}, + {-1136, 119, -517, 0x0300} + } +}; + +StandTile tile_187 = { + 0x06d218, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-968, 119, -511, 0x0000}, + {-988, 119, -517, 0x02f4}, + {-1052, 119, -478, 0x0308} + } +}; + +StandTile tile_188 = { + 0x071018, 0x33, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1052, 119, -478, 0x02f8}, + {-1136, 119, -517, 0x02e8}, + {-1142, 119, -392, 0x0310} + } +}; + +StandTile tile_189 = { + 0x071118, 0x33, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1142, 119, -392, 0x02f0}, + {-1149, 119, -269, 0x0324}, + {-1058, 119, -282, 0x030c} + } +}; + +StandTile tile_190 = { + 0x071318, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-968, 119, -430, 0x02c8}, + {-968, 119, -511, 0x02fc}, + {-1052, 119, -478, 0x0314} + } +}; + +StandTile tile_191 = { + 0x071518, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1142, 119, -392, 0x0304}, + {-1058, 119, -282, 0x031c}, + {-1055, 119, -398, 0x0310} + } +}; + +StandTile tile_192 = { + 0x071418, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1052, 119, -478, 0x0300}, + {-1142, 119, -392, 0x030c}, + {-1055, 119, -398, 0x0314} + } +}; + +StandTile tile_193 = { + 0x071618, 0x33, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-968, 119, -430, 0x0308}, + {-1052, 119, -478, 0x0310}, + {-1055, 119, -398, 0x0318} + } +}; + +StandTile tile_194 = { + 0x071718, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-974, 119, -367, 0x0000}, + {-968, 119, -430, 0x0314}, + {-1055, 119, -398, 0x031c} + } +}; + +StandTile tile_195 = { + 0x071218, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-974, 119, -367, 0x0318}, + {-1055, 119, -398, 0x030c}, + {-1058, 119, -282, 0x0320} + } +}; + +StandTile tile_196 = { + 0x06d118, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-968, 119, -296, 0x0000}, + {-974, 119, -367, 0x031c}, + {-1058, 119, -282, 0x032c} + } +}; + +StandTile tile_197 = { + 0x072218, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1058, 119, -282, 0x0304}, + {-1149, 119, -269, 0x0000}, + {-1142, 119, -204, 0x0328} + } +}; + +StandTile tile_198 = { + 0x071d18, 0x33, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1058, 119, -282, 0x0324}, + {-1142, 119, -204, 0x0338}, + {-1061, 119, -183, 0x0334} + } +}; + +StandTile tile_199 = { + 0x08c518, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-974, 119, -233, 0x0000}, + {-968, 119, -296, 0x0320}, + {-1058, 119, -282, 0x0330} + } +}; + +StandTile tile_200 = { + 0x072318, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-979, 119, -161, 0x0278}, + {-974, 119, -233, 0x032c}, + {-1058, 119, -282, 0x0334} + } +}; + +StandTile tile_201 = { + 0x06d018, 0x33, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-979, 119, -161, 0x0330}, + {-1058, 119, -282, 0x0328}, + {-1061, 119, -183, 0x033c} + } +}; + +StandTile tile_202 = { + 0x071e18, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1061, 119, -183, 0x0328}, + {-1142, 119, -204, 0x0000}, + {-1142, 119, -74, 0x0348} + } +}; + +StandTile tile_203 = { + 0x072018, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-974, 119, -99, 0x0284}, + {-979, 119, -161, 0x0334}, + {-1061, 119, -183, 0x0340} + } +}; + +StandTile tile_204 = { + 0x072118, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-999, 119, -52, 0x0000}, + {-974, 119, -99, 0x033c}, + {-1061, 119, -183, 0x0344} + } +}; + +StandTile tile_205 = { + 0x071f18, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1118, 119, -47, 0x0000}, + {-999, 119, -52, 0x0340}, + {-1061, 119, -183, 0x0348} + } +}; + +StandTile tile_206 = { + 0x05ec18, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1118, 119, -47, 0x0344}, + {-1061, 119, -183, 0x0338}, + {-1142, 119, -74, 0x0000} + } +}; + +StandTile tile_207 = { + 0x05181a, 0x33, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-806, 38, -430, 0x0350}, + {-806, 31, -511, 0x0000}, + {-806, 38, -511, 0x03d0} + } +}; + +StandTile tile_208 = { + 0x051819, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-806, 38, -430, 0x0000}, + {-806, 31, -430, 0x03c4}, + {-806, 31, -511, 0x034c} + } +}; + +StandTile tile_209 = { + 0x05191a, 0x33, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-820, 45, -430, 0x0358}, + {-820, 38, -511, 0x0000}, + {-820, 45, -511, 0x03d8} + } +}; + +StandTile tile_210 = { + 0x051919, 0x33, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-820, 45, -430, 0x0000}, + {-820, 38, -430, 0x03cc}, + {-820, 38, -511, 0x0354} + } +}; + +StandTile tile_211 = { + 0x051a1a, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-833, 52, -430, 0x0360}, + {-833, 45, -511, 0x0000}, + {-833, 52, -511, 0x03e0} + } +}; + +StandTile tile_212 = { + 0x051a19, 0x33, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-833, 52, -430, 0x0000}, + {-833, 45, -430, 0x03d4}, + {-833, 45, -511, 0x035c} + } +}; + +StandTile tile_213 = { + 0x051b1a, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-847, 58, -430, 0x0368}, + {-847, 52, -511, 0x0000}, + {-847, 58, -511, 0x03e8} + } +}; + +StandTile tile_214 = { + 0x051b19, 0x33, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-847, 58, -430, 0x0000}, + {-847, 52, -430, 0x03dc}, + {-847, 52, -511, 0x0364} + } +}; + +StandTile tile_215 = { + 0x051c1a, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-860, 65, -430, 0x0370}, + {-860, 58, -511, 0x0000}, + {-860, 65, -511, 0x03f0} + } +}; + +StandTile tile_216 = { + 0x051c19, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-860, 65, -430, 0x0000}, + {-860, 58, -430, 0x03e4}, + {-860, 58, -511, 0x036c} + } +}; + +StandTile tile_217 = { + 0x051d1a, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-874, 72, -430, 0x0378}, + {-874, 65, -511, 0x0000}, + {-874, 72, -511, 0x03f8} + } +}; + +StandTile tile_218 = { + 0x051d19, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-874, 72, -430, 0x0000}, + {-874, 65, -430, 0x03ec}, + {-874, 65, -511, 0x0374} + } +}; + +StandTile tile_219 = { + 0x051e1a, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-887, 78, -430, 0x0380}, + {-887, 72, -511, 0x0000}, + {-887, 78, -511, 0x0400} + } +}; + +StandTile tile_220 = { + 0x051e19, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-887, 78, -430, 0x0000}, + {-887, 72, -430, 0x03f4}, + {-887, 72, -511, 0x037c} + } +}; + +StandTile tile_221 = { + 0x051f1a, 0x33, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-901, 85, -430, 0x0388}, + {-901, 78, -511, 0x0000}, + {-901, 85, -511, 0x0408} + } +}; + +StandTile tile_222 = { + 0x051f19, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-901, 85, -430, 0x0000}, + {-901, 78, -430, 0x03fc}, + {-901, 78, -511, 0x0384} + } +}; + +StandTile tile_223 = { + 0x05201a, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-914, 92, -430, 0x0390}, + {-914, 85, -511, 0x0000}, + {-914, 92, -511, 0x03b0} + } +}; + +StandTile tile_224 = { + 0x052019, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-914, 92, -430, 0x0000}, + {-914, 85, -430, 0x0404}, + {-914, 85, -511, 0x038c} + } +}; + +StandTile tile_225 = { + 0x05211a, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-927, 99, -430, 0x0398}, + {-927, 92, -511, 0x0000}, + {-927, 99, -511, 0x0410} + } +}; + +StandTile tile_226 = { + 0x052119, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-927, 99, -430, 0x0000}, + {-927, 92, -430, 0x03ac}, + {-927, 92, -511, 0x0394} + } +}; + +StandTile tile_227 = { + 0x05221a, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-941, 105, -430, 0x03a0}, + {-941, 99, -511, 0x0000}, + {-941, 105, -511, 0x0418} + } +}; + +StandTile tile_228 = { + 0x052219, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-941, 105, -430, 0x0000}, + {-941, 99, -430, 0x040c}, + {-941, 99, -511, 0x039c} + } +}; + +StandTile tile_229 = { + 0x05231a, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-954, 112, -430, 0x03a8}, + {-954, 105, -511, 0x0000}, + {-954, 112, -511, 0x0420} + } +}; + +StandTile tile_230 = { + 0x052319, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-954, 112, -430, 0x0000}, + {-954, 105, -430, 0x0414}, + {-954, 105, -511, 0x03a4} + } +}; + +StandTile tile_231 = { + 0x05241a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-927, 92, -430, 0x03b0}, + {-914, 92, -511, 0x0000}, + {-927, 92, -511, 0x0398} + } +}; + +StandTile tile_232 = { + 0x052419, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-927, 92, -430, 0x0000}, + {-914, 92, -430, 0x038c}, + {-914, 92, -511, 0x03ac} + } +}; + +StandTile tile_233 = { + 0x05251a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-780, 18, -430, 0x03b8}, + {-766, 18, -511, 0x0000}, + {-780, 18, -511, 0x0428} + } +}; + +StandTile tile_234 = { + 0x052519, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-780, 18, -430, 0x0000}, + {-766, 18, -430, 0x0434}, + {-766, 18, -511, 0x03b4} + } +}; + +StandTile tile_235 = { + 0x05261a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-793, 25, -430, 0x03c0}, + {-780, 25, -511, 0x0000}, + {-793, 25, -511, 0x0430} + } +}; + +StandTile tile_236 = { + 0x052619, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-793, 25, -430, 0x0000}, + {-780, 25, -430, 0x0424}, + {-780, 25, -511, 0x03bc} + } +}; + +StandTile tile_237 = { + 0x05271a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-806, 31, -430, 0x03c8}, + {-793, 31, -511, 0x0000}, + {-806, 31, -511, 0x0350} + } +}; + +StandTile tile_238 = { + 0x052719, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-806, 31, -430, 0x0000}, + {-793, 31, -430, 0x042c}, + {-793, 31, -511, 0x03c4} + } +}; + +StandTile tile_239 = { + 0x05281a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-820, 38, -430, 0x03d0}, + {-806, 38, -511, 0x0000}, + {-820, 38, -511, 0x0358} + } +}; + +StandTile tile_240 = { + 0x052819, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-820, 38, -430, 0x0000}, + {-806, 38, -430, 0x034c}, + {-806, 38, -511, 0x03cc} + } +}; + +StandTile tile_241 = { + 0x05291a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-833, 45, -430, 0x03d8}, + {-820, 45, -511, 0x0000}, + {-833, 45, -511, 0x0360} + } +}; + +StandTile tile_242 = { + 0x052919, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-833, 45, -430, 0x0000}, + {-820, 45, -430, 0x0354}, + {-820, 45, -511, 0x03d4} + } +}; + +StandTile tile_243 = { + 0x052a1a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-847, 52, -430, 0x03e0}, + {-833, 52, -511, 0x0000}, + {-847, 52, -511, 0x0368} + } +}; + +StandTile tile_244 = { + 0x052a19, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-847, 52, -430, 0x0000}, + {-833, 52, -430, 0x035c}, + {-833, 52, -511, 0x03dc} + } +}; + +StandTile tile_245 = { + 0x052b1a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-860, 58, -430, 0x03e8}, + {-847, 58, -511, 0x0000}, + {-860, 58, -511, 0x0370} + } +}; + +StandTile tile_246 = { + 0x052b19, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-860, 58, -430, 0x0000}, + {-847, 58, -430, 0x0364}, + {-847, 58, -511, 0x03e4} + } +}; + +StandTile tile_247 = { + 0x052c1a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-874, 65, -430, 0x03f0}, + {-860, 65, -511, 0x0000}, + {-874, 65, -511, 0x0378} + } +}; + +StandTile tile_248 = { + 0x052c19, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-874, 65, -430, 0x0000}, + {-860, 65, -430, 0x036c}, + {-860, 65, -511, 0x03ec} + } +}; + +StandTile tile_249 = { + 0x052d1a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-887, 72, -430, 0x03f8}, + {-874, 72, -511, 0x0000}, + {-887, 72, -511, 0x0380} + } +}; + +StandTile tile_250 = { + 0x052d19, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-887, 72, -430, 0x0000}, + {-874, 72, -430, 0x0374}, + {-874, 72, -511, 0x03f4} + } +}; + +StandTile tile_251 = { + 0x052e1a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-901, 78, -430, 0x0400}, + {-887, 78, -511, 0x0000}, + {-901, 78, -511, 0x0388} + } +}; + +StandTile tile_252 = { + 0x052e19, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-901, 78, -430, 0x0000}, + {-887, 78, -430, 0x037c}, + {-887, 78, -511, 0x03fc} + } +}; + +StandTile tile_253 = { + 0x052f1a, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-914, 85, -430, 0x0408}, + {-901, 85, -511, 0x0000}, + {-914, 85, -511, 0x0390} + } +}; + +StandTile tile_254 = { + 0x052f19, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-914, 85, -430, 0x0000}, + {-901, 85, -430, 0x0384}, + {-901, 85, -511, 0x0404} + } +}; + +StandTile tile_255 = { + 0x05301a, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-941, 99, -430, 0x0410}, + {-927, 99, -511, 0x0000}, + {-941, 99, -511, 0x03a0} + } +}; + +StandTile tile_256 = { + 0x053019, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-941, 99, -430, 0x0000}, + {-927, 99, -430, 0x0394}, + {-927, 99, -511, 0x040c} + } +}; + +StandTile tile_257 = { + 0x05311a, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-954, 105, -430, 0x0418}, + {-941, 105, -511, 0x0000}, + {-954, 105, -511, 0x03a8} + } +}; + +StandTile tile_258 = { + 0x053119, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-954, 105, -430, 0x0000}, + {-941, 105, -430, 0x039c}, + {-941, 105, -511, 0x0414} + } +}; + +StandTile tile_259 = { + 0x05321a, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-968, 112, -430, 0x0420}, + {-954, 112, -511, 0x0000}, + {-968, 112, -511, 0x02cc} + } +}; + +StandTile tile_260 = { + 0x053219, 0x33, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-968, 112, -430, 0x0000}, + {-954, 112, -430, 0x03a4}, + {-954, 112, -511, 0x041c} + } +}; + +StandTile tile_261 = { + 0x05351a, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-780, 25, -430, 0x0428}, + {-780, 18, -511, 0x0000}, + {-780, 25, -511, 0x03c0} + } +}; + +StandTile tile_262 = { + 0x053519, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-780, 25, -430, 0x0000}, + {-780, 18, -430, 0x03b4}, + {-780, 18, -511, 0x0424} + } +}; + +StandTile tile_263 = { + 0x05361a, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-793, 31, -430, 0x0430}, + {-793, 25, -511, 0x0000}, + {-793, 31, -511, 0x03c8} + } +}; + +StandTile tile_264 = { + 0x053619, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-793, 31, -430, 0x0000}, + {-793, 25, -430, 0x03bc}, + {-793, 25, -511, 0x042c} + } +}; + +StandTile tile_265 = { + 0x05341a, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-766, 18, -430, 0x0438}, + {-766, 11, -511, 0x0000}, + {-766, 18, -511, 0x03b8} + } +}; + +StandTile tile_266 = { + 0x053419, 0x33, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-766, 18, -430, 0x0000}, + {-766, 11, -430, 0x0258}, + {-766, 11, -511, 0x0434} + } +}; + +StandTile tile_267 = { + 0x08a81a, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-988, 119, -517, 0x0440}, + {-1065, 119, -528, 0x0444}, + {-1065, 119, -517, 0x02f4} + } +}; + +StandTile tile_268 = { + 0x08a819, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-988, 119, -517, 0x0000}, + {-988, 119, -531, 0x0450}, + {-1065, 119, -528, 0x043c} + } +}; + +StandTile tile_269 = { + 0x08ad1a, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1065, 119, -528, 0x0448}, + {-1136, 119, -517, 0x02f8}, + {-1065, 119, -517, 0x043c} + } +}; + +StandTile tile_270 = { + 0x08ad19, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1065, 119, -528, 0x044c}, + {-1142, 119, -524, 0x0000}, + {-1136, 119, -517, 0x0444} + } +}; + +StandTile tile_271 = { + 0x08ae18, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1057, 119, -559, 0x045c}, + {-1142, 119, -524, 0x0448}, + {-1065, 119, -528, 0x0450} + } +}; + +StandTile tile_272 = { + 0x08ab18, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-988, 119, -531, 0x0461}, + {-1057, 119, -559, 0x044c}, + {-1065, 119, -528, 0x0440} + } +}; + +StandTile tile_273 = { + 0x07261a, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1110, 119, -578, 0x0458}, + {-1129, 119, -538, 0x045c}, + {-1095, 119, -571, 0x0482} + } +}; + +StandTile tile_274 = { + 0x072619, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1110, 119, -578, 0x0512}, + {-1142, 119, -551, 0x0000}, + {-1129, 119, -538, 0x0454} + } +}; + +StandTile tile_275 = { + 0x08aa18, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x3, + { + {-1057, 119, -559, 0x047e}, + {-1095, 119, -571, 0x0454}, + {-1129, 119, -538, 0x0000}, + {-1142, 119, -524, 0x044c} + } +}; + +StandTile tile_276 = { + 0x08a918, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x2, 0x3, + { + {-988, 119, -531, 0x0000}, + {-995, 119, -538, 0x0466}, + {-1028, 119, -571, 0x047a}, + {-1057, 119, -559, 0x0450} + } +}; + +StandTile tile_277 = { + 0x06f91a, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-995, 119, -538, 0x046a}, + {-1013, 119, -578, 0x0486}, + {-1028, 119, -571, 0x0461} + } +}; + +StandTile tile_278 = { + 0x06f919, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-995, 119, -538, 0x0000}, + {-981, 119, -551, 0x048a}, + {-1013, 119, -578, 0x0466} + } +}; + +StandTile tile_279 = { + 0x08961a, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 119, -726, 0x0472}, + {-1008, 119, -800, 0x054e}, + {-1116, 119, -800, 0x0000} + } +}; + +StandTile tile_280 = { + 0x089619, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 7, + 0x0, 0x5, 0x6, + { + {-1116, 119, -726, 0x0000}, + {-1113, 119, -726, 0x04e2}, + {-1110, 119, -726, 0x04d6}, + {-1013, 119, -726, 0x04ca}, + {-1010, 119, -726, 0x0000}, + {-1008, 119, -726, 0x0000}, + {-1008, 119, -800, 0x046e} + } +}; + +StandTile tile_281 = { + 0x072418, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1028, 119, -571, 0x0486}, + {-1062, 119, -605, 0x047e}, + {-1057, 119, -559, 0x0461} + } +}; + +StandTile tile_282 = { + 0x070e18, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1062, 119, -605, 0x0482}, + {-1095, 119, -571, 0x045c}, + {-1057, 119, -559, 0x047a} + } +}; + +StandTile tile_283 = { + 0x06fb18, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1062, 119, -605, 0x0516}, + {-1110, 119, -578, 0x0454}, + {-1095, 119, -571, 0x047e} + } +}; + +StandTile tile_284 = { + 0x072718, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1013, 119, -578, 0x0492}, + {-1062, 119, -605, 0x047a}, + {-1028, 119, -571, 0x0466} + } +}; + +StandTile tile_285 = { + 0x07081a, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-981, 119, -551, 0x048e}, + {-1016, 119, -616, 0x0492}, + {-1013, 119, -578, 0x046a} + } +}; + +StandTile tile_286 = { + 0x070819, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-981, 119, -551, 0x04a2}, + {-970, 119, -627, 0x0496}, + {-1016, 119, -616, 0x048a} + } +}; + +StandTile tile_287 = { + 0x072818, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1016, 119, -616, 0x049e}, + {-1062, 119, -605, 0x0486}, + {-1013, 119, -578, 0x048a} + } +}; + +StandTile tile_288 = { + 0x07091a, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-970, 119, -627, 0x049a}, + {-1013, 119, -632, 0x049e}, + {-1016, 119, -616, 0x048e} + } +}; + +StandTile tile_289 = { + 0x070919, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-970, 119, -627, 0x04a6}, + {-981, 119, -659, 0x04aa}, + {-1013, 119, -632, 0x0496} + } +}; + +StandTile tile_290 = { + 0x072918, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1013, 119, -632, 0x04b2}, + {-1062, 119, -605, 0x0492}, + {-1016, 119, -616, 0x0496} + } +}; + +StandTile tile_291 = { + 0x070718, 0x32, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-981, 119, -551, 0x0000}, + {-979, 119, -549, 0x0000}, + {-970, 119, -627, 0x048e} + } +}; + +StandTile tile_292 = { + 0x070618, 0x32, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-970, 119, -627, 0x0000}, + {-974, 119, -665, 0x0000}, + {-981, 119, -659, 0x049a} + } +}; + +StandTile tile_293 = { + 0x06f81a, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-981, 119, -659, 0x04ae}, + {-1028, 119, -638, 0x04b2}, + {-1013, 119, -632, 0x049a} + } +}; + +StandTile tile_294 = { + 0x06f819, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-981, 119, -659, 0x0000}, + {-995, 119, -672, 0x04b6}, + {-1028, 119, -638, 0x04aa} + } +}; + +StandTile tile_295 = { + 0x072a18, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1028, 119, -638, 0x04be}, + {-1062, 119, -605, 0x049e}, + {-1013, 119, -632, 0x04aa} + } +}; + +StandTile tile_296 = { + 0x06fc1a, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-995, 119, -672, 0x04ba}, + {-1036, 119, -665, 0x04be}, + {-1028, 119, -638, 0x04ae} + } +}; + +StandTile tile_297 = { + 0x06fc19, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-995, 119, -672, 0x04c2}, + {-1010, 119, -726, 0x04c6}, + {-1036, 119, -665, 0x04b6} + } +}; + +StandTile tile_298 = { + 0x072b18, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1036, 119, -665, 0x04ce}, + {-1062, 119, -605, 0x04b2}, + {-1028, 119, -638, 0x04b6} + } +}; + +StandTile tile_299 = { + 0x070518, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-995, 119, -672, 0x0000}, + {-983, 119, -683, 0x0000}, + {-1010, 119, -726, 0x04ba} + } +}; + +StandTile tile_300 = { + 0x07031a, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1010, 119, -726, 0x04ca}, + {-1042, 119, -665, 0x04ce}, + {-1036, 119, -665, 0x04ba} + } +}; + +StandTile tile_301 = { + 0x070319, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1010, 119, -726, 0x0472}, + {-1013, 119, -726, 0x04d2}, + {-1042, 119, -665, 0x04c6} + } +}; + +StandTile tile_302 = { + 0x072c18, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1042, 119, -665, 0x04da}, + {-1062, 119, -605, 0x04be}, + {-1036, 119, -665, 0x04c6} + } +}; + +StandTile tile_303 = { + 0x07021a, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1013, 119, -726, 0x04d6}, + {-1082, 119, -665, 0x04da}, + {-1042, 119, -665, 0x04ca} + } +}; + +StandTile tile_304 = { + 0x070219, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1013, 119, -726, 0x0472}, + {-1110, 119, -726, 0x04de}, + {-1082, 119, -665, 0x04d2} + } +}; + +StandTile tile_305 = { + 0x072d18, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1082, 119, -665, 0x04e6}, + {-1062, 119, -605, 0x04ce}, + {-1042, 119, -665, 0x04d2} + } +}; + +StandTile tile_306 = { + 0x07011a, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1110, 119, -726, 0x04e2}, + {-1084, 119, -665, 0x04e6}, + {-1082, 119, -665, 0x04d6} + } +}; + +StandTile tile_307 = { + 0x070119, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1110, 119, -726, 0x0472}, + {-1113, 119, -726, 0x04ea}, + {-1084, 119, -665, 0x04de} + } +}; + +StandTile tile_308 = { + 0x072e18, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1084, 119, -665, 0x04f2}, + {-1062, 119, -605, 0x04da}, + {-1082, 119, -665, 0x04de} + } +}; + +StandTile tile_309 = { + 0x07001a, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1113, 119, -726, 0x04ee}, + {-1095, 119, -638, 0x04f2}, + {-1084, 119, -665, 0x04e2} + } +}; + +StandTile tile_310 = { + 0x070019, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1113, 119, -726, 0x04f6}, + {-1129, 119, -672, 0x04fa}, + {-1095, 119, -638, 0x04ea} + } +}; + +StandTile tile_311 = { + 0x072f18, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1095, 119, -638, 0x0502}, + {-1062, 119, -605, 0x04e6}, + {-1084, 119, -665, 0x04ea} + } +}; + +StandTile tile_312 = { + 0x070418, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1113, 119, -726, 0x0000}, + {-1131, 119, -674, 0x0000}, + {-1129, 119, -672, 0x04ee} + } +}; + +StandTile tile_313 = { + 0x06fa1a, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1129, 119, -672, 0x04fe}, + {-1110, 119, -632, 0x0502}, + {-1095, 119, -638, 0x04ee} + } +}; + +StandTile tile_314 = { + 0x06fa19, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1129, 119, -672, 0x0000}, + {-1142, 119, -659, 0x0506}, + {-1110, 119, -632, 0x04fa} + } +}; + +StandTile tile_315 = { + 0x073018, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1110, 119, -632, 0x051a}, + {-1062, 119, -605, 0x04f2}, + {-1095, 119, -638, 0x04fa} + } +}; + +StandTile tile_316 = { + 0x06fd1a, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1142, 119, -659, 0x050a}, + {-1110, 119, -605, 0x051a}, + {-1110, 119, -632, 0x04fe} + } +}; + +StandTile tile_317 = { + 0x06fd19, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1142, 119, -659, 0x051e}, + {-1154, 119, -605, 0x050e}, + {-1110, 119, -605, 0x0506} + } +}; + +StandTile tile_318 = { + 0x07321a, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 119, -605, 0x0512}, + {-1110, 119, -578, 0x0516}, + {-1110, 119, -605, 0x050a} + } +}; + +StandTile tile_319 = { + 0x073219, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 119, -605, 0x0522}, + {-1142, 119, -551, 0x0458}, + {-1110, 119, -578, 0x050e} + } +}; + +StandTile tile_320 = { + 0x073118, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1110, 119, -578, 0x0482}, + {-1062, 119, -605, 0x051a}, + {-1110, 119, -605, 0x050e} + } +}; + +StandTile tile_321 = { + 0x073318, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1062, 119, -605, 0x0502}, + {-1110, 119, -632, 0x0506}, + {-1110, 119, -605, 0x0516} + } +}; + +StandTile tile_322 = { + 0x06ff18, 0x32, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1142, 119, -659, 0x0000}, + {-1145, 119, -661, 0x0000}, + {-1154, 119, -605, 0x050a} + } +}; + +StandTile tile_323 = { + 0x06fe18, 0x32, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 119, -605, 0x0000}, + {-1149, 119, -544, 0x0000}, + {-1142, 119, -551, 0x0512} + } +}; + +StandTile tile_324 = { + 0x093c1a, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-659, 119, -980, 0x052a}, + {-654, 129, -1009, 0x0000}, + {-659, 119, -1009, 0x0542} + } +}; + +StandTile tile_325 = { + 0x093c19, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-659, 119, -980, 0x0000}, + {-654, 129, -980, 0x0532}, + {-654, 129, -1009, 0x0526} + } +}; + +StandTile tile_326 = { + 0x093b1a, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-654, 129, -1009, 0x0532}, + {-645, 129, -980, 0x01bc}, + {-645, 129, -1009, 0x0000} + } +}; + +StandTile tile_327 = { + 0x093b19, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-654, 129, -1009, 0x052a}, + {-654, 129, -980, 0x0000}, + {-645, 129, -980, 0x052e} + } +}; + +StandTile tile_328 = { + 0x093918, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-659, 119, -1009, 0x0000}, + {-659, 119, -1048, 0x0000}, + {-806, 119, -1048, 0x053e} + } +}; + +StandTile tile_329 = { + 0x093a18, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-806, 119, -941, 0x0000}, + {-659, 119, -941, 0x0000}, + {-659, 119, -980, 0x0542} + } +}; + +StandTile tile_330 = { + 0x08a11a, 0x31, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-806, 119, -941, 0x0542}, + {-659, 119, -1009, 0x0536}, + {-806, 119, -1048, 0x0546} + } +}; + +StandTile tile_331 = { + 0x08a119, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-806, 119, -941, 0x053a}, + {-659, 119, -980, 0x0526}, + {-659, 119, -1009, 0x053e} + } +}; + +StandTile tile_332 = { + 0x0b6d1a, 0x30, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-806, 119, -1048, 0x054a}, + {-1001, 119, -941, 0x0000}, + {-806, 119, -941, 0x053e} + } +}; + +StandTile tile_333 = { + 0x0b6d19, 0x30, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-806, 119, -1048, 0x0000}, + {-1001, 119, -1048, 0x055e}, + {-1001, 119, -941, 0x0546} + } +}; + +StandTile tile_334 = { + 0x0b5c1a, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1008, 119, -800, 0x0552}, + {-1116, 119, -806, 0x0000}, + {-1116, 119, -800, 0x046e} + } +}; + +StandTile tile_335 = { + 0x0b5c19, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1008, 119, -800, 0x0000}, + {-1008, 119, -806, 0x0556}, + {-1116, 119, -806, 0x054e} + } +}; + +StandTile tile_336 = { + 0x089f1a, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1008, 119, -806, 0x055a}, + {-1116, 119, -927, 0x0000}, + {-1116, 119, -806, 0x0552} + } +}; + +StandTile tile_337 = { + 0x089f19, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1008, 119, -806, 0x0000}, + {-1008, 119, -927, 0x0572}, + {-1116, 119, -927, 0x0556} + } +}; + +StandTile tile_338 = { + 0x0b6b1a, 0x2e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1001, 119, -1048, 0x0562}, + {-1008, 119, -941, 0x0000}, + {-1001, 119, -941, 0x054a} + } +}; + +StandTile tile_339 = { + 0x0b6b19, 0x2e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1001, 119, -1048, 0x0000}, + {-1008, 119, -1048, 0x056a}, + {-1008, 119, -941, 0x055e} + } +}; + +StandTile tile_340 = { + 0x0b6618, 0x2e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 119, -1062, 0x0000}, + {-1116, 119, -927, 0x0572}, + {-1008, 119, -941, 0x056a} + } +}; + +StandTile tile_341 = { + 0x0b6018, 0x2e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 119, -1062, 0x0566}, + {-1008, 119, -941, 0x0562}, + {-1008, 119, -1048, 0x056e} + } +}; + +StandTile tile_342 = { + 0x0b5118, 0x2e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1008, 119, -1048, 0x0000}, + {-1008, 119, -1062, 0x0576}, + {-1116, 119, -1062, 0x056a} + } +}; + +StandTile tile_343 = { + 0x089718, 0x2e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1008, 119, -927, 0x0000}, + {-1008, 119, -941, 0x0566}, + {-1116, 119, -927, 0x055a} + } +}; + +StandTile tile_344 = { + 0x08921a, 0x2d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1008, 119, -1062, 0x057a}, + {-1116, 119, -1183, 0x0000}, + {-1116, 119, -1062, 0x056e} + } +}; + +StandTile tile_345 = { + 0x089219, 0x2d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1008, 119, -1062, 0x0000}, + {-1008, 119, -1183, 0x057e}, + {-1116, 119, -1183, 0x0576} + } +}; + +StandTile tile_346 = { + 0x088b1a, 0x2c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1008, 119, -1183, 0x0582}, + {-1116, 119, -1458, 0x0000}, + {-1116, 119, -1183, 0x057a} + } +}; + +StandTile tile_347 = { + 0x088b19, 0x2c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1008, 119, -1183, 0x0000}, + {-1008, 119, -1458, 0x06b8}, + {-1116, 119, -1458, 0x057e} + } +}; + +StandTile tile_348 = { + 0x02ea18, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-793, 119, -1362, 0x0000}, + {-782, 119, -1362, 0x058a}, + {-793, 119, -1496, 0x05da} + } +}; + +StandTile tile_349 = { + 0x076c18, 0x2b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-782, 119, -1362, 0x058e}, + {-748, 119, -1452, 0x0596}, + {-793, 119, -1496, 0x0586} + } +}; + +StandTile tile_350 = { + 0x076718, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-782, 119, -1362, 0x0000}, + {-748, 119, -1362, 0x05a6}, + {-748, 119, -1452, 0x058a} + } +}; + +StandTile tile_351 = { + 0x02eb18, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-659, 119, -1496, 0x05b6}, + {-793, 119, -1496, 0x0596}, + {-659, 119, -1485, 0x0000} + } +}; + +StandTile tile_352 = { + 0x076b18, 0x2b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-793, 119, -1496, 0x058a}, + {-748, 119, -1452, 0x059a}, + {-659, 119, -1485, 0x0592} + } +}; + +StandTile tile_353 = { + 0x076a18, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-748, 119, -1452, 0x059e}, + {-659, 119, -1452, 0x0000}, + {-659, 119, -1485, 0x0596} + } +}; + +StandTile tile_354 = { + 0x02ec18, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-748, 119, -1452, 0x05a2}, + {-668, 119, -1443, 0x0000}, + {-659, 119, -1452, 0x059a} + } +}; + +StandTile tile_355 = { + 0x076918, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-748, 119, -1452, 0x05a6}, + {-739, 119, -1371, 0x0000}, + {-668, 119, -1443, 0x059e} + } +}; + +StandTile tile_356 = { + 0x076818, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-748, 119, -1452, 0x058e}, + {-748, 119, -1362, 0x0000}, + {-739, 119, -1371, 0x05a2} + } +}; + +StandTile tile_357 = { + 0x02ed18, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-789, 119, -1604, 0x05d6}, + {-793, 119, -1496, 0x05ae}, + {-753, 119, -1579, 0x0000} + } +}; + +StandTile tile_358 = { + 0x076f18, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-793, 119, -1496, 0x05b2}, + {-701, 119, -1537, 0x0000}, + {-753, 119, -1579, 0x05aa} + } +}; + +StandTile tile_359 = { + 0x076e18, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-793, 119, -1496, 0x05b6}, + {-677, 119, -1505, 0x0000}, + {-701, 119, -1537, 0x05ae} + } +}; + +StandTile tile_360 = { + 0x076d18, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-793, 119, -1496, 0x0592}, + {-659, 119, -1496, 0x0000}, + {-677, 119, -1505, 0x05b2} + } +}; + +StandTile tile_361 = { + 0x074418, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-907, 119, -1665, 0x05be}, + {-860, 119, -1747, 0x0000}, + {-907, 119, -1754, 0x0708} + } +}; + +StandTile tile_362 = { + 0x074618, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-907, 119, -1665, 0x05ce}, + {-804, 119, -1754, 0x0000}, + {-860, 119, -1747, 0x05ba} + } +}; + +StandTile tile_363 = { + 0x074018, 0x2b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-907, 119, -1550, 0x05c6}, + {-800, 119, -1644, 0x05ca}, + {-907, 119, -1665, 0x06f8} + } +}; + +StandTile tile_364 = { + 0x077018, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-907, 119, -1550, 0x05d6}, + {-789, 119, -1604, 0x0000}, + {-800, 119, -1644, 0x05c2} + } +}; + +StandTile tile_365 = { + 0x074218, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-800, 119, -1644, 0x0000}, + {-804, 119, -1707, 0x05ce}, + {-907, 119, -1665, 0x05c2} + } +}; + +StandTile tile_366 = { + 0x074118, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-804, 119, -1707, 0x0000}, + {-804, 119, -1754, 0x05be}, + {-907, 119, -1665, 0x05ca} + } +}; + +StandTile tile_367 = { + 0x076318, 0x2b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-907, 119, -1499, 0x05e2}, + {-793, 119, -1496, 0x05d6}, + {-907, 119, -1550, 0x070c} + } +}; + +StandTile tile_368 = { + 0x076418, 0x2b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-793, 119, -1496, 0x05aa}, + {-789, 119, -1604, 0x05c6}, + {-907, 119, -1550, 0x05d2} + } +}; + +StandTile tile_369 = { + 0x02f318, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-793, 119, -1362, 0x0586}, + {-793, 119, -1496, 0x05de}, + {-806, 119, -1391, 0x0000} + } +}; + +StandTile tile_370 = { + 0x076618, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-793, 119, -1496, 0x05e2}, + {-862, 119, -1474, 0x0000}, + {-806, 119, -1391, 0x05da} + } +}; + +StandTile tile_371 = { + 0x076518, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-793, 119, -1496, 0x05d2}, + {-907, 119, -1499, 0x0000}, + {-862, 119, -1474, 0x05de} + } +}; + +StandTile tile_372 = { + 0x077918, 0x2a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-927, 132, -1909, 0x05ee}, + {-1023, 132, -1937, 0x05ea}, + {-1022, 132, -1909, 0x063a} + } +}; + +StandTile tile_373 = { + 0x078318, 0x2a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1023, 132, -1937, 0x060a}, + {-1116, 132, -1909, 0x063e}, + {-1022, 132, -1909, 0x05e6} + } +}; + +StandTile tile_374 = { + 0x077d18, 0x2a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-927, 132, -1909, 0x05f2}, + {-930, 132, -1965, 0x05f6}, + {-1023, 132, -1937, 0x05e6} + } +}; + +StandTile tile_375 = { + 0x078418, 0x2a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-927, 132, -1909, 0x0000}, + {-923, 132, -1909, 0x0000}, + {-930, 132, -1965, 0x05ee} + } +}; + +StandTile tile_376 = { + 0x077a18, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-930, 132, -1965, 0x0000}, + {-918, 132, -2023, 0x05fa}, + {-1023, 132, -1937, 0x05ee} + } +}; + +StandTile tile_377 = { + 0x078118, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-918, 132, -2023, 0x0000}, + {-990, 132, -2018, 0x05fe}, + {-1023, 132, -1937, 0x05f6} + } +}; + +StandTile tile_378 = { + 0x078218, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-990, 132, -2018, 0x0000}, + {-1069, 132, -2014, 0x0602}, + {-1023, 132, -1937, 0x05fa} + } +}; + +StandTile tile_379 = { + 0x077f18, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 132, -2014, 0x0000}, + {-1120, 132, -2009, 0x0606}, + {-1023, 132, -1937, 0x05fe} + } +}; + +StandTile tile_380 = { + 0x078018, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1120, 132, -2009, 0x0000}, + {-1120, 132, -1942, 0x060a}, + {-1023, 132, -1937, 0x0602} + } +}; + +StandTile tile_381 = { + 0x077e18, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1120, 132, -1942, 0x060e}, + {-1116, 132, -1909, 0x05ea}, + {-1023, 132, -1937, 0x0606} + } +}; + +StandTile tile_382 = { + 0x078518, 0x2a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1120, 132, -1942, 0x0000}, + {-1120, 132, -1909, 0x0000}, + {-1116, 132, -1909, 0x060a} + } +}; + +StandTile tile_383 = { + 0x078b18, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-927, 132, -1761, 0x062e}, + {-923, 132, -1801, 0x0616}, + {-1022, 132, -1828, 0x0642} + } +}; + +StandTile tile_384 = { + 0x078e18, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-923, 132, -1801, 0x062a}, + {-927, 132, -1895, 0x061a}, + {-1022, 132, -1828, 0x0612} + } +}; + +StandTile tile_385 = { + 0x078a18, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-927, 132, -1895, 0x063a}, + {-1022, 132, -1909, 0x061e}, + {-1022, 132, -1828, 0x0616} + } +}; + +StandTile tile_386 = { + 0x078c18, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1022, 132, -1909, 0x063e}, + {-1116, 132, -1895, 0x0622}, + {-1022, 132, -1828, 0x061a} + } +}; + +StandTile tile_387 = { + 0x078d18, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 132, -1895, 0x0636}, + {-1116, 132, -1801, 0x0626}, + {-1022, 132, -1828, 0x061e} + } +}; + +StandTile tile_388 = { + 0x078f18, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 132, -1801, 0x0632}, + {-1116, 132, -1761, 0x0646}, + {-1022, 132, -1828, 0x0622} + } +}; + +StandTile tile_389 = { + 0x078918, 0x29, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-923, 132, -1801, 0x0000}, + {-914, 132, -1895, 0x0000}, + {-927, 132, -1895, 0x0616} + } +}; + +StandTile tile_390 = { + 0x078818, 0x29, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-927, 132, -1761, 0x0000}, + {-916, 132, -1761, 0x0000}, + {-923, 132, -1801, 0x0612} + } +}; + +StandTile tile_391 = { + 0x078718, 0x29, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 132, -1801, 0x0000}, + {-1120, 132, -1761, 0x0000}, + {-1116, 132, -1761, 0x0626} + } +}; + +StandTile tile_392 = { + 0x078618, 0x29, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 132, -1895, 0x0000}, + {-1118, 132, -1895, 0x0000}, + {-1116, 132, -1801, 0x0622} + } +}; + +StandTile tile_393 = { + 0x077b18, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-927, 132, -1895, 0x0000}, + {-927, 132, -1909, 0x05e6}, + {-1022, 132, -1909, 0x061a} + } +}; + +StandTile tile_394 = { + 0x077c18, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 132, -1909, 0x0000}, + {-1116, 132, -1895, 0x061e}, + {-1022, 132, -1909, 0x05ea} + } +}; + +StandTile tile_395 = { + 0x087818, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1022, 132, -1828, 0x0646}, + {-1022, 132, -1761, 0x069c}, + {-927, 132, -1761, 0x0612} + } +}; + +StandTile tile_396 = { + 0x087b18, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1022, 132, -1828, 0x0626}, + {-1116, 132, -1761, 0x0694}, + {-1022, 132, -1761, 0x0642} + } +}; + +StandTile tile_397 = { + 0x08c41a, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 132, -1754, 0x064e}, + {-1064, 132, -1696, 0x0656}, + {-1062, 132, -1700, 0x06ac} + } +}; + +StandTile tile_398 = { + 0x08c419, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 132, -1754, 0x0000}, + {-1116, 132, -1747, 0x0662}, + {-1064, 132, -1696, 0x064a} + } +}; + +StandTile tile_399 = { + 0x08c31a, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1062, 132, -1700, 0x0656}, + {-979, 132, -1696, 0x065e}, + {-981, 132, -1700, 0x06b0} + } +}; + +StandTile tile_400 = { + 0x08c319, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1062, 132, -1700, 0x064a}, + {-1064, 132, -1696, 0x066b}, + {-979, 132, -1696, 0x0652} + } +}; + +StandTile tile_401 = { + 0x08c21a, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-981, 132, -1700, 0x065e}, + {-927, 132, -1747, 0x0000}, + {-927, 132, -1754, 0x06b4} + } +}; + +StandTile tile_402 = { + 0x08c219, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-981, 132, -1700, 0x0652}, + {-979, 132, -1696, 0x0673}, + {-927, 132, -1747, 0x065a} + } +}; + +StandTile tile_403 = { + 0x02751a, 0x28, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x1, 0x3, + { + {-1116, 132, -1747, 0x0667}, + {-1064, 119, -1696, 0x0684}, + {-1064, 125, -1696, 0x066b}, + {-1064, 132, -1696, 0x064e} + } +}; + +StandTile tile_404 = { + 0x027519, 0x28, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 132, -1747, 0x0000}, + {-1116, 119, -1747, 0x06cc}, + {-1064, 119, -1696, 0x0662} + } +}; + +StandTile tile_405 = { + 0x02761a, 0x28, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 125, -1696, 0x066f}, + {-979, 132, -1696, 0x0656}, + {-1064, 132, -1696, 0x0662} + } +}; + +StandTile tile_406 = { + 0x027619, 0x28, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 125, -1696, 0x06a4}, + {-979, 125, -1696, 0x0677}, + {-979, 132, -1696, 0x066b} + } +}; + +StandTile tile_407 = { + 0x02771a, 0x28, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-979, 132, -1696, 0x0677}, + {-927, 119, -1747, 0x0000}, + {-927, 132, -1747, 0x065e} + } +}; + +StandTile tile_408 = { + 0x027719, 0x28, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x2, 0x3, + { + {-979, 132, -1696, 0x066f}, + {-979, 125, -1696, 0x0690}, + {-979, 119, -1696, 0x0700}, + {-927, 119, -1747, 0x0673} + } +}; + +StandTile tile_409 = { + 0x02781a, 0x28, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 125, -1680, 0x0680}, + {-979, 119, -1680, 0x068c}, + {-979, 125, -1680, 0x06a8} + } +}; + +StandTile tile_410 = { + 0x027819, 0x28, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 125, -1680, 0x0688}, + {-1064, 119, -1680, 0x06e4}, + {-979, 119, -1680, 0x067c} + } +}; + +StandTile tile_411 = { + 0x027c1a, 0x28, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 119, -1680, 0x0688}, + {-1064, 125, -1696, 0x0662}, + {-1064, 119, -1696, 0x06c8} + } +}; + +StandTile tile_412 = { + 0x027c19, 0x28, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 119, -1680, 0x0680}, + {-1064, 125, -1680, 0x06a8}, + {-1064, 125, -1696, 0x0684} + } +}; + +StandTile tile_413 = { + 0x027d1a, 0x28, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-979, 119, -1696, 0x0690}, + {-979, 125, -1680, 0x067c}, + {-979, 119, -1680, 0x06fc} + } +}; + +StandTile tile_414 = { + 0x027d19, 0x28, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-979, 119, -1696, 0x0677}, + {-979, 125, -1696, 0x06a4}, + {-979, 125, -1680, 0x068c} + } +}; + +StandTile tile_415 = { + 0x08791a, 0x28, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 132, -1761, 0x0698}, + {-1022, 132, -1754, 0x069c}, + {-1022, 132, -1761, 0x0646} + } +}; + +StandTile tile_416 = { + 0x087919, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 132, -1761, 0x0000}, + {-1116, 132, -1754, 0x06ac}, + {-1022, 132, -1754, 0x0694} + } +}; + +StandTile tile_417 = { + 0x087a1a, 0x28, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1022, 132, -1754, 0x06a0}, + {-927, 132, -1761, 0x0642}, + {-1022, 132, -1761, 0x0694} + } +}; + +StandTile tile_418 = { + 0x087a19, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1022, 132, -1754, 0x06b4}, + {-927, 132, -1754, 0x0000}, + {-927, 132, -1761, 0x069c} + } +}; + +StandTile tile_419 = { + 0x027e1a, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 125, -1696, 0x06a8}, + {-979, 125, -1680, 0x0690}, + {-979, 125, -1696, 0x066f} + } +}; + +StandTile tile_420 = { + 0x027e19, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 125, -1696, 0x0688}, + {-1064, 125, -1680, 0x067c}, + {-979, 125, -1680, 0x06a4} + } +}; + +StandTile tile_421 = { + 0x027f18, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1062, 132, -1700, 0x06b0}, + {-1022, 132, -1754, 0x0698}, + {-1116, 132, -1754, 0x064a} + } +}; + +StandTile tile_422 = { + 0x087d18, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1062, 132, -1700, 0x0652}, + {-981, 132, -1700, 0x06b4}, + {-1022, 132, -1754, 0x06ac} + } +}; + +StandTile tile_423 = { + 0x087c18, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-981, 132, -1700, 0x065a}, + {-927, 132, -1754, 0x06a0}, + {-1022, 132, -1754, 0x06b0} + } +}; + +StandTile tile_424 = { + 0x05e71a, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1008, 119, -1487, 0x06bc}, + {-1116, 119, -1458, 0x0582}, + {-1008, 119, -1458, 0x0000} + } +}; + +StandTile tile_425 = { + 0x05e719, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1008, 119, -1487, 0x06f0}, + {-1116, 119, -1487, 0x0000}, + {-1116, 119, -1458, 0x06b8} + } +}; + +StandTile tile_426 = { + 0x075118, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 119, -1617, 0x06dc}, + {-1154, 119, -1649, 0x06c4}, + {-1205, 119, -1691, 0x0790} + } +}; + +StandTile tile_427 = { + 0x074b18, 0x28, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 119, -1649, 0x06c8}, + {-1064, 119, -1696, 0x06cc}, + {-1205, 119, -1691, 0x06c0} + } +}; + +StandTile tile_428 = { + 0x077518, 0x28, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 119, -1649, 0x06e0}, + {-1064, 119, -1680, 0x0684}, + {-1064, 119, -1696, 0x06c4} + } +}; + +StandTile tile_429 = { + 0x074f18, 0x28, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 119, -1696, 0x0667}, + {-1116, 119, -1747, 0x06d0}, + {-1205, 119, -1691, 0x06c4} + } +}; + +StandTile tile_430 = { + 0x074e18, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 119, -1747, 0x0000}, + {-1129, 119, -1747, 0x06d4}, + {-1205, 119, -1691, 0x06cc} + } +}; + +StandTile tile_431 = { + 0x075018, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1129, 119, -1747, 0x0000}, + {-1136, 119, -1754, 0x06d8}, + {-1205, 119, -1691, 0x06d0} + } +}; + +StandTile tile_432 = { + 0x074c18, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 119, -1754, 0x0000}, + {-1205, 119, -1734, 0x0794}, + {-1205, 119, -1691, 0x06d4} + } +}; + +StandTile tile_433 = { + 0x073818, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 119, -1617, 0x06ec}, + {-1071, 119, -1584, 0x06e0}, + {-1154, 119, -1649, 0x06c0} + } +}; + +StandTile tile_434 = { + 0x074a18, 0x28, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1071, 119, -1584, 0x06e4}, + {-1064, 119, -1680, 0x06c8}, + {-1154, 119, -1649, 0x06dc} + } +}; + +StandTile tile_435 = { + 0x073d18, 0x28, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1071, 119, -1584, 0x06e8}, + {-979, 119, -1680, 0x0680}, + {-1064, 119, -1680, 0x06e0} + } +}; + +StandTile tile_436 = { + 0x073e18, 0x28, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1071, 119, -1584, 0x06f4}, + {-907, 119, -1550, 0x06f8}, + {-979, 119, -1680, 0x06e4} + } +}; + +StandTile tile_437 = { + 0x073a18, 0x28, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 119, -1617, 0x0710}, + {-1116, 119, -1487, 0x06f0}, + {-1071, 119, -1584, 0x06dc} + } +}; + +StandTile tile_438 = { + 0x073c18, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1116, 119, -1487, 0x06bc}, + {-1008, 119, -1487, 0x06f4}, + {-1071, 119, -1584, 0x06ec} + } +}; + +StandTile tile_439 = { + 0x073b18, 0x28, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1008, 119, -1487, 0x070c}, + {-907, 119, -1550, 0x06e8}, + {-1071, 119, -1584, 0x06f0} + } +}; + +StandTile tile_440 = { + 0x073918, 0x28, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-907, 119, -1550, 0x05c2}, + {-907, 119, -1665, 0x06fc}, + {-979, 119, -1680, 0x06e8} + } +}; + +StandTile tile_441 = { + 0x074818, 0x28, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-907, 119, -1665, 0x0700}, + {-979, 119, -1696, 0x068c}, + {-979, 119, -1680, 0x06f8} + } +}; + +StandTile tile_442 = { + 0x074918, 0x28, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-907, 119, -1665, 0x0704}, + {-927, 119, -1747, 0x0677}, + {-979, 119, -1696, 0x06fc} + } +}; + +StandTile tile_443 = { + 0x074518, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-907, 119, -1665, 0x0708}, + {-914, 119, -1747, 0x0000}, + {-927, 119, -1747, 0x0700} + } +}; + +StandTile tile_444 = { + 0x074718, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-907, 119, -1665, 0x05ba}, + {-907, 119, -1754, 0x0000}, + {-914, 119, -1747, 0x0704} + } +}; + +StandTile tile_445 = { + 0x06d818, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1008, 119, -1487, 0x0000}, + {-907, 119, -1499, 0x05d2}, + {-907, 119, -1550, 0x06f4} + } +}; + +StandTile tile_446 = { + 0x075518, 0x28, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 119, -1496, 0x0000}, + {-1116, 119, -1487, 0x06ec}, + {-1205, 119, -1617, 0x07a4} + } +}; + +StandTile tile_447 = { + 0x077318, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1400, 119, -1583, 0x072c}, + {-1317, 119, -1496, 0x07a0}, + {-1317, 119, -1598, 0x071c} + } +}; + +StandTile tile_448 = { + 0x07541a, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1400, 119, -1669, 0x071c}, + {-1317, 119, -1598, 0x079c}, + {-1317, 119, -1647, 0x0724} + } +}; + +StandTile tile_449 = { + 0x075419, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1400, 119, -1669, 0x0768}, + {-1400, 119, -1583, 0x0714}, + {-1317, 119, -1598, 0x0718} + } +}; + +StandTile tile_450 = { + 0x06d71a, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1400, 119, -1730, 0x0724}, + {-1317, 119, -1647, 0x0798}, + {-1317, 119, -1682, 0x0728} + } +}; + +StandTile tile_451 = { + 0x06d719, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1400, 119, -1730, 0x0778}, + {-1400, 119, -1669, 0x0718}, + {-1317, 119, -1647, 0x0720} + } +}; + +StandTile tile_452 = { + 0x02f118, 0x27, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1400, 119, -1730, 0x0720}, + {-1317, 119, -1682, 0x078c}, + {-1317, 119, -1741, 0x0000} + } +}; + +StandTile tile_453 = { + 0x077418, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1400, 119, -1583, 0x0730}, + {-1400, 119, -1496, 0x0000}, + {-1317, 119, -1496, 0x0714} + } +}; + +StandTile tile_454 = { + 0x077118, 0x27, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1411, 119, -1496, 0x0000}, + {-1400, 119, -1496, 0x072c}, + {-1400, 119, -1583, 0x0734} + } +}; + +StandTile tile_455 = { + 0x077218, 0x27, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1483, 119, -1586, 0x0764}, + {-1411, 119, -1496, 0x0730}, + {-1400, 119, -1583, 0x0768} + } +}; + +StandTile tile_456 = { + 0x076118, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1532, 119, -1687, 0x0000}, + {-1573, 119, -1669, 0x074c}, + {-1486, 119, -1669, 0x073c} + } +}; + +StandTile tile_457 = { + 0x075f18, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1478, 119, -1696, 0x0000}, + {-1532, 119, -1687, 0x0738}, + {-1486, 119, -1669, 0x0740} + } +}; + +StandTile tile_458 = { + 0x02f218, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1400, 119, -1669, 0x0778}, + {-1478, 119, -1696, 0x073c}, + {-1486, 119, -1669, 0x0744} + } +}; + +StandTile tile_459 = { + 0x076018, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1483, 119, -1586, 0x0768}, + {-1400, 119, -1669, 0x0740}, + {-1486, 119, -1669, 0x074c} + } +}; + +StandTile tile_460 = { + 0x075d1a, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1483, 119, -1586, 0x074c}, + {-1573, 119, -1669, 0x0000}, + {-1573, 119, -1658, 0x0750} + } +}; + +StandTile tile_461 = { + 0x075d19, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1483, 119, -1586, 0x0744}, + {-1486, 119, -1669, 0x0738}, + {-1573, 119, -1669, 0x0748} + } +}; + +StandTile tile_462 = { + 0x075c18, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1483, 119, -1586, 0x0748}, + {-1573, 119, -1658, 0x0000}, + {-1573, 119, -1631, 0x0754} + } +}; + +StandTile tile_463 = { + 0x075e18, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1483, 119, -1586, 0x0750}, + {-1573, 119, -1631, 0x0000}, + {-1573, 119, -1620, 0x0758} + } +}; + +StandTile tile_464 = { + 0x02f018, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1483, 119, -1586, 0x0754}, + {-1573, 119, -1620, 0x0000}, + {-1573, 119, -1586, 0x076c} + } +}; + +StandTile tile_465 = { + 0x075718, 0x27, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1483, 119, -1586, 0x0774}, + {-1483, 119, -1496, 0x0000}, + {-1449, 119, -1496, 0x0760} + } +}; + +StandTile tile_466 = { + 0x075818, 0x27, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1483, 119, -1586, 0x075c}, + {-1449, 119, -1496, 0x0000}, + {-1438, 119, -1496, 0x0764} + } +}; + +StandTile tile_467 = { + 0x075918, 0x27, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1483, 119, -1586, 0x0760}, + {-1438, 119, -1496, 0x0000}, + {-1411, 119, -1496, 0x0734} + } +}; + +StandTile tile_468 = { + 0x02ef18, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1400, 119, -1669, 0x0744}, + {-1483, 119, -1586, 0x0734}, + {-1400, 119, -1583, 0x071c} + } +}; + +StandTile tile_469 = { + 0x075b18, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1483, 119, -1586, 0x0758}, + {-1573, 119, -1586, 0x0000}, + {-1564, 119, -1577, 0x0770} + } +}; + +StandTile tile_470 = { + 0x075a18, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1483, 119, -1586, 0x076c}, + {-1564, 119, -1577, 0x0000}, + {-1492, 119, -1505, 0x0774} + } +}; + +StandTile tile_471 = { + 0x02ee18, 0x27, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1483, 119, -1586, 0x0770}, + {-1492, 119, -1505, 0x0000}, + {-1483, 119, -1496, 0x075c} + } +}; + +StandTile tile_472 = { + 0x076218, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1400, 119, -1669, 0x0724}, + {-1400, 119, -1730, 0x0000}, + {-1478, 119, -1696, 0x0740} + } +}; + +StandTile tile_473 = { + 0x08ca1a, 0x26, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 129, -1487, 0x0780}, + {-1224, 129, -1478, 0x0000}, + {-1224, 129, -1487, 0x0788} + } +}; + +StandTile tile_474 = { + 0x08ca19, 0x26, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 129, -1487, 0x0000}, + {-1253, 129, -1478, 0x07c0}, + {-1224, 129, -1478, 0x077c} + } +}; + +StandTile tile_475 = { + 0x08c91a, 0x26, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 119, -1496, 0x0788}, + {-1224, 129, -1487, 0x0000}, + {-1224, 119, -1496, 0x07a8} + } +}; + +StandTile tile_476 = { + 0x08c919, 0x26, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 119, -1496, 0x0000}, + {-1253, 129, -1487, 0x077c}, + {-1224, 129, -1487, 0x0784} + } +}; + +StandTile tile_477 = { + 0x08de18, 0x26, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 119, -1682, 0x0798}, + {-1205, 119, -1617, 0x0790}, + {-1317, 119, -1741, 0x0728} + } +}; + +StandTile tile_478 = { + 0x075318, 0x26, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 119, -1617, 0x06c0}, + {-1205, 119, -1691, 0x0794}, + {-1317, 119, -1741, 0x078c} + } +}; + +StandTile tile_479 = { + 0x075218, 0x26, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 119, -1691, 0x06d8}, + {-1205, 119, -1734, 0x0000}, + {-1317, 119, -1741, 0x0790} + } +}; + +StandTile tile_480 = { + 0x08e018, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 119, -1647, 0x079c}, + {-1205, 119, -1617, 0x078c}, + {-1317, 119, -1682, 0x0720} + } +}; + +StandTile tile_481 = { + 0x08e118, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 119, -1598, 0x07a0}, + {-1205, 119, -1617, 0x0798}, + {-1317, 119, -1647, 0x0718} + } +}; + +StandTile tile_482 = { + 0x08df18, 0x26, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 119, -1496, 0x07ac}, + {-1205, 119, -1617, 0x079c}, + {-1317, 119, -1598, 0x0714} + } +}; + +StandTile tile_483 = { + 0x08c718, 0x26, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1224, 119, -1496, 0x0000}, + {-1205, 119, -1496, 0x0710}, + {-1205, 119, -1617, 0x07a8} + } +}; + +StandTile tile_484 = { + 0x08c818, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 119, -1496, 0x0784}, + {-1224, 119, -1496, 0x07a4}, + {-1205, 119, -1617, 0x07ac} + } +}; + +StandTile tile_485 = { + 0x075618, 0x26, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 119, -1496, 0x0000}, + {-1253, 119, -1496, 0x07a8}, + {-1205, 119, -1617, 0x07a0} + } +}; + +StandTile tile_486 = { + 0x10d112, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 129, -1421, 0x07b4}, + {-1226, 131, -1418, 0x0000}, + {-1224, 129, -1421, 0x07bc} + } +}; + +StandTile tile_487 = { + 0x10d111, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 129, -1421, 0x0000}, + {-1252, 131, -1418, 0x07e4}, + {-1226, 131, -1418, 0x07b0} + } +}; + +StandTile tile_488 = { + 0x10d012, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 129, -1431, 0x07bc}, + {-1224, 129, -1421, 0x0000}, + {-1224, 129, -1431, 0x07c4} + } +}; + +StandTile tile_489 = { + 0x10d011, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 129, -1431, 0x0000}, + {-1253, 129, -1421, 0x07b0}, + {-1224, 129, -1421, 0x07b8} + } +}; + +StandTile tile_490 = { + 0x10cf12, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 129, -1478, 0x07c4}, + {-1224, 129, -1431, 0x0000}, + {-1224, 129, -1478, 0x0780} + } +}; + +StandTile tile_491 = { + 0x10cf11, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 129, -1478, 0x0000}, + {-1253, 129, -1431, 0x07b8}, + {-1224, 129, -1431, 0x07c0} + } +}; + +StandTile tile_492 = { + 0x104712, 0x23, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1718, 121, -1086, 0x07cc}, + {-1483, 121, -1140, 0x0000}, + {-1718, 121, -1140, 0x08f4} + } +}; + +StandTile tile_493 = { + 0x104711, 0x23, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1718, 121, -1086, 0x0000}, + {-1483, 121, -1086, 0x07d4}, + {-1483, 121, -1140, 0x07c8} + } +}; + +StandTile tile_494 = { + 0x111712, 0x23, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1359, 121, -1140, 0x07d4}, + {-1483, 121, -1086, 0x0000}, + {-1359, 121, -1086, 0x07d8} + } +}; + +StandTile tile_495 = { + 0x111711, 0x23, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1359, 121, -1140, 0x0000}, + {-1483, 121, -1140, 0x07cc}, + {-1483, 121, -1086, 0x07d0} + } +}; + +StandTile tile_496 = { + 0x110f12, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 121, -1086, 0x07dc}, + {-1359, 121, -1140, 0x07d0}, + {-1359, 121, -1086, 0x0000} + } +}; + +StandTile tile_497 = { + 0x110f11, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 121, -1086, 0x08c8}, + {-1304, 121, -1140, 0x0000}, + {-1359, 121, -1140, 0x07d8} + } +}; + +StandTile tile_498 = { + 0x10ce12, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1224, 129, -1415, 0x07e4}, + {-1252, 131, -1418, 0x0000}, + {-1253, 129, -1415, 0x07ec} + } +}; + +StandTile tile_499 = { + 0x10ce11, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1224, 129, -1415, 0x0000}, + {-1226, 131, -1418, 0x07b4}, + {-1252, 131, -1418, 0x07e0} + } +}; + +StandTile tile_500 = { + 0x10cd12, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1224, 121, -1411, 0x07ec}, + {-1253, 129, -1415, 0x0000}, + {-1253, 121, -1411, 0x08ec} + } +}; + +StandTile tile_501 = { + 0x10cd11, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1224, 121, -1411, 0x0000}, + {-1224, 129, -1415, 0x07e0}, + {-1253, 129, -1415, 0x07e8} + } +}; + +StandTile tile_502 = { + 0x10c212, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 112, -1194, 0x07f4}, + {-1241, 121, -1194, 0x0000}, + {-1241, 112, -1194, 0x08b0} + } +}; + +StandTile tile_503 = { + 0x10c211, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 112, -1194, 0x0000}, + {-1205, 121, -1194, 0x08d8}, + {-1241, 121, -1194, 0x07f0} + } +}; + +StandTile tile_504 = { + 0x10c112, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 103, -1185, 0x07fc}, + {-1241, 112, -1185, 0x0000}, + {-1241, 103, -1185, 0x0888} + } +}; + +StandTile tile_505 = { + 0x10c111, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 103, -1185, 0x0000}, + {-1205, 112, -1185, 0x08b4}, + {-1241, 112, -1185, 0x07f8} + } +}; + +StandTile tile_506 = { + 0x10c012, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 94, -1176, 0x0804}, + {-1241, 103, -1176, 0x0000}, + {-1241, 94, -1176, 0x0880} + } +}; + +StandTile tile_507 = { + 0x10c011, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 94, -1176, 0x0000}, + {-1205, 103, -1176, 0x088c}, + {-1241, 103, -1176, 0x0800} + } +}; + +StandTile tile_508 = { + 0x10bf12, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 85, -1167, 0x080c}, + {-1241, 94, -1167, 0x0000}, + {-1241, 85, -1167, 0x0870} + } +}; + +StandTile tile_509 = { + 0x10bf11, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 85, -1167, 0x0000}, + {-1205, 94, -1167, 0x0884}, + {-1241, 94, -1167, 0x0808} + } +}; + +StandTile tile_510 = { + 0x10be12, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 76, -1158, 0x0814}, + {-1241, 85, -1158, 0x0000}, + {-1241, 76, -1158, 0x08a0} + } +}; + +StandTile tile_511 = { + 0x10be11, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 76, -1158, 0x0000}, + {-1205, 85, -1158, 0x0874}, + {-1241, 85, -1158, 0x0810} + } +}; + +StandTile tile_512 = { + 0x10bd12, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 67, -1149, 0x081c}, + {-1241, 76, -1149, 0x0000}, + {-1241, 67, -1149, 0x0878} + } +}; + +StandTile tile_513 = { + 0x10bd11, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 67, -1149, 0x0000}, + {-1205, 76, -1149, 0x08a4}, + {-1241, 76, -1149, 0x0818} + } +}; + +StandTile tile_514 = { + 0x10bc12, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 58, -1140, 0x0824}, + {-1241, 67, -1140, 0x0000}, + {-1241, 58, -1140, 0x0898} + } +}; + +StandTile tile_515 = { + 0x10bc11, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 58, -1140, 0x0000}, + {-1205, 67, -1140, 0x087c}, + {-1241, 67, -1140, 0x0820} + } +}; + +StandTile tile_516 = { + 0x10bb12, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 49, -1131, 0x082c}, + {-1241, 58, -1131, 0x0000}, + {-1241, 49, -1131, 0x0860} + } +}; + +StandTile tile_517 = { + 0x10bb11, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 49, -1131, 0x0000}, + {-1205, 58, -1131, 0x089c}, + {-1241, 58, -1131, 0x0828} + } +}; + +StandTile tile_518 = { + 0x10ba12, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 40, -1122, 0x0834}, + {-1241, 49, -1122, 0x0000}, + {-1241, 40, -1122, 0x0890} + } +}; + +StandTile tile_519 = { + 0x10ba11, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 40, -1122, 0x0000}, + {-1205, 49, -1122, 0x0864}, + {-1241, 49, -1122, 0x0830} + } +}; + +StandTile tile_520 = { + 0x10b912, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 31, -1113, 0x083c}, + {-1241, 40, -1113, 0x0000}, + {-1241, 31, -1113, 0x0858} + } +}; + +StandTile tile_521 = { + 0x10b911, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 31, -1113, 0x0000}, + {-1205, 40, -1113, 0x0894}, + {-1241, 40, -1113, 0x0838} + } +}; + +StandTile tile_522 = { + 0x10b812, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 22, -1104, 0x0844}, + {-1241, 31, -1104, 0x0000}, + {-1241, 22, -1104, 0x0868} + } +}; + +StandTile tile_523 = { + 0x10b811, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 22, -1104, 0x0000}, + {-1205, 31, -1104, 0x085c}, + {-1241, 31, -1104, 0x0840} + } +}; + +StandTile tile_524 = { + 0x10b712, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 13, -1095, 0x084c}, + {-1241, 22, -1095, 0x0000}, + {-1241, 13, -1095, 0x08a8} + } +}; + +StandTile tile_525 = { + 0x10b711, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 13, -1095, 0x0000}, + {-1205, 22, -1095, 0x086c}, + {-1241, 22, -1095, 0x0848} + } +}; + +StandTile tile_526 = { + 0x10b612, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 4, -1086, 0x0854}, + {-1241, 13, -1086, 0x0000}, + {-1241, 4, -1086, 0x08c4} + } +}; + +StandTile tile_527 = { + 0x10b611, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 4, -1086, 0x0000}, + {-1205, 13, -1086, 0x08ac}, + {-1241, 13, -1086, 0x0850} + } +}; + +StandTile tile_528 = { + 0x003a12, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 31, -1113, 0x085c}, + {-1205, 31, -1104, 0x0000}, + {-1205, 31, -1113, 0x0838} + } +}; + +StandTile tile_529 = { + 0x003a11, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 31, -1113, 0x0000}, + {-1241, 31, -1104, 0x0844}, + {-1205, 31, -1104, 0x0858} + } +}; + +StandTile tile_530 = { + 0x003b12, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 49, -1131, 0x0864}, + {-1205, 49, -1122, 0x0000}, + {-1205, 49, -1131, 0x0828} + } +}; + +StandTile tile_531 = { + 0x003b11, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 49, -1131, 0x0000}, + {-1241, 49, -1122, 0x0834}, + {-1205, 49, -1122, 0x0860} + } +}; + +StandTile tile_532 = { + 0x003e12, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 22, -1095, 0x086c}, + {-1205, 22, -1104, 0x0840}, + {-1241, 22, -1104, 0x0000} + } +}; + +StandTile tile_533 = { + 0x003e11, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 22, -1095, 0x084c}, + {-1205, 22, -1095, 0x0000}, + {-1205, 22, -1104, 0x0868} + } +}; + +StandTile tile_534 = { + 0x003f12, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 85, -1167, 0x0874}, + {-1205, 85, -1158, 0x0000}, + {-1205, 85, -1167, 0x0808} + } +}; + +StandTile tile_535 = { + 0x003f11, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 85, -1167, 0x0000}, + {-1241, 85, -1158, 0x0814}, + {-1205, 85, -1158, 0x0870} + } +}; + +StandTile tile_536 = { + 0x004012, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 67, -1149, 0x087c}, + {-1205, 67, -1140, 0x0000}, + {-1205, 67, -1149, 0x0818} + } +}; + +StandTile tile_537 = { + 0x004011, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 67, -1149, 0x0000}, + {-1241, 67, -1140, 0x0824}, + {-1205, 67, -1140, 0x0878} + } +}; + +StandTile tile_538 = { + 0x004112, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 94, -1167, 0x0884}, + {-1205, 94, -1176, 0x0800}, + {-1241, 94, -1176, 0x0000} + } +}; + +StandTile tile_539 = { + 0x004111, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 94, -1167, 0x080c}, + {-1205, 94, -1167, 0x0000}, + {-1205, 94, -1176, 0x0880} + } +}; + +StandTile tile_540 = { + 0x004212, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 103, -1185, 0x088c}, + {-1205, 103, -1176, 0x0000}, + {-1205, 103, -1185, 0x07f8} + } +}; + +StandTile tile_541 = { + 0x004211, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 103, -1185, 0x0000}, + {-1241, 103, -1176, 0x0804}, + {-1205, 103, -1176, 0x0888} + } +}; + +StandTile tile_542 = { + 0x004312, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 40, -1113, 0x0894}, + {-1205, 40, -1122, 0x0830}, + {-1241, 40, -1122, 0x0000} + } +}; + +StandTile tile_543 = { + 0x004311, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 40, -1113, 0x083c}, + {-1205, 40, -1113, 0x0000}, + {-1205, 40, -1122, 0x0890} + } +}; + +StandTile tile_544 = { + 0x004412, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 58, -1131, 0x089c}, + {-1205, 58, -1140, 0x0820}, + {-1241, 58, -1140, 0x0000} + } +}; + +StandTile tile_545 = { + 0x004411, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 58, -1131, 0x082c}, + {-1205, 58, -1131, 0x0000}, + {-1205, 58, -1140, 0x0898} + } +}; + +StandTile tile_546 = { + 0x004712, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 76, -1149, 0x08a4}, + {-1205, 76, -1158, 0x0810}, + {-1241, 76, -1158, 0x0000} + } +}; + +StandTile tile_547 = { + 0x004711, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 76, -1149, 0x081c}, + {-1205, 76, -1149, 0x0000}, + {-1205, 76, -1158, 0x08a0} + } +}; + +StandTile tile_548 = { + 0x004812, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 13, -1095, 0x08ac}, + {-1205, 13, -1086, 0x0000}, + {-1205, 13, -1095, 0x0848} + } +}; + +StandTile tile_549 = { + 0x004811, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 13, -1095, 0x0000}, + {-1241, 13, -1086, 0x0854}, + {-1205, 13, -1086, 0x08a8} + } +}; + +StandTile tile_550 = { + 0x004912, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 112, -1185, 0x08b4}, + {-1205, 112, -1194, 0x07f0}, + {-1241, 112, -1194, 0x0000} + } +}; + +StandTile tile_551 = { + 0x004911, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 112, -1185, 0x07fc}, + {-1205, 112, -1185, 0x0000}, + {-1205, 112, -1194, 0x08b0} + } +}; + +StandTile tile_552 = { + 0x10c310, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 4, -1086, 0x0000}, + {-1250, 4, -1086, 0x0000}, + {-1250, 4, -995, 0x08c0} + } +}; + +StandTile tile_553 = { + 0x10c410, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1196, 4, -995, 0x0000}, + {-1196, 4, -1086, 0x0000}, + {-1205, 4, -1086, 0x08c4} + } +}; + +StandTile tile_554 = { + 0x102412, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1196, 4, -995, 0x08c4}, + {-1241, 4, -1086, 0x08b8}, + {-1250, 4, -995, 0x0918} + } +}; + +StandTile tile_555 = { + 0x102411, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1196, 4, -995, 0x08bc}, + {-1205, 4, -1086, 0x0850}, + {-1241, 4, -1086, 0x08c0} + } +}; + +StandTile tile_556 = { + 0x03c712, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 121, -1086, 0x08cc}, + {-1304, 121, -1194, 0x0000}, + {-1304, 121, -1140, 0x07dc} + } +}; + +StandTile tile_557 = { + 0x03c711, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 121, -1086, 0x0000}, + {-1250, 121, -1194, 0x08d0}, + {-1304, 121, -1194, 0x08c8} + } +}; + +StandTile tile_558 = { + 0x10ca10, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 121, -1303, 0x0000}, + {-1304, 121, -1194, 0x08cc}, + {-1250, 121, -1194, 0x08e0} + } +}; + +StandTile tile_559 = { + 0x10cc10, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 121, -1194, 0x0000}, + {-1196, 121, -1194, 0x0000}, + {-1196, 121, -1303, 0x08d8} + } +}; + +StandTile tile_560 = { + 0x10cb10, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 121, -1194, 0x07f4}, + {-1205, 121, -1194, 0x08d4}, + {-1196, 121, -1303, 0x08dc} + } +}; + +StandTile tile_561 = { + 0x10c712, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 121, -1303, 0x08e0}, + {-1241, 121, -1194, 0x08d8}, + {-1196, 121, -1303, 0x08e8} + } +}; + +StandTile tile_562 = { + 0x10c711, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1304, 121, -1303, 0x08d0}, + {-1250, 121, -1194, 0x0000}, + {-1241, 121, -1194, 0x08dc} + } +}; + +StandTile tile_563 = { + 0x10c910, 0x22, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 121, -1411, 0x0000}, + {-1304, 121, -1411, 0x0000}, + {-1304, 121, -1303, 0x08ec} + } +}; + +StandTile tile_564 = { + 0x10c812, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1224, 121, -1411, 0x08ec}, + {-1304, 121, -1303, 0x08dc}, + {-1196, 121, -1303, 0x08f0} + } +}; + +StandTile tile_565 = { + 0x10c811, 0x22, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1224, 121, -1411, 0x07e8}, + {-1253, 121, -1411, 0x08e4}, + {-1304, 121, -1303, 0x08e8} + } +}; + +StandTile tile_566 = { + 0x03c610, 0x22, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1196, 121, -1411, 0x0000}, + {-1224, 121, -1411, 0x08e8}, + {-1196, 121, -1303, 0x0000} + } +}; + +StandTile tile_567 = { + 0x03cd12, 0x21, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1888, 121, -1140, 0x08f8}, + {-1718, 121, -1086, 0x07c8}, + {-1718, 121, -1140, 0x0000} + } +}; + +StandTile tile_568 = { + 0x03cd11, 0x21, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1888, 121, -1140, 0x0900}, + {-1835, 121, -1086, 0x0000}, + {-1718, 121, -1086, 0x08f4} + } +}; + +StandTile tile_569 = { + 0x102912, 0x21, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1835, 121, -954, 0x0900}, + {-1888, 121, -1140, 0x0000}, + {-1888, 121, -954, 0x0910} + } +}; + +StandTile tile_570 = { + 0x102911, 0x21, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1835, 121, -954, 0x0000}, + {-1835, 121, -1086, 0x08f8}, + {-1888, 121, -1140, 0x08fc} + } +}; + +StandTile tile_571 = { + 0x100f10, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1647, 121, -417, 0x090c}, + {-1673, 121, -363, 0x0000}, + {-1647, 121, -363, 0x0944} + } +}; + +StandTile tile_572 = { + 0x043e12, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1673, 121, -363, 0x090c}, + {-1835, 121, -605, 0x0914}, + {-1888, 121, -578, 0x0000} + } +}; + +StandTile tile_573 = { + 0x043e11, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1673, 121, -363, 0x0904}, + {-1647, 121, -417, 0x0000}, + {-1835, 121, -605, 0x0908} + } +}; + +StandTile tile_574 = { + 0x03e612, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1888, 121, -578, 0x0914}, + {-1835, 121, -954, 0x08fc}, + {-1888, 121, -954, 0x0000} + } +}; + +StandTile tile_575 = { + 0x03e611, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1888, 121, -578, 0x0908}, + {-1835, 121, -605, 0x0000}, + {-1835, 121, -954, 0x0910} + } +}; + +StandTile tile_576 = { + 0x02fd12, 0x1f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 4, -793, 0x091c}, + {-1196, 4, -995, 0x08c0}, + {-1250, 4, -995, 0x0000} + } +}; + +StandTile tile_577 = { + 0x02fd11, 0x1f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1250, 4, -793, 0x0924}, + {-1196, 4, -766, 0x0000}, + {-1196, 4, -995, 0x0918} + } +}; + +StandTile tile_578 = { + 0x02ff12, 0x1f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1196, 4, -766, 0x0924}, + {-1398, 4, -645, 0x092c}, + {-1344, 4, -618, 0x0000} + } +}; + +StandTile tile_579 = { + 0x02ff11, 0x1f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1196, 4, -766, 0x091c}, + {-1250, 4, -793, 0x0000}, + {-1398, 4, -645, 0x0920} + } +}; + +StandTile tile_580 = { + 0x101b12, 0x1f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1344, 4, -473, 0x092c}, + {-1398, 4, -645, 0x0000}, + {-1398, 4, -473, 0x094c} + } +}; + +StandTile tile_581 = { + 0x101b11, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1344, 4, -473, 0x0000}, + {-1344, 4, -618, 0x0920}, + {-1398, 4, -645, 0x0928} + } +}; + +StandTile tile_582 = { + 0x10e112, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 121, -375, 0x0934}, + {-1314, 129, -404, 0x0000}, + {-1317, 121, -404, 0x0958} + } +}; + +StandTile tile_583 = { + 0x10e111, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 121, -375, 0x0000}, + {-1314, 129, -375, 0x0938}, + {-1314, 129, -404, 0x0930} + } +}; + +StandTile tile_584 = { + 0x10e012, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1314, 129, -375, 0x093c}, + {-1310, 131, -403, 0x0000}, + {-1314, 129, -404, 0x0934} + } +}; + +StandTile tile_585 = { + 0x10e011, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1314, 129, -375, 0x0000}, + {-1310, 131, -377, 0x0274}, + {-1310, 131, -403, 0x0938} + } +}; + +StandTile tile_586 = { + 0x044012, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1647, 121, -417, 0x0944}, + {-1452, 121, -363, 0x0968}, + {-1452, 121, -417, 0x0000} + } +}; + +StandTile tile_587 = { + 0x044011, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1647, 121, -417, 0x0904}, + {-1647, 121, -363, 0x0000}, + {-1452, 121, -363, 0x0940} + } +}; + +StandTile tile_588 = { + 0x103312, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1344, 4, -299, 0x094c}, + {-1398, 4, -473, 0x0000}, + {-1398, 4, -299, 0x09c0} + } +}; + +StandTile tile_589 = { + 0x103311, 0x1e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1344, 4, -299, 0x0000}, + {-1344, 4, -473, 0x0928}, + {-1398, 4, -473, 0x0948} + } +}; + +StandTile tile_590 = { + 0x10dd10, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 121, -430, 0x0000}, + {-1344, 121, -470, 0x0974}, + {-1344, 121, -390, 0x0954} + } +}; + +StandTile tile_591 = { + 0x10da10, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 121, -404, 0x0000}, + {-1317, 121, -430, 0x0950}, + {-1344, 121, -390, 0x0958} + } +}; + +StandTile tile_592 = { + 0x10db10, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 121, -375, 0x0930}, + {-1317, 121, -404, 0x0954}, + {-1344, 121, -390, 0x095c} + } +}; + +StandTile tile_593 = { + 0x10dc10, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 121, -349, 0x0000}, + {-1317, 121, -375, 0x0958}, + {-1344, 121, -390, 0x0960} + } +}; + +StandTile tile_594 = { + 0x092210, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 121, -349, 0x095c}, + {-1344, 121, -390, 0x097c}, + {-1344, 121, -309, 0x0000} + } +}; + +StandTile tile_595 = { + 0x045f12, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1398, 121, -470, 0x0968}, + {-1452, 121, -363, 0x0000}, + {-1398, 121, -309, 0x0978} + } +}; + +StandTile tile_596 = { + 0x045f11, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1398, 121, -470, 0x0000}, + {-1452, 121, -417, 0x0940}, + {-1452, 121, -363, 0x0964} + } +}; + +StandTile tile_597 = { + 0x103612, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1344, 121, -299, 0x0970}, + {-1398, 121, -309, 0x0000}, + {-1398, 121, -299, 0x09b0} + } +}; + +StandTile tile_598 = { + 0x103611, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1344, 121, -299, 0x0000}, + {-1344, 121, -309, 0x097c}, + {-1398, 121, -309, 0x096c} + } +}; + +StandTile tile_599 = { + 0x10df10, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1344, 121, -390, 0x0950}, + {-1344, 121, -470, 0x0000}, + {-1398, 121, -470, 0x0978} + } +}; + +StandTile tile_600 = { + 0x10de10, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1344, 121, -390, 0x0974}, + {-1398, 121, -470, 0x0964}, + {-1398, 121, -309, 0x097c} + } +}; + +StandTile tile_601 = { + 0x0a6b10, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1344, 121, -309, 0x0960}, + {-1344, 121, -390, 0x0978}, + {-1398, 121, -309, 0x0970} + } +}; + +StandTile tile_602 = { + 0x112312, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1210, 4, 94, 0x0984}, + {-1203, 4, 148, 0x09d0}, + {-1203, 4, 94, 0x0000} + } +}; + +StandTile tile_603 = { + 0x112311, 0x1d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1210, 4, 94, 0x09ac}, + {-1237, 4, 148, 0x0000}, + {-1203, 4, 148, 0x0980} + } +}; + +StandTile tile_604 = { + 0x112812, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1210, 121, 94, 0x098c}, + {-1203, 121, 148, 0x09d8}, + {-1203, 121, 94, 0x0000} + } +}; + +StandTile tile_605 = { + 0x112811, 0x1d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1210, 121, 94, 0x099c}, + {-1237, 121, 148, 0x0000}, + {-1203, 121, 148, 0x0988} + } +}; + +StandTile tile_606 = { + 0x04ef12, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1331, 121, 54, 0x0994}, + {-1277, 121, -164, 0x09bc}, + {-1331, 121, -134, 0x0000} + } +}; + +StandTile tile_607 = { + 0x04ef11, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1331, 121, 54, 0x0998}, + {-1277, 121, 27, 0x0000}, + {-1277, 121, -164, 0x0990} + } +}; + +StandTile tile_608 = { + 0x04e612, 0x1d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 121, 148, 0x099c}, + {-1277, 121, 27, 0x0994}, + {-1331, 121, 54, 0x0000} + } +}; + +StandTile tile_609 = { + 0x04e611, 0x1d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 121, 148, 0x098c}, + {-1210, 121, 94, 0x0000}, + {-1277, 121, 27, 0x0998} + } +}; + +StandTile tile_610 = { + 0x04d312, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1331, 4, 54, 0x09a4}, + {-1277, 4, -164, 0x09cc}, + {-1331, 4, -134, 0x0000} + } +}; + +StandTile tile_611 = { + 0x04d311, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1331, 4, 54, 0x09a8}, + {-1277, 4, 27, 0x0000}, + {-1277, 4, -164, 0x09a0} + } +}; + +StandTile tile_612 = { + 0x04d212, 0x1d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 4, 148, 0x09ac}, + {-1277, 4, 27, 0x09a4}, + {-1331, 4, 54, 0x0000} + } +}; + +StandTile tile_613 = { + 0x04d211, 0x1d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1237, 4, 148, 0x0984}, + {-1210, 4, 94, 0x0000}, + {-1277, 4, 27, 0x09a8} + } +}; + +StandTile tile_614 = { + 0x046d12, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1398, 121, -202, 0x09b4}, + {-1344, 121, -299, 0x096c}, + {-1398, 121, -299, 0x0000} + } +}; + +StandTile tile_615 = { + 0x046d11, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1398, 121, -202, 0x09b8}, + {-1344, 121, -228, 0x0000}, + {-1344, 121, -299, 0x09b0} + } +}; + +StandTile tile_616 = { + 0x046b12, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1331, 121, -134, 0x09bc}, + {-1344, 121, -228, 0x09b4}, + {-1398, 121, -202, 0x0000} + } +}; + +StandTile tile_617 = { + 0x046b11, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1331, 121, -134, 0x0990}, + {-1277, 121, -164, 0x0000}, + {-1344, 121, -228, 0x09b8} + } +}; + +StandTile tile_618 = { + 0x045c12, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1398, 4, -202, 0x09c4}, + {-1344, 4, -299, 0x0948}, + {-1398, 4, -299, 0x0000} + } +}; + +StandTile tile_619 = { + 0x045c11, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1398, 4, -202, 0x09c8}, + {-1344, 4, -228, 0x0000}, + {-1344, 4, -299, 0x09c0} + } +}; + +StandTile tile_620 = { + 0x045912, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1331, 4, -134, 0x09cc}, + {-1344, 4, -228, 0x09c4}, + {-1398, 4, -202, 0x0000} + } +}; + +StandTile tile_621 = { + 0x045911, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1331, 4, -134, 0x09a0}, + {-1277, 4, -164, 0x0000}, + {-1344, 4, -228, 0x09c8} + } +}; + +StandTile tile_622 = { + 0x113812, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1203, 4, 148, 0x09d4}, + {-1091, 4, 94, 0x0000}, + {-1203, 4, 94, 0x0980} + } +}; + +StandTile tile_623 = { + 0x113811, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1203, 4, 148, 0x0000}, + {-1091, 4, 148, 0x09e8}, + {-1091, 4, 94, 0x09d0} + } +}; + +StandTile tile_624 = { + 0x113512, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1203, 121, 148, 0x09dc}, + {-1091, 121, 94, 0x0000}, + {-1203, 121, 94, 0x0988} + } +}; + +StandTile tile_625 = { + 0x113511, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1203, 121, 148, 0x0000}, + {-1091, 121, 148, 0x09e0}, + {-1091, 121, 94, 0x09d8} + } +}; + +StandTile tile_626 = { + 0x114a12, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1091, 121, 148, 0x09e4}, + {-995, 121, 94, 0x0000}, + {-1091, 121, 94, 0x09dc} + } +}; + +StandTile tile_627 = { + 0x114a11, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1091, 121, 148, 0x0000}, + {-1022, 121, 148, 0x0a08}, + {-995, 121, 94, 0x09e0} + } +}; + +StandTile tile_628 = { + 0x114f12, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1091, 4, 148, 0x09ec}, + {-995, 4, 94, 0x0000}, + {-1091, 4, 94, 0x09d4} + } +}; + +StandTile tile_629 = { + 0x114f11, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1091, 4, 148, 0x0000}, + {-1022, 4, 148, 0x09f8}, + {-995, 4, 94, 0x09e8} + } +}; + +StandTile tile_630 = { + 0x0ffc12, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-914, 4, 376, 0x09f4}, + {-968, 4, 202, 0x0000}, + {-968, 4, 376, 0x0a3c} + } +}; + +StandTile tile_631 = { + 0x0ffc11, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-914, 4, 376, 0x0000}, + {-914, 4, 175, 0x09fc}, + {-968, 4, 202, 0x09f0} + } +}; + +StandTile tile_632 = { + 0x04dd12, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-968, 4, 202, 0x09fc}, + {-995, 4, 94, 0x09ec}, + {-1022, 4, 148, 0x0000} + } +}; + +StandTile tile_633 = { + 0x04dd11, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-968, 4, 202, 0x09f4}, + {-914, 4, 175, 0x0000}, + {-995, 4, 94, 0x09f8} + } +}; + +StandTile tile_634 = { + 0x051f12, 0x1b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-914, 121, 376, 0x0a04}, + {-968, 121, 202, 0x0000}, + {-968, 121, 376, 0x0ae4} + } +}; + +StandTile tile_635 = { + 0x051f11, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-914, 121, 376, 0x0000}, + {-914, 121, 175, 0x0a0c}, + {-968, 121, 202, 0x0a00} + } +}; + +StandTile tile_636 = { + 0x04f112, 0x1b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-968, 121, 202, 0x0a0c}, + {-995, 121, 94, 0x09e4}, + {-1022, 121, 148, 0x0000} + } +}; + +StandTile tile_637 = { + 0x04f111, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-968, 121, 202, 0x0a04}, + {-914, 121, 175, 0x0000}, + {-995, 121, 94, 0x0a08} + } +}; + +StandTile tile_638 = { + 0x11bf10, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-652, 4, 507, 0x0cd8}, + {-723, 4, 507, 0x0000}, + {-714, 4, 560, 0x0a14} + } +}; + +StandTile tile_639 = { + 0x11c010, 0x1a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-652, 4, 507, 0x0a10}, + {-714, 4, 560, 0x0a1c}, + {-661, 4, 560, 0x0000} + } +}; + +StandTile tile_640 = { + 0x119e12, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-661, 4, 683, 0x0a1c}, + {-714, 4, 560, 0x0000}, + {-714, 4, 629, 0x0a20} + } +}; + +StandTile tile_641 = { + 0x119e11, 0x1a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-661, 4, 683, 0x0000}, + {-661, 4, 560, 0x0a14}, + {-714, 4, 560, 0x0a18} + } +}; + +StandTile tile_642 = { + 0x119412, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-744, 4, 629, 0x0a24}, + {-661, 4, 683, 0x0a18}, + {-714, 4, 629, 0x0000} + } +}; + +StandTile tile_643 = { + 0x119411, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-744, 4, 629, 0x0a4c}, + {-744, 4, 683, 0x0000}, + {-661, 4, 683, 0x0a20} + } +}; + +StandTile tile_644 = { + 0x118412, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-995, 4, 683, 0x0a2c}, + {-941, 4, 470, 0x0a30}, + {-995, 4, 470, 0x0000} + } +}; + +StandTile tile_645 = { + 0x118411, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-995, 4, 683, 0x0a44}, + {-941, 4, 629, 0x0000}, + {-941, 4, 470, 0x0a28} + } +}; + +StandTile tile_646 = { + 0x117f12, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-941, 4, 470, 0x0a34}, + {-995, 4, 403, 0x0000}, + {-995, 4, 470, 0x0a28} + } +}; + +StandTile tile_647 = { + 0x117f11, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-941, 4, 470, 0x0b74}, + {-941, 4, 403, 0x0a38}, + {-995, 4, 403, 0x0a30} + } +}; + +StandTile tile_648 = { + 0x117a10, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-995, 4, 403, 0x0a34}, + {-941, 4, 403, 0x0a3c}, + {-968, 4, 376, 0x0000} + } +}; + +StandTile tile_649 = { + 0x117910, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-941, 4, 403, 0x0a40}, + {-914, 4, 376, 0x09f0}, + {-968, 4, 376, 0x0a38} + } +}; + +StandTile tile_650 = { + 0x117810, 0x1a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-941, 4, 403, 0x0b6c}, + {-887, 4, 403, 0x0000}, + {-914, 4, 376, 0x0a3c} + } +}; + +StandTile tile_651 = { + 0x117712, 0x1a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-995, 4, 683, 0x0a48}, + {-887, 4, 629, 0x0000}, + {-941, 4, 629, 0x0a2c} + } +}; + +StandTile tile_652 = { + 0x117711, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-995, 4, 683, 0x0000}, + {-887, 4, 683, 0x0a50}, + {-887, 4, 629, 0x0a44} + } +}; + +StandTile tile_653 = { + 0x115512, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-887, 4, 629, 0x0a50}, + {-744, 4, 683, 0x0a24}, + {-744, 4, 629, 0x0000} + } +}; + +StandTile tile_654 = { + 0x115511, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-887, 4, 629, 0x0a48}, + {-887, 4, 683, 0x0000}, + {-744, 4, 683, 0x0a4c} + } +}; + +StandTile tile_655 = { + 0x10d912, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-597, 129, 671, 0x0a58}, + {-594, 131, 643, 0x0000}, + {-597, 129, 642, 0x0a60} + } +}; + +StandTile tile_656 = { + 0x10d911, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-597, 129, 671, 0x0000}, + {-594, 131, 670, 0x0b94}, + {-594, 131, 643, 0x0a54} + } +}; + +StandTile tile_657 = { + 0x10d812, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-600, 121, 671, 0x0a60}, + {-597, 129, 642, 0x0000}, + {-600, 121, 642, 0x0b84} + } +}; + +StandTile tile_658 = { + 0x10d811, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-600, 121, 671, 0x0000}, + {-597, 129, 671, 0x0a54}, + {-597, 129, 642, 0x0a5c} + } +}; + +StandTile tile_659 = { + 0x10b310, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-887, 121, 629, 0x0000}, + {-887, 121, 578, 0x0000}, + {-896, 121, 578, 0x0a68} + } +}; + +StandTile tile_660 = { + 0x10b410, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-887, 121, 629, 0x0a64}, + {-896, 121, 578, 0x0ad8}, + {-932, 121, 578, 0x0a6c} + } +}; + +StandTile tile_661 = { + 0x10b510, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-887, 121, 629, 0x0a68}, + {-932, 121, 578, 0x0aec}, + {-995, 121, 724, 0x0a70} + } +}; + +StandTile tile_662 = { + 0x10b210, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-887, 121, 683, 0x0b8c}, + {-887, 121, 629, 0x0a6c}, + {-995, 121, 724, 0x0a74} + } +}; + +StandTile tile_663 = { + 0x10b110, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-887, 121, 724, 0x0000}, + {-887, 121, 683, 0x0a70}, + {-995, 121, 724, 0x0000} + } +}; + +StandTile tile_664 = { + 0x10ae12, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 4, 470, 0x0a7c}, + {-932, 13, 470, 0x0b14}, + {-896, 13, 470, 0x0000} + } +}; + +StandTile tile_665 = { + 0x10ae11, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 4, 470, 0x0b70}, + {-932, 4, 470, 0x0000}, + {-932, 13, 470, 0x0a78} + } +}; + +StandTile tile_666 = { + 0x10ad12, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 13, 479, 0x0a84}, + {-932, 22, 479, 0x0b54}, + {-896, 22, 479, 0x0000} + } +}; + +StandTile tile_667 = { + 0x10ad11, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 13, 479, 0x0b10}, + {-932, 13, 479, 0x0000}, + {-932, 22, 479, 0x0a80} + } +}; + +StandTile tile_668 = { + 0x10ac12, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 22, 488, 0x0a8c}, + {-932, 31, 488, 0x0b64}, + {-896, 31, 488, 0x0000} + } +}; + +StandTile tile_669 = { + 0x10ac11, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 22, 488, 0x0b50}, + {-932, 22, 488, 0x0000}, + {-932, 31, 488, 0x0a88} + } +}; + +StandTile tile_670 = { + 0x10ab12, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 31, 497, 0x0a94}, + {-932, 40, 497, 0x0b2c}, + {-896, 40, 497, 0x0000} + } +}; + +StandTile tile_671 = { + 0x10ab11, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 31, 497, 0x0b60}, + {-932, 31, 497, 0x0000}, + {-932, 40, 497, 0x0a90} + } +}; + +StandTile tile_672 = { + 0x10aa12, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 40, 506, 0x0a9c}, + {-932, 49, 506, 0x0b5c}, + {-896, 49, 506, 0x0000} + } +}; + +StandTile tile_673 = { + 0x10aa11, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 40, 506, 0x0b28}, + {-932, 40, 506, 0x0000}, + {-932, 49, 506, 0x0a98} + } +}; + +StandTile tile_674 = { + 0x10a912, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 49, 515, 0x0aa4}, + {-932, 58, 515, 0x0b24}, + {-896, 58, 515, 0x0000} + } +}; + +StandTile tile_675 = { + 0x10a911, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 49, 515, 0x0b58}, + {-932, 49, 515, 0x0000}, + {-932, 58, 515, 0x0aa0} + } +}; + +StandTile tile_676 = { + 0x10a812, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 58, 524, 0x0aac}, + {-932, 67, 524, 0x0b44}, + {-896, 67, 524, 0x0000} + } +}; + +StandTile tile_677 = { + 0x10a811, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 58, 524, 0x0b20}, + {-932, 58, 524, 0x0000}, + {-932, 67, 524, 0x0aa8} + } +}; + +StandTile tile_678 = { + 0x10a712, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 67, 533, 0x0ab4}, + {-932, 76, 533, 0x0b1c}, + {-896, 76, 533, 0x0000} + } +}; + +StandTile tile_679 = { + 0x10a711, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 67, 533, 0x0b40}, + {-932, 67, 533, 0x0000}, + {-932, 76, 533, 0x0ab0} + } +}; + +StandTile tile_680 = { + 0x10a612, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 76, 542, 0x0abc}, + {-932, 85, 542, 0x0b4c}, + {-896, 85, 542, 0x0000} + } +}; + +StandTile tile_681 = { + 0x10a611, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 76, 542, 0x0b18}, + {-932, 76, 542, 0x0000}, + {-932, 85, 542, 0x0ab8} + } +}; + +StandTile tile_682 = { + 0x10a512, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 85, 551, 0x0ac4}, + {-932, 94, 551, 0x0b3c}, + {-896, 94, 551, 0x0000} + } +}; + +StandTile tile_683 = { + 0x10a511, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 85, 551, 0x0b48}, + {-932, 85, 551, 0x0000}, + {-932, 94, 551, 0x0ac0} + } +}; + +StandTile tile_684 = { + 0x10a412, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 94, 560, 0x0acc}, + {-932, 103, 560, 0x0b34}, + {-896, 103, 560, 0x0000} + } +}; + +StandTile tile_685 = { + 0x10a411, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 94, 560, 0x0b38}, + {-932, 94, 560, 0x0000}, + {-932, 103, 560, 0x0ac8} + } +}; + +StandTile tile_686 = { + 0x10a312, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 103, 569, 0x0ad4}, + {-932, 112, 569, 0x0b0c}, + {-896, 112, 569, 0x0000} + } +}; + +StandTile tile_687 = { + 0x10a311, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 103, 569, 0x0b30}, + {-932, 103, 569, 0x0000}, + {-932, 112, 569, 0x0ad0} + } +}; + +StandTile tile_688 = { + 0x10a212, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 112, 578, 0x0adc}, + {-932, 121, 578, 0x0a68}, + {-896, 121, 578, 0x0000} + } +}; + +StandTile tile_689 = { + 0x10a211, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-896, 112, 578, 0x0b08}, + {-932, 112, 578, 0x0000}, + {-932, 121, 578, 0x0ad8} + } +}; + +StandTile tile_690 = { + 0x0a6f10, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-941, 121, 403, 0x0b00}, + {-887, 121, 403, 0x0000}, + {-914, 121, 376, 0x0ae4} + } +}; + +StandTile tile_691 = { + 0x0a6e10, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-941, 121, 403, 0x0ae0}, + {-914, 121, 376, 0x0a00}, + {-968, 121, 376, 0x0ae8} + } +}; + +StandTile tile_692 = { + 0x052010, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-995, 121, 403, 0x0afc}, + {-941, 121, 403, 0x0ae4}, + {-968, 121, 376, 0x0000} + } +}; + +StandTile tile_693 = { + 0x0a6d10, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-995, 121, 724, 0x0a6c}, + {-932, 121, 578, 0x0000}, + {-941, 121, 578, 0x0af4} + } +}; + +StandTile tile_694 = { + 0x0a6c12, 0x1a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-995, 121, 724, 0x0af4}, + {-941, 121, 464, 0x0af8}, + {-995, 121, 464, 0x0000} + } +}; + +StandTile tile_695 = { + 0x0a6c11, 0x1a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-995, 121, 724, 0x0aec}, + {-941, 121, 578, 0x0000}, + {-941, 121, 464, 0x0af0} + } +}; + +StandTile tile_696 = { + 0x087d12, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-941, 121, 464, 0x0afc}, + {-995, 121, 403, 0x0000}, + {-995, 121, 464, 0x0af0} + } +}; + +StandTile tile_697 = { + 0x087d11, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-941, 121, 464, 0x0b00}, + {-941, 121, 403, 0x0ae8}, + {-995, 121, 403, 0x0af8} + } +}; + +StandTile tile_698 = { + 0x052212, 0x1a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-941, 121, 464, 0x0b04}, + {-887, 121, 403, 0x0ae0}, + {-941, 121, 403, 0x0afc} + } +}; + +StandTile tile_699 = { + 0x052211, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-941, 121, 464, 0x0000}, + {-887, 121, 464, 0x0000}, + {-887, 121, 403, 0x0b00} + } +}; + +StandTile tile_700 = { + 0x002412, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-896, 112, 569, 0x0b0c}, + {-932, 112, 578, 0x0adc}, + {-896, 112, 578, 0x0000} + } +}; + +StandTile tile_701 = { + 0x002411, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-896, 112, 569, 0x0ad0}, + {-932, 112, 569, 0x0000}, + {-932, 112, 578, 0x0b08} + } +}; + +StandTile tile_702 = { + 0x002312, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-896, 13, 479, 0x0b14}, + {-932, 13, 470, 0x0000}, + {-932, 13, 479, 0x0a84} + } +}; + +StandTile tile_703 = { + 0x002311, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-896, 13, 479, 0x0000}, + {-896, 13, 470, 0x0a78}, + {-932, 13, 470, 0x0b10} + } +}; + +StandTile tile_704 = { + 0x002212, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-896, 76, 533, 0x0b1c}, + {-932, 76, 542, 0x0abc}, + {-896, 76, 542, 0x0000} + } +}; + +StandTile tile_705 = { + 0x002211, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-896, 76, 533, 0x0ab0}, + {-932, 76, 533, 0x0000}, + {-932, 76, 542, 0x0b18} + } +}; + +StandTile tile_706 = { + 0x001f12, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-896, 58, 515, 0x0b24}, + {-932, 58, 524, 0x0aac}, + {-896, 58, 524, 0x0000} + } +}; + +StandTile tile_707 = { + 0x001f11, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-896, 58, 515, 0x0aa0}, + {-932, 58, 515, 0x0000}, + {-932, 58, 524, 0x0b20} + } +}; + +StandTile tile_708 = { + 0x001e12, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-896, 40, 497, 0x0b2c}, + {-932, 40, 506, 0x0a9c}, + {-896, 40, 506, 0x0000} + } +}; + +StandTile tile_709 = { + 0x001e11, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-896, 40, 497, 0x0a90}, + {-932, 40, 497, 0x0000}, + {-932, 40, 506, 0x0b28} + } +}; + +StandTile tile_710 = { + 0x001d12, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-896, 103, 569, 0x0b34}, + {-932, 103, 560, 0x0000}, + {-932, 103, 569, 0x0ad4} + } +}; + +StandTile tile_711 = { + 0x001d11, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-896, 103, 569, 0x0000}, + {-896, 103, 560, 0x0ac8}, + {-932, 103, 560, 0x0b30} + } +}; + +StandTile tile_712 = { + 0x001c12, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-896, 94, 551, 0x0b3c}, + {-932, 94, 560, 0x0acc}, + {-896, 94, 560, 0x0000} + } +}; + +StandTile tile_713 = { + 0x001c11, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-896, 94, 551, 0x0ac0}, + {-932, 94, 551, 0x0000}, + {-932, 94, 560, 0x0b38} + } +}; + +StandTile tile_714 = { + 0x001b12, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-896, 67, 533, 0x0b44}, + {-932, 67, 524, 0x0000}, + {-932, 67, 533, 0x0ab4} + } +}; + +StandTile tile_715 = { + 0x001b11, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-896, 67, 533, 0x0000}, + {-896, 67, 524, 0x0aa8}, + {-932, 67, 524, 0x0b40} + } +}; + +StandTile tile_716 = { + 0x001a12, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-896, 85, 551, 0x0b4c}, + {-932, 85, 542, 0x0000}, + {-932, 85, 551, 0x0ac4} + } +}; + +StandTile tile_717 = { + 0x001a11, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-896, 85, 551, 0x0000}, + {-896, 85, 542, 0x0ab8}, + {-932, 85, 542, 0x0b48} + } +}; + +StandTile tile_718 = { + 0x001912, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-896, 22, 479, 0x0b54}, + {-932, 22, 488, 0x0a8c}, + {-896, 22, 488, 0x0000} + } +}; + +StandTile tile_719 = { + 0x001911, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-896, 22, 479, 0x0a80}, + {-932, 22, 479, 0x0000}, + {-932, 22, 488, 0x0b50} + } +}; + +StandTile tile_720 = { + 0x001612, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-896, 49, 515, 0x0b5c}, + {-932, 49, 506, 0x0000}, + {-932, 49, 515, 0x0aa4} + } +}; + +StandTile tile_721 = { + 0x001611, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-896, 49, 515, 0x0000}, + {-896, 49, 506, 0x0a98}, + {-932, 49, 506, 0x0b58} + } +}; + +StandTile tile_722 = { + 0x001512, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-896, 31, 497, 0x0b64}, + {-932, 31, 488, 0x0000}, + {-932, 31, 497, 0x0a94} + } +}; + +StandTile tile_723 = { + 0x001511, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-896, 31, 497, 0x0000}, + {-896, 31, 488, 0x0a88}, + {-932, 31, 488, 0x0b60} + } +}; + +StandTile tile_724 = { + 0x10b010, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-896, 4, 470, 0x0000}, + {-887, 4, 470, 0x0000}, + {-887, 4, 403, 0x0b70} + } +}; + +StandTile tile_725 = { + 0x10af12, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-932, 4, 470, 0x0b70}, + {-887, 4, 403, 0x0a40}, + {-941, 4, 403, 0x0b74} + } +}; + +StandTile tile_726 = { + 0x10af11, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-932, 4, 470, 0x0a7c}, + {-896, 4, 470, 0x0b68}, + {-887, 4, 403, 0x0b6c} + } +}; + +StandTile tile_727 = { + 0x000110, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-941, 4, 470, 0x0000}, + {-932, 4, 470, 0x0b6c}, + {-941, 4, 403, 0x0a34} + } +}; + +StandTile tile_728 = { + 0x10d610, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-744, 121, 683, 0x0000}, + {-600, 121, 683, 0x0000}, + {-600, 121, 671, 0x0b84} + } +}; + +StandTile tile_729 = { + 0x10d710, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-600, 121, 642, 0x0000}, + {-600, 121, 629, 0x0000}, + {-744, 121, 629, 0x0b80} + } +}; + +StandTile tile_730 = { + 0x10d512, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-744, 121, 683, 0x0b84}, + {-600, 121, 642, 0x0b7c}, + {-744, 121, 629, 0x0b88} + } +}; + +StandTile tile_731 = { + 0x10d511, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-744, 121, 683, 0x0b78}, + {-600, 121, 671, 0x0a5c}, + {-600, 121, 642, 0x0b80} + } +}; + +StandTile tile_732 = { + 0x059a12, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-887, 121, 629, 0x0b8c}, + {-744, 121, 683, 0x0b80}, + {-744, 121, 629, 0x0000} + } +}; + +StandTile tile_733 = { + 0x059a11, 0x1a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-887, 121, 629, 0x0a70}, + {-887, 121, 683, 0x0000}, + {-744, 121, 683, 0x0b88} + } +}; + +StandTile tile_734 = { + 0x10d412, 0x19, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-590, 129, 642, 0x0b94}, + {-594, 131, 670, 0x0000}, + {-590, 129, 671, 0x0b9c} + } +}; + +StandTile tile_735 = { + 0x10d411, 0x19, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-590, 129, 642, 0x0000}, + {-594, 131, 643, 0x0a58}, + {-594, 131, 670, 0x0b90} + } +}; + +StandTile tile_736 = { + 0x10d312, 0x19, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-580, 129, 642, 0x0b9c}, + {-590, 129, 671, 0x0000}, + {-580, 129, 671, 0x0ba4} + } +}; + +StandTile tile_737 = { + 0x10d311, 0x19, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-580, 129, 642, 0x0000}, + {-590, 129, 642, 0x0b90}, + {-590, 129, 671, 0x0b98} + } +}; + +StandTile tile_738 = { + 0x10d212, 0x19, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-533, 129, 642, 0x0ba4}, + {-580, 129, 671, 0x0000}, + {-533, 129, 671, 0x0ce4} + } +}; + +StandTile tile_739 = { + 0x10d211, 0x19, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-533, 129, 642, 0x0000}, + {-580, 129, 642, 0x0b98}, + {-580, 129, 671, 0x0ba0} + } +}; + +StandTile tile_740 = { + 0x121a10, 0x18, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-544, 7, -4, 0x0000}, + {-531, 7, 42, 0x0bac}, + {-508, 7, -5, 0x0bbc} + } +}; + +StandTile tile_741 = { + 0x121910, 0x18, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-508, 7, -5, 0x0ba8}, + {-531, 7, 42, 0x0bb0}, + {-499, 7, 36, 0x0000} + } +}; + +StandTile tile_742 = { + 0x121810, 0x18, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-531, 7, 42, 0x0000}, + {-505, 7, 66, 0x0bb4}, + {-499, 7, 36, 0x0bac} + } +}; + +StandTile tile_743 = { + 0x121710, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-505, 7, 66, 0x0bb8}, + {-441, 2, 41, 0x0000}, + {-499, 7, 36, 0x0bb0} + } +}; + +StandTile tile_744 = { + 0x121610, 0x18, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-505, 7, 66, 0x0000}, + {-441, 2, 66, 0x0bc4}, + {-441, 2, 41, 0x0bb4} + } +}; + +StandTile tile_745 = { + 0x121e10, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-544, 7, -4, 0x0ba8}, + {-508, 7, -5, 0x0000}, + {-508, 11, -37, 0x0bc0} + } +}; + +StandTile tile_746 = { + 0x121d10, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-543, 11, -37, 0x0000}, + {-544, 7, -4, 0x0bbc}, + {-508, 11, -37, 0x020c} + } +}; + +StandTile tile_747 = { + 0x121510, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-441, 2, 66, 0x0bc8}, + {-406, 2, 24, 0x0000}, + {-441, 2, 41, 0x0bb8} + } +}; + +StandTile tile_748 = { + 0x121410, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-441, 2, 66, 0x0000}, + {-404, 2, 48, 0x0bcc}, + {-406, 2, 24, 0x0bc4} + } +}; + +StandTile tile_749 = { + 0x121310, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-406, 2, 24, 0x0bc8}, + {-404, 2, 48, 0x0bd0}, + {-352, 11, 34, 0x0000} + } +}; + +StandTile tile_750 = { + 0x121210, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-404, 2, 48, 0x0000}, + {-377, 11, 55, 0x0bd4}, + {-352, 11, 34, 0x0bcc} + } +}; + +StandTile tile_751 = { + 0x121110, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-352, 11, 34, 0x0bd0}, + {-377, 11, 55, 0x0bd8}, + {-326, 11, 82, 0x0000} + } +}; + +StandTile tile_752 = { + 0x121010, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-377, 11, 55, 0x0000}, + {-357, 11, 82, 0x0c14}, + {-326, 11, 82, 0x0bd4} + } +}; + +StandTile tile_753 = { + 0x11e510, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-600, 4, 230, 0x0c0c}, + {-625, 47, 201, 0x0be0}, + {-659, 4, 229, 0x0c90} + } +}; + +StandTile tile_754 = { + 0x11e410, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-692, 47, 205, 0x0be4}, + {-659, 4, 229, 0x0bdc}, + {-625, 47, 201, 0x0c50} + } +}; + +StandTile tile_755 = { + 0x11e310, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-659, 4, 229, 0x0be0}, + {-692, 47, 205, 0x0be8}, + {-699, 4, 260, 0x0c94} + } +}; + +StandTile tile_756 = { + 0x11e210, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-692, 47, 205, 0x0c5c}, + {-729, 47, 238, 0x0000}, + {-699, 4, 260, 0x0be4} + } +}; + +StandTile tile_757 = { + 0x11ee10, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-557, 47, 223, 0x0c0c}, + {-600, 4, 230, 0x0c8c}, + {-553, 4, 266, 0x0bf0} + } +}; + +StandTile tile_758 = { + 0x11ef10, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-557, 47, 223, 0x0bec}, + {-553, 4, 266, 0x0bf4}, + {-518, 47, 240, 0x0c40} + } +}; + +StandTile tile_759 = { + 0x11f010, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-494, 4, 317, 0x0bf8}, + {-518, 47, 240, 0x0bf0}, + {-553, 4, 266, 0x0c98} + } +}; + +StandTile tile_760 = { + 0x11f110, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-518, 47, 240, 0x0bf4}, + {-494, 4, 317, 0x0bfc}, + {-463, 47, 302, 0x0c44} + } +}; + +StandTile tile_761 = { + 0x11f210, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-507, 4, 358, 0x0c00}, + {-463, 47, 302, 0x0bf8}, + {-494, 4, 317, 0x0c9c} + } +}; + +StandTile tile_762 = { + 0x11f310, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-463, 47, 302, 0x0bfc}, + {-507, 4, 358, 0x0c04}, + {-466, 36, 367, 0x0cac} + } +}; + +StandTile tile_763 = { + 0x11d110, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-507, 4, 358, 0x0ca4}, + {-515, 4, 386, 0x0c08}, + {-466, 36, 367, 0x0c00} + } +}; + +StandTile tile_764 = { + 0x11d010, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-515, 4, 386, 0x0c10}, + {-481, 25, 417, 0x0cb0}, + {-466, 36, 367, 0x0c04} + } +}; + +StandTile tile_765 = { + 0x11ed10, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-625, 47, 201, 0x0bdc}, + {-600, 4, 230, 0x0bec}, + {-557, 47, 223, 0x0c58} + } +}; + +StandTile tile_766 = { + 0x11cd10, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-564, 4, 406, 0x0cb8}, + {-481, 25, 417, 0x0c08}, + {-515, 4, 386, 0x0ca0} + } +}; + +StandTile tile_767 = { + 0x120f10, 0x16, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-326, 11, 82, 0x0bd8}, + {-357, 11, 82, 0x0c18}, + {-326, 23, 126, 0x0000} + } +}; + +StandTile tile_768 = { + 0x120e10, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-357, 11, 82, 0x0000}, + {-357, 23, 118, 0x0c1c}, + {-326, 23, 126, 0x0c14} + } +}; + +StandTile tile_769 = { + 0x120d10, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-326, 23, 126, 0x0c18}, + {-357, 23, 118, 0x0c20}, + {-350, 36, 174, 0x0000} + } +}; + +StandTile tile_770 = { + 0x120c10, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-357, 23, 118, 0x0000}, + {-373, 36, 153, 0x0c24}, + {-350, 36, 174, 0x0c1c} + } +}; + +StandTile tile_771 = { + 0x120b10, 0x16, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-350, 36, 174, 0x0c20}, + {-373, 36, 153, 0x0c28}, + {-405, 47, 203, 0x0000} + } +}; + +StandTile tile_772 = { + 0x120a10, 0x16, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-373, 36, 153, 0x0000}, + {-409, 47, 170, 0x0c2c}, + {-405, 47, 203, 0x0c24} + } +}; + +StandTile tile_773 = { + 0x120910, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-409, 47, 170, 0x0c30}, + {-454, 47, 192, 0x0000}, + {-405, 47, 203, 0x0c28} + } +}; + +StandTile tile_774 = { + 0x120810, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-409, 47, 170, 0x0000}, + {-464, 47, 164, 0x0c34}, + {-454, 47, 192, 0x0c2c} + } +}; + +StandTile tile_775 = { + 0x120610, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-454, 47, 192, 0x0c30}, + {-464, 47, 164, 0x0c40}, + {-518, 47, 240, 0x0c44} + } +}; + +StandTile tile_776 = { + 0x120710, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-557, 47, 223, 0x0c40}, + {-464, 47, 164, 0x0000}, + {-470, 47, 146, 0x0c3c} + } +}; + +StandTile tile_777 = { + 0x11fb10, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-557, 47, 223, 0x0c38}, + {-470, 47, 146, 0x0000}, + {-533, 47, 152, 0x0c58} + } +}; + +StandTile tile_778 = { + 0x11fa10, 0x16, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-557, 47, 223, 0x0bf0}, + {-518, 47, 240, 0x0c34}, + {-464, 47, 164, 0x0c38} + } +}; + +StandTile tile_779 = { + 0x11f710, 0x16, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-518, 47, 240, 0x0bf8}, + {-463, 47, 302, 0x0c48}, + {-454, 47, 192, 0x0c34} + } +}; + +StandTile tile_780 = { + 0x11f610, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-454, 47, 192, 0x0c44}, + {-463, 47, 302, 0x0ca8}, + {-417, 47, 292, 0x0000} + } +}; + +StandTile tile_781 = { + 0x11ff10, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-702, 47, 177, 0x0c5c}, + {-692, 47, 205, 0x0c50}, + {-622, 47, 143, 0x0000} + } +}; + +StandTile tile_782 = { + 0x11fe10, 0x16, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-625, 47, 201, 0x0c54}, + {-622, 47, 143, 0x0c4c}, + {-692, 47, 205, 0x0be0} + } +}; + +StandTile tile_783 = { + 0x11fd10, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-625, 47, 201, 0x0c58}, + {-533, 47, 152, 0x0000}, + {-622, 47, 143, 0x0c50} + } +}; + +StandTile tile_784 = { + 0x11fc10, 0x16, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-625, 47, 201, 0x0c0c}, + {-557, 47, 223, 0x0c3c}, + {-533, 47, 152, 0x0c54} + } +}; + +StandTile tile_785 = { + 0x120010, 0x16, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-729, 47, 238, 0x0be8}, + {-692, 47, 205, 0x0c4c}, + {-702, 47, 177, 0x0000} + } +}; + +StandTile tile_786 = { + 0x11e010, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-622, 4, 302, 0x0c94}, + {-699, 4, 260, 0x0c64}, + {-701, 4, 382, 0x0c70} + } +}; + +StandTile tile_787 = { + 0x11df10, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-699, 4, 260, 0x0000}, + {-766, 4, 332, 0x0c68}, + {-701, 4, 382, 0x0c60} + } +}; + +StandTile tile_788 = { + 0x11de10, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-766, 4, 332, 0x0000}, + {-775, 4, 406, 0x0c6c}, + {-701, 4, 382, 0x0c64} + } +}; + +StandTile tile_789 = { + 0x11dd10, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-701, 4, 382, 0x0c68}, + {-775, 4, 406, 0x0000}, + {-742, 4, 450, 0x0c80} + } +}; + +StandTile tile_790 = { + 0x11d910, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-620, 4, 395, 0x0c74}, + {-622, 4, 302, 0x0c60}, + {-701, 4, 382, 0x0ce0} + } +}; + +StandTile tile_791 = { + 0x11d810, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-620, 4, 395, 0x0c78}, + {-563, 4, 351, 0x0c88}, + {-622, 4, 302, 0x0c70} + } +}; + +StandTile tile_792 = { + 0x11d710, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-620, 4, 395, 0x0c7c}, + {-564, 4, 406, 0x0ca0}, + {-563, 4, 351, 0x0c74} + } +}; + +StandTile tile_793 = { + 0x11d410, 0x16, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-620, 4, 395, 0x0cdc}, + {-622, 4, 449, 0x0cbc}, + {-564, 4, 406, 0x0c78} + } +}; + +StandTile tile_794 = { + 0x11c410, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-701, 4, 382, 0x0c6c}, + {-742, 4, 450, 0x0c84}, + {-685, 4, 458, 0x0ce0} + } +}; + +StandTile tile_795 = { + 0x11c310, 0x16, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-742, 4, 450, 0x0000}, + {-723, 4, 507, 0x0cd8}, + {-685, 4, 458, 0x0c80} + } +}; + +StandTile tile_796 = { + 0x11e910, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-563, 4, 351, 0x0c98}, + {-553, 4, 266, 0x0c8c}, + {-622, 4, 302, 0x0c74} + } +}; + +StandTile tile_797 = { + 0x11e810, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-600, 4, 230, 0x0c90}, + {-622, 4, 302, 0x0c88}, + {-553, 4, 266, 0x0bec} + } +}; + +StandTile tile_798 = { + 0x11e710, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-622, 4, 302, 0x0c8c}, + {-600, 4, 230, 0x0bdc}, + {-659, 4, 229, 0x0c94} + } +}; + +StandTile tile_799 = { + 0x11e610, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-622, 4, 302, 0x0c90}, + {-659, 4, 229, 0x0be4}, + {-699, 4, 260, 0x0c60} + } +}; + +StandTile tile_800 = { + 0x11ec10, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-553, 4, 266, 0x0c88}, + {-563, 4, 351, 0x0c9c}, + {-494, 4, 317, 0x0bf4} + } +}; + +StandTile tile_801 = { + 0x11eb10, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-563, 4, 351, 0x0ca4}, + {-507, 4, 358, 0x0bfc}, + {-494, 4, 317, 0x0c98} + } +}; + +StandTile tile_802 = { + 0x11d610, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-515, 4, 386, 0x0ca4}, + {-563, 4, 351, 0x0c78}, + {-564, 4, 406, 0x0c10} + } +}; + +StandTile tile_803 = { + 0x11d510, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-515, 4, 386, 0x0c04}, + {-507, 4, 358, 0x0c9c}, + {-563, 4, 351, 0x0ca0} + } +}; + +StandTile tile_804 = { + 0x11f510, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-417, 47, 292, 0x0c48}, + {-463, 47, 302, 0x0cac}, + {-418, 36, 371, 0x0000} + } +}; + +StandTile tile_805 = { + 0x11f410, 0x16, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-463, 47, 302, 0x0c00}, + {-466, 36, 367, 0x0cb0}, + {-418, 36, 371, 0x0ca8} + } +}; + +StandTile tile_806 = { + 0x11cf10, 0x16, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-481, 25, 417, 0x0cb4}, + {-418, 36, 371, 0x0cac}, + {-466, 36, 367, 0x0c08} + } +}; + +StandTile tile_807 = { + 0x11ce10, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-481, 25, 417, 0x0cc0}, + {-455, 25, 441, 0x0000}, + {-418, 36, 371, 0x0cb0} + } +}; + +StandTile tile_808 = { + 0x11cc10, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-564, 4, 406, 0x0cbc}, + {-539, 19, 434, 0x0cc4}, + {-481, 25, 417, 0x0c10} + } +}; + +StandTile tile_809 = { + 0x11cb10, 0x16, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-564, 4, 406, 0x0c7c}, + {-622, 4, 449, 0x0ccc}, + {-539, 19, 434, 0x0cb8} + } +}; + +StandTile tile_810 = { + 0x11ca10, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-455, 25, 441, 0x0cb4}, + {-481, 25, 417, 0x0cc4}, + {-526, 19, 471, 0x0000} + } +}; + +StandTile tile_811 = { + 0x11c910, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-481, 25, 417, 0x0cb8}, + {-539, 19, 434, 0x0cc8}, + {-526, 19, 471, 0x0cc0} + } +}; + +StandTile tile_812 = { + 0x11c810, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-539, 19, 434, 0x0ccc}, + {-598, 4, 478, 0x0000}, + {-526, 19, 471, 0x0cc4} + } +}; + +StandTile tile_813 = { + 0x11c710, 0x16, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-539, 19, 434, 0x0cbc}, + {-622, 4, 449, 0x0cd0}, + {-598, 4, 478, 0x0cc8} + } +}; + +StandTile tile_814 = { + 0x11c610, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-622, 4, 449, 0x0cd4}, + {-652, 4, 507, 0x0000}, + {-598, 4, 478, 0x0ccc} + } +}; + +StandTile tile_815 = { + 0x11c510, 0x16, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-685, 4, 458, 0x0cd8}, + {-652, 4, 507, 0x0cd0}, + {-622, 4, 449, 0x0cdc} + } +}; + +StandTile tile_816 = { + 0x11c210, 0x16, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-685, 4, 458, 0x0c84}, + {-723, 4, 507, 0x0a10}, + {-652, 4, 507, 0x0cd4} + } +}; + +StandTile tile_817 = { + 0x124f10, 0x16, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-622, 4, 449, 0x0c7c}, + {-620, 4, 395, 0x0ce0}, + {-685, 4, 458, 0x0cd4} + } +}; + +StandTile tile_818 = { + 0x125010, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-620, 4, 395, 0x0c70}, + {-701, 4, 382, 0x0c80}, + {-685, 4, 458, 0x0cdc} + } +}; + +StandTile tile_819 = { + 0x0e1f0a, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-524, 129, 671, 0x0ce8}, + {-533, 129, 642, 0x0ba0}, + {-533, 129, 671, 0x0000} + } +}; + +StandTile tile_820 = { + 0x0e1f09, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-524, 129, 671, 0x0cf0}, + {-524, 129, 642, 0x0000}, + {-533, 129, 642, 0x0ce4} + } +}; + +StandTile tile_821 = { + 0x0e170a, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-520, 121, 642, 0x0cf0}, + {-524, 129, 671, 0x0000}, + {-520, 121, 671, 0x0cf8} + } +}; + +StandTile tile_822 = { + 0x0e1709, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-520, 121, 642, 0x0000}, + {-524, 129, 642, 0x0ce8}, + {-524, 129, 671, 0x0cec} + } +}; + +StandTile tile_823 = { + 0x0e1608, 0x15, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-468, 121, 650, 0x0d34}, + {-520, 121, 623, 0x0000}, + {-520, 121, 642, 0x0cf8} + } +}; + +StandTile tile_824 = { + 0x0e1508, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-468, 121, 650, 0x0cf4}, + {-520, 121, 642, 0x0cec}, + {-520, 121, 671, 0x0cfc} + } +}; + +StandTile tile_825 = { + 0x008308, 0x15, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-468, 121, 650, 0x0cf8}, + {-520, 121, 671, 0x0000}, + {-520, 121, 690, 0x0d08} + } +}; + +StandTile tile_826 = { + 0x008708, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-477, 121, 694, 0x0d04}, + {-520, 121, 701, 0x0000}, + {-520, 121, 712, 0x0d0c} + } +}; + +StandTile tile_827 = { + 0x008808, 0x15, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-468, 121, 650, 0x0d08}, + {-520, 121, 701, 0x0d00}, + {-477, 121, 694, 0x0d14} + } +}; + +StandTile tile_828 = { + 0x008908, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-468, 121, 650, 0x0cfc}, + {-520, 121, 690, 0x0000}, + {-520, 121, 701, 0x0d04} + } +}; + +StandTile tile_829 = { + 0x008a08, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-419, 121, 759, 0x0d10}, + {-477, 121, 694, 0x0d00}, + {-520, 121, 712, 0x0000} + } +}; + +StandTile tile_830 = { + 0x008b08, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-358, 121, 715, 0x0d14}, + {-477, 121, 694, 0x0d0c}, + {-419, 121, 759, 0x0000} + } +}; + +StandTile tile_831 = { + 0x008c08, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-468, 121, 650, 0x0d04}, + {-477, 121, 694, 0x0d10}, + {-358, 121, 715, 0x0d18} + } +}; + +StandTile tile_832 = { + 0x008d08, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-468, 121, 650, 0x0d14}, + {-358, 121, 715, 0x0d1c}, + {-343, 121, 618, 0x0d30} + } +}; + +StandTile tile_833 = { + 0x008e08, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-343, 121, 618, 0x0d18}, + {-358, 121, 715, 0x0000}, + {-213, 121, 701, 0x0d20} + } +}; + +StandTile tile_834 = { + 0x008f08, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-213, 121, 656, 0x0d24}, + {-343, 121, 618, 0x0d1c}, + {-213, 121, 701, 0x0d70} + } +}; + +StandTile tile_835 = { + 0x009008, 0x15, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-271, 121, 551, 0x0d2c}, + {-343, 121, 618, 0x0d20}, + {-213, 121, 656, 0x0d28} + } +}; + +StandTile tile_836 = { + 0x009108, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-271, 121, 551, 0x0d24}, + {-213, 121, 656, 0x0d7c}, + {-213, 121, 623, 0x0000} + } +}; + +StandTile tile_837 = { + 0x009208, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-271, 121, 551, 0x0000}, + {-325, 121, 484, 0x0d40}, + {-343, 121, 618, 0x0d24} + } +}; + +StandTile tile_838 = { + 0x009308, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-441, 121, 524, 0x0d34}, + {-468, 121, 650, 0x0d18}, + {-343, 121, 618, 0x0d3c} + } +}; + +StandTile tile_839 = { + 0x009408, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-520, 121, 623, 0x0cf4}, + {-468, 121, 650, 0x0d30}, + {-441, 121, 524, 0x0d38} + } +}; + +StandTile tile_840 = { + 0x009508, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-441, 121, 524, 0x0000}, + {-520, 121, 612, 0x0000}, + {-520, 121, 623, 0x0d34} + } +}; + +StandTile tile_841 = { + 0x009608, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-343, 121, 618, 0x0d40}, + {-403, 121, 484, 0x0000}, + {-441, 121, 524, 0x0d30} + } +}; + +StandTile tile_842 = { + 0x009708, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-325, 121, 484, 0x0de0}, + {-403, 121, 484, 0x0d3c}, + {-343, 121, 618, 0x0d2c} + } +}; + +StandTile tile_843 = { + 0x01a808, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {27, 121, 726, 0x0000}, + {144, 121, 618, 0x0d48}, + {27, 121, 632, 0x0d94} + } +}; + +StandTile tile_844 = { + 0x01a708, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {27, 121, 632, 0x0d44}, + {144, 121, 618, 0x0000}, + {140, 121, 605, 0x0d4c} + } +}; + +StandTile tile_845 = { + 0x01a608, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {126, 121, 567, 0x0d50}, + {27, 121, 632, 0x0d48}, + {140, 121, 605, 0x0000} + } +}; + +StandTile tile_846 = { + 0x01a508, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {126, 121, 567, 0x0000}, + {122, 121, 554, 0x0d54}, + {27, 121, 632, 0x0d4c} + } +}; + +StandTile tile_847 = { + 0x01a408, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {122, 121, 554, 0x0d58}, + {27, 121, 585, 0x0d9c}, + {27, 121, 632, 0x0d50} + } +}; + +StandTile tile_848 = { + 0x01a308, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {122, 121, 554, 0x0000}, + {108, 121, 516, 0x0d5c}, + {27, 121, 585, 0x0d54} + } +}; + +StandTile tile_849 = { + 0x01a208, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {27, 121, 585, 0x0d58}, + {108, 121, 516, 0x0d60}, + {27, 121, 522, 0x0da0} + } +}; + +StandTile tile_850 = { + 0x01a108, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {27, 121, 522, 0x0d5c}, + {108, 121, 516, 0x0000}, + {104, 121, 504, 0x0d64} + } +}; + +StandTile tile_851 = { + 0x01a008, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {104, 121, 504, 0x0000}, + {90, 121, 466, 0x0d68}, + {27, 121, 522, 0x0d60} + } +}; + +StandTile tile_852 = { + 0x019f08, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {27, 121, 522, 0x0d64}, + {90, 121, 466, 0x0000}, + {86, 121, 453, 0x0d6c} + } +}; + +StandTile tile_853 = { + 0x01a908, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {27, 121, 448, 0x0dac}, + {27, 121, 522, 0x0d68}, + {86, 121, 453, 0x0000} + } +}; + +StandTile tile_854 = { + 0x009808, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-213, 121, 656, 0x0d20}, + {-213, 121, 701, 0x0000}, + {-141, 121, 741, 0x0d74} + } +}; + +StandTile tile_855 = { + 0x009908, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-141, 121, 685, 0x0d78}, + {-213, 121, 656, 0x0d70}, + {-141, 121, 741, 0x0d80} + } +}; + +StandTile tile_856 = { + 0x009a08, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-103, 121, 618, 0x0d7c}, + {-213, 121, 656, 0x0d74}, + {-141, 121, 685, 0x0d88} + } +}; + +StandTile tile_857 = { + 0x009b08, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-103, 121, 618, 0x0000}, + {-213, 121, 623, 0x0d28}, + {-213, 121, 656, 0x0d78} + } +}; + +StandTile tile_858 = { + 0x009c08, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-7, 121, 757, 0x0d84}, + {-141, 121, 685, 0x0d74}, + {-141, 121, 741, 0x0000} + } +}; + +StandTile tile_859 = { + 0x009d08, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-27, 121, 690, 0x0d88}, + {-141, 121, 685, 0x0d80}, + {-7, 121, 757, 0x0d90} + } +}; + +StandTile tile_860 = { + 0x009e08, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-103, 121, 618, 0x0d78}, + {-141, 121, 685, 0x0d84}, + {-27, 121, 690, 0x0d8c} + } +}; + +StandTile tile_861 = { + 0x009f08, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-103, 121, 618, 0x0d88}, + {-27, 121, 690, 0x0d98}, + {-18, 121, 603, 0x0da4} + } +}; + +StandTile tile_862 = { + 0x00a008, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-7, 121, 757, 0x0000}, + {27, 121, 726, 0x0d94}, + {-27, 121, 690, 0x0d84} + } +}; + +StandTile tile_863 = { + 0x00a108, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-27, 121, 690, 0x0d90}, + {27, 121, 726, 0x0d44}, + {27, 121, 632, 0x0d98} + } +}; + +StandTile tile_864 = { + 0x00a208, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-18, 121, 603, 0x0d8c}, + {-27, 121, 690, 0x0d94}, + {27, 121, 632, 0x0d9c} + } +}; + +StandTile tile_865 = { + 0x00a308, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-18, 121, 603, 0x0d98}, + {27, 121, 632, 0x0d54}, + {27, 121, 585, 0x0da0} + } +}; + +StandTile tile_866 = { + 0x00a408, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {27, 121, 522, 0x0db8}, + {-18, 121, 603, 0x0d9c}, + {27, 121, 585, 0x0d5c} + } +}; + +StandTile tile_867 = { + 0x00a608, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-103, 121, 618, 0x0d8c}, + {-18, 121, 603, 0x0dbc}, + {-103, 121, 542, 0x0000} + } +}; + +StandTile tile_868 = { + 0x00a708, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-54, 121, 464, 0x0db4}, + {-123, 121, 412, 0x0000}, + {-103, 121, 542, 0x0dbc} + } +}; + +StandTile tile_869 = { + 0x00a908, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {27, 121, 448, 0x0dc0}, + {-54, 121, 464, 0x0db8}, + {27, 121, 522, 0x0d6c} + } +}; + +StandTile tile_870 = { + 0x00ab08, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-81, 121, 412, 0x0db4}, + {-54, 121, 464, 0x0dc0}, + {-25, 121, 412, 0x0e14} + } +}; + +StandTile tile_871 = { + 0x00ac08, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-123, 121, 412, 0x0da8}, + {-54, 121, 464, 0x0db0}, + {-81, 121, 412, 0x0e0c} + } +}; + +StandTile tile_872 = { + 0x0c2c08, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {27, 121, 522, 0x0dac}, + {-54, 121, 464, 0x0dbc}, + {-18, 121, 603, 0x0da0} + } +}; + +StandTile tile_873 = { + 0x0c2d08, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-54, 121, 464, 0x0da8}, + {-103, 121, 542, 0x0da4}, + {-18, 121, 603, 0x0db8} + } +}; + +StandTile tile_874 = { + 0x00aa08, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-25, 121, 412, 0x0db0}, + {-54, 121, 464, 0x0dac}, + {27, 121, 448, 0x0000} + } +}; + +StandTile tile_875 = { + 0x00ca08, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-226, 121, 260, 0x0e54}, + {-226, 121, 204, 0x0000}, + {-354, 121, 253, 0x0dc8} + } +}; + +StandTile tile_876 = { + 0x00cb08, 0x13, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-323, 121, 314, 0x0dcc}, + {-226, 121, 260, 0x0dc4}, + {-354, 121, 253, 0x0dd4} + } +}; + +StandTile tile_877 = { + 0x00cc08, 0x13, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-226, 121, 345, 0x0e5c}, + {-226, 121, 260, 0x0dc8}, + {-323, 121, 314, 0x0dd0} + } +}; + +StandTile tile_878 = { + 0x00cd08, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-226, 121, 345, 0x0dcc}, + {-323, 121, 314, 0x0de8}, + {-323, 121, 403, 0x0000} + } +}; + +StandTile tile_879 = { + 0x00ce08, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-323, 121, 314, 0x0dc8}, + {-354, 121, 253, 0x0000}, + {-426, 121, 363, 0x0dd8} + } +}; + +StandTile tile_880 = { + 0x00cf08, 0x13, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-361, 121, 397, 0x0de8}, + {-323, 121, 314, 0x0dd4}, + {-426, 121, 363, 0x0ddc} + } +}; + +StandTile tile_881 = { + 0x00d008, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-361, 121, 397, 0x0dd8}, + {-426, 121, 363, 0x0000}, + {-403, 121, 484, 0x0de0} + } +}; + +StandTile tile_882 = { + 0x00d108, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-325, 121, 484, 0x0de4}, + {-361, 121, 397, 0x0ddc}, + {-403, 121, 484, 0x0d40} + } +}; + +StandTile tile_883 = { + 0x00d208, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-323, 121, 403, 0x0de8}, + {-361, 121, 397, 0x0de0}, + {-325, 121, 484, 0x0000} + } +}; + +StandTile tile_884 = { + 0x00d308, 0x13, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-323, 121, 314, 0x0dd8}, + {-361, 121, 397, 0x0de4}, + {-323, 121, 403, 0x0dd0} + } +}; + +StandTile tile_885 = { + 0x0e2d08, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-37, 121, 262, 0x0e40}, + {-48, 121, 318, 0x0e34}, + {6, 121, 271, 0x0df0} + } +}; + +StandTile tile_886 = { + 0x0e2c08, 0x12, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-37, 121, 262, 0x0dec}, + {6, 121, 271, 0x0000}, + {6, 121, 249, 0x0e38} + } +}; + +StandTile tile_887 = { + 0x0e2a08, 0x12, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-17, 121, 358, 0x0e20}, + {6, 121, 361, 0x0000}, + {6, 121, 338, 0x0df8} + } +}; + +StandTile tile_888 = { + 0x0e2908, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-48, 121, 318, 0x0e1c}, + {-17, 121, 358, 0x0df4}, + {6, 121, 338, 0x0e2c} + } +}; + +StandTile tile_889 = { + 0x0e1a0a, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {10, 129, 290, 0x0e00}, + {19, 129, 319, 0x0e60}, + {19, 129, 290, 0x0000} + } +}; + +StandTile tile_890 = { + 0x0e1a09, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {10, 129, 290, 0x0e08}, + {10, 129, 319, 0x0000}, + {19, 129, 319, 0x0dfc} + } +}; + +StandTile tile_891 = { + 0x0e140a, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {6, 121, 319, 0x0e08}, + {10, 129, 290, 0x0000}, + {6, 121, 290, 0x0e30} + } +}; + +StandTile tile_892 = { + 0x0e1409, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {6, 121, 319, 0x0000}, + {10, 129, 319, 0x0e00}, + {10, 129, 290, 0x0e04} + } +}; + +StandTile tile_893 = { + 0x00ad08, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-175, 121, 367, 0x0000}, + {-123, 121, 412, 0x0db4}, + {-81, 121, 412, 0x0e10} + } +}; + +StandTile tile_894 = { + 0x00ae08, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-175, 121, 367, 0x0e0c}, + {-81, 121, 412, 0x0e18}, + {-130, 121, 302, 0x0e58} + } +}; + +StandTile tile_895 = { + 0x00af08, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-48, 121, 318, 0x0e18}, + {-81, 121, 412, 0x0db0}, + {-25, 121, 412, 0x0e1c} + } +}; + +StandTile tile_896 = { + 0x00b008, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-130, 121, 302, 0x0e10}, + {-81, 121, 412, 0x0e14}, + {-48, 121, 318, 0x0e44} + } +}; + +StandTile tile_897 = { + 0x00b108, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-48, 121, 318, 0x0e14}, + {-25, 121, 412, 0x0e20}, + {-17, 121, 358, 0x0df8} + } +}; + +StandTile tile_898 = { + 0x00b208, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-25, 121, 412, 0x0e24}, + {6, 121, 361, 0x0df4}, + {-17, 121, 358, 0x0e1c} + } +}; + +StandTile tile_899 = { + 0x00b308, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {13, 121, 361, 0x0000}, + {6, 121, 361, 0x0e20}, + {-25, 121, 412, 0x0e28} + } +}; + +StandTile tile_900 = { + 0x00b408, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {13, 121, 361, 0x0e24}, + {-25, 121, 412, 0x0000}, + {13, 121, 372, 0x0000} + } +}; + +StandTile tile_901 = { + 0x0e1308, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-48, 121, 318, 0x0df8}, + {6, 121, 338, 0x0000}, + {6, 121, 319, 0x0e30} + } +}; + +StandTile tile_902 = { + 0x0e1208, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-48, 121, 318, 0x0e2c}, + {6, 121, 319, 0x0e04}, + {6, 121, 290, 0x0e34} + } +}; + +StandTile tile_903 = { + 0x00ba08, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {6, 121, 271, 0x0dec}, + {-48, 121, 318, 0x0e30}, + {6, 121, 290, 0x0000} + } +}; + +StandTile tile_904 = { + 0x00c008, 0x12, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-37, 121, 262, 0x0df0}, + {6, 121, 249, 0x0000}, + {-70, 121, 222, 0x0e3c} + } +}; + +StandTile tile_905 = { + 0x00c108, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-99, 121, 278, 0x0e40}, + {-37, 121, 262, 0x0e38}, + {-70, 121, 222, 0x0e48} + } +}; + +StandTile tile_906 = { + 0x00c208, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-48, 121, 318, 0x0dec}, + {-37, 121, 262, 0x0e3c}, + {-99, 121, 278, 0x0e44} + } +}; + +StandTile tile_907 = { + 0x00c308, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-48, 121, 318, 0x0e40}, + {-99, 121, 278, 0x0e4c}, + {-130, 121, 302, 0x0e18} + } +}; + +StandTile tile_908 = { + 0x00c408, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-99, 121, 278, 0x0e3c}, + {-70, 121, 222, 0x0000}, + {-137, 121, 193, 0x0e4c} + } +}; + +StandTile tile_909 = { + 0x00c508, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-130, 121, 302, 0x0e44}, + {-99, 121, 278, 0x0e48}, + {-137, 121, 193, 0x0e50} + } +}; + +StandTile tile_910 = { + 0x00c608, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-130, 121, 302, 0x0e4c}, + {-137, 121, 193, 0x0e54}, + {-226, 121, 260, 0x0e58} + } +}; + +StandTile tile_911 = { + 0x00c708, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-226, 121, 260, 0x0e50}, + {-137, 121, 193, 0x0000}, + {-226, 121, 204, 0x0dc4} + } +}; + +StandTile tile_912 = { + 0x00c808, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-175, 121, 367, 0x0e10}, + {-130, 121, 302, 0x0e50}, + {-226, 121, 260, 0x0e5c} + } +}; + +StandTile tile_913 = { + 0x00c908, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-175, 121, 367, 0x0e58}, + {-226, 121, 260, 0x0dcc}, + {-226, 121, 345, 0x0000} + } +}; + +StandTile tile_914 = { + 0x0e1d0a, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {19, 129, 319, 0x0e64}, + {67, 129, 290, 0x0000}, + {19, 129, 290, 0x0dfc} + } +}; + +StandTile tile_915 = { + 0x0e1d09, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {19, 129, 319, 0x0000}, + {67, 129, 319, 0x0e68}, + {67, 129, 290, 0x0e60} + } +}; + +StandTile tile_916 = { + 0x0e1c0a, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {67, 129, 319, 0x0e6c}, + {77, 129, 290, 0x0000}, + {67, 129, 290, 0x0e64} + } +}; + +StandTile tile_917 = { + 0x0e1c09, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {67, 129, 319, 0x0000}, + {77, 129, 319, 0x0e70}, + {77, 129, 290, 0x0e68} + } +}; + +StandTile tile_918 = { + 0x0e1b0a, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {77, 129, 319, 0x0e74}, + {81, 131, 291, 0x0000}, + {77, 129, 290, 0x0e6c} + } +}; + +StandTile tile_919 = { + 0x0e1b09, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {77, 129, 319, 0x0000}, + {81, 131, 318, 0x0e7c}, + {81, 131, 291, 0x0e70} + } +}; + +StandTile tile_920 = { + 0x0e1e0a, 0x10, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {84, 129, 290, 0x0e7c}, + {81, 131, 318, 0x0000}, + {84, 129, 319, 0x0e88} + } +}; + +StandTile tile_921 = { + 0x0e1e09, 0x10, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {84, 129, 290, 0x0000}, + {81, 131, 291, 0x0e74}, + {81, 131, 318, 0x0e78} + } +}; + +StandTile tile_922 = { + 0x0e180a, 0x10, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {866, -805, 407, 0x0e84}, + {869, -803, 379, 0x0000}, + {866, -805, 377, 0x0e94} + } +}; + +StandTile tile_923 = { + 0x0e1809, 0x10, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {866, -805, 407, 0x0000}, + {869, -803, 405, 0x10a0}, + {869, -803, 379, 0x0e80} + } +}; + +StandTile tile_924 = { + 0x0e110a, 0x10, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 319, 0x0e8c}, + {84, 129, 290, 0x0e78}, + {84, 129, 319, 0x0000} + } +}; + +StandTile tile_925 = { + 0x0e1109, 0x10, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 319, 0x1068}, + {87, 121, 290, 0x0000}, + {84, 129, 290, 0x0e88} + } +}; + +StandTile tile_926 = { + 0x0e0e0a, 0x10, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {862, -813, 407, 0x0e94}, + {866, -805, 377, 0x0000}, + {862, -813, 377, 0x0ed4} + } +}; + +StandTile tile_927 = { + 0x0e0e09, 0x10, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {862, -813, 407, 0x0000}, + {866, -805, 407, 0x0e80}, + {866, -805, 377, 0x0e90} + } +}; + +StandTile tile_928 = { + 0x0c2808, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {813, -813, 338, 0x0edc}, + {862, -813, 358, 0x0ee0}, + {862, -813, 347, 0x0ee8} + } +}; + +StandTile tile_929 = { + 0x024408, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {735, -813, 341, 0x0ea0}, + {813, -813, 338, 0x0f00}, + {768, -813, 287, 0x0000} + } +}; + +StandTile tile_930 = { + 0x024308, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {735, -813, 341, 0x0000}, + {735, -813, 444, 0x0ea4}, + {813, -813, 338, 0x0e9c} + } +}; + +StandTile tile_931 = { + 0x024208, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {735, -813, 444, 0x0ea8}, + {815, -813, 448, 0x0edc}, + {813, -813, 338, 0x0ea0} + } +}; + +StandTile tile_932 = { + 0x024108, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, -813, 509, 0x0eac}, + {815, -813, 448, 0x0ea4}, + {735, -813, 444, 0x0000} + } +}; + +StandTile tile_933 = { + 0x024008, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {862, -813, 470, 0x0eb0}, + {815, -813, 448, 0x0ea8}, + {777, -813, 509, 0x0000} + } +}; + +StandTile tile_934 = { + 0x023f08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {862, -813, 470, 0x0000}, + {862, -813, 459, 0x0eb4}, + {815, -813, 448, 0x0eac} + } +}; + +StandTile tile_935 = { + 0x023e08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {862, -813, 459, 0x0eb8}, + {862, -813, 448, 0x0ec0}, + {815, -813, 448, 0x0eb0} + } +}; + +StandTile tile_936 = { + 0x023d08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {869, -813, 459, 0x0ebc}, + {862, -813, 448, 0x0eb4}, + {862, -813, 459, 0x0000} + } +}; + +StandTile tile_937 = { + 0x023c08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {869, -813, 459, 0x0000}, + {869, -813, 448, 0x0000}, + {862, -813, 448, 0x0eb8} + } +}; + +StandTile tile_938 = { + 0x023b08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {862, -813, 448, 0x0000}, + {862, -813, 437, 0x0ec4}, + {815, -813, 448, 0x0eb4} + } +}; + +StandTile tile_939 = { + 0x023a08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {862, -813, 437, 0x0ec8}, + {862, -813, 426, 0x0ed8}, + {815, -813, 448, 0x0ec0} + } +}; + +StandTile tile_940 = { + 0x023908, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {869, -813, 437, 0x0ecc}, + {862, -813, 426, 0x0ec4}, + {862, -813, 437, 0x0000} + } +}; + +StandTile tile_941 = { + 0x023808, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {869, -813, 437, 0x0000}, + {869, -813, 426, 0x0000}, + {862, -813, 426, 0x0ec8} + } +}; + +StandTile tile_942 = { + 0x0e0c08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {862, -813, 377, 0x0000}, + {862, -813, 358, 0x0edc}, + {815, -813, 448, 0x0ed4} + } +}; + +StandTile tile_943 = { + 0x0e0d08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {862, -813, 407, 0x0e90}, + {862, -813, 377, 0x0ed0}, + {815, -813, 448, 0x0ed8} + } +}; + +StandTile tile_944 = { + 0x023708, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {862, -813, 426, 0x0000}, + {862, -813, 407, 0x0ed4}, + {815, -813, 448, 0x0ec4} + } +}; + +StandTile tile_945 = { + 0x023608, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {862, -813, 358, 0x0e98}, + {813, -813, 338, 0x0ea4}, + {815, -813, 448, 0x0ed0} + } +}; + +StandTile tile_946 = { + 0x023508, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {869, -813, 358, 0x0ee4}, + {862, -813, 347, 0x0e98}, + {862, -813, 358, 0x0000} + } +}; + +StandTile tile_947 = { + 0x023408, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {869, -813, 358, 0x0000}, + {869, -813, 347, 0x0000}, + {862, -813, 347, 0x0ee0} + } +}; + +StandTile tile_948 = { + 0x023308, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {862, -813, 347, 0x0000}, + {862, -813, 336, 0x0eec}, + {813, -813, 338, 0x0e98} + } +}; + +StandTile tile_949 = { + 0x023208, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {862, -813, 336, 0x0ef0}, + {862, -813, 325, 0x0ef8}, + {813, -813, 338, 0x0ee8} + } +}; + +StandTile tile_950 = { + 0x023108, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {869, -813, 336, 0x0ef4}, + {862, -813, 325, 0x0eec}, + {862, -813, 336, 0x0000} + } +}; + +StandTile tile_951 = { + 0x023008, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {869, -813, 336, 0x0000}, + {869, -813, 325, 0x0000}, + {862, -813, 325, 0x0ef0} + } +}; + +StandTile tile_952 = { + 0x022f08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {862, -813, 314, 0x0efc}, + {813, -813, 338, 0x0eec}, + {862, -813, 325, 0x0000} + } +}; + +StandTile tile_953 = { + 0x022e08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {824, -813, 253, 0x0f00}, + {813, -813, 338, 0x0ef8}, + {862, -813, 314, 0x0000} + } +}; + +StandTile tile_954 = { + 0x022d08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {813, -813, 338, 0x0efc}, + {824, -813, 253, 0x1038}, + {768, -813, 287, 0x0e9c} + } +}; + +StandTile tile_955 = { + 0x022c08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {134, 121, 332, 0x0f08}, + {179, 121, 345, 0x0f0c}, + {125, 121, 231, 0x1060} + } +}; + +StandTile tile_956 = { + 0x022b08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {134, 121, 332, 0x1090}, + {118, 121, 409, 0x0000}, + {179, 121, 345, 0x0f04} + } +}; + +StandTile tile_957 = { + 0x022a08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {220, 121, 237, 0x0f10}, + {125, 121, 231, 0x0f04}, + {179, 121, 345, 0x0000} + } +}; + +StandTile tile_958 = { + 0x022908, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {220, 121, 237, 0x0000}, + {225, 121, 153, 0x0f14}, + {125, 121, 231, 0x0f0c} + } +}; + +StandTile tile_959 = { + 0x022808, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {225, 121, 153, 0x0f18}, + {190, 121, 108, 0x0000}, + {125, 121, 231, 0x0f10} + } +}; + +StandTile tile_960 = { + 0x022708, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {225, 121, 153, 0x0000}, + {342, 103, 74, 0x0f1c}, + {190, 121, 108, 0x0f14} + } +}; + +StandTile tile_961 = { + 0x022608, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {342, 103, 74, 0x0f20}, + {323, 103, 27, 0x0000}, + {190, 121, 108, 0x0f18} + } +}; + +StandTile tile_962 = { + 0x022508, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {342, 103, 74, 0x0000}, + {481, 81, 47, 0x0f24}, + {323, 103, 27, 0x0f1c} + } +}; + +StandTile tile_963 = { + 0x022408, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {481, 81, 47, 0x0f28}, + {477, 81, -13, 0x0000}, + {323, 103, 27, 0x0f20} + } +}; + +StandTile tile_964 = { + 0x022308, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {481, 81, 47, 0x0000}, + {620, 56, 74, 0x0f2c}, + {477, 81, -13, 0x0f24} + } +}; + +StandTile tile_965 = { + 0x022208, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {620, 56, 74, 0x0f30}, + {650, 56, 9, 0x0000}, + {477, 81, -13, 0x0f28} + } +}; + +StandTile tile_966 = { + 0x022108, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {620, 56, 74, 0x0000}, + {737, 29, 153, 0x0f34}, + {650, 56, 9, 0x0f2c} + } +}; + +StandTile tile_967 = { + 0x022008, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {737, 29, 153, 0x0f38}, + {780, 29, 114, 0x0000}, + {650, 56, 9, 0x0f30} + } +}; + +StandTile tile_968 = { + 0x021f08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {737, 29, 153, 0x0000}, + {816, 13, 271, 0x0f3c}, + {780, 29, 114, 0x0f34} + } +}; + +StandTile tile_969 = { + 0x021e08, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {816, 13, 271, 0x0f40}, + {865, 13, 235, 0x0000}, + {780, 29, 114, 0x0f38} + } +}; + +StandTile tile_970 = { + 0x021d08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {816, 13, 271, 0x0000}, + {843, -4, 409, 0x0f44}, + {865, 13, 235, 0x0f3c} + } +}; + +StandTile tile_971 = { + 0x021c08, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {843, -4, 409, 0x0f48}, + {918, -4, 397, 0x0000}, + {865, 13, 235, 0x0f40} + } +}; + +StandTile tile_972 = { + 0x021b08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {843, -4, 409, 0x0000}, + {816, -22, 548, 0x0f4c}, + {918, -4, 397, 0x0f44} + } +}; + +StandTile tile_973 = { + 0x021a08, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {816, -22, 548, 0x0f50}, + {889, -22, 580, 0x0000}, + {918, -4, 397, 0x0f48} + } +}; + +StandTile tile_974 = { + 0x021908, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {816, -22, 548, 0x0000}, + {737, -54, 665, 0x0f54}, + {889, -22, 580, 0x0f4c} + } +}; + +StandTile tile_975 = { + 0x021808, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {737, -54, 665, 0x0f58}, + {789, -54, 715, 0x0000}, + {889, -22, 580, 0x0f50} + } +}; + +StandTile tile_976 = { + 0x021708, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {737, -54, 665, 0x0000}, + {620, -83, 744, 0x0f5c}, + {789, -54, 715, 0x0f54} + } +}; + +StandTile tile_977 = { + 0x021608, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {620, -83, 744, 0x0f60}, + {656, -83, 800, 0x0000}, + {789, -54, 715, 0x0f58} + } +}; + +StandTile tile_978 = { + 0x021508, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {620, -83, 744, 0x0000}, + {481, -116, 772, 0x0f64}, + {656, -83, 800, 0x0f5c} + } +}; + +StandTile tile_979 = { + 0x021408, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {481, -116, 772, 0x0f68}, + {475, -116, 836, 0x0000}, + {656, -83, 800, 0x0f60} + } +}; + +StandTile tile_980 = { + 0x021308, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {481, -116, 772, 0x0000}, + {342, -141, 744, 0x0f6c}, + {475, -116, 836, 0x0f64} + } +}; + +StandTile tile_981 = { + 0x021208, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {342, -141, 744, 0x0f70}, + {302, -141, 806, 0x0000}, + {475, -116, 836, 0x0f68} + } +}; + +StandTile tile_982 = { + 0x021108, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {342, -141, 744, 0x0000}, + {225, -170, 665, 0x0f74}, + {302, -141, 806, 0x0f6c} + } +}; + +StandTile tile_983 = { + 0x021008, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {225, -170, 665, 0x0f78}, + {155, -170, 721, 0x0000}, + {302, -141, 806, 0x0f70} + } +}; + +StandTile tile_984 = { + 0x020f08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {225, -170, 665, 0x0000}, + {159, -195, 538, 0x0f7c}, + {155, -170, 721, 0x0f74} + } +}; + +StandTile tile_985 = { + 0x020e08, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {159, -195, 538, 0x0f80}, + {92, -195, 571, 0x0000}, + {155, -170, 721, 0x0f78} + } +}; + +StandTile tile_986 = { + 0x020d08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {159, -195, 538, 0x0000}, + {150, -217, 414, 0x0f84}, + {92, -195, 571, 0x0f7c} + } +}; + +StandTile tile_987 = { + 0x020c08, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {150, -217, 414, 0x0f88}, + {74, -215, 423, 0x0000}, + {92, -195, 571, 0x0f80} + } +}; + +StandTile tile_988 = { + 0x020b08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {150, -217, 414, 0x0000}, + {188, -240, 278, 0x0f8c}, + {74, -215, 423, 0x0f84} + } +}; + +StandTile tile_989 = { + 0x020a08, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {188, -240, 278, 0x0f90}, + {128, -240, 253, 0x0000}, + {74, -215, 423, 0x0f88} + } +}; + +StandTile tile_990 = { + 0x020908, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {188, -240, 278, 0x0000}, + {242, -271, 175, 0x0f94}, + {128, -240, 253, 0x0f8c} + } +}; + +StandTile tile_991 = { + 0x020808, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {242, -271, 175, 0x0f98}, + {197, -271, 119, 0x0000}, + {128, -240, 253, 0x0f90} + } +}; + +StandTile tile_992 = { + 0x020708, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {242, -271, 175, 0x0000}, + {349, -296, 96, 0x0f9c}, + {197, -271, 119, 0x0f94} + } +}; + +StandTile tile_993 = { + 0x020608, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {349, -296, 96, 0x0fa0}, + {320, -296, 40, 0x0000}, + {197, -271, 119, 0x0f98} + } +}; + +StandTile tile_994 = { + 0x020508, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {349, -296, 96, 0x0000}, + {488, -327, 69, 0x0fa4}, + {320, -296, 40, 0x0f9c} + } +}; + +StandTile tile_995 = { + 0x020408, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {488, -327, 69, 0x0fa8}, + {484, -327, -2, 0x0000}, + {320, -296, 40, 0x0fa0} + } +}; + +StandTile tile_996 = { + 0x020308, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {488, -327, 69, 0x0000}, + {607, -354, 96, 0x0fac}, + {484, -327, -2, 0x0fa4} + } +}; + +StandTile tile_997 = { + 0x020208, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {607, -354, 96, 0x0fb0}, + {632, -354, 38, 0x0000}, + {484, -327, -2, 0x0fa8} + } +}; + +StandTile tile_998 = { + 0x020108, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {607, -354, 96, 0x0000}, + {717, -383, 175, 0x0fb4}, + {632, -354, 38, 0x0fac} + } +}; + +StandTile tile_999 = { + 0x020008, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {717, -383, 175, 0x0fb8}, + {777, -383, 121, 0x0000}, + {632, -354, 38, 0x0fb0} + } +}; + +StandTile tile_1000 = { + 0x01ff08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {717, -383, 175, 0x0000}, + {797, -412, 289, 0x0fbc}, + {777, -383, 121, 0x0fb4} + } +}; + +StandTile tile_1001 = { + 0x01fe08, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {797, -412, 289, 0x0fc0}, + {860, -412, 267, 0x0000}, + {777, -383, 121, 0x0fb8} + } +}; + +StandTile tile_1002 = { + 0x01fd08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {797, -412, 289, 0x0000}, + {818, -435, 410, 0x0fc4}, + {860, -412, 267, 0x0fbc} + } +}; + +StandTile tile_1003 = { + 0x01fc08, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {818, -435, 410, 0x0fc8}, + {878, -435, 419, 0x0000}, + {860, -412, 267, 0x0fc0} + } +}; + +StandTile tile_1004 = { + 0x01fb08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {818, -435, 410, 0x0000}, + {791, -453, 538, 0x0fcc}, + {878, -435, 419, 0x0fc4} + } +}; + +StandTile tile_1005 = { + 0x01fa08, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {791, -453, 538, 0x0fd0}, + {849, -453, 578, 0x0000}, + {878, -435, 419, 0x0fc8} + } +}; + +StandTile tile_1006 = { + 0x01f908, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {791, -453, 538, 0x0000}, + {712, -473, 643, 0x0fd4}, + {849, -453, 578, 0x0fcc} + } +}; + +StandTile tile_1007 = { + 0x01f808, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {712, -473, 643, 0x0fd8}, + {746, -473, 677, 0x0000}, + {849, -453, 578, 0x0fd0} + } +}; + +StandTile tile_1008 = { + 0x01f708, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {712, -473, 643, 0x0000}, + {612, -506, 717, 0x0fdc}, + {746, -473, 677, 0x0fd4} + } +}; + +StandTile tile_1009 = { + 0x01f608, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {612, -506, 717, 0x0fe0}, + {621, -506, 784, 0x0000}, + {746, -473, 677, 0x0fd8} + } +}; + +StandTile tile_1010 = { + 0x01f508, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {612, -506, 717, 0x0000}, + {482, -535, 744, 0x0fe4}, + {621, -506, 784, 0x0fdc} + } +}; + +StandTile tile_1011 = { + 0x01f408, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {482, -535, 744, 0x0fe8}, + {470, -535, 804, 0x0000}, + {621, -506, 784, 0x0fe0} + } +}; + +StandTile tile_1012 = { + 0x01f308, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {482, -535, 744, 0x0000}, + {354, -571, 721, 0x0fec}, + {470, -535, 804, 0x0fe4} + } +}; + +StandTile tile_1013 = { + 0x01f208, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {354, -571, 721, 0x0ff0}, + {329, -571, 766, 0x0000}, + {470, -535, 804, 0x0fe8} + } +}; + +StandTile tile_1014 = { + 0x01f108, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {354, -571, 721, 0x0000}, + {244, -605, 645, 0x0ff4}, + {329, -571, 766, 0x0fec} + } +}; + +StandTile tile_1015 = { + 0x01f008, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {244, -605, 645, 0x0ff8}, + {204, -605, 692, 0x0000}, + {329, -571, 766, 0x0ff0} + } +}; + +StandTile tile_1016 = { + 0x01ef08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {244, -605, 645, 0x0000}, + {164, -632, 533, 0x0ffc}, + {204, -605, 692, 0x0ff4} + } +}; + +StandTile tile_1017 = { + 0x01ee08, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {164, -632, 533, 0x1000}, + {108, -632, 553, 0x0000}, + {204, -605, 692, 0x0ff8} + } +}; + +StandTile tile_1018 = { + 0x01ed08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {164, -632, 533, 0x0000}, + {159, -652, 392, 0x1004}, + {108, -632, 553, 0x0ffc} + } +}; + +StandTile tile_1019 = { + 0x01ec08, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {159, -652, 392, 0x1008}, + {99, -652, 372, 0x0000}, + {108, -632, 553, 0x1000} + } +}; + +StandTile tile_1020 = { + 0x01eb08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {159, -652, 392, 0x0000}, + {193, -668, 271, 0x100c}, + {99, -652, 372, 0x1004} + } +}; + +StandTile tile_1021 = { + 0x01ea08, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {193, -668, 271, 0x1010}, + {137, -668, 260, 0x0000}, + {99, -652, 372, 0x1008} + } +}; + +StandTile tile_1022 = { + 0x01e908, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {193, -668, 271, 0x0000}, + {264, -692, 193, 0x1014}, + {137, -668, 260, 0x100c} + } +}; + +StandTile tile_1023 = { + 0x01e808, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {264, -692, 193, 0x1018}, + {226, -692, 134, 0x0000}, + {137, -668, 260, 0x1010} + } +}; + +StandTile tile_1024 = { + 0x01e708, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {264, -692, 193, 0x0000}, + {365, -724, 114, 0x101c}, + {226, -692, 134, 0x1014} + } +}; + +StandTile tile_1025 = { + 0x01e608, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {365, -724, 114, 0x1020}, + {345, -724, 74, 0x0000}, + {226, -692, 134, 0x1018} + } +}; + +StandTile tile_1026 = { + 0x01e508, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {365, -724, 114, 0x0000}, + {477, -748, 90, 0x1024}, + {345, -724, 74, 0x101c} + } +}; + +StandTile tile_1027 = { + 0x01e408, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {477, -748, 90, 0x1028}, + {479, -748, 36, 0x0000}, + {345, -724, 74, 0x1020} + } +}; + +StandTile tile_1028 = { + 0x01e308, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {477, -748, 90, 0x0000}, + {596, -777, 114, 0x102c}, + {479, -748, 36, 0x1024} + } +}; + +StandTile tile_1029 = { + 0x01e208, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {596, -777, 114, 0x1030}, + {627, -777, 63, 0x0000}, + {479, -748, 36, 0x1028} + } +}; + +StandTile tile_1030 = { + 0x01e108, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {699, -786, 197, 0x1034}, + {627, -777, 63, 0x102c}, + {596, -777, 114, 0x0000} + } +}; + +StandTile tile_1031 = { + 0x01e008, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {733, -786, 155, 0x0000}, + {627, -777, 63, 0x1030}, + {699, -786, 197, 0x103c} + } +}; + +StandTile tile_1032 = { + 0x01df08, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {733, -786, 155, 0x103c}, + {768, -813, 287, 0x0f00}, + {824, -813, 253, 0x0000} + } +}; + +StandTile tile_1033 = { + 0x01de08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {733, -786, 155, 0x1034}, + {699, -786, 197, 0x0000}, + {768, -813, 287, 0x1038} + } +}; + +StandTile tile_1034 = { + 0x01dd08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {125, 121, 231, 0x0000}, + {87, 121, 226, 0x0000}, + {87, 121, 237, 0x1048} + } +}; + +StandTile tile_1035 = { + 0x01dc08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 237, 0x0000}, + {81, 121, 237, 0x0000}, + {81, 121, 249, 0x1048} + } +}; + +StandTile tile_1036 = { + 0x01db08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {81, 121, 249, 0x104c}, + {125, 121, 231, 0x1040}, + {87, 121, 237, 0x1044} + } +}; + +StandTile tile_1037 = { + 0x01da08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {125, 121, 231, 0x1048}, + {81, 121, 249, 0x0000}, + {87, 121, 249, 0x1050} + } +}; + +StandTile tile_1038 = { + 0x01d908, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 249, 0x0000}, + {87, 121, 260, 0x1054}, + {125, 121, 231, 0x104c} + } +}; + +StandTile tile_1039 = { + 0x01d808, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 260, 0x1058}, + {87, 121, 271, 0x1060}, + {125, 121, 231, 0x1050} + } +}; + +StandTile tile_1040 = { + 0x01d708, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {81, 121, 260, 0x105c}, + {87, 121, 271, 0x1054}, + {87, 121, 260, 0x0000} + } +}; + +StandTile tile_1041 = { + 0x01d608, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {81, 121, 260, 0x0000}, + {81, 121, 271, 0x0000}, + {87, 121, 271, 0x1058} + } +}; + +StandTile tile_1042 = { + 0x01d508, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 271, 0x106c}, + {134, 121, 332, 0x0f04}, + {125, 121, 231, 0x1054} + } +}; + +StandTile tile_1043 = { + 0x0e0f08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 319, 0x0000}, + {87, 121, 338, 0x1080}, + {134, 121, 332, 0x1068} + } +}; + +StandTile tile_1044 = { + 0x0e1008, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 290, 0x0e8c}, + {87, 121, 319, 0x1064}, + {134, 121, 332, 0x106c} + } +}; + +StandTile tile_1045 = { + 0x01d408, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 271, 0x0000}, + {87, 121, 290, 0x1068}, + {134, 121, 332, 0x1060} + } +}; + +StandTile tile_1046 = { + 0x01d308, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {81, 121, 372, 0x1074}, + {87, 121, 361, 0x0000}, + {81, 121, 361, 0x0000} + } +}; + +StandTile tile_1047 = { + 0x01d208, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {81, 121, 372, 0x0000}, + {87, 121, 372, 0x1088}, + {87, 121, 361, 0x1070} + } +}; + +StandTile tile_1048 = { + 0x01d108, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 349, 0x1080}, + {87, 121, 338, 0x107c}, + {81, 121, 349, 0x0000} + } +}; + +StandTile tile_1049 = { + 0x01d008, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 338, 0x0000}, + {81, 121, 338, 0x0000}, + {81, 121, 349, 0x1078} + } +}; + +StandTile tile_1050 = { + 0x01cf08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 349, 0x1084}, + {134, 121, 332, 0x1064}, + {87, 121, 338, 0x1078} + } +}; + +StandTile tile_1051 = { + 0x01ce08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 361, 0x1088}, + {134, 121, 332, 0x1080}, + {87, 121, 349, 0x0000} + } +}; + +StandTile tile_1052 = { + 0x01cd08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 372, 0x108c}, + {134, 121, 332, 0x1084}, + {87, 121, 361, 0x1074} + } +}; + +StandTile tile_1053 = { + 0x01cc08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, 121, 372, 0x0000}, + {87, 121, 383, 0x1090}, + {134, 121, 332, 0x1088} + } +}; + +StandTile tile_1054 = { + 0x01cb08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {134, 121, 332, 0x108c}, + {87, 121, 383, 0x0000}, + {118, 121, 409, 0x0f08} + } +}; + +StandTile tile_1055 = { + 0x0e6f02, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {883, -805, 377, 0x1098}, + {873, -805, 407, 0x0000}, + {883, -805, 407, 0x10a8} + } +}; + +StandTile tile_1056 = { + 0x0e6f01, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {883, -805, 377, 0x0000}, + {873, -805, 377, 0x109c}, + {873, -805, 407, 0x1094} + } +}; + +StandTile tile_1057 = { + 0x0e7002, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {873, -805, 377, 0x10a0}, + {869, -803, 405, 0x0000}, + {873, -805, 407, 0x1098} + } +}; + +StandTile tile_1058 = { + 0x0e7001, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {873, -805, 377, 0x0000}, + {869, -803, 379, 0x0e84}, + {869, -803, 405, 0x109c} + } +}; + +StandTile tile_1059 = { + 0x0e6e02, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {930, -805, 377, 0x10a8}, + {883, -805, 407, 0x0000}, + {930, -805, 407, 0x11cc} + } +}; + +StandTile tile_1060 = { + 0x0e6e01, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {930, -805, 377, 0x0000}, + {883, -805, 377, 0x1094}, + {883, -805, 407, 0x10a4} + } +}; + +StandTile tile_1061 = { + 0x0e4a02, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {943, -813, 377, 0x10b0}, + {939, -805, 407, 0x0000}, + {943, -813, 407, 0x11c8} + } +}; + +StandTile tile_1062 = { + 0x0e4a01, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {943, -813, 377, 0x0000}, + {939, -805, 377, 0x11d0}, + {939, -805, 407, 0x10ac} + } +}; + +StandTile tile_1063 = { + 0x0e4400, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1113, -930, 383, 0x10c4}, + {1160, -930, 464, 0x10b8}, + {1140, -930, 356, 0x11b8} + } +}; + +StandTile tile_1064 = { + 0x0e5f00, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1160, -930, 464, 0x11e4}, + {1149, -930, 333, 0x1210}, + {1140, -930, 356, 0x10b4} + } +}; + +StandTile tile_1065 = { + 0x077400, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1055, -930, 516, 0x11f8}, + {1160, -930, 464, 0x10c8}, + {1076, -930, 374, 0x10c0} + } +}; + +StandTile tile_1066 = { + 0x077600, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {966, -930, 475, 0x11f4}, + {1055, -930, 516, 0x10bc}, + {1076, -930, 374, 0x11e0} + } +}; + +StandTile tile_1067 = { + 0x0e4302, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1080, -930, 349, 0x10c8}, + {1160, -930, 464, 0x10b4}, + {1113, -930, 383, 0x0000} + } +}; + +StandTile tile_1068 = { + 0x0e4301, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1080, -930, 349, 0x10e0}, + {1076, -930, 374, 0x10bc}, + {1160, -930, 464, 0x10c4} + } +}; + +StandTile tile_1069 = { + 0x078200, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {943, -930, 336, 0x0000}, + {943, -930, 347, 0x11d8}, + {988, -930, 310, 0x10d0} + } +}; + +StandTile tile_1070 = { + 0x078300, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {936, -930, 336, 0x0000}, + {943, -930, 336, 0x10cc}, + {988, -930, 310, 0x10d8} + } +}; + +StandTile tile_1071 = { + 0x078400, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {988, -930, 310, 0x10dc}, + {968, -930, 278, 0x0000}, + {936, -930, 325, 0x10d8} + } +}; + +StandTile tile_1072 = { + 0x076700, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {936, -930, 336, 0x10d0}, + {988, -930, 310, 0x10d4}, + {936, -930, 325, 0x0000} + } +}; + +StandTile tile_1073 = { + 0x078500, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {988, -930, 310, 0x10e8}, + {1001, -930, 217, 0x0000}, + {968, -930, 278, 0x10d4} + } +}; + +StandTile tile_1074 = { + 0x0e4902, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1053, -930, 323, 0x10e4}, + {1076, -930, 374, 0x10c8}, + {1080, -930, 349, 0x10f0} + } +}; + +StandTile tile_1075 = { + 0x0e4901, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1053, -930, 323, 0x10e8}, + {988, -930, 310, 0x11dc}, + {1076, -930, 374, 0x10e0} + } +}; + +StandTile tile_1076 = { + 0x0e4800, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1053, -930, 323, 0x1204}, + {1001, -930, 217, 0x10dc}, + {988, -930, 310, 0x10e4} + } +}; + +StandTile tile_1077 = { + 0x0e4202, 0x0d, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1080, -930, 296, 0x10f0}, + {1080, -930, 349, 0x0000}, + {1107, -930, 323, 0x120c} + } +}; + +StandTile tile_1078 = { + 0x0e4201, 0x0d, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1080, -930, 296, 0x1204}, + {1053, -930, 323, 0x10e0}, + {1080, -930, 349, 0x10ec} + } +}; + +StandTile tile_1079 = { + 0x0e0402, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1033, -813, 302, 0x10f8}, + {1060, -822, 276, 0x0000}, + {1060, -813, 276, 0x1234} + } +}; + +StandTile tile_1080 = { + 0x0e0401, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1033, -813, 302, 0x0000}, + {1033, -822, 302, 0x10fc}, + {1060, -822, 276, 0x10f4} + } +}; + +StandTile tile_1081 = { + 0x0e0502, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1039, -822, 309, 0x1100}, + {1060, -822, 276, 0x10f8}, + {1033, -822, 302, 0x0000} + } +}; + +StandTile tile_1082 = { + 0x0e0501, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1039, -822, 309, 0x1104}, + {1066, -822, 282, 0x0000}, + {1060, -822, 276, 0x10fc} + } +}; + +StandTile tile_1083 = { + 0x0e0602, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1039, -831, 309, 0x1108}, + {1066, -822, 282, 0x1100}, + {1039, -822, 309, 0x0000} + } +}; + +StandTile tile_1084 = { + 0x0e0601, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1039, -831, 309, 0x110c}, + {1066, -831, 282, 0x0000}, + {1066, -822, 282, 0x1104} + } +}; + +StandTile tile_1085 = { + 0x0e0702, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1046, -831, 316, 0x1110}, + {1066, -831, 282, 0x1108}, + {1039, -831, 309, 0x0000} + } +}; + +StandTile tile_1086 = { + 0x0e0701, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1046, -831, 316, 0x1114}, + {1073, -831, 289, 0x0000}, + {1066, -831, 282, 0x110c} + } +}; + +StandTile tile_1087 = { + 0x0e0802, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1046, -840, 316, 0x1118}, + {1073, -831, 289, 0x1110}, + {1046, -831, 316, 0x0000} + } +}; + +StandTile tile_1088 = { + 0x0e0801, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1046, -840, 316, 0x111c}, + {1073, -840, 289, 0x0000}, + {1073, -831, 289, 0x1114} + } +}; + +StandTile tile_1089 = { + 0x0e0902, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1053, -840, 323, 0x1120}, + {1073, -840, 289, 0x1118}, + {1046, -840, 316, 0x0000} + } +}; + +StandTile tile_1090 = { + 0x0e0901, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1053, -840, 323, 0x1124}, + {1080, -840, 296, 0x0000}, + {1073, -840, 289, 0x111c} + } +}; + +StandTile tile_1091 = { + 0x0e0a02, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1053, -849, 323, 0x1128}, + {1080, -840, 296, 0x1120}, + {1053, -840, 323, 0x0000} + } +}; + +StandTile tile_1092 = { + 0x0e0a01, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1053, -849, 323, 0x112c}, + {1080, -849, 296, 0x0000}, + {1080, -840, 296, 0x1124} + } +}; + +StandTile tile_1093 = { + 0x0e0b02, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1060, -849, 329, 0x1130}, + {1080, -849, 296, 0x1128}, + {1053, -849, 323, 0x0000} + } +}; + +StandTile tile_1094 = { + 0x0e0b01, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1060, -849, 329, 0x1134}, + {1086, -849, 302, 0x0000}, + {1080, -849, 296, 0x112c} + } +}; + +StandTile tile_1095 = { + 0x0e0c02, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1060, -858, 329, 0x1138}, + {1086, -849, 302, 0x1130}, + {1060, -849, 329, 0x0000} + } +}; + +StandTile tile_1096 = { + 0x0e0c01, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1060, -858, 329, 0x113c}, + {1086, -858, 302, 0x0000}, + {1086, -849, 302, 0x1134} + } +}; + +StandTile tile_1097 = { + 0x0e0d02, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1066, -858, 336, 0x1140}, + {1086, -858, 302, 0x1138}, + {1060, -858, 329, 0x0000} + } +}; + +StandTile tile_1098 = { + 0x0e0d01, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1066, -858, 336, 0x1144}, + {1093, -858, 309, 0x0000}, + {1086, -858, 302, 0x113c} + } +}; + +StandTile tile_1099 = { + 0x0e0e02, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1066, -867, 336, 0x1148}, + {1093, -858, 309, 0x1140}, + {1066, -858, 336, 0x0000} + } +}; + +StandTile tile_1100 = { + 0x0e0e01, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1066, -867, 336, 0x114c}, + {1093, -867, 309, 0x0000}, + {1093, -858, 309, 0x1144} + } +}; + +StandTile tile_1101 = { + 0x0e0f02, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1073, -867, 343, 0x1150}, + {1093, -867, 309, 0x1148}, + {1066, -867, 336, 0x0000} + } +}; + +StandTile tile_1102 = { + 0x0e0f01, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1073, -867, 343, 0x1154}, + {1100, -867, 316, 0x0000}, + {1093, -867, 309, 0x114c} + } +}; + +StandTile tile_1103 = { + 0x0e1002, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1073, -876, 343, 0x1158}, + {1100, -867, 316, 0x1150}, + {1073, -867, 343, 0x0000} + } +}; + +StandTile tile_1104 = { + 0x0e1001, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1073, -876, 343, 0x115c}, + {1100, -876, 316, 0x0000}, + {1100, -867, 316, 0x1154} + } +}; + +StandTile tile_1105 = { + 0x0e1102, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1080, -876, 349, 0x1160}, + {1100, -876, 316, 0x1158}, + {1073, -876, 343, 0x0000} + } +}; + +StandTile tile_1106 = { + 0x0e1101, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1080, -876, 349, 0x1164}, + {1107, -876, 323, 0x0000}, + {1100, -876, 316, 0x115c} + } +}; + +StandTile tile_1107 = { + 0x0e1202, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1080, -885, 349, 0x1168}, + {1107, -876, 323, 0x1160}, + {1080, -876, 349, 0x0000} + } +}; + +StandTile tile_1108 = { + 0x0e1201, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1080, -885, 349, 0x116c}, + {1107, -885, 323, 0x0000}, + {1107, -876, 323, 0x1164} + } +}; + +StandTile tile_1109 = { + 0x0e1302, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1086, -885, 356, 0x1170}, + {1107, -885, 323, 0x1168}, + {1080, -885, 349, 0x0000} + } +}; + +StandTile tile_1110 = { + 0x0e1301, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1086, -885, 356, 0x1174}, + {1113, -885, 329, 0x0000}, + {1107, -885, 323, 0x116c} + } +}; + +StandTile tile_1111 = { + 0x0e1402, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1086, -894, 356, 0x1178}, + {1113, -885, 329, 0x1170}, + {1086, -885, 356, 0x0000} + } +}; + +StandTile tile_1112 = { + 0x0e1401, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1086, -894, 356, 0x117c}, + {1113, -894, 329, 0x0000}, + {1113, -885, 329, 0x1174} + } +}; + +StandTile tile_1113 = { + 0x0e1502, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1093, -894, 363, 0x1180}, + {1113, -894, 329, 0x1178}, + {1086, -894, 356, 0x0000} + } +}; + +StandTile tile_1114 = { + 0x0e1501, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1093, -894, 363, 0x1184}, + {1120, -894, 336, 0x0000}, + {1113, -894, 329, 0x117c} + } +}; + +StandTile tile_1115 = { + 0x0e1602, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1093, -903, 363, 0x1188}, + {1120, -894, 336, 0x1180}, + {1093, -894, 363, 0x0000} + } +}; + +StandTile tile_1116 = { + 0x0e1601, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1093, -903, 363, 0x118c}, + {1120, -903, 336, 0x0000}, + {1120, -894, 336, 0x1184} + } +}; + +StandTile tile_1117 = { + 0x0e1702, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1100, -903, 370, 0x1190}, + {1120, -903, 336, 0x1188}, + {1093, -903, 363, 0x0000} + } +}; + +StandTile tile_1118 = { + 0x0e1701, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1100, -903, 370, 0x1194}, + {1127, -903, 343, 0x0000}, + {1120, -903, 336, 0x118c} + } +}; + +StandTile tile_1119 = { + 0x0e1802, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1100, -912, 370, 0x1198}, + {1127, -903, 343, 0x1190}, + {1100, -903, 370, 0x0000} + } +}; + +StandTile tile_1120 = { + 0x0e1801, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1100, -912, 370, 0x119c}, + {1127, -912, 343, 0x0000}, + {1127, -903, 343, 0x1194} + } +}; + +StandTile tile_1121 = { + 0x0e1902, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1107, -912, 376, 0x11a0}, + {1127, -912, 343, 0x1198}, + {1100, -912, 370, 0x0000} + } +}; + +StandTile tile_1122 = { + 0x0e1901, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1107, -912, 376, 0x11a4}, + {1134, -912, 349, 0x0000}, + {1127, -912, 343, 0x119c} + } +}; + +StandTile tile_1123 = { + 0x0e1a02, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1107, -921, 376, 0x11a8}, + {1134, -912, 349, 0x11a0}, + {1107, -912, 376, 0x0000} + } +}; + +StandTile tile_1124 = { + 0x0e1a01, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1107, -921, 376, 0x11ac}, + {1134, -921, 349, 0x0000}, + {1134, -912, 349, 0x11a4} + } +}; + +StandTile tile_1125 = { + 0x0e1b02, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1113, -921, 383, 0x11b0}, + {1134, -921, 349, 0x11a8}, + {1107, -921, 376, 0x0000} + } +}; + +StandTile tile_1126 = { + 0x0e1b01, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1113, -921, 383, 0x11b4}, + {1140, -921, 356, 0x0000}, + {1134, -921, 349, 0x11ac} + } +}; + +StandTile tile_1127 = { + 0x0e1c02, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1113, -930, 383, 0x11b8}, + {1140, -921, 356, 0x11b0}, + {1113, -921, 383, 0x0000} + } +}; + +StandTile tile_1128 = { + 0x0e1c01, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1113, -930, 383, 0x10b4}, + {1140, -930, 356, 0x0000}, + {1140, -921, 356, 0x11b4} + } +}; + +StandTile tile_1129 = { + 0x0e6c00, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {943, -813, 314, 0x11c0}, + {997, -813, 338, 0x0000}, + {1033, -813, 302, 0x1238} + } +}; + +StandTile tile_1130 = { + 0x0e4c00, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {997, -813, 338, 0x11bc}, + {943, -813, 314, 0x0000}, + {943, -813, 377, 0x11c8} + } +}; + +StandTile tile_1131 = { + 0x037202, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {997, -813, 338, 0x11c8}, + {943, -813, 407, 0x11fc}, + {997, -813, 448, 0x0000} + } +}; + +StandTile tile_1132 = { + 0x037201, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {997, -813, 338, 0x11c0}, + {943, -813, 377, 0x10ac}, + {943, -813, 407, 0x11c4} + } +}; + +StandTile tile_1133 = { + 0x0e6d02, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {939, -805, 407, 0x11d0}, + {930, -805, 377, 0x10a4}, + {930, -805, 407, 0x0000} + } +}; + +StandTile tile_1134 = { + 0x0e6d01, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {939, -805, 407, 0x10b0}, + {939, -805, 377, 0x0000}, + {930, -805, 377, 0x11cc} + } +}; + +StandTile tile_1135 = { + 0x0eb600, 0x0d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {943, -930, 448, 0x0000}, + {952, -930, 448, 0x11d8}, + {943, -930, 347, 0x0000} + } +}; + +StandTile tile_1136 = { + 0x0eb700, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {952, -930, 448, 0x11dc}, + {988, -930, 310, 0x10cc}, + {943, -930, 347, 0x11d4} + } +}; + +StandTile tile_1137 = { + 0x0eb800, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {952, -930, 448, 0x11e0}, + {1076, -930, 374, 0x10e4}, + {988, -930, 310, 0x11d8} + } +}; + +StandTile tile_1138 = { + 0x0eb900, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {952, -930, 448, 0x0000}, + {966, -930, 475, 0x10c0}, + {1076, -930, 374, 0x11dc} + } +}; + +StandTile tile_1139 = { + 0x0efe00, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1181, -930, 346, 0x1250}, + {1149, -930, 333, 0x10b8}, + {1160, -930, 464, 0x0000} + } +}; + +StandTile tile_1140 = { + 0x077100, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1075, -930, 605, 0x0000}, + {1145, -930, 558, 0x11f8}, + {1055, -930, 516, 0x11ec} + } +}; + +StandTile tile_1141 = { + 0x077200, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1004, -930, 614, 0x0000}, + {1075, -930, 605, 0x11e8}, + {1055, -930, 516, 0x11f0} + } +}; + +StandTile tile_1142 = { + 0x077300, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {954, -930, 573, 0x0000}, + {1004, -930, 614, 0x11ec}, + {1055, -930, 516, 0x11f4} + } +}; + +StandTile tile_1143 = { + 0x077000, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {966, -930, 475, 0x0000}, + {954, -930, 573, 0x11f0}, + {1055, -930, 516, 0x10c0} + } +}; + +StandTile tile_1144 = { + 0x077500, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1055, -930, 516, 0x11e8}, + {1145, -930, 558, 0x0000}, + {1160, -930, 464, 0x10bc} + } +}; + +StandTile tile_1145 = { + 0x0e4b00, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {943, -813, 407, 0x0000}, + {943, -813, 448, 0x0000}, + {997, -813, 448, 0x11c4} + } +}; + +StandTile tile_1146 = { + 0x078d00, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1158, -930, 168, 0x0000}, + {1046, -930, 188, 0x1210}, + {1149, -930, 333, 0x124c} + } +}; + +StandTile tile_1147 = { + 0x0e4702, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1080, -930, 296, 0x1208}, + {1001, -930, 217, 0x10e8}, + {1053, -930, 323, 0x10f0} + } +}; + +StandTile tile_1148 = { + 0x0e4701, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1080, -930, 296, 0x120c}, + {1046, -930, 188, 0x0000}, + {1001, -930, 217, 0x1204} + } +}; + +StandTile tile_1149 = { + 0x0e4600, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1107, -930, 323, 0x1214}, + {1046, -930, 188, 0x1208}, + {1080, -930, 296, 0x10ec} + } +}; + +StandTile tile_1150 = { + 0x0e4502, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1046, -930, 188, 0x1214}, + {1140, -930, 356, 0x10b8}, + {1149, -930, 333, 0x1200} + } +}; + +StandTile tile_1151 = { + 0x0e4501, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1046, -930, 188, 0x120c}, + {1107, -930, 323, 0x0000}, + {1140, -930, 356, 0x1210} + } +}; + +StandTile tile_1152 = { + 0x0ee002, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1256, -813, 78, 0x121c}, + {1224, -813, 134, 0x0000}, + {1256, -813, 134, 0x12a0} + } +}; + +StandTile tile_1153 = { + 0x0ee001, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1256, -813, 78, 0x0000}, + {1169, -813, 78, 0x1220}, + {1224, -813, 134, 0x1218} + } +}; + +StandTile tile_1154 = { + 0x0ed002, 0x0d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1169, -813, 78, 0x1224}, + {1224, -813, 246, 0x0000}, + {1224, -813, 134, 0x121c} + } +}; + +StandTile tile_1155 = { + 0x0ed001, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1169, -813, 78, 0x0000}, + {1169, -813, 190, 0x1228}, + {1224, -813, 246, 0x1220} + } +}; + +StandTile tile_1156 = { + 0x0eda02, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1169, -813, 190, 0x122c}, + {1089, -813, 246, 0x0000}, + {1224, -813, 246, 0x1224} + } +}; + +StandTile tile_1157 = { + 0x0eda01, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1169, -813, 190, 0x0000}, + {1066, -813, 190, 0x1230}, + {1089, -813, 246, 0x1228} + } +}; + +StandTile tile_1158 = { + 0x037500, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1066, -813, 190, 0x1234}, + {1060, -813, 276, 0x0000}, + {1089, -813, 246, 0x122c} + } +}; + +StandTile tile_1159 = { + 0x0e6b02, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1066, -813, 190, 0x1238}, + {1033, -813, 302, 0x10f4}, + {1060, -813, 276, 0x1230} + } +}; + +StandTile tile_1160 = { + 0x0e6b01, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1066, -813, 190, 0x0000}, + {943, -813, 314, 0x11bc}, + {1033, -813, 302, 0x1234} + } +}; + +StandTile tile_1161 = { + 0x0ef100, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1228, -930, 126, 0x0000}, + {1256, -930, 105, 0x1258}, + {1256, -930, 71, 0x1240} + } +}; + +StandTile tile_1162 = { + 0x0ef200, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1214, -930, 106, 0x1244}, + {1228, -930, 126, 0x123c}, + {1256, -930, 71, 0x0000} + } +}; + +StandTile tile_1163 = { + 0x0ef300, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1207, -930, 184, 0x0000}, + {1228, -930, 126, 0x1240}, + {1214, -930, 106, 0x1248} + } +}; + +StandTile tile_1164 = { + 0x0ef400, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1158, -930, 168, 0x124c}, + {1207, -930, 184, 0x1244}, + {1214, -930, 106, 0x0000} + } +}; + +StandTile tile_1165 = { + 0x0efc00, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1207, -930, 184, 0x1248}, + {1158, -930, 168, 0x1200}, + {1149, -930, 333, 0x1250} + } +}; + +StandTile tile_1166 = { + 0x0efd00, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1207, -930, 184, 0x124c}, + {1149, -930, 333, 0x11e4}, + {1181, -930, 346, 0x0000} + } +}; + +StandTile tile_1167 = { + 0x0f2a00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1261, -930, 385, 0x1278}, + {1347, -930, 326, 0x13f8}, + {1259, -930, 351, 0x0000} + } +}; + +StandTile tile_1168 = { + 0x0ef000, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1256, -930, 71, 0x123c}, + {1256, -930, 105, 0x125c}, + {1271, -930, 74, 0x0000} + } +}; + +StandTile tile_1169 = { + 0x0eef00, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1256, -930, 105, 0x0000}, + {1281, -930, 121, 0x1260}, + {1271, -930, 74, 0x1258} + } +}; + +StandTile tile_1170 = { + 0x0eee00, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1281, -930, 121, 0x1264}, + {1331, -930, 109, 0x0000}, + {1271, -930, 74, 0x125c} + } +}; + +StandTile tile_1171 = { + 0x0eed00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1281, -930, 121, 0x0000}, + {1300, -930, 179, 0x1268}, + {1331, -930, 109, 0x1260} + } +}; + +StandTile tile_1172 = { + 0x0eec00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1331, -930, 109, 0x1264}, + {1300, -930, 179, 0x126c}, + {1349, -930, 179, 0x0000} + } +}; + +StandTile tile_1173 = { + 0x0eeb00, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1279, -930, 262, 0x140c}, + {1349, -930, 179, 0x1268}, + {1300, -930, 179, 0x0000} + } +}; + +StandTile tile_1174 = { + 0x0ea200, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1648, -930, 286, 0x13dc}, + {1651, -930, 302, 0x0000}, + {1651, -930, 280, 0x13d0} + } +}; + +StandTile tile_1175 = { + 0x0e9f00, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1651, -930, 190, 0x13b0}, + {1635, -930, 207, 0x13a8}, + {1651, -930, 213, 0x0000} + } +}; + +StandTile tile_1176 = { + 0x0e9100, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1261, -930, 385, 0x0000}, + {1369, -930, 385, 0x128c}, + {1347, -930, 326, 0x1254} + } +}; + +StandTile tile_1177 = { + 0x0e9000, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1447, -930, 464, 0x13fc}, + {1397, -930, 395, 0x1284}, + {1422, -930, 448, 0x0000} + } +}; + +StandTile tile_1178 = { + 0x0e8f00, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1396, -930, 408, 0x0000}, + {1396, -930, 430, 0x0000}, + {1422, -930, 448, 0x1284} + } +}; + +StandTile tile_1179 = { + 0x0e8e00, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1397, -930, 395, 0x1288}, + {1396, -930, 408, 0x1280}, + {1422, -930, 448, 0x127c} + } +}; + +StandTile tile_1180 = { + 0x0e8d00, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1397, -930, 395, 0x128c}, + {1369, -930, 385, 0x0000}, + {1396, -930, 408, 0x1284} + } +}; + +StandTile tile_1181 = { + 0x0e8c00, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1347, -930, 326, 0x1278}, + {1369, -930, 385, 0x1288}, + {1397, -930, 395, 0x1400} + } +}; + +StandTile tile_1182 = { + 0x0e7200, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1651, -813, 232, 0x12ac}, + {1541, -813, 246, 0x12c0}, + {1651, -813, 261, 0x12b8} + } +}; + +StandTile tile_1183 = { + 0x0e6902, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1655, -805, 232, 0x1298}, + {1664, -805, 261, 0x1410}, + {1664, -805, 232, 0x0000} + } +}; + +StandTile tile_1184 = { + 0x0e6901, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1655, -805, 232, 0x12bc}, + {1655, -805, 261, 0x0000}, + {1664, -805, 261, 0x1294} + } +}; + +StandTile tile_1185 = { + 0x0ecb02, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1344, -813, 78, 0x12a0}, + {1256, -813, 134, 0x0000}, + {1288, -813, 134, 0x12a8} + } +}; + +StandTile tile_1186 = { + 0x0ecb01, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1344, -813, 78, 0x0000}, + {1256, -813, 78, 0x1218}, + {1256, -813, 134, 0x129c} + } +}; + +StandTile tile_1187 = { + 0x0ec502, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1344, -813, 190, 0x12a8}, + {1288, -813, 134, 0x0000}, + {1288, -813, 246, 0x12b4} + } +}; + +StandTile tile_1188 = { + 0x0ec501, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1344, -813, 190, 0x0000}, + {1344, -813, 78, 0x129c}, + {1288, -813, 134, 0x12a4} + } +}; + +StandTile tile_1189 = { + 0x037b03, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1651, -813, 190, 0x12b0}, + {1541, -813, 246, 0x1290}, + {1651, -813, 232, 0x0000} + } +}; + +StandTile tile_1190 = { + 0x037b02, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1651, -813, 190, 0x12b4}, + {1288, -813, 246, 0x0000}, + {1541, -813, 246, 0x12ac} + } +}; + +StandTile tile_1191 = { + 0x037b01, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1651, -813, 190, 0x0000}, + {1344, -813, 190, 0x12a4}, + {1288, -813, 246, 0x12b0} + } +}; + +StandTile tile_1192 = { + 0x0e4f02, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1651, -813, 261, 0x12bc}, + {1655, -805, 232, 0x0000}, + {1651, -813, 232, 0x1290} + } +}; + +StandTile tile_1193 = { + 0x0e4f01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1651, -813, 261, 0x0000}, + {1655, -805, 261, 0x1298}, + {1655, -805, 232, 0x12b8} + } +}; + +StandTile tile_1194 = { + 0x0e6a00, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1651, -813, 261, 0x1290}, + {1541, -813, 246, 0x0000}, + {1570, -813, 276, 0x12c4} + } +}; + +StandTile tile_1195 = { + 0x037c02, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1597, -813, 302, 0x12c8}, + {1651, -813, 261, 0x12c0}, + {1570, -813, 276, 0x138c} + } +}; + +StandTile tile_1196 = { + 0x037c01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1597, -813, 302, 0x0000}, + {1651, -813, 302, 0x0000}, + {1651, -813, 261, 0x12c4} + } +}; + +StandTile tile_1197 = { + 0x0e3502, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1490, -930, 356, 0x12d0}, + {1517, -921, 383, 0x12d8}, + {1490, -921, 356, 0x0000} + } +}; + +StandTile tile_1198 = { + 0x0e3501, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1490, -930, 356, 0x13ec}, + {1517, -930, 383, 0x0000}, + {1517, -921, 383, 0x12cc} + } +}; + +StandTile tile_1199 = { + 0x0e3402, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1490, -921, 356, 0x12d8}, + {1523, -921, 376, 0x12e0}, + {1496, -921, 349, 0x0000} + } +}; + +StandTile tile_1200 = { + 0x0e3401, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1490, -921, 356, 0x12cc}, + {1517, -921, 383, 0x0000}, + {1523, -921, 376, 0x12d4} + } +}; + +StandTile tile_1201 = { + 0x0e3302, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1496, -921, 349, 0x12e0}, + {1523, -912, 376, 0x12e8}, + {1496, -912, 349, 0x0000} + } +}; + +StandTile tile_1202 = { + 0x0e3301, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1496, -921, 349, 0x12d4}, + {1523, -921, 376, 0x0000}, + {1523, -912, 376, 0x12dc} + } +}; + +StandTile tile_1203 = { + 0x0e3202, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1496, -912, 349, 0x12e8}, + {1530, -912, 370, 0x12f0}, + {1503, -912, 343, 0x0000} + } +}; + +StandTile tile_1204 = { + 0x0e3201, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1496, -912, 349, 0x12dc}, + {1523, -912, 376, 0x0000}, + {1530, -912, 370, 0x12e4} + } +}; + +StandTile tile_1205 = { + 0x0e3102, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1503, -912, 343, 0x12f0}, + {1530, -903, 370, 0x12f8}, + {1503, -903, 343, 0x0000} + } +}; + +StandTile tile_1206 = { + 0x0e3101, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1503, -912, 343, 0x12e4}, + {1530, -912, 370, 0x0000}, + {1530, -903, 370, 0x12ec} + } +}; + +StandTile tile_1207 = { + 0x0e3002, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1503, -903, 343, 0x12f8}, + {1537, -903, 363, 0x1300}, + {1510, -903, 336, 0x0000} + } +}; + +StandTile tile_1208 = { + 0x0e3001, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1503, -903, 343, 0x12ec}, + {1530, -903, 370, 0x0000}, + {1537, -903, 363, 0x12f4} + } +}; + +StandTile tile_1209 = { + 0x0e2f02, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1510, -903, 336, 0x1300}, + {1537, -894, 363, 0x1308}, + {1510, -894, 336, 0x0000} + } +}; + +StandTile tile_1210 = { + 0x0e2f01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1510, -903, 336, 0x12f4}, + {1537, -903, 363, 0x0000}, + {1537, -894, 363, 0x12fc} + } +}; + +StandTile tile_1211 = { + 0x0e2e02, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1510, -894, 336, 0x1308}, + {1543, -894, 356, 0x1310}, + {1517, -894, 329, 0x0000} + } +}; + +StandTile tile_1212 = { + 0x0e2e01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1510, -894, 336, 0x12fc}, + {1537, -894, 363, 0x0000}, + {1543, -894, 356, 0x1304} + } +}; + +StandTile tile_1213 = { + 0x0e2d02, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1517, -894, 329, 0x1310}, + {1543, -885, 356, 0x1318}, + {1517, -885, 329, 0x0000} + } +}; + +StandTile tile_1214 = { + 0x0e2d01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1517, -894, 329, 0x1304}, + {1543, -894, 356, 0x0000}, + {1543, -885, 356, 0x130c} + } +}; + +StandTile tile_1215 = { + 0x0e2c02, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1517, -885, 329, 0x1318}, + {1550, -885, 349, 0x1320}, + {1523, -885, 323, 0x0000} + } +}; + +StandTile tile_1216 = { + 0x0e2c01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1517, -885, 329, 0x130c}, + {1543, -885, 356, 0x0000}, + {1550, -885, 349, 0x1314} + } +}; + +StandTile tile_1217 = { + 0x0e2b02, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1523, -885, 323, 0x1320}, + {1550, -876, 349, 0x1328}, + {1523, -876, 323, 0x0000} + } +}; + +StandTile tile_1218 = { + 0x0e2b01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1523, -885, 323, 0x1314}, + {1550, -885, 349, 0x0000}, + {1550, -876, 349, 0x131c} + } +}; + +StandTile tile_1219 = { + 0x0e2a02, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1523, -876, 323, 0x1328}, + {1557, -876, 343, 0x1330}, + {1530, -876, 316, 0x0000} + } +}; + +StandTile tile_1220 = { + 0x0e2a01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1523, -876, 323, 0x131c}, + {1550, -876, 349, 0x0000}, + {1557, -876, 343, 0x1324} + } +}; + +StandTile tile_1221 = { + 0x0e2902, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1530, -876, 316, 0x1330}, + {1557, -867, 343, 0x1338}, + {1530, -867, 316, 0x0000} + } +}; + +StandTile tile_1222 = { + 0x0e2901, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1530, -876, 316, 0x1324}, + {1557, -876, 343, 0x0000}, + {1557, -867, 343, 0x132c} + } +}; + +StandTile tile_1223 = { + 0x0e2802, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1530, -867, 316, 0x1338}, + {1564, -867, 336, 0x1340}, + {1537, -867, 309, 0x0000} + } +}; + +StandTile tile_1224 = { + 0x0e2801, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1530, -867, 316, 0x132c}, + {1557, -867, 343, 0x0000}, + {1564, -867, 336, 0x1334} + } +}; + +StandTile tile_1225 = { + 0x0e2702, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1537, -867, 309, 0x1340}, + {1564, -858, 336, 0x1348}, + {1537, -858, 309, 0x0000} + } +}; + +StandTile tile_1226 = { + 0x0e2701, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1537, -867, 309, 0x1334}, + {1564, -867, 336, 0x0000}, + {1564, -858, 336, 0x133c} + } +}; + +StandTile tile_1227 = { + 0x0e2602, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1537, -858, 309, 0x1348}, + {1570, -858, 329, 0x1350}, + {1543, -858, 302, 0x0000} + } +}; + +StandTile tile_1228 = { + 0x0e2601, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1537, -858, 309, 0x133c}, + {1564, -858, 336, 0x0000}, + {1570, -858, 329, 0x1344} + } +}; + +StandTile tile_1229 = { + 0x0e2502, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1543, -858, 302, 0x1350}, + {1570, -849, 329, 0x1358}, + {1543, -849, 302, 0x0000} + } +}; + +StandTile tile_1230 = { + 0x0e2501, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1543, -858, 302, 0x1344}, + {1570, -858, 329, 0x0000}, + {1570, -849, 329, 0x134c} + } +}; + +StandTile tile_1231 = { + 0x0e2402, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1543, -849, 302, 0x1358}, + {1577, -849, 323, 0x1360}, + {1550, -849, 296, 0x0000} + } +}; + +StandTile tile_1232 = { + 0x0e2401, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1543, -849, 302, 0x134c}, + {1570, -849, 329, 0x0000}, + {1577, -849, 323, 0x1354} + } +}; + +StandTile tile_1233 = { + 0x0e2302, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1550, -849, 296, 0x1360}, + {1577, -840, 323, 0x1368}, + {1550, -840, 296, 0x0000} + } +}; + +StandTile tile_1234 = { + 0x0e2301, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1550, -849, 296, 0x1354}, + {1577, -849, 323, 0x0000}, + {1577, -840, 323, 0x135c} + } +}; + +StandTile tile_1235 = { + 0x0e2202, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1550, -840, 296, 0x1368}, + {1584, -840, 316, 0x1370}, + {1557, -840, 289, 0x0000} + } +}; + +StandTile tile_1236 = { + 0x0e2201, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1550, -840, 296, 0x135c}, + {1577, -840, 323, 0x0000}, + {1584, -840, 316, 0x1364} + } +}; + +StandTile tile_1237 = { + 0x0e2102, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1557, -840, 289, 0x1370}, + {1584, -831, 316, 0x1378}, + {1557, -831, 289, 0x0000} + } +}; + +StandTile tile_1238 = { + 0x0e2101, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1557, -840, 289, 0x1364}, + {1584, -840, 316, 0x0000}, + {1584, -831, 316, 0x136c} + } +}; + +StandTile tile_1239 = { + 0x0e2002, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1557, -831, 289, 0x1378}, + {1591, -831, 309, 0x1380}, + {1564, -831, 282, 0x0000} + } +}; + +StandTile tile_1240 = { + 0x0e2001, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1557, -831, 289, 0x136c}, + {1584, -831, 316, 0x0000}, + {1591, -831, 309, 0x1374} + } +}; + +StandTile tile_1241 = { + 0x0e1f02, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1564, -831, 282, 0x1380}, + {1591, -822, 309, 0x1388}, + {1564, -822, 282, 0x0000} + } +}; + +StandTile tile_1242 = { + 0x0e1f01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1564, -831, 282, 0x1374}, + {1591, -831, 309, 0x0000}, + {1591, -822, 309, 0x137c} + } +}; + +StandTile tile_1243 = { + 0x0e1e02, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1564, -822, 282, 0x1388}, + {1597, -822, 302, 0x1390}, + {1570, -822, 276, 0x0000} + } +}; + +StandTile tile_1244 = { + 0x0e1e01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1564, -822, 282, 0x137c}, + {1591, -822, 309, 0x0000}, + {1597, -822, 302, 0x1384} + } +}; + +StandTile tile_1245 = { + 0x0e1d02, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1570, -813, 276, 0x1390}, + {1597, -822, 302, 0x0000}, + {1597, -813, 302, 0x12c4} + } +}; + +StandTile tile_1246 = { + 0x0e1d01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1570, -813, 276, 0x0000}, + {1570, -822, 276, 0x1384}, + {1597, -822, 302, 0x138c} + } +}; + +StandTile tile_1247 = { + 0x0e3b02, 0x0c, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1577, -930, 323, 0x1398}, + {1523, -930, 323, 0x0000}, + {1550, -930, 349, 0x13a0} + } +}; + +StandTile tile_1248 = { + 0x0e3b01, 0x0c, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1577, -930, 323, 0x13c4}, + {1550, -930, 296, 0x13b4}, + {1523, -930, 323, 0x1394} + } +}; + +StandTile tile_1249 = { + 0x0e4000, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1552, -930, 412, 0x13a0}, + {1550, -930, 349, 0x0000}, + {1517, -930, 383, 0x13f0} + } +}; + +StandTile tile_1250 = { + 0x0e4102, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1552, -930, 412, 0x13a4}, + {1577, -930, 323, 0x1394}, + {1550, -930, 349, 0x139c} + } +}; + +StandTile tile_1251 = { + 0x0e4101, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1552, -930, 412, 0x0000}, + {1633, -930, 314, 0x13c8}, + {1577, -930, 323, 0x13a0} + } +}; + +StandTile tile_1252 = { + 0x07a600, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1651, -930, 213, 0x1274}, + {1635, -930, 207, 0x13ac}, + {1608, -930, 251, 0x13d8} + } +}; + +StandTile tile_1253 = { + 0x07a700, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1635, -930, 207, 0x13b0}, + {1584, -930, 188, 0x13bc}, + {1608, -930, 251, 0x13a8} + } +}; + +StandTile tile_1254 = { + 0x07a200, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1651, -930, 190, 0x0000}, + {1584, -930, 188, 0x13ac}, + {1635, -930, 207, 0x1274} + } +}; + +StandTile tile_1255 = { + 0x0e3d02, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1550, -930, 296, 0x13b8}, + {1517, -930, 168, 0x13e0}, + {1523, -930, 323, 0x1398} + } +}; + +StandTile tile_1256 = { + 0x0e3d01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1550, -930, 296, 0x13bc}, + {1584, -930, 188, 0x0000}, + {1517, -930, 168, 0x13b4} + } +}; + +StandTile tile_1257 = { + 0x0e5e00, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1608, -930, 251, 0x13ac}, + {1584, -930, 188, 0x13b8}, + {1550, -930, 296, 0x13c0} + } +}; + +StandTile tile_1258 = { + 0x0e3e00, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1621, -930, 282, 0x13d4}, + {1608, -930, 251, 0x13bc}, + {1550, -930, 296, 0x13c4} + } +}; + +StandTile tile_1259 = { + 0x0e3f02, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1577, -930, 323, 0x13c8}, + {1621, -930, 282, 0x13c0}, + {1550, -930, 296, 0x1398} + } +}; + +StandTile tile_1260 = { + 0x0e3f01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1577, -930, 323, 0x13a4}, + {1633, -930, 314, 0x13cc}, + {1621, -930, 282, 0x13c4} + } +}; + +StandTile tile_1261 = { + 0x079f00, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1633, -930, 314, 0x13dc}, + {1648, -930, 286, 0x13d0}, + {1621, -930, 282, 0x13c8} + } +}; + +StandTile tile_1262 = { + 0x07ad00, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1648, -930, 286, 0x1270}, + {1651, -930, 280, 0x13d4}, + {1621, -930, 282, 0x13cc} + } +}; + +StandTile tile_1263 = { + 0x07ae00, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1651, -930, 280, 0x13d8}, + {1608, -930, 251, 0x13c0}, + {1621, -930, 282, 0x13d0} + } +}; + +StandTile tile_1264 = { + 0x07a800, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1651, -930, 280, 0x0000}, + {1651, -930, 213, 0x13a8}, + {1608, -930, 251, 0x13d4} + } +}; + +StandTile tile_1265 = { + 0x07a100, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1633, -930, 314, 0x0000}, + {1651, -930, 302, 0x1270}, + {1648, -930, 286, 0x13cc} + } +}; + +StandTile tile_1266 = { + 0x0e3c02, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1441, -930, 308, 0x13e4}, + {1523, -930, 323, 0x13b4}, + {1517, -930, 168, 0x13f4} + } +}; + +StandTile tile_1267 = { + 0x0e3c01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1441, -930, 308, 0x13e8}, + {1490, -930, 356, 0x0000}, + {1523, -930, 323, 0x13e0} + } +}; + +StandTile tile_1268 = { + 0x079c00, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1447, -930, 464, 0x13ec}, + {1490, -930, 356, 0x13e4}, + {1441, -930, 308, 0x13fc} + } +}; + +StandTile tile_1269 = { + 0x0e3900, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1447, -930, 464, 0x13f0}, + {1517, -930, 383, 0x12d0}, + {1490, -930, 356, 0x13e8} + } +}; + +StandTile tile_1270 = { + 0x0e3800, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1447, -930, 464, 0x0000}, + {1552, -930, 412, 0x139c}, + {1517, -930, 383, 0x13ec} + } +}; + +StandTile tile_1271 = { + 0x079a00, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1517, -930, 168, 0x0000}, + {1400, -930, 179, 0x1404}, + {1441, -930, 308, 0x13e0} + } +}; + +StandTile tile_1272 = { + 0x079200, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1347, -930, 326, 0x140c}, + {1279, -930, 262, 0x0000}, + {1259, -930, 351, 0x1254} + } +}; + +StandTile tile_1273 = { + 0x076a00, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1447, -930, 464, 0x13e8}, + {1441, -930, 308, 0x1400}, + {1397, -930, 395, 0x127c} + } +}; + +StandTile tile_1274 = { + 0x07e700, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1441, -930, 308, 0x1404}, + {1347, -930, 326, 0x128c}, + {1397, -930, 395, 0x13fc} + } +}; + +StandTile tile_1275 = { + 0x079900, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1400, -930, 179, 0x1408}, + {1347, -930, 326, 0x1400}, + {1441, -930, 308, 0x13f4} + } +}; + +StandTile tile_1276 = { + 0x079500, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1400, -930, 179, 0x0000}, + {1349, -930, 179, 0x140c}, + {1347, -930, 326, 0x1404} + } +}; + +StandTile tile_1277 = { + 0x079600, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1349, -930, 179, 0x126c}, + {1279, -930, 262, 0x13f8}, + {1347, -930, 326, 0x1408} + } +}; + +StandTile tile_1278 = { + 0x0e6702, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1664, -805, 261, 0x1414}, + {1711, -805, 232, 0x0000}, + {1664, -805, 232, 0x1294} + } +}; + +StandTile tile_1279 = { + 0x0e6701, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1664, -805, 261, 0x0000}, + {1711, -805, 261, 0x1418}, + {1711, -805, 232, 0x1410} + } +}; + +StandTile tile_1280 = { + 0x0e6602, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1711, -805, 261, 0x141c}, + {1722, -805, 232, 0x0000}, + {1711, -805, 232, 0x1414} + } +}; + +StandTile tile_1281 = { + 0x0e6601, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1711, -805, 261, 0x0000}, + {1722, -805, 261, 0x1420}, + {1722, -805, 232, 0x1418} + } +}; + +StandTile tile_1282 = { + 0x0e6502, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1722, -805, 261, 0x1424}, + {1725, -803, 233, 0x0000}, + {1722, -805, 232, 0x141c} + } +}; + +StandTile tile_1283 = { + 0x0e6501, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1722, -805, 261, 0x0000}, + {1725, -803, 260, 0x142c}, + {1725, -803, 233, 0x1420} + } +}; + +StandTile tile_1284 = { + 0x0e6802, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1728, -805, 232, 0x142c}, + {1725, -803, 260, 0x0000}, + {1728, -805, 261, 0x1430} + } +}; + +StandTile tile_1285 = { + 0x0e6801, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1728, -805, 232, 0x0000}, + {1725, -803, 233, 0x1424}, + {1725, -803, 260, 0x1428} + } +}; + +StandTile tile_1286 = { + 0x0e5d02, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1732, -813, 261, 0x1434}, + {1728, -805, 232, 0x1428}, + {1728, -805, 261, 0x0000} + } +}; + +StandTile tile_1287 = { + 0x0e5d01, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1732, -813, 261, 0x144c}, + {1732, -813, 232, 0x0000}, + {1728, -805, 232, 0x1430} + } +}; + +StandTile tile_1288 = { + 0x026002, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1826, -813, 220, 0x143c}, + {1785, -813, 314, 0x0000}, + {1826, -813, 273, 0x1464} + } +}; + +StandTile tile_1289 = { + 0x026001, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1826, -813, 220, 0x0000}, + {1785, -813, 179, 0x1448}, + {1785, -813, 314, 0x1438} + } +}; + +StandTile tile_1290 = { + 0x0e5b00, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1732, -813, 261, 0x0000}, + {1732, -813, 314, 0x0000}, + {1785, -813, 314, 0x1448} + } +}; + +StandTile tile_1291 = { + 0x0e5c00, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1785, -813, 179, 0x0000}, + {1732, -813, 179, 0x0000}, + {1732, -813, 232, 0x144c} + } +}; + +StandTile tile_1292 = { + 0x026102, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1785, -813, 179, 0x144c}, + {1732, -813, 261, 0x1440}, + {1785, -813, 314, 0x143c} + } +}; + +StandTile tile_1293 = { + 0x026101, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1785, -813, 179, 0x1444}, + {1732, -813, 232, 0x1434}, + {1732, -813, 261, 0x1448} + } +}; + +StandTile tile_1294 = { + 0x025d02, 0x09, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1994, -813, 139, 0x1454}, + {2047, -813, -2, 0x147c}, + {1994, -813, -2, 0x0000} + } +}; + +StandTile tile_1295 = { + 0x025d01, 0x09, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1994, -813, 139, 0x1458}, + {2047, -813, 166, 0x0000}, + {2047, -813, -2, 0x1450} + } +}; + +StandTile tile_1296 = { + 0x025e02, 0x09, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1913, -813, 220, 0x145c}, + {2047, -813, 166, 0x1454}, + {1994, -813, 139, 0x0000} + } +}; + +StandTile tile_1297 = { + 0x025e01, 0x09, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1913, -813, 220, 0x1460}, + {1940, -813, 273, 0x0000}, + {2047, -813, 166, 0x1458} + } +}; + +StandTile tile_1298 = { + 0x025f02, 0x09, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1913, -813, 220, 0x1464}, + {1826, -813, 273, 0x0000}, + {1940, -813, 273, 0x145c} + } +}; + +StandTile tile_1299 = { + 0x025f01, 0x09, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1913, -813, 220, 0x0000}, + {1826, -813, 220, 0x1438}, + {1826, -813, 273, 0x1460} + } +}; + +StandTile tile_1300 = { + 0x025b00, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1947, -813, -49, 0x146c}, + {1974, -813, -108, 0x0000}, + {1947, -813, -108, 0x0000} + } +}; + +StandTile tile_1301 = { + 0x06cc02, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1947, -813, -49, 0x1470}, + {2068, -813, -108, 0x1494}, + {1974, -813, -108, 0x1468} + } +}; + +StandTile tile_1302 = { + 0x06cc01, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1947, -813, -49, 0x1478}, + {2095, -813, -49, 0x1474}, + {2068, -813, -108, 0x146c} + } +}; + +StandTile tile_1303 = { + 0x06cd00, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2095, -813, -49, 0x0000}, + {2095, -813, -108, 0x0000}, + {2068, -813, -108, 0x1470} + } +}; + +StandTile tile_1304 = { + 0x025c02, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1994, -813, -2, 0x147c}, + {2095, -813, -49, 0x1470}, + {1947, -813, -49, 0x0000} + } +}; + +StandTile tile_1305 = { + 0x025c01, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1994, -813, -2, 0x1450}, + {2047, -813, -2, 0x0000}, + {2095, -813, -49, 0x1478} + } +}; + +StandTile tile_1306 = { + 0x0e7902, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2054, -777, -318, 0x1484}, + {2168, -786, -318, 0x0000}, + {2175, -777, -318, 0x151c} + } +}; + +StandTile tile_1307 = { + 0x0e7901, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2054, -777, -318, 0x0000}, + {2059, -786, -318, 0x14b0}, + {2168, -786, -318, 0x1480} + } +}; + +StandTile tile_1308 = { + 0x0e7102, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1974, -813, -121, 0x148c}, + {2068, -813, -116, 0x0000}, + {2068, -813, -121, 0x14c8} + } +}; + +StandTile tile_1309 = { + 0x0e7101, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1974, -813, -121, 0x0000}, + {1974, -813, -116, 0x1490}, + {2068, -813, -116, 0x1488} + } +}; + +StandTile tile_1310 = { + 0x010602, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1974, -813, -116, 0x1494}, + {2068, -813, -108, 0x0000}, + {2068, -813, -116, 0x148c} + } +}; + +StandTile tile_1311 = { + 0x010601, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1974, -813, -116, 0x0000}, + {1974, -813, -108, 0x146c}, + {2068, -813, -108, 0x1490} + } +}; + +StandTile tile_1312 = { + 0x010800, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1978, -813, -211, 0x14d4}, + {2079, -813, -211, 0x0000}, + {2081, -804, -211, 0x149c} + } +}; + +StandTile tile_1313 = { + 0x010900, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1974, -804, -211, 0x0000}, + {1978, -813, -211, 0x1498}, + {2081, -804, -211, 0x14c4} + } +}; + +StandTile tile_1314 = { + 0x010a00, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2005, -804, -249, 0x14c0}, + {2088, -804, -237, 0x0000}, + {2095, -795, -237, 0x14a4} + } +}; + +StandTile tile_1315 = { + 0x010b00, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2000, -795, -251, 0x0000}, + {2005, -804, -249, 0x14a0}, + {2095, -795, -237, 0x14bc} + } +}; + +StandTile tile_1316 = { + 0x010c00, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2043, -795, -289, 0x14b8}, + {2124, -795, -264, 0x0000}, + {2135, -786, -264, 0x14ac} + } +}; + +StandTile tile_1317 = { + 0x010d00, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2041, -786, -291, 0x0000}, + {2043, -795, -289, 0x14a8}, + {2135, -786, -264, 0x14b4} + } +}; + +StandTile tile_1318 = { + 0x010e02, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2059, -786, -318, 0x14b4}, + {2135, -786, -264, 0x0000}, + {2168, -786, -318, 0x1484} + } +}; + +StandTile tile_1319 = { + 0x010e01, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2059, -786, -318, 0x0000}, + {2041, -786, -291, 0x14ac}, + {2135, -786, -264, 0x14b0} + } +}; + +StandTile tile_1320 = { + 0x010f02, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2043, -795, -289, 0x14bc}, + {2095, -795, -237, 0x0000}, + {2124, -795, -264, 0x14a8} + } +}; + +StandTile tile_1321 = { + 0x010f01, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2043, -795, -289, 0x0000}, + {2000, -795, -251, 0x14a4}, + {2095, -795, -237, 0x14b8} + } +}; + +StandTile tile_1322 = { + 0x011002, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2005, -804, -249, 0x14c4}, + {2081, -804, -211, 0x0000}, + {2088, -804, -237, 0x14a0} + } +}; + +StandTile tile_1323 = { + 0x011001, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2005, -804, -249, 0x0000}, + {1974, -804, -211, 0x149c}, + {2081, -804, -211, 0x14c0} + } +}; + +StandTile tile_1324 = { + 0x011100, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2068, -813, -137, 0x14cc}, + {1974, -813, -121, 0x1488}, + {2068, -813, -121, 0x0000} + } +}; + +StandTile tile_1325 = { + 0x084500, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2068, -813, -137, 0x14d0}, + {1974, -813, -137, 0x0000}, + {1974, -813, -121, 0x14c8} + } +}; + +StandTile tile_1326 = { + 0x084600, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2068, -813, -137, 0x14d4}, + {1978, -813, -211, 0x14dc}, + {1974, -813, -137, 0x14cc} + } +}; + +StandTile tile_1327 = { + 0x084400, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2068, -813, -137, 0x14d8}, + {2079, -813, -211, 0x1498}, + {1978, -813, -211, 0x14d0} + } +}; + +StandTile tile_1328 = { + 0x084300, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2068, -813, -137, 0x0000}, + {2094, -813, -136, 0x0000}, + {2079, -813, -211, 0x14d4} + } +}; + +StandTile tile_1329 = { + 0x084200, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1978, -813, -211, 0x0000}, + {1947, -813, -137, 0x0000}, + {1974, -813, -137, 0x14d0} + } +}; + +StandTile tile_1330 = { + 0x0e8302, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2016, -759, -408, 0x14e4}, + {2038, -750, -502, 0x1524}, + {2016, -750, -408, 0x0000} + } +}; + +StandTile tile_1331 = { + 0x0e8301, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2016, -759, -408, 0x1510}, + {2038, -759, -502, 0x0000}, + {2038, -750, -502, 0x14e0} + } +}; + +StandTile tile_1332 = { + 0x0e7802, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2153, -777, -395, 0x14ec}, + {2054, -768, -350, 0x0000}, + {2054, -777, -350, 0x1518} + } +}; + +StandTile tile_1333 = { + 0x0e7801, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2153, -777, -395, 0x0000}, + {2153, -768, -395, 0x150c}, + {2054, -768, -350, 0x14e8} + } +}; + +StandTile tile_1334 = { + 0x0e8502, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2045, -768, -383, 0x14f4}, + {2103, -759, -473, 0x1514}, + {2045, -759, -383, 0x0000} + } +}; + +StandTile tile_1335 = { + 0x0e8501, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2045, -768, -383, 0x1508}, + {2103, -768, -473, 0x0000}, + {2103, -759, -473, 0x14f0} + } +}; + +StandTile tile_1336 = { + 0x0e7c02, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1987, -741, -520, 0x14fc}, + {1987, -750, -405, 0x1520}, + {1987, -750, -520, 0x0000} + } +}; + +StandTile tile_1337 = { + 0x0e7c01, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1987, -741, -520, 0x152c}, + {1987, -741, -405, 0x0000}, + {1987, -750, -405, 0x14f8} + } +}; + +StandTile tile_1338 = { + 0x010202, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1947, -741, -526, 0x1504}, + {1947, -733, -392, 0x0000}, + {1947, -741, -399, 0x1528} + } +}; + +StandTile tile_1339 = { + 0x010201, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1947, -741, -526, 0x0000}, + {1947, -733, -538, 0x1544}, + {1947, -733, -392, 0x1500} + } +}; + +StandTile tile_1340 = { + 0x00fe02, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2045, -768, -383, 0x150c}, + {2153, -768, -395, 0x0000}, + {2103, -768, -473, 0x14f4} + } +}; + +StandTile tile_1341 = { + 0x00fe01, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2045, -768, -383, 0x0000}, + {2054, -768, -350, 0x14ec}, + {2153, -768, -395, 0x1508} + } +}; + +StandTile tile_1342 = { + 0x00ff02, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2016, -759, -408, 0x1514}, + {2103, -759, -473, 0x0000}, + {2038, -759, -502, 0x14e4} + } +}; + +StandTile tile_1343 = { + 0x00ff01, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2016, -759, -408, 0x0000}, + {2045, -759, -383, 0x14f0}, + {2103, -759, -473, 0x1510} + } +}; + +StandTile tile_1344 = { + 0x010002, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2054, -777, -350, 0x151c}, + {2175, -777, -318, 0x0000}, + {2153, -777, -395, 0x14e8} + } +}; + +StandTile tile_1345 = { + 0x010001, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2054, -777, -350, 0x0000}, + {2054, -777, -318, 0x1480}, + {2175, -777, -318, 0x1518} + } +}; + +StandTile tile_1346 = { + 0x0e8202, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2016, -750, -408, 0x1524}, + {1987, -750, -520, 0x14f8}, + {1987, -750, -405, 0x0000} + } +}; + +StandTile tile_1347 = { + 0x0e8201, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2016, -750, -408, 0x14e0}, + {2038, -750, -502, 0x0000}, + {1987, -750, -520, 0x1520} + } +}; + +StandTile tile_1348 = { + 0x010302, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1947, -741, -399, 0x152c}, + {1987, -741, -520, 0x0000}, + {1947, -741, -526, 0x1500} + } +}; + +StandTile tile_1349 = { + 0x010301, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1947, -741, -399, 0x0000}, + {1987, -741, -405, 0x14fc}, + {1987, -741, -520, 0x1528} + } +}; + +StandTile tile_1350 = { + 0x0e6402, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1782, -725, -485, 0x1534}, + {1779, -722, -457, 0x0000}, + {1782, -725, -456, 0x153c} + } +}; + +StandTile tile_1351 = { + 0x0e6401, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1782, -725, -485, 0x0000}, + {1779, -722, -484, 0x1584}, + {1779, -722, -457, 0x1530} + } +}; + +StandTile tile_1352 = { + 0x0e5a02, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1785, -733, -485, 0x153c}, + {1782, -725, -456, 0x0000}, + {1785, -733, -456, 0x1560} + } +}; + +StandTile tile_1353 = { + 0x0e5a01, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1785, -733, -485, 0x0000}, + {1782, -725, -485, 0x1530}, + {1782, -725, -456, 0x1538} + } +}; + +StandTile tile_1354 = { + 0x00f500, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1947, -733, -392, 0x1544}, + {1866, -733, -472, 0x1550}, + {1906, -733, -392, 0x0000} + } +}; + +StandTile tile_1355 = { + 0x076500, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1947, -733, -392, 0x1504}, + {1947, -733, -538, 0x1548}, + {1866, -733, -472, 0x1540} + } +}; + +StandTile tile_1356 = { + 0x076400, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1947, -733, -538, 0x0000}, + {1906, -733, -540, 0x154c}, + {1866, -733, -472, 0x1544} + } +}; + +StandTile tile_1357 = { + 0x076200, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1906, -733, -540, 0x0000}, + {1866, -733, -533, 0x1554}, + {1866, -733, -472, 0x1548} + } +}; + +StandTile tile_1358 = { + 0x076000, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1866, -733, -472, 0x156c}, + {1866, -733, -410, 0x0000}, + {1906, -733, -392, 0x1540} + } +}; + +StandTile tile_1359 = { + 0x075e00, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1866, -733, -533, 0x0000}, + {1826, -733, -520, 0x1558}, + {1866, -733, -472, 0x154c} + } +}; + +StandTile tile_1360 = { + 0x076600, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1826, -733, -520, 0x0000}, + {1785, -733, -520, 0x1564}, + {1866, -733, -472, 0x1554} + } +}; + +StandTile tile_1361 = { + 0x0e5800, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1785, -733, -456, 0x0000}, + {1785, -733, -423, 0x1568}, + {1866, -733, -472, 0x1560} + } +}; + +StandTile tile_1362 = { + 0x0e5900, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1785, -733, -485, 0x1538}, + {1785, -733, -456, 0x155c}, + {1866, -733, -472, 0x1564} + } +}; + +StandTile tile_1363 = { + 0x075f00, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1785, -733, -520, 0x0000}, + {1785, -733, -485, 0x1560}, + {1866, -733, -472, 0x1558} + } +}; + +StandTile tile_1364 = { + 0x076100, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1785, -733, -423, 0x0000}, + {1826, -733, -412, 0x156c}, + {1866, -733, -472, 0x155c} + } +}; + +StandTile tile_1365 = { + 0x076300, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1826, -733, -412, 0x0000}, + {1866, -733, -410, 0x1550}, + {1866, -733, -472, 0x1568} + } +}; + +StandTile tile_1366 = { + 0x0e6202, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1718, -725, -456, 0x1574}, + {1765, -725, -485, 0x0000}, + {1718, -725, -485, 0x1588} + } +}; + +StandTile tile_1367 = { + 0x0e6201, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1718, -725, -456, 0x0000}, + {1765, -725, -456, 0x1578}, + {1765, -725, -485, 0x1570} + } +}; + +StandTile tile_1368 = { + 0x0e6102, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1765, -725, -456, 0x157c}, + {1775, -725, -485, 0x0000}, + {1765, -725, -485, 0x1574} + } +}; + +StandTile tile_1369 = { + 0x0e6101, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1765, -725, -456, 0x0000}, + {1775, -725, -456, 0x1580}, + {1775, -725, -485, 0x1578} + } +}; + +StandTile tile_1370 = { + 0x0e6002, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1775, -725, -456, 0x1584}, + {1779, -722, -484, 0x0000}, + {1775, -725, -485, 0x157c} + } +}; + +StandTile tile_1371 = { + 0x0e6001, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1775, -725, -456, 0x0000}, + {1779, -722, -457, 0x1534}, + {1779, -722, -484, 0x1580} + } +}; + +StandTile tile_1372 = { + 0x0e6302, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1709, -725, -485, 0x158c}, + {1718, -725, -456, 0x1570}, + {1718, -725, -485, 0x0000} + } +}; + +StandTile tile_1373 = { + 0x0e6301, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1709, -725, -485, 0x1598}, + {1709, -725, -456, 0x0000}, + {1718, -725, -456, 0x1588} + } +}; + +StandTile tile_1374 = { + 0x0e5700, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1705, -733, -485, 0x15b4}, + {1624, -733, -475, 0x15b8}, + {1705, -733, -456, 0x1594} + } +}; + +StandTile tile_1375 = { + 0x0e5602, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1705, -733, -456, 0x1598}, + {1709, -725, -485, 0x0000}, + {1705, -733, -485, 0x1590} + } +}; + +StandTile tile_1376 = { + 0x0e5601, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1705, -733, -456, 0x0000}, + {1709, -725, -456, 0x158c}, + {1709, -725, -485, 0x1594} + } +}; + +StandTile tile_1377 = { + 0x075b00, 0x03, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1543, -733, -506, 0x1628}, + {1543, -733, -475, 0x15d0}, + {1624, -733, -475, 0x15a0} + } +}; + +StandTile tile_1378 = { + 0x075200, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1543, -733, -526, 0x0000}, + {1543, -733, -506, 0x159c}, + {1624, -733, -475, 0x15a4} + } +}; + +StandTile tile_1379 = { + 0x074f00, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1584, -733, -526, 0x0000}, + {1543, -733, -526, 0x15a0}, + {1624, -733, -475, 0x15a8} + } +}; + +StandTile tile_1380 = { + 0x075000, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1624, -733, -535, 0x0000}, + {1584, -733, -526, 0x15a4}, + {1624, -733, -475, 0x15ac} + } +}; + +StandTile tile_1381 = { + 0x075500, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1664, -733, -522, 0x0000}, + {1624, -733, -535, 0x15a8}, + {1624, -733, -475, 0x15b0} + } +}; + +StandTile tile_1382 = { + 0x075900, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1705, -733, -522, 0x0000}, + {1664, -733, -522, 0x15ac}, + {1624, -733, -475, 0x15b4} + } +}; + +StandTile tile_1383 = { + 0x0e5400, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1705, -733, -485, 0x0000}, + {1705, -733, -522, 0x15b0}, + {1624, -733, -475, 0x1590} + } +}; + +StandTile tile_1384 = { + 0x075800, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1705, -733, -399, 0x0000}, + {1705, -733, -456, 0x1590}, + {1624, -733, -475, 0x15bc} + } +}; + +StandTile tile_1385 = { + 0x075400, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1664, -733, -410, 0x0000}, + {1705, -733, -399, 0x15b8}, + {1624, -733, -475, 0x15c0} + } +}; + +StandTile tile_1386 = { + 0x075100, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1624, -733, -399, 0x0000}, + {1664, -733, -410, 0x15bc}, + {1624, -733, -475, 0x15c4} + } +}; + +StandTile tile_1387 = { + 0x074e00, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1584, -733, -419, 0x0000}, + {1624, -733, -399, 0x15c0}, + {1624, -733, -475, 0x15c8} + } +}; + +StandTile tile_1388 = { + 0x075300, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1543, -733, -423, 0x0000}, + {1584, -733, -419, 0x15c4}, + {1624, -733, -475, 0x15cc} + } +}; + +StandTile tile_1389 = { + 0x075700, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1543, -733, -444, 0x0000}, + {1543, -733, -423, 0x15c8}, + {1624, -733, -475, 0x15d0} + } +}; + +StandTile tile_1390 = { + 0x0def00, 0x03, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1543, -733, -444, 0x15cc}, + {1624, -733, -475, 0x159c}, + {1543, -733, -475, 0x162c} + } +}; + +StandTile tile_1391 = { + 0x074c00, 0x02, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1543, -733, -506, 0x0000}, + {1521, -733, -506, 0x15d8}, + {1515, -733, -475, 0x1628} + } +}; + +StandTile tile_1392 = { + 0x072b00, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1515, -733, -475, 0x15d4}, + {1521, -733, -506, 0x15dc}, + {1496, -733, -472, 0x1620} + } +}; + +StandTile tile_1393 = { + 0x074a00, 0x02, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1521, -733, -506, 0x0000}, + {1521, -733, -526, 0x15e0}, + {1496, -733, -472, 0x15d8} + } +}; + +StandTile tile_1394 = { + 0x074800, 0x02, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1521, -733, -526, 0x0000}, + {1481, -733, -522, 0x15e4}, + {1496, -733, -472, 0x15dc} + } +}; + +StandTile tile_1395 = { + 0x074700, 0x02, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1481, -733, -522, 0x0000}, + {1445, -733, -493, 0x15e8}, + {1496, -733, -472, 0x15e0} + } +}; + +StandTile tile_1396 = { + 0x074900, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1445, -733, -493, 0x15ec}, + {1477, -733, -468, 0x1618}, + {1496, -733, -472, 0x15e4} + } +}; + +StandTile tile_1397 = { + 0x072a00, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1477, -733, -468, 0x15e8}, + {1445, -733, -493, 0x15f0}, + {1470, -733, -460, 0x161c} + } +}; + +StandTile tile_1398 = { + 0x072d00, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1470, -733, -460, 0x15ec}, + {1445, -733, -493, 0x15f4}, + {1466, -733, -441, 0x1610} + } +}; + +StandTile tile_1399 = { + 0x074400, 0x02, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1445, -733, -493, 0x0000}, + {1420, -733, -457, 0x15f8}, + {1466, -733, -441, 0x15f0} + } +}; + +StandTile tile_1400 = { + 0x074200, 0x02, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1420, -733, -457, 0x0000}, + {1411, -733, -417, 0x15fc}, + {1466, -733, -441, 0x15f4} + } +}; + +StandTile tile_1401 = { + 0x074100, 0x02, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1411, -733, -417, 0x0000}, + {1431, -733, -417, 0x1604}, + {1466, -733, -441, 0x15f8} + } +}; + +StandTile tile_1402 = { + 0x073f00, 0x02, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1463, -733, -422, 0x1604}, + {1431, -733, -417, 0x0000}, + {1431, -733, -394, 0x1630} + } +}; + +StandTile tile_1403 = { + 0x074b00, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1431, -733, -417, 0x1600}, + {1463, -733, -422, 0x1608}, + {1466, -733, -441, 0x15fc} + } +}; + +StandTile tile_1404 = { + 0x072400, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1494, -733, -428, 0x1610}, + {1466, -733, -441, 0x1604}, + {1463, -733, -422, 0x160c} + } +}; + +StandTile tile_1405 = { + 0x074000, 0x02, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1494, -733, -394, 0x0000}, + {1494, -733, -428, 0x1608}, + {1463, -733, -422, 0x1634} + } +}; + +StandTile tile_1406 = { + 0x074300, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1494, -733, -428, 0x1614}, + {1470, -733, -460, 0x15f0}, + {1466, -733, -441, 0x1608} + } +}; + +StandTile tile_1407 = { + 0x072500, 0x02, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1494, -733, -428, 0x0000}, + {1510, -733, -444, 0x161c}, + {1470, -733, -460, 0x1610} + } +}; + +StandTile tile_1408 = { + 0x072600, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1510, -733, -444, 0x1620}, + {1496, -733, -472, 0x15e8}, + {1477, -733, -468, 0x161c} + } +}; + +StandTile tile_1409 = { + 0x074500, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1510, -733, -444, 0x1618}, + {1477, -733, -468, 0x15ec}, + {1470, -733, -460, 0x1614} + } +}; + +StandTile tile_1410 = { + 0x074600, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1510, -733, -444, 0x1624}, + {1515, -733, -475, 0x15d8}, + {1496, -733, -472, 0x1618} + } +}; + +StandTile tile_1411 = { + 0x072700, 0x02, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1510, -733, -444, 0x0000}, + {1543, -733, -444, 0x162c}, + {1515, -733, -475, 0x1620} + } +}; + +StandTile tile_1412 = { + 0x0dee00, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1543, -733, -506, 0x15d4}, + {1515, -733, -475, 0x162c}, + {1543, -733, -475, 0x159c} + } +}; + +StandTile tile_1413 = { + 0x075a00, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1515, -733, -475, 0x1624}, + {1543, -733, -444, 0x15d0}, + {1543, -733, -475, 0x1628} + } +}; + +StandTile tile_1414 = { + 0x075d00, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1463, -733, -422, 0x1600}, + {1431, -733, -394, 0x1684}, + {1463, -733, -394, 0x1634} + } +}; + +StandTile tile_1415 = { + 0x0dea00, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1494, -733, -394, 0x160c}, + {1463, -733, -422, 0x1630}, + {1463, -733, -394, 0x1680} + } +}; + +StandTile tile_1416 = { + 0x072000, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1494, -733, -394, 0x1680}, + {1463, -733, -334, 0x163c}, + {1510, -733, -394, 0x0000} + } +}; + +StandTile tile_1417 = { + 0x073400, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1463, -733, -334, 0x1640}, + {1514, -733, -354, 0x0000}, + {1510, -733, -394, 0x1638} + } +}; + +StandTile tile_1418 = { + 0x073000, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1463, -733, -334, 0x1644}, + {1510, -733, -314, 0x0000}, + {1514, -733, -354, 0x163c} + } +}; + +StandTile tile_1419 = { + 0x073600, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1463, -733, -334, 0x1648}, + {1510, -733, -273, 0x0000}, + {1510, -733, -314, 0x1640} + } +}; + +StandTile tile_1420 = { + 0x073800, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1463, -733, -334, 0x164c}, + {1487, -733, -273, 0x0000}, + {1510, -733, -273, 0x1644} + } +}; + +StandTile tile_1421 = { + 0x073d00, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1463, -733, -334, 0x1664}, + {1463, -733, -273, 0x167c}, + {1487, -733, -273, 0x1648} + } +}; + +StandTile tile_1422 = { + 0x073100, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1431, -733, -394, 0x0000}, + {1411, -733, -394, 0x1654}, + {1463, -733, -334, 0x1684} + } +}; + +StandTile tile_1423 = { + 0x073300, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1411, -733, -394, 0x0000}, + {1416, -733, -354, 0x1658}, + {1463, -733, -334, 0x1650} + } +}; + +StandTile tile_1424 = { + 0x072f00, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1416, -733, -354, 0x0000}, + {1411, -733, -314, 0x165c}, + {1463, -733, -334, 0x1654} + } +}; + +StandTile tile_1425 = { + 0x073500, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1411, -733, -314, 0x0000}, + {1416, -733, -273, 0x1660}, + {1463, -733, -334, 0x1658} + } +}; + +StandTile tile_1426 = { + 0x073700, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1416, -733, -273, 0x0000}, + {1438, -733, -273, 0x1664}, + {1463, -733, -334, 0x165c} + } +}; + +StandTile tile_1427 = { + 0x073e00, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1438, -733, -273, 0x1668}, + {1463, -733, -273, 0x164c}, + {1463, -733, -334, 0x1660} + } +}; + +StandTile tile_1428 = { + 0x072200, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1438, -733, -273, 0x0000}, + {1443, -733, -269, 0x166c}, + {1463, -733, -273, 0x1664} + } +}; + +StandTile tile_1429 = { + 0x073c00, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1443, -733, -269, 0x0000}, + {1443, -733, -264, 0x1674}, + {1463, -733, -273, 0x1668} + } +}; + +StandTile tile_1430 = { + 0x0ea700, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1463, -733, -264, 0x0050}, + {1483, -733, -264, 0x1678}, + {1463, -733, -273, 0x1674} + } +}; + +StandTile tile_1431 = { + 0x073b00, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1443, -733, -264, 0x004c}, + {1463, -733, -264, 0x1670}, + {1463, -733, -273, 0x166c} + } +}; + +StandTile tile_1432 = { + 0x073a00, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1483, -733, -264, 0x0000}, + {1483, -733, -269, 0x167c}, + {1463, -733, -273, 0x1670} + } +}; + +StandTile tile_1433 = { + 0x073900, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1483, -733, -269, 0x0000}, + {1487, -733, -273, 0x164c}, + {1463, -733, -273, 0x1678} + } +}; + +StandTile tile_1434 = { + 0x075c00, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1494, -733, -394, 0x1634}, + {1463, -733, -394, 0x1684}, + {1463, -733, -334, 0x1638} + } +}; + +StandTile tile_1435 = { + 0x0deb00, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1431, -733, -394, 0x1650}, + {1463, -733, -334, 0x1680}, + {1463, -733, -394, 0x1630} + } +}; + +StandTile tile_1436 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_crad_all_p_stanZ.c b/assets/obseg/stan/Tbg_crad_all_p_stanZ.c new file mode 100644 index 0000000..37d059d --- /dev/null +++ b/assets/obseg/stan/Tbg_crad_all_p_stanZ.c @@ -0,0 +1,9794 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:12 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_crad_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x12, 0x18, 0x00, 0x00, 0x13, 0x88, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x19, 0x28, 0x00, 0x00, 0x1d, 0xe8, 0x00, 0x00, 0x29, 0xd0, 0x00, 0x00, 0x31, 0x58, 0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x00601a, 0x24, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {927, 140, -557, 0x0014}, + {722, 183, -582, 0x001c}, + {722, 183, -557, 0x0000} + } +}; + +StandTile tile_1 = { + 0x006019, 0x24, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {927, 140, -557, 0x0028}, + {927, 140, -582, 0x0000}, + {722, 183, -582, 0x0010} + } +}; + +StandTile tile_2 = { + 0x00491a, 0x24, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {722, 183, -557, 0x001c}, + {517, 233, -582, 0x0024}, + {517, 233, -557, 0x0000} + } +}; + +StandTile tile_3 = { + 0x004919, 0x24, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {722, 183, -557, 0x0010}, + {722, 183, -582, 0x0000}, + {517, 233, -582, 0x0018} + } +}; + +StandTile tile_4 = { + 0x00441a, 0x24, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {517, 233, -557, 0x0024}, + {313, 291, -585, 0x0060}, + {313, 291, -553, 0x0000} + } +}; + +StandTile tile_5 = { + 0x004419, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {517, 233, -557, 0x0018}, + {517, 233, -582, 0x0000}, + {313, 291, -585, 0x0020} + } +}; + +StandTile tile_6 = { + 0x004e1a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1131, 104, -557, 0x002c}, + {927, 140, -582, 0x0014}, + {927, 140, -557, 0x0000} + } +}; + +StandTile tile_7 = { + 0x004e19, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1131, 104, -557, 0x0030}, + {1131, 104, -582, 0x0000}, + {927, 140, -582, 0x0028} + } +}; + +StandTile tile_8 = { + 0x00691a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1336, 75, -557, 0x0034}, + {1131, 104, -582, 0x002c}, + {1131, 104, -557, 0x0000} + } +}; + +StandTile tile_9 = { + 0x006919, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1336, 75, -557, 0x0038}, + {1336, 75, -582, 0x0000}, + {1131, 104, -582, 0x0030} + } +}; + +StandTile tile_10 = { + 0x006e1a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1541, 54, -557, 0x003c}, + {1336, 75, -582, 0x0034}, + {1336, 75, -557, 0x0000} + } +}; + +StandTile tile_11 = { + 0x006e19, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1541, 54, -557, 0x0050}, + {1541, 54, -582, 0x0000}, + {1336, 75, -582, 0x0038} + } +}; + +StandTile tile_12 = { + 0x00531a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2360, 40, -548, 0x0044}, + {2155, 32, -582, 0x004c}, + {2155, 32, -557, 0x0000} + } +}; + +StandTile tile_13 = { + 0x005319, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2360, 40, -548, 0x0427}, + {2360, 40, -582, 0x0000}, + {2155, 32, -582, 0x0040} + } +}; + +StandTile tile_14 = { + 0x00581a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2155, 32, -557, 0x004c}, + {1950, 32, -582, 0x005c}, + {1950, 32, -557, 0x0000} + } +}; + +StandTile tile_15 = { + 0x005819, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2155, 32, -557, 0x0040}, + {2155, 32, -582, 0x0000}, + {1950, 32, -582, 0x0048} + } +}; + +StandTile tile_16 = { + 0x00741a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1746, 40, -557, 0x0054}, + {1541, 54, -582, 0x003c}, + {1541, 54, -557, 0x0000} + } +}; + +StandTile tile_17 = { + 0x007419, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1746, 40, -557, 0x0058}, + {1746, 40, -582, 0x0000}, + {1541, 54, -582, 0x0050} + } +}; + +StandTile tile_18 = { + 0x00791a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1950, 32, -557, 0x005c}, + {1746, 40, -582, 0x0054}, + {1746, 40, -557, 0x0000} + } +}; + +StandTile tile_19 = { + 0x007919, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1950, 32, -557, 0x0048}, + {1950, 32, -582, 0x0000}, + {1746, 40, -582, 0x0058} + } +}; + +StandTile tile_20 = { + 0x00711a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {313, 291, -585, 0x0065}, + {241, 291, -539, 0x01ea}, + {313, 291, -539, 0x0000}, + {313, 291, -553, 0x0020} + } +}; + +StandTile tile_21 = { + 0x007119, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {313, 291, -585, 0x0000}, + {287, 291, -585, 0x0000}, + {241, 291, -539, 0x0060} + } +}; + +StandTile tile_22 = { + 0x02b71a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-651, 291, 44, 0x006d}, + {-621, 291, 0, 0x0000}, + {-635, 291, 6, 0x0071} + } +}; + +StandTile tile_23 = { + 0x02b719, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-651, 291, 44, 0x0000}, + {-587, 291, 61, 0x0142}, + {-621, 291, 0, 0x0069} + } +}; + +StandTile tile_24 = { + 0x00ab18, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-663, 291, 22, 0x0000}, + {-651, 291, 44, 0x0069}, + {-635, 291, 6, 0x0085} + } +}; + +StandTile tile_25 = { + 0x037c1a, 0x23, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-946, 140, -524, 0x0079}, + {-865, 183, -334, 0x0081}, + {-843, 183, -347, 0x0000} + } +}; + +StandTile tile_26 = { + 0x037c19, 0x23, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-946, 140, -524, 0x008d}, + {-967, 140, -512, 0x0000}, + {-865, 183, -334, 0x0075} + } +}; + +StandTile tile_27 = { + 0x03771a, 0x23, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-843, 183, -347, 0x0081}, + {-763, 233, -157, 0x0089}, + {-741, 233, -170, 0x0000} + } +}; + +StandTile tile_28 = { + 0x037719, 0x23, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-843, 183, -347, 0x0075}, + {-865, 183, -334, 0x0000}, + {-763, 233, -157, 0x007d} + } +}; + +StandTile tile_29 = { + 0x03721a, 0x23, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-741, 233, -170, 0x0089}, + {-663, 291, 22, 0x0071}, + {-635, 291, 6, 0x0000} + } +}; + +StandTile tile_30 = { + 0x037219, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-741, 233, -170, 0x007d}, + {-763, 233, -157, 0x0000}, + {-663, 291, 22, 0x0085} + } +}; + +StandTile tile_31 = { + 0x036d1a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1048, 104, -702, 0x0091}, + {-967, 140, -512, 0x0079}, + {-946, 140, -524, 0x0000} + } +}; + +StandTile tile_32 = { + 0x036d19, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1048, 104, -702, 0x0095}, + {-1070, 104, -689, 0x0000}, + {-967, 140, -512, 0x008d} + } +}; + +StandTile tile_33 = { + 0x03681a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1150, 75, -879, 0x0099}, + {-1070, 104, -689, 0x0091}, + {-1048, 104, -702, 0x0000} + } +}; + +StandTile tile_34 = { + 0x036819, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1150, 75, -879, 0x009d}, + {-1172, 75, -866, 0x0000}, + {-1070, 104, -689, 0x0095} + } +}; + +StandTile tile_35 = { + 0x03631a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 54, -1056, 0x00a1}, + {-1172, 75, -866, 0x0099}, + {-1150, 75, -879, 0x0000} + } +}; + +StandTile tile_36 = { + 0x036319, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 54, -1056, 0x00b5}, + {-1274, 54, -1044, 0x0000}, + {-1172, 75, -866, 0x009d} + } +}; + +StandTile tile_37 = { + 0x035e1a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1655, 40, -1770, 0x00a9}, + {-1582, 32, -1575, 0x00b1}, + {-1560, 32, -1588, 0x0000} + } +}; + +StandTile tile_38 = { + 0x035e19, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1655, 40, -1770, 0x0369}, + {-1684, 40, -1753, 0x0000}, + {-1582, 32, -1575, 0x00a5} + } +}; + +StandTile tile_39 = { + 0x03591a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1560, 32, -1588, 0x00b1}, + {-1479, 32, -1398, 0x00c1}, + {-1457, 32, -1411, 0x0000} + } +}; + +StandTile tile_40 = { + 0x035919, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1560, 32, -1588, 0x00a5}, + {-1582, 32, -1575, 0x0000}, + {-1479, 32, -1398, 0x00ad} + } +}; + +StandTile tile_41 = { + 0x03541a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1355, 40, -1233, 0x00b9}, + {-1274, 54, -1044, 0x00a1}, + {-1253, 54, -1056, 0x0000} + } +}; + +StandTile tile_42 = { + 0x035419, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1355, 40, -1233, 0x00bd}, + {-1377, 40, -1221, 0x0000}, + {-1274, 54, -1044, 0x00b5} + } +}; + +StandTile tile_43 = { + 0x034f1a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1457, 32, -1411, 0x00c1}, + {-1377, 40, -1221, 0x00b9}, + {-1355, 40, -1233, 0x0000} + } +}; + +StandTile tile_44 = { + 0x034f19, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1457, 32, -1411, 0x00ad}, + {-1479, 32, -1398, 0x0000}, + {-1377, 40, -1221, 0x00bd} + } +}; + +StandTile tile_45 = { + 0x00e51a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {351, 291, 563, 0x00ca}, + {346, 291, 478, 0x018e}, + {309, 291, 539, 0x0000}, + {323, 291, 547, 0x00de} + } +}; + +StandTile tile_46 = { + 0x00e519, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 291, 563, 0x0000}, + {363, 291, 542, 0x0000}, + {346, 291, 478, 0x00c5} + } +}; + +StandTile tile_47 = { + 0x03b51a, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {15, 140, 1078, 0x00d2}, + {140, 183, 915, 0x00da}, + {118, 183, 902, 0x0000} + } +}; + +StandTile tile_48 = { + 0x03b519, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {15, 140, 1078, 0x00e6}, + {37, 140, 1091, 0x0000}, + {140, 183, 915, 0x00ce} + } +}; + +StandTile tile_49 = { + 0x03b01a, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {118, 183, 902, 0x00da}, + {244, 233, 738, 0x00e2}, + {222, 233, 725, 0x0000} + } +}; + +StandTile tile_50 = { + 0x03b019, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {118, 183, 902, 0x00ce}, + {140, 183, 915, 0x0000}, + {244, 233, 738, 0x00d6} + } +}; + +StandTile tile_51 = { + 0x03ab1a, 0x22, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {222, 233, 725, 0x00e2}, + {351, 291, 563, 0x00c5}, + {323, 291, 547, 0x0000} + } +}; + +StandTile tile_52 = { + 0x03ab19, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {222, 233, 725, 0x00d6}, + {244, 233, 738, 0x0000}, + {351, 291, 563, 0x00de} + } +}; + +StandTile tile_53 = { + 0x03a61a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-89, 104, 1255, 0x00ea}, + {37, 140, 1091, 0x00d2}, + {15, 140, 1078, 0x0000} + } +}; + +StandTile tile_54 = { + 0x03a619, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-89, 104, 1255, 0x00ee}, + {-67, 104, 1268, 0x0000}, + {37, 140, 1091, 0x00e6} + } +}; + +StandTile tile_55 = { + 0x03a11a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-192, 75, 1432, 0x00f2}, + {-67, 104, 1268, 0x00ea}, + {-89, 104, 1255, 0x0000} + } +}; + +StandTile tile_56 = { + 0x03a119, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-192, 75, 1432, 0x00f6}, + {-171, 75, 1444, 0x0000}, + {-67, 104, 1268, 0x00ee} + } +}; + +StandTile tile_57 = { + 0x039c1a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-296, 54, 1608, 0x00fa}, + {-171, 75, 1444, 0x00f2}, + {-192, 75, 1432, 0x0000} + } +}; + +StandTile tile_58 = { + 0x039c19, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-296, 54, 1608, 0x010e}, + {-274, 54, 1621, 0x0000}, + {-171, 75, 1444, 0x00f6} + } +}; + +StandTile tile_59 = { + 0x03971a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-718, 40, 2310, 0x0102}, + {-585, 32, 2151, 0x010a}, + {-607, 32, 2138, 0x0000} + } +}; + +StandTile tile_60 = { + 0x039719, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-718, 40, 2310, 0x02ac}, + {-689, 40, 2327, 0x0000}, + {-585, 32, 2151, 0x00fe} + } +}; + +StandTile tile_61 = { + 0x03921a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-607, 32, 2138, 0x010a}, + {-482, 32, 1974, 0x011a}, + {-503, 32, 1961, 0x0000} + } +}; + +StandTile tile_62 = { + 0x039219, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-607, 32, 2138, 0x00fe}, + {-585, 32, 2151, 0x0000}, + {-482, 32, 1974, 0x0106} + } +}; + +StandTile tile_63 = { + 0x038d1a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-400, 40, 1785, 0x0112}, + {-274, 54, 1621, 0x00fa}, + {-296, 54, 1608, 0x0000} + } +}; + +StandTile tile_64 = { + 0x038d19, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-400, 40, 1785, 0x0116}, + {-378, 40, 1797, 0x0000}, + {-274, 54, 1621, 0x010e} + } +}; + +StandTile tile_65 = { + 0x03881a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-503, 32, 1961, 0x011a}, + {-378, 40, 1797, 0x0112}, + {-400, 40, 1785, 0x0000} + } +}; + +StandTile tile_66 = { + 0x038819, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-503, 32, 1961, 0x0106}, + {-482, 32, 1974, 0x0000}, + {-378, 40, 1797, 0x0116} + } +}; + +StandTile tile_67 = { + 0x01b21b, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-439, 291, 245, 0x0122}, + {-348, 291, 475, 0x0136}, + {-317, 291, 457, 0x0000} + } +}; + +StandTile tile_68 = { + 0x01b21a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-439, 291, 245, 0x0126}, + {-587, 291, 61, 0x0000}, + {-348, 291, 475, 0x011e} + } +}; + +StandTile tile_69 = { + 0x01b219, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-439, 291, 245, 0x0000}, + {-557, 291, 47, 0x0146}, + {-587, 291, 61, 0x0122} + } +}; + +StandTile tile_70 = { + 0x01151a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-291, 291, 503, 0x012e}, + {-284, 291, 438, 0x0000}, + {-317, 291, 457, 0x0136} + } +}; + +StandTile tile_71 = { + 0x011519, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-291, 291, 503, 0x016a}, + {-269, 291, 463, 0x0000}, + {-284, 291, 438, 0x012a} + } +}; + +StandTile tile_72 = { + 0x01141a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-291, 291, 503, 0x0136}, + {-348, 291, 475, 0x0000}, + {-313, 291, 539, 0x016e} + } +}; + +StandTile tile_73 = { + 0x011419, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-291, 291, 503, 0x012a}, + {-317, 291, 457, 0x011e}, + {-348, 291, 475, 0x0132} + } +}; + +StandTile tile_74 = { + 0x00fe1a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-539, 291, 0, 0x013e}, + {-557, 291, 47, 0x0000}, + {-521, 291, 29, 0x0000} + } +}; + +StandTile tile_75 = { + 0x00fe19, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-539, 291, 0, 0x021e}, + {-582, 291, 0, 0x0146}, + {-557, 291, 47, 0x013a} + } +}; + +StandTile tile_76 = { + 0x00fd1a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-587, 291, 61, 0x0146}, + {-582, 291, 0, 0x0222}, + {-621, 291, 0, 0x006d} + } +}; + +StandTile tile_77 = { + 0x00fd19, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-587, 291, 61, 0x0126}, + {-557, 291, 47, 0x013e}, + {-582, 291, 0, 0x0142} + } +}; + +StandTile tile_78 = { + 0x01191a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {291, 291, 503, 0x014e}, + {237, 291, 463, 0x0000}, + {237, 291, 503, 0x0156} + } +}; + +StandTile tile_79 = { + 0x011919, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {291, 291, 503, 0x018a}, + {269, 291, 463, 0x0000}, + {237, 291, 463, 0x014a} + } +}; + +StandTile tile_80 = { + 0x01181a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {291, 291, 503, 0x0156}, + {237, 291, 539, 0x0000}, + {309, 291, 539, 0x018e} + } +}; + +StandTile tile_81 = { + 0x011819, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {291, 291, 503, 0x014a}, + {237, 291, 503, 0x0162}, + {237, 291, 539, 0x0152} + } +}; + +StandTile tile_82 = { + 0x011718, 0x20, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 291, 503, 0x024a}, + {-7, 291, 503, 0x0176}, + {11, 291, 539, 0x015e} + } +}; + +StandTile tile_83 = { + 0x01161a, 0x20, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {11, 291, 539, 0x0162}, + {237, 291, 503, 0x0000}, + {29, 291, 503, 0x015a} + } +}; + +StandTile tile_84 = { + 0x011619, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11, 291, 539, 0x0000}, + {237, 291, 539, 0x0156}, + {237, 291, 503, 0x015e} + } +}; + +StandTile tile_85 = { + 0x01011a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-269, 291, 463, 0x016a}, + {-241, 291, 503, 0x0000}, + {-241, 291, 463, 0x0000} + } +}; + +StandTile tile_86 = { + 0x010119, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-269, 291, 463, 0x012e}, + {-291, 291, 503, 0x0172}, + {-241, 291, 503, 0x0166} + } +}; + +StandTile tile_87 = { + 0x01001a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-241, 291, 539, 0x0172}, + {-291, 291, 503, 0x0132}, + {-313, 291, 539, 0x0000} + } +}; + +StandTile tile_88 = { + 0x010019, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-241, 291, 539, 0x017a}, + {-241, 291, 503, 0x016a}, + {-291, 291, 503, 0x016e} + } +}; + +StandTile tile_89 = { + 0x00ff1a, 0x20, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-7, 291, 503, 0x017a}, + {-241, 291, 539, 0x0000}, + {11, 291, 539, 0x015a} + } +}; + +StandTile tile_90 = { + 0x00ff19, 0x20, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-7, 291, 503, 0x0000}, + {-241, 291, 503, 0x0172}, + {-241, 291, 539, 0x0176} + } +}; + +StandTile tile_91 = { + 0x01b01a, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {585, 291, 65, 0x0182}, + {316, 291, 460, 0x0192}, + {346, 291, 478, 0x0000} + } +}; + +StandTile tile_92 = { + 0x01b019, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {585, 291, 65, 0x01a2}, + {553, 291, 47, 0x0000}, + {316, 291, 460, 0x017e} + } +}; + +StandTile tile_93 = { + 0x00f21a, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {269, 291, 463, 0x018a}, + {316, 291, 460, 0x0000}, + {284, 291, 442, 0x0000} + } +}; + +StandTile tile_94 = { + 0x00f219, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {269, 291, 463, 0x014e}, + {291, 291, 503, 0x0192}, + {316, 291, 460, 0x0186} + } +}; + +StandTile tile_95 = { + 0x00f11a, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {346, 291, 478, 0x0192}, + {291, 291, 503, 0x0152}, + {309, 291, 539, 0x00c5} + } +}; + +StandTile tile_96 = { + 0x00f119, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {346, 291, 478, 0x017e}, + {316, 291, 460, 0x018a}, + {291, 291, 503, 0x018e} + } +}; + +StandTile tile_97 = { + 0x01051a, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {578, 291, 0, 0x019a}, + {521, 291, 29, 0x0000}, + {553, 291, 47, 0x01a2} + } +}; + +StandTile tile_98 = { + 0x010519, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {578, 291, 0, 0x01c6}, + {535, 291, 0, 0x0000}, + {521, 291, 29, 0x0196} + } +}; + +StandTile tile_99 = { + 0x01041a, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {578, 291, 0, 0x01a2}, + {585, 291, 65, 0x0000}, + {621, 291, 0, 0x01ca} + } +}; + +StandTile tile_100 = { + 0x010419, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {578, 291, 0, 0x0196}, + {553, 291, 47, 0x0182}, + {585, 291, 65, 0x019e} + } +}; + +StandTile tile_101 = { + 0x01091a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {291, 291, -503, 0x01aa}, + {284, 291, -442, 0x0000}, + {317, 291, -457, 0x01b2} + } +}; + +StandTile tile_102 = { + 0x010919, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {291, 291, -503, 0x01e6}, + {269, 291, -467, 0x0000}, + {284, 291, -442, 0x01a6} + } +}; + +StandTile tile_103 = { + 0x01081a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {291, 291, -503, 0x01b2}, + {349, 291, -475, 0x0000}, + {313, 291, -539, 0x01ea} + } +}; + +StandTile tile_104 = { + 0x010819, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {291, 291, -503, 0x01a6}, + {317, 291, -457, 0x01be}, + {349, 291, -475, 0x01ae} + } +}; + +StandTile tile_105 = { + 0x010718, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {421, 291, -276, 0x0242}, + {439, 291, -245, 0x01d2}, + {461, 291, -279, 0x01ba} + } +}; + +StandTile tile_106 = { + 0x01061a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {461, 291, -279, 0x01be}, + {317, 291, -457, 0x0000}, + {421, 291, -276, 0x01b6} + } +}; + +StandTile tile_107 = { + 0x010619, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {461, 291, -279, 0x0000}, + {349, 291, -475, 0x01b2}, + {317, 291, -457, 0x01ba} + } +}; + +StandTile tile_108 = { + 0x00f51a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {535, 291, 0, 0x01c6}, + {553, 291, -47, 0x0000}, + {521, 291, -29, 0x0000} + } +}; + +StandTile tile_109 = { + 0x00f519, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {535, 291, 0, 0x019a}, + {578, 291, 0, 0x01ce}, + {553, 291, -47, 0x01c2} + } +}; + +StandTile tile_110 = { + 0x00f41a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {585, 291, -65, 0x01ce}, + {578, 291, 0, 0x019e}, + {621, 291, 0, 0x0000} + } +}; + +StandTile tile_111 = { + 0x00f419, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {585, 291, -65, 0x01d6}, + {553, 291, -47, 0x01c6}, + {578, 291, 0, 0x01ca} + } +}; + +StandTile tile_112 = { + 0x00f31a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {439, 291, -245, 0x01d6}, + {585, 291, -65, 0x0000}, + {461, 291, -279, 0x01b6} + } +}; + +StandTile tile_113 = { + 0x00f319, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {439, 291, -245, 0x0000}, + {553, 291, -47, 0x01ce}, + {585, 291, -65, 0x01d2} + } +}; + +StandTile tile_114 = { + 0x01ae1a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-237, 291, -539, 0x01de}, + {241, 291, -503, 0x01ee}, + {241, 291, -539, 0x0000} + } +}; + +StandTile tile_115 = { + 0x01ae19, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-237, 291, -539, 0x01fe}, + {-237, 291, -503, 0x0000}, + {241, 291, -503, 0x01da} + } +}; + +StandTile tile_116 = { + 0x00f81a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {269, 291, -467, 0x01e6}, + {241, 291, -503, 0x0000}, + {241, 291, -467, 0x0000} + } +}; + +StandTile tile_117 = { + 0x00f819, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {269, 291, -467, 0x01aa}, + {291, 291, -503, 0x01ee}, + {241, 291, -503, 0x01e2} + } +}; + +StandTile tile_118 = { + 0x00f71a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {241, 291, -539, 0x01ee}, + {291, 291, -503, 0x01ae}, + {313, 291, -539, 0x0060} + } +}; + +StandTile tile_119 = { + 0x00f719, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {241, 291, -539, 0x01da}, + {241, 291, -503, 0x01e6}, + {291, 291, -503, 0x01ea} + } +}; + +StandTile tile_120 = { + 0x010d1a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-291, 291, -503, 0x01f6}, + {-237, 291, -467, 0x0000}, + {-237, 291, -503, 0x01fe} + } +}; + +StandTile tile_121 = { + 0x010d19, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-291, 291, -503, 0x0206}, + {-269, 291, -467, 0x0000}, + {-237, 291, -467, 0x01f2} + } +}; + +StandTile tile_122 = { + 0x010c1a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-291, 291, -503, 0x01fe}, + {-237, 291, -539, 0x0000}, + {-313, 291, -539, 0x020a} + } +}; + +StandTile tile_123 = { + 0x010c19, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-291, 291, -503, 0x01f2}, + {-237, 291, -503, 0x01de}, + {-237, 291, -539, 0x01fa} + } +}; + +StandTile tile_124 = { + 0x00fb1a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-269, 291, -467, 0x0206}, + {-316, 291, -460, 0x0000}, + {-284, 291, -442, 0x0000} + } +}; + +StandTile tile_125 = { + 0x00fb19, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-269, 291, -467, 0x01f6}, + {-291, 291, -503, 0x020e}, + {-316, 291, -460, 0x0202} + } +}; + +StandTile tile_126 = { + 0x00fa1a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-346, 291, -478, 0x020e}, + {-291, 291, -503, 0x01fa}, + {-313, 291, -539, 0x0000} + } +}; + +StandTile tile_127 = { + 0x00fa19, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-346, 291, -478, 0x0216}, + {-316, 291, -460, 0x0206}, + {-291, 291, -503, 0x020a} + } +}; + +StandTile tile_128 = { + 0x00f91a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-432, 291, -258, 0x0216}, + {-346, 291, -478, 0x0000}, + {-472, 291, -260, 0x022a} + } +}; + +StandTile tile_129 = { + 0x00f919, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-432, 291, -258, 0x0000}, + {-316, 291, -460, 0x020e}, + {-346, 291, -478, 0x0212} + } +}; + +StandTile tile_130 = { + 0x01111a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-582, 291, 0, 0x021e}, + {-520, 291, -29, 0x0000}, + {-553, 291, -47, 0x0226} + } +}; + +StandTile tile_131 = { + 0x011119, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-582, 291, 0, 0x013e}, + {-539, 291, 0, 0x0000}, + {-520, 291, -29, 0x021a} + } +}; + +StandTile tile_132 = { + 0x01101a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-582, 291, 0, 0x0226}, + {-585, 291, -64, 0x0000}, + {-621, 291, 0, 0x0142} + } +}; + +StandTile tile_133 = { + 0x011019, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-582, 291, 0, 0x021a}, + {-553, 291, -47, 0x0232}, + {-585, 291, -64, 0x0222} + } +}; + +StandTile tile_134 = { + 0x010f18, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-450, 291, -227, 0x023a}, + {-432, 291, -258, 0x0212}, + {-472, 291, -260, 0x022e} + } +}; + +StandTile tile_135 = { + 0x010e1a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-472, 291, -260, 0x0232}, + {-553, 291, -47, 0x0000}, + {-450, 291, -227, 0x022a} + } +}; + +StandTile tile_136 = { + 0x010e19, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-472, 291, -260, 0x0000}, + {-585, 291, -64, 0x0226}, + {-553, 291, -47, 0x022e} + } +}; + +StandTile tile_137 = { + 0x01241a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-432, 291, -258, 0x023a}, + {-57, 79, 0, 0x06fe}, + {-40, 79, -31, 0x0000} + } +}; + +StandTile tile_138 = { + 0x012419, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-432, 291, -258, 0x022a}, + {-450, 291, -227, 0x0000}, + {-57, 79, 0, 0x0236} + } +}; + +StandTile tile_139 = { + 0x011f1a, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {439, 291, -245, 0x0242}, + {29, 79, -50, 0x0708}, + {47, 79, -19, 0x0000} + } +}; + +StandTile tile_140 = { + 0x011f19, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {439, 291, -245, 0x01b6}, + {421, 291, -276, 0x0000}, + {29, 79, -50, 0x023e} + } +}; + +StandTile tile_141 = { + 0x011a1a, 0x19, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-7, 291, 503, 0x024a}, + {29, 79, 50, 0x06f5}, + {-7, 79, 50, 0x0000} + } +}; + +StandTile tile_142 = { + 0x011a19, 0x19, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-7, 291, 503, 0x015a}, + {29, 291, 503, 0x0000}, + {29, 79, 50, 0x0246} + } +}; + +StandTile tile_143 = { + 0x083a1a, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-660, 130, 2371, 0x0252}, + {-689, 130, 2327, 0x0266}, + {-701, 130, 2347, 0x0256} + } +}; + +StandTile tile_144 = { + 0x083a19, 0x15, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-660, 130, 2371, 0x0000}, + {-648, 130, 2351, 0x0000}, + {-689, 130, 2327, 0x024e} + } +}; + +StandTile tile_145 = { + 0x08391a, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-692, 130, 2379, 0x025a}, + {-660, 130, 2371, 0x024e}, + {-701, 130, 2347, 0x025e} + } +}; + +StandTile tile_146 = { + 0x083919, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-692, 130, 2379, 0x0290}, + {-672, 130, 2391, 0x0000}, + {-660, 130, 2371, 0x0256} + } +}; + +StandTile tile_147 = { + 0x083818, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-713, 130, 2368, 0x0000}, + {-692, 130, 2379, 0x0256}, + {-701, 130, 2347, 0x0000} + } +}; + +StandTile tile_148 = { + 0x08361a, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-701, 130, 2347, 0x0266}, + {-729, 130, 2303, 0x026e}, + {-741, 130, 2324, 0x0000} + } +}; + +StandTile tile_149 = { + 0x083619, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-701, 130, 2347, 0x024e}, + {-689, 130, 2327, 0x0000}, + {-729, 130, 2303, 0x0262} + } +}; + +StandTile tile_150 = { + 0x08331a, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-793, 130, 2320, 0x026e}, + {-729, 130, 2303, 0x0000}, + {-770, 130, 2280, 0x0000} + } +}; + +StandTile tile_151 = { + 0x083319, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 5, + 0x0, 0x2, 0x4, + { + {-793, 130, 2320, 0x0274}, + {-773, 130, 2332, 0x0000}, + {-753, 130, 2344, 0x0000}, + {-741, 130, 2324, 0x0262}, + {-729, 130, 2303, 0x026a} + } +}; + +StandTile tile_152 = { + 0x08311a, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-793, 130, 2320, 0x0278}, + {-797, 130, 2372, 0x0000}, + {-773, 130, 2332, 0x026e} + } +}; + +StandTile tile_153 = { + 0x083119, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-793, 130, 2320, 0x0000}, + {-817, 130, 2361, 0x0288}, + {-797, 130, 2372, 0x0274} + } +}; + +StandTile tile_154 = { + 0x082d1a, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-760, 130, 2448, 0x0280}, + {-789, 130, 2404, 0x0000}, + {-800, 130, 2425, 0x0000} + } +}; + +StandTile tile_155 = { + 0x082d19, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-760, 130, 2448, 0x0000}, + {-748, 130, 2428, 0x0000}, + {-789, 130, 2404, 0x027c} + } +}; + +StandTile tile_156 = { + 0x082c18, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-800, 130, 2425, 0x0000}, + {-777, 130, 2384, 0x0000}, + {-797, 130, 2372, 0x0288} + } +}; + +StandTile tile_157 = { + 0x082a1a, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-817, 130, 2361, 0x028c}, + {-800, 130, 2425, 0x0284}, + {-797, 130, 2372, 0x0278} + } +}; + +StandTile tile_158 = { + 0x082a19, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-817, 130, 2361, 0x0000}, + {-841, 130, 2401, 0x0000}, + {-800, 130, 2425, 0x0288} + } +}; + +StandTile tile_159 = { + 0x082918, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-696, 130, 2432, 0x0000}, + {-672, 130, 2391, 0x025a}, + {-692, 130, 2379, 0x0000} + } +}; + +StandTile tile_160 = { + 0x07cc18, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-701, 40, 2347, 0x0000}, + {-713, 40, 2368, 0x0000}, + {-692, 40, 2379, 0x029c} + } +}; + +StandTile tile_161 = { + 0x07cb1a, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-701, 40, 2347, 0x029c}, + {-672, 40, 2391, 0x0000}, + {-660, 40, 2371, 0x02a4} + } +}; + +StandTile tile_162 = { + 0x07cb19, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-701, 40, 2347, 0x0294}, + {-692, 40, 2379, 0x02fb}, + {-672, 40, 2391, 0x0298} + } +}; + +StandTile tile_163 = { + 0x07c91a, 0x15, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-689, 40, 2327, 0x02a4}, + {-660, 40, 2371, 0x0000}, + {-648, 40, 2351, 0x0000} + } +}; + +StandTile tile_164 = { + 0x07c919, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-689, 40, 2327, 0x02ac}, + {-701, 40, 2347, 0x0298}, + {-660, 40, 2371, 0x02a0} + } +}; + +StandTile tile_165 = { + 0x07c71a, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-701, 40, 2347, 0x02ac}, + {-729, 40, 2303, 0x02b9}, + {-741, 40, 2324, 0x0000} + } +}; + +StandTile tile_166 = { + 0x07c719, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-701, 40, 2347, 0x02a4}, + {-689, 40, 2327, 0x0102}, + {-718, 40, 2310, 0x0000}, + {-729, 40, 2303, 0x02a8} + } +}; + +StandTile tile_167 = { + 0x088418, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-773, 40, 2332, 0x0000}, + {-753, 40, 2344, 0x0000}, + {-741, 40, 2324, 0x02c1} + } +}; + +StandTile tile_168 = { + 0x08871a, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-741, 40, 2324, 0x02b9}, + {-770, 40, 2280, 0x0000}, + {-782, 40, 2300, 0x02bd} + } +}; + +StandTile tile_169 = { + 0x088719, 0x15, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-741, 40, 2324, 0x02a8}, + {-729, 40, 2303, 0x0000}, + {-770, 40, 2280, 0x02b5} + } +}; + +StandTile tile_170 = { + 0x07c41a, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-793, 40, 2320, 0x02c1}, + {-741, 40, 2324, 0x02b5}, + {-782, 40, 2300, 0x0000} + } +}; + +StandTile tile_171 = { + 0x07c419, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-793, 40, 2320, 0x02c5}, + {-773, 40, 2332, 0x02b1}, + {-741, 40, 2324, 0x02bd} + } +}; + +StandTile tile_172 = { + 0x07c21a, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 5, + 0x0, 0x1, 0x4, + { + {-793, 40, 2320, 0x02cb}, + {-797, 40, 2372, 0x0000}, + {-794, 40, 2367, 0x0303}, + {-776, 40, 2337, 0x0000}, + {-773, 40, 2332, 0x02c1} + } +}; + +StandTile tile_173 = { + 0x07c219, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-793, 40, 2320, 0x0000}, + {-817, 40, 2361, 0x02f3}, + {-797, 40, 2372, 0x02c5} + } +}; + +StandTile tile_174 = { + 0x07c118, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-716, 40, 2420, 0x0000}, + {-736, 40, 2408, 0x0000}, + {-748, 40, 2428, 0x02d3} + } +}; + +StandTile tile_175 = { + 0x07c01a, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-708, 40, 2452, 0x02d7}, + {-716, 40, 2420, 0x02cf}, + {-748, 40, 2428, 0x02db} + } +}; + +StandTile tile_176 = { + 0x07c019, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-708, 40, 2452, 0x0000}, + {-696, 40, 2432, 0x02ff}, + {-716, 40, 2420, 0x02d3} + } +}; + +StandTile tile_177 = { + 0x07bf1a, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-760, 40, 2448, 0x02df}, + {-708, 40, 2452, 0x02d3}, + {-748, 40, 2428, 0x02e7} + } +}; + +StandTile tile_178 = { + 0x07bf19, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-760, 40, 2448, 0x0000}, + {-720, 40, 2472, 0x0000}, + {-708, 40, 2452, 0x02db} + } +}; + +StandTile tile_179 = { + 0x07be1a, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-760, 40, 2448, 0x02e7}, + {-789, 40, 2404, 0x02ef}, + {-800, 40, 2425, 0x0000} + } +}; + +StandTile tile_180 = { + 0x07be19, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-760, 40, 2448, 0x02db}, + {-748, 40, 2428, 0x0000}, + {-789, 40, 2404, 0x02e3} + } +}; + +StandTile tile_181 = { + 0x088318, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-789, 40, 2404, 0x0000}, + {-777, 40, 2384, 0x0000}, + {-797, 40, 2372, 0x02ef} + } +}; + +StandTile tile_182 = { + 0x07bd18, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-800, 40, 2425, 0x02e3}, + {-789, 40, 2404, 0x02eb}, + {-797, 40, 2372, 0x02f3} + } +}; + +StandTile tile_183 = { + 0x07bb1a, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-817, 40, 2361, 0x02f7}, + {-800, 40, 2425, 0x02ef}, + {-797, 40, 2372, 0x02cb} + } +}; + +StandTile tile_184 = { + 0x07bb19, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-817, 40, 2361, 0x0000}, + {-841, 40, 2401, 0x0000}, + {-800, 40, 2425, 0x02f3} + } +}; + +StandTile tile_185 = { + 0x07ba18, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-696, 40, 2432, 0x0000}, + {-672, 40, 2391, 0x029c}, + {-692, 40, 2379, 0x02ff} + } +}; + +StandTile tile_186 = { + 0x07b918, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-692, 40, 2379, 0x0000}, + {-716, 40, 2420, 0x02d7}, + {-696, 40, 2432, 0x02fb} + } +}; + +StandTile tile_187 = { + 0x07b518, 0x15, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-776, 40, 2337, 0x02c5}, + {-794, 40, 2367, 0x0000}, + {-764, 40, 2385, 0x0307} + } +}; + +StandTile tile_188 = { + 0x07b418, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-746, 40, 2355, 0x0000}, + {-776, 40, 2337, 0x0303}, + {-764, 40, 2385, 0x0000} + } +}; + +StandTile tile_189 = { + 0x06a21a, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1736, 130, -1750, 0x030f}, + {-1684, 130, -1753, 0x0323}, + {-1696, 130, -1773, 0x0313} + } +}; + +StandTile tile_190 = { + 0x06a219, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1736, 130, -1750, 0x0000}, + {-1724, 130, -1729, 0x0000}, + {-1684, 130, -1753, 0x030b} + } +}; + +StandTile tile_191 = { + 0x06a11a, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1728, 130, -1782, 0x0317}, + {-1736, 130, -1750, 0x030b}, + {-1696, 130, -1773, 0x031b} + } +}; + +StandTile tile_192 = { + 0x06a119, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1728, 130, -1782, 0x034d}, + {-1748, 130, -1770, 0x0000}, + {-1736, 130, -1750, 0x0313} + } +}; + +StandTile tile_193 = { + 0x06a018, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1707, 130, -1793, 0x0000}, + {-1728, 130, -1782, 0x0313}, + {-1696, 130, -1773, 0x0000} + } +}; + +StandTile tile_194 = { + 0x069e1a, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1696, 130, -1773, 0x0323}, + {-1643, 130, -1776, 0x032b}, + {-1655, 130, -1796, 0x0000} + } +}; + +StandTile tile_195 = { + 0x069e19, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1696, 130, -1773, 0x030b}, + {-1684, 130, -1753, 0x0000}, + {-1643, 130, -1776, 0x031f} + } +}; + +StandTile tile_196 = { + 0x069b1a, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1626, 130, -1840, 0x032b}, + {-1643, 130, -1776, 0x0000}, + {-1603, 130, -1800, 0x0000} + } +}; + +StandTile tile_197 = { + 0x069b19, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-1626, 130, -1840, 0x0000}, + {-1667, 130, -1817, 0x0000}, + {-1655, 130, -1796, 0x031f}, + {-1643, 130, -1776, 0x0327} + } +}; + +StandTile tile_198 = { + 0x06991a, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1626, 130, -1840, 0x0334}, + {-1670, 130, -1869, 0x0000}, + {-1646, 130, -1828, 0x0000} + } +}; + +StandTile tile_199 = { + 0x069919, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1626, 130, -1840, 0x0000}, + {-1650, 130, -1881, 0x0345}, + {-1670, 130, -1869, 0x0330} + } +}; + +StandTile tile_200 = { + 0x06951a, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1754, 130, -1874, 0x033c}, + {-1702, 130, -1878, 0x0340}, + {-1714, 130, -1898, 0x0000} + } +}; + +StandTile tile_201 = { + 0x069519, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1754, 130, -1874, 0x0000}, + {-1742, 130, -1854, 0x0000}, + {-1702, 130, -1878, 0x0338} + } +}; + +StandTile tile_202 = { + 0x069418, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {-1714, 130, -1898, 0x0338}, + {-1702, 130, -1878, 0x0000}, + {-1690, 130, -1857, 0x0000}, + {-1670, 130, -1869, 0x0345} + } +}; + +StandTile tile_203 = { + 0x06921a, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1650, 130, -1881, 0x0349}, + {-1714, 130, -1898, 0x0340}, + {-1670, 130, -1869, 0x0334} + } +}; + +StandTile tile_204 = { + 0x069219, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1650, 130, -1881, 0x0000}, + {-1673, 130, -1921, 0x0000}, + {-1714, 130, -1898, 0x0345} + } +}; + +StandTile tile_205 = { + 0x069118, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1771, 130, -1810, 0x0000}, + {-1748, 130, -1770, 0x0317}, + {-1728, 130, -1782, 0x0000} + } +}; + +StandTile tile_206 = { + 0x063418, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1696, 40, -1773, 0x0000}, + {-1707, 40, -1793, 0x0000}, + {-1728, 40, -1782, 0x0359} + } +}; + +StandTile tile_207 = { + 0x06331a, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1696, 40, -1773, 0x0359}, + {-1748, 40, -1770, 0x0000}, + {-1736, 40, -1750, 0x0361} + } +}; + +StandTile tile_208 = { + 0x063319, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1696, 40, -1773, 0x0351}, + {-1728, 40, -1782, 0x03b8}, + {-1748, 40, -1770, 0x0355} + } +}; + +StandTile tile_209 = { + 0x06311a, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1684, 40, -1753, 0x0361}, + {-1736, 40, -1750, 0x0000}, + {-1724, 40, -1729, 0x0000} + } +}; + +StandTile tile_210 = { + 0x063119, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1684, 40, -1753, 0x0369}, + {-1696, 40, -1773, 0x0355}, + {-1736, 40, -1750, 0x035d} + } +}; + +StandTile tile_211 = { + 0x062f1a, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1696, 40, -1773, 0x0369}, + {-1643, 40, -1776, 0x0376}, + {-1655, 40, -1796, 0x0000} + } +}; + +StandTile tile_212 = { + 0x062f19, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-1696, 40, -1773, 0x0361}, + {-1684, 40, -1753, 0x00a9}, + {-1655, 40, -1770, 0x0000}, + {-1643, 40, -1776, 0x0365} + } +}; + +StandTile tile_213 = { + 0x087d18, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1646, 40, -1828, 0x0000}, + {-1667, 40, -1817, 0x0000}, + {-1655, 40, -1796, 0x037e} + } +}; + +StandTile tile_214 = { + 0x08801a, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1655, 40, -1796, 0x0376}, + {-1603, 40, -1800, 0x0000}, + {-1614, 40, -1820, 0x037a} + } +}; + +StandTile tile_215 = { + 0x088019, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1655, 40, -1796, 0x0365}, + {-1643, 40, -1776, 0x0000}, + {-1603, 40, -1800, 0x0372} + } +}; + +StandTile tile_216 = { + 0x062c1a, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1626, 40, -1840, 0x037e}, + {-1655, 40, -1796, 0x0372}, + {-1614, 40, -1820, 0x0000} + } +}; + +StandTile tile_217 = { + 0x062c19, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1626, 40, -1840, 0x0382}, + {-1646, 40, -1828, 0x036e}, + {-1655, 40, -1796, 0x037a} + } +}; + +StandTile tile_218 = { + 0x062a1a, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 5, + 0x0, 0x1, 0x4, + { + {-1626, 40, -1840, 0x0388}, + {-1670, 40, -1869, 0x0000}, + {-1667, 40, -1864, 0x03c0}, + {-1649, 40, -1834, 0x0000}, + {-1646, 40, -1828, 0x037e} + } +}; + +StandTile tile_219 = { + 0x062a19, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1626, 40, -1840, 0x0000}, + {-1650, 40, -1881, 0x03b0}, + {-1670, 40, -1869, 0x0382} + } +}; + +StandTile tile_220 = { + 0x062918, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1751, 40, -1822, 0x0000}, + {-1731, 40, -1834, 0x0000}, + {-1742, 40, -1854, 0x0390} + } +}; + +StandTile tile_221 = { + 0x06281a, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1783, 40, -1831, 0x0394}, + {-1751, 40, -1822, 0x038c}, + {-1742, 40, -1854, 0x0398} + } +}; + +StandTile tile_222 = { + 0x062819, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1783, 40, -1831, 0x0000}, + {-1771, 40, -1810, 0x03bc}, + {-1751, 40, -1822, 0x0390} + } +}; + +StandTile tile_223 = { + 0x06271a, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1754, 40, -1874, 0x039c}, + {-1783, 40, -1831, 0x0390}, + {-1742, 40, -1854, 0x03a4} + } +}; + +StandTile tile_224 = { + 0x062719, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1754, 40, -1874, 0x0000}, + {-1795, 40, -1851, 0x0000}, + {-1783, 40, -1831, 0x0398} + } +}; + +StandTile tile_225 = { + 0x06261a, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1754, 40, -1874, 0x03a4}, + {-1702, 40, -1878, 0x03ac}, + {-1714, 40, -1898, 0x0000} + } +}; + +StandTile tile_226 = { + 0x062619, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1754, 40, -1874, 0x0398}, + {-1742, 40, -1854, 0x0000}, + {-1702, 40, -1878, 0x03a0} + } +}; + +StandTile tile_227 = { + 0x087c18, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1702, 40, -1878, 0x0000}, + {-1690, 40, -1857, 0x0000}, + {-1670, 40, -1869, 0x03ac} + } +}; + +StandTile tile_228 = { + 0x062518, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1714, 40, -1898, 0x03a0}, + {-1702, 40, -1878, 0x03a8}, + {-1670, 40, -1869, 0x03b0} + } +}; + +StandTile tile_229 = { + 0x06231a, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1650, 40, -1881, 0x03b4}, + {-1714, 40, -1898, 0x03ac}, + {-1670, 40, -1869, 0x0388} + } +}; + +StandTile tile_230 = { + 0x062319, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1650, 40, -1881, 0x0000}, + {-1673, 40, -1921, 0x0000}, + {-1714, 40, -1898, 0x03b0} + } +}; + +StandTile tile_231 = { + 0x062218, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1771, 40, -1810, 0x0000}, + {-1748, 40, -1770, 0x0359}, + {-1728, 40, -1782, 0x03bc} + } +}; + +StandTile tile_232 = { + 0x062118, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1728, 40, -1782, 0x0000}, + {-1751, 40, -1822, 0x0394}, + {-1771, 40, -1810, 0x03b8} + } +}; + +StandTile tile_233 = { + 0x061d18, 0x14, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1649, 40, -1834, 0x0382}, + {-1667, 40, -1864, 0x0000}, + {-1697, 40, -1846, 0x03c4} + } +}; + +StandTile tile_234 = { + 0x061c18, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1680, 40, -1816, 0x0000}, + {-1649, 40, -1834, 0x03c0}, + {-1697, 40, -1846, 0x0000} + } +}; + +StandTile tile_235 = { + 0x060b1a, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2383, 130, -629, 0x03cc}, + {2360, 130, -582, 0x03e0}, + {2383, 130, -582, 0x03d0} + } +}; + +StandTile tile_236 = { + 0x060b19, 0x13, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2383, 130, -629, 0x0000}, + {2360, 130, -629, 0x0000}, + {2360, 130, -582, 0x03c8} + } +}; + +StandTile tile_237 = { + 0x060d1a, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2407, 130, -605, 0x03d4}, + {2383, 130, -629, 0x03c8}, + {2383, 130, -582, 0x03d8} + } +}; + +StandTile tile_238 = { + 0x060d19, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2407, 130, -605, 0x040b}, + {2407, 130, -629, 0x0000}, + {2383, 130, -629, 0x03d0} + } +}; + +StandTile tile_239 = { + 0x05b218, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2407, 130, -582, 0x0000}, + {2407, 130, -605, 0x03d0}, + {2383, 130, -582, 0x0000} + } +}; + +StandTile tile_240 = { + 0x05b01a, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2383, 130, -582, 0x03e0}, + {2360, 130, -535, 0x03e8}, + {2383, 130, -535, 0x0000} + } +}; + +StandTile tile_241 = { + 0x05b019, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2383, 130, -582, 0x03c8}, + {2360, 130, -582, 0x0000}, + {2360, 130, -535, 0x03dc} + } +}; + +StandTile tile_242 = { + 0x05ad1a, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2407, 130, -488, 0x03e8}, + {2360, 130, -535, 0x0000}, + {2360, 130, -488, 0x0000} + } +}; + +StandTile tile_243 = { + 0x05ad19, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 5, + 0x0, 0x2, 0x4, + { + {2407, 130, -488, 0x03ee}, + {2407, 130, -512, 0x0000}, + {2407, 130, -535, 0x0000}, + {2383, 130, -535, 0x03dc}, + {2360, 130, -535, 0x03e4} + } +}; + +StandTile tile_244 = { + 0x05ab1a, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2407, 130, -488, 0x03f2}, + {2454, 130, -512, 0x0000}, + {2407, 130, -512, 0x03e8} + } +}; + +StandTile tile_245 = { + 0x05ab19, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2407, 130, -488, 0x0000}, + {2454, 130, -488, 0x0403}, + {2454, 130, -512, 0x03ee} + } +}; + +StandTile tile_246 = { + 0x05a91a, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2500, 130, -582, 0x03fa}, + {2477, 130, -535, 0x03fe}, + {2500, 130, -535, 0x0000} + } +}; + +StandTile tile_247 = { + 0x05a919, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2500, 130, -582, 0x0000}, + {2477, 130, -582, 0x0000}, + {2477, 130, -535, 0x03f6} + } +}; + +StandTile tile_248 = { + 0x05a818, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {2500, 130, -535, 0x03f6}, + {2477, 130, -535, 0x0000}, + {2454, 130, -535, 0x0000}, + {2454, 130, -512, 0x0403} + } +}; + +StandTile tile_249 = { + 0x05a61a, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2454, 130, -488, 0x0407}, + {2500, 130, -535, 0x03fe}, + {2454, 130, -512, 0x03f2} + } +}; + +StandTile tile_250 = { + 0x05a619, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2454, 130, -488, 0x0000}, + {2500, 130, -488, 0x0000}, + {2500, 130, -535, 0x0403} + } +}; + +StandTile tile_251 = { + 0x05a518, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2454, 130, -629, 0x0000}, + {2407, 130, -629, 0x03d4}, + {2407, 130, -605, 0x0000} + } +}; + +StandTile tile_252 = { + 0x060718, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2383, 40, -582, 0x0000}, + {2407, 40, -582, 0x0000}, + {2407, 40, -605, 0x0417} + } +}; + +StandTile tile_253 = { + 0x06051a, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2383, 40, -582, 0x0417}, + {2407, 40, -629, 0x0000}, + {2383, 40, -629, 0x041f} + } +}; + +StandTile tile_254 = { + 0x060519, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2383, 40, -582, 0x040f}, + {2407, 40, -605, 0x0476}, + {2407, 40, -629, 0x0413} + } +}; + +StandTile tile_255 = { + 0x06041a, 0x13, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2360, 40, -582, 0x041f}, + {2383, 40, -629, 0x0000}, + {2360, 40, -629, 0x0000} + } +}; + +StandTile tile_256 = { + 0x060419, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2360, 40, -582, 0x0427}, + {2383, 40, -582, 0x0413}, + {2383, 40, -629, 0x041b} + } +}; + +StandTile tile_257 = { + 0x05411a, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2383, 40, -582, 0x0427}, + {2360, 40, -535, 0x0434}, + {2383, 40, -535, 0x0000} + } +}; + +StandTile tile_258 = { + 0x054119, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {2383, 40, -582, 0x041f}, + {2360, 40, -582, 0x0044}, + {2360, 40, -548, 0x0000}, + {2360, 40, -535, 0x0423} + } +}; + +StandTile tile_259 = { + 0x087918, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2407, 40, -512, 0x0000}, + {2407, 40, -535, 0x0000}, + {2383, 40, -535, 0x0434} + } +}; + +StandTile tile_260 = { + 0x08761a, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2407, 40, -512, 0x0434}, + {2360, 40, -535, 0x0000}, + {2360, 40, -512, 0x043c} + } +}; + +StandTile tile_261 = { + 0x087619, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2407, 40, -512, 0x042c}, + {2383, 40, -535, 0x0423}, + {2360, 40, -535, 0x0430} + } +}; + +StandTile tile_262 = { + 0x05401a, 0x13, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2407, 40, -488, 0x043c}, + {2360, 40, -512, 0x0000}, + {2360, 40, -488, 0x0000} + } +}; + +StandTile tile_263 = { + 0x054019, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2407, 40, -488, 0x0440}, + {2407, 40, -512, 0x0430}, + {2360, 40, -512, 0x0438} + } +}; + +StandTile tile_264 = { + 0x053f1a, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 5, + 0x0, 0x1, 0x4, + { + {2407, 40, -488, 0x0446}, + {2454, 40, -512, 0x0000}, + {2448, 40, -512, 0x047e}, + {2413, 40, -512, 0x0000}, + {2407, 40, -512, 0x043c} + } +}; + +StandTile tile_265 = { + 0x053f19, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2407, 40, -488, 0x0000}, + {2454, 40, -488, 0x046e}, + {2454, 40, -512, 0x0440} + } +}; + +StandTile tile_266 = { + 0x060a18, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2454, 40, -605, 0x0000}, + {2454, 40, -582, 0x0000}, + {2477, 40, -582, 0x044e} + } +}; + +StandTile tile_267 = { + 0x06091a, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2477, 40, -629, 0x0452}, + {2454, 40, -605, 0x044a}, + {2477, 40, -582, 0x0456} + } +}; + +StandTile tile_268 = { + 0x060919, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2477, 40, -629, 0x0000}, + {2454, 40, -629, 0x047a}, + {2454, 40, -605, 0x044e} + } +}; + +StandTile tile_269 = { + 0x053e1a, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2500, 40, -582, 0x045a}, + {2477, 40, -629, 0x044e}, + {2477, 40, -582, 0x0462} + } +}; + +StandTile tile_270 = { + 0x053e19, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2500, 40, -582, 0x0000}, + {2500, 40, -629, 0x0000}, + {2477, 40, -629, 0x0456} + } +}; + +StandTile tile_271 = { + 0x053c1a, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2500, 40, -582, 0x0462}, + {2477, 40, -535, 0x046a}, + {2500, 40, -535, 0x0000} + } +}; + +StandTile tile_272 = { + 0x053c19, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2500, 40, -582, 0x0456}, + {2477, 40, -582, 0x0000}, + {2477, 40, -535, 0x045e} + } +}; + +StandTile tile_273 = { + 0x087518, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2477, 40, -535, 0x0000}, + {2454, 40, -535, 0x0000}, + {2454, 40, -512, 0x046a} + } +}; + +StandTile tile_274 = { + 0x053d18, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2500, 40, -535, 0x045e}, + {2477, 40, -535, 0x0466}, + {2454, 40, -512, 0x046e} + } +}; + +StandTile tile_275 = { + 0x053b1a, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2454, 40, -488, 0x0472}, + {2500, 40, -535, 0x046a}, + {2454, 40, -512, 0x0446} + } +}; + +StandTile tile_276 = { + 0x053b19, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2454, 40, -488, 0x0000}, + {2500, 40, -488, 0x0000}, + {2500, 40, -535, 0x046e} + } +}; + +StandTile tile_277 = { + 0x044718, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2454, 40, -629, 0x0000}, + {2407, 40, -629, 0x0417}, + {2407, 40, -605, 0x047a} + } +}; + +StandTile tile_278 = { + 0x044618, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2407, 40, -605, 0x0000}, + {2454, 40, -605, 0x0452}, + {2454, 40, -629, 0x0476} + } +}; + +StandTile tile_279 = { + 0x05d218, 0x13, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2413, 40, -512, 0x0440}, + {2448, 40, -512, 0x0000}, + {2448, 40, -547, 0x0482} + } +}; + +StandTile tile_280 = { + 0x05cd18, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2413, 40, -547, 0x0000}, + {2413, 40, -512, 0x047e}, + {2448, 40, -547, 0x0000} + } +}; + +StandTile tile_281 = { + 0x03d610, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-205, 4, 111, 0x0000}, + {-205, 4, 25, 0x0535}, + {-230, 4, 29, 0x0539} + } +}; + +StandTile tile_282 = { + 0x03d510, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-244, 4, -22, 0x051d}, + {-244, 4, -101, 0x0000}, + {-273, 4, -101, 0x0492} + } +}; + +StandTile tile_283 = { + 0x03d410, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-302, 4, -101, 0x04cf}, + {-302, 4, -22, 0x0492}, + {-273, 4, -101, 0x0000} + } +}; + +StandTile tile_284 = { + 0x03d310, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-302, 4, -22, 0x0565}, + {-244, 4, -22, 0x048a}, + {-273, 4, -101, 0x048e} + } +}; + +StandTile tile_285 = { + 0x04d212, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-478, 4, -11, 0x049a}, + {-481, 4, 22, 0x0000}, + {-478, 4, 22, 0x04ab} + } +}; + +StandTile tile_286 = { + 0x04d211, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-478, 4, -11, 0x0000}, + {-481, 4, -11, 0x089e}, + {-481, 4, 22, 0x0496} + } +}; + +StandTile tile_287 = { + 0x03d212, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-381, 4, -22, 0x04a3}, + {-478, 4, -11, 0x04ab}, + {-381, 4, 0, 0x0572}, + {-381, 4, -7, 0x04c7} + } +}; + +StandTile tile_288 = { + 0x03d211, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-381, 4, -22, 0x04f7}, + {-438, 4, -22, 0x04bf}, + {-478, 4, -11, 0x049e} + } +}; + +StandTile tile_289 = { + 0x03d112, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-381, 4, 0, 0x04ab}, + {-478, 4, 22, 0x04b3}, + {-388, 4, 25, 0x0569} + } +}; + +StandTile tile_290 = { + 0x03d111, 0x12, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-381, 4, 0, 0x049e}, + {-478, 4, -11, 0x0496}, + {-478, 4, 22, 0x04a7} + } +}; + +StandTile tile_291 = { + 0x03d012, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-388, 4, 25, 0x04b3}, + {-438, 4, 40, 0x0504}, + {-381, 4, 40, 0x0000} + } +}; + +StandTile tile_292 = { + 0x03d011, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-388, 4, 25, 0x04a7}, + {-478, 4, 22, 0x04b7}, + {-438, 4, 40, 0x04af} + } +}; + +StandTile tile_293 = { + 0x03cf12, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-478, 4, 111, 0x04bb}, + {-438, 4, 40, 0x04b3}, + {-478, 4, 22, 0x0000} + } +}; + +StandTile tile_294 = { + 0x03cf11, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-478, 4, 111, 0x0000}, + {-438, 4, 111, 0x04fb}, + {-438, 4, 40, 0x04b7} + } +}; + +StandTile tile_295 = { + 0x03ce12, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-438, 4, -101, 0x04c3}, + {-478, 4, -11, 0x04a3}, + {-438, 4, -22, 0x04f3} + } +}; + +StandTile tile_296 = { + 0x03ce11, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-438, 4, -101, 0x0000}, + {-478, 4, -101, 0x0000}, + {-478, 4, -11, 0x04bf} + } +}; + +StandTile tile_297 = { + 0x03cd12, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-381, 4, -7, 0x04cb}, + {-302, 4, -22, 0x04d3}, + {-381, 4, -22, 0x049e} + } +}; + +StandTile tile_298 = { + 0x03cd11, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-381, 4, -7, 0x0572}, + {-334, 4, -7, 0x0525}, + {-302, 4, -22, 0x04c7} + } +}; + +StandTile tile_299 = { + 0x03cc12, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-381, 4, -101, 0x04d3}, + {-302, 4, -22, 0x048e}, + {-302, 4, -101, 0x0000} + } +}; + +StandTile tile_300 = { + 0x03cc11, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-381, 4, -101, 0x04ef}, + {-381, 4, -22, 0x04c7}, + {-302, 4, -22, 0x04cf} + } +}; + +StandTile tile_301 = { + 0x03cb10, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-381, 4, 47, 0x04ff}, + {-381, 4, 111, 0x04df}, + {-327, 4, 47, 0x0000} + } +}; + +StandTile tile_302 = { + 0x03ca12, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-309, 4, 65, 0x04df}, + {-381, 4, 111, 0x0000}, + {-302, 4, 111, 0x04e3} + } +}; + +StandTile tile_303 = { + 0x03ca11, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-309, 4, 65, 0x0000}, + {-327, 4, 47, 0x04d7}, + {-381, 4, 111, 0x04db} + } +}; + +StandTile tile_304 = { + 0x03c910, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-309, 4, 65, 0x04db}, + {-302, 4, 111, 0x0000}, + {-273, 4, 111, 0x04eb} + } +}; + +StandTile tile_305 = { + 0x03c810, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-244, 4, 111, 0x053d}, + {-251, 4, 65, 0x04eb}, + {-273, 4, 111, 0x0000} + } +}; + +StandTile tile_306 = { + 0x03c710, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-251, 4, 65, 0x0000}, + {-309, 4, 65, 0x04e3}, + {-273, 4, 111, 0x04e7} + } +}; + +StandTile tile_307 = { + 0x03c610, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-381, 4, -22, 0x04d3}, + {-381, 4, -101, 0x0000}, + {-409, 4, -101, 0x04f7} + } +}; + +StandTile tile_308 = { + 0x03c510, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-438, 4, -101, 0x04bf}, + {-438, 4, -22, 0x04f7}, + {-409, 4, -101, 0x0000} + } +}; + +StandTile tile_309 = { + 0x03c410, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-438, 4, -22, 0x04a3}, + {-381, 4, -22, 0x04ef}, + {-409, 4, -101, 0x04f3} + } +}; + +StandTile tile_310 = { + 0x03c310, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-438, 4, 40, 0x04bb}, + {-438, 4, 111, 0x0000}, + {-409, 4, 111, 0x0504} + } +}; + +StandTile tile_311 = { + 0x03c210, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-381, 4, 111, 0x04d7}, + {-381, 4, 47, 0x0000}, + {-381, 4, 40, 0x0504}, + {-409, 4, 111, 0x0000} + } +}; + +StandTile tile_312 = { + 0x03c110, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-381, 4, 40, 0x04af}, + {-438, 4, 40, 0x04fb}, + {-409, 4, 111, 0x04ff} + } +}; + +StandTile tile_313 = { + 0x04d312, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-201, 4, -101, 0x050c}, + {-205, 4, -72, 0x0000}, + {-201, 4, -72, 0x07cb} + } +}; + +StandTile tile_314 = { + 0x04d311, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-201, 4, -101, 0x0000}, + {-205, 4, -101, 0x0519}, + {-205, 4, -72, 0x0508} + } +}; + +StandTile tile_315 = { + 0x03c012, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-244, 4, -22, 0x0514}, + {-205, 4, 4, 0x0000}, + {-205, 4, -72, 0x0519} + } +}; + +StandTile tile_316 = { + 0x03c011, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {-244, 4, -22, 0x0549}, + {-230, 4, 4, 0x0555}, + {-216, 4, 4, 0x052d}, + {-205, 4, 4, 0x0510} + } +}; + +StandTile tile_317 = { + 0x03bf12, 0x12, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-205, 4, -101, 0x051d}, + {-244, 4, -22, 0x0510}, + {-205, 4, -72, 0x050c} + } +}; + +StandTile tile_318 = { + 0x03bf11, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-205, 4, -101, 0x0000}, + {-244, 4, -101, 0x048a}, + {-244, 4, -22, 0x0519} + } +}; + +StandTile tile_319 = { + 0x03be12, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-302, 4, -22, 0x0525}, + {-327, 4, 22, 0x0000}, + {-309, 4, 0, 0x0561} + } +}; + +StandTile tile_320 = { + 0x03be11, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-302, 4, -22, 0x04cb}, + {-334, 4, -7, 0x056e}, + {-327, 4, 22, 0x0521} + } +}; + +StandTile tile_321 = { + 0x03bc12, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-205, 4, 4, 0x052d}, + {-219, 4, 18, 0x0535}, + {-205, 4, 25, 0x0000} + } +}; + +StandTile tile_322 = { + 0x03bc11, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-205, 4, 4, 0x0514}, + {-216, 4, 4, 0x0551}, + {-219, 4, 18, 0x0529} + } +}; + +StandTile tile_323 = { + 0x04d710, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-219, 4, 18, 0x0551}, + {-226, 4, 18, 0x0000}, + {-230, 4, 29, 0x0535} + } +}; + +StandTile tile_324 = { + 0x03bb10, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-205, 4, 25, 0x0529}, + {-219, 4, 18, 0x0531}, + {-230, 4, 29, 0x0486} + } +}; + +StandTile tile_325 = { + 0x03ba12, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-230, 4, 29, 0x053d}, + {-244, 4, 111, 0x0000}, + {-205, 4, 111, 0x0486} + } +}; + +StandTile tile_326 = { + 0x03ba11, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-230, 4, 29, 0x0541}, + {-251, 4, 65, 0x04e7}, + {-244, 4, 111, 0x0539} + } +}; + +StandTile tile_327 = { + 0x03b910, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-251, 4, 65, 0x053d}, + {-230, 4, 29, 0x0000}, + {-237, 4, 29, 0x0000} + } +}; + +StandTile tile_328 = { + 0x03b710, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-237, 4, 29, 0x0000}, + {-233, 4, 22, 0x0000}, + {-251, 4, 22, 0x0000} + } +}; + +StandTile tile_329 = { + 0x03b610, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-230, 4, 4, 0x0514}, + {-244, 4, -22, 0x055d}, + {-233, 4, 18, 0x054d} + } +}; + +StandTile tile_330 = { + 0x04d810, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-230, 4, 4, 0x0549}, + {-233, 4, 18, 0x0000}, + {-226, 4, 18, 0x0555} + } +}; + +StandTile tile_331 = { + 0x03b512, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-216, 4, 4, 0x0555}, + {-226, 4, 18, 0x0531}, + {-219, 4, 18, 0x052d} + } +}; + +StandTile tile_332 = { + 0x03b511, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-216, 4, 4, 0x0514}, + {-230, 4, 4, 0x054d}, + {-226, 4, 18, 0x0551} + } +}; + +StandTile tile_333 = { + 0x03b112, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-251, 4, 18, 0x055d}, + {-244, 4, -22, 0x0565}, + {-251, 4, 0, 0x0000} + } +}; + +StandTile tile_334 = { + 0x03b111, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-251, 4, 18, 0x0000}, + {-233, 4, 18, 0x0549}, + {-244, 4, -22, 0x0559} + } +}; + +StandTile tile_335 = { + 0x03b012, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-251, 4, 0, 0x0565}, + {-302, 4, -22, 0x0521}, + {-309, 4, 0, 0x0000} + } +}; + +StandTile tile_336 = { + 0x03b011, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-251, 4, 0, 0x0559}, + {-244, 4, -22, 0x0492}, + {-302, 4, -22, 0x0561} + } +}; + +StandTile tile_337 = { + 0x03af10, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {-381, 4, 0, 0x04a7}, + {-388, 4, 25, 0x0000}, + {-381, 4, 25, 0x0000}, + {-381, 4, 22, 0x0572} + } +}; + +StandTile tile_338 = { + 0x03ae12, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-334, 4, -7, 0x0572}, + {-381, 4, 22, 0x0000}, + {-327, 4, 22, 0x0525} + } +}; + +StandTile tile_339 = { + 0x03ae11, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {-334, 4, -7, 0x04cb}, + {-381, 4, -7, 0x049e}, + {-381, 4, 0, 0x0569}, + {-381, 4, 22, 0x056e} + } +}; + +StandTile tile_340 = { + 0x024810, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {205, 4, -111, 0x0000}, + {205, 4, -25, 0x0622}, + {230, 4, -29, 0x062a} + } +}; + +StandTile tile_341 = { + 0x002a10, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {244, 4, 22, 0x060e}, + {244, 4, 101, 0x0000}, + {273, 4, 101, 0x0583} + } +}; + +StandTile tile_342 = { + 0x002910, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {302, 4, 101, 0x05c0}, + {302, 4, 22, 0x0583}, + {273, 4, 101, 0x0000} + } +}; + +StandTile tile_343 = { + 0x002810, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {302, 4, 22, 0x0653}, + {244, 4, 22, 0x057b}, + {273, 4, 101, 0x057f} + } +}; + +StandTile tile_344 = { + 0x04d512, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {481, 4, -22, 0x058b}, + {478, 4, 11, 0x0000}, + {481, 4, 11, 0x0665} + } +}; + +StandTile tile_345 = { + 0x04d511, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {481, 4, -22, 0x0000}, + {478, 4, -22, 0x059c}, + {478, 4, 11, 0x0587} + } +}; + +StandTile tile_346 = { + 0x04d610, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {438, 4, 22, 0x05b0}, + {478, 4, 11, 0x059c}, + {381, 4, 0, 0x0593} + } +}; + +StandTile tile_347 = { + 0x002710, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {381, 4, 22, 0x05e8}, + {438, 4, 22, 0x058f}, + {381, 4, 0, 0x0660}, + {381, 4, 7, 0x05b8} + } +}; + +StandTile tile_348 = { + 0x002612, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {381, 4, 0, 0x059c}, + {478, 4, -22, 0x05a4}, + {388, 4, -25, 0x0657} + } +}; + +StandTile tile_349 = { + 0x002611, 0x11, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {381, 4, 0, 0x058f}, + {478, 4, 11, 0x058b}, + {478, 4, -22, 0x0598} + } +}; + +StandTile tile_350 = { + 0x002512, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {388, 4, -25, 0x05a4}, + {438, 4, -40, 0x05f5}, + {381, 4, -40, 0x0000} + } +}; + +StandTile tile_351 = { + 0x002511, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {388, 4, -25, 0x0598}, + {478, 4, -22, 0x05a8}, + {438, 4, -40, 0x05a0} + } +}; + +StandTile tile_352 = { + 0x002412, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {478, 4, -111, 0x05ac}, + {438, 4, -40, 0x05a4}, + {478, 4, -22, 0x0000} + } +}; + +StandTile tile_353 = { + 0x002411, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {478, 4, -111, 0x0000}, + {438, 4, -111, 0x05ec}, + {438, 4, -40, 0x05a8} + } +}; + +StandTile tile_354 = { + 0x002312, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {438, 4, 101, 0x05b4}, + {478, 4, 11, 0x058f}, + {438, 4, 22, 0x05e4} + } +}; + +StandTile tile_355 = { + 0x002311, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {438, 4, 101, 0x0000}, + {478, 4, 101, 0x0000}, + {478, 4, 11, 0x05b0} + } +}; + +StandTile tile_356 = { + 0x002212, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {381, 4, 7, 0x05bc}, + {302, 4, 22, 0x05c4}, + {381, 4, 22, 0x0593} + } +}; + +StandTile tile_357 = { + 0x002211, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {381, 4, 7, 0x0660}, + {334, 4, 7, 0x0616}, + {302, 4, 22, 0x05b8} + } +}; + +StandTile tile_358 = { + 0x002112, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {381, 4, 101, 0x05c4}, + {302, 4, 22, 0x057f}, + {302, 4, 101, 0x0000} + } +}; + +StandTile tile_359 = { + 0x002111, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {381, 4, 101, 0x05e0}, + {381, 4, 22, 0x05b8}, + {302, 4, 22, 0x05c0} + } +}; + +StandTile tile_360 = { + 0x002010, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {381, 4, -47, 0x05f0}, + {381, 4, -111, 0x05d0}, + {327, 4, -47, 0x0000} + } +}; + +StandTile tile_361 = { + 0x001f12, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {309, 4, -65, 0x05d0}, + {381, 4, -111, 0x0000}, + {302, 4, -111, 0x05d4} + } +}; + +StandTile tile_362 = { + 0x001f11, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {309, 4, -65, 0x0000}, + {327, 4, -47, 0x05c8}, + {381, 4, -111, 0x05cc} + } +}; + +StandTile tile_363 = { + 0x001e10, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {309, 4, -65, 0x05cc}, + {302, 4, -111, 0x0000}, + {273, 4, -111, 0x05dc} + } +}; + +StandTile tile_364 = { + 0x001d10, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {244, 4, -111, 0x062e}, + {251, 4, -65, 0x05dc}, + {273, 4, -111, 0x0000} + } +}; + +StandTile tile_365 = { + 0x001c10, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {251, 4, -65, 0x0000}, + {309, 4, -65, 0x05d4}, + {273, 4, -111, 0x05d8} + } +}; + +StandTile tile_366 = { + 0x001b10, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {381, 4, 22, 0x05c4}, + {381, 4, 101, 0x0000}, + {409, 4, 101, 0x05e8} + } +}; + +StandTile tile_367 = { + 0x001a10, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {438, 4, 101, 0x05b0}, + {438, 4, 22, 0x05e8}, + {409, 4, 101, 0x0000} + } +}; + +StandTile tile_368 = { + 0x001910, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {438, 4, 22, 0x0593}, + {381, 4, 22, 0x05e0}, + {409, 4, 101, 0x05e4} + } +}; + +StandTile tile_369 = { + 0x001810, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {438, 4, -40, 0x05ac}, + {438, 4, -111, 0x0000}, + {409, 4, -111, 0x05f5} + } +}; + +StandTile tile_370 = { + 0x001710, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {381, 4, -111, 0x05c8}, + {381, 4, -47, 0x0000}, + {381, 4, -40, 0x05f5}, + {409, 4, -111, 0x0000} + } +}; + +StandTile tile_371 = { + 0x001610, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {381, 4, -40, 0x05a0}, + {438, 4, -40, 0x05ec}, + {409, 4, -111, 0x05f0} + } +}; + +StandTile tile_372 = { + 0x04d412, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {201, 4, 72, 0x05fd}, + {205, 4, 101, 0x060a}, + {205, 4, 72, 0x0000} + } +}; + +StandTile tile_373 = { + 0x04d411, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {201, 4, 72, 0x07d8}, + {201, 4, 101, 0x0000}, + {205, 4, 101, 0x05f9} + } +}; + +StandTile tile_374 = { + 0x001512, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {244, 4, 22, 0x0605}, + {205, 4, -4, 0x0000}, + {205, 4, 72, 0x060a} + } +}; + +StandTile tile_375 = { + 0x001511, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {244, 4, 22, 0x063a}, + {230, 4, -4, 0x0643}, + {216, 4, -4, 0x061e}, + {205, 4, -4, 0x0601} + } +}; + +StandTile tile_376 = { + 0x001412, 0x11, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {205, 4, 101, 0x060e}, + {244, 4, 22, 0x0601}, + {205, 4, 72, 0x05f9} + } +}; + +StandTile tile_377 = { + 0x001411, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {205, 4, 101, 0x0000}, + {244, 4, 101, 0x057b}, + {244, 4, 22, 0x060a} + } +}; + +StandTile tile_378 = { + 0x001312, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {302, 4, 22, 0x0616}, + {327, 4, -22, 0x0000}, + {309, 4, 0, 0x064f} + } +}; + +StandTile tile_379 = { + 0x001311, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {302, 4, 22, 0x05bc}, + {334, 4, 7, 0x065c}, + {327, 4, -22, 0x0612} + } +}; + +StandTile tile_380 = { + 0x001112, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {205, 4, -4, 0x061e}, + {219, 4, -18, 0x0626}, + {205, 4, -25, 0x0000} + } +}; + +StandTile tile_381 = { + 0x001111, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {205, 4, -4, 0x0605}, + {216, 4, -4, 0x063e}, + {219, 4, -18, 0x061a} + } +}; + +StandTile tile_382 = { + 0x001012, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {205, 4, -25, 0x0626}, + {226, 4, -18, 0x0000}, + {230, 4, -29, 0x0577} + } +}; + +StandTile tile_383 = { + 0x001011, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {205, 4, -25, 0x061a}, + {219, 4, -18, 0x063e}, + {226, 4, -18, 0x0622} + } +}; + +StandTile tile_384 = { + 0x000f12, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {230, 4, -29, 0x062e}, + {244, 4, -111, 0x0000}, + {205, 4, -111, 0x0577} + } +}; + +StandTile tile_385 = { + 0x000f11, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {230, 4, -29, 0x0632}, + {251, 4, -65, 0x05d8}, + {244, 4, -111, 0x062a} + } +}; + +StandTile tile_386 = { + 0x000e10, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {251, 4, -65, 0x062e}, + {230, 4, -29, 0x0000}, + {237, 4, -29, 0x0000} + } +}; + +StandTile tile_387 = { + 0x000c10, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {237, 4, -29, 0x0000}, + {233, 4, -22, 0x0000}, + {251, 4, -22, 0x0000} + } +}; + +StandTile tile_388 = { + 0x000b10, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {230, 4, -4, 0x0605}, + {244, 4, 22, 0x064b}, + {233, 4, -18, 0x0643} + } +}; + +StandTile tile_389 = { + 0x000a12, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {216, 4, -4, 0x0643}, + {233, 4, -18, 0x0000}, + {226, 4, -18, 0x0626}, + {219, 4, -18, 0x061e} + } +}; + +StandTile tile_390 = { + 0x000a11, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {216, 4, -4, 0x0605}, + {230, 4, -4, 0x063a}, + {233, 4, -18, 0x063e} + } +}; + +StandTile tile_391 = { + 0x000612, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {251, 4, -18, 0x064b}, + {244, 4, 22, 0x0653}, + {251, 4, 0, 0x0000} + } +}; + +StandTile tile_392 = { + 0x000611, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {251, 4, -18, 0x0000}, + {233, 4, -18, 0x063a}, + {244, 4, 22, 0x0647} + } +}; + +StandTile tile_393 = { + 0x000512, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {251, 4, 0, 0x0653}, + {302, 4, 22, 0x0612}, + {309, 4, 0, 0x0000} + } +}; + +StandTile tile_394 = { + 0x000511, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {251, 4, 0, 0x0647}, + {244, 4, 22, 0x0583}, + {302, 4, 22, 0x064f} + } +}; + +StandTile tile_395 = { + 0x000410, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {381, 4, 0, 0x0598}, + {388, 4, -25, 0x0000}, + {381, 4, -25, 0x0000}, + {381, 4, -22, 0x0660} + } +}; + +StandTile tile_396 = { + 0x000312, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {334, 4, 7, 0x0660}, + {381, 4, -22, 0x0000}, + {327, 4, -22, 0x0616} + } +}; + +StandTile tile_397 = { + 0x000311, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {334, 4, 7, 0x05bc}, + {381, 4, 7, 0x0593}, + {381, 4, 0, 0x0657}, + {381, 4, -22, 0x065c} + } +}; + +StandTile tile_398 = { + 0x00d50a, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {481, 4, 11, 0x0669}, + {499, 4, -22, 0x0000}, + {481, 4, -22, 0x0587} + } +}; + +StandTile tile_399 = { + 0x00d509, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {481, 4, 11, 0x0000}, + {499, 4, 11, 0x0689}, + {499, 4, -22, 0x0665} + } +}; + +StandTile tile_400 = { + 0x00fa0a, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {532, 4, -22, 0x0671}, + {535, 0, -54, 0x0000}, + {532, 4, -54, 0x068d} + } +}; + +StandTile tile_401 = { + 0x00fa09, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {532, 4, -22, 0x0000}, + {535, 0, -22, 0x0bc2}, + {535, 0, -54, 0x066d} + } +}; + +StandTile tile_402 = { + 0x00d408, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {499, 4, 129, 0x0000}, + {539, 4, 129, 0x067d}, + {499, 4, 11, 0x0000} + } +}; + +StandTile tile_403 = { + 0x00d30a, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {499, 4, 11, 0x067d}, + {542, 4, 119, 0x06e9}, + {553, 4, 0, 0x0681} + } +}; + +StandTile tile_404 = { + 0x00d309, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {499, 4, 11, 0x0675}, + {539, 4, 129, 0x06ed}, + {542, 4, 119, 0x0679} + } +}; + +StandTile tile_405 = { + 0x00d20a, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {553, 4, 0, 0x0685}, + {532, 4, -22, 0x068d}, + {499, 4, 11, 0x0679} + } +}; + +StandTile tile_406 = { + 0x00d209, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {553, 4, 0, 0x06e1}, + {550, 4, -22, 0x0000}, + {532, 4, -22, 0x0681} + } +}; + +StandTile tile_407 = { + 0x00d10a, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {499, 4, 11, 0x068d}, + {532, 4, -54, 0x06d9}, + {499, 4, -22, 0x0669} + } +}; + +StandTile tile_408 = { + 0x00d109, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {499, 4, 11, 0x0681}, + {532, 4, -22, 0x066d}, + {532, 4, -54, 0x0689} + } +}; + +StandTile tile_409 = { + 0x00d008, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {575, 4, -22, 0x06dd}, + {578, 4, 0, 0x0695}, + {690, 4, -22, 0x0000} + } +}; + +StandTile tile_410 = { + 0x00cf08, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {690, 4, -22, 0x0691}, + {578, 4, 0, 0x06e5}, + {564, 4, 129, 0x0699} + } +}; + +StandTile tile_411 = { + 0x00ce0a, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {564, 4, 129, 0x069d}, + {726, 4, -22, 0x06a5}, + {690, 4, -22, 0x0695} + } +}; + +StandTile tile_412 = { + 0x00ce09, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {564, 4, 129, 0x0000}, + {726, 4, 129, 0x0000}, + {726, 4, -22, 0x0699} + } +}; + +StandTile tile_413 = { + 0x00cd0a, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {690, 4, -22, 0x06a5}, + {726, 4, -54, 0x06a9}, + {690, 4, -54, 0x0000} + } +}; + +StandTile tile_414 = { + 0x00cd09, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {690, 4, -22, 0x0699}, + {726, 4, -22, 0x0000}, + {726, 4, -54, 0x06a1} + } +}; + +StandTile tile_415 = { + 0x00cc0a, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {726, 4, -54, 0x06ad}, + {690, 4, -133, 0x06b5}, + {690, 4, -54, 0x06a1} + } +}; + +StandTile tile_416 = { + 0x00cc09, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {726, 4, -54, 0x0000}, + {726, 4, -133, 0x0000}, + {690, 4, -133, 0x06a9} + } +}; + +StandTile tile_417 = { + 0x00cb08, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {690, 4, -133, 0x0000}, + {564, 4, -133, 0x06c1}, + {568, 4, -119, 0x06b9} + } +}; + +StandTile tile_418 = { + 0x00ca0a, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {690, 4, -133, 0x06b9}, + {575, 4, -54, 0x0000}, + {690, 4, -54, 0x06a9} + } +}; + +StandTile tile_419 = { + 0x00ca09, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {690, 4, -133, 0x06b1}, + {568, 4, -119, 0x06c9}, + {575, 4, -54, 0x06b5} + } +}; + +StandTile tile_420 = { + 0x00c90a, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {568, 4, -119, 0x06c1}, + {535, 4, -133, 0x06d1}, + {542, 4, -115, 0x06c9} + } +}; + +StandTile tile_421 = { + 0x00c909, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {568, 4, -119, 0x06b1}, + {564, 4, -133, 0x0000}, + {535, 4, -133, 0x06bd} + } +}; + +StandTile tile_422 = { + 0x00c80a, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {575, 4, -54, 0x06c9}, + {542, 4, -115, 0x06d5}, + {550, 4, -54, 0x0000} + } +}; + +StandTile tile_423 = { + 0x00c809, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {575, 4, -54, 0x06b9}, + {568, 4, -119, 0x06bd}, + {542, 4, -115, 0x06c5} + } +}; + +StandTile tile_424 = { + 0x00c70a, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {542, 4, -115, 0x06d1}, + {499, 4, -133, 0x06d9}, + {532, 4, -54, 0x06d5} + } +}; + +StandTile tile_425 = { + 0x00c709, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {542, 4, -115, 0x06bd}, + {535, 4, -133, 0x0000}, + {499, 4, -133, 0x06cd} + } +}; + +StandTile tile_426 = { + 0x00c608, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {550, 4, -54, 0x06c5}, + {542, 4, -115, 0x06cd}, + {532, 4, -54, 0x0000} + } +}; + +StandTile tile_427 = { + 0x00c508, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {499, 4, -22, 0x0689}, + {532, 4, -54, 0x06cd}, + {499, 4, -133, 0x0000} + } +}; + +StandTile tile_428 = { + 0x00c40a, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {575, 4, -22, 0x06e1}, + {553, 4, 0, 0x06e9}, + {578, 4, 0, 0x0691} + } +}; + +StandTile tile_429 = { + 0x00c409, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {575, 4, -22, 0x0000}, + {550, 4, -22, 0x0685}, + {553, 4, 0, 0x06dd} + } +}; + +StandTile tile_430 = { + 0x00c30a, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {578, 4, 0, 0x06e9}, + {542, 4, 119, 0x06ed}, + {564, 4, 129, 0x0695} + } +}; + +StandTile tile_431 = { + 0x00c309, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {578, 4, 0, 0x06dd}, + {553, 4, 0, 0x0679}, + {542, 4, 119, 0x06e5} + } +}; + +StandTile tile_432 = { + 0x00c208, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {542, 4, 119, 0x067d}, + {539, 4, 129, 0x0000}, + {564, 4, 129, 0x06e5} + } +}; + +StandTile tile_433 = { + 0x007109, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 79, 50, 0x0000}, + {57, 79, 0, 0x0708}, + {0, 79, 0, 0x06f5} + } +}; + +StandTile tile_434 = { + 0x007009, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {-29, 79, 50, 0x0000}, + {-7, 79, 50, 0x0246}, + {29, 79, 50, 0x06f1}, + {0, 79, 0, 0x06fa} + } +}; + +StandTile tile_435 = { + 0x006f09, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-57, 79, 0, 0x0000}, + {-29, 79, 50, 0x06f5}, + {0, 79, 0, 0x06fe} + } +}; + +StandTile tile_436 = { + 0x006e09, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {-29, 79, -50, 0x0000}, + {-40, 79, -31, 0x0236}, + {-57, 79, 0, 0x06fa}, + {0, 79, 0, 0x0703} + } +}; + +StandTile tile_437 = { + 0x006d09, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {29, 79, -50, 0x07b5}, + {0, 79, -50, 0x0000}, + {-29, 79, -50, 0x06fe}, + {0, 79, 0, 0x0708} + } +}; + +StandTile tile_438 = { + 0x006c09, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {57, 79, 0, 0x0000}, + {47, 79, -19, 0x023e}, + {29, 79, -50, 0x0703}, + {0, 79, 0, 0x06f1} + } +}; + +StandTile tile_439 = { + 0x00670a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-43, 7, -61, 0x0711}, + {-14, 7, -72, 0x0769}, + {-43, 7, -72, 0x0000} + } +}; + +StandTile tile_440 = { + 0x006709, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-43, 7, -61, 0x0715}, + {-14, 7, -61, 0x0000}, + {-14, 7, -72, 0x070d} + } +}; + +StandTile tile_441 = { + 0x00660a, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-43, 4, -61, 0x0719}, + {-14, 7, -61, 0x0711}, + {-43, 7, -61, 0x0000} + } +}; + +StandTile tile_442 = { + 0x006609, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-43, 4, -61, 0x080a}, + {-14, 4, -61, 0x0000}, + {-14, 7, -61, 0x0715} + } +}; + +StandTile tile_443 = { + 0x00650a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-43, 14, -72, 0x0721}, + {-14, 14, -83, 0x0771}, + {-43, 14, -83, 0x0000} + } +}; + +StandTile tile_444 = { + 0x006509, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-43, 14, -72, 0x0765}, + {-14, 14, -72, 0x0000}, + {-14, 14, -83, 0x071d} + } +}; + +StandTile tile_445 = { + 0x00630a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-43, 22, -83, 0x0729}, + {-14, 22, -93, 0x0779}, + {-43, 22, -93, 0x0000} + } +}; + +StandTile tile_446 = { + 0x006309, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-43, 22, -83, 0x076d}, + {-14, 22, -83, 0x0000}, + {-14, 22, -93, 0x0725} + } +}; + +StandTile tile_447 = { + 0x00610a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-43, 29, -93, 0x0731}, + {-14, 29, -104, 0x0781}, + {-43, 29, -104, 0x0000} + } +}; + +StandTile tile_448 = { + 0x006109, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-43, 29, -93, 0x0775}, + {-14, 29, -93, 0x0000}, + {-14, 29, -104, 0x072d} + } +}; + +StandTile tile_449 = { + 0x005f0a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-43, 36, -104, 0x0739}, + {-14, 36, -115, 0x07bd}, + {-43, 36, -115, 0x0000} + } +}; + +StandTile tile_450 = { + 0x005f09, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-43, 36, -104, 0x077d}, + {-14, 36, -104, 0x0000}, + {-14, 36, -115, 0x0735} + } +}; + +StandTile tile_451 = { + 0x005d0a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 43, -115, 0x0741}, + {0, 43, -104, 0x0791}, + {29, 43, -104, 0x0000} + } +}; + +StandTile tile_452 = { + 0x005d09, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 43, -115, 0x0785}, + {0, 43, -115, 0x0000}, + {0, 43, -104, 0x073d} + } +}; + +StandTile tile_453 = { + 0x005b0a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 50, -104, 0x0749}, + {0, 50, -93, 0x0799}, + {29, 50, -93, 0x0000} + } +}; + +StandTile tile_454 = { + 0x005b09, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 50, -104, 0x078d}, + {0, 50, -104, 0x0000}, + {0, 50, -93, 0x0745} + } +}; + +StandTile tile_455 = { + 0x00590a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 57, -93, 0x0751}, + {0, 57, -83, 0x07a1}, + {29, 57, -83, 0x0000} + } +}; + +StandTile tile_456 = { + 0x005909, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 57, -93, 0x0795}, + {0, 57, -93, 0x0000}, + {0, 57, -83, 0x074d} + } +}; + +StandTile tile_457 = { + 0x00570a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 65, -83, 0x0759}, + {0, 65, -72, 0x07a9}, + {29, 65, -72, 0x0000} + } +}; + +StandTile tile_458 = { + 0x005709, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 65, -83, 0x079d}, + {0, 65, -83, 0x0000}, + {0, 65, -72, 0x0755} + } +}; + +StandTile tile_459 = { + 0x00550a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 72, -72, 0x0761}, + {0, 72, -61, 0x07b1}, + {29, 72, -61, 0x0000} + } +}; + +StandTile tile_460 = { + 0x005509, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 72, -72, 0x07a5}, + {0, 72, -72, 0x0000}, + {0, 72, -61, 0x075d} + } +}; + +StandTile tile_461 = { + 0x021e0a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-43, 7, -72, 0x0769}, + {-14, 14, -72, 0x0721}, + {-43, 14, -72, 0x0000} + } +}; + +StandTile tile_462 = { + 0x021e09, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-43, 7, -72, 0x070d}, + {-14, 7, -72, 0x0000}, + {-14, 14, -72, 0x0765} + } +}; + +StandTile tile_463 = { + 0x021d0a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-43, 14, -83, 0x0771}, + {-14, 22, -83, 0x0729}, + {-43, 22, -83, 0x0000} + } +}; + +StandTile tile_464 = { + 0x021d09, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-43, 14, -83, 0x071d}, + {-14, 14, -83, 0x0000}, + {-14, 22, -83, 0x076d} + } +}; + +StandTile tile_465 = { + 0x021c0a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-43, 22, -93, 0x0779}, + {-14, 29, -93, 0x0731}, + {-43, 29, -93, 0x0000} + } +}; + +StandTile tile_466 = { + 0x021c09, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-43, 22, -93, 0x0725}, + {-14, 22, -93, 0x0000}, + {-14, 29, -93, 0x0775} + } +}; + +StandTile tile_467 = { + 0x021b0a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-43, 29, -104, 0x0781}, + {-14, 36, -104, 0x0739}, + {-43, 36, -104, 0x0000} + } +}; + +StandTile tile_468 = { + 0x021b09, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-43, 29, -104, 0x072d}, + {-14, 29, -104, 0x0000}, + {-14, 36, -104, 0x077d} + } +}; + +StandTile tile_469 = { + 0x021a0a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {29, 36, -115, 0x0789}, + {0, 43, -115, 0x0741}, + {29, 43, -115, 0x0000} + } +}; + +StandTile tile_470 = { + 0x021a09, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {29, 36, -115, 0x07bd}, + {0, 36, -115, 0x0000}, + {0, 43, -115, 0x0785} + } +}; + +StandTile tile_471 = { + 0x02190a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {29, 43, -104, 0x0791}, + {0, 50, -104, 0x0749}, + {29, 50, -104, 0x0000} + } +}; + +StandTile tile_472 = { + 0x021909, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {29, 43, -104, 0x073d}, + {0, 43, -104, 0x0000}, + {0, 50, -104, 0x078d} + } +}; + +StandTile tile_473 = { + 0x02180a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {29, 50, -93, 0x0799}, + {0, 57, -93, 0x0751}, + {29, 57, -93, 0x0000} + } +}; + +StandTile tile_474 = { + 0x021809, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {29, 50, -93, 0x0745}, + {0, 50, -93, 0x0000}, + {0, 57, -93, 0x0795} + } +}; + +StandTile tile_475 = { + 0x02170a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {29, 57, -83, 0x07a1}, + {0, 65, -83, 0x0759}, + {29, 65, -83, 0x0000} + } +}; + +StandTile tile_476 = { + 0x021709, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {29, 57, -83, 0x074d}, + {0, 57, -83, 0x0000}, + {0, 65, -83, 0x079d} + } +}; + +StandTile tile_477 = { + 0x02160a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {29, 65, -72, 0x07a9}, + {0, 72, -72, 0x0761}, + {29, 72, -72, 0x0000} + } +}; + +StandTile tile_478 = { + 0x021609, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {29, 65, -72, 0x0755}, + {0, 65, -72, 0x0000}, + {0, 72, -72, 0x07a5} + } +}; + +StandTile tile_479 = { + 0x02150a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {29, 72, -61, 0x07b1}, + {0, 79, -61, 0x07b9}, + {29, 79, -61, 0x0000} + } +}; + +StandTile tile_480 = { + 0x021509, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {29, 72, -61, 0x075d}, + {0, 72, -61, 0x0000}, + {0, 79, -61, 0x07ad} + } +}; + +StandTile tile_481 = { + 0x00530a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 79, -61, 0x07b9}, + {0, 79, -50, 0x0703}, + {29, 79, -50, 0x0000} + } +}; + +StandTile tile_482 = { + 0x005309, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 79, -61, 0x07ad}, + {0, 79, -61, 0x0000}, + {0, 79, -50, 0x07b5} + } +}; + +StandTile tile_483 = { + 0x00510a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x4, + { + {29, 36, -147, 0x07c3}, + {-43, 36, -115, 0x0735}, + {-14, 36, -115, 0x0000}, + {0, 36, -115, 0x0789}, + {29, 36, -115, 0x0000} + } +}; + +StandTile tile_484 = { + 0x005109, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 36, -147, 0x0000}, + {-43, 36, -147, 0x0000}, + {-43, 36, -115, 0x07bd} + } +}; + +StandTile tile_485 = { + 0x019208, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {29, 4, -50, 0x0816}, + {0, 4, -50, 0x082a}, + {22, 4, -32, 0x0806} + } +}; + +StandTile tile_486 = { + 0x00820a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {-187, 4, -72, 0x07d0}, + {-201, 4, -104, 0x0000}, + {-201, 4, -101, 0x0508}, + {-201, 4, -72, 0x0000} + } +}; + +StandTile tile_487 = { + 0x008209, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-187, 4, -72, 0x0866}, + {-187, 4, -104, 0x0000}, + {-201, 4, -104, 0x07cb} + } +}; + +StandTile tile_488 = { + 0x00830a, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {201, 4, 104, 0x07d8}, + {187, 4, 72, 0x0876}, + {187, 4, 90, 0x087a} + } +}; + +StandTile tile_489 = { + 0x008309, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {201, 4, 104, 0x0000}, + {201, 4, 101, 0x05fd}, + {201, 4, 72, 0x0000}, + {187, 4, 72, 0x07d4} + } +}; + +StandTile tile_490 = { + 0x00370a, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-75, 4, 115, 0x07e1}, + {25, 4, 25, 0x0000}, + {-25, 4, 25, 0x07e5} + } +}; + +StandTile tile_491 = { + 0x003709, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-75, 4, 115, 0x0000}, + {0, 4, 115, 0x084e}, + {25, 4, 25, 0x07dd} + } +}; + +StandTile tile_492 = { + 0x003608, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-75, 4, 115, 0x07dd}, + {-25, 4, 25, 0x07e9}, + {-50, 4, 0, 0x086a} + } +}; + +StandTile tile_493 = { + 0x003508, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-25, 4, 25, 0x07fe}, + {-43, 4, 0, 0x07f5}, + {-50, 4, 0, 0x07e5} + } +}; + +StandTile tile_494 = { + 0x003408, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-65, 4, -104, 0x0000}, + {-187, 4, -104, 0x07fa}, + {-43, 4, -61, 0x0836} + } +}; + +StandTile tile_495 = { + 0x003308, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-43, 4, -104, 0x0000}, + {-54, 4, -104, 0x0836}, + {-43, 4, -61, 0x0000} + } +}; + +StandTile tile_496 = { + 0x00320a, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {-43, 4, -61, 0x07fa}, + {-54, 4, 0, 0x086a}, + {-50, 4, 0, 0x07e9}, + {-43, 4, 0, 0x082e} + } +}; + +StandTile tile_497 = { + 0x003209, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-43, 4, -61, 0x07ed}, + {-187, 4, -104, 0x0866}, + {-54, 4, 0, 0x07f5} + } +}; + +StandTile tile_498 = { + 0x003108, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-25, 4, -25, 0x082e}, + {-43, 4, 0, 0x07e9}, + {-25, 4, 25, 0x0000} + } +}; + +StandTile tile_499 = { + 0x021f08, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {133, 4, -104, 0x0000}, + {65, 4, -104, 0x0812}, + {29, 4, -50, 0x0806} + } +}; + +StandTile tile_500 = { + 0x002f08, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {22, 4, -32, 0x0846}, + {133, 4, -104, 0x0802}, + {29, 4, -50, 0x07c7} + } +}; + +StandTile tile_501 = { + 0x01950a, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-25, 4, -25, 0x080e}, + {-14, 4, -61, 0x0719}, + {-43, 4, -61, 0x082e} + } +}; + +StandTile tile_502 = { + 0x019509, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-25, 4, -25, 0x082a}, + {0, 4, -50, 0x0822}, + {-14, 4, -61, 0x080a} + } +}; + +StandTile tile_503 = { + 0x019408, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {29, 4, -50, 0x0802}, + {65, 4, -104, 0x0000}, + {14, 4, -104, 0x0816} + } +}; + +StandTile tile_504 = { + 0x019b08, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {0, 4, -50, 0x07c7}, + {29, 4, -50, 0x0812}, + {14, 4, -104, 0x081a} + } +}; + +StandTile tile_505 = { + 0x019c08, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-6, 4, -71, 0x0822}, + {0, 4, -50, 0x0816}, + {14, 4, -104, 0x081e} + } +}; + +StandTile tile_506 = { + 0x019308, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-14, 4, -104, 0x0826}, + {-6, 4, -71, 0x081a}, + {14, 4, -104, 0x0000} + } +}; + +StandTile tile_507 = { + 0x019d08, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-14, 4, -61, 0x080e}, + {0, 4, -50, 0x081a}, + {-6, 4, -71, 0x0826} + } +}; + +StandTile tile_508 = { + 0x002d08, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-14, 4, -104, 0x0000}, + {-14, 4, -61, 0x0822}, + {-6, 4, -71, 0x081e} + } +}; + +StandTile tile_509 = { + 0x002808, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {22, 4, -32, 0x07c7}, + {0, 4, -50, 0x080e}, + {-25, 4, -25, 0x0832} + } +}; + +StandTile tile_510 = { + 0x002508, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-43, 4, -61, 0x07f5}, + {-43, 4, 0, 0x07fe}, + {-25, 4, -25, 0x080a} + } +}; + +StandTile tile_511 = { + 0x002408, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {22, 4, -32, 0x082a}, + {-25, 4, -25, 0x0000}, + {25, 4, -25, 0x084a} + } +}; + +StandTile tile_512 = { + 0x002308, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-65, 4, -104, 0x07ed}, + {-43, 4, -61, 0x07f1}, + {-54, 4, -104, 0x0000} + } +}; + +StandTile tile_513 = { + 0x019608, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {162, 4, -104, 0x084a}, + {25, 4, -25, 0x0000}, + {25, 4, 0, 0x083e} + } +}; + +StandTile tile_514 = { + 0x00220a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {25, 4, 25, 0x0842}, + {162, 4, -104, 0x083a}, + {25, 4, 0, 0x0000} + } +}; + +StandTile tile_515 = { + 0x002209, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {25, 4, 25, 0x0856}, + {162, 4, 65, 0x0872}, + {162, 4, -104, 0x083e} + } +}; + +StandTile tile_516 = { + 0x00210a, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {22, 4, -32, 0x084a}, + {162, 4, -104, 0x0000}, + {133, 4, -104, 0x0806} + } +}; + +StandTile tile_517 = { + 0x002109, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {22, 4, -32, 0x0832}, + {25, 4, -25, 0x083a}, + {162, 4, -104, 0x0846} + } +}; + +StandTile tile_518 = { + 0x00200a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {0, 4, 115, 0x0852}, + {43, 4, 104, 0x0856}, + {25, 4, 25, 0x07e1} + } +}; + +StandTile tile_519 = { + 0x002009, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {0, 4, 115, 0x0000}, + {43, 4, 115, 0x0000}, + {43, 4, 104, 0x084e} + } +}; + +StandTile tile_520 = { + 0x001f0a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {43, 4, 104, 0x085a}, + {162, 4, 65, 0x0842}, + {25, 4, 25, 0x084e} + } +}; + +StandTile tile_521 = { + 0x001f09, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {43, 4, 104, 0x087a}, + {187, 4, 90, 0x0876}, + {162, 4, 65, 0x0856} + } +}; + +StandTile tile_522 = { + 0x001e0a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-187, 4, 115, 0x0862}, + {-54, 4, 0, 0x0866}, + {-187, 4, -72, 0x0000} + } +}; + +StandTile tile_523 = { + 0x001e09, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-187, 4, 115, 0x0000}, + {-75, 4, 115, 0x086a}, + {-54, 4, 0, 0x085e} + } +}; + +StandTile tile_524 = { + 0x001d0a, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-187, 4, -104, 0x07d0}, + {-187, 4, -72, 0x085e}, + {-54, 4, 0, 0x07fa} + } +}; + +StandTile tile_525 = { + 0x003808, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-75, 4, 115, 0x07e5}, + {-50, 4, 0, 0x07f5}, + {-54, 4, 0, 0x0862} + } +}; + +StandTile tile_526 = { + 0x001c0a, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {187, 4, -104, 0x0872}, + {162, 4, 65, 0x0876}, + {187, 4, 72, 0x0000} + } +}; + +StandTile tile_527 = { + 0x001c09, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {187, 4, -104, 0x0000}, + {162, 4, -104, 0x0842}, + {162, 4, 65, 0x086e} + } +}; + +StandTile tile_528 = { + 0x001b08, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {162, 4, 65, 0x085a}, + {187, 4, 90, 0x07d4}, + {187, 4, 72, 0x086e} + } +}; + +StandTile tile_529 = { + 0x001a08, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {43, 4, 104, 0x0000}, + {201, 4, 104, 0x07d4}, + {187, 4, 90, 0x085a} + } +}; + +StandTile tile_530 = { + 0x00ec08, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-596, 4, 22, 0x08e2}, + {-600, 4, 0, 0x0882}, + {-690, 4, 22, 0x0000} + } +}; + +StandTile tile_531 = { + 0x00eb08, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-690, 4, 22, 0x087e}, + {-600, 4, 0, 0x08ea}, + {-585, 4, -129, 0x0886} + } +}; + +StandTile tile_532 = { + 0x00ea0a, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-585, 4, -129, 0x088a}, + {-726, 4, 22, 0x0892}, + {-690, 4, 22, 0x0882} + } +}; + +StandTile tile_533 = { + 0x00ea09, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-585, 4, -129, 0x0000}, + {-726, 4, -129, 0x0000}, + {-726, 4, 22, 0x0886} + } +}; + +StandTile tile_534 = { + 0x00e90a, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-690, 4, 22, 0x0892}, + {-726, 4, 54, 0x0896}, + {-690, 4, 54, 0x0000} + } +}; + +StandTile tile_535 = { + 0x00e909, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-690, 4, 22, 0x0886}, + {-726, 4, 22, 0x0000}, + {-726, 4, 54, 0x088e} + } +}; + +StandTile tile_536 = { + 0x00e80a, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-726, 4, 54, 0x089a}, + {-690, 4, 133, 0x08fa}, + {-690, 4, 54, 0x088e} + } +}; + +StandTile tile_537 = { + 0x00e809, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-726, 4, 54, 0x0000}, + {-726, 4, 133, 0x0000}, + {-690, 4, 133, 0x0896} + } +}; + +StandTile tile_538 = { + 0x00f10a, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-481, 4, -11, 0x08a2}, + {-499, 4, 22, 0x0000}, + {-481, 4, 22, 0x049a} + } +}; + +StandTile tile_539 = { + 0x00f109, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-481, 4, -11, 0x0000}, + {-499, 4, -11, 0x08d6}, + {-499, 4, 22, 0x089e} + } +}; + +StandTile tile_540 = { + 0x00fb0a, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-532, 4, 22, 0x08aa}, + {-535, 0, 54, 0x0000}, + {-532, 4, 54, 0x08da} + } +}; + +StandTile tile_541 = { + 0x00fb09, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-532, 4, 22, 0x0000}, + {-535, 0, 22, 0x0a7c}, + {-535, 0, 54, 0x08a6} + } +}; + +StandTile tile_542 = { + 0x019e08, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-530, 4, -129, 0x0000}, + {-560, 4, -129, 0x08c2}, + {-530, 4, -70, 0x08b6} + } +}; + +StandTile tile_543 = { + 0x00f00a, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-499, 4, -129, 0x08b6}, + {-530, 4, -70, 0x08c6}, + {-499, 4, -11, 0x0000} + } +}; + +StandTile tile_544 = { + 0x00f009, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-499, 4, -129, 0x0000}, + {-530, 4, -129, 0x08ae}, + {-530, 4, -70, 0x08b2} + } +}; + +StandTile tile_545 = { + 0x019f0b, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-530, 4, -70, 0x08be}, + {-575, 4, 0, 0x08ce}, + {-530, 4, -6, 0x08c6} + } +}; + +StandTile tile_546 = { + 0x019f0a, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-530, 4, -70, 0x08c2}, + {-564, 4, -119, 0x08ee}, + {-575, 4, 0, 0x08ba} + } +}; + +StandTile tile_547 = { + 0x019f09, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-530, 4, -70, 0x08ae}, + {-560, 4, -129, 0x08f2}, + {-564, 4, -119, 0x08be} + } +}; + +StandTile tile_548 = { + 0x00ef08, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-499, 4, -11, 0x08b2}, + {-530, 4, -70, 0x08ba}, + {-530, 4, -6, 0x08ca} + } +}; + +StandTile tile_549 = { + 0x01a008, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-532, 4, 22, 0x08da}, + {-499, 4, -11, 0x08c6}, + {-530, 4, -6, 0x08ce} + } +}; + +StandTile tile_550 = { + 0x00ee0a, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-575, 4, 0, 0x08d2}, + {-532, 4, 22, 0x08ca}, + {-530, 4, -6, 0x08ba} + } +}; + +StandTile tile_551 = { + 0x00ee09, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-575, 4, 0, 0x08e6}, + {-571, 4, 22, 0x0000}, + {-532, 4, 22, 0x08ce} + } +}; + +StandTile tile_552 = { + 0x00ed0a, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-499, 4, -11, 0x08da}, + {-532, 4, 54, 0x08de}, + {-499, 4, 22, 0x08a2} + } +}; + +StandTile tile_553 = { + 0x00ed09, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-499, 4, -11, 0x08ca}, + {-532, 4, 22, 0x08a6}, + {-532, 4, 54, 0x08d6} + } +}; + +StandTile tile_554 = { + 0x00e108, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-499, 4, 22, 0x08d6}, + {-532, 4, 54, 0x0916}, + {-499, 4, 133, 0x0000} + } +}; + +StandTile tile_555 = { + 0x00e00a, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-596, 4, 22, 0x08e6}, + {-575, 4, 0, 0x08ee}, + {-600, 4, 0, 0x087e} + } +}; + +StandTile tile_556 = { + 0x00e009, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-596, 4, 22, 0x0000}, + {-571, 4, 22, 0x08d2}, + {-575, 4, 0, 0x08e2} + } +}; + +StandTile tile_557 = { + 0x00df0a, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-600, 4, 0, 0x08ee}, + {-564, 4, -119, 0x08f2}, + {-585, 4, -129, 0x0882} + } +}; + +StandTile tile_558 = { + 0x00df09, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-600, 4, 0, 0x08e2}, + {-575, 4, 0, 0x08be}, + {-564, 4, -119, 0x08ea} + } +}; + +StandTile tile_559 = { + 0x00de08, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-564, 4, -119, 0x08c2}, + {-560, 4, -129, 0x0000}, + {-585, 4, -129, 0x08ea} + } +}; + +StandTile tile_560 = { + 0x00e708, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-690, 4, 133, 0x0000}, + {-585, 4, 133, 0x0906}, + {-589, 4, 119, 0x08fe} + } +}; + +StandTile tile_561 = { + 0x00e60a, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-690, 4, 133, 0x08fe}, + {-596, 4, 54, 0x0000}, + {-690, 4, 54, 0x0896} + } +}; + +StandTile tile_562 = { + 0x00e609, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-690, 4, 133, 0x08f6}, + {-589, 4, 119, 0x090e}, + {-596, 4, 54, 0x08fa} + } +}; + +StandTile tile_563 = { + 0x00e50a, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-589, 4, 119, 0x0906}, + {-557, 4, 133, 0x0912}, + {-564, 4, 115, 0x090e} + } +}; + +StandTile tile_564 = { + 0x00e509, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-589, 4, 119, 0x08f6}, + {-585, 4, 133, 0x0000}, + {-557, 4, 133, 0x0902} + } +}; + +StandTile tile_565 = { + 0x00e40a, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-596, 4, 54, 0x090e}, + {-564, 4, 115, 0x091e}, + {-571, 4, 54, 0x0000} + } +}; + +StandTile tile_566 = { + 0x00e409, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-596, 4, 54, 0x08fe}, + {-589, 4, 119, 0x0902}, + {-564, 4, 115, 0x090a} + } +}; + +StandTile tile_567 = { + 0x01f008, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-564, 4, 115, 0x0902}, + {-557, 4, 133, 0x0000}, + {-528, 4, 133, 0x091a} + } +}; + +StandTile tile_568 = { + 0x00e30a, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-564, 4, 115, 0x091a}, + {-499, 4, 133, 0x08de}, + {-532, 4, 54, 0x091e} + } +}; + +StandTile tile_569 = { + 0x00e309, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-564, 4, 115, 0x0912}, + {-528, 4, 133, 0x0000}, + {-499, 4, 133, 0x0916} + } +}; + +StandTile tile_570 = { + 0x00e208, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-571, 4, 54, 0x090a}, + {-564, 4, 115, 0x0916}, + {-532, 4, 54, 0x0000} + } +}; + +StandTile tile_571 = { + 0x025c00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1332, -2059, 1517, 0x0000}, + {1591, -2059, -35, 0x0926}, + {47, -2059, 43, 0x095e} + } +}; + +StandTile tile_572 = { + 0x025b00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1591, -2059, -35, 0x092a}, + {47, -2059, -13, 0x0982}, + {47, -2059, 43, 0x0922} + } +}; + +StandTile tile_573 = { + 0x025a00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1591, -2059, -35, 0x0000}, + {1332, -2059, -1457, 0x092e}, + {47, -2059, -13, 0x0926} + } +}; + +StandTile tile_574 = { + 0x025900, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1332, -2059, -1457, 0x0932}, + {9, -2059, -50, 0x097e}, + {47, -2059, -13, 0x092a} + } +}; + +StandTile tile_575 = { + 0x025800, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1332, -2059, -1457, 0x0000}, + {39, -2059, -1716, 0x0936}, + {9, -2059, -50, 0x092e} + } +}; + +StandTile tile_576 = { + 0x025700, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9, -2059, -50, 0x0932}, + {39, -2059, -1716, 0x093a}, + {-28, -2059, -50, 0x0976} + } +}; + +StandTile tile_577 = { + 0x025600, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {39, -2059, -1716, 0x0000}, + {-1254, -2059, -1457, 0x093e}, + {-28, -2059, -50, 0x0936} + } +}; + +StandTile tile_578 = { + 0x025500, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, -2059, -13, 0x096a}, + {-28, -2059, -50, 0x093a}, + {-1254, -2059, -1457, 0x0942} + } +}; + +StandTile tile_579 = { + 0x025400, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1513, -2059, -35, 0x0946}, + {-66, -2059, -13, 0x093e}, + {-1254, -2059, -1457, 0x0000} + } +}; + +StandTile tile_580 = { + 0x025300, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, -2059, 43, 0x099a}, + {-66, -2059, -13, 0x0942}, + {-1513, -2059, -35, 0x094a} + } +}; + +StandTile tile_581 = { + 0x025200, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1513, -2059, -35, 0x0000}, + {-1254, -2059, 1517, 0x094e}, + {-66, -2059, 43, 0x0946} + } +}; + +StandTile tile_582 = { + 0x025100, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, -2059, 43, 0x094a}, + {-1254, -2059, 1517, 0x0952}, + {-28, -2059, 80, 0x0992} + } +}; + +StandTile tile_583 = { + 0x025000, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1254, -2059, 1517, 0x0000}, + {39, -2059, 1776, 0x0956}, + {-28, -2059, 80, 0x094e} + } +}; + +StandTile tile_584 = { + 0x024f00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-28, -2059, 80, 0x0952}, + {39, -2059, 1776, 0x095a}, + {9, -2059, 80, 0x098e} + } +}; + +StandTile tile_585 = { + 0x024e00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {39, -2059, 1776, 0x0000}, + {1332, -2059, 1517, 0x095e}, + {9, -2059, 80, 0x0956} + } +}; + +StandTile tile_586 = { + 0x024d00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1332, -2059, 1517, 0x0922}, + {47, -2059, 43, 0x0962}, + {9, -2059, 80, 0x095a} + } +}; + +StandTile tile_587 = { + 0x024c02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {47, -610, 43, 0x0966}, + {9, -2059, 80, 0x095e}, + {47, -2059, 43, 0x0982} + } +}; + +StandTile tile_588 = { + 0x024c01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {47, -610, 43, 0x09e6}, + {9, -610, 80, 0x098e}, + {9, -2059, 80, 0x0962} + } +}; + +StandTile tile_589 = { + 0x024b02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, -610, -13, 0x096e}, + {-28, -2059, -50, 0x093e}, + {-66, -2059, -13, 0x099a} + } +}; + +StandTile tile_590 = { + 0x024b01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, -610, -13, 0x09ce}, + {-28, -610, -50, 0x0976}, + {-28, -2059, -50, 0x096a} + } +}; + +StandTile tile_591 = { + 0x024a02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9, -2059, -50, 0x0976}, + {-28, -610, -50, 0x09d2}, + {9, -610, -50, 0x097e} + } +}; + +StandTile tile_592 = { + 0x024a01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9, -2059, -50, 0x0936}, + {-28, -2059, -50, 0x096e}, + {-28, -610, -50, 0x0972} + } +}; + +StandTile tile_593 = { + 0x024902, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {47, -2059, -13, 0x097e}, + {9, -610, -50, 0x09da}, + {47, -610, -13, 0x0986} + } +}; + +StandTile tile_594 = { + 0x024901, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {47, -2059, -13, 0x092e}, + {9, -2059, -50, 0x0972}, + {9, -610, -50, 0x097a} + } +}; + +StandTile tile_595 = { + 0x024802, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {47, -2059, -13, 0x0986}, + {47, -610, 43, 0x0962}, + {47, -2059, 43, 0x0926} + } +}; + +StandTile tile_596 = { + 0x024801, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {47, -2059, -13, 0x097a}, + {47, -610, -13, 0x09e2}, + {47, -610, 43, 0x0982} + } +}; + +StandTile tile_597 = { + 0x024602, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-28, -2059, 80, 0x098e}, + {9, -610, 80, 0x09ee}, + {-28, -610, 80, 0x0996} + } +}; + +StandTile tile_598 = { + 0x024601, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-28, -2059, 80, 0x0956}, + {9, -2059, 80, 0x0966}, + {9, -610, 80, 0x098a} + } +}; + +StandTile tile_599 = { + 0x024102, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-28, -2059, 80, 0x0996}, + {-66, -610, 43, 0x099e}, + {-66, -2059, 43, 0x094e} + } +}; + +StandTile tile_600 = { + 0x024101, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-28, -2059, 80, 0x098a}, + {-28, -610, 80, 0x09f2}, + {-66, -610, 43, 0x0992} + } +}; + +StandTile tile_601 = { + 0x024002, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, -2059, 43, 0x099e}, + {-66, -610, -13, 0x096a}, + {-66, -2059, -13, 0x0946} + } +}; + +StandTile tile_602 = { + 0x024001, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, -2059, 43, 0x0992}, + {-66, -610, 43, 0x09fa}, + {-66, -610, -13, 0x099a} + } +}; + +StandTile tile_603 = { + 0x007702, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-29, -269, 18, 0x09a6}, + {-57, -269, 75, 0x09ac}, + {-29, -269, 57, 0x0000} + } +}; + +StandTile tile_604 = { + 0x007701, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x1, 0x4, + { + {-29, -269, 18, 0x09ca}, + {-57, -269, -79, 0x0000}, + {-57, -269, -57, 0x0a36}, + {-57, -269, -29, 0x0000}, + {-57, -269, 75, 0x09a2} + } +}; + +StandTile tile_605 = { + 0x020700, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-29, -269, 57, 0x09a2}, + {-57, -269, 75, 0x0000}, + {-7, -269, 75, 0x09b4} + } +}; + +StandTile tile_606 = { + 0x020800, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-7, -269, 75, 0x0000}, + {43, -269, 75, 0x09bc}, + {11, -269, 57, 0x09b4} + } +}; + +StandTile tile_607 = { + 0x007600, 0x08, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-29, -269, 57, 0x09ac}, + {-7, -269, 75, 0x09b0}, + {11, -269, 57, 0x0000} + } +}; + +StandTile tile_608 = { + 0x007502, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {11, -269, 57, 0x09bc}, + {43, -269, -79, 0x09c0}, + {11, -269, 18, 0x0000} + } +}; + +StandTile tile_609 = { + 0x007501, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {11, -269, 57, 0x09b0}, + {43, -269, 75, 0x0000}, + {43, -269, -79, 0x09b8} + } +}; + +StandTile tile_610 = { + 0x020600, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {11, -269, 18, 0x09b8}, + {43, -269, -79, 0x0000}, + {-7, -269, -79, 0x09c4} + } +}; + +StandTile tile_611 = { + 0x020500, 0x08, + 0x0, + 0x9, 0x9, 0x9, + 5, + 0x0, 0x3, 0x4, + { + {-29, -269, 18, 0x0000}, + {-20, -269, 18, 0x0a02}, + {-1, -269, 18, 0x0000}, + {11, -269, 18, 0x09c0}, + {-7, -269, -79, 0x09ca} + } +}; + +StandTile tile_612 = { + 0x007400, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-29, -269, 18, 0x09c4}, + {-7, -269, -79, 0x0000}, + {-57, -269, -79, 0x09a6} + } +}; + +StandTile tile_613 = { + 0x023e00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-28, -610, -50, 0x096e}, + {-66, -610, -13, 0x09fa}, + {-20, -610, 13, 0x09d6} + } +}; + +StandTile tile_614 = { + 0x023f02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-28, -610, -50, 0x09d6}, + {-1, -610, 13, 0x09da}, + {9, -610, -50, 0x0972} + } +}; + +StandTile tile_615 = { + 0x023f01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-28, -610, -50, 0x09ce}, + {-20, -610, 13, 0x0000}, + {-1, -610, 13, 0x09d2} + } +}; + +StandTile tile_616 = { + 0x023800, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9, -610, -50, 0x09d2}, + {-1, -610, 13, 0x09de}, + {47, -610, -13, 0x097a} + } +}; + +StandTile tile_617 = { + 0x023902, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1, -610, 18, 0x09e2}, + {47, -610, -13, 0x09da}, + {-1, -610, 13, 0x0000} + } +}; + +StandTile tile_618 = { + 0x023901, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1, -610, 18, 0x09e6}, + {47, -610, 43, 0x0986}, + {47, -610, -13, 0x09de} + } +}; + +StandTile tile_619 = { + 0x023a00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9, -610, 80, 0x0966}, + {47, -610, 43, 0x09e2}, + {-1, -610, 18, 0x09ee} + } +}; + +StandTile tile_620 = { + 0x023b02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-28, -610, 80, 0x09ee}, + {-1, -610, 18, 0x09fe}, + {-20, -610, 18, 0x09f2} + } +}; + +StandTile tile_621 = { + 0x023b01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-28, -610, 80, 0x098a}, + {9, -610, 80, 0x09e6}, + {-1, -610, 18, 0x09ea} + } +}; + +StandTile tile_622 = { + 0x023c00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, -610, 43, 0x0996}, + {-28, -610, 80, 0x09ea}, + {-20, -610, 18, 0x09f6} + } +}; + +StandTile tile_623 = { + 0x023d02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-20, -610, 13, 0x09fa}, + {-66, -610, 43, 0x09f2}, + {-20, -610, 18, 0x0000} + } +}; + +StandTile tile_624 = { + 0x023d01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-20, -610, 13, 0x09ce}, + {-66, -610, -13, 0x099e}, + {-66, -610, 43, 0x09f6} + } +}; + +StandTile tile_625 = { + 0x025e02, 0x07, + 0x3, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1, -269, 18, 0x0a02}, + {-20, -610, 18, 0x09ea}, + {-1, -610, 18, 0x0000} + } +}; + +StandTile tile_626 = { + 0x025e01, 0x07, + 0x3, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1, -269, 18, 0x09c4}, + {-20, -269, 18, 0x0000}, + {-20, -610, 18, 0x09fe} + } +}; + +StandTile tile_627 = { + 0x021502, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-122, -241, -29, 0x0a0a}, + {-122, -233, -57, 0x0a32}, + {-122, -233, -29, 0x0000} + } +}; + +StandTile tile_628 = { + 0x021501, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-122, -241, -29, 0x0a1e}, + {-122, -241, -57, 0x0000}, + {-122, -233, -57, 0x0a06} + } +}; + +StandTile tile_629 = { + 0x021602, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-115, -248, -29, 0x0a12}, + {-115, -241, -57, 0x0a22}, + {-115, -241, -29, 0x0000} + } +}; + +StandTile tile_630 = { + 0x021601, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-115, -248, -29, 0x0a26}, + {-115, -248, -57, 0x0000}, + {-115, -241, -57, 0x0a0e} + } +}; + +StandTile tile_631 = { + 0x021702, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-108, -255, -29, 0x0a1a}, + {-108, -248, -57, 0x0a2a}, + {-108, -248, -29, 0x0000} + } +}; + +StandTile tile_632 = { + 0x021701, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-108, -255, -29, 0x0a56}, + {-108, -255, -57, 0x0000}, + {-108, -248, -57, 0x0a16} + } +}; + +StandTile tile_633 = { + 0x009a02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-122, -241, -29, 0x0a22}, + {-115, -241, -57, 0x0000}, + {-122, -241, -57, 0x0a0a} + } +}; + +StandTile tile_634 = { + 0x009a01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-122, -241, -29, 0x0000}, + {-115, -241, -29, 0x0a0e}, + {-115, -241, -57, 0x0a1e} + } +}; + +StandTile tile_635 = { + 0x009c02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-115, -248, -29, 0x0a2a}, + {-108, -248, -57, 0x0000}, + {-115, -248, -57, 0x0a12} + } +}; + +StandTile tile_636 = { + 0x009c01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-115, -248, -29, 0x0000}, + {-108, -248, -29, 0x0a16}, + {-108, -248, -57, 0x0a26} + } +}; + +StandTile tile_637 = { + 0x00a202, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-129, -233, -29, 0x0a32}, + {-122, -233, -57, 0x0000}, + {-129, -233, -57, 0x0b55} + } +}; + +StandTile tile_638 = { + 0x00a201, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-129, -233, -29, 0x0000}, + {-122, -233, -29, 0x0a06}, + {-122, -233, -57, 0x0a2e} + } +}; + +StandTile tile_639 = { + 0x020302, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-57, -269, -57, 0x0a3a}, + {-61, -269, -29, 0x0000}, + {-57, -269, -29, 0x09a6} + } +}; + +StandTile tile_640 = { + 0x020301, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-57, -269, -57, 0x0000}, + {-61, -269, -57, 0x0a42}, + {-61, -269, -29, 0x0a36} + } +}; + +StandTile tile_641 = { + 0x008502, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-93, -269, -29, 0x0a42}, + {-61, -269, -57, 0x0000}, + {-93, -269, -57, 0x0a52} + } +}; + +StandTile tile_642 = { + 0x008501, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-93, -269, -29, 0x0000}, + {-61, -269, -29, 0x0a3a}, + {-61, -269, -57, 0x0a3e} + } +}; + +StandTile tile_643 = { + 0x021802, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-101, -262, -29, 0x0a4a}, + {-101, -255, -57, 0x0a5a}, + {-101, -255, -29, 0x0000} + } +}; + +StandTile tile_644 = { + 0x021801, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-101, -262, -29, 0x0a5e}, + {-101, -262, -57, 0x0000}, + {-101, -255, -57, 0x0a46} + } +}; + +StandTile tile_645 = { + 0x021902, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-93, -269, -29, 0x0a52}, + {-93, -262, -57, 0x0a62}, + {-93, -262, -29, 0x0000} + } +}; + +StandTile tile_646 = { + 0x021901, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-93, -269, -29, 0x0a3e}, + {-93, -269, -57, 0x0000}, + {-93, -262, -57, 0x0a4e} + } +}; + +StandTile tile_647 = { + 0x009e02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-108, -255, -29, 0x0a5a}, + {-101, -255, -57, 0x0000}, + {-108, -255, -57, 0x0a1a} + } +}; + +StandTile tile_648 = { + 0x009e01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-108, -255, -29, 0x0000}, + {-101, -255, -29, 0x0a46}, + {-101, -255, -57, 0x0a56} + } +}; + +StandTile tile_649 = { + 0x00a002, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-101, -262, -29, 0x0a62}, + {-93, -262, -57, 0x0000}, + {-101, -262, -57, 0x0a4a} + } +}; + +StandTile tile_650 = { + 0x00a001, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-101, -262, -29, 0x0000}, + {-93, -262, -29, 0x0a4e}, + {-93, -262, -57, 0x0a5e} + } +}; + +StandTile tile_651 = { + 0x00ad00, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-805, -129, -90, 0x0000}, + {-841, -129, -90, 0x0a6a}, + {-805, -129, -57, 0x0aa1} + } +}; + +StandTile tile_652 = { + 0x00ac00, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {-805, -129, -57, 0x0a66}, + {-841, -129, -90, 0x0a74}, + {-805, -129, 25, 0x0a80}, + {-805, -129, 22, 0x0000} + } +}; + +StandTile tile_653 = { + 0x00ab02, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {-805, -129, 25, 0x0a74}, + {-841, -129, 90, 0x0a78}, + {-805, -129, 57, 0x0000}, + {-805, -129, 54, 0x0a80} + } +}; + +StandTile tile_654 = { + 0x00ab01, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-805, -129, 25, 0x0a6a}, + {-841, -129, -90, 0x0000}, + {-841, -129, 90, 0x0a6f} + } +}; + +StandTile tile_655 = { + 0x00aa00, 0x05, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-805, -129, 57, 0x0a6f}, + {-841, -129, 90, 0x0000}, + {-805, -129, 90, 0x0a91} + } +}; + +StandTile tile_656 = { + 0x00ae02, 0x05, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-535, 0, 22, 0x0a80}, + {-805, -129, 54, 0x0000}, + {-535, 0, 54, 0x08aa} + } +}; + +StandTile tile_657 = { + 0x00ae01, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-535, 0, 22, 0x0000}, + {-805, -129, 22, 0x0a6a}, + {-805, -129, 25, 0x0a6f}, + {-805, -129, 54, 0x0a7c} + } +}; + +StandTile tile_658 = { + 0x017302, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-668, -147, 57, 0x0a89}, + {-528, -162, 90, 0x0ab9}, + {-528, -162, 57, 0x0000} + } +}; + +StandTile tile_659 = { + 0x017301, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-668, -147, 57, 0x0a8d}, + {-668, -147, 90, 0x0000}, + {-528, -162, 90, 0x0a85} + } +}; + +StandTile tile_660 = { + 0x017402, 0x05, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-805, -129, 57, 0x0a91}, + {-668, -147, 90, 0x0a89}, + {-668, -147, 57, 0x0000} + } +}; + +StandTile tile_661 = { + 0x017401, 0x05, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-805, -129, 57, 0x0a78}, + {-805, -129, 90, 0x0000}, + {-668, -147, 90, 0x0a8d} + } +}; + +StandTile tile_662 = { + 0x017902, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-668, -147, -90, 0x0a99}, + {-528, -162, -57, 0x0ac1}, + {-528, -162, -90, 0x0000} + } +}; + +StandTile tile_663 = { + 0x017901, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-668, -147, -90, 0x0a9d}, + {-668, -147, -57, 0x0000}, + {-528, -162, -57, 0x0a95} + } +}; + +StandTile tile_664 = { + 0x017b02, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-805, -129, -90, 0x0aa1}, + {-668, -147, -57, 0x0a99}, + {-668, -147, -90, 0x0000} + } +}; + +StandTile tile_665 = { + 0x017b01, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-805, -129, -90, 0x0a66}, + {-805, -129, -57, 0x0000}, + {-668, -147, -57, 0x0a9d} + } +}; + +StandTile tile_666 = { + 0x016b02, 0x04, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-233, -180, 57, 0x0aa9}, + {-79, -183, 90, 0x0ad5}, + {-79, -183, 57, 0x0000} + } +}; + +StandTile tile_667 = { + 0x016b01, 0x04, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-233, -180, 57, 0x0aad}, + {-233, -180, 90, 0x0000}, + {-79, -183, 90, 0x0aa5} + } +}; + +StandTile tile_668 = { + 0x016c02, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-384, -172, 57, 0x0ab1}, + {-233, -180, 90, 0x0aa9}, + {-233, -180, 57, 0x0000} + } +}; + +StandTile tile_669 = { + 0x016c01, 0x04, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-384, -172, 57, 0x0ab5}, + {-384, -172, 90, 0x0000}, + {-233, -180, 90, 0x0aad} + } +}; + +StandTile tile_670 = { + 0x017202, 0x04, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-528, -162, 57, 0x0ab9}, + {-384, -172, 90, 0x0ab1}, + {-384, -172, 57, 0x0000} + } +}; + +StandTile tile_671 = { + 0x017201, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-528, -162, 57, 0x0a85}, + {-528, -162, 90, 0x0000}, + {-384, -172, 90, 0x0ab5} + } +}; + +StandTile tile_672 = { + 0x017a02, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-528, -162, -90, 0x0ac1}, + {-384, -172, -57, 0x0ad1}, + {-384, -172, -90, 0x0000} + } +}; + +StandTile tile_673 = { + 0x017a01, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-528, -162, -90, 0x0a95}, + {-528, -162, -57, 0x0000}, + {-384, -172, -57, 0x0abd} + } +}; + +StandTile tile_674 = { + 0x018f02, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-233, -180, -90, 0x0ac9}, + {-79, -183, -57, 0x0add}, + {-79, -183, -90, 0x0000} + } +}; + +StandTile tile_675 = { + 0x018f01, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-233, -180, -90, 0x0acd}, + {-233, -180, -57, 0x0000}, + {-79, -183, -57, 0x0ac5} + } +}; + +StandTile tile_676 = { + 0x019002, 0x04, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-384, -172, -90, 0x0ad1}, + {-233, -180, -57, 0x0ac9}, + {-233, -180, -90, 0x0000} + } +}; + +StandTile tile_677 = { + 0x019001, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-384, -172, -90, 0x0abd}, + {-384, -172, -57, 0x0000}, + {-233, -180, -57, 0x0acd} + } +}; + +StandTile tile_678 = { + 0x00b002, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-79, -183, 90, 0x0ad9}, + {79, -183, 57, 0x0b6d}, + {-79, -183, 57, 0x0aa5} + } +}; + +StandTile tile_679 = { + 0x00b001, 0x03, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-79, -183, 90, 0x0000}, + {79, -183, 90, 0x0b9d}, + {79, -183, 57, 0x0ad5} + } +}; + +StandTile tile_680 = { + 0x00af02, 0x03, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-79, -183, -57, 0x0ae1}, + {79, -183, -90, 0x0000}, + {-79, -183, -90, 0x0ac5} + } +}; + +StandTile tile_681 = { + 0x00af01, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-79, -183, -57, 0x0b79}, + {79, -183, -57, 0x0b7d}, + {79, -183, -90, 0x0add} + } +}; + +StandTile tile_682 = { + 0x021402, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-129, -233, -22, 0x0ae9}, + {-129, -226, 7, 0x0b51}, + {-129, -226, -22, 0x0000} + } +}; + +StandTile tile_683 = { + 0x021401, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-129, -233, -22, 0x0b59}, + {-129, -233, 7, 0x0000}, + {-129, -226, 7, 0x0ae5} + } +}; + +StandTile tile_684 = { + 0x021302, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-122, -226, -22, 0x0af1}, + {-122, -219, 7, 0x0b49}, + {-122, -219, -22, 0x0000} + } +}; + +StandTile tile_685 = { + 0x021301, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-122, -226, -22, 0x0b4d}, + {-122, -226, 7, 0x0000}, + {-122, -219, 7, 0x0aed} + } +}; + +StandTile tile_686 = { + 0x021202, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-115, -219, -22, 0x0af9}, + {-115, -212, 7, 0x0b29}, + {-115, -212, -22, 0x0000} + } +}; + +StandTile tile_687 = { + 0x021201, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-115, -219, -22, 0x0b45}, + {-115, -219, 7, 0x0000}, + {-115, -212, 7, 0x0af5} + } +}; + +StandTile tile_688 = { + 0x021102, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-108, -212, -22, 0x0b01}, + {-108, -205, 7, 0x0b31}, + {-108, -205, -22, 0x0000} + } +}; + +StandTile tile_689 = { + 0x021101, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-108, -212, -22, 0x0b25}, + {-108, -212, 7, 0x0000}, + {-108, -205, 7, 0x0afd} + } +}; + +StandTile tile_690 = { + 0x021002, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-101, -205, -22, 0x0b09}, + {-101, -198, 7, 0x0b39}, + {-101, -198, -22, 0x0000} + } +}; + +StandTile tile_691 = { + 0x021001, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-101, -205, -22, 0x0b2d}, + {-101, -205, 7, 0x0000}, + {-101, -198, 7, 0x0b05} + } +}; + +StandTile tile_692 = { + 0x020f02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-93, -198, -22, 0x0b11}, + {-93, -190, 7, 0x0b41}, + {-93, -190, -22, 0x0000} + } +}; + +StandTile tile_693 = { + 0x020f01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-93, -198, -22, 0x0b35}, + {-93, -198, 7, 0x0000}, + {-93, -190, 7, 0x0b0d} + } +}; + +StandTile tile_694 = { + 0x020e02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-86, -190, -22, 0x0b19}, + {-86, -183, 7, 0x0b21}, + {-86, -183, -22, 0x0000} + } +}; + +StandTile tile_695 = { + 0x020e01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-86, -190, -22, 0x0b3d}, + {-86, -190, 7, 0x0000}, + {-86, -183, 7, 0x0b15} + } +}; + +StandTile tile_696 = { + 0x009602, 0x03, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-79, -183, -22, 0x0b21}, + {-86, -183, 7, 0x0000}, + {-79, -183, 7, 0x0b71} + } +}; + +StandTile tile_697 = { + 0x009601, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-79, -183, -22, 0x0000}, + {-86, -183, -22, 0x0b15}, + {-86, -183, 7, 0x0b1d} + } +}; + +StandTile tile_698 = { + 0x009402, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-108, -212, -22, 0x0b29}, + {-115, -212, 7, 0x0000}, + {-108, -212, 7, 0x0b01} + } +}; + +StandTile tile_699 = { + 0x009401, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-108, -212, -22, 0x0000}, + {-115, -212, -22, 0x0af5}, + {-115, -212, 7, 0x0b25} + } +}; + +StandTile tile_700 = { + 0x009202, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-101, -205, -22, 0x0b31}, + {-108, -205, 7, 0x0000}, + {-101, -205, 7, 0x0b09} + } +}; + +StandTile tile_701 = { + 0x009201, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-101, -205, -22, 0x0000}, + {-108, -205, -22, 0x0afd}, + {-108, -205, 7, 0x0b2d} + } +}; + +StandTile tile_702 = { + 0x009002, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-93, -198, -22, 0x0b39}, + {-101, -198, 7, 0x0000}, + {-93, -198, 7, 0x0b11} + } +}; + +StandTile tile_703 = { + 0x009001, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-93, -198, -22, 0x0000}, + {-101, -198, -22, 0x0b05}, + {-101, -198, 7, 0x0b35} + } +}; + +StandTile tile_704 = { + 0x008e02, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-86, -190, -22, 0x0b41}, + {-93, -190, 7, 0x0000}, + {-86, -190, 7, 0x0b19} + } +}; + +StandTile tile_705 = { + 0x008e01, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-86, -190, -22, 0x0000}, + {-93, -190, -22, 0x0b0d}, + {-93, -190, 7, 0x0b3d} + } +}; + +StandTile tile_706 = { + 0x008c02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-115, -219, -22, 0x0b49}, + {-122, -219, 7, 0x0000}, + {-115, -219, 7, 0x0af9} + } +}; + +StandTile tile_707 = { + 0x008c01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-115, -219, -22, 0x0000}, + {-122, -219, -22, 0x0aed}, + {-122, -219, 7, 0x0b45} + } +}; + +StandTile tile_708 = { + 0x008a02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-122, -226, -22, 0x0b51}, + {-129, -226, 7, 0x0000}, + {-122, -226, 7, 0x0af1} + } +}; + +StandTile tile_709 = { + 0x008a01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-122, -226, -22, 0x0000}, + {-129, -226, -22, 0x0ae5}, + {-129, -226, 7, 0x0b4d} + } +}; + +StandTile tile_710 = { + 0x008800, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-129, -233, -57, 0x0000}, + {-154, -233, -57, 0x0b61}, + {-129, -233, -29, 0x0a2e} + } +}; + +StandTile tile_711 = { + 0x008700, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-154, -233, 7, 0x0000}, + {-129, -233, 7, 0x0ae9}, + {-129, -233, -22, 0x0b5d} + } +}; + +StandTile tile_712 = { + 0x008602, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-129, -233, -29, 0x0b61}, + {-154, -233, 7, 0x0b59}, + {-129, -233, -22, 0x0000} + } +}; + +StandTile tile_713 = { + 0x008601, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-129, -233, -29, 0x0b55}, + {-154, -233, -57, 0x0000}, + {-154, -233, 7, 0x0b5d} + } +}; + +StandTile tile_714 = { + 0x008400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, -183, 14, 0x0b69}, + {79, -183, 57, 0x0000}, + {79, -183, -57, 0x0b79} + } +}; + +StandTile tile_715 = { + 0x008302, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-79, -183, 7, 0x0b6d}, + {79, -183, 57, 0x0b65}, + {0, -183, 14, 0x0b71} + } +}; + +StandTile tile_716 = { + 0x008301, 0x03, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-79, -183, 7, 0x0000}, + {-79, -183, 57, 0x0ad5}, + {79, -183, 57, 0x0b69} + } +}; + +StandTile tile_717 = { + 0x008200, 0x03, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-79, -183, -22, 0x0b1d}, + {-79, -183, 7, 0x0b69}, + {0, -183, 14, 0x0b75} + } +}; + +StandTile tile_718 = { + 0x008102, 0x03, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {0, -183, 14, 0x0b79}, + {-79, -183, -57, 0x0000}, + {-79, -183, -22, 0x0b71} + } +}; + +StandTile tile_719 = { + 0x008101, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {0, -183, 14, 0x0b65}, + {79, -183, -57, 0x0ae1}, + {-79, -183, -57, 0x0b75} + } +}; + +StandTile tile_720 = { + 0x00e502, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {233, -180, -57, 0x0b81}, + {79, -183, -90, 0x0ae1}, + {79, -183, -57, 0x0000} + } +}; + +StandTile tile_721 = { + 0x00e501, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {233, -180, -57, 0x0b85}, + {233, -180, -90, 0x0000}, + {79, -183, -90, 0x0b7d} + } +}; + +StandTile tile_722 = { + 0x00e602, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {384, -172, -57, 0x0b89}, + {233, -180, -90, 0x0b81}, + {233, -180, -57, 0x0000} + } +}; + +StandTile tile_723 = { + 0x00e601, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {384, -172, -57, 0x0b8d}, + {384, -172, -90, 0x0000}, + {233, -180, -90, 0x0b85} + } +}; + +StandTile tile_724 = { + 0x00e802, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {528, -162, -57, 0x0b91}, + {384, -172, -90, 0x0b89}, + {384, -172, -57, 0x0000} + } +}; + +StandTile tile_725 = { + 0x00e801, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {528, -162, -57, 0x0bca}, + {528, -162, -90, 0x0000}, + {384, -172, -90, 0x0b8d} + } +}; + +StandTile tile_726 = { + 0x00f002, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {528, -162, 90, 0x0b99}, + {384, -172, 57, 0x0ba9}, + {384, -172, 90, 0x0000} + } +}; + +StandTile tile_727 = { + 0x00f001, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {528, -162, 90, 0x0bda}, + {528, -162, 57, 0x0000}, + {384, -172, 57, 0x0b95} + } +}; + +StandTile tile_728 = { + 0x010102, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {233, -180, 90, 0x0ba1}, + {79, -183, 57, 0x0ad9}, + {79, -183, 90, 0x0000} + } +}; + +StandTile tile_729 = { + 0x010101, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {233, -180, 90, 0x0ba5}, + {233, -180, 57, 0x0000}, + {79, -183, 57, 0x0b9d} + } +}; + +StandTile tile_730 = { + 0x010202, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {384, -172, 90, 0x0ba9}, + {233, -180, 57, 0x0ba1}, + {233, -180, 90, 0x0000} + } +}; + +StandTile tile_731 = { + 0x010201, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {384, -172, 90, 0x0b95}, + {384, -172, 57, 0x0000}, + {233, -180, 57, 0x0ba5} + } +}; + +StandTile tile_732 = { + 0x00a800, 0x01, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {805, -129, 90, 0x0000}, + {841, -129, 90, 0x0bb1}, + {805, -129, 57, 0x0be6} + } +}; + +StandTile tile_733 = { + 0x00a700, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {805, -129, 57, 0x0bad}, + {841, -129, 90, 0x0bba}, + {805, -129, -22, 0x0000} + } +}; + +StandTile tile_734 = { + 0x00a602, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {805, -129, -22, 0x0bba}, + {841, -129, -90, 0x0bbe}, + {805, -129, -57, 0x0000}, + {805, -129, -54, 0x0bc6} + } +}; + +StandTile tile_735 = { + 0x00a601, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {805, -129, -22, 0x0bb1}, + {841, -129, 90, 0x0000}, + {841, -129, -90, 0x0bb5} + } +}; + +StandTile tile_736 = { + 0x00a500, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {805, -129, -57, 0x0bb5}, + {841, -129, -90, 0x0000}, + {805, -129, -90, 0x0bd6} + } +}; + +StandTile tile_737 = { + 0x00a902, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {535, 0, -22, 0x0bc6}, + {805, -129, -54, 0x0000}, + {535, 0, -54, 0x0671} + } +}; + +StandTile tile_738 = { + 0x00a901, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {535, 0, -22, 0x0000}, + {805, -129, -22, 0x0bb5}, + {805, -129, -54, 0x0bc2} + } +}; + +StandTile tile_739 = { + 0x00e902, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {668, -147, -57, 0x0bce}, + {528, -162, -90, 0x0b91}, + {528, -162, -57, 0x0000} + } +}; + +StandTile tile_740 = { + 0x00e901, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {668, -147, -57, 0x0bd2}, + {668, -147, -90, 0x0000}, + {528, -162, -90, 0x0bca} + } +}; + +StandTile tile_741 = { + 0x00ea02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {805, -129, -57, 0x0bd6}, + {668, -147, -90, 0x0bce}, + {668, -147, -57, 0x0000} + } +}; + +StandTile tile_742 = { + 0x00ea01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {805, -129, -57, 0x0bbe}, + {805, -129, -90, 0x0000}, + {668, -147, -90, 0x0bd2} + } +}; + +StandTile tile_743 = { + 0x00ef02, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {668, -147, 90, 0x0bde}, + {528, -162, 57, 0x0b99}, + {528, -162, 90, 0x0000} + } +}; + +StandTile tile_744 = { + 0x00ef01, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {668, -147, 90, 0x0be2}, + {668, -147, 57, 0x0000}, + {528, -162, 57, 0x0bda} + } +}; + +StandTile tile_745 = { + 0x00f102, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {805, -129, 90, 0x0be6}, + {668, -147, 57, 0x0bde}, + {668, -147, 90, 0x0000} + } +}; + +StandTile tile_746 = { + 0x00f101, 0x01, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {805, -129, 90, 0x0bad}, + {805, -129, 57, 0x0000}, + {668, -147, 57, 0x0be2} + } +}; + +StandTile tile_747 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_cryp_all_p_stanZ.c b/assets/obseg/stan/Tbg_cryp_all_p_stanZ.c new file mode 100644 index 0000000..e37da1d --- /dev/null +++ b/assets/obseg/stan/Tbg_cryp_all_p_stanZ.c @@ -0,0 +1,11977 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:12 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_cryp_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x194b02, 0x2c, + 0x2, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1486, 0x0014}, + {389, 212, -1439, 0x0000}, + {389, 189, -1439, 0x001c} + } +}; + +StandTile tile_1 = { + 0x194b01, 0x2c, + 0x2, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1486, 0x0000}, + {389, 212, -1486, 0x00fc}, + {389, 212, -1439, 0x0010} + } +}; + +StandTile tile_2 = { + 0x194a02, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1486, 0x001c}, + {436, 189, -1439, 0x0000}, + {436, 189, -1486, 0x0044} + } +}; + +StandTile tile_3 = { + 0x194a01, 0x2c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1486, 0x0010}, + {389, 189, -1439, 0x003c}, + {436, 189, -1439, 0x0018} + } +}; + +StandTile tile_4 = { + 0x1c9f02, 0x2c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1297, 0x0024}, + {389, 189, -1285, 0x0048}, + {436, 189, -1285, 0x0000} + } +}; + +StandTile tile_5 = { + 0x1c9f01, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1297, 0x0028}, + {389, 189, -1297, 0x0000}, + {389, 189, -1285, 0x0020} + } +}; + +StandTile tile_6 = { + 0x1c9e02, 0x2c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1344, 0x002c}, + {389, 189, -1297, 0x0024}, + {436, 189, -1297, 0x0000} + } +}; + +StandTile tile_7 = { + 0x1c9e01, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1344, 0x0030}, + {389, 189, -1344, 0x0000}, + {389, 189, -1297, 0x0028} + } +}; + +StandTile tile_8 = { + 0x1c9d02, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1392, 0x0034}, + {389, 189, -1344, 0x002c}, + {436, 189, -1344, 0x0000} + } +}; + +StandTile tile_9 = { + 0x1c9d01, 0x2c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1392, 0x0038}, + {389, 189, -1392, 0x0000}, + {389, 189, -1344, 0x0030} + } +}; + +StandTile tile_10 = { + 0x1c9c02, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1439, 0x003c}, + {389, 189, -1392, 0x0034}, + {436, 189, -1392, 0x0000} + } +}; + +StandTile tile_11 = { + 0x1c9c01, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1439, 0x001c}, + {389, 189, -1439, 0x0000}, + {389, 189, -1392, 0x0038} + } +}; + +StandTile tile_12 = { + 0x1c2b02, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1486, 0x0044}, + {436, 189, -1580, 0x0174}, + {389, 189, -1580, 0x0000} + } +}; + +StandTile tile_13 = { + 0x1c2b01, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1486, 0x0018}, + {436, 189, -1486, 0x0000}, + {436, 189, -1580, 0x0040} + } +}; + +StandTile tile_14 = { + 0x1e3e02, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {389, 94, -1191, 0x004c}, + {436, 189, -1285, 0x0020}, + {389, 189, -1285, 0x0000} + } +}; + +StandTile tile_15 = { + 0x1e3e01, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {389, 94, -1191, 0x0054}, + {436, 94, -1191, 0x0000}, + {436, 189, -1285, 0x0048} + } +}; + +StandTile tile_16 = { + 0x1e2d02, 0x2b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {436, 94, -1132, 0x0054}, + {389, 94, -1191, 0x0000}, + {389, 94, -1132, 0x06bf} + } +}; + +StandTile tile_17 = { + 0x1e2d01, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {436, 94, -1132, 0x0000}, + {436, 94, -1191, 0x004c}, + {389, 94, -1191, 0x0050} + } +}; + +StandTile tile_18 = { + 0x1e2202, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -991, 0x005c}, + {259, 0, -943, 0x05fb}, + {259, 0, -991, 0x0000} + } +}; + +StandTile tile_19 = { + 0x1e2201, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -991, 0x0064}, + {83, 0, -943, 0x0000}, + {259, 0, -943, 0x0058} + } +}; + +StandTile tile_20 = { + 0x1a5902, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -943, 0x0064}, + {130, 0, -1108, 0x00c4}, + {83, 0, -1108, 0x0000} + } +}; + +StandTile tile_21 = { + 0x1a5901, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -943, 0x005c}, + {130, 0, -991, 0x0000}, + {130, 0, -1108, 0x0060} + } +}; + +StandTile tile_22 = { + 0x1a5102, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -1816, 0x006c}, + {130, 0, -1910, 0x00e4}, + {83, 0, -1910, 0x0000} + } +}; + +StandTile tile_23 = { + 0x1a5101, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -1816, 0x0070}, + {130, 0, -1816, 0x0000}, + {130, 0, -1910, 0x0068} + } +}; + +StandTile tile_24 = { + 0x1a4902, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -1722, 0x0074}, + {130, 0, -1816, 0x006c}, + {83, 0, -1816, 0x0000} + } +}; + +StandTile tile_25 = { + 0x1a4901, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -1722, 0x00f0}, + {130, 0, -1722, 0x0000}, + {130, 0, -1816, 0x0070} + } +}; + +StandTile tile_26 = { + 0x1c2302, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -1533, 0x007c}, + {83, 0, -1486, 0x00d0}, + {130, 0, -1486, 0x0000} + } +}; + +StandTile tile_27 = { + 0x1c2301, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -1533, 0x0080}, + {83, 0, -1533, 0x0000}, + {83, 0, -1486, 0x0078} + } +}; + +StandTile tile_28 = { + 0x1c2202, 0x29, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -1580, 0x0084}, + {83, 0, -1533, 0x007c}, + {130, 0, -1533, 0x0000} + } +}; + +StandTile tile_29 = { + 0x1c2201, 0x29, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -1580, 0x0088}, + {83, 0, -1580, 0x0000}, + {83, 0, -1533, 0x0080} + } +}; + +StandTile tile_30 = { + 0x1c2102, 0x29, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -1627, 0x008c}, + {83, 0, -1580, 0x0084}, + {130, 0, -1580, 0x0000} + } +}; + +StandTile tile_31 = { + 0x1c2101, 0x29, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -1627, 0x0090}, + {83, 0, -1627, 0x0000}, + {83, 0, -1580, 0x0088} + } +}; + +StandTile tile_32 = { + 0x1c2002, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -1675, 0x0094}, + {83, 0, -1627, 0x008c}, + {130, 0, -1627, 0x0000} + } +}; + +StandTile tile_33 = { + 0x1c2001, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -1675, 0x00f4}, + {83, 0, -1675, 0x0000}, + {83, 0, -1627, 0x0090} + } +}; + +StandTile tile_34 = { + 0x1bac02, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -2005, 0x009c}, + {83, 0, -1958, 0x00e0}, + {130, 0, -1958, 0x0000} + } +}; + +StandTile tile_35 = { + 0x1bac01, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -2005, 0x00a0}, + {83, 0, -2005, 0x0000}, + {83, 0, -1958, 0x0098} + } +}; + +StandTile tile_36 = { + 0x1bab02, 0x29, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -2052, 0x00a4}, + {83, 0, -2005, 0x009c}, + {130, 0, -2005, 0x0000} + } +}; + +StandTile tile_37 = { + 0x1bab01, 0x29, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -2052, 0x00a8}, + {83, 0, -2052, 0x0000}, + {83, 0, -2005, 0x00a0} + } +}; + +StandTile tile_38 = { + 0x1baa02, 0x29, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -2099, 0x00ac}, + {83, 0, -2052, 0x00a4}, + {130, 0, -2052, 0x0000} + } +}; + +StandTile tile_39 = { + 0x1baa01, 0x29, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -2099, 0x00b0}, + {83, 0, -2099, 0x0000}, + {83, 0, -2052, 0x00a8} + } +}; + +StandTile tile_40 = { + 0x1ba902, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -2146, 0x00b4}, + {83, 0, -2099, 0x00ac}, + {130, 0, -2099, 0x0000} + } +}; + +StandTile tile_41 = { + 0x1ba901, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -2146, 0x01b2}, + {83, 0, -2146, 0x0000}, + {83, 0, -2099, 0x00b0} + } +}; + +StandTile tile_42 = { + 0x1a6902, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -1274, 0x00bc}, + {130, 0, -1439, 0x00d4}, + {83, 0, -1439, 0x0000} + } +}; + +StandTile tile_43 = { + 0x1a6901, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -1274, 0x00c0}, + {130, 0, -1274, 0x0000}, + {130, 0, -1439, 0x00b8} + } +}; + +StandTile tile_44 = { + 0x1a6102, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -1108, 0x00c4}, + {130, 0, -1274, 0x00bc}, + {83, 0, -1274, 0x0000} + } +}; + +StandTile tile_45 = { + 0x1a6101, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -1108, 0x0060}, + {130, 0, -1108, 0x0000}, + {130, 0, -1274, 0x00c0} + } +}; + +StandTile tile_46 = { + 0x195202, 0x29, + 0x2, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {130, 24, -1439, 0x00cc}, + {130, 0, -1486, 0x00d0}, + {130, 0, -1439, 0x0000} + } +}; + +StandTile tile_47 = { + 0x195201, 0x29, + 0x2, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {130, 24, -1439, 0x00f8}, + {130, 24, -1486, 0x0000}, + {130, 0, -1486, 0x00c8} + } +}; + +StandTile tile_48 = { + 0x195102, 0x29, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -1486, 0x00d4}, + {130, 0, -1439, 0x00c8}, + {130, 0, -1486, 0x0078} + } +}; + +StandTile tile_49 = { + 0x195101, 0x29, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -1486, 0x0000}, + {83, 0, -1439, 0x00b8}, + {130, 0, -1439, 0x00d0} + } +}; + +StandTile tile_50 = { + 0x199002, 0x29, + 0x2, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {130, 24, -1910, 0x00dc}, + {130, 0, -1958, 0x00e0}, + {130, 0, -1910, 0x0000} + } +}; + +StandTile tile_51 = { + 0x199001, 0x29, + 0x2, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {130, 24, -1910, 0x0108}, + {130, 24, -1958, 0x0000}, + {130, 0, -1958, 0x00d8} + } +}; + +StandTile tile_52 = { + 0x198f02, 0x29, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -1958, 0x00e4}, + {130, 0, -1910, 0x00d8}, + {130, 0, -1958, 0x0098} + } +}; + +StandTile tile_53 = { + 0x198f01, 0x29, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -1958, 0x0000}, + {83, 0, -1910, 0x0068}, + {130, 0, -1910, 0x00e0} + } +}; + +StandTile tile_54 = { + 0x19a202, 0x29, + 0x2, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {130, 24, -1675, 0x00ec}, + {130, 0, -1722, 0x00f0}, + {130, 0, -1675, 0x0000} + } +}; + +StandTile tile_55 = { + 0x19a201, 0x29, + 0x2, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {130, 24, -1675, 0x0100}, + {130, 24, -1722, 0x0000}, + {130, 0, -1722, 0x00e8} + } +}; + +StandTile tile_56 = { + 0x19a102, 0x29, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -1722, 0x00f4}, + {130, 0, -1675, 0x00e8}, + {130, 0, -1722, 0x0074} + } +}; + +StandTile tile_57 = { + 0x19a101, 0x29, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {83, 0, -1722, 0x0000}, + {83, 0, -1675, 0x0094}, + {130, 0, -1675, 0x00f0} + } +}; + +StandTile tile_58 = { + 0x194402, 0x28, + 0x2, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {389, 212, -1439, 0x00fc}, + {130, 24, -1486, 0x00cc}, + {130, 24, -1439, 0x0000} + } +}; + +StandTile tile_59 = { + 0x194401, 0x28, + 0x2, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {389, 212, -1439, 0x0014}, + {389, 212, -1486, 0x0000}, + {130, 24, -1486, 0x00f8} + } +}; + +StandTile tile_60 = { + 0x199402, 0x27, + 0x2, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {389, 212, -1675, 0x0104}, + {130, 24, -1722, 0x00ec}, + {130, 24, -1675, 0x0000} + } +}; + +StandTile tile_61 = { + 0x199401, 0x27, + 0x2, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {389, 212, -1675, 0x012c}, + {389, 212, -1722, 0x0000}, + {130, 24, -1722, 0x0100} + } +}; + +StandTile tile_62 = { + 0x198202, 0x26, + 0x2, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {389, 212, -1910, 0x010c}, + {130, 24, -1958, 0x00dc}, + {130, 24, -1910, 0x0000} + } +}; + +StandTile tile_63 = { + 0x198201, 0x26, + 0x2, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {389, 212, -1910, 0x011c}, + {389, 212, -1958, 0x0000}, + {130, 24, -1958, 0x0108} + } +}; + +StandTile tile_64 = { + 0x198802, 0x25, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1958, 0x0114}, + {436, 189, -1910, 0x0000}, + {436, 189, -1958, 0x0150} + } +}; + +StandTile tile_65 = { + 0x198801, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1958, 0x0118}, + {389, 189, -1910, 0x014c}, + {436, 189, -1910, 0x0110} + } +}; + +StandTile tile_66 = { + 0x198902, 0x25, + 0x2, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1958, 0x011c}, + {389, 212, -1910, 0x0000}, + {389, 189, -1910, 0x0114} + } +}; + +StandTile tile_67 = { + 0x198901, 0x25, + 0x2, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1958, 0x0000}, + {389, 212, -1958, 0x010c}, + {389, 212, -1910, 0x0118} + } +}; + +StandTile tile_68 = { + 0x199a02, 0x25, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1722, 0x0124}, + {436, 189, -1675, 0x0000}, + {436, 189, -1722, 0x0130} + } +}; + +StandTile tile_69 = { + 0x199a01, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1722, 0x0128}, + {389, 189, -1675, 0x0170}, + {436, 189, -1675, 0x0120} + } +}; + +StandTile tile_70 = { + 0x199b02, 0x25, + 0x2, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1722, 0x012c}, + {389, 212, -1675, 0x0000}, + {389, 189, -1675, 0x0124} + } +}; + +StandTile tile_71 = { + 0x199b01, 0x25, + 0x2, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1722, 0x0000}, + {389, 212, -1722, 0x0104}, + {389, 212, -1675, 0x0128} + } +}; + +StandTile tile_72 = { + 0x1c7b02, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1769, 0x0134}, + {389, 189, -1722, 0x0120}, + {436, 189, -1722, 0x0000} + } +}; + +StandTile tile_73 = { + 0x1c7b01, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1769, 0x0138}, + {389, 189, -1769, 0x0000}, + {389, 189, -1722, 0x0130} + } +}; + +StandTile tile_74 = { + 0x1c7a02, 0x25, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1816, 0x013c}, + {389, 189, -1769, 0x0134}, + {436, 189, -1769, 0x0000} + } +}; + +StandTile tile_75 = { + 0x1c7a01, 0x25, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1816, 0x0140}, + {389, 189, -1816, 0x0000}, + {389, 189, -1769, 0x0138} + } +}; + +StandTile tile_76 = { + 0x1c7902, 0x25, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1863, 0x0144}, + {389, 189, -1816, 0x013c}, + {436, 189, -1816, 0x0000} + } +}; + +StandTile tile_77 = { + 0x1c7901, 0x25, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1863, 0x0148}, + {389, 189, -1863, 0x0000}, + {389, 189, -1816, 0x0140} + } +}; + +StandTile tile_78 = { + 0x1c7802, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1910, 0x014c}, + {389, 189, -1863, 0x0144}, + {436, 189, -1863, 0x0000} + } +}; + +StandTile tile_79 = { + 0x1c7801, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -1910, 0x0114}, + {389, 189, -1910, 0x0000}, + {389, 189, -1863, 0x0148} + } +}; + +StandTile tile_80 = { + 0x1c5702, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -2005, 0x0154}, + {389, 189, -1958, 0x0110}, + {436, 189, -1958, 0x0000} + } +}; + +StandTile tile_81 = { + 0x1c5701, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -2005, 0x0158}, + {389, 189, -2005, 0x0000}, + {389, 189, -1958, 0x0150} + } +}; + +StandTile tile_82 = { + 0x1c5602, 0x25, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -2052, 0x015c}, + {389, 189, -2005, 0x0154}, + {436, 189, -2005, 0x0000} + } +}; + +StandTile tile_83 = { + 0x1c5601, 0x25, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -2052, 0x0160}, + {389, 189, -2052, 0x0000}, + {389, 189, -2005, 0x0158} + } +}; + +StandTile tile_84 = { + 0x1c5502, 0x25, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -2099, 0x0164}, + {389, 189, -2052, 0x015c}, + {436, 189, -2052, 0x0000} + } +}; + +StandTile tile_85 = { + 0x1c5501, 0x25, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -2099, 0x0168}, + {389, 189, -2099, 0x0000}, + {389, 189, -2052, 0x0160} + } +}; + +StandTile tile_86 = { + 0x1c5402, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -2146, 0x016c}, + {389, 189, -2099, 0x0164}, + {436, 189, -2099, 0x0000} + } +}; + +StandTile tile_87 = { + 0x1c5401, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -2146, 0x0178}, + {389, 189, -2146, 0x0000}, + {389, 189, -2099, 0x0168} + } +}; + +StandTile tile_88 = { + 0x1c3302, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1580, 0x0174}, + {436, 189, -1675, 0x0124}, + {389, 189, -1675, 0x0000} + } +}; + +StandTile tile_89 = { + 0x1c3301, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {389, 189, -1580, 0x0040}, + {436, 189, -1580, 0x0000}, + {436, 189, -1675, 0x0170} + } +}; + +StandTile tile_90 = { + 0x197a02, 0x24, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -2241, 0x017c}, + {389, 189, -2146, 0x016c}, + {436, 189, -2146, 0x0000} + } +}; + +StandTile tile_91 = { + 0x197a01, 0x24, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -2241, 0x0180}, + {389, 189, -2241, 0x0000}, + {389, 189, -2146, 0x0178} + } +}; + +StandTile tile_92 = { + 0x18f102, 0x23, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -2241, 0x0184}, + {389, 189, -2288, 0x0188}, + {389, 189, -2241, 0x017c} + } +}; + +StandTile tile_93 = { + 0x18f101, 0x23, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {436, 189, -2241, 0x0000}, + {436, 189, -2288, 0x0000}, + {389, 189, -2288, 0x0180} + } +}; + +StandTile tile_94 = { + 0x1e3c02, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {200, 0, -2288, 0x018c}, + {389, 189, -2241, 0x0180}, + {389, 189, -2288, 0x0000} + } +}; + +StandTile tile_95 = { + 0x1e3c01, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {200, 0, -2288, 0x01ae}, + {200, 0, -2241, 0x0000}, + {389, 189, -2241, 0x0188} + } +}; + +StandTile tile_96 = { + 0x1b7c02, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {59, 0, -2241, 0x0194}, + {12, 0, -2288, 0x01c3}, + {12, 0, -2241, 0x0000} + } +}; + +StandTile tile_97 = { + 0x1b7c01, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {59, 0, -2241, 0x0198}, + {59, 0, -2288, 0x0000}, + {12, 0, -2288, 0x0190} + } +}; + +StandTile tile_98 = { + 0x1b7b02, 0x21, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {106, 0, -2241, 0x019d}, + {59, 0, -2288, 0x0194}, + {59, 0, -2241, 0x0000}, + {83, 0, -2241, 0x01be} + } +}; + +StandTile tile_99 = { + 0x1b7b01, 0x21, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {106, 0, -2241, 0x01a1}, + {106, 0, -2288, 0x0000}, + {59, 0, -2288, 0x0198} + } +}; + +StandTile tile_100 = { + 0x1b7a02, 0x21, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x2, + { + {153, 0, -2241, 0x01a6}, + {106, 0, -2288, 0x019d}, + {106, 0, -2241, 0x01be}, + {130, 0, -2241, 0x0000} + } +}; + +StandTile tile_101 = { + 0x1b7a01, 0x21, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {153, 0, -2241, 0x01aa}, + {153, 0, -2288, 0x0000}, + {106, 0, -2288, 0x01a1} + } +}; + +StandTile tile_102 = { + 0x1b7902, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {200, 0, -2241, 0x01ae}, + {153, 0, -2288, 0x01a6}, + {153, 0, -2241, 0x0000} + } +}; + +StandTile tile_103 = { + 0x1b7901, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {200, 0, -2241, 0x018c}, + {200, 0, -2288, 0x0000}, + {153, 0, -2288, 0x01aa} + } +}; + +StandTile tile_104 = { + 0x18a002, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -2217, 0x01b6}, + {83, 0, -2146, 0x00b4}, + {130, 0, -2146, 0x0000} + } +}; + +StandTile tile_105 = { + 0x18a001, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -2217, 0x01ba}, + {83, 0, -2217, 0x0000}, + {83, 0, -2146, 0x01b2} + } +}; + +StandTile tile_106 = { + 0x189202, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {130, 0, -2241, 0x01be}, + {83, 0, -2217, 0x01b6}, + {130, 0, -2217, 0x0000} + } +}; + +StandTile tile_107 = { + 0x189201, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {130, 0, -2241, 0x01a1}, + {106, 0, -2241, 0x0198}, + {83, 0, -2241, 0x0000}, + {83, 0, -2217, 0x01ba} + } +}; + +StandTile tile_108 = { + 0x1b8402, 0x20, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {12, 0, -2288, 0x01c7}, + {-71, 0, -2241, 0x0000}, + {12, 0, -2241, 0x0190} + } +}; + +StandTile tile_109 = { + 0x1b8401, 0x20, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {12, 0, -2288, 0x0000}, + {-71, 0, -2288, 0x01cb}, + {-71, 0, -2241, 0x01c3} + } +}; + +StandTile tile_110 = { + 0x17a700, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-71, 0, -2288, 0x01d7}, + {-142, 0, -2264, 0x01cf}, + {-71, 0, -2241, 0x01c7} + } +}; + +StandTile tile_111 = { + 0x17a602, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-142, 0, -2264, 0x01d3}, + {-71, 0, -2099, 0x0000}, + {-71, 0, -2241, 0x01cb} + } +}; + +StandTile tile_112 = { + 0x17a601, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-142, 0, -2264, 0x01df}, + {-142, 0, -2170, 0x0217}, + {-71, 0, -2099, 0x01cf} + } +}; + +StandTile tile_113 = { + 0x17a502, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-71, 0, -2288, 0x01db}, + {-142, 0, -2358, 0x01e3}, + {-142, 0, -2264, 0x01cb} + } +}; + +StandTile tile_114 = { + 0x17a501, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-71, 0, -2288, 0x0000}, + {-71, 0, -2429, 0x01ef}, + {-142, 0, -2358, 0x01d7} + } +}; + +StandTile tile_115 = { + 0x17a400, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-142, 0, -2264, 0x01e7}, + {-200, 0, -2229, 0x021b}, + {-142, 0, -2170, 0x01d3} + } +}; + +StandTile tile_116 = { + 0x17a300, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-142, 0, -2358, 0x01ff}, + {-200, 0, -2300, 0x01e7}, + {-142, 0, -2264, 0x01d7} + } +}; + +StandTile tile_117 = { + 0x17a200, 0x1f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-142, 0, -2264, 0x01e3}, + {-200, 0, -2300, 0x0000}, + {-200, 0, -2229, 0x01df} + } +}; + +StandTile tile_118 = { + 0x17a102, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-142, 0, -2358, 0x01ef}, + {-401, 0, -2429, 0x01f7}, + {-330, 0, -2358, 0x01ff} + } +}; + +StandTile tile_119 = { + 0x17a101, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-142, 0, -2358, 0x01db}, + {-71, 0, -2429, 0x0000}, + {-401, 0, -2429, 0x01eb} + } +}; + +StandTile tile_120 = { + 0x17a002, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-330, 0, -2358, 0x01f7}, + {-401, 0, -2099, 0x020b}, + {-330, 0, -2170, 0x0207} + } +}; + +StandTile tile_121 = { + 0x17a001, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-330, 0, -2358, 0x01eb}, + {-401, 0, -2429, 0x0000}, + {-401, 0, -2099, 0x01f3} + } +}; + +StandTile tile_122 = { + 0x179f02, 0x1f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-200, 0, -2300, 0x01ff}, + {-330, 0, -2358, 0x0207}, + {-271, 0, -2300, 0x0000} + } +}; + +StandTile tile_123 = { + 0x179f01, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-200, 0, -2300, 0x01e3}, + {-142, 0, -2358, 0x01eb}, + {-330, 0, -2358, 0x01fb} + } +}; + +StandTile tile_124 = { + 0x179e02, 0x1f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-271, 0, -2300, 0x0207}, + {-330, 0, -2170, 0x021f}, + {-271, 0, -2229, 0x0000} + } +}; + +StandTile tile_125 = { + 0x179e01, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-271, 0, -2300, 0x01fb}, + {-330, 0, -2358, 0x01f3}, + {-330, 0, -2170, 0x0203} + } +}; + +StandTile tile_126 = { + 0x179d02, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-259, 0, -2099, 0x020f}, + {-330, 0, -2170, 0x01f3}, + {-401, 0, -2099, 0x0000} + } +}; + +StandTile tile_127 = { + 0x179d01, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-259, 0, -2099, 0x0227}, + {-236, 0, -2170, 0x021f}, + {-330, 0, -2170, 0x020b} + } +}; + +StandTile tile_128 = { + 0x179c02, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-71, 0, -2099, 0x0217}, + {-236, 0, -2170, 0x0227}, + {-212, 0, -2099, 0x0000} + } +}; + +StandTile tile_129 = { + 0x179c01, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-71, 0, -2099, 0x01d3}, + {-142, 0, -2170, 0x021b}, + {-236, 0, -2170, 0x0213} + } +}; + +StandTile tile_130 = { + 0x179b00, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-200, 0, -2229, 0x0223}, + {-236, 0, -2170, 0x0217}, + {-142, 0, -2170, 0x01df} + } +}; + +StandTile tile_131 = { + 0x179a00, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-330, 0, -2170, 0x020f}, + {-236, 0, -2170, 0x0223}, + {-271, 0, -2229, 0x0203} + } +}; + +StandTile tile_132 = { + 0x179900, 0x1f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-236, 0, -2170, 0x021b}, + {-200, 0, -2229, 0x0000}, + {-271, 0, -2229, 0x021f} + } +}; + +StandTile tile_133 = { + 0x179800, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-259, 0, -2099, 0x0257}, + {-212, 0, -2099, 0x0213}, + {-236, 0, -2170, 0x020f} + } +}; + +StandTile tile_134 = { + 0x1b5402, 0x1e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-259, 0, -1816, 0x022f}, + {-212, 0, -1722, 0x0000}, + {-212, 0, -1816, 0x0233} + } +}; + +StandTile tile_135 = { + 0x1b5401, 0x1e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-259, 0, -1816, 0x0000}, + {-259, 0, -1722, 0x025b}, + {-212, 0, -1722, 0x022b} + } +}; + +StandTile tile_136 = { + 0x1b4c02, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-212, 0, -1863, 0x0237}, + {-259, 0, -1816, 0x022b}, + {-212, 0, -1816, 0x0000} + } +}; + +StandTile tile_137 = { + 0x1b4c01, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-212, 0, -1863, 0x023b}, + {-259, 0, -1863, 0x0000}, + {-259, 0, -1816, 0x0233} + } +}; + +StandTile tile_138 = { + 0x1b4b02, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-212, 0, -1910, 0x023f}, + {-259, 0, -1863, 0x0237}, + {-212, 0, -1863, 0x0000} + } +}; + +StandTile tile_139 = { + 0x1b4b01, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-212, 0, -1910, 0x0243}, + {-259, 0, -1910, 0x0000}, + {-259, 0, -1863, 0x023b} + } +}; + +StandTile tile_140 = { + 0x1b4a02, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-212, 0, -1958, 0x0247}, + {-259, 0, -1910, 0x023f}, + {-212, 0, -1910, 0x0000} + } +}; + +StandTile tile_141 = { + 0x1b4a01, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-212, 0, -1958, 0x024b}, + {-259, 0, -1958, 0x0000}, + {-259, 0, -1910, 0x0243} + } +}; + +StandTile tile_142 = { + 0x1b4902, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-212, 0, -2005, 0x024f}, + {-259, 0, -1958, 0x0247}, + {-212, 0, -1958, 0x0000} + } +}; + +StandTile tile_143 = { + 0x1b4901, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-212, 0, -2005, 0x0253}, + {-259, 0, -2005, 0x0000}, + {-259, 0, -1958, 0x024b} + } +}; + +StandTile tile_144 = { + 0x1b4802, 0x1e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-212, 0, -2099, 0x0257}, + {-259, 0, -2005, 0x024f}, + {-212, 0, -2005, 0x0000} + } +}; + +StandTile tile_145 = { + 0x1b4801, 0x1e, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-212, 0, -2099, 0x0227}, + {-259, 0, -2099, 0x0000}, + {-259, 0, -2005, 0x0253} + } +}; + +StandTile tile_146 = { + 0x1e3b02, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-259, -189, -1533, 0x025f}, + {-212, 0, -1722, 0x022f}, + {-259, 0, -1722, 0x0000} + } +}; + +StandTile tile_147 = { + 0x1e3b01, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-259, -189, -1533, 0x028f}, + {-212, -189, -1533, 0x0000}, + {-212, 0, -1722, 0x025b} + } +}; + +StandTile tile_148 = { + 0x1b1c02, 0x1c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-259, -189, -1250, 0x0267}, + {-212, -189, -1156, 0x0000}, + {-212, -189, -1250, 0x026b} + } +}; + +StandTile tile_149 = { + 0x1b1c01, 0x1c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-259, -189, -1250, 0x0000}, + {-259, -189, -1156, 0x0293}, + {-212, -189, -1156, 0x0263} + } +}; + +StandTile tile_150 = { + 0x1b1402, 0x1c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-212, -189, -1297, 0x026f}, + {-259, -189, -1250, 0x0263}, + {-212, -189, -1250, 0x0000} + } +}; + +StandTile tile_151 = { + 0x1b1401, 0x1c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-212, -189, -1297, 0x0273}, + {-259, -189, -1297, 0x0000}, + {-259, -189, -1250, 0x026b} + } +}; + +StandTile tile_152 = { + 0x1b1302, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-212, -189, -1344, 0x0277}, + {-259, -189, -1297, 0x026f}, + {-212, -189, -1297, 0x0000} + } +}; + +StandTile tile_153 = { + 0x1b1301, 0x1c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-212, -189, -1344, 0x027b}, + {-259, -189, -1344, 0x0000}, + {-259, -189, -1297, 0x0273} + } +}; + +StandTile tile_154 = { + 0x1b1202, 0x1c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-212, -189, -1392, 0x027f}, + {-259, -189, -1344, 0x0277}, + {-212, -189, -1344, 0x0000} + } +}; + +StandTile tile_155 = { + 0x1b1201, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-212, -189, -1392, 0x0283}, + {-259, -189, -1392, 0x0000}, + {-259, -189, -1344, 0x027b} + } +}; + +StandTile tile_156 = { + 0x1b1102, 0x1c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-212, -189, -1439, 0x0287}, + {-259, -189, -1392, 0x027f}, + {-212, -189, -1392, 0x0000} + } +}; + +StandTile tile_157 = { + 0x1b1101, 0x1c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-212, -189, -1439, 0x028b}, + {-259, -189, -1439, 0x0000}, + {-259, -189, -1392, 0x0283} + } +}; + +StandTile tile_158 = { + 0x1b1002, 0x1c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-212, -189, -1533, 0x028f}, + {-259, -189, -1439, 0x0287}, + {-212, -189, -1439, 0x0000} + } +}; + +StandTile tile_159 = { + 0x1b1001, 0x1c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-212, -189, -1533, 0x025f}, + {-259, -189, -1533, 0x0000}, + {-259, -189, -1439, 0x028b} + } +}; + +StandTile tile_160 = { + 0x1e3a02, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-259, -377, -967, 0x0297}, + {-212, -189, -1156, 0x0267}, + {-259, -189, -1156, 0x0000} + } +}; + +StandTile tile_161 = { + 0x1e3a01, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-259, -377, -967, 0x029f}, + {-212, -377, -967, 0x0000}, + {-212, -189, -1156, 0x0293} + } +}; + +StandTile tile_162 = { + 0x158a02, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-212, -377, -967, 0x029f}, + {-259, -377, -772, 0x035b}, + {-212, -377, -772, 0x0000} + } +}; + +StandTile tile_163 = { + 0x158a01, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-212, -377, -967, 0x0297}, + {-259, -377, -967, 0x0000}, + {-259, -377, -772, 0x029b} + } +}; + +StandTile tile_164 = { + 0x15dc00, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-743, -377, -637, 0x0000}, + {-507, -377, -637, 0x02f7}, + {-448, -377, -702, 0x02a7} + } +}; + +StandTile tile_165 = { + 0x15db00, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-743, -377, -637, 0x02a3}, + {-448, -377, -702, 0x02e3}, + {-772, -377, -702, 0x02d3} + } +}; + +StandTile tile_166 = { + 0x15da00, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-94, -377, -460, 0x02c7}, + {-124, -377, -460, 0x02af}, + {-94, -377, -159, 0x0000} + } +}; + +StandTile tile_167 = { + 0x15d900, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-124, -377, -460, 0x0333}, + {-124, -377, -218, 0x032f}, + {-94, -377, -159, 0x02ab} + } +}; + +StandTile tile_168 = { + 0x15d800, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-743, -377, -283, 0x02d7}, + {-772, -377, -218, 0x02bb}, + {-660, -377, -218, 0x0343} + } +}; + +StandTile tile_169 = { + 0x15d700, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-660, -377, -218, 0x02bb}, + {-684, -377, -159, 0x0357}, + {-637, -377, -159, 0x031b} + } +}; + +StandTile tile_170 = { + 0x15d600, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-660, -377, -218, 0x02b3}, + {-772, -377, -218, 0x02bf}, + {-684, -377, -159, 0x02b7} + } +}; + +StandTile tile_171 = { + 0x15d500, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-772, -377, -218, 0x02cb}, + {-802, -377, -159, 0x0000}, + {-684, -377, -159, 0x02bb} + } +}; + +StandTile tile_172 = { + 0x15d400, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-124, -377, -702, 0x033b}, + {-124, -377, -460, 0x02c7}, + {-94, -377, -761, 0x0347} + } +}; + +StandTile tile_173 = { + 0x15d300, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-94, -377, -761, 0x02c3}, + {-124, -377, -460, 0x02ab}, + {-94, -377, -460, 0x0000} + } +}; + +StandTile tile_174 = { + 0x15d200, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-802, -377, -159, 0x02bf}, + {-772, -377, -218, 0x02d7}, + {-772, -377, -460, 0x02cf} + } +}; + +StandTile tile_175 = { + 0x15d100, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-802, -377, -159, 0x02cb}, + {-772, -377, -460, 0x02eb}, + {-802, -377, -460, 0x0000} + } +}; + +StandTile tile_176 = { + 0x15d000, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-772, -377, -460, 0x02db}, + {-743, -377, -637, 0x02a7}, + {-772, -377, -702, 0x02e7} + } +}; + +StandTile tile_177 = { + 0x15cf00, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-772, -377, -218, 0x02b3}, + {-743, -377, -283, 0x02db}, + {-772, -377, -460, 0x02cb} + } +}; + +StandTile tile_178 = { + 0x15ce00, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-743, -377, -283, 0x0000}, + {-743, -377, -637, 0x02d3}, + {-772, -377, -460, 0x02d7} + } +}; + +StandTile tile_179 = { + 0x15cd00, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-802, -377, -761, 0x02e3}, + {-448, -377, -702, 0x0307}, + {-448, -377, -761, 0x0000} + } +}; + +StandTile tile_180 = { + 0x15cc00, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-772, -377, -702, 0x02a7}, + {-448, -377, -702, 0x02df}, + {-802, -377, -761, 0x02e7} + } +}; + +StandTile tile_181 = { + 0x15cb00, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-802, -377, -761, 0x02eb}, + {-772, -377, -460, 0x02d3}, + {-772, -377, -702, 0x02e3} + } +}; + +StandTile tile_182 = { + 0x15ca00, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-802, -377, -761, 0x0000}, + {-802, -377, -460, 0x02cf}, + {-772, -377, -460, 0x02e7} + } +}; + +StandTile tile_183 = { + 0x15c900, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-448, -377, -218, 0x0303}, + {-448, -377, -460, 0x02f3}, + {-507, -377, -283, 0x033f} + } +}; + +StandTile tile_184 = { + 0x15c800, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-448, -377, -460, 0x02f7}, + {-507, -377, -637, 0x0000}, + {-507, -377, -283, 0x02ef} + } +}; + +StandTile tile_185 = { + 0x15c700, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-507, -377, -637, 0x02f3}, + {-448, -377, -460, 0x02fb}, + {-448, -377, -702, 0x02a3} + } +}; + +StandTile tile_186 = { + 0x15c600, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-448, -377, -460, 0x02ff}, + {-389, -377, -637, 0x030f}, + {-448, -377, -702, 0x02f7} + } +}; + +StandTile tile_187 = { + 0x15c500, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-448, -377, -460, 0x0303}, + {-389, -377, -283, 0x0000}, + {-389, -377, -637, 0x02fb} + } +}; + +StandTile tile_188 = { + 0x15c400, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-448, -377, -460, 0x02ef}, + {-448, -377, -218, 0x0323}, + {-389, -377, -283, 0x02ff} + } +}; + +StandTile tile_189 = { + 0x15c300, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-448, -377, -761, 0x02df}, + {-448, -377, -702, 0x030b}, + {-259, -377, -761, 0x0000} + } +}; + +StandTile tile_190 = { + 0x15c200, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-448, -377, -702, 0x030f}, + {-236, -377, -702, 0x034f}, + {-259, -377, -761, 0x0307} + } +}; + +StandTile tile_191 = { + 0x15c100, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-389, -377, -637, 0x0313}, + {-236, -377, -702, 0x030b}, + {-448, -377, -702, 0x02fb} + } +}; + +StandTile tile_192 = { + 0x15c000, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-389, -377, -637, 0x0000}, + {-153, -377, -637, 0x0317}, + {-236, -377, -702, 0x030f} + } +}; + +StandTile tile_193 = { + 0x15bf00, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-153, -377, -637, 0x033b}, + {-124, -377, -702, 0x034b}, + {-236, -377, -702, 0x0313} + } +}; + +StandTile tile_194 = { + 0x15be00, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-637, -377, -159, 0x031f}, + {-448, -377, -218, 0x033f}, + {-660, -377, -218, 0x02b7} + } +}; + +StandTile tile_195 = { + 0x15bd00, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-637, -377, -159, 0x0000}, + {-448, -377, -159, 0x032b}, + {-448, -377, -218, 0x031b} + } +}; + +StandTile tile_196 = { + 0x15bc00, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-448, -377, -218, 0x0327}, + {-153, -377, -283, 0x0000}, + {-389, -377, -283, 0x0303} + } +}; + +StandTile tile_197 = { + 0x15bb00, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-448, -377, -218, 0x032f}, + {-124, -377, -218, 0x0333}, + {-153, -377, -283, 0x0323} + } +}; + +StandTile tile_198 = { + 0x15ba00, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-448, -377, -218, 0x031f}, + {-448, -377, -159, 0x0000}, + {-94, -377, -159, 0x032f} + } +}; + +StandTile tile_199 = { + 0x15b900, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-94, -377, -159, 0x02af}, + {-124, -377, -218, 0x0327}, + {-448, -377, -218, 0x032b} + } +}; + +StandTile tile_200 = { + 0x15b800, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-124, -377, -218, 0x02af}, + {-124, -377, -460, 0x0337}, + {-153, -377, -283, 0x0327} + } +}; + +StandTile tile_201 = { + 0x15b700, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-153, -377, -283, 0x0333}, + {-124, -377, -460, 0x033b}, + {-153, -377, -637, 0x0000} + } +}; + +StandTile tile_202 = { + 0x15b600, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-124, -377, -460, 0x02c3}, + {-124, -377, -702, 0x0317}, + {-153, -377, -637, 0x0337} + } +}; + +StandTile tile_203 = { + 0x15b500, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-507, -377, -283, 0x0343}, + {-660, -377, -218, 0x031b}, + {-448, -377, -218, 0x02ef} + } +}; + +StandTile tile_204 = { + 0x15b400, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-743, -377, -283, 0x02b3}, + {-660, -377, -218, 0x033f}, + {-507, -377, -283, 0x0000} + } +}; + +StandTile tile_205 = { + 0x15b300, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-94, -377, -761, 0x0000}, + {-212, -377, -761, 0x034b}, + {-124, -377, -702, 0x02c3} + } +}; + +StandTile tile_206 = { + 0x15b200, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-124, -377, -702, 0x0347}, + {-212, -377, -761, 0x034f}, + {-236, -377, -702, 0x0317} + } +}; + +StandTile tile_207 = { + 0x15b100, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-236, -377, -702, 0x034b}, + {-212, -377, -761, 0x035f}, + {-259, -377, -761, 0x030b} + } +}; + +StandTile tile_208 = { + 0x1ce902, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-637, -377, -147, 0x0357}, + {-684, -377, -159, 0x0000}, + {-684, -377, -147, 0x0363} + } +}; + +StandTile tile_209 = { + 0x1ce901, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-637, -377, -147, 0x0000}, + {-637, -377, -159, 0x02b7}, + {-684, -377, -159, 0x0353} + } +}; + +StandTile tile_210 = { + 0x1cef02, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-259, -377, -772, 0x035f}, + {-212, -377, -761, 0x0000}, + {-212, -377, -772, 0x029b} + } +}; + +StandTile tile_211 = { + 0x1cef01, 0x19, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-259, -377, -772, 0x0000}, + {-259, -377, -761, 0x034f}, + {-212, -377, -761, 0x035b} + } +}; + +StandTile tile_212 = { + 0x155c02, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-684, -377, 47, 0x0367}, + {-637, -377, -147, 0x0353}, + {-684, -377, -147, 0x0000} + } +}; + +StandTile tile_213 = { + 0x155c01, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-684, -377, 47, 0x036b}, + {-637, -377, 47, 0x0000}, + {-637, -377, -147, 0x0363} + } +}; + +StandTile tile_214 = { + 0x1e3902, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-684, 0, 425, 0x036f}, + {-637, -377, 47, 0x0367}, + {-684, -377, 47, 0x0000} + } +}; + +StandTile tile_215 = { + 0x1e3901, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-684, 0, 425, 0x037f}, + {-637, 0, 425, 0x0000}, + {-637, -377, 47, 0x036b} + } +}; + +StandTile tile_216 = { + 0x165202, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-590, 0, 472, 0x0377}, + {-684, 0, 519, 0x0000}, + {-590, 0, 519, 0x0383} + } +}; + +StandTile tile_217 = { + 0x165201, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-590, 0, 472, 0x0000}, + {-637, 0, 472, 0x037b}, + {-684, 0, 519, 0x0373} + } +}; + +StandTile tile_218 = { + 0x165a02, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-637, 0, 472, 0x037f}, + {-684, 0, 425, 0x0000}, + {-684, 0, 519, 0x0377} + } +}; + +StandTile tile_219 = { + 0x165a01, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-637, 0, 472, 0x0000}, + {-637, 0, 425, 0x036f}, + {-684, 0, 425, 0x037b} + } +}; + +StandTile tile_220 = { + 0x165602, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-542, 0, 519, 0x0387}, + {-590, 0, 472, 0x0373}, + {-590, 0, 519, 0x0000} + } +}; + +StandTile tile_221 = { + 0x165601, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-542, 0, 519, 0x038b}, + {-542, 0, 472, 0x0000}, + {-590, 0, 472, 0x0383} + } +}; + +StandTile tile_222 = { + 0x165502, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-495, 0, 519, 0x038f}, + {-542, 0, 472, 0x0387}, + {-542, 0, 519, 0x0000} + } +}; + +StandTile tile_223 = { + 0x165501, 0x15, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-495, 0, 519, 0x0393}, + {-495, 0, 472, 0x0000}, + {-542, 0, 472, 0x038b} + } +}; + +StandTile tile_224 = { + 0x165402, 0x15, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-448, 0, 519, 0x0397}, + {-495, 0, 472, 0x038f}, + {-495, 0, 519, 0x0000} + } +}; + +StandTile tile_225 = { + 0x165401, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-448, 0, 519, 0x039b}, + {-448, 0, 472, 0x0000}, + {-495, 0, 472, 0x0393} + } +}; + +StandTile tile_226 = { + 0x165302, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-401, 0, 519, 0x039f}, + {-448, 0, 472, 0x0397}, + {-448, 0, 519, 0x0000} + } +}; + +StandTile tile_227 = { + 0x165301, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-401, 0, 519, 0x03a7}, + {-401, 0, 472, 0x0000}, + {-448, 0, 472, 0x039b} + } +}; + +StandTile tile_228 = { + 0x162a02, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-307, 0, 472, 0x03a7}, + {-401, 0, 519, 0x0000}, + {-307, 0, 519, 0x03ab} + } +}; + +StandTile tile_229 = { + 0x162a01, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-307, 0, 472, 0x0000}, + {-401, 0, 472, 0x039f}, + {-401, 0, 519, 0x03a3} + } +}; + +StandTile tile_230 = { + 0x162202, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-259, 0, 519, 0x03af}, + {-307, 0, 472, 0x03a3}, + {-307, 0, 519, 0x0000} + } +}; + +StandTile tile_231 = { + 0x162201, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-259, 0, 519, 0x03b3}, + {-259, 0, 472, 0x0000}, + {-307, 0, 472, 0x03ab} + } +}; + +StandTile tile_232 = { + 0x162102, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-212, 0, 519, 0x03b7}, + {-259, 0, 472, 0x03af}, + {-259, 0, 519, 0x0000} + } +}; + +StandTile tile_233 = { + 0x162101, 0x15, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-212, 0, 519, 0x03bb}, + {-212, 0, 472, 0x0000}, + {-259, 0, 472, 0x03b3} + } +}; + +StandTile tile_234 = { + 0x162002, 0x15, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-165, 0, 519, 0x03bf}, + {-212, 0, 472, 0x03b7}, + {-212, 0, 519, 0x0000} + } +}; + +StandTile tile_235 = { + 0x162001, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-165, 0, 519, 0x03c3}, + {-165, 0, 472, 0x0000}, + {-212, 0, 472, 0x03bb} + } +}; + +StandTile tile_236 = { + 0x161f02, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-118, 0, 519, 0x03c7}, + {-165, 0, 472, 0x03bf}, + {-165, 0, 519, 0x0000} + } +}; + +StandTile tile_237 = { + 0x161f01, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-118, 0, 519, 0x03cb}, + {-118, 0, 472, 0x0000}, + {-165, 0, 472, 0x03c3} + } +}; + +StandTile tile_238 = { + 0x161e02, 0x15, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-24, 0, 519, 0x03cf}, + {-118, 0, 472, 0x03c7}, + {-118, 0, 519, 0x0000} + } +}; + +StandTile tile_239 = { + 0x161e01, 0x15, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-24, 0, 519, 0x0427}, + {-24, 0, 472, 0x0000}, + {-118, 0, 472, 0x03cb} + } +}; + +StandTile tile_240 = { + 0x16a402, 0x14, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {696, 94, 542, 0x03d7}, + {649, 94, 401, 0x0000}, + {649, 94, 542, 0x03ef} + } +}; + +StandTile tile_241 = { + 0x16a401, 0x14, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {696, 94, 542, 0x0000}, + {696, 94, 401, 0x0553}, + {649, 94, 401, 0x03d3} + } +}; + +StandTile tile_242 = { + 0x16b000, 0x13, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {825, 94, 778, 0x03e7}, + {672, 94, 660, 0x03f3}, + {519, 94, 660, 0x03df} + } +}; + +StandTile tile_243 = { + 0x16af00, 0x13, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {519, 94, 660, 0x03e3}, + {259, 94, 778, 0x0000}, + {825, 94, 778, 0x03db} + } +}; + +StandTile tile_244 = { + 0x16ae00, 0x13, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {519, 94, 660, 0x03fb}, + {330, 94, 660, 0x0407}, + {259, 94, 778, 0x03df} + } +}; + +StandTile tile_245 = { + 0x16ad00, 0x13, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {825, 94, 542, 0x03eb}, + {672, 94, 660, 0x03db}, + {825, 94, 778, 0x0000} + } +}; + +StandTile tile_246 = { + 0x16ac00, 0x13, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {696, 94, 542, 0x03ef}, + {672, 94, 660, 0x03e7}, + {825, 94, 542, 0x0000} + } +}; + +StandTile tile_247 = { + 0x16ab00, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {696, 94, 542, 0x03d3}, + {649, 94, 542, 0x03f3}, + {672, 94, 660, 0x03eb} + } +}; + +StandTile tile_248 = { + 0x16aa00, 0x13, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {649, 94, 542, 0x03f7}, + {519, 94, 660, 0x03db}, + {672, 94, 660, 0x03ef} + } +}; + +StandTile tile_249 = { + 0x16a900, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {649, 94, 542, 0x0000}, + {259, 94, 542, 0x03fb}, + {519, 94, 660, 0x03f3} + } +}; + +StandTile tile_250 = { + 0x16a800, 0x13, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {519, 94, 660, 0x03f7}, + {259, 94, 542, 0x03ff}, + {330, 94, 660, 0x03e3} + } +}; + +StandTile tile_251 = { + 0x16a700, 0x13, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {259, 94, 542, 0x0000}, + {259, 94, 637, 0x0403}, + {330, 94, 660, 0x03fb} + } +}; + +StandTile tile_252 = { + 0x16a600, 0x13, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {259, 94, 637, 0x040b}, + {259, 94, 684, 0x0407}, + {330, 94, 660, 0x03ff} + } +}; + +StandTile tile_253 = { + 0x16a500, 0x13, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {330, 94, 660, 0x0403}, + {259, 94, 684, 0x0000}, + {259, 94, 778, 0x03e3} + } +}; + +StandTile tile_254 = { + 0x16b102, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {259, 94, 637, 0x040f}, + {24, 94, 684, 0x0000}, + {259, 94, 684, 0x0403} + } +}; + +StandTile tile_255 = { + 0x16b101, 0x12, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {259, 94, 637, 0x0000}, + {24, 94, 637, 0x0413}, + {24, 94, 684, 0x040b} + } +}; + +StandTile tile_256 = { + 0x16b202, 0x11, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {24, 94, 637, 0x0417}, + {-24, 94, 684, 0x0000}, + {24, 94, 684, 0x040f} + } +}; + +StandTile tile_257 = { + 0x16b201, 0x11, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {24, 94, 637, 0x041f}, + {-24, 94, 637, 0x0000}, + {-24, 94, 684, 0x0413} + } +}; + +StandTile tile_258 = { + 0x1e3502, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-24, 94, 637, 0x041f}, + {24, 0, 542, 0x042f}, + {-24, 0, 542, 0x0000} + } +}; + +StandTile tile_259 = { + 0x1e3501, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-24, 94, 637, 0x0417}, + {24, 94, 637, 0x0000}, + {24, 0, 542, 0x041b} + } +}; + +StandTile tile_260 = { + 0x1cb200, 0x0f, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {24, 0, 307, 0x0a63}, + {-24, 0, 307, 0x0000}, + {-24, 0, 472, 0x042b} + } +}; + +StandTile tile_261 = { + 0x1cb102, 0x0f, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {24, 0, 542, 0x042b}, + {-24, 0, 472, 0x03cf}, + {-24, 0, 519, 0x042f} + } +}; + +StandTile tile_262 = { + 0x1cb101, 0x0f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {24, 0, 542, 0x0000}, + {24, 0, 307, 0x0423}, + {-24, 0, 472, 0x0427} + } +}; + +StandTile tile_263 = { + 0x099d00, 0x0f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-24, 0, 542, 0x041b}, + {24, 0, 542, 0x0427}, + {-24, 0, 519, 0x0000} + } +}; + +StandTile tile_264 = { + 0x091b00, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-991, -7, 0, 0x0437}, + {-1050, -7, 59, 0x0dfe}, + {-932, -7, 59, 0x0443} + } +}; + +StandTile tile_265 = { + 0x091a00, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-991, -7, 0, 0x043b}, + {-1050, -7, -59, 0x0e06}, + {-1050, -7, 59, 0x0433} + } +}; + +StandTile tile_266 = { + 0x091d00, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1050, -7, -59, 0x0437}, + {-991, -7, 0, 0x043f}, + {-932, -7, -59, 0x0dd2} + } +}; + +StandTile tile_267 = { + 0x091f00, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-873, -7, 0, 0x044b}, + {-932, -7, -59, 0x043b}, + {-991, -7, 0, 0x0443} + } +}; + +StandTile tile_268 = { + 0x091e00, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-932, -7, 59, 0x0447}, + {-873, -7, 0, 0x043f}, + {-991, -7, 0, 0x0433} + } +}; + +StandTile tile_269 = { + 0x092000, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-873, -7, 0, 0x0443}, + {-932, -7, 59, 0x0df6}, + {-814, -7, 59, 0x0453} + } +}; + +StandTile tile_270 = { + 0x091c00, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-873, -7, 0, 0x044f}, + {-814, -7, -59, 0x0dda}, + {-932, -7, -59, 0x043f} + } +}; + +StandTile tile_271 = { + 0x092500, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-873, -7, 0, 0x0453}, + {-755, -7, 0, 0x045f}, + {-814, -7, -59, 0x044b} + } +}; + +StandTile tile_272 = { + 0x092100, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-755, -7, 0, 0x044f}, + {-873, -7, 0, 0x0447}, + {-814, -7, 59, 0x0457} + } +}; + +StandTile tile_273 = { + 0x092200, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-755, -7, 0, 0x0453}, + {-814, -7, 59, 0x0dee}, + {-696, -7, 59, 0x045b} + } +}; + +StandTile tile_274 = { + 0x092300, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-696, -7, -59, 0x045f}, + {-755, -7, 0, 0x0457}, + {-696, -7, 59, 0x0de6} + } +}; + +StandTile tile_275 = { + 0x092400, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-814, -7, -59, 0x044f}, + {-755, -7, 0, 0x045b}, + {-696, -7, -59, 0x0de2} + } +}; + +StandTile tile_276 = { + 0x092a00, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {224, 0, 118, 0x0467}, + {189, 0, 71, 0x08b3}, + {189, 0, 165, 0x046f} + } +}; + +StandTile tile_277 = { + 0x092b00, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, 71, 0x0000}, + {189, 0, 71, 0x0463}, + {224, 0, 118, 0x046b} + } +}; + +StandTile tile_278 = { + 0x092c00, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, 71, 0x0467}, + {224, 0, 118, 0x046f}, + {259, 0, 165, 0x04ff} + } +}; + +StandTile tile_279 = { + 0x092d00, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, 165, 0x046b}, + {224, 0, 118, 0x0463}, + {189, 0, 165, 0x0000} + } +}; + +StandTile tile_280 = { + 0x134d00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {458, 0, -57, 0x0483}, + {542, 0, -165, 0x0477}, + {413, 0, -75, 0x0000} + } +}; + +StandTile tile_281 = { + 0x137300, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -165, 0x057b}, + {330, 0, -165, 0x04f3}, + {413, 0, -75, 0x0473} + } +}; + +StandTile tile_282 = { + 0x134300, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {627, 0, -57, 0x048b}, + {542, 0, -165, 0x047f}, + {608, 0, -12, 0x0000} + } +}; + +StandTile tile_283 = { + 0x137900, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -165, 0x0483}, + {476, 0, -12, 0x0523}, + {608, 0, -12, 0x047b} + } +}; + +StandTile tile_284 = { + 0x137b00, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -165, 0x0473}, + {458, 0, -57, 0x0000}, + {476, 0, -12, 0x047f} + } +}; + +StandTile tile_285 = { + 0x098900, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {755, 0, -165, 0x0577}, + {542, 0, -165, 0x048b}, + {672, 0, -76, 0x048f} + } +}; + +StandTile tile_286 = { + 0x137700, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -165, 0x047b}, + {627, 0, -57, 0x0000}, + {672, 0, -76, 0x0487} + } +}; + +StandTile tile_287 = { + 0x098a00, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {755, 0, -165, 0x0487}, + {672, 0, -76, 0x0493}, + {825, 0, -165, 0x0000} + } +}; + +StandTile tile_288 = { + 0x137600, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {672, 0, -76, 0x0000}, + {717, 0, -57, 0x049b}, + {825, 0, -165, 0x048f} + } +}; + +StandTile tile_289 = { + 0x098b00, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, -165, 0x049b}, + {736, 0, -12, 0x049f}, + {825, 0, 118, 0x0000} + } +}; + +StandTile tile_290 = { + 0x137500, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, -165, 0x0493}, + {717, 0, -57, 0x0000}, + {736, 0, -12, 0x0497} + } +}; + +StandTile tile_291 = { + 0x137400, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {736, 0, -12, 0x0000}, + {717, 0, 33, 0x04ab}, + {825, 0, 118, 0x0497} + } +}; + +StandTile tile_292 = { + 0x098c00, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, 118, 0x04a7}, + {672, 0, 184, 0x0000}, + {717, 0, 203, 0x04b7} + } +}; + +StandTile tile_293 = { + 0x136300, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, 118, 0x04ab}, + {672, 0, 52, 0x0547}, + {672, 0, 184, 0x04a3} + } +}; + +StandTile tile_294 = { + 0x136200, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, 118, 0x049f}, + {717, 0, 33, 0x0000}, + {672, 0, 52, 0x04a7} + } +}; + +StandTile tile_295 = { + 0x098d00, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, 401, 0x04b3}, + {736, 0, 248, 0x0000}, + {717, 0, 293, 0x04cb} + } +}; + +StandTile tile_296 = { + 0x136100, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, 401, 0x0000}, + {825, 0, 118, 0x04b7}, + {736, 0, 248, 0x04af} + } +}; + +StandTile tile_297 = { + 0x136000, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, 118, 0x04a3}, + {717, 0, 203, 0x0000}, + {736, 0, 248, 0x04b3} + } +}; + +StandTile tile_298 = { + 0x098e00, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, 401, 0x04cb}, + {672, 0, 311, 0x04bf}, + {696, 0, 401, 0x0000} + } +}; + +StandTile tile_299 = { + 0x1cbb00, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {672, 0, 311, 0x04c3}, + {649, 0, 401, 0x055f}, + {696, 0, 401, 0x04bb} + } +}; + +StandTile tile_300 = { + 0x1cbf00, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {672, 0, 311, 0x04c7}, + {542, 0, 401, 0x0000}, + {649, 0, 401, 0x04bf} + } +}; + +StandTile tile_301 = { + 0x135f00, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {672, 0, 311, 0x0000}, + {627, 0, 293, 0x04d7}, + {542, 0, 401, 0x04c3} + } +}; + +StandTile tile_302 = { + 0x135e00, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, 401, 0x04af}, + {717, 0, 293, 0x0000}, + {672, 0, 311, 0x04bb} + } +}; + +StandTile tile_303 = { + 0x098f00, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, 401, 0x04d3}, + {476, 0, 248, 0x0000}, + {458, 0, 293, 0x04e3} + } +}; + +StandTile tile_304 = { + 0x136700, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, 401, 0x04d7}, + {609, 0, 248, 0x053b}, + {476, 0, 248, 0x04cf} + } +}; + +StandTile tile_305 = { + 0x136600, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, 401, 0x04c7}, + {627, 0, 293, 0x0000}, + {609, 0, 248, 0x04d3} + } +}; + +StandTile tile_306 = { + 0x099000, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, 401, 0x04df}, + {413, 0, 311, 0x0000}, + {368, 0, 293, 0x04eb} + } +}; + +StandTile tile_307 = { + 0x135d00, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, 401, 0x0000}, + {542, 0, 401, 0x04e3}, + {413, 0, 311, 0x04db} + } +}; + +StandTile tile_308 = { + 0x135c00, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, 401, 0x04cf}, + {458, 0, 293, 0x0000}, + {413, 0, 311, 0x04df} + } +}; + +StandTile tile_309 = { + 0x099100, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, 401, 0x04eb}, + {349, 0, 248, 0x0507}, + {259, 0, 165, 0x0000} + } +}; + +StandTile tile_310 = { + 0x136e00, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, 401, 0x04db}, + {368, 0, 293, 0x0000}, + {349, 0, 248, 0x04e7} + } +}; + +StandTile tile_311 = { + 0x134e00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {413, 0, -75, 0x04f3}, + {259, 0, -165, 0x04fb}, + {368, 0, -57, 0x0000} + } +}; + +StandTile tile_312 = { + 0x137200, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {413, 0, -75, 0x0477}, + {330, 0, -165, 0x0000}, + {259, 0, -165, 0x04ef} + } +}; + +StandTile tile_313 = { + 0x099300, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, 71, 0x0517}, + {349, 0, -12, 0x04fb}, + {259, 0, -165, 0x0000} + } +}; + +StandTile tile_314 = { + 0x137100, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {349, 0, -12, 0x0000}, + {368, 0, -57, 0x04ef}, + {259, 0, -165, 0x04f7} + } +}; + +StandTile tile_315 = { + 0x099400, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, 71, 0x046b}, + {259, 0, 165, 0x0503}, + {324, 0, 118, 0x051b} + } +}; + +StandTile tile_316 = { + 0x099500, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {324, 0, 118, 0x04ff}, + {259, 0, 165, 0x0507}, + {368, 0, 203, 0x0513} + } +}; + +StandTile tile_317 = { + 0x136f00, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, 165, 0x04e7}, + {349, 0, 248, 0x0000}, + {368, 0, 203, 0x0503} + } +}; + +StandTile tile_318 = { + 0x134900, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {368, 0, 33, 0x051b}, + {324, 0, 118, 0x050f}, + {413, 0, 52, 0x0000} + } +}; + +StandTile tile_319 = { + 0x136900, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {324, 0, 118, 0x0513}, + {413, 0, 184, 0x052f}, + {413, 0, 52, 0x050b} + } +}; + +StandTile tile_320 = { + 0x136d00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {324, 0, 118, 0x0503}, + {368, 0, 203, 0x0000}, + {413, 0, 184, 0x050f} + } +}; + +StandTile tile_321 = { + 0x099700, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, 71, 0x051b}, + {368, 0, 33, 0x0000}, + {349, 0, -12, 0x04f7} + } +}; + +StandTile tile_322 = { + 0x137000, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, 71, 0x04ff}, + {324, 0, 118, 0x050b}, + {368, 0, 33, 0x0517} + } +}; + +StandTile tile_323 = { + 0x099800, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, 118, 0x0523}, + {476, 0, -12, 0x0000}, + {458, 0, 33, 0x0533} + } +}; + +StandTile tile_324 = { + 0x137800, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, 118, 0x0527}, + {608, 0, -12, 0x047f}, + {476, 0, -12, 0x051f} + } +}; + +StandTile tile_325 = { + 0x137a00, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, 118, 0x0543}, + {627, 0, 33, 0x0000}, + {608, 0, -12, 0x0523} + } +}; + +StandTile tile_326 = { + 0x099900, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, 118, 0x052f}, + {413, 0, 184, 0x0000}, + {458, 0, 203, 0x053f} + } +}; + +StandTile tile_327 = { + 0x136b00, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, 118, 0x0533}, + {413, 0, 52, 0x050f}, + {413, 0, 184, 0x052b} + } +}; + +StandTile tile_328 = { + 0x136a00, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, 118, 0x051f}, + {458, 0, 33, 0x0000}, + {413, 0, 52, 0x052f} + } +}; + +StandTile tile_329 = { + 0x135b00, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {627, 0, 203, 0x054b}, + {542, 0, 118, 0x053b}, + {609, 0, 248, 0x0000} + } +}; + +StandTile tile_330 = { + 0x136800, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, 118, 0x053f}, + {476, 0, 248, 0x04d3}, + {609, 0, 248, 0x0537} + } +}; + +StandTile tile_331 = { + 0x136c00, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, 118, 0x052b}, + {458, 0, 203, 0x0000}, + {476, 0, 248, 0x053b} + } +}; + +StandTile tile_332 = { + 0x134500, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {627, 0, 33, 0x0527}, + {542, 0, 118, 0x0547}, + {672, 0, 52, 0x0000} + } +}; + +StandTile tile_333 = { + 0x136400, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, 118, 0x054b}, + {672, 0, 184, 0x04a7}, + {672, 0, 52, 0x0543} + } +}; + +StandTile tile_334 = { + 0x136500, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, 118, 0x0537}, + {627, 0, 203, 0x0000}, + {672, 0, 184, 0x0547} + } +}; + +StandTile tile_335 = { + 0x1cc102, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {649, 94, 401, 0x0553}, + {696, 71, 401, 0x0557}, + {649, 71, 401, 0x0000} + } +}; + +StandTile tile_336 = { + 0x1cc101, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {649, 94, 401, 0x03d7}, + {696, 94, 401, 0x0000}, + {696, 71, 401, 0x054f} + } +}; + +StandTile tile_337 = { + 0x1cbd02, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {696, 24, 401, 0x055b}, + {649, 71, 401, 0x054f}, + {696, 71, 401, 0x0000} + } +}; + +StandTile tile_338 = { + 0x1cbd01, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {696, 24, 401, 0x0563}, + {649, 24, 401, 0x0000}, + {649, 71, 401, 0x0557} + } +}; + +StandTile tile_339 = { + 0x1cc002, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {649, 24, 401, 0x0563}, + {696, 0, 401, 0x04bf}, + {649, 0, 401, 0x0000} + } +}; + +StandTile tile_340 = { + 0x1cc001, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {649, 24, 401, 0x055b}, + {696, 24, 401, 0x0000}, + {696, 0, 401, 0x055f} + } +}; + +StandTile tile_341 = { + 0x098100, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -224, 0x056b}, + {330, 0, -283, 0x0000}, + {330, 0, -165, 0x057b} + } +}; + +StandTile tile_342 = { + 0x098200, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -283, 0x058b}, + {330, 0, -283, 0x0567}, + {542, 0, -224, 0x056f} + } +}; + +StandTile tile_343 = { + 0x098300, 0x0b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -283, 0x056b}, + {542, 0, -224, 0x0573}, + {755, 0, -283, 0x0593} + } +}; + +StandTile tile_344 = { + 0x098400, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {755, 0, -283, 0x056f}, + {542, 0, -224, 0x0577}, + {755, 0, -165, 0x0000} + } +}; + +StandTile tile_345 = { + 0x098500, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {755, 0, -165, 0x0573}, + {542, 0, -224, 0x057b}, + {542, 0, -165, 0x0487} + } +}; + +StandTile tile_346 = { + 0x098600, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -165, 0x0577}, + {542, 0, -224, 0x0567}, + {330, 0, -165, 0x0477} + } +}; + +StandTile tile_347 = { + 0x133e00, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, -578, 0x05ab}, + {717, 0, -493, 0x0000}, + {736, 0, -448, 0x05a7} + } +}; + +StandTile tile_348 = { + 0x130e00, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {368, 0, -403, 0x0623}, + {259, 0, -283, 0x0587}, + {413, 0, -384, 0x0000} + } +}; + +StandTile tile_349 = { + 0x131100, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -283, 0x0000}, + {330, 0, -283, 0x058b}, + {413, 0, -384, 0x0583} + } +}; + +StandTile tile_350 = { + 0x094900, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {330, 0, -283, 0x056b}, + {542, 0, -283, 0x058f}, + {413, 0, -384, 0x0587} + } +}; + +StandTile tile_351 = { + 0x130f00, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -283, 0x06a7}, + {458, 0, -403, 0x0000}, + {413, 0, -384, 0x058b} + } +}; + +StandTile tile_352 = { + 0x094a00, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {755, 0, -283, 0x059b}, + {672, 0, -385, 0x0597}, + {542, 0, -283, 0x056f} + } +}; + +StandTile tile_353 = { + 0x133b00, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {672, 0, -385, 0x0000}, + {627, 0, -403, 0x06af}, + {542, 0, -283, 0x0593} + } +}; + +StandTile tile_354 = { + 0x094b00, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, -283, 0x059f}, + {672, 0, -385, 0x0593}, + {755, 0, -283, 0x0000} + } +}; + +StandTile tile_355 = { + 0x133c00, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, -283, 0x05a3}, + {717, 0, -403, 0x0000}, + {672, 0, -385, 0x059b} + } +}; + +StandTile tile_356 = { + 0x094c00, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, -283, 0x05a7}, + {736, 0, -448, 0x0000}, + {717, 0, -403, 0x059f} + } +}; + +StandTile tile_357 = { + 0x133d00, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, -283, 0x0000}, + {825, 0, -578, 0x057f}, + {736, 0, -448, 0x05a3} + } +}; + +StandTile tile_358 = { + 0x130300, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {717, 0, -493, 0x057f}, + {825, 0, -578, 0x05af}, + {672, 0, -512, 0x0000} + } +}; + +StandTile tile_359 = { + 0x133100, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, -578, 0x05b3}, + {672, 0, -644, 0x067b}, + {672, 0, -512, 0x05ab} + } +}; + +StandTile tile_360 = { + 0x133000, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, -578, 0x05b7}, + {717, 0, -663, 0x0000}, + {672, 0, -644, 0x05af} + } +}; + +StandTile tile_361 = { + 0x12ff00, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {717, 0, -663, 0x05b3}, + {825, 0, -578, 0x05bb}, + {736, 0, -708, 0x0000} + } +}; + +StandTile tile_362 = { + 0x132e00, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, -578, 0x0000}, + {825, 0, -837, 0x05bf}, + {736, 0, -708, 0x05b7} + } +}; + +StandTile tile_363 = { + 0x132d00, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, -837, 0x05c7}, + {717, 0, -753, 0x0000}, + {736, 0, -708, 0x05bb} + } +}; + +StandTile tile_364 = { + 0x12f400, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {672, 0, -903, 0x06b3}, + {825, 0, -837, 0x05cb}, + {717, 1, -922, 0x0000} + } +}; + +StandTile tile_365 = { + 0x132700, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {672, 0, -771, 0x0000}, + {717, 0, -753, 0x05bf}, + {825, 0, -837, 0x06b7} + } +}; + +StandTile tile_366 = { + 0x12f500, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {717, 1, -922, 0x05c3}, + {825, 0, -837, 0x05cf}, + {736, 1, -967, 0x0000} + } +}; + +StandTile tile_367 = { + 0x132900, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, -837, 0x0000}, + {825, 0, -1132, 0x05d3}, + {736, 1, -967, 0x05cb} + } +}; + +StandTile tile_368 = { + 0x132a00, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {825, 0, -1132, 0x05df}, + {717, 1, -1012, 0x0000}, + {736, 1, -967, 0x05cf} + } +}; + +StandTile tile_369 = { + 0x095100, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -1132, 0x05db}, + {672, 1, -1031, 0x05df}, + {825, 0, -1132, 0x0000} + } +}; + +StandTile tile_370 = { + 0x132c00, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -1132, 0x063f}, + {627, 1, -1012, 0x0000}, + {672, 1, -1031, 0x05d7} + } +}; + +StandTile tile_371 = { + 0x132b00, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {672, 1, -1031, 0x0000}, + {717, 1, -1012, 0x05d3}, + {825, 0, -1132, 0x05d7} + } +}; + +StandTile tile_372 = { + 0x095200, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -1132, 0x05ef}, + {413, 0, -1031, 0x05e7}, + {389, 0, -1132, 0x0000} + } +}; + +StandTile tile_373 = { + 0x1cb900, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {413, 0, -1031, 0x05eb}, + {436, 0, -1132, 0x06cb}, + {389, 0, -1132, 0x05e3} + } +}; + +StandTile tile_374 = { + 0x1cba00, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {413, 0, -1031, 0x05f3}, + {542, 0, -1132, 0x0000}, + {436, 0, -1132, 0x05e7} + } +}; + +StandTile tile_375 = { + 0x131c00, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -1132, 0x0603}, + {368, 0, -1012, 0x0000}, + {413, 0, -1031, 0x05e3} + } +}; + +StandTile tile_376 = { + 0x131b00, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {413, 0, -1031, 0x0000}, + {458, 0, -1012, 0x0647}, + {542, 0, -1132, 0x05eb} + } +}; + +StandTile tile_377 = { + 0x095300, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -837, 0x0607}, + {349, 0, -967, 0x05fb}, + {259, 0, -943, 0x0000} + } +}; + +StandTile tile_378 = { + 0x1cab00, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {349, 0, -967, 0x05ff}, + {259, 0, -991, 0x0058}, + {259, 0, -943, 0x05f7} + } +}; + +StandTile tile_379 = { + 0x1cac00, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {349, 0, -967, 0x0603}, + {259, 0, -1132, 0x0000}, + {259, 0, -991, 0x05fb} + } +}; + +StandTile tile_380 = { + 0x131a00, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {349, 0, -967, 0x0000}, + {368, 0, -1012, 0x05ef}, + {259, 0, -1132, 0x05ff} + } +}; + +StandTile tile_381 = { + 0x131900, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -837, 0x0633}, + {368, 0, -922, 0x0000}, + {349, 0, -967, 0x05f7} + } +}; + +StandTile tile_382 = { + 0x095400, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -519, 0x0613}, + {349, 0, -707, 0x060f}, + {259, 0, -837, 0x0000} + } +}; + +StandTile tile_383 = { + 0x131600, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {349, 0, -707, 0x0000}, + {368, 0, -752, 0x063b}, + {259, 0, -837, 0x060b} + } +}; + +StandTile tile_384 = { + 0x131500, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -519, 0x0627}, + {368, 0, -662, 0x0000}, + {349, 0, -707, 0x060b} + } +}; + +StandTile tile_385 = { + 0x095500, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -377, 0x061f}, + {349, 0, -448, 0x061b}, + {259, 0, -519, 0x06d3} + } +}; + +StandTile tile_386 = { + 0x131200, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {349, 0, -448, 0x0000}, + {368, 0, -493, 0x062f}, + {259, 0, -519, 0x0617} + } +}; + +StandTile tile_387 = { + 0x095600, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -283, 0x0623}, + {349, 0, -448, 0x0617}, + {259, 0, -377, 0x0000} + } +}; + +StandTile tile_388 = { + 0x131000, 0x0a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -283, 0x0583}, + {368, 0, -403, 0x0000}, + {349, 0, -448, 0x061f} + } +}; + +StandTile tile_389 = { + 0x12e800, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {368, 0, -662, 0x0613}, + {259, 0, -519, 0x062b}, + {413, 0, -644, 0x0000} + } +}; + +StandTile tile_390 = { + 0x131300, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -519, 0x062f}, + {413, 0, -512, 0x0693}, + {413, 0, -644, 0x0627} + } +}; + +StandTile tile_391 = { + 0x131400, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -519, 0x061b}, + {368, 0, -493, 0x0000}, + {413, 0, -512, 0x062b} + } +}; + +StandTile tile_392 = { + 0x12f000, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {368, 0, -922, 0x0607}, + {259, 0, -837, 0x0637}, + {413, 0, -903, 0x0000} + } +}; + +StandTile tile_393 = { + 0x131700, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -837, 0x063b}, + {413, 0, -771, 0x065b}, + {413, 0, -903, 0x0633} + } +}; + +StandTile tile_394 = { + 0x131800, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -837, 0x060f}, + {368, 0, -752, 0x0000}, + {413, 0, -771, 0x0637} + } +}; + +StandTile tile_395 = { + 0x12f700, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {627, 1, -1012, 0x05db}, + {542, 0, -1132, 0x0643}, + {608, 0, -967, 0x0000} + } +}; + +StandTile tile_396 = { + 0x131d00, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -1132, 0x0647}, + {476, 0, -967, 0x064f}, + {608, 0, -967, 0x063f} + } +}; + +StandTile tile_397 = { + 0x131e00, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -1132, 0x05f3}, + {458, 0, -1012, 0x0000}, + {476, 0, -967, 0x0643} + } +}; + +StandTile tile_398 = { + 0x12ee00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {458, 0, -922, 0x065f}, + {542, 0, -837, 0x064f}, + {476, 0, -967, 0x0000} + } +}; + +StandTile tile_399 = { + 0x132000, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -837, 0x0653}, + {608, 0, -967, 0x0643}, + {476, 0, -967, 0x064b} + } +}; + +StandTile tile_400 = { + 0x131f00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -837, 0x066f}, + {627, 0, -922, 0x0000}, + {608, 0, -967, 0x064f} + } +}; + +StandTile tile_401 = { + 0x12eb00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {458, 0, -752, 0x066b}, + {542, 0, -837, 0x065b}, + {413, 0, -771, 0x0000} + } +}; + +StandTile tile_402 = { + 0x132100, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -837, 0x065f}, + {413, 0, -903, 0x0637}, + {413, 0, -771, 0x0657} + } +}; + +StandTile tile_403 = { + 0x132200, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -837, 0x064b}, + {458, 0, -922, 0x0000}, + {413, 0, -903, 0x065b} + } +}; + +StandTile tile_404 = { + 0x12fb00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {627, 0, -753, 0x0673}, + {542, 0, -837, 0x0667}, + {609, 0, -708, 0x0000} + } +}; + +StandTile tile_405 = { + 0x132500, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -837, 0x066b}, + {476, 0, -708, 0x069f}, + {609, 0, -708, 0x0663} + } +}; + +StandTile tile_406 = { + 0x132600, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -837, 0x0657}, + {458, 0, -752, 0x0000}, + {476, 0, -708, 0x0667} + } +}; + +StandTile tile_407 = { + 0x12f300, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {627, 0, -922, 0x0653}, + {542, 0, -837, 0x06b3}, + {672, 0, -903, 0x0000} + } +}; + +StandTile tile_408 = { + 0x132400, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -837, 0x0663}, + {627, 0, -753, 0x0000}, + {672, 0, -771, 0x06b7} + } +}; + +StandTile tile_409 = { + 0x12fd00, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {627, 0, -663, 0x069b}, + {542, 0, -578, 0x067b}, + {672, 0, -644, 0x0000} + } +}; + +StandTile tile_410 = { + 0x132f00, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -578, 0x067f}, + {672, 0, -512, 0x05af}, + {672, 0, -644, 0x0677} + } +}; + +StandTile tile_411 = { + 0x133200, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -578, 0x0683}, + {627, 0, -493, 0x0000}, + {672, 0, -512, 0x067b} + } +}; + +StandTile tile_412 = { + 0x130100, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {627, 0, -493, 0x067f}, + {542, 0, -578, 0x0687}, + {609, 0, -448, 0x0000} + } +}; + +StandTile tile_413 = { + 0x133300, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -578, 0x068b}, + {476, 0, -448, 0x06ab}, + {609, 0, -448, 0x0683} + } +}; + +StandTile tile_414 = { + 0x133400, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -578, 0x068f}, + {458, 0, -493, 0x0000}, + {476, 0, -448, 0x0687} + } +}; + +StandTile tile_415 = { + 0x096000, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -578, 0x0693}, + {413, 0, -512, 0x0000}, + {458, 0, -493, 0x068b} + } +}; + +StandTile tile_416 = { + 0x133700, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -578, 0x0697}, + {413, 0, -644, 0x062b}, + {413, 0, -512, 0x068f} + } +}; + +StandTile tile_417 = { + 0x133800, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -578, 0x06a3}, + {458, 0, -663, 0x0000}, + {413, 0, -644, 0x0693} + } +}; + +StandTile tile_418 = { + 0x12fc00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {609, 0, -708, 0x069f}, + {542, 0, -578, 0x0677}, + {627, 0, -663, 0x0000} + } +}; + +StandTile tile_419 = { + 0x133600, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {609, 0, -708, 0x0667}, + {476, 0, -708, 0x06a3}, + {542, 0, -578, 0x069b} + } +}; + +StandTile tile_420 = { + 0x133500, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {476, 0, -708, 0x0000}, + {458, 0, -663, 0x0697}, + {542, 0, -578, 0x069f} + } +}; + +StandTile tile_421 = { + 0x096200, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -283, 0x06ab}, + {476, 0, -448, 0x0000}, + {458, 0, -403, 0x058f} + } +}; + +StandTile tile_422 = { + 0x133900, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -283, 0x06af}, + {609, 0, -448, 0x0687}, + {476, 0, -448, 0x06a7} + } +}; + +StandTile tile_423 = { + 0x133a00, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -283, 0x0597}, + {627, 0, -403, 0x0000}, + {609, 0, -448, 0x06ab} + } +}; + +StandTile tile_424 = { + 0x137e00, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {672, 0, -903, 0x066f}, + {542, 0, -837, 0x06b7}, + {825, 0, -837, 0x05c3} + } +}; + +StandTile tile_425 = { + 0x137f00, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {542, 0, -837, 0x0673}, + {672, 0, -771, 0x05c7}, + {825, 0, -837, 0x06b3} + } +}; + +StandTile tile_426 = { + 0x1cb302, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {436, 94, -1132, 0x06bf}, + {389, 71, -1132, 0x06c7}, + {436, 71, -1132, 0x0000} + } +}; + +StandTile tile_427 = { + 0x1cb301, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {436, 94, -1132, 0x0050}, + {389, 94, -1132, 0x0000}, + {389, 71, -1132, 0x06bb} + } +}; + +StandTile tile_428 = { + 0x1cb402, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {436, 71, -1132, 0x06c7}, + {389, 24, -1132, 0x06cf}, + {436, 24, -1132, 0x0000} + } +}; + +StandTile tile_429 = { + 0x1cb401, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {436, 71, -1132, 0x06bb}, + {389, 71, -1132, 0x0000}, + {389, 24, -1132, 0x06c3} + } +}; + +StandTile tile_430 = { + 0x1cb502, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {436, 24, -1132, 0x06cf}, + {389, 0, -1132, 0x05e7}, + {436, 0, -1132, 0x0000} + } +}; + +StandTile tile_431 = { + 0x1cb501, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {436, 24, -1132, 0x06c3}, + {389, 24, -1132, 0x0000}, + {389, 0, -1132, 0x06cb} + } +}; + +StandTile tile_432 = { + 0x094700, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -519, 0x06df}, + {189, 0, -448, 0x06d7}, + {259, 0, -377, 0x0617} + } +}; + +StandTile tile_433 = { + 0x094600, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -377, 0x06d3}, + {189, 0, -448, 0x06db}, + {94, 0, -377, 0x0000} + } +}; + +StandTile tile_434 = { + 0x094500, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -448, 0x06e3}, + {94, 0, -448, 0x0847}, + {94, 0, -377, 0x06d7} + } +}; + +StandTile tile_435 = { + 0x094400, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {259, 0, -519, 0x0000}, + {94, 0, -519, 0x06e3}, + {189, 0, -448, 0x06d3} + } +}; + +StandTile tile_436 = { + 0x094300, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -448, 0x06df}, + {94, 0, -519, 0x0843}, + {94, 0, -448, 0x06db} + } +}; + +StandTile tile_437 = { + 0x01bb00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-637, 0, -448, 0x06fb}, + {-708, 0, -495, 0x0e4e}, + {-708, 0, -401, 0x06eb} + } +}; + +StandTile tile_438 = { + 0x01bc00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-660, 0, -401, 0x06ef}, + {-637, 0, -448, 0x06e7}, + {-708, 0, -401, 0x0000} + } +}; + +StandTile tile_439 = { + 0x01bd00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-660, 0, -377, 0x06f3}, + {-637, 0, -448, 0x06eb}, + {-660, 0, -401, 0x0000} + } +}; + +StandTile tile_440 = { + 0x01be00, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-613, 0, -377, 0x06f7}, + {-637, 0, -448, 0x06ef}, + {-660, 0, -377, 0x0000} + } +}; + +StandTile tile_441 = { + 0x01bf00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-613, 0, -401, 0x070f}, + {-637, 0, -448, 0x06f3}, + {-613, 0, -377, 0x0000} + } +}; + +StandTile tile_442 = { + 0x01c000, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-660, 0, -495, 0x0000}, + {-708, 0, -495, 0x06e7}, + {-637, 0, -448, 0x06ff} + } +}; + +StandTile tile_443 = { + 0x01c100, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-660, 0, -495, 0x06fb}, + {-637, 0, -448, 0x0703}, + {-660, 0, -519, 0x0000} + } +}; + +StandTile tile_444 = { + 0x01c200, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-660, 0, -519, 0x06ff}, + {-637, 0, -448, 0x0707}, + {-613, 0, -519, 0x0000} + } +}; + +StandTile tile_445 = { + 0x01c300, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-613, 0, -495, 0x0000}, + {-613, 0, -519, 0x0703}, + {-637, 0, -448, 0x070b} + } +}; + +StandTile tile_446 = { + 0x01c400, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-566, 0, -495, 0x0000}, + {-613, 0, -495, 0x0707}, + {-637, 0, -448, 0x0717} + } +}; + +StandTile tile_447 = { + 0x01c500, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-637, 0, -448, 0x06f7}, + {-613, 0, -401, 0x0000}, + {-566, 0, -401, 0x0713} + } +}; + +StandTile tile_448 = { + 0x01c600, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-542, 0, -448, 0x0717}, + {-637, 0, -448, 0x070f}, + {-566, 0, -401, 0x0727} + } +}; + +StandTile tile_449 = { + 0x01c700, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-566, 0, -495, 0x070b}, + {-637, 0, -448, 0x0713}, + {-542, 0, -448, 0x071b} + } +}; + +StandTile tile_450 = { + 0x01c800, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-566, 0, -495, 0x0717}, + {-542, 0, -448, 0x071f}, + {-566, 0, -519, 0x0000} + } +}; + +StandTile tile_451 = { + 0x01c900, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-566, 0, -519, 0x071b}, + {-542, 0, -448, 0x0723}, + {-519, 0, -519, 0x0000} + } +}; + +StandTile tile_452 = { + 0x01ca00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, -519, 0x071f}, + {-542, 0, -448, 0x073b}, + {-519, 0, -495, 0x0000} + } +}; + +StandTile tile_453 = { + 0x01cb00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-542, 0, -448, 0x0713}, + {-566, 0, -401, 0x0000}, + {-566, 0, -377, 0x072b} + } +}; + +StandTile tile_454 = { + 0x01cc00, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, -377, 0x072f}, + {-542, 0, -448, 0x0727}, + {-566, 0, -377, 0x0000} + } +}; + +StandTile tile_455 = { + 0x01cd00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, -401, 0x0733}, + {-542, 0, -448, 0x072b}, + {-519, 0, -377, 0x0000} + } +}; + +StandTile tile_456 = { + 0x01ce00, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-448, 0, -448, 0x073b}, + {-542, 0, -448, 0x072f}, + {-519, 0, -401, 0x0737} + } +}; + +StandTile tile_457 = { + 0x01cf00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-448, 0, -448, 0x0733}, + {-519, 0, -401, 0x0000}, + {-472, 0, -401, 0x0793} + } +}; + +StandTile tile_458 = { + 0x01d000, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-542, 0, -448, 0x0733}, + {-448, 0, -448, 0x073f}, + {-519, 0, -495, 0x0723} + } +}; + +StandTile tile_459 = { + 0x01d100, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, -495, 0x073b}, + {-448, 0, -448, 0x0743}, + {-472, 0, -495, 0x0000} + } +}; + +StandTile tile_460 = { + 0x01d200, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-472, 0, -495, 0x073f}, + {-448, 0, -448, 0x078f}, + {-425, 0, -495, 0x0747} + } +}; + +StandTile tile_461 = { + 0x01d300, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-448, 0, -566, 0x074b}, + {-472, 0, -495, 0x0743}, + {-425, 0, -495, 0x076f} + } +}; + +StandTile tile_462 = { + 0x01d400, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-472, 0, -684, 0x0000}, + {-472, 0, -495, 0x0747}, + {-448, 0, -566, 0x074f} + } +}; + +StandTile tile_463 = { + 0x01d500, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-472, 0, -684, 0x074b}, + {-448, 0, -566, 0x0767}, + {-425, 0, -637, 0x0753} + } +}; + +StandTile tile_464 = { + 0x01d600, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-330, 0, -684, 0x0000}, + {-472, 0, -684, 0x074f}, + {-425, 0, -637, 0x0757} + } +}; + +StandTile tile_465 = { + 0x01d700, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-330, 0, -684, 0x0753}, + {-425, 0, -637, 0x0000}, + {-377, 0, -637, 0x075b} + } +}; + +StandTile tile_466 = { + 0x01d800, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-354, 0, -566, 0x075f}, + {-330, 0, -684, 0x0757}, + {-377, 0, -637, 0x0763} + } +}; + +StandTile tile_467 = { + 0x01d900, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-330, 0, -495, 0x0000}, + {-330, 0, -684, 0x075b}, + {-354, 0, -566, 0x0783} + } +}; + +StandTile tile_468 = { + 0x01da00, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-354, 0, -566, 0x075b}, + {-377, 0, -637, 0x0000}, + {-377, 0, -590, 0x077b} + } +}; + +StandTile tile_469 = { + 0x01db00, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-425, 0, -637, 0x074f}, + {-448, 0, -566, 0x076b}, + {-425, 0, -590, 0x0000} + } +}; + +StandTile tile_470 = { + 0x01dc00, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-425, 0, -590, 0x0767}, + {-448, 0, -566, 0x076f}, + {-425, 0, -542, 0x0773} + } +}; + +StandTile tile_471 = { + 0x01dd00, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-425, 0, -542, 0x076b}, + {-448, 0, -566, 0x0747}, + {-425, 0, -495, 0x0000} + } +}; + +StandTile tile_472 = { + 0x01de00, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-377, 0, -590, 0x0000}, + {-425, 0, -590, 0x076b}, + {-425, 0, -542, 0x0777} + } +}; + +StandTile tile_473 = { + 0x01df00, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-377, 0, -590, 0x0773}, + {-425, 0, -542, 0x0000}, + {-377, 0, -542, 0x077b} + } +}; + +StandTile tile_474 = { + 0x01e000, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-354, 0, -566, 0x0763}, + {-377, 0, -590, 0x0777}, + {-377, 0, -542, 0x077f} + } +}; + +StandTile tile_475 = { + 0x01e100, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-354, 0, -566, 0x077b}, + {-377, 0, -542, 0x0000}, + {-377, 0, -495, 0x0783} + } +}; + +StandTile tile_476 = { + 0x01e200, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-330, 0, -495, 0x075f}, + {-354, 0, -566, 0x077f}, + {-377, 0, -495, 0x0787} + } +}; + +StandTile tile_477 = { + 0x01e300, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-330, 0, -495, 0x0783}, + {-377, 0, -495, 0x078b}, + {-354, 0, -448, 0x07b7} + } +}; + +StandTile tile_478 = { + 0x01e400, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-377, 0, -495, 0x0000}, + {-425, 0, -495, 0x078f}, + {-354, 0, -448, 0x0787} + } +}; + +StandTile tile_479 = { + 0x01e500, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-425, 0, -495, 0x0743}, + {-448, 0, -448, 0x079f}, + {-354, 0, -448, 0x078b} + } +}; + +StandTile tile_480 = { + 0x01e600, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-448, 0, -448, 0x0737}, + {-472, 0, -401, 0x0000}, + {-472, 0, -377, 0x0797} + } +}; + +StandTile tile_481 = { + 0x01e700, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-425, 0, -377, 0x079b}, + {-448, 0, -448, 0x0793}, + {-472, 0, -377, 0x0000} + } +}; + +StandTile tile_482 = { + 0x01e800, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-425, 0, -401, 0x079f}, + {-448, 0, -448, 0x0797}, + {-425, 0, -377, 0x0000} + } +}; + +StandTile tile_483 = { + 0x01e900, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-354, 0, -448, 0x078f}, + {-448, 0, -448, 0x079b}, + {-425, 0, -401, 0x07a3} + } +}; + +StandTile tile_484 = { + 0x01ea00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-354, 0, -448, 0x079f}, + {-425, 0, -401, 0x0000}, + {-377, 0, -401, 0x07a7} + } +}; + +StandTile tile_485 = { + 0x01eb00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-377, 0, -377, 0x07ab}, + {-354, 0, -448, 0x07a3}, + {-377, 0, -401, 0x0000} + } +}; + +StandTile tile_486 = { + 0x01ec00, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-330, 0, -377, 0x07af}, + {-354, 0, -448, 0x07a7}, + {-377, 0, -377, 0x0000} + } +}; + +StandTile tile_487 = { + 0x01ed00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-330, 0, -401, 0x07b3}, + {-354, 0, -448, 0x07ab}, + {-330, 0, -377, 0x0000} + } +}; + +StandTile tile_488 = { + 0x01ee00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-354, 0, -448, 0x07af}, + {-330, 0, -401, 0x0000}, + {-283, 0, -401, 0x07bf} + } +}; + +StandTile tile_489 = { + 0x01ef00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-283, 0, -495, 0x0000}, + {-330, 0, -495, 0x0787}, + {-354, 0, -448, 0x07bb} + } +}; + +StandTile tile_490 = { + 0x01f000, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-283, 0, -495, 0x07b7}, + {-354, 0, -448, 0x07bf}, + {-259, 0, -448, 0x07c3} + } +}; + +StandTile tile_491 = { + 0x01f100, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-259, 0, -448, 0x07bb}, + {-354, 0, -448, 0x07b3}, + {-283, 0, -401, 0x07cf} + } +}; + +StandTile tile_492 = { + 0x01f200, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-283, 0, -519, 0x0000}, + {-283, 0, -495, 0x07bb}, + {-259, 0, -448, 0x07c7} + } +}; + +StandTile tile_493 = { + 0x01f300, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-283, 0, -519, 0x07c3}, + {-259, 0, -448, 0x07cb}, + {-236, 0, -519, 0x0000} + } +}; + +StandTile tile_494 = { + 0x01f400, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-236, 0, -519, 0x07c7}, + {-259, 0, -448, 0x07df}, + {-236, 0, -495, 0x0000} + } +}; + +StandTile tile_495 = { + 0x01f500, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-259, 0, -448, 0x07bf}, + {-283, 0, -401, 0x0000}, + {-283, 0, -377, 0x07d3} + } +}; + +StandTile tile_496 = { + 0x01f600, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-236, 0, -377, 0x07d7}, + {-259, 0, -448, 0x07cf}, + {-283, 0, -377, 0x0000} + } +}; + +StandTile tile_497 = { + 0x01f700, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-236, 0, -401, 0x07db}, + {-259, 0, -448, 0x07d3}, + {-236, 0, -377, 0x0000} + } +}; + +StandTile tile_498 = { + 0x01f800, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -401, 0x07e7}, + {-259, 0, -448, 0x07d7}, + {-236, 0, -401, 0x0000} + } +}; + +StandTile tile_499 = { + 0x01f900, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -495, 0x0000}, + {-236, 0, -495, 0x07cb}, + {-259, 0, -448, 0x07e3} + } +}; + +StandTile tile_500 = { + 0x01fa00, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -495, 0x07df}, + {-259, 0, -448, 0x07e7}, + {-165, 0, -448, 0x07f7} + } +}; + +StandTile tile_501 = { + 0x01fb00, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-165, 0, -448, 0x07e3}, + {-259, 0, -448, 0x07db}, + {-189, 0, -401, 0x07eb} + } +}; + +StandTile tile_502 = { + 0x01fc00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -377, 0x07ef}, + {-165, 0, -448, 0x07e7}, + {-189, 0, -401, 0x0000} + } +}; + +StandTile tile_503 = { + 0x01fd00, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-142, 0, -377, 0x07f3}, + {-165, 0, -448, 0x07eb}, + {-189, 0, -377, 0x0000} + } +}; + +StandTile tile_504 = { + 0x01fe00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-142, 0, -401, 0x0807}, + {-165, 0, -448, 0x07ef}, + {-142, 0, -377, 0x0000} + } +}; + +StandTile tile_505 = { + 0x01ff00, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -519, 0x0000}, + {-189, 0, -495, 0x07e3}, + {-165, 0, -448, 0x07fb} + } +}; + +StandTile tile_506 = { + 0x020000, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -519, 0x07f7}, + {-165, 0, -448, 0x07ff}, + {-142, 0, -519, 0x0000} + } +}; + +StandTile tile_507 = { + 0x020100, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-142, 0, -519, 0x07fb}, + {-165, 0, -448, 0x0803}, + {-142, 0, -495, 0x0000} + } +}; + +StandTile tile_508 = { + 0x020200, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-142, 0, -495, 0x07ff}, + {-165, 0, -448, 0x080b}, + {-94, 0, -495, 0x0000} + } +}; + +StandTile tile_509 = { + 0x020300, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-165, 0, -448, 0x07f3}, + {-142, 0, -401, 0x0000}, + {-94, 0, -401, 0x080b} + } +}; + +StandTile tile_510 = { + 0x020400, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-94, 0, -495, 0x0803}, + {-165, 0, -448, 0x0807}, + {-94, 0, -401, 0x082b} + } +}; + +StandTile tile_511 = { + 0x093600, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-47, 0, -236, 0x0853}, + {47, 0, -236, 0x081b}, + {0, 0, -307, 0x0813} + } +}; + +StandTile tile_512 = { + 0x093700, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-47, 0, -236, 0x080f}, + {0, 0, -307, 0x0817}, + {-94, 0, -236, 0x0000} + } +}; + +StandTile tile_513 = { + 0x093800, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-94, 0, -236, 0x0813}, + {0, 0, -307, 0x0827}, + {-94, 0, -401, 0x0000} + } +}; + +StandTile tile_514 = { + 0x093900, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {94, 0, -236, 0x081f}, + {0, 0, -307, 0x080f}, + {47, 0, -236, 0x0000} + } +}; + +StandTile tile_515 = { + 0x093a00, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {94, 0, -377, 0x0823}, + {0, 0, -307, 0x081b}, + {94, 0, -236, 0x0000} + } +}; + +StandTile tile_516 = { + 0x093b00, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -448, 0x0827}, + {0, 0, -307, 0x081f}, + {94, 0, -377, 0x0847} + } +}; + +StandTile tile_517 = { + 0x093c00, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -307, 0x0823}, + {0, 0, -448, 0x082b}, + {-94, 0, -401, 0x0817} + } +}; + +StandTile tile_518 = { + 0x093d00, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-94, 0, -401, 0x0827}, + {0, 0, -448, 0x082f}, + {-94, 0, -495, 0x080b} + } +}; + +StandTile tile_519 = { + 0x093e00, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-94, 0, -495, 0x082b}, + {0, 0, -448, 0x083f}, + {0, 0, -590, 0x0833} + } +}; + +StandTile tile_520 = { + 0x093f00, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-94, 0, -660, 0x0000}, + {-94, 0, -495, 0x082f}, + {0, 0, -590, 0x0837} + } +}; + +StandTile tile_521 = { + 0x094000, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-94, 0, -660, 0x0833}, + {0, 0, -590, 0x083b}, + {94, 0, -660, 0x0000} + } +}; + +StandTile tile_522 = { + 0x094100, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {94, 0, -660, 0x0837}, + {0, 0, -590, 0x083f}, + {94, 0, -519, 0x0000} + } +}; + +StandTile tile_523 = { + 0x094200, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {94, 0, -519, 0x083b}, + {0, 0, -590, 0x082f}, + {0, 0, -448, 0x0843} + } +}; + +StandTile tile_524 = { + 0x1cc300, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {94, 0, -519, 0x083f}, + {0, 0, -448, 0x0847}, + {94, 0, -448, 0x06e3} + } +}; + +StandTile tile_525 = { + 0x1cc400, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {94, 0, -448, 0x0843}, + {0, 0, -448, 0x0823}, + {94, 0, -377, 0x06db} + } +}; + +StandTile tile_526 = { + 0x092e00, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -212, 0x084f}, + {-47, 0, -189, 0x09d3}, + {47, 0, -189, 0x0857} + } +}; + +StandTile tile_527 = { + 0x092f00, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-47, 0, -236, 0x0000}, + {-47, 0, -189, 0x084b}, + {0, 0, -212, 0x0853} + } +}; + +StandTile tile_528 = { + 0x093000, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-47, 0, -236, 0x084f}, + {0, 0, -212, 0x0857}, + {47, 0, -236, 0x080f} + } +}; + +StandTile tile_529 = { + 0x093100, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {47, 0, -236, 0x0853}, + {0, 0, -212, 0x084b}, + {47, 0, -189, 0x0000} + } +}; + +StandTile tile_530 = { + 0x140600, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {22, 0, 258, 0x0000}, + {0, 0, 268, 0x0a63}, + {24, 0, 307, 0x0a90} + } +}; + +StandTile tile_531 = { + 0x07d700, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-140, 0, 22, 0x0867}, + {-140, 0, 95, 0x0863}, + {-118, 0, 32, 0x0000} + } +}; + +StandTile tile_532 = { + 0x142800, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-140, 0, 95, 0x0000}, + {-118, 0, 86, 0x08ef}, + {-118, 0, 32, 0x085f} + } +}; + +StandTile tile_533 = { + 0x13e800, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-140, 0, 22, 0x086b}, + {-189, 0, 47, 0x0a5f}, + {-140, 0, 95, 0x085f} + } +}; + +StandTile tile_534 = { + 0x141700, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-140, 0, 22, 0x0000}, + {-150, 0, 0, 0x0873}, + {-189, 0, 47, 0x0867} + } +}; + +StandTile tile_535 = { + 0x07d800, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -47, 0x0873}, + {-150, 0, 0, 0x0000}, + {-140, 0, -23, 0x0877} + } +}; + +StandTile tile_536 = { + 0x141800, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -47, 0x0a9c}, + {-189, 0, 47, 0x086b}, + {-150, 0, 0, 0x086f} + } +}; + +StandTile tile_537 = { + 0x07d900, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -47, 0x086f}, + {-140, 0, -23, 0x087b}, + {-140, 0, -95, 0x088b} + } +}; + +StandTile tile_538 = { + 0x13e000, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-140, 0, -23, 0x0000}, + {-118, 0, -32, 0x087f}, + {-140, 0, -95, 0x0877} + } +}; + +StandTile tile_539 = { + 0x143600, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-118, 0, -32, 0x0907}, + {-118, 0, -86, 0x0000}, + {-140, 0, -95, 0x087b} + } +}; + +StandTile tile_540 = { + 0x07da00, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -189, 0x0887}, + {-150, 0, -118, 0x0000}, + {-140, 0, -140, 0x088f} + } +}; + +StandTile tile_541 = { + 0x13d900, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -189, 0x0000}, + {-189, 0, -47, 0x088b}, + {-150, 0, -118, 0x0883} + } +}; + +StandTile tile_542 = { + 0x13da00, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -47, 0x0877}, + {-140, 0, -95, 0x0000}, + {-150, 0, -118, 0x0887} + } +}; + +StandTile tile_543 = { + 0x07db00, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -189, 0x0883}, + {-140, 0, -140, 0x0000}, + {-118, 0, -150, 0x09c7} + } +}; + +StandTile tile_544 = { + 0x13d500, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-86, 0, -118, 0x0897}, + {-22, 0, -140, 0x09cf}, + {-95, 0, -140, 0x0000} + } +}; + +StandTile tile_545 = { + 0x143400, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-86, 0, -118, 0x0917}, + {-32, 0, -118, 0x0000}, + {-22, 0, -140, 0x0893} + } +}; + +StandTile tile_546 = { + 0x07dc00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-59, 0, 59, 0x09c3}, + {-22, 0, 95, 0x09ef}, + {-23, 0, 23, 0x0903} + } +}; + +StandTile tile_547 = { + 0x13a600, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {95, 0, -140, 0x09e7}, + {23, 0, -140, 0x08a3}, + {86, 0, -118, 0x0000} + } +}; + +StandTile tile_548 = { + 0x143200, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {23, 0, -140, 0x0000}, + {32, 0, -118, 0x0927}, + {86, 0, -118, 0x089f} + } +}; + +StandTile tile_549 = { + 0x139e00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {118, 0, 32, 0x0943}, + {118, 0, 86, 0x08ab}, + {140, 0, 23, 0x0000} + } +}; + +StandTile tile_550 = { + 0x141d00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {118, 0, 86, 0x0000}, + {140, 0, 95, 0x08af}, + {140, 0, 23, 0x08a7} + } +}; + +StandTile tile_551 = { + 0x13b900, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {140, 0, 95, 0x08bb}, + {189, 0, 71, 0x0a23}, + {140, 0, 23, 0x08ab} + } +}; + +StandTile tile_552 = { + 0x07e100, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 71, 0x08bb}, + {150, 0, 118, 0x08b7}, + {189, 0, 165, 0x0463} + } +}; + +StandTile tile_553 = { + 0x13bb00, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {150, 0, 118, 0x0000}, + {140, 0, 140, 0x0a33}, + {189, 0, 165, 0x08b3} + } +}; + +StandTile tile_554 = { + 0x13ba00, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 71, 0x08af}, + {140, 0, 95, 0x0000}, + {150, 0, 118, 0x08b3} + } +}; + +StandTile tile_555 = { + 0x139800, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {95, 0, 140, 0x08c3}, + {118, 0, 204, 0x0a3b}, + {118, 0, 150, 0x0000} + } +}; + +StandTile tile_556 = { + 0x141900, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {95, 0, 140, 0x08c7}, + {95, 0, 213, 0x0000}, + {118, 0, 204, 0x08bf} + } +}; + +StandTile tile_557 = { + 0x141000, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {95, 0, 140, 0x0993}, + {59, 0, 177, 0x08cb}, + {95, 0, 213, 0x08c3} + } +}; + +StandTile tile_558 = { + 0x07e500, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {59, 0, 177, 0x0997}, + {22, 0, 213, 0x08cf}, + {95, 0, 213, 0x08c7} + } +}; + +StandTile tile_559 = { + 0x140e00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {22, 0, 213, 0x0000}, + {32, 0, 236, 0x08d3}, + {95, 0, 213, 0x08cb} + } +}; + +StandTile tile_560 = { + 0x142300, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {32, 0, 236, 0x0a98}, + {86, 0, 236, 0x0000}, + {95, 0, 213, 0x08cf} + } +}; + +StandTile tile_561 = { + 0x140100, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-23, 0, 213, 0x08df}, + {-95, 0, 213, 0x08db}, + {-32, 0, 236, 0x0000} + } +}; + +StandTile tile_562 = { + 0x142600, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, 213, 0x0000}, + {-86, 0, 236, 0x0a7c}, + {-32, 0, 236, 0x08d7} + } +}; + +StandTile tile_563 = { + 0x141300, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-23, 0, 213, 0x09ab}, + {-59, 0, 177, 0x08eb}, + {-95, 0, 213, 0x08d7} + } +}; + +StandTile tile_564 = { + 0x13f700, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, 213, 0x08e7}, + {-118, 0, 150, 0x0a53}, + {-118, 0, 204, 0x0000} + } +}; + +StandTile tile_565 = { + 0x142400, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, 213, 0x08eb}, + {-95, 0, 140, 0x0000}, + {-118, 0, 150, 0x08e3} + } +}; + +StandTile tile_566 = { + 0x141200, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, 213, 0x08df}, + {-59, 0, 177, 0x09af}, + {-95, 0, 140, 0x08e7} + } +}; + +StandTile tile_567 = { + 0x13e400, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, 95, 0x08f3}, + {-118, 0, 32, 0x0863}, + {-118, 0, 86, 0x0000} + } +}; + +StandTile tile_568 = { + 0x142900, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, 95, 0x08f7}, + {-95, 0, 22, 0x0000}, + {-118, 0, 32, 0x08ef} + } +}; + +StandTile tile_569 = { + 0x13e900, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, 95, 0x09c3}, + {-59, 0, 59, 0x0903}, + {-95, 0, 22, 0x08f3} + } +}; + +StandTile tile_570 = { + 0x13e200, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, 22, 0x08ff}, + {-32, 0, 0, 0x094f}, + {-86, 0, 0, 0x0000} + } +}; + +StandTile tile_571 = { + 0x142f00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, 22, 0x0903}, + {-23, 0, 23, 0x0000}, + {-32, 0, 0, 0x08fb} + } +}; + +StandTile tile_572 = { + 0x13ea00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, 22, 0x08f7}, + {-59, 0, 59, 0x089b}, + {-23, 0, 23, 0x08ff} + } +}; + +StandTile tile_573 = { + 0x13d700, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-118, 0, -86, 0x087f}, + {-118, 0, -32, 0x090b}, + {-95, 0, -95, 0x0000} + } +}; + +StandTile tile_574 = { + 0x143700, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-118, 0, -32, 0x0000}, + {-95, 0, -23, 0x090f}, + {-95, 0, -95, 0x0907} + } +}; + +StandTile tile_575 = { + 0x13df00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, -23, 0x0953}, + {-59, 0, -59, 0x091b}, + {-95, 0, -95, 0x090b} + } +}; + +StandTile tile_576 = { + 0x13d800, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, -95, 0x091b}, + {-22, 0, -95, 0x0917}, + {-86, 0, -118, 0x0000} + } +}; + +StandTile tile_577 = { + 0x143500, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-22, 0, -95, 0x0000}, + {-32, 0, -118, 0x0897}, + {-86, 0, -118, 0x0913} + } +}; + +StandTile tile_578 = { + 0x13db00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, -95, 0x090f}, + {-59, 0, -59, 0x095f}, + {-22, 0, -95, 0x0913} + } +}; + +StandTile tile_579 = { + 0x07ec00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {59, 0, -59, 0x092b}, + {95, 0, -95, 0x0923}, + {23, 0, -95, 0x096b} + } +}; + +StandTile tile_580 = { + 0x13cd00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {95, 0, -95, 0x0000}, + {86, 0, -118, 0x0927}, + {23, 0, -95, 0x091f} + } +}; + +StandTile tile_581 = { + 0x143300, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {86, 0, -118, 0x08a3}, + {32, 0, -118, 0x0000}, + {23, 0, -95, 0x0923} + } +}; + +StandTile tile_582 = { + 0x13a800, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {59, 0, -59, 0x096f}, + {95, 0, -22, 0x092f}, + {95, 0, -95, 0x091f} + } +}; + +StandTile tile_583 = { + 0x13a900, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {95, 0, -22, 0x09fb}, + {118, 0, -86, 0x0000}, + {95, 0, -95, 0x092b} + } +}; + +StandTile tile_584 = { + 0x139900, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {86, 0, 0, 0x0977}, + {32, 0, 0, 0x0937}, + {95, 0, 23, 0x0000} + } +}; + +StandTile tile_585 = { + 0x141a00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {32, 0, 0, 0x0000}, + {23, 0, 23, 0x093b}, + {95, 0, 23, 0x0933} + } +}; + +StandTile tile_586 = { + 0x13b800, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {23, 0, 23, 0x097b}, + {59, 0, 59, 0x0947}, + {95, 0, 23, 0x0937} + } +}; + +StandTile tile_587 = { + 0x139f00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {118, 0, 86, 0x0943}, + {95, 0, 23, 0x0947}, + {95, 0, 95, 0x0000} + } +}; + +StandTile tile_588 = { + 0x141c00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {118, 0, 86, 0x08a7}, + {118, 0, 32, 0x0000}, + {95, 0, 23, 0x093f} + } +}; + +StandTile tile_589 = { + 0x13b600, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {95, 0, 23, 0x093b}, + {59, 0, 59, 0x0987}, + {95, 0, 95, 0x093f} + } +}; + +StandTile tile_590 = { + 0x138d00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-22, 0, -22, 0x0953}, + {-95, 0, -23, 0x094f}, + {-32, 0, 0, 0x0000} + } +}; + +StandTile tile_591 = { + 0x142e00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, -23, 0x0000}, + {-86, 0, 0, 0x08fb}, + {-32, 0, 0, 0x094b} + } +}; + +StandTile tile_592 = { + 0x13e100, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-22, 0, -22, 0x095f}, + {-59, 0, -59, 0x090f}, + {-95, 0, -23, 0x094b} + } +}; + +StandTile tile_593 = { + 0x13c600, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-22, 0, -95, 0x095f}, + {-22, 0, -22, 0x095b}, + {0, 0, -86, 0x0000} + } +}; + +StandTile tile_594 = { + 0x143000, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-22, 0, -22, 0x0000}, + {0, 0, -32, 0x0967}, + {0, 0, -86, 0x0957} + } +}; + +StandTile tile_595 = { + 0x13d000, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-22, 0, -95, 0x091b}, + {-59, 0, -59, 0x0953}, + {-22, 0, -22, 0x0957} + } +}; + +StandTile tile_596 = { + 0x13c700, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -86, 0x0967}, + {23, 0, -23, 0x096b}, + {23, 0, -95, 0x0000} + } +}; + +StandTile tile_597 = { + 0x143100, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -86, 0x095b}, + {0, 0, -32, 0x0000}, + {23, 0, -23, 0x0963} + } +}; + +StandTile tile_598 = { + 0x13cf00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {23, 0, -23, 0x096f}, + {59, 0, -59, 0x091f}, + {23, 0, -95, 0x0963} + } +}; + +StandTile tile_599 = { + 0x07f300, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {59, 0, -59, 0x096b}, + {23, 0, -23, 0x0973}, + {95, 0, -22, 0x092b} + } +}; + +StandTile tile_600 = { + 0x13ce00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {23, 0, -23, 0x0000}, + {32, 0, 0, 0x0977}, + {95, 0, -22, 0x096f} + } +}; + +StandTile tile_601 = { + 0x141b00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {32, 0, 0, 0x0933}, + {86, 0, 0, 0x0000}, + {95, 0, -22, 0x0973} + } +}; + +StandTile tile_602 = { + 0x07f400, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {59, 0, 59, 0x093b}, + {23, 0, 23, 0x09f3}, + {23, 0, 95, 0x0987} + } +}; + +StandTile tile_603 = { + 0x13a400, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {95, 0, 95, 0x0987}, + {23, 0, 95, 0x0983}, + {86, 0, 118, 0x0000} + } +}; + +StandTile tile_604 = { + 0x142100, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {23, 0, 95, 0x0000}, + {32, 0, 118, 0x098f}, + {86, 0, 118, 0x097f} + } +}; + +StandTile tile_605 = { + 0x13b700, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {95, 0, 95, 0x0947}, + {59, 0, 59, 0x097b}, + {23, 0, 95, 0x097f} + } +}; + +StandTile tile_606 = { + 0x139600, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {86, 0, 118, 0x098f}, + {23, 0, 140, 0x0993}, + {95, 0, 140, 0x0000} + } +}; + +StandTile tile_607 = { + 0x142000, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {86, 0, 118, 0x0983}, + {32, 0, 118, 0x0000}, + {23, 0, 140, 0x098b} + } +}; + +StandTile tile_608 = { + 0x140f00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {23, 0, 140, 0x0997}, + {59, 0, 177, 0x08c7}, + {95, 0, 140, 0x098b} + } +}; + +StandTile tile_609 = { + 0x07f700, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {59, 0, 177, 0x0993}, + {23, 0, 140, 0x099b}, + {22, 0, 213, 0x08cb} + } +}; + +StandTile tile_610 = { + 0x141100, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {23, 0, 140, 0x099f}, + {0, 0, 204, 0x0000}, + {22, 0, 213, 0x0997} + } +}; + +StandTile tile_611 = { + 0x141e00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {23, 0, 140, 0x0000}, + {0, 0, 150, 0x09a7}, + {0, 0, 204, 0x099b} + } +}; + +StandTile tile_612 = { + 0x140200, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 204, 0x09a7}, + {-23, 0, 140, 0x09ab}, + {-23, 0, 213, 0x0000} + } +}; + +StandTile tile_613 = { + 0x141f00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 204, 0x099f}, + {0, 0, 150, 0x0000}, + {-23, 0, 140, 0x09a3} + } +}; + +StandTile tile_614 = { + 0x141400, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-23, 0, 140, 0x09af}, + {-59, 0, 177, 0x08df}, + {-23, 0, 213, 0x09a3} + } +}; + +StandTile tile_615 = { + 0x07f900, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-59, 0, 177, 0x09ab}, + {-23, 0, 140, 0x09b3}, + {-95, 0, 140, 0x08eb} + } +}; + +StandTile tile_616 = { + 0x13f500, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-23, 0, 140, 0x0000}, + {-32, 0, 118, 0x09b7}, + {-95, 0, 140, 0x09af} + } +}; + +StandTile tile_617 = { + 0x142b00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-32, 0, 118, 0x09bb}, + {-86, 0, 118, 0x0000}, + {-95, 0, 140, 0x09b3} + } +}; + +StandTile tile_618 = { + 0x13e700, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-86, 0, 118, 0x09b7}, + {-32, 0, 118, 0x09bf}, + {-95, 0, 95, 0x0000} + } +}; + +StandTile tile_619 = { + 0x142a00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-32, 0, 118, 0x0000}, + {-22, 0, 95, 0x09c3}, + {-95, 0, 95, 0x09bb} + } +}; + +StandTile tile_620 = { + 0x13eb00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-22, 0, 95, 0x089b}, + {-59, 0, 59, 0x08f7}, + {-95, 0, 95, 0x09bf} + } +}; + +StandTile tile_621 = { + 0x07fb00, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -189, 0x088f}, + {-118, 0, -150, 0x09cb}, + {-47, 0, -189, 0x0000} + } +}; + +StandTile tile_622 = { + 0x13d100, 0x05, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-118, 0, -150, 0x0000}, + {-95, 0, -140, 0x09cf}, + {-47, 0, -189, 0x09c7} + } +}; + +StandTile tile_623 = { + 0x141500, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, -140, 0x0893}, + {-22, 0, -140, 0x09d7}, + {-47, 0, -189, 0x09cb} + } +}; + +StandTile tile_624 = { + 0x07fc00, 0x05, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-47, 0, -189, 0x09d7}, + {0, 0, -150, 0x09db}, + {47, 0, -189, 0x084b} + } +}; + +StandTile tile_625 = { + 0x13cc00, 0x05, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-47, 0, -189, 0x09cf}, + {-22, 0, -140, 0x0000}, + {0, 0, -150, 0x09d3} + } +}; + +StandTile tile_626 = { + 0x13cb00, 0x05, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -150, 0x0000}, + {23, 0, -140, 0x09e7}, + {47, 0, -189, 0x09d3} + } +}; + +StandTile tile_627 = { + 0x07fd00, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {47, 0, -189, 0x09e3}, + {118, 0, -150, 0x0a07}, + {189, 0, -189, 0x0000} + } +}; + +StandTile tile_628 = { + 0x13ac00, 0x05, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {47, 0, -189, 0x09e7}, + {95, 0, -140, 0x0000}, + {118, 0, -150, 0x09df} + } +}; + +StandTile tile_629 = { + 0x141600, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {47, 0, -189, 0x09db}, + {23, 0, -140, 0x089f}, + {95, 0, -140, 0x09e3} + } +}; + +StandTile tile_630 = { + 0x139300, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 86, 0x09f7}, + {0, 0, 32, 0x09ef}, + {-22, 0, 95, 0x0000} + } +}; + +StandTile tile_631 = { + 0x142d00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 32, 0x0000}, + {-23, 0, 23, 0x089b}, + {-22, 0, 95, 0x09eb} + } +}; + +StandTile tile_632 = { + 0x139400, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 32, 0x09f7}, + {23, 0, 95, 0x097b}, + {23, 0, 23, 0x0000} + } +}; + +StandTile tile_633 = { + 0x142c00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 32, 0x09eb}, + {0, 0, 86, 0x0000}, + {23, 0, 95, 0x09f3} + } +}; + +StandTile tile_634 = { + 0x13aa00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {118, 0, -86, 0x092f}, + {95, 0, -22, 0x0000}, + {118, 0, -32, 0x0a17} + } +}; + +StandTile tile_635 = { + 0x13ab00, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -189, 0x0a03}, + {150, 0, -118, 0x0a0b}, + {189, 0, -59, 0x0000} + } +}; + +StandTile tile_636 = { + 0x13b300, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -189, 0x0a07}, + {140, 0, -140, 0x0000}, + {150, 0, -118, 0x09ff} + } +}; + +StandTile tile_637 = { + 0x13b400, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -189, 0x09df}, + {118, 0, -150, 0x0000}, + {140, 0, -140, 0x0a03} + } +}; + +StandTile tile_638 = { + 0x13b200, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {150, 0, -118, 0x0000}, + {140, 0, -95, 0x0a0f}, + {189, 0, -59, 0x09ff} + } +}; + +StandTile tile_639 = { + 0x13af00, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {140, 0, -95, 0x0a13}, + {140, 0, -22, 0x0a1b}, + {189, 0, -59, 0x0a0b} + } +}; + +StandTile tile_640 = { + 0x13ae00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {140, 0, -95, 0x0000}, + {118, 0, -86, 0x0a17}, + {140, 0, -22, 0x0a0f} + } +}; + +StandTile tile_641 = { + 0x13b500, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {118, 0, -86, 0x09fb}, + {118, 0, -32, 0x0000}, + {140, 0, -22, 0x0a13} + } +}; + +StandTile tile_642 = { + 0x13ad00, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {140, 0, -22, 0x0000}, + {150, 0, 0, 0x0a1f}, + {189, 0, -59, 0x0a0f} + } +}; + +StandTile tile_643 = { + 0x13b000, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {150, 0, 0, 0x0a23}, + {189, 0, 71, 0x0000}, + {189, 0, -59, 0x0a1b} + } +}; + +StandTile tile_644 = { + 0x13b100, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {150, 0, 0, 0x0000}, + {140, 0, 23, 0x08af}, + {189, 0, 71, 0x0a1f} + } +}; + +StandTile tile_645 = { + 0x13bc00, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 165, 0x0a2f}, + {150, 0, 236, 0x0a2b}, + {189, 0, 307, 0x0000} + } +}; + +StandTile tile_646 = { + 0x13be00, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {150, 0, 236, 0x0000}, + {140, 0, 258, 0x0a88}, + {189, 0, 307, 0x0a27} + } +}; + +StandTile tile_647 = { + 0x13bd00, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 165, 0x0a33}, + {140, 0, 213, 0x0000}, + {150, 0, 236, 0x0a27} + } +}; + +StandTile tile_648 = { + 0x13bf00, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 165, 0x08b7}, + {140, 0, 140, 0x0a37}, + {140, 0, 213, 0x0a2f} + } +}; + +StandTile tile_649 = { + 0x13c000, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {140, 0, 140, 0x0a3b}, + {118, 0, 204, 0x0000}, + {140, 0, 213, 0x0a33} + } +}; + +StandTile tile_650 = { + 0x13c100, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {140, 0, 140, 0x0000}, + {118, 0, 150, 0x08bf}, + {118, 0, 204, 0x0a37} + } +}; + +StandTile tile_651 = { + 0x13ed00, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 307, 0x0a47}, + {-150, 0, 236, 0x0a43}, + {-189, 0, 177, 0x0000} + } +}; + +StandTile tile_652 = { + 0x13f400, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-150, 0, 236, 0x0000}, + {-140, 0, 213, 0x0a4b}, + {-189, 0, 177, 0x0a3f} + } +}; + +StandTile tile_653 = { + 0x13f300, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 307, 0x0a80}, + {-140, 0, 258, 0x0000}, + {-150, 0, 236, 0x0a3f} + } +}; + +StandTile tile_654 = { + 0x13f000, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-140, 0, 213, 0x0a4f}, + {-140, 0, 140, 0x0a57}, + {-189, 0, 177, 0x0a43} + } +}; + +StandTile tile_655 = { + 0x13f200, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-140, 0, 213, 0x0a53}, + {-118, 0, 150, 0x0000}, + {-140, 0, 140, 0x0a4b} + } +}; + +StandTile tile_656 = { + 0x142500, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-140, 0, 213, 0x0000}, + {-118, 0, 204, 0x08e3}, + {-118, 0, 150, 0x0a4f} + } +}; + +StandTile tile_657 = { + 0x13f100, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-140, 0, 140, 0x0000}, + {-150, 0, 118, 0x0a5b}, + {-189, 0, 177, 0x0a4b} + } +}; + +StandTile tile_658 = { + 0x13ee00, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-150, 0, 118, 0x0a5f}, + {-189, 0, 47, 0x0000}, + {-189, 0, 177, 0x0a57} + } +}; + +StandTile tile_659 = { + 0x13ef00, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-150, 0, 118, 0x0000}, + {-140, 0, 95, 0x0867}, + {-189, 0, 47, 0x0a5b} + } +}; + +StandTile tile_660 = { + 0x13f900, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x1, 0x2, + { + {24, 0, 307, 0x085b}, + {0, 0, 268, 0x0a68}, + {-83, 0, 307, 0x0000}, + {-24, 0, 307, 0x0423} + } +}; + +StandTile tile_661 = { + 0x13ff00, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 268, 0x0000}, + {-23, 0, 258, 0x0a6c}, + {-83, 0, 307, 0x0a63} + } +}; + +StandTile tile_662 = { + 0x13fe00, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-23, 0, 258, 0x0a78}, + {-95, 0, 258, 0x0a70}, + {-83, 0, 307, 0x0a68} + } +}; + +StandTile tile_663 = { + 0x13fd00, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-95, 0, 258, 0x0000}, + {-118, 0, 268, 0x0a74}, + {-83, 0, 307, 0x0a6c} + } +}; + +StandTile tile_664 = { + 0x13fc00, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-118, 0, 268, 0x0a80}, + {-189, 0, 307, 0x0000}, + {-83, 0, 307, 0x0a70} + } +}; + +StandTile tile_665 = { + 0x13fb00, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-23, 0, 258, 0x0000}, + {-32, 0, 236, 0x0a7c}, + {-95, 0, 258, 0x0a6c} + } +}; + +StandTile tile_666 = { + 0x142700, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-32, 0, 236, 0x08db}, + {-86, 0, 236, 0x0000}, + {-95, 0, 258, 0x0a78} + } +}; + +StandTile tile_667 = { + 0x13fa00, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-118, 0, 268, 0x0000}, + {-140, 0, 258, 0x0a47}, + {-189, 0, 307, 0x0a74} + } +}; + +StandTile tile_668 = { + 0x140700, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 307, 0x0a88}, + {118, 0, 268, 0x0a8c}, + {24, 0, 307, 0x0000} + } +}; + +StandTile tile_669 = { + 0x140b00, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 307, 0x0a2b}, + {140, 0, 258, 0x0000}, + {118, 0, 268, 0x0a84} + } +}; + +StandTile tile_670 = { + 0x140a00, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {118, 0, 268, 0x0000}, + {95, 0, 258, 0x0a90}, + {24, 0, 307, 0x0a84} + } +}; + +StandTile tile_671 = { + 0x140900, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {95, 0, 258, 0x0a94}, + {22, 0, 258, 0x085b}, + {24, 0, 307, 0x0a8c} + } +}; + +StandTile tile_672 = { + 0x140800, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {95, 0, 258, 0x0a98}, + {32, 0, 236, 0x0000}, + {22, 0, 258, 0x0a90} + } +}; + +StandTile tile_673 = { + 0x142200, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {95, 0, 258, 0x0000}, + {86, 0, 236, 0x08d3}, + {32, 0, 236, 0x0a94} + } +}; + +StandTile tile_674 = { + 0x092600, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 47, 0x0873}, + {-189, 0, -47, 0x0aa0}, + {-248, 0, 0, 0x0aa8} + } +}; + +StandTile tile_675 = { + 0x092700, 0x04, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-248, 0, 0, 0x0a9c}, + {-189, 0, -47, 0x0000}, + {-307, 0, -47, 0x0aa4} + } +}; + +StandTile tile_676 = { + 0x092800, 0x04, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-307, 0, 47, 0x0aa8}, + {-248, 0, 0, 0x0aa0}, + {-307, 0, -47, 0x0d16} + } +}; + +StandTile tile_677 = { + 0x092900, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 47, 0x0a9c}, + {-248, 0, 0, 0x0aa4}, + {-307, 0, 47, 0x0000} + } +}; + +StandTile tile_678 = { + 0x1dd600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-723, 0, -118, 0x0000}, + {-732, 0, -95, 0x0ab0}, + {-669, 0, -118, 0x0ab4} + } +}; + +StandTile tile_679 = { + 0x1dd500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-732, 0, -95, 0x0abc}, + {-659, 0, -95, 0x0000}, + {-669, 0, -118, 0x0aac} + } +}; + +StandTile tile_680 = { + 0x1dd400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-669, 0, -118, 0x0ab8}, + {-732, 0, -140, 0x0000}, + {-723, 0, -118, 0x0aac} + } +}; + +StandTile tile_681 = { + 0x1dd300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-732, 0, -140, 0x0ab4}, + {-669, 0, -118, 0x0000}, + {-659, 0, -140, 0x0daa} + } +}; + +StandTile tile_682 = { + 0x1dd200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-732, 0, -95, 0x0ac0}, + {-696, 0, -59, 0x0c36}, + {-659, 0, -95, 0x0ab0} + } +}; + +StandTile tile_683 = { + 0x1dd100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-696, 0, -59, 0x0abc}, + {-732, 0, -95, 0x0000}, + {-755, 0, -86, 0x0ac4} + } +}; + +StandTile tile_684 = { + 0x1dd000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-755, 0, -86, 0x0ac8}, + {-814, 0, -59, 0x0dde}, + {-696, 0, -59, 0x0ac0} + } +}; + +StandTile tile_685 = { + 0x1dcf00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-755, 0, -86, 0x0000}, + {-777, 0, -95, 0x0acc}, + {-814, 0, -59, 0x0ac4} + } +}; + +StandTile tile_686 = { + 0x1dce00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-777, 0, -95, 0x0ad0}, + {-850, 0, -95, 0x0ae0}, + {-814, 0, -59, 0x0ac8} + } +}; + +StandTile tile_687 = { + 0x1dcd00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-777, 0, -95, 0x0000}, + {-787, 0, -118, 0x0ad4}, + {-850, 0, -95, 0x0acc} + } +}; + +StandTile tile_688 = { + 0x1dcc00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-787, 0, -118, 0x0ad8}, + {-841, 0, -118, 0x0000}, + {-850, 0, -95, 0x0ad0} + } +}; + +StandTile tile_689 = { + 0x1dcb00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-841, 0, -118, 0x0ad4}, + {-787, 0, -118, 0x0adc}, + {-850, 0, -140, 0x0000} + } +}; + +StandTile tile_690 = { + 0x1dca00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-850, 0, -140, 0x0ad8}, + {-787, 0, -118, 0x0000}, + {-777, 0, -140, 0x0d9a} + } +}; + +StandTile tile_691 = { + 0x1dc900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-850, 0, -95, 0x0000}, + {-873, 0, -86, 0x0ae4}, + {-814, 0, -59, 0x0acc} + } +}; + +StandTile tile_692 = { + 0x1dc800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-873, 0, -86, 0x0ae8}, + {-932, 0, -59, 0x0dd6}, + {-814, 0, -59, 0x0ae0} + } +}; + +StandTile tile_693 = { + 0x1dc700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-932, 0, -59, 0x0ae4}, + {-873, 0, -86, 0x0000}, + {-895, 0, -95, 0x0af8} + } +}; + +StandTile tile_694 = { + 0x1dc600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-968, 0, -95, 0x0000}, + {-991, 0, -86, 0x0af0}, + {-932, 0, -59, 0x0af8} + } +}; + +StandTile tile_695 = { + 0x1dc500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-991, 0, -86, 0x0af4}, + {-1050, 0, -59, 0x0dce}, + {-932, 0, -59, 0x0aec} + } +}; + +StandTile tile_696 = { + 0x1dc400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-991, 0, -86, 0x0000}, + {-1013, 0, -95, 0x0b4c}, + {-1050, 0, -59, 0x0af0} + } +}; + +StandTile tile_697 = { + 0x1dc300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-968, 0, -95, 0x0aec}, + {-932, 0, -59, 0x0ae8}, + {-895, 0, -95, 0x0afc} + } +}; + +StandTile tile_698 = { + 0x1dc200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-968, 0, -95, 0x0af8}, + {-895, 0, -95, 0x0000}, + {-904, 0, -118, 0x0b00} + } +}; + +StandTile tile_699 = { + 0x1dc100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-959, 0, -118, 0x0000}, + {-968, 0, -95, 0x0afc}, + {-904, 0, -118, 0x0b08} + } +}; + +StandTile tile_700 = { + 0x1dc000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-968, 0, -140, 0x0000}, + {-959, 0, -118, 0x0b08}, + {-895, 0, -140, 0x0b0c} + } +}; + +StandTile tile_701 = { + 0x1dbf00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-959, 0, -118, 0x0b00}, + {-904, 0, -118, 0x0000}, + {-895, 0, -140, 0x0b04} + } +}; + +StandTile tile_702 = { + 0x1dbe00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-920, 0, -212, 0x0b1c}, + {-968, 0, -140, 0x0b04}, + {-895, 0, -140, 0x0b10} + } +}; + +StandTile tile_703 = { + 0x1dbd00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-920, 0, -212, 0x0b0c}, + {-895, 0, -140, 0x0000}, + {-873, 0, -150, 0x0b14} + } +}; + +StandTile tile_704 = { + 0x1dbc00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-873, 0, -150, 0x0b18}, + {-825, 0, -212, 0x0e0e}, + {-920, 0, -212, 0x0b10} + } +}; + +StandTile tile_705 = { + 0x1dbb00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-825, 0, -212, 0x0b14}, + {-873, 0, -150, 0x0000}, + {-850, 0, -140, 0x0d9a} + } +}; + +StandTile tile_706 = { + 0x1dba00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-991, 0, -150, 0x0000}, + {-968, 0, -140, 0x0b0c}, + {-920, 0, -212, 0x0b20} + } +}; + +StandTile tile_707 = { + 0x1db900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1013, 0, -140, 0x0000}, + {-991, 0, -150, 0x0b1c}, + {-920, 0, -212, 0x0b24} + } +}; + +StandTile tile_708 = { + 0x1db800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-920, 0, -212, 0x0b28}, + {-1086, 0, -140, 0x0b3c}, + {-1013, 0, -140, 0x0b20} + } +}; + +StandTile tile_709 = { + 0x1db700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1109, 0, -150, 0x0000}, + {-1086, 0, -140, 0x0b24}, + {-920, 0, -212, 0x0b2c} + } +}; + +StandTile tile_710 = { + 0x1db600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1109, 0, -150, 0x0b28}, + {-920, 0, -212, 0x0000}, + {-1203, 0, -212, 0x0b30} + } +}; + +StandTile tile_711 = { + 0x1db500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1203, 0, -212, 0x0b34}, + {-1131, 0, -140, 0x0000}, + {-1109, 0, -150, 0x0b2c} + } +}; + +StandTile tile_712 = { + 0x1db400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1131, 0, -140, 0x0b30}, + {-1203, 0, -212, 0x0b38}, + {-1140, 0, -118, 0x0000} + } +}; + +StandTile tile_713 = { + 0x1db300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1203, 0, -212, 0x0b78}, + {-1140, 0, 0, 0x0b74}, + {-1140, 0, -118, 0x0b34} + } +}; + +StandTile tile_714 = { + 0x1db200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1086, 0, -140, 0x0000}, + {-1077, 0, -118, 0x0b40}, + {-1013, 0, -140, 0x0b24} + } +}; + +StandTile tile_715 = { + 0x1db100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1077, 0, -118, 0x0b44}, + {-1022, 0, -118, 0x0000}, + {-1013, 0, -140, 0x0b3c} + } +}; + +StandTile tile_716 = { + 0x1db000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1022, 0, -118, 0x0b40}, + {-1077, 0, -118, 0x0000}, + {-1086, 0, -95, 0x0b48} + } +}; + +StandTile tile_717 = { + 0x1daf00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1086, 0, -95, 0x0b4c}, + {-1013, 0, -95, 0x0000}, + {-1022, 0, -118, 0x0b44} + } +}; + +StandTile tile_718 = { + 0x1dae00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1086, 0, -95, 0x0b5c}, + {-1050, 0, -59, 0x0af4}, + {-1013, 0, -95, 0x0b48} + } +}; + +StandTile tile_719 = { + 0x1dad00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1077, 0, 0, 0x0b54}, + {-1050, 0, 59, 0x0e0a}, + {-1050, 0, -59, 0x0b58} + } +}; + +StandTile tile_720 = { + 0x1dac00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1086, 0, 22, 0x0b8a}, + {-1050, 0, 59, 0x0b50}, + {-1077, 0, 0, 0x0000} + } +}; + +StandTile tile_721 = { + 0x1dab00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1050, 0, -59, 0x0b5c}, + {-1086, 0, -23, 0x0000}, + {-1077, 0, 0, 0x0b50} + } +}; + +StandTile tile_722 = { + 0x1daa00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1050, 0, -59, 0x0b4c}, + {-1086, 0, -95, 0x0b60}, + {-1086, 0, -23, 0x0b58} + } +}; + +StandTile tile_723 = { + 0x1da900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1109, 0, -32, 0x0000}, + {-1086, 0, -23, 0x0b5c}, + {-1086, 0, -95, 0x0b64} + } +}; + +StandTile tile_724 = { + 0x1da800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1086, 0, -95, 0x0000}, + {-1109, 0, -86, 0x0b68}, + {-1109, 0, -32, 0x0b60} + } +}; + +StandTile tile_725 = { + 0x1da700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1109, 0, -86, 0x0000}, + {-1131, 0, -95, 0x0b6c}, + {-1109, 0, -32, 0x0b64} + } +}; + +StandTile tile_726 = { + 0x1da600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1131, 0, -23, 0x0000}, + {-1109, 0, -32, 0x0b68}, + {-1131, 0, -95, 0x0b70} + } +}; + +StandTile tile_727 = { + 0x1da500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1131, 0, -95, 0x0000}, + {-1140, 0, -118, 0x0b74}, + {-1131, 0, -23, 0x0b6c} + } +}; + +StandTile tile_728 = { + 0x1da400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1140, 0, -118, 0x0b38}, + {-1140, 0, 0, 0x0000}, + {-1131, 0, -23, 0x0b70} + } +}; + +StandTile tile_729 = { + 0x1da300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1203, 0, -212, 0x0000}, + {-1203, 0, 212, 0x0b7c}, + {-1140, 0, 0, 0x0b38} + } +}; + +StandTile tile_730 = { + 0x1da200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-1140, 0, 0, 0x0b78}, + {-1203, 0, 212, 0x0b9e}, + {-1140, 0, 118, 0x0000}, + {-1139, 0, 115, 0x0b81} + } +}; + +StandTile tile_731 = { + 0x1da100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1139, 0, 115, 0x0b85}, + {-1131, 0, 22, 0x0000}, + {-1140, 0, 0, 0x0b7c} + } +}; + +StandTile tile_732 = { + 0x1da000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-1131, 0, 22, 0x0b81}, + {-1139, 0, 115, 0x0000}, + {-1140, 0, 118, 0x0000}, + {-1131, 0, 95, 0x0b8e} + } +}; + +StandTile tile_733 = { + 0x1d9f00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1086, 0, 22, 0x0b9a}, + {-1086, 0, 95, 0x0bae}, + {-1050, 0, 59, 0x0b54} + } +}; + +StandTile tile_734 = { + 0x1d9e00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1131, 0, 22, 0x0b85}, + {-1131, 0, 95, 0x0000}, + {-1109, 0, 86, 0x0b92} + } +}; + +StandTile tile_735 = { + 0x1d9d00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1131, 0, 22, 0x0b8e}, + {-1109, 0, 86, 0x0b96}, + {-1109, 0, 32, 0x0000} + } +}; + +StandTile tile_736 = { + 0x1d9c00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1109, 0, 32, 0x0b92}, + {-1109, 0, 86, 0x0b9a}, + {-1086, 0, 22, 0x0000} + } +}; + +StandTile tile_737 = { + 0x1d9b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1109, 0, 86, 0x0000}, + {-1086, 0, 95, 0x0b8a}, + {-1086, 0, 22, 0x0b96} + } +}; + +StandTile tile_738 = { + 0x1d9a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1140, 0, 118, 0x0b7c}, + {-1203, 0, 212, 0x0ba2}, + {-1131, 0, 140, 0x0000} + } +}; + +StandTile tile_739 = { + 0x1d9900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1131, 0, 140, 0x0b9e}, + {-1203, 0, 212, 0x0ba6}, + {-1109, 0, 150, 0x0000} + } +}; + +StandTile tile_740 = { + 0x1d9800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1203, 0, 212, 0x0000}, + {-991, 0, 212, 0x0baa}, + {-1109, 0, 150, 0x0ba2} + } +}; + +StandTile tile_741 = { + 0x1d9700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-991, 0, 212, 0x0bc2}, + {-1086, 0, 140, 0x0000}, + {-1109, 0, 150, 0x0ba6} + } +}; + +StandTile tile_742 = { + 0x1d9600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1050, 0, 59, 0x0b8a}, + {-1086, 0, 95, 0x0bb2}, + {-1013, 0, 95, 0x0bce} + } +}; + +StandTile tile_743 = { + 0x1d9500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1086, 0, 95, 0x0000}, + {-1077, 0, 118, 0x0bb6}, + {-1013, 0, 95, 0x0bae} + } +}; + +StandTile tile_744 = { + 0x1d9400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1022, 0, 118, 0x0000}, + {-1013, 0, 95, 0x0bb2}, + {-1077, 0, 118, 0x0bba} + } +}; + +StandTile tile_745 = { + 0x1d9300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1077, 0, 118, 0x0bbe}, + {-1013, 0, 140, 0x0000}, + {-1022, 0, 118, 0x0bb6} + } +}; + +StandTile tile_746 = { + 0x1d9200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1077, 0, 118, 0x0000}, + {-1086, 0, 140, 0x0bc2}, + {-1013, 0, 140, 0x0bba} + } +}; + +StandTile tile_747 = { + 0x1d9100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1086, 0, 140, 0x0baa}, + {-991, 0, 212, 0x0bc6}, + {-1013, 0, 140, 0x0bbe} + } +}; + +StandTile tile_748 = { + 0x1d9000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1013, 0, 140, 0x0bc2}, + {-991, 0, 212, 0x0bca}, + {-991, 0, 150, 0x0000} + } +}; + +StandTile tile_749 = { + 0x1d8f00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-968, 0, 140, 0x0000}, + {-991, 0, 150, 0x0bc6}, + {-991, 0, 212, 0x0bee} + } +}; + +StandTile tile_750 = { + 0x1d8e00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1050, 0, 59, 0x0bae}, + {-1013, 0, 95, 0x0000}, + {-991, 0, 86, 0x0bd2} + } +}; + +StandTile tile_751 = { + 0x1d8d00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1050, 0, 59, 0x0bce}, + {-991, 0, 86, 0x0bd6}, + {-932, 0, 59, 0x0e02} + } +}; + +StandTile tile_752 = { + 0x1d8c00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-991, 0, 86, 0x0000}, + {-968, 0, 95, 0x0bda}, + {-932, 0, 59, 0x0bd2} + } +}; + +StandTile tile_753 = { + 0x1d8b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-932, 0, 59, 0x0bd6}, + {-968, 0, 95, 0x0bde}, + {-895, 0, 95, 0x0bf6} + } +}; + +StandTile tile_754 = { + 0x1d8a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-968, 0, 95, 0x0be2}, + {-904, 0, 118, 0x0000}, + {-895, 0, 95, 0x0bda} + } +}; + +StandTile tile_755 = { + 0x1d8900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-968, 0, 95, 0x0000}, + {-959, 0, 118, 0x0be6}, + {-904, 0, 118, 0x0bde} + } +}; + +StandTile tile_756 = { + 0x1d8800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-895, 0, 140, 0x0000}, + {-904, 0, 118, 0x0be2}, + {-959, 0, 118, 0x0bea} + } +}; + +StandTile tile_757 = { + 0x1d8700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-959, 0, 118, 0x0000}, + {-968, 0, 140, 0x0bee}, + {-895, 0, 140, 0x0be6} + } +}; + +StandTile tile_758 = { + 0x1d8600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-968, 0, 140, 0x0bca}, + {-991, 0, 212, 0x0bf2}, + {-895, 0, 140, 0x0bea} + } +}; + +StandTile tile_759 = { + 0x1d8500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-873, 0, 150, 0x0000}, + {-895, 0, 140, 0x0bee}, + {-991, 0, 212, 0x0c62} + } +}; + +StandTile tile_760 = { + 0x1d8400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-895, 0, 95, 0x0000}, + {-873, 0, 86, 0x0bfa}, + {-932, 0, 59, 0x0bda} + } +}; + +StandTile tile_761 = { + 0x1d8300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-932, 0, 59, 0x0bf6}, + {-873, 0, 86, 0x0bfe}, + {-814, 0, 59, 0x0dfa} + } +}; + +StandTile tile_762 = { + 0x1d8200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-873, 0, 86, 0x0000}, + {-850, 0, 95, 0x0c02}, + {-814, 0, 59, 0x0bfa} + } +}; + +StandTile tile_763 = { + 0x1d8100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-850, 0, 95, 0x0c12}, + {-777, 0, 95, 0x0c16}, + {-814, 0, 59, 0x0bfe} + } +}; + +StandTile tile_764 = { + 0x1d8000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-777, 0, 140, 0x0c0a}, + {-841, 0, 118, 0x0000}, + {-850, 0, 140, 0x0c6a} + } +}; + +StandTile tile_765 = { + 0x1d7f00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-777, 0, 140, 0x0000}, + {-787, 0, 118, 0x0c0e}, + {-841, 0, 118, 0x0c06} + } +}; + +StandTile tile_766 = { + 0x1d7e00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-787, 0, 118, 0x0c12}, + {-850, 0, 95, 0x0000}, + {-841, 0, 118, 0x0c0a} + } +}; + +StandTile tile_767 = { + 0x1d7d00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-850, 0, 95, 0x0c0e}, + {-787, 0, 118, 0x0000}, + {-777, 0, 95, 0x0c02} + } +}; + +StandTile tile_768 = { + 0x1d7c00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-777, 0, 95, 0x0000}, + {-755, 0, 86, 0x0c1a}, + {-814, 0, 59, 0x0c02} + } +}; + +StandTile tile_769 = { + 0x1d7b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-814, 0, 59, 0x0c16}, + {-755, 0, 86, 0x0c1e}, + {-696, 0, 59, 0x0df2} + } +}; + +StandTile tile_770 = { + 0x1d7a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-755, 0, 86, 0x0000}, + {-732, 0, 95, 0x0c22}, + {-696, 0, 59, 0x0c1a} + } +}; + +StandTile tile_771 = { + 0x1d7900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-732, 0, 95, 0x0c52}, + {-659, 0, 95, 0x0c26}, + {-696, 0, 59, 0x0c1e} + } +}; + +StandTile tile_772 = { + 0x1d7800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-659, 0, 95, 0x0c42}, + {-659, 0, 23, 0x0c2a}, + {-696, 0, 59, 0x0c22} + } +}; + +StandTile tile_773 = { + 0x1d7700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-696, 0, 59, 0x0c26}, + {-659, 0, 23, 0x0000}, + {-669, 0, 0, 0x0c2e} + } +}; + +StandTile tile_774 = { + 0x1d7600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-669, 0, 0, 0x0c32}, + {-696, 0, -59, 0x0dea}, + {-696, 0, 59, 0x0c2a} + } +}; + +StandTile tile_775 = { + 0x1d7500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-669, 0, 0, 0x0000}, + {-659, 0, -22, 0x0c36}, + {-696, 0, -59, 0x0c2e} + } +}; + +StandTile tile_776 = { + 0x1d7400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-696, 0, -59, 0x0c32}, + {-659, 0, -22, 0x0c3a}, + {-659, 0, -95, 0x0abc} + } +}; + +StandTile tile_777 = { + 0x1d7300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-659, 0, -95, 0x0c36}, + {-659, 0, -22, 0x0000}, + {-637, 0, -32, 0x0c3e} + } +}; + +StandTile tile_778 = { + 0x1d7200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 0, -32, 0x0d42}, + {-637, 0, -86, 0x0000}, + {-659, 0, -95, 0x0c3a} + } +}; + +StandTile tile_779 = { + 0x1d7100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-659, 0, 23, 0x0c26}, + {-659, 0, 95, 0x0c46}, + {-637, 0, 32, 0x0000} + } +}; + +StandTile tile_780 = { + 0x1d7000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-659, 0, 95, 0x0000}, + {-637, 0, 86, 0x0c4a}, + {-637, 0, 32, 0x0c42} + } +}; + +StandTile tile_781 = { + 0x1d6f00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 0, 32, 0x0c46}, + {-637, 0, 86, 0x0c4e}, + {-614, 0, 23, 0x0000} + } +}; + +StandTile tile_782 = { + 0x1d6e00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, 23, 0x0c4a}, + {-637, 0, 86, 0x0000}, + {-614, 0, 95, 0x0c96} + } +}; + +StandTile tile_783 = { + 0x1d6d00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-732, 0, 95, 0x0c56}, + {-669, 0, 118, 0x0000}, + {-659, 0, 95, 0x0c22} + } +}; + +StandTile tile_784 = { + 0x1d6c00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-732, 0, 95, 0x0000}, + {-723, 0, 118, 0x0c5a}, + {-669, 0, 118, 0x0c52} + } +}; + +StandTile tile_785 = { + 0x1d6b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-669, 0, 118, 0x0c56}, + {-723, 0, 118, 0x0c5e}, + {-659, 0, 140, 0x0000} + } +}; + +StandTile tile_786 = { + 0x1d6a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-723, 0, 118, 0x0000}, + {-732, 0, 140, 0x0c76}, + {-659, 0, 140, 0x0c5a} + } +}; + +StandTile tile_787 = { + 0x1d6900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-755, 0, 212, 0x0c66}, + {-873, 0, 150, 0x0bf2}, + {-991, 0, 212, 0x0000} + } +}; + +StandTile tile_788 = { + 0x1d6800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-873, 0, 150, 0x0c62}, + {-755, 0, 212, 0x0c6a}, + {-850, 0, 140, 0x0000} + } +}; + +StandTile tile_789 = { + 0x1d6700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-755, 0, 212, 0x0c6e}, + {-777, 0, 140, 0x0c06}, + {-850, 0, 140, 0x0c66} + } +}; + +StandTile tile_790 = { + 0x1d6600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-777, 0, 140, 0x0c6a}, + {-755, 0, 212, 0x0c72}, + {-755, 0, 150, 0x0000} + } +}; + +StandTile tile_791 = { + 0x1d6500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-755, 0, 150, 0x0c6e}, + {-755, 0, 212, 0x0c76}, + {-732, 0, 140, 0x0000} + } +}; + +StandTile tile_792 = { + 0x1d6400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-732, 0, 140, 0x0c72}, + {-755, 0, 212, 0x0c7a}, + {-659, 0, 140, 0x0c5e} + } +}; + +StandTile tile_793 = { + 0x1d6300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-659, 0, 140, 0x0c76}, + {-755, 0, 212, 0x0c7e}, + {-637, 0, 150, 0x0000} + } +}; + +StandTile tile_794 = { + 0x1d6200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-755, 0, 212, 0x0000}, + {-519, 0, 212, 0x0c82}, + {-637, 0, 150, 0x0c7a} + } +}; + +StandTile tile_795 = { + 0x1d6100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 0, 150, 0x0c7e}, + {-519, 0, 212, 0x0cde}, + {-614, 0, 141, 0x0000} + } +}; + +StandTile tile_796 = { + 0x1d6000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, 141, 0x0c8a}, + {-551, 0, 118, 0x0c8e}, + {-605, 0, 118, 0x0000} + } +}; + +StandTile tile_797 = { + 0x1d5f00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, 141, 0x0cde}, + {-541, 0, 140, 0x0000}, + {-551, 0, 118, 0x0c86} + } +}; + +StandTile tile_798 = { + 0x1d5e00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, 95, 0x0000}, + {-605, 0, 118, 0x0c86}, + {-551, 0, 118, 0x0c92} + } +}; + +StandTile tile_799 = { + 0x1d5d00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-551, 0, 118, 0x0000}, + {-541, 0, 95, 0x0ca2}, + {-614, 0, 95, 0x0c8e} + } +}; + +StandTile tile_800 = { + 0x1d5c00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, 23, 0x0c4e}, + {-614, 0, 95, 0x0ca2}, + {-541, 0, 23, 0x0c9a} + } +}; + +StandTile tile_801 = { + 0x1d5b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-605, 0, 0, 0x0000}, + {-614, 0, 23, 0x0c96}, + {-541, 0, 23, 0x0c9e} + } +}; + +StandTile tile_802 = { + 0x1d5a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-541, 0, 23, 0x0000}, + {-551, 0, 0, 0x0d3a}, + {-605, 0, 0, 0x0c9a} + } +}; + +StandTile tile_803 = { + 0x1d5900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, 95, 0x0c92}, + {-541, 0, 95, 0x0ca6}, + {-541, 0, 23, 0x0c96} + } +}; + +StandTile tile_804 = { + 0x1d5800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-541, 0, 95, 0x0caa}, + {-519, 0, 32, 0x0000}, + {-541, 0, 23, 0x0ca2} + } +}; + +StandTile tile_805 = { + 0x1d5700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-541, 0, 95, 0x0000}, + {-519, 0, 86, 0x0cae}, + {-519, 0, 32, 0x0ca6} + } +}; + +StandTile tile_806 = { + 0x1d5600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 32, 0x0caa}, + {-519, 0, 86, 0x0cb2}, + {-496, 0, 23, 0x0000} + } +}; + +StandTile tile_807 = { + 0x1d5500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 86, 0x0000}, + {-496, 0, 95, 0x0cbe}, + {-496, 0, 23, 0x0cae} + } +}; + +StandTile tile_808 = { + 0x1d5400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-496, 0, 95, 0x0000}, + {-487, 0, 118, 0x0cf2}, + {-433, 0, 118, 0x0cba} + } +}; + +StandTile tile_809 = { + 0x1d5300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-496, 0, 95, 0x0cb6}, + {-433, 0, 118, 0x0000}, + {-423, 0, 95, 0x0cbe} + } +}; + +StandTile tile_810 = { + 0x1d5200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-496, 0, 95, 0x0cba}, + {-423, 0, 95, 0x0cc2}, + {-496, 0, 23, 0x0cb2} + } +}; + +StandTile tile_811 = { + 0x1d5100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-496, 0, 23, 0x0cbe}, + {-423, 0, 95, 0x0cce}, + {-423, 0, 23, 0x0cc6} + } +}; + +StandTile tile_812 = { + 0x1d5000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-487, 0, 0, 0x0000}, + {-496, 0, 23, 0x0cc2}, + {-423, 0, 23, 0x0cca} + } +}; + +StandTile tile_813 = { + 0x1d4f00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-487, 0, 0, 0x0cc6}, + {-423, 0, 23, 0x0000}, + {-433, 0, 0, 0x0d6a} + } +}; + +StandTile tile_814 = { + 0x1d4e00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-423, 0, 23, 0x0cc2}, + {-423, 0, 95, 0x0cd2}, + {-401, 0, 32, 0x0000} + } +}; + +StandTile tile_815 = { + 0x1d4d00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-423, 0, 95, 0x0000}, + {-401, 0, 86, 0x0cd6}, + {-401, 0, 32, 0x0cce} + } +}; + +StandTile tile_816 = { + 0x1d4c00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-401, 0, 32, 0x0cd2}, + {-401, 0, 86, 0x0cda}, + {-378, 0, 23, 0x0000} + } +}; + +StandTile tile_817 = { + 0x1d4b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-401, 0, 86, 0x0000}, + {-378, 0, 95, 0x0d0e}, + {-378, 0, 23, 0x0cd6} + } +}; + +StandTile tile_818 = { + 0x1d4a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, 141, 0x0c82}, + {-519, 0, 212, 0x0ce2}, + {-541, 0, 140, 0x0c8a} + } +}; + +StandTile tile_819 = { + 0x1d4900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-541, 0, 140, 0x0cde}, + {-519, 0, 212, 0x0ce6}, + {-519, 0, 150, 0x0000} + } +}; + +StandTile tile_820 = { + 0x1d4800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 150, 0x0ce2}, + {-519, 0, 212, 0x0cea}, + {-496, 0, 140, 0x0000} + } +}; + +StandTile tile_821 = { + 0x1d4700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 212, 0x0cf6}, + {-423, 0, 140, 0x0cee}, + {-496, 0, 140, 0x0ce6} + } +}; + +StandTile tile_822 = { + 0x1d4600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-496, 0, 140, 0x0cea}, + {-423, 0, 140, 0x0cf2}, + {-487, 0, 118, 0x0000} + } +}; + +StandTile tile_823 = { + 0x1d4500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-487, 0, 118, 0x0cee}, + {-423, 0, 140, 0x0000}, + {-433, 0, 118, 0x0cb6} + } +}; + +StandTile tile_824 = { + 0x1d4400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-423, 0, 140, 0x0cea}, + {-519, 0, 212, 0x0cfa}, + {-401, 0, 150, 0x0000} + } +}; + +StandTile tile_825 = { + 0x1d4300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 212, 0x0000}, + {-307, 0, 212, 0x0cfe}, + {-401, 0, 150, 0x0cf6} + } +}; + +StandTile tile_826 = { + 0x1d4200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-378, 0, 140, 0x0000}, + {-401, 0, 150, 0x0cfa}, + {-307, 0, 212, 0x0d02} + } +}; + +StandTile tile_827 = { + 0x1d4100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-369, 0, 118, 0x0000}, + {-378, 0, 140, 0x0cfe}, + {-307, 0, 212, 0x0d06} + } +}; + +StandTile tile_828 = { + 0x1d4000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-307, 0, 212, 0x0000}, + {-307, 0, 47, 0x0d0a}, + {-369, 0, 118, 0x0d02} + } +}; + +StandTile tile_829 = { + 0x1d3f00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-378, 0, 95, 0x0000}, + {-369, 0, 118, 0x0d06}, + {-307, 0, 47, 0x0d0e} + } +}; + +StandTile tile_830 = { + 0x1d3e00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-378, 0, 95, 0x0d0a}, + {-307, 0, 47, 0x0d12}, + {-378, 0, 23, 0x0cda} + } +}; + +StandTile tile_831 = { + 0x1d3d00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-378, 0, 23, 0x0d0e}, + {-307, 0, 47, 0x0d16}, + {-369, 0, 0, 0x0000} + } +}; + +StandTile tile_832 = { + 0x1d3c00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-307, 0, 47, 0x0aa4}, + {-307, 0, -47, 0x0d1a}, + {-369, 0, 0, 0x0d12} + } +}; + +StandTile tile_833 = { + 0x1d3b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-369, 0, 0, 0x0d16}, + {-307, 0, -47, 0x0d1e}, + {-378, 0, -22, 0x0000} + } +}; + +StandTile tile_834 = { + 0x1d3a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-307, 0, -47, 0x0d26}, + {-401, 0, -86, 0x0d22}, + {-378, 0, -22, 0x0d1a} + } +}; + +StandTile tile_835 = { + 0x1d3900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-401, 0, -86, 0x0d72}, + {-401, 0, -32, 0x0000}, + {-378, 0, -22, 0x0d1e} + } +}; + +StandTile tile_836 = { + 0x1d3800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-307, 0, -47, 0x0d2a}, + {-378, 0, -95, 0x0000}, + {-401, 0, -86, 0x0d1e} + } +}; + +StandTile tile_837 = { + 0x1d3700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-369, 0, -118, 0x0000}, + {-378, 0, -95, 0x0d26}, + {-307, 0, -47, 0x0d2e} + } +}; + +StandTile tile_838 = { + 0x1d3600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-307, 0, -47, 0x0000}, + {-307, 0, -212, 0x0d32}, + {-369, 0, -118, 0x0d2a} + } +}; + +StandTile tile_839 = { + 0x1d3500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-307, 0, -212, 0x0d36}, + {-378, 0, -140, 0x0000}, + {-369, 0, -118, 0x0d2e} + } +}; + +StandTile tile_840 = { + 0x1d3400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-307, 0, -212, 0x0dca}, + {-401, 0, -150, 0x0000}, + {-378, 0, -140, 0x0d32} + } +}; + +StandTile tile_841 = { + 0x1d3300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-605, 0, 0, 0x0c9e}, + {-551, 0, 0, 0x0000}, + {-541, 0, -22, 0x0d3e} + } +}; + +StandTile tile_842 = { + 0x1d3200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, -22, 0x0000}, + {-605, 0, 0, 0x0d3a}, + {-541, 0, -22, 0x0d56} + } +}; + +StandTile tile_843 = { + 0x1d3100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, -95, 0x0000}, + {-637, 0, -86, 0x0c3e}, + {-637, 0, -32, 0x0d46} + } +}; + +StandTile tile_844 = { + 0x1d3000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 0, -32, 0x0000}, + {-614, 0, -22, 0x0d52}, + {-614, 0, -95, 0x0d42} + } +}; + +StandTile tile_845 = { + 0x1d2f00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-605, 0, -118, 0x0000}, + {-614, 0, -95, 0x0d4e}, + {-551, 0, -118, 0x0d8e} + } +}; + +StandTile tile_846 = { + 0x1d2e00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, -95, 0x0d52}, + {-541, 0, -95, 0x0000}, + {-551, 0, -118, 0x0d4a} + } +}; + +StandTile tile_847 = { + 0x1d2d00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, -95, 0x0d46}, + {-614, 0, -22, 0x0d56}, + {-541, 0, -95, 0x0d4e} + } +}; + +StandTile tile_848 = { + 0x1d2c00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, -22, 0x0d3e}, + {-541, 0, -22, 0x0d5a}, + {-541, 0, -95, 0x0d52} + } +}; + +StandTile tile_849 = { + 0x1d2b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-541, 0, -22, 0x0d5e}, + {-519, 0, -86, 0x0000}, + {-541, 0, -95, 0x0d56} + } +}; + +StandTile tile_850 = { + 0x1d2a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-541, 0, -22, 0x0000}, + {-519, 0, -32, 0x0d62}, + {-519, 0, -86, 0x0d5a} + } +}; + +StandTile tile_851 = { + 0x1d2900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, -86, 0x0d5e}, + {-519, 0, -32, 0x0d66}, + {-496, 0, -95, 0x0000} + } +}; + +StandTile tile_852 = { + 0x1d2800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-496, 0, -95, 0x0d62}, + {-519, 0, -32, 0x0000}, + {-496, 0, -22, 0x0d7e} + } +}; + +StandTile tile_853 = { + 0x1d2700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-433, 0, 0, 0x0d6e}, + {-496, 0, -22, 0x0000}, + {-487, 0, 0, 0x0cca} + } +}; + +StandTile tile_854 = { + 0x1d2600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-496, 0, -22, 0x0d6a}, + {-433, 0, 0, 0x0000}, + {-423, 0, -22, 0x0d7a} + } +}; + +StandTile tile_855 = { + 0x1d2500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-401, 0, -86, 0x0000}, + {-423, 0, -95, 0x0d76}, + {-401, 0, -32, 0x0d22} + } +}; + +StandTile tile_856 = { + 0x1d2400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-423, 0, -95, 0x0d7a}, + {-423, 0, -22, 0x0000}, + {-401, 0, -32, 0x0d72} + } +}; + +StandTile tile_857 = { + 0x1d2300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-496, 0, -22, 0x0d6e}, + {-423, 0, -22, 0x0d76}, + {-423, 0, -95, 0x0d7e} + } +}; + +StandTile tile_858 = { + 0x1d2200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-496, 0, -95, 0x0d66}, + {-496, 0, -22, 0x0d7a}, + {-423, 0, -95, 0x0d82} + } +}; + +StandTile tile_859 = { + 0x1d2100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-487, 0, -118, 0x0000}, + {-496, 0, -95, 0x0d7e}, + {-423, 0, -95, 0x0d86} + } +}; + +StandTile tile_860 = { + 0x1d2000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-423, 0, -95, 0x0000}, + {-433, 0, -118, 0x0d8a}, + {-487, 0, -118, 0x0d82} + } +}; + +StandTile tile_861 = { + 0x1d1f00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-487, 0, -118, 0x0d86}, + {-433, 0, -118, 0x0d92}, + {-496, 0, -140, 0x0000} + } +}; + +StandTile tile_862 = { + 0x1d1e00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-605, 0, -118, 0x0d4a}, + {-551, 0, -118, 0x0d96}, + {-614, 0, -140, 0x0000} + } +}; + +StandTile tile_863 = { + 0x1d1d00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-496, 0, -140, 0x0d8a}, + {-433, 0, -118, 0x0000}, + {-423, 0, -140, 0x0dbe} + } +}; + +StandTile tile_864 = { + 0x1d1c00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, -140, 0x0d8e}, + {-551, 0, -118, 0x0000}, + {-541, 0, -140, 0x0db6} + } +}; + +StandTile tile_865 = { + 0x1d1b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-850, 0, -140, 0x0adc}, + {-777, 0, -140, 0x0d9e}, + {-825, 0, -212, 0x0b18} + } +}; + +StandTile tile_866 = { + 0x1d1a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-777, 0, -140, 0x0000}, + {-755, 0, -150, 0x0da2}, + {-825, 0, -212, 0x0d9a} + } +}; + +StandTile tile_867 = { + 0x1d1900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-825, 0, -212, 0x0d9e}, + {-755, 0, -150, 0x0da6}, + {-578, 0, -212, 0x0000} + } +}; + +StandTile tile_868 = { + 0x1d1800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-755, 0, -150, 0x0000}, + {-732, 0, -140, 0x0daa}, + {-578, 0, -212, 0x0da2} + } +}; + +StandTile tile_869 = { + 0x1d1700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-732, 0, -140, 0x0ab8}, + {-659, 0, -140, 0x0dae}, + {-578, 0, -212, 0x0da6} + } +}; + +StandTile tile_870 = { + 0x1d1600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-659, 0, -140, 0x0000}, + {-637, 0, -150, 0x0db2}, + {-578, 0, -212, 0x0daa} + } +}; + +StandTile tile_871 = { + 0x1d1500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 0, -150, 0x0000}, + {-614, 0, -140, 0x0db6}, + {-578, 0, -212, 0x0dae} + } +}; + +StandTile tile_872 = { + 0x1d1400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, 0, -140, 0x0d96}, + {-541, 0, -140, 0x0dba}, + {-578, 0, -212, 0x0db2} + } +}; + +StandTile tile_873 = { + 0x1d1300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-541, 0, -140, 0x0000}, + {-519, 0, -150, 0x0dc2}, + {-578, 0, -212, 0x0db6} + } +}; + +StandTile tile_874 = { + 0x1d1200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, -150, 0x0000}, + {-496, 0, -140, 0x0d92}, + {-423, 0, -140, 0x0dc2} + } +}; + +StandTile tile_875 = { + 0x1d1100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-578, 0, -212, 0x0dba}, + {-519, 0, -150, 0x0dbe}, + {-423, 0, -140, 0x0dc6} + } +}; + +StandTile tile_876 = { + 0x1d1000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-423, 0, -140, 0x0000}, + {-401, 0, -150, 0x0dca}, + {-578, 0, -212, 0x0dc2} + } +}; + +StandTile tile_877 = { + 0x1d0f00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-578, 0, -212, 0x0dc6}, + {-401, 0, -150, 0x0d36}, + {-307, 0, -212, 0x0000} + } +}; + +StandTile tile_878 = { + 0x099e02, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1050, 0, -59, 0x0dd2}, + {-932, -7, -59, 0x0dda}, + {-932, 0, -59, 0x0af0} + } +}; + +StandTile tile_879 = { + 0x099e01, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1050, 0, -59, 0x0e0a}, + {-1050, -7, -59, 0x043b}, + {-932, -7, -59, 0x0dce} + } +}; + +StandTile tile_880 = { + 0x099f02, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-932, 0, -59, 0x0dda}, + {-814, -7, -59, 0x0de2}, + {-814, 0, -59, 0x0ae4} + } +}; + +StandTile tile_881 = { + 0x099f01, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-932, 0, -59, 0x0dce}, + {-932, -7, -59, 0x044b}, + {-814, -7, -59, 0x0dd6} + } +}; + +StandTile tile_882 = { + 0x09a002, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-814, 0, -59, 0x0de2}, + {-696, -7, -59, 0x0de6}, + {-696, 0, -59, 0x0ac4} + } +}; + +StandTile tile_883 = { + 0x09a001, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-814, 0, -59, 0x0dd6}, + {-814, -7, -59, 0x045f}, + {-696, -7, -59, 0x0dde} + } +}; + +StandTile tile_884 = { + 0x09a102, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-696, -7, 59, 0x0dea}, + {-696, 0, -59, 0x0dde}, + {-696, -7, -59, 0x045b} + } +}; + +StandTile tile_885 = { + 0x09a101, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-696, -7, 59, 0x0dee}, + {-696, 0, 59, 0x0c2e}, + {-696, 0, -59, 0x0de6} + } +}; + +StandTile tile_886 = { + 0x09a202, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-814, -7, 59, 0x0df2}, + {-696, 0, 59, 0x0dea}, + {-696, -7, 59, 0x0457} + } +}; + +StandTile tile_887 = { + 0x09a201, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-814, -7, 59, 0x0df6}, + {-814, 0, 59, 0x0c1a}, + {-696, 0, 59, 0x0dee} + } +}; + +StandTile tile_888 = { + 0x09a302, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-932, -7, 59, 0x0dfa}, + {-814, 0, 59, 0x0df2}, + {-814, -7, 59, 0x0447} + } +}; + +StandTile tile_889 = { + 0x09a301, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-932, -7, 59, 0x0dfe}, + {-932, 0, 59, 0x0bfa}, + {-814, 0, 59, 0x0df6} + } +}; + +StandTile tile_890 = { + 0x09a402, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1050, -7, 59, 0x0e02}, + {-932, 0, 59, 0x0dfa}, + {-932, -7, 59, 0x0433} + } +}; + +StandTile tile_891 = { + 0x09a401, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1050, -7, 59, 0x0e06}, + {-1050, 0, 59, 0x0bd2}, + {-932, 0, 59, 0x0dfe} + } +}; + +StandTile tile_892 = { + 0x09a502, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1050, -7, -59, 0x0e0a}, + {-1050, 0, 59, 0x0e02}, + {-1050, -7, 59, 0x0437} + } +}; + +StandTile tile_893 = { + 0x09a501, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1050, -7, -59, 0x0dd2}, + {-1050, 0, -59, 0x0b50}, + {-1050, 0, 59, 0x0e06} + } +}; + +StandTile tile_894 = { + 0x093200, 0x02, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-920, 0, -212, 0x0b14}, + {-825, 0, -212, 0x0e12}, + {-873, 0, -248, 0x0e1a} + } +}; + +StandTile tile_895 = { + 0x093300, 0x02, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-873, 0, -248, 0x0e0e}, + {-825, 0, -212, 0x0000}, + {-825, 0, -283, 0x0e16} + } +}; + +StandTile tile_896 = { + 0x093400, 0x02, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-920, 0, -283, 0x0e1a}, + {-873, 0, -248, 0x0e12}, + {-825, 0, -283, 0x0e1e} + } +}; + +StandTile tile_897 = { + 0x093500, 0x02, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-920, 0, -212, 0x0e0e}, + {-873, 0, -248, 0x0e16}, + {-920, 0, -283, 0x0000} + } +}; + +StandTile tile_898 = { + 0x096300, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-920, 0, -283, 0x0e16}, + {-825, 0, -283, 0x0e3e}, + {-873, 0, -377, 0x0e22} + } +}; + +StandTile tile_899 = { + 0x096400, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1038, 0, -283, 0x0000}, + {-920, 0, -283, 0x0e1e}, + {-873, 0, -377, 0x0e26} + } +}; + +StandTile tile_900 = { + 0x096500, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1038, 0, -283, 0x0e22}, + {-873, 0, -377, 0x0e56}, + {-943, 0, -377, 0x0e2a} + } +}; + +StandTile tile_901 = { + 0x096600, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1038, 0, -613, 0x0000}, + {-1038, 0, -283, 0x0e26}, + {-943, 0, -377, 0x0e2e} + } +}; + +StandTile tile_902 = { + 0x096700, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1038, 0, -613, 0x0e2a}, + {-943, 0, -377, 0x0e5a}, + {-943, 0, -519, 0x0e32} + } +}; + +StandTile tile_903 = { + 0x096800, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-802, 0, -519, 0x0e36}, + {-1038, 0, -613, 0x0e2e}, + {-943, 0, -519, 0x0e5e} + } +}; + +StandTile tile_904 = { + 0x096900, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-708, 0, -613, 0x0000}, + {-1038, 0, -613, 0x0e32}, + {-802, 0, -519, 0x0e42} + } +}; + +StandTile tile_905 = { + 0x096a00, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-708, 0, -283, 0x0e46}, + {-802, 0, -377, 0x0e6a}, + {-873, 0, -377, 0x0e3e} + } +}; + +StandTile tile_906 = { + 0x096b00, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-708, 0, -283, 0x0e3a}, + {-873, 0, -377, 0x0e1e}, + {-825, 0, -283, 0x0000} + } +}; + +StandTile tile_907 = { + 0x096c00, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-802, 0, -448, 0x0e52}, + {-708, 0, -613, 0x0e36}, + {-802, 0, -519, 0x0e62} + } +}; + +StandTile tile_908 = { + 0x096d00, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-802, 0, -448, 0x0e66}, + {-802, 0, -377, 0x0e3a}, + {-708, 0, -283, 0x0e4a} + } +}; + +StandTile tile_909 = { + 0x096e00, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-708, 0, -401, 0x0e4e}, + {-802, 0, -448, 0x0e46}, + {-708, 0, -283, 0x0000} + } +}; + +StandTile tile_910 = { + 0x096f00, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-708, 0, -495, 0x0e52}, + {-802, 0, -448, 0x0e4a}, + {-708, 0, -401, 0x06e7} + } +}; + +StandTile tile_911 = { + 0x097000, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-708, 0, -613, 0x0e42}, + {-802, 0, -448, 0x0e4e}, + {-708, 0, -495, 0x0000} + } +}; + +StandTile tile_912 = { + 0x097100, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-943, 0, -377, 0x0e26}, + {-873, 0, -377, 0x0e6a}, + {-873, 0, -448, 0x0e5a} + } +}; + +StandTile tile_913 = { + 0x097200, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-943, 0, -519, 0x0e2e}, + {-943, 0, -377, 0x0e56}, + {-873, 0, -448, 0x0e5e} + } +}; + +StandTile tile_914 = { + 0x097300, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-943, 0, -519, 0x0e5a}, + {-873, 0, -448, 0x0e62}, + {-802, 0, -519, 0x0e32} + } +}; + +StandTile tile_915 = { + 0x097400, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-802, 0, -519, 0x0e5e}, + {-873, 0, -448, 0x0e66}, + {-802, 0, -448, 0x0e42} + } +}; + +StandTile tile_916 = { + 0x097500, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-802, 0, -448, 0x0e62}, + {-873, 0, -448, 0x0e6a}, + {-802, 0, -377, 0x0e46} + } +}; + +StandTile tile_917 = { + 0x097600, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-802, 0, -377, 0x0e66}, + {-873, 0, -448, 0x0e56}, + {-873, 0, -377, 0x0e3a} + } +}; + +StandTile tile_918 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_dam_all_p_stanZ.c b/assets/obseg/stan/Tbg_dam_all_p_stanZ.c new file mode 100644 index 0000000..a55ea8b --- /dev/null +++ b/assets/obseg/stan/Tbg_dam_all_p_stanZ.c @@ -0,0 +1,35953 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:12 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_dam_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x01, 0x1e, 0x38, 0x00, 0x01, 0x1e, 0x78, 0x00, 0x01, 0x1e, 0xb8, 0x00, 0x01, 0x1e, 0xf8, 0x00, 0x01, 0x1f, 0x38, 0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x08cc32, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3977, 78, 4544, 0x0015}, + {3972, 61, 4550, 0x00c5}, + {3972, 67, 4550, 0x001e}, + {3972, 78, 4550, 0x0820} + } +}; + +StandTile tile_1 = { + 0x08cc31, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3977, 78, 4544, 0x0000}, + {3977, 61, 4544, 0x00dd}, + {3972, 61, 4550, 0x0010} + } +}; + +StandTile tile_2 = { + 0x08cb32, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3972, 78, 4550, 0x001e}, + {3968, 67, 4556, 0x00cd}, + {3968, 72, 4556, 0x0026}, + {3968, 78, 4556, 0x0824} + } +}; + +StandTile tile_3 = { + 0x08cb31, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3972, 78, 4550, 0x0010}, + {3972, 67, 4550, 0x00e5}, + {3968, 67, 4556, 0x0019} + } +}; + +StandTile tile_4 = { + 0x08ca32, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3968, 78, 4556, 0x0026}, + {3963, 72, 4563, 0x012d}, + {3963, 78, 4563, 0x0828} + } +}; + +StandTile tile_5 = { + 0x08ca31, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3968, 78, 4556, 0x0019}, + {3968, 72, 4556, 0x00d5}, + {3963, 72, 4563, 0x0022} + } +}; + +StandTile tile_6 = { + 0x08a532, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3953, 78, 4546, 0x002e}, + {3949, 72, 4552, 0x00d9}, + {3953, 72, 4546, 0x0048} + } +}; + +StandTile tile_7 = { + 0x08a531, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3953, 78, 4546, 0x0849}, + {3949, 78, 4552, 0x0131}, + {3949, 72, 4552, 0x002a} + } +}; + +StandTile tile_8 = { + 0x08a432, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3970, 78, 4523, 0x0036}, + {3962, 55, 4533, 0x016d}, + {3970, 55, 4523, 0x0000} + } +}; + +StandTile tile_9 = { + 0x08a431, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3970, 78, 4523, 0x085d}, + {3962, 78, 4533, 0x003b}, + {3962, 61, 4533, 0x00c1}, + {3962, 55, 4533, 0x0032} + } +}; + +StandTile tile_10 = { + 0x08a332, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3962, 78, 4533, 0x003f}, + {3958, 61, 4539, 0x00e1}, + {3962, 61, 4533, 0x0036} + } +}; + +StandTile tile_11 = { + 0x08a331, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3962, 78, 4533, 0x0855}, + {3958, 78, 4539, 0x0044}, + {3958, 67, 4539, 0x00c9}, + {3958, 61, 4539, 0x003b} + } +}; + +StandTile tile_12 = { + 0x08a232, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3958, 78, 4539, 0x0048}, + {3953, 67, 4546, 0x00e9}, + {3958, 67, 4539, 0x003f} + } +}; + +StandTile tile_13 = { + 0x08a231, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3958, 78, 4539, 0x0851}, + {3953, 78, 4546, 0x002a}, + {3953, 72, 4546, 0x00d1}, + {3953, 67, 4546, 0x0044} + } +}; + +StandTile tile_14 = { + 0x061d32, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3962, -25, 4607, 0x0051}, + {3973, -19, 4592, 0x0000}, + {3973, -25, 4592, 0x0196} + } +}; + +StandTile tile_15 = { + 0x061d31, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3962, -25, 4607, 0x0000}, + {3962, -19, 4607, 0x010d}, + {3973, -19, 4592, 0x004d} + } +}; + +StandTile tile_16 = { + 0x061c32, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3968, -19, 4612, 0x0059}, + {3979, -14, 4597, 0x0000}, + {3979, -19, 4597, 0x0111} + } +}; + +StandTile tile_17 = { + 0x061c31, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3968, -19, 4612, 0x0000}, + {3968, -14, 4612, 0x00f9}, + {3979, -14, 4597, 0x0055} + } +}; + +StandTile tile_18 = { + 0x061b32, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3985, -14, 4602, 0x0061}, + {4000, -8, 4613, 0x015d}, + {3985, -8, 4602, 0x0000} + } +}; + +StandTile tile_19 = { + 0x061b31, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3985, -14, 4602, 0x0125}, + {4000, -14, 4613, 0x0000}, + {4000, -8, 4613, 0x005d} + } +}; + +StandTile tile_20 = { + 0x061a32, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3990, -8, 4596, 0x0069}, + {4004, -2, 4606, 0x0155}, + {3990, -2, 4596, 0x0000} + } +}; + +StandTile tile_21 = { + 0x061a31, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3990, -8, 4596, 0x0161}, + {4004, -8, 4606, 0x0000}, + {4004, -2, 4606, 0x0065} + } +}; + +StandTile tile_22 = { + 0x061932, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3995, -2, 4589, 0x0071}, + {4009, 4, 4600, 0x0145}, + {3995, 4, 4589, 0x0000} + } +}; + +StandTile tile_23 = { + 0x061931, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3995, -2, 4589, 0x0159}, + {4009, -2, 4600, 0x0000}, + {4009, 4, 4600, 0x006d} + } +}; + +StandTile tile_24 = { + 0x061832, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3999, 4, 4583, 0x0079}, + {4014, 9, 4594, 0x013d}, + {3999, 9, 4583, 0x0000} + } +}; + +StandTile tile_25 = { + 0x061831, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3999, 4, 4583, 0x0149}, + {4014, 4, 4594, 0x0000}, + {4014, 9, 4594, 0x0075} + } +}; + +StandTile tile_26 = { + 0x061732, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4004, 9, 4577, 0x0081}, + {4018, 15, 4588, 0x014d}, + {4004, 15, 4577, 0x0000} + } +}; + +StandTile tile_27 = { + 0x061731, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4004, 9, 4577, 0x0141}, + {4018, 9, 4588, 0x0000}, + {4018, 15, 4588, 0x007d} + } +}; + +StandTile tile_28 = { + 0x061632, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4008, 15, 4571, 0x0089}, + {4023, 21, 4582, 0x0121}, + {4008, 21, 4571, 0x0000} + } +}; + +StandTile tile_29 = { + 0x061631, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4008, 15, 4571, 0x0151}, + {4023, 15, 4582, 0x0000}, + {4023, 21, 4582, 0x0085} + } +}; + +StandTile tile_30 = { + 0x061532, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4010, 21, 4569, 0x0091}, + {4021, 27, 4554, 0x0105}, + {4010, 27, 4569, 0x0000} + } +}; + +StandTile tile_31 = { + 0x061531, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4010, 21, 4569, 0x0139}, + {4021, 21, 4554, 0x0000}, + {4021, 27, 4554, 0x008d} + } +}; + +StandTile tile_32 = { + 0x061432, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4004, 27, 4564, 0x0099}, + {4015, 32, 4550, 0x0115}, + {4004, 32, 4564, 0x0000} + } +}; + +StandTile tile_33 = { + 0x061431, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4004, 27, 4564, 0x0109}, + {4015, 27, 4550, 0x0000}, + {4015, 32, 4550, 0x0095} + } +}; + +StandTile tile_34 = { + 0x061332, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3998, 32, 4559, 0x00a1}, + {4008, 38, 4545, 0x00fd}, + {3998, 38, 4559, 0x0000} + } +}; + +StandTile tile_35 = { + 0x061331, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3998, 32, 4559, 0x0119}, + {4008, 32, 4545, 0x0000}, + {4008, 38, 4545, 0x009d} + } +}; + +StandTile tile_36 = { + 0x061232, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3991, 38, 4555, 0x00a9}, + {4002, 44, 4540, 0x00ed}, + {3991, 44, 4555, 0x0000} + } +}; + +StandTile tile_37 = { + 0x061231, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3991, 38, 4555, 0x0101}, + {4002, 38, 4540, 0x0000}, + {4002, 44, 4540, 0x00a5} + } +}; + +StandTile tile_38 = { + 0x061132, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3985, 44, 4550, 0x00b1}, + {3996, 49, 4536, 0x0172}, + {3985, 49, 4550, 0x0000} + } +}; + +StandTile tile_39 = { + 0x061131, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3985, 44, 4550, 0x00f1}, + {3996, 44, 4536, 0x0000}, + {3996, 49, 4536, 0x00ad} + } +}; + +StandTile tile_40 = { + 0x061032, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3979, 49, 4546, 0x00b9}, + {3990, 55, 4531, 0x0165}, + {3979, 55, 4546, 0x0000} + } +}; + +StandTile tile_41 = { + 0x061031, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3979, 49, 4546, 0x0176}, + {3990, 49, 4531, 0x0000}, + {3990, 55, 4531, 0x00b5} + } +}; + +StandTile tile_42 = { + 0x060f32, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3962, 55, 4533, 0x00c1}, + {3977, 61, 4544, 0x0000}, + {3977, 55, 4544, 0x016d} + } +}; + +StandTile tile_43 = { + 0x060f31, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3962, 55, 4533, 0x0036}, + {3962, 61, 4533, 0x00dd}, + {3977, 61, 4544, 0x00bd} + } +}; + +StandTile tile_44 = { + 0x060e32, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3958, 61, 4539, 0x00c9}, + {3972, 67, 4550, 0x0010}, + {3972, 61, 4550, 0x00e1} + } +}; + +StandTile tile_45 = { + 0x060e31, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3958, 61, 4539, 0x003f}, + {3958, 67, 4539, 0x00e5}, + {3972, 67, 4550, 0x00c5} + } +}; + +StandTile tile_46 = { + 0x060d32, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3953, 67, 4546, 0x00d1}, + {3968, 72, 4556, 0x0019}, + {3968, 67, 4556, 0x00e9} + } +}; + +StandTile tile_47 = { + 0x060d31, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3953, 67, 4546, 0x0048}, + {3953, 72, 4546, 0x00d5}, + {3968, 72, 4556, 0x00cd} + } +}; + +StandTile tile_48 = { + 0x060132, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3953, 72, 4546, 0x00d9}, + {3963, 72, 4563, 0x0026}, + {3968, 72, 4556, 0x00d1} + } +}; + +StandTile tile_49 = { + 0x060131, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3953, 72, 4546, 0x002a}, + {3949, 72, 4552, 0x0131}, + {3963, 72, 4563, 0x00d5} + } +}; + +StandTile tile_50 = { + 0x05ff32, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3962, 61, 4533, 0x00e1}, + {3972, 61, 4550, 0x0015}, + {3977, 61, 4544, 0x00c1} + } +}; + +StandTile tile_51 = { + 0x05ff31, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3962, 61, 4533, 0x003b}, + {3958, 61, 4539, 0x00c5}, + {3972, 61, 4550, 0x00dd} + } +}; + +StandTile tile_52 = { + 0x05fd32, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3958, 67, 4539, 0x00e9}, + {3968, 67, 4556, 0x001e}, + {3972, 67, 4550, 0x00c9} + } +}; + +StandTile tile_53 = { + 0x05fd31, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3958, 67, 4539, 0x0044}, + {3953, 67, 4546, 0x00cd}, + {3968, 67, 4556, 0x00e5} + } +}; + +StandTile tile_54 = { + 0x05fb32, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4002, 44, 4540, 0x00f1}, + {3985, 44, 4550, 0x0000}, + {3991, 44, 4555, 0x00a5} + } +}; + +StandTile tile_55 = { + 0x05fb31, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4002, 44, 4540, 0x0000}, + {3996, 44, 4536, 0x00b1}, + {3985, 44, 4550, 0x00ed} + } +}; + +StandTile tile_56 = { + 0x05f832, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3985, -14, 4602, 0x00f9}, + {3968, -14, 4612, 0x0000}, + {3974, -14, 4616, 0x0125} + } +}; + +StandTile tile_57 = { + 0x05f831, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3985, -14, 4602, 0x0000}, + {3979, -14, 4597, 0x0059}, + {3968, -14, 4612, 0x00f5} + } +}; + +StandTile tile_58 = { + 0x05f732, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4008, 38, 4545, 0x0101}, + {3991, 38, 4555, 0x0000}, + {3998, 38, 4559, 0x009d} + } +}; + +StandTile tile_59 = { + 0x05f731, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4008, 38, 4545, 0x0000}, + {4002, 38, 4540, 0x00a9}, + {3991, 38, 4555, 0x00fd} + } +}; + +StandTile tile_60 = { + 0x05f532, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4021, 27, 4554, 0x0109}, + {4004, 27, 4564, 0x0000}, + {4010, 27, 4569, 0x008d} + } +}; + +StandTile tile_61 = { + 0x05f531, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4021, 27, 4554, 0x0000}, + {4015, 27, 4550, 0x0099}, + {4004, 27, 4564, 0x0105} + } +}; + +StandTile tile_62 = { + 0x05f332, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3962, -19, 4607, 0x0111}, + {3979, -19, 4597, 0x0000}, + {3973, -19, 4592, 0x0051} + } +}; + +StandTile tile_63 = { + 0x05f331, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3962, -19, 4607, 0x0000}, + {3968, -19, 4612, 0x0055}, + {3979, -19, 4597, 0x010d} + } +}; + +StandTile tile_64 = { + 0x05f132, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4015, 32, 4550, 0x0119}, + {3998, 32, 4559, 0x0000}, + {4004, 32, 4564, 0x0095} + } +}; + +StandTile tile_65 = { + 0x05f131, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4015, 32, 4550, 0x0000}, + {4008, 32, 4545, 0x00a1}, + {3998, 32, 4559, 0x0115} + } +}; + +StandTile tile_66 = { + 0x05eb32, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4008, 21, 4571, 0x0121}, + {4024, 21, 4579, 0x0135}, + {4010, 21, 4569, 0x0000} + } +}; + +StandTile tile_67 = { + 0x05eb31, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4008, 21, 4571, 0x0085}, + {4023, 21, 4582, 0x0000}, + {4024, 21, 4579, 0x011d} + } +}; + +StandTile tile_68 = { + 0x05e732, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3974, -14, 4616, 0x0129}, + {4000, -14, 4613, 0x0061}, + {3985, -14, 4602, 0x00f5} + } +}; + +StandTile tile_69 = { + 0x05e731, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3974, -14, 4616, 0x0000}, + {3989, -14, 4627, 0x0000}, + {4000, -14, 4613, 0x0125} + } +}; + +StandTile tile_70 = { + 0x05e632, 0x88, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3963, 72, 4563, 0x0131}, + {3949, 78, 4552, 0x0871}, + {3963, 78, 4563, 0x0022} + } +}; + +StandTile tile_71 = { + 0x05e631, 0x88, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3963, 72, 4563, 0x00d9}, + {3949, 72, 4552, 0x002e}, + {3949, 78, 4552, 0x012d} + } +}; + +StandTile tile_72 = { + 0x05dd32, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4035, 21, 4565, 0x0139}, + {4010, 21, 4569, 0x011d}, + {4024, 21, 4579, 0x0000} + } +}; + +StandTile tile_73 = { + 0x05dd31, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4035, 21, 4565, 0x0000}, + {4021, 21, 4554, 0x0091}, + {4010, 21, 4569, 0x0135} + } +}; + +StandTile tile_74 = { + 0x05dc32, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4014, 9, 4594, 0x0141}, + {4004, 9, 4577, 0x0000}, + {3999, 9, 4583, 0x0075} + } +}; + +StandTile tile_75 = { + 0x05dc31, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4014, 9, 4594, 0x0000}, + {4018, 9, 4588, 0x0081}, + {4004, 9, 4577, 0x013d} + } +}; + +StandTile tile_76 = { + 0x05da32, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4009, 4, 4600, 0x0149}, + {3999, 4, 4583, 0x0000}, + {3995, 4, 4589, 0x006d} + } +}; + +StandTile tile_77 = { + 0x05da31, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4009, 4, 4600, 0x0000}, + {4014, 4, 4594, 0x0079}, + {3999, 4, 4583, 0x0145} + } +}; + +StandTile tile_78 = { + 0x05d732, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4018, 15, 4588, 0x0151}, + {4008, 15, 4571, 0x0000}, + {4004, 15, 4577, 0x007d} + } +}; + +StandTile tile_79 = { + 0x05d731, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4018, 15, 4588, 0x0000}, + {4023, 15, 4582, 0x0089}, + {4008, 15, 4571, 0x014d} + } +}; + +StandTile tile_80 = { + 0x05d532, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4004, -2, 4606, 0x0159}, + {3995, -2, 4589, 0x0000}, + {3990, -2, 4596, 0x0065} + } +}; + +StandTile tile_81 = { + 0x05d531, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4004, -2, 4606, 0x0000}, + {4009, -2, 4600, 0x0071}, + {3995, -2, 4589, 0x0155} + } +}; + +StandTile tile_82 = { + 0x05d332, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4000, -8, 4613, 0x0161}, + {3990, -8, 4596, 0x0000}, + {3985, -8, 4602, 0x005d} + } +}; + +StandTile tile_83 = { + 0x05d331, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4000, -8, 4613, 0x0000}, + {4004, -8, 4606, 0x0069}, + {3990, -8, 4596, 0x015d} + } +}; + +StandTile tile_84 = { + 0x08f530, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3977, 55, 4544, 0x0000}, + {3979, 55, 4546, 0x00b5}, + {3990, 55, 4531, 0x0169} + } +}; + +StandTile tile_85 = { + 0x08f432, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3973, 55, 4519, 0x016d}, + {3977, 55, 4544, 0x0165}, + {3990, 55, 4531, 0x0000} + } +}; + +StandTile tile_86 = { + 0x08f431, 0x88, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {3973, 55, 4519, 0x0000}, + {3970, 55, 4523, 0x0032}, + {3962, 55, 4533, 0x00bd}, + {3977, 55, 4544, 0x0169} + } +}; + +StandTile tile_87 = { + 0x05ce32, 0x88, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3996, 49, 4536, 0x0176}, + {3979, 49, 4546, 0x0000}, + {3985, 49, 4550, 0x00ad} + } +}; + +StandTile tile_88 = { + 0x05ce31, 0x88, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3996, 49, 4536, 0x0000}, + {3990, 49, 4531, 0x00b9}, + {3979, 49, 4546, 0x0172} + } +}; + +StandTile tile_89 = { + 0x05bc32, 0x88, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3973, -25, 4519, 0x017e}, + {4002, -25, 4580, 0x0186}, + {4010, -25, 4569, 0x0182} + } +}; + +StandTile tile_90 = { + 0x05bc31, 0x88, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3973, -25, 4519, 0x0000}, + {3953, -25, 4546, 0x019e}, + {4002, -25, 4580, 0x017a} + } +}; + +StandTile tile_91 = { + 0x05bb30, 0x88, + 0x1, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {4035, -25, 4565, 0x0000}, + {3973, -25, 4519, 0x017a}, + {4010, -25, 4569, 0x018a} + } +}; + +StandTile tile_92 = { + 0x05ba32, 0x88, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4017, -25, 4590, 0x018a}, + {4010, -25, 4569, 0x017a}, + {4002, -25, 4580, 0x0000} + } +}; + +StandTile tile_93 = { + 0x05ba31, 0x88, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4017, -25, 4590, 0x0000}, + {4035, -25, 4565, 0x0182}, + {4010, -25, 4569, 0x0186} + } +}; + +StandTile tile_94 = { + 0x05b730, 0x88, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3938, -25, 4566, 0x0192}, + {3973, -25, 4592, 0x0000}, + {3990, -25, 4595, 0x019a} + } +}; + +StandTile tile_95 = { + 0x05b632, 0x88, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3927, -25, 4581, 0x0196}, + {3973, -25, 4592, 0x018e}, + {3938, -25, 4566, 0x0000} + } +}; + +StandTile tile_96 = { + 0x05b631, 0x88, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3927, -25, 4581, 0x0000}, + {3962, -25, 4607, 0x004d}, + {3973, -25, 4592, 0x0192} + } +}; + +StandTile tile_97 = { + 0x05b432, 0x88, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3990, -25, 4595, 0x019e}, + {3953, -25, 4546, 0x066b}, + {3938, -25, 4566, 0x018e} + } +}; + +StandTile tile_98 = { + 0x05b431, 0x88, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3990, -25, 4595, 0x0000}, + {4002, -25, 4580, 0x017e}, + {3953, -25, 4546, 0x019a} + } +}; + +StandTile tile_99 = { + 0x008030, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4399, -25, 4009, 0x02b3}, + {4383, -25, 4004, 0x0000}, + {4390, -25, 4010, 0x01aa} + } +}; + +StandTile tile_100 = { + 0x007f32, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4401, -25, 4026, 0x01aa}, + {4390, -25, 4010, 0x0000}, + {4383, -25, 4024, 0x01b2} + } +}; + +StandTile tile_101 = { + 0x007f31, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4401, -25, 4026, 0x02af}, + {4399, -25, 4009, 0x01a2}, + {4390, -25, 4010, 0x01a6} + } +}; + +StandTile tile_102 = { + 0x007e32, 0x87, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4347, -25, 4099, 0x01b2}, + {4383, -25, 4024, 0x0000}, + {4329, -25, 4097, 0x01ba} + } +}; + +StandTile tile_103 = { + 0x007e31, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4347, -25, 4099, 0x020e}, + {4401, -25, 4026, 0x01a6}, + {4383, -25, 4024, 0x01ae} + } +}; + +StandTile tile_104 = { + 0x007d32, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4330, -25, 4106, 0x01ba}, + {4329, -25, 4097, 0x0000}, + {4319, -25, 4105, 0x01ee} + } +}; + +StandTile tile_105 = { + 0x007d31, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4330, -25, 4106, 0x01f6}, + {4347, -25, 4099, 0x01ae}, + {4329, -25, 4097, 0x01b6} + } +}; + +StandTile tile_106 = { + 0x008430, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4279, -25, 3919, 0x02db}, + {4262, -25, 3915, 0x0000}, + {4270, -25, 3920, 0x01c6} + } +}; + +StandTile tile_107 = { + 0x008332, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4281, -25, 3937, 0x01c6}, + {4270, -25, 3920, 0x0000}, + {4263, -25, 3935, 0x01ce} + } +}; + +StandTile tile_108 = { + 0x008331, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4281, -25, 3937, 0x0206}, + {4279, -25, 3919, 0x01be}, + {4270, -25, 3920, 0x01c2} + } +}; + +StandTile tile_109 = { + 0x008232, 0x87, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4227, -25, 4009, 0x01ce}, + {4263, -25, 3935, 0x0000}, + {4209, -25, 4007, 0x01d6} + } +}; + +StandTile tile_110 = { + 0x008231, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4227, -25, 4009, 0x026b}, + {4281, -25, 3937, 0x01c2}, + {4263, -25, 3935, 0x01ca} + } +}; + +StandTile tile_111 = { + 0x008132, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4210, -25, 4016, 0x01d6}, + {4209, -25, 4007, 0x0000}, + {4199, -25, 4015, 0x0277} + } +}; + +StandTile tile_112 = { + 0x008131, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4210, -25, 4016, 0x0273}, + {4227, -25, 4009, 0x01ca}, + {4209, -25, 4007, 0x01d2} + } +}; + +StandTile tile_113 = { + 0x001b30, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4137, -25, 3821, 0x0327}, + {4076, -25, 3741, 0x0297}, + {4125, -25, 3832, 0x0000} + } +}; + +StandTile tile_114 = { + 0x06b732, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4185, -25, 3857, 0x01e2}, + {4138, -25, 3841, 0x0237}, + {4188, -25, 3878, 0x01ea} + } +}; + +StandTile tile_115 = { + 0x06b731, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4185, -25, 3857, 0x0333}, + {4145, -25, 3827, 0x0000}, + {4138, -25, 3841, 0x01de} + } +}; + +StandTile tile_116 = { + 0x001a32, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4262, -25, 3915, 0x01ea}, + {4188, -25, 3878, 0x0243}, + {4251, -25, 3925, 0x0000} + } +}; + +StandTile tile_117 = { + 0x001a31, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4262, -25, 3915, 0x02db}, + {4185, -25, 3857, 0x01de}, + {4188, -25, 3878, 0x01e6} + } +}; + +StandTile tile_118 = { + 0x06b332, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4319, -25, 4105, 0x01f2}, + {4346, -25, 4163, 0x01fa}, + {4330, -25, 4106, 0x01b6} + } +}; + +StandTile tile_119 = { + 0x06b331, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4319, -25, 4105, 0x028b}, + {4268, -25, 4126, 0x0000}, + {4346, -25, 4163, 0x01ee} + } +}; + +StandTile tile_120 = { + 0x06b232, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4330, -25, 4106, 0x01fa}, + {4424, -25, 4190, 0x01fe}, + {4347, -25, 4099, 0x01ba} + } +}; + +StandTile tile_121 = { + 0x06b231, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4330, -25, 4106, 0x01ee}, + {4346, -25, 4163, 0x0000}, + {4424, -25, 4190, 0x01f6} + } +}; + +StandTile tile_122 = { + 0x002030, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4424, -25, 4190, 0x0212}, + {4442, -25, 4134, 0x020e}, + {4347, -25, 4099, 0x01f6} + } +}; + +StandTile tile_123 = { + 0x001f32, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4383, -25, 4004, 0x0206}, + {4281, -25, 3937, 0x026b}, + {4371, -25, 4015, 0x0000} + } +}; + +StandTile tile_124 = { + 0x001f31, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4383, -25, 4004, 0x02b3}, + {4279, -25, 3919, 0x01c6}, + {4281, -25, 3937, 0x0202} + } +}; + +StandTile tile_125 = { + 0x001e30, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4442, -25, 4134, 0x0000}, + {4511, -25, 4042, 0x02af}, + {4401, -25, 4026, 0x020e} + } +}; + +StandTile tile_126 = { + 0x001d30, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4401, -25, 4026, 0x01b2}, + {4347, -25, 4099, 0x01fe}, + {4442, -25, 4134, 0x020a} + } +}; + +StandTile tile_127 = { + 0x001c30, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4424, -25, 4190, 0x0000}, + {4449, -25, 4140, 0x0000}, + {4442, -25, 4134, 0x01fe} + } +}; + +StandTile tile_128 = { + 0x080030, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4154, -25, 3971, 0x024f}, + {4135, -25, 3960, 0x0367}, + {4160, -25, 4010, 0x021e} + } +}; + +StandTile tile_129 = { + 0x07fc32, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4196, -25, 3998, 0x021e}, + {4160, -25, 4010, 0x0263}, + {4191, -25, 4010, 0x0000} + } +}; + +StandTile tile_130 = { + 0x07fc31, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4196, -25, 3998, 0x0247}, + {4154, -25, 3971, 0x0216}, + {4160, -25, 4010, 0x021a} + } +}; + +StandTile tile_131 = { + 0x07f630, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4281, -25, 4100, 0x027b}, + {4312, -25, 4100, 0x0283}, + {4285, -25, 4086, 0x0287}, + {4211, -25, 4048, 0x03f5} + } +}; + +StandTile tile_132 = { + 0x07f830, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4211, -25, 4048, 0x027f}, + {4183, -25, 4042, 0x0000}, + {4201, -25, 4060, 0x0000} + } +}; + +StandTile tile_133 = { + 0x003032, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4011, -13, 3813, 0x022f}, + {4025, -25, 3935, 0x0363}, + {4066, -25, 3916, 0x029b} + } +}; + +StandTile tile_134 = { + 0x003031, 0x87, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4011, -13, 3813, 0x0000}, + {3955, -25, 3845, 0x0000}, + {4025, -25, 3935, 0x022b} + } +}; + +StandTile tile_135 = { + 0x06b532, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4188, -25, 3878, 0x0237}, + {4084, -25, 3914, 0x0253}, + {4140, -25, 3956, 0x023b} + } +}; + +StandTile tile_136 = { + 0x06b531, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4188, -25, 3878, 0x01de}, + {4138, -25, 3841, 0x0000}, + {4084, -25, 3914, 0x0233} + } +}; + +StandTile tile_137 = { + 0x080230, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4188, -25, 3878, 0x0233}, + {4140, -25, 3956, 0x024b}, + {4156, -25, 3968, 0x0243} + } +}; + +StandTile tile_138 = { + 0x002e32, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4251, -25, 3925, 0x0243}, + {4156, -25, 3968, 0x0247}, + {4196, -25, 3998, 0x0000} + } +}; + +StandTile tile_139 = { + 0x002e31, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4251, -25, 3925, 0x01e6}, + {4188, -25, 3878, 0x023b}, + {4156, -25, 3968, 0x023f} + } +}; + +StandTile tile_140 = { + 0x080130, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4154, -25, 3971, 0x021e}, + {4196, -25, 3998, 0x023f}, + {4156, -25, 3968, 0x024f} + } +}; + +StandTile tile_141 = { + 0x06b632, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4135, -25, 3960, 0x024f}, + {4156, -25, 3968, 0x023b}, + {4140, -25, 3956, 0x0253} + } +}; + +StandTile tile_142 = { + 0x06b631, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4135, -25, 3960, 0x0216}, + {4154, -25, 3971, 0x0247}, + {4156, -25, 3968, 0x024b} + } +}; + +StandTile tile_143 = { + 0x002d32, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4084, -25, 3914, 0x0257}, + {4135, -25, 3960, 0x024b}, + {4140, -25, 3956, 0x0233} + } +}; + +StandTile tile_144 = { + 0x002d31, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4084, -25, 3914, 0x0000}, + {4074, -25, 3922, 0x036b}, + {4135, -25, 3960, 0x0253} + } +}; + +StandTile tile_145 = { + 0x07fd30, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4160, -25, 4010, 0x0357}, + {4157, -25, 4030, 0x0000}, + {4183, -25, 4042, 0x0263} + } +}; + +StandTile tile_146 = { + 0x002a32, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4191, -25, 4010, 0x0263}, + {4183, -25, 4042, 0x0277}, + {4199, -25, 4015, 0x0000} + } +}; + +StandTile tile_147 = { + 0x002a31, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4191, -25, 4010, 0x021a}, + {4160, -25, 4010, 0x025b}, + {4183, -25, 4042, 0x025f} + } +}; + +StandTile tile_148 = { + 0x002932, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4371, -25, 4015, 0x026b}, + {4227, -25, 4009, 0x0273}, + {4317, -25, 4088, 0x0000} + } +}; + +StandTile tile_149 = { + 0x002931, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4371, -25, 4015, 0x0202}, + {4281, -25, 3937, 0x01ce}, + {4227, -25, 4009, 0x0267} + } +}; + +StandTile tile_150 = { + 0x002832, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4317, -25, 4088, 0x0273}, + {4210, -25, 4016, 0x0283}, + {4312, -25, 4100, 0x0000} + } +}; + +StandTile tile_151 = { + 0x002831, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4317, -25, 4088, 0x0267}, + {4227, -25, 4009, 0x01d6}, + {4210, -25, 4016, 0x026f} + } +}; + +StandTile tile_152 = { + 0x002730, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4199, -25, 4015, 0x025f}, + {4183, -25, 4042, 0x027f}, + {4210, -25, 4016, 0x01d2} + } +}; + +StandTile tile_153 = { + 0x07f230, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4268, -25, 4126, 0x028b}, + {4312, -25, 4100, 0x0222}, + {4281, -25, 4100, 0x03cf} + } +}; + +StandTile tile_154 = { + 0x07f130, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4210, -25, 4016, 0x0277}, + {4183, -25, 4042, 0x0227}, + {4211, -25, 4048, 0x0287} + } +}; + +StandTile tile_155 = { + 0x002632, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4210, -25, 4016, 0x0287}, + {4285, -25, 4086, 0x0222}, + {4312, -25, 4100, 0x026f} + } +}; + +StandTile tile_156 = { + 0x002631, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4210, -25, 4016, 0x027f}, + {4211, -25, 4048, 0x0222}, + {4285, -25, 4086, 0x0283} + } +}; + +StandTile tile_157 = { + 0x002530, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4312, -25, 4100, 0x027b}, + {4268, -25, 4126, 0x01f2}, + {4319, -25, 4105, 0x0000} + } +}; + +StandTile tile_158 = { + 0x081e30, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4011, -13, 3813, 0x0297}, + {4076, -25, 3741, 0x0000}, + {4069, -25, 3735, 0x0000} + } +}; + +StandTile tile_159 = { + 0x002232, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4125, -25, 3832, 0x0297}, + {4011, -13, 3813, 0x029b}, + {4071, -25, 3904, 0x0000} + } +}; + +StandTile tile_160 = { + 0x002231, 0x87, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {4125, -25, 3832, 0x01da}, + {4076, -25, 3741, 0x028f}, + {4011, -13, 3813, 0x0293} + } +}; + +StandTile tile_161 = { + 0x002130, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4071, -25, 3904, 0x0293}, + {4011, -13, 3813, 0x022b}, + {4066, -25, 3916, 0x0000} + } +}; + +StandTile tile_162 = { + 0x000432, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4555, -25, 4035, 0x02a3}, + {4399, -25, 4009, 0x02af}, + {4511, -25, 4042, 0x0000} + } +}; + +StandTile tile_163 = { + 0x000431, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4555, -25, 4035, 0x02bf}, + {4682, -25, 3865, 0x02a7}, + {4399, -25, 4009, 0x029f} + } +}; + +StandTile tile_164 = { + 0x000330, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4398, -25, 3821, 0x02b7}, + {4399, -25, 4009, 0x02a3}, + {4682, -25, 3865, 0x02ab} + } +}; + +StandTile tile_165 = { + 0x000230, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4682, -25, 3865, 0x0000}, + {4461, -25, 3701, 0x02cb}, + {4398, -25, 3821, 0x02a7} + } +}; + +StandTile tile_166 = { + 0x000130, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4511, -25, 4042, 0x029f}, + {4399, -25, 4009, 0x01aa}, + {4401, -25, 4026, 0x020a} + } +}; + +StandTile tile_167 = { + 0x000032, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4399, -25, 4009, 0x02b7}, + {4279, -25, 3919, 0x0206}, + {4383, -25, 4004, 0x01a2} + } +}; + +StandTile tile_168 = { + 0x000031, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4399, -25, 4009, 0x02a7}, + {4398, -25, 3821, 0x02d3}, + {4279, -25, 3919, 0x02b3} + } +}; + +StandTile tile_169 = { + 0x000730, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4774, -25, 3934, 0x0000}, + {4747, -25, 3914, 0x02c3}, + {4685, -25, 4054, 0x0000} + } +}; + +StandTile tile_170 = { + 0x000632, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4685, -25, 4054, 0x02c3}, + {4682, -25, 3865, 0x02a3}, + {4555, -25, 4035, 0x02c7} + } +}; + +StandTile tile_171 = { + 0x000631, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4685, -25, 4054, 0x02bb}, + {4747, -25, 3914, 0x0000}, + {4682, -25, 3865, 0x02bf} + } +}; + +StandTile tile_172 = { + 0x000530, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4685, -25, 4054, 0x02bf}, + {4555, -25, 4035, 0x0000}, + {4647, -25, 4105, 0x0000} + } +}; + +StandTile tile_173 = { + 0x001932, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4461, -25, 3701, 0x02cf}, + {4286, -25, 3768, 0x02d7}, + {4398, -25, 3821, 0x02ab} + } +}; + +StandTile tile_174 = { + 0x001931, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4461, -25, 3701, 0x02e3}, + {4345, -25, 3726, 0x02e7}, + {4286, -25, 3768, 0x02cb} + } +}; + +StandTile tile_175 = { + 0x001832, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4398, -25, 3821, 0x02d7}, + {4238, -25, 3822, 0x02df}, + {4279, -25, 3919, 0x02b7} + } +}; + +StandTile tile_176 = { + 0x001831, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4398, -25, 3821, 0x02cb}, + {4286, -25, 3768, 0x02ef}, + {4238, -25, 3822, 0x02d3} + } +}; + +StandTile tile_177 = { + 0x001732, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4279, -25, 3919, 0x02df}, + {4185, -25, 3857, 0x01ea}, + {4262, -25, 3915, 0x01be} + } +}; + +StandTile tile_178 = { + 0x001731, 0x87, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4279, -25, 3919, 0x02d3}, + {4238, -25, 3822, 0x02f7}, + {4185, -25, 3857, 0x02db} + } +}; + +StandTile tile_179 = { + 0x001630, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4461, -25, 3701, 0x02fb}, + {4329, -25, 3668, 0x02eb}, + {4345, -25, 3726, 0x02cf} + } +}; + +StandTile tile_180 = { + 0x001532, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4345, -25, 3726, 0x02eb}, + {4300, -25, 3708, 0x02f3}, + {4286, -25, 3768, 0x02cf} + } +}; + +StandTile tile_181 = { + 0x001531, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4345, -25, 3726, 0x02e3}, + {4329, -25, 3668, 0x0000}, + {4300, -25, 3708, 0x02e7} + } +}; + +StandTile tile_182 = { + 0x001432, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4286, -25, 3768, 0x02f3}, + {4247, -25, 3716, 0x02f7}, + {4238, -25, 3822, 0x02d7} + } +}; + +StandTile tile_183 = { + 0x001431, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4286, -25, 3768, 0x02e7}, + {4300, -25, 3708, 0x0000}, + {4247, -25, 3716, 0x02ef} + } +}; + +StandTile tile_184 = { + 0x001330, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4238, -25, 3822, 0x02ef}, + {4247, -25, 3716, 0x0333}, + {4185, -25, 3857, 0x02df} + } +}; + +StandTile tile_185 = { + 0x001230, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4461, -25, 3701, 0x0303}, + {4334, -25, 3656, 0x0000}, + {4329, -25, 3668, 0x02e3} + } +}; + +StandTile tile_186 = { + 0x001132, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4334, -25, 3656, 0x0303}, + {4294, -25, 3575, 0x0307}, + {4327, -25, 3651, 0x0000} + } +}; + +StandTile tile_187 = { + 0x001131, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4334, -25, 3656, 0x02fb}, + {4461, -25, 3701, 0x0000}, + {4294, -25, 3575, 0x02ff} + } +}; + +StandTile tile_188 = { + 0x001030, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4327, -25, 3651, 0x02ff}, + {4294, -25, 3575, 0x030b}, + {4317, -25, 3659, 0x0000} + } +}; + +StandTile tile_189 = { + 0x000f30, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4317, -25, 3659, 0x0307}, + {4294, -25, 3575, 0x030f}, + {4293, -25, 3691, 0x0000} + } +}; + +StandTile tile_190 = { + 0x000e30, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4293, -25, 3691, 0x030b}, + {4294, -25, 3575, 0x0313}, + {4249, -25, 3698, 0x0000} + } +}; + +StandTile tile_191 = { + 0x000d30, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4249, -25, 3698, 0x030f}, + {4294, -25, 3575, 0x031b}, + {4214, -25, 3672, 0x0000} + } +}; + +StandTile tile_192 = { + 0x000c32, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4214, -25, 3672, 0x031b}, + {4189, -25, 3590, 0x0323}, + {4199, -25, 3665, 0x0000} + } +}; + +StandTile tile_193 = { + 0x000c31, 0x87, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {4214, -25, 3672, 0x0313}, + {4294, -25, 3575, 0x0000}, + {4189, -25, 3590, 0x0317} + } +}; + +StandTile tile_194 = { + 0x000b32, 0x87, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {4194, -25, 3672, 0x0323}, + {4189, -25, 3590, 0x0000}, + {4076, -25, 3741, 0x032b} + } +}; + +StandTile tile_195 = { + 0x000b31, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4194, -25, 3672, 0x0000}, + {4199, -25, 3665, 0x0317}, + {4189, -25, 3590, 0x031f} + } +}; + +StandTile tile_196 = { + 0x000a32, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4204, -25, 3684, 0x032b}, + {4076, -25, 3741, 0x01da}, + {4137, -25, 3821, 0x032f} + } +}; + +StandTile tile_197 = { + 0x000a31, 0x87, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4204, -25, 3684, 0x0000}, + {4194, -25, 3672, 0x031f}, + {4076, -25, 3741, 0x0327} + } +}; + +StandTile tile_198 = { + 0x000930, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4204, -25, 3684, 0x0327}, + {4137, -25, 3821, 0x0000}, + {4145, -25, 3827, 0x0337} + } +}; + +StandTile tile_199 = { + 0x000832, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4247, -25, 3716, 0x0337}, + {4145, -25, 3827, 0x01e2}, + {4185, -25, 3857, 0x02f7} + } +}; + +StandTile tile_200 = { + 0x000831, 0x87, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4247, -25, 3716, 0x0000}, + {4204, -25, 3684, 0x032f}, + {4145, -25, 3827, 0x0333} + } +}; + +StandTile tile_201 = { + 0x084f30, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4080, -22, 4117, 0x03ab}, + {4074, -22, 4125, 0x033f}, + {4077, -25, 4127, 0x0000} + } +}; + +StandTile tile_202 = { + 0x084e30, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4074, -22, 4125, 0x0393}, + {4068, -25, 4133, 0x0387}, + {4077, -25, 4127, 0x033b} + } +}; + +StandTile tile_203 = { + 0x084d30, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4012, -22, 4063, 0x0000}, + {4008, -25, 4060, 0x0347}, + {4004, -22, 4073, 0x03a7} + } +}; + +StandTile tile_204 = { + 0x084c30, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4008, -25, 4060, 0x036f}, + {3998, -25, 4080, 0x038f}, + {4004, -22, 4073, 0x0343} + } +}; + +StandTile tile_205 = { + 0x084b30, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4155, -22, 4017, 0x039b}, + {4150, -22, 4023, 0x0000}, + {4157, -25, 4030, 0x0357} + } +}; + +StandTile tile_206 = { + 0x084a30, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4075, -22, 3978, 0x0397}, + {4084, -22, 3965, 0x0353}, + {4070, -25, 3975, 0x0000} + } +}; + +StandTile tile_207 = { + 0x084930, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4090, -25, 3958, 0x035f}, + {4070, -25, 3975, 0x034f}, + {4084, -22, 3965, 0x03b3} + } +}; + +StandTile tile_208 = { + 0x084830, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4157, -25, 4030, 0x025b}, + {4160, -25, 4010, 0x03af}, + {4155, -22, 4017, 0x034b} + } +}; + +StandTile tile_209 = { + 0x083c30, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4074, -25, 3922, 0x0000}, + {4066, -25, 3916, 0x035f}, + {4090, -25, 3958, 0x036b} + } +}; + +StandTile tile_210 = { + 0x083b32, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4066, -25, 3916, 0x0363}, + {4070, -25, 3975, 0x0353}, + {4090, -25, 3958, 0x035b} + } +}; + +StandTile tile_211 = { + 0x083b31, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4066, -25, 3916, 0x022b}, + {4025, -25, 3935, 0x0000}, + {4070, -25, 3975, 0x035f} + } +}; + +StandTile tile_212 = { + 0x083a32, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4135, -25, 3960, 0x036b}, + {4090, -25, 3958, 0x03af}, + {4160, -25, 4010, 0x0216} + } +}; + +StandTile tile_213 = { + 0x083a31, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4135, -25, 3960, 0x0257}, + {4074, -25, 3922, 0x035b}, + {4090, -25, 3958, 0x0367} + } +}; + +StandTile tile_214 = { + 0x07b032, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4008, -25, 4060, 0x0373}, + {3954, -25, 4082, 0x0377}, + {3998, -25, 4080, 0x0347} + } +}; + +StandTile tile_215 = { + 0x07b031, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4008, -25, 4060, 0x0000}, + {3992, -25, 4045, 0x044d}, + {3954, -25, 4082, 0x036f} + } +}; + +StandTile tile_216 = { + 0x07af32, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3954, -25, 4082, 0x037b}, + {4027, -25, 4168, 0x0383}, + {3998, -25, 4080, 0x036f} + } +}; + +StandTile tile_217 = { + 0x07af31, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3954, -25, 4082, 0x0000}, + {3947, -25, 4097, 0x050f}, + {4027, -25, 4168, 0x0377} + } +}; + +StandTile tile_218 = { + 0x07ae32, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3998, -25, 4080, 0x0383}, + {4060, -25, 4181, 0x0387}, + {4068, -25, 4133, 0x0393} + } +}; + +StandTile tile_219 = { + 0x07ae31, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3998, -25, 4080, 0x0377}, + {4027, -25, 4168, 0x058b}, + {4060, -25, 4181, 0x037f} + } +}; + +StandTile tile_220 = { + 0x07ad32, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4060, -25, 4181, 0x038b}, + {4077, -25, 4127, 0x033f}, + {4068, -25, 4133, 0x037f} + } +}; + +StandTile tile_221 = { + 0x07ad31, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4060, -25, 4181, 0x0000}, + {4072, -25, 4170, 0x0479}, + {4077, -25, 4127, 0x0387} + } +}; + +StandTile tile_222 = { + 0x07ac32, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3998, -25, 4080, 0x0393}, + {4074, -22, 4125, 0x03ab}, + {4004, -22, 4073, 0x0347} + } +}; + +StandTile tile_223 = { + 0x07ac31, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3998, -25, 4080, 0x037f}, + {4068, -25, 4133, 0x033f}, + {4074, -22, 4125, 0x038f} + } +}; + +StandTile tile_224 = { + 0x085032, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4150, -22, 4023, 0x039b}, + {4084, -22, 3965, 0x034f}, + {4075, -22, 3978, 0x03a3} + } +}; + +StandTile tile_225 = { + 0x085031, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4150, -22, 4023, 0x034b}, + {4155, -22, 4017, 0x03b3}, + {4084, -22, 3965, 0x0397} + } +}; + +StandTile tile_226 = { + 0x085132, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4080, -22, 4117, 0x03a3}, + {4075, -22, 3978, 0x0000}, + {4012, -22, 4063, 0x03a7} + } +}; + +StandTile tile_227 = { + 0x085131, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4080, -22, 4117, 0x0000}, + {4150, -22, 4023, 0x0397}, + {4075, -22, 3978, 0x039f} + } +}; + +StandTile tile_228 = { + 0x07ab32, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4004, -22, 4073, 0x03ab}, + {4080, -22, 4117, 0x039f}, + {4012, -22, 4063, 0x0343} + } +}; + +StandTile tile_229 = { + 0x07ab31, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4004, -22, 4073, 0x038f}, + {4074, -22, 4125, 0x033b}, + {4080, -22, 4117, 0x03a7} + } +}; + +StandTile tile_230 = { + 0x07aa32, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4090, -25, 3958, 0x03b3}, + {4155, -22, 4017, 0x0357}, + {4160, -25, 4010, 0x0367} + } +}; + +StandTile tile_231 = { + 0x07aa31, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4090, -25, 3958, 0x0353}, + {4084, -22, 3965, 0x039b}, + {4155, -22, 4017, 0x03af} + } +}; + +StandTile tile_232 = { + 0x085b30, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4133, -22, 4152, 0x0000}, + {4123, -25, 4150, 0x03bb}, + {4125, -22, 4163, 0x03ed} + } +}; + +StandTile tile_233 = { + 0x085a30, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4123, -25, 4150, 0x0471}, + {4119, -25, 4171, 0x03d3}, + {4125, -22, 4163, 0x03b7} + } +}; + +StandTile tile_234 = { + 0x085730, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4201, -25, 4060, 0x0000}, + {4199, -22, 4063, 0x03dd}, + {4205, -22, 4055, 0x0000} + } +}; + +StandTile tile_235 = { + 0x085530, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4208, -25, 4211, 0x0000}, + {4204, -22, 4203, 0x03f1}, + {4195, -22, 4215, 0x03c7} + } +}; + +StandTile tile_236 = { + 0x085430, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4208, -25, 4211, 0x03c3}, + {4195, -22, 4215, 0x03d7}, + {4189, -25, 4223, 0x0543} + } +}; + +StandTile tile_237 = { + 0x085330, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4276, -22, 4108, 0x03e1}, + {4263, -22, 4125, 0x0000}, + {4268, -25, 4126, 0x03cf} + } +}; + +StandTile tile_238 = { + 0x085230, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4268, -25, 4126, 0x027b}, + {4281, -25, 4100, 0x03f5}, + {4276, -22, 4108, 0x03cb} + } +}; + +StandTile tile_239 = { + 0x07e432, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4119, -25, 4171, 0x03d7}, + {4195, -22, 4215, 0x03f1}, + {4125, -22, 4163, 0x03bb} + } +}; + +StandTile tile_240 = { + 0x07e431, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {4119, -25, 4171, 0x0469}, + {4134, -25, 4182, 0x0553}, + {4174, -25, 4212, 0x053f}, + {4189, -25, 4223, 0x03c7}, + {4195, -22, 4215, 0x03d3} + } +}; + +StandTile tile_241 = { + 0x085d32, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4263, -22, 4125, 0x03e1}, + {4205, -22, 4055, 0x03bf}, + {4199, -22, 4063, 0x03e9} + } +}; + +StandTile tile_242 = { + 0x085d31, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4263, -22, 4125, 0x03cb}, + {4276, -22, 4108, 0x03f9}, + {4205, -22, 4055, 0x03dd} + } +}; + +StandTile tile_243 = { + 0x085c32, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4204, -22, 4203, 0x03e9}, + {4199, -22, 4063, 0x0000}, + {4133, -22, 4152, 0x03ed} + } +}; + +StandTile tile_244 = { + 0x085c31, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4204, -22, 4203, 0x0000}, + {4263, -22, 4125, 0x03dd}, + {4199, -22, 4063, 0x03e5} + } +}; + +StandTile tile_245 = { + 0x07e332, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4125, -22, 4163, 0x03f1}, + {4204, -22, 4203, 0x03e5}, + {4133, -22, 4152, 0x03b7} + } +}; + +StandTile tile_246 = { + 0x07e331, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4125, -22, 4163, 0x03d3}, + {4195, -22, 4215, 0x03c3}, + {4204, -22, 4203, 0x03ed} + } +}; + +StandTile tile_247 = { + 0x07e232, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4211, -25, 4048, 0x03f9}, + {4276, -22, 4108, 0x03cf}, + {4281, -25, 4100, 0x0222} + } +}; + +StandTile tile_248 = { + 0x07e231, 0x85, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4211, -25, 4048, 0x0000}, + {4205, -22, 4055, 0x03e1}, + {4276, -22, 4108, 0x03f5} + } +}; + +StandTile tile_249 = { + 0x007c30, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4208, -25, 4264, 0x0547}, + {4192, -25, 4260, 0x0000}, + {4199, -25, 4265, 0x0405} + } +}; + +StandTile tile_250 = { + 0x007b32, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4211, -25, 4282, 0x0405}, + {4199, -25, 4265, 0x0000}, + {4193, -25, 4280, 0x040d} + } +}; + +StandTile tile_251 = { + 0x007b31, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4211, -25, 4282, 0x056f}, + {4208, -25, 4264, 0x03fd}, + {4199, -25, 4265, 0x0401} + } +}; + +StandTile tile_252 = { + 0x007a32, 0x84, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4156, -25, 4354, 0x040d}, + {4193, -25, 4280, 0x0000}, + {4138, -25, 4352, 0x0415} + } +}; + +StandTile tile_253 = { + 0x007a31, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4156, -25, 4354, 0x057b}, + {4211, -25, 4282, 0x0401}, + {4193, -25, 4280, 0x0409} + } +}; + +StandTile tile_254 = { + 0x007932, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4140, -25, 4361, 0x0415}, + {4138, -25, 4352, 0x0000}, + {4128, -25, 4361, 0x0583} + } +}; + +StandTile tile_255 = { + 0x007931, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4140, -25, 4361, 0x057f}, + {4156, -25, 4354, 0x0409}, + {4138, -25, 4352, 0x0411} + } +}; + +StandTile tile_256 = { + 0x007830, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4088, -25, 4174, 0x0479}, + {4072, -25, 4170, 0x0000}, + {4079, -25, 4176, 0x0421} + } +}; + +StandTile tile_257 = { + 0x007732, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4090, -25, 4192, 0x0421}, + {4079, -25, 4176, 0x0000}, + {4072, -25, 4190, 0x0429} + } +}; + +StandTile tile_258 = { + 0x007731, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4090, -25, 4192, 0x046d}, + {4088, -25, 4174, 0x0419}, + {4079, -25, 4176, 0x041d} + } +}; + +StandTile tile_259 = { + 0x007632, 0x84, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4036, -25, 4264, 0x0429}, + {4072, -25, 4190, 0x0000}, + {4018, -25, 4263, 0x0431} + } +}; + +StandTile tile_260 = { + 0x007631, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4036, -25, 4264, 0x055b}, + {4090, -25, 4192, 0x041d}, + {4072, -25, 4190, 0x0425} + } +}; + +StandTile tile_261 = { + 0x007532, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4019, -25, 4271, 0x0431}, + {4018, -25, 4263, 0x0000}, + {4008, -25, 4271, 0x056b} + } +}; + +StandTile tile_262 = { + 0x007531, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4019, -25, 4271, 0x0567}, + {4036, -25, 4264, 0x0425}, + {4018, -25, 4263, 0x042d} + } +}; + +StandTile tile_263 = { + 0x009e30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3997, -25, 4730, 0x05d7}, + {3913, -25, 4722, 0x0439}, + {3865, -25, 4749, 0x0000} + } +}; + +StandTile tile_264 = { + 0x009d30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3865, -25, 4749, 0x0435}, + {3913, -25, 4722, 0x05cf}, + {3772, -25, 4691, 0x043d} + } +}; + +StandTile tile_265 = { + 0x009c30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3865, -25, 4749, 0x0439}, + {3772, -25, 4691, 0x060f}, + {3791, -25, 4760, 0x0000} + } +}; + +StandTile tile_266 = { + 0x00b132, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3992, -25, 4045, 0x0445}, + {3889, -25, 4038, 0x0455}, + {3946, -25, 4077, 0x044d} + } +}; + +StandTile tile_267 = { + 0x00b131, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3992, -25, 4045, 0x0000}, + {3913, -25, 4007, 0x0449}, + {3889, -25, 4038, 0x0441} + } +}; + +StandTile tile_268 = { + 0x00b030, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3913, -25, 4007, 0x0000}, + {3837, -25, 3976, 0x0000}, + {3889, -25, 4038, 0x0445} + } +}; + +StandTile tile_269 = { + 0x00af30, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3992, -25, 4045, 0x0441}, + {3946, -25, 4077, 0x0000}, + {3954, -25, 4082, 0x0373} + } +}; + +StandTile tile_270 = { + 0x00ae32, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3935, -25, 4087, 0x0455}, + {3889, -25, 4038, 0x0000}, + {3895, -25, 4104, 0x045d} + } +}; + +StandTile tile_271 = { + 0x00ae31, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3935, -25, 4087, 0x0000}, + {3946, -25, 4077, 0x0441}, + {3889, -25, 4038, 0x0451} + } +}; + +StandTile tile_272 = { + 0x00ad32, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3935, -25, 4087, 0x045d}, + {3842, -25, 4174, 0x0465}, + {3880, -25, 4160, 0x0000} + } +}; + +StandTile tile_273 = { + 0x00ad31, 0x84, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3935, -25, 4087, 0x0451}, + {3895, -25, 4104, 0x0000}, + {3842, -25, 4174, 0x0459} + } +}; + +StandTile tile_274 = { + 0x00ac32, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3880, -25, 4160, 0x0465}, + {3850, -25, 4180, 0x052f}, + {3875, -25, 4172, 0x0000} + } +}; + +StandTile tile_275 = { + 0x00ac31, 0x84, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3880, -25, 4160, 0x0459}, + {3842, -25, 4174, 0x0000}, + {3850, -25, 4180, 0x0461} + } +}; + +StandTile tile_276 = { + 0x007432, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4088, -25, 4174, 0x046d}, + {4134, -25, 4182, 0x03d7}, + {4119, -25, 4171, 0x0471} + } +}; + +StandTile tile_277 = { + 0x007431, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4088, -25, 4174, 0x0421}, + {4090, -25, 4192, 0x054f}, + {4134, -25, 4182, 0x0469} + } +}; + +StandTile tile_278 = { + 0x085932, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4123, -25, 4150, 0x0475}, + {4088, -25, 4174, 0x0469}, + {4119, -25, 4171, 0x03bb} + } +}; + +StandTile tile_279 = { + 0x085931, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4123, -25, 4150, 0x0000}, + {4077, -25, 4127, 0x0479}, + {4088, -25, 4174, 0x0471} + } +}; + +StandTile tile_280 = { + 0x007230, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4077, -25, 4127, 0x038b}, + {4072, -25, 4170, 0x0419}, + {4088, -25, 4174, 0x0475} + } +}; + +StandTile tile_281 = { + 0x00d532, 0x84, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3772, -25, 4368, 0x0481}, + {3805, -25, 4240, 0x0000}, + {3706, -25, 4373, 0x0485} + } +}; + +StandTile tile_282 = { + 0x00d531, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3772, -25, 4368, 0x0000}, + {3826, -25, 4295, 0x053b}, + {3805, -25, 4240, 0x047d} + } +}; + +StandTile tile_283 = { + 0x00d430, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3767, -25, 4379, 0x0000}, + {3772, -25, 4368, 0x047d}, + {3706, -25, 4373, 0x048d} + } +}; + +StandTile tile_284 = { + 0x00d330, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3680, -25, 4376, 0x04cd}, + {3738, -25, 4455, 0x048d}, + {3706, -25, 4373, 0x0000} + } +}; + +StandTile tile_285 = { + 0x00d230, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3706, -25, 4373, 0x0489}, + {3738, -25, 4455, 0x0491}, + {3767, -25, 4379, 0x0485} + } +}; + +StandTile tile_286 = { + 0x00d130, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3767, -25, 4379, 0x048d}, + {3738, -25, 4455, 0x0495}, + {3775, -25, 4385, 0x0000} + } +}; + +StandTile tile_287 = { + 0x00d030, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3738, -25, 4455, 0x04c1}, + {3787, -25, 4410, 0x0499}, + {3775, -25, 4385, 0x0491} + } +}; + +StandTile tile_288 = { + 0x00cf30, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3785, -25, 4377, 0x0000}, + {3775, -25, 4385, 0x0495}, + {3787, -25, 4410, 0x049d} + } +}; + +StandTile tile_289 = { + 0x00ce30, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3785, -25, 4377, 0x0499}, + {3787, -25, 4410, 0x04bd}, + {3830, -25, 4399, 0x04a1} + } +}; + +StandTile tile_290 = { + 0x00cd30, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3830, -25, 4399, 0x04b9}, + {3848, -25, 4339, 0x04a5}, + {3785, -25, 4377, 0x049d} + } +}; + +StandTile tile_291 = { + 0x00cc30, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3785, -25, 4377, 0x04a1}, + {3848, -25, 4339, 0x04ad}, + {3841, -25, 4302, 0x0000} + } +}; + +StandTile tile_292 = { + 0x00cb30, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3886, -25, 4293, 0x0523}, + {3846, -25, 4290, 0x0000}, + {3841, -25, 4302, 0x04ad} + } +}; + +StandTile tile_293 = { + 0x00ca30, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3841, -25, 4302, 0x04a5}, + {3848, -25, 4339, 0x04b5}, + {3886, -25, 4293, 0x04a9} + } +}; + +StandTile tile_294 = { + 0x00c930, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3924, -25, 4310, 0x051b}, + {3886, -25, 4293, 0x04b5}, + {3895, -25, 4354, 0x062f} + } +}; + +StandTile tile_295 = { + 0x00c830, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3895, -25, 4354, 0x04b1}, + {3886, -25, 4293, 0x04ad}, + {3848, -25, 4339, 0x04b9} + } +}; + +StandTile tile_296 = { + 0x00c730, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3895, -25, 4354, 0x04b5}, + {3848, -25, 4339, 0x04a1}, + {3830, -25, 4399, 0x0637} + } +}; + +StandTile tile_297 = { + 0x00c630, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3807, -25, 4456, 0x063f}, + {3830, -25, 4399, 0x049d}, + {3787, -25, 4410, 0x04c1} + } +}; + +StandTile tile_298 = { + 0x00c530, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3787, -25, 4410, 0x0495}, + {3738, -25, 4455, 0x04c5}, + {3807, -25, 4456, 0x04bd} + } +}; + +StandTile tile_299 = { + 0x00c430, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3807, -25, 4456, 0x04c1}, + {3738, -25, 4455, 0x04c9}, + {3772, -25, 4488, 0x0627} + } +}; + +StandTile tile_300 = { + 0x00c330, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3694, -25, 4535, 0x0617}, + {3772, -25, 4488, 0x04c5}, + {3738, -25, 4455, 0x04cd} + } +}; + +StandTile tile_301 = { + 0x00c230, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3738, -25, 4455, 0x0489}, + {3680, -25, 4376, 0x04d9}, + {3694, -25, 4535, 0x04c9} + } +}; + +StandTile tile_302 = { + 0x00c130, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3621, -25, 4633, 0x0613}, + {3694, -25, 4535, 0x04dd}, + {3588, -25, 4457, 0x04ea} + } +}; + +StandTile tile_303 = { + 0x00c032, 0x84, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3694, -25, 4535, 0x04d9}, + {3665, -25, 4365, 0x0000}, + {3661, -25, 4370, 0x04e2} + } +}; + +StandTile tile_304 = { + 0x00c031, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3694, -25, 4535, 0x04cd}, + {3680, -25, 4376, 0x0000}, + {3665, -25, 4365, 0x04d5} + } +}; + +StandTile tile_305 = { + 0x00bf32, 0x84, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {3694, -25, 4535, 0x04e2}, + {3652, -25, 4372, 0x0000}, + {3648, -25, 4377, 0x0b01}, + {3588, -25, 4457, 0x04d1} + } +}; + +StandTile tile_306 = { + 0x00bf31, 0x84, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3694, -25, 4535, 0x04d5}, + {3661, -25, 4370, 0x0000}, + {3652, -25, 4372, 0x04dd} + } +}; + +StandTile tile_307 = { + 0x00be32, 0x84, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3621, -25, 4633, 0x04ea}, + {3525, -25, 4542, 0x0000}, + {3526, -25, 4550, 0x04ef} + } +}; + +StandTile tile_308 = { + 0x00be31, 0x84, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {3621, -25, 4633, 0x04d1}, + {3588, -25, 4457, 0x0b1d}, + {3529, -25, 4537, 0x0000}, + {3525, -25, 4542, 0x04e6} + } +}; + +StandTile tile_309 = { + 0x00bd30, 0x84, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3521, -25, 4558, 0x0000}, + {3621, -25, 4633, 0x04e6}, + {3526, -25, 4550, 0x0000} + } +}; + +StandTile tile_310 = { + 0x009330, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4163, -25, 4523, 0x05bf}, + {4109, -25, 4522, 0x04ff}, + {4142, -25, 4535, 0x04f7} + } +}; + +StandTile tile_311 = { + 0x009230, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4163, -25, 4523, 0x04f3}, + {4142, -25, 4535, 0x0000}, + {4150, -25, 4541, 0x0000} + } +}; + +StandTile tile_312 = { + 0x009130, 0x84, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4053, -25, 4562, 0x04ff}, + {4109, -25, 4522, 0x05e3}, + {3971, -25, 4500, 0x0000} + } +}; + +StandTile tile_313 = { + 0x06b130, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4142, -25, 4535, 0x04f3}, + {4109, -25, 4522, 0x04fb}, + {4053, -25, 4562, 0x050b} + } +}; + +StandTile tile_314 = { + 0x078730, 0x84, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {4053, -25, 4562, 0x0000}, + {3994, -25, 4646, 0x06f7}, + {3999, -25, 4650, 0x0507} + } +}; + +StandTile tile_315 = { + 0x009032, 0x84, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4049, -25, 4660, 0x050b}, + {4053, -25, 4562, 0x0503}, + {3999, -25, 4650, 0x05cb} + } +}; + +StandTile tile_316 = { + 0x009031, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4049, -25, 4660, 0x0000}, + {4142, -25, 4535, 0x04ff}, + {4053, -25, 4562, 0x0507} + } +}; + +StandTile tile_317 = { + 0x00ba30, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4027, -25, 4168, 0x037b}, + {3947, -25, 4097, 0x0513}, + {3995, -25, 4210, 0x058b} + } +}; + +StandTile tile_318 = { + 0x00b930, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3995, -25, 4210, 0x050f}, + {3947, -25, 4097, 0x0517}, + {3966, -25, 4270, 0x0593} + } +}; + +StandTile tile_319 = { + 0x00b830, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3966, -25, 4270, 0x0513}, + {3947, -25, 4097, 0x051b}, + {3924, -25, 4310, 0x059f} + } +}; + +StandTile tile_320 = { + 0x00b732, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3947, -25, 4097, 0x051f}, + {3886, -25, 4293, 0x04b1}, + {3924, -25, 4310, 0x0517} + } +}; + +StandTile tile_321 = { + 0x00b731, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3947, -25, 4097, 0x0000}, + {3893, -25, 4169, 0x0527}, + {3886, -25, 4293, 0x051b} + } +}; + +StandTile tile_322 = { + 0x00b632, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3886, -25, 4293, 0x0527}, + {3883, -25, 4177, 0x052b}, + {3846, -25, 4290, 0x04a9} + } +}; + +StandTile tile_323 = { + 0x00b631, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3886, -25, 4293, 0x051f}, + {3893, -25, 4169, 0x0000}, + {3883, -25, 4177, 0x0523} + } +}; + +StandTile tile_324 = { + 0x00b532, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3883, -25, 4177, 0x052f}, + {3850, -25, 4180, 0x0533}, + {3846, -25, 4290, 0x0523} + } +}; + +StandTile tile_325 = { + 0x00b531, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3883, -25, 4177, 0x0000}, + {3875, -25, 4172, 0x0461}, + {3850, -25, 4180, 0x052b} + } +}; + +StandTile tile_326 = { + 0x00b430, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3850, -25, 4180, 0x0537}, + {3838, -25, 4284, 0x0000}, + {3846, -25, 4290, 0x052b} + } +}; + +StandTile tile_327 = { + 0x00b330, 0x84, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3850, -25, 4180, 0x0000}, + {3805, -25, 4240, 0x053b}, + {3838, -25, 4284, 0x0533} + } +}; + +StandTile tile_328 = { + 0x00b230, 0x84, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3838, -25, 4284, 0x0537}, + {3805, -25, 4240, 0x0481}, + {3826, -25, 4295, 0x0000} + } +}; + +StandTile tile_329 = { + 0x080b30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4174, -25, 4212, 0x0557}, + {4192, -25, 4260, 0x0547}, + {4189, -25, 4223, 0x03d7} + } +}; + +StandTile tile_330 = { + 0x080d30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4235, -25, 4234, 0x0000}, + {4208, -25, 4211, 0x03c7}, + {4189, -25, 4223, 0x054b} + } +}; + +StandTile tile_331 = { + 0x007132, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4208, -25, 4264, 0x054b}, + {4189, -25, 4223, 0x053f}, + {4192, -25, 4260, 0x03fd} + } +}; + +StandTile tile_332 = { + 0x007131, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4208, -25, 4264, 0x0573}, + {4235, -25, 4234, 0x0543}, + {4189, -25, 4223, 0x0547} + } +}; + +StandTile tile_333 = { + 0x007033, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4180, -25, 4270, 0x0553}, + {4134, -25, 4182, 0x046d}, + {4090, -25, 4192, 0x055f} + } +}; + +StandTile tile_334 = { + 0x007032, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4180, -25, 4270, 0x0557}, + {4174, -25, 4212, 0x03d7}, + {4134, -25, 4182, 0x054f} + } +}; + +StandTile tile_335 = { + 0x007031, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4180, -25, 4270, 0x0000}, + {4192, -25, 4260, 0x053f}, + {4174, -25, 4212, 0x0553} + } +}; + +StandTile tile_336 = { + 0x006f32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4126, -25, 4343, 0x055f}, + {4090, -25, 4192, 0x0429}, + {4036, -25, 4264, 0x0567} + } +}; + +StandTile tile_337 = { + 0x006f31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4126, -25, 4343, 0x0000}, + {4180, -25, 4270, 0x054f}, + {4090, -25, 4192, 0x055b} + } +}; + +StandTile tile_338 = { + 0x006e32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4126, -25, 4343, 0x0567}, + {4019, -25, 4271, 0x056b}, + {4121, -25, 4355, 0x0000} + } +}; + +StandTile tile_339 = { + 0x006e31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4126, -25, 4343, 0x055b}, + {4036, -25, 4264, 0x0431}, + {4019, -25, 4271, 0x0563} + } +}; + +StandTile tile_340 = { + 0x006d30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4121, -25, 4355, 0x0563}, + {4019, -25, 4271, 0x042d}, + {4008, -25, 4271, 0x05a7} + } +}; + +StandTile tile_341 = { + 0x006c32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4288, -25, 4346, 0x0573}, + {4208, -25, 4264, 0x0405}, + {4211, -25, 4282, 0x057b} + } +}; + +StandTile tile_342 = { + 0x006c31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4288, -25, 4346, 0x0000}, + {4235, -25, 4234, 0x054b}, + {4208, -25, 4264, 0x056f} + } +}; + +StandTile tile_343 = { + 0x006b32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4288, -25, 4346, 0x057b}, + {4156, -25, 4354, 0x057f}, + {4226, -25, 4426, 0x0000} + } +}; + +StandTile tile_344 = { + 0x006b31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4288, -25, 4346, 0x056f}, + {4211, -25, 4282, 0x040d}, + {4156, -25, 4354, 0x0577} + } +}; + +StandTile tile_345 = { + 0x006a30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4226, -25, 4426, 0x0577}, + {4156, -25, 4354, 0x0415}, + {4140, -25, 4361, 0x0583} + } +}; + +StandTile tile_346 = { + 0x006930, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4226, -25, 4426, 0x057f}, + {4140, -25, 4361, 0x0411}, + {4128, -25, 4361, 0x05b3} + } +}; + +StandTile tile_347 = { + 0x008d32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4060, -25, 4181, 0x058b}, + {3995, -25, 4210, 0x0593}, + {4006, -25, 4253, 0x0000} + } +}; + +StandTile tile_348 = { + 0x008d31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4060, -25, 4181, 0x0383}, + {4027, -25, 4168, 0x050f}, + {3995, -25, 4210, 0x0587} + } +}; + +StandTile tile_349 = { + 0x008c32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4006, -25, 4253, 0x0593}, + {3966, -25, 4270, 0x0597}, + {4001, -25, 4265, 0x0000} + } +}; + +StandTile tile_350 = { + 0x008c31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4006, -25, 4253, 0x0587}, + {3995, -25, 4210, 0x0513}, + {3966, -25, 4270, 0x058f} + } +}; + +StandTile tile_351 = { + 0x008b30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4001, -25, 4265, 0x058f}, + {3966, -25, 4270, 0x059f}, + {4008, -25, 4271, 0x0000} + } +}; + +StandTile tile_352 = { + 0x008a32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4008, -25, 4271, 0x059f}, + {3924, -25, 4310, 0x062f}, + {4003, -25, 4408, 0x05a7} + } +}; + +StandTile tile_353 = { + 0x008a31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4008, -25, 4271, 0x0597}, + {3966, -25, 4270, 0x0517}, + {3924, -25, 4310, 0x059b} + } +}; + +StandTile tile_354 = { + 0x008932, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4121, -25, 4355, 0x05a7}, + {4003, -25, 4408, 0x064f}, + {4043, -25, 4438, 0x05ab} + } +}; + +StandTile tile_355 = { + 0x008931, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4121, -25, 4355, 0x056b}, + {4008, -25, 4271, 0x059b}, + {4003, -25, 4408, 0x05a3} + } +}; + +StandTile tile_356 = { + 0x008830, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4128, -25, 4361, 0x0000}, + {4121, -25, 4355, 0x05a3}, + {4043, -25, 4438, 0x05b3} + } +}; + +StandTile tile_357 = { + 0x008732, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4226, -25, 4426, 0x05b3}, + {4043, -25, 4438, 0x0647}, + {4044, -25, 4458, 0x05bb} + } +}; + +StandTile tile_358 = { + 0x008731, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4226, -25, 4426, 0x0583}, + {4128, -25, 4361, 0x05ab}, + {4043, -25, 4438, 0x05af} + } +}; + +StandTile tile_359 = { + 0x008632, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4163, -25, 4523, 0x05bb}, + {4044, -25, 4458, 0x0647}, + {4043, -25, 4464, 0x05c3} + } +}; + +StandTile tile_360 = { + 0x008631, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4163, -25, 4523, 0x0000}, + {4226, -25, 4426, 0x05af}, + {4044, -25, 4458, 0x05b7} + } +}; + +StandTile tile_361 = { + 0x008532, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4163, -25, 4523, 0x05c3}, + {4037, -25, 4472, 0x05e7}, + {4109, -25, 4522, 0x04f3} + } +}; + +StandTile tile_362 = { + 0x008531, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4163, -25, 4523, 0x05b7}, + {4043, -25, 4464, 0x0000}, + {4037, -25, 4472, 0x05bf} + } +}; + +StandTile tile_363 = { + 0x009b32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4049, -25, 4660, 0x05cb}, + {3987, -25, 4666, 0x05d7}, + {3997, -25, 4730, 0x0000} + } +}; + +StandTile tile_364 = { + 0x009b31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4049, -25, 4660, 0x0507}, + {3999, -25, 4650, 0x06ff}, + {3987, -25, 4666, 0x05c7} + } +}; + +StandTile tile_365 = { + 0x009a30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3909, -25, 4583, 0x05db}, + {3772, -25, 4691, 0x0439}, + {3913, -25, 4722, 0x05d3} + } +}; + +StandTile tile_366 = { + 0x009932, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3913, -25, 4722, 0x05d7}, + {3987, -25, 4666, 0x0000}, + {3909, -25, 4583, 0x05cf} + } +}; + +StandTile tile_367 = { + 0x009931, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3913, -25, 4722, 0x0435}, + {3997, -25, 4730, 0x05c7}, + {3987, -25, 4666, 0x05d3} + } +}; + +StandTile tile_368 = { + 0x009832, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3929, -25, 4481, 0x05df}, + {3772, -25, 4691, 0x05cf}, + {3909, -25, 4583, 0x05eb} + } +}; + +StandTile tile_369 = { + 0x009831, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3929, -25, 4481, 0x065f}, + {3910, -25, 4486, 0x061b}, + {3772, -25, 4691, 0x05db} + } +}; + +StandTile tile_370 = { + 0x009732, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4109, -25, 4522, 0x05e7}, + {4023, -25, 4465, 0x05ff}, + {3971, -25, 4500, 0x04fb} + } +}; + +StandTile tile_371 = { + 0x009731, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4109, -25, 4522, 0x05bf}, + {4037, -25, 4472, 0x0000}, + {4023, -25, 4465, 0x05e3} + } +}; + +StandTile tile_372 = { + 0x083930, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3929, -25, 4481, 0x05db}, + {3909, -25, 4583, 0x0000}, + {3928, -25, 4558, 0x05f3} + } +}; + +StandTile tile_373 = { + 0x083832, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, -25, 4472, 0x05f3}, + {3928, -25, 4558, 0x0667}, + {3942, -25, 4538, 0x05f7} + } +}; + +StandTile tile_374 = { + 0x083831, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, -25, 4472, 0x0663}, + {3929, -25, 4481, 0x05eb}, + {3928, -25, 4558, 0x05ef} + } +}; + +StandTile tile_375 = { + 0x009630, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, -25, 4472, 0x05ef}, + {3942, -25, 4538, 0x0000}, + {3971, -25, 4500, 0x05ff} + } +}; + +StandTile tile_376 = { + 0x009532, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, -25, 4472, 0x05ff}, + {4023, -25, 4465, 0x0000}, + {4015, -25, 4460, 0x0603} + } +}; + +StandTile tile_377 = { + 0x009531, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, -25, 4472, 0x05f7}, + {3971, -25, 4500, 0x05e3}, + {4023, -25, 4465, 0x05fb} + } +}; + +StandTile tile_378 = { + 0x009432, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4015, -25, 4460, 0x0607}, + {3966, -25, 4442, 0x065b}, + {3944, -25, 4472, 0x05fb} + } +}; + +StandTile tile_379 = { + 0x009431, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4015, -25, 4460, 0x0000}, + {3988, -25, 4439, 0x0000}, + {3966, -25, 4442, 0x0603} + } +}; + +StandTile tile_380 = { + 0x00ab32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3791, -25, 4760, 0x060f}, + {3704, -25, 4594, 0x0613}, + {3621, -25, 4633, 0x0000} + } +}; + +StandTile tile_381 = { + 0x00ab31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3791, -25, 4760, 0x043d}, + {3772, -25, 4691, 0x061f}, + {3704, -25, 4594, 0x060b} + } +}; + +StandTile tile_382 = { + 0x00aa30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3694, -25, 4535, 0x04d1}, + {3621, -25, 4633, 0x060b}, + {3704, -25, 4594, 0x0617} + } +}; + +StandTile tile_383 = { + 0x00a930, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3694, -25, 4535, 0x0613}, + {3704, -25, 4594, 0x061f}, + {3772, -25, 4488, 0x04c9} + } +}; + +StandTile tile_384 = { + 0x00a832, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3772, -25, 4488, 0x061f}, + {3772, -25, 4691, 0x05df}, + {3910, -25, 4486, 0x0627} + } +}; + +StandTile tile_385 = { + 0x00a831, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3772, -25, 4488, 0x0617}, + {3704, -25, 4594, 0x060f}, + {3772, -25, 4691, 0x061b} + } +}; + +StandTile tile_386 = { + 0x00a732, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3807, -25, 4456, 0x0627}, + {3910, -25, 4486, 0x0000}, + {3902, -25, 4480, 0x063b} + } +}; + +StandTile tile_387 = { + 0x00a731, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3807, -25, 4456, 0x04c5}, + {3772, -25, 4488, 0x061b}, + {3910, -25, 4486, 0x0623} + } +}; + +StandTile tile_388 = { + 0x00a632, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4003, -25, 4408, 0x062f}, + {3895, -25, 4354, 0x0637}, + {3937, -25, 4428, 0x0653} + } +}; + +StandTile tile_389 = { + 0x00a631, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4003, -25, 4408, 0x059b}, + {3924, -25, 4310, 0x04b1}, + {3895, -25, 4354, 0x062b} + } +}; + +StandTile tile_390 = { + 0x00a532, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3937, -25, 4428, 0x0637}, + {3830, -25, 4399, 0x063f}, + {3909, -25, 4466, 0x0000} + } +}; + +StandTile tile_391 = { + 0x00a531, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3937, -25, 4428, 0x062b}, + {3895, -25, 4354, 0x04b9}, + {3830, -25, 4399, 0x0633} + } +}; + +StandTile tile_392 = { + 0x00a432, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3909, -25, 4466, 0x063f}, + {3807, -25, 4456, 0x0623}, + {3902, -25, 4480, 0x0000} + } +}; + +StandTile tile_393 = { + 0x00a431, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3909, -25, 4466, 0x0633}, + {3830, -25, 4399, 0x04bd}, + {3807, -25, 4456, 0x063b} + } +}; + +StandTile tile_394 = { + 0x00a332, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4043, -25, 4464, 0x0647}, + {4043, -25, 4438, 0x064f}, + {4032, -25, 4453, 0x0000} + } +}; + +StandTile tile_395 = { + 0x00a331, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4043, -25, 4464, 0x05b7}, + {4044, -25, 4458, 0x05af}, + {4043, -25, 4438, 0x0643} + } +}; + +StandTile tile_396 = { + 0x00a232, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4032, -25, 4453, 0x064f}, + {4003, -25, 4408, 0x0653}, + {3990, -25, 4421, 0x0000} + } +}; + +StandTile tile_397 = { + 0x00a231, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4032, -25, 4453, 0x0643}, + {4043, -25, 4438, 0x05a3}, + {4003, -25, 4408, 0x064b} + } +}; + +StandTile tile_398 = { + 0x00a130, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3990, -25, 4421, 0x064b}, + {4003, -25, 4408, 0x062b}, + {3937, -25, 4428, 0x0000} + } +}; + +StandTile tile_399 = { + 0x00a032, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3944, -25, 4472, 0x065b}, + {3944, -25, 4445, 0x0000}, + {3922, -25, 4475, 0x0663} + } +}; + +StandTile tile_400 = { + 0x00a031, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3944, -25, 4472, 0x0603}, + {3966, -25, 4442, 0x0000}, + {3944, -25, 4445, 0x0657} + } +}; + +StandTile tile_401 = { + 0x009f32, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3929, -25, 4481, 0x0663}, + {3922, -25, 4475, 0x0000}, + {3910, -25, 4486, 0x05df} + } +}; + +StandTile tile_402 = { + 0x009f31, 0x84, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3929, -25, 4481, 0x05f3}, + {3944, -25, 4472, 0x0657}, + {3922, -25, 4475, 0x065f} + } +}; + +StandTile tile_403 = { + 0x05b332, 0x84, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3938, -25, 4566, 0x066b}, + {3942, -25, 4538, 0x05ef}, + {3928, -25, 4558, 0x0000} + } +}; + +StandTile tile_404 = { + 0x05b331, 0x84, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3938, -25, 4566, 0x019a}, + {3953, -25, 4546, 0x0000}, + {3942, -25, 4538, 0x0667} + } +}; + +StandTile tile_405 = { + 0x08ab32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3977, -14, 4659, 0x0673}, + {3994, -14, 4646, 0x0000}, + {3989, -14, 4643, 0x070f} + } +}; + +StandTile tile_406 = { + 0x08ab31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3977, -14, 4659, 0x0000}, + {3982, -14, 4662, 0x070b}, + {3994, -14, 4646, 0x066f} + } +}; + +StandTile tile_407 = { + 0x06a432, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3999, -19, 4650, 0x067b}, + {3982, -19, 4662, 0x0000}, + {3987, -19, 4666, 0x0703} + } +}; + +StandTile tile_408 = { + 0x06a431, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3999, -19, 4650, 0x06fb}, + {3994, -19, 4646, 0x0707}, + {3982, -19, 4662, 0x0677} + } +}; + +StandTile tile_409 = { + 0x06a232, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3989, -8, 4643, 0x0683}, + {3973, -8, 4656, 0x0000}, + {3977, -8, 4659, 0x0713} + } +}; + +StandTile tile_410 = { + 0x06a231, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3989, -8, 4643, 0x0000}, + {3985, -8, 4640, 0x0717}, + {3973, -8, 4656, 0x067f} + } +}; + +StandTile tile_411 = { + 0x06a032, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3985, -2, 4640, 0x068b}, + {3968, -2, 4652, 0x0000}, + {3973, -2, 4656, 0x071b} + } +}; + +StandTile tile_412 = { + 0x06a031, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3985, -2, 4640, 0x0000}, + {3980, -2, 4636, 0x071f}, + {3968, -2, 4652, 0x0687} + } +}; + +StandTile tile_413 = { + 0x069e32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3980, 4, 4636, 0x0693}, + {3964, 4, 4649, 0x0000}, + {3968, 4, 4652, 0x0723} + } +}; + +StandTile tile_414 = { + 0x069e31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3980, 4, 4636, 0x0881}, + {3976, 4, 4633, 0x0727}, + {3964, 4, 4649, 0x068f} + } +}; + +StandTile tile_415 = { + 0x069c32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3976, 9, 4633, 0x069b}, + {3959, 9, 4645, 0x0000}, + {3964, 9, 4649, 0x072b} + } +}; + +StandTile tile_416 = { + 0x069c31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3976, 9, 4633, 0x088a}, + {3971, 9, 4629, 0x072f}, + {3959, 9, 4645, 0x0697} + } +}; + +StandTile tile_417 = { + 0x069a32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3971, 15, 4629, 0x06a3}, + {3954, 15, 4642, 0x0000}, + {3959, 15, 4645, 0x0733} + } +}; + +StandTile tile_418 = { + 0x069a31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3971, 15, 4629, 0x0893}, + {3966, 15, 4626, 0x0737}, + {3954, 15, 4642, 0x069f} + } +}; + +StandTile tile_419 = { + 0x069832, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3966, 21, 4626, 0x06ab}, + {3950, 21, 4638, 0x0000}, + {3954, 21, 4642, 0x073b} + } +}; + +StandTile tile_420 = { + 0x069831, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3966, 21, 4626, 0x089c}, + {3962, 21, 4622, 0x073f}, + {3950, 21, 4638, 0x06a7} + } +}; + +StandTile tile_421 = { + 0x069632, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3962, 27, 4622, 0x06b3}, + {3945, 27, 4635, 0x0000}, + {3950, 27, 4638, 0x0743} + } +}; + +StandTile tile_422 = { + 0x069631, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3962, 27, 4622, 0x08a5}, + {3957, 27, 4619, 0x0747}, + {3945, 27, 4635, 0x06af} + } +}; + +StandTile tile_423 = { + 0x069432, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3957, 32, 4619, 0x06bb}, + {3941, 32, 4632, 0x0000}, + {3945, 32, 4635, 0x074b} + } +}; + +StandTile tile_424 = { + 0x069431, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3957, 32, 4619, 0x08ae}, + {3953, 32, 4616, 0x074f}, + {3941, 32, 4632, 0x06b7} + } +}; + +StandTile tile_425 = { + 0x068f32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3925, 72, 4595, 0x06c3}, + {3909, 72, 4608, 0x0000}, + {3913, 72, 4611, 0x0783} + } +}; + +StandTile tile_426 = { + 0x068f31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3925, 72, 4595, 0x08ed}, + {3921, 72, 4592, 0x0787}, + {3909, 72, 4608, 0x06bf} + } +}; + +StandTile tile_427 = { + 0x068d32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3953, 38, 4616, 0x06cb}, + {3936, 38, 4628, 0x0000}, + {3941, 38, 4632, 0x0753} + } +}; + +StandTile tile_428 = { + 0x068d31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3953, 38, 4616, 0x08b7}, + {3948, 38, 4612, 0x0757}, + {3936, 38, 4628, 0x06c7} + } +}; + +StandTile tile_429 = { + 0x068b32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3948, 44, 4612, 0x06d3}, + {3931, 44, 4625, 0x0000}, + {3936, 44, 4628, 0x075b} + } +}; + +StandTile tile_430 = { + 0x068b31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3948, 44, 4612, 0x08c0}, + {3943, 44, 4609, 0x075f}, + {3931, 44, 4625, 0x06cf} + } +}; + +StandTile tile_431 = { + 0x068932, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3943, 49, 4609, 0x06db}, + {3927, 49, 4621, 0x0000}, + {3931, 49, 4625, 0x0763} + } +}; + +StandTile tile_432 = { + 0x068931, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3943, 49, 4609, 0x08c9}, + {3939, 49, 4605, 0x0767}, + {3927, 49, 4621, 0x06d7} + } +}; + +StandTile tile_433 = { + 0x068732, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3939, 55, 4605, 0x06e3}, + {3922, 55, 4618, 0x0000}, + {3927, 55, 4621, 0x076b} + } +}; + +StandTile tile_434 = { + 0x068731, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3939, 55, 4605, 0x08d2}, + {3934, 55, 4602, 0x076f}, + {3922, 55, 4618, 0x06df} + } +}; + +StandTile tile_435 = { + 0x068532, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3934, 61, 4602, 0x06eb}, + {3918, 61, 4614, 0x0000}, + {3922, 61, 4618, 0x0773} + } +}; + +StandTile tile_436 = { + 0x068531, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3934, 61, 4602, 0x08db}, + {3930, 61, 4598, 0x0777}, + {3918, 61, 4614, 0x06e7} + } +}; + +StandTile tile_437 = { + 0x068332, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3930, 67, 4598, 0x06f3}, + {3913, 67, 4611, 0x0000}, + {3918, 67, 4614, 0x077b} + } +}; + +StandTile tile_438 = { + 0x068331, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3930, 67, 4598, 0x08e4}, + {3925, 67, 4595, 0x077f}, + {3913, 67, 4611, 0x06ef} + } +}; + +StandTile tile_439 = { + 0x08a632, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3994, -25, 4646, 0x06fb}, + {3999, -19, 4650, 0x0703}, + {3999, -25, 4650, 0x0503} + } +}; + +StandTile tile_440 = { + 0x08a631, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3994, -25, 4646, 0x0000}, + {3994, -19, 4646, 0x067b}, + {3999, -19, 4650, 0x06f7} + } +}; + +StandTile tile_441 = { + 0x062f32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3999, -25, 4650, 0x0703}, + {3987, -19, 4666, 0x0000}, + {3987, -25, 4666, 0x05cb} + } +}; + +StandTile tile_442 = { + 0x062f31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3999, -25, 4650, 0x06f7}, + {3999, -19, 4650, 0x0677}, + {3987, -19, 4666, 0x06ff} + } +}; + +StandTile tile_443 = { + 0x062e32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3994, -19, 4646, 0x070b}, + {3982, -14, 4662, 0x0000}, + {3982, -19, 4662, 0x067b} + } +}; + +StandTile tile_444 = { + 0x062e31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3994, -19, 4646, 0x0000}, + {3994, -14, 4646, 0x0673}, + {3982, -14, 4662, 0x0707} + } +}; + +StandTile tile_445 = { + 0x062d32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3989, -14, 4643, 0x0713}, + {3977, -8, 4659, 0x0000}, + {3977, -14, 4659, 0x066f} + } +}; + +StandTile tile_446 = { + 0x062d31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3989, -14, 4643, 0x0000}, + {3989, -8, 4643, 0x067f}, + {3977, -8, 4659, 0x070f} + } +}; + +StandTile tile_447 = { + 0x062c32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3985, -8, 4640, 0x071b}, + {3973, -2, 4656, 0x0000}, + {3973, -8, 4656, 0x0683} + } +}; + +StandTile tile_448 = { + 0x062c31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3985, -8, 4640, 0x0000}, + {3985, -2, 4640, 0x0687}, + {3973, -2, 4656, 0x0717} + } +}; + +StandTile tile_449 = { + 0x062b32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3980, -2, 4636, 0x0723}, + {3968, 4, 4652, 0x0000}, + {3968, -2, 4652, 0x068b} + } +}; + +StandTile tile_450 = { + 0x062b31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3980, -2, 4636, 0x0000}, + {3980, 4, 4636, 0x068f}, + {3968, 4, 4652, 0x071f} + } +}; + +StandTile tile_451 = { + 0x062a32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3976, 4, 4633, 0x072b}, + {3964, 9, 4649, 0x0000}, + {3964, 4, 4649, 0x0693} + } +}; + +StandTile tile_452 = { + 0x062a31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3976, 4, 4633, 0x0885}, + {3976, 9, 4633, 0x0697}, + {3964, 9, 4649, 0x0727} + } +}; + +StandTile tile_453 = { + 0x062932, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3971, 9, 4629, 0x0733}, + {3959, 15, 4645, 0x0000}, + {3959, 9, 4645, 0x069b} + } +}; + +StandTile tile_454 = { + 0x062931, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3971, 9, 4629, 0x088e}, + {3971, 15, 4629, 0x069f}, + {3959, 15, 4645, 0x072f} + } +}; + +StandTile tile_455 = { + 0x062832, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3966, 15, 4626, 0x073b}, + {3954, 21, 4642, 0x0000}, + {3954, 15, 4642, 0x06a3} + } +}; + +StandTile tile_456 = { + 0x062831, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3966, 15, 4626, 0x0897}, + {3966, 21, 4626, 0x06a7}, + {3954, 21, 4642, 0x0737} + } +}; + +StandTile tile_457 = { + 0x062732, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3962, 21, 4622, 0x0743}, + {3950, 27, 4638, 0x0000}, + {3950, 21, 4638, 0x06ab} + } +}; + +StandTile tile_458 = { + 0x062731, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3962, 21, 4622, 0x08a0}, + {3962, 27, 4622, 0x06af}, + {3950, 27, 4638, 0x073f} + } +}; + +StandTile tile_459 = { + 0x062632, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3957, 27, 4619, 0x074b}, + {3945, 32, 4635, 0x0000}, + {3945, 27, 4635, 0x06b3} + } +}; + +StandTile tile_460 = { + 0x062631, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3957, 27, 4619, 0x08a9}, + {3957, 32, 4619, 0x06b7}, + {3945, 32, 4635, 0x0747} + } +}; + +StandTile tile_461 = { + 0x062532, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3953, 32, 4616, 0x0753}, + {3941, 38, 4632, 0x0000}, + {3941, 32, 4632, 0x06bb} + } +}; + +StandTile tile_462 = { + 0x062531, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3953, 32, 4616, 0x08b2}, + {3953, 38, 4616, 0x06c7}, + {3941, 38, 4632, 0x074f} + } +}; + +StandTile tile_463 = { + 0x062432, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3948, 38, 4612, 0x075b}, + {3936, 44, 4628, 0x0000}, + {3936, 38, 4628, 0x06cb} + } +}; + +StandTile tile_464 = { + 0x062431, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3948, 38, 4612, 0x08bb}, + {3948, 44, 4612, 0x06cf}, + {3936, 44, 4628, 0x0757} + } +}; + +StandTile tile_465 = { + 0x062332, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3943, 44, 4609, 0x0763}, + {3931, 49, 4625, 0x0000}, + {3931, 44, 4625, 0x06d3} + } +}; + +StandTile tile_466 = { + 0x062331, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3943, 44, 4609, 0x08c4}, + {3943, 49, 4609, 0x06d7}, + {3931, 49, 4625, 0x075f} + } +}; + +StandTile tile_467 = { + 0x062232, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3939, 49, 4605, 0x076b}, + {3927, 55, 4621, 0x0000}, + {3927, 49, 4621, 0x06db} + } +}; + +StandTile tile_468 = { + 0x062231, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3939, 49, 4605, 0x08cd}, + {3939, 55, 4605, 0x06df}, + {3927, 55, 4621, 0x0767} + } +}; + +StandTile tile_469 = { + 0x062132, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3934, 55, 4602, 0x0773}, + {3922, 61, 4618, 0x0000}, + {3922, 55, 4618, 0x06e3} + } +}; + +StandTile tile_470 = { + 0x062131, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3934, 55, 4602, 0x08d6}, + {3934, 61, 4602, 0x06e7}, + {3922, 61, 4618, 0x076f} + } +}; + +StandTile tile_471 = { + 0x062032, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3930, 61, 4598, 0x077b}, + {3918, 67, 4614, 0x0000}, + {3918, 61, 4614, 0x06eb} + } +}; + +StandTile tile_472 = { + 0x062031, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3930, 61, 4598, 0x08df}, + {3930, 67, 4598, 0x06ef}, + {3918, 67, 4614, 0x0777} + } +}; + +StandTile tile_473 = { + 0x061f32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3925, 67, 4595, 0x0783}, + {3913, 72, 4611, 0x0000}, + {3913, 67, 4611, 0x06f3} + } +}; + +StandTile tile_474 = { + 0x061f31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3925, 67, 4595, 0x08e8}, + {3925, 72, 4595, 0x06bf}, + {3913, 72, 4611, 0x077f} + } +}; + +StandTile tile_475 = { + 0x061e32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3921, 72, 4592, 0x078b}, + {3909, 78, 4608, 0x0000}, + {3909, 72, 4608, 0x06c3} + } +}; + +StandTile tile_476 = { + 0x061e31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3921, 72, 4592, 0x08f1}, + {3921, 78, 4592, 0x0838}, + {3909, 78, 4608, 0x0787} + } +}; + +StandTile tile_477 = { + 0x08f330, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4019, 78, 4511, 0x07ab}, + {3996, 78, 4536, 0x0000}, + {4002, 78, 4540, 0x0793} + } +}; + +StandTile tile_478 = { + 0x08f230, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4019, 78, 4511, 0x078f}, + {4002, 78, 4540, 0x0000}, + {4008, 78, 4545, 0x079b} + } +}; + +StandTile tile_479 = { + 0x08f132, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4034, 78, 4522, 0x079b}, + {4008, 78, 4545, 0x0000}, + {4015, 78, 4550, 0x07a3} + } +}; + +StandTile tile_480 = { + 0x08f131, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4034, 78, 4522, 0x0000}, + {4019, 78, 4511, 0x0793}, + {4008, 78, 4545, 0x0797} + } +}; + +StandTile tile_481 = { + 0x08f032, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4059, 78, 4541, 0x07a3}, + {4015, 78, 4550, 0x0000}, + {4021, 78, 4554, 0x07a7} + } +}; + +StandTile tile_482 = { + 0x08f031, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4059, 78, 4541, 0x0000}, + {4034, 78, 4522, 0x0797}, + {4015, 78, 4550, 0x079f} + } +}; + +StandTile tile_483 = { + 0x08ef30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4031, 78, 4562, 0x07bf}, + {4059, 78, 4541, 0x079f}, + {4021, 78, 4554, 0x0000} + } +}; + +StandTile tile_484 = { + 0x08ee30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3996, 78, 4536, 0x078f}, + {4019, 78, 4511, 0x07af}, + {3990, 78, 4531, 0x0000} + } +}; + +StandTile tile_485 = { + 0x08ed30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4019, 78, 4511, 0x0000}, + {3990, 78, 4489, 0x07b3}, + {3990, 78, 4531, 0x07ab} + } +}; + +StandTile tile_486 = { + 0x08ec30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3990, 78, 4531, 0x07af}, + {3990, 78, 4489, 0x07b7}, + {3978, 78, 4522, 0x0000} + } +}; + +StandTile tile_487 = { + 0x08e430, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3978, 78, 4522, 0x07b3}, + {3990, 78, 4489, 0x07bb}, + {3973, 78, 4519, 0x0000} + } +}; + +StandTile tile_488 = { + 0x08e330, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3990, 78, 4489, 0x0000}, + {3950, 78, 4495, 0x0859}, + {3973, 78, 4519, 0x07b7} + } +}; + +StandTile tile_489 = { + 0x08e230, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4059, 78, 4541, 0x07a7}, + {4031, 78, 4562, 0x0000}, + {4035, 78, 4565, 0x07c3} + } +}; + +StandTile tile_490 = { + 0x08e130, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4064, 78, 4581, 0x0000}, + {4059, 78, 4541, 0x07bf}, + {4035, 78, 4565, 0x07cc} + } +}; + +StandTile tile_491 = { + 0x08e032, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4040, 78, 4613, 0x07cc}, + {4035, 78, 4565, 0x0000}, + {4024, 78, 4579, 0x0808}, + {4007, 78, 4603, 0x07d4} + } +}; + +StandTile tile_492 = { + 0x08e031, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4040, 78, 4613, 0x0000}, + {4064, 78, 4581, 0x07c3}, + {4035, 78, 4565, 0x07c7} + } +}; + +StandTile tile_493 = { + 0x08df32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4013, 78, 4650, 0x07d4}, + {4007, 78, 4603, 0x07fc}, + {3992, 78, 4622, 0x07d8} + } +}; + +StandTile tile_494 = { + 0x08df31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4013, 78, 4650, 0x0000}, + {4040, 78, 4613, 0x07c7}, + {4007, 78, 4603, 0x07d0} + } +}; + +StandTile tile_495 = { + 0x08de30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4013, 78, 4650, 0x07d0}, + {3992, 78, 4622, 0x0000}, + {3989, 78, 4627, 0x07e0} + } +}; + +StandTile tile_496 = { + 0x08dd32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4013, 78, 4650, 0x07e0}, + {3980, 78, 4636, 0x0000}, + {3973, 78, 4656, 0x0000} + } +}; + +StandTile tile_497 = { + 0x08dd31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4013, 78, 4650, 0x07d8}, + {3989, 78, 4627, 0x07e8}, + {3980, 78, 4636, 0x07dc} + } +}; + +StandTile tile_498 = { + 0x08dc32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3976, 78, 4633, 0x07e8}, + {3989, 78, 4627, 0x0000}, + {3984, 78, 4624, 0x07ec} + } +}; + +StandTile tile_499 = { + 0x08dc31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3976, 78, 4633, 0x0885}, + {3980, 78, 4636, 0x07e0}, + {3989, 78, 4627, 0x07e4} + } +}; + +StandTile tile_500 = { + 0x08db30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3971, 78, 4629, 0x088e}, + {3976, 78, 4633, 0x07e4}, + {3984, 78, 4624, 0x07f0} + } +}; + +StandTile tile_501 = { + 0x08da30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3966, 78, 4626, 0x0897}, + {3971, 78, 4629, 0x07ec}, + {3984, 78, 4624, 0x07f4} + } +}; + +StandTile tile_502 = { + 0x08d930, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3966, 78, 4626, 0x07f0}, + {3984, 78, 4624, 0x07f8}, + {3962, 78, 4622, 0x08a0} + } +}; + +StandTile tile_503 = { + 0x08d832, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3984, 78, 4624, 0x07fc}, + {4007, 78, 4603, 0x0800}, + {3962, 78, 4622, 0x07f4} + } +}; + +StandTile tile_504 = { + 0x08d831, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3984, 78, 4624, 0x0000}, + {3992, 78, 4622, 0x07d0}, + {4007, 78, 4603, 0x07f8} + } +}; + +StandTile tile_505 = { + 0x08d730, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3962, 78, 4622, 0x07f8}, + {4007, 78, 4603, 0x0804}, + {3957, 78, 4619, 0x08a9} + } +}; + +StandTile tile_506 = { + 0x08d632, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4007, 78, 4603, 0x0808}, + {3976, 78, 4582, 0x080c}, + {3957, 78, 4619, 0x0800} + } +}; + +StandTile tile_507 = { + 0x08d631, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4007, 78, 4603, 0x07c7}, + {4024, 78, 4579, 0x081c}, + {3976, 78, 4582, 0x0804} + } +}; + +StandTile tile_508 = { + 0x08d530, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3957, 78, 4619, 0x0804}, + {3976, 78, 4582, 0x0810}, + {3953, 78, 4616, 0x08b2} + } +}; + +StandTile tile_509 = { + 0x08d430, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3953, 78, 4616, 0x080c}, + {3976, 78, 4582, 0x0814}, + {3948, 78, 4612, 0x08bb} + } +}; + +StandTile tile_510 = { + 0x08d330, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3948, 78, 4612, 0x0810}, + {3976, 78, 4582, 0x0818}, + {3943, 78, 4609, 0x08c4} + } +}; + +StandTile tile_511 = { + 0x08d230, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3943, 78, 4609, 0x0814}, + {3976, 78, 4582, 0x0830}, + {3939, 78, 4605, 0x08cd} + } +}; + +StandTile tile_512 = { + 0x08d132, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4024, 78, 4579, 0x0820}, + {3972, 78, 4550, 0x0824}, + {3976, 78, 4582, 0x0808} + } +}; + +StandTile tile_513 = { + 0x08d131, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4024, 78, 4579, 0x0000}, + {3977, 78, 4544, 0x0010}, + {3972, 78, 4550, 0x081c} + } +}; + +StandTile tile_514 = { + 0x08d030, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3972, 78, 4550, 0x0019}, + {3968, 78, 4556, 0x0828}, + {3976, 78, 4582, 0x081c} + } +}; + +StandTile tile_515 = { + 0x08ce30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3976, 78, 4582, 0x0824}, + {3968, 78, 4556, 0x0022}, + {3963, 78, 4563, 0x0830} + } +}; + +StandTile tile_516 = { + 0x08cd32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3939, 78, 4605, 0x0830}, + {3963, 78, 4563, 0x0875}, + {3934, 78, 4602, 0x08d6} + } +}; + +StandTile tile_517 = { + 0x08cd31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3939, 78, 4605, 0x0818}, + {3976, 78, 4582, 0x0828}, + {3963, 78, 4563, 0x082c} + } +}; + +StandTile tile_518 = { + 0x08c930, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3898, 78, 4564, 0x0000}, + {3904, 78, 4604, 0x0838}, + {3921, 78, 4592, 0x083c} + } +}; + +StandTile tile_519 = { + 0x08c830, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3904, 78, 4604, 0x0000}, + {3909, 78, 4608, 0x078b}, + {3921, 78, 4592, 0x0834} + } +}; + +StandTile tile_520 = { + 0x08c730, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3898, 78, 4564, 0x0834}, + {3921, 78, 4592, 0x0869}, + {3927, 78, 4581, 0x0845} + } +}; + +StandTile tile_521 = { + 0x08c632, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3925, 78, 4528, 0x0845}, + {3927, 78, 4581, 0x0000}, + {3930, 78, 4576, 0x0871}, + {3949, 78, 4552, 0x0849} + } +}; + +StandTile tile_522 = { + 0x08c631, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3925, 78, 4528, 0x0000}, + {3898, 78, 4564, 0x083c}, + {3927, 78, 4581, 0x0840} + } +}; + +StandTile tile_523 = { + 0x08c530, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3925, 78, 4528, 0x0840}, + {3949, 78, 4552, 0x002e}, + {3953, 78, 4546, 0x0851} + } +}; + +StandTile tile_524 = { + 0x08c430, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3935, 78, 4514, 0x0000}, + {3925, 78, 4528, 0x0851}, + {3958, 78, 4539, 0x0855} + } +}; + +StandTile tile_525 = { + 0x08c330, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3925, 78, 4528, 0x0849}, + {3953, 78, 4546, 0x0048}, + {3958, 78, 4539, 0x084d} + } +}; + +StandTile tile_526 = { + 0x08c230, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3935, 78, 4514, 0x084d}, + {3958, 78, 4539, 0x003f}, + {3962, 78, 4533, 0x0861} + } +}; + +StandTile tile_527 = { + 0x08c130, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3950, 78, 4495, 0x085d}, + {3970, 78, 4523, 0x0000}, + {3973, 78, 4519, 0x07bb} + } +}; + +StandTile tile_528 = { + 0x08c032, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3950, 78, 4495, 0x0861}, + {3962, 78, 4533, 0x0036}, + {3970, 78, 4523, 0x0859} + } +}; + +StandTile tile_529 = { + 0x08c031, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3950, 78, 4495, 0x0000}, + {3935, 78, 4514, 0x0855}, + {3962, 78, 4533, 0x085d} + } +}; + +StandTile tile_530 = { + 0x08bf32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3927, 78, 4581, 0x0869}, + {3925, 78, 4595, 0x0879}, + {3932, 78, 4584, 0x0000} + } +}; + +StandTile tile_531 = { + 0x08bf31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3927, 78, 4581, 0x083c}, + {3921, 78, 4592, 0x08f1}, + {3925, 78, 4595, 0x0865} + } +}; + +StandTile tile_532 = { + 0x08be32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3963, 78, 4563, 0x0871}, + {3930, 78, 4576, 0x0000}, + {3932, 78, 4584, 0x087d} + } +}; + +StandTile tile_533 = { + 0x08be31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3963, 78, 4563, 0x012d}, + {3949, 78, 4552, 0x0840}, + {3930, 78, 4576, 0x086d} + } +}; + +StandTile tile_534 = { + 0x08bd30, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3934, 78, 4602, 0x082c}, + {3963, 78, 4563, 0x087d}, + {3930, 78, 4598, 0x08df} + } +}; + +StandTile tile_535 = { + 0x08bc32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3930, 78, 4598, 0x087d}, + {3932, 78, 4584, 0x0865}, + {3925, 78, 4595, 0x08e8} + } +}; + +StandTile tile_536 = { + 0x08bc31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3930, 78, 4598, 0x0875}, + {3963, 78, 4563, 0x086d}, + {3932, 78, 4584, 0x0879} + } +}; + +StandTile tile_537 = { + 0x08b832, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3980, 78, 4636, 0x0885}, + {3976, 4, 4633, 0x0693}, + {3980, 4, 4636, 0x0000} + } +}; + +StandTile tile_538 = { + 0x08b831, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3980, 78, 4636, 0x07e8}, + {3976, 78, 4633, 0x088a}, + {3976, 9, 4633, 0x072b}, + {3976, 4, 4633, 0x0881} + } +}; + +StandTile tile_539 = { + 0x08b732, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3976, 78, 4633, 0x088e}, + {3971, 9, 4629, 0x069b}, + {3976, 9, 4633, 0x0885} + } +}; + +StandTile tile_540 = { + 0x08b731, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3976, 78, 4633, 0x07ec}, + {3971, 78, 4629, 0x0893}, + {3971, 15, 4629, 0x0733}, + {3971, 9, 4629, 0x088a} + } +}; + +StandTile tile_541 = { + 0x08b632, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3971, 78, 4629, 0x0897}, + {3966, 15, 4626, 0x06a3}, + {3971, 15, 4629, 0x088e} + } +}; + +StandTile tile_542 = { + 0x08b631, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3971, 78, 4629, 0x07f0}, + {3966, 78, 4626, 0x089c}, + {3966, 21, 4626, 0x073b}, + {3966, 15, 4626, 0x0893} + } +}; + +StandTile tile_543 = { + 0x08b532, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3966, 78, 4626, 0x08a0}, + {3962, 21, 4622, 0x06ab}, + {3966, 21, 4626, 0x0897} + } +}; + +StandTile tile_544 = { + 0x08b531, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3966, 78, 4626, 0x07f4}, + {3962, 78, 4622, 0x08a5}, + {3962, 27, 4622, 0x0743}, + {3962, 21, 4622, 0x089c} + } +}; + +StandTile tile_545 = { + 0x08b432, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3962, 78, 4622, 0x08a9}, + {3957, 27, 4619, 0x06b3}, + {3962, 27, 4622, 0x08a0} + } +}; + +StandTile tile_546 = { + 0x08b431, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3962, 78, 4622, 0x0800}, + {3957, 78, 4619, 0x08ae}, + {3957, 32, 4619, 0x074b}, + {3957, 27, 4619, 0x08a5} + } +}; + +StandTile tile_547 = { + 0x08b332, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3957, 78, 4619, 0x08b2}, + {3953, 32, 4616, 0x06bb}, + {3957, 32, 4619, 0x08a9} + } +}; + +StandTile tile_548 = { + 0x08b331, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3957, 78, 4619, 0x080c}, + {3953, 78, 4616, 0x08b7}, + {3953, 38, 4616, 0x0753}, + {3953, 32, 4616, 0x08ae} + } +}; + +StandTile tile_549 = { + 0x08b232, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3953, 78, 4616, 0x08bb}, + {3948, 38, 4612, 0x06cb}, + {3953, 38, 4616, 0x08b2} + } +}; + +StandTile tile_550 = { + 0x08b231, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3953, 78, 4616, 0x0810}, + {3948, 78, 4612, 0x08c0}, + {3948, 44, 4612, 0x075b}, + {3948, 38, 4612, 0x08b7} + } +}; + +StandTile tile_551 = { + 0x08b132, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3948, 78, 4612, 0x08c4}, + {3943, 44, 4609, 0x06d3}, + {3948, 44, 4612, 0x08bb} + } +}; + +StandTile tile_552 = { + 0x08b131, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3948, 78, 4612, 0x0814}, + {3943, 78, 4609, 0x08c9}, + {3943, 49, 4609, 0x0763}, + {3943, 44, 4609, 0x08c0} + } +}; + +StandTile tile_553 = { + 0x08b032, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3943, 78, 4609, 0x08cd}, + {3939, 49, 4605, 0x06db}, + {3943, 49, 4609, 0x08c4} + } +}; + +StandTile tile_554 = { + 0x08b031, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3943, 78, 4609, 0x0818}, + {3939, 78, 4605, 0x08d2}, + {3939, 55, 4605, 0x076b}, + {3939, 49, 4605, 0x08c9} + } +}; + +StandTile tile_555 = { + 0x08af32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3939, 78, 4605, 0x08d6}, + {3934, 55, 4602, 0x06e3}, + {3939, 55, 4605, 0x08cd} + } +}; + +StandTile tile_556 = { + 0x08af31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3939, 78, 4605, 0x082c}, + {3934, 78, 4602, 0x08db}, + {3934, 61, 4602, 0x0773}, + {3934, 55, 4602, 0x08d2} + } +}; + +StandTile tile_557 = { + 0x08ae32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3934, 78, 4602, 0x08df}, + {3930, 61, 4598, 0x06eb}, + {3934, 61, 4602, 0x08d6} + } +}; + +StandTile tile_558 = { + 0x08ae31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3934, 78, 4602, 0x0875}, + {3930, 78, 4598, 0x08e4}, + {3930, 67, 4598, 0x077b}, + {3930, 61, 4598, 0x08db} + } +}; + +StandTile tile_559 = { + 0x08ad32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3930, 78, 4598, 0x08e8}, + {3925, 67, 4595, 0x06f3}, + {3930, 67, 4598, 0x08df} + } +}; + +StandTile tile_560 = { + 0x08ad31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3930, 78, 4598, 0x0879}, + {3925, 78, 4595, 0x08ed}, + {3925, 72, 4595, 0x0783}, + {3925, 67, 4595, 0x08e4} + } +}; + +StandTile tile_561 = { + 0x08ac32, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3925, 78, 4595, 0x08f1}, + {3921, 72, 4592, 0x06c3}, + {3925, 72, 4595, 0x08e8} + } +}; + +StandTile tile_562 = { + 0x08ac31, 0x84, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3925, 78, 4595, 0x0869}, + {3921, 78, 4592, 0x078b}, + {3921, 72, 4592, 0x08ed} + } +}; + +StandTile tile_563 = { + 0x05922a, 0x83, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3295, -25, 3539, 0x08f9}, + {3170, -25, 3539, 0x096c}, + {3250, -25, 3599, 0x0902} + } +}; + +StandTile tile_564 = { + 0x059229, 0x83, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {3295, -25, 3539, 0x0968}, + {3255, -25, 3509, 0x0923}, + {3215, -25, 3479, 0x0000}, + {3170, -25, 3539, 0x08f5} + } +}; + +StandTile tile_565 = { + 0x05932a, 0x83, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3334, -25, 3654, 0x0902}, + {3250, -25, 3599, 0x09a8}, + {3330, -25, 3659, 0x0000} + } +}; + +StandTile tile_566 = { + 0x059329, 0x83, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3334, -25, 3654, 0x0906}, + {3295, -25, 3539, 0x08f5}, + {3250, -25, 3599, 0x08fe} + } +}; + +StandTile tile_567 = { + 0x032a28, 0x83, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3334, -25, 3654, 0x0000}, + {3375, -25, 3599, 0x0000}, + {3370, -25, 3595, 0x0964}, + {3295, -25, 3539, 0x0902} + } +}; + +StandTile tile_568 = { + 0x001528, 0x83, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3360, -25, 3420, 0x093c}, + {3395, -25, 3395, 0x0934}, + {3338, -25, 3345, 0x090f} + } +}; + +StandTile tile_569 = { + 0x001428, 0x83, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3338, -25, 3345, 0x0000}, + {3313, -25, 3358, 0x0913}, + {3360, -25, 3420, 0x090b} + } +}; + +StandTile tile_570 = { + 0x001328, 0x83, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3360, -25, 3420, 0x090f}, + {3313, -25, 3358, 0x0917}, + {3347, -25, 3438, 0x0944} + } +}; + +StandTile tile_571 = { + 0x001228, 0x83, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3347, -25, 3438, 0x0913}, + {3313, -25, 3358, 0x0000}, + {3276, -25, 3377, 0x091b} + } +}; + +StandTile tile_572 = { + 0x001128, 0x83, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3347, -25, 3438, 0x0917}, + {3276, -25, 3377, 0x091f}, + {3295, -25, 3465, 0x094c} + } +}; + +StandTile tile_573 = { + 0x001028, 0x83, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3295, -25, 3465, 0x091b}, + {3276, -25, 3377, 0x0000}, + {3208, -25, 3467, 0x0928} + } +}; + +StandTile tile_574 = { + 0x000f28, 0x83, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {3255, -25, 3509, 0x0968}, + {3295, -25, 3465, 0x0928}, + {3212, -25, 3477, 0x0000}, + {3215, -25, 3479, 0x08f9} + } +}; + +StandTile tile_575 = { + 0x000e28, 0x83, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3295, -25, 3465, 0x091f}, + {3208, -25, 3467, 0x092c}, + {3212, -25, 3477, 0x0923} + } +}; + +StandTile tile_576 = { + 0x000d28, 0x83, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3208, -25, 3467, 0x0000}, + {3210, -25, 3475, 0x0000}, + {3212, -25, 3477, 0x0928} + } +}; + +StandTile tile_577 = { + 0x000c28, 0x83, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3395, -25, 3395, 0x0938}, + {3411, -25, 3384, 0x17b1}, + {3351, -25, 3339, 0x0934} + } +}; + +StandTile tile_578 = { + 0x000b28, 0x83, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3351, -25, 3339, 0x0000}, + {3338, -25, 3345, 0x090b}, + {3395, -25, 3395, 0x0930} + } +}; + +StandTile tile_579 = { + 0x000a28, 0x83, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3471, -25, 3429, 0x17b1}, + {3411, -25, 3384, 0x0930}, + {3395, -25, 3395, 0x093c} + } +}; + +StandTile tile_580 = { + 0x000928, 0x83, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3360, -25, 3420, 0x0944}, + {3471, -25, 3429, 0x0938}, + {3395, -25, 3395, 0x090b} + } +}; + +StandTile tile_581 = { + 0x00082a, 0x83, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3471, -25, 3429, 0x0944}, + {3347, -25, 3438, 0x0948}, + {3456, -25, 3511, 0x0000} + } +}; + +StandTile tile_582 = { + 0x000829, 0x83, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3471, -25, 3429, 0x093c}, + {3360, -25, 3420, 0x0913}, + {3347, -25, 3438, 0x0940} + } +}; + +StandTile tile_583 = { + 0x000728, 0x83, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3456, -25, 3511, 0x0940}, + {3347, -25, 3438, 0x094c}, + {3402, -25, 3553, 0x0954} + } +}; + +StandTile tile_584 = { + 0x000628, 0x83, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3402, -25, 3553, 0x0948}, + {3347, -25, 3438, 0x091b}, + {3295, -25, 3465, 0x0950} + } +}; + +StandTile tile_585 = { + 0x000528, 0x83, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3295, -25, 3465, 0x0968}, + {3295, -25, 3539, 0x0964}, + {3402, -25, 3553, 0x094c} + } +}; + +StandTile tile_586 = { + 0x000428, 0x83, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3389, -25, 3601, 0x0000}, + {3456, -25, 3511, 0x0948}, + {3402, -25, 3553, 0x0958} + } +}; + +StandTile tile_587 = { + 0x000328, 0x83, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3402, -25, 3553, 0x0964}, + {3370, -25, 3595, 0x095c}, + {3389, -25, 3601, 0x0954} + } +}; + +StandTile tile_588 = { + 0x052128, 0x83, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3389, -25, 3601, 0x0958}, + {3370, -25, 3595, 0x0000}, + {3375, -25, 3599, 0x0960} + } +}; + +StandTile tile_589 = { + 0x000228, 0x83, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3389, -25, 3601, 0x095c}, + {3375, -25, 3599, 0x0000}, + {3380, -25, 3603, 0x0000} + } +}; + +StandTile tile_590 = { + 0x000128, 0x83, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3402, -25, 3553, 0x0950}, + {3295, -25, 3539, 0x0906}, + {3370, -25, 3595, 0x0958} + } +}; + +StandTile tile_591 = { + 0x000028, 0x83, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3295, -25, 3465, 0x0923}, + {3255, -25, 3509, 0x08f9}, + {3295, -25, 3539, 0x0950} + } +}; + +StandTile tile_592 = { + 0x035128, 0x82, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3170, -25, 3539, 0x0000}, + {3147, -25, 3569, 0x0970}, + {3250, -25, 3599, 0x08f5} + } +}; + +StandTile tile_593 = { + 0x035028, 0x82, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3250, -25, 3599, 0x096c}, + {3147, -25, 3569, 0x0974}, + {3228, -25, 3629, 0x09a4} + } +}; + +StandTile tile_594 = { + 0x034f28, 0x82, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3228, -25, 3629, 0x0970}, + {3147, -25, 3569, 0x0978}, + {3205, -25, 3659, 0x09a0} + } +}; + +StandTile tile_595 = { + 0x034e28, 0x82, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3205, -25, 3659, 0x0974}, + {3147, -25, 3569, 0x0000}, + {3125, -25, 3599, 0x097c} + } +}; + +StandTile tile_596 = { + 0x033c28, 0x82, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3125, -25, 3599, 0x0000}, + {3103, -25, 3629, 0x0980}, + {3205, -25, 3659, 0x0978} + } +}; + +StandTile tile_597 = { + 0x033b28, 0x82, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3205, -25, 3659, 0x097c}, + {3103, -25, 3629, 0x0984}, + {3183, -25, 3689, 0x0994} + } +}; + +StandTile tile_598 = { + 0x033a28, 0x82, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3183, -25, 3689, 0x0980}, + {3103, -25, 3629, 0x0988}, + {3160, -25, 3719, 0x0990} + } +}; + +StandTile tile_599 = { + 0x033928, 0x82, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3160, -25, 3719, 0x0984}, + {3103, -25, 3629, 0x0000}, + {3080, -25, 3659, 0x09b0} + } +}; + +StandTile tile_600 = { + 0x031028, 0x82, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3240, -25, 3779, 0x0000}, + {3263, -25, 3749, 0x0990}, + {3160, -25, 3719, 0x09d8} + } +}; + +StandTile tile_601 = { + 0x030f28, 0x82, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3160, -25, 3719, 0x098c}, + {3263, -25, 3749, 0x0994}, + {3183, -25, 3689, 0x0984} + } +}; + +StandTile tile_602 = { + 0x030e28, 0x82, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3183, -25, 3689, 0x0990}, + {3263, -25, 3749, 0x0998}, + {3205, -25, 3659, 0x0980} + } +}; + +StandTile tile_603 = { + 0x030d28, 0x82, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3205, -25, 3659, 0x0994}, + {3263, -25, 3749, 0x0000}, + {3285, -25, 3719, 0x099c} + } +}; + +StandTile tile_604 = { + 0x021628, 0x82, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3285, -25, 3719, 0x0000}, + {3308, -25, 3689, 0x09a0}, + {3205, -25, 3659, 0x0998} + } +}; + +StandTile tile_605 = { + 0x021528, 0x82, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3205, -25, 3659, 0x099c}, + {3308, -25, 3689, 0x09a4}, + {3228, -25, 3629, 0x0974} + } +}; + +StandTile tile_606 = { + 0x021428, 0x82, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3228, -25, 3629, 0x09a0}, + {3308, -25, 3689, 0x09a8}, + {3250, -25, 3599, 0x0970} + } +}; + +StandTile tile_607 = { + 0x021328, 0x82, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3250, -25, 3599, 0x09a4}, + {3308, -25, 3689, 0x0000}, + {3330, -25, 3659, 0x08fe} + } +}; + +StandTile tile_608 = { + 0x053328, 0x81, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3058, -25, 3690, 0x0000}, + {3035, -25, 3720, 0x09b8}, + {3115, -25, 3779, 0x09b4} + } +}; + +StandTile tile_609 = { + 0x053428, 0x81, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3160, -25, 3719, 0x0988}, + {3080, -25, 3659, 0x0000}, + {3058, -25, 3690, 0x09b4} + } +}; + +StandTile tile_610 = { + 0x037728, 0x81, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3160, -25, 3719, 0x09b0}, + {3058, -25, 3690, 0x09ac}, + {3115, -25, 3779, 0x09dc} + } +}; + +StandTile tile_611 = { + 0x036628, 0x81, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3035, -25, 3720, 0x0000}, + {3013, -25, 3750, 0x09e0}, + {3115, -25, 3779, 0x09ac} + } +}; + +StandTile tile_612 = { + 0x036428, 0x81, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3093, -25, 3809, 0x09e0}, + {3013, -25, 3750, 0x09c0}, + {3070, -25, 3840, 0x09c8} + } +}; + +StandTile tile_613 = { + 0x036328, 0x81, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3070, -25, 3840, 0x09bc}, + {3013, -25, 3750, 0x0000}, + {2990, -25, 3780, 0x0a0c} + } +}; + +StandTile tile_614 = { + 0x032528, 0x81, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3151, -25, 3899, 0x0000}, + {3173, -25, 3869, 0x09c8}, + {3070, -25, 3840, 0x0a08} + } +}; + +StandTile tile_615 = { + 0x032428, 0x81, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3070, -25, 3840, 0x09c4}, + {3173, -25, 3869, 0x09cc}, + {3093, -25, 3809, 0x09bc} + } +}; + +StandTile tile_616 = { + 0x032328, 0x81, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3093, -25, 3809, 0x09c8}, + {3173, -25, 3869, 0x09d0}, + {3115, -25, 3779, 0x09e0} + } +}; + +StandTile tile_617 = { + 0x032228, 0x81, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3115, -25, 3779, 0x09cc}, + {3173, -25, 3869, 0x0000}, + {3195, -25, 3839, 0x09d4} + } +}; + +StandTile tile_618 = { + 0x053128, 0x81, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3115, -25, 3779, 0x09d0}, + {3195, -25, 3839, 0x0000}, + {3218, -25, 3809, 0x09dc} + } +}; + +StandTile tile_619 = { + 0x053228, 0x81, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3218, -25, 3809, 0x0000}, + {3240, -25, 3779, 0x098c}, + {3160, -25, 3719, 0x09dc} + } +}; + +StandTile tile_620 = { + 0x028828, 0x81, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3115, -25, 3779, 0x09d4}, + {3218, -25, 3809, 0x09d8}, + {3160, -25, 3719, 0x09b4} + } +}; + +StandTile tile_621 = { + 0x036528, 0x81, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3115, -25, 3779, 0x09b8}, + {3013, -25, 3750, 0x09bc}, + {3093, -25, 3809, 0x09cc} + } +}; + +StandTile tile_622 = { + 0x012f28, 0x80, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3055, -25, 4011, 0x09e8}, + {3168, -25, 4017, 0x0000}, + {3154, -25, 3997, 0x0a14} + } +}; + +StandTile tile_623 = { + 0x012e28, 0x80, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3055, -25, 4011, 0x0a28}, + {3060, -25, 4048, 0x09ec}, + {3168, -25, 4017, 0x09e4} + } +}; + +StandTile tile_624 = { + 0x012d28, 0x80, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3060, -25, 4048, 0x0a2c}, + {3066, -25, 4086, 0x09f0}, + {3168, -25, 4017, 0x09e8} + } +}; + +StandTile tile_625 = { + 0x012c28, 0x80, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3168, -25, 4017, 0x09ec}, + {3066, -25, 4086, 0x09f4}, + {3108, -25, 4098, 0x0a70} + } +}; + +StandTile tile_626 = { + 0x012b28, 0x80, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3108, -25, 4098, 0x09f0}, + {3066, -25, 4086, 0x09f8}, + {3048, -25, 4178, 0x0a84} + } +}; + +StandTile tile_627 = { + 0x012a28, 0x80, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2967, -25, 4100, 0x0000}, + {3048, -25, 4178, 0x09f4}, + {3066, -25, 4086, 0x0a30} + } +}; + +StandTile tile_628 = { + 0x012328, 0x80, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3039, -25, 3900, 0x0a3c}, + {3044, -25, 3937, 0x0a20}, + {3143, -25, 3923, 0x0a00} + } +}; + +StandTile tile_629 = { + 0x012228, 0x80, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3143, -25, 3923, 0x0000}, + {3151, -25, 3899, 0x0a04}, + {3039, -25, 3900, 0x09fc} + } +}; + +StandTile tile_630 = { + 0x012128, 0x80, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3039, -25, 3900, 0x0a00}, + {3151, -25, 3899, 0x0a08}, + {3033, -25, 3863, 0x0a38} + } +}; + +StandTile tile_631 = { + 0x012028, 0x80, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3033, -25, 3863, 0x0a04}, + {3151, -25, 3899, 0x09c4}, + {3070, -25, 3840, 0x0a0c} + } +}; + +StandTile tile_632 = { + 0x011f28, 0x80, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3070, -25, 3840, 0x09c0}, + {2990, -25, 3780, 0x0a10}, + {3033, -25, 3863, 0x0a08} + } +}; + +StandTile tile_633 = { + 0x011e28, 0x80, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2990, -25, 3780, 0x0000}, + {2934, -25, 3877, 0x0a34}, + {3033, -25, 3863, 0x0a0c} + } +}; + +StandTile tile_634 = { + 0x03c928, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3154, -25, 3997, 0x0000}, + {3149, -25, 3960, 0x0a18}, + {3055, -25, 4011, 0x09e4} + } +}; + +StandTile tile_635 = { + 0x03c828, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3055, -25, 4011, 0x0a14}, + {3149, -25, 3960, 0x0a1c}, + {3050, -25, 3974, 0x0a4c} + } +}; + +StandTile tile_636 = { + 0x03c728, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3050, -25, 3974, 0x0a18}, + {3149, -25, 3960, 0x0a20}, + {3044, -25, 3937, 0x0a48} + } +}; + +StandTile tile_637 = { + 0x03c628, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3044, -25, 3937, 0x0a1c}, + {3149, -25, 3960, 0x0000}, + {3143, -25, 3923, 0x09fc} + } +}; + +StandTile tile_638 = { + 0x03b428, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2956, -25, 4026, 0x0000}, + {2961, -25, 4063, 0x0a28}, + {3055, -25, 4011, 0x0a50} + } +}; + +StandTile tile_639 = { + 0x03b328, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3055, -25, 4011, 0x0a24}, + {2961, -25, 4063, 0x0a2c}, + {3060, -25, 4048, 0x09e8} + } +}; + +StandTile tile_640 = { + 0x03b228, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3060, -25, 4048, 0x0a28}, + {2961, -25, 4063, 0x0a30}, + {3066, -25, 4086, 0x09ec} + } +}; + +StandTile tile_641 = { + 0x03b128, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3066, -25, 4086, 0x0a2c}, + {2961, -25, 4063, 0x0000}, + {2967, -25, 4100, 0x09f8} + } +}; + +StandTile tile_642 = { + 0x039f28, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2934, -25, 3877, 0x0000}, + {2940, -25, 3914, 0x0a38}, + {3033, -25, 3863, 0x0a10} + } +}; + +StandTile tile_643 = { + 0x039e28, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3033, -25, 3863, 0x0a34}, + {2940, -25, 3914, 0x0a3c}, + {3039, -25, 3900, 0x0a04} + } +}; + +StandTile tile_644 = { + 0x039d28, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3039, -25, 3900, 0x0a38}, + {2940, -25, 3914, 0x0a40}, + {3044, -25, 3937, 0x09fc} + } +}; + +StandTile tile_645 = { + 0x039c28, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3044, -25, 3937, 0x0a3c}, + {2940, -25, 3914, 0x0000}, + {2945, -25, 3951, 0x0a44} + } +}; + +StandTile tile_646 = { + 0x038a28, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2945, -25, 3951, 0x0000}, + {2951, -25, 3989, 0x0a48}, + {3044, -25, 3937, 0x0a40} + } +}; + +StandTile tile_647 = { + 0x038928, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3044, -25, 3937, 0x0a44}, + {2951, -25, 3989, 0x0a4c}, + {3050, -25, 3974, 0x0a1c} + } +}; + +StandTile tile_648 = { + 0x038828, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3050, -25, 3974, 0x0a48}, + {2951, -25, 3989, 0x0a50}, + {3055, -25, 4011, 0x0a18} + } +}; + +StandTile tile_649 = { + 0x038728, 0x80, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3055, -25, 4011, 0x0a4c}, + {2951, -25, 3989, 0x0000}, + {2956, -25, 4026, 0x0a24} + } +}; + +StandTile tile_650 = { + 0x045e28, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3288, -25, 4107, 0x0000}, + {3258, -25, 4085, 0x0a58}, + {3228, -25, 4187, 0x0aa1} + } +}; + +StandTile tile_651 = { + 0x045d28, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3228, -25, 4187, 0x0a54}, + {3258, -25, 4085, 0x0a5c}, + {3198, -25, 4165, 0x0a7c} + } +}; + +StandTile tile_652 = { + 0x045c28, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3198, -25, 4165, 0x0a58}, + {3258, -25, 4085, 0x0a60}, + {3168, -25, 4142, 0x0a78} + } +}; + +StandTile tile_653 = { + 0x045b28, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3168, -25, 4142, 0x0a5c}, + {3258, -25, 4085, 0x0000}, + {3228, -25, 4062, 0x0a64} + } +}; + +StandTile tile_654 = { + 0x044928, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3228, -25, 4062, 0x0000}, + {3198, -25, 4040, 0x0a68}, + {3168, -25, 4142, 0x0a60} + } +}; + +StandTile tile_655 = { + 0x044828, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3168, -25, 4142, 0x0a64}, + {3198, -25, 4040, 0x0a6c}, + {3138, -25, 4120, 0x0a8c} + } +}; + +StandTile tile_656 = { + 0x044728, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3138, -25, 4120, 0x0a68}, + {3198, -25, 4040, 0x0a70}, + {3108, -25, 4098, 0x0a88} + } +}; + +StandTile tile_657 = { + 0x044628, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3108, -25, 4098, 0x0a6c}, + {3198, -25, 4040, 0x0000}, + {3168, -25, 4017, 0x09f0} + } +}; + +StandTile tile_658 = { + 0x03f428, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3108, -25, 4223, 0x0000}, + {3138, -25, 4245, 0x0a78}, + {3168, -25, 4142, 0x0a90} + } +}; + +StandTile tile_659 = { + 0x03f328, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3168, -25, 4142, 0x0a74}, + {3138, -25, 4245, 0x0a7c}, + {3198, -25, 4165, 0x0a5c} + } +}; + +StandTile tile_660 = { + 0x03f228, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3198, -25, 4165, 0x0a78}, + {3138, -25, 4245, 0x0a80}, + {3228, -25, 4187, 0x0a58} + } +}; + +StandTile tile_661 = { + 0x03f128, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3228, -25, 4187, 0x0a7c}, + {3138, -25, 4245, 0x0000}, + {3168, -25, 4267, 0x0aa9} + } +}; + +StandTile tile_662 = { + 0x03df28, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3048, -25, 4178, 0x0000}, + {3078, -25, 4200, 0x0a88}, + {3108, -25, 4098, 0x09f4} + } +}; + +StandTile tile_663 = { + 0x03de28, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3108, -25, 4098, 0x0a84}, + {3078, -25, 4200, 0x0a8c}, + {3138, -25, 4120, 0x0a6c} + } +}; + +StandTile tile_664 = { + 0x03dd28, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3138, -25, 4120, 0x0a88}, + {3078, -25, 4200, 0x0a90}, + {3168, -25, 4142, 0x0a68} + } +}; + +StandTile tile_665 = { + 0x03dc28, 0x7f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3168, -25, 4142, 0x0a8c}, + {3078, -25, 4200, 0x0000}, + {3108, -25, 4223, 0x0a74} + } +}; + +StandTile tile_666 = { + 0x04982a, 0x7e, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {3348, -25, 4277, 0x0a99}, + {3348, -25, 4152, 0x0a9d}, + {3288, -25, 4232, 0x0ab1}, + {3318, -25, 4255, 0x0ab5} + } +}; + +StandTile tile_667 = { + 0x049829, 0x7e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3348, -25, 4277, 0x0ad9}, + {3408, -25, 4197, 0x0000}, + {3348, -25, 4152, 0x0a94} + } +}; + +StandTile tile_668 = { + 0x057c2a, 0x7e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3288, -25, 4107, 0x0aa1}, + {3288, -25, 4232, 0x0a94}, + {3348, -25, 4152, 0x0000} + } +}; + +StandTile tile_669 = { + 0x057c29, 0x7e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3288, -25, 4107, 0x0a54}, + {3228, -25, 4187, 0x0aa5}, + {3288, -25, 4232, 0x0a9d} + } +}; + +StandTile tile_670 = { + 0x042c2a, 0x7e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3228, -25, 4187, 0x0aa9}, + {3228, -25, 4312, 0x0aad}, + {3288, -25, 4232, 0x0aa1} + } +}; + +StandTile tile_671 = { + 0x042c29, 0x7e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3228, -25, 4187, 0x0a80}, + {3168, -25, 4267, 0x0000}, + {3228, -25, 4312, 0x0aa5} + } +}; + +StandTile tile_672 = { + 0x040928, 0x7e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3228, -25, 4312, 0x0000}, + {3258, -25, 4335, 0x0ab1}, + {3288, -25, 4232, 0x0aa5} + } +}; + +StandTile tile_673 = { + 0x040828, 0x7e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3288, -25, 4232, 0x0aad}, + {3258, -25, 4335, 0x0ab5}, + {3318, -25, 4255, 0x0a94} + } +}; + +StandTile tile_674 = { + 0x040728, 0x7e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3318, -25, 4255, 0x0ab1}, + {3258, -25, 4335, 0x0ab9}, + {3348, -25, 4277, 0x0a94} + } +}; + +StandTile tile_675 = { + 0x040628, 0x7e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3348, -25, 4277, 0x0ab5}, + {3258, -25, 4335, 0x0000}, + {3288, -25, 4357, 0x0aed} + } +}; + +StandTile tile_676 = { + 0x050728, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3528, -25, 4287, 0x0000}, + {3498, -25, 4264, 0x0ac1}, + {3468, -25, 4367, 0x0b15} + } +}; + +StandTile tile_677 = { + 0x050628, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3468, -25, 4367, 0x0abd}, + {3498, -25, 4264, 0x0ac5}, + {3438, -25, 4344, 0x0ae5} + } +}; + +StandTile tile_678 = { + 0x050528, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3438, -25, 4344, 0x0ac1}, + {3498, -25, 4264, 0x0ac9}, + {3408, -25, 4322, 0x0ae1} + } +}; + +StandTile tile_679 = { + 0x050428, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3408, -25, 4322, 0x0ac5}, + {3498, -25, 4264, 0x0000}, + {3468, -25, 4242, 0x0acd} + } +}; + +StandTile tile_680 = { + 0x051c28, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3468, -25, 4242, 0x0000}, + {3438, -25, 4219, 0x0ad1}, + {3408, -25, 4322, 0x0ac9} + } +}; + +StandTile tile_681 = { + 0x051b28, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3408, -25, 4322, 0x0acd}, + {3438, -25, 4219, 0x0ad5}, + {3378, -25, 4300, 0x0af5} + } +}; + +StandTile tile_682 = { + 0x051a28, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3378, -25, 4300, 0x0ad1}, + {3438, -25, 4219, 0x0ad9}, + {3348, -25, 4277, 0x0af1} + } +}; + +StandTile tile_683 = { + 0x051928, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3348, -25, 4277, 0x0ad5}, + {3438, -25, 4219, 0x0000}, + {3408, -25, 4197, 0x0a99} + } +}; + +StandTile tile_684 = { + 0x04f228, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3348, -25, 4402, 0x0000}, + {3378, -25, 4425, 0x0ae1}, + {3408, -25, 4322, 0x0af9} + } +}; + +StandTile tile_685 = { + 0x04f128, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3408, -25, 4322, 0x0add}, + {3378, -25, 4425, 0x0ae5}, + {3438, -25, 4344, 0x0ac5} + } +}; + +StandTile tile_686 = { + 0x04f028, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3438, -25, 4344, 0x0ae1}, + {3378, -25, 4425, 0x0ae9}, + {3468, -25, 4367, 0x0ac1} + } +}; + +StandTile tile_687 = { + 0x04ef28, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3468, -25, 4367, 0x0ae5}, + {3378, -25, 4425, 0x0000}, + {3408, -25, 4447, 0x0b25} + } +}; + +StandTile tile_688 = { + 0x04dd28, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3288, -25, 4357, 0x0000}, + {3318, -25, 4380, 0x0af1}, + {3348, -25, 4277, 0x0ab9} + } +}; + +StandTile tile_689 = { + 0x04dc28, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3348, -25, 4277, 0x0aed}, + {3318, -25, 4380, 0x0af5}, + {3378, -25, 4300, 0x0ad5} + } +}; + +StandTile tile_690 = { + 0x04db28, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3378, -25, 4300, 0x0af1}, + {3318, -25, 4380, 0x0af9}, + {3408, -25, 4322, 0x0ad1} + } +}; + +StandTile tile_691 = { + 0x04da28, 0x7d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3408, -25, 4322, 0x0af5}, + {3318, -25, 4380, 0x0000}, + {3348, -25, 4402, 0x0add} + } +}; + +StandTile tile_692 = { + 0x053728, 0x7c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3618, -25, 4354, 0x0000}, + {3588, -25, 4332, 0x0b09}, + {3528, -25, 4412, 0x0b05} + } +}; + +StandTile tile_693 = { + 0x053928, 0x7c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3588, -25, 4457, 0x04dd}, + {3648, -25, 4377, 0x0000}, + {3618, -25, 4354, 0x0b05} + } +}; + +StandTile tile_694 = { + 0x04a328, 0x7c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3588, -25, 4457, 0x0b01}, + {3618, -25, 4354, 0x0afd}, + {3528, -25, 4412, 0x0b21} + } +}; + +StandTile tile_695 = { + 0x047328, 0x7c, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3588, -25, 4332, 0x0000}, + {3558, -25, 4309, 0x0b0d}, + {3528, -25, 4412, 0x0afd} + } +}; + +StandTile tile_696 = { + 0x047228, 0x7c, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3528, -25, 4412, 0x0b09}, + {3558, -25, 4309, 0x0b11}, + {3498, -25, 4389, 0x0b2d} + } +}; + +StandTile tile_697 = { + 0x047128, 0x7c, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3498, -25, 4389, 0x0b0d}, + {3558, -25, 4309, 0x0b15}, + {3468, -25, 4367, 0x0b29} + } +}; + +StandTile tile_698 = { + 0x047028, 0x7c, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3468, -25, 4367, 0x0b11}, + {3558, -25, 4309, 0x0000}, + {3528, -25, 4287, 0x0abd} + } +}; + +StandTile tile_699 = { + 0x053c28, 0x7c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3528, -25, 4412, 0x0b31}, + {3469, -25, 4492, 0x0000}, + {3499, -25, 4514, 0x0b21} + } +}; + +StandTile tile_700 = { + 0x053d28, 0x7c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3499, -25, 4514, 0x0000}, + {3529, -25, 4537, 0x04ea}, + {3588, -25, 4457, 0x0b21} + } +}; + +StandTile tile_701 = { + 0x043728, 0x7c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3528, -25, 4412, 0x0b19}, + {3499, -25, 4514, 0x0b1d}, + {3588, -25, 4457, 0x0b05} + } +}; + +StandTile tile_702 = { + 0x041e28, 0x7c, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3408, -25, 4447, 0x0000}, + {3439, -25, 4469, 0x0b29}, + {3468, -25, 4367, 0x0ae9} + } +}; + +StandTile tile_703 = { + 0x041d28, 0x7c, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3468, -25, 4367, 0x0b25}, + {3439, -25, 4469, 0x0b2d}, + {3498, -25, 4389, 0x0b11} + } +}; + +StandTile tile_704 = { + 0x041c28, 0x7c, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3498, -25, 4389, 0x0b29}, + {3439, -25, 4469, 0x0b31}, + {3528, -25, 4412, 0x0b0d} + } +}; + +StandTile tile_705 = { + 0x041b28, 0x7c, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3528, -25, 4412, 0x0b2d}, + {3439, -25, 4469, 0x0000}, + {3469, -25, 4492, 0x0b19} + } +}; + +StandTile tile_706 = { + 0x07e220, 0x7b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3551, -25, 774, 0x0bb2}, + {3426, -25, 649, 0x0bc2}, + {3301, -25, 774, 0x0b39} + } +}; + +StandTile tile_707 = { + 0x07e320, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3571, -25, 1039, 0x0b3d}, + {3551, -25, 774, 0x0b35}, + {3301, -25, 774, 0x0000} + } +}; + +StandTile tile_708 = { + 0x07e420, 0x7b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3655, -25, 890, 0x0ba1}, + {3551, -25, 774, 0x0b39}, + {3571, -25, 1039, 0x0b99} + } +}; + +StandTile tile_709 = { + 0x07e620, 0x7b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3733, -25, 707, 0x0b59}, + {3620, -25, 638, 0x0bb6}, + {3551, -25, 774, 0x0ba1} + } +}; + +StandTile tile_710 = { + 0x07e920, 0x7b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3655, -25, 890, 0x0ba5}, + {3793, -25, 752, 0x0b65}, + {3738, -25, 711, 0x0b9d} + } +}; + +StandTile tile_711 = { + 0x07eb20, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3757, -25, 592, 0x0b4d}, + {3635, -25, 618, 0x0000}, + {3620, -25, 638, 0x0b59} + } +}; + +StandTile tile_712 = { + 0x07ec20, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3757, -25, 592, 0x0b51}, + {3680, -25, 558, 0x0eed}, + {3635, -25, 618, 0x0b49} + } +}; + +StandTile tile_713 = { + 0x07ed20, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3757, -25, 592, 0x0000}, + {3695, -25, 538, 0x0000}, + {3680, -25, 558, 0x0b4d} + } +}; + +StandTile tile_714 = { + 0x07ee20, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3757, -25, 592, 0x0b59}, + {3733, -25, 707, 0x0000}, + {3744, -25, 692, 0x0b5d} + } +}; + +StandTile tile_715 = { + 0x07ef20, 0x7b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3620, -25, 638, 0x0b41}, + {3733, -25, 707, 0x0b55}, + {3757, -25, 592, 0x0b49} + } +}; + +StandTile tile_716 = { + 0x07f020, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3832, -25, 648, 0x0000}, + {3757, -25, 592, 0x0b55}, + {3744, -25, 692, 0x0b61} + } +}; + +StandTile tile_717 = { + 0x07f120, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3832, -25, 648, 0x0b5d}, + {3744, -25, 692, 0x0000}, + {3749, -25, 696, 0x0b69} + } +}; + +StandTile tile_718 = { + 0x07f220, 0x7b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3832, -25, 648, 0x0b69}, + {3738, -25, 711, 0x0b45}, + {3793, -25, 752, 0x0b6d} + } +}; + +StandTile tile_719 = { + 0x07f320, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3832, -25, 648, 0x0b61}, + {3749, -25, 696, 0x0000}, + {3738, -25, 711, 0x0b65} + } +}; + +StandTile tile_720 = { + 0x07f420, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3793, -25, 752, 0x0000}, + {3804, -25, 737, 0x0b71}, + {3832, -25, 648, 0x0b65} + } +}; + +StandTile tile_721 = { + 0x07f520, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3832, -25, 648, 0x0b6d}, + {3804, -25, 737, 0x0000}, + {3809, -25, 741, 0x0b75} + } +}; + +StandTile tile_722 = { + 0x07f620, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3892, -25, 693, 0x0000}, + {3832, -25, 648, 0x0b71}, + {3809, -25, 741, 0x0b79} + } +}; + +StandTile tile_723 = { + 0x07f720, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3892, -25, 693, 0x0b75}, + {3809, -25, 741, 0x0000}, + {3798, -25, 756, 0x0b7d} + } +}; + +StandTile tile_724 = { + 0x07f820, 0x7b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3853, -25, 797, 0x0b81}, + {3892, -25, 693, 0x0b79}, + {3798, -25, 756, 0x0bad} + } +}; + +StandTile tile_725 = { + 0x07f920, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3865, -25, 782, 0x0b85}, + {3892, -25, 693, 0x0b7d}, + {3853, -25, 797, 0x0000} + } +}; + +StandTile tile_726 = { + 0x07fa20, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3865, -25, 782, 0x0000}, + {3870, -25, 785, 0x0b89}, + {3892, -25, 693, 0x0b81} + } +}; + +StandTile tile_727 = { + 0x07fb20, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3957, -25, 742, 0x0000}, + {3892, -25, 693, 0x0b85}, + {3870, -25, 785, 0x0b8d} + } +}; + +StandTile tile_728 = { + 0x07fc20, 0x7b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3957, -25, 742, 0x0b89}, + {3870, -25, 785, 0x0000}, + {3858, -25, 800, 0x0b91} + } +}; + +StandTile tile_729 = { + 0x07fd20, 0x7b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3889, -25, 823, 0x0ec9}, + {3957, -25, 742, 0x0b8d}, + {3858, -25, 800, 0x0b95} + } +}; + +StandTile tile_730 = { + 0x080120, 0x7b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3889, -25, 823, 0x0b91}, + {3858, -25, 800, 0x0bad}, + {3756, -25, 958, 0x0ebd} + } +}; + +StandTile tile_731 = { + 0x080220, 0x7b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3756, -25, 958, 0x0ba9}, + {3655, -25, 890, 0x0b3d}, + {3571, -25, 1039, 0x0eb5} + } +}; + +StandTile tile_732 = { + 0x2cf422, 0x7b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3733, -25, 707, 0x0ba1}, + {3655, -25, 890, 0x0b45}, + {3738, -25, 711, 0x0000} + } +}; + +StandTile tile_733 = { + 0x2cf421, 0x7b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3733, -25, 707, 0x0b41}, + {3551, -25, 774, 0x0b3d}, + {3655, -25, 890, 0x0b9d} + } +}; + +StandTile tile_734 = { + 0x2cf522, 0x7b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3655, -25, 890, 0x0ba9}, + {3798, -25, 756, 0x0000}, + {3793, -25, 752, 0x0b45} + } +}; + +StandTile tile_735 = { + 0x2cf521, 0x7b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3655, -25, 890, 0x0b99}, + {3756, -25, 958, 0x0bad}, + {3798, -25, 756, 0x0ba5} + } +}; + +StandTile tile_736 = { + 0x2cf620, 0x7b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3756, -25, 958, 0x0b95}, + {3858, -25, 800, 0x0000}, + {3853, -25, 797, 0x0b7d}, + {3798, -25, 756, 0x0ba9} + } +}; + +StandTile tile_737 = { + 0x2cf722, 0x7b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3551, -25, 774, 0x0bb6}, + {3520, -25, 564, 0x0bbe}, + {3426, -25, 649, 0x0b35} + } +}; + +StandTile tile_738 = { + 0x2cf721, 0x7b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3551, -25, 774, 0x0b41}, + {3620, -25, 638, 0x0000}, + {3520, -25, 564, 0x0bb2} + } +}; + +StandTile tile_739 = { + 0x312922, 0x7b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3400, -25, 597, 0x0bbe}, + {3520, -25, 564, 0x0000}, + {3440, -25, 504, 0x10f7} + } +}; + +StandTile tile_740 = { + 0x312921, 0x7b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3400, -25, 597, 0x0bc6}, + {3426, -25, 649, 0x0bb2}, + {3520, -25, 564, 0x0bba} + } +}; + +StandTile tile_741 = { + 0x312822, 0x7b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3426, -25, 649, 0x0bc6}, + {3281, -25, 757, 0x0000}, + {3301, -25, 774, 0x0b35} + } +}; + +StandTile tile_742 = { + 0x312821, 0x7b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3426, -25, 649, 0x0bbe}, + {3400, -25, 597, 0x0000}, + {3281, -25, 757, 0x0bc2} + } +}; + +StandTile tile_743 = { + 0x2e1d22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4135, 69, 1361, 0x0bce}, + {4148, 75, 1375, 0x0000}, + {4148, 69, 1375, 0x0caa} + } +}; + +StandTile tile_744 = { + 0x2e1d21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4135, 69, 1361, 0x0d76}, + {4135, 75, 1361, 0x0e23}, + {4148, 75, 1375, 0x0bca} + } +}; + +StandTile tile_745 = { + 0x2e1e22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4139, 64, 1357, 0x0bd6}, + {4152, 69, 1371, 0x0000}, + {4152, 64, 1371, 0x0c7a} + } +}; + +StandTile tile_746 = { + 0x2e1e21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4139, 64, 1357, 0x0d6d}, + {4139, 69, 1357, 0x0ca6}, + {4152, 69, 1371, 0x0bd2} + } +}; + +StandTile tile_747 = { + 0x2e1f22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4142, 58, 1353, 0x0bde}, + {4156, 64, 1367, 0x0000}, + {4156, 58, 1367, 0x0c82} + } +}; + +StandTile tile_748 = { + 0x2e1f21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4142, 58, 1353, 0x0d64}, + {4142, 64, 1353, 0x0c76}, + {4156, 64, 1367, 0x0bda} + } +}; + +StandTile tile_749 = { + 0x2e2022, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4146, 53, 1349, 0x0be6}, + {4160, 58, 1363, 0x0000}, + {4160, 53, 1363, 0x0c8a} + } +}; + +StandTile tile_750 = { + 0x2e2021, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4146, 53, 1349, 0x0d5b}, + {4146, 58, 1349, 0x0c7e}, + {4160, 58, 1363, 0x0be2} + } +}; + +StandTile tile_751 = { + 0x2e2122, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4150, 47, 1346, 0x0bee}, + {4164, 53, 1359, 0x0000}, + {4164, 47, 1359, 0x0c92} + } +}; + +StandTile tile_752 = { + 0x2e2121, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4150, 47, 1346, 0x0d52}, + {4150, 53, 1346, 0x0c86}, + {4164, 53, 1359, 0x0bea} + } +}; + +StandTile tile_753 = { + 0x2e2222, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4154, 42, 1342, 0x0bf6}, + {4168, 47, 1355, 0x0000}, + {4168, 42, 1355, 0x0c9a} + } +}; + +StandTile tile_754 = { + 0x2e2221, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4154, 42, 1342, 0x0d49}, + {4154, 47, 1342, 0x0c8e}, + {4168, 47, 1355, 0x0bf2} + } +}; + +StandTile tile_755 = { + 0x2e2322, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4158, 36, 1338, 0x0bfe}, + {4172, 42, 1352, 0x0000}, + {4172, 36, 1352, 0x0ca2} + } +}; + +StandTile tile_756 = { + 0x2e2321, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4158, 36, 1338, 0x0d40}, + {4158, 42, 1338, 0x0c96}, + {4172, 42, 1352, 0x0bfa} + } +}; + +StandTile tile_757 = { + 0x2e2422, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4162, 31, 1334, 0x0c06}, + {4176, 36, 1348, 0x0000}, + {4176, 31, 1348, 0x0cb2} + } +}; + +StandTile tile_758 = { + 0x2e2421, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4162, 31, 1334, 0x0d37}, + {4162, 36, 1334, 0x0c9e}, + {4176, 36, 1348, 0x0c02} + } +}; + +StandTile tile_759 = { + 0x2e2522, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4166, 25, 1330, 0x0c0e}, + {4180, 31, 1344, 0x0000}, + {4180, 25, 1344, 0x0cba} + } +}; + +StandTile tile_760 = { + 0x2e2521, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4166, 25, 1330, 0x0d2e}, + {4166, 31, 1330, 0x0cae}, + {4180, 31, 1344, 0x0c0a} + } +}; + +StandTile tile_761 = { + 0x2e2622, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4170, 19, 1326, 0x0c16}, + {4184, 25, 1340, 0x0000}, + {4184, 19, 1340, 0x0cc2} + } +}; + +StandTile tile_762 = { + 0x2e2621, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4170, 19, 1326, 0x0d25}, + {4170, 25, 1326, 0x0cb6}, + {4184, 25, 1340, 0x0c12} + } +}; + +StandTile tile_763 = { + 0x2e2722, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4174, 14, 1322, 0x0c1e}, + {4188, 19, 1336, 0x0000}, + {4188, 14, 1336, 0x0cca} + } +}; + +StandTile tile_764 = { + 0x2e2721, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4174, 14, 1322, 0x0d1c}, + {4174, 19, 1322, 0x0cbe}, + {4188, 19, 1336, 0x0c1a} + } +}; + +StandTile tile_765 = { + 0x2e2822, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4178, 8, 1318, 0x0c26}, + {4192, 14, 1332, 0x0000}, + {4192, 8, 1332, 0x0cd2} + } +}; + +StandTile tile_766 = { + 0x2e2821, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4178, 8, 1318, 0x0d13}, + {4178, 14, 1318, 0x0cc6}, + {4192, 14, 1332, 0x0c22} + } +}; + +StandTile tile_767 = { + 0x2e2922, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4182, 3, 1314, 0x0c2e}, + {4196, 8, 1328, 0x0000}, + {4196, 3, 1328, 0x0cda} + } +}; + +StandTile tile_768 = { + 0x2e2921, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4182, 3, 1314, 0x0d0a}, + {4182, 8, 1314, 0x0cce}, + {4196, 8, 1328, 0x0c2a} + } +}; + +StandTile tile_769 = { + 0x2e2a22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4186, -3, 1310, 0x0c36}, + {4200, 3, 1324, 0x0000}, + {4200, -3, 1324, 0x0ce2} + } +}; + +StandTile tile_770 = { + 0x2e2a21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4186, -3, 1310, 0x0000}, + {4186, 3, 1310, 0x0cd6}, + {4200, 3, 1324, 0x0c32} + } +}; + +StandTile tile_771 = { + 0x2e2b22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4190, -8, 1306, 0x0c3e}, + {4204, -3, 1320, 0x0000}, + {4204, -8, 1320, 0x0cea} + } +}; + +StandTile tile_772 = { + 0x2e2b21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4190, -8, 1306, 0x0000}, + {4190, -3, 1306, 0x0cde}, + {4204, -3, 1320, 0x0c3a} + } +}; + +StandTile tile_773 = { + 0x2e2c22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4194, -14, 1303, 0x0c46}, + {4207, -8, 1316, 0x0000}, + {4207, -14, 1316, 0x0d02} + } +}; + +StandTile tile_774 = { + 0x2e2c21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4194, -14, 1303, 0x0000}, + {4194, -8, 1303, 0x0ce6}, + {4207, -8, 1316, 0x0c42} + } +}; + +StandTile tile_775 = { + 0x2e2d22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4198, -19, 1299, 0x0c4e}, + {4211, -14, 1312, 0x0000}, + {4211, -19, 1312, 0x0cfa} + } +}; + +StandTile tile_776 = { + 0x2e2d21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4198, -19, 1299, 0x0000}, + {4198, -14, 1299, 0x0cfe}, + {4211, -14, 1312, 0x0c4a} + } +}; + +StandTile tile_777 = { + 0x2e2e22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4202, -25, 1295, 0x0c56}, + {4215, -19, 1308, 0x0000}, + {4215, -25, 1308, 0x0c5e} + } +}; + +StandTile tile_778 = { + 0x2e2e21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4202, -25, 1295, 0x0cee}, + {4202, -19, 1295, 0x0cf6}, + {4215, -19, 1308, 0x0c52} + } +}; + +StandTile tile_779 = { + 0x081020, 0x7a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {4356, -25, 1032, 0x0ed1}, + {4150, -25, 1033, 0x0c6a}, + {4288, -25, 1142, 0x0e84} + } +}; + +StandTile tile_780 = { + 0x2f2220, 0x7a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4288, -25, 1142, 0x0c62}, + {4202, -25, 1295, 0x0c52}, + {4215, -25, 1308, 0x0e8c} + } +}; + +StandTile tile_781 = { + 0x081e20, 0x7a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4125, -25, 1230, 0x0c66}, + {4202, -25, 1295, 0x0c5e}, + {4288, -25, 1142, 0x0c6a} + } +}; + +StandTile tile_782 = { + 0x30ab20, 0x7a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4125, -25, 1230, 0x0000}, + {4198, -25, 1299, 0x0cee}, + {4202, -25, 1295, 0x0c62} + } +}; + +StandTile tile_783 = { + 0x081f20, 0x7a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4125, -25, 1230, 0x0c62}, + {4288, -25, 1142, 0x0c5a}, + {4150, -25, 1033, 0x0c72} + } +}; + +StandTile tile_784 = { + 0x2cd920, 0x7a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4002, -25, 1197, 0x0e90}, + {4054, -25, 1300, 0x0c72}, + {4150, -25, 1033, 0x0ec1} + } +}; + +StandTile tile_785 = { + 0x2cda20, 0x7a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4054, -25, 1300, 0x0000}, + {4125, -25, 1230, 0x0c6a}, + {4150, -25, 1033, 0x0c6e} + } +}; + +StandTile tile_786 = { + 0x2e8322, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4142, 64, 1353, 0x0c7a}, + {4152, 64, 1371, 0x0000}, + {4156, 64, 1367, 0x0bde} + } +}; + +StandTile tile_787 = { + 0x2e8321, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4142, 64, 1353, 0x0d69}, + {4139, 64, 1357, 0x0bd2}, + {4152, 64, 1371, 0x0c76} + } +}; + +StandTile tile_788 = { + 0x2e8522, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4146, 58, 1349, 0x0c82}, + {4156, 58, 1367, 0x0000}, + {4160, 58, 1363, 0x0be6} + } +}; + +StandTile tile_789 = { + 0x2e8521, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4146, 58, 1349, 0x0d60}, + {4142, 58, 1353, 0x0bda}, + {4156, 58, 1367, 0x0c7e} + } +}; + +StandTile tile_790 = { + 0x2e8722, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4150, 53, 1346, 0x0c8a}, + {4160, 53, 1363, 0x0000}, + {4164, 53, 1359, 0x0bee} + } +}; + +StandTile tile_791 = { + 0x2e8721, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4150, 53, 1346, 0x0d57}, + {4146, 53, 1349, 0x0be2}, + {4160, 53, 1363, 0x0c86} + } +}; + +StandTile tile_792 = { + 0x2e8922, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4154, 47, 1342, 0x0c92}, + {4164, 47, 1359, 0x0000}, + {4168, 47, 1355, 0x0bf6} + } +}; + +StandTile tile_793 = { + 0x2e8921, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4154, 47, 1342, 0x0d4e}, + {4150, 47, 1346, 0x0bea}, + {4164, 47, 1359, 0x0c8e} + } +}; + +StandTile tile_794 = { + 0x2e8b22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4158, 42, 1338, 0x0c9a}, + {4168, 42, 1355, 0x0000}, + {4172, 42, 1352, 0x0bfe} + } +}; + +StandTile tile_795 = { + 0x2e8b21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4158, 42, 1338, 0x0d45}, + {4154, 42, 1342, 0x0bf2}, + {4168, 42, 1355, 0x0c96} + } +}; + +StandTile tile_796 = { + 0x2e8d22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4162, 36, 1334, 0x0ca2}, + {4172, 36, 1352, 0x0000}, + {4176, 36, 1348, 0x0c06} + } +}; + +StandTile tile_797 = { + 0x2e8d21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4162, 36, 1334, 0x0d3c}, + {4158, 36, 1338, 0x0bfa}, + {4172, 36, 1352, 0x0c9e} + } +}; + +StandTile tile_798 = { + 0x2e8f22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4139, 69, 1357, 0x0caa}, + {4148, 69, 1375, 0x0000}, + {4152, 69, 1371, 0x0bd6} + } +}; + +StandTile tile_799 = { + 0x2e8f21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4139, 69, 1357, 0x0d72}, + {4135, 69, 1361, 0x0bca}, + {4148, 69, 1375, 0x0ca6} + } +}; + +StandTile tile_800 = { + 0x2e9422, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4166, 31, 1330, 0x0cb2}, + {4176, 31, 1348, 0x0000}, + {4180, 31, 1344, 0x0c0e} + } +}; + +StandTile tile_801 = { + 0x2e9421, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4166, 31, 1330, 0x0d33}, + {4162, 31, 1334, 0x0c02}, + {4176, 31, 1348, 0x0cae} + } +}; + +StandTile tile_802 = { + 0x2e9622, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4170, 25, 1326, 0x0cba}, + {4180, 25, 1344, 0x0000}, + {4184, 25, 1340, 0x0c16} + } +}; + +StandTile tile_803 = { + 0x2e9621, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4170, 25, 1326, 0x0d2a}, + {4166, 25, 1330, 0x0c0a}, + {4180, 25, 1344, 0x0cb6} + } +}; + +StandTile tile_804 = { + 0x2e9822, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4174, 19, 1322, 0x0cc2}, + {4184, 19, 1340, 0x0000}, + {4188, 19, 1336, 0x0c1e} + } +}; + +StandTile tile_805 = { + 0x2e9821, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4174, 19, 1322, 0x0d21}, + {4170, 19, 1326, 0x0c12}, + {4184, 19, 1340, 0x0cbe} + } +}; + +StandTile tile_806 = { + 0x2e9a22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4178, 14, 1318, 0x0cca}, + {4188, 14, 1336, 0x0000}, + {4192, 14, 1332, 0x0c26} + } +}; + +StandTile tile_807 = { + 0x2e9a21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4178, 14, 1318, 0x0d18}, + {4174, 14, 1322, 0x0c1a}, + {4188, 14, 1336, 0x0cc6} + } +}; + +StandTile tile_808 = { + 0x2e9c22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4182, 8, 1314, 0x0cd2}, + {4192, 8, 1332, 0x0000}, + {4196, 8, 1328, 0x0c2e} + } +}; + +StandTile tile_809 = { + 0x2e9c21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4182, 8, 1314, 0x0d0f}, + {4178, 8, 1318, 0x0c22}, + {4192, 8, 1332, 0x0cce} + } +}; + +StandTile tile_810 = { + 0x2e9e22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4186, 3, 1310, 0x0cda}, + {4196, 3, 1328, 0x0000}, + {4200, 3, 1324, 0x0c36} + } +}; + +StandTile tile_811 = { + 0x2e9e21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4186, 3, 1310, 0x0d06}, + {4182, 3, 1314, 0x0c2a}, + {4196, 3, 1328, 0x0cd6} + } +}; + +StandTile tile_812 = { + 0x2ea022, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4190, -3, 1306, 0x0ce2}, + {4200, -3, 1324, 0x0000}, + {4204, -3, 1320, 0x0c3e} + } +}; + +StandTile tile_813 = { + 0x2ea021, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4190, -3, 1306, 0x0000}, + {4186, -3, 1310, 0x0c32}, + {4200, -3, 1324, 0x0cde} + } +}; + +StandTile tile_814 = { + 0x2ea222, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4194, -8, 1303, 0x0cea}, + {4204, -8, 1320, 0x0000}, + {4207, -8, 1316, 0x0c46} + } +}; + +StandTile tile_815 = { + 0x2ea221, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4194, -8, 1303, 0x0000}, + {4190, -8, 1306, 0x0c3a}, + {4204, -8, 1320, 0x0ce6} + } +}; + +StandTile tile_816 = { + 0x30ac22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4198, -25, 1299, 0x0cf2}, + {4202, -19, 1295, 0x0c56}, + {4202, -25, 1295, 0x0c66} + } +}; + +StandTile tile_817 = { + 0x30ac21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4198, -25, 1299, 0x0000}, + {4198, -19, 1299, 0x0cfa}, + {4202, -19, 1295, 0x0cee} + } +}; + +StandTile tile_818 = { + 0x2ea422, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4202, -19, 1295, 0x0cfa}, + {4211, -19, 1312, 0x0000}, + {4215, -19, 1308, 0x0c56} + } +}; + +StandTile tile_819 = { + 0x2ea421, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4202, -19, 1295, 0x0cf2}, + {4198, -19, 1299, 0x0c4a}, + {4211, -19, 1312, 0x0cf6} + } +}; + +StandTile tile_820 = { + 0x2ea622, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4198, -14, 1299, 0x0d02}, + {4207, -14, 1316, 0x0000}, + {4211, -14, 1312, 0x0c4e} + } +}; + +StandTile tile_821 = { + 0x2ea621, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4198, -14, 1299, 0x0000}, + {4194, -14, 1303, 0x0c42}, + {4207, -14, 1316, 0x0cfe} + } +}; + +StandTile tile_822 = { + 0x307d22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4186, 75, 1310, 0x0d0a}, + {4182, 3, 1314, 0x0cda}, + {4186, 3, 1310, 0x0000} + } +}; + +StandTile tile_823 = { + 0x307d21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4186, 75, 1310, 0x0dd3}, + {4182, 75, 1314, 0x0d0f}, + {4182, 8, 1314, 0x0c2e}, + {4182, 3, 1314, 0x0d06} + } +}; + +StandTile tile_824 = { + 0x307c22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4182, 75, 1314, 0x0d13}, + {4178, 8, 1318, 0x0cd2}, + {4182, 8, 1314, 0x0d0a} + } +}; + +StandTile tile_825 = { + 0x307c21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4182, 75, 1314, 0x0dd7}, + {4178, 75, 1318, 0x0d18}, + {4178, 14, 1318, 0x0c26}, + {4178, 8, 1318, 0x0d0f} + } +}; + +StandTile tile_826 = { + 0x307b22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4178, 75, 1318, 0x0d1c}, + {4174, 14, 1322, 0x0cca}, + {4178, 14, 1318, 0x0d13} + } +}; + +StandTile tile_827 = { + 0x307b21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4178, 75, 1318, 0x0ddb}, + {4174, 75, 1322, 0x0d21}, + {4174, 19, 1322, 0x0c1e}, + {4174, 14, 1322, 0x0d18} + } +}; + +StandTile tile_828 = { + 0x307a22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4174, 75, 1322, 0x0d25}, + {4170, 19, 1326, 0x0cc2}, + {4174, 19, 1322, 0x0d1c} + } +}; + +StandTile tile_829 = { + 0x307a21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4174, 75, 1322, 0x0ddf}, + {4170, 75, 1326, 0x0d2a}, + {4170, 25, 1326, 0x0c16}, + {4170, 19, 1326, 0x0d21} + } +}; + +StandTile tile_830 = { + 0x307922, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4170, 75, 1326, 0x0d2e}, + {4166, 25, 1330, 0x0cba}, + {4170, 25, 1326, 0x0d25} + } +}; + +StandTile tile_831 = { + 0x307921, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4170, 75, 1326, 0x0deb}, + {4166, 75, 1330, 0x0d33}, + {4166, 31, 1330, 0x0c0e}, + {4166, 25, 1330, 0x0d2a} + } +}; + +StandTile tile_832 = { + 0x307822, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4166, 75, 1330, 0x0d37}, + {4162, 31, 1334, 0x0cb2}, + {4166, 31, 1330, 0x0d2e} + } +}; + +StandTile tile_833 = { + 0x307821, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4166, 75, 1330, 0x0df7}, + {4162, 75, 1334, 0x0d3c}, + {4162, 36, 1334, 0x0c06}, + {4162, 31, 1334, 0x0d33} + } +}; + +StandTile tile_834 = { + 0x307722, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4162, 75, 1334, 0x0d40}, + {4158, 36, 1338, 0x0ca2}, + {4162, 36, 1334, 0x0d37} + } +}; + +StandTile tile_835 = { + 0x307721, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4162, 75, 1334, 0x0dfb}, + {4158, 75, 1338, 0x0d45}, + {4158, 42, 1338, 0x0bfe}, + {4158, 36, 1338, 0x0d3c} + } +}; + +StandTile tile_836 = { + 0x307622, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4158, 75, 1338, 0x0d49}, + {4154, 42, 1342, 0x0c9a}, + {4158, 42, 1338, 0x0d40} + } +}; + +StandTile tile_837 = { + 0x307621, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4158, 75, 1338, 0x0dff}, + {4154, 75, 1342, 0x0d4e}, + {4154, 47, 1342, 0x0bf6}, + {4154, 42, 1342, 0x0d45} + } +}; + +StandTile tile_838 = { + 0x307522, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4154, 75, 1342, 0x0d52}, + {4150, 47, 1346, 0x0c92}, + {4154, 47, 1342, 0x0d49} + } +}; + +StandTile tile_839 = { + 0x307521, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4154, 75, 1342, 0x0e03}, + {4150, 75, 1346, 0x0d57}, + {4150, 53, 1346, 0x0bee}, + {4150, 47, 1346, 0x0d4e} + } +}; + +StandTile tile_840 = { + 0x307422, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4150, 75, 1346, 0x0d5b}, + {4146, 53, 1349, 0x0c8a}, + {4150, 53, 1346, 0x0d52} + } +}; + +StandTile tile_841 = { + 0x307421, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4150, 75, 1346, 0x0e17}, + {4146, 75, 1349, 0x0d60}, + {4146, 58, 1349, 0x0be6}, + {4146, 53, 1349, 0x0d57} + } +}; + +StandTile tile_842 = { + 0x307322, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4146, 75, 1349, 0x0d64}, + {4142, 58, 1353, 0x0c82}, + {4146, 58, 1349, 0x0d5b} + } +}; + +StandTile tile_843 = { + 0x307321, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4146, 75, 1349, 0x0e60}, + {4142, 75, 1353, 0x0d69}, + {4142, 64, 1353, 0x0bde}, + {4142, 58, 1353, 0x0d60} + } +}; + +StandTile tile_844 = { + 0x307222, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4142, 75, 1353, 0x0d6d}, + {4139, 64, 1357, 0x0c7a}, + {4142, 64, 1353, 0x0d64} + } +}; + +StandTile tile_845 = { + 0x307221, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4142, 75, 1353, 0x0e64}, + {4139, 75, 1357, 0x0d72}, + {4139, 69, 1357, 0x0bd6}, + {4139, 64, 1357, 0x0d69} + } +}; + +StandTile tile_846 = { + 0x307122, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4139, 75, 1357, 0x0d76}, + {4135, 69, 1361, 0x0caa}, + {4139, 69, 1357, 0x0d6d} + } +}; + +StandTile tile_847 = { + 0x307121, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4139, 75, 1357, 0x0e54}, + {4135, 75, 1361, 0x0bce}, + {4135, 69, 1361, 0x0d72} + } +}; + +StandTile tile_848 = { + 0x30aa20, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4071, 75, 1256, 0x0d96}, + {4091, 75, 1281, 0x0000}, + {4097, 75, 1276, 0x0d7e} + } +}; + +StandTile tile_849 = { + 0x30a920, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4071, 75, 1256, 0x0d7a}, + {4097, 75, 1276, 0x0000}, + {4102, 75, 1270, 0x0d86} + } +}; + +StandTile tile_850 = { + 0x30a822, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4084, 75, 1243, 0x0d86}, + {4102, 75, 1270, 0x0000}, + {4107, 75, 1265, 0x0d8e} + } +}; + +StandTile tile_851 = { + 0x30a821, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4084, 75, 1243, 0x0000}, + {4071, 75, 1256, 0x0d7e}, + {4102, 75, 1270, 0x0d82} + } +}; + +StandTile tile_852 = { + 0x30a722, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4106, 75, 1222, 0x0d8e}, + {4107, 75, 1265, 0x0000}, + {4113, 75, 1260, 0x0d92} + } +}; + +StandTile tile_853 = { + 0x30a721, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4106, 75, 1222, 0x0000}, + {4084, 75, 1243, 0x0d82}, + {4107, 75, 1265, 0x0d8a} + } +}; + +StandTile tile_854 = { + 0x30a620, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4121, 75, 1251, 0x0daa}, + {4106, 75, 1222, 0x0d8a}, + {4113, 75, 1260, 0x0000} + } +}; + +StandTile tile_855 = { + 0x30a520, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4091, 75, 1281, 0x0d7a}, + {4071, 75, 1256, 0x0d9a}, + {4086, 75, 1286, 0x0000} + } +}; + +StandTile tile_856 = { + 0x30a420, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4071, 75, 1256, 0x0000}, + {4047, 75, 1280, 0x0d9e}, + {4086, 75, 1286, 0x0d96} + } +}; + +StandTile tile_857 = { + 0x30a320, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4086, 75, 1286, 0x0d9a}, + {4047, 75, 1280, 0x0da2}, + {4076, 75, 1296, 0x0000} + } +}; + +StandTile tile_858 = { + 0x30a220, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4076, 75, 1296, 0x0d9e}, + {4047, 75, 1280, 0x0da6}, + {4072, 75, 1300, 0x0000} + } +}; + +StandTile tile_859 = { + 0x30a120, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4047, 75, 1280, 0x0000}, + {4046, 75, 1320, 0x0e44}, + {4072, 75, 1300, 0x0da2} + } +}; + +StandTile tile_860 = { + 0x30a020, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4106, 75, 1222, 0x0d92}, + {4121, 75, 1251, 0x0000}, + {4125, 75, 1247, 0x0dae} + } +}; + +StandTile tile_861 = { + 0x309f20, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4145, 75, 1222, 0x0000}, + {4106, 75, 1222, 0x0daa}, + {4125, 75, 1247, 0x0db7} + } +}; + +StandTile tile_862 = { + 0x309e22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4172, 75, 1249, 0x0db7}, + {4125, 75, 1247, 0x0000}, + {4138, 75, 1260, 0x0df3}, + {4158, 75, 1280, 0x0dbf} + } +}; + +StandTile tile_863 = { + 0x309e21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4172, 75, 1249, 0x0000}, + {4145, 75, 1222, 0x0dae}, + {4125, 75, 1247, 0x0db2} + } +}; + +StandTile tile_864 = { + 0x309d22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4204, 75, 1281, 0x0dbf}, + {4158, 75, 1280, 0x0de7}, + {4174, 75, 1297, 0x0dc3} + } +}; + +StandTile tile_865 = { + 0x309d21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4204, 75, 1281, 0x0000}, + {4172, 75, 1249, 0x0db2}, + {4158, 75, 1280, 0x0dbb} + } +}; + +StandTile tile_866 = { + 0x309c20, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4204, 75, 1281, 0x0dbb}, + {4174, 75, 1297, 0x0000}, + {4178, 75, 1301, 0x0dcb} + } +}; + +StandTile tile_867 = { + 0x309b22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4204, 75, 1281, 0x0dcb}, + {4186, 75, 1310, 0x0000}, + {4204, 75, 1320, 0x0000} + } +}; + +StandTile tile_868 = { + 0x309b21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4204, 75, 1281, 0x0dc3}, + {4178, 75, 1301, 0x0dd3}, + {4186, 75, 1310, 0x0dc7} + } +}; + +StandTile tile_869 = { + 0x309a22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4182, 75, 1314, 0x0dd3}, + {4178, 75, 1301, 0x0000}, + {4174, 75, 1305, 0x0dd7} + } +}; + +StandTile tile_870 = { + 0x309a21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4182, 75, 1314, 0x0d0a}, + {4186, 75, 1310, 0x0dcb}, + {4178, 75, 1301, 0x0dcf} + } +}; + +StandTile tile_871 = { + 0x309920, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4178, 75, 1318, 0x0d13}, + {4182, 75, 1314, 0x0dcf}, + {4174, 75, 1305, 0x0ddb} + } +}; + +StandTile tile_872 = { + 0x309820, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4174, 75, 1322, 0x0d1c}, + {4178, 75, 1318, 0x0dd7}, + {4174, 75, 1305, 0x0ddf} + } +}; + +StandTile tile_873 = { + 0x309720, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4174, 75, 1322, 0x0ddb}, + {4174, 75, 1305, 0x0de3}, + {4170, 75, 1326, 0x0d25} + } +}; + +StandTile tile_874 = { + 0x309622, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4174, 75, 1305, 0x0de7}, + {4158, 75, 1280, 0x0deb}, + {4170, 75, 1326, 0x0ddf} + } +}; + +StandTile tile_875 = { + 0x309621, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4174, 75, 1305, 0x0000}, + {4174, 75, 1297, 0x0dbb}, + {4158, 75, 1280, 0x0de3} + } +}; + +StandTile tile_876 = { + 0x309520, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4170, 75, 1326, 0x0de3}, + {4158, 75, 1280, 0x0def}, + {4166, 75, 1330, 0x0d2e} + } +}; + +StandTile tile_877 = { + 0x309422, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4158, 75, 1280, 0x0df3}, + {4133, 75, 1307, 0x0df7}, + {4166, 75, 1330, 0x0deb} + } +}; + +StandTile tile_878 = { + 0x309421, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4158, 75, 1280, 0x0db2}, + {4138, 75, 1260, 0x0e07}, + {4133, 75, 1307, 0x0def} + } +}; + +StandTile tile_879 = { + 0x309320, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4166, 75, 1330, 0x0def}, + {4133, 75, 1307, 0x0dfb}, + {4162, 75, 1334, 0x0d37} + } +}; + +StandTile tile_880 = { + 0x309220, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4162, 75, 1334, 0x0df7}, + {4133, 75, 1307, 0x0dff}, + {4158, 75, 1338, 0x0d40} + } +}; + +StandTile tile_881 = { + 0x309120, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4158, 75, 1338, 0x0dfb}, + {4133, 75, 1307, 0x0e03}, + {4154, 75, 1342, 0x0d49} + } +}; + +StandTile tile_882 = { + 0x309020, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4154, 75, 1342, 0x0dff}, + {4133, 75, 1307, 0x0e1b}, + {4150, 75, 1346, 0x0d52} + } +}; + +StandTile tile_883 = { + 0x308f22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4138, 75, 1260, 0x0e0b}, + {4102, 75, 1306, 0x0e0f}, + {4133, 75, 1307, 0x0df3} + } +}; + +StandTile tile_884 = { + 0x308f21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4138, 75, 1260, 0x0000}, + {4097, 75, 1300, 0x0f5d}, + {4102, 75, 1306, 0x0e07} + } +}; + +StandTile tile_885 = { + 0x308e20, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4102, 75, 1306, 0x0f66}, + {4107, 75, 1311, 0x0e13}, + {4133, 75, 1307, 0x0e07} + } +}; + +StandTile tile_886 = { + 0x308d20, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4133, 75, 1307, 0x0e0f}, + {4107, 75, 1311, 0x0f6f}, + {4112, 75, 1316, 0x0e1b} + } +}; + +StandTile tile_887 = { + 0x308c22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4150, 75, 1346, 0x0e1b}, + {4112, 75, 1316, 0x0e60}, + {4146, 75, 1349, 0x0d5b} + } +}; + +StandTile tile_888 = { + 0x308c21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4150, 75, 1346, 0x0e03}, + {4133, 75, 1307, 0x0e13}, + {4112, 75, 1316, 0x0e17} + } +}; + +StandTile tile_889 = { + 0x308b20, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4105, 75, 1379, 0x0000}, + {4144, 75, 1379, 0x0e23}, + {4135, 75, 1361, 0x0e27} + } +}; + +StandTile tile_890 = { + 0x308a20, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4144, 75, 1379, 0x0000}, + {4148, 75, 1375, 0x0bce}, + {4135, 75, 1361, 0x0e1f} + } +}; + +StandTile tile_891 = { + 0x308920, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4105, 75, 1379, 0x0e1f}, + {4135, 75, 1361, 0x0e54}, + {4125, 75, 1354, 0x0e30} + } +}; + +StandTile tile_892 = { + 0x308822, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4074, 75, 1348, 0x0e30}, + {4125, 75, 1354, 0x0000}, + {4121, 75, 1350, 0x0e5c}, + {4100, 75, 1329, 0x0e34} + } +}; + +StandTile tile_893 = { + 0x308821, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4074, 75, 1348, 0x0000}, + {4105, 75, 1379, 0x0e27}, + {4125, 75, 1354, 0x0e2b} + } +}; + +StandTile tile_894 = { + 0x308720, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4074, 75, 1348, 0x0e2b}, + {4100, 75, 1329, 0x0f7b}, + {4095, 75, 1323, 0x0e3c} + } +}; + +StandTile tile_895 = { + 0x308620, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4063, 75, 1336, 0x0000}, + {4074, 75, 1348, 0x0e3c}, + {4089, 75, 1318, 0x0e40} + } +}; + +StandTile tile_896 = { + 0x308520, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4074, 75, 1348, 0x0e34}, + {4095, 75, 1323, 0x0f95}, + {4089, 75, 1318, 0x0e38} + } +}; + +StandTile tile_897 = { + 0x308420, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4063, 75, 1336, 0x0e38}, + {4089, 75, 1318, 0x0f8c}, + {4084, 75, 1313, 0x0e4c} + } +}; + +StandTile tile_898 = { + 0x308320, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4046, 75, 1320, 0x0e48}, + {4076, 75, 1304, 0x0000}, + {4072, 75, 1300, 0x0da6} + } +}; + +StandTile tile_899 = { + 0x308222, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4046, 75, 1320, 0x0e4c}, + {4084, 75, 1313, 0x0f83}, + {4076, 75, 1304, 0x0e44} + } +}; + +StandTile tile_900 = { + 0x308221, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4046, 75, 1320, 0x0000}, + {4063, 75, 1336, 0x0e40}, + {4084, 75, 1313, 0x0e48} + } +}; + +StandTile tile_901 = { + 0x308122, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4125, 75, 1354, 0x0e54}, + {4139, 75, 1357, 0x0e64}, + {4129, 75, 1350, 0x0000} + } +}; + +StandTile tile_902 = { + 0x308121, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4125, 75, 1354, 0x0e27}, + {4135, 75, 1361, 0x0d76}, + {4139, 75, 1357, 0x0e50} + } +}; + +StandTile tile_903 = { + 0x308022, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4112, 75, 1316, 0x0e5c}, + {4121, 75, 1350, 0x0000}, + {4129, 75, 1350, 0x0e68} + } +}; + +StandTile tile_904 = { + 0x308021, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4112, 75, 1316, 0x107a}, + {4100, 75, 1329, 0x0e2b}, + {4121, 75, 1350, 0x0e58} + } +}; + +StandTile tile_905 = { + 0x307f20, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4146, 75, 1349, 0x0e17}, + {4112, 75, 1316, 0x0e68}, + {4142, 75, 1353, 0x0d64} + } +}; + +StandTile tile_906 = { + 0x307e22, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4142, 75, 1353, 0x0e68}, + {4129, 75, 1350, 0x0e50}, + {4139, 75, 1357, 0x0d6d} + } +}; + +StandTile tile_907 = { + 0x307e21, 0x7a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4142, 75, 1353, 0x0e60}, + {4112, 75, 1316, 0x0e58}, + {4129, 75, 1350, 0x0e64} + } +}; + +StandTile tile_908 = { + 0x080720, 0x7a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4119, -25, 1480, 0x0e7c}, + {4172, -25, 1612, 0x0e74}, + {4237, -25, 1567, 0x0e70} + } +}; + +StandTile tile_909 = { + 0x080820, 0x7a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4417, -25, 1452, 0x0e9c}, + {4119, -25, 1480, 0x0e6c}, + {4237, -25, 1567, 0x0000} + } +}; + +StandTile tile_910 = { + 0x080920, 0x7a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4148, -25, 1687, 0x0000}, + {4237, -25, 1567, 0x0e6c}, + {4172, -25, 1612, 0x0e78} + } +}; + +StandTile tile_911 = { + 0x080a20, 0x7a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4148, -25, 1687, 0x0e74}, + {4172, -25, 1612, 0x0e80}, + {3908, -25, 1758, 0x0e88} + } +}; + +StandTile tile_912 = { + 0x080b20, 0x7a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4119, -25, 1480, 0x0e94}, + {3742, -25, 1353, 0x0e80}, + {4172, -25, 1612, 0x0e6c} + } +}; + +StandTile tile_913 = { + 0x080c20, 0x7a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4172, -25, 1612, 0x0e7c}, + {3742, -25, 1353, 0x0000}, + {3908, -25, 1758, 0x0e78} + } +}; + +StandTile tile_914 = { + 0x081120, 0x7a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4417, -25, 1452, 0x0000}, + {4356, -25, 1032, 0x0c5a}, + {4288, -25, 1142, 0x0e8c} + } +}; + +StandTile tile_915 = { + 0x081220, 0x7a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {4058, -25, 1808, 0x0000}, + {4148, -25, 1687, 0x0e78}, + {3908, -25, 1758, 0x0eb1} + } +}; + +StandTile tile_916 = { + 0x081d20, 0x7a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4288, -25, 1142, 0x0c5e}, + {4215, -25, 1308, 0x0e98}, + {4417, -25, 1452, 0x0e84} + } +}; + +StandTile tile_917 = { + 0x2d0422, 0x7a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3742, -25, 1353, 0x0e94}, + {4054, -25, 1300, 0x0c6e}, + {4002, -25, 1197, 0x0eb9} + } +}; + +StandTile tile_918 = { + 0x2d0421, 0x7a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3742, -25, 1353, 0x0e7c}, + {4119, -25, 1480, 0x0ea0}, + {4054, -25, 1300, 0x0e90} + } +}; + +StandTile tile_919 = { + 0x2f2122, 0x7a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4125, -25, 1371, 0x0e9c}, + {4417, -25, 1452, 0x0e8c}, + {4215, -25, 1308, 0x0000} + } +}; + +StandTile tile_920 = { + 0x2f2121, 0x7a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4125, -25, 1371, 0x0ea8}, + {4119, -25, 1480, 0x0e70}, + {4417, -25, 1452, 0x0e98} + } +}; + +StandTile tile_921 = { + 0x2f2a20, 0x7a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4119, -25, 1480, 0x0ea4}, + {4087, -25, 1333, 0x0000}, + {4054, -25, 1300, 0x0e94} + } +}; + +StandTile tile_922 = { + 0x2f2c20, 0x7a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4119, -25, 1480, 0x0ea8}, + {4103, -25, 1349, 0x10ef}, + {4087, -25, 1333, 0x0ea0} + } +}; + +StandTile tile_923 = { + 0x2f2b20, 0x7a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4119, -25, 1480, 0x0e9c}, + {4125, -25, 1371, 0x0000}, + {4103, -25, 1349, 0x0ea4} + } +}; + +StandTile tile_924 = { + 0x2f5722, 0x7a, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {4078, -25, 1823, 0x0eb1}, + {3908, -25, 1758, 0x0000}, + {3910, -25, 1823, 0x1187}, + {4062, -25, 1823, 0x0000} + } +}; + +StandTile tile_925 = { + 0x2f5721, 0x7a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4078, -25, 1823, 0x0000}, + {4058, -25, 1808, 0x0e88}, + {3908, -25, 1758, 0x0eac} + } +}; + +StandTile tile_926 = { + 0x080320, 0x79, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3742, -25, 1353, 0x0eb9}, + {3756, -25, 958, 0x0b99}, + {3571, -25, 1039, 0x0000} + } +}; + +StandTile tile_927 = { + 0x080420, 0x79, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4002, -25, 1197, 0x0ebd}, + {3756, -25, 958, 0x0eb5}, + {3742, -25, 1353, 0x0e90} + } +}; + +StandTile tile_928 = { + 0x2cfa22, 0x79, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4002, -25, 1197, 0x0ec1}, + {3889, -25, 823, 0x0b95}, + {3756, -25, 958, 0x0eb9} + } +}; + +StandTile tile_929 = { + 0x2cfa21, 0x79, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4002, -25, 1197, 0x0c6e}, + {4150, -25, 1033, 0x0ec9}, + {3889, -25, 823, 0x0ebd} + } +}; + +StandTile tile_930 = { + 0x2cf322, 0x79, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3957, -25, 742, 0x0ec9}, + {4150, -25, 1033, 0x0ecd}, + {3961, -25, 737, 0x0000} + } +}; + +StandTile tile_931 = { + 0x2cf321, 0x79, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3957, -25, 742, 0x0b91}, + {3889, -25, 823, 0x0ec1}, + {4150, -25, 1033, 0x0ec5} + } +}; + +StandTile tile_932 = { + 0x2cd720, 0x79, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4189, -25, 907, 0x0000}, + {3961, -25, 737, 0x0ec5}, + {4150, -25, 1033, 0x0ed1} + } +}; + +StandTile tile_933 = { + 0x080f20, 0x79, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4356, -25, 1032, 0x0000}, + {4189, -25, 907, 0x0ecd}, + {4150, -25, 1033, 0x0c5a} + } +}; + +StandTile tile_934 = { + 0x2ccb22, 0x75, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3625, -25, 611, 0x0ed9}, + {3575, -25, 542, 0x0efd}, + {3528, -25, 554, 0x0edd} + } +}; + +StandTile tile_935 = { + 0x2ccb21, 0x75, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3625, -25, 611, 0x0ef5}, + {3615, -25, 572, 0x0f1d}, + {3575, -25, 542, 0x0ed5} + } +}; + +StandTile tile_936 = { + 0x2cca20, 0x75, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3618, -25, 621, 0x0000}, + {3625, -25, 611, 0x0ed5}, + {3528, -25, 554, 0x0000} + } +}; + +StandTile tile_937 = { + 0x2cc820, 0x75, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3670, -25, 551, 0x0000}, + {3678, -25, 541, 0x0000}, + {3588, -25, 474, 0x0ee5} + } +}; + +StandTile tile_938 = { + 0x2cc722, 0x75, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3590, -25, 522, 0x0ee9}, + {3670, -25, 551, 0x0ee1}, + {3588, -25, 474, 0x0f01} + } +}; + +StandTile tile_939 = { + 0x2cc721, 0x75, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3590, -25, 522, 0x0f11}, + {3630, -25, 552, 0x0ef9}, + {3670, -25, 551, 0x0ee5} + } +}; + +StandTile tile_940 = { + 0x011e22, 0x75, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3680, -25, 558, 0x0ef1}, + {3625, -25, 611, 0x0000}, + {3635, -25, 618, 0x0b4d} + } +}; + +StandTile tile_941 = { + 0x011e21, 0x75, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3680, -25, 558, 0x0000}, + {3670, -25, 551, 0x0ef5}, + {3625, -25, 611, 0x0eed} + } +}; + +StandTile tile_942 = { + 0x011d22, 0x75, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3670, -25, 551, 0x0ef9}, + {3615, -25, 572, 0x0ed9}, + {3625, -25, 611, 0x0ef1} + } +}; + +StandTile tile_943 = { + 0x011d21, 0x75, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3670, -25, 551, 0x0ee9}, + {3630, -25, 552, 0x0f15}, + {3615, -25, 572, 0x0ef5} + } +}; + +StandTile tile_944 = { + 0x011920, 0x75, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3528, -25, 554, 0x0ed5}, + {3575, -25, 542, 0x0f09}, + {3532, -25, 549, 0x0000} + } +}; + +StandTile tile_945 = { + 0x011520, 0x75, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3575, -25, 542, 0x0f25}, + {3590, -25, 522, 0x0ee5}, + {3588, -25, 474, 0x0f05} + } +}; + +StandTile tile_946 = { + 0x011420, 0x75, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3547, -25, 529, 0x0f09}, + {3575, -25, 542, 0x0f01}, + {3588, -25, 474, 0x0000} + } +}; + +StandTile tile_947 = { + 0x011320, 0x75, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3532, -25, 549, 0x0efd}, + {3575, -25, 542, 0x0f05}, + {3547, -25, 529, 0x0f41} + } +}; + +StandTile tile_948 = { + 0x010d22, 0x75, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3630, -25, 552, 0x0f11}, + {3590, -27, 522, 0x0f31}, + {3630, -27, 552, 0x0f19} + } +}; + +StandTile tile_949 = { + 0x010d21, 0x75, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3630, -25, 552, 0x0ee9}, + {3590, -25, 522, 0x0f29}, + {3590, -27, 522, 0x0f0d} + } +}; + +StandTile tile_950 = { + 0x010c22, 0x75, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3630, -25, 552, 0x0f19}, + {3615, -27, 572, 0x0f21}, + {3615, -25, 572, 0x0ef9} + } +}; + +StandTile tile_951 = { + 0x010c21, 0x75, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3630, -25, 552, 0x0f0d}, + {3630, -27, 552, 0x0f31}, + {3615, -27, 572, 0x0f15} + } +}; + +StandTile tile_952 = { + 0x010b22, 0x75, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3615, -25, 572, 0x0f21}, + {3575, -27, 542, 0x0f25}, + {3575, -25, 542, 0x0ed9} + } +}; + +StandTile tile_953 = { + 0x010b21, 0x75, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3615, -25, 572, 0x0f15}, + {3615, -27, 572, 0x0f2d}, + {3575, -27, 542, 0x0f1d} + } +}; + +StandTile tile_954 = { + 0x010a22, 0x75, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3575, -27, 542, 0x0f29}, + {3590, -25, 522, 0x0f01}, + {3575, -25, 542, 0x0f1d} + } +}; + +StandTile tile_955 = { + 0x010a21, 0x75, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3575, -27, 542, 0x0f2d}, + {3590, -27, 522, 0x0f11}, + {3590, -25, 522, 0x0f25} + } +}; + +StandTile tile_956 = { + 0x010922, 0x75, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3615, -27, 572, 0x0f31}, + {3590, -27, 522, 0x0f29}, + {3575, -27, 542, 0x0f21} + } +}; + +StandTile tile_957 = { + 0x010921, 0x75, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3615, -27, 572, 0x0f19}, + {3630, -27, 552, 0x0f0d}, + {3590, -27, 522, 0x0f2d} + } +}; + +StandTile tile_958 = { + 0x2cc520, 0x74, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3457, -25, 376, 0x0000}, + {3398, -25, 456, 0x0000}, + {3408, -25, 464, 0x0f39} + } +}; + +StandTile tile_959 = { + 0x2cc420, 0x74, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3488, -25, 461, 0x0f59}, + {3457, -25, 376, 0x0f35}, + {3408, -25, 464, 0x0f45} + } +}; + +StandTile tile_960 = { + 0x012b22, 0x74, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3532, -25, 549, 0x0f41}, + {3537, -25, 521, 0x0f51}, + {3522, -25, 541, 0x0000} + } +}; + +StandTile tile_961 = { + 0x012b21, 0x74, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3532, -25, 549, 0x0f09}, + {3547, -25, 529, 0x0000}, + {3537, -25, 521, 0x0f3d} + } +}; + +StandTile tile_962 = { + 0x012820, 0x74, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3408, -25, 464, 0x10ff}, + {3428, -25, 479, 0x0f49}, + {3488, -25, 461, 0x0f39} + } +}; + +StandTile tile_963 = { + 0x012720, 0x74, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3428, -25, 479, 0x0000}, + {3518, -25, 546, 0x0f4d}, + {3488, -25, 461, 0x0f45} + } +}; + +StandTile tile_964 = { + 0x012620, 0x74, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3518, -25, 546, 0x0000}, + {3522, -25, 541, 0x0f51}, + {3488, -25, 461, 0x0f49} + } +}; + +StandTile tile_965 = { + 0x012520, 0x74, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3522, -25, 541, 0x0f3d}, + {3537, -25, 521, 0x0f55}, + {3488, -25, 461, 0x0f4d} + } +}; + +StandTile tile_966 = { + 0x012420, 0x74, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3537, -25, 521, 0x0000}, + {3578, -25, 466, 0x0f59}, + {3488, -25, 461, 0x0f51} + } +}; + +StandTile tile_967 = { + 0x012320, 0x74, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3488, -25, 461, 0x0f55}, + {3578, -25, 466, 0x0000}, + {3457, -25, 376, 0x0f39} + } +}; + +StandTile tile_968 = { + 0x306922, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4097, 75, 1300, 0x0f62}, + {4102, 58, 1306, 0x1012}, + {4102, 64, 1306, 0x0f6b}, + {4102, 75, 1306, 0x0e0b} + } +}; + +StandTile tile_969 = { + 0x306921, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4097, 75, 1300, 0x0000}, + {4097, 58, 1300, 0x102a}, + {4102, 58, 1306, 0x0f5d} + } +}; + +StandTile tile_970 = { + 0x306822, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4102, 75, 1306, 0x0f6b}, + {4107, 64, 1311, 0x101a}, + {4107, 69, 1311, 0x0f73}, + {4107, 75, 1311, 0x0e0f} + } +}; + +StandTile tile_971 = { + 0x306821, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4102, 75, 1306, 0x0f5d}, + {4102, 64, 1306, 0x1032}, + {4107, 64, 1311, 0x0f66} + } +}; + +StandTile tile_972 = { + 0x306722, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4107, 75, 1311, 0x0f73}, + {4112, 69, 1316, 0x107a}, + {4112, 75, 1316, 0x0e13} + } +}; + +StandTile tile_973 = { + 0x306721, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4107, 75, 1311, 0x0f66}, + {4107, 69, 1311, 0x1022}, + {4112, 69, 1316, 0x0f6f} + } +}; + +StandTile tile_974 = { + 0x306622, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4095, 75, 1323, 0x0f7b}, + {4100, 69, 1329, 0x1026}, + {4095, 69, 1323, 0x0f95} + } +}; + +StandTile tile_975 = { + 0x306621, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4095, 75, 1323, 0x0e34}, + {4100, 75, 1329, 0x107e}, + {4100, 69, 1329, 0x0f77} + } +}; + +StandTile tile_976 = { + 0x306522, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4076, 75, 1304, 0x0f83}, + {4084, 53, 1313, 0x10ba}, + {4076, 53, 1304, 0x0000} + } +}; + +StandTile tile_977 = { + 0x306521, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4076, 75, 1304, 0x0e48}, + {4084, 75, 1313, 0x0f88}, + {4084, 58, 1313, 0x100e}, + {4084, 53, 1313, 0x0f7f} + } +}; + +StandTile tile_978 = { + 0x306422, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4084, 75, 1313, 0x0f8c}, + {4089, 58, 1318, 0x102e}, + {4084, 58, 1313, 0x0f83} + } +}; + +StandTile tile_979 = { + 0x306421, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4084, 75, 1313, 0x0e40}, + {4089, 75, 1318, 0x0f91}, + {4089, 64, 1318, 0x1016}, + {4089, 58, 1318, 0x0f88} + } +}; + +StandTile tile_980 = { + 0x306322, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4089, 75, 1318, 0x0f95}, + {4095, 64, 1323, 0x1036}, + {4089, 64, 1318, 0x0f8c} + } +}; + +StandTile tile_981 = { + 0x306321, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4089, 75, 1318, 0x0e3c}, + {4095, 75, 1323, 0x0f77}, + {4095, 69, 1323, 0x101e}, + {4095, 64, 1323, 0x0f91} + } +}; + +StandTile tile_982 = { + 0x2f1f22, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4155, -25, 1324, 0x0f9e}, + {4143, -19, 1311, 0x0000}, + {4143, -25, 1311, 0x10e3} + } +}; + +StandTile tile_983 = { + 0x2f1f21, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4155, -25, 1324, 0x0000}, + {4155, -19, 1324, 0x105a}, + {4143, -19, 1311, 0x0f9a} + } +}; + +StandTile tile_984 = { + 0x2f1e22, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4160, -19, 1318, 0x0fa6}, + {4148, -14, 1306, 0x0000}, + {4148, -19, 1306, 0x105e} + } +}; + +StandTile tile_985 = { + 0x2f1e21, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4160, -19, 1318, 0x0000}, + {4160, -14, 1318, 0x1046}, + {4148, -14, 1306, 0x0fa2} + } +}; + +StandTile tile_986 = { + 0x2f1d22, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4153, -14, 1301, 0x0fae}, + {4166, -8, 1288, 0x10aa}, + {4153, -8, 1301, 0x0000} + } +}; + +StandTile tile_987 = { + 0x2f1d21, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4153, -14, 1301, 0x1072}, + {4166, -14, 1288, 0x0000}, + {4166, -8, 1288, 0x0faa} + } +}; + +StandTile tile_988 = { + 0x2f1c22, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4148, -8, 1295, 0x0fb6}, + {4160, -3, 1283, 0x10a2}, + {4148, -3, 1295, 0x0000} + } +}; + +StandTile tile_989 = { + 0x2f1c21, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4148, -8, 1295, 0x10ae}, + {4160, -8, 1283, 0x0000}, + {4160, -3, 1283, 0x0fb2} + } +}; + +StandTile tile_990 = { + 0x2f1b22, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4143, -3, 1290, 0x0fbe}, + {4155, 3, 1278, 0x1092}, + {4143, 3, 1290, 0x0000} + } +}; + +StandTile tile_991 = { + 0x2f1b21, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4143, -3, 1290, 0x10a6}, + {4155, -3, 1278, 0x0000}, + {4155, 3, 1278, 0x0fba} + } +}; + +StandTile tile_992 = { + 0x2f1a22, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4137, 3, 1285, 0x0fc6}, + {4150, 8, 1272, 0x108a}, + {4137, 8, 1285, 0x0000} + } +}; + +StandTile tile_993 = { + 0x2f1a21, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4137, 3, 1285, 0x1096}, + {4150, 3, 1272, 0x0000}, + {4150, 8, 1272, 0x0fc2} + } +}; + +StandTile tile_994 = { + 0x2f1922, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4132, 8, 1279, 0x0fce}, + {4144, 14, 1267, 0x109a}, + {4132, 14, 1279, 0x0000} + } +}; + +StandTile tile_995 = { + 0x2f1921, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4132, 8, 1279, 0x108e}, + {4144, 8, 1267, 0x0000}, + {4144, 14, 1267, 0x0fca} + } +}; + +StandTile tile_996 = { + 0x2f1822, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4127, 14, 1274, 0x0fd6}, + {4139, 19, 1262, 0x106e}, + {4127, 19, 1274, 0x0000} + } +}; + +StandTile tile_997 = { + 0x2f1821, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4127, 14, 1274, 0x109e}, + {4139, 14, 1262, 0x0000}, + {4139, 19, 1262, 0x0fd2} + } +}; + +StandTile tile_998 = { + 0x2f1722, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4125, 19, 1272, 0x0fde}, + {4113, 25, 1260, 0x1052}, + {4125, 25, 1272, 0x0000} + } +}; + +StandTile tile_999 = { + 0x2f1721, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4125, 19, 1272, 0x1086}, + {4113, 19, 1260, 0x0000}, + {4113, 25, 1260, 0x0fda} + } +}; + +StandTile tile_1000 = { + 0x2f1622, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4120, 25, 1278, 0x0fe6}, + {4107, 31, 1265, 0x1062}, + {4120, 31, 1278, 0x0000} + } +}; + +StandTile tile_1001 = { + 0x2f1621, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4120, 25, 1278, 0x1056}, + {4107, 25, 1265, 0x0000}, + {4107, 31, 1265, 0x0fe2} + } +}; + +StandTile tile_1002 = { + 0x2f1522, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4114, 31, 1283, 0x0fee}, + {4102, 36, 1270, 0x104a}, + {4114, 36, 1283, 0x0000} + } +}; + +StandTile tile_1003 = { + 0x2f1521, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4114, 31, 1283, 0x1066}, + {4102, 31, 1270, 0x0000}, + {4102, 36, 1270, 0x0fea} + } +}; + +StandTile tile_1004 = { + 0x2f1422, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4109, 36, 1288, 0x0ff6}, + {4097, 42, 1276, 0x103a}, + {4109, 42, 1288, 0x0000} + } +}; + +StandTile tile_1005 = { + 0x2f1421, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4109, 36, 1288, 0x104e}, + {4097, 36, 1276, 0x0000}, + {4097, 42, 1276, 0x0ff2} + } +}; + +StandTile tile_1006 = { + 0x2f1322, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4104, 42, 1293, 0x0ffe}, + {4091, 47, 1281, 0x10bf}, + {4104, 47, 1293, 0x0000} + } +}; + +StandTile tile_1007 = { + 0x2f1321, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4104, 42, 1293, 0x103e}, + {4091, 42, 1281, 0x0000}, + {4091, 47, 1281, 0x0ffa} + } +}; + +StandTile tile_1008 = { + 0x2f1222, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4098, 47, 1299, 0x1006}, + {4086, 53, 1286, 0x10b2}, + {4097, 53, 1300, 0x0000} + } +}; + +StandTile tile_1009 = { + 0x2f1221, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4098, 47, 1299, 0x10c3}, + {4086, 47, 1286, 0x0000}, + {4086, 53, 1286, 0x1002} + } +}; + +StandTile tile_1010 = { + 0x2f1122, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4084, 53, 1313, 0x100e}, + {4097, 58, 1300, 0x0000}, + {4097, 53, 1300, 0x10b6} + } +}; + +StandTile tile_1011 = { + 0x2f1121, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4084, 53, 1313, 0x0f83}, + {4084, 58, 1313, 0x102a}, + {4097, 58, 1300, 0x100a} + } +}; + +StandTile tile_1012 = { + 0x2f1022, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4089, 58, 1318, 0x1016}, + {4102, 64, 1306, 0x0f5d}, + {4102, 58, 1306, 0x102e} + } +}; + +StandTile tile_1013 = { + 0x2f1021, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4089, 58, 1318, 0x0f8c}, + {4089, 64, 1318, 0x1032}, + {4102, 64, 1306, 0x1012} + } +}; + +StandTile tile_1014 = { + 0x2f0f22, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4095, 64, 1323, 0x101e}, + {4107, 69, 1311, 0x0f66}, + {4107, 64, 1311, 0x1036} + } +}; + +StandTile tile_1015 = { + 0x2f0f21, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4095, 64, 1323, 0x0f95}, + {4095, 69, 1323, 0x1022}, + {4107, 69, 1311, 0x101a} + } +}; + +StandTile tile_1016 = { + 0x2f0322, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4095, 69, 1323, 0x1026}, + {4112, 69, 1316, 0x0f73}, + {4107, 69, 1311, 0x101e} + } +}; + +StandTile tile_1017 = { + 0x2f0321, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4095, 69, 1323, 0x0f77}, + {4100, 69, 1329, 0x107e}, + {4112, 69, 1316, 0x1022} + } +}; + +StandTile tile_1018 = { + 0x2f0122, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4084, 58, 1313, 0x102e}, + {4102, 58, 1306, 0x0f62}, + {4097, 58, 1300, 0x100e} + } +}; + +StandTile tile_1019 = { + 0x2f0121, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4084, 58, 1313, 0x0f88}, + {4089, 58, 1318, 0x1012}, + {4102, 58, 1306, 0x102a} + } +}; + +StandTile tile_1020 = { + 0x2eff22, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4089, 64, 1318, 0x1036}, + {4107, 64, 1311, 0x0f6b}, + {4102, 64, 1306, 0x1016} + } +}; + +StandTile tile_1021 = { + 0x2eff21, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4089, 64, 1318, 0x0f91}, + {4095, 64, 1323, 0x101a}, + {4107, 64, 1311, 0x1032} + } +}; + +StandTile tile_1022 = { + 0x2efd22, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4097, 42, 1276, 0x103e}, + {4104, 42, 1293, 0x0000}, + {4109, 42, 1288, 0x0ff2} + } +}; + +StandTile tile_1023 = { + 0x2efd21, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4097, 42, 1276, 0x0000}, + {4091, 42, 1281, 0x0ffe}, + {4104, 42, 1293, 0x103a} + } +}; + +StandTile tile_1024 = { + 0x2efa22, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4153, -14, 1301, 0x1046}, + {4160, -14, 1318, 0x0000}, + {4166, -14, 1313, 0x1072} + } +}; + +StandTile tile_1025 = { + 0x2efa21, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4153, -14, 1301, 0x0000}, + {4148, -14, 1306, 0x0fa6}, + {4160, -14, 1318, 0x1042} + } +}; + +StandTile tile_1026 = { + 0x2ef922, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4102, 36, 1270, 0x104e}, + {4109, 36, 1288, 0x0000}, + {4114, 36, 1283, 0x0fea} + } +}; + +StandTile tile_1027 = { + 0x2ef921, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4102, 36, 1270, 0x0000}, + {4097, 36, 1276, 0x0ff6}, + {4109, 36, 1288, 0x104a} + } +}; + +StandTile tile_1028 = { + 0x2ef722, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4113, 25, 1260, 0x1056}, + {4120, 25, 1278, 0x0000}, + {4125, 25, 1272, 0x0fda} + } +}; + +StandTile tile_1029 = { + 0x2ef721, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4113, 25, 1260, 0x0000}, + {4107, 25, 1265, 0x0fe6}, + {4120, 25, 1278, 0x1052} + } +}; + +StandTile tile_1030 = { + 0x2ef522, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4155, -19, 1324, 0x105e}, + {4148, -19, 1306, 0x0000}, + {4143, -19, 1311, 0x0f9e} + } +}; + +StandTile tile_1031 = { + 0x2ef521, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4155, -19, 1324, 0x0000}, + {4160, -19, 1318, 0x0fa2}, + {4148, -19, 1306, 0x105a} + } +}; + +StandTile tile_1032 = { + 0x2ef322, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4107, 31, 1265, 0x1066}, + {4114, 31, 1283, 0x0000}, + {4120, 31, 1278, 0x0fe2} + } +}; + +StandTile tile_1033 = { + 0x2ef321, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4107, 31, 1265, 0x0000}, + {4102, 31, 1270, 0x0fee}, + {4114, 31, 1283, 0x1062} + } +}; + +StandTile tile_1034 = { + 0x2eed22, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4127, 19, 1274, 0x106e}, + {4137, 19, 1260, 0x1082}, + {4125, 19, 1272, 0x0000} + } +}; + +StandTile tile_1035 = { + 0x2eed21, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4127, 19, 1274, 0x0fd2}, + {4139, 19, 1262, 0x0000}, + {4137, 19, 1260, 0x106a} + } +}; + +StandTile tile_1036 = { + 0x2ee922, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4166, -14, 1313, 0x1076}, + {4166, -14, 1288, 0x0fae}, + {4153, -14, 1301, 0x1042} + } +}; + +StandTile tile_1037 = { + 0x2ee921, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4166, -14, 1313, 0x0000}, + {4178, -14, 1301, 0x0000}, + {4166, -14, 1288, 0x1072} + } +}; + +StandTile tile_1038 = { + 0x2ee822, 0x73, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4112, 69, 1316, 0x107e}, + {4100, 75, 1329, 0x0e5c}, + {4112, 75, 1316, 0x0f6f} + } +}; + +StandTile tile_1039 = { + 0x2ee821, 0x73, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4112, 69, 1316, 0x1026}, + {4100, 69, 1329, 0x0f7b}, + {4100, 75, 1329, 0x107a} + } +}; + +StandTile tile_1040 = { + 0x2edf22, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4125, 19, 1247, 0x1086}, + {4125, 19, 1272, 0x106a}, + {4137, 19, 1260, 0x0000} + } +}; + +StandTile tile_1041 = { + 0x2edf21, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4125, 19, 1247, 0x0000}, + {4113, 19, 1260, 0x0fde}, + {4125, 19, 1272, 0x1082} + } +}; + +StandTile tile_1042 = { + 0x2ede22, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4150, 8, 1272, 0x108e}, + {4132, 8, 1279, 0x0000}, + {4137, 8, 1285, 0x0fc2} + } +}; + +StandTile tile_1043 = { + 0x2ede21, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4150, 8, 1272, 0x0000}, + {4144, 8, 1267, 0x0fce}, + {4132, 8, 1279, 0x108a} + } +}; + +StandTile tile_1044 = { + 0x2edc22, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4155, 3, 1278, 0x1096}, + {4137, 3, 1285, 0x0000}, + {4143, 3, 1290, 0x0fba} + } +}; + +StandTile tile_1045 = { + 0x2edc21, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4155, 3, 1278, 0x0000}, + {4150, 3, 1272, 0x0fc6}, + {4137, 3, 1285, 0x1092} + } +}; + +StandTile tile_1046 = { + 0x2ed922, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4144, 14, 1267, 0x109e}, + {4127, 14, 1274, 0x0000}, + {4132, 14, 1279, 0x0fca} + } +}; + +StandTile tile_1047 = { + 0x2ed921, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4144, 14, 1267, 0x0000}, + {4139, 14, 1262, 0x0fd6}, + {4127, 14, 1274, 0x109a} + } +}; + +StandTile tile_1048 = { + 0x2ed722, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4160, -3, 1283, 0x10a6}, + {4143, -3, 1290, 0x0000}, + {4148, -3, 1295, 0x0fb2} + } +}; + +StandTile tile_1049 = { + 0x2ed721, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4160, -3, 1283, 0x0000}, + {4155, -3, 1278, 0x0fbe}, + {4143, -3, 1290, 0x10a2} + } +}; + +StandTile tile_1050 = { + 0x2ed522, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4166, -8, 1288, 0x10ae}, + {4148, -8, 1295, 0x0000}, + {4153, -8, 1301, 0x0faa} + } +}; + +StandTile tile_1051 = { + 0x2ed521, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4166, -8, 1288, 0x0000}, + {4160, -8, 1283, 0x0fb6}, + {4148, -8, 1295, 0x10aa} + } +}; + +StandTile tile_1052 = { + 0x2ed321, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4086, 53, 1286, 0x0000}, + {4084, 53, 1288, 0x10b6}, + {4097, 53, 1300, 0x1002} + } +}; + +StandTile tile_1053 = { + 0x2ed122, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4084, 53, 1288, 0x10ba}, + {4084, 53, 1313, 0x100a}, + {4097, 53, 1300, 0x10b2} + } +}; + +StandTile tile_1054 = { + 0x2ed121, 0x73, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {4084, 53, 1288, 0x0000}, + {4072, 53, 1300, 0x0000}, + {4076, 53, 1304, 0x0f7f}, + {4084, 53, 1313, 0x10b6} + } +}; + +StandTile tile_1055 = { + 0x2ed022, 0x73, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4091, 47, 1281, 0x10c3}, + {4098, 47, 1299, 0x0000}, + {4104, 47, 1293, 0x0ffa} + } +}; + +StandTile tile_1056 = { + 0x2ed021, 0x73, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4091, 47, 1281, 0x0000}, + {4086, 47, 1286, 0x1006}, + {4098, 47, 1299, 0x10bf} + } +}; + +StandTile tile_1057 = { + 0x2ebe22, 0x73, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4072, -25, 1300, 0x10cb}, + {4134, -25, 1282, 0x10d3}, + {4125, -25, 1272, 0x10cf} + } +}; + +StandTile tile_1058 = { + 0x2ebe21, 0x73, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4072, -25, 1300, 0x0000}, + {4096, -25, 1324, 0x10eb}, + {4134, -25, 1282, 0x10c7} + } +}; + +StandTile tile_1059 = { + 0x2ebd20, 0x73, + 0x1, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {4125, -25, 1247, 0x0000}, + {4072, -25, 1300, 0x10c7}, + {4125, -25, 1272, 0x10d7} + } +}; + +StandTile tile_1060 = { + 0x2ebc22, 0x73, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4146, -25, 1269, 0x10d7}, + {4125, -25, 1272, 0x10c7}, + {4134, -25, 1282, 0x0000} + } +}; + +StandTile tile_1061 = { + 0x2ebc21, 0x73, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4146, -25, 1269, 0x0000}, + {4125, -25, 1247, 0x10cf}, + {4125, -25, 1272, 0x10d3} + } +}; + +StandTile tile_1062 = { + 0x2eb920, 0x73, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {4112, -25, 1341, 0x10df}, + {4143, -25, 1311, 0x0000}, + {4148, -25, 1295, 0x10e7} + } +}; + +StandTile tile_1063 = { + 0x2eb822, 0x73, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4125, -25, 1354, 0x10e3}, + {4143, -25, 1311, 0x10db}, + {4112, -25, 1341, 0x0000} + } +}; + +StandTile tile_1064 = { + 0x2eb821, 0x73, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4125, -25, 1354, 0x0000}, + {4155, -25, 1324, 0x0f9a}, + {4143, -25, 1311, 0x10df} + } +}; + +StandTile tile_1065 = { + 0x2eb622, 0x73, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {4148, -25, 1295, 0x10eb}, + {4096, -25, 1324, 0x10f3}, + {4112, -25, 1341, 0x10db} + } +}; + +StandTile tile_1066 = { + 0x2eb621, 0x73, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {4148, -25, 1295, 0x0000}, + {4134, -25, 1282, 0x10cb}, + {4096, -25, 1324, 0x10e7} + } +}; + +StandTile tile_1067 = { + 0x2eb522, 0x73, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {4112, -25, 1341, 0x10f3}, + {4087, -25, 1333, 0x0ea4}, + {4103, -25, 1349, 0x0000} + } +}; + +StandTile tile_1068 = { + 0x2eb521, 0x73, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {4112, -25, 1341, 0x10e7}, + {4096, -25, 1324, 0x0000}, + {4087, -25, 1333, 0x10ef} + } +}; + +StandTile tile_1069 = { + 0x312a22, 0x72, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3440, -25, 504, 0x10fb}, + {3374, -25, 578, 0x0000}, + {3400, -25, 597, 0x0bba} + } +}; + +StandTile tile_1070 = { + 0x312a21, 0x72, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3440, -25, 504, 0x0000}, + {3420, -25, 489, 0x110f}, + {3374, -25, 578, 0x10f7} + } +}; + +StandTile tile_1071 = { + 0x012c22, 0x72, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3400, -25, 474, 0x1103}, + {3428, -25, 479, 0x0f45}, + {3408, -25, 464, 0x0000} + } +}; + +StandTile tile_1072 = { + 0x012c21, 0x72, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3400, -25, 474, 0x1113}, + {3420, -25, 489, 0x0000}, + {3428, -25, 479, 0x10ff} + } +}; + +StandTile tile_1073 = { + 0x311120, 0x72, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3337, -25, 627, 0x1117}, + {3268, -25, 609, 0x116b}, + {3285, -25, 696, 0x0000} + } +}; + +StandTile tile_1074 = { + 0x312c20, 0x72, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3330, -25, 546, 0x111b}, + {3367, -25, 586, 0x0000}, + {3374, -25, 578, 0x110f} + } +}; + +StandTile tile_1075 = { + 0x312b20, 0x72, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3330, -25, 546, 0x110b}, + {3374, -25, 578, 0x10fb}, + {3420, -25, 489, 0x1113} + } +}; + +StandTile tile_1076 = { + 0x310920, 0x72, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3420, -25, 489, 0x1103}, + {3400, -25, 474, 0x117b}, + {3330, -25, 546, 0x110f} + } +}; + +StandTile tile_1077 = { + 0x311022, 0x72, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3367, -25, 586, 0x111b}, + {3268, -25, 609, 0x1107}, + {3337, -25, 627, 0x0000} + } +}; + +StandTile tile_1078 = { + 0x311021, 0x72, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3367, -25, 586, 0x110b}, + {3330, -25, 546, 0x1177}, + {3268, -25, 609, 0x1117} + } +}; + +StandTile tile_1079 = { + 0x2f7f22, 0x72, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3455, -25, 359, 0x1123}, + {3377, -31, 379, 0x113b}, + {3380, -25, 459, 0x0000} + } +}; + +StandTile tile_1080 = { + 0x2f7f21, 0x72, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3455, -25, 359, 0x112b}, + {3392, -31, 358, 0x113f}, + {3377, -31, 379, 0x111f} + } +}; + +StandTile tile_1081 = { + 0x2f7e22, 0x72, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3392, -31, 358, 0x112b}, + {3355, -25, 284, 0x1133}, + {3372, -31, 344, 0x113f} + } +}; + +StandTile tile_1082 = { + 0x2f7e21, 0x72, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3392, -31, 358, 0x1123}, + {3455, -25, 359, 0x0000}, + {3355, -25, 284, 0x1127} + } +}; + +StandTile tile_1083 = { + 0x2f7d22, 0x72, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3372, -31, 344, 0x1133}, + {3235, -25, 444, 0x1137}, + {3357, -31, 364, 0x1143} + } +}; + +StandTile tile_1084 = { + 0x2f7d21, 0x72, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3372, -31, 344, 0x1127}, + {3355, -25, 284, 0x0000}, + {3235, -25, 444, 0x112f} + } +}; + +StandTile tile_1085 = { + 0x2f7c22, 0x72, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3380, -25, 459, 0x113b}, + {3357, -31, 364, 0x112f}, + {3235, -25, 444, 0x117f} + } +}; + +StandTile tile_1086 = { + 0x2f7c21, 0x72, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3380, -25, 459, 0x111f}, + {3377, -31, 379, 0x1143}, + {3357, -31, 364, 0x1137} + } +}; + +StandTile tile_1087 = { + 0x300d22, 0x72, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3372, -31, 344, 0x1143}, + {3377, -31, 379, 0x1123}, + {3392, -31, 358, 0x1127} + } +}; + +StandTile tile_1088 = { + 0x300d21, 0x72, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3372, -31, 344, 0x112f}, + {3357, -31, 364, 0x113b}, + {3377, -31, 379, 0x113f} + } +}; + +StandTile tile_1089 = { + 0x065622, 0x72, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3055, -25, 560, 0x114b}, + {2973, -25, 420, 0x2b09}, + {2935, -25, 470, 0x0000} + } +}; + +StandTile tile_1090 = { + 0x065621, 0x72, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3055, -25, 560, 0x1163}, + {3085, -25, 504, 0x114f}, + {2973, -25, 420, 0x1147} + } +}; + +StandTile tile_1091 = { + 0x1f0b22, 0x72, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3085, -25, 504, 0x1153}, + {3010, -25, 370, 0x2b11}, + {2973, -25, 420, 0x114b} + } +}; + +StandTile tile_1092 = { + 0x1f0b21, 0x72, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3085, -25, 504, 0x1157}, + {3130, -25, 459, 0x0000}, + {3010, -25, 370, 0x114f} + } +}; + +StandTile tile_1093 = { + 0x07d720, 0x72, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3130, -25, 459, 0x1153}, + {3085, -25, 504, 0x115b}, + {3189, -25, 568, 0x116f} + } +}; + +StandTile tile_1094 = { + 0x1f0f23, 0x72, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3085, -25, 504, 0x115f}, + {3269, -25, 716, 0x1167}, + {3189, -25, 568, 0x1157} + } +}; + +StandTile tile_1095 = { + 0x1f0f22, 0x72, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3085, -25, 504, 0x1163}, + {3256, -25, 735, 0x0000}, + {3269, -25, 716, 0x115b} + } +}; + +StandTile tile_1096 = { + 0x1f0f21, 0x72, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3085, -25, 504, 0x114b}, + {3055, -25, 560, 0x0000}, + {3256, -25, 735, 0x115f} + } +}; + +StandTile tile_1097 = { + 0x311222, 0x72, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3285, -25, 696, 0x116b}, + {3189, -25, 568, 0x115b}, + {3269, -25, 716, 0x0000} + } +}; + +StandTile tile_1098 = { + 0x311221, 0x72, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3285, -25, 696, 0x1107}, + {3268, -25, 609, 0x116f}, + {3189, -25, 568, 0x1167} + } +}; + +StandTile tile_1099 = { + 0x1f1022, 0x72, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3268, -25, 609, 0x1173}, + {3130, -25, 459, 0x1157}, + {3189, -25, 568, 0x116b} + } +}; + +StandTile tile_1100 = { + 0x1f1021, 0x72, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3268, -25, 609, 0x1177}, + {3235, -25, 444, 0x0000}, + {3130, -25, 459, 0x116f} + } +}; + +StandTile tile_1101 = { + 0x310820, 0x72, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3330, -25, 546, 0x117b}, + {3235, -25, 444, 0x1173}, + {3268, -25, 609, 0x111b} + } +}; + +StandTile tile_1102 = { + 0x310a22, 0x72, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3400, -25, 474, 0x117f}, + {3235, -25, 444, 0x1177}, + {3330, -25, 546, 0x1113} + } +}; + +StandTile tile_1103 = { + 0x310a21, 0x72, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3400, -25, 474, 0x0000}, + {3380, -25, 459, 0x1137}, + {3235, -25, 444, 0x117b} + } +}; + +StandTile tile_1104 = { + 0x2f6720, 0x71, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4108, -25, 1907, 0x118f}, + {4062, -25, 1848, 0x118b}, + {3910, -25, 1832, 0x1197} + } +}; + +StandTile tile_1105 = { + 0x2f6622, 0x71, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3910, -25, 1823, 0x118b}, + {4062, -25, 1848, 0x0000}, + {4062, -25, 1823, 0x0eac} + } +}; + +StandTile tile_1106 = { + 0x2f6621, 0x71, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3910, -25, 1823, 0x0000}, + {3910, -25, 1832, 0x1183}, + {4062, -25, 1848, 0x1187} + } +}; + +StandTile tile_1107 = { + 0x2f6520, 0x71, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4108, -25, 1907, 0x0000}, + {4087, -25, 1848, 0x0000}, + {4062, -25, 1848, 0x1183} + } +}; + +StandTile tile_1108 = { + 0x2f5a22, 0x71, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {4083, -25, 1983, 0x1197}, + {3910, -25, 1832, 0x0000}, + {3917, -25, 2034, 0x119b} + } +}; + +StandTile tile_1109 = { + 0x2f5a21, 0x71, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {4083, -25, 1983, 0x0000}, + {4108, -25, 1907, 0x1183}, + {3910, -25, 1832, 0x1193} + } +}; + +StandTile tile_1110 = { + 0x2f5020, 0x71, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {4105, -25, 2034, 0x0000}, + {4083, -25, 1983, 0x1193}, + {3917, -25, 2034, 0x1342}, + {4062, -25, 2034, 0x0000} + } +}; + +StandTile tile_1111 = { + 0x305522, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3905, 75, 2905, 0x11a5}, + {3905, 58, 2913, 0x1255}, + {3905, 64, 2913, 0x11ae}, + {3905, 75, 2913, 0x14ce} + } +}; + +StandTile tile_1112 = { + 0x305521, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3905, 75, 2905, 0x0000}, + {3905, 58, 2905, 0x126d}, + {3905, 58, 2913, 0x11a0} + } +}; + +StandTile tile_1113 = { + 0x305422, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3905, 75, 2913, 0x11ae}, + {3905, 64, 2920, 0x125d}, + {3905, 69, 2920, 0x11b6}, + {3905, 75, 2920, 0x14d2} + } +}; + +StandTile tile_1114 = { + 0x305421, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3905, 75, 2913, 0x11a0}, + {3905, 64, 2913, 0x1275}, + {3905, 64, 2920, 0x11a9} + } +}; + +StandTile tile_1115 = { + 0x305322, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3905, 75, 2920, 0x11b6}, + {3905, 69, 2928, 0x12bd}, + {3905, 75, 2928, 0x14d6} + } +}; + +StandTile tile_1116 = { + 0x305321, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3905, 75, 2920, 0x11a9}, + {3905, 69, 2920, 0x1265}, + {3905, 69, 2928, 0x11b2} + } +}; + +StandTile tile_1117 = { + 0x305222, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 75, 2920, 0x11be}, + {3888, 69, 2928, 0x1269}, + {3888, 69, 2920, 0x11d8} + } +}; + +StandTile tile_1118 = { + 0x305221, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 75, 2920, 0x14f7}, + {3888, 75, 2928, 0x12c1}, + {3888, 69, 2928, 0x11ba} + } +}; + +StandTile tile_1119 = { + 0x305122, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 75, 2893, 0x11c6}, + {3888, 53, 2905, 0x12f9}, + {3888, 53, 2893, 0x0000} + } +}; + +StandTile tile_1120 = { + 0x305121, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3888, 75, 2893, 0x150b}, + {3888, 75, 2905, 0x11cb}, + {3888, 58, 2905, 0x1251}, + {3888, 53, 2905, 0x11c2} + } +}; + +StandTile tile_1121 = { + 0x305022, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 75, 2905, 0x11cf}, + {3888, 58, 2913, 0x1271}, + {3888, 58, 2905, 0x11c6} + } +}; + +StandTile tile_1122 = { + 0x305021, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3888, 75, 2905, 0x1503}, + {3888, 75, 2913, 0x11d4}, + {3888, 64, 2913, 0x1259}, + {3888, 58, 2913, 0x11cb} + } +}; + +StandTile tile_1123 = { + 0x304f22, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 75, 2913, 0x11d8}, + {3888, 64, 2920, 0x1279}, + {3888, 64, 2913, 0x11cf} + } +}; + +StandTile tile_1124 = { + 0x304f21, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3888, 75, 2913, 0x14ff}, + {3888, 75, 2920, 0x11ba}, + {3888, 69, 2920, 0x1261}, + {3888, 64, 2920, 0x11d4} + } +}; + +StandTile tile_1125 = { + 0x2e0622, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3930, -25, 2963, 0x11e1}, + {3930, -19, 2945, 0x0000}, + {3930, -25, 2945, 0x1326} + } +}; + +StandTile tile_1126 = { + 0x2e0621, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3930, -25, 2963, 0x0000}, + {3930, -19, 2963, 0x129d}, + {3930, -19, 2945, 0x11dd} + } +}; + +StandTile tile_1127 = { + 0x2e0522, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3938, -19, 2963, 0x11e9}, + {3938, -14, 2945, 0x0000}, + {3938, -19, 2945, 0x12a1} + } +}; + +StandTile tile_1128 = { + 0x2e0521, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3938, -19, 2963, 0x0000}, + {3938, -14, 2963, 0x1289}, + {3938, -14, 2945, 0x11e5} + } +}; + +StandTile tile_1129 = { + 0x2e0422, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3945, -14, 2945, 0x11f1}, + {3963, -8, 2945, 0x12ed}, + {3945, -8, 2945, 0x0000} + } +}; + +StandTile tile_1130 = { + 0x2e0421, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3945, -14, 2945, 0x12b5}, + {3963, -14, 2945, 0x0000}, + {3963, -8, 2945, 0x11ed} + } +}; + +StandTile tile_1131 = { + 0x2e0322, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3945, -8, 2938, 0x11f9}, + {3963, -3, 2938, 0x12e5}, + {3945, -3, 2938, 0x0000} + } +}; + +StandTile tile_1132 = { + 0x2e0321, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3945, -8, 2938, 0x12f1}, + {3963, -8, 2938, 0x0000}, + {3963, -3, 2938, 0x11f5} + } +}; + +StandTile tile_1133 = { + 0x2e0222, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3945, -3, 2930, 0x1201}, + {3963, 3, 2930, 0x12d5}, + {3945, 3, 2930, 0x0000} + } +}; + +StandTile tile_1134 = { + 0x2e0221, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3945, -3, 2930, 0x12e9}, + {3963, -3, 2930, 0x0000}, + {3963, 3, 2930, 0x11fd} + } +}; + +StandTile tile_1135 = { + 0x2e0122, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3945, 3, 2923, 0x1209}, + {3963, 8, 2923, 0x12cd}, + {3945, 8, 2923, 0x0000} + } +}; + +StandTile tile_1136 = { + 0x2e0121, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3945, 3, 2923, 0x12d9}, + {3963, 3, 2923, 0x0000}, + {3963, 8, 2923, 0x1205} + } +}; + +StandTile tile_1137 = { + 0x2e0022, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3945, 8, 2915, 0x1211}, + {3963, 14, 2915, 0x12dd}, + {3945, 14, 2915, 0x0000} + } +}; + +StandTile tile_1138 = { + 0x2e0021, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3945, 8, 2915, 0x12d1}, + {3963, 8, 2915, 0x0000}, + {3963, 14, 2915, 0x120d} + } +}; + +StandTile tile_1139 = { + 0x2dff22, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3945, 14, 2908, 0x1219}, + {3963, 19, 2908, 0x12b1}, + {3945, 19, 2908, 0x0000} + } +}; + +StandTile tile_1140 = { + 0x2dff21, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3945, 14, 2908, 0x12e1}, + {3963, 14, 2908, 0x0000}, + {3963, 19, 2908, 0x1215} + } +}; + +StandTile tile_1141 = { + 0x2dfe22, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3945, 19, 2905, 0x1221}, + {3945, 25, 2888, 0x1295}, + {3945, 25, 2905, 0x0000} + } +}; + +StandTile tile_1142 = { + 0x2dfe21, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3945, 19, 2905, 0x12c9}, + {3945, 19, 2888, 0x0000}, + {3945, 25, 2888, 0x121d} + } +}; + +StandTile tile_1143 = { + 0x2dfd22, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3938, 25, 2905, 0x1229}, + {3938, 31, 2888, 0x12a5}, + {3938, 31, 2905, 0x0000} + } +}; + +StandTile tile_1144 = { + 0x2dfd21, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3938, 25, 2905, 0x1299}, + {3938, 25, 2888, 0x0000}, + {3938, 31, 2888, 0x1225} + } +}; + +StandTile tile_1145 = { + 0x2dfc22, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3930, 31, 2905, 0x1231}, + {3930, 36, 2888, 0x128d}, + {3930, 36, 2905, 0x0000} + } +}; + +StandTile tile_1146 = { + 0x2dfc21, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3930, 31, 2905, 0x12a9}, + {3930, 31, 2888, 0x0000}, + {3930, 36, 2888, 0x122d} + } +}; + +StandTile tile_1147 = { + 0x2dfb22, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3923, 36, 2905, 0x1239}, + {3923, 42, 2888, 0x127d}, + {3923, 42, 2905, 0x0000} + } +}; + +StandTile tile_1148 = { + 0x2dfb21, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3923, 36, 2905, 0x1291}, + {3923, 36, 2888, 0x0000}, + {3923, 42, 2888, 0x1235} + } +}; + +StandTile tile_1149 = { + 0x2dfa22, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3915, 42, 2905, 0x1241}, + {3915, 47, 2888, 0x1302}, + {3915, 47, 2905, 0x0000} + } +}; + +StandTile tile_1150 = { + 0x2dfa21, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3915, 42, 2905, 0x1281}, + {3915, 42, 2888, 0x0000}, + {3915, 47, 2888, 0x123d} + } +}; + +StandTile tile_1151 = { + 0x2df922, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3908, 47, 2905, 0x1249}, + {3908, 53, 2888, 0x12fe}, + {3908, 53, 2905, 0x0000} + } +}; + +StandTile tile_1152 = { + 0x2df921, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3908, 47, 2905, 0x1306}, + {3908, 47, 2888, 0x0000}, + {3908, 53, 2888, 0x1245} + } +}; + +StandTile tile_1153 = { + 0x2df822, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 53, 2905, 0x1251}, + {3905, 58, 2905, 0x0000}, + {3905, 53, 2905, 0x12f5} + } +}; + +StandTile tile_1154 = { + 0x2df821, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 53, 2905, 0x11c6}, + {3888, 58, 2905, 0x126d}, + {3905, 58, 2905, 0x124d} + } +}; + +StandTile tile_1155 = { + 0x2df722, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 58, 2913, 0x1259}, + {3905, 64, 2913, 0x11a0}, + {3905, 58, 2913, 0x1271} + } +}; + +StandTile tile_1156 = { + 0x2df721, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 58, 2913, 0x11cf}, + {3888, 64, 2913, 0x1275}, + {3905, 64, 2913, 0x1255} + } +}; + +StandTile tile_1157 = { + 0x2df622, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 64, 2920, 0x1261}, + {3905, 69, 2920, 0x11a9}, + {3905, 64, 2920, 0x1279} + } +}; + +StandTile tile_1158 = { + 0x2df621, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 64, 2920, 0x11d8}, + {3888, 69, 2920, 0x1265}, + {3905, 69, 2920, 0x125d} + } +}; + +StandTile tile_1159 = { + 0x2d6522, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 69, 2920, 0x1269}, + {3905, 69, 2928, 0x11b6}, + {3905, 69, 2920, 0x1261} + } +}; + +StandTile tile_1160 = { + 0x2d6521, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 69, 2920, 0x11ba}, + {3888, 69, 2928, 0x12c1}, + {3905, 69, 2928, 0x1265} + } +}; + +StandTile tile_1161 = { + 0x2d6322, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 58, 2905, 0x1271}, + {3905, 58, 2913, 0x11a5}, + {3905, 58, 2905, 0x1251} + } +}; + +StandTile tile_1162 = { + 0x2d6321, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 58, 2905, 0x11cb}, + {3888, 58, 2913, 0x1255}, + {3905, 58, 2913, 0x126d} + } +}; + +StandTile tile_1163 = { + 0x2d6122, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 64, 2913, 0x1279}, + {3905, 64, 2920, 0x11ae}, + {3905, 64, 2913, 0x1259} + } +}; + +StandTile tile_1164 = { + 0x2d6121, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 64, 2913, 0x11d4}, + {3888, 64, 2920, 0x125d}, + {3905, 64, 2920, 0x1275} + } +}; + +StandTile tile_1165 = { + 0x2d5f22, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3923, 42, 2888, 0x1281}, + {3915, 42, 2905, 0x0000}, + {3923, 42, 2905, 0x1235} + } +}; + +StandTile tile_1166 = { + 0x2d5f21, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3923, 42, 2888, 0x0000}, + {3915, 42, 2888, 0x1241}, + {3915, 42, 2905, 0x127d} + } +}; + +StandTile tile_1167 = { + 0x2d5c22, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3945, -14, 2945, 0x1289}, + {3938, -14, 2963, 0x0000}, + {3945, -14, 2963, 0x12b5} + } +}; + +StandTile tile_1168 = { + 0x2d5c21, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3945, -14, 2945, 0x0000}, + {3938, -14, 2945, 0x11e9}, + {3938, -14, 2963, 0x1285} + } +}; + +StandTile tile_1169 = { + 0x2d5b22, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3930, 36, 2888, 0x1291}, + {3923, 36, 2905, 0x0000}, + {3930, 36, 2905, 0x122d} + } +}; + +StandTile tile_1170 = { + 0x2d5b21, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3930, 36, 2888, 0x0000}, + {3923, 36, 2888, 0x1239}, + {3923, 36, 2905, 0x128d} + } +}; + +StandTile tile_1171 = { + 0x2d5922, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3945, 25, 2888, 0x1299}, + {3938, 25, 2905, 0x0000}, + {3945, 25, 2905, 0x121d} + } +}; + +StandTile tile_1172 = { + 0x2d5921, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3945, 25, 2888, 0x0000}, + {3938, 25, 2888, 0x1229}, + {3938, 25, 2905, 0x1295} + } +}; + +StandTile tile_1173 = { + 0x2d5722, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3930, -19, 2963, 0x12a1}, + {3938, -19, 2945, 0x0000}, + {3930, -19, 2945, 0x11e1} + } +}; + +StandTile tile_1174 = { + 0x2d5721, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3930, -19, 2963, 0x0000}, + {3938, -19, 2963, 0x11e5}, + {3938, -19, 2945, 0x129d} + } +}; + +StandTile tile_1175 = { + 0x2d5522, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3938, 31, 2888, 0x12a9}, + {3930, 31, 2905, 0x0000}, + {3938, 31, 2905, 0x1225} + } +}; + +StandTile tile_1176 = { + 0x2d5521, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3938, 31, 2888, 0x0000}, + {3930, 31, 2888, 0x1231}, + {3930, 31, 2905, 0x12a5} + } +}; + +StandTile tile_1177 = { + 0x2d4f22, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3945, 19, 2908, 0x12b1}, + {3963, 19, 2905, 0x12c5}, + {3945, 19, 2905, 0x0000} + } +}; + +StandTile tile_1178 = { + 0x2d4f21, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3945, 19, 2908, 0x1215}, + {3963, 19, 2908, 0x0000}, + {3963, 19, 2905, 0x12ad} + } +}; + +StandTile tile_1179 = { + 0x2d4b22, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3945, -14, 2963, 0x12b9}, + {3963, -14, 2945, 0x11f1}, + {3945, -14, 2945, 0x1285} + } +}; + +StandTile tile_1180 = { + 0x2d4b21, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3945, -14, 2963, 0x0000}, + {3963, -14, 2963, 0x0000}, + {3963, -14, 2945, 0x12b5} + } +}; + +StandTile tile_1181 = { + 0x2d4922, 0x70, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3905, 69, 2928, 0x12c1}, + {3888, 75, 2928, 0x151f}, + {3905, 75, 2928, 0x11b2} + } +}; + +StandTile tile_1182 = { + 0x2d4921, 0x70, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3905, 69, 2928, 0x1269}, + {3888, 69, 2928, 0x11be}, + {3888, 75, 2928, 0x12bd} + } +}; + +StandTile tile_1183 = { + 0x2d4022, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3963, 19, 2888, 0x12c9}, + {3945, 19, 2905, 0x12ad}, + {3963, 19, 2905, 0x0000} + } +}; + +StandTile tile_1184 = { + 0x2d4021, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3963, 19, 2888, 0x0000}, + {3945, 19, 2888, 0x1221}, + {3945, 19, 2905, 0x12c5} + } +}; + +StandTile tile_1185 = { + 0x2d3f22, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3963, 8, 2923, 0x12d1}, + {3945, 8, 2915, 0x0000}, + {3945, 8, 2923, 0x1205} + } +}; + +StandTile tile_1186 = { + 0x2d3f21, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3963, 8, 2923, 0x0000}, + {3963, 8, 2915, 0x1211}, + {3945, 8, 2915, 0x12cd} + } +}; + +StandTile tile_1187 = { + 0x2d3d22, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3963, 3, 2930, 0x12d9}, + {3945, 3, 2923, 0x0000}, + {3945, 3, 2930, 0x11fd} + } +}; + +StandTile tile_1188 = { + 0x2d3d21, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3963, 3, 2930, 0x0000}, + {3963, 3, 2923, 0x1209}, + {3945, 3, 2923, 0x12d5} + } +}; + +StandTile tile_1189 = { + 0x2d3a22, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3963, 14, 2915, 0x12e1}, + {3945, 14, 2908, 0x0000}, + {3945, 14, 2915, 0x120d} + } +}; + +StandTile tile_1190 = { + 0x2d3a21, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3963, 14, 2915, 0x0000}, + {3963, 14, 2908, 0x1219}, + {3945, 14, 2908, 0x12dd} + } +}; + +StandTile tile_1191 = { + 0x2d3722, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3963, -3, 2938, 0x12e9}, + {3945, -3, 2930, 0x0000}, + {3945, -3, 2938, 0x11f5} + } +}; + +StandTile tile_1192 = { + 0x2d3721, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3963, -3, 2938, 0x0000}, + {3963, -3, 2930, 0x1201}, + {3945, -3, 2930, 0x12e5} + } +}; + +StandTile tile_1193 = { + 0x2d3522, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3963, -8, 2945, 0x12f1}, + {3945, -8, 2938, 0x0000}, + {3945, -8, 2945, 0x11ed} + } +}; + +StandTile tile_1194 = { + 0x2d3521, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3963, -8, 2945, 0x0000}, + {3963, -8, 2938, 0x11f9}, + {3945, -8, 2938, 0x12ed} + } +}; + +StandTile tile_1195 = { + 0x305e22, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3908, 53, 2888, 0x12f9}, + {3888, 53, 2905, 0x124d}, + {3905, 53, 2905, 0x12fe} + } +}; + +StandTile tile_1196 = { + 0x305e21, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3908, 53, 2888, 0x0000}, + {3888, 53, 2888, 0x0000}, + {3888, 53, 2893, 0x11c2}, + {3888, 53, 2905, 0x12f5} + } +}; + +StandTile tile_1197 = { + 0x305d20, 0x70, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3908, 53, 2905, 0x1245}, + {3908, 53, 2888, 0x12f5}, + {3905, 53, 2905, 0x0000} + } +}; + +StandTile tile_1198 = { + 0x2d3022, 0x70, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3915, 47, 2888, 0x1306}, + {3908, 47, 2905, 0x0000}, + {3915, 47, 2905, 0x123d} + } +}; + +StandTile tile_1199 = { + 0x2d3021, 0x70, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3915, 47, 2888, 0x0000}, + {3908, 47, 2888, 0x1249}, + {3908, 47, 2905, 0x1302} + } +}; + +StandTile tile_1200 = { + 0x2d2022, 0x70, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3888, -25, 2888, 0x130e}, + {3945, -25, 2919, 0x1316}, + {3945, -25, 2905, 0x1312} + } +}; + +StandTile tile_1201 = { + 0x2d2021, 0x70, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3888, -25, 2888, 0x0000}, + {3888, -25, 2921, 0x132e}, + {3945, -25, 2919, 0x130a} + } +}; + +StandTile tile_1202 = { + 0x2d1f20, 0x70, + 0x1, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3963, -25, 2888, 0x0000}, + {3888, -25, 2888, 0x130a}, + {3945, -25, 2905, 0x131a} + } +}; + +StandTile tile_1203 = { + 0x2d1e22, 0x70, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3963, -25, 2918, 0x131a}, + {3945, -25, 2905, 0x130a}, + {3945, -25, 2919, 0x0000} + } +}; + +StandTile tile_1204 = { + 0x2d1e21, 0x70, + 0x1, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3963, -25, 2918, 0x0000}, + {3963, -25, 2888, 0x1312}, + {3945, -25, 2905, 0x1316} + } +}; + +StandTile tile_1205 = { + 0x2d1b20, 0x70, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3888, -25, 2945, 0x1322}, + {3930, -25, 2945, 0x0000}, + {3945, -25, 2937, 0x132a} + } +}; + +StandTile tile_1206 = { + 0x2d1a22, 0x70, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3888, -25, 2963, 0x1326}, + {3930, -25, 2945, 0x131e}, + {3888, -25, 2945, 0x0000} + } +}; + +StandTile tile_1207 = { + 0x2d1a21, 0x70, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3888, -25, 2963, 0x0000}, + {3930, -25, 2963, 0x11dd}, + {3930, -25, 2945, 0x1322} + } +}; + +StandTile tile_1208 = { + 0x2d1822, 0x70, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3945, -25, 2937, 0x132e}, + {3888, -25, 2921, 0x1336}, + {3888, -25, 2945, 0x131e} + } +}; + +StandTile tile_1209 = { + 0x2d1821, 0x70, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3945, -25, 2937, 0x0000}, + {3945, -25, 2919, 0x130e}, + {3888, -25, 2921, 0x132a} + } +}; + +StandTile tile_1210 = { + 0x2d1722, 0x70, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3888, -25, 2945, 0x1336}, + {3875, -25, 2921, 0x13af}, + {3875, -25, 2944, 0x0000} + } +}; + +StandTile tile_1211 = { + 0x2d1721, 0x70, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3888, -25, 2945, 0x132a}, + {3888, -25, 2921, 0x0000}, + {3875, -25, 2921, 0x1332} + } +}; + +StandTile tile_1212 = { + 0x2f6222, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3918, -25, 2078, 0x133e}, + {4112, -25, 2059, 0x0000}, + {4062, -25, 2059, 0x1346} + } +}; + +StandTile tile_1213 = { + 0x2f6221, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3918, -25, 2078, 0x13e1}, + {4138, -25, 2117, 0x0000}, + {4112, -25, 2059, 0x133a} + } +}; + +StandTile tile_1214 = { + 0x2f6122, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3918, -25, 2078, 0x1346}, + {4062, -25, 2034, 0x119b}, + {3917, -25, 2034, 0x0000} + } +}; + +StandTile tile_1215 = { + 0x2f6121, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3918, -25, 2078, 0x133a}, + {4062, -25, 2059, 0x0000}, + {4062, -25, 2034, 0x1342} + } +}; + +StandTile tile_1216 = { + 0x07b120, 0x6f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4163, -25, 2167, 0x0000}, + {4178, -25, 2147, 0x0000}, + {4138, -25, 2117, 0x13dd} + } +}; + +StandTile tile_1217 = { + 0x306122, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3978, -25, 2975, 0x1352}, + {3983, -19, 2975, 0x162f}, + {3983, -25, 2975, 0x135b} + } +}; + +StandTile tile_1218 = { + 0x306121, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3978, -25, 2975, 0x0000}, + {3978, -19, 2975, 0x15af}, + {3983, -19, 2975, 0x134e} + } +}; + +StandTile tile_1219 = { + 0x306020, 0x6f, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {3983, -25, 2975, 0x13cd}, + {4158, -25, 2923, 0x13d1}, + {4073, -25, 2901, 0x13c1}, + {3975, -25, 2875, 0x135b} + } +}; + +StandTile tile_1220 = { + 0x306220, 0x6f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3978, -25, 2975, 0x134e}, + {3983, -25, 2975, 0x1356}, + {3975, -25, 2875, 0x0000} + } +}; + +StandTile tile_1221 = { + 0x300920, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3996, -25, 2420, 0x1435}, + {4163, -25, 2424, 0x0000}, + {4161, -25, 2419, 0x1421} + } +}; + +StandTile tile_1222 = { + 0x2ffa20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4265, -25, 2386, 0x1367}, + {4283, -25, 2403, 0x1377}, + {4265, -25, 2378, 0x0000} + } +}; + +StandTile tile_1223 = { + 0x2ffb20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4265, -25, 2415, 0x136b}, + {4283, -25, 2403, 0x1363}, + {4265, -25, 2386, 0x173b} + } +}; + +StandTile tile_1224 = { + 0x2ffc20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4265, -25, 2423, 0x137f}, + {4283, -25, 2403, 0x1367}, + {4265, -25, 2415, 0x0000} + } +}; + +StandTile tile_1225 = { + 0x2ff120, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4235, -25, 2349, 0x0000}, + {4265, -25, 2378, 0x1377}, + {4304, -25, 2272, 0x1373} + } +}; + +StandTile tile_1226 = { + 0x2ff220, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4191, -25, 2349, 0x0000}, + {4235, -25, 2349, 0x136f}, + {4304, -25, 2272, 0x1419} + } +}; + +StandTile tile_1227 = { + 0x2ff920, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4283, -25, 2403, 0x13f1}, + {4304, -25, 2272, 0x136f}, + {4265, -25, 2378, 0x1363} + } +}; + +StandTile tile_1228 = { + 0x2ff820, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4270, -25, 2481, 0x1383}, + {4235, -25, 2452, 0x0000}, + {4191, -25, 2452, 0x1439} + } +}; + +StandTile tile_1229 = { + 0x2ffd20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4270, -25, 2481, 0x13e5}, + {4283, -25, 2403, 0x136b}, + {4265, -25, 2423, 0x1383} + } +}; + +StandTile tile_1230 = { + 0x2ffe20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4270, -25, 2481, 0x137f}, + {4265, -25, 2423, 0x0000}, + {4235, -25, 2452, 0x137b} + } +}; + +StandTile tile_1231 = { + 0x2e1b20, 0x6f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3875, -25, 2975, 0x138f}, + {3990, -25, 3068, 0x13c9}, + {3983, -25, 2994, 0x0000} + } +}; + +StandTile tile_1232 = { + 0x07d020, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3875, -25, 2875, 0x0000}, + {3975, -25, 2875, 0x13b9}, + {3727, -25, 2683, 0x13ab} + } +}; + +StandTile tile_1233 = { + 0x07ca20, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3990, -25, 3068, 0x1387}, + {3875, -25, 2975, 0x13af}, + {3675, -25, 2907, 0x139b} + } +}; + +StandTile tile_1234 = { + 0x07c720, 0x6f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3675, -25, 2907, 0x13ab}, + {3727, -25, 2683, 0x1397}, + {3550, -25, 2739, 0x13a3} + } +}; + +StandTile tile_1235 = { + 0x07c620, 0x6f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3550, -25, 2739, 0x1393}, + {3727, -25, 2683, 0x13f5}, + {3789, -25, 2418, 0x0000} + } +}; + +StandTile tile_1236 = { + 0x07c420, 0x6f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3990, -25, 3068, 0x138f}, + {3675, -25, 2907, 0x139f}, + {3710, -25, 3108, 0x0000} + } +}; + +StandTile tile_1237 = { + 0x07c320, 0x6f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3710, -25, 3108, 0x139b}, + {3675, -25, 2907, 0x13a3}, + {3590, -25, 3018, 0x17a9} + } +}; + +StandTile tile_1238 = { + 0x07c220, 0x6f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3675, -25, 2907, 0x1393}, + {3550, -25, 2739, 0x0000}, + {3590, -25, 3018, 0x139f} + } +}; + +StandTile tile_1239 = { + 0x2d0722, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3875, -25, 2875, 0x13ab}, + {3675, -25, 2907, 0x13af}, + {3875, -25, 2900, 0x0000} + } +}; + +StandTile tile_1240 = { + 0x2d0721, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3875, -25, 2875, 0x138b}, + {3727, -25, 2683, 0x1393}, + {3675, -25, 2907, 0x13a7} + } +}; + +StandTile tile_1241 = { + 0x2d0820, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x1, 0x4, + { + {3675, -25, 2907, 0x138f}, + {3875, -25, 2975, 0x0000}, + {3875, -25, 2944, 0x1332}, + {3875, -25, 2921, 0x0000}, + {3875, -25, 2900, 0x13a7} + } +}; + +StandTile tile_1242 = { + 0x07c020, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4340, -25, 2767, 0x13ed}, + {4246, -25, 2639, 0x13bd}, + {4170, -25, 2827, 0x13d5} + } +}; + +StandTile tile_1243 = { + 0x07cf20, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3975, -25, 2875, 0x13c1}, + {4050, -25, 2775, 0x13f9}, + {3727, -25, 2683, 0x138b} + } +}; + +StandTile tile_1244 = { + 0x07bf20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4170, -25, 2827, 0x13b5}, + {4246, -25, 2639, 0x1405}, + {4050, -25, 2775, 0x13c5} + } +}; + +StandTile tile_1245 = { + 0x2ce822, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4073, -25, 2901, 0x13c5}, + {4050, -25, 2775, 0x13b9}, + {3975, -25, 2875, 0x1356} + } +}; + +StandTile tile_1246 = { + 0x2ce821, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4073, -25, 2901, 0x13d1}, + {4170, -25, 2827, 0x13bd}, + {4050, -25, 2775, 0x13c1} + } +}; + +StandTile tile_1247 = { + 0x2ce720, 0x6f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3990, -25, 3068, 0x0000}, + {4158, -25, 2923, 0x13cd}, + {3983, -25, 2994, 0x1387} + } +}; + +StandTile tile_1248 = { + 0x2e1a20, 0x6f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {4158, -25, 2923, 0x1356}, + {3983, -25, 2975, 0x162b}, + {3983, -25, 2994, 0x13c9} + } +}; + +StandTile tile_1249 = { + 0x2ce922, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4158, -25, 2923, 0x13d5}, + {4170, -25, 2827, 0x13c5}, + {4073, -25, 2901, 0x1356} + } +}; + +StandTile tile_1250 = { + 0x2ce921, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4158, -25, 2923, 0x0000}, + {4340, -25, 2767, 0x13b5}, + {4170, -25, 2827, 0x13d1} + } +}; + +StandTile tile_1251 = { + 0x07b720, 0x6f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {4163, -25, 2167, 0x13dd}, + {4057, -25, 2246, 0x140d}, + {4304, -25, 2272, 0x0000} + } +}; + +StandTile tile_1252 = { + 0x07b220, 0x6f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4163, -25, 2167, 0x134a}, + {4138, -25, 2117, 0x13e1}, + {4057, -25, 2246, 0x13d9} + } +}; + +StandTile tile_1253 = { + 0x2f5e20, 0x6f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3918, -25, 2078, 0x1415}, + {4057, -25, 2246, 0x13dd}, + {4138, -25, 2117, 0x133e} + } +}; + +StandTile tile_1254 = { + 0x07b920, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4439, -25, 2467, 0x13f1}, + {4283, -25, 2403, 0x137f}, + {4270, -25, 2481, 0x13e9} + } +}; + +StandTile tile_1255 = { + 0x2d0122, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4246, -25, 2639, 0x13ed}, + {4439, -25, 2467, 0x13e5}, + {4270, -25, 2481, 0x1409} + } +}; + +StandTile tile_1256 = { + 0x2d0121, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4246, -25, 2639, 0x13b5}, + {4340, -25, 2767, 0x0000}, + {4439, -25, 2467, 0x13e9} + } +}; + +StandTile tile_1257 = { + 0x2fff20, 0x6f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {4439, -25, 2467, 0x0000}, + {4304, -25, 2272, 0x1377}, + {4283, -25, 2403, 0x13e5} + } +}; + +StandTile tile_1258 = { + 0x07c520, 0x6f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3727, -25, 2683, 0x13f9}, + {3888, -25, 2554, 0x1401}, + {3789, -25, 2418, 0x1397} + } +}; + +StandTile tile_1259 = { + 0x2cde20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3727, -25, 2683, 0x13b9}, + {4050, -25, 2775, 0x13fd}, + {3888, -25, 2554, 0x13f5} + } +}; + +StandTile tile_1260 = { + 0x07be20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4050, -25, 2775, 0x1405}, + {3996, -25, 2420, 0x1401}, + {3888, -25, 2554, 0x13f9} + } +}; + +StandTile tile_1261 = { + 0x2cdd20, 0x6f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3996, -25, 2420, 0x1411}, + {3789, -25, 2418, 0x13f5}, + {3888, -25, 2554, 0x13fd} + } +}; + +StandTile tile_1262 = { + 0x07bd20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4050, -25, 2775, 0x13bd}, + {4246, -25, 2639, 0x1409}, + {3996, -25, 2420, 0x13fd} + } +}; + +StandTile tile_1263 = { + 0x07bc20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4246, -25, 2639, 0x13e9}, + {4270, -25, 2481, 0x1439}, + {3996, -25, 2420, 0x1405} + } +}; + +StandTile tile_1264 = { + 0x07b620, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4304, -25, 2272, 0x13d9}, + {4057, -25, 2246, 0x1411}, + {3996, -25, 2420, 0x1419} + } +}; + +StandTile tile_1265 = { + 0x07b520, 0x6f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3996, -25, 2420, 0x140d}, + {4057, -25, 2246, 0x1415}, + {3789, -25, 2418, 0x1401} + } +}; + +StandTile tile_1266 = { + 0x07b420, 0x6f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4057, -25, 2246, 0x13e1}, + {3918, -25, 2078, 0x0000}, + {3789, -25, 2418, 0x1411} + } +}; + +StandTile tile_1267 = { + 0x2ff320, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3996, -25, 2420, 0x141d}, + {4191, -25, 2349, 0x1373}, + {4304, -25, 2272, 0x140d} + } +}; + +StandTile tile_1268 = { + 0x2ff420, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3996, -25, 2420, 0x1421}, + {4161, -25, 2378, 0x0000}, + {4191, -25, 2349, 0x1419} + } +}; + +StandTile tile_1269 = { + 0x2ff520, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 7, + 0x0, 0x1, 0x6, + { + {3996, -25, 2420, 0x135f}, + {4161, -25, 2419, 0x0000}, + {4161, -25, 2417, 0x16ef}, + {4161, -25, 2404, 0x0000}, + {4161, -25, 2398, 0x16f7}, + {4161, -25, 2383, 0x0000}, + {4161, -25, 2378, 0x141d} + } +}; + +StandTile tile_1270 = { + 0x300220, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3996, -25, 2420, 0x1439}, + {4191, -25, 2452, 0x0000}, + {4187, -25, 2449, 0x142d} + } +}; + +StandTile tile_1271 = { + 0x300320, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3996, -25, 2420, 0x1429}, + {4187, -25, 2449, 0x16df}, + {4178, -25, 2440, 0x1431} + } +}; + +StandTile tile_1272 = { + 0x300120, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3996, -25, 2420, 0x142d}, + {4178, -25, 2440, 0x0000}, + {4172, -25, 2434, 0x1435} + } +}; + +StandTile tile_1273 = { + 0x300020, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3996, -25, 2420, 0x1431}, + {4172, -25, 2434, 0x16e3}, + {4163, -25, 2424, 0x135f} + } +}; + +StandTile tile_1274 = { + 0x2ff720, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3996, -25, 2420, 0x1409}, + {4270, -25, 2481, 0x137b}, + {4191, -25, 2452, 0x1429} + } +}; + +StandTile tile_1275 = { + 0x304e20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3918, 75, 2856, 0x1459}, + {3915, 75, 2888, 0x0000}, + {3923, 75, 2888, 0x1441} + } +}; + +StandTile tile_1276 = { + 0x304d20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3918, 75, 2856, 0x143d}, + {3923, 75, 2888, 0x0000}, + {3930, 75, 2888, 0x1449} + } +}; + +StandTile tile_1277 = { + 0x304c22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3937, 75, 2856, 0x1449}, + {3930, 75, 2888, 0x0000}, + {3938, 75, 2888, 0x1451} + } +}; + +StandTile tile_1278 = { + 0x304c21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3937, 75, 2856, 0x0000}, + {3918, 75, 2856, 0x1441}, + {3930, 75, 2888, 0x1445} + } +}; + +StandTile tile_1279 = { + 0x304b22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3967, 75, 2856, 0x1451}, + {3938, 75, 2888, 0x0000}, + {3945, 75, 2888, 0x1455} + } +}; + +StandTile tile_1280 = { + 0x304b21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3967, 75, 2856, 0x0000}, + {3937, 75, 2856, 0x1445}, + {3938, 75, 2888, 0x144d} + } +}; + +StandTile tile_1281 = { + 0x304a20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3957, 75, 2888, 0x146d}, + {3967, 75, 2856, 0x144d}, + {3945, 75, 2888, 0x0000} + } +}; + +StandTile tile_1282 = { + 0x304920, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3915, 75, 2888, 0x143d}, + {3918, 75, 2856, 0x145d}, + {3908, 75, 2888, 0x0000} + } +}; + +StandTile tile_1283 = { + 0x304820, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3918, 75, 2856, 0x0000}, + {3883, 75, 2856, 0x1461}, + {3908, 75, 2888, 0x1459} + } +}; + +StandTile tile_1284 = { + 0x304720, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3908, 75, 2888, 0x145d}, + {3883, 75, 2856, 0x1465}, + {3893, 75, 2888, 0x0000} + } +}; + +StandTile tile_1285 = { + 0x304620, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3893, 75, 2888, 0x1461}, + {3883, 75, 2856, 0x1469}, + {3888, 75, 2888, 0x0000} + } +}; + +StandTile tile_1286 = { + 0x304520, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3883, 75, 2856, 0x0000}, + {3856, 75, 2883, 0x1507}, + {3888, 75, 2888, 0x1465} + } +}; + +StandTile tile_1287 = { + 0x304420, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3967, 75, 2856, 0x1455}, + {3957, 75, 2888, 0x0000}, + {3963, 75, 2888, 0x1471} + } +}; + +StandTile tile_1288 = { + 0x304320, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3994, 75, 2883, 0x0000}, + {3967, 75, 2856, 0x146d}, + {3963, 75, 2888, 0x147a} + } +}; + +StandTile tile_1289 = { + 0x304222, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3994, 75, 2922, 0x147a}, + {3963, 75, 2888, 0x0000}, + {3963, 75, 2905, 0x14b6}, + {3963, 75, 2934, 0x1482} + } +}; + +StandTile tile_1290 = { + 0x304221, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3994, 75, 2922, 0x0000}, + {3994, 75, 2883, 0x1471}, + {3963, 75, 2888, 0x1475} + } +}; + +StandTile tile_1291 = { + 0x304122, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3994, 75, 2967, 0x1482}, + {3963, 75, 2934, 0x14aa}, + {3963, 75, 2957, 0x1486} + } +}; + +StandTile tile_1292 = { + 0x304121, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3994, 75, 2967, 0x0000}, + {3994, 75, 2922, 0x1475}, + {3963, 75, 2934, 0x147e} + } +}; + +StandTile tile_1293 = { + 0x304020, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3994, 75, 2967, 0x147e}, + {3963, 75, 2957, 0x0000}, + {3963, 75, 2963, 0x148e} + } +}; + +StandTile tile_1294 = { + 0x303f22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3994, 75, 2967, 0x148e}, + {3961, 75, 2975, 0x0000}, + {3967, 75, 2994, 0x0000} + } +}; + +StandTile tile_1295 = { + 0x303f21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3994, 75, 2967, 0x1486}, + {3963, 75, 2963, 0x1496}, + {3961, 75, 2975, 0x148a} + } +}; + +StandTile tile_1296 = { + 0x303e22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3956, 75, 2975, 0x1496}, + {3963, 75, 2963, 0x0000}, + {3957, 75, 2963, 0x149a} + } +}; + +StandTile tile_1297 = { + 0x303e21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3956, 75, 2975, 0x1533}, + {3961, 75, 2975, 0x148e}, + {3963, 75, 2963, 0x1492} + } +}; + +StandTile tile_1298 = { + 0x303d20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3950, 75, 2975, 0x153c}, + {3956, 75, 2975, 0x1492}, + {3957, 75, 2963, 0x149e} + } +}; + +StandTile tile_1299 = { + 0x303c20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, 75, 2975, 0x1545}, + {3950, 75, 2975, 0x149a}, + {3957, 75, 2963, 0x14a2} + } +}; + +StandTile tile_1300 = { + 0x303b20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, 75, 2975, 0x149e}, + {3957, 75, 2963, 0x14a6}, + {3939, 75, 2975, 0x154e} + } +}; + +StandTile tile_1301 = { + 0x303a22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3957, 75, 2963, 0x14aa}, + {3963, 75, 2934, 0x14ae}, + {3939, 75, 2975, 0x14a2} + } +}; + +StandTile tile_1302 = { + 0x303a21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3957, 75, 2963, 0x0000}, + {3963, 75, 2957, 0x147e}, + {3963, 75, 2934, 0x14a6} + } +}; + +StandTile tile_1303 = { + 0x303920, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3939, 75, 2975, 0x14a6}, + {3963, 75, 2934, 0x14b2}, + {3933, 75, 2975, 0x1557} + } +}; + +StandTile tile_1304 = { + 0x303822, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3963, 75, 2934, 0x14b6}, + {3926, 75, 2935, 0x14ba}, + {3933, 75, 2975, 0x14ae} + } +}; + +StandTile tile_1305 = { + 0x303821, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3963, 75, 2934, 0x1475}, + {3963, 75, 2905, 0x14ca}, + {3926, 75, 2935, 0x14b2} + } +}; + +StandTile tile_1306 = { + 0x303720, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3933, 75, 2975, 0x14b2}, + {3926, 75, 2935, 0x14be}, + {3928, 75, 2975, 0x1560} + } +}; + +StandTile tile_1307 = { + 0x303620, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3928, 75, 2975, 0x14ba}, + {3926, 75, 2935, 0x14c2}, + {3922, 75, 2975, 0x1569} + } +}; + +StandTile tile_1308 = { + 0x303520, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3922, 75, 2975, 0x14be}, + {3926, 75, 2935, 0x14c6}, + {3917, 75, 2975, 0x1572} + } +}; + +StandTile tile_1309 = { + 0x303420, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3917, 75, 2975, 0x14c2}, + {3926, 75, 2935, 0x14de}, + {3911, 75, 2975, 0x157b} + } +}; + +StandTile tile_1310 = { + 0x303322, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3963, 75, 2905, 0x14ce}, + {3905, 75, 2913, 0x14d2}, + {3926, 75, 2935, 0x14b6} + } +}; + +StandTile tile_1311 = { + 0x303321, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3963, 75, 2905, 0x0000}, + {3905, 75, 2905, 0x11a0}, + {3905, 75, 2913, 0x14ca} + } +}; + +StandTile tile_1312 = { + 0x303220, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3905, 75, 2913, 0x11a9}, + {3905, 75, 2920, 0x14d6}, + {3926, 75, 2935, 0x14ca} + } +}; + +StandTile tile_1313 = { + 0x303120, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3926, 75, 2935, 0x14d2}, + {3905, 75, 2920, 0x11b2}, + {3905, 75, 2928, 0x14de} + } +}; + +StandTile tile_1314 = { + 0x303022, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3911, 75, 2975, 0x14de}, + {3905, 75, 2928, 0x1523}, + {3906, 75, 2975, 0x1584} + } +}; + +StandTile tile_1315 = { + 0x303021, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3911, 75, 2975, 0x14c6}, + {3926, 75, 2935, 0x14d6}, + {3905, 75, 2928, 0x14da} + } +}; + +StandTile tile_1316 = { + 0x302f20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3856, 75, 2967, 0x0000}, + {3883, 75, 2994, 0x14e6}, + {3889, 75, 2975, 0x14ea} + } +}; + +StandTile tile_1317 = { + 0x302e20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3883, 75, 2994, 0x0000}, + {3889, 75, 2994, 0x16b7}, + {3889, 75, 2975, 0x14e2} + } +}; + +StandTile tile_1318 = { + 0x302d20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3856, 75, 2967, 0x14e2}, + {3889, 75, 2975, 0x1517}, + {3888, 75, 2963, 0x14f3} + } +}; + +StandTile tile_1319 = { + 0x302c22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3856, 75, 2923, 0x14f3}, + {3888, 75, 2963, 0x0000}, + {3888, 75, 2957, 0x151f}, + {3888, 75, 2928, 0x14f7} + } +}; + +StandTile tile_1320 = { + 0x302c21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3856, 75, 2923, 0x0000}, + {3856, 75, 2967, 0x14ea}, + {3888, 75, 2963, 0x14ee} + } +}; + +StandTile tile_1321 = { + 0x302b20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3856, 75, 2923, 0x14ee}, + {3888, 75, 2928, 0x11be}, + {3888, 75, 2920, 0x14ff} + } +}; + +StandTile tile_1322 = { + 0x302a20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3856, 75, 2906, 0x0000}, + {3856, 75, 2923, 0x14ff}, + {3888, 75, 2913, 0x1503} + } +}; + +StandTile tile_1323 = { + 0x302920, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3856, 75, 2923, 0x14f7}, + {3888, 75, 2920, 0x11d8}, + {3888, 75, 2913, 0x14fb} + } +}; + +StandTile tile_1324 = { + 0x302820, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3856, 75, 2906, 0x14fb}, + {3888, 75, 2913, 0x11cf}, + {3888, 75, 2905, 0x150f} + } +}; + +StandTile tile_1325 = { + 0x302720, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3856, 75, 2883, 0x150b}, + {3888, 75, 2893, 0x0000}, + {3888, 75, 2888, 0x1469} + } +}; + +StandTile tile_1326 = { + 0x302622, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3856, 75, 2883, 0x150f}, + {3888, 75, 2905, 0x11c6}, + {3888, 75, 2893, 0x1507} + } +}; + +StandTile tile_1327 = { + 0x302621, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3856, 75, 2883, 0x0000}, + {3856, 75, 2906, 0x1503}, + {3888, 75, 2905, 0x150b} + } +}; + +StandTile tile_1328 = { + 0x302522, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 75, 2963, 0x1517}, + {3894, 75, 2975, 0x1527}, + {3893, 75, 2963, 0x0000} + } +}; + +StandTile tile_1329 = { + 0x302521, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3888, 75, 2963, 0x14ea}, + {3889, 75, 2975, 0x159f}, + {3894, 75, 2975, 0x1513} + } +}; + +StandTile tile_1330 = { + 0x302422, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3905, 75, 2928, 0x151f}, + {3888, 75, 2957, 0x0000}, + {3893, 75, 2963, 0x152b} + } +}; + +StandTile tile_1331 = { + 0x302421, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3905, 75, 2928, 0x12bd}, + {3888, 75, 2928, 0x14ee}, + {3888, 75, 2957, 0x151b} + } +}; + +StandTile tile_1332 = { + 0x302320, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3906, 75, 2975, 0x14da}, + {3905, 75, 2928, 0x152b}, + {3900, 75, 2975, 0x158d} + } +}; + +StandTile tile_1333 = { + 0x302222, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3900, 75, 2975, 0x152b}, + {3893, 75, 2963, 0x1513}, + {3894, 75, 2975, 0x1596} + } +}; + +StandTile tile_1334 = { + 0x302221, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3900, 75, 2975, 0x1523}, + {3905, 75, 2928, 0x151b}, + {3893, 75, 2963, 0x1527} + } +}; + +StandTile tile_1335 = { + 0x302122, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3961, 75, 2975, 0x1533}, + {3956, 3, 2975, 0x15c7}, + {3961, 3, 2975, 0x0000} + } +}; + +StandTile tile_1336 = { + 0x302121, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3961, 75, 2975, 0x1496}, + {3956, 75, 2975, 0x1538}, + {3956, 8, 2975, 0x1657}, + {3956, 3, 2975, 0x152f} + } +}; + +StandTile tile_1337 = { + 0x302022, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3956, 75, 2975, 0x153c}, + {3950, 8, 2975, 0x15cf}, + {3956, 8, 2975, 0x1533} + } +}; + +StandTile tile_1338 = { + 0x302021, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3956, 75, 2975, 0x149a}, + {3950, 75, 2975, 0x1541}, + {3950, 14, 2975, 0x165f}, + {3950, 8, 2975, 0x1538} + } +}; + +StandTile tile_1339 = { + 0x301f22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3950, 75, 2975, 0x1545}, + {3944, 14, 2975, 0x15d7}, + {3950, 14, 2975, 0x153c} + } +}; + +StandTile tile_1340 = { + 0x301f21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3950, 75, 2975, 0x149e}, + {3944, 75, 2975, 0x154a}, + {3944, 19, 2975, 0x1667}, + {3944, 14, 2975, 0x1541} + } +}; + +StandTile tile_1341 = { + 0x301e22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, 75, 2975, 0x154e}, + {3939, 19, 2975, 0x15df}, + {3944, 19, 2975, 0x1545} + } +}; + +StandTile tile_1342 = { + 0x301e21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3944, 75, 2975, 0x14a2}, + {3939, 75, 2975, 0x1553}, + {3939, 25, 2975, 0x166f}, + {3939, 19, 2975, 0x154a} + } +}; + +StandTile tile_1343 = { + 0x301d22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3939, 75, 2975, 0x1557}, + {3933, 25, 2975, 0x15e7}, + {3939, 25, 2975, 0x154e} + } +}; + +StandTile tile_1344 = { + 0x301d21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3939, 75, 2975, 0x14ae}, + {3933, 75, 2975, 0x155c}, + {3933, 31, 2975, 0x1677}, + {3933, 25, 2975, 0x1553} + } +}; + +StandTile tile_1345 = { + 0x301c22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3933, 75, 2975, 0x1560}, + {3928, 31, 2975, 0x15ef}, + {3933, 31, 2975, 0x1557} + } +}; + +StandTile tile_1346 = { + 0x301c21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3933, 75, 2975, 0x14ba}, + {3928, 75, 2975, 0x1565}, + {3928, 36, 2975, 0x167f}, + {3928, 31, 2975, 0x155c} + } +}; + +StandTile tile_1347 = { + 0x301b22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3928, 75, 2975, 0x1569}, + {3922, 36, 2975, 0x15ff}, + {3928, 36, 2975, 0x1560} + } +}; + +StandTile tile_1348 = { + 0x301b21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3928, 75, 2975, 0x14be}, + {3922, 75, 2975, 0x156e}, + {3922, 42, 2975, 0x1687}, + {3922, 36, 2975, 0x1565} + } +}; + +StandTile tile_1349 = { + 0x301a22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3922, 75, 2975, 0x1572}, + {3917, 42, 2975, 0x1607}, + {3922, 42, 2975, 0x1569} + } +}; + +StandTile tile_1350 = { + 0x301a21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3922, 75, 2975, 0x14c2}, + {3917, 75, 2975, 0x1577}, + {3917, 47, 2975, 0x168f}, + {3917, 42, 2975, 0x156e} + } +}; + +StandTile tile_1351 = { + 0x301922, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3917, 75, 2975, 0x157b}, + {3911, 47, 2975, 0x160f}, + {3917, 47, 2975, 0x1572} + } +}; + +StandTile tile_1352 = { + 0x301921, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3917, 75, 2975, 0x14c6}, + {3911, 75, 2975, 0x1580}, + {3911, 53, 2975, 0x1697}, + {3911, 47, 2975, 0x1577} + } +}; + +StandTile tile_1353 = { + 0x301822, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3911, 75, 2975, 0x1584}, + {3906, 53, 2975, 0x1617}, + {3911, 53, 2975, 0x157b} + } +}; + +StandTile tile_1354 = { + 0x301821, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3911, 75, 2975, 0x14da}, + {3906, 75, 2975, 0x1589}, + {3906, 58, 2975, 0x169f}, + {3906, 53, 2975, 0x1580} + } +}; + +StandTile tile_1355 = { + 0x301722, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3906, 75, 2975, 0x158d}, + {3900, 58, 2975, 0x161f}, + {3906, 58, 2975, 0x1584} + } +}; + +StandTile tile_1356 = { + 0x301721, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3906, 75, 2975, 0x1523}, + {3900, 75, 2975, 0x1592}, + {3900, 64, 2975, 0x16a7}, + {3900, 58, 2975, 0x1589} + } +}; + +StandTile tile_1357 = { + 0x301622, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3900, 75, 2975, 0x1596}, + {3894, 64, 2975, 0x1627}, + {3900, 64, 2975, 0x158d} + } +}; + +StandTile tile_1358 = { + 0x301621, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {3900, 75, 2975, 0x1527}, + {3894, 75, 2975, 0x159b}, + {3894, 69, 2975, 0x16af}, + {3894, 64, 2975, 0x1592} + } +}; + +StandTile tile_1359 = { + 0x301522, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3894, 75, 2975, 0x159f}, + {3889, 69, 2975, 0x15f7}, + {3894, 69, 2975, 0x1596} + } +}; + +StandTile tile_1360 = { + 0x301521, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3894, 75, 2975, 0x1517}, + {3889, 75, 2975, 0x16b7}, + {3889, 69, 2975, 0x159b} + } +}; + +StandTile tile_1361 = { + 0x2d9422, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3978, -14, 2975, 0x15a7}, + {3972, -14, 2994, 0x0000}, + {3978, -14, 2994, 0x1637} + } +}; + +StandTile tile_1362 = { + 0x2d9421, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3978, -14, 2975, 0x0000}, + {3972, -14, 2975, 0x163b}, + {3972, -14, 2994, 0x15a3} + } +}; + +StandTile tile_1363 = { + 0x2d9622, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3983, -19, 2975, 0x15af}, + {3978, -19, 2994, 0x0000}, + {3983, -19, 2994, 0x162f} + } +}; + +StandTile tile_1364 = { + 0x2d9621, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3983, -19, 2975, 0x1352}, + {3978, -19, 2975, 0x1633}, + {3978, -19, 2994, 0x15ab} + } +}; + +StandTile tile_1365 = { + 0x2d9222, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3972, -8, 2975, 0x15b7}, + {3967, -8, 2994, 0x0000}, + {3972, -8, 2994, 0x163f} + } +}; + +StandTile tile_1366 = { + 0x2d9221, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3972, -8, 2975, 0x0000}, + {3967, -8, 2975, 0x1643}, + {3967, -8, 2994, 0x15b3} + } +}; + +StandTile tile_1367 = { + 0x2d9022, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3967, -3, 2975, 0x15bf}, + {3961, -3, 2994, 0x0000}, + {3967, -3, 2994, 0x1647} + } +}; + +StandTile tile_1368 = { + 0x2d9021, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3967, -3, 2975, 0x0000}, + {3961, -3, 2975, 0x164b}, + {3961, -3, 2994, 0x15bb} + } +}; + +StandTile tile_1369 = { + 0x2d8e22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3961, 3, 2975, 0x15c7}, + {3956, 3, 2994, 0x0000}, + {3961, 3, 2994, 0x164f} + } +}; + +StandTile tile_1370 = { + 0x2d8e21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3961, 3, 2975, 0x152f}, + {3956, 3, 2975, 0x1653}, + {3956, 3, 2994, 0x15c3} + } +}; + +StandTile tile_1371 = { + 0x2d8c22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3956, 8, 2975, 0x15cf}, + {3950, 8, 2994, 0x0000}, + {3956, 8, 2994, 0x1657} + } +}; + +StandTile tile_1372 = { + 0x2d8c21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3956, 8, 2975, 0x1538}, + {3950, 8, 2975, 0x165b}, + {3950, 8, 2994, 0x15cb} + } +}; + +StandTile tile_1373 = { + 0x2d8a22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3950, 14, 2975, 0x15d7}, + {3944, 14, 2994, 0x0000}, + {3950, 14, 2994, 0x165f} + } +}; + +StandTile tile_1374 = { + 0x2d8a21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3950, 14, 2975, 0x1541}, + {3944, 14, 2975, 0x1663}, + {3944, 14, 2994, 0x15d3} + } +}; + +StandTile tile_1375 = { + 0x2d8822, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, 19, 2975, 0x15df}, + {3939, 19, 2994, 0x0000}, + {3944, 19, 2994, 0x1667} + } +}; + +StandTile tile_1376 = { + 0x2d8821, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, 19, 2975, 0x154a}, + {3939, 19, 2975, 0x166b}, + {3939, 19, 2994, 0x15db} + } +}; + +StandTile tile_1377 = { + 0x2d8622, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3939, 25, 2975, 0x15e7}, + {3933, 25, 2994, 0x0000}, + {3939, 25, 2994, 0x166f} + } +}; + +StandTile tile_1378 = { + 0x2d8621, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3939, 25, 2975, 0x1553}, + {3933, 25, 2975, 0x1673}, + {3933, 25, 2994, 0x15e3} + } +}; + +StandTile tile_1379 = { + 0x2d8422, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3933, 31, 2975, 0x15ef}, + {3928, 31, 2994, 0x0000}, + {3933, 31, 2994, 0x1677} + } +}; + +StandTile tile_1380 = { + 0x2d8421, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3933, 31, 2975, 0x155c}, + {3928, 31, 2975, 0x167b}, + {3928, 31, 2994, 0x15eb} + } +}; + +StandTile tile_1381 = { + 0x2d7622, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3894, 69, 2975, 0x15f7}, + {3889, 69, 2994, 0x0000}, + {3894, 69, 2994, 0x16af} + } +}; + +StandTile tile_1382 = { + 0x2d7621, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3894, 69, 2975, 0x159b}, + {3889, 69, 2975, 0x16b3}, + {3889, 69, 2994, 0x15f3} + } +}; + +StandTile tile_1383 = { + 0x2d8222, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3928, 36, 2975, 0x15ff}, + {3922, 36, 2994, 0x0000}, + {3928, 36, 2994, 0x167f} + } +}; + +StandTile tile_1384 = { + 0x2d8221, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3928, 36, 2975, 0x1565}, + {3922, 36, 2975, 0x1683}, + {3922, 36, 2994, 0x15fb} + } +}; + +StandTile tile_1385 = { + 0x2d8022, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3922, 42, 2975, 0x1607}, + {3917, 42, 2994, 0x0000}, + {3922, 42, 2994, 0x1687} + } +}; + +StandTile tile_1386 = { + 0x2d8021, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3922, 42, 2975, 0x156e}, + {3917, 42, 2975, 0x168b}, + {3917, 42, 2994, 0x1603} + } +}; + +StandTile tile_1387 = { + 0x2d7e22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3917, 47, 2975, 0x160f}, + {3911, 47, 2994, 0x0000}, + {3917, 47, 2994, 0x168f} + } +}; + +StandTile tile_1388 = { + 0x2d7e21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3917, 47, 2975, 0x1577}, + {3911, 47, 2975, 0x1693}, + {3911, 47, 2994, 0x160b} + } +}; + +StandTile tile_1389 = { + 0x2d7c22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3911, 53, 2975, 0x1617}, + {3906, 53, 2994, 0x0000}, + {3911, 53, 2994, 0x1697} + } +}; + +StandTile tile_1390 = { + 0x2d7c21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3911, 53, 2975, 0x1580}, + {3906, 53, 2975, 0x169b}, + {3906, 53, 2994, 0x1613} + } +}; + +StandTile tile_1391 = { + 0x2d7a22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3906, 58, 2975, 0x161f}, + {3900, 58, 2994, 0x0000}, + {3906, 58, 2994, 0x169f} + } +}; + +StandTile tile_1392 = { + 0x2d7a21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3906, 58, 2975, 0x1589}, + {3900, 58, 2975, 0x16a3}, + {3900, 58, 2994, 0x161b} + } +}; + +StandTile tile_1393 = { + 0x2d7822, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3900, 64, 2975, 0x1627}, + {3894, 64, 2994, 0x0000}, + {3900, 64, 2994, 0x16a7} + } +}; + +StandTile tile_1394 = { + 0x2d7821, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3900, 64, 2975, 0x1592}, + {3894, 64, 2975, 0x16ab}, + {3894, 64, 2994, 0x1623} + } +}; + +StandTile tile_1395 = { + 0x2e1822, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3983, -25, 2975, 0x162f}, + {3983, -19, 2994, 0x0000}, + {3983, -25, 2994, 0x13cd} + } +}; + +StandTile tile_1396 = { + 0x2e1821, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3983, -25, 2975, 0x134e}, + {3983, -19, 2975, 0x15ab}, + {3983, -19, 2994, 0x162b} + } +}; + +StandTile tile_1397 = { + 0x2e1722, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3978, -19, 2975, 0x1637}, + {3978, -14, 2994, 0x0000}, + {3978, -19, 2994, 0x15af} + } +}; + +StandTile tile_1398 = { + 0x2e1721, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3978, -19, 2975, 0x0000}, + {3978, -14, 2975, 0x15a3}, + {3978, -14, 2994, 0x1633} + } +}; + +StandTile tile_1399 = { + 0x2e1622, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3972, -14, 2975, 0x163f}, + {3972, -8, 2994, 0x0000}, + {3972, -14, 2994, 0x15a7} + } +}; + +StandTile tile_1400 = { + 0x2e1621, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3972, -14, 2975, 0x0000}, + {3972, -8, 2975, 0x15b3}, + {3972, -8, 2994, 0x163b} + } +}; + +StandTile tile_1401 = { + 0x2e1522, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3967, -8, 2975, 0x1647}, + {3967, -3, 2994, 0x0000}, + {3967, -8, 2994, 0x15b7} + } +}; + +StandTile tile_1402 = { + 0x2e1521, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3967, -8, 2975, 0x0000}, + {3967, -3, 2975, 0x15bb}, + {3967, -3, 2994, 0x1643} + } +}; + +StandTile tile_1403 = { + 0x2e1422, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3961, -3, 2975, 0x164f}, + {3961, 3, 2994, 0x0000}, + {3961, -3, 2994, 0x15bf} + } +}; + +StandTile tile_1404 = { + 0x2e1421, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3961, -3, 2975, 0x0000}, + {3961, 3, 2975, 0x15c3}, + {3961, 3, 2994, 0x164b} + } +}; + +StandTile tile_1405 = { + 0x2e1322, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3956, 3, 2975, 0x1657}, + {3956, 8, 2994, 0x0000}, + {3956, 3, 2994, 0x15c7} + } +}; + +StandTile tile_1406 = { + 0x2e1321, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3956, 3, 2975, 0x1533}, + {3956, 8, 2975, 0x15cb}, + {3956, 8, 2994, 0x1653} + } +}; + +StandTile tile_1407 = { + 0x2e1222, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3950, 8, 2975, 0x165f}, + {3950, 14, 2994, 0x0000}, + {3950, 8, 2994, 0x15cf} + } +}; + +StandTile tile_1408 = { + 0x2e1221, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3950, 8, 2975, 0x153c}, + {3950, 14, 2975, 0x15d3}, + {3950, 14, 2994, 0x165b} + } +}; + +StandTile tile_1409 = { + 0x2e1122, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, 14, 2975, 0x1667}, + {3944, 19, 2994, 0x0000}, + {3944, 14, 2994, 0x15d7} + } +}; + +StandTile tile_1410 = { + 0x2e1121, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, 14, 2975, 0x1545}, + {3944, 19, 2975, 0x15db}, + {3944, 19, 2994, 0x1663} + } +}; + +StandTile tile_1411 = { + 0x2e1022, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3939, 19, 2975, 0x166f}, + {3939, 25, 2994, 0x0000}, + {3939, 19, 2994, 0x15df} + } +}; + +StandTile tile_1412 = { + 0x2e1021, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3939, 19, 2975, 0x154e}, + {3939, 25, 2975, 0x15e3}, + {3939, 25, 2994, 0x166b} + } +}; + +StandTile tile_1413 = { + 0x2e0f22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3933, 25, 2975, 0x1677}, + {3933, 31, 2994, 0x0000}, + {3933, 25, 2994, 0x15e7} + } +}; + +StandTile tile_1414 = { + 0x2e0f21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3933, 25, 2975, 0x1557}, + {3933, 31, 2975, 0x15eb}, + {3933, 31, 2994, 0x1673} + } +}; + +StandTile tile_1415 = { + 0x2e0e22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3928, 31, 2975, 0x167f}, + {3928, 36, 2994, 0x0000}, + {3928, 31, 2994, 0x15ef} + } +}; + +StandTile tile_1416 = { + 0x2e0e21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3928, 31, 2975, 0x1560}, + {3928, 36, 2975, 0x15fb}, + {3928, 36, 2994, 0x167b} + } +}; + +StandTile tile_1417 = { + 0x2e0d22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3922, 36, 2975, 0x1687}, + {3922, 42, 2994, 0x0000}, + {3922, 36, 2994, 0x15ff} + } +}; + +StandTile tile_1418 = { + 0x2e0d21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3922, 36, 2975, 0x1569}, + {3922, 42, 2975, 0x1603}, + {3922, 42, 2994, 0x1683} + } +}; + +StandTile tile_1419 = { + 0x2e0c22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3917, 42, 2975, 0x168f}, + {3917, 47, 2994, 0x0000}, + {3917, 42, 2994, 0x1607} + } +}; + +StandTile tile_1420 = { + 0x2e0c21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3917, 42, 2975, 0x1572}, + {3917, 47, 2975, 0x160b}, + {3917, 47, 2994, 0x168b} + } +}; + +StandTile tile_1421 = { + 0x2e0b22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3911, 47, 2975, 0x1697}, + {3911, 53, 2994, 0x0000}, + {3911, 47, 2994, 0x160f} + } +}; + +StandTile tile_1422 = { + 0x2e0b21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3911, 47, 2975, 0x157b}, + {3911, 53, 2975, 0x1613}, + {3911, 53, 2994, 0x1693} + } +}; + +StandTile tile_1423 = { + 0x2e0a22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3906, 53, 2975, 0x169f}, + {3906, 58, 2994, 0x0000}, + {3906, 53, 2994, 0x1617} + } +}; + +StandTile tile_1424 = { + 0x2e0a21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3906, 53, 2975, 0x1584}, + {3906, 58, 2975, 0x161b}, + {3906, 58, 2994, 0x169b} + } +}; + +StandTile tile_1425 = { + 0x2e0922, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3900, 58, 2975, 0x16a7}, + {3900, 64, 2994, 0x0000}, + {3900, 58, 2994, 0x161f} + } +}; + +StandTile tile_1426 = { + 0x2e0921, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3900, 58, 2975, 0x158d}, + {3900, 64, 2975, 0x1623}, + {3900, 64, 2994, 0x16a3} + } +}; + +StandTile tile_1427 = { + 0x2e0822, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3894, 64, 2975, 0x16af}, + {3894, 69, 2994, 0x0000}, + {3894, 64, 2994, 0x1627} + } +}; + +StandTile tile_1428 = { + 0x2e0821, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3894, 64, 2975, 0x1596}, + {3894, 69, 2975, 0x15f3}, + {3894, 69, 2994, 0x16ab} + } +}; + +StandTile tile_1429 = { + 0x2e0722, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3889, 69, 2975, 0x16b7}, + {3889, 75, 2994, 0x0000}, + {3889, 69, 2994, 0x15f7} + } +}; + +StandTile tile_1430 = { + 0x2e0721, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3889, 69, 2975, 0x159f}, + {3889, 75, 2975, 0x14e6}, + {3889, 75, 2994, 0x16b3} + } +}; + +StandTile tile_1431 = { + 0x2ff022, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4170, -45, 2398, 0x16bf}, + {4170, -9, 2386, 0x1717}, + {4170, -9, 2399, 0x0000} + } +}; + +StandTile tile_1432 = { + 0x2ff021, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4170, -45, 2398, 0x179d}, + {4170, -45, 2386, 0x0000}, + {4170, -9, 2386, 0x16bb} + } +}; + +StandTile tile_1433 = { + 0x2fef22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4170, -45, 2416, 0x16c7}, + {4170, -9, 2403, 0x170b}, + {4170, -9, 2416, 0x0000} + } +}; + +StandTile tile_1434 = { + 0x2fef21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4170, -45, 2416, 0x179d}, + {4170, -45, 2403, 0x0000}, + {4170, -9, 2403, 0x16c3} + } +}; + +StandTile tile_1435 = { + 0x2fee22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4180, -45, 2428, 0x16cf}, + {4172, -9, 2419, 0x1707}, + {4180, -9, 2428, 0x0000} + } +}; + +StandTile tile_1436 = { + 0x2fee21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4180, -45, 2428, 0x1799}, + {4172, -45, 2419, 0x0000}, + {4172, -9, 2419, 0x16cb} + } +}; + +StandTile tile_1437 = { + 0x2fed22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4192, -45, 2440, 0x16d7}, + {4183, -9, 2431, 0x16ff}, + {4192, -9, 2440, 0x0000} + } +}; + +StandTile tile_1438 = { + 0x2fed21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4192, -45, 2440, 0x178d}, + {4184, -45, 2431, 0x0000}, + {4183, -9, 2431, 0x16d3} + } +}; + +StandTile tile_1439 = { + 0x2fec22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4178, -25, 2440, 0x16df}, + {4187, -12, 2449, 0x16fb}, + {4176, -12, 2438, 0x0000} + } +}; + +StandTile tile_1440 = { + 0x2fec21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4178, -25, 2440, 0x142d}, + {4187, -25, 2449, 0x0000}, + {4187, -12, 2449, 0x16db} + } +}; + +StandTile tile_1441 = { + 0x300b20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4163, -25, 2424, 0x1435}, + {4172, -25, 2434, 0x0000}, + {4173, -12, 2435, 0x16e7} + } +}; + +StandTile tile_1442 = { + 0x2feb20, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4163, -25, 2424, 0x16e3}, + {4173, -12, 2435, 0x1703}, + {4163, -12, 2424, 0x0000} + } +}; + +StandTile tile_1443 = { + 0x2fea22, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4161, -25, 2404, 0x16ef}, + {4161, -12, 2417, 0x170f}, + {4161, -12, 2404, 0x0000} + } +}; + +StandTile tile_1444 = { + 0x2fea21, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4161, -25, 2404, 0x1421}, + {4161, -25, 2417, 0x0000}, + {4161, -12, 2417, 0x16eb} + } +}; + +StandTile tile_1445 = { + 0x2fe922, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4161, -25, 2383, 0x16f7}, + {4161, -12, 2399, 0x1713}, + {4161, -12, 2383, 0x0000} + } +}; + +StandTile tile_1446 = { + 0x2fe921, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4161, -25, 2383, 0x1421}, + {4161, -25, 2398, 0x0000}, + {4161, -12, 2399, 0x16f3} + } +}; + +StandTile tile_1447 = { + 0x2fe822, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4187, -12, 2449, 0x16ff}, + {4183, -9, 2431, 0x0000}, + {4176, -12, 2438, 0x16db} + } +}; + +StandTile tile_1448 = { + 0x2fe821, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4187, -12, 2449, 0x0000}, + {4192, -9, 2440, 0x16d3}, + {4183, -9, 2431, 0x16fb} + } +}; + +StandTile tile_1449 = { + 0x2fe722, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4173, -12, 2435, 0x1707}, + {4172, -9, 2419, 0x0000}, + {4163, -12, 2424, 0x16e7} + } +}; + +StandTile tile_1450 = { + 0x2fe721, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4173, -12, 2435, 0x0000}, + {4180, -9, 2428, 0x16cb}, + {4172, -9, 2419, 0x1703} + } +}; + +StandTile tile_1451 = { + 0x2fe622, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4161, -12, 2404, 0x170f}, + {4170, -9, 2416, 0x16c3}, + {4170, -9, 2403, 0x0000} + } +}; + +StandTile tile_1452 = { + 0x2fe621, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4161, -12, 2404, 0x16eb}, + {4161, -12, 2417, 0x0000}, + {4170, -9, 2416, 0x170b} + } +}; + +StandTile tile_1453 = { + 0x2fe522, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4161, -12, 2399, 0x1717}, + {4170, -9, 2386, 0x0000}, + {4161, -12, 2383, 0x16f3} + } +}; + +StandTile tile_1454 = { + 0x2fe521, 0x6f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4161, -12, 2399, 0x0000}, + {4170, -9, 2399, 0x16bb}, + {4170, -9, 2386, 0x1713} + } +}; + +StandTile tile_1455 = { + 0x2f9022, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4243, -41, 2415, 0x171f}, + {4243, -45, 2386, 0x1767}, + {4243, -45, 2415, 0x0000} + } +}; + +StandTile tile_1456 = { + 0x2f9021, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4243, -41, 2415, 0x1723}, + {4243, -41, 2386, 0x0000}, + {4243, -45, 2386, 0x171b} + } +}; + +StandTile tile_1457 = { + 0x2f8f22, 0x6f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4243, -41, 2415, 0x1727}, + {4249, -41, 2386, 0x0000}, + {4243, -41, 2386, 0x171f} + } +}; + +StandTile tile_1458 = { + 0x2f8f21, 0x6f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4243, -41, 2415, 0x0000}, + {4249, -41, 2415, 0x172b}, + {4249, -41, 2386, 0x1723} + } +}; + +StandTile tile_1459 = { + 0x2f8e22, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4249, -36, 2415, 0x172f}, + {4249, -41, 2386, 0x1727}, + {4249, -41, 2415, 0x0000} + } +}; + +StandTile tile_1460 = { + 0x2f8e21, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4249, -36, 2415, 0x1733}, + {4249, -36, 2386, 0x0000}, + {4249, -41, 2386, 0x172b} + } +}; + +StandTile tile_1461 = { + 0x2f8d22, 0x6f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4249, -36, 2415, 0x1737}, + {4255, -36, 2386, 0x0000}, + {4249, -36, 2386, 0x172f} + } +}; + +StandTile tile_1462 = { + 0x2f8d21, 0x6f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4249, -36, 2415, 0x0000}, + {4255, -36, 2415, 0x1753}, + {4255, -36, 2386, 0x1733} + } +}; + +StandTile tile_1463 = { + 0x2f8c22, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4265, -27, 2386, 0x173f}, + {4265, -25, 2415, 0x1367}, + {4265, -25, 2386, 0x0000} + } +}; + +StandTile tile_1464 = { + 0x2f8c21, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4265, -27, 2386, 0x174f}, + {4265, -27, 2415, 0x0000}, + {4265, -25, 2415, 0x173b} + } +}; + +StandTile tile_1465 = { + 0x2f8b22, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4262, -27, 2415, 0x1747}, + {4262, -31, 2386, 0x175f}, + {4262, -31, 2415, 0x0000} + } +}; + +StandTile tile_1466 = { + 0x2f8b21, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4262, -27, 2415, 0x174b}, + {4262, -27, 2386, 0x0000}, + {4262, -31, 2386, 0x1743} + } +}; + +StandTile tile_1467 = { + 0x2f8a22, 0x6f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4262, -27, 2415, 0x174f}, + {4265, -27, 2386, 0x0000}, + {4262, -27, 2386, 0x1747} + } +}; + +StandTile tile_1468 = { + 0x2f8a21, 0x6f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4262, -27, 2415, 0x0000}, + {4265, -27, 2415, 0x173f}, + {4265, -27, 2386, 0x174b} + } +}; + +StandTile tile_1469 = { + 0x2f8922, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4255, -31, 2415, 0x1757}, + {4255, -36, 2386, 0x1737}, + {4255, -36, 2415, 0x0000} + } +}; + +StandTile tile_1470 = { + 0x2f8921, 0x6f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4255, -31, 2415, 0x175b}, + {4255, -31, 2386, 0x0000}, + {4255, -36, 2386, 0x1753} + } +}; + +StandTile tile_1471 = { + 0x2f8822, 0x6f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4255, -31, 2415, 0x175f}, + {4262, -31, 2386, 0x0000}, + {4255, -31, 2386, 0x1757} + } +}; + +StandTile tile_1472 = { + 0x2f8821, 0x6f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4255, -31, 2415, 0x0000}, + {4262, -31, 2415, 0x1743}, + {4262, -31, 2386, 0x175b} + } +}; + +StandTile tile_1473 = { + 0x300a22, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4243, -45, 2415, 0x1767}, + {4230, -45, 2386, 0x176b}, + {4230, -45, 2415, 0x0000} + } +}; + +StandTile tile_1474 = { + 0x300a21, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4243, -45, 2415, 0x171b}, + {4243, -45, 2386, 0x0000}, + {4230, -45, 2386, 0x1763} + } +}; + +StandTile tile_1475 = { + 0x2f8522, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x1, 0x2, + { + {4230, -45, 2383, 0x1771}, + {4195, -45, 2443, 0x1775}, + {4230, -45, 2418, 0x0000}, + {4230, -45, 2415, 0x1763}, + {4230, -45, 2386, 0x0000} + } +}; + +StandTile tile_1476 = { + 0x2f8521, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4230, -45, 2383, 0x1779}, + {4195, -45, 2358, 0x1789}, + {4195, -45, 2443, 0x176b} + } +}; + +StandTile tile_1477 = { + 0x2f8420, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4195, -45, 2443, 0x0000}, + {4230, -45, 2443, 0x1785}, + {4230, -45, 2418, 0x176b} + } +}; + +StandTile tile_1478 = { + 0x2f8320, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4195, -45, 2358, 0x1771}, + {4230, -45, 2383, 0x1781}, + {4230, -45, 2358, 0x0000} + } +}; + +StandTile tile_1479 = { + 0x2fe320, 0x6f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4230, -45, 2383, 0x0000}, + {4255, -45, 2383, 0x0000}, + {4241, -45, 2369, 0x1781} + } +}; + +StandTile tile_1480 = { + 0x2f8220, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4230, -45, 2358, 0x1779}, + {4230, -45, 2383, 0x177d}, + {4241, -45, 2369, 0x0000} + } +}; + +StandTile tile_1481 = { + 0x2f8120, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4230, -45, 2418, 0x1775}, + {4230, -45, 2443, 0x0000}, + {4255, -45, 2418, 0x0000} + } +}; + +StandTile tile_1482 = { + 0x300720, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4192, -45, 2440, 0x0000}, + {4195, -45, 2443, 0x1771}, + {4195, -45, 2358, 0x178d} + } +}; + +StandTile tile_1483 = { + 0x300620, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4184, -45, 2431, 0x16d7}, + {4192, -45, 2440, 0x1789}, + {4195, -45, 2358, 0x1791} + } +}; + +StandTile tile_1484 = { + 0x300420, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4180, -45, 2428, 0x0000}, + {4184, -45, 2431, 0x178d}, + {4195, -45, 2358, 0x1799} + } +}; + +StandTile tile_1485 = { + 0x300522, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4172, -45, 2419, 0x1799}, + {4195, -45, 2358, 0x0000}, + {4170, -45, 2383, 0x179d} + } +}; + +StandTile tile_1486 = { + 0x300521, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4172, -45, 2419, 0x16cf}, + {4180, -45, 2428, 0x1791}, + {4195, -45, 2358, 0x1795} + } +}; + +StandTile tile_1487 = { + 0x2f8020, 0x6f, + 0x0, + 0xa, 0xa, 0xa, + 7, + 0x0, 0x1, 0x2, + { + {4170, -45, 2418, 0x0000}, + {4172, -45, 2419, 0x1795}, + {4170, -45, 2383, 0x0000}, + {4170, -45, 2386, 0x16bf}, + {4170, -45, 2398, 0x0000}, + {4170, -45, 2403, 0x16c7}, + {4170, -45, 2416, 0x0000} + } +}; + +StandTile tile_1488 = { + 0x07c920, 0x6e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3665, -25, 3168, 0x17a9}, + {3590, -25, 3018, 0x0000}, + {3545, -25, 3079, 0x17ad} + } +}; + +StandTile tile_1489 = { + 0x07c820, 0x6e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3590, -25, 3018, 0x17a5}, + {3665, -25, 3168, 0x0000}, + {3710, -25, 3108, 0x139f} + } +}; + +StandTile tile_1490 = { + 0x2f2d22, 0x6e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3351, -25, 3339, 0x17b1}, + {3665, -25, 3168, 0x17a5}, + {3545, -25, 3079, 0x0000} + } +}; + +StandTile tile_1491 = { + 0x2f2d21, 0x6e, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {3351, -25, 3339, 0x0930}, + {3411, -25, 3384, 0x0938}, + {3471, -25, 3429, 0x0000}, + {3665, -25, 3168, 0x17ad} + } +}; + +StandTile tile_1492 = { + 0x329a1a, 0x6d, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3323, -150, 378, 0x17ba}, + {3411, -150, 373, 0x0000}, + {3356, -150, 332, 0x17d6} + } +}; + +StandTile tile_1493 = { + 0x329a19, 0x6d, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3323, -150, 378, 0x17ca}, + {3377, -150, 419, 0x17be}, + {3411, -150, 373, 0x17b6} + } +}; + +StandTile tile_1494 = { + 0x32b81a, 0x6d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3391, -150, 443, 0x17c2}, + {3411, -150, 373, 0x17ba}, + {3377, -150, 419, 0x17c6} + } +}; + +StandTile tile_1495 = { + 0x32b819, 0x6d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3391, -150, 443, 0x0000}, + {3432, -150, 388, 0x0000}, + {3411, -150, 373, 0x17be} + } +}; + +StandTile tile_1496 = { + 0x32b918, 0x6d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3391, -150, 443, 0x17be}, + {3377, -150, 419, 0x17ca}, + {3328, -150, 397, 0x17de} + } +}; + +StandTile tile_1497 = { + 0x32d618, 0x6d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3377, -150, 419, 0x17ba}, + {3323, -150, 378, 0x17ce}, + {3328, -150, 397, 0x17c6} + } +}; + +StandTile tile_1498 = { + 0x32d518, 0x6d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3323, -150, 378, 0x17d2}, + {3265, -150, 351, 0x17e2}, + {3328, -150, 397, 0x17ca} + } +}; + +StandTile tile_1499 = { + 0x32b71a, 0x6d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3323, -150, 378, 0x17d6}, + {3307, -150, 295, 0x0000}, + {3265, -150, 351, 0x17ce} + } +}; + +StandTile tile_1500 = { + 0x32b719, 0x6d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3323, -150, 378, 0x17b6}, + {3356, -150, 332, 0x0000}, + {3307, -150, 295, 0x17d2} + } +}; + +StandTile tile_1501 = { + 0x32ba18, 0x6c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3349, -150, 499, 0x0000}, + {3391, -150, 443, 0x17de}, + {3286, -150, 453, 0x17ee} + } +}; + +StandTile tile_1502 = { + 0x32d218, 0x6c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3391, -150, 443, 0x17c6}, + {3328, -150, 397, 0x17e2}, + {3286, -150, 453, 0x17da} + } +}; + +StandTile tile_1503 = { + 0x32d418, 0x6c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3328, -150, 397, 0x17ce}, + {3265, -150, 351, 0x17e6}, + {3286, -150, 453, 0x17de} + } +}; + +StandTile tile_1504 = { + 0x32d118, 0x6c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3265, -150, 351, 0x0000}, + {3223, -150, 406, 0x17f6}, + {3286, -150, 453, 0x17e2} + } +}; + +StandTile tile_1505 = { + 0x32bb1a, 0x6b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3312, -150, 549, 0x17ee}, + {3286, -150, 453, 0x17f2}, + {3247, -150, 506, 0x17fe} + } +}; + +StandTile tile_1506 = { + 0x32bb19, 0x6b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3312, -150, 549, 0x0000}, + {3349, -150, 499, 0x17da}, + {3286, -150, 453, 0x17ea} + } +}; + +StandTile tile_1507 = { + 0x32ce1a, 0x6b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3286, -150, 453, 0x17f6}, + {3182, -150, 462, 0x17fa}, + {3247, -150, 506, 0x17ea} + } +}; + +StandTile tile_1508 = { + 0x32ce19, 0x6b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3286, -150, 453, 0x17e6}, + {3223, -150, 406, 0x0000}, + {3182, -150, 462, 0x17f2} + } +}; + +StandTile tile_1509 = { + 0x32cf18, 0x6a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3247, -150, 506, 0x17f2}, + {3182, -150, 462, 0x0000}, + {3140, -150, 518, 0x1802} + } +}; + +StandTile tile_1510 = { + 0x32d018, 0x6a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3265, -150, 611, 0x0000}, + {3312, -150, 549, 0x17ea}, + {3247, -150, 506, 0x1806} + } +}; + +StandTile tile_1511 = { + 0x32d318, 0x6a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3247, -150, 506, 0x17fa}, + {3140, -150, 518, 0x180f}, + {3203, -150, 565, 0x1806} + } +}; + +StandTile tile_1512 = { + 0x32bc18, 0x6a, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x2, + { + {3265, -150, 611, 0x17fe}, + {3247, -150, 506, 0x1802}, + {3203, -150, 565, 0x180f}, + {3205, -150, 567, 0x1814} + } +}; + +StandTile tile_1513 = { + 0x192c18, 0x6a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3129, -153, 533, 0x1844}, + {3194, -153, 582, 0x180f}, + {3140, -150, 518, 0x187c} + } +}; + +StandTile tile_1514 = { + 0x192b18, 0x6a, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {3140, -150, 518, 0x180b}, + {3194, -153, 582, 0x1814}, + {3205, -150, 567, 0x1806}, + {3203, -150, 565, 0x1802} + } +}; + +StandTile tile_1515 = { + 0x192a18, 0x6a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3194, -153, 582, 0x1818}, + {3265, -150, 611, 0x1806}, + {3205, -150, 567, 0x180f} + } +}; + +StandTile tile_1516 = { + 0x192918, 0x6a, + 0x0, + 0x6, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3254, -153, 627, 0x0000}, + {3265, -150, 611, 0x1814}, + {3194, -153, 582, 0x183c} + } +}; + +StandTile tile_1517 = { + 0x192818, 0x6a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3235, -150, 652, 0x182c}, + {3175, -150, 607, 0x1820}, + {3224, -150, 667, 0x0000} + } +}; + +StandTile tile_1518 = { + 0x192718, 0x6a, + 0x0, + 0x4, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3175, -150, 607, 0x1824}, + {3099, -150, 573, 0x0000}, + {3224, -150, 667, 0x181c} + } +}; + +StandTile tile_1519 = { + 0x192618, 0x6a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3175, -150, 607, 0x1830}, + {3110, -150, 558, 0x0000}, + {3099, -150, 573, 0x1820} + } +}; + +StandTile tile_1520 = { + 0x192518, 0x6a, + 0x0, + 0x6, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3247, -153, 637, 0x1838}, + {3187, -153, 592, 0x182c}, + {3235, -150, 652, 0x0000} + } +}; + +StandTile tile_1521 = { + 0x192418, 0x6a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3235, -150, 652, 0x1828}, + {3187, -153, 592, 0x1830}, + {3175, -150, 607, 0x181c} + } +}; + +StandTile tile_1522 = { + 0x192318, 0x6a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3187, -153, 592, 0x1834}, + {3110, -150, 558, 0x1824}, + {3175, -150, 607, 0x182c} + } +}; + +StandTile tile_1523 = { + 0x192218, 0x6a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3187, -153, 592, 0x1840}, + {3121, -153, 543, 0x184c}, + {3110, -150, 558, 0x1830} + } +}; + +StandTile tile_1524 = { + 0x19211a, 0x6a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3247, -153, 637, 0x183c}, + {3194, -153, 582, 0x1844}, + {3187, -153, 592, 0x1828} + } +}; + +StandTile tile_1525 = { + 0x192119, 0x6a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3247, -153, 637, 0x0000}, + {3254, -153, 627, 0x1818}, + {3194, -153, 582, 0x1838} + } +}; + +StandTile tile_1526 = { + 0x19201a, 0x6a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3187, -153, 592, 0x1844}, + {3129, -153, 533, 0x1864}, + {3121, -153, 543, 0x1834} + } +}; + +StandTile tile_1527 = { + 0x192019, 0x6a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3187, -153, 592, 0x1838}, + {3194, -153, 582, 0x180b}, + {3129, -153, 533, 0x1840} + } +}; + +StandTile tile_1528 = { + 0x31f81a, 0x69, + 0x0, + 0xb, 0xc, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3082, -150, 537, 0x184c}, + {3121, -153, 543, 0x1864}, + {3074, -153, 509, 0x1854} + } +}; + +StandTile tile_1529 = { + 0x31f819, 0x69, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3082, -150, 537, 0x0000}, + {3110, -150, 558, 0x1834}, + {3121, -153, 543, 0x1848} + } +}; + +StandTile tile_1530 = { + 0x1e821a, 0x69, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3015, -150, 489, 0x1854}, + {3074, -153, 509, 0x186c}, + {3026, -153, 474, 0x185c} + } +}; + +StandTile tile_1531 = { + 0x1e8219, 0x69, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3015, -150, 489, 0x0000}, + {3082, -150, 537, 0x1848}, + {3074, -153, 509, 0x1850} + } +}; + +StandTile tile_1532 = { + 0x1e7a1a, 0x69, + 0x0, + 0x9, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2920, -150, 420, 0x185c}, + {3026, -153, 474, 0x1874}, + {2931, -153, 405, 0x18d4} + } +}; + +StandTile tile_1533 = { + 0x1e7a19, 0x69, + 0x0, + 0x6, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2920, -150, 420, 0x0000}, + {3015, -150, 489, 0x1850}, + {3026, -153, 474, 0x1858} + } +}; + +StandTile tile_1534 = { + 0x31f91a, 0x69, + 0x0, + 0xa, 0xb, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3074, -153, 509, 0x1864}, + {3129, -153, 533, 0x187c}, + {3081, -153, 499, 0x186c} + } +}; + +StandTile tile_1535 = { + 0x31f919, 0x69, + 0x0, + 0xa, 0xb, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3074, -153, 509, 0x1848}, + {3121, -153, 543, 0x1840}, + {3129, -153, 533, 0x1860} + } +}; + +StandTile tile_1536 = { + 0x1e831a, 0x69, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3026, -153, 474, 0x186c}, + {3081, -153, 499, 0x1884}, + {3034, -153, 464, 0x1874} + } +}; + +StandTile tile_1537 = { + 0x1e8319, 0x69, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3026, -153, 474, 0x1850}, + {3074, -153, 509, 0x1860}, + {3081, -153, 499, 0x1868} + } +}; + +StandTile tile_1538 = { + 0x1e7b1a, 0x69, + 0x0, + 0x9, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2931, -153, 405, 0x1874}, + {3034, -153, 464, 0x188c}, + {2939, -153, 395, 0x18bc} + } +}; + +StandTile tile_1539 = { + 0x1e7b19, 0x69, + 0x0, + 0x6, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2931, -153, 405, 0x1858}, + {3026, -153, 474, 0x1868}, + {3034, -153, 464, 0x1870} + } +}; + +StandTile tile_1540 = { + 0x31fa1a, 0x69, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3081, -153, 499, 0x187c}, + {3140, -150, 518, 0x0000}, + {3111, -150, 497, 0x1884} + } +}; + +StandTile tile_1541 = { + 0x31fa19, 0x69, + 0x0, + 0x8, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3081, -153, 499, 0x1860}, + {3129, -153, 533, 0x180b}, + {3140, -150, 518, 0x1878} + } +}; + +StandTile tile_1542 = { + 0x1e841a, 0x69, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3034, -153, 464, 0x1884}, + {3111, -150, 497, 0x0000}, + {3045, -150, 449, 0x188c} + } +}; + +StandTile tile_1543 = { + 0x1e8419, 0x69, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3034, -153, 464, 0x1868}, + {3081, -153, 499, 0x1878}, + {3111, -150, 497, 0x1880} + } +}; + +StandTile tile_1544 = { + 0x1e7c1a, 0x69, + 0x0, + 0x9, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2939, -153, 395, 0x188c}, + {3045, -150, 449, 0x0000}, + {2950, -150, 380, 0x18a4} + } +}; + +StandTile tile_1545 = { + 0x1e7c19, 0x69, + 0x0, + 0x6, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2939, -153, 395, 0x1870}, + {3034, -153, 464, 0x1880}, + {3045, -150, 449, 0x1888} + } +}; + +StandTile tile_1546 = { + 0x323d1a, 0x68, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2796, -153, 292, 0x1894}, + {2855, -150, 311, 0x0000}, + {2788, -150, 262, 0x189c} + } +}; + +StandTile tile_1547 = { + 0x323d19, 0x68, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2796, -153, 292, 0x18a8}, + {2844, -153, 326, 0x18a0}, + {2855, -150, 311, 0x1890} + } +}; + +StandTile tile_1548 = { + 0x18091a, 0x68, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2749, -153, 257, 0x189c}, + {2788, -150, 262, 0x0000}, + {2760, -150, 242, 0x18fc} + } +}; + +StandTile tile_1549 = { + 0x180919, 0x68, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2749, -153, 257, 0x18b0}, + {2796, -153, 292, 0x1890}, + {2788, -150, 262, 0x1898} + } +}; + +StandTile tile_1550 = { + 0x1e8c1a, 0x68, + 0x0, + 0x6, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2844, -153, 326, 0x18a4}, + {2950, -150, 380, 0x0000}, + {2855, -150, 311, 0x1894} + } +}; + +StandTile tile_1551 = { + 0x1e8c19, 0x68, + 0x0, + 0x9, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2844, -153, 326, 0x18b8}, + {2939, -153, 395, 0x1888}, + {2950, -150, 380, 0x18a0} + } +}; + +StandTile tile_1552 = { + 0x323f1a, 0x68, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2789, -153, 302, 0x18ac}, + {2844, -153, 326, 0x1894}, + {2796, -153, 292, 0x18b4} + } +}; + +StandTile tile_1553 = { + 0x323f19, 0x68, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2789, -153, 302, 0x18c0}, + {2836, -153, 336, 0x18b8}, + {2844, -153, 326, 0x18a8} + } +}; + +StandTile tile_1554 = { + 0x180a1a, 0x68, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2742, -153, 267, 0x18b4}, + {2796, -153, 292, 0x189c}, + {2749, -153, 257, 0x18f4} + } +}; + +StandTile tile_1555 = { + 0x180a19, 0x68, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2742, -153, 267, 0x18c8}, + {2789, -153, 302, 0x18a8}, + {2796, -153, 292, 0x18b0} + } +}; + +StandTile tile_1556 = { + 0x1e8b1a, 0x68, + 0x0, + 0x6, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2836, -153, 336, 0x18bc}, + {2939, -153, 395, 0x18a4}, + {2844, -153, 326, 0x18ac} + } +}; + +StandTile tile_1557 = { + 0x1e8b19, 0x68, + 0x0, + 0x9, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2836, -153, 336, 0x18d0}, + {2931, -153, 405, 0x1870}, + {2939, -153, 395, 0x18b8} + } +}; + +StandTile tile_1558 = { + 0x323e1a, 0x68, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2759, -150, 303, 0x18c4}, + {2836, -153, 336, 0x18ac}, + {2789, -153, 302, 0x18cc} + } +}; + +StandTile tile_1559 = { + 0x323e19, 0x68, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2759, -150, 303, 0x0000}, + {2825, -150, 351, 0x18d0}, + {2836, -153, 336, 0x18c0} + } +}; + +StandTile tile_1560 = { + 0x180b1a, 0x68, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2730, -150, 283, 0x18cc}, + {2789, -153, 302, 0x18b4}, + {2742, -153, 267, 0x18ec} + } +}; + +StandTile tile_1561 = { + 0x180b19, 0x68, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2730, -150, 283, 0x0000}, + {2759, -150, 303, 0x18c0}, + {2789, -153, 302, 0x18c8} + } +}; + +StandTile tile_1562 = { + 0x1e8a1a, 0x68, + 0x0, + 0x6, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2825, -150, 351, 0x18d4}, + {2931, -153, 405, 0x18bc}, + {2836, -153, 336, 0x18c4} + } +}; + +StandTile tile_1563 = { + 0x1e8a19, 0x68, + 0x0, + 0x9, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2825, -150, 351, 0x0000}, + {2920, -150, 420, 0x1858}, + {2931, -153, 405, 0x18d0} + } +}; + +StandTile tile_1564 = { + 0x33821a, 0x68, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2730, -150, 283, 0x18dc}, + {2632, -150, 226, 0x0000}, + {2723, -150, 293, 0x0000} + } +}; + +StandTile tile_1565 = { + 0x338219, 0x68, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2730, -150, 283, 0x18e8}, + {2662, -150, 186, 0x0000}, + {2632, -150, 226, 0x18d8} + } +}; + +StandTile tile_1566 = { + 0x1da81a, 0x68, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2760, -150, 242, 0x18e4}, + {2698, -150, 135, 0x0000}, + {2691, -150, 146, 0x18fc} + } +}; + +StandTile tile_1567 = { + 0x1da819, 0x68, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2760, -150, 242, 0x0000}, + {2789, -150, 202, 0x0000}, + {2698, -150, 135, 0x18e0} + } +}; + +StandTile tile_1568 = { + 0x1db41a, 0x68, + 0x0, + 0x6, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2730, -150, 283, 0x18ec}, + {2673, -153, 171, 0x1904}, + {2662, -150, 186, 0x18dc} + } +}; + +StandTile tile_1569 = { + 0x1db419, 0x68, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2730, -150, 283, 0x18c8}, + {2742, -153, 267, 0x18f0}, + {2673, -153, 171, 0x18e8} + } +}; + +StandTile tile_1570 = { + 0x1db31a, 0x68, + 0x0, + 0xb, 0xc, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2742, -153, 267, 0x18f4}, + {2680, -153, 161, 0x191c}, + {2673, -153, 171, 0x18ec} + } +}; + +StandTile tile_1571 = { + 0x1db319, 0x68, + 0x0, + 0xb, 0xc, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2742, -153, 267, 0x18b0}, + {2749, -153, 257, 0x18f8}, + {2680, -153, 161, 0x18f0} + } +}; + +StandTile tile_1572 = { + 0x1db21a, 0x68, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2749, -153, 257, 0x18fc}, + {2691, -150, 146, 0x1934}, + {2680, -153, 161, 0x18f4} + } +}; + +StandTile tile_1573 = { + 0x1db219, 0x68, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2749, -153, 257, 0x1898}, + {2760, -150, 242, 0x18e0}, + {2691, -150, 146, 0x18f8} + } +}; + +StandTile tile_1574 = { + 0x32361a, 0x67, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2634, -150, 168, 0x1904}, + {2673, -153, 171, 0x191c}, + {2622, -153, 138, 0x190c} + } +}; + +StandTile tile_1575 = { + 0x323619, 0x67, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2634, -150, 168, 0x0000}, + {2662, -150, 186, 0x18e8}, + {2673, -153, 171, 0x1900} + } +}; + +StandTile tile_1576 = { + 0x1e9a1a, 0x67, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2561, -150, 120, 0x190c}, + {2622, -153, 138, 0x1924}, + {2572, -153, 105, 0x1914} + } +}; + +StandTile tile_1577 = { + 0x1e9a19, 0x67, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2561, -150, 120, 0x0000}, + {2634, -150, 168, 0x1900}, + {2622, -153, 138, 0x1908} + } +}; + +StandTile tile_1578 = { + 0x1e921a, 0x67, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2460, -150, 55, 0x1914}, + {2572, -153, 105, 0x192c}, + {2471, -153, 39, 0x19b4} + } +}; + +StandTile tile_1579 = { + 0x1e9219, 0x67, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2460, -150, 55, 0x0000}, + {2561, -150, 120, 0x1908}, + {2572, -153, 105, 0x1910} + } +}; + +StandTile tile_1580 = { + 0x32381a, 0x67, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2622, -153, 138, 0x191c}, + {2680, -153, 161, 0x1934}, + {2630, -153, 128, 0x1924} + } +}; + +StandTile tile_1581 = { + 0x323819, 0x67, + 0x0, + 0x8, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2622, -153, 138, 0x1900}, + {2673, -153, 171, 0x18f0}, + {2680, -153, 161, 0x1918} + } +}; + +StandTile tile_1582 = { + 0x1e9b1a, 0x67, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2572, -153, 105, 0x1924}, + {2630, -153, 128, 0x193c}, + {2579, -153, 95, 0x192c} + } +}; + +StandTile tile_1583 = { + 0x1e9b19, 0x67, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2572, -153, 105, 0x1908}, + {2622, -153, 138, 0x1918}, + {2630, -153, 128, 0x1920} + } +}; + +StandTile tile_1584 = { + 0x1e931a, 0x67, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2471, -153, 39, 0x192c}, + {2579, -153, 95, 0x1944}, + {2478, -153, 29, 0x199c} + } +}; + +StandTile tile_1585 = { + 0x1e9319, 0x67, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2471, -153, 39, 0x1910}, + {2572, -153, 105, 0x1920}, + {2579, -153, 95, 0x1928} + } +}; + +StandTile tile_1586 = { + 0x32371a, 0x67, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2630, -153, 128, 0x1934}, + {2691, -150, 146, 0x0000}, + {2662, -150, 126, 0x193c} + } +}; + +StandTile tile_1587 = { + 0x323719, 0x67, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2630, -153, 128, 0x1918}, + {2680, -153, 161, 0x18f8}, + {2691, -150, 146, 0x1930} + } +}; + +StandTile tile_1588 = { + 0x1e9c1a, 0x67, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2579, -153, 95, 0x193c}, + {2662, -150, 126, 0x0000}, + {2590, -150, 80, 0x1944} + } +}; + +StandTile tile_1589 = { + 0x1e9c19, 0x67, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2579, -153, 95, 0x1920}, + {2630, -153, 128, 0x1930}, + {2662, -150, 126, 0x1938} + } +}; + +StandTile tile_1590 = { + 0x1e941a, 0x67, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2478, -153, 29, 0x1944}, + {2590, -150, 80, 0x0000}, + {2489, -150, 14, 0x1984} + } +}; + +StandTile tile_1591 = { + 0x1e9419, 0x67, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2478, -153, 29, 0x1928}, + {2579, -153, 95, 0x1938}, + {2590, -150, 80, 0x1940} + } +}; + +StandTile tile_1592 = { + 0x33681a, 0x66, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2252, -150, -66, 0x194c}, + {2185, -150, -169, 0x0000}, + {2158, -150, -127, 0x0000} + } +}; + +StandTile tile_1593 = { + 0x336819, 0x66, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2252, -150, -66, 0x0000}, + {2259, -150, -76, 0x1958}, + {2185, -150, -169, 0x1948} + } +}; + +StandTile tile_1594 = { + 0x1d031a, 0x66, + 0x0, + 0x5, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2286, -150, -118, 0x1954}, + {2220, -150, -222, 0x0000}, + {2213, -150, -211, 0x196c} + } +}; + +StandTile tile_1595 = { + 0x1d0319, 0x66, + 0x0, + 0x4, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2286, -150, -118, 0x0000}, + {2314, -150, -160, 0x0000}, + {2220, -150, -222, 0x1950} + } +}; + +StandTile tile_1596 = { + 0x1d0f1a, 0x66, + 0x0, + 0x6, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2259, -150, -76, 0x195c}, + {2196, -153, -185, 0x19bc}, + {2185, -150, -169, 0x194c} + } +}; + +StandTile tile_1597 = { + 0x1d0f19, 0x66, + 0x0, + 0x6, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2259, -150, -76, 0x19a8}, + {2269, -153, -92, 0x1960}, + {2196, -153, -185, 0x1958} + } +}; + +StandTile tile_1598 = { + 0x1d0e1a, 0x66, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2269, -153, -92, 0x1964}, + {2202, -153, -195, 0x19d4}, + {2196, -153, -185, 0x195c} + } +}; + +StandTile tile_1599 = { + 0x1d0e19, 0x66, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2269, -153, -92, 0x1990}, + {2276, -153, -103, 0x1968}, + {2202, -153, -195, 0x1960} + } +}; + +StandTile tile_1600 = { + 0x1d0d1a, 0x66, + 0x0, + 0xc, 0xd, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2276, -153, -103, 0x196c}, + {2213, -150, -211, 0x19ec}, + {2202, -153, -195, 0x1964} + } +}; + +StandTile tile_1601 = { + 0x1d0d19, 0x66, + 0x0, + 0x9, 0xa, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2276, -153, -103, 0x1978}, + {2286, -150, -118, 0x1950}, + {2213, -150, -211, 0x1968} + } +}; + +StandTile tile_1602 = { + 0x31af1a, 0x66, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2312, -153, -79, 0x1974}, + {2388, -150, -52, 0x0000}, + {2307, -150, -105, 0x197c} + } +}; + +StandTile tile_1603 = { + 0x31af19, 0x66, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2312, -153, -79, 0x1988}, + {2377, -153, -37, 0x1980}, + {2388, -150, -52, 0x1970} + } +}; + +StandTile tile_1604 = { + 0x175c1a, 0x66, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2276, -153, -103, 0x197c}, + {2307, -150, -105, 0x0000}, + {2286, -150, -118, 0x196c} + } +}; + +StandTile tile_1605 = { + 0x175c19, 0x66, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2276, -153, -103, 0x1990}, + {2312, -153, -79, 0x1970}, + {2307, -150, -105, 0x1978} + } +}; + +StandTile tile_1606 = { + 0x1ea41a, 0x66, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2377, -153, -37, 0x1984}, + {2489, -150, 14, 0x0000}, + {2388, -150, -52, 0x1974} + } +}; + +StandTile tile_1607 = { + 0x1ea419, 0x66, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2377, -153, -37, 0x1998}, + {2478, -153, 29, 0x1940}, + {2489, -150, 14, 0x1980} + } +}; + +StandTile tile_1608 = { + 0x31b01a, 0x66, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2305, -153, -69, 0x198c}, + {2377, -153, -37, 0x1974}, + {2312, -153, -79, 0x1994} + } +}; + +StandTile tile_1609 = { + 0x31b019, 0x66, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2305, -153, -69, 0x19a0}, + {2370, -153, -26, 0x1998}, + {2377, -153, -37, 0x1988} + } +}; + +StandTile tile_1610 = { + 0x175d1a, 0x66, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2269, -153, -92, 0x1994}, + {2312, -153, -79, 0x197c}, + {2276, -153, -103, 0x1964} + } +}; + +StandTile tile_1611 = { + 0x175d19, 0x66, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2269, -153, -92, 0x19a8}, + {2305, -153, -69, 0x1988}, + {2312, -153, -79, 0x1990} + } +}; + +StandTile tile_1612 = { + 0x1ea31a, 0x66, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2370, -153, -26, 0x199c}, + {2478, -153, 29, 0x1984}, + {2377, -153, -37, 0x198c} + } +}; + +StandTile tile_1613 = { + 0x1ea319, 0x66, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2370, -153, -26, 0x19b0}, + {2471, -153, 39, 0x1928}, + {2478, -153, 29, 0x1998} + } +}; + +StandTile tile_1614 = { + 0x31b11a, 0x66, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2280, -150, -63, 0x19a4}, + {2370, -153, -26, 0x198c}, + {2305, -153, -69, 0x19ac} + } +}; + +StandTile tile_1615 = { + 0x31b119, 0x66, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2280, -150, -63, 0x0000}, + {2360, -150, -11, 0x19b0}, + {2370, -153, -26, 0x19a0} + } +}; + +StandTile tile_1616 = { + 0x175e1a, 0x66, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2259, -150, -76, 0x19ac}, + {2305, -153, -69, 0x1994}, + {2269, -153, -92, 0x195c} + } +}; + +StandTile tile_1617 = { + 0x175e19, 0x66, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2259, -150, -76, 0x0000}, + {2280, -150, -63, 0x19a0}, + {2305, -153, -69, 0x19a8} + } +}; + +StandTile tile_1618 = { + 0x1ea21a, 0x66, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2360, -150, -11, 0x19b4}, + {2471, -153, 39, 0x199c}, + {2370, -153, -26, 0x19a4} + } +}; + +StandTile tile_1619 = { + 0x1ea219, 0x66, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2360, -150, -11, 0x0000}, + {2460, -150, 55, 0x1910}, + {2471, -153, 39, 0x19b0} + } +}; + +StandTile tile_1620 = { + 0x31ae1a, 0x65, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2162, -150, -178, 0x19bc}, + {2196, -153, -185, 0x19d4}, + {2154, -153, -201, 0x19c4} + } +}; + +StandTile tile_1621 = { + 0x31ae19, 0x65, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2162, -150, -178, 0x0000}, + {2185, -150, -169, 0x1958}, + {2196, -153, -185, 0x19b8} + } +}; + +StandTile tile_1622 = { + 0x1eb21a, 0x65, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2075, -150, -212, 0x19c4}, + {2154, -153, -201, 0x19dc}, + {2084, -153, -228, 0x19cc} + } +}; + +StandTile tile_1623 = { + 0x1eb219, 0x65, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2075, -150, -212, 0x0000}, + {2162, -150, -178, 0x19b8}, + {2154, -153, -201, 0x19c0} + } +}; + +StandTile tile_1624 = { + 0x1eaa1a, 0x65, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1965, -150, -254, 0x19cc}, + {2084, -153, -228, 0x19e4}, + {1973, -153, -270, 0x1a44} + } +}; + +StandTile tile_1625 = { + 0x1eaa19, 0x65, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1965, -150, -254, 0x0000}, + {2075, -150, -212, 0x19c0}, + {2084, -153, -228, 0x19c8} + } +}; + +StandTile tile_1626 = { + 0x31ad1a, 0x65, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2154, -153, -201, 0x19d4}, + {2202, -153, -195, 0x19ec}, + {2158, -153, -212, 0x19dc} + } +}; + +StandTile tile_1627 = { + 0x31ad19, 0x65, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2154, -153, -201, 0x19b8}, + {2196, -153, -185, 0x1960}, + {2202, -153, -195, 0x19d0} + } +}; + +StandTile tile_1628 = { + 0x1eb31a, 0x65, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2084, -153, -228, 0x19dc}, + {2158, -153, -212, 0x19f4}, + {2091, -153, -238, 0x19e4} + } +}; + +StandTile tile_1629 = { + 0x1eb319, 0x65, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2084, -153, -228, 0x19c0}, + {2154, -153, -201, 0x19d0}, + {2158, -153, -212, 0x19d8} + } +}; + +StandTile tile_1630 = { + 0x1eab1a, 0x65, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1973, -153, -270, 0x19e4}, + {2091, -153, -238, 0x19fc}, + {1979, -153, -281, 0x1a2c} + } +}; + +StandTile tile_1631 = { + 0x1eab19, 0x65, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1973, -153, -270, 0x19c8}, + {2084, -153, -228, 0x19d8}, + {2091, -153, -238, 0x19e0} + } +}; + +StandTile tile_1632 = { + 0x31ac1a, 0x65, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2158, -153, -212, 0x19ec}, + {2213, -150, -211, 0x0000}, + {2180, -150, -224, 0x19f4} + } +}; + +StandTile tile_1633 = { + 0x31ac19, 0x65, + 0x0, + 0x9, 0xa, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2158, -153, -212, 0x19d0}, + {2202, -153, -195, 0x1968}, + {2213, -150, -211, 0x19e8} + } +}; + +StandTile tile_1634 = { + 0x1eb41a, 0x65, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2091, -153, -238, 0x19f4}, + {2180, -150, -224, 0x0000}, + {2100, -150, -255, 0x19fc} + } +}; + +StandTile tile_1635 = { + 0x1eb419, 0x65, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2091, -153, -238, 0x19d8}, + {2158, -153, -212, 0x19e8}, + {2180, -150, -224, 0x19f0} + } +}; + +StandTile tile_1636 = { + 0x1eac1a, 0x65, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1979, -153, -281, 0x19fc}, + {2100, -150, -255, 0x0000}, + {1987, -150, -298, 0x1a14} + } +}; + +StandTile tile_1637 = { + 0x1eac19, 0x65, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1979, -153, -281, 0x19e0}, + {2091, -153, -238, 0x19f0}, + {2100, -150, -255, 0x19f8} + } +}; + +StandTile tile_1638 = { + 0x31a91a, 0x64, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1802, -153, -350, 0x1a04}, + {1875, -150, -342, 0x0000}, + {1791, -150, -374, 0x1a0c} + } +}; + +StandTile tile_1639 = { + 0x31a919, 0x64, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1802, -153, -350, 0x1a18}, + {1867, -153, -325, 0x1a10}, + {1875, -150, -342, 0x1a00} + } +}; + +StandTile tile_1640 = { + 0x16af1a, 0x64, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1755, -153, -368, 0x1a0c}, + {1791, -150, -374, 0x0000}, + {1762, -150, -385, 0x1a5c} + } +}; + +StandTile tile_1641 = { + 0x16af19, 0x64, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1755, -153, -368, 0x1a20}, + {1802, -153, -350, 0x1a00}, + {1791, -150, -374, 0x1a08} + } +}; + +StandTile tile_1642 = { + 0x1ebc1a, 0x64, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1867, -153, -325, 0x1a14}, + {1987, -150, -298, 0x0000}, + {1875, -150, -342, 0x1a04} + } +}; + +StandTile tile_1643 = { + 0x1ebc19, 0x64, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1867, -153, -325, 0x1a28}, + {1979, -153, -281, 0x19f8}, + {1987, -150, -298, 0x1a10} + } +}; + +StandTile tile_1644 = { + 0x31aa1a, 0x64, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1797, -153, -338, 0x1a1c}, + {1867, -153, -325, 0x1a04}, + {1802, -153, -350, 0x1a24} + } +}; + +StandTile tile_1645 = { + 0x31aa19, 0x64, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1797, -153, -338, 0x1a30}, + {1862, -153, -313, 0x1a28}, + {1867, -153, -325, 0x1a18} + } +}; + +StandTile tile_1646 = { + 0x16b01a, 0x64, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1751, -153, -356, 0x1a24}, + {1802, -153, -350, 0x1a0c}, + {1755, -153, -368, 0x1a54} + } +}; + +StandTile tile_1647 = { + 0x16b019, 0x64, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1751, -153, -356, 0x1a38}, + {1797, -153, -338, 0x1a18}, + {1802, -153, -350, 0x1a20} + } +}; + +StandTile tile_1648 = { + 0x1ebb1a, 0x64, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1862, -153, -313, 0x1a2c}, + {1979, -153, -281, 0x1a14}, + {1867, -153, -325, 0x1a1c} + } +}; + +StandTile tile_1649 = { + 0x1ebb19, 0x64, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1862, -153, -313, 0x1a40}, + {1973, -153, -270, 0x19e0}, + {1979, -153, -281, 0x1a28} + } +}; + +StandTile tile_1650 = { + 0x31ab1a, 0x64, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1773, -150, -327, 0x1a34}, + {1862, -153, -313, 0x1a1c}, + {1797, -153, -338, 0x1a3c} + } +}; + +StandTile tile_1651 = { + 0x31ab19, 0x64, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1773, -150, -327, 0x0000}, + {1854, -150, -296, 0x1a40}, + {1862, -153, -313, 0x1a30} + } +}; + +StandTile tile_1652 = { + 0x16b11a, 0x64, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1744, -150, -338, 0x1a3c}, + {1797, -153, -338, 0x1a24}, + {1751, -153, -356, 0x1a4c} + } +}; + +StandTile tile_1653 = { + 0x16b119, 0x64, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1744, -150, -338, 0x0000}, + {1773, -150, -327, 0x1a30}, + {1797, -153, -338, 0x1a38} + } +}; + +StandTile tile_1654 = { + 0x1eba1a, 0x64, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1854, -150, -296, 0x1a44}, + {1973, -153, -270, 0x1a2c}, + {1862, -153, -313, 0x1a34} + } +}; + +StandTile tile_1655 = { + 0x1eba19, 0x64, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1854, -150, -296, 0x0000}, + {1965, -150, -254, 0x19c8}, + {1973, -153, -270, 0x1a40} + } +}; + +StandTile tile_1656 = { + 0x1c6a1a, 0x64, + 0x0, + 0x6, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1744, -150, -338, 0x1a4c}, + {1659, -153, -431, 0x1a74}, + {1653, -150, -414, 0x1a64} + } +}; + +StandTile tile_1657 = { + 0x1c6a19, 0x64, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1744, -150, -338, 0x1a38}, + {1751, -153, -356, 0x1a50}, + {1659, -153, -431, 0x1a48} + } +}; + +StandTile tile_1658 = { + 0x1c691a, 0x64, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1751, -153, -356, 0x1a54}, + {1664, -153, -443, 0x1a8c}, + {1659, -153, -431, 0x1a4c} + } +}; + +StandTile tile_1659 = { + 0x1c6919, 0x64, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1751, -153, -356, 0x1a20}, + {1755, -153, -368, 0x1a58}, + {1664, -153, -443, 0x1a50} + } +}; + +StandTile tile_1660 = { + 0x1c681a, 0x64, + 0x0, + 0xc, 0xd, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1755, -153, -368, 0x1a5c}, + {1671, -150, -461, 0x1aa4}, + {1664, -153, -443, 0x1a54} + } +}; + +StandTile tile_1661 = { + 0x1c6819, 0x64, + 0x0, + 0x7, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1755, -153, -368, 0x1a08}, + {1762, -150, -385, 0x1a68}, + {1671, -150, -461, 0x1a58} + } +}; + +StandTile tile_1662 = { + 0x33571a, 0x64, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1739, -150, -327, 0x1a64}, + {1653, -150, -414, 0x0000}, + {1635, -150, -367, 0x0000} + } +}; + +StandTile tile_1663 = { + 0x335719, 0x64, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1739, -150, -327, 0x0000}, + {1744, -150, -338, 0x1a48}, + {1653, -150, -414, 0x1a60} + } +}; + +StandTile tile_1664 = { + 0x1c5e1a, 0x64, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1762, -150, -385, 0x1a6c}, + {1675, -150, -472, 0x0000}, + {1671, -150, -461, 0x1a5c} + } +}; + +StandTile tile_1665 = { + 0x1c5e19, 0x64, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1762, -150, -385, 0x0000}, + {1780, -150, -432, 0x0000}, + {1675, -150, -472, 0x1a68} + } +}; + +StandTile tile_1666 = { + 0x31a81a, 0x63, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1623, -150, -425, 0x1a74}, + {1659, -153, -431, 0x1a8c}, + {1608, -153, -450, 0x1a7c} + } +}; + +StandTile tile_1667 = { + 0x31a819, 0x63, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1623, -150, -425, 0x0000}, + {1653, -150, -414, 0x1a48}, + {1659, -153, -431, 0x1a70} + } +}; + +StandTile tile_1668 = { + 0x1eca1a, 0x63, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1575, -150, -442, 0x1a7c}, + {1608, -153, -450, 0x1a94}, + {1582, -153, -460, 0x1a84} + } +}; + +StandTile tile_1669 = { + 0x1eca19, 0x63, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1575, -150, -442, 0x0000}, + {1623, -150, -425, 0x1a70}, + {1608, -153, -450, 0x1a78} + } +}; + +StandTile tile_1670 = { + 0x1ec21a, 0x63, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1498, -150, -470, 0x1a84}, + {1582, -153, -460, 0x1a9c}, + {1505, -153, -488, 0x1afc} + } +}; + +StandTile tile_1671 = { + 0x1ec219, 0x63, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1498, -150, -470, 0x0000}, + {1575, -150, -442, 0x1a78}, + {1582, -153, -460, 0x1a80} + } +}; + +StandTile tile_1672 = { + 0x31a71a, 0x63, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1608, -153, -450, 0x1a8c}, + {1664, -153, -443, 0x1aa4}, + {1612, -153, -462, 0x1a94} + } +}; + +StandTile tile_1673 = { + 0x31a719, 0x63, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1608, -153, -450, 0x1a70}, + {1659, -153, -431, 0x1a50}, + {1664, -153, -443, 0x1a88} + } +}; + +StandTile tile_1674 = { + 0x1ecb1a, 0x63, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1582, -153, -460, 0x1a94}, + {1612, -153, -462, 0x1aac}, + {1586, -153, -471, 0x1a9c} + } +}; + +StandTile tile_1675 = { + 0x1ecb19, 0x63, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1582, -153, -460, 0x1a78}, + {1608, -153, -450, 0x1a88}, + {1612, -153, -462, 0x1a90} + } +}; + +StandTile tile_1676 = { + 0x1ec31a, 0x63, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1505, -153, -488, 0x1a9c}, + {1586, -153, -471, 0x1ab4}, + {1509, -153, -500, 0x1ae4} + } +}; + +StandTile tile_1677 = { + 0x1ec319, 0x63, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1505, -153, -488, 0x1a80}, + {1582, -153, -460, 0x1a90}, + {1586, -153, -471, 0x1a98} + } +}; + +StandTile tile_1678 = { + 0x31a61a, 0x63, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1612, -153, -462, 0x1aa4}, + {1671, -150, -461, 0x0000}, + {1640, -150, -472, 0x1aac} + } +}; + +StandTile tile_1679 = { + 0x31a619, 0x63, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1612, -153, -462, 0x1a88}, + {1664, -153, -443, 0x1a58}, + {1671, -150, -461, 0x1aa0} + } +}; + +StandTile tile_1680 = { + 0x1ecc1a, 0x63, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1586, -153, -471, 0x1aac}, + {1640, -150, -472, 0x0000}, + {1593, -150, -489, 0x1ab4} + } +}; + +StandTile tile_1681 = { + 0x1ecc19, 0x63, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1586, -153, -471, 0x1a90}, + {1612, -153, -462, 0x1aa0}, + {1640, -150, -472, 0x1aa8} + } +}; + +StandTile tile_1682 = { + 0x1ec41a, 0x63, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1509, -153, -500, 0x1ab4}, + {1593, -150, -489, 0x0000}, + {1516, -150, -517, 0x1acc} + } +}; + +StandTile tile_1683 = { + 0x1ec419, 0x63, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1509, -153, -500, 0x1a98}, + {1586, -153, -471, 0x1aa8}, + {1593, -150, -489, 0x1ab0} + } +}; + +StandTile tile_1684 = { + 0x31a31a, 0x62, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1407, -153, -537, 0x1abc}, + {1438, -150, -546, 0x0000}, + {1391, -150, -563, 0x1ac4} + } +}; + +StandTile tile_1685 = { + 0x31a319, 0x62, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1407, -153, -537, 0x1ad0}, + {1432, -153, -528, 0x1ac8}, + {1438, -150, -546, 0x1ab8} + } +}; + +StandTile tile_1686 = { + 0x129c1a, 0x62, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1354, -153, -556, 0x1ac4}, + {1391, -150, -563, 0x0000}, + {1361, -150, -574, 0x1b24} + } +}; + +StandTile tile_1687 = { + 0x129c19, 0x62, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1354, -153, -556, 0x1ad8}, + {1407, -153, -537, 0x1ab8}, + {1391, -150, -563, 0x1ac0} + } +}; + +StandTile tile_1688 = { + 0x1ed41a, 0x62, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1432, -153, -528, 0x1acc}, + {1516, -150, -517, 0x0000}, + {1438, -150, -546, 0x1abc} + } +}; + +StandTile tile_1689 = { + 0x1ed419, 0x62, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1432, -153, -528, 0x1ae0}, + {1509, -153, -500, 0x1ab0}, + {1516, -150, -517, 0x1ac8} + } +}; + +StandTile tile_1690 = { + 0x31a41a, 0x62, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1403, -153, -525, 0x1ad4}, + {1432, -153, -528, 0x1abc}, + {1407, -153, -537, 0x1adc} + } +}; + +StandTile tile_1691 = { + 0x31a419, 0x62, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1403, -153, -525, 0x1ae8}, + {1427, -153, -516, 0x1ae0}, + {1432, -153, -528, 0x1ad0} + } +}; + +StandTile tile_1692 = { + 0x129d1a, 0x62, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1350, -153, -545, 0x1adc}, + {1407, -153, -537, 0x1ac4}, + {1354, -153, -556, 0x1b48} + } +}; + +StandTile tile_1693 = { + 0x129d19, 0x62, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1350, -153, -545, 0x1af0}, + {1403, -153, -525, 0x1ad0}, + {1407, -153, -537, 0x1ad8} + } +}; + +StandTile tile_1694 = { + 0x1ed31a, 0x62, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1427, -153, -516, 0x1ae4}, + {1509, -153, -500, 0x1acc}, + {1432, -153, -528, 0x1ad4} + } +}; + +StandTile tile_1695 = { + 0x1ed319, 0x62, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1427, -153, -516, 0x1af8}, + {1505, -153, -488, 0x1a98}, + {1509, -153, -500, 0x1ae0} + } +}; + +StandTile tile_1696 = { + 0x31a51a, 0x62, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1374, -150, -516, 0x1aec}, + {1427, -153, -516, 0x1ad4}, + {1403, -153, -525, 0x1af4} + } +}; + +StandTile tile_1697 = { + 0x31a519, 0x62, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1374, -150, -516, 0x0000}, + {1421, -150, -499, 0x1af8}, + {1427, -153, -516, 0x1ae8} + } +}; + +StandTile tile_1698 = { + 0x129e1a, 0x62, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1344, -150, -527, 0x1af4}, + {1403, -153, -525, 0x1adc}, + {1350, -153, -545, 0x1b34} + } +}; + +StandTile tile_1699 = { + 0x129e19, 0x62, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1344, -150, -527, 0x0000}, + {1374, -150, -516, 0x1ae8}, + {1403, -153, -525, 0x1af0} + } +}; + +StandTile tile_1700 = { + 0x1ed21a, 0x62, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1421, -150, -499, 0x1afc}, + {1505, -153, -488, 0x1ae4}, + {1427, -153, -516, 0x1aec} + } +}; + +StandTile tile_1701 = { + 0x1ed219, 0x62, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1421, -150, -499, 0x0000}, + {1498, -150, -470, 0x1a80}, + {1505, -153, -488, 0x1af8} + } +}; + +StandTile tile_1702 = { + 0x127b18, 0x62, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1376, -150, -615, 0x1b04}, + {1290, -150, -600, 0x1b20}, + {1361, -150, -574, 0x0000} + } +}; + +StandTile tile_1703 = { + 0x127a18, 0x62, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1376, -150, -615, 0x0000}, + {1317, -150, -636, 0x1b08}, + {1290, -150, -600, 0x1b00} + } +}; + +StandTile tile_1704 = { + 0x127918, 0x62, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1294, -150, -645, 0x1b0c}, + {1290, -150, -600, 0x1b04}, + {1317, -150, -636, 0x0000} + } +}; + +StandTile tile_1705 = { + 0x127818, 0x62, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1294, -150, -645, 0x1b8c}, + {1247, -150, -662, 0x1b10}, + {1290, -150, -600, 0x1b08} + } +}; + +StandTile tile_1706 = { + 0x127718, 0x62, + 0x0, + 0x8, 0x9, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1290, -150, -600, 0x1b0c}, + {1247, -150, -662, 0x0000}, + {1229, -150, -669, 0x1b14} + } +}; + +StandTile tile_1707 = { + 0x127618, 0x62, + 0x0, + 0x5, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1214, -150, -628, 0x1b1c}, + {1290, -150, -600, 0x1b10}, + {1229, -150, -669, 0x0000} + } +}; + +StandTile tile_1708 = { + 0x127518, 0x62, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1208, -153, -610, 0x1b50}, + {1284, -153, -582, 0x1b1c}, + {1214, -150, -628, 0x1b70} + } +}; + +StandTile tile_1709 = { + 0x127418, 0x62, + 0x0, + 0x5, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1214, -150, -628, 0x1b18}, + {1284, -153, -582, 0x1b20}, + {1290, -150, -600, 0x1b14} + } +}; + +StandTile tile_1710 = { + 0x127318, 0x62, + 0x0, + 0x5, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1284, -153, -582, 0x1b24}, + {1361, -150, -574, 0x1b00}, + {1290, -150, -600, 0x1b1c} + } +}; + +StandTile tile_1711 = { + 0x127218, 0x62, + 0x0, + 0x6, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1354, -153, -556, 0x1ac0}, + {1361, -150, -574, 0x1b20}, + {1284, -153, -582, 0x1b48} + } +}; + +StandTile tile_1712 = { + 0x127118, 0x62, + 0x0, + 0x5, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1344, -150, -527, 0x1b38}, + {1273, -150, -553, 0x1b2c}, + {1337, -150, -509, 0x0000} + } +}; + +StandTile tile_1713 = { + 0x127018, 0x62, + 0x0, + 0x5, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1273, -150, -553, 0x1b30}, + {1190, -150, -563, 0x0000}, + {1337, -150, -509, 0x1b28} + } +}; + +StandTile tile_1714 = { + 0x126f18, 0x62, + 0x0, + 0x5, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1273, -150, -553, 0x1b3c}, + {1197, -150, -581, 0x0000}, + {1190, -150, -563, 0x1b2c} + } +}; + +StandTile tile_1715 = { + 0x126e18, 0x62, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1350, -153, -545, 0x1b44}, + {1280, -153, -570, 0x1b38}, + {1344, -150, -527, 0x1af0} + } +}; + +StandTile tile_1716 = { + 0x126d18, 0x62, + 0x0, + 0x9, 0xa, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1344, -150, -527, 0x1b34}, + {1280, -153, -570, 0x1b3c}, + {1273, -150, -553, 0x1b28} + } +}; + +StandTile tile_1717 = { + 0x126c18, 0x62, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1280, -153, -570, 0x1b40}, + {1197, -150, -581, 0x1b30}, + {1273, -150, -553, 0x1b38} + } +}; + +StandTile tile_1718 = { + 0x126b18, 0x62, + 0x0, + 0x9, 0xa, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1280, -153, -570, 0x1b4c}, + {1203, -153, -598, 0x1b58}, + {1197, -150, -581, 0x1b3c} + } +}; + +StandTile tile_1719 = { + 0x126a1a, 0x62, + 0x0, + 0xa, 0xb, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1350, -153, -545, 0x1b48}, + {1284, -153, -582, 0x1b50}, + {1280, -153, -570, 0x1b34} + } +}; + +StandTile tile_1720 = { + 0x126a19, 0x62, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1350, -153, -545, 0x1ad8}, + {1354, -153, -556, 0x1b24}, + {1284, -153, -582, 0x1b44} + } +}; + +StandTile tile_1721 = { + 0x12691a, 0x62, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1280, -153, -570, 0x1b50}, + {1208, -153, -610, 0x1b80}, + {1203, -153, -598, 0x1b40} + } +}; + +StandTile tile_1722 = { + 0x126919, 0x62, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1280, -153, -570, 0x1b44}, + {1284, -153, -582, 0x1b18}, + {1208, -153, -610, 0x1b4c} + } +}; + +StandTile tile_1723 = { + 0x31a21a, 0x62, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1173, -150, -589, 0x1b58}, + {1203, -153, -598, 0x1b7c}, + {1158, -153, -614, 0x1b60} + } +}; + +StandTile tile_1724 = { + 0x31a219, 0x62, + 0x0, + 0x8, 0x9, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1173, -150, -589, 0x0000}, + {1197, -150, -581, 0x1b40}, + {1203, -153, -598, 0x1b54} + } +}; + +StandTile tile_1725 = { + 0x12611a, 0x62, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1130, -150, -604, 0x1b60}, + {1158, -153, -614, 0x1b74}, + {1137, -153, -621, 0x1bc0} + } +}; + +StandTile tile_1726 = { + 0x126119, 0x62, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1130, -150, -604, 0x0000}, + {1173, -150, -589, 0x1b54}, + {1158, -153, -614, 0x1b5c} + } +}; + +StandTile tile_1727 = { + 0x31a01a, 0x62, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1189, -150, -636, 0x1b68}, + {1141, -153, -633, 0x1b78}, + {1162, -153, -626, 0x1b6c} + } +}; + +StandTile tile_1728 = { + 0x31a019, 0x62, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1189, -150, -636, 0x0000}, + {1147, -150, -651, 0x1bd0}, + {1141, -153, -633, 0x1b64} + } +}; + +StandTile tile_1729 = { + 0x12601a, 0x62, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1208, -153, -610, 0x1b70}, + {1189, -150, -636, 0x1b64}, + {1162, -153, -626, 0x1b80} + } +}; + +StandTile tile_1730 = { + 0x126019, 0x62, + 0x0, + 0x8, 0x9, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1208, -153, -610, 0x1b18}, + {1214, -150, -628, 0x0000}, + {1189, -150, -636, 0x1b6c} + } +}; + +StandTile tile_1731 = { + 0x31a11a, 0x62, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1162, -153, -626, 0x1b78}, + {1137, -153, -621, 0x1b5c}, + {1158, -153, -614, 0x1b7c} + } +}; + +StandTile tile_1732 = { + 0x31a119, 0x62, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1162, -153, -626, 0x1b64}, + {1141, -153, -633, 0x1bc8}, + {1137, -153, -621, 0x1b74} + } +}; + +StandTile tile_1733 = { + 0x125f1a, 0x62, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1203, -153, -598, 0x1b80}, + {1162, -153, -626, 0x1b74}, + {1158, -153, -614, 0x1b54} + } +}; + +StandTile tile_1734 = { + 0x125f19, 0x62, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1203, -153, -598, 0x1b4c}, + {1208, -153, -610, 0x1b6c}, + {1162, -153, -626, 0x1b7c} + } +}; + +StandTile tile_1735 = { + 0x32811a, 0x62, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1310, -150, -689, 0x1b88}, + {1279, -150, -750, 0x0000}, + {1263, -150, -706, 0x1b90} + } +}; + +StandTile tile_1736 = { + 0x328119, 0x62, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1310, -150, -689, 0x0000}, + {1326, -150, -733, 0x1bd4}, + {1279, -150, -750, 0x1b84} + } +}; + +StandTile tile_1737 = { + 0x327f1a, 0x62, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1294, -150, -645, 0x1b90}, + {1263, -150, -706, 0x0000}, + {1247, -150, -662, 0x1b0c} + } +}; + +StandTile tile_1738 = { + 0x327f19, 0x62, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1294, -150, -645, 0x0000}, + {1310, -150, -689, 0x1b84}, + {1263, -150, -706, 0x1b8c} + } +}; + +StandTile tile_1739 = { + 0x1bc51a, 0x61, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1059, -150, -628, 0x1b98}, + {973, -153, -719, 0x1d40}, + {966, -150, -702, 0x1bb0} + } +}; + +StandTile tile_1740 = { + 0x1bc519, 0x61, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1059, -150, -628, 0x1bbc}, + {1065, -153, -646, 0x1b9c}, + {973, -153, -719, 0x1b94} + } +}; + +StandTile tile_1741 = { + 0x1bc41a, 0x61, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1065, -153, -646, 0x1ba0}, + {977, -153, -731, 0x1d50}, + {973, -153, -719, 0x1b98} + } +}; + +StandTile tile_1742 = { + 0x1bc419, 0x61, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1065, -153, -646, 0x1bc4}, + {1070, -153, -657, 0x1ba4}, + {977, -153, -731, 0x1b9c} + } +}; + +StandTile tile_1743 = { + 0x1bc31a, 0x61, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1070, -153, -657, 0x1ba8}, + {983, -150, -749, 0x1d60}, + {977, -153, -731, 0x1ba0} + } +}; + +StandTile tile_1744 = { + 0x1bc319, 0x61, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1070, -153, -657, 0x1bcc}, + {1076, -150, -675, 0x1bb4}, + {983, -150, -749, 0x1ba4} + } +}; + +StandTile tile_1745 = { + 0x33451a, 0x61, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1059, -150, -628, 0x1bb0}, + {949, -150, -655, 0x0000}, + {1055, -150, -616, 0x0000} + } +}; + +StandTile tile_1746 = { + 0x334519, 0x61, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1059, -150, -628, 0x1b94}, + {966, -150, -702, 0x0000}, + {949, -150, -655, 0x1bac} + } +}; + +StandTile tile_1747 = { + 0x1bb91a, 0x61, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1076, -150, -675, 0x1bb8}, + {987, -150, -760, 0x0000}, + {983, -150, -749, 0x1ba8} + } +}; + +StandTile tile_1748 = { + 0x1bb919, 0x61, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1076, -150, -675, 0x0000}, + {1093, -150, -722, 0x0000}, + {987, -150, -760, 0x1bb4} + } +}; + +StandTile tile_1749 = { + 0x10f91a, 0x61, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1059, -150, -628, 0x1bc0}, + {1137, -153, -621, 0x1bc8}, + {1065, -153, -646, 0x1b98} + } +}; + +StandTile tile_1750 = { + 0x10f919, 0x61, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1059, -150, -628, 0x0000}, + {1130, -150, -604, 0x1b5c}, + {1137, -153, -621, 0x1bbc} + } +}; + +StandTile tile_1751 = { + 0x10f81a, 0x61, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1065, -153, -646, 0x1bc8}, + {1141, -153, -633, 0x1bd0}, + {1070, -153, -657, 0x1ba0} + } +}; + +StandTile tile_1752 = { + 0x10f819, 0x61, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1065, -153, -646, 0x1bbc}, + {1137, -153, -621, 0x1b78}, + {1141, -153, -633, 0x1bc4} + } +}; + +StandTile tile_1753 = { + 0x10f71a, 0x61, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1070, -153, -657, 0x1bd0}, + {1147, -150, -651, 0x0000}, + {1076, -150, -675, 0x1ba8} + } +}; + +StandTile tile_1754 = { + 0x10f719, 0x61, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1070, -153, -657, 0x1bc4}, + {1141, -153, -633, 0x1b68}, + {1147, -150, -651, 0x1bcc} + } +}; + +StandTile tile_1755 = { + 0x33ba18, 0x60, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1321, -150, -775, 0x1be0}, + {1279, -150, -750, 0x1b88}, + {1326, -150, -733, 0x1bf0} + } +}; + +StandTile tile_1756 = { + 0x33b918, 0x60, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1301, -150, -829, 0x1be4}, + {1321, -150, -775, 0x1be8}, + {1389, -150, -797, 0x0000} + } +}; + +StandTile tile_1757 = { + 0x11b518, 0x60, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1372, -150, -750, 0x0000}, + {1389, -150, -797, 0x1be8}, + {1348, -150, -758, 0x1c18} + } +}; + +StandTile tile_1758 = { + 0x11b418, 0x60, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1279, -150, -750, 0x1bd4}, + {1321, -150, -775, 0x1be4}, + {1273, -150, -752, 0x0000} + } +}; + +StandTile tile_1759 = { + 0x11b318, 0x60, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1273, -150, -752, 0x1be0}, + {1321, -150, -775, 0x1bd8}, + {1301, -150, -829, 0x0000} + } +}; + +StandTile tile_1760 = { + 0x11af18, 0x60, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1321, -150, -775, 0x1bec}, + {1348, -150, -758, 0x1bdc}, + {1389, -150, -797, 0x1bd8} + } +}; + +StandTile tile_1761 = { + 0x11ae18, 0x60, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1348, -150, -758, 0x1be8}, + {1321, -150, -775, 0x1bf0}, + {1337, -150, -729, 0x1c24} + } +}; + +StandTile tile_1762 = { + 0x11ad18, 0x60, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1337, -150, -729, 0x1bec}, + {1321, -150, -775, 0x1bd4}, + {1326, -150, -733, 0x0000} + } +}; + +StandTile tile_1763 = { + 0x11f41a, 0x60, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1370, -138, -744, 0x1bf8}, + {1361, -131, -720, 0x1d38}, + {1370, -131, -744, 0x0000} + } +}; + +StandTile tile_1764 = { + 0x11f419, 0x60, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1370, -138, -744, 0x1c00}, + {1361, -138, -721, 0x0000}, + {1361, -131, -720, 0x1bf4} + } +}; + +StandTile tile_1765 = { + 0x11e21a, 0x60, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1361, -138, -721, 0x1c00}, + {1346, -138, -752, 0x1c20}, + {1338, -138, -730, 0x0000} + } +}; + +StandTile tile_1766 = { + 0x11e219, 0x60, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1361, -138, -721, 0x1bf8}, + {1370, -138, -744, 0x1c08}, + {1346, -138, -752, 0x1bfc} + } +}; + +StandTile tile_1767 = { + 0x11f61a, 0x60, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1346, -138, -752, 0x1c08}, + {1370, -144, -744, 0x1c0c}, + {1346, -144, -752, 0x1c1c} + } +}; + +StandTile tile_1768 = { + 0x11f619, 0x60, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1346, -138, -752, 0x1c00}, + {1370, -138, -744, 0x0000}, + {1370, -144, -744, 0x1c04} + } +}; + +StandTile tile_1769 = { + 0x11e31a, 0x60, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1370, -144, -744, 0x1c10}, + {1348, -144, -758, 0x1c28}, + {1346, -144, -752, 0x1c04} + } +}; + +StandTile tile_1770 = { + 0x11e319, 0x60, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1370, -144, -744, 0x0000}, + {1372, -144, -750, 0x1c14}, + {1348, -144, -758, 0x1c0c} + } +}; + +StandTile tile_1771 = { + 0x11f51a, 0x60, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1372, -150, -750, 0x1c18}, + {1348, -144, -758, 0x1c10}, + {1372, -144, -750, 0x0000} + } +}; + +StandTile tile_1772 = { + 0x11f519, 0x60, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1372, -150, -750, 0x1bdc}, + {1348, -150, -758, 0x1c24}, + {1348, -144, -758, 0x1c14} + } +}; + +StandTile tile_1773 = { + 0x11bc1a, 0x60, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1337, -150, -729, 0x1c20}, + {1346, -138, -752, 0x1c04}, + {1346, -144, -752, 0x1c28} + } +}; + +StandTile tile_1774 = { + 0x11bc19, 0x60, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1337, -150, -729, 0x0000}, + {1338, -138, -730, 0x1bfc}, + {1346, -138, -752, 0x1c1c} + } +}; + +StandTile tile_1775 = { + 0x11bd1a, 0x60, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1337, -150, -729, 0x1c28}, + {1348, -144, -758, 0x1c18}, + {1348, -150, -758, 0x1bec} + } +}; + +StandTile tile_1776 = { + 0x11bd19, 0x60, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1337, -150, -729, 0x1c1c}, + {1346, -144, -752, 0x1c0c}, + {1348, -144, -758, 0x1c24} + } +}; + +StandTile tile_1777 = { + 0x11c91a, 0x5f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1408, -25, -795, 0x1c30}, + {1400, -31, -772, 0x1d2c}, + {1408, -31, -795, 0x0000} + } +}; + +StandTile tile_1778 = { + 0x11c919, 0x5f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1408, -25, -795, 0x2591}, + {1400, -25, -772, 0x0000}, + {1400, -31, -772, 0x1c2c} + } +}; + +StandTile tile_1779 = { + 0x11fd1a, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1409, -75, -743, 0x1c38}, + {1434, -75, -740, 0x1cb8}, + {1411, -75, -748, 0x0000} + } +}; + +StandTile tile_1780 = { + 0x11fd19, 0x5f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1409, -75, -743, 0x1c9c}, + {1432, -75, -734, 0x0000}, + {1434, -75, -740, 0x1c34} + } +}; + +StandTile tile_1781 = { + 0x11fc1a, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1407, -81, -737, 0x1c40}, + {1432, -81, -734, 0x1ca0}, + {1409, -81, -743, 0x0000} + } +}; + +StandTile tile_1782 = { + 0x11fc19, 0x5f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1407, -81, -737, 0x1ca8}, + {1429, -81, -728, 0x0000}, + {1432, -81, -734, 0x1c3c} + } +}; + +StandTile tile_1783 = { + 0x11fb1a, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1405, -88, -731, 0x1c48}, + {1429, -88, -728, 0x1ca4}, + {1407, -88, -737, 0x0000} + } +}; + +StandTile tile_1784 = { + 0x11fb19, 0x5f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1405, -88, -731, 0x1cac}, + {1427, -88, -723, 0x0000}, + {1429, -88, -728, 0x1c44} + } +}; + +StandTile tile_1785 = { + 0x11fa1a, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1416, -56, -760, 0x1c50}, + {1440, -56, -758, 0x1ccc}, + {1418, -56, -766, 0x0000} + } +}; + +StandTile tile_1786 = { + 0x11fa19, 0x5f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1416, -56, -760, 0x1cc4}, + {1438, -56, -752, 0x0000}, + {1440, -56, -758, 0x1c4c} + } +}; + +StandTile tile_1787 = { + 0x11f91a, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1413, -63, -754, 0x1c58}, + {1438, -63, -752, 0x1cc8}, + {1416, -63, -760, 0x0000} + } +}; + +StandTile tile_1788 = { + 0x11f919, 0x5f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1413, -63, -754, 0x1cc0}, + {1436, -63, -746, 0x0000}, + {1438, -63, -752, 0x1c54} + } +}; + +StandTile tile_1789 = { + 0x11f81a, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1411, -69, -748, 0x1c60}, + {1436, -69, -746, 0x1cbc}, + {1413, -69, -754, 0x0000} + } +}; + +StandTile tile_1790 = { + 0x11f819, 0x5f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1411, -69, -748, 0x1cb4}, + {1434, -69, -740, 0x0000}, + {1436, -69, -746, 0x1c5c} + } +}; + +StandTile tile_1791 = { + 0x11f71a, 0x5f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1418, -44, -766, 0x1c68}, + {1420, -44, -790, 0x1cdc}, + {1412, -44, -768, 0x0000} + } +}; + +StandTile tile_1792 = { + 0x11f719, 0x5f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1418, -44, -766, 0x1cd4}, + {1426, -44, -788, 0x0000}, + {1420, -44, -790, 0x1c64} + } +}; + +StandTile tile_1793 = { + 0x11f31a, 0x5f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1367, -125, -718, 0x1c70}, + {1376, -131, -743, 0x1d34}, + {1367, -131, -718, 0x0000} + } +}; + +StandTile tile_1794 = { + 0x11f319, 0x5f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1367, -125, -718, 0x1d14}, + {1376, -125, -743, 0x0000}, + {1376, -131, -743, 0x1c6c} + } +}; + +StandTile tile_1795 = { + 0x11f21a, 0x5f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1382, -125, -741, 0x1c78}, + {1373, -119, -716, 0x1d10}, + {1382, -119, -741, 0x0000} + } +}; + +StandTile tile_1796 = { + 0x11f219, 0x5f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1382, -125, -741, 0x1d18}, + {1373, -125, -716, 0x0000}, + {1373, -119, -716, 0x1c74} + } +}; + +StandTile tile_1797 = { + 0x11f11a, 0x5f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1388, -119, -739, 0x1c80}, + {1379, -113, -713, 0x1cf0}, + {1388, -113, -739, 0x0000} + } +}; + +StandTile tile_1798 = { + 0x11f119, 0x5f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1388, -119, -739, 0x1d0c}, + {1379, -119, -713, 0x0000}, + {1379, -113, -713, 0x1c7c} + } +}; + +StandTile tile_1799 = { + 0x11f01a, 0x5f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1384, -106, -711, 0x1c88}, + {1394, -113, -736, 0x1cec}, + {1384, -113, -711, 0x0000} + } +}; + +StandTile tile_1800 = { + 0x11f019, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1384, -106, -711, 0x1cf4}, + {1394, -106, -736, 0x0000}, + {1394, -113, -736, 0x1c84} + } +}; + +StandTile tile_1801 = { + 0x11ef1a, 0x5f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1399, -106, -734, 0x1c90}, + {1390, -100, -709, 0x1d00}, + {1399, -100, -734, 0x0000} + } +}; + +StandTile tile_1802 = { + 0x11ef19, 0x5f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1399, -106, -734, 0x1cf8}, + {1390, -106, -709, 0x0000}, + {1390, -100, -709, 0x1c8c} + } +}; + +StandTile tile_1803 = { + 0x11ee1a, 0x5f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1397, -94, -708, 0x1c98}, + {1405, -100, -731, 0x1cfc}, + {1397, -100, -708, 0x0000} + } +}; + +StandTile tile_1804 = { + 0x11ee19, 0x5f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1397, -94, -708, 0x1d04}, + {1405, -94, -731, 0x0000}, + {1405, -100, -731, 0x1c94} + } +}; + +StandTile tile_1805 = { + 0x11ed1a, 0x5f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1409, -81, -743, 0x1ca0}, + {1432, -75, -734, 0x1c38}, + {1409, -75, -743, 0x0000} + } +}; + +StandTile tile_1806 = { + 0x11ed19, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1409, -81, -743, 0x1c3c}, + {1432, -81, -734, 0x0000}, + {1432, -75, -734, 0x1c9c} + } +}; + +StandTile tile_1807 = { + 0x11ec1a, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1429, -81, -728, 0x1ca8}, + {1407, -88, -737, 0x1c44}, + {1429, -88, -728, 0x0000} + } +}; + +StandTile tile_1808 = { + 0x11ec19, 0x5f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1429, -81, -728, 0x1c40}, + {1407, -81, -737, 0x0000}, + {1407, -88, -737, 0x1ca4} + } +}; + +StandTile tile_1809 = { + 0x11eb1a, 0x5f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1405, -94, -731, 0x1cb0}, + {1427, -88, -723, 0x1c48}, + {1405, -88, -731, 0x0000} + } +}; + +StandTile tile_1810 = { + 0x11eb19, 0x5f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1405, -94, -731, 0x1d04}, + {1427, -94, -723, 0x0000}, + {1427, -88, -723, 0x1cac} + } +}; + +StandTile tile_1811 = { + 0x11ea1a, 0x5f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1411, -75, -748, 0x1cb8}, + {1434, -69, -740, 0x1c60}, + {1411, -69, -748, 0x0000} + } +}; + +StandTile tile_1812 = { + 0x11ea19, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1411, -75, -748, 0x1c34}, + {1434, -75, -740, 0x0000}, + {1434, -69, -740, 0x1cb4} + } +}; + +StandTile tile_1813 = { + 0x11e91a, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1436, -63, -746, 0x1cc0}, + {1413, -69, -754, 0x1c5c}, + {1436, -69, -746, 0x0000} + } +}; + +StandTile tile_1814 = { + 0x11e919, 0x5f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1436, -63, -746, 0x1c58}, + {1413, -63, -754, 0x0000}, + {1413, -69, -754, 0x1cbc} + } +}; + +StandTile tile_1815 = { + 0x11e81a, 0x5f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1416, -63, -760, 0x1cc8}, + {1438, -56, -752, 0x1c50}, + {1416, -56, -760, 0x0000} + } +}; + +StandTile tile_1816 = { + 0x11e819, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1416, -63, -760, 0x1c54}, + {1438, -63, -752, 0x0000}, + {1438, -56, -752, 0x1cc4} + } +}; + +StandTile tile_1817 = { + 0x11e71a, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1440, -50, -758, 0x1cd0}, + {1418, -56, -766, 0x1c4c}, + {1440, -56, -758, 0x0000} + } +}; + +StandTile tile_1818 = { + 0x11e719, 0x5f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1440, -50, -758, 0x1d1c}, + {1418, -50, -766, 0x0000}, + {1418, -56, -766, 0x1ccc} + } +}; + +StandTile tile_1819 = { + 0x11e61a, 0x5f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1418, -50, -766, 0x1cd8}, + {1426, -44, -788, 0x1c68}, + {1418, -44, -766, 0x0000} + } +}; + +StandTile tile_1820 = { + 0x11e619, 0x5f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1418, -50, -766, 0x1d1c}, + {1426, -50, -788, 0x0000}, + {1426, -44, -788, 0x1cd4} + } +}; + +StandTile tile_1821 = { + 0x11e51a, 0x5f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1420, -38, -790, 0x1ce0}, + {1412, -44, -768, 0x1c64}, + {1420, -44, -790, 0x0000} + } +}; + +StandTile tile_1822 = { + 0x11e519, 0x5f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1420, -38, -790, 0x1d28}, + {1412, -38, -768, 0x0000}, + {1412, -44, -768, 0x1cdc} + } +}; + +StandTile tile_1823 = { + 0x11e41a, 0x5f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1406, -38, -770, 0x1ce8}, + {1414, -31, -792, 0x1d30}, + {1406, -31, -770, 0x0000} + } +}; + +StandTile tile_1824 = { + 0x11e419, 0x5f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1406, -38, -770, 0x1d24}, + {1414, -38, -792, 0x0000}, + {1414, -31, -792, 0x1ce4} + } +}; + +StandTile tile_1825 = { + 0x11e11a, 0x5f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1394, -113, -736, 0x1cf0}, + {1379, -113, -713, 0x0000}, + {1384, -113, -711, 0x1c84} + } +}; + +StandTile tile_1826 = { + 0x11e119, 0x5f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1394, -113, -736, 0x0000}, + {1388, -113, -739, 0x1c7c}, + {1379, -113, -713, 0x1cec} + } +}; + +StandTile tile_1827 = { + 0x11e01a, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1390, -106, -709, 0x1cf8}, + {1394, -106, -736, 0x1c88}, + {1384, -106, -711, 0x0000} + } +}; + +StandTile tile_1828 = { + 0x11e019, 0x5f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1390, -106, -709, 0x1c90}, + {1399, -106, -734, 0x0000}, + {1394, -106, -736, 0x1cf4} + } +}; + +StandTile tile_1829 = { + 0x11df1a, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1405, -100, -731, 0x1d00}, + {1390, -100, -709, 0x0000}, + {1397, -100, -708, 0x1c94} + } +}; + +StandTile tile_1830 = { + 0x11df19, 0x5f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1405, -100, -731, 0x0000}, + {1399, -100, -734, 0x1c8c}, + {1390, -100, -709, 0x1cfc} + } +}; + +StandTile tile_1831 = { + 0x11de1a, 0x5f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1397, -94, -708, 0x1d08}, + {1427, -94, -723, 0x1cb0}, + {1405, -94, -731, 0x1c98} + } +}; + +StandTile tile_1832 = { + 0x11de19, 0x5f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1397, -94, -708, 0x0000}, + {1419, -94, -700, 0x0000}, + {1427, -94, -723, 0x1d04} + } +}; + +StandTile tile_1833 = { + 0x11dd1a, 0x5f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1388, -119, -739, 0x1d10}, + {1373, -119, -716, 0x0000}, + {1379, -119, -713, 0x1c80} + } +}; + +StandTile tile_1834 = { + 0x11dd19, 0x5f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1388, -119, -739, 0x0000}, + {1382, -119, -741, 0x1c74}, + {1373, -119, -716, 0x1d0c} + } +}; + +StandTile tile_1835 = { + 0x11dc1a, 0x5f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1367, -125, -718, 0x1d18}, + {1382, -125, -741, 0x0000}, + {1376, -125, -743, 0x1c70} + } +}; + +StandTile tile_1836 = { + 0x11dc19, 0x5f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1367, -125, -718, 0x0000}, + {1373, -125, -716, 0x1c78}, + {1382, -125, -741, 0x1d14} + } +}; + +StandTile tile_1837 = { + 0x11db1a, 0x5f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1440, -50, -758, 0x1d20}, + {1426, -50, -788, 0x1cd8}, + {1418, -50, -766, 0x1cd0} + } +}; + +StandTile tile_1838 = { + 0x11db19, 0x5f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1440, -50, -758, 0x0000}, + {1448, -50, -780, 0x0000}, + {1426, -50, -788, 0x1d1c} + } +}; + +StandTile tile_1839 = { + 0x11da1a, 0x5f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1412, -38, -768, 0x1d28}, + {1414, -38, -792, 0x1ce8}, + {1406, -38, -770, 0x0000} + } +}; + +StandTile tile_1840 = { + 0x11da19, 0x5f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1412, -38, -768, 0x1ce0}, + {1420, -38, -790, 0x0000}, + {1414, -38, -792, 0x1d24} + } +}; + +StandTile tile_1841 = { + 0x11d91a, 0x5f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1406, -31, -770, 0x1d30}, + {1408, -31, -795, 0x1c2c}, + {1400, -31, -772, 0x0000} + } +}; + +StandTile tile_1842 = { + 0x11d919, 0x5f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1406, -31, -770, 0x1ce4}, + {1414, -31, -792, 0x0000}, + {1408, -31, -795, 0x1d2c} + } +}; + +StandTile tile_1843 = { + 0x11d81a, 0x5f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1376, -131, -743, 0x1d38}, + {1361, -131, -720, 0x0000}, + {1367, -131, -718, 0x1c6c} + } +}; + +StandTile tile_1844 = { + 0x11d819, 0x5f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1376, -131, -743, 0x0000}, + {1370, -131, -744, 0x1bf4}, + {1361, -131, -720, 0x1d34} + } +}; + +StandTile tile_1845 = { + 0x1a9e1a, 0x5e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {849, -150, -718, 0x1d40}, + {973, -153, -719, 0x1d50}, + {855, -153, -736, 0x1d48} + } +}; + +StandTile tile_1846 = { + 0x1a9e19, 0x5e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {849, -150, -718, 0x0000}, + {966, -150, -702, 0x1b94}, + {973, -153, -719, 0x1d3c} + } +}; + +StandTile tile_1847 = { + 0x1a8e1a, 0x5e, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {732, -150, -734, 0x1d48}, + {855, -153, -736, 0x1d58}, + {737, -153, -752, 0x1db0} + } +}; + +StandTile tile_1848 = { + 0x1a8e19, 0x5e, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {732, -150, -734, 0x0000}, + {849, -150, -718, 0x1d3c}, + {855, -153, -736, 0x1d44} + } +}; + +StandTile tile_1849 = { + 0x1a9f1a, 0x5e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {855, -153, -736, 0x1d50}, + {977, -153, -731, 0x1d60}, + {858, -153, -748, 0x1d58} + } +}; + +StandTile tile_1850 = { + 0x1a9f19, 0x5e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {855, -153, -736, 0x1d3c}, + {973, -153, -719, 0x1b9c}, + {977, -153, -731, 0x1d4c} + } +}; + +StandTile tile_1851 = { + 0x1a8f1a, 0x5e, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {737, -153, -752, 0x1d58}, + {858, -153, -748, 0x1d68}, + {740, -153, -764, 0x1d98} + } +}; + +StandTile tile_1852 = { + 0x1a8f19, 0x5e, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {737, -153, -752, 0x1d44}, + {855, -153, -736, 0x1d4c}, + {858, -153, -748, 0x1d54} + } +}; + +StandTile tile_1853 = { + 0x1aa01a, 0x5e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {858, -153, -748, 0x1d60}, + {983, -150, -749, 0x0000}, + {864, -150, -766, 0x1d68} + } +}; + +StandTile tile_1854 = { + 0x1aa019, 0x5e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {858, -153, -748, 0x1d4c}, + {977, -153, -731, 0x1ba4}, + {983, -150, -749, 0x1d5c} + } +}; + +StandTile tile_1855 = { + 0x1a901a, 0x5e, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {740, -153, -764, 0x1d68}, + {864, -150, -766, 0x0000}, + {744, -150, -782, 0x1d80} + } +}; + +StandTile tile_1856 = { + 0x1a9019, 0x5e, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {740, -153, -764, 0x1d54}, + {858, -153, -748, 0x1d5c}, + {864, -150, -766, 0x1d64} + } +}; + +StandTile tile_1857 = { + 0x318a1a, 0x5d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {562, -153, -789, 0x1d70}, + {624, -150, -799, 0x0000}, + {539, -150, -811, 0x1d78} + } +}; + +StandTile tile_1858 = { + 0x318a19, 0x5d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {562, -153, -789, 0x1d84}, + {621, -153, -781, 0x1d7c}, + {624, -150, -799, 0x1d6c} + } +}; + +StandTile tile_1859 = { + 0x10ef1a, 0x5d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {502, -153, -797, 0x1d78}, + {539, -150, -811, 0x0000}, + {505, -150, -816, 0x1ddd} + } +}; + +StandTile tile_1860 = { + 0x10ef19, 0x5d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {502, -153, -797, 0x1d8c}, + {562, -153, -789, 0x1d6c}, + {539, -150, -811, 0x1d74} + } +}; + +StandTile tile_1861 = { + 0x1a981a, 0x5d, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {621, -153, -781, 0x1d80}, + {744, -150, -782, 0x0000}, + {624, -150, -799, 0x1d70} + } +}; + +StandTile tile_1862 = { + 0x1a9819, 0x5d, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {621, -153, -781, 0x1d94}, + {740, -153, -764, 0x1d64}, + {744, -150, -782, 0x1d7c} + } +}; + +StandTile tile_1863 = { + 0x318b1a, 0x5d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {560, -153, -777, 0x1d88}, + {621, -153, -781, 0x1d70}, + {562, -153, -789, 0x1d90} + } +}; + +StandTile tile_1864 = { + 0x318b19, 0x5d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {560, -153, -777, 0x1d9c}, + {619, -153, -769, 0x1d94}, + {621, -153, -781, 0x1d84} + } +}; + +StandTile tile_1865 = { + 0x10f01a, 0x5d, + 0x0, + 0x9, 0xa, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {501, -153, -785, 0x1d90}, + {562, -153, -789, 0x1d78}, + {502, -153, -797, 0x1dd5} + } +}; + +StandTile tile_1866 = { + 0x10f019, 0x5d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {501, -153, -785, 0x1da4}, + {560, -153, -777, 0x1d84}, + {562, -153, -789, 0x1d8c} + } +}; + +StandTile tile_1867 = { + 0x1a971a, 0x5d, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {619, -153, -769, 0x1d98}, + {740, -153, -764, 0x1d80}, + {621, -153, -781, 0x1d88} + } +}; + +StandTile tile_1868 = { + 0x1a9719, 0x5d, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {619, -153, -769, 0x1dac}, + {737, -153, -752, 0x1d54}, + {740, -153, -764, 0x1d94} + } +}; + +StandTile tile_1869 = { + 0x318c1a, 0x5d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {532, -150, -762, 0x1da0}, + {619, -153, -769, 0x1d88}, + {560, -153, -777, 0x1da8} + } +}; + +StandTile tile_1870 = { + 0x318c19, 0x5d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {532, -150, -762, 0x0000}, + {615, -150, -750, 0x1dac}, + {619, -153, -769, 0x1d9c} + } +}; + +StandTile tile_1871 = { + 0x10f11a, 0x5d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {498, -150, -766, 0x1da8}, + {560, -153, -777, 0x1d90}, + {501, -153, -785, 0x1dcd} + } +}; + +StandTile tile_1872 = { + 0x10f119, 0x5d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {498, -150, -766, 0x0000}, + {532, -150, -762, 0x1d9c}, + {560, -153, -777, 0x1da4} + } +}; + +StandTile tile_1873 = { + 0x1a961a, 0x5d, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {615, -150, -750, 0x1db0}, + {737, -153, -752, 0x1d98}, + {619, -153, -769, 0x1da0} + } +}; + +StandTile tile_1874 = { + 0x1a9619, 0x5d, + 0x0, + 0x6, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {615, -150, -750, 0x0000}, + {732, -150, -734, 0x1d44}, + {737, -153, -752, 0x1dac} + } +}; + +StandTile tile_1875 = { + 0x332d1a, 0x5d, + 0x0, + 0x2, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {392, -150, -819, 0x1db9}, + {496, -150, -754, 0x0000}, + {498, -150, -766, 0x1dcd}, + {445, -150, -793, 0x1dc5} + } +}; + +StandTile tile_1876 = { + 0x332d19, 0x5d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {392, -150, -819, 0x0000}, + {385, -150, -770, 0x0000}, + {496, -150, -754, 0x1db4} + } +}; + +StandTile tile_1877 = { + 0x10701a, 0x5d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {505, -150, -816, 0x1dc1}, + {400, -150, -881, 0x0000}, + {399, -150, -869, 0x1ddd} + } +}; + +StandTile tile_1878 = { + 0x107019, 0x5d, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, -150, -816, 0x0000}, + {512, -150, -865, 0x0000}, + {400, -150, -881, 0x1dbd} + } +}; + +StandTile tile_1879 = { + 0x2c5718, 0x5d, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {394, -153, -838, 0x1de5}, + {392, -150, -819, 0x1db4}, + {445, -150, -793, 0x1dc9} + } +}; + +StandTile tile_1880 = { + 0x2c5818, 0x5d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {501, -153, -785, 0x1dd1}, + {394, -153, -838, 0x1dc5}, + {445, -150, -793, 0x1dcd} + } +}; + +StandTile tile_1881 = { + 0x12a518, 0x5d, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {498, -150, -766, 0x1da4}, + {501, -153, -785, 0x1dc9}, + {445, -150, -793, 0x1db4} + } +}; + +StandTile tile_1882 = { + 0x12a41a, 0x5d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {501, -153, -785, 0x1dd5}, + {396, -153, -850, 0x1df9}, + {394, -153, -838, 0x1dc9} + } +}; + +StandTile tile_1883 = { + 0x12a419, 0x5d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {501, -153, -785, 0x1d8c}, + {502, -153, -797, 0x1dd9}, + {396, -153, -850, 0x1dd1} + } +}; + +StandTile tile_1884 = { + 0x12a31a, 0x5d, + 0x0, + 0x9, 0xa, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {502, -153, -797, 0x1ddd}, + {399, -150, -869, 0x1e09}, + {396, -153, -850, 0x1dd5} + } +}; + +StandTile tile_1885 = { + 0x12a319, 0x5d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {502, -153, -797, 0x1d74}, + {505, -150, -816, 0x1dbd}, + {399, -150, -869, 0x1dd9} + } +}; + +StandTile tile_1886 = { + 0x31831a, 0x5c, + 0x0, + 0xa, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {346, -150, -819, 0x1de5}, + {394, -153, -838, 0x1df9}, + {313, -153, -838, 0x1de9} + } +}; + +StandTile tile_1887 = { + 0x318319, 0x5c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {346, -150, -819, 0x0000}, + {392, -150, -819, 0x1dc5}, + {394, -153, -838, 0x1de1} + } +}; + +StandTile tile_1888 = { + 0x1ee218, 0x5c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {311, -150, -819, 0x0000}, + {346, -150, -819, 0x1de1}, + {313, -153, -838, 0x1df1} + } +}; + +StandTile tile_1889 = { + 0x1eda1a, 0x5c, + 0x0, + 0x7, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {230, -150, -819, 0x1df1}, + {313, -153, -838, 0x1e01}, + {232, -153, -838, 0x1e5d} + } +}; + +StandTile tile_1890 = { + 0x1eda19, 0x5c, + 0x0, + 0x5, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {230, -150, -819, 0x0000}, + {311, -150, -819, 0x1de9}, + {313, -153, -838, 0x1ded} + } +}; + +StandTile tile_1891 = { + 0x1ee31a, 0x5c, + 0x0, + 0xa, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {313, -153, -838, 0x1df9}, + {396, -153, -850, 0x1e09}, + {314, -153, -850, 0x1e01} + } +}; + +StandTile tile_1892 = { + 0x1ee319, 0x5c, + 0x0, + 0xa, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {313, -153, -838, 0x1de1}, + {394, -153, -838, 0x1dd1}, + {396, -153, -850, 0x1df5} + } +}; + +StandTile tile_1893 = { + 0x1edb1a, 0x5c, + 0x0, + 0x7, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {232, -153, -838, 0x1e01}, + {314, -153, -850, 0x1e15}, + {232, -153, -850, 0x1e45} + } +}; + +StandTile tile_1894 = { + 0x1edb19, 0x5c, + 0x0, + 0x5, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {232, -153, -838, 0x1ded}, + {313, -153, -838, 0x1df5}, + {314, -153, -850, 0x1dfd} + } +}; + +StandTile tile_1895 = { + 0x31821a, 0x5c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {314, -153, -850, 0x1e09}, + {399, -150, -869, 0x0000}, + {346, -150, -869, 0x1e0d} + } +}; + +StandTile tile_1896 = { + 0x318219, 0x5c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {314, -153, -850, 0x1df5}, + {396, -153, -850, 0x1dd9}, + {399, -150, -869, 0x1e05} + } +}; + +StandTile tile_1897 = { + 0x1ee418, 0x5c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {314, -153, -850, 0x1e05}, + {346, -150, -869, 0x0000}, + {316, -150, -869, 0x1e15} + } +}; + +StandTile tile_1898 = { + 0x1edc1a, 0x5c, + 0x0, + 0x7, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {232, -153, -850, 0x1e15}, + {316, -150, -869, 0x0000}, + {234, -150, -869, 0x1e2d} + } +}; + +StandTile tile_1899 = { + 0x1edc19, 0x5c, + 0x0, + 0x5, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {232, -153, -850, 0x1dfd}, + {314, -153, -850, 0x1e0d}, + {316, -150, -869, 0x1e11} + } +}; + +StandTile tile_1900 = { + 0x31531a, 0x5b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {129, -153, -850, 0x1e1d}, + {151, -150, -869, 0x0000}, + {99, -150, -869, 0x1e25} + } +}; + +StandTile tile_1901 = { + 0x315319, 0x5b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {129, -153, -850, 0x1e31}, + {151, -153, -850, 0x1e29}, + {151, -150, -869, 0x1e19} + } +}; + +StandTile tile_1902 = { + 0x0f851a, 0x5b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {69, -153, -850, 0x1e25}, + {99, -150, -869, 0x0000}, + {69, -150, -869, 0x1eb1} + } +}; + +StandTile tile_1903 = { + 0x0f8519, 0x5b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {69, -153, -850, 0x1e39}, + {129, -153, -850, 0x1e19}, + {99, -150, -869, 0x1e21} + } +}; + +StandTile tile_1904 = { + 0x1eec1a, 0x5b, + 0x0, + 0x5, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {151, -153, -850, 0x1e2d}, + {234, -150, -869, 0x0000}, + {151, -150, -869, 0x1e1d} + } +}; + +StandTile tile_1905 = { + 0x1eec19, 0x5b, + 0x0, + 0x7, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {151, -153, -850, 0x1e41}, + {232, -153, -850, 0x1e11}, + {234, -150, -869, 0x1e29} + } +}; + +StandTile tile_1906 = { + 0x31521a, 0x5b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {129, -153, -838, 0x1e35}, + {151, -153, -850, 0x1e1d}, + {129, -153, -850, 0x1e3d} + } +}; + +StandTile tile_1907 = { + 0x315219, 0x5b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {129, -153, -838, 0x1e49}, + {150, -153, -838, 0x1e41}, + {151, -153, -850, 0x1e31} + } +}; + +StandTile tile_1908 = { + 0x0f861a, 0x5b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {69, -153, -837, 0x1e3d}, + {129, -153, -850, 0x1e25}, + {69, -153, -850, 0x1ed5} + } +}; + +StandTile tile_1909 = { + 0x0f8619, 0x5b, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {69, -153, -837, 0x1e51}, + {129, -153, -838, 0x1e31}, + {129, -153, -850, 0x1e39} + } +}; + +StandTile tile_1910 = { + 0x1eeb1a, 0x5b, + 0x0, + 0x5, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {150, -153, -838, 0x1e45}, + {232, -153, -850, 0x1e2d}, + {151, -153, -850, 0x1e35} + } +}; + +StandTile tile_1911 = { + 0x1eeb19, 0x5b, + 0x0, + 0x7, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {150, -153, -838, 0x1e59}, + {232, -153, -838, 0x1dfd}, + {232, -153, -850, 0x1e41} + } +}; + +StandTile tile_1912 = { + 0x31541a, 0x5b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {99, -150, -819, 0x1e4d}, + {150, -153, -838, 0x1e35}, + {129, -153, -838, 0x1e55} + } +}; + +StandTile tile_1913 = { + 0x315419, 0x5b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {99, -150, -819, 0x0000}, + {149, -150, -819, 0x1e59}, + {150, -153, -838, 0x1e49} + } +}; + +StandTile tile_1914 = { + 0x0f871a, 0x5b, + 0x0, + 0x5, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {69, -150, -819, 0x1e55}, + {129, -153, -838, 0x1e3d}, + {69, -153, -837, 0x1ec1} + } +}; + +StandTile tile_1915 = { + 0x0f8719, 0x5b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {69, -150, -819, 0x0000}, + {99, -150, -819, 0x1e49}, + {129, -153, -838, 0x1e51} + } +}; + +StandTile tile_1916 = { + 0x1eea1a, 0x5b, + 0x0, + 0x5, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {149, -150, -819, 0x1e5d}, + {232, -153, -838, 0x1e45}, + {150, -153, -838, 0x1e4d} + } +}; + +StandTile tile_1917 = { + 0x1eea19, 0x5b, + 0x0, + 0x7, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {149, -150, -819, 0x0000}, + {230, -150, -819, 0x1ded}, + {232, -153, -838, 0x1e59} + } +}; + +StandTile tile_1918 = { + 0x2cc318, 0x5b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-19, -150, -1006, 0x1f89}, + {-44, -150, -1006, 0x1e6d}, + {-44, -150, -1002, 0x1e65} + } +}; + +StandTile tile_1919 = { + 0x26aa18, 0x5b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-44, -150, -950, 0x1e79}, + {-19, -150, -1006, 0x1e61}, + {-44, -150, -1002, 0x1e69} + } +}; + +StandTile tile_1920 = { + 0x2cc218, 0x5b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-69, -150, -1006, 0x1e85}, + {-44, -150, -950, 0x1e65}, + {-44, -150, -1002, 0x1e6d} + } +}; + +StandTile tile_1921 = { + 0x0eda18, 0x5b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-69, -150, -1006, 0x1e69}, + {-44, -150, -1002, 0x1e61}, + {-44, -150, -1006, 0x1f85} + } +}; + +StandTile tile_1922 = { + 0x2c4218, 0x5b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-44, -150, -950, 0x1e89}, + {-19, -150, -912, 0x0000}, + {-19, -150, -948, 0x1e75} + } +}; + +StandTile tile_1923 = { + 0x2c4018, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-44, -150, -950, 0x1e71}, + {-19, -150, -948, 0x0000}, + {-19, -150, -952, 0x1e79} + } +}; + +StandTile tile_1924 = { + 0x0ed918, 0x5b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-44, -150, -950, 0x1e75}, + {-19, -150, -952, 0x0000}, + {-19, -150, -1006, 0x1e65} + } +}; + +StandTile tile_1925 = { + 0x2c4118, 0x5b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-69, -150, -948, 0x0000}, + {-69, -150, -912, 0x1e89}, + {-44, -150, -950, 0x1e81} + } +}; + +StandTile tile_1926 = { + 0x2c3f18, 0x5b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-69, -150, -952, 0x0000}, + {-69, -150, -948, 0x1e7d}, + {-44, -150, -950, 0x1e85} + } +}; + +StandTile tile_1927 = { + 0x0ed818, 0x5b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-69, -150, -1006, 0x0000}, + {-69, -150, -952, 0x1e81}, + {-44, -150, -950, 0x1e69} + } +}; + +StandTile tile_1928 = { + 0x0ed718, 0x5b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-69, -150, -912, 0x1e99}, + {-19, -150, -912, 0x1e71}, + {-44, -150, -950, 0x1e7d} + } +}; + +StandTile tile_1929 = { + 0x0f6718, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {69, -150, -912, 0x1e91}, + {-6, -150, -869, 0x1ead}, + {69, -150, -869, 0x0000} + } +}; + +StandTile tile_1930 = { + 0x0f6618, 0x5b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {69, -150, -912, 0x0000}, + {6, -150, -912, 0x1e95}, + {-6, -150, -869, 0x1e8d} + } +}; + +StandTile tile_1931 = { + 0x0f6518, 0x5b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-19, -150, -912, 0x1e99}, + {-6, -150, -869, 0x1e91}, + {6, -150, -912, 0x0000} + } +}; + +StandTile tile_1932 = { + 0x0f6418, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-19, -150, -912, 0x1e89}, + {-69, -150, -912, 0x1e9d}, + {-6, -150, -869, 0x1e95} + } +}; + +StandTile tile_1933 = { + 0x0f6318, 0x5b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-6, -150, -869, 0x1e99}, + {-69, -150, -912, 0x0000}, + {-87, -150, -912, 0x1ea1} + } +}; + +StandTile tile_1934 = { + 0x0f6218, 0x5b, + 0x0, + 0x4, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-87, -150, -869, 0x1ea9}, + {-6, -150, -869, 0x1e9d}, + {-87, -150, -912, 0x0000} + } +}; + +StandTile tile_1935 = { + 0x0f6118, 0x5b, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-87, -153, -850, 0x1edd}, + {-6, -153, -850, 0x1ea9}, + {-87, -150, -869, 0x1efd} + } +}; + +StandTile tile_1936 = { + 0x0f6018, 0x5b, + 0x0, + 0x5, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-87, -150, -869, 0x1ea5}, + {-6, -153, -850, 0x1ead}, + {-6, -150, -869, 0x1ea1} + } +}; + +StandTile tile_1937 = { + 0x0f5f18, 0x5b, + 0x0, + 0x6, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-6, -153, -850, 0x1eb1}, + {69, -150, -869, 0x1e8d}, + {-6, -150, -869, 0x1ea9} + } +}; + +StandTile tile_1938 = { + 0x0f5e18, 0x5b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {69, -153, -850, 0x1e21}, + {69, -150, -869, 0x1ead}, + {-6, -153, -850, 0x1ed5} + } +}; + +StandTile tile_1939 = { + 0x0f5d18, 0x5b, + 0x0, + 0x4, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {69, -150, -819, 0x1ec5}, + {-6, -150, -819, 0x1eb9}, + {69, -150, -800, 0x0000} + } +}; + +StandTile tile_1940 = { + 0x0f5c18, 0x5b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-6, -150, -819, 0x1ebd}, + {-87, -150, -800, 0x0000}, + {69, -150, -800, 0x1eb5} + } +}; + +StandTile tile_1941 = { + 0x0f5b18, 0x5b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-6, -150, -819, 0x1ec9}, + {-87, -150, -819, 0x0000}, + {-87, -150, -800, 0x1eb9} + } +}; + +StandTile tile_1942 = { + 0x0f5a18, 0x5b, + 0x0, + 0x6, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {69, -153, -837, 0x1ed1}, + {-6, -153, -837, 0x1ec5}, + {69, -150, -819, 0x1e51} + } +}; + +StandTile tile_1943 = { + 0x0f5918, 0x5b, + 0x0, + 0x8, 0x9, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {69, -150, -819, 0x1ec1}, + {-6, -153, -837, 0x1ec9}, + {-6, -150, -819, 0x1eb5} + } +}; + +StandTile tile_1944 = { + 0x0f5818, 0x5b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-6, -153, -837, 0x1ecd}, + {-87, -150, -819, 0x1ebd}, + {-6, -150, -819, 0x1ec5} + } +}; + +StandTile tile_1945 = { + 0x0f5718, 0x5b, + 0x0, + 0x9, 0xa, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-6, -153, -837, 0x1ed9}, + {-87, -153, -837, 0x1ee5}, + {-87, -150, -819, 0x1ec9} + } +}; + +StandTile tile_1946 = { + 0x0f561a, 0x5b, + 0x0, + 0x6, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {69, -153, -837, 0x1ed5}, + {-6, -153, -850, 0x1edd}, + {-6, -153, -837, 0x1ec1} + } +}; + +StandTile tile_1947 = { + 0x0f5619, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {69, -153, -837, 0x1e39}, + {69, -153, -850, 0x1eb1}, + {-6, -153, -850, 0x1ed1} + } +}; + +StandTile tile_1948 = { + 0x0f551a, 0x5b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-6, -153, -837, 0x1edd}, + {-87, -153, -850, 0x1f0d}, + {-87, -153, -837, 0x1ecd} + } +}; + +StandTile tile_1949 = { + 0x0f5519, 0x5b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-6, -153, -837, 0x1ed1}, + {-6, -153, -850, 0x1ea5}, + {-87, -153, -850, 0x1ed9} + } +}; + +StandTile tile_1950 = { + 0x314d1a, 0x5b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-109, -150, -818, 0x1ee5}, + {-87, -153, -837, 0x1f09}, + {-134, -153, -836, 0x1eed} + } +}; + +StandTile tile_1951 = { + 0x314d19, 0x5b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-109, -150, -818, 0x0000}, + {-87, -150, -819, 0x1ecd}, + {-87, -153, -837, 0x1ee1} + } +}; + +StandTile tile_1952 = { + 0x0f841a, 0x5b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-150, -150, -816, 0x1eed}, + {-134, -153, -836, 0x1f01}, + {-150, -153, -835, 0x1f39} + } +}; + +StandTile tile_1953 = { + 0x0f8419, 0x5b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-150, -150, -816, 0x0000}, + {-109, -150, -818, 0x1ee1}, + {-134, -153, -836, 0x1ee9} + } +}; + +StandTile tile_1954 = { + 0x314c1a, 0x5b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-111, -150, -868, 0x1ef5}, + {-150, -153, -847, 0x1f05}, + {-134, -153, -848, 0x1ef9} + } +}; + +StandTile tile_1955 = { + 0x314c19, 0x5b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-111, -150, -868, 0x0000}, + {-150, -150, -866, 0x1f4d}, + {-150, -153, -847, 0x1ef1} + } +}; + +StandTile tile_1956 = { + 0x0f831a, 0x5b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-87, -153, -850, 0x1efd}, + {-111, -150, -868, 0x1ef1}, + {-134, -153, -848, 0x1f0d} + } +}; + +StandTile tile_1957 = { + 0x0f8319, 0x5b, + 0x0, + 0x9, 0xa, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-87, -153, -850, 0x1ea5}, + {-87, -150, -869, 0x0000}, + {-111, -150, -868, 0x1ef9} + } +}; + +StandTile tile_1958 = { + 0x314b1a, 0x5b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-134, -153, -848, 0x1f05}, + {-150, -153, -835, 0x1ee9}, + {-134, -153, -836, 0x1f09} + } +}; + +StandTile tile_1959 = { + 0x314b19, 0x5b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-134, -153, -848, 0x1ef1}, + {-150, -153, -847, 0x1f49}, + {-150, -153, -835, 0x1f01} + } +}; + +StandTile tile_1960 = { + 0x0f821a, 0x5b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-87, -153, -837, 0x1f0d}, + {-134, -153, -848, 0x1f01}, + {-134, -153, -836, 0x1ee1} + } +}; + +StandTile tile_1961 = { + 0x0f8219, 0x5b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-87, -153, -837, 0x1ed9}, + {-87, -153, -850, 0x1ef9}, + {-134, -153, -848, 0x1f09} + } +}; + +StandTile tile_1962 = { + 0x16ad1a, 0x5a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-207, -150, -813, 0x1f15}, + {-326, -153, -855, 0x20d9}, + {-324, -150, -836, 0x1f2d} + } +}; + +StandTile tile_1963 = { + 0x16ad19, 0x5a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-207, -150, -813, 0x1f3d}, + {-210, -153, -832, 0x1f19}, + {-326, -153, -855, 0x1f11} + } +}; + +StandTile tile_1964 = { + 0x16ac1a, 0x5a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-210, -153, -832, 0x1f1d}, + {-328, -153, -867, 0x20f1}, + {-326, -153, -855, 0x1f15} + } +}; + +StandTile tile_1965 = { + 0x16ac19, 0x5a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-210, -153, -832, 0x1f45}, + {-211, -153, -844, 0x1f21}, + {-328, -153, -867, 0x1f19} + } +}; + +StandTile tile_1966 = { + 0x16ab1a, 0x5a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-211, -153, -844, 0x1f25}, + {-330, -150, -886, 0x2109}, + {-328, -153, -867, 0x1f1d} + } +}; + +StandTile tile_1967 = { + 0x16ab19, 0x5a, + 0x0, + 0x8, 0x9, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-211, -153, -844, 0x1f51}, + {-214, -150, -863, 0x1f31}, + {-330, -150, -886, 0x1f21} + } +}; + +StandTile tile_1968 = { + 0x331a1a, 0x5a, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-206, -150, -801, 0x1f2d}, + {-324, -150, -836, 0x0000}, + {-317, -150, -787, 0x0000} + } +}; + +StandTile tile_1969 = { + 0x331a19, 0x5a, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-206, -150, -801, 0x0000}, + {-207, -150, -813, 0x1f11}, + {-324, -150, -836, 0x1f29} + } +}; + +StandTile tile_1970 = { + 0x16a11a, 0x5a, + 0x0, + 0x4, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-214, -150, -863, 0x1f35}, + {-331, -150, -898, 0x0000}, + {-330, -150, -886, 0x1f25} + } +}; + +StandTile tile_1971 = { + 0x16a119, 0x5a, + 0x0, + 0x4, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-214, -150, -863, 0x0000}, + {-220, -150, -912, 0x0000}, + {-331, -150, -898, 0x1f31} + } +}; + +StandTile tile_1972 = { + 0x314618, 0x5a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-179, -150, -815, 0x0000}, + {-150, -150, -816, 0x1ee9}, + {-150, -153, -835, 0x1f41} + } +}; + +StandTile tile_1973 = { + 0x16041a, 0x5a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-207, -150, -813, 0x1f41}, + {-150, -153, -835, 0x1f49}, + {-210, -153, -832, 0x1f15} + } +}; + +StandTile tile_1974 = { + 0x160419, 0x5a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-207, -150, -813, 0x0000}, + {-179, -150, -815, 0x1f39}, + {-150, -153, -835, 0x1f3d} + } +}; + +StandTile tile_1975 = { + 0x16031a, 0x5a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-210, -153, -832, 0x1f49}, + {-150, -153, -847, 0x1f55}, + {-211, -153, -844, 0x1f1d} + } +}; + +StandTile tile_1976 = { + 0x160319, 0x5a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-210, -153, -832, 0x1f3d}, + {-150, -153, -835, 0x1f05}, + {-150, -153, -847, 0x1f45} + } +}; + +StandTile tile_1977 = { + 0x314518, 0x5a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-150, -153, -847, 0x1ef5}, + {-150, -150, -866, 0x0000}, + {-182, -150, -864, 0x1f55} + } +}; + +StandTile tile_1978 = { + 0x16021a, 0x5a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-211, -153, -844, 0x1f55}, + {-182, -150, -864, 0x0000}, + {-214, -150, -863, 0x1f25} + } +}; + +StandTile tile_1979 = { + 0x160219, 0x5a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-211, -153, -844, 0x1f45}, + {-150, -153, -847, 0x1f4d}, + {-182, -150, -864, 0x1f51} + } +}; + +StandTile tile_1980 = { + 0x33d51a, 0x59, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-19, -150, -1100, 0x1f5d}, + {-44, -150, -1087, 0x1f71}, + {-19, -150, -1087, 0x0000} + } +}; + +StandTile tile_1981 = { + 0x33d519, 0x59, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-19, -150, -1100, 0x267d}, + {-44, -150, -1100, 0x0000}, + {-44, -150, -1087, 0x1f59} + } +}; + +StandTile tile_1982 = { + 0x0eca18, 0x59, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {19, -150, -1037, 0x0000}, + {19, -150, -1087, 0x1f79}, + {-6, -150, -1037, 0x1fb1} + } +}; + +StandTile tile_1983 = { + 0x0ec918, 0x59, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-69, -150, -1006, 0x1f85}, + {-37, -150, -1044, 0x1f69}, + {-75, -150, -1006, 0x0000} + } +}; + +StandTile tile_1984 = { + 0x0ec818, 0x59, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-75, -150, -1006, 0x1f65}, + {-37, -150, -1044, 0x1f6d}, + {-75, -150, -1087, 0x0000} + } +}; + +StandTile tile_1985 = { + 0x0ec718, 0x59, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-75, -150, -1087, 0x1f69}, + {-37, -150, -1044, 0x1f71}, + {-44, -150, -1087, 0x0000} + } +}; + +StandTile tile_1986 = { + 0x0ec618, 0x59, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-44, -150, -1087, 0x1f6d}, + {-37, -150, -1044, 0x1f75}, + {-19, -150, -1087, 0x1f59} + } +}; + +StandTile tile_1987 = { + 0x0ec518, 0x59, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-19, -150, -1087, 0x1f71}, + {-37, -150, -1044, 0x1f79}, + {19, -150, -1087, 0x0000} + } +}; + +StandTile tile_1988 = { + 0x0ec418, 0x59, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-37, -150, -1044, 0x1f7d}, + {-6, -150, -1037, 0x1f61}, + {19, -150, -1087, 0x1f75} + } +}; + +StandTile tile_1989 = { + 0x0ec318, 0x59, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-6, -150, -1037, 0x1f79}, + {-37, -150, -1044, 0x1f81}, + {-6, -150, -1006, 0x1fb5} + } +}; + +StandTile tile_1990 = { + 0x0ec218, 0x59, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-6, -150, -1006, 0x1f7d}, + {-37, -150, -1044, 0x1f89}, + {-19, -150, -1006, 0x0000} + } +}; + +StandTile tile_1991 = { + 0x26a918, 0x59, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-37, -150, -1044, 0x1f65}, + {-69, -150, -1006, 0x1e6d}, + {-44, -150, -1006, 0x1f89} + } +}; + +StandTile tile_1992 = { + 0x0ec118, 0x59, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-19, -150, -1006, 0x1f81}, + {-37, -150, -1044, 0x1f85}, + {-44, -150, -1006, 0x1e61} + } +}; + +StandTile tile_1993 = { + 0x0fb41a, 0x59, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {19, -137, -1031, 0x1f91}, + {19, -131, -1007, 0x20c9}, + {19, -131, -1031, 0x0000} + } +}; + +StandTile tile_1994 = { + 0x0fb419, 0x59, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {19, -137, -1031, 0x1f99}, + {19, -137, -1007, 0x0000}, + {19, -131, -1007, 0x1f8d} + } +}; + +StandTile tile_1995 = { + 0x0efd1a, 0x59, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {19, -137, -1007, 0x1f99}, + {-6, -137, -1031, 0x1fc1}, + {-6, -137, -1006, 0x0000} + } +}; + +StandTile tile_1996 = { + 0x0efd19, 0x59, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {19, -137, -1007, 0x1f91}, + {19, -137, -1031, 0x1fa1}, + {-6, -137, -1031, 0x1f95} + } +}; + +StandTile tile_1997 = { + 0x0fb61a, 0x59, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-6, -137, -1031, 0x1fa1}, + {19, -144, -1031, 0x1fa5}, + {-6, -144, -1031, 0x1fbd} + } +}; + +StandTile tile_1998 = { + 0x0fb619, 0x59, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-6, -137, -1031, 0x1f99}, + {19, -137, -1031, 0x0000}, + {19, -144, -1031, 0x1f9d} + } +}; + +StandTile tile_1999 = { + 0x0efe1a, 0x59, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {19, -144, -1031, 0x1fa9}, + {-6, -144, -1037, 0x1fb9}, + {-6, -144, -1031, 0x1f9d} + } +}; + +StandTile tile_2000 = { + 0x0efe19, 0x59, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {19, -144, -1031, 0x0000}, + {19, -144, -1037, 0x1fad}, + {-6, -144, -1037, 0x1fa5} + } +}; + +StandTile tile_2001 = { + 0x0fb51a, 0x59, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {19, -150, -1037, 0x1fb1}, + {-6, -144, -1037, 0x1fa9}, + {19, -144, -1037, 0x0000} + } +}; + +StandTile tile_2002 = { + 0x0fb519, 0x59, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {19, -150, -1037, 0x1f61}, + {-6, -150, -1037, 0x1fb5}, + {-6, -144, -1037, 0x1fad} + } +}; + +StandTile tile_2003 = { + 0x0ed11a, 0x59, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-6, -150, -1006, 0x1fb9}, + {-6, -144, -1037, 0x1fb1}, + {-6, -150, -1037, 0x1f7d} + } +}; + +StandTile tile_2004 = { + 0x0ed119, 0x59, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-6, -150, -1006, 0x1fbd}, + {-6, -144, -1031, 0x1fa5}, + {-6, -144, -1037, 0x1fb5} + } +}; + +StandTile tile_2005 = { + 0x0ed01a, 0x59, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-6, -150, -1006, 0x1fc1}, + {-6, -137, -1031, 0x1f9d}, + {-6, -144, -1031, 0x1fb9} + } +}; + +StandTile tile_2006 = { + 0x0ed019, 0x59, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-6, -150, -1006, 0x0000}, + {-6, -137, -1006, 0x1f95}, + {-6, -137, -1031, 0x1fbd} + } +}; + +StandTile tile_2007 = { + 0x0fbd1a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {56, -75, -1044, 0x1fc9}, + {80, -75, -1050, 0x2049}, + {56, -75, -1050, 0x0000} + } +}; + +StandTile tile_2008 = { + 0x0fbd19, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {56, -75, -1044, 0x202d}, + {80, -75, -1044, 0x0000}, + {80, -75, -1050, 0x1fc5} + } +}; + +StandTile tile_2009 = { + 0x0fbc1a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {56, -81, -1037, 0x1fd1}, + {80, -81, -1044, 0x2031}, + {56, -81, -1044, 0x0000} + } +}; + +StandTile tile_2010 = { + 0x0fbc19, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {56, -81, -1037, 0x2039}, + {80, -81, -1037, 0x0000}, + {80, -81, -1044, 0x1fcd} + } +}; + +StandTile tile_2011 = { + 0x0fbb1a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {56, -87, -1031, 0x1fd9}, + {80, -87, -1037, 0x2035}, + {56, -87, -1037, 0x0000} + } +}; + +StandTile tile_2012 = { + 0x0fbb19, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {56, -87, -1031, 0x203d}, + {80, -87, -1031, 0x0000}, + {80, -87, -1037, 0x1fd5} + } +}; + +StandTile tile_2013 = { + 0x0fba1a, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {56, -56, -1062, 0x1fe1}, + {80, -56, -1069, 0x205d}, + {56, -56, -1069, 0x0000} + } +}; + +StandTile tile_2014 = { + 0x0fba19, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {56, -56, -1062, 0x2055}, + {80, -56, -1062, 0x0000}, + {80, -56, -1069, 0x1fdd} + } +}; + +StandTile tile_2015 = { + 0x0fb91a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {56, -62, -1056, 0x1fe9}, + {80, -62, -1062, 0x2059}, + {56, -62, -1062, 0x0000} + } +}; + +StandTile tile_2016 = { + 0x0fb919, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {56, -62, -1056, 0x2051}, + {80, -62, -1056, 0x0000}, + {80, -62, -1062, 0x1fe5} + } +}; + +StandTile tile_2017 = { + 0x0fb81a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {56, -69, -1050, 0x1ff1}, + {80, -69, -1056, 0x204d}, + {56, -69, -1056, 0x0000} + } +}; + +StandTile tile_2018 = { + 0x0fb819, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {56, -69, -1050, 0x2045}, + {80, -69, -1050, 0x0000}, + {80, -69, -1056, 0x1fed} + } +}; + +StandTile tile_2019 = { + 0x0fb71a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {56, -44, -1069, 0x1ff9}, + {50, -44, -1092, 0x206d}, + {50, -44, -1069, 0x0000} + } +}; + +StandTile tile_2020 = { + 0x0fb719, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {56, -44, -1069, 0x2065}, + {56, -44, -1092, 0x0000}, + {50, -44, -1092, 0x1ff5} + } +}; + +StandTile tile_2021 = { + 0x0fb31a, 0x58, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {25, -125, -1007, 0x2001}, + {25, -131, -1031, 0x20c5}, + {25, -131, -1007, 0x0000} + } +}; + +StandTile tile_2022 = { + 0x0fb319, 0x58, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {25, -125, -1007, 0x20a5}, + {25, -125, -1031, 0x0000}, + {25, -131, -1031, 0x1ffd} + } +}; + +StandTile tile_2023 = { + 0x0fb21a, 0x58, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {31, -125, -1031, 0x2009}, + {31, -119, -1007, 0x20a1}, + {31, -119, -1031, 0x0000} + } +}; + +StandTile tile_2024 = { + 0x0fb219, 0x58, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {31, -125, -1031, 0x20a9}, + {31, -125, -1007, 0x0000}, + {31, -119, -1007, 0x2005} + } +}; + +StandTile tile_2025 = { + 0x0fb11a, 0x58, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {38, -119, -1031, 0x2011}, + {38, -112, -1007, 0x2081}, + {38, -112, -1031, 0x0000} + } +}; + +StandTile tile_2026 = { + 0x0fb119, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {38, -119, -1031, 0x209d}, + {38, -119, -1007, 0x0000}, + {38, -112, -1007, 0x200d} + } +}; + +StandTile tile_2027 = { + 0x0fb01a, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {44, -106, -1007, 0x2019}, + {44, -112, -1031, 0x207d}, + {44, -112, -1007, 0x0000} + } +}; + +StandTile tile_2028 = { + 0x0fb019, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {44, -106, -1007, 0x2085}, + {44, -106, -1031, 0x0000}, + {44, -112, -1031, 0x2015} + } +}; + +StandTile tile_2029 = { + 0x0faf1a, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {50, -106, -1031, 0x2021}, + {50, -100, -1007, 0x2091}, + {50, -100, -1031, 0x0000} + } +}; + +StandTile tile_2030 = { + 0x0faf19, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {50, -106, -1031, 0x2089}, + {50, -106, -1007, 0x0000}, + {50, -100, -1007, 0x201d} + } +}; + +StandTile tile_2031 = { + 0x0fae1a, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {56, -94, -1007, 0x2029}, + {56, -100, -1031, 0x208d}, + {56, -100, -1007, 0x0000} + } +}; + +StandTile tile_2032 = { + 0x0fae19, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {56, -94, -1007, 0x2095}, + {56, -94, -1031, 0x0000}, + {56, -100, -1031, 0x2025} + } +}; + +StandTile tile_2033 = { + 0x0fad1a, 0x58, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {56, -81, -1044, 0x2031}, + {80, -75, -1044, 0x1fc9}, + {56, -75, -1044, 0x0000} + } +}; + +StandTile tile_2034 = { + 0x0fad19, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {56, -81, -1044, 0x1fcd}, + {80, -81, -1044, 0x0000}, + {80, -75, -1044, 0x202d} + } +}; + +StandTile tile_2035 = { + 0x0fac1a, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {80, -81, -1037, 0x2039}, + {56, -87, -1037, 0x1fd5}, + {80, -87, -1037, 0x0000} + } +}; + +StandTile tile_2036 = { + 0x0fac19, 0x58, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {80, -81, -1037, 0x1fd1}, + {56, -81, -1037, 0x0000}, + {56, -87, -1037, 0x2035} + } +}; + +StandTile tile_2037 = { + 0x0fab1a, 0x58, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {56, -94, -1031, 0x2041}, + {80, -87, -1031, 0x1fd9}, + {56, -87, -1031, 0x0000} + } +}; + +StandTile tile_2038 = { + 0x0fab19, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {56, -94, -1031, 0x2095}, + {80, -94, -1031, 0x0000}, + {80, -87, -1031, 0x203d} + } +}; + +StandTile tile_2039 = { + 0x0faa1a, 0x58, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {56, -75, -1050, 0x2049}, + {80, -69, -1050, 0x1ff1}, + {56, -69, -1050, 0x0000} + } +}; + +StandTile tile_2040 = { + 0x0faa19, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {56, -75, -1050, 0x1fc5}, + {80, -75, -1050, 0x0000}, + {80, -69, -1050, 0x2045} + } +}; + +StandTile tile_2041 = { + 0x0fa91a, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {80, -62, -1056, 0x2051}, + {56, -69, -1056, 0x1fed}, + {80, -69, -1056, 0x0000} + } +}; + +StandTile tile_2042 = { + 0x0fa919, 0x58, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {80, -62, -1056, 0x1fe9}, + {56, -62, -1056, 0x0000}, + {56, -69, -1056, 0x204d} + } +}; + +StandTile tile_2043 = { + 0x0fa81a, 0x58, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {56, -62, -1062, 0x2059}, + {80, -56, -1062, 0x1fe1}, + {56, -56, -1062, 0x0000} + } +}; + +StandTile tile_2044 = { + 0x0fa819, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {56, -62, -1062, 0x1fe5}, + {80, -62, -1062, 0x0000}, + {80, -56, -1062, 0x2055} + } +}; + +StandTile tile_2045 = { + 0x0fa71a, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {80, -50, -1069, 0x2061}, + {56, -56, -1069, 0x1fdd}, + {80, -56, -1069, 0x0000} + } +}; + +StandTile tile_2046 = { + 0x0fa719, 0x58, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {80, -50, -1069, 0x20ad}, + {56, -50, -1069, 0x0000}, + {56, -56, -1069, 0x205d} + } +}; + +StandTile tile_2047 = { + 0x0fa61a, 0x58, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {56, -50, -1069, 0x2069}, + {56, -44, -1092, 0x1ff9}, + {56, -44, -1069, 0x0000} + } +}; + +StandTile tile_2048 = { + 0x0fa619, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {56, -50, -1069, 0x20ad}, + {56, -50, -1092, 0x0000}, + {56, -44, -1092, 0x2065} + } +}; + +StandTile tile_2049 = { + 0x0fa51a, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {50, -37, -1092, 0x2071}, + {50, -44, -1069, 0x1ff5}, + {50, -44, -1092, 0x0000} + } +}; + +StandTile tile_2050 = { + 0x0fa519, 0x58, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {50, -37, -1092, 0x20b9}, + {50, -37, -1069, 0x0000}, + {50, -44, -1069, 0x206d} + } +}; + +StandTile tile_2051 = { + 0x0eff1a, 0x58, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {44, -37, -1069, 0x2079}, + {44, -31, -1092, 0x20c1}, + {44, -31, -1069, 0x0000} + } +}; + +StandTile tile_2052 = { + 0x0eff19, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {44, -37, -1069, 0x20b5}, + {44, -37, -1092, 0x0000}, + {44, -31, -1092, 0x2075} + } +}; + +StandTile tile_2053 = { + 0x0efc1a, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {44, -112, -1031, 0x2081}, + {38, -112, -1007, 0x0000}, + {44, -112, -1007, 0x2015} + } +}; + +StandTile tile_2054 = { + 0x0efc19, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {44, -112, -1031, 0x0000}, + {38, -112, -1031, 0x200d}, + {38, -112, -1007, 0x207d} + } +}; + +StandTile tile_2055 = { + 0x0efb1a, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {50, -106, -1007, 0x2089}, + {44, -106, -1031, 0x2019}, + {44, -106, -1007, 0x0000} + } +}; + +StandTile tile_2056 = { + 0x0efb19, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {50, -106, -1007, 0x2021}, + {50, -106, -1031, 0x0000}, + {44, -106, -1031, 0x2085} + } +}; + +StandTile tile_2057 = { + 0x0efa1a, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {56, -100, -1031, 0x2091}, + {50, -100, -1007, 0x0000}, + {56, -100, -1007, 0x2025} + } +}; + +StandTile tile_2058 = { + 0x0efa19, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {56, -100, -1031, 0x0000}, + {50, -100, -1031, 0x201d}, + {50, -100, -1007, 0x208d} + } +}; + +StandTile tile_2059 = { + 0x0ef91a, 0x58, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {56, -94, -1007, 0x2099}, + {80, -94, -1031, 0x2041}, + {56, -94, -1031, 0x2029} + } +}; + +StandTile tile_2060 = { + 0x0ef919, 0x58, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {56, -94, -1007, 0x0000}, + {80, -94, -1007, 0x0000}, + {80, -94, -1031, 0x2095} + } +}; + +StandTile tile_2061 = { + 0x0ef81a, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {38, -119, -1031, 0x20a1}, + {31, -119, -1007, 0x0000}, + {38, -119, -1007, 0x2011} + } +}; + +StandTile tile_2062 = { + 0x0ef819, 0x58, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {38, -119, -1031, 0x0000}, + {31, -119, -1031, 0x2005}, + {31, -119, -1007, 0x209d} + } +}; + +StandTile tile_2063 = { + 0x0ef41a, 0x58, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {25, -125, -1007, 0x20a9}, + {31, -125, -1031, 0x0000}, + {25, -125, -1031, 0x2001} + } +}; + +StandTile tile_2064 = { + 0x0ef419, 0x58, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {25, -125, -1007, 0x0000}, + {31, -125, -1007, 0x2009}, + {31, -125, -1031, 0x20a5} + } +}; + +StandTile tile_2065 = { + 0x0ef01a, 0x58, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {80, -50, -1069, 0x20b1}, + {56, -50, -1092, 0x2069}, + {56, -50, -1069, 0x2061} + } +}; + +StandTile tile_2066 = { + 0x0ef019, 0x58, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {80, -50, -1069, 0x0000}, + {80, -50, -1092, 0x0000}, + {56, -50, -1092, 0x20ad} + } +}; + +StandTile tile_2067 = { + 0x0eee1a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {50, -37, -1069, 0x20b9}, + {44, -37, -1092, 0x2079}, + {44, -37, -1069, 0x0000} + } +}; + +StandTile tile_2068 = { + 0x0eee19, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {50, -37, -1069, 0x2071}, + {50, -37, -1092, 0x0000}, + {44, -37, -1092, 0x20b5} + } +}; + +StandTile tile_2069 = { + 0x0eed1a, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {44, -31, -1069, 0x20c1}, + {37, -31, -1092, 0x20cd}, + {38, -31, -1069, 0x0000} + } +}; + +StandTile tile_2070 = { + 0x0eed19, 0x58, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {44, -31, -1069, 0x2075}, + {44, -31, -1092, 0x0000}, + {37, -31, -1092, 0x20bd} + } +}; + +StandTile tile_2071 = { + 0x0eec1a, 0x58, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {25, -131, -1031, 0x20c9}, + {19, -131, -1007, 0x0000}, + {25, -131, -1007, 0x1ffd} + } +}; + +StandTile tile_2072 = { + 0x0eec19, 0x58, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {25, -131, -1031, 0x0000}, + {19, -131, -1031, 0x1f8d}, + {19, -131, -1007, 0x20c5} + } +}; + +StandTile tile_2073 = { + 0x0edd1a, 0x58, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {37, -25, -1092, 0x20d1}, + {38, -31, -1069, 0x20bd}, + {37, -31, -1092, 0x0000} + } +}; + +StandTile tile_2074 = { + 0x0edd19, 0x58, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {37, -25, -1092, 0x24e9}, + {38, -25, -1069, 0x0000}, + {38, -31, -1069, 0x20cd} + } +}; + +StandTile tile_2075 = { + 0x31331a, 0x57, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-368, -150, -821, 0x20d9}, + {-326, -153, -855, 0x20f1}, + {-396, -153, -831, 0x20e1} + } +}; + +StandTile tile_2076 = { + 0x313319, 0x57, + 0x0, + 0x9, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-368, -150, -821, 0x0000}, + {-324, -150, -836, 0x1f11}, + {-326, -153, -855, 0x20d5} + } +}; + +StandTile tile_2077 = { + 0x1a7e1a, 0x57, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-437, -150, -797, 0x20e1}, + {-396, -153, -831, 0x20f9}, + {-439, -153, -816, 0x20e9} + } +}; + +StandTile tile_2078 = { + 0x1a7e19, 0x57, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-437, -150, -797, 0x0000}, + {-368, -150, -821, 0x20d5}, + {-396, -153, -831, 0x20dd} + } +}; + +StandTile tile_2079 = { + 0x1a761a, 0x57, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-550, -150, -758, 0x20e9}, + {-439, -153, -816, 0x2101}, + {-553, -153, -776, 0x2161} + } +}; + +StandTile tile_2080 = { + 0x1a7619, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-550, -150, -758, 0x0000}, + {-437, -150, -797, 0x20dd}, + {-439, -153, -816, 0x20e5} + } +}; + +StandTile tile_2081 = { + 0x31341a, 0x57, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-396, -153, -831, 0x20f1}, + {-328, -153, -867, 0x2109}, + {-400, -153, -842, 0x20f9} + } +}; + +StandTile tile_2082 = { + 0x313419, 0x57, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-396, -153, -831, 0x20d5}, + {-326, -153, -855, 0x1f19}, + {-328, -153, -867, 0x20ed} + } +}; + +StandTile tile_2083 = { + 0x1a7f1a, 0x57, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-439, -153, -816, 0x20f9}, + {-400, -153, -842, 0x2111}, + {-441, -153, -828, 0x2101} + } +}; + +StandTile tile_2084 = { + 0x1a7f19, 0x57, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-439, -153, -816, 0x20dd}, + {-396, -153, -831, 0x20ed}, + {-400, -153, -842, 0x20f5} + } +}; + +StandTile tile_2085 = { + 0x1a771a, 0x57, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-553, -153, -776, 0x2101}, + {-441, -153, -828, 0x2119}, + {-555, -153, -788, 0x2149} + } +}; + +StandTile tile_2086 = { + 0x1a7719, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-553, -153, -776, 0x20e5}, + {-439, -153, -816, 0x20f5}, + {-441, -153, -828, 0x20fd} + } +}; + +StandTile tile_2087 = { + 0x31351a, 0x57, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-400, -153, -842, 0x2109}, + {-330, -150, -886, 0x0000}, + {-384, -150, -867, 0x2111} + } +}; + +StandTile tile_2088 = { + 0x313519, 0x57, + 0x0, + 0x8, 0x9, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-400, -153, -842, 0x20ed}, + {-328, -153, -867, 0x1f21}, + {-330, -150, -886, 0x2105} + } +}; + +StandTile tile_2089 = { + 0x1a801a, 0x57, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-441, -153, -828, 0x2111}, + {-384, -150, -867, 0x0000}, + {-444, -150, -846, 0x2119} + } +}; + +StandTile tile_2090 = { + 0x1a8019, 0x57, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-441, -153, -828, 0x20f5}, + {-400, -153, -842, 0x2105}, + {-384, -150, -867, 0x210d} + } +}; + +StandTile tile_2091 = { + 0x1a781a, 0x57, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-555, -153, -788, 0x2119}, + {-444, -150, -846, 0x0000}, + {-558, -150, -807, 0x2131} + } +}; + +StandTile tile_2092 = { + 0x1a7819, 0x57, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-555, -153, -788, 0x20fd}, + {-441, -153, -828, 0x210d}, + {-444, -150, -846, 0x2115} + } +}; + +StandTile tile_2093 = { + 0x31321a, 0x56, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-726, -153, -729, 0x2121}, + {-672, -150, -767, 0x0000}, + {-752, -150, -740, 0x2129} + } +}; + +StandTile tile_2094 = { + 0x313219, 0x56, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-726, -153, -729, 0x2135}, + {-669, -153, -749, 0x212d}, + {-672, -150, -767, 0x211d} + } +}; + +StandTile tile_2095 = { + 0x14a01a, 0x56, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-782, -153, -710, 0x2129}, + {-752, -150, -740, 0x0000}, + {-786, -150, -728, 0x2189} + } +}; + +StandTile tile_2096 = { + 0x14a019, 0x56, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-782, -153, -710, 0x213d}, + {-726, -153, -729, 0x211d}, + {-752, -150, -740, 0x2125} + } +}; + +StandTile tile_2097 = { + 0x1a881a, 0x56, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-669, -153, -749, 0x2131}, + {-558, -150, -807, 0x0000}, + {-672, -150, -767, 0x2121} + } +}; + +StandTile tile_2098 = { + 0x1a8819, 0x56, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-669, -153, -749, 0x2145}, + {-555, -153, -788, 0x2115}, + {-558, -150, -807, 0x212d} + } +}; + +StandTile tile_2099 = { + 0x31301a, 0x56, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-723, -153, -717, 0x2139}, + {-669, -153, -749, 0x2121}, + {-726, -153, -729, 0x2141} + } +}; + +StandTile tile_2100 = { + 0x313019, 0x56, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-723, -153, -717, 0x214d}, + {-666, -153, -737, 0x2145}, + {-669, -153, -749, 0x2135} + } +}; + +StandTile tile_2101 = { + 0x14a11a, 0x56, + 0x0, + 0x9, 0xa, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-780, -153, -697, 0x2141}, + {-726, -153, -729, 0x2129}, + {-782, -153, -710, 0x2181} + } +}; + +StandTile tile_2102 = { + 0x14a119, 0x56, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-780, -153, -697, 0x2155}, + {-723, -153, -717, 0x2135}, + {-726, -153, -729, 0x213d} + } +}; + +StandTile tile_2103 = { + 0x1a871a, 0x56, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-666, -153, -737, 0x2149}, + {-555, -153, -788, 0x2131}, + {-669, -153, -749, 0x2139} + } +}; + +StandTile tile_2104 = { + 0x1a8719, 0x56, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-666, -153, -737, 0x215d}, + {-553, -153, -776, 0x20fd}, + {-555, -153, -788, 0x2145} + } +}; + +StandTile tile_2105 = { + 0x312f1a, 0x56, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-735, -150, -693, 0x2151}, + {-666, -153, -737, 0x2139}, + {-723, -153, -717, 0x2159} + } +}; + +StandTile tile_2106 = { + 0x312f19, 0x56, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-735, -150, -693, 0x0000}, + {-663, -150, -718, 0x215d}, + {-666, -153, -737, 0x214d} + } +}; + +StandTile tile_2107 = { + 0x14a21a, 0x56, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-776, -150, -679, 0x2159}, + {-723, -153, -717, 0x2141}, + {-780, -153, -697, 0x2179} + } +}; + +StandTile tile_2108 = { + 0x14a219, 0x56, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-776, -150, -679, 0x0000}, + {-735, -150, -693, 0x214d}, + {-723, -153, -717, 0x2155} + } +}; + +StandTile tile_2109 = { + 0x1a861a, 0x56, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-663, -150, -718, 0x2161}, + {-553, -153, -776, 0x2149}, + {-666, -153, -737, 0x2151} + } +}; + +StandTile tile_2110 = { + 0x1a8619, 0x56, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-663, -150, -718, 0x0000}, + {-550, -150, -758, 0x20e5}, + {-553, -153, -776, 0x215d} + } +}; + +StandTile tile_2111 = { + 0x32f21a, 0x56, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-773, -150, -667, 0x2169}, + {-894, -150, -692, 0x0000}, + {-883, -150, -643, 0x0000} + } +}; + +StandTile tile_2112 = { + 0x32f219, 0x56, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-773, -150, -667, 0x0000}, + {-776, -150, -679, 0x2175}, + {-894, -150, -692, 0x2165} + } +}; + +StandTile tile_2113 = { + 0x153f1a, 0x56, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-786, -150, -728, 0x2171}, + {-907, -150, -753, 0x0000}, + {-904, -150, -741, 0x2189} + } +}; + +StandTile tile_2114 = { + 0x153f19, 0x56, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-786, -150, -728, 0x0000}, + {-797, -150, -777, 0x0000}, + {-907, -150, -753, 0x216d} + } +}; + +StandTile tile_2115 = { + 0x154b1a, 0x56, + 0x0, + 0x8, 0x9, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-776, -150, -679, 0x2179}, + {-898, -153, -710, 0x2191}, + {-894, -150, -692, 0x2169} + } +}; + +StandTile tile_2116 = { + 0x154b19, 0x56, + 0x0, + 0x9, 0xa, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-776, -150, -679, 0x2155}, + {-780, -153, -697, 0x217d}, + {-898, -153, -710, 0x2175} + } +}; + +StandTile tile_2117 = { + 0x154a1a, 0x56, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-780, -153, -697, 0x2181}, + {-900, -153, -723, 0x21a1}, + {-898, -153, -710, 0x2179} + } +}; + +StandTile tile_2118 = { + 0x154a19, 0x56, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-780, -153, -697, 0x213d}, + {-782, -153, -710, 0x2185}, + {-900, -153, -723, 0x217d} + } +}; + +StandTile tile_2119 = { + 0x15491a, 0x56, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-782, -153, -710, 0x2189}, + {-904, -150, -741, 0x21b2}, + {-900, -153, -723, 0x2181} + } +}; + +StandTile tile_2120 = { + 0x154919, 0x56, + 0x0, + 0x9, 0xa, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-782, -153, -710, 0x2125}, + {-786, -150, -728, 0x216d}, + {-904, -150, -741, 0x2185} + } +}; + +StandTile tile_2121 = { + 0x1a661a, 0x55, + 0x0, + 0xb, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-969, -150, -664, 0x2191}, + {-898, -153, -710, 0x21a1}, + {-974, -153, -682, 0x2199} + } +}; + +StandTile tile_2122 = { + 0x1a6619, 0x55, + 0x0, + 0x8, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-969, -150, -664, 0x0000}, + {-894, -150, -692, 0x2175}, + {-898, -153, -710, 0x218d} + } +}; + +StandTile tile_2123 = { + 0x1a5e1a, 0x55, + 0x0, + 0xb, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1045, -150, -636, 0x2199}, + {-974, -153, -682, 0x21aa}, + {-1050, -153, -654, 0x21ee} + } +}; + +StandTile tile_2124 = { + 0x1a5e19, 0x55, + 0x0, + 0xb, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1045, -150, -636, 0x0000}, + {-969, -150, -664, 0x218d}, + {-974, -153, -682, 0x2195} + } +}; + +StandTile tile_2125 = { + 0x1a671a, 0x55, + 0x0, + 0xb, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-974, -153, -682, 0x21a1}, + {-900, -153, -723, 0x21b2}, + {-977, -153, -694, 0x21aa} + } +}; + +StandTile tile_2126 = { + 0x1a6719, 0x55, + 0x0, + 0xb, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-974, -153, -682, 0x218d}, + {-898, -153, -710, 0x217d}, + {-900, -153, -723, 0x219d} + } +}; + +StandTile tile_2127 = { + 0x1a5f1a, 0x55, + 0x0, + 0xb, 0x2, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {-1050, -153, -654, 0x21aa}, + {-977, -153, -694, 0x21ba}, + {-1054, -153, -666, 0x21da}, + {-1052, -153, -660, 0x21de} + } +}; + +StandTile tile_2128 = { + 0x1a5f19, 0x55, + 0x0, + 0xb, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1050, -153, -654, 0x2195}, + {-974, -153, -682, 0x219d}, + {-977, -153, -694, 0x21a5} + } +}; + +StandTile tile_2129 = { + 0x1a681a, 0x55, + 0x0, + 0x8, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-977, -153, -694, 0x21b2}, + {-904, -150, -741, 0x0000}, + {-982, -150, -713, 0x21ba} + } +}; + +StandTile tile_2130 = { + 0x1a6819, 0x55, + 0x0, + 0x9, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-977, -153, -694, 0x219d}, + {-900, -153, -723, 0x2185}, + {-904, -150, -741, 0x21ae} + } +}; + +StandTile tile_2131 = { + 0x1a601a, 0x55, + 0x0, + 0xb, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1054, -153, -666, 0x21ba}, + {-982, -150, -713, 0x0000}, + {-1059, -150, -684, 0x21ca} + } +}; + +StandTile tile_2132 = { + 0x1a6019, 0x55, + 0x0, + 0xb, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1054, -153, -666, 0x21a5}, + {-977, -153, -694, 0x21ae}, + {-982, -150, -713, 0x21b6} + } +}; + +StandTile tile_2133 = { + 0x154d1a, 0x54, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1208, -153, -610, 0x21c2}, + {-1137, -150, -656, 0x0000}, + {-1214, -150, -628, 0x220a} + } +}; + +StandTile tile_2134 = { + 0x154d19, 0x54, + 0x0, + 0xc, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1208, -153, -610, 0x21ce}, + {-1131, -153, -638, 0x21c6}, + {-1137, -150, -656, 0x21be} + } +}; + +StandTile tile_2135 = { + 0x1a701a, 0x54, + 0x0, + 0xc, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1131, -153, -638, 0x21ca}, + {-1059, -150, -684, 0x0000}, + {-1137, -150, -656, 0x21c2} + } +}; + +StandTile tile_2136 = { + 0x1a7019, 0x54, + 0x0, + 0xc, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1131, -153, -638, 0x21d6}, + {-1054, -153, -666, 0x21b6}, + {-1059, -150, -684, 0x21c6} + } +}; + +StandTile tile_2137 = { + 0x154e1a, 0x54, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1203, -153, -598, 0x21d2}, + {-1131, -153, -638, 0x21c2}, + {-1208, -153, -610, 0x2242} + } +}; + +StandTile tile_2138 = { + 0x154e19, 0x54, + 0x0, + 0xc, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1203, -153, -598, 0x21e2}, + {-1127, -153, -626, 0x21d6}, + {-1131, -153, -638, 0x21ce} + } +}; + +StandTile tile_2139 = { + 0x1a6f1b, 0x54, + 0x0, + 0xc, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1127, -153, -626, 0x21da}, + {-1054, -153, -666, 0x21ca}, + {-1131, -153, -638, 0x21d2} + } +}; + +StandTile tile_2140 = { + 0x1a6f1a, 0x54, + 0x0, + 0xc, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1127, -153, -626, 0x21de}, + {-1052, -153, -660, 0x21a5}, + {-1054, -153, -666, 0x21d6} + } +}; + +StandTile tile_2141 = { + 0x1a6f19, 0x54, + 0x0, + 0xc, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1127, -153, -626, 0x21ea}, + {-1050, -153, -654, 0x21a5}, + {-1052, -153, -660, 0x21da} + } +}; + +StandTile tile_2142 = { + 0x154f1a, 0x54, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1197, -150, -581, 0x21e6}, + {-1127, -153, -626, 0x21d2}, + {-1203, -153, -598, 0x2232} + } +}; + +StandTile tile_2143 = { + 0x154f19, 0x54, + 0x0, + 0x8, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1197, -150, -581, 0x0000}, + {-1121, -150, -608, 0x21ea}, + {-1127, -153, -626, 0x21e2} + } +}; + +StandTile tile_2144 = { + 0x1a6e1a, 0x54, + 0x0, + 0xc, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1121, -150, -608, 0x21ee}, + {-1050, -153, -654, 0x21de}, + {-1127, -153, -626, 0x21e6} + } +}; + +StandTile tile_2145 = { + 0x1a6e19, 0x54, + 0x0, + 0xc, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1121, -150, -608, 0x0000}, + {-1045, -150, -636, 0x2195}, + {-1050, -153, -654, 0x21ea} + } +}; + +StandTile tile_2146 = { + 0x147f18, 0x54, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1361, -150, -574, 0x2212}, + {-1290, -150, -600, 0x21f6}, + {-1376, -150, -615, 0x0000} + } +}; + +StandTile tile_2147 = { + 0x147e18, 0x54, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1290, -150, -600, 0x21fa}, + {-1317, -150, -636, 0x0000}, + {-1376, -150, -615, 0x21f2} + } +}; + +StandTile tile_2148 = { + 0x147d18, 0x54, + 0x0, + 0x5, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1317, -150, -636, 0x21f6}, + {-1290, -150, -600, 0x21fe}, + {-1294, -150, -645, 0x0000} + } +}; + +StandTile tile_2149 = { + 0x147c18, 0x54, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1290, -150, -600, 0x2202}, + {-1247, -150, -662, 0x224a}, + {-1294, -150, -645, 0x21fa} + } +}; + +StandTile tile_2150 = { + 0x147b18, 0x54, + 0x0, + 0x5, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1229, -150, -669, 0x0000}, + {-1247, -150, -662, 0x21fe}, + {-1290, -150, -600, 0x2206} + } +}; + +StandTile tile_2151 = { + 0x147a18, 0x54, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1229, -150, -669, 0x2202}, + {-1290, -150, -600, 0x220e}, + {-1214, -150, -628, 0x0000} + } +}; + +StandTile tile_2152 = { + 0x147918, 0x54, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1214, -150, -628, 0x220e}, + {-1284, -153, -582, 0x2242}, + {-1208, -153, -610, 0x21be} + } +}; + +StandTile tile_2153 = { + 0x147818, 0x54, + 0x0, + 0x5, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1290, -150, -600, 0x2212}, + {-1284, -153, -582, 0x220a}, + {-1214, -150, -628, 0x2206} + } +}; + +StandTile tile_2154 = { + 0x147718, 0x54, + 0x0, + 0x5, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1290, -150, -600, 0x21f2}, + {-1361, -150, -574, 0x2216}, + {-1284, -153, -582, 0x220e} + } +}; + +StandTile tile_2155 = { + 0x147618, 0x54, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1284, -153, -582, 0x2212}, + {-1361, -150, -574, 0x0000}, + {-1354, -153, -556, 0x223a} + } +}; + +StandTile tile_2156 = { + 0x147518, 0x54, + 0x0, + 0x4, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1337, -150, -509, 0x221e}, + {-1273, -150, -553, 0x222a}, + {-1344, -150, -527, 0x0000} + } +}; + +StandTile tile_2157 = { + 0x147418, 0x54, + 0x0, + 0x4, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1337, -150, -509, 0x0000}, + {-1190, -150, -563, 0x2222}, + {-1273, -150, -553, 0x221a} + } +}; + +StandTile tile_2158 = { + 0x147318, 0x54, + 0x0, + 0x4, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1190, -150, -563, 0x0000}, + {-1197, -150, -581, 0x222e}, + {-1273, -150, -553, 0x221e} + } +}; + +StandTile tile_2159 = { + 0x147218, 0x54, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1344, -150, -527, 0x222a}, + {-1280, -153, -570, 0x2236}, + {-1350, -153, -545, 0x0000} + } +}; + +StandTile tile_2160 = { + 0x147118, 0x54, + 0x0, + 0x5, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1273, -150, -553, 0x222e}, + {-1280, -153, -570, 0x2226}, + {-1344, -150, -527, 0x221a} + } +}; + +StandTile tile_2161 = { + 0x147018, 0x54, + 0x0, + 0x5, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1273, -150, -553, 0x2222}, + {-1197, -150, -581, 0x2232}, + {-1280, -153, -570, 0x222a} + } +}; + +StandTile tile_2162 = { + 0x146f18, 0x54, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1197, -150, -581, 0x21e2}, + {-1203, -153, -598, 0x223e}, + {-1280, -153, -570, 0x222e} + } +}; + +StandTile tile_2163 = { + 0x146e1a, 0x54, + 0x0, + 0xa, 0xb, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1280, -153, -570, 0x223a}, + {-1354, -153, -556, 0x0000}, + {-1350, -153, -545, 0x2226} + } +}; + +StandTile tile_2164 = { + 0x146e19, 0x54, + 0x0, + 0x8, 0x9, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1280, -153, -570, 0x223e}, + {-1284, -153, -582, 0x2216}, + {-1354, -153, -556, 0x2236} + } +}; + +StandTile tile_2165 = { + 0x146d1a, 0x54, + 0x0, + 0x8, 0xa, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1203, -153, -598, 0x2242}, + {-1284, -153, -582, 0x223a}, + {-1280, -153, -570, 0x2232} + } +}; + +StandTile tile_2166 = { + 0x146d19, 0x54, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1203, -153, -598, 0x21ce}, + {-1208, -153, -610, 0x220a}, + {-1284, -153, -582, 0x223e} + } +}; + +StandTile tile_2167 = { + 0x325e1a, 0x54, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1310, -150, -689, 0x224a}, + {-1247, -150, -662, 0x0000}, + {-1263, -150, -706, 0x224e} + } +}; + +StandTile tile_2168 = { + 0x325e19, 0x54, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1310, -150, -689, 0x0000}, + {-1294, -150, -645, 0x21fe}, + {-1247, -150, -662, 0x2246} + } +}; + +StandTile tile_2169 = { + 0x325b1a, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1279, -150, -750, 0x2252}, + {-1310, -150, -689, 0x2246}, + {-1263, -150, -706, 0x0000} + } +}; + +StandTile tile_2170 = { + 0x325b19, 0x54, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-1279, -150, -750, 0x2283}, + {-1302, -150, -742, 0x2287}, + {-1326, -150, -733, 0x0000}, + {-1310, -150, -689, 0x224e} + } +}; + +StandTile tile_2171 = { + 0x33d71a, 0x53, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1335, -150, -830, 0x225b}, + {-1354, -150, -809, 0x226f}, + {-1330, -150, -818, 0x0000} + } +}; + +StandTile tile_2172 = { + 0x33d719, 0x53, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1335, -150, -830, 0x277b}, + {-1358, -150, -821, 0x0000}, + {-1354, -150, -809, 0x2257} + } +}; + +StandTile tile_2173 = { + 0x275018, 0x53, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1348, -150, -758, 0x2277}, + {-1389, -150, -797, 0x0000}, + {-1372, -150, -750, 0x22ab} + } +}; + +StandTile tile_2174 = { + 0x274f18, 0x53, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1273, -150, -752, 0x2267}, + {-1321, -150, -775, 0x2283}, + {-1279, -150, -750, 0x0000} + } +}; + +StandTile tile_2175 = { + 0x274e18, 0x53, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1301, -150, -829, 0x226b}, + {-1321, -150, -775, 0x2263}, + {-1273, -150, -752, 0x0000} + } +}; + +StandTile tile_2176 = { + 0x274d18, 0x53, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1330, -150, -818, 0x226f}, + {-1321, -150, -775, 0x2267}, + {-1301, -150, -829, 0x0000} + } +}; + +StandTile tile_2177 = { + 0x274c18, 0x53, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1354, -150, -809, 0x2273}, + {-1321, -150, -775, 0x226b}, + {-1330, -150, -818, 0x2257} + } +}; + +StandTile tile_2178 = { + 0x274b18, 0x53, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1389, -150, -797, 0x2277}, + {-1321, -150, -775, 0x226f}, + {-1354, -150, -809, 0x0000} + } +}; + +StandTile tile_2179 = { + 0x274a18, 0x53, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1389, -150, -797, 0x225f}, + {-1348, -150, -758, 0x227b}, + {-1321, -150, -775, 0x2273} + } +}; + +StandTile tile_2180 = { + 0x274918, 0x53, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1338, -150, -729, 0x227f}, + {-1321, -150, -775, 0x2277}, + {-1348, -150, -758, 0x22b3} + } +}; + +StandTile tile_2181 = { + 0x274818, 0x53, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1326, -150, -733, 0x2287}, + {-1321, -150, -775, 0x227b}, + {-1338, -150, -729, 0x0000} + } +}; + +StandTile tile_2182 = { + 0x274718, 0x53, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1302, -150, -742, 0x2252}, + {-1279, -150, -750, 0x2263}, + {-1321, -150, -775, 0x2287} + } +}; + +StandTile tile_2183 = { + 0x274618, 0x53, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1302, -150, -742, 0x2283}, + {-1321, -150, -775, 0x227f}, + {-1326, -150, -733, 0x2252} + } +}; + +StandTile tile_2184 = { + 0x277e1a, 0x53, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1338, -137, -729, 0x228f}, + {-1370, -137, -744, 0x2293}, + {-1361, -137, -720, 0x0000} + } +}; + +StandTile tile_2185 = { + 0x277e19, 0x53, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1338, -137, -729, 0x22bf}, + {-1346, -137, -752, 0x229b}, + {-1370, -137, -744, 0x228b} + } +}; + +StandTile tile_2186 = { + 0x27901a, 0x53, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1370, -131, -744, 0x2297}, + {-1361, -137, -720, 0x228b}, + {-1370, -137, -744, 0x0000} + } +}; + +StandTile tile_2187 = { + 0x279019, 0x53, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1370, -131, -744, 0x23cf}, + {-1361, -131, -720, 0x0000}, + {-1361, -137, -720, 0x2293} + } +}; + +StandTile tile_2188 = { + 0x27921a, 0x53, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1346, -144, -752, 0x229f}, + {-1370, -137, -744, 0x228f}, + {-1346, -137, -752, 0x22bf} + } +}; + +StandTile tile_2189 = { + 0x279219, 0x53, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1346, -144, -752, 0x22a3}, + {-1370, -144, -744, 0x0000}, + {-1370, -137, -744, 0x229b} + } +}; + +StandTile tile_2190 = { + 0x277f1a, 0x53, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1346, -144, -752, 0x22a7}, + {-1372, -144, -750, 0x0000}, + {-1370, -144, -744, 0x229f} + } +}; + +StandTile tile_2191 = { + 0x277f19, 0x53, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1346, -144, -752, 0x22b7}, + {-1348, -144, -758, 0x22af}, + {-1372, -144, -750, 0x22a3} + } +}; + +StandTile tile_2192 = { + 0x27911a, 0x53, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1372, -144, -750, 0x22af}, + {-1348, -150, -758, 0x225f}, + {-1372, -150, -750, 0x0000} + } +}; + +StandTile tile_2193 = { + 0x279119, 0x53, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1372, -144, -750, 0x22a7}, + {-1348, -144, -758, 0x22b7}, + {-1348, -150, -758, 0x22ab} + } +}; + +StandTile tile_2194 = { + 0x27581a, 0x53, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1348, -150, -758, 0x22b7}, + {-1346, -144, -752, 0x22bb}, + {-1338, -150, -729, 0x227b} + } +}; + +StandTile tile_2195 = { + 0x275819, 0x53, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1348, -150, -758, 0x22af}, + {-1348, -144, -758, 0x22a7}, + {-1346, -144, -752, 0x22b3} + } +}; + +StandTile tile_2196 = { + 0x27571a, 0x53, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1346, -144, -752, 0x22bf}, + {-1338, -137, -729, 0x0000}, + {-1338, -150, -729, 0x22b3} + } +}; + +StandTile tile_2197 = { + 0x275719, 0x53, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1346, -144, -752, 0x229b}, + {-1346, -137, -752, 0x228f}, + {-1338, -137, -729, 0x22bb} + } +}; + +StandTile tile_2198 = { + 0x27651a, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1408, -31, -795, 0x22c7}, + {-1400, -25, -772, 0x2418}, + {-1408, -25, -795, 0x0000} + } +}; + +StandTile tile_2199 = { + 0x276519, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1408, -31, -795, 0x23c7}, + {-1400, -31, -772, 0x0000}, + {-1400, -25, -772, 0x22c3} + } +}; + +StandTile tile_2200 = { + 0x27991a, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1411, -75, -749, 0x22cf}, + {-1433, -75, -734, 0x2337}, + {-1409, -75, -743, 0x0000} + } +}; + +StandTile tile_2201 = { + 0x279919, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1411, -75, -749, 0x234b}, + {-1435, -75, -740, 0x0000}, + {-1433, -75, -734, 0x22cb} + } +}; + +StandTile tile_2202 = { + 0x27981a, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1409, -81, -743, 0x22d7}, + {-1430, -81, -728, 0x233b}, + {-1407, -81, -737, 0x0000} + } +}; + +StandTile tile_2203 = { + 0x279819, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1409, -81, -743, 0x2333}, + {-1433, -81, -734, 0x0000}, + {-1430, -81, -728, 0x22d3} + } +}; + +StandTile tile_2204 = { + 0x27971a, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1407, -87, -737, 0x22df}, + {-1428, -87, -722, 0x2347}, + {-1405, -87, -731, 0x0000} + } +}; + +StandTile tile_2205 = { + 0x279719, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1407, -87, -737, 0x233f}, + {-1430, -87, -728, 0x0000}, + {-1428, -87, -722, 0x22db} + } +}; + +StandTile tile_2206 = { + 0x27961a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1417, -56, -766, 0x22e7}, + {-1439, -56, -752, 0x235f}, + {-1416, -56, -760, 0x0000} + } +}; + +StandTile tile_2207 = { + 0x279619, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1417, -56, -766, 0x2367}, + {-1441, -56, -757, 0x0000}, + {-1439, -56, -752, 0x22e3} + } +}; + +StandTile tile_2208 = { + 0x27951a, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1416, -62, -760, 0x22ef}, + {-1437, -62, -746, 0x2353}, + {-1413, -62, -754, 0x0000} + } +}; + +StandTile tile_2209 = { + 0x279519, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1416, -62, -760, 0x235b}, + {-1439, -62, -752, 0x0000}, + {-1437, -62, -746, 0x22eb} + } +}; + +StandTile tile_2210 = { + 0x27941a, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1413, -69, -754, 0x22f7}, + {-1435, -69, -740, 0x234f}, + {-1411, -69, -749, 0x0000} + } +}; + +StandTile tile_2211 = { + 0x279419, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1413, -69, -754, 0x2357}, + {-1437, -69, -746, 0x0000}, + {-1435, -69, -740, 0x22f3} + } +}; + +StandTile tile_2212 = { + 0x27931a, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1412, -44, -768, 0x22ff}, + {-1426, -44, -788, 0x236f}, + {-1417, -44, -766, 0x0000} + } +}; + +StandTile tile_2213 = { + 0x279319, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1412, -44, -768, 0x2377}, + {-1420, -44, -790, 0x0000}, + {-1426, -44, -788, 0x22fb} + } +}; + +StandTile tile_2214 = { + 0x278f1a, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1367, -131, -718, 0x2307}, + {-1376, -125, -743, 0x23ab}, + {-1367, -125, -718, 0x0000} + } +}; + +StandTile tile_2215 = { + 0x278f19, 0x52, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1367, -131, -718, 0x23cb}, + {-1376, -131, -743, 0x0000}, + {-1376, -125, -743, 0x2303} + } +}; + +StandTile tile_2216 = { + 0x278e1a, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1382, -119, -741, 0x230f}, + {-1373, -125, -716, 0x23af}, + {-1382, -125, -741, 0x0000} + } +}; + +StandTile tile_2217 = { + 0x278e19, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1382, -119, -741, 0x23a7}, + {-1373, -119, -716, 0x0000}, + {-1373, -125, -716, 0x230b} + } +}; + +StandTile tile_2218 = { + 0x278d1a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1388, -112, -739, 0x2317}, + {-1379, -119, -714, 0x23a3}, + {-1388, -119, -739, 0x0000} + } +}; + +StandTile tile_2219 = { + 0x278d19, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1388, -112, -739, 0x2387}, + {-1379, -112, -714, 0x0000}, + {-1379, -119, -714, 0x2313} + } +}; + +StandTile tile_2220 = { + 0x278c1a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1384, -112, -712, 0x231f}, + {-1394, -106, -737, 0x238f}, + {-1384, -106, -712, 0x0000} + } +}; + +StandTile tile_2221 = { + 0x278c19, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1384, -112, -712, 0x2383}, + {-1394, -112, -737, 0x0000}, + {-1394, -106, -737, 0x231b} + } +}; + +StandTile tile_2222 = { + 0x278b1a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1399, -100, -734, 0x2327}, + {-1390, -106, -709, 0x238b}, + {-1399, -106, -734, 0x0000} + } +}; + +StandTile tile_2223 = { + 0x278b19, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1399, -100, -734, 0x2397}, + {-1390, -100, -709, 0x0000}, + {-1390, -106, -709, 0x2323} + } +}; + +StandTile tile_2224 = { + 0x278a1a, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1396, -100, -707, 0x232f}, + {-1405, -94, -731, 0x239b}, + {-1396, -94, -707, 0x0000} + } +}; + +StandTile tile_2225 = { + 0x278a19, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1396, -100, -707, 0x2393}, + {-1405, -100, -732, 0x0000}, + {-1405, -94, -731, 0x232b} + } +}; + +StandTile tile_2226 = { + 0x27891a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1409, -75, -743, 0x2337}, + {-1433, -81, -734, 0x22d7}, + {-1409, -81, -743, 0x0000} + } +}; + +StandTile tile_2227 = { + 0x278919, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1409, -75, -743, 0x22cb}, + {-1433, -75, -734, 0x0000}, + {-1433, -81, -734, 0x2333} + } +}; + +StandTile tile_2228 = { + 0x27881a, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1430, -87, -728, 0x233f}, + {-1407, -81, -737, 0x22d3}, + {-1430, -81, -728, 0x0000} + } +}; + +StandTile tile_2229 = { + 0x278819, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1430, -87, -728, 0x22df}, + {-1407, -87, -737, 0x0000}, + {-1407, -81, -737, 0x233b} + } +}; + +StandTile tile_2230 = { + 0x27871a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1405, -87, -731, 0x2347}, + {-1428, -94, -722, 0x239f}, + {-1405, -94, -731, 0x0000} + } +}; + +StandTile tile_2231 = { + 0x278719, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1405, -87, -731, 0x22db}, + {-1428, -87, -722, 0x0000}, + {-1428, -94, -722, 0x2343} + } +}; + +StandTile tile_2232 = { + 0x27861a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1411, -69, -749, 0x234f}, + {-1435, -75, -740, 0x22cf}, + {-1411, -75, -749, 0x0000} + } +}; + +StandTile tile_2233 = { + 0x278619, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1411, -69, -749, 0x22f3}, + {-1435, -69, -740, 0x0000}, + {-1435, -75, -740, 0x234b} + } +}; + +StandTile tile_2234 = { + 0x27851a, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1437, -69, -746, 0x2357}, + {-1413, -62, -754, 0x22eb}, + {-1437, -62, -746, 0x0000} + } +}; + +StandTile tile_2235 = { + 0x278519, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1437, -69, -746, 0x22f7}, + {-1413, -69, -754, 0x0000}, + {-1413, -62, -754, 0x2353} + } +}; + +StandTile tile_2236 = { + 0x27841a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1416, -56, -760, 0x235f}, + {-1439, -62, -752, 0x22ef}, + {-1416, -62, -760, 0x0000} + } +}; + +StandTile tile_2237 = { + 0x278419, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1416, -56, -760, 0x22e3}, + {-1439, -56, -752, 0x0000}, + {-1439, -62, -752, 0x235b} + } +}; + +StandTile tile_2238 = { + 0x27831a, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1441, -56, -757, 0x2367}, + {-1417, -50, -766, 0x23b3}, + {-1441, -50, -757, 0x0000} + } +}; + +StandTile tile_2239 = { + 0x278319, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1441, -56, -757, 0x22e7}, + {-1417, -56, -766, 0x0000}, + {-1417, -50, -766, 0x2363} + } +}; + +StandTile tile_2240 = { + 0x27821a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1417, -44, -766, 0x236f}, + {-1426, -50, -788, 0x23b7}, + {-1417, -50, -766, 0x0000} + } +}; + +StandTile tile_2241 = { + 0x278219, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1417, -44, -766, 0x22fb}, + {-1426, -44, -788, 0x0000}, + {-1426, -50, -788, 0x236b} + } +}; + +StandTile tile_2242 = { + 0x27811a, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1420, -44, -790, 0x2377}, + {-1412, -37, -768, 0x23bb}, + {-1420, -37, -790, 0x0000} + } +}; + +StandTile tile_2243 = { + 0x278119, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1420, -44, -790, 0x22ff}, + {-1412, -44, -768, 0x0000}, + {-1412, -37, -768, 0x2373} + } +}; + +StandTile tile_2244 = { + 0x27801a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -31, -770, 0x237f}, + {-1414, -37, -793, 0x23bf}, + {-1406, -37, -770, 0x0000} + } +}; + +StandTile tile_2245 = { + 0x278019, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -31, -770, 0x23c3}, + {-1414, -31, -793, 0x0000}, + {-1414, -37, -793, 0x237b} + } +}; + +StandTile tile_2246 = { + 0x277d1a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1384, -112, -712, 0x2387}, + {-1388, -112, -739, 0x0000}, + {-1394, -112, -737, 0x231f} + } +}; + +StandTile tile_2247 = { + 0x277d19, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1384, -112, -712, 0x0000}, + {-1379, -112, -714, 0x2317}, + {-1388, -112, -739, 0x2383} + } +}; + +StandTile tile_2248 = { + 0x277c1a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1384, -106, -712, 0x238f}, + {-1399, -106, -734, 0x2323}, + {-1390, -106, -709, 0x0000} + } +}; + +StandTile tile_2249 = { + 0x277c19, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1384, -106, -712, 0x231b}, + {-1394, -106, -737, 0x0000}, + {-1399, -106, -734, 0x238b} + } +}; + +StandTile tile_2250 = { + 0x277b1a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1396, -100, -707, 0x2397}, + {-1399, -100, -734, 0x0000}, + {-1405, -100, -732, 0x232f} + } +}; + +StandTile tile_2251 = { + 0x277b19, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1396, -100, -707, 0x0000}, + {-1390, -100, -709, 0x2327}, + {-1399, -100, -734, 0x2393} + } +}; + +StandTile tile_2252 = { + 0x277a1a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1405, -94, -731, 0x239f}, + {-1420, -94, -699, 0x0000}, + {-1396, -94, -707, 0x232b} + } +}; + +StandTile tile_2253 = { + 0x277a19, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1405, -94, -731, 0x2343}, + {-1428, -94, -722, 0x0000}, + {-1420, -94, -699, 0x239b} + } +}; + +StandTile tile_2254 = { + 0x27791a, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1379, -119, -714, 0x23a7}, + {-1382, -119, -741, 0x0000}, + {-1388, -119, -739, 0x2313} + } +}; + +StandTile tile_2255 = { + 0x277919, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1379, -119, -714, 0x0000}, + {-1373, -119, -716, 0x230f}, + {-1382, -119, -741, 0x23a3} + } +}; + +StandTile tile_2256 = { + 0x27781a, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1376, -125, -743, 0x23af}, + {-1373, -125, -716, 0x0000}, + {-1367, -125, -718, 0x2303} + } +}; + +StandTile tile_2257 = { + 0x277819, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1376, -125, -743, 0x0000}, + {-1382, -125, -741, 0x230b}, + {-1373, -125, -716, 0x23ab} + } +}; + +StandTile tile_2258 = { + 0x27771a, 0x52, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1417, -50, -766, 0x23b7}, + {-1449, -50, -780, 0x0000}, + {-1441, -50, -757, 0x2363} + } +}; + +StandTile tile_2259 = { + 0x277719, 0x52, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1417, -50, -766, 0x236b}, + {-1426, -50, -788, 0x0000}, + {-1449, -50, -780, 0x23b3} + } +}; + +StandTile tile_2260 = { + 0x27761a, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -37, -770, 0x23bf}, + {-1420, -37, -790, 0x2373}, + {-1412, -37, -768, 0x0000} + } +}; + +StandTile tile_2261 = { + 0x277619, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1406, -37, -770, 0x237b}, + {-1414, -37, -793, 0x0000}, + {-1420, -37, -790, 0x23bb} + } +}; + +StandTile tile_2262 = { + 0x27751a, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1400, -31, -772, 0x23c7}, + {-1414, -31, -793, 0x237f}, + {-1406, -31, -770, 0x0000} + } +}; + +StandTile tile_2263 = { + 0x277519, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1400, -31, -772, 0x22c7}, + {-1408, -31, -795, 0x0000}, + {-1414, -31, -793, 0x23c3} + } +}; + +StandTile tile_2264 = { + 0x27741a, 0x52, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1367, -131, -718, 0x23cf}, + {-1370, -131, -744, 0x0000}, + {-1376, -131, -743, 0x2307} + } +}; + +StandTile tile_2265 = { + 0x277419, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1367, -131, -718, 0x0000}, + {-1361, -131, -720, 0x2297}, + {-1370, -131, -744, 0x23cb} + } +}; + +StandTile tile_2266 = { + 0x2a381a, 0x51, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-525, -50, -8724, 0x23d7}, + {-521, -50, -8749, 0x0000}, + {-527, -50, -8748, 0x0000} + } +}; + +StandTile tile_2267 = { + 0x2a3819, 0x51, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-525, -50, -8724, 0x0000}, + {-519, -50, -8724, 0x0000}, + {-521, -50, -8749, 0x23d3} + } +}; + +StandTile tile_2268 = { + 0x2a201a, 0x51, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-431, -25, -8724, 0x23df}, + {-432, 0, -8736, 0x0000}, + {-432, -25, -8736, 0x0000} + } +}; + +StandTile tile_2269 = { + 0x2a2019, 0x51, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-431, -25, -8724, 0x0000}, + {-431, 0, -8724, 0x0000}, + {-432, 0, -8736, 0x23db} + } +}; + +StandTile tile_2270 = { + 0x29f21a, 0x51, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-472, -25, -8771, 0x23e7}, + {-484, 0, -8770, 0x0000}, + {-484, -25, -8770, 0x0000} + } +}; + +StandTile tile_2271 = { + 0x29f219, 0x51, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-472, -25, -8771, 0x0000}, + {-472, 0, -8771, 0x0000}, + {-484, 0, -8770, 0x23e3} + } +}; + +StandTile tile_2272 = { + 0x29d91a, 0x51, + 0x3, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-439, -150, -8731, 0x23ef}, + {-438, -27, -8716, 0x0000}, + {-439, -27, -8731, 0x0000} + } +}; + +StandTile tile_2273 = { + 0x29d919, 0x51, + 0x3, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-439, -150, -8731, 0x0000}, + {-438, -150, -8716, 0x0000}, + {-438, -27, -8716, 0x23eb} + } +}; + +StandTile tile_2274 = { + 0x33b71a, 0x51, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-935, -150, -8544, 0x23f7}, + {-375, -150, -8465, 0x0000}, + {-384, -150, -8618, 0x0000} + } +}; + +StandTile tile_2275 = { + 0x33b719, 0x51, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-935, -150, -8544, 0x0000}, + {-926, -150, -8406, 0x0000}, + {-375, -150, -8465, 0x23f3} + } +}; + +StandTile tile_2276 = { + 0x33c51b, 0x4f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1284, -25, -749, 0x23ff}, + {-1309, -25, -831, 0x242c}, + {-1310, -25, -740, 0x240b} + } +}; + +StandTile tile_2277 = { + 0x33c51a, 0x4f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1284, -25, -749, 0x2403}, + {-1298, -25, -835, 0x0000}, + {-1309, -25, -831, 0x23fb} + } +}; + +StandTile tile_2278 = { + 0x33c519, 0x4f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1284, -25, -749, 0x240f}, + {-1279, -25, -784, 0x0000}, + {-1298, -25, -835, 0x23ff} + } +}; + +StandTile tile_2279 = { + 0x33c61a, 0x4f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1283, -25, -746, 0x240b}, + {-1310, -25, -740, 0x0000}, + {-1308, -25, -737, 0x2445} + } +}; + +StandTile tile_2280 = { + 0x33c619, 0x4f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1283, -25, -746, 0x0000}, + {-1284, -25, -749, 0x23fb}, + {-1310, -25, -740, 0x2407} + } +}; + +StandTile tile_2281 = { + 0x30d518, 0x4f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1284, -25, -749, 0x0000}, + {-1268, -25, -755, 0x0000}, + {-1279, -25, -784, 0x2403} + } +}; + +StandTile tile_2282 = { + 0x30e71a, 0x4f, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {-1376, -25, -807, 0x2418}, + {-1400, -25, -772, 0x2439}, + {-1383, -25, -766, 0x0000}, + {-1382, -25, -775, 0x2428} + } +}; + +StandTile tile_2283 = { + 0x30e719, 0x4f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1376, -25, -807, 0x0000}, + {-1408, -25, -795, 0x22c3}, + {-1400, -25, -772, 0x2413} + } +}; + +StandTile tile_2284 = { + 0x30e91a, 0x4f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1382, -25, -775, 0x2420}, + {-1332, -25, -748, 0x2430}, + {-1329, -25, -794, 0x2424} + } +}; + +StandTile tile_2285 = { + 0x30e919, 0x4f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1382, -25, -775, 0x0000}, + {-1383, -25, -766, 0x243d}, + {-1332, -25, -748, 0x241c} + } +}; + +StandTile tile_2286 = { + 0x30e81a, 0x4f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1327, -25, -824, 0x2428}, + {-1382, -25, -775, 0x241c}, + {-1329, -25, -794, 0x2430} + } +}; + +StandTile tile_2287 = { + 0x30e819, 0x4f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1327, -25, -824, 0x0000}, + {-1376, -25, -807, 0x2413}, + {-1382, -25, -775, 0x2424} + } +}; + +StandTile tile_2288 = { + 0x30d71a, 0x4f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1309, -25, -831, 0x2430}, + {-1332, -25, -748, 0x2441}, + {-1310, -25, -740, 0x23fb} + } +}; + +StandTile tile_2289 = { + 0x30d719, 0x4f, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {-1309, -25, -831, 0x0000}, + {-1327, -25, -824, 0x2424}, + {-1329, -25, -794, 0x241c}, + {-1332, -25, -748, 0x242c} + } +}; + +StandTile tile_2290 = { + 0x30ea1a, 0x4f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1383, -25, -766, 0x2439}, + {-1417, -25, -766, 0x0000}, + {-1396, -25, -707, 0x243d} + } +}; + +StandTile tile_2291 = { + 0x30ea19, 0x4f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1383, -25, -766, 0x2413}, + {-1400, -25, -772, 0x0000}, + {-1417, -25, -766, 0x2435} + } +}; + +StandTile tile_2292 = { + 0x30eb18, 0x4f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1332, -25, -748, 0x2420}, + {-1383, -25, -766, 0x2435}, + {-1396, -25, -707, 0x2441} + } +}; + +StandTile tile_2293 = { + 0x305518, 0x4f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1310, -25, -740, 0x242c}, + {-1332, -25, -748, 0x243d}, + {-1396, -25, -707, 0x0000} + } +}; + +StandTile tile_2294 = { + 0x33c41a, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1307, -25, -733, 0x2449}, + {-1283, -25, -746, 0x2407}, + {-1308, -25, -737, 0x0000} + } +}; + +StandTile tile_2295 = { + 0x33c419, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1307, -25, -733, 0x28a8}, + {-1282, -25, -742, 0x0000}, + {-1283, -25, -746, 0x2445} + } +}; + +StandTile tile_2296 = { + 0x30f21a, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1385, 58, -705, 0x2451}, + {-1407, 50, -694, 0x2459}, + {-1391, 50, -700, 0x0000} + } +}; + +StandTile tile_2297 = { + 0x30f219, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1385, 58, -705, 0x248d}, + {-1407, 58, -697, 0x0000}, + {-1407, 50, -694, 0x244d} + } +}; + +StandTile tile_2298 = { + 0x304d1a, 0x4e, + 0x3, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1391, 50, -700, 0x2459}, + {-1407, -25, -694, 0x288b}, + {-1391, -25, -700, 0x0000} + } +}; + +StandTile tile_2299 = { + 0x304d19, 0x4e, + 0x3, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1391, 50, -700, 0x244d}, + {-1407, 50, -694, 0x0000}, + {-1407, -25, -694, 0x2455} + } +}; + +StandTile tile_2300 = { + 0x30c518, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1300, 58, -855, 0x0000}, + {-1460, 58, -797, 0x24a5}, + {-1358, 58, -803, 0x2461} + } +}; + +StandTile tile_2301 = { + 0x30c41a, 0x4e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1303, 58, -823, 0x2465}, + {-1300, 58, -855, 0x245d}, + {-1358, 58, -803, 0x0000} + } +}; + +StandTile tile_2302 = { + 0x30c419, 0x4e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1303, 58, -823, 0x2479}, + {-1281, 58, -846, 0x0000}, + {-1300, 58, -855, 0x2461} + } +}; + +StandTile tile_2303 = { + 0x30c618, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1277, 58, -765, 0x2475}, + {-1249, 58, -757, 0x0000}, + {-1265, 58, -802, 0x246d} + } +}; + +StandTile tile_2304 = { + 0x30441a, 0x4e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1281, 58, -846, 0x2471}, + {-1277, 58, -765, 0x2469}, + {-1265, 58, -802, 0x0000} + } +}; + +StandTile tile_2305 = { + 0x304419, 0x4e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1281, 58, -846, 0x2479}, + {-1297, 58, -820, 0x0000}, + {-1277, 58, -765, 0x246d} + } +}; + +StandTile tile_2306 = { + 0x304318, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1249, 58, -757, 0x2469}, + {-1277, 58, -765, 0x0000}, + {-1280, 58, -759, 0x2481} + } +}; + +StandTile tile_2307 = { + 0x304218, 0x4e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1281, 58, -846, 0x2465}, + {-1303, 58, -823, 0x0000}, + {-1297, 58, -820, 0x2471} + } +}; + +StandTile tile_2308 = { + 0x30411a, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1257, 58, -739, 0x2481}, + {-1280, 58, -759, 0x0000}, + {-1335, 58, -739, 0x2485} + } +}; + +StandTile tile_2309 = { + 0x304119, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1257, 58, -739, 0x0000}, + {-1249, 58, -757, 0x2475}, + {-1280, 58, -759, 0x247d} + } +}; + +StandTile tile_2310 = { + 0x30401a, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1335, 58, -739, 0x2489}, + {-1380, 58, -693, 0x0000}, + {-1257, 58, -739, 0x247d} + } +}; + +StandTile tile_2311 = { + 0x304019, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1335, 58, -739, 0x248d}, + {-1385, 58, -705, 0x0000}, + {-1380, 58, -693, 0x2485} + } +}; + +StandTile tile_2312 = { + 0x303f18, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1335, 58, -739, 0x2499}, + {-1407, 58, -697, 0x2451}, + {-1385, 58, -705, 0x2489} + } +}; + +StandTile tile_2313 = { + 0x303e1a, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1407, 58, -697, 0x2495}, + {-1417, 58, -680, 0x0000}, + {-1403, 58, -685, 0x0000} + } +}; + +StandTile tile_2314 = { + 0x303e19, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1407, 58, -697, 0x2499}, + {-1436, 58, -689, 0x0000}, + {-1417, 58, -680, 0x2491} + } +}; + +StandTile tile_2315 = { + 0x303d1a, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1335, 58, -739, 0x249d}, + {-1436, 58, -689, 0x2495}, + {-1407, 58, -697, 0x248d} + } +}; + +StandTile tile_2316 = { + 0x303d19, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1335, 58, -739, 0x24b9}, + {-1454, 58, -739, 0x0000}, + {-1436, 58, -689, 0x2499} + } +}; + +StandTile tile_2317 = { + 0x303a1a, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1361, 58, -796, 0x24a5}, + {-1460, 58, -797, 0x0000}, + {-1468, 58, -778, 0x24a9} + } +}; + +StandTile tile_2318 = { + 0x303a19, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1361, 58, -796, 0x0000}, + {-1358, 58, -803, 0x245d}, + {-1460, 58, -797, 0x24a1} + } +}; + +StandTile tile_2319 = { + 0x328f18, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1353, 58, -773, 0x0000}, + {-1361, 58, -796, 0x24a1}, + {-1468, 58, -778, 0x24b1} + } +}; + +StandTile tile_2320 = { + 0x328e1a, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1345, 58, -753, 0x24b1}, + {-1468, 58, -778, 0x0000}, + {-1459, 58, -753, 0x24b5} + } +}; + +StandTile tile_2321 = { + 0x328e19, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1345, 58, -753, 0x24d5}, + {-1353, 58, -773, 0x24a9}, + {-1468, 58, -778, 0x24ad} + } +}; + +StandTile tile_2322 = { + 0x303918, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1341, 58, -742, 0x0000}, + {-1345, 58, -753, 0x24ad}, + {-1459, 58, -753, 0x24bd} + } +}; + +StandTile tile_2323 = { + 0x30381a, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1341, 58, -742, 0x24bd}, + {-1454, 58, -739, 0x249d}, + {-1335, 58, -739, 0x0000} + } +}; + +StandTile tile_2324 = { + 0x303819, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1341, 58, -742, 0x24b5}, + {-1459, 58, -753, 0x0000}, + {-1454, 58, -739, 0x24b9} + } +}; + +StandTile tile_2325 = { + 0x30a418, 0x4e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1348, 58, -775, 0x24c5}, + {-1302, 58, -818, 0x0000}, + {-1357, 58, -798, 0x0000} + } +}; + +StandTile tile_2326 = { + 0x30a31a, 0x4e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1341, 58, -755, 0x24c9}, + {-1302, 58, -818, 0x24c1}, + {-1348, 58, -775, 0x24d1} + } +}; + +StandTile tile_2327 = { + 0x30a319, 0x4e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1341, 58, -755, 0x24cd}, + {-1282, 58, -763, 0x0000}, + {-1302, 58, -818, 0x24c5} + } +}; + +StandTile tile_2328 = { + 0x30a218, 0x4e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1341, 58, -755, 0x0000}, + {-1337, 58, -743, 0x0000}, + {-1282, 58, -763, 0x24c9} + } +}; + +StandTile tile_2329 = { + 0x30a11a, 0x4e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1348, 58, -775, 0x24d5}, + {-1345, 58, -753, 0x0000}, + {-1341, 58, -755, 0x24c5} + } +}; + +StandTile tile_2330 = { + 0x30a119, 0x4e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1348, 58, -775, 0x0000}, + {-1353, 58, -773, 0x24b1}, + {-1345, 58, -753, 0x24d1} + } +}; + +StandTile tile_2331 = { + 0x33a91a, 0x4c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-63, -25, -1007, 0x24dd}, + {-36, -25, -1004, 0x0000}, + {-36, -25, -1007, 0x24e5} + } +}; + +StandTile tile_2332 = { + 0x33a919, 0x4c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-63, -25, -1007, 0x0000}, + {-63, -25, -1004, 0x24fd}, + {-36, -25, -1004, 0x24d9} + } +}; + +StandTile tile_2333 = { + 0x33a81a, 0x4c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {27, -25, -1092, 0x24e5}, + {-36, -25, -1007, 0x24ed}, + {38, -25, -1069, 0x24e9} + } +}; + +StandTile tile_2334 = { + 0x33a819, 0x4c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {27, -25, -1092, 0x24f9}, + {-63, -25, -1007, 0x24d9}, + {-36, -25, -1007, 0x24e1} + } +}; + +StandTile tile_2335 = { + 0x33a718, 0x4c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {27, -25, -1092, 0x24e1}, + {38, -25, -1069, 0x20d1}, + {37, -25, -1092, 0x0000} + } +}; + +StandTile tile_2336 = { + 0x2e761a, 0x4c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {56, -25, -1007, 0x24f1}, + {38, -25, -1069, 0x24e1}, + {-36, -25, -1007, 0x0000} + } +}; + +StandTile tile_2337 = { + 0x2e7619, 0x4c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {56, -25, -1007, 0x0000}, + {56, -25, -1069, 0x0000}, + {38, -25, -1069, 0x24ed} + } +}; + +StandTile tile_2338 = { + 0x2e7518, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-80, -25, -1092, 0x0000}, + {-80, -25, -1007, 0x0000}, + {-63, -25, -1007, 0x24f9} + } +}; + +StandTile tile_2339 = { + 0x2e7418, 0x4c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {27, -25, -1092, 0x0000}, + {-80, -25, -1092, 0x24f5}, + {-63, -25, -1007, 0x24e5} + } +}; + +StandTile tile_2340 = { + 0x33c01a, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-63, -25, -1004, 0x2501}, + {-36, -25, -1000, 0x0000}, + {-36, -25, -1004, 0x24dd} + } +}; + +StandTile tile_2341 = { + 0x33c019, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-63, -25, -1004, 0x0000}, + {-63, -25, -1000, 0x282f}, + {-36, -25, -1000, 0x24fd} + } +}; + +StandTile tile_2342 = { + 0x2e5018, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-12, 58, -1078, 0x0000}, + {-70, 58, -1078, 0x250d}, + {-12, 58, -1053, 0x0000} + } +}; + +StandTile tile_2343 = { + 0x2e4f1a, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-12, 58, -1053, 0x250d}, + {-70, 58, -1019, 0x2511}, + {-12, 58, -1032, 0x2515} + } +}; + +StandTile tile_2344 = { + 0x2e4f19, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-12, 58, -1053, 0x2505}, + {-70, 58, -1078, 0x0000}, + {-70, 58, -1019, 0x2509} + } +}; + +StandTile tile_2345 = { + 0x2e4e18, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-70, 58, -1019, 0x0000}, + {-12, 58, -1019, 0x0000}, + {-12, 58, -1032, 0x2509} + } +}; + +StandTile tile_2346 = { + 0x2e4d1a, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-12, 58, -1032, 0x2519}, + {-7, 58, -1053, 0x0000}, + {-12, 58, -1053, 0x2509} + } +}; + +StandTile tile_2347 = { + 0x2e4d19, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-12, 58, -1032, 0x0000}, + {-7, 58, -1032, 0x257d}, + {-7, 58, -1053, 0x2515} + } +}; + +StandTile tile_2348 = { + 0x316d1a, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {46, 58, -1000, 0x2521}, + {66, 50, -995, 0x0000}, + {70, 58, -1000, 0x254d} + } +}; + +StandTile tile_2349 = { + 0x316d19, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {46, 58, -1000, 0x0000}, + {49, 50, -995, 0x2525}, + {66, 50, -995, 0x251d} + } +}; + +StandTile tile_2350 = { + 0x2e781a, 0x4b, + 0x3, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {49, -25, -995, 0x2529}, + {66, 50, -995, 0x2521}, + {49, 50, -995, 0x0000} + } +}; + +StandTile tile_2351 = { + 0x2e7819, 0x4b, + 0x3, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {49, -25, -995, 0x2853}, + {66, -25, -995, 0x0000}, + {66, 50, -995, 0x2525} + } +}; + +StandTile tile_2352 = { + 0x2ec71a, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-100, 58, -1002, 0x2531}, + {-75, 58, -1078, 0x2539}, + {-100, 58, -1097, 0x0000} + } +}; + +StandTile tile_2353 = { + 0x2ec719, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-100, 58, -1002, 0x2535}, + {-75, 58, -1019, 0x0000}, + {-75, 58, -1078, 0x252d} + } +}; + +StandTile tile_2354 = { + 0x2ec618, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-70, 58, -1015, 0x0000}, + {-75, 58, -1019, 0x2531}, + {-100, 58, -1002, 0x2541} + } +}; + +StandTile tile_2355 = { + 0x2ec518, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-75, 58, -1078, 0x0000}, + {-70, 58, -1083, 0x2561}, + {-100, 58, -1097, 0x252d} + } +}; + +StandTile tile_2356 = { + 0x2ec41a, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-12, 58, -1015, 0x2541}, + {-100, 58, -1002, 0x0000}, + {-85, 58, -988, 0x2545} + } +}; + +StandTile tile_2357 = { + 0x2ec419, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-12, 58, -1015, 0x0000}, + {-70, 58, -1015, 0x2535}, + {-100, 58, -1002, 0x253d} + } +}; + +StandTile tile_2358 = { + 0x2ec31a, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-85, 58, -988, 0x2549}, + {46, 58, -1000, 0x254d}, + {-12, 58, -1015, 0x253d} + } +}; + +StandTile tile_2359 = { + 0x2ec319, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-85, 58, -988, 0x0000}, + {46, 58, -988, 0x0000}, + {46, 58, -1000, 0x2545} + } +}; + +StandTile tile_2360 = { + 0x2ec218, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {46, 58, -1000, 0x251d}, + {70, 58, -1000, 0x2559}, + {-12, 58, -1015, 0x2545} + } +}; + +StandTile tile_2361 = { + 0x2ec11a, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {70, 58, -988, 0x2555}, + {100, 58, -1002, 0x255d}, + {70, 58, -1000, 0x0000} + } +}; + +StandTile tile_2362 = { + 0x2ec119, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {70, 58, -988, 0x0000}, + {85, 58, -988, 0x0000}, + {100, 58, -1002, 0x2551} + } +}; + +StandTile tile_2363 = { + 0x2ec01a, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {70, 58, -1000, 0x255d}, + {100, 58, -1056, 0x258d}, + {-12, 58, -1015, 0x254d} + } +}; + +StandTile tile_2364 = { + 0x2ec019, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {70, 58, -1000, 0x2551}, + {100, 58, -1002, 0x0000}, + {100, 58, -1056, 0x2559} + } +}; + +StandTile tile_2365 = { + 0x2ebf1a, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {51, 58, -1112, 0x2565}, + {-100, 58, -1097, 0x2539}, + {-70, 58, -1083, 0x256d} + } +}; + +StandTile tile_2366 = { + 0x2ebf19, 0x4b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {51, 58, -1112, 0x0000}, + {-85, 58, -1112, 0x0000}, + {-100, 58, -1097, 0x2561} + } +}; + +StandTile tile_2367 = { + 0x2ebe1a, 0x4b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {85, 58, -1112, 0x256d}, + {-70, 58, -1083, 0x0000}, + {-12, 58, -1083, 0x2575} + } +}; + +StandTile tile_2368 = { + 0x2ebe19, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {85, 58, -1112, 0x0000}, + {51, 58, -1112, 0x2561}, + {-70, 58, -1083, 0x2569} + } +}; + +StandTile tile_2369 = { + 0x2ebd1a, 0x4b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {100, 58, -1097, 0x2575}, + {-12, 58, -1083, 0x0000}, + {-7, 58, -1078, 0x2579} + } +}; + +StandTile tile_2370 = { + 0x2ebd19, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {100, 58, -1097, 0x0000}, + {85, 58, -1112, 0x2569}, + {-12, 58, -1083, 0x2571} + } +}; + +StandTile tile_2371 = { + 0x328b18, 0x4b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {100, 58, -1097, 0x2571}, + {-7, 58, -1078, 0x0000}, + {-7, 58, -1053, 0x2581} + } +}; + +StandTile tile_2372 = { + 0x328a1a, 0x4b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {100, 58, -1070, 0x2581}, + {-7, 58, -1053, 0x2519}, + {-7, 58, -1032, 0x2585} + } +}; + +StandTile tile_2373 = { + 0x328a19, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {100, 58, -1070, 0x0000}, + {100, 58, -1097, 0x2579}, + {-7, 58, -1053, 0x257d} + } +}; + +StandTile tile_2374 = { + 0x2ebc18, 0x4b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {100, 58, -1070, 0x257d}, + {-7, 58, -1032, 0x0000}, + {-7, 58, -1019, 0x2589} + } +}; + +StandTile tile_2375 = { + 0x2ebb1a, 0x4b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-12, 58, -1015, 0x258d}, + {100, 58, -1070, 0x2585}, + {-7, 58, -1019, 0x0000} + } +}; + +StandTile tile_2376 = { + 0x2ebb19, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-12, 58, -1015, 0x2559}, + {100, 58, -1056, 0x0000}, + {100, 58, -1070, 0x2589} + } +}; + +StandTile tile_2377 = { + 0x33ae18, 0x49, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1400, -25, -772, 0x1c30}, + {1408, -25, -795, 0x0000}, + {1398, -25, -798, 0x2599} + } +}; + +StandTile tile_2378 = { + 0x33af1a, 0x49, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1310, -25, -740, 0x2599}, + {1398, -25, -798, 0x25b1}, + {1284, -25, -749, 0x25a1} + } +}; + +StandTile tile_2379 = { + 0x33af19, 0x49, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1310, -25, -740, 0x25a5}, + {1400, -25, -772, 0x2591}, + {1398, -25, -798, 0x2595} + } +}; + +StandTile tile_2380 = { + 0x33bc1a, 0x49, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1308, -25, -737, 0x25a1}, + {1284, -25, -749, 0x0000}, + {1283, -25, -746, 0x25b5} + } +}; + +StandTile tile_2381 = { + 0x33bc19, 0x49, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1308, -25, -737, 0x0000}, + {1310, -25, -740, 0x2595}, + {1284, -25, -749, 0x259d} + } +}; + +StandTile tile_2382 = { + 0x2f711a, 0x49, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1397, -25, -708, 0x25a9}, + {1400, -25, -772, 0x2599}, + {1310, -25, -740, 0x0000} + } +}; + +StandTile tile_2383 = { + 0x2f7119, 0x49, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1397, -25, -708, 0x0000}, + {1418, -25, -766, 0x0000}, + {1400, -25, -772, 0x25a5} + } +}; + +StandTile tile_2384 = { + 0x2f7018, 0x49, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1298, -25, -835, 0x0000}, + {1268, -25, -755, 0x0000}, + {1284, -25, -749, 0x25b1} + } +}; + +StandTile tile_2385 = { + 0x2f6f18, 0x49, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1398, -25, -798, 0x0000}, + {1298, -25, -835, 0x25ad}, + {1284, -25, -749, 0x2595} + } +}; + +StandTile tile_2386 = { + 0x33ad1a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1282, -25, -742, 0x25b9}, + {1308, -25, -737, 0x259d}, + {1283, -25, -746, 0x0000} + } +}; + +StandTile tile_2387 = { + 0x33ad19, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1282, -25, -742, 0x27e3}, + {1307, -25, -733, 0x0000}, + {1308, -25, -737, 0x25b5} + } +}; + +StandTile tile_2388 = { + 0x2fc018, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1357, 58, -798, 0x0000}, + {1302, 58, -818, 0x25c5}, + {1348, 58, -775, 0x0000} + } +}; + +StandTile tile_2389 = { + 0x2fbf1a, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1348, 58, -775, 0x25c5}, + {1282, 58, -763, 0x25c9}, + {1341, 58, -755, 0x25cd} + } +}; + +StandTile tile_2390 = { + 0x2fbf19, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1348, 58, -775, 0x25bd}, + {1302, 58, -818, 0x0000}, + {1282, 58, -763, 0x25c1} + } +}; + +StandTile tile_2391 = { + 0x2fbe18, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1282, 58, -763, 0x0000}, + {1337, 58, -743, 0x0000}, + {1341, 58, -755, 0x25c1} + } +}; + +StandTile tile_2392 = { + 0x2fbd1a, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1341, 58, -755, 0x25d1}, + {1353, 58, -773, 0x0000}, + {1348, 58, -775, 0x25c1} + } +}; + +StandTile tile_2393 = { + 0x2fbd19, 0x48, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1341, 58, -755, 0x0000}, + {1345, 58, -753, 0x2635}, + {1353, 58, -773, 0x25cd} + } +}; + +StandTile tile_2394 = { + 0x2fed1a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1385, 58, -705, 0x25d9}, + {1401, 50, -694, 0x0000}, + {1407, 58, -697, 0x2605} + } +}; + +StandTile tile_2395 = { + 0x2fed19, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1385, 58, -705, 0x0000}, + {1385, 50, -700, 0x25dd}, + {1401, 50, -694, 0x25d5} + } +}; + +StandTile tile_2396 = { + 0x2f691a, 0x48, + 0x3, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1385, -25, -700, 0x25e1}, + {1401, 50, -694, 0x25d9}, + {1385, 50, -700, 0x0000} + } +}; + +StandTile tile_2397 = { + 0x2f6919, 0x48, + 0x3, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1385, -25, -700, 0x27bf}, + {1401, -25, -694, 0x0000}, + {1401, 50, -694, 0x25dd} + } +}; + +StandTile tile_2398 = { + 0x2f601a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1249, 58, -757, 0x25e9}, + {1297, 58, -820, 0x25f1}, + {1281, 58, -846, 0x0000} + } +}; + +StandTile tile_2399 = { + 0x2f6019, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1249, 58, -757, 0x25ed}, + {1277, 58, -765, 0x0000}, + {1297, 58, -820, 0x25e5} + } +}; + +StandTile tile_2400 = { + 0x2f5f18, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1280, 58, -759, 0x0000}, + {1277, 58, -765, 0x25e9}, + {1249, 58, -757, 0x25f9} + } +}; + +StandTile tile_2401 = { + 0x2f5e18, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1297, 58, -820, 0x0000}, + {1303, 58, -823, 0x2619}, + {1281, 58, -846, 0x25e5} + } +}; + +StandTile tile_2402 = { + 0x2f5d1a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1335, 58, -739, 0x25f9}, + {1249, 58, -757, 0x0000}, + {1257, 58, -739, 0x25fd} + } +}; + +StandTile tile_2403 = { + 0x2f5d19, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1335, 58, -739, 0x0000}, + {1280, 58, -759, 0x25ed}, + {1249, 58, -757, 0x25f5} + } +}; + +StandTile tile_2404 = { + 0x2f5c1a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1257, 58, -739, 0x2601}, + {1385, 58, -705, 0x2605}, + {1335, 58, -739, 0x25f5} + } +}; + +StandTile tile_2405 = { + 0x2f5c19, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1257, 58, -739, 0x0000}, + {1380, 58, -693, 0x0000}, + {1385, 58, -705, 0x25fd} + } +}; + +StandTile tile_2406 = { + 0x2f5b18, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1385, 58, -705, 0x25d5}, + {1407, 58, -697, 0x2611}, + {1335, 58, -739, 0x25fd} + } +}; + +StandTile tile_2407 = { + 0x2f5a1a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1403, 58, -685, 0x260d}, + {1436, 58, -689, 0x2615}, + {1407, 58, -697, 0x0000} + } +}; + +StandTile tile_2408 = { + 0x2f5a19, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1403, 58, -685, 0x0000}, + {1417, 58, -680, 0x0000}, + {1436, 58, -689, 0x2609} + } +}; + +StandTile tile_2409 = { + 0x2f591a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1407, 58, -697, 0x2615}, + {1454, 58, -739, 0x2645}, + {1335, 58, -739, 0x2605} + } +}; + +StandTile tile_2410 = { + 0x2f5919, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1407, 58, -697, 0x2609}, + {1436, 58, -689, 0x0000}, + {1454, 58, -739, 0x2611} + } +}; + +StandTile tile_2411 = { + 0x2f581a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1428, 58, -808, 0x261d}, + {1281, 58, -846, 0x25f1}, + {1303, 58, -823, 0x2625} + } +}; + +StandTile tile_2412 = { + 0x2f5819, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1428, 58, -808, 0x0000}, + {1300, 58, -855, 0x0000}, + {1281, 58, -846, 0x2619} + } +}; + +StandTile tile_2413 = { + 0x2f571a, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1460, 58, -797, 0x2625}, + {1303, 58, -823, 0x0000}, + {1358, 58, -803, 0x262d} + } +}; + +StandTile tile_2414 = { + 0x2f5719, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1460, 58, -797, 0x0000}, + {1428, 58, -808, 0x2619}, + {1303, 58, -823, 0x2621} + } +}; + +StandTile tile_2415 = { + 0x2f561a, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1468, 58, -778, 0x262d}, + {1358, 58, -803, 0x0000}, + {1361, 58, -796, 0x2631} + } +}; + +StandTile tile_2416 = { + 0x2f5619, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1468, 58, -778, 0x0000}, + {1460, 58, -797, 0x2621}, + {1358, 58, -803, 0x2629} + } +}; + +StandTile tile_2417 = { + 0x328d18, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1468, 58, -778, 0x2629}, + {1361, 58, -796, 0x0000}, + {1353, 58, -773, 0x2639} + } +}; + +StandTile tile_2418 = { + 0x328c1a, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1459, 58, -753, 0x2639}, + {1353, 58, -773, 0x25d1}, + {1345, 58, -753, 0x263d} + } +}; + +StandTile tile_2419 = { + 0x328c19, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1459, 58, -753, 0x0000}, + {1468, 58, -778, 0x2631}, + {1353, 58, -773, 0x2635} + } +}; + +StandTile tile_2420 = { + 0x2f5518, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1459, 58, -753, 0x2635}, + {1345, 58, -753, 0x0000}, + {1341, 58, -742, 0x2641} + } +}; + +StandTile tile_2421 = { + 0x2f541a, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1335, 58, -739, 0x2645}, + {1459, 58, -753, 0x263d}, + {1341, 58, -742, 0x0000} + } +}; + +StandTile tile_2422 = { + 0x2f5419, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1335, 58, -739, 0x2611}, + {1454, 58, -739, 0x0000}, + {1459, 58, -753, 0x2641} + } +}; + +StandTile tile_2423 = { + 0x2e6712, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-87, -25, -1000, 0x264d}, + {-94, -25, -981, 0x265d}, + {-88, -25, -981, 0x2837} + } +}; + +StandTile tile_2424 = { + 0x2e6711, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-87, -25, -1000, 0x2655}, + {-94, -25, -1000, 0x2665}, + {-94, -25, -981, 0x2649} + } +}; + +StandTile tile_2425 = { + 0x2e6612, 0x47, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-94, -150, -1000, 0x2655}, + {-87, -25, -1000, 0x0000}, + {-88, -150, -1000, 0x26c3} + } +}; + +StandTile tile_2426 = { + 0x2e6611, 0x47, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-94, -150, -1000, 0x2661}, + {-94, -25, -1000, 0x264d}, + {-87, -25, -1000, 0x2651} + } +}; + +StandTile tile_2427 = { + 0x2e6512, 0x47, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-87, -150, -981, 0x265d}, + {-94, -25, -981, 0x2665}, + {-94, -150, -981, 0x0000} + } +}; + +StandTile tile_2428 = { + 0x2e6511, 0x47, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-87, -150, -981, 0x0000}, + {-88, -25, -981, 0x2649}, + {-94, -25, -981, 0x2659} + } +}; + +StandTile tile_2429 = { + 0x2e6412, 0x47, + 0x3, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-94, -150, -981, 0x2665}, + {-94, -25, -1000, 0x2655}, + {-94, -150, -1000, 0x26ab} + } +}; + +StandTile tile_2430 = { + 0x2e6411, 0x47, + 0x3, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-94, -150, -981, 0x2659}, + {-94, -25, -981, 0x264d}, + {-94, -25, -1000, 0x2661} + } +}; + +StandTile tile_2431 = { + 0x2cfa10, 0x47, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {208, -150, -1014, 0x2687}, + {87, -150, -981, 0x266d}, + {211, -150, -992, 0x26a3} + } +}; + +StandTile tile_2432 = { + 0x2cc710, 0x47, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {87, -150, -981, 0x0000}, + {213, -150, -965, 0x2671}, + {211, -150, -992, 0x2669} + } +}; + +StandTile tile_2433 = { + 0x2cf913, 0x47, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {213, -150, -965, 0x2675}, + {487, -150, -1015, 0x26a3}, + {211, -150, -992, 0x266d} + } +}; + +StandTile tile_2434 = { + 0x2cf912, 0x47, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {213, -150, -965, 0x2679}, + {563, -150, -999, 0x0000}, + {487, -150, -1015, 0x2671} + } +}; + +StandTile tile_2435 = { + 0x2cf911, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {213, -150, -965, 0x0000}, + {544, -150, -921, 0x0000}, + {563, -150, -999, 0x2675} + } +}; + +StandTile tile_2436 = { + 0x2ccc10, 0x47, + 0x0, + 0x6, 0x6, 0x6, + 5, + 0x0, 0x1, 0x2, + { + {88, -150, -1100, 0x268f}, + {111, -150, -1149, 0x26cb}, + {-87, -150, -1100, 0x0000}, + {-44, -150, -1100, 0x1f5d}, + {-19, -150, -1100, 0x0000} + } +}; + +StandTile tile_2437 = { + 0x2cca10, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {301, -150, -1198, 0x2697}, + {370, -150, -1198, 0x0000}, + {369, -150, -1216, 0x26d7} + } +}; + +StandTile tile_2438 = { + 0x2cfb12, 0x47, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {487, -150, -1198, 0x268b}, + {87, -150, -981, 0x2669}, + {208, -150, -1014, 0x269f} + } +}; + +StandTile tile_2439 = { + 0x2cfb11, 0x47, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {487, -150, -1198, 0x0000}, + {370, -150, -1198, 0x269b}, + {87, -150, -981, 0x2687} + } +}; + +StandTile tile_2440 = { + 0x2cc510, 0x47, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {88, -150, -1100, 0x2697}, + {301, -150, -1198, 0x2693}, + {111, -150, -1149, 0x267d} + } +}; + +StandTile tile_2441 = { + 0x2cce10, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {301, -150, -1198, 0x26d7}, + {135, -150, -1198, 0x26b3}, + {111, -150, -1149, 0x268f} + } +}; + +StandTile tile_2442 = { + 0x2cc912, 0x47, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {88, -150, -1100, 0x269b}, + {370, -150, -1198, 0x2683}, + {301, -150, -1198, 0x268f} + } +}; + +StandTile tile_2443 = { + 0x2cc911, 0x47, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {88, -150, -1100, 0x0000}, + {87, -150, -981, 0x268b}, + {370, -150, -1198, 0x2697} + } +}; + +StandTile tile_2444 = { + 0x2cc810, 0x47, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {487, -150, -1084, 0x0000}, + {487, -150, -1198, 0x2687}, + {208, -150, -1014, 0x26a7} + } +}; + +StandTile tile_2445 = { + 0x2cc612, 0x47, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {487, -150, -1015, 0x26a7}, + {208, -150, -1014, 0x2669}, + {211, -150, -992, 0x2671} + } +}; + +StandTile tile_2446 = { + 0x2cc611, 0x47, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {487, -150, -1015, 0x0000}, + {487, -150, -1084, 0x269f}, + {208, -150, -1014, 0x26a3} + } +}; + +StandTile tile_2447 = { + 0x2c5010, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-125, -150, -1011, 0x26db}, + {-94, -150, -981, 0x2661}, + {-94, -150, -1000, 0x26c7} + } +}; + +StandTile tile_2448 = { + 0x251812, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {111, -150, -1149, 0x26b3}, + {-163, -150, -1198, 0x26bb}, + {-125, -150, -1149, 0x26cb} + } +}; + +StandTile tile_2449 = { + 0x251811, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {111, -150, -1149, 0x2693}, + {135, -150, -1198, 0x0000}, + {-163, -150, -1198, 0x26af} + } +}; + +StandTile tile_2450 = { + 0x251712, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-125, -150, -1149, 0x26bb}, + {-163, -150, -1041, 0x26e7}, + {-125, -150, -1011, 0x26c7} + } +}; + +StandTile tile_2451 = { + 0x251711, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-125, -150, -1149, 0x26af}, + {-163, -150, -1198, 0x0000}, + {-163, -150, -1041, 0x26b7} + } +}; + +StandTile tile_2452 = { + 0x2c3712, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-94, -150, -1000, 0x26c3}, + {-87, -150, -1100, 0x26cb}, + {-125, -150, -1149, 0x26c7} + } +}; + +StandTile tile_2453 = { + 0x2c3711, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-94, -150, -1000, 0x2651}, + {-88, -150, -1000, 0x0000}, + {-87, -150, -1100, 0x26bf} + } +}; + +StandTile tile_2454 = { + 0x2c3810, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-125, -150, -1149, 0x26b7}, + {-125, -150, -1011, 0x26ab}, + {-94, -150, -1000, 0x26bf} + } +}; + +StandTile tile_2455 = { + 0x2ccd10, 0x47, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {111, -150, -1149, 0x26af}, + {-125, -150, -1149, 0x26bf}, + {-87, -150, -1100, 0x267d} + } +}; + +StandTile tile_2456 = { + 0x0bb610, 0x47, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {135, -150, -1198, 0x26d3}, + {369, -150, -1752, 0x0000}, + {135, -150, -1753, 0x0000} + } +}; + +StandTile tile_2457 = { + 0x2cd812, 0x47, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {135, -150, -1198, 0x26d7}, + {369, -150, -1216, 0x0000}, + {369, -150, -1752, 0x26cf} + } +}; + +StandTile tile_2458 = { + 0x2cd811, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {135, -150, -1198, 0x2693}, + {301, -150, -1198, 0x2683}, + {369, -150, -1216, 0x26d3} + } +}; + +StandTile tile_2459 = { + 0x2c3912, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-552, -150, -957, 0x26df}, + {-94, -150, -981, 0x26ab}, + {-125, -150, -1011, 0x26e3} + } +}; + +StandTile tile_2460 = { + 0x2c3911, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-552, -150, -957, 0x26f7}, + {-545, -150, -921, 0x0000}, + {-94, -150, -981, 0x26db} + } +}; + +StandTile tile_2461 = { + 0x251612, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-125, -150, -1011, 0x26e7}, + {-560, -150, -993, 0x26ef}, + {-552, -150, -957, 0x26db} + } +}; + +StandTile tile_2462 = { + 0x251611, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-125, -150, -1011, 0x26b7}, + {-163, -150, -1041, 0x0000}, + {-560, -150, -993, 0x26e3} + } +}; + +StandTile tile_2463 = { + 0x251512, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-552, -150, -957, 0x26ef}, + {-1084, -150, -870, 0x2763}, + {-1074, -150, -834, 0x26f7} + } +}; + +StandTile tile_2464 = { + 0x251511, 0x47, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-552, -150, -957, 0x26e3}, + {-560, -150, -993, 0x0000}, + {-1084, -150, -870, 0x26eb} + } +}; + +StandTile tile_2465 = { + 0x0baf12, 0x47, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-545, -150, -921, 0x26f7}, + {-1074, -150, -834, 0x275b}, + {-1065, -150, -799, 0x0000} + } +}; + +StandTile tile_2466 = { + 0x0baf11, 0x47, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-545, -150, -921, 0x26df}, + {-552, -150, -957, 0x26eb}, + {-1074, -150, -834, 0x26f3} + } +}; + +StandTile tile_2467 = { + 0x2e6a12, 0x45, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1428, -150, -689, 0x26ff}, + {-1423, -25, -691, 0x0000}, + {-1423, -150, -691, 0x2743} + } +}; + +StandTile tile_2468 = { + 0x2e6a11, 0x45, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1428, -150, -689, 0x270b}, + {-1428, -25, -689, 0x289f}, + {-1423, -25, -691, 0x26fb} + } +}; + +StandTile tile_2469 = { + 0x2e6912, 0x45, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1418, -150, -677, 0x2707}, + {-1424, -25, -674, 0x270f}, + {-1424, -150, -674, 0x0000} + } +}; + +StandTile tile_2470 = { + 0x2e6911, 0x45, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1418, -150, -677, 0x0000}, + {-1418, -25, -677, 0x289b}, + {-1424, -25, -674, 0x2703} + } +}; + +StandTile tile_2471 = { + 0x2e6812, 0x45, + 0x3, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1424, -150, -674, 0x270f}, + {-1428, -25, -689, 0x26ff}, + {-1428, -150, -689, 0x27a3} + } +}; + +StandTile tile_2472 = { + 0x2e6811, 0x45, + 0x3, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1424, -150, -674, 0x2703}, + {-1424, -25, -674, 0x289b}, + {-1428, -25, -689, 0x270b} + } +}; + +StandTile tile_2473 = { + 0x2cd710, 0x45, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2131, -150, -397, 0x0000}, + {-2131, -150, -352, 0x271b}, + {-2032, -150, -446, 0x2723} + } +}; + +StandTile tile_2474 = { + 0x2cf712, 0x45, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1933, -150, -492, 0x271b}, + {-2131, -150, -352, 0x0000}, + {-1934, -150, -445, 0x2737} + } +}; + +StandTile tile_2475 = { + 0x2cf711, 0x45, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1933, -150, -492, 0x271f}, + {-2032, -150, -446, 0x2713}, + {-2131, -150, -352, 0x2717} + } +}; + +StandTile tile_2476 = { + 0x2cf810, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1932, -150, -540, 0x272b}, + {-2032, -150, -446, 0x271b}, + {-1933, -150, -492, 0x272f} + } +}; + +StandTile tile_2477 = { + 0x251c10, 0x45, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2131, -150, -1052, 0x0000}, + {-2131, -150, -397, 0x2713}, + {-2032, -150, -446, 0x2727} + } +}; + +StandTile tile_2478 = { + 0x251b10, 0x45, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1931, -150, -1052, 0x0000}, + {-2131, -150, -1052, 0x2723}, + {-2032, -150, -446, 0x272b} + } +}; + +StandTile tile_2479 = { + 0x0ba810, 0x45, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1932, -150, -540, 0x0000}, + {-1931, -150, -1052, 0x2727}, + {-2032, -150, -446, 0x271f} + } +}; + +StandTile tile_2480 = { + 0x250f12, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1597, -150, -646, 0x2733}, + {-1932, -150, -540, 0x271f}, + {-1933, -150, -492, 0x273b} + } +}; + +StandTile tile_2481 = { + 0x250f11, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1597, -150, -646, 0x2787}, + {-1611, -150, -684, 0x0000}, + {-1932, -150, -540, 0x272f} + } +}; + +StandTile tile_2482 = { + 0x0ba912, 0x45, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1584, -150, -609, 0x273b}, + {-1933, -150, -492, 0x2717}, + {-1934, -150, -445, 0x0000} + } +}; + +StandTile tile_2483 = { + 0x0ba911, 0x45, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1584, -150, -609, 0x2793}, + {-1597, -150, -646, 0x272f}, + {-1933, -150, -492, 0x2737} + } +}; + +StandTile tile_2484 = { + 0x2c3112, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1509, -150, -814, 0x2743}, + {-1423, -150, -691, 0x0000}, + {-1458, -150, -785, 0x27a7} + } +}; + +StandTile tile_2485 = { + 0x2c3111, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1509, -150, -814, 0x279f}, + {-1428, -150, -689, 0x26fb}, + {-1423, -150, -691, 0x273f} + } +}; + +StandTile tile_2486 = { + 0x0bad12, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1253, -150, -733, 0x274b}, + {-1271, -150, -902, 0x2777}, + {-1293, -150, -845, 0x0000} + } +}; + +StandTile tile_2487 = { + 0x0bad11, 0x45, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1253, -150, -733, 0x2757}, + {-1229, -150, -778, 0x274f}, + {-1271, -150, -902, 0x2747} + } +}; + +StandTile tile_2488 = { + 0x251312, 0x45, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1229, -150, -778, 0x2753}, + {-1248, -150, -960, 0x2783}, + {-1271, -150, -902, 0x274b} + } +}; + +StandTile tile_2489 = { + 0x251311, 0x45, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1229, -150, -778, 0x275f}, + {-1204, -150, -822, 0x0000}, + {-1248, -150, -960, 0x274f} + } +}; + +StandTile tile_2490 = { + 0x0bae12, 0x45, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1065, -150, -799, 0x275b}, + {-1229, -150, -778, 0x274b}, + {-1253, -150, -733, 0x0000} + } +}; + +StandTile tile_2491 = { + 0x0bae11, 0x45, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1065, -150, -799, 0x26f3}, + {-1074, -150, -834, 0x275f}, + {-1229, -150, -778, 0x2757} + } +}; + +StandTile tile_2492 = { + 0x251412, 0x45, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1074, -150, -834, 0x2763}, + {-1204, -150, -822, 0x2753}, + {-1229, -150, -778, 0x275b} + } +}; + +StandTile tile_2493 = { + 0x251411, 0x45, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1074, -150, -834, 0x26eb}, + {-1084, -150, -870, 0x0000}, + {-1204, -150, -822, 0x275f} + } +}; + +StandTile tile_2494 = { + 0x2cd412, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1298, -150, -941, 0x276b}, + {-1509, -150, -814, 0x27a7}, + {-1381, -150, -861, 0x277f} + } +}; + +StandTile tile_2495 = { + 0x2cd411, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1298, -150, -941, 0x0000}, + {-1561, -150, -843, 0x279b}, + {-1509, -150, -814, 0x2767} + } +}; + +StandTile tile_2496 = { + 0x2cd312, 0x45, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1458, -150, -785, 0x2773}, + {-1271, -150, -902, 0x277f}, + {-1381, -150, -861, 0x27a7} + } +}; + +StandTile tile_2497 = { + 0x2cd311, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1458, -150, -785, 0x0000}, + {-1358, -150, -821, 0x277b}, + {-1271, -150, -902, 0x276f} + } +}; + +StandTile tile_2498 = { + 0x0bac10, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1293, -150, -845, 0x2747}, + {-1271, -150, -902, 0x277b}, + {-1335, -150, -830, 0x0000} + } +}; + +StandTile tile_2499 = { + 0x2c5110, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1271, -150, -902, 0x2773}, + {-1358, -150, -821, 0x225b}, + {-1335, -150, -830, 0x2777} + } +}; + +StandTile tile_2500 = { + 0x251212, 0x45, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1271, -150, -902, 0x2783}, + {-1298, -150, -941, 0x2767}, + {-1381, -150, -861, 0x276f} + } +}; + +StandTile tile_2501 = { + 0x251211, 0x45, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1271, -150, -902, 0x274f}, + {-1248, -150, -960, 0x0000}, + {-1298, -150, -941, 0x277f} + } +}; + +StandTile tile_2502 = { + 0x251012, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1468, -150, -696, 0x278b}, + {-1611, -150, -684, 0x2733}, + {-1597, -150, -646, 0x2793} + } +}; + +StandTile tile_2503 = { + 0x251011, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1468, -150, -696, 0x2797}, + {-1518, -150, -718, 0x0000}, + {-1611, -150, -684, 0x2787} + } +}; + +StandTile tile_2504 = { + 0x2cbc10, 0x45, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1584, -150, -609, 0x0000}, + {-1424, -150, -674, 0x27a3}, + {-1468, -150, -696, 0x2793} + } +}; + +StandTile tile_2505 = { + 0x2cbe10, 0x45, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1597, -150, -646, 0x273b}, + {-1584, -150, -609, 0x278f}, + {-1468, -150, -696, 0x2787} + } +}; + +StandTile tile_2506 = { + 0x251112, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1509, -150, -814, 0x279b}, + {-1518, -150, -718, 0x278b}, + {-1468, -150, -696, 0x279f} + } +}; + +StandTile tile_2507 = { + 0x251111, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1509, -150, -814, 0x276b}, + {-1561, -150, -843, 0x0000}, + {-1518, -150, -718, 0x2797} + } +}; + +StandTile tile_2508 = { + 0x2c3210, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1509, -150, -814, 0x2797}, + {-1468, -150, -696, 0x27a3}, + {-1428, -150, -689, 0x2743} + } +}; + +StandTile tile_2509 = { + 0x2c4f10, 0x45, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1468, -150, -696, 0x278f}, + {-1424, -150, -674, 0x270b}, + {-1428, -150, -689, 0x279f} + } +}; + +StandTile tile_2510 = { + 0x2cd010, 0x45, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1509, -150, -814, 0x273f}, + {-1458, -150, -785, 0x276f}, + {-1381, -150, -861, 0x2767} + } +}; + +StandTile tile_2511 = { + 0x2dd610, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1325, -25, -637, 0x27af}, + {1313, -25, -642, 0x27b7}, + {1327, -25, -632, 0x2813} + } +}; + +StandTile tile_2512 = { + 0x2dd710, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1319, -25, -641, 0x27ff}, + {1313, -25, -642, 0x27ab}, + {1325, -25, -637, 0x27ef} + } +}; + +StandTile tile_2513 = { + 0x2dd410, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1307, -25, -639, 0x27bb}, + {1327, -25, -625, 0x2817}, + {1327, -25, -632, 0x27b7} + } +}; + +StandTile tile_2514 = { + 0x2dd510, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1313, -25, -642, 0x280f}, + {1307, -25, -639, 0x27b3}, + {1327, -25, -632, 0x27ab} + } +}; + +StandTile tile_2515 = { + 0x2dd310, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1327, -25, -625, 0x27b3}, + {1307, -25, -639, 0x280b}, + {1303, -25, -634, 0x2ad1} + } +}; + +StandTile tile_2516 = { + 0x2d2612, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1385, -25, -700, 0x27c3}, + {1395, -25, -648, 0x27cb}, + {1401, -25, -694, 0x25e1} + } +}; + +StandTile tile_2517 = { + 0x2d2611, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1385, -25, -700, 0x27d3}, + {1289, -25, -687, 0x27eb}, + {1395, -25, -648, 0x27bf} + } +}; + +StandTile tile_2518 = { + 0x2d2512, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1401, -25, -694, 0x27cb}, + {1423, -25, -691, 0x0000}, + {1406, -25, -697, 0x0000} + } +}; + +StandTile tile_2519 = { + 0x2d2511, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1401, -25, -694, 0x27bf}, + {1395, -25, -648, 0x27df}, + {1423, -25, -691, 0x27c7} + } +}; + +StandTile tile_2520 = { + 0x2d2412, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1307, -25, -733, 0x27d3}, + {1385, -25, -700, 0x0000}, + {1388, -25, -704, 0x0000} + } +}; + +StandTile tile_2521 = { + 0x2d2411, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1307, -25, -733, 0x27e3}, + {1289, -25, -687, 0x27c3}, + {1385, -25, -700, 0x27cf} + } +}; + +StandTile tile_2522 = { + 0x2d2310, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1259, -25, -751, 0x27e7}, + {1254, -25, -700, 0x2807}, + {1289, -25, -687, 0x27db} + } +}; + +StandTile tile_2523 = { + 0x2d2210, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1282, -25, -742, 0x0000}, + {1259, -25, -751, 0x27d7}, + {1289, -25, -687, 0x27e3} + } +}; + +StandTile tile_2524 = { + 0x2d1f10, 0x44, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1406, -25, -644, 0x0000}, + {1423, -25, -691, 0x27cb}, + {1395, -25, -648, 0x0000} + } +}; + +StandTile tile_2525 = { + 0x2d1e10, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1307, -25, -733, 0x25b9}, + {1282, -25, -742, 0x27db}, + {1289, -25, -687, 0x27d3} + } +}; + +StandTile tile_2526 = { + 0x2d1d10, 0x44, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1259, -25, -751, 0x0000}, + {1242, -25, -704, 0x0000}, + {1254, -25, -700, 0x27d7} + } +}; + +StandTile tile_2527 = { + 0x03cf10, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1289, -25, -687, 0x27f3}, + {1335, -25, -646, 0x27f7}, + {1395, -25, -648, 0x27c3} + } +}; + +StandTile tile_2528 = { + 0x2cc112, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1335, -25, -646, 0x27f3}, + {1319, -25, -641, 0x27af}, + {1325, -25, -637, 0x27fb} + } +}; + +StandTile tile_2529 = { + 0x2cc111, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1335, -25, -646, 0x27eb}, + {1289, -25, -687, 0x27ff}, + {1319, -25, -641, 0x27ef} + } +}; + +StandTile tile_2530 = { + 0x2cc010, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1335, -25, -646, 0x27fb}, + {1381, -25, -606, 0x0000}, + {1395, -25, -648, 0x27eb} + } +}; + +StandTile tile_2531 = { + 0x2cbf10, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1381, -25, -606, 0x27f7}, + {1335, -25, -646, 0x27ef}, + {1325, -25, -637, 0x2813} + } +}; + +StandTile tile_2532 = { + 0x1e0a10, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1289, -25, -687, 0x280f}, + {1313, -25, -642, 0x27af}, + {1319, -25, -641, 0x27f3} + } +}; + +StandTile tile_2533 = { + 0x1e0410, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1238, -25, -656, 0x280b}, + {1307, -25, -639, 0x280f}, + {1289, -25, -687, 0x2807} + } +}; + +StandTile tile_2534 = { + 0x03ce10, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1238, -25, -656, 0x2803}, + {1289, -25, -687, 0x27d7}, + {1254, -25, -700, 0x0000} + } +}; + +StandTile tile_2535 = { + 0x1e0b10, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1238, -25, -656, 0x2b51}, + {1303, -25, -634, 0x27bb}, + {1307, -25, -639, 0x2803} + } +}; + +StandTile tile_2536 = { + 0x1e1210, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1289, -25, -687, 0x2803}, + {1307, -25, -639, 0x27b7}, + {1313, -25, -642, 0x27ff} + } +}; + +StandTile tile_2537 = { + 0x1e1510, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1381, -25, -606, 0x27fb}, + {1325, -25, -637, 0x27ab}, + {1327, -25, -632, 0x2817} + } +}; + +StandTile tile_2538 = { + 0x1e0f10, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1381, -25, -606, 0x2813}, + {1327, -25, -632, 0x27b3}, + {1327, -25, -625, 0x2b59} + } +}; + +StandTile tile_2539 = { + 0x2dda10, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {13, -25, -911, 0x281f}, + {-5, -25, -906, 0x2a15}, + {17, -25, -906, 0x285b} + } +}; + +StandTile tile_2540 = { + 0x2dd910, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {13, -25, -911, 0x2823}, + {0, -25, -911, 0x286f}, + {-5, -25, -906, 0x281b} + } +}; + +StandTile tile_2541 = { + 0x2dd810, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, -25, -911, 0x281f}, + {13, -25, -911, 0x285f}, + {6, -25, -912, 0x286b} + } +}; + +StandTile tile_2542 = { + 0x2d1510, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {88, -25, -950, 0x0000}, + {88, -25, -1000, 0x284b}, + {75, -25, -950, 0x0000} + } +}; + +StandTile tile_2543 = { + 0x2d1312, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-37, -25, -950, 0x282f}, + {-63, -25, -1000, 0x2833}, + {-75, -25, -950, 0x2867} + } +}; + +StandTile tile_2544 = { + 0x2d1311, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-37, -25, -950, 0x2843}, + {-36, -25, -1000, 0x2501}, + {-63, -25, -1000, 0x282b} + } +}; + +StandTile tile_2545 = { + 0x2d1212, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-63, -25, -1000, 0x2837}, + {-88, -25, -981, 0x283b}, + {-75, -25, -950, 0x282b} + } +}; + +StandTile tile_2546 = { + 0x2d1211, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-63, -25, -1000, 0x0000}, + {-87, -25, -1000, 0x2649}, + {-88, -25, -981, 0x2833} + } +}; + +StandTile tile_2547 = { + 0x2d1110, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-88, -25, -981, 0x0000}, + {-87, -25, -950, 0x0000}, + {-75, -25, -950, 0x2833} + } +}; + +StandTile tile_2548 = { + 0x2d1012, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-36, -25, -1000, 0x2843}, + {49, -25, -995, 0x0000}, + {44, -25, -1000, 0x0000} + } +}; + +StandTile tile_2549 = { + 0x2d1011, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-36, -25, -1000, 0x282f}, + {-37, -25, -950, 0x284f}, + {49, -25, -995, 0x283f} + } +}; + +StandTile tile_2550 = { + 0x2d0f10, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {88, -25, -1000, 0x0000}, + {69, -25, -1000, 0x0000}, + {66, -25, -995, 0x284b} + } +}; + +StandTile tile_2551 = { + 0x2d0e10, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {75, -25, -950, 0x2827}, + {88, -25, -1000, 0x2847}, + {66, -25, -995, 0x2853} + } +}; + +StandTile tile_2552 = { + 0x2d0d12, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {75, -25, -950, 0x2853}, + {49, -25, -995, 0x2843}, + {-37, -25, -950, 0x2863} + } +}; + +StandTile tile_2553 = { + 0x2d0d11, 0x43, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {75, -25, -950, 0x284b}, + {66, -25, -995, 0x2529}, + {49, -25, -995, 0x284f} + } +}; + +StandTile tile_2554 = { + 0x0fc510, 0x43, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {17, -25, -906, 0x2a65}, + {75, -25, -906, 0x0000}, + {75, -25, -950, 0x285b} + } +}; + +StandTile tile_2555 = { + 0x0fd310, 0x43, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {13, -25, -911, 0x281b}, + {17, -25, -906, 0x2857}, + {75, -25, -950, 0x285f} + } +}; + +StandTile tile_2556 = { + 0x0fca10, 0x43, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {6, -25, -912, 0x2823}, + {13, -25, -911, 0x285b}, + {75, -25, -950, 0x2863} + } +}; + +StandTile tile_2557 = { + 0x24e710, 0x43, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {6, -25, -912, 0x285f}, + {75, -25, -950, 0x284f}, + {-37, -25, -950, 0x2867} + } +}; + +StandTile tile_2558 = { + 0x0fc310, 0x43, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-75, -25, -950, 0x286b}, + {6, -25, -912, 0x2863}, + {-37, -25, -950, 0x282b} + } +}; + +StandTile tile_2559 = { + 0x0fc910, 0x43, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-75, -25, -950, 0x286f}, + {0, -25, -911, 0x2823}, + {6, -25, -912, 0x2867} + } +}; + +StandTile tile_2560 = { + 0x0fd210, 0x43, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-75, -25, -950, 0x2873}, + {-5, -25, -906, 0x281f}, + {0, -25, -911, 0x286b} + } +}; + +StandTile tile_2561 = { + 0x0fc410, 0x43, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-75, -25, -950, 0x0000}, + {-75, -25, -906, 0x2a4d}, + {-5, -25, -906, 0x286f} + } +}; + +StandTile tile_2562 = { + 0x2de410, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1305, -25, -634, 0x28cc}, + {-1311, -25, -637, 0x287b}, + {-1325, -25, -627, 0x292d} + } +}; + +StandTile tile_2563 = { + 0x2de310, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1325, -25, -627, 0x2877}, + {-1311, -25, -637, 0x287f}, + {-1322, -25, -633, 0x28b8} + } +}; + +StandTile tile_2564 = { + 0x2de210, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1311, -25, -637, 0x28c8}, + {-1317, -25, -636, 0x28c4}, + {-1322, -25, -633, 0x287b} + } +}; + +StandTile tile_2565 = { + 0x2d0b12, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1289, -25, -687, 0x2887}, + {-1388, -25, -704, 0x0000}, + {-1391, -25, -700, 0x288f} + } +}; + +StandTile tile_2566 = { + 0x2d0b11, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1289, -25, -687, 0x28a8}, + {-1307, -25, -733, 0x0000}, + {-1388, -25, -704, 0x2883} + } +}; + +StandTile tile_2567 = { + 0x2d0a12, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1395, -25, -648, 0x288f}, + {-1391, -25, -700, 0x2455}, + {-1407, -25, -694, 0x2897} + } +}; + +StandTile tile_2568 = { + 0x2d0a11, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1395, -25, -648, 0x28bc}, + {-1289, -25, -687, 0x2883}, + {-1391, -25, -700, 0x288b} + } +}; + +StandTile tile_2569 = { + 0x2d0910, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1408, -25, -696, 0x0000}, + {-1423, -25, -691, 0x2897}, + {-1407, -25, -694, 0x0000} + } +}; + +StandTile tile_2570 = { + 0x2d0810, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1423, -25, -691, 0x28a3}, + {-1395, -25, -648, 0x288b}, + {-1407, -25, -694, 0x2893} + } +}; + +StandTile tile_2571 = { + 0x2d0712, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1418, -25, -677, 0x289f}, + {-1428, -25, -689, 0x270f}, + {-1424, -25, -674, 0x2707} + } +}; + +StandTile tile_2572 = { + 0x2d0711, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1418, -25, -677, 0x28a3}, + {-1423, -25, -691, 0x26ff}, + {-1428, -25, -689, 0x289b} + } +}; + +StandTile tile_2573 = { + 0x2d0410, 0x42, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {-1423, -25, -691, 0x289f}, + {-1418, -25, -677, 0x0000}, + {-1406, -25, -644, 0x0000}, + {-1395, -25, -648, 0x2897} + } +}; + +StandTile tile_2574 = { + 0x2d0310, 0x42, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1289, -25, -687, 0x28ac}, + {-1282, -25, -742, 0x2449}, + {-1307, -25, -733, 0x2887} + } +}; + +StandTile tile_2575 = { + 0x2d0210, 0x42, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1259, -25, -751, 0x0000}, + {-1282, -25, -742, 0x28a8}, + {-1289, -25, -687, 0x28b0} + } +}; + +StandTile tile_2576 = { + 0x2d0110, 0x42, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1259, -25, -751, 0x28ac}, + {-1289, -25, -687, 0x28d4}, + {-1254, -25, -700, 0x28b4} + } +}; + +StandTile tile_2577 = { + 0x2d0010, 0x42, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1242, -25, -704, 0x0000}, + {-1259, -25, -751, 0x28b0}, + {-1254, -25, -700, 0x0000} + } +}; + +StandTile tile_2578 = { + 0x1dba10, 0x42, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1381, -25, -606, 0x2999}, + {-1325, -25, -627, 0x287b}, + {-1322, -25, -633, 0x28c0} + } +}; + +StandTile tile_2579 = { + 0x032310, 0x42, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1395, -25, -648, 0x0000}, + {-1381, -25, -606, 0x28c0}, + {-1289, -25, -687, 0x288f} + } +}; + +StandTile tile_2580 = { + 0x1db610, 0x42, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1289, -25, -687, 0x28bc}, + {-1381, -25, -606, 0x28b8}, + {-1322, -25, -633, 0x28c4} + } +}; + +StandTile tile_2581 = { + 0x1dbb10, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1322, -25, -633, 0x287f}, + {-1317, -25, -636, 0x28c8}, + {-1289, -25, -687, 0x28c0} + } +}; + +StandTile tile_2582 = { + 0x1e7010, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1317, -25, -636, 0x287f}, + {-1311, -25, -637, 0x28cc}, + {-1289, -25, -687, 0x28c4} + } +}; + +StandTile tile_2583 = { + 0x1e6f10, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1311, -25, -637, 0x2877}, + {-1305, -25, -634, 0x28d0}, + {-1289, -25, -687, 0x28c8} + } +}; + +StandTile tile_2584 = { + 0x032110, 0x42, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1237, -25, -656, 0x28d4}, + {-1289, -25, -687, 0x28cc}, + {-1305, -25, -634, 0x299d} + } +}; + +StandTile tile_2585 = { + 0x032210, 0x42, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1254, -25, -700, 0x28b0}, + {-1289, -25, -687, 0x28d0}, + {-1237, -25, -656, 0x0000} + } +}; + +StandTile tile_2586 = { + 0x2e8f12, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {31, -6, -725, 0x28dc}, + {-31, 2, -725, 0x0000}, + {-31, -6, -725, 0x28ef} + } +}; + +StandTile tile_2587 = { + 0x2e8f11, 0x40, + 0x0, + 0xf, 0xf, 0xf, + 6, + 0x0, 0x2, 0x5, + { + {31, -6, -725, 0x28e3}, + {31, 0, -725, 0x0000}, + {31, 2, -725, 0x2ac1}, + {13, 2, -725, 0x2abd}, + {-12, 2, -725, 0x2ab5}, + {-31, 2, -725, 0x28d8} + } +}; + +StandTile tile_2588 = { + 0x2aee10, 0x40, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {31, -6, -725, 0x28dc}, + {31, 0, -725, 0x0000}, + {0, 0, -725, 0x0000} + } +}; + +StandTile tile_2589 = { + 0x2c3e10, 0x40, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-31, -6, -725, 0x0000}, + {-22, -2625, -544, 0x2b79}, + {-14, -2625, -544, 0x28eb} + } +}; + +StandTile tile_2590 = { + 0x2c7412, 0x40, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {22, -2625, -544, 0x28ef}, + {-31, -6, -725, 0x28e7}, + {-14, -2625, -544, 0x2b75} + } +}; + +StandTile tile_2591 = { + 0x2c7411, 0x40, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {22, -2625, -544, 0x0000}, + {31, -6, -725, 0x28d8}, + {-31, -6, -725, 0x28eb} + } +}; + +StandTile tile_2592 = { + 0x2b1210, 0x3b, + 0x0, + 0x8, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {50, -6255, -329, 0x2903}, + {10, -6255, -294, 0x28f7}, + {50, -6255, -242, 0x0000} + } +}; + +StandTile tile_2593 = { + 0x2b2310, 0x3b, + 0x0, + 0x8, 0xa, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10, -6255, -294, 0x2915}, + {10, -6255, -277, 0x28fb}, + {50, -6255, -242, 0x28f3} + } +}; + +StandTile tile_2594 = { + 0x2b1f10, 0x3b, + 0x0, + 0x8, 0xa, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-10, -6255, -277, 0x28ff}, + {50, -6255, -242, 0x28f7}, + {10, -6255, -277, 0x2915} + } +}; + +StandTile tile_2595 = { + 0x2b2510, 0x3b, + 0x0, + 0x7, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-10, -6255, -277, 0x2911}, + {-50, -6255, -242, 0x0000}, + {50, -6255, -242, 0x28fb} + } +}; + +StandTile tile_2596 = { + 0x2b1510, 0x3b, + 0x0, + 0xa, 0xb, 0xa, + 5, + 0x0, 0x3, 0x4, + { + {50, -6255, -329, 0x0000}, + {10, -6255, -329, 0x2925}, + {-10, -6255, -329, 0x0000}, + {-50, -6255, -329, 0x2909}, + {10, -6255, -294, 0x28f3} + } +}; + +StandTile tile_2597 = { + 0x2b2610, 0x3b, + 0x0, + 0x9, 0xc, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-50, -6255, -329, 0x290d}, + {-10, -6255, -294, 0x2919}, + {10, -6255, -294, 0x2903} + } +}; + +StandTile tile_2598 = { + 0x2b1910, 0x3b, + 0x0, + 0x8, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-50, -6255, -329, 0x0000}, + {-50, -6255, -242, 0x2911}, + {-10, -6255, -294, 0x2909} + } +}; + +StandTile tile_2599 = { + 0x2b2410, 0x3b, + 0x0, + 0x8, 0xa, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-50, -6255, -242, 0x28ff}, + {-10, -6255, -277, 0x2919}, + {-10, -6255, -294, 0x290d} + } +}; + +StandTile tile_2600 = { + 0x2b2012, 0x3b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {10, -6255, -294, 0x2919}, + {-10, -6255, -277, 0x28fb}, + {10, -6255, -277, 0x28f7} + } +}; + +StandTile tile_2601 = { + 0x2b2011, 0x3b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {10, -6255, -294, 0x2909}, + {-10, -6255, -294, 0x2911}, + {-10, -6255, -277, 0x2915} + } +}; + +StandTile tile_2602 = { + 0x2c3d10, 0x3b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {10, -6255, -329, 0x0000}, + {13, -5255, -363, 0x2b71}, + {3, -5255, -363, 0x2921} + } +}; + +StandTile tile_2603 = { + 0x2c7112, 0x3b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-13, -5255, -363, 0x2925}, + {10, -6255, -329, 0x291d}, + {3, -5255, -363, 0x2b7d} + } +}; + +StandTile tile_2604 = { + 0x2c7111, 0x3b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-13, -5255, -363, 0x0000}, + {-10, -6255, -329, 0x2903}, + {10, -6255, -329, 0x2921} + } +}; + +StandTile tile_2605 = { + 0x2de610, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1301, -25, -629, 0x299d}, + {-1305, -25, -634, 0x292d}, + {-1325, -25, -620, 0x2931} + } +}; + +StandTile tile_2606 = { + 0x2de510, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1305, -25, -634, 0x2877}, + {-1325, -25, -627, 0x2999}, + {-1325, -25, -620, 0x2929} + } +}; + +StandTile tile_2607 = { + 0x2de710, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1321, -25, -615, 0x2935}, + {-1301, -25, -629, 0x2929}, + {-1325, -25, -620, 0x29b5} + } +}; + +StandTile tile_2608 = { + 0x2de810, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1300, -25, -623, 0x29a1}, + {-1301, -25, -629, 0x2931}, + {-1321, -25, -615, 0x2939} + } +}; + +StandTile tile_2609 = { + 0x2de910, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1303, -25, -617, 0x29a5}, + {-1300, -25, -623, 0x2935}, + {-1321, -25, -615, 0x293d} + } +}; + +StandTile tile_2610 = { + 0x2dea10, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1303, -25, -617, 0x2939}, + {-1321, -25, -615, 0x29b1}, + {-1315, -25, -612, 0x2941} + } +}; + +StandTile tile_2611 = { + 0x2deb10, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1308, -25, -613, 0x29a9}, + {-1303, -25, -617, 0x293d}, + {-1315, -25, -612, 0x29ad} + } +}; + +StandTile tile_2612 = { + 0x0d4510, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1025, -25, -667, 0x2a2d}, + {-1043, -25, -727, 0x2951}, + {-1122, -25, -632, 0x2949} + } +}; + +StandTile tile_2613 = { + 0x032710, 0x37, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1007, -25, -607, 0x2a31}, + {-1025, -25, -667, 0x2945}, + {-1122, -25, -632, 0x295d} + } +}; + +StandTile tile_2614 = { + 0x1e7510, 0x37, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1194, -25, -607, 0x2991}, + {-1445, -25, -515, 0x296d}, + {-1509, -25, -423, 0x2961} + } +}; + +StandTile tile_2615 = { + 0x1e6910, 0x37, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1043, -25, -727, 0x0000}, + {-1237, -25, -656, 0x2959}, + {-1122, -25, -632, 0x2945} + } +}; + +StandTile tile_2616 = { + 0x1db510, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1237, -25, -656, 0x29a1}, + {-1300, -25, -623, 0x29a5}, + {-1194, -25, -607, 0x2959} + } +}; + +StandTile tile_2617 = { + 0x032610, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1237, -25, -656, 0x2955}, + {-1194, -25, -607, 0x295d}, + {-1122, -25, -632, 0x2951} + } +}; + +StandTile tile_2618 = { + 0x0d4410, 0x37, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1194, -25, -607, 0x2961}, + {-1007, -25, -607, 0x2949}, + {-1122, -25, -632, 0x2959} + } +}; + +StandTile tile_2619 = { + 0x032510, 0x37, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1007, -25, -607, 0x295d}, + {-1194, -25, -607, 0x294d}, + {-1509, -25, -423, 0x0000} + } +}; + +StandTile tile_2620 = { + 0x032410, 0x37, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1381, -25, -606, 0x0000}, + {-1556, -25, -539, 0x2969}, + {-1445, -25, -515, 0x2995} + } +}; + +StandTile tile_2621 = { + 0x1e7410, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1556, -25, -539, 0x297d}, + {-1533, -25, -481, 0x296d}, + {-1445, -25, -515, 0x2965} + } +}; + +StandTile tile_2622 = { + 0x0d4210, 0x37, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1533, -25, -481, 0x2975}, + {-1509, -25, -423, 0x294d}, + {-1445, -25, -515, 0x2969} + } +}; + +StandTile tile_2623 = { + 0x027112, 0x37, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1509, -25, -423, 0x2975}, + {-2061, -25, -234, 0x2985}, + {-2029, -25, -180, 0x0000} + } +}; + +StandTile tile_2624 = { + 0x027111, 0x37, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1509, -25, -423, 0x296d}, + {-1533, -25, -481, 0x2979}, + {-2061, -25, -234, 0x2971} + } +}; + +StandTile tile_2625 = { + 0x0d4112, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1533, -25, -481, 0x297d}, + {-2093, -25, -287, 0x298d}, + {-2061, -25, -234, 0x2975} + } +}; + +StandTile tile_2626 = { + 0x0d4111, 0x37, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1533, -25, -481, 0x2969}, + {-1556, -25, -539, 0x0000}, + {-2093, -25, -287, 0x2979} + } +}; + +StandTile tile_2627 = { + 0x027012, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2029, -25, -180, 0x2985}, + {-2853, -25, 330, 0x29b9}, + {-2815, -25, 380, 0x0000} + } +}; + +StandTile tile_2628 = { + 0x027011, 0x37, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-2029, -25, -180, 0x2971}, + {-2061, -25, -234, 0x2989}, + {-2853, -25, 330, 0x2981} + } +}; + +StandTile tile_2629 = { + 0x0d4b12, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2061, -25, -234, 0x298d}, + {-2890, -25, 280, 0x29c1}, + {-2853, -25, 330, 0x2985} + } +}; + +StandTile tile_2630 = { + 0x0d4b11, 0x37, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-2061, -25, -234, 0x2979}, + {-2093, -25, -287, 0x0000}, + {-2890, -25, 280, 0x2989} + } +}; + +StandTile tile_2631 = { + 0x1db810, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1194, -25, -607, 0x29a9}, + {-1308, -25, -613, 0x29ad}, + {-1445, -25, -515, 0x294d} + } +}; + +StandTile tile_2632 = { + 0x1db910, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1325, -25, -620, 0x2999}, + {-1381, -25, -606, 0x2965}, + {-1445, -25, -515, 0x29b5} + } +}; + +StandTile tile_2633 = { + 0x1e7310, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1381, -25, -606, 0x2995}, + {-1325, -25, -620, 0x292d}, + {-1325, -25, -627, 0x28b8} + } +}; + +StandTile tile_2634 = { + 0x1dbc10, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1301, -25, -629, 0x29a1}, + {-1237, -25, -656, 0x28d0}, + {-1305, -25, -634, 0x2929} + } +}; + +StandTile tile_2635 = { + 0x1e7110, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1301, -25, -629, 0x2935}, + {-1300, -25, -623, 0x2955}, + {-1237, -25, -656, 0x299d} + } +}; + +StandTile tile_2636 = { + 0x1dbd10, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1303, -25, -617, 0x29a9}, + {-1194, -25, -607, 0x2955}, + {-1300, -25, -623, 0x2939} + } +}; + +StandTile tile_2637 = { + 0x1e7210, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1303, -25, -617, 0x2941}, + {-1308, -25, -613, 0x2991}, + {-1194, -25, -607, 0x29a5} + } +}; + +StandTile tile_2638 = { + 0x1dbe10, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1308, -25, -613, 0x2941}, + {-1315, -25, -612, 0x29b1}, + {-1445, -25, -515, 0x2991} + } +}; + +StandTile tile_2639 = { + 0x1e6e10, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1315, -25, -612, 0x293d}, + {-1321, -25, -615, 0x29b5}, + {-1445, -25, -515, 0x29ad} + } +}; + +StandTile tile_2640 = { + 0x1e6d10, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1321, -25, -615, 0x2931}, + {-1325, -25, -620, 0x2995}, + {-1445, -25, -515, 0x29b1} + } +}; + +StandTile tile_2641 = { + 0x079210, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2815, -25, 380, 0x2981}, + {-2853, -25, 330, 0x29bd}, + {-2875, -25, 425, 0x0000} + } +}; + +StandTile tile_2642 = { + 0x250d10, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2853, -25, 330, 0x29c1}, + {-2950, -25, 325, 0x29c9}, + {-2875, -25, 425, 0x29b9} + } +}; + +StandTile tile_2643 = { + 0x250c10, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2853, -25, 330, 0x2989}, + {-2890, -25, 280, 0x0000}, + {-2950, -25, 325, 0x29bd} + } +}; + +StandTile tile_2644 = { + 0x079812, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2875, -25, 425, 0x29c9}, + {-3190, -25, 506, 0x0000}, + {-3115, -25, 606, 0x0000} + } +}; + +StandTile tile_2645 = { + 0x079811, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2875, -25, 425, 0x29bd}, + {-2950, -25, 325, 0x0000}, + {-3190, -25, 506, 0x29c5} + } +}; + +StandTile tile_2646 = { + 0x2af712, 0x36, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {33, -25, -813, 0x29d1}, + {8, -19, -816, 0x29d9}, + {33, -19, -813, 0x0000} + } +}; + +StandTile tile_2647 = { + 0x2af711, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {33, -25, -813, 0x2a81}, + {8, -25, -816, 0x0000}, + {8, -19, -816, 0x29cd} + } +}; + +StandTile tile_2648 = { + 0x2af612, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {33, -19, -813, 0x29d9}, + {7, -19, -810, 0x29e1}, + {32, -19, -806, 0x0000} + } +}; + +StandTile tile_2649 = { + 0x2af611, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {33, -19, -813, 0x29cd}, + {8, -19, -816, 0x0000}, + {7, -19, -810, 0x29d5} + } +}; + +StandTile tile_2650 = { + 0x2af512, 0x36, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {32, -19, -806, 0x29e1}, + {7, -12, -810, 0x29e9}, + {32, -12, -806, 0x0000} + } +}; + +StandTile tile_2651 = { + 0x2af511, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {32, -19, -806, 0x29d5}, + {7, -19, -810, 0x0000}, + {7, -12, -810, 0x29dd} + } +}; + +StandTile tile_2652 = { + 0x2af412, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {32, -12, -806, 0x29e9}, + {6, -12, -803, 0x29f1}, + {31, -12, -800, 0x0000} + } +}; + +StandTile tile_2653 = { + 0x2af411, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {32, -12, -806, 0x29dd}, + {7, -12, -810, 0x0000}, + {6, -12, -803, 0x29e5} + } +}; + +StandTile tile_2654 = { + 0x2af312, 0x36, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {31, -12, -800, 0x29f1}, + {6, -6, -803, 0x29f9}, + {31, -6, -800, 0x0000} + } +}; + +StandTile tile_2655 = { + 0x2af311, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {31, -12, -800, 0x29e5}, + {6, -12, -803, 0x0000}, + {6, -6, -803, 0x29ed} + } +}; + +StandTile tile_2656 = { + 0x2af212, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {31, -6, -800, 0x29f9}, + {6, -6, -797, 0x2ab1}, + {30, -6, -794, 0x0000} + } +}; + +StandTile tile_2657 = { + 0x2af211, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {31, -6, -800, 0x29ed}, + {6, -6, -803, 0x0000}, + {6, -6, -797, 0x29f5} + } +}; + +StandTile tile_2658 = { + 0x2de110, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {13, -25, -889, 0x2a01}, + {0, -25, -889, 0x2a51}, + {6, -25, -887, 0x2a61} + } +}; + +StandTile tile_2659 = { + 0x2de010, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {13, -25, -889, 0x2a5d}, + {17, -25, -894, 0x2a05}, + {0, -25, -889, 0x29fd} + } +}; + +StandTile tile_2660 = { + 0x2ddf10, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, -25, -889, 0x2a01}, + {17, -25, -894, 0x2a09}, + {-5, -25, -894, 0x2a55} + } +}; + +StandTile tile_2661 = { + 0x2dde10, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {17, -25, -894, 0x2a59}, + {19, -25, -900, 0x2a0d}, + {-5, -25, -894, 0x2a05} + } +}; + +StandTile tile_2662 = { + 0x2ddd10, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {19, -25, -900, 0x2a11}, + {-6, -25, -900, 0x2a49}, + {-5, -25, -894, 0x2a09} + } +}; + +StandTile tile_2663 = { + 0x2ddc10, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {19, -25, -900, 0x2a65}, + {17, -25, -906, 0x2a15}, + {-6, -25, -900, 0x2a0d} + } +}; + +StandTile tile_2664 = { + 0x2ddb10, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5, -25, -906, 0x2a4d}, + {-6, -25, -900, 0x2a11}, + {17, -25, -906, 0x281b} + } +}; + +StandTile tile_2665 = { + 0x2c3b10, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-31, 0, -788, 0x0000}, + {0, 0, -792, 0x2a25}, + {0, -25, -792, 0x2a1d} + } +}; + +StandTile tile_2666 = { + 0x2c3c10, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-31, 0, -788, 0x2a19}, + {0, -25, -792, 0x0000}, + {-31, -25, -788, 0x0000} + } +}; + +StandTile tile_2667 = { + 0x026a12, 0x36, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {0, -25, -792, 0x2a25}, + {5, 0, -791, 0x0000}, + {5, -25, -791, 0x2a7d} + } +}; + +StandTile tile_2668 = { + 0x026a11, 0x36, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {0, -25, -792, 0x2a19}, + {0, 0, -792, 0x0000}, + {5, 0, -791, 0x2a21} + } +}; + +StandTile tile_2669 = { + 0x2dcc12, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1043, -25, -727, 0x2a2d}, + {-517, -25, -786, 0x2a39}, + {-530, -25, -847, 0x0000} + } +}; + +StandTile tile_2670 = { + 0x2dcc11, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1043, -25, -727, 0x2945}, + {-1025, -25, -667, 0x2a35}, + {-517, -25, -786, 0x2a29} + } +}; + +StandTile tile_2671 = { + 0x2dc912, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-505, -25, -725, 0x2a35}, + {-1025, -25, -667, 0x2949}, + {-1007, -25, -607, 0x0000} + } +}; + +StandTile tile_2672 = { + 0x2dc911, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-505, -25, -725, 0x2a45}, + {-517, -25, -786, 0x2a2d}, + {-1025, -25, -667, 0x2a31} + } +}; + +StandTile tile_2673 = { + 0x2db612, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-38, -25, -849, 0x2a3d}, + {-530, -25, -847, 0x2a29}, + {-517, -25, -786, 0x2a41} + } +}; + +StandTile tile_2674 = { + 0x2db611, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-38, -25, -849, 0x2a6d}, + {-75, -25, -906, 0x0000}, + {-530, -25, -847, 0x2a39} + } +}; + +StandTile tile_2675 = { + 0x2db312, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-517, -25, -786, 0x2a45}, + {0, -25, -792, 0x2a75}, + {-38, -25, -849, 0x2a39} + } +}; + +StandTile tile_2676 = { + 0x2db311, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-517, -25, -786, 0x2a35}, + {-505, -25, -725, 0x0000}, + {0, -25, -792, 0x2a41} + } +}; + +StandTile tile_2677 = { + 0x0fd110, 0x36, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-75, -25, -906, 0x2a6d}, + {-5, -25, -894, 0x2a0d}, + {-6, -25, -900, 0x2a4d} + } +}; + +StandTile tile_2678 = { + 0x0fce10, 0x36, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-75, -25, -906, 0x2a49}, + {-6, -25, -900, 0x2a15}, + {-5, -25, -906, 0x2873} + } +}; + +StandTile tile_2679 = { + 0x0fd010, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-38, -25, -849, 0x2a69}, + {6, -25, -887, 0x29fd}, + {0, -25, -889, 0x2a55} + } +}; + +StandTile tile_2680 = { + 0x0fcd10, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-38, -25, -849, 0x2a51}, + {0, -25, -889, 0x2a05}, + {-5, -25, -894, 0x2a6d} + } +}; + +StandTile tile_2681 = { + 0x0fd410, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {37, -25, -849, 0x2a71}, + {19, -25, -900, 0x2a09}, + {17, -25, -894, 0x2a5d} + } +}; + +StandTile tile_2682 = { + 0x0fcf10, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {37, -25, -849, 0x2a59}, + {17, -25, -894, 0x2a01}, + {13, -25, -889, 0x2a61} + } +}; + +StandTile tile_2683 = { + 0x0fcc10, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {37, -25, -849, 0x2a5d}, + {13, -25, -889, 0x29fd}, + {6, -25, -887, 0x2a69} + } +}; + +StandTile tile_2684 = { + 0x0fcb10, 0x36, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {75, -25, -906, 0x2857}, + {17, -25, -906, 0x2a11}, + {19, -25, -900, 0x2a71} + } +}; + +StandTile tile_2685 = { + 0x0fc610, 0x36, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-38, -25, -849, 0x2a79}, + {37, -25, -849, 0x2a61}, + {6, -25, -887, 0x2a51} + } +}; + +StandTile tile_2686 = { + 0x0fc710, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-75, -25, -906, 0x2a3d}, + {-38, -25, -849, 0x2a55}, + {-5, -25, -894, 0x2a49} + } +}; + +StandTile tile_2687 = { + 0x0fc810, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {19, -25, -900, 0x2a59}, + {37, -25, -849, 0x2a89}, + {75, -25, -906, 0x2a65} + } +}; + +StandTile tile_2688 = { + 0x2ce610, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-38, -25, -849, 0x2a41}, + {0, -25, -792, 0x2a7d}, + {8, -25, -816, 0x2a79} + } +}; + +StandTile tile_2689 = { + 0x0d4810, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-38, -25, -849, 0x2a75}, + {8, -25, -816, 0x2a81}, + {37, -25, -849, 0x2a69} + } +}; + +StandTile tile_2690 = { + 0x2b0d10, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {8, -25, -816, 0x2a75}, + {0, -25, -792, 0x2a21}, + {5, -25, -791, 0x0000} + } +}; + +StandTile tile_2691 = { + 0x2b0e10, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {37, -25, -849, 0x2a79}, + {8, -25, -816, 0x29d1}, + {33, -25, -813, 0x2aa5} + } +}; + +StandTile tile_2692 = { + 0x2da012, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {75, -25, -906, 0x2a89}, + {517, -25, -786, 0x2a9d}, + {529, -25, -847, 0x0000} + } +}; + +StandTile tile_2693 = { + 0x2da011, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {75, -25, -906, 0x2a71}, + {37, -25, -849, 0x2a8d}, + {517, -25, -786, 0x2a85} + } +}; + +StandTile tile_2694 = { + 0x2d9e12, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {37, -25, -849, 0x2a91}, + {505, -25, -725, 0x2a95}, + {517, -25, -786, 0x2a89} + } +}; + +StandTile tile_2695 = { + 0x2d9e11, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {37, -25, -849, 0x2aa5}, + {403, -25, -738, 0x0000}, + {505, -25, -725, 0x2a8d} + } +}; + +StandTile tile_2696 = { + 0x2d8e12, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {505, -25, -725, 0x2a99}, + {1025, -25, -667, 0x2a9d}, + {517, -25, -786, 0x2a8d} + } +}; + +StandTile tile_2697 = { + 0x2d8e11, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {505, -25, -725, 0x0000}, + {1007, -25, -607, 0x2ae5}, + {1025, -25, -667, 0x2a95} + } +}; + +StandTile tile_2698 = { + 0x2d8d12, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1025, -25, -667, 0x2aa1}, + {529, -25, -847, 0x2a85}, + {517, -25, -786, 0x2a95} + } +}; + +StandTile tile_2699 = { + 0x2d8d11, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1025, -25, -667, 0x2b1d}, + {1043, -25, -727, 0x0000}, + {529, -25, -847, 0x2a9d} + } +}; + +StandTile tile_2700 = { + 0x1e5f10, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {37, -25, -849, 0x2a81}, + {33, -25, -813, 0x2aa9}, + {403, -25, -738, 0x2a91} + } +}; + +StandTile tile_2701 = { + 0x2b1010, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {33, -25, -813, 0x0000}, + {30, -25, -788, 0x0000}, + {403, -25, -738, 0x2aa5} + } +}; + +StandTile tile_2702 = { + 0x2e8e12, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {30, 2, -794, 0x2ab1}, + {6, -6, -797, 0x0000}, + {6, 2, -797, 0x2acd} + } +}; + +StandTile tile_2703 = { + 0x2e8e11, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {30, 2, -794, 0x0000}, + {30, -6, -794, 0x29f5}, + {6, -6, -797, 0x2aad} + } +}; + +StandTile tile_2704 = { + 0x2e8c12, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {5, 2, -791, 0x2ab9}, + {-31, 2, -725, 0x28dc}, + {-12, 2, -725, 0x2abd} + } +}; + +StandTile tile_2705 = { + 0x2e8c11, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {5, 2, -791, 0x0000}, + {-31, 2, -787, 0x0000}, + {-31, 2, -725, 0x2ab5} + } +}; + +StandTile tile_2706 = { + 0x2e8b10, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-12, 2, -725, 0x28dc}, + {13, 2, -725, 0x2ac5}, + {5, 2, -791, 0x2ab5} + } +}; + +StandTile tile_2707 = { + 0x2e8a10, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {31, 2, -725, 0x0000}, + {30, 2, -788, 0x2ac5}, + {13, 2, -725, 0x28dc} + } +}; + +StandTile tile_2708 = { + 0x2e8910, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {30, 2, -788, 0x2ac9}, + {5, 2, -791, 0x2abd}, + {13, 2, -725, 0x2ac1} + } +}; + +StandTile tile_2709 = { + 0x2e8812, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {30, 2, -794, 0x2acd}, + {5, 2, -791, 0x2ac5}, + {30, 2, -788, 0x0000} + } +}; + +StandTile tile_2710 = { + 0x2e8811, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {30, 2, -794, 0x2aad}, + {6, 2, -797, 0x0000}, + {5, 2, -791, 0x2ac9} + } +}; + +StandTile tile_2711 = { + 0x2dce10, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1323, -25, -620, 0x2b59}, + {1327, -25, -625, 0x27bb}, + {1303, -25, -634, 0x2ad5} + } +}; + +StandTile tile_2712 = { + 0x2dcf10, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1323, -25, -620, 0x2ad1}, + {1303, -25, -634, 0x2b51}, + {1303, -25, -627, 0x2ad9} + } +}; + +StandTile tile_2713 = { + 0x2dd010, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1317, -25, -617, 0x2b55}, + {1323, -25, -620, 0x2ad5}, + {1303, -25, -627, 0x2add} + } +}; + +StandTile tile_2714 = { + 0x2dd110, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1317, -25, -617, 0x2ad9}, + {1303, -25, -627, 0x2b5d}, + {1305, -25, -621, 0x2ae1} + } +}; + +StandTile tile_2715 = { + 0x2dd210, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1311, -25, -618, 0x2b65}, + {1317, -25, -617, 0x2add}, + {1305, -25, -621, 0x2b61} + } +}; + +StandTile tile_2716 = { + 0x2d8410, 0x35, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1007, -25, -607, 0x2b19}, + {1122, -25, -632, 0x2b1d}, + {1025, -25, -667, 0x2a99} + } +}; + +StandTile tile_2717 = { + 0x2d7b12, 0x35, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2029, -25, -180, 0x2aed}, + {1532, -25, -481, 0x2b21}, + {1509, -25, -423, 0x0000} + } +}; + +StandTile tile_2718 = { + 0x2d7b11, 0x35, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2029, -25, -180, 0x2afd}, + {2061, -25, -234, 0x2af1}, + {1532, -25, -481, 0x2ae9} + } +}; + +StandTile tile_2719 = { + 0x2d7912, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2093, -25, -288, 0x2af5}, + {1532, -25, -481, 0x2aed}, + {2061, -25, -234, 0x2b01} + } +}; + +StandTile tile_2720 = { + 0x2d7911, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2093, -25, -288, 0x0000}, + {1555, -25, -539, 0x2b25}, + {1532, -25, -481, 0x2af1} + } +}; + +StandTile tile_2721 = { + 0x2d6512, 0x35, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2728, -25, 242, 0x2afd}, + {2029, -25, -180, 0x0000}, + {2815, -25, 380, 0x2b6d} + } +}; + +StandTile tile_2722 = { + 0x2d6511, 0x35, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2728, -25, 242, 0x2b01}, + {2061, -25, -234, 0x2aed}, + {2029, -25, -180, 0x2af9} + } +}; + +StandTile tile_2723 = { + 0x2d6212, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2728, -25, 242, 0x2b05}, + {2093, -25, -288, 0x2af1}, + {2061, -25, -234, 0x2afd} + } +}; + +StandTile tile_2724 = { + 0x2d6211, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2728, -25, 242, 0x2b69}, + {2890, -25, 280, 0x0000}, + {2093, -25, -288, 0x2b01} + } +}; + +StandTile tile_2725 = { + 0x2d3012, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2973, -25, 420, 0x2b0d}, + {2815, -25, 380, 0x0000}, + {2935, -25, 470, 0x1147} + } +}; + +StandTile tile_2726 = { + 0x2d3011, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2973, -25, 420, 0x2b11}, + {2852, -25, 330, 0x2b6d}, + {2815, -25, 380, 0x2b09} + } +}; + +StandTile tile_2727 = { + 0x2d2f12, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3010, -25, 370, 0x2b15}, + {2852, -25, 330, 0x2b0d}, + {2973, -25, 420, 0x114f} + } +}; + +StandTile tile_2728 = { + 0x2d2f11, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3010, -25, 370, 0x0000}, + {2890, -25, 280, 0x2b69}, + {2852, -25, 330, 0x2b11} + } +}; + +StandTile tile_2729 = { + 0x03d210, 0x35, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1007, -25, -607, 0x2b2d}, + {1194, -25, -607, 0x2b4d}, + {1122, -25, -632, 0x2ae5} + } +}; + +StandTile tile_2730 = { + 0x1e5b10, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1043, -25, -727, 0x2aa1}, + {1025, -25, -667, 0x2ae5}, + {1122, -25, -632, 0x2b3d} + } +}; + +StandTile tile_2731 = { + 0x03d010, 0x35, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1509, -25, -423, 0x2ae9}, + {1532, -25, -481, 0x2b25}, + {1445, -25, -515, 0x2b31} + } +}; + +StandTile tile_2732 = { + 0x0d3f10, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1532, -25, -481, 0x2af5}, + {1555, -25, -539, 0x2b29}, + {1445, -25, -515, 0x2b21} + } +}; + +StandTile tile_2733 = { + 0x1e1b10, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1555, -25, -539, 0x0000}, + {1381, -25, -606, 0x2b39}, + {1445, -25, -515, 0x2b25} + } +}; + +StandTile tile_2734 = { + 0x03d110, 0x35, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1509, -25, -423, 0x2b31}, + {1194, -25, -607, 0x2b19}, + {1007, -25, -607, 0x0000} + } +}; + +StandTile tile_2735 = { + 0x1e5a10, 0x35, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1509, -25, -423, 0x2b21}, + {1445, -25, -515, 0x2b35}, + {1194, -25, -607, 0x2b2d} + } +}; + +StandTile tile_2736 = { + 0x0d3d10, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1445, -25, -515, 0x2b39}, + {1288, -25, -607, 0x2b49}, + {1194, -25, -607, 0x2b31} + } +}; + +StandTile tile_2737 = { + 0x1e0610, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1445, -25, -515, 0x2b29}, + {1381, -25, -606, 0x2b45}, + {1288, -25, -607, 0x2b35} + } +}; + +StandTile tile_2738 = { + 0x03d310, 0x35, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1238, -25, -656, 0x0000}, + {1043, -25, -727, 0x2b1d}, + {1122, -25, -632, 0x2b4d} + } +}; + +StandTile tile_2739 = { + 0x1e0910, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1238, -25, -656, 0x2b49}, + {1288, -25, -607, 0x2b5d}, + {1303, -25, -627, 0x2b51} + } +}; + +StandTile tile_2740 = { + 0x1e0710, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1288, -25, -607, 0x2b39}, + {1381, -25, -606, 0x2b55}, + {1317, -25, -617, 0x2b65} + } +}; + +StandTile tile_2741 = { + 0x1e0512, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1238, -25, -656, 0x2b4d}, + {1194, -25, -607, 0x2b35}, + {1288, -25, -607, 0x2b41} + } +}; + +StandTile tile_2742 = { + 0x1e0511, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1238, -25, -656, 0x2b3d}, + {1122, -25, -632, 0x2b19}, + {1194, -25, -607, 0x2b49} + } +}; + +StandTile tile_2743 = { + 0x1e1110, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1238, -25, -656, 0x2b41}, + {1303, -25, -627, 0x2ad5}, + {1303, -25, -634, 0x280b} + } +}; + +StandTile tile_2744 = { + 0x1e0c10, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1381, -25, -606, 0x2b59}, + {1323, -25, -620, 0x2ad9}, + {1317, -25, -617, 0x2b45} + } +}; + +StandTile tile_2745 = { + 0x1e1310, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1381, -25, -606, 0x2817}, + {1327, -25, -625, 0x2ad1}, + {1323, -25, -620, 0x2b55} + } +}; + +StandTile tile_2746 = { + 0x1e0d10, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1288, -25, -607, 0x2b61}, + {1305, -25, -621, 0x2add}, + {1303, -25, -627, 0x2b41} + } +}; + +StandTile tile_2747 = { + 0x1e1010, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1288, -25, -607, 0x2b65}, + {1311, -25, -618, 0x2ae1}, + {1305, -25, -621, 0x2b5d} + } +}; + +StandTile tile_2748 = { + 0x1e1410, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1288, -25, -607, 0x2b45}, + {1317, -25, -617, 0x2ae1}, + {1311, -25, -618, 0x2b61} + } +}; + +StandTile tile_2749 = { + 0x0d3b10, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2852, -25, 330, 0x2b15}, + {2890, -25, 280, 0x2b05}, + {2728, -25, 242, 0x2b6d} + } +}; + +StandTile tile_2750 = { + 0x1e4810, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2815, -25, 380, 0x2b0d}, + {2852, -25, 330, 0x2b69}, + {2728, -25, 242, 0x2af9} + } +}; + +StandTile tile_2751 = { + 0x2c7212, 0x33, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {13, -5255, -363, 0x2b75}, + {-14, -2625, -544, 0x2b79}, + {3, -5255, -363, 0x291d} + } +}; + +StandTile tile_2752 = { + 0x2c7211, 0x33, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {13, -5255, -363, 0x0000}, + {22, -2625, -544, 0x28eb}, + {-14, -2625, -544, 0x2b71} + } +}; + +StandTile tile_2753 = { + 0x2c7312, 0x33, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-22, -2625, -544, 0x2b7d}, + {3, -5255, -363, 0x2b71}, + {-14, -2625, -544, 0x28e7} + } +}; + +StandTile tile_2754 = { + 0x2c7311, 0x33, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-22, -2625, -544, 0x0000}, + {-13, -5255, -363, 0x2921}, + {3, -5255, -363, 0x2b79} + } +}; + +StandTile tile_2755 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_depo_all_p_stanZ.c b/assets/obseg/stan/Tbg_depo_all_p_stanZ.c new file mode 100644 index 0000000..f383724 --- /dev/null +++ b/assets/obseg/stan/Tbg_depo_all_p_stanZ.c @@ -0,0 +1,26385 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:13 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_depo_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x04557a, 0x59, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-417, -46, -93, 0x0014}, + {-345, -53, -73, 0x0000}, + {-351, -46, -93, 0x005c} + } +}; + +StandTile tile_1 = { + 0x045579, 0x59, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-417, -46, -93, 0x0000}, + {-449, -53, -73, 0x136a}, + {-345, -53, -73, 0x0010} + } +}; + +StandTile tile_2 = { + 0x03bf7a, 0x58, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-698, -46, -108, 0x001c}, + {-684, -46, -124, 0x0000}, + {-698, -46, -124, 0x0000} + } +}; + +StandTile tile_3 = { + 0x03bf79, 0x58, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-698, -46, -108, 0x0000}, + {-684, -46, -108, 0x002c}, + {-684, -46, -124, 0x0018} + } +}; + +StandTile tile_4 = { + 0x03d878, 0x57, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-673, -46, -116, 0x0030}, + {-680, -46, -108, 0x0000}, + {-673, -46, -93, 0x0034} + } +}; + +StandTile tile_5 = { + 0x03d778, 0x57, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-673, -46, -116, 0x003c}, + {-673, -46, -139, 0x0000}, + {-680, -46, -124, 0x0030} + } +}; + +StandTile tile_6 = { + 0x01107a, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-680, -46, -124, 0x002c}, + {-684, -46, -108, 0x0000}, + {-680, -46, -108, 0x0030} + } +}; + +StandTile tile_7 = { + 0x011079, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-680, -46, -124, 0x0000}, + {-684, -46, -124, 0x001c}, + {-684, -46, -108, 0x0028} + } +}; + +StandTile tile_8 = { + 0x03d678, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-680, -46, -124, 0x0028}, + {-680, -46, -108, 0x0020}, + {-673, -46, -116, 0x0024} + } +}; + +StandTile tile_9 = { + 0x03d478, 0x57, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-673, -46, -116, 0x0020}, + {-673, -46, -93, 0x0000}, + {-629, -46, -94, 0x0038} + } +}; + +StandTile tile_10 = { + 0x03d378, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-673, -46, -116, 0x0034}, + {-629, -46, -94, 0x0040}, + {-629, -46, -139, 0x003c} + } +}; + +StandTile tile_11 = { + 0x022f78, 0x57, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-673, -46, -139, 0x0024}, + {-673, -46, -116, 0x0038}, + {-629, -46, -139, 0x0000} + } +}; + +StandTile tile_12 = { + 0x03797a, 0x56, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-563, -46, -93, 0x0044}, + {-629, -46, -139, 0x0038}, + {-629, -46, -94, 0x0000} + } +}; + +StandTile tile_13 = { + 0x037979, 0x56, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-563, -46, -93, 0x0050}, + {-563, -46, -139, 0x0000}, + {-629, -46, -139, 0x0040} + } +}; + +StandTile tile_14 = { + 0x03c47a, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-526, -46, -93, 0x004c}, + {-417, -46, -139, 0x0000}, + {-526, -46, -139, 0x0054} + } +}; + +StandTile tile_15 = { + 0x03c479, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-526, -46, -93, 0x0000}, + {-417, -46, -93, 0x0058}, + {-417, -46, -139, 0x0048} + } +}; + +StandTile tile_16 = { + 0x03747a, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-563, -46, -93, 0x0054}, + {-526, -46, -139, 0x0000}, + {-563, -46, -139, 0x0044} + } +}; + +StandTile tile_17 = { + 0x037479, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-563, -46, -93, 0x0000}, + {-526, -46, -93, 0x0048}, + {-526, -46, -139, 0x0050} + } +}; + +StandTile tile_18 = { + 0x03757a, 0x54, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-417, -46, -93, 0x005c}, + {-351, -46, -139, 0x0000}, + {-417, -46, -139, 0x004c} + } +}; + +StandTile tile_19 = { + 0x037579, 0x54, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-417, -46, -93, 0x0010}, + {-351, -46, -93, 0x0072}, + {-351, -46, -139, 0x0058} + } +}; + +StandTile tile_20 = { + 0x037c7a, 0x53, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-296, -46, -124, 0x0064}, + {-300, -46, -108, 0x0000}, + {-296, -46, -108, 0x0000} + } +}; + +StandTile tile_21 = { + 0x037c79, 0x53, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-296, -46, -124, 0x0000}, + {-300, -46, -124, 0x006c}, + {-300, -46, -108, 0x0060} + } +}; + +StandTile tile_22 = { + 0x022b7a, 0x53, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-306, -46, -93, 0x006c}, + {-300, -46, -126, 0x0000}, + {-306, -46, -139, 0x0076} + } +}; + +StandTile tile_23 = { + 0x022b79, 0x53, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x4, + { + {-306, -46, -93, 0x0000}, + {-300, -46, -106, 0x0000}, + {-300, -46, -108, 0x0064}, + {-300, -46, -124, 0x0000}, + {-300, -46, -126, 0x0068} + } +}; + +StandTile tile_24 = { + 0x03767a, 0x53, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-351, -46, -93, 0x0076}, + {-306, -46, -139, 0x0000}, + {-351, -46, -139, 0x005c} + } +}; + +StandTile tile_25 = { + 0x037679, 0x53, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-351, -46, -93, 0x0000}, + {-306, -46, -93, 0x0068}, + {-306, -46, -139, 0x0072} + } +}; + +StandTile tile_26 = { + 0x018172, 0x52, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-205, -53, -646, 0x007f}, + {-140, -53, -742, 0x013d}, + {-205, -53, -722, 0x1834}, + {-205, -53, -692, 0x186f} + } +}; + +StandTile tile_27 = { + 0x018171, 0x52, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-205, -53, -646, 0x0173}, + {-140, -53, -625, 0x0109}, + {-140, -53, -742, 0x007a} + } +}; + +StandTile tile_28 = { + 0x002b70, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {47, -53, -796, 0x0166}, + {47, -53, -762, 0x00ab}, + {58, -53, -774, 0x0087} + } +}; + +StandTile tile_29 = { + 0x002a72, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -774, 0x008b}, + {50, -53, -796, 0x0000}, + {47, -53, -796, 0x0083} + } +}; + +StandTile tile_30 = { + 0x002a71, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -774, 0x0097}, + {58, -53, -791, 0x00af}, + {50, -53, -796, 0x0087} + } +}; + +StandTile tile_31 = { + 0x002972, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -791, 0x0093}, + {128, -53, -800, 0x0000}, + {72, -53, -800, 0x00b3} + } +}; + +StandTile tile_32 = { + 0x002971, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -791, 0x0097}, + {128, -53, -791, 0x00ef}, + {128, -53, -800, 0x008f} + } +}; + +StandTile tile_33 = { + 0x002872, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -774, 0x009b}, + {128, -53, -791, 0x0093}, + {58, -53, -791, 0x008b} + } +}; + +StandTile tile_34 = { + 0x002871, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -774, 0x009f}, + {128, -53, -774, 0x00ef}, + {128, -53, -791, 0x0097} + } +}; + +StandTile tile_35 = { + 0x002772, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -750, 0x00a3}, + {128, -53, -774, 0x009b}, + {58, -53, -774, 0x00a7} + } +}; + +StandTile tile_36 = { + 0x002771, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -750, 0x0105}, + {128, -53, -750, 0x00ef}, + {128, -53, -774, 0x009f} + } +}; + +StandTile tile_37 = { + 0x002672, 0x52, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -774, 0x00ab}, + {104, -53, -742, 0x00f9}, + {112, -53, -750, 0x009f} + } +}; + +StandTile tile_38 = { + 0x002671, 0x52, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -774, 0x0083}, + {47, -53, -762, 0x0131}, + {104, -53, -742, 0x00a7} + } +}; + +StandTile tile_39 = { + 0x002572, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -791, 0x00b3}, + {50, -53, -800, 0x0000}, + {50, -53, -796, 0x008b} + } +}; + +StandTile tile_40 = { + 0x002571, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -791, 0x008f}, + {72, -53, -800, 0x0000}, + {50, -53, -800, 0x00af} + } +}; + +StandTile tile_41 = { + 0x002470, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -593, 0x00db}, + {47, -53, -603, 0x019c}, + {47, -53, -571, 0x00bb} + } +}; + +StandTile tile_42 = { + 0x002372, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {47, -53, -571, 0x00bf}, + {58, -53, -576, 0x00cb}, + {58, -53, -593, 0x00b7} + } +}; + +StandTile tile_43 = { + 0x002371, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {47, -53, -571, 0x0000}, + {50, -53, -571, 0x00e3}, + {58, -53, -576, 0x00bb} + } +}; + +StandTile tile_44 = { + 0x002272, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {72, -53, -567, 0x00c7}, + {128, -53, -576, 0x00cf}, + {58, -53, -576, 0x00e3} + } +}; + +StandTile tile_45 = { + 0x002271, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {72, -53, -567, 0x0000}, + {128, -53, -567, 0x00ef}, + {128, -53, -576, 0x00c3} + } +}; + +StandTile tile_46 = { + 0x002172, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -576, 0x00cf}, + {128, -53, -593, 0x00d7}, + {58, -53, -593, 0x00bb} + } +}; + +StandTile tile_47 = { + 0x002171, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -576, 0x00c3}, + {128, -53, -576, 0x00ef}, + {128, -53, -593, 0x00cb} + } +}; + +StandTile tile_48 = { + 0x002072, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -593, 0x00d7}, + {128, -53, -618, 0x0101}, + {112, -53, -618, 0x00db} + } +}; + +StandTile tile_49 = { + 0x002071, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {58, -53, -593, 0x00cb}, + {128, -53, -593, 0x00ef}, + {128, -53, -618, 0x00d3} + } +}; + +StandTile tile_50 = { + 0x001f72, 0x52, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -618, 0x00df}, + {47, -53, -603, 0x00b7}, + {58, -53, -593, 0x00d3} + } +}; + +StandTile tile_51 = { + 0x001f71, 0x52, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -618, 0x00fd}, + {104, -53, -625, 0x0129}, + {47, -53, -603, 0x00db} + } +}; + +StandTile tile_52 = { + 0x001e72, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {50, -53, -571, 0x00e7}, + {72, -53, -567, 0x00c3}, + {58, -53, -576, 0x00bf} + } +}; + +StandTile tile_53 = { + 0x001e71, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {50, -53, -571, 0x0000}, + {50, -53, -567, 0x0000}, + {72, -53, -567, 0x00e3} + } +}; + +StandTile tile_54 = { + 0x001d72, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {176, -53, -800, 0x00ef}, + {128, -53, -567, 0x0000}, + {176, -53, -567, 0x0000} + } +}; + +StandTile tile_55 = { + 0x001d71, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 9, + 0x0, 0x1, 0x8, + { + {176, -53, -800, 0x0000}, + {128, -53, -800, 0x0093}, + {128, -53, -791, 0x009b}, + {128, -53, -774, 0x00a3}, + {128, -53, -750, 0x0105}, + {128, -53, -618, 0x00d7}, + {128, -53, -593, 0x00cf}, + {128, -53, -576, 0x00c7}, + {128, -53, -567, 0x00eb} + } +}; + +StandTile tile_56 = { + 0x018c72, 0x52, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {104, -53, -625, 0x00fd}, + {112, -53, -750, 0x00a7}, + {104, -53, -742, 0x012d} + } +}; + +StandTile tile_57 = { + 0x018c71, 0x52, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {104, -53, -625, 0x00df}, + {112, -53, -618, 0x0101}, + {112, -53, -750, 0x00f9} + } +}; + +StandTile tile_58 = { + 0x001c72, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {128, -53, -618, 0x0105}, + {112, -53, -750, 0x00fd}, + {112, -53, -618, 0x00d3} + } +}; + +StandTile tile_59 = { + 0x001c71, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {128, -53, -618, 0x00ef}, + {128, -53, -750, 0x00a3}, + {112, -53, -750, 0x0101} + } +}; + +StandTile tile_60 = { + 0x001a70, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-79, -53, -684, 0x011d}, + {-140, -53, -742, 0x007f}, + {-140, -53, -625, 0x010d} + } +}; + +StandTile tile_61 = { + 0x001972, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-140, -53, -625, 0x0111}, + {-21, -53, -625, 0x0115}, + {-79, -53, -684, 0x0109} + } +}; + +StandTile tile_62 = { + 0x001971, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-140, -53, -625, 0x016b}, + {-79, -53, -603, 0x0184}, + {-21, -53, -625, 0x010d} + } +}; + +StandTile tile_63 = { + 0x001870, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-21, -53, -625, 0x018c}, + {-21, -53, -742, 0x011d}, + {-79, -53, -684, 0x010d} + } +}; + +StandTile tile_64 = { + 0x001772, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-140, -53, -742, 0x011d}, + {-21, -53, -742, 0x014e}, + {-79, -53, -762, 0x0139} + } +}; + +StandTile tile_65 = { + 0x001771, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-140, -53, -742, 0x0109}, + {-79, -53, -684, 0x0115}, + {-21, -53, -742, 0x0119} + } +}; + +StandTile tile_66 = { + 0x001670, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {47, -53, -684, 0x0135}, + {-15, -53, -742, 0x0188}, + {-15, -53, -625, 0x0125} + } +}; + +StandTile tile_67 = { + 0x001572, 0x52, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-15, -53, -625, 0x0129}, + {104, -53, -625, 0x012d}, + {47, -53, -684, 0x0121} + } +}; + +StandTile tile_68 = { + 0x001571, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-15, -53, -625, 0x019c}, + {47, -53, -603, 0x00df}, + {104, -53, -625, 0x0125} + } +}; + +StandTile tile_69 = { + 0x001470, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {104, -53, -625, 0x00f9}, + {104, -53, -742, 0x0135}, + {47, -53, -684, 0x0125} + } +}; + +StandTile tile_70 = { + 0x001372, 0x52, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-15, -53, -742, 0x0135}, + {104, -53, -742, 0x00ab}, + {47, -53, -762, 0x0162} + } +}; + +StandTile tile_71 = { + 0x001371, 0x52, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-15, -53, -742, 0x0121}, + {47, -53, -684, 0x012d}, + {104, -53, -742, 0x0131} + } +}; + +StandTile tile_72 = { + 0x001270, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-140, -53, -742, 0x0119}, + {-79, -53, -762, 0x0145}, + {-200, -53, -796, 0x013d} + } +}; + +StandTile tile_73 = { + 0x001172, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-200, -53, -796, 0x0141}, + {-205, -53, -722, 0x007a}, + {-140, -53, -742, 0x0139} + } +}; + +StandTile tile_74 = { + 0x001171, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-200, -53, -796, 0x0000}, + {-204, -53, -796, 0x0000}, + {-205, -53, -722, 0x013d} + } +}; + +StandTile tile_75 = { + 0x001072, 0x52, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-79, -53, -762, 0x0149}, + {-200, -53, -800, 0x0000}, + {-200, -53, -796, 0x0139} + } +}; + +StandTile tile_76 = { + 0x001071, 0x52, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {-79, -53, -762, 0x0152}, + {-79, -53, -796, 0x0000}, + {-79, -53, -800, 0x0000}, + {-200, -53, -800, 0x0145} + } +}; + +StandTile tile_77 = { + 0x000f72, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-75, -53, -796, 0x0152}, + {-79, -53, -762, 0x0119}, + {-21, -53, -742, 0x015a} + } +}; + +StandTile tile_78 = { + 0x000f71, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-75, -53, -796, 0x0000}, + {-79, -53, -796, 0x0149}, + {-79, -53, -762, 0x014e} + } +}; + +StandTile tile_79 = { + 0x000c70, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-19, -53, -800, 0x015e}, + {-21, -53, -742, 0x0188}, + {-15, -53, -742, 0x0162} + } +}; + +StandTile tile_80 = { + 0x000b72, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-21, -53, -742, 0x015e}, + {-75, -53, -800, 0x0000}, + {-75, -53, -796, 0x014e} + } +}; + +StandTile tile_81 = { + 0x000b71, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-21, -53, -742, 0x0156}, + {-19, -53, -800, 0x0000}, + {-75, -53, -800, 0x015a} + } +}; + +StandTile tile_82 = { + 0x000a72, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {47, -53, -762, 0x0166}, + {-19, -53, -800, 0x0156}, + {-15, -53, -742, 0x0131} + } +}; + +StandTile tile_83 = { + 0x000a71, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {47, -53, -762, 0x0083}, + {47, -53, -796, 0x0000}, + {47, -53, -800, 0x0000}, + {-19, -53, -800, 0x0162} + } +}; + +StandTile tile_84 = { + 0x000970, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-200, -53, -571, 0x0177}, + {-79, -53, -603, 0x0111}, + {-140, -53, -625, 0x016f} + } +}; + +StandTile tile_85 = { + 0x000872, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-140, -53, -625, 0x0173}, + {-204, -53, -571, 0x0000}, + {-200, -53, -571, 0x016b} + } +}; + +StandTile tile_86 = { + 0x000871, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-140, -53, -625, 0x007f}, + {-205, -53, -646, 0x0000}, + {-204, -53, -571, 0x016f} + } +}; + +StandTile tile_87 = { + 0x000772, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {-200, -53, -571, 0x017c}, + {-79, -53, -567, 0x0000}, + {-79, -53, -571, 0x0184}, + {-79, -53, -603, 0x016b} + } +}; + +StandTile tile_88 = { + 0x000771, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-200, -53, -571, 0x0000}, + {-200, -53, -567, 0x0000}, + {-79, -53, -567, 0x0177} + } +}; + +StandTile tile_89 = { + 0x000672, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-21, -53, -625, 0x0184}, + {-79, -53, -571, 0x0000}, + {-75, -53, -571, 0x0194} + } +}; + +StandTile tile_90 = { + 0x000671, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-21, -53, -625, 0x0111}, + {-79, -53, -603, 0x0177}, + {-79, -53, -571, 0x0180} + } +}; + +StandTile tile_91 = { + 0x000570, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-15, -53, -742, 0x0156}, + {-21, -53, -742, 0x018c}, + {-15, -53, -625, 0x0121} + } +}; + +StandTile tile_92 = { + 0x000470, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-21, -53, -742, 0x0115}, + {-21, -53, -625, 0x0190}, + {-15, -53, -625, 0x0188} + } +}; + +StandTile tile_93 = { + 0x000370, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-15, -53, -625, 0x018c}, + {-21, -53, -625, 0x0194}, + {-19, -53, -567, 0x01a1} + } +}; + +StandTile tile_94 = { + 0x000272, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-75, -53, -571, 0x0198}, + {-19, -53, -567, 0x0190}, + {-21, -53, -625, 0x0180} + } +}; + +StandTile tile_95 = { + 0x000271, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-75, -53, -571, 0x0000}, + {-75, -53, -567, 0x0000}, + {-19, -53, -567, 0x0194} + } +}; + +StandTile tile_96 = { + 0x000172, 0x52, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {-15, -53, -625, 0x01a1}, + {47, -53, -567, 0x0000}, + {47, -53, -571, 0x00b7}, + {47, -53, -603, 0x0129} + } +}; + +StandTile tile_97 = { + 0x000171, 0x52, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-15, -53, -625, 0x0190}, + {-19, -53, -567, 0x0000}, + {47, -53, -567, 0x019c} + } +}; + +StandTile tile_98 = { + 0x01816a, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {329, -53, -555, 0x01aa}, + {394, -53, -651, 0x0268}, + {329, -53, -631, 0x1706}, + {329, -53, -563, 0x174c} + } +}; + +StandTile tile_99 = { + 0x018169, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {329, -53, -555, 0x029e}, + {394, -53, -534, 0x0234}, + {394, -53, -651, 0x01a5} + } +}; + +StandTile tile_100 = { + 0x002b68, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {581, -53, -705, 0x0291}, + {581, -53, -671, 0x01d6}, + {592, -53, -683, 0x01b2} + } +}; + +StandTile tile_101 = { + 0x002a6a, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -683, 0x01b6}, + {584, -53, -705, 0x0000}, + {581, -53, -705, 0x01ae} + } +}; + +StandTile tile_102 = { + 0x002a69, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -683, 0x01c2}, + {592, -53, -700, 0x01da}, + {584, -53, -705, 0x01b2} + } +}; + +StandTile tile_103 = { + 0x00296a, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -700, 0x01be}, + {662, -53, -709, 0x0000}, + {606, -53, -709, 0x01de} + } +}; + +StandTile tile_104 = { + 0x002969, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -700, 0x01c2}, + {662, -53, -700, 0x021a}, + {662, -53, -709, 0x01ba} + } +}; + +StandTile tile_105 = { + 0x00286a, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -683, 0x01c6}, + {662, -53, -700, 0x01be}, + {592, -53, -700, 0x01b6} + } +}; + +StandTile tile_106 = { + 0x002869, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -683, 0x01ca}, + {662, -53, -683, 0x021a}, + {662, -53, -700, 0x01c2} + } +}; + +StandTile tile_107 = { + 0x00276a, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {646, -53, -659, 0x01ce}, + {662, -53, -683, 0x01c6}, + {592, -53, -683, 0x01d2} + } +}; + +StandTile tile_108 = { + 0x002769, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {646, -53, -659, 0x0230}, + {662, -53, -659, 0x021a}, + {662, -53, -683, 0x01ca} + } +}; + +StandTile tile_109 = { + 0x00266a, 0x4e, + 0x0, + 0xb, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -683, 0x01d6}, + {638, -53, -651, 0x0224}, + {646, -53, -659, 0x01ca} + } +}; + +StandTile tile_110 = { + 0x002669, 0x4e, + 0x0, + 0xb, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -683, 0x01ae}, + {581, -53, -671, 0x025c}, + {638, -53, -651, 0x01d2} + } +}; + +StandTile tile_111 = { + 0x00256a, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -700, 0x01de}, + {584, -53, -709, 0x0000}, + {584, -53, -705, 0x01b6} + } +}; + +StandTile tile_112 = { + 0x002569, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -700, 0x01ba}, + {606, -53, -709, 0x0000}, + {584, -53, -709, 0x01da} + } +}; + +StandTile tile_113 = { + 0x002468, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -502, 0x0206}, + {581, -53, -512, 0x02c7}, + {581, -53, -480, 0x01e6} + } +}; + +StandTile tile_114 = { + 0x00236a, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {581, -53, -480, 0x01ea}, + {592, -53, -485, 0x01f6}, + {592, -53, -502, 0x01e2} + } +}; + +StandTile tile_115 = { + 0x002369, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {581, -53, -480, 0x0000}, + {584, -53, -480, 0x020e}, + {592, -53, -485, 0x01e6} + } +}; + +StandTile tile_116 = { + 0x00226a, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {606, -53, -476, 0x01f2}, + {662, -53, -485, 0x01fa}, + {592, -53, -485, 0x020e} + } +}; + +StandTile tile_117 = { + 0x002269, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {606, -53, -476, 0x0000}, + {662, -53, -476, 0x021a}, + {662, -53, -485, 0x01ee} + } +}; + +StandTile tile_118 = { + 0x00216a, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -485, 0x01fa}, + {662, -53, -502, 0x0202}, + {592, -53, -502, 0x01e6} + } +}; + +StandTile tile_119 = { + 0x002169, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -485, 0x01ee}, + {662, -53, -485, 0x021a}, + {662, -53, -502, 0x01f6} + } +}; + +StandTile tile_120 = { + 0x00206a, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -502, 0x0202}, + {662, -53, -527, 0x022c}, + {646, -53, -527, 0x0206} + } +}; + +StandTile tile_121 = { + 0x002069, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {592, -53, -502, 0x01f6}, + {662, -53, -502, 0x021a}, + {662, -53, -527, 0x01fe} + } +}; + +StandTile tile_122 = { + 0x001f6a, 0x4e, + 0x0, + 0xb, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {646, -53, -527, 0x020a}, + {581, -53, -512, 0x01e2}, + {592, -53, -502, 0x01fe} + } +}; + +StandTile tile_123 = { + 0x001f69, 0x4e, + 0x0, + 0xe, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {646, -53, -527, 0x0228}, + {638, -53, -534, 0x0254}, + {581, -53, -512, 0x0206} + } +}; + +StandTile tile_124 = { + 0x001e6a, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {584, -53, -480, 0x0212}, + {606, -53, -476, 0x01ee}, + {592, -53, -485, 0x01ea} + } +}; + +StandTile tile_125 = { + 0x001e69, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {584, -53, -480, 0x0000}, + {584, -53, -476, 0x0000}, + {606, -53, -476, 0x020e} + } +}; + +StandTile tile_126 = { + 0x001d6a, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {710, -53, -709, 0x021a}, + {662, -53, -476, 0x0000}, + {710, -53, -476, 0x0000} + } +}; + +StandTile tile_127 = { + 0x001d69, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 9, + 0x0, 0x1, 0x8, + { + {710, -53, -709, 0x0000}, + {662, -53, -709, 0x01be}, + {662, -53, -700, 0x01c6}, + {662, -53, -683, 0x01ce}, + {662, -53, -659, 0x0230}, + {662, -53, -527, 0x0202}, + {662, -53, -502, 0x01fa}, + {662, -53, -485, 0x01f2}, + {662, -53, -476, 0x0216} + } +}; + +StandTile tile_128 = { + 0x018c6a, 0x4e, + 0x0, + 0xe, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {638, -53, -534, 0x0228}, + {646, -53, -659, 0x01d2}, + {638, -53, -651, 0x0258} + } +}; + +StandTile tile_129 = { + 0x018c69, 0x4e, + 0x0, + 0xe, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {638, -53, -534, 0x020a}, + {646, -53, -527, 0x022c}, + {646, -53, -659, 0x0224} + } +}; + +StandTile tile_130 = { + 0x001c6a, 0x4e, + 0x0, + 0xb, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {662, -53, -527, 0x0230}, + {646, -53, -659, 0x0228}, + {646, -53, -527, 0x01fe} + } +}; + +StandTile tile_131 = { + 0x001c69, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {662, -53, -527, 0x021a}, + {662, -53, -659, 0x01ce}, + {646, -53, -659, 0x022c} + } +}; + +StandTile tile_132 = { + 0x001a68, 0x4e, + 0x0, + 0x8, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {455, -53, -593, 0x0248}, + {394, -53, -651, 0x01aa}, + {394, -53, -534, 0x0238} + } +}; + +StandTile tile_133 = { + 0x00196a, 0x4e, + 0x0, + 0x8, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {394, -53, -534, 0x023c}, + {513, -53, -534, 0x0240}, + {455, -53, -593, 0x0234} + } +}; + +StandTile tile_134 = { + 0x001969, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {394, -53, -534, 0x0296}, + {455, -53, -512, 0x02af}, + {513, -53, -534, 0x0238} + } +}; + +StandTile tile_135 = { + 0x001868, 0x4e, + 0x0, + 0x8, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {513, -53, -534, 0x02b7}, + {513, -53, -651, 0x0248}, + {455, -53, -593, 0x0238} + } +}; + +StandTile tile_136 = { + 0x00176a, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {394, -53, -651, 0x0248}, + {513, -53, -651, 0x0279}, + {455, -53, -671, 0x0264} + } +}; + +StandTile tile_137 = { + 0x001769, 0x4e, + 0x0, + 0x8, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {394, -53, -651, 0x0234}, + {455, -53, -593, 0x0240}, + {513, -53, -651, 0x0244} + } +}; + +StandTile tile_138 = { + 0x001668, 0x4e, + 0x0, + 0x8, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {581, -53, -593, 0x0260}, + {519, -53, -651, 0x02b3}, + {519, -53, -534, 0x0250} + } +}; + +StandTile tile_139 = { + 0x00156a, 0x4e, + 0x0, + 0xb, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {519, -53, -534, 0x0254}, + {638, -53, -534, 0x0258}, + {581, -53, -593, 0x024c} + } +}; + +StandTile tile_140 = { + 0x001569, 0x4e, + 0x0, + 0xb, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {519, -53, -534, 0x02c7}, + {581, -53, -512, 0x020a}, + {638, -53, -534, 0x0250} + } +}; + +StandTile tile_141 = { + 0x001468, 0x4e, + 0x0, + 0xe, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {638, -53, -534, 0x0224}, + {638, -53, -651, 0x0260}, + {581, -53, -593, 0x0250} + } +}; + +StandTile tile_142 = { + 0x00136a, 0x4e, + 0x0, + 0xb, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {519, -53, -651, 0x0260}, + {638, -53, -651, 0x01d6}, + {581, -53, -671, 0x028d} + } +}; + +StandTile tile_143 = { + 0x001369, 0x4e, + 0x0, + 0xb, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {519, -53, -651, 0x024c}, + {581, -53, -593, 0x0258}, + {638, -53, -651, 0x025c} + } +}; + +StandTile tile_144 = { + 0x001268, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {394, -53, -651, 0x0244}, + {455, -53, -671, 0x0270}, + {334, -53, -705, 0x0268} + } +}; + +StandTile tile_145 = { + 0x00116a, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {334, -53, -705, 0x026c}, + {329, -53, -631, 0x01a5}, + {394, -53, -651, 0x0264} + } +}; + +StandTile tile_146 = { + 0x001169, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {334, -53, -705, 0x0000}, + {330, -53, -705, 0x0000}, + {329, -53, -631, 0x0268} + } +}; + +StandTile tile_147 = { + 0x00106a, 0x4e, + 0x0, + 0xc, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {455, -53, -671, 0x0274}, + {334, -53, -709, 0x0000}, + {334, -53, -705, 0x0264} + } +}; + +StandTile tile_148 = { + 0x001069, 0x4e, + 0x0, + 0xc, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {455, -53, -671, 0x027d}, + {455, -53, -705, 0x0000}, + {455, -53, -709, 0x0000}, + {334, -53, -709, 0x0270} + } +}; + +StandTile tile_149 = { + 0x000f6a, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {459, -53, -705, 0x027d}, + {455, -53, -671, 0x0244}, + {513, -53, -651, 0x0285} + } +}; + +StandTile tile_150 = { + 0x000f69, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {459, -53, -705, 0x0000}, + {455, -53, -705, 0x0274}, + {455, -53, -671, 0x0279} + } +}; + +StandTile tile_151 = { + 0x000c68, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {516, -53, -709, 0x0289}, + {513, -53, -651, 0x02b3}, + {519, -53, -651, 0x028d} + } +}; + +StandTile tile_152 = { + 0x000b6a, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {513, -53, -651, 0x0289}, + {459, -53, -709, 0x0000}, + {459, -53, -705, 0x0279} + } +}; + +StandTile tile_153 = { + 0x000b69, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {513, -53, -651, 0x0281}, + {516, -53, -709, 0x0000}, + {459, -53, -709, 0x0285} + } +}; + +StandTile tile_154 = { + 0x000a6a, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {581, -53, -671, 0x0291}, + {516, -53, -709, 0x0281}, + {519, -53, -651, 0x025c} + } +}; + +StandTile tile_155 = { + 0x000a69, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {581, -53, -671, 0x01ae}, + {581, -53, -705, 0x0000}, + {581, -53, -709, 0x0000}, + {516, -53, -709, 0x028d} + } +}; + +StandTile tile_156 = { + 0x000968, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {334, -53, -480, 0x02a2}, + {455, -53, -512, 0x023c}, + {394, -53, -534, 0x029a} + } +}; + +StandTile tile_157 = { + 0x00086a, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {394, -53, -534, 0x029e}, + {330, -53, -480, 0x0000}, + {334, -53, -480, 0x0296} + } +}; + +StandTile tile_158 = { + 0x000869, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {394, -53, -534, 0x01aa}, + {329, -53, -555, 0x0000}, + {330, -53, -480, 0x029a} + } +}; + +StandTile tile_159 = { + 0x00076a, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {334, -53, -480, 0x02a7}, + {455, -53, -476, 0x0000}, + {455, -53, -480, 0x02af}, + {455, -53, -512, 0x0296} + } +}; + +StandTile tile_160 = { + 0x000769, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {334, -53, -480, 0x0000}, + {334, -53, -476, 0x0000}, + {455, -53, -476, 0x02a2} + } +}; + +StandTile tile_161 = { + 0x00066a, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {513, -53, -534, 0x02af}, + {455, -53, -480, 0x0000}, + {459, -53, -480, 0x02bf} + } +}; + +StandTile tile_162 = { + 0x000669, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {513, -53, -534, 0x023c}, + {455, -53, -512, 0x02a2}, + {455, -53, -480, 0x02ab} + } +}; + +StandTile tile_163 = { + 0x000568, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {519, -53, -651, 0x0281}, + {513, -53, -651, 0x02b7}, + {519, -53, -534, 0x024c} + } +}; + +StandTile tile_164 = { + 0x000468, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {513, -53, -651, 0x0240}, + {513, -53, -534, 0x02bb}, + {519, -53, -534, 0x02b3} + } +}; + +StandTile tile_165 = { + 0x000368, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {519, -53, -534, 0x02b7}, + {513, -53, -534, 0x02bf}, + {516, -53, -476, 0x02cc} + } +}; + +StandTile tile_166 = { + 0x00026a, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {459, -53, -480, 0x02c3}, + {516, -53, -476, 0x02bb}, + {513, -53, -534, 0x02ab} + } +}; + +StandTile tile_167 = { + 0x000269, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {459, -53, -480, 0x0000}, + {459, -53, -476, 0x0000}, + {516, -53, -476, 0x02bf} + } +}; + +StandTile tile_168 = { + 0x00016a, 0x4e, + 0x0, + 0x9, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {519, -53, -534, 0x02cc}, + {581, -53, -476, 0x0000}, + {581, -53, -480, 0x01e2}, + {581, -53, -512, 0x0254} + } +}; + +StandTile tile_169 = { + 0x000169, 0x4e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {519, -53, -534, 0x02bb}, + {516, -53, -476, 0x0000}, + {581, -53, -476, 0x02c7} + } +}; + +StandTile tile_170 = { + 0x018162, 0x4a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-690, -53, -801, 0x02d4}, + {-593, -53, -742, 0x0392}, + {-613, -53, -801, 0x18e2} + } +}; + +StandTile tile_171 = { + 0x018161, 0x4a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-690, -53, -801, 0x03c8}, + {-710, -53, -742, 0x035e}, + {-593, -53, -742, 0x02d0} + } +}; + +StandTile tile_172 = { + 0x002b60, 0x4a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-539, -53, -574, 0x03bb}, + {-573, -53, -574, 0x0300}, + {-561, -53, -564, 0x02dc} + } +}; + +StandTile tile_173 = { + 0x002a62, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-561, -53, -564, 0x02e0}, + {-539, -53, -571, 0x0000}, + {-539, -53, -574, 0x02d8} + } +}; + +StandTile tile_174 = { + 0x002a61, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-561, -53, -564, 0x02ec}, + {-544, -53, -564, 0x0304}, + {-539, -53, -571, 0x02dc} + } +}; + +StandTile tile_175 = { + 0x002962, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-544, -53, -564, 0x02e8}, + {-535, -53, -501, 0x0000}, + {-535, -53, -551, 0x0308} + } +}; + +StandTile tile_176 = { + 0x002961, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-544, -53, -564, 0x02ec}, + {-544, -53, -501, 0x0344}, + {-535, -53, -501, 0x02e4} + } +}; + +StandTile tile_177 = { + 0x002862, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-561, -53, -564, 0x02f0}, + {-544, -53, -501, 0x02e8}, + {-544, -53, -564, 0x02e0} + } +}; + +StandTile tile_178 = { + 0x002861, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-561, -53, -564, 0x02f4}, + {-561, -53, -501, 0x0344}, + {-544, -53, -501, 0x02ec} + } +}; + +StandTile tile_179 = { + 0x002762, 0x4a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-585, -53, -516, 0x02f8}, + {-561, -53, -501, 0x02f0}, + {-561, -53, -564, 0x02fc} + } +}; + +StandTile tile_180 = { + 0x002761, 0x4a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-585, -53, -516, 0x035a}, + {-585, -53, -501, 0x0344}, + {-561, -53, -501, 0x02f4} + } +}; + +StandTile tile_181 = { + 0x002662, 0x4a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-561, -53, -564, 0x0300}, + {-593, -53, -522, 0x034e}, + {-585, -53, -516, 0x02f4} + } +}; + +StandTile tile_182 = { + 0x002661, 0x4a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-561, -53, -564, 0x02d8}, + {-573, -53, -574, 0x0386}, + {-593, -53, -522, 0x02fc} + } +}; + +StandTile tile_183 = { + 0x002562, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-544, -53, -564, 0x0308}, + {-535, -53, -571, 0x0000}, + {-539, -53, -571, 0x02e0} + } +}; + +StandTile tile_184 = { + 0x002561, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-544, -53, -564, 0x02e4}, + {-535, -53, -551, 0x0000}, + {-535, -53, -571, 0x0304} + } +}; + +StandTile tile_185 = { + 0x002460, 0x4a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-742, -53, -564, 0x0330}, + {-732, -53, -574, 0x03f1}, + {-764, -53, -574, 0x0310} + } +}; + +StandTile tile_186 = { + 0x002362, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-764, -53, -574, 0x0314}, + {-759, -53, -564, 0x0320}, + {-742, -53, -564, 0x030c} + } +}; + +StandTile tile_187 = { + 0x002361, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-764, -53, -574, 0x0000}, + {-764, -53, -571, 0x0338}, + {-759, -53, -564, 0x0310} + } +}; + +StandTile tile_188 = { + 0x002262, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-768, -53, -551, 0x031c}, + {-759, -53, -501, 0x0324}, + {-759, -53, -564, 0x0338} + } +}; + +StandTile tile_189 = { + 0x002261, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-768, -53, -551, 0x0000}, + {-768, -53, -501, 0x0344}, + {-759, -53, -501, 0x0318} + } +}; + +StandTile tile_190 = { + 0x002162, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-759, -53, -564, 0x0324}, + {-742, -53, -501, 0x032c}, + {-742, -53, -564, 0x0310} + } +}; + +StandTile tile_191 = { + 0x002161, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-759, -53, -564, 0x0318}, + {-759, -53, -501, 0x0344}, + {-742, -53, -501, 0x0320} + } +}; + +StandTile tile_192 = { + 0x002062, 0x4a, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-742, -53, -564, 0x032c}, + {-717, -53, -501, 0x0356}, + {-717, -53, -516, 0x0330} + } +}; + +StandTile tile_193 = { + 0x002061, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-742, -53, -564, 0x0320}, + {-742, -53, -501, 0x0344}, + {-717, -53, -501, 0x0328} + } +}; + +StandTile tile_194 = { + 0x001f62, 0x4a, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-717, -53, -516, 0x0334}, + {-732, -53, -574, 0x030c}, + {-742, -53, -564, 0x0328} + } +}; + +StandTile tile_195 = { + 0x001f61, 0x4a, + 0x0, + 0xa, 0xb, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-717, -53, -516, 0x0352}, + {-710, -53, -522, 0x037e}, + {-732, -53, -574, 0x0330} + } +}; + +StandTile tile_196 = { + 0x001e62, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-764, -53, -571, 0x033c}, + {-768, -53, -551, 0x0318}, + {-759, -53, -564, 0x0314} + } +}; + +StandTile tile_197 = { + 0x001e61, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-764, -53, -571, 0x0000}, + {-768, -53, -571, 0x0000}, + {-768, -53, -551, 0x0338} + } +}; + +StandTile tile_198 = { + 0x001d62, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-535, -53, -458, 0x0344}, + {-768, -53, -501, 0x0000}, + {-768, -53, -458, 0x0000} + } +}; + +StandTile tile_199 = { + 0x001d61, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 9, + 0x0, 0x1, 0x8, + { + {-535, -53, -458, 0x0000}, + {-535, -53, -501, 0x02e8}, + {-544, -53, -501, 0x02f0}, + {-561, -53, -501, 0x02f8}, + {-585, -53, -501, 0x035a}, + {-717, -53, -501, 0x032c}, + {-742, -53, -501, 0x0324}, + {-759, -53, -501, 0x031c}, + {-768, -53, -501, 0x0340} + } +}; + +StandTile tile_200 = { + 0x018c62, 0x4a, + 0x0, + 0xd, 0xd, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-710, -53, -522, 0x0352}, + {-585, -53, -516, 0x02fc}, + {-593, -53, -522, 0x0382} + } +}; + +StandTile tile_201 = { + 0x018c61, 0x4a, + 0x0, + 0xa, 0xb, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-710, -53, -522, 0x0334}, + {-717, -53, -516, 0x0356}, + {-585, -53, -516, 0x034e} + } +}; + +StandTile tile_202 = { + 0x001c62, 0x4a, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-717, -53, -501, 0x035a}, + {-585, -53, -516, 0x0352}, + {-717, -53, -516, 0x0328} + } +}; + +StandTile tile_203 = { + 0x001c61, 0x4a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-717, -53, -501, 0x0344}, + {-585, -53, -501, 0x02f8}, + {-585, -53, -516, 0x0356} + } +}; + +StandTile tile_204 = { + 0x001a60, 0x4a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-651, -53, -687, 0x0372}, + {-593, -53, -742, 0x02d4}, + {-710, -53, -742, 0x0362} + } +}; + +StandTile tile_205 = { + 0x001962, 0x4a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-710, -53, -742, 0x0366}, + {-710, -53, -635, 0x036a}, + {-651, -53, -687, 0x035e} + } +}; + +StandTile tile_206 = { + 0x001961, 0x4a, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-710, -53, -742, 0x03c0}, + {-732, -53, -687, 0x03d9}, + {-710, -53, -635, 0x0362} + } +}; + +StandTile tile_207 = { + 0x001860, 0x4a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-710, -53, -635, 0x03e1}, + {-593, -53, -635, 0x0372}, + {-651, -53, -687, 0x0362} + } +}; + +StandTile tile_208 = { + 0x001762, 0x4a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-593, -53, -742, 0x0372}, + {-593, -53, -635, 0x03a3}, + {-573, -53, -687, 0x038e} + } +}; + +StandTile tile_209 = { + 0x001761, 0x4a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-593, -53, -742, 0x035e}, + {-651, -53, -687, 0x036a}, + {-593, -53, -635, 0x036e} + } +}; + +StandTile tile_210 = { + 0x001660, 0x4a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-651, -53, -574, 0x038a}, + {-593, -53, -629, 0x03dd}, + {-710, -53, -629, 0x037a} + } +}; + +StandTile tile_211 = { + 0x001562, 0x4a, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-710, -53, -629, 0x037e}, + {-710, -53, -522, 0x0382}, + {-651, -53, -574, 0x0376} + } +}; + +StandTile tile_212 = { + 0x001561, 0x4a, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-710, -53, -629, 0x03f1}, + {-732, -53, -574, 0x0334}, + {-710, -53, -522, 0x037a} + } +}; + +StandTile tile_213 = { + 0x001460, 0x4a, + 0x0, + 0xd, 0xd, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-710, -53, -522, 0x034e}, + {-593, -53, -522, 0x038a}, + {-651, -53, -574, 0x037a} + } +}; + +StandTile tile_214 = { + 0x001362, 0x4a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-593, -53, -629, 0x038a}, + {-593, -53, -522, 0x0300}, + {-573, -53, -574, 0x03b7} + } +}; + +StandTile tile_215 = { + 0x001361, 0x4a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-593, -53, -629, 0x0376}, + {-651, -53, -574, 0x0382}, + {-593, -53, -522, 0x0386} + } +}; + +StandTile tile_216 = { + 0x001260, 0x4a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-593, -53, -742, 0x036e}, + {-573, -53, -687, 0x039a}, + {-539, -53, -796, 0x0392} + } +}; + +StandTile tile_217 = { + 0x001162, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-539, -53, -796, 0x0396}, + {-613, -53, -801, 0x02d0}, + {-593, -53, -742, 0x038e} + } +}; + +StandTile tile_218 = { + 0x001161, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-539, -53, -796, 0x0000}, + {-539, -53, -800, 0x0000}, + {-613, -53, -801, 0x0392} + } +}; + +StandTile tile_219 = { + 0x001062, 0x4a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-573, -53, -687, 0x039e}, + {-535, -53, -796, 0x0000}, + {-539, -53, -796, 0x038e} + } +}; + +StandTile tile_220 = { + 0x001061, 0x4a, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {-573, -53, -687, 0x03a7}, + {-539, -53, -687, 0x0000}, + {-535, -53, -687, 0x0000}, + {-535, -53, -796, 0x039a} + } +}; + +StandTile tile_221 = { + 0x000f62, 0x4a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-539, -53, -684, 0x03a7}, + {-573, -53, -687, 0x036e}, + {-593, -53, -635, 0x03af} + } +}; + +StandTile tile_222 = { + 0x000f61, 0x4a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-539, -53, -684, 0x0000}, + {-539, -53, -687, 0x039e}, + {-573, -53, -687, 0x03a3} + } +}; + +StandTile tile_223 = { + 0x000c60, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-535, -53, -633, 0x03b3}, + {-593, -53, -635, 0x03dd}, + {-593, -53, -629, 0x03b7} + } +}; + +StandTile tile_224 = { + 0x000b62, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-593, -53, -635, 0x03b3}, + {-535, -53, -684, 0x0000}, + {-539, -53, -684, 0x03a3} + } +}; + +StandTile tile_225 = { + 0x000b61, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-593, -53, -635, 0x03ab}, + {-535, -53, -633, 0x0000}, + {-535, -53, -684, 0x03af} + } +}; + +StandTile tile_226 = { + 0x000a62, 0x4a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-573, -53, -574, 0x03bb}, + {-535, -53, -633, 0x03ab}, + {-593, -53, -629, 0x0386} + } +}; + +StandTile tile_227 = { + 0x000a61, 0x4a, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {-573, -53, -574, 0x02d8}, + {-539, -53, -574, 0x0000}, + {-535, -53, -574, 0x0000}, + {-535, -53, -633, 0x03b7} + } +}; + +StandTile tile_228 = { + 0x000960, 0x4a, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-764, -53, -796, 0x03cc}, + {-732, -53, -687, 0x0366}, + {-710, -53, -742, 0x03c4} + } +}; + +StandTile tile_229 = { + 0x000862, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-710, -53, -742, 0x03c8}, + {-764, -53, -800, 0x0000}, + {-764, -53, -796, 0x03c0} + } +}; + +StandTile tile_230 = { + 0x000861, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-710, -53, -742, 0x02d4}, + {-690, -53, -801, 0x0000}, + {-764, -53, -800, 0x03c4} + } +}; + +StandTile tile_231 = { + 0x000762, 0x4a, + 0x0, + 0x6, 0x7, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {-764, -53, -796, 0x03d1}, + {-768, -53, -687, 0x0000}, + {-764, -53, -687, 0x03d9}, + {-732, -53, -687, 0x03c0} + } +}; + +StandTile tile_232 = { + 0x000761, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-764, -53, -796, 0x0000}, + {-768, -53, -796, 0x0000}, + {-768, -53, -687, 0x03cc} + } +}; + +StandTile tile_233 = { + 0x000662, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-710, -53, -635, 0x03d9}, + {-764, -53, -687, 0x0000}, + {-764, -53, -684, 0x03e9} + } +}; + +StandTile tile_234 = { + 0x000661, 0x4a, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-710, -53, -635, 0x0366}, + {-732, -53, -687, 0x03cc}, + {-764, -53, -687, 0x03d5} + } +}; + +StandTile tile_235 = { + 0x000560, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-593, -53, -629, 0x03ab}, + {-593, -53, -635, 0x03e1}, + {-710, -53, -629, 0x0376} + } +}; + +StandTile tile_236 = { + 0x000460, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-593, -53, -635, 0x036a}, + {-710, -53, -635, 0x03e5}, + {-710, -53, -629, 0x03dd} + } +}; + +StandTile tile_237 = { + 0x000360, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-710, -53, -629, 0x03e1}, + {-710, -53, -635, 0x03e9}, + {-768, -53, -633, 0x03f6} + } +}; + +StandTile tile_238 = { + 0x000262, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-764, -53, -684, 0x03ed}, + {-768, -53, -633, 0x03e5}, + {-710, -53, -635, 0x03d5} + } +}; + +StandTile tile_239 = { + 0x000261, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-764, -53, -684, 0x0000}, + {-768, -53, -684, 0x0000}, + {-768, -53, -633, 0x03e9} + } +}; + +StandTile tile_240 = { + 0x000162, 0x4a, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {-710, -53, -629, 0x03f6}, + {-768, -53, -574, 0x0000}, + {-764, -53, -574, 0x030c}, + {-732, -53, -574, 0x037e} + } +}; + +StandTile tile_241 = { + 0x000161, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-710, -53, -629, 0x03e5}, + {-768, -53, -633, 0x0000}, + {-768, -53, -574, 0x03f1} + } +}; + +StandTile tile_242 = { + 0x01815a, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-543, -53, -973, 0x03fe}, + {-640, -53, -1037, 0x04bc}, + {-619, -53, -973, 0x194f} + } +}; + +StandTile tile_243 = { + 0x018159, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-543, -53, -973, 0x04f2}, + {-522, -53, -1037, 0x0488}, + {-640, -53, -1037, 0x03fa} + } +}; + +StandTile tile_244 = { + 0x002b58, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-693, -53, -1223, 0x04e5}, + {-659, -53, -1223, 0x042a}, + {-671, -53, -1234, 0x0406} + } +}; + +StandTile tile_245 = { + 0x002a5a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-671, -53, -1234, 0x040a}, + {-693, -53, -1227, 0x0000}, + {-693, -53, -1223, 0x0402} + } +}; + +StandTile tile_246 = { + 0x002a59, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-671, -53, -1234, 0x0416}, + {-689, -53, -1234, 0x042e}, + {-693, -53, -1227, 0x0406} + } +}; + +StandTile tile_247 = { + 0x00295a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-689, -53, -1234, 0x0412}, + {-697, -53, -1304, 0x0000}, + {-697, -53, -1249, 0x0432} + } +}; + +StandTile tile_248 = { + 0x002959, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-689, -53, -1234, 0x0416}, + {-689, -53, -1304, 0x046e}, + {-697, -53, -1304, 0x040e} + } +}; + +StandTile tile_249 = { + 0x00285a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-671, -53, -1234, 0x041a}, + {-689, -53, -1304, 0x0412}, + {-689, -53, -1234, 0x040a} + } +}; + +StandTile tile_250 = { + 0x002859, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-671, -53, -1234, 0x041e}, + {-671, -53, -1304, 0x046e}, + {-689, -53, -1304, 0x0416} + } +}; + +StandTile tile_251 = { + 0x00275a, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-647, -53, -1288, 0x0422}, + {-671, -53, -1304, 0x041a}, + {-671, -53, -1234, 0x0426} + } +}; + +StandTile tile_252 = { + 0x002759, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-647, -53, -1288, 0x0484}, + {-647, -53, -1304, 0x046e}, + {-671, -53, -1304, 0x041e} + } +}; + +StandTile tile_253 = { + 0x00265a, 0x46, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-671, -53, -1234, 0x042a}, + {-640, -53, -1281, 0x0478}, + {-647, -53, -1288, 0x041e} + } +}; + +StandTile tile_254 = { + 0x002659, 0x46, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-671, -53, -1234, 0x0402}, + {-659, -53, -1223, 0x04b0}, + {-640, -53, -1281, 0x0426} + } +}; + +StandTile tile_255 = { + 0x00255a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-689, -53, -1234, 0x0432}, + {-697, -53, -1227, 0x0000}, + {-693, -53, -1227, 0x040a} + } +}; + +StandTile tile_256 = { + 0x002559, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-689, -53, -1234, 0x040e}, + {-697, -53, -1249, 0x0000}, + {-697, -53, -1227, 0x042e} + } +}; + +StandTile tile_257 = { + 0x002458, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-491, -53, -1234, 0x045a}, + {-500, -53, -1223, 0x051b}, + {-469, -53, -1223, 0x043a} + } +}; + +StandTile tile_258 = { + 0x00235a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-469, -53, -1223, 0x043e}, + {-473, -53, -1234, 0x044a}, + {-491, -53, -1234, 0x0436} + } +}; + +StandTile tile_259 = { + 0x002359, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-469, -53, -1223, 0x0000}, + {-469, -53, -1227, 0x0462}, + {-473, -53, -1234, 0x043a} + } +}; + +StandTile tile_260 = { + 0x00225a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, -1249, 0x0446}, + {-473, -53, -1304, 0x044e}, + {-473, -53, -1234, 0x0462} + } +}; + +StandTile tile_261 = { + 0x002259, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, -1249, 0x0000}, + {-464, -53, -1304, 0x046e}, + {-473, -53, -1304, 0x0442} + } +}; + +StandTile tile_262 = { + 0x00215a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-473, -53, -1234, 0x044e}, + {-491, -53, -1304, 0x0456}, + {-491, -53, -1234, 0x043a} + } +}; + +StandTile tile_263 = { + 0x002159, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-473, -53, -1234, 0x0442}, + {-473, -53, -1304, 0x046e}, + {-491, -53, -1304, 0x044a} + } +}; + +StandTile tile_264 = { + 0x00205a, 0x46, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-491, -53, -1234, 0x0456}, + {-515, -53, -1304, 0x0480}, + {-515, -53, -1288, 0x045a} + } +}; + +StandTile tile_265 = { + 0x002059, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-491, -53, -1234, 0x044a}, + {-491, -53, -1304, 0x046e}, + {-515, -53, -1304, 0x0452} + } +}; + +StandTile tile_266 = { + 0x001f5a, 0x46, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-515, -53, -1288, 0x045e}, + {-500, -53, -1223, 0x0436}, + {-491, -53, -1234, 0x0452} + } +}; + +StandTile tile_267 = { + 0x001f59, 0x46, + 0x0, + 0xa, 0xb, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-515, -53, -1288, 0x047c}, + {-522, -53, -1281, 0x04a8}, + {-500, -53, -1223, 0x045a} + } +}; + +StandTile tile_268 = { + 0x001e5a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-469, -53, -1227, 0x0466}, + {-464, -53, -1249, 0x0442}, + {-473, -53, -1234, 0x043e} + } +}; + +StandTile tile_269 = { + 0x001e59, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-469, -53, -1227, 0x0000}, + {-464, -53, -1227, 0x0000}, + {-464, -53, -1249, 0x0462} + } +}; + +StandTile tile_270 = { + 0x001d5a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-697, -53, -1352, 0x046e}, + {-464, -53, -1304, 0x0000}, + {-464, -53, -1352, 0x0000} + } +}; + +StandTile tile_271 = { + 0x001d59, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 9, + 0x0, 0x1, 0x8, + { + {-697, -53, -1352, 0x0000}, + {-697, -53, -1304, 0x0412}, + {-689, -53, -1304, 0x041a}, + {-671, -53, -1304, 0x0422}, + {-647, -53, -1304, 0x0484}, + {-515, -53, -1304, 0x0456}, + {-491, -53, -1304, 0x044e}, + {-473, -53, -1304, 0x0446}, + {-464, -53, -1304, 0x046a} + } +}; + +StandTile tile_272 = { + 0x018c5a, 0x46, + 0x0, + 0xd, 0xd, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-522, -53, -1281, 0x047c}, + {-647, -53, -1288, 0x0426}, + {-640, -53, -1281, 0x04ac} + } +}; + +StandTile tile_273 = { + 0x018c59, 0x46, + 0x0, + 0xa, 0xb, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-522, -53, -1281, 0x045e}, + {-515, -53, -1288, 0x0480}, + {-647, -53, -1288, 0x0478} + } +}; + +StandTile tile_274 = { + 0x001c5a, 0x46, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-515, -53, -1304, 0x0484}, + {-647, -53, -1288, 0x047c}, + {-515, -53, -1288, 0x0452} + } +}; + +StandTile tile_275 = { + 0x001c59, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-515, -53, -1304, 0x046e}, + {-647, -53, -1304, 0x0422}, + {-647, -53, -1288, 0x0480} + } +}; + +StandTile tile_276 = { + 0x001a58, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-581, -53, -1098, 0x049c}, + {-640, -53, -1037, 0x03fe}, + {-522, -53, -1037, 0x048c} + } +}; + +StandTile tile_277 = { + 0x00195a, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-522, -53, -1037, 0x0490}, + {-522, -53, -1156, 0x0494}, + {-581, -53, -1098, 0x0488} + } +}; + +StandTile tile_278 = { + 0x001959, 0x46, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-522, -53, -1037, 0x04ea}, + {-500, -53, -1098, 0x0503}, + {-522, -53, -1156, 0x048c} + } +}; + +StandTile tile_279 = { + 0x001858, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-522, -53, -1156, 0x050b}, + {-640, -53, -1156, 0x049c}, + {-581, -53, -1098, 0x048c} + } +}; + +StandTile tile_280 = { + 0x00175a, 0x46, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-640, -53, -1037, 0x049c}, + {-640, -53, -1156, 0x04cd}, + {-659, -53, -1098, 0x04b8} + } +}; + +StandTile tile_281 = { + 0x001759, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-640, -53, -1037, 0x0488}, + {-581, -53, -1098, 0x0494}, + {-640, -53, -1156, 0x0498} + } +}; + +StandTile tile_282 = { + 0x001658, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-581, -53, -1223, 0x04b4}, + {-640, -53, -1162, 0x0507}, + {-522, -53, -1162, 0x04a4} + } +}; + +StandTile tile_283 = { + 0x00155a, 0x46, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-522, -53, -1162, 0x04a8}, + {-522, -53, -1281, 0x04ac}, + {-581, -53, -1223, 0x04a0} + } +}; + +StandTile tile_284 = { + 0x001559, 0x46, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-522, -53, -1162, 0x051b}, + {-500, -53, -1223, 0x045e}, + {-522, -53, -1281, 0x04a4} + } +}; + +StandTile tile_285 = { + 0x001458, 0x46, + 0x0, + 0xd, 0xd, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-522, -53, -1281, 0x0478}, + {-640, -53, -1281, 0x04b4}, + {-581, -53, -1223, 0x04a4} + } +}; + +StandTile tile_286 = { + 0x00135a, 0x46, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-640, -53, -1162, 0x04b4}, + {-640, -53, -1281, 0x042a}, + {-659, -53, -1223, 0x04e1} + } +}; + +StandTile tile_287 = { + 0x001359, 0x46, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-640, -53, -1162, 0x04a0}, + {-581, -53, -1223, 0x04ac}, + {-640, -53, -1281, 0x04b0} + } +}; + +StandTile tile_288 = { + 0x001258, 0x46, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-640, -53, -1037, 0x0498}, + {-659, -53, -1098, 0x04c4}, + {-693, -53, -976, 0x04bc} + } +}; + +StandTile tile_289 = { + 0x00115a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-693, -53, -976, 0x04c0}, + {-619, -53, -973, 0x03fa}, + {-640, -53, -1037, 0x04b8} + } +}; + +StandTile tile_290 = { + 0x001159, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-693, -53, -976, 0x0000}, + {-693, -53, -973, 0x0000}, + {-619, -53, -973, 0x04bc} + } +}; + +StandTile tile_291 = { + 0x00105a, 0x46, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-659, -53, -1098, 0x04c8}, + {-697, -53, -976, 0x0000}, + {-693, -53, -976, 0x04b8} + } +}; + +StandTile tile_292 = { + 0x001059, 0x46, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {-659, -53, -1098, 0x04d1}, + {-693, -53, -1098, 0x0000}, + {-697, -53, -1098, 0x0000}, + {-697, -53, -976, 0x04c4} + } +}; + +StandTile tile_293 = { + 0x000f5a, 0x46, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-693, -53, -1102, 0x04d1}, + {-659, -53, -1098, 0x0498}, + {-640, -53, -1156, 0x04d9} + } +}; + +StandTile tile_294 = { + 0x000f59, 0x46, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-693, -53, -1102, 0x0000}, + {-693, -53, -1098, 0x04c8}, + {-659, -53, -1098, 0x04cd} + } +}; + +StandTile tile_295 = { + 0x000c58, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-697, -53, -1158, 0x04dd}, + {-640, -53, -1156, 0x0507}, + {-640, -53, -1162, 0x04e1} + } +}; + +StandTile tile_296 = { + 0x000b5a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-640, -53, -1156, 0x04dd}, + {-697, -53, -1102, 0x0000}, + {-693, -53, -1102, 0x04cd} + } +}; + +StandTile tile_297 = { + 0x000b59, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-640, -53, -1156, 0x04d5}, + {-697, -53, -1158, 0x0000}, + {-697, -53, -1102, 0x04d9} + } +}; + +StandTile tile_298 = { + 0x000a5a, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-659, -53, -1223, 0x04e5}, + {-697, -53, -1158, 0x04d5}, + {-640, -53, -1162, 0x04b0} + } +}; + +StandTile tile_299 = { + 0x000a59, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {-659, -53, -1223, 0x0402}, + {-693, -53, -1223, 0x0000}, + {-697, -53, -1223, 0x0000}, + {-697, -53, -1158, 0x04e1} + } +}; + +StandTile tile_300 = { + 0x000958, 0x46, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-469, -53, -976, 0x04f6}, + {-500, -53, -1098, 0x0490}, + {-522, -53, -1037, 0x04ee} + } +}; + +StandTile tile_301 = { + 0x00085a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-522, -53, -1037, 0x04f2}, + {-469, -53, -973, 0x0000}, + {-469, -53, -976, 0x04ea} + } +}; + +StandTile tile_302 = { + 0x000859, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-522, -53, -1037, 0x03fe}, + {-543, -53, -973, 0x0000}, + {-469, -53, -973, 0x04ee} + } +}; + +StandTile tile_303 = { + 0x00075a, 0x46, + 0x0, + 0x6, 0x7, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {-469, -53, -976, 0x04fb}, + {-464, -53, -1098, 0x0000}, + {-469, -53, -1098, 0x0503}, + {-500, -53, -1098, 0x04ea} + } +}; + +StandTile tile_304 = { + 0x000759, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-469, -53, -976, 0x0000}, + {-464, -53, -976, 0x0000}, + {-464, -53, -1098, 0x04f6} + } +}; + +StandTile tile_305 = { + 0x00065a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-522, -53, -1156, 0x0503}, + {-469, -53, -1098, 0x0000}, + {-469, -53, -1102, 0x0513} + } +}; + +StandTile tile_306 = { + 0x000659, 0x46, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-522, -53, -1156, 0x0490}, + {-500, -53, -1098, 0x04f6}, + {-469, -53, -1098, 0x04ff} + } +}; + +StandTile tile_307 = { + 0x000558, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-640, -53, -1162, 0x04d5}, + {-640, -53, -1156, 0x050b}, + {-522, -53, -1162, 0x04a0} + } +}; + +StandTile tile_308 = { + 0x000458, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-640, -53, -1156, 0x0494}, + {-522, -53, -1156, 0x050f}, + {-522, -53, -1162, 0x0507} + } +}; + +StandTile tile_309 = { + 0x000358, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-522, -53, -1162, 0x050b}, + {-522, -53, -1156, 0x0513}, + {-464, -53, -1158, 0x0520} + } +}; + +StandTile tile_310 = { + 0x00025a, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-469, -53, -1102, 0x0517}, + {-464, -53, -1158, 0x050f}, + {-522, -53, -1156, 0x04ff} + } +}; + +StandTile tile_311 = { + 0x000259, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-469, -53, -1102, 0x0000}, + {-464, -53, -1102, 0x0000}, + {-464, -53, -1158, 0x0513} + } +}; + +StandTile tile_312 = { + 0x00015a, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {-522, -53, -1162, 0x0520}, + {-464, -53, -1223, 0x0000}, + {-469, -53, -1223, 0x0436}, + {-500, -53, -1223, 0x04a8} + } +}; + +StandTile tile_313 = { + 0x000159, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-522, -53, -1162, 0x050f}, + {-464, -53, -1158, 0x0000}, + {-464, -53, -1223, 0x051b} + } +}; + +StandTile tile_314 = { + 0x022752, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-244, -53, -1304, 0x0528}, + {-199, 6, -1304, 0x052c}, + {-257, 6, -1304, 0x0000} + } +}; + +StandTile tile_315 = { + 0x022751, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-244, -53, -1304, 0x0816}, + {-223, -53, -1304, 0x0000}, + {-199, 6, -1304, 0x0524} + } +}; + +StandTile tile_316 = { + 0x021c52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 7, + 0x0, 0x1, 0x6, + { + {-127, 6, -1345, 0x0534}, + {-342, 6, -1304, 0x0674}, + {-325, 6, -1304, 0x0000}, + {-257, 6, -1304, 0x0524}, + {-199, 6, -1304, 0x0000}, + {-144, 6, -1304, 0x053c}, + {-127, 6, -1304, 0x0000} + } +}; + +StandTile tile_317 = { + 0x021c51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, 6, -1345, 0x0000}, + {-342, 6, -1345, 0x0000}, + {-342, 6, -1304, 0x052c} + } +}; + +StandTile tile_318 = { + 0x021b52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, 3, -1304, 0x053c}, + {-144, 6, -1304, 0x0000}, + {-144, 3, -1304, 0x066c} + } +}; + +StandTile tile_319 = { + 0x021b51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, 3, -1304, 0x0000}, + {-127, 6, -1304, 0x052c}, + {-144, 6, -1304, 0x0538} + } +}; + +StandTile tile_320 = { + 0x021a52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -53, -1234, 0x0544}, + {-144, -50, -1234, 0x0000}, + {-144, -53, -1234, 0x07d8} + } +}; + +StandTile tile_321 = { + 0x021a51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -53, -1234, 0x0000}, + {-127, -50, -1234, 0x0608}, + {-144, -50, -1234, 0x0540} + } +}; + +StandTile tile_322 = { + 0x021952, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -50, -1238, 0x054c}, + {-144, -47, -1238, 0x0000}, + {-144, -50, -1238, 0x060c} + } +}; + +StandTile tile_323 = { + 0x021951, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -50, -1238, 0x0000}, + {-127, -47, -1238, 0x0600}, + {-144, -47, -1238, 0x0548} + } +}; + +StandTile tile_324 = { + 0x021852, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -47, -1242, 0x0554}, + {-144, -44, -1242, 0x0000}, + {-144, -47, -1242, 0x0604} + } +}; + +StandTile tile_325 = { + 0x021851, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -47, -1242, 0x0000}, + {-127, -44, -1242, 0x05f8}, + {-144, -44, -1242, 0x0550} + } +}; + +StandTile tile_326 = { + 0x021752, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -44, -1245, 0x055c}, + {-144, -41, -1245, 0x0000}, + {-144, -44, -1245, 0x05fc} + } +}; + +StandTile tile_327 = { + 0x021751, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -44, -1245, 0x0000}, + {-127, -41, -1245, 0x05f0}, + {-144, -41, -1245, 0x0558} + } +}; + +StandTile tile_328 = { + 0x021652, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -41, -1249, 0x0564}, + {-144, -38, -1249, 0x0000}, + {-144, -41, -1249, 0x05f4} + } +}; + +StandTile tile_329 = { + 0x021651, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -41, -1249, 0x0000}, + {-127, -38, -1249, 0x05e8}, + {-144, -38, -1249, 0x0560} + } +}; + +StandTile tile_330 = { + 0x021552, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -38, -1253, 0x056c}, + {-144, -35, -1253, 0x0000}, + {-144, -38, -1253, 0x05ec} + } +}; + +StandTile tile_331 = { + 0x021551, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -38, -1253, 0x0000}, + {-127, -35, -1253, 0x05e0}, + {-144, -35, -1253, 0x0568} + } +}; + +StandTile tile_332 = { + 0x021452, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -35, -1256, 0x0574}, + {-144, -32, -1256, 0x0000}, + {-144, -35, -1256, 0x05e4} + } +}; + +StandTile tile_333 = { + 0x021451, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -35, -1256, 0x0000}, + {-127, -32, -1256, 0x05d8}, + {-144, -32, -1256, 0x0570} + } +}; + +StandTile tile_334 = { + 0x021352, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -32, -1260, 0x057c}, + {-144, -29, -1260, 0x0000}, + {-144, -32, -1260, 0x05dc} + } +}; + +StandTile tile_335 = { + 0x021351, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -32, -1260, 0x0000}, + {-127, -29, -1260, 0x0610}, + {-144, -29, -1260, 0x0578} + } +}; + +StandTile tile_336 = { + 0x021252, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -29, -1264, 0x0584}, + {-144, -26, -1264, 0x0000}, + {-144, -29, -1264, 0x0614} + } +}; + +StandTile tile_337 = { + 0x021251, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -29, -1264, 0x0000}, + {-127, -26, -1264, 0x0618}, + {-144, -26, -1264, 0x0580} + } +}; + +StandTile tile_338 = { + 0x021152, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -26, -1267, 0x058c}, + {-144, -23, -1267, 0x0000}, + {-144, -26, -1267, 0x061c} + } +}; + +StandTile tile_339 = { + 0x021151, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -26, -1267, 0x0000}, + {-127, -23, -1267, 0x0620}, + {-144, -23, -1267, 0x0588} + } +}; + +StandTile tile_340 = { + 0x021052, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -23, -1271, 0x0594}, + {-144, -21, -1271, 0x0000}, + {-144, -23, -1271, 0x0624} + } +}; + +StandTile tile_341 = { + 0x021051, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -23, -1271, 0x0000}, + {-127, -21, -1271, 0x0628}, + {-144, -21, -1271, 0x0590} + } +}; + +StandTile tile_342 = { + 0x020f52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -21, -1275, 0x059c}, + {-144, -18, -1275, 0x0000}, + {-144, -21, -1275, 0x062c} + } +}; + +StandTile tile_343 = { + 0x020f51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -21, -1275, 0x0000}, + {-127, -18, -1275, 0x0630}, + {-144, -18, -1275, 0x0598} + } +}; + +StandTile tile_344 = { + 0x020e52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -18, -1278, 0x05a4}, + {-144, -15, -1278, 0x0000}, + {-144, -18, -1278, 0x0634} + } +}; + +StandTile tile_345 = { + 0x020e51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -18, -1278, 0x0000}, + {-127, -15, -1278, 0x0638}, + {-144, -15, -1278, 0x05a0} + } +}; + +StandTile tile_346 = { + 0x020d52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -15, -1282, 0x05ac}, + {-144, -12, -1282, 0x0000}, + {-144, -15, -1282, 0x063c} + } +}; + +StandTile tile_347 = { + 0x020d51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -15, -1282, 0x0000}, + {-127, -12, -1282, 0x0640}, + {-144, -12, -1282, 0x05a8} + } +}; + +StandTile tile_348 = { + 0x020c52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -12, -1286, 0x05b4}, + {-144, -9, -1286, 0x0000}, + {-144, -12, -1286, 0x0644} + } +}; + +StandTile tile_349 = { + 0x020c51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -12, -1286, 0x0000}, + {-127, -9, -1286, 0x0648}, + {-144, -9, -1286, 0x05b0} + } +}; + +StandTile tile_350 = { + 0x020b52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -9, -1290, 0x05bc}, + {-144, -6, -1290, 0x0000}, + {-144, -9, -1290, 0x064c} + } +}; + +StandTile tile_351 = { + 0x020b51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -9, -1290, 0x0000}, + {-127, -6, -1290, 0x0650}, + {-144, -6, -1290, 0x05b8} + } +}; + +StandTile tile_352 = { + 0x020a52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -6, -1293, 0x05c4}, + {-144, -3, -1293, 0x0000}, + {-144, -6, -1293, 0x0654} + } +}; + +StandTile tile_353 = { + 0x020a51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -6, -1293, 0x0000}, + {-127, -3, -1293, 0x0658}, + {-144, -3, -1293, 0x05c0} + } +}; + +StandTile tile_354 = { + 0x020952, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -3, -1297, 0x05cc}, + {-144, 0, -1297, 0x0000}, + {-144, -3, -1297, 0x065c} + } +}; + +StandTile tile_355 = { + 0x020951, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -3, -1297, 0x0000}, + {-127, 0, -1297, 0x0660}, + {-144, 0, -1297, 0x05c8} + } +}; + +StandTile tile_356 = { + 0x020852, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, 0, -1301, 0x05d4}, + {-144, 3, -1301, 0x0000}, + {-144, 0, -1301, 0x0664} + } +}; + +StandTile tile_357 = { + 0x020851, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, 0, -1301, 0x0000}, + {-127, 3, -1301, 0x0668}, + {-144, 3, -1301, 0x05d0} + } +}; + +StandTile tile_358 = { + 0x020652, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -32, -1256, 0x05dc}, + {-144, -32, -1260, 0x0000}, + {-144, -32, -1256, 0x0574} + } +}; + +StandTile tile_359 = { + 0x020651, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -32, -1256, 0x0000}, + {-127, -32, -1260, 0x0578}, + {-144, -32, -1260, 0x05d8} + } +}; + +StandTile tile_360 = { + 0x020452, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -35, -1253, 0x05e4}, + {-144, -35, -1256, 0x0000}, + {-144, -35, -1253, 0x056c} + } +}; + +StandTile tile_361 = { + 0x020451, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -35, -1253, 0x0000}, + {-127, -35, -1256, 0x0570}, + {-144, -35, -1256, 0x05e0} + } +}; + +StandTile tile_362 = { + 0x020252, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -38, -1249, 0x05ec}, + {-144, -38, -1253, 0x0000}, + {-144, -38, -1249, 0x0564} + } +}; + +StandTile tile_363 = { + 0x020251, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -38, -1249, 0x0000}, + {-127, -38, -1253, 0x0568}, + {-144, -38, -1253, 0x05e8} + } +}; + +StandTile tile_364 = { + 0x020052, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -41, -1245, 0x05f4}, + {-144, -41, -1249, 0x0000}, + {-144, -41, -1245, 0x055c} + } +}; + +StandTile tile_365 = { + 0x020051, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -41, -1245, 0x0000}, + {-127, -41, -1249, 0x0560}, + {-144, -41, -1249, 0x05f0} + } +}; + +StandTile tile_366 = { + 0x01fe52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -44, -1242, 0x05fc}, + {-144, -44, -1245, 0x0000}, + {-144, -44, -1242, 0x0554} + } +}; + +StandTile tile_367 = { + 0x01fe51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -44, -1242, 0x0000}, + {-127, -44, -1245, 0x0558}, + {-144, -44, -1245, 0x05f8} + } +}; + +StandTile tile_368 = { + 0x01fc52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -47, -1238, 0x0604}, + {-144, -47, -1242, 0x0000}, + {-144, -47, -1238, 0x054c} + } +}; + +StandTile tile_369 = { + 0x01fc51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -47, -1238, 0x0000}, + {-127, -47, -1242, 0x0550}, + {-144, -47, -1242, 0x0600} + } +}; + +StandTile tile_370 = { + 0x01fa52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -50, -1234, 0x060c}, + {-144, -50, -1238, 0x0000}, + {-144, -50, -1234, 0x0544} + } +}; + +StandTile tile_371 = { + 0x01fa51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -50, -1234, 0x0000}, + {-127, -50, -1238, 0x0548}, + {-144, -50, -1238, 0x0608} + } +}; + +StandTile tile_372 = { + 0x01f852, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -29, -1260, 0x0614}, + {-144, -29, -1264, 0x0000}, + {-144, -29, -1260, 0x057c} + } +}; + +StandTile tile_373 = { + 0x01f851, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -29, -1260, 0x0000}, + {-127, -29, -1264, 0x0580}, + {-144, -29, -1264, 0x0610} + } +}; + +StandTile tile_374 = { + 0x01f652, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -26, -1264, 0x061c}, + {-144, -26, -1267, 0x0000}, + {-144, -26, -1264, 0x0584} + } +}; + +StandTile tile_375 = { + 0x01f651, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -26, -1264, 0x0000}, + {-127, -26, -1267, 0x0588}, + {-144, -26, -1267, 0x0618} + } +}; + +StandTile tile_376 = { + 0x01f452, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -23, -1267, 0x0624}, + {-144, -23, -1271, 0x0000}, + {-144, -23, -1267, 0x058c} + } +}; + +StandTile tile_377 = { + 0x01f451, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -23, -1267, 0x0000}, + {-127, -23, -1271, 0x0590}, + {-144, -23, -1271, 0x0620} + } +}; + +StandTile tile_378 = { + 0x01f252, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -21, -1271, 0x062c}, + {-144, -21, -1275, 0x0000}, + {-144, -21, -1271, 0x0594} + } +}; + +StandTile tile_379 = { + 0x01f251, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -21, -1271, 0x0000}, + {-127, -21, -1275, 0x0598}, + {-144, -21, -1275, 0x0628} + } +}; + +StandTile tile_380 = { + 0x01f052, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -18, -1275, 0x0634}, + {-144, -18, -1278, 0x0000}, + {-144, -18, -1275, 0x059c} + } +}; + +StandTile tile_381 = { + 0x01f051, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -18, -1275, 0x0000}, + {-127, -18, -1278, 0x05a0}, + {-144, -18, -1278, 0x0630} + } +}; + +StandTile tile_382 = { + 0x01ee52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -15, -1278, 0x063c}, + {-144, -15, -1282, 0x0000}, + {-144, -15, -1278, 0x05a4} + } +}; + +StandTile tile_383 = { + 0x01ee51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -15, -1278, 0x0000}, + {-127, -15, -1282, 0x05a8}, + {-144, -15, -1282, 0x0638} + } +}; + +StandTile tile_384 = { + 0x01ec52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -12, -1282, 0x0644}, + {-144, -12, -1286, 0x0000}, + {-144, -12, -1282, 0x05ac} + } +}; + +StandTile tile_385 = { + 0x01ec51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -12, -1282, 0x0000}, + {-127, -12, -1286, 0x05b0}, + {-144, -12, -1286, 0x0640} + } +}; + +StandTile tile_386 = { + 0x01ea52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -9, -1286, 0x064c}, + {-144, -9, -1290, 0x0000}, + {-144, -9, -1286, 0x05b4} + } +}; + +StandTile tile_387 = { + 0x01ea51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -9, -1286, 0x0000}, + {-127, -9, -1290, 0x05b8}, + {-144, -9, -1290, 0x0648} + } +}; + +StandTile tile_388 = { + 0x01e852, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -6, -1290, 0x0654}, + {-144, -6, -1293, 0x0000}, + {-144, -6, -1290, 0x05bc} + } +}; + +StandTile tile_389 = { + 0x01e851, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -6, -1290, 0x0000}, + {-127, -6, -1293, 0x05c0}, + {-144, -6, -1293, 0x0650} + } +}; + +StandTile tile_390 = { + 0x01e652, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -3, -1293, 0x065c}, + {-144, -3, -1297, 0x0000}, + {-144, -3, -1293, 0x05c4} + } +}; + +StandTile tile_391 = { + 0x01e651, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, -3, -1293, 0x0000}, + {-127, -3, -1297, 0x05c8}, + {-144, -3, -1297, 0x0658} + } +}; + +StandTile tile_392 = { + 0x01e452, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, 0, -1297, 0x0664}, + {-144, 0, -1301, 0x0000}, + {-144, 0, -1297, 0x05cc} + } +}; + +StandTile tile_393 = { + 0x01e451, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, 0, -1297, 0x0000}, + {-127, 0, -1301, 0x05d0}, + {-144, 0, -1301, 0x0660} + } +}; + +StandTile tile_394 = { + 0x01e252, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, 3, -1301, 0x066c}, + {-144, 3, -1304, 0x0000}, + {-144, 3, -1301, 0x05d4} + } +}; + +StandTile tile_395 = { + 0x01e251, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, 3, -1301, 0x0000}, + {-127, 3, -1304, 0x0538}, + {-144, 3, -1304, 0x0668} + } +}; + +StandTile tile_396 = { + 0x01dd52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, 3, -1304, 0x0674}, + {-342, 6, -1304, 0x0000}, + {-342, 3, -1304, 0x07a4} + } +}; + +StandTile tile_397 = { + 0x01dd51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, 3, -1304, 0x0000}, + {-325, 6, -1304, 0x052c}, + {-342, 6, -1304, 0x0670} + } +}; + +StandTile tile_398 = { + 0x01dc52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -53, -1234, 0x067c}, + {-342, -50, -1234, 0x0000}, + {-342, -53, -1234, 0x07b8} + } +}; + +StandTile tile_399 = { + 0x01dc51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -53, -1234, 0x0000}, + {-325, -50, -1234, 0x0740}, + {-342, -50, -1234, 0x0678} + } +}; + +StandTile tile_400 = { + 0x01db52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -50, -1238, 0x0684}, + {-342, -47, -1238, 0x0000}, + {-342, -50, -1238, 0x0744} + } +}; + +StandTile tile_401 = { + 0x01db51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -50, -1238, 0x0000}, + {-325, -47, -1238, 0x0738}, + {-342, -47, -1238, 0x0680} + } +}; + +StandTile tile_402 = { + 0x01da52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -47, -1242, 0x068c}, + {-342, -44, -1242, 0x0000}, + {-342, -47, -1242, 0x073c} + } +}; + +StandTile tile_403 = { + 0x01da51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -47, -1242, 0x0000}, + {-325, -44, -1242, 0x0730}, + {-342, -44, -1242, 0x0688} + } +}; + +StandTile tile_404 = { + 0x01d952, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -44, -1245, 0x0694}, + {-342, -41, -1245, 0x0000}, + {-342, -44, -1245, 0x0734} + } +}; + +StandTile tile_405 = { + 0x01d951, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -44, -1245, 0x0000}, + {-325, -41, -1245, 0x0728}, + {-342, -41, -1245, 0x0690} + } +}; + +StandTile tile_406 = { + 0x01d852, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -41, -1249, 0x069c}, + {-342, -38, -1249, 0x0000}, + {-342, -41, -1249, 0x072c} + } +}; + +StandTile tile_407 = { + 0x01d851, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -41, -1249, 0x0000}, + {-325, -38, -1249, 0x0720}, + {-342, -38, -1249, 0x0698} + } +}; + +StandTile tile_408 = { + 0x01d752, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -38, -1253, 0x06a4}, + {-342, -35, -1253, 0x0000}, + {-342, -38, -1253, 0x0724} + } +}; + +StandTile tile_409 = { + 0x01d751, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -38, -1253, 0x0000}, + {-325, -35, -1253, 0x0718}, + {-342, -35, -1253, 0x06a0} + } +}; + +StandTile tile_410 = { + 0x01d652, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -35, -1256, 0x06ac}, + {-342, -32, -1256, 0x0000}, + {-342, -35, -1256, 0x071c} + } +}; + +StandTile tile_411 = { + 0x01d651, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -35, -1256, 0x0000}, + {-325, -32, -1256, 0x0710}, + {-342, -32, -1256, 0x06a8} + } +}; + +StandTile tile_412 = { + 0x01d552, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -32, -1260, 0x06b4}, + {-342, -29, -1260, 0x0000}, + {-342, -32, -1260, 0x0714} + } +}; + +StandTile tile_413 = { + 0x01d551, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -32, -1260, 0x0000}, + {-325, -29, -1260, 0x0748}, + {-342, -29, -1260, 0x06b0} + } +}; + +StandTile tile_414 = { + 0x01d452, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -29, -1264, 0x06bc}, + {-342, -26, -1264, 0x0000}, + {-342, -29, -1264, 0x074c} + } +}; + +StandTile tile_415 = { + 0x01d451, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -29, -1264, 0x0000}, + {-325, -26, -1264, 0x0750}, + {-342, -26, -1264, 0x06b8} + } +}; + +StandTile tile_416 = { + 0x01d352, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -26, -1267, 0x06c4}, + {-342, -23, -1267, 0x0000}, + {-342, -26, -1267, 0x0754} + } +}; + +StandTile tile_417 = { + 0x01d351, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -26, -1267, 0x0000}, + {-325, -23, -1267, 0x0758}, + {-342, -23, -1267, 0x06c0} + } +}; + +StandTile tile_418 = { + 0x01d252, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -23, -1271, 0x06cc}, + {-342, -21, -1271, 0x0000}, + {-342, -23, -1271, 0x075c} + } +}; + +StandTile tile_419 = { + 0x01d251, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -23, -1271, 0x0000}, + {-325, -21, -1271, 0x0760}, + {-342, -21, -1271, 0x06c8} + } +}; + +StandTile tile_420 = { + 0x01d152, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -21, -1275, 0x06d4}, + {-342, -18, -1275, 0x0000}, + {-342, -21, -1275, 0x0764} + } +}; + +StandTile tile_421 = { + 0x01d151, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -21, -1275, 0x0000}, + {-325, -18, -1275, 0x0768}, + {-342, -18, -1275, 0x06d0} + } +}; + +StandTile tile_422 = { + 0x01d052, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -18, -1278, 0x06dc}, + {-342, -15, -1278, 0x0000}, + {-342, -18, -1278, 0x076c} + } +}; + +StandTile tile_423 = { + 0x01d051, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -18, -1278, 0x0000}, + {-325, -15, -1278, 0x0770}, + {-342, -15, -1278, 0x06d8} + } +}; + +StandTile tile_424 = { + 0x01cf52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -15, -1282, 0x06e4}, + {-342, -12, -1282, 0x0000}, + {-342, -15, -1282, 0x0774} + } +}; + +StandTile tile_425 = { + 0x01cf51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -15, -1282, 0x0000}, + {-325, -12, -1282, 0x0778}, + {-342, -12, -1282, 0x06e0} + } +}; + +StandTile tile_426 = { + 0x01ce52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -12, -1286, 0x06ec}, + {-342, -9, -1286, 0x0000}, + {-342, -12, -1286, 0x077c} + } +}; + +StandTile tile_427 = { + 0x01ce51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -12, -1286, 0x0000}, + {-325, -9, -1286, 0x0780}, + {-342, -9, -1286, 0x06e8} + } +}; + +StandTile tile_428 = { + 0x01cd52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -9, -1290, 0x06f4}, + {-342, -6, -1290, 0x0000}, + {-342, -9, -1290, 0x0784} + } +}; + +StandTile tile_429 = { + 0x01cd51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -9, -1290, 0x0000}, + {-325, -6, -1290, 0x0788}, + {-342, -6, -1290, 0x06f0} + } +}; + +StandTile tile_430 = { + 0x01cc52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -6, -1293, 0x06fc}, + {-342, -3, -1293, 0x0000}, + {-342, -6, -1293, 0x078c} + } +}; + +StandTile tile_431 = { + 0x01cc51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -6, -1293, 0x0000}, + {-325, -3, -1293, 0x0790}, + {-342, -3, -1293, 0x06f8} + } +}; + +StandTile tile_432 = { + 0x01cb52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -3, -1297, 0x0704}, + {-342, 0, -1297, 0x0000}, + {-342, -3, -1297, 0x0794} + } +}; + +StandTile tile_433 = { + 0x01cb51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -3, -1297, 0x0000}, + {-325, 0, -1297, 0x0798}, + {-342, 0, -1297, 0x0700} + } +}; + +StandTile tile_434 = { + 0x01ca52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, 0, -1301, 0x070c}, + {-342, 3, -1301, 0x0000}, + {-342, 0, -1301, 0x079c} + } +}; + +StandTile tile_435 = { + 0x01ca51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, 0, -1301, 0x0000}, + {-325, 3, -1301, 0x07a0}, + {-342, 3, -1301, 0x0708} + } +}; + +StandTile tile_436 = { + 0x01c852, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -32, -1256, 0x0714}, + {-342, -32, -1260, 0x0000}, + {-342, -32, -1256, 0x06ac} + } +}; + +StandTile tile_437 = { + 0x01c851, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -32, -1256, 0x0000}, + {-325, -32, -1260, 0x06b0}, + {-342, -32, -1260, 0x0710} + } +}; + +StandTile tile_438 = { + 0x01c652, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -35, -1253, 0x071c}, + {-342, -35, -1256, 0x0000}, + {-342, -35, -1253, 0x06a4} + } +}; + +StandTile tile_439 = { + 0x01c651, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -35, -1253, 0x0000}, + {-325, -35, -1256, 0x06a8}, + {-342, -35, -1256, 0x0718} + } +}; + +StandTile tile_440 = { + 0x01c452, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -38, -1249, 0x0724}, + {-342, -38, -1253, 0x0000}, + {-342, -38, -1249, 0x069c} + } +}; + +StandTile tile_441 = { + 0x01c451, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -38, -1249, 0x0000}, + {-325, -38, -1253, 0x06a0}, + {-342, -38, -1253, 0x0720} + } +}; + +StandTile tile_442 = { + 0x01c252, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -41, -1245, 0x072c}, + {-342, -41, -1249, 0x0000}, + {-342, -41, -1245, 0x0694} + } +}; + +StandTile tile_443 = { + 0x01c251, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -41, -1245, 0x0000}, + {-325, -41, -1249, 0x0698}, + {-342, -41, -1249, 0x0728} + } +}; + +StandTile tile_444 = { + 0x01c052, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -44, -1242, 0x0734}, + {-342, -44, -1245, 0x0000}, + {-342, -44, -1242, 0x068c} + } +}; + +StandTile tile_445 = { + 0x01c051, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -44, -1242, 0x0000}, + {-325, -44, -1245, 0x0690}, + {-342, -44, -1245, 0x0730} + } +}; + +StandTile tile_446 = { + 0x01be52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -47, -1238, 0x073c}, + {-342, -47, -1242, 0x0000}, + {-342, -47, -1238, 0x0684} + } +}; + +StandTile tile_447 = { + 0x01be51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -47, -1238, 0x0000}, + {-325, -47, -1242, 0x0688}, + {-342, -47, -1242, 0x0738} + } +}; + +StandTile tile_448 = { + 0x01bc52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -50, -1234, 0x0744}, + {-342, -50, -1238, 0x0000}, + {-342, -50, -1234, 0x067c} + } +}; + +StandTile tile_449 = { + 0x01bc51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -50, -1234, 0x0000}, + {-325, -50, -1238, 0x0680}, + {-342, -50, -1238, 0x0740} + } +}; + +StandTile tile_450 = { + 0x01ba52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -29, -1260, 0x074c}, + {-342, -29, -1264, 0x0000}, + {-342, -29, -1260, 0x06b4} + } +}; + +StandTile tile_451 = { + 0x01ba51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -29, -1260, 0x0000}, + {-325, -29, -1264, 0x06b8}, + {-342, -29, -1264, 0x0748} + } +}; + +StandTile tile_452 = { + 0x01b852, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -26, -1264, 0x0754}, + {-342, -26, -1267, 0x0000}, + {-342, -26, -1264, 0x06bc} + } +}; + +StandTile tile_453 = { + 0x01b851, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -26, -1264, 0x0000}, + {-325, -26, -1267, 0x06c0}, + {-342, -26, -1267, 0x0750} + } +}; + +StandTile tile_454 = { + 0x01b652, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -23, -1267, 0x075c}, + {-342, -23, -1271, 0x0000}, + {-342, -23, -1267, 0x06c4} + } +}; + +StandTile tile_455 = { + 0x01b651, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -23, -1267, 0x0000}, + {-325, -23, -1271, 0x06c8}, + {-342, -23, -1271, 0x0758} + } +}; + +StandTile tile_456 = { + 0x01b452, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -21, -1271, 0x0764}, + {-342, -21, -1275, 0x0000}, + {-342, -21, -1271, 0x06cc} + } +}; + +StandTile tile_457 = { + 0x01b451, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -21, -1271, 0x0000}, + {-325, -21, -1275, 0x06d0}, + {-342, -21, -1275, 0x0760} + } +}; + +StandTile tile_458 = { + 0x01b252, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -18, -1275, 0x076c}, + {-342, -18, -1278, 0x0000}, + {-342, -18, -1275, 0x06d4} + } +}; + +StandTile tile_459 = { + 0x01b251, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -18, -1275, 0x0000}, + {-325, -18, -1278, 0x06d8}, + {-342, -18, -1278, 0x0768} + } +}; + +StandTile tile_460 = { + 0x01b052, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -15, -1278, 0x0774}, + {-342, -15, -1282, 0x0000}, + {-342, -15, -1278, 0x06dc} + } +}; + +StandTile tile_461 = { + 0x01b051, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -15, -1278, 0x0000}, + {-325, -15, -1282, 0x06e0}, + {-342, -15, -1282, 0x0770} + } +}; + +StandTile tile_462 = { + 0x01ae52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -12, -1282, 0x077c}, + {-342, -12, -1286, 0x0000}, + {-342, -12, -1282, 0x06e4} + } +}; + +StandTile tile_463 = { + 0x01ae51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -12, -1282, 0x0000}, + {-325, -12, -1286, 0x06e8}, + {-342, -12, -1286, 0x0778} + } +}; + +StandTile tile_464 = { + 0x01ac52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -9, -1286, 0x0784}, + {-342, -9, -1290, 0x0000}, + {-342, -9, -1286, 0x06ec} + } +}; + +StandTile tile_465 = { + 0x01ac51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -9, -1286, 0x0000}, + {-325, -9, -1290, 0x06f0}, + {-342, -9, -1290, 0x0780} + } +}; + +StandTile tile_466 = { + 0x01aa52, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -6, -1290, 0x078c}, + {-342, -6, -1293, 0x0000}, + {-342, -6, -1290, 0x06f4} + } +}; + +StandTile tile_467 = { + 0x01aa51, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -6, -1290, 0x0000}, + {-325, -6, -1293, 0x06f8}, + {-342, -6, -1293, 0x0788} + } +}; + +StandTile tile_468 = { + 0x01a852, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -3, -1293, 0x0794}, + {-342, -3, -1297, 0x0000}, + {-342, -3, -1293, 0x06fc} + } +}; + +StandTile tile_469 = { + 0x01a851, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, -3, -1293, 0x0000}, + {-325, -3, -1297, 0x0700}, + {-342, -3, -1297, 0x0790} + } +}; + +StandTile tile_470 = { + 0x01a652, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, 0, -1297, 0x079c}, + {-342, 0, -1301, 0x0000}, + {-342, 0, -1297, 0x0704} + } +}; + +StandTile tile_471 = { + 0x01a651, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, 0, -1297, 0x0000}, + {-325, 0, -1301, 0x0708}, + {-342, 0, -1301, 0x0798} + } +}; + +StandTile tile_472 = { + 0x01a452, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, 3, -1301, 0x07a4}, + {-342, 3, -1304, 0x0000}, + {-342, 3, -1301, 0x070c} + } +}; + +StandTile tile_473 = { + 0x01a451, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-325, 3, -1301, 0x0000}, + {-325, 3, -1304, 0x0670}, + {-342, 3, -1304, 0x07a0} + } +}; + +StandTile tile_474 = { + 0x018152, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-197, -53, -973, 0x07ac}, + {-293, -53, -1037, 0x0852}, + {-273, -53, -973, 0x1925} + } +}; + +StandTile tile_475 = { + 0x018151, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-197, -53, -973, 0x0888}, + {-176, -53, -1037, 0x081c}, + {-293, -53, -1037, 0x07a8} + } +}; + +StandTile tile_476 = { + 0x002b50, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-347, -53, -1223, 0x087b}, + {-313, -53, -1223, 0x07c8}, + {-325, -53, -1234, 0x07b4} + } +}; + +StandTile tile_477 = { + 0x002a52, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-325, -53, -1234, 0x07b8}, + {-347, -53, -1227, 0x0000}, + {-347, -53, -1223, 0x07b0} + } +}; + +StandTile tile_478 = { + 0x002a51, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-325, -53, -1234, 0x0678}, + {-342, -53, -1234, 0x07cc}, + {-347, -53, -1227, 0x07b4} + } +}; + +StandTile tile_479 = { + 0x002752, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-301, -53, -1288, 0x07c0}, + {-325, -53, -1304, 0x0000}, + {-325, -53, -1234, 0x07c4} + } +}; + +StandTile tile_480 = { + 0x002751, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-301, -53, -1288, 0x0816}, + {-301, -53, -1304, 0x0000}, + {-325, -53, -1304, 0x07bc} + } +}; + +StandTile tile_481 = { + 0x002652, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-325, -53, -1234, 0x07c8}, + {-293, -53, -1281, 0x07fc}, + {-301, -53, -1288, 0x07bc} + } +}; + +StandTile tile_482 = { + 0x002651, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-325, -53, -1234, 0x07b0}, + {-313, -53, -1223, 0x0846}, + {-293, -53, -1281, 0x07c4} + } +}; + +StandTile tile_483 = { + 0x002552, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-342, -53, -1234, 0x07d0}, + {-351, -53, -1227, 0x0000}, + {-347, -53, -1227, 0x07b8} + } +}; + +StandTile tile_484 = { + 0x002551, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-342, -53, -1234, 0x0000}, + {-351, -53, -1249, 0x0000}, + {-351, -53, -1227, 0x07cc} + } +}; + +StandTile tile_485 = { + 0x002450, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-144, -53, -1234, 0x07e8}, + {-154, -53, -1223, 0x08b1}, + {-122, -53, -1223, 0x07d8} + } +}; + +StandTile tile_486 = { + 0x002352, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-122, -53, -1223, 0x07dc}, + {-127, -53, -1234, 0x0540}, + {-144, -53, -1234, 0x07d4} + } +}; + +StandTile tile_487 = { + 0x002351, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-122, -53, -1223, 0x0000}, + {-122, -53, -1227, 0x07f0}, + {-127, -53, -1234, 0x07d8} + } +}; + +StandTile tile_488 = { + 0x002052, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-144, -53, -1234, 0x07e4}, + {-169, -53, -1304, 0x0810}, + {-169, -53, -1288, 0x07e8} + } +}; + +StandTile tile_489 = { + 0x002051, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-144, -53, -1234, 0x0000}, + {-144, -53, -1304, 0x0000}, + {-169, -53, -1304, 0x07e0} + } +}; + +StandTile tile_490 = { + 0x001f52, 0x42, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-169, -53, -1288, 0x07ec}, + {-154, -53, -1223, 0x07d4}, + {-144, -53, -1234, 0x07e0} + } +}; + +StandTile tile_491 = { + 0x001f51, 0x42, + 0x0, + 0xa, 0xb, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-169, -53, -1288, 0x080c}, + {-176, -53, -1281, 0x083c}, + {-154, -53, -1223, 0x07e8} + } +}; + +StandTile tile_492 = { + 0x001e52, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-122, -53, -1227, 0x07f4}, + {-118, -53, -1249, 0x0000}, + {-127, -53, -1234, 0x07dc} + } +}; + +StandTile tile_493 = { + 0x001e51, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-122, -53, -1227, 0x0000}, + {-118, -53, -1227, 0x0000}, + {-118, -53, -1249, 0x07f0} + } +}; + +StandTile tile_494 = { + 0x023552, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-254, -53, -1288, 0x07fc}, + {-293, -53, -1281, 0x0840}, + {-254, -53, -1281, 0x0804} + } +}; + +StandTile tile_495 = { + 0x023551, 0x42, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-254, -53, -1288, 0x0810}, + {-301, -53, -1288, 0x07c4}, + {-293, -53, -1281, 0x07f8} + } +}; + +StandTile tile_496 = { + 0x023652, 0x42, + 0x0, + 0xa, 0xb, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-209, -53, -1288, 0x0804}, + {-254, -53, -1281, 0x0840}, + {-209, -53, -1281, 0x0808} + } +}; + +StandTile tile_497 = { + 0x023651, 0x42, + 0x0, + 0xd, 0xd, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-209, -53, -1288, 0x0810}, + {-254, -53, -1288, 0x07f8}, + {-254, -53, -1281, 0x0800} + } +}; + +StandTile tile_498 = { + 0x018c52, 0x42, + 0x0, + 0xd, 0xd, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-176, -53, -1281, 0x080c}, + {-209, -53, -1288, 0x0800}, + {-209, -53, -1281, 0x0840} + } +}; + +StandTile tile_499 = { + 0x018c51, 0x42, + 0x0, + 0xa, 0xb, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-176, -53, -1281, 0x07ec}, + {-169, -53, -1288, 0x0810}, + {-209, -53, -1288, 0x0808} + } +}; + +StandTile tile_500 = { + 0x001c52, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 5, + 0x0, 0x1, 0x4, + { + {-169, -53, -1304, 0x0816}, + {-301, -53, -1288, 0x07fc}, + {-254, -53, -1288, 0x0804}, + {-209, -53, -1288, 0x080c}, + {-169, -53, -1288, 0x07e0} + } +}; + +StandTile tile_501 = { + 0x001c51, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 5, + 0x0, 0x3, 0x4, + { + {-169, -53, -1304, 0x0000}, + {-223, -53, -1304, 0x0528}, + {-244, -53, -1304, 0x0000}, + {-301, -53, -1304, 0x07c0}, + {-301, -53, -1288, 0x0810} + } +}; + +StandTile tile_502 = { + 0x001a50, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-235, -53, -1098, 0x0830}, + {-293, -53, -1037, 0x07ac}, + {-176, -53, -1037, 0x0820} + } +}; + +StandTile tile_503 = { + 0x001952, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-176, -53, -1037, 0x0824}, + {-176, -53, -1156, 0x0828}, + {-235, -53, -1098, 0x081c} + } +}; + +StandTile tile_504 = { + 0x001951, 0x42, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-176, -53, -1037, 0x0880}, + {-154, -53, -1098, 0x0899}, + {-176, -53, -1156, 0x0820} + } +}; + +StandTile tile_505 = { + 0x001850, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-176, -53, -1156, 0x08a1}, + {-293, -53, -1156, 0x0830}, + {-235, -53, -1098, 0x0820} + } +}; + +StandTile tile_506 = { + 0x001752, 0x42, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-293, -53, -1037, 0x0830}, + {-293, -53, -1156, 0x0863}, + {-313, -53, -1098, 0x084e} + } +}; + +StandTile tile_507 = { + 0x001751, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-293, -53, -1037, 0x081c}, + {-235, -53, -1098, 0x0828}, + {-293, -53, -1156, 0x082c} + } +}; + +StandTile tile_508 = { + 0x001650, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-235, -53, -1223, 0x084a}, + {-293, -53, -1162, 0x089d}, + {-176, -53, -1162, 0x0838} + } +}; + +StandTile tile_509 = { + 0x001552, 0x42, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-176, -53, -1162, 0x083c}, + {-176, -53, -1281, 0x0840}, + {-235, -53, -1223, 0x0834} + } +}; + +StandTile tile_510 = { + 0x001551, 0x42, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-176, -53, -1162, 0x08b1}, + {-154, -53, -1223, 0x07ec}, + {-176, -53, -1281, 0x0838} + } +}; + +StandTile tile_511 = { + 0x001450, 0x42, + 0x0, + 0xd, 0xd, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {-176, -53, -1281, 0x0808}, + {-209, -53, -1281, 0x0800}, + {-254, -53, -1281, 0x07f8}, + {-293, -53, -1281, 0x084a}, + {-235, -53, -1223, 0x0838} + } +}; + +StandTile tile_512 = { + 0x001352, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-293, -53, -1162, 0x084a}, + {-293, -53, -1281, 0x07c8}, + {-313, -53, -1223, 0x0877} + } +}; + +StandTile tile_513 = { + 0x001351, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-293, -53, -1162, 0x0834}, + {-235, -53, -1223, 0x0840}, + {-293, -53, -1281, 0x0846} + } +}; + +StandTile tile_514 = { + 0x001250, 0x42, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-293, -53, -1037, 0x082c}, + {-313, -53, -1098, 0x085a}, + {-347, -53, -976, 0x0852} + } +}; + +StandTile tile_515 = { + 0x001152, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-347, -53, -976, 0x0856}, + {-273, -53, -973, 0x07a8}, + {-293, -53, -1037, 0x084e} + } +}; + +StandTile tile_516 = { + 0x001151, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-347, -53, -976, 0x0000}, + {-347, -53, -973, 0x0000}, + {-273, -53, -973, 0x0852} + } +}; + +StandTile tile_517 = { + 0x001052, 0x42, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-313, -53, -1098, 0x085e}, + {-351, -53, -976, 0x0000}, + {-347, -53, -976, 0x084e} + } +}; + +StandTile tile_518 = { + 0x001051, 0x42, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {-313, -53, -1098, 0x0867}, + {-347, -53, -1098, 0x0000}, + {-351, -53, -1098, 0x0000}, + {-351, -53, -976, 0x085a} + } +}; + +StandTile tile_519 = { + 0x000f52, 0x42, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-347, -53, -1102, 0x0867}, + {-313, -53, -1098, 0x082c}, + {-293, -53, -1156, 0x086f} + } +}; + +StandTile tile_520 = { + 0x000f51, 0x42, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-347, -53, -1102, 0x0000}, + {-347, -53, -1098, 0x085e}, + {-313, -53, -1098, 0x0863} + } +}; + +StandTile tile_521 = { + 0x000c50, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-351, -53, -1158, 0x0873}, + {-293, -53, -1156, 0x089d}, + {-293, -53, -1162, 0x0877} + } +}; + +StandTile tile_522 = { + 0x000b52, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-293, -53, -1156, 0x0873}, + {-351, -53, -1102, 0x0000}, + {-347, -53, -1102, 0x0863} + } +}; + +StandTile tile_523 = { + 0x000b51, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-293, -53, -1156, 0x086b}, + {-351, -53, -1158, 0x0000}, + {-351, -53, -1102, 0x086f} + } +}; + +StandTile tile_524 = { + 0x000a52, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-313, -53, -1223, 0x087b}, + {-351, -53, -1158, 0x086b}, + {-293, -53, -1162, 0x0846} + } +}; + +StandTile tile_525 = { + 0x000a51, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {-313, -53, -1223, 0x07b0}, + {-347, -53, -1223, 0x0000}, + {-351, -53, -1223, 0x0000}, + {-351, -53, -1158, 0x0877} + } +}; + +StandTile tile_526 = { + 0x000950, 0x42, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-122, -53, -976, 0x088c}, + {-154, -53, -1098, 0x0824}, + {-176, -53, -1037, 0x0884} + } +}; + +StandTile tile_527 = { + 0x000852, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-176, -53, -1037, 0x0888}, + {-122, -53, -973, 0x0000}, + {-122, -53, -976, 0x0880} + } +}; + +StandTile tile_528 = { + 0x000851, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-176, -53, -1037, 0x07ac}, + {-197, -53, -973, 0x0000}, + {-122, -53, -973, 0x0884} + } +}; + +StandTile tile_529 = { + 0x000752, 0x42, + 0x0, + 0x6, 0x7, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {-122, -53, -976, 0x0891}, + {-118, -53, -1098, 0x0000}, + {-122, -53, -1098, 0x0899}, + {-154, -53, -1098, 0x0880} + } +}; + +StandTile tile_530 = { + 0x000751, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-122, -53, -976, 0x0000}, + {-118, -53, -976, 0x0000}, + {-118, -53, -1098, 0x088c} + } +}; + +StandTile tile_531 = { + 0x000652, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-176, -53, -1156, 0x0899}, + {-122, -53, -1098, 0x0000}, + {-122, -53, -1102, 0x08a9} + } +}; + +StandTile tile_532 = { + 0x000651, 0x42, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-176, -53, -1156, 0x0824}, + {-154, -53, -1098, 0x088c}, + {-122, -53, -1098, 0x0895} + } +}; + +StandTile tile_533 = { + 0x000550, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-293, -53, -1162, 0x086b}, + {-293, -53, -1156, 0x08a1}, + {-176, -53, -1162, 0x0834} + } +}; + +StandTile tile_534 = { + 0x000450, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-293, -53, -1156, 0x0828}, + {-176, -53, -1156, 0x08a5}, + {-176, -53, -1162, 0x089d} + } +}; + +StandTile tile_535 = { + 0x000350, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-176, -53, -1162, 0x08a1}, + {-176, -53, -1156, 0x08a9}, + {-118, -53, -1158, 0x08b6} + } +}; + +StandTile tile_536 = { + 0x000252, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-122, -53, -1102, 0x08ad}, + {-118, -53, -1158, 0x08a5}, + {-176, -53, -1156, 0x0895} + } +}; + +StandTile tile_537 = { + 0x000251, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-122, -53, -1102, 0x0000}, + {-118, -53, -1102, 0x0000}, + {-118, -53, -1158, 0x08a9} + } +}; + +StandTile tile_538 = { + 0x000152, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {-176, -53, -1162, 0x08b6}, + {-118, -53, -1223, 0x0000}, + {-122, -53, -1223, 0x07d4}, + {-154, -53, -1223, 0x083c} + } +}; + +StandTile tile_539 = { + 0x000151, 0x42, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-176, -53, -1162, 0x08a5}, + {-118, -53, -1158, 0x0000}, + {-118, -53, -1223, 0x08b1} + } +}; + +StandTile tile_540 = { + 0x01814a, 0x3e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -29, -973, 0x08be}, + {53, -29, -1037, 0x097c}, + {73, -29, -973, 0x1993} + } +}; + +StandTile tile_541 = { + 0x018149, 0x3e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -29, -973, 0x09b2}, + {170, -29, -1037, 0x0948}, + {53, -29, -1037, 0x08ba} + } +}; + +StandTile tile_542 = { + 0x002b48, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {0, -29, -1223, 0x09a5}, + {33, -29, -1223, 0x08ea}, + {22, -29, -1234, 0x08c6} + } +}; + +StandTile tile_543 = { + 0x002a4a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {22, -29, -1234, 0x08ca}, + {0, -29, -1227, 0x0000}, + {0, -29, -1223, 0x08c2} + } +}; + +StandTile tile_544 = { + 0x002a49, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {22, -29, -1234, 0x08d6}, + {4, -29, -1234, 0x08ee}, + {0, -29, -1227, 0x08c6} + } +}; + +StandTile tile_545 = { + 0x00294a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4, -29, -1234, 0x08d2}, + {-5, -29, -1304, 0x0000}, + {-5, -29, -1249, 0x08f2} + } +}; + +StandTile tile_546 = { + 0x002949, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4, -29, -1234, 0x08d6}, + {4, -29, -1304, 0x092e}, + {-5, -29, -1304, 0x08ce} + } +}; + +StandTile tile_547 = { + 0x00284a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {22, -29, -1234, 0x08da}, + {4, -29, -1304, 0x08d2}, + {4, -29, -1234, 0x08ca} + } +}; + +StandTile tile_548 = { + 0x002849, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {22, -29, -1234, 0x08de}, + {22, -29, -1304, 0x092e}, + {4, -29, -1304, 0x08d6} + } +}; + +StandTile tile_549 = { + 0x00274a, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {45, -29, -1288, 0x08e2}, + {22, -29, -1304, 0x08da}, + {22, -29, -1234, 0x08e6} + } +}; + +StandTile tile_550 = { + 0x002749, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {45, -29, -1288, 0x0944}, + {45, -29, -1304, 0x092e}, + {22, -29, -1304, 0x08de} + } +}; + +StandTile tile_551 = { + 0x00264a, 0x3e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {22, -29, -1234, 0x08ea}, + {53, -29, -1281, 0x0938}, + {45, -29, -1288, 0x08de} + } +}; + +StandTile tile_552 = { + 0x002649, 0x3e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {22, -29, -1234, 0x08c2}, + {33, -29, -1223, 0x0970}, + {53, -29, -1281, 0x08e6} + } +}; + +StandTile tile_553 = { + 0x00254a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4, -29, -1234, 0x08f2}, + {-5, -29, -1227, 0x0000}, + {0, -29, -1227, 0x08ca} + } +}; + +StandTile tile_554 = { + 0x002549, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {4, -29, -1234, 0x08ce}, + {-5, -29, -1249, 0x0000}, + {-5, -29, -1227, 0x08ee} + } +}; + +StandTile tile_555 = { + 0x002448, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {202, -29, -1234, 0x091a}, + {192, -29, -1223, 0x09db}, + {224, -29, -1223, 0x08fa} + } +}; + +StandTile tile_556 = { + 0x00234a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {224, -29, -1223, 0x08fe}, + {219, -29, -1234, 0x090a}, + {202, -29, -1234, 0x08f6} + } +}; + +StandTile tile_557 = { + 0x002349, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {224, -29, -1223, 0x0000}, + {224, -29, -1227, 0x0922}, + {219, -29, -1234, 0x08fa} + } +}; + +StandTile tile_558 = { + 0x00224a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {228, -29, -1249, 0x0906}, + {219, -29, -1304, 0x090e}, + {219, -29, -1234, 0x0922} + } +}; + +StandTile tile_559 = { + 0x002249, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {228, -29, -1249, 0x0000}, + {228, -29, -1304, 0x092e}, + {219, -29, -1304, 0x0902} + } +}; + +StandTile tile_560 = { + 0x00214a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {219, -29, -1234, 0x090e}, + {202, -29, -1304, 0x0916}, + {202, -29, -1234, 0x08fa} + } +}; + +StandTile tile_561 = { + 0x002149, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {219, -29, -1234, 0x0902}, + {219, -29, -1304, 0x092e}, + {202, -29, -1304, 0x090a} + } +}; + +StandTile tile_562 = { + 0x00204a, 0x3e, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {202, -29, -1234, 0x0916}, + {178, -29, -1304, 0x0940}, + {178, -29, -1288, 0x091a} + } +}; + +StandTile tile_563 = { + 0x002049, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {202, -29, -1234, 0x090a}, + {202, -29, -1304, 0x092e}, + {178, -29, -1304, 0x0912} + } +}; + +StandTile tile_564 = { + 0x001f4a, 0x3e, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {178, -29, -1288, 0x091e}, + {192, -29, -1223, 0x08f6}, + {202, -29, -1234, 0x0912} + } +}; + +StandTile tile_565 = { + 0x001f49, 0x3e, + 0x0, + 0xa, 0xb, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {178, -29, -1288, 0x093c}, + {170, -29, -1281, 0x0968}, + {192, -29, -1223, 0x091a} + } +}; + +StandTile tile_566 = { + 0x001e4a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {224, -29, -1227, 0x0926}, + {228, -29, -1249, 0x0902}, + {219, -29, -1234, 0x08fe} + } +}; + +StandTile tile_567 = { + 0x001e49, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {224, -29, -1227, 0x0000}, + {228, -29, -1227, 0x0000}, + {228, -29, -1249, 0x0922} + } +}; + +StandTile tile_568 = { + 0x001d4a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-5, -29, -1352, 0x092e}, + {228, -29, -1304, 0x0000}, + {228, -29, -1352, 0x0000} + } +}; + +StandTile tile_569 = { + 0x001d49, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 9, + 0x0, 0x1, 0x8, + { + {-5, -29, -1352, 0x0000}, + {-5, -29, -1304, 0x08d2}, + {4, -29, -1304, 0x08da}, + {22, -29, -1304, 0x08e2}, + {45, -29, -1304, 0x0944}, + {178, -29, -1304, 0x0916}, + {202, -29, -1304, 0x090e}, + {219, -29, -1304, 0x0906}, + {228, -29, -1304, 0x092a} + } +}; + +StandTile tile_570 = { + 0x018c4a, 0x3e, + 0x0, + 0xd, 0xd, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {170, -29, -1281, 0x093c}, + {45, -29, -1288, 0x08e6}, + {53, -29, -1281, 0x096c} + } +}; + +StandTile tile_571 = { + 0x018c49, 0x3e, + 0x0, + 0xa, 0xb, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {170, -29, -1281, 0x091e}, + {178, -29, -1288, 0x0940}, + {45, -29, -1288, 0x0938} + } +}; + +StandTile tile_572 = { + 0x001c4a, 0x3e, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {178, -29, -1304, 0x0944}, + {45, -29, -1288, 0x093c}, + {178, -29, -1288, 0x0912} + } +}; + +StandTile tile_573 = { + 0x001c49, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {178, -29, -1304, 0x092e}, + {45, -29, -1304, 0x08e2}, + {45, -29, -1288, 0x0940} + } +}; + +StandTile tile_574 = { + 0x001a48, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {112, -29, -1098, 0x095c}, + {53, -29, -1037, 0x08be}, + {170, -29, -1037, 0x094c} + } +}; + +StandTile tile_575 = { + 0x00194a, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {170, -29, -1037, 0x0950}, + {170, -29, -1156, 0x0954}, + {112, -29, -1098, 0x0948} + } +}; + +StandTile tile_576 = { + 0x001949, 0x3e, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {170, -29, -1037, 0x09aa}, + {192, -29, -1098, 0x09c3}, + {170, -29, -1156, 0x094c} + } +}; + +StandTile tile_577 = { + 0x001848, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {170, -29, -1156, 0x09cb}, + {53, -29, -1156, 0x095c}, + {112, -29, -1098, 0x094c} + } +}; + +StandTile tile_578 = { + 0x00174a, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {53, -29, -1037, 0x095c}, + {53, -29, -1156, 0x098d}, + {33, -29, -1098, 0x0978} + } +}; + +StandTile tile_579 = { + 0x001749, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {53, -29, -1037, 0x0948}, + {112, -29, -1098, 0x0954}, + {53, -29, -1156, 0x0958} + } +}; + +StandTile tile_580 = { + 0x001648, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {112, -29, -1223, 0x0974}, + {53, -29, -1162, 0x09c7}, + {170, -29, -1162, 0x0964} + } +}; + +StandTile tile_581 = { + 0x00154a, 0x3e, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {170, -29, -1162, 0x0968}, + {170, -29, -1281, 0x096c}, + {112, -29, -1223, 0x0960} + } +}; + +StandTile tile_582 = { + 0x001549, 0x3e, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {170, -29, -1162, 0x09db}, + {192, -29, -1223, 0x091e}, + {170, -29, -1281, 0x0964} + } +}; + +StandTile tile_583 = { + 0x001448, 0x3e, + 0x0, + 0xd, 0xd, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {170, -29, -1281, 0x0938}, + {53, -29, -1281, 0x0974}, + {112, -29, -1223, 0x0964} + } +}; + +StandTile tile_584 = { + 0x00134a, 0x3e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {53, -29, -1162, 0x0974}, + {53, -29, -1281, 0x08ea}, + {33, -29, -1223, 0x09a1} + } +}; + +StandTile tile_585 = { + 0x001349, 0x3e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {53, -29, -1162, 0x0960}, + {112, -29, -1223, 0x096c}, + {53, -29, -1281, 0x0970} + } +}; + +StandTile tile_586 = { + 0x001248, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {53, -29, -1037, 0x0958}, + {33, -29, -1098, 0x0984}, + {0, -29, -976, 0x097c} + } +}; + +StandTile tile_587 = { + 0x00114a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {0, -29, -976, 0x0980}, + {73, -29, -973, 0x08ba}, + {53, -29, -1037, 0x0978} + } +}; + +StandTile tile_588 = { + 0x001149, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {0, -29, -976, 0x0000}, + {0, -29, -973, 0x0000}, + {73, -29, -973, 0x097c} + } +}; + +StandTile tile_589 = { + 0x00104a, 0x3e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {33, -29, -1098, 0x0988}, + {-5, -29, -976, 0x0000}, + {0, -29, -976, 0x0978} + } +}; + +StandTile tile_590 = { + 0x001049, 0x3e, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {33, -29, -1098, 0x0991}, + {0, -29, -1098, 0x0000}, + {-5, -29, -1098, 0x0000}, + {-5, -29, -976, 0x0984} + } +}; + +StandTile tile_591 = { + 0x000f4a, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {0, -29, -1102, 0x0991}, + {33, -29, -1098, 0x0958}, + {53, -29, -1156, 0x0999} + } +}; + +StandTile tile_592 = { + 0x000f49, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {0, -29, -1102, 0x0000}, + {0, -29, -1098, 0x0988}, + {33, -29, -1098, 0x098d} + } +}; + +StandTile tile_593 = { + 0x000c48, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-5, -29, -1158, 0x099d}, + {53, -29, -1156, 0x09c7}, + {53, -29, -1162, 0x09a1} + } +}; + +StandTile tile_594 = { + 0x000b4a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {53, -29, -1156, 0x099d}, + {-5, -29, -1102, 0x0000}, + {0, -29, -1102, 0x098d} + } +}; + +StandTile tile_595 = { + 0x000b49, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {53, -29, -1156, 0x0995}, + {-5, -29, -1158, 0x0000}, + {-5, -29, -1102, 0x0999} + } +}; + +StandTile tile_596 = { + 0x000a4a, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {33, -29, -1223, 0x09a5}, + {-5, -29, -1158, 0x0995}, + {53, -29, -1162, 0x0970} + } +}; + +StandTile tile_597 = { + 0x000a49, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {33, -29, -1223, 0x08c2}, + {0, -29, -1223, 0x0000}, + {-5, -29, -1223, 0x0000}, + {-5, -29, -1158, 0x09a1} + } +}; + +StandTile tile_598 = { + 0x000948, 0x3e, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {224, -29, -976, 0x09b6}, + {192, -29, -1098, 0x0950}, + {170, -29, -1037, 0x09ae} + } +}; + +StandTile tile_599 = { + 0x00084a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {170, -29, -1037, 0x09b2}, + {224, -29, -973, 0x0000}, + {224, -29, -976, 0x09aa} + } +}; + +StandTile tile_600 = { + 0x000849, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {170, -29, -1037, 0x08be}, + {150, -29, -973, 0x0000}, + {224, -29, -973, 0x09ae} + } +}; + +StandTile tile_601 = { + 0x00074a, 0x3e, + 0x0, + 0x6, 0x7, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {224, -29, -976, 0x09bb}, + {228, -29, -1098, 0x0000}, + {224, -29, -1098, 0x09c3}, + {192, -29, -1098, 0x09aa} + } +}; + +StandTile tile_602 = { + 0x000749, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {224, -29, -976, 0x0000}, + {228, -29, -976, 0x0000}, + {228, -29, -1098, 0x09b6} + } +}; + +StandTile tile_603 = { + 0x00064a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {170, -29, -1156, 0x09c3}, + {224, -29, -1098, 0x0000}, + {224, -29, -1102, 0x09d3} + } +}; + +StandTile tile_604 = { + 0x000649, 0x3e, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {170, -29, -1156, 0x0950}, + {192, -29, -1098, 0x09b6}, + {224, -29, -1098, 0x09bf} + } +}; + +StandTile tile_605 = { + 0x000548, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {53, -29, -1162, 0x0995}, + {53, -29, -1156, 0x09cb}, + {170, -29, -1162, 0x0960} + } +}; + +StandTile tile_606 = { + 0x000448, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {53, -29, -1156, 0x0954}, + {170, -29, -1156, 0x09cf}, + {170, -29, -1162, 0x09c7} + } +}; + +StandTile tile_607 = { + 0x000348, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {170, -29, -1162, 0x09cb}, + {170, -29, -1156, 0x09d3}, + {228, -29, -1158, 0x09e0} + } +}; + +StandTile tile_608 = { + 0x00024a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {224, -29, -1102, 0x09d7}, + {228, -29, -1158, 0x09cf}, + {170, -29, -1156, 0x09bf} + } +}; + +StandTile tile_609 = { + 0x000249, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {224, -29, -1102, 0x0000}, + {228, -29, -1102, 0x0000}, + {228, -29, -1158, 0x09d3} + } +}; + +StandTile tile_610 = { + 0x00014a, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {170, -29, -1162, 0x09e0}, + {228, -29, -1223, 0x0000}, + {224, -29, -1223, 0x08f6}, + {192, -29, -1223, 0x0968} + } +}; + +StandTile tile_611 = { + 0x000149, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {170, -29, -1162, 0x09cf}, + {228, -29, -1158, 0x0000}, + {228, -29, -1223, 0x09db} + } +}; + +StandTile tile_612 = { + 0x018142, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {904, -29, -798, 0x09e8}, + {1001, -29, -733, 0x0aa6}, + {980, -29, -798, 0x19f4} + } +}; + +StandTile tile_613 = { + 0x018141, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {904, -29, -798, 0x0adc}, + {883, -29, -733, 0x0a72}, + {1001, -29, -733, 0x09e4} + } +}; + +StandTile tile_614 = { + 0x002b40, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1054, -29, -546, 0x0acf}, + {1020, -29, -546, 0x0a14}, + {1032, -29, -535, 0x09f0} + } +}; + +StandTile tile_615 = { + 0x002a42, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1032, -29, -535, 0x09f4}, + {1054, -29, -542, 0x0000}, + {1054, -29, -546, 0x09ec} + } +}; + +StandTile tile_616 = { + 0x002a41, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1032, -29, -535, 0x0a00}, + {1049, -29, -535, 0x0a18}, + {1054, -29, -542, 0x09f0} + } +}; + +StandTile tile_617 = { + 0x002942, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1049, -29, -535, 0x09fc}, + {1058, -29, -465, 0x0000}, + {1058, -29, -520, 0x0a1c} + } +}; + +StandTile tile_618 = { + 0x002941, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1049, -29, -535, 0x0a00}, + {1049, -29, -465, 0x0a58}, + {1058, -29, -465, 0x09f8} + } +}; + +StandTile tile_619 = { + 0x002842, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1032, -29, -535, 0x0a04}, + {1049, -29, -465, 0x09fc}, + {1049, -29, -535, 0x09f4} + } +}; + +StandTile tile_620 = { + 0x002841, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1032, -29, -535, 0x0a08}, + {1032, -29, -465, 0x0a58}, + {1049, -29, -465, 0x0a00} + } +}; + +StandTile tile_621 = { + 0x002742, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1008, -29, -481, 0x0a0c}, + {1032, -29, -465, 0x0a04}, + {1032, -29, -535, 0x0a10} + } +}; + +StandTile tile_622 = { + 0x002741, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1008, -29, -481, 0x0a6e}, + {1008, -29, -465, 0x0a58}, + {1032, -29, -465, 0x0a08} + } +}; + +StandTile tile_623 = { + 0x002642, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1032, -29, -535, 0x0a14}, + {1001, -29, -488, 0x0a62}, + {1008, -29, -481, 0x0a08} + } +}; + +StandTile tile_624 = { + 0x002641, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1032, -29, -535, 0x09ec}, + {1020, -29, -546, 0x0a9a}, + {1001, -29, -488, 0x0a10} + } +}; + +StandTile tile_625 = { + 0x002542, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1049, -29, -535, 0x0a1c}, + {1058, -29, -542, 0x0000}, + {1054, -29, -542, 0x09f4} + } +}; + +StandTile tile_626 = { + 0x002541, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1049, -29, -535, 0x09f8}, + {1058, -29, -520, 0x0000}, + {1058, -29, -542, 0x0a18} + } +}; + +StandTile tile_627 = { + 0x002440, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {852, -29, -535, 0x0a44}, + {861, -29, -546, 0x0b05}, + {830, -29, -546, 0x0a24} + } +}; + +StandTile tile_628 = { + 0x002342, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {830, -29, -546, 0x0a28}, + {834, -29, -535, 0x0a34}, + {852, -29, -535, 0x0a20} + } +}; + +StandTile tile_629 = { + 0x002341, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {830, -29, -546, 0x0000}, + {830, -29, -542, 0x0a4c}, + {834, -29, -535, 0x0a24} + } +}; + +StandTile tile_630 = { + 0x002242, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {825, -29, -520, 0x0a30}, + {834, -29, -465, 0x0a38}, + {834, -29, -535, 0x0a4c} + } +}; + +StandTile tile_631 = { + 0x002241, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {825, -29, -520, 0x0000}, + {825, -29, -465, 0x0a58}, + {834, -29, -465, 0x0a2c} + } +}; + +StandTile tile_632 = { + 0x002142, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {834, -29, -535, 0x0a38}, + {852, -29, -465, 0x0a40}, + {852, -29, -535, 0x0a24} + } +}; + +StandTile tile_633 = { + 0x002141, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {834, -29, -535, 0x0a2c}, + {834, -29, -465, 0x0a58}, + {852, -29, -465, 0x0a34} + } +}; + +StandTile tile_634 = { + 0x002042, 0x3a, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {852, -29, -535, 0x0a40}, + {876, -29, -465, 0x0a6a}, + {876, -29, -481, 0x0a44} + } +}; + +StandTile tile_635 = { + 0x002041, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {852, -29, -535, 0x0a34}, + {852, -29, -465, 0x0a58}, + {876, -29, -465, 0x0a3c} + } +}; + +StandTile tile_636 = { + 0x001f42, 0x3a, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {876, -29, -481, 0x0a48}, + {861, -29, -546, 0x0a20}, + {852, -29, -535, 0x0a3c} + } +}; + +StandTile tile_637 = { + 0x001f41, 0x3a, + 0x0, + 0xa, 0xb, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {876, -29, -481, 0x0a66}, + {883, -29, -488, 0x0a92}, + {861, -29, -546, 0x0a44} + } +}; + +StandTile tile_638 = { + 0x001e42, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {830, -29, -542, 0x0a50}, + {825, -29, -520, 0x0a2c}, + {834, -29, -535, 0x0a28} + } +}; + +StandTile tile_639 = { + 0x001e41, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {830, -29, -542, 0x0000}, + {825, -29, -542, 0x0000}, + {825, -29, -520, 0x0a4c} + } +}; + +StandTile tile_640 = { + 0x001d42, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1058, -29, -417, 0x0a58}, + {825, -29, -465, 0x0000}, + {825, -29, -417, 0x0000} + } +}; + +StandTile tile_641 = { + 0x001d41, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 9, + 0x0, 0x1, 0x8, + { + {1058, -29, -417, 0x0000}, + {1058, -29, -465, 0x09fc}, + {1049, -29, -465, 0x0a04}, + {1032, -29, -465, 0x0a0c}, + {1008, -29, -465, 0x0a6e}, + {876, -29, -465, 0x0a40}, + {852, -29, -465, 0x0a38}, + {834, -29, -465, 0x0a30}, + {825, -29, -465, 0x0a54} + } +}; + +StandTile tile_642 = { + 0x018c42, 0x3a, + 0x0, + 0xd, 0xd, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {883, -29, -488, 0x0a66}, + {1008, -29, -481, 0x0a10}, + {1001, -29, -488, 0x0a96} + } +}; + +StandTile tile_643 = { + 0x018c41, 0x3a, + 0x0, + 0xa, 0xb, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {883, -29, -488, 0x0a48}, + {876, -29, -481, 0x0a6a}, + {1008, -29, -481, 0x0a62} + } +}; + +StandTile tile_644 = { + 0x001c42, 0x3a, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {876, -29, -465, 0x0a6e}, + {1008, -29, -481, 0x0a66}, + {876, -29, -481, 0x0a3c} + } +}; + +StandTile tile_645 = { + 0x001c41, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {876, -29, -465, 0x0a58}, + {1008, -29, -465, 0x0a0c}, + {1008, -29, -481, 0x0a6a} + } +}; + +StandTile tile_646 = { + 0x001a40, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {942, -29, -671, 0x0a86}, + {1001, -29, -733, 0x09e8}, + {883, -29, -733, 0x0a76} + } +}; + +StandTile tile_647 = { + 0x001942, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {883, -29, -733, 0x0a7a}, + {883, -29, -614, 0x0a7e}, + {942, -29, -671, 0x0a72} + } +}; + +StandTile tile_648 = { + 0x001941, 0x3a, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {883, -29, -733, 0x0ad4}, + {861, -29, -671, 0x0aed}, + {883, -29, -614, 0x0a76} + } +}; + +StandTile tile_649 = { + 0x001840, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {883, -29, -614, 0x0af5}, + {1001, -29, -614, 0x0a86}, + {942, -29, -671, 0x0a76} + } +}; + +StandTile tile_650 = { + 0x001742, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1001, -29, -733, 0x0a86}, + {1001, -29, -614, 0x0ab7}, + {1020, -29, -671, 0x0aa2} + } +}; + +StandTile tile_651 = { + 0x001741, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1001, -29, -733, 0x0a72}, + {942, -29, -671, 0x0a7e}, + {1001, -29, -614, 0x0a82} + } +}; + +StandTile tile_652 = { + 0x001640, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {942, -29, -546, 0x0a9e}, + {1001, -29, -608, 0x0af1}, + {883, -29, -608, 0x0a8e} + } +}; + +StandTile tile_653 = { + 0x001542, 0x3a, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {883, -29, -608, 0x0a92}, + {883, -29, -488, 0x0a96}, + {942, -29, -546, 0x0a8a} + } +}; + +StandTile tile_654 = { + 0x001541, 0x3a, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {883, -29, -608, 0x0b05}, + {861, -29, -546, 0x0a48}, + {883, -29, -488, 0x0a8e} + } +}; + +StandTile tile_655 = { + 0x001440, 0x3a, + 0x0, + 0xd, 0xd, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {883, -29, -488, 0x0a62}, + {1001, -29, -488, 0x0a9e}, + {942, -29, -546, 0x0a8e} + } +}; + +StandTile tile_656 = { + 0x001342, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1001, -29, -608, 0x0a9e}, + {1001, -29, -488, 0x0a14}, + {1020, -29, -546, 0x0acb} + } +}; + +StandTile tile_657 = { + 0x001341, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1001, -29, -608, 0x0a8a}, + {942, -29, -546, 0x0a96}, + {1001, -29, -488, 0x0a9a} + } +}; + +StandTile tile_658 = { + 0x001240, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1001, -29, -733, 0x0a82}, + {1020, -29, -671, 0x0aae}, + {1054, -29, -793, 0x0aa6} + } +}; + +StandTile tile_659 = { + 0x001142, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1054, -29, -793, 0x0aaa}, + {980, -29, -798, 0x09e4}, + {1001, -29, -733, 0x0aa2} + } +}; + +StandTile tile_660 = { + 0x001141, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1054, -29, -793, 0x0000}, + {1054, -29, -797, 0x0000}, + {980, -29, -798, 0x0aa6} + } +}; + +StandTile tile_661 = { + 0x001042, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1020, -29, -671, 0x0ab2}, + {1058, -29, -793, 0x0000}, + {1054, -29, -793, 0x0aa2} + } +}; + +StandTile tile_662 = { + 0x001041, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {1020, -29, -671, 0x0abb}, + {1054, -29, -671, 0x0000}, + {1058, -29, -671, 0x0000}, + {1058, -29, -793, 0x0aae} + } +}; + +StandTile tile_663 = { + 0x000f42, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1054, -29, -668, 0x0abb}, + {1020, -29, -671, 0x0a82}, + {1001, -29, -614, 0x0ac3} + } +}; + +StandTile tile_664 = { + 0x000f41, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1054, -29, -668, 0x0000}, + {1054, -29, -671, 0x0ab2}, + {1020, -29, -671, 0x0ab7} + } +}; + +StandTile tile_665 = { + 0x000c40, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1058, -29, -611, 0x0ac7}, + {1001, -29, -614, 0x0af1}, + {1001, -29, -608, 0x0acb} + } +}; + +StandTile tile_666 = { + 0x000b42, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -29, -614, 0x0ac7}, + {1058, -29, -668, 0x0000}, + {1054, -29, -668, 0x0ab7} + } +}; + +StandTile tile_667 = { + 0x000b41, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -29, -614, 0x0abf}, + {1058, -29, -611, 0x0000}, + {1058, -29, -668, 0x0ac3} + } +}; + +StandTile tile_668 = { + 0x000a42, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1020, -29, -546, 0x0acf}, + {1058, -29, -611, 0x0abf}, + {1001, -29, -608, 0x0a9a} + } +}; + +StandTile tile_669 = { + 0x000a41, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {1020, -29, -546, 0x09ec}, + {1054, -29, -546, 0x0000}, + {1058, -29, -546, 0x0000}, + {1058, -29, -611, 0x0acb} + } +}; + +StandTile tile_670 = { + 0x000940, 0x3a, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {830, -29, -793, 0x0ae0}, + {861, -29, -671, 0x0a7a}, + {883, -29, -733, 0x0ad8} + } +}; + +StandTile tile_671 = { + 0x000842, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {883, -29, -733, 0x0adc}, + {830, -29, -797, 0x0000}, + {830, -29, -793, 0x0ad4} + } +}; + +StandTile tile_672 = { + 0x000841, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {883, -29, -733, 0x09e8}, + {904, -29, -798, 0x0000}, + {830, -29, -797, 0x0ad8} + } +}; + +StandTile tile_673 = { + 0x000742, 0x3a, + 0x0, + 0x6, 0x7, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {830, -29, -793, 0x0ae5}, + {825, -29, -671, 0x0000}, + {830, -29, -671, 0x0aed}, + {861, -29, -671, 0x0ad4} + } +}; + +StandTile tile_674 = { + 0x000741, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {830, -29, -793, 0x0000}, + {825, -29, -793, 0x0000}, + {825, -29, -671, 0x0ae0} + } +}; + +StandTile tile_675 = { + 0x000642, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {883, -29, -614, 0x0aed}, + {830, -29, -671, 0x0000}, + {830, -29, -668, 0x0afd} + } +}; + +StandTile tile_676 = { + 0x000641, 0x3a, + 0x0, + 0x6, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {883, -29, -614, 0x0a7a}, + {861, -29, -671, 0x0ae0}, + {830, -29, -671, 0x0ae9} + } +}; + +StandTile tile_677 = { + 0x000540, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -29, -608, 0x0abf}, + {1001, -29, -614, 0x0af5}, + {883, -29, -608, 0x0a8a} + } +}; + +StandTile tile_678 = { + 0x000440, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -29, -614, 0x0a7e}, + {883, -29, -614, 0x0af9}, + {883, -29, -608, 0x0af1} + } +}; + +StandTile tile_679 = { + 0x000340, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {883, -29, -608, 0x0af5}, + {883, -29, -614, 0x0afd}, + {825, -29, -611, 0x0b0a} + } +}; + +StandTile tile_680 = { + 0x000242, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {830, -29, -668, 0x0b01}, + {825, -29, -611, 0x0af9}, + {883, -29, -614, 0x0ae9} + } +}; + +StandTile tile_681 = { + 0x000241, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {830, -29, -668, 0x0000}, + {825, -29, -668, 0x0000}, + {825, -29, -611, 0x0afd} + } +}; + +StandTile tile_682 = { + 0x000142, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {883, -29, -608, 0x0b0a}, + {825, -29, -546, 0x0000}, + {830, -29, -546, 0x0a20}, + {861, -29, -546, 0x0a92} + } +}; + +StandTile tile_683 = { + 0x000141, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {883, -29, -608, 0x0af9}, + {825, -29, -611, 0x0000}, + {825, -29, -546, 0x0b05} + } +}; + +StandTile tile_684 = { + 0x01813a, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {249, -12, -2121, 0x0b13}, + {184, -12, -2025, 0x0bd1}, + {249, -12, -2045, 0x1e3c}, + {249, -12, -2083, 0x1e17} + } +}; + +StandTile tile_685 = { + 0x018139, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {249, -12, -2121, 0x0c07}, + {184, -12, -2142, 0x0b9d}, + {184, -12, -2025, 0x0b0e} + } +}; + +StandTile tile_686 = { + 0x002b38, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-3, -12, -1971, 0x0bfa}, + {-3, -12, -2005, 0x0b3f}, + {-14, -12, -1993, 0x0b1b} + } +}; + +StandTile tile_687 = { + 0x002a3a, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -1993, 0x0b1f}, + {-6, -12, -1971, 0x0000}, + {-3, -12, -1971, 0x0b17} + } +}; + +StandTile tile_688 = { + 0x002a39, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -1993, 0x0b2b}, + {-14, -12, -1976, 0x0b43}, + {-6, -12, -1971, 0x0b1b} + } +}; + +StandTile tile_689 = { + 0x00293a, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -1976, 0x0b27}, + {-84, -12, -1967, 0x0000}, + {-28, -12, -1967, 0x0b47} + } +}; + +StandTile tile_690 = { + 0x002939, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -1976, 0x0b2b}, + {-84, -12, -1976, 0x0b83}, + {-84, -12, -1967, 0x0b23} + } +}; + +StandTile tile_691 = { + 0x00283a, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -1993, 0x0b2f}, + {-84, -12, -1976, 0x0b27}, + {-14, -12, -1976, 0x0b1f} + } +}; + +StandTile tile_692 = { + 0x002839, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -1993, 0x0b33}, + {-84, -12, -1993, 0x0b83}, + {-84, -12, -1976, 0x0b2b} + } +}; + +StandTile tile_693 = { + 0x00273a, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-68, -12, -2017, 0x0b37}, + {-84, -12, -1993, 0x0b2f}, + {-14, -12, -1993, 0x0b3b} + } +}; + +StandTile tile_694 = { + 0x002739, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-68, -12, -2017, 0x0b99}, + {-84, -12, -2017, 0x0b83}, + {-84, -12, -1993, 0x0b33} + } +}; + +StandTile tile_695 = { + 0x00263a, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -1993, 0x0b3f}, + {-60, -12, -2025, 0x0b8d}, + {-68, -12, -2017, 0x0b33} + } +}; + +StandTile tile_696 = { + 0x002639, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -1993, 0x0b17}, + {-3, -12, -2005, 0x0bc5}, + {-60, -12, -2025, 0x0b3b} + } +}; + +StandTile tile_697 = { + 0x00253a, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -1976, 0x0b47}, + {-6, -12, -1967, 0x0000}, + {-6, -12, -1971, 0x0b1f} + } +}; + +StandTile tile_698 = { + 0x002539, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -1976, 0x0b23}, + {-28, -12, -1967, 0x0000}, + {-6, -12, -1967, 0x0b43} + } +}; + +StandTile tile_699 = { + 0x002438, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -2174, 0x0b6f}, + {-3, -12, -2164, 0x0c30}, + {-3, -12, -2196, 0x0b4f} + } +}; + +StandTile tile_700 = { + 0x00233a, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-3, -12, -2196, 0x0b53}, + {-14, -12, -2191, 0x0b5f}, + {-14, -12, -2174, 0x0b4b} + } +}; + +StandTile tile_701 = { + 0x002339, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-3, -12, -2196, 0x0000}, + {-6, -12, -2196, 0x0b77}, + {-14, -12, -2191, 0x0b4f} + } +}; + +StandTile tile_702 = { + 0x00223a, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-28, -12, -2200, 0x0b5b}, + {-84, -12, -2191, 0x0b63}, + {-14, -12, -2191, 0x0b77} + } +}; + +StandTile tile_703 = { + 0x002239, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-28, -12, -2200, 0x0000}, + {-84, -12, -2200, 0x0b83}, + {-84, -12, -2191, 0x0b57} + } +}; + +StandTile tile_704 = { + 0x00213a, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -2191, 0x0b63}, + {-84, -12, -2174, 0x0b6b}, + {-14, -12, -2174, 0x0b4f} + } +}; + +StandTile tile_705 = { + 0x002139, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -2191, 0x0b57}, + {-84, -12, -2191, 0x0b83}, + {-84, -12, -2174, 0x0b5f} + } +}; + +StandTile tile_706 = { + 0x00203a, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -2174, 0x0b6b}, + {-84, -12, -2149, 0x0b95}, + {-68, -12, -2149, 0x0b6f} + } +}; + +StandTile tile_707 = { + 0x002039, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-14, -12, -2174, 0x0b5f}, + {-84, -12, -2174, 0x0b83}, + {-84, -12, -2149, 0x0b67} + } +}; + +StandTile tile_708 = { + 0x001f3a, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-68, -12, -2149, 0x0b73}, + {-3, -12, -2164, 0x0b4b}, + {-14, -12, -2174, 0x0b67} + } +}; + +StandTile tile_709 = { + 0x001f39, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-68, -12, -2149, 0x0b91}, + {-60, -12, -2142, 0x0bbd}, + {-3, -12, -2164, 0x0b6f} + } +}; + +StandTile tile_710 = { + 0x001e3a, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-6, -12, -2196, 0x0b7b}, + {-28, -12, -2200, 0x0b57}, + {-14, -12, -2191, 0x0b53} + } +}; + +StandTile tile_711 = { + 0x001e39, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-6, -12, -2196, 0x0000}, + {-6, -12, -2200, 0x0000}, + {-28, -12, -2200, 0x0b77} + } +}; + +StandTile tile_712 = { + 0x001d3a, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-132, -12, -1967, 0x0b83}, + {-84, -12, -2200, 0x0000}, + {-132, -12, -2200, 0x0000} + } +}; + +StandTile tile_713 = { + 0x001d39, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 9, + 0x0, 0x1, 0x8, + { + {-132, -12, -1967, 0x0000}, + {-84, -12, -1967, 0x0b27}, + {-84, -12, -1976, 0x0b2f}, + {-84, -12, -1993, 0x0b37}, + {-84, -12, -2017, 0x0b99}, + {-84, -12, -2149, 0x0b6b}, + {-84, -12, -2174, 0x0b63}, + {-84, -12, -2191, 0x0b5b}, + {-84, -12, -2200, 0x0b7f} + } +}; + +StandTile tile_714 = { + 0x018c3a, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-60, -12, -2142, 0x0b91}, + {-68, -12, -2017, 0x0b3b}, + {-60, -12, -2025, 0x0bc1} + } +}; + +StandTile tile_715 = { + 0x018c39, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-60, -12, -2142, 0x0b73}, + {-68, -12, -2149, 0x0b95}, + {-68, -12, -2017, 0x0b8d} + } +}; + +StandTile tile_716 = { + 0x001c3a, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-84, -12, -2149, 0x0b99}, + {-68, -12, -2017, 0x0b91}, + {-68, -12, -2149, 0x0b67} + } +}; + +StandTile tile_717 = { + 0x001c39, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-84, -12, -2149, 0x0b83}, + {-84, -12, -2017, 0x0b37}, + {-68, -12, -2017, 0x0b95} + } +}; + +StandTile tile_718 = { + 0x001a38, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {123, -12, -2083, 0x0bb1}, + {184, -12, -2025, 0x0b13}, + {184, -12, -2142, 0x0ba1} + } +}; + +StandTile tile_719 = { + 0x00193a, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {184, -12, -2142, 0x0ba5}, + {65, -12, -2142, 0x0ba9}, + {123, -12, -2083, 0x0b9d} + } +}; + +StandTile tile_720 = { + 0x001939, 0x36, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {184, -12, -2142, 0x0bff}, + {123, -12, -2164, 0x0c18}, + {65, -12, -2142, 0x0ba1} + } +}; + +StandTile tile_721 = { + 0x001838, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {65, -12, -2142, 0x0c20}, + {65, -12, -2025, 0x0bb1}, + {123, -12, -2083, 0x0ba1} + } +}; + +StandTile tile_722 = { + 0x00173a, 0x36, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {184, -12, -2025, 0x0bb1}, + {65, -12, -2025, 0x0be2}, + {123, -12, -2005, 0x0bcd} + } +}; + +StandTile tile_723 = { + 0x001739, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {184, -12, -2025, 0x0b9d}, + {123, -12, -2083, 0x0ba9}, + {65, -12, -2025, 0x0bad} + } +}; + +StandTile tile_724 = { + 0x001638, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-3, -12, -2083, 0x0bc9}, + {59, -12, -2025, 0x0c1c}, + {59, -12, -2142, 0x0bb9} + } +}; + +StandTile tile_725 = { + 0x00153a, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {59, -12, -2142, 0x0bbd}, + {-60, -12, -2142, 0x0bc1}, + {-3, -12, -2083, 0x0bb5} + } +}; + +StandTile tile_726 = { + 0x001539, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {59, -12, -2142, 0x0c30}, + {-3, -12, -2164, 0x0b73}, + {-60, -12, -2142, 0x0bb9} + } +}; + +StandTile tile_727 = { + 0x001438, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-60, -12, -2142, 0x0b8d}, + {-60, -12, -2025, 0x0bc9}, + {-3, -12, -2083, 0x0bb9} + } +}; + +StandTile tile_728 = { + 0x00133a, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {59, -12, -2025, 0x0bc9}, + {-60, -12, -2025, 0x0b3f}, + {-3, -12, -2005, 0x0bf6} + } +}; + +StandTile tile_729 = { + 0x001339, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {59, -12, -2025, 0x0bb5}, + {-3, -12, -2083, 0x0bc1}, + {-60, -12, -2025, 0x0bc5} + } +}; + +StandTile tile_730 = { + 0x001238, 0x36, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {184, -12, -2025, 0x0bad}, + {123, -12, -2005, 0x0bd9}, + {244, -12, -1971, 0x0bd1} + } +}; + +StandTile tile_731 = { + 0x00113a, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {244, -12, -1971, 0x0bd5}, + {249, -12, -2045, 0x0b0e}, + {184, -12, -2025, 0x0bcd} + } +}; + +StandTile tile_732 = { + 0x001139, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {244, -12, -1971, 0x0000}, + {248, -12, -1971, 0x0000}, + {249, -12, -2045, 0x0bd1} + } +}; + +StandTile tile_733 = { + 0x00103a, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {123, -12, -2005, 0x0bdd}, + {244, -12, -1967, 0x0000}, + {244, -12, -1971, 0x0bcd} + } +}; + +StandTile tile_734 = { + 0x001039, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {123, -12, -2005, 0x0be6}, + {123, -12, -1971, 0x0000}, + {123, -12, -1967, 0x0000}, + {244, -12, -1967, 0x0bd9} + } +}; + +StandTile tile_735 = { + 0x000f3a, 0x36, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {119, -12, -1971, 0x0be6}, + {123, -12, -2005, 0x0bad}, + {65, -12, -2025, 0x0bee} + } +}; + +StandTile tile_736 = { + 0x000f39, 0x36, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {119, -12, -1971, 0x0000}, + {123, -12, -1971, 0x0bdd}, + {123, -12, -2005, 0x0be2} + } +}; + +StandTile tile_737 = { + 0x000c38, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {63, -12, -1967, 0x0bf2}, + {65, -12, -2025, 0x0c1c}, + {59, -12, -2025, 0x0bf6} + } +}; + +StandTile tile_738 = { + 0x000b3a, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {65, -12, -2025, 0x0bf2}, + {119, -12, -1967, 0x0000}, + {119, -12, -1971, 0x0be2} + } +}; + +StandTile tile_739 = { + 0x000b39, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {65, -12, -2025, 0x0bea}, + {63, -12, -1967, 0x0000}, + {119, -12, -1967, 0x0bee} + } +}; + +StandTile tile_740 = { + 0x000a3a, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-3, -12, -2005, 0x0bfa}, + {63, -12, -1967, 0x0bea}, + {59, -12, -2025, 0x0bc5} + } +}; + +StandTile tile_741 = { + 0x000a39, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {-3, -12, -2005, 0x0b17}, + {-3, -12, -1971, 0x0000}, + {-3, -12, -1967, 0x0000}, + {63, -12, -1967, 0x0bf6} + } +}; + +StandTile tile_742 = { + 0x000938, 0x36, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {244, -12, -2196, 0x0c0b}, + {123, -12, -2164, 0x0ba5}, + {184, -12, -2142, 0x0c03} + } +}; + +StandTile tile_743 = { + 0x00083a, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {184, -12, -2142, 0x0c07}, + {248, -12, -2196, 0x0000}, + {244, -12, -2196, 0x0bff} + } +}; + +StandTile tile_744 = { + 0x000839, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {184, -12, -2142, 0x0b13}, + {249, -12, -2121, 0x0000}, + {248, -12, -2196, 0x0c03} + } +}; + +StandTile tile_745 = { + 0x00073a, 0x36, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {244, -12, -2196, 0x0c10}, + {123, -12, -2200, 0x0000}, + {123, -12, -2196, 0x0c18}, + {123, -12, -2164, 0x0bff} + } +}; + +StandTile tile_746 = { + 0x000739, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {244, -12, -2196, 0x0000}, + {244, -12, -2200, 0x0000}, + {123, -12, -2200, 0x0c0b} + } +}; + +StandTile tile_747 = { + 0x00063a, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {65, -12, -2142, 0x0c18}, + {123, -12, -2196, 0x0000}, + {119, -12, -2196, 0x0c28} + } +}; + +StandTile tile_748 = { + 0x000639, 0x36, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {65, -12, -2142, 0x0ba5}, + {123, -12, -2164, 0x0c0b}, + {123, -12, -2196, 0x0c14} + } +}; + +StandTile tile_749 = { + 0x000538, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {59, -12, -2025, 0x0bea}, + {65, -12, -2025, 0x0c20}, + {59, -12, -2142, 0x0bb5} + } +}; + +StandTile tile_750 = { + 0x000438, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {65, -12, -2025, 0x0ba9}, + {65, -12, -2142, 0x0c24}, + {59, -12, -2142, 0x0c1c} + } +}; + +StandTile tile_751 = { + 0x000338, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {59, -12, -2142, 0x0c20}, + {65, -12, -2142, 0x0c28}, + {63, -12, -2200, 0x0c35} + } +}; + +StandTile tile_752 = { + 0x00023a, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {119, -12, -2196, 0x0c2c}, + {63, -12, -2200, 0x0c24}, + {65, -12, -2142, 0x0c14} + } +}; + +StandTile tile_753 = { + 0x000239, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {119, -12, -2196, 0x0000}, + {119, -12, -2200, 0x0000}, + {63, -12, -2200, 0x0c28} + } +}; + +StandTile tile_754 = { + 0x00013a, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {59, -12, -2142, 0x0c35}, + {-3, -12, -2200, 0x0000}, + {-3, -12, -2196, 0x0b4b}, + {-3, -12, -2164, 0x0bbd} + } +}; + +StandTile tile_755 = { + 0x000139, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {59, -12, -2142, 0x0c24}, + {63, -12, -2200, 0x0000}, + {-3, -12, -2200, 0x0c30} + } +}; + +StandTile tile_756 = { + 0x018132, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {593, -12, -1749, 0x0c3d}, + {658, -12, -1846, 0x0cfb}, + {593, -12, -1825, 0x1e6a} + } +}; + +StandTile tile_757 = { + 0x018131, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {593, -12, -1749, 0x0d31}, + {658, -12, -1728, 0x0cc7}, + {658, -12, -1846, 0x0c39} + } +}; + +StandTile tile_758 = { + 0x002b30, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {845, -12, -1899, 0x0d24}, + {845, -12, -1865, 0x0c69}, + {856, -12, -1877, 0x0c45} + } +}; + +StandTile tile_759 = { + 0x002a32, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1877, 0x0c49}, + {848, -12, -1899, 0x0000}, + {845, -12, -1899, 0x0c41} + } +}; + +StandTile tile_760 = { + 0x002a31, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1877, 0x0c55}, + {856, -12, -1895, 0x0c6d}, + {848, -12, -1899, 0x0c45} + } +}; + +StandTile tile_761 = { + 0x002932, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1895, 0x0c51}, + {926, -12, -1903, 0x0000}, + {870, -12, -1903, 0x0c71} + } +}; + +StandTile tile_762 = { + 0x002931, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1895, 0x0c55}, + {926, -12, -1895, 0x0cad}, + {926, -12, -1903, 0x0c4d} + } +}; + +StandTile tile_763 = { + 0x002832, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1877, 0x0c59}, + {926, -12, -1895, 0x0c51}, + {856, -12, -1895, 0x0c49} + } +}; + +StandTile tile_764 = { + 0x002831, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1877, 0x0c5d}, + {926, -12, -1877, 0x0cad}, + {926, -12, -1895, 0x0c55} + } +}; + +StandTile tile_765 = { + 0x002732, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {910, -12, -1853, 0x0c61}, + {926, -12, -1877, 0x0c59}, + {856, -12, -1877, 0x0c65} + } +}; + +StandTile tile_766 = { + 0x002731, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {910, -12, -1853, 0x0cc3}, + {926, -12, -1853, 0x0cad}, + {926, -12, -1877, 0x0c5d} + } +}; + +StandTile tile_767 = { + 0x002632, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1877, 0x0c69}, + {902, -12, -1846, 0x0cb7}, + {910, -12, -1853, 0x0c5d} + } +}; + +StandTile tile_768 = { + 0x002631, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1877, 0x0c41}, + {845, -12, -1865, 0x0cef}, + {902, -12, -1846, 0x0c65} + } +}; + +StandTile tile_769 = { + 0x002532, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1895, 0x0c71}, + {848, -12, -1903, 0x0000}, + {848, -12, -1899, 0x0c49} + } +}; + +StandTile tile_770 = { + 0x002531, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1895, 0x0c4d}, + {870, -12, -1903, 0x0000}, + {848, -12, -1903, 0x0c6d} + } +}; + +StandTile tile_771 = { + 0x002430, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1697, 0x0c99}, + {845, -12, -1706, 0x0d5a}, + {845, -12, -1675, 0x0c79} + } +}; + +StandTile tile_772 = { + 0x002332, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {845, -12, -1675, 0x0c7d}, + {856, -12, -1679, 0x0c89}, + {856, -12, -1697, 0x0c75} + } +}; + +StandTile tile_773 = { + 0x002331, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {845, -12, -1675, 0x0000}, + {848, -12, -1675, 0x0ca1}, + {856, -12, -1679, 0x0c79} + } +}; + +StandTile tile_774 = { + 0x002232, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {870, -12, -1670, 0x0c85}, + {926, -12, -1679, 0x0c8d}, + {856, -12, -1679, 0x0ca1} + } +}; + +StandTile tile_775 = { + 0x002231, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {870, -12, -1670, 0x0000}, + {926, -12, -1670, 0x0cad}, + {926, -12, -1679, 0x0c81} + } +}; + +StandTile tile_776 = { + 0x002132, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1679, 0x0c8d}, + {926, -12, -1697, 0x0c95}, + {856, -12, -1697, 0x0c79} + } +}; + +StandTile tile_777 = { + 0x002131, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1679, 0x0c81}, + {926, -12, -1679, 0x0cad}, + {926, -12, -1697, 0x0c89} + } +}; + +StandTile tile_778 = { + 0x002032, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1697, 0x0c95}, + {926, -12, -1721, 0x0cbf}, + {910, -12, -1721, 0x0c99} + } +}; + +StandTile tile_779 = { + 0x002031, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {856, -12, -1697, 0x0c89}, + {926, -12, -1697, 0x0cad}, + {926, -12, -1721, 0x0c91} + } +}; + +StandTile tile_780 = { + 0x001f32, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {910, -12, -1721, 0x0c9d}, + {845, -12, -1706, 0x0c75}, + {856, -12, -1697, 0x0c91} + } +}; + +StandTile tile_781 = { + 0x001f31, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {910, -12, -1721, 0x0cbb}, + {902, -12, -1728, 0x0ce7}, + {845, -12, -1706, 0x0c99} + } +}; + +StandTile tile_782 = { + 0x001e32, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {848, -12, -1675, 0x0ca5}, + {870, -12, -1670, 0x0c81}, + {856, -12, -1679, 0x0c7d} + } +}; + +StandTile tile_783 = { + 0x001e31, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {848, -12, -1675, 0x0000}, + {848, -12, -1670, 0x0000}, + {870, -12, -1670, 0x0ca1} + } +}; + +StandTile tile_784 = { + 0x001d32, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {974, -12, -1903, 0x0cad}, + {926, -12, -1670, 0x0000}, + {974, -12, -1670, 0x0000} + } +}; + +StandTile tile_785 = { + 0x001d31, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 9, + 0x0, 0x1, 0x8, + { + {974, -12, -1903, 0x0000}, + {926, -12, -1903, 0x0c51}, + {926, -12, -1895, 0x0c59}, + {926, -12, -1877, 0x0c61}, + {926, -12, -1853, 0x0cc3}, + {926, -12, -1721, 0x0c95}, + {926, -12, -1697, 0x0c8d}, + {926, -12, -1679, 0x0c85}, + {926, -12, -1670, 0x0ca9} + } +}; + +StandTile tile_786 = { + 0x018c32, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {902, -12, -1728, 0x0cbb}, + {910, -12, -1853, 0x0c65}, + {902, -12, -1846, 0x0ceb} + } +}; + +StandTile tile_787 = { + 0x018c31, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {902, -12, -1728, 0x0c9d}, + {910, -12, -1721, 0x0cbf}, + {910, -12, -1853, 0x0cb7} + } +}; + +StandTile tile_788 = { + 0x001c32, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {926, -12, -1721, 0x0cc3}, + {910, -12, -1853, 0x0cbb}, + {910, -12, -1721, 0x0c91} + } +}; + +StandTile tile_789 = { + 0x001c31, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {926, -12, -1721, 0x0cad}, + {926, -12, -1853, 0x0c61}, + {910, -12, -1853, 0x0cbf} + } +}; + +StandTile tile_790 = { + 0x001a30, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {719, -12, -1787, 0x0cdb}, + {658, -12, -1846, 0x0c3d}, + {658, -12, -1728, 0x0ccb} + } +}; + +StandTile tile_791 = { + 0x001932, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {658, -12, -1728, 0x0ccf}, + {777, -12, -1728, 0x0cd3}, + {719, -12, -1787, 0x0cc7} + } +}; + +StandTile tile_792 = { + 0x001931, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {658, -12, -1728, 0x0d29}, + {719, -12, -1706, 0x0d42}, + {777, -12, -1728, 0x0ccb} + } +}; + +StandTile tile_793 = { + 0x001830, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {777, -12, -1728, 0x0d4a}, + {777, -12, -1846, 0x0cdb}, + {719, -12, -1787, 0x0ccb} + } +}; + +StandTile tile_794 = { + 0x001732, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {658, -12, -1846, 0x0cdb}, + {777, -12, -1846, 0x0d0c}, + {719, -12, -1865, 0x0cf7} + } +}; + +StandTile tile_795 = { + 0x001731, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {658, -12, -1846, 0x0cc7}, + {719, -12, -1787, 0x0cd3}, + {777, -12, -1846, 0x0cd7} + } +}; + +StandTile tile_796 = { + 0x001630, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {845, -12, -1787, 0x0cf3}, + {783, -12, -1846, 0x0d46}, + {783, -12, -1728, 0x0ce3} + } +}; + +StandTile tile_797 = { + 0x001532, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {783, -12, -1728, 0x0ce7}, + {902, -12, -1728, 0x0ceb}, + {845, -12, -1787, 0x0cdf} + } +}; + +StandTile tile_798 = { + 0x001531, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {783, -12, -1728, 0x0d5a}, + {845, -12, -1706, 0x0c9d}, + {902, -12, -1728, 0x0ce3} + } +}; + +StandTile tile_799 = { + 0x001430, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {902, -12, -1728, 0x0cb7}, + {902, -12, -1846, 0x0cf3}, + {845, -12, -1787, 0x0ce3} + } +}; + +StandTile tile_800 = { + 0x001332, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {783, -12, -1846, 0x0cf3}, + {902, -12, -1846, 0x0c69}, + {845, -12, -1865, 0x0d20} + } +}; + +StandTile tile_801 = { + 0x001331, 0x32, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {783, -12, -1846, 0x0cdf}, + {845, -12, -1787, 0x0ceb}, + {902, -12, -1846, 0x0cef} + } +}; + +StandTile tile_802 = { + 0x001230, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {658, -12, -1846, 0x0cd7}, + {719, -12, -1865, 0x0d03}, + {598, -12, -1899, 0x0cfb} + } +}; + +StandTile tile_803 = { + 0x001132, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {598, -12, -1899, 0x0cff}, + {593, -12, -1825, 0x0c39}, + {658, -12, -1846, 0x0cf7} + } +}; + +StandTile tile_804 = { + 0x001131, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {598, -12, -1899, 0x0000}, + {594, -12, -1899, 0x0000}, + {593, -12, -1825, 0x0cfb} + } +}; + +StandTile tile_805 = { + 0x001032, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {719, -12, -1865, 0x0d07}, + {598, -12, -1903, 0x0000}, + {598, -12, -1899, 0x0cf7} + } +}; + +StandTile tile_806 = { + 0x001031, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {719, -12, -1865, 0x0d10}, + {719, -12, -1899, 0x0000}, + {719, -12, -1903, 0x0000}, + {598, -12, -1903, 0x0d03} + } +}; + +StandTile tile_807 = { + 0x000f32, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {723, -12, -1899, 0x0d10}, + {719, -12, -1865, 0x0cd7}, + {777, -12, -1846, 0x0d18} + } +}; + +StandTile tile_808 = { + 0x000f31, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {723, -12, -1899, 0x0000}, + {719, -12, -1899, 0x0d07}, + {719, -12, -1865, 0x0d0c} + } +}; + +StandTile tile_809 = { + 0x000c30, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {780, -12, -1903, 0x0d1c}, + {777, -12, -1846, 0x0d46}, + {783, -12, -1846, 0x0d20} + } +}; + +StandTile tile_810 = { + 0x000b32, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {777, -12, -1846, 0x0d1c}, + {723, -12, -1903, 0x0000}, + {723, -12, -1899, 0x0d0c} + } +}; + +StandTile tile_811 = { + 0x000b31, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {777, -12, -1846, 0x0d14}, + {780, -12, -1903, 0x0000}, + {723, -12, -1903, 0x0d18} + } +}; + +StandTile tile_812 = { + 0x000a32, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {845, -12, -1865, 0x0d24}, + {780, -12, -1903, 0x0d14}, + {783, -12, -1846, 0x0cef} + } +}; + +StandTile tile_813 = { + 0x000a31, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {845, -12, -1865, 0x0c41}, + {845, -12, -1899, 0x0000}, + {845, -12, -1903, 0x0000}, + {780, -12, -1903, 0x0d20} + } +}; + +StandTile tile_814 = { + 0x000930, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {598, -12, -1675, 0x0d35}, + {719, -12, -1706, 0x0ccf}, + {658, -12, -1728, 0x0d2d} + } +}; + +StandTile tile_815 = { + 0x000832, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {658, -12, -1728, 0x0d31}, + {594, -12, -1675, 0x0000}, + {598, -12, -1675, 0x0d29} + } +}; + +StandTile tile_816 = { + 0x000831, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {658, -12, -1728, 0x0c3d}, + {593, -12, -1749, 0x0000}, + {594, -12, -1675, 0x0d2d} + } +}; + +StandTile tile_817 = { + 0x000732, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {598, -12, -1675, 0x0d3a}, + {719, -12, -1670, 0x0000}, + {719, -12, -1675, 0x0d42}, + {719, -12, -1706, 0x0d29} + } +}; + +StandTile tile_818 = { + 0x000731, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {598, -12, -1675, 0x0000}, + {598, -12, -1670, 0x0000}, + {719, -12, -1670, 0x0d35} + } +}; + +StandTile tile_819 = { + 0x000632, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {777, -12, -1728, 0x0d42}, + {719, -12, -1675, 0x0000}, + {723, -12, -1675, 0x0d52} + } +}; + +StandTile tile_820 = { + 0x000631, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {777, -12, -1728, 0x0ccf}, + {719, -12, -1706, 0x0d35}, + {719, -12, -1675, 0x0d3e} + } +}; + +StandTile tile_821 = { + 0x000530, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {783, -12, -1846, 0x0d14}, + {777, -12, -1846, 0x0d4a}, + {783, -12, -1728, 0x0cdf} + } +}; + +StandTile tile_822 = { + 0x000430, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {777, -12, -1846, 0x0cd3}, + {777, -12, -1728, 0x0d4e}, + {783, -12, -1728, 0x0d46} + } +}; + +StandTile tile_823 = { + 0x000330, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {783, -12, -1728, 0x0d4a}, + {777, -12, -1728, 0x0d52}, + {780, -12, -1670, 0x0d5f} + } +}; + +StandTile tile_824 = { + 0x000232, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {723, -12, -1675, 0x0d56}, + {780, -12, -1670, 0x0d4e}, + {777, -12, -1728, 0x0d3e} + } +}; + +StandTile tile_825 = { + 0x000231, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {723, -12, -1675, 0x0000}, + {723, -12, -1670, 0x0000}, + {780, -12, -1670, 0x0d52} + } +}; + +StandTile tile_826 = { + 0x000132, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {783, -12, -1728, 0x0d5f}, + {845, -12, -1670, 0x0000}, + {845, -12, -1675, 0x0c75}, + {845, -12, -1706, 0x0ce7} + } +}; + +StandTile tile_827 = { + 0x000131, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {783, -12, -1728, 0x0d4e}, + {780, -12, -1670, 0x0000}, + {845, -12, -1670, 0x0d5a} + } +}; + +StandTile tile_828 = { + 0x012a2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {660, 0, -2452, 0x0d67}, + {704, 59, -2452, 0x0d6b}, + {647, 59, -2452, 0x0000} + } +}; + +StandTile tile_829 = { + 0x012a29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {660, 0, -2452, 0x103d}, + {681, 0, -2452, 0x0000}, + {704, 59, -2452, 0x0d63} + } +}; + +StandTile tile_830 = { + 0x00342a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 7, + 0x0, 0x1, 0x6, + { + {777, 59, -2492, 0x0d73}, + {561, 59, -2452, 0x0eb3}, + {579, 59, -2452, 0x0000}, + {647, 59, -2452, 0x0d63}, + {704, 59, -2452, 0x0000}, + {759, 59, -2452, 0x0d7b}, + {777, 59, -2452, 0x0000} + } +}; + +StandTile tile_831 = { + 0x003429, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 59, -2492, 0x0000}, + {561, 59, -2492, 0x0000}, + {561, 59, -2452, 0x0d6b} + } +}; + +StandTile tile_832 = { + 0x013e2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 56, -2452, 0x0d7b}, + {759, 59, -2452, 0x0000}, + {759, 56, -2452, 0x0eab} + } +}; + +StandTile tile_833 = { + 0x013e29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 56, -2452, 0x0000}, + {777, 59, -2452, 0x0d6b}, + {759, 59, -2452, 0x0d77} + } +}; + +StandTile tile_834 = { + 0x013d2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 0, -2382, 0x0d83}, + {759, 3, -2382, 0x0000}, + {759, 0, -2382, 0x1017} + } +}; + +StandTile tile_835 = { + 0x013d29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 0, -2382, 0x0000}, + {777, 3, -2382, 0x0e47}, + {759, 3, -2382, 0x0d7f} + } +}; + +StandTile tile_836 = { + 0x013c2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 3, -2385, 0x0d8b}, + {759, 6, -2385, 0x0000}, + {759, 3, -2385, 0x0e4b} + } +}; + +StandTile tile_837 = { + 0x013c29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 3, -2385, 0x0000}, + {777, 6, -2385, 0x0e3f}, + {759, 6, -2385, 0x0d87} + } +}; + +StandTile tile_838 = { + 0x013b2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 6, -2389, 0x0d93}, + {759, 9, -2389, 0x0000}, + {759, 6, -2389, 0x0e43} + } +}; + +StandTile tile_839 = { + 0x013b29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 6, -2389, 0x0000}, + {777, 9, -2389, 0x0e37}, + {759, 9, -2389, 0x0d8f} + } +}; + +StandTile tile_840 = { + 0x013a2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 9, -2393, 0x0d9b}, + {759, 12, -2393, 0x0000}, + {759, 9, -2393, 0x0e3b} + } +}; + +StandTile tile_841 = { + 0x013a29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 9, -2393, 0x0000}, + {777, 12, -2393, 0x0e2f}, + {759, 12, -2393, 0x0d97} + } +}; + +StandTile tile_842 = { + 0x01392a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 12, -2396, 0x0da3}, + {759, 15, -2396, 0x0000}, + {759, 12, -2396, 0x0e33} + } +}; + +StandTile tile_843 = { + 0x013929, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 12, -2396, 0x0000}, + {777, 15, -2396, 0x0e27}, + {759, 15, -2396, 0x0d9f} + } +}; + +StandTile tile_844 = { + 0x01382a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 15, -2400, 0x0dab}, + {759, 18, -2400, 0x0000}, + {759, 15, -2400, 0x0e2b} + } +}; + +StandTile tile_845 = { + 0x013829, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 15, -2400, 0x0000}, + {777, 18, -2400, 0x0e1f}, + {759, 18, -2400, 0x0da7} + } +}; + +StandTile tile_846 = { + 0x01372a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 18, -2404, 0x0db3}, + {759, 21, -2404, 0x0000}, + {759, 18, -2404, 0x0e23} + } +}; + +StandTile tile_847 = { + 0x013729, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 18, -2404, 0x0000}, + {777, 21, -2404, 0x0e17}, + {759, 21, -2404, 0x0daf} + } +}; + +StandTile tile_848 = { + 0x01362a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 21, -2407, 0x0dbb}, + {759, 23, -2407, 0x0000}, + {759, 21, -2407, 0x0e1b} + } +}; + +StandTile tile_849 = { + 0x013629, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 21, -2407, 0x0000}, + {777, 23, -2407, 0x0e4f}, + {759, 23, -2407, 0x0db7} + } +}; + +StandTile tile_850 = { + 0x01352a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 23, -2411, 0x0dc3}, + {759, 26, -2411, 0x0000}, + {759, 23, -2411, 0x0e53} + } +}; + +StandTile tile_851 = { + 0x013529, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 23, -2411, 0x0000}, + {777, 26, -2411, 0x0e57}, + {759, 26, -2411, 0x0dbf} + } +}; + +StandTile tile_852 = { + 0x01342a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 26, -2415, 0x0dcb}, + {759, 29, -2415, 0x0000}, + {759, 26, -2415, 0x0e5b} + } +}; + +StandTile tile_853 = { + 0x013429, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 26, -2415, 0x0000}, + {777, 29, -2415, 0x0e5f}, + {759, 29, -2415, 0x0dc7} + } +}; + +StandTile tile_854 = { + 0x01332a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 29, -2418, 0x0dd3}, + {759, 32, -2418, 0x0000}, + {759, 29, -2418, 0x0e63} + } +}; + +StandTile tile_855 = { + 0x013329, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 29, -2418, 0x0000}, + {777, 32, -2418, 0x0e67}, + {759, 32, -2418, 0x0dcf} + } +}; + +StandTile tile_856 = { + 0x01322a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 32, -2422, 0x0ddb}, + {759, 35, -2422, 0x0000}, + {759, 32, -2422, 0x0e6b} + } +}; + +StandTile tile_857 = { + 0x013229, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 32, -2422, 0x0000}, + {777, 35, -2422, 0x0e6f}, + {759, 35, -2422, 0x0dd7} + } +}; + +StandTile tile_858 = { + 0x01312a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 35, -2426, 0x0de3}, + {759, 38, -2426, 0x0000}, + {759, 35, -2426, 0x0e73} + } +}; + +StandTile tile_859 = { + 0x013129, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 35, -2426, 0x0000}, + {777, 38, -2426, 0x0e77}, + {759, 38, -2426, 0x0ddf} + } +}; + +StandTile tile_860 = { + 0x01302a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 38, -2429, 0x0deb}, + {759, 41, -2429, 0x0000}, + {759, 38, -2429, 0x0e7b} + } +}; + +StandTile tile_861 = { + 0x013029, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 38, -2429, 0x0000}, + {777, 41, -2429, 0x0e7f}, + {759, 41, -2429, 0x0de7} + } +}; + +StandTile tile_862 = { + 0x012f2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 41, -2433, 0x0df3}, + {759, 44, -2433, 0x0000}, + {759, 41, -2433, 0x0e83} + } +}; + +StandTile tile_863 = { + 0x012f29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 41, -2433, 0x0000}, + {777, 44, -2433, 0x0e87}, + {759, 44, -2433, 0x0def} + } +}; + +StandTile tile_864 = { + 0x012e2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 44, -2437, 0x0dfb}, + {759, 47, -2437, 0x0000}, + {759, 44, -2437, 0x0e8b} + } +}; + +StandTile tile_865 = { + 0x012e29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 44, -2437, 0x0000}, + {777, 47, -2437, 0x0e8f}, + {759, 47, -2437, 0x0df7} + } +}; + +StandTile tile_866 = { + 0x012d2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 47, -2441, 0x0e03}, + {759, 50, -2441, 0x0000}, + {759, 47, -2441, 0x0e93} + } +}; + +StandTile tile_867 = { + 0x012d29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 47, -2441, 0x0000}, + {777, 50, -2441, 0x0e97}, + {759, 50, -2441, 0x0dff} + } +}; + +StandTile tile_868 = { + 0x012c2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 50, -2444, 0x0e0b}, + {759, 53, -2444, 0x0000}, + {759, 50, -2444, 0x0e9b} + } +}; + +StandTile tile_869 = { + 0x012c29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 50, -2444, 0x0000}, + {777, 53, -2444, 0x0e9f}, + {759, 53, -2444, 0x0e07} + } +}; + +StandTile tile_870 = { + 0x012b2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 53, -2448, 0x0e13}, + {759, 56, -2448, 0x0000}, + {759, 53, -2448, 0x0ea3} + } +}; + +StandTile tile_871 = { + 0x012b29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 53, -2448, 0x0000}, + {777, 56, -2448, 0x0ea7}, + {759, 56, -2448, 0x0e0f} + } +}; + +StandTile tile_872 = { + 0x005d2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 21, -2404, 0x0e1b}, + {759, 21, -2407, 0x0000}, + {759, 21, -2404, 0x0db3} + } +}; + +StandTile tile_873 = { + 0x005d29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 21, -2404, 0x0000}, + {777, 21, -2407, 0x0db7}, + {759, 21, -2407, 0x0e17} + } +}; + +StandTile tile_874 = { + 0x005b2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 18, -2400, 0x0e23}, + {759, 18, -2404, 0x0000}, + {759, 18, -2400, 0x0dab} + } +}; + +StandTile tile_875 = { + 0x005b29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 18, -2400, 0x0000}, + {777, 18, -2404, 0x0daf}, + {759, 18, -2404, 0x0e1f} + } +}; + +StandTile tile_876 = { + 0x00592a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 15, -2396, 0x0e2b}, + {759, 15, -2400, 0x0000}, + {759, 15, -2396, 0x0da3} + } +}; + +StandTile tile_877 = { + 0x005929, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 15, -2396, 0x0000}, + {777, 15, -2400, 0x0da7}, + {759, 15, -2400, 0x0e27} + } +}; + +StandTile tile_878 = { + 0x00572a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 12, -2393, 0x0e33}, + {759, 12, -2396, 0x0000}, + {759, 12, -2393, 0x0d9b} + } +}; + +StandTile tile_879 = { + 0x005729, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 12, -2393, 0x0000}, + {777, 12, -2396, 0x0d9f}, + {759, 12, -2396, 0x0e2f} + } +}; + +StandTile tile_880 = { + 0x00552a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 9, -2389, 0x0e3b}, + {759, 9, -2393, 0x0000}, + {759, 9, -2389, 0x0d93} + } +}; + +StandTile tile_881 = { + 0x005529, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 9, -2389, 0x0000}, + {777, 9, -2393, 0x0d97}, + {759, 9, -2393, 0x0e37} + } +}; + +StandTile tile_882 = { + 0x00532a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 6, -2385, 0x0e43}, + {759, 6, -2389, 0x0000}, + {759, 6, -2385, 0x0d8b} + } +}; + +StandTile tile_883 = { + 0x005329, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 6, -2385, 0x0000}, + {777, 6, -2389, 0x0d8f}, + {759, 6, -2389, 0x0e3f} + } +}; + +StandTile tile_884 = { + 0x00512a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 3, -2382, 0x0e4b}, + {759, 3, -2385, 0x0000}, + {759, 3, -2382, 0x0d83} + } +}; + +StandTile tile_885 = { + 0x005129, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 3, -2382, 0x0000}, + {777, 3, -2385, 0x0d87}, + {759, 3, -2385, 0x0e47} + } +}; + +StandTile tile_886 = { + 0x004f2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 23, -2407, 0x0e53}, + {759, 23, -2411, 0x0000}, + {759, 23, -2407, 0x0dbb} + } +}; + +StandTile tile_887 = { + 0x004f29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 23, -2407, 0x0000}, + {777, 23, -2411, 0x0dbf}, + {759, 23, -2411, 0x0e4f} + } +}; + +StandTile tile_888 = { + 0x004d2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 26, -2411, 0x0e5b}, + {759, 26, -2415, 0x0000}, + {759, 26, -2411, 0x0dc3} + } +}; + +StandTile tile_889 = { + 0x004d29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 26, -2411, 0x0000}, + {777, 26, -2415, 0x0dc7}, + {759, 26, -2415, 0x0e57} + } +}; + +StandTile tile_890 = { + 0x004b2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 29, -2415, 0x0e63}, + {759, 29, -2418, 0x0000}, + {759, 29, -2415, 0x0dcb} + } +}; + +StandTile tile_891 = { + 0x004b29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 29, -2415, 0x0000}, + {777, 29, -2418, 0x0dcf}, + {759, 29, -2418, 0x0e5f} + } +}; + +StandTile tile_892 = { + 0x00492a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 32, -2418, 0x0e6b}, + {759, 32, -2422, 0x0000}, + {759, 32, -2418, 0x0dd3} + } +}; + +StandTile tile_893 = { + 0x004929, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 32, -2418, 0x0000}, + {777, 32, -2422, 0x0dd7}, + {759, 32, -2422, 0x0e67} + } +}; + +StandTile tile_894 = { + 0x00472a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 35, -2422, 0x0e73}, + {759, 35, -2426, 0x0000}, + {759, 35, -2422, 0x0ddb} + } +}; + +StandTile tile_895 = { + 0x004729, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 35, -2422, 0x0000}, + {777, 35, -2426, 0x0ddf}, + {759, 35, -2426, 0x0e6f} + } +}; + +StandTile tile_896 = { + 0x00452a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 38, -2426, 0x0e7b}, + {759, 38, -2429, 0x0000}, + {759, 38, -2426, 0x0de3} + } +}; + +StandTile tile_897 = { + 0x004529, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 38, -2426, 0x0000}, + {777, 38, -2429, 0x0de7}, + {759, 38, -2429, 0x0e77} + } +}; + +StandTile tile_898 = { + 0x00432a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 41, -2429, 0x0e83}, + {759, 41, -2433, 0x0000}, + {759, 41, -2429, 0x0deb} + } +}; + +StandTile tile_899 = { + 0x004329, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 41, -2429, 0x0000}, + {777, 41, -2433, 0x0def}, + {759, 41, -2433, 0x0e7f} + } +}; + +StandTile tile_900 = { + 0x00412a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 44, -2433, 0x0e8b}, + {759, 44, -2437, 0x0000}, + {759, 44, -2433, 0x0df3} + } +}; + +StandTile tile_901 = { + 0x004129, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 44, -2433, 0x0000}, + {777, 44, -2437, 0x0df7}, + {759, 44, -2437, 0x0e87} + } +}; + +StandTile tile_902 = { + 0x003f2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 47, -2437, 0x0e93}, + {759, 47, -2441, 0x0000}, + {759, 47, -2437, 0x0dfb} + } +}; + +StandTile tile_903 = { + 0x003f29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 47, -2437, 0x0000}, + {777, 47, -2441, 0x0dff}, + {759, 47, -2441, 0x0e8f} + } +}; + +StandTile tile_904 = { + 0x003d2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 50, -2441, 0x0e9b}, + {759, 50, -2444, 0x0000}, + {759, 50, -2441, 0x0e03} + } +}; + +StandTile tile_905 = { + 0x003d29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 50, -2441, 0x0000}, + {777, 50, -2444, 0x0e07}, + {759, 50, -2444, 0x0e97} + } +}; + +StandTile tile_906 = { + 0x003b2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 53, -2444, 0x0ea3}, + {759, 53, -2448, 0x0000}, + {759, 53, -2444, 0x0e0b} + } +}; + +StandTile tile_907 = { + 0x003b29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 53, -2444, 0x0000}, + {777, 53, -2448, 0x0e0f}, + {759, 53, -2448, 0x0e9f} + } +}; + +StandTile tile_908 = { + 0x00392a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 56, -2448, 0x0eab}, + {759, 56, -2452, 0x0000}, + {759, 56, -2448, 0x0e13} + } +}; + +StandTile tile_909 = { + 0x003929, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {777, 56, -2448, 0x0000}, + {777, 56, -2452, 0x0d77}, + {759, 56, -2452, 0x0ea7} + } +}; + +StandTile tile_910 = { + 0x01522a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 56, -2452, 0x0eb3}, + {561, 59, -2452, 0x0000}, + {561, 56, -2452, 0x0fe3} + } +}; + +StandTile tile_911 = { + 0x015229, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 56, -2452, 0x0000}, + {579, 59, -2452, 0x0d6b}, + {561, 59, -2452, 0x0eaf} + } +}; + +StandTile tile_912 = { + 0x01512a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 0, -2382, 0x0ebb}, + {561, 3, -2382, 0x0000}, + {561, 0, -2382, 0x0ff7} + } +}; + +StandTile tile_913 = { + 0x015129, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 0, -2382, 0x0000}, + {579, 3, -2382, 0x0f7f}, + {561, 3, -2382, 0x0eb7} + } +}; + +StandTile tile_914 = { + 0x01502a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 3, -2385, 0x0ec3}, + {561, 6, -2385, 0x0000}, + {561, 3, -2385, 0x0f83} + } +}; + +StandTile tile_915 = { + 0x015029, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 3, -2385, 0x0000}, + {579, 6, -2385, 0x0f77}, + {561, 6, -2385, 0x0ebf} + } +}; + +StandTile tile_916 = { + 0x014f2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 6, -2389, 0x0ecb}, + {561, 9, -2389, 0x0000}, + {561, 6, -2389, 0x0f7b} + } +}; + +StandTile tile_917 = { + 0x014f29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 6, -2389, 0x0000}, + {579, 9, -2389, 0x0f6f}, + {561, 9, -2389, 0x0ec7} + } +}; + +StandTile tile_918 = { + 0x014e2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 9, -2393, 0x0ed3}, + {561, 12, -2393, 0x0000}, + {561, 9, -2393, 0x0f73} + } +}; + +StandTile tile_919 = { + 0x014e29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 9, -2393, 0x0000}, + {579, 12, -2393, 0x0f67}, + {561, 12, -2393, 0x0ecf} + } +}; + +StandTile tile_920 = { + 0x014d2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 12, -2396, 0x0edb}, + {561, 15, -2396, 0x0000}, + {561, 12, -2396, 0x0f6b} + } +}; + +StandTile tile_921 = { + 0x014d29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 12, -2396, 0x0000}, + {579, 15, -2396, 0x0f5f}, + {561, 15, -2396, 0x0ed7} + } +}; + +StandTile tile_922 = { + 0x014c2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 15, -2400, 0x0ee3}, + {561, 18, -2400, 0x0000}, + {561, 15, -2400, 0x0f63} + } +}; + +StandTile tile_923 = { + 0x014c29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 15, -2400, 0x0000}, + {579, 18, -2400, 0x0f57}, + {561, 18, -2400, 0x0edf} + } +}; + +StandTile tile_924 = { + 0x014b2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 18, -2404, 0x0eeb}, + {561, 21, -2404, 0x0000}, + {561, 18, -2404, 0x0f5b} + } +}; + +StandTile tile_925 = { + 0x014b29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 18, -2404, 0x0000}, + {579, 21, -2404, 0x0f4f}, + {561, 21, -2404, 0x0ee7} + } +}; + +StandTile tile_926 = { + 0x014a2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 21, -2407, 0x0ef3}, + {561, 23, -2407, 0x0000}, + {561, 21, -2407, 0x0f53} + } +}; + +StandTile tile_927 = { + 0x014a29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 21, -2407, 0x0000}, + {579, 23, -2407, 0x0f87}, + {561, 23, -2407, 0x0eef} + } +}; + +StandTile tile_928 = { + 0x01492a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 23, -2411, 0x0efb}, + {561, 26, -2411, 0x0000}, + {561, 23, -2411, 0x0f8b} + } +}; + +StandTile tile_929 = { + 0x014929, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 23, -2411, 0x0000}, + {579, 26, -2411, 0x0f8f}, + {561, 26, -2411, 0x0ef7} + } +}; + +StandTile tile_930 = { + 0x01482a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 26, -2415, 0x0f03}, + {561, 29, -2415, 0x0000}, + {561, 26, -2415, 0x0f93} + } +}; + +StandTile tile_931 = { + 0x014829, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 26, -2415, 0x0000}, + {579, 29, -2415, 0x0f97}, + {561, 29, -2415, 0x0eff} + } +}; + +StandTile tile_932 = { + 0x01472a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 29, -2418, 0x0f0b}, + {561, 32, -2418, 0x0000}, + {561, 29, -2418, 0x0f9b} + } +}; + +StandTile tile_933 = { + 0x014729, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 29, -2418, 0x0000}, + {579, 32, -2418, 0x0f9f}, + {561, 32, -2418, 0x0f07} + } +}; + +StandTile tile_934 = { + 0x01462a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 32, -2422, 0x0f13}, + {561, 35, -2422, 0x0000}, + {561, 32, -2422, 0x0fa3} + } +}; + +StandTile tile_935 = { + 0x014629, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 32, -2422, 0x0000}, + {579, 35, -2422, 0x0fa7}, + {561, 35, -2422, 0x0f0f} + } +}; + +StandTile tile_936 = { + 0x01452a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 35, -2426, 0x0f1b}, + {561, 38, -2426, 0x0000}, + {561, 35, -2426, 0x0fab} + } +}; + +StandTile tile_937 = { + 0x014529, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 35, -2426, 0x0000}, + {579, 38, -2426, 0x0faf}, + {561, 38, -2426, 0x0f17} + } +}; + +StandTile tile_938 = { + 0x01442a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 38, -2429, 0x0f23}, + {561, 41, -2429, 0x0000}, + {561, 38, -2429, 0x0fb3} + } +}; + +StandTile tile_939 = { + 0x014429, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 38, -2429, 0x0000}, + {579, 41, -2429, 0x0fb7}, + {561, 41, -2429, 0x0f1f} + } +}; + +StandTile tile_940 = { + 0x01432a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 41, -2433, 0x0f2b}, + {561, 44, -2433, 0x0000}, + {561, 41, -2433, 0x0fbb} + } +}; + +StandTile tile_941 = { + 0x014329, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 41, -2433, 0x0000}, + {579, 44, -2433, 0x0fbf}, + {561, 44, -2433, 0x0f27} + } +}; + +StandTile tile_942 = { + 0x01422a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 44, -2437, 0x0f33}, + {561, 47, -2437, 0x0000}, + {561, 44, -2437, 0x0fc3} + } +}; + +StandTile tile_943 = { + 0x014229, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 44, -2437, 0x0000}, + {579, 47, -2437, 0x0fc7}, + {561, 47, -2437, 0x0f2f} + } +}; + +StandTile tile_944 = { + 0x01412a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 47, -2441, 0x0f3b}, + {561, 50, -2441, 0x0000}, + {561, 47, -2441, 0x0fcb} + } +}; + +StandTile tile_945 = { + 0x014129, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 47, -2441, 0x0000}, + {579, 50, -2441, 0x0fcf}, + {561, 50, -2441, 0x0f37} + } +}; + +StandTile tile_946 = { + 0x01402a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 50, -2444, 0x0f43}, + {561, 53, -2444, 0x0000}, + {561, 50, -2444, 0x0fd3} + } +}; + +StandTile tile_947 = { + 0x014029, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 50, -2444, 0x0000}, + {579, 53, -2444, 0x0fd7}, + {561, 53, -2444, 0x0f3f} + } +}; + +StandTile tile_948 = { + 0x013f2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 53, -2448, 0x0f4b}, + {561, 56, -2448, 0x0000}, + {561, 53, -2448, 0x0fdb} + } +}; + +StandTile tile_949 = { + 0x013f29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 53, -2448, 0x0000}, + {579, 56, -2448, 0x0fdf}, + {561, 56, -2448, 0x0f47} + } +}; + +StandTile tile_950 = { + 0x00872a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 21, -2404, 0x0f53}, + {561, 21, -2407, 0x0000}, + {561, 21, -2404, 0x0eeb} + } +}; + +StandTile tile_951 = { + 0x008729, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 21, -2404, 0x0000}, + {579, 21, -2407, 0x0eef}, + {561, 21, -2407, 0x0f4f} + } +}; + +StandTile tile_952 = { + 0x00852a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 18, -2400, 0x0f5b}, + {561, 18, -2404, 0x0000}, + {561, 18, -2400, 0x0ee3} + } +}; + +StandTile tile_953 = { + 0x008529, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 18, -2400, 0x0000}, + {579, 18, -2404, 0x0ee7}, + {561, 18, -2404, 0x0f57} + } +}; + +StandTile tile_954 = { + 0x00832a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 15, -2396, 0x0f63}, + {561, 15, -2400, 0x0000}, + {561, 15, -2396, 0x0edb} + } +}; + +StandTile tile_955 = { + 0x008329, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 15, -2396, 0x0000}, + {579, 15, -2400, 0x0edf}, + {561, 15, -2400, 0x0f5f} + } +}; + +StandTile tile_956 = { + 0x00812a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 12, -2393, 0x0f6b}, + {561, 12, -2396, 0x0000}, + {561, 12, -2393, 0x0ed3} + } +}; + +StandTile tile_957 = { + 0x008129, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 12, -2393, 0x0000}, + {579, 12, -2396, 0x0ed7}, + {561, 12, -2396, 0x0f67} + } +}; + +StandTile tile_958 = { + 0x007f2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 9, -2389, 0x0f73}, + {561, 9, -2393, 0x0000}, + {561, 9, -2389, 0x0ecb} + } +}; + +StandTile tile_959 = { + 0x007f29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 9, -2389, 0x0000}, + {579, 9, -2393, 0x0ecf}, + {561, 9, -2393, 0x0f6f} + } +}; + +StandTile tile_960 = { + 0x007d2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 6, -2385, 0x0f7b}, + {561, 6, -2389, 0x0000}, + {561, 6, -2385, 0x0ec3} + } +}; + +StandTile tile_961 = { + 0x007d29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 6, -2385, 0x0000}, + {579, 6, -2389, 0x0ec7}, + {561, 6, -2389, 0x0f77} + } +}; + +StandTile tile_962 = { + 0x007b2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 3, -2382, 0x0f83}, + {561, 3, -2385, 0x0000}, + {561, 3, -2382, 0x0ebb} + } +}; + +StandTile tile_963 = { + 0x007b29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 3, -2382, 0x0000}, + {579, 3, -2385, 0x0ebf}, + {561, 3, -2385, 0x0f7f} + } +}; + +StandTile tile_964 = { + 0x00792a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 23, -2407, 0x0f8b}, + {561, 23, -2411, 0x0000}, + {561, 23, -2407, 0x0ef3} + } +}; + +StandTile tile_965 = { + 0x007929, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 23, -2407, 0x0000}, + {579, 23, -2411, 0x0ef7}, + {561, 23, -2411, 0x0f87} + } +}; + +StandTile tile_966 = { + 0x00772a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 26, -2411, 0x0f93}, + {561, 26, -2415, 0x0000}, + {561, 26, -2411, 0x0efb} + } +}; + +StandTile tile_967 = { + 0x007729, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 26, -2411, 0x0000}, + {579, 26, -2415, 0x0eff}, + {561, 26, -2415, 0x0f8f} + } +}; + +StandTile tile_968 = { + 0x00752a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 29, -2415, 0x0f9b}, + {561, 29, -2418, 0x0000}, + {561, 29, -2415, 0x0f03} + } +}; + +StandTile tile_969 = { + 0x007529, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 29, -2415, 0x0000}, + {579, 29, -2418, 0x0f07}, + {561, 29, -2418, 0x0f97} + } +}; + +StandTile tile_970 = { + 0x00732a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 32, -2418, 0x0fa3}, + {561, 32, -2422, 0x0000}, + {561, 32, -2418, 0x0f0b} + } +}; + +StandTile tile_971 = { + 0x007329, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 32, -2418, 0x0000}, + {579, 32, -2422, 0x0f0f}, + {561, 32, -2422, 0x0f9f} + } +}; + +StandTile tile_972 = { + 0x00712a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 35, -2422, 0x0fab}, + {561, 35, -2426, 0x0000}, + {561, 35, -2422, 0x0f13} + } +}; + +StandTile tile_973 = { + 0x007129, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 35, -2422, 0x0000}, + {579, 35, -2426, 0x0f17}, + {561, 35, -2426, 0x0fa7} + } +}; + +StandTile tile_974 = { + 0x006f2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 38, -2426, 0x0fb3}, + {561, 38, -2429, 0x0000}, + {561, 38, -2426, 0x0f1b} + } +}; + +StandTile tile_975 = { + 0x006f29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 38, -2426, 0x0000}, + {579, 38, -2429, 0x0f1f}, + {561, 38, -2429, 0x0faf} + } +}; + +StandTile tile_976 = { + 0x006d2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 41, -2429, 0x0fbb}, + {561, 41, -2433, 0x0000}, + {561, 41, -2429, 0x0f23} + } +}; + +StandTile tile_977 = { + 0x006d29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 41, -2429, 0x0000}, + {579, 41, -2433, 0x0f27}, + {561, 41, -2433, 0x0fb7} + } +}; + +StandTile tile_978 = { + 0x006b2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 44, -2433, 0x0fc3}, + {561, 44, -2437, 0x0000}, + {561, 44, -2433, 0x0f2b} + } +}; + +StandTile tile_979 = { + 0x006b29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 44, -2433, 0x0000}, + {579, 44, -2437, 0x0f2f}, + {561, 44, -2437, 0x0fbf} + } +}; + +StandTile tile_980 = { + 0x00692a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 47, -2437, 0x0fcb}, + {561, 47, -2441, 0x0000}, + {561, 47, -2437, 0x0f33} + } +}; + +StandTile tile_981 = { + 0x006929, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 47, -2437, 0x0000}, + {579, 47, -2441, 0x0f37}, + {561, 47, -2441, 0x0fc7} + } +}; + +StandTile tile_982 = { + 0x00672a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 50, -2441, 0x0fd3}, + {561, 50, -2444, 0x0000}, + {561, 50, -2441, 0x0f3b} + } +}; + +StandTile tile_983 = { + 0x006729, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 50, -2441, 0x0000}, + {579, 50, -2444, 0x0f3f}, + {561, 50, -2444, 0x0fcf} + } +}; + +StandTile tile_984 = { + 0x00652a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 53, -2444, 0x0fdb}, + {561, 53, -2448, 0x0000}, + {561, 53, -2444, 0x0f43} + } +}; + +StandTile tile_985 = { + 0x006529, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 53, -2444, 0x0000}, + {579, 53, -2448, 0x0f47}, + {561, 53, -2448, 0x0fd7} + } +}; + +StandTile tile_986 = { + 0x00632a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 56, -2448, 0x0fe3}, + {561, 56, -2452, 0x0000}, + {561, 56, -2448, 0x0f4b} + } +}; + +StandTile tile_987 = { + 0x006329, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 56, -2448, 0x0000}, + {579, 56, -2452, 0x0eaf}, + {561, 56, -2452, 0x0fdf} + } +}; + +StandTile tile_988 = { + 0x01812a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {707, 0, -2120, 0x0feb}, + {610, 0, -2184, 0x1091}, + {631, 0, -2120, 0x1df1} + } +}; + +StandTile tile_989 = { + 0x018129, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {707, 0, -2120, 0x10c7}, + {728, 0, -2184, 0x105b}, + {610, 0, -2184, 0x0fe7} + } +}; + +StandTile tile_990 = { + 0x002b28, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {557, 0, -2371, 0x10ba}, + {591, 0, -2371, 0x1007}, + {579, 0, -2382, 0x0ff3} + } +}; + +StandTile tile_991 = { + 0x002a2a, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {579, 0, -2382, 0x0ff7}, + {557, 0, -2374, 0x0000}, + {557, 0, -2371, 0x0fef} + } +}; + +StandTile tile_992 = { + 0x002a29, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {579, 0, -2382, 0x0eb7}, + {561, 0, -2382, 0x100b}, + {557, 0, -2374, 0x0ff3} + } +}; + +StandTile tile_993 = { + 0x00272a, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {603, 0, -2436, 0x0fff}, + {579, 0, -2452, 0x0000}, + {579, 0, -2382, 0x1003} + } +}; + +StandTile tile_994 = { + 0x002729, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {603, 0, -2436, 0x103d}, + {603, 0, -2452, 0x0000}, + {579, 0, -2452, 0x0ffb} + } +}; + +StandTile tile_995 = { + 0x00262a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 0, -2382, 0x1007}, + {610, 0, -2428, 0x1057}, + {603, 0, -2436, 0x0ffb} + } +}; + +StandTile tile_996 = { + 0x002629, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {579, 0, -2382, 0x0fef}, + {591, 0, -2371, 0x1085}, + {610, 0, -2428, 0x1003} + } +}; + +StandTile tile_997 = { + 0x00252a, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {561, 0, -2382, 0x100f}, + {553, 0, -2374, 0x0000}, + {557, 0, -2374, 0x0ff7} + } +}; + +StandTile tile_998 = { + 0x002529, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {561, 0, -2382, 0x0000}, + {553, 0, -2396, 0x0000}, + {553, 0, -2374, 0x100b} + } +}; + +StandTile tile_999 = { + 0x002428, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {759, 0, -2382, 0x1027}, + {750, 0, -2371, 0x10f0}, + {781, 0, -2371, 0x1017} + } +}; + +StandTile tile_1000 = { + 0x00232a, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {781, 0, -2371, 0x101b}, + {777, 0, -2382, 0x0d7f}, + {759, 0, -2382, 0x1013} + } +}; + +StandTile tile_1001 = { + 0x002329, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {781, 0, -2371, 0x0000}, + {781, 0, -2374, 0x102f}, + {777, 0, -2382, 0x1017} + } +}; + +StandTile tile_1002 = { + 0x00202a, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {759, 0, -2382, 0x1023}, + {735, 0, -2452, 0x1037}, + {735, 0, -2436, 0x1027} + } +}; + +StandTile tile_1003 = { + 0x002029, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {759, 0, -2382, 0x0000}, + {759, 0, -2452, 0x0000}, + {735, 0, -2452, 0x101f} + } +}; + +StandTile tile_1004 = { + 0x001f2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {735, 0, -2436, 0x102b}, + {750, 0, -2371, 0x1013}, + {759, 0, -2382, 0x101f} + } +}; + +StandTile tile_1005 = { + 0x001f29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {735, 0, -2436, 0x1047}, + {728, 0, -2428, 0x107b}, + {750, 0, -2371, 0x1027} + } +}; + +StandTile tile_1006 = { + 0x001e2a, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {781, 0, -2374, 0x1033}, + {786, 0, -2396, 0x0000}, + {777, 0, -2382, 0x101b} + } +}; + +StandTile tile_1007 = { + 0x001e29, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {781, 0, -2374, 0x0000}, + {786, 0, -2374, 0x0000}, + {786, 0, -2396, 0x102f} + } +}; + +StandTile tile_1008 = { + 0x001c2a, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 5, + 0x0, 0x1, 0x4, + { + {735, 0, -2452, 0x103d}, + {603, 0, -2436, 0x1053}, + {643, 0, -2436, 0x104b}, + {702, 0, -2436, 0x1043}, + {735, 0, -2436, 0x101f} + } +}; + +StandTile tile_1009 = { + 0x001c29, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 5, + 0x0, 0x3, 0x4, + { + {735, 0, -2452, 0x0000}, + {681, 0, -2452, 0x0d67}, + {660, 0, -2452, 0x0000}, + {603, 0, -2452, 0x0fff}, + {603, 0, -2436, 0x1037} + } +}; + +StandTile tile_1010 = { + 0x01882a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {701, 0, -2428, 0x1047}, + {735, 0, -2436, 0x1037}, + {702, 0, -2436, 0x104f} + } +}; + +StandTile tile_1011 = { + 0x018829, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {701, 0, -2428, 0x107f}, + {728, 0, -2428, 0x102b}, + {735, 0, -2436, 0x1043} + } +}; + +StandTile tile_1012 = { + 0x01862a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {643, 0, -2428, 0x104f}, + {702, 0, -2436, 0x1037}, + {643, 0, -2436, 0x1053} + } +}; + +StandTile tile_1013 = { + 0x018629, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {643, 0, -2428, 0x107f}, + {701, 0, -2428, 0x1043}, + {702, 0, -2436, 0x104b} + } +}; + +StandTile tile_1014 = { + 0x001b2a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {603, 0, -2436, 0x1057}, + {643, 0, -2428, 0x104b}, + {643, 0, -2436, 0x1037} + } +}; + +StandTile tile_1015 = { + 0x001b29, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {603, 0, -2436, 0x1003}, + {610, 0, -2428, 0x107f}, + {643, 0, -2428, 0x1053} + } +}; + +StandTile tile_1016 = { + 0x001a28, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {669, 0, -2245, 0x106f}, + {610, 0, -2184, 0x0feb}, + {728, 0, -2184, 0x105f} + } +}; + +StandTile tile_1017 = { + 0x00192a, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {728, 0, -2184, 0x1063}, + {728, 0, -2303, 0x1067}, + {669, 0, -2245, 0x105b} + } +}; + +StandTile tile_1018 = { + 0x001929, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {728, 0, -2184, 0x10bf}, + {750, 0, -2245, 0x10d8}, + {728, 0, -2303, 0x105f} + } +}; + +StandTile tile_1019 = { + 0x001828, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {728, 0, -2303, 0x10e0}, + {610, 0, -2303, 0x106f}, + {669, 0, -2245, 0x105f} + } +}; + +StandTile tile_1020 = { + 0x00172a, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {610, 0, -2184, 0x106f}, + {610, 0, -2303, 0x10a2}, + {591, 0, -2245, 0x108d} + } +}; + +StandTile tile_1021 = { + 0x001729, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {610, 0, -2184, 0x105b}, + {669, 0, -2245, 0x1067}, + {610, 0, -2303, 0x106b} + } +}; + +StandTile tile_1022 = { + 0x001628, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {669, 0, -2371, 0x1089}, + {610, 0, -2309, 0x10dc}, + {728, 0, -2309, 0x1077} + } +}; + +StandTile tile_1023 = { + 0x00152a, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {728, 0, -2309, 0x107b}, + {728, 0, -2428, 0x107f}, + {669, 0, -2371, 0x1073} + } +}; + +StandTile tile_1024 = { + 0x001529, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {728, 0, -2309, 0x10f0}, + {750, 0, -2371, 0x102b}, + {728, 0, -2428, 0x1077} + } +}; + +StandTile tile_1025 = { + 0x001428, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {728, 0, -2428, 0x1047}, + {701, 0, -2428, 0x104f}, + {643, 0, -2428, 0x1057}, + {610, 0, -2428, 0x1089}, + {669, 0, -2371, 0x1077} + } +}; + +StandTile tile_1026 = { + 0x00132a, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {610, 0, -2309, 0x1089}, + {610, 0, -2428, 0x1007}, + {591, 0, -2371, 0x10b6} + } +}; + +StandTile tile_1027 = { + 0x001329, 0x2e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {610, 0, -2309, 0x1073}, + {669, 0, -2371, 0x107f}, + {610, 0, -2428, 0x1085} + } +}; + +StandTile tile_1028 = { + 0x001228, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {610, 0, -2184, 0x106b}, + {591, 0, -2245, 0x1099}, + {557, 0, -2124, 0x1091} + } +}; + +StandTile tile_1029 = { + 0x00112a, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {557, 0, -2124, 0x1095}, + {631, 0, -2120, 0x0fe7}, + {610, 0, -2184, 0x108d} + } +}; + +StandTile tile_1030 = { + 0x001129, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {557, 0, -2124, 0x0000}, + {557, 0, -2120, 0x0000}, + {631, 0, -2120, 0x1091} + } +}; + +StandTile tile_1031 = { + 0x00102a, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {591, 0, -2245, 0x109d}, + {553, 0, -2124, 0x0000}, + {557, 0, -2124, 0x108d} + } +}; + +StandTile tile_1032 = { + 0x001029, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {591, 0, -2245, 0x10a6}, + {557, 0, -2245, 0x0000}, + {553, 0, -2245, 0x0000}, + {553, 0, -2124, 0x1099} + } +}; + +StandTile tile_1033 = { + 0x000f2a, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {557, 0, -2249, 0x10a6}, + {591, 0, -2245, 0x106b}, + {610, 0, -2303, 0x10ae} + } +}; + +StandTile tile_1034 = { + 0x000f29, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {557, 0, -2249, 0x0000}, + {557, 0, -2245, 0x109d}, + {591, 0, -2245, 0x10a2} + } +}; + +StandTile tile_1035 = { + 0x000c28, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {553, 0, -2305, 0x10b2}, + {610, 0, -2303, 0x10dc}, + {610, 0, -2309, 0x10b6} + } +}; + +StandTile tile_1036 = { + 0x000b2a, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {610, 0, -2303, 0x10b2}, + {553, 0, -2249, 0x0000}, + {557, 0, -2249, 0x10a2} + } +}; + +StandTile tile_1037 = { + 0x000b29, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {610, 0, -2303, 0x10aa}, + {553, 0, -2305, 0x0000}, + {553, 0, -2249, 0x10ae} + } +}; + +StandTile tile_1038 = { + 0x000a2a, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {591, 0, -2371, 0x10ba}, + {553, 0, -2305, 0x10aa}, + {610, 0, -2309, 0x1085} + } +}; + +StandTile tile_1039 = { + 0x000a29, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {591, 0, -2371, 0x0fef}, + {557, 0, -2371, 0x0000}, + {553, 0, -2371, 0x0000}, + {553, 0, -2305, 0x10b6} + } +}; + +StandTile tile_1040 = { + 0x000928, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {781, 0, -2124, 0x10cb}, + {750, 0, -2245, 0x1063}, + {728, 0, -2184, 0x10c3} + } +}; + +StandTile tile_1041 = { + 0x00082a, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {728, 0, -2184, 0x10c7}, + {781, 0, -2120, 0x0000}, + {781, 0, -2124, 0x10bf} + } +}; + +StandTile tile_1042 = { + 0x000829, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {728, 0, -2184, 0x0feb}, + {707, 0, -2120, 0x0000}, + {781, 0, -2120, 0x10c3} + } +}; + +StandTile tile_1043 = { + 0x00072a, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {781, 0, -2124, 0x10d0}, + {786, 0, -2245, 0x0000}, + {781, 0, -2245, 0x10d8}, + {750, 0, -2245, 0x10bf} + } +}; + +StandTile tile_1044 = { + 0x000729, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {781, 0, -2124, 0x0000}, + {786, 0, -2124, 0x0000}, + {786, 0, -2245, 0x10cb} + } +}; + +StandTile tile_1045 = { + 0x00062a, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {728, 0, -2303, 0x10d8}, + {781, 0, -2245, 0x0000}, + {781, 0, -2249, 0x10e8} + } +}; + +StandTile tile_1046 = { + 0x000629, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {728, 0, -2303, 0x1063}, + {750, 0, -2245, 0x10cb}, + {781, 0, -2245, 0x10d4} + } +}; + +StandTile tile_1047 = { + 0x000528, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {610, 0, -2309, 0x10aa}, + {610, 0, -2303, 0x10e0}, + {728, 0, -2309, 0x1073} + } +}; + +StandTile tile_1048 = { + 0x000428, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {610, 0, -2303, 0x1067}, + {728, 0, -2303, 0x10e4}, + {728, 0, -2309, 0x10dc} + } +}; + +StandTile tile_1049 = { + 0x000328, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {728, 0, -2309, 0x10e0}, + {728, 0, -2303, 0x10e8}, + {786, 0, -2305, 0x10f5} + } +}; + +StandTile tile_1050 = { + 0x00022a, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {781, 0, -2249, 0x10ec}, + {786, 0, -2305, 0x10e4}, + {728, 0, -2303, 0x10d4} + } +}; + +StandTile tile_1051 = { + 0x000229, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {781, 0, -2249, 0x0000}, + {786, 0, -2249, 0x0000}, + {786, 0, -2305, 0x10e8} + } +}; + +StandTile tile_1052 = { + 0x00012a, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {728, 0, -2309, 0x10f5}, + {786, 0, -2371, 0x0000}, + {781, 0, -2371, 0x1013}, + {750, 0, -2371, 0x107b} + } +}; + +StandTile tile_1053 = { + 0x000129, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {728, 0, -2309, 0x10e4}, + {786, 0, -2305, 0x0000}, + {786, 0, -2371, 0x10f0} + } +}; + +StandTile tile_1054 = { + 0x002b22, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7, 23, 182, 0x10fd}, + {50, 23, 222, 0x1119}, + {50, 23, 178, 0x1121} + } +}; + +StandTile tile_1055 = { + 0x002b21, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {7, 23, 182, 0x1109}, + {7, 23, 226, 0x1111}, + {50, 23, 222, 0x10f9} + } +}; + +StandTile tile_1056 = { + 0x001a22, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7, 23, 258, 0x1105}, + {50, 23, 298, 0x1139}, + {50, 23, 254, 0x1141} + } +}; + +StandTile tile_1057 = { + 0x001a21, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7, 23, 258, 0x1129}, + {7, 23, 302, 0x1131}, + {50, 23, 298, 0x1101} + } +}; + +StandTile tile_1058 = { + 0x002f22, 0x2a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {7, 23, 182, 0x110d}, + {-15, 23, 249, 0x1115}, + {7, 23, 226, 0x10fd} + } +}; + +StandTile tile_1059 = { + 0x002f21, 0x2a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {7, 23, 182, 0x1121}, + {-15, 23, 153, 0x0000}, + {-15, 23, 249, 0x1109} + } +}; + +StandTile tile_1060 = { + 0x002e22, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {7, 23, 226, 0x1115}, + {73, 23, 239, 0x111d}, + {50, 23, 222, 0x10fd} + } +}; + +StandTile tile_1061 = { + 0x002e21, 0x2a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {7, 23, 226, 0x1109}, + {-15, 23, 249, 0x1145}, + {73, 23, 239, 0x1111} + } +}; + +StandTile tile_1062 = { + 0x002d22, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {50, 23, 222, 0x111d}, + {73, 23, 153, 0x1125}, + {50, 23, 178, 0x10f9} + } +}; + +StandTile tile_1063 = { + 0x002d21, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {50, 23, 222, 0x1111}, + {73, 23, 239, 0x0000}, + {73, 23, 153, 0x1119} + } +}; + +StandTile tile_1064 = { + 0x002c22, 0x2a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {50, 23, 178, 0x1125}, + {-15, 23, 153, 0x110d}, + {7, 23, 182, 0x10f9} + } +}; + +StandTile tile_1065 = { + 0x002c21, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {50, 23, 178, 0x1119}, + {73, 23, 153, 0x0000}, + {-15, 23, 153, 0x1121} + } +}; + +StandTile tile_1066 = { + 0x001e22, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {7, 23, 258, 0x112d}, + {-15, 23, 329, 0x1135}, + {7, 23, 302, 0x1105} + } +}; + +StandTile tile_1067 = { + 0x001e21, 0x2a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {7, 23, 258, 0x1141}, + {-15, 23, 249, 0x115d}, + {-15, 23, 329, 0x1129} + } +}; + +StandTile tile_1068 = { + 0x001d22, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {7, 23, 302, 0x1135}, + {73, 23, 329, 0x113d}, + {50, 23, 298, 0x1105} + } +}; + +StandTile tile_1069 = { + 0x001d21, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {7, 23, 302, 0x1129}, + {-15, 23, 329, 0x0000}, + {73, 23, 329, 0x1131} + } +}; + +StandTile tile_1070 = { + 0x001c22, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {50, 23, 298, 0x113d}, + {73, 23, 239, 0x1145}, + {50, 23, 254, 0x1101} + } +}; + +StandTile tile_1071 = { + 0x001c21, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {50, 23, 298, 0x1131}, + {73, 23, 329, 0x0000}, + {73, 23, 239, 0x1139} + } +}; + +StandTile tile_1072 = { + 0x001b22, 0x2a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {50, 23, 254, 0x1145}, + {-15, 23, 249, 0x112d}, + {7, 23, 258, 0x1101} + } +}; + +StandTile tile_1073 = { + 0x001b21, 0x2a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {50, 23, 254, 0x1139}, + {73, 23, 239, 0x1115}, + {-15, 23, 249, 0x1141} + } +}; + +StandTile tile_1074 = { + 0x00b522, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-135, 23, 285, 0x114d}, + {-135, 26, 308, 0x0000}, + {-135, 23, 308, 0x1151} + } +}; + +StandTile tile_1075 = { + 0x00b521, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-135, 23, 285, 0x0000}, + {-135, 26, 285, 0x1372}, + {-135, 26, 308, 0x1149} + } +}; + +StandTile tile_1076 = { + 0x008b22, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-135, 23, 308, 0x1155}, + {-132, 23, 285, 0x0000}, + {-135, 23, 285, 0x1149} + } +}; + +StandTile tile_1077 = { + 0x008b21, 0x29, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-135, 23, 308, 0x0000}, + {-132, 23, 308, 0x118a}, + {-132, 23, 285, 0x1151} + } +}; + +StandTile tile_1078 = { + 0x002a20, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-15, 23, 249, 0x0000}, + {-21, 23, 249, 0x1182}, + {-45, 23, 329, 0x115d} + } +}; + +StandTile tile_1079 = { + 0x002920, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-45, 23, 329, 0x0000}, + {-15, 23, 329, 0x112d}, + {-15, 23, 249, 0x1159} + } +}; + +StandTile tile_1080 = { + 0x00b322, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-21, 23, 235, 0x1165}, + {-57, 23, 277, 0x1182}, + {-21, 23, 249, 0x0000} + } +}; + +StandTile tile_1081 = { + 0x00b321, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-21, 23, 235, 0x0000}, + {-82, 23, 235, 0x1169}, + {-57, 23, 277, 0x1161} + } +}; + +StandTile tile_1082 = { + 0x00b222, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-82, 23, 235, 0x116d}, + {-132, 23, 285, 0x118e}, + {-57, 23, 277, 0x1165} + } +}; + +StandTile tile_1083 = { + 0x00b221, 0x29, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-82, 23, 235, 0x1175}, + {-132, 23, 246, 0x0000}, + {-132, 23, 285, 0x1169} + } +}; + +StandTile tile_1084 = { + 0x002620, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-107, 23, 197, 0x117e}, + {-132, 23, 153, 0x0000}, + {-132, 23, 246, 0x1175} + } +}; + +StandTile tile_1085 = { + 0x002520, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-132, 23, 246, 0x116d}, + {-82, 23, 235, 0x1179}, + {-107, 23, 197, 0x1171} + } +}; + +StandTile tile_1086 = { + 0x002420, 0x29, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-107, 23, 197, 0x1175}, + {-82, 23, 235, 0x0000}, + {-82, 22, 179, 0x1234}, + {-82, 22, 153, 0x117e} + } +}; + +StandTile tile_1087 = { + 0x002320, 0x29, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-132, 23, 153, 0x1171}, + {-107, 23, 197, 0x1179}, + {-82, 22, 153, 0x0000} + } +}; + +StandTile tile_1088 = { + 0x002220, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-57, 23, 277, 0x1192}, + {-45, 23, 329, 0x1159}, + {-21, 23, 249, 0x1161} + } +}; + +StandTile tile_1089 = { + 0x002120, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-132, 23, 329, 0x0000}, + {-87, 23, 329, 0x118a}, + {-132, 23, 308, 0x0000} + } +}; + +StandTile tile_1090 = { + 0x002020, 0x29, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-132, 23, 308, 0x1186}, + {-87, 23, 329, 0x118e}, + {-132, 23, 285, 0x1155} + } +}; + +StandTile tile_1091 = { + 0x001f22, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-87, 23, 329, 0x1192}, + {-57, 23, 277, 0x1169}, + {-132, 23, 285, 0x118a} + } +}; + +StandTile tile_1092 = { + 0x001f21, 0x29, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-87, 23, 329, 0x0000}, + {-45, 23, 329, 0x1182}, + {-57, 23, 277, 0x118e} + } +}; + +StandTile tile_1093 = { + 0x007718, 0x28, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-21, -53, 285, 0x12f6}, + {-65, -53, 329, 0x11a6}, + {-15, -53, 285, 0x0000} + } +}; + +StandTile tile_1094 = { + 0x00061a, 0x28, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {73, -53, 223, 0x119e}, + {76, -53, 200, 0x0000}, + {73, -53, 200, 0x11be} + } +}; + +StandTile tile_1095 = { + 0x000619, 0x28, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {73, -53, 223, 0x0000}, + {76, -53, 223, 0x1612}, + {76, -53, 200, 0x119a} + } +}; + +StandTile tile_1096 = { + 0x00a11a, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {32, -53, 283, 0x11a6}, + {-65, -53, 329, 0x0000}, + {73, -53, 329, 0x11b2} + } +}; + +StandTile tile_1097 = { + 0x00a119, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {32, -53, 283, 0x11aa}, + {-15, -53, 285, 0x1196}, + {-65, -53, 329, 0x11a2} + } +}; + +StandTile tile_1098 = { + 0x00a018, 0x28, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {32, -53, 283, 0x11ae}, + {-15, -53, 238, 0x0000}, + {-15, -53, 285, 0x11a6} + } +}; + +StandTile tile_1099 = { + 0x006f18, 0x28, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {73, -53, 238, 0x11c4}, + {-15, -53, 238, 0x11aa}, + {32, -53, 283, 0x11b2} + } +}; + +StandTile tile_1100 = { + 0x00a218, 0x28, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {32, -53, 283, 0x11a2}, + {73, -53, 329, 0x0000}, + {73, -53, 238, 0x11ae} + } +}; + +StandTile tile_1101 = { + 0x008618, 0x28, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-15, -53, 153, 0x0000}, + {-15, -53, 238, 0x11c4}, + {31, -53, 194, 0x11ba} + } +}; + +StandTile tile_1102 = { + 0x008518, 0x28, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {31, -53, 194, 0x11be}, + {73, -53, 153, 0x0000}, + {-15, -53, 153, 0x11b6} + } +}; + +StandTile tile_1103 = { + 0x008418, 0x28, + 0x0, + 0xc, 0xc, 0xc, + 5, + 0x0, 0x3, 0x4, + { + {73, -53, 238, 0x0000}, + {73, -53, 223, 0x119a}, + {73, -53, 200, 0x0000}, + {73, -53, 153, 0x11ba}, + {31, -53, 194, 0x11c4} + } +}; + +StandTile tile_1104 = { + 0x008318, 0x28, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {73, -53, 238, 0x11be}, + {31, -53, 194, 0x11b6}, + {-15, -53, 238, 0x11ae} + } +}; + +StandTile tile_1105 = { + 0x00331a, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-21, -18, 207, 0x11cc}, + {-47, -13, 207, 0x0000}, + {-47, -18, 207, 0x11e4} + } +}; + +StandTile tile_1106 = { + 0x003319, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-21, -18, 207, 0x0000}, + {-21, -13, 207, 0x11d0}, + {-47, -13, 207, 0x11c8} + } +}; + +StandTile tile_1107 = { + 0x00321a, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-21, -13, 207, 0x11d4}, + {-47, -13, 201, 0x0000}, + {-47, -13, 207, 0x11cc} + } +}; + +StandTile tile_1108 = { + 0x003219, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-21, -13, 207, 0x0000}, + {-21, -13, 201, 0x1218}, + {-47, -13, 201, 0x11d0} + } +}; + +StandTile tile_1109 = { + 0x002f1a, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-21, -22, 213, 0x11dc}, + {-47, -18, 213, 0x0000}, + {-47, -22, 213, 0x1294} + } +}; + +StandTile tile_1110 = { + 0x002f19, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-21, -22, 213, 0x0000}, + {-21, -18, 213, 0x11e0}, + {-47, -18, 213, 0x11d8} + } +}; + +StandTile tile_1111 = { + 0x002e1a, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-21, -18, 213, 0x11e4}, + {-47, -18, 207, 0x0000}, + {-47, -18, 213, 0x11dc} + } +}; + +StandTile tile_1112 = { + 0x002e19, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-21, -18, 213, 0x0000}, + {-21, -18, 207, 0x11c8}, + {-47, -18, 207, 0x11e0} + } +}; + +StandTile tile_1113 = { + 0x002d1a, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-21, -53, 254, 0x11ec}, + {-47, -48, 254, 0x0000}, + {-47, -53, 254, 0x1316} + } +}; + +StandTile tile_1114 = { + 0x002d19, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-21, -53, 254, 0x0000}, + {-21, -48, 254, 0x11f0}, + {-47, -48, 254, 0x11e8} + } +}; + +StandTile tile_1115 = { + 0x002c1a, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-21, -48, 254, 0x11f4}, + {-47, -48, 248, 0x0000}, + {-47, -48, 254, 0x11ec} + } +}; + +StandTile tile_1116 = { + 0x002c19, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-21, -48, 254, 0x0000}, + {-21, -48, 248, 0x1238}, + {-47, -48, 248, 0x11f0} + } +}; + +StandTile tile_1117 = { + 0x002a1a, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-21, -31, 224, 0x11fc}, + {-47, -26, 224, 0x0000}, + {-47, -31, 224, 0x1254} + } +}; + +StandTile tile_1118 = { + 0x002a19, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-21, -31, 224, 0x0000}, + {-21, -26, 224, 0x1200}, + {-47, -26, 224, 0x11f8} + } +}; + +StandTile tile_1119 = { + 0x00291a, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-21, -26, 224, 0x1204}, + {-47, -26, 219, 0x0000}, + {-47, -26, 224, 0x11fc} + } +}; + +StandTile tile_1120 = { + 0x002919, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-21, -26, 224, 0x0000}, + {-21, -26, 219, 0x1288}, + {-47, -26, 219, 0x1200} + } +}; + +StandTile tile_1121 = { + 0x00271a, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-65, 9, 153, 0x120c}, + {-65, 13, 179, 0x0000}, + {-65, 9, 179, 0x12c4} + } +}; + +StandTile tile_1122 = { + 0x002719, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-65, 9, 153, 0x0000}, + {-65, 13, 153, 0x1210}, + {-65, 13, 179, 0x1208} + } +}; + +StandTile tile_1123 = { + 0x00261a, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-65, 13, 153, 0x1214}, + {-70, 13, 179, 0x0000}, + {-65, 13, 179, 0x120c} + } +}; + +StandTile tile_1124 = { + 0x002619, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-65, 13, 153, 0x0000}, + {-70, 13, 153, 0x12c8}, + {-70, 13, 179, 0x1210} + } +}; + +StandTile tile_1125 = { + 0x00251a, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-21, -13, 201, 0x121c}, + {-47, -9, 201, 0x0000}, + {-47, -13, 201, 0x11d4} + } +}; + +StandTile tile_1126 = { + 0x002519, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-21, -13, 201, 0x0000}, + {-21, -9, 201, 0x1220}, + {-47, -9, 201, 0x1218} + } +}; + +StandTile tile_1127 = { + 0x00241a, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-21, -9, 201, 0x1224}, + {-47, -9, 195, 0x0000}, + {-47, -9, 201, 0x121c} + } +}; + +StandTile tile_1128 = { + 0x002419, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-21, -9, 201, 0x0000}, + {-21, -9, 195, 0x1278}, + {-47, -9, 195, 0x1220} + } +}; + +StandTile tile_1129 = { + 0x00221a, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, 18, 153, 0x122c}, + {-76, 22, 179, 0x0000}, + {-76, 18, 179, 0x12d4} + } +}; + +StandTile tile_1130 = { + 0x002219, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, 18, 153, 0x0000}, + {-76, 22, 153, 0x1230}, + {-76, 22, 179, 0x1228} + } +}; + +StandTile tile_1131 = { + 0x00211a, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-76, 22, 153, 0x1234}, + {-82, 22, 179, 0x0000}, + {-76, 22, 179, 0x122c} + } +}; + +StandTile tile_1132 = { + 0x002119, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-76, 22, 153, 0x0000}, + {-82, 22, 153, 0x1179}, + {-82, 22, 179, 0x1230} + } +}; + +StandTile tile_1133 = { + 0x00201a, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-21, -48, 248, 0x123c}, + {-47, -44, 248, 0x0000}, + {-47, -48, 248, 0x11f4} + } +}; + +StandTile tile_1134 = { + 0x002019, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-21, -48, 248, 0x0000}, + {-21, -44, 248, 0x1240}, + {-47, -44, 248, 0x1238} + } +}; + +StandTile tile_1135 = { + 0x001f1a, 0x27, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-21, -44, 248, 0x1244}, + {-47, -44, 242, 0x0000}, + {-47, -44, 248, 0x123c} + } +}; + +StandTile tile_1136 = { + 0x001f19, 0x27, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-21, -44, 248, 0x0000}, + {-21, -44, 242, 0x1258}, + {-47, -44, 242, 0x1240} + } +}; + +StandTile tile_1137 = { + 0x001e1a, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-21, -35, 230, 0x124c}, + {-47, -31, 230, 0x0000}, + {-47, -35, 230, 0x1274} + } +}; + +StandTile tile_1138 = { + 0x001e19, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-21, -35, 230, 0x0000}, + {-21, -31, 230, 0x1250}, + {-47, -31, 230, 0x1248} + } +}; + +StandTile tile_1139 = { + 0x001d1a, 0x27, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-21, -31, 230, 0x1254}, + {-47, -31, 224, 0x0000}, + {-47, -31, 230, 0x124c} + } +}; + +StandTile tile_1140 = { + 0x001d19, 0x27, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-21, -31, 230, 0x0000}, + {-21, -31, 224, 0x11f8}, + {-47, -31, 224, 0x1250} + } +}; + +StandTile tile_1141 = { + 0x001c1a, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-21, -44, 242, 0x125c}, + {-47, -40, 242, 0x0000}, + {-47, -44, 242, 0x1244} + } +}; + +StandTile tile_1142 = { + 0x001c19, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-21, -44, 242, 0x0000}, + {-21, -40, 242, 0x1260}, + {-47, -40, 242, 0x1258} + } +}; + +StandTile tile_1143 = { + 0x001b1a, 0x27, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-21, -40, 242, 0x1264}, + {-47, -40, 236, 0x0000}, + {-47, -40, 242, 0x125c} + } +}; + +StandTile tile_1144 = { + 0x001b19, 0x27, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-21, -40, 242, 0x0000}, + {-21, -40, 236, 0x1268}, + {-47, -40, 236, 0x1260} + } +}; + +StandTile tile_1145 = { + 0x001a1a, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-21, -40, 236, 0x126c}, + {-47, -35, 236, 0x0000}, + {-47, -40, 236, 0x1264} + } +}; + +StandTile tile_1146 = { + 0x001a19, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-21, -40, 236, 0x0000}, + {-21, -35, 236, 0x1270}, + {-47, -35, 236, 0x1268} + } +}; + +StandTile tile_1147 = { + 0x00191a, 0x27, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-21, -35, 236, 0x1274}, + {-47, -35, 230, 0x0000}, + {-47, -35, 236, 0x126c} + } +}; + +StandTile tile_1148 = { + 0x001919, 0x27, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-21, -35, 236, 0x0000}, + {-21, -35, 230, 0x1248}, + {-47, -35, 230, 0x1270} + } +}; + +StandTile tile_1149 = { + 0x00181a, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-21, -9, 195, 0x127c}, + {-47, -4, 195, 0x0000}, + {-47, -9, 195, 0x1224} + } +}; + +StandTile tile_1150 = { + 0x001819, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-21, -9, 195, 0x0000}, + {-21, -4, 195, 0x1280}, + {-47, -4, 195, 0x1278} + } +}; + +StandTile tile_1151 = { + 0x00171a, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-21, -4, 195, 0x1284}, + {-47, -4, 189, 0x0000}, + {-47, -4, 195, 0x127c} + } +}; + +StandTile tile_1152 = { + 0x001719, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-21, -4, 195, 0x0000}, + {-21, -4, 189, 0x12dc}, + {-47, -4, 189, 0x1280} + } +}; + +StandTile tile_1153 = { + 0x00161a, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-21, -26, 219, 0x128c}, + {-47, -22, 219, 0x0000}, + {-47, -26, 219, 0x1204} + } +}; + +StandTile tile_1154 = { + 0x001619, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-21, -26, 219, 0x0000}, + {-21, -22, 219, 0x1290}, + {-47, -22, 219, 0x1288} + } +}; + +StandTile tile_1155 = { + 0x00151a, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-21, -22, 219, 0x1294}, + {-47, -22, 213, 0x0000}, + {-47, -22, 219, 0x128c} + } +}; + +StandTile tile_1156 = { + 0x001519, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-21, -22, 219, 0x0000}, + {-21, -22, 213, 0x11d8}, + {-47, -22, 213, 0x1290} + } +}; + +StandTile tile_1157 = { + 0x00141a, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-53, 0, 153, 0x129c}, + {-53, 4, 179, 0x0000}, + {-53, 0, 179, 0x12b4} + } +}; + +StandTile tile_1158 = { + 0x001419, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-53, 0, 153, 0x0000}, + {-53, 4, 153, 0x12a0}, + {-53, 4, 179, 0x1298} + } +}; + +StandTile tile_1159 = { + 0x00131a, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-53, 4, 153, 0x12a4}, + {-59, 4, 179, 0x0000}, + {-53, 4, 179, 0x129c} + } +}; + +StandTile tile_1160 = { + 0x001319, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-53, 4, 153, 0x0000}, + {-59, 4, 153, 0x12b8}, + {-59, 4, 179, 0x12a0} + } +}; + +StandTile tile_1161 = { + 0x00121a, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-47, -4, 153, 0x12ac}, + {-47, 0, 179, 0x0000}, + {-47, -4, 179, 0x12dc} + } +}; + +StandTile tile_1162 = { + 0x001219, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-47, -4, 153, 0x0000}, + {-47, 0, 153, 0x12b0}, + {-47, 0, 179, 0x12a8} + } +}; + +StandTile tile_1163 = { + 0x00111a, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-47, 0, 153, 0x12b4}, + {-53, 0, 179, 0x0000}, + {-47, 0, 179, 0x12ac} + } +}; + +StandTile tile_1164 = { + 0x001119, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-47, 0, 153, 0x0000}, + {-53, 0, 153, 0x1298}, + {-53, 0, 179, 0x12b0} + } +}; + +StandTile tile_1165 = { + 0x00101a, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-59, 4, 153, 0x12bc}, + {-59, 9, 179, 0x0000}, + {-59, 4, 179, 0x12a4} + } +}; + +StandTile tile_1166 = { + 0x001019, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-59, 4, 153, 0x0000}, + {-59, 9, 153, 0x12c0}, + {-59, 9, 179, 0x12b8} + } +}; + +StandTile tile_1167 = { + 0x000f1a, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-59, 9, 153, 0x12c4}, + {-65, 9, 179, 0x0000}, + {-59, 9, 179, 0x12bc} + } +}; + +StandTile tile_1168 = { + 0x000f19, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-59, 9, 153, 0x0000}, + {-65, 9, 153, 0x1208}, + {-65, 9, 179, 0x12c0} + } +}; + +StandTile tile_1169 = { + 0x000e1a, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-70, 13, 153, 0x12cc}, + {-70, 18, 179, 0x0000}, + {-70, 13, 179, 0x1214} + } +}; + +StandTile tile_1170 = { + 0x000e19, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-70, 13, 153, 0x0000}, + {-70, 18, 153, 0x12d0}, + {-70, 18, 179, 0x12c8} + } +}; + +StandTile tile_1171 = { + 0x000d1a, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-70, 18, 153, 0x12d4}, + {-76, 18, 179, 0x0000}, + {-70, 18, 179, 0x12cc} + } +}; + +StandTile tile_1172 = { + 0x000d19, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-70, 18, 153, 0x0000}, + {-76, 18, 153, 0x1228}, + {-76, 18, 179, 0x12d0} + } +}; + +StandTile tile_1173 = { + 0x00091a, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-47, -4, 153, 0x12dc}, + {-21, -4, 189, 0x0000}, + {-21, -4, 153, 0x0000} + } +}; + +StandTile tile_1174 = { + 0x000919, 0x27, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {-47, -4, 153, 0x12a8}, + {-47, -4, 179, 0x0000}, + {-47, -4, 189, 0x1284}, + {-21, -4, 189, 0x12d8} + } +}; + +StandTile tile_1175 = { + 0x00801a, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-132, -53, 285, 0x12e5}, + {-113, -53, 173, 0x12fa}, + {-132, -53, 153, 0x0000} + } +}; + +StandTile tile_1176 = { + 0x008019, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-132, -53, 285, 0x12e9}, + {-113, -53, 255, 0x1326}, + {-113, -53, 173, 0x12e1} + } +}; + +StandTile tile_1177 = { + 0x007f18, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x2, 0x3, + { + {-132, -53, 285, 0x132e}, + {-132, -53, 308, 0x0000}, + {-132, -53, 329, 0x12ee}, + {-113, -53, 255, 0x12e5} + } +}; + +StandTile tile_1178 = { + 0x007e18, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-132, -53, 329, 0x12f2}, + {-60, -53, 279, 0x1326}, + {-113, -53, 255, 0x12e9} + } +}; + +StandTile tile_1179 = { + 0x007d18, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-132, -53, 329, 0x0000}, + {-65, -53, 329, 0x12f6}, + {-60, -53, 279, 0x12ee} + } +}; + +StandTile tile_1180 = { + 0x007c18, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-60, -53, 279, 0x12f2}, + {-65, -53, 329, 0x1196}, + {-21, -53, 285, 0x1312} + } +}; + +StandTile tile_1181 = { + 0x007b18, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-132, -53, 153, 0x12e1}, + {-113, -53, 173, 0x12fe}, + {-70, -53, 153, 0x0000} + } +}; + +StandTile tile_1182 = { + 0x007a18, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-70, -53, 153, 0x12fa}, + {-113, -53, 173, 0x1302}, + {-69, -53, 167, 0x131e} + } +}; + +StandTile tile_1183 = { + 0x007918, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-69, -53, 167, 0x12fe}, + {-113, -53, 173, 0x1322}, + {-60, -53, 197, 0x1306} + } +}; + +StandTile tile_1184 = { + 0x007818, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-69, -53, 167, 0x1302}, + {-60, -53, 197, 0x130a}, + {-38, -53, 175, 0x131a} + } +}; + +StandTile tile_1185 = { + 0x007618, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-60, -53, 197, 0x130e}, + {-47, -53, 254, 0x0000}, + {-38, -53, 175, 0x1306} + } +}; + +StandTile tile_1186 = { + 0x007518, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-60, -53, 197, 0x1322}, + {-60, -53, 279, 0x1312}, + {-47, -53, 254, 0x130a} + } +}; + +StandTile tile_1187 = { + 0x007418, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-47, -53, 254, 0x130e}, + {-60, -53, 279, 0x12f6}, + {-21, -53, 285, 0x1316} + } +}; + +StandTile tile_1188 = { + 0x007318, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-47, -53, 254, 0x1312}, + {-21, -53, 285, 0x0000}, + {-21, -53, 254, 0x11e8} + } +}; + +StandTile tile_1189 = { + 0x00721a, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-21, -53, 153, 0x131e}, + {-69, -53, 167, 0x1306}, + {-38, -53, 175, 0x0000} + } +}; + +StandTile tile_1190 = { + 0x007219, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-21, -53, 153, 0x0000}, + {-70, -53, 153, 0x12fe}, + {-69, -53, 167, 0x131a} + } +}; + +StandTile tile_1191 = { + 0x00701a, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-113, -53, 173, 0x1326}, + {-60, -53, 279, 0x130e}, + {-60, -53, 197, 0x1302} + } +}; + +StandTile tile_1192 = { + 0x007019, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-113, -53, 173, 0x12e5}, + {-113, -53, 255, 0x12ee}, + {-60, -53, 279, 0x1322} + } +}; + +StandTile tile_1193 = { + 0x00011a, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-135, -53, 308, 0x132e}, + {-132, -53, 285, 0x0000}, + {-135, -53, 285, 0x15ee} + } +}; + +StandTile tile_1194 = { + 0x000119, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-135, -53, 308, 0x0000}, + {-132, -53, 308, 0x12e9}, + {-132, -53, 285, 0x132a} + } +}; + +StandTile tile_1195 = { + 0x0bd610, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-588, -53, -67, 0x0000}, + {-588, -53, -3, 0x0000}, + {-550, -53, -1, 0x1336} + } +}; + +StandTile tile_1196 = { + 0x0bd512, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-550, -53, -1, 0x133a}, + {-449, -53, -67, 0x0000}, + {-588, -53, -67, 0x1332} + } +}; + +StandTile tile_1197 = { + 0x0bd511, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-550, -53, -1, 0x135e}, + {-491, -53, -1, 0x1342}, + {-449, -53, -67, 0x1336} + } +}; + +StandTile tile_1198 = { + 0x0bd412, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-345, -53, -67, 0x1342}, + {-491, -53, -1, 0x0000}, + {-302, -53, -1, 0x134a} + } +}; + +StandTile tile_1199 = { + 0x0bd411, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-345, -53, -67, 0x1366}, + {-449, -53, -67, 0x133a}, + {-491, -53, -1, 0x133e} + } +}; + +StandTile tile_1200 = { + 0x0bd312, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-201, -53, -67, 0x134a}, + {-302, -53, -1, 0x1356}, + {-244, -53, -1, 0x134e} + } +}; + +StandTile tile_1201 = { + 0x0bd311, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-201, -53, -67, 0x0000}, + {-345, -53, -67, 0x133e}, + {-302, -53, -1, 0x1346} + } +}; + +StandTile tile_1202 = { + 0x0bd212, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, -1, 0x1352}, + {-201, -53, -67, 0x1346}, + {-244, -53, -1, 0x0000} + } +}; + +StandTile tile_1203 = { + 0x0bd211, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, -1, 0x0000}, + {-82, -53, -67, 0x0000}, + {-201, -53, -67, 0x134e} + } +}; + +StandTile tile_1204 = { + 0x0bd112, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-302, -53, 1, 0x135a}, + {-244, -53, -1, 0x1346}, + {-302, -53, -1, 0x0000} + } +}; + +StandTile tile_1205 = { + 0x0bd111, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-302, -53, 1, 0x15aa}, + {-244, -53, 1, 0x0000}, + {-244, -53, -1, 0x1356} + } +}; + +StandTile tile_1206 = { + 0x0bd012, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-550, -53, 1, 0x1362}, + {-491, -53, -1, 0x133a}, + {-550, -53, -1, 0x0000} + } +}; + +StandTile tile_1207 = { + 0x0bd011, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-550, -53, 1, 0x15e5}, + {-490, -53, 1, 0x0000}, + {-491, -53, -1, 0x135e} + } +}; + +StandTile tile_1208 = { + 0x000f12, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-345, -53, -67, 0x136a}, + {-449, -53, -73, 0x0000}, + {-449, -53, -67, 0x1342} + } +}; + +StandTile tile_1209 = { + 0x000f11, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-345, -53, -67, 0x0000}, + {-345, -53, -73, 0x0014}, + {-449, -53, -73, 0x1366} + } +}; + +StandTile tile_1210 = { + 0x040412, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-135, 26, 308, 0x1372}, + {-138, 26, 285, 0x1382}, + {-138, 26, 308, 0x0000} + } +}; + +StandTile tile_1211 = { + 0x040411, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-135, 26, 308, 0x114d}, + {-135, 26, 285, 0x0000}, + {-138, 26, 285, 0x136e} + } +}; + +StandTile tile_1212 = { + 0x03a512, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-144, 26, 279, 0x137a}, + {-172, 26, 308, 0x137e}, + {-144, 26, 285, 0x0000} + } +}; + +StandTile tile_1213 = { + 0x03a511, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-144, 26, 279, 0x149e}, + {-172, 26, 279, 0x0000}, + {-172, 26, 308, 0x1376} + } +}; + +StandTile tile_1214 = { + 0x03a410, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-144, 26, 308, 0x1386}, + {-144, 26, 285, 0x1376}, + {-172, 26, 308, 0x0000} + } +}; + +StandTile tile_1215 = { + 0x03a312, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-138, 26, 285, 0x1386}, + {-144, 26, 308, 0x0000}, + {-138, 26, 308, 0x136e} + } +}; + +StandTile tile_1216 = { + 0x03a311, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-138, 26, 285, 0x0000}, + {-144, 26, 285, 0x137e}, + {-144, 26, 308, 0x1382} + } +}; + +StandTile tile_1217 = { + 0x039a12, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-144, -48, 185, 0x138e}, + {-172, -48, 179, 0x0000}, + {-172, -48, 185, 0x141a} + } +}; + +StandTile tile_1218 = { + 0x039a11, 0x25, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-144, -48, 185, 0x0000}, + {-144, -48, 179, 0x1416}, + {-172, -48, 179, 0x138a} + } +}; + +StandTile tile_1219 = { + 0x039812, 0x25, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-144, -44, 191, 0x1396}, + {-172, -44, 185, 0x0000}, + {-172, -44, 191, 0x1422} + } +}; + +StandTile tile_1220 = { + 0x039811, 0x25, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-144, -44, 191, 0x0000}, + {-144, -44, 185, 0x141e}, + {-172, -44, 185, 0x1392} + } +}; + +StandTile tile_1221 = { + 0x039612, 0x25, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-144, -40, 197, 0x139e}, + {-172, -40, 191, 0x0000}, + {-172, -40, 197, 0x142a} + } +}; + +StandTile tile_1222 = { + 0x039611, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-144, -40, 197, 0x0000}, + {-144, -40, 191, 0x1426}, + {-172, -40, 191, 0x139a} + } +}; + +StandTile tile_1223 = { + 0x039412, 0x25, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-144, -35, 202, 0x13a6}, + {-172, -35, 197, 0x0000}, + {-172, -35, 202, 0x1432} + } +}; + +StandTile tile_1224 = { + 0x039411, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-144, -35, 202, 0x0000}, + {-144, -35, 197, 0x142e}, + {-172, -35, 197, 0x13a2} + } +}; + +StandTile tile_1225 = { + 0x039212, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-144, -31, 208, 0x13ae}, + {-172, -31, 202, 0x0000}, + {-172, -31, 208, 0x143a} + } +}; + +StandTile tile_1226 = { + 0x039211, 0x25, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-144, -31, 208, 0x0000}, + {-144, -31, 202, 0x1436}, + {-172, -31, 202, 0x13aa} + } +}; + +StandTile tile_1227 = { + 0x039012, 0x25, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-144, -26, 214, 0x13b6}, + {-172, -26, 208, 0x0000}, + {-172, -26, 214, 0x1442} + } +}; + +StandTile tile_1228 = { + 0x039011, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-144, -26, 214, 0x0000}, + {-144, -26, 208, 0x143e}, + {-172, -26, 208, 0x13b2} + } +}; + +StandTile tile_1229 = { + 0x038e12, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-144, -22, 220, 0x13be}, + {-172, -22, 214, 0x0000}, + {-172, -22, 220, 0x144a} + } +}; + +StandTile tile_1230 = { + 0x038e11, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-144, -22, 220, 0x0000}, + {-144, -22, 214, 0x1446}, + {-172, -22, 214, 0x13ba} + } +}; + +StandTile tile_1231 = { + 0x038c12, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-144, -18, 226, 0x13c6}, + {-172, -18, 220, 0x0000}, + {-172, -18, 226, 0x1452} + } +}; + +StandTile tile_1232 = { + 0x038c11, 0x25, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-144, -18, 226, 0x0000}, + {-144, -18, 220, 0x144e}, + {-172, -18, 220, 0x13c2} + } +}; + +StandTile tile_1233 = { + 0x038a12, 0x25, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-144, -13, 232, 0x13ce}, + {-172, -13, 226, 0x0000}, + {-172, -13, 232, 0x145a} + } +}; + +StandTile tile_1234 = { + 0x038a11, 0x25, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-144, -13, 232, 0x0000}, + {-144, -13, 226, 0x1456}, + {-172, -13, 226, 0x13ca} + } +}; + +StandTile tile_1235 = { + 0x038812, 0x25, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-144, -9, 238, 0x13d6}, + {-172, -9, 232, 0x0000}, + {-172, -9, 238, 0x1462} + } +}; + +StandTile tile_1236 = { + 0x038811, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-144, -9, 238, 0x0000}, + {-144, -9, 232, 0x145e}, + {-172, -9, 232, 0x13d2} + } +}; + +StandTile tile_1237 = { + 0x038612, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-144, -4, 244, 0x13de}, + {-172, -4, 238, 0x0000}, + {-172, -4, 244, 0x146a} + } +}; + +StandTile tile_1238 = { + 0x038611, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-144, -4, 244, 0x0000}, + {-144, -4, 238, 0x1466}, + {-172, -4, 238, 0x13da} + } +}; + +StandTile tile_1239 = { + 0x038412, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-144, 0, 249, 0x13e6}, + {-172, 0, 244, 0x0000}, + {-172, 0, 249, 0x1472} + } +}; + +StandTile tile_1240 = { + 0x038411, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-144, 0, 249, 0x0000}, + {-144, 0, 244, 0x146e}, + {-172, 0, 244, 0x13e2} + } +}; + +StandTile tile_1241 = { + 0x038212, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-144, 4, 255, 0x13ee}, + {-172, 4, 249, 0x0000}, + {-172, 4, 255, 0x147a} + } +}; + +StandTile tile_1242 = { + 0x038211, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-144, 4, 255, 0x0000}, + {-144, 4, 249, 0x1476}, + {-172, 4, 249, 0x13ea} + } +}; + +StandTile tile_1243 = { + 0x038012, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-144, 9, 261, 0x13f6}, + {-172, 9, 255, 0x0000}, + {-172, 9, 261, 0x1482} + } +}; + +StandTile tile_1244 = { + 0x038011, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-144, 9, 261, 0x0000}, + {-144, 9, 255, 0x147e}, + {-172, 9, 255, 0x13f2} + } +}; + +StandTile tile_1245 = { + 0x037e12, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-144, 13, 267, 0x13fe}, + {-172, 13, 261, 0x0000}, + {-172, 13, 267, 0x148a} + } +}; + +StandTile tile_1246 = { + 0x037e11, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-144, 13, 267, 0x0000}, + {-144, 13, 261, 0x1486}, + {-172, 13, 261, 0x13fa} + } +}; + +StandTile tile_1247 = { + 0x037c12, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-144, 18, 273, 0x1406}, + {-172, 18, 267, 0x0000}, + {-172, 18, 273, 0x1492} + } +}; + +StandTile tile_1248 = { + 0x037c11, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-144, 18, 273, 0x0000}, + {-144, 18, 267, 0x148e}, + {-172, 18, 267, 0x1402} + } +}; + +StandTile tile_1249 = { + 0x037a12, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-144, 22, 279, 0x140e}, + {-172, 22, 273, 0x0000}, + {-172, 22, 279, 0x149a} + } +}; + +StandTile tile_1250 = { + 0x037a11, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-144, 22, 279, 0x0000}, + {-144, 22, 273, 0x1496}, + {-172, 22, 273, 0x140a} + } +}; + +StandTile tile_1251 = { + 0x03ff12, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -53, 179, 0x1416}, + {-144, -48, 179, 0x0000}, + {-144, -53, 179, 0x1606} + } +}; + +StandTile tile_1252 = { + 0x03ff11, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -53, 179, 0x0000}, + {-172, -48, 179, 0x138e}, + {-144, -48, 179, 0x1412} + } +}; + +StandTile tile_1253 = { + 0x03fe12, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -48, 185, 0x141e}, + {-144, -44, 185, 0x0000}, + {-144, -48, 185, 0x138a} + } +}; + +StandTile tile_1254 = { + 0x03fe11, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -48, 185, 0x0000}, + {-172, -44, 185, 0x1396}, + {-144, -44, 185, 0x141a} + } +}; + +StandTile tile_1255 = { + 0x03fd12, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -44, 191, 0x1426}, + {-144, -40, 191, 0x0000}, + {-144, -44, 191, 0x1392} + } +}; + +StandTile tile_1256 = { + 0x03fd11, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -44, 191, 0x0000}, + {-172, -40, 191, 0x139e}, + {-144, -40, 191, 0x1422} + } +}; + +StandTile tile_1257 = { + 0x03fc12, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -40, 197, 0x142e}, + {-144, -35, 197, 0x0000}, + {-144, -40, 197, 0x139a} + } +}; + +StandTile tile_1258 = { + 0x03fc11, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -40, 197, 0x0000}, + {-172, -35, 197, 0x13a6}, + {-144, -35, 197, 0x142a} + } +}; + +StandTile tile_1259 = { + 0x03fb12, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -35, 202, 0x1436}, + {-144, -31, 202, 0x0000}, + {-144, -35, 202, 0x13a2} + } +}; + +StandTile tile_1260 = { + 0x03fb11, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -35, 202, 0x0000}, + {-172, -31, 202, 0x13ae}, + {-144, -31, 202, 0x1432} + } +}; + +StandTile tile_1261 = { + 0x03fa12, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -31, 208, 0x143e}, + {-144, -26, 208, 0x0000}, + {-144, -31, 208, 0x13aa} + } +}; + +StandTile tile_1262 = { + 0x03fa11, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -31, 208, 0x0000}, + {-172, -26, 208, 0x13b6}, + {-144, -26, 208, 0x143a} + } +}; + +StandTile tile_1263 = { + 0x03f912, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -26, 214, 0x1446}, + {-144, -22, 214, 0x0000}, + {-144, -26, 214, 0x13b2} + } +}; + +StandTile tile_1264 = { + 0x03f911, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -26, 214, 0x0000}, + {-172, -22, 214, 0x13be}, + {-144, -22, 214, 0x1442} + } +}; + +StandTile tile_1265 = { + 0x03f812, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -22, 220, 0x144e}, + {-144, -18, 220, 0x0000}, + {-144, -22, 220, 0x13ba} + } +}; + +StandTile tile_1266 = { + 0x03f811, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -22, 220, 0x0000}, + {-172, -18, 220, 0x13c6}, + {-144, -18, 220, 0x144a} + } +}; + +StandTile tile_1267 = { + 0x03f712, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -18, 226, 0x1456}, + {-144, -13, 226, 0x0000}, + {-144, -18, 226, 0x13c2} + } +}; + +StandTile tile_1268 = { + 0x03f711, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -18, 226, 0x0000}, + {-172, -13, 226, 0x13ce}, + {-144, -13, 226, 0x1452} + } +}; + +StandTile tile_1269 = { + 0x03f612, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -13, 232, 0x145e}, + {-144, -9, 232, 0x0000}, + {-144, -13, 232, 0x13ca} + } +}; + +StandTile tile_1270 = { + 0x03f611, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -13, 232, 0x0000}, + {-172, -9, 232, 0x13d6}, + {-144, -9, 232, 0x145a} + } +}; + +StandTile tile_1271 = { + 0x03f512, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -9, 238, 0x1466}, + {-144, -4, 238, 0x0000}, + {-144, -9, 238, 0x13d2} + } +}; + +StandTile tile_1272 = { + 0x03f511, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -9, 238, 0x0000}, + {-172, -4, 238, 0x13de}, + {-144, -4, 238, 0x1462} + } +}; + +StandTile tile_1273 = { + 0x03f412, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -4, 244, 0x146e}, + {-144, 0, 244, 0x0000}, + {-144, -4, 244, 0x13da} + } +}; + +StandTile tile_1274 = { + 0x03f411, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -4, 244, 0x0000}, + {-172, 0, 244, 0x13e6}, + {-144, 0, 244, 0x146a} + } +}; + +StandTile tile_1275 = { + 0x03f312, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 0, 249, 0x1476}, + {-144, 4, 249, 0x0000}, + {-144, 0, 249, 0x13e2} + } +}; + +StandTile tile_1276 = { + 0x03f311, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 0, 249, 0x0000}, + {-172, 4, 249, 0x13ee}, + {-144, 4, 249, 0x1472} + } +}; + +StandTile tile_1277 = { + 0x03f212, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 4, 255, 0x147e}, + {-144, 9, 255, 0x0000}, + {-144, 4, 255, 0x13ea} + } +}; + +StandTile tile_1278 = { + 0x03f211, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 4, 255, 0x0000}, + {-172, 9, 255, 0x13f6}, + {-144, 9, 255, 0x147a} + } +}; + +StandTile tile_1279 = { + 0x03f112, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 9, 261, 0x1486}, + {-144, 13, 261, 0x0000}, + {-144, 9, 261, 0x13f2} + } +}; + +StandTile tile_1280 = { + 0x03f111, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 9, 261, 0x0000}, + {-172, 13, 261, 0x13fe}, + {-144, 13, 261, 0x1482} + } +}; + +StandTile tile_1281 = { + 0x03f012, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 13, 267, 0x148e}, + {-144, 18, 267, 0x0000}, + {-144, 13, 267, 0x13fa} + } +}; + +StandTile tile_1282 = { + 0x03f011, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 13, 267, 0x0000}, + {-172, 18, 267, 0x1406}, + {-144, 18, 267, 0x148a} + } +}; + +StandTile tile_1283 = { + 0x03ef12, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 18, 273, 0x1496}, + {-144, 22, 273, 0x0000}, + {-144, 18, 273, 0x1402} + } +}; + +StandTile tile_1284 = { + 0x03ef11, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 18, 273, 0x0000}, + {-172, 22, 273, 0x140e}, + {-144, 22, 273, 0x1492} + } +}; + +StandTile tile_1285 = { + 0x03ee12, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 22, 279, 0x149e}, + {-144, 26, 279, 0x0000}, + {-144, 22, 279, 0x140a} + } +}; + +StandTile tile_1286 = { + 0x03ee11, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, 22, 279, 0x0000}, + {-172, 26, 279, 0x137a}, + {-144, 26, 279, 0x149a} + } +}; + +StandTile tile_1287 = { + 0x07f810, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-211, -53, 312, 0x1522}, + {-211, -53, 223, 0x14af}, + {-276, -53, 270, 0x14a6} + } +}; + +StandTile tile_1288 = { + 0x07f710, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-276, -53, 270, 0x14ab}, + {-337, -53, 312, 0x1560}, + {-273, -53, 312, 0x154c}, + {-211, -53, 312, 0x14a2} + } +}; + +StandTile tile_1289 = { + 0x07f610, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-337, -53, 223, 0x15d0}, + {-337, -53, 312, 0x14a6}, + {-276, -53, 270, 0x14af} + } +}; + +StandTile tile_1290 = { + 0x07f510, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-276, -53, 270, 0x14a2}, + {-211, -53, 223, 0x14d8}, + {-337, -53, 223, 0x14ab} + } +}; + +StandTile tile_1291 = { + 0x07f410, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-528, -53, 270, 0x14c0}, + {-464, -53, 223, 0x15c4}, + {-590, -53, 223, 0x14b7} + } +}; + +StandTile tile_1292 = { + 0x07f310, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-590, -53, 223, 0x0000}, + {-590, -53, 312, 0x14bb}, + {-528, -53, 270, 0x14b3} + } +}; + +StandTile tile_1293 = { + 0x07f210, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-528, -53, 270, 0x14b7}, + {-590, -53, 312, 0x14c4}, + {-525, -53, 312, 0x14cc}, + {-464, -53, 312, 0x14c0} + } +}; + +StandTile tile_1294 = { + 0x07f110, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, 312, 0x15d9}, + {-464, -53, 223, 0x14b3}, + {-528, -53, 270, 0x14bb} + } +}; + +StandTile tile_1295 = { + 0x07f010, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-590, -53, 358, 0x14c8}, + {-525, -53, 312, 0x14bb}, + {-590, -53, 312, 0x0000} + } +}; + +StandTile tile_1296 = { + 0x07ef10, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-590, -53, 358, 0x0000}, + {-525, -53, 358, 0x14d0}, + {-525, -53, 312, 0x14c4} + } +}; + +StandTile tile_1297 = { + 0x07ee10, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, 312, 0x14bb}, + {-525, -53, 312, 0x14d0}, + {-464, -53, 358, 0x1568} + } +}; + +StandTile tile_1298 = { + 0x07ed10, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, 358, 0x14cc}, + {-525, -53, 312, 0x14c8}, + {-525, -53, 358, 0x0000} + } +}; + +StandTile tile_1299 = { + 0x07ec10, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-211, -53, 223, 0x1602}, + {-211, -53, 134, 0x14e0}, + {-276, -53, 180, 0x14d8} + } +}; + +StandTile tile_1300 = { + 0x07eb10, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-276, -53, 180, 0x14dc}, + {-337, -53, 223, 0x14af}, + {-211, -53, 223, 0x14d4} + } +}; + +StandTile tile_1301 = { + 0x07ea10, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-337, -53, 134, 0x14e4}, + {-337, -53, 223, 0x14d8}, + {-276, -53, 180, 0x14e0} + } +}; + +StandTile tile_1302 = { + 0x07e910, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-276, -53, 180, 0x14d4}, + {-211, -53, 134, 0x14f8}, + {-337, -53, 134, 0x14dc} + } +}; + +StandTile tile_1303 = { + 0x07e810, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-337, -53, 223, 0x14dc}, + {-337, -53, 134, 0x14f0}, + {-402, -53, 180, 0x14e8} + } +}; + +StandTile tile_1304 = { + 0x07e710, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-402, -53, 180, 0x14ec}, + {-464, -53, 223, 0x15dd}, + {-337, -53, 223, 0x14e4} + } +}; + +StandTile tile_1305 = { + 0x07e610, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, 134, 0x15c0}, + {-464, -53, 223, 0x14e8}, + {-402, -53, 180, 0x14f0} + } +}; + +StandTile tile_1306 = { + 0x07e510, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-402, -53, 180, 0x14e4}, + {-337, -53, 134, 0x1508}, + {-464, -53, 134, 0x14ec} + } +}; + +StandTile tile_1307 = { + 0x07e410, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-211, -53, 134, 0x1534}, + {-211, -53, 31, 0x1500}, + {-276, -53, 91, 0x14f8} + } +}; + +StandTile tile_1308 = { + 0x07e310, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-276, -53, 91, 0x14fc}, + {-337, -53, 134, 0x14e0}, + {-211, -53, 134, 0x14f4} + } +}; + +StandTile tile_1309 = { + 0x07e210, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-337, -53, 31, 0x1504}, + {-337, -53, 134, 0x14f8}, + {-276, -53, 91, 0x1500} + } +}; + +StandTile tile_1310 = { + 0x07e110, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-276, -53, 91, 0x14f4}, + {-211, -53, 31, 0x15a6}, + {-337, -53, 31, 0x14fc} + } +}; + +StandTile tile_1311 = { + 0x07e010, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-337, -53, 134, 0x14fc}, + {-337, -53, 31, 0x1510}, + {-402, -53, 91, 0x1508} + } +}; + +StandTile tile_1312 = { + 0x07df10, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-402, -53, 91, 0x150c}, + {-464, -53, 134, 0x14f0}, + {-337, -53, 134, 0x1504} + } +}; + +StandTile tile_1313 = { + 0x07de10, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, 31, 0x15b0}, + {-464, -53, 134, 0x1508}, + {-402, -53, 91, 0x1510} + } +}; + +StandTile tile_1314 = { + 0x07dd10, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-402, -53, 91, 0x1504}, + {-337, -53, 31, 0x159e}, + {-464, -53, 31, 0x150c} + } +}; + +StandTile tile_1315 = { + 0x001912, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-138, -53, 335, 0x1518}, + {-85, -53, 358, 0x0000}, + {-85, -53, 335, 0x0000} + } +}; + +StandTile tile_1316 = { + 0x001911, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-138, -53, 335, 0x1544}, + {-109, -53, 358, 0x0000}, + {-85, -53, 358, 0x1514} + } +}; + +StandTile tile_1317 = { + 0x001610, 0x25, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x3, 0x4, + { + {-138, -53, 223, 0x15f6}, + {-144, -53, 223, 0x0000}, + {-172, -53, 223, 0x15fe}, + {-211, -53, 223, 0x1522}, + {-138, -53, 276, 0x0000} + } +}; + +StandTile tile_1318 = { + 0x001510, 0x25, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-138, -53, 276, 0x151c}, + {-211, -53, 223, 0x14a2}, + {-211, -53, 312, 0x1526} + } +}; + +StandTile tile_1319 = { + 0x001410, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 5, + 0x0, 0x1, 0x4, + { + {-211, -53, 312, 0x1550}, + {-138, -53, 335, 0x0000}, + {-138, -53, 308, 0x15ea}, + {-138, -53, 285, 0x0000}, + {-138, -53, 276, 0x1522} + } +}; + +StandTile tile_1320 = { + 0x002b10, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, 31, 0x159e}, + {-430, -53, 1, 0x0000}, + {-464, -53, 1, 0x153c} + } +}; + +StandTile tile_1321 = { + 0x002a10, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-337, -53, 31, 0x15a6}, + {-304, -53, 1, 0x0000}, + {-337, -53, 1, 0x1540} + } +}; + +StandTile tile_1322 = { + 0x002912, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-138, -53, 147, 0x1538}, + {-211, -53, 31, 0x14f4}, + {-211, -53, 134, 0x160a} + } +}; + +StandTile tile_1323 = { + 0x002911, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-138, -53, 147, 0x1596}, + {-179, -53, 43, 0x158e}, + {-211, -53, 31, 0x1534} + } +}; + +StandTile tile_1324 = { + 0x002810, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, 31, 0x152c}, + {-464, -53, 1, 0x0000}, + {-490, -53, 1, 0x15e5} + } +}; + +StandTile tile_1325 = { + 0x002710, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-368, -53, 1, 0x15a2}, + {-337, -53, 31, 0x1530}, + {-337, -53, 1, 0x0000} + } +}; + +StandTile tile_1326 = { + 0x002610, 0x25, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-211, -53, 358, 0x0000}, + {-109, -53, 358, 0x1518}, + {-138, -53, 335, 0x1550} + } +}; + +StandTile tile_1327 = { + 0x002510, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-211, -53, 358, 0x154c}, + {-273, -53, 312, 0x1554}, + {-273, -53, 358, 0x0000} + } +}; + +StandTile tile_1328 = { + 0x002410, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-211, -53, 312, 0x14a6}, + {-273, -53, 312, 0x1548}, + {-211, -53, 358, 0x1550} + } +}; + +StandTile tile_1329 = { + 0x002310, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-211, -53, 358, 0x1544}, + {-138, -53, 335, 0x1526}, + {-211, -53, 312, 0x154c} + } +}; + +StandTile tile_1330 = { + 0x002210, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-337, -53, 358, 0x0000}, + {-273, -53, 358, 0x1548}, + {-273, -53, 312, 0x1560} + } +}; + +StandTile tile_1331 = { + 0x002110, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-337, -53, 358, 0x155c}, + {-399, -53, 312, 0x1564}, + {-399, -53, 358, 0x0000} + } +}; + +StandTile tile_1332 = { + 0x002010, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-337, -53, 312, 0x15d4}, + {-399, -53, 312, 0x1558}, + {-337, -53, 358, 0x1560} + } +}; + +StandTile tile_1333 = { + 0x001f10, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-337, -53, 358, 0x1554}, + {-273, -53, 312, 0x14a6}, + {-337, -53, 312, 0x155c} + } +}; + +StandTile tile_1334 = { + 0x001e10, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, 358, 0x0000}, + {-399, -53, 358, 0x1558}, + {-399, -53, 312, 0x1568} + } +}; + +StandTile tile_1335 = { + 0x001b10, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, 358, 0x1564}, + {-399, -53, 312, 0x15d4}, + {-464, -53, 312, 0x14cc} + } +}; + +StandTile tile_1336 = { + 0x005c10, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, 1, 0x0000}, + {-179, -53, 1, 0x158e}, + {-179, -53, 43, 0x1570} + } +}; + +StandTile tile_1337 = { + 0x005b10, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-179, -53, 43, 0x1596}, + {-120, -53, 70, 0x1574}, + {-82, -53, 1, 0x156c} + } +}; + +StandTile tile_1338 = { + 0x005a10, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x2, 0x3, + { + {-120, -53, 70, 0x1582}, + {-86, -53, 81, 0x0000}, + {-82, -53, 82, 0x0000}, + {-82, -53, 1, 0x1570} + } +}; + +StandTile tile_1339 = { + 0x005910, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x2, 0x3, + { + {-82, -53, 141, 0x0000}, + {-86, -53, 141, 0x157e}, + {-120, -53, 147, 0x0000}, + {-82, -53, 147, 0x0000} + } +}; + +StandTile tile_1340 = { + 0x03ed12, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-86, -53, 81, 0x1582}, + {-120, -53, 147, 0x1579}, + {-86, -53, 141, 0x158a} + } +}; + +StandTile tile_1341 = { + 0x03ed11, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-86, -53, 81, 0x1574}, + {-120, -53, 70, 0x159a}, + {-120, -53, 147, 0x157e} + } +}; + +StandTile tile_1342 = { + 0x005812, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, 82, 0x158a}, + {-86, -53, 141, 0x0000}, + {-82, -53, 141, 0x1659} + } +}; + +StandTile tile_1343 = { + 0x005811, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, 82, 0x0000}, + {-86, -53, 81, 0x157e}, + {-86, -53, 141, 0x1586} + } +}; + +StandTile tile_1344 = { + 0x005712, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-179, -53, 1, 0x1592}, + {-211, -53, 31, 0x1538}, + {-179, -53, 43, 0x156c} + } +}; + +StandTile tile_1345 = { + 0x005711, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-179, -53, 1, 0x0000}, + {-242, -53, 1, 0x15aa}, + {-211, -53, 31, 0x158e} + } +}; + +StandTile tile_1346 = { + 0x005612, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-138, -53, 147, 0x159a}, + {-120, -53, 70, 0x1570}, + {-179, -53, 43, 0x1538} + } +}; + +StandTile tile_1347 = { + 0x005611, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-138, -53, 147, 0x0000}, + {-120, -53, 147, 0x1582}, + {-120, -53, 70, 0x1596} + } +}; + +StandTile tile_1348 = { + 0x003012, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-337, -53, 31, 0x15a2}, + {-430, -53, 1, 0x152c}, + {-464, -53, 31, 0x1510} + } +}; + +StandTile tile_1349 = { + 0x003011, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-337, -53, 31, 0x1540}, + {-368, -53, 1, 0x0000}, + {-430, -53, 1, 0x159e} + } +}; + +StandTile tile_1350 = { + 0x002f12, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-211, -53, 31, 0x15aa}, + {-304, -53, 1, 0x1530}, + {-337, -53, 31, 0x1500} + } +}; + +StandTile tile_1351 = { + 0x002f11, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-211, -53, 31, 0x1592}, + {-242, -53, 1, 0x0000}, + {-244, -53, 1, 0x135a}, + {-302, -53, 1, 0x0000}, + {-304, -53, 1, 0x15a6} + } +}; + +StandTile tile_1352 = { + 0x003d10, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, 134, 0x150c}, + {-464, -53, 31, 0x15bc}, + {-528, -53, 91, 0x15b4} + } +}; + +StandTile tile_1353 = { + 0x003c10, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-528, -53, 91, 0x15b8}, + {-590, -53, 134, 0x15cc}, + {-464, -53, 134, 0x15b0} + } +}; + +StandTile tile_1354 = { + 0x003b10, 0x25, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-590, -53, 31, 0x0000}, + {-590, -53, 134, 0x15b4}, + {-528, -53, 91, 0x15bc} + } +}; + +StandTile tile_1355 = { + 0x003a10, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-528, -53, 91, 0x15b0}, + {-464, -53, 31, 0x15e1}, + {-590, -53, 31, 0x15b8} + } +}; + +StandTile tile_1356 = { + 0x004910, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, 223, 0x14ec}, + {-464, -53, 134, 0x15cc}, + {-528, -53, 180, 0x15c4} + } +}; + +StandTile tile_1357 = { + 0x004810, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-528, -53, 180, 0x15c8}, + {-590, -53, 223, 0x14b3}, + {-464, -53, 223, 0x15c0} + } +}; + +StandTile tile_1358 = { + 0x004710, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-590, -53, 134, 0x0000}, + {-590, -53, 223, 0x15c4}, + {-528, -53, 180, 0x15cc} + } +}; + +StandTile tile_1359 = { + 0x004610, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-528, -53, 180, 0x15c0}, + {-464, -53, 134, 0x15b4}, + {-590, -53, 134, 0x15c8} + } +}; + +StandTile tile_1360 = { + 0x005110, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-337, -53, 312, 0x14ab}, + {-337, -53, 223, 0x15dd}, + {-402, -53, 270, 0x15d4} + } +}; + +StandTile tile_1361 = { + 0x005010, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-402, -53, 270, 0x15d9}, + {-464, -53, 312, 0x1568}, + {-399, -53, 312, 0x155c}, + {-337, -53, 312, 0x15d0} + } +}; + +StandTile tile_1362 = { + 0x004f10, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, 223, 0x14c0}, + {-464, -53, 312, 0x15d4}, + {-402, -53, 270, 0x15dd} + } +}; + +StandTile tile_1363 = { + 0x004e10, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-402, -53, 270, 0x15d0}, + {-337, -53, 223, 0x14e8}, + {-464, -53, 223, 0x15d9} + } +}; + +StandTile tile_1364 = { + 0x003112, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-464, -53, 31, 0x15e5}, + {-552, -53, 1, 0x15f2}, + {-590, -53, 31, 0x15bc} + } +}; + +StandTile tile_1365 = { + 0x003111, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-464, -53, 31, 0x153c}, + {-490, -53, 1, 0x1362}, + {-550, -53, 1, 0x0000}, + {-552, -53, 1, 0x15e1} + } +}; + +StandTile tile_1366 = { + 0x03e612, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-138, -53, 308, 0x15ee}, + {-135, -53, 285, 0x0000}, + {-138, -53, 285, 0x1526} + } +}; + +StandTile tile_1367 = { + 0x03e611, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-138, -53, 308, 0x0000}, + {-135, -53, 308, 0x132a}, + {-135, -53, 285, 0x15ea} + } +}; + +StandTile tile_1368 = { + 0x02b010, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-590, -53, 31, 0x15e1}, + {-552, -53, 1, 0x0000}, + {-593, -53, 1, 0x0000} + } +}; + +StandTile tile_1369 = { + 0x040212, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-138, -53, 223, 0x15fa}, + {-144, -53, 179, 0x0000}, + {-144, -53, 223, 0x151c} + } +}; + +StandTile tile_1370 = { + 0x040211, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-138, -53, 223, 0x0000}, + {-138, -53, 147, 0x1606}, + {-144, -53, 179, 0x15f6} + } +}; + +StandTile tile_1371 = { + 0x040112, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -53, 179, 0x1602}, + {-211, -53, 223, 0x151c}, + {-172, -53, 223, 0x0000} + } +}; + +StandTile tile_1372 = { + 0x040111, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -53, 179, 0x160a}, + {-211, -53, 134, 0x14d4}, + {-211, -53, 223, 0x15fe} + } +}; + +StandTile tile_1373 = { + 0x040012, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-138, -53, 147, 0x160a}, + {-172, -53, 179, 0x1412}, + {-144, -53, 179, 0x15fa} + } +}; + +StandTile tile_1374 = { + 0x040011, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-138, -53, 147, 0x1534}, + {-211, -53, 134, 0x1602}, + {-172, -53, 179, 0x1606} + } +}; + +StandTile tile_1375 = { + 0x03e712, 0x24, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {79, -53, 200, 0x1612}, + {76, -53, 223, 0x0000}, + {79, -53, 223, 0x1688} + } +}; + +StandTile tile_1376 = { + 0x03e711, 0x24, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {79, -53, 200, 0x0000}, + {76, -53, 200, 0x119e}, + {76, -53, 223, 0x160e} + } +}; + +StandTile tile_1377 = { + 0x012010, 0x23, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-82, -70, 0, 0x161e}, + {26, -70, 76, 0x1640}, + {38, -70, 18, 0x1622} + } +}; + +StandTile tile_1378 = { + 0x03ec10, 0x23, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-82, -70, 82, 0x1661}, + {26, -70, 82, 0x163a}, + {26, -70, 76, 0x161e} + } +}; + +StandTile tile_1379 = { + 0x012110, 0x23, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-82, -70, 0, 0x0000}, + {-82, -70, 82, 0x161a}, + {26, -70, 76, 0x1616} + } +}; + +StandTile tile_1380 = { + 0x011e10, 0x23, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-82, -70, 0, 0x1616}, + {38, -70, 18, 0x162e}, + {26, -70, -32, 0x1626} + } +}; + +StandTile tile_1381 = { + 0x011f10, 0x23, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-82, -70, 0, 0x1622}, + {26, -70, -32, 0x0000}, + {-82, -70, -32, 0x0000} + } +}; + +StandTile tile_1382 = { + 0x011d12, 0x23, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {26, -70, -32, 0x162e}, + {44, -70, 18, 0x1677}, + {44, -70, -32, 0x0000} + } +}; + +StandTile tile_1383 = { + 0x011d11, 0x23, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {26, -70, -32, 0x1622}, + {38, -70, 18, 0x1644}, + {44, -70, 18, 0x162a} + } +}; + +StandTile tile_1384 = { + 0x013210, 0x23, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {180, -70, -23, 0x164d}, + {191, -70, 17, 0x16da}, + {244, -70, -23, 0x0000} + } +}; + +StandTile tile_1385 = { + 0x013010, 0x23, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {156, -70, 18, 0x164d}, + {180, -70, -23, 0x0000}, + {156, -70, -23, 0x167b} + } +}; + +StandTile tile_1386 = { + 0x012610, 0x23, + 0x0, + 0x6, 0x6, 0x6, + 5, + 0x0, 0x3, 0x4, + { + {26, -70, 76, 0x161a}, + {26, -70, 82, 0x1651}, + {26, -70, 141, 0x0000}, + {26, -70, 147, 0x0000}, + {79, -70, 147, 0x1640} + } +}; + +StandTile tile_1387 = { + 0x012510, 0x23, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {79, -70, 147, 0x1644}, + {38, -70, 18, 0x1616}, + {26, -70, 76, 0x163a} + } +}; + +StandTile tile_1388 = { + 0x012410, 0x23, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {79, -70, 147, 0x1649}, + {156, -70, 18, 0x166a}, + {44, -70, 18, 0x162e}, + {38, -70, 18, 0x1640} + } +}; + +StandTile tile_1389 = { + 0x012f10, 0x23, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {79, -70, 147, 0x16de}, + {191, -70, 17, 0x164d}, + {156, -70, 18, 0x1644} + } +}; + +StandTile tile_1390 = { + 0x013110, 0x23, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {156, -70, 18, 0x1649}, + {191, -70, 17, 0x1632}, + {180, -70, -23, 0x1636} + } +}; + +StandTile tile_1391 = { + 0x03e310, 0x23, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-28, -62, 141, 0x0000}, + {26, -70, 141, 0x163a}, + {26, -70, 82, 0x1655} + } +}; + +StandTile tile_1392 = { + 0x03e010, 0x23, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-28, -62, 141, 0x1651}, + {26, -70, 82, 0x1661}, + {-28, -62, 82, 0x165d} + } +}; + +StandTile tile_1393 = { + 0x03e210, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, 82, 0x1586}, + {-82, -53, 141, 0x0000}, + {-28, -62, 141, 0x165d} + } +}; + +StandTile tile_1394 = { + 0x026310, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, 82, 0x1659}, + {-28, -62, 141, 0x1655}, + {-28, -62, 82, 0x1661} + } +}; + +StandTile tile_1395 = { + 0x026110, 0x23, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {26, -70, 82, 0x161a}, + {-82, -70, 82, 0x0000}, + {-82, -53, 82, 0x165d}, + {-28, -62, 82, 0x1655} + } +}; + +StandTile tile_1396 = { + 0x0bd912, 0x23, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {44, -61, -32, 0x166a}, + {156, -70, 18, 0x167b}, + {156, -62, -25, 0x166e} + } +}; + +StandTile tile_1397 = { + 0x0bd911, 0x23, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {44, -61, -32, 0x1677}, + {44, -70, 18, 0x1644}, + {156, -70, 18, 0x1666} + } +}; + +StandTile tile_1398 = { + 0x026912, 0x23, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {156, -53, -73, 0x1672}, + {44, -61, -32, 0x1666}, + {156, -62, -25, 0x0000} + } +}; + +StandTile tile_1399 = { + 0x026911, 0x23, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {156, -53, -73, 0x1755}, + {112, -53, -73, 0x17ff}, + {44, -53, -73, 0x0000}, + {44, -61, -32, 0x166e} + } +}; + +StandTile tile_1400 = { + 0x0bd710, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {44, -61, -32, 0x0000}, + {44, -70, -32, 0x162a}, + {44, -70, 18, 0x166a} + } +}; + +StandTile tile_1401 = { + 0x0bd810, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {156, -70, -25, 0x0000}, + {156, -62, -25, 0x1666}, + {156, -70, 18, 0x1636}, + {156, -70, -23, 0x0000} + } +}; + +StandTile tile_1402 = { + 0x01da12, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, 197, 0x1684}, + {79, -57, 197, 0x0000}, + {79, -53, 197, 0x1688} + } +}; + +StandTile tile_1403 = { + 0x01da11, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, 197, 0x0000}, + {112, -57, 197, 0x16b6}, + {79, -57, 197, 0x1680} + } +}; + +StandTile tile_1404 = { + 0x01db12, 0x22, + 0x0, + 0xd, 0xd, 0xd, + 5, + 0x0, 0x1, 0x2, + { + {79, -53, 229, 0x168e}, + {112, -53, 197, 0x1680}, + {79, -53, 197, 0x0000}, + {79, -53, 200, 0x160e}, + {79, -53, 223, 0x0000} + } +}; + +StandTile tile_1405 = { + 0x01db11, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {79, -53, 229, 0x0000}, + {112, -53, 229, 0x0000}, + {112, -53, 197, 0x1688} + } +}; + +StandTile tile_1406 = { + 0x01d612, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {79, -66, 182, 0x1696}, + {112, -66, 175, 0x169a}, + {79, -66, 175, 0x0000} + } +}; + +StandTile tile_1407 = { + 0x01d611, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {79, -66, 182, 0x16ae}, + {112, -66, 182, 0x0000}, + {112, -66, 175, 0x1692} + } +}; + +StandTile tile_1408 = { + 0x01d512, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {112, -66, 175, 0x169e}, + {79, -70, 175, 0x0000}, + {79, -66, 175, 0x1692} + } +}; + +StandTile tile_1409 = { + 0x01d511, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {112, -66, 175, 0x0000}, + {112, -70, 175, 0x16f2}, + {79, -70, 175, 0x169a} + } +}; + +StandTile tile_1410 = { + 0x01d312, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {79, -62, 189, 0x16a6}, + {112, -62, 182, 0x16aa}, + {79, -62, 182, 0x0000} + } +}; + +StandTile tile_1411 = { + 0x01d311, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {79, -62, 189, 0x16be}, + {112, -62, 189, 0x0000}, + {112, -62, 182, 0x16a2} + } +}; + +StandTile tile_1412 = { + 0x01d212, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {112, -62, 182, 0x16ae}, + {79, -66, 182, 0x0000}, + {79, -62, 182, 0x16a2} + } +}; + +StandTile tile_1413 = { + 0x01d211, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {112, -62, 182, 0x0000}, + {112, -66, 182, 0x1696}, + {79, -66, 182, 0x16aa} + } +}; + +StandTile tile_1414 = { + 0x01d012, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {79, -57, 197, 0x16b6}, + {112, -57, 189, 0x16ba}, + {79, -57, 189, 0x0000} + } +}; + +StandTile tile_1415 = { + 0x01d011, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {79, -57, 197, 0x1684}, + {112, -57, 197, 0x0000}, + {112, -57, 189, 0x16b2} + } +}; + +StandTile tile_1416 = { + 0x01cf12, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {112, -57, 189, 0x16be}, + {79, -62, 189, 0x0000}, + {79, -57, 189, 0x16b2} + } +}; + +StandTile tile_1417 = { + 0x01cf11, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {112, -57, 189, 0x0000}, + {112, -62, 189, 0x16a6}, + {79, -62, 189, 0x16ba} + } +}; + +StandTile tile_1418 = { + 0x013612, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {191, -70, 223, 0x16c6}, + {244, -70, 349, 0x0000}, + {244, -70, 223, 0x16ca} + } +}; + +StandTile tile_1419 = { + 0x013611, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {191, -70, 223, 0x16fa}, + {191, -70, 349, 0x0000}, + {244, -70, 349, 0x16c2} + } +}; + +StandTile tile_1420 = { + 0x013512, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {244, -70, 147, 0x16ce}, + {191, -70, 223, 0x16c2}, + {244, -70, 223, 0x0000} + } +}; + +StandTile tile_1421 = { + 0x013511, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {244, -70, 147, 0x16d2}, + {191, -70, 147, 0x16e2}, + {191, -70, 223, 0x16ca} + } +}; + +StandTile tile_1422 = { + 0x013412, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {244, -70, 18, 0x16d6}, + {191, -70, 147, 0x16ce}, + {244, -70, 147, 0x0000} + } +}; + +StandTile tile_1423 = { + 0x013411, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {244, -70, 18, 0x16da}, + {191, -70, 17, 0x16de}, + {191, -70, 147, 0x16d2} + } +}; + +StandTile tile_1424 = { + 0x013310, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {244, -70, -23, 0x1632}, + {191, -70, 17, 0x16d6}, + {244, -70, 18, 0x0000} + } +}; + +StandTile tile_1425 = { + 0x012e10, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {79, -70, 147, 0x16e2}, + {191, -70, 147, 0x16d6}, + {191, -70, 17, 0x1649} + } +}; + +StandTile tile_1426 = { + 0x012d12, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {79, -70, 147, 0x16e6}, + {191, -70, 223, 0x16ce}, + {191, -70, 147, 0x16de} + } +}; + +StandTile tile_1427 = { + 0x012d11, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {79, -70, 147, 0x16f2}, + {112, -70, 175, 0x16ee}, + {191, -70, 223, 0x16e2} + } +}; + +StandTile tile_1428 = { + 0x012b10, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {79, -70, 349, 0x16f6}, + {106, -70, 223, 0x0000}, + {79, -70, 223, 0x0000} + } +}; + +StandTile tile_1429 = { + 0x012a10, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {112, -70, 175, 0x0000}, + {106, -70, 223, 0x16f6}, + {191, -70, 223, 0x16e6} + } +}; + +StandTile tile_1430 = { + 0x012910, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {79, -70, 175, 0x169e}, + {112, -70, 175, 0x16e6}, + {79, -70, 147, 0x0000} + } +}; + +StandTile tile_1431 = { + 0x012810, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {79, -70, 349, 0x16fa}, + {191, -70, 223, 0x16ee}, + {106, -70, 223, 0x16ea} + } +}; + +StandTile tile_1432 = { + 0x012710, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {79, -70, 349, 0x0000}, + {191, -70, 349, 0x16c6}, + {191, -70, 223, 0x16f6} + } +}; + +StandTile tile_1433 = { + 0x0eac0a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -563, 0x1702}, + {179, -53, -497, 0x1738}, + {179, -53, -563, 0x0000} + } +}; + +StandTile tile_1434 = { + 0x0eac09, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -563, 0x17d7}, + {112, -53, -497, 0x1740}, + {179, -53, -497, 0x16fe} + } +}; + +StandTile tile_1435 = { + 0x00a908, 0x21, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x1, 0x3, + { + {329, -53, -713, 0x170c}, + {211, -53, -563, 0x1744}, + {273, -53, -563, 0x174c}, + {329, -53, -563, 0x01a5}, + {329, -53, -631, 0x0000} + } +}; + +StandTile tile_1436 = { + 0x00a808, 0x21, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {211, -53, -807, 0x0000}, + {211, -53, -563, 0x1706}, + {329, -53, -713, 0x1710} + } +}; + +StandTile tile_1437 = { + 0x00a708, 0x21, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {211, -53, -807, 0x170c}, + {329, -53, -713, 0x0000}, + {329, -53, -807, 0x0000} + } +}; + +StandTile tile_1438 = { + 0x0e5b08, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {252, -53, -405, 0x0000}, + {258, -53, -405, 0x1728}, + {273, -53, -423, 0x1718} + } +}; + +StandTile tile_1439 = { + 0x0e5a08, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -423, 0x171c}, + {252, -53, -405, 0x1714}, + {273, -53, -423, 0x173c} + } +}; + +StandTile tile_1440 = { + 0x0e5908, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {252, -53, -405, 0x1718}, + {112, -53, -423, 0x1720}, + {252, -53, -381, 0x0000} + } +}; + +StandTile tile_1441 = { + 0x0e5808, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -423, 0x1730}, + {273, -53, -314, 0x1724}, + {252, -53, -381, 0x171c} + } +}; + +StandTile tile_1442 = { + 0x0e5708, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {252, -53, -381, 0x1720}, + {273, -53, -314, 0x172c}, + {258, -53, -381, 0x0000} + } +}; + +StandTile tile_1443 = { + 0x0e560a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {258, -53, -405, 0x172c}, + {273, -53, -314, 0x17c3}, + {273, -53, -423, 0x1714} + } +}; + +StandTile tile_1444 = { + 0x0e5609, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {258, -53, -405, 0x0000}, + {258, -53, -381, 0x1724}, + {273, -53, -314, 0x1728} + } +}; + +StandTile tile_1445 = { + 0x009608, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {273, -53, -314, 0x1720}, + {112, -53, -423, 0x17fb}, + {112, -53, -314, 0x176b} + } +}; + +StandTile tile_1446 = { + 0x0e550a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {179, -53, -563, 0x1738}, + {273, -53, -423, 0x1744}, + {211, -53, -563, 0x0000} + } +}; + +StandTile tile_1447 = { + 0x0e5509, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {179, -53, -563, 0x16fe}, + {179, -53, -497, 0x173c}, + {273, -53, -423, 0x1734} + } +}; + +StandTile tile_1448 = { + 0x0e540a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {179, -53, -497, 0x1740}, + {112, -53, -423, 0x1718}, + {273, -53, -423, 0x1738} + } +}; + +StandTile tile_1449 = { + 0x0e5409, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {179, -53, -497, 0x1702}, + {112, -53, -497, 0x17e3}, + {112, -53, -423, 0x173c} + } +}; + +StandTile tile_1450 = { + 0x00a308, 0x21, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {211, -53, -563, 0x1734}, + {273, -53, -423, 0x1748}, + {273, -53, -563, 0x1706} + } +}; + +StandTile tile_1451 = { + 0x009a08, 0x21, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {329, -53, -472, 0x174c}, + {273, -53, -563, 0x1744}, + {273, -53, -423, 0x17c7} + } +}; + +StandTile tile_1452 = { + 0x009908, 0x21, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {329, -53, -472, 0x0000}, + {329, -53, -555, 0x01a5}, + {329, -53, -563, 0x1706}, + {273, -53, -563, 0x1748} + } +}; + +StandTile tile_1453 = { + 0x0d770a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {144, -53, -104, 0x1755}, + {208, -53, -73, 0x1783}, + {200, -53, -104, 0x0000} + } +}; + +StandTile tile_1454 = { + 0x0d7709, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {144, -53, -104, 0x175f}, + {112, -53, -73, 0x1672}, + {156, -53, -73, 0x0000}, + {208, -53, -73, 0x1751} + } +}; + +StandTile tile_1455 = { + 0x0d760a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {112, -53, -73, 0x175f}, + {144, -53, -217, 0x1767}, + {112, -53, -314, 0x180d}, + {112, -53, -156, 0x17ff} + } +}; + +StandTile tile_1456 = { + 0x0d7609, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -73, 0x1755}, + {144, -53, -104, 0x0000}, + {144, -53, -217, 0x175a} + } +}; + +StandTile tile_1457 = { + 0x0d750a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -314, 0x1767}, + {200, -53, -217, 0x1777}, + {211, -53, -253, 0x176b} + } +}; + +StandTile tile_1458 = { + 0x0d7509, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -314, 0x175a}, + {144, -53, -217, 0x0000}, + {200, -53, -217, 0x1763} + } +}; + +StandTile tile_1459 = { + 0x0d7408, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {273, -53, -314, 0x1730}, + {112, -53, -314, 0x1763}, + {211, -53, -253, 0x1773} + } +}; + +StandTile tile_1460 = { + 0x0d730a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {273, -53, -258, 0x1773}, + {211, -53, -253, 0x1777}, + {254, -53, -215, 0x1793} + } +}; + +StandTile tile_1461 = { + 0x0d7309, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {273, -53, -258, 0x0000}, + {273, -53, -314, 0x176b}, + {211, -53, -253, 0x176f} + } +}; + +StandTile tile_1462 = { + 0x0d7208, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {211, -53, -253, 0x1763}, + {200, -53, -217, 0x177f}, + {254, -53, -215, 0x176f} + } +}; + +StandTile tile_1463 = { + 0x0d710a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {254, -53, -103, 0x177f}, + {200, -53, -217, 0x0000}, + {200, -53, -104, 0x1783} + } +}; + +StandTile tile_1464 = { + 0x0d7109, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {254, -53, -103, 0x0000}, + {254, -53, -215, 0x1777}, + {200, -53, -217, 0x177b} + } +}; + +StandTile tile_1465 = { + 0x0d7008, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {200, -53, -104, 0x1751}, + {208, -53, -73, 0x178b}, + {254, -53, -103, 0x177b} + } +}; + +StandTile tile_1466 = { + 0x0d6f0a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {254, -53, -103, 0x178b}, + {322, -53, -73, 0x179b}, + {311, -53, -103, 0x0000} + } +}; + +StandTile tile_1467 = { + 0x0d6f09, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {254, -53, -103, 0x1783}, + {208, -53, -73, 0x0000}, + {322, -53, -73, 0x1787} + } +}; + +StandTile tile_1468 = { + 0x0d6e0a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {273, -53, -258, 0x1793}, + {311, -53, -215, 0x179f}, + {386, -53, -258, 0x0000} + } +}; + +StandTile tile_1469 = { + 0x0d6e09, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {273, -53, -258, 0x176f}, + {254, -53, -215, 0x0000}, + {311, -53, -215, 0x178f} + } +}; + +StandTile tile_1470 = { + 0x0d6d0a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {311, -53, -103, 0x179b}, + {420, -53, -73, 0x0000}, + {420, -53, -156, 0x17a3} + } +}; + +StandTile tile_1471 = { + 0x0d6d09, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {311, -53, -103, 0x1787}, + {322, -53, -73, 0x0000}, + {420, -53, -73, 0x1797} + } +}; + +StandTile tile_1472 = { + 0x0d6c0a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {311, -53, -215, 0x17a3}, + {420, -53, -156, 0x17af}, + {386, -53, -258, 0x178f} + } +}; + +StandTile tile_1473 = { + 0x0d6c09, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {311, -53, -215, 0x0000}, + {311, -53, -103, 0x1797}, + {420, -53, -156, 0x179f} + } +}; + +StandTile tile_1474 = { + 0x0d6b0a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {420, -53, -472, 0x17ab}, + {415, -53, -376, 0x17af}, + {420, -53, -156, 0x0000} + } +}; + +StandTile tile_1475 = { + 0x0d6b09, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {420, -53, -472, 0x17cf}, + {415, -53, -432, 0x0000}, + {415, -53, -376, 0x17a7} + } +}; + +StandTile tile_1476 = { + 0x0d6a0a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {415, -53, -376, 0x17b3}, + {386, -53, -258, 0x179f}, + {420, -53, -156, 0x17a7} + } +}; + +StandTile tile_1477 = { + 0x0d6a09, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {415, -53, -376, 0x17bb}, + {386, -53, -314, 0x0000}, + {386, -53, -258, 0x17af} + } +}; + +StandTile tile_1478 = { + 0x0d690a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {386, -53, -314, 0x17bb}, + {316, -53, -376, 0x17c3}, + {273, -53, -314, 0x0000} + } +}; + +StandTile tile_1479 = { + 0x0d6909, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {386, -53, -314, 0x17b3}, + {415, -53, -376, 0x0000}, + {316, -53, -376, 0x17b7} + } +}; + +StandTile tile_1480 = { + 0x0d680a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {273, -53, -423, 0x17c3}, + {316, -53, -376, 0x0000}, + {316, -53, -432, 0x17c7} + } +}; + +StandTile tile_1481 = { + 0x0d6809, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {273, -53, -423, 0x1728}, + {273, -53, -314, 0x17b7}, + {316, -53, -376, 0x17bf} + } +}; + +StandTile tile_1482 = { + 0x0d6708, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {273, -53, -423, 0x17bf}, + {316, -53, -432, 0x17cb}, + {329, -53, -472, 0x1748} + } +}; + +StandTile tile_1483 = { + 0x0d660a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {316, -53, -432, 0x17cf}, + {420, -53, -472, 0x0000}, + {329, -53, -472, 0x17c7} + } +}; + +StandTile tile_1484 = { + 0x0d6609, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {316, -53, -432, 0x0000}, + {415, -53, -432, 0x17ab}, + {420, -53, -472, 0x17cb} + } +}; + +StandTile tile_1485 = { + 0x0eab0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -497, 0x17d7}, + {6, -53, -563, 0x17eb}, + {11, -53, -497, 0x17e7} + } +}; + +StandTile tile_1486 = { + 0x0eab09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -497, 0x1702}, + {112, -53, -563, 0x0000}, + {6, -53, -563, 0x17d3} + } +}; + +StandTile tile_1487 = { + 0x00aa08, 0x20, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-205, -53, -205, 0x17df}, + {-82, -53, -267, 0x1815}, + {-205, -53, -267, 0x0000} + } +}; + +StandTile tile_1488 = { + 0x00ab08, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-205, -53, -205, 0x0000}, + {-82, -53, -210, 0x1808}, + {-82, -53, -267, 0x17db} + } +}; + +StandTile tile_1489 = { + 0x0e530a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -497, 0x17e7}, + {-26, -53, -423, 0x181e}, + {112, -53, -423, 0x1740} + } +}; + +StandTile tile_1490 = { + 0x0e5309, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {112, -53, -497, 0x17d3}, + {11, -53, -497, 0x17eb}, + {-26, -53, -423, 0x17e3} + } +}; + +StandTile tile_1491 = { + 0x0e520a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {6, -53, -563, 0x17ef}, + {-26, -53, -423, 0x17e7}, + {11, -53, -497, 0x17d3} + } +}; + +StandTile tile_1492 = { + 0x0e5209, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {6, -53, -563, 0x17f3}, + {-26, -53, -535, 0x0000}, + {-26, -53, -423, 0x17eb} + } +}; + +StandTile tile_1493 = { + 0x0d7d0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, -563, 0x17f7}, + {-26, -53, -535, 0x17ef}, + {6, -53, -563, 0x0000} + } +}; + +StandTile tile_1494 = { + 0x0d7d09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, -563, 0x182b}, + {-82, -53, -535, 0x0000}, + {-26, -53, -535, 0x17f3} + } +}; + +StandTile tile_1495 = { + 0x009408, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, -340, 0x1811}, + {112, -53, -314, 0x1730}, + {112, -53, -423, 0x181e} + } +}; + +StandTile tile_1496 = { + 0x001308, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {112, -53, -156, 0x1804}, + {-82, -53, -73, 0x0000}, + {44, -53, -73, 0x1672}, + {112, -53, -73, 0x175a} + } +}; + +StandTile tile_1497 = { + 0x001208, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, -153, 0x0000}, + {-82, -53, -73, 0x17ff}, + {112, -53, -156, 0x1808} + } +}; + +StandTile tile_1498 = { + 0x001108, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {-82, -53, -153, 0x1804}, + {112, -53, -156, 0x180d}, + {-82, -53, -267, 0x17df}, + {-82, -53, -210, 0x0000} + } +}; + +StandTile tile_1499 = { + 0x001008, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, -267, 0x1808}, + {112, -53, -156, 0x175a}, + {112, -53, -314, 0x1811} + } +}; + +StandTile tile_1500 = { + 0x001408, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, -267, 0x180d}, + {112, -53, -314, 0x17fb}, + {-82, -53, -340, 0x181a} + } +}; + +StandTile tile_1501 = { + 0x00ac08, 0x20, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x2, + { + {-205, -53, -267, 0x17db}, + {-82, -53, -267, 0x181a}, + {-205, -53, -340, 0x18ab}, + {-205, -53, -337, 0x0000} + } +}; + +StandTile tile_1502 = { + 0x00ad08, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, -267, 0x1811}, + {-82, -53, -340, 0x1823}, + {-205, -53, -340, 0x1815} + } +}; + +StandTile tile_1503 = { + 0x009308, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-82, -53, -340, 0x17fb}, + {112, -53, -423, 0x17e3}, + {-26, -53, -423, 0x0000}, + {-82, -53, -423, 0x1823} + } +}; + +StandTile tile_1504 = { + 0x00ae08, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-82, -53, -340, 0x181e}, + {-82, -53, -423, 0x1827}, + {-205, -53, -340, 0x181a} + } +}; + +StandTile tile_1505 = { + 0x00b008, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-205, -53, -340, 0x1823}, + {-82, -53, -423, 0x1830}, + {-205, -53, -423, 0x18ab} + } +}; + +StandTile tile_1506 = { + 0x00af08, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {-205, -53, -563, 0x1830}, + {-82, -53, -423, 0x0000}, + {-82, -53, -535, 0x17f7}, + {-82, -53, -563, 0x0000} + } +}; + +StandTile tile_1507 = { + 0x00b108, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-205, -53, -423, 0x1827}, + {-82, -53, -423, 0x182b}, + {-205, -53, -563, 0x18bc} + } +}; + +StandTile tile_1508 = { + 0x013408, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {-205, -53, -692, 0x007a}, + {-205, -53, -722, 0x0000}, + {-205, -53, -804, 0x1943}, + {-317, -53, -692, 0x186f} + } +}; + +StandTile tile_1509 = { + 0x0d870a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-531, -53, -692, 0x183d}, + {-504, -53, -531, 0x0000}, + {-504, -53, -587, 0x1841} + } +}; + +StandTile tile_1510 = { + 0x0d8709, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-531, -53, -692, 0x0000}, + {-531, -53, -531, 0x1890}, + {-504, -53, -531, 0x1839} + } +}; + +StandTile tile_1511 = { + 0x0d860a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, -53, -587, 0x1845}, + {-531, -53, -692, 0x1839}, + {-504, -53, -587, 0x0000} + } +}; + +StandTile tile_1512 = { + 0x0d8609, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-405, -53, -587, 0x1895}, + {-405, -53, -692, 0x18d4}, + {-453, -53, -692, 0x0000}, + {-510, -53, -692, 0x18c4}, + {-531, -53, -692, 0x1841} + } +}; + +StandTile tile_1513 = { + 0x0d840a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, -53, -337, 0x184f}, + {-332, -53, -344, 0x0000}, + {-388, -53, -344, 0x1863} + } +}; + +StandTile tile_1514 = { + 0x0d8409, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, -53, -337, 0x0000}, + {-327, -53, -337, 0x1853}, + {-332, -53, -344, 0x184b} + } +}; + +StandTile tile_1515 = { + 0x0d830a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-327, -53, -337, 0x1857}, + {-317, -53, -425, 0x185b}, + {-332, -53, -344, 0x184f} + } +}; + +StandTile tile_1516 = { + 0x0d8309, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-327, -53, -337, 0x0000}, + {-205, -53, -337, 0x18b4}, + {-317, -53, -425, 0x1853} + } +}; + +StandTile tile_1517 = { + 0x0d8209, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-332, -53, -344, 0x1853}, + {-317, -53, -425, 0x189a}, + {-332, -53, -443, 0x0000} + } +}; + +StandTile tile_1518 = { + 0x0d810a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-332, -53, -443, 0x189a}, + {-405, -53, -531, 0x1867}, + {-388, -53, -443, 0x0000} + } +}; + +StandTile tile_1519 = { + 0x0d800a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-388, -53, -443, 0x1867}, + {-405, -53, -337, 0x184b}, + {-388, -53, -344, 0x0000} + } +}; + +StandTile tile_1520 = { + 0x0d8009, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-388, -53, -443, 0x185f}, + {-405, -53, -531, 0x1878}, + {-405, -53, -337, 0x1863} + } +}; + +StandTile tile_1521 = { + 0x012008, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-205, -53, -563, 0x186f}, + {-317, -53, -692, 0x189a}, + {-317, -53, -425, 0x18bc} + } +}; + +StandTile tile_1522 = { + 0x011f08, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {-205, -53, -563, 0x0000}, + {-205, -53, -646, 0x007a}, + {-205, -53, -692, 0x1834}, + {-317, -53, -692, 0x186b} + } +}; + +StandTile tile_1523 = { + 0x011c08, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-599, -53, -337, 0x0000}, + {-405, -53, -337, 0x1878}, + {-531, -53, -449, 0x187c} + } +}; + +StandTile tile_1524 = { + 0x011d08, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-405, -53, -337, 0x1867}, + {-405, -53, -531, 0x1890}, + {-531, -53, -449, 0x1874} + } +}; + +StandTile tile_1525 = { + 0x0e6508, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-599, -53, -337, 0x1874}, + {-531, -53, -449, 0x1880}, + {-586, -53, -381, 0x188c} + } +}; + +StandTile tile_1526 = { + 0x0e6408, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-531, -53, -449, 0x1888}, + {-586, -53, -411, 0x0000}, + {-586, -53, -381, 0x187c} + } +}; + +StandTile tile_1527 = { + 0x0e630a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-599, -53, -411, 0x1888}, + {-531, -53, -449, 0x0000}, + {-599, -53, -449, 0x0000} + } +}; + +StandTile tile_1528 = { + 0x0e6309, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-599, -53, -411, 0x0000}, + {-586, -53, -411, 0x1880}, + {-531, -53, -449, 0x1884} + } +}; + +StandTile tile_1529 = { + 0x0e6208, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-599, -53, -381, 0x0000}, + {-599, -53, -337, 0x187c}, + {-586, -53, -381, 0x0000} + } +}; + +StandTile tile_1530 = { + 0x011e08, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {-405, -53, -531, 0x0000}, + {-504, -53, -531, 0x183d}, + {-531, -53, -531, 0x0000}, + {-531, -53, -449, 0x1878} + } +}; + +StandTile tile_1531 = { + 0x011a0a, 0x1e, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {-405, -53, -531, 0x189a}, + {-317, -53, -692, 0x1921}, + {-405, -53, -692, 0x1845}, + {-405, -53, -587, 0x0000} + } +}; + +StandTile tile_1532 = { + 0x011a09, 0x1e, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {-405, -53, -531, 0x185f}, + {-332, -53, -443, 0x185b}, + {-317, -53, -425, 0x186b}, + {-317, -53, -692, 0x1895} + } +}; + +StandTile tile_1533 = { + 0x0e600a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-317, -53, -425, 0x18a3}, + {-240, -53, -411, 0x18a7}, + {-205, -53, -423, 0x18bc} + } +}; + +StandTile tile_1534 = { + 0x0e6009, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-317, -53, -425, 0x18b8}, + {-246, -53, -411, 0x0000}, + {-240, -53, -411, 0x189f} + } +}; + +StandTile tile_1535 = { + 0x0e5f0a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-240, -53, -381, 0x18ab}, + {-205, -53, -423, 0x189f}, + {-240, -53, -411, 0x0000} + } +}; + +StandTile tile_1536 = { + 0x0e5f09, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-240, -53, -381, 0x18b0}, + {-205, -53, -337, 0x1815}, + {-205, -53, -340, 0x1827}, + {-205, -53, -423, 0x18a7} + } +}; + +StandTile tile_1537 = { + 0x0e5e08, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-246, -53, -381, 0x18b4}, + {-205, -53, -337, 0x18ab}, + {-240, -53, -381, 0x0000} + } +}; + +StandTile tile_1538 = { + 0x0e5d08, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-317, -53, -425, 0x1857}, + {-205, -53, -337, 0x18b0}, + {-246, -53, -381, 0x18b8} + } +}; + +StandTile tile_1539 = { + 0x0e5c08, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-246, -53, -381, 0x0000}, + {-246, -53, -411, 0x18a3}, + {-317, -53, -425, 0x18b4} + } +}; + +StandTile tile_1540 = { + 0x0dee08, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-205, -53, -423, 0x1830}, + {-205, -53, -563, 0x186b}, + {-317, -53, -425, 0x189f} + } +}; + +StandTile tile_1541 = { + 0x0d8c0a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-531, -53, -801, 0x18c4}, + {-510, -53, -692, 0x18c8}, + {-517, -53, -810, 0x18dd} + } +}; + +StandTile tile_1542 = { + 0x0d8c09, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-531, -53, -801, 0x0000}, + {-531, -53, -692, 0x1845}, + {-510, -53, -692, 0x18c0} + } +}; + +StandTile tile_1543 = { + 0x0d8b08, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-517, -53, -810, 0x18c0}, + {-510, -53, -692, 0x0000}, + {-510, -53, -805, 0x18d0} + } +}; + +StandTile tile_1544 = { + 0x0d8a0a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, -53, -883, 0x18d0}, + {-510, -53, -805, 0x0000}, + {-453, -53, -805, 0x18d9} + } +}; + +StandTile tile_1545 = { + 0x0d8a09, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, -53, -883, 0x18dd}, + {-517, -53, -810, 0x18c8}, + {-510, -53, -805, 0x18cc} + } +}; + +StandTile tile_1546 = { + 0x0d890a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-405, -53, -883, 0x18d9}, + {-453, -53, -692, 0x1845}, + {-405, -53, -692, 0x1919}, + {-405, -53, -805, 0x1915} + } +}; + +StandTile tile_1547 = { + 0x0d8909, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, -53, -883, 0x18cc}, + {-453, -53, -805, 0x0000}, + {-453, -53, -692, 0x18d4} + } +}; + +StandTile tile_1548 = { + 0x012508, 0x1d, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {-405, -53, -883, 0x1962}, + {-566, -53, -883, 0x18e2}, + {-531, -53, -801, 0x18c0}, + {-517, -53, -810, 0x18d0} + } +}; + +StandTile tile_1549 = { + 0x012808, 0x1d, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x2, + { + {-531, -53, -801, 0x18dd}, + {-566, -53, -883, 0x18e8}, + {-701, -53, -801, 0x0000}, + {-690, -53, -801, 0x02d0}, + {-613, -53, -801, 0x0000} + } +}; + +StandTile tile_1550 = { + 0x012908, 0x1d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-701, -53, -801, 0x18e2}, + {-566, -53, -883, 0x194b}, + {-701, -53, -883, 0x0000} + } +}; + +StandTile tile_1551 = { + 0x013608, 0x1d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-205, -53, -804, 0x0000}, + {-107, -53, -804, 0x1901}, + {-107, -53, -883, 0x18f0} + } +}; + +StandTile tile_1552 = { + 0x013508, 0x1d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-205, -53, -804, 0x18ec}, + {-107, -53, -883, 0x18f9}, + {-226, -53, -883, 0x1947} + } +}; + +StandTile tile_1553 = { + 0x013808, 0x1d, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {-114, -53, -971, 0x0000}, + {-197, -53, -971, 0x1929}, + {-226, -53, -971, 0x193e}, + {-226, -53, -883, 0x18f9} + } +}; + +StandTile tile_1554 = { + 0x013708, 0x1d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-114, -53, -971, 0x18f4}, + {-226, -53, -883, 0x18f0}, + {-107, -53, -883, 0x18fd} + } +}; + +StandTile tile_1555 = { + 0x015f08, 0x1d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-9, -53, -971, 0x1a9b}, + {-114, -53, -971, 0x18f9}, + {-107, -53, -883, 0x1905} + } +}; + +StandTile tile_1556 = { + 0x016008, 0x1d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {26, -41, -804, 0x190d}, + {-107, -53, -883, 0x18ec}, + {-107, -53, -804, 0x0000} + } +}; + +StandTile tile_1557 = { + 0x016308, 0x1d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-107, -53, -883, 0x190d}, + {70, -29, -883, 0x1909}, + {-9, -53, -971, 0x18fd} + } +}; + +StandTile tile_1558 = { + 0x016208, 0x1d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {70, -29, -883, 0x199c}, + {70, -29, -971, 0x0000}, + {-9, -53, -971, 0x1905} + } +}; + +StandTile tile_1559 = { + 0x016608, 0x1d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {26, -41, -804, 0x1911}, + {70, -29, -883, 0x1905}, + {-107, -53, -883, 0x1901} + } +}; + +StandTile tile_1560 = { + 0x016508, 0x1d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {26, -41, -804, 0x0000}, + {70, -29, -804, 0x1984}, + {70, -29, -883, 0x190d} + } +}; + +StandTile tile_1561 = { + 0x0e1108, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-355, -53, -883, 0x1932}, + {-405, -53, -883, 0x18d4}, + {-405, -53, -805, 0x1919} + } +}; + +StandTile tile_1562 = { + 0x01240b, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-405, -53, -692, 0x191d}, + {-355, -53, -883, 0x1915}, + {-405, -53, -805, 0x18d4} + } +}; + +StandTile tile_1563 = { + 0x01240a, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-405, -53, -692, 0x1921}, + {-317, -53, -883, 0x1936}, + {-355, -53, -883, 0x1919} + } +}; + +StandTile tile_1564 = { + 0x012409, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-405, -53, -692, 0x1895}, + {-317, -53, -692, 0x1943}, + {-317, -53, -883, 0x191d} + } +}; + +StandTile tile_1565 = { + 0x0d990a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-273, -53, -971, 0x1929}, + {-197, -53, -973, 0x07a8}, + {-273, -53, -973, 0x0000} + } +}; + +StandTile tile_1566 = { + 0x0d9909, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-273, -53, -971, 0x193e}, + {-226, -53, -971, 0x18f4}, + {-197, -53, -971, 0x0000}, + {-197, -53, -973, 0x1925} + } +}; + +StandTile tile_1567 = { + 0x013108, 0x1d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-355, -53, -971, 0x1a61}, + {-461, -53, -971, 0x1962}, + {-405, -53, -883, 0x1932} + } +}; + +StandTile tile_1568 = { + 0x0def08, 0x1d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-355, -53, -971, 0x192e}, + {-405, -53, -883, 0x1915}, + {-355, -53, -883, 0x1936} + } +}; + +StandTile tile_1569 = { + 0x013008, 0x1d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-355, -53, -971, 0x1932}, + {-355, -53, -883, 0x191d}, + {-317, -53, -883, 0x193a} + } +}; + +StandTile tile_1570 = { + 0x012f08, 0x1d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-317, -53, -883, 0x1947}, + {-226, -53, -883, 0x193e}, + {-355, -53, -971, 0x1936} + } +}; + +StandTile tile_1571 = { + 0x012e08, 0x1d, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-226, -53, -883, 0x18f4}, + {-226, -53, -971, 0x1929}, + {-273, -53, -971, 0x0000}, + {-355, -53, -971, 0x193a} + } +}; + +StandTile tile_1572 = { + 0x013308, 0x1d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-317, -53, -883, 0x1921}, + {-317, -53, -692, 0x1834}, + {-205, -53, -804, 0x1947} + } +}; + +StandTile tile_1573 = { + 0x013208, 0x1d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-205, -53, -804, 0x18f0}, + {-226, -53, -883, 0x193a}, + {-317, -53, -883, 0x1943} + } +}; + +StandTile tile_1574 = { + 0x012a08, 0x1d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-566, -53, -883, 0x1958}, + {-701, -53, -971, 0x0000}, + {-701, -53, -883, 0x18e8} + } +}; + +StandTile tile_1575 = { + 0x0d9c0a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-619, -53, -971, 0x1953}, + {-543, -53, -973, 0x03fa}, + {-619, -53, -973, 0x0000} + } +}; + +StandTile tile_1576 = { + 0x0d9c09, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-619, -53, -971, 0x1958}, + {-566, -53, -971, 0x195d}, + {-543, -53, -971, 0x0000}, + {-543, -53, -973, 0x194f} + } +}; + +StandTile tile_1577 = { + 0x012b08, 0x1d, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {-566, -53, -883, 0x195d}, + {-566, -53, -971, 0x1953}, + {-619, -53, -971, 0x0000}, + {-701, -53, -971, 0x194b} + } +}; + +StandTile tile_1578 = { + 0x012c08, 0x1d, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {-461, -53, -971, 0x0000}, + {-543, -53, -971, 0x1953}, + {-566, -53, -971, 0x1958}, + {-566, -53, -883, 0x1962} + } +}; + +StandTile tile_1579 = { + 0x012d08, 0x1d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-566, -53, -883, 0x18dd}, + {-405, -53, -883, 0x192e}, + {-461, -53, -971, 0x195d} + } +}; + +StandTile tile_1580 = { + 0x0d640a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {70, -29, -804, 0x196a}, + {190, -29, -808, 0x0000}, + {77, -29, -808, 0x1980} + } +}; + +StandTile tile_1581 = { + 0x0d6409, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {70, -29, -804, 0x0000}, + {211, -29, -804, 0x1972}, + {190, -29, -808, 0x1966} + } +}; + +StandTile tile_1582 = { + 0x0d630a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {190, -29, -808, 0x1972}, + {211, -29, -883, 0x197b}, + {190, -29, -864, 0x0000} + } +}; + +StandTile tile_1583 = { + 0x0d6309, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {190, -29, -808, 0x196a}, + {211, -29, -804, 0x0000}, + {211, -29, -807, 0x19a5}, + {211, -29, -883, 0x196e} + } +}; + +StandTile tile_1584 = { + 0x0d620a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {190, -29, -864, 0x197b}, + {70, -29, -883, 0x1984}, + {77, -29, -864, 0x0000} + } +}; + +StandTile tile_1585 = { + 0x0d6209, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {190, -29, -864, 0x196e}, + {211, -29, -883, 0x198d}, + {112, -29, -883, 0x19a1}, + {70, -29, -883, 0x1977} + } +}; + +StandTile tile_1586 = { + 0x0d610a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {77, -29, -864, 0x1984}, + {70, -29, -804, 0x1966}, + {77, -29, -808, 0x0000} + } +}; + +StandTile tile_1587 = { + 0x0d6109, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {77, -29, -864, 0x1977}, + {70, -29, -883, 0x1911}, + {70, -29, -804, 0x1980} + } +}; + +StandTile tile_1588 = { + 0x016c08, 0x1c, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {112, -29, -971, 0x19a1}, + {112, -29, -883, 0x198d}, + {235, -29, -971, 0x0000}, + {150, -29, -971, 0x1997} + } +}; + +StandTile tile_1589 = { + 0x016b08, 0x1c, + 0x0, + 0xc, 0xc, 0xc, + 5, + 0x0, 0x2, 0x4, + { + {112, -29, -883, 0x197b}, + {211, -29, -883, 0x19a5}, + {235, -29, -883, 0x19ae}, + {235, -29, -968, 0x0000}, + {235, -29, -971, 0x1988} + } +}; + +StandTile tile_1590 = { + 0x0d970a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {73, -29, -971, 0x1997}, + {150, -29, -973, 0x08ba}, + {73, -29, -973, 0x0000} + } +}; + +StandTile tile_1591 = { + 0x0d9709, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {73, -29, -971, 0x199c}, + {112, -29, -971, 0x1988}, + {150, -29, -971, 0x0000}, + {150, -29, -973, 0x1993} + } +}; + +StandTile tile_1592 = { + 0x01640a, 0x1c, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {70, -29, -883, 0x19a1}, + {112, -29, -971, 0x1997}, + {73, -29, -971, 0x0000}, + {70, -29, -971, 0x1909} + } +}; + +StandTile tile_1593 = { + 0x016409, 0x1c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {70, -29, -883, 0x197b}, + {112, -29, -883, 0x1988}, + {112, -29, -971, 0x199c} + } +}; + +StandTile tile_1594 = { + 0x016a08, 0x1c, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {211, -29, -807, 0x19aa}, + {332, -29, -883, 0x19ae}, + {235, -29, -883, 0x198d}, + {211, -29, -883, 0x1972} + } +}; + +StandTile tile_1595 = { + 0x016908, 0x1c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {211, -29, -807, 0x0000}, + {332, -29, -807, 0x19c7}, + {332, -29, -883, 0x19a5} + } +}; + +StandTile tile_1596 = { + 0x016e08, 0x1c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {235, -29, -883, 0x19a5}, + {332, -29, -883, 0x19b2}, + {235, -29, -968, 0x198d} + } +}; + +StandTile tile_1597 = { + 0x016d08, 0x1c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {332, -29, -883, 0x19cc}, + {317, -29, -968, 0x0000}, + {235, -29, -968, 0x19ae} + } +}; + +StandTile tile_1598 = { + 0x0d470a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {317, -29, -974, 0x19ba}, + {423, -29, -968, 0x0000}, + {423, -29, -974, 0x1d4a} + } +}; + +StandTile tile_1599 = { + 0x0d4709, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {317, -29, -974, 0x0000}, + {317, -29, -968, 0x19cc}, + {423, -29, -968, 0x19b6} + } +}; + +StandTile tile_1600 = { + 0x017008, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {402, -29, -713, 0x0000}, + {519, -29, -713, 0x0000}, + {519, -29, -832, 0x1a4d}, + {519, -29, -866, 0x19c3} + } +}; + +StandTile tile_1601 = { + 0x017108, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {402, -29, -713, 0x19be}, + {519, -29, -866, 0x19d4}, + {332, -29, -883, 0x19c7} + } +}; + +StandTile tile_1602 = { + 0x017208, 0x1b, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {402, -29, -713, 0x19c3}, + {332, -29, -883, 0x19aa}, + {332, -29, -807, 0x0000}, + {332, -29, -713, 0x0000} + } +}; + +StandTile tile_1603 = { + 0x016f08, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {332, -29, -883, 0x19d0}, + {423, -29, -968, 0x19ba}, + {317, -29, -968, 0x19b2} + } +}; + +StandTile tile_1604 = { + 0x0e2e0a, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {332, -29, -883, 0x19d4}, + {578, -29, -968, 0x0000}, + {423, -29, -968, 0x19cc} + } +}; + +StandTile tile_1605 = { + 0x0e2e09, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {332, -29, -883, 0x19c3}, + {519, -29, -866, 0x1a5d}, + {578, -29, -968, 0x19d0} + } +}; + +StandTile tile_1606 = { + 0x018b08, 0x1b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1062, -29, -769, 0x0000}, + {1168, -29, -769, 0x19dc}, + {1062, -29, -798, 0x0000} + } +}; + +StandTile tile_1607 = { + 0x018a08, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1168, -29, -769, 0x0000}, + {1168, -29, -883, 0x19f0}, + {1062, -29, -798, 0x19d8} + } +}; + +StandTile tile_1608 = { + 0x018708, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {986, -29, -977, 0x1a07}, + {986, -29, -883, 0x19e4}, + {1074, -29, -977, 0x0000} + } +}; + +StandTile tile_1609 = { + 0x018608, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {986, -29, -883, 0x19f0}, + {1168, -29, -883, 0x19e8}, + {1074, -29, -977, 0x19e0} + } +}; + +StandTile tile_1610 = { + 0x018508, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1168, -29, -883, 0x0000}, + {1168, -29, -977, 0x0000}, + {1074, -29, -977, 0x19e4} + } +}; + +StandTile tile_1611 = { + 0x018908, 0x1b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1062, -29, -798, 0x19f0}, + {986, -29, -883, 0x19fa}, + {986, -29, -798, 0x0000} + } +}; + +StandTile tile_1612 = { + 0x018808, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1062, -29, -798, 0x19dc}, + {1168, -29, -883, 0x19e4}, + {986, -29, -883, 0x19ec} + } +}; + +StandTile tile_1613 = { + 0x01810a, 0x1b, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x1, 0x2, + { + {986, -29, -798, 0x19fa}, + {898, -29, -883, 0x1a14}, + {898, -29, -798, 0x0000}, + {904, -29, -798, 0x09e4}, + {980, -29, -798, 0x0000} + } +}; + +StandTile tile_1614 = { + 0x018109, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {986, -29, -798, 0x19ec}, + {986, -29, -883, 0x1a02}, + {898, -29, -883, 0x19f4} + } +}; + +StandTile tile_1615 = { + 0x018408, 0x1b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {810, -29, -977, 0x1a29}, + {810, -29, -883, 0x1a02}, + {895, -29, -977, 0x0000} + } +}; + +StandTile tile_1616 = { + 0x018308, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {810, -29, -883, 0x1a0f}, + {898, -29, -883, 0x19fa}, + {986, -29, -883, 0x1a07}, + {895, -29, -977, 0x19fe} + } +}; + +StandTile tile_1617 = { + 0x018208, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {986, -29, -883, 0x19e0}, + {986, -29, -977, 0x0000}, + {895, -29, -977, 0x1a02} + } +}; + +StandTile tile_1618 = { + 0x018008, 0x1b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {739, -29, -883, 0x1a59}, + {739, -29, -713, 0x1a18}, + {822, -29, -798, 0x1a0f} + } +}; + +StandTile tile_1619 = { + 0x017f08, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {822, -29, -798, 0x1a14}, + {898, -29, -883, 0x1a02}, + {810, -29, -883, 0x1a31}, + {739, -29, -883, 0x1a0b} + } +}; + +StandTile tile_1620 = { + 0x017e08, 0x1b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {898, -29, -798, 0x19f4}, + {898, -29, -883, 0x1a0f}, + {822, -29, -798, 0x0000} + } +}; + +StandTile tile_1621 = { + 0x017d08, 0x1b, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {822, -29, -798, 0x1a0b}, + {739, -29, -713, 0x0000}, + {789, -29, -713, 0x1a1d}, + {822, -29, -713, 0x0000} + } +}; + +StandTile tile_1622 = { + 0x017c0a, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {789, -29, -713, 0x1a21}, + {822, -29, -701, 0x0000}, + {822, -29, -713, 0x1a18} + } +}; + +StandTile tile_1623 = { + 0x017c09, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {789, -29, -713, 0x0000}, + {789, -29, -701, 0x0000}, + {822, -29, -701, 0x1a1d} + } +}; + +StandTile tile_1624 = { + 0x0d5e0a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {801, -29, -917, 0x1a29}, + {810, -29, -977, 0x0000}, + {801, -29, -977, 0x0000} + } +}; + +StandTile tile_1625 = { + 0x0d5e09, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {801, -29, -917, 0x1a2d}, + {810, -29, -883, 0x19fe}, + {810, -29, -977, 0x1a25} + } +}; + +StandTile tile_1626 = { + 0x0d5d0a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {732, -29, -917, 0x1a31}, + {810, -29, -883, 0x1a29}, + {801, -29, -917, 0x0000} + } +}; + +StandTile tile_1627 = { + 0x0d5d09, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {732, -29, -917, 0x1a35}, + {739, -29, -883, 0x1a0f}, + {810, -29, -883, 0x1a2d} + } +}; + +StandTile tile_1628 = { + 0x0d5c0a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {689, -29, -917, 0x1a39}, + {739, -29, -883, 0x1a31}, + {732, -29, -917, 0x0000} + } +}; + +StandTile tile_1629 = { + 0x0d5c09, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {689, -29, -917, 0x1a3d}, + {634, -29, -866, 0x1a55}, + {739, -29, -883, 0x1a35} + } +}; + +StandTile tile_1630 = { + 0x0d5b08, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {690, -29, -977, 0x1a41}, + {634, -29, -866, 0x1a39}, + {689, -29, -917, 0x0000} + } +}; + +StandTile tile_1631 = { + 0x017b08, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {578, -29, -968, 0x1a5d}, + {634, -29, -866, 0x1a3d}, + {690, -29, -977, 0x0000} + } +}; + +StandTile tile_1632 = { + 0x0d580a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {576, -29, -719, 0x1a49}, + {634, -29, -866, 0x1a51}, + {576, -29, -832, 0x0000} + } +}; + +StandTile tile_1633 = { + 0x0d5809, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {576, -29, -719, 0x0000}, + {637, -29, -713, 0x1a55}, + {634, -29, -866, 0x1a45} + } +}; + +StandTile tile_1634 = { + 0x0d570a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {519, -29, -832, 0x1a51}, + {634, -29, -866, 0x1a5d}, + {519, -29, -866, 0x19be} + } +}; + +StandTile tile_1635 = { + 0x0d5709, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {519, -29, -832, 0x0000}, + {576, -29, -832, 0x1a45}, + {634, -29, -866, 0x1a4d} + } +}; + +StandTile tile_1636 = { + 0x017408, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {637, -29, -713, 0x1a59}, + {739, -29, -883, 0x1a39}, + {634, -29, -866, 0x1a49} + } +}; + +StandTile tile_1637 = { + 0x017308, 0x1b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {637, -29, -713, 0x0000}, + {739, -29, -713, 0x1a0b}, + {739, -29, -883, 0x1a55} + } +}; + +StandTile tile_1638 = { + 0x017708, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {578, -29, -968, 0x19d4}, + {519, -29, -866, 0x1a4d}, + {634, -29, -866, 0x1a41} + } +}; + +StandTile tile_1639 = { + 0x015e08, 0x1a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-461, -53, -971, 0x192e}, + {-355, -53, -971, 0x1a69}, + {-408, -53, -1050, 0x1a65} + } +}; + +StandTile tile_1640 = { + 0x015d08, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-461, -53, -1050, 0x0000}, + {-461, -53, -971, 0x1a61}, + {-408, -53, -1050, 0x1a75} + } +}; + +StandTile tile_1641 = { + 0x015c08, 0x1a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-355, -53, -971, 0x0000}, + {-355, -53, -1050, 0x1a75}, + {-408, -53, -1050, 0x1a61} + } +}; + +StandTile tile_1642 = { + 0x015b08, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-461, -53, -1124, 0x1a71}, + {-355, -53, -1206, 0x1a7e}, + {-461, -53, -1206, 0x0000} + } +}; + +StandTile tile_1643 = { + 0x015a08, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-355, -53, -1050, 0x0000}, + {-355, -53, -1206, 0x1a6d}, + {-461, -53, -1124, 0x1a75} + } +}; + +StandTile tile_1644 = { + 0x015908, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {-461, -53, -1050, 0x1a65}, + {-408, -53, -1050, 0x1a69}, + {-355, -53, -1050, 0x1a71}, + {-461, -53, -1124, 0x0000} + } +}; + +StandTile tile_1645 = { + 0x015508, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-408, -53, -1362, 0x1a86}, + {-355, -53, -1362, 0x0000}, + {-355, -53, -1432, 0x1a8b} + } +}; + +StandTile tile_1646 = { + 0x015108, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-355, -53, -1279, 0x1a82}, + {-461, -53, -1206, 0x1a6d}, + {-355, -53, -1206, 0x0000} + } +}; + +StandTile tile_1647 = { + 0x015008, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-461, -53, -1362, 0x0000}, + {-461, -53, -1206, 0x1a7e}, + {-355, -53, -1279, 0x1a86} + } +}; + +StandTile tile_1648 = { + 0x014f08, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {-355, -53, -1362, 0x1a7a}, + {-408, -53, -1362, 0x1a93}, + {-461, -53, -1362, 0x1a82}, + {-355, -53, -1279, 0x0000} + } +}; + +StandTile tile_1649 = { + 0x014e08, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-355, -53, -1432, 0x0000}, + {-408, -53, -1432, 0x1a8f}, + {-408, -53, -1362, 0x1a7a} + } +}; + +StandTile tile_1650 = { + 0x014d08, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-408, -53, -1362, 0x1a8b}, + {-408, -53, -1432, 0x0000}, + {-461, -53, -1432, 0x1a93} + } +}; + +StandTile tile_1651 = { + 0x014c08, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-461, -53, -1362, 0x1a86}, + {-408, -53, -1362, 0x1a8f}, + {-461, -53, -1432, 0x0000} + } +}; + +StandTile tile_1652 = { + 0x014908, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-9, -53, -971, 0x0000}, + {-9, -53, -1050, 0x1aaf}, + {-62, -53, -1050, 0x1a9b} + } +}; + +StandTile tile_1653 = { + 0x014b08, 0x19, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-114, -53, -971, 0x18fd}, + {-9, -53, -971, 0x1a97}, + {-62, -53, -1050, 0x1a9f} + } +}; + +StandTile tile_1654 = { + 0x014a08, 0x19, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-114, -53, -1050, 0x0000}, + {-114, -53, -971, 0x1a9b}, + {-62, -53, -1050, 0x1aaf} + } +}; + +StandTile tile_1655 = { + 0x014208, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-62, -53, -1362, 0x1abc}, + {-9, -53, -1362, 0x0000}, + {-9, -53, -1432, 0x1ac1} + } +}; + +StandTile tile_1656 = { + 0x0dea08, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-114, -53, -1124, 0x1aab}, + {-9, -53, -1206, 0x1ab4}, + {-114, -53, -1206, 0x0000} + } +}; + +StandTile tile_1657 = { + 0x0de908, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-9, -53, -1050, 0x0000}, + {-9, -53, -1206, 0x1aa7}, + {-114, -53, -1124, 0x1aaf} + } +}; + +StandTile tile_1658 = { + 0x0de808, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {-114, -53, -1050, 0x1a9f}, + {-62, -53, -1050, 0x1a97}, + {-9, -53, -1050, 0x1aab}, + {-114, -53, -1124, 0x0000} + } +}; + +StandTile tile_1659 = { + 0x0ded08, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-9, -53, -1279, 0x1ab8}, + {-114, -53, -1206, 0x1aa7}, + {-9, -53, -1206, 0x0000} + } +}; + +StandTile tile_1660 = { + 0x0dec08, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-114, -53, -1362, 0x0000}, + {-114, -53, -1206, 0x1ab4}, + {-9, -53, -1279, 0x1abc} + } +}; + +StandTile tile_1661 = { + 0x0deb08, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {-9, -53, -1362, 0x1aa3}, + {-62, -53, -1362, 0x1ac9}, + {-114, -53, -1362, 0x1ab8}, + {-9, -53, -1279, 0x0000} + } +}; + +StandTile tile_1662 = { + 0x013b08, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-9, -53, -1432, 0x0000}, + {-62, -53, -1432, 0x1ac5}, + {-62, -53, -1362, 0x1aa3} + } +}; + +StandTile tile_1663 = { + 0x013a08, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-62, -53, -1362, 0x1ac1}, + {-62, -53, -1432, 0x0000}, + {-114, -53, -1432, 0x1ac9} + } +}; + +StandTile tile_1664 = { + 0x013908, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-114, -53, -1362, 0x1abc}, + {-62, -53, -1362, 0x1ac5}, + {-114, -53, -1432, 0x0000} + } +}; + +StandTile tile_1665 = { + 0x02670a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {722, -12, -1045, 0x1ad1}, + {695, -12, -977, 0x0000}, + {722, -12, -977, 0x1b01} + } +}; + +StandTile tile_1666 = { + 0x026709, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {722, -12, -1045, 0x1ad5}, + {695, -12, -1039, 0x0000}, + {695, -12, -977, 0x1acd} + } +}; + +StandTile tile_1667 = { + 0x02cb0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {724, -12, -1100, 0x1ad9}, + {695, -12, -1039, 0x1ad1}, + {722, -12, -1045, 0x1b09} + } +}; + +StandTile tile_1668 = { + 0x02cb09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {724, -12, -1100, 0x1b11}, + {695, -12, -1106, 0x1cd9}, + {695, -12, -1039, 0x1ad5} + } +}; + +StandTile tile_1669 = { + 0x029008, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {695, -12, -1106, 0x1b0d}, + {722, -12, -1165, 0x1ae1}, + {695, -12, -1159, 0x0000} + } +}; + +StandTile tile_1670 = { + 0x02ca0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {722, -12, -1221, 0x1ae5}, + {695, -12, -1159, 0x1add}, + {722, -12, -1165, 0x1b16} + } +}; + +StandTile tile_1671 = { + 0x02ca09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {722, -12, -1221, 0x1ae9}, + {695, -12, -1227, 0x1ccd}, + {695, -12, -1159, 0x1ae1} + } +}; + +StandTile tile_1672 = { + 0x027408, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {695, -12, -1227, 0x1ae5}, + {722, -12, -1221, 0x1b1e}, + {696, -12, -1279, 0x0000} + } +}; + +StandTile tile_1673 = { + 0x02c90a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {722, -12, -1341, 0x1af1}, + {696, -12, -1279, 0x1b1e}, + {721, -12, -1285, 0x1b27} + } +}; + +StandTile tile_1674 = { + 0x02c909, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {722, -12, -1341, 0x1af5}, + {695, -12, -1347, 0x1cc2}, + {696, -12, -1279, 0x1aed} + } +}; + +StandTile tile_1675 = { + 0x02690a, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {722, -12, -1444, 0x1af9}, + {695, -12, -1347, 0x1af1}, + {722, -12, -1341, 0x1b2f} + } +}; + +StandTile tile_1676 = { + 0x026909, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {722, -12, -1444, 0x0000}, + {695, -12, -1444, 0x0000}, + {695, -12, -1347, 0x1af5} + } +}; + +StandTile tile_1677 = { + 0x02770a, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {760, -12, -1045, 0x1b01}, + {722, -12, -977, 0x0000}, + {760, -12, -977, 0x1b4c} + } +}; + +StandTile tile_1678 = { + 0x027709, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {760, -12, -1045, 0x1b05}, + {722, -12, -1045, 0x1acd}, + {722, -12, -977, 0x1afd} + } +}; + +StandTile tile_1679 = { + 0x02910a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {760, -12, -1092, 0x1b09}, + {722, -12, -1045, 0x1b01}, + {760, -12, -1045, 0x1b40} + } +}; + +StandTile tile_1680 = { + 0x029109, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {760, -12, -1092, 0x1b11}, + {724, -12, -1100, 0x1ad5}, + {722, -12, -1045, 0x1b05} + } +}; + +StandTile tile_1681 = { + 0x0e480a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {695, -12, -1106, 0x1b11}, + {760, -12, -1174, 0x1b1a}, + {722, -12, -1165, 0x1add} + } +}; + +StandTile tile_1682 = { + 0x0e4809, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {695, -12, -1106, 0x1ad9}, + {724, -12, -1100, 0x1b09}, + {760, -12, -1092, 0x1b40}, + {760, -12, -1174, 0x1b0d} + } +}; + +StandTile tile_1683 = { + 0x026b0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {722, -12, -1165, 0x1b1a}, + {760, -12, -1212, 0x1b23}, + {722, -12, -1221, 0x1ae1} + } +}; + +StandTile tile_1684 = { + 0x026b09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {722, -12, -1165, 0x1b0d}, + {760, -12, -1174, 0x1b40}, + {760, -12, -1212, 0x1b16} + } +}; + +StandTile tile_1685 = { + 0x0e470a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {722, -12, -1221, 0x1b23}, + {760, -12, -1294, 0x1b2b}, + {721, -12, -1285, 0x1aed}, + {696, -12, -1279, 0x1ae9} + } +}; + +StandTile tile_1686 = { + 0x0e4709, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {722, -12, -1221, 0x1b16}, + {760, -12, -1212, 0x1b40}, + {760, -12, -1294, 0x1b1e} + } +}; + +StandTile tile_1687 = { + 0x026e0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {721, -12, -1285, 0x1b2b}, + {760, -12, -1341, 0x1b2f}, + {722, -12, -1341, 0x1aed} + } +}; + +StandTile tile_1688 = { + 0x026e09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {721, -12, -1285, 0x1b1e}, + {760, -12, -1294, 0x1b40}, + {760, -12, -1341, 0x1b27} + } +}; + +StandTile tile_1689 = { + 0x02860a, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {760, -12, -1341, 0x1b33}, + {722, -12, -1444, 0x1af5}, + {722, -12, -1341, 0x1b27} + } +}; + +StandTile tile_1690 = { + 0x028609, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {760, -12, -1341, 0x1b37}, + {760, -12, -1444, 0x0000}, + {722, -12, -1444, 0x1b2f} + } +}; + +StandTile tile_1691 = { + 0x0bad08, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {833, -12, -1385, 0x1bf4}, + {760, -12, -1444, 0x1b33}, + {760, -12, -1341, 0x1b40} + } +}; + +StandTile tile_1692 = { + 0x026f0a, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {833, -12, -1385, 0x1b40}, + {760, -12, -1045, 0x1b48}, + {833, -12, -1138, 0x1b60}, + {833, -12, -1262, 0x1b5c} + } +}; + +StandTile tile_1693 = { + 0x026f09, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 7, + 0x0, 0x1, 0x6, + { + {833, -12, -1385, 0x1b37}, + {760, -12, -1341, 0x1b2b}, + {760, -12, -1294, 0x1b23}, + {760, -12, -1212, 0x1b1a}, + {760, -12, -1174, 0x1b11}, + {760, -12, -1092, 0x1b05}, + {760, -12, -1045, 0x1b3b} + } +}; + +StandTile tile_1694 = { + 0x0bae08, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {760, -12, -1045, 0x1b4c}, + {833, -12, -1015, 0x1b8c}, + {833, -12, -1138, 0x1b3b} + } +}; + +StandTile tile_1695 = { + 0x0bac08, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {760, -12, -1045, 0x1afd}, + {760, -12, -977, 0x1bee}, + {833, -12, -1015, 0x1b48} + } +}; + +StandTile tile_1696 = { + 0x0dc808, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {895, -12, -1323, 0x1b54}, + {948, -12, -1262, 0x1bc0}, + {948, -12, -1385, 0x1b58} + } +}; + +StandTile tile_1697 = { + 0x0dc908, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {895, -12, -1323, 0x1b5c}, + {833, -12, -1262, 0x1b64}, + {948, -12, -1262, 0x1b50} + } +}; + +StandTile tile_1698 = { + 0x0dca08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {895, -12, -1323, 0x1b50}, + {948, -12, -1385, 0x1bf4}, + {833, -12, -1385, 0x1b5c} + } +}; + +StandTile tile_1699 = { + 0x0dcb08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {895, -12, -1323, 0x1b58}, + {833, -12, -1385, 0x1b3b}, + {833, -12, -1262, 0x1b54} + } +}; + +StandTile tile_1700 = { + 0x026c08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {895, -12, -1200, 0x1b64}, + {833, -12, -1262, 0x1b3b}, + {833, -12, -1138, 0x1b68} + } +}; + +StandTile tile_1701 = { + 0x027608, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {895, -12, -1200, 0x1b6c}, + {948, -12, -1262, 0x1b54}, + {833, -12, -1262, 0x1b60} + } +}; + +StandTile tile_1702 = { + 0x026d08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {895, -12, -1200, 0x1b60}, + {833, -12, -1138, 0x1b88}, + {948, -12, -1138, 0x1b6c} + } +}; + +StandTile tile_1703 = { + 0x026808, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {895, -12, -1200, 0x1b68}, + {948, -12, -1138, 0x1bdc}, + {948, -12, -1262, 0x1b64} + } +}; + +StandTile tile_1704 = { + 0x0dd808, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1106, -12, -1323, 0x1b74}, + {1159, -12, -1262, 0x1be4}, + {1159, -12, -1385, 0x1b78} + } +}; + +StandTile tile_1705 = { + 0x0dd908, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1106, -12, -1323, 0x1b7c}, + {1053, -12, -1262, 0x1bb4}, + {1159, -12, -1262, 0x1b70} + } +}; + +StandTile tile_1706 = { + 0x0dda08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1106, -12, -1323, 0x1b70}, + {1159, -12, -1385, 0x1bf4}, + {1053, -12, -1385, 0x1b7c} + } +}; + +StandTile tile_1707 = { + 0x0ddb08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1106, -12, -1323, 0x1b78}, + {1053, -12, -1385, 0x1bcc}, + {1053, -12, -1262, 0x1b74} + } +}; + +StandTile tile_1708 = { + 0x0ddc08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {895, -12, -1077, 0x1b84}, + {948, -12, -1015, 0x1b90}, + {948, -12, -1138, 0x1b88} + } +}; + +StandTile tile_1709 = { + 0x0ddd08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {895, -12, -1077, 0x1b8c}, + {833, -12, -1015, 0x1bee}, + {948, -12, -1015, 0x1b80} + } +}; + +StandTile tile_1710 = { + 0x0dde08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {895, -12, -1077, 0x1b80}, + {948, -12, -1138, 0x1b68}, + {833, -12, -1138, 0x1b8c} + } +}; + +StandTile tile_1711 = { + 0x0ddf08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {895, -12, -1077, 0x1b88}, + {833, -12, -1138, 0x1b48}, + {833, -12, -1015, 0x1b84} + } +}; + +StandTile tile_1712 = { + 0x0de008, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -12, -1077, 0x1b94}, + {948, -12, -1138, 0x1b80}, + {948, -12, -1015, 0x1b98} + } +}; + +StandTile tile_1713 = { + 0x0de108, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -12, -1077, 0x1b9c}, + {1053, -12, -1138, 0x1bd4}, + {948, -12, -1138, 0x1b90} + } +}; + +StandTile tile_1714 = { + 0x0de208, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -12, -1077, 0x1b90}, + {948, -12, -1015, 0x1bee}, + {1053, -12, -1015, 0x1b9c} + } +}; + +StandTile tile_1715 = { + 0x0de308, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -12, -1077, 0x1b98}, + {1053, -12, -1015, 0x1bac}, + {1053, -12, -1138, 0x1b94} + } +}; + +StandTile tile_1716 = { + 0x0de408, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1106, -12, -1077, 0x1ba4}, + {1159, -12, -1015, 0x1be4}, + {1159, -12, -1138, 0x1ba8} + } +}; + +StandTile tile_1717 = { + 0x0de508, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1106, -12, -1077, 0x1bac}, + {1053, -12, -1015, 0x1bee}, + {1159, -12, -1015, 0x1ba0} + } +}; + +StandTile tile_1718 = { + 0x0de608, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1106, -12, -1077, 0x1ba0}, + {1159, -12, -1138, 0x1bb8}, + {1053, -12, -1138, 0x1bac} + } +}; + +StandTile tile_1719 = { + 0x0de708, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1106, -12, -1077, 0x1ba8}, + {1053, -12, -1138, 0x1b9c}, + {1053, -12, -1015, 0x1ba4} + } +}; + +StandTile tile_1720 = { + 0x0dd408, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1106, -12, -1200, 0x1bb4}, + {1053, -12, -1262, 0x1bd0}, + {1053, -12, -1138, 0x1bb8} + } +}; + +StandTile tile_1721 = { + 0x0dd508, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1106, -12, -1200, 0x1bbc}, + {1159, -12, -1262, 0x1b74}, + {1053, -12, -1262, 0x1bb0} + } +}; + +StandTile tile_1722 = { + 0x0dd608, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1106, -12, -1200, 0x1bb0}, + {1053, -12, -1138, 0x1ba8}, + {1159, -12, -1138, 0x1bbc} + } +}; + +StandTile tile_1723 = { + 0x0dd708, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1106, -12, -1200, 0x1bb8}, + {1159, -12, -1138, 0x1be4}, + {1159, -12, -1262, 0x1bb4} + } +}; + +StandTile tile_1724 = { + 0x0dd008, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -12, -1323, 0x1bc4}, + {948, -12, -1385, 0x1b50}, + {948, -12, -1262, 0x1bc8} + } +}; + +StandTile tile_1725 = { + 0x0dd108, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -12, -1323, 0x1bcc}, + {1053, -12, -1385, 0x1bf4}, + {948, -12, -1385, 0x1bc0} + } +}; + +StandTile tile_1726 = { + 0x0dd208, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -12, -1323, 0x1bc0}, + {948, -12, -1262, 0x1bd8}, + {1053, -12, -1262, 0x1bcc} + } +}; + +StandTile tile_1727 = { + 0x0dd308, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -12, -1323, 0x1bc8}, + {1053, -12, -1262, 0x1b7c}, + {1053, -12, -1385, 0x1bc4} + } +}; + +StandTile tile_1728 = { + 0x0dcc08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -12, -1200, 0x1bd4}, + {1053, -12, -1138, 0x1bb0}, + {1053, -12, -1262, 0x1bd8} + } +}; + +StandTile tile_1729 = { + 0x0dcd08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -12, -1200, 0x1bdc}, + {948, -12, -1138, 0x1b94}, + {1053, -12, -1138, 0x1bd0} + } +}; + +StandTile tile_1730 = { + 0x0dce08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -12, -1200, 0x1bd0}, + {1053, -12, -1262, 0x1bc8}, + {948, -12, -1262, 0x1bdc} + } +}; + +StandTile tile_1731 = { + 0x0dcf08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1001, -12, -1200, 0x1bd8}, + {948, -12, -1262, 0x1b6c}, + {948, -12, -1138, 0x1bd4} + } +}; + +StandTile tile_1732 = { + 0x02880a, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1197, -12, -1444, 0x1be4}, + {1159, -12, -1015, 0x1bea}, + {1197, -12, -977, 0x0000} + } +}; + +StandTile tile_1733 = { + 0x028809, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x4, + { + {1197, -12, -1444, 0x1bfa}, + {1159, -12, -1385, 0x1b70}, + {1159, -12, -1262, 0x1bbc}, + {1159, -12, -1138, 0x1ba0}, + {1159, -12, -1015, 0x1be0} + } +}; + +StandTile tile_1734 = { + 0x02920a, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1159, -12, -1015, 0x1bee}, + {760, -12, -977, 0x0000}, + {1197, -12, -977, 0x1be0} + } +}; + +StandTile tile_1735 = { + 0x029209, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x3, 0x4, + { + {1159, -12, -1015, 0x1ba4}, + {1053, -12, -1015, 0x1b98}, + {948, -12, -1015, 0x1b84}, + {833, -12, -1015, 0x1b4c}, + {760, -12, -977, 0x1bea} + } +}; + +StandTile tile_1736 = { + 0x028c0a, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x2, + { + {1159, -12, -1385, 0x1bfa}, + {760, -12, -1444, 0x1b37}, + {833, -12, -1385, 0x1b58}, + {948, -12, -1385, 0x1bc4}, + {1053, -12, -1385, 0x1b78} + } +}; + +StandTile tile_1737 = { + 0x028c09, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1159, -12, -1385, 0x1be4}, + {1197, -12, -1444, 0x0000}, + {760, -12, -1444, 0x1bf4} + } +}; + +StandTile tile_1738 = { + 0x0d3e0a, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {320, -29, -1485, 0x1c02}, + {384, -29, -1482, 0x0000}, + {384, -29, -1485, 0x1e8c} + } +}; + +StandTile tile_1739 = { + 0x0d3e09, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {320, -29, -1485, 0x0000}, + {320, -29, -1482, 0x1dc2}, + {378, -29, -1482, 0x1d3d}, + {384, -29, -1482, 0x1bfe} + } +}; + +StandTile tile_1740 = { + 0x02c80a, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {634, -12, -1121, 0x1c0b}, + {690, -12, -1158, 0x1ccd}, + {634, -12, -1144, 0x1c89} + } +}; + +StandTile tile_1741 = { + 0x02c809, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {634, -12, -1121, 0x1cde}, + {690, -12, -1108, 0x0000}, + {690, -12, -1158, 0x1c07} + } +}; + +StandTile tile_1742 = { + 0x02c70a, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {634, -12, -1241, 0x1c13}, + {690, -12, -1278, 0x1cc2}, + {634, -12, -1265, 0x1cab} + } +}; + +StandTile tile_1743 = { + 0x02c709, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {634, -12, -1241, 0x1cd2}, + {690, -12, -1228, 0x0000}, + {690, -12, -1278, 0x1c0f} + } +}; + +StandTile tile_1744 = { + 0x02c60a, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x3, + { + {634, -12, -1362, 0x1c1d}, + {689, -12, -1444, 0x0000}, + {687, -12, -1444, 0x1c21}, + {634, -12, -1444, 0x1cbd}, + {634, -12, -1394, 0x1c40} + } +}; + +StandTile tile_1745 = { + 0x02c609, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {634, -12, -1362, 0x1cc7}, + {688, -12, -1349, 0x0000}, + {689, -12, -1444, 0x1c17} + } +}; + +StandTile tile_1746 = { + 0x02c50a, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {687, -12, -1444, 0x1c26}, + {634, -12, -1479, 0x0000}, + {634, -12, -1464, 0x1cbd}, + {634, -12, -1444, 0x1c17} + } +}; + +StandTile tile_1747 = { + 0x02c509, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {687, -12, -1444, 0x0000}, + {687, -12, -1479, 0x0000}, + {634, -12, -1479, 0x1c21} + } +}; + +StandTile tile_1748 = { + 0x02c40a, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {634, -12, -1024, 0x1c2e}, + {690, -12, -974, 0x0000}, + {690, -12, -1037, 0x1cd9} + } +}; + +StandTile tile_1749 = { + 0x02c409, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {634, -12, -1024, 0x1c68}, + {634, -12, -977, 0x0000}, + {634, -12, -974, 0x0000}, + {690, -12, -974, 0x1c2a} + } +}; + +StandTile tile_1750 = { + 0x02bf0a, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {534, -29, -1464, 0x1c37}, + {631, -12, -1394, 0x1cb9}, + {631, -12, -1464, 0x0000} + } +}; + +StandTile tile_1751 = { + 0x02bf09, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {534, -29, -1464, 0x1d9a}, + {534, -29, -1394, 0x1c57}, + {631, -12, -1394, 0x1c33} + } +}; + +StandTile tile_1752 = { + 0x0dc30a, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {634, -12, -1271, 0x1c40}, + {634, -29, -1394, 0x1d92}, + {634, -29, -1359, 0x1d8a}, + {634, -29, -1271, 0x1cb5} + } +}; + +StandTile tile_1753 = { + 0x0dc309, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {634, -12, -1271, 0x1cc7}, + {634, -12, -1362, 0x1c17}, + {634, -12, -1394, 0x1c57}, + {634, -29, -1394, 0x1c3b} + } +}; + +StandTile tile_1754 = { + 0x0dc50a, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {634, -12, -1150, 0x1c4a}, + {634, -29, -1235, 0x1d7e}, + {634, -29, -1200, 0x1d72}, + {634, -29, -1150, 0x1c93} + } +}; + +StandTile tile_1755 = { + 0x0dc509, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {634, -12, -1150, 0x1cd2}, + {634, -12, -1235, 0x1c97}, + {634, -29, -1235, 0x1c45} + } +}; + +StandTile tile_1756 = { + 0x0dc70a, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x3, + { + {634, -12, -1030, 0x1c53}, + {634, -29, -1115, 0x1d66}, + {634, -29, -1095, 0x0000}, + {634, -29, -1030, 0x1c71} + } +}; + +StandTile tile_1757 = { + 0x0dc709, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {634, -12, -1030, 0x1cde}, + {634, -12, -1115, 0x1c75}, + {634, -29, -1115, 0x1c4e} + } +}; + +StandTile tile_1758 = { + 0x02b708, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {634, -29, -1394, 0x1c40}, + {634, -12, -1394, 0x0000}, + {631, -12, -1394, 0x1c37}, + {534, -29, -1394, 0x1d92} + } +}; + +StandTile tile_1759 = { + 0x02b10a, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -977, 0x1c60}, + {558, -29, -1030, 0x1d56}, + {558, -29, -977, 0x0000} + } +}; + +StandTile tile_1760 = { + 0x02b109, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -977, 0x1c64}, + {558, -12, -1030, 0x1c6d}, + {558, -29, -1030, 0x1c5c} + } +}; + +StandTile tile_1761 = { + 0x02ae0a, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -977, 0x1c68}, + {634, -12, -1030, 0x1c71}, + {558, -12, -1030, 0x1c60} + } +}; + +StandTile tile_1762 = { + 0x02ae09, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {558, -12, -977, 0x0000}, + {634, -12, -977, 0x1c2e}, + {634, -12, -1024, 0x1cde}, + {634, -12, -1030, 0x1c64} + } +}; + +StandTile tile_1763 = { + 0x02ad0a, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -1030, 0x1c71}, + {634, -29, -1030, 0x0000}, + {558, -29, -1030, 0x1c60} + } +}; + +StandTile tile_1764 = { + 0x02ad09, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -1030, 0x1c64}, + {634, -12, -1030, 0x1c4e}, + {634, -29, -1030, 0x1c6d} + } +}; + +StandTile tile_1765 = { + 0x02a80a, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {634, -12, -1115, 0x1c79}, + {558, -29, -1115, 0x1d66}, + {634, -29, -1115, 0x1c53} + } +}; + +StandTile tile_1766 = { + 0x02a809, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {634, -12, -1115, 0x1c89}, + {558, -12, -1115, 0x1c7d}, + {558, -29, -1115, 0x1c75} + } +}; + +StandTile tile_1767 = { + 0x02a70a, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -1115, 0x1c81}, + {558, -29, -1150, 0x1d6a}, + {558, -29, -1115, 0x1c79} + } +}; + +StandTile tile_1768 = { + 0x02a709, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -1115, 0x1c85}, + {558, -12, -1150, 0x1c8f}, + {558, -29, -1150, 0x1c7d} + } +}; + +StandTile tile_1769 = { + 0x02a40a, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -1115, 0x1c89}, + {634, -12, -1150, 0x1c93}, + {558, -12, -1150, 0x1c81} + } +}; + +StandTile tile_1770 = { + 0x02a409, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x4, + { + {558, -12, -1115, 0x1c79}, + {634, -12, -1115, 0x1cde}, + {634, -12, -1121, 0x1c07}, + {634, -12, -1144, 0x1cd2}, + {634, -12, -1150, 0x1c85} + } +}; + +StandTile tile_1771 = { + 0x02a30a, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -1150, 0x1c93}, + {634, -29, -1150, 0x1d76}, + {558, -29, -1150, 0x1c81} + } +}; + +StandTile tile_1772 = { + 0x02a309, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -1150, 0x1c85}, + {634, -12, -1150, 0x1c45}, + {634, -29, -1150, 0x1c8f} + } +}; + +StandTile tile_1773 = { + 0x029e0a, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {634, -12, -1235, 0x1c9b}, + {558, -29, -1235, 0x1d7a}, + {634, -29, -1235, 0x1c4a} + } +}; + +StandTile tile_1774 = { + 0x029e09, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {634, -12, -1235, 0x1cab}, + {558, -12, -1235, 0x1c9f}, + {558, -29, -1235, 0x1c97} + } +}; + +StandTile tile_1775 = { + 0x029d0a, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -1235, 0x1ca3}, + {558, -29, -1271, 0x1d82}, + {558, -29, -1235, 0x1c9b} + } +}; + +StandTile tile_1776 = { + 0x029d09, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -1235, 0x1ca7}, + {558, -12, -1271, 0x1cb1}, + {558, -29, -1271, 0x1c9f} + } +}; + +StandTile tile_1777 = { + 0x029a0a, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -1235, 0x1cab}, + {634, -12, -1271, 0x1cb5}, + {558, -12, -1271, 0x1ca3} + } +}; + +StandTile tile_1778 = { + 0x029a09, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x4, + { + {558, -12, -1235, 0x1c9b}, + {634, -12, -1235, 0x1cd2}, + {634, -12, -1241, 0x1c0f}, + {634, -12, -1265, 0x1cc7}, + {634, -12, -1271, 0x1ca7} + } +}; + +StandTile tile_1779 = { + 0x02990a, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -1271, 0x1cb5}, + {634, -29, -1271, 0x1d8e}, + {558, -29, -1271, 0x1ca3} + } +}; + +StandTile tile_1780 = { + 0x029909, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {558, -12, -1271, 0x1ca7}, + {634, -12, -1271, 0x1c3b}, + {634, -29, -1271, 0x1cb1} + } +}; + +StandTile tile_1781 = { + 0x02940a, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {631, -12, -1394, 0x1cbd}, + {634, -12, -1464, 0x0000}, + {631, -12, -1464, 0x1c33} + } +}; + +StandTile tile_1782 = { + 0x029409, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {631, -12, -1394, 0x0000}, + {634, -12, -1394, 0x1c17}, + {634, -12, -1444, 0x1c21}, + {634, -12, -1464, 0x1cb9} + } +}; + +StandTile tile_1783 = { + 0x0e4b0a, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x3, + { + {695, -12, -1347, 0x1cc7}, + {634, -12, -1265, 0x1c0f}, + {690, -12, -1278, 0x0000}, + {696, -12, -1279, 0x1af1} + } +}; + +StandTile tile_1784 = { + 0x0e4b09, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 5, + 0x0, 0x2, 0x4, + { + {695, -12, -1347, 0x0000}, + {688, -12, -1349, 0x1c1d}, + {634, -12, -1362, 0x1c40}, + {634, -12, -1271, 0x1cab}, + {634, -12, -1265, 0x1cc2} + } +}; + +StandTile tile_1785 = { + 0x0e4a0a, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x3, + { + {695, -12, -1227, 0x1cd2}, + {634, -12, -1144, 0x1c07}, + {690, -12, -1158, 0x0000}, + {695, -12, -1159, 0x1ae5} + } +}; + +StandTile tile_1786 = { + 0x0e4a09, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 6, + 0x0, 0x2, 0x5, + { + {695, -12, -1227, 0x0000}, + {690, -12, -1228, 0x1c13}, + {634, -12, -1241, 0x1cab}, + {634, -12, -1235, 0x1c4a}, + {634, -12, -1150, 0x1c89}, + {634, -12, -1144, 0x1ccd} + } +}; + +StandTile tile_1787 = { + 0x0e490a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {695, -12, -1106, 0x1cde}, + {634, -12, -1024, 0x1c2a}, + {690, -12, -1037, 0x0000}, + {695, -12, -1039, 0x1ad9} + } +}; + +StandTile tile_1788 = { + 0x0e4909, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 6, + 0x0, 0x2, 0x5, + { + {695, -12, -1106, 0x0000}, + {690, -12, -1108, 0x1c0b}, + {634, -12, -1121, 0x1c89}, + {634, -12, -1115, 0x1c53}, + {634, -12, -1030, 0x1c68}, + {634, -12, -1024, 0x1cd9} + } +}; + +StandTile tile_1789 = { + 0x0d550a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {232, -29, -1200, 0x1ce9}, + {243, -29, -1042, 0x0000}, + {243, -29, -1140, 0x1cf5} + } +}; + +StandTile tile_1790 = { + 0x0d5509, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {232, -29, -1200, 0x0000}, + {232, -29, -1042, 0x1cff}, + {243, -29, -1042, 0x1ce5} + } +}; + +StandTile tile_1791 = { + 0x0d540a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {299, -29, -1042, 0x1cf1}, + {378, -29, -1200, 0x1cf9}, + {299, -29, -1140, 0x0000} + } +}; + +StandTile tile_1792 = { + 0x0d5409, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {299, -29, -1042, 0x1cff}, + {378, -29, -1042, 0x1d19}, + {378, -29, -1200, 0x1ced} + } +}; + +StandTile tile_1793 = { + 0x0d530a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {299, -29, -1140, 0x1cf9}, + {232, -29, -1200, 0x1ce5}, + {243, -29, -1140, 0x0000} + } +}; + +StandTile tile_1794 = { + 0x0d5309, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {299, -29, -1140, 0x1ced}, + {378, -29, -1200, 0x1da2}, + {352, -29, -1200, 0x0000}, + {254, -29, -1200, 0x1dae}, + {232, -29, -1200, 0x1cf5} + } +}; + +StandTile tile_1795 = { + 0x02550a, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x4, + { + {232, -29, -968, 0x1d05}, + {378, -29, -1042, 0x1cf1}, + {299, -29, -1042, 0x0000}, + {243, -29, -1042, 0x1ce9}, + {232, -29, -1042, 0x0000} + } +}; + +StandTile tile_1796 = { + 0x025509, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {232, -29, -968, 0x0000}, + {317, -29, -974, 0x1d46}, + {378, -29, -1042, 0x1cff} + } +}; + +StandTile tile_1797 = { + 0x0e500a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1095, 0x1d0d}, + {445, -29, -1121, 0x1d15}, + {466, -29, -1095, 0x0000} + } +}; + +StandTile tile_1798 = { + 0x0e5009, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1095, 0x1d6e}, + {511, -29, -1200, 0x1d1d}, + {445, -29, -1121, 0x1d09} + } +}; + +StandTile tile_1799 = { + 0x0e4f0a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {468, -29, -1042, 0x1d15}, + {445, -29, -1121, 0x1d19}, + {378, -29, -1042, 0x1d46} + } +}; + +StandTile tile_1800 = { + 0x0e4f09, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {468, -29, -1042, 0x0000}, + {466, -29, -1095, 0x1d09}, + {445, -29, -1121, 0x1d11} + } +}; + +StandTile tile_1801 = { + 0x025408, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {378, -29, -1042, 0x1d11}, + {445, -29, -1121, 0x1d1d}, + {378, -29, -1200, 0x1cf1} + } +}; + +StandTile tile_1802 = { + 0x025108, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {445, -29, -1121, 0x1d0d}, + {511, -29, -1200, 0x1d25}, + {378, -29, -1200, 0x1d19} + } +}; + +StandTile tile_1803 = { + 0x025008, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {378, -29, -1200, 0x1d25}, + {445, -29, -1279, 0x1d2d}, + {378, -29, -1359, 0x1da6} + } +}; + +StandTile tile_1804 = { + 0x024f08, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {378, -29, -1200, 0x1d1d}, + {511, -29, -1200, 0x1d29}, + {445, -29, -1279, 0x1d21} + } +}; + +StandTile tile_1805 = { + 0x024e08, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1200, 0x1d86}, + {511, -29, -1359, 0x1d2d}, + {445, -29, -1279, 0x1d25} + } +}; + +StandTile tile_1806 = { + 0x024d08, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {445, -29, -1279, 0x1d29}, + {511, -29, -1359, 0x1d35}, + {378, -29, -1359, 0x1d21} + } +}; + +StandTile tile_1807 = { + 0x024c08, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {378, -29, -1359, 0x1d35}, + {445, -29, -1420, 0x1d3d}, + {378, -29, -1482, 0x1dc7} + } +}; + +StandTile tile_1808 = { + 0x024b08, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {378, -29, -1359, 0x1d2d}, + {511, -29, -1359, 0x1d39}, + {445, -29, -1420, 0x1d31} + } +}; + +StandTile tile_1809 = { + 0x024a08, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1359, 0x1d9e}, + {511, -29, -1482, 0x1d3d}, + {445, -29, -1420, 0x1d35} + } +}; + +StandTile tile_1810 = { + 0x024908, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {445, -29, -1420, 0x1d39}, + {511, -29, -1482, 0x0000}, + {384, -29, -1482, 0x1c02}, + {378, -29, -1482, 0x1d31} + } +}; + +StandTile tile_1811 = { + 0x0e5108, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {423, -29, -974, 0x1d5e}, + {511, -29, -1042, 0x0000}, + {468, -29, -1042, 0x1d4a} + } +}; + +StandTile tile_1812 = { + 0x02480a, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {317, -29, -974, 0x1d4a}, + {468, -29, -1042, 0x1d11}, + {378, -29, -1042, 0x1d05} + } +}; + +StandTile tile_1813 = { + 0x024809, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {317, -29, -974, 0x19b6}, + {423, -29, -974, 0x1d42}, + {468, -29, -1042, 0x1d46} + } +}; + +StandTile tile_1814 = { + 0x0e4e0a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {634, -29, -1042, 0x1d52}, + {511, -29, -1030, 0x1d56}, + {558, -29, -1030, 0x0000} + } +}; + +StandTile tile_1815 = { + 0x0e4e09, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {634, -29, -1042, 0x0000}, + {511, -29, -1042, 0x1d5e}, + {511, -29, -1030, 0x1d4e} + } +}; + +StandTile tile_1816 = { + 0x0d4f0a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1030, 0x1d5a}, + {558, -29, -977, 0x1c5c}, + {558, -29, -1030, 0x1d4e} + } +}; + +StandTile tile_1817 = { + 0x0d4f09, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1030, 0x1d5e}, + {423, -29, -974, 0x0000}, + {558, -29, -977, 0x1d56} + } +}; + +StandTile tile_1818 = { + 0x0d4e08, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1042, 0x1d42}, + {423, -29, -974, 0x1d5a}, + {511, -29, -1030, 0x1d52} + } +}; + +StandTile tile_1819 = { + 0x0e4d0a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {634, -29, -1095, 0x1d66}, + {558, -29, -1115, 0x1d6e}, + {511, -29, -1095, 0x0000} + } +}; + +StandTile tile_1820 = { + 0x0e4d09, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {634, -29, -1095, 0x1c4e}, + {634, -29, -1115, 0x1c75}, + {558, -29, -1115, 0x1d62} + } +}; + +StandTile tile_1821 = { + 0x0d4c0a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1200, 0x1d6e}, + {558, -29, -1115, 0x1c7d}, + {558, -29, -1150, 0x1d76} + } +}; + +StandTile tile_1822 = { + 0x0d4c09, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1200, 0x1d0d}, + {511, -29, -1095, 0x1d62}, + {558, -29, -1115, 0x1d6a} + } +}; + +StandTile tile_1823 = { + 0x0d4b0a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1200, 0x1d76}, + {634, -29, -1150, 0x1c45}, + {634, -29, -1200, 0x1d7e} + } +}; + +StandTile tile_1824 = { + 0x0d4b09, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1200, 0x1d6a}, + {558, -29, -1150, 0x1c8f}, + {634, -29, -1150, 0x1d72} + } +}; + +StandTile tile_1825 = { + 0x0d4a0a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1200, 0x1d7e}, + {634, -29, -1235, 0x1c97}, + {558, -29, -1235, 0x1d86} + } +}; + +StandTile tile_1826 = { + 0x0d4a09, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1200, 0x1d72}, + {634, -29, -1200, 0x1c45}, + {634, -29, -1235, 0x1d7a} + } +}; + +StandTile tile_1827 = { + 0x0d490a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1359, 0x1d86}, + {558, -29, -1235, 0x1c9f}, + {558, -29, -1271, 0x1d8e} + } +}; + +StandTile tile_1828 = { + 0x0d4909, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1359, 0x1d29}, + {511, -29, -1200, 0x1d7a}, + {558, -29, -1235, 0x1d82} + } +}; + +StandTile tile_1829 = { + 0x0d480a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1359, 0x1d8e}, + {634, -29, -1271, 0x1c3b}, + {634, -29, -1359, 0x1d96} + } +}; + +StandTile tile_1830 = { + 0x0d4809, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1359, 0x1d82}, + {558, -29, -1271, 0x1cb1}, + {634, -29, -1271, 0x1d8a} + } +}; + +StandTile tile_1831 = { + 0x0d400a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {534, -29, -1394, 0x1d96}, + {634, -29, -1359, 0x1c3b}, + {634, -29, -1394, 0x1c57} + } +}; + +StandTile tile_1832 = { + 0x0d4009, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {534, -29, -1394, 0x1d9e}, + {511, -29, -1359, 0x1d8a}, + {634, -29, -1359, 0x1d92} + } +}; + +StandTile tile_1833 = { + 0x0d3f0a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1482, 0x1d9e}, + {534, -29, -1394, 0x1c37}, + {534, -29, -1464, 0x0000} + } +}; + +StandTile tile_1834 = { + 0x0d3f09, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {511, -29, -1482, 0x1d39}, + {511, -29, -1359, 0x1d96}, + {534, -29, -1394, 0x1d9a} + } +}; + +StandTile tile_1835 = { + 0x0e4c0a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {378, -29, -1200, 0x1da6}, + {352, -29, -1256, 0x0000}, + {352, -29, -1200, 0x1cf9} + } +}; + +StandTile tile_1836 = { + 0x0e4c09, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {378, -29, -1200, 0x1d21}, + {378, -29, -1359, 0x1db6}, + {352, -29, -1256, 0x1da2} + } +}; + +StandTile tile_1837 = { + 0x0d510a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {232, -29, -1200, 0x1dae}, + {254, -29, -1256, 0x1db2}, + {232, -29, -1279, 0x0000} + } +}; + +StandTile tile_1838 = { + 0x0d5109, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {232, -29, -1200, 0x1cf9}, + {254, -29, -1200, 0x0000}, + {254, -29, -1256, 0x1daa} + } +}; + +StandTile tile_1839 = { + 0x0d500a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {254, -29, -1256, 0x1db6}, + {378, -29, -1359, 0x1dba}, + {232, -29, -1279, 0x1daa} + } +}; + +StandTile tile_1840 = { + 0x0d5009, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {254, -29, -1256, 0x0000}, + {352, -29, -1256, 0x1da6}, + {378, -29, -1359, 0x1db2} + } +}; + +StandTile tile_1841 = { + 0x025908, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {378, -29, -1359, 0x1dbe}, + {232, -29, -1359, 0x0000}, + {232, -29, -1279, 0x1db2} + } +}; + +StandTile tile_1842 = { + 0x025c08, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {232, -29, -1359, 0x1dba}, + {378, -29, -1359, 0x1dc7}, + {232, -29, -1432, 0x0000} + } +}; + +StandTile tile_1843 = { + 0x025d08, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {232, -29, -1432, 0x1dc7}, + {378, -29, -1482, 0x1c02}, + {320, -29, -1482, 0x0000}, + {232, -29, -1482, 0x0000} + } +}; + +StandTile tile_1844 = { + 0x025e08, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {378, -29, -1359, 0x1d31}, + {378, -29, -1482, 0x1dc2}, + {232, -29, -1432, 0x1dbe} + } +}; + +StandTile tile_1845 = { + 0x062602, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {709, 0, -2036, 0x1dcf}, + {785, 0, -2031, 0x1ef2}, + {789, 0, -2119, 0x1df9} + } +}; + +StandTile tile_1846 = { + 0x062601, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {709, 0, -2036, 0x1dd3}, + {715, 0, -2031, 0x0000}, + {785, 0, -2031, 0x1dcb} + } +}; + +StandTile tile_1847 = { + 0x062700, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {687, 0, -2013, 0x1dd7}, + {715, 0, -2031, 0x1dcf}, + {709, 0, -2036, 0x1df9} + } +}; + +StandTile tile_1848 = { + 0x062802, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {687, 0, -2013, 0x1ddb}, + {715, 0, -1907, 0x0000}, + {715, 0, -2031, 0x1dd3} + } +}; + +StandTile tile_1849 = { + 0x062801, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {687, 0, -2013, 0x1de3}, + {705, 0, -1907, 0x0000}, + {715, 0, -1907, 0x1dd7} + } +}; + +StandTile tile_1850 = { + 0x062302, 0x09, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {633, 0, -1907, 0x1de3}, + {687, 0, -2013, 0x1ded}, + {628, 0, -2013, 0x0000} + } +}; + +StandTile tile_1851 = { + 0x062301, 0x09, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {633, 0, -1907, 0x0000}, + {705, 0, -1907, 0x1ddb}, + {687, 0, -2013, 0x1ddf} + } +}; + +StandTile tile_1852 = { + 0x02ee02, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x1, 0x4, + { + {628, 0, -2013, 0x1ded}, + {710, 0, -2117, 0x0000}, + {707, 0, -2117, 0x1df5}, + {631, 0, -2117, 0x0000}, + {628, 0, -2117, 0x1dfe} + } +}; + +StandTile tile_1853 = { + 0x02ee01, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {628, 0, -2013, 0x1ddf}, + {687, 0, -2013, 0x1df9}, + {710, 0, -2117, 0x1de7} + } +}; + +StandTile tile_1854 = { + 0x067702, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {631, 0, -2117, 0x1df5}, + {707, 0, -2120, 0x0fe7}, + {631, 0, -2120, 0x0000} + } +}; + +StandTile tile_1855 = { + 0x067701, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {631, 0, -2117, 0x1de7}, + {707, 0, -2117, 0x0000}, + {707, 0, -2120, 0x1df1} + } +}; + +StandTile tile_1856 = { + 0x02f500, 0x09, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {789, 0, -2119, 0x0000}, + {710, 0, -2117, 0x1ded}, + {687, 0, -2013, 0x1dd3}, + {709, 0, -2036, 0x1dcb} + } +}; + +StandTile tile_1857 = { + 0x048200, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {628, 0, -1995, 0x0000}, + {628, 0, -2013, 0x1de7}, + {628, 0, -2117, 0x0000}, + {549, -12, -2119, 0x1e07} + } +}; + +StandTile tile_1858 = { + 0x048500, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {593, -6, -1907, 0x0000}, + {628, 0, -1907, 0x0000}, + {628, 0, -1995, 0x1e0b} + } +}; + +StandTile tile_1859 = { + 0x048600, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {549, -12, -2119, 0x1e24}, + {549, -9, -1995, 0x1e0b}, + {628, 0, -1995, 0x1dfe} + } +}; + +StandTile tile_1860 = { + 0x048900, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {628, 0, -1995, 0x1e07}, + {549, -9, -1995, 0x1e34}, + {593, -6, -1907, 0x1e03} + } +}; + +StandTile tile_1861 = { + 0x06bb00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {423, -12, -2163, 0x1e1c}, + {423, -12, -2083, 0x1e13}, + {448, -12, -2154, 0x2000} + } +}; + +StandTile tile_1862 = { + 0x06ba00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {448, -12, -2154, 0x1e0f}, + {423, -12, -2083, 0x1e20}, + {549, -12, -2119, 0x2065} + } +}; + +StandTile tile_1863 = { + 0x028800, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x2, + { + {249, -12, -2083, 0x1e3c}, + {423, -12, -2083, 0x1e1c}, + {249, -12, -2204, 0x0000}, + {249, -12, -2121, 0x0b0e} + } +}; + +StandTile tile_1864 = { + 0x028900, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {423, -12, -2083, 0x1e0f}, + {423, -12, -2163, 0x1fe8}, + {249, -12, -2204, 0x1e17} + } +}; + +StandTile tile_1865 = { + 0x048c00, 0x08, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {549, -12, -2119, 0x1e13}, + {423, -12, -2083, 0x1e38}, + {467, -12, -1995, 0x1e24} + } +}; + +StandTile tile_1866 = { + 0x048a00, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {467, -12, -1995, 0x1e34}, + {549, -9, -1995, 0x1e07}, + {549, -12, -2119, 0x1e20} + } +}; + +StandTile tile_1867 = { + 0x048800, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {467, -12, -1828, 0x1e6a}, + {593, -12, -1828, 0x0000}, + {593, -6, -1907, 0x1e30} + } +}; + +StandTile tile_1868 = { + 0x048700, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {467, -12, -1995, 0x1e59}, + {467, -12, -1907, 0x1e30}, + {593, -6, -1907, 0x1e34} + } +}; + +StandTile tile_1869 = { + 0x048400, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {593, -6, -1907, 0x1e2c}, + {467, -12, -1907, 0x1e59}, + {467, -12, -1828, 0x1e28} + } +}; + +StandTile tile_1870 = { + 0x048300, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {593, -6, -1907, 0x1e0b}, + {549, -9, -1995, 0x1e24}, + {467, -12, -1995, 0x1e2c} + } +}; + +StandTile tile_1871 = { + 0x028500, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {423, -12, -2083, 0x1e41}, + {423, -12, -1963, 0x1e55}, + {467, -12, -1995, 0x1e20} + } +}; + +StandTile tile_1872 = { + 0x028400, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {423, -12, -2083, 0x1e17}, + {249, -12, -2083, 0x0b0e}, + {249, -12, -2045, 0x0000}, + {249, -12, -1963, 0x1e41} + } +}; + +StandTile tile_1873 = { + 0x028300, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {249, -12, -1963, 0x1e45}, + {423, -12, -1963, 0x1e38}, + {423, -12, -2083, 0x1e3c} + } +}; + +StandTile tile_1874 = { + 0x05cf00, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {423, -12, -1852, 0x1e55}, + {423, -12, -1963, 0x1e41}, + {249, -12, -1963, 0x1e49} + } +}; + +StandTile tile_1875 = { + 0x068c00, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {423, -12, -1852, 0x1e45}, + {249, -12, -1963, 0x0000}, + {249, -12, -1854, 0x1e51} + } +}; + +StandTile tile_1876 = { + 0x068b02, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {423, -12, -1731, 0x1e51}, + {249, -12, -1854, 0x1f02}, + {249, -12, -1799, 0x1e5e} + } +}; + +StandTile tile_1877 = { + 0x068b01, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {423, -12, -1731, 0x1e66}, + {423, -12, -1852, 0x1e49}, + {249, -12, -1854, 0x1e4d} + } +}; + +StandTile tile_1878 = { + 0x028002, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {423, -12, -1852, 0x1e59}, + {467, -12, -1995, 0x1e38}, + {423, -12, -1963, 0x1e45} + } +}; + +StandTile tile_1879 = { + 0x028001, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {423, -12, -1852, 0x1e66}, + {467, -12, -1828, 0x1e30}, + {467, -12, -1907, 0x1e2c}, + {467, -12, -1995, 0x1e55} + } +}; + +StandTile tile_1880 = { + 0x068400, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {423, -12, -1731, 0x1e4d}, + {249, -12, -1799, 0x1f0e}, + {320, -12, -1731, 0x1e80} + } +}; + +StandTile tile_1881 = { + 0x069600, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {423, -12, -1731, 0x1e7c}, + {593, -12, -1667, 0x0000}, + {593, -12, -1747, 0x1e70} + } +}; + +StandTile tile_1882 = { + 0x069700, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {467, -12, -1828, 0x1e59}, + {423, -12, -1852, 0x1e51}, + {423, -12, -1731, 0x1e70} + } +}; + +StandTile tile_1883 = { + 0x069502, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {467, -12, -1828, 0x1e70}, + {593, -12, -1747, 0x0000}, + {593, -12, -1749, 0x0c39}, + {593, -12, -1825, 0x0000}, + {593, -12, -1828, 0x1e28} + } +}; + +StandTile tile_1884 = { + 0x069501, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {467, -12, -1828, 0x1e66}, + {423, -12, -1731, 0x1e62}, + {593, -12, -1747, 0x1e6a} + } +}; + +StandTile tile_1885 = { + 0x017700, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {593, -12, -1667, 0x1e78}, + {423, -29, -1485, 0x0000}, + {593, -12, -1485, 0x0000} + } +}; + +StandTile tile_1886 = { + 0x017600, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {593, -12, -1667, 0x1e7c}, + {423, -12, -1667, 0x1e8c}, + {423, -29, -1485, 0x1e74} + } +}; + +StandTile tile_1887 = { + 0x017500, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {593, -12, -1667, 0x1e62}, + {423, -12, -1731, 0x1e84}, + {423, -12, -1667, 0x1e78} + } +}; + +StandTile tile_1888 = { + 0x017302, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {320, -12, -1667, 0x1e84}, + {423, -12, -1731, 0x1e5e}, + {320, -12, -1731, 0x0000} + } +}; + +StandTile tile_1889 = { + 0x017301, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {320, -12, -1667, 0x1e88}, + {423, -12, -1667, 0x1e7c}, + {423, -12, -1731, 0x1e80} + } +}; + +StandTile tile_1890 = { + 0x017202, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {320, -29, -1485, 0x1e8c}, + {423, -12, -1667, 0x1e84}, + {320, -12, -1667, 0x0000} + } +}; + +StandTile tile_1891 = { + 0x017201, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {320, -29, -1485, 0x1bfe}, + {384, -29, -1485, 0x0000}, + {423, -29, -1485, 0x1e78}, + {423, -12, -1667, 0x1e88} + } +}; + +StandTile tile_1892 = { + 0x02f200, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {898, 0, -2249, 0x1ece}, + {789, 0, -2249, 0x0000}, + {789, 0, -2119, 0x1ed2} + } +}; + +StandTile tile_1893 = { + 0x05c802, 0x07, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1053, 0, -2418, 0x1e99}, + {898, 0, -2506, 0x1ec6}, + {898, 0, -2450, 0x1e9d} + } +}; + +StandTile tile_1894 = { + 0x05c801, 0x07, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1053, 0, -2418, 0x0000}, + {1053, 0, -2506, 0x0000}, + {898, 0, -2506, 0x1e95} + } +}; + +StandTile tile_1895 = { + 0x05c900, 0x07, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1053, 0, -2418, 0x1e95}, + {898, 0, -2450, 0x1ebe}, + {898, 0, -2350, 0x1ea1} + } +}; + +StandTile tile_1896 = { + 0x05cb00, 0x07, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1053, 0, -2288, 0x0000}, + {1053, 0, -2418, 0x1e9d}, + {898, 0, -2350, 0x1ea5} + } +}; + +StandTile tile_1897 = { + 0x05ca00, 0x07, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1053, 0, -2288, 0x1ea1}, + {898, 0, -2350, 0x1eba}, + {898, 0, -2249, 0x1ea9} + } +}; + +StandTile tile_1898 = { + 0x05cc00, 0x07, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1053, 0, -2170, 0x0000}, + {1053, 0, -2288, 0x1ea5}, + {898, 0, -2249, 0x1ead} + } +}; + +StandTile tile_1899 = { + 0x05cd00, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1053, 0, -2170, 0x1ea9}, + {898, 0, -2249, 0x1ed2}, + {898, 0, -2119, 0x1eb1} + } +}; + +StandTile tile_1900 = { + 0x02ea02, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {898, 0, -2013, 0x1eb5}, + {1053, 0, -2170, 0x1ead}, + {898, 0, -2119, 0x1ed6} + } +}; + +StandTile tile_1901 = { + 0x02ea01, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {898, 0, -2013, 0x0000}, + {1039, 0, -2013, 0x1ede}, + {1053, 0, -2013, 0x0000}, + {1053, 0, -2170, 0x1eb1} + } +}; + +StandTile tile_1902 = { + 0x02e900, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {898, 0, -2249, 0x1ea5}, + {898, 0, -2350, 0x1ebe}, + {789, 0, -2350, 0x1ece} + } +}; + +StandTile tile_1903 = { + 0x02e700, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {789, 0, -2350, 0x1eba}, + {898, 0, -2350, 0x1e9d}, + {898, 0, -2450, 0x1eca} + } +}; + +StandTile tile_1904 = { + 0x02e502, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {898, 0, -2450, 0x1ec6}, + {789, 0, -2506, 0x0000}, + {789, 0, -2450, 0x1eca} + } +}; + +StandTile tile_1905 = { + 0x02e501, 0x07, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {898, 0, -2450, 0x1e95}, + {898, 0, -2506, 0x0000}, + {789, 0, -2506, 0x1ec2} + } +}; + +StandTile tile_1906 = { + 0x02e600, 0x07, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {898, 0, -2450, 0x1ec2}, + {789, 0, -2450, 0x0000}, + {789, 0, -2350, 0x1ebe} + } +}; + +StandTile tile_1907 = { + 0x02e800, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {789, 0, -2249, 0x1e91}, + {898, 0, -2249, 0x1eba}, + {789, 0, -2350, 0x0000} + } +}; + +StandTile tile_1908 = { + 0x02f300, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {789, 0, -2119, 0x1ed6}, + {898, 0, -2119, 0x1ead}, + {898, 0, -2249, 0x1e91} + } +}; + +StandTile tile_1909 = { + 0x02f400, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {898, 0, -2013, 0x1eb1}, + {898, 0, -2119, 0x1ed2}, + {789, 0, -2119, 0x1ef2} + } +}; + +StandTile tile_1910 = { + 0x062102, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1053, 0, -1907, 0x1ede}, + {1039, 0, -2013, 0x0000}, + {1039, 0, -1942, 0x1ee6} + } +}; + +StandTile tile_1911 = { + 0x062101, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1053, 0, -1907, 0x0000}, + {1053, 0, -2013, 0x1eb5}, + {1039, 0, -2013, 0x1eda} + } +}; + +StandTile tile_1912 = { + 0x062002, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {785, 0, -1907, 0x1ee6}, + {1039, 0, -1942, 0x0000}, + {898, 0, -1942, 0x1eea} + } +}; + +StandTile tile_1913 = { + 0x062001, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {785, 0, -1907, 0x0000}, + {1053, 0, -1907, 0x1eda}, + {1039, 0, -1942, 0x1ee2} + } +}; + +StandTile tile_1914 = { + 0x061f00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {785, 0, -1907, 0x1ee2}, + {898, 0, -1942, 0x0000}, + {898, 0, -2013, 0x1eee} + } +}; + +StandTile tile_1915 = { + 0x062502, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {785, 0, -1907, 0x1eea}, + {898, 0, -2013, 0x1ef2}, + {785, 0, -2031, 0x0000} + } +}; + +StandTile tile_1916 = { + 0x062400, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {898, 0, -2013, 0x1ed6}, + {789, 0, -2119, 0x1dcb}, + {785, 0, -2031, 0x1eee} + } +}; + +StandTile tile_1917 = { + 0x027a02, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {200, -26, -1860, 0x1efa}, + {123, -12, -1896, 0x1f7a}, + {123, -12, -1860, 0x0000} + } +}; + +StandTile tile_1918 = { + 0x027a01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {200, -26, -1860, 0x1fde}, + {200, -26, -1896, 0x1f8a}, + {123, -12, -1896, 0x1ef6} + } +}; + +StandTile tile_1919 = { + 0x017902, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {158, -12, -1799, 0x1f02}, + {249, -12, -1854, 0x0000}, + {123, -12, -1854, 0x1f6a} + } +}; + +StandTile tile_1920 = { + 0x017901, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {158, -12, -1799, 0x1f12}, + {249, -12, -1799, 0x1e4d}, + {249, -12, -1854, 0x1efe} + } +}; + +StandTile tile_1921 = { + 0x017b00, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {94, -12, -1731, 0x0000}, + {158, -12, -1731, 0x1f12}, + {158, -12, -1799, 0x1f0a} + } +}; + +StandTile tile_1922 = { + 0x017a00, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {94, -12, -1731, 0x1f06}, + {158, -12, -1799, 0x1f62}, + {94, -12, -1799, 0x0000} + } +}; + +StandTile tile_1923 = { + 0x068502, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {249, -12, -1799, 0x1f12}, + {158, -12, -1731, 0x0000}, + {320, -12, -1731, 0x1e5e} + } +}; + +StandTile tile_1924 = { + 0x068501, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {249, -12, -1799, 0x1f02}, + {158, -12, -1799, 0x1f06}, + {158, -12, -1731, 0x1f0e} + } +}; + +StandTile tile_1925 = { + 0x06a102, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-308, -12, -1846, 0x1f1a}, + {-299, -12, -1810, 0x1f1e}, + {-299, -12, -1846, 0x0000} + } +}; + +StandTile tile_1926 = { + 0x06a101, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-308, -12, -1846, 0x0000}, + {-308, -12, -1810, 0x1f2d}, + {-299, -12, -1810, 0x1f16} + } +}; + +StandTile tile_1927 = { + 0x017c02, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x1, 0x4, + { + {-141, -12, -1810, 0x1f24}, + {-299, -12, -1896, 0x1f82}, + {-299, -12, -1857, 0x0000}, + {-299, -12, -1846, 0x1f16}, + {-299, -12, -1810, 0x1f2d} + } +}; + +StandTile tile_1928 = { + 0x017c01, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {-141, -12, -1810, 0x1f3e}, + {-141, -12, -1860, 0x1f42}, + {-141, -12, -1896, 0x1f8a}, + {-299, -12, -1896, 0x1f1e} + } +}; + +StandTile tile_1929 = { + 0x017d02, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-141, -12, -1810, 0x1f2d}, + {-308, -12, -1725, 0x0000}, + {-194, -12, -1725, 0x1f32} + } +}; + +StandTile tile_1930 = { + 0x017d01, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {-141, -12, -1810, 0x1f1e}, + {-299, -12, -1810, 0x1f1a}, + {-308, -12, -1810, 0x0000}, + {-308, -12, -1725, 0x1f29} + } +}; + +StandTile tile_1931 = { + 0x017f00, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-88, -12, -1725, 0x1f36}, + {-141, -12, -1810, 0x1f29}, + {-194, -12, -1725, 0x0000} + } +}; + +StandTile tile_1932 = { + 0x017e00, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-88, -12, -1725, 0x0000}, + {-88, -12, -1810, 0x1f3a}, + {-141, -12, -1810, 0x1f32} + } +}; + +StandTile tile_1933 = { + 0x018300, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-88, -12, -1860, 0x1f3e}, + {-141, -12, -1810, 0x1f36}, + {-88, -12, -1810, 0x0000} + } +}; + +StandTile tile_1934 = { + 0x018200, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-88, -12, -1860, 0x1f42}, + {-141, -12, -1860, 0x1f24}, + {-141, -12, -1810, 0x1f3a} + } +}; + +StandTile tile_1935 = { + 0x018100, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-88, -12, -1860, 0x1f46}, + {-141, -12, -1896, 0x1f24}, + {-141, -12, -1860, 0x1f3e} + } +}; + +StandTile tile_1936 = { + 0x018000, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-88, -12, -1860, 0x1f5e}, + {-88, -12, -1896, 0x1f8a}, + {-141, -12, -1896, 0x1f42} + } +}; + +StandTile tile_1937 = { + 0x018700, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3, -12, -1860, 0x1f4e}, + {-44, -12, -1896, 0x1f5a}, + {-44, -12, -1860, 0x0000} + } +}; + +StandTile tile_1938 = { + 0x018600, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3, -12, -1860, 0x1f52}, + {3, -12, -1896, 0x1f8a}, + {-44, -12, -1896, 0x1f4a} + } +}; + +StandTile tile_1939 = { + 0x018500, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3, -12, -1860, 0x1f56}, + {50, -12, -1896, 0x1f8a}, + {3, -12, -1896, 0x1f4e} + } +}; + +StandTile tile_1940 = { + 0x018400, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3, -12, -1860, 0x0000}, + {50, -12, -1860, 0x1f6e}, + {50, -12, -1896, 0x1f52} + } +}; + +StandTile tile_1941 = { + 0x018900, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-44, -12, -1860, 0x1f4a}, + {-44, -12, -1896, 0x1f5e}, + {-88, -12, -1860, 0x0000} + } +}; + +StandTile tile_1942 = { + 0x018800, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-44, -12, -1896, 0x1f8a}, + {-88, -12, -1896, 0x1f46}, + {-88, -12, -1860, 0x1f5a} + } +}; + +StandTile tile_1943 = { + 0x018f00, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {94, -12, -1799, 0x1f0a}, + {158, -12, -1799, 0x1f6a}, + {94, -12, -1860, 0x0000} + } +}; + +StandTile tile_1944 = { + 0x067100, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {123, -12, -1854, 0x0000}, + {123, -12, -1860, 0x1f7a}, + {94, -12, -1860, 0x1f6a} + } +}; + +StandTile tile_1945 = { + 0x018e00, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {158, -12, -1799, 0x1efe}, + {123, -12, -1854, 0x1f66}, + {94, -12, -1860, 0x1f62} + } +}; + +StandTile tile_1946 = { + 0x018d00, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {94, -12, -1860, 0x1f72}, + {50, -12, -1896, 0x1f56}, + {50, -12, -1860, 0x0000} + } +}; + +StandTile tile_1947 = { + 0x018c00, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {94, -12, -1860, 0x1f76}, + {94, -12, -1896, 0x1f8a}, + {50, -12, -1896, 0x1f6e} + } +}; + +StandTile tile_1948 = { + 0x018b00, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {94, -12, -1860, 0x1f7a}, + {123, -12, -1896, 0x1f8a}, + {94, -12, -1896, 0x1f72} + } +}; + +StandTile tile_1949 = { + 0x018a00, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {94, -12, -1860, 0x1f66}, + {123, -12, -1860, 0x1ef6}, + {123, -12, -1896, 0x1f76} + } +}; + +StandTile tile_1950 = { + 0x069c02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-299, -12, -1857, 0x1f82}, + {-300, -26, -1896, 0x1fb4}, + {-299, -26, -1857, 0x0000} + } +}; + +StandTile tile_1951 = { + 0x069c01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-299, -12, -1857, 0x1f1e}, + {-299, -12, -1896, 0x1f86}, + {-300, -26, -1896, 0x1f7e} + } +}; + +StandTile tile_1952 = { + 0x027003, 0x06, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-299, -12, -1896, 0x1f8a}, + {200, -26, -1896, 0x1fca}, + {-300, -26, -1896, 0x1f82} + } +}; + +StandTile tile_1953 = { + 0x027002, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 9, + 0x0, 0x7, 0x8, + { + {-299, -12, -1896, 0x1f24}, + {-141, -12, -1896, 0x1f46}, + {-88, -12, -1896, 0x1f5e}, + {-44, -12, -1896, 0x1f4e}, + {3, -12, -1896, 0x1f52}, + {50, -12, -1896, 0x1f72}, + {94, -12, -1896, 0x1f76}, + {123, -12, -1896, 0x1efa}, + {200, -26, -1896, 0x1f86} + } +}; + +StandTile tile_1954 = { + 0x06ae02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {200, -26, -1901, 0x1f98}, + {202, -26, -1945, 0x1fa0}, + {200, -26, -1963, 0x1fd6} + } +}; + +StandTile tile_1955 = { + 0x06ae01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {200, -26, -1901, 0x1fb0}, + {202, -26, -1917, 0x0000}, + {202, -26, -1945, 0x1f94} + } +}; + +StandTile tile_1956 = { + 0x06ad02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {200, -26, -1963, 0x1fa0}, + {229, -26, -1945, 0x1fa8}, + {246, -26, -1963, 0x0000} + } +}; + +StandTile tile_1957 = { + 0x06ad01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {200, -26, -1963, 0x1f94}, + {202, -26, -1945, 0x0000}, + {229, -26, -1945, 0x1f9c} + } +}; + +StandTile tile_1958 = { + 0x06ac02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {246, -26, -1901, 0x1fa8}, + {229, -26, -1945, 0x0000}, + {229, -26, -1918, 0x1fac} + } +}; + +StandTile tile_1959 = { + 0x06ac01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {246, -26, -1901, 0x0000}, + {246, -26, -1963, 0x1f9c}, + {229, -26, -1945, 0x1fa4} + } +}; + +StandTile tile_1960 = { + 0x06ab02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {229, -26, -1918, 0x1fb0}, + {200, -26, -1901, 0x1fe4}, + {246, -26, -1901, 0x1fa4} + } +}; + +StandTile tile_1961 = { + 0x06ab01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {229, -26, -1918, 0x0000}, + {202, -26, -1917, 0x1f98}, + {200, -26, -1901, 0x1fac} + } +}; + +StandTile tile_1962 = { + 0x069d02, 0x06, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-376, -26, -1896, 0x1fb8}, + {-299, -26, -1857, 0x1f7e}, + {-300, -26, -1896, 0x1fbc} + } +}; + +StandTile tile_1963 = { + 0x069d01, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-376, -26, -1896, 0x0000}, + {-376, -26, -1857, 0x0000}, + {-299, -26, -1857, 0x1fb4} + } +}; + +StandTile tile_1964 = { + 0x067302, 0x06, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {-300, -26, -1963, 0x1fc1}, + {-376, -26, -1896, 0x1fb4}, + {-300, -26, -1896, 0x1fca}, + {-300, -26, -1901, 0x1fd2} + } +}; + +StandTile tile_1965 = { + 0x067301, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-300, -26, -1963, 0x0000}, + {-376, -26, -1963, 0x0000}, + {-376, -26, -1896, 0x1fbc} + } +}; + +StandTile tile_1966 = { + 0x068302, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x2, + { + {-300, -26, -1901, 0x1fca}, + {200, -26, -1896, 0x1fde}, + {200, -26, -1901, 0x1fd6}, + {16, -26, -1901, 0x1fce} + } +}; + +StandTile tile_1967 = { + 0x068301, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-300, -26, -1901, 0x1fbc}, + {-300, -26, -1896, 0x1f86}, + {200, -26, -1896, 0x1fc5} + } +}; + +StandTile tile_1968 = { + 0x069b02, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {16, -26, -1963, 0x1fd2}, + {-300, -26, -1901, 0x1fc5}, + {16, -26, -1901, 0x1fda} + } +}; + +StandTile tile_1969 = { + 0x069b01, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {16, -26, -1963, 0x0000}, + {-300, -26, -1963, 0x1fbc}, + {-300, -26, -1901, 0x1fce} + } +}; + +StandTile tile_1970 = { + 0x061e02, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {200, -26, -1963, 0x1fda}, + {16, -26, -1901, 0x1fc5}, + {200, -26, -1901, 0x1f94} + } +}; + +StandTile tile_1971 = { + 0x061e01, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {200, -26, -1963, 0x0000}, + {16, -26, -1963, 0x1fce}, + {16, -26, -1901, 0x1fd6} + } +}; + +StandTile tile_1972 = { + 0x027102, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x4, + { + {246, -26, -1857, 0x1fe4}, + {200, -26, -1901, 0x1fc5}, + {200, -26, -1896, 0x1efa}, + {200, -26, -1860, 0x0000}, + {200, -26, -1857, 0x0000} + } +}; + +StandTile tile_1973 = { + 0x027101, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {246, -26, -1857, 0x0000}, + {246, -26, -1901, 0x1fac}, + {200, -26, -1901, 0x1fde} + } +}; + +StandTile tile_1974 = { + 0x068d00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {423, -12, -2163, 0x2004}, + {423, -12, -2204, 0x1ff8}, + {249, -12, -2204, 0x1e1c} + } +}; + +StandTile tile_1975 = { + 0x066b02, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {253, -12, -2240, 0x1ff0}, + {249, -12, -2204, 0x1ff4}, + {394, -12, -2240, 0x0000} + } +}; + +StandTile tile_1976 = { + 0x066b01, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {253, -12, -2240, 0x0000}, + {249, -12, -2238, 0x0000}, + {249, -12, -2204, 0x1fec} + } +}; + +StandTile tile_1977 = { + 0x066a02, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {249, -12, -2204, 0x1ff8}, + {425, -12, -2209, 0x200c}, + {394, -12, -2240, 0x1fec} + } +}; + +StandTile tile_1978 = { + 0x066a01, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {249, -12, -2204, 0x1fe8}, + {423, -12, -2204, 0x2004}, + {425, -12, -2209, 0x1ff4} + } +}; + +StandTile tile_1979 = { + 0x066903, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {425, -12, -2209, 0x2000}, + {448, -12, -2154, 0x2069}, + {457, -12, -2177, 0x200c} + } +}; + +StandTile tile_1980 = { + 0x066902, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {425, -12, -2209, 0x2004}, + {423, -12, -2163, 0x1e0f}, + {448, -12, -2154, 0x1ffc} + } +}; + +StandTile tile_1981 = { + 0x066901, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {425, -12, -2209, 0x1ff8}, + {423, -12, -2204, 0x1fe8}, + {423, -12, -2163, 0x2000} + } +}; + +StandTile tile_1982 = { + 0x066802, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {394, -12, -2240, 0x200c}, + {457, -12, -2318, 0x2015}, + {394, -12, -2310, 0x0000} + } +}; + +StandTile tile_1983 = { + 0x066801, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {394, -12, -2240, 0x1ff4}, + {425, -12, -2209, 0x1ffc}, + {457, -12, -2177, 0x0000}, + {457, -12, -2318, 0x2008} + } +}; + +StandTile tile_1984 = { + 0x066702, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {394, -12, -2310, 0x2015}, + {380, -12, -2379, 0x2025}, + {347, -12, -2335, 0x2021} + } +}; + +StandTile tile_1985 = { + 0x066701, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {394, -12, -2310, 0x2008}, + {457, -12, -2318, 0x202d}, + {380, -12, -2379, 0x2011} + } +}; + +StandTile tile_1986 = { + 0x066600, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {253, -12, -2310, 0x201d}, + {276, -12, -2335, 0x203d}, + {249, -12, -2314, 0x0000} + } +}; + +StandTile tile_1987 = { + 0x066502, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {253, -12, -2310, 0x2021}, + {347, -12, -2335, 0x0000}, + {276, -12, -2335, 0x2019} + } +}; + +StandTile tile_1988 = { + 0x066501, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {253, -12, -2310, 0x0000}, + {394, -12, -2310, 0x2011}, + {347, -12, -2335, 0x201d} + } +}; + +StandTile tile_1989 = { + 0x066402, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {380, -12, -2449, 0x2029}, + {347, -12, -2335, 0x2011}, + {380, -12, -2379, 0x0000} + } +}; + +StandTile tile_1990 = { + 0x066401, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {380, -12, -2449, 0x2041}, + {347, -12, -2475, 0x0000}, + {347, -12, -2335, 0x2025} + } +}; + +StandTile tile_1991 = { + 0x066302, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {457, -12, -2318, 0x2031}, + {521, -12, -2379, 0x0000}, + {380, -12, -2379, 0x2015} + } +}; + +StandTile tile_1992 = { + 0x066301, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {457, -12, -2318, 0x0000}, + {527, -12, -2318, 0x2035}, + {521, -12, -2379, 0x202d} + } +}; + +StandTile tile_1993 = { + 0x066200, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {527, -12, -2318, 0x2061}, + {549, -12, -2374, 0x2055}, + {521, -12, -2379, 0x2031} + } +}; + +StandTile tile_1994 = { + 0x066102, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {249, -12, -2314, 0x203d}, + {276, -12, -2475, 0x2049}, + {249, -12, -2503, 0x0000} + } +}; + +StandTile tile_1995 = { + 0x066101, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {249, -12, -2314, 0x2019}, + {276, -12, -2335, 0x0000}, + {276, -12, -2475, 0x2039} + } +}; + +StandTile tile_1996 = { + 0x066000, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {347, -12, -2475, 0x2029}, + {380, -12, -2449, 0x2051}, + {360, -12, -2503, 0x2045} + } +}; + +StandTile tile_1997 = { + 0x065f02, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {249, -12, -2503, 0x2049}, + {347, -12, -2475, 0x2041}, + {360, -12, -2503, 0x0000} + } +}; + +StandTile tile_1998 = { + 0x065f01, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {249, -12, -2503, 0x2039}, + {276, -12, -2475, 0x0000}, + {347, -12, -2475, 0x2045} + } +}; + +StandTile tile_1999 = { + 0x065e02, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {549, -12, -2503, 0x2051}, + {380, -12, -2449, 0x0000}, + {521, -12, -2449, 0x2059} + } +}; + +StandTile tile_2000 = { + 0x065e01, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {549, -12, -2503, 0x0000}, + {360, -12, -2503, 0x2041}, + {380, -12, -2449, 0x204d} + } +}; + +StandTile tile_2001 = { + 0x065d02, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {549, -12, -2503, 0x2059}, + {521, -12, -2379, 0x2035}, + {549, -12, -2374, 0x0000} + } +}; + +StandTile tile_2002 = { + 0x065d01, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {549, -12, -2503, 0x204d}, + {521, -12, -2449, 0x0000}, + {521, -12, -2379, 0x2055} + } +}; + +StandTile tile_2003 = { + 0x065c02, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {549, -12, -2119, 0x2061}, + {527, -12, -2318, 0x0000}, + {527, -12, -2177, 0x2065} + } +}; + +StandTile tile_2004 = { + 0x065c01, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {549, -12, -2119, 0x0000}, + {549, -12, -2374, 0x2035}, + {527, -12, -2318, 0x205d} + } +}; + +StandTile tile_2005 = { + 0x065b02, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {527, -12, -2177, 0x2069}, + {448, -12, -2154, 0x1e13}, + {549, -12, -2119, 0x205d} + } +}; + +StandTile tile_2006 = { + 0x065b01, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {527, -12, -2177, 0x0000}, + {457, -12, -2177, 0x1ffc}, + {448, -12, -2154, 0x2065} + } +}; + +StandTile tile_2007 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_dest_all_p_stanZ.c b/assets/obseg/stan/Tbg_dest_all_p_stanZ.c new file mode 100644 index 0000000..da9f170 --- /dev/null +++ b/assets/obseg/stan/Tbg_dest_all_p_stanZ.c @@ -0,0 +1,24255 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:13 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_dest_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x40, 0x24, 0x00, 0x00, 0x40, 0x64, 0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x008642, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-368, -71, 207, 0x0014}, + {-407, -70, 245, 0x001c}, + {-368, -71, 245, 0x0000} + } +}; + +StandTile tile_1 = { + 0x008641, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-368, -71, 207, 0x0000}, + {-407, -70, 207, 0x0078}, + {-407, -70, 245, 0x0010} + } +}; + +StandTile tile_2 = { + 0x008742, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-368, 15, 351, 0x001c}, + {-407, -70, 245, 0x0000}, + {-406, 16, 351, 0x0034} + } +}; + +StandTile tile_3 = { + 0x008741, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-368, 15, 351, 0x0000}, + {-368, -71, 245, 0x0010}, + {-407, -70, 245, 0x0018} + } +}; + +StandTile tile_4 = { + 0x008b42, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-331, 159, 90, 0x0024}, + {-368, 159, 128, 0x002c}, + {-331, 159, 128, 0x045a} + } +}; + +StandTile tile_5 = { + 0x008b41, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-331, 159, 90, 0x0000}, + {-368, 159, 90, 0x0000}, + {-368, 159, 128, 0x0020} + } +}; + +StandTile tile_6 = { + 0x008a42, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-331, 159, 128, 0x002c}, + {-368, 15, 351, 0x003c}, + {-332, 15, 351, 0x0000} + } +}; + +StandTile tile_7 = { + 0x008a41, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-331, 159, 128, 0x0020}, + {-368, 159, 128, 0x0000}, + {-368, 15, 351, 0x0028} + } +}; + +StandTile tile_8 = { + 0x008942, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-368, 15, 351, 0x0034}, + {-406, 15, 387, 0x0000}, + {-368, 15, 387, 0x003c} + } +}; + +StandTile tile_9 = { + 0x008941, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-368, 15, 351, 0x0018}, + {-406, 16, 351, 0x0000}, + {-406, 15, 387, 0x0030} + } +}; + +StandTile tile_10 = { + 0x008842, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-332, 15, 351, 0x003c}, + {-368, 15, 387, 0x0000}, + {-332, 15, 387, 0x0000} + } +}; + +StandTile tile_11 = { + 0x008841, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-332, 15, 351, 0x0028}, + {-368, 15, 351, 0x0030}, + {-368, 15, 387, 0x0038} + } +}; + +StandTile tile_12 = { + 0x009342, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-414, -113, 103, 0x0044}, + {-465, -113, 140, 0x0048}, + {-407, -113, 138, 0x0000} + } +}; + +StandTile tile_13 = { + 0x009341, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-414, -113, 103, 0x0000}, + {-458, -113, 103, 0x0000}, + {-465, -113, 140, 0x0040} + } +}; + +StandTile tile_14 = { + 0x009242, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-461, -94, 141, 0x004c}, + {-407, -113, 138, 0x0040}, + {-465, -113, 140, 0x0000} + } +}; + +StandTile tile_15 = { + 0x009241, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-461, -94, 141, 0x0054}, + {-410, -94, 140, 0x0000}, + {-407, -113, 138, 0x0048} + } +}; + +StandTile tile_16 = { + 0x009142, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-410, -94, 157, 0x0054}, + {-461, -94, 141, 0x0000}, + {-462, -94, 157, 0x005c} + } +}; + +StandTile tile_17 = { + 0x009141, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-410, -94, 157, 0x0000}, + {-410, -94, 140, 0x004c}, + {-461, -94, 141, 0x0050} + } +}; + +StandTile tile_18 = { + 0x009042, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-410, -94, 157, 0x005c}, + {-460, -63, 161, 0x0060}, + {-411, -63, 161, 0x0000} + } +}; + +StandTile tile_19 = { + 0x009041, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-410, -94, 157, 0x0050}, + {-462, -94, 157, 0x0000}, + {-460, -63, 161, 0x0058} + } +}; + +StandTile tile_20 = { + 0x008f42, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-460, -63, 161, 0x0064}, + {-411, -63, 173, 0x0000}, + {-411, -63, 161, 0x0058} + } +}; + +StandTile tile_21 = { + 0x008f41, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-460, -63, 161, 0x0000}, + {-460, -63, 173, 0x006c}, + {-411, -63, 173, 0x0060} + } +}; + +StandTile tile_22 = { + 0x008e42, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-407, -70, 180, 0x006c}, + {-460, -63, 173, 0x0000}, + {-464, -70, 180, 0x0074} + } +}; + +StandTile tile_23 = { + 0x008e41, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-407, -70, 180, 0x0000}, + {-411, -63, 173, 0x0064}, + {-460, -63, 173, 0x0068} + } +}; + +StandTile tile_24 = { + 0x009842, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-407, -70, 207, 0x0074}, + {-464, -70, 180, 0x0000}, + {-464, -70, 261, 0x0078} + } +}; + +StandTile tile_25 = { + 0x009841, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-407, -70, 207, 0x0000}, + {-407, -70, 180, 0x0068}, + {-464, -70, 180, 0x0070} + } +}; + +StandTile tile_26 = { + 0x009940, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-407, -70, 245, 0x0014}, + {-407, -70, 207, 0x0070}, + {-464, -70, 261, 0x007c} + } +}; + +StandTile tile_27 = { + 0x008c40, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-407, -70, 261, 0x0000}, + {-407, -70, 245, 0x0078}, + {-464, -70, 261, 0x0000} + } +}; + +StandTile tile_28 = { + 0x0b6c3a, 0x37, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x1, 0x2, + { + {331, 159, -794, 0x0086}, + {141, 159, -925, 0x0000}, + {141, 159, -794, 0x0096}, + {214, 159, -794, 0x0000}, + {263, 159, -794, 0x008a} + } +}; + +StandTile tile_29 = { + 0x0b6c39, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {331, 159, -794, 0x0000}, + {331, 159, -925, 0x0000}, + {141, 159, -925, 0x0080} + } +}; + +StandTile tile_30 = { + 0x0b6b3a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 159, -662, 0x008e}, + {331, 159, -794, 0x0080}, + {263, 159, -794, 0x0000} + } +}; + +StandTile tile_31 = { + 0x0b6b39, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 159, -662, 0x00a0}, + {331, 159, -662, 0x0000}, + {331, 159, -794, 0x008a} + } +}; + +StandTile tile_32 = { + 0x0b693a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 159, -662, 0x0096}, + {141, 159, -794, 0x0000}, + {141, 159, -662, 0x00a0} + } +}; + +StandTile tile_33 = { + 0x0b6939, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 159, -662, 0x0000}, + {214, 159, -794, 0x0080}, + {141, 159, -794, 0x0092} + } +}; + +StandTile tile_34 = { + 0x0b673a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {331, 159, -521, 0x00a0}, + {141, 159, -662, 0x0000}, + {141, 159, -521, 0x00b2}, + {214, 159, -521, 0x0109}, + {263, 159, -521, 0x00a6} + } +}; + +StandTile tile_35 = { + 0x0b6739, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {331, 159, -521, 0x0000}, + {331, 159, -662, 0x008e}, + {263, 159, -662, 0x01b1}, + {214, 159, -662, 0x0092}, + {141, 159, -662, 0x009a} + } +}; + +StandTile tile_36 = { + 0x0b663a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 159, -389, 0x00aa}, + {331, 159, -521, 0x009a}, + {263, 159, -521, 0x0000} + } +}; + +StandTile tile_37 = { + 0x0b6639, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 159, -389, 0x00bb}, + {331, 159, -389, 0x0000}, + {331, 159, -521, 0x00a6} + } +}; + +StandTile tile_38 = { + 0x0b643a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 159, -389, 0x00b2}, + {141, 159, -521, 0x0000}, + {141, 159, -389, 0x00bb} + } +}; + +StandTile tile_39 = { + 0x0b6439, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 159, -389, 0x0000}, + {214, 159, -521, 0x009a}, + {141, 159, -521, 0x00ae} + } +}; + +StandTile tile_40 = { + 0x0b613a, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {331, 159, -389, 0x00bb}, + {141, 159, -257, 0x0000}, + {270, 159, -257, 0x0267}, + {331, 159, -257, 0x0000} + } +}; + +StandTile tile_41 = { + 0x0b6139, 0x37, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x3, 0x4, + { + {331, 159, -389, 0x00aa}, + {263, 159, -389, 0x0000}, + {214, 159, -389, 0x00ae}, + {141, 159, -389, 0x0000}, + {141, 159, -257, 0x00b6} + } +}; + +StandTile tile_42 = { + 0x05663a, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {257, 358, -925, 0x00c5}, + {221, 355, -925, 0x00f5}, + {257, 355, -925, 0x0000} + } +}; + +StandTile tile_43 = { + 0x056639, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {257, 358, -925, 0x1a4c}, + {221, 358, -925, 0x0000}, + {221, 355, -925, 0x00c1} + } +}; + +StandTile tile_44 = { + 0x05523a, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {221, 358, -257, 0x00cd}, + {257, 355, -257, 0x00df}, + {221, 355, -257, 0x0000} + } +}; + +StandTile tile_45 = { + 0x055239, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {221, 358, -257, 0x1d12}, + {257, 358, -257, 0x0000}, + {257, 355, -257, 0x00c9} + } +}; + +StandTile tile_46 = { + 0x04fd3a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {141, 355, -319, 0x00d5}, + {202, 355, -864, 0x00fb}, + {141, 355, -864, 0x0000} + } +}; + +StandTile tile_47 = { + 0x04fd39, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {141, 355, -319, 0x00d9}, + {202, 355, -319, 0x0000}, + {202, 355, -864, 0x00d1} + } +}; + +StandTile tile_48 = { + 0x04bf3a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x4, + { + {141, 355, -257, 0x00df}, + {263, 355, -319, 0x00e5}, + {214, 355, -319, 0x0000}, + {202, 355, -319, 0x00d5}, + {141, 355, -319, 0x0000} + } +}; + +StandTile tile_49 = { + 0x04bf39, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x3, 0x4, + { + {141, 355, -257, 0x0000}, + {221, 355, -257, 0x00c9}, + {257, 355, -257, 0x0000}, + {263, 355, -257, 0x0000}, + {263, 355, -319, 0x00d9} + } +}; + +StandTile tile_50 = { + 0x04be3a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 355, -337, 0x00e9}, + {214, 355, -319, 0x00d9}, + {263, 355, -319, 0x0000} + } +}; + +StandTile tile_51 = { + 0x04be39, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 355, -337, 0x015d}, + {214, 355, -337, 0x0000}, + {214, 355, -319, 0x00e5} + } +}; + +StandTile tile_52 = { + 0x04c03a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 355, -864, 0x00f1}, + {214, 355, -846, 0x0205}, + {263, 355, -846, 0x0000} + } +}; + +StandTile tile_53 = { + 0x04c039, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 355, -864, 0x00fb}, + {214, 355, -864, 0x0000}, + {214, 355, -846, 0x00ed} + } +}; + +StandTile tile_54 = { + 0x04c13a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x4, + { + {141, 355, -864, 0x00fb}, + {263, 355, -925, 0x0000}, + {257, 355, -925, 0x00c1}, + {221, 355, -925, 0x0000}, + {141, 355, -925, 0x0000} + } +}; + +StandTile tile_55 = { + 0x04c139, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x3, 0x4, + { + {141, 355, -864, 0x00d1}, + {202, 355, -864, 0x0000}, + {214, 355, -864, 0x00f1}, + {263, 355, -864, 0x0000}, + {263, 355, -925, 0x00f5} + } +}; + +StandTile tile_56 = { + 0x0bcc3a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 337, -349, 0x0105}, + {263, 337, -339, 0x0000}, + {263, 337, -349, 0x0155} + } +}; + +StandTile tile_57 = { + 0x0bcc39, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 337, -349, 0x0000}, + {214, 337, -339, 0x0159}, + {263, 337, -339, 0x0101} + } +}; + +StandTile tile_58 = { + 0x0b3c3a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 159, -521, 0x010d}, + {263, 172, -515, 0x0000}, + {263, 159, -521, 0x009a} + } +}; + +StandTile tile_59 = { + 0x0b3c39, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 159, -521, 0x0000}, + {214, 172, -515, 0x0181}, + {263, 172, -515, 0x0109} + } +}; + +StandTile tile_60 = { + 0x0b3b3a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 172, -496, 0x0115}, + {263, 190, -496, 0x0000}, + {263, 172, -496, 0x0185} + } +}; + +StandTile tile_61 = { + 0x0b3b39, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 172, -496, 0x0000}, + {214, 190, -496, 0x0189}, + {263, 190, -496, 0x0111} + } +}; + +StandTile tile_62 = { + 0x0b3a3a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 190, -478, 0x011d}, + {263, 208, -478, 0x0000}, + {263, 190, -478, 0x018d} + } +}; + +StandTile tile_63 = { + 0x0b3a39, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 190, -478, 0x0000}, + {214, 208, -478, 0x0191}, + {263, 208, -478, 0x0119} + } +}; + +StandTile tile_64 = { + 0x0b393a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 208, -460, 0x0125}, + {263, 227, -460, 0x0000}, + {263, 208, -460, 0x0195} + } +}; + +StandTile tile_65 = { + 0x0b3939, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 208, -460, 0x0000}, + {214, 227, -460, 0x0199}, + {263, 227, -460, 0x0121} + } +}; + +StandTile tile_66 = { + 0x0b383a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 227, -441, 0x012d}, + {263, 245, -441, 0x0000}, + {263, 227, -441, 0x019d} + } +}; + +StandTile tile_67 = { + 0x0b3839, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 227, -441, 0x0000}, + {214, 245, -441, 0x01a1}, + {263, 245, -441, 0x0129} + } +}; + +StandTile tile_68 = { + 0x0b373a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 245, -423, 0x0135}, + {263, 263, -423, 0x0000}, + {263, 245, -423, 0x01a5} + } +}; + +StandTile tile_69 = { + 0x0b3739, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 245, -423, 0x0000}, + {214, 263, -423, 0x0161}, + {263, 263, -423, 0x0131} + } +}; + +StandTile tile_70 = { + 0x0b363a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 263, -404, 0x013d}, + {263, 282, -404, 0x0000}, + {263, 263, -404, 0x0165} + } +}; + +StandTile tile_71 = { + 0x0b3639, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 263, -404, 0x0000}, + {214, 282, -404, 0x0169}, + {263, 282, -404, 0x0139} + } +}; + +StandTile tile_72 = { + 0x0b353a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 282, -386, 0x0145}, + {263, 300, -386, 0x0000}, + {263, 282, -386, 0x016d} + } +}; + +StandTile tile_73 = { + 0x0b3539, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 282, -386, 0x0000}, + {214, 300, -386, 0x0171}, + {263, 300, -386, 0x0141} + } +}; + +StandTile tile_74 = { + 0x0b343a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 300, -368, 0x014d}, + {263, 319, -368, 0x0000}, + {263, 300, -368, 0x0175} + } +}; + +StandTile tile_75 = { + 0x0b3439, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 300, -368, 0x0000}, + {214, 319, -368, 0x0179}, + {263, 319, -368, 0x0149} + } +}; + +StandTile tile_76 = { + 0x0b333a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 319, -349, 0x0155}, + {263, 337, -349, 0x0000}, + {263, 319, -349, 0x017d} + } +}; + +StandTile tile_77 = { + 0x0b3339, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 319, -349, 0x0000}, + {214, 337, -349, 0x0101}, + {263, 337, -349, 0x0151} + } +}; + +StandTile tile_78 = { + 0x0b323a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 337, -339, 0x015d}, + {263, 355, -337, 0x0000}, + {263, 337, -339, 0x0105} + } +}; + +StandTile tile_79 = { + 0x0b3239, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {214, 337, -339, 0x0000}, + {214, 355, -337, 0x00e9}, + {263, 355, -337, 0x0159} + } +}; + +StandTile tile_80 = { + 0x0b303a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 263, -423, 0x0165}, + {263, 263, -404, 0x0000}, + {263, 263, -423, 0x0135} + } +}; + +StandTile tile_81 = { + 0x0b3039, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 263, -423, 0x0000}, + {214, 263, -404, 0x0139}, + {263, 263, -404, 0x0161} + } +}; + +StandTile tile_82 = { + 0x0b2c3a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 282, -404, 0x016d}, + {263, 282, -386, 0x0000}, + {263, 282, -404, 0x013d} + } +}; + +StandTile tile_83 = { + 0x0b2c39, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 282, -404, 0x0000}, + {214, 282, -386, 0x0141}, + {263, 282, -386, 0x0169} + } +}; + +StandTile tile_84 = { + 0x0b2a3a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 300, -386, 0x0175}, + {263, 300, -368, 0x0000}, + {263, 300, -386, 0x0145} + } +}; + +StandTile tile_85 = { + 0x0b2a39, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 300, -386, 0x0000}, + {214, 300, -368, 0x0149}, + {263, 300, -368, 0x0171} + } +}; + +StandTile tile_86 = { + 0x0b283a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 319, -368, 0x017d}, + {263, 319, -349, 0x0000}, + {263, 319, -368, 0x014d} + } +}; + +StandTile tile_87 = { + 0x0b2839, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 319, -368, 0x0000}, + {214, 319, -349, 0x0151}, + {263, 319, -349, 0x0179} + } +}; + +StandTile tile_88 = { + 0x0b243a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 172, -515, 0x0185}, + {263, 172, -496, 0x0000}, + {263, 172, -515, 0x010d} + } +}; + +StandTile tile_89 = { + 0x0b2439, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 172, -515, 0x0000}, + {214, 172, -496, 0x0111}, + {263, 172, -496, 0x0181} + } +}; + +StandTile tile_90 = { + 0x0b223a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 190, -496, 0x018d}, + {263, 190, -478, 0x0000}, + {263, 190, -496, 0x0115} + } +}; + +StandTile tile_91 = { + 0x0b2239, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 190, -496, 0x0000}, + {214, 190, -478, 0x0119}, + {263, 190, -478, 0x0189} + } +}; + +StandTile tile_92 = { + 0x0b203a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 208, -478, 0x0195}, + {263, 208, -460, 0x0000}, + {263, 208, -478, 0x011d} + } +}; + +StandTile tile_93 = { + 0x0b2039, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 208, -478, 0x0000}, + {214, 208, -460, 0x0121}, + {263, 208, -460, 0x0191} + } +}; + +StandTile tile_94 = { + 0x0b1e3a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 227, -460, 0x019d}, + {263, 227, -441, 0x0000}, + {263, 227, -460, 0x0125} + } +}; + +StandTile tile_95 = { + 0x0b1e39, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 227, -460, 0x0000}, + {214, 227, -441, 0x0129}, + {263, 227, -441, 0x0199} + } +}; + +StandTile tile_96 = { + 0x0b1c3a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 245, -441, 0x01a5}, + {263, 245, -423, 0x0000}, + {263, 245, -441, 0x012d} + } +}; + +StandTile tile_97 = { + 0x0b1c39, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {214, 245, -441, 0x0000}, + {214, 245, -423, 0x0131}, + {263, 245, -423, 0x01a1} + } +}; + +StandTile tile_98 = { + 0x0bce3a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 337, -833, 0x01ad}, + {214, 337, -843, 0x0000}, + {214, 337, -833, 0x01fd} + } +}; + +StandTile tile_99 = { + 0x0bce39, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 337, -833, 0x0000}, + {263, 337, -843, 0x0201}, + {214, 337, -843, 0x01a9} + } +}; + +StandTile tile_100 = { + 0x0b603a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 159, -662, 0x01b5}, + {214, 172, -668, 0x0000}, + {214, 159, -662, 0x00a0} + } +}; + +StandTile tile_101 = { + 0x0b6039, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 159, -662, 0x0000}, + {263, 172, -668, 0x0229}, + {214, 172, -668, 0x01b1} + } +}; + +StandTile tile_102 = { + 0x0b5f3a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 172, -686, 0x01bd}, + {214, 190, -686, 0x0000}, + {214, 172, -686, 0x022d} + } +}; + +StandTile tile_103 = { + 0x0b5f39, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 172, -686, 0x0000}, + {263, 190, -686, 0x0231}, + {214, 190, -686, 0x01b9} + } +}; + +StandTile tile_104 = { + 0x0b5e3a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 190, -705, 0x01c5}, + {214, 208, -705, 0x0000}, + {214, 190, -705, 0x0235} + } +}; + +StandTile tile_105 = { + 0x0b5e39, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 190, -705, 0x0000}, + {263, 208, -705, 0x0239}, + {214, 208, -705, 0x01c1} + } +}; + +StandTile tile_106 = { + 0x0b5d3a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 208, -723, 0x01cd}, + {214, 227, -723, 0x0000}, + {214, 208, -723, 0x023d} + } +}; + +StandTile tile_107 = { + 0x0b5d39, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 208, -723, 0x0000}, + {263, 227, -723, 0x0241}, + {214, 227, -723, 0x01c9} + } +}; + +StandTile tile_108 = { + 0x0b5c3a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 227, -741, 0x01d5}, + {214, 245, -741, 0x0000}, + {214, 227, -741, 0x0245} + } +}; + +StandTile tile_109 = { + 0x0b5c39, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 227, -741, 0x0000}, + {263, 245, -741, 0x0249}, + {214, 245, -741, 0x01d1} + } +}; + +StandTile tile_110 = { + 0x0b5b3a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 245, -760, 0x01dd}, + {214, 263, -760, 0x0000}, + {214, 245, -760, 0x024d} + } +}; + +StandTile tile_111 = { + 0x0b5b39, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 245, -760, 0x0000}, + {263, 263, -760, 0x0209}, + {214, 263, -760, 0x01d9} + } +}; + +StandTile tile_112 = { + 0x0b5a3a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 263, -778, 0x01e5}, + {214, 282, -778, 0x0000}, + {214, 263, -778, 0x020d} + } +}; + +StandTile tile_113 = { + 0x0b5a39, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 263, -778, 0x0000}, + {263, 282, -778, 0x0211}, + {214, 282, -778, 0x01e1} + } +}; + +StandTile tile_114 = { + 0x0b593a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 282, -797, 0x01ed}, + {214, 300, -797, 0x0000}, + {214, 282, -797, 0x0215} + } +}; + +StandTile tile_115 = { + 0x0b5939, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 282, -797, 0x0000}, + {263, 300, -797, 0x0219}, + {214, 300, -797, 0x01e9} + } +}; + +StandTile tile_116 = { + 0x0b583a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 300, -815, 0x01f5}, + {214, 319, -815, 0x0000}, + {214, 300, -815, 0x021d} + } +}; + +StandTile tile_117 = { + 0x0b5839, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 300, -815, 0x0000}, + {263, 319, -815, 0x0221}, + {214, 319, -815, 0x01f1} + } +}; + +StandTile tile_118 = { + 0x0b573a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 319, -833, 0x01fd}, + {214, 337, -833, 0x0000}, + {214, 319, -833, 0x0225} + } +}; + +StandTile tile_119 = { + 0x0b5739, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 319, -833, 0x0000}, + {263, 337, -833, 0x01a9}, + {214, 337, -833, 0x01f9} + } +}; + +StandTile tile_120 = { + 0x0b563a, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 337, -843, 0x0205}, + {214, 355, -846, 0x0000}, + {214, 337, -843, 0x01ad} + } +}; + +StandTile tile_121 = { + 0x0b5639, 0x37, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {263, 337, -843, 0x0000}, + {263, 355, -846, 0x00ed}, + {214, 355, -846, 0x0201} + } +}; + +StandTile tile_122 = { + 0x0b533a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 263, -760, 0x020d}, + {214, 263, -778, 0x0000}, + {214, 263, -760, 0x01dd} + } +}; + +StandTile tile_123 = { + 0x0b5339, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 263, -760, 0x0000}, + {263, 263, -778, 0x01e1}, + {214, 263, -778, 0x0209} + } +}; + +StandTile tile_124 = { + 0x0b503a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 282, -778, 0x0215}, + {214, 282, -797, 0x0000}, + {214, 282, -778, 0x01e5} + } +}; + +StandTile tile_125 = { + 0x0b5039, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 282, -778, 0x0000}, + {263, 282, -797, 0x01e9}, + {214, 282, -797, 0x0211} + } +}; + +StandTile tile_126 = { + 0x0b4e3a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 300, -797, 0x021d}, + {214, 300, -815, 0x0000}, + {214, 300, -797, 0x01ed} + } +}; + +StandTile tile_127 = { + 0x0b4e39, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 300, -797, 0x0000}, + {263, 300, -815, 0x01f1}, + {214, 300, -815, 0x0219} + } +}; + +StandTile tile_128 = { + 0x0b4c3a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 319, -815, 0x0225}, + {214, 319, -833, 0x0000}, + {214, 319, -815, 0x01f5} + } +}; + +StandTile tile_129 = { + 0x0b4c39, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 319, -815, 0x0000}, + {263, 319, -833, 0x01f9}, + {214, 319, -833, 0x0221} + } +}; + +StandTile tile_130 = { + 0x0b483a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 172, -668, 0x022d}, + {214, 172, -686, 0x0000}, + {214, 172, -668, 0x01b5} + } +}; + +StandTile tile_131 = { + 0x0b4839, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 172, -668, 0x0000}, + {263, 172, -686, 0x01b9}, + {214, 172, -686, 0x0229} + } +}; + +StandTile tile_132 = { + 0x0b463a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 190, -686, 0x0235}, + {214, 190, -705, 0x0000}, + {214, 190, -686, 0x01bd} + } +}; + +StandTile tile_133 = { + 0x0b4639, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 190, -686, 0x0000}, + {263, 190, -705, 0x01c1}, + {214, 190, -705, 0x0231} + } +}; + +StandTile tile_134 = { + 0x0b443a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 208, -705, 0x023d}, + {214, 208, -723, 0x0000}, + {214, 208, -705, 0x01c5} + } +}; + +StandTile tile_135 = { + 0x0b4439, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 208, -705, 0x0000}, + {263, 208, -723, 0x01c9}, + {214, 208, -723, 0x0239} + } +}; + +StandTile tile_136 = { + 0x0b423a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 227, -723, 0x0245}, + {214, 227, -741, 0x0000}, + {214, 227, -723, 0x01cd} + } +}; + +StandTile tile_137 = { + 0x0b4239, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 227, -723, 0x0000}, + {263, 227, -741, 0x01d1}, + {214, 227, -741, 0x0241} + } +}; + +StandTile tile_138 = { + 0x0b403a, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 245, -741, 0x024d}, + {214, 245, -760, 0x0000}, + {214, 245, -741, 0x01d5} + } +}; + +StandTile tile_139 = { + 0x0b4039, 0x37, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {263, 245, -741, 0x0000}, + {263, 245, -760, 0x01d9}, + {214, 245, -760, 0x0249} + } +}; + +StandTile tile_140 = { + 0x0bfd3a, 0x36, + 0x0, + 0x0, 0x0, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {270, 362, -54, 0x0255}, + {270, 355, -86, 0x0000}, + {270, 362, -86, 0x1dce} + } +}; + +StandTile tile_141 = { + 0x0bfd39, 0x36, + 0x0, + 0x0, 0x0, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {270, 362, -54, 0x0000}, + {270, 355, -54, 0x0259}, + {270, 355, -86, 0x0251} + } +}; + +StandTile tile_142 = { + 0x059a3a, 0x36, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x4, + { + {355, 355, -43, 0x025f}, + {270, 355, -123, 0x0000}, + {270, 355, -86, 0x0255}, + {270, 355, -54, 0x0000}, + {270, 355, -43, 0x0000} + } +}; + +StandTile tile_143 = { + 0x059a39, 0x36, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {355, 355, -43, 0x0000}, + {355, 355, -80, 0x0000}, + {270, 355, -123, 0x0259} + } +}; + +StandTile tile_144 = { + 0x06073a, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {331, 159, -25, 0x0267}, + {270, 159, -257, 0x0000}, + {270, 159, -25, 0x0460} + } +}; + +StandTile tile_145 = { + 0x060739, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {331, 159, -25, 0x0000}, + {331, 159, -257, 0x00b6}, + {270, 159, -257, 0x0263} + } +}; + +StandTile tile_146 = { + 0x0b0e3a, 0x34, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x1, 0x2, + { + {-141, 159, -794, 0x0271}, + {-331, 159, -925, 0x0000}, + {-331, 159, -794, 0x0279}, + {-263, 159, -794, 0x0000}, + {-214, 159, -794, 0x0281} + } +}; + +StandTile tile_147 = { + 0x0b0e39, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-141, 159, -794, 0x0000}, + {-141, 159, -925, 0x0000}, + {-331, 159, -925, 0x026b} + } +}; + +StandTile tile_148 = { + 0x0b123a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 159, -794, 0x0279}, + {-331, 159, -662, 0x028b}, + {-263, 159, -662, 0x0000} + } +}; + +StandTile tile_149 = { + 0x0b1239, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 159, -794, 0x026b}, + {-331, 159, -794, 0x0000}, + {-331, 159, -662, 0x0275} + } +}; + +StandTile tile_150 = { + 0x0aef3a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-141, 159, -662, 0x0281}, + {-214, 159, -794, 0x0000}, + {-214, 159, -662, 0x028b} + } +}; + +StandTile tile_151 = { + 0x0aef39, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-141, 159, -662, 0x0000}, + {-141, 159, -794, 0x026b}, + {-214, 159, -794, 0x027d} + } +}; + +StandTile tile_152 = { + 0x0ae73a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-141, 159, -521, 0x028b}, + {-331, 159, -662, 0x0000}, + {-331, 159, -521, 0x0295}, + {-263, 159, -521, 0x02f4}, + {-214, 159, -521, 0x029d} + } +}; + +StandTile tile_153 = { + 0x0ae739, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-141, 159, -521, 0x0000}, + {-141, 159, -662, 0x027d}, + {-214, 159, -662, 0x039c}, + {-263, 159, -662, 0x0275}, + {-331, 159, -662, 0x0285} + } +}; + +StandTile tile_154 = { + 0x0b183a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 159, -521, 0x0295}, + {-331, 159, -389, 0x02a1}, + {-263, 159, -389, 0x0000} + } +}; + +StandTile tile_155 = { + 0x0b1839, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 159, -521, 0x0285}, + {-331, 159, -521, 0x0000}, + {-331, 159, -389, 0x0291} + } +}; + +StandTile tile_156 = { + 0x0b143a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-141, 159, -389, 0x029d}, + {-214, 159, -521, 0x0000}, + {-214, 159, -389, 0x02a1} + } +}; + +StandTile tile_157 = { + 0x0b1439, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-141, 159, -389, 0x0000}, + {-141, 159, -521, 0x0285}, + {-214, 159, -521, 0x0299} + } +}; + +StandTile tile_158 = { + 0x000a3a, 0x34, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x1, 0x4, + { + {-331, 159, -257, 0x02a7}, + {-141, 159, -389, 0x0299}, + {-214, 159, -389, 0x0000}, + {-263, 159, -389, 0x0291}, + {-331, 159, -389, 0x0000} + } +}; + +StandTile tile_159 = { + 0x000a39, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {-331, 159, -257, 0x0448}, + {-270, 159, -257, 0x0000}, + {-141, 159, -257, 0x0000}, + {-141, 159, -389, 0x02a1} + } +}; + +StandTile tile_160 = { + 0x00773a, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-257, 355, -925, 0x02b0}, + {-221, 358, -925, 0x1b6e}, + {-257, 358, -925, 0x0000} + } +}; + +StandTile tile_161 = { + 0x007739, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-257, 355, -925, 0x02ca}, + {-221, 355, -925, 0x0000}, + {-221, 358, -925, 0x02ac} + } +}; + +StandTile tile_162 = { + 0x00633a, 0x34, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-221, 355, -257, 0x02b8}, + {-257, 358, -257, 0x1d2a}, + {-221, 358, -257, 0x0000} + } +}; + +StandTile tile_163 = { + 0x006339, 0x34, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-221, 355, -257, 0x02d8}, + {-257, 355, -257, 0x0000}, + {-257, 358, -257, 0x02b4} + } +}; + +StandTile tile_164 = { + 0x00413a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-141, 355, -864, 0x02c0}, + {-202, 355, -319, 0x02de}, + {-141, 355, -319, 0x0000} + } +}; + +StandTile tile_165 = { + 0x004139, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-141, 355, -864, 0x02c4}, + {-202, 355, -864, 0x0000}, + {-202, 355, -319, 0x02bc} + } +}; + +StandTile tile_166 = { + 0x00333a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x4, + { + {-141, 355, -925, 0x02ca}, + {-263, 355, -864, 0x02d0}, + {-214, 355, -864, 0x0000}, + {-202, 355, -864, 0x02c0}, + {-141, 355, -864, 0x0000} + } +}; + +StandTile tile_167 = { + 0x003339, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x3, 0x4, + { + {-141, 355, -925, 0x0000}, + {-221, 355, -925, 0x02b0}, + {-257, 355, -925, 0x0000}, + {-263, 355, -925, 0x0000}, + {-263, 355, -864, 0x02c4} + } +}; + +StandTile tile_168 = { + 0x00323a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 355, -846, 0x02d4}, + {-214, 355, -864, 0x02c4}, + {-263, 355, -864, 0x0000} + } +}; + +StandTile tile_169 = { + 0x003239, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 355, -846, 0x03f0}, + {-214, 355, -846, 0x0000}, + {-214, 355, -864, 0x02d0} + } +}; + +StandTile tile_170 = { + 0x00313a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x4, + { + {-141, 355, -319, 0x02de}, + {-263, 355, -257, 0x0000}, + {-257, 355, -257, 0x02b8}, + {-221, 355, -257, 0x0000}, + {-141, 355, -257, 0x0000} + } +}; + +StandTile tile_171 = { + 0x003139, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x3, 0x4, + { + {-141, 355, -319, 0x02bc}, + {-202, 355, -319, 0x0000}, + {-214, 355, -319, 0x02e8}, + {-263, 355, -319, 0x0000}, + {-263, 355, -257, 0x02d8} + } +}; + +StandTile tile_172 = { + 0x00303a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 355, -319, 0x02e8}, + {-214, 355, -337, 0x0348}, + {-263, 355, -337, 0x0000} + } +}; + +StandTile tile_173 = { + 0x003039, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 355, -319, 0x02de}, + {-214, 355, -319, 0x0000}, + {-214, 355, -337, 0x02e4} + } +}; + +StandTile tile_174 = { + 0x0bd03a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 337, -349, 0x02f0}, + {-214, 337, -339, 0x0000}, + {-214, 337, -349, 0x0340} + } +}; + +StandTile tile_175 = { + 0x0bd039, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 337, -349, 0x0000}, + {-263, 337, -339, 0x0344}, + {-214, 337, -339, 0x02ec} + } +}; + +StandTile tile_176 = { + 0x0b013a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 159, -521, 0x02f8}, + {-214, 172, -515, 0x0000}, + {-214, 159, -521, 0x0285} + } +}; + +StandTile tile_177 = { + 0x0b0139, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 159, -521, 0x0000}, + {-263, 172, -515, 0x036c}, + {-214, 172, -515, 0x02f4} + } +}; + +StandTile tile_178 = { + 0x0b003a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 172, -496, 0x0300}, + {-214, 190, -496, 0x0000}, + {-214, 172, -496, 0x0370} + } +}; + +StandTile tile_179 = { + 0x0b0039, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 172, -496, 0x0000}, + {-263, 190, -496, 0x0374}, + {-214, 190, -496, 0x02fc} + } +}; + +StandTile tile_180 = { + 0x0aff3a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 190, -478, 0x0308}, + {-214, 208, -478, 0x0000}, + {-214, 190, -478, 0x0378} + } +}; + +StandTile tile_181 = { + 0x0aff39, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 190, -478, 0x0000}, + {-263, 208, -478, 0x037c}, + {-214, 208, -478, 0x0304} + } +}; + +StandTile tile_182 = { + 0x0afe3a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 208, -460, 0x0310}, + {-214, 227, -460, 0x0000}, + {-214, 208, -460, 0x0380} + } +}; + +StandTile tile_183 = { + 0x0afe39, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 208, -460, 0x0000}, + {-263, 227, -460, 0x0384}, + {-214, 227, -460, 0x030c} + } +}; + +StandTile tile_184 = { + 0x0afd3a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 227, -441, 0x0318}, + {-214, 245, -441, 0x0000}, + {-214, 227, -441, 0x0388} + } +}; + +StandTile tile_185 = { + 0x0afd39, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 227, -441, 0x0000}, + {-263, 245, -441, 0x038c}, + {-214, 245, -441, 0x0314} + } +}; + +StandTile tile_186 = { + 0x0afc3a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 245, -423, 0x0320}, + {-214, 263, -423, 0x0000}, + {-214, 245, -423, 0x0390} + } +}; + +StandTile tile_187 = { + 0x0afc39, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 245, -423, 0x0000}, + {-263, 263, -423, 0x034c}, + {-214, 263, -423, 0x031c} + } +}; + +StandTile tile_188 = { + 0x0afb3a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 263, -404, 0x0328}, + {-214, 282, -404, 0x0000}, + {-214, 263, -404, 0x0350} + } +}; + +StandTile tile_189 = { + 0x0afb39, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 263, -404, 0x0000}, + {-263, 282, -404, 0x0354}, + {-214, 282, -404, 0x0324} + } +}; + +StandTile tile_190 = { + 0x0afa3a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 282, -386, 0x0330}, + {-214, 300, -386, 0x0000}, + {-214, 282, -386, 0x0358} + } +}; + +StandTile tile_191 = { + 0x0afa39, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 282, -386, 0x0000}, + {-263, 300, -386, 0x035c}, + {-214, 300, -386, 0x032c} + } +}; + +StandTile tile_192 = { + 0x0af93a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 300, -368, 0x0338}, + {-214, 319, -368, 0x0000}, + {-214, 300, -368, 0x0360} + } +}; + +StandTile tile_193 = { + 0x0af939, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 300, -368, 0x0000}, + {-263, 319, -368, 0x0364}, + {-214, 319, -368, 0x0334} + } +}; + +StandTile tile_194 = { + 0x0af83a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 319, -349, 0x0340}, + {-214, 337, -349, 0x0000}, + {-214, 319, -349, 0x0368} + } +}; + +StandTile tile_195 = { + 0x0af839, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 319, -349, 0x0000}, + {-263, 337, -349, 0x02ec}, + {-214, 337, -349, 0x033c} + } +}; + +StandTile tile_196 = { + 0x0af73a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 337, -339, 0x0348}, + {-214, 355, -337, 0x0000}, + {-214, 337, -339, 0x02f0} + } +}; + +StandTile tile_197 = { + 0x0af739, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-263, 337, -339, 0x0000}, + {-263, 355, -337, 0x02e4}, + {-214, 355, -337, 0x0344} + } +}; + +StandTile tile_198 = { + 0x00a13a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 263, -423, 0x0350}, + {-214, 263, -404, 0x0000}, + {-214, 263, -423, 0x0320} + } +}; + +StandTile tile_199 = { + 0x00a139, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 263, -423, 0x0000}, + {-263, 263, -404, 0x0324}, + {-214, 263, -404, 0x034c} + } +}; + +StandTile tile_200 = { + 0x009d3a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 282, -404, 0x0358}, + {-214, 282, -386, 0x0000}, + {-214, 282, -404, 0x0328} + } +}; + +StandTile tile_201 = { + 0x009d39, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 282, -404, 0x0000}, + {-263, 282, -386, 0x032c}, + {-214, 282, -386, 0x0354} + } +}; + +StandTile tile_202 = { + 0x009b3a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 300, -386, 0x0360}, + {-214, 300, -368, 0x0000}, + {-214, 300, -386, 0x0330} + } +}; + +StandTile tile_203 = { + 0x009b39, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 300, -386, 0x0000}, + {-263, 300, -368, 0x0334}, + {-214, 300, -368, 0x035c} + } +}; + +StandTile tile_204 = { + 0x00993a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 319, -368, 0x0368}, + {-214, 319, -349, 0x0000}, + {-214, 319, -368, 0x0338} + } +}; + +StandTile tile_205 = { + 0x009939, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 319, -368, 0x0000}, + {-263, 319, -349, 0x033c}, + {-214, 319, -349, 0x0364} + } +}; + +StandTile tile_206 = { + 0x00953a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 172, -515, 0x0370}, + {-214, 172, -496, 0x0000}, + {-214, 172, -515, 0x02f8} + } +}; + +StandTile tile_207 = { + 0x009539, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 172, -515, 0x0000}, + {-263, 172, -496, 0x02fc}, + {-214, 172, -496, 0x036c} + } +}; + +StandTile tile_208 = { + 0x00933a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 190, -496, 0x0378}, + {-214, 190, -478, 0x0000}, + {-214, 190, -496, 0x0300} + } +}; + +StandTile tile_209 = { + 0x009339, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 190, -496, 0x0000}, + {-263, 190, -478, 0x0304}, + {-214, 190, -478, 0x0374} + } +}; + +StandTile tile_210 = { + 0x00913a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 208, -478, 0x0380}, + {-214, 208, -460, 0x0000}, + {-214, 208, -478, 0x0308} + } +}; + +StandTile tile_211 = { + 0x009139, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 208, -478, 0x0000}, + {-263, 208, -460, 0x030c}, + {-214, 208, -460, 0x037c} + } +}; + +StandTile tile_212 = { + 0x008f3a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 227, -460, 0x0388}, + {-214, 227, -441, 0x0000}, + {-214, 227, -460, 0x0310} + } +}; + +StandTile tile_213 = { + 0x008f39, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 227, -460, 0x0000}, + {-263, 227, -441, 0x0314}, + {-214, 227, -441, 0x0384} + } +}; + +StandTile tile_214 = { + 0x008d3a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 245, -441, 0x0390}, + {-214, 245, -423, 0x0000}, + {-214, 245, -441, 0x0318} + } +}; + +StandTile tile_215 = { + 0x008d39, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-263, 245, -441, 0x0000}, + {-263, 245, -423, 0x031c}, + {-214, 245, -423, 0x038c} + } +}; + +StandTile tile_216 = { + 0x0bcf3a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 337, -833, 0x0398}, + {-263, 337, -843, 0x0000}, + {-263, 337, -833, 0x03e8} + } +}; + +StandTile tile_217 = { + 0x0bcf39, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 337, -833, 0x0000}, + {-214, 337, -843, 0x03ec}, + {-263, 337, -843, 0x0394} + } +}; + +StandTile tile_218 = { + 0x0b0d3a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 159, -662, 0x03a0}, + {-263, 172, -668, 0x0000}, + {-263, 159, -662, 0x028b} + } +}; + +StandTile tile_219 = { + 0x0b0d39, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 159, -662, 0x0000}, + {-214, 172, -668, 0x0414}, + {-263, 172, -668, 0x039c} + } +}; + +StandTile tile_220 = { + 0x0b0c3a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 172, -686, 0x03a8}, + {-263, 190, -686, 0x0000}, + {-263, 172, -686, 0x0418} + } +}; + +StandTile tile_221 = { + 0x0b0c39, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 172, -686, 0x0000}, + {-214, 190, -686, 0x041c}, + {-263, 190, -686, 0x03a4} + } +}; + +StandTile tile_222 = { + 0x0b0b3a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 190, -705, 0x03b0}, + {-263, 208, -705, 0x0000}, + {-263, 190, -705, 0x0420} + } +}; + +StandTile tile_223 = { + 0x0b0b39, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 190, -705, 0x0000}, + {-214, 208, -705, 0x0424}, + {-263, 208, -705, 0x03ac} + } +}; + +StandTile tile_224 = { + 0x0b0a3a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 208, -723, 0x03b8}, + {-263, 227, -723, 0x0000}, + {-263, 208, -723, 0x0428} + } +}; + +StandTile tile_225 = { + 0x0b0a39, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 208, -723, 0x0000}, + {-214, 227, -723, 0x042c}, + {-263, 227, -723, 0x03b4} + } +}; + +StandTile tile_226 = { + 0x0b093a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 227, -741, 0x03c0}, + {-263, 245, -741, 0x0000}, + {-263, 227, -741, 0x0430} + } +}; + +StandTile tile_227 = { + 0x0b0939, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 227, -741, 0x0000}, + {-214, 245, -741, 0x0434}, + {-263, 245, -741, 0x03bc} + } +}; + +StandTile tile_228 = { + 0x0b083a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 245, -760, 0x03c8}, + {-263, 263, -760, 0x0000}, + {-263, 245, -760, 0x0438} + } +}; + +StandTile tile_229 = { + 0x0b0839, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 245, -760, 0x0000}, + {-214, 263, -760, 0x03f4}, + {-263, 263, -760, 0x03c4} + } +}; + +StandTile tile_230 = { + 0x0b073a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 263, -778, 0x03d0}, + {-263, 282, -778, 0x0000}, + {-263, 263, -778, 0x03f8} + } +}; + +StandTile tile_231 = { + 0x0b0739, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 263, -778, 0x0000}, + {-214, 282, -778, 0x03fc}, + {-263, 282, -778, 0x03cc} + } +}; + +StandTile tile_232 = { + 0x0b063a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 282, -797, 0x03d8}, + {-263, 300, -797, 0x0000}, + {-263, 282, -797, 0x0400} + } +}; + +StandTile tile_233 = { + 0x0b0639, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 282, -797, 0x0000}, + {-214, 300, -797, 0x0404}, + {-263, 300, -797, 0x03d4} + } +}; + +StandTile tile_234 = { + 0x0b053a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 300, -815, 0x03e0}, + {-263, 319, -815, 0x0000}, + {-263, 300, -815, 0x0408} + } +}; + +StandTile tile_235 = { + 0x0b0539, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 300, -815, 0x0000}, + {-214, 319, -815, 0x040c}, + {-263, 319, -815, 0x03dc} + } +}; + +StandTile tile_236 = { + 0x0b043a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 319, -833, 0x03e8}, + {-263, 337, -833, 0x0000}, + {-263, 319, -833, 0x0410} + } +}; + +StandTile tile_237 = { + 0x0b0439, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 319, -833, 0x0000}, + {-214, 337, -833, 0x0394}, + {-263, 337, -833, 0x03e4} + } +}; + +StandTile tile_238 = { + 0x0b033a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 337, -843, 0x03f0}, + {-263, 355, -846, 0x0000}, + {-263, 337, -843, 0x0398} + } +}; + +StandTile tile_239 = { + 0x0b0339, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-214, 337, -843, 0x0000}, + {-214, 355, -846, 0x02d4}, + {-263, 355, -846, 0x03ec} + } +}; + +StandTile tile_240 = { + 0x002e3a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 263, -760, 0x03f8}, + {-263, 263, -778, 0x0000}, + {-263, 263, -760, 0x03c8} + } +}; + +StandTile tile_241 = { + 0x002e39, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 263, -760, 0x0000}, + {-214, 263, -778, 0x03cc}, + {-263, 263, -778, 0x03f4} + } +}; + +StandTile tile_242 = { + 0x002a3a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 282, -778, 0x0400}, + {-263, 282, -797, 0x0000}, + {-263, 282, -778, 0x03d0} + } +}; + +StandTile tile_243 = { + 0x002a39, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 282, -778, 0x0000}, + {-214, 282, -797, 0x03d4}, + {-263, 282, -797, 0x03fc} + } +}; + +StandTile tile_244 = { + 0x00283a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 300, -797, 0x0408}, + {-263, 300, -815, 0x0000}, + {-263, 300, -797, 0x03d8} + } +}; + +StandTile tile_245 = { + 0x002839, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 300, -797, 0x0000}, + {-214, 300, -815, 0x03dc}, + {-263, 300, -815, 0x0404} + } +}; + +StandTile tile_246 = { + 0x00263a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 319, -815, 0x0410}, + {-263, 319, -833, 0x0000}, + {-263, 319, -815, 0x03e0} + } +}; + +StandTile tile_247 = { + 0x002639, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 319, -815, 0x0000}, + {-214, 319, -833, 0x03e4}, + {-263, 319, -833, 0x040c} + } +}; + +StandTile tile_248 = { + 0x00223a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 172, -668, 0x0418}, + {-263, 172, -686, 0x0000}, + {-263, 172, -668, 0x03a0} + } +}; + +StandTile tile_249 = { + 0x002239, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 172, -668, 0x0000}, + {-214, 172, -686, 0x03a4}, + {-263, 172, -686, 0x0414} + } +}; + +StandTile tile_250 = { + 0x00203a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 190, -686, 0x0420}, + {-263, 190, -705, 0x0000}, + {-263, 190, -686, 0x03a8} + } +}; + +StandTile tile_251 = { + 0x002039, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 190, -686, 0x0000}, + {-214, 190, -705, 0x03ac}, + {-263, 190, -705, 0x041c} + } +}; + +StandTile tile_252 = { + 0x001e3a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 208, -705, 0x0428}, + {-263, 208, -723, 0x0000}, + {-263, 208, -705, 0x03b0} + } +}; + +StandTile tile_253 = { + 0x001e39, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 208, -705, 0x0000}, + {-214, 208, -723, 0x03b4}, + {-263, 208, -723, 0x0424} + } +}; + +StandTile tile_254 = { + 0x001c3a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 227, -723, 0x0430}, + {-263, 227, -741, 0x0000}, + {-263, 227, -723, 0x03b8} + } +}; + +StandTile tile_255 = { + 0x001c39, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 227, -723, 0x0000}, + {-214, 227, -741, 0x03bc}, + {-263, 227, -741, 0x042c} + } +}; + +StandTile tile_256 = { + 0x001a3a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 245, -741, 0x0438}, + {-263, 245, -760, 0x0000}, + {-263, 245, -741, 0x03c0} + } +}; + +StandTile tile_257 = { + 0x001a39, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-214, 245, -741, 0x0000}, + {-214, 245, -760, 0x03c4}, + {-263, 245, -760, 0x0434} + } +}; + +StandTile tile_258 = { + 0x0bfc3a, 0x33, + 0x0, + 0x0, 0x0, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-270, 362, -86, 0x0440}, + {-270, 355, -55, 0x0000}, + {-270, 362, -55, 0x1dbe} + } +}; + +StandTile tile_259 = { + 0x0bfc39, 0x33, + 0x0, + 0x0, 0x0, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-270, 362, -86, 0x0000}, + {-270, 355, -86, 0x0450}, + {-270, 355, -55, 0x043c} + } +}; + +StandTile tile_260 = { + 0x013a3a, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-270, 159, -25, 0x0448}, + {-331, 159, -257, 0x0000}, + {-331, 159, -25, 0x045a} + } +}; + +StandTile tile_261 = { + 0x013a39, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-270, 159, -25, 0x0000}, + {-270, 159, -257, 0x02a7}, + {-331, 159, -257, 0x0444} + } +}; + +StandTile tile_262 = { + 0x00123a, 0x33, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-270, 355, -43, 0x0450}, + {-355, 355, -80, 0x0000}, + {-355, 355, -43, 0x0000} + } +}; + +StandTile tile_263 = { + 0x001239, 0x33, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x3, 0x4, + { + {-270, 355, -43, 0x0000}, + {-270, 355, -55, 0x0440}, + {-270, 355, -86, 0x0000}, + {-270, 355, -123, 0x0000}, + {-355, 355, -80, 0x044c} + } +}; + +StandTile tile_264 = { + 0x0cea38, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-331, 159, 376, 0x046c}, + {331, 159, 376, 0x0464}, + {0, 159, 6, 0x0468} + } +}; + +StandTile tile_265 = { + 0x0ce938, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {-331, 159, -25, 0x0000}, + {-331, 159, 90, 0x0020}, + {-331, 159, 128, 0x0000}, + {-331, 159, 376, 0x0468}, + {-270, 159, -25, 0x0444} + } +}; + +StandTile tile_266 = { + 0x0ce838, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {270, 159, -25, 0x0464}, + {331, 159, 376, 0x0000}, + {331, 159, -25, 0x0263} + } +}; + +StandTile tile_267 = { + 0x0ce738, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {331, 159, 376, 0x0460}, + {270, 159, -25, 0x0000}, + {0, 159, 6, 0x0456} + } +}; + +StandTile tile_268 = { + 0x0ce638, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 159, 6, 0x0000}, + {-270, 159, -25, 0x045a}, + {-331, 159, 376, 0x0456} + } +}; + +StandTile tile_269 = { + 0x01ba3a, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-311, 159, 666, 0x0470}, + {331, 159, 376, 0x0456}, + {-331, 159, 376, 0x0000} + } +}; + +StandTile tile_270 = { + 0x01ba39, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-311, 159, 666, 0x0474}, + {311, 159, 666, 0x0000}, + {331, 159, 376, 0x046c} + } +}; + +StandTile tile_271 = { + 0x01b93a, 0x30, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-269, 159, 859, 0x0478}, + {311, 159, 666, 0x0470}, + {-311, 159, 666, 0x0000} + } +}; + +StandTile tile_272 = { + 0x01b939, 0x30, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-269, 159, 859, 0x0488}, + {269, 159, 859, 0x0000}, + {311, 159, 666, 0x0474} + } +}; + +StandTile tile_273 = { + 0x01b638, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {0, 180, 1630, 0x0000}, + {83, 170, 1421, 0x0484}, + {-83, 170, 1421, 0x0000} + } +}; + +StandTile tile_274 = { + 0x01b73a, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-83, 170, 1421, 0x0484}, + {166, 159, 1228, 0x048c}, + {-166, 159, 1228, 0x0000} + } +}; + +StandTile tile_275 = { + 0x01b739, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-83, 170, 1421, 0x047c}, + {83, 170, 1421, 0x0000}, + {166, 159, 1228, 0x0480} + } +}; + +StandTile tile_276 = { + 0x01b83a, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-166, 159, 1228, 0x048c}, + {269, 159, 859, 0x0478}, + {-269, 159, 859, 0x0000} + } +}; + +StandTile tile_277 = { + 0x01b839, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-166, 159, 1228, 0x0480}, + {166, 159, 1228, 0x0000}, + {269, 159, 859, 0x0488} + } +}; + +StandTile tile_278 = { + 0x0ccf3a, 0x2e, + 0x0, + 0xb, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {251, 358, -1624, 0x0494}, + {288, 358, -1618, 0x0000}, + {288, 358, -1624, 0x04a0} + } +}; + +StandTile tile_279 = { + 0x0ccf39, 0x2e, + 0x0, + 0x9, 0x8, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {251, 358, -1624, 0x0000}, + {251, 358, -1618, 0x1a54}, + {288, 358, -1618, 0x0490} + } +}; + +StandTile tile_280 = { + 0x09dc3a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 355, -1673, 0x049c}, + {227, 355, -1624, 0x0000}, + {245, 355, -1624, 0x04b4} + } +}; + +StandTile tile_281 = { + 0x09dc39, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 355, -1673, 0x0000}, + {227, 355, -1673, 0x06c0}, + {227, 355, -1624, 0x0498} + } +}; + +StandTile tile_282 = { + 0x0b713a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {294, 355, -1624, 0x04a4}, + {251, 358, -1624, 0x0490}, + {288, 358, -1624, 0x0000} + } +}; + +StandTile tile_283 = { + 0x0b7139, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {294, 355, -1624, 0x04b4}, + {245, 355, -1624, 0x0000}, + {251, 358, -1624, 0x04a0} + } +}; + +StandTile tile_284 = { + 0x09be3a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 355, -1710, 0x04ac}, + {294, 355, -1691, 0x0000}, + {294, 355, -1710, 0x04c5} + } +}; + +StandTile tile_285 = { + 0x09be39, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 355, -1710, 0x0000}, + {245, 355, -1691, 0x04b0}, + {294, 355, -1691, 0x04a8} + } +}; + +StandTile tile_286 = { + 0x09dd3a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 355, -1691, 0x04b4}, + {294, 355, -1624, 0x0000}, + {294, 355, -1691, 0x04ac} + } +}; + +StandTile tile_287 = { + 0x09dd39, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {245, 355, -1691, 0x0000}, + {245, 355, -1673, 0x0498}, + {245, 355, -1624, 0x04a4}, + {294, 355, -1624, 0x04b0} + } +}; + +StandTile tile_288 = { + 0x09bd3a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 337, -1728, 0x04bd}, + {294, 337, -1710, 0x0000}, + {294, 337, -1728, 0x04dd} + } +}; + +StandTile tile_289 = { + 0x09bd39, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 337, -1728, 0x0000}, + {245, 337, -1710, 0x04c1}, + {294, 337, -1710, 0x04b9} + } +}; + +StandTile tile_290 = { + 0x0b823a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 337, -1710, 0x04c5}, + {294, 355, -1710, 0x0000}, + {294, 337, -1710, 0x04bd} + } +}; + +StandTile tile_291 = { + 0x0b8239, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 337, -1710, 0x0000}, + {245, 355, -1710, 0x04a8}, + {294, 355, -1710, 0x04c1} + } +}; + +StandTile tile_292 = { + 0x09bc3a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 319, -1746, 0x04cd}, + {294, 319, -1728, 0x0000}, + {294, 319, -1746, 0x04e5} + } +}; + +StandTile tile_293 = { + 0x09bc39, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 319, -1746, 0x0000}, + {245, 319, -1728, 0x04d9}, + {294, 319, -1728, 0x04c9} + } +}; + +StandTile tile_294 = { + 0x09c93a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 300, -1765, 0x04d5}, + {294, 300, -1746, 0x0000}, + {294, 300, -1765, 0x04f5} + } +}; + +StandTile tile_295 = { + 0x09c939, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 300, -1765, 0x0000}, + {245, 300, -1746, 0x04e1}, + {294, 300, -1746, 0x04d1} + } +}; + +StandTile tile_296 = { + 0x0b833a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 319, -1728, 0x04dd}, + {294, 337, -1728, 0x0000}, + {294, 319, -1728, 0x04cd} + } +}; + +StandTile tile_297 = { + 0x0b8339, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 319, -1728, 0x0000}, + {245, 337, -1728, 0x04b9}, + {294, 337, -1728, 0x04d9} + } +}; + +StandTile tile_298 = { + 0x0b843a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 300, -1746, 0x04e5}, + {294, 319, -1746, 0x0000}, + {294, 300, -1746, 0x04d5} + } +}; + +StandTile tile_299 = { + 0x0b8439, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 300, -1746, 0x0000}, + {245, 319, -1746, 0x04c9}, + {294, 319, -1746, 0x04e1} + } +}; + +StandTile tile_300 = { + 0x09ca3a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 282, -1783, 0x04ed}, + {294, 282, -1765, 0x0000}, + {294, 282, -1783, 0x053d} + } +}; + +StandTile tile_301 = { + 0x09ca39, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 282, -1783, 0x0000}, + {245, 282, -1765, 0x04f1}, + {294, 282, -1765, 0x04e9} + } +}; + +StandTile tile_302 = { + 0x0b853a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 282, -1765, 0x04f5}, + {294, 300, -1765, 0x0000}, + {294, 282, -1765, 0x04ed} + } +}; + +StandTile tile_303 = { + 0x0b8539, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 282, -1765, 0x0000}, + {245, 300, -1765, 0x04d1}, + {294, 300, -1765, 0x04f1} + } +}; + +StandTile tile_304 = { + 0x09cb3a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 263, -1801, 0x04fd}, + {294, 263, -1783, 0x0000}, + {294, 263, -1801, 0x0545} + } +}; + +StandTile tile_305 = { + 0x09cb39, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 263, -1801, 0x0000}, + {245, 263, -1783, 0x0539}, + {294, 263, -1783, 0x04f9} + } +}; + +StandTile tile_306 = { + 0x09cc3a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 245, -1820, 0x0505}, + {294, 245, -1801, 0x0000}, + {294, 245, -1820, 0x054d} + } +}; + +StandTile tile_307 = { + 0x09cc39, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 245, -1820, 0x0000}, + {245, 245, -1801, 0x0541}, + {294, 245, -1801, 0x0501} + } +}; + +StandTile tile_308 = { + 0x09cd3a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 227, -1838, 0x050d}, + {294, 227, -1820, 0x0000}, + {294, 227, -1838, 0x0555} + } +}; + +StandTile tile_309 = { + 0x09cd39, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 227, -1838, 0x0000}, + {245, 227, -1820, 0x0549}, + {294, 227, -1820, 0x0509} + } +}; + +StandTile tile_310 = { + 0x09ce3a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 208, -1857, 0x0515}, + {294, 208, -1838, 0x0000}, + {294, 208, -1857, 0x055d} + } +}; + +StandTile tile_311 = { + 0x09ce39, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 208, -1857, 0x0000}, + {245, 208, -1838, 0x0551}, + {294, 208, -1838, 0x0511} + } +}; + +StandTile tile_312 = { + 0x09cf3a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 190, -1875, 0x051d}, + {294, 190, -1857, 0x0000}, + {294, 190, -1875, 0x0565} + } +}; + +StandTile tile_313 = { + 0x09cf39, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 190, -1875, 0x0000}, + {245, 190, -1857, 0x0559}, + {294, 190, -1857, 0x0519} + } +}; + +StandTile tile_314 = { + 0x09d03a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 172, -1893, 0x0525}, + {294, 172, -1875, 0x0000}, + {294, 172, -1893, 0x056d} + } +}; + +StandTile tile_315 = { + 0x09d039, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 172, -1893, 0x0000}, + {245, 172, -1875, 0x0561}, + {294, 172, -1875, 0x0521} + } +}; + +StandTile tile_316 = { + 0x09d13a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 153, -1912, 0x052d}, + {294, 153, -1893, 0x0000}, + {294, 153, -1912, 0x0575} + } +}; + +StandTile tile_317 = { + 0x09d139, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 153, -1912, 0x0000}, + {245, 153, -1893, 0x0569}, + {294, 153, -1893, 0x0529} + } +}; + +StandTile tile_318 = { + 0x09d23a, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 135, -1930, 0x0535}, + {294, 135, -1912, 0x0000}, + {294, 135, -1930, 0x057d} + } +}; + +StandTile tile_319 = { + 0x09d239, 0x2e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {245, 135, -1930, 0x0000}, + {245, 135, -1912, 0x0571}, + {294, 135, -1912, 0x0531} + } +}; + +StandTile tile_320 = { + 0x0b863a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 263, -1783, 0x053d}, + {294, 282, -1783, 0x0000}, + {294, 263, -1783, 0x04fd} + } +}; + +StandTile tile_321 = { + 0x0b8639, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 263, -1783, 0x0000}, + {245, 282, -1783, 0x04e9}, + {294, 282, -1783, 0x0539} + } +}; + +StandTile tile_322 = { + 0x0b873a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 245, -1801, 0x0545}, + {294, 263, -1801, 0x0000}, + {294, 245, -1801, 0x0505} + } +}; + +StandTile tile_323 = { + 0x0b8739, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 245, -1801, 0x0000}, + {245, 263, -1801, 0x04f9}, + {294, 263, -1801, 0x0541} + } +}; + +StandTile tile_324 = { + 0x0b883a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 227, -1820, 0x054d}, + {294, 245, -1820, 0x0000}, + {294, 227, -1820, 0x050d} + } +}; + +StandTile tile_325 = { + 0x0b8839, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 227, -1820, 0x0000}, + {245, 245, -1820, 0x0501}, + {294, 245, -1820, 0x0549} + } +}; + +StandTile tile_326 = { + 0x0b893a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 208, -1838, 0x0555}, + {294, 227, -1838, 0x0000}, + {294, 208, -1838, 0x0515} + } +}; + +StandTile tile_327 = { + 0x0b8939, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 208, -1838, 0x0000}, + {245, 227, -1838, 0x0509}, + {294, 227, -1838, 0x0551} + } +}; + +StandTile tile_328 = { + 0x0b8a3a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 190, -1857, 0x055d}, + {294, 208, -1857, 0x0000}, + {294, 190, -1857, 0x051d} + } +}; + +StandTile tile_329 = { + 0x0b8a39, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 190, -1857, 0x0000}, + {245, 208, -1857, 0x0511}, + {294, 208, -1857, 0x0559} + } +}; + +StandTile tile_330 = { + 0x0b8b3a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 172, -1875, 0x0565}, + {294, 190, -1875, 0x0000}, + {294, 172, -1875, 0x0525} + } +}; + +StandTile tile_331 = { + 0x0b8b39, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 172, -1875, 0x0000}, + {245, 190, -1875, 0x0519}, + {294, 190, -1875, 0x0561} + } +}; + +StandTile tile_332 = { + 0x0b8c3a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 153, -1893, 0x056d}, + {294, 172, -1893, 0x0000}, + {294, 153, -1893, 0x052d} + } +}; + +StandTile tile_333 = { + 0x0b8c39, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 153, -1893, 0x0000}, + {245, 172, -1893, 0x0521}, + {294, 172, -1893, 0x0569} + } +}; + +StandTile tile_334 = { + 0x0b8d3a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 135, -1912, 0x0575}, + {294, 153, -1912, 0x0000}, + {294, 135, -1912, 0x0535} + } +}; + +StandTile tile_335 = { + 0x0b8d39, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 135, -1912, 0x0000}, + {245, 153, -1912, 0x0529}, + {294, 153, -1912, 0x0571} + } +}; + +StandTile tile_336 = { + 0x0b8e3a, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 110, -1936, 0x057d}, + {294, 135, -1930, 0x0000}, + {294, 110, -1936, 0x0581} + } +}; + +StandTile tile_337 = { + 0x0b8e39, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 110, -1936, 0x0000}, + {245, 135, -1930, 0x0531}, + {294, 135, -1930, 0x0579} + } +}; + +StandTile tile_338 = { + 0x0b923a, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x1, 0x2, + { + {331, 110, -1936, 0x0587}, + {227, 110, -2120, 0x0000}, + {227, 110, -1936, 0x0000}, + {245, 110, -1936, 0x0579}, + {294, 110, -1936, 0x0000} + } +}; + +StandTile tile_339 = { + 0x0b9239, 0x2e, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {331, 110, -1936, 0x0000}, + {331, 110, -2120, 0x0590}, + {245, 110, -2120, 0x0000}, + {227, 110, -2120, 0x0581} + } +}; + +StandTile tile_340 = { + 0x0bff3a, 0x2d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {245, 110, -2518, 0x0590}, + {331, 110, -2120, 0x0000}, + {331, 110, -2518, 0x087e} + } +}; + +StandTile tile_341 = { + 0x0bff39, 0x2d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {245, 110, -2518, 0x0000}, + {245, 110, -2120, 0x0587}, + {331, 110, -2120, 0x058c} + } +}; + +StandTile tile_342 = { + 0x0cef3a, 0x2c, + 0x0, + 0xb, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-288, 358, -1624, 0x0598}, + {-251, 358, -1618, 0x0000}, + {-251, 358, -1624, 0x0681} + } +}; + +StandTile tile_343 = { + 0x0cef39, 0x2c, + 0x0, + 0x9, 0x8, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-288, 358, -1624, 0x0000}, + {-288, 358, -1618, 0x1b10}, + {-251, 358, -1618, 0x0594} + } +}; + +StandTile tile_344 = { + 0x0b7c3a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 172, -1875, 0x05a0}, + {-245, 190, -1875, 0x0000}, + {-245, 172, -1875, 0x05c8} + } +}; + +StandTile tile_345 = { + 0x0b7c39, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 172, -1875, 0x0000}, + {-294, 190, -1875, 0x05bc}, + {-245, 190, -1875, 0x059c} + } +}; + +StandTile tile_346 = { + 0x0b7d3a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 153, -1893, 0x05a8}, + {-245, 172, -1893, 0x0000}, + {-245, 153, -1893, 0x05d0} + } +}; + +StandTile tile_347 = { + 0x0b7d39, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 153, -1893, 0x0000}, + {-294, 172, -1893, 0x05c4}, + {-245, 172, -1893, 0x05a4} + } +}; + +StandTile tile_348 = { + 0x0b7e3a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 135, -1912, 0x05b0}, + {-245, 153, -1912, 0x0000}, + {-245, 135, -1912, 0x05d8} + } +}; + +StandTile tile_349 = { + 0x0b7e39, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 135, -1912, 0x0000}, + {-294, 153, -1912, 0x05cc}, + {-245, 153, -1912, 0x05ac} + } +}; + +StandTile tile_350 = { + 0x0b7f3a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 110, -1936, 0x05b8}, + {-245, 135, -1930, 0x0000}, + {-245, 110, -1936, 0x0685} + } +}; + +StandTile tile_351 = { + 0x0b7f39, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 110, -1936, 0x0000}, + {-294, 135, -1930, 0x05d4}, + {-245, 135, -1930, 0x05b4} + } +}; + +StandTile tile_352 = { + 0x09263a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 190, -1875, 0x05c0}, + {-245, 190, -1857, 0x0000}, + {-245, 190, -1875, 0x05a0} + } +}; + +StandTile tile_353 = { + 0x092639, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 190, -1875, 0x0000}, + {-294, 190, -1857, 0x0634}, + {-245, 190, -1857, 0x05bc} + } +}; + +StandTile tile_354 = { + 0x09273a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 172, -1893, 0x05c8}, + {-245, 172, -1875, 0x0000}, + {-245, 172, -1893, 0x05a8} + } +}; + +StandTile tile_355 = { + 0x092739, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 172, -1893, 0x0000}, + {-294, 172, -1875, 0x059c}, + {-245, 172, -1875, 0x05c4} + } +}; + +StandTile tile_356 = { + 0x09283a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 153, -1912, 0x05d0}, + {-245, 153, -1893, 0x0000}, + {-245, 153, -1912, 0x05b0} + } +}; + +StandTile tile_357 = { + 0x092839, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 153, -1912, 0x0000}, + {-294, 153, -1893, 0x05a4}, + {-245, 153, -1893, 0x05cc} + } +}; + +StandTile tile_358 = { + 0x09293a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 135, -1930, 0x05d8}, + {-245, 135, -1912, 0x0000}, + {-245, 135, -1930, 0x05b8} + } +}; + +StandTile tile_359 = { + 0x092939, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 135, -1930, 0x0000}, + {-294, 135, -1912, 0x05ac}, + {-245, 135, -1912, 0x05d4} + } +}; + +StandTile tile_360 = { + 0x0b733a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 337, -1710, 0x05e0}, + {-245, 355, -1710, 0x0000}, + {-245, 337, -1710, 0x0600} + } +}; + +StandTile tile_361 = { + 0x0b7339, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 337, -1710, 0x0000}, + {-294, 355, -1710, 0x0664}, + {-245, 355, -1710, 0x05dc} + } +}; + +StandTile tile_362 = { + 0x0b743a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 319, -1728, 0x05e8}, + {-245, 337, -1728, 0x0000}, + {-245, 319, -1728, 0x05f8} + } +}; + +StandTile tile_363 = { + 0x0b7439, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 319, -1728, 0x0000}, + {-294, 337, -1728, 0x05fc}, + {-245, 337, -1728, 0x05e4} + } +}; + +StandTile tile_364 = { + 0x0b753a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 300, -1746, 0x05f0}, + {-245, 319, -1746, 0x0000}, + {-245, 300, -1746, 0x0608} + } +}; + +StandTile tile_365 = { + 0x0b7539, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 300, -1746, 0x0000}, + {-294, 319, -1746, 0x05f4}, + {-245, 319, -1746, 0x05ec} + } +}; + +StandTile tile_366 = { + 0x09133a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 319, -1746, 0x05f8}, + {-245, 319, -1728, 0x0000}, + {-245, 319, -1746, 0x05f0} + } +}; + +StandTile tile_367 = { + 0x091339, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 319, -1746, 0x0000}, + {-294, 319, -1728, 0x05e4}, + {-245, 319, -1728, 0x05f4} + } +}; + +StandTile tile_368 = { + 0x09143a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 337, -1728, 0x0600}, + {-245, 337, -1710, 0x0000}, + {-245, 337, -1728, 0x05e8} + } +}; + +StandTile tile_369 = { + 0x091439, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 337, -1728, 0x0000}, + {-294, 337, -1710, 0x05dc}, + {-245, 337, -1710, 0x05fc} + } +}; + +StandTile tile_370 = { + 0x09203a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 300, -1765, 0x0608}, + {-245, 300, -1746, 0x0000}, + {-245, 300, -1765, 0x0610} + } +}; + +StandTile tile_371 = { + 0x092039, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 300, -1765, 0x0000}, + {-294, 300, -1746, 0x05ec}, + {-245, 300, -1746, 0x0604} + } +}; + +StandTile tile_372 = { + 0x0b763a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 282, -1765, 0x0610}, + {-245, 300, -1765, 0x0000}, + {-245, 282, -1765, 0x0640} + } +}; + +StandTile tile_373 = { + 0x0b7639, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 282, -1765, 0x0000}, + {-294, 300, -1765, 0x0604}, + {-245, 300, -1765, 0x060c} + } +}; + +StandTile tile_374 = { + 0x0b773a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 263, -1783, 0x0618}, + {-245, 282, -1783, 0x0000}, + {-245, 263, -1783, 0x0648} + } +}; + +StandTile tile_375 = { + 0x0b7739, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 263, -1783, 0x0000}, + {-294, 282, -1783, 0x063c}, + {-245, 282, -1783, 0x0614} + } +}; + +StandTile tile_376 = { + 0x0b783a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 245, -1801, 0x0620}, + {-245, 263, -1801, 0x0000}, + {-245, 245, -1801, 0x0650} + } +}; + +StandTile tile_377 = { + 0x0b7839, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 245, -1801, 0x0000}, + {-294, 263, -1801, 0x0644}, + {-245, 263, -1801, 0x061c} + } +}; + +StandTile tile_378 = { + 0x0b793a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 227, -1820, 0x0628}, + {-245, 245, -1820, 0x0000}, + {-245, 227, -1820, 0x0658} + } +}; + +StandTile tile_379 = { + 0x0b7939, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 227, -1820, 0x0000}, + {-294, 245, -1820, 0x064c}, + {-245, 245, -1820, 0x0624} + } +}; + +StandTile tile_380 = { + 0x0b7a3a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 208, -1838, 0x0630}, + {-245, 227, -1838, 0x0000}, + {-245, 208, -1838, 0x0660} + } +}; + +StandTile tile_381 = { + 0x0b7a39, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 208, -1838, 0x0000}, + {-294, 227, -1838, 0x0654}, + {-245, 227, -1838, 0x062c} + } +}; + +StandTile tile_382 = { + 0x0b7b3a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 190, -1857, 0x0638}, + {-245, 208, -1857, 0x0000}, + {-245, 190, -1857, 0x05c0} + } +}; + +StandTile tile_383 = { + 0x0b7b39, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 190, -1857, 0x0000}, + {-294, 208, -1857, 0x065c}, + {-245, 208, -1857, 0x0634} + } +}; + +StandTile tile_384 = { + 0x09213a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 282, -1783, 0x0640}, + {-245, 282, -1765, 0x0000}, + {-245, 282, -1783, 0x0618} + } +}; + +StandTile tile_385 = { + 0x092139, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 282, -1783, 0x0000}, + {-294, 282, -1765, 0x060c}, + {-245, 282, -1765, 0x063c} + } +}; + +StandTile tile_386 = { + 0x09223a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 263, -1801, 0x0648}, + {-245, 263, -1783, 0x0000}, + {-245, 263, -1801, 0x0620} + } +}; + +StandTile tile_387 = { + 0x092239, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 263, -1801, 0x0000}, + {-294, 263, -1783, 0x0614}, + {-245, 263, -1783, 0x0644} + } +}; + +StandTile tile_388 = { + 0x09233a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 245, -1820, 0x0650}, + {-245, 245, -1801, 0x0000}, + {-245, 245, -1820, 0x0628} + } +}; + +StandTile tile_389 = { + 0x092339, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 245, -1820, 0x0000}, + {-294, 245, -1801, 0x061c}, + {-245, 245, -1801, 0x064c} + } +}; + +StandTile tile_390 = { + 0x09243a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 227, -1838, 0x0658}, + {-245, 227, -1820, 0x0000}, + {-245, 227, -1838, 0x0630} + } +}; + +StandTile tile_391 = { + 0x092439, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 227, -1838, 0x0000}, + {-294, 227, -1820, 0x0624}, + {-245, 227, -1820, 0x0654} + } +}; + +StandTile tile_392 = { + 0x09253a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 208, -1857, 0x0660}, + {-245, 208, -1838, 0x0000}, + {-245, 208, -1857, 0x0638} + } +}; + +StandTile tile_393 = { + 0x092539, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 208, -1857, 0x0000}, + {-294, 208, -1838, 0x062c}, + {-245, 208, -1838, 0x065c} + } +}; + +StandTile tile_394 = { + 0x09153a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 355, -1710, 0x0668}, + {-245, 355, -1691, 0x0000}, + {-245, 355, -1710, 0x05e0} + } +}; + +StandTile tile_395 = { + 0x091539, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 355, -1710, 0x0000}, + {-294, 355, -1691, 0x0674}, + {-245, 355, -1691, 0x0664} + } +}; + +StandTile tile_396 = { + 0x09413a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-245, 355, -1624, 0x0670}, + {-227, 355, -1673, 0x0000}, + {-245, 355, -1673, 0x0674} + } +}; + +StandTile tile_397 = { + 0x094139, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-245, 355, -1624, 0x0000}, + {-227, 355, -1624, 0x06e0}, + {-227, 355, -1673, 0x066c} + } +}; + +StandTile tile_398 = { + 0x09403a, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {-294, 355, -1691, 0x0679}, + {-245, 355, -1624, 0x066c}, + {-245, 355, -1673, 0x0000}, + {-245, 355, -1691, 0x0668} + } +}; + +StandTile tile_399 = { + 0x094039, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-294, 355, -1691, 0x0000}, + {-294, 355, -1624, 0x067d}, + {-245, 355, -1624, 0x0674} + } +}; + +StandTile tile_400 = { + 0x0b703a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 355, -1624, 0x0681}, + {-251, 358, -1624, 0x0000}, + {-245, 355, -1624, 0x0679} + } +}; + +StandTile tile_401 = { + 0x0b7039, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, 355, -1624, 0x0000}, + {-288, 358, -1624, 0x0594}, + {-251, 358, -1624, 0x067d} + } +}; + +StandTile tile_402 = { + 0x0b723a, 0x2c, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x1, 0x2, + { + {-227, 110, -1936, 0x068b}, + {-331, 110, -2120, 0x0000}, + {-331, 110, -1936, 0x0000}, + {-294, 110, -1936, 0x05b4}, + {-245, 110, -1936, 0x0000} + } +}; + +StandTile tile_403 = { + 0x0b7239, 0x2c, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {-227, 110, -1936, 0x0000}, + {-227, 110, -2120, 0x0000}, + {-245, 110, -2120, 0x0694}, + {-331, 110, -2120, 0x0685} + } +}; + +StandTile tile_404 = { + 0x06903a, 0x2b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-331, 110, -2120, 0x0694}, + {-245, 110, -2518, 0x084a}, + {-331, 110, -2518, 0x0000} + } +}; + +StandTile tile_405 = { + 0x069039, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-331, 110, -2120, 0x068b}, + {-245, 110, -2120, 0x0000}, + {-245, 110, -2518, 0x0690} + } +}; + +StandTile tile_406 = { + 0x0b803a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-197, 343, -1624, 0x069c}, + {-202, 355, -1673, 0x06b0}, + {-202, 355, -1624, 0x0000} + } +}; + +StandTile tile_407 = { + 0x0b8039, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-197, 343, -1624, 0x06a8}, + {-197, 343, -1673, 0x0000}, + {-202, 355, -1673, 0x0698} + } +}; + +StandTile tile_408 = { + 0x0b813a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-184, 331, -1624, 0x06a4}, + {-190, 343, -1673, 0x06ac}, + {-190, 343, -1624, 0x0000} + } +}; + +StandTile tile_409 = { + 0x0b8139, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-184, 331, -1624, 0x07b0}, + {-184, 331, -1673, 0x0000}, + {-190, 343, -1673, 0x06a0} + } +}; + +StandTile tile_410 = { + 0x0bd13a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 343, -1624, 0x06ac}, + {-197, 343, -1673, 0x069c}, + {-197, 343, -1624, 0x0000} + } +}; + +StandTile tile_411 = { + 0x0bd139, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 343, -1624, 0x06a0}, + {-190, 343, -1673, 0x0000}, + {-197, 343, -1673, 0x06a8} + } +}; + +StandTile tile_412 = { + 0x093d3a, 0x2a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-202, 355, -1673, 0x06b4}, + {-221, 355, -1624, 0x0000}, + {-202, 355, -1624, 0x0698} + } +}; + +StandTile tile_413 = { + 0x093d39, 0x2a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-202, 355, -1673, 0x0000}, + {-221, 355, -1673, 0x06e4}, + {-221, 355, -1624, 0x06b0} + } +}; + +StandTile tile_414 = { + 0x09d83a, 0x2a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {202, 355, -1624, 0x06bc}, + {221, 355, -1673, 0x0000}, + {202, 355, -1673, 0x06cc} + } +}; + +StandTile tile_415 = { + 0x09d839, 0x2a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {202, 355, -1624, 0x0000}, + {221, 355, -1624, 0x06c4}, + {221, 355, -1673, 0x06b8} + } +}; + +StandTile tile_416 = { + 0x0cba3a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, 355, -1673, 0x06c4}, + {221, 355, -1624, 0x0000}, + {227, 355, -1624, 0x049c} + } +}; + +StandTile tile_417 = { + 0x0cba39, 0x2a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {227, 355, -1673, 0x0000}, + {221, 355, -1673, 0x06bc}, + {221, 355, -1624, 0x06c0} + } +}; + +StandTile tile_418 = { + 0x0b8f3a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {202, 355, -1624, 0x06cc}, + {197, 343, -1673, 0x06dc}, + {197, 343, -1624, 0x0000} + } +}; + +StandTile tile_419 = { + 0x0b8f39, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {202, 355, -1624, 0x06b8}, + {202, 355, -1673, 0x0000}, + {197, 343, -1673, 0x06c8} + } +}; + +StandTile tile_420 = { + 0x0b903a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {190, 343, -1624, 0x06d4}, + {184, 331, -1673, 0x07b4}, + {184, 331, -1624, 0x0000} + } +}; + +StandTile tile_421 = { + 0x0b9039, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {190, 343, -1624, 0x06d8}, + {190, 343, -1673, 0x0000}, + {184, 331, -1673, 0x06d0} + } +}; + +StandTile tile_422 = { + 0x0bd23a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {190, 343, -1624, 0x06dc}, + {197, 343, -1673, 0x0000}, + {190, 343, -1673, 0x06d4} + } +}; + +StandTile tile_423 = { + 0x0bd239, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {190, 343, -1624, 0x0000}, + {197, 343, -1624, 0x06c8}, + {197, 343, -1673, 0x06d8} + } +}; + +StandTile tile_424 = { + 0x0cbb3a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 355, -1624, 0x06e4}, + {-221, 355, -1673, 0x0000}, + {-227, 355, -1673, 0x0670} + } +}; + +StandTile tile_425 = { + 0x0cbb39, 0x2a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-227, 355, -1624, 0x0000}, + {-221, 355, -1624, 0x06b4}, + {-221, 355, -1673, 0x06e0} + } +}; + +StandTile tile_426 = { + 0x0bd63a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 343, -2047, 0x06ec}, + {-141, 343, -2056, 0x071c}, + {-190, 343, -2056, 0x0000} + } +}; + +StandTile tile_427 = { + 0x0bd639, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 343, -2047, 0x0710}, + {-141, 343, -2047, 0x0000}, + {-141, 343, -2056, 0x06e8} + } +}; + +StandTile tile_428 = { + 0x0bd53a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 355, -2059, 0x06f4}, + {-141, 355, -2068, 0x0724}, + {-190, 355, -2068, 0x0000} + } +}; + +StandTile tile_429 = { + 0x0bd539, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 355, -2059, 0x0718}, + {-141, 355, -2059, 0x0000}, + {-141, 355, -2068, 0x06f0} + } +}; + +StandTile tile_430 = { + 0x0bd43a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 368, -2071, 0x06fc}, + {-141, 368, -2080, 0x072c}, + {-190, 368, -2080, 0x0000} + } +}; + +StandTile tile_431 = { + 0x0bd439, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 368, -2071, 0x0720}, + {-141, 368, -2071, 0x0000}, + {-141, 368, -2080, 0x06f8} + } +}; + +StandTile tile_432 = { + 0x0bd33a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-141, 380, -2083, 0x0704}, + {-190, 380, -2092, 0x0000}, + {-190, 380, -2083, 0x0728} + } +}; + +StandTile tile_433 = { + 0x0bd339, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-141, 380, -2083, 0x0000}, + {-141, 380, -2092, 0x0734}, + {-190, 380, -2092, 0x0700} + } +}; + +StandTile tile_434 = { + 0x0b9e3a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 392, -2114, 0x070c}, + {-141, 411, -2120, 0x080c}, + {-190, 411, -2120, 0x0000} + } +}; + +StandTile tile_435 = { + 0x0b9e39, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 392, -2114, 0x073c}, + {-141, 392, -2114, 0x0000}, + {-141, 411, -2120, 0x0708} + } +}; + +StandTile tile_436 = { + 0x0b9d3a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 331, -2040, 0x0714}, + {-141, 343, -2047, 0x06ec}, + {-190, 343, -2047, 0x0000} + } +}; + +StandTile tile_437 = { + 0x0b9d39, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 331, -2040, 0x07d6}, + {-141, 331, -2040, 0x0000}, + {-141, 343, -2047, 0x0710} + } +}; + +StandTile tile_438 = { + 0x0b9c3a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 343, -2056, 0x071c}, + {-141, 355, -2059, 0x06f4}, + {-190, 355, -2059, 0x0000} + } +}; + +StandTile tile_439 = { + 0x0b9c39, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 343, -2056, 0x06e8}, + {-141, 343, -2056, 0x0000}, + {-141, 355, -2059, 0x0718} + } +}; + +StandTile tile_440 = { + 0x0b9b3a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 355, -2068, 0x0724}, + {-141, 368, -2071, 0x06fc}, + {-190, 368, -2071, 0x0000} + } +}; + +StandTile tile_441 = { + 0x0b9b39, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 355, -2068, 0x06f0}, + {-141, 355, -2068, 0x0000}, + {-141, 368, -2071, 0x0720} + } +}; + +StandTile tile_442 = { + 0x0b9a3a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 368, -2080, 0x072c}, + {-141, 380, -2083, 0x0700}, + {-190, 380, -2083, 0x0000} + } +}; + +StandTile tile_443 = { + 0x0b9a39, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 368, -2080, 0x06f8}, + {-141, 368, -2080, 0x0000}, + {-141, 380, -2083, 0x0728} + } +}; + +StandTile tile_444 = { + 0x0b993a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 380, -2092, 0x0734}, + {-141, 392, -2096, 0x0738}, + {-190, 392, -2096, 0x0000} + } +}; + +StandTile tile_445 = { + 0x0b9939, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 380, -2092, 0x0704}, + {-141, 380, -2092, 0x0000}, + {-141, 392, -2096, 0x0730} + } +}; + +StandTile tile_446 = { + 0x09333a, 0x2a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-141, 392, -2096, 0x073c}, + {-190, 392, -2114, 0x0000}, + {-190, 392, -2096, 0x0730} + } +}; + +StandTile tile_447 = { + 0x093339, 0x2a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-141, 392, -2096, 0x0000}, + {-141, 392, -2114, 0x070c}, + {-190, 392, -2114, 0x0738} + } +}; + +StandTile tile_448 = { + 0x095c3a, 0x2a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {190, 392, -2096, 0x0744}, + {141, 392, -2114, 0x0000}, + {141, 392, -2096, 0x0790} + } +}; + +StandTile tile_449 = { + 0x095c39, 0x2a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {190, 392, -2096, 0x0000}, + {190, 392, -2114, 0x076c}, + {141, 392, -2114, 0x0740} + } +}; + +StandTile tile_450 = { + 0x0bda3a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 343, -2047, 0x074c}, + {190, 343, -2056, 0x077c}, + {141, 343, -2056, 0x0000} + } +}; + +StandTile tile_451 = { + 0x0bda39, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 343, -2047, 0x0770}, + {190, 343, -2047, 0x0000}, + {190, 343, -2056, 0x0748} + } +}; + +StandTile tile_452 = { + 0x0bd93a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 355, -2059, 0x0754}, + {190, 355, -2068, 0x0784}, + {141, 355, -2068, 0x0000} + } +}; + +StandTile tile_453 = { + 0x0bd939, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 355, -2059, 0x0778}, + {190, 355, -2059, 0x0000}, + {190, 355, -2068, 0x0750} + } +}; + +StandTile tile_454 = { + 0x0bd83a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 368, -2071, 0x075c}, + {190, 368, -2080, 0x078c}, + {141, 368, -2080, 0x0000} + } +}; + +StandTile tile_455 = { + 0x0bd839, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 368, -2071, 0x0780}, + {190, 368, -2071, 0x0000}, + {190, 368, -2080, 0x0758} + } +}; + +StandTile tile_456 = { + 0x0bd73a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {190, 380, -2083, 0x0764}, + {141, 380, -2092, 0x0000}, + {141, 380, -2083, 0x0788} + } +}; + +StandTile tile_457 = { + 0x0bd739, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {190, 380, -2083, 0x0000}, + {190, 380, -2092, 0x0794}, + {141, 380, -2092, 0x0760} + } +}; + +StandTile tile_458 = { + 0x0b983a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 392, -2114, 0x076c}, + {190, 411, -2120, 0x0802}, + {141, 411, -2120, 0x0000} + } +}; + +StandTile tile_459 = { + 0x0b9839, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 392, -2114, 0x0744}, + {190, 392, -2114, 0x0000}, + {190, 411, -2120, 0x0768} + } +}; + +StandTile tile_460 = { + 0x0b973a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 331, -2040, 0x0774}, + {190, 343, -2047, 0x074c}, + {141, 343, -2047, 0x0000} + } +}; + +StandTile tile_461 = { + 0x0b9739, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 331, -2040, 0x07d6}, + {190, 331, -2040, 0x0000}, + {190, 343, -2047, 0x0770} + } +}; + +StandTile tile_462 = { + 0x0b963a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 343, -2056, 0x077c}, + {190, 355, -2059, 0x0754}, + {141, 355, -2059, 0x0000} + } +}; + +StandTile tile_463 = { + 0x0b9639, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 343, -2056, 0x0748}, + {190, 343, -2056, 0x0000}, + {190, 355, -2059, 0x0778} + } +}; + +StandTile tile_464 = { + 0x0b953a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 355, -2068, 0x0784}, + {190, 368, -2071, 0x075c}, + {141, 368, -2071, 0x0000} + } +}; + +StandTile tile_465 = { + 0x0b9539, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 355, -2068, 0x0750}, + {190, 355, -2068, 0x0000}, + {190, 368, -2071, 0x0780} + } +}; + +StandTile tile_466 = { + 0x0b943a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 368, -2080, 0x078c}, + {190, 380, -2083, 0x0760}, + {141, 380, -2083, 0x0000} + } +}; + +StandTile tile_467 = { + 0x0b9439, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 368, -2080, 0x0758}, + {190, 368, -2080, 0x0000}, + {190, 380, -2083, 0x0788} + } +}; + +StandTile tile_468 = { + 0x0b933a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 380, -2092, 0x0794}, + {190, 392, -2096, 0x0740}, + {141, 392, -2096, 0x0000} + } +}; + +StandTile tile_469 = { + 0x0b9339, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 380, -2092, 0x0764}, + {190, 380, -2092, 0x0000}, + {190, 392, -2096, 0x0790} + } +}; + +StandTile tile_470 = { + 0x0bb73a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-190, 331, -2120, 0x079c}, + {-227, 331, -2040, 0x07d6}, + {-190, 331, -2040, 0x0000} + } +}; + +StandTile tile_471 = { + 0x0bb739, 0x2a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-190, 331, -2120, 0x0000}, + {-227, 331, -2120, 0x0000}, + {-227, 331, -2040, 0x0798} + } +}; + +StandTile tile_472 = { + 0x0bb63a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 331, -2120, 0x07a4}, + {-141, 331, -2040, 0x07d6}, + {141, 331, -2040, 0x0000} + } +}; + +StandTile tile_473 = { + 0x0bb639, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {141, 331, -2120, 0x0000}, + {-141, 331, -2120, 0x0000}, + {-141, 331, -2040, 0x07a0} + } +}; + +StandTile tile_474 = { + 0x0bab3a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, 331, -2040, 0x07ac}, + {190, 331, -2120, 0x0000}, + {190, 331, -2040, 0x07d6} + } +}; + +StandTile tile_475 = { + 0x0bab39, 0x2a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {227, 331, -2040, 0x0000}, + {227, 331, -2120, 0x0000}, + {190, 331, -2120, 0x07a8} + } +}; + +StandTile tile_476 = { + 0x0ba93a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-184, 331, -1624, 0x07b4}, + {184, 331, -1673, 0x07c4}, + {-184, 331, -1673, 0x06a4} + } +}; + +StandTile tile_477 = { + 0x0ba939, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-184, 331, -1624, 0x0000}, + {184, 331, -1624, 0x06d0}, + {184, 331, -1673, 0x07b0} + } +}; + +StandTile tile_478 = { + 0x0bf23a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, 331, -1673, 0x07bc}, + {43, 331, -1837, 0x0000}, + {43, 331, -1745, 0x07c4} + } +}; + +StandTile tile_479 = { + 0x0bf239, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, 331, -1673, 0x0000}, + {227, 331, -2040, 0x07d6}, + {43, 331, -1837, 0x07b8} + } +}; + +StandTile tile_480 = { + 0x0bf13a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 331, -1673, 0x07c4}, + {43, 331, -1745, 0x0000}, + {-43, 331, -1745, 0x07ca} + } +}; + +StandTile tile_481 = { + 0x0bf139, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {-227, 331, -1673, 0x0000}, + {-184, 331, -1673, 0x07b0}, + {184, 331, -1673, 0x0000}, + {227, 331, -1673, 0x07b8}, + {43, 331, -1745, 0x07c0} + } +}; + +StandTile tile_482 = { + 0x0bf03a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-43, 331, -1837, 0x07ce}, + {-227, 331, -1673, 0x07c0}, + {-43, 331, -1745, 0x0000} + } +}; + +StandTile tile_483 = { + 0x0bf039, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-43, 331, -1837, 0x07d2}, + {-227, 331, -2040, 0x0000}, + {-227, 331, -1673, 0x07ca} + } +}; + +StandTile tile_484 = { + 0x0bef3a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {43, 331, -1837, 0x07d6}, + {-227, 331, -2040, 0x07ce}, + {-43, 331, -1837, 0x0000} + } +}; + +StandTile tile_485 = { + 0x0bef39, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 7, + 0x0, 0x1, 0x6, + { + {43, 331, -1837, 0x07bc}, + {227, 331, -2040, 0x07a8}, + {190, 331, -2040, 0x0774}, + {141, 331, -2040, 0x07a0}, + {-141, 331, -2040, 0x0714}, + {-190, 331, -2040, 0x0798}, + {-227, 331, -2040, 0x07d2} + } +}; + +StandTile tile_486 = { + 0x0bfb3a, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-53, 411, -2200, 0x07e2}, + {-245, 411, -2518, 0x0000}, + {-245, 411, -2120, 0x080c} + } +}; + +StandTile tile_487 = { + 0x0bfb39, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-53, 411, -2200, 0x0000}, + {-53, 411, -2261, 0x07e6}, + {-245, 411, -2518, 0x07de} + } +}; + +StandTile tile_488 = { + 0x0bfa3a, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 411, -2292, 0x07ea}, + {-245, 411, -2518, 0x07e2}, + {-53, 411, -2261, 0x0000} + } +}; + +StandTile tile_489 = { + 0x0bfa39, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 411, -2292, 0x07ee}, + {-3, 411, -2518, 0x0000}, + {-245, 411, -2518, 0x07e6} + } +}; + +StandTile tile_490 = { + 0x0bf93a, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {36, 411, -2261, 0x07f2}, + {-3, 411, -2518, 0x07ea}, + {-9, 411, -2292, 0x0000} + } +}; + +StandTile tile_491 = { + 0x0bf939, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {36, 411, -2261, 0x07f6}, + {245, 411, -2518, 0x0000}, + {-3, 411, -2518, 0x07ee} + } +}; + +StandTile tile_492 = { + 0x0bf83a, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {36, 411, -2261, 0x07fa}, + {245, 411, -2120, 0x0000}, + {245, 411, -2518, 0x07f2} + } +}; + +StandTile tile_493 = { + 0x0bf839, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {36, 411, -2261, 0x0000}, + {36, 411, -2200, 0x07fe}, + {245, 411, -2120, 0x07f6} + } +}; + +StandTile tile_494 = { + 0x0bf73a, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 411, -2169, 0x0802}, + {245, 411, -2120, 0x07fa}, + {36, 411, -2200, 0x0000} + } +}; + +StandTile tile_495 = { + 0x0bf739, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-9, 411, -2169, 0x0808}, + {-9, 411, -2120, 0x0000}, + {141, 411, -2120, 0x0768}, + {190, 411, -2120, 0x0000}, + {245, 411, -2120, 0x07fe} + } +}; + +StandTile tile_496 = { + 0x0bf63a, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-53, 411, -2200, 0x080c}, + {-9, 411, -2120, 0x0802}, + {-9, 411, -2169, 0x0000} + } +}; + +StandTile tile_497 = { + 0x0bf639, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-53, 411, -2200, 0x07de}, + {-245, 411, -2120, 0x0000}, + {-190, 411, -2120, 0x0708}, + {-141, 411, -2120, 0x0000}, + {-9, 411, -2120, 0x0808} + } +}; + +StandTile tile_498 = { + 0x049a3a, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-184, 568, -158, 0x0816}, + {-147, 531, -158, 0x0000}, + {-147, 568, -158, 0x0000} + } +}; + +StandTile tile_499 = { + 0x049a39, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-184, 568, -158, 0x0000}, + {-184, 531, -158, 0x0000}, + {-147, 531, -158, 0x0812} + } +}; + +StandTile tile_500 = { + 0x04933a, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-73, 568, -158, 0x081e}, + {-36, 531, -158, 0x0000}, + {-36, 568, -158, 0x0000} + } +}; + +StandTile tile_501 = { + 0x049339, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-73, 568, -158, 0x0000}, + {-73, 531, -158, 0x0000}, + {-36, 531, -158, 0x081a} + } +}; + +StandTile tile_502 = { + 0x0c623a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-262, 110, -3021, 0x0826}, + {-262, 159, -2531, 0x089e}, + {-262, 159, -3021, 0x082e} + } +}; + +StandTile tile_503 = { + 0x0c6239, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-262, 110, -3021, 0x084e}, + {-262, 110, -2541, 0x0000}, + {-262, 159, -2531, 0x0822} + } +}; + +StandTile tile_504 = { + 0x0c613a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-233, 110, -3050, 0x082e}, + {-262, 159, -3021, 0x0886}, + {-233, 159, -3050, 0x0836} + } +}; + +StandTile tile_505 = { + 0x0c6139, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-233, 110, -3050, 0x085a}, + {-262, 110, -3021, 0x0822}, + {-262, 159, -3021, 0x082a} + } +}; + +StandTile tile_506 = { + 0x0c603a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {233, 110, -3050, 0x0836}, + {-233, 159, -3050, 0x0892}, + {233, 159, -3050, 0x083e} + } +}; + +StandTile tile_507 = { + 0x0c6039, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {233, 110, -3050, 0x0866}, + {-233, 110, -3050, 0x082a}, + {-233, 159, -3050, 0x0832} + } +}; + +StandTile tile_508 = { + 0x0c5f3a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {262, 110, -3021, 0x083e}, + {233, 159, -3050, 0x0882}, + {262, 159, -3021, 0x0846} + } +}; + +StandTile tile_509 = { + 0x0c5f39, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {262, 110, -3021, 0x0872}, + {233, 110, -3050, 0x0832}, + {233, 159, -3050, 0x083a} + } +}; + +StandTile tile_510 = { + 0x0c5e3a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {262, 110, -2534, 0x0846}, + {262, 159, -3021, 0x088a}, + {262, 159, -2531, 0x0000} + } +}; + +StandTile tile_511 = { + 0x0c5e39, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {262, 110, -2534, 0x0876}, + {262, 110, -3021, 0x083a}, + {262, 159, -3021, 0x0842} + } +}; + +StandTile tile_512 = { + 0x0c0d38, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-331, 110, -2518, 0x0690}, + {-245, 110, -2518, 0x0000}, + {-262, 110, -2541, 0x0852} + } +}; + +StandTile tile_513 = { + 0x0c0c3a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-331, 110, -3113, 0x0852}, + {-262, 110, -2541, 0x0826}, + {-262, 110, -3021, 0x085a} + } +}; + +StandTile tile_514 = { + 0x0c0c39, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-331, 110, -3113, 0x0000}, + {-331, 110, -2518, 0x084a}, + {-262, 110, -2541, 0x084e} + } +}; + +StandTile tile_515 = { + 0x0c0b3a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-331, 110, -3113, 0x085a}, + {-233, 110, -3050, 0x085e}, + {-276, 110, -3113, 0x0000} + } +}; + +StandTile tile_516 = { + 0x0c0b39, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-331, 110, -3113, 0x084e}, + {-262, 110, -3021, 0x082e}, + {-233, 110, -3050, 0x0856} + } +}; + +StandTile tile_517 = { + 0x0c0a38, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-276, 110, -3113, 0x0856}, + {-233, 110, -3050, 0x0866}, + {-227, 110, -3113, 0x090c} + } +}; + +StandTile tile_518 = { + 0x0c093a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 110, -3113, 0x0866}, + {233, 110, -3050, 0x086a}, + {227, 110, -3113, 0x0000} + } +}; + +StandTile tile_519 = { + 0x0c0939, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 110, -3113, 0x085e}, + {-233, 110, -3050, 0x0836}, + {233, 110, -3050, 0x0862} + } +}; + +StandTile tile_520 = { + 0x0c0838, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, 110, -3113, 0x0862}, + {233, 110, -3050, 0x086e}, + {276, 110, -3113, 0x08dc} + } +}; + +StandTile tile_521 = { + 0x0c073a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {233, 110, -3050, 0x0872}, + {331, 110, -3113, 0x0000}, + {276, 110, -3113, 0x086a} + } +}; + +StandTile tile_522 = { + 0x0c0739, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {233, 110, -3050, 0x083e}, + {262, 110, -3021, 0x0876}, + {331, 110, -3113, 0x086e} + } +}; + +StandTile tile_523 = { + 0x0c063a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {262, 110, -2534, 0x087a}, + {331, 110, -3113, 0x0872}, + {262, 110, -3021, 0x0846} + } +}; + +StandTile tile_524 = { + 0x0c0639, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {262, 110, -2534, 0x087e}, + {331, 110, -2518, 0x0000}, + {331, 110, -3113, 0x0876} + } +}; + +StandTile tile_525 = { + 0x0c0538, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {245, 110, -2518, 0x058c}, + {331, 110, -2518, 0x087a}, + {262, 110, -2534, 0x0000} + } +}; + +StandTile tile_526 = { + 0x0c5d38, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {262, 159, -3021, 0x083a}, + {233, 159, -3050, 0x0896}, + {233, 141, -3021, 0x088a} + } +}; + +StandTile tile_527 = { + 0x0c5c38, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-233, 159, -3050, 0x082a}, + {-262, 159, -3021, 0x089e}, + {-233, 141, -3021, 0x0892} + } +}; + +StandTile tile_528 = { + 0x0c043a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {233, 141, -3021, 0x088e}, + {262, 159, -2531, 0x0842}, + {262, 159, -3021, 0x0882} + } +}; + +StandTile tile_529 = { + 0x0c0439, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {233, 141, -3021, 0x08a8}, + {233, 141, -2531, 0x0000}, + {262, 159, -2531, 0x088a} + } +}; + +StandTile tile_530 = { + 0x06953a, 0x25, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-233, 141, -3021, 0x0896}, + {233, 159, -3050, 0x0832}, + {-233, 159, -3050, 0x0886} + } +}; + +StandTile tile_531 = { + 0x069539, 0x25, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-233, 141, -3021, 0x08a8}, + {233, 141, -3021, 0x0882}, + {233, 159, -3050, 0x0892} + } +}; + +StandTile tile_532 = { + 0x06943a, 0x25, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-233, 141, -3021, 0x089e}, + {-262, 159, -2531, 0x0000}, + {-233, 141, -2531, 0x08a2} + } +}; + +StandTile tile_533 = { + 0x069439, 0x25, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-233, 141, -3021, 0x0886}, + {-262, 159, -3021, 0x0822}, + {-262, 159, -2531, 0x089a} + } +}; + +StandTile tile_534 = { + 0x06bf3a, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x2, + { + {233, 141, -2531, 0x08a8}, + {-233, 141, -3021, 0x089a}, + {-233, 141, -2531, 0x0000}, + {-135, 141, -2531, 0x0ddc}, + {135, 141, -2531, 0x0000} + } +}; + +StandTile tile_535 = { + 0x06bf39, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {233, 141, -2531, 0x088e}, + {233, 141, -3021, 0x0896}, + {-233, 141, -3021, 0x08a2} + } +}; + +StandTile tile_536 = { + 0x0bc13a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-331, 61, -3162, 0x08b0}, + {-276, 61, -3113, 0x0000}, + {-276, 61, -3162, 0x0934} + } +}; + +StandTile tile_537 = { + 0x0bc139, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-331, 61, -3162, 0x0000}, + {-331, 61, -3113, 0x0000}, + {-276, 61, -3113, 0x08ac} + } +}; + +StandTile tile_538 = { + 0x0bc93a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 61, -3113, 0x08b8}, + {227, 61, -3162, 0x0934}, + {-227, 61, -3162, 0x0000} + } +}; + +StandTile tile_539 = { + 0x0bc939, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 61, -3113, 0x0000}, + {227, 61, -3113, 0x0000}, + {227, 61, -3162, 0x08b4} + } +}; + +StandTile tile_540 = { + 0x0bca3a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {276, 61, -3113, 0x08c0}, + {331, 61, -3162, 0x0934}, + {276, 61, -3162, 0x0000} + } +}; + +StandTile tile_541 = { + 0x0bca39, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {276, 61, -3113, 0x0000}, + {331, 61, -3113, 0x0000}, + {331, 61, -3162, 0x08bc} + } +}; + +StandTile tile_542 = { + 0x094d3a, 0x24, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {227, 98, -3131, 0x08c8}, + {276, 98, -3113, 0x0000}, + {276, 98, -3131, 0x08f4} + } +}; + +StandTile tile_543 = { + 0x094d39, 0x24, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {227, 98, -3131, 0x0000}, + {227, 98, -3113, 0x08e0}, + {276, 98, -3113, 0x08c4} + } +}; + +StandTile tile_544 = { + 0x0bdc3a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {276, 74, -3156, 0x08d0}, + {227, 74, -3145, 0x08f0}, + {276, 74, -3145, 0x0000} + } +}; + +StandTile tile_545 = { + 0x0bdc39, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {276, 74, -3156, 0x08e4}, + {227, 74, -3156, 0x0000}, + {227, 74, -3145, 0x08cc} + } +}; + +StandTile tile_546 = { + 0x0bdb3a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, 86, -3143, 0x08d8}, + {276, 86, -3133, 0x0000}, + {276, 86, -3143, 0x08ec} + } +}; + +StandTile tile_547 = { + 0x0bdb39, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, 86, -3143, 0x0000}, + {227, 86, -3133, 0x08f8}, + {276, 86, -3133, 0x08d4} + } +}; + +StandTile tile_548 = { + 0x0bbc3a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {276, 98, -3113, 0x08e0}, + {227, 110, -3113, 0x086a}, + {276, 110, -3113, 0x0000} + } +}; + +StandTile tile_549 = { + 0x0bbc39, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {276, 98, -3113, 0x08c8}, + {227, 98, -3113, 0x0000}, + {227, 110, -3113, 0x08dc} + } +}; + +StandTile tile_550 = { + 0x0bbb3a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {276, 61, -3162, 0x08e8}, + {227, 74, -3156, 0x08d0}, + {276, 74, -3156, 0x0000} + } +}; + +StandTile tile_551 = { + 0x0bbb39, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {276, 61, -3162, 0x0934}, + {227, 61, -3162, 0x0000}, + {227, 74, -3156, 0x08e4} + } +}; + +StandTile tile_552 = { + 0x0bba3a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {276, 74, -3145, 0x08f0}, + {227, 86, -3143, 0x08d4}, + {276, 86, -3143, 0x0000} + } +}; + +StandTile tile_553 = { + 0x0bba39, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {276, 74, -3145, 0x08cc}, + {227, 74, -3145, 0x0000}, + {227, 86, -3143, 0x08ec} + } +}; + +StandTile tile_554 = { + 0x0bb93a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {276, 86, -3133, 0x08f8}, + {227, 98, -3131, 0x08c4}, + {276, 98, -3131, 0x0000} + } +}; + +StandTile tile_555 = { + 0x0bb939, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {276, 86, -3133, 0x08d8}, + {227, 86, -3133, 0x0000}, + {227, 98, -3131, 0x08f4} + } +}; + +StandTile tile_556 = { + 0x0bde3a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 74, -3156, 0x0900}, + {-276, 74, -3145, 0x0920}, + {-227, 74, -3145, 0x0000} + } +}; + +StandTile tile_557 = { + 0x0bde39, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 74, -3156, 0x0914}, + {-276, 74, -3156, 0x0000}, + {-276, 74, -3145, 0x08fc} + } +}; + +StandTile tile_558 = { + 0x0bdd3a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-276, 86, -3143, 0x0908}, + {-227, 86, -3133, 0x0000}, + {-227, 86, -3143, 0x091c} + } +}; + +StandTile tile_559 = { + 0x0bdd39, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-276, 86, -3143, 0x0000}, + {-276, 86, -3133, 0x0928}, + {-227, 86, -3133, 0x0904} + } +}; + +StandTile tile_560 = { + 0x0bc03a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 98, -3113, 0x0910}, + {-276, 110, -3113, 0x085e}, + {-227, 110, -3113, 0x0000} + } +}; + +StandTile tile_561 = { + 0x0bc039, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 98, -3113, 0x0930}, + {-276, 98, -3113, 0x0000}, + {-276, 110, -3113, 0x090c} + } +}; + +StandTile tile_562 = { + 0x0bbf3a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 61, -3162, 0x0918}, + {-276, 74, -3156, 0x0900}, + {-227, 74, -3156, 0x0000} + } +}; + +StandTile tile_563 = { + 0x0bbf39, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 61, -3162, 0x0934}, + {-276, 61, -3162, 0x0000}, + {-276, 74, -3156, 0x0914} + } +}; + +StandTile tile_564 = { + 0x0bbe3a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 74, -3145, 0x0920}, + {-276, 86, -3143, 0x0904}, + {-227, 86, -3143, 0x0000} + } +}; + +StandTile tile_565 = { + 0x0bbe39, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 74, -3145, 0x08fc}, + {-276, 74, -3145, 0x0000}, + {-276, 86, -3143, 0x091c} + } +}; + +StandTile tile_566 = { + 0x0bbd3a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 86, -3133, 0x0928}, + {-276, 98, -3131, 0x092c}, + {-227, 98, -3131, 0x0000} + } +}; + +StandTile tile_567 = { + 0x0bbd39, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 86, -3133, 0x0908}, + {-276, 86, -3133, 0x0000}, + {-276, 98, -3131, 0x0924} + } +}; + +StandTile tile_568 = { + 0x09073a, 0x24, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-276, 98, -3131, 0x0930}, + {-227, 98, -3113, 0x0000}, + {-227, 98, -3131, 0x0924} + } +}; + +StandTile tile_569 = { + 0x090739, 0x24, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-276, 98, -3131, 0x0000}, + {-276, 98, -3113, 0x0910}, + {-227, 98, -3113, 0x092c} + } +}; + +StandTile tile_570 = { + 0x06bc3a, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 7, + 0x0, 0x1, 0x6, + { + {331, 61, -3719, 0x093c}, + {-331, 61, -3162, 0x08ac}, + {-276, 61, -3162, 0x0918}, + {-227, 61, -3162, 0x08b4}, + {227, 61, -3162, 0x08e8}, + {276, 61, -3162, 0x08bc}, + {331, 61, -3162, 0x0000} + } +}; + +StandTile tile_571 = { + 0x06bc39, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {331, 61, -3719, 0x0000}, + {-331, 61, -3719, 0x0000}, + {-331, 61, -3162, 0x0934} + } +}; + +StandTile tile_572 = { + 0x000930, 0x21, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-110, -110, -2396, 0x0d26}, + {0, -110, -2191, 0x0944}, + {0, -110, -2396, 0x0000} + } +}; + +StandTile tile_573 = { + 0x001730, 0x21, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {0, -110, -2191, 0x0948}, + {113, -110, -2292, 0x094c}, + {0, -110, -2396, 0x0940} + } +}; + +StandTile tile_574 = { + 0x001830, 0x21, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {0, -110, -2191, 0x0cbe}, + {95, -110, -2191, 0x0d06}, + {113, -110, -2292, 0x0944} + } +}; + +StandTile tile_575 = { + 0x001630, 0x20, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {0, -110, -2396, 0x0944}, + {113, -110, -2292, 0x0d02}, + {224, -110, -2396, 0x0000} + } +}; + +StandTile tile_576 = { + 0x000d30, 0x1f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-224, -110, -2166, 0x0000}, + {-224, -110, -2062, 0x0000}, + {-132, -110, -2062, 0x0954} + } +}; + +StandTile tile_577 = { + 0x001230, 0x1f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-224, -110, -2166, 0x0950}, + {-132, -110, -2062, 0x0cba}, + {-132, -110, -2166, 0x0d16} + } +}; + +StandTile tile_578 = { + 0x034132, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-178, 34, -1624, 0x095c}, + {-211, 40, -1624, 0x0ee0}, + {-181, 40, -1624, 0x0000} + } +}; + +StandTile tile_579 = { + 0x034131, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-178, 34, -1624, 0x0ba2}, + {-214, 34, -1624, 0x0000}, + {-211, 40, -1624, 0x0958} + } +}; + +StandTile tile_580 = { + 0x061032, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 25, -1808, 0x0964}, + {-107, 34, -1808, 0x0a58}, + {-150, 34, -1808, 0x0000} + } +}; + +StandTile tile_581 = { + 0x061031, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 25, -1808, 0x0a2c}, + {-107, 25, -1808, 0x0000}, + {-107, 34, -1808, 0x0960} + } +}; + +StandTile tile_582 = { + 0x060f32, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 15, -1798, 0x096c}, + {-107, 25, -1798, 0x0a28}, + {-150, 25, -1798, 0x0000} + } +}; + +StandTile tile_583 = { + 0x060f31, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 15, -1798, 0x0a0c}, + {-107, 15, -1798, 0x0000}, + {-107, 25, -1798, 0x0968} + } +}; + +StandTile tile_584 = { + 0x060e32, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 6, -1789, 0x0974}, + {-107, 15, -1789, 0x0a08}, + {-150, 15, -1789, 0x0000} + } +}; + +StandTile tile_585 = { + 0x060e31, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 6, -1789, 0x0a1c}, + {-107, 6, -1789, 0x0000}, + {-107, 15, -1789, 0x0970} + } +}; + +StandTile tile_586 = { + 0x060d32, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -3, -1780, 0x097c}, + {-107, 6, -1780, 0x0a18}, + {-150, 6, -1780, 0x0000} + } +}; + +StandTile tile_587 = { + 0x060d31, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -3, -1780, 0x0a4c}, + {-107, -3, -1780, 0x0000}, + {-107, 6, -1780, 0x0978} + } +}; + +StandTile tile_588 = { + 0x060c32, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -12, -1771, 0x0984}, + {-107, -3, -1771, 0x0a48}, + {-150, -3, -1771, 0x0000} + } +}; + +StandTile tile_589 = { + 0x060c31, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -12, -1771, 0x0a24}, + {-107, -12, -1771, 0x0000}, + {-107, -3, -1771, 0x0980} + } +}; + +StandTile tile_590 = { + 0x060b32, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -21, -1762, 0x098c}, + {-107, -12, -1762, 0x0a20}, + {-150, -12, -1762, 0x0000} + } +}; + +StandTile tile_591 = { + 0x060b31, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -21, -1762, 0x0a14}, + {-107, -21, -1762, 0x0000}, + {-107, -12, -1762, 0x0988} + } +}; + +StandTile tile_592 = { + 0x060a32, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -31, -1752, 0x0994}, + {-107, -21, -1752, 0x0a10}, + {-150, -21, -1752, 0x0000} + } +}; + +StandTile tile_593 = { + 0x060a31, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -31, -1752, 0x0a3c}, + {-107, -31, -1752, 0x0000}, + {-107, -21, -1752, 0x0990} + } +}; + +StandTile tile_594 = { + 0x060932, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -40, -1743, 0x099c}, + {-107, -31, -1743, 0x0a38}, + {-150, -31, -1743, 0x0000} + } +}; + +StandTile tile_595 = { + 0x060931, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -40, -1743, 0x0a34}, + {-107, -40, -1743, 0x0000}, + {-107, -31, -1743, 0x0998} + } +}; + +StandTile tile_596 = { + 0x060832, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -49, -1734, 0x09a4}, + {-107, -40, -1734, 0x0a30}, + {-150, -40, -1734, 0x0000} + } +}; + +StandTile tile_597 = { + 0x060831, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -49, -1734, 0x09fc}, + {-107, -49, -1734, 0x0000}, + {-107, -40, -1734, 0x09a0} + } +}; + +StandTile tile_598 = { + 0x060732, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -58, -1725, 0x09ac}, + {-107, -49, -1725, 0x09f8}, + {-150, -49, -1725, 0x0000} + } +}; + +StandTile tile_599 = { + 0x060731, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -58, -1725, 0x09f4}, + {-107, -58, -1725, 0x0000}, + {-107, -49, -1725, 0x09a8} + } +}; + +StandTile tile_600 = { + 0x060632, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -67, -1716, 0x09b4}, + {-107, -58, -1716, 0x09f0}, + {-150, -58, -1716, 0x0000} + } +}; + +StandTile tile_601 = { + 0x060631, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -67, -1716, 0x0a04}, + {-107, -67, -1716, 0x0000}, + {-107, -58, -1716, 0x09b0} + } +}; + +StandTile tile_602 = { + 0x060532, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -77, -1706, 0x09bc}, + {-107, -67, -1706, 0x0a00}, + {-150, -67, -1706, 0x0000} + } +}; + +StandTile tile_603 = { + 0x060531, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -77, -1706, 0x0a44}, + {-107, -77, -1706, 0x0000}, + {-107, -67, -1706, 0x09b8} + } +}; + +StandTile tile_604 = { + 0x060432, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -86, -1697, 0x09c4}, + {-107, -77, -1697, 0x0a40}, + {-150, -77, -1697, 0x0000} + } +}; + +StandTile tile_605 = { + 0x060431, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -86, -1697, 0x0a54}, + {-107, -86, -1697, 0x0000}, + {-107, -77, -1697, 0x09c0} + } +}; + +StandTile tile_606 = { + 0x060332, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -95, -1688, 0x09cc}, + {-107, -86, -1688, 0x0a50}, + {-150, -86, -1688, 0x0000} + } +}; + +StandTile tile_607 = { + 0x060331, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -95, -1688, 0x09e4}, + {-107, -95, -1688, 0x0000}, + {-107, -86, -1688, 0x09c8} + } +}; + +StandTile tile_608 = { + 0x060232, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -104, -1679, 0x09d4}, + {-107, -95, -1679, 0x09e0}, + {-150, -95, -1679, 0x0000} + } +}; + +StandTile tile_609 = { + 0x060231, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -104, -1679, 0x09ec}, + {-107, -104, -1679, 0x0000}, + {-107, -95, -1679, 0x09d0} + } +}; + +StandTile tile_610 = { + 0x060132, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -110, -1667, 0x09dc}, + {-107, -104, -1670, 0x09e8}, + {-150, -104, -1670, 0x0000} + } +}; + +StandTile tile_611 = { + 0x060131, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, -110, -1667, 0x0cfe}, + {-107, -110, -1667, 0x0000}, + {-107, -104, -1670, 0x09d8} + } +}; + +StandTile tile_612 = { + 0x00bc32, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-107, -95, -1688, 0x09e4}, + {-150, -95, -1679, 0x09d0}, + {-107, -95, -1679, 0x0000} + } +}; + +StandTile tile_613 = { + 0x00bc31, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-107, -95, -1688, 0x09cc}, + {-150, -95, -1688, 0x0000}, + {-150, -95, -1679, 0x09e0} + } +}; + +StandTile tile_614 = { + 0x00ba32, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-107, -104, -1679, 0x09ec}, + {-150, -104, -1670, 0x09d8}, + {-107, -104, -1670, 0x0000} + } +}; + +StandTile tile_615 = { + 0x00ba31, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-107, -104, -1679, 0x09d4}, + {-150, -104, -1679, 0x0000}, + {-150, -104, -1670, 0x09e8} + } +}; + +StandTile tile_616 = { + 0x00b832, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-107, -58, -1725, 0x09f4}, + {-150, -58, -1716, 0x09b0}, + {-107, -58, -1716, 0x0000} + } +}; + +StandTile tile_617 = { + 0x00b831, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-107, -58, -1725, 0x09ac}, + {-150, -58, -1725, 0x0000}, + {-150, -58, -1716, 0x09f0} + } +}; + +StandTile tile_618 = { + 0x00b632, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-107, -49, -1734, 0x09fc}, + {-150, -49, -1725, 0x09a8}, + {-107, -49, -1725, 0x0000} + } +}; + +StandTile tile_619 = { + 0x00b631, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-107, -49, -1734, 0x09a4}, + {-150, -49, -1734, 0x0000}, + {-150, -49, -1725, 0x09f8} + } +}; + +StandTile tile_620 = { + 0x00b432, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-107, -67, -1716, 0x0a04}, + {-150, -67, -1706, 0x09b8}, + {-107, -67, -1706, 0x0000} + } +}; + +StandTile tile_621 = { + 0x00b431, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-107, -67, -1716, 0x09b4}, + {-150, -67, -1716, 0x0000}, + {-150, -67, -1706, 0x0a00} + } +}; + +StandTile tile_622 = { + 0x00b232, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, 15, -1798, 0x0a0c}, + {-150, 15, -1789, 0x0970}, + {-107, 15, -1789, 0x0000} + } +}; + +StandTile tile_623 = { + 0x00b231, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, 15, -1798, 0x096c}, + {-150, 15, -1798, 0x0000}, + {-150, 15, -1789, 0x0a08} + } +}; + +StandTile tile_624 = { + 0x00b032, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-107, -21, -1762, 0x0a14}, + {-150, -21, -1752, 0x0990}, + {-107, -21, -1752, 0x0000} + } +}; + +StandTile tile_625 = { + 0x00b031, 0x1e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-107, -21, -1762, 0x098c}, + {-150, -21, -1762, 0x0000}, + {-150, -21, -1752, 0x0a10} + } +}; + +StandTile tile_626 = { + 0x00ae32, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, 6, -1789, 0x0a1c}, + {-150, 6, -1780, 0x0978}, + {-107, 6, -1780, 0x0000} + } +}; + +StandTile tile_627 = { + 0x00ae31, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, 6, -1789, 0x0974}, + {-150, 6, -1789, 0x0000}, + {-150, 6, -1780, 0x0a18} + } +}; + +StandTile tile_628 = { + 0x00ac32, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, -12, -1771, 0x0a24}, + {-150, -12, -1762, 0x0988}, + {-107, -12, -1762, 0x0000} + } +}; + +StandTile tile_629 = { + 0x00ac31, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, -12, -1771, 0x0984}, + {-150, -12, -1771, 0x0000}, + {-150, -12, -1762, 0x0a20} + } +}; + +StandTile tile_630 = { + 0x00aa32, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, 25, -1808, 0x0a2c}, + {-150, 25, -1798, 0x0968}, + {-107, 25, -1798, 0x0000} + } +}; + +StandTile tile_631 = { + 0x00aa31, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, 25, -1808, 0x0964}, + {-150, 25, -1808, 0x0000}, + {-150, 25, -1798, 0x0a28} + } +}; + +StandTile tile_632 = { + 0x00a832, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-107, -40, -1743, 0x0a34}, + {-150, -40, -1734, 0x09a0}, + {-107, -40, -1734, 0x0000} + } +}; + +StandTile tile_633 = { + 0x00a831, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-107, -40, -1743, 0x099c}, + {-150, -40, -1743, 0x0000}, + {-150, -40, -1734, 0x0a30} + } +}; + +StandTile tile_634 = { + 0x00a632, 0x1e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-107, -31, -1752, 0x0a3c}, + {-150, -31, -1743, 0x0998}, + {-107, -31, -1743, 0x0000} + } +}; + +StandTile tile_635 = { + 0x00a631, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-107, -31, -1752, 0x0994}, + {-150, -31, -1752, 0x0000}, + {-150, -31, -1743, 0x0a38} + } +}; + +StandTile tile_636 = { + 0x00a432, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-107, -77, -1706, 0x0a44}, + {-150, -77, -1697, 0x09c0}, + {-107, -77, -1697, 0x0000} + } +}; + +StandTile tile_637 = { + 0x00a431, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-107, -77, -1706, 0x09bc}, + {-150, -77, -1706, 0x0000}, + {-150, -77, -1697, 0x0a40} + } +}; + +StandTile tile_638 = { + 0x00a232, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, -3, -1780, 0x0a4c}, + {-150, -3, -1771, 0x0980}, + {-107, -3, -1771, 0x0000} + } +}; + +StandTile tile_639 = { + 0x00a231, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, -3, -1780, 0x097c}, + {-150, -3, -1780, 0x0000}, + {-150, -3, -1771, 0x0a48} + } +}; + +StandTile tile_640 = { + 0x00a032, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-107, -86, -1697, 0x0a54}, + {-150, -86, -1688, 0x09c8}, + {-107, -86, -1688, 0x0000} + } +}; + +StandTile tile_641 = { + 0x00a031, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-107, -86, -1697, 0x09c4}, + {-150, -86, -1697, 0x0000}, + {-150, -86, -1688, 0x0a50} + } +}; + +StandTile tile_642 = { + 0x009e32, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, 34, -1817, 0x0a5c}, + {-150, 34, -1808, 0x0960}, + {-107, 34, -1808, 0x0000} + } +}; + +StandTile tile_643 = { + 0x009e31, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, 34, -1817, 0x0b96}, + {-150, 34, -1817, 0x0000}, + {-150, 34, -1808, 0x0a58} + } +}; + +StandTile tile_644 = { + 0x062032, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, 25, -1682, 0x0a64}, + {107, 34, -1682, 0x0b58}, + {150, 34, -1682, 0x0000} + } +}; + +StandTile tile_645 = { + 0x062031, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, 25, -1682, 0x0b2c}, + {107, 25, -1682, 0x0000}, + {107, 34, -1682, 0x0a60} + } +}; + +StandTile tile_646 = { + 0x061f32, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, 15, -1691, 0x0a6c}, + {107, 25, -1691, 0x0b28}, + {150, 25, -1691, 0x0000} + } +}; + +StandTile tile_647 = { + 0x061f31, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, 15, -1691, 0x0b0c}, + {107, 15, -1691, 0x0000}, + {107, 25, -1691, 0x0a68} + } +}; + +StandTile tile_648 = { + 0x061e32, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, 6, -1700, 0x0a74}, + {107, 15, -1700, 0x0b08}, + {150, 15, -1700, 0x0000} + } +}; + +StandTile tile_649 = { + 0x061e31, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, 6, -1700, 0x0b1c}, + {107, 6, -1700, 0x0000}, + {107, 15, -1700, 0x0a70} + } +}; + +StandTile tile_650 = { + 0x061d32, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -3, -1710, 0x0a7c}, + {107, 6, -1710, 0x0b18}, + {150, 6, -1710, 0x0000} + } +}; + +StandTile tile_651 = { + 0x061d31, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -3, -1710, 0x0b4c}, + {107, -3, -1710, 0x0000}, + {107, 6, -1710, 0x0a78} + } +}; + +StandTile tile_652 = { + 0x061c32, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -12, -1719, 0x0a84}, + {107, -3, -1719, 0x0b48}, + {150, -3, -1719, 0x0000} + } +}; + +StandTile tile_653 = { + 0x061c31, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -12, -1719, 0x0b24}, + {107, -12, -1719, 0x0000}, + {107, -3, -1719, 0x0a80} + } +}; + +StandTile tile_654 = { + 0x061b32, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -21, -1728, 0x0a8c}, + {107, -12, -1728, 0x0b20}, + {150, -12, -1728, 0x0000} + } +}; + +StandTile tile_655 = { + 0x061b31, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -21, -1728, 0x0b14}, + {107, -21, -1728, 0x0000}, + {107, -12, -1728, 0x0a88} + } +}; + +StandTile tile_656 = { + 0x061a32, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -31, -1737, 0x0a94}, + {107, -21, -1737, 0x0b10}, + {150, -21, -1737, 0x0000} + } +}; + +StandTile tile_657 = { + 0x061a31, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -31, -1737, 0x0b3c}, + {107, -31, -1737, 0x0000}, + {107, -21, -1737, 0x0a90} + } +}; + +StandTile tile_658 = { + 0x061932, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -40, -1746, 0x0a9c}, + {107, -31, -1746, 0x0b38}, + {150, -31, -1746, 0x0000} + } +}; + +StandTile tile_659 = { + 0x061931, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -40, -1746, 0x0b34}, + {107, -40, -1746, 0x0000}, + {107, -31, -1746, 0x0a98} + } +}; + +StandTile tile_660 = { + 0x061832, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -49, -1756, 0x0aa4}, + {107, -40, -1756, 0x0b30}, + {150, -40, -1756, 0x0000} + } +}; + +StandTile tile_661 = { + 0x061831, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -49, -1756, 0x0afc}, + {107, -49, -1756, 0x0000}, + {107, -40, -1756, 0x0aa0} + } +}; + +StandTile tile_662 = { + 0x061732, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -58, -1765, 0x0aac}, + {107, -49, -1765, 0x0af8}, + {150, -49, -1765, 0x0000} + } +}; + +StandTile tile_663 = { + 0x061731, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -58, -1765, 0x0af4}, + {107, -58, -1765, 0x0000}, + {107, -49, -1765, 0x0aa8} + } +}; + +StandTile tile_664 = { + 0x061632, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -67, -1774, 0x0ab4}, + {107, -58, -1774, 0x0af0}, + {150, -58, -1774, 0x0000} + } +}; + +StandTile tile_665 = { + 0x061631, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -67, -1774, 0x0b04}, + {107, -67, -1774, 0x0000}, + {107, -58, -1774, 0x0ab0} + } +}; + +StandTile tile_666 = { + 0x061532, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -77, -1783, 0x0abc}, + {107, -67, -1783, 0x0b00}, + {150, -67, -1783, 0x0000} + } +}; + +StandTile tile_667 = { + 0x061531, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -77, -1783, 0x0b44}, + {107, -77, -1783, 0x0000}, + {107, -67, -1783, 0x0ab8} + } +}; + +StandTile tile_668 = { + 0x061432, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -86, -1792, 0x0ac4}, + {107, -77, -1792, 0x0b40}, + {150, -77, -1792, 0x0000} + } +}; + +StandTile tile_669 = { + 0x061431, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -86, -1792, 0x0b54}, + {107, -86, -1792, 0x0000}, + {107, -77, -1792, 0x0ac0} + } +}; + +StandTile tile_670 = { + 0x061332, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -95, -1801, 0x0acc}, + {107, -86, -1801, 0x0b50}, + {150, -86, -1801, 0x0000} + } +}; + +StandTile tile_671 = { + 0x061331, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -95, -1801, 0x0ae4}, + {107, -95, -1801, 0x0000}, + {107, -86, -1801, 0x0ac8} + } +}; + +StandTile tile_672 = { + 0x061232, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -104, -1811, 0x0ad4}, + {107, -95, -1811, 0x0ae0}, + {150, -95, -1811, 0x0000} + } +}; + +StandTile tile_673 = { + 0x061231, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {150, -104, -1811, 0x0aec}, + {107, -104, -1811, 0x0000}, + {107, -95, -1811, 0x0ad0} + } +}; + +StandTile tile_674 = { + 0x061132, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {107, -110, -1820, 0x0adc}, + {150, -104, -1820, 0x0000}, + {150, -110, -1820, 0x0c95} + } +}; + +StandTile tile_675 = { + 0x061131, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {107, -110, -1820, 0x0000}, + {107, -104, -1820, 0x0ae8}, + {150, -104, -1820, 0x0ad8} + } +}; + +StandTile tile_676 = { + 0x009632, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {107, -95, -1801, 0x0ae4}, + {150, -95, -1811, 0x0ad0}, + {107, -95, -1811, 0x0000} + } +}; + +StandTile tile_677 = { + 0x009631, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {107, -95, -1801, 0x0acc}, + {150, -95, -1801, 0x0000}, + {150, -95, -1811, 0x0ae0} + } +}; + +StandTile tile_678 = { + 0x009432, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {107, -104, -1811, 0x0aec}, + {150, -104, -1820, 0x0adc}, + {107, -104, -1820, 0x0000} + } +}; + +StandTile tile_679 = { + 0x009431, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {107, -104, -1811, 0x0ad4}, + {150, -104, -1811, 0x0000}, + {150, -104, -1820, 0x0ae8} + } +}; + +StandTile tile_680 = { + 0x009232, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {107, -58, -1765, 0x0af4}, + {150, -58, -1774, 0x0ab0}, + {107, -58, -1774, 0x0000} + } +}; + +StandTile tile_681 = { + 0x009231, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {107, -58, -1765, 0x0aac}, + {150, -58, -1765, 0x0000}, + {150, -58, -1774, 0x0af0} + } +}; + +StandTile tile_682 = { + 0x009032, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {107, -49, -1756, 0x0afc}, + {150, -49, -1765, 0x0aa8}, + {107, -49, -1765, 0x0000} + } +}; + +StandTile tile_683 = { + 0x009031, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {107, -49, -1756, 0x0aa4}, + {150, -49, -1756, 0x0000}, + {150, -49, -1765, 0x0af8} + } +}; + +StandTile tile_684 = { + 0x008e32, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {107, -67, -1774, 0x0b04}, + {150, -67, -1783, 0x0ab8}, + {107, -67, -1783, 0x0000} + } +}; + +StandTile tile_685 = { + 0x008e31, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {107, -67, -1774, 0x0ab4}, + {150, -67, -1774, 0x0000}, + {150, -67, -1783, 0x0b00} + } +}; + +StandTile tile_686 = { + 0x008c32, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {107, 15, -1691, 0x0b0c}, + {150, 15, -1700, 0x0a70}, + {107, 15, -1700, 0x0000} + } +}; + +StandTile tile_687 = { + 0x008c31, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {107, 15, -1691, 0x0a6c}, + {150, 15, -1691, 0x0000}, + {150, 15, -1700, 0x0b08} + } +}; + +StandTile tile_688 = { + 0x008a32, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {107, -21, -1728, 0x0b14}, + {150, -21, -1737, 0x0a90}, + {107, -21, -1737, 0x0000} + } +}; + +StandTile tile_689 = { + 0x008a31, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {107, -21, -1728, 0x0a8c}, + {150, -21, -1728, 0x0000}, + {150, -21, -1737, 0x0b10} + } +}; + +StandTile tile_690 = { + 0x008832, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {107, 6, -1700, 0x0b1c}, + {150, 6, -1710, 0x0a78}, + {107, 6, -1710, 0x0000} + } +}; + +StandTile tile_691 = { + 0x008831, 0x1e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {107, 6, -1700, 0x0a74}, + {150, 6, -1700, 0x0000}, + {150, 6, -1710, 0x0b18} + } +}; + +StandTile tile_692 = { + 0x008632, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {107, -12, -1719, 0x0b24}, + {150, -12, -1728, 0x0a88}, + {107, -12, -1728, 0x0000} + } +}; + +StandTile tile_693 = { + 0x008631, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {107, -12, -1719, 0x0a84}, + {150, -12, -1719, 0x0000}, + {150, -12, -1728, 0x0b20} + } +}; + +StandTile tile_694 = { + 0x008432, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {107, 25, -1682, 0x0b2c}, + {150, 25, -1691, 0x0a68}, + {107, 25, -1691, 0x0000} + } +}; + +StandTile tile_695 = { + 0x008431, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {107, 25, -1682, 0x0a64}, + {150, 25, -1682, 0x0000}, + {150, 25, -1691, 0x0b28} + } +}; + +StandTile tile_696 = { + 0x008232, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {107, -40, -1746, 0x0b34}, + {150, -40, -1756, 0x0aa0}, + {107, -40, -1756, 0x0000} + } +}; + +StandTile tile_697 = { + 0x008231, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {107, -40, -1746, 0x0a9c}, + {150, -40, -1746, 0x0000}, + {150, -40, -1756, 0x0b30} + } +}; + +StandTile tile_698 = { + 0x008032, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {107, -31, -1737, 0x0b3c}, + {150, -31, -1746, 0x0a98}, + {107, -31, -1746, 0x0000} + } +}; + +StandTile tile_699 = { + 0x008031, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {107, -31, -1737, 0x0a94}, + {150, -31, -1737, 0x0000}, + {150, -31, -1746, 0x0b38} + } +}; + +StandTile tile_700 = { + 0x007e32, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {107, -77, -1783, 0x0b44}, + {150, -77, -1792, 0x0ac0}, + {107, -77, -1792, 0x0000} + } +}; + +StandTile tile_701 = { + 0x007e31, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {107, -77, -1783, 0x0abc}, + {150, -77, -1783, 0x0000}, + {150, -77, -1792, 0x0b40} + } +}; + +StandTile tile_702 = { + 0x007c32, 0x1e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {107, -3, -1710, 0x0b4c}, + {150, -3, -1719, 0x0a80}, + {107, -3, -1719, 0x0000} + } +}; + +StandTile tile_703 = { + 0x007c31, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {107, -3, -1710, 0x0a7c}, + {150, -3, -1710, 0x0000}, + {150, -3, -1719, 0x0b48} + } +}; + +StandTile tile_704 = { + 0x007a32, 0x1e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {107, -86, -1792, 0x0b54}, + {150, -86, -1801, 0x0ac8}, + {107, -86, -1801, 0x0000} + } +}; + +StandTile tile_705 = { + 0x007a31, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {107, -86, -1792, 0x0ac4}, + {150, -86, -1792, 0x0000}, + {150, -86, -1801, 0x0b50} + } +}; + +StandTile tile_706 = { + 0x007832, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {107, 34, -1673, 0x0b5c}, + {150, 34, -1682, 0x0a60}, + {107, 34, -1682, 0x0000} + } +}; + +StandTile tile_707 = { + 0x007831, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {107, 34, -1673, 0x0ba8}, + {150, 34, -1673, 0x0000}, + {150, 34, -1682, 0x0b58} + } +}; + +StandTile tile_708 = { + 0x024332, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {214, 34, -1624, 0x0b64}, + {181, 40, -1624, 0x1149}, + {211, 40, -1624, 0x0000} + } +}; + +StandTile tile_709 = { + 0x024331, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {214, 34, -1624, 0x0baf}, + {178, 34, -1624, 0x0000}, + {181, 40, -1624, 0x0b60} + } +}; + +StandTile tile_710 = { + 0x01b232, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {104, 34, -1967, 0x0b6c}, + {208, 34, -2114, 0x0000}, + {104, 34, -2114, 0x0000} + } +}; + +StandTile tile_711 = { + 0x01b231, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x2, 0x3, + { + {104, 34, -1967, 0x0000}, + {162, 34, -1967, 0x0b71}, + {208, 34, -1967, 0x0000}, + {208, 34, -2114, 0x0b68} + } +}; + +StandTile tile_712 = { + 0x01b132, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {162, 34, -1857, 0x0b76}, + {208, 34, -1967, 0x0b6c}, + {162, 34, -1967, 0x0000}, + {162, 34, -1906, 0x0b8a} + } +}; + +StandTile tile_713 = { + 0x01b131, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {162, 34, -1857, 0x0b82}, + {208, 34, -1857, 0x0000}, + {208, 34, -1967, 0x0b71} + } +}; + +StandTile tile_714 = { + 0x01b032, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-208, 34, -1673, 0x0b7e}, + {-162, 34, -1817, 0x0b96}, + {-208, 34, -1817, 0x0000} + } +}; + +StandTile tile_715 = { + 0x01b031, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-208, 34, -1673, 0x0b9c}, + {-162, 34, -1673, 0x0000}, + {-162, 34, -1817, 0x0b7a} + } +}; + +StandTile tile_716 = { + 0x01af32, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {162, 34, -1673, 0x0b86}, + {208, 34, -1857, 0x0b76}, + {162, 34, -1857, 0x0000} + } +}; + +StandTile tile_717 = { + 0x01af31, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {162, 34, -1673, 0x0ba8}, + {208, 34, -1673, 0x0000}, + {208, 34, -1857, 0x0b82} + } +}; + +StandTile tile_718 = { + 0x01ae32, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-43, 34, -1906, 0x0b8e}, + {162, 34, -1857, 0x0b71}, + {162, 34, -1906, 0x0000} + } +}; + +StandTile tile_719 = { + 0x01ae31, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-43, 34, -1906, 0x0000}, + {-43, 34, -1857, 0x0000}, + {162, 34, -1857, 0x0b8a} + } +}; + +StandTile tile_720 = { + 0x01ad32, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-208, 34, -1866, 0x0b96}, + {-107, 34, -1817, 0x0000}, + {-107, 34, -1866, 0x0000} + } +}; + +StandTile tile_721 = { + 0x01ad31, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x4, + { + {-208, 34, -1866, 0x0000}, + {-208, 34, -1817, 0x0b7a}, + {-162, 34, -1817, 0x0000}, + {-150, 34, -1817, 0x0a5c}, + {-107, 34, -1817, 0x0b92} + } +}; + +StandTile tile_722 = { + 0x01ac32, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x2, + { + {-218, 34, -1673, 0x0ba2}, + {-107, 34, -1624, 0x0000}, + {-107, 34, -1673, 0x0000}, + {-162, 34, -1673, 0x0b7e}, + {-208, 34, -1673, 0x0000} + } +}; + +StandTile tile_723 = { + 0x01ac31, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x4, + { + {-218, 34, -1673, 0x0000}, + {-218, 34, -1624, 0x0000}, + {-214, 34, -1624, 0x095c}, + {-178, 34, -1624, 0x0000}, + {-107, 34, -1624, 0x0b9c} + } +}; + +StandTile tile_724 = { + 0x01ab32, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 6, + 0x0, 0x1, 0x2, + { + {107, 34, -1673, 0x0baf}, + {218, 34, -1624, 0x0000}, + {218, 34, -1673, 0x0000}, + {208, 34, -1673, 0x0b86}, + {162, 34, -1673, 0x0000}, + {150, 34, -1673, 0x0b5c} + } +}; + +StandTile tile_725 = { + 0x01ab31, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x4, + { + {107, 34, -1673, 0x0000}, + {107, 34, -1624, 0x0000}, + {178, 34, -1624, 0x0b64}, + {214, 34, -1624, 0x0000}, + {218, 34, -1624, 0x0ba8} + } +}; + +StandTile tile_726 = { + 0x004a32, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-132, -110, -2001, 0x0bb9}, + {-224, -110, -1854, 0x0c3b}, + {-214, -110, -1854, 0x0bda} + } +}; + +StandTile tile_727 = { + 0x004a31, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-132, -110, -2001, 0x0000}, + {-224, -110, -2001, 0x0000}, + {-224, -110, -1854, 0x0bb5} + } +}; + +StandTile tile_728 = { + 0x004730, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {95, -110, -2129, 0x0bc2}, + {116, -110, -1973, 0x0ca6}, + {116, -110, -1979, 0x0c53}, + {116, -110, -2114, 0x0000} + } +}; + +StandTile tile_729 = { + 0x004630, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {95, -110, -2129, 0x0cc2}, + {-3, -110, -2129, 0x0bc6}, + {116, -110, -1973, 0x0bbd} + } +}; + +StandTile tile_730 = { + 0x004530, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3, -110, -2022, 0x0bca}, + {116, -110, -1973, 0x0bc2}, + {-3, -110, -2129, 0x0cca} + } +}; + +StandTile tile_731 = { + 0x004330, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-132, -110, -2022, 0x0bce}, + {116, -110, -1973, 0x0bc6}, + {-3, -110, -2022, 0x0cca} + } +}; + +StandTile tile_732 = { + 0x004230, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-132, -110, -2022, 0x0000}, + {-132, -110, -2001, 0x0bd2}, + {116, -110, -1973, 0x0bca} + } +}; + +StandTile tile_733 = { + 0x004130, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-31, -110, -1903, 0x0bd6}, + {116, -110, -1973, 0x0bce}, + {-132, -110, -2001, 0x0bdf} + } +}; + +StandTile tile_734 = { + 0x004030, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, -110, -1903, 0x0ca6}, + {116, -110, -1973, 0x0bd2}, + {-31, -110, -1903, 0x0c66} + } +}; + +StandTile tile_735 = { + 0x003f30, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-132, -110, -2001, 0x0bb5}, + {-214, -110, -1854, 0x0c12}, + {-126, -110, -1854, 0x0c31}, + {-107, -110, -1854, 0x0bdf} + } +}; + +StandTile tile_736 = { + 0x003e30, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-107, -110, -1854, 0x0be3}, + {-31, -110, -1903, 0x0bd2}, + {-132, -110, -2001, 0x0bda} + } +}; + +StandTile tile_737 = { + 0x003d30, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-107, -110, -1854, 0x0c05}, + {-31, -110, -1860, 0x0c66}, + {-31, -110, -1903, 0x0bdf} + } +}; + +StandTile tile_738 = { + 0x003b30, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-107, -110, -1752, 0x0bf3}, + {-52, -110, -1688, 0x0beb}, + {0, -110, -1752, 0x0bfd} + } +}; + +StandTile tile_739 = { + 0x003a30, 0x1e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-52, -110, -1688, 0x0bef}, + {0, -110, -1624, 0x0cd6}, + {0, -110, -1752, 0x0be7} + } +}; + +StandTile tile_740 = { + 0x003930, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-52, -110, -1688, 0x0bf3}, + {-107, -110, -1624, 0x0000}, + {0, -110, -1624, 0x0beb} + } +}; + +StandTile tile_741 = { + 0x003830, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 5, + 0x0, 0x1, 0x2, + { + {-107, -110, -1624, 0x0bef}, + {-52, -110, -1688, 0x0be7}, + {-107, -110, -1752, 0x0c35}, + {-107, -110, -1670, 0x0000}, + {-107, -110, -1667, 0x0cf6} + } +}; + +StandTile tile_742 = { + 0x003730, 0x1e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {0, -110, -1860, 0x0c09}, + {-52, -110, -1798, 0x0bfd}, + {0, -110, -1752, 0x0ce6} + } +}; + +StandTile tile_743 = { + 0x003630, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-52, -110, -1798, 0x0c01}, + {-107, -110, -1752, 0x0be7}, + {0, -110, -1752, 0x0bf9} + } +}; + +StandTile tile_744 = { + 0x003530, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-107, -110, -1854, 0x0c35}, + {-107, -110, -1752, 0x0bfd}, + {-52, -110, -1798, 0x0c05} + } +}; + +StandTile tile_745 = { + 0x003430, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-107, -110, -1854, 0x0c01}, + {-52, -110, -1798, 0x0c09}, + {-31, -110, -1860, 0x0be3} + } +}; + +StandTile tile_746 = { + 0x003330, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-52, -110, -1798, 0x0bf9}, + {0, -110, -1860, 0x0c5f}, + {-31, -110, -1860, 0x0c05} + } +}; + +StandTile tile_747 = { + 0x003032, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-126, -110, -1817, 0x0c12}, + {-214, -110, -1854, 0x0c3b}, + {-214, -110, -1817, 0x0c16}, + {-169, -110, -1817, 0x0c2d} + } +}; + +StandTile tile_748 = { + 0x003031, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-126, -110, -1817, 0x0c31}, + {-126, -110, -1854, 0x0bda}, + {-214, -110, -1854, 0x0c0d} + } +}; + +StandTile tile_749 = { + 0x003132, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-214, -110, -1817, 0x0c1a}, + {-169, -110, -1661, 0x0c4a}, + {-169, -110, -1817, 0x0c0d} + } +}; + +StandTile tile_750 = { + 0x003131, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-214, -110, -1817, 0x0c3b}, + {-214, -110, -1661, 0x0c22}, + {-169, -110, -1661, 0x0c16} + } +}; + +StandTile tile_751 = { + 0x003232, 0x1e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-123, -110, -1661, 0x0c22}, + {-224, -110, -1624, 0x0000}, + {-123, -110, -1624, 0x0cf2} + } +}; + +StandTile tile_752 = { + 0x003231, 0x1e, + 0x0, + 0x2, 0x2, 0x2, + 6, + 0x0, 0x4, 0x5, + { + {-123, -110, -1661, 0x0cfa}, + {-150, -110, -1661, 0x0c4a}, + {-169, -110, -1661, 0x0c1a}, + {-214, -110, -1661, 0x0c40}, + {-224, -110, -1661, 0x0000}, + {-224, -110, -1624, 0x0c1e} + } +}; + +StandTile tile_753 = { + 0x05ff32, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-116, -110, -1743, 0x0c2d}, + {-169, -110, -1817, 0x0c44}, + {-159, -110, -1743, 0x0000} + } +}; + +StandTile tile_754 = { + 0x05ff31, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-116, -110, -1743, 0x0c35}, + {-126, -110, -1817, 0x0c0d}, + {-169, -110, -1817, 0x0c29} + } +}; + +StandTile tile_755 = { + 0x002e32, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-126, -110, -1817, 0x0c35}, + {-107, -110, -1854, 0x0bda}, + {-126, -110, -1854, 0x0c12} + } +}; + +StandTile tile_756 = { + 0x002e31, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 5, + 0x0, 0x2, 0x4, + { + {-126, -110, -1817, 0x0c2d}, + {-116, -110, -1743, 0x0000}, + {-107, -110, -1670, 0x0bf3}, + {-107, -110, -1752, 0x0c01}, + {-107, -110, -1854, 0x0c31} + } +}; + +StandTile tile_757 = { + 0x002d32, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-224, -110, -1854, 0x0c40}, + {-214, -110, -1661, 0x0c1a}, + {-214, -110, -1817, 0x0c0d}, + {-214, -110, -1854, 0x0bb5} + } +}; + +StandTile tile_758 = { + 0x002d31, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-224, -110, -1854, 0x0000}, + {-224, -110, -1661, 0x0c22}, + {-214, -110, -1661, 0x0c3b} + } +}; + +StandTile tile_759 = { + 0x002a32, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x3, + { + {-169, -110, -1817, 0x0c4a}, + {-150, -110, -1661, 0x0cfa}, + {-150, -110, -1667, 0x0000}, + {-150, -110, -1670, 0x0000}, + {-159, -110, -1743, 0x0c29} + } +}; + +StandTile tile_760 = { + 0x002a31, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-169, -110, -1817, 0x0c16}, + {-169, -110, -1661, 0x0c22}, + {-150, -110, -1661, 0x0c44} + } +}; + +StandTile tile_761 = { + 0x002332, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {214, -110, -2114, 0x0c53}, + {116, -110, -1979, 0x0ca2}, + {175, -110, -1979, 0x0c5b}, + {214, -110, -1979, 0x0cab} + } +}; + +StandTile tile_762 = { + 0x002331, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {214, -110, -2114, 0x0000}, + {116, -110, -2114, 0x0bbd}, + {116, -110, -1979, 0x0c4e} + } +}; + +StandTile tile_763 = { + 0x002232, 0x1e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {214, -110, -1903, 0x0c5b}, + {175, -110, -1979, 0x0ca2}, + {175, -110, -1903, 0x0c66} + } +}; + +StandTile tile_764 = { + 0x002231, 0x1e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {214, -110, -1903, 0x0cab}, + {214, -110, -1979, 0x0c4e}, + {175, -110, -1979, 0x0c57} + } +}; + +StandTile tile_765 = { + 0x002132, 0x1e, + 0x0, + 0x5, 0x5, 0x5, + 6, + 0x0, 0x1, 0x5, + { + {214, -110, -1903, 0x0c66}, + {-31, -110, -1860, 0x0c09}, + {0, -110, -1860, 0x0cea}, + {107, -110, -1860, 0x0c91}, + {175, -110, -1860, 0x0c70}, + {214, -110, -1860, 0x0cab} + } +}; + +StandTile tile_766 = { + 0x002131, 0x1e, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x3, 0x4, + { + {214, -110, -1903, 0x0c57}, + {175, -110, -1903, 0x0ca6}, + {116, -110, -1903, 0x0bd6}, + {-31, -110, -1903, 0x0be3}, + {-31, -110, -1860, 0x0c5f} + } +}; + +StandTile tile_767 = { + 0x002032, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {214, -110, -1860, 0x0c70}, + {175, -110, -1685, 0x0c81}, + {214, -110, -1685, 0x0cab} + } +}; + +StandTile tile_768 = { + 0x002031, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {214, -110, -1860, 0x0c5f}, + {175, -110, -1860, 0x0c95}, + {175, -110, -1820, 0x0c9e}, + {175, -110, -1685, 0x0c6c} + } +}; + +StandTile tile_769 = { + 0x001f32, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {169, -110, -1685, 0x0c79}, + {116, -110, -1752, 0x0000}, + {126, -110, -1685, 0x0c81} + } +}; + +StandTile tile_770 = { + 0x001f31, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {169, -110, -1685, 0x0000}, + {159, -110, -1752, 0x0000}, + {116, -110, -1752, 0x0c75} + } +}; + +StandTile tile_771 = { + 0x001e32, 0x1e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {224, -110, -1624, 0x0c81}, + {126, -110, -1685, 0x0c88}, + {126, -110, -1624, 0x0000} + } +}; + +StandTile tile_772 = { + 0x001e31, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 6, + 0x0, 0x1, 0x5, + { + {224, -110, -1624, 0x0000}, + {224, -110, -1685, 0x0cb2}, + {214, -110, -1685, 0x0c6c}, + {175, -110, -1685, 0x0c9e}, + {169, -110, -1685, 0x0c75}, + {126, -110, -1685, 0x0c7d} + } +}; + +StandTile tile_773 = { + 0x001d32, 0x1e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {107, -110, -1820, 0x0c8c}, + {126, -110, -1624, 0x0c7d}, + {126, -110, -1685, 0x0000} + } +}; + +StandTile tile_774 = { + 0x001d31, 0x1e, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {107, -110, -1820, 0x0cde}, + {107, -110, -1752, 0x0cce}, + {107, -110, -1624, 0x0000}, + {126, -110, -1624, 0x0c88} + } +}; + +StandTile tile_775 = { + 0x001c32, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {107, -110, -1820, 0x0c95}, + {175, -110, -1860, 0x0c5f}, + {107, -110, -1860, 0x0cee} + } +}; + +StandTile tile_776 = { + 0x001c31, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {107, -110, -1820, 0x0ad8}, + {150, -110, -1820, 0x0c9a}, + {175, -110, -1820, 0x0c70}, + {175, -110, -1860, 0x0c91} + } +}; + +StandTile tile_777 = { + 0x001b32, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {169, -110, -1685, 0x0c9e}, + {175, -110, -1820, 0x0c95}, + {150, -110, -1820, 0x0000} + } +}; + +StandTile tile_778 = { + 0x001b31, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {169, -110, -1685, 0x0c81}, + {175, -110, -1685, 0x0c70}, + {175, -110, -1820, 0x0c9a} + } +}; + +StandTile tile_779 = { + 0x001a32, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, -110, -1979, 0x0ca6}, + {175, -110, -1903, 0x0c57}, + {175, -110, -1979, 0x0c4e} + } +}; + +StandTile tile_780 = { + 0x001a31, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {116, -110, -1979, 0x0bbd}, + {116, -110, -1973, 0x0bd6}, + {116, -110, -1903, 0x0c66}, + {175, -110, -1903, 0x0ca2} + } +}; + +StandTile tile_781 = { + 0x001932, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 6, + 0x0, 0x1, 0x2, + { + {214, -110, -1685, 0x0cb2}, + {224, -110, -2114, 0x0000}, + {214, -110, -2114, 0x0c4e}, + {214, -110, -1979, 0x0c5b}, + {214, -110, -1903, 0x0c5f}, + {214, -110, -1860, 0x0c6c} + } +}; + +StandTile tile_782 = { + 0x001931, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {214, -110, -1685, 0x0c81}, + {224, -110, -1685, 0x0000}, + {224, -110, -2114, 0x0cab} + } +}; + +StandTile tile_783 = { + 0x001032, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-132, -110, -2166, 0x0cba}, + {-3, -110, -2129, 0x0cbe}, + {0, -110, -2191, 0x0d1a} + } +}; + +StandTile tile_784 = { + 0x001031, 0x1e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-132, -110, -2166, 0x0954}, + {-132, -110, -2062, 0x0cc6}, + {-3, -110, -2129, 0x0cb6} + } +}; + +StandTile tile_785 = { + 0x000f32, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-3, -110, -2129, 0x0cc2}, + {95, -110, -2191, 0x0948}, + {0, -110, -2191, 0x0cb6} + } +}; + +StandTile tile_786 = { + 0x000f31, 0x1e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-3, -110, -2129, 0x0bc2}, + {95, -110, -2129, 0x0000}, + {95, -110, -2191, 0x0cbe} + } +}; + +StandTile tile_787 = { + 0x000e32, 0x1e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-132, -110, -2022, 0x0cca}, + {-3, -110, -2129, 0x0cba}, + {-132, -110, -2062, 0x0000} + } +}; + +StandTile tile_788 = { + 0x000e31, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-132, -110, -2022, 0x0bca}, + {-3, -110, -2022, 0x0bc6}, + {-3, -110, -2129, 0x0cc6} + } +}; + +StandTile tile_789 = { + 0x000830, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {58, -110, -1688, 0x0cd2}, + {107, -110, -1624, 0x0c8c}, + {107, -110, -1752, 0x0cda} + } +}; + +StandTile tile_790 = { + 0x000730, 0x1e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {0, -110, -1624, 0x0000}, + {107, -110, -1624, 0x0cce}, + {58, -110, -1688, 0x0cd6} + } +}; + +StandTile tile_791 = { + 0x000630, 0x1e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {0, -110, -1624, 0x0cd2}, + {58, -110, -1688, 0x0cda}, + {0, -110, -1752, 0x0beb} + } +}; + +StandTile tile_792 = { + 0x000530, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {0, -110, -1752, 0x0cd6}, + {58, -110, -1688, 0x0cce}, + {107, -110, -1752, 0x0ce2} + } +}; + +StandTile tile_793 = { + 0x000430, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {58, -110, -1798, 0x0ce2}, + {107, -110, -1752, 0x0c8c}, + {107, -110, -1820, 0x0cee} + } +}; + +StandTile tile_794 = { + 0x000330, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {0, -110, -1752, 0x0cda}, + {107, -110, -1752, 0x0cde}, + {58, -110, -1798, 0x0ce6} + } +}; + +StandTile tile_795 = { + 0x000230, 0x1e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {0, -110, -1752, 0x0ce2}, + {58, -110, -1798, 0x0cea}, + {0, -110, -1860, 0x0bf9} + } +}; + +StandTile tile_796 = { + 0x000130, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {0, -110, -1860, 0x0ce6}, + {58, -110, -1798, 0x0cee}, + {107, -110, -1860, 0x0c5f} + } +}; + +StandTile tile_797 = { + 0x000030, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {107, -110, -1860, 0x0cea}, + {58, -110, -1798, 0x0cde}, + {107, -110, -1820, 0x0c91} + } +}; + +StandTile tile_798 = { + 0x062332, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-123, -110, -1624, 0x0cf6}, + {-107, -110, -1667, 0x0cfe}, + {-123, -110, -1661, 0x0c1e} + } +}; + +StandTile tile_799 = { + 0x062331, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-123, -110, -1624, 0x0000}, + {-107, -110, -1624, 0x0bf3}, + {-107, -110, -1667, 0x0cf2} + } +}; + +StandTile tile_800 = { + 0x062232, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-123, -110, -1661, 0x0cfe}, + {-150, -110, -1667, 0x0c44}, + {-150, -110, -1661, 0x0c22} + } +}; + +StandTile tile_801 = { + 0x062231, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-123, -110, -1661, 0x0cf2}, + {-107, -110, -1667, 0x09dc}, + {-150, -110, -1667, 0x0cfa} + } +}; + +StandTile tile_802 = { + 0x001530, 0x1d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {224, -110, -2396, 0x094c}, + {113, -110, -2292, 0x0d06}, + {224, -110, -2224, 0x0000} + } +}; + +StandTile tile_803 = { + 0x001430, 0x1d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {224, -110, -2224, 0x0d02}, + {113, -110, -2292, 0x0948}, + {95, -110, -2191, 0x0d0a} + } +}; + +StandTile tile_804 = { + 0x001330, 0x1d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {224, -110, -2224, 0x0d06}, + {95, -110, -2191, 0x0000}, + {224, -110, -2191, 0x0000} + } +}; + +StandTile tile_805 = { + 0x003c32, 0x1c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-224, -110, -2396, 0x0d12}, + {-208, -110, -2387, 0x0d2a}, + {-208, -110, -2396, 0x0000} + } +}; + +StandTile tile_806 = { + 0x003c31, 0x1c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-224, -110, -2396, 0x0000}, + {-224, -110, -2387, 0x0d1e}, + {-208, -110, -2387, 0x0d0e} + } +}; + +StandTile tile_807 = { + 0x001132, 0x1c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-132, -110, -2166, 0x0d1a}, + {-224, -110, -2206, 0x0000}, + {-224, -110, -2166, 0x0954} + } +}; + +StandTile tile_808 = { + 0x001131, 0x1c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-132, -110, -2166, 0x0cb6}, + {0, -110, -2191, 0x0d26}, + {-224, -110, -2206, 0x0d16} + } +}; + +StandTile tile_809 = { + 0x000c30, 0x1c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-224, -110, -2381, 0x0d2e}, + {-208, -110, -2387, 0x0d12}, + {-224, -110, -2387, 0x0000} + } +}; + +StandTile tile_810 = { + 0x000b30, 0x1c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-224, -110, -2252, 0x0d3a}, + {-208, -110, -2276, 0x0d36}, + {-224, -110, -2276, 0x0000} + } +}; + +StandTile tile_811 = { + 0x000a30, 0x1c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-224, -110, -2206, 0x0d1a}, + {0, -110, -2191, 0x0940}, + {-110, -110, -2396, 0x0d3e} + } +}; + +StandTile tile_812 = { + 0x002930, 0x1c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-208, -110, -2396, 0x0d0e}, + {-208, -110, -2387, 0x0d2e}, + {-110, -110, -2396, 0x0000} + } +}; + +StandTile tile_813 = { + 0x002830, 0x1c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-224, -110, -2381, 0x0d32}, + {-110, -110, -2396, 0x0d2a}, + {-208, -110, -2387, 0x0d1e} + } +}; + +StandTile tile_814 = { + 0x002730, 0x1c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-224, -110, -2381, 0x0000}, + {-224, -110, -2276, 0x0d36}, + {-110, -110, -2396, 0x0d2e} + } +}; + +StandTile tile_815 = { + 0x002630, 0x1c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-110, -110, -2396, 0x0d32}, + {-224, -110, -2276, 0x0d22}, + {-208, -110, -2276, 0x0d3a} + } +}; + +StandTile tile_816 = { + 0x002530, 0x1c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-208, -110, -2276, 0x0d22}, + {-224, -110, -2252, 0x0d3e}, + {-110, -110, -2396, 0x0d36} + } +}; + +StandTile tile_817 = { + 0x002430, 0x1c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-224, -110, -2252, 0x0000}, + {-224, -110, -2206, 0x0d26}, + {-110, -110, -2396, 0x0d3a} + } +}; + +StandTile tile_818 = { + 0x00722a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {159, 153, -2197, 0x0d46}, + {218, 153, -2206, 0x0e48}, + {159, 153, -2206, 0x0000} + } +}; + +StandTile tile_819 = { + 0x007229, 0x1b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {159, 153, -2197, 0x0e54}, + {218, 153, -2197, 0x0000}, + {218, 153, -2206, 0x0d42} + } +}; + +StandTile tile_820 = { + 0x006f2a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {159, 181, -2169, 0x0d4e}, + {218, 181, -2178, 0x0e60}, + {159, 181, -2178, 0x0000} + } +}; + +StandTile tile_821 = { + 0x006f29, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {159, 181, -2169, 0x0d68}, + {218, 181, -2169, 0x0000}, + {218, 181, -2178, 0x0d4a} + } +}; + +StandTile tile_822 = { + 0x006d2a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {159, 162, -2187, 0x0d56}, + {218, 162, -2197, 0x0e50}, + {159, 162, -2197, 0x0000} + } +}; + +StandTile tile_823 = { + 0x006d29, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {159, 162, -2187, 0x0e5c}, + {218, 162, -2187, 0x0000}, + {218, 162, -2197, 0x0d52} + } +}; + +StandTile tile_824 = { + 0x00672a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {159, 144, -2206, 0x0d5e}, + {218, 144, -2215, 0x0e40}, + {159, 144, -2215, 0x0000} + } +}; + +StandTile tile_825 = { + 0x006729, 0x1b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {159, 144, -2206, 0x0e4c}, + {218, 144, -2206, 0x0000}, + {218, 144, -2215, 0x0d5a} + } +}; + +StandTile tile_826 = { + 0x00652a, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 5, + 0x0, 0x1, 0x2, + { + {218, 181, -2126, 0x0d68}, + {159, 181, -2169, 0x0000}, + {159, 181, -2126, 0x0000}, + {162, 181, -2126, 0x0da0}, + {199, 181, -2126, 0x0000} + } +}; + +StandTile tile_827 = { + 0x006529, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {218, 181, -2126, 0x0000}, + {218, 181, -2169, 0x0d4e}, + {159, 181, -2169, 0x0d62} + } +}; + +StandTile tile_828 = { + 0x00642a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {159, 172, -2178, 0x0d70}, + {218, 172, -2187, 0x0e58}, + {159, 172, -2187, 0x0000} + } +}; + +StandTile tile_829 = { + 0x006429, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {159, 172, -2178, 0x0e64}, + {218, 172, -2178, 0x0000}, + {218, 172, -2187, 0x0d6c} + } +}; + +StandTile tile_830 = { + 0x00872a, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-208, 147, -2175, 0x0d78}, + {-150, 147, -2184, 0x0e80}, + {-208, 147, -2184, 0x0000} + } +}; + +StandTile tile_831 = { + 0x008729, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-208, 147, -2175, 0x0e7c}, + {-150, 147, -2175, 0x0000}, + {-150, 147, -2184, 0x0d74} + } +}; + +StandTile tile_832 = { + 0x00842a, 0x1b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-208, 175, -2148, 0x0d80}, + {-150, 175, -2157, 0x0e68}, + {-208, 175, -2157, 0x0000} + } +}; + +StandTile tile_833 = { + 0x008429, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-208, 175, -2148, 0x0d90}, + {-150, 175, -2148, 0x0000}, + {-150, 175, -2157, 0x0d7c} + } +}; + +StandTile tile_834 = { + 0x00822a, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-208, 156, -2166, 0x0d88}, + {-150, 156, -2175, 0x0e78}, + {-208, 156, -2175, 0x0000} + } +}; + +StandTile tile_835 = { + 0x008229, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-208, 156, -2166, 0x0e74}, + {-150, 156, -2166, 0x0000}, + {-150, 156, -2175, 0x0d84} + } +}; + +StandTile tile_836 = { + 0x007c2a, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-150, 175, -2126, 0x0d90}, + {-208, 175, -2148, 0x0000}, + {-208, 175, -2126, 0x0ec8} + } +}; + +StandTile tile_837 = { + 0x007c29, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-150, 175, -2126, 0x0000}, + {-150, 175, -2148, 0x0d80}, + {-208, 175, -2148, 0x0d8c} + } +}; + +StandTile tile_838 = { + 0x007b2a, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-208, 165, -2157, 0x0d98}, + {-150, 165, -2166, 0x0e70}, + {-208, 165, -2166, 0x0000} + } +}; + +StandTile tile_839 = { + 0x007b29, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-208, 165, -2157, 0x0e6c}, + {-150, 165, -2157, 0x0000}, + {-150, 165, -2166, 0x0d94} + } +}; + +StandTile tile_840 = { + 0x013a2a, 0x1b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {199, 181, -2126, 0x0da0}, + {165, 187, -2126, 0x15fe}, + {196, 187, -2126, 0x0000} + } +}; + +StandTile tile_841 = { + 0x013a29, 0x1b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {199, 181, -2126, 0x0d62}, + {162, 181, -2126, 0x0000}, + {165, 187, -2126, 0x0d9c} + } +}; + +StandTile tile_842 = { + 0x00222a, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-150, 141, -2187, 0x0da8}, + {-159, 141, -2126, 0x0000}, + {0, 141, -2126, 0x0dac} + } +}; + +StandTile tile_843 = { + 0x002229, 0x1b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-150, 141, -2187, 0x0000}, + {-159, 141, -2145, 0x0000}, + {-159, 141, -2126, 0x0da4} + } +}; + +StandTile tile_844 = { + 0x002128, 0x1b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {0, 141, -2126, 0x0db8}, + {-101, 141, -2282, 0x0df4}, + {-150, 141, -2187, 0x0da4} + } +}; + +StandTile tile_845 = { + 0x002028, 0x1b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {0, 141, -2126, 0x0000}, + {159, 141, -2126, 0x0e30}, + {159, 141, -2215, 0x0db4} + } +}; + +StandTile tile_846 = { + 0x001f28, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {159, 141, -2215, 0x0e14}, + {101, 141, -2282, 0x0db8}, + {0, 141, -2126, 0x0db0} + } +}; + +StandTile tile_847 = { + 0x001e28, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {0, 141, -2126, 0x0db4}, + {101, 141, -2282, 0x0e20}, + {-101, 141, -2282, 0x0dac} + } +}; + +StandTile tile_848 = { + 0x001c28, 0x1b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {135, 141, -2518, 0x0e0c}, + {236, 141, -2390, 0x0000}, + {236, 141, -2518, 0x0000} + } +}; + +StandTile tile_849 = { + 0x027928, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-221, 141, -2160, 0x0dfc}, + {-236, 141, -2142, 0x0dcc}, + {-218, 141, -2145, 0x0dc4} + } +}; + +StandTile tile_850 = { + 0x001b28, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-208, 141, -2187, 0x0de4}, + {-221, 141, -2160, 0x0dc0}, + {-218, 141, -2145, 0x0000} + } +}; + +StandTile tile_851 = { + 0x001a2a, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-218, 141, -2145, 0x0dcc}, + {-236, 141, -2126, 0x0000}, + {-218, 141, -2126, 0x0000} + } +}; + +StandTile tile_852 = { + 0x001a29, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-218, 141, -2145, 0x0dc0}, + {-236, 141, -2142, 0x0000}, + {-236, 141, -2126, 0x0dc8} + } +}; + +StandTile tile_853 = { + 0x00182a, 0x1b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {221, 141, -2160, 0x0dd4}, + {236, 141, -2126, 0x0000}, + {236, 141, -2142, 0x0dd8} + } +}; + +StandTile tile_854 = { + 0x001829, 0x1b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {221, 141, -2160, 0x0000}, + {221, 141, -2126, 0x0000}, + {236, 141, -2126, 0x0dd0} + } +}; + +StandTile tile_855 = { + 0x001728, 0x1b, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {221, 141, -2160, 0x0dd0}, + {236, 141, -2142, 0x0000}, + {236, 141, -2160, 0x0e04} + } +}; + +StandTile tile_856 = { + 0x00142a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-135, 141, -2531, 0x0de0}, + {135, 141, -2518, 0x0000}, + {135, 141, -2531, 0x08a2} + } +}; + +StandTile tile_857 = { + 0x001429, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-135, 141, -2531, 0x0000}, + {-135, 141, -2518, 0x0e38}, + {135, 141, -2518, 0x0ddc} + } +}; + +StandTile tile_858 = { + 0x00132a, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-236, 141, -2381, 0x0de8}, + {-221, 141, -2160, 0x0dc4}, + {-208, 141, -2187, 0x0df8} + } +}; + +StandTile tile_859 = { + 0x001329, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-236, 141, -2381, 0x0000}, + {-236, 141, -2160, 0x0dfc}, + {-221, 141, -2160, 0x0de4} + } +}; + +StandTile tile_860 = { + 0x001228, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-135, 141, -2518, 0x0e08}, + {-236, 141, -2381, 0x0df0}, + {-101, 141, -2485, 0x0e3c} + } +}; + +StandTile tile_861 = { + 0x001128, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-236, 141, -2381, 0x0df4}, + {-101, 141, -2282, 0x0e2c}, + {-101, 141, -2485, 0x0dec} + } +}; + +StandTile tile_862 = { + 0x001028, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-236, 141, -2381, 0x0df8}, + {-150, 141, -2187, 0x0dac}, + {-101, 141, -2282, 0x0df0} + } +}; + +StandTile tile_863 = { + 0x000f28, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-236, 141, -2381, 0x0de4}, + {-208, 141, -2187, 0x0e84}, + {-150, 141, -2187, 0x0df4} + } +}; + +StandTile tile_864 = { + 0x000e28, 0x1b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-236, 141, -2160, 0x0000}, + {-236, 141, -2142, 0x0dc0}, + {-221, 141, -2160, 0x0de8} + } +}; + +StandTile tile_865 = { + 0x000d2a, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {221, 141, -2160, 0x0e04}, + {236, 141, -2282, 0x0e1c}, + {218, 141, -2215, 0x0000} + } +}; + +StandTile tile_866 = { + 0x000d29, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {221, 141, -2160, 0x0dd8}, + {236, 141, -2160, 0x0000}, + {236, 141, -2282, 0x0e00} + } +}; + +StandTile tile_867 = { + 0x000c28, 0x1b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-236, 141, -2381, 0x0dec}, + {-135, 141, -2518, 0x0000}, + {-236, 141, -2518, 0x0000} + } +}; + +StandTile tile_868 = { + 0x000b28, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {135, 141, -2518, 0x0e38}, + {101, 141, -2485, 0x0e10}, + {236, 141, -2390, 0x0dbc} + } +}; + +StandTile tile_869 = { + 0x000a28, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {101, 141, -2485, 0x0e28}, + {101, 141, -2282, 0x0e14}, + {236, 141, -2390, 0x0e0c} + } +}; + +StandTile tile_870 = { + 0x000928, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {101, 141, -2282, 0x0db4}, + {159, 141, -2215, 0x0e18}, + {236, 141, -2390, 0x0e10} + } +}; + +StandTile tile_871 = { + 0x00082a, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {159, 141, -2215, 0x0e1c}, + {236, 141, -2282, 0x0000}, + {236, 141, -2390, 0x0e14} + } +}; + +StandTile tile_872 = { + 0x000829, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {159, 141, -2215, 0x0e44}, + {218, 141, -2215, 0x0e00}, + {236, 141, -2282, 0x0e18} + } +}; + +StandTile tile_873 = { + 0x000728, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {0, 141, -2384, 0x0e2c}, + {-101, 141, -2282, 0x0db8}, + {101, 141, -2282, 0x0e28} + } +}; + +StandTile tile_874 = { + 0x000628, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {0, 141, -2384, 0x0e28}, + {101, 141, -2485, 0x0e3c}, + {-101, 141, -2485, 0x0e2c} + } +}; + +StandTile tile_875 = { + 0x000528, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {0, 141, -2384, 0x0e20}, + {101, 141, -2282, 0x0e10}, + {101, 141, -2485, 0x0e24} + } +}; + +StandTile tile_876 = { + 0x000428, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {0, 141, -2384, 0x0e24}, + {-101, 141, -2485, 0x0df0}, + {-101, 141, -2282, 0x0e20} + } +}; + +StandTile tile_877 = { + 0x00012a, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {159, 141, -2126, 0x0e34}, + {169, 141, -2160, 0x0000}, + {159, 141, -2215, 0x0db0} + } +}; + +StandTile tile_878 = { + 0x000129, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {159, 141, -2126, 0x0000}, + {169, 141, -2126, 0x0000}, + {169, 141, -2160, 0x0e30} + } +}; + +StandTile tile_879 = { + 0x00002a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-135, 141, -2518, 0x0e3c}, + {101, 141, -2485, 0x0e0c}, + {135, 141, -2518, 0x0de0} + } +}; + +StandTile tile_880 = { + 0x000029, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-135, 141, -2518, 0x0dec}, + {-101, 141, -2485, 0x0e24}, + {101, 141, -2485, 0x0e38} + } +}; + +StandTile tile_881 = { + 0x02772a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {218, 144, -2215, 0x0e44}, + {159, 141, -2215, 0x0000}, + {159, 144, -2215, 0x0d5a} + } +}; + +StandTile tile_882 = { + 0x027729, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {218, 144, -2215, 0x0000}, + {218, 141, -2215, 0x0e1c}, + {159, 141, -2215, 0x0e40} + } +}; + +StandTile tile_883 = { + 0x02762a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {218, 153, -2206, 0x0e4c}, + {159, 144, -2206, 0x0000}, + {159, 153, -2206, 0x0d42} + } +}; + +StandTile tile_884 = { + 0x027629, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {218, 153, -2206, 0x0000}, + {218, 144, -2206, 0x0d5e}, + {159, 144, -2206, 0x0e48} + } +}; + +StandTile tile_885 = { + 0x02752a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {218, 162, -2197, 0x0e54}, + {159, 153, -2197, 0x0000}, + {159, 162, -2197, 0x0d52} + } +}; + +StandTile tile_886 = { + 0x027529, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {218, 162, -2197, 0x0000}, + {218, 153, -2197, 0x0d46}, + {159, 153, -2197, 0x0e50} + } +}; + +StandTile tile_887 = { + 0x02742a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {218, 162, -2187, 0x0e5c}, + {159, 172, -2187, 0x0d6c}, + {218, 172, -2187, 0x0000} + } +}; + +StandTile tile_888 = { + 0x027429, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {218, 162, -2187, 0x0d56}, + {159, 162, -2187, 0x0000}, + {159, 172, -2187, 0x0e58} + } +}; + +StandTile tile_889 = { + 0x02732a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {218, 172, -2178, 0x0e64}, + {159, 181, -2178, 0x0d4a}, + {218, 181, -2178, 0x0000} + } +}; + +StandTile tile_890 = { + 0x027329, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {218, 172, -2178, 0x0d70}, + {159, 172, -2178, 0x0000}, + {159, 181, -2178, 0x0e60} + } +}; + +StandTile tile_891 = { + 0x02722a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 175, -2157, 0x0e6c}, + {-208, 165, -2157, 0x0000}, + {-208, 175, -2157, 0x0d7c} + } +}; + +StandTile tile_892 = { + 0x027229, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 175, -2157, 0x0000}, + {-150, 165, -2157, 0x0d98}, + {-208, 165, -2157, 0x0e68} + } +}; + +StandTile tile_893 = { + 0x02712a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 156, -2166, 0x0e74}, + {-208, 165, -2166, 0x0d94}, + {-150, 165, -2166, 0x0000} + } +}; + +StandTile tile_894 = { + 0x027129, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 156, -2166, 0x0d88}, + {-208, 156, -2166, 0x0000}, + {-208, 165, -2166, 0x0e70} + } +}; + +StandTile tile_895 = { + 0x02702a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 147, -2175, 0x0e7c}, + {-208, 156, -2175, 0x0d84}, + {-150, 156, -2175, 0x0000} + } +}; + +StandTile tile_896 = { + 0x027029, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 147, -2175, 0x0d78}, + {-208, 147, -2175, 0x0000}, + {-208, 156, -2175, 0x0e78} + } +}; + +StandTile tile_897 = { + 0x026f2a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 141, -2187, 0x0e84}, + {-208, 147, -2184, 0x0d74}, + {-150, 147, -2184, 0x0000} + } +}; + +StandTile tile_898 = { + 0x026f29, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 141, -2187, 0x0df8}, + {-208, 141, -2187, 0x0000}, + {-208, 147, -2184, 0x0e80} + } +}; + +StandTile tile_899 = { + 0x005d28, 0x1a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-208, 175, -1949, 0x0e90}, + {-193, 175, -1979, 0x0eac}, + {-208, 175, -1979, 0x0000} + } +}; + +StandTile tile_900 = { + 0x005c2a, 0x1a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-193, 175, -1979, 0x0e90}, + {3, 175, -1949, 0x0ed4}, + {-12, 175, -1979, 0x0ea8} + } +}; + +StandTile tile_901 = { + 0x005c29, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-193, 175, -1979, 0x0e88}, + {-208, 175, -1949, 0x0000}, + {3, 175, -1949, 0x0e8c} + } +}; + +StandTile tile_902 = { + 0x005b28, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-12, 175, -2114, 0x0e98}, + {-95, 175, -2056, 0x0ea8}, + {-12, 175, -1979, 0x0eb8} + } +}; + +StandTile tile_903 = { + 0x005a28, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-49, 175, -2126, 0x0e9c}, + {-95, 175, -2056, 0x0e94}, + {-12, 175, -2114, 0x0ed0} + } +}; + +StandTile tile_904 = { + 0x005928, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-150, 175, -2126, 0x0ea0}, + {-95, 175, -2056, 0x0e98}, + {-49, 175, -2126, 0x0000} + } +}; + +StandTile tile_905 = { + 0x005828, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-150, 175, -2126, 0x0ec4}, + {-193, 175, -2114, 0x0ea4}, + {-95, 175, -2056, 0x0e9c} + } +}; + +StandTile tile_906 = { + 0x005728, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-95, 175, -2056, 0x0ea0}, + {-193, 175, -2114, 0x0eac}, + {-193, 175, -1979, 0x0ea8} + } +}; + +StandTile tile_907 = { + 0x005628, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-12, 175, -1979, 0x0e94}, + {-95, 175, -2056, 0x0ea4}, + {-193, 175, -1979, 0x0e8c} + } +}; + +StandTile tile_908 = { + 0x00552a, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-193, 175, -2114, 0x0eb0}, + {-208, 175, -1979, 0x0e88}, + {-193, 175, -1979, 0x0ea4} + } +}; + +StandTile tile_909 = { + 0x005529, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-193, 175, -2114, 0x0ebc}, + {-208, 175, -2105, 0x0000}, + {-208, 175, -1979, 0x0eac} + } +}; + +StandTile tile_910 = { + 0x00542a, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-12, 175, -2114, 0x0eb8}, + {3, 175, -1979, 0x0000}, + {3, 175, -2105, 0x0ec0} + } +}; + +StandTile tile_911 = { + 0x005429, 0x1a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-12, 175, -2114, 0x0e94}, + {-12, 175, -1979, 0x0ed4}, + {3, 175, -1979, 0x0eb4} + } +}; + +StandTile tile_912 = { + 0x005328, 0x1a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-208, 175, -2114, 0x0000}, + {-208, 175, -2105, 0x0eb0}, + {-193, 175, -2114, 0x0ec4} + } +}; + +StandTile tile_913 = { + 0x005228, 0x1a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-12, 175, -2114, 0x0eb4}, + {3, 175, -2105, 0x0000}, + {3, 175, -2114, 0x0ecc} + } +}; + +StandTile tile_914 = { + 0x00512a, 0x1a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-150, 175, -2126, 0x0ec8}, + {-208, 175, -2114, 0x0ebc}, + {-193, 175, -2114, 0x0ea0} + } +}; + +StandTile tile_915 = { + 0x005129, 0x1a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-150, 175, -2126, 0x0d8c}, + {-208, 175, -2126, 0x0000}, + {-208, 175, -2114, 0x0ec4} + } +}; + +StandTile tile_916 = { + 0x00502a, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3, 175, -2126, 0x0ed0}, + {-12, 175, -2114, 0x0ec0}, + {3, 175, -2114, 0x0000} + } +}; + +StandTile tile_917 = { + 0x005029, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3, 175, -2126, 0x0000}, + {-49, 175, -2126, 0x0e98}, + {-12, 175, -2114, 0x0ecc} + } +}; + +StandTile tile_918 = { + 0x004f28, 0x1a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-12, 175, -1979, 0x0e8c}, + {3, 175, -1949, 0x0000}, + {3, 175, -1979, 0x0eb8} + } +}; + +StandTile tile_919 = { + 0x032922, 0x19, + 0x0, + 0x9, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-181, 40, -1618, 0x0edc}, + {-214, 34, -1618, 0x0f22}, + {-178, 34, -1618, 0x0000} + } +}; + +StandTile tile_920 = { + 0x032921, 0x19, + 0x0, + 0x9, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-181, 40, -1618, 0x0ee4}, + {-211, 40, -1618, 0x0000}, + {-214, 34, -1618, 0x0ed8} + } +}; + +StandTile tile_921 = { + 0x032122, 0x19, + 0x0, + 0xf, 0xb, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-211, 40, -1624, 0x0ee4}, + {-181, 40, -1618, 0x0000}, + {-181, 40, -1624, 0x0958} + } +}; + +StandTile tile_922 = { + 0x032121, 0x19, + 0x0, + 0xf, 0xb, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-211, 40, -1624, 0x0000}, + {-211, 40, -1618, 0x0edc}, + {-181, 40, -1618, 0x0ee0} + } +}; + +StandTile tile_923 = { + 0x02c622, 0x19, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-251, 34, -1360, 0x0eec}, + {-285, 40, -1360, 0x0ef0}, + {-254, 40, -1360, 0x0000} + } +}; + +StandTile tile_924 = { + 0x02c621, 0x19, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-251, 34, -1360, 0x0f04}, + {-288, 34, -1360, 0x0000}, + {-285, 40, -1360, 0x0ee8} + } +}; + +StandTile tile_925 = { + 0x02b122, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-285, 40, -1360, 0x0ef4}, + {-254, 40, -1354, 0x0000}, + {-254, 40, -1360, 0x0ee8} + } +}; + +StandTile tile_926 = { + 0x02b121, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-285, 40, -1360, 0x0000}, + {-285, 40, -1354, 0x1440}, + {-254, 40, -1354, 0x0ef0} + } +}; + +StandTile tile_927 = { + 0x001c20, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {37, 34, -1618, 0x0efc}, + {-21, 34, -1553, 0x0000}, + {37, 34, -1553, 0x0f38} + } +}; + +StandTile tile_928 = { + 0x001b20, 0x19, + 0x0, + 0x6, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-80, 34, -1618, 0x0f00}, + {-21, 34, -1553, 0x0ef8}, + {37, 34, -1618, 0x0000} + } +}; + +StandTile tile_929 = { + 0x001a20, 0x19, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-80, 34, -1618, 0x0f1a}, + {-80, 34, -1553, 0x0000}, + {-21, 34, -1553, 0x0efc} + } +}; + +StandTile tile_930 = { + 0x001920, 0x19, + 0x0, + 0xd, 0xd, 0xd, + 5, + 0x0, 0x1, 0x2, + { + {-205, 34, -1360, 0x0f0a}, + {-248, 34, -1415, 0x0f12}, + {-294, 34, -1360, 0x0000}, + {-288, 34, -1360, 0x0eec}, + {-251, 34, -1360, 0x0000} + } +}; + +StandTile tile_931 = { + 0x001820, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-205, 34, -1471, 0x0f0e}, + {-248, 34, -1415, 0x0f04}, + {-205, 34, -1360, 0x0000} + } +}; + +StandTile tile_932 = { + 0x001720, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-205, 34, -1471, 0x0f16}, + {-294, 34, -1471, 0x0f12}, + {-248, 34, -1415, 0x0f0a} + } +}; + +StandTile tile_933 = { + 0x001620, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-294, 34, -1471, 0x0000}, + {-294, 34, -1360, 0x0f04}, + {-248, 34, -1415, 0x0f0e} + } +}; + +StandTile tile_934 = { + 0x001520, 0x19, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-205, 34, -1553, 0x0f2c}, + {-294, 34, -1471, 0x0f0e}, + {-205, 34, -1471, 0x0000} + } +}; + +StandTile tile_935 = { + 0x001420, 0x19, + 0x0, + 0x9, 0x4, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-141, 34, -1618, 0x0f1e}, + {-80, 34, -1553, 0x0f00}, + {-80, 34, -1618, 0x0000} + } +}; + +StandTile tile_936 = { + 0x001320, 0x19, + 0x0, + 0xa, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-141, 34, -1618, 0x0f22}, + {-205, 34, -1553, 0x0000}, + {-80, 34, -1553, 0x0f1a} + } +}; + +StandTile tile_937 = { + 0x001220, 0x19, + 0x0, + 0xe, 0xb, 0xb, + 5, + 0x0, 0x1, 0x2, + { + {-221, 34, -1618, 0x0f28}, + {-205, 34, -1553, 0x0f1e}, + {-141, 34, -1618, 0x0000}, + {-178, 34, -1618, 0x0ed8}, + {-214, 34, -1618, 0x0000} + } +}; + +StandTile tile_938 = { + 0x001120, 0x19, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-294, 34, -1618, 0x0f2c}, + {-205, 34, -1553, 0x0f22}, + {-221, 34, -1618, 0x0000} + } +}; + +StandTile tile_939 = { + 0x001020, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-294, 34, -1618, 0x0000}, + {-294, 34, -1471, 0x0f16}, + {-205, 34, -1553, 0x0f28} + } +}; + +StandTile tile_940 = { + 0x000f22, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {31, 34, -1547, 0x0f34}, + {37, 34, -1486, 0x0f40}, + {37, 34, -1547, 0x0000} + } +}; + +StandTile tile_941 = { + 0x000f21, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {31, 34, -1547, 0x0f55}, + {31, 34, -1486, 0x0000}, + {37, 34, -1486, 0x0f30} + } +}; + +StandTile tile_942 = { + 0x000e20, 0x18, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {37, 34, -1553, 0x0f3c}, + {92, 34, -1550, 0x0f4c}, + {37, 34, -1618, 0x0ef8} + } +}; + +StandTile tile_943 = { + 0x000d20, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {37, 34, -1547, 0x0f40}, + {92, 34, -1550, 0x0f38}, + {37, 34, -1553, 0x0000} + } +}; + +StandTile tile_944 = { + 0x000c20, 0x18, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {37, 34, -1547, 0x0f30}, + {37, 34, -1486, 0x0f44}, + {92, 34, -1550, 0x0f3c} + } +}; + +StandTile tile_945 = { + 0x000b20, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {92, 34, -1550, 0x0f40}, + {37, 34, -1486, 0x0000}, + {147, 34, -1486, 0x0f48} + } +}; + +StandTile tile_946 = { + 0x000a20, 0x18, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {147, 34, -1618, 0x0f4c}, + {92, 34, -1550, 0x0f44}, + {147, 34, -1486, 0x0000} + } +}; + +StandTile tile_947 = { + 0x000920, 0x18, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {37, 34, -1618, 0x0f38}, + {92, 34, -1550, 0x0f48}, + {147, 34, -1618, 0x0000} + } +}; + +StandTile tile_948 = { + 0x021d22, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {31, 43, -1486, 0x0f55}, + {31, 34, -1547, 0x0000}, + {31, 43, -1547, 0x0f6d}, + {31, 43, -1517, 0x0f75} + } +}; + +StandTile tile_949 = { + 0x021d21, 0x18, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {31, 43, -1486, 0x0000}, + {31, 34, -1486, 0x0f34}, + {31, 34, -1547, 0x0f50} + } +}; + +StandTile tile_950 = { + 0x05a622, 0x18, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {15, 43, -1517, 0x0f5d}, + {15, 52, -1547, 0x0f8d}, + {15, 52, -1517, 0x0f61} + } +}; + +StandTile tile_951 = { + 0x05a621, 0x18, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {15, 43, -1517, 0x0f69}, + {15, 43, -1547, 0x0000}, + {15, 52, -1547, 0x0f59} + } +}; + +StandTile tile_952 = { + 0x021c22, 0x18, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {15, 52, -1486, 0x0f65}, + {15, 43, -1517, 0x0f59}, + {15, 52, -1517, 0x0f95} + } +}; + +StandTile tile_953 = { + 0x021c21, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {15, 52, -1486, 0x0000}, + {15, 43, -1486, 0x0f71}, + {15, 43, -1517, 0x0f61} + } +}; + +StandTile tile_954 = { + 0x05a522, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {31, 43, -1517, 0x0f6d}, + {15, 43, -1547, 0x0f5d}, + {15, 43, -1517, 0x0f75} + } +}; + +StandTile tile_955 = { + 0x05a521, 0x18, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {31, 43, -1517, 0x0f50}, + {31, 43, -1547, 0x0000}, + {15, 43, -1547, 0x0f69} + } +}; + +StandTile tile_956 = { + 0x021b22, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {31, 43, -1486, 0x0f75}, + {15, 43, -1517, 0x0f65}, + {15, 43, -1486, 0x0000} + } +}; + +StandTile tile_957 = { + 0x021b21, 0x18, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {31, 43, -1486, 0x0f50}, + {31, 43, -1517, 0x0f69}, + {15, 43, -1517, 0x0f71} + } +}; + +StandTile tile_958 = { + 0x05a422, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {0, 52, -1517, 0x0f7d}, + {0, 61, -1547, 0x0fad}, + {0, 61, -1517, 0x0f81} + } +}; + +StandTile tile_959 = { + 0x05a421, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {0, 52, -1517, 0x0f89}, + {0, 52, -1547, 0x0000}, + {0, 61, -1547, 0x0f79} + } +}; + +StandTile tile_960 = { + 0x021a22, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {0, 61, -1486, 0x0f85}, + {0, 52, -1517, 0x0f79}, + {0, 61, -1517, 0x0fb5} + } +}; + +StandTile tile_961 = { + 0x021a21, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {0, 61, -1486, 0x0000}, + {0, 52, -1486, 0x0f91}, + {0, 52, -1517, 0x0f81} + } +}; + +StandTile tile_962 = { + 0x05a322, 0x18, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {15, 52, -1517, 0x0f8d}, + {0, 52, -1547, 0x0f7d}, + {0, 52, -1517, 0x0f95} + } +}; + +StandTile tile_963 = { + 0x05a321, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {15, 52, -1517, 0x0f59}, + {15, 52, -1547, 0x0000}, + {0, 52, -1547, 0x0f89} + } +}; + +StandTile tile_964 = { + 0x021922, 0x18, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {15, 52, -1486, 0x0f95}, + {0, 52, -1517, 0x0f85}, + {0, 52, -1486, 0x0000} + } +}; + +StandTile tile_965 = { + 0x021921, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {15, 52, -1486, 0x0f61}, + {15, 52, -1517, 0x0f89}, + {0, 52, -1517, 0x0f91} + } +}; + +StandTile tile_966 = { + 0x05a222, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-15, 61, -1517, 0x0f9d}, + {-15, 70, -1547, 0x0fcd}, + {-15, 70, -1517, 0x0fa1} + } +}; + +StandTile tile_967 = { + 0x05a221, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-15, 61, -1517, 0x0fa9}, + {-15, 61, -1547, 0x0000}, + {-15, 70, -1547, 0x0f99} + } +}; + +StandTile tile_968 = { + 0x021822, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-15, 70, -1486, 0x0fa5}, + {-15, 61, -1517, 0x0f99}, + {-15, 70, -1517, 0x0fd5} + } +}; + +StandTile tile_969 = { + 0x021821, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-15, 70, -1486, 0x0000}, + {-15, 61, -1486, 0x0fb1}, + {-15, 61, -1517, 0x0fa1} + } +}; + +StandTile tile_970 = { + 0x05a122, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {0, 61, -1517, 0x0fad}, + {-15, 61, -1547, 0x0f9d}, + {-15, 61, -1517, 0x0fb5} + } +}; + +StandTile tile_971 = { + 0x05a121, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {0, 61, -1517, 0x0f79}, + {0, 61, -1547, 0x0000}, + {-15, 61, -1547, 0x0fa9} + } +}; + +StandTile tile_972 = { + 0x021722, 0x18, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {0, 61, -1486, 0x0fb5}, + {-15, 61, -1517, 0x0fa5}, + {-15, 61, -1486, 0x0000} + } +}; + +StandTile tile_973 = { + 0x021721, 0x18, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {0, 61, -1486, 0x0f81}, + {0, 61, -1517, 0x0fa9}, + {-15, 61, -1517, 0x0fb1} + } +}; + +StandTile tile_974 = { + 0x05a022, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-31, 70, -1517, 0x0fbd}, + {-31, 80, -1547, 0x0fed}, + {-31, 80, -1517, 0x0fc1} + } +}; + +StandTile tile_975 = { + 0x05a021, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-31, 70, -1517, 0x0fc9}, + {-31, 70, -1547, 0x0000}, + {-31, 80, -1547, 0x0fb9} + } +}; + +StandTile tile_976 = { + 0x021622, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-31, 80, -1486, 0x0fc5}, + {-31, 70, -1517, 0x0fb9}, + {-31, 80, -1517, 0x0ff5} + } +}; + +StandTile tile_977 = { + 0x021621, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-31, 80, -1486, 0x0000}, + {-31, 70, -1486, 0x0fd1}, + {-31, 70, -1517, 0x0fc1} + } +}; + +StandTile tile_978 = { + 0x059f22, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-15, 70, -1517, 0x0fcd}, + {-31, 70, -1547, 0x0fbd}, + {-31, 70, -1517, 0x0fd5} + } +}; + +StandTile tile_979 = { + 0x059f21, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-15, 70, -1517, 0x0f99}, + {-15, 70, -1547, 0x0000}, + {-31, 70, -1547, 0x0fc9} + } +}; + +StandTile tile_980 = { + 0x021522, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-15, 70, -1486, 0x0fd5}, + {-31, 70, -1517, 0x0fc5}, + {-31, 70, -1486, 0x0000} + } +}; + +StandTile tile_981 = { + 0x021521, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-15, 70, -1486, 0x0fa1}, + {-15, 70, -1517, 0x0fc9}, + {-31, 70, -1517, 0x0fd1} + } +}; + +StandTile tile_982 = { + 0x059e22, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-46, 80, -1517, 0x0fdd}, + {-46, 89, -1547, 0x100d}, + {-46, 89, -1517, 0x0fe1} + } +}; + +StandTile tile_983 = { + 0x059e21, 0x18, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-46, 80, -1517, 0x0fe9}, + {-46, 80, -1547, 0x0000}, + {-46, 89, -1547, 0x0fd9} + } +}; + +StandTile tile_984 = { + 0x021422, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-46, 89, -1486, 0x0fe5}, + {-46, 80, -1517, 0x0fd9}, + {-46, 89, -1517, 0x1015} + } +}; + +StandTile tile_985 = { + 0x021421, 0x18, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-46, 89, -1486, 0x0000}, + {-46, 80, -1486, 0x0ff1}, + {-46, 80, -1517, 0x0fe1} + } +}; + +StandTile tile_986 = { + 0x059d22, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-31, 80, -1517, 0x0fed}, + {-46, 80, -1547, 0x0fdd}, + {-46, 80, -1517, 0x0ff5} + } +}; + +StandTile tile_987 = { + 0x059d21, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-31, 80, -1517, 0x0fb9}, + {-31, 80, -1547, 0x0000}, + {-46, 80, -1547, 0x0fe9} + } +}; + +StandTile tile_988 = { + 0x021322, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-31, 80, -1486, 0x0ff5}, + {-46, 80, -1517, 0x0fe5}, + {-46, 80, -1486, 0x0000} + } +}; + +StandTile tile_989 = { + 0x021321, 0x18, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-31, 80, -1486, 0x0fc1}, + {-31, 80, -1517, 0x0fe9}, + {-46, 80, -1517, 0x0ff1} + } +}; + +StandTile tile_990 = { + 0x059c22, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-61, 89, -1517, 0x0ffd}, + {-61, 98, -1547, 0x10ad}, + {-61, 98, -1517, 0x1001} + } +}; + +StandTile tile_991 = { + 0x059c21, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-61, 89, -1517, 0x1009}, + {-61, 89, -1547, 0x0000}, + {-61, 98, -1547, 0x0ff9} + } +}; + +StandTile tile_992 = { + 0x021222, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-61, 98, -1486, 0x1005}, + {-61, 89, -1517, 0x0ff9}, + {-61, 98, -1517, 0x10b5} + } +}; + +StandTile tile_993 = { + 0x021221, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-61, 98, -1486, 0x0000}, + {-61, 89, -1486, 0x1011}, + {-61, 89, -1517, 0x1001} + } +}; + +StandTile tile_994 = { + 0x059b22, 0x18, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-46, 89, -1517, 0x100d}, + {-61, 89, -1547, 0x0ffd}, + {-61, 89, -1517, 0x1015} + } +}; + +StandTile tile_995 = { + 0x059b21, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-46, 89, -1517, 0x0fd9}, + {-46, 89, -1547, 0x0000}, + {-61, 89, -1547, 0x1009} + } +}; + +StandTile tile_996 = { + 0x021122, 0x18, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-46, 89, -1486, 0x1015}, + {-61, 89, -1517, 0x1005}, + {-61, 89, -1486, 0x0000} + } +}; + +StandTile tile_997 = { + 0x021121, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-46, 89, -1486, 0x0fe1}, + {-46, 89, -1517, 0x1009}, + {-61, 89, -1517, 0x1011} + } +}; + +StandTile tile_998 = { + 0x059a22, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-92, 107, -1517, 0x101d}, + {-92, 116, -1547, 0x104d}, + {-92, 116, -1517, 0x1021} + } +}; + +StandTile tile_999 = { + 0x059a21, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-92, 107, -1517, 0x1029}, + {-92, 107, -1547, 0x0000}, + {-92, 116, -1547, 0x1019} + } +}; + +StandTile tile_1000 = { + 0x021022, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-92, 116, -1486, 0x1025}, + {-92, 107, -1517, 0x1019}, + {-92, 116, -1517, 0x1055} + } +}; + +StandTile tile_1001 = { + 0x021021, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-92, 116, -1486, 0x0000}, + {-92, 107, -1486, 0x1031}, + {-92, 107, -1517, 0x1021} + } +}; + +StandTile tile_1002 = { + 0x059922, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-77, 107, -1517, 0x102d}, + {-92, 107, -1547, 0x101d}, + {-92, 107, -1517, 0x1035} + } +}; + +StandTile tile_1003 = { + 0x059921, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-77, 107, -1517, 0x1099}, + {-77, 107, -1547, 0x0000}, + {-92, 107, -1547, 0x1029} + } +}; + +StandTile tile_1004 = { + 0x020f22, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-77, 107, -1486, 0x1035}, + {-92, 107, -1517, 0x1025}, + {-92, 107, -1486, 0x0000} + } +}; + +StandTile tile_1005 = { + 0x020f21, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-77, 107, -1486, 0x10a1}, + {-77, 107, -1517, 0x1029}, + {-92, 107, -1517, 0x1031} + } +}; + +StandTile tile_1006 = { + 0x059822, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, 116, -1517, 0x103d}, + {-107, 126, -1547, 0x106d}, + {-107, 126, -1517, 0x1041} + } +}; + +StandTile tile_1007 = { + 0x059821, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, 116, -1517, 0x1049}, + {-107, 116, -1547, 0x0000}, + {-107, 126, -1547, 0x1039} + } +}; + +StandTile tile_1008 = { + 0x020e22, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, 126, -1486, 0x1045}, + {-107, 116, -1517, 0x1039}, + {-107, 126, -1517, 0x1075} + } +}; + +StandTile tile_1009 = { + 0x020e21, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-107, 126, -1486, 0x0000}, + {-107, 116, -1486, 0x1051}, + {-107, 116, -1517, 0x1041} + } +}; + +StandTile tile_1010 = { + 0x059722, 0x18, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-92, 116, -1517, 0x104d}, + {-107, 116, -1547, 0x103d}, + {-107, 116, -1517, 0x1055} + } +}; + +StandTile tile_1011 = { + 0x059721, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-92, 116, -1517, 0x1019}, + {-92, 116, -1547, 0x0000}, + {-107, 116, -1547, 0x1049} + } +}; + +StandTile tile_1012 = { + 0x020d22, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-92, 116, -1486, 0x1055}, + {-107, 116, -1517, 0x1045}, + {-107, 116, -1486, 0x0000} + } +}; + +StandTile tile_1013 = { + 0x020d21, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-92, 116, -1486, 0x1021}, + {-92, 116, -1517, 0x1049}, + {-107, 116, -1517, 0x1051} + } +}; + +StandTile tile_1014 = { + 0x059622, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-123, 126, -1517, 0x105d}, + {-123, 135, -1547, 0x108d}, + {-123, 135, -1517, 0x1061} + } +}; + +StandTile tile_1015 = { + 0x059621, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-123, 126, -1517, 0x1069}, + {-123, 126, -1547, 0x0000}, + {-123, 135, -1547, 0x1059} + } +}; + +StandTile tile_1016 = { + 0x020c22, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-123, 135, -1486, 0x1065}, + {-123, 126, -1517, 0x1059}, + {-123, 135, -1517, 0x1095} + } +}; + +StandTile tile_1017 = { + 0x020c21, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-123, 135, -1486, 0x0000}, + {-123, 126, -1486, 0x1071}, + {-123, 126, -1517, 0x1061} + } +}; + +StandTile tile_1018 = { + 0x059522, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-107, 126, -1517, 0x106d}, + {-123, 126, -1547, 0x105d}, + {-123, 126, -1517, 0x1075} + } +}; + +StandTile tile_1019 = { + 0x059521, 0x18, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-107, 126, -1517, 0x1039}, + {-107, 126, -1547, 0x0000}, + {-123, 126, -1547, 0x1069} + } +}; + +StandTile tile_1020 = { + 0x020b22, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-107, 126, -1486, 0x1075}, + {-123, 126, -1517, 0x1065}, + {-123, 126, -1486, 0x0000} + } +}; + +StandTile tile_1021 = { + 0x020b21, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-107, 126, -1486, 0x1041}, + {-107, 126, -1517, 0x1069}, + {-123, 126, -1517, 0x1071} + } +}; + +StandTile tile_1022 = { + 0x059422, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-138, 135, -1517, 0x107d}, + {-138, 144, -1547, 0x10cd}, + {-138, 144, -1517, 0x1081} + } +}; + +StandTile tile_1023 = { + 0x059421, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-138, 135, -1517, 0x1089}, + {-138, 135, -1547, 0x0000}, + {-138, 144, -1547, 0x1079} + } +}; + +StandTile tile_1024 = { + 0x020a22, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-138, 144, -1486, 0x1085}, + {-138, 135, -1517, 0x1079}, + {-138, 144, -1517, 0x10d5} + } +}; + +StandTile tile_1025 = { + 0x020a21, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-138, 144, -1486, 0x0000}, + {-138, 135, -1486, 0x1091}, + {-138, 135, -1517, 0x1081} + } +}; + +StandTile tile_1026 = { + 0x059322, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-123, 135, -1517, 0x108d}, + {-138, 135, -1547, 0x107d}, + {-138, 135, -1517, 0x1095} + } +}; + +StandTile tile_1027 = { + 0x059321, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-123, 135, -1517, 0x1059}, + {-123, 135, -1547, 0x0000}, + {-138, 135, -1547, 0x1089} + } +}; + +StandTile tile_1028 = { + 0x020922, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-123, 135, -1486, 0x1095}, + {-138, 135, -1517, 0x1085}, + {-138, 135, -1486, 0x0000} + } +}; + +StandTile tile_1029 = { + 0x020921, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-123, 135, -1486, 0x1061}, + {-123, 135, -1517, 0x1089}, + {-138, 135, -1517, 0x1091} + } +}; + +StandTile tile_1030 = { + 0x059222, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-77, 98, -1517, 0x109d}, + {-77, 107, -1547, 0x102d}, + {-77, 107, -1517, 0x10a1} + } +}; + +StandTile tile_1031 = { + 0x059221, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-77, 98, -1517, 0x10a9}, + {-77, 98, -1547, 0x0000}, + {-77, 107, -1547, 0x1099} + } +}; + +StandTile tile_1032 = { + 0x020822, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-77, 107, -1486, 0x10a5}, + {-77, 98, -1517, 0x1099}, + {-77, 107, -1517, 0x1035} + } +}; + +StandTile tile_1033 = { + 0x020821, 0x18, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-77, 107, -1486, 0x0000}, + {-77, 98, -1486, 0x10b1}, + {-77, 98, -1517, 0x10a1} + } +}; + +StandTile tile_1034 = { + 0x059122, 0x18, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-61, 98, -1517, 0x10ad}, + {-77, 98, -1547, 0x109d}, + {-77, 98, -1517, 0x10b5} + } +}; + +StandTile tile_1035 = { + 0x059121, 0x18, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-61, 98, -1517, 0x0ff9}, + {-61, 98, -1547, 0x0000}, + {-77, 98, -1547, 0x10a9} + } +}; + +StandTile tile_1036 = { + 0x020722, 0x18, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-61, 98, -1486, 0x10b5}, + {-77, 98, -1517, 0x10a5}, + {-77, 98, -1486, 0x0000} + } +}; + +StandTile tile_1037 = { + 0x020721, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-61, 98, -1486, 0x1001}, + {-61, 98, -1517, 0x10a9}, + {-77, 98, -1517, 0x10b1} + } +}; + +StandTile tile_1038 = { + 0x059022, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-153, 144, -1517, 0x10bd}, + {-153, 153, -1547, 0x10ed}, + {-153, 153, -1517, 0x10c1} + } +}; + +StandTile tile_1039 = { + 0x059021, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-153, 144, -1517, 0x10c9}, + {-153, 144, -1547, 0x0000}, + {-153, 153, -1547, 0x10b9} + } +}; + +StandTile tile_1040 = { + 0x020622, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-153, 153, -1486, 0x10c5}, + {-153, 144, -1517, 0x10b9}, + {-153, 153, -1517, 0x10f5} + } +}; + +StandTile tile_1041 = { + 0x020621, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-153, 153, -1486, 0x0000}, + {-153, 144, -1486, 0x10d1}, + {-153, 144, -1517, 0x10c1} + } +}; + +StandTile tile_1042 = { + 0x058f22, 0x18, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-138, 144, -1517, 0x10cd}, + {-153, 144, -1547, 0x10bd}, + {-153, 144, -1517, 0x10d5} + } +}; + +StandTile tile_1043 = { + 0x058f21, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-138, 144, -1517, 0x1079}, + {-138, 144, -1547, 0x0000}, + {-153, 144, -1547, 0x10c9} + } +}; + +StandTile tile_1044 = { + 0x020522, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-138, 144, -1486, 0x10d5}, + {-153, 144, -1517, 0x10c5}, + {-153, 144, -1486, 0x0000} + } +}; + +StandTile tile_1045 = { + 0x020521, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-138, 144, -1486, 0x1081}, + {-138, 144, -1517, 0x10c9}, + {-153, 144, -1517, 0x10d1} + } +}; + +StandTile tile_1046 = { + 0x058e22, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-169, 153, -1517, 0x10dd}, + {-169, 162, -1547, 0x112d}, + {-169, 162, -1517, 0x10e1} + } +}; + +StandTile tile_1047 = { + 0x058e21, 0x18, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-169, 153, -1517, 0x10e9}, + {-169, 153, -1547, 0x0000}, + {-169, 162, -1547, 0x10d9} + } +}; + +StandTile tile_1048 = { + 0x020422, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-169, 162, -1486, 0x10e5}, + {-169, 153, -1517, 0x10d9}, + {-169, 162, -1517, 0x1135} + } +}; + +StandTile tile_1049 = { + 0x020421, 0x18, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-169, 162, -1486, 0x0000}, + {-169, 153, -1486, 0x10f1}, + {-169, 153, -1517, 0x10e1} + } +}; + +StandTile tile_1050 = { + 0x058d22, 0x18, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-153, 153, -1517, 0x10ed}, + {-169, 153, -1547, 0x10dd}, + {-169, 153, -1517, 0x10f5} + } +}; + +StandTile tile_1051 = { + 0x058d21, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-153, 153, -1517, 0x10b9}, + {-153, 153, -1547, 0x0000}, + {-169, 153, -1547, 0x10e9} + } +}; + +StandTile tile_1052 = { + 0x020322, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-153, 153, -1486, 0x10f5}, + {-169, 153, -1517, 0x10e5}, + {-169, 153, -1486, 0x0000} + } +}; + +StandTile tile_1053 = { + 0x020321, 0x18, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-153, 153, -1486, 0x10c1}, + {-153, 153, -1517, 0x10e9}, + {-169, 153, -1517, 0x10f1} + } +}; + +StandTile tile_1054 = { + 0x058c22, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-199, 172, -1517, 0x10fd}, + {-199, 181, -1547, 0x1561}, + {-199, 181, -1517, 0x1101} + } +}; + +StandTile tile_1055 = { + 0x058c21, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-199, 172, -1517, 0x1109}, + {-199, 172, -1547, 0x0000}, + {-199, 181, -1547, 0x10f9} + } +}; + +StandTile tile_1056 = { + 0x020222, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-199, 181, -1486, 0x1105}, + {-199, 172, -1517, 0x10f9}, + {-199, 181, -1517, 0x1561} + } +}; + +StandTile tile_1057 = { + 0x020221, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-199, 181, -1486, 0x0000}, + {-199, 172, -1486, 0x1111}, + {-199, 172, -1517, 0x1101} + } +}; + +StandTile tile_1058 = { + 0x058b22, 0x18, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-184, 172, -1517, 0x110d}, + {-199, 172, -1547, 0x10fd}, + {-199, 172, -1517, 0x1115} + } +}; + +StandTile tile_1059 = { + 0x058b21, 0x18, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-184, 172, -1517, 0x1119}, + {-184, 172, -1547, 0x0000}, + {-199, 172, -1547, 0x1109} + } +}; + +StandTile tile_1060 = { + 0x020122, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-184, 172, -1486, 0x1115}, + {-199, 172, -1517, 0x1105}, + {-199, 172, -1486, 0x0000} + } +}; + +StandTile tile_1061 = { + 0x020121, 0x18, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-184, 172, -1486, 0x1121}, + {-184, 172, -1517, 0x1109}, + {-199, 172, -1517, 0x1111} + } +}; + +StandTile tile_1062 = { + 0x058a22, 0x18, + 0x0, + 0x8, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-184, 162, -1517, 0x111d}, + {-184, 172, -1547, 0x110d}, + {-184, 172, -1517, 0x1121} + } +}; + +StandTile tile_1063 = { + 0x058a21, 0x18, + 0x0, + 0x7, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-184, 162, -1517, 0x1129}, + {-184, 162, -1547, 0x0000}, + {-184, 172, -1547, 0x1119} + } +}; + +StandTile tile_1064 = { + 0x020022, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-184, 172, -1486, 0x1125}, + {-184, 162, -1517, 0x1119}, + {-184, 172, -1517, 0x1115} + } +}; + +StandTile tile_1065 = { + 0x020021, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-184, 172, -1486, 0x0000}, + {-184, 162, -1486, 0x1131}, + {-184, 162, -1517, 0x1121} + } +}; + +StandTile tile_1066 = { + 0x058922, 0x18, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-169, 162, -1517, 0x112d}, + {-184, 162, -1547, 0x111d}, + {-184, 162, -1517, 0x1135} + } +}; + +StandTile tile_1067 = { + 0x058921, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-169, 162, -1517, 0x10d9}, + {-169, 162, -1547, 0x0000}, + {-184, 162, -1547, 0x1129} + } +}; + +StandTile tile_1068 = { + 0x01ff22, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-169, 162, -1486, 0x1135}, + {-184, 162, -1517, 0x1125}, + {-184, 162, -1486, 0x0000} + } +}; + +StandTile tile_1069 = { + 0x01ff21, 0x18, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-169, 162, -1486, 0x10e1}, + {-169, 162, -1517, 0x1129}, + {-184, 162, -1517, 0x1131} + } +}; + +StandTile tile_1070 = { + 0x025a22, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {214, 34, -1137, 0x113d}, + {181, 40, -1137, 0x138b}, + {211, 40, -1137, 0x0000} + } +}; + +StandTile tile_1071 = { + 0x025a21, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {214, 34, -1137, 0x1197}, + {178, 34, -1137, 0x0000}, + {181, 40, -1137, 0x1139} + } +}; + +StandTile tile_1072 = { + 0x01e422, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {211, 40, -1618, 0x1145}, + {178, 34, -1618, 0x1155}, + {214, 34, -1618, 0x0000} + } +}; + +StandTile tile_1073 = { + 0x01e421, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {211, 40, -1618, 0x114d}, + {181, 40, -1618, 0x0000}, + {178, 34, -1618, 0x1141} + } +}; + +StandTile tile_1074 = { + 0x01dd22, 0x17, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {181, 40, -1624, 0x114d}, + {211, 40, -1618, 0x0000}, + {211, 40, -1624, 0x0b60} + } +}; + +StandTile tile_1075 = { + 0x01dd21, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {181, 40, -1624, 0x0000}, + {181, 40, -1618, 0x1145}, + {211, 40, -1618, 0x1149} + } +}; + +StandTile tile_1076 = { + 0x004620, 0x17, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {257, 34, -1618, 0x1155}, + {208, 34, -1575, 0x115f}, + {257, 34, -1523, 0x0000} + } +}; + +StandTile tile_1077 = { + 0x004520, 0x17, + 0x0, + 0xd, 0xd, 0xd, + 5, + 0x0, 0x3, 0x4, + { + {257, 34, -1618, 0x0000}, + {214, 34, -1618, 0x1141}, + {178, 34, -1618, 0x0000}, + {156, 34, -1618, 0x115b}, + {208, 34, -1575, 0x1151} + } +}; + +StandTile tile_1078 = { + 0x004420, 0x17, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {208, 34, -1575, 0x1155}, + {156, 34, -1618, 0x0000}, + {156, 34, -1523, 0x115f} + } +}; + +StandTile tile_1079 = { + 0x004320, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {257, 34, -1523, 0x1151}, + {208, 34, -1575, 0x115b}, + {156, 34, -1523, 0x116f} + } +}; + +StandTile tile_1080 = { + 0x004220, 0x17, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {227, 34, -1461, 0x117b}, + {236, 34, -1388, 0x119d}, + {294, 34, -1388, 0x1167} + } +}; + +StandTile tile_1081 = { + 0x004120, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {294, 34, -1523, 0x116b}, + {227, 34, -1461, 0x1163}, + {294, 34, -1388, 0x0000} + } +}; + +StandTile tile_1082 = { + 0x004020, 0x17, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {257, 34, -1523, 0x116f}, + {227, 34, -1461, 0x1167}, + {294, 34, -1523, 0x0000} + } +}; + +StandTile tile_1083 = { + 0x003f20, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {156, 34, -1523, 0x1173}, + {227, 34, -1461, 0x116b}, + {257, 34, -1523, 0x115f} + } +}; + +StandTile tile_1084 = { + 0x003e20, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {156, 34, -1388, 0x1177}, + {227, 34, -1461, 0x116f}, + {156, 34, -1523, 0x0000} + } +}; + +StandTile tile_1085 = { + 0x003d20, 0x17, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {156, 34, -1388, 0x11a5}, + {230, 34, -1388, 0x117b}, + {227, 34, -1461, 0x1173} + } +}; + +StandTile tile_1086 = { + 0x003c20, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {236, 34, -1388, 0x1163}, + {227, 34, -1461, 0x1177}, + {230, 34, -1388, 0x0000} + } +}; + +StandTile tile_1087 = { + 0x003b22, 0x17, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {156, 34, -1287, 0x1183}, + {230, 34, -1308, 0x1187}, + {156, 34, -1308, 0x0000} + } +}; + +StandTile tile_1088 = { + 0x003b21, 0x17, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {156, 34, -1287, 0x118b}, + {230, 34, -1287, 0x0000}, + {230, 34, -1308, 0x117f} + } +}; + +StandTile tile_1089 = { + 0x003a20, 0x17, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {230, 34, -1388, 0x11a5}, + {156, 34, -1308, 0x117f}, + {230, 34, -1308, 0x0000} + } +}; + +StandTile tile_1090 = { + 0x003920, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {156, 34, -1287, 0x118f}, + {193, 34, -1213, 0x1193}, + {230, 34, -1287, 0x1183} + } +}; + +StandTile tile_1091 = { + 0x003820, 0x17, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {156, 34, -1287, 0x0000}, + {156, 34, -1137, 0x1197}, + {193, 34, -1213, 0x118b} + } +}; + +StandTile tile_1092 = { + 0x003720, 0x17, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {193, 34, -1213, 0x1197}, + {230, 34, -1137, 0x0000}, + {230, 34, -1287, 0x118b} + } +}; + +StandTile tile_1093 = { + 0x003620, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 5, + 0x0, 0x3, 0x4, + { + {156, 34, -1137, 0x0000}, + {178, 34, -1137, 0x113d}, + {214, 34, -1137, 0x0000}, + {230, 34, -1137, 0x1193}, + {193, 34, -1213, 0x118f} + } +}; + +StandTile tile_1094 = { + 0x003522, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {236, 34, -1388, 0x11a1}, + {294, 34, -1360, 0x0000}, + {294, 34, -1388, 0x1163} + } +}; + +StandTile tile_1095 = { + 0x003521, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {236, 34, -1388, 0x0000}, + {236, 34, -1360, 0x11ae}, + {294, 34, -1360, 0x119d} + } +}; + +StandTile tile_1096 = { + 0x003420, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {156, 34, -1388, 0x0000}, + {156, 34, -1308, 0x1187}, + {230, 34, -1388, 0x1177} + } +}; + +StandTile tile_1097 = { + 0x023c22, 0x17, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {294, 43, -1360, 0x11ae}, + {236, 34, -1360, 0x0000}, + {236, 43, -1360, 0x11c6}, + {265, 43, -1360, 0x11ce} + } +}; + +StandTile tile_1098 = { + 0x023c21, 0x17, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {294, 43, -1360, 0x0000}, + {294, 34, -1360, 0x11a1}, + {236, 34, -1360, 0x11a9} + } +}; + +StandTile tile_1099 = { + 0x058322, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 43, -1345, 0x11b6}, + {236, 52, -1345, 0x11e6}, + {265, 52, -1345, 0x11ba} + } +}; + +StandTile tile_1100 = { + 0x058321, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 43, -1345, 0x11c2}, + {236, 43, -1345, 0x0000}, + {236, 52, -1345, 0x11b2} + } +}; + +StandTile tile_1101 = { + 0x023b22, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 52, -1345, 0x11be}, + {265, 43, -1345, 0x11b2}, + {265, 52, -1345, 0x11ee} + } +}; + +StandTile tile_1102 = { + 0x023b21, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 52, -1345, 0x0000}, + {294, 43, -1345, 0x11ca}, + {265, 43, -1345, 0x11ba} + } +}; + +StandTile tile_1103 = { + 0x058222, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {265, 43, -1360, 0x11c6}, + {236, 43, -1345, 0x11b6}, + {265, 43, -1345, 0x11ce} + } +}; + +StandTile tile_1104 = { + 0x058221, 0x17, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {265, 43, -1360, 0x11a9}, + {236, 43, -1360, 0x0000}, + {236, 43, -1345, 0x11c2} + } +}; + +StandTile tile_1105 = { + 0x023a22, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {294, 43, -1360, 0x11ce}, + {265, 43, -1345, 0x11be}, + {294, 43, -1345, 0x0000} + } +}; + +StandTile tile_1106 = { + 0x023a21, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {294, 43, -1360, 0x11a9}, + {265, 43, -1360, 0x11c2}, + {265, 43, -1345, 0x11ca} + } +}; + +StandTile tile_1107 = { + 0x058122, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 52, -1330, 0x11d6}, + {236, 61, -1330, 0x1206}, + {265, 61, -1330, 0x11da} + } +}; + +StandTile tile_1108 = { + 0x058121, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 52, -1330, 0x11e2}, + {236, 52, -1330, 0x0000}, + {236, 61, -1330, 0x11d2} + } +}; + +StandTile tile_1109 = { + 0x023922, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 61, -1330, 0x11de}, + {265, 52, -1330, 0x11d2}, + {265, 61, -1330, 0x120e} + } +}; + +StandTile tile_1110 = { + 0x023921, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 61, -1330, 0x0000}, + {294, 52, -1330, 0x11ea}, + {265, 52, -1330, 0x11da} + } +}; + +StandTile tile_1111 = { + 0x058022, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {265, 52, -1345, 0x11e6}, + {236, 52, -1330, 0x11d6}, + {265, 52, -1330, 0x11ee} + } +}; + +StandTile tile_1112 = { + 0x058021, 0x17, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {265, 52, -1345, 0x11b2}, + {236, 52, -1345, 0x0000}, + {236, 52, -1330, 0x11e2} + } +}; + +StandTile tile_1113 = { + 0x023822, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 52, -1345, 0x11ee}, + {265, 52, -1330, 0x11de}, + {294, 52, -1330, 0x0000} + } +}; + +StandTile tile_1114 = { + 0x023821, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {294, 52, -1345, 0x11ba}, + {265, 52, -1345, 0x11e2}, + {265, 52, -1330, 0x11ea} + } +}; + +StandTile tile_1115 = { + 0x057f22, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 61, -1314, 0x11f6}, + {236, 70, -1314, 0x1226}, + {265, 70, -1314, 0x11fa} + } +}; + +StandTile tile_1116 = { + 0x057f21, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 61, -1314, 0x1202}, + {236, 61, -1314, 0x0000}, + {236, 70, -1314, 0x11f2} + } +}; + +StandTile tile_1117 = { + 0x023722, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 70, -1314, 0x11fe}, + {265, 61, -1314, 0x11f2}, + {265, 70, -1314, 0x122e} + } +}; + +StandTile tile_1118 = { + 0x023721, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 70, -1314, 0x0000}, + {294, 61, -1314, 0x120a}, + {265, 61, -1314, 0x11fa} + } +}; + +StandTile tile_1119 = { + 0x057e22, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {265, 61, -1330, 0x1206}, + {236, 61, -1314, 0x11f6}, + {265, 61, -1314, 0x120e} + } +}; + +StandTile tile_1120 = { + 0x057e21, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {265, 61, -1330, 0x11d2}, + {236, 61, -1330, 0x0000}, + {236, 61, -1314, 0x1202} + } +}; + +StandTile tile_1121 = { + 0x023622, 0x17, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {294, 61, -1330, 0x120e}, + {265, 61, -1314, 0x11fe}, + {294, 61, -1314, 0x0000} + } +}; + +StandTile tile_1122 = { + 0x023621, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 61, -1330, 0x11da}, + {265, 61, -1330, 0x1202}, + {265, 61, -1314, 0x120a} + } +}; + +StandTile tile_1123 = { + 0x057d22, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 70, -1299, 0x1216}, + {236, 80, -1299, 0x1246}, + {265, 80, -1299, 0x121a} + } +}; + +StandTile tile_1124 = { + 0x057d21, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 70, -1299, 0x1222}, + {236, 70, -1299, 0x0000}, + {236, 80, -1299, 0x1212} + } +}; + +StandTile tile_1125 = { + 0x023522, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 80, -1299, 0x121e}, + {265, 70, -1299, 0x1212}, + {265, 80, -1299, 0x124e} + } +}; + +StandTile tile_1126 = { + 0x023521, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 80, -1299, 0x0000}, + {294, 70, -1299, 0x122a}, + {265, 70, -1299, 0x121a} + } +}; + +StandTile tile_1127 = { + 0x057c22, 0x17, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {265, 70, -1314, 0x1226}, + {236, 70, -1299, 0x1216}, + {265, 70, -1299, 0x122e} + } +}; + +StandTile tile_1128 = { + 0x057c21, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {265, 70, -1314, 0x11f2}, + {236, 70, -1314, 0x0000}, + {236, 70, -1299, 0x1222} + } +}; + +StandTile tile_1129 = { + 0x023422, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {294, 70, -1314, 0x122e}, + {265, 70, -1299, 0x121e}, + {294, 70, -1299, 0x0000} + } +}; + +StandTile tile_1130 = { + 0x023421, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {294, 70, -1314, 0x11fa}, + {265, 70, -1314, 0x1222}, + {265, 70, -1299, 0x122a} + } +}; + +StandTile tile_1131 = { + 0x057b22, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 80, -1284, 0x1236}, + {236, 89, -1284, 0x1266}, + {265, 89, -1284, 0x123a} + } +}; + +StandTile tile_1132 = { + 0x057b21, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 80, -1284, 0x1242}, + {236, 80, -1284, 0x0000}, + {236, 89, -1284, 0x1232} + } +}; + +StandTile tile_1133 = { + 0x023322, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 89, -1284, 0x123e}, + {265, 80, -1284, 0x1232}, + {265, 89, -1284, 0x126e} + } +}; + +StandTile tile_1134 = { + 0x023321, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 89, -1284, 0x0000}, + {294, 80, -1284, 0x124a}, + {265, 80, -1284, 0x123a} + } +}; + +StandTile tile_1135 = { + 0x057a22, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {265, 80, -1299, 0x1246}, + {236, 80, -1284, 0x1236}, + {265, 80, -1284, 0x124e} + } +}; + +StandTile tile_1136 = { + 0x057a21, 0x17, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {265, 80, -1299, 0x1212}, + {236, 80, -1299, 0x0000}, + {236, 80, -1284, 0x1242} + } +}; + +StandTile tile_1137 = { + 0x023222, 0x17, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {294, 80, -1299, 0x124e}, + {265, 80, -1284, 0x123e}, + {294, 80, -1284, 0x0000} + } +}; + +StandTile tile_1138 = { + 0x023221, 0x17, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {294, 80, -1299, 0x121a}, + {265, 80, -1299, 0x1242}, + {265, 80, -1284, 0x124a} + } +}; + +StandTile tile_1139 = { + 0x057922, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {265, 89, -1268, 0x1256}, + {236, 98, -1268, 0x1306}, + {265, 98, -1268, 0x125a} + } +}; + +StandTile tile_1140 = { + 0x057921, 0x17, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {265, 89, -1268, 0x1262}, + {236, 89, -1268, 0x0000}, + {236, 98, -1268, 0x1252} + } +}; + +StandTile tile_1141 = { + 0x023122, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 98, -1268, 0x125e}, + {265, 89, -1268, 0x1252}, + {265, 98, -1268, 0x130e} + } +}; + +StandTile tile_1142 = { + 0x023121, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {294, 98, -1268, 0x0000}, + {294, 89, -1268, 0x126a}, + {265, 89, -1268, 0x125a} + } +}; + +StandTile tile_1143 = { + 0x057822, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {265, 89, -1284, 0x1266}, + {236, 89, -1268, 0x1256}, + {265, 89, -1268, 0x126e} + } +}; + +StandTile tile_1144 = { + 0x057821, 0x17, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {265, 89, -1284, 0x1232}, + {236, 89, -1284, 0x0000}, + {236, 89, -1268, 0x1262} + } +}; + +StandTile tile_1145 = { + 0x023022, 0x17, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {294, 89, -1284, 0x126e}, + {265, 89, -1268, 0x125e}, + {294, 89, -1268, 0x0000} + } +}; + +StandTile tile_1146 = { + 0x023021, 0x17, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {294, 89, -1284, 0x123a}, + {265, 89, -1284, 0x1262}, + {265, 89, -1268, 0x126a} + } +}; + +StandTile tile_1147 = { + 0x057722, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 107, -1238, 0x1276}, + {236, 116, -1238, 0x12a6}, + {265, 116, -1238, 0x127a} + } +}; + +StandTile tile_1148 = { + 0x057721, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 107, -1238, 0x1282}, + {236, 107, -1238, 0x0000}, + {236, 116, -1238, 0x1272} + } +}; + +StandTile tile_1149 = { + 0x022f22, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 116, -1238, 0x127e}, + {265, 107, -1238, 0x1272}, + {265, 116, -1238, 0x12ae} + } +}; + +StandTile tile_1150 = { + 0x022f21, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 116, -1238, 0x0000}, + {294, 107, -1238, 0x128a}, + {265, 107, -1238, 0x127a} + } +}; + +StandTile tile_1151 = { + 0x057622, 0x17, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {265, 107, -1253, 0x1286}, + {236, 107, -1238, 0x1276}, + {265, 107, -1238, 0x128e} + } +}; + +StandTile tile_1152 = { + 0x057621, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {265, 107, -1253, 0x12f2}, + {236, 107, -1253, 0x0000}, + {236, 107, -1238, 0x1282} + } +}; + +StandTile tile_1153 = { + 0x022e22, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {294, 107, -1253, 0x128e}, + {265, 107, -1238, 0x127e}, + {294, 107, -1238, 0x0000} + } +}; + +StandTile tile_1154 = { + 0x022e21, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {294, 107, -1253, 0x12fa}, + {265, 107, -1253, 0x1282}, + {265, 107, -1238, 0x128a} + } +}; + +StandTile tile_1155 = { + 0x057522, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 116, -1222, 0x1296}, + {236, 126, -1222, 0x12c6}, + {265, 126, -1222, 0x129a} + } +}; + +StandTile tile_1156 = { + 0x057521, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 116, -1222, 0x12a2}, + {236, 116, -1222, 0x0000}, + {236, 126, -1222, 0x1292} + } +}; + +StandTile tile_1157 = { + 0x022d22, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 126, -1222, 0x129e}, + {265, 116, -1222, 0x1292}, + {265, 126, -1222, 0x12ce} + } +}; + +StandTile tile_1158 = { + 0x022d21, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 126, -1222, 0x0000}, + {294, 116, -1222, 0x12aa}, + {265, 116, -1222, 0x129a} + } +}; + +StandTile tile_1159 = { + 0x057422, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {265, 116, -1238, 0x12a6}, + {236, 116, -1222, 0x1296}, + {265, 116, -1222, 0x12ae} + } +}; + +StandTile tile_1160 = { + 0x057421, 0x17, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {265, 116, -1238, 0x1272}, + {236, 116, -1238, 0x0000}, + {236, 116, -1222, 0x12a2} + } +}; + +StandTile tile_1161 = { + 0x022c22, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 116, -1238, 0x12ae}, + {265, 116, -1222, 0x129e}, + {294, 116, -1222, 0x0000} + } +}; + +StandTile tile_1162 = { + 0x022c21, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {294, 116, -1238, 0x127a}, + {265, 116, -1238, 0x12a2}, + {265, 116, -1222, 0x12aa} + } +}; + +StandTile tile_1163 = { + 0x057322, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 126, -1207, 0x12b6}, + {236, 135, -1207, 0x12e6}, + {265, 135, -1207, 0x12ba} + } +}; + +StandTile tile_1164 = { + 0x057321, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 126, -1207, 0x12c2}, + {236, 126, -1207, 0x0000}, + {236, 135, -1207, 0x12b2} + } +}; + +StandTile tile_1165 = { + 0x022b22, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 135, -1207, 0x12be}, + {265, 126, -1207, 0x12b2}, + {265, 135, -1207, 0x12ee} + } +}; + +StandTile tile_1166 = { + 0x022b21, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 135, -1207, 0x0000}, + {294, 126, -1207, 0x12ca}, + {265, 126, -1207, 0x12ba} + } +}; + +StandTile tile_1167 = { + 0x057222, 0x17, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {265, 126, -1222, 0x12c6}, + {236, 126, -1207, 0x12b6}, + {265, 126, -1207, 0x12ce} + } +}; + +StandTile tile_1168 = { + 0x057221, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {265, 126, -1222, 0x1292}, + {236, 126, -1222, 0x0000}, + {236, 126, -1207, 0x12c2} + } +}; + +StandTile tile_1169 = { + 0x022a22, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {294, 126, -1222, 0x12ce}, + {265, 126, -1207, 0x12be}, + {294, 126, -1207, 0x0000} + } +}; + +StandTile tile_1170 = { + 0x022a21, 0x17, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {294, 126, -1222, 0x129a}, + {265, 126, -1222, 0x12c2}, + {265, 126, -1207, 0x12ca} + } +}; + +StandTile tile_1171 = { + 0x057122, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {265, 135, -1192, 0x12d6}, + {236, 144, -1192, 0x1326}, + {265, 144, -1192, 0x12da} + } +}; + +StandTile tile_1172 = { + 0x057121, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {265, 135, -1192, 0x12e2}, + {236, 135, -1192, 0x0000}, + {236, 144, -1192, 0x12d2} + } +}; + +StandTile tile_1173 = { + 0x022922, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {294, 144, -1192, 0x12de}, + {265, 135, -1192, 0x12d2}, + {265, 144, -1192, 0x132e} + } +}; + +StandTile tile_1174 = { + 0x022921, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {294, 144, -1192, 0x0000}, + {294, 135, -1192, 0x12ea}, + {265, 135, -1192, 0x12da} + } +}; + +StandTile tile_1175 = { + 0x057022, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {265, 135, -1207, 0x12e6}, + {236, 135, -1192, 0x12d6}, + {265, 135, -1192, 0x12ee} + } +}; + +StandTile tile_1176 = { + 0x057021, 0x17, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {265, 135, -1207, 0x12b2}, + {236, 135, -1207, 0x0000}, + {236, 135, -1192, 0x12e2} + } +}; + +StandTile tile_1177 = { + 0x022822, 0x17, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {294, 135, -1207, 0x12ee}, + {265, 135, -1192, 0x12de}, + {294, 135, -1192, 0x0000} + } +}; + +StandTile tile_1178 = { + 0x022821, 0x17, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {294, 135, -1207, 0x12ba}, + {265, 135, -1207, 0x12e2}, + {265, 135, -1192, 0x12ea} + } +}; + +StandTile tile_1179 = { + 0x056f22, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {265, 98, -1253, 0x12f6}, + {236, 107, -1253, 0x1286}, + {265, 107, -1253, 0x12fa} + } +}; + +StandTile tile_1180 = { + 0x056f21, 0x17, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {265, 98, -1253, 0x1302}, + {236, 98, -1253, 0x0000}, + {236, 107, -1253, 0x12f2} + } +}; + +StandTile tile_1181 = { + 0x022722, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {294, 107, -1253, 0x12fe}, + {265, 98, -1253, 0x12f2}, + {265, 107, -1253, 0x128e} + } +}; + +StandTile tile_1182 = { + 0x022721, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {294, 107, -1253, 0x0000}, + {294, 98, -1253, 0x130a}, + {265, 98, -1253, 0x12fa} + } +}; + +StandTile tile_1183 = { + 0x056e22, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {265, 98, -1268, 0x1306}, + {236, 98, -1253, 0x12f6}, + {265, 98, -1253, 0x130e} + } +}; + +StandTile tile_1184 = { + 0x056e21, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {265, 98, -1268, 0x1252}, + {236, 98, -1268, 0x0000}, + {236, 98, -1253, 0x1302} + } +}; + +StandTile tile_1185 = { + 0x022622, 0x17, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {294, 98, -1268, 0x130e}, + {265, 98, -1253, 0x12fe}, + {294, 98, -1253, 0x0000} + } +}; + +StandTile tile_1186 = { + 0x022621, 0x17, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {294, 98, -1268, 0x125a}, + {265, 98, -1268, 0x1302}, + {265, 98, -1253, 0x130a} + } +}; + +StandTile tile_1187 = { + 0x056d22, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {265, 144, -1176, 0x1316}, + {236, 153, -1176, 0x1346}, + {265, 153, -1176, 0x131a} + } +}; + +StandTile tile_1188 = { + 0x056d21, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {265, 144, -1176, 0x1322}, + {236, 144, -1176, 0x0000}, + {236, 153, -1176, 0x1312} + } +}; + +StandTile tile_1189 = { + 0x022522, 0x17, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {294, 153, -1176, 0x131e}, + {265, 144, -1176, 0x1312}, + {265, 153, -1176, 0x134e} + } +}; + +StandTile tile_1190 = { + 0x022521, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 153, -1176, 0x0000}, + {294, 144, -1176, 0x132a}, + {265, 144, -1176, 0x131a} + } +}; + +StandTile tile_1191 = { + 0x056c22, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {265, 144, -1192, 0x1326}, + {236, 144, -1176, 0x1316}, + {265, 144, -1176, 0x132e} + } +}; + +StandTile tile_1192 = { + 0x056c21, 0x17, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {265, 144, -1192, 0x12d2}, + {236, 144, -1192, 0x0000}, + {236, 144, -1176, 0x1322} + } +}; + +StandTile tile_1193 = { + 0x022422, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {294, 144, -1192, 0x132e}, + {265, 144, -1176, 0x131e}, + {294, 144, -1176, 0x0000} + } +}; + +StandTile tile_1194 = { + 0x022421, 0x17, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {294, 144, -1192, 0x12da}, + {265, 144, -1192, 0x1322}, + {265, 144, -1176, 0x132a} + } +}; + +StandTile tile_1195 = { + 0x056b22, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {265, 153, -1161, 0x1336}, + {236, 162, -1161, 0x137f}, + {265, 162, -1161, 0x133a} + } +}; + +StandTile tile_1196 = { + 0x056b21, 0x17, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {265, 153, -1161, 0x1342}, + {236, 153, -1161, 0x0000}, + {236, 162, -1161, 0x1332} + } +}; + +StandTile tile_1197 = { + 0x022322, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 162, -1161, 0x133e}, + {265, 153, -1161, 0x1332}, + {265, 162, -1161, 0x1387} + } +}; + +StandTile tile_1198 = { + 0x022321, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 162, -1161, 0x0000}, + {294, 153, -1161, 0x134a}, + {265, 153, -1161, 0x133a} + } +}; + +StandTile tile_1199 = { + 0x056a22, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {265, 153, -1176, 0x1346}, + {236, 153, -1161, 0x1336}, + {265, 153, -1161, 0x134e} + } +}; + +StandTile tile_1200 = { + 0x056a21, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {265, 153, -1176, 0x1312}, + {236, 153, -1176, 0x0000}, + {236, 153, -1161, 0x1342} + } +}; + +StandTile tile_1201 = { + 0x022222, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 153, -1176, 0x134e}, + {265, 153, -1161, 0x133e}, + {294, 153, -1161, 0x0000} + } +}; + +StandTile tile_1202 = { + 0x022221, 0x17, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {294, 153, -1176, 0x131a}, + {265, 153, -1176, 0x1342}, + {265, 153, -1161, 0x134a} + } +}; + +StandTile tile_1203 = { + 0x022122, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 181, -1131, 0x1356}, + {236, 172, -1131, 0x0000}, + {236, 181, -1131, 0x15ac} + } +}; + +StandTile tile_1204 = { + 0x022121, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {294, 181, -1131, 0x0000}, + {294, 172, -1131, 0x1363}, + {265, 172, -1131, 0x135b}, + {236, 172, -1131, 0x1352} + } +}; + +StandTile tile_1205 = { + 0x056922, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 172, -1146, 0x135f}, + {236, 172, -1131, 0x1356}, + {265, 172, -1131, 0x1367} + } +}; + +StandTile tile_1206 = { + 0x056921, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 172, -1146, 0x136b}, + {236, 172, -1146, 0x0000}, + {236, 172, -1131, 0x135b} + } +}; + +StandTile tile_1207 = { + 0x022022, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 172, -1146, 0x1367}, + {265, 172, -1131, 0x1356}, + {294, 172, -1131, 0x0000} + } +}; + +StandTile tile_1208 = { + 0x022021, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {294, 172, -1146, 0x1373}, + {265, 172, -1146, 0x135b}, + {265, 172, -1131, 0x1363} + } +}; + +StandTile tile_1209 = { + 0x056822, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {265, 162, -1146, 0x136f}, + {236, 172, -1146, 0x135f}, + {265, 172, -1146, 0x1373} + } +}; + +StandTile tile_1210 = { + 0x056821, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {265, 162, -1146, 0x137b}, + {236, 162, -1146, 0x0000}, + {236, 172, -1146, 0x136b} + } +}; + +StandTile tile_1211 = { + 0x021f22, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {294, 172, -1146, 0x1377}, + {265, 162, -1146, 0x136b}, + {265, 172, -1146, 0x1367} + } +}; + +StandTile tile_1212 = { + 0x021f21, 0x17, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {294, 172, -1146, 0x0000}, + {294, 162, -1146, 0x1383}, + {265, 162, -1146, 0x1373} + } +}; + +StandTile tile_1213 = { + 0x056722, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {265, 162, -1161, 0x137f}, + {236, 162, -1146, 0x136f}, + {265, 162, -1146, 0x1387} + } +}; + +StandTile tile_1214 = { + 0x056721, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {265, 162, -1161, 0x1332}, + {236, 162, -1161, 0x0000}, + {236, 162, -1146, 0x137b} + } +}; + +StandTile tile_1215 = { + 0x021e22, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {294, 162, -1161, 0x1387}, + {265, 162, -1146, 0x1377}, + {294, 162, -1146, 0x0000} + } +}; + +StandTile tile_1216 = { + 0x021e21, 0x17, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {294, 162, -1161, 0x133a}, + {265, 162, -1161, 0x137b}, + {265, 162, -1146, 0x1383} + } +}; + +StandTile tile_1217 = { + 0x024522, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {181, 40, -1137, 0x138f}, + {211, 40, -1131, 0x0000}, + {211, 40, -1137, 0x1139} + } +}; + +StandTile tile_1218 = { + 0x024521, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {181, 40, -1137, 0x0000}, + {181, 40, -1131, 0x1399}, + {211, 40, -1131, 0x138b} + } +}; + +StandTile tile_1219 = { + 0x024d22, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x4, + { + {211, 40, -1131, 0x1399}, + {178, 34, -1131, 0x13fa}, + {181, 34, -1131, 0x140a}, + {211, 34, -1131, 0x1402}, + {214, 34, -1131, 0x0000} + } +}; + +StandTile tile_1220 = { + 0x024d21, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {211, 40, -1131, 0x138f}, + {181, 40, -1131, 0x0000}, + {178, 34, -1131, 0x1393} + } +}; + +StandTile tile_1221 = { + 0x026a22, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {187, 40, -962, 0x13a1}, + {218, 40, -956, 0x0000}, + {218, 40, -962, 0x13a5} + } +}; + +StandTile tile_1222 = { + 0x026a21, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {187, 40, -962, 0x0000}, + {187, 40, -956, 0x14f5}, + {218, 40, -956, 0x139d} + } +}; + +StandTile tile_1223 = { + 0x027f22, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {221, 34, -962, 0x13a9}, + {187, 40, -962, 0x139d}, + {218, 40, -962, 0x0000} + } +}; + +StandTile tile_1224 = { + 0x027f21, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {221, 34, -962, 0x13d4}, + {184, 34, -962, 0x0000}, + {187, 40, -962, 0x13a5} + } +}; + +StandTile tile_1225 = { + 0x005920, 0x16, + 0x0, + 0x2, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {276, 34, -1005, 0x13b1}, + {294, 34, -962, 0x0000}, + {294, 34, -1005, 0x13c1} + } +}; + +StandTile tile_1226 = { + 0x005820, 0x16, + 0x0, + 0x2, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {248, 34, -987, 0x13b5}, + {294, 34, -962, 0x13ad}, + {276, 34, -1005, 0x13ca} + } +}; + +StandTile tile_1227 = { + 0x005720, 0x16, + 0x0, + 0x2, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {242, 34, -962, 0x0000}, + {294, 34, -962, 0x13b1}, + {248, 34, -987, 0x13ce} + } +}; + +StandTile tile_1228 = { + 0x005620, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {276, 34, -1131, 0x0000}, + {248, 34, -1131, 0x13de}, + {248, 34, -1121, 0x13c5} + } +}; + +StandTile tile_1229 = { + 0x005522, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {276, 34, -1131, 0x13c1}, + {294, 34, -1005, 0x0000}, + {294, 34, -1131, 0x0000} + } +}; + +StandTile tile_1230 = { + 0x005521, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {276, 34, -1131, 0x13ca}, + {276, 34, -1005, 0x13ad}, + {294, 34, -1005, 0x13bd} + } +}; + +StandTile tile_1231 = { + 0x005422, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x1, 0x2, + { + {248, 34, -987, 0x13ca}, + {276, 34, -1131, 0x13b9}, + {248, 34, -1121, 0x13e2}, + {248, 34, -996, 0x13ea} + } +}; + +StandTile tile_1232 = { + 0x005421, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {248, 34, -987, 0x13b1}, + {276, 34, -1005, 0x13c1}, + {276, 34, -1131, 0x13c5} + } +}; + +StandTile tile_1233 = { + 0x005322, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 5, + 0x0, 0x1, 0x2, + { + {156, 34, -987, 0x13d4}, + {242, 34, -962, 0x13b5}, + {248, 34, -987, 0x13ee}, + {233, 34, -987, 0x141e}, + {172, 34, -987, 0x13f6} + } +}; + +StandTile tile_1234 = { + 0x005321, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 5, + 0x0, 0x1, 0x4, + { + {156, 34, -987, 0x0000}, + {156, 34, -962, 0x0000}, + {184, 34, -962, 0x13a9}, + {221, 34, -962, 0x0000}, + {242, 34, -962, 0x13ce} + } +}; + +StandTile tile_1235 = { + 0x005222, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {214, 34, -1121, 0x13de}, + {248, 34, -1131, 0x0000}, + {214, 34, -1131, 0x1406} + } +}; + +StandTile tile_1236 = { + 0x005221, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {214, 34, -1121, 0x13e2}, + {248, 34, -1121, 0x13b9}, + {248, 34, -1131, 0x13da} + } +}; + +StandTile tile_1237 = { + 0x005122, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {214, 34, -1121, 0x13e6}, + {248, 34, -996, 0x13c5}, + {248, 34, -1121, 0x13de} + } +}; + +StandTile tile_1238 = { + 0x005121, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {214, 34, -1121, 0x1412}, + {242, 34, -996, 0x13ea}, + {248, 34, -996, 0x13e2} + } +}; + +StandTile tile_1239 = { + 0x005022, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {242, 34, -996, 0x13ee}, + {248, 34, -987, 0x13c5}, + {248, 34, -996, 0x13e6} + } +}; + +StandTile tile_1240 = { + 0x005021, 0x16, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {242, 34, -996, 0x1416}, + {233, 34, -987, 0x13ce}, + {248, 34, -987, 0x13ea} + } +}; + +StandTile tile_1241 = { + 0x004f22, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {156, 34, -996, 0x13f6}, + {172, 34, -987, 0x1426}, + {162, 34, -996, 0x1436} + } +}; + +StandTile tile_1242 = { + 0x004f21, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {156, 34, -996, 0x0000}, + {156, 34, -987, 0x13ce}, + {172, 34, -987, 0x13f2} + } +}; + +StandTile tile_1243 = { + 0x004e22, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {178, 34, -1131, 0x13fe}, + {181, 34, -1124, 0x140e}, + {181, 34, -1131, 0x1393} + } +}; + +StandTile tile_1244 = { + 0x004e21, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {178, 34, -1131, 0x142e}, + {178, 34, -1121, 0x1422}, + {181, 34, -1124, 0x13fa} + } +}; + +StandTile tile_1245 = { + 0x004d22, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {211, 34, -1124, 0x1406}, + {214, 34, -1131, 0x1393}, + {211, 34, -1131, 0x140a} + } +}; + +StandTile tile_1246 = { + 0x004d21, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {211, 34, -1124, 0x1412}, + {214, 34, -1121, 0x13da}, + {214, 34, -1131, 0x1402} + } +}; + +StandTile tile_1247 = { + 0x004c22, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {181, 34, -1131, 0x140e}, + {211, 34, -1124, 0x1402}, + {211, 34, -1131, 0x1393} + } +}; + +StandTile tile_1248 = { + 0x004c21, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {181, 34, -1131, 0x13fa}, + {181, 34, -1124, 0x141a}, + {211, 34, -1124, 0x140a} + } +}; + +StandTile tile_1249 = { + 0x004b22, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {211, 34, -1124, 0x1416}, + {242, 34, -996, 0x13e6}, + {214, 34, -1121, 0x1406} + } +}; + +StandTile tile_1250 = { + 0x004b21, 0x16, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {211, 34, -1124, 0x141a}, + {233, 34, -987, 0x13ee}, + {242, 34, -996, 0x1412} + } +}; + +StandTile tile_1251 = { + 0x004a22, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {181, 34, -1124, 0x141e}, + {233, 34, -987, 0x1416}, + {211, 34, -1124, 0x140e} + } +}; + +StandTile tile_1252 = { + 0x004a21, 0x16, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {181, 34, -1124, 0x1422}, + {172, 34, -987, 0x13ce}, + {233, 34, -987, 0x141a} + } +}; + +StandTile tile_1253 = { + 0x004922, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {178, 34, -1121, 0x1426}, + {172, 34, -987, 0x141e}, + {181, 34, -1124, 0x13fe} + } +}; + +StandTile tile_1254 = { + 0x004921, 0x16, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {178, 34, -1121, 0x1432}, + {162, 34, -996, 0x13f2}, + {172, 34, -987, 0x1422} + } +}; + +StandTile tile_1255 = { + 0x004822, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {178, 34, -1121, 0x142e}, + {156, 34, -1131, 0x0000}, + {156, 34, -1121, 0x1432} + } +}; + +StandTile tile_1256 = { + 0x004821, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {178, 34, -1121, 0x13fe}, + {178, 34, -1131, 0x0000}, + {156, 34, -1131, 0x142a} + } +}; + +StandTile tile_1257 = { + 0x004722, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {156, 34, -1121, 0x1436}, + {162, 34, -996, 0x1426}, + {178, 34, -1121, 0x142a} + } +}; + +StandTile tile_1258 = { + 0x004721, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {156, 34, -1121, 0x0000}, + {156, 34, -996, 0x13f2}, + {162, 34, -996, 0x1432} + } +}; + +StandTile tile_1259 = { + 0x02b922, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x4, + { + {-254, 40, -1354, 0x1440}, + {-288, 34, -1354, 0x14a1}, + {-285, 34, -1354, 0x14a9}, + {-254, 34, -1354, 0x14bd}, + {-251, 34, -1354, 0x0000} + } +}; + +StandTile tile_1260 = { + 0x02b921, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-254, 40, -1354, 0x0ef4}, + {-285, 40, -1354, 0x0000}, + {-288, 34, -1354, 0x143a} + } +}; + +StandTile tile_1261 = { + 0x02d622, 0x15, + 0x0, + 0x3, 0x3, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-129, 40, -1180, 0x1448}, + {-123, 40, -1210, 0x0000}, + {-129, 40, -1210, 0x144c} + } +}; + +StandTile tile_1262 = { + 0x02d621, 0x15, + 0x0, + 0x3, 0x4, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-129, 40, -1180, 0x0000}, + {-123, 40, -1180, 0x14ed}, + {-123, 40, -1210, 0x1444} + } +}; + +StandTile tile_1263 = { + 0x02eb22, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-129, 34, -1213, 0x1450}, + {-129, 40, -1180, 0x1444}, + {-129, 40, -1210, 0x0000} + } +}; + +StandTile tile_1264 = { + 0x02eb21, 0x15, + 0x0, + 0x3, 0x3, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-129, 34, -1213, 0x1479}, + {-129, 34, -1176, 0x0000}, + {-129, 40, -1180, 0x144c} + } +}; + +StandTile tile_1265 = { + 0x003322, 0x15, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-294, 34, -1121, 0x1458}, + {-205, 34, -1103, 0x0000}, + {-205, 34, -1121, 0x1461} + } +}; + +StandTile tile_1266 = { + 0x003321, 0x15, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-294, 34, -1121, 0x0000}, + {-294, 34, -1103, 0x0000}, + {-205, 34, -1103, 0x1454} + } +}; + +StandTile tile_1267 = { + 0x003222, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {-294, 34, -1176, 0x1461}, + {-205, 34, -1121, 0x148d}, + {-202, 34, -1176, 0x1499}, + {-285, 34, -1176, 0x1491} + } +}; + +StandTile tile_1268 = { + 0x003221, 0x15, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-294, 34, -1176, 0x0000}, + {-294, 34, -1121, 0x1454}, + {-205, 34, -1121, 0x145c} + } +}; + +StandTile tile_1269 = { + 0x003122, 0x15, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-205, 34, -1317, 0x1469}, + {-169, 34, -1244, 0x1471}, + {-169, 34, -1317, 0x0000} + } +}; + +StandTile tile_1270 = { + 0x003121, 0x15, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-205, 34, -1317, 0x14b9}, + {-202, 34, -1201, 0x1481}, + {-169, 34, -1244, 0x1465} + } +}; + +StandTile tile_1271 = { + 0x003022, 0x15, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-129, 34, -1317, 0x1471}, + {-169, 34, -1244, 0x147d}, + {-129, 34, -1262, 0x0000} + } +}; + +StandTile tile_1272 = { + 0x003021, 0x15, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-129, 34, -1317, 0x0000}, + {-169, 34, -1317, 0x1465}, + {-169, 34, -1244, 0x146d} + } +}; + +StandTile tile_1273 = { + 0x065720, 0x15, + 0x0, + 0x3, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-169, 34, -1244, 0x1481}, + {-129, 34, -1121, 0x0000}, + {-129, 34, -1176, 0x1479} + } +}; + +StandTile tile_1274 = { + 0x065620, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-169, 34, -1244, 0x1475}, + {-129, 34, -1176, 0x1450}, + {-129, 34, -1213, 0x147d} + } +}; + +StandTile tile_1275 = { + 0x002f20, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-129, 34, -1262, 0x146d}, + {-169, 34, -1244, 0x1479}, + {-129, 34, -1213, 0x0000} + } +}; + +StandTile tile_1276 = { + 0x002e20, 0x15, + 0x0, + 0x2, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-169, 34, -1244, 0x1469}, + {-202, 34, -1201, 0x1485}, + {-129, 34, -1121, 0x1475} + } +}; + +StandTile tile_1277 = { + 0x002d20, 0x15, + 0x0, + 0x2, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-202, 34, -1201, 0x149d}, + {-202, 34, -1192, 0x1489}, + {-129, 34, -1121, 0x1481} + } +}; + +StandTile tile_1278 = { + 0x002c20, 0x15, + 0x0, + 0x2, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-202, 34, -1192, 0x1495}, + {-202, 34, -1176, 0x148d}, + {-129, 34, -1121, 0x1485} + } +}; + +StandTile tile_1279 = { + 0x002b20, 0x15, + 0x0, + 0x2, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-202, 34, -1176, 0x145c}, + {-205, 34, -1121, 0x0000}, + {-129, 34, -1121, 0x1489} + } +}; + +StandTile tile_1280 = { + 0x002a20, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-294, 34, -1176, 0x145c}, + {-285, 34, -1176, 0x14e5}, + {-294, 34, -1186, 0x0000} + } +}; + +StandTile tile_1281 = { + 0x002922, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-211, 34, -1192, 0x1499}, + {-202, 34, -1176, 0x1489}, + {-202, 34, -1192, 0x149d} + } +}; + +StandTile tile_1282 = { + 0x002921, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-211, 34, -1192, 0x14dd}, + {-285, 34, -1176, 0x145c}, + {-202, 34, -1176, 0x1495} + } +}; + +StandTile tile_1283 = { + 0x002820, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-202, 34, -1201, 0x14d5}, + {-211, 34, -1192, 0x1495}, + {-202, 34, -1192, 0x1485} + } +}; + +StandTile tile_1284 = { + 0x002722, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-288, 34, -1354, 0x14a5}, + {-285, 34, -1348, 0x14ad}, + {-285, 34, -1354, 0x143a} + } +}; + +StandTile tile_1285 = { + 0x002721, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-288, 34, -1354, 0x14c5}, + {-288, 34, -1345, 0x14e1}, + {-285, 34, -1348, 0x14a1} + } +}; + +StandTile tile_1286 = { + 0x002622, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-285, 34, -1354, 0x14ad}, + {-254, 34, -1348, 0x14bd}, + {-254, 34, -1354, 0x143a} + } +}; + +StandTile tile_1287 = { + 0x002621, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-285, 34, -1354, 0x14a1}, + {-285, 34, -1348, 0x14d9}, + {-254, 34, -1348, 0x14a9} + } +}; + +StandTile tile_1288 = { + 0x002522, 0x15, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-251, 34, -1354, 0x14b5}, + {-205, 34, -1317, 0x0000}, + {-205, 34, -1354, 0x0000} + } +}; + +StandTile tile_1289 = { + 0x002521, 0x15, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-251, 34, -1354, 0x14c1}, + {-251, 34, -1345, 0x14b9}, + {-205, 34, -1317, 0x14b1} + } +}; + +StandTile tile_1290 = { + 0x002420, 0x15, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-251, 34, -1345, 0x14d5}, + {-202, 34, -1201, 0x1469}, + {-205, 34, -1317, 0x14b5} + } +}; + +StandTile tile_1291 = { + 0x002322, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-254, 34, -1348, 0x14c1}, + {-251, 34, -1354, 0x143a}, + {-254, 34, -1354, 0x14a9} + } +}; + +StandTile tile_1292 = { + 0x002321, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-254, 34, -1348, 0x14d1}, + {-251, 34, -1345, 0x14b5}, + {-251, 34, -1354, 0x14bd} + } +}; + +StandTile tile_1293 = { + 0x002222, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-288, 34, -1354, 0x14c9}, + {-294, 34, -1345, 0x14cd}, + {-288, 34, -1345, 0x14a5} + } +}; + +StandTile tile_1294 = { + 0x002221, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-288, 34, -1354, 0x0000}, + {-294, 34, -1354, 0x0000}, + {-294, 34, -1345, 0x14c5} + } +}; + +StandTile tile_1295 = { + 0x002120, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-294, 34, -1345, 0x0000}, + {-294, 34, -1186, 0x14e5}, + {-288, 34, -1345, 0x14c5} + } +}; + +StandTile tile_1296 = { + 0x002022, 0x15, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-211, 34, -1192, 0x14d5}, + {-251, 34, -1345, 0x14c1}, + {-254, 34, -1348, 0x14d9} + } +}; + +StandTile tile_1297 = { + 0x002021, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-211, 34, -1192, 0x149d}, + {-202, 34, -1201, 0x14b9}, + {-251, 34, -1345, 0x14d1} + } +}; + +StandTile tile_1298 = { + 0x001f22, 0x15, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-285, 34, -1348, 0x14dd}, + {-211, 34, -1192, 0x14d1}, + {-254, 34, -1348, 0x14ad} + } +}; + +StandTile tile_1299 = { + 0x001f21, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-285, 34, -1348, 0x14e1}, + {-285, 34, -1176, 0x1499}, + {-211, 34, -1192, 0x14d9} + } +}; + +StandTile tile_1300 = { + 0x001e22, 0x15, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-288, 34, -1345, 0x14e5}, + {-285, 34, -1176, 0x14dd}, + {-285, 34, -1348, 0x14a5} + } +}; + +StandTile tile_1301 = { + 0x001e21, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-288, 34, -1345, 0x14cd}, + {-294, 34, -1186, 0x1491}, + {-285, 34, -1176, 0x14e1} + } +}; + +StandTile tile_1302 = { + 0x02de22, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-123, 40, -1210, 0x14ed}, + {-123, 34, -1176, 0x150f}, + {-123, 34, -1213, 0x0000} + } +}; + +StandTile tile_1303 = { + 0x02de21, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-123, 40, -1210, 0x1448}, + {-123, 40, -1180, 0x0000}, + {-123, 34, -1176, 0x14e9} + } +}; + +StandTile tile_1304 = { + 0x027222, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {218, 40, -956, 0x14f5}, + {184, 34, -956, 0x14fd}, + {221, 34, -956, 0x0000} + } +}; + +StandTile tile_1305 = { + 0x027221, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {218, 40, -956, 0x13a1}, + {187, 40, -956, 0x0000}, + {184, 34, -956, 0x14f1} + } +}; + +StandTile tile_1306 = { + 0x060b22, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {227, 34, -864, 0x14fd}, + {129, 34, -956, 0x1507}, + {101, 34, -864, 0x0000} + } +}; + +StandTile tile_1307 = { + 0x060b21, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x1, 0x4, + { + {227, 34, -864, 0x0000}, + {227, 34, -956, 0x0000}, + {221, 34, -956, 0x14f1}, + {184, 34, -956, 0x0000}, + {129, 34, -956, 0x14f9} + } +}; + +StandTile tile_1308 = { + 0x060a22, 0x14, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3, 34, -864, 0x1507}, + {129, 34, -956, 0x151d}, + {3, 34, -1014, 0x0000} + } +}; + +StandTile tile_1309 = { + 0x060a21, 0x14, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3, 34, -864, 0x0000}, + {101, 34, -864, 0x14f9}, + {129, 34, -956, 0x1503} + } +}; + +StandTile tile_1310 = { + 0x060922, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3, 34, -1238, 0x150f}, + {-123, 34, -1140, 0x0000}, + {3, 34, -1140, 0x1515} + } +}; + +StandTile tile_1311 = { + 0x060921, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x1, 0x4, + { + {3, 34, -1238, 0x0000}, + {-123, 34, -1238, 0x0000}, + {-123, 34, -1213, 0x14e9}, + {-123, 34, -1176, 0x0000}, + {-123, 34, -1140, 0x150b} + } +}; + +StandTile tile_1312 = { + 0x060822, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {129, 34, -1103, 0x1519}, + {3, 34, -1238, 0x150b}, + {3, 34, -1140, 0x1521} + } +}; + +StandTile tile_1313 = { + 0x060821, 0x14, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {129, 34, -1103, 0x0000}, + {129, 34, -1238, 0x0000}, + {3, 34, -1238, 0x1515} + } +}; + +StandTile tile_1314 = { + 0x060722, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {129, 34, -1103, 0x1521}, + {3, 34, -1014, 0x1503}, + {129, 34, -956, 0x0000} + } +}; + +StandTile tile_1315 = { + 0x060721, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {129, 34, -1103, 0x1515}, + {3, 34, -1140, 0x0000}, + {3, 34, -1014, 0x151d} + } +}; + +StandTile tile_1316 = { + 0x02ae1a, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {107, 187, -1397, 0x1529}, + {138, 187, -1391, 0x0000}, + {138, 187, -1397, 0x152d} + } +}; + +StandTile tile_1317 = { + 0x02ae19, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {107, 187, -1397, 0x0000}, + {107, 187, -1391, 0x16df}, + {138, 187, -1391, 0x1525} + } +}; + +StandTile tile_1318 = { + 0x02c11a, 0x13, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {141, 181, -1397, 0x1531}, + {107, 187, -1397, 0x1525}, + {138, 187, -1397, 0x0000} + } +}; + +StandTile tile_1319 = { + 0x02c119, 0x13, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {141, 181, -1397, 0x155b}, + {104, 181, -1397, 0x0000}, + {107, 187, -1397, 0x152d} + } +}; + +StandTile tile_1320 = { + 0x01ab1a, 0x13, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-218, 181, -1324, 0x1539}, + {-251, 187, -1324, 0x153d}, + {-221, 187, -1324, 0x0000} + } +}; + +StandTile tile_1321 = { + 0x01ab19, 0x13, + 0x0, + 0x3, 0x3, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-218, 181, -1324, 0x1549}, + {-254, 181, -1324, 0x0000}, + {-251, 187, -1324, 0x1535} + } +}; + +StandTile tile_1322 = { + 0x01981a, 0x13, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-251, 187, -1324, 0x1541}, + {-221, 187, -1320, 0x0000}, + {-221, 187, -1324, 0x1535} + } +}; + +StandTile tile_1323 = { + 0x019819, 0x13, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-251, 187, -1324, 0x0000}, + {-251, 187, -1320, 0x175c}, + {-221, 187, -1320, 0x153d} + } +}; + +StandTile tile_1324 = { + 0x002c18, 0x13, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-199, 181, -1486, 0x1566}, + {-294, 181, -1486, 0x0000}, + {-294, 181, -1397, 0x154f} + } +}; + +StandTile tile_1325 = { + 0x002b1a, 0x13, + 0x0, + 0x1, 0x1, 0x1, + 5, + 0x0, 0x1, 0x4, + { + {-199, 181, -1486, 0x154f}, + {-294, 181, -1324, 0x0000}, + {-254, 181, -1324, 0x1539}, + {-218, 181, -1324, 0x0000}, + {-199, 181, -1324, 0x0000} + } +}; + +StandTile tile_1326 = { + 0x002b19, 0x13, + 0x0, + 0x1, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-199, 181, -1486, 0x1545}, + {-294, 181, -1397, 0x0000}, + {-294, 181, -1324, 0x1549} + } +}; + +StandTile tile_1327 = { + 0x002a18, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {98, 181, -1486, 0x1557}, + {147, 181, -1443, 0x0000}, + {147, 181, -1486, 0x159c} + } +}; + +StandTile tile_1328 = { + 0x00291a, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {98, 181, -1486, 0x155b}, + {147, 181, -1397, 0x0000}, + {147, 181, -1443, 0x1553} + } +}; + +StandTile tile_1329 = { + 0x002919, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {98, 181, -1486, 0x0000}, + {98, 181, -1397, 0x0000}, + {104, 181, -1397, 0x1531}, + {141, 181, -1397, 0x0000}, + {147, 181, -1397, 0x1557} + } +}; + +StandTile tile_1330 = { + 0x00281a, 0x13, + 0x0, + 0xc, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {-294, 181, -1547, 0x1566}, + {-199, 181, -1486, 0x1101}, + {-199, 181, -1517, 0x10f9}, + {-199, 181, -1547, 0x156e} + } +}; + +StandTile tile_1331 = { + 0x002819, 0x13, + 0x0, + 0xa, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-294, 181, -1547, 0x0000}, + {-294, 181, -1486, 0x1545}, + {-199, 181, -1486, 0x1561} + } +}; + +StandTile tile_1332 = { + 0x00271a, 0x13, + 0x0, + 0xc, 0x5, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-294, 181, -1618, 0x156e}, + {-199, 181, -1547, 0x1572}, + {-221, 181, -1618, 0x0000} + } +}; + +StandTile tile_1333 = { + 0x002719, 0x13, + 0x0, + 0xe, 0x6, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-294, 181, -1618, 0x0000}, + {-294, 181, -1547, 0x1561}, + {-199, 181, -1547, 0x156a} + } +}; + +StandTile tile_1334 = { + 0x002618, 0x13, + 0x0, + 0x8, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-172, 181, -1618, 0x0000}, + {-221, 181, -1618, 0x156a}, + {-199, 181, -1547, 0x1576} + } +}; + +StandTile tile_1335 = { + 0x071818, 0x13, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-67, 181, -1618, 0x0000}, + {-172, 181, -1618, 0x1572}, + {-199, 181, -1547, 0x157a} + } +}; + +StandTile tile_1336 = { + 0x071718, 0x13, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-67, 181, -1618, 0x1576}, + {-199, 181, -1547, 0x0000}, + {37, 181, -1547, 0x157e} + } +}; + +StandTile tile_1337 = { + 0x002218, 0x13, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {37, 181, -1618, 0x0000}, + {-67, 181, -1618, 0x157a}, + {37, 181, -1547, 0x1587}, + {37, 181, -1552, 0x158c} + } +}; + +StandTile tile_1338 = { + 0x071418, 0x13, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {37, 181, -1486, 0x0000}, + {98, 181, -1486, 0x159c}, + {98, 181, -1552, 0x1587} + } +}; + +StandTile tile_1339 = { + 0x071618, 0x13, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {37, 181, -1552, 0x157e}, + {37, 181, -1547, 0x0000}, + {37, 181, -1486, 0x1583}, + {98, 181, -1552, 0x158c} + } +}; + +StandTile tile_1340 = { + 0x071518, 0x13, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {37, 181, -1618, 0x157e}, + {37, 181, -1552, 0x1587}, + {98, 181, -1552, 0x1590} + } +}; + +StandTile tile_1341 = { + 0x002118, 0x13, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {98, 181, -1618, 0x0000}, + {37, 181, -1618, 0x158c}, + {98, 181, -1552, 0x1594} + } +}; + +StandTile tile_1342 = { + 0x071218, 0x13, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {147, 181, -1618, 0x0000}, + {98, 181, -1618, 0x1590}, + {98, 181, -1552, 0x1598} + } +}; + +StandTile tile_1343 = { + 0x071318, 0x13, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {147, 181, -1486, 0x0000}, + {147, 181, -1618, 0x1594}, + {98, 181, -1552, 0x159c} + } +}; + +StandTile tile_1344 = { + 0x002018, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {147, 181, -1486, 0x1598}, + {98, 181, -1552, 0x1583}, + {98, 181, -1486, 0x1553} + } +}; + +StandTile tile_1345 = { + 0x02d81a, 0x12, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {196, 187, -1618, 0x15a4}, + {162, 181, -1618, 0x15bd}, + {199, 181, -1618, 0x0000} + } +}; + +StandTile tile_1346 = { + 0x02d819, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {196, 187, -1618, 0x15f2}, + {165, 187, -1618, 0x0000}, + {162, 181, -1618, 0x15a0} + } +}; + +StandTile tile_1347 = { + 0x001a1a, 0x12, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {294, 181, -1131, 0x15ac}, + {156, 181, -1057, 0x0000}, + {294, 181, -1057, 0x0000} + } +}; + +StandTile tile_1348 = { + 0x001a19, 0x12, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {294, 181, -1131, 0x1352}, + {236, 181, -1131, 0x15e1}, + {176, 181, -1075, 0x0000}, + {156, 181, -1057, 0x15a8} + } +}; + +StandTile tile_1349 = { + 0x001918, 0x12, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {156, 181, -1452, 0x0000}, + {156, 181, -1388, 0x15c7}, + {236, 181, -1388, 0x15b5} + } +}; + +StandTile tile_1350 = { + 0x001818, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {236, 181, -1388, 0x15b9}, + {294, 181, -1452, 0x15c3}, + {156, 181, -1452, 0x15b1} + } +}; + +StandTile tile_1351 = { + 0x001718, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {236, 181, -1388, 0x0000}, + {294, 181, -1388, 0x0000}, + {294, 181, -1452, 0x15b5} + } +}; + +StandTile tile_1352 = { + 0x071918, 0x12, + 0x0, + 0x8, 0x9, 0x9, + 5, + 0x0, 0x3, 0x4, + { + {294, 181, -1618, 0x0000}, + {199, 181, -1618, 0x15a0}, + {162, 181, -1618, 0x0000}, + {156, 181, -1618, 0x0000}, + {156, 181, -1452, 0x15c3} + } +}; + +StandTile tile_1353 = { + 0x001618, 0x12, + 0x0, + 0x8, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {294, 181, -1452, 0x0000}, + {294, 181, -1618, 0x15bd}, + {156, 181, -1452, 0x15b5} + } +}; + +StandTile tile_1354 = { + 0x001518, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {156, 181, -1256, 0x15cb}, + {236, 181, -1388, 0x15b1}, + {156, 181, -1388, 0x0000} + } +}; + +StandTile tile_1355 = { + 0x001418, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {236, 181, -1131, 0x0000}, + {236, 181, -1388, 0x15c7}, + {156, 181, -1256, 0x15cf} + } +}; + +StandTile tile_1356 = { + 0x001318, 0x12, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {236, 181, -1131, 0x15cb}, + {156, 181, -1256, 0x0000}, + {156, 181, -1152, 0x1753}, + {156, 181, -1131, 0x15ea} + } +}; + +StandTile tile_1357 = { + 0x07781a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {156, 181, -1079, 0x15d8}, + {176, 181, -1075, 0x15e1}, + {170, 181, -1079, 0x0000} + } +}; + +StandTile tile_1358 = { + 0x077819, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {156, 181, -1079, 0x0000}, + {156, 181, -1066, 0x172b}, + {156, 181, -1057, 0x0000}, + {176, 181, -1075, 0x15d4} + } +}; + +StandTile tile_1359 = { + 0x07771a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {170, 181, -1079, 0x15e1}, + {236, 181, -1131, 0x15ea}, + {170, 181, -1103, 0x0000} + } +}; + +StandTile tile_1360 = { + 0x077719, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {170, 181, -1079, 0x15d4}, + {176, 181, -1075, 0x15ac}, + {236, 181, -1131, 0x15dd} + } +}; + +StandTile tile_1361 = { + 0x07761a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {170, 181, -1103, 0x15ea}, + {156, 181, -1131, 0x1753}, + {156, 181, -1121, 0x1747}, + {156, 181, -1103, 0x0000} + } +}; + +StandTile tile_1362 = { + 0x077619, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {170, 181, -1103, 0x15dd}, + {236, 181, -1131, 0x15cf}, + {156, 181, -1131, 0x15e5} + } +}; + +StandTile tile_1363 = { + 0x02d11a, 0x11, + 0x0, + 0x3, 0x4, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {165, 187, -1624, 0x15f2}, + {196, 187, -1618, 0x0000}, + {196, 187, -1624, 0x15f6} + } +}; + +StandTile tile_1364 = { + 0x02d119, 0x11, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {165, 187, -1624, 0x0000}, + {165, 187, -1618, 0x15a4}, + {196, 187, -1618, 0x15ee} + } +}; + +StandTile tile_1365 = { + 0x02e41a, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {199, 181, -1624, 0x15fa}, + {165, 187, -1624, 0x15ee}, + {196, 187, -1624, 0x0000} + } +}; + +StandTile tile_1366 = { + 0x02e419, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {199, 181, -1624, 0x1616}, + {162, 181, -1624, 0x0000}, + {165, 187, -1624, 0x15f6} + } +}; + +StandTile tile_1367 = { + 0x03171a, 0x11, + 0x0, + 0x9, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {165, 187, -2126, 0x1602}, + {196, 187, -2120, 0x0000}, + {196, 187, -2126, 0x0d9c} + } +}; + +StandTile tile_1368 = { + 0x031719, 0x11, + 0x0, + 0x6, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {165, 187, -2126, 0x0000}, + {165, 187, -2120, 0x160a}, + {196, 187, -2120, 0x15fe} + } +}; + +StandTile tile_1369 = { + 0x031e1a, 0x11, + 0x0, + 0x7, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {196, 187, -2120, 0x160a}, + {162, 181, -2120, 0x1624}, + {199, 181, -2120, 0x0000} + } +}; + +StandTile tile_1370 = { + 0x031e19, 0x11, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {196, 187, -2120, 0x1602}, + {165, 187, -2120, 0x0000}, + {162, 181, -2120, 0x1606} + } +}; + +StandTile tile_1371 = { + 0x001218, 0x11, + 0x0, + 0x5, 0x7, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {116, 181, -1703, 0x1612}, + {221, 181, -1780, 0x1632}, + {116, 181, -1780, 0x0000} + } +}; + +StandTile tile_1372 = { + 0x001118, 0x11, + 0x0, + 0x5, 0x8, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {116, 181, -1703, 0x1616}, + {221, 181, -1624, 0x0000}, + {221, 181, -1780, 0x160e} + } +}; + +StandTile tile_1373 = { + 0x001018, 0x11, + 0x0, + 0x7, 0xa, 0xb, + 5, + 0x0, 0x1, 0x4, + { + {116, 181, -1703, 0x0000}, + {116, 181, -1624, 0x0000}, + {162, 181, -1624, 0x15fa}, + {199, 181, -1624, 0x0000}, + {221, 181, -1624, 0x1612} + } +}; + +StandTile tile_1374 = { + 0x000f18, 0x11, + 0x0, + 0x4, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {221, 181, -1949, 0x1620}, + {116, 181, -2037, 0x0000}, + {116, 181, -1949, 0x162a} + } +}; + +StandTile tile_1375 = { + 0x000e18, 0x11, + 0x0, + 0x8, 0x6, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {221, 181, -1949, 0x0000}, + {221, 181, -2120, 0x1624}, + {116, 181, -2037, 0x161c} + } +}; + +StandTile tile_1376 = { + 0x000d18, 0x11, + 0x0, + 0x8, 0x6, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {116, 181, -2037, 0x1620}, + {221, 181, -2120, 0x0000}, + {199, 181, -2120, 0x1606}, + {162, 181, -2120, 0x0000}, + {116, 181, -2120, 0x0000} + } +}; + +StandTile tile_1377 = { + 0x000c18, 0x11, + 0x0, + 0x4, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {116, 181, -1949, 0x162e}, + {221, 181, -1863, 0x0000}, + {221, 181, -1949, 0x161c} + } +}; + +StandTile tile_1378 = { + 0x000b18, 0x11, + 0x0, + 0x5, 0x8, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {116, 181, -1949, 0x0000}, + {116, 181, -1780, 0x1632}, + {221, 181, -1863, 0x162a} + } +}; + +StandTile tile_1379 = { + 0x000a18, 0x11, + 0x0, + 0x4, 0x7, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {221, 181, -1863, 0x162e}, + {116, 181, -1780, 0x160e}, + {221, 181, -1780, 0x0000} + } +}; + +StandTile tile_1380 = { + 0x00341a, 0x10, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {138, 181, -1385, 0x163a}, + {40, 181, -1213, 0x165f}, + {116, 181, -1213, 0x163e} + } +}; + +StandTile tile_1381 = { + 0x003419, 0x10, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {138, 181, -1385, 0x16c5}, + {107, 181, -1385, 0x1646}, + {40, 181, -1213, 0x1636} + } +}; + +StandTile tile_1382 = { + 0x00331a, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {116, 181, -1213, 0x1642}, + {144, 181, -1379, 0x16bd}, + {138, 181, -1385, 0x1636} + } +}; + +StandTile tile_1383 = { + 0x003319, 0x10, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {116, 181, -1213, 0x1685}, + {129, 181, -1235, 0x16cd}, + {144, 181, -1379, 0x163e} + } +}; + +StandTile tile_1384 = { + 0x00321a, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {101, 181, -1379, 0x164a}, + {40, 181, -1213, 0x163a}, + {107, 181, -1385, 0x1656} + } +}; + +StandTile tile_1385 = { + 0x003219, 0x10, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {101, 181, -1379, 0x1679}, + {34, 181, -1235, 0x164e}, + {40, 181, -1213, 0x1646} + } +}; + +StandTile tile_1386 = { + 0x00351a, 0x10, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1235, 0x1652}, + {40, 181, -1213, 0x164a}, + {34, 181, -1235, 0x1675} + } +}; + +StandTile tile_1387 = { + 0x003519, 0x10, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1235, 0x1689}, + {-9, 181, -1213, 0x165f}, + {40, 181, -1213, 0x164e} + } +}; + +StandTile tile_1388 = { + 0x00361a, 0x10, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {107, 181, -1391, 0x165a}, + {101, 181, -1379, 0x1646}, + {107, 181, -1385, 0x16c5} + } +}; + +StandTile tile_1389 = { + 0x003619, 0x10, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x2, 0x3, + { + {107, 181, -1391, 0x16d9}, + {104, 181, -1391, 0x0000}, + {101, 181, -1391, 0x1679}, + {101, 181, -1379, 0x1656} + } +}; + +StandTile tile_1390 = { + 0x00371a, 0x10, + 0x0, + 0x1, 0x1, 0x1, + 5, + 0x0, 0x1, 0x4, + { + {-9, 181, -1198, 0x1665}, + {147, 181, -1213, 0x1685}, + {116, 181, -1213, 0x1636}, + {40, 181, -1213, 0x1652}, + {-9, 181, -1213, 0x1689} + } +}; + +StandTile tile_1391 = { + 0x003719, 0x10, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1198, 0x171f}, + {147, 181, -1152, 0x0000}, + {147, 181, -1213, 0x165f} + } +}; + +StandTile tile_1392 = { + 0x00391a, 0x10, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1345, 0x166d}, + {46, 181, -1391, 0x0000}, + {-9, 181, -1391, 0x1697} + } +}; + +StandTile tile_1393 = { + 0x003919, 0x10, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1345, 0x0000}, + {46, 181, -1345, 0x1692}, + {46, 181, -1391, 0x1669} + } +}; + +StandTile tile_1394 = { + 0x00381a, 0x10, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1235, 0x1675}, + {46, 181, -1290, 0x0000}, + {-9, 181, -1290, 0x1697} + } +}; + +StandTile tile_1395 = { + 0x003819, 0x10, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1235, 0x164e}, + {34, 181, -1235, 0x167d}, + {46, 181, -1290, 0x1671} + } +}; + +StandTile tile_1396 = { + 0x003a1a, 0x10, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {101, 181, -1391, 0x167d}, + {34, 181, -1235, 0x164a}, + {101, 181, -1379, 0x165a} + } +}; + +StandTile tile_1397 = { + 0x003a19, 0x10, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {101, 181, -1391, 0x1692}, + {46, 181, -1290, 0x1675}, + {34, 181, -1235, 0x1679} + } +}; + +StandTile tile_1398 = { + 0x003e1a, 0x10, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {129, 181, -1235, 0x1685}, + {147, 181, -1213, 0x0000}, + {147, 181, -1235, 0x16cd} + } +}; + +StandTile tile_1399 = { + 0x003e19, 0x10, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {129, 181, -1235, 0x1642}, + {116, 181, -1213, 0x165f}, + {147, 181, -1213, 0x1681} + } +}; + +StandTile tile_1400 = { + 0x003f1a, 0x10, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {-193, 181, -1235, 0x168e}, + {-9, 181, -1198, 0x165f}, + {-9, 181, -1213, 0x1652}, + {-9, 181, -1235, 0x16a3} + } +}; + +StandTile tile_1401 = { + 0x003f19, 0x10, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-193, 181, -1235, 0x0000}, + {-193, 181, -1198, 0x16b4}, + {-9, 181, -1198, 0x1689} + } +}; + +StandTile tile_1402 = { + 0x004418, 0x10, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x1, 0x3, + { + {101, 181, -1391, 0x0000}, + {46, 181, -1391, 0x166d}, + {46, 181, -1345, 0x0000}, + {46, 181, -1290, 0x167d} + } +}; + +StandTile tile_1403 = { + 0x004a18, 0x10, + 0x0, + 0x2, 0x3, 0x4, + 5, + 0x0, 0x3, 0x4, + { + {-9, 181, -1235, 0x1671}, + {-9, 181, -1290, 0x0000}, + {-9, 181, -1345, 0x1669}, + {-9, 181, -1391, 0x0000}, + {-104, 181, -1391, 0x16a3} + } +}; + +StandTile tile_1404 = { + 0x004918, 0x10, + 0x0, + 0x4, 0x7, 0x9, + 5, + 0x0, 0x1, 0x4, + { + {-104, 181, -1391, 0x0000}, + {-193, 181, -1391, 0x0000}, + {-193, 181, -1296, 0x16eb}, + {-193, 181, -1259, 0x0000}, + {-193, 181, -1235, 0x16a3} + } +}; + +StandTile tile_1405 = { + 0x004818, 0x10, + 0x0, + 0x2, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-193, 181, -1235, 0x1689}, + {-9, 181, -1235, 0x1697}, + {-104, 181, -1391, 0x169d} + } +}; + +StandTile tile_1406 = { + 0x004718, 0x10, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-104, 181, -1057, 0x16b4}, + {-193, 181, -1198, 0x0000}, + {-193, 181, -1057, 0x0000} + } +}; + +StandTile tile_1407 = { + 0x004618, 0x10, + 0x0, + 0x4, 0x4, 0x4, + 8, + 0x0, 0x6, 0x7, + { + {-9, 181, -1057, 0x16fb}, + {-9, 181, -1103, 0x1703}, + {-9, 181, -1127, 0x170b}, + {-9, 181, -1149, 0x1713}, + {-9, 181, -1170, 0x171b}, + {-9, 181, -1189, 0x1723}, + {-9, 181, -1198, 0x16b4}, + {-104, 181, -1057, 0x0000} + } +}; + +StandTile tile_1408 = { + 0x004518, 0x10, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1198, 0x168e}, + {-193, 181, -1198, 0x16a7}, + {-104, 181, -1057, 0x16ab} + } +}; + +StandTile tile_1409 = { + 0x004c1a, 0x10, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {138, 181, -1385, 0x16bd}, + {144, 181, -1391, 0x0000}, + {141, 181, -1391, 0x16d9}, + {138, 181, -1391, 0x16c1} + } +}; + +StandTile tile_1410 = { + 0x004c19, 0x10, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {138, 181, -1385, 0x163e}, + {144, 181, -1379, 0x16d5}, + {144, 181, -1391, 0x16b8} + } +}; + +StandTile tile_1411 = { + 0x004b1a, 0x10, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {107, 181, -1391, 0x16c5}, + {138, 181, -1385, 0x16b8}, + {138, 181, -1391, 0x16d9} + } +}; + +StandTile tile_1412 = { + 0x004b19, 0x10, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {107, 181, -1391, 0x1656}, + {107, 181, -1385, 0x163a}, + {138, 181, -1385, 0x16c1} + } +}; + +StandTile tile_1413 = { + 0x004e1a, 0x10, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {144, 181, -1379, 0x16cd}, + {147, 181, -1235, 0x0000}, + {147, 181, -1379, 0x16d5} + } +}; + +StandTile tile_1414 = { + 0x004e19, 0x10, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {144, 181, -1379, 0x1642}, + {129, 181, -1235, 0x1681}, + {147, 181, -1235, 0x16c9} + } +}; + +StandTile tile_1415 = { + 0x004d1a, 0x10, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {144, 181, -1391, 0x16d5}, + {147, 181, -1379, 0x0000}, + {147, 181, -1391, 0x0000} + } +}; + +StandTile tile_1416 = { + 0x004d19, 0x10, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {144, 181, -1391, 0x16bd}, + {144, 181, -1379, 0x16c9}, + {147, 181, -1379, 0x16d1} + } +}; + +StandTile tile_1417 = { + 0x02b51a, 0x10, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x4, + { + {138, 187, -1391, 0x16df}, + {104, 181, -1391, 0x165a}, + {107, 181, -1391, 0x16c1}, + {138, 181, -1391, 0x16b8}, + {141, 181, -1391, 0x0000} + } +}; + +StandTile tile_1418 = { + 0x02b519, 0x10, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {138, 187, -1391, 0x1529}, + {107, 187, -1391, 0x0000}, + {104, 181, -1391, 0x16d9} + } +}; + +StandTile tile_1419 = { + 0x03371a, 0x10, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-199, 187, -1262, 0x16e7}, + {-193, 187, -1293, 0x0000}, + {-199, 187, -1293, 0x1794} + } +}; + +StandTile tile_1420 = { + 0x033719, 0x10, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-199, 187, -1262, 0x0000}, + {-193, 187, -1262, 0x16ef}, + {-193, 187, -1293, 0x16e3} + } +}; + +StandTile tile_1421 = { + 0x033e1a, 0x10, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-193, 187, -1293, 0x16ef}, + {-193, 181, -1259, 0x169d}, + {-193, 181, -1296, 0x0000} + } +}; + +StandTile tile_1422 = { + 0x033e19, 0x10, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-193, 187, -1293, 0x16e7}, + {-193, 187, -1262, 0x0000}, + {-193, 181, -1259, 0x16eb} + } +}; + +StandTile tile_1423 = { + 0x077418, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1057, 0x0000}, + {110, 181, -1057, 0x1727}, + {114, 181, -1072, 0x16fb} + } +}; + +StandTile tile_1424 = { + 0x07731a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1103, 0x16fb}, + {114, 181, -1072, 0x0000}, + {110, 181, -1098, 0x1703} + } +}; + +StandTile tile_1425 = { + 0x077319, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1103, 0x16ab}, + {-9, 181, -1057, 0x16f3}, + {114, 181, -1072, 0x16f7} + } +}; + +StandTile tile_1426 = { + 0x07721a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1127, 0x1703}, + {110, 181, -1098, 0x172f}, + {129, 181, -1107, 0x170b} + } +}; + +StandTile tile_1427 = { + 0x077219, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1127, 0x16ab}, + {-9, 181, -1103, 0x16f7}, + {110, 181, -1098, 0x16ff} + } +}; + +StandTile tile_1428 = { + 0x07711a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1149, 0x170b}, + {129, 181, -1107, 0x0000}, + {130, 181, -1123, 0x1713} + } +}; + +StandTile tile_1429 = { + 0x077119, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1149, 0x16ab}, + {-9, 181, -1127, 0x16ff}, + {129, 181, -1107, 0x1707} + } +}; + +StandTile tile_1430 = { + 0x07701a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1170, 0x1713}, + {130, 181, -1123, 0x173b}, + {133, 181, -1133, 0x171b} + } +}; + +StandTile tile_1431 = { + 0x077019, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1170, 0x16ab}, + {-9, 181, -1149, 0x1707}, + {130, 181, -1123, 0x170f} + } +}; + +StandTile tile_1432 = { + 0x076f1a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1189, 0x171b}, + {133, 181, -1133, 0x0000}, + {133, 181, -1149, 0x1723} + } +}; + +StandTile tile_1433 = { + 0x076f19, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1189, 0x16ab}, + {-9, 181, -1170, 0x170f}, + {133, 181, -1133, 0x1717} + } +}; + +StandTile tile_1434 = { + 0x076e1a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1198, 0x1723}, + {133, 181, -1149, 0x173f}, + {147, 181, -1152, 0x1665} + } +}; + +StandTile tile_1435 = { + 0x076e19, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 181, -1198, 0x16ab}, + {-9, 181, -1189, 0x1717}, + {133, 181, -1149, 0x171f} + } +}; + +StandTile tile_1436 = { + 0x076d1a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {110, 181, -1057, 0x172b}, + {156, 181, -1066, 0x0000}, + {114, 181, -1072, 0x16f3} + } +}; + +StandTile tile_1437 = { + 0x076d19, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {110, 181, -1057, 0x0000}, + {156, 181, -1057, 0x15d8}, + {156, 181, -1066, 0x1727} + } +}; + +StandTile tile_1438 = { + 0x076c18, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {144, 181, -1105, 0x0000}, + {129, 181, -1107, 0x16ff}, + {110, 181, -1098, 0x1733} + } +}; + +StandTile tile_1439 = { + 0x076b18, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {156, 181, -1103, 0x174b}, + {144, 181, -1105, 0x172f}, + {110, 181, -1098, 0x0000} + } +}; + +StandTile tile_1440 = { + 0x076a1a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {149, 181, -1131, 0x173b}, + {130, 181, -1123, 0x0000}, + {145, 181, -1121, 0x174f} + } +}; + +StandTile tile_1441 = { + 0x076a19, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {149, 181, -1131, 0x0000}, + {133, 181, -1133, 0x170f}, + {130, 181, -1123, 0x1737} + } +}; + +StandTile tile_1442 = { + 0x07691a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {149, 181, -1146, 0x1743}, + {147, 181, -1152, 0x171f}, + {133, 181, -1149, 0x0000} + } +}; + +StandTile tile_1443 = { + 0x076919, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {149, 181, -1146, 0x1758}, + {156, 181, -1152, 0x0000}, + {147, 181, -1152, 0x173f} + } +}; + +StandTile tile_1444 = { + 0x076818, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {149, 181, -1131, 0x174b}, + {156, 181, -1103, 0x15e5}, + {156, 181, -1121, 0x1753} + } +}; + +StandTile tile_1445 = { + 0x07631a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {149, 181, -1131, 0x174f}, + {144, 181, -1105, 0x1733}, + {156, 181, -1103, 0x1747} + } +}; + +StandTile tile_1446 = { + 0x076319, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {149, 181, -1131, 0x1737}, + {145, 181, -1121, 0x0000}, + {144, 181, -1105, 0x174b} + } +}; + +StandTile tile_1447 = { + 0x07621a, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {156, 181, -1152, 0x1758}, + {149, 181, -1131, 0x1747}, + {156, 181, -1121, 0x15e5}, + {156, 181, -1131, 0x15cf} + } +}; + +StandTile tile_1448 = { + 0x076219, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {156, 181, -1152, 0x1743}, + {149, 181, -1146, 0x0000}, + {149, 181, -1131, 0x1753} + } +}; + +StandTile tile_1449 = { + 0x07541a, 0x0f, + 0x0, + 0x8, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-251, 187, -1320, 0x1760}, + {-221, 187, -1317, 0x0000}, + {-221, 187, -1320, 0x1541} + } +}; + +StandTile tile_1450 = { + 0x075419, 0x0f, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-251, 187, -1320, 0x0000}, + {-251, 187, -1317, 0x1790}, + {-221, 187, -1317, 0x175c} + } +}; + +StandTile tile_1451 = { + 0x06e51a, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-294, 181, -987, 0x1768}, + {-199, 181, -950, 0x17a8}, + {-199, 181, -987, 0x176c} + } +}; + +StandTile tile_1452 = { + 0x06e519, 0x0f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-294, 181, -987, 0x0000}, + {-294, 181, -950, 0x0000}, + {-199, 181, -950, 0x1764} + } +}; + +StandTile tile_1453 = { + 0x06e41a, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-199, 181, -1023, 0x1770}, + {-294, 181, -987, 0x1764}, + {-199, 181, -987, 0x17a0} + } +}; + +StandTile tile_1454 = { + 0x06e419, 0x0f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-199, 181, -1023, 0x1774}, + {-294, 181, -1023, 0x0000}, + {-294, 181, -987, 0x176c} + } +}; + +StandTile tile_1455 = { + 0x002d18, 0x0f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-199, 181, -1023, 0x1784}, + {-294, 181, -1115, 0x0000}, + {-294, 181, -1023, 0x1770} + } +}; + +StandTile tile_1456 = { + 0x003118, 0x0f, + 0x0, + 0x7, 0x3, 0x5, + 7, + 0x0, 0x1, 0x4, + { + {-294, 181, -1317, 0x1780}, + {-199, 181, -1229, 0x0000}, + {-199, 181, -1259, 0x1798}, + {-199, 181, -1296, 0x0000}, + {-199, 181, -1317, 0x0000}, + {-218, 181, -1317, 0x178c}, + {-254, 181, -1317, 0x0000} + } +}; + +StandTile tile_1457 = { + 0x003018, 0x0f, + 0x0, + 0x6, 0x1, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-294, 181, -1317, 0x0000}, + {-294, 181, -1229, 0x1788}, + {-199, 181, -1229, 0x1778} + } +}; + +StandTile tile_1458 = { + 0x002f1a, 0x0f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-199, 181, -1229, 0x1788}, + {-294, 181, -1115, 0x1774}, + {-199, 181, -1023, 0x0000} + } +}; + +StandTile tile_1459 = { + 0x002f19, 0x0f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-199, 181, -1229, 0x1780}, + {-294, 181, -1229, 0x0000}, + {-294, 181, -1115, 0x1784} + } +}; + +StandTile tile_1460 = { + 0x019f1a, 0x0f, + 0x0, + 0x9, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-221, 187, -1317, 0x1790}, + {-254, 181, -1317, 0x1778}, + {-218, 181, -1317, 0x0000} + } +}; + +StandTile tile_1461 = { + 0x019f19, 0x0f, + 0x0, + 0xb, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-221, 187, -1317, 0x1760}, + {-251, 187, -1317, 0x0000}, + {-254, 181, -1317, 0x178c} + } +}; + +StandTile tile_1462 = { + 0x034a1a, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-199, 181, -1296, 0x1798}, + {-199, 187, -1262, 0x16e3}, + {-199, 187, -1293, 0x0000} + } +}; + +StandTile tile_1463 = { + 0x034a19, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-199, 181, -1296, 0x1778}, + {-199, 181, -1259, 0x0000}, + {-199, 187, -1262, 0x1794} + } +}; + +StandTile tile_1464 = { + 0x002e1a, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-92, 181, -1023, 0x17a0}, + {-199, 181, -987, 0x17a4}, + {-92, 181, -987, 0x17b1} + } +}; + +StandTile tile_1465 = { + 0x002e19, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-92, 181, -1023, 0x0000}, + {-199, 181, -1023, 0x176c}, + {-199, 181, -987, 0x179c} + } +}; + +StandTile tile_1466 = { + 0x06e61a, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-199, 181, -987, 0x17a8}, + {-92, 181, -950, 0x17b1}, + {-92, 181, -987, 0x179c} + } +}; + +StandTile tile_1467 = { + 0x06e619, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-199, 181, -987, 0x1764}, + {-199, 181, -950, 0x0000}, + {-92, 181, -950, 0x17a4} + } +}; + +StandTile tile_1468 = { + 0x01941a, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-92, 190, -1023, 0x17b1}, + {-92, 181, -950, 0x0000}, + {-92, 190, -950, 0x19da}, + {-92, 190, -987, 0x19e2} + } +}; + +StandTile tile_1469 = { + 0x019419, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-92, 190, -1023, 0x0000}, + {-92, 181, -1023, 0x179c}, + {-92, 181, -987, 0x17a4}, + {-92, 181, -950, 0x17ac} + } +}; + +StandTile tile_1470 = { + 0x06ee1a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {169, 346, -987, 0x17ba}, + {184, 346, -950, 0x17ca}, + {184, 346, -987, 0x17c2} + } +}; + +StandTile tile_1471 = { + 0x06ee19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {169, 346, -987, 0x17e6}, + {169, 346, -950, 0x0000}, + {184, 346, -950, 0x17b6} + } +}; + +StandTile tile_1472 = { + 0x01701a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {169, 346, -1023, 0x17c2}, + {184, 346, -987, 0x17d2}, + {184, 346, -1023, 0x0000} + } +}; + +StandTile tile_1473 = { + 0x017019, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {169, 346, -1023, 0x17ee}, + {169, 346, -987, 0x17b6}, + {184, 346, -987, 0x17be} + } +}; + +StandTile tile_1474 = { + 0x06ef1a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {184, 346, -987, 0x17ca}, + {184, 355, -950, 0x1a0a}, + {184, 355, -987, 0x17ce} + } +}; + +StandTile tile_1475 = { + 0x06ef19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {184, 346, -987, 0x17b6}, + {184, 346, -950, 0x0000}, + {184, 355, -950, 0x17c6} + } +}; + +StandTile tile_1476 = { + 0x01711a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {184, 355, -1023, 0x17d2}, + {184, 346, -987, 0x17c6}, + {184, 355, -987, 0x1a0a} + } +}; + +StandTile tile_1477 = { + 0x017119, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {184, 355, -1023, 0x0000}, + {184, 346, -1023, 0x17be}, + {184, 346, -987, 0x17ce} + } +}; + +StandTile tile_1478 = { + 0x06f01a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {153, 337, -987, 0x17da}, + {169, 337, -950, 0x17ea}, + {169, 337, -987, 0x17e2} + } +}; + +StandTile tile_1479 = { + 0x06f019, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {153, 337, -987, 0x1806}, + {153, 337, -950, 0x0000}, + {169, 337, -950, 0x17d6} + } +}; + +StandTile tile_1480 = { + 0x01721a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {153, 337, -1023, 0x17e2}, + {169, 337, -987, 0x17f2}, + {169, 337, -1023, 0x0000} + } +}; + +StandTile tile_1481 = { + 0x017219, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {153, 337, -1023, 0x180e}, + {153, 337, -987, 0x17d6}, + {169, 337, -987, 0x17de} + } +}; + +StandTile tile_1482 = { + 0x06f11a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {169, 337, -987, 0x17ea}, + {169, 346, -950, 0x17ba}, + {169, 346, -987, 0x17ee} + } +}; + +StandTile tile_1483 = { + 0x06f119, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {169, 337, -987, 0x17d6}, + {169, 337, -950, 0x0000}, + {169, 346, -950, 0x17e6} + } +}; + +StandTile tile_1484 = { + 0x01731a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {169, 346, -1023, 0x17f2}, + {169, 337, -987, 0x17e6}, + {169, 346, -987, 0x17c2} + } +}; + +StandTile tile_1485 = { + 0x017319, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {169, 346, -1023, 0x0000}, + {169, 337, -1023, 0x17de}, + {169, 337, -987, 0x17ee} + } +}; + +StandTile tile_1486 = { + 0x06f21a, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {138, 328, -987, 0x17fa}, + {153, 328, -950, 0x180a}, + {153, 328, -987, 0x1802} + } +}; + +StandTile tile_1487 = { + 0x06f219, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {138, 328, -987, 0x1826}, + {138, 328, -950, 0x0000}, + {153, 328, -950, 0x17f6} + } +}; + +StandTile tile_1488 = { + 0x01741a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {138, 328, -1023, 0x1802}, + {153, 328, -987, 0x1812}, + {153, 328, -1023, 0x0000} + } +}; + +StandTile tile_1489 = { + 0x017419, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {138, 328, -1023, 0x182e}, + {138, 328, -987, 0x17f6}, + {153, 328, -987, 0x17fe} + } +}; + +StandTile tile_1490 = { + 0x06f31a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {153, 328, -987, 0x180a}, + {153, 337, -950, 0x17da}, + {153, 337, -987, 0x180e} + } +}; + +StandTile tile_1491 = { + 0x06f319, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {153, 328, -987, 0x17f6}, + {153, 328, -950, 0x0000}, + {153, 337, -950, 0x1806} + } +}; + +StandTile tile_1492 = { + 0x01751a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {153, 337, -1023, 0x1812}, + {153, 328, -987, 0x1806}, + {153, 337, -987, 0x17e2} + } +}; + +StandTile tile_1493 = { + 0x017519, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {153, 337, -1023, 0x0000}, + {153, 328, -1023, 0x17fe}, + {153, 328, -987, 0x180e} + } +}; + +StandTile tile_1494 = { + 0x06f41a, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {123, 319, -987, 0x181a}, + {138, 319, -950, 0x182a}, + {138, 319, -987, 0x1822} + } +}; + +StandTile tile_1495 = { + 0x06f419, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {123, 319, -987, 0x1846}, + {123, 319, -950, 0x0000}, + {138, 319, -950, 0x1816} + } +}; + +StandTile tile_1496 = { + 0x01761a, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {123, 319, -1023, 0x1822}, + {138, 319, -987, 0x1832}, + {138, 319, -1023, 0x0000} + } +}; + +StandTile tile_1497 = { + 0x017619, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {123, 319, -1023, 0x184e}, + {123, 319, -987, 0x1816}, + {138, 319, -987, 0x181e} + } +}; + +StandTile tile_1498 = { + 0x06f51a, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {138, 319, -987, 0x182a}, + {138, 328, -950, 0x17fa}, + {138, 328, -987, 0x182e} + } +}; + +StandTile tile_1499 = { + 0x06f519, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {138, 319, -987, 0x1816}, + {138, 319, -950, 0x0000}, + {138, 328, -950, 0x1826} + } +}; + +StandTile tile_1500 = { + 0x01771a, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {138, 328, -1023, 0x1832}, + {138, 319, -987, 0x1826}, + {138, 328, -987, 0x1802} + } +}; + +StandTile tile_1501 = { + 0x017719, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {138, 328, -1023, 0x0000}, + {138, 319, -1023, 0x181e}, + {138, 319, -987, 0x182e} + } +}; + +StandTile tile_1502 = { + 0x06f61a, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {107, 309, -987, 0x183a}, + {123, 309, -950, 0x184a}, + {123, 309, -987, 0x1842} + } +}; + +StandTile tile_1503 = { + 0x06f619, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {107, 309, -987, 0x1866}, + {107, 309, -950, 0x0000}, + {123, 309, -950, 0x1836} + } +}; + +StandTile tile_1504 = { + 0x01781a, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {107, 309, -1023, 0x1842}, + {123, 309, -987, 0x1852}, + {123, 309, -1023, 0x0000} + } +}; + +StandTile tile_1505 = { + 0x017819, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {107, 309, -1023, 0x186e}, + {107, 309, -987, 0x1836}, + {123, 309, -987, 0x183e} + } +}; + +StandTile tile_1506 = { + 0x06f71a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {123, 309, -987, 0x184a}, + {123, 319, -950, 0x181a}, + {123, 319, -987, 0x184e} + } +}; + +StandTile tile_1507 = { + 0x06f719, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {123, 309, -987, 0x1836}, + {123, 309, -950, 0x0000}, + {123, 319, -950, 0x1846} + } +}; + +StandTile tile_1508 = { + 0x01791a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {123, 319, -1023, 0x1852}, + {123, 309, -987, 0x1846}, + {123, 319, -987, 0x1822} + } +}; + +StandTile tile_1509 = { + 0x017919, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {123, 319, -1023, 0x0000}, + {123, 309, -1023, 0x183e}, + {123, 309, -987, 0x184e} + } +}; + +StandTile tile_1510 = { + 0x06f81a, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {92, 300, -987, 0x185a}, + {107, 300, -950, 0x186a}, + {107, 300, -987, 0x1862} + } +}; + +StandTile tile_1511 = { + 0x06f819, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {92, 300, -987, 0x1886}, + {92, 300, -950, 0x0000}, + {107, 300, -950, 0x1856} + } +}; + +StandTile tile_1512 = { + 0x017a1a, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {92, 300, -1023, 0x1862}, + {107, 300, -987, 0x1872}, + {107, 300, -1023, 0x0000} + } +}; + +StandTile tile_1513 = { + 0x017a19, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {92, 300, -1023, 0x188e}, + {92, 300, -987, 0x1856}, + {107, 300, -987, 0x185e} + } +}; + +StandTile tile_1514 = { + 0x06f91a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {107, 300, -987, 0x186a}, + {107, 309, -950, 0x183a}, + {107, 309, -987, 0x186e} + } +}; + +StandTile tile_1515 = { + 0x06f919, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {107, 300, -987, 0x1856}, + {107, 300, -950, 0x0000}, + {107, 309, -950, 0x1866} + } +}; + +StandTile tile_1516 = { + 0x017b1a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {107, 309, -1023, 0x1872}, + {107, 300, -987, 0x1866}, + {107, 309, -987, 0x1842} + } +}; + +StandTile tile_1517 = { + 0x017b19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {107, 309, -1023, 0x0000}, + {107, 300, -1023, 0x185e}, + {107, 300, -987, 0x186e} + } +}; + +StandTile tile_1518 = { + 0x06fa1a, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {77, 291, -987, 0x187a}, + {92, 291, -950, 0x188a}, + {92, 291, -987, 0x1882} + } +}; + +StandTile tile_1519 = { + 0x06fa19, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {77, 291, -987, 0x18a6}, + {77, 291, -950, 0x0000}, + {92, 291, -950, 0x1876} + } +}; + +StandTile tile_1520 = { + 0x017c1a, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {77, 291, -1023, 0x1882}, + {92, 291, -987, 0x1892}, + {92, 291, -1023, 0x0000} + } +}; + +StandTile tile_1521 = { + 0x017c19, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {77, 291, -1023, 0x18ae}, + {77, 291, -987, 0x1876}, + {92, 291, -987, 0x187e} + } +}; + +StandTile tile_1522 = { + 0x06fb1a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {92, 291, -987, 0x188a}, + {92, 300, -950, 0x185a}, + {92, 300, -987, 0x188e} + } +}; + +StandTile tile_1523 = { + 0x06fb19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {92, 291, -987, 0x1876}, + {92, 291, -950, 0x0000}, + {92, 300, -950, 0x1886} + } +}; + +StandTile tile_1524 = { + 0x017d1a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {92, 300, -1023, 0x1892}, + {92, 291, -987, 0x1886}, + {92, 300, -987, 0x1862} + } +}; + +StandTile tile_1525 = { + 0x017d19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {92, 300, -1023, 0x0000}, + {92, 291, -1023, 0x187e}, + {92, 291, -987, 0x188e} + } +}; + +StandTile tile_1526 = { + 0x06fc1a, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {61, 282, -987, 0x189a}, + {77, 282, -950, 0x18aa}, + {77, 282, -987, 0x18a2} + } +}; + +StandTile tile_1527 = { + 0x06fc19, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {61, 282, -987, 0x18c6}, + {61, 282, -950, 0x0000}, + {77, 282, -950, 0x1896} + } +}; + +StandTile tile_1528 = { + 0x017e1a, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {61, 282, -1023, 0x18a2}, + {77, 282, -987, 0x18b2}, + {77, 282, -1023, 0x0000} + } +}; + +StandTile tile_1529 = { + 0x017e19, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {61, 282, -1023, 0x18ce}, + {61, 282, -987, 0x1896}, + {77, 282, -987, 0x189e} + } +}; + +StandTile tile_1530 = { + 0x06fd1a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {77, 282, -987, 0x18aa}, + {77, 291, -950, 0x187a}, + {77, 291, -987, 0x18ae} + } +}; + +StandTile tile_1531 = { + 0x06fd19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {77, 282, -987, 0x1896}, + {77, 282, -950, 0x0000}, + {77, 291, -950, 0x18a6} + } +}; + +StandTile tile_1532 = { + 0x017f1a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {77, 291, -1023, 0x18b2}, + {77, 282, -987, 0x18a6}, + {77, 291, -987, 0x1882} + } +}; + +StandTile tile_1533 = { + 0x017f19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {77, 291, -1023, 0x0000}, + {77, 282, -1023, 0x189e}, + {77, 282, -987, 0x18ae} + } +}; + +StandTile tile_1534 = { + 0x06fe1a, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {46, 273, -987, 0x18ba}, + {61, 273, -950, 0x18ca}, + {61, 273, -987, 0x18c2} + } +}; + +StandTile tile_1535 = { + 0x06fe19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {46, 273, -987, 0x18e6}, + {46, 273, -950, 0x0000}, + {61, 273, -950, 0x18b6} + } +}; + +StandTile tile_1536 = { + 0x01801a, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {46, 273, -1023, 0x18c2}, + {61, 273, -987, 0x18d2}, + {61, 273, -1023, 0x0000} + } +}; + +StandTile tile_1537 = { + 0x018019, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {46, 273, -1023, 0x18ee}, + {46, 273, -987, 0x18b6}, + {61, 273, -987, 0x18be} + } +}; + +StandTile tile_1538 = { + 0x06ff1a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {61, 273, -987, 0x18ca}, + {61, 282, -950, 0x189a}, + {61, 282, -987, 0x18ce} + } +}; + +StandTile tile_1539 = { + 0x06ff19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {61, 273, -987, 0x18b6}, + {61, 273, -950, 0x0000}, + {61, 282, -950, 0x18c6} + } +}; + +StandTile tile_1540 = { + 0x01811a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {61, 282, -1023, 0x18d2}, + {61, 273, -987, 0x18c6}, + {61, 282, -987, 0x18a2} + } +}; + +StandTile tile_1541 = { + 0x018119, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {61, 282, -1023, 0x0000}, + {61, 273, -1023, 0x18be}, + {61, 273, -987, 0x18ce} + } +}; + +StandTile tile_1542 = { + 0x07001a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {31, 263, -987, 0x18da}, + {46, 263, -950, 0x18ea}, + {46, 263, -987, 0x18e2} + } +}; + +StandTile tile_1543 = { + 0x070019, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {31, 263, -987, 0x1906}, + {31, 263, -950, 0x0000}, + {46, 263, -950, 0x18d6} + } +}; + +StandTile tile_1544 = { + 0x01821a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {31, 263, -1023, 0x18e2}, + {46, 263, -987, 0x18f2}, + {46, 263, -1023, 0x0000} + } +}; + +StandTile tile_1545 = { + 0x018219, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {31, 263, -1023, 0x190e}, + {31, 263, -987, 0x18d6}, + {46, 263, -987, 0x18de} + } +}; + +StandTile tile_1546 = { + 0x07011a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {46, 263, -987, 0x18ea}, + {46, 273, -950, 0x18ba}, + {46, 273, -987, 0x18ee} + } +}; + +StandTile tile_1547 = { + 0x070119, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {46, 263, -987, 0x18d6}, + {46, 263, -950, 0x0000}, + {46, 273, -950, 0x18e6} + } +}; + +StandTile tile_1548 = { + 0x01831a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {46, 273, -1023, 0x18f2}, + {46, 263, -987, 0x18e6}, + {46, 273, -987, 0x18c2} + } +}; + +StandTile tile_1549 = { + 0x018319, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {46, 273, -1023, 0x0000}, + {46, 263, -1023, 0x18de}, + {46, 263, -987, 0x18ee} + } +}; + +StandTile tile_1550 = { + 0x07021a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {15, 254, -987, 0x18fa}, + {31, 254, -950, 0x190a}, + {31, 254, -987, 0x1902} + } +}; + +StandTile tile_1551 = { + 0x070219, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {15, 254, -987, 0x1926}, + {15, 254, -950, 0x0000}, + {31, 254, -950, 0x18f6} + } +}; + +StandTile tile_1552 = { + 0x01841a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {15, 254, -1023, 0x1902}, + {31, 254, -987, 0x1912}, + {31, 254, -1023, 0x0000} + } +}; + +StandTile tile_1553 = { + 0x018419, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {15, 254, -1023, 0x192e}, + {15, 254, -987, 0x18f6}, + {31, 254, -987, 0x18fe} + } +}; + +StandTile tile_1554 = { + 0x07031a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {31, 254, -987, 0x190a}, + {31, 263, -950, 0x18da}, + {31, 263, -987, 0x190e} + } +}; + +StandTile tile_1555 = { + 0x070319, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {31, 254, -987, 0x18f6}, + {31, 254, -950, 0x0000}, + {31, 263, -950, 0x1906} + } +}; + +StandTile tile_1556 = { + 0x01851a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {31, 263, -1023, 0x1912}, + {31, 254, -987, 0x1906}, + {31, 263, -987, 0x18e2} + } +}; + +StandTile tile_1557 = { + 0x018519, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {31, 263, -1023, 0x0000}, + {31, 254, -1023, 0x18fe}, + {31, 254, -987, 0x190e} + } +}; + +StandTile tile_1558 = { + 0x07041a, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 245, -987, 0x191a}, + {15, 245, -950, 0x192a}, + {15, 245, -987, 0x1922} + } +}; + +StandTile tile_1559 = { + 0x070419, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {0, 245, -987, 0x1946}, + {0, 245, -950, 0x0000}, + {15, 245, -950, 0x1916} + } +}; + +StandTile tile_1560 = { + 0x01861a, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {0, 245, -1023, 0x1922}, + {15, 245, -987, 0x1932}, + {15, 245, -1023, 0x0000} + } +}; + +StandTile tile_1561 = { + 0x018619, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {0, 245, -1023, 0x194e}, + {0, 245, -987, 0x1916}, + {15, 245, -987, 0x191e} + } +}; + +StandTile tile_1562 = { + 0x07051a, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {15, 245, -987, 0x192a}, + {15, 254, -950, 0x18fa}, + {15, 254, -987, 0x192e} + } +}; + +StandTile tile_1563 = { + 0x070519, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {15, 245, -987, 0x1916}, + {15, 245, -950, 0x0000}, + {15, 254, -950, 0x1926} + } +}; + +StandTile tile_1564 = { + 0x01871a, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {15, 254, -1023, 0x1932}, + {15, 245, -987, 0x1926}, + {15, 254, -987, 0x1902} + } +}; + +StandTile tile_1565 = { + 0x018719, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {15, 254, -1023, 0x0000}, + {15, 245, -1023, 0x191e}, + {15, 245, -987, 0x192e} + } +}; + +StandTile tile_1566 = { + 0x07061a, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-15, 236, -987, 0x193a}, + {0, 236, -950, 0x194a}, + {0, 236, -987, 0x1942} + } +}; + +StandTile tile_1567 = { + 0x070619, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-15, 236, -987, 0x1966}, + {-15, 236, -950, 0x0000}, + {0, 236, -950, 0x1936} + } +}; + +StandTile tile_1568 = { + 0x01881a, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-15, 236, -1023, 0x1942}, + {0, 236, -987, 0x1952}, + {0, 236, -1023, 0x0000} + } +}; + +StandTile tile_1569 = { + 0x018819, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-15, 236, -1023, 0x196e}, + {-15, 236, -987, 0x1936}, + {0, 236, -987, 0x193e} + } +}; + +StandTile tile_1570 = { + 0x07071a, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {0, 236, -987, 0x194a}, + {0, 245, -950, 0x191a}, + {0, 245, -987, 0x194e} + } +}; + +StandTile tile_1571 = { + 0x070719, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {0, 236, -987, 0x1936}, + {0, 236, -950, 0x0000}, + {0, 245, -950, 0x1946} + } +}; + +StandTile tile_1572 = { + 0x01891a, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {0, 245, -1023, 0x1952}, + {0, 236, -987, 0x1946}, + {0, 245, -987, 0x1922} + } +}; + +StandTile tile_1573 = { + 0x018919, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {0, 245, -1023, 0x0000}, + {0, 236, -1023, 0x193e}, + {0, 236, -987, 0x194e} + } +}; + +StandTile tile_1574 = { + 0x07081a, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-31, 227, -987, 0x195a}, + {-15, 227, -950, 0x196a}, + {-15, 227, -987, 0x1962} + } +}; + +StandTile tile_1575 = { + 0x070819, 0x0d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-31, 227, -987, 0x1986}, + {-31, 227, -950, 0x0000}, + {-15, 227, -950, 0x1956} + } +}; + +StandTile tile_1576 = { + 0x018a1a, 0x0d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-31, 227, -1023, 0x1962}, + {-15, 227, -987, 0x1972}, + {-15, 227, -1023, 0x0000} + } +}; + +StandTile tile_1577 = { + 0x018a19, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-31, 227, -1023, 0x198e}, + {-31, 227, -987, 0x1956}, + {-15, 227, -987, 0x195e} + } +}; + +StandTile tile_1578 = { + 0x07091a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-15, 227, -987, 0x196a}, + {-15, 236, -950, 0x193a}, + {-15, 236, -987, 0x196e} + } +}; + +StandTile tile_1579 = { + 0x070919, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-15, 227, -987, 0x1956}, + {-15, 227, -950, 0x0000}, + {-15, 236, -950, 0x1966} + } +}; + +StandTile tile_1580 = { + 0x018b1a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-15, 236, -1023, 0x1972}, + {-15, 227, -987, 0x1966}, + {-15, 236, -987, 0x1942} + } +}; + +StandTile tile_1581 = { + 0x018b19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-15, 236, -1023, 0x0000}, + {-15, 227, -1023, 0x195e}, + {-15, 227, -987, 0x196e} + } +}; + +StandTile tile_1582 = { + 0x070a1a, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-46, 218, -987, 0x197a}, + {-31, 218, -950, 0x198a}, + {-31, 218, -987, 0x1982} + } +}; + +StandTile tile_1583 = { + 0x070a19, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-46, 218, -987, 0x19a6}, + {-46, 218, -950, 0x0000}, + {-31, 218, -950, 0x1976} + } +}; + +StandTile tile_1584 = { + 0x018c1a, 0x0d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-46, 218, -1023, 0x1982}, + {-31, 218, -987, 0x1992}, + {-31, 218, -1023, 0x0000} + } +}; + +StandTile tile_1585 = { + 0x018c19, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-46, 218, -1023, 0x19ae}, + {-46, 218, -987, 0x1976}, + {-31, 218, -987, 0x197e} + } +}; + +StandTile tile_1586 = { + 0x070b1a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-31, 218, -987, 0x198a}, + {-31, 227, -950, 0x195a}, + {-31, 227, -987, 0x198e} + } +}; + +StandTile tile_1587 = { + 0x070b19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-31, 218, -987, 0x1976}, + {-31, 218, -950, 0x0000}, + {-31, 227, -950, 0x1986} + } +}; + +StandTile tile_1588 = { + 0x018d1a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-31, 227, -1023, 0x1992}, + {-31, 218, -987, 0x1986}, + {-31, 227, -987, 0x1962} + } +}; + +StandTile tile_1589 = { + 0x018d19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-31, 227, -1023, 0x0000}, + {-31, 218, -1023, 0x197e}, + {-31, 218, -987, 0x198e} + } +}; + +StandTile tile_1590 = { + 0x070c1a, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-61, 208, -987, 0x199a}, + {-46, 208, -950, 0x19aa}, + {-46, 208, -987, 0x19a2} + } +}; + +StandTile tile_1591 = { + 0x070c19, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-61, 208, -987, 0x19c6}, + {-61, 208, -950, 0x0000}, + {-46, 208, -950, 0x1996} + } +}; + +StandTile tile_1592 = { + 0x018e1a, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-61, 208, -1023, 0x19a2}, + {-46, 208, -987, 0x19b2}, + {-46, 208, -1023, 0x0000} + } +}; + +StandTile tile_1593 = { + 0x018e19, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-61, 208, -1023, 0x19ce}, + {-61, 208, -987, 0x1996}, + {-46, 208, -987, 0x199e} + } +}; + +StandTile tile_1594 = { + 0x070d1a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-46, 208, -987, 0x19aa}, + {-46, 218, -950, 0x197a}, + {-46, 218, -987, 0x19ae} + } +}; + +StandTile tile_1595 = { + 0x070d19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-46, 208, -987, 0x1996}, + {-46, 208, -950, 0x0000}, + {-46, 218, -950, 0x19a6} + } +}; + +StandTile tile_1596 = { + 0x018f1a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-46, 218, -1023, 0x19b2}, + {-46, 208, -987, 0x19a6}, + {-46, 218, -987, 0x1982} + } +}; + +StandTile tile_1597 = { + 0x018f19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-46, 218, -1023, 0x0000}, + {-46, 208, -1023, 0x199e}, + {-46, 208, -987, 0x19ae} + } +}; + +StandTile tile_1598 = { + 0x070e1a, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-77, 199, -987, 0x19ba}, + {-61, 199, -950, 0x19ca}, + {-61, 199, -987, 0x19c2} + } +}; + +StandTile tile_1599 = { + 0x070e19, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-77, 199, -987, 0x19e6}, + {-77, 199, -950, 0x0000}, + {-61, 199, -950, 0x19b6} + } +}; + +StandTile tile_1600 = { + 0x01901a, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-77, 199, -1023, 0x19c2}, + {-61, 199, -987, 0x19d2}, + {-61, 199, -1023, 0x0000} + } +}; + +StandTile tile_1601 = { + 0x019019, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-77, 199, -1023, 0x19ee}, + {-77, 199, -987, 0x19b6}, + {-61, 199, -987, 0x19be} + } +}; + +StandTile tile_1602 = { + 0x070f1a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-61, 199, -987, 0x19ca}, + {-61, 208, -950, 0x199a}, + {-61, 208, -987, 0x19ce} + } +}; + +StandTile tile_1603 = { + 0x070f19, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-61, 199, -987, 0x19b6}, + {-61, 199, -950, 0x0000}, + {-61, 208, -950, 0x19c6} + } +}; + +StandTile tile_1604 = { + 0x01911a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-61, 208, -1023, 0x19d2}, + {-61, 199, -987, 0x19c6}, + {-61, 208, -987, 0x19a2} + } +}; + +StandTile tile_1605 = { + 0x019119, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-61, 208, -1023, 0x0000}, + {-61, 199, -1023, 0x19be}, + {-61, 199, -987, 0x19ce} + } +}; + +StandTile tile_1606 = { + 0x07101a, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-92, 190, -987, 0x19da}, + {-77, 190, -950, 0x19ea}, + {-77, 190, -987, 0x19e2} + } +}; + +StandTile tile_1607 = { + 0x071019, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-92, 190, -987, 0x17ac}, + {-92, 190, -950, 0x0000}, + {-77, 190, -950, 0x19d6} + } +}; + +StandTile tile_1608 = { + 0x01921a, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-92, 190, -1023, 0x19e2}, + {-77, 190, -987, 0x19f2}, + {-77, 190, -1023, 0x0000} + } +}; + +StandTile tile_1609 = { + 0x019219, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-92, 190, -1023, 0x17ac}, + {-92, 190, -987, 0x19d6}, + {-77, 190, -987, 0x19de} + } +}; + +StandTile tile_1610 = { + 0x07111a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-77, 190, -987, 0x19ea}, + {-77, 199, -950, 0x19ba}, + {-77, 199, -987, 0x19ee} + } +}; + +StandTile tile_1611 = { + 0x071119, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-77, 190, -987, 0x19d6}, + {-77, 190, -950, 0x0000}, + {-77, 199, -950, 0x19e6} + } +}; + +StandTile tile_1612 = { + 0x01931a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-77, 199, -1023, 0x19f2}, + {-77, 190, -987, 0x19e6}, + {-77, 199, -987, 0x19c2} + } +}; + +StandTile tile_1613 = { + 0x019319, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-77, 199, -1023, 0x0000}, + {-77, 190, -1023, 0x19de}, + {-77, 190, -987, 0x19ee} + } +}; + +StandTile tile_1614 = { + 0x022712, 0x0c, + 0x0, + 0x3, 0x6, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {221, 355, -1299, 0x19fa}, + {254, 362, -1299, 0x1a84}, + {224, 362, -1299, 0x0000} + } +}; + +StandTile tile_1615 = { + 0x022711, 0x0c, + 0x0, + 0x3, 0x6, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {221, 355, -1299, 0x1a30}, + {257, 355, -1299, 0x0000}, + {254, 362, -1299, 0x19f6} + } +}; + +StandTile tile_1616 = { + 0x020512, 0x0c, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {199, 355, -1238, 0x1a02}, + {199, 362, -1271, 0x1ac0}, + {199, 362, -1241, 0x0000} + } +}; + +StandTile tile_1617 = { + 0x020511, 0x0c, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {199, 355, -1238, 0x1a2a}, + {199, 355, -1275, 0x0000}, + {199, 362, -1271, 0x19fe} + } +}; + +StandTile tile_1618 = { + 0x000412, 0x0c, + 0x0, + 0x5, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {199, 355, -1023, 0x1a0a}, + {184, 355, -950, 0x0000}, + {199, 355, -950, 0x1a15} + } +}; + +StandTile tile_1619 = { + 0x000411, 0x0c, + 0x0, + 0x6, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {199, 355, -1023, 0x0000}, + {184, 355, -1023, 0x17ce}, + {184, 355, -987, 0x17c6}, + {184, 355, -950, 0x1a06} + } +}; + +StandTile tile_1620 = { + 0x05e010, 0x0c, + 0x0, + 0x8, 0x8, 0x9, + 5, + 0x0, 0x3, 0x4, + { + {199, 355, -950, 0x0000}, + {214, 355, -950, 0x1a36}, + {263, 355, -950, 0x0000}, + {294, 355, -950, 0x1a1a}, + {247, 355, -1037, 0x1a15} + } +}; + +StandTile tile_1621 = { + 0x05de10, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {199, 355, -1124, 0x0000}, + {199, 355, -1023, 0x1a06}, + {199, 355, -950, 0x1a0f}, + {247, 355, -1037, 0x1a1e} + } +}; + +StandTile tile_1622 = { + 0x05e110, 0x0c, + 0x0, + 0x8, 0x8, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {247, 355, -1037, 0x1a0f}, + {294, 355, -950, 0x0000}, + {294, 355, -1124, 0x1a1e} + } +}; + +StandTile tile_1623 = { + 0x05dd10, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {199, 355, -1124, 0x1a15}, + {247, 355, -1037, 0x1a1a}, + {294, 355, -1124, 0x1a26} + } +}; + +StandTile tile_1624 = { + 0x05e210, 0x0c, + 0x0, + 0x7, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 355, -1124, 0x0000}, + {294, 355, -1299, 0x1a30}, + {247, 355, -1212, 0x1a26} + } +}; + +StandTile tile_1625 = { + 0x05df10, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {199, 355, -1124, 0x1a1e}, + {294, 355, -1124, 0x1a22}, + {247, 355, -1212, 0x1a2a} + } +}; + +StandTile tile_1626 = { + 0x05e310, 0x0c, + 0x0, + 0x8, 0x9, 0xa, + 5, + 0x0, 0x3, 0x4, + { + {199, 355, -1299, 0x0000}, + {199, 355, -1275, 0x1a02}, + {199, 355, -1238, 0x0000}, + {199, 355, -1124, 0x1a26}, + {247, 355, -1212, 0x1a30} + } +}; + +StandTile tile_1627 = { + 0x000310, 0x0c, + 0x0, + 0x8, 0x9, 0xa, + 5, + 0x0, 0x1, 0x2, + { + {199, 355, -1299, 0x1a2a}, + {247, 355, -1212, 0x1a22}, + {294, 355, -1299, 0x0000}, + {257, 355, -1299, 0x19fa}, + {221, 355, -1299, 0x0000} + } +}; + +StandTile tile_1628 = { + 0x000012, 0x0c, + 0x0, + 0x5, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {214, 355, -931, 0x1a3a}, + {263, 355, -950, 0x1a0f}, + {214, 355, -950, 0x0000} + } +}; + +StandTile tile_1629 = { + 0x000011, 0x0c, + 0x0, + 0x4, 0x5, 0x5, + 5, + 0x0, 0x3, 0x4, + { + {214, 355, -931, 0x0000}, + {221, 355, -931, 0x1a40}, + {257, 355, -931, 0x0000}, + {263, 355, -931, 0x0000}, + {263, 355, -950, 0x1a36} + } +}; + +StandTile tile_1630 = { + 0x067812, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {221, 358, -931, 0x1a44}, + {257, 355, -931, 0x1a3a}, + {221, 355, -931, 0x0000} + } +}; + +StandTile tile_1631 = { + 0x067811, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {221, 358, -931, 0x1a48}, + {257, 358, -931, 0x0000}, + {257, 355, -931, 0x1a40} + } +}; + +StandTile tile_1632 = { + 0x066d12, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {221, 358, -931, 0x1a4c}, + {257, 358, -925, 0x0000}, + {257, 358, -931, 0x1a44} + } +}; + +StandTile tile_1633 = { + 0x066d11, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {221, 358, -931, 0x0000}, + {221, 358, -925, 0x00c5}, + {257, 358, -925, 0x1a48} + } +}; + +StandTile tile_1634 = { + 0x060812, 0x0b, + 0x0, + 0x5, 0x8, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {288, 358, -1618, 0x1a54}, + {251, 355, -1618, 0x1a76}, + {288, 355, -1618, 0x0000} + } +}; + +StandTile tile_1635 = { + 0x060811, 0x0b, + 0x0, + 0x5, 0x8, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {288, 358, -1618, 0x0494}, + {251, 358, -1618, 0x0000}, + {251, 355, -1618, 0x1a50} + } +}; + +StandTile tile_1636 = { + 0x05cf10, 0x0b, + 0x0, + 0x9, 0xa, 0xc, + 5, + 0x0, 0x3, 0x4, + { + {199, 355, -1305, 0x0000}, + {221, 355, -1305, 0x1a7c}, + {257, 355, -1305, 0x0000}, + {294, 355, -1305, 0x1a62}, + {247, 355, -1383, 0x1a5e} + } +}; + +StandTile tile_1637 = { + 0x05cd10, 0x0b, + 0x0, + 0x8, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {199, 355, -1461, 0x0000}, + {199, 355, -1305, 0x1a58}, + {247, 355, -1383, 0x1a66} + } +}; + +StandTile tile_1638 = { + 0x05d010, 0x0b, + 0x0, + 0x8, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {247, 355, -1383, 0x1a58}, + {294, 355, -1305, 0x0000}, + {294, 355, -1461, 0x1a66} + } +}; + +StandTile tile_1639 = { + 0x05cc10, 0x0b, + 0x0, + 0x8, 0x9, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {199, 355, -1461, 0x1a5e}, + {247, 355, -1383, 0x1a62}, + {294, 355, -1461, 0x1a6e} + } +}; + +StandTile tile_1640 = { + 0x05d210, 0x0b, + 0x0, + 0x7, 0x8, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {294, 355, -1461, 0x0000}, + {294, 355, -1618, 0x1a76}, + {247, 355, -1540, 0x1a6e} + } +}; + +StandTile tile_1641 = { + 0x05ce10, 0x0b, + 0x0, + 0x8, 0x9, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {199, 355, -1461, 0x1a66}, + {294, 355, -1461, 0x1a6a}, + {247, 355, -1540, 0x1a72} + } +}; + +StandTile tile_1642 = { + 0x05d110, 0x0b, + 0x0, + 0x8, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {199, 355, -1618, 0x0000}, + {199, 355, -1461, 0x1a6e}, + {247, 355, -1540, 0x1a76} + } +}; + +StandTile tile_1643 = { + 0x000510, 0x0b, + 0x0, + 0x7, 0x8, 0xa, + 5, + 0x0, 0x1, 0x2, + { + {199, 355, -1618, 0x1a72}, + {247, 355, -1540, 0x1a6a}, + {294, 355, -1618, 0x0000}, + {288, 355, -1618, 0x1a50}, + {251, 355, -1618, 0x0000} + } +}; + +StandTile tile_1644 = { + 0x023512, 0x0b, + 0x0, + 0x5, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {224, 362, -1305, 0x1a80}, + {257, 355, -1305, 0x1a58}, + {221, 355, -1305, 0x0000} + } +}; + +StandTile tile_1645 = { + 0x023511, 0x0b, + 0x0, + 0x5, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {224, 362, -1305, 0x1a88}, + {254, 362, -1305, 0x0000}, + {257, 355, -1305, 0x1a7c} + } +}; + +StandTile tile_1646 = { + 0x023c12, 0x0b, + 0x0, + 0x4, 0x6, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {254, 362, -1299, 0x1a88}, + {224, 362, -1305, 0x0000}, + {224, 362, -1299, 0x19f6} + } +}; + +StandTile tile_1647 = { + 0x023c11, 0x0b, + 0x0, + 0x5, 0x8, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {254, 362, -1299, 0x0000}, + {254, 362, -1305, 0x1a80}, + {224, 362, -1305, 0x1a84} + } +}; + +StandTile tile_1648 = { + 0x05c810, 0x0a, + 0x0, + 0x9, 0xb, 0xc, + 5, + 0x0, 0x3, 0x4, + { + {193, 355, -1029, 0x0000}, + {193, 355, -1238, 0x1ab8}, + {193, 355, -1275, 0x0000}, + {193, 355, -1299, 0x1a96}, + {97, 355, -1164, 0x1a92} + } +}; + +StandTile tile_1649 = { + 0x05c610, 0x0a, + 0x0, + 0x9, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {0, 355, -1029, 0x0000}, + {193, 355, -1029, 0x1a8c}, + {97, 355, -1164, 0x1a9a} + } +}; + +StandTile tile_1650 = { + 0x05c910, 0x0a, + 0x0, + 0x8, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {97, 355, -1164, 0x1a8c}, + {193, 355, -1299, 0x0000}, + {0, 355, -1299, 0x1a9a} + } +}; + +StandTile tile_1651 = { + 0x05c510, 0x0a, + 0x0, + 0x9, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {0, 355, -1029, 0x1a92}, + {97, 355, -1164, 0x1a96}, + {0, 355, -1299, 0x1aa4} + } +}; + +StandTile tile_1652 = { + 0x05cb10, 0x0a, + 0x0, + 0x8, 0xb, 0xe, + 5, + 0x0, 0x3, 0x4, + { + {0, 355, -1299, 0x0000}, + {-113, 355, -1299, 0x1ab4}, + {-150, 355, -1299, 0x0000}, + {-193, 355, -1299, 0x1aac}, + {-97, 355, -1164, 0x1aa4} + } +}; + +StandTile tile_1653 = { + 0x05c710, 0x0a, + 0x0, + 0x9, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {0, 355, -1029, 0x1a9a}, + {0, 355, -1299, 0x1a9e}, + {-97, 355, -1164, 0x1aa8} + } +}; + +StandTile tile_1654 = { + 0x05ca10, 0x0a, + 0x0, + 0x9, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-193, 355, -1029, 0x0000}, + {0, 355, -1029, 0x1aa4}, + {-97, 355, -1164, 0x1aac} + } +}; + +StandTile tile_1655 = { + 0x000f10, 0x0a, + 0x0, + 0x9, 0xb, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-193, 355, -1029, 0x1aa8}, + {-97, 355, -1164, 0x1a9e}, + {-193, 355, -1299, 0x0000} + } +}; + +StandTile tile_1656 = { + 0x019a12, 0x0a, + 0x0, + 0x5, 0x8, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-150, 355, -1299, 0x1ab4}, + {-116, 362, -1299, 0x1afc}, + {-147, 362, -1299, 0x0000} + } +}; + +StandTile tile_1657 = { + 0x019a11, 0x0a, + 0x0, + 0x6, 0x9, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-150, 355, -1299, 0x1a9e}, + {-113, 355, -1299, 0x0000}, + {-116, 362, -1299, 0x1ab0} + } +}; + +StandTile tile_1658 = { + 0x021312, 0x0a, + 0x0, + 0x5, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {193, 362, -1241, 0x1abc}, + {193, 355, -1275, 0x1a8c}, + {193, 355, -1238, 0x0000} + } +}; + +StandTile tile_1659 = { + 0x021311, 0x0a, + 0x0, + 0x4, 0x7, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {193, 362, -1241, 0x1ac4}, + {193, 362, -1271, 0x0000}, + {193, 355, -1275, 0x1ab8} + } +}; + +StandTile tile_1660 = { + 0x021a12, 0x0a, + 0x0, + 0x7, 0x9, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {199, 362, -1271, 0x1ac4}, + {193, 362, -1241, 0x0000}, + {199, 362, -1241, 0x19fe} + } +}; + +StandTile tile_1661 = { + 0x021a11, 0x0a, + 0x0, + 0x5, 0x8, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {199, 362, -1271, 0x0000}, + {193, 362, -1271, 0x1abc}, + {193, 362, -1241, 0x1ac0} + } +}; + +StandTile tile_1662 = { + 0x05b610, 0x09, + 0x0, + 0x8, 0x9, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {193, 355, -1305, 0x0000}, + {193, 355, -1618, 0x1ad0}, + {97, 355, -1461, 0x1acc} + } +}; + +StandTile tile_1663 = { + 0x05b510, 0x09, + 0x0, + 0x8, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {0, 355, -1305, 0x0000}, + {193, 355, -1305, 0x1ac8}, + {97, 355, -1461, 0x1ad8} + } +}; + +StandTile tile_1664 = { + 0x05b910, 0x09, + 0x0, + 0x8, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {97, 355, -1461, 0x1ac8}, + {193, 355, -1618, 0x0000}, + {0, 355, -1618, 0x1ad4} + } +}; + +StandTile tile_1665 = { + 0x05ba10, 0x09, + 0x0, + 0xc, 0xe, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {97, 355, -1461, 0x1ad0}, + {0, 355, -1618, 0x1aec}, + {0, 355, -1461, 0x1ad8} + } +}; + +StandTile tile_1666 = { + 0x05b310, 0x09, + 0x0, + 0xc, 0xe, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 355, -1305, 0x1acc}, + {97, 355, -1461, 0x1ad4}, + {0, 355, -1461, 0x1ae8} + } +}; + +StandTile tile_1667 = { + 0x05b710, 0x09, + 0x0, + 0x8, 0xb, 0xe, + 5, + 0x0, 0x3, 0x4, + { + {-193, 355, -1305, 0x0000}, + {-150, 355, -1305, 0x1af4}, + {-113, 355, -1305, 0x0000}, + {0, 355, -1305, 0x1ae8}, + {-97, 355, -1461, 0x1ae2} + } +}; + +StandTile tile_1668 = { + 0x05b410, 0x09, + 0x0, + 0x7, 0x9, 0xb, + 5, + 0x0, 0x3, 0x4, + { + {-193, 355, -1618, 0x0000}, + {-193, 355, -1584, 0x1b08}, + {-193, 355, -1547, 0x0000}, + {-193, 355, -1305, 0x1adc}, + {-97, 355, -1461, 0x1af0} + } +}; + +StandTile tile_1669 = { + 0x05bb10, 0x09, + 0x0, + 0xc, 0xe, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-97, 355, -1461, 0x1adc}, + {0, 355, -1305, 0x1ad8}, + {0, 355, -1461, 0x1aec} + } +}; + +StandTile tile_1670 = { + 0x05b810, 0x09, + 0x0, + 0xc, 0xe, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-97, 355, -1461, 0x1ae8}, + {0, 355, -1461, 0x1ad4}, + {0, 355, -1618, 0x1af0} + } +}; + +StandTile tile_1671 = { + 0x000e10, 0x09, + 0x0, + 0x8, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-193, 355, -1618, 0x1ae2}, + {-97, 355, -1461, 0x1aec}, + {0, 355, -1618, 0x0000} + } +}; + +StandTile tile_1672 = { + 0x01a812, 0x09, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-147, 362, -1305, 0x1af8}, + {-113, 355, -1305, 0x1adc}, + {-150, 355, -1305, 0x0000} + } +}; + +StandTile tile_1673 = { + 0x01a811, 0x09, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-147, 362, -1305, 0x1b00}, + {-116, 362, -1305, 0x0000}, + {-113, 355, -1305, 0x1af4} + } +}; + +StandTile tile_1674 = { + 0x01af12, 0x09, + 0x0, + 0x5, 0x8, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-116, 362, -1299, 0x1b00}, + {-147, 362, -1305, 0x0000}, + {-147, 362, -1299, 0x1ab0} + } +}; + +StandTile tile_1675 = { + 0x01af11, 0x09, + 0x0, + 0x4, 0x8, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-116, 362, -1299, 0x0000}, + {-116, 362, -1305, 0x1af8}, + {-147, 362, -1305, 0x1afc} + } +}; + +StandTile tile_1676 = { + 0x01bc12, 0x09, + 0x0, + 0x4, 0x6, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-193, 355, -1547, 0x1b08}, + {-193, 362, -1581, 0x1b5a}, + {-193, 362, -1550, 0x0000} + } +}; + +StandTile tile_1677 = { + 0x01bc11, 0x09, + 0x0, + 0x4, 0x6, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-193, 355, -1547, 0x1ae2}, + {-193, 355, -1584, 0x0000}, + {-193, 362, -1581, 0x1b04} + } +}; + +StandTile tile_1678 = { + 0x06c412, 0x08, + 0x0, + 0x5, 0x8, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-251, 358, -1618, 0x1b10}, + {-288, 355, -1618, 0x1b18}, + {-251, 355, -1618, 0x0000} + } +}; + +StandTile tile_1679 = { + 0x06c411, 0x08, + 0x0, + 0x5, 0x8, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-251, 358, -1618, 0x0598}, + {-288, 358, -1618, 0x0000}, + {-288, 355, -1618, 0x1b0c} + } +}; + +StandTile tile_1680 = { + 0x05a710, 0x08, + 0x0, + 0x8, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-294, 355, -1618, 0x0000}, + {-294, 355, -1461, 0x1b24}, + {-247, 355, -1540, 0x1b18} + } +}; + +StandTile tile_1681 = { + 0x05a410, 0x08, + 0x0, + 0x7, 0x9, 0xa, + 5, + 0x0, 0x3, 0x4, + { + {-199, 355, -1618, 0x0000}, + {-251, 355, -1618, 0x1b0c}, + {-288, 355, -1618, 0x0000}, + {-294, 355, -1618, 0x1b14}, + {-247, 355, -1540, 0x1b1e} + } +}; + +StandTile tile_1682 = { + 0x05a810, 0x08, + 0x0, + 0x8, 0xa, 0xc, + 5, + 0x0, 0x3, 0x4, + { + {-199, 355, -1461, 0x0000}, + {-199, 355, -1547, 0x1b52}, + {-199, 355, -1584, 0x0000}, + {-199, 355, -1618, 0x1b18}, + {-247, 355, -1540, 0x1b28} + } +}; + +StandTile tile_1683 = { + 0x05af10, 0x08, + 0x0, + 0xa, 0xc, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-247, 355, -1540, 0x1b14}, + {-294, 355, -1461, 0x1b2c}, + {-247, 355, -1461, 0x1b28} + } +}; + +StandTile tile_1684 = { + 0x05a210, 0x08, + 0x0, + 0xa, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-199, 355, -1461, 0x1b1e}, + {-247, 355, -1540, 0x1b24}, + {-247, 355, -1461, 0x1b30} + } +}; + +StandTile tile_1685 = { + 0x05b010, 0x08, + 0x0, + 0xa, 0xc, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-247, 355, -1461, 0x1b24}, + {-294, 355, -1461, 0x1b3e}, + {-247, 355, -1383, 0x1b30} + } +}; + +StandTile tile_1686 = { + 0x05a610, 0x08, + 0x0, + 0xa, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-199, 355, -1461, 0x1b28}, + {-247, 355, -1461, 0x1b2c}, + {-247, 355, -1383, 0x1b34} + } +}; + +StandTile tile_1687 = { + 0x05a310, 0x08, + 0x0, + 0x8, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-199, 355, -1305, 0x0000}, + {-199, 355, -1461, 0x1b30}, + {-247, 355, -1383, 0x1b38} + } +}; + +StandTile tile_1688 = { + 0x05a510, 0x08, + 0x0, + 0x9, 0xa, 0xd, + 5, + 0x0, 0x3, 0x4, + { + {-294, 355, -1305, 0x0000}, + {-257, 355, -1305, 0x1b42}, + {-221, 355, -1305, 0x0000}, + {-199, 355, -1305, 0x1b34}, + {-247, 355, -1383, 0x1b3e} + } +}; + +StandTile tile_1689 = { + 0x001210, 0x08, + 0x0, + 0x9, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-294, 355, -1305, 0x1b38}, + {-247, 355, -1383, 0x1b2c}, + {-294, 355, -1461, 0x0000} + } +}; + +StandTile tile_1690 = { + 0x012512, 0x08, + 0x0, + 0x5, 0x6, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-254, 362, -1305, 0x1b46}, + {-221, 355, -1305, 0x1b38}, + {-257, 355, -1305, 0x0000} + } +}; + +StandTile tile_1691 = { + 0x012511, 0x08, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-254, 362, -1305, 0x1b4e}, + {-224, 362, -1305, 0x0000}, + {-221, 355, -1305, 0x1b42} + } +}; + +StandTile tile_1692 = { + 0x011e12, 0x08, + 0x0, + 0x4, 0x7, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-224, 362, -1299, 0x1b4e}, + {-254, 362, -1305, 0x0000}, + {-254, 362, -1299, 0x1b72} + } +}; + +StandTile tile_1693 = { + 0x011e11, 0x08, + 0x0, + 0x4, 0x6, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-224, 362, -1299, 0x0000}, + {-224, 362, -1305, 0x1b46}, + {-254, 362, -1305, 0x1b4a} + } +}; + +StandTile tile_1694 = { + 0x01ca12, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-199, 362, -1550, 0x1b56}, + {-199, 355, -1584, 0x1b1e}, + {-199, 355, -1547, 0x0000} + } +}; + +StandTile tile_1695 = { + 0x01ca11, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-199, 362, -1550, 0x1b5e}, + {-199, 362, -1581, 0x0000}, + {-199, 355, -1584, 0x1b52} + } +}; + +StandTile tile_1696 = { + 0x01d112, 0x08, + 0x0, + 0x6, 0x9, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-193, 362, -1581, 0x1b5e}, + {-199, 362, -1550, 0x0000}, + {-193, 362, -1550, 0x1b04} + } +}; + +StandTile tile_1697 = { + 0x01d111, 0x08, + 0x0, + 0x5, 0x8, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-193, 362, -1581, 0x0000}, + {-199, 362, -1581, 0x1b56}, + {-199, 362, -1550, 0x1b5a} + } +}; + +StandTile tile_1698 = { + 0x066412, 0x07, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-221, 355, -931, 0x1b66}, + {-257, 358, -931, 0x1b6a}, + {-221, 358, -931, 0x0000} + } +}; + +StandTile tile_1699 = { + 0x066411, 0x07, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-221, 355, -931, 0x1b7e}, + {-257, 355, -931, 0x0000}, + {-257, 358, -931, 0x1b62} + } +}; + +StandTile tile_1700 = { + 0x065812, 0x07, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-257, 358, -931, 0x1b6e}, + {-221, 358, -925, 0x0000}, + {-221, 358, -931, 0x1b62} + } +}; + +StandTile tile_1701 = { + 0x065811, 0x07, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-257, 358, -931, 0x0000}, + {-257, 358, -925, 0x02ac}, + {-221, 358, -925, 0x1b6a} + } +}; + +StandTile tile_1702 = { + 0x013112, 0x07, + 0x0, + 0x3, 0x6, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-257, 355, -1299, 0x1b76}, + {-224, 362, -1299, 0x1b4a}, + {-254, 362, -1299, 0x0000} + } +}; + +StandTile tile_1703 = { + 0x013111, 0x07, + 0x0, + 0x4, 0x6, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-257, 355, -1299, 0x1b84}, + {-221, 355, -1299, 0x0000}, + {-224, 362, -1299, 0x1b72} + } +}; + +StandTile tile_1704 = { + 0x000212, 0x07, + 0x0, + 0x3, 0x3, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-263, 355, -931, 0x1b7e}, + {-214, 355, -950, 0x1ba0}, + {-263, 355, -950, 0x0000} + } +}; + +StandTile tile_1705 = { + 0x000211, 0x07, + 0x0, + 0x3, 0x3, 0x4, + 5, + 0x0, 0x3, 0x4, + { + {-263, 355, -931, 0x0000}, + {-257, 355, -931, 0x1b66}, + {-221, 355, -931, 0x0000}, + {-214, 355, -931, 0x0000}, + {-214, 355, -950, 0x1b7a} + } +}; + +StandTile tile_1706 = { + 0x059510, 0x07, + 0x0, + 0x9, 0xa, 0xc, + 5, + 0x0, 0x3, 0x4, + { + {-199, 355, -1299, 0x0000}, + {-221, 355, -1299, 0x1b76}, + {-257, 355, -1299, 0x0000}, + {-294, 355, -1299, 0x1b8e}, + {-247, 355, -1212, 0x1b8a} + } +}; + +StandTile tile_1707 = { + 0x059110, 0x07, + 0x0, + 0x8, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-199, 355, -1124, 0x0000}, + {-199, 355, -1299, 0x1b84}, + {-247, 355, -1212, 0x1b96} + } +}; + +StandTile tile_1708 = { + 0x059410, 0x07, + 0x0, + 0x8, 0x9, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-247, 355, -1212, 0x1b84}, + {-294, 355, -1299, 0x0000}, + {-294, 355, -1124, 0x1b92} + } +}; + +StandTile tile_1709 = { + 0x05b110, 0x07, + 0x0, + 0x8, 0x9, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-247, 355, -1212, 0x1b8e}, + {-294, 355, -1124, 0x1baa}, + {-247, 355, -1124, 0x1b96} + } +}; + +StandTile tile_1710 = { + 0x058f10, 0x07, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-199, 355, -1124, 0x1b8a}, + {-247, 355, -1212, 0x1b92}, + {-247, 355, -1124, 0x1ba6} + } +}; + +StandTile tile_1711 = { + 0x059210, 0x07, + 0x0, + 0x8, 0x9, 0xa, + 5, + 0x0, 0x3, 0x4, + { + {-199, 355, -950, 0x0000}, + {-199, 355, -980, 0x1bb2}, + {-199, 355, -1017, 0x0000}, + {-199, 355, -1124, 0x1ba6}, + {-247, 355, -1037, 0x1ba0} + } +}; + +StandTile tile_1712 = { + 0x059010, 0x07, + 0x0, + 0x7, 0x7, 0x8, + 5, + 0x0, 0x3, 0x4, + { + {-294, 355, -950, 0x0000}, + {-263, 355, -950, 0x1b7a}, + {-214, 355, -950, 0x0000}, + {-199, 355, -950, 0x1b9a}, + {-247, 355, -1037, 0x1bae} + } +}; + +StandTile tile_1713 = { + 0x05b210, 0x07, + 0x0, + 0x9, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-247, 355, -1037, 0x1b9a}, + {-199, 355, -1124, 0x1b96}, + {-247, 355, -1124, 0x1baa} + } +}; + +StandTile tile_1714 = { + 0x059310, 0x07, + 0x0, + 0x8, 0x9, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-247, 355, -1037, 0x1ba6}, + {-247, 355, -1124, 0x1b92}, + {-294, 355, -1124, 0x1bae} + } +}; + +StandTile tile_1715 = { + 0x001110, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-294, 355, -950, 0x1ba0}, + {-247, 355, -1037, 0x1baa}, + {-294, 355, -1124, 0x0000} + } +}; + +StandTile tile_1716 = { + 0x01ec12, 0x07, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-199, 362, -983, 0x1bb6}, + {-199, 355, -1017, 0x1b9a}, + {-199, 355, -980, 0x0000} + } +}; + +StandTile tile_1717 = { + 0x01ec11, 0x07, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-199, 362, -983, 0x1bbe}, + {-199, 362, -1014, 0x0000}, + {-199, 355, -1017, 0x1bb2} + } +}; + +StandTile tile_1718 = { + 0x01f312, 0x07, + 0x0, + 0x3, 0x5, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-193, 362, -1014, 0x1bbe}, + {-199, 362, -983, 0x0000}, + {-193, 362, -983, 0x1bca} + } +}; + +StandTile tile_1719 = { + 0x01f311, 0x07, + 0x0, + 0x4, 0x6, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-193, 362, -1014, 0x0000}, + {-199, 362, -1014, 0x1bb6}, + {-199, 362, -983, 0x1bba} + } +}; + +StandTile tile_1720 = { + 0x065012, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-74, 355, -931, 0x1bc6}, + {-107, 362, -931, 0x1c88}, + {-77, 362, -931, 0x0000} + } +}; + +StandTile tile_1721 = { + 0x065011, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-74, 355, -931, 0x1bea}, + {-110, 355, -931, 0x0000}, + {-107, 362, -931, 0x1bc2} + } +}; + +StandTile tile_1722 = { + 0x01de12, 0x06, + 0x0, + 0x3, 0x5, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-193, 355, -980, 0x1bce}, + {-193, 362, -1014, 0x1bba}, + {-193, 362, -983, 0x0000} + } +}; + +StandTile tile_1723 = { + 0x01de11, 0x06, + 0x0, + 0x4, 0x5, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-193, 355, -980, 0x1bdc}, + {-193, 355, -1017, 0x0000}, + {-193, 362, -1014, 0x1bca} + } +}; + +StandTile tile_1724 = { + 0x05c310, 0x06, + 0x0, + 0x5, 0x8, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-46, 355, -950, 0x0000}, + {-46, 355, -1023, 0x1be2}, + {-119, 355, -987, 0x1bd6} + } +}; + +StandTile tile_1725 = { + 0x05c210, 0x06, + 0x0, + 0x4, 0x7, 0xa, + 5, + 0x0, 0x3, 0x4, + { + {-193, 355, -950, 0x0000}, + {-116, 355, -950, 0x1be6}, + {-67, 355, -950, 0x0000}, + {-46, 355, -950, 0x1bd2}, + {-119, 355, -987, 0x1bdc} + } +}; + +StandTile tile_1726 = { + 0x05c410, 0x06, + 0x0, + 0x5, 0x8, 0xc, + 5, + 0x0, 0x3, 0x4, + { + {-193, 355, -1023, 0x0000}, + {-193, 355, -1017, 0x1bce}, + {-193, 355, -980, 0x0000}, + {-193, 355, -950, 0x1bd6}, + {-119, 355, -987, 0x1be2} + } +}; + +StandTile tile_1727 = { + 0x001010, 0x06, + 0x0, + 0x6, 0xa, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-193, 355, -1023, 0x1bdc}, + {-119, 355, -987, 0x1bd2}, + {-46, 355, -1023, 0x0000} + } +}; + +StandTile tile_1728 = { + 0x000112, 0x06, + 0x0, + 0x4, 0x7, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-116, 355, -931, 0x1bea}, + {-67, 355, -950, 0x1bd6}, + {-116, 355, -950, 0x0000} + } +}; + +StandTile tile_1729 = { + 0x000111, 0x06, + 0x0, + 0x3, 0x6, 0x9, + 5, + 0x0, 0x3, 0x4, + { + {-116, 355, -931, 0x0000}, + {-110, 355, -931, 0x1bc6}, + {-74, 355, -931, 0x0000}, + {-67, 355, -931, 0x0000}, + {-67, 355, -950, 0x1be6} + } +}; + +StandTile tile_1730 = { + 0x03630a, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {77, 362, -530, 0x1bf4}, + {107, 362, -524, 0x0000}, + {107, 362, -530, 0x1cc5} + } +}; + +StandTile tile_1731 = { + 0x036309, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {77, 362, -530, 0x0000}, + {77, 362, -524, 0x1bfc}, + {107, 362, -524, 0x1bf0} + } +}; + +StandTile tile_1732 = { + 0x036a0a, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {107, 362, -524, 0x1bfc}, + {74, 355, -524, 0x1c2e}, + {110, 355, -524, 0x0000} + } +}; + +StandTile tile_1733 = { + 0x036a09, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {107, 362, -524, 0x1bf4}, + {77, 362, -524, 0x0000}, + {74, 355, -524, 0x1bf8} + } +}; + +StandTile tile_1734 = { + 0x04690a, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {110, 355, -257, 0x1c04}, + {77, 362, -257, 0x1d4a}, + {107, 362, -257, 0x0000} + } +}; + +StandTile tile_1735 = { + 0x046909, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {110, 355, -257, 0x1c0c}, + {74, 355, -257, 0x0000}, + {77, 362, -257, 0x1c00} + } +}; + +StandTile tile_1736 = { + 0x041208, 0x05, + 0x0, + 0xa, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {129, 355, -257, 0x0000}, + {129, 355, -391, 0x1c16}, + {47, 355, -324, 0x1c0c} + } +}; + +StandTile tile_1737 = { + 0x041008, 0x05, + 0x0, + 0x8, 0x7, 0x7, + 5, + 0x0, 0x3, 0x4, + { + {-34, 355, -257, 0x0000}, + {74, 355, -257, 0x1c04}, + {110, 355, -257, 0x0000}, + {129, 355, -257, 0x1c08}, + {47, 355, -324, 0x1c12} + } +}; + +StandTile tile_1738 = { + 0x041308, 0x05, + 0x0, + 0x8, 0x9, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-34, 355, -391, 0x0000}, + {-34, 355, -257, 0x1c0c}, + {47, 355, -324, 0x1c1a} + } +}; + +StandTile tile_1739 = { + 0x041708, 0x05, + 0x0, + 0xe, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {47, 355, -324, 0x1c08}, + {129, 355, -391, 0x1c1e}, + {47, 355, -391, 0x1c1a} + } +}; + +StandTile tile_1740 = { + 0x040f08, 0x05, + 0x0, + 0xc, 0xe, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-34, 355, -391, 0x1c12}, + {47, 355, -324, 0x1c16}, + {47, 355, -391, 0x1c22} + } +}; + +StandTile tile_1741 = { + 0x041608, 0x05, + 0x0, + 0xe, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {47, 355, -391, 0x1c16}, + {129, 355, -391, 0x1c2a}, + {47, 355, -457, 0x1c22} + } +}; + +StandTile tile_1742 = { + 0x041508, 0x05, + 0x0, + 0xc, 0xe, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-34, 355, -391, 0x1c1a}, + {47, 355, -391, 0x1c1e}, + {47, 355, -457, 0x1c26} + } +}; + +StandTile tile_1743 = { + 0x041108, 0x05, + 0x0, + 0x8, 0x9, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-34, 355, -524, 0x0000}, + {-34, 355, -391, 0x1c22}, + {47, 355, -457, 0x1c2e} + } +}; + +StandTile tile_1744 = { + 0x041408, 0x05, + 0x0, + 0x9, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {47, 355, -457, 0x1c1e}, + {129, 355, -391, 0x0000}, + {129, 355, -524, 0x1c2e} + } +}; + +StandTile tile_1745 = { + 0x000508, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x2, + { + {-34, 355, -524, 0x1c26}, + {47, 355, -457, 0x1c2a}, + {129, 355, -524, 0x0000}, + {110, 355, -524, 0x1bf8}, + {74, 355, -524, 0x0000} + } +}; + +StandTile tile_1746 = { + 0x00840a, 0x04, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-107, 362, -530, 0x1c38}, + {-77, 362, -524, 0x0000}, + {-77, 362, -530, 0x1c90} + } +}; + +StandTile tile_1747 = { + 0x008409, 0x04, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-107, 362, -530, 0x0000}, + {-107, 362, -524, 0x1c40}, + {-77, 362, -524, 0x1c34} + } +}; + +StandTile tile_1748 = { + 0x008b0a, 0x04, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-77, 362, -524, 0x1c40}, + {-110, 355, -524, 0x1c4c}, + {-74, 355, -524, 0x0000} + } +}; + +StandTile tile_1749 = { + 0x008b09, 0x04, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-77, 362, -524, 0x1c38}, + {-107, 362, -524, 0x0000}, + {-110, 355, -524, 0x1c3c} + } +}; + +StandTile tile_1750 = { + 0x045b0a, 0x04, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-74, 355, -257, 0x1c48}, + {-107, 362, -257, 0x1d3a}, + {-77, 362, -257, 0x0000} + } +}; + +StandTile tile_1751 = { + 0x045b09, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-74, 355, -257, 0x1c62}, + {-110, 355, -257, 0x0000}, + {-107, 362, -257, 0x1c44} + } +}; + +StandTile tile_1752 = { + 0x041e08, 0x04, + 0x0, + 0xc, 0xb, 0xb, + 5, + 0x0, 0x3, 0x4, + { + {-40, 355, -524, 0x0000}, + {-74, 355, -524, 0x1c3c}, + {-110, 355, -524, 0x0000}, + {-129, 355, -524, 0x1c56}, + {-84, 355, -457, 0x1c52} + } +}; + +StandTile tile_1753 = { + 0x041a08, 0x04, + 0x0, + 0xb, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-40, 355, -391, 0x0000}, + {-40, 355, -524, 0x1c4c}, + {-84, 355, -457, 0x1c5a} + } +}; + +StandTile tile_1754 = { + 0x041d08, 0x04, + 0x0, + 0xe, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-84, 355, -457, 0x1c4c}, + {-129, 355, -524, 0x0000}, + {-129, 355, -391, 0x1c5a} + } +}; + +StandTile tile_1755 = { + 0x041808, 0x04, + 0x0, + 0xd, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-40, 355, -391, 0x1c52}, + {-84, 355, -457, 0x1c56}, + {-129, 355, -391, 0x1c68} + } +}; + +StandTile tile_1756 = { + 0x041b08, 0x04, + 0x0, + 0x9, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-40, 355, -257, 0x0000}, + {-40, 355, -391, 0x1c68}, + {-84, 355, -324, 0x1c62} + } +}; + +StandTile tile_1757 = { + 0x041908, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x3, 0x4, + { + {-129, 355, -257, 0x0000}, + {-110, 355, -257, 0x1c48}, + {-74, 355, -257, 0x0000}, + {-40, 355, -257, 0x1c5e}, + {-84, 355, -324, 0x1c6c} + } +}; + +StandTile tile_1758 = { + 0x041c08, 0x04, + 0x0, + 0xd, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-84, 355, -324, 0x1c5e}, + {-40, 355, -391, 0x1c5a}, + {-129, 355, -391, 0x1c6c} + } +}; + +StandTile tile_1759 = { + 0x000208, 0x04, + 0x0, + 0xb, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-129, 355, -257, 0x1c62}, + {-84, 355, -324, 0x1c68}, + {-129, 355, -391, 0x0000} + } +}; + +StandTile tile_1760 = { + 0x00ed0a, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-40, 362, -732, 0x1c74}, + {-34, 362, -763, 0x0000}, + {-40, 362, -763, 0x1c78} + } +}; + +StandTile tile_1761 = { + 0x00ed09, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-40, 362, -732, 0x0000}, + {-34, 362, -732, 0x1cc1}, + {-34, 362, -763, 0x1c70} + } +}; + +StandTile tile_1762 = { + 0x01000a, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-40, 355, -766, 0x1c7c}, + {-40, 362, -732, 0x1c70}, + {-40, 362, -763, 0x0000} + } +}; + +StandTile tile_1763 = { + 0x010009, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-40, 355, -766, 0x1ca2}, + {-40, 355, -728, 0x0000}, + {-40, 362, -732, 0x1c78} + } +}; + +StandTile tile_1764 = { + 0x03880a, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-77, 362, -925, 0x1c84}, + {-110, 355, -925, 0x1c9c}, + {-74, 355, -925, 0x0000} + } +}; + +StandTile tile_1765 = { + 0x038809, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-77, 362, -925, 0x1c8c}, + {-107, 362, -925, 0x0000}, + {-110, 355, -925, 0x1c80} + } +}; + +StandTile tile_1766 = { + 0x03810a, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-107, 362, -931, 0x1c8c}, + {-77, 362, -925, 0x0000}, + {-77, 362, -931, 0x1bc2} + } +}; + +StandTile tile_1767 = { + 0x038109, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-107, 362, -931, 0x0000}, + {-107, 362, -925, 0x1c84}, + {-77, 362, -925, 0x1c88} + } +}; + +StandTile tile_1768 = { + 0x00970a, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-74, 355, -530, 0x1c94}, + {-107, 362, -530, 0x1c34}, + {-77, 362, -530, 0x0000} + } +}; + +StandTile tile_1769 = { + 0x009709, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-74, 355, -530, 0x1cb3}, + {-110, 355, -530, 0x0000}, + {-107, 362, -530, 0x1c90} + } +}; + +StandTile tile_1770 = { + 0x043d08, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-129, 355, -925, 0x0000}, + {-129, 355, -728, 0x1ca7}, + {-84, 355, -826, 0x1c9c} + } +}; + +StandTile tile_1771 = { + 0x043908, 0x03, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x3, 0x4, + { + {-40, 355, -925, 0x0000}, + {-74, 355, -925, 0x1c80}, + {-110, 355, -925, 0x0000}, + {-129, 355, -925, 0x1c98}, + {-84, 355, -826, 0x1ca2} + } +}; + +StandTile tile_1772 = { + 0x043f08, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {-40, 355, -728, 0x1c7c}, + {-40, 355, -766, 0x0000}, + {-40, 355, -925, 0x1c9c}, + {-84, 355, -826, 0x1ca7} + } +}; + +StandTile tile_1773 = { + 0x043608, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-40, 355, -728, 0x1ca2}, + {-84, 355, -826, 0x1c98}, + {-129, 355, -728, 0x1cab} + } +}; + +StandTile tile_1774 = { + 0x043c08, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-40, 355, -728, 0x1ca7}, + {-129, 355, -728, 0x1cb9}, + {-84, 355, -629, 0x1caf} + } +}; + +StandTile tile_1775 = { + 0x043808, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-40, 355, -530, 0x0000}, + {-40, 355, -728, 0x1cab}, + {-84, 355, -629, 0x1cb3} + } +}; + +StandTile tile_1776 = { + 0x043b08, 0x03, + 0x0, + 0xc, 0xb, 0xb, + 5, + 0x0, 0x3, 0x4, + { + {-129, 355, -530, 0x0000}, + {-110, 355, -530, 0x1c94}, + {-74, 355, -530, 0x0000}, + {-40, 355, -530, 0x1caf}, + {-84, 355, -629, 0x1cb9} + } +}; + +StandTile tile_1777 = { + 0x000008, 0x03, + 0x0, + 0xe, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-129, 355, -530, 0x1cb3}, + {-84, 355, -629, 0x1cab}, + {-129, 355, -728, 0x0000} + } +}; + +StandTile tile_1778 = { + 0x00f40a, 0x02, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-34, 362, -763, 0x1cc1}, + {-34, 355, -729, 0x1d08}, + {-34, 355, -766, 0x0000} + } +}; + +StandTile tile_1779 = { + 0x00f409, 0x02, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-34, 362, -763, 0x1c74}, + {-34, 362, -732, 0x0000}, + {-34, 355, -729, 0x1cbd} + } +}; + +StandTile tile_1780 = { + 0x03760a, 0x02, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {110, 355, -530, 0x1cc9}, + {77, 362, -530, 0x1bf0}, + {107, 362, -530, 0x0000} + } +}; + +StandTile tile_1781 = { + 0x037609, 0x02, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {110, 355, -530, 0x1cea}, + {74, 355, -530, 0x0000}, + {77, 362, -530, 0x1cc5} + } +}; + +StandTile tile_1782 = { + 0x042f08, 0x02, + 0x0, + 0xa, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {129, 355, -686, 0x0000}, + {129, 355, -843, 0x1cf4}, + {47, 355, -764, 0x1cd6} + } +}; + +StandTile tile_1783 = { + 0x043108, 0x02, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {47, 355, -764, 0x1d00}, + {7, 355, -726, 0x1d08}, + {-34, 355, -686, 0x1cda}, + {47, 355, -686, 0x1cd6} + } +}; + +StandTile tile_1784 = { + 0x042a08, 0x02, + 0x0, + 0xe, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {129, 355, -686, 0x1ccd}, + {47, 355, -764, 0x1cd1}, + {47, 355, -686, 0x1cde} + } +}; + +StandTile tile_1785 = { + 0x043208, 0x02, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {47, 355, -686, 0x1cd1}, + {-34, 355, -686, 0x1ce6}, + {47, 355, -608, 0x1cde} + } +}; + +StandTile tile_1786 = { + 0x043008, 0x02, + 0x0, + 0xe, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {129, 355, -686, 0x1cd6}, + {47, 355, -686, 0x1cda}, + {47, 355, -608, 0x1ce2} + } +}; + +StandTile tile_1787 = { + 0x042b08, 0x02, + 0x0, + 0xa, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {129, 355, -530, 0x0000}, + {129, 355, -686, 0x1cde}, + {47, 355, -608, 0x1cea} + } +}; + +StandTile tile_1788 = { + 0x042e08, 0x02, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {47, 355, -608, 0x1cda}, + {-34, 355, -686, 0x0000}, + {-34, 355, -530, 0x1cea} + } +}; + +StandTile tile_1789 = { + 0x000308, 0x02, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x2, + { + {129, 355, -530, 0x1ce2}, + {47, 355, -608, 0x1ce6}, + {-34, 355, -530, 0x0000}, + {74, 355, -530, 0x1cc9}, + {110, 355, -530, 0x0000} + } +}; + +StandTile tile_1790 = { + 0x047b08, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {129, 355, -843, 0x0000}, + {52, 355, -843, 0x0000}, + {52, 355, -821, 0x1cf8} + } +}; + +StandTile tile_1791 = { + 0x047a0a, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {129, 355, -843, 0x1cf8}, + {37, 355, -794, 0x1cfc}, + {47, 355, -764, 0x1ccd} + } +}; + +StandTile tile_1792 = { + 0x047a09, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {129, 355, -843, 0x1cf0}, + {52, 355, -821, 0x0000}, + {37, 355, -794, 0x1cf4} + } +}; + +StandTile tile_1793 = { + 0x047908, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {37, 355, -794, 0x0000}, + {15, 355, -781, 0x1d04}, + {47, 355, -764, 0x1cf4} + } +}; + +StandTile tile_1794 = { + 0x04780a, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {47, 355, -764, 0x1d04}, + {-9, 355, -775, 0x1d0e}, + {7, 355, -726, 0x1cd1} + } +}; + +StandTile tile_1795 = { + 0x047809, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {47, 355, -764, 0x1cfc}, + {15, 355, -781, 0x0000}, + {-9, 355, -775, 0x1d00} + } +}; + +StandTile tile_1796 = { + 0x04770a, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {7, 355, -726, 0x1d0e}, + {-34, 355, -775, 0x0000}, + {-34, 355, -766, 0x1cbd}, + {-34, 355, -729, 0x0000}, + {-34, 355, -686, 0x1cd1} + } +}; + +StandTile tile_1797 = { + 0x047709, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {7, 355, -726, 0x1d00}, + {-9, 355, -775, 0x0000}, + {-34, 355, -775, 0x1d08} + } +}; + +StandTile tile_1798 = { + 0x018b02, 0x01, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {221, 358, -257, 0x1d16}, + {257, 358, -251, 0x0000}, + {257, 358, -257, 0x00cd} + } +}; + +StandTile tile_1799 = { + 0x018b01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {221, 358, -257, 0x0000}, + {221, 358, -251, 0x1d1e}, + {257, 358, -251, 0x1d12} + } +}; + +StandTile tile_1800 = { + 0x018302, 0x01, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {257, 358, -251, 0x1d1e}, + {221, 355, -251, 0x1d52}, + {257, 355, -251, 0x0000} + } +}; + +StandTile tile_1801 = { + 0x018301, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {257, 358, -251, 0x1d16}, + {221, 358, -251, 0x0000}, + {221, 355, -251, 0x1d1a} + } +}; + +StandTile tile_1802 = { + 0x016d02, 0x01, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-257, 355, -251, 0x1d26}, + {-221, 358, -251, 0x1d2e}, + {-257, 358, -251, 0x0000} + } +}; + +StandTile tile_1803 = { + 0x016d01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-257, 355, -251, 0x1db0}, + {-221, 355, -251, 0x0000}, + {-221, 358, -251, 0x1d22} + } +}; + +StandTile tile_1804 = { + 0x016602, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-257, 358, -257, 0x1d2e}, + {-221, 358, -251, 0x0000}, + {-221, 358, -257, 0x02b4} + } +}; + +StandTile tile_1805 = { + 0x016601, 0x01, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-257, 358, -257, 0x0000}, + {-257, 358, -251, 0x1d22}, + {-221, 358, -251, 0x1d2a} + } +}; + +StandTile tile_1806 = { + 0x014d02, 0x01, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-77, 362, -251, 0x1d36}, + {-110, 355, -251, 0x1d84}, + {-74, 355, -251, 0x0000} + } +}; + +StandTile tile_1807 = { + 0x014d01, 0x01, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-77, 362, -251, 0x1d3e}, + {-107, 362, -251, 0x0000}, + {-110, 355, -251, 0x1d32} + } +}; + +StandTile tile_1808 = { + 0x014602, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-107, 362, -257, 0x1d3e}, + {-77, 362, -251, 0x0000}, + {-77, 362, -257, 0x1c44} + } +}; + +StandTile tile_1809 = { + 0x014601, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-107, 362, -257, 0x0000}, + {-107, 362, -251, 0x1d36}, + {-77, 362, -251, 0x1d3a} + } +}; + +StandTile tile_1810 = { + 0x012d02, 0x01, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {107, 362, -251, 0x1d46}, + {74, 355, -251, 0x1d7e}, + {110, 355, -251, 0x0000} + } +}; + +StandTile tile_1811 = { + 0x012d01, 0x01, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {107, 362, -251, 0x1d4e}, + {77, 362, -251, 0x0000}, + {74, 355, -251, 0x1d42} + } +}; + +StandTile tile_1812 = { + 0x012602, 0x01, + 0x0, + 0x4, 0x4, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {77, 362, -257, 0x1d4e}, + {107, 362, -251, 0x0000}, + {107, 362, -257, 0x1c00} + } +}; + +StandTile tile_1813 = { + 0x012601, 0x01, + 0x0, + 0x4, 0x4, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {77, 362, -257, 0x0000}, + {77, 362, -251, 0x1d46}, + {107, 362, -251, 0x1d4a} + } +}; + +StandTile tile_1814 = { + 0x020100, 0x01, + 0x0, + 0x5, 0x4, 0x4, + 5, + 0x0, 0x3, 0x4, + { + {263, 355, -251, 0x0000}, + {257, 355, -251, 0x1d1a}, + {221, 355, -251, 0x0000}, + {132, 355, -251, 0x1d62}, + {198, 355, -141, 0x1d58} + } +}; + +StandTile tile_1815 = { + 0x01ff00, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x3, 0x4, + { + {263, 355, -31, 0x0000}, + {263, 355, -54, 0x1dca}, + {263, 355, -86, 0x0000}, + {263, 355, -251, 0x1d52}, + {198, 355, -141, 0x1d5e} + } +}; + +StandTile tile_1816 = { + 0x020000, 0x01, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {132, 355, -15, 0x0000}, + {263, 355, -31, 0x1d58}, + {198, 355, -141, 0x1d66} + } +}; + +StandTile tile_1817 = { + 0x020700, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {198, 355, -141, 0x1d52}, + {132, 355, -251, 0x1d7a}, + {132, 355, -133, 0x1d66} + } +}; + +StandTile tile_1818 = { + 0x01df00, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {132, 355, -15, 0x1d5e}, + {198, 355, -141, 0x1d62}, + {132, 355, -133, 0x1d76} + } +}; + +StandTile tile_1819 = { + 0x01e100, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {0, 355, 0, 0x0000}, + {132, 355, -15, 0x1d76}, + {66, 355, -133, 0x1d6e} + } +}; + +StandTile tile_1820 = { + 0x01ee00, 0x01, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {0, 355, -126, 0x1d8e}, + {0, 355, 0, 0x1d6a}, + {66, 355, -133, 0x1d72} + } +}; + +StandTile tile_1821 = { + 0x01e000, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {0, 355, -251, 0x1d8a}, + {0, 355, -126, 0x1d6e}, + {66, 355, -133, 0x1d7e} + } +}; + +StandTile tile_1822 = { + 0x020800, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {66, 355, -133, 0x1d6a}, + {132, 355, -15, 0x1d66}, + {132, 355, -133, 0x1d7a} + } +}; + +StandTile tile_1823 = { + 0x01e200, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {66, 355, -133, 0x1d76}, + {132, 355, -133, 0x1d62}, + {132, 355, -251, 0x1d7e} + } +}; + +StandTile tile_1824 = { + 0x00ba00, 0x01, + 0x0, + 0x8, 0x8, 0x9, + 5, + 0x0, 0x1, 0x2, + { + {0, 355, -251, 0x1d72}, + {66, 355, -133, 0x1d7a}, + {132, 355, -251, 0x0000}, + {110, 355, -251, 0x1d42}, + {74, 355, -251, 0x0000} + } +}; + +StandTile tile_1825 = { + 0x01de00, 0x01, + 0x0, + 0x8, 0x8, 0x9, + 5, + 0x0, 0x3, 0x4, + { + {0, 355, -251, 0x0000}, + {-74, 355, -251, 0x1d32}, + {-110, 355, -251, 0x0000}, + {-132, 355, -251, 0x1d96}, + {-66, 355, -126, 0x1d8a} + } +}; + +StandTile tile_1826 = { + 0x01ed00, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {0, 355, -126, 0x1d72}, + {0, 355, -251, 0x1d84}, + {-66, 355, -126, 0x1d8e} + } +}; + +StandTile tile_1827 = { + 0x01dc00, 0x01, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {0, 355, 0, 0x1d6e}, + {0, 355, -126, 0x1d8a}, + {-66, 355, -126, 0x1d92} + } +}; + +StandTile tile_1828 = { + 0x01dd00, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-132, 355, -15, 0x0000}, + {0, 355, 0, 0x1d8e}, + {-66, 355, -126, 0x1d9a} + } +}; + +StandTile tile_1829 = { + 0x020a00, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-66, 355, -126, 0x1d84}, + {-132, 355, -251, 0x1dac}, + {-132, 355, -133, 0x1d9a} + } +}; + +StandTile tile_1830 = { + 0x01db00, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-132, 355, -15, 0x1d92}, + {-66, 355, -126, 0x1d96}, + {-132, 355, -133, 0x1da8} + } +}; + +StandTile tile_1831 = { + 0x01fd00, 0x01, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-263, 355, -31, 0x0000}, + {-132, 355, -15, 0x1da8}, + {-198, 355, -133, 0x1da2} + } +}; + +StandTile tile_1832 = { + 0x01fc00, 0x01, + 0x0, + 0x5, 0x4, 0x4, + 5, + 0x0, 0x3, 0x4, + { + {-263, 355, -251, 0x0000}, + {-263, 355, -86, 0x1dba}, + {-263, 355, -55, 0x0000}, + {-263, 355, -31, 0x1d9e}, + {-198, 355, -133, 0x1db0} + } +}; + +StandTile tile_1833 = { + 0x020900, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-198, 355, -133, 0x1d9e}, + {-132, 355, -15, 0x1d9a}, + {-132, 355, -133, 0x1dac} + } +}; + +StandTile tile_1834 = { + 0x01fe00, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-198, 355, -133, 0x1da8}, + {-132, 355, -133, 0x1d96}, + {-132, 355, -251, 0x1db0} + } +}; + +StandTile tile_1835 = { + 0x00b900, 0x01, + 0x0, + 0x5, 0x4, 0x5, + 5, + 0x0, 0x1, 0x2, + { + {-263, 355, -251, 0x1da2}, + {-198, 355, -133, 0x1dac}, + {-132, 355, -251, 0x0000}, + {-221, 355, -251, 0x1d26}, + {-257, 355, -251, 0x0000} + } +}; + +StandTile tile_1836 = { + 0x021d02, 0x01, + 0x0, + 0x0, 0x0, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-263, 362, -55, 0x1dba}, + {-263, 355, -86, 0x0000}, + {-263, 362, -86, 0x1dc2} + } +}; + +StandTile tile_1837 = { + 0x021d01, 0x01, + 0x0, + 0x0, 0x0, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-263, 362, -55, 0x0000}, + {-263, 355, -55, 0x1da2}, + {-263, 355, -86, 0x1db6} + } +}; + +StandTile tile_1838 = { + 0x021c02, 0x01, + 0x0, + 0x0, 0x0, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-270, 362, -55, 0x1dc2}, + {-263, 362, -86, 0x0000}, + {-270, 362, -86, 0x043c} + } +}; + +StandTile tile_1839 = { + 0x021c01, 0x01, + 0x0, + 0x0, 0x0, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-270, 362, -55, 0x0000}, + {-263, 362, -55, 0x1db6}, + {-263, 362, -86, 0x1dbe} + } +}; + +StandTile tile_1840 = { + 0x021f02, 0x01, + 0x0, + 0x0, 0x0, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {263, 362, -86, 0x1dca}, + {263, 355, -54, 0x0000}, + {263, 362, -54, 0x1dd2} + } +}; + +StandTile tile_1841 = { + 0x021f01, 0x01, + 0x0, + 0x0, 0x0, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {263, 362, -86, 0x0000}, + {263, 355, -86, 0x1d58}, + {263, 355, -54, 0x1dc6} + } +}; + +StandTile tile_1842 = { + 0x021e02, 0x01, + 0x0, + 0x0, 0x0, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {270, 362, -86, 0x1dd2}, + {263, 362, -54, 0x0000}, + {270, 362, -54, 0x0251} + } +}; + +StandTile tile_1843 = { + 0x021e01, 0x01, + 0x0, + 0x0, 0x0, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {270, 362, -86, 0x0000}, + {263, 362, -86, 0x1dc6}, + {263, 362, -54, 0x1dce} + } +}; + +StandTile tile_1844 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_dish_all_p_stanZ.c b/assets/obseg/stan/Tbg_dish_all_p_stanZ.c new file mode 100644 index 0000000..90b9716 --- /dev/null +++ b/assets/obseg/stan/Tbg_dish_all_p_stanZ.c @@ -0,0 +1,2689 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:13 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_dish_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x00c102, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {735, 0, -515, 0x0014}, + {882, 0, -662, 0x0090}, + {735, 0, -662, 0x0000} + } +}; + +StandTile tile_1 = { + 0x00c101, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {735, 0, -515, 0x0018}, + {882, 0, -515, 0x0000}, + {882, 0, -662, 0x0010} + } +}; + +StandTile tile_2 = { + 0x00c202, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {735, 0, -368, 0x001c}, + {882, 0, -515, 0x0014}, + {735, 0, -515, 0x0020} + } +}; + +StandTile tile_3 = { + 0x00c201, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {735, 0, -368, 0x0034}, + {882, 0, -368, 0x0028}, + {882, 0, -515, 0x0018} + } +}; + +StandTile tile_4 = { + 0x00c302, 0x17, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {294, 221, -515, 0x0024}, + {735, 0, -368, 0x0018}, + {735, 0, -515, 0x0000} + } +}; + +StandTile tile_5 = { + 0x00c301, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {294, 221, -515, 0x018c}, + {294, 221, -368, 0x0000}, + {735, 0, -368, 0x0020} + } +}; + +StandTile tile_6 = { + 0x00c402, 0x17, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1324, -147, -368, 0x002c}, + {882, 0, -515, 0x001c}, + {882, 0, -368, 0x0000} + } +}; + +StandTile tile_7 = { + 0x00c401, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1324, -147, -368, 0x02dc}, + {1324, -147, -515, 0x0000}, + {882, 0, -515, 0x0028} + } +}; + +StandTile tile_8 = { + 0x00ef02, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {882, 221, -74, 0x0034}, + {735, 0, -368, 0x0000}, + {735, 221, -74, 0x0038} + } +}; + +StandTile tile_9 = { + 0x00ef01, 0x17, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {882, 221, -74, 0x0000}, + {882, 0, -368, 0x001c}, + {735, 0, -368, 0x0030} + } +}; + +StandTile tile_10 = { + 0x00f002, 0x16, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {735, 221, 368, 0x003c}, + {882, 221, -74, 0x0030}, + {735, 221, -74, 0x0000} + } +}; + +StandTile tile_11 = { + 0x00f001, 0x16, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {735, 221, 368, 0x01f4}, + {882, 221, 368, 0x004c}, + {882, 221, -74, 0x0038} + } +}; + +StandTile tile_12 = { + 0x00ed02, 0x16, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1176, 221, -74, 0x0044}, + {1029, 221, 368, 0x005c}, + {1176, 221, 368, 0x0000} + } +}; + +StandTile tile_13 = { + 0x00ed01, 0x16, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1176, 221, -74, 0x0000}, + {1029, 221, -74, 0x0048}, + {1029, 221, 368, 0x0040} + } +}; + +StandTile tile_14 = { + 0x00ee02, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {882, 221, -74, 0x004c}, + {1029, 221, 368, 0x0044}, + {1029, 221, -74, 0x0000} + } +}; + +StandTile tile_15 = { + 0x00ee01, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {882, 221, -74, 0x003c}, + {882, 221, 368, 0x0000}, + {1029, 221, 368, 0x0048} + } +}; + +StandTile tile_16 = { + 0x00eb02, 0x15, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1029, 221, 662, 0x0054}, + {1176, 221, 809, 0x007c}, + {1176, 221, 662, 0x0058} + } +}; + +StandTile tile_17 = { + 0x00eb01, 0x15, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1029, 221, 662, 0x0000}, + {1029, 221, 809, 0x0000}, + {1176, 221, 809, 0x0050} + } +}; + +StandTile tile_18 = { + 0x00ec02, 0x15, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1176, 221, 368, 0x005c}, + {1029, 221, 662, 0x0050}, + {1176, 221, 662, 0x0000} + } +}; + +StandTile tile_19 = { + 0x00ec01, 0x15, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1176, 221, 368, 0x0040}, + {1029, 221, 368, 0x0000}, + {1029, 221, 662, 0x0058} + } +}; + +StandTile tile_20 = { + 0x00d602, 0x14, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1985, 221, 809, 0x0064}, + {2206, 221, 662, 0x0300}, + {1985, 221, 662, 0x0068} + } +}; + +StandTile tile_21 = { + 0x00d601, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1985, 221, 809, 0x0000}, + {2206, 221, 809, 0x0000}, + {2206, 221, 662, 0x0060} + } +}; + +StandTile tile_22 = { + 0x00d702, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1544, 221, 662, 0x006c}, + {1985, 221, 809, 0x0060}, + {1985, 221, 662, 0x0000} + } +}; + +StandTile tile_23 = { + 0x00d701, 0x14, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1544, 221, 662, 0x0070}, + {1544, 221, 809, 0x0000}, + {1985, 221, 809, 0x0068} + } +}; + +StandTile tile_24 = { + 0x00d802, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1324, 221, 662, 0x0074}, + {1544, 221, 809, 0x006c}, + {1544, 221, 662, 0x0000} + } +}; + +StandTile tile_25 = { + 0x00d801, 0x14, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1324, 221, 662, 0x0078}, + {1324, 221, 809, 0x0000}, + {1544, 221, 809, 0x0070} + } +}; + +StandTile tile_26 = { + 0x00ea02, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1176, 221, 662, 0x007c}, + {1324, 221, 809, 0x0074}, + {1324, 221, 662, 0x0000} + } +}; + +StandTile tile_27 = { + 0x00ea01, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1176, 221, 662, 0x0050}, + {1176, 221, 809, 0x0000}, + {1324, 221, 809, 0x0078} + } +}; + +StandTile tile_28 = { + 0x00be02, 0x13, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {588, 0, -1103, 0x0084}, + {441, 0, -662, 0x0000}, + {588, 0, -662, 0x008c} + } +}; + +StandTile tile_29 = { + 0x00be01, 0x13, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {588, 0, -1103, 0x00b0}, + {441, 0, -1103, 0x0000}, + {441, 0, -662, 0x0080} + } +}; + +StandTile tile_30 = { + 0x01d300, 0x13, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {735, 0, -662, 0x0090}, + {735, 0, -1103, 0x0000}, + {588, 0, -1103, 0x008c} + } +}; + +StandTile tile_31 = { + 0x00bf00, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {735, 0, -662, 0x0088}, + {588, 0, -1103, 0x0080}, + {588, 0, -662, 0x0000} + } +}; + +StandTile tile_32 = { + 0x00c002, 0x13, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {882, 0, -662, 0x0094}, + {735, 0, -1103, 0x0088}, + {735, 0, -662, 0x0010} + } +}; + +StandTile tile_33 = { + 0x00c001, 0x13, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {882, 0, -662, 0x0000}, + {882, 0, -1103, 0x0000}, + {735, 0, -1103, 0x0090} + } +}; + +StandTile tile_34 = { + 0x00ba02, 0x12, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {441, 221, -1544, 0x009c}, + {294, 221, -1691, 0x019c}, + {294, 221, -1544, 0x0000} + } +}; + +StandTile tile_35 = { + 0x00ba01, 0x12, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {441, 221, -1544, 0x00a0}, + {441, 221, -1691, 0x0000}, + {294, 221, -1691, 0x0098} + } +}; + +StandTile tile_36 = { + 0x00bb02, 0x12, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {588, 221, -1544, 0x00a4}, + {441, 221, -1691, 0x009c}, + {441, 221, -1544, 0x00b4} + } +}; + +StandTile tile_37 = { + 0x00bb01, 0x12, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {588, 221, -1544, 0x00a8}, + {588, 221, -1691, 0x0000}, + {441, 221, -1691, 0x00a0} + } +}; + +StandTile tile_38 = { + 0x00bc02, 0x12, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {735, 221, -1544, 0x00ac}, + {588, 221, -1691, 0x00a4}, + {588, 221, -1544, 0x0000} + } +}; + +StandTile tile_39 = { + 0x00bc01, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {735, 221, -1544, 0x00bc}, + {735, 221, -1691, 0x0000}, + {588, 221, -1691, 0x00a8} + } +}; + +StandTile tile_40 = { + 0x00bd02, 0x12, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {588, 221, -1544, 0x00b4}, + {441, 0, -1103, 0x0084}, + {588, 0, -1103, 0x0000} + } +}; + +StandTile tile_41 = { + 0x00bd01, 0x12, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {588, 221, -1544, 0x00a0}, + {441, 221, -1544, 0x0000}, + {441, 0, -1103, 0x00b0} + } +}; + +StandTile tile_42 = { + 0x00ca02, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {735, 221, -1691, 0x00bc}, + {1324, -147, -1544, 0x0324}, + {1324, -147, -1691, 0x0000} + } +}; + +StandTile tile_43 = { + 0x00ca01, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {735, 221, -1691, 0x00ac}, + {735, 221, -1544, 0x0000}, + {1324, -147, -1544, 0x00b8} + } +}; + +StandTile tile_44 = { + 0x00f202, 0x11, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-735, 0, -1544, 0x00c4}, + {-882, 0, -1397, 0x0104}, + {-735, 0, -1397, 0x0000} + } +}; + +StandTile tile_45 = { + 0x00f201, 0x11, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-735, 0, -1544, 0x00c8}, + {-882, 0, -1544, 0x0000}, + {-882, 0, -1397, 0x00c0} + } +}; + +StandTile tile_46 = { + 0x00f302, 0x11, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-735, 0, -1691, 0x00cc}, + {-882, 0, -1544, 0x00c4}, + {-735, 0, -1544, 0x00d4} + } +}; + +StandTile tile_47 = { + 0x00f301, 0x11, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-735, 0, -1691, 0x0000}, + {-882, 0, -1691, 0x0000}, + {-882, 0, -1544, 0x00c8} + } +}; + +StandTile tile_48 = { + 0x00f402, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-441, 221, -1691, 0x00d4}, + {-735, 0, -1544, 0x0000}, + {-441, 221, -1544, 0x01a0} + } +}; + +StandTile tile_49 = { + 0x00f401, 0x11, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-441, 221, -1691, 0x0000}, + {-735, 0, -1691, 0x00c8}, + {-735, 0, -1544, 0x00d0} + } +}; + +StandTile tile_50 = { + 0x00f602, 0x10, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-294, -221, -662, 0x00dc}, + {-735, 0, -809, 0x0108}, + {-735, 0, -662, 0x0000} + } +}; + +StandTile tile_51 = { + 0x00f601, 0x10, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-294, -221, -662, 0x00e0}, + {-294, -221, -809, 0x0000}, + {-735, 0, -809, 0x00d8} + } +}; + +StandTile tile_52 = { + 0x00f702, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-147, -221, -662, 0x00e4}, + {-294, -221, -809, 0x00dc}, + {-294, -221, -662, 0x00e8} + } +}; + +StandTile tile_53 = { + 0x00f701, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-147, -221, -662, 0x0000}, + {-147, -221, -809, 0x0000}, + {-294, -221, -809, 0x00e0} + } +}; + +StandTile tile_54 = { + 0x010202, 0x10, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-294, -221, -515, 0x00ec}, + {-147, -221, -662, 0x00e0}, + {-294, -221, -662, 0x0000} + } +}; + +StandTile tile_55 = { + 0x010201, 0x10, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-294, -221, -515, 0x0274}, + {-147, -221, -515, 0x0000}, + {-147, -221, -662, 0x00e8} + } +}; + +StandTile tile_56 = { + 0x00df02, 0x0f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1176, 0, -1397, 0x00f4}, + {-1324, 0, -662, 0x0138}, + {-1176, 0, -662, 0x00f8} + } +}; + +StandTile tile_57 = { + 0x00df01, 0x0f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1176, 0, -1397, 0x0000}, + {-1324, 0, -1397, 0x0000}, + {-1324, 0, -662, 0x00f0} + } +}; + +StandTile tile_58 = { + 0x00e002, 0x0f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-882, 0, -662, 0x00fc}, + {-1176, 0, -1397, 0x00f0}, + {-1176, 0, -662, 0x0000} + } +}; + +StandTile tile_59 = { + 0x00e001, 0x0f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-882, 0, -662, 0x0100}, + {-882, 0, -1397, 0x0000}, + {-1176, 0, -1397, 0x00f8} + } +}; + +StandTile tile_60 = { + 0x00e102, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-735, 0, -809, 0x0104}, + {-882, 0, -1397, 0x00fc}, + {-882, 0, -662, 0x0108} + } +}; + +StandTile tile_61 = { + 0x00e101, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-735, 0, -809, 0x0000}, + {-735, 0, -1397, 0x00c0}, + {-882, 0, -1397, 0x0100} + } +}; + +StandTile tile_62 = { + 0x00f500, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-735, 0, -662, 0x00d8}, + {-735, 0, -809, 0x0100}, + {-882, 0, -662, 0x0000} + } +}; + +StandTile tile_63 = { + 0x00d902, 0x0e, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-441, 221, -368, 0x0110}, + {-588, 221, -515, 0x0118}, + {-588, 221, -368, 0x0000} + } +}; + +StandTile tile_64 = { + 0x00d901, 0x0e, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-441, 221, -368, 0x0190}, + {-441, 221, -515, 0x0000}, + {-588, 221, -515, 0x010c} + } +}; + +StandTile tile_65 = { + 0x00da02, 0x0e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-588, 221, -368, 0x0118}, + {-1029, 0, -515, 0x0120}, + {-1029, 0, -368, 0x0000} + } +}; + +StandTile tile_66 = { + 0x00da01, 0x0e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-588, 221, -368, 0x010c}, + {-588, 221, -515, 0x0000}, + {-1029, 0, -515, 0x0114} + } +}; + +StandTile tile_67 = { + 0x00db02, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 0, -368, 0x0120}, + {-1176, 0, -515, 0x012c}, + {-1176, 0, -368, 0x0124} + } +}; + +StandTile tile_68 = { + 0x00db01, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 0, -368, 0x0114}, + {-1029, 0, -515, 0x0000}, + {-1176, 0, -515, 0x011c} + } +}; + +StandTile tile_69 = { + 0x00dc02, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1176, 0, -221, 0x0128}, + {-1029, 0, -368, 0x011c}, + {-1176, 0, -368, 0x0000} + } +}; + +StandTile tile_70 = { + 0x00dc01, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1176, 0, -221, 0x013c}, + {-1029, 0, -221, 0x0000}, + {-1029, 0, -368, 0x0124} + } +}; + +StandTile tile_71 = { + 0x00dd02, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1324, 0, -515, 0x0130}, + {-1176, 0, -368, 0x011c}, + {-1176, 0, -515, 0x0134} + } +}; + +StandTile tile_72 = { + 0x00dd01, 0x0e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1324, 0, -515, 0x0000}, + {-1324, 0, -368, 0x0000}, + {-1176, 0, -368, 0x012c} + } +}; + +StandTile tile_73 = { + 0x00de02, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1176, 0, -662, 0x0138}, + {-1324, 0, -515, 0x012c}, + {-1176, 0, -515, 0x0000} + } +}; + +StandTile tile_74 = { + 0x00de01, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1176, 0, -662, 0x00f0}, + {-1324, 0, -662, 0x0000}, + {-1324, 0, -515, 0x0134} + } +}; + +StandTile tile_75 = { + 0x00e402, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1176, 0, 221, 0x0140}, + {-1029, 0, -221, 0x0128}, + {-1176, 0, -221, 0x0144} + } +}; + +StandTile tile_76 = { + 0x00e401, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1176, 0, 221, 0x0160}, + {-1029, 0, 221, 0x0150}, + {-1029, 0, -221, 0x013c} + } +}; + +StandTile tile_77 = { + 0x00e502, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1324, 0, -221, 0x0148}, + {-1176, 0, 221, 0x013c}, + {-1176, 0, -221, 0x0000} + } +}; + +StandTile tile_78 = { + 0x00e501, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1324, 0, -221, 0x0000}, + {-1324, 0, 221, 0x0000}, + {-1176, 0, 221, 0x0144} + } +}; + +StandTile tile_79 = { + 0x00e602, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 0, -221, 0x0150}, + {-882, 0, 221, 0x0000}, + {-882, 0, -221, 0x0000} + } +}; + +StandTile tile_80 = { + 0x00e601, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 0, -221, 0x0140}, + {-1029, 0, 221, 0x0000}, + {-882, 0, 221, 0x014c} + } +}; + +StandTile tile_81 = { + 0x00af02, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1176, 110, 809, 0x0158}, + {-1029, 110, 662, 0x0164}, + {-1176, 110, 662, 0x0000} + } +}; + +StandTile tile_82 = { + 0x00af01, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1176, 110, 809, 0x0000}, + {-1029, 110, 809, 0x01d0}, + {-1029, 110, 662, 0x0154} + } +}; + +StandTile tile_83 = { + 0x00e702, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 0, 221, 0x0160}, + {-1176, 0, 368, 0x0168}, + {-1029, 0, 368, 0x0000} + } +}; + +StandTile tile_84 = { + 0x00e701, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 0, 221, 0x0140}, + {-1176, 0, 221, 0x0000}, + {-1176, 0, 368, 0x015c} + } +}; + +StandTile tile_85 = { + 0x00e902, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 0, 368, 0x0168}, + {-1176, 110, 662, 0x0154}, + {-1029, 110, 662, 0x0000} + } +}; + +StandTile tile_86 = { + 0x00e901, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 0, 368, 0x015c}, + {-1176, 0, 368, 0x0000}, + {-1176, 110, 662, 0x0164} + } +}; + +StandTile tile_87 = { + 0x013802, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-294, 221, -294, 0x0170}, + {-441, 221, 74, 0x0178}, + {-294, 221, 0, 0x0000} + } +}; + +StandTile tile_88 = { + 0x013801, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-294, 221, -294, 0x0188}, + {-441, 221, -368, 0x0000}, + {-441, 221, 74, 0x016c} + } +}; + +StandTile tile_89 = { + 0x013702, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-294, 221, 0, 0x0178}, + {294, 221, 74, 0x0180}, + {147, 221, 0, 0x0000} + } +}; + +StandTile tile_90 = { + 0x013701, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-294, 221, 0, 0x016c}, + {-441, 221, 74, 0x01b8}, + {294, 221, 74, 0x0174} + } +}; + +StandTile tile_91 = { + 0x013602, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {147, 221, 0, 0x0180}, + {294, 221, -368, 0x0184}, + {147, 221, -294, 0x0000} + } +}; + +StandTile tile_92 = { + 0x013601, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {147, 221, 0, 0x0174}, + {294, 221, 74, 0x0000}, + {294, 221, -368, 0x017c} + } +}; + +StandTile tile_93 = { + 0x013502, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-441, 221, -368, 0x0188}, + {147, 221, -294, 0x017c}, + {294, 221, -368, 0x018c} + } +}; + +StandTile tile_94 = { + 0x013501, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-441, 221, -368, 0x0170}, + {-294, 221, -294, 0x0000}, + {147, 221, -294, 0x0184} + } +}; + +StandTile tile_95 = { + 0x00b602, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {294, 221, -515, 0x0190}, + {-441, 221, -368, 0x0184}, + {294, 221, -368, 0x0024} + } +}; + +StandTile tile_96 = { + 0x00b601, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {294, 221, -515, 0x0194}, + {-441, 221, -515, 0x0110}, + {-441, 221, -368, 0x018c} + } +}; + +StandTile tile_97 = { + 0x00b702, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 221, -956, 0x0198}, + {-441, 221, -515, 0x0190}, + {294, 221, -515, 0x0000} + } +}; + +StandTile tile_98 = { + 0x00b701, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 221, -956, 0x01a4}, + {-441, 221, -956, 0x0000}, + {-441, 221, -515, 0x0194} + } +}; + +StandTile tile_99 = { + 0x00b902, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {294, 221, -1691, 0x01a0}, + {-441, 221, -1544, 0x01a8}, + {294, 221, -1544, 0x0098} + } +}; + +StandTile tile_100 = { + 0x00b901, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 221, -1691, 0x0000}, + {-441, 221, -1691, 0x00d0}, + {-441, 221, -1544, 0x019c} + } +}; + +StandTile tile_101 = { + 0x00b802, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {294, 221, -1544, 0x01a8}, + {-441, 221, -956, 0x0198}, + {294, 221, -956, 0x0000} + } +}; + +StandTile tile_102 = { + 0x00b801, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 221, -1544, 0x019c}, + {-441, 221, -1544, 0x0000}, + {-441, 221, -956, 0x01a4} + } +}; + +StandTile tile_103 = { + 0x00b302, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {294, 221, 662, 0x01b0}, + {-441, 221, 809, 0x0000}, + {294, 221, 809, 0x01dc} + } +}; + +StandTile tile_104 = { + 0x00b301, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 221, 662, 0x01b4}, + {-441, 221, 662, 0x01c8}, + {-441, 221, 809, 0x01ac} + } +}; + +StandTile tile_105 = { + 0x00b402, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, 221, 74, 0x01b8}, + {-441, 221, 662, 0x01b0}, + {294, 221, 662, 0x0000} + } +}; + +StandTile tile_106 = { + 0x00b401, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {294, 221, 74, 0x0178}, + {-441, 221, 74, 0x0000}, + {-441, 221, 662, 0x01b4} + } +}; + +StandTile tile_107 = { + 0x00ae02, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-588, 221, 662, 0x01c0}, + {-735, 221, 809, 0x0208}, + {-588, 221, 809, 0x01c4} + } +}; + +StandTile tile_108 = { + 0x00ae01, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-588, 221, 662, 0x0000}, + {-735, 221, 662, 0x01cc}, + {-735, 221, 809, 0x01bc} + } +}; + +StandTile tile_109 = { + 0x00b102, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-441, 221, 809, 0x01c8}, + {-588, 221, 662, 0x01bc}, + {-588, 221, 809, 0x0000} + } +}; + +StandTile tile_110 = { + 0x00b101, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-441, 221, 809, 0x01b0}, + {-441, 221, 662, 0x0000}, + {-588, 221, 662, 0x01c4} + } +}; + +StandTile tile_111 = { + 0x00e802, 0x0a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 110, 662, 0x01d0}, + {-735, 221, 809, 0x01c0}, + {-735, 221, 662, 0x0000} + } +}; + +StandTile tile_112 = { + 0x00e801, 0x0a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1029, 110, 662, 0x0158}, + {-1029, 110, 809, 0x0000}, + {-735, 221, 809, 0x01cc} + } +}; + +StandTile tile_113 = { + 0x00ad02, 0x09, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {588, 221, 662, 0x01d8}, + {441, 221, 809, 0x0218}, + {588, 221, 809, 0x01e8} + } +}; + +StandTile tile_114 = { + 0x00ad01, 0x09, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {588, 221, 662, 0x0000}, + {441, 221, 662, 0x01e0}, + {441, 221, 809, 0x01d4} + } +}; + +StandTile tile_115 = { + 0x00b002, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {441, 221, 809, 0x01e0}, + {294, 221, 662, 0x01ac}, + {294, 221, 809, 0x0000} + } +}; + +StandTile tile_116 = { + 0x00b001, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {441, 221, 809, 0x01d8}, + {441, 221, 662, 0x0000}, + {294, 221, 662, 0x01dc} + } +}; + +StandTile tile_117 = { + 0x00e202, 0x09, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {588, 221, 662, 0x01e8}, + {735, 221, 809, 0x01ec}, + {735, 221, 662, 0x0000} + } +}; + +StandTile tile_118 = { + 0x00e201, 0x09, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {588, 221, 662, 0x01d4}, + {588, 221, 809, 0x0000}, + {735, 221, 809, 0x01e4} + } +}; + +StandTile tile_119 = { + 0x00e302, 0x09, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {735, 221, 809, 0x01f0}, + {882, 221, 662, 0x01f8}, + {735, 221, 662, 0x01e4} + } +}; + +StandTile tile_120 = { + 0x00e301, 0x09, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {735, 221, 809, 0x0000}, + {882, 221, 809, 0x0000}, + {882, 221, 662, 0x01ec} + } +}; + +StandTile tile_121 = { + 0x00f102, 0x09, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {735, 221, 662, 0x01f8}, + {882, 221, 368, 0x003c}, + {735, 221, 368, 0x0000} + } +}; + +StandTile tile_122 = { + 0x00f101, 0x09, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {735, 221, 662, 0x01ec}, + {882, 221, 662, 0x0000}, + {882, 221, 368, 0x01f4} + } +}; + +StandTile tile_123 = { + 0x00a502, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-588, 0, 1397, 0x0200}, + {-735, 0, 1250, 0x0000}, + {-735, 0, 1397, 0x0000} + } +}; + +StandTile tile_124 = { + 0x00a501, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-588, 0, 1397, 0x021c}, + {-588, 0, 1250, 0x0204}, + {-735, 0, 1250, 0x01fc} + } +}; + +StandTile tile_125 = { + 0x00ab02, 0x08, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-588, 221, 809, 0x0208}, + {-735, 0, 1250, 0x0200}, + {-588, 0, 1250, 0x0000} + } +}; + +StandTile tile_126 = { + 0x00ab01, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-588, 221, 809, 0x01bc}, + {-735, 221, 809, 0x0000}, + {-735, 0, 1250, 0x0204} + } +}; + +StandTile tile_127 = { + 0x00a902, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {588, 0, 1397, 0x0210}, + {441, 0, 1250, 0x0230}, + {441, 0, 1397, 0x0000} + } +}; + +StandTile tile_128 = { + 0x00a901, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {588, 0, 1397, 0x0000}, + {588, 0, 1250, 0x0214}, + {441, 0, 1250, 0x020c} + } +}; + +StandTile tile_129 = { + 0x00ac02, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {588, 221, 809, 0x0218}, + {441, 0, 1250, 0x0210}, + {588, 0, 1250, 0x0000} + } +}; + +StandTile tile_130 = { + 0x00ac01, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {588, 221, 809, 0x01d4}, + {441, 221, 809, 0x0000}, + {441, 0, 1250, 0x0214} + } +}; + +StandTile tile_131 = { + 0x00a602, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-147, 0, 1397, 0x0220}, + {-588, 0, 1250, 0x0200}, + {-588, 0, 1397, 0x0000} + } +}; + +StandTile tile_132 = { + 0x00a601, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-147, 0, 1397, 0x0224}, + {-147, 0, 1250, 0x0000}, + {-588, 0, 1250, 0x021c} + } +}; + +StandTile tile_133 = { + 0x00a702, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 1397, 0x0228}, + {-147, 0, 1250, 0x0220}, + {-147, 0, 1397, 0x0000} + } +}; + +StandTile tile_134 = { + 0x00a701, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 1397, 0x022c}, + {0, 0, 1250, 0x0238}, + {-147, 0, 1250, 0x0224} + } +}; + +StandTile tile_135 = { + 0x00a802, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {441, 0, 1397, 0x0230}, + {0, 0, 1250, 0x0228}, + {0, 0, 1397, 0x0000} + } +}; + +StandTile tile_136 = { + 0x00a801, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {441, 0, 1397, 0x020c}, + {441, 0, 1250, 0x0000}, + {0, 0, 1250, 0x022c} + } +}; + +StandTile tile_137 = { + 0x00aa02, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-147, 0, 1250, 0x0238}, + {0, -221, 809, 0x023c}, + {-147, -221, 809, 0x0000} + } +}; + +StandTile tile_138 = { + 0x00aa01, 0x05, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-147, 0, 1250, 0x0228}, + {0, 0, 1250, 0x0000}, + {0, -221, 809, 0x0234} + } +}; + +StandTile tile_139 = { + 0x00b202, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, -221, 662, 0x0240}, + {-147, -221, 809, 0x0234}, + {0, -221, 809, 0x0000} + } +}; + +StandTile tile_140 = { + 0x00b201, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, -221, 662, 0x028c}, + {-147, -221, 662, 0x0000}, + {-147, -221, 809, 0x023c} + } +}; + +StandTile tile_141 = { + 0x015300, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {147, -221, 0, 0x0264}, + {-74, -221, -147, 0x0250}, + {-294, -221, 0, 0x0248} + } +}; + +StandTile tile_142 = { + 0x014e02, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-441, -221, 74, 0x024c}, + {147, -221, 0, 0x0244}, + {-294, -221, 0, 0x0258} + } +}; + +StandTile tile_143 = { + 0x014e01, 0x04, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-441, -221, 74, 0x0280}, + {294, -221, 74, 0x0260}, + {147, -221, 0, 0x0248} + } +}; + +StandTile tile_144 = { + 0x015200, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, -221, 0, 0x0244}, + {-74, -221, -147, 0x0268}, + {-294, -221, -294, 0x0254} + } +}; + +StandTile tile_145 = { + 0x014d02, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-441, -221, -515, 0x0258}, + {-294, -221, 0, 0x0250}, + {-294, -221, -294, 0x0278} + } +}; + +StandTile tile_146 = { + 0x014d01, 0x04, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-441, -221, -515, 0x0000}, + {-441, -221, 74, 0x0248}, + {-294, -221, 0, 0x0254} + } +}; + +StandTile tile_147 = { + 0x015002, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {147, -221, 0, 0x0260}, + {294, -221, -515, 0x0270}, + {147, -221, -294, 0x0264} + } +}; + +StandTile tile_148 = { + 0x015001, 0x04, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {147, -221, 0, 0x024c}, + {294, -221, 74, 0x0000}, + {294, -221, -515, 0x025c} + } +}; + +StandTile tile_149 = { + 0x014f00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-74, -221, -147, 0x0244}, + {147, -221, 0, 0x025c}, + {147, -221, -294, 0x0268} + } +}; + +StandTile tile_150 = { + 0x015100, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, -221, -294, 0x0250}, + {-74, -221, -147, 0x0264}, + {147, -221, -294, 0x0270} + } +}; + +StandTile tile_151 = { + 0x015502, 0x04, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-294, -221, -294, 0x0270}, + {294, -221, -515, 0x0000}, + {-147, -221, -515, 0x0274} + } +}; + +StandTile tile_152 = { + 0x015501, 0x04, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-294, -221, -294, 0x0268}, + {147, -221, -294, 0x025c}, + {294, -221, -515, 0x026c} + } +}; + +StandTile tile_153 = { + 0x015400, 0x04, + 0x0, + 0x6, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-294, -221, -294, 0x026c}, + {-147, -221, -515, 0x00ec}, + {-294, -221, -515, 0x0278} + } +}; + +StandTile tile_154 = { + 0x014c00, 0x04, + 0x0, + 0x6, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-441, -221, -515, 0x0254}, + {-294, -221, -294, 0x0274}, + {-294, -221, -515, 0x0000} + } +}; + +StandTile tile_155 = { + 0x010000, 0x04, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-441, -221, 662, 0x0000}, + {-147, -221, 662, 0x0288}, + {-441, -221, 221, 0x0000} + } +}; + +StandTile tile_156 = { + 0x00fe02, 0x04, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-441, -221, 74, 0x0284}, + {294, -221, 221, 0x02b0}, + {294, -221, 74, 0x024c} + } +}; + +StandTile tile_157 = { + 0x00fe01, 0x04, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-441, -221, 74, 0x0000}, + {-441, -221, 221, 0x0288}, + {294, -221, 221, 0x0280} + } +}; + +StandTile tile_158 = { + 0x00ff02, 0x04, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-147, -221, 662, 0x028c}, + {294, -221, 221, 0x0284}, + {-441, -221, 221, 0x027c} + } +}; + +StandTile tile_159 = { + 0x00ff01, 0x04, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-147, -221, 662, 0x0240}, + {0, -221, 662, 0x0290}, + {294, -221, 221, 0x0288} + } +}; + +StandTile tile_160 = { + 0x010100, 0x04, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {294, -221, 662, 0x0000}, + {294, -221, 221, 0x028c}, + {0, -221, 662, 0x0000} + } +}; + +StandTile tile_161 = { + 0x00fa02, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {588, -221, 662, 0x0298}, + {735, -221, 809, 0x02d8}, + {735, -221, 662, 0x029c} + } +}; + +StandTile tile_162 = { + 0x00fa01, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {588, -221, 662, 0x0000}, + {588, -221, 809, 0x0000}, + {735, -221, 809, 0x0294} + } +}; + +StandTile tile_163 = { + 0x00fb02, 0x03, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {735, -221, 221, 0x02a0}, + {588, -221, 662, 0x0294}, + {735, -221, 662, 0x0000} + } +}; + +StandTile tile_164 = { + 0x00fb01, 0x03, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {735, -221, 221, 0x02a4}, + {588, -221, 221, 0x0000}, + {588, -221, 662, 0x029c} + } +}; + +StandTile tile_165 = { + 0x00fc02, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {735, -221, 74, 0x02a8}, + {588, -221, 221, 0x02a0}, + {735, -221, 221, 0x0000} + } +}; + +StandTile tile_166 = { + 0x00fc01, 0x03, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {735, -221, 74, 0x0000}, + {588, -221, 74, 0x02ac}, + {588, -221, 221, 0x02a4} + } +}; + +StandTile tile_167 = { + 0x00fd02, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {294, -221, 74, 0x02b0}, + {588, -221, 221, 0x02a8}, + {588, -221, 74, 0x0000} + } +}; + +StandTile tile_168 = { + 0x00fd01, 0x03, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {294, -221, 74, 0x0280}, + {294, -221, 221, 0x0000}, + {588, -221, 221, 0x02ac} + } +}; + +StandTile tile_169 = { + 0x00d302, 0x02, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2206, -147, 809, 0x02b8}, + {1985, -147, 662, 0x02c8}, + {1985, -147, 809, 0x0000} + } +}; + +StandTile tile_170 = { + 0x00d301, 0x02, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2206, -147, 809, 0x0000}, + {2206, -147, 662, 0x0000}, + {1985, -147, 662, 0x02b4} + } +}; + +StandTile tile_171 = { + 0x00d102, 0x02, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1544, -147, 662, 0x02c0}, + {1324, -147, 809, 0x0000}, + {1544, -147, 809, 0x02c4} + } +}; + +StandTile tile_172 = { + 0x00d101, 0x02, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1544, -147, 662, 0x02f4}, + {1324, -147, 662, 0x02cc}, + {1324, -147, 809, 0x02bc} + } +}; + +StandTile tile_173 = { + 0x00d202, 0x02, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1985, -147, 809, 0x02c8}, + {1544, -147, 662, 0x02bc}, + {1544, -147, 809, 0x0000} + } +}; + +StandTile tile_174 = { + 0x00d201, 0x02, + 0x0, + 0x2, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1985, -147, 809, 0x02b4}, + {1985, -147, 662, 0x0000}, + {1544, -147, 662, 0x02c4} + } +}; + +StandTile tile_175 = { + 0x00f802, 0x02, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {882, -221, 662, 0x02d0}, + {1324, -147, 809, 0x02c0}, + {1324, -147, 662, 0x0000} + } +}; + +StandTile tile_176 = { + 0x00f801, 0x02, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {882, -221, 662, 0x02d4}, + {882, -221, 809, 0x0000}, + {1324, -147, 809, 0x02cc} + } +}; + +StandTile tile_177 = { + 0x00f902, 0x02, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {735, -221, 662, 0x02d8}, + {882, -221, 809, 0x02d0}, + {882, -221, 662, 0x0000} + } +}; + +StandTile tile_178 = { + 0x00f901, 0x02, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {735, -221, 662, 0x0294}, + {735, -221, 809, 0x0000}, + {882, -221, 809, 0x02d4} + } +}; + +StandTile tile_179 = { + 0x00c502, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2206, -147, -368, 0x02e0}, + {1324, -147, -515, 0x002c}, + {1324, -147, -368, 0x02e4} + } +}; + +StandTile tile_180 = { + 0x00c501, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2206, -147, -368, 0x0000}, + {2206, -147, -515, 0x030c}, + {1324, -147, -515, 0x02dc} + } +}; + +StandTile tile_181 = { + 0x00ce02, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1324, -147, 74, 0x02e8}, + {2206, -147, -368, 0x02dc}, + {1324, -147, -368, 0x0000} + } +}; + +StandTile tile_182 = { + 0x00ce01, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1324, -147, 74, 0x02ec}, + {2206, -147, 74, 0x0000}, + {2206, -147, -368, 0x02e4} + } +}; + +StandTile tile_183 = { + 0x00cf02, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1544, -147, 221, 0x02f0}, + {2206, -147, 74, 0x02e8}, + {1324, -147, 74, 0x02f8} + } +}; + +StandTile tile_184 = { + 0x00cf01, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1544, -147, 221, 0x0000}, + {1985, -147, 221, 0x02fc}, + {2206, -147, 74, 0x02ec} + } +}; + +StandTile tile_185 = { + 0x00d002, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1544, -147, 221, 0x02f8}, + {1324, -147, 662, 0x02c0}, + {1544, -147, 662, 0x0000} + } +}; + +StandTile tile_186 = { + 0x00d001, 0x01, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1544, -147, 221, 0x02ec}, + {1324, -147, 74, 0x0000}, + {1324, -147, 662, 0x02f4} + } +}; + +StandTile tile_187 = { + 0x00d400, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2206, -147, 221, 0x0000}, + {2206, -147, 74, 0x02f0}, + {1985, -147, 221, 0x0304} + } +}; + +StandTile tile_188 = { + 0x00d502, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2206, -147, 221, 0x0304}, + {1985, 221, 662, 0x0060}, + {2206, 221, 662, 0x0000} + } +}; + +StandTile tile_189 = { + 0x00d501, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2206, -147, 221, 0x02fc}, + {1985, -147, 221, 0x0000}, + {1985, 221, 662, 0x0300} + } +}; + +StandTile tile_190 = { + 0x00c602, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1324, -147, -515, 0x030c}, + {2206, -147, -956, 0x0314}, + {1324, -147, -956, 0x0000} + } +}; + +StandTile tile_191 = { + 0x00c601, 0x01, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1324, -147, -515, 0x02e0}, + {2206, -147, -515, 0x0000}, + {2206, -147, -956, 0x0308} + } +}; + +StandTile tile_192 = { + 0x00c702, 0x01, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1324, -147, -956, 0x0314}, + {1985, -147, -1103, 0x0000}, + {1544, -147, -1103, 0x0318} + } +}; + +StandTile tile_193 = { + 0x00c701, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1324, -147, -956, 0x0308}, + {2206, -147, -956, 0x033c}, + {1985, -147, -1103, 0x0310} + } +}; + +StandTile tile_194 = { + 0x00c802, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1544, -147, -1544, 0x031c}, + {1324, -147, -956, 0x0310}, + {1544, -147, -1103, 0x0000} + } +}; + +StandTile tile_195 = { + 0x00c801, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1544, -147, -1544, 0x0320}, + {1324, -147, -1544, 0x0000}, + {1324, -147, -956, 0x0318} + } +}; + +StandTile tile_196 = { + 0x00c902, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1544, -147, -1691, 0x0324}, + {1324, -147, -1544, 0x031c}, + {1544, -147, -1544, 0x0328} + } +}; + +StandTile tile_197 = { + 0x00c901, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1544, -147, -1691, 0x0000}, + {1324, -147, -1691, 0x00b8}, + {1324, -147, -1544, 0x0320} + } +}; + +StandTile tile_198 = { + 0x00cb02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1985, -147, -1544, 0x032c}, + {1544, -147, -1691, 0x0320}, + {1544, -147, -1544, 0x0000} + } +}; + +StandTile tile_199 = { + 0x00cb01, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1985, -147, -1544, 0x0330}, + {1985, -147, -1691, 0x0000}, + {1544, -147, -1691, 0x0328} + } +}; + +StandTile tile_200 = { + 0x00cc02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2206, -147, -1544, 0x0334}, + {1985, -147, -1691, 0x032c}, + {1985, -147, -1544, 0x0338} + } +}; + +StandTile tile_201 = { + 0x00cc01, 0x01, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2206, -147, -1544, 0x0000}, + {2206, -147, -1691, 0x0000}, + {1985, -147, -1691, 0x0330} + } +}; + +StandTile tile_202 = { + 0x00cd02, 0x01, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1985, -147, -1103, 0x033c}, + {2206, -147, -1544, 0x0330}, + {1985, -147, -1544, 0x0000} + } +}; + +StandTile tile_203 = { + 0x00cd01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1985, -147, -1103, 0x0314}, + {2206, -147, -956, 0x0000}, + {2206, -147, -1544, 0x0338} + } +}; + +StandTile tile_204 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_imp_all_p_stanZ.c b/assets/obseg/stan/Tbg_imp_all_p_stanZ.c new file mode 100644 index 0000000..5f514a7 --- /dev/null +++ b/assets/obseg/stan/Tbg_imp_all_p_stanZ.c @@ -0,0 +1,6375 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:13 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_imp_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x03af02, 0x5c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-455, -227, -2500, 0x0014}, + {-644, -227, -2386, 0x0000}, + {-455, -227, -2386, 0x001c} + } +}; + +StandTile tile_1 = { + 0x03af01, 0x5c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-455, -227, -2500, 0x0000}, + {-644, -227, -2500, 0x02b8}, + {-644, -227, -2386, 0x0010} + } +}; + +StandTile tile_2 = { + 0x03b002, 0x5b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -2500, 0x001c}, + {-455, -227, -2386, 0x0024}, + {-341, -227, -2386, 0x0000} + } +}; + +StandTile tile_3 = { + 0x03b001, 0x5b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -2500, 0x0000}, + {-455, -227, -2500, 0x0010}, + {-455, -227, -2386, 0x0018} + } +}; + +StandTile tile_4 = { + 0x03b102, 0x5a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -2386, 0x0024}, + {-455, -227, -1856, 0x002c}, + {-341, -227, -1856, 0x0000} + } +}; + +StandTile tile_5 = { + 0x03b101, 0x5a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -2386, 0x0018}, + {-455, -227, -2386, 0x0000}, + {-455, -227, -1856, 0x0020} + } +}; + +StandTile tile_6 = { + 0x03b202, 0x59, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -1856, 0x002c}, + {-455, -227, -1705, 0x0000}, + {-341, -227, -1705, 0x0034} + } +}; + +StandTile tile_7 = { + 0x03b201, 0x59, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, -227, -1856, 0x0020}, + {-455, -227, -1856, 0x0000}, + {-455, -227, -1705, 0x0028} + } +}; + +StandTile tile_8 = { + 0x03b302, 0x58, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -1856, 0x0034}, + {-341, -227, -1705, 0x0000}, + {-152, -227, -1705, 0x0188} + } +}; + +StandTile tile_9 = { + 0x03b301, 0x58, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -1856, 0x0000}, + {-341, -227, -1856, 0x0028}, + {-341, -227, -1705, 0x0030} + } +}; + +StandTile tile_10 = { + 0x050500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1780, 0x003c}, + {341, -227, -1553, 0x0074}, + {341, -227, -1780, 0x006c} + } +}; + +StandTile tile_11 = { + 0x050400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1780, 0x0064}, + {114, -227, -1553, 0x0040}, + {341, -227, -1553, 0x0038} + } +}; + +StandTile tile_12 = { + 0x050300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1477, 0x0000}, + {341, -227, -1553, 0x003c}, + {114, -227, -1553, 0x0044} + } +}; + +StandTile tile_13 = { + 0x050200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1553, 0x0000}, + {114, -227, -1477, 0x0048}, + {341, -227, -1477, 0x0040} + } +}; + +StandTile tile_14 = { + 0x050100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1477, 0x004c}, + {341, -227, -1250, 0x00c8}, + {341, -227, -1477, 0x0044} + } +}; + +StandTile tile_15 = { + 0x050000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1477, 0x005c}, + {114, -227, -1250, 0x0054}, + {341, -227, -1250, 0x0048} + } +}; + +StandTile tile_16 = { + 0x04ff00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1174, 0x0058}, + {341, -227, -1174, 0x0054}, + {114, -227, -1250, 0x0000} + } +}; + +StandTile tile_17 = { + 0x04fe00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1174, 0x0000}, + {341, -227, -1250, 0x004c}, + {114, -227, -1250, 0x0050} + } +}; + +StandTile tile_18 = { + 0x04fd00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -947, 0x00c4}, + {341, -227, -1174, 0x0050}, + {114, -227, -1174, 0x00b4} + } +}; + +StandTile tile_19 = { + 0x04fc00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1250, 0x004c}, + {114, -227, -1477, 0x0060}, + {38, -227, -1250, 0x0000} + } +}; + +StandTile tile_20 = { + 0x04fb00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1477, 0x0000}, + {38, -227, -1477, 0x0178}, + {38, -227, -1250, 0x005c} + } +}; + +StandTile tile_21 = { + 0x04fa00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1780, 0x0068}, + {38, -227, -1553, 0x0000}, + {114, -227, -1553, 0x003c} + } +}; + +StandTile tile_22 = { + 0x04f900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1780, 0x0000}, + {38, -227, -1780, 0x0184}, + {38, -227, -1553, 0x0064} + } +}; + +StandTile tile_23 = { + 0x04f800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1856, 0x0070}, + {114, -227, -1780, 0x0038}, + {341, -227, -1780, 0x0000} + } +}; + +StandTile tile_24 = { + 0x04f700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1856, 0x01a0}, + {114, -227, -1856, 0x0000}, + {114, -227, -1780, 0x006c} + } +}; + +StandTile tile_25 = { + 0x04f500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1553, 0x0078}, + {417, -227, -1780, 0x0000}, + {341, -227, -1780, 0x0038} + } +}; + +StandTile tile_26 = { + 0x04f400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1553, 0x0000}, + {417, -227, -1553, 0x0084}, + {417, -227, -1780, 0x0074} + } +}; + +StandTile tile_27 = { + 0x04f300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1780, 0x0084}, + {568, -227, -1780, 0x0080}, + {417, -227, -1856, 0x0000} + } +}; + +StandTile tile_28 = { + 0x04f200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1780, 0x0000}, + {568, -227, -1856, 0x01ac}, + {417, -227, -1856, 0x007c} + } +}; + +StandTile tile_29 = { + 0x04f100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1553, 0x0088}, + {568, -227, -1780, 0x007c}, + {417, -227, -1780, 0x0078} + } +}; + +StandTile tile_30 = { + 0x04f000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1553, 0x008c}, + {568, -227, -1780, 0x0084}, + {417, -227, -1553, 0x00d0} + } +}; + +StandTile tile_31 = { + 0x04ef00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1553, 0x0000}, + {644, -227, -1553, 0x0090}, + {568, -227, -1780, 0x0088} + } +}; + +StandTile tile_32 = { + 0x04ee00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1553, 0x0094}, + {644, -227, -1780, 0x0000}, + {568, -227, -1780, 0x008c} + } +}; + +StandTile tile_33 = { + 0x04ed00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1553, 0x0098}, + {644, -227, -1780, 0x0090}, + {644, -227, -1553, 0x00ac} + } +}; + +StandTile tile_34 = { + 0x04ec00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1553, 0x00a4}, + {871, -227, -1780, 0x009c}, + {644, -227, -1780, 0x0094} + } +}; + +StandTile tile_35 = { + 0x04eb00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1780, 0x0098}, + {871, -227, -1780, 0x00a0}, + {644, -227, -1856, 0x0000} + } +}; + +StandTile tile_36 = { + 0x04ea00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1780, 0x0000}, + {871, -227, -1856, 0x01bc}, + {644, -227, -1856, 0x009c} + } +}; + +StandTile tile_37 = { + 0x04e900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1780, 0x0098}, + {871, -227, -1553, 0x00a8}, + {947, -227, -1780, 0x0000} + } +}; + +StandTile tile_38 = { + 0x04e800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1553, 0x0000}, + {947, -227, -1553, 0x01d4}, + {947, -227, -1780, 0x00a4} + } +}; + +StandTile tile_39 = { + 0x04e700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1553, 0x00b0}, + {871, -227, -1477, 0x0000}, + {871, -227, -1553, 0x0094} + } +}; + +StandTile tile_40 = { + 0x04e600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1553, 0x0000}, + {644, -227, -1477, 0x0108}, + {871, -227, -1477, 0x00ac} + } +}; + +StandTile tile_41 = { + 0x04e500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1174, 0x00b8}, + {114, -227, -947, 0x0058}, + {114, -227, -1174, 0x0000} + } +}; + +StandTile tile_42 = { + 0x04e400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1174, 0x016c}, + {38, -227, -947, 0x0000}, + {114, -227, -947, 0x00b4} + } +}; + +StandTile tile_43 = { + 0x04e300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -871, 0x00c0}, + {341, -227, -947, 0x00c4}, + {114, -227, -947, 0x0000} + } +}; + +StandTile tile_44 = { + 0x04e200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -871, 0x0154}, + {341, -227, -871, 0x0000}, + {341, -227, -947, 0x00bc} + } +}; + +StandTile tile_45 = { + 0x04e100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -947, 0x00bc}, + {341, -227, -947, 0x00e8}, + {341, -227, -1174, 0x0058} + } +}; + +StandTile tile_46 = { + 0x04e000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1250, 0x00cc}, + {417, -227, -1477, 0x0000}, + {341, -227, -1477, 0x0048} + } +}; + +StandTile tile_47 = { + 0x04df00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1250, 0x0000}, + {417, -227, -1250, 0x00d8}, + {417, -227, -1477, 0x00c8} + } +}; + +StandTile tile_48 = { + 0x04de00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1553, 0x0000}, + {417, -227, -1477, 0x00d4}, + {568, -227, -1553, 0x0088} + } +}; + +StandTile tile_49 = { + 0x04dd00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1477, 0x00d8}, + {568, -227, -1477, 0x0000}, + {568, -227, -1553, 0x00d0} + } +}; + +StandTile tile_50 = { + 0x04dc00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1477, 0x00cc}, + {417, -227, -1250, 0x00dc}, + {568, -227, -1477, 0x00d4} + } +}; + +StandTile tile_51 = { + 0x04db00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1250, 0x00e0}, + {568, -227, -1250, 0x0100}, + {568, -227, -1477, 0x00d8} + } +}; + +StandTile tile_52 = { + 0x04da00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1250, 0x0000}, + {417, -227, -1174, 0x00e4}, + {568, -227, -1250, 0x00dc} + } +}; + +StandTile tile_53 = { + 0x04d900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1174, 0x00f0}, + {568, -227, -1174, 0x0000}, + {568, -227, -1250, 0x00e0} + } +}; + +StandTile tile_54 = { + 0x04d800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1174, 0x00c4}, + {341, -227, -947, 0x00ec}, + {417, -227, -1174, 0x0000} + } +}; + +StandTile tile_55 = { + 0x04d700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -947, 0x0000}, + {417, -227, -947, 0x00f0}, + {417, -227, -1174, 0x00e8} + } +}; + +StandTile tile_56 = { + 0x04d600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -947, 0x00f4}, + {568, -227, -1174, 0x00e4}, + {417, -227, -1174, 0x00ec} + } +}; + +StandTile tile_57 = { + 0x04d400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1174, 0x00f0}, + {417, -227, -947, 0x00f8}, + {568, -227, -947, 0x0120} + } +}; + +StandTile tile_58 = { + 0x04d300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -947, 0x0000}, + {417, -227, -871, 0x00fc}, + {568, -227, -947, 0x00f4} + } +}; + +StandTile tile_59 = { + 0x04d200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -871, 0x0148}, + {568, -227, -871, 0x0000}, + {568, -227, -947, 0x00f8} + } +}; + +StandTile tile_60 = { + 0x04d100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1477, 0x00dc}, + {568, -227, -1250, 0x0104}, + {644, -227, -1477, 0x0000} + } +}; + +StandTile tile_61 = { + 0x04d000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1477, 0x0100}, + {568, -227, -1250, 0x0000}, + {644, -227, -1250, 0x0108} + } +}; + +StandTile tile_62 = { + 0x04cf00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1477, 0x0104}, + {644, -227, -1250, 0x010c}, + {871, -227, -1477, 0x00b0} + } +}; + +StandTile tile_63 = { + 0x04ce00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1250, 0x0118}, + {871, -227, -1250, 0x0110}, + {871, -227, -1477, 0x0108} + } +}; + +StandTile tile_64 = { + 0x04cd00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1477, 0x010c}, + {871, -227, -1250, 0x0114}, + {947, -227, -1477, 0x0000} + } +}; + +StandTile tile_65 = { + 0x04cc00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1477, 0x0110}, + {871, -227, -1250, 0x0000}, + {947, -227, -1250, 0x01e0} + } +}; + +StandTile tile_66 = { + 0x04cb00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1250, 0x0000}, + {644, -227, -1174, 0x011c}, + {871, -227, -1250, 0x010c} + } +}; + +StandTile tile_67 = { + 0x04ca00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1174, 0x0128}, + {871, -227, -1174, 0x0000}, + {871, -227, -1250, 0x0118} + } +}; + +StandTile tile_68 = { + 0x04c900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1174, 0x00f4}, + {568, -227, -947, 0x0124}, + {644, -227, -1174, 0x0000} + } +}; + +StandTile tile_69 = { + 0x04c800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -947, 0x0000}, + {644, -227, -947, 0x012c}, + {644, -227, -1174, 0x0120} + } +}; + +StandTile tile_70 = { + 0x04c700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -947, 0x0130}, + {871, -227, -1174, 0x011c}, + {644, -227, -1174, 0x012c} + } +}; + +StandTile tile_71 = { + 0x04c600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1174, 0x0124}, + {644, -227, -947, 0x0138}, + {871, -227, -947, 0x0128} + } +}; + +StandTile tile_72 = { + 0x04c500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1174, 0x0000}, + {871, -227, -1174, 0x0128}, + {871, -227, -947, 0x0134} + } +}; + +StandTile tile_73 = { + 0x04c400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -947, 0x0000}, + {947, -227, -947, 0x01ec}, + {947, -227, -1174, 0x0130} + } +}; + +StandTile tile_74 = { + 0x04c300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -947, 0x0000}, + {644, -227, -871, 0x013c}, + {871, -227, -947, 0x012c} + } +}; + +StandTile tile_75 = { + 0x04c200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -871, 0x0204}, + {871, -227, -871, 0x0000}, + {871, -227, -947, 0x0138} + } +}; + +StandTile tile_76 = { + 0x04c100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -720, 0x0204}, + {644, -227, -871, 0x0000}, + {568, -227, -871, 0x0144} + } +}; + +StandTile tile_77 = { + 0x04c000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -871, 0x0148}, + {423, -227, -720, 0x0000}, + {720, -227, -720, 0x0140} + } +}; + +StandTile tile_78 = { + 0x04bf00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -871, 0x014c}, + {423, -227, -720, 0x0144}, + {568, -227, -871, 0x00fc} + } +}; + +StandTile tile_79 = { + 0x04be00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -871, 0x0000}, + {341, -227, -871, 0x0150}, + {423, -227, -720, 0x0148} + } +}; + +StandTile tile_80 = { + 0x04bd00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -871, 0x0154}, + {94, -227, -720, 0x0000}, + {423, -227, -720, 0x014c} + } +}; + +StandTile tile_81 = { + 0x04bc00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -871, 0x00c0}, + {114, -227, -871, 0x0158}, + {94, -227, -720, 0x0150} + } +}; + +StandTile tile_82 = { + 0x04bb00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -871, 0x0000}, + {38, -227, -871, 0x015c}, + {94, -227, -720, 0x0154} + } +}; + +StandTile tile_83 = { + 0x04ba00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -871, 0x0160}, + {-152, -227, -720, 0x0000}, + {94, -227, -720, 0x0158} + } +}; + +StandTile tile_84 = { + 0x04b900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -871, 0x0164}, + {-152, -227, -873, 0x0000}, + {-152, -227, -720, 0x015c} + } +}; + +StandTile tile_85 = { + 0x04b800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -871, 0x0000}, + {38, -227, -947, 0x0168}, + {-152, -227, -873, 0x0160} + } +}; + +StandTile tile_86 = { + 0x04b700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -947, 0x016c}, + {-152, -227, -1046, 0x0000}, + {-152, -227, -873, 0x0164} + } +}; + +StandTile tile_87 = { + 0x04b600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1174, 0x0170}, + {-152, -227, -1046, 0x0168}, + {38, -227, -947, 0x00b8} + } +}; + +StandTile tile_88 = { + 0x04b500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -1046, 0x016c}, + {38, -227, -1174, 0x0000}, + {38, -227, -1250, 0x0174} + } +}; + +StandTile tile_89 = { + 0x04b400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1250, 0x0178}, + {-152, -227, -1400, 0x0000}, + {-152, -227, -1046, 0x0170} + } +}; + +StandTile tile_90 = { + 0x04b300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1477, 0x017c}, + {-152, -227, -1400, 0x0174}, + {38, -227, -1250, 0x0060} + } +}; + +StandTile tile_91 = { + 0x04b200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1477, 0x0000}, + {38, -227, -1553, 0x0180}, + {-152, -227, -1400, 0x0178} + } +}; + +StandTile tile_92 = { + 0x04b100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1553, 0x0184}, + {-152, -227, -1705, 0x0000}, + {-152, -227, -1400, 0x017c} + } +}; + +StandTile tile_93 = { + 0x04b000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1553, 0x0068}, + {38, -227, -1780, 0x0188}, + {-152, -227, -1705, 0x0180} + } +}; + +StandTile tile_94 = { + 0x04af00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1780, 0x018c}, + {-152, -227, -1856, 0x0030}, + {-152, -227, -1705, 0x0184} + } +}; + +StandTile tile_95 = { + 0x04ae00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1780, 0x0000}, + {38, -227, -1856, 0x0190}, + {-152, -227, -1856, 0x0188} + } +}; + +StandTile tile_96 = { + 0x04ad00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, -227, -1856, 0x0194}, + {-152, -227, -2008, 0x0000}, + {-152, -227, -1856, 0x018c} + } +}; + +StandTile tile_97 = { + 0x04ac00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -2008, 0x0190}, + {38, -227, -1856, 0x0198}, + {-11, -227, -2008, 0x0000} + } +}; + +StandTile tile_98 = { + 0x04ab00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-11, -227, -2008, 0x0194}, + {38, -227, -1856, 0x0000}, + {114, -227, -1856, 0x019c} + } +}; + +StandTile tile_99 = { + 0x04aa00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {114, -227, -1856, 0x01a0}, + {132, -227, -2008, 0x0000}, + {-11, -227, -2008, 0x0198} + } +}; + +StandTile tile_100 = { + 0x04a900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {132, -227, -2008, 0x019c}, + {114, -227, -1856, 0x0070}, + {341, -227, -1856, 0x01a4} + } +}; + +StandTile tile_101 = { + 0x04a800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, -227, -1856, 0x01a8}, + {376, -227, -2008, 0x0000}, + {132, -227, -2008, 0x01a0} + } +}; + +StandTile tile_102 = { + 0x04a700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1856, 0x01ac}, + {376, -227, -2008, 0x01a4}, + {341, -227, -1856, 0x0000} + } +}; + +StandTile tile_103 = { + 0x04a600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, -227, -1856, 0x0080}, + {568, -227, -1856, 0x01b0}, + {376, -227, -2008, 0x01a8} + } +}; + +StandTile tile_104 = { + 0x04a500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {376, -227, -2008, 0x01ac}, + {568, -227, -1856, 0x01b4}, + {599, -227, -2008, 0x0000} + } +}; + +StandTile tile_105 = { + 0x04a400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, -227, -1856, 0x0000}, + {644, -227, -1856, 0x01b8}, + {599, -227, -2008, 0x01b0} + } +}; + +StandTile tile_106 = { + 0x04a300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1856, 0x01bc}, + {876, -227, -2008, 0x0000}, + {599, -227, -2008, 0x01b4} + } +}; + +StandTile tile_107 = { + 0x04a200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, -227, -1856, 0x00a0}, + {871, -227, -1856, 0x01c0}, + {876, -227, -2008, 0x01b8} + } +}; + +StandTile tile_108 = { + 0x04a100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -1856, 0x0000}, + {947, -227, -1856, 0x01c4}, + {876, -227, -2008, 0x01bc} + } +}; + +StandTile tile_109 = { + 0x04a000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1856, 0x01c8}, + {1136, -227, -2008, 0x0000}, + {876, -227, -2008, 0x01c0} + } +}; + +StandTile tile_110 = { + 0x049f00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1856, 0x01cc}, + {1136, -227, -1850, 0x0000}, + {1136, -227, -2008, 0x01c4} + } +}; + +StandTile tile_111 = { + 0x049e00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1856, 0x0000}, + {947, -227, -1780, 0x01d0}, + {1136, -227, -1850, 0x01c8} + } +}; + +StandTile tile_112 = { + 0x049d00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1780, 0x01d4}, + {1136, -227, -1609, 0x0000}, + {1136, -227, -1850, 0x01cc} + } +}; + +StandTile tile_113 = { + 0x049c00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1553, 0x01d8}, + {1136, -227, -1609, 0x01d0}, + {947, -227, -1780, 0x00a8} + } +}; + +StandTile tile_114 = { + 0x049b00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1477, 0x01dc}, + {1136, -227, -1609, 0x01d4}, + {947, -227, -1553, 0x0000} + } +}; + +StandTile tile_115 = { + 0x049a00, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1477, 0x01e0}, + {1136, -227, -1371, 0x0000}, + {1136, -227, -1609, 0x01d8} + } +}; + +StandTile tile_116 = { + 0x049900, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1250, 0x01e4}, + {1136, -227, -1371, 0x01dc}, + {947, -227, -1477, 0x0114} + } +}; + +StandTile tile_117 = { + 0x049800, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1136, -227, -1371, 0x01e0}, + {947, -227, -1250, 0x0000}, + {947, -227, -1174, 0x01e8} + } +}; + +StandTile tile_118 = { + 0x049700, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -1174, 0x01ec}, + {1136, -227, -1086, 0x0000}, + {1136, -227, -1371, 0x01e4} + } +}; + +StandTile tile_119 = { + 0x049600, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -947, 0x01f0}, + {1136, -227, -1086, 0x01e8}, + {947, -227, -1174, 0x0134} + } +}; + +StandTile tile_120 = { + 0x049500, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1136, -227, -1086, 0x01ec}, + {947, -227, -947, 0x01f4}, + {1136, -227, -720, 0x0000} + } +}; + +StandTile tile_121 = { + 0x049400, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -947, 0x0000}, + {947, -227, -871, 0x01f8}, + {1136, -227, -720, 0x01f0} + } +}; + +StandTile tile_122 = { + 0x049300, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -871, 0x01fc}, + {833, -227, -720, 0x0000}, + {1136, -227, -720, 0x01f4} + } +}; + +StandTile tile_123 = { + 0x049200, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {947, -227, -871, 0x0000}, + {871, -227, -871, 0x0200}, + {833, -227, -720, 0x01f8} + } +}; + +StandTile tile_124 = { + 0x049100, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -720, 0x01fc}, + {871, -227, -871, 0x0204}, + {720, -227, -720, 0x020c} + } +}; + +StandTile tile_125 = { + 0x049000, 0x57, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, -227, -871, 0x013c}, + {644, -227, -871, 0x0140}, + {720, -227, -720, 0x0200} + } +}; + +StandTile tile_126 = { + 0x035e02, 0x56, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -568, 0x020c}, + {720, -227, -720, 0x0000}, + {720, -227, -568, 0x024c} + } +}; + +StandTile tile_127 = { + 0x035e01, 0x56, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -568, 0x0000}, + {833, -227, -720, 0x0200}, + {720, -227, -720, 0x0208} + } +}; + +StandTile tile_128 = { + 0x048f00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -189, 0x0244}, + {720, -227, -189, 0x0214}, + {833, -227, 0, 0x0000} + } +}; + +StandTile tile_129 = { + 0x048e00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -189, 0x0218}, + {455, -227, 0, 0x0220}, + {833, -227, 0, 0x0210} + } +}; + +StandTile tile_130 = { + 0x048d00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -189, 0x0000}, + {227, -227, -189, 0x021c}, + {455, -227, 0, 0x0214} + } +}; + +StandTile tile_131 = { + 0x048c00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, -189, 0x0000}, + {227, -227, 114, 0x0230}, + {455, -227, 0, 0x0218} + } +}; + +StandTile tile_132 = { + 0x048b00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, 0, 0x0214}, + {455, -227, 0, 0x0234}, + {455, -227, 379, 0x0224} + } +}; + +StandTile tile_133 = { + 0x048a00, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, 0, 0x0220}, + {455, -227, 379, 0x0228}, + {833, -227, 568, 0x0000} + } +}; + +StandTile tile_134 = { + 0x048900, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, -227, 379, 0x022c}, + {227, -227, 568, 0x0000}, + {833, -227, 568, 0x0224} + } +}; + +StandTile tile_135 = { + 0x048800, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 568, 0x0228}, + {455, -227, 379, 0x0234}, + {227, -227, 227, 0x0000} + } +}; + +StandTile tile_136 = { + 0x048700, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 227, 0x0234}, + {455, -227, 0, 0x021c}, + {227, -227, 114, 0x0260} + } +}; + +StandTile tile_137 = { + 0x048600, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 227, 0x022c}, + {455, -227, 379, 0x0220}, + {455, -227, 0, 0x0230} + } +}; + +StandTile tile_138 = { + 0x001a02, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {606, 0, 0, 0x023c}, + {455, 0, 379, 0x070a}, + {606, 0, 379, 0x0000} + } +}; + +StandTile tile_139 = { + 0x001a01, 0x55, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {606, 0, 0, 0x0716}, + {455, 0, 0, 0x0000}, + {455, 0, 379, 0x0238} + } +}; + +StandTile tile_140 = { + 0x025502, 0x54, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -189, 0x0244}, + {833, -227, -455, 0x0248}, + {720, -227, -455, 0x0000} + } +}; + +StandTile tile_141 = { + 0x025501, 0x54, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -189, 0x0210}, + {833, -227, -189, 0x0000}, + {833, -227, -455, 0x0240} + } +}; + +StandTile tile_142 = { + 0x035d02, 0x53, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -455, 0x024c}, + {720, -227, -568, 0x0250}, + {720, -227, -455, 0x0240} + } +}; + +StandTile tile_143 = { + 0x035d01, 0x53, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -227, -455, 0x0000}, + {833, -227, -568, 0x0208}, + {720, -227, -568, 0x0248} + } +}; + +StandTile tile_144 = { + 0x025602, 0x52, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -568, 0x0254}, + {301, -227, -455, 0x0000}, + {720, -227, -455, 0x0248} + } +}; + +StandTile tile_145 = { + 0x025601, 0x52, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {720, -227, -568, 0x0000}, + {301, -227, -568, 0x0258}, + {301, -227, -455, 0x0250} + } +}; + +StandTile tile_146 = { + 0x025002, 0x51, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {301, -227, -568, 0x025c}, + {-152, -227, -455, 0x0000}, + {301, -227, -455, 0x0254} + } +}; + +StandTile tile_147 = { + 0x025001, 0x51, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {301, -227, -568, 0x0000}, + {-152, -227, -568, 0x0278}, + {-152, -227, -455, 0x0258} + } +}; + +StandTile tile_148 = { + 0x025202, 0x50, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 114, 0x0264}, + {-152, -227, 227, 0x0000}, + {227, -227, 227, 0x0230} + } +}; + +StandTile tile_149 = { + 0x025201, 0x50, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 114, 0x0000}, + {-152, -227, 114, 0x0288}, + {-152, -227, 227, 0x0260} + } +}; + +StandTile tile_150 = { + 0x032102, 0x4f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -455, 0x026c}, + {-644, -227, -568, 0x0380}, + {-758, -227, -568, 0x0000} + } +}; + +StandTile tile_151 = { + 0x032101, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -455, 0x0000}, + {-644, -227, -455, 0x0270}, + {-644, -227, -568, 0x0268} + } +}; + +StandTile tile_152 = { + 0x025102, 0x4e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -455, 0x0274}, + {-265, -227, -568, 0x0000}, + {-644, -227, -568, 0x026c} + } +}; + +StandTile tile_153 = { + 0x025101, 0x4e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -455, 0x0000}, + {-265, -227, -455, 0x027c}, + {-265, -227, -568, 0x0270} + } +}; + +StandTile tile_154 = { + 0x024f02, 0x4d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -568, 0x027c}, + {-265, -227, -455, 0x0284}, + {-152, -227, -455, 0x025c} + } +}; + +StandTile tile_155 = { + 0x024f01, 0x4d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -568, 0x0000}, + {-265, -227, -568, 0x0274}, + {-265, -227, -455, 0x0278} + } +}; + +StandTile tile_156 = { + 0x024d02, 0x4c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -455, 0x0284}, + {-265, -227, 114, 0x028c}, + {-152, -227, 114, 0x0000} + } +}; + +StandTile tile_157 = { + 0x024d01, 0x4c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, -455, 0x0278}, + {-265, -227, -455, 0x0000}, + {-265, -227, 114, 0x0280} + } +}; + +StandTile tile_158 = { + 0x024c02, 0x4b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 114, 0x028c}, + {-265, -227, 227, 0x0294}, + {-152, -227, 227, 0x0264} + } +}; + +StandTile tile_159 = { + 0x024c01, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 114, 0x0280}, + {-265, -227, 114, 0x0000}, + {-265, -227, 227, 0x0288} + } +}; + +StandTile tile_160 = { + 0x024802, 0x4a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 227, 0x0294}, + {-265, -227, 871, 0x04c0}, + {-152, -227, 871, 0x0000} + } +}; + +StandTile tile_161 = { + 0x024801, 0x4a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 227, 0x0288}, + {-265, -227, 227, 0x0000}, + {-265, -227, 871, 0x0290} + } +}; + +StandTile tile_162 = { + 0x039d02, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2159, -227, -2386, 0x029c}, + {-2045, 0, -1894, 0x0000}, + {-2045, -227, -2386, 0x02a0} + } +}; + +StandTile tile_163 = { + 0x039d01, 0x49, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-2159, -227, -2386, 0x0000}, + {-2159, 0, -1894, 0x05ba}, + {-2045, 0, -1894, 0x0298} + } +}; + +StandTile tile_164 = { + 0x03a902, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, -227, -2500, 0x02a4}, + {-2159, -227, -2386, 0x0298}, + {-2045, -227, -2386, 0x02ac} + } +}; + +StandTile tile_165 = { + 0x03a901, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, -227, -2500, 0x0000}, + {-2159, -227, -2500, 0x0000}, + {-2159, -227, -2386, 0x02a0} + } +}; + +StandTile tile_166 = { + 0x03aa02, 0x47, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1553, -227, -2500, 0x02ac}, + {-2045, -227, -2386, 0x0000}, + {-1553, -227, -2386, 0x036c} + } +}; + +StandTile tile_167 = { + 0x03aa01, 0x47, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1553, -227, -2500, 0x0000}, + {-2045, -227, -2500, 0x02a0}, + {-2045, -227, -2386, 0x02a8} + } +}; + +StandTile tile_168 = { + 0x048200, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-953, -227, -2500, 0x02e0}, + {-833, -227, -2311, 0x0000}, + {-758, -227, -2311, 0x02b4} + } +}; + +StandTile tile_169 = { + 0x048100, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -2311, 0x02b8}, + {-644, -227, -2500, 0x0000}, + {-953, -227, -2500, 0x02b0} + } +}; + +StandTile tile_170 = { + 0x048000, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -2500, 0x02b4}, + {-758, -227, -2311, 0x02bc}, + {-644, -227, -2386, 0x0014} + } +}; + +StandTile tile_171 = { + 0x047f00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -2386, 0x02b8}, + {-758, -227, -2311, 0x0000}, + {-758, -227, -2235, 0x02c0} + } +}; + +StandTile tile_172 = { + 0x047e00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -2235, 0x02c4}, + {-644, -227, -1987, 0x0000}, + {-644, -227, -2386, 0x02bc} + } +}; + +StandTile tile_173 = { + 0x047d00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1894, 0x02f4}, + {-644, -227, -1987, 0x02c0}, + {-758, -227, -2235, 0x02c8} + } +}; + +StandTile tile_174 = { + 0x047c00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -2235, 0x0000}, + {-833, -227, -2235, 0x02cc}, + {-758, -227, -1894, 0x02c4} + } +}; + +StandTile tile_175 = { + 0x047b00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -1894, 0x0000}, + {-758, -227, -1894, 0x02c8}, + {-833, -227, -2235, 0x02d0} + } +}; + +StandTile tile_176 = { + 0x047a00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -1894, 0x02cc}, + {-833, -227, -2235, 0x02d4}, + {-1061, -227, -1894, 0x02ec} + } +}; + +StandTile tile_177 = { + 0x047900, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -2235, 0x02d8}, + {-1061, -227, -2235, 0x02e4}, + {-1061, -227, -1894, 0x02d0} + } +}; + +StandTile tile_178 = { + 0x047800, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -2235, 0x02dc}, + {-1061, -227, -2311, 0x0000}, + {-1061, -227, -2235, 0x02d4} + } +}; + +StandTile tile_179 = { + 0x047700, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -2235, 0x0000}, + {-833, -227, -2311, 0x02e0}, + {-1061, -227, -2311, 0x02d8} + } +}; + +StandTile tile_180 = { + 0x047600, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -2311, 0x02dc}, + {-833, -227, -2311, 0x02b0}, + {-953, -227, -2500, 0x0358} + } +}; + +StandTile tile_181 = { + 0x047500, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1894, 0x02d4}, + {-1061, -227, -2235, 0x0000}, + {-1136, -227, -2235, 0x02e8} + } +}; + +StandTile tile_182 = { + 0x047400, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -2235, 0x034c}, + {-1136, -227, -1894, 0x0000}, + {-1061, -227, -1894, 0x02e4} + } +}; + +StandTile tile_183 = { + 0x047300, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1818, 0x02f0}, + {-833, -227, -1894, 0x02d0}, + {-1061, -227, -1894, 0x0000} + } +}; + +StandTile tile_184 = { + 0x047200, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1818, 0x0308}, + {-833, -227, -1818, 0x0000}, + {-833, -227, -1894, 0x02ec} + } +}; + +StandTile tile_185 = { + 0x047100, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1818, 0x02f8}, + {-644, -227, -1987, 0x02c4}, + {-758, -227, -1894, 0x0000} + } +}; + +StandTile tile_186 = { + 0x047000, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1818, 0x02fc}, + {-644, -227, -1629, 0x0000}, + {-644, -227, -1987, 0x02f4} + } +}; + +StandTile tile_187 = { + 0x046f00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1818, 0x0300}, + {-758, -227, -1629, 0x0370}, + {-644, -227, -1629, 0x02f8} + } +}; + +StandTile tile_188 = { + 0x046e00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1629, 0x02fc}, + {-758, -227, -1818, 0x0000}, + {-833, -227, -1818, 0x0304} + } +}; + +StandTile tile_189 = { + 0x046d00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, -1818, 0x0308}, + {-1104, -227, -1629, 0x0000}, + {-758, -227, -1629, 0x0300} + } +}; + +StandTile tile_190 = { + 0x046c00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1818, 0x030c}, + {-1104, -227, -1629, 0x0304}, + {-833, -227, -1818, 0x02f0} + } +}; + +StandTile tile_191 = { + 0x046b00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -227, -1818, 0x0000}, + {-1136, -227, -1818, 0x0310}, + {-1104, -227, -1629, 0x0308} + } +}; + +StandTile tile_192 = { + 0x046a00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1104, -227, -1629, 0x030c}, + {-1136, -227, -1818, 0x0314}, + {-1326, -227, -1629, 0x0000} + } +}; + +StandTile tile_193 = { + 0x046900, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1818, 0x0318}, + {-1364, -227, -1818, 0x0320}, + {-1326, -227, -1629, 0x0310} + } +}; + +StandTile tile_194 = { + 0x046800, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1818, 0x0000}, + {-1136, -227, -1894, 0x031c}, + {-1364, -227, -1818, 0x0314} + } +}; + +StandTile tile_195 = { + 0x046700, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1894, 0x0348}, + {-1364, -227, -1894, 0x0000}, + {-1364, -227, -1818, 0x0318} + } +}; + +StandTile tile_196 = { + 0x046600, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1364, -227, -1818, 0x0000}, + {-1439, -227, -1818, 0x0324}, + {-1326, -227, -1629, 0x0314} + } +}; + +StandTile tile_197 = { + 0x046500, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1818, 0x0328}, + {-1553, -227, -1629, 0x0000}, + {-1326, -227, -1629, 0x0320} + } +}; + +StandTile tile_198 = { + 0x046400, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1818, 0x032c}, + {-1553, -227, -1861, 0x0000}, + {-1553, -227, -1629, 0x0324} + } +}; + +StandTile tile_199 = { + 0x046300, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1894, 0x0330}, + {-1553, -227, -1861, 0x0328}, + {-1439, -227, -1818, 0x0000} + } +}; + +StandTile tile_200 = { + 0x046200, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1894, 0x0334}, + {-1553, -227, -2222, 0x0000}, + {-1553, -227, -1861, 0x032c} + } +}; + +StandTile tile_201 = { + 0x046100, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -1894, 0x0338}, + {-1439, -227, -2235, 0x0340}, + {-1553, -227, -2222, 0x0330} + } +}; + +StandTile tile_202 = { + 0x046000, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1364, -227, -1894, 0x033c}, + {-1439, -227, -2235, 0x0334}, + {-1439, -227, -1894, 0x0000} + } +}; + +StandTile tile_203 = { + 0x045f00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1364, -227, -1894, 0x0348}, + {-1364, -227, -2235, 0x0000}, + {-1439, -227, -2235, 0x0338} + } +}; + +StandTile tile_204 = { + 0x045e00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -2235, 0x0000}, + {-1439, -227, -2311, 0x0344}, + {-1553, -227, -2222, 0x0334} + } +}; + +StandTile tile_205 = { + 0x045d00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -2311, 0x036c}, + {-1553, -227, -2386, 0x0000}, + {-1553, -227, -2222, 0x0340} + } +}; + +StandTile tile_206 = { + 0x045c00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1894, 0x034c}, + {-1364, -227, -2235, 0x033c}, + {-1364, -227, -1894, 0x031c} + } +}; + +StandTile tile_207 = { + 0x045b00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -1894, 0x02e8}, + {-1136, -227, -2235, 0x0350}, + {-1364, -227, -2235, 0x0348} + } +}; + +StandTile tile_208 = { + 0x045a00, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -2235, 0x0000}, + {-1136, -227, -2311, 0x0354}, + {-1364, -227, -2235, 0x034c} + } +}; + +StandTile tile_209 = { + 0x045900, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -2311, 0x0360}, + {-1364, -227, -2311, 0x0000}, + {-1364, -227, -2235, 0x0350} + } +}; + +StandTile tile_210 = { + 0x045800, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-953, -227, -2500, 0x035c}, + {-1136, -227, -2311, 0x0000}, + {-1061, -227, -2311, 0x02e0} + } +}; + +StandTile tile_211 = { + 0x045700, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-953, -227, -2500, 0x0000}, + {-1290, -227, -2500, 0x0360}, + {-1136, -227, -2311, 0x0358} + } +}; + +StandTile tile_212 = { + 0x045600, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1290, -227, -2500, 0x0364}, + {-1364, -227, -2311, 0x0354}, + {-1136, -227, -2311, 0x035c} + } +}; + +StandTile tile_213 = { + 0x045500, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1290, -227, -2500, 0x0368}, + {-1439, -227, -2311, 0x0000}, + {-1364, -227, -2311, 0x0360} + } +}; + +StandTile tile_214 = { + 0x045400, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1290, -227, -2500, 0x0000}, + {-1553, -227, -2500, 0x036c}, + {-1439, -227, -2311, 0x0364} + } +}; + +StandTile tile_215 = { + 0x045300, 0x46, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1553, -227, -2500, 0x02a8}, + {-1553, -227, -2386, 0x0344}, + {-1439, -227, -2311, 0x0368} + } +}; + +StandTile tile_216 = { + 0x03ad02, 0x45, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1250, 0x0374}, + {-644, -227, -1629, 0x02fc}, + {-758, -227, -1629, 0x0000} + } +}; + +StandTile tile_217 = { + 0x03ad01, 0x45, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -1250, 0x0378}, + {-644, -227, -1250, 0x0000}, + {-644, -227, -1629, 0x0370} + } +}; + +StandTile tile_218 = { + 0x03ac02, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -871, 0x037c}, + {-644, -227, -1250, 0x0374}, + {-758, -227, -1250, 0x0000} + } +}; + +StandTile tile_219 = { + 0x03ac01, 0x44, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -871, 0x038c}, + {-644, -227, -871, 0x0000}, + {-644, -227, -1250, 0x0378} + } +}; + +StandTile tile_220 = { + 0x032202, 0x43, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -644, 0x0384}, + {-758, -227, -568, 0x0268}, + {-644, -227, -568, 0x0000} + } +}; + +StandTile tile_221 = { + 0x032201, 0x43, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -644, 0x0388}, + {-758, -227, -644, 0x0000}, + {-758, -227, -568, 0x0380} + } +}; + +StandTile tile_222 = { + 0x032302, 0x42, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -871, 0x038c}, + {-758, -227, -644, 0x0384}, + {-644, -227, -644, 0x0000} + } +}; + +StandTile tile_223 = { + 0x032301, 0x42, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-644, -227, -871, 0x037c}, + {-758, -227, -871, 0x0390}, + {-758, -227, -644, 0x0388} + } +}; + +StandTile tile_224 = { + 0x031f02, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -871, 0x0394}, + {-1136, -227, -644, 0x0000}, + {-758, -227, -644, 0x038c} + } +}; + +StandTile tile_225 = { + 0x031f01, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-758, -227, -871, 0x0000}, + {-1136, -227, -871, 0x0398}, + {-1136, -227, -644, 0x0390} + } +}; + +StandTile tile_226 = { + 0x031e02, 0x40, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -871, 0x039c}, + {-1288, -227, -644, 0x03b4}, + {-1136, -227, -644, 0x0394} + } +}; + +StandTile tile_227 = { + 0x031e01, 0x40, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -871, 0x0000}, + {-1288, -227, -871, 0x0000}, + {-1288, -227, -644, 0x0398} + } +}; + +StandTile tile_228 = { + 0x031b02, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -568, 0x03a4}, + {-1288, -227, -341, 0x03e4}, + {-1136, -227, -341, 0x03bc} + } +}; + +StandTile tile_229 = { + 0x031b01, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -568, 0x03b0}, + {-1288, -227, -568, 0x03ac}, + {-1288, -227, -341, 0x03a0} + } +}; + +StandTile tile_230 = { + 0x031c02, 0x3f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -341, 0x03ac}, + {-1288, -227, -568, 0x0000}, + {-1439, -227, -568, 0x0000} + } +}; + +StandTile tile_231 = { + 0x031c01, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -341, 0x0000}, + {-1288, -227, -341, 0x03a4}, + {-1288, -227, -568, 0x03a8} + } +}; + +StandTile tile_232 = { + 0x031d02, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -644, 0x03b4}, + {-1288, -227, -568, 0x03a4}, + {-1136, -227, -568, 0x0000} + } +}; + +StandTile tile_233 = { + 0x031d01, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -644, 0x0398}, + {-1288, -227, -644, 0x0000}, + {-1288, -227, -568, 0x03b0} + } +}; + +StandTile tile_234 = { + 0x032002, 0x3f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, -568, 0x03bc}, + {-1136, -227, -341, 0x0000}, + {-985, -227, -341, 0x0000} + } +}; + +StandTile tile_235 = { + 0x032001, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, -568, 0x0000}, + {-1136, -227, -568, 0x03a0}, + {-1136, -227, -341, 0x03b8} + } +}; + +StandTile tile_236 = { + 0x031402, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -76, 0x03c4}, + {-1288, -227, 0, 0x03ec}, + {-1136, -227, 0, 0x0000} + } +}; + +StandTile tile_237 = { + 0x031401, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -76, 0x03c8}, + {-1288, -227, -76, 0x0000}, + {-1288, -227, 0, 0x03c0} + } +}; + +StandTile tile_238 = { + 0x031702, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -265, 0x03cc}, + {-1288, -227, -76, 0x03c4}, + {-1136, -227, -76, 0x03dc} + } +}; + +StandTile tile_239 = { + 0x031701, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -265, 0x03e0}, + {-1288, -227, -265, 0x03d4}, + {-1288, -227, -76, 0x03c8} + } +}; + +StandTile tile_240 = { + 0x031802, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -76, 0x03d4}, + {-1288, -227, -265, 0x0000}, + {-1439, -227, -265, 0x0000} + } +}; + +StandTile tile_241 = { + 0x031801, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, -76, 0x0000}, + {-1288, -227, -76, 0x03cc}, + {-1288, -227, -265, 0x03d0} + } +}; + +StandTile tile_242 = { + 0x031902, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, -265, 0x03dc}, + {-1136, -227, -76, 0x0000}, + {-985, -227, -76, 0x0000} + } +}; + +StandTile tile_243 = { + 0x031901, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, -265, 0x0000}, + {-1136, -227, -265, 0x03c8}, + {-1136, -227, -76, 0x03d8} + } +}; + +StandTile tile_244 = { + 0x031a02, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -341, 0x03e4}, + {-1288, -227, -265, 0x03cc}, + {-1136, -227, -265, 0x0000} + } +}; + +StandTile tile_245 = { + 0x031a01, 0x3e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, -341, 0x03a0}, + {-1288, -227, -341, 0x0000}, + {-1288, -227, -265, 0x03e0} + } +}; + +StandTile tile_246 = { + 0x031302, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 0, 0x03ec}, + {-1288, -227, 189, 0x040c}, + {-1136, -227, 189, 0x03f4} + } +}; + +StandTile tile_247 = { + 0x031301, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 0, 0x03c0}, + {-1288, -227, 0, 0x03fc}, + {-1288, -227, 189, 0x03e8} + } +}; + +StandTile tile_248 = { + 0x031502, 0x3d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, 0, 0x03f4}, + {-1136, -227, 189, 0x0000}, + {-985, -227, 189, 0x0000} + } +}; + +StandTile tile_249 = { + 0x031501, 0x3d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-985, -227, 0, 0x0000}, + {-1136, -227, 0, 0x03e8}, + {-1136, -227, 189, 0x03f0} + } +}; + +StandTile tile_250 = { + 0x031602, 0x3d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, 189, 0x03fc}, + {-1288, -227, 0, 0x0000}, + {-1439, -227, 0, 0x0000} + } +}; + +StandTile tile_251 = { + 0x031601, 0x3d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1439, -227, 189, 0x0000}, + {-1288, -227, 189, 0x03ec}, + {-1288, -227, 0, 0x03f8} + } +}; + +StandTile tile_252 = { + 0x031102, 0x3c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1288, -227, 379, 0x0404}, + {-1136, -227, 265, 0x0408}, + {-1288, -227, 265, 0x0000} + } +}; + +StandTile tile_253 = { + 0x031101, 0x3c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1288, -227, 379, 0x0000}, + {-1136, -227, 379, 0x0410}, + {-1136, -227, 265, 0x0400} + } +}; + +StandTile tile_254 = { + 0x031202, 0x3c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 189, 0x040c}, + {-1288, -227, 265, 0x0400}, + {-1136, -227, 265, 0x0000} + } +}; + +StandTile tile_255 = { + 0x031201, 0x3c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 189, 0x03e8}, + {-1288, -227, 189, 0x0000}, + {-1288, -227, 265, 0x0408} + } +}; + +StandTile tile_256 = { + 0x031002, 0x3b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 379, 0x0414}, + {-909, -227, 265, 0x0000}, + {-1136, -227, 265, 0x0404} + } +}; + +StandTile tile_257 = { + 0x031001, 0x3b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1136, -227, 379, 0x0000}, + {-909, -227, 379, 0x041c}, + {-909, -227, 265, 0x0410} + } +}; + +StandTile tile_258 = { + 0x030f02, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 265, 0x041c}, + {-909, -227, 379, 0x0424}, + {-795, -227, 379, 0x0000} + } +}; + +StandTile tile_259 = { + 0x030f01, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 265, 0x0000}, + {-909, -227, 265, 0x0414}, + {-909, -227, 379, 0x0418} + } +}; + +StandTile tile_260 = { + 0x030e02, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 379, 0x0424}, + {-909, -227, 568, 0x0480}, + {-795, -227, 568, 0x0000} + } +}; + +StandTile tile_261 = { + 0x030e01, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 379, 0x0418}, + {-909, -227, 379, 0x0000}, + {-909, -227, 568, 0x0420} + } +}; + +StandTile tile_262 = { + 0x045200, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 909, 0x0000}, + {-833, -227, 985, 0x042c}, + {-682, -227, 909, 0x0494} + } +}; + +StandTile tile_263 = { + 0x045100, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 985, 0x0000}, + {-682, -227, 909, 0x0428}, + {-833, -227, 985, 0x0430} + } +}; + +StandTile tile_264 = { + 0x045000, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 985, 0x04a8}, + {-833, -227, 1098, 0x0434}, + {-682, -227, 985, 0x042c} + } +}; + +StandTile tile_265 = { + 0x044f00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 1098, 0x0000}, + {-682, -227, 1098, 0x0438}, + {-682, -227, 985, 0x0430} + } +}; + +StandTile tile_266 = { + 0x044e00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 985, 0x0434}, + {-682, -227, 1098, 0x043c}, + {-606, -227, 985, 0x0000} + } +}; + +StandTile tile_267 = { + 0x044d00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 1098, 0x0440}, + {-606, -227, 985, 0x0438}, + {-682, -227, 1098, 0x0000} + } +}; + +StandTile tile_268 = { + 0x044c00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 985, 0x0444}, + {-606, -227, 985, 0x043c}, + {-492, -227, 1098, 0x0000} + } +}; + +StandTile tile_269 = { + 0x044b00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 985, 0x0448}, + {-606, -227, 909, 0x0000}, + {-606, -227, 985, 0x0440} + } +}; + +StandTile tile_270 = { + 0x044a00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 871, 0x0454}, + {-606, -227, 909, 0x0444}, + {-492, -227, 985, 0x04b8} + } +}; + +StandTile tile_271 = { + 0x044900, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, -227, 909, 0x0454}, + {-606, -227, 758, 0x0450}, + {-682, -227, 909, 0x0000} + } +}; + +StandTile tile_272 = { + 0x044800, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, -227, 758, 0x0000}, + {-682, -227, 758, 0x0490}, + {-682, -227, 909, 0x044c} + } +}; + +StandTile tile_273 = { + 0x044700, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, -227, 909, 0x0448}, + {-492, -227, 871, 0x0458}, + {-606, -227, 758, 0x044c} + } +}; + +StandTile tile_274 = { + 0x044600, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 871, 0x0000}, + {-492, -227, 758, 0x045c}, + {-606, -227, 758, 0x0454} + } +}; + +StandTile tile_275 = { + 0x044500, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, -227, 758, 0x0458}, + {-492, -227, 758, 0x0460}, + {-606, -227, 682, 0x0000} + } +}; + +StandTile tile_276 = { + 0x044400, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 758, 0x0000}, + {-492, -227, 568, 0x0464}, + {-606, -227, 682, 0x045c} + } +}; + +StandTile tile_277 = { + 0x044300, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 568, 0x0468}, + {-606, -227, 682, 0x0460}, + {-492, -227, 568, 0x0000} + } +}; + +StandTile tile_278 = { + 0x044200, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 568, 0x046c}, + {-682, -227, 682, 0x0000}, + {-606, -227, 682, 0x0464} + } +}; + +StandTile tile_279 = { + 0x044100, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 568, 0x0000}, + {-795, -227, 568, 0x0484}, + {-682, -227, 682, 0x0468} + } +}; + +StandTile tile_280 = { + 0x044000, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 758, 0x0000}, + {-909, -227, 682, 0x0474}, + {-1023, -227, 758, 0x04a0} + } +}; + +StandTile tile_281 = { + 0x043f00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 682, 0x0478}, + {-1023, -227, 568, 0x0000}, + {-1023, -227, 758, 0x0470} + } +}; + +StandTile tile_282 = { + 0x043e00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 568, 0x0000}, + {-1023, -227, 568, 0x0474}, + {-909, -227, 682, 0x047c} + } +}; + +StandTile tile_283 = { + 0x043d00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 682, 0x0000}, + {-833, -227, 682, 0x0480}, + {-909, -227, 568, 0x0478} + } +}; + +StandTile tile_284 = { + 0x043c00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 568, 0x047c}, + {-833, -227, 682, 0x0484}, + {-795, -227, 568, 0x0420} + } +}; + +StandTile tile_285 = { + 0x043b00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-795, -227, 568, 0x0480}, + {-833, -227, 682, 0x0488}, + {-682, -227, 682, 0x046c} + } +}; + +StandTile tile_286 = { + 0x043a00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 682, 0x0484}, + {-833, -227, 682, 0x048c}, + {-682, -227, 758, 0x0000} + } +}; + +StandTile tile_287 = { + 0x043900, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 682, 0x0000}, + {-833, -227, 758, 0x0490}, + {-682, -227, 758, 0x0488} + } +}; + +StandTile tile_288 = { + 0x043800, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, -227, 909, 0x0450}, + {-682, -227, 758, 0x048c}, + {-833, -227, 758, 0x0494} + } +}; + +StandTile tile_289 = { + 0x043700, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 758, 0x0498}, + {-833, -227, 909, 0x0428}, + {-682, -227, 909, 0x0490} + } +}; + +StandTile tile_290 = { + 0x043600, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 758, 0x049c}, + {-909, -227, 909, 0x0000}, + {-833, -227, 909, 0x0494} + } +}; + +StandTile tile_291 = { + 0x043500, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 909, 0x0498}, + {-833, -227, 758, 0x0000}, + {-909, -227, 758, 0x04a0} + } +}; + +StandTile tile_292 = { + 0x043400, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 758, 0x0470}, + {-1023, -227, 758, 0x04a4}, + {-909, -227, 909, 0x049c} + } +}; + +StandTile tile_293 = { + 0x043300, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1023, -227, 758, 0x0000}, + {-1023, -227, 909, 0x04ac}, + {-909, -227, 909, 0x04a0} + } +}; + +StandTile tile_294 = { + 0x043200, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, -227, 1098, 0x0430}, + {-833, -227, 985, 0x0000}, + {-909, -227, 985, 0x04b4} + } +}; + +StandTile tile_295 = { + 0x043100, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-909, -227, 985, 0x0000}, + {-909, -227, 909, 0x04a4}, + {-1023, -227, 909, 0x04b0} + } +}; + +StandTile tile_296 = { + 0x043000, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1023, -227, 909, 0x0000}, + {-1023, -227, 1098, 0x04b4}, + {-909, -227, 985, 0x04ac} + } +}; + +StandTile tile_297 = { + 0x042f00, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1023, -227, 1098, 0x0000}, + {-833, -227, 1098, 0x04a8}, + {-909, -227, 985, 0x04b0} + } +}; + +StandTile tile_298 = { + 0x024702, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 985, 0x04bc}, + {-265, -227, 871, 0x0000}, + {-492, -227, 871, 0x0448} + } +}; + +StandTile tile_299 = { + 0x024701, 0x37, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-492, -227, 985, 0x0000}, + {-265, -227, 985, 0x04c0}, + {-265, -227, 871, 0x04b8} + } +}; + +StandTile tile_300 = { + 0x024602, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-265, -227, 985, 0x04c4}, + {-152, -227, 871, 0x0290}, + {-265, -227, 871, 0x04bc} + } +}; + +StandTile tile_301 = { + 0x024601, 0x36, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-265, -227, 985, 0x0000}, + {-152, -227, 985, 0x04c8}, + {-152, -227, 871, 0x04c0} + } +}; + +StandTile tile_302 = { + 0x024502, 0x35, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 985, 0x04cc}, + {227, -227, 871, 0x0000}, + {-152, -227, 871, 0x04c4} + } +}; + +StandTile tile_303 = { + 0x024501, 0x35, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-152, -227, 985, 0x0000}, + {227, -227, 985, 0x0702}, + {227, -227, 871, 0x04c8} + } +}; + +StandTile tile_304 = { + 0x023002, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, 265, 152, 0x04d4}, + {-833, 265, 0, 0x0000}, + {-947, 265, 0, 0x055a} + } +}; + +StandTile tile_305 = { + 0x023001, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, 265, 152, 0x0000}, + {-833, 265, 152, 0x0000}, + {-833, 265, 0, 0x04d0} + } +}; + +StandTile tile_306 = { + 0x01ed02, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 0, 0x04dc}, + {189, 0, 379, 0x0000}, + {417, 0, 379, 0x0000} + } +}; + +StandTile tile_307 = { + 0x01ed01, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 0, 0x0000}, + {189, 0, 0, 0x06b4}, + {189, 0, 379, 0x04d8} + } +}; + +StandTile tile_308 = { + 0x01e702, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 606, 0x04e4}, + {-189, 0, 379, 0x0000}, + {-189, 0, 606, 0x0000} + } +}; + +StandTile tile_309 = { + 0x01e701, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 606, 0x0000}, + {189, 0, 379, 0x06af}, + {-189, 0, 379, 0x04e0} + } +}; + +StandTile tile_310 = { + 0x012600, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x04ec}, + {-1136, 0, -1515, 0x0000}, + {-1326, 0, -1515, 0x0000} + } +}; + +StandTile tile_311 = { + 0x012700, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x0514}, + {-985, 0, -1515, 0x0596}, + {-1136, 0, -1515, 0x04e8} + } +}; + +StandTile tile_312 = { + 0x012800, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -795, 0x0000}, + {-1326, 0, -379, 0x0000}, + {-833, 0, -379, 0x050c} + } +}; + +StandTile tile_313 = { + 0x012900, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, -379, 0x0000}, + {-189, 0, -379, 0x0000}, + {-189, 0, -871, 0x0504} + } +}; + +StandTile tile_314 = { + 0x012a00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -1023, 0x0000}, + {-189, 0, -1515, 0x0000}, + {-985, 0, -1515, 0x04fc} + } +}; + +StandTile tile_315 = { + 0x012b00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, -1515, 0x0514}, + {-792, 0, -897, 0x0500}, + {-189, 0, -1023, 0x04f8} + } +}; + +StandTile tile_316 = { + 0x012c00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -871, 0x073b}, + {-189, 0, -1023, 0x04fc}, + {-792, 0, -897, 0x0504} + } +}; + +StandTile tile_317 = { + 0x012d00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, -379, 0x04f4}, + {-189, 0, -871, 0x0500}, + {-792, 0, -897, 0x0508} + } +}; + +StandTile tile_318 = { + 0x012e00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, -379, 0x0697}, + {-682, 0, -379, 0x0504}, + {-792, 0, -897, 0x050c} + } +}; + +StandTile tile_319 = { + 0x012f00, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -795, 0x04f0}, + {-833, 0, -379, 0x0508}, + {-792, 0, -897, 0x0510} + } +}; + +StandTile tile_320 = { + 0x013000, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x05ed}, + {-1326, 0, -795, 0x050c}, + {-792, 0, -897, 0x0514} + } +}; + +StandTile tile_321 = { + 0x013100, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x0510}, + {-792, 0, -897, 0x04fc}, + {-985, 0, -1515, 0x04ec} + } +}; + +StandTile tile_322 = { + 0x00af02, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 189, -1364, 0x051c}, + {-1326, 189, -379, 0x0534}, + {-1174, 189, -530, 0x0000} + } +}; + +StandTile tile_323 = { + 0x00af01, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 189, -1364, 0x0526}, + {-1326, 189, -1515, 0x0000}, + {-1326, 189, -379, 0x0518} + } +}; + +StandTile tile_324 = { + 0x00ae02, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-1326, 189, -1515, 0x0526}, + {-341, 189, -1364, 0x0530}, + {-189, 189, -1515, 0x0000}, + {-379, 189, -1515, 0x056a}, + {-530, 189, -1515, 0x0000} + } +}; + +StandTile tile_325 = { + 0x00ae01, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 189, -1515, 0x051c}, + {-1174, 189, -1364, 0x0000}, + {-341, 189, -1364, 0x0520} + } +}; + +StandTile tile_326 = { + 0x00ad02, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-189, 189, -1515, 0x0530}, + {-341, 189, -530, 0x053a}, + {-189, 189, -379, 0x0000}, + {-189, 189, -1136, 0x056e}, + {-189, 189, -1288, 0x0000} + } +}; + +StandTile tile_327 = { + 0x00ad01, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -1515, 0x0520}, + {-341, 189, -1364, 0x0000}, + {-341, 189, -530, 0x052a} + } +}; + +StandTile tile_328 = { + 0x00ac02, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-189, 189, -379, 0x053a}, + {-1174, 189, -530, 0x0518}, + {-1326, 189, -379, 0x0000}, + {-1098, 189, -379, 0x0562}, + {-947, 189, -379, 0x0000} + } +}; + +StandTile tile_329 = { + 0x00ac01, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -379, 0x052a}, + {-341, 189, -530, 0x0000}, + {-1174, 189, -530, 0x0534} + } +}; + +StandTile tile_330 = { + 0x00bb02, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1742, 265, 152, 0x0542}, + {-1894, 189, 379, 0x0661}, + {-1742, 189, 379, 0x0000} + } +}; + +StandTile tile_331 = { + 0x00bb01, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1742, 265, 152, 0x054a}, + {-1894, 265, 152, 0x0000}, + {-1894, 189, 379, 0x053e} + } +}; + +StandTile tile_332 = { + 0x00ba02, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 265, 152, 0x054a}, + {-1742, 265, 0, 0x0000}, + {-1894, 265, 0, 0x0000} + } +}; + +StandTile tile_333 = { + 0x00ba01, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 265, 152, 0x0542}, + {-1742, 265, 152, 0x054e}, + {-1742, 265, 0, 0x0546} + } +}; + +StandTile tile_334 = { + 0x015202, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1742, 265, 152, 0x0552}, + {-1098, 265, 0, 0x0000}, + {-1742, 265, 0, 0x054a} + } +}; + +StandTile tile_335 = { + 0x015201, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1742, 265, 152, 0x0000}, + {-1098, 265, 152, 0x0556}, + {-1098, 265, 0, 0x054e} + } +}; + +StandTile tile_336 = { + 0x015302, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 265, 152, 0x055a}, + {-947, 265, 0, 0x055e}, + {-1098, 265, 0, 0x0552} + } +}; + +StandTile tile_337 = { + 0x015301, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 265, 152, 0x0000}, + {-947, 265, 152, 0x04d0}, + {-947, 265, 0, 0x0556} + } +}; + +StandTile tile_338 = { + 0x00b902, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, 189, -379, 0x0562}, + {-1098, 265, 0, 0x0556}, + {-947, 265, 0, 0x0000} + } +}; + +StandTile tile_339 = { + 0x00b901, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, 189, -379, 0x0534}, + {-1098, 189, -379, 0x0000}, + {-1098, 265, 0, 0x055e} + } +}; + +StandTile tile_340 = { + 0x00b002, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-530, 189, -1515, 0x056a}, + {-379, 189, -1705, 0x0797}, + {-530, 189, -1705, 0x0000} + } +}; + +StandTile tile_341 = { + 0x00b001, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-530, 189, -1515, 0x0520}, + {-379, 189, -1515, 0x0000}, + {-379, 189, -1705, 0x0566} + } +}; + +StandTile tile_342 = { + 0x00b802, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -1136, 0x0572}, + {189, 265, -1288, 0x0000}, + {-189, 189, -1288, 0x052a} + } +}; + +StandTile tile_343 = { + 0x00b801, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -1136, 0x0000}, + {189, 265, -1136, 0x057a}, + {189, 265, -1288, 0x056e} + } +}; + +StandTile tile_344 = { + 0x015502, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -1288, 0x057a}, + {341, 265, -1136, 0x0000}, + {341, 265, -1288, 0x0582} + } +}; + +StandTile tile_345 = { + 0x015501, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -1288, 0x0572}, + {189, 265, -1136, 0x0000}, + {341, 265, -1136, 0x0576} + } +}; + +StandTile tile_346 = { + 0x015702, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -1970, 0x0582}, + {341, 265, -1288, 0x0000}, + {341, 265, -1970, 0x0586} + } +}; + +StandTile tile_347 = { + 0x015701, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -1970, 0x0000}, + {189, 265, -1288, 0x0576}, + {341, 265, -1288, 0x057e} + } +}; + +StandTile tile_348 = { + 0x00b702, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 265, -2121, 0x058a}, + {189, 265, -1970, 0x057e}, + {341, 265, -1970, 0x0000} + } +}; + +StandTile tile_349 = { + 0x00b701, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 265, -2121, 0x0000}, + {189, 265, -2121, 0x058e}, + {189, 265, -1970, 0x0586} + } +}; + +StandTile tile_350 = { + 0x00b602, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -2121, 0x0592}, + {-189, 189, -1970, 0x0000}, + {189, 265, -1970, 0x058a} + } +}; + +StandTile tile_351 = { + 0x00b601, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, -2121, 0x0000}, + {-189, 189, -2121, 0x07b6}, + {-189, 189, -1970, 0x058e} + } +}; + +StandTile tile_352 = { + 0x002502, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, -1705, 0x059a}, + {-1136, 0, -1515, 0x04ec}, + {-985, 0, -1515, 0x0000} + } +}; + +StandTile tile_353 = { + 0x002501, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, -1705, 0x0783}, + {-1136, 0, -1705, 0x0000}, + {-1136, 0, -1515, 0x0596} + } +}; + +StandTile tile_354 = { + 0x002602, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -2197, 0x05a2}, + {-1326, 0, -2348, 0x0000}, + {-1515, 0, -2348, 0x05aa} + } +}; + +StandTile tile_355 = { + 0x002601, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -2197, 0x0000}, + {-1326, 0, -2197, 0x078f}, + {-1326, 0, -2348, 0x059e} + } +}; + +StandTile tile_356 = { + 0x012302, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -2197, 0x05aa}, + {-1667, 0, -2348, 0x0000}, + {-1667, 0, -2197, 0x05b2} + } +}; + +StandTile tile_357 = { + 0x012301, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -2197, 0x059e}, + {-1515, 0, -2348, 0x0000}, + {-1667, 0, -2348, 0x05a6} + } +}; + +StandTile tile_358 = { + 0x00a202, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -1894, 0x05b2}, + {-1667, 0, -2197, 0x0000}, + {-1667, 0, -1894, 0x05cf} + } +}; + +StandTile tile_359 = { + 0x00a201, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -1894, 0x0000}, + {-1515, 0, -2197, 0x05a6}, + {-1667, 0, -2197, 0x05ae} + } +}; + +StandTile tile_360 = { + 0x00a602, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -1894, 0x05ba}, + {-2159, 0, -1515, 0x0000}, + {-2008, 0, -1515, 0x05bf} + } +}; + +StandTile tile_361 = { + 0x00a601, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-2008, 0, -1894, 0x0000}, + {-2045, 0, -1894, 0x029c}, + {-2159, 0, -1894, 0x0000}, + {-2159, 0, -1515, 0x05b6} + } +}; + +StandTile tile_362 = { + 0x013c00, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -1515, 0x05cb}, + {-1667, 0, -1894, 0x0000}, + {-2008, 0, -1894, 0x05b6} + } +}; + +StandTile tile_363 = { + 0x013d00, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -1326, 0x05c7}, + {-1515, 0, -1136, 0x05cb}, + {-2008, 0, -1515, 0x0000} + } +}; + +StandTile tile_364 = { + 0x013e00, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -1136, 0x05c3}, + {-2008, 0, -1326, 0x05d7}, + {-2008, 0, -1136, 0x0000} + } +}; + +StandTile tile_365 = { + 0x013f00, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -1136, 0x05cf}, + {-1667, 0, -1894, 0x05bf}, + {-2008, 0, -1515, 0x05c3} + } +}; + +StandTile tile_366 = { + 0x014000, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -1894, 0x05cb}, + {-1515, 0, -1136, 0x0000}, + {-1515, 0, -1894, 0x05ae} + } +}; + +StandTile tile_367 = { + 0x003d02, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, 0, -1136, 0x05d7}, + {-2008, 0, -1326, 0x0000}, + {-2045, 0, -1326, 0x05df} + } +}; + +StandTile tile_368 = { + 0x003d01, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, 0, -1136, 0x0000}, + {-2008, 0, -1136, 0x05c7}, + {-2008, 0, -1326, 0x05d3} + } +}; + +StandTile tile_369 = { + 0x003302, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2197, 0, -758, 0x05df}, + {-2045, 0, -1326, 0x0000}, + {-2197, 0, -1326, 0x0000} + } +}; + +StandTile tile_370 = { + 0x003301, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-2197, 0, -758, 0x0000}, + {-2045, 0, -758, 0x05e5}, + {-2045, 0, -947, 0x0000}, + {-2045, 0, -1136, 0x05d3}, + {-2045, 0, -1326, 0x05db} + } +}; + +StandTile tile_371 = { + 0x003e02, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, 0, -758, 0x05e9}, + {-2008, 0, -947, 0x0000}, + {-2045, 0, -947, 0x05df} + } +}; + +StandTile tile_372 = { + 0x003e01, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2045, 0, -758, 0x0000}, + {-2008, 0, -758, 0x0601}, + {-2008, 0, -947, 0x05e5} + } +}; + +StandTile tile_373 = { + 0x003802, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x05f1}, + {-1515, 0, -795, 0x0000}, + {-1326, 0, -795, 0x0510} + } +}; + +StandTile tile_374 = { + 0x003801, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -947, 0x0000}, + {-1515, 0, -947, 0x05fd}, + {-1515, 0, -795, 0x05ed} + } +}; + +StandTile tile_375 = { + 0x002b02, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2159, 0, -189, 0x05f9}, + {-2008, 0, -568, 0x0000}, + {-2159, 0, -568, 0x0000} + } +}; + +StandTile tile_376 = { + 0x002b01, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2159, 0, -189, 0x0000}, + {-2008, 0, -189, 0x060d}, + {-2008, 0, -568, 0x05f5} + } +}; + +StandTile tile_377 = { + 0x014100, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2008, 0, -947, 0x0601}, + {-1515, 0, -795, 0x05f1}, + {-1515, 0, -947, 0x0000} + } +}; + +StandTile tile_378 = { + 0x014200, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -795, 0x05fd}, + {-2008, 0, -947, 0x05e9}, + {-2008, 0, -758, 0x0605} + } +}; + +StandTile tile_379 = { + 0x014300, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, -795, 0x0601}, + {-2008, 0, -758, 0x0000}, + {-2008, 0, -568, 0x0609} + } +}; + +StandTile tile_380 = { + 0x014500, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0611}, + {-1515, 0, -795, 0x0605}, + {-2008, 0, -568, 0x060d} + } +}; + +StandTile tile_381 = { + 0x014600, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0609}, + {-2008, 0, -568, 0x05f9}, + {-2008, 0, -189, 0x0000} + } +}; + +StandTile tile_382 = { + 0x014700, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0615}, + {-1515, 0, -189, 0x0000}, + {-1515, 0, -795, 0x0609} + } +}; + +StandTile tile_383 = { + 0x00a802, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0619}, + {-1515, 0, 0, 0x0000}, + {-1515, 0, -189, 0x0611} + } +}; + +StandTile tile_384 = { + 0x00a801, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -189, 0x0000}, + {-1667, 0, 0, 0x061d}, + {-1515, 0, 0, 0x0615} + } +}; + +StandTile tile_385 = { + 0x012002, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 0, 0x0621}, + {-1515, 0, 189, 0x0629}, + {-1515, 0, 0, 0x0619} + } +}; + +StandTile tile_386 = { + 0x012001, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 0, 0x0000}, + {-1667, 0, 189, 0x0000}, + {-1515, 0, 189, 0x061d} + } +}; + +StandTile tile_387 = { + 0x011f02, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 0, 0x0629}, + {-1515, 0, 189, 0x0000}, + {-1288, 0, 189, 0x0631} + } +}; + +StandTile tile_388 = { + 0x011f01, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 0, 0x0000}, + {-1515, 0, 0, 0x061d}, + {-1515, 0, 189, 0x0625} + } +}; + +StandTile tile_389 = { + 0x003102, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 0, 0x0631}, + {-1288, 0, 189, 0x0635}, + {-1136, 0, 189, 0x0000} + } +}; + +StandTile tile_390 = { + 0x003101, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 0, 0x0000}, + {-1288, 0, 0, 0x0625}, + {-1288, 0, 189, 0x062d} + } +}; + +StandTile tile_391 = { + 0x003202, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 379, 0x0639}, + {-1136, 0, 189, 0x062d}, + {-1288, 0, 189, 0x0000} + } +}; + +StandTile tile_392 = { + 0x003201, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 379, 0x0641}, + {-1136, 0, 379, 0x0000}, + {-1136, 0, 189, 0x0635} + } +}; + +StandTile tile_393 = { + 0x014800, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 0, 379, 0x0649}, + {-1705, 0, 1023, 0x0645}, + {-1288, 0, 379, 0x0000} + } +}; + +StandTile tile_394 = { + 0x014900, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 758, 0x0000}, + {-1136, 0, 379, 0x0639}, + {-1288, 0, 379, 0x0645} + } +}; + +StandTile tile_395 = { + 0x014a00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 379, 0x063d}, + {-1705, 0, 1023, 0x0651}, + {-1136, 0, 758, 0x0641} + } +}; + +StandTile tile_396 = { + 0x014b00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 0, 379, 0x0000}, + {-1894, 0, 1136, 0x064d}, + {-1705, 0, 1023, 0x063d} + } +}; + +StandTile tile_397 = { + 0x014c00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1705, 0, 1023, 0x0649}, + {-1894, 0, 1136, 0x0000}, + {-1705, 0, 1136, 0x0673} + } +}; + +StandTile tile_398 = { + 0x014d00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1705, 0, 1023, 0x0000}, + {-1515, 0, 1023, 0x0655}, + {-1136, 0, 758, 0x0645} + } +}; + +StandTile tile_399 = { + 0x014e00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 758, 0x0651}, + {-1515, 0, 1023, 0x0659}, + {-1136, 0, 909, 0x067b} + } +}; + +StandTile tile_400 = { + 0x014f00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, 1023, 0x065d}, + {-1136, 0, 1136, 0x0000}, + {-1136, 0, 909, 0x0655} + } +}; + +StandTile tile_401 = { + 0x015000, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1515, 0, 1023, 0x0000}, + {-1515, 0, 1136, 0x0000}, + {-1136, 0, 1136, 0x0659} + } +}; + +StandTile tile_402 = { + 0x00bc02, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1894, 189, 379, 0x0666}, + {-1288, 189, 530, 0x066a}, + {-1136, 189, 379, 0x0000}, + {-1742, 189, 379, 0x053e} + } +}; + +StandTile tile_403 = { + 0x00bc01, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 189, 379, 0x0000}, + {-1894, 189, 530, 0x0000}, + {-1288, 189, 530, 0x0661} + } +}; + +StandTile tile_404 = { + 0x00bd02, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1288, 189, 1136, 0x066f}, + {-1136, 189, 379, 0x0661}, + {-1288, 189, 530, 0x0000}, + {-1288, 189, 1023, 0x0677} + } +}; + +StandTile tile_405 = { + 0x00bd01, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 189, 1136, 0x0000}, + {-1136, 189, 1136, 0x0000}, + {-1136, 189, 379, 0x066a} + } +}; + +StandTile tile_406 = { + 0x00be02, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1705, 0, 1136, 0x0677}, + {-1288, 189, 1023, 0x0000}, + {-1705, 0, 1023, 0x064d} + } +}; + +StandTile tile_407 = { + 0x00be01, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1705, 0, 1136, 0x0000}, + {-1288, 189, 1136, 0x066a}, + {-1288, 189, 1023, 0x0673} + } +}; + +StandTile tile_408 = { + 0x002d02, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 909, 0x067f}, + {-833, 0, 758, 0x0000}, + {-1136, 0, 758, 0x0655} + } +}; + +StandTile tile_409 = { + 0x002d01, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1136, 0, 909, 0x0000}, + {-833, 0, 909, 0x0683}, + {-833, 0, 758, 0x067b} + } +}; + +StandTile tile_410 = { + 0x011d02, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, 909, 0x0687}, + {-682, 0, 758, 0x068f}, + {-833, 0, 758, 0x067f} + } +}; + +StandTile tile_411 = { + 0x011d01, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, 909, 0x0000}, + {-682, 0, 909, 0x0000}, + {-682, 0, 758, 0x0683} + } +}; + +StandTile tile_412 = { + 0x002202, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, 758, 0x068f}, + {-682, 0, 379, 0x069b}, + {-833, 0, 379, 0x0000} + } +}; + +StandTile tile_413 = { + 0x002201, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-833, 0, 758, 0x0683}, + {-682, 0, 758, 0x0000}, + {-682, 0, 379, 0x068b} + } +}; + +StandTile tile_414 = { + 0x011a02, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 0, 0x0697}, + {-833, 0, -379, 0x0000}, + {-833, 0, 0, 0x069f} + } +}; + +StandTile tile_415 = { + 0x011a01, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 0, 0x0000}, + {-682, 0, -379, 0x0508}, + {-833, 0, -379, 0x0693} + } +}; + +StandTile tile_416 = { + 0x011802, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 379, 0x069f}, + {-833, 0, 0, 0x0000}, + {-833, 0, 379, 0x068b} + } +}; + +StandTile tile_417 = { + 0x011801, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 379, 0x06a3}, + {-682, 0, 0, 0x0693}, + {-833, 0, 0, 0x069b} + } +}; + +StandTile tile_418 = { + 0x001e00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-682, 0, 379, 0x0000}, + {-568, 0, 379, 0x06a7}, + {-682, 0, 0, 0x069f} + } +}; + +StandTile tile_419 = { + 0x011202, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-568, 0, 379, 0x06ab}, + {38, 0, 0, 0x0000}, + {-682, 0, 0, 0x06a3} + } +}; + +StandTile tile_420 = { + 0x011201, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-568, 0, 379, 0x06b8}, + {-227, 0, 379, 0x06af}, + {38, 0, 0, 0x06a7} + } +}; + +StandTile tile_421 = { + 0x011300, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-227, 0, 379, 0x0000}, + {-189, 0, 379, 0x04e4}, + {189, 0, 379, 0x06b4}, + {38, 0, 0, 0x06ab} + } +}; + +StandTile tile_422 = { + 0x011400, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 379, 0x04dc}, + {189, 0, 0, 0x072b}, + {38, 0, 0, 0x06af} + } +}; + +StandTile tile_423 = { + 0x001c02, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-568, 0, 795, 0x06bc}, + {-227, 0, 379, 0x06ab}, + {-568, 0, 379, 0x0000} + } +}; + +StandTile tile_424 = { + 0x001c01, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-568, 0, 795, 0x0000}, + {-227, 0, 795, 0x06c1}, + {-227, 0, 644, 0x0000}, + {-227, 0, 379, 0x06b8} + } +}; + +StandTile tile_425 = { + 0x003b02, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 0, 795, 0x06c5}, + {-189, 0, 644, 0x0000}, + {-227, 0, 644, 0x06bc} + } +}; + +StandTile tile_426 = { + 0x003b01, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 0, 795, 0x0000}, + {-189, 0, 795, 0x06c9}, + {-189, 0, 644, 0x06c1} + } +}; + +StandTile tile_427 = { + 0x001b02, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 795, 0x06cd}, + {189, 0, 644, 0x0000}, + {-189, 0, 644, 0x06c5} + } +}; + +StandTile tile_428 = { + 0x001b01, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 795, 0x0000}, + {189, 0, 795, 0x06d1}, + {189, 0, 644, 0x06c9} + } +}; + +StandTile tile_429 = { + 0x003a02, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 795, 0x06d5}, + {227, 0, 644, 0x0000}, + {189, 0, 644, 0x06cd} + } +}; + +StandTile tile_430 = { + 0x003a01, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 795, 0x0000}, + {227, 0, 795, 0x06ed}, + {227, 0, 644, 0x06d1} + } +}; + +StandTile tile_431 = { + 0x023c02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, 0, 871, 0x06dd}, + {833, 0, 985, 0x0000}, + {833, 0, 871, 0x06f5} + } +}; + +StandTile tile_432 = { + 0x023c01, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {720, 0, 871, 0x0706}, + {720, 0, 985, 0x0000}, + {833, 0, 985, 0x06d9} + } +}; + +StandTile tile_433 = { + 0x023e00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {227, 0, 795, 0x0000}, + {227, 0, 871, 0x0000}, + {341, 0, 871, 0x06e9} + } +}; + +StandTile tile_434 = { + 0x023f00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 0, 417, 0x0000}, + {227, 0, 417, 0x0000}, + {227, 0, 644, 0x06ed} + } +}; + +StandTile tile_435 = { + 0x023b02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 0, 417, 0x06ed}, + {227, 0, 795, 0x06e1}, + {341, 0, 871, 0x06f1} + } +}; + +StandTile tile_436 = { + 0x023b01, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {341, 0, 417, 0x06e5}, + {227, 0, 644, 0x06d5}, + {227, 0, 795, 0x06e9} + } +}; + +StandTile tile_437 = { + 0x024000, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 417, 0x0000}, + {341, 0, 417, 0x06e9}, + {341, 0, 871, 0x06fa} + } +}; + +StandTile tile_438 = { + 0x024102, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {606, 0, 417, 0x06fa}, + {341, 0, 871, 0x0000}, + {720, 0, 871, 0x06d9}, + {833, 0, 871, 0x06fe} + } +}; + +StandTile tile_439 = { + 0x024101, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {606, 0, 417, 0x070e}, + {455, 0, 417, 0x06f1}, + {341, 0, 871, 0x06f5} + } +}; + +StandTile tile_440 = { + 0x001d00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, 0, 417, 0x0000}, + {606, 0, 417, 0x06f5}, + {833, 0, 871, 0x0000} + } +}; + +StandTile tile_441 = { + 0x023a02, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 985, 0x0706}, + {720, 0, 871, 0x0000}, + {227, -227, 871, 0x04cc} + } +}; + +StandTile tile_442 = { + 0x023a01, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {227, -227, 985, 0x0000}, + {720, 0, 985, 0x06dd}, + {720, 0, 871, 0x0702} + } +}; + +StandTile tile_443 = { + 0x003c02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 417, 0x070e}, + {606, 0, 379, 0x0238}, + {455, 0, 379, 0x0000} + } +}; + +StandTile tile_444 = { + 0x003c01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 417, 0x06fa}, + {606, 0, 417, 0x0000}, + {606, 0, 379, 0x070a} + } +}; + +StandTile tile_445 = { + 0x003902, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 0, 0x0716}, + {606, 0, -38, 0x071a}, + {455, 0, -38, 0x0000} + } +}; + +StandTile tile_446 = { + 0x003901, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {455, 0, 0, 0x023c}, + {606, 0, 0, 0x0000}, + {606, 0, -38, 0x0712} + } +}; + +StandTile tile_447 = { + 0x001902, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {606, 0, -379, 0x071f}, + {189, 0, -38, 0x0000}, + {455, 0, -38, 0x0712}, + {606, 0, -38, 0x0000} + } +}; + +StandTile tile_448 = { + 0x001901, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {606, 0, -379, 0x0000}, + {189, 0, -379, 0x0723}, + {189, 0, -38, 0x071a} + } +}; + +StandTile tile_449 = { + 0x011602, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -379, 0x0727}, + {189, 0, -38, 0x071f}, + {189, 0, -379, 0x0733} + } +}; + +StandTile tile_450 = { + 0x011601, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -379, 0x0000}, + {38, 0, 0, 0x072b}, + {189, 0, -38, 0x0723} + } +}; + +StandTile tile_451 = { + 0x011500, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, 0, 0x06b4}, + {189, 0, 0, 0x0000}, + {189, 0, -38, 0x0727} + } +}; + +StandTile tile_452 = { + 0x011102, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -871, 0x0733}, + {189, 0, -379, 0x0000}, + {189, 0, -871, 0x073f} + } +}; + +StandTile tile_453 = { + 0x011101, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -871, 0x0000}, + {38, 0, -379, 0x0723}, + {189, 0, -379, 0x072f} + } +}; + +StandTile tile_454 = { + 0x002102, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -1023, 0x073b}, + {-189, 0, -871, 0x0000}, + {38, 0, -871, 0x0743} + } +}; + +StandTile tile_455 = { + 0x002101, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {38, 0, -1023, 0x0000}, + {-189, 0, -1023, 0x0500}, + {-189, 0, -871, 0x0737} + } +}; + +StandTile tile_456 = { + 0x003402, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -1023, 0x0743}, + {38, 0, -871, 0x072f}, + {189, 0, -871, 0x074b} + } +}; + +StandTile tile_457 = { + 0x003401, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -1023, 0x0000}, + {38, 0, -1023, 0x0737}, + {38, 0, -871, 0x073f} + } +}; + +StandTile tile_458 = { + 0x010f02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1023, 0x074b}, + {189, 0, -871, 0x0000}, + {417, 0, -871, 0x0753} + } +}; + +StandTile tile_459 = { + 0x010f01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1023, 0x0000}, + {189, 0, -1023, 0x073f}, + {189, 0, -871, 0x0747} + } +}; + +StandTile tile_460 = { + 0x003502, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {568, 0, -1023, 0x0753}, + {417, 0, -871, 0x0000}, + {568, 0, -871, 0x0000} + } +}; + +StandTile tile_461 = { + 0x003501, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {568, 0, -1023, 0x075b}, + {417, 0, -1023, 0x0747}, + {417, 0, -871, 0x074f} + } +}; + +StandTile tile_462 = { + 0x003602, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1023, 0x075b}, + {568, 0, -1705, 0x075f}, + {417, 0, -1705, 0x0000} + } +}; + +StandTile tile_463 = { + 0x003601, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1023, 0x0753}, + {568, 0, -1023, 0x0000}, + {568, 0, -1705, 0x0757} + } +}; + +StandTile tile_464 = { + 0x010d02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, 0, -1705, 0x0763}, + {417, 0, -1856, 0x076b}, + {417, 0, -1705, 0x0757} + } +}; + +StandTile tile_465 = { + 0x010d01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {568, 0, -1705, 0x0000}, + {568, 0, -1856, 0x0000}, + {417, 0, -1856, 0x075f} + } +}; + +StandTile tile_466 = { + 0x00a002, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1705, 0x076b}, + {-189, 0, -1856, 0x0777}, + {-189, 0, -1705, 0x0000} + } +}; + +StandTile tile_467 = { + 0x00a001, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, -1705, 0x075f}, + {417, 0, -1856, 0x0000}, + {-189, 0, -1856, 0x0767} + } +}; + +StandTile tile_468 = { + 0x013200, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -2235, 0x077b}, + {-189, 0, -1856, 0x0000}, + {-189, 0, -2348, 0x0773} + } +}; + +StandTile tile_469 = { + 0x013300, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -2235, 0x076f}, + {-189, 0, -2348, 0x0000}, + {-758, 0, -2348, 0x07aa} + } +}; + +StandTile tile_470 = { + 0x013400, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, -1705, 0x0000}, + {-189, 0, -1705, 0x0767}, + {-189, 0, -1856, 0x077b} + } +}; + +StandTile tile_471 = { + 0x013500, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, -1856, 0x076f}, + {-758, 0, -2235, 0x078b}, + {-985, 0, -1705, 0x0777} + } +}; + +StandTile tile_472 = { + 0x013600, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -2197, 0x0000}, + {-1326, 0, -1705, 0x0000}, + {-1136, 0, -1705, 0x0783} + } +}; + +StandTile tile_473 = { + 0x013700, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -2197, 0x077f}, + {-1136, 0, -1705, 0x059a}, + {-985, 0, -1705, 0x0787} + } +}; + +StandTile tile_474 = { + 0x013800, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -2235, 0x078f}, + {-1326, 0, -2197, 0x0783}, + {-985, 0, -1705, 0x078b} + } +}; + +StandTile tile_475 = { + 0x013900, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -2235, 0x0787}, + {-985, 0, -1705, 0x077b}, + {-758, 0, -2235, 0x0000} + } +}; + +StandTile tile_476 = { + 0x013a00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -2235, 0x0793}, + {-1326, 0, -2348, 0x05a2}, + {-1326, 0, -2197, 0x0787} + } +}; + +StandTile tile_477 = { + 0x013b00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1078, 0, -2235, 0x0000}, + {-1078, 0, -2348, 0x0000}, + {-1326, 0, -2348, 0x078f} + } +}; + +StandTile tile_478 = { + 0x00b102, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-189, 189, -1705, 0x079d}, + {-1174, 189, -1856, 0x07a1}, + {-1326, 189, -1705, 0x0000}, + {-530, 189, -1705, 0x0566}, + {-379, 189, -1705, 0x0000} + } +}; + +StandTile tile_479 = { + 0x00b101, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 189, -1705, 0x07b6}, + {-341, 189, -1856, 0x0000}, + {-1174, 189, -1856, 0x0797} + } +}; + +StandTile tile_480 = { + 0x00b202, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1174, 189, -2348, 0x07a6}, + {-1326, 189, -1705, 0x0797}, + {-1174, 189, -1856, 0x0000}, + {-1174, 189, -2235, 0x07ae} + } +}; + +StandTile tile_481 = { + 0x00b201, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 189, -2348, 0x0000}, + {-1326, 189, -2348, 0x0000}, + {-1326, 189, -1705, 0x07a1} + } +}; + +StandTile tile_482 = { + 0x00b302, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -2348, 0x07ae}, + {-1174, 189, -2235, 0x0000}, + {-758, 0, -2235, 0x0773} + } +}; + +StandTile tile_483 = { + 0x00b301, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -2348, 0x0000}, + {-1174, 189, -2348, 0x07a1}, + {-1174, 189, -2235, 0x07aa} + } +}; + +StandTile tile_484 = { + 0x00b502, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-341, 189, -1856, 0x07b6}, + {-189, 189, -2348, 0x0000}, + {-341, 189, -2348, 0x0000} + } +}; + +StandTile tile_485 = { + 0x00b501, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-341, 189, -1856, 0x079d}, + {-189, 189, -1705, 0x0000}, + {-189, 189, -1970, 0x0592}, + {-189, 189, -2121, 0x0000}, + {-189, 189, -2348, 0x07b2} + } +}; + +StandTile tile_486 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_jun_all_p_stanZ.c b/assets/obseg/stan/Tbg_jun_all_p_stanZ.c new file mode 100644 index 0000000..9cfdbd4 --- /dev/null +++ b/assets/obseg/stan/Tbg_jun_all_p_stanZ.c @@ -0,0 +1,27395 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:14 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_jun_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x09b72a, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1755, 184, -256, 0x0014}, + {1741, 184, -249, 0x0000}, + {1755, 184, -249, 0x0000} + } +}; + +StandTile tile_1 = { + 0x09b729, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1755, 184, -256, 0x0018}, + {1741, 184, -270, 0x0034}, + {1741, 184, -249, 0x0010} + } +}; + +StandTile tile_2 = { + 0x09b928, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1755, 184, -270, 0x001c}, + {1741, 184, -270, 0x0014}, + {1755, 184, -256, 0x003c} + } +}; + +StandTile tile_3 = { + 0x09bb28, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1755, 184, -284, 0x0020}, + {1741, 184, -270, 0x0018}, + {1755, 184, -270, 0x003c} + } +}; + +StandTile tile_4 = { + 0x09bd2a, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1755, 184, -291, 0x0024}, + {1741, 184, -270, 0x001c}, + {1755, 184, -284, 0x0000} + } +}; + +StandTile tile_5 = { + 0x09bd29, 0x2c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1755, 184, -291, 0x0000}, + {1741, 184, -291, 0x0030}, + {1741, 184, -270, 0x0020} + } +}; + +StandTile tile_6 = { + 0x098b28, 0x2c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1720, 184, -270, 0x0000}, + {1720, 184, -249, 0x0034}, + {1741, 184, -270, 0x002c} + } +}; + +StandTile tile_7 = { + 0x098a28, 0x2c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1720, 184, -291, 0x0000}, + {1720, 184, -270, 0x0028}, + {1741, 184, -270, 0x0030} + } +}; + +StandTile tile_8 = { + 0x098928, 0x2c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1741, 184, -291, 0x0000}, + {1720, 184, -291, 0x002c}, + {1741, 184, -270, 0x0024} + } +}; + +StandTile tile_9 = { + 0x098528, 0x2c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1741, 184, -270, 0x0028}, + {1720, 184, -249, 0x0000}, + {1741, 184, -249, 0x0014} + } +}; + +StandTile tile_10 = { + 0x09b52a, 0x2b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1762, 184, -288, 0x003c}, + {1755, 184, -256, 0x0000}, + {1762, 184, -251, 0x0041} + } +}; + +StandTile tile_11 = { + 0x09b529, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {1762, 184, -288, 0x0000}, + {1755, 184, -284, 0x001c}, + {1755, 184, -270, 0x0018}, + {1755, 184, -256, 0x0038} + } +}; + +StandTile tile_12 = { + 0x092b28, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1762, 184, -251, 0x0059}, + {1764, 184, -285, 0x0000}, + {1762, 184, -288, 0x0038} + } +}; + +StandTile tile_13 = { + 0x01b128, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1770, 184, -254, 0x0000}, + {1772, 184, -251, 0x0079}, + {1782, 184, -288, 0x0049} + } +}; + +StandTile tile_14 = { + 0x01b228, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1782, 184, -288, 0x004d}, + {1764, 184, -254, 0x0000}, + {1770, 184, -254, 0x0045} + } +}; + +StandTile tile_15 = { + 0x01b32a, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1772, 184, -288, 0x0051}, + {1764, 184, -254, 0x0049}, + {1782, 184, -288, 0x0000} + } +}; + +StandTile tile_16 = { + 0x01b329, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1772, 184, -288, 0x0000}, + {1770, 184, -285, 0x0055}, + {1764, 184, -254, 0x004d} + } +}; + +StandTile tile_17 = { + 0x01b42a, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1764, 184, -285, 0x0059}, + {1764, 184, -254, 0x0051}, + {1770, 184, -285, 0x0000} + } +}; + +StandTile tile_18 = { + 0x01b429, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1764, 184, -285, 0x0041}, + {1762, 184, -251, 0x0000}, + {1764, 184, -254, 0x0055} + } +}; + +StandTile tile_19 = { + 0x01de2a, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1824, 184, -251, 0x0061}, + {1822, 184, -285, 0x0069}, + {1822, 184, -254, 0x0000} + } +}; + +StandTile tile_20 = { + 0x01de29, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1824, 184, -251, 0x00a1}, + {1824, 184, -288, 0x0000}, + {1822, 184, -285, 0x005d} + } +}; + +StandTile tile_21 = { + 0x01dd2a, 0x2b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1822, 184, -254, 0x0069}, + {1816, 184, -285, 0x0071}, + {1816, 184, -254, 0x0000} + } +}; + +StandTile tile_22 = { + 0x01dd29, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1822, 184, -254, 0x005d}, + {1822, 184, -285, 0x0000}, + {1816, 184, -285, 0x0065} + } +}; + +StandTile tile_23 = { + 0x01dc2a, 0x2b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1813, 184, -251, 0x0071}, + {1816, 184, -285, 0x0000}, + {1813, 184, -288, 0x0081} + } +}; + +StandTile tile_24 = { + 0x01dc29, 0x2b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1813, 184, -251, 0x0000}, + {1816, 184, -254, 0x0065}, + {1816, 184, -285, 0x006d} + } +}; + +StandTile tile_25 = { + 0x01db28, 0x2b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1813, 184, -288, 0x0000}, + {1782, 184, -288, 0x0079}, + {1793, 184, -270, 0x0081} + } +}; + +StandTile tile_26 = { + 0x01da28, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1793, 184, -270, 0x0075}, + {1782, 184, -288, 0x0045}, + {1772, 184, -251, 0x007d} + } +}; + +StandTile tile_27 = { + 0x01d928, 0x2b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1772, 184, -251, 0x0000}, + {1813, 184, -251, 0x0081}, + {1793, 184, -270, 0x0079} + } +}; + +StandTile tile_28 = { + 0x01d828, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1793, 184, -270, 0x007d}, + {1813, 184, -251, 0x006d}, + {1813, 184, -288, 0x0075} + } +}; + +StandTile tile_29 = { + 0x01d72a, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1876, 184, -251, 0x0089}, + {1873, 184, -285, 0x0091}, + {1873, 184, -254, 0x0000} + } +}; + +StandTile tile_30 = { + 0x01d729, 0x2b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1876, 184, -251, 0x00c9}, + {1876, 184, -288, 0x0000}, + {1873, 184, -285, 0x0085} + } +}; + +StandTile tile_31 = { + 0x01d62a, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1873, 184, -254, 0x0091}, + {1868, 184, -285, 0x0099}, + {1868, 184, -254, 0x0000} + } +}; + +StandTile tile_32 = { + 0x01d629, 0x2b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1873, 184, -254, 0x0085}, + {1873, 184, -285, 0x0000}, + {1868, 184, -285, 0x008d} + } +}; + +StandTile tile_33 = { + 0x01d52a, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1865, 184, -251, 0x0099}, + {1868, 184, -285, 0x0000}, + {1865, 184, -288, 0x00a9} + } +}; + +StandTile tile_34 = { + 0x01d529, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1865, 184, -251, 0x0000}, + {1868, 184, -254, 0x008d}, + {1868, 184, -285, 0x0095} + } +}; + +StandTile tile_35 = { + 0x01d428, 0x2b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1865, 184, -288, 0x0000}, + {1824, 184, -288, 0x00a1}, + {1845, 184, -270, 0x00a9} + } +}; + +StandTile tile_36 = { + 0x01d328, 0x2b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1845, 184, -270, 0x009d}, + {1824, 184, -288, 0x0061}, + {1824, 184, -251, 0x00a5} + } +}; + +StandTile tile_37 = { + 0x01d228, 0x2b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1824, 184, -251, 0x0000}, + {1865, 184, -251, 0x00a9}, + {1845, 184, -270, 0x00a1} + } +}; + +StandTile tile_38 = { + 0x01d128, 0x2b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1845, 184, -270, 0x00a5}, + {1865, 184, -251, 0x0095}, + {1865, 184, -288, 0x009d} + } +}; + +StandTile tile_39 = { + 0x01d02a, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1927, 184, -251, 0x00b1}, + {1925, 184, -285, 0x00b9}, + {1925, 184, -254, 0x0000} + } +}; + +StandTile tile_40 = { + 0x01d029, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1927, 184, -251, 0x00f1}, + {1927, 184, -288, 0x0000}, + {1925, 184, -285, 0x00ad} + } +}; + +StandTile tile_41 = { + 0x01cf2a, 0x2a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1925, 184, -254, 0x00b9}, + {1919, 184, -285, 0x00c1}, + {1919, 184, -254, 0x0000} + } +}; + +StandTile tile_42 = { + 0x01cf29, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1925, 184, -254, 0x00ad}, + {1925, 184, -285, 0x0000}, + {1919, 184, -285, 0x00b5} + } +}; + +StandTile tile_43 = { + 0x01ce2a, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1917, 184, -251, 0x00c1}, + {1919, 184, -285, 0x0000}, + {1917, 184, -288, 0x00d1} + } +}; + +StandTile tile_44 = { + 0x01ce29, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1917, 184, -251, 0x0000}, + {1919, 184, -254, 0x00b5}, + {1919, 184, -285, 0x00bd} + } +}; + +StandTile tile_45 = { + 0x01cd28, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1917, 184, -288, 0x0000}, + {1876, 184, -288, 0x00c9}, + {1897, 184, -270, 0x00d1} + } +}; + +StandTile tile_46 = { + 0x01cc28, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1897, 184, -270, 0x00c5}, + {1876, 184, -288, 0x0089}, + {1876, 184, -251, 0x00cd} + } +}; + +StandTile tile_47 = { + 0x01cb28, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1876, 184, -251, 0x0000}, + {1917, 184, -251, 0x00d1}, + {1897, 184, -270, 0x00c9} + } +}; + +StandTile tile_48 = { + 0x01ca28, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1897, 184, -270, 0x00cd}, + {1917, 184, -251, 0x00bd}, + {1917, 184, -288, 0x00c5} + } +}; + +StandTile tile_49 = { + 0x01c92a, 0x2a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1979, 184, -251, 0x00d9}, + {1977, 184, -285, 0x00e1}, + {1977, 184, -254, 0x0000} + } +}; + +StandTile tile_50 = { + 0x01c929, 0x2a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1979, 184, -251, 0x00fd}, + {1979, 184, -288, 0x0000}, + {1977, 184, -285, 0x00d5} + } +}; + +StandTile tile_51 = { + 0x01c82a, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1977, 184, -254, 0x00e1}, + {1971, 184, -285, 0x00e9}, + {1971, 184, -254, 0x0000} + } +}; + +StandTile tile_52 = { + 0x01c829, 0x2a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1977, 184, -254, 0x00d5}, + {1977, 184, -285, 0x0000}, + {1971, 184, -285, 0x00dd} + } +}; + +StandTile tile_53 = { + 0x01c72a, 0x2a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1969, 184, -251, 0x00e9}, + {1971, 184, -285, 0x0000}, + {1969, 184, -288, 0x00f9} + } +}; + +StandTile tile_54 = { + 0x01c729, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1969, 184, -251, 0x0000}, + {1971, 184, -254, 0x00dd}, + {1971, 184, -285, 0x00e5} + } +}; + +StandTile tile_55 = { + 0x01c628, 0x2a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1969, 184, -288, 0x0000}, + {1927, 184, -288, 0x00f1}, + {1949, 184, -270, 0x00f9} + } +}; + +StandTile tile_56 = { + 0x01c528, 0x2a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1949, 184, -270, 0x00ed}, + {1927, 184, -288, 0x00b1}, + {1927, 184, -251, 0x00f5} + } +}; + +StandTile tile_57 = { + 0x01c428, 0x2a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1927, 184, -251, 0x0000}, + {1969, 184, -251, 0x00f9}, + {1949, 184, -270, 0x00f1} + } +}; + +StandTile tile_58 = { + 0x01c328, 0x2a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1949, 184, -270, 0x00f5}, + {1969, 184, -251, 0x00e5}, + {1969, 184, -288, 0x00ed} + } +}; + +StandTile tile_59 = { + 0x04fa20, 0x29, + 0x0, + 0x0, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1979, 184, -251, 0x0000}, + {2001, 184, -254, 0x0101}, + {1979, 184, -288, 0x00d9} + } +}; + +StandTile tile_60 = { + 0x04f920, 0x29, + 0x0, + 0x0, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2001, 184, -254, 0x0149}, + {1995, 184, -292, 0x0000}, + {1979, 184, -288, 0x00fd} + } +}; + +StandTile tile_61 = { + 0x04f820, 0x29, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2112, 184, -286, 0x0125}, + {2079, 184, -286, 0x0109}, + {2092, 184, -262, 0x0000} + } +}; + +StandTile tile_62 = { + 0x04f720, 0x29, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2092, 184, -262, 0x0105}, + {2079, 184, -286, 0x010d}, + {2052, 184, -260, 0x0000} + } +}; + +StandTile tile_63 = { + 0x04f620, 0x29, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2079, 184, -286, 0x012d}, + {2049, 184, -282, 0x0139}, + {2052, 184, -260, 0x0109} + } +}; + +StandTile tile_64 = { + 0x04f520, 0x29, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2164, 184, -301, 0x0115}, + {2139, 184, -322, 0x0119}, + {2140, 184, -295, 0x0000} + } +}; + +StandTile tile_65 = { + 0x04f420, 0x29, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2158, 184, -325, 0x0159}, + {2139, 184, -322, 0x0111}, + {2164, 184, -301, 0x0000} + } +}; + +StandTile tile_66 = { + 0x04f320, 0x29, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2112, 184, -318, 0x011d}, + {2140, 184, -295, 0x0111}, + {2139, 184, -322, 0x0161} + } +}; + +StandTile tile_67 = { + 0x04f220, 0x29, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2112, 184, -318, 0x0121}, + {2112, 184, -286, 0x0000}, + {2140, 184, -295, 0x0119} + } +}; + +StandTile tile_68 = { + 0x04f120, 0x29, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2112, 184, -286, 0x011d}, + {2112, 184, -318, 0x0169}, + {2083, 184, -313, 0x0125} + } +}; + +StandTile tile_69 = { + 0x04f020, 0x29, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2083, 184, -313, 0x0129}, + {2079, 184, -286, 0x0105}, + {2112, 184, -286, 0x0121} + } +}; + +StandTile tile_70 = { + 0x04ef20, 0x29, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2059, 184, -310, 0x012d}, + {2079, 184, -286, 0x0125}, + {2083, 184, -313, 0x0171} + } +}; + +StandTile tile_71 = { + 0x04ee20, 0x29, + 0x0, + 0x8, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2059, 184, -310, 0x0131}, + {2049, 184, -282, 0x010d}, + {2079, 184, -286, 0x0129} + } +}; + +StandTile tile_72 = { + 0x04ed20, 0x29, + 0x0, + 0x8, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2036, 184, -309, 0x0135}, + {2049, 184, -282, 0x012d}, + {2059, 184, -310, 0x0179} + } +}; + +StandTile tile_73 = { + 0x04ec20, 0x29, + 0x0, + 0x5, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2022, 184, -278, 0x0139}, + {2049, 184, -282, 0x0131}, + {2036, 184, -309, 0x0141} + } +}; + +StandTile tile_74 = { + 0x04eb20, 0x29, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2022, 184, -278, 0x013d}, + {2052, 184, -260, 0x010d}, + {2049, 184, -282, 0x0135} + } +}; + +StandTile tile_75 = { + 0x04ea20, 0x29, + 0x0, + 0x0, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2022, 184, -278, 0x0145}, + {2027, 184, -253, 0x0000}, + {2052, 184, -260, 0x0139} + } +}; + +StandTile tile_76 = { + 0x04e920, 0x29, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2036, 184, -309, 0x0181}, + {2011, 184, -305, 0x014d}, + {2022, 184, -278, 0x0135} + } +}; + +StandTile tile_77 = { + 0x04e820, 0x29, + 0x0, + 0x0, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2022, 184, -278, 0x0149}, + {2001, 184, -254, 0x0000}, + {2027, 184, -253, 0x013d} + } +}; + +StandTile tile_78 = { + 0x04e720, 0x29, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2001, 184, -254, 0x0145}, + {2022, 184, -278, 0x014d}, + {1995, 184, -292, 0x0101} + } +}; + +StandTile tile_79 = { + 0x04e620, 0x29, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2022, 184, -278, 0x0141}, + {2011, 184, -305, 0x0151}, + {1995, 184, -292, 0x0149} + } +}; + +StandTile tile_80 = { + 0x04e520, 0x29, + 0x0, + 0x2, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1995, 184, -292, 0x014d}, + {2011, 184, -305, 0x0155}, + {1996, 184, -312, 0x0000} + } +}; + +StandTile tile_81 = { + 0x04e420, 0x29, + 0x0, + 0x2, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1996, 184, -312, 0x0151}, + {2011, 184, -305, 0x0185}, + {2006, 184, -333, 0x0000} + } +}; + +StandTile tile_82 = { + 0x04e320, 0x29, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2150, 184, -345, 0x015d}, + {2139, 184, -322, 0x0115}, + {2158, 184, -325, 0x0000} + } +}; + +StandTile tile_83 = { + 0x04e220, 0x29, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2150, 184, -345, 0x018d}, + {2120, 184, -342, 0x0161}, + {2139, 184, -322, 0x0159} + } +}; + +StandTile tile_84 = { + 0x04e120, 0x29, + 0x0, + 0x9, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2139, 184, -322, 0x015d}, + {2120, 184, -342, 0x0165}, + {2112, 184, -318, 0x0119} + } +}; + +StandTile tile_85 = { + 0x04e020, 0x29, + 0x0, + 0x9, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2112, 184, -318, 0x0161}, + {2120, 184, -342, 0x0195}, + {2094, 184, -340, 0x0169} + } +}; + +StandTile tile_86 = { + 0x04df20, 0x29, + 0x0, + 0x9, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2094, 184, -340, 0x016d}, + {2083, 184, -313, 0x0121}, + {2112, 184, -318, 0x0165} + } +}; + +StandTile tile_87 = { + 0x04de20, 0x29, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2094, 184, -340, 0x019d}, + {2068, 184, -336, 0x0171}, + {2083, 184, -313, 0x0169} + } +}; + +StandTile tile_88 = { + 0x04dd20, 0x29, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2068, 184, -336, 0x0175}, + {2059, 184, -310, 0x0129}, + {2083, 184, -313, 0x016d} + } +}; + +StandTile tile_89 = { + 0x04dc20, 0x29, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2047, 184, -334, 0x0179}, + {2059, 184, -310, 0x0171}, + {2068, 184, -336, 0x01a5} + } +}; + +StandTile tile_90 = { + 0x04db20, 0x29, + 0x0, + 0x7, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2047, 184, -334, 0x017d}, + {2036, 184, -309, 0x0131}, + {2059, 184, -310, 0x0175} + } +}; + +StandTile tile_91 = { + 0x04da20, 0x29, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2047, 184, -334, 0x01ad}, + {2029, 184, -333, 0x0181}, + {2036, 184, -309, 0x0179} + } +}; + +StandTile tile_92 = { + 0x04d920, 0x29, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2036, 184, -309, 0x017d}, + {2029, 184, -333, 0x0185}, + {2011, 184, -305, 0x0141} + } +}; + +StandTile tile_93 = { + 0x04d820, 0x29, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2011, 184, -305, 0x0181}, + {2029, 184, -333, 0x01b5}, + {2006, 184, -333, 0x0155} + } +}; + +StandTile tile_94 = { + 0x04d720, 0x29, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2159, 184, -359, 0x01f1}, + {2125, 184, -359, 0x018d}, + {2150, 184, -345, 0x0000} + } +}; + +StandTile tile_95 = { + 0x04d620, 0x29, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2125, 184, -359, 0x0191}, + {2120, 184, -342, 0x015d}, + {2150, 184, -345, 0x0189} + } +}; + +StandTile tile_96 = { + 0x04d520, 0x29, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2125, 184, -359, 0x01e9}, + {2107, 184, -359, 0x0195}, + {2120, 184, -342, 0x018d} + } +}; + +StandTile tile_97 = { + 0x04d420, 0x29, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2120, 184, -342, 0x0191}, + {2107, 184, -359, 0x0199}, + {2094, 184, -340, 0x0165} + } +}; + +StandTile tile_98 = { + 0x04d320, 0x29, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2077, 184, -356, 0x019d}, + {2094, 184, -340, 0x0195}, + {2107, 184, -359, 0x01e5} + } +}; + +StandTile tile_99 = { + 0x04d220, 0x29, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2077, 184, -356, 0x01a1}, + {2068, 184, -336, 0x016d}, + {2094, 184, -340, 0x0199} + } +}; + +StandTile tile_100 = { + 0x04d120, 0x29, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2052, 184, -356, 0x01a5}, + {2068, 184, -336, 0x019d}, + {2077, 184, -356, 0x01d9} + } +}; + +StandTile tile_101 = { + 0x04d020, 0x29, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2052, 184, -356, 0x01a9}, + {2047, 184, -334, 0x0175}, + {2068, 184, -336, 0x01a1} + } +}; + +StandTile tile_102 = { + 0x04cf20, 0x29, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2052, 184, -356, 0x01d5}, + {2038, 184, -356, 0x01ad}, + {2047, 184, -334, 0x01a5} + } +}; + +StandTile tile_103 = { + 0x04ce20, 0x29, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2038, 184, -356, 0x01b1}, + {2029, 184, -333, 0x017d}, + {2047, 184, -334, 0x01a9} + } +}; + +StandTile tile_104 = { + 0x04cd20, 0x29, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2015, 184, -356, 0x01b5}, + {2029, 184, -333, 0x01ad}, + {2038, 184, -356, 0x01c9} + } +}; + +StandTile tile_105 = { + 0x04cc20, 0x29, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2029, 184, -333, 0x01b1}, + {2015, 184, -356, 0x01b9}, + {2006, 184, -333, 0x0185} + } +}; + +StandTile tile_106 = { + 0x04cb20, 0x29, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2006, 184, -333, 0x01b5}, + {2015, 184, -356, 0x01c5}, + {1997, 184, -353, 0x0000} + } +}; + +StandTile tile_107 = { + 0x047818, 0x28, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2127, 184, -373, 0x01f1}, + {2159, 184, -359, 0x0000}, + {2150, 184, -373, 0x0241} + } +}; + +StandTile tile_108 = { + 0x047718, 0x28, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1997, 184, -353, 0x01c5}, + {2011, 184, -370, 0x0269}, + {1988, 184, -367, 0x0000} + } +}; + +StandTile tile_109 = { + 0x047618, 0x28, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2015, 184, -356, 0x01c9}, + {2011, 184, -370, 0x01c1}, + {1997, 184, -353, 0x01b9} + } +}; + +StandTile tile_110 = { + 0x047518, 0x28, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2015, 184, -356, 0x01b1}, + {2038, 184, -356, 0x01cd}, + {2011, 184, -370, 0x01c5} + } +}; + +StandTile tile_111 = { + 0x047418, 0x28, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2011, 184, -370, 0x01c9}, + {2038, 184, -356, 0x01d1}, + {2034, 184, -370, 0x0265} + } +}; + +StandTile tile_112 = { + 0x047318, 0x28, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2034, 184, -370, 0x01cd}, + {2038, 184, -356, 0x01d5}, + {2049, 184, -370, 0x0259} + } +}; + +StandTile tile_113 = { + 0x047218, 0x28, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2052, 184, -356, 0x01d9}, + {2049, 184, -370, 0x01d1}, + {2038, 184, -356, 0x01a9} + } +}; + +StandTile tile_114 = { + 0x047118, 0x28, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2052, 184, -356, 0x01a1}, + {2077, 184, -356, 0x01e1}, + {2049, 184, -370, 0x01d5} + } +}; + +StandTile tile_115 = { + 0x047018, 0x28, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2077, 184, -356, 0x01e5}, + {2098, 184, -373, 0x0249}, + {2075, 184, -370, 0x01e1} + } +}; + +StandTile tile_116 = { + 0x046f18, 0x28, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2049, 184, -370, 0x01d9}, + {2077, 184, -356, 0x01dd}, + {2075, 184, -370, 0x0255} + } +}; + +StandTile tile_117 = { + 0x046e18, 0x28, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2107, 184, -359, 0x01e9}, + {2098, 184, -373, 0x01dd}, + {2077, 184, -356, 0x0199} + } +}; + +StandTile tile_118 = { + 0x046d18, 0x28, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2125, 184, -359, 0x01ed}, + {2098, 184, -373, 0x01e5}, + {2107, 184, -359, 0x0191} + } +}; + +StandTile tile_119 = { + 0x046c18, 0x28, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2127, 184, -373, 0x0245}, + {2098, 184, -373, 0x01e9}, + {2125, 184, -359, 0x01f1} + } +}; + +StandTile tile_120 = { + 0x046b18, 0x28, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2159, 184, -359, 0x01bd}, + {2127, 184, -373, 0x01ed}, + {2125, 184, -359, 0x0189} + } +}; + +StandTile tile_121 = { + 0x001018, 0x28, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2089, 184, -552, 0x02c5}, + {2072, 184, -552, 0x01f9}, + {2092, 184, -512, 0x0219} + } +}; + +StandTile tile_122 = { + 0x001118, 0x28, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2092, 184, -512, 0x01f5}, + {2072, 184, -552, 0x0000}, + {2069, 184, -497, 0x01fd} + } +}; + +StandTile tile_123 = { + 0x001218, 0x28, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2104, 184, -471, 0x021d}, + {2092, 184, -512, 0x01f9}, + {2069, 184, -497, 0x0201} + } +}; + +StandTile tile_124 = { + 0x001318, 0x28, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2104, 184, -471, 0x01fd}, + {2069, 184, -497, 0x0000}, + {2060, 184, -483, 0x0205} + } +}; + +StandTile tile_125 = { + 0x001418, 0x28, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2063, 184, -442, 0x0221}, + {2104, 184, -471, 0x0201}, + {2060, 184, -483, 0x0209} + } +}; + +StandTile tile_126 = { + 0x001518, 0x28, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2063, 184, -442, 0x0205}, + {2060, 184, -483, 0x020d}, + {2055, 184, -460, 0x0000} + } +}; + +StandTile tile_127 = { + 0x001618, 0x28, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2055, 184, -460, 0x0209}, + {2060, 184, -483, 0x0000}, + {2049, 184, -491, 0x0211} + } +}; + +StandTile tile_128 = { + 0x001718, 0x28, + 0x0, + 0x6, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2043, 184, -451, 0x0000}, + {2055, 184, -460, 0x020d}, + {2049, 184, -491, 0x028d} + } +}; + +StandTile tile_129 = { + 0x001818, 0x28, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2133, 184, -509, 0x0000}, + {2130, 184, -552, 0x02bd}, + {2089, 184, -552, 0x0219} + } +}; + +StandTile tile_130 = { + 0x001918, 0x28, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2133, 184, -509, 0x0215}, + {2089, 184, -552, 0x01f5}, + {2092, 184, -512, 0x021d} + } +}; + +StandTile tile_131 = { + 0x001a18, 0x28, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2104, 184, -471, 0x0000}, + {2133, 184, -509, 0x0219}, + {2092, 184, -512, 0x01fd} + } +}; + +StandTile tile_132 = { + 0x001b18, 0x28, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2104, 184, -471, 0x0205}, + {2063, 184, -442, 0x0225}, + {2101, 184, -434, 0x0000} + } +}; + +StandTile tile_133 = { + 0x001c18, 0x28, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2060, 184, -408, 0x0229}, + {2101, 184, -434, 0x0221}, + {2063, 184, -442, 0x0000} + } +}; + +StandTile tile_134 = { + 0x001d18, 0x28, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2115, 184, -413, 0x0000}, + {2101, 184, -434, 0x0225}, + {2060, 184, -408, 0x022d} + } +}; + +StandTile tile_135 = { + 0x001e18, 0x28, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2115, 184, -413, 0x0229}, + {2060, 184, -408, 0x0231}, + {2089, 184, -387, 0x0239} + } +}; + +StandTile tile_136 = { + 0x001f18, 0x28, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2089, 184, -387, 0x022d}, + {2060, 184, -408, 0x0235}, + {2066, 184, -385, 0x024d} + } +}; + +StandTile tile_137 = { + 0x002018, 0x28, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2066, 184, -385, 0x0231}, + {2060, 184, -408, 0x0000}, + {2052, 184, -382, 0x0251} + } +}; + +StandTile tile_138 = { + 0x002118, 0x28, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2138, 184, -390, 0x0000}, + {2115, 184, -413, 0x022d}, + {2089, 184, -387, 0x023d} + } +}; + +StandTile tile_139 = { + 0x002218, 0x28, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2138, 184, -390, 0x0239}, + {2089, 184, -387, 0x0245}, + {2127, 184, -373, 0x0241} + } +}; + +StandTile tile_140 = { + 0x002318, 0x28, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2150, 184, -373, 0x0000}, + {2138, 184, -390, 0x023d}, + {2127, 184, -373, 0x01bd} + } +}; + +StandTile tile_141 = { + 0x002418, 0x28, + 0x0, + 0x7, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2127, 184, -373, 0x023d}, + {2089, 184, -387, 0x0249}, + {2098, 184, -373, 0x01ed} + } +}; + +StandTile tile_142 = { + 0x002518, 0x28, + 0x0, + 0x7, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2098, 184, -373, 0x0245}, + {2089, 184, -387, 0x024d}, + {2075, 184, -370, 0x01dd} + } +}; + +StandTile tile_143 = { + 0x002618, 0x28, + 0x0, + 0x7, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2075, 184, -370, 0x0249}, + {2089, 184, -387, 0x0231}, + {2066, 184, -385, 0x0251} + } +}; + +StandTile tile_144 = { + 0x002718, 0x28, + 0x0, + 0x7, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2052, 184, -382, 0x0255}, + {2075, 184, -370, 0x024d}, + {2066, 184, -385, 0x0235} + } +}; + +StandTile tile_145 = { + 0x002818, 0x28, + 0x0, + 0x7, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2049, 184, -370, 0x01e1}, + {2075, 184, -370, 0x0251}, + {2052, 184, -382, 0x0259} + } +}; + +StandTile tile_146 = { + 0x002918, 0x28, + 0x0, + 0x7, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2049, 184, -370, 0x0255}, + {2052, 184, -382, 0x025d}, + {2034, 184, -370, 0x01d1} + } +}; + +StandTile tile_147 = { + 0x002a18, 0x28, + 0x0, + 0x7, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2040, 184, -390, 0x0261}, + {2034, 184, -370, 0x0259}, + {2052, 184, -382, 0x0000} + } +}; + +StandTile tile_148 = { + 0x002b18, 0x28, + 0x0, + 0x6, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2014, 184, -393, 0x0265}, + {2034, 184, -370, 0x025d}, + {2040, 184, -390, 0x026d} + } +}; + +StandTile tile_149 = { + 0x002c18, 0x28, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2011, 184, -370, 0x01cd}, + {2034, 184, -370, 0x0261}, + {2014, 184, -393, 0x0269} + } +}; + +StandTile tile_150 = { + 0x002d18, 0x28, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2011, 184, -370, 0x0265}, + {2014, 184, -393, 0x0000}, + {1988, 184, -367, 0x01c1} + } +}; + +StandTile tile_151 = { + 0x002e18, 0x28, + 0x0, + 0x6, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2014, 184, -393, 0x0261}, + {2040, 184, -390, 0x0000}, + {2040, 184, -408, 0x0271} + } +}; + +StandTile tile_152 = { + 0x002f18, 0x28, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2009, 184, -416, 0x0000}, + {2014, 184, -393, 0x026d}, + {2040, 184, -408, 0x0275} + } +}; + +StandTile tile_153 = { + 0x003018, 0x28, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2009, 184, -416, 0x0271}, + {2040, 184, -408, 0x0000}, + {2037, 184, -428, 0x0279} + } +}; + +StandTile tile_154 = { + 0x003118, 0x28, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2003, 184, -454, 0x0000}, + {2009, 184, -416, 0x0275}, + {2037, 184, -428, 0x027d} + } +}; + +StandTile tile_155 = { + 0x003218, 0x28, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2003, 184, -454, 0x0279}, + {2037, 184, -428, 0x0000}, + {2043, 184, -451, 0x0295} + } +}; + +StandTile tile_156 = { + 0x025318, 0x28, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1985, 184, -543, 0x03dd}, + {1985, 184, -506, 0x0000}, + {2014, 184, -503, 0x0285} + } +}; + +StandTile tile_157 = { + 0x025418, 0x28, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2023, 184, -526, 0x0000}, + {1985, 184, -543, 0x0281}, + {2014, 184, -503, 0x0289} + } +}; + +StandTile tile_158 = { + 0x025518, 0x28, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2049, 184, -491, 0x0000}, + {2023, 184, -526, 0x0285}, + {2014, 184, -503, 0x0291} + } +}; + +StandTile tile_159 = { + 0x025618, 0x28, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2017, 184, -474, 0x0295}, + {2043, 184, -451, 0x0211}, + {2049, 184, -491, 0x0291} + } +}; + +StandTile tile_160 = { + 0x025718, 0x28, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2017, 184, -474, 0x028d}, + {2049, 184, -491, 0x0289}, + {2014, 184, -503, 0x0000} + } +}; + +StandTile tile_161 = { + 0x025818, 0x28, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2003, 184, -454, 0x027d}, + {2043, 184, -451, 0x028d}, + {2017, 184, -474, 0x0000} + } +}; + +StandTile tile_162 = { + 0x000418, 0x27, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2006, 184, -630, 0x04a9}, + {2006, 184, -604, 0x029d}, + {2037, 184, -624, 0x0000} + } +}; + +StandTile tile_163 = { + 0x000518, 0x27, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2034, 184, -590, 0x02a1}, + {2037, 184, -624, 0x0299}, + {2006, 184, -604, 0x0000} + } +}; + +StandTile tile_164 = { + 0x000618, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2075, 184, -624, 0x0000}, + {2037, 184, -624, 0x029d}, + {2034, 184, -590, 0x02a5} + } +}; + +StandTile tile_165 = { + 0x000718, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2075, 184, -624, 0x02a1}, + {2034, 184, -590, 0x0000}, + {2066, 184, -575, 0x02a9} + } +}; + +StandTile tile_166 = { + 0x000818, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2107, 184, -639, 0x0000}, + {2075, 184, -624, 0x02a5}, + {2066, 184, -575, 0x02ad} + } +}; + +StandTile tile_167 = { + 0x000918, 0x27, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2107, 184, -639, 0x02a9}, + {2066, 184, -575, 0x02c1}, + {2112, 186, -595, 0x02b1} + } +}; + +StandTile tile_168 = { + 0x000a18, 0x27, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2136, 184, -636, 0x0000}, + {2107, 184, -639, 0x02ad}, + {2112, 186, -595, 0x02b5} + } +}; + +StandTile tile_169 = { + 0x000b18, 0x27, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2136, 184, -636, 0x02b1}, + {2112, 186, -595, 0x02b9}, + {2147, 184, -590, 0x0000} + } +}; + +StandTile tile_170 = { + 0x000c18, 0x27, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2147, 184, -590, 0x02b5}, + {2112, 186, -595, 0x02bd}, + {2130, 184, -552, 0x0000} + } +}; + +StandTile tile_171 = { + 0x000d18, 0x27, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2130, 184, -552, 0x02b9}, + {2112, 186, -595, 0x02c1}, + {2089, 184, -552, 0x0215} + } +}; + +StandTile tile_172 = { + 0x000e18, 0x27, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2089, 184, -552, 0x02bd}, + {2112, 186, -595, 0x02ad}, + {2066, 184, -575, 0x02c5} + } +}; + +StandTile tile_173 = { + 0x000f18, 0x27, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2072, 184, -552, 0x01f5}, + {2089, 184, -552, 0x02c1}, + {2066, 184, -575, 0x0000} + } +}; + +StandTile tile_174 = { + 0x044b18, 0x26, + 0x0, + 0x4, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1861, 115, -468, 0x02d1}, + {1853, 116, -448, 0x02cd}, + {1861, 115, -446, 0x0395} + } +}; + +StandTile tile_175 = { + 0x022d18, 0x26, + 0x0, + 0x4, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1861, 115, -419, 0x0399}, + {1861, 115, -446, 0x02c9}, + {1853, 116, -448, 0x02e1} + } +}; + +StandTile tile_176 = { + 0x022e18, 0x26, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1853, 116, -448, 0x02c9}, + {1861, 115, -468, 0x0000}, + {1853, 115, -480, 0x02d5} + } +}; + +StandTile tile_177 = { + 0x022f18, 0x26, + 0x0, + 0x4, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1827, 115, -474, 0x02d9}, + {1853, 116, -448, 0x02d1}, + {1853, 115, -480, 0x02f5} + } +}; + +StandTile tile_178 = { + 0x023018, 0x26, + 0x0, + 0x5, 0x8, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1821, 115, -434, 0x02dd}, + {1853, 116, -448, 0x02d5}, + {1827, 115, -474, 0x02f1} + } +}; + +StandTile tile_179 = { + 0x023118, 0x26, + 0x0, + 0x4, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1835, 115, -408, 0x02e1}, + {1853, 116, -448, 0x02d9}, + {1821, 115, -434, 0x02e5} + } +}; + +StandTile tile_180 = { + 0x023218, 0x26, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1861, 115, -419, 0x02cd}, + {1853, 116, -448, 0x02dd}, + {1835, 115, -408, 0x0000} + } +}; + +StandTile tile_181 = { + 0x023318, 0x26, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1803, 115, -408, 0x0000}, + {1835, 115, -408, 0x02dd}, + {1821, 115, -434, 0x02e9} + } +}; + +StandTile tile_182 = { + 0x023418, 0x26, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1803, 115, -408, 0x02e5}, + {1821, 115, -434, 0x02ed}, + {1783, 115, -436, 0x0355} + } +}; + +StandTile tile_183 = { + 0x023518, 0x26, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1783, 115, -436, 0x02e9}, + {1821, 115, -434, 0x02f1}, + {1783, 115, -465, 0x0345} + } +}; + +StandTile tile_184 = { + 0x023618, 0x26, + 0x0, + 0x4, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1821, 115, -434, 0x02d9}, + {1827, 115, -474, 0x034d}, + {1783, 115, -465, 0x02ed} + } +}; + +StandTile tile_185 = { + 0x023718, 0x26, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1827, 115, -474, 0x02d5}, + {1853, 115, -480, 0x0000}, + {1827, 115, -491, 0x02f9} + } +}; + +StandTile tile_186 = { + 0x023818, 0x26, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1789, 121, -477, 0x034d}, + {1827, 115, -474, 0x02f5}, + {1827, 115, -491, 0x02fd} + } +}; + +StandTile tile_187 = { + 0x023918, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1789, 121, -477, 0x02f9}, + {1827, 115, -491, 0x0000}, + {1786, 121, -494, 0x0301} + } +}; + +StandTile tile_188 = { + 0x023a18, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1754, 127, -471, 0x0349}, + {1789, 121, -477, 0x02fd}, + {1786, 121, -494, 0x0305} + } +}; + +StandTile tile_189 = { + 0x023b18, 0x26, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1754, 127, -471, 0x0301}, + {1786, 121, -494, 0x0359}, + {1757, 127, -494, 0x0309} + } +}; + +StandTile tile_190 = { + 0x023c18, 0x26, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1720, 130, -471, 0x0000}, + {1754, 127, -471, 0x0305}, + {1757, 127, -494, 0x030d} + } +}; + +StandTile tile_191 = { + 0x023d18, 0x26, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1720, 130, -471, 0x0309}, + {1757, 127, -494, 0x0361}, + {1723, 130, -491, 0x0311} + } +}; + +StandTile tile_192 = { + 0x023e18, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1694, 130, -477, 0x0000}, + {1720, 130, -471, 0x030d}, + {1723, 130, -491, 0x0315} + } +}; + +StandTile tile_193 = { + 0x023f18, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1694, 130, -477, 0x0311}, + {1723, 130, -491, 0x0369}, + {1708, 132, -500, 0x0319} + } +}; + +StandTile tile_194 = { + 0x024018, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1685, 132, -512, 0x0000}, + {1694, 130, -477, 0x0315}, + {1708, 132, -500, 0x031d} + } +}; + +StandTile tile_195 = { + 0x024118, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1685, 132, -512, 0x0319}, + {1708, 132, -500, 0x036d}, + {1723, 135, -520, 0x0321} + } +}; + +StandTile tile_196 = { + 0x024218, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1697, 135, -540, 0x0000}, + {1685, 132, -512, 0x031d}, + {1723, 135, -520, 0x0325} + } +}; + +StandTile tile_197 = { + 0x024318, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1697, 135, -540, 0x0321}, + {1723, 135, -520, 0x0371}, + {1746, 144, -532, 0x0329} + } +}; + +StandTile tile_198 = { + 0x024418, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1743, 144, -555, 0x0000}, + {1697, 135, -540, 0x0325}, + {1746, 144, -532, 0x032d} + } +}; + +StandTile tile_199 = { + 0x024518, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1743, 144, -555, 0x0329}, + {1746, 144, -532, 0x0379}, + {1777, 153, -520, 0x0331} + } +}; + +StandTile tile_200 = { + 0x024618, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1783, 153, -543, 0x0000}, + {1743, 144, -555, 0x032d}, + {1777, 153, -520, 0x0335} + } +}; + +StandTile tile_201 = { + 0x024718, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1783, 153, -543, 0x0331}, + {1777, 153, -520, 0x0381}, + {1798, 158, -514, 0x0339} + } +}; + +StandTile tile_202 = { + 0x024818, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1827, 161, -540, 0x0000}, + {1783, 153, -543, 0x0335}, + {1798, 158, -514, 0x033d} + } +}; + +StandTile tile_203 = { + 0x024918, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1827, 161, -540, 0x0339}, + {1798, 158, -514, 0x0000}, + {1861, 173, -509, 0x0341} + } +}; + +StandTile tile_204 = { + 0x024a18, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1861, 173, -532, 0x0000}, + {1827, 161, -540, 0x033d}, + {1861, 173, -509, 0x03c1} + } +}; + +StandTile tile_205 = { + 0x029a18, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1783, 115, -436, 0x02ed}, + {1783, 115, -465, 0x0349}, + {1754, 127, -471, 0x0351} + } +}; + +StandTile tile_206 = { + 0x029b18, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1789, 121, -477, 0x0301}, + {1754, 127, -471, 0x0345}, + {1783, 115, -465, 0x034d} + } +}; + +StandTile tile_207 = { + 0x029c18, 0x26, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1789, 121, -477, 0x0349}, + {1783, 115, -465, 0x02f1}, + {1827, 115, -474, 0x02f9} + } +}; + +StandTile tile_208 = { + 0x029d18, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1757, 141, -436, 0x0355}, + {1783, 115, -436, 0x0345}, + {1754, 127, -471, 0x0000} + } +}; + +StandTile tile_209 = { + 0x02a118, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1803, 115, -408, 0x02e9}, + {1783, 115, -436, 0x0351}, + {1757, 141, -436, 0x0000} + } +}; + +StandTile tile_210 = { + 0x02dc18, 0x26, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1757, 127, -494, 0x0305}, + {1786, 121, -494, 0x0000}, + {1777, 144, -503, 0x035d} + } +}; + +StandTile tile_211 = { + 0x02dd18, 0x26, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1757, 127, -494, 0x0359}, + {1777, 144, -503, 0x037d}, + {1752, 144, -506, 0x0361} + } +}; + +StandTile tile_212 = { + 0x02de18, 0x26, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1723, 130, -491, 0x030d}, + {1757, 127, -494, 0x035d}, + {1752, 144, -506, 0x0365} + } +}; + +StandTile tile_213 = { + 0x02df18, 0x26, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1723, 130, -491, 0x0361}, + {1752, 144, -506, 0x0375}, + {1723, 144, -503, 0x0369} + } +}; + +StandTile tile_214 = { + 0x02e018, 0x26, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1708, 132, -500, 0x0315}, + {1723, 130, -491, 0x0365}, + {1723, 144, -503, 0x036d} + } +}; + +StandTile tile_215 = { + 0x02e118, 0x26, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1708, 132, -500, 0x0369}, + {1723, 144, -503, 0x0371}, + {1723, 135, -520, 0x031d} + } +}; + +StandTile tile_216 = { + 0x02e218, 0x26, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1723, 135, -520, 0x036d}, + {1723, 144, -503, 0x0375}, + {1746, 144, -532, 0x0325} + } +}; + +StandTile tile_217 = { + 0x02e318, 0x26, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1746, 144, -532, 0x0371}, + {1723, 144, -503, 0x0365}, + {1752, 144, -506, 0x0379} + } +}; + +StandTile tile_218 = { + 0x02e418, 0x26, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1777, 153, -520, 0x032d}, + {1746, 144, -532, 0x0375}, + {1752, 144, -506, 0x037d} + } +}; + +StandTile tile_219 = { + 0x02e518, 0x26, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1777, 153, -520, 0x0379}, + {1752, 144, -506, 0x035d}, + {1777, 144, -503, 0x0381} + } +}; + +StandTile tile_220 = { + 0x02e618, 0x26, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1798, 158, -514, 0x0335}, + {1777, 153, -520, 0x037d}, + {1777, 144, -503, 0x0000} + } +}; + +StandTile tile_221 = { + 0x022818, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1931, 115, -485, 0x03bd}, + {1906, 115, -485, 0x0000}, + {1888, 115, -475, 0x0389} + } +}; + +StandTile tile_222 = { + 0x022918, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1900, 115, -455, 0x0000}, + {1931, 115, -485, 0x0385}, + {1888, 115, -475, 0x038d} + } +}; + +StandTile tile_223 = { + 0x022a18, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1861, 115, -468, 0x0391}, + {1900, 115, -455, 0x0389}, + {1888, 115, -475, 0x0000} + } +}; + +StandTile tile_224 = { + 0x022b18, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1878, 115, -443, 0x0000}, + {1900, 115, -455, 0x038d}, + {1861, 115, -468, 0x0395} + } +}; + +StandTile tile_225 = { + 0x022c18, 0x25, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1878, 115, -443, 0x0391}, + {1861, 115, -468, 0x02c9}, + {1861, 115, -446, 0x0399} + } +}; + +StandTile tile_226 = { + 0x044a18, 0x25, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1861, 115, -419, 0x0000}, + {1878, 115, -443, 0x0395}, + {1861, 115, -446, 0x02cd} + } +}; + +StandTile tile_227 = { + 0x022218, 0x24, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1928, 115, -552, 0x03e9}, + {1905, 115, -543, 0x03a1}, + {1925, 115, -543, 0x03ad} + } +}; + +StandTile tile_228 = { + 0x043f18, 0x24, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1905, 115, -543, 0x0000}, + {1919, 115, -522, 0x03a5}, + {1925, 115, -543, 0x039d} + } +}; + +StandTile tile_229 = { + 0x02231a, 0x24, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1940, 115, -527, 0x03a9}, + {1925, 115, -543, 0x03a1}, + {1919, 115, -522, 0x03b1} + } +}; + +StandTile tile_230 = { + 0x022319, 0x24, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1940, 115, -527, 0x0000}, + {1932, 115, -543, 0x03ad}, + {1925, 115, -543, 0x03a5} + } +}; + +StandTile tile_231 = { + 0x044018, 0x24, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1932, 115, -543, 0x0000}, + {1928, 115, -552, 0x039d}, + {1925, 115, -543, 0x03a9} + } +}; + +StandTile tile_232 = { + 0x022418, 0x24, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1940, 115, -527, 0x03a5}, + {1919, 115, -522, 0x0000}, + {1916, 115, -502, 0x03b5} + } +}; + +StandTile tile_233 = { + 0x022518, 0x24, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1935, 115, -497, 0x0000}, + {1940, 115, -527, 0x03b1}, + {1916, 115, -502, 0x03b9} + } +}; + +StandTile tile_234 = { + 0x022618, 0x24, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1935, 115, -497, 0x03b5}, + {1916, 115, -502, 0x0000}, + {1906, 115, -485, 0x03bd} + } +}; + +StandTile tile_235 = { + 0x022718, 0x24, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1935, 115, -497, 0x03b9}, + {1906, 115, -485, 0x0385}, + {1931, 115, -485, 0x0000} + } +}; + +StandTile tile_236 = { + 0x024b18, 0x24, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1861, 173, -532, 0x0341}, + {1861, 173, -509, 0x0000}, + {1890, 179, -503, 0x03c5} + } +}; + +StandTile tile_237 = { + 0x024c18, 0x24, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1896, 179, -529, 0x0401}, + {1861, 173, -532, 0x03c1}, + {1890, 179, -503, 0x03c9} + } +}; + +StandTile tile_238 = { + 0x024d18, 0x24, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1896, 179, -529, 0x03c5}, + {1890, 179, -503, 0x0000}, + {1925, 184, -500, 0x03cd} + } +}; + +StandTile tile_239 = { + 0x024e18, 0x24, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1925, 184, -529, 0x0405}, + {1896, 179, -529, 0x03c9}, + {1925, 184, -500, 0x03d1} + } +}; + +StandTile tile_240 = { + 0x024f18, 0x24, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1925, 184, -529, 0x03cd}, + {1925, 184, -500, 0x0000}, + {1957, 184, -500, 0x03d5} + } +}; + +StandTile tile_241 = { + 0x025018, 0x24, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1951, 184, -538, 0x0000}, + {1925, 184, -529, 0x03d1}, + {1957, 184, -500, 0x03d9} + } +}; + +StandTile tile_242 = { + 0x025118, 0x24, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1951, 184, -538, 0x03d5}, + {1957, 184, -500, 0x0000}, + {1985, 184, -506, 0x03dd} + } +}; + +StandTile tile_243 = { + 0x025218, 0x24, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1951, 184, -538, 0x03d9}, + {1985, 184, -506, 0x0281}, + {1985, 184, -543, 0x0000} + } +}; + +StandTile tile_244 = { + 0x01f518, 0x24, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1905, 115, -543, 0x03e5}, + {1896, 115, -572, 0x0465}, + {1879, 115, -572, 0x0000} + } +}; + +StandTile tile_245 = { + 0x01f818, 0x24, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1922, 115, -572, 0x045d}, + {1896, 115, -572, 0x03e1}, + {1905, 115, -543, 0x03e9} + } +}; + +StandTile tile_246 = { + 0x01f918, 0x24, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1928, 115, -552, 0x03ed}, + {1922, 115, -572, 0x03e5}, + {1905, 115, -543, 0x039d} + } +}; + +StandTile tile_247 = { + 0x01fa18, 0x24, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1939, 115, -572, 0x0459}, + {1922, 115, -572, 0x03e9}, + {1928, 115, -552, 0x0000} + } +}; + +StandTile tile_248 = { + 0x00ae18, 0x24, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1913, 184, -558, 0x0000}, + {1884, 173, -572, 0x0000}, + {1899, 182, -561, 0x03f5} + } +}; + +StandTile tile_249 = { + 0x025918, 0x24, + 0x0, + 0x4, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1907, 184, -543, 0x0000}, + {1913, 184, -558, 0x03f1}, + {1899, 182, -561, 0x03f9} + } +}; + +StandTile tile_250 = { + 0x025a18, 0x24, + 0x0, + 0x6, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1907, 184, -543, 0x03f5}, + {1899, 182, -561, 0x0000}, + {1887, 182, -543, 0x03fd} + } +}; + +StandTile tile_251 = { + 0x026918, 0x24, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1896, 179, -529, 0x0405}, + {1907, 184, -543, 0x03f9}, + {1887, 182, -543, 0x0401} + } +}; + +StandTile tile_252 = { + 0x026a18, 0x24, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1896, 179, -529, 0x03fd}, + {1887, 182, -543, 0x0000}, + {1861, 173, -532, 0x03c5} + } +}; + +StandTile tile_253 = { + 0x026b18, 0x24, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1925, 184, -529, 0x0000}, + {1907, 184, -543, 0x03fd}, + {1896, 179, -529, 0x03cd} + } +}; + +StandTile tile_254 = { + 0x043c1a, 0x23, + 0x0, + 0x5, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1967, 184, -611, 0x040d}, + {1997, 184, -627, 0x0000}, + {1967, 184, -620, 0x0411} + } +}; + +StandTile tile_255 = { + 0x043c19, 0x23, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1967, 184, -611, 0x0000}, + {1988, 184, -604, 0x04ad}, + {1997, 184, -627, 0x0409} + } +}; + +StandTile tile_256 = { + 0x043b1a, 0x23, + 0x3, + 0x5, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1967, 115, -620, 0x0415}, + {1967, 184, -611, 0x0409}, + {1967, 184, -620, 0x0000} + } +}; + +StandTile tile_257 = { + 0x043b19, 0x23, + 0x3, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1967, 115, -620, 0x041d}, + {1967, 115, -611, 0x0000}, + {1967, 184, -611, 0x0411} + } +}; + +StandTile tile_258 = { + 0x043a18, 0x23, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1919, 115, -616, 0x0425}, + {1968, 115, -598, 0x0000}, + {1967, 115, -611, 0x041d} + } +}; + +StandTile tile_259 = { + 0x043918, 0x23, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1967, 115, -611, 0x0415}, + {1967, 115, -620, 0x0421}, + {1919, 115, -616, 0x0419} + } +}; + +StandTile tile_260 = { + 0x043818, 0x23, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1919, 115, -616, 0x041d}, + {1967, 115, -620, 0x0000}, + {1968, 115, -633, 0x0429} + } +}; + +StandTile tile_261 = { + 0x020818, 0x23, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1919, 115, -616, 0x0455}, + {1948, 115, -578, 0x0000}, + {1968, 115, -598, 0x0419} + } +}; + +StandTile tile_262 = { + 0x020718, 0x23, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1948, 115, -656, 0x042d}, + {1919, 115, -616, 0x0421}, + {1968, 115, -633, 0x0000} + } +}; + +StandTile tile_263 = { + 0x020618, 0x23, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1948, 115, -656, 0x0000}, + {1931, 115, -676, 0x0431}, + {1919, 115, -616, 0x0429} + } +}; + +StandTile tile_264 = { + 0x020518, 0x23, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1919, 115, -616, 0x042d}, + {1931, 115, -676, 0x0435}, + {1905, 115, -665, 0x0441} + } +}; + +StandTile tile_265 = { + 0x020418, 0x23, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1905, 115, -688, 0x0439}, + {1905, 115, -665, 0x0431}, + {1931, 115, -676, 0x0000} + } +}; + +StandTile tile_266 = { + 0x020318, 0x23, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1879, 115, -688, 0x043d}, + {1905, 115, -665, 0x0435}, + {1905, 115, -688, 0x0000} + } +}; + +StandTile tile_267 = { + 0x020218, 0x23, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1879, 115, -688, 0x0449}, + {1881, 115, -665, 0x0441}, + {1905, 115, -665, 0x0439} + } +}; + +StandTile tile_268 = { + 0x020118, 0x23, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1905, 115, -665, 0x043d}, + {1881, 115, -665, 0x0445}, + {1919, 115, -616, 0x0431} + } +}; + +StandTile tile_269 = { + 0x020018, 0x23, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1881, 115, -665, 0x044d}, + {1890, 116, -616, 0x0461}, + {1919, 115, -616, 0x0441} + } +}; + +StandTile tile_270 = { + 0x01ff18, 0x23, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1879, 115, -688, 0x0000}, + {1861, 115, -676, 0x044d}, + {1881, 115, -665, 0x043d} + } +}; + +StandTile tile_271 = { + 0x01fe18, 0x23, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1861, 115, -676, 0x0451}, + {1890, 116, -616, 0x0445}, + {1881, 115, -665, 0x0449} + } +}; + +StandTile tile_272 = { + 0x01fd18, 0x23, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1861, 115, -676, 0x0000}, + {1853, 115, -665, 0x046d}, + {1890, 116, -616, 0x044d} + } +}; + +StandTile tile_273 = { + 0x01fc18, 0x23, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1919, 115, -616, 0x0459}, + {1939, 115, -572, 0x0000}, + {1948, 115, -578, 0x0425} + } +}; + +StandTile tile_274 = { + 0x01fb18, 0x23, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1919, 115, -616, 0x045d}, + {1922, 115, -572, 0x03ed}, + {1939, 115, -572, 0x0455} + } +}; + +StandTile tile_275 = { + 0x01f718, 0x23, + 0x0, + 0x8, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1919, 115, -616, 0x0461}, + {1896, 115, -572, 0x03e5}, + {1922, 115, -572, 0x0459} + } +}; + +StandTile tile_276 = { + 0x01f618, 0x23, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1919, 115, -616, 0x0445}, + {1890, 116, -616, 0x0465}, + {1896, 115, -572, 0x045d} + } +}; + +StandTile tile_277 = { + 0x01f418, 0x23, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1896, 115, -572, 0x0461}, + {1890, 116, -616, 0x0469}, + {1879, 115, -572, 0x03e1} + } +}; + +StandTile tile_278 = { + 0x01f318, 0x23, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1879, 115, -572, 0x0465}, + {1890, 116, -616, 0x0475}, + {1864, 115, -575, 0x0000} + } +}; + +StandTile tile_279 = { + 0x01f218, 0x23, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1861, 115, -639, 0x0471}, + {1890, 116, -616, 0x0451}, + {1853, 115, -665, 0x0479} + } +}; + +StandTile tile_280 = { + 0x01f118, 0x23, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1861, 115, -639, 0x0489}, + {1858, 116, -598, 0x0475}, + {1890, 116, -616, 0x046d} + } +}; + +StandTile tile_281 = { + 0x01f018, 0x23, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1890, 116, -616, 0x0471}, + {1858, 116, -598, 0x047d}, + {1864, 115, -575, 0x0469} + } +}; + +StandTile tile_282 = { + 0x01ef18, 0x23, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1853, 115, -665, 0x0000}, + {1844, 115, -653, 0x0485}, + {1861, 115, -639, 0x046d} + } +}; + +StandTile tile_283 = { + 0x01ee18, 0x23, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1864, 115, -575, 0x0475}, + {1858, 116, -598, 0x0481}, + {1844, 115, -581, 0x0000} + } +}; + +StandTile tile_284 = { + 0x01ed18, 0x23, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1844, 115, -581, 0x047d}, + {1858, 116, -598, 0x048d}, + {1832, 112, -598, 0x0000} + } +}; + +StandTile tile_285 = { + 0x01ec18, 0x23, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1835, 112, -636, 0x0489}, + {1861, 115, -639, 0x0479}, + {1844, 115, -653, 0x0000} + } +}; + +StandTile tile_286 = { + 0x01eb18, 0x23, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1835, 112, -636, 0x048d}, + {1858, 116, -598, 0x0471}, + {1861, 115, -639, 0x0485} + } +}; + +StandTile tile_287 = { + 0x01ea18, 0x23, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1858, 116, -598, 0x0489}, + {1835, 112, -636, 0x0491}, + {1832, 112, -598, 0x0481} + } +}; + +StandTile tile_288 = { + 0x01e918, 0x23, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1835, 112, -636, 0x0000}, + {1801, 104, -633, 0x0495}, + {1832, 112, -598, 0x048d} + } +}; + +StandTile tile_289 = { + 0x01e818, 0x23, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1801, 104, -633, 0x0499}, + {1792, 104, -595, 0x0000}, + {1832, 112, -598, 0x0491} + } +}; + +StandTile tile_290 = { + 0x01e718, 0x23, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1777, 95, -627, 0x049d}, + {1792, 104, -595, 0x0495}, + {1801, 104, -633, 0x0000} + } +}; + +StandTile tile_291 = { + 0x01e618, 0x23, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1777, 95, -627, 0x04a1}, + {1769, 95, -598, 0x0000}, + {1792, 104, -595, 0x0499} + } +}; + +StandTile tile_292 = { + 0x01e518, 0x23, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1746, 89, -627, 0x04a5}, + {1769, 95, -598, 0x049d}, + {1777, 95, -627, 0x0000} + } +}; + +StandTile tile_293 = { + 0x01e418, 0x23, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1746, 89, -627, 0x04cd}, + {1746, 89, -598, 0x0000}, + {1769, 95, -598, 0x04a1} + } +}; + +StandTile tile_294 = { + 0x000318, 0x23, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2006, 184, -630, 0x04ad}, + {1988, 184, -604, 0x0000}, + {2006, 184, -604, 0x0299} + } +}; + +StandTile tile_295 = { + 0x000218, 0x23, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2006, 184, -630, 0x0000}, + {1997, 184, -627, 0x040d}, + {1988, 184, -604, 0x04a9} + } +}; + +StandTile tile_296 = { + 0x01de18, 0x22, + 0x0, + 0x6, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1720, 69, -659, 0x04e1}, + {1688, 69, -659, 0x0000}, + {1692, 74, -631, 0x04b9} + } +}; + +StandTile tile_297 = { + 0x01df1a, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1720, 78, -639, 0x04b9}, + {1692, 74, -631, 0x0000}, + {1694, 78, -625, 0x04bd} + } +}; + +StandTile tile_298 = { + 0x01df19, 0x22, + 0x0, + 0x6, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1720, 78, -639, 0x0000}, + {1720, 69, -659, 0x04b1}, + {1692, 74, -631, 0x04b5} + } +}; + +StandTile tile_299 = { + 0x01e018, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1720, 78, -639, 0x04b5}, + {1694, 78, -625, 0x0000}, + {1711, 82, -601, 0x04c5} + } +}; + +StandTile tile_300 = { + 0x01e11a, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1731, 83, -630, 0x04c5}, + {1711, 82, -601, 0x0000}, + {1715, 83, -599, 0x04c9} + } +}; + +StandTile tile_301 = { + 0x01e119, 0x22, + 0x0, + 0x6, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1731, 83, -630, 0x0000}, + {1720, 78, -639, 0x04bd}, + {1711, 82, -601, 0x04c1} + } +}; + +StandTile tile_302 = { + 0x01e218, 0x22, + 0x0, + 0x6, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1731, 83, -630, 0x04c1}, + {1715, 83, -599, 0x0000}, + {1746, 89, -598, 0x04cd} + } +}; + +StandTile tile_303 = { + 0x01e318, 0x22, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1731, 83, -630, 0x04c9}, + {1746, 89, -598, 0x04a5}, + {1746, 89, -627, 0x0000} + } +}; + +StandTile tile_304 = { + 0x058118, 0x21, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1769, 69, -803, 0x0000}, + {1770, 69, -850, 0x04d5}, + {1743, 69, -800, 0x0561} + } +}; + +StandTile tile_305 = { + 0x058018, 0x21, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1743, 69, -800, 0x04d1}, + {1770, 69, -850, 0x04d9}, + {1743, 70, -844, 0x0545} + } +}; + +StandTile tile_306 = { + 0x057f18, 0x21, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1743, 70, -844, 0x04d5}, + {1770, 69, -850, 0x0000}, + {1766, 69, -875, 0x052d} + } +}; + +StandTile tile_307 = { + 0x01dc18, 0x21, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1723, 70, -676, 0x0589}, + {1688, 69, -679, 0x0000}, + {1688, 69, -659, 0x04e1} + } +}; + +StandTile tile_308 = { + 0x01dd18, 0x21, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1720, 69, -659, 0x04e5}, + {1723, 70, -676, 0x04dd}, + {1688, 69, -659, 0x04b1} + } +}; + +StandTile tile_309 = { + 0x020a18, 0x21, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1743, 69, -670, 0x058d}, + {1723, 70, -676, 0x04e1}, + {1720, 69, -659, 0x0000} + } +}; + +StandTile tile_310 = { + 0x01a918, 0x21, + 0x0, + 0x6, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1715, 70, -891, 0x0505}, + {1720, 70, -867, 0x0501}, + {1741, 70, -891, 0x0619} + } +}; + +StandTile tile_311 = { + 0x01aa18, 0x21, + 0x0, + 0x4, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1688, 71, -891, 0x0509}, + {1697, 69, -867, 0x0505}, + {1715, 70, -891, 0x05fd} + } +}; + +StandTile tile_312 = { + 0x01ab18, 0x21, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1666, 70, -886, 0x050d}, + {1674, 70, -870, 0x0509}, + {1688, 71, -891, 0x07d5} + } +}; + +StandTile tile_313 = { + 0x01ac18, 0x21, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1637, 69, -880, 0x0000}, + {1650, 69, -875, 0x050d}, + {1666, 70, -886, 0x07d5} + } +}; + +StandTile tile_314 = { + 0x01ae18, 0x21, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -891, 0x0501}, + {1743, 69, -870, 0x04fd}, + {1768, 70, -891, 0x0601} + } +}; + +StandTile tile_315 = { + 0x01b218, 0x21, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1766, 69, -875, 0x0000}, + {1768, 70, -891, 0x04f9}, + {1743, 69, -870, 0x052d} + } +}; + +StandTile tile_316 = { + 0x01b318, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1720, 70, -867, 0x0529}, + {1743, 69, -870, 0x04f9}, + {1741, 70, -891, 0x04e9} + } +}; + +StandTile tile_317 = { + 0x01b418, 0x21, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1720, 70, -867, 0x04e9}, + {1715, 70, -891, 0x04ed}, + {1697, 69, -867, 0x0521} + } +}; + +StandTile tile_318 = { + 0x01b518, 0x21, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1697, 69, -867, 0x04ed}, + {1688, 71, -891, 0x04f1}, + {1674, 70, -870, 0x0519} + } +}; + +StandTile tile_319 = { + 0x01b618, 0x21, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1674, 70, -870, 0x04f1}, + {1666, 70, -886, 0x04f5}, + {1650, 69, -875, 0x0515} + } +}; + +StandTile tile_320 = { + 0x01b918, 0x21, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1674, 69, -844, 0x0515}, + {1650, 69, -875, 0x0000}, + {1639, 69, -852, 0x0531} + } +}; + +StandTile tile_321 = { + 0x01ba18, 0x21, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1674, 70, -870, 0x050d}, + {1650, 69, -875, 0x0511}, + {1674, 69, -844, 0x0519} + } +}; + +StandTile tile_322 = { + 0x01bb18, 0x21, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1674, 70, -870, 0x0515}, + {1674, 69, -844, 0x051d}, + {1697, 69, -867, 0x0509} + } +}; + +StandTile tile_323 = { + 0x01bc18, 0x21, + 0x0, + 0x3, 0x3, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1697, 69, -867, 0x0519}, + {1674, 69, -844, 0x0539}, + {1708, 69, -841, 0x0521} + } +}; + +StandTile tile_324 = { + 0x01bd18, 0x21, + 0x0, + 0x3, 0x3, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1720, 70, -867, 0x0505}, + {1697, 69, -867, 0x051d}, + {1708, 69, -841, 0x0525} + } +}; + +StandTile tile_325 = { + 0x01be18, 0x21, + 0x0, + 0x3, 0x3, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1720, 70, -867, 0x0521}, + {1708, 69, -841, 0x0541}, + {1743, 70, -844, 0x0529} + } +}; + +StandTile tile_326 = { + 0x01bf18, 0x21, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1743, 69, -870, 0x0501}, + {1720, 70, -867, 0x0525}, + {1743, 70, -844, 0x052d} + } +}; + +StandTile tile_327 = { + 0x01c018, 0x21, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1743, 69, -870, 0x0529}, + {1743, 70, -844, 0x04d9}, + {1766, 69, -875, 0x04fd} + } +}; + +StandTile tile_328 = { + 0x01c318, 0x21, + 0x0, + 0x1, 0x1, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1650, 69, -818, 0x0535}, + {1674, 69, -844, 0x0511}, + {1639, 69, -852, 0x0000} + } +}; + +StandTile tile_329 = { + 0x01c418, 0x21, + 0x0, + 0x2, 0x2, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1674, 70, -800, 0x0539}, + {1674, 69, -844, 0x0531}, + {1650, 69, -818, 0x0549} + } +}; + +StandTile tile_330 = { + 0x01c518, 0x21, + 0x0, + 0x3, 0x3, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1708, 69, -841, 0x051d}, + {1674, 69, -844, 0x0535}, + {1674, 70, -800, 0x053d} + } +}; + +StandTile tile_331 = { + 0x01c618, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1708, 69, -800, 0x0541}, + {1708, 69, -841, 0x0539}, + {1674, 70, -800, 0x0551} + } +}; + +StandTile tile_332 = { + 0x01c718, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1743, 70, -844, 0x0525}, + {1708, 69, -841, 0x053d}, + {1708, 69, -800, 0x0545} + } +}; + +StandTile tile_333 = { + 0x01c818, 0x21, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1743, 70, -844, 0x0541}, + {1708, 69, -800, 0x0559}, + {1743, 69, -800, 0x04d5} + } +}; + +StandTile tile_334 = { + 0x01cb18, 0x21, + 0x0, + 0x2, 0x2, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1642, 69, -783, 0x054d}, + {1674, 70, -800, 0x0535}, + {1650, 69, -818, 0x05bd} + } +}; + +StandTile tile_335 = { + 0x01cc18, 0x21, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1697, 69, -760, 0x0551}, + {1674, 70, -800, 0x0549}, + {1642, 69, -783, 0x0565} + } +}; + +StandTile tile_336 = { + 0x01cd18, 0x21, + 0x0, + 0x3, 0x3, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1708, 69, -800, 0x053d}, + {1674, 70, -800, 0x054d}, + {1697, 69, -760, 0x0555} + } +}; + +StandTile tile_337 = { + 0x01ce18, 0x21, + 0x0, + 0x3, 0x3, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1708, 69, -800, 0x0551}, + {1697, 69, -760, 0x0571}, + {1720, 70, -760, 0x0559} + } +}; + +StandTile tile_338 = { + 0x01cf18, 0x21, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1743, 69, -800, 0x0545}, + {1708, 69, -800, 0x0555}, + {1720, 70, -760, 0x055d} + } +}; + +StandTile tile_339 = { + 0x01d018, 0x21, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1743, 69, -800, 0x0559}, + {1720, 70, -760, 0x057d}, + {1754, 69, -766, 0x0561} + } +}; + +StandTile tile_340 = { + 0x01d118, 0x21, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1769, 69, -803, 0x04d1}, + {1743, 69, -800, 0x055d}, + {1754, 69, -766, 0x05a9} + } +}; + +StandTile tile_341 = { + 0x01d218, 0x21, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1648, 69, -751, 0x0569}, + {1697, 69, -760, 0x054d}, + {1642, 69, -783, 0x05c9} + } +}; + +StandTile tile_342 = { + 0x01d318, 0x21, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1685, 69, -728, 0x056d}, + {1697, 69, -760, 0x0565}, + {1648, 69, -751, 0x05d5} + } +}; + +StandTile tile_343 = { + 0x01d418, 0x21, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1697, 69, -760, 0x0569}, + {1685, 69, -728, 0x0000}, + {1694, 69, -719, 0x0571} + } +}; + +StandTile tile_344 = { + 0x01d518, 0x21, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1720, 70, -760, 0x0555}, + {1697, 69, -760, 0x056d}, + {1694, 69, -719, 0x0575} + } +}; + +StandTile tile_345 = { + 0x01d618, 0x21, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1720, 70, -760, 0x0571}, + {1694, 69, -719, 0x0585}, + {1720, 69, -717, 0x0579} + } +}; + +StandTile tile_346 = { + 0x01d718, 0x21, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1728, 69, -728, 0x057d}, + {1720, 70, -760, 0x0575}, + {1720, 69, -717, 0x0595} + } +}; + +StandTile tile_347 = { + 0x01d818, 0x21, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1754, 69, -766, 0x055d}, + {1720, 70, -760, 0x0579}, + {1728, 69, -728, 0x0581} + } +}; + +StandTile tile_348 = { + 0x01d918, 0x21, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1754, 69, -766, 0x057d}, + {1728, 69, -728, 0x0599}, + {1749, 69, -737, 0x05a5} + } +}; + +StandTile tile_349 = { + 0x01da18, 0x21, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1688, 69, -679, 0x0589}, + {1720, 69, -717, 0x0575}, + {1694, 69, -719, 0x0000} + } +}; + +StandTile tile_350 = { + 0x01db18, 0x21, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1723, 70, -676, 0x058d}, + {1720, 69, -717, 0x0585}, + {1688, 69, -679, 0x04dd} + } +}; + +StandTile tile_351 = { + 0x020b18, 0x21, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1720, 69, -717, 0x0589}, + {1723, 70, -676, 0x04e5}, + {1743, 69, -670, 0x0591} + } +}; + +StandTile tile_352 = { + 0x020c18, 0x21, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1720, 69, -717, 0x058d}, + {1743, 69, -670, 0x0000}, + {1757, 69, -696, 0x0595} + } +}; + +StandTile tile_353 = { + 0x020d18, 0x21, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1728, 69, -728, 0x0579}, + {1720, 69, -717, 0x0591}, + {1757, 69, -696, 0x0599} + } +}; + +StandTile tile_354 = { + 0x020e18, 0x21, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1728, 69, -728, 0x0595}, + {1757, 69, -696, 0x059d}, + {1749, 69, -737, 0x0581} + } +}; + +StandTile tile_355 = { + 0x020f18, 0x21, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1749, 69, -737, 0x0599}, + {1757, 69, -696, 0x0000}, + {1786, 69, -717, 0x05a1} + } +}; + +StandTile tile_356 = { + 0x021018, 0x21, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1783, 70, -754, 0x05a5}, + {1749, 69, -737, 0x059d}, + {1786, 69, -717, 0x05b5} + } +}; + +StandTile tile_357 = { + 0x021118, 0x21, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1754, 69, -766, 0x0581}, + {1749, 69, -737, 0x05a1}, + {1783, 70, -754, 0x05a9} + } +}; + +StandTile tile_358 = { + 0x021218, 0x21, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1754, 69, -766, 0x05a5}, + {1783, 70, -754, 0x05ad}, + {1769, 69, -803, 0x0561} + } +}; + +StandTile tile_359 = { + 0x021318, 0x21, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1818, 69, -774, 0x0000}, + {1769, 69, -803, 0x05a9}, + {1783, 70, -754, 0x05b1} + } +}; + +StandTile tile_360 = { + 0x021418, 0x21, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1818, 69, -774, 0x05ad}, + {1783, 70, -754, 0x05b5}, + {1818, 69, -734, 0x05b9} + } +}; + +StandTile tile_361 = { + 0x021518, 0x21, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1818, 69, -734, 0x05b1}, + {1783, 70, -754, 0x05a1}, + {1786, 69, -717, 0x0000} + } +}; + +StandTile tile_362 = { + 0x021618, 0x21, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1835, 69, -757, 0x0000}, + {1818, 69, -774, 0x05b1}, + {1818, 69, -734, 0x0000} + } +}; + +StandTile tile_363 = { + 0x021718, 0x21, + 0x0, + 0x1, 0x1, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1630, 69, -815, 0x05c1}, + {1642, 69, -783, 0x0549}, + {1650, 69, -818, 0x0000} + } +}; + +StandTile tile_364 = { + 0x021818, 0x21, + 0x0, + 0x1, 0x1, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1604, 69, -797, 0x05c5}, + {1642, 69, -783, 0x05bd}, + {1630, 69, -815, 0x0000} + } +}; + +StandTile tile_365 = { + 0x021918, 0x21, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1601, 70, -766, 0x05c9}, + {1642, 69, -783, 0x05c1}, + {1604, 69, -797, 0x05e5} + } +}; + +StandTile tile_366 = { + 0x021a18, 0x21, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1648, 69, -751, 0x0565}, + {1642, 69, -783, 0x05c5}, + {1601, 70, -766, 0x05cd} + } +}; + +StandTile tile_367 = { + 0x021b18, 0x21, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1648, 69, -751, 0x05c9}, + {1601, 70, -766, 0x05dd}, + {1596, 69, -737, 0x05d1} + } +}; + +StandTile tile_368 = { + 0x021c18, 0x21, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1645, 69, -725, 0x05d5}, + {1648, 69, -751, 0x05cd}, + {1596, 69, -737, 0x05d9} + } +}; + +StandTile tile_369 = { + 0x021d18, 0x21, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1685, 69, -728, 0x0569}, + {1648, 69, -751, 0x05d1}, + {1645, 69, -725, 0x0000} + } +}; + +StandTile tile_370 = { + 0x021e18, 0x21, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1645, 69, -725, 0x05d1}, + {1596, 69, -737, 0x0000}, + {1619, 69, -717, 0x0000} + } +}; + +StandTile tile_371 = { + 0x021f18, 0x21, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1596, 69, -737, 0x05cd}, + {1601, 70, -766, 0x05e1}, + {1584, 69, -757, 0x0000} + } +}; + +StandTile tile_372 = { + 0x022018, 0x21, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1584, 69, -757, 0x05dd}, + {1601, 70, -766, 0x05e5}, + {1587, 69, -786, 0x0000} + } +}; + +StandTile tile_373 = { + 0x022118, 0x21, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1587, 69, -786, 0x05e1}, + {1601, 70, -766, 0x05c5}, + {1604, 69, -797, 0x0000} + } +}; + +StandTile tile_374 = { + 0x240d10, 0x20, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1688, 65, -944, 0x05ed}, + {1715, 65, -971, 0x0695}, + {1688, 65, -971, 0x0791} + } +}; + +StandTile tile_375 = { + 0x240e10, 0x20, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1715, 65, -944, 0x062d}, + {1715, 65, -971, 0x05e9}, + {1688, 65, -944, 0x05f1} + } +}; + +StandTile tile_376 = { + 0x241210, 0x20, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1688, 70, -917, 0x05f5}, + {1715, 65, -944, 0x05ed}, + {1688, 65, -944, 0x07cd} + } +}; + +StandTile tile_377 = { + 0x241610, 0x20, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1715, 69, -917, 0x0625}, + {1715, 65, -944, 0x05f1}, + {1688, 70, -917, 0x05f9} + } +}; + +StandTile tile_378 = { + 0x240310, 0x20, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1688, 71, -891, 0x05fd}, + {1715, 69, -917, 0x05f5}, + {1688, 70, -917, 0x07d5} + } +}; + +StandTile tile_379 = { + 0x240410, 0x20, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1715, 70, -891, 0x061d}, + {1715, 69, -917, 0x05f9}, + {1688, 71, -891, 0x04ed} + } +}; + +StandTile tile_380 = { + 0x249e10, 0x20, + 0x0, + 0xa, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1768, 70, -891, 0x0669}, + {1768, 71, -917, 0x0605}, + {1741, 70, -891, 0x04f9} + } +}; + +StandTile tile_381 = { + 0x249d10, 0x20, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -891, 0x0601}, + {1768, 71, -917, 0x0609}, + {1741, 70, -917, 0x0619} + } +}; + +StandTile tile_382 = { + 0x249c10, 0x20, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1768, 71, -917, 0x0671}, + {1768, 74, -944, 0x060d}, + {1741, 70, -917, 0x0605} + } +}; + +StandTile tile_383 = { + 0x249b10, 0x20, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -917, 0x0609}, + {1768, 74, -944, 0x0611}, + {1741, 70, -944, 0x0621} + } +}; + +StandTile tile_384 = { + 0x249a10, 0x20, + 0x0, + 0x7, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1768, 74, -944, 0x0679}, + {1768, 74, -971, 0x0615}, + {1741, 70, -944, 0x060d} + } +}; + +StandTile tile_385 = { + 0x249910, 0x20, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -944, 0x0611}, + {1768, 74, -971, 0x06ad}, + {1741, 70, -971, 0x0629} + } +}; + +StandTile tile_386 = { + 0x249810, 0x20, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -891, 0x0605}, + {1741, 70, -917, 0x061d}, + {1715, 70, -891, 0x04e9} + } +}; + +StandTile tile_387 = { + 0x249710, 0x20, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1715, 70, -891, 0x0619}, + {1741, 70, -917, 0x0621}, + {1715, 69, -917, 0x05fd} + } +}; + +StandTile tile_388 = { + 0x249610, 0x20, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -917, 0x060d}, + {1741, 70, -944, 0x0625}, + {1715, 69, -917, 0x061d} + } +}; + +StandTile tile_389 = { + 0x249510, 0x20, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1715, 69, -917, 0x0621}, + {1741, 70, -944, 0x0629}, + {1715, 65, -944, 0x05f5} + } +}; + +StandTile tile_390 = { + 0x249410, 0x20, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -944, 0x0615}, + {1741, 70, -971, 0x062d}, + {1715, 65, -944, 0x0625} + } +}; + +StandTile tile_391 = { + 0x249310, 0x20, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1715, 65, -944, 0x0629}, + {1741, 70, -971, 0x06d5}, + {1715, 65, -971, 0x05ed} + } +}; + +StandTile tile_392 = { + 0x274a10, 0x20, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1843, 69, -910, 0x0000}, + {1862, 69, -929, 0x0639}, + {1822, 65, -917, 0x0635} + } +}; + +StandTile tile_393 = { + 0x249210, 0x20, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1824, 69, -891, 0x0000}, + {1843, 69, -910, 0x0631}, + {1822, 65, -917, 0x0649} + } +}; + +StandTile tile_394 = { + 0x249110, 0x20, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1862, 69, -929, 0x0000}, + {1862, 69, -956, 0x063d}, + {1822, 65, -917, 0x0631} + } +}; + +StandTile tile_395 = { + 0x249010, 0x20, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1822, 65, -917, 0x0639}, + {1862, 69, -956, 0x0641}, + {1822, 70, -944, 0x0651} + } +}; + +StandTile tile_396 = { + 0x248f10, 0x20, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1862, 69, -956, 0x0000}, + {1862, 69, -971, 0x0645}, + {1822, 70, -944, 0x063d} + } +}; + +StandTile tile_397 = { + 0x248e10, 0x20, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1822, 70, -944, 0x0641}, + {1862, 69, -971, 0x06f9}, + {1822, 71, -971, 0x0659} + } +}; + +StandTile tile_398 = { + 0x248d10, 0x20, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1824, 69, -891, 0x0635}, + {1822, 65, -917, 0x064d}, + {1795, 69, -891, 0x0000} + } +}; + +StandTile tile_399 = { + 0x248c10, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1795, 69, -891, 0x0649}, + {1822, 65, -917, 0x0651}, + {1795, 70, -917, 0x0661} + } +}; + +StandTile tile_400 = { + 0x248b10, 0x20, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1822, 65, -917, 0x063d}, + {1822, 70, -944, 0x0655}, + {1795, 70, -917, 0x064d} + } +}; + +StandTile tile_401 = { + 0x248a10, 0x20, + 0x0, + 0x8, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1795, 70, -917, 0x0651}, + {1822, 70, -944, 0x0659}, + {1795, 74, -944, 0x066d} + } +}; + +StandTile tile_402 = { + 0x248910, 0x20, + 0x0, + 0x8, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1822, 70, -944, 0x0645}, + {1822, 71, -971, 0x065d}, + {1795, 74, -944, 0x0655} + } +}; + +StandTile tile_403 = { + 0x248810, 0x20, + 0x0, + 0x8, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1795, 74, -944, 0x0659}, + {1822, 71, -971, 0x0725}, + {1795, 74, -971, 0x0675} + } +}; + +StandTile tile_404 = { + 0x261610, 0x20, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1795, 69, -891, 0x064d}, + {1795, 70, -917, 0x0665}, + {1782, 70, -904, 0x0000} + } +}; + +StandTile tile_405 = { + 0x261510, 0x20, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1782, 70, -904, 0x0661}, + {1795, 70, -917, 0x066d}, + {1768, 71, -917, 0x0669} + } +}; + +StandTile tile_406 = { + 0x248610, 0x20, + 0x0, + 0xa, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1768, 70, -891, 0x0000}, + {1782, 70, -904, 0x0665}, + {1768, 71, -917, 0x0601} + } +}; + +StandTile tile_407 = { + 0x248510, 0x20, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1795, 70, -917, 0x0655}, + {1795, 74, -944, 0x0671}, + {1768, 71, -917, 0x0665} + } +}; + +StandTile tile_408 = { + 0x248410, 0x20, + 0x0, + 0x7, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1768, 71, -917, 0x066d}, + {1795, 74, -944, 0x0675}, + {1768, 74, -944, 0x0609} + } +}; + +StandTile tile_409 = { + 0x248310, 0x20, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1795, 74, -944, 0x065d}, + {1795, 74, -971, 0x0679}, + {1768, 74, -944, 0x0671} + } +}; + +StandTile tile_410 = { + 0x248210, 0x20, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1768, 74, -944, 0x0675}, + {1795, 74, -971, 0x0749}, + {1768, 74, -971, 0x0611} + } +}; + +StandTile tile_411 = { + 0x23d210, 0x1f, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1715, 71, -1078, 0x0779}, + {1688, 69, -1111, 0x0846}, + {1688, 70, -1078, 0x0685} + } +}; + +StandTile tile_412 = { + 0x23d410, 0x1f, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1715, 74, -1051, 0x0771}, + {1715, 71, -1078, 0x0685}, + {1688, 74, -1051, 0x0689} + } +}; + +StandTile tile_413 = { + 0x23d310, 0x1f, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1688, 74, -1051, 0x0681}, + {1715, 71, -1078, 0x067d}, + {1688, 70, -1078, 0x083e} + } +}; + +StandTile tile_414 = { + 0x23f210, 0x1f, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1688, 74, -1024, 0x068d}, + {1715, 74, -1051, 0x0681}, + {1688, 74, -1051, 0x07fe} + } +}; + +StandTile tile_415 = { + 0x23f310, 0x1f, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1715, 74, -1024, 0x06c9}, + {1715, 74, -1051, 0x0689}, + {1688, 74, -1024, 0x0699} + } +}; + +StandTile tile_416 = { + 0x23db10, 0x1f, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1688, 65, -971, 0x0695}, + {1715, 70, -998, 0x069d}, + {1688, 70, -998, 0x0822} + } +}; + +StandTile tile_417 = { + 0x23dc10, 0x1f, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1715, 65, -971, 0x06d9}, + {1715, 70, -998, 0x0691}, + {1688, 65, -971, 0x05e9} + } +}; + +StandTile tile_418 = { + 0x23ea10, 0x1f, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1688, 70, -998, 0x069d}, + {1715, 74, -1024, 0x068d}, + {1688, 74, -1024, 0x0812} + } +}; + +StandTile tile_419 = { + 0x23eb10, 0x1f, + 0x0, + 0x6, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1715, 70, -998, 0x06e1}, + {1715, 74, -1024, 0x0699}, + {1688, 70, -998, 0x0691} + } +}; + +StandTile tile_420 = { + 0x246f10, 0x1f, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1768, 70, -998, 0x06d1}, + {1795, 65, -1024, 0x06a5}, + {1768, 65, -1024, 0x06b5} + } +}; + +StandTile tile_421 = { + 0x246e10, 0x1f, + 0x0, + 0xa, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1795, 65, -1024, 0x0739}, + {1795, 65, -1051, 0x06a9}, + {1768, 65, -1024, 0x06a1} + } +}; + +StandTile tile_422 = { + 0x246d10, 0x1f, + 0x0, + 0xa, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1768, 65, -1024, 0x06a5}, + {1795, 65, -1051, 0x074d}, + {1768, 65, -1051, 0x06bd} + } +}; + +StandTile tile_423 = { + 0x246c10, 0x1f, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1768, 74, -971, 0x06cd}, + {1768, 70, -998, 0x06b1}, + {1741, 70, -971, 0x0615} + } +}; + +StandTile tile_424 = { + 0x246b10, 0x1f, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -971, 0x06ad}, + {1768, 70, -998, 0x06b5}, + {1741, 70, -998, 0x06d5} + } +}; + +StandTile tile_425 = { + 0x246a10, 0x1f, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1768, 70, -998, 0x06a1}, + {1768, 65, -1024, 0x06b9}, + {1741, 70, -998, 0x06b1} + } +}; + +StandTile tile_426 = { + 0x246910, 0x1f, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -998, 0x06b5}, + {1768, 65, -1024, 0x06bd}, + {1741, 70, -1024, 0x06dd} + } +}; + +StandTile tile_427 = { + 0x246810, 0x1f, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1768, 65, -1024, 0x06a9}, + {1768, 65, -1051, 0x06c1}, + {1741, 70, -1024, 0x06b9} + } +}; + +StandTile tile_428 = { + 0x246710, 0x1f, + 0x0, + 0x9, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -1024, 0x06bd}, + {1768, 65, -1051, 0x0761}, + {1741, 70, -1051, 0x06c5} + } +}; + +StandTile tile_429 = { + 0x246610, 0x1f, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -1024, 0x06c1}, + {1741, 70, -1051, 0x06c9}, + {1715, 74, -1024, 0x06e1} + } +}; + +StandTile tile_430 = { + 0x246510, 0x1f, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1715, 74, -1024, 0x06c5}, + {1741, 70, -1051, 0x076d}, + {1715, 74, -1051, 0x068d} + } +}; + +StandTile tile_431 = { + 0x246410, 0x1f, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1768, 74, -971, 0x0749}, + {1795, 70, -998, 0x06d1}, + {1768, 70, -998, 0x06ad} + } +}; + +StandTile tile_432 = { + 0x246310, 0x1f, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1795, 70, -998, 0x0731}, + {1795, 65, -1024, 0x06a1}, + {1768, 70, -998, 0x06cd} + } +}; + +StandTile tile_433 = { + 0x246210, 0x1f, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -971, 0x06b1}, + {1741, 70, -998, 0x06d9}, + {1715, 65, -971, 0x062d} + } +}; + +StandTile tile_434 = { + 0x246110, 0x1f, + 0x0, + 0x7, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1715, 65, -971, 0x06d5}, + {1741, 70, -998, 0x06dd}, + {1715, 70, -998, 0x0695} + } +}; + +StandTile tile_435 = { + 0x246010, 0x1f, + 0x0, + 0x7, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -998, 0x06b9}, + {1741, 70, -1024, 0x06e1}, + {1715, 70, -998, 0x06d9} + } +}; + +StandTile tile_436 = { + 0x245f10, 0x1f, + 0x0, + 0x6, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1715, 70, -998, 0x06dd}, + {1741, 70, -1024, 0x06c5}, + {1715, 74, -1024, 0x069d} + } +}; + +StandTile tile_437 = { + 0x245e10, 0x1f, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1851, 70, -998, 0x0789}, + {1900, 69, -1020, 0x06e9}, + {1851, 70, -1024, 0x0701} + } +}; + +StandTile tile_438 = { + 0x245d10, 0x1f, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1900, 69, -1020, 0x0000}, + {1900, 69, -1046, 0x06ed}, + {1851, 70, -1024, 0x06e5} + } +}; + +StandTile tile_439 = { + 0x245c10, 0x1f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1851, 70, -1024, 0x06e9}, + {1900, 69, -1046, 0x06f1}, + {1851, 71, -1051, 0x0709} + } +}; + +StandTile tile_440 = { + 0x245b10, 0x1f, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1900, 69, -1046, 0x0000}, + {1900, 69, -1073, 0x06f5}, + {1851, 71, -1051, 0x06ed} + } +}; + +StandTile tile_441 = { + 0x245a10, 0x1f, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1851, 71, -1051, 0x06f1}, + {1900, 69, -1073, 0x0785}, + {1851, 74, -1078, 0x0711} + } +}; + +StandTile tile_442 = { + 0x245910, 0x1f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1862, 69, -971, 0x078d}, + {1851, 70, -998, 0x06fd}, + {1822, 71, -971, 0x0645} + } +}; + +StandTile tile_443 = { + 0x245810, 0x1f, + 0x0, + 0x5, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1822, 71, -971, 0x06f9}, + {1851, 70, -998, 0x0701}, + {1822, 70, -998, 0x0725} + } +}; + +StandTile tile_444 = { + 0x245710, 0x1f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1851, 70, -998, 0x06e5}, + {1851, 70, -1024, 0x0705}, + {1822, 70, -998, 0x06fd} + } +}; + +StandTile tile_445 = { + 0x245610, 0x1f, + 0x0, + 0x7, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1822, 70, -998, 0x0701}, + {1851, 70, -1024, 0x0709}, + {1822, 69, -1024, 0x072d} + } +}; + +StandTile tile_446 = { + 0x245510, 0x1f, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1851, 70, -1024, 0x06ed}, + {1851, 71, -1051, 0x070d}, + {1822, 69, -1024, 0x0705} + } +}; + +StandTile tile_447 = { + 0x245410, 0x1f, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1822, 69, -1024, 0x0709}, + {1851, 71, -1051, 0x0711}, + {1822, 70, -1051, 0x0735} + } +}; + +StandTile tile_448 = { + 0x245310, 0x1f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1851, 71, -1051, 0x06f5}, + {1851, 74, -1078, 0x0715}, + {1822, 70, -1051, 0x070d} + } +}; + +StandTile tile_449 = { + 0x245210, 0x1f, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1822, 70, -1051, 0x0711}, + {1851, 74, -1078, 0x0719}, + {1822, 74, -1078, 0x073d} + } +}; + +StandTile tile_450 = { + 0x245110, 0x1f, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1851, 74, -1078, 0x0781}, + {1862, 71, -1111, 0x0721}, + {1822, 74, -1078, 0x0715} + } +}; + +StandTile tile_451 = { + 0x245012, 0x1f, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1822, 74, -1078, 0x0721}, + {1837, 70, -1111, 0x0000}, + {1809, 69, -1111, 0x0745} + } +}; + +StandTile tile_452 = { + 0x245011, 0x1f, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1822, 74, -1078, 0x0719}, + {1862, 71, -1111, 0x0000}, + {1837, 70, -1111, 0x071d} + } +}; + +StandTile tile_453 = { + 0x244f10, 0x1f, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1822, 71, -971, 0x06fd}, + {1822, 70, -998, 0x0729}, + {1795, 74, -971, 0x065d} + } +}; + +StandTile tile_454 = { + 0x244e10, 0x1f, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1795, 74, -971, 0x0725}, + {1822, 70, -998, 0x072d}, + {1795, 70, -998, 0x0749} + } +}; + +StandTile tile_455 = { + 0x244d10, 0x1f, + 0x0, + 0x7, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1822, 70, -998, 0x0705}, + {1822, 69, -1024, 0x0731}, + {1795, 70, -998, 0x0729} + } +}; + +StandTile tile_456 = { + 0x244c10, 0x1f, + 0x0, + 0x9, 0x8, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1795, 70, -998, 0x072d}, + {1822, 69, -1024, 0x0735}, + {1795, 65, -1024, 0x06d1} + } +}; + +StandTile tile_457 = { + 0x244b10, 0x1f, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1822, 69, -1024, 0x070d}, + {1822, 70, -1051, 0x0739}, + {1795, 65, -1024, 0x0731} + } +}; + +StandTile tile_458 = { + 0x244a10, 0x1f, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1795, 65, -1024, 0x0735}, + {1822, 70, -1051, 0x073d}, + {1795, 65, -1051, 0x06a5} + } +}; + +StandTile tile_459 = { + 0x244910, 0x1f, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1822, 70, -1051, 0x0715}, + {1822, 74, -1078, 0x0741}, + {1795, 65, -1051, 0x0739} + } +}; + +StandTile tile_460 = { + 0x244810, 0x1f, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1795, 65, -1051, 0x073d}, + {1822, 74, -1078, 0x0745}, + {1795, 70, -1078, 0x074d} + } +}; + +StandTile tile_461 = { + 0x244710, 0x1f, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1822, 74, -1078, 0x071d}, + {1809, 69, -1111, 0x0755}, + {1795, 70, -1078, 0x0741} + } +}; + +StandTile tile_462 = { + 0x244610, 0x1f, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1795, 74, -971, 0x0729}, + {1795, 70, -998, 0x06cd}, + {1768, 74, -971, 0x0679} + } +}; + +StandTile tile_463 = { + 0x244510, 0x1f, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1795, 65, -1051, 0x0741}, + {1795, 70, -1078, 0x0751}, + {1768, 65, -1051, 0x06a9} + } +}; + +StandTile tile_464 = { + 0x244410, 0x1f, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1768, 65, -1051, 0x074d}, + {1795, 70, -1078, 0x0755}, + {1768, 69, -1078, 0x0761} + } +}; + +StandTile tile_465 = { + 0x244310, 0x1f, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1795, 70, -1078, 0x0745}, + {1809, 69, -1111, 0x075d}, + {1768, 69, -1078, 0x0751} + } +}; + +StandTile tile_466 = { + 0x244212, 0x1f, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1768, 69, -1078, 0x075d}, + {1782, 69, -1111, 0x0000}, + {1756, 69, -1111, 0x0769} + } +}; + +StandTile tile_467 = { + 0x244211, 0x1f, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1768, 69, -1078, 0x0755}, + {1809, 69, -1111, 0x0000}, + {1782, 69, -1111, 0x0759} + } +}; + +StandTile tile_468 = { + 0x244110, 0x1f, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1768, 65, -1051, 0x0751}, + {1768, 69, -1078, 0x0765}, + {1741, 70, -1051, 0x06c1} + } +}; + +StandTile tile_469 = { + 0x244010, 0x1f, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -1051, 0x0761}, + {1768, 69, -1078, 0x0769}, + {1741, 70, -1078, 0x076d} + } +}; + +StandTile tile_470 = { + 0x243f10, 0x1f, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1768, 69, -1078, 0x0759}, + {1756, 69, -1111, 0x0775}, + {1741, 70, -1078, 0x0765} + } +}; + +StandTile tile_471 = { + 0x243e10, 0x1f, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -1051, 0x0765}, + {1741, 70, -1078, 0x0771}, + {1715, 74, -1051, 0x06c9} + } +}; + +StandTile tile_472 = { + 0x243d10, 0x1f, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1715, 74, -1051, 0x076d}, + {1741, 70, -1078, 0x0775}, + {1715, 71, -1078, 0x0681} + } +}; + +StandTile tile_473 = { + 0x243c10, 0x1f, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1741, 70, -1078, 0x0769}, + {1756, 69, -1111, 0x077d}, + {1715, 71, -1078, 0x0771} + } +}; + +StandTile tile_474 = { + 0x243b12, 0x1f, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1715, 71, -1078, 0x077d}, + {1729, 69, -1111, 0x0000}, + {1688, 69, -1111, 0x067d} + } +}; + +StandTile tile_475 = { + 0x243b11, 0x1f, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1715, 71, -1078, 0x0775}, + {1756, 69, -1111, 0x0000}, + {1729, 69, -1111, 0x0779} + } +}; + +StandTile tile_476 = { + 0x243a10, 0x1f, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1851, 74, -1078, 0x0785}, + {1880, 70, -1092, 0x0000}, + {1862, 71, -1111, 0x0719} + } +}; + +StandTile tile_477 = { + 0x243910, 0x1f, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1880, 70, -1092, 0x0781}, + {1851, 74, -1078, 0x06f5}, + {1900, 69, -1073, 0x0000} + } +}; + +StandTile tile_478 = { + 0x243810, 0x1f, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1900, 69, -1020, 0x06e5}, + {1851, 70, -998, 0x078d}, + {1881, 69, -1001, 0x0000} + } +}; + +StandTile tile_479 = { + 0x243710, 0x1f, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1881, 69, -1001, 0x0789}, + {1851, 70, -998, 0x06f9}, + {1862, 69, -971, 0x0000} + } +}; + +StandTile tile_480 = { + 0x241810, 0x1e, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1688, 65, -944, 0x05e9}, + {1688, 65, -971, 0x0795}, + {1661, 70, -944, 0x07d1} + } +}; + +StandTile tile_481 = { + 0x241710, 0x1e, + 0x0, + 0x6, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1661, 70, -944, 0x0791}, + {1688, 65, -971, 0x0822}, + {1661, 69, -971, 0x07b5} + } +}; + +StandTile tile_482 = { + 0x25bc10, 0x1e, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1637, 69, -880, 0x07da}, + {1661, 74, -917, 0x07a1}, + {1639, 72, -908, 0x079d} + } +}; + +StandTile tile_483 = { + 0x261810, 0x1e, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1637, 69, -880, 0x0799}, + {1639, 72, -908, 0x07a5}, + {1629, 70, -901, 0x0000} + } +}; + +StandTile tile_484 = { + 0x25bd10, 0x1e, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1639, 72, -908, 0x0799}, + {1661, 74, -917, 0x07ad}, + {1632, 74, -917, 0x07a5} + } +}; + +StandTile tile_485 = { + 0x261710, 0x1e, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1629, 70, -901, 0x079d}, + {1639, 72, -908, 0x07a1}, + {1632, 74, -917, 0x07a9} + } +}; + +StandTile tile_486 = { + 0x241410, 0x1e, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1616, 69, -899, 0x0000}, + {1629, 70, -901, 0x07a5}, + {1632, 74, -917, 0x07ea} + } +}; + +StandTile tile_487 = { + 0x241310, 0x1e, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1661, 74, -917, 0x07d1}, + {1661, 70, -944, 0x07b1}, + {1632, 74, -917, 0x07a1} + } +}; + +StandTile tile_488 = { + 0x241110, 0x1e, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1632, 74, -917, 0x07ad}, + {1661, 70, -944, 0x07b5}, + {1632, 71, -944, 0x07bd} + } +}; + +StandTile tile_489 = { + 0x241010, 0x1e, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1661, 70, -944, 0x0795}, + {1661, 69, -971, 0x07b9}, + {1632, 71, -944, 0x07b1} + } +}; + +StandTile tile_490 = { + 0x240f10, 0x1e, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1632, 71, -944, 0x07b5}, + {1661, 69, -971, 0x084a}, + {1632, 70, -971, 0x07c5} + } +}; + +StandTile tile_491 = { + 0x240c10, 0x1e, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1632, 74, -917, 0x07b1}, + {1632, 71, -944, 0x07c1}, + {1581, 70, -917, 0x07de} + } +}; + +StandTile tile_492 = { + 0x240b10, 0x1e, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1581, 70, -917, 0x07bd}, + {1632, 71, -944, 0x07c5}, + {1581, 70, -944, 0x08c2} + } +}; + +StandTile tile_493 = { + 0x240a10, 0x1e, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1632, 71, -944, 0x07b9}, + {1632, 70, -971, 0x07c9}, + {1581, 70, -944, 0x07c1} + } +}; + +StandTile tile_494 = { + 0x240910, 0x1e, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1581, 70, -944, 0x07c5}, + {1632, 70, -971, 0x080a}, + {1581, 70, -971, 0x08da} + } +}; + +StandTile tile_495 = { + 0x240810, 0x1e, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1688, 70, -917, 0x05f1}, + {1688, 65, -944, 0x07d1}, + {1661, 74, -917, 0x07da} + } +}; + +StandTile tile_496 = { + 0x240710, 0x1e, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1661, 74, -917, 0x07cd}, + {1688, 65, -944, 0x0791}, + {1661, 70, -944, 0x07ad} + } +}; + +StandTile tile_497 = { + 0x240610, 0x1e, + 0x0, + 0x3, 0x3, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {1688, 71, -891, 0x05f9}, + {1688, 70, -917, 0x07da}, + {1637, 69, -880, 0x04f5}, + {1666, 70, -886, 0x04f1} + } +}; + +StandTile tile_498 = { + 0x240510, 0x1e, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1637, 69, -880, 0x07d5}, + {1688, 70, -917, 0x07cd}, + {1661, 74, -917, 0x0799} + } +}; + +StandTile tile_499 = { + 0x240210, 0x1e, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1599, 70, -899, 0x07ea}, + {1632, 74, -917, 0x07bd}, + {1581, 70, -917, 0x07e6} + } +}; + +StandTile tile_500 = { + 0x240110, 0x1e, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1581, 70, -917, 0x08aa}, + {1581, 70, -899, 0x07ee}, + {1591, 71, -899, 0x07e6} + } +}; + +StandTile tile_501 = { + 0x240010, 0x1e, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1599, 70, -899, 0x07de}, + {1581, 70, -917, 0x07e2}, + {1591, 71, -899, 0x0000} + } +}; + +StandTile tile_502 = { + 0x23ff10, 0x1e, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1616, 69, -899, 0x07a9}, + {1632, 74, -917, 0x07de}, + {1599, 70, -899, 0x0000} + } +}; + +StandTile tile_503 = { + 0x23fe10, 0x1e, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1581, 70, -890, 0x0000}, + {1591, 71, -899, 0x07e2}, + {1581, 70, -899, 0x08a6} + } +}; + +StandTile tile_504 = { + 0x23f510, 0x1d, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1632, 70, -998, 0x0806}, + {1632, 70, -1024, 0x07f6}, + {1581, 70, -998, 0x080e} + } +}; + +StandTile tile_505 = { + 0x23f410, 0x1d, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1581, 70, -998, 0x07f2}, + {1632, 70, -1024, 0x0866}, + {1581, 70, -1024, 0x0886} + } +}; + +StandTile tile_506 = { + 0x23f110, 0x1d, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1661, 70, -998, 0x0812}, + {1688, 74, -1024, 0x07fe}, + {1661, 71, -1024, 0x0802} + } +}; + +StandTile tile_507 = { + 0x23f010, 0x1d, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1688, 74, -1024, 0x0689}, + {1688, 74, -1051, 0x0816}, + {1661, 71, -1024, 0x07fa} + } +}; + +StandTile tile_508 = { + 0x23ef10, 0x1d, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1661, 70, -998, 0x07fa}, + {1661, 71, -1024, 0x0806}, + {1632, 70, -998, 0x081a} + } +}; + +StandTile tile_509 = { + 0x23ee10, 0x1d, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1632, 70, -998, 0x0802}, + {1661, 71, -1024, 0x081e}, + {1632, 70, -1024, 0x07f2} + } +}; + +StandTile tile_510 = { + 0x23ed10, 0x1d, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1632, 70, -971, 0x081a}, + {1632, 70, -998, 0x080e}, + {1581, 70, -971, 0x07c9} + } +}; + +StandTile tile_511 = { + 0x23ec10, 0x1d, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1581, 70, -971, 0x080a}, + {1632, 70, -998, 0x07f2}, + {1581, 70, -998, 0x086e} + } +}; + +StandTile tile_512 = { + 0x23e910, 0x1d, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1688, 70, -998, 0x0699}, + {1688, 74, -1024, 0x07fa}, + {1661, 70, -998, 0x0836} + } +}; + +StandTile tile_513 = { + 0x23e810, 0x1d, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1661, 71, -1024, 0x07fe}, + {1688, 74, -1051, 0x083e}, + {1661, 70, -1051, 0x081e} + } +}; + +StandTile tile_514 = { + 0x23e710, 0x1d, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1632, 70, -971, 0x084a}, + {1661, 70, -998, 0x0802}, + {1632, 70, -998, 0x080a} + } +}; + +StandTile tile_515 = { + 0x23e610, 0x1d, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1661, 71, -1024, 0x0816}, + {1661, 70, -1051, 0x0856}, + {1632, 70, -1024, 0x0806} + } +}; + +StandTile tile_516 = { + 0x23e510, 0x1d, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1688, 65, -971, 0x0691}, + {1688, 70, -998, 0x0836}, + {1661, 69, -971, 0x0795} + } +}; + +StandTile tile_517 = { + 0x23e412, 0x1d, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1581, 69, -1092, 0x082a}, + {1622, 69, -1111, 0x0000}, + {1596, 69, -1111, 0x0000} + } +}; + +StandTile tile_518 = { + 0x23e411, 0x1d, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1581, 69, -1092, 0x083a}, + {1649, 69, -1111, 0x0000}, + {1622, 69, -1111, 0x0826} + } +}; + +StandTile tile_519 = { + 0x23e312, 0x1d, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1661, 65, -1078, 0x0832}, + {1676, 69, -1111, 0x0000}, + {1649, 69, -1111, 0x0852} + } +}; + +StandTile tile_520 = { + 0x23e311, 0x1d, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1661, 65, -1078, 0x0846}, + {1688, 69, -1111, 0x0000}, + {1676, 69, -1111, 0x082e} + } +}; + +StandTile tile_521 = { + 0x23e210, 0x1d, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1661, 69, -971, 0x0822}, + {1688, 70, -998, 0x0812}, + {1661, 70, -998, 0x084a} + } +}; + +StandTile tile_522 = { + 0x23e110, 0x1d, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1632, 66, -1078, 0x0852}, + {1649, 69, -1111, 0x082a}, + {1581, 69, -1092, 0x0862} + } +}; + +StandTile tile_523 = { + 0x23e010, 0x1d, + 0x0, + 0x7, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1688, 74, -1051, 0x0685}, + {1688, 70, -1078, 0x0842}, + {1661, 70, -1051, 0x0816} + } +}; + +StandTile tile_524 = { + 0x23df10, 0x1d, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1661, 70, -1051, 0x083e}, + {1688, 70, -1078, 0x0846}, + {1661, 65, -1078, 0x085a} + } +}; + +StandTile tile_525 = { + 0x23de10, 0x1d, + 0x0, + 0x5, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1688, 70, -1078, 0x067d}, + {1688, 69, -1111, 0x0832}, + {1661, 65, -1078, 0x0842} + } +}; + +StandTile tile_526 = { + 0x23dd10, 0x1d, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1661, 69, -971, 0x0836}, + {1661, 70, -998, 0x081a}, + {1632, 70, -971, 0x07b9} + } +}; + +StandTile tile_527 = { + 0x23da10, 0x1d, + 0x0, + 0x8, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1632, 69, -1051, 0x085a}, + {1661, 65, -1078, 0x0852}, + {1632, 66, -1078, 0x085e} + } +}; + +StandTile tile_528 = { + 0x23d910, 0x1d, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1661, 65, -1078, 0x082e}, + {1649, 69, -1111, 0x083a}, + {1632, 66, -1078, 0x084e} + } +}; + +StandTile tile_529 = { + 0x23d810, 0x1d, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1632, 70, -1024, 0x081e}, + {1661, 70, -1051, 0x085a}, + {1632, 69, -1051, 0x0866} + } +}; + +StandTile tile_530 = { + 0x23d710, 0x1d, + 0x0, + 0x8, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1661, 70, -1051, 0x0842}, + {1661, 65, -1078, 0x084e}, + {1632, 69, -1051, 0x0856} + } +}; + +StandTile tile_531 = { + 0x23d610, 0x1d, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1632, 69, -1051, 0x084e}, + {1632, 66, -1078, 0x0862}, + {1581, 70, -1051, 0x086a} + } +}; + +StandTile tile_532 = { + 0x23d510, 0x1d, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1581, 70, -1051, 0x085e}, + {1632, 66, -1078, 0x083a}, + {1581, 69, -1092, 0x08fa} + } +}; + +StandTile tile_533 = { + 0x23d110, 0x1d, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1632, 70, -1024, 0x0856}, + {1632, 69, -1051, 0x086a}, + {1581, 70, -1024, 0x07f6} + } +}; + +StandTile tile_534 = { + 0x23d010, 0x1d, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1581, 70, -1024, 0x0866}, + {1632, 69, -1051, 0x085e}, + {1581, 70, -1051, 0x090a} + } +}; + +StandTile tile_535 = { + 0x134f10, 0x1c, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1581, 70, -998, 0x0872}, + {1554, 70, -971, 0x08de}, + {1581, 70, -971, 0x080e} + } +}; + +StandTile tile_536 = { + 0x135110, 0x1c, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1554, 70, -998, 0x0876}, + {1554, 70, -971, 0x086e}, + {1581, 70, -998, 0x0886} + } +}; + +StandTile tile_537 = { + 0x135310, 0x1c, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1554, 70, -998, 0x087a}, + {1528, 71, -971, 0x08e6}, + {1554, 70, -971, 0x0872} + } +}; + +StandTile tile_538 = { + 0x135410, 0x1c, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1528, 70, -998, 0x087e}, + {1528, 71, -971, 0x0876}, + {1554, 70, -998, 0x088e} + } +}; + +StandTile tile_539 = { + 0x135510, 0x1c, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1528, 70, -998, 0x0882}, + {1502, 74, -971, 0x08ee}, + {1528, 71, -971, 0x087a} + } +}; + +StandTile tile_540 = { + 0x135610, 0x1c, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1502, 70, -998, 0x094a}, + {1502, 74, -971, 0x087e}, + {1528, 70, -998, 0x0896} + } +}; + +StandTile tile_541 = { + 0x137010, 0x1c, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1581, 70, -1024, 0x088a}, + {1554, 70, -998, 0x0872}, + {1581, 70, -998, 0x07f6} + } +}; + +StandTile tile_542 = { + 0x137210, 0x1c, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1554, 70, -1024, 0x088e}, + {1554, 70, -998, 0x0886}, + {1581, 70, -1024, 0x090a} + } +}; + +StandTile tile_543 = { + 0x137410, 0x1c, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1554, 70, -1024, 0x0892}, + {1528, 70, -998, 0x087a}, + {1554, 70, -998, 0x088a} + } +}; + +StandTile tile_544 = { + 0x137610, 0x1c, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1528, 69, -1024, 0x0896}, + {1528, 70, -998, 0x088e}, + {1554, 70, -1024, 0x0912} + } +}; + +StandTile tile_545 = { + 0x137810, 0x1c, + 0x0, + 0x7, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1528, 69, -1024, 0x089a}, + {1502, 70, -998, 0x0882}, + {1528, 70, -998, 0x0892} + } +}; + +StandTile tile_546 = { + 0x137a10, 0x1c, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1502, 65, -1024, 0x0992}, + {1502, 70, -998, 0x0896}, + {1528, 69, -1024, 0x089e} + } +}; + +StandTile tile_547 = { + 0x139010, 0x1c, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1528, 70, -1051, 0x08a2}, + {1502, 65, -1024, 0x089a}, + {1528, 69, -1024, 0x0916} + } +}; + +StandTile tile_548 = { + 0x139610, 0x1c, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1502, 65, -1051, 0x09ce}, + {1502, 65, -1024, 0x089e}, + {1528, 70, -1051, 0x08f2} + } +}; + +StandTile tile_549 = { + 0x20ee10, 0x1c, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1554, 66, -888, 0x092e}, + {1581, 70, -890, 0x07ee}, + {1581, 70, -899, 0x08aa} + } +}; + +StandTile tile_550 = { + 0x139e10, 0x1c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1581, 70, -917, 0x08ae}, + {1554, 66, -888, 0x08a6}, + {1581, 70, -899, 0x07e2} + } +}; + +StandTile tile_551 = { + 0x139f10, 0x1c, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1554, 66, -917, 0x08b2}, + {1554, 66, -888, 0x08aa}, + {1581, 70, -917, 0x08c2} + } +}; + +StandTile tile_552 = { + 0x13a010, 0x1c, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1554, 66, -917, 0x08b6}, + {1528, 66, -888, 0x0926}, + {1554, 66, -888, 0x08ae} + } +}; + +StandTile tile_553 = { + 0x13a110, 0x1c, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1528, 65, -917, 0x08ba}, + {1528, 66, -888, 0x08b2}, + {1554, 66, -917, 0x08ca} + } +}; + +StandTile tile_554 = { + 0x13a210, 0x1c, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1528, 65, -917, 0x08be}, + {1502, 69, -888, 0x091a}, + {1528, 66, -888, 0x08b6} + } +}; + +StandTile tile_555 = { + 0x13a310, 0x1c, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1502, 70, -917, 0x09d6}, + {1502, 69, -888, 0x08ba}, + {1528, 65, -917, 0x08d2} + } +}; + +StandTile tile_556 = { + 0x13b210, 0x1c, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1581, 70, -944, 0x08c6}, + {1554, 66, -917, 0x08ae}, + {1581, 70, -917, 0x07c1} + } +}; + +StandTile tile_557 = { + 0x13b310, 0x1c, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1554, 69, -944, 0x08ca}, + {1554, 66, -917, 0x08c2}, + {1581, 70, -944, 0x08da} + } +}; + +StandTile tile_558 = { + 0x13b410, 0x1c, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1554, 69, -944, 0x08ce}, + {1528, 65, -917, 0x08b6}, + {1554, 66, -917, 0x08c6} + } +}; + +StandTile tile_559 = { + 0x13b510, 0x1c, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1528, 70, -944, 0x08d2}, + {1528, 65, -917, 0x08ca}, + {1554, 69, -944, 0x08e2} + } +}; + +StandTile tile_560 = { + 0x13b610, 0x1c, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1528, 70, -944, 0x08d6}, + {1502, 70, -917, 0x08be}, + {1528, 65, -917, 0x08ce} + } +}; + +StandTile tile_561 = { + 0x13b710, 0x1c, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1502, 74, -944, 0x09f6}, + {1502, 70, -917, 0x08d2}, + {1528, 70, -944, 0x08ea} + } +}; + +StandTile tile_562 = { + 0x13c510, 0x1c, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1581, 70, -971, 0x08de}, + {1554, 69, -944, 0x08c6}, + {1581, 70, -944, 0x07c9} + } +}; + +StandTile tile_563 = { + 0x13c610, 0x1c, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1554, 70, -971, 0x08e2}, + {1554, 69, -944, 0x08da}, + {1581, 70, -971, 0x086e} + } +}; + +StandTile tile_564 = { + 0x13c710, 0x1c, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1554, 70, -971, 0x08e6}, + {1528, 70, -944, 0x08ce}, + {1554, 69, -944, 0x08de} + } +}; + +StandTile tile_565 = { + 0x13c810, 0x1c, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1528, 71, -971, 0x08ea}, + {1528, 70, -944, 0x08e2}, + {1554, 70, -971, 0x0876} + } +}; + +StandTile tile_566 = { + 0x13c910, 0x1c, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1528, 71, -971, 0x08ee}, + {1502, 74, -944, 0x08d6}, + {1528, 70, -944, 0x08e6} + } +}; + +StandTile tile_567 = { + 0x13ca10, 0x1c, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1502, 74, -971, 0x0a16}, + {1502, 74, -944, 0x08ea}, + {1528, 71, -971, 0x087e} + } +}; + +StandTile tile_568 = { + 0x13db10, 0x1c, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1528, 72, -1078, 0x08f6}, + {1502, 65, -1051, 0x08a2}, + {1528, 70, -1051, 0x0906} + } +}; + +StandTile tile_569 = { + 0x13dc10, 0x1c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1502, 69, -1079, 0x09be}, + {1502, 65, -1051, 0x08f2}, + {1528, 72, -1078, 0x0000} + } +}; + +StandTile tile_570 = { + 0x13f110, 0x1c, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1581, 69, -1092, 0x08fe}, + {1554, 71, -1051, 0x090e}, + {1581, 70, -1051, 0x0862} + } +}; + +StandTile tile_571 = { + 0x13f210, 0x1c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1555, 73, -1078, 0x0902}, + {1554, 71, -1051, 0x08fa}, + {1581, 69, -1092, 0x0000} + } +}; + +StandTile tile_572 = { + 0x13f310, 0x1c, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1555, 73, -1078, 0x0906}, + {1528, 70, -1051, 0x0916}, + {1554, 71, -1051, 0x08fe} + } +}; + +StandTile tile_573 = { + 0x13f410, 0x1c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1528, 72, -1078, 0x08f2}, + {1528, 70, -1051, 0x0902}, + {1555, 73, -1078, 0x0000} + } +}; + +StandTile tile_574 = { + 0x140110, 0x1c, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1581, 70, -1051, 0x090e}, + {1554, 70, -1024, 0x088a}, + {1581, 70, -1024, 0x086a} + } +}; + +StandTile tile_575 = { + 0x140210, 0x1c, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1554, 71, -1051, 0x0912}, + {1554, 70, -1024, 0x090a}, + {1581, 70, -1051, 0x08fa} + } +}; + +StandTile tile_576 = { + 0x140310, 0x1c, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1554, 71, -1051, 0x0916}, + {1528, 69, -1024, 0x0892}, + {1554, 70, -1024, 0x090e} + } +}; + +StandTile tile_577 = { + 0x140410, 0x1c, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1528, 70, -1051, 0x089e}, + {1528, 69, -1024, 0x0912}, + {1554, 71, -1051, 0x0902} + } +}; + +StandTile tile_578 = { + 0x141210, 0x1c, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1502, 69, -888, 0x0a3a}, + {1502, 69, -873, 0x091e}, + {1528, 66, -888, 0x08ba} + } +}; + +StandTile tile_579 = { + 0x141310, 0x1c, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1528, 66, -888, 0x091a}, + {1502, 69, -873, 0x0000}, + {1535, 69, -873, 0x0922} + } +}; + +StandTile tile_580 = { + 0x20ec10, 0x1c, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1528, 66, -888, 0x091e}, + {1535, 69, -873, 0x0000}, + {1546, 69, -873, 0x0926} + } +}; + +StandTile tile_581 = { + 0x141410, 0x1c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1528, 66, -888, 0x0922}, + {1546, 69, -873, 0x092a}, + {1554, 66, -888, 0x08b2} + } +}; + +StandTile tile_582 = { + 0x141510, 0x1c, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1554, 66, -888, 0x0926}, + {1546, 69, -873, 0x0000}, + {1562, 69, -873, 0x092e} + } +}; + +StandTile tile_583 = { + 0x141610, 0x1c, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1554, 66, -888, 0x092a}, + {1562, 69, -873, 0x0000}, + {1581, 70, -890, 0x08a6} + } +}; + +StandTile tile_584 = { + 0x274912, 0x1b, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1474, 69, -1078, 0x0936}, + {1488, 70, -1093, 0x0000}, + {1474, 70, -1107, 0x0a2e} + } +}; + +StandTile tile_585 = { + 0x274911, 0x1b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1474, 69, -1078, 0x09c2}, + {1502, 69, -1079, 0x0000}, + {1488, 70, -1093, 0x0932} + } +}; + +StandTile tile_586 = { + 0x274810, 0x1b, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1474, 70, -888, 0x0a46}, + {1465, 69, -843, 0x0000}, + {1487, 69, -858, 0x0a36} + } +}; + +StandTile tile_587 = { + 0x134c10, 0x1b, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1421, 65, -971, 0x0942}, + {1421, 65, -944, 0x098e}, + {1447, 70, -971, 0x095a} + } +}; + +StandTile tile_588 = { + 0x134d10, 0x1b, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1421, 65, -971, 0x0946}, + {1394, 65, -944, 0x0a12}, + {1421, 65, -944, 0x093e} + } +}; + +StandTile tile_589 = { + 0x134e10, 0x1b, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1394, 65, -971, 0x0aa6}, + {1394, 65, -944, 0x0942}, + {1421, 65, -971, 0x0962} + } +}; + +StandTile tile_590 = { + 0x135710, 0x1b, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1502, 70, -998, 0x094e}, + {1474, 74, -971, 0x0a1a}, + {1502, 74, -971, 0x0882} + } +}; + +StandTile tile_591 = { + 0x135810, 0x1b, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1474, 70, -998, 0x0952}, + {1474, 74, -971, 0x094a}, + {1502, 70, -998, 0x0992} + } +}; + +StandTile tile_592 = { + 0x135a10, 0x1b, + 0x0, + 0x9, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1474, 70, -998, 0x0956}, + {1447, 70, -971, 0x098a}, + {1474, 74, -971, 0x094e} + } +}; + +StandTile tile_593 = { + 0x135c10, 0x1b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -998, 0x095a}, + {1447, 70, -971, 0x0952}, + {1474, 70, -998, 0x099a} + } +}; + +StandTile tile_594 = { + 0x135e10, 0x1b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -998, 0x095e}, + {1421, 65, -971, 0x093e}, + {1447, 70, -971, 0x0956} + } +}; + +StandTile tile_595 = { + 0x135f10, 0x1b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1421, 70, -998, 0x0962}, + {1421, 65, -971, 0x095a}, + {1447, 70, -998, 0x09a2} + } +}; + +StandTile tile_596 = { + 0x136010, 0x1b, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1421, 70, -998, 0x0966}, + {1394, 65, -971, 0x0946}, + {1421, 65, -971, 0x095e} + } +}; + +StandTile tile_597 = { + 0x136110, 0x1b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1394, 70, -998, 0x0aca}, + {1394, 65, -971, 0x0962}, + {1421, 70, -998, 0x096a} + } +}; + +StandTile tile_598 = { + 0x136210, 0x1b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1421, 74, -1024, 0x096e}, + {1394, 70, -998, 0x0966}, + {1421, 70, -998, 0x09a6} + } +}; + +StandTile tile_599 = { + 0x136410, 0x1b, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1394, 74, -1024, 0x0afa}, + {1394, 70, -998, 0x096a}, + {1421, 74, -1024, 0x0972} + } +}; + +StandTile tile_600 = { + 0x136610, 0x1b, + 0x0, + 0x8, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1421, 74, -1051, 0x0976}, + {1394, 74, -1024, 0x096e}, + {1421, 74, -1024, 0x09ae} + } +}; + +StandTile tile_601 = { + 0x136810, 0x1b, + 0x0, + 0x8, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1394, 74, -1051, 0x0ae2}, + {1394, 74, -1024, 0x0972}, + {1421, 74, -1051, 0x097e} + } +}; + +StandTile tile_602 = { + 0x136a10, 0x1b, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1421, 71, -1078, 0x097e}, + {1421, 74, -1051, 0x09b2}, + {1447, 70, -1078, 0x0982} + } +}; + +StandTile tile_603 = { + 0x136b10, 0x1b, + 0x0, + 0x6, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1421, 71, -1078, 0x09b6}, + {1394, 74, -1051, 0x0976}, + {1421, 74, -1051, 0x097a} + } +}; + +StandTile tile_604 = { + 0x136c10, 0x1b, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1447, 93, -1107, 0x0986}, + {1421, 71, -1078, 0x097a}, + {1447, 70, -1078, 0x0a32} + } +}; + +StandTile tile_605 = { + 0x136d10, 0x1b, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1421, 118, -1107, 0x09ba}, + {1421, 71, -1078, 0x0982}, + {1447, 93, -1107, 0x0000} + } +}; + +StandTile tile_606 = { + 0x136e10, 0x1b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -971, 0x098e}, + {1447, 70, -944, 0x0a1e}, + {1474, 74, -971, 0x0952} + } +}; + +StandTile tile_607 = { + 0x136f10, 0x1b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -971, 0x093e}, + {1421, 65, -944, 0x0a0a}, + {1447, 70, -944, 0x098a} + } +}; + +StandTile tile_608 = { + 0x137c10, 0x1b, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1502, 65, -1024, 0x0996}, + {1474, 70, -998, 0x094e}, + {1502, 70, -998, 0x089a} + } +}; + +StandTile tile_609 = { + 0x137e10, 0x1b, + 0x0, + 0x8, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1474, 65, -1024, 0x099a}, + {1474, 70, -998, 0x0992}, + {1502, 65, -1024, 0x09ce} + } +}; + +StandTile tile_610 = { + 0x138010, 0x1b, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1474, 65, -1024, 0x099e}, + {1447, 70, -998, 0x0956}, + {1474, 70, -998, 0x0996} + } +}; + +StandTile tile_611 = { + 0x138210, 0x1b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -1024, 0x09a2}, + {1447, 70, -998, 0x099a}, + {1474, 65, -1024, 0x0a22} + } +}; + +StandTile tile_612 = { + 0x138410, 0x1b, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -1024, 0x09a6}, + {1421, 70, -998, 0x095e}, + {1447, 70, -998, 0x099e} + } +}; + +StandTile tile_613 = { + 0x138610, 0x1b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1421, 74, -1024, 0x096a}, + {1421, 70, -998, 0x09a2}, + {1447, 70, -1024, 0x09aa} + } +}; + +StandTile tile_614 = { + 0x138810, 0x1b, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -1051, 0x09ae}, + {1421, 74, -1024, 0x09a6}, + {1447, 70, -1024, 0x0a26} + } +}; + +StandTile tile_615 = { + 0x138910, 0x1b, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1421, 74, -1051, 0x0972}, + {1421, 74, -1024, 0x09aa}, + {1447, 70, -1051, 0x09b2} + } +}; + +StandTile tile_616 = { + 0x138a10, 0x1b, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -1078, 0x097a}, + {1421, 74, -1051, 0x09ae}, + {1447, 70, -1051, 0x09ca} + } +}; + +StandTile tile_617 = { + 0x138b10, 0x1b, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1394, 70, -1078, 0x0a62}, + {1394, 74, -1051, 0x097e}, + {1421, 71, -1078, 0x09ba} + } +}; + +StandTile tile_618 = { + 0x138c10, 0x1b, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1421, 118, -1107, 0x0a2a}, + {1394, 70, -1078, 0x09b6}, + {1421, 71, -1078, 0x0986} + } +}; + +StandTile tile_619 = { + 0x138d10, 0x1b, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1502, 69, -1079, 0x09c2}, + {1474, 65, -1051, 0x09d2}, + {1502, 65, -1051, 0x08f6} + } +}; + +StandTile tile_620 = { + 0x138e10, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1474, 69, -1078, 0x09c6}, + {1474, 65, -1051, 0x09be}, + {1502, 69, -1079, 0x0936} + } +}; + +StandTile tile_621 = { + 0x138f10, 0x1b, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1474, 69, -1078, 0x09ca}, + {1447, 70, -1051, 0x0a26}, + {1474, 65, -1051, 0x09c2} + } +}; + +StandTile tile_622 = { + 0x139510, 0x1b, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -1078, 0x09b2}, + {1447, 70, -1051, 0x09c6}, + {1474, 69, -1078, 0x0a2e} + } +}; + +StandTile tile_623 = { + 0x139b10, 0x1b, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1502, 65, -1051, 0x09d2}, + {1474, 65, -1024, 0x0996}, + {1502, 65, -1024, 0x08a2} + } +}; + +StandTile tile_624 = { + 0x139d10, 0x1b, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1474, 65, -1051, 0x0a22}, + {1474, 65, -1024, 0x09ce}, + {1502, 65, -1051, 0x09be} + } +}; + +StandTile tile_625 = { + 0x13a410, 0x1b, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1502, 70, -917, 0x09da}, + {1474, 70, -888, 0x0a36}, + {1502, 69, -888, 0x08be} + } +}; + +StandTile tile_626 = { + 0x13a510, 0x1b, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1474, 71, -917, 0x09de}, + {1474, 70, -888, 0x09d6}, + {1502, 70, -917, 0x09f6} + } +}; + +StandTile tile_627 = { + 0x13a610, 0x1b, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1474, 71, -917, 0x09e2}, + {1447, 70, -888, 0x0a4e}, + {1474, 70, -888, 0x09da} + } +}; + +StandTile tile_628 = { + 0x13a710, 0x1b, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -917, 0x09e6}, + {1447, 70, -888, 0x09de}, + {1474, 71, -917, 0x09fe} + } +}; + +StandTile tile_629 = { + 0x13a810, 0x1b, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -917, 0x09ea}, + {1421, 70, -888, 0x0a52}, + {1447, 70, -888, 0x09e2} + } +}; + +StandTile tile_630 = { + 0x13a910, 0x1b, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1421, 69, -917, 0x09ee}, + {1421, 70, -888, 0x09e6}, + {1447, 70, -917, 0x0a06} + } +}; + +StandTile tile_631 = { + 0x13aa10, 0x1b, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1421, 69, -917, 0x09f2}, + {1394, 71, -888, 0x0a3e}, + {1421, 70, -888, 0x09ea} + } +}; + +StandTile tile_632 = { + 0x13ab10, 0x1b, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1394, 70, -917, 0x0a6e}, + {1394, 71, -888, 0x09ee}, + {1421, 69, -917, 0x0a0e} + } +}; + +StandTile tile_633 = { + 0x13b810, 0x1b, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1502, 74, -944, 0x09fa}, + {1474, 71, -917, 0x09da}, + {1502, 70, -917, 0x08d6} + } +}; + +StandTile tile_634 = { + 0x13b910, 0x1b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1474, 74, -944, 0x09fe}, + {1474, 71, -917, 0x09f6}, + {1502, 74, -944, 0x0a16} + } +}; + +StandTile tile_635 = { + 0x13ba10, 0x1b, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1474, 74, -944, 0x0a02}, + {1447, 70, -917, 0x09e2}, + {1474, 71, -917, 0x09fa} + } +}; + +StandTile tile_636 = { + 0x13bb10, 0x1b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -944, 0x0a06}, + {1447, 70, -917, 0x09fe}, + {1474, 74, -944, 0x0a1e} + } +}; + +StandTile tile_637 = { + 0x13bc10, 0x1b, + 0x0, + 0x9, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -944, 0x0a0a}, + {1421, 69, -917, 0x09ea}, + {1447, 70, -917, 0x0a02} + } +}; + +StandTile tile_638 = { + 0x13bd10, 0x1b, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1421, 65, -944, 0x0a0e}, + {1421, 69, -917, 0x0a06}, + {1447, 70, -944, 0x098e} + } +}; + +StandTile tile_639 = { + 0x13be10, 0x1b, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1421, 65, -944, 0x0a12}, + {1394, 70, -917, 0x09f2}, + {1421, 69, -917, 0x0a0a} + } +}; + +StandTile tile_640 = { + 0x13bf10, 0x1b, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1394, 65, -944, 0x0a86}, + {1394, 70, -917, 0x0a0e}, + {1421, 65, -944, 0x0942} + } +}; + +StandTile tile_641 = { + 0x13cb10, 0x1b, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1502, 74, -971, 0x0a1a}, + {1474, 74, -944, 0x09fa}, + {1502, 74, -944, 0x08ee} + } +}; + +StandTile tile_642 = { + 0x13cc10, 0x1b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1474, 74, -971, 0x0a1e}, + {1474, 74, -944, 0x0a16}, + {1502, 74, -971, 0x094a} + } +}; + +StandTile tile_643 = { + 0x13cd10, 0x1b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1474, 74, -971, 0x098a}, + {1447, 70, -944, 0x0a02}, + {1474, 74, -944, 0x0a1a} + } +}; + +StandTile tile_644 = { + 0x13ce10, 0x1b, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1474, 65, -1051, 0x0a26}, + {1447, 70, -1024, 0x099e}, + {1474, 65, -1024, 0x09d2} + } +}; + +StandTile tile_645 = { + 0x13cf10, 0x1b, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -1051, 0x09aa}, + {1447, 70, -1024, 0x0a22}, + {1474, 65, -1051, 0x09c6} + } +}; + +StandTile tile_646 = { + 0x13dd10, 0x1b, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1394, 117, -1107, 0x0ac6}, + {1394, 70, -1078, 0x09ba}, + {1421, 118, -1107, 0x0000} + } +}; + +StandTile tile_647 = { + 0x140610, 0x1b, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1474, 70, -1107, 0x0a32}, + {1447, 70, -1078, 0x09ca}, + {1474, 69, -1078, 0x0932} + } +}; + +StandTile tile_648 = { + 0x140710, 0x1b, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1447, 93, -1107, 0x0982}, + {1447, 70, -1078, 0x0a2e}, + {1474, 70, -1107, 0x0000} + } +}; + +StandTile tile_649 = { + 0x141810, 0x1b, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1474, 70, -888, 0x093a}, + {1487, 69, -858, 0x0a3a}, + {1502, 69, -888, 0x09d6} + } +}; + +StandTile tile_650 = { + 0x141910, 0x1b, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1502, 69, -888, 0x0a36}, + {1487, 69, -858, 0x0000}, + {1502, 69, -873, 0x091a} + } +}; + +StandTile tile_651 = { + 0x141f10, 0x1b, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1394, 71, -888, 0x0b22}, + {1394, 69, -843, 0x0a42}, + {1421, 70, -888, 0x09ee} + } +}; + +StandTile tile_652 = { + 0x142010, 0x1b, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1421, 70, -888, 0x0a3e}, + {1394, 69, -843, 0x0000}, + {1411, 69, -843, 0x0a52} + } +}; + +StandTile tile_653 = { + 0x20eb10, 0x1b, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1474, 70, -888, 0x0a4e}, + {1438, 69, -843, 0x0000}, + {1465, 69, -843, 0x093a} + } +}; + +StandTile tile_654 = { + 0x142310, 0x1b, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -888, 0x0a52}, + {1411, 69, -843, 0x0000}, + {1438, 69, -843, 0x0a4e} + } +}; + +StandTile tile_655 = { + 0x142410, 0x1b, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1447, 70, -888, 0x0a4a}, + {1438, 69, -843, 0x0a46}, + {1474, 70, -888, 0x09de} + } +}; + +StandTile tile_656 = { + 0x142510, 0x1b, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1421, 70, -888, 0x0a42}, + {1411, 69, -843, 0x0a4a}, + {1447, 70, -888, 0x09e6} + } +}; + +StandTile tile_657 = { + 0x139210, 0x1a, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1340, 90, -1078, 0x0a5a}, + {1340, 69, -1051, 0x0a6a}, + {1367, 65, -1078, 0x0a9e} + } +}; + +StandTile tile_658 = { + 0x139310, 0x1a, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1340, 90, -1078, 0x0a5e}, + {1310, 73, -1052, 0x0af6}, + {1340, 69, -1051, 0x0a56} + } +}; + +StandTile tile_659 = { + 0x139410, 0x1a, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1310, 88, -1079, 0x0000}, + {1310, 73, -1052, 0x0a5a}, + {1340, 90, -1078, 0x0abe} + } +}; + +StandTile tile_660 = { + 0x139810, 0x1a, + 0x0, + 0x6, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1394, 70, -1078, 0x0a66}, + {1367, 70, -1051, 0x0ae6}, + {1394, 74, -1051, 0x09b6} + } +}; + +StandTile tile_661 = { + 0x139910, 0x1a, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1367, 65, -1078, 0x0a6a}, + {1367, 70, -1051, 0x0a62}, + {1394, 70, -1078, 0x0ac6} + } +}; + +StandTile tile_662 = { + 0x139a10, 0x1a, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1367, 65, -1078, 0x0a56}, + {1340, 69, -1051, 0x0aee}, + {1367, 70, -1051, 0x0a66} + } +}; + +StandTile tile_663 = { + 0x13ac10, 0x1a, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1394, 70, -917, 0x0a72}, + {1367, 74, -888, 0x0b1e}, + {1394, 71, -888, 0x09f2} + } +}; + +StandTile tile_664 = { + 0x13ad10, 0x1a, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1367, 74, -917, 0x0a76}, + {1367, 74, -888, 0x0a6e}, + {1394, 70, -917, 0x0a86} + } +}; + +StandTile tile_665 = { + 0x13ae10, 0x1a, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1367, 74, -917, 0x0a7a}, + {1340, 74, -888, 0x0b16}, + {1367, 74, -888, 0x0a72} + } +}; + +StandTile tile_666 = { + 0x13af10, 0x1a, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1340, 74, -917, 0x0a7e}, + {1340, 74, -888, 0x0a76}, + {1367, 74, -917, 0x0a8e} + } +}; + +StandTile tile_667 = { + 0x13b010, 0x1a, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1340, 74, -917, 0x0a82}, + {1310, 70, -890, 0x0b26}, + {1340, 74, -888, 0x0a7a} + } +}; + +StandTile tile_668 = { + 0x13b110, 0x1a, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1310, 73, -944, 0x0b5e}, + {1310, 70, -890, 0x0a7e}, + {1340, 74, -917, 0x0a96} + } +}; + +StandTile tile_669 = { + 0x13c010, 0x1a, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1394, 65, -944, 0x0a8a}, + {1367, 74, -917, 0x0a72}, + {1394, 70, -917, 0x0a12} + } +}; + +StandTile tile_670 = { + 0x13c110, 0x1a, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1367, 70, -944, 0x0a8e}, + {1367, 74, -917, 0x0a86}, + {1394, 65, -944, 0x0aa6} + } +}; + +StandTile tile_671 = { + 0x13c210, 0x1a, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1367, 70, -944, 0x0a92}, + {1340, 74, -917, 0x0a7a}, + {1367, 74, -917, 0x0a8a} + } +}; + +StandTile tile_672 = { + 0x13c310, 0x1a, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1340, 71, -944, 0x0a96}, + {1340, 74, -917, 0x0a8e}, + {1367, 70, -944, 0x0aae} + } +}; + +StandTile tile_673 = { + 0x13c410, 0x1a, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1340, 71, -944, 0x0ab6}, + {1310, 73, -944, 0x0a82}, + {1340, 74, -917, 0x0a92} + } +}; + +StandTile tile_674 = { + 0x13d010, 0x1a, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1367, 90, -1107, 0x0a9e}, + {1367, 65, -1078, 0x0ac6}, + {1394, 117, -1107, 0x0000} + } +}; + +StandTile tile_675 = { + 0x13d110, 0x1a, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1367, 90, -1107, 0x0aa2}, + {1340, 90, -1078, 0x0a56}, + {1367, 65, -1078, 0x0a9a} + } +}; + +StandTile tile_676 = { + 0x13d210, 0x1a, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1340, 90, -1107, 0x0abe}, + {1340, 90, -1078, 0x0a9e}, + {1367, 90, -1107, 0x0000} + } +}; + +StandTile tile_677 = { + 0x13d310, 0x1a, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1394, 65, -971, 0x0aaa}, + {1367, 70, -944, 0x0a8a}, + {1394, 65, -944, 0x0946} + } +}; + +StandTile tile_678 = { + 0x13d410, 0x1a, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1367, 69, -971, 0x0aae}, + {1367, 70, -944, 0x0aa6}, + {1394, 65, -971, 0x0aca} + } +}; + +StandTile tile_679 = { + 0x13d510, 0x1a, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1367, 69, -971, 0x0ab2}, + {1340, 71, -944, 0x0a92}, + {1367, 70, -944, 0x0aaa} + } +}; + +StandTile tile_680 = { + 0x13d610, 0x1a, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1340, 70, -971, 0x0ab6}, + {1340, 71, -944, 0x0aae}, + {1367, 69, -971, 0x0ad2} + } +}; + +StandTile tile_681 = { + 0x13d710, 0x1a, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1340, 70, -971, 0x0aba}, + {1310, 73, -944, 0x0a96}, + {1340, 71, -944, 0x0ab2} + } +}; + +StandTile tile_682 = { + 0x13d810, 0x1a, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1311, 70, -972, 0x0b56}, + {1310, 73, -944, 0x0ab6}, + {1340, 70, -971, 0x0ada} + } +}; + +StandTile tile_683 = { + 0x13d910, 0x1a, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1340, 90, -1107, 0x0ac2}, + {1310, 88, -1079, 0x0a5e}, + {1340, 90, -1078, 0x0aa2} + } +}; + +StandTile tile_684 = { + 0x13da10, 0x1a, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1310, 109, -1108, 0x0000}, + {1310, 88, -1079, 0x0abe}, + {1340, 90, -1107, 0x0000} + } +}; + +StandTile tile_685 = { + 0x13de10, 0x1a, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1394, 117, -1107, 0x0a9a}, + {1367, 65, -1078, 0x0a66}, + {1394, 70, -1078, 0x0a2a} + } +}; + +StandTile tile_686 = { + 0x13df10, 0x1a, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1394, 70, -998, 0x0ace}, + {1367, 69, -971, 0x0aaa}, + {1394, 65, -971, 0x0966} + } +}; + +StandTile tile_687 = { + 0x13e010, 0x1a, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1367, 70, -998, 0x0ad2}, + {1367, 69, -971, 0x0aca}, + {1394, 70, -998, 0x0afa} + } +}; + +StandTile tile_688 = { + 0x13e210, 0x1a, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1367, 70, -998, 0x0ad6}, + {1340, 70, -971, 0x0ab2}, + {1367, 69, -971, 0x0ace} + } +}; + +StandTile tile_689 = { + 0x13e410, 0x1a, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1340, 70, -998, 0x0ada}, + {1340, 70, -971, 0x0ad2}, + {1367, 70, -998, 0x0b02} + } +}; + +StandTile tile_690 = { + 0x13e610, 0x1a, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1340, 70, -998, 0x0ade}, + {1311, 70, -972, 0x0aba}, + {1340, 70, -971, 0x0ad6} + } +}; + +StandTile tile_691 = { + 0x13e810, 0x1a, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1311, 70, -998, 0x0b4e}, + {1311, 70, -972, 0x0ada}, + {1340, 70, -998, 0x0b0a} + } +}; + +StandTile tile_692 = { + 0x13ea10, 0x1a, + 0x0, + 0x8, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1394, 74, -1051, 0x0ae6}, + {1367, 71, -1024, 0x0afe}, + {1394, 74, -1024, 0x0976} + } +}; + +StandTile tile_693 = { + 0x13ec10, 0x1a, + 0x0, + 0x8, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1367, 70, -1051, 0x0aea}, + {1367, 71, -1024, 0x0ae2}, + {1394, 74, -1051, 0x0a62} + } +}; + +StandTile tile_694 = { + 0x13ed10, 0x1a, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1367, 70, -1051, 0x0aee}, + {1340, 70, -1024, 0x0b06}, + {1367, 71, -1024, 0x0ae6} + } +}; + +StandTile tile_695 = { + 0x13ee10, 0x1a, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1340, 69, -1051, 0x0af2}, + {1340, 70, -1024, 0x0aea}, + {1367, 70, -1051, 0x0a6a} + } +}; + +StandTile tile_696 = { + 0x13ef10, 0x1a, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1340, 69, -1051, 0x0af6}, + {1311, 70, -1025, 0x0b0e}, + {1340, 70, -1024, 0x0aee} + } +}; + +StandTile tile_697 = { + 0x13f010, 0x1a, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1310, 73, -1052, 0x0b3e}, + {1311, 70, -1025, 0x0af2}, + {1340, 69, -1051, 0x0a5a} + } +}; + +StandTile tile_698 = { + 0x13f510, 0x1a, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1394, 74, -1024, 0x0afe}, + {1367, 70, -998, 0x0ace}, + {1394, 70, -998, 0x096e} + } +}; + +StandTile tile_699 = { + 0x13f710, 0x1a, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1367, 71, -1024, 0x0b02}, + {1367, 70, -998, 0x0afa}, + {1394, 74, -1024, 0x0ae2} + } +}; + +StandTile tile_700 = { + 0x13f910, 0x1a, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1367, 71, -1024, 0x0b06}, + {1340, 70, -998, 0x0ad6}, + {1367, 70, -998, 0x0afe} + } +}; + +StandTile tile_701 = { + 0x13fb10, 0x1a, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1340, 70, -1024, 0x0b0a}, + {1340, 70, -998, 0x0b02}, + {1367, 71, -1024, 0x0aea} + } +}; + +StandTile tile_702 = { + 0x13fd10, 0x1a, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1340, 70, -1024, 0x0b0e}, + {1311, 70, -998, 0x0ade}, + {1340, 70, -998, 0x0b06} + } +}; + +StandTile tile_703 = { + 0x13ff10, 0x1a, + 0x0, + 0x7, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1311, 70, -1025, 0x0b46}, + {1311, 70, -998, 0x0b0a}, + {1340, 70, -1024, 0x0af2} + } +}; + +StandTile tile_704 = { + 0x141a10, 0x1a, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1340, 74, -888, 0x0b26}, + {1304, 69, -843, 0x0000}, + {1331, 69, -843, 0x0b16} + } +}; + +StandTile tile_705 = { + 0x141b10, 0x1a, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1340, 74, -888, 0x0b12}, + {1331, 69, -843, 0x0b1a}, + {1367, 74, -888, 0x0a76} + } +}; + +StandTile tile_706 = { + 0x141c10, 0x1a, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1367, 74, -888, 0x0b16}, + {1331, 69, -843, 0x0000}, + {1358, 69, -843, 0x0b1e} + } +}; + +StandTile tile_707 = { + 0x141d10, 0x1a, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1367, 74, -888, 0x0b1a}, + {1358, 69, -843, 0x0b22}, + {1394, 71, -888, 0x0a6e} + } +}; + +StandTile tile_708 = { + 0x141e10, 0x1a, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1394, 71, -888, 0x0b1e}, + {1358, 69, -843, 0x0000}, + {1394, 69, -843, 0x0a3e} + } +}; + +StandTile tile_709 = { + 0x142110, 0x1a, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1310, 70, -890, 0x0b2e}, + {1304, 69, -843, 0x0b12}, + {1340, 74, -888, 0x0a7e} + } +}; + +StandTile tile_710 = { + 0x163010, 0x1a, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1304, 69, -843, 0x0b2e}, + {1281, 70, -891, 0x0ba3}, + {1281, 70, -839, 0x0b36} + } +}; + +StandTile tile_711 = { + 0x163110, 0x1a, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1310, 70, -890, 0x0b62}, + {1281, 70, -891, 0x0b2a}, + {1304, 69, -843, 0x0b26} + } +}; + +StandTile tile_712 = { + 0x163210, 0x1a, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1291, 69, -820, 0x0b36}, + {1281, 70, -839, 0x0b9b}, + {1281, 69, -796, 0x0000} + } +}; + +StandTile tile_713 = { + 0x163310, 0x1a, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1304, 69, -843, 0x0b2a}, + {1281, 70, -839, 0x0b32}, + {1291, 69, -820, 0x0000} + } +}; + +StandTile tile_714 = { + 0x16b910, 0x1a, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1310, 73, -1052, 0x0000}, + {1281, 71, -1080, 0x0b93}, + {1281, 71, -1053, 0x0b3e} + } +}; + +StandTile tile_715 = { + 0x16bc10, 0x1a, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1310, 73, -1052, 0x0b3a}, + {1281, 71, -1053, 0x0b42}, + {1311, 70, -1025, 0x0af6} + } +}; + +StandTile tile_716 = { + 0x16bd10, 0x1a, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1311, 70, -1025, 0x0b3e}, + {1281, 71, -1053, 0x0b8b}, + {1281, 70, -1026, 0x0b46} + } +}; + +StandTile tile_717 = { + 0x16c010, 0x1a, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1311, 70, -1025, 0x0b42}, + {1281, 70, -1026, 0x0b4a}, + {1311, 70, -998, 0x0b0e} + } +}; + +StandTile tile_718 = { + 0x16c210, 0x1a, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1311, 70, -998, 0x0b46}, + {1281, 70, -1026, 0x0b83}, + {1281, 70, -999, 0x0b4e} + } +}; + +StandTile tile_719 = { + 0x16c810, 0x1a, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1311, 70, -998, 0x0b4a}, + {1281, 70, -999, 0x0b52}, + {1311, 70, -972, 0x0ade} + } +}; + +StandTile tile_720 = { + 0x16ca10, 0x1a, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1311, 70, -972, 0x0b4e}, + {1281, 70, -999, 0x0b7a}, + {1281, 70, -973, 0x0b56} + } +}; + +StandTile tile_721 = { + 0x16d010, 0x1a, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1311, 70, -972, 0x0b52}, + {1281, 70, -973, 0x0b5a}, + {1310, 73, -944, 0x0aba} + } +}; + +StandTile tile_722 = { + 0x16d110, 0x1a, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1310, 73, -944, 0x0b56}, + {1281, 70, -973, 0x0b72}, + {1281, 71, -944, 0x0b5e} + } +}; + +StandTile tile_723 = { + 0x16d410, 0x1a, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1310, 73, -944, 0x0b5a}, + {1281, 71, -944, 0x0b62}, + {1310, 70, -890, 0x0a82} + } +}; + +StandTile tile_724 = { + 0x16d510, 0x1a, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1310, 70, -890, 0x0b5e}, + {1281, 71, -944, 0x0b6a}, + {1281, 70, -891, 0x0b2e} + } +}; + +StandTile tile_725 = { + 0x16d710, 0x19, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1281, 70, -891, 0x0b6a}, + {1265, 70, -944, 0x0000}, + {1254, 76, -891, 0x0ba3} + } +}; + +StandTile tile_726 = { + 0x16d610, 0x19, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1281, 71, -944, 0x0b6e}, + {1265, 70, -944, 0x0b66}, + {1281, 70, -891, 0x0b62} + } +}; + +StandTile tile_727 = { + 0x16d310, 0x19, + 0x0, + 0x5, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1281, 71, -944, 0x0b72}, + {1253, 69, -973, 0x0000}, + {1265, 70, -944, 0x0b6a} + } +}; + +StandTile tile_728 = { + 0x16d210, 0x19, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1281, 70, -973, 0x0b76}, + {1253, 69, -973, 0x0b6e}, + {1281, 71, -944, 0x0b5a} + } +}; + +StandTile tile_729 = { + 0x16ce10, 0x19, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1281, 70, -973, 0x0b7a}, + {1258, 70, -993, 0x0000}, + {1253, 69, -973, 0x0b72} + } +}; + +StandTile tile_730 = { + 0x16cc10, 0x19, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1281, 70, -999, 0x0b7e}, + {1258, 70, -993, 0x0b76}, + {1281, 70, -973, 0x0b52} + } +}; + +StandTile tile_731 = { + 0x16c610, 0x19, + 0x0, + 0x6, 0x6, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {1281, 70, -999, 0x0b83}, + {1258, 70, -1025, 0x0c00}, + {1258, 70, -1009, 0x0000}, + {1258, 70, -993, 0x0b7a} + } +}; + +StandTile tile_732 = { + 0x16c410, 0x19, + 0x0, + 0x6, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1281, 70, -1026, 0x0b87}, + {1258, 70, -1025, 0x0b7e}, + {1281, 70, -999, 0x0b4a} + } +}; + +StandTile tile_733 = { + 0x16bf10, 0x19, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1281, 70, -1026, 0x0b8b}, + {1254, 70, -1053, 0x0000}, + {1258, 70, -1025, 0x0b83} + } +}; + +StandTile tile_734 = { + 0x16be10, 0x19, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1281, 71, -1053, 0x0b8f}, + {1254, 70, -1053, 0x0b87}, + {1281, 70, -1026, 0x0b42} + } +}; + +StandTile tile_735 = { + 0x16bb10, 0x19, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1281, 71, -1053, 0x0b93}, + {1254, 76, -1080, 0x0000}, + {1254, 70, -1053, 0x0b8b} + } +}; + +StandTile tile_736 = { + 0x16ba10, 0x19, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1281, 71, -1080, 0x0000}, + {1254, 76, -1080, 0x0b8f}, + {1281, 71, -1053, 0x0b3a} + } +}; + +StandTile tile_737 = { + 0x162f10, 0x19, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1281, 69, -796, 0x0b9b}, + {1257, 70, -839, 0x0000}, + {1230, 65, -800, 0x0000} + } +}; + +StandTile tile_738 = { + 0x162e10, 0x19, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1281, 70, -839, 0x0b9f}, + {1257, 70, -839, 0x0b97}, + {1281, 69, -796, 0x0b32} + } +}; + +StandTile tile_739 = { + 0x162d10, 0x19, + 0x0, + 0x1, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1281, 70, -839, 0x0ba3}, + {1254, 76, -891, 0x0000}, + {1257, 70, -839, 0x0b9b} + } +}; + +StandTile tile_740 = { + 0x162c10, 0x19, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1281, 70, -891, 0x0b66}, + {1254, 76, -891, 0x0b9f}, + {1281, 70, -839, 0x0b2a} + } +}; + +StandTile tile_741 = { + 0x18ee10, 0x19, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1066, 65, -891, 0x0000}, + {1070, 76, -944, 0x0bab}, + {1040, 70, -891, 0x0bf4} + } +}; + +StandTile tile_742 = { + 0x18ed10, 0x19, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1040, 70, -891, 0x0ba7}, + {1070, 76, -944, 0x0baf}, + {1040, 71, -944, 0x0c8c} + } +}; + +StandTile tile_743 = { + 0x18ea10, 0x19, + 0x0, + 0x3, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1070, 76, -944, 0x0000}, + {1070, 76, -973, 0x0bb3}, + {1040, 71, -944, 0x0bab} + } +}; + +StandTile tile_744 = { + 0x18e910, 0x19, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1040, 71, -944, 0x0baf}, + {1070, 76, -973, 0x0bb7}, + {1040, 70, -973, 0x0c84} + } +}; + +StandTile tile_745 = { + 0x18e510, 0x19, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1070, 76, -973, 0x0000}, + {1066, 70, -993, 0x0bbb}, + {1040, 70, -973, 0x0bb3} + } +}; + +StandTile tile_746 = { + 0x18e310, 0x19, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1040, 70, -973, 0x0bb7}, + {1066, 70, -993, 0x0bbf}, + {1040, 70, -999, 0x0c7c} + } +}; + +StandTile tile_747 = { + 0x18dd10, 0x19, + 0x0, + 0x6, 0x5, 0x4, + 4, + 0x0, 0x2, 0x3, + { + {1066, 70, -993, 0x0000}, + {1066, 70, -1009, 0x0c38}, + {1066, 70, -1025, 0x0bc4}, + {1040, 70, -999, 0x0bbb} + } +}; + +StandTile tile_748 = { + 0x18db10, 0x19, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1040, 70, -999, 0x0bbf}, + {1066, 70, -1025, 0x0bc8}, + {1040, 70, -1026, 0x0c74} + } +}; + +StandTile tile_749 = { + 0x18d610, 0x19, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1066, 70, -1025, 0x0000}, + {1078, 70, -1053, 0x0bcc}, + {1040, 70, -1026, 0x0bc4} + } +}; + +StandTile tile_750 = { + 0x18d510, 0x19, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1040, 70, -1026, 0x0bc8}, + {1078, 70, -1053, 0x0bd0}, + {1040, 71, -1053, 0x0c6c} + } +}; + +StandTile tile_751 = { + 0x18d210, 0x19, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1078, 70, -1053, 0x0000}, + {1078, 70, -1080, 0x0bd4}, + {1040, 71, -1053, 0x0bcc} + } +}; + +StandTile tile_752 = { + 0x18d110, 0x19, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1040, 71, -1053, 0x0bd0}, + {1078, 70, -1080, 0x0bd8}, + {1040, 71, -1080, 0x0c64} + } +}; + +StandTile tile_753 = { + 0x18ce10, 0x19, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1078, 70, -1080, 0x0000}, + {1066, 70, -1109, 0x0bdc}, + {1040, 71, -1080, 0x0bd4} + } +}; + +StandTile tile_754 = { + 0x18cd10, 0x19, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1040, 71, -1080, 0x0bd8}, + {1066, 70, -1109, 0x0be0}, + {1040, 70, -1109, 0x0c5c} + } +}; + +StandTile tile_755 = { + 0x18ca10, 0x19, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1066, 70, -1109, 0x0000}, + {1065, 72, -1160, 0x0be4}, + {1040, 70, -1109, 0x0bdc} + } +}; + +StandTile tile_756 = { + 0x18c910, 0x19, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1040, 70, -1109, 0x0be0}, + {1065, 72, -1160, 0x0bf8}, + {1040, 70, -1160, 0x0c54} + } +}; + +StandTile tile_757 = { + 0x185112, 0x19, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1058, 70, -816, 0x0bec}, + {1040, 70, -839, 0x0c40}, + {1034, 70, -828, 0x0000} + } +}; + +StandTile tile_758 = { + 0x185111, 0x19, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1058, 70, -816, 0x0bfc}, + {1078, 70, -839, 0x0bf0}, + {1040, 70, -839, 0x0be8} + } +}; + +StandTile tile_759 = { + 0x184610, 0x19, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1078, 70, -839, 0x0000}, + {1066, 65, -891, 0x0bf4}, + {1040, 70, -839, 0x0bec} + } +}; + +StandTile tile_760 = { + 0x184510, 0x19, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1040, 70, -839, 0x0bf0}, + {1066, 65, -891, 0x0ba7}, + {1040, 70, -891, 0x0c50} + } +}; + +StandTile tile_761 = { + 0x183210, 0x19, + 0x0, + 0x2, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1065, 72, -1160, 0x0000}, + {1040, 70, -1187, 0x0c44}, + {1040, 70, -1160, 0x0be4} + } +}; + +StandTile tile_762 = { + 0x185010, 0x19, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1081, 70, -810, 0x0000}, + {1078, 70, -839, 0x0bec}, + {1058, 70, -816, 0x0000} + } +}; + +StandTile tile_763 = { + 0x23ab10, 0x19, + 0x0, + 0x9, 0xa, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1258, 70, -1025, 0x0000}, + {1230, 65, -1025, 0x0c04}, + {1258, 70, -1009, 0x0b7e} + } +}; + +StandTile tile_764 = { + 0x23aa10, 0x19, + 0x0, + 0x9, 0x9, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1230, 65, -1025, 0x0c08}, + {1226, 65, -1009, 0x0000}, + {1258, 70, -1009, 0x0c00} + } +}; + +StandTile tile_765 = { + 0x23a910, 0x19, + 0x0, + 0x5, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1230, 65, -1025, 0x0000}, + {1206, 63, -1025, 0x0c0c}, + {1226, 65, -1009, 0x0c04} + } +}; + +StandTile tile_766 = { + 0x23a810, 0x19, + 0x0, + 0x4, 0x7, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1206, 63, -1025, 0x0c10}, + {1199, 62, -1009, 0x0000}, + {1226, 65, -1009, 0x0c08} + } +}; + +StandTile tile_767 = { + 0x23a710, 0x19, + 0x0, + 0x4, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1206, 63, -1025, 0x0000}, + {1190, 61, -1025, 0x0c14}, + {1199, 62, -1009, 0x0c0c} + } +}; + +StandTile tile_768 = { + 0x23a610, 0x19, + 0x0, + 0x8, 0xa, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1190, 61, -1025, 0x0c18}, + {1181, 61, -1009, 0x0000}, + {1199, 62, -1009, 0x0c10} + } +}; + +StandTile tile_769 = { + 0x23a510, 0x19, + 0x0, + 0x8, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1190, 61, -1025, 0x0000}, + {1161, 61, -1025, 0x0c1c}, + {1181, 61, -1009, 0x0c14} + } +}; + +StandTile tile_770 = { + 0x23a410, 0x19, + 0x0, + 0x9, 0xa, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1161, 61, -1025, 0x0c20}, + {1159, 61, -1009, 0x0000}, + {1181, 61, -1009, 0x0c18} + } +}; + +StandTile tile_771 = { + 0x23a310, 0x19, + 0x0, + 0x5, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1161, 61, -1025, 0x0000}, + {1144, 61, -1025, 0x0c24}, + {1159, 61, -1009, 0x0c1c} + } +}; + +StandTile tile_772 = { + 0x23a210, 0x19, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1144, 61, -1025, 0x0c28}, + {1135, 61, -1010, 0x0000}, + {1159, 61, -1009, 0x0c20} + } +}; + +StandTile tile_773 = { + 0x23a110, 0x19, + 0x0, + 0x5, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1144, 61, -1025, 0x0000}, + {1126, 61, -1025, 0x0c2c}, + {1135, 61, -1010, 0x0c24} + } +}; + +StandTile tile_774 = { + 0x23a010, 0x19, + 0x0, + 0x8, 0x9, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1126, 61, -1025, 0x0c30}, + {1119, 62, -1010, 0x0000}, + {1135, 61, -1010, 0x0c28} + } +}; + +StandTile tile_775 = { + 0x239f10, 0x19, + 0x0, + 0x8, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1126, 61, -1025, 0x0000}, + {1099, 64, -1025, 0x0c34}, + {1119, 62, -1010, 0x0c2c} + } +}; + +StandTile tile_776 = { + 0x239e10, 0x19, + 0x0, + 0x8, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1119, 62, -1010, 0x0c30}, + {1099, 64, -1025, 0x0c3c}, + {1093, 65, -1010, 0x0000} + } +}; + +StandTile tile_777 = { + 0x239d10, 0x19, + 0x0, + 0x8, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1066, 70, -1025, 0x0bbf}, + {1066, 70, -1009, 0x0000}, + {1093, 65, -1010, 0x0c3c} + } +}; + +StandTile tile_778 = { + 0x239c10, 0x19, + 0x0, + 0x4, 0x9, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1093, 65, -1010, 0x0c34}, + {1099, 64, -1025, 0x0000}, + {1066, 70, -1025, 0x0c38} + } +}; + +StandTile tile_779 = { + 0x274710, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1034, 70, -828, 0x0be8}, + {1040, 70, -839, 0x0c50}, + {1009, 70, -839, 0x0000} + } +}; + +StandTile tile_780 = { + 0x183310, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1040, 70, -1160, 0x0bf8}, + {1040, 70, -1187, 0x0000}, + {1024, 70, -1168, 0x0c48} + } +}; + +StandTile tile_781 = { + 0x183410, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1040, 70, -1160, 0x0c44}, + {1024, 70, -1168, 0x0000}, + {1005, 70, -1149, 0x0c90} + } +}; + +StandTile tile_782 = { + 0x184310, 0x18, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1009, 70, -839, 0x0c50}, + {1040, 70, -891, 0x0c8c}, + {1013, 70, -890, 0x0e00} + } +}; + +StandTile tile_783 = { + 0x184410, 0x18, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1040, 70, -839, 0x0bf4}, + {1040, 70, -891, 0x0c4c}, + {1009, 70, -839, 0x0c40} + } +}; + +StandTile tile_784 = { + 0x18c810, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1040, 70, -1109, 0x0be4}, + {1040, 70, -1160, 0x0c90}, + {1013, 70, -1108, 0x0c58} + } +}; + +StandTile tile_785 = { + 0x18cb10, 0x18, + 0x0, + 0x3, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1013, 73, -1079, 0x0c5c}, + {1040, 70, -1109, 0x0c54}, + {1013, 70, -1108, 0x0cfc} + } +}; + +StandTile tile_786 = { + 0x18cc10, 0x18, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1040, 71, -1080, 0x0bdc}, + {1040, 70, -1109, 0x0c58}, + {1013, 73, -1079, 0x0c60} + } +}; + +StandTile tile_787 = { + 0x18cf10, 0x18, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1013, 73, -1052, 0x0c64}, + {1040, 71, -1080, 0x0c5c}, + {1013, 73, -1079, 0x0db0} + } +}; + +StandTile tile_788 = { + 0x18d010, 0x18, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1040, 71, -1053, 0x0bd4}, + {1040, 71, -1080, 0x0c60}, + {1013, 73, -1052, 0x0c68} + } +}; + +StandTile tile_789 = { + 0x18d310, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1013, 70, -1025, 0x0c6c}, + {1040, 71, -1053, 0x0c64}, + {1013, 73, -1052, 0x0dc0} + } +}; + +StandTile tile_790 = { + 0x18d410, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1040, 70, -1026, 0x0bcc}, + {1040, 71, -1053, 0x0c68}, + {1013, 70, -1025, 0x0c70} + } +}; + +StandTile tile_791 = { + 0x18d710, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1013, 70, -998, 0x0c74}, + {1040, 70, -1026, 0x0c6c}, + {1013, 70, -1025, 0x0cc0} + } +}; + +StandTile tile_792 = { + 0x18d910, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1040, 70, -999, 0x0bc4}, + {1040, 70, -1026, 0x0c70}, + {1013, 70, -998, 0x0c78} + } +}; + +StandTile tile_793 = { + 0x18df10, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1013, 70, -972, 0x0c7c}, + {1040, 70, -999, 0x0c74}, + {1013, 70, -998, 0x0c94} + } +}; + +StandTile tile_794 = { + 0x18e110, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1040, 70, -973, 0x0bbb}, + {1040, 70, -999, 0x0c78}, + {1013, 70, -972, 0x0c80} + } +}; + +StandTile tile_795 = { + 0x18e710, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1013, 73, -944, 0x0c84}, + {1040, 70, -973, 0x0c7c}, + {1013, 70, -972, 0x0d7c} + } +}; + +StandTile tile_796 = { + 0x18e810, 0x18, + 0x0, + 0x7, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1040, 71, -944, 0x0bb3}, + {1040, 70, -973, 0x0c80}, + {1013, 73, -944, 0x0c88} + } +}; + +StandTile tile_797 = { + 0x18eb10, 0x18, + 0x0, + 0x7, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1013, 70, -890, 0x0c8c}, + {1040, 71, -944, 0x0c84}, + {1013, 73, -944, 0x0d54} + } +}; + +StandTile tile_798 = { + 0x18ec10, 0x18, + 0x0, + 0x7, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1040, 70, -891, 0x0bab}, + {1040, 71, -944, 0x0c88}, + {1013, 70, -890, 0x0c4c} + } +}; + +StandTile tile_799 = { + 0x18ef10, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1013, 70, -1108, 0x0c54}, + {1040, 70, -1160, 0x0c48}, + {1005, 70, -1149, 0x0dd0} + } +}; + +StandTile tile_800 = { + 0x18f310, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1013, 70, -998, 0x0c98}, + {986, 70, -971, 0x0d80}, + {1013, 70, -972, 0x0c78} + } +}; + +StandTile tile_801 = { + 0x18f510, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {986, 70, -998, 0x0c9c}, + {986, 70, -971, 0x0c94}, + {1013, 70, -998, 0x0cc0} + } +}; + +StandTile tile_802 = { + 0x18f710, 0x18, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {986, 70, -998, 0x0ca0}, + {959, 71, -971, 0x0d88}, + {986, 70, -971, 0x0c98} + } +}; + +StandTile tile_803 = { + 0x18f810, 0x18, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {959, 70, -998, 0x0ca4}, + {959, 71, -971, 0x0c9c}, + {986, 70, -998, 0x0cc8} + } +}; + +StandTile tile_804 = { + 0x18f910, 0x18, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {959, 70, -998, 0x0ca8}, + {933, 74, -971, 0x0d90}, + {959, 71, -971, 0x0ca0} + } +}; + +StandTile tile_805 = { + 0x18fa10, 0x18, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {933, 70, -998, 0x0cac}, + {933, 74, -971, 0x0ca4}, + {959, 70, -998, 0x0cd0} + } +}; + +StandTile tile_806 = { + 0x18fb10, 0x18, + 0x0, + 0x9, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {933, 70, -998, 0x0cb0}, + {906, 74, -971, 0x0d98}, + {933, 74, -971, 0x0ca8} + } +}; + +StandTile tile_807 = { + 0x18fc10, 0x18, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {906, 70, -998, 0x0cb4}, + {906, 74, -971, 0x0cac}, + {933, 70, -998, 0x0cd8} + } +}; + +StandTile tile_808 = { + 0x18fe10, 0x18, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {906, 70, -998, 0x0cb8}, + {881, 70, -971, 0x0cbc}, + {906, 74, -971, 0x0cb0} + } +}; + +StandTile tile_809 = { + 0x190010, 0x18, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -998, 0x0e10}, + {881, 70, -971, 0x0cb4}, + {906, 70, -998, 0x0ce0} + } +}; + +StandTile tile_810 = { + 0x191210, 0x18, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -971, 0x0e40}, + {881, 70, -944, 0x0d9c}, + {906, 74, -971, 0x0cb4} + } +}; + +StandTile tile_811 = { + 0x191410, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1013, 70, -1025, 0x0cc4}, + {986, 70, -998, 0x0c98}, + {1013, 70, -998, 0x0c70} + } +}; + +StandTile tile_812 = { + 0x191610, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {986, 70, -1024, 0x0cc8}, + {986, 70, -998, 0x0cc0}, + {1013, 70, -1025, 0x0dc0} + } +}; + +StandTile tile_813 = { + 0x191810, 0x18, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {986, 70, -1024, 0x0ccc}, + {959, 70, -998, 0x0ca0}, + {986, 70, -998, 0x0cc4} + } +}; + +StandTile tile_814 = { + 0x191a10, 0x18, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {959, 69, -1024, 0x0cd0}, + {959, 70, -998, 0x0cc8}, + {986, 70, -1024, 0x0dc8} + } +}; + +StandTile tile_815 = { + 0x191c10, 0x18, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {959, 69, -1024, 0x0cd4}, + {933, 70, -998, 0x0ca8}, + {959, 70, -998, 0x0ccc} + } +}; + +StandTile tile_816 = { + 0x191e10, 0x18, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {933, 65, -1024, 0x0cd8}, + {933, 70, -998, 0x0cd0}, + {959, 69, -1024, 0x0cf8} + } +}; + +StandTile tile_817 = { + 0x192010, 0x18, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {933, 65, -1024, 0x0cdc}, + {906, 70, -998, 0x0cb0}, + {933, 70, -998, 0x0cd4} + } +}; + +StandTile tile_818 = { + 0x192210, 0x18, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {906, 65, -1024, 0x0ce0}, + {906, 70, -998, 0x0cd8}, + {933, 65, -1024, 0x0d28} + } +}; + +StandTile tile_819 = { + 0x192410, 0x18, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {906, 65, -1024, 0x0ce4}, + {881, 70, -998, 0x0cb8}, + {906, 70, -998, 0x0cdc} + } +}; + +StandTile tile_820 = { + 0x192610, 0x18, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -1024, 0x0e44}, + {881, 70, -998, 0x0ce0}, + {906, 65, -1024, 0x0da0} + } +}; + +StandTile tile_821 = { + 0x193010, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {881, 72, -1112, 0x0e38}, + {881, 70, -1078, 0x0d24}, + {914, 72, -1112, 0x0000} + } +}; + +StandTile tile_822 = { + 0x193210, 0x18, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {933, 70, -1078, 0x0cf0}, + {906, 65, -1051, 0x0d2c}, + {933, 65, -1051, 0x0dac} + } +}; + +StandTile tile_823 = { + 0x193310, 0x18, + 0x0, + 0x4, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {906, 69, -1078, 0x0cf4}, + {906, 65, -1051, 0x0cec}, + {933, 70, -1078, 0x0d1c} + } +}; + +StandTile tile_824 = { + 0x193410, 0x18, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {906, 69, -1078, 0x0d10}, + {881, 70, -1051, 0x0da4}, + {906, 65, -1051, 0x0cf0} + } +}; + +StandTile tile_825 = { + 0x193510, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {959, 70, -1051, 0x0d14}, + {933, 65, -1024, 0x0cd4}, + {959, 69, -1024, 0x0dcc} + } +}; + +StandTile tile_826 = { + 0x193a10, 0x18, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1013, 70, -1108, 0x0d00}, + {986, 74, -1078, 0x0db4}, + {1013, 73, -1079, 0x0c58} + } +}; + +StandTile tile_827 = { + 0x193b10, 0x18, + 0x0, + 0x3, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {986, 74, -1107, 0x0d04}, + {986, 74, -1078, 0x0cfc}, + {1013, 70, -1108, 0x0dd0} + } +}; + +StandTile tile_828 = { + 0x193c10, 0x18, + 0x0, + 0x3, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {986, 74, -1107, 0x0d08}, + {959, 74, -1078, 0x0dbc}, + {986, 74, -1078, 0x0d00} + } +}; + +StandTile tile_829 = { + 0x193d10, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {967, 70, -1112, 0x0d0c}, + {959, 74, -1078, 0x0d04}, + {986, 74, -1107, 0x0dd4} + } +}; + +StandTile tile_830 = { + 0x193e10, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {967, 70, -1112, 0x0d18}, + {933, 70, -1078, 0x0dac}, + {959, 74, -1078, 0x0d08} + } +}; + +StandTile tile_831 = { + 0x193f10, 0x18, + 0x0, + 0x2, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -1078, 0x0e54}, + {881, 70, -1051, 0x0cf4}, + {906, 69, -1078, 0x0d24} + } +}; + +StandTile tile_832 = { + 0x194010, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {933, 65, -1051, 0x0d28}, + {933, 65, -1024, 0x0cf8}, + {959, 70, -1051, 0x0da8} + } +}; + +StandTile tile_833 = { + 0x194510, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {940, 72, -1112, 0x0d1c}, + {933, 70, -1078, 0x0d0c}, + {967, 70, -1112, 0x0000} + } +}; + +StandTile tile_834 = { + 0x194610, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {940, 72, -1112, 0x0d20}, + {906, 69, -1078, 0x0cf0}, + {933, 70, -1078, 0x0d18} + } +}; + +StandTile tile_835 = { + 0x194710, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {914, 72, -1112, 0x0d24}, + {906, 69, -1078, 0x0d1c}, + {940, 72, -1112, 0x0000} + } +}; + +StandTile tile_836 = { + 0x194810, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {914, 72, -1112, 0x0ce8}, + {881, 70, -1078, 0x0d10}, + {906, 69, -1078, 0x0d20} + } +}; + +StandTile tile_837 = { + 0x194910, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {933, 65, -1051, 0x0d2c}, + {906, 65, -1024, 0x0cdc}, + {933, 65, -1024, 0x0d14} + } +}; + +StandTile tile_838 = { + 0x194b10, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {906, 65, -1051, 0x0da0}, + {906, 65, -1024, 0x0d28}, + {933, 65, -1051, 0x0cec} + } +}; + +StandTile tile_839 = { + 0x194c10, 0x18, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {986, 66, -917, 0x0d34}, + {986, 66, -888, 0x0dfc}, + {1013, 70, -890, 0x0d54} + } +}; + +StandTile tile_840 = { + 0x194d10, 0x18, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {986, 66, -917, 0x0d38}, + {959, 66, -888, 0x0df4}, + {986, 66, -888, 0x0d30} + } +}; + +StandTile tile_841 = { + 0x194e10, 0x18, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {959, 65, -917, 0x0d3c}, + {959, 66, -888, 0x0d34}, + {986, 66, -917, 0x0d5c} + } +}; + +StandTile tile_842 = { + 0x194f10, 0x18, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {959, 65, -917, 0x0d40}, + {933, 69, -888, 0x0dec}, + {959, 66, -888, 0x0d38} + } +}; + +StandTile tile_843 = { + 0x195010, 0x18, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {933, 70, -917, 0x0d44}, + {933, 69, -888, 0x0d3c}, + {959, 65, -917, 0x0d64} + } +}; + +StandTile tile_844 = { + 0x195110, 0x18, + 0x0, + 0x2, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {933, 70, -917, 0x0d48}, + {906, 70, -888, 0x0de4}, + {933, 69, -888, 0x0d40} + } +}; + +StandTile tile_845 = { + 0x195210, 0x18, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {906, 71, -917, 0x0d4c}, + {906, 70, -888, 0x0d44}, + {933, 70, -917, 0x0d6c} + } +}; + +StandTile tile_846 = { + 0x195310, 0x18, + 0x0, + 0x2, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {906, 71, -917, 0x0d50}, + {881, 70, -888, 0x0ddc}, + {906, 70, -888, 0x0d48} + } +}; + +StandTile tile_847 = { + 0x195410, 0x18, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -917, 0x0e7c}, + {881, 70, -888, 0x0d4c}, + {906, 71, -917, 0x0d74} + } +}; + +StandTile tile_848 = { + 0x195710, 0x18, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1013, 73, -944, 0x0d58}, + {986, 66, -917, 0x0d30}, + {1013, 70, -890, 0x0c88} + } +}; + +StandTile tile_849 = { + 0x195810, 0x18, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {986, 69, -944, 0x0d5c}, + {986, 66, -917, 0x0d54}, + {1013, 73, -944, 0x0d7c} + } +}; + +StandTile tile_850 = { + 0x195910, 0x18, + 0x0, + 0x9, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {986, 69, -944, 0x0d60}, + {959, 65, -917, 0x0d38}, + {986, 66, -917, 0x0d58} + } +}; + +StandTile tile_851 = { + 0x195a10, 0x18, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {959, 70, -944, 0x0d64}, + {959, 65, -917, 0x0d5c}, + {986, 69, -944, 0x0d84} + } +}; + +StandTile tile_852 = { + 0x195b10, 0x18, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {959, 70, -944, 0x0d68}, + {933, 70, -917, 0x0d40}, + {959, 65, -917, 0x0d60} + } +}; + +StandTile tile_853 = { + 0x195c10, 0x18, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {933, 74, -944, 0x0d6c}, + {933, 70, -917, 0x0d64}, + {959, 70, -944, 0x0d8c} + } +}; + +StandTile tile_854 = { + 0x195d10, 0x18, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {933, 74, -944, 0x0d70}, + {906, 71, -917, 0x0d48}, + {933, 70, -917, 0x0d68} + } +}; + +StandTile tile_855 = { + 0x195e10, 0x18, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {906, 74, -944, 0x0d74}, + {906, 71, -917, 0x0d6c}, + {933, 74, -944, 0x0d94} + } +}; + +StandTile tile_856 = { + 0x195f10, 0x18, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {906, 74, -944, 0x0d78}, + {881, 70, -917, 0x0d50}, + {906, 71, -917, 0x0d70} + } +}; + +StandTile tile_857 = { + 0x196010, 0x18, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -944, 0x0e84}, + {881, 70, -917, 0x0d74}, + {906, 74, -944, 0x0d9c} + } +}; + +StandTile tile_858 = { + 0x196b10, 0x18, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1013, 70, -972, 0x0d80}, + {986, 69, -944, 0x0d58}, + {1013, 73, -944, 0x0c80} + } +}; + +StandTile tile_859 = { + 0x196c10, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {986, 70, -971, 0x0d84}, + {986, 69, -944, 0x0d7c}, + {1013, 70, -972, 0x0c94} + } +}; + +StandTile tile_860 = { + 0x196d10, 0x18, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {986, 70, -971, 0x0d88}, + {959, 70, -944, 0x0d60}, + {986, 69, -944, 0x0d80} + } +}; + +StandTile tile_861 = { + 0x196e10, 0x18, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {959, 71, -971, 0x0d8c}, + {959, 70, -944, 0x0d84}, + {986, 70, -971, 0x0c9c} + } +}; + +StandTile tile_862 = { + 0x196f10, 0x18, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {959, 71, -971, 0x0d90}, + {933, 74, -944, 0x0d68}, + {959, 70, -944, 0x0d88} + } +}; + +StandTile tile_863 = { + 0x197010, 0x18, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {933, 74, -971, 0x0d94}, + {933, 74, -944, 0x0d8c}, + {959, 71, -971, 0x0ca4} + } +}; + +StandTile tile_864 = { + 0x197110, 0x18, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {933, 74, -971, 0x0d98}, + {906, 74, -944, 0x0d70}, + {933, 74, -944, 0x0d90} + } +}; + +StandTile tile_865 = { + 0x197210, 0x18, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {906, 74, -971, 0x0d9c}, + {906, 74, -944, 0x0d94}, + {933, 74, -971, 0x0cac} + } +}; + +StandTile tile_866 = { + 0x197310, 0x18, + 0x0, + 0x9, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {906, 74, -971, 0x0cbc}, + {881, 70, -944, 0x0d78}, + {906, 74, -944, 0x0d98} + } +}; + +StandTile tile_867 = { + 0x197410, 0x18, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {906, 65, -1051, 0x0da4}, + {881, 70, -1024, 0x0ce4}, + {906, 65, -1024, 0x0d2c} + } +}; + +StandTile tile_868 = { + 0x197510, 0x18, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -1051, 0x0e4c}, + {881, 70, -1024, 0x0da0}, + {906, 65, -1051, 0x0cf4} + } +}; + +StandTile tile_869 = { + 0x197e10, 0x18, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {959, 74, -1078, 0x0dac}, + {933, 65, -1051, 0x0d14}, + {959, 70, -1051, 0x0dbc} + } +}; + +StandTile tile_870 = { + 0x197f10, 0x18, + 0x0, + 0x4, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {933, 70, -1078, 0x0cec}, + {933, 65, -1051, 0x0da8}, + {959, 74, -1078, 0x0d0c} + } +}; + +StandTile tile_871 = { + 0x199410, 0x18, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1013, 73, -1079, 0x0db4}, + {986, 71, -1051, 0x0dc4}, + {1013, 73, -1052, 0x0c60} + } +}; + +StandTile tile_872 = { + 0x199510, 0x18, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {986, 74, -1078, 0x0db8}, + {986, 71, -1051, 0x0db0}, + {1013, 73, -1079, 0x0cfc} + } +}; + +StandTile tile_873 = { + 0x199610, 0x18, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {986, 74, -1078, 0x0dbc}, + {959, 70, -1051, 0x0dcc}, + {986, 71, -1051, 0x0db4} + } +}; + +StandTile tile_874 = { + 0x199710, 0x18, + 0x0, + 0x6, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {959, 74, -1078, 0x0da8}, + {959, 70, -1051, 0x0db8}, + {986, 74, -1078, 0x0d04} + } +}; + +StandTile tile_875 = { + 0x19a410, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1013, 73, -1052, 0x0dc4}, + {986, 70, -1024, 0x0cc4}, + {1013, 70, -1025, 0x0c68} + } +}; + +StandTile tile_876 = { + 0x19a510, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {986, 71, -1051, 0x0dc8}, + {986, 70, -1024, 0x0dc0}, + {1013, 73, -1052, 0x0db0} + } +}; + +StandTile tile_877 = { + 0x19a610, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {986, 71, -1051, 0x0dcc}, + {959, 69, -1024, 0x0ccc}, + {986, 70, -1024, 0x0dc4} + } +}; + +StandTile tile_878 = { + 0x19a710, 0x18, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {959, 70, -1051, 0x0cf8}, + {959, 69, -1024, 0x0dc8}, + {986, 71, -1051, 0x0db8} + } +}; + +StandTile tile_879 = { + 0x19a810, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1005, 70, -1149, 0x0dd8}, + {986, 74, -1107, 0x0d00}, + {1013, 70, -1108, 0x0c90} + } +}; + +StandTile tile_880 = { + 0x19a910, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {967, 70, -1112, 0x0d08}, + {986, 74, -1107, 0x0dd8}, + {986, 70, -1130, 0x0000} + } +}; + +StandTile tile_881 = { + 0x19aa10, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {986, 70, -1130, 0x0dd4}, + {986, 74, -1107, 0x0dd0}, + {1005, 70, -1149, 0x0000} + } +}; + +StandTile tile_882 = { + 0x19b712, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -888, 0x0de0}, + {907, 70, -862, 0x0de8}, + {906, 70, -888, 0x0d4c} + } +}; + +StandTile tile_883 = { + 0x19b711, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -888, 0x0f44}, + {881, 70, -862, 0x0000}, + {907, 70, -862, 0x0ddc} + } +}; + +StandTile tile_884 = { + 0x19b912, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {906, 70, -888, 0x0de8}, + {934, 70, -862, 0x0df0}, + {933, 69, -888, 0x0d44} + } +}; + +StandTile tile_885 = { + 0x19b911, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {906, 70, -888, 0x0ddc}, + {907, 70, -862, 0x0000}, + {934, 70, -862, 0x0de4} + } +}; + +StandTile tile_886 = { + 0x19bb12, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {933, 69, -888, 0x0df0}, + {961, 70, -862, 0x0df4}, + {959, 66, -888, 0x0d3c} + } +}; + +StandTile tile_887 = { + 0x19bb11, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {933, 69, -888, 0x0de4}, + {934, 70, -862, 0x0000}, + {961, 70, -862, 0x0dec} + } +}; + +StandTile tile_888 = { + 0x19bd10, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {959, 66, -888, 0x0dec}, + {961, 70, -862, 0x0df8}, + {986, 66, -888, 0x0d34} + } +}; + +StandTile tile_889 = { + 0x19be10, 0x18, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {986, 66, -888, 0x0df4}, + {961, 70, -862, 0x0000}, + {985, 70, -850, 0x0dfc} + } +}; + +StandTile tile_890 = { + 0x19bf10, 0x18, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {986, 66, -888, 0x0df8}, + {985, 70, -850, 0x0e00}, + {1013, 70, -890, 0x0d30} + } +}; + +StandTile tile_891 = { + 0x19c010, 0x18, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1013, 70, -890, 0x0dfc}, + {985, 70, -850, 0x0000}, + {1009, 70, -839, 0x0c4c} + } +}; + +StandTile tile_892 = { + 0x18f010, 0x17, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {852, 65, -971, 0x0e08}, + {852, 65, -944, 0x0e40}, + {881, 70, -971, 0x0e10} + } +}; + +StandTile tile_893 = { + 0x18f110, 0x17, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {852, 65, -971, 0x0e0c}, + {826, 65, -944, 0x0e90}, + {852, 65, -944, 0x0e04} + } +}; + +StandTile tile_894 = { + 0x18f210, 0x17, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {826, 65, -971, 0x0eb4}, + {826, 65, -944, 0x0e08}, + {852, 65, -971, 0x0e18} + } +}; + +StandTile tile_895 = { + 0x190210, 0x17, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -998, 0x0e14}, + {852, 65, -971, 0x0e04}, + {881, 70, -971, 0x0cb8} + } +}; + +StandTile tile_896 = { + 0x190310, 0x17, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {852, 70, -998, 0x0e18}, + {852, 65, -971, 0x0e10}, + {881, 70, -998, 0x0e44} + } +}; + +StandTile tile_897 = { + 0x190410, 0x17, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {852, 70, -998, 0x0e1c}, + {826, 65, -971, 0x0e0c}, + {852, 65, -971, 0x0e14} + } +}; + +StandTile tile_898 = { + 0x190510, 0x17, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {826, 70, -998, 0x0ed4}, + {826, 65, -971, 0x0e18}, + {852, 70, -998, 0x0e20} + } +}; + +StandTile tile_899 = { + 0x190610, 0x17, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {852, 74, -1024, 0x0e24}, + {826, 70, -998, 0x0e1c}, + {852, 70, -998, 0x0e48} + } +}; + +StandTile tile_900 = { + 0x190810, 0x17, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {826, 74, -1024, 0x0f04}, + {826, 70, -998, 0x0e20}, + {852, 74, -1024, 0x0e28} + } +}; + +StandTile tile_901 = { + 0x190a10, 0x17, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {852, 74, -1051, 0x0e2c}, + {826, 74, -1024, 0x0e24}, + {852, 74, -1024, 0x0e50} + } +}; + +StandTile tile_902 = { + 0x190c10, 0x17, + 0x0, + 0x4, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {826, 74, -1051, 0x0eec}, + {826, 74, -1024, 0x0e28}, + {852, 74, -1051, 0x0e34} + } +}; + +StandTile tile_903 = { + 0x190e10, 0x17, + 0x0, + 0x2, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {852, 71, -1078, 0x0e34}, + {852, 74, -1051, 0x0e54}, + {881, 70, -1078, 0x0e38} + } +}; + +StandTile tile_904 = { + 0x190f10, 0x17, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {852, 71, -1078, 0x0e58}, + {826, 74, -1051, 0x0e2c}, + {852, 74, -1051, 0x0e30} + } +}; + +StandTile tile_905 = { + 0x191010, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {881, 72, -1112, 0x0e3c}, + {852, 71, -1078, 0x0e30}, + {881, 70, -1078, 0x0ce8} + } +}; + +StandTile tile_906 = { + 0x191110, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {860, 70, -1112, 0x0e5c}, + {852, 71, -1078, 0x0e38}, + {881, 72, -1112, 0x0000} + } +}; + +StandTile tile_907 = { + 0x191310, 0x17, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -971, 0x0e04}, + {852, 65, -944, 0x0e88}, + {881, 70, -944, 0x0cbc} + } +}; + +StandTile tile_908 = { + 0x192810, 0x17, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -1024, 0x0e48}, + {852, 70, -998, 0x0e14}, + {881, 70, -998, 0x0ce4} + } +}; + +StandTile tile_909 = { + 0x192a10, 0x17, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {852, 74, -1024, 0x0e20}, + {852, 70, -998, 0x0e44}, + {881, 70, -1024, 0x0e4c} + } +}; + +StandTile tile_910 = { + 0x192c10, 0x17, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -1051, 0x0e50}, + {852, 74, -1024, 0x0e48}, + {881, 70, -1024, 0x0da4} + } +}; + +StandTile tile_911 = { + 0x192d10, 0x17, + 0x0, + 0x4, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {852, 74, -1051, 0x0e28}, + {852, 74, -1024, 0x0e4c}, + {881, 70, -1051, 0x0e54} + } +}; + +StandTile tile_912 = { + 0x192e10, 0x17, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -1078, 0x0e30}, + {852, 74, -1051, 0x0e50}, + {881, 70, -1051, 0x0d10} + } +}; + +StandTile tile_913 = { + 0x192f10, 0x17, + 0x0, + 0x2, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {826, 70, -1078, 0x0e70}, + {826, 74, -1051, 0x0e34}, + {852, 71, -1078, 0x0e5c} + } +}; + +StandTile tile_914 = { + 0x193110, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {860, 70, -1112, 0x0ecc}, + {826, 70, -1078, 0x0e58}, + {852, 71, -1078, 0x0e3c} + } +}; + +StandTile tile_915 = { + 0x193710, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {769, 69, -1074, 0x0e64}, + {772, 69, -1051, 0x0e78}, + {799, 65, -1078, 0x0eb0} + } +}; + +StandTile tile_916 = { + 0x193810, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {769, 69, -1074, 0x0e68}, + {745, 70, -1052, 0x0f00}, + {772, 69, -1051, 0x0e60} + } +}; + +StandTile tile_917 = { + 0x249f10, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -1079, 0x1111}, + {745, 70, -1052, 0x0e64}, + {769, 69, -1074, 0x0e6c} + } +}; + +StandTile tile_918 = { + 0x193910, 0x17, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -1079, 0x0e68}, + {769, 69, -1074, 0x0000}, + {746, 69, -1096, 0x112d} + } +}; + +StandTile tile_919 = { + 0x194210, 0x17, + 0x0, + 0x2, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {826, 70, -1078, 0x0e74}, + {799, 70, -1051, 0x0ef0}, + {826, 74, -1051, 0x0e58} + } +}; + +StandTile tile_920 = { + 0x194310, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {799, 65, -1078, 0x0e78}, + {799, 70, -1051, 0x0e70}, + {826, 70, -1078, 0x0ed0} + } +}; + +StandTile tile_921 = { + 0x194410, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {799, 65, -1078, 0x0e60}, + {772, 69, -1051, 0x0ef8}, + {799, 70, -1051, 0x0e74} + } +}; + +StandTile tile_922 = { + 0x195510, 0x17, + 0x0, + 0x2, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -917, 0x0e80}, + {852, 70, -888, 0x0f44}, + {881, 70, -888, 0x0d50} + } +}; + +StandTile tile_923 = { + 0x195610, 0x17, + 0x0, + 0x2, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {852, 69, -917, 0x0f40}, + {852, 70, -888, 0x0e7c}, + {881, 70, -917, 0x0e84} + } +}; + +StandTile tile_924 = { + 0x196110, 0x17, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {881, 70, -944, 0x0e88}, + {852, 69, -917, 0x0e80}, + {881, 70, -917, 0x0d78} + } +}; + +StandTile tile_925 = { + 0x196210, 0x17, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {852, 65, -944, 0x0e8c}, + {852, 69, -917, 0x0e84}, + {881, 70, -944, 0x0e40} + } +}; + +StandTile tile_926 = { + 0x196310, 0x17, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {852, 65, -944, 0x0e90}, + {826, 70, -917, 0x0f3c}, + {852, 69, -917, 0x0e88} + } +}; + +StandTile tile_927 = { + 0x196410, 0x17, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {826, 65, -944, 0x0e94}, + {826, 70, -917, 0x0e8c}, + {852, 65, -944, 0x0e08} + } +}; + +StandTile tile_928 = { + 0x196510, 0x17, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {826, 65, -944, 0x0e98}, + {799, 74, -917, 0x0f2c}, + {826, 70, -917, 0x0e90} + } +}; + +StandTile tile_929 = { + 0x196610, 0x17, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {799, 70, -944, 0x0e9c}, + {799, 74, -917, 0x0e94}, + {826, 65, -944, 0x0eb4} + } +}; + +StandTile tile_930 = { + 0x196710, 0x17, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {799, 70, -944, 0x0ea0}, + {772, 74, -917, 0x0f24}, + {799, 74, -917, 0x0e98} + } +}; + +StandTile tile_931 = { + 0x196810, 0x17, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {772, 71, -944, 0x0ea4}, + {772, 74, -917, 0x0e9c}, + {799, 70, -944, 0x0ebc} + } +}; + +StandTile tile_932 = { + 0x196910, 0x17, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {772, 71, -944, 0x0ea8}, + {745, 70, -918, 0x0f1c}, + {772, 74, -917, 0x0ea0} + } +}; + +StandTile tile_933 = { + 0x196a10, 0x17, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -945, 0x1179}, + {745, 70, -918, 0x0ea4}, + {772, 71, -944, 0x0ec4} + } +}; + +StandTile tile_934 = { + 0x197610, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {807, 66, -1112, 0x0eb0}, + {799, 65, -1078, 0x0ed0}, + {833, 68, -1112, 0x0000} + } +}; + +StandTile tile_935 = { + 0x197710, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {807, 66, -1112, 0x0000}, + {769, 69, -1074, 0x0e60}, + {799, 65, -1078, 0x0eac} + } +}; + +StandTile tile_936 = { + 0x197810, 0x17, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {826, 65, -971, 0x0eb8}, + {799, 70, -944, 0x0e98}, + {826, 65, -944, 0x0e0c} + } +}; + +StandTile tile_937 = { + 0x197910, 0x17, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {799, 69, -971, 0x0ebc}, + {799, 70, -944, 0x0eb4}, + {826, 65, -971, 0x0ed4} + } +}; + +StandTile tile_938 = { + 0x197a10, 0x17, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {799, 69, -971, 0x0ec0}, + {772, 71, -944, 0x0ea0}, + {799, 70, -944, 0x0eb8} + } +}; + +StandTile tile_939 = { + 0x197b10, 0x17, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {772, 70, -971, 0x0ec4}, + {772, 71, -944, 0x0ebc}, + {799, 69, -971, 0x0edc} + } +}; + +StandTile tile_940 = { + 0x197c10, 0x17, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {772, 70, -971, 0x0ec8}, + {745, 70, -945, 0x0ea8}, + {772, 71, -944, 0x0ec0} + } +}; + +StandTile tile_941 = { + 0x197d10, 0x17, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -972, 0x1181}, + {745, 70, -945, 0x0ec4}, + {772, 70, -971, 0x0ee4} + } +}; + +StandTile tile_942 = { + 0x198010, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {833, 68, -1112, 0x0ed0}, + {826, 70, -1078, 0x0e5c}, + {860, 70, -1112, 0x0000} + } +}; + +StandTile tile_943 = { + 0x198110, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {833, 68, -1112, 0x0eac}, + {799, 65, -1078, 0x0e74}, + {826, 70, -1078, 0x0ecc} + } +}; + +StandTile tile_944 = { + 0x198210, 0x17, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {826, 70, -998, 0x0ed8}, + {799, 69, -971, 0x0eb8}, + {826, 65, -971, 0x0e1c} + } +}; + +StandTile tile_945 = { + 0x198310, 0x17, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {799, 70, -998, 0x0edc}, + {799, 69, -971, 0x0ed4}, + {826, 70, -998, 0x0f04} + } +}; + +StandTile tile_946 = { + 0x198510, 0x17, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {799, 70, -998, 0x0ee0}, + {772, 70, -971, 0x0ec0}, + {799, 69, -971, 0x0ed8} + } +}; + +StandTile tile_947 = { + 0x198710, 0x17, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {772, 70, -998, 0x0ee4}, + {772, 70, -971, 0x0edc}, + {799, 70, -998, 0x0f0c} + } +}; + +StandTile tile_948 = { + 0x198910, 0x17, + 0x0, + 0x9, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {772, 70, -998, 0x0ee8}, + {745, 70, -972, 0x0ec8}, + {772, 70, -971, 0x0ee0} + } +}; + +StandTile tile_949 = { + 0x198b10, 0x17, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -999, 0x10b1}, + {745, 70, -972, 0x0ee4}, + {772, 70, -998, 0x0f14} + } +}; + +StandTile tile_950 = { + 0x198d10, 0x17, + 0x0, + 0x4, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {826, 74, -1051, 0x0ef0}, + {799, 71, -1024, 0x0f08}, + {826, 74, -1024, 0x0e2c} + } +}; + +StandTile tile_951 = { + 0x198f10, 0x17, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {799, 70, -1051, 0x0ef4}, + {799, 71, -1024, 0x0eec}, + {826, 74, -1051, 0x0e70} + } +}; + +StandTile tile_952 = { + 0x199010, 0x17, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {799, 70, -1051, 0x0ef8}, + {772, 70, -1024, 0x0f10}, + {799, 71, -1024, 0x0ef0} + } +}; + +StandTile tile_953 = { + 0x199110, 0x17, + 0x0, + 0x2, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {772, 69, -1051, 0x0efc}, + {772, 70, -1024, 0x0ef4}, + {799, 70, -1051, 0x0e78} + } +}; + +StandTile tile_954 = { + 0x199210, 0x17, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {772, 69, -1051, 0x0f00}, + {745, 70, -1025, 0x0f18}, + {772, 70, -1024, 0x0ef8} + } +}; + +StandTile tile_955 = { + 0x199310, 0x17, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -1052, 0x1129}, + {745, 70, -1025, 0x0efc}, + {772, 69, -1051, 0x0e64} + } +}; + +StandTile tile_956 = { + 0x199810, 0x17, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {826, 74, -1024, 0x0f08}, + {799, 70, -998, 0x0ed8}, + {826, 70, -998, 0x0e24} + } +}; + +StandTile tile_957 = { + 0x199a10, 0x17, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {799, 71, -1024, 0x0f0c}, + {799, 70, -998, 0x0f04}, + {826, 74, -1024, 0x0eec} + } +}; + +StandTile tile_958 = { + 0x199c10, 0x17, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {799, 71, -1024, 0x0f10}, + {772, 70, -998, 0x0ee0}, + {799, 70, -998, 0x0f08} + } +}; + +StandTile tile_959 = { + 0x199e10, 0x17, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {772, 70, -1024, 0x0f14}, + {772, 70, -998, 0x0f0c}, + {799, 71, -1024, 0x0ef4} + } +}; + +StandTile tile_960 = { + 0x19a010, 0x17, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {772, 70, -1024, 0x0f18}, + {745, 70, -999, 0x0ee8}, + {772, 70, -998, 0x0f10} + } +}; + +StandTile tile_961 = { + 0x19a210, 0x17, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -1025, 0x1091}, + {745, 70, -999, 0x0f14}, + {772, 70, -1024, 0x0efc} + } +}; + +StandTile tile_962 = { + 0x19ab10, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -918, 0x11d1}, + {745, 70, -899, 0x0f20}, + {772, 74, -917, 0x0ea4} + } +}; + +StandTile tile_963 = { + 0x19ac10, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {772, 74, -917, 0x0f1c}, + {745, 70, -899, 0x0000}, + {763, 69, -899, 0x0f28} + } +}; + +StandTile tile_964 = { + 0x19ad12, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {772, 74, -917, 0x0f28}, + {789, 72, -899, 0x0f30}, + {799, 74, -917, 0x0e9c} + } +}; + +StandTile tile_965 = { + 0x19ad11, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {772, 74, -917, 0x0f20}, + {763, 69, -899, 0x0000}, + {789, 72, -899, 0x0f24} + } +}; + +StandTile tile_966 = { + 0x19af12, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {799, 74, -917, 0x0f30}, + {816, 71, -899, 0x0f3c}, + {826, 70, -917, 0x0e94} + } +}; + +StandTile tile_967 = { + 0x19af11, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {799, 74, -917, 0x0f24}, + {789, 72, -899, 0x0000}, + {816, 71, -899, 0x0f2c} + } +}; + +StandTile tile_968 = { + 0x19b010, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {852, 70, -888, 0x0f38}, + {835, 70, -881, 0x0000}, + {854, 70, -862, 0x0f48} + } +}; + +StandTile tile_969 = { + 0x19b110, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {835, 70, -881, 0x0f34}, + {852, 70, -888, 0x0f40}, + {816, 71, -899, 0x0000} + } +}; + +StandTile tile_970 = { + 0x19b210, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {826, 70, -917, 0x0f2c}, + {816, 71, -899, 0x0f40}, + {852, 69, -917, 0x0e8c} + } +}; + +StandTile tile_971 = { + 0x19b310, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {852, 69, -917, 0x0f3c}, + {816, 71, -899, 0x0f38}, + {852, 70, -888, 0x0e80} + } +}; + +StandTile tile_972 = { + 0x19b512, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {852, 70, -888, 0x0f48}, + {881, 70, -862, 0x0de0}, + {881, 70, -888, 0x0e7c} + } +}; + +StandTile tile_973 = { + 0x19b511, 0x17, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {852, 70, -888, 0x0f34}, + {854, 70, -862, 0x0000}, + {881, 70, -862, 0x0f44} + } +}; + +StandTile tile_974 = { + 0x09ad08, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {600, 72, -1056, 0x0000}, + {600, 72, -1051, 0x0f5c}, + {613, 74, -1052, 0x0fa5} + } +}; + +StandTile tile_975 = { + 0x09ac0a, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {573, 66, -1058, 0x0f54}, + {595, 72, -1052, 0x0000}, + {595, 71, -1057, 0x0fb1} + } +}; + +StandTile tile_976 = { + 0x09ac09, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {573, 66, -1058, 0x0000}, + {573, 66, -1053, 0x0f95}, + {595, 72, -1052, 0x0f50} + } +}; + +StandTile tile_977 = { + 0x09ab08, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {600, 72, -1031, 0x0000}, + {600, 72, -1025, 0x0f64}, + {613, 74, -1052, 0x0f5c} + } +}; + +StandTile tile_978 = { + 0x09aa08, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {600, 72, -1031, 0x0f58}, + {613, 74, -1052, 0x0f4c}, + {600, 72, -1051, 0x0f91} + } +}; + +StandTile tile_979 = { + 0x09af08, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {600, 72, -1025, 0x0f68}, + {613, 70, -999, 0x10b5}, + {613, 74, -1025, 0x0f64} + } +}; + +StandTile tile_980 = { + 0x09a908, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {613, 74, -1052, 0x0f58}, + {600, 72, -1025, 0x0f60}, + {613, 74, -1025, 0x1095} + } +}; + +StandTile tile_981 = { + 0x09a808, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {613, 70, -999, 0x0f60}, + {600, 72, -1025, 0x0000}, + {594, 72, -1025, 0x0f6c} + } +}; + +StandTile tile_982 = { + 0x09a708, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {613, 70, -999, 0x0f68}, + {594, 72, -1025, 0x0f74}, + {574, 68, -1025, 0x0f78} + } +}; + +StandTile tile_983 = { + 0x09a60a, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {573, 68, -1030, 0x0f74}, + {594, 72, -1025, 0x0000}, + {595, 72, -1030, 0x0f99} + } +}; + +StandTile tile_984 = { + 0x09a609, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {573, 68, -1030, 0x0000}, + {574, 68, -1025, 0x0f6c}, + {594, 72, -1025, 0x0f70} + } +}; + +StandTile tile_985 = { + 0x09a508, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {613, 70, -999, 0x0f6c}, + {574, 68, -1025, 0x0000}, + {569, 67, -1025, 0x0f7c} + } +}; + +StandTile tile_986 = { + 0x09a408, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {569, 67, -1025, 0x0f81}, + {558, 70, -999, 0x1079}, + {585, 70, -999, 0x1069}, + {613, 70, -999, 0x0f78} + } +}; + +StandTile tile_987 = { + 0x09ae08, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {558, 65, -1025, 0x1089}, + {558, 70, -999, 0x0f7c}, + {569, 67, -1025, 0x0f85} + } +}; + +StandTile tile_988 = { + 0x09a308, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {558, 65, -1025, 0x0f81}, + {569, 67, -1025, 0x0000}, + {569, 68, -1030, 0x0f89} + } +}; + +StandTile tile_989 = { + 0x09a208, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {558, 65, -1025, 0x0f85}, + {569, 68, -1030, 0x0fb5}, + {558, 65, -1052, 0x1081} + } +}; + +StandTile tile_990 = { + 0x09a10a, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {595, 72, -1030, 0x0f91}, + {600, 72, -1051, 0x0000}, + {595, 72, -1052, 0x0f99} + } +}; + +StandTile tile_991 = { + 0x09a109, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {595, 72, -1030, 0x0000}, + {600, 72, -1031, 0x0f5c}, + {600, 72, -1051, 0x0f8d} + } +}; + +StandTile tile_992 = { + 0x09a00a, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {573, 68, -1030, 0x0f99}, + {595, 72, -1052, 0x0f54}, + {573, 66, -1053, 0x0fa1} + } +}; + +StandTile tile_993 = { + 0x09a009, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {573, 68, -1030, 0x0f70}, + {595, 72, -1030, 0x0f8d}, + {595, 72, -1052, 0x0f95} + } +}; + +StandTile tile_994 = { + 0x099e0a, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {569, 68, -1030, 0x0fa1}, + {573, 66, -1053, 0x0000}, + {568, 66, -1053, 0x0fb5} + } +}; + +StandTile tile_995 = { + 0x099e09, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {569, 68, -1030, 0x0000}, + {573, 68, -1030, 0x0f95}, + {573, 66, -1053, 0x0f9d} + } +}; + +StandTile tile_996 = { + 0x099d08, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {613, 74, -1052, 0x1115}, + {613, 71, -1079, 0x0fa9}, + {600, 72, -1056, 0x0f4c} + } +}; + +StandTile tile_997 = { + 0x099c08, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {600, 72, -1056, 0x0fa5}, + {613, 71, -1079, 0x0fad}, + {595, 71, -1057, 0x0000} + } +}; + +StandTile tile_998 = { + 0x099b08, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {585, 70, -1079, 0x0fb1}, + {595, 71, -1057, 0x0fa9}, + {613, 71, -1079, 0x0ff9} + } +}; + +StandTile tile_999 = { + 0x099a08, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {573, 66, -1058, 0x0f50}, + {595, 71, -1057, 0x0fad}, + {585, 70, -1079, 0x0fc1} + } +}; + +StandTile tile_1000 = { + 0x099808, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {558, 65, -1052, 0x0f89}, + {569, 68, -1030, 0x0f9d}, + {568, 66, -1053, 0x0fb9} + } +}; + +StandTile tile_1001 = { + 0x099708, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {558, 65, -1052, 0x0fb5}, + {568, 66, -1053, 0x0000}, + {569, 66, -1057, 0x0fbd} + } +}; + +StandTile tile_1002 = { + 0x099608, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {569, 66, -1057, 0x0fc5}, + {558, 69, -1079, 0x100d}, + {558, 65, -1052, 0x0fb9} + } +}; + +StandTile tile_1003 = { + 0x099408, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {569, 66, -1057, 0x0000}, + {573, 66, -1058, 0x0fb1}, + {585, 70, -1079, 0x0fc5} + } +}; + +StandTile tile_1004 = { + 0x099308, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {558, 69, -1079, 0x0fbd}, + {569, 66, -1057, 0x0fc1}, + {585, 70, -1079, 0x1001} + } +}; + +StandTile tile_1005 = { + 0x049b08, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 70, -999, 0x0fd5}, + {427, 69, -1021, 0x0000}, + {446, 69, -1002, 0x0fcd} + } +}; + +StandTile tile_1006 = { + 0x097e08, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 70, -999, 0x0fc9}, + {446, 69, -1002, 0x0000}, + {465, 70, -983, 0x0fd1} + } +}; + +StandTile tile_1007 = { + 0x049a08, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 70, -999, 0x0fcd}, + {465, 70, -983, 0x127d}, + {476, 70, -972, 0x1065} + } +}; + +StandTile tile_1008 = { + 0x049908, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 70, -1025, 0x0fd9}, + {427, 69, -1021, 0x0fc9}, + {476, 70, -999, 0x105d} + } +}; + +StandTile tile_1009 = { + 0x049808, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 70, -1025, 0x0fdd}, + {427, 69, -1047, 0x0000}, + {427, 69, -1021, 0x0fd5} + } +}; + +StandTile tile_1010 = { + 0x049708, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 71, -1052, 0x0fe1}, + {427, 69, -1047, 0x0fd9}, + {476, 70, -1025, 0x1055} + } +}; + +StandTile tile_1011 = { + 0x049608, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 71, -1052, 0x0ff1}, + {427, 69, -1074, 0x0000}, + {427, 69, -1047, 0x0fdd} + } +}; + +StandTile tile_1012 = { + 0x049508, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 74, -1079, 0x0fe9}, + {446, 68, -1093, 0x0000}, + {427, 69, -1074, 0x0ff1} + } +}; + +StandTile tile_1013 = { + 0x097f08, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {464, 70, -1112, 0x0000}, + {446, 68, -1093, 0x0fe5}, + {476, 74, -1079, 0x0fed} + } +}; + +StandTile tile_1014 = { + 0x049408, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {491, 69, -1112, 0x0000}, + {464, 70, -1112, 0x0fe9}, + {476, 74, -1079, 0x1045} + } +}; + +StandTile tile_1015 = { + 0x049308, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 74, -1079, 0x0fe5}, + {427, 69, -1074, 0x0fe1}, + {476, 71, -1052, 0x104d} + } +}; + +StandTile tile_1016 = { + 0x048808, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {613, 69, -1112, 0x0000}, + {597, 69, -1112, 0x0ff9}, + {613, 71, -1079, 0x111d} + } +}; + +StandTile tile_1017 = { + 0x048708, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {613, 71, -1079, 0x0ff5}, + {597, 69, -1112, 0x0ffd}, + {585, 70, -1079, 0x0fad} + } +}; + +StandTile tile_1018 = { + 0x047808, 0x16, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {597, 69, -1112, 0x0000}, + {571, 69, -1112, 0x1001}, + {585, 70, -1079, 0x0ff9} + } +}; + +StandTile tile_1019 = { + 0x047708, 0x16, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {585, 70, -1079, 0x0ffd}, + {571, 69, -1112, 0x1005}, + {558, 69, -1079, 0x0fc5} + } +}; + +StandTile tile_1020 = { + 0x046c08, 0x16, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {571, 69, -1112, 0x0000}, + {544, 69, -1112, 0x1009}, + {558, 69, -1079, 0x1001} + } +}; + +StandTile tile_1021 = { + 0x046b08, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {558, 69, -1079, 0x1005}, + {544, 69, -1112, 0x1019}, + {532, 70, -1079, 0x100d} + } +}; + +StandTile tile_1022 = { + 0x046a08, 0x16, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {558, 69, -1079, 0x1009}, + {532, 70, -1079, 0x1011}, + {558, 65, -1052, 0x0fbd} + } +}; + +StandTile tile_1023 = { + 0x046908, 0x16, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {558, 65, -1052, 0x100d}, + {532, 70, -1079, 0x1021}, + {532, 65, -1052, 0x1081} + } +}; + +StandTile tile_1024 = { + 0x046308, 0x16, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 74, -972, 0x1075}, + {532, 70, -999, 0x1039}, + {532, 74, -972, 0x1279} + } +}; + +StandTile tile_1025 = { + 0x045a08, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {544, 69, -1112, 0x0000}, + {518, 69, -1112, 0x101d}, + {532, 70, -1079, 0x1009} + } +}; + +StandTile tile_1026 = { + 0x045908, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {532, 70, -1079, 0x1019}, + {518, 69, -1112, 0x1041}, + {505, 74, -1079, 0x1021} + } +}; + +StandTile tile_1027 = { + 0x045808, 0x16, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {532, 70, -1079, 0x101d}, + {505, 74, -1079, 0x1025}, + {532, 65, -1052, 0x1011} + } +}; + +StandTile tile_1028 = { + 0x045708, 0x16, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {532, 65, -1052, 0x1021}, + {505, 74, -1079, 0x1049}, + {505, 70, -1052, 0x1029} + } +}; + +StandTile tile_1029 = { + 0x045608, 0x16, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {532, 65, -1052, 0x1025}, + {505, 70, -1052, 0x102d}, + {532, 65, -1025, 0x1085} + } +}; + +StandTile tile_1030 = { + 0x045508, 0x16, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {532, 65, -1025, 0x1029}, + {505, 70, -1052, 0x1051}, + {505, 69, -1025, 0x1031} + } +}; + +StandTile tile_1031 = { + 0x045408, 0x16, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {532, 65, -1025, 0x102d}, + {505, 69, -1025, 0x1035}, + {532, 70, -999, 0x1071} + } +}; + +StandTile tile_1032 = { + 0x045308, 0x16, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {532, 70, -999, 0x1031}, + {505, 69, -1025, 0x1059}, + {505, 70, -999, 0x1039} + } +}; + +StandTile tile_1033 = { + 0x045208, 0x16, + 0x0, + 0x7, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {532, 70, -999, 0x1035}, + {505, 70, -999, 0x103d}, + {532, 74, -972, 0x1015} + } +}; + +StandTile tile_1034 = { + 0x045108, 0x16, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {532, 74, -972, 0x1039}, + {505, 70, -999, 0x1061}, + {505, 71, -972, 0x1259} + } +}; + +StandTile tile_1035 = { + 0x044908, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {518, 69, -1112, 0x0000}, + {491, 69, -1112, 0x1045}, + {505, 74, -1079, 0x101d} + } +}; + +StandTile tile_1036 = { + 0x044808, 0x16, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 74, -1079, 0x1041}, + {491, 69, -1112, 0x0fed}, + {476, 74, -1079, 0x1049} + } +}; + +StandTile tile_1037 = { + 0x044708, 0x16, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 74, -1079, 0x1045}, + {476, 74, -1079, 0x104d}, + {505, 70, -1052, 0x1025} + } +}; + +StandTile tile_1038 = { + 0x044608, 0x16, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 70, -1052, 0x1049}, + {476, 74, -1079, 0x0ff1}, + {476, 71, -1052, 0x1051} + } +}; + +StandTile tile_1039 = { + 0x044508, 0x16, + 0x0, + 0x4, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {505, 70, -1052, 0x104d}, + {476, 71, -1052, 0x1055}, + {505, 69, -1025, 0x102d} + } +}; + +StandTile tile_1040 = { + 0x044408, 0x16, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 69, -1025, 0x1051}, + {476, 71, -1052, 0x0fdd}, + {476, 70, -1025, 0x1059} + } +}; + +StandTile tile_1041 = { + 0x044308, 0x16, + 0x0, + 0x4, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {505, 69, -1025, 0x1055}, + {476, 70, -1025, 0x105d}, + {505, 70, -999, 0x1035} + } +}; + +StandTile tile_1042 = { + 0x044208, 0x16, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 70, -999, 0x1059}, + {476, 70, -1025, 0x0fd5}, + {476, 70, -999, 0x1061} + } +}; + +StandTile tile_1043 = { + 0x044108, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 70, -999, 0x105d}, + {476, 70, -999, 0x1065}, + {505, 71, -972, 0x103d} + } +}; + +StandTile tile_1044 = { + 0x044008, 0x16, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 71, -972, 0x1061}, + {476, 70, -999, 0x0fd1}, + {476, 70, -972, 0x123d} + } +}; + +StandTile tile_1045 = { + 0x041608, 0x16, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {613, 70, -999, 0x0f7c}, + {585, 70, -999, 0x106d}, + {613, 65, -972, 0x10ed} + } +}; + +StandTile tile_1046 = { + 0x041408, 0x16, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {613, 65, -972, 0x1069}, + {585, 70, -999, 0x1079}, + {585, 70, -972, 0x122d} + } +}; + +StandTile tile_1047 = { + 0x03fe08, 0x16, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 70, -999, 0x1089}, + {532, 65, -1025, 0x1031}, + {532, 70, -999, 0x1075} + } +}; + +StandTile tile_1048 = { + 0x03fc08, 0x16, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 70, -999, 0x1071}, + {532, 70, -999, 0x1015}, + {558, 74, -972, 0x107d} + } +}; + +StandTile tile_1049 = { + 0x03e208, 0x16, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {585, 70, -999, 0x0f7c}, + {558, 70, -999, 0x107d}, + {585, 70, -972, 0x106d} + } +}; + +StandTile tile_1050 = { + 0x03e008, 0x16, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {585, 70, -972, 0x1079}, + {558, 70, -999, 0x1075}, + {558, 74, -972, 0x120d} + } +}; + +StandTile tile_1051 = { + 0x03ce08, 0x16, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {558, 65, -1052, 0x1011}, + {532, 65, -1052, 0x1085}, + {558, 65, -1025, 0x0f89} + } +}; + +StandTile tile_1052 = { + 0x03cc08, 0x16, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {558, 65, -1025, 0x1081}, + {532, 65, -1052, 0x1029}, + {532, 65, -1025, 0x1089} + } +}; + +StandTile tile_1053 = { + 0x03ca08, 0x16, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {558, 65, -1025, 0x1085}, + {532, 65, -1025, 0x1071}, + {558, 70, -999, 0x0f81} + } +}; + +StandTile tile_1054 = { + 0x03c608, 0x15, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -999, 0x1091}, + {694, 70, -1025, 0x10a9}, + {694, 70, -999, 0x10b1} + } +}; + +StandTile tile_1055 = { + 0x03c808, 0x15, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -1025, 0x1125}, + {694, 70, -1025, 0x108d}, + {745, 70, -999, 0x0f18} + } +}; + +StandTile tile_1056 = { + 0x03f008, 0x15, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {639, 74, -1025, 0x1099}, + {613, 74, -1052, 0x0f64}, + {613, 74, -1025, 0x10b9} + } +}; + +StandTile tile_1057 = { + 0x03f208, 0x15, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {639, 74, -1052, 0x1115}, + {613, 74, -1052, 0x1095}, + {639, 74, -1025, 0x10a1} + } +}; + +StandTile tile_1058 = { + 0x03f408, 0x15, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {665, 71, -1025, 0x10a1}, + {639, 74, -1025, 0x10bd}, + {665, 70, -999, 0x10a5} + } +}; + +StandTile tile_1059 = { + 0x03f608, 0x15, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {665, 71, -1025, 0x10c1}, + {639, 74, -1052, 0x1099}, + {639, 74, -1025, 0x109d} + } +}; + +StandTile tile_1060 = { + 0x03f808, 0x15, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {694, 70, -999, 0x10a9}, + {665, 71, -1025, 0x109d}, + {665, 70, -999, 0x10c5} + } +}; + +StandTile tile_1061 = { + 0x03fa08, 0x15, + 0x0, + 0x7, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {694, 70, -1025, 0x10c9}, + {665, 71, -1025, 0x10a5}, + {694, 70, -999, 0x108d} + } +}; + +StandTile tile_1062 = { + 0x040008, 0x15, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -972, 0x10b1}, + {694, 70, -999, 0x10c5}, + {694, 70, -972, 0x1181} + } +}; + +StandTile tile_1063 = { + 0x040208, 0x15, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -999, 0x108d}, + {694, 70, -999, 0x10ad}, + {745, 70, -972, 0x0ee8} + } +}; + +StandTile tile_1064 = { + 0x041c08, 0x15, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {639, 70, -999, 0x10b9}, + {613, 74, -1025, 0x0f60}, + {613, 70, -999, 0x10f1} + } +}; + +StandTile tile_1065 = { + 0x041e08, 0x15, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {639, 74, -1025, 0x1095}, + {613, 74, -1025, 0x10b5}, + {639, 70, -999, 0x10bd} + } +}; + +StandTile tile_1066 = { + 0x042008, 0x15, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {665, 70, -999, 0x109d}, + {639, 74, -1025, 0x10b9}, + {639, 70, -999, 0x10d5} + } +}; + +StandTile tile_1067 = { + 0x042208, 0x15, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {665, 70, -1052, 0x10dd}, + {639, 74, -1052, 0x10a1}, + {665, 71, -1025, 0x10c9} + } +}; + +StandTile tile_1068 = { + 0x042408, 0x15, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {694, 70, -999, 0x10a5}, + {665, 70, -999, 0x10e9}, + {694, 70, -972, 0x10ad} + } +}; + +StandTile tile_1069 = { + 0x042608, 0x15, + 0x0, + 0x5, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {694, 70, -1025, 0x1105}, + {665, 70, -1052, 0x10c1}, + {665, 71, -1025, 0x10a9} + } +}; + +StandTile tile_1070 = { + 0x042a08, 0x15, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {665, 69, -972, 0x10d5}, + {639, 70, -999, 0x10f1}, + {639, 65, -972, 0x1149} + } +}; + +StandTile tile_1071 = { + 0x042c08, 0x15, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {678, 69, -1112, 0x0000}, + {651, 69, -1112, 0x10e5}, + {665, 65, -1079, 0x10f9} + } +}; + +StandTile tile_1072 = { + 0x043008, 0x15, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {665, 70, -999, 0x10bd}, + {639, 70, -999, 0x10cd}, + {665, 69, -972, 0x10e9} + } +}; + +StandTile tile_1073 = { + 0x043208, 0x15, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -1079, 0x112d}, + {731, 69, -1112, 0x1101}, + {694, 66, -1079, 0x1111} + } +}; + +StandTile tile_1074 = { + 0x043308, 0x15, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 70, -1052, 0x10e1}, + {639, 70, -1079, 0x1119}, + {639, 74, -1052, 0x10c1} + } +}; + +StandTile tile_1075 = { + 0x043408, 0x15, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 65, -1079, 0x10e5}, + {639, 70, -1079, 0x10dd}, + {665, 70, -1052, 0x1109} + } +}; + +StandTile tile_1076 = { + 0x043508, 0x15, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 65, -1079, 0x10d1}, + {651, 69, -1112, 0x1121}, + {639, 70, -1079, 0x10e1} + } +}; + +StandTile tile_1077 = { + 0x043908, 0x15, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {694, 70, -972, 0x10c5}, + {665, 70, -999, 0x10d5}, + {665, 69, -972, 0x1169} + } +}; + +StandTile tile_1078 = { + 0x046408, 0x15, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {639, 65, -972, 0x10f1}, + {613, 70, -999, 0x1069}, + {613, 65, -972, 0x1171} + } +}; + +StandTile tile_1079 = { + 0x046508, 0x15, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {639, 70, -999, 0x10b5}, + {613, 70, -999, 0x10ed}, + {639, 65, -972, 0x10cd} + } +}; + +StandTile tile_1080 = { + 0x046608, 0x15, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 66, -1079, 0x10f9}, + {665, 65, -1079, 0x1109}, + {694, 69, -1052, 0x110d} + } +}; + +StandTile tile_1081 = { + 0x046708, 0x15, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 66, -1079, 0x10fd}, + {678, 69, -1112, 0x10d1}, + {665, 65, -1079, 0x10f5} + } +}; + +StandTile tile_1082 = { + 0x09c308, 0x15, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {704, 69, -1112, 0x0000}, + {678, 69, -1112, 0x10f9}, + {694, 66, -1079, 0x1101} + } +}; + +StandTile tile_1083 = { + 0x046808, 0x15, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {731, 69, -1112, 0x0000}, + {704, 69, -1112, 0x10fd}, + {694, 66, -1079, 0x10d9} + } +}; + +StandTile tile_1084 = { + 0x047308, 0x15, + 0x0, + 0x5, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {694, 69, -1052, 0x1109}, + {665, 70, -1052, 0x10c9}, + {694, 70, -1025, 0x1125} + } +}; + +StandTile tile_1085 = { + 0x047408, 0x15, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {694, 69, -1052, 0x10f5}, + {665, 65, -1079, 0x10e1}, + {665, 70, -1052, 0x1105} + } +}; + +StandTile tile_1086 = { + 0x047908, 0x15, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -1052, 0x1111}, + {694, 66, -1079, 0x10f5}, + {694, 69, -1052, 0x1129} + } +}; + +StandTile tile_1087 = { + 0x047a08, 0x15, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -1079, 0x10d9}, + {694, 66, -1079, 0x110d}, + {745, 70, -1052, 0x0e68} + } +}; + +StandTile tile_1088 = { + 0x047b08, 0x15, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {639, 74, -1052, 0x1119}, + {613, 71, -1079, 0x0fa5}, + {613, 74, -1052, 0x1099} + } +}; + +StandTile tile_1089 = { + 0x047c08, 0x15, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {639, 70, -1079, 0x111d}, + {613, 71, -1079, 0x1115}, + {639, 74, -1052, 0x10dd} + } +}; + +StandTile tile_1090 = { + 0x047d08, 0x15, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {639, 70, -1079, 0x1121}, + {613, 69, -1112, 0x0ff5}, + {613, 71, -1079, 0x1119} + } +}; + +StandTile tile_1091 = { + 0x047e08, 0x15, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {651, 69, -1112, 0x0000}, + {613, 69, -1112, 0x111d}, + {639, 70, -1079, 0x10e5} + } +}; + +StandTile tile_1092 = { + 0x048308, 0x15, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -1025, 0x1129}, + {694, 69, -1052, 0x1105}, + {694, 70, -1025, 0x1091} + } +}; + +StandTile tile_1093 = { + 0x048408, 0x15, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -1052, 0x110d}, + {694, 69, -1052, 0x1125}, + {745, 70, -1025, 0x0f00} + } +}; + +StandTile tile_1094 = { + 0x049208, 0x15, + 0x0, + 0x1, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {731, 69, -1112, 0x10d9}, + {745, 70, -1079, 0x0e6c}, + {746, 69, -1096, 0x0000} + } +}; + +StandTile tile_1095 = { + 0x097508, 0x14, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 70, -866, 0x118d}, + {640, 70, -866, 0x1141}, + {650, 67, -840, 0x1135} + } +}; + +StandTile tile_1096 = { + 0x097408, 0x14, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {671, 69, -862, 0x11c1}, + {665, 70, -866, 0x1131}, + {650, 67, -840, 0x0000} + } +}; + +StandTile tile_1097 = { + 0x05eb08, 0x14, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {642, 67, -840, 0x113d}, + {613, 70, -866, 0x11e1}, + {613, 66, -840, 0x129d} + } +}; + +StandTile tile_1098 = { + 0x05ec08, 0x14, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {640, 70, -866, 0x119d}, + {613, 70, -866, 0x1139}, + {642, 67, -840, 0x1141} + } +}; + +StandTile tile_1099 = { + 0x097308, 0x14, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {640, 70, -866, 0x113d}, + {642, 67, -840, 0x1341}, + {650, 67, -840, 0x1131} + } +}; + +StandTile tile_1100 = { + 0x042808, 0x14, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {665, 70, -945, 0x1149}, + {639, 65, -972, 0x1171}, + {639, 65, -945, 0x1189} + } +}; + +StandTile tile_1101 = { + 0x042908, 0x14, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {665, 69, -972, 0x10cd}, + {639, 65, -972, 0x1145}, + {665, 70, -945, 0x1165} + } +}; + +StandTile tile_1102 = { + 0x042b08, 0x14, + 0x0, + 0x6, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {639, 70, -918, 0x115d}, + {613, 65, -945, 0x1225}, + {613, 69, -918, 0x11a9} + } +}; + +StandTile tile_1103 = { + 0x042d08, 0x14, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {694, 74, -892, 0x1155}, + {665, 74, -918, 0x1199}, + {665, 74, -892, 0x11bd} + } +}; + +StandTile tile_1104 = { + 0x042e08, 0x14, + 0x0, + 0x3, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {694, 74, -918, 0x1159}, + {665, 74, -918, 0x1151}, + {694, 74, -892, 0x11b1} + } +}; + +StandTile tile_1105 = { + 0x042f08, 0x14, + 0x0, + 0x4, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {694, 74, -918, 0x1161}, + {665, 70, -945, 0x1189}, + {665, 74, -918, 0x1155} + } +}; + +StandTile tile_1106 = { + 0x043108, 0x14, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {639, 65, -945, 0x116d}, + {613, 65, -945, 0x114d}, + {639, 70, -918, 0x1185} + } +}; + +StandTile tile_1107 = { + 0x043608, 0x14, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {694, 71, -945, 0x1165}, + {665, 70, -945, 0x1159}, + {694, 74, -918, 0x1175} + } +}; + +StandTile tile_1108 = { + 0x043708, 0x14, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {694, 71, -945, 0x1169}, + {665, 69, -972, 0x1149}, + {665, 70, -945, 0x1161} + } +}; + +StandTile tile_1109 = { + 0x043808, 0x14, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {694, 70, -972, 0x10e9}, + {665, 69, -972, 0x1165}, + {694, 71, -945, 0x117d} + } +}; + +StandTile tile_1110 = { + 0x043a08, 0x14, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {639, 65, -945, 0x1171}, + {613, 65, -972, 0x122d}, + {613, 65, -945, 0x115d} + } +}; + +StandTile tile_1111 = { + 0x043b08, 0x14, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {639, 65, -972, 0x10ed}, + {613, 65, -972, 0x116d}, + {639, 65, -945, 0x1145} + } +}; + +StandTile tile_1112 = { + 0x046d08, 0x14, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -918, 0x1179}, + {694, 71, -945, 0x1161}, + {694, 74, -918, 0x11c9} + } +}; + +StandTile tile_1113 = { + 0x046e08, 0x14, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -945, 0x117d}, + {694, 71, -945, 0x1175}, + {745, 70, -918, 0x0ea8} + } +}; + +StandTile tile_1114 = { + 0x046f08, 0x14, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -945, 0x1181}, + {694, 70, -972, 0x1169}, + {694, 71, -945, 0x1179} + } +}; + +StandTile tile_1115 = { + 0x047008, 0x14, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -972, 0x10ad}, + {694, 70, -972, 0x117d}, + {745, 70, -945, 0x0ec8} + } +}; + +StandTile tile_1116 = { + 0x047108, 0x14, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {665, 74, -918, 0x1189}, + {639, 65, -945, 0x115d}, + {639, 70, -918, 0x1199} + } +}; + +StandTile tile_1117 = { + 0x047208, 0x14, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {665, 70, -945, 0x1145}, + {639, 65, -945, 0x1185}, + {665, 74, -918, 0x1159} + } +}; + +StandTile tile_1118 = { + 0x047f08, 0x14, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 70, -866, 0x1191}, + {639, 71, -892, 0x11a1}, + {640, 70, -866, 0x1131} + } +}; + +StandTile tile_1119 = { + 0x048008, 0x14, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 74, -892, 0x1195}, + {639, 71, -892, 0x118d}, + {665, 70, -866, 0x11c1} + } +}; + +StandTile tile_1120 = { + 0x048108, 0x14, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 74, -892, 0x1199}, + {639, 70, -918, 0x11a9}, + {639, 71, -892, 0x1191} + } +}; + +StandTile tile_1121 = { + 0x048208, 0x14, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {665, 74, -918, 0x1185}, + {639, 70, -918, 0x1195}, + {665, 74, -892, 0x1151} + } +}; + +StandTile tile_1122 = { + 0x048908, 0x14, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {640, 70, -866, 0x11a1}, + {613, 70, -892, 0x1215}, + {613, 70, -866, 0x113d} + } +}; + +StandTile tile_1123 = { + 0x048a08, 0x14, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {639, 71, -892, 0x11a5}, + {613, 70, -892, 0x119d}, + {640, 70, -866, 0x118d} + } +}; + +StandTile tile_1124 = { + 0x048b08, 0x14, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {639, 71, -892, 0x11a9}, + {613, 69, -918, 0x121d}, + {613, 70, -892, 0x11a1} + } +}; + +StandTile tile_1125 = { + 0x048c08, 0x14, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {639, 70, -918, 0x114d}, + {613, 69, -918, 0x11a5}, + {639, 71, -892, 0x1195} + } +}; + +StandTile tile_1126 = { + 0x097808, 0x14, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 74, -892, 0x11bd}, + {690, 69, -881, 0x0000}, + {709, 70, -899, 0x11b1} + } +}; + +StandTile tile_1127 = { + 0x097708, 0x14, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {694, 74, -918, 0x1155}, + {694, 74, -892, 0x11ad}, + {709, 70, -899, 0x11b5} + } +}; + +StandTile tile_1128 = { + 0x048d08, 0x14, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {717, 72, -907, 0x11c9}, + {694, 74, -918, 0x11b1}, + {709, 70, -899, 0x11c5} + } +}; + +StandTile tile_1129 = { + 0x097608, 0x14, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 74, -892, 0x11c1}, + {671, 69, -862, 0x0000}, + {690, 69, -881, 0x11bd} + } +}; + +StandTile tile_1130 = { + 0x048e08, 0x14, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 74, -892, 0x1151}, + {665, 74, -892, 0x11b9}, + {690, 69, -881, 0x11ad} + } +}; + +StandTile tile_1131 = { + 0x097208, 0x14, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {671, 69, -862, 0x11b9}, + {665, 74, -892, 0x1191}, + {665, 70, -866, 0x1135} + } +}; + +StandTile tile_1132 = { + 0x049008, 0x14, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {736, 68, -899, 0x11cd}, + {717, 72, -907, 0x11b5}, + {709, 70, -899, 0x0000} + } +}; + +StandTile tile_1133 = { + 0x097908, 0x14, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -918, 0x1175}, + {694, 74, -918, 0x11b5}, + {717, 72, -907, 0x11cd} + } +}; + +StandTile tile_1134 = { + 0x097a08, 0x14, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -918, 0x11c9}, + {717, 72, -907, 0x11c5}, + {736, 68, -899, 0x11d1} + } +}; + +StandTile tile_1135 = { + 0x049108, 0x14, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {745, 70, -918, 0x11cd}, + {736, 68, -899, 0x0000}, + {745, 70, -899, 0x0f1c} + } +}; + +StandTile tile_1136 = { + 0x059708, 0x13, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {586, 67, -840, 0x11d9}, + {559, 70, -866, 0x11e9}, + {559, 68, -840, 0x12a9} + } +}; + +StandTile tile_1137 = { + 0x059908, 0x13, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {586, 70, -866, 0x11f1}, + {559, 70, -866, 0x11d5}, + {586, 67, -840, 0x11dd} + } +}; + +StandTile tile_1138 = { + 0x05bf08, 0x13, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {613, 66, -840, 0x11e1}, + {586, 70, -866, 0x11d9}, + {586, 67, -840, 0x12d1} + } +}; + +StandTile tile_1139 = { + 0x05c108, 0x13, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {613, 70, -866, 0x1211}, + {586, 70, -866, 0x11dd}, + {613, 66, -840, 0x1139} + } +}; + +StandTile tile_1140 = { + 0x097b08, 0x13, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {559, 70, -866, 0x125d}, + {523, 69, -874, 0x0000}, + {542, 69, -856, 0x11e9} + } +}; + +StandTile tile_1141 = { + 0x05d908, 0x13, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {559, 70, -866, 0x11e5}, + {542, 69, -856, 0x11ed}, + {559, 68, -840, 0x11d5} + } +}; + +StandTile tile_1142 = { + 0x05ff08, 0x13, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {542, 67, -840, 0x1349}, + {559, 68, -840, 0x11e9}, + {542, 69, -856, 0x0000} + } +}; + +StandTile tile_1143 = { + 0x03d008, 0x13, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {586, 70, -866, 0x11f5}, + {558, 70, -892, 0x1261}, + {559, 70, -866, 0x11d9} + } +}; + +StandTile tile_1144 = { + 0x03d208, 0x13, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 70, -892, 0x11f9}, + {558, 70, -892, 0x11f1}, + {586, 70, -866, 0x1211} + } +}; + +StandTile tile_1145 = { + 0x03d408, 0x13, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 70, -892, 0x11fd}, + {558, 71, -918, 0x1269}, + {558, 70, -892, 0x11f5} + } +}; + +StandTile tile_1146 = { + 0x03d608, 0x13, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {585, 70, -918, 0x1201}, + {558, 71, -918, 0x11f9}, + {585, 70, -892, 0x1219} + } +}; + +StandTile tile_1147 = { + 0x03d808, 0x13, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {585, 70, -918, 0x1205}, + {558, 74, -945, 0x1271}, + {558, 71, -918, 0x11fd} + } +}; + +StandTile tile_1148 = { + 0x03da08, 0x13, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 70, -945, 0x1209}, + {558, 74, -945, 0x1201}, + {585, 70, -918, 0x1221} + } +}; + +StandTile tile_1149 = { + 0x03dc08, 0x13, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 70, -945, 0x120d}, + {558, 74, -972, 0x1279}, + {558, 74, -945, 0x1205} + } +}; + +StandTile tile_1150 = { + 0x03de08, 0x13, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 70, -972, 0x107d}, + {558, 74, -972, 0x1209}, + {585, 70, -945, 0x1229} + } +}; + +StandTile tile_1151 = { + 0x040408, 0x13, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {613, 70, -866, 0x1215}, + {585, 70, -892, 0x11f5}, + {586, 70, -866, 0x11e1} + } +}; + +StandTile tile_1152 = { + 0x040608, 0x13, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {613, 70, -892, 0x1219}, + {585, 70, -892, 0x1211}, + {613, 70, -866, 0x119d} + } +}; + +StandTile tile_1153 = { + 0x040808, 0x13, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {613, 70, -892, 0x121d}, + {585, 70, -918, 0x11fd}, + {585, 70, -892, 0x1215} + } +}; + +StandTile tile_1154 = { + 0x040a08, 0x13, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {613, 69, -918, 0x1221}, + {585, 70, -918, 0x1219}, + {613, 70, -892, 0x11a5} + } +}; + +StandTile tile_1155 = { + 0x040c08, 0x13, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {613, 69, -918, 0x1225}, + {585, 70, -945, 0x1205}, + {585, 70, -918, 0x121d} + } +}; + +StandTile tile_1156 = { + 0x040e08, 0x13, + 0x0, + 0x7, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {613, 65, -945, 0x1229}, + {585, 70, -945, 0x1221}, + {613, 69, -918, 0x114d} + } +}; + +StandTile tile_1157 = { + 0x041008, 0x13, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {613, 65, -945, 0x122d}, + {585, 70, -972, 0x120d}, + {585, 70, -945, 0x1225} + } +}; + +StandTile tile_1158 = { + 0x041208, 0x13, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {613, 65, -972, 0x106d}, + {585, 70, -972, 0x1229}, + {613, 65, -945, 0x116d} + } +}; + +StandTile tile_1159 = { + 0x043c08, 0x13, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 65, -918, 0x1235}, + {476, 69, -945, 0x128d}, + {484, 69, -911, 0x1285} + } +}; + +StandTile tile_1160 = { + 0x043d08, 0x13, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 70, -945, 0x1239}, + {476, 69, -945, 0x1231}, + {505, 65, -918, 0x124d} + } +}; + +StandTile tile_1161 = { + 0x043e08, 0x13, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 70, -945, 0x123d}, + {476, 70, -972, 0x1281}, + {476, 69, -945, 0x1235} + } +}; + +StandTile tile_1162 = { + 0x043f08, 0x13, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 71, -972, 0x1065}, + {476, 70, -972, 0x1239}, + {505, 70, -945, 0x1255} + } +}; + +StandTile tile_1163 = { + 0x044a08, 0x13, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {532, 69, -892, 0x1245}, + {504, 65, -892, 0x0000}, + {523, 69, -874, 0x125d} + } +}; + +StandTile tile_1164 = { + 0x044b08, 0x13, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {532, 69, -892, 0x1249}, + {505, 65, -918, 0x1285}, + {504, 65, -892, 0x1241} + } +}; + +StandTile tile_1165 = { + 0x044c08, 0x13, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {532, 70, -918, 0x124d}, + {505, 65, -918, 0x1245}, + {532, 69, -892, 0x1265} + } +}; + +StandTile tile_1166 = { + 0x044d08, 0x13, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {532, 70, -918, 0x1251}, + {505, 70, -945, 0x1235}, + {505, 65, -918, 0x1249} + } +}; + +StandTile tile_1167 = { + 0x044e08, 0x13, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {532, 74, -945, 0x1255}, + {505, 70, -945, 0x124d}, + {532, 70, -918, 0x126d} + } +}; + +StandTile tile_1168 = { + 0x044f08, 0x13, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {532, 74, -945, 0x1259}, + {505, 71, -972, 0x123d}, + {505, 70, -945, 0x1251} + } +}; + +StandTile tile_1169 = { + 0x045008, 0x13, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {532, 74, -972, 0x103d}, + {505, 71, -972, 0x1255}, + {532, 74, -945, 0x1275} + } +}; + +StandTile tile_1170 = { + 0x045b08, 0x13, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {559, 70, -866, 0x1261}, + {532, 69, -892, 0x1241}, + {523, 69, -874, 0x11e5} + } +}; + +StandTile tile_1171 = { + 0x045c08, 0x13, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {558, 70, -892, 0x1265}, + {532, 69, -892, 0x125d}, + {559, 70, -866, 0x11f1} + } +}; + +StandTile tile_1172 = { + 0x045d08, 0x13, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {558, 70, -892, 0x1269}, + {532, 70, -918, 0x1249}, + {532, 69, -892, 0x1261} + } +}; + +StandTile tile_1173 = { + 0x045e08, 0x13, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {558, 71, -918, 0x126d}, + {532, 70, -918, 0x1265}, + {558, 70, -892, 0x11f9} + } +}; + +StandTile tile_1174 = { + 0x045f08, 0x13, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {558, 71, -918, 0x1271}, + {532, 74, -945, 0x1251}, + {532, 70, -918, 0x1269} + } +}; + +StandTile tile_1175 = { + 0x046008, 0x13, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 74, -945, 0x1275}, + {532, 74, -945, 0x126d}, + {558, 71, -918, 0x1201} + } +}; + +StandTile tile_1176 = { + 0x046108, 0x13, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 74, -945, 0x1279}, + {532, 74, -972, 0x1259}, + {532, 74, -945, 0x1271} + } +}; + +StandTile tile_1177 = { + 0x046208, 0x13, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {558, 74, -972, 0x1015}, + {532, 74, -972, 0x1275}, + {558, 74, -945, 0x1209} + } +}; + +StandTile tile_1178 = { + 0x097d08, 0x13, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 70, -972, 0x0fd1}, + {465, 70, -983, 0x0000}, + {465, 69, -957, 0x1281} + } +}; + +StandTile tile_1179 = { + 0x049c08, 0x13, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 70, -972, 0x127d}, + {465, 69, -957, 0x1289}, + {476, 69, -945, 0x1239} + } +}; + +StandTile tile_1180 = { + 0x049d08, 0x13, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 65, -918, 0x1231}, + {484, 69, -911, 0x0000}, + {504, 65, -892, 0x1245} + } +}; + +StandTile tile_1181 = { + 0x097c08, 0x13, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 69, -945, 0x1281}, + {465, 69, -957, 0x0000}, + {465, 68, -930, 0x128d} + } +}; + +StandTile tile_1182 = { + 0x049e08, 0x13, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 69, -945, 0x1289}, + {465, 68, -930, 0x0000}, + {484, 69, -911, 0x1231} + } +}; + +StandTile tile_1183 = { + 0x09c10a, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {542, 67, -802, 0x1295}, + {559, 70, -813, 0x1345}, + {542, 65, -830, 0x0000} + } +}; + +StandTile tile_1184 = { + 0x09c109, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {542, 67, -802, 0x1299}, + {559, 67, -786, 0x1315}, + {559, 70, -813, 0x1291} + } +}; + +StandTile tile_1185 = { + 0x09c008, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {559, 67, -786, 0x1295}, + {542, 67, -802, 0x0000}, + {523, 64, -784, 0x12f1} + } +}; + +StandTile tile_1186 = { + 0x097108, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {613, 66, -840, 0x131d}, + {635, 63, -825, 0x1341}, + {642, 67, -840, 0x1139} + } +}; + +StandTile tile_1187 = { + 0x059108, 0x12, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {586, 65, -813, 0x12a5}, + {559, 70, -813, 0x1315}, + {586, 63, -787, 0x12c5} + } +}; + +StandTile tile_1188 = { + 0x059308, 0x12, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {586, 65, -813, 0x12a9}, + {559, 68, -840, 0x1345}, + {559, 70, -813, 0x12a1} + } +}; + +StandTile tile_1189 = { + 0x059508, 0x12, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {586, 67, -840, 0x11d5}, + {559, 68, -840, 0x12a5}, + {586, 65, -813, 0x12cd} + } +}; + +StandTile tile_1190 = { + 0x05ab08, 0x12, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {613, 57, -707, 0x12b1}, + {586, 58, -733, 0x1301}, + {586, 56, -707, 0x13c1} + } +}; + +StandTile tile_1191 = { + 0x05ad08, 0x12, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {613, 58, -733, 0x12b5}, + {586, 58, -733, 0x12ad}, + {613, 57, -707, 0x12f5} + } +}; + +StandTile tile_1192 = { + 0x05af08, 0x12, + 0x0, + 0xa, 0x8, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {613, 58, -733, 0x12b9}, + {586, 60, -760, 0x1309}, + {586, 58, -733, 0x12b1} + } +}; + +StandTile tile_1193 = { + 0x05b108, 0x12, + 0x0, + 0xa, 0x8, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {613, 59, -760, 0x12bd}, + {586, 60, -760, 0x12b5}, + {613, 58, -733, 0x12d5} + } +}; + +StandTile tile_1194 = { + 0x05b308, 0x12, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {613, 59, -760, 0x12c1}, + {586, 63, -787, 0x1311}, + {586, 60, -760, 0x12b9} + } +}; + +StandTile tile_1195 = { + 0x05b508, 0x12, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {613, 58, -787, 0x12c5}, + {586, 63, -787, 0x12bd}, + {613, 59, -760, 0x12dd} + } +}; + +StandTile tile_1196 = { + 0x05b708, 0x12, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {613, 58, -787, 0x12c9}, + {586, 65, -813, 0x12a1}, + {586, 63, -787, 0x12c1} + } +}; + +StandTile tile_1197 = { + 0x05b908, 0x12, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {613, 60, -814, 0x12cd}, + {586, 65, -813, 0x12c5}, + {613, 58, -787, 0x12e5} + } +}; + +StandTile tile_1198 = { + 0x05bb08, 0x12, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {613, 60, -814, 0x12d1}, + {586, 67, -840, 0x12a9}, + {586, 65, -813, 0x12c9} + } +}; + +StandTile tile_1199 = { + 0x05bd08, 0x12, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {613, 66, -840, 0x11dd}, + {586, 67, -840, 0x12cd}, + {613, 60, -814, 0x131d} + } +}; + +StandTile tile_1200 = { + 0x05c308, 0x12, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {642, 58, -733, 0x12d9}, + {613, 59, -760, 0x12b9}, + {613, 58, -733, 0x12f9} + } +}; + +StandTile tile_1201 = { + 0x05c508, 0x12, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {642, 60, -760, 0x12dd}, + {613, 59, -760, 0x12d5}, + {642, 58, -733, 0x1329} + } +}; + +StandTile tile_1202 = { + 0x05c708, 0x12, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {642, 60, -760, 0x12e1}, + {613, 58, -787, 0x12c1}, + {613, 59, -760, 0x12d9} + } +}; + +StandTile tile_1203 = { + 0x05c908, 0x12, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {642, 59, -787, 0x12e5}, + {613, 58, -787, 0x12dd}, + {642, 60, -760, 0x1335} + } +}; + +StandTile tile_1204 = { + 0x05cb08, 0x12, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {642, 59, -787, 0x1319}, + {613, 60, -814, 0x12c9}, + {613, 58, -787, 0x12e1} + } +}; + +StandTile tile_1205 = { + 0x05d508, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {559, 61, -760, 0x12ed}, + {530, 61, -760, 0x1351}, + {559, 58, -733, 0x1305} + } +}; + +StandTile tile_1206 = { + 0x05d708, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {559, 61, -760, 0x12f1}, + {523, 64, -784, 0x134d}, + {530, 61, -760, 0x12e9} + } +}; + +StandTile tile_1207 = { + 0x05d808, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {559, 67, -786, 0x1299}, + {523, 64, -784, 0x12ed}, + {559, 61, -760, 0x130d} + } +}; + +StandTile tile_1208 = { + 0x05e008, 0x12, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {642, 57, -707, 0x12f9}, + {613, 58, -733, 0x12b1}, + {613, 57, -707, 0x13fd} + } +}; + +StandTile tile_1209 = { + 0x05e108, 0x12, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {642, 58, -733, 0x12d5}, + {613, 58, -733, 0x12f5}, + {642, 57, -707, 0x1325} + } +}; + +StandTile tile_1210 = { + 0x05e208, 0x12, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {586, 56, -707, 0x1301}, + {559, 58, -733, 0x1355}, + {559, 55, -707, 0x13a1} + } +}; + +StandTile tile_1211 = { + 0x05e308, 0x12, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {586, 58, -733, 0x1305}, + {559, 58, -733, 0x12fd}, + {586, 56, -707, 0x12ad} + } +}; + +StandTile tile_1212 = { + 0x05e408, 0x12, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {586, 58, -733, 0x1309}, + {559, 61, -760, 0x12e9}, + {559, 58, -733, 0x1301} + } +}; + +StandTile tile_1213 = { + 0x05e508, 0x12, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {586, 60, -760, 0x130d}, + {559, 61, -760, 0x1305}, + {586, 58, -733, 0x12b5} + } +}; + +StandTile tile_1214 = { + 0x05e608, 0x12, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {586, 60, -760, 0x1311}, + {559, 67, -786, 0x12f1}, + {559, 61, -760, 0x1309} + } +}; + +StandTile tile_1215 = { + 0x05e708, 0x12, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {586, 63, -787, 0x1315}, + {559, 67, -786, 0x130d}, + {586, 60, -760, 0x12bd} + } +}; + +StandTile tile_1216 = { + 0x05e808, 0x12, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {586, 63, -787, 0x12a1}, + {559, 70, -813, 0x1295}, + {559, 67, -786, 0x1311} + } +}; + +StandTile tile_1217 = { + 0x05e908, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {635, 63, -825, 0x131d}, + {613, 60, -814, 0x12e5}, + {642, 59, -787, 0x1339} + } +}; + +StandTile tile_1218 = { + 0x05ea08, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {635, 63, -825, 0x129d}, + {613, 66, -840, 0x12d1}, + {613, 60, -814, 0x1319} + } +}; + +StandTile tile_1219 = { + 0x05f308, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {672, 57, -734, 0x1329}, + {642, 58, -733, 0x1325}, + {659, 57, -707, 0x0000} + } +}; + +StandTile tile_1220 = { + 0x096c08, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {659, 57, -707, 0x1321}, + {642, 58, -733, 0x12f9}, + {642, 57, -707, 0x1415} + } +}; + +StandTile tile_1221 = { + 0x096d08, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {672, 57, -734, 0x132d}, + {642, 60, -760, 0x12d9}, + {642, 58, -733, 0x1321} + } +}; + +StandTile tile_1222 = { + 0x05f608, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {672, 61, -761, 0x1335}, + {642, 60, -760, 0x1329}, + {672, 57, -734, 0x0000} + } +}; + +StandTile tile_1223 = { + 0x05f708, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {672, 61, -787, 0x133d}, + {642, 59, -787, 0x1335}, + {672, 61, -761, 0x0000} + } +}; + +StandTile tile_1224 = { + 0x096f08, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {672, 61, -761, 0x1331}, + {642, 59, -787, 0x12e1}, + {642, 60, -760, 0x132d} + } +}; + +StandTile tile_1225 = { + 0x096e08, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {653, 61, -807, 0x0000}, + {635, 63, -825, 0x1319}, + {642, 59, -787, 0x133d} + } +}; + +StandTile tile_1226 = { + 0x05fa08, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {653, 61, -807, 0x1339}, + {642, 59, -787, 0x1331}, + {672, 61, -787, 0x0000} + } +}; + +StandTile tile_1227 = { + 0x05fd08, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {642, 67, -840, 0x129d}, + {635, 63, -825, 0x0000}, + {650, 67, -840, 0x1141} + } +}; + +StandTile tile_1228 = { + 0x06000a, 0x12, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {559, 68, -840, 0x1349}, + {542, 65, -830, 0x1291}, + {559, 70, -813, 0x12a5} + } +}; + +StandTile tile_1229 = { + 0x060009, 0x12, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {559, 68, -840, 0x11ed}, + {542, 67, -840, 0x0000}, + {542, 65, -830, 0x1345} + } +}; + +StandTile tile_1230 = { + 0x060308, 0x12, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {523, 64, -784, 0x0000}, + {504, 62, -766, 0x135d}, + {530, 61, -760, 0x12ed} + } +}; + +StandTile tile_1231 = { + 0x060408, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {559, 58, -733, 0x12e9}, + {530, 61, -760, 0x1359}, + {542, 57, -728, 0x1355} + } +}; + +StandTile tile_1232 = { + 0x060608, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {559, 58, -733, 0x1351}, + {542, 57, -728, 0x1365}, + {559, 55, -707, 0x12fd} + } +}; + +StandTile tile_1233 = { + 0x06070a, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {530, 61, -760, 0x135d}, + {523, 60, -747, 0x0000}, + {542, 57, -728, 0x1351} + } +}; + +StandTile tile_1234 = { + 0x060709, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {530, 61, -760, 0x134d}, + {504, 62, -766, 0x0000}, + {523, 60, -747, 0x1359} + } +}; + +StandTile tile_1235 = { + 0x09b108, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {542, 57, -728, 0x0000}, + {524, 55, -707, 0x141d}, + {530, 55, -707, 0x1365} + } +}; + +StandTile tile_1236 = { + 0x060a08, 0x12, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {559, 55, -707, 0x1355}, + {542, 57, -728, 0x1361}, + {530, 55, -707, 0x13e1} + } +}; + +StandTile tile_1237 = { + 0x09bf08, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {642, 50, -627, 0x1409}, + {663, 46, -616, 0x0000}, + {645, 46, -635, 0x13e9} + } +}; + +StandTile tile_1238 = { + 0x09c408, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 48, -641, 0x0000}, + {491, 46, -616, 0x1425}, + {531, 46, -600, 0x1371} + } +}; + +StandTile tile_1239 = { + 0x09b608, 0x11, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {530, 48, -627, 0x137d}, + {505, 48, -641, 0x136d}, + {531, 46, -600, 0x13c5} + } +}; + +StandTile tile_1240 = { + 0x09b40a, 0x11, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {530, 49, -680, 0x1379}, + {505, 49, -664, 0x1381}, + {530, 47, -654, 0x13d5} + } +}; + +StandTile tile_1241 = { + 0x09b409, 0x11, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {530, 49, -680, 0x1419}, + {505, 52, -690, 0x0000}, + {505, 49, -664, 0x1375} + } +}; + +StandTile tile_1242 = { + 0x09b30a, 0x11, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {530, 47, -654, 0x1381}, + {505, 48, -641, 0x1371}, + {530, 48, -627, 0x13cd} + } +}; + +StandTile tile_1243 = { + 0x09b309, 0x11, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {530, 47, -654, 0x1375}, + {505, 49, -664, 0x0000}, + {505, 48, -641, 0x137d} + } +}; + +StandTile tile_1244 = { + 0x058108, 0x11, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -600, 0x1389}, + {559, 48, -627, 0x13c9}, + {559, 46, -600, 0x14f9} + } +}; + +StandTile tile_1245 = { + 0x058308, 0x11, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {586, 49, -627, 0x138d}, + {559, 48, -627, 0x1385}, + {585, 46, -600, 0x13a5} + } +}; + +StandTile tile_1246 = { + 0x058508, 0x11, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {586, 49, -627, 0x1391}, + {559, 46, -654, 0x13d1}, + {559, 48, -627, 0x1389} + } +}; + +StandTile tile_1247 = { + 0x058708, 0x11, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {586, 51, -653, 0x1395}, + {559, 46, -654, 0x138d}, + {586, 49, -627, 0x13ad} + } +}; + +StandTile tile_1248 = { + 0x058908, 0x11, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {586, 51, -653, 0x1399}, + {559, 49, -680, 0x13d9}, + {559, 46, -654, 0x1391} + } +}; + +StandTile tile_1249 = { + 0x058b08, 0x11, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {586, 53, -680, 0x139d}, + {559, 49, -680, 0x1395}, + {586, 51, -653, 0x13b5} + } +}; + +StandTile tile_1250 = { + 0x058d08, 0x11, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {586, 53, -680, 0x13a1}, + {559, 55, -707, 0x13e1}, + {559, 49, -680, 0x1399} + } +}; + +StandTile tile_1251 = { + 0x058f08, 0x11, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {586, 56, -707, 0x12fd}, + {559, 55, -707, 0x139d}, + {586, 53, -680, 0x13bd} + } +}; + +StandTile tile_1252 = { + 0x059b08, 0x11, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {613, 46, -600, 0x13a9}, + {586, 49, -627, 0x1389}, + {585, 46, -600, 0x142d} + } +}; + +StandTile tile_1253 = { + 0x059d08, 0x11, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {613, 50, -627, 0x13ad}, + {586, 49, -627, 0x13a5}, + {613, 46, -600, 0x1401} + } +}; + +StandTile tile_1254 = { + 0x059f08, 0x11, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {613, 50, -627, 0x13b1}, + {586, 51, -653, 0x1391}, + {586, 49, -627, 0x13a9} + } +}; + +StandTile tile_1255 = { + 0x05a108, 0x11, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {613, 56, -653, 0x13b5}, + {586, 51, -653, 0x13ad}, + {613, 50, -627, 0x13e5} + } +}; + +StandTile tile_1256 = { + 0x05a308, 0x11, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {613, 56, -653, 0x13b9}, + {586, 53, -680, 0x1399}, + {586, 51, -653, 0x13b1} + } +}; + +StandTile tile_1257 = { + 0x05a508, 0x11, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {613, 58, -680, 0x13bd}, + {586, 53, -680, 0x13b5}, + {613, 56, -653, 0x13ed} + } +}; + +StandTile tile_1258 = { + 0x05a708, 0x11, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {613, 58, -680, 0x13c1}, + {586, 56, -707, 0x13a1}, + {586, 53, -680, 0x13b9} + } +}; + +StandTile tile_1259 = { + 0x05a908, 0x11, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {613, 57, -707, 0x12ad}, + {586, 56, -707, 0x13bd}, + {613, 58, -680, 0x13f9} + } +}; + +StandTile tile_1260 = { + 0x05cd08, 0x11, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {559, 46, -600, 0x13c9}, + {530, 48, -627, 0x1371}, + {531, 46, -600, 0x1589} + } +}; + +StandTile tile_1261 = { + 0x05ce08, 0x11, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {559, 48, -627, 0x13cd}, + {530, 48, -627, 0x13c5}, + {559, 46, -600, 0x1385} + } +}; + +StandTile tile_1262 = { + 0x05cf08, 0x11, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {559, 48, -627, 0x13d1}, + {530, 47, -654, 0x137d}, + {530, 48, -627, 0x13c9} + } +}; + +StandTile tile_1263 = { + 0x05d008, 0x11, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {559, 46, -654, 0x13d5}, + {530, 47, -654, 0x13cd}, + {559, 48, -627, 0x138d} + } +}; + +StandTile tile_1264 = { + 0x05d108, 0x11, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {559, 46, -654, 0x13d9}, + {530, 49, -680, 0x1375}, + {530, 47, -654, 0x13d1} + } +}; + +StandTile tile_1265 = { + 0x05d208, 0x11, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {559, 49, -680, 0x13dd}, + {530, 49, -680, 0x13d5}, + {559, 46, -654, 0x1395} + } +}; + +StandTile tile_1266 = { + 0x05d308, 0x11, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {559, 49, -680, 0x13e1}, + {530, 55, -707, 0x141d}, + {530, 49, -680, 0x13d9} + } +}; + +StandTile tile_1267 = { + 0x05d408, 0x11, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {559, 55, -707, 0x1365}, + {530, 55, -707, 0x13dd}, + {559, 49, -680, 0x139d} + } +}; + +StandTile tile_1268 = { + 0x05da08, 0x11, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {642, 50, -627, 0x13e9}, + {613, 56, -653, 0x13b1}, + {613, 50, -627, 0x1405} + } +}; + +StandTile tile_1269 = { + 0x05db08, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {645, 46, -635, 0x13ed}, + {613, 56, -653, 0x13e5}, + {642, 50, -627, 0x1369} + } +}; + +StandTile tile_1270 = { + 0x05dc08, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {645, 46, -635, 0x13f1}, + {613, 58, -680, 0x13b9}, + {613, 56, -653, 0x13e9} + } +}; + +StandTile tile_1271 = { + 0x096b08, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {613, 58, -680, 0x13ed}, + {645, 46, -635, 0x0000}, + {646, 51, -661, 0x13f5} + } +}; + +StandTile tile_1272 = { + 0x05dd08, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {646, 55, -688, 0x13f9}, + {613, 58, -680, 0x13f1}, + {646, 51, -661, 0x0000} + } +}; + +StandTile tile_1273 = { + 0x05de08, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {646, 55, -688, 0x13fd}, + {613, 57, -707, 0x13c1}, + {613, 58, -680, 0x13f5} + } +}; + +StandTile tile_1274 = { + 0x05df08, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {642, 57, -707, 0x12f5}, + {613, 57, -707, 0x13f9}, + {646, 55, -688, 0x1415} + } +}; + +StandTile tile_1275 = { + 0x05ed08, 0x11, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {641, 46, -600, 0x1405}, + {613, 50, -627, 0x13a9}, + {613, 46, -600, 0x14a5} + } +}; + +StandTile tile_1276 = { + 0x05ee08, 0x11, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {642, 50, -627, 0x13e5}, + {613, 50, -627, 0x1401}, + {641, 46, -600, 0x1409} + } +}; + +StandTile tile_1277 = { + 0x096608, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {663, 46, -616, 0x1369}, + {642, 50, -627, 0x1405}, + {641, 46, -600, 0x140d} + } +}; + +StandTile tile_1278 = { + 0x096708, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {663, 46, -616, 0x1409}, + {641, 46, -600, 0x147d}, + {665, 46, -600, 0x1411} + } +}; + +StandTile tile_1279 = { + 0x05f108, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {663, 46, -616, 0x140d}, + {665, 46, -600, 0x14dd}, + {682, 46, -600, 0x0000} + } +}; + +StandTile tile_1280 = { + 0x05f208, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {659, 57, -707, 0x1325}, + {642, 57, -707, 0x13fd}, + {646, 55, -688, 0x0000} + } +}; + +StandTile tile_1281 = { + 0x09b208, 0x11, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {524, 55, -707, 0x0000}, + {505, 52, -690, 0x1379}, + {530, 49, -680, 0x141d} + } +}; + +StandTile tile_1282 = { + 0x060908, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {530, 55, -707, 0x1361}, + {524, 55, -707, 0x1419}, + {530, 49, -680, 0x13dd} + } +}; + +StandTile tile_1283 = { + 0x09c208, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {491, 46, -616, 0x0000}, + {477, 48, -590, 0x159d}, + {506, 47, -600, 0x1425} + } +}; + +StandTile tile_1284 = { + 0x060f08, 0x11, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -600, 0x136d}, + {491, 46, -616, 0x1421}, + {506, 47, -600, 0x1579} + } +}; + +StandTile tile_1285 = { + 0x09b008, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {701, 43, -579, 0x0000}, + {682, 46, -600, 0x14dd}, + {694, 43, -574, 0x14e1} + } +}; + +StandTile tile_1286 = { + 0x066108, 0x10, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -600, 0x1431}, + {612, 46, -574, 0x14a9}, + {613, 46, -600, 0x13a5} + } +}; + +StandTile tile_1287 = { + 0x066308, 0x10, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -574, 0x1435}, + {612, 46, -574, 0x142d}, + {585, 46, -600, 0x14f9} + } +}; + +StandTile tile_1288 = { + 0x066508, 0x10, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -574, 0x1439}, + {612, 47, -547, 0x14b1}, + {612, 46, -574, 0x1431} + } +}; + +StandTile tile_1289 = { + 0x066708, 0x10, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -547, 0x143d}, + {612, 47, -547, 0x1435}, + {585, 46, -574, 0x1501} + } +}; + +StandTile tile_1290 = { + 0x066908, 0x10, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -547, 0x1441}, + {612, 51, -520, 0x14b9}, + {612, 47, -547, 0x1439} + } +}; + +StandTile tile_1291 = { + 0x066b08, 0x10, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -520, 0x1445}, + {612, 51, -520, 0x143d}, + {585, 46, -547, 0x1509} + } +}; + +StandTile tile_1292 = { + 0x066d08, 0x10, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -520, 0x1449}, + {612, 51, -493, 0x14c1}, + {612, 51, -520, 0x1441} + } +}; + +StandTile tile_1293 = { + 0x066f08, 0x10, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -493, 0x144d}, + {612, 51, -493, 0x1445}, + {585, 46, -520, 0x1511} + } +}; + +StandTile tile_1294 = { + 0x067108, 0x10, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -493, 0x1451}, + {612, 46, -467, 0x1455}, + {612, 51, -493, 0x1449} + } +}; + +StandTile tile_1295 = { + 0x067308, 0x10, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -467, 0x15e1}, + {612, 46, -467, 0x144d}, + {585, 46, -493, 0x1519} + } +}; + +StandTile tile_1296 = { + 0x068d08, 0x10, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -467, 0x15f1}, + {638, 46, -467, 0x14c5}, + {612, 51, -493, 0x144d} + } +}; + +StandTile tile_1297 = { + 0x06cc08, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 42, -574, 0x145d}, + {694, 43, -574, 0x14dd}, + {665, 46, -600, 0x147d} + } +}; + +StandTile tile_1298 = { + 0x06cd08, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 42, -574, 0x1461}, + {694, 42, -547, 0x14e9}, + {694, 43, -574, 0x1459} + } +}; + +StandTile tile_1299 = { + 0x06ce08, 0x10, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 42, -547, 0x1465}, + {694, 42, -547, 0x145d}, + {665, 42, -574, 0x1485} + } +}; + +StandTile tile_1300 = { + 0x06cf08, 0x10, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 42, -547, 0x1469}, + {694, 46, -520, 0x14d9}, + {694, 42, -547, 0x1461} + } +}; + +StandTile tile_1301 = { + 0x06d008, 0x10, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -520, 0x146d}, + {694, 46, -520, 0x1465}, + {665, 42, -547, 0x148d} + } +}; + +StandTile tile_1302 = { + 0x06d108, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -520, 0x1471}, + {694, 46, -493, 0x14d1}, + {694, 46, -520, 0x1469} + } +}; + +StandTile tile_1303 = { + 0x06d208, 0x10, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 47, -493, 0x1475}, + {694, 46, -493, 0x146d}, + {665, 46, -520, 0x1495} + } +}; + +StandTile tile_1304 = { + 0x06d308, 0x10, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 47, -493, 0x1479}, + {694, 46, -467, 0x14c9}, + {694, 46, -493, 0x1471} + } +}; + +StandTile tile_1305 = { + 0x06d408, 0x10, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -467, 0x15f5}, + {694, 46, -467, 0x1475}, + {665, 47, -493, 0x149d} + } +}; + +StandTile tile_1306 = { + 0x06dd08, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {641, 46, -600, 0x1481}, + {665, 42, -574, 0x1459}, + {665, 46, -600, 0x140d} + } +}; + +StandTile tile_1307 = { + 0x06de08, 0x10, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -574, 0x1485}, + {665, 42, -574, 0x147d}, + {641, 46, -600, 0x14a5} + } +}; + +StandTile tile_1308 = { + 0x06df08, 0x10, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -574, 0x1489}, + {665, 42, -547, 0x1461}, + {665, 42, -574, 0x1481} + } +}; + +StandTile tile_1309 = { + 0x06e008, 0x10, + 0x0, + 0x6, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -547, 0x148d}, + {665, 42, -547, 0x1485}, + {638, 46, -574, 0x14ad} + } +}; + +StandTile tile_1310 = { + 0x06e108, 0x10, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -547, 0x1491}, + {665, 46, -520, 0x1469}, + {665, 42, -547, 0x1489} + } +}; + +StandTile tile_1311 = { + 0x06e208, 0x10, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 51, -520, 0x1495}, + {665, 46, -520, 0x148d}, + {638, 46, -547, 0x14b5} + } +}; + +StandTile tile_1312 = { + 0x06e308, 0x10, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 51, -520, 0x1499}, + {665, 47, -493, 0x1471}, + {665, 46, -520, 0x1491} + } +}; + +StandTile tile_1313 = { + 0x06e408, 0x10, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 51, -493, 0x149d}, + {665, 47, -493, 0x1495}, + {638, 51, -520, 0x14bd} + } +}; + +StandTile tile_1314 = { + 0x06e508, 0x10, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 51, -493, 0x14a1}, + {665, 46, -467, 0x1479}, + {665, 47, -493, 0x1499} + } +}; + +StandTile tile_1315 = { + 0x06e608, 0x10, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -467, 0x1615}, + {665, 46, -467, 0x149d}, + {638, 51, -493, 0x14c5} + } +}; + +StandTile tile_1316 = { + 0x06ef08, 0x10, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {613, 46, -600, 0x14a9}, + {638, 46, -574, 0x1481}, + {641, 46, -600, 0x1401} + } +}; + +StandTile tile_1317 = { + 0x06f008, 0x10, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -574, 0x14ad}, + {638, 46, -574, 0x14a5}, + {613, 46, -600, 0x142d} + } +}; + +StandTile tile_1318 = { + 0x06f108, 0x10, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -574, 0x14b1}, + {638, 46, -547, 0x1489}, + {638, 46, -574, 0x14a9} + } +}; + +StandTile tile_1319 = { + 0x06f208, 0x10, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {612, 47, -547, 0x14b5}, + {638, 46, -547, 0x14ad}, + {612, 46, -574, 0x1435} + } +}; + +StandTile tile_1320 = { + 0x06f308, 0x10, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {612, 47, -547, 0x14b9}, + {638, 51, -520, 0x1491}, + {638, 46, -547, 0x14b1} + } +}; + +StandTile tile_1321 = { + 0x06f408, 0x10, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {612, 51, -520, 0x14bd}, + {638, 51, -520, 0x14b5}, + {612, 47, -547, 0x143d} + } +}; + +StandTile tile_1322 = { + 0x06f508, 0x10, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {612, 51, -520, 0x14c1}, + {638, 51, -493, 0x1499}, + {638, 51, -520, 0x14b9} + } +}; + +StandTile tile_1323 = { + 0x06f608, 0x10, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {612, 51, -493, 0x14c5}, + {638, 51, -493, 0x14bd}, + {612, 51, -520, 0x1445} + } +}; + +StandTile tile_1324 = { + 0x06f708, 0x10, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {612, 51, -493, 0x1455}, + {638, 46, -467, 0x14a1}, + {638, 51, -493, 0x14c1} + } +}; + +StandTile tile_1325 = { + 0x073a08, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -467, 0x1679}, + {739, 46, -467, 0x14cd}, + {694, 46, -493, 0x1475} + } +}; + +StandTile tile_1326 = { + 0x073b08, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -493, 0x14c9}, + {739, 46, -467, 0x0000}, + {739, 43, -488, 0x14d1} + } +}; + +StandTile tile_1327 = { + 0x073c08, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -493, 0x14cd}, + {739, 43, -488, 0x14d5}, + {694, 46, -520, 0x146d} + } +}; + +StandTile tile_1328 = { + 0x073d08, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -520, 0x14d1}, + {739, 43, -488, 0x0000}, + {739, 43, -514, 0x14d9} + } +}; + +StandTile tile_1329 = { + 0x073e08, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -520, 0x14d5}, + {739, 43, -514, 0x14ed}, + {694, 42, -547, 0x1465} + } +}; + +StandTile tile_1330 = { + 0x073f08, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -600, 0x1459}, + {694, 43, -574, 0x1429}, + {682, 46, -600, 0x1411} + } +}; + +StandTile tile_1331 = { + 0x074108, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 43, -574, 0x14e9}, + {720, 43, -560, 0x0000}, + {701, 43, -579, 0x1429} + } +}; + +StandTile tile_1332 = { + 0x096a08, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 42, -547, 0x14ed}, + {739, 45, -541, 0x0000}, + {720, 43, -560, 0x14e9} + } +}; + +StandTile tile_1333 = { + 0x074208, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 42, -547, 0x14e5}, + {720, 43, -560, 0x14e1}, + {694, 43, -574, 0x145d} + } +}; + +StandTile tile_1334 = { + 0x074308, 0x10, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 42, -547, 0x14d9}, + {739, 43, -514, 0x0000}, + {739, 45, -541, 0x14e5} + } +}; + +StandTile tile_1335 = { + 0x069108, 0x0f, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -493, 0x14f5}, + {476, 46, -467, 0x1521}, + {476, 46, -493, 0x156d} + } +}; + +StandTile tile_1336 = { + 0x069308, 0x0f, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -467, 0x1695}, + {476, 46, -467, 0x14f1}, + {424, 46, -493, 0x175d} + } +}; + +StandTile tile_1337 = { + 0x069508, 0x0f, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {559, 46, -600, 0x14fd}, + {585, 46, -574, 0x1431}, + {585, 46, -600, 0x1385} + } +}; + +StandTile tile_1338 = { + 0x069708, 0x0f, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -574, 0x1501}, + {585, 46, -574, 0x14f9}, + {559, 46, -600, 0x1589} + } +}; + +StandTile tile_1339 = { + 0x069908, 0x0f, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -574, 0x1505}, + {585, 46, -547, 0x1439}, + {585, 46, -574, 0x14fd} + } +}; + +StandTile tile_1340 = { + 0x069b08, 0x0f, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -547, 0x1509}, + {585, 46, -547, 0x1501}, + {558, 46, -574, 0x1591} + } +}; + +StandTile tile_1341 = { + 0x069d08, 0x0f, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -547, 0x150d}, + {585, 46, -520, 0x1441}, + {585, 46, -547, 0x1505} + } +}; + +StandTile tile_1342 = { + 0x069f08, 0x0f, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 42, -520, 0x1511}, + {585, 46, -520, 0x1509}, + {558, 46, -547, 0x1531} + } +}; + +StandTile tile_1343 = { + 0x06a108, 0x0f, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 42, -520, 0x1515}, + {585, 46, -493, 0x1449}, + {585, 46, -520, 0x150d} + } +}; + +StandTile tile_1344 = { + 0x06a308, 0x0f, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 42, -493, 0x1519}, + {585, 46, -493, 0x1511}, + {558, 42, -520, 0x1559} + } +}; + +StandTile tile_1345 = { + 0x06a508, 0x0f, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {558, 42, -493, 0x151d}, + {585, 46, -467, 0x1451}, + {585, 46, -493, 0x1515} + } +}; + +StandTile tile_1346 = { + 0x06a708, 0x0f, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -467, 0x16bd}, + {585, 46, -467, 0x1519}, + {558, 42, -493, 0x1561} + } +}; + +StandTile tile_1347 = { + 0x06b508, 0x0f, + 0x0, + 0x6, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -467, 0x16b5}, + {505, 46, -467, 0x1555}, + {476, 46, -493, 0x14f1} + } +}; + +StandTile tile_1348 = { + 0x06b908, 0x0f, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -520, 0x1529}, + {531, 42, -493, 0x155d}, + {531, 42, -520, 0x1575} + } +}; + +StandTile tile_1349 = { + 0x06ba08, 0x0f, + 0x0, + 0x6, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -493, 0x152d}, + {531, 42, -493, 0x1525}, + {505, 46, -520, 0x154d} + } +}; + +StandTile tile_1350 = { + 0x06bb08, 0x0f, + 0x0, + 0x7, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -493, 0x1541}, + {531, 46, -467, 0x1565}, + {531, 42, -493, 0x1529} + } +}; + +StandTile tile_1351 = { + 0x06bc08, 0x0f, + 0x0, + 0x8, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -547, 0x1545}, + {558, 42, -520, 0x150d}, + {558, 46, -547, 0x1595} + } +}; + +StandTile tile_1352 = { + 0x06be08, 0x0f, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {476, 50, -574, 0x1539}, + {505, 51, -547, 0x1585}, + {505, 51, -574, 0x1599} + } +}; + +StandTile tile_1353 = { + 0x06bf08, 0x0f, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 51, -547, 0x153d}, + {505, 51, -547, 0x1535}, + {476, 50, -574, 0x15ad} + } +}; + +StandTile tile_1354 = { + 0x06c008, 0x0f, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 51, -547, 0x1549}, + {505, 46, -520, 0x1575}, + {505, 51, -547, 0x1539} + } +}; + +StandTile tile_1355 = { + 0x06c108, 0x0f, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -467, 0x16cd}, + {531, 46, -467, 0x152d}, + {505, 46, -493, 0x1555} + } +}; + +StandTile tile_1356 = { + 0x06c208, 0x0f, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 42, -520, 0x1559}, + {558, 42, -520, 0x1531}, + {531, 46, -547, 0x1571} + } +}; + +StandTile tile_1357 = { + 0x06c608, 0x0f, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 47, -520, 0x154d}, + {505, 46, -520, 0x153d}, + {476, 51, -547, 0x15a5} + } +}; + +StandTile tile_1358 = { + 0x06c708, 0x0f, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 47, -520, 0x1551}, + {505, 46, -493, 0x1529}, + {505, 46, -520, 0x1549} + } +}; + +StandTile tile_1359 = { + 0x06c808, 0x0f, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -493, 0x1555}, + {505, 46, -493, 0x154d}, + {476, 47, -520, 0x1569} + } +}; + +StandTile tile_1360 = { + 0x06c908, 0x0f, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -493, 0x1521}, + {505, 46, -467, 0x1541}, + {505, 46, -493, 0x1551} + } +}; + +StandTile tile_1361 = { + 0x06ca08, 0x0f, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {531, 42, -520, 0x155d}, + {558, 42, -493, 0x1515}, + {558, 42, -520, 0x1545} + } +}; + +StandTile tile_1362 = { + 0x06cb08, 0x0f, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 42, -493, 0x1561}, + {558, 42, -493, 0x1559}, + {531, 42, -520, 0x1525} + } +}; + +StandTile tile_1363 = { + 0x06f808, 0x0f, + 0x0, + 0x9, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 42, -493, 0x1565}, + {558, 46, -467, 0x151d}, + {558, 42, -493, 0x155d} + } +}; + +StandTile tile_1364 = { + 0x06f908, 0x0f, + 0x0, + 0x8, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -467, 0x16c5}, + {558, 46, -467, 0x1561}, + {531, 42, -493, 0x152d} + } +}; + +StandTile tile_1365 = { + 0x070108, 0x0f, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -520, 0x156d}, + {476, 46, -493, 0x1551}, + {476, 47, -520, 0x15a1} + } +}; + +StandTile tile_1366 = { + 0x070208, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -493, 0x14f1}, + {476, 46, -493, 0x1569}, + {424, 46, -520, 0x17a1} + } +}; + +StandTile tile_1367 = { + 0x070308, 0x0f, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 51, -547, 0x1575}, + {531, 42, -520, 0x1545}, + {531, 46, -547, 0x1585} + } +}; + +StandTile tile_1368 = { + 0x070408, 0x0f, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -520, 0x1525}, + {531, 42, -520, 0x1571}, + {505, 51, -547, 0x153d} + } +}; + +StandTile tile_1369 = { + 0x071108, 0x0f, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {506, 47, -600, 0x157d}, + {531, 47, -574, 0x158d}, + {531, 46, -600, 0x1425} + } +}; + +StandTile tile_1370 = { + 0x071208, 0x0f, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 51, -574, 0x1581}, + {531, 47, -574, 0x1579}, + {506, 47, -600, 0x159d} + } +}; + +StandTile tile_1371 = { + 0x071308, 0x0f, + 0x0, + 0x5, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 51, -574, 0x1585}, + {531, 46, -547, 0x1595}, + {531, 47, -574, 0x157d} + } +}; + +StandTile tile_1372 = { + 0x071408, 0x0f, + 0x0, + 0x5, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 51, -547, 0x1571}, + {531, 46, -547, 0x1581}, + {505, 51, -574, 0x1535} + } +}; + +StandTile tile_1373 = { + 0x071b08, 0x0f, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -600, 0x158d}, + {558, 46, -574, 0x14fd}, + {559, 46, -600, 0x13c5} + } +}; + +StandTile tile_1374 = { + 0x071c08, 0x0f, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {531, 47, -574, 0x1591}, + {558, 46, -574, 0x1589}, + {531, 46, -600, 0x1579} + } +}; + +StandTile tile_1375 = { + 0x071d08, 0x0f, + 0x0, + 0x8, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {531, 47, -574, 0x1595}, + {558, 46, -547, 0x1505}, + {558, 46, -574, 0x158d} + } +}; + +StandTile tile_1376 = { + 0x071e08, 0x0f, + 0x0, + 0x6, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -547, 0x1531}, + {558, 46, -547, 0x1591}, + {531, 47, -574, 0x1581} + } +}; + +StandTile tile_1377 = { + 0x074408, 0x0f, + 0x0, + 0x2, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {476, 50, -574, 0x1535}, + {505, 51, -574, 0x159d}, + {477, 48, -590, 0x15b1} + } +}; + +StandTile tile_1378 = { + 0x074508, 0x0f, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {477, 48, -590, 0x1599}, + {505, 51, -574, 0x157d}, + {506, 47, -600, 0x1421} + } +}; + +StandTile tile_1379 = { + 0x074608, 0x0f, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -520, 0x1569}, + {476, 47, -520, 0x15a5}, + {424, 46, -546, 0x17e5} + } +}; + +StandTile tile_1380 = { + 0x074708, 0x0f, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -546, 0x15a1}, + {476, 47, -520, 0x1549}, + {476, 51, -547, 0x15a9} + } +}; + +StandTile tile_1381 = { + 0x074808, 0x0f, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -546, 0x15a5}, + {476, 51, -547, 0x15ad}, + {453, 46, -570, 0x0000} + } +}; + +StandTile tile_1382 = { + 0x098108, 0x0f, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {453, 46, -570, 0x15a9}, + {476, 51, -547, 0x1539}, + {476, 50, -574, 0x15b1} + } +}; + +StandTile tile_1383 = { + 0x074908, 0x0f, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {453, 46, -570, 0x15ad}, + {476, 50, -574, 0x1599}, + {477, 48, -590, 0x0000} + } +}; + +StandTile tile_1384 = { + 0x09bd08, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {720, 43, -362, 0x1661}, + {694, 50, -360, 0x15b9}, + {701, 43, -343, 0x0000} + } +}; + +StandTile tile_1385 = { + 0x09bc0b, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 50, -360, 0x15bd}, + {695, 43, -343, 0x0000}, + {701, 43, -343, 0x15b5} + } +}; + +StandTile tile_1386 = { + 0x09bc0a, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 50, -360, 0x15c1}, + {674, 43, -343, 0x0000}, + {695, 43, -343, 0x15b9} + } +}; + +StandTile tile_1387 = { + 0x09bc09, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 50, -360, 0x1611}, + {665, 51, -360, 0x1655}, + {674, 43, -343, 0x15bd} + } +}; + +StandTile tile_1388 = { + 0x09bb0a, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {638, 47, -360, 0x15c9}, + {621, 43, -343, 0x0000}, + {647, 43, -343, 0x1659} + } +}; + +StandTile tile_1389 = { + 0x09bb09, 0x0e, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 47, -360, 0x1641}, + {612, 46, -360, 0x15cd}, + {621, 43, -343, 0x15c5} + } +}; + +StandTile tile_1390 = { + 0x09ba0a, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -360, 0x15d1}, + {594, 43, -343, 0x0000}, + {621, 43, -343, 0x15c9} + } +}; + +StandTile tile_1391 = { + 0x09ba09, 0x0e, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -360, 0x1651}, + {585, 46, -360, 0x1681}, + {594, 43, -343, 0x15cd} + } +}; + +StandTile tile_1392 = { + 0x065b08, 0x0e, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {612, 42, -440, 0x15d9}, + {638, 42, -440, 0x15f1}, + {612, 46, -467, 0x15e1} + } +}; + +StandTile tile_1393 = { + 0x065d08, 0x0e, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {612, 42, -440, 0x15dd}, + {638, 42, -413, 0x1621}, + {638, 42, -440, 0x15d5} + } +}; + +StandTile tile_1394 = { + 0x065f08, 0x0e, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {612, 42, -413, 0x1635}, + {638, 42, -413, 0x15d9}, + {612, 42, -440, 0x15e9} + } +}; + +StandTile tile_1395 = { + 0x067508, 0x0e, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -467, 0x15e5}, + {612, 42, -440, 0x15d5}, + {612, 46, -467, 0x1451} + } +}; + +StandTile tile_1396 = { + 0x067708, 0x0e, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -440, 0x15e9}, + {612, 42, -440, 0x15e1}, + {585, 46, -467, 0x16bd} + } +}; + +StandTile tile_1397 = { + 0x067908, 0x0e, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -440, 0x15ed}, + {612, 42, -413, 0x15dd}, + {612, 42, -440, 0x15e5} + } +}; + +StandTile tile_1398 = { + 0x067b08, 0x0e, + 0x0, + 0x5, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -413, 0x1645}, + {612, 42, -413, 0x15e9}, + {585, 46, -440, 0x169d} + } +}; + +StandTile tile_1399 = { + 0x068f08, 0x0e, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -467, 0x15d5}, + {638, 42, -440, 0x1619}, + {638, 46, -467, 0x1455} + } +}; + +StandTile tile_1400 = { + 0x06d508, 0x0e, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -467, 0x15f9}, + {694, 46, -440, 0x1675}, + {694, 46, -467, 0x1479} + } +}; + +StandTile tile_1401 = { + 0x06d608, 0x0e, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -440, 0x15fd}, + {694, 46, -440, 0x15f5}, + {665, 46, -467, 0x1615} + } +}; + +StandTile tile_1402 = { + 0x06d708, 0x0e, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -440, 0x1601}, + {694, 47, -413, 0x166d}, + {694, 46, -440, 0x15f9} + } +}; + +StandTile tile_1403 = { + 0x06d808, 0x0e, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -413, 0x1605}, + {694, 47, -413, 0x15fd}, + {665, 46, -440, 0x161d} + } +}; + +StandTile tile_1404 = { + 0x06d908, 0x0e, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -413, 0x1609}, + {694, 51, -386, 0x1665}, + {694, 47, -413, 0x1601} + } +}; + +StandTile tile_1405 = { + 0x06da08, 0x0e, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 51, -386, 0x160d}, + {694, 51, -386, 0x1605}, + {665, 46, -413, 0x1625} + } +}; + +StandTile tile_1406 = { + 0x06db08, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {665, 51, -386, 0x1611}, + {694, 50, -360, 0x1661}, + {694, 51, -386, 0x1609} + } +}; + +StandTile tile_1407 = { + 0x06dc08, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {665, 51, -360, 0x15c1}, + {694, 50, -360, 0x160d}, + {665, 51, -386, 0x162d} + } +}; + +StandTile tile_1408 = { + 0x06e708, 0x0e, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -467, 0x1619}, + {665, 46, -440, 0x15f9}, + {665, 46, -467, 0x14a1} + } +}; + +StandTile tile_1409 = { + 0x06e808, 0x0e, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 42, -440, 0x161d}, + {665, 46, -440, 0x1615}, + {638, 46, -467, 0x15f1} + } +}; + +StandTile tile_1410 = { + 0x06e908, 0x0e, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 42, -440, 0x1621}, + {665, 46, -413, 0x1601}, + {665, 46, -440, 0x1619} + } +}; + +StandTile tile_1411 = { + 0x06ea08, 0x0e, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {638, 42, -413, 0x1625}, + {665, 46, -413, 0x161d}, + {638, 42, -440, 0x15d9} + } +}; + +StandTile tile_1412 = { + 0x06eb08, 0x0e, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 42, -413, 0x1629}, + {665, 51, -386, 0x1609}, + {665, 46, -413, 0x1621} + } +}; + +StandTile tile_1413 = { + 0x06ec08, 0x0e, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -386, 0x162d}, + {665, 51, -386, 0x1625}, + {638, 42, -413, 0x1635} + } +}; + +StandTile tile_1414 = { + 0x06ed08, 0x0e, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -386, 0x1631}, + {665, 51, -360, 0x1611}, + {665, 51, -386, 0x1629} + } +}; + +StandTile tile_1415 = { + 0x06ee08, 0x0e, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 47, -360, 0x1655}, + {665, 51, -360, 0x162d}, + {638, 46, -386, 0x163d} + } +}; + +StandTile tile_1416 = { + 0x06fd08, 0x0e, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {612, 42, -413, 0x1639}, + {638, 46, -386, 0x1629}, + {638, 42, -413, 0x15dd} + } +}; + +StandTile tile_1417 = { + 0x06fe08, 0x0e, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -386, 0x163d}, + {638, 46, -386, 0x1635}, + {612, 42, -413, 0x1645} + } +}; + +StandTile tile_1418 = { + 0x06ff08, 0x0e, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -386, 0x1641}, + {638, 47, -360, 0x1631}, + {638, 46, -386, 0x1639} + } +}; + +StandTile tile_1419 = { + 0x070008, 0x0e, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -360, 0x15c9}, + {638, 47, -360, 0x163d}, + {612, 46, -386, 0x164d} + } +}; + +StandTile tile_1420 = { + 0x070708, 0x0e, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -413, 0x1649}, + {612, 46, -386, 0x1639}, + {612, 42, -413, 0x15ed} + } +}; + +StandTile tile_1421 = { + 0x070808, 0x0e, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -386, 0x164d}, + {612, 46, -386, 0x1645}, + {585, 46, -413, 0x171d} + } +}; + +StandTile tile_1422 = { + 0x070908, 0x0e, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -386, 0x1651}, + {612, 46, -360, 0x1641}, + {612, 46, -386, 0x1649} + } +}; + +StandTile tile_1423 = { + 0x070a08, 0x0e, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -360, 0x15d1}, + {612, 46, -360, 0x164d}, + {585, 46, -386, 0x1725} + } +}; + +StandTile tile_1424 = { + 0x072b0a, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {638, 47, -360, 0x1659}, + {674, 43, -343, 0x15c1}, + {665, 51, -360, 0x1631} + } +}; + +StandTile tile_1425 = { + 0x072b09, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {638, 47, -360, 0x15c5}, + {647, 43, -343, 0x0000}, + {674, 43, -343, 0x1655} + } +}; + +StandTile tile_1426 = { + 0x09be08, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {720, 43, -362, 0x0000}, + {739, 47, -381, 0x1665}, + {694, 51, -386, 0x1661} + } +}; + +StandTile tile_1427 = { + 0x073008, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 50, -360, 0x15b5}, + {720, 43, -362, 0x165d}, + {694, 51, -386, 0x160d} + } +}; + +StandTile tile_1428 = { + 0x073408, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 51, -386, 0x165d}, + {739, 47, -381, 0x1669}, + {694, 47, -413, 0x1605} + } +}; + +StandTile tile_1429 = { + 0x073508, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 47, -413, 0x1665}, + {739, 47, -381, 0x0000}, + {739, 43, -407, 0x166d} + } +}; + +StandTile tile_1430 = { + 0x073608, 0x0e, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 47, -413, 0x1669}, + {739, 43, -407, 0x1671}, + {694, 46, -440, 0x15fd} + } +}; + +StandTile tile_1431 = { + 0x073708, 0x0e, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -440, 0x166d}, + {739, 43, -407, 0x0000}, + {739, 43, -434, 0x1675} + } +}; + +StandTile tile_1432 = { + 0x073808, 0x0e, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -440, 0x1671}, + {739, 43, -434, 0x1679}, + {694, 46, -467, 0x15f5} + } +}; + +StandTile tile_1433 = { + 0x073908, 0x0e, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -467, 0x1675}, + {739, 43, -434, 0x0000}, + {739, 46, -467, 0x14c9} + } +}; + +StandTile tile_1434 = { + 0x09b90a, 0x0d, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {594, 43, -343, 0x1681}, + {558, 46, -360, 0x1689}, + {567, 43, -343, 0x0000} + } +}; + +StandTile tile_1435 = { + 0x09b909, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {594, 43, -343, 0x15d1}, + {585, 46, -360, 0x1729}, + {558, 46, -360, 0x167d} + } +}; + +StandTile tile_1436 = { + 0x09b80a, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {567, 43, -343, 0x1689}, + {531, 46, -360, 0x1735}, + {541, 43, -343, 0x0000} + } +}; + +StandTile tile_1437 = { + 0x09b809, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {567, 43, -343, 0x167d}, + {558, 46, -360, 0x1711}, + {531, 46, -360, 0x1685} + } +}; + +StandTile tile_1438 = { + 0x09b70a, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 42, -360, 0x1691}, + {487, 43, -343, 0x0000}, + {514, 43, -343, 0x1739} + } +}; + +StandTile tile_1439 = { + 0x09b709, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 42, -360, 0x16f1}, + {468, 43, -362, 0x0000}, + {487, 43, -343, 0x168d} + } +}; + +StandTile tile_1440 = { + 0x065708, 0x0d, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -467, 0x1699}, + {476, 46, -440, 0x16b9}, + {476, 46, -467, 0x14f5} + } +}; + +StandTile tile_1441 = { + 0x065908, 0x0d, + 0x0, + 0x7, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -440, 0x1715}, + {476, 46, -440, 0x1695}, + {424, 46, -467, 0x173d} + } +}; + +StandTile tile_1442 = { + 0x067d08, 0x0d, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {558, 51, -440, 0x16a1}, + {585, 46, -413, 0x15ed}, + {585, 46, -440, 0x16c1} + } +}; + +StandTile tile_1443 = { + 0x067f08, 0x0d, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 51, -413, 0x171d}, + {585, 46, -413, 0x169d}, + {558, 51, -440, 0x16a5} + } +}; + +StandTile tile_1444 = { + 0x068108, 0x0d, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {531, 51, -440, 0x16a9}, + {558, 51, -413, 0x16a1}, + {558, 51, -440, 0x16c9} + } +}; + +StandTile tile_1445 = { + 0x068308, 0x0d, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 51, -413, 0x1705}, + {558, 51, -413, 0x16a5}, + {531, 51, -440, 0x16b1} + } +}; + +StandTile tile_1446 = { + 0x068508, 0x0d, + 0x0, + 0x7, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {505, 47, -440, 0x16b1}, + {531, 51, -440, 0x16cd}, + {505, 46, -467, 0x16b5} + } +}; + +StandTile tile_1447 = { + 0x068708, 0x0d, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {505, 47, -440, 0x16d1}, + {531, 51, -413, 0x16a9}, + {531, 51, -440, 0x16ad} + } +}; + +StandTile tile_1448 = { + 0x068908, 0x0d, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -467, 0x16b9}, + {505, 47, -440, 0x16ad}, + {505, 46, -467, 0x1521} + } +}; + +StandTile tile_1449 = { + 0x068b08, 0x0d, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -440, 0x16d5}, + {505, 47, -440, 0x16b5}, + {476, 46, -467, 0x1695} + } +}; + +StandTile tile_1450 = { + 0x06a908, 0x0d, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -467, 0x16c1}, + {585, 46, -440, 0x15e5}, + {585, 46, -467, 0x151d} + } +}; + +StandTile tile_1451 = { + 0x06ab08, 0x0d, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 51, -440, 0x169d}, + {585, 46, -440, 0x16bd}, + {558, 46, -467, 0x16c5} + } +}; + +StandTile tile_1452 = { + 0x06ad08, 0x0d, + 0x0, + 0x9, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -467, 0x16c9}, + {558, 51, -440, 0x16c1}, + {558, 46, -467, 0x1565} + } +}; + +StandTile tile_1453 = { + 0x06af08, 0x0d, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 51, -440, 0x16a5}, + {558, 51, -440, 0x16c5}, + {531, 46, -467, 0x16cd} + } +}; + +StandTile tile_1454 = { + 0x06b108, 0x0d, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -467, 0x16ad}, + {531, 51, -440, 0x16c9}, + {531, 46, -467, 0x1541} + } +}; + +StandTile tile_1455 = { + 0x06b308, 0x0d, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -413, 0x16dd}, + {531, 51, -413, 0x16b1}, + {505, 47, -440, 0x16d5} + } +}; + +StandTile tile_1456 = { + 0x06b708, 0x0d, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -440, 0x16f5}, + {505, 46, -413, 0x16d1}, + {505, 47, -440, 0x16b9} + } +}; + +StandTile tile_1457 = { + 0x06bd08, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 42, -360, 0x1739}, + {531, 46, -360, 0x16e5}, + {505, 42, -386, 0x16ed} + } +}; + +StandTile tile_1458 = { + 0x06c308, 0x0d, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -413, 0x16e1}, + {531, 46, -386, 0x1709}, + {531, 51, -413, 0x16d1} + } +}; + +StandTile tile_1459 = { + 0x06c408, 0x0d, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 42, -386, 0x16e5}, + {531, 46, -386, 0x16dd}, + {505, 46, -413, 0x16f9} + } +}; + +StandTile tile_1460 = { + 0x06c508, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 42, -386, 0x16d9}, + {531, 46, -360, 0x1711}, + {531, 46, -386, 0x16e1} + } +}; + +StandTile tile_1461 = { + 0x06fa08, 0x0d, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 42, -386, 0x16ed}, + {505, 42, -386, 0x16f9}, + {476, 46, -413, 0x16fd} + } +}; + +StandTile tile_1462 = { + 0x06fb08, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 42, -386, 0x16f1}, + {505, 42, -360, 0x16d9}, + {505, 42, -386, 0x16e9} + } +}; + +StandTile tile_1463 = { + 0x06fc08, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {468, 43, -362, 0x1691}, + {505, 42, -360, 0x16ed}, + {476, 42, -386, 0x1731} + } +}; + +StandTile tile_1464 = { + 0x070508, 0x0d, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -413, 0x16f9}, + {505, 46, -413, 0x16d5}, + {476, 46, -440, 0x1715} + } +}; + +StandTile tile_1465 = { + 0x070608, 0x0d, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -413, 0x16e9}, + {505, 42, -386, 0x16e1}, + {505, 46, -413, 0x16f5} + } +}; + +StandTile tile_1466 = { + 0x070b08, 0x0d, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -411, 0x1701}, + {476, 42, -386, 0x16e9}, + {476, 46, -413, 0x1719} + } +}; + +StandTile tile_1467 = { + 0x070c08, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {424, 43, -381, 0x172d}, + {476, 42, -386, 0x16fd}, + {424, 46, -411, 0x17f1} + } +}; + +StandTile tile_1468 = { + 0x070d08, 0x0d, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 51, -413, 0x1709}, + {558, 47, -386, 0x1721}, + {558, 51, -413, 0x16a9} + } +}; + +StandTile tile_1469 = { + 0x070e08, 0x0d, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -386, 0x170d}, + {558, 47, -386, 0x1705}, + {531, 51, -413, 0x16dd} + } +}; + +StandTile tile_1470 = { + 0x070f08, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -386, 0x1711}, + {558, 46, -360, 0x1729}, + {558, 47, -386, 0x1709} + } +}; + +StandTile tile_1471 = { + 0x071008, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -360, 0x1689}, + {558, 46, -360, 0x170d}, + {531, 46, -386, 0x16e5} + } +}; + +StandTile tile_1472 = { + 0x071508, 0x0d, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -440, 0x1719}, + {476, 46, -413, 0x16f5}, + {476, 46, -440, 0x1699} + } +}; + +StandTile tile_1473 = { + 0x071608, 0x0d, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -411, 0x16fd}, + {476, 46, -413, 0x1715}, + {424, 46, -440, 0x1785} + } +}; + +StandTile tile_1474 = { + 0x071708, 0x0d, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {558, 51, -413, 0x1721}, + {585, 46, -386, 0x1649}, + {585, 46, -413, 0x16a1} + } +}; + +StandTile tile_1475 = { + 0x071808, 0x0d, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {558, 47, -386, 0x1725}, + {585, 46, -386, 0x171d}, + {558, 51, -413, 0x1705} + } +}; + +StandTile tile_1476 = { + 0x071908, 0x0d, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {558, 47, -386, 0x1729}, + {585, 46, -360, 0x1651}, + {585, 46, -386, 0x1721} + } +}; + +StandTile tile_1477 = { + 0x071a08, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -360, 0x1681}, + {585, 46, -360, 0x1725}, + {558, 47, -386, 0x170d} + } +}; + +StandTile tile_1478 = { + 0x071f08, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {424, 43, -381, 0x0000}, + {450, 43, -381, 0x1731}, + {476, 42, -386, 0x1701} + } +}; + +StandTile tile_1479 = { + 0x072008, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {450, 43, -381, 0x0000}, + {468, 43, -362, 0x16f1}, + {476, 42, -386, 0x172d} + } +}; + +StandTile tile_1480 = { + 0x072308, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {541, 43, -343, 0x1685}, + {531, 46, -360, 0x1739}, + {514, 43, -343, 0x0000} + } +}; + +StandTile tile_1481 = { + 0x072f08, 0x0d, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 42, -360, 0x168d}, + {514, 43, -343, 0x1735}, + {531, 46, -360, 0x16d9} + } +}; + +StandTile tile_1482 = { + 0x04ef00, 0x0c, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -467, 0x1741}, + {398, 43, -440, 0x1789}, + {424, 46, -440, 0x1699} + } +}; + +StandTile tile_1483 = { + 0x04f100, 0x0c, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {398, 44, -467, 0x1745}, + {398, 43, -440, 0x173d}, + {424, 46, -467, 0x175d} + } +}; + +StandTile tile_1484 = { + 0x04f300, 0x0c, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {398, 44, -467, 0x1749}, + {372, 37, -440, 0x17c9}, + {398, 43, -440, 0x1741} + } +}; + +StandTile tile_1485 = { + 0x04f500, 0x0c, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {371, 42, -467, 0x174d}, + {372, 37, -440, 0x1745}, + {398, 44, -467, 0x1765} + } +}; + +StandTile tile_1486 = { + 0x04f700, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {371, 42, -467, 0x1751}, + {345, 35, -440, 0x17b1}, + {372, 37, -440, 0x1749} + } +}; + +StandTile tile_1487 = { + 0x04f900, 0x0c, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {345, 39, -467, 0x1755}, + {345, 35, -440, 0x174d}, + {371, 42, -467, 0x176d} + } +}; + +StandTile tile_1488 = { + 0x04fb00, 0x0c, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {345, 39, -467, 0x1759}, + {318, 36, -440, 0x17bd}, + {345, 35, -440, 0x1751} + } +}; + +StandTile tile_1489 = { + 0x04fd00, 0x0c, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {318, 37, -467, 0x1799}, + {318, 36, -440, 0x1755}, + {345, 39, -467, 0x1775} + } +}; + +StandTile tile_1490 = { + 0x050900, 0x0c, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -493, 0x1761}, + {398, 44, -467, 0x1741}, + {424, 46, -467, 0x14f5} + } +}; + +StandTile tile_1491 = { + 0x050b00, 0x0c, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {398, 45, -493, 0x1765}, + {398, 44, -467, 0x175d}, + {424, 46, -493, 0x17a1} + } +}; + +StandTile tile_1492 = { + 0x050d00, 0x0c, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {398, 45, -493, 0x1769}, + {371, 42, -467, 0x1749}, + {398, 44, -467, 0x1761} + } +}; + +StandTile tile_1493 = { + 0x050f00, 0x0c, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {371, 46, -493, 0x176d}, + {371, 42, -467, 0x1765}, + {398, 45, -493, 0x178d} + } +}; + +StandTile tile_1494 = { + 0x051100, 0x0c, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {371, 46, -493, 0x1771}, + {345, 39, -467, 0x1751}, + {371, 42, -467, 0x1769} + } +}; + +StandTile tile_1495 = { + 0x051300, 0x0c, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {344, 44, -493, 0x1775}, + {345, 39, -467, 0x176d}, + {371, 46, -493, 0x17d9} + } +}; + +StandTile tile_1496 = { + 0x051500, 0x0c, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {344, 44, -493, 0x1779}, + {318, 37, -467, 0x1759}, + {345, 39, -467, 0x1771} + } +}; + +StandTile tile_1497 = { + 0x051700, 0x0c, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {318, 38, -493, 0x177d}, + {318, 37, -467, 0x1775}, + {344, 44, -493, 0x17e1} + } +}; + +StandTile tile_1498 = { + 0x051900, 0x0c, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {318, 38, -493, 0x1781}, + {291, 35, -467, 0x179d}, + {318, 37, -467, 0x1779} + } +}; + +StandTile tile_1499 = { + 0x051b00, 0x0c, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {291, 35, -493, 0x180d}, + {291, 35, -467, 0x177d}, + {318, 38, -493, 0x1791} + } +}; + +StandTile tile_1500 = { + 0x053b00, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -440, 0x1789}, + {398, 43, -411, 0x17ed}, + {424, 46, -411, 0x1719} + } +}; + +StandTile tile_1501 = { + 0x053c00, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {398, 43, -440, 0x17c5}, + {398, 43, -411, 0x1785}, + {424, 46, -440, 0x173d} + } +}; + +StandTile tile_1502 = { + 0x054700, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {390, 45, -515, 0x17d5}, + {371, 46, -493, 0x1769}, + {398, 45, -493, 0x17a5} + } +}; + +StandTile tile_1503 = { + 0x054800, 0x0c, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {313, 36, -529, 0x1795}, + {291, 35, -493, 0x1781}, + {318, 38, -493, 0x17d1} + } +}; + +StandTile tile_1504 = { + 0x054900, 0x0c, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {291, 35, -522, 0x1835}, + {291, 35, -493, 0x1791}, + {313, 36, -529, 0x17cd} + } +}; + +StandTile tile_1505 = { + 0x054a00, 0x0c, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {318, 37, -467, 0x179d}, + {291, 35, -440, 0x17ad}, + {318, 36, -440, 0x1759} + } +}; + +StandTile tile_1506 = { + 0x054b00, 0x0c, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {291, 35, -467, 0x186d}, + {291, 35, -440, 0x1799}, + {318, 37, -467, 0x177d} + } +}; + +StandTile tile_1507 = { + 0x055600, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -520, 0x17a5}, + {398, 45, -493, 0x1761}, + {424, 46, -493, 0x156d} + } +}; + +StandTile tile_1508 = { + 0x055700, 0x0c, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {390, 45, -515, 0x178d}, + {398, 45, -493, 0x17a1}, + {424, 46, -520, 0x17e5} + } +}; + +StandTile tile_1509 = { + 0x055f00, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {318, 36, -440, 0x17ad}, + {291, 33, -414, 0x0000}, + {314, 36, -427, 0x17bd} + } +}; + +StandTile tile_1510 = { + 0x056000, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {291, 35, -440, 0x18bd}, + {291, 33, -414, 0x17a9}, + {318, 36, -440, 0x1799} + } +}; + +StandTile tile_1511 = { + 0x056402, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {345, 35, -440, 0x17b5}, + {367, 38, -427, 0x17c9}, + {372, 37, -440, 0x174d} + } +}; + +StandTile tile_1512 = { + 0x056401, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {345, 35, -440, 0x17b9}, + {340, 39, -427, 0x0000}, + {367, 38, -427, 0x17b1} + } +}; + +StandTile tile_1513 = { + 0x056500, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {345, 35, -440, 0x17bd}, + {314, 36, -427, 0x0000}, + {340, 39, -427, 0x17b5} + } +}; + +StandTile tile_1514 = { + 0x056600, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {318, 36, -440, 0x17a9}, + {314, 36, -427, 0x17b9}, + {345, 35, -440, 0x1755} + } +}; + +StandTile tile_1515 = { + 0x056a00, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {381, 41, -404, 0x17e9}, + {398, 43, -411, 0x17c5}, + {367, 38, -427, 0x0000} + } +}; + +StandTile tile_1516 = { + 0x056b00, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {398, 43, -440, 0x17c9}, + {367, 38, -427, 0x17c1}, + {398, 43, -411, 0x1789} + } +}; + +StandTile tile_1517 = { + 0x056c00, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {372, 37, -440, 0x17b1}, + {367, 38, -427, 0x17c5}, + {398, 43, -440, 0x1745} + } +}; + +StandTile tile_1518 = { + 0x057800, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {291, 35, -541, 0x18dd}, + {291, 35, -522, 0x1795}, + {313, 36, -529, 0x0000} + } +}; + +StandTile tile_1519 = { + 0x057900, 0x0c, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {313, 36, -529, 0x1791}, + {318, 38, -493, 0x17e1}, + {337, 41, -515, 0x0000} + } +}; + +StandTile tile_1520 = { + 0x057a00, 0x0c, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {362, 40, -515, 0x17d9}, + {371, 46, -493, 0x178d}, + {390, 45, -515, 0x0000} + } +}; + +StandTile tile_1521 = { + 0x057b00, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {362, 40, -515, 0x17dd}, + {344, 44, -493, 0x1771}, + {371, 46, -493, 0x17d5} + } +}; + +StandTile tile_1522 = { + 0x057c00, 0x0c, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {337, 41, -515, 0x17e1}, + {344, 44, -493, 0x17d9}, + {362, 40, -515, 0x0000} + } +}; + +StandTile tile_1523 = { + 0x057d00, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {337, 41, -515, 0x17d1}, + {318, 38, -493, 0x1779}, + {344, 44, -493, 0x17dd} + } +}; + +StandTile tile_1524 = { + 0x057e00, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {390, 45, -515, 0x17a5}, + {424, 46, -520, 0x15a1}, + {424, 46, -546, 0x0000} + } +}; + +StandTile tile_1525 = { + 0x0cf400, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {398, 43, -411, 0x17c1}, + {381, 41, -404, 0x0000}, + {395, 44, -381, 0x17ed} + } +}; + +StandTile tile_1526 = { + 0x0cf600, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {398, 43, -411, 0x17e9}, + {395, 44, -381, 0x17f1}, + {424, 46, -411, 0x1785} + } +}; + +StandTile tile_1527 = { + 0x0cf800, 0x0c, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -411, 0x17ed}, + {395, 44, -381, 0x0000}, + {424, 43, -381, 0x1701} + } +}; + +StandTile tile_1528 = { + 0x0d1300, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {211, 32, -411, 0x189d}, + {214, 32, -402, 0x18ad}, + {238, 34, -411, 0x1855} + } +}; + +StandTile tile_1529 = { + 0x04ff00, 0x0b, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {211, 28, -467, 0x17fd}, + {211, 32, -440, 0x187d}, + {238, 30, -467, 0x181d} + } +}; + +StandTile tile_1530 = { + 0x050100, 0x0b, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {211, 28, -467, 0x1801}, + {185, 26, -440, 0x1861}, + {211, 32, -440, 0x17f9} + } +}; + +StandTile tile_1531 = { + 0x050300, 0x0b, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {185, 25, -467, 0x1805}, + {185, 26, -440, 0x17fd}, + {211, 28, -467, 0x1825} + } +}; + +StandTile tile_1532 = { + 0x050500, 0x0b, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {185, 25, -467, 0x1809}, + {159, 23, -440, 0x1869}, + {185, 26, -440, 0x1801} + } +}; + +StandTile tile_1533 = { + 0x050700, 0x0b, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -466, 0x18f5}, + {159, 23, -440, 0x1805}, + {185, 25, -467, 0x182d} + } +}; + +StandTile tile_1534 = { + 0x051d00, 0x0b, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {291, 35, -493, 0x1811}, + {265, 32, -467, 0x1871}, + {291, 35, -467, 0x1781} + } +}; + +StandTile tile_1535 = { + 0x051f00, 0x0b, + 0x0, + 0x9, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {265, 32, -493, 0x1815}, + {265, 32, -467, 0x180d}, + {291, 35, -493, 0x1835} + } +}; + +StandTile tile_1536 = { + 0x052100, 0x0b, + 0x0, + 0x8, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {265, 32, -493, 0x1819}, + {238, 30, -467, 0x1879}, + {265, 32, -467, 0x1811} + } +}; + +StandTile tile_1537 = { + 0x052300, 0x0b, + 0x0, + 0x8, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {238, 26, -493, 0x181d}, + {238, 30, -467, 0x1815}, + {265, 32, -493, 0x183d} + } +}; + +StandTile tile_1538 = { + 0x052500, 0x0b, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {238, 26, -493, 0x1821}, + {211, 28, -467, 0x17f9}, + {238, 30, -467, 0x1819} + } +}; + +StandTile tile_1539 = { + 0x052700, 0x0b, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {212, 23, -493, 0x1825}, + {211, 28, -467, 0x181d}, + {238, 26, -493, 0x1845} + } +}; + +StandTile tile_1540 = { + 0x052900, 0x0b, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {212, 23, -493, 0x1829}, + {185, 25, -467, 0x1801}, + {211, 28, -467, 0x1821} + } +}; + +StandTile tile_1541 = { + 0x052b00, 0x0b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {185, 25, -493, 0x182d}, + {185, 25, -467, 0x1825}, + {212, 23, -493, 0x1885} + } +}; + +StandTile tile_1542 = { + 0x052d00, 0x0b, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {185, 25, -493, 0x1831}, + {159, 23, -466, 0x1809}, + {185, 25, -467, 0x1829} + } +}; + +StandTile tile_1543 = { + 0x052f00, 0x0b, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -493, 0x19b9}, + {159, 23, -466, 0x182d}, + {185, 25, -493, 0x188d} + } +}; + +StandTile tile_1544 = { + 0x053100, 0x0b, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {291, 35, -522, 0x1839}, + {265, 32, -493, 0x1811}, + {291, 35, -493, 0x1795} + } +}; + +StandTile tile_1545 = { + 0x053300, 0x0b, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 32, -522, 0x183d}, + {265, 32, -493, 0x1835}, + {291, 35, -522, 0x18dd} + } +}; + +StandTile tile_1546 = { + 0x053500, 0x0b, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {265, 32, -522, 0x1841}, + {238, 26, -493, 0x1819}, + {265, 32, -493, 0x1839} + } +}; + +StandTile tile_1547 = { + 0x053700, 0x0b, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {238, 26, -522, 0x1845}, + {238, 26, -493, 0x183d}, + {265, 32, -522, 0x18d5} + } +}; + +StandTile tile_1548 = { + 0x053900, 0x0b, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {238, 26, -522, 0x1881}, + {212, 23, -493, 0x1821}, + {238, 26, -493, 0x1841} + } +}; + +StandTile tile_1549 = { + 0x053d00, 0x0b, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 33, -440, 0x184d}, + {265, 33, -411, 0x18bd}, + {291, 35, -440, 0x186d} + } +}; + +StandTile tile_1550 = { + 0x053f00, 0x0b, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {265, 33, -440, 0x1851}, + {238, 34, -411, 0x18b1}, + {265, 33, -411, 0x1849} + } +}; + +StandTile tile_1551 = { + 0x054000, 0x0b, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {238, 35, -440, 0x1855}, + {238, 34, -411, 0x184d}, + {265, 33, -440, 0x1875} + } +}; + +StandTile tile_1552 = { + 0x054100, 0x0b, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {238, 35, -440, 0x1859}, + {211, 32, -411, 0x17f5}, + {238, 34, -411, 0x1851} + } +}; + +StandTile tile_1553 = { + 0x054200, 0x0b, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {211, 32, -440, 0x185d}, + {211, 32, -411, 0x1855}, + {238, 35, -440, 0x187d} + } +}; + +StandTile tile_1554 = { + 0x054300, 0x0b, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {211, 32, -440, 0x1861}, + {185, 26, -411, 0x18a1}, + {211, 32, -411, 0x1859} + } +}; + +StandTile tile_1555 = { + 0x054400, 0x0b, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {185, 26, -440, 0x1865}, + {185, 26, -411, 0x185d}, + {211, 32, -440, 0x17fd} + } +}; + +StandTile tile_1556 = { + 0x054500, 0x0b, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {185, 26, -440, 0x1869}, + {159, 23, -412, 0x1899}, + {185, 26, -411, 0x1861} + } +}; + +StandTile tile_1557 = { + 0x054600, 0x0b, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -440, 0x1975}, + {159, 23, -412, 0x1865}, + {185, 26, -440, 0x1805} + } +}; + +StandTile tile_1558 = { + 0x054c00, 0x0b, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {291, 35, -467, 0x1871}, + {265, 33, -440, 0x1849}, + {291, 35, -440, 0x179d} + } +}; + +StandTile tile_1559 = { + 0x054d00, 0x0b, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {265, 32, -467, 0x1875}, + {265, 33, -440, 0x186d}, + {291, 35, -467, 0x180d} + } +}; + +StandTile tile_1560 = { + 0x054e00, 0x0b, + 0x0, + 0x7, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {265, 32, -467, 0x1879}, + {238, 35, -440, 0x1851}, + {265, 33, -440, 0x1871} + } +}; + +StandTile tile_1561 = { + 0x054f00, 0x0b, + 0x0, + 0x7, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {238, 30, -467, 0x187d}, + {238, 35, -440, 0x1875}, + {265, 32, -467, 0x1815} + } +}; + +StandTile tile_1562 = { + 0x055000, 0x0b, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {238, 30, -467, 0x17f9}, + {211, 32, -440, 0x1859}, + {238, 35, -440, 0x1879} + } +}; + +StandTile tile_1563 = { + 0x055100, 0x0b, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {212, 24, -522, 0x1885}, + {212, 23, -493, 0x1845}, + {238, 26, -522, 0x18cd} + } +}; + +StandTile tile_1564 = { + 0x055200, 0x0b, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {212, 24, -522, 0x1889}, + {185, 25, -493, 0x1829}, + {212, 23, -493, 0x1881} + } +}; + +StandTile tile_1565 = { + 0x055300, 0x0b, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {185, 25, -522, 0x188d}, + {185, 25, -493, 0x1885}, + {212, 24, -522, 0x18e9} + } +}; + +StandTile tile_1566 = { + 0x055400, 0x0b, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {185, 25, -522, 0x1891}, + {159, 23, -493, 0x1831}, + {185, 25, -493, 0x1889} + } +}; + +StandTile tile_1567 = { + 0x055500, 0x0b, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -521, 0x1a3d}, + {159, 23, -493, 0x188d}, + {185, 25, -522, 0x18c1} + } +}; + +StandTile tile_1568 = { + 0x0d0f00, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -386, 0x19b1}, + {159, 22, -368, 0x18a5}, + {185, 26, -411, 0x1899} + } +}; + +StandTile tile_1569 = { + 0x055800, 0x0b, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -412, 0x196d}, + {159, 23, -386, 0x1895}, + {185, 26, -411, 0x1865} + } +}; + +StandTile tile_1570 = { + 0x055900, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {211, 32, -411, 0x18a1}, + {195, 24, -384, 0x0000}, + {214, 32, -402, 0x17f5} + } +}; + +StandTile tile_1571 = { + 0x055a00, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {185, 26, -411, 0x18a9}, + {195, 24, -384, 0x189d}, + {211, 32, -411, 0x185d} + } +}; + +StandTile tile_1572 = { + 0x0d1000, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {185, 26, -411, 0x1895}, + {159, 22, -368, 0x0000}, + {177, 22, -367, 0x18a9} + } +}; + +StandTile tile_1573 = { + 0x055c00, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {185, 26, -411, 0x18a5}, + {177, 22, -367, 0x0000}, + {195, 24, -384, 0x18a1} + } +}; + +StandTile tile_1574 = { + 0x055d00, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {241, 31, -402, 0x18b1}, + {238, 34, -411, 0x17f5}, + {214, 32, -402, 0x0000} + } +}; + +StandTile tile_1575 = { + 0x055e00, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {238, 34, -411, 0x18ad}, + {241, 31, -402, 0x18b5}, + {265, 33, -411, 0x184d} + } +}; + +StandTile tile_1576 = { + 0x0cfb00, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {241, 31, -402, 0x0000}, + {267, 32, -400, 0x18b9}, + {265, 33, -411, 0x18b1} + } +}; + +StandTile tile_1577 = { + 0x056200, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {265, 33, -411, 0x18b5}, + {267, 32, -400, 0x0000}, + {291, 33, -414, 0x18bd} + } +}; + +StandTile tile_1578 = { + 0x056300, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {291, 35, -440, 0x1849}, + {265, 33, -411, 0x18b9}, + {291, 33, -414, 0x17ad} + } +}; + +StandTile tile_1579 = { + 0x0d1400, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -521, 0x1891}, + {185, 25, -522, 0x18e1}, + {182, 24, -542, 0x18c5} + } +}; + +StandTile tile_1580 = { + 0x0d1600, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -547, 0x1a25}, + {159, 23, -521, 0x18c1}, + {182, 24, -542, 0x18c9} + } +}; + +StandTile tile_1581 = { + 0x056e00, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {159, 22, -561, 0x1a55}, + {159, 23, -547, 0x18c5}, + {182, 24, -542, 0x0000} + } +}; + +StandTile tile_1582 = { + 0x056f00, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {212, 24, -522, 0x1881}, + {238, 26, -522, 0x18d1}, + {236, 29, -542, 0x18ed} + } +}; + +StandTile tile_1583 = { + 0x057000, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {236, 29, -542, 0x18cd}, + {238, 26, -522, 0x18d5}, + {263, 34, -542, 0x0000} + } +}; + +StandTile tile_1584 = { + 0x057100, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {238, 26, -522, 0x1841}, + {265, 32, -522, 0x18d9}, + {263, 34, -542, 0x18d1} + } +}; + +StandTile tile_1585 = { + 0x057200, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {263, 34, -542, 0x18d5}, + {265, 32, -522, 0x18dd}, + {291, 35, -541, 0x0000} + } +}; + +StandTile tile_1586 = { + 0x057300, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {265, 32, -522, 0x1839}, + {291, 35, -522, 0x17cd}, + {291, 35, -541, 0x18d9} + } +}; + +StandTile tile_1587 = { + 0x057400, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {182, 24, -542, 0x18c1}, + {185, 25, -522, 0x18e9}, + {196, 24, -542, 0x0000} + } +}; + +StandTile tile_1588 = { + 0x057502, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {196, 24, -542, 0x18e9}, + {212, 24, -522, 0x18ed}, + {209, 24, -542, 0x0000} + } +}; + +StandTile tile_1589 = { + 0x057501, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {196, 24, -542, 0x18e1}, + {185, 25, -522, 0x1889}, + {212, 24, -522, 0x18e5} + } +}; + +StandTile tile_1590 = { + 0x057600, 0x0b, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {209, 24, -542, 0x18e5}, + {212, 24, -522, 0x18cd}, + {236, 29, -542, 0x0000} + } +}; + +StandTile tile_1591 = { + 0x061f00, 0x0a, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -440, 0x18f5}, + {108, 23, -466, 0x1921}, + {108, 23, -440, 0x1975} + } +}; + +StandTile tile_1592 = { + 0x062100, 0x0a, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -466, 0x19b5}, + {108, 23, -466, 0x18f1}, + {159, 23, -440, 0x1809} + } +}; + +StandTile tile_1593 = { + 0x062300, 0x0a, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {26, 23, -333, 0x18fd}, + {-1, 23, -360, 0x1a89}, + {-1, 23, -333, 0x1be9} + } +}; + +StandTile tile_1594 = { + 0x062500, 0x0a, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {26, 23, -360, 0x1901}, + {-1, 23, -360, 0x18f9}, + {26, 23, -333, 0x1991} + } +}; + +StandTile tile_1595 = { + 0x062700, 0x0a, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {26, 23, -360, 0x1905}, + {-1, 23, -386, 0x1a91}, + {-1, 23, -360, 0x18fd} + } +}; + +StandTile tile_1596 = { + 0x062900, 0x0a, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {26, 22, -386, 0x1909}, + {-1, 23, -386, 0x1901}, + {26, 23, -360, 0x1999} + } +}; + +StandTile tile_1597 = { + 0x062b00, 0x0a, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {26, 22, -386, 0x190d}, + {-1, 23, -413, 0x1a99}, + {-1, 23, -386, 0x1905} + } +}; + +StandTile tile_1598 = { + 0x062d00, 0x0a, + 0x0, + 0xa, 0x8, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {26, 19, -413, 0x1911}, + {-1, 23, -413, 0x1909}, + {26, 22, -386, 0x1931} + } +}; + +StandTile tile_1599 = { + 0x062f00, 0x0a, + 0x0, + 0xa, 0x8, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {26, 19, -413, 0x1915}, + {-1, 23, -440, 0x1aa1}, + {-1, 23, -413, 0x190d} + } +}; + +StandTile tile_1600 = { + 0x063100, 0x0a, + 0x0, + 0xb, 0x8, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {26, 19, -440, 0x1919}, + {-1, 23, -440, 0x1911}, + {26, 19, -413, 0x1959} + } +}; + +StandTile tile_1601 = { + 0x063300, 0x0a, + 0x0, + 0xa, 0x8, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {26, 19, -440, 0x191d}, + {-1, 23, -466, 0x1a7d}, + {-1, 23, -440, 0x1915} + } +}; + +StandTile tile_1602 = { + 0x063500, 0x0a, + 0x0, + 0xa, 0x8, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {26, 23, -466, 0x19dd}, + {-1, 23, -466, 0x1919}, + {26, 19, -440, 0x1961} + } +}; + +StandTile tile_1603 = { + 0x064300, 0x0a, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {108, 23, -466, 0x19d5}, + {79, 23, -466, 0x1955}, + {108, 23, -440, 0x18f1} + } +}; + +StandTile tile_1604 = { + 0x064700, 0x0a, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {79, 23, -413, 0x1929}, + {52, 19, -440, 0x195d}, + {52, 19, -413, 0x197d} + } +}; + +StandTile tile_1605 = { + 0x064800, 0x0a, + 0x0, + 0xa, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {79, 22, -440, 0x192d}, + {52, 19, -440, 0x1925}, + {79, 23, -413, 0x194d} + } +}; + +StandTile tile_1606 = { + 0x064900, 0x0a, + 0x0, + 0x9, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {79, 22, -440, 0x1941}, + {52, 23, -466, 0x1965}, + {52, 19, -440, 0x1929} + } +}; + +StandTile tile_1607 = { + 0x064a00, 0x0a, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {52, 23, -386, 0x1945}, + {26, 19, -413, 0x190d}, + {26, 22, -386, 0x199d} + } +}; + +StandTile tile_1608 = { + 0x064c00, 0x0a, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {123, 25, -368, 0x1939}, + {79, 28, -386, 0x198d}, + {79, 27, -360, 0x19a9} + } +}; + +StandTile tile_1609 = { + 0x064d00, 0x0a, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {108, 27, -386, 0x193d}, + {79, 28, -386, 0x1935}, + {123, 25, -368, 0x19ad} + } +}; + +StandTile tile_1610 = { + 0x064e00, 0x0a, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {108, 27, -386, 0x1949}, + {79, 23, -413, 0x197d}, + {79, 28, -386, 0x1939} + } +}; + +StandTile tile_1611 = { + 0x064f00, 0x0a, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {79, 23, -466, 0x19ed}, + {52, 23, -466, 0x192d}, + {79, 22, -440, 0x1955} + } +}; + +StandTile tile_1612 = { + 0x065000, 0x0a, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {52, 19, -413, 0x1959}, + {26, 19, -413, 0x1931}, + {52, 23, -386, 0x1979} + } +}; + +StandTile tile_1613 = { + 0x065500, 0x0a, + 0x0, + 0x8, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {108, 24, -413, 0x194d}, + {79, 23, -413, 0x193d}, + {108, 27, -386, 0x1969} + } +}; + +StandTile tile_1614 = { + 0x065600, 0x0a, + 0x0, + 0x9, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {108, 24, -413, 0x1951}, + {79, 22, -440, 0x1929}, + {79, 23, -413, 0x1949} + } +}; + +StandTile tile_1615 = { + 0x065700, 0x0a, + 0x0, + 0x8, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {108, 23, -440, 0x1955}, + {79, 22, -440, 0x194d}, + {108, 24, -413, 0x1971} + } +}; + +StandTile tile_1616 = { + 0x065800, 0x0a, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {108, 23, -440, 0x1921}, + {79, 23, -466, 0x1941}, + {79, 22, -440, 0x1951} + } +}; + +StandTile tile_1617 = { + 0x065900, 0x0a, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {52, 19, -413, 0x195d}, + {26, 19, -440, 0x1915}, + {26, 19, -413, 0x1945} + } +}; + +StandTile tile_1618 = { + 0x065a00, 0x0a, + 0x0, + 0x9, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {52, 19, -440, 0x1961}, + {26, 19, -440, 0x1959}, + {52, 19, -413, 0x1925} + } +}; + +StandTile tile_1619 = { + 0x068000, 0x0a, + 0x0, + 0xb, 0x8, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {52, 19, -440, 0x1965}, + {26, 23, -466, 0x191d}, + {26, 19, -440, 0x195d} + } +}; + +StandTile tile_1620 = { + 0x068100, 0x0a, + 0x0, + 0xa, 0x8, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {52, 23, -466, 0x19e5}, + {26, 23, -466, 0x1961}, + {52, 19, -440, 0x192d} + } +}; + +StandTile tile_1621 = { + 0x068900, 0x0a, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -386, 0x196d}, + {108, 24, -413, 0x1949}, + {108, 27, -386, 0x19ad} + } +}; + +StandTile tile_1622 = { + 0x068a00, 0x0a, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -412, 0x1971}, + {108, 24, -413, 0x1969}, + {159, 23, -386, 0x1899} + } +}; + +StandTile tile_1623 = { + 0x068b00, 0x0a, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -412, 0x1975}, + {108, 23, -440, 0x1951}, + {108, 24, -413, 0x196d} + } +}; + +StandTile tile_1624 = { + 0x068c00, 0x0a, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -440, 0x18f1}, + {108, 23, -440, 0x1971}, + {159, 23, -412, 0x1869} + } +}; + +StandTile tile_1625 = { + 0x068d00, 0x0a, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {79, 28, -386, 0x197d}, + {52, 19, -413, 0x1945}, + {52, 23, -386, 0x198d} + } +}; + +StandTile tile_1626 = { + 0x068e00, 0x0a, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {79, 23, -413, 0x1925}, + {52, 19, -413, 0x1979}, + {79, 28, -386, 0x193d} + } +}; + +StandTile tile_1627 = { + 0x069b00, 0x0a, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 23, -333, 0x1985}, + {52, 24, -360, 0x1995}, + {53, 23, -333, 0x1c4d} + } +}; + +StandTile tile_1628 = { + 0x069c00, 0x0a, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 27, -360, 0x1989}, + {52, 24, -360, 0x1981}, + {79, 23, -333, 0x19a1} + } +}; + +StandTile tile_1629 = { + 0x069d00, 0x0a, + 0x0, + 0x4, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 27, -360, 0x198d}, + {52, 23, -386, 0x199d}, + {52, 24, -360, 0x1985} + } +}; + +StandTile tile_1630 = { + 0x069e00, 0x0a, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 28, -386, 0x1979}, + {52, 23, -386, 0x1989}, + {79, 27, -360, 0x1935} + } +}; + +StandTile tile_1631 = { + 0x06a500, 0x0a, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {53, 23, -333, 0x1995}, + {26, 23, -360, 0x18fd}, + {26, 23, -333, 0x1c2d} + } +}; + +StandTile tile_1632 = { + 0x06a600, 0x0a, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {52, 24, -360, 0x1999}, + {26, 23, -360, 0x1991}, + {53, 23, -333, 0x1981} + } +}; + +StandTile tile_1633 = { + 0x06a700, 0x0a, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {52, 24, -360, 0x199d}, + {26, 22, -386, 0x1905}, + {26, 23, -360, 0x1995} + } +}; + +StandTile tile_1634 = { + 0x06a800, 0x0a, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {52, 23, -386, 0x1931}, + {26, 22, -386, 0x1999}, + {52, 24, -360, 0x1989} + } +}; + +StandTile tile_1635 = { + 0x0d1800, 0x0a, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 27, -360, 0x1985}, + {79, 23, -333, 0x1c51}, + {85, 22, -333, 0x19a5} + } +}; + +StandTile tile_1636 = { + 0x06aa00, 0x0a, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {101, 22, -346, 0x19a9}, + {79, 27, -360, 0x19a1}, + {85, 22, -333, 0x0000} + } +}; + +StandTile tile_1637 = { + 0x0d1700, 0x0a, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {123, 25, -368, 0x1935}, + {79, 27, -360, 0x19a5}, + {101, 22, -346, 0x0000} + } +}; + +StandTile tile_1638 = { + 0x0d0d00, 0x0a, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -386, 0x1969}, + {108, 27, -386, 0x1939}, + {123, 25, -368, 0x19b1} + } +}; + +StandTile tile_1639 = { + 0x06ad00, 0x0a, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -386, 0x19ad}, + {123, 25, -368, 0x0000}, + {159, 22, -368, 0x1895} + } +}; + +StandTile tile_1640 = { + 0x05e500, 0x09, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -466, 0x19b9}, + {108, 23, -493, 0x19d9}, + {108, 23, -466, 0x18f5} + } +}; + +StandTile tile_1641 = { + 0x05e700, 0x09, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -493, 0x1a39}, + {108, 23, -493, 0x19b5}, + {159, 23, -466, 0x1831} + } +}; + +StandTile tile_1642 = { + 0x060b00, 0x09, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {26, 28, -493, 0x19c1}, + {-1, 23, -520, 0x1b19}, + {-1, 23, -493, 0x19e1} + } +}; + +StandTile tile_1643 = { + 0x060d00, 0x09, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {26, 28, -520, 0x1a41}, + {-1, 23, -520, 0x19bd}, + {26, 28, -493, 0x19c5} + } +}; + +StandTile tile_1644 = { + 0x060f00, 0x09, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {52, 28, -493, 0x19c9}, + {26, 28, -520, 0x19c1}, + {26, 28, -493, 0x19e9} + } +}; + +StandTile tile_1645 = { + 0x061100, 0x09, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {52, 28, -520, 0x1a29}, + {26, 28, -520, 0x19c5}, + {52, 28, -493, 0x19d1} + } +}; + +StandTile tile_1646 = { + 0x061300, 0x09, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {79, 24, -493, 0x19d1}, + {52, 28, -493, 0x19ed}, + {79, 23, -466, 0x19d5} + } +}; + +StandTile tile_1647 = { + 0x061500, 0x09, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {79, 24, -493, 0x19f1}, + {52, 28, -520, 0x19c9}, + {52, 28, -493, 0x19cd} + } +}; + +StandTile tile_1648 = { + 0x061700, 0x09, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {108, 23, -466, 0x19d9}, + {79, 24, -493, 0x19cd}, + {79, 23, -466, 0x1921} + } +}; + +StandTile tile_1649 = { + 0x061900, 0x09, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {108, 23, -493, 0x19f5}, + {79, 24, -493, 0x19d5}, + {108, 23, -466, 0x19b5} + } +}; + +StandTile tile_1650 = { + 0x063700, 0x09, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {26, 23, -466, 0x19e1}, + {-1, 23, -493, 0x1b11}, + {-1, 23, -466, 0x191d} + } +}; + +StandTile tile_1651 = { + 0x063900, 0x09, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {26, 28, -493, 0x19bd}, + {-1, 23, -493, 0x19dd}, + {26, 23, -466, 0x19e5} + } +}; + +StandTile tile_1652 = { + 0x063b00, 0x09, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {52, 23, -466, 0x19e9}, + {26, 28, -493, 0x19e1}, + {26, 23, -466, 0x1965} + } +}; + +StandTile tile_1653 = { + 0x063d00, 0x09, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {52, 28, -493, 0x19c5}, + {26, 28, -493, 0x19e5}, + {52, 23, -466, 0x19ed} + } +}; + +StandTile tile_1654 = { + 0x063f00, 0x09, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {79, 23, -466, 0x19cd}, + {52, 28, -493, 0x19e9}, + {52, 23, -466, 0x1941} + } +}; + +StandTile tile_1655 = { + 0x064100, 0x09, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 23, -520, 0x1a01}, + {52, 28, -520, 0x19d1}, + {79, 24, -493, 0x19f5} + } +}; + +StandTile tile_1656 = { + 0x064500, 0x09, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {108, 23, -493, 0x1a19}, + {79, 23, -520, 0x19f1}, + {79, 24, -493, 0x19d9} + } +}; + +StandTile tile_1657 = { + 0x064b00, 0x09, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {91, 22, -580, 0x0000}, + {65, 22, -580, 0x1a09}, + {79, 19, -547, 0x1a11} + } +}; + +StandTile tile_1658 = { + 0x065100, 0x09, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -547, 0x1a51}, + {118, 22, -580, 0x1a15}, + {108, 19, -547, 0x1a25} + } +}; + +StandTile tile_1659 = { + 0x065200, 0x09, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {79, 23, -520, 0x1a05}, + {52, 23, -547, 0x1a2d}, + {52, 28, -520, 0x19f1} + } +}; + +StandTile tile_1660 = { + 0x065300, 0x09, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {79, 19, -547, 0x1a09}, + {52, 23, -547, 0x1a01}, + {79, 23, -520, 0x1a1d} + } +}; + +StandTile tile_1661 = { + 0x065400, 0x09, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 19, -547, 0x19f9}, + {65, 22, -580, 0x1a35}, + {52, 23, -547, 0x1a05} + } +}; + +StandTile tile_1662 = { + 0x068200, 0x09, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {108, 19, -547, 0x1a11}, + {79, 19, -547, 0x1a1d}, + {108, 22, -520, 0x1a21} + } +}; + +StandTile tile_1663 = { + 0x068300, 0x09, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {108, 19, -547, 0x1a15}, + {91, 22, -580, 0x19f9}, + {79, 19, -547, 0x1a0d} + } +}; + +StandTile tile_1664 = { + 0x068400, 0x09, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {118, 22, -580, 0x0000}, + {91, 22, -580, 0x1a11}, + {108, 19, -547, 0x19fd} + } +}; + +StandTile tile_1665 = { + 0x068f00, 0x09, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {108, 22, -520, 0x1a1d}, + {79, 23, -520, 0x19f5}, + {108, 23, -493, 0x1a39} + } +}; + +StandTile tile_1666 = { + 0x069000, 0x09, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {108, 22, -520, 0x1a0d}, + {79, 19, -547, 0x1a05}, + {79, 23, -520, 0x1a19} + } +}; + +StandTile tile_1667 = { + 0x069500, 0x09, + 0x0, + 0x2, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -521, 0x1a25}, + {108, 19, -547, 0x1a0d}, + {108, 22, -520, 0x1a3d} + } +}; + +StandTile tile_1668 = { + 0x069600, 0x09, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -547, 0x19fd}, + {108, 19, -547, 0x1a21}, + {159, 23, -521, 0x18c5} + } +}; + +StandTile tile_1669 = { + 0x069700, 0x09, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {52, 28, -520, 0x1a2d}, + {26, 24, -547, 0x1a45}, + {26, 28, -520, 0x19c9} + } +}; + +StandTile tile_1670 = { + 0x069800, 0x09, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {52, 23, -547, 0x1a31}, + {26, 24, -547, 0x1a29}, + {52, 28, -520, 0x1a01} + } +}; + +StandTile tile_1671 = { + 0x069900, 0x09, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {52, 23, -547, 0x1a35}, + {38, 22, -580, 0x1a4d}, + {26, 24, -547, 0x1a2d} + } +}; + +StandTile tile_1672 = { + 0x069a00, 0x09, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {65, 22, -580, 0x0000}, + {38, 22, -580, 0x1a31}, + {52, 23, -547, 0x1a09} + } +}; + +StandTile tile_1673 = { + 0x069f00, 0x09, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -493, 0x1a3d}, + {108, 22, -520, 0x1a19}, + {108, 23, -493, 0x19b9} + } +}; + +StandTile tile_1674 = { + 0x06a000, 0x09, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {159, 23, -521, 0x1a21}, + {108, 22, -520, 0x1a39}, + {159, 23, -493, 0x1891} + } +}; + +StandTile tile_1675 = { + 0x06a100, 0x09, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {26, 28, -520, 0x1a45}, + {-1, 23, -547, 0x1b75}, + {-1, 23, -520, 0x19c1} + } +}; + +StandTile tile_1676 = { + 0x06a200, 0x09, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {26, 24, -547, 0x1a49}, + {-1, 23, -547, 0x1a41}, + {26, 28, -520, 0x1a29} + } +}; + +StandTile tile_1677 = { + 0x06a300, 0x09, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {26, 24, -547, 0x1a4d}, + {-1, 22, -580, 0x1b7d}, + {-1, 23, -547, 0x1a45} + } +}; + +StandTile tile_1678 = { + 0x06a400, 0x09, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {38, 22, -580, 0x0000}, + {-1, 22, -580, 0x1a49}, + {26, 24, -547, 0x1a31} + } +}; + +StandTile tile_1679 = { + 0x0d1500, 0x09, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {145, 23, -580, 0x0000}, + {118, 22, -580, 0x19fd}, + {159, 23, -547, 0x1a55} + } +}; + +StandTile tile_1680 = { + 0x06be00, 0x09, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {145, 23, -580, 0x1a51}, + {159, 23, -547, 0x18c9}, + {159, 22, -561, 0x0000} + } +}; + +StandTile tile_1681 = { + 0x0cfe00, 0x08, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-55, 22, -360, 0x1afd}, + {-63, 24, -333, 0x1bad}, + {-28, 23, -333, 0x1ac9} + } +}; + +StandTile tile_1682 = { + 0x06b500, 0x08, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 23, -466, 0x1b9d}, + {-140, 22, -466, 0x0000}, + {-121, 23, -451, 0x1a61} + } +}; + +StandTile tile_1683 = { + 0x06b300, 0x08, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 23, -466, 0x1a5d}, + {-121, 23, -451, 0x1af9}, + {-110, 23, -440, 0x1a75} + } +}; + +StandTile tile_1684 = { + 0x067f00, 0x08, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 28, -440, 0x1a79}, + {-55, 23, -466, 0x1a69}, + {-55, 28, -440, 0x1ae1} + } +}; + +StandTile tile_1685 = { + 0x066f00, 0x08, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-55, 23, -466, 0x1b41}, + {-81, 23, -466, 0x1a6d}, + {-55, 28, -440, 0x1a65} + } +}; + +StandTile tile_1686 = { + 0x066e00, 0x08, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-55, 28, -440, 0x1a69}, + {-81, 23, -466, 0x1a71}, + {-81, 24, -440, 0x1ac5} + } +}; + +StandTile tile_1687 = { + 0x065f00, 0x08, + 0x0, + 0x2, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-81, 23, -466, 0x1b21}, + {-110, 23, -466, 0x1a75}, + {-81, 24, -440, 0x1a6d} + } +}; + +StandTile tile_1688 = { + 0x065e00, 0x08, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 24, -440, 0x1a71}, + {-110, 23, -466, 0x1a61}, + {-110, 23, -440, 0x1aad} + } +}; + +StandTile tile_1689 = { + 0x061b00, 0x08, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-28, 23, -466, 0x1b1d}, + {-55, 23, -466, 0x1a65}, + {-28, 28, -440, 0x1a81} + } +}; + +StandTile tile_1690 = { + 0x060100, 0x08, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -466, 0x1b0d}, + {-28, 23, -466, 0x1a81}, + {-1, 23, -440, 0x1919} + } +}; + +StandTile tile_1691 = { + 0x05ff00, 0x08, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -440, 0x1a7d}, + {-28, 23, -466, 0x1a79}, + {-28, 28, -440, 0x1aa1} + } +}; + +StandTile tile_1692 = { + 0x05ef00, 0x08, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -333, 0x1a89}, + {-28, 23, -360, 0x1ac9}, + {-28, 23, -333, 0x1bc1} + } +}; + +StandTile tile_1693 = { + 0x05f100, 0x08, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -360, 0x1a8d}, + {-28, 23, -360, 0x1a85}, + {-1, 23, -333, 0x18f9} + } +}; + +StandTile tile_1694 = { + 0x05f300, 0x08, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -360, 0x1a91}, + {-28, 24, -386, 0x1ad1}, + {-28, 23, -360, 0x1a89} + } +}; + +StandTile tile_1695 = { + 0x05f500, 0x08, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -386, 0x1a95}, + {-28, 24, -386, 0x1a8d}, + {-1, 23, -360, 0x1901} + } +}; + +StandTile tile_1696 = { + 0x05f700, 0x08, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -386, 0x1a99}, + {-28, 28, -413, 0x1ad9}, + {-28, 24, -386, 0x1a91} + } +}; + +StandTile tile_1697 = { + 0x05f900, 0x08, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -413, 0x1a9d}, + {-28, 28, -413, 0x1a95}, + {-1, 23, -386, 0x1909} + } +}; + +StandTile tile_1698 = { + 0x05fb00, 0x08, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -413, 0x1aa1}, + {-28, 28, -440, 0x1ae1}, + {-28, 28, -413, 0x1a99} + } +}; + +StandTile tile_1699 = { + 0x05fd00, 0x08, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -440, 0x1a81}, + {-28, 28, -440, 0x1a9d}, + {-1, 23, -413, 0x1911} + } +}; + +StandTile tile_1700 = { + 0x065b00, 0x08, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 23, -413, 0x1aa9}, + {-110, 22, -413, 0x1ae5}, + {-81, 19, -386, 0x1ab9} + } +}; + +StandTile tile_1701 = { + 0x065c00, 0x08, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 23, -413, 0x1aad}, + {-110, 23, -440, 0x1af5}, + {-110, 22, -413, 0x1aa5} + } +}; + +StandTile tile_1702 = { + 0x065d00, 0x08, + 0x0, + 0x2, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-81, 24, -440, 0x1a75}, + {-110, 23, -440, 0x1aa9}, + {-81, 23, -413, 0x1ac1} + } +}; + +StandTile tile_1703 = { + 0x066800, 0x08, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-55, 22, -360, 0x1ab5}, + {-81, 19, -386, 0x1ae9}, + {-82, 20, -360, 0x1afd} + } +}; + +StandTile tile_1704 = { + 0x066900, 0x08, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-55, 23, -386, 0x1ab9}, + {-81, 19, -386, 0x1ab1}, + {-55, 22, -360, 0x1acd} + } +}; + +StandTile tile_1705 = { + 0x066a00, 0x08, + 0x0, + 0x2, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-55, 23, -386, 0x1abd}, + {-81, 23, -413, 0x1aa5}, + {-81, 19, -386, 0x1ab5} + } +}; + +StandTile tile_1706 = { + 0x066b00, 0x08, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-55, 28, -413, 0x1ac1}, + {-81, 23, -413, 0x1ab9}, + {-55, 23, -386, 0x1ad5} + } +}; + +StandTile tile_1707 = { + 0x066c00, 0x08, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-55, 28, -413, 0x1ac5}, + {-81, 24, -440, 0x1aad}, + {-81, 23, -413, 0x1abd} + } +}; + +StandTile tile_1708 = { + 0x066d00, 0x08, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-55, 28, -440, 0x1a6d}, + {-81, 24, -440, 0x1ac1}, + {-55, 28, -413, 0x1add} + } +}; + +StandTile tile_1709 = { + 0x067800, 0x08, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 23, -360, 0x1acd}, + {-55, 22, -360, 0x1a59}, + {-28, 23, -333, 0x1a85} + } +}; + +StandTile tile_1710 = { + 0x067900, 0x08, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 23, -360, 0x1ad1}, + {-55, 23, -386, 0x1ab5}, + {-55, 22, -360, 0x1ac9} + } +}; + +StandTile tile_1711 = { + 0x067a00, 0x08, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 24, -386, 0x1ad5}, + {-55, 23, -386, 0x1acd}, + {-28, 23, -360, 0x1a8d} + } +}; + +StandTile tile_1712 = { + 0x067b00, 0x08, + 0x0, + 0x2, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-28, 24, -386, 0x1ad9}, + {-55, 28, -413, 0x1abd}, + {-55, 23, -386, 0x1ad1} + } +}; + +StandTile tile_1713 = { + 0x067c00, 0x08, + 0x0, + 0x2, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-28, 28, -413, 0x1add}, + {-55, 28, -413, 0x1ad5}, + {-28, 24, -386, 0x1a95} + } +}; + +StandTile tile_1714 = { + 0x067d00, 0x08, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-28, 28, -413, 0x1ae1}, + {-55, 28, -440, 0x1ac5}, + {-55, 28, -413, 0x1ad9} + } +}; + +StandTile tile_1715 = { + 0x067e00, 0x08, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-28, 28, -440, 0x1a65}, + {-55, 28, -440, 0x1add}, + {-28, 28, -413, 0x1a9d} + } +}; + +StandTile tile_1716 = { + 0x06b000, 0x08, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 19, -386, 0x1aa5}, + {-110, 22, -413, 0x1aed}, + {-102, 24, -379, 0x1ae9} + } +}; + +StandTile tile_1717 = { + 0x06b100, 0x08, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 19, -386, 0x1ae5}, + {-102, 24, -379, 0x0000}, + {-82, 20, -360, 0x1ab1} + } +}; + +StandTile tile_1718 = { + 0x06b202, 0x08, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 22, -413, 0x1af1}, + {-121, 21, -399, 0x0000}, + {-102, 24, -379, 0x1ae5} + } +}; + +StandTile tile_1719 = { + 0x06b201, 0x08, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 22, -413, 0x1af5}, + {-121, 22, -425, 0x0000}, + {-121, 21, -399, 0x1aed} + } +}; + +StandTile tile_1720 = { + 0x06b402, 0x08, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 23, -440, 0x1af9}, + {-121, 22, -425, 0x1af1}, + {-110, 22, -413, 0x1aa9} + } +}; + +StandTile tile_1721 = { + 0x06b401, 0x08, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 23, -440, 0x1a61}, + {-121, 23, -451, 0x0000}, + {-121, 22, -425, 0x1af5} + } +}; + +StandTile tile_1722 = { + 0x06bf01, 0x08, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-55, 22, -360, 0x1ab1}, + {-82, 20, -360, 0x0000}, + {-63, 24, -333, 0x1a59} + } +}; + +StandTile tile_1723 = { + 0x05e900, 0x07, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-28, 19, -493, 0x1b05}, + {-55, 19, -493, 0x1b1d}, + {-28, 23, -466, 0x1b0d} + } +}; + +StandTile tile_1724 = { + 0x05eb00, 0x07, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-28, 19, -493, 0x1b09}, + {-55, 19, -520, 0x1b4d}, + {-55, 19, -493, 0x1b01} + } +}; + +StandTile tile_1725 = { + 0x05ed00, 0x07, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-28, 19, -520, 0x1b61}, + {-55, 19, -520, 0x1b05}, + {-28, 19, -493, 0x1b15} + } +}; + +StandTile tile_1726 = { + 0x060300, 0x07, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -466, 0x1b11}, + {-28, 19, -493, 0x1b01}, + {-28, 23, -466, 0x1a7d} + } +}; + +StandTile tile_1727 = { + 0x060500, 0x07, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -493, 0x1b15}, + {-28, 19, -493, 0x1b0d}, + {-1, 23, -466, 0x19dd} + } +}; + +StandTile tile_1728 = { + 0x060700, 0x07, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -493, 0x1b19}, + {-28, 19, -520, 0x1b09}, + {-28, 19, -493, 0x1b11} + } +}; + +StandTile tile_1729 = { + 0x060900, 0x07, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -520, 0x1b71}, + {-28, 19, -520, 0x1b15}, + {-1, 23, -493, 0x19bd} + } +}; + +StandTile tile_1730 = { + 0x061d00, 0x07, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-28, 23, -466, 0x1b01}, + {-55, 19, -493, 0x1b45}, + {-55, 23, -466, 0x1a79} + } +}; + +StandTile tile_1731 = { + 0x066000, 0x07, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 23, -466, 0x1b25}, + {-110, 23, -493, 0x1ba1}, + {-110, 23, -466, 0x1a71} + } +}; + +StandTile tile_1732 = { + 0x066100, 0x07, + 0x0, + 0x2, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-81, 22, -493, 0x1b29}, + {-110, 23, -493, 0x1b21}, + {-81, 23, -466, 0x1b41} + } +}; + +StandTile tile_1733 = { + 0x066200, 0x07, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 22, -493, 0x1b2d}, + {-110, 24, -520, 0x1b85}, + {-110, 23, -493, 0x1b25} + } +}; + +StandTile tile_1734 = { + 0x066300, 0x07, + 0x0, + 0x2, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-81, 23, -520, 0x1b31}, + {-110, 24, -520, 0x1b29}, + {-81, 22, -493, 0x1b49} + } +}; + +StandTile tile_1735 = { + 0x066400, 0x07, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 23, -520, 0x1b35}, + {-110, 27, -547, 0x1b91}, + {-110, 24, -520, 0x1b2d} + } +}; + +StandTile tile_1736 = { + 0x066500, 0x07, + 0x0, + 0x2, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-81, 28, -547, 0x1b39}, + {-110, 27, -547, 0x1b31}, + {-81, 23, -520, 0x1b51} + } +}; + +StandTile tile_1737 = { + 0x066600, 0x07, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 28, -547, 0x1b3d}, + {-95, 22, -580, 0x1b8d}, + {-110, 27, -547, 0x1b35} + } +}; + +StandTile tile_1738 = { + 0x066700, 0x07, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-69, 22, -580, 0x0000}, + {-95, 22, -580, 0x1b39}, + {-81, 28, -547, 0x1b59} + } +}; + +StandTile tile_1739 = { + 0x067000, 0x07, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-55, 23, -466, 0x1b45}, + {-81, 22, -493, 0x1b25}, + {-81, 23, -466, 0x1a69} + } +}; + +StandTile tile_1740 = { + 0x067100, 0x07, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-55, 19, -493, 0x1b49}, + {-81, 22, -493, 0x1b41}, + {-55, 23, -466, 0x1b1d} + } +}; + +StandTile tile_1741 = { + 0x067200, 0x07, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-55, 19, -493, 0x1b4d}, + {-81, 23, -520, 0x1b2d}, + {-81, 22, -493, 0x1b45} + } +}; + +StandTile tile_1742 = { + 0x067300, 0x07, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-55, 19, -520, 0x1b51}, + {-81, 23, -520, 0x1b49}, + {-55, 19, -493, 0x1b05} + } +}; + +StandTile tile_1743 = { + 0x067400, 0x07, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-55, 19, -520, 0x1b55}, + {-81, 28, -547, 0x1b35}, + {-81, 23, -520, 0x1b4d} + } +}; + +StandTile tile_1744 = { + 0x067500, 0x07, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-55, 23, -547, 0x1b59}, + {-81, 28, -547, 0x1b51}, + {-55, 19, -520, 0x1b61} + } +}; + +StandTile tile_1745 = { + 0x067600, 0x07, + 0x0, + 0x2, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-55, 23, -547, 0x1b5d}, + {-69, 22, -580, 0x1b3d}, + {-81, 28, -547, 0x1b55} + } +}; + +StandTile tile_1746 = { + 0x067700, 0x07, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-42, 22, -580, 0x0000}, + {-69, 22, -580, 0x1b59}, + {-55, 23, -547, 0x1b69} + } +}; + +StandTile tile_1747 = { + 0x068500, 0x07, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-28, 19, -520, 0x1b65}, + {-55, 23, -547, 0x1b55}, + {-55, 19, -520, 0x1b09} + } +}; + +StandTile tile_1748 = { + 0x068600, 0x07, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-28, 22, -547, 0x1b69}, + {-55, 23, -547, 0x1b61}, + {-28, 19, -520, 0x1b71} + } +}; + +StandTile tile_1749 = { + 0x068700, 0x07, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 22, -547, 0x1b6d}, + {-42, 22, -580, 0x1b5d}, + {-55, 23, -547, 0x1b65} + } +}; + +StandTile tile_1750 = { + 0x068800, 0x07, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-15, 22, -580, 0x0000}, + {-42, 22, -580, 0x1b69}, + {-28, 22, -547, 0x1b79} + } +}; + +StandTile tile_1751 = { + 0x069100, 0x07, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -520, 0x1b75}, + {-28, 22, -547, 0x1b65}, + {-28, 19, -520, 0x1b19} + } +}; + +StandTile tile_1752 = { + 0x069200, 0x07, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -547, 0x1b79}, + {-28, 22, -547, 0x1b71}, + {-1, 23, -520, 0x1a41} + } +}; + +StandTile tile_1753 = { + 0x069300, 0x07, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -547, 0x1b7d}, + {-15, 22, -580, 0x1b6d}, + {-28, 22, -547, 0x1b75} + } +}; + +StandTile tile_1754 = { + 0x069400, 0x07, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1, 22, -580, 0x0000}, + {-15, 22, -580, 0x1b79}, + {-1, 23, -547, 0x1a49} + } +}; + +StandTile tile_1755 = { + 0x06b600, 0x07, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 23, -493, 0x1b85}, + {-159, 22, -515, 0x0000}, + {-159, 22, -489, 0x1ba1} + } +}; + +StandTile tile_1756 = { + 0x06b700, 0x07, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 24, -520, 0x1b99}, + {-159, 22, -515, 0x1b81}, + {-110, 23, -493, 0x1b29} + } +}; + +StandTile tile_1757 = { + 0x12b300, 0x07, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-122, 22, -580, 0x0000}, + {-140, 22, -561, 0x1b95}, + {-110, 27, -547, 0x1b8d} + } +}; + +StandTile tile_1758 = { + 0x06b800, 0x07, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-95, 22, -580, 0x0000}, + {-122, 22, -580, 0x1b89}, + {-110, 27, -547, 0x1b39} + } +}; + +StandTile tile_1759 = { + 0x06b900, 0x07, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 27, -547, 0x1b95}, + {-159, 22, -542, 0x1b99}, + {-110, 24, -520, 0x1b31} + } +}; + +StandTile tile_1760 = { + 0x06ba00, 0x07, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 27, -547, 0x1b89}, + {-140, 22, -561, 0x0000}, + {-159, 22, -542, 0x1b91} + } +}; + +StandTile tile_1761 = { + 0x06bb00, 0x07, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 24, -520, 0x1b91}, + {-159, 22, -542, 0x0000}, + {-159, 22, -515, 0x1b85} + } +}; + +StandTile tile_1762 = { + 0x06bc00, 0x07, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 23, -466, 0x1ba1}, + {-159, 22, -489, 0x0000}, + {-140, 22, -466, 0x1a5d} + } +}; + +StandTile tile_1763 = { + 0x06bd00, 0x07, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 23, -493, 0x1b81}, + {-159, 22, -489, 0x1b9d}, + {-110, 23, -466, 0x1b21} + } +}; + +StandTile tile_1764 = { + 0x12b200, 0x06, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 23, -279, 0x1c69}, + {-45, 17, -296, 0x0000}, + {-45, 21, -269, 0x1c5d} + } +}; + +StandTile tile_1765 = { + 0x0cff00, 0x06, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-45, 23, -323, 0x1c6d}, + {-28, 22, -306, 0x1bbd}, + {-28, 23, -333, 0x1bad} + } +}; + +StandTile tile_1766 = { + 0x0cfd00, 0x06, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-45, 23, -323, 0x1ba9}, + {-28, 23, -333, 0x1a59}, + {-63, 24, -333, 0x0000} + } +}; + +StandTile tile_1767 = { + 0x07cd00, 0x06, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 19, -280, 0x1bb5}, + {-28, 23, -279, 0x1c1d}, + {-1, 16, -253, 0x1bd5} + } +}; + +StandTile tile_1768 = { + 0x07cf00, 0x06, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 19, -280, 0x1bb9}, + {-28, 22, -306, 0x1c69}, + {-28, 23, -279, 0x1bb1} + } +}; + +StandTile tile_1769 = { + 0x07d100, 0x06, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1, 21, -306, 0x1bbd}, + {-28, 22, -306, 0x1bb5}, + {-1, 19, -280, 0x1bdd} + } +}; + +StandTile tile_1770 = { + 0x07d300, 0x06, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 21, -306, 0x1bc1}, + {-28, 23, -333, 0x1ba9}, + {-28, 22, -306, 0x1bb9} + } +}; + +StandTile tile_1771 = { + 0x07d500, 0x06, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 23, -333, 0x1a85}, + {-28, 23, -333, 0x1bbd}, + {-1, 21, -306, 0x1be5} + } +}; + +StandTile tile_1772 = { + 0x07eb00, 0x06, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {26, 12, -200, 0x1bc9}, + {-1, 14, -226, 0x1c11}, + {-1, 12, -200, 0x1cad} + } +}; + +StandTile tile_1773 = { + 0x07ed00, 0x06, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {26, 13, -227, 0x1bcd}, + {-1, 14, -226, 0x1bc5}, + {26, 12, -200, 0x1bed} + } +}; + +StandTile tile_1774 = { + 0x07ef00, 0x06, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {26, 13, -227, 0x1bd1}, + {-1, 16, -253, 0x1c19}, + {-1, 14, -226, 0x1bc9} + } +}; + +StandTile tile_1775 = { + 0x07f100, 0x06, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {26, 12, -254, 0x1bd5}, + {-1, 16, -253, 0x1bcd}, + {26, 13, -227, 0x1bf5} + } +}; + +StandTile tile_1776 = { + 0x07f300, 0x06, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {26, 12, -254, 0x1bd9}, + {-1, 19, -280, 0x1bb1}, + {-1, 16, -253, 0x1bd1} + } +}; + +StandTile tile_1777 = { + 0x07f500, 0x06, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {26, 14, -280, 0x1bdd}, + {-1, 19, -280, 0x1bd5}, + {26, 12, -254, 0x1bfd} + } +}; + +StandTile tile_1778 = { + 0x07f700, 0x06, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {26, 14, -280, 0x1be1}, + {-1, 21, -306, 0x1bb9}, + {-1, 19, -280, 0x1bd9} + } +}; + +StandTile tile_1779 = { + 0x07f900, 0x06, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {26, 20, -306, 0x1be5}, + {-1, 21, -306, 0x1bdd}, + {26, 14, -280, 0x1c25} + } +}; + +StandTile tile_1780 = { + 0x07fb00, 0x06, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {26, 20, -306, 0x1be9}, + {-1, 23, -333, 0x1bc1}, + {-1, 21, -306, 0x1be1} + } +}; + +StandTile tile_1781 = { + 0x07fd00, 0x06, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {26, 23, -333, 0x18f9}, + {-1, 23, -333, 0x1be5}, + {26, 20, -306, 0x1c29} + } +}; + +StandTile tile_1782 = { + 0x07ff00, 0x06, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {55, 12, -200, 0x1bf1}, + {26, 13, -227, 0x1bc9}, + {26, 12, -200, 0x1ce5} + } +}; + +StandTile tile_1783 = { + 0x080100, 0x06, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {55, 13, -227, 0x1bf5}, + {26, 13, -227, 0x1bed}, + {55, 12, -200, 0x1c31} + } +}; + +StandTile tile_1784 = { + 0x080300, 0x06, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {55, 13, -227, 0x1bf9}, + {26, 12, -254, 0x1bd1}, + {26, 13, -227, 0x1bf1} + } +}; + +StandTile tile_1785 = { + 0x080500, 0x06, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {55, 12, -253, 0x1bfd}, + {26, 12, -254, 0x1bf5}, + {55, 13, -227, 0x1c3d} + } +}; + +StandTile tile_1786 = { + 0x080700, 0x06, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {55, 12, -253, 0x1c21}, + {26, 14, -280, 0x1bd9}, + {26, 12, -254, 0x1bf9} + } +}; + +StandTile tile_1787 = { + 0x081100, 0x06, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 15, -226, 0x1c05}, + {-57, 15, -226, 0x1c55}, + {-28, 12, -200, 0x1c0d} + } +}; + +StandTile tile_1788 = { + 0x081300, 0x06, + 0x0, + 0x2, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 15, -226, 0x1c09}, + {-64, 18, -251, 0x1c65}, + {-57, 15, -226, 0x1c01} + } +}; + +StandTile tile_1789 = { + 0x081400, 0x06, + 0x0, + 0x2, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 21, -253, 0x1c61}, + {-64, 18, -251, 0x1c05}, + {-28, 15, -226, 0x1c15} + } +}; + +StandTile tile_1790 = { + 0x081f00, 0x06, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 12, -200, 0x1c11}, + {-28, 15, -226, 0x1c01}, + {-28, 12, -200, 0x1ced} + } +}; + +StandTile tile_1791 = { + 0x082000, 0x06, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1, 14, -226, 0x1c15}, + {-28, 15, -226, 0x1c0d}, + {-1, 12, -200, 0x1bc5} + } +}; + +StandTile tile_1792 = { + 0x082100, 0x06, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 14, -226, 0x1c19}, + {-28, 21, -253, 0x1c09}, + {-28, 15, -226, 0x1c11} + } +}; + +StandTile tile_1793 = { + 0x082200, 0x06, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 16, -253, 0x1c1d}, + {-28, 21, -253, 0x1c15}, + {-1, 14, -226, 0x1bcd} + } +}; + +StandTile tile_1794 = { + 0x082300, 0x06, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1, 16, -253, 0x1bb1}, + {-28, 23, -279, 0x1c5d}, + {-28, 21, -253, 0x1c19} + } +}; + +StandTile tile_1795 = { + 0x082400, 0x06, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {48, 17, -292, 0x1c25}, + {26, 14, -280, 0x1bfd}, + {55, 12, -253, 0x1c41} + } +}; + +StandTile tile_1796 = { + 0x082500, 0x06, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {48, 17, -292, 0x1c29}, + {26, 20, -306, 0x1be1}, + {26, 14, -280, 0x1c21} + } +}; + +StandTile tile_1797 = { + 0x082600, 0x06, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {48, 17, -292, 0x1c2d}, + {26, 23, -333, 0x1be9}, + {26, 20, -306, 0x1c25} + } +}; + +StandTile tile_1798 = { + 0x082700, 0x06, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {53, 23, -333, 0x1991}, + {26, 23, -333, 0x1c29}, + {48, 17, -292, 0x1c49} + } +}; + +StandTile tile_1799 = { + 0x082e00, 0x06, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {55, 13, -227, 0x1bf1}, + {55, 12, -200, 0x1cf1}, + {85, 14, -200, 0x1c35} + } +}; + +StandTile tile_1800 = { + 0x082f00, 0x06, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {85, 14, -227, 0x1c3d}, + {55, 13, -227, 0x1c31}, + {85, 14, -200, 0x0000} + } +}; + +StandTile tile_1801 = { + 0x083000, 0x06, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {85, 15, -254, 0x1c45}, + {55, 12, -253, 0x1c3d}, + {85, 14, -227, 0x0000} + } +}; + +StandTile tile_1802 = { + 0x083100, 0x06, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {55, 12, -253, 0x1bf9}, + {55, 13, -227, 0x1c35}, + {85, 14, -227, 0x1c39} + } +}; + +StandTile tile_1803 = { + 0x0f4c00, 0x06, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {66, 14, -273, 0x0000}, + {48, 17, -292, 0x1c21}, + {55, 12, -253, 0x1c45} + } +}; + +StandTile tile_1804 = { + 0x083201, 0x06, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {85, 15, -254, 0x0000}, + {66, 14, -273, 0x1c41}, + {55, 12, -253, 0x1c39} + } +}; + +StandTile tile_1805 = { + 0x083400, 0x06, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {67, 19, -311, 0x1c4d}, + {53, 23, -333, 0x1c2d}, + {48, 17, -292, 0x0000} + } +}; + +StandTile tile_1806 = { + 0x0d1900, 0x06, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 23, -333, 0x1981}, + {53, 23, -333, 0x1c49}, + {67, 19, -311, 0x1c51} + } +}; + +StandTile tile_1807 = { + 0x083500, 0x06, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {85, 22, -333, 0x19a1}, + {79, 23, -333, 0x1c4d}, + {67, 19, -311, 0x0000} + } +}; + +StandTile tile_1808 = { + 0x084000, 0x06, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 12, -200, 0x1c01}, + {-57, 15, -226, 0x1c59}, + {-64, 18, -200, 0x1d09} + } +}; + +StandTile tile_1809 = { + 0x084200, 0x06, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-57, 15, -226, 0x1c65}, + {-83, 14, -232, 0x0000}, + {-64, 18, -200, 0x1c55} + } +}; + +StandTile tile_1810 = { + 0x084300, 0x06, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 23, -279, 0x1ba5}, + {-45, 21, -269, 0x1c61}, + {-28, 21, -253, 0x1c1d} + } +}; + +StandTile tile_1811 = { + 0x084400, 0x06, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 21, -253, 0x1c5d}, + {-45, 21, -269, 0x0000}, + {-64, 18, -251, 0x1c09} + } +}; + +StandTile tile_1812 = { + 0x084500, 0x06, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-64, 18, -251, 0x0000}, + {-83, 14, -232, 0x1c59}, + {-57, 15, -226, 0x1c05} + } +}; + +StandTile tile_1813 = { + 0x084700, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-28, 22, -306, 0x1c6d}, + {-45, 17, -296, 0x1ba5}, + {-28, 23, -279, 0x1bb5} + } +}; + +StandTile tile_1814 = { + 0x084800, 0x06, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-28, 22, -306, 0x1ba9}, + {-45, 23, -323, 0x0000}, + {-45, 17, -296, 0x1c69} + } +}; + +StandTile tile_1815 = { + 0x12b100, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-57, 3, -147, 0x1d1d}, + {-82, 5, -157, 0x0000}, + {-82, 0, -130, 0x1d01} + } +}; + +StandTile tile_1816 = { + 0x12b000, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-57, 0, -120, 0x1d01}, + {-82, 0, -130, 0x0000}, + {-82, -1, -105, 0x1d05} + } +}; + +StandTile tile_1817 = { + 0x07c100, 0x05, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1, 2, -93, 0x1c7d}, + {-28, 0, -120, 0x1cb5}, + {-26, 1, -93, 0x1dd5} + } +}; + +StandTile tile_1818 = { + 0x07c300, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1, 5, -120, 0x1c81}, + {-28, 0, -120, 0x1c79}, + {-1, 2, -93, 0x1c91} + } +}; + +StandTile tile_1819 = { + 0x07c500, 0x05, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1, 5, -120, 0x1c85}, + {-28, 2, -147, 0x1cbd}, + {-28, 0, -120, 0x1c7d} + } +}; + +StandTile tile_1820 = { + 0x07c700, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1, 7, -147, 0x1c89}, + {-28, 2, -147, 0x1c81}, + {-1, 5, -120, 0x1c99} + } +}; + +StandTile tile_1821 = { + 0x07c900, 0x05, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1, 7, -147, 0x1c8d}, + {-28, 8, -173, 0x1cc5}, + {-28, 2, -147, 0x1c85} + } +}; + +StandTile tile_1822 = { + 0x07cb00, 0x05, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 9, -173, 0x1ce9}, + {-28, 8, -173, 0x1c89}, + {-1, 7, -147, 0x1ca1} + } +}; + +StandTile tile_1823 = { + 0x07db00, 0x05, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {26, 3, -93, 0x1c95}, + {-1, 5, -120, 0x1c7d}, + {-1, 2, -93, 0x1ed9} + } +}; + +StandTile tile_1824 = { + 0x07dd00, 0x05, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {26, 9, -120, 0x1c99}, + {-1, 5, -120, 0x1c91}, + {26, 3, -93, 0x1cc9} + } +}; + +StandTile tile_1825 = { + 0x07df00, 0x05, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {26, 9, -120, 0x1c9d}, + {-1, 7, -147, 0x1c85}, + {-1, 5, -120, 0x1c95} + } +}; + +StandTile tile_1826 = { + 0x07e100, 0x05, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {26, 12, -146, 0x1ca1}, + {-1, 7, -147, 0x1c99}, + {26, 9, -120, 0x1cd1} + } +}; + +StandTile tile_1827 = { + 0x07e300, 0x05, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {26, 12, -146, 0x1ca5}, + {-1, 9, -173, 0x1c8d}, + {-1, 7, -147, 0x1c9d} + } +}; + +StandTile tile_1828 = { + 0x07e500, 0x05, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {26, 10, -173, 0x1ca9}, + {-1, 9, -173, 0x1ca1}, + {26, 12, -146, 0x1cd9} + } +}; + +StandTile tile_1829 = { + 0x07e700, 0x05, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {26, 10, -173, 0x1cad}, + {-1, 12, -200, 0x1ced}, + {-1, 9, -173, 0x1ca5} + } +}; + +StandTile tile_1830 = { + 0x07e900, 0x05, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {26, 12, -200, 0x1bc5}, + {-1, 12, -200, 0x1ca9}, + {26, 10, -173, 0x1ce1} + } +}; + +StandTile tile_1831 = { + 0x080b00, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-26, 1, -93, 0x1cb5}, + {-57, 0, -120, 0x1d05}, + {-57, 1, -93, 0x1dc5} + } +}; + +StandTile tile_1832 = { + 0x080c00, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 0, -120, 0x1cb9}, + {-57, 0, -120, 0x1cb1}, + {-26, 1, -93, 0x1c79} + } +}; + +StandTile tile_1833 = { + 0x080d00, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 0, -120, 0x1cbd}, + {-57, 3, -147, 0x1d01}, + {-57, 0, -120, 0x1cb5} + } +}; + +StandTile tile_1834 = { + 0x080e00, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 2, -147, 0x1cc1}, + {-57, 3, -147, 0x1cb9}, + {-28, 0, -120, 0x1c81} + } +}; + +StandTile tile_1835 = { + 0x080f00, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 2, -147, 0x1cc5}, + {-57, 8, -173, 0x1d1d}, + {-57, 3, -147, 0x1cbd} + } +}; + +StandTile tile_1836 = { + 0x081000, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 8, -173, 0x1d15}, + {-57, 8, -173, 0x1cc1}, + {-28, 2, -147, 0x1c89} + } +}; + +StandTile tile_1837 = { + 0x081500, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {58, 5, -93, 0x1ccd}, + {26, 9, -120, 0x1c95}, + {26, 3, -93, 0x1ee1} + } +}; + +StandTile tile_1838 = { + 0x081600, 0x05, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {58, 9, -128, 0x1cd1}, + {26, 9, -120, 0x1cc9}, + {58, 5, -93, 0x0000} + } +}; + +StandTile tile_1839 = { + 0x081700, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {58, 9, -128, 0x1cd5}, + {26, 12, -146, 0x1c9d}, + {26, 9, -120, 0x1ccd} + } +}; + +StandTile tile_1840 = { + 0x081800, 0x05, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {58, 8, -155, 0x1cd9}, + {26, 12, -146, 0x1cd1}, + {58, 9, -128, 0x0000} + } +}; + +StandTile tile_1841 = { + 0x081900, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {58, 8, -155, 0x1cdd}, + {26, 10, -173, 0x1ca5}, + {26, 12, -146, 0x1cd5} + } +}; + +StandTile tile_1842 = { + 0x081a00, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {55, 10, -173, 0x1ce1}, + {26, 10, -173, 0x1cd9}, + {58, 8, -155, 0x1cf9} + } +}; + +StandTile tile_1843 = { + 0x081b00, 0x05, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {55, 10, -173, 0x1ce5}, + {26, 12, -200, 0x1cad}, + {26, 10, -173, 0x1cdd} + } +}; + +StandTile tile_1844 = { + 0x081c00, 0x05, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {55, 12, -200, 0x1bed}, + {26, 12, -200, 0x1ce1}, + {55, 10, -173, 0x1cf5} + } +}; + +StandTile tile_1845 = { + 0x081d00, 0x05, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1, 9, -173, 0x1ced}, + {-28, 12, -200, 0x1d0d}, + {-28, 8, -173, 0x1c8d} + } +}; + +StandTile tile_1846 = { + 0x081e00, 0x05, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 12, -200, 0x1c0d}, + {-28, 12, -200, 0x1ce9}, + {-1, 9, -173, 0x1ca9} + } +}; + +StandTile tile_1847 = { + 0x082b00, 0x05, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {85, 14, -200, 0x1c31}, + {55, 12, -200, 0x1cf5}, + {72, 10, -178, 0x0000} + } +}; + +StandTile tile_1848 = { + 0x082c00, 0x05, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {72, 10, -178, 0x1cf1}, + {55, 12, -200, 0x1ce5}, + {55, 10, -173, 0x1cf9} + } +}; + +StandTile tile_1849 = { + 0x082d00, 0x05, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {72, 10, -178, 0x1cf5}, + {55, 10, -173, 0x1cdd}, + {58, 8, -155, 0x0000} + } +}; + +StandTile tile_1850 = { + 0x083600, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-57, 1, -93, 0x1d05}, + {-82, -1, -105, 0x0000}, + {-101, -4, -93, 0x1dc9} + } +}; + +StandTile tile_1851 = { + 0x083a00, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-57, 3, -147, 0x1c71}, + {-82, 0, -130, 0x1c75}, + {-57, 0, -120, 0x1cb9} + } +}; + +StandTile tile_1852 = { + 0x083c00, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-57, 0, -120, 0x1c75}, + {-82, -1, -105, 0x1cfd}, + {-57, 1, -93, 0x1cb1} + } +}; + +StandTile tile_1853 = { + 0x0d0200, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 12, -200, 0x1c55}, + {-64, 18, -200, 0x0000}, + {-45, 15, -194, 0x1d0d} + } +}; + +StandTile tile_1854 = { + 0x083d00, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 12, -200, 0x1d09}, + {-45, 15, -194, 0x1d15}, + {-28, 8, -173, 0x1ce9} + } +}; + +StandTile tile_1855 = { + 0x0d0300, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-45, 15, -194, 0x0000}, + {-64, 10, -176, 0x1d19}, + {-57, 8, -173, 0x1d15} + } +}; + +StandTile tile_1856 = { + 0x083e00, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-28, 8, -173, 0x1d0d}, + {-45, 15, -194, 0x1d11}, + {-57, 8, -173, 0x1cc5} + } +}; + +StandTile tile_1857 = { + 0x0d0400, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-57, 8, -173, 0x1d11}, + {-64, 10, -176, 0x0000}, + {-82, 5, -157, 0x1d1d} + } +}; + +StandTile tile_1858 = { + 0x083f00, 0x05, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-57, 8, -173, 0x1d19}, + {-82, 5, -157, 0x1c71}, + {-57, 3, -147, 0x1cc1} + } +}; + +StandTile tile_1859 = { + 0x06cd00, 0x04, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 0, 66, 0x1d25}, + {-110, 0, 40, 0x1dbd}, + {-110, 0, 66, 0x1f7a} + } +}; + +StandTile tile_1860 = { + 0x06ce00, 0x04, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, -1, 40, 0x1d29}, + {-110, 0, 40, 0x1d21}, + {-81, 0, 66, 0x1d49} + } +}; + +StandTile tile_1861 = { + 0x06cf00, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, -1, 40, 0x1d2d}, + {-110, 1, 13, 0x1db5}, + {-110, 0, 40, 0x1d25} + } +}; + +StandTile tile_1862 = { + 0x06d000, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 0, 13, 0x1d31}, + {-110, 1, 13, 0x1d29}, + {-81, -1, 40, 0x1d51} + } +}; + +StandTile tile_1863 = { + 0x06d100, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 0, 13, 0x1d35}, + {-110, 4, -14, 0x1dad}, + {-110, 1, 13, 0x1d2d} + } +}; + +StandTile tile_1864 = { + 0x06d200, 0x04, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 4, -14, 0x1d39}, + {-110, 4, -14, 0x1d31}, + {-81, 0, 13, 0x1d59} + } +}; + +StandTile tile_1865 = { + 0x06d300, 0x04, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 4, -14, 0x1d3d}, + {-110, 4, -41, 0x1d99}, + {-110, 4, -14, 0x1d35} + } +}; + +StandTile tile_1866 = { + 0x06d400, 0x04, + 0x0, + 0x3, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 4, -41, 0x1d41}, + {-110, 4, -41, 0x1d39}, + {-81, 4, -14, 0x1d61} + } +}; + +StandTile tile_1867 = { + 0x06d500, 0x04, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 4, -41, 0x1d45}, + {-119, 0, -66, 0x1da1}, + {-110, 4, -41, 0x1d3d} + } +}; + +StandTile tile_1868 = { + 0x06d600, 0x04, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-82, 0, -66, 0x1dcd}, + {-119, 0, -66, 0x1d41}, + {-81, 4, -41, 0x1d69} + } +}; + +StandTile tile_1869 = { + 0x06e200, 0x04, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-54, 0, 66, 0x1d4d}, + {-81, -1, 40, 0x1d25}, + {-81, 0, 66, 0x1f8a} + } +}; + +StandTile tile_1870 = { + 0x06e300, 0x04, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-54, -5, 40, 0x1d51}, + {-81, -1, 40, 0x1d49}, + {-54, 0, 66, 0x1d71} + } +}; + +StandTile tile_1871 = { + 0x06e400, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-54, -5, 40, 0x1d55}, + {-81, 0, 13, 0x1d2d}, + {-81, -1, 40, 0x1d4d} + } +}; + +StandTile tile_1872 = { + 0x06e500, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-55, -5, 13, 0x1d59}, + {-81, 0, 13, 0x1d51}, + {-54, -5, 40, 0x1d79} + } +}; + +StandTile tile_1873 = { + 0x06e600, 0x04, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-55, -5, 13, 0x1d5d}, + {-81, 4, -14, 0x1d35}, + {-81, 0, 13, 0x1d55} + } +}; + +StandTile tile_1874 = { + 0x06e700, 0x04, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-55, 0, -14, 0x1d61}, + {-81, 4, -14, 0x1d59}, + {-55, -5, 13, 0x1d81} + } +}; + +StandTile tile_1875 = { + 0x06e800, 0x04, + 0x0, + 0x3, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-55, 0, -14, 0x1d65}, + {-81, 4, -41, 0x1d3d}, + {-81, 4, -14, 0x1d5d} + } +}; + +StandTile tile_1876 = { + 0x06e900, 0x04, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-55, 1, -41, 0x1d69}, + {-81, 4, -41, 0x1d61}, + {-55, 0, -14, 0x1d89} + } +}; + +StandTile tile_1877 = { + 0x06ea00, 0x04, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-55, 1, -41, 0x1d6d}, + {-82, 0, -66, 0x1d45}, + {-81, 4, -41, 0x1d65} + } +}; + +StandTile tile_1878 = { + 0x06eb00, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-56, 0, -67, 0x1dd1}, + {-82, 0, -66, 0x1d69}, + {-55, 1, -41, 0x1d91} + } +}; + +StandTile tile_1879 = { + 0x06f500, 0x04, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, 66, 0x1d75}, + {-54, -5, 40, 0x1d4d}, + {-54, 0, 66, 0x1f92} + } +}; + +StandTile tile_1880 = { + 0x06f700, 0x04, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-26, -5, 40, 0x1d79}, + {-54, -5, 40, 0x1d71}, + {-26, 0, 66, 0x1e01} + } +}; + +StandTile tile_1881 = { + 0x06f900, 0x04, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-26, -5, 40, 0x1d7d}, + {-55, -5, 13, 0x1d55}, + {-54, -5, 40, 0x1d75} + } +}; + +StandTile tile_1882 = { + 0x06fa00, 0x04, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-26, -5, 13, 0x1d81}, + {-55, -5, 13, 0x1d79}, + {-26, -5, 40, 0x1df9} + } +}; + +StandTile tile_1883 = { + 0x06fb00, 0x04, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-26, -5, 13, 0x1d85}, + {-55, 0, -14, 0x1d5d}, + {-55, -5, 13, 0x1d7d} + } +}; + +StandTile tile_1884 = { + 0x06fc00, 0x04, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-26, -1, -14, 0x1d89}, + {-55, 0, -14, 0x1d81}, + {-26, -5, 13, 0x1df1} + } +}; + +StandTile tile_1885 = { + 0x06fd00, 0x04, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-26, -1, -14, 0x1d8d}, + {-55, 1, -41, 0x1d65}, + {-55, 0, -14, 0x1d85} + } +}; + +StandTile tile_1886 = { + 0x06fe00, 0x04, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, -41, 0x1d91}, + {-55, 1, -41, 0x1d89}, + {-26, -1, -14, 0x1de9} + } +}; + +StandTile tile_1887 = { + 0x06ff00, 0x04, + 0x0, + 0x4, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, -41, 0x1d95}, + {-56, 0, -67, 0x1d6d}, + {-55, 1, -41, 0x1d8d} + } +}; + +StandTile tile_1888 = { + 0x070000, 0x04, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, -67, 0x1dc1}, + {-56, 0, -67, 0x1d91}, + {-26, 0, -41, 0x1de1} + } +}; + +StandTile tile_1889 = { + 0x077800, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 4, -41, 0x1d9d}, + {-157, 0, -28, 0x1da5}, + {-110, 4, -14, 0x1d39} + } +}; + +StandTile tile_1890 = { + 0x077900, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 4, -41, 0x1da1}, + {-138, 0, -47, 0x0000}, + {-157, 0, -28, 0x1d99} + } +}; + +StandTile tile_1891 = { + 0x077a00, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-119, 0, -66, 0x0000}, + {-138, 0, -47, 0x1d9d}, + {-110, 4, -41, 0x1d41} + } +}; + +StandTile tile_1892 = { + 0x077b00, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 4, -14, 0x1d99}, + {-157, 0, -28, 0x0000}, + {-137, 0, -9, 0x1da9} + } +}; + +StandTile tile_1893 = { + 0x0d0800, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 4, -14, 0x1da5}, + {-137, 0, -9, 0x0000}, + {-119, 0, 9, 0x1dad} + } +}; + +StandTile tile_1894 = { + 0x077c00, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 4, -14, 0x1da9}, + {-119, 0, 9, 0x1db5}, + {-110, 1, 13, 0x1d31} + } +}; + +StandTile tile_1895 = { + 0x0d0900, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-119, 0, 9, 0x0000}, + {-118, 0, 36, 0x1db9}, + {-110, 0, 40, 0x1db5} + } +}; + +StandTile tile_1896 = { + 0x077d00, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 1, 13, 0x1dad}, + {-119, 0, 9, 0x1db1}, + {-110, 0, 40, 0x1d29} + } +}; + +StandTile tile_1897 = { + 0x0d0a00, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 0, 40, 0x1db1}, + {-118, 0, 36, 0x0000}, + {-118, 0, 66, 0x1dbd} + } +}; + +StandTile tile_1898 = { + 0x077e00, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 0, 40, 0x1db9}, + {-118, 0, 66, 0x1f96}, + {-110, 0, 66, 0x1d21} + } +}; + +StandTile tile_1899 = { + 0x080900, 0x04, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, -67, 0x1dc5}, + {-57, 1, -93, 0x1dc9}, + {-56, 0, -67, 0x1d95} + } +}; + +StandTile tile_1900 = { + 0x080a00, 0x04, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-26, 1, -93, 0x1cb1}, + {-57, 1, -93, 0x1dc1}, + {-26, 0, -67, 0x1dd9} + } +}; + +StandTile tile_1901 = { + 0x083700, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-57, 1, -93, 0x1cfd}, + {-101, -4, -93, 0x1dd1}, + {-56, 0, -67, 0x1dc1} + } +}; + +StandTile tile_1902 = { + 0x0cfc00, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-101, -4, -93, 0x0000}, + {-119, 0, -66, 0x1d45}, + {-82, 0, -66, 0x1dd1} + } +}; + +StandTile tile_1903 = { + 0x083800, 0x04, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-56, 0, -67, 0x1dc9}, + {-101, -4, -93, 0x1dcd}, + {-82, 0, -66, 0x1d6d} + } +}; + +StandTile tile_1904 = { + 0x07bf00, 0x03, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1, 2, -93, 0x1c79}, + {-26, 1, -93, 0x1dd9}, + {-1, 0, -67, 0x1ed5} + } +}; + +StandTile tile_1905 = { + 0x07bd00, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1, 0, -67, 0x1dd5}, + {-26, 1, -93, 0x1dc5}, + {-26, 0, -67, 0x1ddd} + } +}; + +StandTile tile_1906 = { + 0x072100, 0x03, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1, 0, -67, 0x1dd9}, + {-26, 0, -67, 0x1de1}, + {1, 0, -41, 0x1e25} + } +}; + +StandTile tile_1907 = { + 0x071f00, 0x03, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1, 0, -41, 0x1ddd}, + {-26, 0, -67, 0x1d95}, + {-26, 0, -41, 0x1de5} + } +}; + +StandTile tile_1908 = { + 0x071d00, 0x03, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1, 0, -41, 0x1de1}, + {-26, 0, -41, 0x1de9}, + {0, 0, -14, 0x1e1d} + } +}; + +StandTile tile_1909 = { + 0x071b00, 0x03, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -14, 0x1de5}, + {-26, 0, -41, 0x1d8d}, + {-26, -1, -14, 0x1ded} + } +}; + +StandTile tile_1910 = { + 0x071900, 0x03, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -14, 0x1de9}, + {-26, -1, -14, 0x1df1}, + {0, 0, 13, 0x1e15} + } +}; + +StandTile tile_1911 = { + 0x071700, 0x03, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 13, 0x1ded}, + {-26, -1, -14, 0x1d85}, + {-26, -5, 13, 0x1df5} + } +}; + +StandTile tile_1912 = { + 0x071500, 0x03, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 13, 0x1df1}, + {-26, -5, 13, 0x1df9}, + {0, 0, 40, 0x1e0d} + } +}; + +StandTile tile_1913 = { + 0x071300, 0x03, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 40, 0x1df5}, + {-26, -5, 13, 0x1d7d}, + {-26, -5, 40, 0x1dfd} + } +}; + +StandTile tile_1914 = { + 0x071100, 0x03, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 40, 0x1df9}, + {-26, -5, 40, 0x1e01}, + {1, 0, 66, 0x1e05} + } +}; + +StandTile tile_1915 = { + 0x070f00, 0x03, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1, 0, 66, 0x1dfd}, + {-26, -5, 40, 0x1d75}, + {-26, 0, 66, 0x2076} + } +}; + +StandTile tile_1916 = { + 0x073000, 0x03, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {26, 0, 66, 0x1e09}, + {0, 0, 40, 0x1dfd}, + {1, 0, 66, 0x207e} + } +}; + +StandTile tile_1917 = { + 0x073100, 0x03, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {26, 5, 40, 0x1e0d}, + {0, 0, 40, 0x1e05}, + {26, 0, 66, 0x1e2d} + } +}; + +StandTile tile_1918 = { + 0x073200, 0x03, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {26, 5, 40, 0x1e11}, + {0, 0, 13, 0x1df5}, + {0, 0, 40, 0x1e09} + } +}; + +StandTile tile_1919 = { + 0x073300, 0x03, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {26, 5, 13, 0x1e15}, + {0, 0, 13, 0x1e0d}, + {26, 5, 40, 0x1e35} + } +}; + +StandTile tile_1920 = { + 0x073400, 0x03, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {26, 5, 13, 0x1e19}, + {0, 0, -14, 0x1ded}, + {0, 0, 13, 0x1e11} + } +}; + +StandTile tile_1921 = { + 0x073600, 0x03, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {27, 1, -14, 0x1e1d}, + {0, 0, -14, 0x1e15}, + {26, 5, 13, 0x1e3d} + } +}; + +StandTile tile_1922 = { + 0x073800, 0x03, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {27, 1, -14, 0x1e21}, + {1, 0, -41, 0x1de5}, + {0, 0, -14, 0x1e19} + } +}; + +StandTile tile_1923 = { + 0x073a00, 0x03, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {27, 0, -41, 0x1e25}, + {1, 0, -41, 0x1e1d}, + {27, 1, -14, 0x1e45} + } +}; + +StandTile tile_1924 = { + 0x073c00, 0x03, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {27, 0, -41, 0x1e29}, + {-1, 0, -67, 0x1ddd}, + {1, 0, -41, 0x1e21} + } +}; + +StandTile tile_1925 = { + 0x073e00, 0x03, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {26, 0, -67, 0x1ed5}, + {-1, 0, -67, 0x1e25}, + {27, 0, -41, 0x1e4d} + } +}; + +StandTile tile_1926 = { + 0x074800, 0x03, + 0x0, + 0x3, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {52, 0, 66, 0x1e31}, + {26, 5, 40, 0x1e09}, + {26, 0, 66, 0x209e} + } +}; + +StandTile tile_1927 = { + 0x074900, 0x03, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {52, 5, 40, 0x1e35}, + {26, 5, 40, 0x1e2d}, + {52, 0, 66, 0x1e55} + } +}; + +StandTile tile_1928 = { + 0x074a00, 0x03, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {52, 5, 40, 0x1e39}, + {26, 5, 13, 0x1e11}, + {26, 5, 40, 0x1e31} + } +}; + +StandTile tile_1929 = { + 0x074b00, 0x03, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {52, 4, 13, 0x1e3d}, + {26, 5, 13, 0x1e35}, + {52, 5, 40, 0x1e5d} + } +}; + +StandTile tile_1930 = { + 0x074c00, 0x03, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {52, 4, 13, 0x1e41}, + {27, 1, -14, 0x1e19}, + {26, 5, 13, 0x1e39} + } +}; + +StandTile tile_1931 = { + 0x074d00, 0x03, + 0x0, + 0x4, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {52, 0, -14, 0x1e45}, + {27, 1, -14, 0x1e3d}, + {52, 4, 13, 0x1e65} + } +}; + +StandTile tile_1932 = { + 0x074e00, 0x03, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {52, 0, -14, 0x1e49}, + {27, 0, -41, 0x1e21}, + {27, 1, -14, 0x1e41} + } +}; + +StandTile tile_1933 = { + 0x074f00, 0x03, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {52, -1, -41, 0x1e4d}, + {27, 0, -41, 0x1e45}, + {52, 0, -14, 0x1e6d} + } +}; + +StandTile tile_1934 = { + 0x075000, 0x03, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {52, -1, -41, 0x1e51}, + {26, 0, -67, 0x1e29}, + {27, 0, -41, 0x1e49} + } +}; + +StandTile tile_1935 = { + 0x075100, 0x03, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 0, -67, 0x1edd}, + {26, 0, -67, 0x1e4d}, + {52, -1, -41, 0x1e75} + } +}; + +StandTile tile_1936 = { + 0x075c00, 0x03, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 0, 66, 0x1e59}, + {52, 5, 40, 0x1e31}, + {52, 0, 66, 0x20be} + } +}; + +StandTile tile_1937 = { + 0x075d00, 0x03, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 1, 40, 0x1e5d}, + {52, 5, 40, 0x1e55}, + {79, 0, 66, 0x1ea5} + } +}; + +StandTile tile_1938 = { + 0x075e00, 0x03, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 1, 40, 0x1e61}, + {52, 4, 13, 0x1e39}, + {52, 5, 40, 0x1e59} + } +}; + +StandTile tile_1939 = { + 0x076000, 0x03, + 0x0, + 0x4, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 0, 13, 0x1e65}, + {52, 4, 13, 0x1e5d}, + {79, 1, 40, 0x1e7d} + } +}; + +StandTile tile_1940 = { + 0x076200, 0x03, + 0x0, + 0x4, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 0, 13, 0x1e69}, + {52, 0, -14, 0x1e41}, + {52, 4, 13, 0x1e61} + } +}; + +StandTile tile_1941 = { + 0x076400, 0x03, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {79, -5, -14, 0x1e6d}, + {52, 0, -14, 0x1e65}, + {79, 0, 13, 0x1e89} + } +}; + +StandTile tile_1942 = { + 0x076600, 0x03, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, -5, -14, 0x1e71}, + {52, -1, -41, 0x1e49}, + {52, 0, -14, 0x1e69} + } +}; + +StandTile tile_1943 = { + 0x076700, 0x03, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {79, -4, -41, 0x1e75}, + {52, -1, -41, 0x1e6d}, + {79, -5, -14, 0x1e91} + } +}; + +StandTile tile_1944 = { + 0x076800, 0x03, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {79, -4, -41, 0x1e79}, + {54, 0, -67, 0x1e51}, + {52, -1, -41, 0x1e71} + } +}; + +StandTile tile_1945 = { + 0x076900, 0x03, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, -63, 0x1ee5}, + {54, 0, -67, 0x1e75}, + {79, -4, -41, 0x1e99} + } +}; + +StandTile tile_1946 = { + 0x0d1b00, 0x03, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 0, 13, 0x1e61}, + {79, 1, 40, 0x1e9d}, + {96, 0, 40, 0x1e81} + } +}; + +StandTile tile_1947 = { + 0x076d00, 0x03, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {108, 0, 40, 0x1e85}, + {79, 0, 13, 0x1e7d}, + {96, 0, 40, 0x1eb1} + } +}; + +StandTile tile_1948 = { + 0x076f00, 0x03, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {108, -1, 13, 0x1e89}, + {79, 0, 13, 0x1e81}, + {108, 0, 40, 0x1ead} + } +}; + +StandTile tile_1949 = { + 0x077100, 0x03, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {108, -1, 13, 0x1e8d}, + {79, -5, -14, 0x1e69}, + {79, 0, 13, 0x1e85} + } +}; + +StandTile tile_1950 = { + 0x077300, 0x03, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {108, -4, -14, 0x1e91}, + {79, -5, -14, 0x1e89}, + {108, -1, 13, 0x1ec5} + } +}; + +StandTile tile_1951 = { + 0x077500, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {108, -4, -14, 0x1e95}, + {79, -4, -41, 0x1e71}, + {79, -5, -14, 0x1e8d} + } +}; + +StandTile tile_1952 = { + 0x077600, 0x03, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {108, -4, -41, 0x1e99}, + {79, -4, -41, 0x1e91}, + {108, -4, -14, 0x1ebd} + } +}; + +StandTile tile_1953 = { + 0x077700, 0x03, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {108, -4, -41, 0x1ecd}, + {96, 0, -63, 0x1e79}, + {79, -4, -41, 0x1e95} + } +}; + +StandTile tile_1954 = { + 0x079e00, 0x03, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, 40, 0x1e7d}, + {79, 1, 40, 0x1ea5}, + {96, 0, 55, 0x1eb1} + } +}; + +StandTile tile_1955 = { + 0x079f02, 0x03, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, 55, 0x1ea5}, + {79, 0, 66, 0x20ea}, + {96, 0, 66, 0x1eb5} + } +}; + +StandTile tile_1956 = { + 0x079f01, 0x03, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, 55, 0x1e9d}, + {79, 1, 40, 0x1e59}, + {79, 0, 66, 0x1ea1} + } +}; + +StandTile tile_1957 = { + 0x07a302, 0x03, + 0x0, + 0x1, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {134, -1, 27, 0x1ead}, + {108, 0, 40, 0x1eb9}, + {114, 0, 46, 0x0000} + } +}; + +StandTile tile_1958 = { + 0x07a301, 0x03, + 0x0, + 0x1, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {134, -1, 27, 0x1ec9}, + {108, -1, 13, 0x1e85}, + {108, 0, 40, 0x1ea9} + } +}; + +StandTile tile_1959 = { + 0x0d1a00, 0x03, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {108, 0, 40, 0x1e81}, + {96, 0, 40, 0x1e9d}, + {96, 0, 55, 0x1eb5} + } +}; + +StandTile tile_1960 = { + 0x07a400, 0x03, + 0x0, + 0x1, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {108, 0, 40, 0x1eb1}, + {96, 0, 55, 0x1ea1}, + {96, 0, 66, 0x1eb9} + } +}; + +StandTile tile_1961 = { + 0x07a500, 0x03, + 0x0, + 0x1, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {114, 0, 46, 0x1ea9}, + {108, 0, 40, 0x1eb5}, + {96, 0, 66, 0x0000} + } +}; + +StandTile tile_1962 = { + 0x07a600, 0x03, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {133, -1, -26, 0x1ed1}, + {108, -4, -41, 0x1e95}, + {108, -4, -14, 0x1ec1} + } +}; + +StandTile tile_1963 = { + 0x07a700, 0x03, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {133, -1, -26, 0x1ebd}, + {108, -4, -14, 0x1ec5}, + {133, -2, 0, 0x0000} + } +}; + +StandTile tile_1964 = { + 0x07a800, 0x03, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {133, -2, 0, 0x1ec1}, + {108, -4, -14, 0x1e8d}, + {108, -1, 13, 0x1ec9} + } +}; + +StandTile tile_1965 = { + 0x07a900, 0x03, + 0x0, + 0x1, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {133, -2, 0, 0x1ec5}, + {108, -1, 13, 0x1ead}, + {134, -1, 27, 0x0000} + } +}; + +StandTile tile_1966 = { + 0x07aa00, 0x03, + 0x0, + 0x1, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, -63, 0x1e99}, + {108, -4, -41, 0x1ed1}, + {115, 0, -44, 0x0000} + } +}; + +StandTile tile_1967 = { + 0x07ac00, 0x03, + 0x0, + 0x1, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {115, 0, -44, 0x1ecd}, + {108, -4, -41, 0x1ebd}, + {133, -1, -26, 0x0000} + } +}; + +StandTile tile_1968 = { + 0x07d700, 0x03, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {26, 0, -67, 0x1ed9}, + {-1, 2, -93, 0x1dd5}, + {-1, 0, -67, 0x1e29} + } +}; + +StandTile tile_1969 = { + 0x07d900, 0x03, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {26, 3, -93, 0x1c91}, + {-1, 2, -93, 0x1ed5}, + {26, 0, -67, 0x1edd} + } +}; + +StandTile tile_1970 = { + 0x082800, 0x03, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 0, -67, 0x1ee1}, + {26, 3, -93, 0x1ed9}, + {26, 0, -67, 0x1e51} + } +}; + +StandTile tile_1971 = { + 0x082900, 0x03, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {58, 5, -93, 0x1cc9}, + {26, 3, -93, 0x1edd}, + {54, 0, -67, 0x1ee9} + } +}; + +StandTile tile_1972 = { + 0x0f4b00, 0x03, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 0, -67, 0x1e79}, + {96, 0, -63, 0x0000}, + {77, 0, -82, 0x1ee9} + } +}; + +StandTile tile_1973 = { + 0x0e6c00, 0x03, + 0x0, + 0x2, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {58, 5, -93, 0x1ee1}, + {54, 0, -67, 0x1ee5}, + {77, 0, -82, 0x0000} + } +}; + +StandTile tile_1974 = { + 0x12af00, 0x02, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, -4, 173, 0x1fba}, + {-118, 0, 192, 0x0000}, + {-91, 0, 192, 0x0000} + } +}; + +StandTile tile_1975 = { + 0x12a100, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-50, 1, 139, 0x1ef5}, + {-55, 4, 120, 0x1f7e}, + {-81, 0, 120, 0x1f1a} + } +}; + +StandTile tile_1976 = { + 0x12a000, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-55, 4, 120, 0x1ef1}, + {-50, 1, 139, 0x1efd}, + {-43, 2, 135, 0x1ef9} + } +}; + +StandTile tile_1977 = { + 0x129f00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-41, 3, 133, 0x1f16}, + {-55, 4, 120, 0x1ef5}, + {-43, 2, 135, 0x0000} + } +}; + +StandTile tile_1978 = { + 0x129d00, 0x02, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-37, 0, 156, 0x1f01}, + {-43, 2, 135, 0x1ef5}, + {-50, 1, 139, 0x0000} + } +}; + +StandTile tile_1979 = { + 0x129c00, 0x02, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-43, 2, 135, 0x1efd}, + {-37, 0, 156, 0x1f3e}, + {-26, 1, 147, 0x0000} + } +}; + +StandTile tile_1980 = { + 0x127600, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-39, 5, 100, 0x0000}, + {-26, 5, 115, 0x206e}, + {-26, 5, 93, 0x1f09} + } +}; + +StandTile tile_1981 = { + 0x127500, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-55, 5, 93, 0x1f0e}, + {-44, 5, 103, 0x0000}, + {-39, 5, 100, 0x1f05}, + {-26, 5, 93, 0x1f8e} + } +}; + +StandTile tile_1982 = { + 0x127400, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-55, 5, 93, 0x1f82}, + {-55, 4, 120, 0x1f12}, + {-44, 5, 103, 0x1f09} + } +}; + +StandTile tile_1983 = { + 0x127300, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-44, 5, 103, 0x1f0e}, + {-55, 4, 120, 0x1f16}, + {-41, 4, 120, 0x0000} + } +}; + +StandTile tile_1984 = { + 0x127200, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-55, 4, 120, 0x1ef9}, + {-41, 3, 133, 0x0000}, + {-41, 4, 120, 0x1f12} + } +}; + +StandTile tile_1985 = { + 0x129e00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-81, 0, 120, 0x1f1e}, + {-61, -1, 147, 0x0000}, + {-50, 1, 139, 0x1ef1} + } +}; + +StandTile tile_1986 = { + 0x126f00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-81, -5, 147, 0x1f22}, + {-61, -1, 147, 0x1f1a}, + {-81, 0, 120, 0x1f6a} + } +}; + +StandTile tile_1987 = { + 0x126e00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-81, -5, 147, 0x1f2a}, + {-74, -4, 155, 0x0000}, + {-61, -1, 147, 0x1f1e} + } +}; + +StandTile tile_1988 = { + 0x127800, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-69, -3, 173, 0x1f36}, + {-63, -2, 170, 0x0000}, + {-74, -4, 155, 0x1f2a} + } +}; + +StandTile tile_1989 = { + 0x126d00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-69, -3, 173, 0x1f26}, + {-74, -4, 155, 0x1f22}, + {-81, -5, 147, 0x1f2e} + } +}; + +StandTile tile_1990 = { + 0x126c00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-81, -5, 147, 0x1f62}, + {-81, -4, 173, 0x1f4a}, + {-69, -3, 173, 0x1f2a} + } +}; + +StandTile tile_1991 = { + 0x127700, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-55, -1, 173, 0x1f3a}, + {-60, -2, 168, 0x0000}, + {-63, -2, 170, 0x1f36} + } +}; + +StandTile tile_1992 = { + 0x126b00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-55, -1, 173, 0x1f32}, + {-63, -2, 170, 0x1f26}, + {-69, -3, 173, 0x1f46} + } +}; + +StandTile tile_1993 = { + 0x126a00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-37, 0, 156, 0x0000}, + {-60, -2, 168, 0x1f32}, + {-55, -1, 173, 0x1f42} + } +}; + +StandTile tile_1994 = { + 0x127a00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, 173, 0x1ff2}, + {-26, 1, 147, 0x1f01}, + {-37, 0, 156, 0x1f42} + } +}; + +StandTile tile_1995 = { + 0x126900, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-55, -1, 173, 0x1f56}, + {-26, 0, 173, 0x1f3e}, + {-37, 0, 156, 0x1f3a} + } +}; + +StandTile tile_1996 = { + 0x127900, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-80, 0, 192, 0x1f4e}, + {-55, -1, 173, 0x1f36}, + {-69, -3, 173, 0x1f4a} + } +}; + +StandTile tile_1997 = { + 0x126800, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-81, -4, 173, 0x0000}, + {-80, 0, 192, 0x1f46}, + {-69, -3, 173, 0x1f2e} + } +}; + +StandTile tile_1998 = { + 0x126700, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-80, 0, 192, 0x0000}, + {-53, 0, 192, 0x1f52}, + {-55, -1, 173, 0x1f46} + } +}; + +StandTile tile_1999 = { + 0x126600, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-55, -1, 173, 0x1f4e}, + {-53, 0, 192, 0x0000}, + {-36, 0, 192, 0x1f56} + } +}; + +StandTile tile_2000 = { + 0x126500, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-55, -1, 173, 0x1f52}, + {-36, 0, 192, 0x1f5a}, + {-26, 0, 173, 0x1f42} + } +}; + +StandTile tile_2001 = { + 0x126400, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-36, 0, 192, 0x0000}, + {-26, 0, 192, 0x1ffa}, + {-26, 0, 173, 0x1f56} + } +}; + +StandTile tile_2002 = { + 0x06c200, 0x02, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, -4, 173, 0x1f62}, + {-110, -4, 147, 0x1fb2}, + {-110, -4, 173, 0x0000} + } +}; + +StandTile tile_2003 = { + 0x06c300, 0x02, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, -5, 147, 0x1f66}, + {-110, -4, 147, 0x1f5e}, + {-81, -4, 173, 0x1f2e} + } +}; + +StandTile tile_2004 = { + 0x06c500, 0x02, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, -5, 147, 0x1f6a}, + {-110, -1, 120, 0x1faa}, + {-110, -4, 147, 0x1f62} + } +}; + +StandTile tile_2005 = { + 0x06c700, 0x02, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-81, 0, 120, 0x1f6e}, + {-110, -1, 120, 0x1f66}, + {-81, -5, 147, 0x1f1e} + } +}; + +StandTile tile_2006 = { + 0x06c900, 0x02, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 0, 120, 0x1f72}, + {-110, 0, 93, 0x1fa2}, + {-110, -1, 120, 0x1f6a} + } +}; + +StandTile tile_2007 = { + 0x06ca00, 0x02, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-81, 1, 93, 0x1f76}, + {-110, 0, 93, 0x1f6e}, + {-81, 0, 120, 0x1f7e} + } +}; + +StandTile tile_2008 = { + 0x06cb00, 0x02, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 1, 93, 0x1f7a}, + {-110, 0, 66, 0x1f9a}, + {-110, 0, 93, 0x1f72} + } +}; + +StandTile tile_2009 = { + 0x06cc00, 0x02, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-81, 0, 66, 0x1d21}, + {-110, 0, 66, 0x1f76}, + {-81, 1, 93, 0x1f86} + } +}; + +StandTile tile_2010 = { + 0x06de00, 0x02, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-55, 4, 120, 0x1f82}, + {-81, 1, 93, 0x1f72}, + {-81, 0, 120, 0x1ef1} + } +}; + +StandTile tile_2011 = { + 0x06df00, 0x02, + 0x0, + 0x4, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-55, 5, 93, 0x1f86}, + {-81, 1, 93, 0x1f7e}, + {-55, 4, 120, 0x1f0e} + } +}; + +StandTile tile_2012 = { + 0x06e000, 0x02, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-55, 5, 93, 0x1f8a}, + {-81, 0, 66, 0x1f7a}, + {-81, 1, 93, 0x1f82} + } +}; + +StandTile tile_2013 = { + 0x06e100, 0x02, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-54, 0, 66, 0x1d49}, + {-81, 0, 66, 0x1f86}, + {-55, 5, 93, 0x1f8e} + } +}; + +StandTile tile_2014 = { + 0x06f200, 0x02, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-26, 5, 93, 0x1f92}, + {-54, 0, 66, 0x1f8a}, + {-55, 5, 93, 0x1f09} + } +}; + +StandTile tile_2015 = { + 0x06f300, 0x02, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, 66, 0x1d71}, + {-54, 0, 66, 0x1f8e}, + {-26, 5, 93, 0x2072} + } +}; + +StandTile tile_2016 = { + 0x0d0700, 0x02, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 0, 66, 0x1dbd}, + {-118, 0, 66, 0x0000}, + {-137, 0, 82, 0x1f9a} + } +}; + +StandTile tile_2017 = { + 0x077f00, 0x02, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 0, 66, 0x1f96}, + {-137, 0, 82, 0x1f9e}, + {-110, 0, 93, 0x1f76} + } +}; + +StandTile tile_2018 = { + 0x078000, 0x02, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 0, 93, 0x1f9a}, + {-137, 0, 82, 0x0000}, + {-156, 0, 101, 0x1fa2} + } +}; + +StandTile tile_2019 = { + 0x078100, 0x02, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, 0, 93, 0x1f9e}, + {-156, 0, 101, 0x1fa6}, + {-110, -1, 120, 0x1f6e} + } +}; + +StandTile tile_2020 = { + 0x078200, 0x02, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, -1, 120, 0x1fa2}, + {-156, 0, 101, 0x0000}, + {-156, 0, 128, 0x1faa} + } +}; + +StandTile tile_2021 = { + 0x078300, 0x02, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, -1, 120, 0x1fa6}, + {-156, 0, 128, 0x1fae}, + {-110, -4, 147, 0x1f66} + } +}; + +StandTile tile_2022 = { + 0x078400, 0x02, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, -4, 147, 0x1faa}, + {-156, 0, 128, 0x0000}, + {-156, 0, 154, 0x1fb2} + } +}; + +StandTile tile_2023 = { + 0x078500, 0x02, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, -4, 147, 0x1fae}, + {-156, 0, 154, 0x1fb6}, + {-110, -4, 173, 0x1f5e} + } +}; + +StandTile tile_2024 = { + 0x078600, 0x02, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, -4, 173, 0x1fb2}, + {-156, 0, 154, 0x0000}, + {-137, 0, 173, 0x1fba} + } +}; + +StandTile tile_2025 = { + 0x0d0b00, 0x02, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, -4, 173, 0x1fb6}, + {-137, 0, 173, 0x0000}, + {-118, 0, 192, 0x1eed} + } +}; + +StandTile tile_2026 = { + 0x12ad00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 0, 120, 0x20e2}, + {96, 0, 118, 0x20f2}, + {79, -1, 93, 0x20b6} + } +}; + +StandTile tile_2027 = { + 0x12ac02, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {52, 1, 173, 0x1fc6}, + {42, 0, 192, 0x0000}, + {70, 0, 192, 0x20ce} + } +}; + +StandTile tile_2028 = { + 0x12ac01, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {52, 1, 173, 0x2082}, + {26, 0, 173, 0x20d2}, + {42, 0, 192, 0x1fc2} + } +}; + +StandTile tile_2029 = { + 0x12ab00, 0x01, + 0x0, + 0x1, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {115, 0, 137, 0x20e6}, + {108, 4, 147, 0x20d6}, + {133, -2, 156, 0x0000} + } +}; + +StandTile tile_2030 = { + 0x129b00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-17, 0, 192, 0x1fda}, + {-18, 0, 189, 0x1ffa}, + {-26, 0, 192, 0x0000} + } +}; + +StandTile tile_2031 = { + 0x129800, 0x01, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-12, 0, 173, 0x1fd6}, + {-7, 0, 158, 0x0000}, + {-17, 0, 163, 0x1fee} + } +}; + +StandTile tile_2032 = { + 0x129700, 0x01, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-12, 0, 173, 0x1fe2}, + {-1, 0, 173, 0x201a}, + {-7, 0, 158, 0x1fd2} + } +}; + +StandTile tile_2033 = { + 0x129600, 0x01, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-18, 0, 189, 0x1fce}, + {-17, 0, 192, 0x0000}, + {3, 0, 192, 0x1fde} + } +}; + +StandTile tile_2034 = { + 0x129500, 0x01, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-18, 0, 189, 0x1fda}, + {3, 0, 192, 0x1fe2}, + {-12, 0, 173, 0x1ff6} + } +}; + +StandTile tile_2035 = { + 0x129400, 0x01, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-12, 0, 173, 0x1fde}, + {3, 0, 192, 0x1fe6}, + {-1, 0, 173, 0x1fd6} + } +}; + +StandTile tile_2036 = { + 0x129300, 0x01, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3, 0, 192, 0x1fea}, + {12, 0, 173, 0x2012}, + {-1, 0, 173, 0x1fe2} + } +}; + +StandTile tile_2037 = { + 0x129200, 0x01, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3, 0, 192, 0x1ffe}, + {14, 0, 184, 0x2002}, + {12, 0, 173, 0x1fe6} + } +}; + +StandTile tile_2038 = { + 0x129a00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, 173, 0x1ff6}, + {-12, 0, 173, 0x1fd2}, + {-17, 0, 163, 0x1ff2} + } +}; + +StandTile tile_2039 = { + 0x126300, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, 173, 0x1fee}, + {-17, 0, 163, 0x0000}, + {-26, 1, 147, 0x1f3e} + } +}; + +StandTile tile_2040 = { + 0x126200, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, 173, 0x1ffa}, + {-18, 0, 189, 0x1fde}, + {-12, 0, 173, 0x1fee} + } +}; + +StandTile tile_2041 = { + 0x126100, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-18, 0, 189, 0x1ff6}, + {-26, 0, 173, 0x1f5a}, + {-26, 0, 192, 0x1fce} + } +}; + +StandTile tile_2042 = { + 0x126000, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3, 0, 192, 0x0000}, + {26, 0, 192, 0x2002}, + {14, 0, 184, 0x1fea} + } +}; + +StandTile tile_2043 = { + 0x125f00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {14, 0, 184, 0x1ffe}, + {26, 0, 192, 0x200a}, + {12, 0, 173, 0x1fea} + } +}; + +StandTile tile_2044 = { + 0x12a200, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {26, 0, 173, 0x2082}, + {26, -1, 147, 0x200e}, + {12, 0, 173, 0x200a} + } +}; + +StandTile tile_2045 = { + 0x125e00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {26, 0, 192, 0x20d2}, + {26, 0, 173, 0x2006}, + {12, 0, 173, 0x2002} + } +}; + +StandTile tile_2046 = { + 0x125d00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {26, -1, 147, 0x204a}, + {0, 0, 147, 0x2012}, + {12, 0, 173, 0x2006} + } +}; + +StandTile tile_2047 = { + 0x125c00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {12, 0, 173, 0x200e}, + {0, 0, 147, 0x201a}, + {-1, 0, 173, 0x1fe6} + } +}; + +StandTile tile_2048 = { + 0x129900, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 147, 0x203e}, + {-11, 0, 147, 0x0000}, + {-7, 0, 158, 0x201a} + } +}; + +StandTile tile_2049 = { + 0x125b00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 147, 0x2016}, + {-7, 0, 158, 0x1fd6}, + {-1, 0, 173, 0x2012} + } +}; + +StandTile tile_2050 = { + 0x125800, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-19, 0, 129, 0x2022}, + {-8, 1, 138, 0x2026}, + {-14, 5, 119, 0x0000} + } +}; + +StandTile tile_2051 = { + 0x125700, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-19, 0, 129, 0x0000}, + {-14, 0, 142, 0x203a}, + {-8, 1, 138, 0x201e} + } +}; + +StandTile tile_2052 = { + 0x125a00, 0x01, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-14, 5, 119, 0x201e}, + {-8, 1, 138, 0x2042}, + {0, 0, 133, 0x202a} + } +}; + +StandTile tile_2053 = { + 0x125600, 0x01, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-14, 5, 119, 0x2026}, + {0, 0, 133, 0x2046}, + {8, 0, 128, 0x2032} + } +}; + +StandTile tile_2054 = { + 0x125900, 0x01, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8, 0, 128, 0x2036}, + {11, -2, 104, 0x2062}, + {0, 0, 110, 0x2032} + } +}; + +StandTile tile_2055 = { + 0x125500, 0x01, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-14, 5, 119, 0x202a}, + {8, 0, 128, 0x202e}, + {0, 0, 110, 0x2066} + } +}; + +StandTile tile_2056 = { + 0x125400, 0x01, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8, 0, 128, 0x204e}, + {19, -3, 120, 0x2056}, + {11, -2, 104, 0x202e} + } +}; + +StandTile tile_2057 = { + 0x125300, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-14, 0, 142, 0x0000}, + {-11, 0, 147, 0x203e}, + {-8, 1, 138, 0x2022} + } +}; + +StandTile tile_2058 = { + 0x125200, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-11, 0, 147, 0x2016}, + {0, 0, 147, 0x2042}, + {-8, 1, 138, 0x203a} + } +}; + +StandTile tile_2059 = { + 0x125100, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8, 1, 138, 0x203e}, + {0, 0, 147, 0x2046}, + {0, 0, 133, 0x2026} + } +}; + +StandTile tile_2060 = { + 0x125000, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 147, 0x204a}, + {8, 0, 128, 0x202a}, + {0, 0, 133, 0x2042} + } +}; + +StandTile tile_2061 = { + 0x124f00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 147, 0x200e}, + {26, -1, 147, 0x204e}, + {8, 0, 128, 0x2046} + } +}; + +StandTile tile_2062 = { + 0x124e00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8, 0, 128, 0x204a}, + {26, -1, 147, 0x2052}, + {19, -3, 120, 0x2036} + } +}; + +StandTile tile_2063 = { + 0x124d00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {26, -1, 147, 0x208a}, + {27, -5, 120, 0x2056}, + {19, -3, 120, 0x204e} + } +}; + +StandTile tile_2064 = { + 0x124c00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {27, -5, 120, 0x205a}, + {11, -2, 104, 0x2036}, + {19, -3, 120, 0x2052} + } +}; + +StandTile tile_2065 = { + 0x124b00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {27, -5, 120, 0x2092}, + {26, -5, 93, 0x205e}, + {11, -2, 104, 0x2056} + } +}; + +StandTile tile_2066 = { + 0x124a00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {26, -5, 93, 0x207a}, + {0, 0, 93, 0x2062}, + {11, -2, 104, 0x205a} + } +}; + +StandTile tile_2067 = { + 0x124900, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {11, -2, 104, 0x205e}, + {0, 0, 93, 0x2066}, + {0, 0, 110, 0x202e} + } +}; + +StandTile tile_2068 = { + 0x124800, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 110, 0x2062}, + {0, 0, 93, 0x206a}, + {-14, 5, 119, 0x2032} + } +}; + +StandTile tile_2069 = { + 0x124700, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 93, 0x2072}, + {-26, 5, 93, 0x206e}, + {-14, 5, 119, 0x2066} + } +}; + +StandTile tile_2070 = { + 0x124600, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-26, 5, 93, 0x1f05}, + {-26, 5, 115, 0x0000}, + {-14, 5, 119, 0x206a} + } +}; + +StandTile tile_2071 = { + 0x070b00, 0x01, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 93, 0x2076}, + {-26, 0, 66, 0x1f92}, + {-26, 5, 93, 0x206a} + } +}; + +StandTile tile_2072 = { + 0x070d00, 0x01, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1, 0, 66, 0x1e01}, + {-26, 0, 66, 0x2072}, + {0, 0, 93, 0x207a} + } +}; + +StandTile tile_2073 = { + 0x072d00, 0x01, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {26, -5, 93, 0x207e}, + {1, 0, 66, 0x2076}, + {0, 0, 93, 0x205e} + } +}; + +StandTile tile_2074 = { + 0x072f00, 0x01, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {26, 0, 66, 0x1e05}, + {1, 0, 66, 0x207a}, + {26, -5, 93, 0x209a} + } +}; + +StandTile tile_2075 = { + 0x074000, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {52, 1, 173, 0x2086}, + {26, -1, 147, 0x2006}, + {26, 0, 173, 0x1fc6} + } +}; + +StandTile tile_2076 = { + 0x074100, 0x01, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {52, 0, 147, 0x208a}, + {26, -1, 147, 0x2082}, + {52, 1, 173, 0x20a2} + } +}; + +StandTile tile_2077 = { + 0x074200, 0x01, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {52, 0, 147, 0x208e}, + {27, -5, 120, 0x2052}, + {26, -1, 147, 0x2086} + } +}; + +StandTile tile_2078 = { + 0x074300, 0x01, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {52, -5, 120, 0x2092}, + {27, -5, 120, 0x208a}, + {52, 0, 147, 0x20aa} + } +}; + +StandTile tile_2079 = { + 0x074400, 0x01, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {52, -5, 120, 0x2096}, + {26, -5, 93, 0x205a}, + {27, -5, 120, 0x208e} + } +}; + +StandTile tile_2080 = { + 0x074500, 0x01, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {52, -5, 93, 0x209a}, + {26, -5, 93, 0x2092}, + {52, -5, 120, 0x20b2} + } +}; + +StandTile tile_2081 = { + 0x074600, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {52, -5, 93, 0x209e}, + {26, 0, 66, 0x207e}, + {26, -5, 93, 0x2096} + } +}; + +StandTile tile_2082 = { + 0x074700, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {52, 0, 66, 0x1e2d}, + {26, 0, 66, 0x209a}, + {52, -5, 93, 0x20ba} + } +}; + +StandTile tile_2083 = { + 0x075200, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 4, 173, 0x20a6}, + {52, 0, 147, 0x2086}, + {52, 1, 173, 0x20ce} + } +}; + +StandTile tile_2084 = { + 0x075400, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 4, 147, 0x20aa}, + {52, 0, 147, 0x20a2}, + {79, 4, 173, 0x20c2} + } +}; + +StandTile tile_2085 = { + 0x075600, 0x01, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 4, 147, 0x20ae}, + {52, -5, 120, 0x208e}, + {52, 0, 147, 0x20a6} + } +}; + +StandTile tile_2086 = { + 0x075700, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 0, 120, 0x20b2}, + {52, -5, 120, 0x20aa}, + {79, 4, 147, 0x20ca} + } +}; + +StandTile tile_2087 = { + 0x075800, 0x01, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {79, 0, 120, 0x20b6}, + {52, -5, 93, 0x2096}, + {52, -5, 120, 0x20ae} + } +}; + +StandTile tile_2088 = { + 0x075900, 0x01, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {79, -1, 93, 0x20ba}, + {52, -5, 93, 0x20b2}, + {79, 0, 120, 0x1fbe} + } +}; + +StandTile tile_2089 = { + 0x075a00, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {79, -1, 93, 0x20be}, + {52, 0, 66, 0x209e}, + {52, -5, 93, 0x20b6} + } +}; + +StandTile tile_2090 = { + 0x075b00, 0x01, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 0, 66, 0x1e55}, + {52, 0, 66, 0x20ba}, + {79, -1, 93, 0x20ee} + } +}; + +StandTile tile_2091 = { + 0x076a00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {114, -3, 175, 0x20c6}, + {79, 4, 147, 0x20a6}, + {79, 4, 173, 0x20de} + } +}; + +StandTile tile_2092 = { + 0x076b00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {108, 4, 147, 0x20ca}, + {79, 4, 147, 0x20c2}, + {114, -3, 175, 0x20d6} + } +}; + +StandTile tile_2093 = { + 0x076c00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {108, 4, 147, 0x20e2}, + {79, 0, 120, 0x20ae}, + {79, 4, 147, 0x20c6} + } +}; + +StandTile tile_2094 = { + 0x078800, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 4, 173, 0x20a2}, + {52, 1, 173, 0x1fc2}, + {70, 0, 192, 0x20da} + } +}; + +StandTile tile_2095 = { + 0x078b00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {42, 0, 192, 0x1fc6}, + {26, 0, 173, 0x200a}, + {26, 0, 192, 0x0000} + } +}; + +StandTile tile_2096 = { + 0x079601, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {133, -2, 156, 0x1fca}, + {108, 4, 147, 0x20c6}, + {114, -3, 175, 0x0000} + } +}; + +StandTile tile_2097 = { + 0x079700, 0x01, + 0x0, + 0x1, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, 192, 0x20de}, + {79, 4, 173, 0x20ce}, + {70, 0, 192, 0x0000} + } +}; + +StandTile tile_2098 = { + 0x079801, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {114, -3, 175, 0x20c2}, + {79, 4, 173, 0x20da}, + {96, 0, 192, 0x0000} + } +}; + +StandTile tile_2099 = { + 0x0f4a00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, 118, 0x1fbe}, + {79, 0, 120, 0x20ca}, + {108, 4, 147, 0x20e6} + } +}; + +StandTile tile_2100 = { + 0x079a00, 0x01, + 0x0, + 0x1, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, 118, 0x20e2}, + {108, 4, 147, 0x1fca}, + {115, 0, 137, 0x0000} + } +}; + +StandTile tile_2101 = { + 0x07a000, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, 66, 0x1ea1}, + {79, 0, 66, 0x20ee}, + {96, 0, 92, 0x0000} + } +}; + +StandTile tile_2102 = { + 0x07a100, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {79, 0, 66, 0x20be}, + {79, -1, 93, 0x20f2}, + {96, 0, 92, 0x20ea} + } +}; + +StandTile tile_2103 = { + 0x07a200, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, 92, 0x20ee}, + {79, -1, 93, 0x1fbe}, + {96, 0, 118, 0x0000} + } +}; + +StandTile tile_2104 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_len_all_p_stanZ.c b/assets/obseg/stan/Tbg_len_all_p_stanZ.c new file mode 100644 index 0000000..0103f2e --- /dev/null +++ b/assets/obseg/stan/Tbg_len_all_p_stanZ.c @@ -0,0 +1,2715 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:14 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_len_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x074300, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 42, -547, 0x0024}, + {739, 43, -514, 0x0000}, + {739, 45, -541, 0x0018} + } +}; + +StandTile tile_1 = { + 0x074200, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 42, -547, 0x0018}, + {720, 43, -560, 0x001c}, + {694, 43, -574, 0x00a0} + } +}; + +StandTile tile_2 = { + 0x096a00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 42, -547, 0x0010}, + {739, 45, -541, 0x0000}, + {720, 43, -560, 0x0014} + } +}; + +StandTile tile_3 = { + 0x074100, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 43, -574, 0x0014}, + {720, 43, -560, 0x0000}, + {701, 43, -579, 0x00d4} + } +}; + +StandTile tile_4 = { + 0x073f00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -600, 0x00a4}, + {694, 43, -574, 0x00d4}, + {682, 46, -600, 0x0000} + } +}; + +StandTile tile_5 = { + 0x073e00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -520, 0x0028}, + {739, 43, -514, 0x0010}, + {694, 42, -547, 0x0098} + } +}; + +StandTile tile_6 = { + 0x073d00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -520, 0x002c}, + {739, 43, -488, 0x0000}, + {739, 43, -514, 0x0024} + } +}; + +StandTile tile_7 = { + 0x073c00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -493, 0x0030}, + {739, 43, -488, 0x0028}, + {694, 46, -520, 0x0090} + } +}; + +StandTile tile_8 = { + 0x073b00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -493, 0x0034}, + {739, 46, -467, 0x0000}, + {739, 43, -488, 0x002c} + } +}; + +StandTile tile_9 = { + 0x073a00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -467, 0x019c}, + {739, 46, -467, 0x0030}, + {694, 46, -493, 0x0088} + } +}; + +StandTile tile_10 = { + 0x06f700, 0x01, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {612, 51, -493, 0x00a8}, + {638, 46, -467, 0x005c}, + {638, 51, -493, 0x003c} + } +}; + +StandTile tile_11 = { + 0x06f600, 0x01, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {612, 51, -493, 0x0038}, + {638, 51, -493, 0x0040}, + {612, 51, -520, 0x00b8} + } +}; + +StandTile tile_12 = { + 0x06f500, 0x01, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {612, 51, -520, 0x003c}, + {638, 51, -493, 0x0064}, + {638, 51, -520, 0x0044} + } +}; + +StandTile tile_13 = { + 0x06f400, 0x01, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {612, 51, -520, 0x0040}, + {638, 51, -520, 0x0048}, + {612, 47, -547, 0x00c0} + } +}; + +StandTile tile_14 = { + 0x06f300, 0x01, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {612, 47, -547, 0x0044}, + {638, 51, -520, 0x006c}, + {638, 46, -547, 0x004c} + } +}; + +StandTile tile_15 = { + 0x06f200, 0x01, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {612, 47, -547, 0x0048}, + {638, 46, -547, 0x0050}, + {612, 46, -574, 0x00c8} + } +}; + +StandTile tile_16 = { + 0x06f100, 0x01, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -574, 0x004c}, + {638, 46, -547, 0x0074}, + {638, 46, -574, 0x0054} + } +}; + +StandTile tile_17 = { + 0x06f000, 0x01, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -574, 0x0050}, + {638, 46, -574, 0x0058}, + {613, 46, -600, 0x00d0} + } +}; + +StandTile tile_18 = { + 0x06ef00, 0x01, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {613, 46, -600, 0x0054}, + {638, 46, -574, 0x007c}, + {641, 46, -600, 0x0000} + } +}; + +StandTile tile_19 = { + 0x06e600, 0x01, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -467, 0x0238}, + {665, 46, -467, 0x0060}, + {638, 51, -493, 0x0038} + } +}; + +StandTile tile_20 = { + 0x06e500, 0x01, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 51, -493, 0x005c}, + {665, 46, -467, 0x0084}, + {665, 47, -493, 0x0064} + } +}; + +StandTile tile_21 = { + 0x06e400, 0x01, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 51, -493, 0x0060}, + {665, 47, -493, 0x0068}, + {638, 51, -520, 0x0040} + } +}; + +StandTile tile_22 = { + 0x06e300, 0x01, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 51, -520, 0x0064}, + {665, 47, -493, 0x008c}, + {665, 46, -520, 0x006c} + } +}; + +StandTile tile_23 = { + 0x06e200, 0x01, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 51, -520, 0x0068}, + {665, 46, -520, 0x0070}, + {638, 46, -547, 0x0048} + } +}; + +StandTile tile_24 = { + 0x06e100, 0x01, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -547, 0x006c}, + {665, 46, -520, 0x0094}, + {665, 42, -547, 0x0074} + } +}; + +StandTile tile_25 = { + 0x06e000, 0x01, + 0x0, + 0x6, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -547, 0x0070}, + {665, 42, -547, 0x0078}, + {638, 46, -574, 0x0050} + } +}; + +StandTile tile_26 = { + 0x06df00, 0x01, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -574, 0x0074}, + {665, 42, -547, 0x009c}, + {665, 42, -574, 0x007c} + } +}; + +StandTile tile_27 = { + 0x06de00, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -574, 0x0078}, + {665, 42, -574, 0x0080}, + {641, 46, -600, 0x0058} + } +}; + +StandTile tile_28 = { + 0x06dd00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {641, 46, -600, 0x007c}, + {665, 42, -574, 0x00a4}, + {665, 46, -600, 0x0000} + } +}; + +StandTile tile_29 = { + 0x06d400, 0x01, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -467, 0x0258}, + {694, 46, -467, 0x0088}, + {665, 47, -493, 0x0060} + } +}; + +StandTile tile_30 = { + 0x06d300, 0x01, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 47, -493, 0x0084}, + {694, 46, -467, 0x0034}, + {694, 46, -493, 0x008c} + } +}; + +StandTile tile_31 = { + 0x06d200, 0x01, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 47, -493, 0x0088}, + {694, 46, -493, 0x0090}, + {665, 46, -520, 0x0068} + } +}; + +StandTile tile_32 = { + 0x06d100, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -520, 0x008c}, + {694, 46, -493, 0x002c}, + {694, 46, -520, 0x0094} + } +}; + +StandTile tile_33 = { + 0x06d000, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -520, 0x0090}, + {694, 46, -520, 0x0098}, + {665, 42, -547, 0x0070} + } +}; + +StandTile tile_34 = { + 0x06cf00, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 42, -547, 0x0094}, + {694, 46, -520, 0x0024}, + {694, 42, -547, 0x009c} + } +}; + +StandTile tile_35 = { + 0x06ce00, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 42, -547, 0x0098}, + {694, 42, -547, 0x00a0}, + {665, 42, -574, 0x0078} + } +}; + +StandTile tile_36 = { + 0x06cd00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 42, -574, 0x009c}, + {694, 42, -547, 0x0014}, + {694, 43, -574, 0x00a4} + } +}; + +StandTile tile_37 = { + 0x06cc00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 42, -574, 0x00a0}, + {694, 43, -574, 0x0020}, + {665, 46, -600, 0x0080} + } +}; + +StandTile tile_38 = { + 0x068d00, 0x01, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -467, 0x025c}, + {638, 46, -467, 0x0038}, + {612, 51, -493, 0x00b0} + } +}; + +StandTile tile_39 = { + 0x067300, 0x01, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -467, 0x026c}, + {612, 46, -467, 0x00b0}, + {585, 46, -493, 0x0170} + } +}; + +StandTile tile_40 = { + 0x067100, 0x01, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -493, 0x00ac}, + {612, 46, -467, 0x00a8}, + {612, 51, -493, 0x00b4} + } +}; + +StandTile tile_41 = { + 0x066f00, 0x01, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -493, 0x00b0}, + {612, 51, -493, 0x00b8}, + {585, 46, -520, 0x0178} + } +}; + +StandTile tile_42 = { + 0x066d00, 0x01, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -520, 0x00b4}, + {612, 51, -493, 0x003c}, + {612, 51, -520, 0x00bc} + } +}; + +StandTile tile_43 = { + 0x066b00, 0x01, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -520, 0x00b8}, + {612, 51, -520, 0x00c0}, + {585, 46, -547, 0x0180} + } +}; + +StandTile tile_44 = { + 0x066900, 0x01, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -547, 0x00bc}, + {612, 51, -520, 0x0044}, + {612, 47, -547, 0x00c4} + } +}; + +StandTile tile_45 = { + 0x066700, 0x01, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -547, 0x00c0}, + {612, 47, -547, 0x00c8}, + {585, 46, -574, 0x0188} + } +}; + +StandTile tile_46 = { + 0x066500, 0x01, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -574, 0x00c4}, + {612, 47, -547, 0x004c}, + {612, 46, -574, 0x00cc} + } +}; + +StandTile tile_47 = { + 0x066300, 0x01, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -574, 0x00c8}, + {612, 46, -574, 0x00d0}, + {585, 46, -600, 0x0190} + } +}; + +StandTile tile_48 = { + 0x066100, 0x01, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -600, 0x00cc}, + {612, 46, -574, 0x0054}, + {613, 46, -600, 0x0000} + } +}; + +StandTile tile_49 = { + 0x09b000, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {701, 43, -579, 0x0000}, + {682, 46, -600, 0x0020}, + {694, 43, -574, 0x001c} + } +}; + +StandTile tile_50 = { + 0x074900, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {453, 46, -570, 0x00dc}, + {476, 50, -574, 0x00f0}, + {482, 48, -600, 0x0000} + } +}; + +StandTile tile_51 = { + 0x098100, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {453, 46, -570, 0x00e0}, + {476, 51, -547, 0x0150}, + {476, 50, -574, 0x00d8} + } +}; + +StandTile tile_52 = { + 0x074800, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -546, 0x00e4}, + {476, 51, -547, 0x00dc}, + {453, 46, -570, 0x0000} + } +}; + +StandTile tile_53 = { + 0x074700, 0x01, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -546, 0x00e8}, + {476, 47, -520, 0x0140}, + {476, 51, -547, 0x00e0} + } +}; + +StandTile tile_54 = { + 0x074600, 0x01, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -520, 0x0120}, + {476, 47, -520, 0x00e4}, + {424, 46, -546, 0x0000} + } +}; + +StandTile tile_55 = { + 0x074500, 0x01, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {482, 48, -600, 0x00f0}, + {505, 51, -574, 0x010c}, + {506, 47, -600, 0x0000} + } +}; + +StandTile tile_56 = { + 0x074400, 0x01, + 0x0, + 0x2, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {476, 50, -574, 0x0154}, + {505, 51, -574, 0x00ec}, + {482, 48, -600, 0x00d8} + } +}; + +StandTile tile_57 = { + 0x071e00, 0x01, + 0x0, + 0x6, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -547, 0x0158}, + {558, 46, -547, 0x00f8}, + {531, 47, -574, 0x0108} + } +}; + +StandTile tile_58 = { + 0x071d00, 0x01, + 0x0, + 0x8, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {531, 47, -574, 0x00f4}, + {558, 46, -547, 0x0184}, + {558, 46, -574, 0x00fc} + } +}; + +StandTile tile_59 = { + 0x071c00, 0x01, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {531, 47, -574, 0x00f8}, + {558, 46, -574, 0x0100}, + {531, 46, -600, 0x0110} + } +}; + +StandTile tile_60 = { + 0x071b00, 0x01, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -600, 0x00fc}, + {558, 46, -574, 0x018c}, + {559, 46, -600, 0x0000} + } +}; + +StandTile tile_61 = { + 0x071400, 0x01, + 0x0, + 0x5, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 51, -547, 0x0118}, + {531, 46, -547, 0x0108}, + {505, 51, -574, 0x0154} + } +}; + +StandTile tile_62 = { + 0x071300, 0x01, + 0x0, + 0x5, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 51, -574, 0x0104}, + {531, 46, -547, 0x00f4}, + {531, 47, -574, 0x010c} + } +}; + +StandTile tile_63 = { + 0x071200, 0x01, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 51, -574, 0x0108}, + {531, 47, -574, 0x0110}, + {506, 47, -600, 0x00ec} + } +}; + +StandTile tile_64 = { + 0x071100, 0x01, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {506, 47, -600, 0x010c}, + {531, 47, -574, 0x00fc}, + {531, 46, -600, 0x0000} + } +}; + +StandTile tile_65 = { + 0x070400, 0x01, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -520, 0x0164}, + {531, 42, -520, 0x0118}, + {505, 51, -547, 0x014c} + } +}; + +StandTile tile_66 = { + 0x070300, 0x01, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 51, -547, 0x0114}, + {531, 42, -520, 0x0144}, + {531, 46, -547, 0x0104} + } +}; + +StandTile tile_67 = { + 0x070200, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -493, 0x0198}, + {476, 46, -493, 0x0120}, + {424, 46, -520, 0x0000} + } +}; + +StandTile tile_68 = { + 0x070100, 0x01, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -520, 0x011c}, + {476, 46, -493, 0x0138}, + {476, 47, -520, 0x00e8} + } +}; + +StandTile tile_69 = { + 0x06f900, 0x01, + 0x0, + 0x8, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -467, 0x0314}, + {558, 46, -467, 0x0128}, + {531, 42, -493, 0x015c} + } +}; + +StandTile tile_70 = { + 0x06f800, 0x01, + 0x0, + 0x9, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 42, -493, 0x0124}, + {558, 46, -467, 0x016c}, + {558, 42, -493, 0x012c} + } +}; + +StandTile tile_71 = { + 0x06cb00, 0x01, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 42, -493, 0x0128}, + {558, 42, -493, 0x0130}, + {531, 42, -520, 0x0164} + } +}; + +StandTile tile_72 = { + 0x06ca00, 0x01, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {531, 42, -520, 0x012c}, + {558, 42, -493, 0x0174}, + {558, 42, -520, 0x0144} + } +}; + +StandTile tile_73 = { + 0x06c900, 0x01, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -493, 0x0168}, + {505, 46, -467, 0x0148}, + {505, 46, -493, 0x0138} + } +}; + +StandTile tile_74 = { + 0x06c800, 0x01, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -493, 0x0134}, + {505, 46, -493, 0x013c}, + {476, 47, -520, 0x0120} + } +}; + +StandTile tile_75 = { + 0x06c700, 0x01, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 47, -520, 0x0138}, + {505, 46, -493, 0x0160}, + {505, 46, -520, 0x0140} + } +}; + +StandTile tile_76 = { + 0x06c600, 0x01, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 47, -520, 0x013c}, + {505, 46, -520, 0x014c}, + {476, 51, -547, 0x00e4} + } +}; + +StandTile tile_77 = { + 0x06c200, 0x01, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 42, -520, 0x0130}, + {558, 42, -520, 0x0158}, + {531, 46, -547, 0x0118} + } +}; + +StandTile tile_78 = { + 0x06c100, 0x01, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -467, 0x030c}, + {531, 46, -467, 0x015c}, + {505, 46, -493, 0x0134} + } +}; + +StandTile tile_79 = { + 0x06c000, 0x01, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 51, -547, 0x0140}, + {505, 46, -520, 0x0114}, + {505, 51, -547, 0x0150} + } +}; + +StandTile tile_80 = { + 0x06bf00, 0x01, + 0x0, + 0x2, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 51, -547, 0x014c}, + {505, 51, -547, 0x0154}, + {476, 50, -574, 0x00dc} + } +}; + +StandTile tile_81 = { + 0x06be00, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {476, 50, -574, 0x0150}, + {505, 51, -547, 0x0104}, + {505, 51, -574, 0x00f0} + } +}; + +StandTile tile_82 = { + 0x06bc00, 0x01, + 0x0, + 0x8, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -547, 0x0144}, + {558, 42, -520, 0x017c}, + {558, 46, -547, 0x00f4} + } +}; + +StandTile tile_83 = { + 0x06bb00, 0x01, + 0x0, + 0x7, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -493, 0x0148}, + {531, 46, -467, 0x0124}, + {531, 42, -493, 0x0160} + } +}; + +StandTile tile_84 = { + 0x06ba00, 0x01, + 0x0, + 0x6, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -493, 0x015c}, + {531, 42, -493, 0x0164}, + {505, 46, -520, 0x013c} + } +}; + +StandTile tile_85 = { + 0x06b900, 0x01, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -520, 0x0160}, + {531, 42, -493, 0x012c}, + {531, 42, -520, 0x0114} + } +}; + +StandTile tile_86 = { + 0x06b500, 0x01, + 0x0, + 0x6, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -467, 0x0324}, + {505, 46, -467, 0x0134}, + {476, 46, -493, 0x0198} + } +}; + +StandTile tile_87 = { + 0x06a700, 0x01, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -467, 0x031c}, + {585, 46, -467, 0x0170}, + {558, 42, -493, 0x0128} + } +}; + +StandTile tile_88 = { + 0x06a500, 0x01, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {558, 42, -493, 0x016c}, + {585, 46, -467, 0x00ac}, + {585, 46, -493, 0x0174} + } +}; + +StandTile tile_89 = { + 0x06a300, 0x01, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 42, -493, 0x0170}, + {585, 46, -493, 0x0178}, + {558, 42, -520, 0x0130} + } +}; + +StandTile tile_90 = { + 0x06a100, 0x01, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 42, -520, 0x0174}, + {585, 46, -493, 0x00b4}, + {585, 46, -520, 0x017c} + } +}; + +StandTile tile_91 = { + 0x069f00, 0x01, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 42, -520, 0x0178}, + {585, 46, -520, 0x0180}, + {558, 46, -547, 0x0158} + } +}; + +StandTile tile_92 = { + 0x069d00, 0x01, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -547, 0x017c}, + {585, 46, -520, 0x00bc}, + {585, 46, -547, 0x0184} + } +}; + +StandTile tile_93 = { + 0x069b00, 0x01, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -547, 0x0180}, + {585, 46, -547, 0x0188}, + {558, 46, -574, 0x00f8} + } +}; + +StandTile tile_94 = { + 0x069900, 0x01, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -574, 0x0184}, + {585, 46, -547, 0x00c4}, + {585, 46, -574, 0x018c} + } +}; + +StandTile tile_95 = { + 0x069700, 0x01, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -574, 0x0188}, + {585, 46, -574, 0x0190}, + {559, 46, -600, 0x0100} + } +}; + +StandTile tile_96 = { + 0x069500, 0x01, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {559, 46, -600, 0x018c}, + {585, 46, -574, 0x00cc}, + {585, 46, -600, 0x0000} + } +}; + +StandTile tile_97 = { + 0x069300, 0x01, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -467, 0x0344}, + {476, 46, -467, 0x0198}, + {424, 46, -493, 0x0000} + } +}; + +StandTile tile_98 = { + 0x069100, 0x01, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -493, 0x0194}, + {476, 46, -467, 0x0168}, + {476, 46, -493, 0x011c} + } +}; + +StandTile tile_99 = { + 0x073900, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -467, 0x01a0}, + {739, 43, -434, 0x0000}, + {739, 46, -467, 0x0034} + } +}; + +StandTile tile_100 = { + 0x073800, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -440, 0x01a4}, + {739, 43, -434, 0x019c}, + {694, 46, -467, 0x0258} + } +}; + +StandTile tile_101 = { + 0x073700, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 46, -440, 0x01a8}, + {739, 43, -407, 0x0000}, + {739, 43, -434, 0x01a0} + } +}; + +StandTile tile_102 = { + 0x073600, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {694, 47, -413, 0x01ac}, + {739, 43, -407, 0x01a4}, + {694, 46, -440, 0x0250} + } +}; + +StandTile tile_103 = { + 0x073500, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 47, -413, 0x01b0}, + {739, 47, -381, 0x0000}, + {739, 43, -407, 0x01a8} + } +}; + +StandTile tile_104 = { + 0x073400, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 51, -386, 0x01b4}, + {739, 47, -381, 0x01ac}, + {694, 47, -413, 0x0248} + } +}; + +StandTile tile_105 = { + 0x073300, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 51, -386, 0x01c4}, + {731, 46, -372, 0x0000}, + {739, 47, -381, 0x01b0} + } +}; + +StandTile tile_106 = { + 0x073200, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {706, 43, -348, 0x01c0}, + {694, 50, -360, 0x01bc}, + {701, 43, -343, 0x0000} + } +}; + +StandTile tile_107 = { + 0x098000, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 50, -360, 0x01cc}, + {695, 43, -343, 0x0000}, + {701, 43, -343, 0x01b8} + } +}; + +StandTile tile_108 = { + 0x073100, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 50, -360, 0x01b8}, + {706, 43, -348, 0x0000}, + {720, 43, -362, 0x01c8} + } +}; + +StandTile tile_109 = { + 0x073002, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 50, -360, 0x01c8}, + {731, 46, -372, 0x01b4}, + {694, 51, -386, 0x0240} + } +}; + +StandTile tile_110 = { + 0x073001, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {694, 50, -360, 0x01c0}, + {720, 43, -362, 0x0000}, + {731, 46, -372, 0x01c4} + } +}; + +StandTile tile_111 = { + 0x072d02, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {665, 51, -360, 0x01d0}, + {695, 43, -343, 0x01bc}, + {694, 50, -360, 0x023c} + } +}; + +StandTile tile_112 = { + 0x072d01, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {665, 51, -360, 0x01d4}, + {683, 43, -343, 0x0000}, + {695, 43, -343, 0x01cc} + } +}; + +StandTile tile_113 = { + 0x072c00, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {683, 43, -343, 0x01d0}, + {665, 51, -360, 0x01d8}, + {666, 43, -343, 0x0000} + } +}; + +StandTile tile_114 = { + 0x072b02, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {638, 47, -360, 0x01dc}, + {666, 43, -343, 0x01d4}, + {665, 51, -360, 0x021c} + } +}; + +StandTile tile_115 = { + 0x072b01, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {638, 47, -360, 0x01e0}, + {647, 43, -343, 0x0000}, + {666, 43, -343, 0x01d8} + } +}; + +StandTile tile_116 = { + 0x072a00, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {647, 43, -343, 0x01dc}, + {638, 47, -360, 0x01e4}, + {639, 43, -343, 0x0000} + } +}; + +StandTile tile_117 = { + 0x072902, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -360, 0x01e8}, + {639, 43, -343, 0x01e0}, + {638, 47, -360, 0x020c} + } +}; + +StandTile tile_118 = { + 0x072901, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -360, 0x01ec}, + {621, 43, -343, 0x0000}, + {639, 43, -343, 0x01e4} + } +}; + +StandTile tile_119 = { + 0x072800, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {621, 43, -343, 0x01e8}, + {612, 46, -360, 0x01f0}, + {611, 43, -343, 0x0000} + } +}; + +StandTile tile_120 = { + 0x072602, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -360, 0x01f4}, + {611, 43, -343, 0x01ec}, + {612, 46, -360, 0x01fc} + } +}; + +StandTile tile_121 = { + 0x072601, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -360, 0x01f8}, + {594, 43, -343, 0x0000}, + {611, 43, -343, 0x01f0} + } +}; + +StandTile tile_122 = { + 0x072500, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {594, 43, -343, 0x01f4}, + {585, 46, -360, 0x029c}, + {585, 43, -343, 0x0000} + } +}; + +StandTile tile_123 = { + 0x070a00, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -360, 0x01f0}, + {612, 46, -360, 0x0200}, + {585, 46, -386, 0x02b4} + } +}; + +StandTile tile_124 = { + 0x070900, 0x01, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -386, 0x01fc}, + {612, 46, -360, 0x020c}, + {612, 46, -386, 0x0204} + } +}; + +StandTile tile_125 = { + 0x070800, 0x01, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -386, 0x0200}, + {612, 46, -386, 0x0208}, + {585, 46, -413, 0x02bc} + } +}; + +StandTile tile_126 = { + 0x070700, 0x01, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -413, 0x0204}, + {612, 46, -386, 0x0214}, + {612, 42, -413, 0x0260} + } +}; + +StandTile tile_127 = { + 0x070000, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -360, 0x01e4}, + {638, 47, -360, 0x0210}, + {612, 46, -386, 0x0200} + } +}; + +StandTile tile_128 = { + 0x06ff00, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -386, 0x020c}, + {638, 47, -360, 0x021c}, + {638, 46, -386, 0x0214} + } +}; + +StandTile tile_129 = { + 0x06fe00, 0x01, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -386, 0x0210}, + {638, 46, -386, 0x0218}, + {612, 42, -413, 0x0208} + } +}; + +StandTile tile_130 = { + 0x06fd00, 0x01, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {612, 42, -413, 0x0214}, + {638, 46, -386, 0x0224}, + {638, 42, -413, 0x0270} + } +}; + +StandTile tile_131 = { + 0x06ee00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 47, -360, 0x01d8}, + {665, 51, -360, 0x0220}, + {638, 46, -386, 0x0210} + } +}; + +StandTile tile_132 = { + 0x06ed00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -386, 0x021c}, + {665, 51, -360, 0x023c}, + {665, 51, -386, 0x0224} + } +}; + +StandTile tile_133 = { + 0x06ec00, 0x01, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -386, 0x0220}, + {665, 51, -386, 0x0228}, + {638, 42, -413, 0x0218} + } +}; + +StandTile tile_134 = { + 0x06eb00, 0x01, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 42, -413, 0x0224}, + {665, 51, -386, 0x0244}, + {665, 46, -413, 0x022c} + } +}; + +StandTile tile_135 = { + 0x06ea00, 0x01, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {638, 42, -413, 0x0228}, + {665, 46, -413, 0x0230}, + {638, 42, -440, 0x0274} + } +}; + +StandTile tile_136 = { + 0x06e900, 0x01, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 42, -440, 0x022c}, + {665, 46, -413, 0x024c}, + {665, 46, -440, 0x0234} + } +}; + +StandTile tile_137 = { + 0x06e800, 0x01, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 42, -440, 0x0230}, + {665, 46, -440, 0x0238}, + {638, 46, -467, 0x025c} + } +}; + +StandTile tile_138 = { + 0x06e700, 0x01, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {638, 46, -467, 0x0234}, + {665, 46, -440, 0x0254}, + {665, 46, -467, 0x005c} + } +}; + +StandTile tile_139 = { + 0x06dc00, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {665, 51, -360, 0x01cc}, + {694, 50, -360, 0x0240}, + {665, 51, -386, 0x0220} + } +}; + +StandTile tile_140 = { + 0x06db00, 0x01, + 0x0, + 0x1, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {665, 51, -386, 0x023c}, + {694, 50, -360, 0x01c4}, + {694, 51, -386, 0x0244} + } +}; + +StandTile tile_141 = { + 0x06da00, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 51, -386, 0x0240}, + {694, 51, -386, 0x0248}, + {665, 46, -413, 0x0228} + } +}; + +StandTile tile_142 = { + 0x06d900, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -413, 0x0244}, + {694, 51, -386, 0x01b0}, + {694, 47, -413, 0x024c} + } +}; + +StandTile tile_143 = { + 0x06d800, 0x01, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -413, 0x0248}, + {694, 47, -413, 0x0250}, + {665, 46, -440, 0x0230} + } +}; + +StandTile tile_144 = { + 0x06d700, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -440, 0x024c}, + {694, 47, -413, 0x01a8}, + {694, 46, -440, 0x0254} + } +}; + +StandTile tile_145 = { + 0x06d600, 0x01, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -440, 0x0250}, + {694, 46, -440, 0x0258}, + {665, 46, -467, 0x0238} + } +}; + +StandTile tile_146 = { + 0x06d500, 0x01, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {665, 46, -467, 0x0254}, + {694, 46, -440, 0x01a0}, + {694, 46, -467, 0x0084} + } +}; + +StandTile tile_147 = { + 0x068f00, 0x01, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {612, 46, -467, 0x0278}, + {638, 42, -440, 0x0234}, + {638, 46, -467, 0x00a8} + } +}; + +StandTile tile_148 = { + 0x067b00, 0x01, + 0x0, + 0x5, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -413, 0x0208}, + {612, 42, -413, 0x0264}, + {585, 46, -440, 0x033c} + } +}; + +StandTile tile_149 = { + 0x067900, 0x01, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -440, 0x0260}, + {612, 42, -413, 0x0270}, + {612, 42, -440, 0x0268} + } +}; + +StandTile tile_150 = { + 0x067700, 0x01, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -440, 0x0264}, + {612, 42, -440, 0x026c}, + {585, 46, -467, 0x031c} + } +}; + +StandTile tile_151 = { + 0x067500, 0x01, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {585, 46, -467, 0x0268}, + {612, 42, -440, 0x0278}, + {612, 46, -467, 0x00ac} + } +}; + +StandTile tile_152 = { + 0x065f00, 0x01, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {612, 42, -413, 0x0218}, + {638, 42, -413, 0x0274}, + {612, 42, -440, 0x0264} + } +}; + +StandTile tile_153 = { + 0x065d00, 0x01, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {612, 42, -440, 0x0270}, + {638, 42, -413, 0x022c}, + {638, 42, -440, 0x0278} + } +}; + +StandTile tile_154 = { + 0x065b00, 0x01, + 0x0, + 0x7, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {612, 42, -440, 0x0274}, + {638, 42, -440, 0x025c}, + {612, 46, -467, 0x026c} + } +}; + +StandTile tile_155 = { + 0x072f02, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 42, -360, 0x0280}, + {529, 43, -343, 0x0298}, + {531, 46, -360, 0x0300} + } +}; + +StandTile tile_156 = { + 0x072f01, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 42, -360, 0x0284}, + {514, 43, -343, 0x0000}, + {529, 43, -343, 0x027c} + } +}; + +StandTile tile_157 = { + 0x072e00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {514, 43, -343, 0x0280}, + {505, 42, -360, 0x0288}, + {502, 43, -343, 0x0000} + } +}; + +StandTile tile_158 = { + 0x072702, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {468, 43, -362, 0x028c}, + {502, 43, -343, 0x0284}, + {505, 42, -360, 0x02e8} + } +}; + +StandTile tile_159 = { + 0x072701, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {468, 43, -362, 0x0000}, + {487, 43, -343, 0x0000}, + {502, 43, -343, 0x0288} + } +}; + +StandTile tile_160 = { + 0x072402, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -360, 0x0294}, + {557, 43, -343, 0x02a4}, + {558, 46, -360, 0x02c8} + } +}; + +StandTile tile_161 = { + 0x072401, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -360, 0x0298}, + {541, 43, -343, 0x0000}, + {557, 43, -343, 0x0290} + } +}; + +StandTile tile_162 = { + 0x072300, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {541, 43, -343, 0x0294}, + {531, 46, -360, 0x027c}, + {529, 43, -343, 0x0000} + } +}; + +StandTile tile_163 = { + 0x072202, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -360, 0x02a0}, + {585, 43, -343, 0x01f8}, + {585, 46, -360, 0x02b0} + } +}; + +StandTile tile_164 = { + 0x072201, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -360, 0x02a4}, + {567, 43, -343, 0x0000}, + {585, 43, -343, 0x029c} + } +}; + +StandTile tile_165 = { + 0x072100, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {567, 43, -343, 0x02a0}, + {558, 46, -360, 0x0290}, + {557, 43, -343, 0x0000} + } +}; + +StandTile tile_166 = { + 0x072000, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {450, 43, -381, 0x0000}, + {468, 43, -362, 0x02e8}, + {476, 42, -386, 0x02ac} + } +}; + +StandTile tile_167 = { + 0x071f00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {424, 43, -381, 0x0000}, + {450, 43, -381, 0x02a8}, + {476, 42, -386, 0x02d8} + } +}; + +StandTile tile_168 = { + 0x071a00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -360, 0x029c}, + {585, 46, -360, 0x02b4}, + {558, 47, -386, 0x02cc} + } +}; + +StandTile tile_169 = { + 0x071900, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {558, 47, -386, 0x02b0}, + {585, 46, -360, 0x01fc}, + {585, 46, -386, 0x02b8} + } +}; + +StandTile tile_170 = { + 0x071800, 0x01, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {558, 47, -386, 0x02b4}, + {585, 46, -386, 0x02bc}, + {558, 51, -413, 0x02d4} + } +}; + +StandTile tile_171 = { + 0x071700, 0x01, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {558, 51, -413, 0x02b8}, + {585, 46, -386, 0x0204}, + {585, 46, -413, 0x0338} + } +}; + +StandTile tile_172 = { + 0x071600, 0x01, + 0x0, + 0x3, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -411, 0x02dc}, + {476, 46, -413, 0x02c4}, + {424, 46, -440, 0x0000} + } +}; + +StandTile tile_173 = { + 0x071500, 0x01, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -440, 0x02c0}, + {476, 46, -413, 0x02e4}, + {476, 46, -440, 0x0340} + } +}; + +StandTile tile_174 = { + 0x071000, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -360, 0x0290}, + {558, 46, -360, 0x02cc}, + {531, 46, -386, 0x02f4} + } +}; + +StandTile tile_175 = { + 0x070f00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -386, 0x02c8}, + {558, 46, -360, 0x02b0}, + {558, 47, -386, 0x02d0} + } +}; + +StandTile tile_176 = { + 0x070e00, 0x01, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -386, 0x02cc}, + {558, 47, -386, 0x02d4}, + {531, 51, -413, 0x02fc} + } +}; + +StandTile tile_177 = { + 0x070d00, 0x01, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 51, -413, 0x02d0}, + {558, 47, -386, 0x02b8}, + {558, 51, -413, 0x0330} + } +}; + +StandTile tile_178 = { + 0x070c00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {424, 43, -381, 0x02ac}, + {476, 42, -386, 0x02dc}, + {424, 46, -411, 0x0000} + } +}; + +StandTile tile_179 = { + 0x070b00, 0x01, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -411, 0x02d8}, + {476, 42, -386, 0x02f0}, + {476, 46, -413, 0x02c0} + } +}; + +StandTile tile_180 = { + 0x070600, 0x01, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -413, 0x02f0}, + {505, 42, -386, 0x02f8}, + {505, 46, -413, 0x02e4} + } +}; + +StandTile tile_181 = { + 0x070500, 0x01, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -413, 0x02e0}, + {505, 46, -413, 0x0304}, + {476, 46, -440, 0x02c4} + } +}; + +StandTile tile_182 = { + 0x06fc00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {468, 43, -362, 0x0288}, + {505, 42, -360, 0x02ec}, + {476, 42, -386, 0x02a8} + } +}; + +StandTile tile_183 = { + 0x06fb00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 42, -386, 0x02e8}, + {505, 42, -360, 0x0300}, + {505, 42, -386, 0x02f0} + } +}; + +StandTile tile_184 = { + 0x06fa00, 0x01, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {476, 42, -386, 0x02ec}, + {505, 42, -386, 0x02e0}, + {476, 46, -413, 0x02dc} + } +}; + +StandTile tile_185 = { + 0x06c500, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 42, -386, 0x0300}, + {531, 46, -360, 0x02c8}, + {531, 46, -386, 0x02f8} + } +}; + +StandTile tile_186 = { + 0x06c400, 0x01, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 42, -386, 0x02f4}, + {531, 46, -386, 0x02fc}, + {505, 46, -413, 0x02e0} + } +}; + +StandTile tile_187 = { + 0x06c300, 0x01, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -413, 0x02f8}, + {531, 46, -386, 0x02d0}, + {531, 51, -413, 0x0308} + } +}; + +StandTile tile_188 = { + 0x06bd00, 0x01, + 0x0, + 0x1, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, 42, -360, 0x027c}, + {531, 46, -360, 0x02f4}, + {505, 42, -386, 0x02ec} + } +}; + +StandTile tile_189 = { + 0x06b700, 0x01, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -440, 0x02e4}, + {505, 46, -413, 0x0308}, + {505, 47, -440, 0x0320} + } +}; + +StandTile tile_190 = { + 0x06b300, 0x01, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -413, 0x02fc}, + {531, 51, -413, 0x0328}, + {505, 47, -440, 0x0304} + } +}; + +StandTile tile_191 = { + 0x06b100, 0x01, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {505, 46, -467, 0x032c}, + {531, 51, -440, 0x0310}, + {531, 46, -467, 0x0148} + } +}; + +StandTile tile_192 = { + 0x06af00, 0x01, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 51, -440, 0x0334}, + {558, 51, -440, 0x0314}, + {531, 46, -467, 0x030c} + } +}; + +StandTile tile_193 = { + 0x06ad00, 0x01, + 0x0, + 0x9, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 46, -467, 0x0310}, + {558, 51, -440, 0x0318}, + {558, 46, -467, 0x0124} + } +}; + +StandTile tile_194 = { + 0x06ab00, 0x01, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 51, -440, 0x033c}, + {585, 46, -440, 0x031c}, + {558, 46, -467, 0x0314} + } +}; + +StandTile tile_195 = { + 0x06a900, 0x01, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {558, 46, -467, 0x0318}, + {585, 46, -440, 0x0268}, + {585, 46, -467, 0x016c} + } +}; + +StandTile tile_196 = { + 0x068b00, 0x01, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -440, 0x0304}, + {505, 47, -440, 0x0324}, + {476, 46, -467, 0x0344} + } +}; + +StandTile tile_197 = { + 0x068900, 0x01, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {476, 46, -467, 0x0320}, + {505, 47, -440, 0x032c}, + {505, 46, -467, 0x0168} + } +}; + +StandTile tile_198 = { + 0x068700, 0x01, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {505, 47, -440, 0x0308}, + {531, 51, -413, 0x0330}, + {531, 51, -440, 0x032c} + } +}; + +StandTile tile_199 = { + 0x068500, 0x01, + 0x0, + 0x7, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {505, 47, -440, 0x0328}, + {531, 51, -440, 0x030c}, + {505, 46, -467, 0x0324} + } +}; + +StandTile tile_200 = { + 0x068300, 0x01, + 0x0, + 0x8, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {531, 51, -413, 0x02d4}, + {558, 51, -413, 0x0334}, + {531, 51, -440, 0x0328} + } +}; + +StandTile tile_201 = { + 0x068100, 0x01, + 0x0, + 0x9, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {531, 51, -440, 0x0330}, + {558, 51, -413, 0x0338}, + {558, 51, -440, 0x0310} + } +}; + +StandTile tile_202 = { + 0x067f00, 0x01, + 0x0, + 0x8, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, 51, -413, 0x02bc}, + {585, 46, -413, 0x033c}, + {558, 51, -440, 0x0334} + } +}; + +StandTile tile_203 = { + 0x067d00, 0x01, + 0x0, + 0x7, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {558, 51, -440, 0x0338}, + {585, 46, -413, 0x0260}, + {585, 46, -440, 0x0318} + } +}; + +StandTile tile_204 = { + 0x065900, 0x01, + 0x0, + 0x7, 0x6, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -440, 0x02c4}, + {476, 46, -440, 0x0344}, + {424, 46, -467, 0x0000} + } +}; + +StandTile tile_205 = { + 0x065700, 0x01, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {424, 46, -467, 0x0340}, + {476, 46, -440, 0x0320}, + {476, 46, -467, 0x0194} + } +}; + +StandTile tile_206 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_name_all_p_stan.ld b/assets/obseg/stan/Tbg_name_all_p_stan.ld index 205fbf9..e47f959 100644 --- a/assets/obseg/stan/Tbg_name_all_p_stan.ld +++ b/assets/obseg/stan/Tbg_name_all_p_stan.ld @@ -3,23 +3,31 @@ OUTPUT_ARCH (mips) SECTIONS { - _UstanDataStart = ADDR(.data); - _UstanDataRomStart = 0x0000; - .data 0x00000000 : AT(0x0000) { - * (.data); - } - _UstanDataEnd = ADDR(.data) + SIZEOF(.data); - _UstanDataRomEnd = 0x0000 + SIZEOF(.data); + _UstanDataStart = ADDR(.data); + _UstanDataRomStart = 0x0000; + .data 0x00000000 : AT(0x0000) { + * (.data); + } + _UstanDataEnd = ADDR(.data) + SIZEOF(.data); + _UstanDataRomEnd = 0x0000 + SIZEOF(.data); + + _UstanXRODataStart = ADDR(.rodata); + _UstanXRODataRomStart = _UstanDataRomEnd; + .rodata : AT(_UstanDataRomEnd) { + * (.rodata); + } + _UstanXRODataEnd = ADDR( .rodata) + SIZEOF( .rodata); + _UstanXRODataRomEnd = _UstanDataRomEnd + SIZEOF( .rodata); - /DISCARD/ : { - * (.MIPS.abiflags); - * (.options); - * (.gnu.attributes); - * (.pdr); - * (.mdebug); - * (.gptab.bss); - * (.gptab.data); - * (.reginfo); -} + /DISCARD/ : { + * (.MIPS.abiflags); + * (.options); + * (.gnu.attributes); + * (.pdr); + * (.mdebug); + * (.gptab.bss); + * (.gptab.data); + * (.reginfo); + } } \ No newline at end of file diff --git a/assets/obseg/stan/Tbg_oat_all_p_stanZ.c b/assets/obseg/stan/Tbg_oat_all_p_stanZ.c new file mode 100644 index 0000000..6bf1c46 --- /dev/null +++ b/assets/obseg/stan/Tbg_oat_all_p_stanZ.c @@ -0,0 +1,6043 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:14 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_oat_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x046000, 0x0d, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2648, 104, -1399, 0x0014}, + {2622, 104, -1361, 0x0650}, + {2657, 104, -1361, 0x0038} + } +}; + +StandTile tile_1 = { + 0x046100, 0x0d, + 0x0, + 0x9, 0x9, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2606, 104, -1402, 0x0018}, + {2622, 104, -1361, 0x0010}, + {2648, 104, -1399, 0x0064} + } +}; + +StandTile tile_2 = { + 0x046200, 0x0d, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2587, 104, -1361, 0x0640}, + {2622, 104, -1361, 0x0014}, + {2606, 104, -1402, 0x001c} + } +}; + +StandTile tile_3 = { + 0x046300, 0x0d, + 0x0, + 0x9, 0x9, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2587, 104, -1361, 0x0018}, + {2606, 104, -1402, 0x0060}, + {2564, 104, -1398, 0x0020} + } +}; + +StandTile tile_4 = { + 0x046400, 0x0d, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2552, 104, -1361, 0x0644}, + {2587, 104, -1361, 0x001c}, + {2564, 104, -1398, 0x0024} + } +}; + +StandTile tile_5 = { + 0x046500, 0x0d, + 0x0, + 0x9, 0x9, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2525, 104, -1402, 0x0028}, + {2552, 104, -1361, 0x0020}, + {2564, 104, -1398, 0x0058} + } +}; + +StandTile tile_6 = { + 0x046600, 0x0d, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2517, 104, -1361, 0x0648}, + {2552, 104, -1361, 0x0024}, + {2525, 104, -1402, 0x002c} + } +}; + +StandTile tile_7 = { + 0x046700, 0x0d, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2517, 104, -1361, 0x0028}, + {2525, 104, -1402, 0x0048}, + {2481, 104, -1394, 0x0030} + } +}; + +StandTile tile_8 = { + 0x046800, 0x0d, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2482, 104, -1361, 0x064c}, + {2517, 104, -1361, 0x002c}, + {2481, 104, -1394, 0x0034} + } +}; + +StandTile tile_9 = { + 0x046900, 0x0d, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2482, 104, -1361, 0x0030}, + {2481, 104, -1394, 0x0044}, + {2449, 104, -1395, 0x0000} + } +}; + +StandTile tile_10 = { + 0x046b00, 0x0d, + 0x0, + 0x9, 0x9, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2684, 104, -1402, 0x0070}, + {2648, 104, -1399, 0x0010}, + {2657, 104, -1361, 0x003c} + } +}; + +StandTile tile_11 = { + 0x046c00, 0x0d, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2684, 104, -1402, 0x0038}, + {2657, 104, -1361, 0x0654}, + {2692, 104, -1361, 0x0040} + } +}; + +StandTile tile_12 = { + 0x046d00, 0x0d, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2726, 104, -1403, 0x0074}, + {2684, 104, -1402, 0x003c}, + {2692, 104, -1361, 0x0000} + } +}; + +StandTile tile_13 = { + 0x046f00, 0x0d, + 0x0, + 0x1, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2449, 104, -1395, 0x0034}, + {2481, 104, -1394, 0x0048}, + {2470, 104, -1426, 0x0000} + } +}; + +StandTile tile_14 = { + 0x047000, 0x0d, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2470, 104, -1426, 0x0044}, + {2481, 104, -1394, 0x002c}, + {2525, 104, -1402, 0x004c} + } +}; + +StandTile tile_15 = { + 0x047100, 0x0d, + 0x0, + 0xa, 0x9, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2514, 104, -1448, 0x0050}, + {2470, 104, -1426, 0x0048}, + {2525, 104, -1402, 0x0054} + } +}; + +StandTile tile_16 = { + 0x047200, 0x0d, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2470, 104, -1426, 0x004c}, + {2514, 104, -1448, 0x00a8}, + {2475, 104, -1470, 0x0000} + } +}; + +StandTile tile_17 = { + 0x047300, 0x0d, + 0x0, + 0xe, 0xd, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2566, 104, -1449, 0x009c}, + {2514, 104, -1448, 0x004c}, + {2525, 104, -1402, 0x0058} + } +}; + +StandTile tile_18 = { + 0x047400, 0x0d, + 0x0, + 0xe, 0xd, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2566, 104, -1449, 0x0054}, + {2525, 104, -1402, 0x0024}, + {2564, 104, -1398, 0x005c} + } +}; + +StandTile tile_19 = { + 0x047500, 0x0d, + 0x0, + 0xe, 0xd, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2566, 104, -1449, 0x0058}, + {2564, 104, -1398, 0x0060}, + {2608, 104, -1443, 0x0094} + } +}; + +StandTile tile_20 = { + 0x047600, 0x0d, + 0x0, + 0xe, 0xd, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2608, 104, -1443, 0x005c}, + {2564, 104, -1398, 0x001c}, + {2606, 104, -1402, 0x0068} + } +}; + +StandTile tile_21 = { + 0x047700, 0x0d, + 0x0, + 0xe, 0xd, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2650, 104, -1436, 0x0068}, + {2606, 104, -1402, 0x0014}, + {2648, 104, -1399, 0x006c} + } +}; + +StandTile tile_22 = { + 0x047800, 0x0d, + 0x0, + 0xe, 0xd, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2608, 104, -1443, 0x0060}, + {2606, 104, -1402, 0x0064}, + {2650, 104, -1436, 0x0090} + } +}; + +StandTile tile_23 = { + 0x047900, 0x0d, + 0x0, + 0xe, 0xd, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2650, 104, -1436, 0x0064}, + {2648, 104, -1399, 0x0070}, + {2691, 104, -1438, 0x0084} + } +}; + +StandTile tile_24 = { + 0x047a00, 0x0d, + 0x0, + 0xe, 0xd, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2691, 104, -1438, 0x006c}, + {2648, 104, -1399, 0x0038}, + {2684, 104, -1402, 0x0074} + } +}; + +StandTile tile_25 = { + 0x047b00, 0x0d, + 0x0, + 0xa, 0x9, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2691, 104, -1438, 0x0070}, + {2684, 104, -1402, 0x0040}, + {2726, 104, -1403, 0x0078} + } +}; + +StandTile tile_26 = { + 0x047c00, 0x0d, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2734, 104, -1441, 0x0080}, + {2691, 104, -1438, 0x0074}, + {2726, 104, -1403, 0x0000} + } +}; + +StandTile tile_27 = { + 0x047d00, 0x0d, + 0x0, + 0x3, 0x2, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2742, 104, -1479, 0x00e4}, + {2697, 104, -1475, 0x0080}, + {2734, 104, -1441, 0x0000} + } +}; + +StandTile tile_28 = { + 0x047e00, 0x0d, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2697, 104, -1475, 0x0084}, + {2691, 104, -1438, 0x0078}, + {2734, 104, -1441, 0x007c} + } +}; + +StandTile tile_29 = { + 0x047f00, 0x0d, + 0x0, + 0xa, 0x9, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2697, 104, -1475, 0x0088}, + {2650, 104, -1436, 0x006c}, + {2691, 104, -1438, 0x0080} + } +}; + +StandTile tile_30 = { + 0x048000, 0x0d, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2651, 104, -1473, 0x0090}, + {2650, 104, -1436, 0x0084}, + {2697, 104, -1475, 0x0110} + } +}; + +StandTile tile_31 = { + 0x048100, 0x0d, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2611, 104, -1484, 0x0094}, + {2608, 104, -1443, 0x0090}, + {2651, 104, -1473, 0x0000} + } +}; + +StandTile tile_32 = { + 0x048200, 0x0d, + 0x0, + 0xa, 0x9, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2651, 104, -1473, 0x008c}, + {2608, 104, -1443, 0x0068}, + {2650, 104, -1436, 0x0088} + } +}; + +StandTile tile_33 = { + 0x048300, 0x0d, + 0x0, + 0xa, 0x9, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2611, 104, -1484, 0x0098}, + {2566, 104, -1449, 0x005c}, + {2608, 104, -1443, 0x008c} + } +}; + +StandTile tile_34 = { + 0x048400, 0x0d, + 0x0, + 0x7, 0x6, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2568, 104, -1501, 0x009c}, + {2566, 104, -1449, 0x0094}, + {2611, 104, -1484, 0x0100} + } +}; + +StandTile tile_35 = { + 0x048500, 0x0d, + 0x0, + 0xb, 0xa, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2568, 104, -1501, 0x00a0}, + {2514, 104, -1448, 0x0054}, + {2566, 104, -1449, 0x0098} + } +}; + +StandTile tile_36 = { + 0x048600, 0x0d, + 0x0, + 0xb, 0xa, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2568, 104, -1501, 0x00f8}, + {2503, 104, -1494, 0x00a8}, + {2514, 104, -1448, 0x009c} + } +}; + +StandTile tile_37 = { + 0x048700, 0x0d, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2475, 104, -1470, 0x00a8}, + {2503, 104, -1494, 0x00ac}, + {2481, 104, -1514, 0x0000} + } +}; + +StandTile tile_38 = { + 0x048800, 0x0d, + 0x0, + 0xa, 0x9, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2503, 104, -1494, 0x00a4}, + {2475, 104, -1470, 0x0050}, + {2514, 104, -1448, 0x00a0} + } +}; + +StandTile tile_39 = { + 0x048900, 0x0d, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2512, 113, -1535, 0x0000}, + {2481, 104, -1514, 0x00a4}, + {2503, 104, -1494, 0x00b0} + } +}; + +StandTile tile_40 = { + 0x048a00, 0x0d, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2512, 113, -1535, 0x00ac}, + {2503, 104, -1494, 0x00f4}, + {2541, 113, -1517, 0x00b4} + } +}; + +StandTile tile_41 = { + 0x048b00, 0x0d, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2568, 122, -1547, 0x0000}, + {2512, 113, -1535, 0x00b0}, + {2541, 113, -1517, 0x00b8} + } +}; + +StandTile tile_42 = { + 0x048c00, 0x0d, + 0x0, + 0x3, 0x2, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2568, 122, -1547, 0x00b4}, + {2541, 113, -1517, 0x0000}, + {2587, 122, -1523, 0x00bc} + } +}; + +StandTile tile_43 = { + 0x048d00, 0x0d, + 0x0, + 0x3, 0x2, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2607, 129, -1565, 0x0000}, + {2568, 122, -1547, 0x00b8}, + {2587, 122, -1523, 0x00c0} + } +}; + +StandTile tile_44 = { + 0x048e00, 0x0d, + 0x0, + 0x3, 0x2, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2607, 129, -1565, 0x00bc}, + {2587, 122, -1523, 0x0108}, + {2638, 135, -1539, 0x00c4} + } +}; + +StandTile tile_45 = { + 0x048f00, 0x0d, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2651, 146, -1568, 0x0000}, + {2607, 129, -1565, 0x00c0}, + {2638, 135, -1539, 0x00c8} + } +}; + +StandTile tile_46 = { + 0x049000, 0x0d, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2651, 146, -1568, 0x00c4}, + {2638, 135, -1539, 0x0000}, + {2669, 146, -1539, 0x00cc} + } +}; + +StandTile tile_47 = { + 0x049100, 0x0d, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2703, 158, -1563, 0x0000}, + {2651, 146, -1568, 0x00c8}, + {2669, 146, -1539, 0x00d0} + } +}; + +StandTile tile_48 = { + 0x049200, 0x0d, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2703, 158, -1563, 0x00cc}, + {2669, 146, -1539, 0x0118}, + {2707, 158, -1531, 0x00d4} + } +}; + +StandTile tile_49 = { + 0x049300, 0x0d, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2744, 165, -1565, 0x0000}, + {2703, 158, -1563, 0x00d0}, + {2707, 158, -1531, 0x00d8} + } +}; + +StandTile tile_50 = { + 0x049400, 0x0d, + 0x0, + 0x3, 0x2, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2744, 165, -1565, 0x00d4}, + {2707, 158, -1531, 0x0000}, + {2748, 165, -1533, 0x00dc} + } +}; + +StandTile tile_51 = { + 0x049500, 0x0d, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2782, 170, -1546, 0x0000}, + {2744, 165, -1565, 0x00d8}, + {2748, 165, -1533, 0x00e0} + } +}; + +StandTile tile_52 = { + 0x049600, 0x0d, + 0x0, + 0x3, 0x2, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2782, 168, -1515, 0x011c}, + {2782, 170, -1546, 0x00dc}, + {2748, 165, -1533, 0x0000} + } +}; + +StandTile tile_53 = { + 0x049900, 0x0d, + 0x0, + 0x2, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2697, 104, -1475, 0x007c}, + {2742, 104, -1479, 0x00e8}, + {2722, 104, -1512, 0x0000} + } +}; + +StandTile tile_54 = { + 0x049a00, 0x0d, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2755, 104, -1522, 0x0000}, + {2722, 104, -1512, 0x00e4}, + {2742, 104, -1479, 0x00ec} + } +}; + +StandTile tile_55 = { + 0x049b00, 0x0d, + 0x0, + 0x2, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2755, 104, -1522, 0x00e8}, + {2742, 104, -1479, 0x0000}, + {2782, 104, -1501, 0x00f0} + } +}; + +StandTile tile_56 = { + 0x049c00, 0x0d, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2782, 104, -1540, 0x0000}, + {2755, 104, -1522, 0x00ec}, + {2782, 104, -1501, 0x0124} + } +}; + +StandTile tile_57 = { + 0x049e00, 0x0d, + 0x0, + 0xa, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2541, 113, -1517, 0x00b0}, + {2503, 104, -1494, 0x00f8}, + {2532, 130, -1506, 0x0000} + } +}; + +StandTile tile_58 = { + 0x049f00, 0x0d, + 0x0, + 0xa, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2532, 130, -1506, 0x00f4}, + {2503, 104, -1494, 0x00a0}, + {2568, 104, -1501, 0x0000} + } +}; + +StandTile tile_59 = { + 0x04a400, 0x0d, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2591, 124, -1503, 0x0104}, + {2557, 139, -1506, 0x0000}, + {2568, 104, -1501, 0x0100} + } +}; + +StandTile tile_60 = { + 0x04a500, 0x0d, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2591, 124, -1503, 0x00fc}, + {2568, 104, -1501, 0x0098}, + {2611, 104, -1484, 0x0000} + } +}; + +StandTile tile_61 = { + 0x04a800, 0x0d, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2557, 139, -1506, 0x00fc}, + {2591, 124, -1503, 0x0108}, + {2587, 122, -1523, 0x0000} + } +}; + +StandTile tile_62 = { + 0x04a900, 0x0d, + 0x0, + 0x5, 0x4, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2638, 135, -1539, 0x00c0}, + {2587, 122, -1523, 0x0104}, + {2591, 124, -1503, 0x0000} + } +}; + +StandTile tile_63 = { + 0x090100, 0x0d, + 0x0, + 0xa, 0x9, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2685, 149, -1507, 0x0114}, + {2649, 149, -1512, 0x0000}, + {2651, 104, -1473, 0x0110} + } +}; + +StandTile tile_64 = { + 0x090200, 0x0d, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2685, 149, -1507, 0x010c}, + {2651, 104, -1473, 0x0088}, + {2697, 104, -1475, 0x0000} + } +}; + +StandTile tile_65 = { + 0x090800, 0x0d, + 0x0, + 0x9, 0x9, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2685, 149, -1507, 0x0118}, + {2669, 146, -1539, 0x0000}, + {2649, 149, -1512, 0x010c} + } +}; + +StandTile tile_66 = { + 0x090900, 0x0d, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2707, 158, -1531, 0x00d0}, + {2669, 146, -1539, 0x0114}, + {2685, 149, -1507, 0x0000} + } +}; + +StandTile tile_67 = { + 0x049700, 0x0c, + 0x0, + 0x2, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2830, 170, -1543, 0x0000}, + {2782, 170, -1546, 0x00e0}, + {2782, 168, -1515, 0x0120} + } +}; + +StandTile tile_68 = { + 0x049800, 0x0c, + 0x0, + 0x4, 0x3, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2830, 170, -1543, 0x011c}, + {2782, 168, -1515, 0x0000}, + {2833, 170, -1501, 0x0140} + } +}; + +StandTile tile_69 = { + 0x049d00, 0x0c, + 0x0, + 0x4, 0x2, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2810, 104, -1515, 0x0128}, + {2782, 104, -1540, 0x00f0}, + {2782, 104, -1501, 0x0000} + } +}; + +StandTile tile_70 = { + 0x095300, 0x0c, + 0x0, + 0x3, 0x2, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2820, 104, -1548, 0x0000}, + {2782, 104, -1540, 0x0124}, + {2810, 104, -1515, 0x012c} + } +}; + +StandTile tile_71 = { + 0x095400, 0x0c, + 0x0, + 0x4, 0x3, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2828, 104, -1522, 0x0130}, + {2820, 104, -1548, 0x0128}, + {2810, 104, -1515, 0x0000} + } +}; + +StandTile tile_72 = { + 0x095500, 0x0c, + 0x0, + 0x2, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2849, 104, -1538, 0x0000}, + {2820, 104, -1548, 0x012c}, + {2828, 104, -1522, 0x0134} + } +}; + +StandTile tile_73 = { + 0x095600, 0x0c, + 0x0, + 0x2, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2857, 104, -1514, 0x0000}, + {2849, 104, -1538, 0x0130}, + {2828, 104, -1522, 0x0138} + } +}; + +StandTile tile_74 = { + 0x095700, 0x0c, + 0x0, + 0x4, 0x3, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2831, 104, -1495, 0x013c}, + {2857, 104, -1514, 0x0134}, + {2828, 104, -1522, 0x0000} + } +}; + +StandTile tile_75 = { + 0x095800, 0x0c, + 0x0, + 0x2, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2874, 104, -1492, 0x0000}, + {2857, 104, -1514, 0x0138}, + {2831, 104, -1495, 0x0144} + } +}; + +StandTile tile_76 = { + 0x098100, 0x0c, + 0x0, + 0x2, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2873, 170, -1526, 0x0000}, + {2830, 170, -1543, 0x0120}, + {2833, 170, -1501, 0x019c} + } +}; + +StandTile tile_77 = { + 0x095900, 0x0c, + 0x0, + 0x2, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2824, 104, -1464, 0x0148}, + {2874, 104, -1492, 0x013c}, + {2831, 104, -1495, 0x0000} + } +}; + +StandTile tile_78 = { + 0x095a00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2857, 104, -1450, 0x0154}, + {2874, 104, -1492, 0x0144}, + {2824, 104, -1464, 0x014c} + } +}; + +StandTile tile_79 = { + 0x095b00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2821, 104, -1429, 0x0000}, + {2857, 104, -1450, 0x0148}, + {2824, 104, -1464, 0x0150} + } +}; + +StandTile tile_80 = { + 0x095c00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2796, 104, -1440, 0x0170}, + {2821, 104, -1429, 0x014c}, + {2824, 104, -1464, 0x0000} + } +}; + +StandTile tile_81 = { + 0x095d00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2874, 104, -1492, 0x0148}, + {2857, 104, -1450, 0x0160}, + {2902, 104, -1465, 0x0158} + } +}; + +StandTile tile_82 = { + 0x095e00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2874, 104, -1492, 0x0154}, + {2902, 104, -1465, 0x015c}, + {2906, 104, -1485, 0x0000} + } +}; + +StandTile tile_83 = { + 0x095f00, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2906, 104, -1485, 0x0158}, + {2902, 104, -1465, 0x018c}, + {2933, 104, -1469, 0x0000} + } +}; + +StandTile tile_84 = { + 0x096000, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2903, 104, -1429, 0x0000}, + {2902, 104, -1465, 0x0154}, + {2857, 104, -1450, 0x0164} + } +}; + +StandTile tile_85 = { + 0x096100, 0x0c, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2858, 104, -1414, 0x0168}, + {2903, 104, -1429, 0x0160}, + {2857, 104, -1450, 0x0000} + } +}; + +StandTile tile_86 = { + 0x096200, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2903, 104, -1429, 0x0164}, + {2858, 104, -1414, 0x016c}, + {2879, 104, -1385, 0x0190} + } +}; + +StandTile tile_87 = { + 0x096300, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2838, 104, -1378, 0x0184}, + {2879, 104, -1385, 0x0168}, + {2858, 104, -1414, 0x0000} + } +}; + +StandTile tile_88 = { + 0x096400, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2821, 104, -1429, 0x0150}, + {2796, 104, -1440, 0x0000}, + {2797, 139, -1395, 0x0174} + } +}; + +StandTile tile_89 = { + 0x096500, 0x0c, + 0x0, + 0x3, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2821, 104, -1429, 0x0170}, + {2797, 139, -1395, 0x0178}, + {2836, 139, -1378, 0x0000} + } +}; + +StandTile tile_90 = { + 0x096600, 0x0c, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2790, 170, -1325, 0x017c}, + {2836, 139, -1378, 0x0174}, + {2797, 139, -1395, 0x0000} + } +}; + +StandTile tile_91 = { + 0x096700, 0x0c, + 0x0, + 0x1, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2836, 139, -1378, 0x0178}, + {2790, 170, -1325, 0x01e0}, + {2826, 170, -1325, 0x0000} + } +}; + +StandTile tile_92 = { + 0x096800, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2838, 104, -1378, 0x0000}, + {2832, 104, -1325, 0x0000}, + {2895, 104, -1325, 0x0184} + } +}; + +StandTile tile_93 = { + 0x096900, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2895, 104, -1325, 0x0188}, + {2879, 104, -1385, 0x016c}, + {2838, 104, -1378, 0x0180} + } +}; + +StandTile tile_94 = { + 0x096a00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2879, 104, -1385, 0x0184}, + {2895, 104, -1325, 0x0000}, + {2933, 104, -1350, 0x0198} + } +}; + +StandTile tile_95 = { + 0x096b00, 0x0c, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2933, 104, -1444, 0x020c}, + {2933, 104, -1469, 0x015c}, + {2902, 104, -1465, 0x0000} + } +}; + +StandTile tile_96 = { + 0x096c00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2903, 104, -1429, 0x0168}, + {2879, 104, -1385, 0x0198}, + {2933, 104, -1408, 0x0194} + } +}; + +StandTile tile_97 = { + 0x096d00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2903, 104, -1429, 0x0190}, + {2933, 104, -1408, 0x0210}, + {2933, 104, -1444, 0x0000} + } +}; + +StandTile tile_98 = { + 0x096e00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2933, 104, -1350, 0x0200}, + {2933, 104, -1408, 0x0190}, + {2879, 104, -1385, 0x0188} + } +}; + +StandTile tile_99 = { + 0x098200, 0x0c, + 0x0, + 0x2, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2854, 170, -1485, 0x01a0}, + {2873, 170, -1526, 0x0140}, + {2833, 170, -1501, 0x0000} + } +}; + +StandTile tile_100 = { + 0x098300, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2906, 170, -1493, 0x0000}, + {2873, 170, -1526, 0x019c}, + {2854, 170, -1485, 0x01a4} + } +}; + +StandTile tile_101 = { + 0x098400, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2879, 170, -1457, 0x01a8}, + {2906, 170, -1493, 0x01a0}, + {2854, 170, -1485, 0x0000} + } +}; + +StandTile tile_102 = { + 0x098500, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2919, 170, -1453, 0x0000}, + {2906, 170, -1493, 0x01a4}, + {2879, 170, -1457, 0x01ac} + } +}; + +StandTile tile_103 = { + 0x098600, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2886, 170, -1425, 0x01b0}, + {2919, 170, -1453, 0x01a8}, + {2879, 170, -1457, 0x0000} + } +}; + +StandTile tile_104 = { + 0x098700, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2925, 170, -1415, 0x0000}, + {2919, 170, -1453, 0x01ac}, + {2886, 170, -1425, 0x01b4} + } +}; + +StandTile tile_105 = { + 0x098800, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2885, 170, -1393, 0x01b8}, + {2925, 170, -1415, 0x01b0}, + {2886, 170, -1425, 0x0000} + } +}; + +StandTile tile_106 = { + 0x098900, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2919, 170, -1372, 0x0000}, + {2925, 170, -1415, 0x01b4}, + {2885, 170, -1393, 0x01bc} + } +}; + +StandTile tile_107 = { + 0x098a00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2886, 170, -1351, 0x01c0}, + {2919, 170, -1372, 0x01b8}, + {2885, 170, -1393, 0x0000} + } +}; + +StandTile tile_108 = { + 0x098b00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2921, 170, -1332, 0x0000}, + {2919, 170, -1372, 0x01bc}, + {2886, 170, -1351, 0x01c4} + } +}; + +StandTile tile_109 = { + 0x098c00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2890, 170, -1312, 0x01d0}, + {2921, 170, -1332, 0x01c0}, + {2886, 170, -1351, 0x01c8} + } +}; + +StandTile tile_110 = { + 0x098d00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2861, 170, -1325, 0x01cc}, + {2890, 170, -1312, 0x01c4}, + {2886, 170, -1351, 0x0000} + } +}; + +StandTile tile_111 = { + 0x098e00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2867, 170, -1288, 0x01d4}, + {2890, 170, -1312, 0x01c8}, + {2861, 170, -1325, 0x01d8} + } +}; + +StandTile tile_112 = { + 0x098f00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2918, 170, -1292, 0x0000}, + {2921, 170, -1332, 0x01c4}, + {2890, 170, -1312, 0x01d4} + } +}; + +StandTile tile_113 = { + 0x099000, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2867, 170, -1288, 0x01fc}, + {2918, 170, -1292, 0x01d0}, + {2890, 170, -1312, 0x01cc} + } +}; + +StandTile tile_114 = { + 0x099100, 0x0c, + 0x0, + 0x1, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2867, 170, -1288, 0x01cc}, + {2861, 170, -1325, 0x0000}, + {2826, 170, -1325, 0x01dc} + } +}; + +StandTile tile_115 = { + 0x099200, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2823, 170, -1279, 0x01f0}, + {2867, 170, -1288, 0x01d8}, + {2826, 170, -1325, 0x01e0} + } +}; + +StandTile tile_116 = { + 0x099300, 0x0c, + 0x0, + 0x1, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2790, 170, -1325, 0x01e4}, + {2823, 170, -1279, 0x01dc}, + {2826, 170, -1325, 0x017c} + } +}; + +StandTile tile_117 = { + 0x099400, 0x0c, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2782, 170, -1278, 0x01e8}, + {2823, 170, -1279, 0x01e0}, + {2790, 170, -1325, 0x0000} + } +}; + +StandTile tile_118 = { + 0x099500, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2797, 170, -1251, 0x01ec}, + {2823, 170, -1279, 0x01e4}, + {2782, 170, -1278, 0x0000} + } +}; + +StandTile tile_119 = { + 0x099600, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2823, 170, -1279, 0x01e8}, + {2797, 170, -1251, 0x0000}, + {2830, 170, -1245, 0x01f0} + } +}; + +StandTile tile_120 = { + 0x099700, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2867, 170, -1288, 0x01dc}, + {2823, 170, -1279, 0x01ec}, + {2830, 170, -1245, 0x01f4} + } +}; + +StandTile tile_121 = { + 0x099800, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2874, 170, -1245, 0x01f8}, + {2867, 170, -1288, 0x01f0}, + {2830, 170, -1245, 0x0248} + } +}; + +StandTile tile_122 = { + 0x099900, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2867, 170, -1288, 0x01f4}, + {2874, 170, -1245, 0x0000}, + {2904, 170, -1263, 0x01fc} + } +}; + +StandTile tile_123 = { + 0x099a00, 0x0c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2867, 170, -1288, 0x01f8}, + {2904, 170, -1263, 0x0000}, + {2918, 170, -1292, 0x01d4} + } +}; + +StandTile tile_124 = { + 0x096f00, 0x0b, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2958, 104, -1383, 0x0000}, + {2933, 104, -1408, 0x0198}, + {2933, 104, -1350, 0x0204} + } +}; + +StandTile tile_125 = { + 0x097000, 0x0b, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2972, 104, -1340, 0x0208}, + {2958, 104, -1383, 0x0200}, + {2933, 104, -1350, 0x0000} + } +}; + +StandTile tile_126 = { + 0x097100, 0x0b, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3012, 104, -1358, 0x0228}, + {2958, 104, -1383, 0x0204}, + {2972, 104, -1340, 0x0000} + } +}; + +StandTile tile_127 = { + 0x097200, 0x0b, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2933, 104, -1469, 0x018c}, + {2933, 104, -1444, 0x0214}, + {2970, 104, -1467, 0x0000} + } +}; + +StandTile tile_128 = { + 0x097300, 0x0b, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2933, 104, -1444, 0x0194}, + {2933, 104, -1408, 0x0000}, + {2968, 104, -1423, 0x0214} + } +}; + +StandTile tile_129 = { + 0x097400, 0x0b, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2970, 104, -1467, 0x020c}, + {2933, 104, -1444, 0x0210}, + {2968, 104, -1423, 0x0218} + } +}; + +StandTile tile_130 = { + 0x097500, 0x0b, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2970, 104, -1467, 0x0214}, + {2968, 104, -1423, 0x0220}, + {2996, 104, -1449, 0x021c} + } +}; + +StandTile tile_131 = { + 0x097600, 0x0b, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2970, 104, -1467, 0x0218}, + {2996, 104, -1449, 0x0230}, + {3022, 104, -1475, 0x0000} + } +}; + +StandTile tile_132 = { + 0x097700, 0x0b, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2996, 104, -1449, 0x0218}, + {2968, 104, -1423, 0x0224}, + {3012, 104, -1399, 0x0000} + } +}; + +StandTile tile_133 = { + 0x097800, 0x0b, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3012, 104, -1399, 0x0220}, + {2968, 104, -1423, 0x0000}, + {2958, 104, -1383, 0x0228} + } +}; + +StandTile tile_134 = { + 0x097900, 0x0b, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3012, 104, -1358, 0x022c}, + {3012, 104, -1399, 0x0224}, + {2958, 104, -1383, 0x0208} + } +}; + +StandTile tile_135 = { + 0x097a00, 0x0b, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3012, 104, -1399, 0x0228}, + {3012, 104, -1358, 0x0244}, + {3043, 104, -1427, 0x0000} + } +}; + +StandTile tile_136 = { + 0x097b00, 0x0b, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3046, 104, -1443, 0x0000}, + {3022, 104, -1475, 0x021c}, + {2996, 104, -1449, 0x0234} + } +}; + +StandTile tile_137 = { + 0x097c00, 0x0b, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3043, 104, -1427, 0x0238}, + {3046, 104, -1443, 0x0230}, + {2996, 104, -1449, 0x0000} + } +}; + +StandTile tile_138 = { + 0x097d00, 0x0b, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3046, 104, -1443, 0x0234}, + {3043, 104, -1427, 0x023c}, + {3081, 104, -1410, 0x0000} + } +}; + +StandTile tile_139 = { + 0x097e00, 0x0b, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3081, 104, -1365, 0x0000}, + {3081, 104, -1410, 0x0238}, + {3043, 104, -1427, 0x0240} + } +}; + +StandTile tile_140 = { + 0x097f00, 0x0b, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3048, 104, -1336, 0x0000}, + {3081, 104, -1365, 0x023c}, + {3043, 104, -1427, 0x0244} + } +}; + +StandTile tile_141 = { + 0x098000, 0x0b, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3012, 104, -1358, 0x0000}, + {3048, 104, -1336, 0x0240}, + {3043, 104, -1427, 0x022c} + } +}; + +StandTile tile_142 = { + 0x099b00, 0x0a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2865, 170, -1219, 0x0000}, + {2874, 170, -1245, 0x01f4}, + {2830, 170, -1245, 0x024c} + } +}; + +StandTile tile_143 = { + 0x099c00, 0x0a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2837, 170, -1219, 0x0254}, + {2865, 170, -1219, 0x0248}, + {2830, 170, -1245, 0x0000} + } +}; + +StandTile tile_144 = { + 0x0ad702, 0x0a, + 0x0, + 0x2, 0x2, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2865, 170, -1219, 0x0254}, + {2839, 171, -1186, 0x0258}, + {2869, 170, -1190, 0x0000} + } +}; + +StandTile tile_145 = { + 0x0ad701, 0x0a, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2865, 170, -1219, 0x024c}, + {2837, 170, -1219, 0x0000}, + {2839, 171, -1186, 0x0250} + } +}; + +StandTile tile_146 = { + 0x0ad802, 0x0a, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2839, 171, -1186, 0x025c}, + {2872, 171, -1161, 0x0000}, + {2869, 170, -1190, 0x0250} + } +}; + +StandTile tile_147 = { + 0x0ad801, 0x0a, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2839, 171, -1186, 0x0000}, + {2840, 171, -1152, 0x0260}, + {2872, 171, -1161, 0x0258} + } +}; + +StandTile tile_148 = { + 0x0ad902, 0x0a, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2840, 171, -1152, 0x0264}, + {2875, 172, -1129, 0x0000}, + {2872, 171, -1161, 0x025c} + } +}; + +StandTile tile_149 = { + 0x0ad901, 0x0a, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2840, 171, -1152, 0x0000}, + {2841, 172, -1124, 0x0268}, + {2875, 172, -1129, 0x0260} + } +}; + +StandTile tile_150 = { + 0x0ada02, 0x0a, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2841, 172, -1124, 0x026c}, + {2878, 173, -1101, 0x0000}, + {2875, 172, -1129, 0x0264} + } +}; + +StandTile tile_151 = { + 0x0ada01, 0x0a, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2841, 172, -1124, 0x0000}, + {2843, 173, -1096, 0x0270}, + {2878, 173, -1101, 0x0268} + } +}; + +StandTile tile_152 = { + 0x0adb02, 0x0a, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2843, 173, -1096, 0x0274}, + {2881, 173, -1074, 0x0000}, + {2878, 173, -1101, 0x026c} + } +}; + +StandTile tile_153 = { + 0x0adb01, 0x0a, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2843, 173, -1096, 0x0000}, + {2844, 174, -1068, 0x0278}, + {2881, 173, -1074, 0x0270} + } +}; + +StandTile tile_154 = { + 0x0adc02, 0x0a, + 0x0, + 0x2, 0x2, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2844, 174, -1068, 0x027c}, + {2884, 174, -1042, 0x0000}, + {2881, 173, -1074, 0x0274} + } +}; + +StandTile tile_155 = { + 0x0adc01, 0x0a, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2844, 174, -1068, 0x0000}, + {2845, 174, -1042, 0x059c}, + {2884, 174, -1042, 0x0278} + } +}; + +StandTile tile_156 = { + 0x104800, 0x09, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2998, 279, -381, 0x0000}, + {3031, 279, -385, 0x0284}, + {2998, 279, -436, 0x0000} + } +}; + +StandTile tile_157 = { + 0x104700, 0x09, + 0x0, + 0x0, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3031, 279, -385, 0x02cc}, + {3021, 279, -442, 0x0000}, + {2998, 279, -436, 0x0280} + } +}; + +StandTile tile_158 = { + 0x104600, 0x09, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3199, 279, -434, 0x02a8}, + {3148, 279, -433, 0x028c}, + {3169, 279, -397, 0x0000} + } +}; + +StandTile tile_159 = { + 0x104500, 0x09, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3169, 279, -397, 0x0288}, + {3148, 279, -433, 0x0290}, + {3107, 279, -394, 0x0000} + } +}; + +StandTile tile_160 = { + 0x104400, 0x09, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3148, 279, -433, 0x02b0}, + {3103, 279, -427, 0x02bc}, + {3107, 279, -394, 0x028c} + } +}; + +StandTile tile_161 = { + 0x104300, 0x09, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3277, 279, -456, 0x0298}, + {3240, 279, -487, 0x029c}, + {3241, 279, -447, 0x0000} + } +}; + +StandTile tile_162 = { + 0x104200, 0x09, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3268, 279, -492, 0x02d4}, + {3240, 279, -487, 0x0294}, + {3277, 279, -456, 0x0000} + } +}; + +StandTile tile_163 = { + 0x104100, 0x09, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3199, 279, -482, 0x02a0}, + {3241, 279, -447, 0x0294}, + {3240, 279, -487, 0x02dc} + } +}; + +StandTile tile_164 = { + 0x104000, 0x09, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3199, 279, -482, 0x02a4}, + {3199, 279, -434, 0x0000}, + {3241, 279, -447, 0x029c} + } +}; + +StandTile tile_165 = { + 0x103f00, 0x09, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3199, 279, -434, 0x02a0}, + {3199, 279, -482, 0x02e4}, + {3155, 279, -475, 0x02a8} + } +}; + +StandTile tile_166 = { + 0x103e00, 0x09, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3155, 279, -475, 0x02ac}, + {3148, 279, -433, 0x0288}, + {3199, 279, -434, 0x02a4} + } +}; + +StandTile tile_167 = { + 0x103d00, 0x09, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3119, 279, -469, 0x02b0}, + {3148, 279, -433, 0x02a8}, + {3155, 279, -475, 0x02ec} + } +}; + +StandTile tile_168 = { + 0x103c00, 0x09, + 0x0, + 0x8, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3119, 279, -469, 0x02b4}, + {3103, 279, -427, 0x0290}, + {3148, 279, -433, 0x02ac} + } +}; + +StandTile tile_169 = { + 0x103b00, 0x09, + 0x0, + 0x8, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3083, 279, -467, 0x02b8}, + {3103, 279, -427, 0x02b0}, + {3119, 279, -469, 0x02f4} + } +}; + +StandTile tile_170 = { + 0x103a00, 0x09, + 0x0, + 0x5, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3062, 279, -420, 0x02bc}, + {3103, 279, -427, 0x02b4}, + {3083, 279, -467, 0x02c4} + } +}; + +StandTile tile_171 = { + 0x103900, 0x09, + 0x0, + 0x3, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3062, 279, -420, 0x02c0}, + {3107, 279, -394, 0x0290}, + {3103, 279, -427, 0x02b8} + } +}; + +StandTile tile_172 = { + 0x103800, 0x09, + 0x0, + 0x0, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3062, 279, -420, 0x02c8}, + {3069, 279, -384, 0x0000}, + {3107, 279, -394, 0x02bc} + } +}; + +StandTile tile_173 = { + 0x103700, 0x09, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3083, 279, -467, 0x02fc}, + {3045, 279, -462, 0x02d0}, + {3062, 279, -420, 0x02b8} + } +}; + +StandTile tile_174 = { + 0x103600, 0x09, + 0x0, + 0x0, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3062, 279, -420, 0x02cc}, + {3031, 279, -385, 0x0000}, + {3069, 279, -384, 0x02c0} + } +}; + +StandTile tile_175 = { + 0x103500, 0x09, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3031, 279, -385, 0x02c8}, + {3062, 279, -420, 0x02d0}, + {3021, 279, -442, 0x0284} + } +}; + +StandTile tile_176 = { + 0x103400, 0x09, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3062, 279, -420, 0x02c4}, + {3045, 279, -462, 0x0000}, + {3021, 279, -442, 0x02cc} + } +}; + +StandTile tile_177 = { + 0x103100, 0x09, + 0x0, + 0x4, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3256, 279, -523, 0x02d8}, + {3240, 279, -487, 0x0298}, + {3268, 279, -492, 0x0000} + } +}; + +StandTile tile_178 = { + 0x103000, 0x09, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3256, 279, -523, 0x0308}, + {3211, 279, -517, 0x02dc}, + {3240, 279, -487, 0x02d4} + } +}; + +StandTile tile_179 = { + 0x102f00, 0x09, + 0x0, + 0x9, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3240, 279, -487, 0x02d8}, + {3211, 279, -517, 0x02e0}, + {3199, 279, -482, 0x029c} + } +}; + +StandTile tile_180 = { + 0x102e00, 0x09, + 0x0, + 0x9, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3199, 279, -482, 0x02dc}, + {3211, 279, -517, 0x0310}, + {3171, 279, -516, 0x02e4} + } +}; + +StandTile tile_181 = { + 0x102d00, 0x09, + 0x0, + 0x9, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3171, 279, -516, 0x02e8}, + {3155, 279, -475, 0x02a4}, + {3199, 279, -482, 0x02e0} + } +}; + +StandTile tile_182 = { + 0x102c00, 0x09, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3171, 279, -516, 0x0318}, + {3131, 279, -509, 0x02ec}, + {3155, 279, -475, 0x02e4} + } +}; + +StandTile tile_183 = { + 0x102b00, 0x09, + 0x0, + 0x8, 0x7, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3131, 279, -509, 0x02f0}, + {3119, 279, -469, 0x02ac}, + {3155, 279, -475, 0x02e8} + } +}; + +StandTile tile_184 = { + 0x102a00, 0x09, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3100, 279, -506, 0x02f4}, + {3119, 279, -469, 0x02ec}, + {3131, 279, -509, 0x0320} + } +}; + +StandTile tile_185 = { + 0x102900, 0x09, + 0x0, + 0x7, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3100, 279, -506, 0x02f8}, + {3083, 279, -467, 0x02b4}, + {3119, 279, -469, 0x02f0} + } +}; + +StandTile tile_186 = { + 0x102800, 0x09, + 0x0, + 0x7, 0x6, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3100, 279, -506, 0x0328}, + {3073, 279, -505, 0x02fc}, + {3083, 279, -467, 0x02f4} + } +}; + +StandTile tile_187 = { + 0x102700, 0x09, + 0x0, + 0x5, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3083, 279, -467, 0x02f8}, + {3073, 279, -505, 0x0300}, + {3045, 279, -462, 0x02c4} + } +}; + +StandTile tile_188 = { + 0x102600, 0x09, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3045, 279, -462, 0x02fc}, + {3073, 279, -505, 0x0330}, + {3038, 279, -504, 0x0000} + } +}; + +StandTile tile_189 = { + 0x102500, 0x09, + 0x0, + 0x9, 0x8, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3269, 279, -543, 0x036c}, + {3219, 279, -543, 0x0308}, + {3256, 279, -523, 0x0000} + } +}; + +StandTile tile_190 = { + 0x102400, 0x09, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3219, 279, -543, 0x030c}, + {3211, 279, -517, 0x02d8}, + {3256, 279, -523, 0x0304} + } +}; + +StandTile tile_191 = { + 0x102300, 0x09, + 0x0, + 0xb, 0xa, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3219, 279, -543, 0x0364}, + {3191, 279, -543, 0x0310}, + {3211, 279, -517, 0x0308} + } +}; + +StandTile tile_192 = { + 0x102200, 0x09, + 0x0, + 0xa, 0x9, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3211, 279, -517, 0x030c}, + {3191, 279, -543, 0x0314}, + {3171, 279, -516, 0x02e0} + } +}; + +StandTile tile_193 = { + 0x102100, 0x09, + 0x0, + 0xb, 0xa, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3146, 279, -539, 0x0318}, + {3171, 279, -516, 0x0310}, + {3191, 279, -543, 0x0360} + } +}; + +StandTile tile_194 = { + 0x102000, 0x09, + 0x0, + 0x9, 0x8, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3146, 279, -539, 0x031c}, + {3131, 279, -509, 0x02e8}, + {3171, 279, -516, 0x0314} + } +}; + +StandTile tile_195 = { + 0x101f00, 0x09, + 0x0, + 0xb, 0x9, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3108, 279, -539, 0x0320}, + {3131, 279, -509, 0x0318}, + {3146, 279, -539, 0x0354} + } +}; + +StandTile tile_196 = { + 0x101e00, 0x09, + 0x0, + 0x9, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3108, 279, -539, 0x0324}, + {3100, 279, -506, 0x02f0}, + {3131, 279, -509, 0x031c} + } +}; + +StandTile tile_197 = { + 0x101d00, 0x09, + 0x0, + 0xb, 0x9, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3108, 279, -539, 0x0350}, + {3086, 279, -539, 0x0328}, + {3100, 279, -506, 0x0320} + } +}; + +StandTile tile_198 = { + 0x101c00, 0x09, + 0x0, + 0x9, 0x8, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3086, 279, -539, 0x032c}, + {3073, 279, -505, 0x02f8}, + {3100, 279, -506, 0x0324} + } +}; + +StandTile tile_199 = { + 0x101b00, 0x09, + 0x0, + 0xa, 0x9, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3051, 279, -539, 0x0330}, + {3073, 279, -505, 0x0328}, + {3086, 279, -539, 0x0344} + } +}; + +StandTile tile_200 = { + 0x101a00, 0x09, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3073, 279, -505, 0x032c}, + {3051, 279, -539, 0x0334}, + {3038, 279, -504, 0x0300} + } +}; + +StandTile tile_201 = { + 0x101900, 0x09, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3038, 279, -504, 0x0330}, + {3051, 279, -539, 0x0340}, + {3024, 279, -534, 0x0000} + } +}; + +StandTile tile_202 = { + 0x101800, 0x08, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3221, 279, -565, 0x036c}, + {3269, 279, -543, 0x0000}, + {3256, 279, -565, 0x03bc} + } +}; + +StandTile tile_203 = { + 0x101700, 0x08, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3024, 279, -534, 0x0340}, + {3046, 279, -560, 0x0000}, + {3011, 279, -556, 0x0000} + } +}; + +StandTile tile_204 = { + 0x101600, 0x08, + 0x0, + 0xc, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3051, 279, -539, 0x0344}, + {3046, 279, -560, 0x033c}, + {3024, 279, -534, 0x0334} + } +}; + +StandTile tile_205 = { + 0x101500, 0x08, + 0x0, + 0xc, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3051, 279, -539, 0x032c}, + {3086, 279, -539, 0x0348}, + {3046, 279, -560, 0x0340} + } +}; + +StandTile tile_206 = { + 0x101400, 0x08, + 0x0, + 0xc, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3046, 279, -560, 0x0344}, + {3086, 279, -539, 0x034c}, + {3081, 279, -560, 0x03e0} + } +}; + +StandTile tile_207 = { + 0x101300, 0x08, + 0x0, + 0xc, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3081, 279, -560, 0x0348}, + {3086, 279, -539, 0x0350}, + {3103, 279, -560, 0x03d4} + } +}; + +StandTile tile_208 = { + 0x101200, 0x08, + 0x0, + 0xc, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3108, 279, -539, 0x0354}, + {3103, 279, -560, 0x034c}, + {3086, 279, -539, 0x0324} + } +}; + +StandTile tile_209 = { + 0x101100, 0x08, + 0x0, + 0xc, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3108, 279, -539, 0x031c}, + {3146, 279, -539, 0x035c}, + {3103, 279, -560, 0x0350} + } +}; + +StandTile tile_210 = { + 0x101000, 0x08, + 0x0, + 0xc, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3146, 279, -539, 0x0360}, + {3177, 279, -565, 0x03c4}, + {3142, 279, -560, 0x035c} + } +}; + +StandTile tile_211 = { + 0x100f00, 0x08, + 0x0, + 0xc, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3103, 279, -560, 0x0354}, + {3146, 279, -539, 0x0358}, + {3142, 279, -560, 0x03d0} + } +}; + +StandTile tile_212 = { + 0x100e00, 0x08, + 0x0, + 0xc, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3191, 279, -543, 0x0364}, + {3177, 279, -565, 0x0358}, + {3146, 279, -539, 0x0314} + } +}; + +StandTile tile_213 = { + 0x100d00, 0x08, + 0x0, + 0xc, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3219, 279, -543, 0x0368}, + {3177, 279, -565, 0x0360}, + {3191, 279, -543, 0x030c} + } +}; + +StandTile tile_214 = { + 0x100c00, 0x08, + 0x0, + 0xc, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3221, 279, -565, 0x03c0}, + {3177, 279, -565, 0x0364}, + {3219, 279, -543, 0x036c} + } +}; + +StandTile tile_215 = { + 0x100b00, 0x08, + 0x0, + 0xc, 0xb, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3269, 279, -543, 0x0338}, + {3221, 279, -565, 0x0368}, + {3219, 279, -543, 0x0304} + } +}; + +StandTile tile_216 = { + 0x100a00, 0x08, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3164, 279, -836, 0x043c}, + {3138, 279, -836, 0x0374}, + {3169, 279, -775, 0x0394} + } +}; + +StandTile tile_217 = { + 0x100900, 0x08, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3169, 279, -775, 0x0370}, + {3138, 279, -836, 0x0000}, + {3134, 279, -753, 0x0378} + } +}; + +StandTile tile_218 = { + 0x100800, 0x08, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3186, 279, -714, 0x0398}, + {3169, 279, -775, 0x0374}, + {3134, 279, -753, 0x037c} + } +}; + +StandTile tile_219 = { + 0x100700, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3186, 279, -714, 0x0378}, + {3134, 279, -753, 0x0000}, + {3121, 279, -731, 0x0380} + } +}; + +StandTile tile_220 = { + 0x100600, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3125, 279, -670, 0x039c}, + {3186, 279, -714, 0x037c}, + {3121, 279, -731, 0x0384} + } +}; + +StandTile tile_221 = { + 0x100500, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3125, 279, -670, 0x0380}, + {3121, 279, -731, 0x0388}, + {3112, 279, -696, 0x0000} + } +}; + +StandTile tile_222 = { + 0x100400, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3112, 279, -696, 0x0384}, + {3121, 279, -731, 0x0000}, + {3103, 279, -744, 0x038c} + } +}; + +StandTile tile_223 = { + 0x100300, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3094, 279, -683, 0x0000}, + {3112, 279, -696, 0x0388}, + {3103, 279, -744, 0x0404} + } +}; + +StandTile tile_224 = { + 0x100200, 0x08, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3230, 279, -770, 0x0000}, + {3226, 279, -836, 0x0434}, + {3164, 279, -836, 0x0394} + } +}; + +StandTile tile_225 = { + 0x100100, 0x08, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3230, 279, -770, 0x0390}, + {3164, 279, -836, 0x0370}, + {3169, 279, -775, 0x0398} + } +}; + +StandTile tile_226 = { + 0x100000, 0x08, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3186, 279, -714, 0x0000}, + {3230, 279, -770, 0x0394}, + {3169, 279, -775, 0x0378} + } +}; + +StandTile tile_227 = { + 0x0fff00, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3186, 279, -714, 0x0380}, + {3125, 279, -670, 0x03a0}, + {3182, 279, -657, 0x0000} + } +}; + +StandTile tile_228 = { + 0x0ffe00, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3121, 279, -617, 0x03a4}, + {3182, 279, -657, 0x039c}, + {3125, 279, -670, 0x0000} + } +}; + +StandTile tile_229 = { + 0x0ffd00, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3204, 279, -626, 0x0000}, + {3182, 279, -657, 0x03a0}, + {3121, 279, -617, 0x03a8} + } +}; + +StandTile tile_230 = { + 0x0ffc00, 0x08, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3204, 279, -626, 0x03a4}, + {3121, 279, -617, 0x03ac}, + {3164, 279, -587, 0x03b4} + } +}; + +StandTile tile_231 = { + 0x0ffb00, 0x08, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3164, 279, -587, 0x03a8}, + {3121, 279, -617, 0x03b0}, + {3129, 279, -582, 0x03c8} + } +}; + +StandTile tile_232 = { + 0x0ffa00, 0x08, + 0x0, + 0x3, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3129, 279, -582, 0x03ac}, + {3121, 279, -617, 0x0000}, + {3107, 279, -578, 0x03cc} + } +}; + +StandTile tile_233 = { + 0x0ff900, 0x08, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3239, 279, -591, 0x0000}, + {3204, 279, -626, 0x03a8}, + {3164, 279, -587, 0x03b8} + } +}; + +StandTile tile_234 = { + 0x0ff700, 0x08, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3239, 279, -591, 0x03b4}, + {3164, 279, -587, 0x03c0}, + {3221, 279, -565, 0x03bc} + } +}; + +StandTile tile_235 = { + 0x0ff500, 0x08, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3256, 279, -565, 0x0000}, + {3239, 279, -591, 0x03b8}, + {3221, 279, -565, 0x0338} + } +}; + +StandTile tile_236 = { + 0x0ff300, 0x08, + 0x0, + 0xb, 0xa, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3221, 279, -565, 0x03b8}, + {3164, 279, -587, 0x03c4}, + {3177, 279, -565, 0x0368} + } +}; + +StandTile tile_237 = { + 0x0ff100, 0x08, + 0x0, + 0xb, 0xa, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3177, 279, -565, 0x03c0}, + {3164, 279, -587, 0x03c8}, + {3142, 279, -560, 0x0358} + } +}; + +StandTile tile_238 = { + 0x0fef00, 0x08, + 0x0, + 0x9, 0x8, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3142, 279, -560, 0x03c4}, + {3164, 279, -587, 0x03ac}, + {3129, 279, -582, 0x03cc} + } +}; + +StandTile tile_239 = { + 0x0fed00, 0x08, + 0x0, + 0x7, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3107, 279, -578, 0x03d0}, + {3142, 279, -560, 0x03c8}, + {3129, 279, -582, 0x03b0} + } +}; + +StandTile tile_240 = { + 0x0feb00, 0x08, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3103, 279, -560, 0x035c}, + {3142, 279, -560, 0x03cc}, + {3107, 279, -578, 0x03d4} + } +}; + +StandTile tile_241 = { + 0x0fe900, 0x08, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3103, 279, -560, 0x03d0}, + {3107, 279, -578, 0x03d8}, + {3081, 279, -560, 0x034c} + } +}; + +StandTile tile_242 = { + 0x0fe700, 0x08, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3090, 279, -591, 0x03dc}, + {3081, 279, -560, 0x03d4}, + {3107, 279, -578, 0x0000} + } +}; + +StandTile tile_243 = { + 0x0fe500, 0x08, + 0x0, + 0x4, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3051, 279, -595, 0x03e0}, + {3081, 279, -560, 0x03d8}, + {3090, 279, -591, 0x03e4} + } +}; + +StandTile tile_244 = { + 0x0fe300, 0x08, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3046, 279, -560, 0x0348}, + {3081, 279, -560, 0x03dc}, + {3051, 279, -595, 0x0000} + } +}; + +StandTile tile_245 = { + 0x0fe000, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3051, 279, -595, 0x03dc}, + {3090, 279, -591, 0x0000}, + {3090, 279, -617, 0x03e8} + } +}; + +StandTile tile_246 = { + 0x0fdf00, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3042, 279, -630, 0x0000}, + {3051, 279, -595, 0x03e4}, + {3090, 279, -617, 0x03ec} + } +}; + +StandTile tile_247 = { + 0x0fde00, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3042, 279, -630, 0x03e8}, + {3090, 279, -617, 0x0000}, + {3086, 279, -648, 0x03f0} + } +}; + +StandTile tile_248 = { + 0x0fdd00, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3033, 279, -687, 0x0000}, + {3042, 279, -630, 0x03ec}, + {3086, 279, -648, 0x03f4} + } +}; + +StandTile tile_249 = { + 0x0fdc00, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3033, 279, -687, 0x03f0}, + {3086, 279, -648, 0x0000}, + {3094, 279, -683, 0x040c} + } +}; + +StandTile tile_250 = { + 0x0fdb00, 0x08, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3007, 279, -823, 0x054c}, + {3007, 279, -766, 0x0000}, + {3051, 279, -762, 0x03fc} + } +}; + +StandTile tile_251 = { + 0x0fda00, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3064, 279, -797, 0x0000}, + {3007, 279, -823, 0x03f8}, + {3051, 279, -762, 0x0400} + } +}; + +StandTile tile_252 = { + 0x0fd900, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3103, 279, -744, 0x0000}, + {3064, 279, -797, 0x03fc}, + {3051, 279, -762, 0x0408} + } +}; + +StandTile tile_253 = { + 0x0fd800, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3055, 279, -718, 0x040c}, + {3094, 279, -683, 0x038c}, + {3103, 279, -744, 0x0408} + } +}; + +StandTile tile_254 = { + 0x0fd700, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3055, 279, -718, 0x0404}, + {3103, 279, -744, 0x0400}, + {3051, 279, -762, 0x0000} + } +}; + +StandTile tile_255 = { + 0x0fd600, 0x08, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3033, 279, -687, 0x03f4}, + {3094, 279, -683, 0x0404}, + {3055, 279, -718, 0x0000} + } +}; + +StandTile tile_256 = { + 0x0f4c00, 0x07, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3037, 279, -954, 0x060c}, + {3037, 279, -915, 0x0414}, + {3086, 279, -945, 0x0000} + } +}; + +StandTile tile_257 = { + 0x0f4b00, 0x07, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3081, 279, -893, 0x0418}, + {3086, 279, -945, 0x0410}, + {3037, 279, -915, 0x0000} + } +}; + +StandTile tile_258 = { + 0x0f4a00, 0x07, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3142, 279, -945, 0x0000}, + {3086, 279, -945, 0x0414}, + {3081, 279, -893, 0x041c} + } +}; + +StandTile tile_259 = { + 0x0f4900, 0x07, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3142, 279, -945, 0x0418}, + {3081, 279, -893, 0x0000}, + {3129, 279, -871, 0x0420} + } +}; + +StandTile tile_260 = { + 0x0f4800, 0x07, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3191, 279, -967, 0x0000}, + {3142, 279, -945, 0x041c}, + {3129, 279, -871, 0x0424} + } +}; + +StandTile tile_261 = { + 0x0f4700, 0x07, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3191, 279, -967, 0x0420}, + {3129, 279, -871, 0x0438}, + {3199, 281, -902, 0x0428} + } +}; + +StandTile tile_262 = { + 0x0f4600, 0x07, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3234, 279, -963, 0x0000}, + {3191, 279, -967, 0x0424}, + {3199, 281, -902, 0x042c} + } +}; + +StandTile tile_263 = { + 0x0f4500, 0x07, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3234, 279, -963, 0x0428}, + {3199, 281, -902, 0x0430}, + {3252, 279, -893, 0x0000} + } +}; + +StandTile tile_264 = { + 0x0f4400, 0x07, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {3252, 279, -893, 0x042c}, + {3199, 281, -902, 0x0434}, + {3226, 279, -836, 0x0000} + } +}; + +StandTile tile_265 = { + 0x0f4300, 0x07, + 0x0, + 0x5, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3226, 279, -836, 0x0430}, + {3199, 281, -902, 0x0438}, + {3164, 279, -836, 0x0390} + } +}; + +StandTile tile_266 = { + 0x0f4200, 0x07, + 0x0, + 0x6, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3164, 279, -836, 0x0434}, + {3199, 281, -902, 0x0424}, + {3129, 279, -871, 0x043c} + } +}; + +StandTile tile_267 = { + 0x0f4100, 0x07, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3138, 279, -836, 0x0370}, + {3164, 279, -836, 0x0438}, + {3129, 279, -871, 0x0000} + } +}; + +StandTile tile_268 = { + 0x0f0e00, 0x06, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2819, 174, -709, 0x0448}, + {2806, 176, -679, 0x0444}, + {2819, 174, -676, 0x0504} + } +}; + +StandTile tile_269 = { + 0x0f0d00, 0x06, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2819, 174, -635, 0x0508}, + {2819, 174, -676, 0x0440}, + {2806, 176, -679, 0x0458} + } +}; + +StandTile tile_270 = { + 0x0f0c00, 0x06, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2806, 176, -679, 0x0440}, + {2819, 174, -709, 0x0000}, + {2806, 174, -727, 0x044c} + } +}; + +StandTile tile_271 = { + 0x0f0b00, 0x06, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2766, 174, -718, 0x0450}, + {2806, 176, -679, 0x0448}, + {2806, 174, -727, 0x046c} + } +}; + +StandTile tile_272 = { + 0x0f0a00, 0x06, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2758, 174, -657, 0x0454}, + {2806, 176, -679, 0x044c}, + {2766, 174, -718, 0x0468} + } +}; + +StandTile tile_273 = { + 0x0f0900, 0x06, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2779, 174, -617, 0x0458}, + {2806, 176, -679, 0x0450}, + {2758, 174, -657, 0x045c} + } +}; + +StandTile tile_274 = { + 0x0f0800, 0x06, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2819, 174, -635, 0x0444}, + {2806, 176, -679, 0x0454}, + {2779, 174, -617, 0x0000} + } +}; + +StandTile tile_275 = { + 0x0f0700, 0x06, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2731, 174, -617, 0x0000}, + {2779, 174, -617, 0x0454}, + {2758, 174, -657, 0x0460} + } +}; + +StandTile tile_276 = { + 0x0f0600, 0x06, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2731, 174, -617, 0x045c}, + {2758, 174, -657, 0x0464}, + {2701, 174, -661, 0x0000} + } +}; + +StandTile tile_277 = { + 0x0f0500, 0x06, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2701, 174, -661, 0x0460}, + {2758, 174, -657, 0x0468}, + {2701, 174, -705, 0x04bc} + } +}; + +StandTile tile_278 = { + 0x0f0400, 0x06, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2758, 174, -657, 0x0450}, + {2766, 174, -718, 0x04c4}, + {2701, 174, -705, 0x0464} + } +}; + +StandTile tile_279 = { + 0x0f0300, 0x06, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2766, 174, -718, 0x044c}, + {2806, 174, -727, 0x0000}, + {2766, 174, -744, 0x0470} + } +}; + +StandTile tile_280 = { + 0x0f0200, 0x06, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2709, 183, -722, 0x04c4}, + {2766, 174, -718, 0x046c}, + {2766, 174, -744, 0x0474} + } +}; + +StandTile tile_281 = { + 0x0f0100, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2709, 183, -722, 0x0470}, + {2766, 174, -744, 0x0000}, + {2705, 183, -749, 0x0478} + } +}; + +StandTile tile_282 = { + 0x0f0000, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2657, 192, -714, 0x04c0}, + {2709, 183, -722, 0x0474}, + {2705, 183, -749, 0x047c} + } +}; + +StandTile tile_283 = { + 0x0eff00, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2657, 192, -714, 0x0478}, + {2705, 183, -749, 0x04c8}, + {2661, 192, -749, 0x0480} + } +}; + +StandTile tile_284 = { + 0x0efe00, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2604, 196, -714, 0x0000}, + {2657, 192, -714, 0x047c}, + {2661, 192, -749, 0x0484} + } +}; + +StandTile tile_285 = { + 0x0efd00, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2604, 196, -714, 0x0480}, + {2661, 192, -749, 0x04d0}, + {2609, 196, -744, 0x0488} + } +}; + +StandTile tile_286 = { + 0x0efc00, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2565, 196, -722, 0x0000}, + {2604, 196, -714, 0x0484}, + {2609, 196, -744, 0x048c} + } +}; + +StandTile tile_287 = { + 0x0efb00, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2565, 196, -722, 0x0488}, + {2609, 196, -744, 0x04d8}, + {2587, 201, -757, 0x0490} + } +}; + +StandTile tile_288 = { + 0x0efa00, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2552, 201, -775, 0x0000}, + {2565, 196, -722, 0x048c}, + {2587, 201, -757, 0x0494} + } +}; + +StandTile tile_289 = { + 0x0ef900, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2552, 201, -775, 0x0490}, + {2587, 201, -757, 0x04dc}, + {2609, 205, -788, 0x0498} + } +}; + +StandTile tile_290 = { + 0x0ef800, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2570, 205, -818, 0x0000}, + {2552, 201, -775, 0x0494}, + {2609, 205, -788, 0x049c} + } +}; + +StandTile tile_291 = { + 0x0ef700, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2570, 205, -818, 0x0498}, + {2609, 205, -788, 0x04e0}, + {2644, 218, -805, 0x04a0} + } +}; + +StandTile tile_292 = { + 0x0ef600, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2639, 218, -840, 0x0000}, + {2570, 205, -818, 0x049c}, + {2644, 218, -805, 0x04a4} + } +}; + +StandTile tile_293 = { + 0x0ef500, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2639, 218, -840, 0x04a0}, + {2644, 218, -805, 0x04e8}, + {2692, 231, -788, 0x04a8} + } +}; + +StandTile tile_294 = { + 0x0ef400, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2701, 231, -823, 0x0000}, + {2639, 218, -840, 0x04a4}, + {2692, 231, -788, 0x04ac} + } +}; + +StandTile tile_295 = { + 0x0ef300, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2701, 231, -823, 0x04a8}, + {2692, 231, -788, 0x04f0}, + {2723, 240, -779, 0x04b0} + } +}; + +StandTile tile_296 = { + 0x0ef200, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2766, 244, -818, 0x0000}, + {2701, 231, -823, 0x04ac}, + {2723, 240, -779, 0x04b4} + } +}; + +StandTile tile_297 = { + 0x0ef100, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2766, 244, -818, 0x04b0}, + {2723, 240, -779, 0x0000}, + {2819, 262, -770, 0x04b8} + } +}; + +StandTile tile_298 = { + 0x0ef000, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2819, 262, -805, 0x0000}, + {2766, 244, -818, 0x04b4}, + {2819, 262, -770, 0x0530} + } +}; + +StandTile tile_299 = { + 0x0ed100, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2701, 174, -661, 0x0464}, + {2701, 174, -705, 0x04c0}, + {2657, 192, -714, 0x0000} + } +}; + +StandTile tile_300 = { + 0x0ed000, 0x06, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2709, 183, -722, 0x0478}, + {2657, 192, -714, 0x04bc}, + {2701, 174, -705, 0x04c4} + } +}; + +StandTile tile_301 = { + 0x0ecf00, 0x06, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2709, 183, -722, 0x04c0}, + {2701, 174, -705, 0x0468}, + {2766, 174, -718, 0x0470} + } +}; + +StandTile tile_302 = { + 0x0eba00, 0x06, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2661, 192, -749, 0x047c}, + {2705, 183, -749, 0x0000}, + {2692, 218, -762, 0x04cc} + } +}; + +StandTile tile_303 = { + 0x0eb900, 0x06, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2661, 192, -749, 0x04c8}, + {2692, 218, -762, 0x04ec}, + {2653, 218, -766, 0x04d0} + } +}; + +StandTile tile_304 = { + 0x0eb800, 0x06, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2609, 196, -744, 0x0484}, + {2661, 192, -749, 0x04cc}, + {2653, 218, -766, 0x04d4} + } +}; + +StandTile tile_305 = { + 0x0eb700, 0x06, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2609, 196, -744, 0x04d0}, + {2653, 218, -766, 0x04e4}, + {2609, 218, -762, 0x04d8} + } +}; + +StandTile tile_306 = { + 0x0eb600, 0x06, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2587, 201, -757, 0x048c}, + {2609, 196, -744, 0x04d4}, + {2609, 218, -762, 0x04dc} + } +}; + +StandTile tile_307 = { + 0x0eb500, 0x06, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2587, 201, -757, 0x04d8}, + {2609, 218, -762, 0x04e0}, + {2609, 205, -788, 0x0494} + } +}; + +StandTile tile_308 = { + 0x0eb400, 0x06, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2609, 205, -788, 0x04dc}, + {2609, 218, -762, 0x04e4}, + {2644, 218, -805, 0x049c} + } +}; + +StandTile tile_309 = { + 0x0eb300, 0x06, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2644, 218, -805, 0x04e0}, + {2609, 218, -762, 0x04d4}, + {2653, 218, -766, 0x04e8} + } +}; + +StandTile tile_310 = { + 0x0eb200, 0x06, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2692, 231, -788, 0x04a4}, + {2644, 218, -805, 0x04e4}, + {2653, 218, -766, 0x04ec} + } +}; + +StandTile tile_311 = { + 0x0eb100, 0x06, + 0x0, + 0x6, 0x6, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2692, 231, -788, 0x04e8}, + {2653, 218, -766, 0x04cc}, + {2692, 218, -762, 0x04f0} + } +}; + +StandTile tile_312 = { + 0x0eb000, 0x06, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2723, 240, -779, 0x04ac}, + {2692, 231, -788, 0x04ec}, + {2692, 218, -762, 0x0000} + } +}; + +StandTile tile_313 = { + 0x0e6700, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2924, 174, -735, 0x052c}, + {2886, 174, -735, 0x0000}, + {2860, 174, -719, 0x04f8} + } +}; + +StandTile tile_314 = { + 0x0e6600, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2877, 174, -689, 0x0000}, + {2924, 174, -735, 0x04f4}, + {2860, 174, -719, 0x04fc} + } +}; + +StandTile tile_315 = { + 0x0e6500, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2819, 174, -709, 0x0500}, + {2877, 174, -689, 0x04f8}, + {2860, 174, -719, 0x0000} + } +}; + +StandTile tile_316 = { + 0x0e6400, 0x05, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2844, 174, -670, 0x0000}, + {2877, 174, -689, 0x04fc}, + {2819, 174, -709, 0x0504} + } +}; + +StandTile tile_317 = { + 0x0e6300, 0x05, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2844, 174, -670, 0x0500}, + {2819, 174, -709, 0x0440}, + {2819, 174, -676, 0x0508} + } +}; + +StandTile tile_318 = { + 0x0e6200, 0x05, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2819, 174, -635, 0x0000}, + {2844, 174, -670, 0x0504}, + {2819, 174, -676, 0x0444} + } +}; + +StandTile tile_319 = { + 0x0e2e00, 0x04, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2919, 174, -836, 0x0558}, + {2884, 174, -823, 0x0510}, + {2915, 174, -823, 0x051c} + } +}; + +StandTile tile_320 = { + 0x0e2d00, 0x04, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2884, 174, -823, 0x0000}, + {2906, 174, -790, 0x0514}, + {2915, 174, -823, 0x050c} + } +}; + +StandTile tile_321 = { + 0x0e2c02, 0x04, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2939, 174, -799, 0x0518}, + {2915, 174, -823, 0x0510}, + {2906, 174, -790, 0x0520} + } +}; + +StandTile tile_322 = { + 0x0e2c01, 0x04, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2939, 174, -799, 0x0000}, + {2927, 174, -823, 0x051c}, + {2915, 174, -823, 0x0514} + } +}; + +StandTile tile_323 = { + 0x0e2b00, 0x04, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2927, 174, -823, 0x0000}, + {2919, 174, -836, 0x050c}, + {2915, 174, -823, 0x0518} + } +}; + +StandTile tile_324 = { + 0x0e2a00, 0x04, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2939, 174, -799, 0x0514}, + {2906, 174, -790, 0x0000}, + {2901, 174, -760, 0x0524} + } +}; + +StandTile tile_325 = { + 0x0e2900, 0x04, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2931, 174, -752, 0x0000}, + {2939, 174, -799, 0x0520}, + {2901, 174, -760, 0x0528} + } +}; + +StandTile tile_326 = { + 0x0e2800, 0x04, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2931, 174, -752, 0x0524}, + {2901, 174, -760, 0x0000}, + {2886, 174, -735, 0x052c} + } +}; + +StandTile tile_327 = { + 0x0e2700, 0x04, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2931, 174, -752, 0x0528}, + {2886, 174, -735, 0x04f4}, + {2924, 174, -735, 0x0000} + } +}; + +StandTile tile_328 = { + 0x0e2600, 0x04, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2819, 262, -805, 0x04b8}, + {2819, 262, -770, 0x0000}, + {2863, 271, -762, 0x0534} + } +}; + +StandTile tile_329 = { + 0x0e2500, 0x04, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2871, 271, -801, 0x056c}, + {2819, 262, -805, 0x0530}, + {2863, 271, -762, 0x0538} + } +}; + +StandTile tile_330 = { + 0x0e2400, 0x04, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2871, 271, -801, 0x0534}, + {2863, 271, -762, 0x0000}, + {2915, 279, -757, 0x053c} + } +}; + +StandTile tile_331 = { + 0x0e2300, 0x04, + 0x0, + 0x3, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2915, 279, -801, 0x0570}, + {2871, 271, -801, 0x0538}, + {2915, 279, -757, 0x0540} + } +}; + +StandTile tile_332 = { + 0x0e2200, 0x04, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2915, 279, -801, 0x053c}, + {2915, 279, -757, 0x0000}, + {2963, 279, -757, 0x0544} + } +}; + +StandTile tile_333 = { + 0x0e2100, 0x04, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2954, 279, -814, 0x0000}, + {2915, 279, -801, 0x0540}, + {2963, 279, -757, 0x0548} + } +}; + +StandTile tile_334 = { + 0x0e2000, 0x04, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2954, 279, -814, 0x0544}, + {2963, 279, -757, 0x0000}, + {3007, 279, -766, 0x054c} + } +}; + +StandTile tile_335 = { + 0x0e1f00, 0x04, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2954, 279, -814, 0x0548}, + {3007, 279, -766, 0x03f8}, + {3007, 279, -823, 0x0000} + } +}; + +StandTile tile_336 = { + 0x0e1e00, 0x04, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2884, 174, -823, 0x0554}, + {2871, 174, -867, 0x05c8}, + {2845, 174, -867, 0x0000} + } +}; + +StandTile tile_337 = { + 0x0e1d00, 0x04, + 0x0, + 0x6, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2911, 174, -867, 0x05c0}, + {2871, 174, -867, 0x0550}, + {2884, 174, -823, 0x0558} + } +}; + +StandTile tile_338 = { + 0x0e1c00, 0x04, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2919, 174, -836, 0x055c}, + {2911, 174, -867, 0x0554}, + {2884, 174, -823, 0x050c} + } +}; + +StandTile tile_339 = { + 0x0e1b00, 0x04, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2937, 174, -867, 0x05bc}, + {2911, 174, -867, 0x0558}, + {2919, 174, -836, 0x0000} + } +}; + +StandTile tile_340 = { + 0x0e0f00, 0x04, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2889, 279, -823, 0x0000}, + {2898, 279, -845, 0x0000}, + {2876, 275, -849, 0x0564} + } +}; + +StandTile tile_341 = { + 0x0e0e00, 0x04, + 0x0, + 0x7, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2889, 279, -823, 0x0560}, + {2876, 275, -849, 0x0000}, + {2858, 275, -823, 0x0568} + } +}; + +StandTile tile_342 = { + 0x0e0100, 0x04, + 0x0, + 0x8, 0x7, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2871, 271, -801, 0x0570}, + {2889, 279, -823, 0x0564}, + {2858, 275, -823, 0x056c} + } +}; + +StandTile tile_343 = { + 0x0e0000, 0x04, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2871, 271, -801, 0x0568}, + {2858, 275, -823, 0x0000}, + {2819, 262, -805, 0x0534} + } +}; + +StandTile tile_344 = { + 0x0dff00, 0x04, + 0x0, + 0x6, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2915, 279, -801, 0x0000}, + {2889, 279, -823, 0x0568}, + {2871, 271, -801, 0x053c} + } +}; + +StandTile tile_345 = { + 0x10e600, 0x03, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2981, 279, -915, 0x0618}, + {2981, 279, -950, 0x0578}, + {2963, 279, -931, 0x0000} + } +}; + +StandTile tile_346 = { + 0x10ec00, 0x03, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2963, 279, -931, 0x0574}, + {2981, 279, -950, 0x0000}, + {2967, 271, -963, 0x057c} + } +}; + +StandTile tile_347 = { + 0x10e500, 0x03, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2963, 279, -931, 0x0578}, + {2967, 271, -963, 0x0580}, + {2950, 271, -946, 0x0000} + } +}; + +StandTile tile_348 = { + 0x10eb00, 0x03, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2950, 271, -946, 0x057c}, + {2967, 271, -963, 0x0000}, + {2950, 253, -985, 0x0584} + } +}; + +StandTile tile_349 = { + 0x10e400, 0x03, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2950, 271, -946, 0x0580}, + {2950, 253, -985, 0x0588}, + {2929, 253, -966, 0x0000} + } +}; + +StandTile tile_350 = { + 0x10ea00, 0x03, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2929, 253, -966, 0x0584}, + {2950, 253, -985, 0x0000}, + {2924, 205, -1028, 0x058c} + } +}; + +StandTile tile_351 = { + 0x10e300, 0x03, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2929, 253, -966, 0x0588}, + {2924, 205, -1028, 0x0590}, + {2902, 205, -994, 0x0000} + } +}; + +StandTile tile_352 = { + 0x10e900, 0x03, + 0x0, + 0x5, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2902, 205, -994, 0x058c}, + {2924, 205, -1028, 0x0000}, + {2884, 174, -1042, 0x0594} + } +}; + +StandTile tile_353 = { + 0x10e200, 0x03, + 0x0, + 0x3, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2902, 205, -994, 0x0590}, + {2884, 174, -1042, 0x059c}, + {2884, 174, -1007, 0x0000} + } +}; + +StandTile tile_354 = { + 0x0d0200, 0x03, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2928, 174, -959, 0x05b8}, + {2950, 174, -875, 0x0000}, + {2981, 174, -888, 0x0000} + } +}; + +StandTile tile_355 = { + 0x0cfd00, 0x03, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2845, 174, -1042, 0x05a0}, + {2884, 174, -1007, 0x0594}, + {2884, 174, -1042, 0x027c} + } +}; + +StandTile tile_356 = { + 0x0cfc00, 0x03, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2845, 174, -1042, 0x05ac}, + {2849, 174, -1007, 0x05a4}, + {2884, 174, -1007, 0x059c} + } +}; + +StandTile tile_357 = { + 0x0cfb00, 0x03, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2884, 174, -1007, 0x05a0}, + {2849, 174, -1007, 0x05a8}, + {2928, 174, -959, 0x0000} + } +}; + +StandTile tile_358 = { + 0x0cfa00, 0x03, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2849, 174, -1007, 0x05b0}, + {2863, 176, -932, 0x05c4}, + {2928, 174, -959, 0x05a4} + } +}; + +StandTile tile_359 = { + 0x0cf900, 0x03, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2845, 174, -1042, 0x0000}, + {2819, 174, -1024, 0x05b0}, + {2849, 174, -1007, 0x05a0} + } +}; + +StandTile tile_360 = { + 0x0cf800, 0x03, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2819, 174, -1024, 0x05b4}, + {2863, 176, -932, 0x05a8}, + {2849, 174, -1007, 0x05ac} + } +}; + +StandTile tile_361 = { + 0x0cf700, 0x03, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2819, 174, -1024, 0x0000}, + {2806, 174, -1007, 0x05d0}, + {2863, 176, -932, 0x05b0} + } +}; + +StandTile tile_362 = { + 0x0cf600, 0x03, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2928, 174, -959, 0x05bc}, + {2937, 174, -867, 0x0000}, + {2950, 174, -875, 0x0598} + } +}; + +StandTile tile_363 = { + 0x0cf500, 0x03, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2928, 174, -959, 0x05c0}, + {2911, 174, -867, 0x055c}, + {2937, 174, -867, 0x05b8} + } +}; + +StandTile tile_364 = { + 0x0cf400, 0x03, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2928, 174, -959, 0x05c4}, + {2871, 174, -867, 0x0554}, + {2911, 174, -867, 0x05bc} + } +}; + +StandTile tile_365 = { + 0x0cf300, 0x03, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2928, 174, -959, 0x05a8}, + {2863, 176, -932, 0x05c8}, + {2871, 174, -867, 0x05c0} + } +}; + +StandTile tile_366 = { + 0x0cf200, 0x03, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2871, 174, -867, 0x05c4}, + {2863, 176, -932, 0x05cc}, + {2845, 174, -867, 0x0550} + } +}; + +StandTile tile_367 = { + 0x0cf100, 0x03, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2845, 174, -867, 0x05c8}, + {2863, 176, -932, 0x05d8}, + {2823, 174, -871, 0x0000} + } +}; + +StandTile tile_368 = { + 0x0cf000, 0x03, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2819, 174, -967, 0x05d4}, + {2863, 176, -932, 0x05b4}, + {2806, 174, -1007, 0x05dc} + } +}; + +StandTile tile_369 = { + 0x0cef00, 0x03, + 0x0, + 0x4, 0x4, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2819, 174, -967, 0x05ec}, + {2814, 176, -906, 0x05d8}, + {2863, 176, -932, 0x05d0} + } +}; + +StandTile tile_370 = { + 0x0cee00, 0x03, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2863, 176, -932, 0x05d4}, + {2814, 176, -906, 0x05e0}, + {2823, 174, -871, 0x05cc} + } +}; + +StandTile tile_371 = { + 0x0ced00, 0x03, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2806, 174, -1007, 0x0000}, + {2793, 174, -989, 0x05e8}, + {2819, 174, -967, 0x05d0} + } +}; + +StandTile tile_372 = { + 0x0cec00, 0x03, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2823, 174, -871, 0x05d8}, + {2814, 176, -906, 0x05e4}, + {2793, 174, -880, 0x0000} + } +}; + +StandTile tile_373 = { + 0x0ceb00, 0x03, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2793, 174, -880, 0x05e0}, + {2814, 176, -906, 0x05f0}, + {2775, 170, -906, 0x0000} + } +}; + +StandTile tile_374 = { + 0x0cea00, 0x03, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2779, 170, -963, 0x05ec}, + {2819, 174, -967, 0x05dc}, + {2793, 174, -989, 0x0000} + } +}; + +StandTile tile_375 = { + 0x0ce900, 0x03, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2779, 170, -963, 0x05f0}, + {2814, 176, -906, 0x05d4}, + {2819, 174, -967, 0x05e8} + } +}; + +StandTile tile_376 = { + 0x0ce800, 0x03, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2814, 176, -906, 0x05ec}, + {2779, 170, -963, 0x05f4}, + {2775, 170, -906, 0x05e4} + } +}; + +StandTile tile_377 = { + 0x0ce700, 0x03, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2779, 170, -963, 0x0000}, + {2727, 157, -958, 0x05f8}, + {2775, 170, -906, 0x05f0} + } +}; + +StandTile tile_378 = { + 0x0ce600, 0x03, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2727, 157, -958, 0x05fc}, + {2714, 157, -902, 0x0000}, + {2775, 170, -906, 0x05f4} + } +}; + +StandTile tile_379 = { + 0x0ce500, 0x03, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2692, 144, -950, 0x0600}, + {2714, 157, -902, 0x05f8}, + {2727, 157, -958, 0x0000} + } +}; + +StandTile tile_380 = { + 0x0ce400, 0x03, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2692, 144, -950, 0x0604}, + {2679, 144, -906, 0x0000}, + {2714, 157, -902, 0x05fc} + } +}; + +StandTile tile_381 = { + 0x0ce300, 0x03, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2644, 135, -950, 0x0608}, + {2679, 144, -906, 0x0600}, + {2692, 144, -950, 0x0000} + } +}; + +StandTile tile_382 = { + 0x0ce200, 0x03, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2644, 135, -950, 0x0630}, + {2644, 135, -906, 0x0000}, + {2679, 144, -906, 0x0604} + } +}; + +StandTile tile_383 = { + 0x0ce100, 0x03, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {3037, 279, -954, 0x0610}, + {3011, 279, -915, 0x0000}, + {3037, 279, -915, 0x0410} + } +}; + +StandTile tile_384 = { + 0x0ce000, 0x03, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3037, 279, -954, 0x0000}, + {3024, 279, -950, 0x0614}, + {3011, 279, -915, 0x060c} + } +}; + +StandTile tile_385 = { + 0x0cdf00, 0x03, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3024, 279, -950, 0x0618}, + {2981, 279, -915, 0x0000}, + {3011, 279, -915, 0x0610} + } +}; + +StandTile tile_386 = { + 0x0cde00, 0x03, + 0x0, + 0x2, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {3024, 279, -950, 0x0000}, + {2981, 279, -950, 0x0574}, + {2981, 279, -915, 0x0614} + } +}; + +StandTile tile_387 = { + 0x0cd700, 0x02, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2604, 104, -998, 0x0638}, + {2556, 104, -998, 0x0000}, + {2539, 117, -932, 0x0620} + } +}; + +StandTile tile_388 = { + 0x0cd600, 0x02, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2604, 117, -967, 0x0000}, + {2604, 104, -998, 0x061c}, + {2539, 117, -932, 0x0624} + } +}; + +StandTile tile_389 = { + 0x0cd500, 0x02, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2604, 117, -967, 0x0620}, + {2539, 117, -932, 0x0000}, + {2587, 126, -888, 0x0628} + } +}; + +StandTile tile_390 = { + 0x0cd400, 0x02, + 0x0, + 0x1, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2622, 126, -954, 0x0000}, + {2604, 117, -967, 0x0624}, + {2587, 126, -888, 0x062c} + } +}; + +StandTile tile_391 = { + 0x0cd300, 0x02, + 0x0, + 0x1, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2622, 126, -954, 0x0628}, + {2587, 126, -888, 0x0000}, + {2644, 135, -906, 0x0630} + } +}; + +StandTile tile_392 = { + 0x0cd200, 0x02, + 0x0, + 0x1, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2622, 126, -954, 0x062c}, + {2644, 135, -906, 0x0608}, + {2644, 135, -950, 0x0000} + } +}; + +StandTile tile_393 = { + 0x0c8900, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2609, 106, -1024, 0x06f0}, + {2556, 104, -1028, 0x0000}, + {2556, 104, -998, 0x0638} + } +}; + +StandTile tile_394 = { + 0x0c8800, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2604, 104, -998, 0x063c}, + {2609, 106, -1024, 0x0634}, + {2556, 104, -998, 0x061c} + } +}; + +StandTile tile_395 = { + 0x0c8700, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2639, 104, -1015, 0x06f4}, + {2609, 106, -1024, 0x0638}, + {2604, 104, -998, 0x0000} + } +}; + +StandTile tile_396 = { + 0x0c7e00, 0x01, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2587, 104, -1361, 0x0660}, + {2604, 106, -1313, 0x065c}, + {2622, 104, -1361, 0x0018} + } +}; + +StandTile tile_397 = { + 0x0c7d00, 0x01, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2552, 104, -1361, 0x0664}, + {2570, 104, -1313, 0x0660}, + {2587, 104, -1361, 0x0020} + } +}; + +StandTile tile_398 = { + 0x0c7c00, 0x01, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2517, 104, -1361, 0x0668}, + {2535, 106, -1317, 0x0664}, + {2552, 104, -1361, 0x0028} + } +}; + +StandTile tile_399 = { + 0x0c7b00, 0x01, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2482, 104, -1361, 0x0000}, + {2500, 104, -1326, 0x0668}, + {2517, 104, -1361, 0x0030} + } +}; + +StandTile tile_400 = { + 0x0c7900, 0x01, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2622, 104, -1361, 0x065c}, + {2639, 104, -1317, 0x0658}, + {2657, 104, -1361, 0x0010} + } +}; + +StandTile tile_401 = { + 0x0c7800, 0x01, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2657, 104, -1361, 0x0658}, + {2674, 104, -1326, 0x0000}, + {2692, 104, -1361, 0x003c} + } +}; + +StandTile tile_402 = { + 0x0c7500, 0x01, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2674, 104, -1326, 0x0654}, + {2657, 104, -1361, 0x0650}, + {2639, 104, -1317, 0x0688} + } +}; + +StandTile tile_403 = { + 0x0c7400, 0x01, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2604, 106, -1313, 0x0684}, + {2639, 104, -1317, 0x0650}, + {2622, 104, -1361, 0x0640} + } +}; + +StandTile tile_404 = { + 0x0c7300, 0x01, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2604, 106, -1313, 0x0640}, + {2587, 104, -1361, 0x0644}, + {2570, 104, -1313, 0x067c} + } +}; + +StandTile tile_405 = { + 0x0c7200, 0x01, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2570, 104, -1313, 0x0644}, + {2552, 104, -1361, 0x0648}, + {2535, 106, -1317, 0x0674} + } +}; + +StandTile tile_406 = { + 0x0c7100, 0x01, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2535, 106, -1317, 0x0648}, + {2517, 104, -1361, 0x064c}, + {2500, 104, -1326, 0x0670} + } +}; + +StandTile tile_407 = { + 0x0c6c00, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2535, 104, -1278, 0x0670}, + {2500, 104, -1326, 0x0000}, + {2482, 104, -1291, 0x0690} + } +}; + +StandTile tile_408 = { + 0x0c6a00, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2535, 106, -1317, 0x0668}, + {2500, 104, -1326, 0x066c}, + {2535, 104, -1278, 0x0674} + } +}; + +StandTile tile_409 = { + 0x0c6800, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2535, 106, -1317, 0x0670}, + {2535, 104, -1278, 0x0678}, + {2570, 104, -1313, 0x0664} + } +}; + +StandTile tile_410 = { + 0x0c6600, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2570, 104, -1313, 0x0674}, + {2535, 104, -1278, 0x0698}, + {2587, 104, -1273, 0x067c} + } +}; + +StandTile tile_411 = { + 0x0c6400, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2604, 106, -1313, 0x0660}, + {2570, 104, -1313, 0x0678}, + {2587, 104, -1273, 0x0680} + } +}; + +StandTile tile_412 = { + 0x0c6200, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2604, 106, -1313, 0x067c}, + {2587, 104, -1273, 0x06a0}, + {2639, 106, -1278, 0x0684} + } +}; + +StandTile tile_413 = { + 0x0c6000, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2639, 104, -1317, 0x065c}, + {2604, 106, -1313, 0x0680}, + {2639, 106, -1278, 0x0688} + } +}; + +StandTile tile_414 = { + 0x0c5e00, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2639, 104, -1317, 0x0684}, + {2639, 106, -1278, 0x068c}, + {2674, 104, -1326, 0x0658} + } +}; + +StandTile tile_415 = { + 0x0c5c00, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2674, 104, -1326, 0x0688}, + {2639, 106, -1278, 0x06a8}, + {2692, 104, -1291, 0x0000} + } +}; + +StandTile tile_416 = { + 0x0c5900, 0x01, + 0x0, + 0x3, 0x4, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2500, 104, -1238, 0x0694}, + {2535, 104, -1278, 0x066c}, + {2482, 104, -1291, 0x0000} + } +}; + +StandTile tile_417 = { + 0x0c5800, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2535, 106, -1212, 0x0698}, + {2535, 104, -1278, 0x0690}, + {2500, 104, -1238, 0x06b0} + } +}; + +StandTile tile_418 = { + 0x0c5700, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2587, 104, -1273, 0x0678}, + {2535, 104, -1278, 0x0694}, + {2535, 106, -1212, 0x069c} + } +}; + +StandTile tile_419 = { + 0x0c5600, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2587, 104, -1212, 0x06a0}, + {2587, 104, -1273, 0x0698}, + {2535, 106, -1212, 0x06b8} + } +}; + +StandTile tile_420 = { + 0x0c5500, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2639, 106, -1278, 0x0680}, + {2587, 104, -1273, 0x069c}, + {2587, 104, -1212, 0x06a4} + } +}; + +StandTile tile_421 = { + 0x0c5400, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2639, 106, -1278, 0x06a0}, + {2587, 104, -1212, 0x06c0}, + {2639, 104, -1212, 0x06a8} + } +}; + +StandTile tile_422 = { + 0x0c5300, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2692, 104, -1291, 0x068c}, + {2639, 106, -1278, 0x06a4}, + {2639, 104, -1212, 0x06ac} + } +}; + +StandTile tile_423 = { + 0x0c5200, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2692, 104, -1291, 0x06a8}, + {2639, 104, -1212, 0x06c8}, + {2679, 104, -1216, 0x0000} + } +}; + +StandTile tile_424 = { + 0x0c5100, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2486, 104, -1186, 0x06b4}, + {2535, 106, -1212, 0x0694}, + {2500, 104, -1238, 0x0720} + } +}; + +StandTile tile_425 = { + 0x0c5000, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2570, 104, -1151, 0x06b8}, + {2535, 106, -1212, 0x06b0}, + {2486, 104, -1186, 0x06cc} + } +}; + +StandTile tile_426 = { + 0x0c4f00, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2587, 104, -1212, 0x069c}, + {2535, 106, -1212, 0x06b4}, + {2570, 104, -1151, 0x06bc} + } +}; + +StandTile tile_427 = { + 0x0c4e00, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2587, 104, -1212, 0x06b8}, + {2570, 104, -1151, 0x06d8}, + {2604, 106, -1151, 0x06c0} + } +}; + +StandTile tile_428 = { + 0x0c4d00, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2639, 104, -1212, 0x06a4}, + {2587, 104, -1212, 0x06bc}, + {2604, 106, -1151, 0x06c4} + } +}; + +StandTile tile_429 = { + 0x0c4c00, 0x01, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2639, 104, -1212, 0x06c0}, + {2604, 106, -1151, 0x06e4}, + {2657, 104, -1160, 0x06c8} + } +}; + +StandTile tile_430 = { + 0x0c4b00, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2679, 104, -1216, 0x06ac}, + {2639, 104, -1212, 0x06c4}, + {2657, 104, -1160, 0x0710} + } +}; + +StandTile tile_431 = { + 0x0c4a00, 0x01, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2495, 104, -1138, 0x06d0}, + {2570, 104, -1151, 0x06b4}, + {2486, 104, -1186, 0x072c} + } +}; + +StandTile tile_432 = { + 0x0c4900, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2552, 104, -1103, 0x06d4}, + {2570, 104, -1151, 0x06cc}, + {2495, 104, -1138, 0x0738} + } +}; + +StandTile tile_433 = { + 0x0c4800, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2570, 104, -1151, 0x06d0}, + {2552, 104, -1103, 0x0000}, + {2565, 104, -1090, 0x06d8} + } +}; + +StandTile tile_434 = { + 0x0c4700, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2604, 106, -1151, 0x06bc}, + {2570, 104, -1151, 0x06d4}, + {2565, 104, -1090, 0x06dc} + } +}; + +StandTile tile_435 = { + 0x0c4600, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2604, 106, -1151, 0x06d8}, + {2565, 104, -1090, 0x06ec}, + {2604, 104, -1085, 0x06e0} + } +}; + +StandTile tile_436 = { + 0x0c4500, 0x01, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2618, 104, -1103, 0x06e4}, + {2604, 106, -1151, 0x06dc}, + {2604, 104, -1085, 0x06fc} + } +}; + +StandTile tile_437 = { + 0x0c4400, 0x01, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2657, 104, -1160, 0x06c4}, + {2604, 106, -1151, 0x06e0}, + {2618, 104, -1103, 0x06e8} + } +}; + +StandTile tile_438 = { + 0x0c4300, 0x01, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2657, 104, -1160, 0x06e4}, + {2618, 104, -1103, 0x0700}, + {2648, 104, -1116, 0x070c} + } +}; + +StandTile tile_439 = { + 0x0c4200, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2556, 104, -1028, 0x06f0}, + {2604, 104, -1085, 0x06dc}, + {2565, 104, -1090, 0x0000} + } +}; + +StandTile tile_440 = { + 0x0c4100, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2609, 106, -1024, 0x06f4}, + {2604, 104, -1085, 0x06ec}, + {2556, 104, -1028, 0x0634} + } +}; + +StandTile tile_441 = { + 0x0c4000, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2604, 104, -1085, 0x06f0}, + {2609, 106, -1024, 0x063c}, + {2639, 104, -1015, 0x06f8} + } +}; + +StandTile tile_442 = { + 0x0c3f00, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2604, 104, -1085, 0x06f4}, + {2639, 104, -1015, 0x0000}, + {2661, 104, -1055, 0x06fc} + } +}; + +StandTile tile_443 = { + 0x0c3e00, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2618, 104, -1103, 0x06e0}, + {2604, 104, -1085, 0x06f8}, + {2661, 104, -1055, 0x0700} + } +}; + +StandTile tile_444 = { + 0x0c3d00, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2618, 104, -1103, 0x06fc}, + {2661, 104, -1055, 0x0704}, + {2648, 104, -1116, 0x06e8} + } +}; + +StandTile tile_445 = { + 0x0c3c00, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2648, 104, -1116, 0x0700}, + {2661, 104, -1055, 0x0000}, + {2705, 104, -1085, 0x0708} + } +}; + +StandTile tile_446 = { + 0x0c3b00, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2701, 106, -1142, 0x070c}, + {2648, 104, -1116, 0x0704}, + {2705, 104, -1085, 0x071c} + } +}; + +StandTile tile_447 = { + 0x0c3a00, 0x01, + 0x0, + 0x8, 0x7, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2657, 104, -1160, 0x06e8}, + {2648, 104, -1116, 0x0708}, + {2701, 106, -1142, 0x0710} + } +}; + +StandTile tile_448 = { + 0x0c3900, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2657, 104, -1160, 0x070c}, + {2701, 106, -1142, 0x0714}, + {2679, 104, -1216, 0x06c8} + } +}; + +StandTile tile_449 = { + 0x0c3800, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2753, 104, -1173, 0x0000}, + {2679, 104, -1216, 0x0710}, + {2701, 106, -1142, 0x0718} + } +}; + +StandTile tile_450 = { + 0x0c3700, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2753, 104, -1173, 0x0714}, + {2701, 106, -1142, 0x071c}, + {2753, 104, -1112, 0x0000} + } +}; + +StandTile tile_451 = { + 0x0c3600, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2753, 104, -1112, 0x0718}, + {2701, 106, -1142, 0x0708}, + {2705, 104, -1085, 0x0000} + } +}; + +StandTile tile_452 = { + 0x0c3400, 0x01, + 0x0, + 0x3, 0x4, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2469, 104, -1234, 0x0724}, + {2486, 104, -1186, 0x06b0}, + {2500, 104, -1238, 0x0000} + } +}; + +StandTile tile_453 = { + 0x0c3300, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2430, 104, -1208, 0x0728}, + {2486, 104, -1186, 0x0720}, + {2469, 104, -1234, 0x0000} + } +}; + +StandTile tile_454 = { + 0x0c3200, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2425, 106, -1160, 0x072c}, + {2486, 104, -1186, 0x0724}, + {2430, 104, -1208, 0x0744} + } +}; + +StandTile tile_455 = { + 0x0c3100, 0x01, + 0x0, + 0x5, 0x5, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2495, 104, -1138, 0x06cc}, + {2486, 104, -1186, 0x0728}, + {2425, 106, -1160, 0x0730} + } +}; + +StandTile tile_456 = { + 0x0c3000, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2495, 104, -1138, 0x072c}, + {2425, 106, -1160, 0x073c}, + {2416, 104, -1116, 0x0734} + } +}; + +StandTile tile_457 = { + 0x0c2f00, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2491, 104, -1098, 0x0738}, + {2495, 104, -1138, 0x0730}, + {2416, 104, -1116, 0x0000} + } +}; + +StandTile tile_458 = { + 0x0c2e00, 0x01, + 0x0, + 0x3, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2552, 104, -1103, 0x06d0}, + {2495, 104, -1138, 0x0734}, + {2491, 104, -1098, 0x0000} + } +}; + +StandTile tile_459 = { + 0x0c2c00, 0x01, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2416, 104, -1116, 0x0730}, + {2425, 106, -1160, 0x0740}, + {2399, 104, -1146, 0x0000} + } +}; + +StandTile tile_460 = { + 0x0c2b00, 0x01, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2399, 104, -1146, 0x073c}, + {2425, 106, -1160, 0x0744}, + {2403, 104, -1190, 0x0000} + } +}; + +StandTile tile_461 = { + 0x0c2a00, 0x01, + 0x0, + 0x0, 0x1, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2403, 104, -1190, 0x0740}, + {2425, 106, -1160, 0x0728}, + {2430, 104, -1208, 0x0000} + } +}; + +StandTile tile_462 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_pete_all_p_stanZ.c b/assets/obseg/stan/Tbg_pete_all_p_stanZ.c new file mode 100644 index 0000000..34e8d13 --- /dev/null +++ b/assets/obseg/stan/Tbg_pete_all_p_stanZ.c @@ -0,0 +1,16279 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:14 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_pete_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x9a, 0x78, 0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x560c12, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {4115, -24, 8104, 0x0015}, + {3670, -24, 8066, 0x0000}, + {3670, -24, 8210, 0x0051}, + {3670, -24, 8298, 0x001d} + } +}; + +StandTile tile_1 = { + 0x560c11, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4115, -24, 8104, 0x0000}, + {4115, -24, 8066, 0x0000}, + {3670, -24, 8066, 0x0010} + } +}; + +StandTile tile_2 = { + 0x560a12, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4573, -24, 8104, 0x001d}, + {3670, -24, 8298, 0x0025}, + {4573, -24, 8298, 0x0000} + } +}; + +StandTile tile_3 = { + 0x560a11, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4573, -24, 8104, 0x0000}, + {4115, -24, 8104, 0x0010}, + {3670, -24, 8298, 0x0019} + } +}; + +StandTile tile_4 = { + 0x560712, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4573, -31, 8298, 0x0025}, + {3670, -24, 8298, 0x005f}, + {3670, -31, 8298, 0x002d} + } +}; + +StandTile tile_5 = { + 0x560711, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4573, -31, 8298, 0x0000}, + {4573, -24, 8298, 0x0019}, + {3670, -24, 8298, 0x0021} + } +}; + +StandTile tile_6 = { + 0x524d12, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4573, -31, 8574, 0x002d}, + {3670, -31, 8298, 0x0075}, + {3670, -31, 8574, 0x0045} + } +}; + +StandTile tile_7 = { + 0x524d11, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4573, -31, 8574, 0x0000}, + {4573, -31, 8298, 0x0021}, + {3670, -31, 8298, 0x0029} + } +}; + +StandTile tile_8 = { + 0x560d12, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4573, -24, 8574, 0x0035}, + {3670, -24, 8655, 0x0000}, + {4128, -24, 8655, 0x003d} + } +}; + +StandTile tile_9 = { + 0x560d11, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4573, -24, 8574, 0x0041}, + {3670, -24, 8574, 0x006c}, + {3670, -24, 8655, 0x0031} + } +}; + +StandTile tile_10 = { + 0x560b12, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4573, -24, 8574, 0x003d}, + {4128, -24, 8693, 0x0000}, + {4573, -24, 8693, 0x0000} + } +}; + +StandTile tile_11 = { + 0x560b11, 0x37, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {4573, -24, 8574, 0x0031}, + {4128, -24, 8655, 0x0000}, + {4128, -24, 8693, 0x0039} + } +}; + +StandTile tile_12 = { + 0x560612, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4573, -24, 8574, 0x0045}, + {3670, -31, 8574, 0x007d}, + {3670, -24, 8574, 0x0035} + } +}; + +StandTile tile_13 = { + 0x560611, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {4573, -24, 8574, 0x0000}, + {4573, -31, 8574, 0x0029}, + {3670, -31, 8574, 0x0041} + } +}; + +StandTile tile_14 = { + 0x55f712, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3219, -24, 8210, 0x004d}, + {2768, -24, 8135, 0x00ec}, + {2768, -24, 8298, 0x0055} + } +}; + +StandTile tile_15 = { + 0x55f711, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3219, -24, 8210, 0x0000}, + {3219, -24, 8135, 0x0000}, + {2768, -24, 8135, 0x0049} + } +}; + +StandTile tile_16 = { + 0x55f612, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3670, -24, 8210, 0x0055}, + {2768, -24, 8298, 0x005f}, + {3670, -24, 8298, 0x0010} + } +}; + +StandTile tile_17 = { + 0x55f611, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x3, 0x4, + { + {3670, -24, 8210, 0x0000}, + {3394, -24, 8210, 0x0089}, + {3307, -24, 8210, 0x0000}, + {3219, -24, 8210, 0x0049}, + {2768, -24, 8298, 0x0051} + } +}; + +StandTile tile_18 = { + 0x55ea12, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3670, -31, 8298, 0x005f}, + {2768, -24, 8298, 0x00f9}, + {2768, -31, 8298, 0x0075} + } +}; + +StandTile tile_19 = { + 0x55ea11, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3670, -31, 8298, 0x0021}, + {3670, -24, 8298, 0x0051}, + {2768, -24, 8298, 0x005b} + } +}; + +StandTile tile_20 = { + 0x55f812, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3670, -24, 8574, 0x0067}, + {2768, -24, 8768, 0x0000}, + {3225, -24, 8768, 0x0071} + } +}; + +StandTile tile_21 = { + 0x55f811, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {3670, -24, 8574, 0x0081}, + {2768, -24, 8574, 0x0091}, + {2768, -24, 8699, 0x0000}, + {2768, -24, 8768, 0x0063} + } +}; + +StandTile tile_22 = { + 0x55f512, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {3670, -24, 8574, 0x0071}, + {3225, -24, 8806, 0x0000}, + {3670, -24, 8806, 0x0000}, + {3670, -24, 8655, 0x0035} + } +}; + +StandTile tile_23 = { + 0x55f511, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3670, -24, 8574, 0x0063}, + {3225, -24, 8768, 0x0000}, + {3225, -24, 8806, 0x006c} + } +}; + +StandTile tile_24 = { + 0x55f012, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2768, -31, 8298, 0x0079}, + {3670, -31, 8574, 0x0029}, + {3670, -31, 8298, 0x005b} + } +}; + +StandTile tile_25 = { + 0x55f011, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2768, -31, 8298, 0x00d8}, + {2768, -31, 8574, 0x007d}, + {3670, -31, 8574, 0x0075} + } +}; + +StandTile tile_26 = { + 0x55f412, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2768, -31, 8574, 0x0081}, + {3670, -24, 8574, 0x0041}, + {3670, -31, 8574, 0x0079} + } +}; + +StandTile tile_27 = { + 0x55f411, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2768, -31, 8574, 0x009e}, + {2768, -24, 8574, 0x0067}, + {3670, -24, 8574, 0x007d} + } +}; + +StandTile tile_28 = { + 0x49fb12, 0x36, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3313, -24, 8204, 0x0089}, + {3394, -24, 8210, 0x0000}, + {3388, -24, 8204, 0x0000} + } +}; + +StandTile tile_29 = { + 0x49fb11, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3313, -24, 8204, 0x0000}, + {3307, -24, 8210, 0x0055}, + {3394, -24, 8210, 0x0085} + } +}; + +StandTile tile_30 = { + 0x55e012, 0x35, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2617, -24, 8699, 0x0091}, + {2768, -24, 8574, 0x00a2}, + {2454, -24, 8574, 0x009a} + } +}; + +StandTile tile_31 = { + 0x55e011, 0x35, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2617, -24, 8699, 0x0000}, + {2768, -24, 8699, 0x0067}, + {2768, -24, 8574, 0x008d} + } +}; + +StandTile tile_32 = { + 0x55dd12, 0x35, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {2617, -24, 8887, 0x009a}, + {2454, -24, 8574, 0x00a6}, + {2454, -24, 8887, 0x011e}, + {2573, -24, 8887, 0x0000} + } +}; + +StandTile tile_33 = { + 0x55dd11, 0x35, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2617, -24, 8887, 0x0000}, + {2617, -24, 8699, 0x008d}, + {2454, -24, 8574, 0x0095} + } +}; + +StandTile tile_34 = { + 0x55c912, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 8574, 0x00a2}, + {2768, -24, 8574, 0x0081}, + {2768, -31, 8574, 0x00d8} + } +}; + +StandTile tile_35 = { + 0x55c911, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 8574, 0x00a6}, + {2454, -24, 8574, 0x008d}, + {2768, -24, 8574, 0x009e} + } +}; + +StandTile tile_36 = { + 0x49a612, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 8574, 0x00aa}, + {2454, -24, 8887, 0x0095}, + {2454, -24, 8574, 0x00a2} + } +}; + +StandTile tile_37 = { + 0x49a611, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 8574, 0x00e0}, + {2454, -31, 8887, 0x013a}, + {2454, -24, 8887, 0x00a6} + } +}; + +StandTile tile_38 = { + 0x55de12, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2022, -24, 8442, 0x00b2}, + {1984, -24, 8887, 0x0109}, + {2179, -24, 8887, 0x00bb} + } +}; + +StandTile tile_39 = { + 0x55de11, 0x35, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2022, -24, 8442, 0x0000}, + {1984, -24, 8442, 0x0000}, + {1984, -24, 8887, 0x00ae} + } +}; + +StandTile tile_40 = { + 0x55db12, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {2022, -24, 7985, 0x00bb}, + {2179, -24, 8887, 0x00c4}, + {2179, -24, 7985, 0x0342}, + {2060, -24, 7985, 0x0000} + } +}; + +StandTile tile_41 = { + 0x55db11, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2022, -24, 7985, 0x0000}, + {2022, -24, 8442, 0x00ae}, + {2179, -24, 8887, 0x00b6} + } +}; + +StandTile tile_42 = { + 0x55d412, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {2179, -31, 7985, 0x00c4}, + {2179, -24, 8887, 0x0116}, + {2179, -31, 8887, 0x00dc}, + {2179, -31, 8436, 0x00c8} + } +}; + +StandTile tile_43 = { + 0x55d411, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2179, -31, 7985, 0x0335}, + {2179, -24, 7985, 0x00b6}, + {2179, -24, 8887, 0x00bf} + } +}; + +StandTile tile_44 = { + 0x55e212, 0x35, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 8298, 0x00cc}, + {2179, -31, 7985, 0x00bf}, + {2179, -31, 8436, 0x00d0} + } +}; + +StandTile tile_45 = { + 0x55e211, 0x35, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 8298, 0x00fd}, + {2454, -31, 7985, 0x030d}, + {2179, -31, 7985, 0x00c8} + } +}; + +StandTile tile_46 = { + 0x55e113, 0x35, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 8574, 0x00d4}, + {2454, -31, 8298, 0x00c8}, + {2179, -31, 8436, 0x00dc} + } +}; + +StandTile tile_47 = { + 0x55e112, 0x35, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 8574, 0x00d8}, + {2768, -31, 8298, 0x00f5}, + {2454, -31, 8298, 0x00d0} + } +}; + +StandTile tile_48 = { + 0x55e111, 0x35, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 8574, 0x009e}, + {2768, -31, 8574, 0x0079}, + {2768, -31, 8298, 0x00d4} + } +}; + +StandTile tile_49 = { + 0x55d612, 0x35, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2179, -31, 8887, 0x00e0}, + {2454, -31, 8574, 0x00d0}, + {2179, -31, 8436, 0x00bf} + } +}; + +StandTile tile_50 = { + 0x55d611, 0x35, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2179, -31, 8887, 0x0132}, + {2454, -31, 8887, 0x00aa}, + {2454, -31, 8574, 0x00dc} + } +}; + +StandTile tile_51 = { + 0x55df12, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2649, -24, 8066, 0x00e8}, + {2454, -24, 7985, 0x0101}, + {2454, -24, 8298, 0x00f1} + } +}; + +StandTile tile_52 = { + 0x55df11, 0x35, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2649, -24, 8066, 0x0000}, + {2649, -24, 7985, 0x034e}, + {2454, -24, 7985, 0x00e4} + } +}; + +StandTile tile_53 = { + 0x55dc12, 0x35, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {2768, -24, 8066, 0x00f1}, + {2454, -24, 8298, 0x00f9}, + {2768, -24, 8298, 0x0049}, + {2768, -24, 8135, 0x0000} + } +}; + +StandTile tile_54 = { + 0x55dc11, 0x35, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2768, -24, 8066, 0x0000}, + {2649, -24, 8066, 0x00e4}, + {2454, -24, 8298, 0x00ec} + } +}; + +StandTile tile_55 = { + 0x55d812, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2768, -31, 8298, 0x00f9}, + {2454, -24, 8298, 0x0101}, + {2454, -31, 8298, 0x00d4} + } +}; + +StandTile tile_56 = { + 0x55d811, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2768, -31, 8298, 0x005b}, + {2768, -24, 8298, 0x00ec}, + {2454, -24, 8298, 0x00f5} + } +}; + +StandTile tile_57 = { + 0x489312, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 8298, 0x0101}, + {2454, -24, 7985, 0x0325}, + {2454, -31, 7985, 0x00cc} + } +}; + +StandTile tile_58 = { + 0x489311, 0x35, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 8298, 0x00f5}, + {2454, -24, 8298, 0x00e4}, + {2454, -24, 7985, 0x00fd} + } +}; + +StandTile tile_59 = { + 0x55c612, 0x34, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2179, -24, 9790, 0x0109}, + {1984, -24, 8887, 0x0000}, + {1984, -24, 9345, 0x0112} + } +}; + +StandTile tile_60 = { + 0x55c611, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2179, -24, 9790, 0x0116}, + {2179, -24, 8887, 0x00ae}, + {1984, -24, 8887, 0x0105} + } +}; + +StandTile tile_61 = { + 0x55c412, 0x34, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {2179, -24, 9790, 0x0112}, + {1947, -24, 9345, 0x0000}, + {1947, -24, 9790, 0x0000}, + {2016, -24, 9790, 0x0146} + } +}; + +StandTile tile_62 = { + 0x55c411, 0x34, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2179, -24, 9790, 0x0105}, + {1984, -24, 9345, 0x0000}, + {1947, -24, 9345, 0x010d} + } +}; + +StandTile tile_63 = { + 0x55ba12, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2179, -24, 9790, 0x011a}, + {2179, -31, 8887, 0x00bf}, + {2179, -24, 8887, 0x0109} + } +}; + +StandTile tile_64 = { + 0x55ba11, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2179, -24, 9790, 0x015a}, + {2179, -31, 9790, 0x0132}, + {2179, -31, 8887, 0x0116} + } +}; + +StandTile tile_65 = { + 0x55c712, 0x34, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2536, -24, 9332, 0x0122}, + {2573, -24, 8887, 0x0095}, + {2454, -24, 8887, 0x012a} + } +}; + +StandTile tile_66 = { + 0x55c711, 0x34, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2536, -24, 9332, 0x0000}, + {2573, -24, 9332, 0x0000}, + {2573, -24, 8887, 0x011e} + } +}; + +StandTile tile_67 = { + 0x55c512, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2536, -24, 9790, 0x012a}, + {2454, -24, 8887, 0x0136}, + {2454, -24, 9790, 0x0187} + } +}; + +StandTile tile_68 = { + 0x55c511, 0x34, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2536, -24, 9790, 0x0000}, + {2536, -24, 9332, 0x011e}, + {2454, -24, 8887, 0x0126} + } +}; + +StandTile tile_69 = { + 0x55be12, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 8887, 0x0132}, + {2179, -31, 9790, 0x0162}, + {2454, -31, 9790, 0x013a} + } +}; + +StandTile tile_70 = { + 0x55be11, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 8887, 0x00e0}, + {2179, -31, 8887, 0x011a}, + {2179, -31, 9790, 0x012e} + } +}; + +StandTile tile_71 = { + 0x55c312, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 8887, 0x013a}, + {2454, -31, 9790, 0x0194}, + {2454, -24, 9790, 0x0126} + } +}; + +StandTile tile_72 = { + 0x55c311, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 8887, 0x00aa}, + {2454, -31, 8887, 0x012e}, + {2454, -31, 9790, 0x0136} + } +}; + +StandTile tile_73 = { + 0x55ad12, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2016, -24, 9978, 0x0142}, + {1865, -24, 10103, 0x0152}, + {2179, -24, 10103, 0x014a} + } +}; + +StandTile tile_74 = { + 0x55ad11, 0x33, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2016, -24, 9978, 0x0000}, + {1865, -24, 9978, 0x01e4}, + {1865, -24, 10103, 0x013e} + } +}; + +StandTile tile_75 = { + 0x55ab12, 0x33, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2016, -24, 9790, 0x014a}, + {2179, -24, 10103, 0x0156}, + {2179, -24, 9790, 0x010d} + } +}; + +StandTile tile_76 = { + 0x55ab11, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2016, -24, 9790, 0x0000}, + {2016, -24, 9978, 0x013e}, + {2179, -24, 10103, 0x0146} + } +}; + +StandTile tile_77 = { + 0x559912, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2179, -31, 10103, 0x0152}, + {1865, -24, 10103, 0x01cc}, + {1865, -31, 10103, 0x016a} + } +}; + +StandTile tile_78 = { + 0x559911, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2179, -31, 10103, 0x0156}, + {2179, -24, 10103, 0x013e}, + {1865, -24, 10103, 0x014e} + } +}; + +StandTile tile_79 = { + 0x41c212, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2179, -31, 10103, 0x015a}, + {2179, -24, 9790, 0x0146}, + {2179, -24, 10103, 0x0152} + } +}; + +StandTile tile_80 = { + 0x41c211, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2179, -31, 10103, 0x015e}, + {2179, -31, 9790, 0x011a}, + {2179, -24, 9790, 0x0156} + } +}; + +StandTile tile_81 = { + 0x55ae12, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 10379, 0x0162}, + {2179, -31, 9790, 0x015a}, + {2179, -31, 10103, 0x016a} + } +}; + +StandTile tile_82 = { + 0x55ae11, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 10379, 0x0194}, + {2454, -31, 9790, 0x012e}, + {2179, -31, 9790, 0x015e} + } +}; + +StandTile tile_83 = { + 0x559f12, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 10379, 0x016a}, + {1865, -31, 10103, 0x01b4}, + {1865, -31, 10379, 0x0198} + } +}; + +StandTile tile_84 = { + 0x559f11, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 10379, 0x015e}, + {2179, -31, 10103, 0x014e}, + {1865, -31, 10103, 0x0166} + } +}; + +StandTile tile_85 = { + 0x55b112, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 10379, 0x0172}, + {1865, -24, 10573, 0x0000}, + {2323, -24, 10573, 0x017b} + } +}; + +StandTile tile_86 = { + 0x55b111, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {2454, -24, 10379, 0x019c}, + {1865, -24, 10379, 0x01a4}, + {1865, -24, 10498, 0x0000}, + {1865, -24, 10573, 0x016e} + } +}; + +StandTile tile_87 = { + 0x55af12, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 10379, 0x017b}, + {2323, -24, 10661, 0x0000}, + {2611, -24, 10661, 0x0183} + } +}; + +StandTile tile_88 = { + 0x55af11, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 10379, 0x016e}, + {2323, -24, 10573, 0x0000}, + {2323, -24, 10661, 0x0177} + } +}; + +StandTile tile_89 = { + 0x55b012, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 9790, 0x0183}, + {2611, -24, 10661, 0x0000}, + {2611, -24, 10235, 0x018c} + } +}; + +StandTile tile_90 = { + 0x55b011, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 9790, 0x0190}, + {2454, -24, 10379, 0x0177}, + {2611, -24, 10661, 0x017f} + } +}; + +StandTile tile_91 = { + 0x55ac12, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {2454, -24, 9790, 0x018c}, + {2649, -24, 10235, 0x0000}, + {2649, -24, 9790, 0x0000}, + {2536, -24, 9790, 0x0126} + } +}; + +StandTile tile_92 = { + 0x55ac11, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 9790, 0x017f}, + {2611, -24, 10235, 0x0000}, + {2649, -24, 10235, 0x0187} + } +}; + +StandTile tile_93 = { + 0x55a712, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 9790, 0x0194}, + {2454, -31, 10379, 0x0198}, + {2454, -24, 10379, 0x0183} + } +}; + +StandTile tile_94 = { + 0x55a711, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 9790, 0x0136}, + {2454, -31, 9790, 0x0162}, + {2454, -31, 10379, 0x0190} + } +}; + +StandTile tile_95 = { + 0x55a612, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1865, -31, 10379, 0x019c}, + {2454, -24, 10379, 0x0190}, + {2454, -31, 10379, 0x0166} + } +}; + +StandTile tile_96 = { + 0x55a611, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1865, -31, 10379, 0x01dc}, + {1865, -24, 10379, 0x0172}, + {2454, -24, 10379, 0x0198} + } +}; + +StandTile tile_97 = { + 0x559212, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1746, -24, 10498, 0x01a4}, + {1865, -24, 10379, 0x01d8}, + {1552, -24, 10379, 0x01ac} + } +}; + +StandTile tile_98 = { + 0x559211, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1746, -24, 10498, 0x0000}, + {1865, -24, 10498, 0x0172}, + {1865, -24, 10379, 0x01a0} + } +}; + +StandTile tile_99 = { + 0x558f12, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1746, -24, 10692, 0x01ac}, + {1552, -24, 10379, 0x01d4}, + {1552, -24, 10692, 0x024b} + } +}; + +StandTile tile_100 = { + 0x558f11, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1746, -24, 10692, 0x0000}, + {1746, -24, 10498, 0x01a0}, + {1552, -24, 10379, 0x01a8} + } +}; + +StandTile tile_101 = { + 0x559312, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 10379, 0x01b4}, + {1865, -31, 10103, 0x01c8}, + {1276, -31, 10103, 0x01bc} + } +}; + +StandTile tile_102 = { + 0x559311, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 10379, 0x01dc}, + {1865, -31, 10379, 0x0166}, + {1865, -31, 10103, 0x01b0} + } +}; + +StandTile tile_103 = { + 0x558112, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 10379, 0x01bc}, + {1276, -31, 10692, 0x022a}, + {1552, -31, 10692, 0x01d0} + } +}; + +StandTile tile_104 = { + 0x558111, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 10379, 0x01b0}, + {1276, -31, 10103, 0x01c0}, + {1276, -31, 10692, 0x01b8} + } +}; + +StandTile tile_105 = { + 0x558612, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 10103, 0x01c4}, + {1276, -24, 10692, 0x021e}, + {1276, -31, 10692, 0x01bc} + } +}; + +StandTile tile_106 = { + 0x558611, 0x32, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 10103, 0x01c8}, + {1276, -24, 10103, 0x01fd}, + {1276, -24, 10692, 0x01c0} + } +}; + +StandTile tile_107 = { + 0x558312, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1865, -31, 10103, 0x01cc}, + {1276, -24, 10103, 0x01c4}, + {1276, -31, 10103, 0x01b0} + } +}; + +StandTile tile_108 = { + 0x558311, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1865, -31, 10103, 0x014e}, + {1865, -24, 10103, 0x01e4}, + {1276, -24, 10103, 0x01c8} + } +}; + +StandTile tile_109 = { + 0x558812, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 10692, 0x01d4}, + {1552, -24, 10379, 0x01d8}, + {1552, -31, 10379, 0x01b8} + } +}; + +StandTile tile_110 = { + 0x558811, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 10692, 0x0257}, + {1552, -24, 10692, 0x01a8}, + {1552, -24, 10379, 0x01d0} + } +}; + +StandTile tile_111 = { + 0x558712, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1865, -24, 10379, 0x01dc}, + {1552, -31, 10379, 0x01d0}, + {1552, -24, 10379, 0x01a0} + } +}; + +StandTile tile_112 = { + 0x558711, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1865, -24, 10379, 0x019c}, + {1865, -31, 10379, 0x01b4}, + {1552, -31, 10379, 0x01d8} + } +}; + +StandTile tile_113 = { + 0x559412, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1276, -24, 10103, 0x01e4}, + {1865, -24, 9871, 0x0000}, + {1408, -24, 9871, 0x01ed} + } +}; + +StandTile tile_114 = { + 0x559411, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {1276, -24, 10103, 0x01cc}, + {1865, -24, 10103, 0x0142}, + {1865, -24, 9978, 0x0000}, + {1865, -24, 9871, 0x01e0} + } +}; + +StandTile tile_115 = { + 0x559112, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1276, -24, 10103, 0x01ed}, + {1408, -24, 9834, 0x0000}, + {1026, -24, 9834, 0x01f5} + } +}; + +StandTile tile_116 = { + 0x559111, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1276, -24, 10103, 0x01e0}, + {1408, -24, 9871, 0x0000}, + {1408, -24, 9834, 0x01e9} + } +}; + +StandTile tile_117 = { + 0x559512, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1276, -24, 10103, 0x01f5}, + {1026, -24, 10235, 0x0000}, + {1120, -24, 10235, 0x01fd} + } +}; + +StandTile tile_118 = { + 0x559511, 0x32, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1276, -24, 10103, 0x01e9}, + {1026, -24, 9834, 0x0000}, + {1026, -24, 10235, 0x01f1} + } +}; + +StandTile tile_119 = { + 0x559012, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1276, -24, 10692, 0x01fd}, + {1120, -24, 10235, 0x0000}, + {1120, -24, 10692, 0x0205} + } +}; + +StandTile tile_120 = { + 0x559011, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1276, -24, 10692, 0x01c4}, + {1276, -24, 10103, 0x01f1}, + {1120, -24, 10235, 0x01f9} + } +}; + +StandTile tile_121 = { + 0x557012, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1276, -24, 11005, 0x0205}, + {1113, -24, 10692, 0x0000}, + {1113, -24, 10880, 0x020e} + } +}; + +StandTile tile_122 = { + 0x557011, 0x31, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {1276, -24, 11005, 0x021a}, + {1276, -24, 10692, 0x01f9}, + {1120, -24, 10692, 0x0000}, + {1113, -24, 10692, 0x0201} + } +}; + +StandTile tile_123 = { + 0x556e12, 0x31, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 11005, 0x020e}, + {1113, -24, 10880, 0x0000}, + {963, -24, 10880, 0x02b7} + } +}; + +StandTile tile_124 = { + 0x556e11, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 11005, 0x0216}, + {1276, -24, 11005, 0x0201}, + {1113, -24, 10880, 0x020a} + } +}; + +StandTile tile_125 = { + 0x555a12, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 11005, 0x0216}, + {963, -24, 11005, 0x0287}, + {963, -31, 11005, 0x0226} + } +}; + +StandTile tile_126 = { + 0x555a11, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 11005, 0x021a}, + {1276, -24, 11005, 0x020e}, + {963, -24, 11005, 0x0212} + } +}; + +StandTile tile_127 = { + 0x450612, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 11005, 0x021e}, + {1276, -24, 10692, 0x0205}, + {1276, -24, 11005, 0x0216} + } +}; + +StandTile tile_128 = { + 0x450611, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 11005, 0x022a}, + {1276, -31, 10692, 0x01c0}, + {1276, -24, 10692, 0x021a} + } +}; + +StandTile tile_129 = { + 0x557412, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 11005, 0x0226}, + {963, -31, 11281, 0x025b}, + {1552, -31, 11281, 0x022e} + } +}; + +StandTile tile_130 = { + 0x557411, 0x31, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 11005, 0x0212}, + {963, -31, 11005, 0x026b}, + {963, -31, 11281, 0x0222} + } +}; + +StandTile tile_131 = { + 0x555f12, 0x31, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 11005, 0x022e}, + {1552, -31, 10692, 0x01b8}, + {1276, -31, 10692, 0x021e} + } +}; + +StandTile tile_132 = { + 0x555f11, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 11005, 0x0222}, + {1552, -31, 11281, 0x0257}, + {1552, -31, 10692, 0x022a} + } +}; + +StandTile tile_133 = { + 0x557112, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 11281, 0x0236}, + {963, -24, 11475, 0x0000}, + {1420, -24, 11475, 0x023f} + } +}; + +StandTile tile_134 = { + 0x557111, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {1552, -24, 11281, 0x025f}, + {963, -24, 11281, 0x02ab}, + {963, -24, 11438, 0x0000}, + {963, -24, 11475, 0x0232} + } +}; + +StandTile tile_135 = { + 0x557312, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 11281, 0x023f}, + {1420, -24, 11563, 0x0000}, + {1709, -24, 11563, 0x0247} + } +}; + +StandTile tile_136 = { + 0x557311, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 11281, 0x0232}, + {1420, -24, 11475, 0x0000}, + {1420, -24, 11563, 0x023b} + } +}; + +StandTile tile_137 = { + 0x557212, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 10692, 0x0247}, + {1709, -24, 11563, 0x0000}, + {1709, -24, 11137, 0x024f} + } +}; + +StandTile tile_138 = { + 0x557211, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 10692, 0x0253}, + {1552, -24, 11281, 0x023b}, + {1709, -24, 11563, 0x0243} + } +}; + +StandTile tile_139 = { + 0x556f12, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 10692, 0x024f}, + {1746, -24, 11137, 0x0000}, + {1746, -24, 10692, 0x01a8} + } +}; + +StandTile tile_140 = { + 0x556f11, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 10692, 0x0243}, + {1709, -24, 11137, 0x0000}, + {1746, -24, 11137, 0x024b} + } +}; + +StandTile tile_141 = { + 0x556912, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 10692, 0x0257}, + {1552, -31, 11281, 0x025b}, + {1552, -24, 11281, 0x0247} + } +}; + +StandTile tile_142 = { + 0x556911, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 10692, 0x01d4}, + {1552, -31, 10692, 0x022e}, + {1552, -31, 11281, 0x0253} + } +}; + +StandTile tile_143 = { + 0x556812, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 11281, 0x025f}, + {1552, -24, 11281, 0x0253}, + {1552, -31, 11281, 0x0222} + } +}; + +StandTile tile_144 = { + 0x556811, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 11281, 0x0273}, + {963, -24, 11281, 0x0236}, + {1552, -24, 11281, 0x025b} + } +}; + +StandTile tile_145 = { + 0x555812, 0x30, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 11005, 0x0267}, + {374, -31, 10692, 0x027b}, + {374, -31, 11281, 0x026f} + } +}; + +StandTile tile_146 = { + 0x555811, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 11005, 0x028f}, + {650, -31, 10692, 0x02f1}, + {374, -31, 10692, 0x0263} + } +}; + +StandTile tile_147 = { + 0x554412, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 11005, 0x026f}, + {963, -31, 11281, 0x0226}, + {963, -31, 11005, 0x0283} + } +}; + +StandTile tile_148 = { + 0x554411, 0x30, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 11005, 0x0263}, + {374, -31, 11281, 0x0273}, + {963, -31, 11281, 0x026b} + } +}; + +StandTile tile_149 = { + 0x554912, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 11281, 0x0277}, + {963, -24, 11281, 0x025f}, + {963, -31, 11281, 0x026f} + } +}; + +StandTile tile_150 = { + 0x554911, 0x30, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 11281, 0x027b}, + {374, -24, 11281, 0x02af}, + {963, -24, 11281, 0x0273} + } +}; + +StandTile tile_151 = { + 0x554612, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 10692, 0x027f}, + {374, -24, 11281, 0x0277}, + {374, -31, 11281, 0x0263} + } +}; + +StandTile tile_152 = { + 0x554611, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 10692, 0x02f9}, + {374, -24, 10692, 0x0297}, + {374, -24, 11281, 0x027b} + } +}; + +StandTile tile_153 = { + 0x554b12, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 11005, 0x0287}, + {650, -24, 11005, 0x028b}, + {650, -31, 11005, 0x026b} + } +}; + +StandTile tile_154 = { + 0x554b11, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 11005, 0x0212}, + {963, -24, 11005, 0x02b7}, + {650, -24, 11005, 0x0283} + } +}; + +StandTile tile_155 = { + 0x554a12, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {650, -24, 10692, 0x028f}, + {650, -31, 11005, 0x0283}, + {650, -24, 11005, 0x02c1} + } +}; + +StandTile tile_156 = { + 0x554a11, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {650, -24, 10692, 0x02dc}, + {650, -31, 10692, 0x0267}, + {650, -31, 11005, 0x028b} + } +}; + +StandTile tile_157 = { + 0x555712, 0x30, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 11281, 0x0297}, + {142, -24, 10692, 0x0000}, + {142, -24, 11150, 0x029f} + } +}; + +StandTile tile_158 = { + 0x555711, 0x30, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 11281, 0x027f}, + {374, -24, 10692, 0x02e0}, + {142, -24, 10692, 0x0293} + } +}; + +StandTile tile_159 = { + 0x555512, 0x30, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 11281, 0x029f}, + {104, -24, 11150, 0x0000}, + {104, -24, 11532, 0x02a7} + } +}; + +StandTile tile_160 = { + 0x555511, 0x30, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 11281, 0x0293}, + {142, -24, 11150, 0x0000}, + {104, -24, 11150, 0x029b} + } +}; + +StandTile tile_161 = { + 0x555612, 0x30, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 11281, 0x02a7}, + {505, -24, 11532, 0x0000}, + {505, -24, 11438, 0x02af} + } +}; + +StandTile tile_162 = { + 0x555611, 0x30, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 11281, 0x029b}, + {104, -24, 11532, 0x0000}, + {505, -24, 11532, 0x02a3} + } +}; + +StandTile tile_163 = { + 0x555312, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 11281, 0x02af}, + {505, -24, 11438, 0x0000}, + {963, -24, 11438, 0x0236} + } +}; + +StandTile tile_164 = { + 0x555311, 0x30, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 11281, 0x0277}, + {374, -24, 11281, 0x02a3}, + {505, -24, 11438, 0x02ab} + } +}; + +StandTile tile_165 = { + 0x555412, 0x30, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {650, -24, 11005, 0x02b7}, + {963, -24, 10811, 0x0000}, + {769, -24, 10811, 0x02c1} + } +}; + +StandTile tile_166 = { + 0x555411, 0x30, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {650, -24, 11005, 0x0287}, + {963, -24, 11005, 0x020a}, + {963, -24, 10880, 0x0000}, + {963, -24, 10811, 0x02b3} + } +}; + +StandTile tile_167 = { + 0x555212, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {650, -24, 10692, 0x02c1}, + {769, -24, 10811, 0x0000}, + {769, -24, 10692, 0x0000}, + {737, -24, 10692, 0x02ce} + } +}; + +StandTile tile_168 = { + 0x555211, 0x30, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {650, -24, 10692, 0x028b}, + {650, -24, 11005, 0x02b3}, + {769, -24, 10811, 0x02bc} + } +}; + +StandTile tile_169 = { + 0x553712, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {737, -24, 10241, 0x02ca}, + {812, -24, 9790, 0x0000}, + {806, -24, 9790, 0x054b}, + {650, -24, 9790, 0x02d2} + } +}; + +StandTile tile_170 = { + 0x553711, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {737, -24, 10241, 0x0000}, + {812, -24, 10241, 0x0000}, + {812, -24, 9790, 0x02c5} + } +}; + +StandTile tile_171 = { + 0x553412, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {737, -24, 10692, 0x02d2}, + {650, -24, 9790, 0x02dc}, + {650, -24, 10692, 0x02bc} + } +}; + +StandTile tile_172 = { + 0x553411, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x3, 0x4, + { + {737, -24, 10692, 0x0000}, + {737, -24, 10416, 0x0305}, + {737, -24, 10329, 0x0000}, + {737, -24, 10241, 0x02c5}, + {650, -24, 9790, 0x02ce} + } +}; + +StandTile tile_173 = { + 0x552912, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 10692, 0x02dc}, + {650, -24, 9790, 0x055e}, + {650, -31, 9790, 0x02f1} + } +}; + +StandTile tile_174 = { + 0x552911, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 10692, 0x028f}, + {650, -24, 10692, 0x02ce}, + {650, -24, 9790, 0x02d8} + } +}; + +StandTile tile_175 = { + 0x553612, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {180, -24, 10247, 0x02e4}, + {142, -24, 10692, 0x0297}, + {374, -24, 10692, 0x02ed} + } +}; + +StandTile tile_176 = { + 0x553611, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {180, -24, 10247, 0x0000}, + {142, -24, 10247, 0x0000}, + {142, -24, 10692, 0x02e0} + } +}; + +StandTile tile_177 = { + 0x553512, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {180, -24, 9790, 0x02ed}, + {374, -24, 10692, 0x02fd}, + {374, -24, 9790, 0x0586}, + {198, -24, 9790, 0x0000} + } +}; + +StandTile tile_178 = { + 0x553511, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {180, -24, 9790, 0x0000}, + {180, -24, 10247, 0x02e0}, + {374, -24, 10692, 0x02e8} + } +}; + +StandTile tile_179 = { + 0x552f12, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 9790, 0x02f5}, + {374, -31, 10692, 0x0267}, + {650, -31, 10692, 0x02d8} + } +}; + +StandTile tile_180 = { + 0x552f11, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 9790, 0x056e}, + {374, -31, 9790, 0x02f9}, + {374, -31, 10692, 0x02f1} + } +}; + +StandTile tile_181 = { + 0x553312, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 9790, 0x02fd}, + {374, -24, 10692, 0x027f}, + {374, -31, 10692, 0x02f5} + } +}; + +StandTile tile_182 = { + 0x553311, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 9790, 0x0596}, + {374, -24, 9790, 0x02e8}, + {374, -24, 10692, 0x02f9} + } +}; + +StandTile tile_183 = { + 0x3ed112, 0x2f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {744, -24, 10335, 0x0305}, + {737, -24, 10416, 0x0000}, + {744, -24, 10410, 0x0000} + } +}; + +StandTile tile_184 = { + 0x3ed111, 0x2f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {744, -24, 10335, 0x0000}, + {737, -24, 10329, 0x02d2}, + {737, -24, 10416, 0x0301} + } +}; + +StandTile tile_185 = { + 0x551e12, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2179, -31, 7671, 0x030d}, + {2454, -31, 7985, 0x0321}, + {2454, -31, 7396, 0x0315} + } +}; + +StandTile tile_186 = { + 0x551e11, 0x2e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2179, -31, 7671, 0x0335}, + {2179, -31, 7985, 0x00cc}, + {2454, -31, 7985, 0x0309} + } +}; + +StandTile tile_187 = { + 0x550d12, 0x2e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2179, -31, 7671, 0x0315}, + {1865, -31, 7396, 0x0390}, + {1865, -31, 7671, 0x0329} + } +}; + +StandTile tile_188 = { + 0x550d11, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2179, -31, 7671, 0x0309}, + {2454, -31, 7396, 0x0319}, + {1865, -31, 7396, 0x0311} + } +}; + +StandTile tile_189 = { + 0x551212, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 7396, 0x031d}, + {1865, -24, 7396, 0x03c9}, + {1865, -31, 7396, 0x0315} + } +}; + +StandTile tile_190 = { + 0x551211, 0x2e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 7396, 0x0321}, + {2454, -24, 7396, 0x0367}, + {1865, -24, 7396, 0x0319} + } +}; + +StandTile tile_191 = { + 0x550f12, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 7985, 0x0325}, + {2454, -24, 7396, 0x031d}, + {2454, -31, 7396, 0x0309} + } +}; + +StandTile tile_192 = { + 0x550f11, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2454, -31, 7985, 0x00fd}, + {2454, -24, 7985, 0x034e}, + {2454, -24, 7396, 0x0321} + } +}; + +StandTile tile_193 = { + 0x551412, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1865, -31, 7671, 0x032d}, + {2179, -24, 7671, 0x0331}, + {2179, -31, 7671, 0x0311} + } +}; + +StandTile tile_194 = { + 0x551411, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1865, -31, 7671, 0x037c}, + {1865, -24, 7671, 0x033d}, + {2179, -24, 7671, 0x0329} + } +}; + +StandTile tile_195 = { + 0x551312, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2179, -24, 7985, 0x0335}, + {2179, -31, 7671, 0x0329}, + {2179, -24, 7671, 0x0346} + } +}; + +StandTile tile_196 = { + 0x551311, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2179, -24, 7985, 0x00c4}, + {2179, -31, 7985, 0x030d}, + {2179, -31, 7671, 0x0331} + } +}; + +StandTile tile_197 = { + 0x551f12, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2179, -24, 7671, 0x033d}, + {1865, -24, 7866, 0x0000}, + {2060, -24, 7866, 0x0346} + } +}; + +StandTile tile_198 = { + 0x551f11, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {2179, -24, 7671, 0x032d}, + {1865, -24, 7671, 0x036f}, + {1865, -24, 7797, 0x0000}, + {1865, -24, 7866, 0x0339} + } +}; + +StandTile tile_199 = { + 0x551b12, 0x2e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2179, -24, 7985, 0x0346}, + {2060, -24, 7866, 0x0000}, + {2060, -24, 7985, 0x00b6} + } +}; + +StandTile tile_200 = { + 0x551b11, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2179, -24, 7985, 0x0331}, + {2179, -24, 7671, 0x0339}, + {2060, -24, 7866, 0x0342} + } +}; + +StandTile tile_201 = { + 0x552112, 0x2e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 7396, 0x034e}, + {2686, -24, 7985, 0x0000}, + {2686, -24, 7527, 0x0357} + } +}; + +StandTile tile_202 = { + 0x552111, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {2454, -24, 7396, 0x0325}, + {2454, -24, 7985, 0x00e8}, + {2649, -24, 7985, 0x0000}, + {2686, -24, 7985, 0x034a} + } +}; + +StandTile tile_203 = { + 0x551d12, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 7396, 0x0357}, + {2724, -24, 7527, 0x0000}, + {2724, -24, 7145, 0x035f} + } +}; + +StandTile tile_204 = { + 0x551d11, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 7396, 0x034a}, + {2686, -24, 7527, 0x0000}, + {2724, -24, 7527, 0x0353} + } +}; + +StandTile tile_205 = { + 0x552012, 0x2e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 7396, 0x035f}, + {2323, -24, 7145, 0x0000}, + {2323, -24, 7239, 0x0367} + } +}; + +StandTile tile_206 = { + 0x552011, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2454, -24, 7396, 0x0353}, + {2724, -24, 7145, 0x0000}, + {2323, -24, 7145, 0x035b} + } +}; + +StandTile tile_207 = { + 0x551c12, 0x2e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1865, -24, 7396, 0x0367}, + {2323, -24, 7239, 0x0000}, + {1865, -24, 7239, 0x03b4} + } +}; + +StandTile tile_208 = { + 0x551c11, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1865, -24, 7396, 0x031d}, + {2454, -24, 7396, 0x035b}, + {2323, -24, 7239, 0x0363} + } +}; + +StandTile tile_209 = { + 0x54fd12, 0x2d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1715, -24, 7797, 0x036f}, + {1865, -24, 7671, 0x0380}, + {1552, -24, 7671, 0x0378} + } +}; + +StandTile tile_210 = { + 0x54fd11, 0x2d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1715, -24, 7797, 0x0000}, + {1865, -24, 7797, 0x033d}, + {1865, -24, 7671, 0x036b} + } +}; + +StandTile tile_211 = { + 0x54fa12, 0x2d, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {1715, -24, 7985, 0x0378}, + {1552, -24, 7671, 0x0384}, + {1552, -24, 7985, 0x0428}, + {1709, -24, 7985, 0x0000} + } +}; + +StandTile tile_212 = { + 0x54fa11, 0x2d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1715, -24, 7985, 0x0000}, + {1715, -24, 7797, 0x036b}, + {1552, -24, 7671, 0x0373} + } +}; + +StandTile tile_213 = { + 0x54e912, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 7671, 0x0380}, + {1865, -24, 7671, 0x032d}, + {1865, -31, 7671, 0x0390} + } +}; + +StandTile tile_214 = { + 0x54e911, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 7671, 0x0384}, + {1552, -24, 7671, 0x036b}, + {1865, -24, 7671, 0x037c} + } +}; + +StandTile tile_215 = { + 0x399e12, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 7671, 0x0388}, + {1552, -24, 7985, 0x0373}, + {1552, -24, 7671, 0x0380} + } +}; + +StandTile tile_216 = { + 0x399e11, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 7671, 0x0394}, + {1552, -31, 7985, 0x03ee}, + {1552, -24, 7985, 0x0384} + } +}; + +StandTile tile_217 = { + 0x550012, 0x2d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 7671, 0x0390}, + {1865, -31, 7396, 0x03c5}, + {1276, -31, 7396, 0x0398} + } +}; + +StandTile tile_218 = { + 0x550011, 0x2d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 7671, 0x037c}, + {1865, -31, 7671, 0x0311}, + {1865, -31, 7396, 0x038c} + } +}; + +StandTile tile_219 = { + 0x54ee12, 0x2d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 7671, 0x0398}, + {1276, -31, 7985, 0x03e6}, + {1552, -31, 7985, 0x0388} + } +}; + +StandTile tile_220 = { + 0x54ee11, 0x2d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 7671, 0x038c}, + {1276, -31, 7396, 0x03c1}, + {1276, -31, 7985, 0x0394} + } +}; + +StandTile tile_221 = { + 0x54fe12, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1120, -24, 7540, 0x03a0}, + {1082, -24, 7985, 0x03d6}, + {1276, -24, 7985, 0x03a8} + } +}; + +StandTile tile_222 = { + 0x54fe11, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1120, -24, 7540, 0x0000}, + {1082, -24, 7540, 0x0000}, + {1082, -24, 7985, 0x039c} + } +}; + +StandTile tile_223 = { + 0x54fc12, 0x2d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1120, -24, 7114, 0x03a8}, + {1276, -24, 7985, 0x03bd}, + {1276, -24, 7396, 0x03ac} + } +}; + +StandTile tile_224 = { + 0x54fc11, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1120, -24, 7114, 0x0000}, + {1120, -24, 7540, 0x039c}, + {1276, -24, 7985, 0x03a4} + } +}; + +StandTile tile_225 = { + 0x54ff12, 0x2d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1408, -24, 7201, 0x03b0}, + {1120, -24, 7114, 0x03a4}, + {1276, -24, 7396, 0x03b9} + } +}; + +StandTile tile_226 = { + 0x54ff11, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1408, -24, 7201, 0x0000}, + {1408, -24, 7114, 0x0000}, + {1120, -24, 7114, 0x03ac} + } +}; + +StandTile tile_227 = { + 0x54fb12, 0x2d, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {1865, -24, 7201, 0x03b9}, + {1276, -24, 7396, 0x03c9}, + {1865, -24, 7396, 0x0363}, + {1865, -24, 7239, 0x0000} + } +}; + +StandTile tile_228 = { + 0x54fb11, 0x2d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1865, -24, 7201, 0x0000}, + {1408, -24, 7201, 0x03ac}, + {1276, -24, 7396, 0x03b4} + } +}; + +StandTile tile_229 = { + 0x54f812, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -24, 7985, 0x03c1}, + {1276, -31, 7396, 0x03c5}, + {1276, -24, 7396, 0x03a4} + } +}; + +StandTile tile_230 = { + 0x54f811, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -24, 7985, 0x0402}, + {1276, -31, 7985, 0x0398}, + {1276, -31, 7396, 0x03bd} + } +}; + +StandTile tile_231 = { + 0x54f712, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1865, -31, 7396, 0x03c9}, + {1276, -24, 7396, 0x03bd}, + {1276, -31, 7396, 0x038c} + } +}; + +StandTile tile_232 = { + 0x54f711, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1865, -31, 7396, 0x0319}, + {1865, -24, 7396, 0x03b4}, + {1276, -24, 7396, 0x03c5} + } +}; + +StandTile tile_233 = { + 0x54df12, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1082, -24, 8179, 0x03d1}, + {963, -24, 8298, 0x0406}, + {1276, -24, 8298, 0x03da} + } +}; + +StandTile tile_234 = { + 0x54df11, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {1082, -24, 8179, 0x0000}, + {963, -24, 8179, 0x04ff}, + {963, -24, 8286, 0x04c3}, + {963, -24, 8298, 0x03cd} + } +}; + +StandTile tile_235 = { + 0x54dd12, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1082, -24, 7985, 0x03da}, + {1276, -24, 8298, 0x0402}, + {1276, -24, 7985, 0x039c} + } +}; + +StandTile tile_236 = { + 0x54dd11, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1082, -24, 7985, 0x0000}, + {1082, -24, 8179, 0x03cd}, + {1276, -24, 8298, 0x03d6} + } +}; + +StandTile tile_237 = { + 0x54e312, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 8298, 0x03e2}, + {963, -31, 8574, 0x03f6}, + {1552, -31, 8574, 0x03ea} + } +}; + +StandTile tile_238 = { + 0x54e311, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 8298, 0x040a}, + {963, -31, 8298, 0x04b4}, + {963, -31, 8574, 0x03de} + } +}; + +StandTile tile_239 = { + 0x54cf12, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 8298, 0x03ea}, + {1552, -31, 7985, 0x0394}, + {1276, -31, 7985, 0x03fe} + } +}; + +StandTile tile_240 = { + 0x54cf11, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 8298, 0x03de}, + {1552, -31, 8574, 0x03ee}, + {1552, -31, 7985, 0x03e6} + } +}; + +StandTile tile_241 = { + 0x54d412, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 8574, 0x03f2}, + {1552, -24, 7985, 0x0388}, + {1552, -31, 7985, 0x03ea} + } +}; + +StandTile tile_242 = { + 0x54d411, 0x2c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 8574, 0x03f6}, + {1552, -24, 8574, 0x042c}, + {1552, -24, 7985, 0x03ee} + } +}; + +StandTile tile_243 = { + 0x54d112, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 8574, 0x03fa}, + {1552, -24, 8574, 0x03f2}, + {1552, -31, 8574, 0x03de} + } +}; + +StandTile tile_244 = { + 0x54d111, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 8574, 0x0451}, + {963, -24, 8574, 0x0412}, + {1552, -24, 8574, 0x03f6} + } +}; + +StandTile tile_245 = { + 0x54d612, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 7985, 0x0402}, + {1276, -24, 8298, 0x0406}, + {1276, -31, 8298, 0x03e6} + } +}; + +StandTile tile_246 = { + 0x54d611, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 7985, 0x03c1}, + {1276, -24, 7985, 0x03d6}, + {1276, -24, 8298, 0x03fe} + } +}; + +StandTile tile_247 = { + 0x54d512, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 8298, 0x040a}, + {1276, -31, 8298, 0x03fe}, + {1276, -24, 8298, 0x03cd} + } +}; + +StandTile tile_248 = { + 0x54d511, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 8298, 0x0509}, + {963, -31, 8298, 0x03e2}, + {1276, -31, 8298, 0x0406} + } +}; + +StandTile tile_249 = { + 0x54e112, 0x2c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 8574, 0x0412}, + {963, -24, 8806, 0x0000}, + {1420, -24, 8806, 0x041c} + } +}; + +StandTile tile_250 = { + 0x54e111, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {1552, -24, 8574, 0x03fa}, + {963, -24, 8574, 0x045d}, + {963, -24, 8586, 0x043d}, + {963, -24, 8699, 0x0000}, + {963, -24, 8806, 0x040e} + } +}; + +StandTile tile_251 = { + 0x54e012, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 8574, 0x041c}, + {1420, -24, 8843, 0x0000}, + {1803, -24, 8843, 0x0424} + } +}; + +StandTile tile_252 = { + 0x54e011, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 8574, 0x040e}, + {1420, -24, 8806, 0x0000}, + {1420, -24, 8843, 0x0418} + } +}; + +StandTile tile_253 = { + 0x54e212, 0x2c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 8574, 0x0424}, + {1803, -24, 8442, 0x0000}, + {1709, -24, 8442, 0x042c} + } +}; + +StandTile tile_254 = { + 0x54e211, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 8574, 0x0418}, + {1803, -24, 8843, 0x0000}, + {1803, -24, 8442, 0x0420} + } +}; + +StandTile tile_255 = { + 0x54de12, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 7985, 0x042c}, + {1709, -24, 8442, 0x0000}, + {1709, -24, 7985, 0x0373} + } +}; + +StandTile tile_256 = { + 0x54de11, 0x2c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 7985, 0x03f2}, + {1552, -24, 8574, 0x0420}, + {1709, -24, 8442, 0x0428} + } +}; + +StandTile tile_257 = { + 0x511512, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {662, -24, 8887, 0x0434}, + {812, -24, 8699, 0x0438}, + {662, -24, 8586, 0x0469} + } +}; + +StandTile tile_258 = { + 0x511511, 0x2b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {662, -24, 8887, 0x054f}, + {812, -24, 8887, 0x0000}, + {812, -24, 8699, 0x0430} + } +}; + +StandTile tile_259 = { + 0x511412, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {812, -24, 8699, 0x043d}, + {963, -24, 8586, 0x045d}, + {806, -24, 8586, 0x0461}, + {662, -24, 8586, 0x0430} + } +}; + +StandTile tile_260 = { + 0x511411, 0x2b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {812, -24, 8699, 0x0000}, + {963, -24, 8699, 0x0412}, + {963, -24, 8586, 0x0438} + } +}; + +StandTile tile_261 = { + 0x3ce212, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 8574, 0x0445}, + {650, -24, 8887, 0x046d}, + {650, -24, 8574, 0x044d} + } +}; + +StandTile tile_262 = { + 0x3ce211, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 8574, 0x04aa}, + {650, -31, 8887, 0x0559}, + {650, -24, 8887, 0x0441} + } +}; + +StandTile tile_263 = { + 0x3ce112, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {806, -31, 8574, 0x044d}, + {650, -24, 8574, 0x0465}, + {806, -24, 8574, 0x0455} + } +}; + +StandTile tile_264 = { + 0x3ce111, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {806, -31, 8574, 0x04ba}, + {650, -31, 8574, 0x0441}, + {650, -24, 8574, 0x0449} + } +}; + +StandTile tile_265 = { + 0x3ce012, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 8574, 0x0455}, + {806, -24, 8574, 0x0459}, + {963, -24, 8574, 0x03fa} + } +}; + +StandTile tile_266 = { + 0x3ce011, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 8574, 0x04ba}, + {806, -31, 8574, 0x0449}, + {806, -24, 8574, 0x0451} + } +}; + +StandTile tile_267 = { + 0x3cdf12, 0x2b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {806, -24, 8586, 0x045d}, + {963, -24, 8574, 0x0451}, + {806, -24, 8574, 0x0465} + } +}; + +StandTile tile_268 = { + 0x3cdf11, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {806, -24, 8586, 0x0438}, + {963, -24, 8586, 0x0412}, + {963, -24, 8574, 0x0459} + } +}; + +StandTile tile_269 = { + 0x3cde12, 0x2b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {806, -24, 8586, 0x0465}, + {650, -24, 8574, 0x046d}, + {662, -24, 8586, 0x0438} + } +}; + +StandTile tile_270 = { + 0x3cde11, 0x2b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {806, -24, 8586, 0x0459}, + {806, -24, 8574, 0x0449}, + {650, -24, 8574, 0x0461} + } +}; + +StandTile tile_271 = { + 0x3cdd12, 0x2b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {662, -24, 8586, 0x046d}, + {650, -24, 8887, 0x054f}, + {662, -24, 8887, 0x0430} + } +}; + +StandTile tile_272 = { + 0x3cdd11, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {662, -24, 8586, 0x0461}, + {650, -24, 8574, 0x0441}, + {650, -24, 8887, 0x0469} + } +}; + +StandTile tile_273 = { + 0x510d14, 0x2b, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {361, -24, 8436, 0x0476}, + {211, -24, 8887, 0x052e}, + {361, -24, 8887, 0x048e}, + {361, -24, 8662, 0x0496} + } +}; + +StandTile tile_274 = { + 0x510d13, 0x2b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {361, -24, 8436, 0x047a}, + {180, -24, 8718, 0x0482}, + {211, -24, 8887, 0x0471} + } +}; + +StandTile tile_275 = { + 0x510d12, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {361, -24, 8436, 0x047e}, + {180, -24, 8568, 0x0000}, + {180, -24, 8718, 0x0476} + } +}; + +StandTile tile_276 = { + 0x510d11, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {361, -24, 8436, 0x04df}, + {217, -24, 8442, 0x0486}, + {180, -24, 8568, 0x047a} + } +}; + +StandTile tile_277 = { + 0x3c8010, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {211, -24, 8887, 0x0476}, + {180, -24, 8718, 0x0000}, + {180, -24, 8887, 0x0000} + } +}; + +StandTile tile_278 = { + 0x3c7e10, 0x2b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {180, -24, 8442, 0x0000}, + {180, -24, 8568, 0x047e}, + {217, -24, 8442, 0x0000} + } +}; + +StandTile tile_279 = { + 0x3c7a12, 0x2b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {361, -24, 8662, 0x048e}, + {374, -24, 8887, 0x049a}, + {374, -24, 8662, 0x0496} + } +}; + +StandTile tile_280 = { + 0x3c7a11, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {361, -24, 8662, 0x0471}, + {361, -24, 8887, 0x052e}, + {374, -24, 8887, 0x048a} + } +}; + +StandTile tile_281 = { + 0x3c7912, 0x2b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {361, -24, 8436, 0x0496}, + {374, -24, 8662, 0x04a2}, + {374, -24, 8436, 0x04d7} + } +}; + +StandTile tile_282 = { + 0x3c7911, 0x2b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {361, -24, 8436, 0x0471}, + {361, -24, 8662, 0x048a}, + {374, -24, 8662, 0x0492} + } +}; + +StandTile tile_283 = { + 0x3c7512, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 8887, 0x049e}, + {374, -31, 8662, 0x04a6}, + {374, -24, 8662, 0x048a} + } +}; + +StandTile tile_284 = { + 0x3c7511, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 8887, 0x0543}, + {374, -31, 8887, 0x04ae}, + {374, -31, 8662, 0x049a} + } +}; + +StandTile tile_285 = { + 0x3c7412, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 8662, 0x04a6}, + {374, -31, 8436, 0x051d}, + {374, -24, 8436, 0x0492} + } +}; + +StandTile tile_286 = { + 0x3c7411, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 8662, 0x049a}, + {374, -31, 8662, 0x04ae}, + {374, -31, 8436, 0x04a2} + } +}; + +StandTile tile_287 = { + 0x511712, 0x2b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 8298, 0x04ae}, + {650, -31, 8887, 0x0445}, + {650, -31, 8574, 0x04ba} + } +}; + +StandTile tile_288 = { + 0x511711, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x3, 0x4, + { + {374, -31, 8298, 0x0521}, + {374, -31, 8436, 0x04a6}, + {374, -31, 8662, 0x049e}, + {374, -31, 8887, 0x0566}, + {650, -31, 8887, 0x04aa} + } +}; + +StandTile tile_289 = { + 0x511612, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x2, + { + {374, -31, 8298, 0x04ba}, + {963, -31, 8574, 0x03e2}, + {963, -31, 8298, 0x0509}, + {806, -31, 8298, 0x0511}, + {650, -31, 8298, 0x0519} + } +}; + +StandTile tile_290 = { + 0x511611, 0x2b, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {374, -31, 8298, 0x04aa}, + {650, -31, 8574, 0x044d}, + {806, -31, 8574, 0x0455}, + {963, -31, 8574, 0x04b4} + } +}; + +StandTile tile_291 = { + 0x3b9f12, 0x2b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 8298, 0x04c3}, + {806, -24, 8286, 0x04cb}, + {806, -24, 8298, 0x0505} + } +}; + +StandTile tile_292 = { + 0x3b9f11, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 8298, 0x03d1}, + {963, -24, 8286, 0x04ff}, + {806, -24, 8286, 0x04bf} + } +}; + +StandTile tile_293 = { + 0x3b9e12, 0x2b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {806, -24, 8298, 0x04cb}, + {650, -24, 8286, 0x04d3}, + {650, -24, 8298, 0x050d} + } +}; + +StandTile tile_294 = { + 0x3b9e11, 0x2b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {806, -24, 8298, 0x04bf}, + {806, -24, 8286, 0x04ff}, + {650, -24, 8286, 0x04c7} + } +}; + +StandTile tile_295 = { + 0x3b9d12, 0x2b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {650, -24, 8298, 0x04d3}, + {361, -24, 8286, 0x04db}, + {374, -24, 8298, 0x0515} + } +}; + +StandTile tile_296 = { + 0x3b9d11, 0x2b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {650, -24, 8298, 0x04c7}, + {650, -24, 8286, 0x04eb}, + {361, -24, 8286, 0x04cf} + } +}; + +StandTile tile_297 = { + 0x3b9c12, 0x2b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 8298, 0x04db}, + {361, -24, 8436, 0x0492}, + {374, -24, 8436, 0x051d} + } +}; + +StandTile tile_298 = { + 0x3b9c11, 0x2b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 8298, 0x04cf}, + {361, -24, 8286, 0x04df}, + {361, -24, 8436, 0x04d7} + } +}; + +StandTile tile_299 = { + 0x510912, 0x2b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {361, -24, 8286, 0x04e3}, + {217, -24, 8442, 0x047e}, + {361, -24, 8436, 0x04db} + } +}; + +StandTile tile_300 = { + 0x510911, 0x2b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {361, -24, 8286, 0x04ef}, + {217, -24, 8104, 0x0000}, + {217, -24, 8442, 0x04df} + } +}; + +StandTile tile_301 = { + 0x3b9910, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {505, -24, 8016, 0x0000}, + {424, -24, 8016, 0x04f7}, + {505, -24, 8104, 0x0000} + } +}; + +StandTile tile_302 = { + 0x510814, 0x2b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {505, -24, 8104, 0x04ef}, + {361, -24, 8286, 0x04d3}, + {650, -24, 8286, 0x04fb} + } +}; + +StandTile tile_303 = { + 0x510813, 0x2b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {505, -24, 8104, 0x04f3}, + {217, -24, 8104, 0x04e3}, + {361, -24, 8286, 0x04eb} + } +}; + +StandTile tile_304 = { + 0x510812, 0x2b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {505, -24, 8104, 0x04f7}, + {217, -24, 8016, 0x0000}, + {217, -24, 8104, 0x04ef} + } +}; + +StandTile tile_305 = { + 0x510811, 0x2b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {505, -24, 8104, 0x04e7}, + {424, -24, 8016, 0x0000}, + {217, -24, 8016, 0x04f3} + } +}; + +StandTile tile_306 = { + 0x510512, 0x2b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {650, -24, 8286, 0x04ff}, + {963, -24, 8104, 0x0000}, + {505, -24, 8104, 0x04eb} + } +}; + +StandTile tile_307 = { + 0x510511, 0x2b, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x2, 0x4, + { + {650, -24, 8286, 0x04cb}, + {806, -24, 8286, 0x04c3}, + {963, -24, 8286, 0x03d1}, + {963, -24, 8179, 0x0000}, + {963, -24, 8104, 0x04fb} + } +}; + +StandTile tile_308 = { + 0x3b9012, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {806, -31, 8298, 0x0509}, + {963, -24, 8298, 0x04bf}, + {806, -24, 8298, 0x0511} + } +}; + +StandTile tile_309 = { + 0x3b9011, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {806, -31, 8298, 0x04b4}, + {963, -31, 8298, 0x040a}, + {963, -24, 8298, 0x0505} + } +}; + +StandTile tile_310 = { + 0x3b8f12, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 8298, 0x0511}, + {806, -24, 8298, 0x04c7}, + {650, -24, 8298, 0x0519} + } +}; + +StandTile tile_311 = { + 0x3b8f11, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 8298, 0x04b4}, + {806, -31, 8298, 0x0505}, + {806, -24, 8298, 0x050d} + } +}; + +StandTile tile_312 = { + 0x3b8e12, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 8298, 0x0519}, + {650, -24, 8298, 0x04cf}, + {374, -24, 8298, 0x0521} + } +}; + +StandTile tile_313 = { + 0x3b8e11, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 8298, 0x04b4}, + {650, -31, 8298, 0x050d}, + {650, -24, 8298, 0x0515} + } +}; + +StandTile tile_314 = { + 0x3b8d12, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 8436, 0x0521}, + {374, -24, 8298, 0x04d7}, + {374, -24, 8436, 0x04a2} + } +}; + +StandTile tile_315 = { + 0x3b8d11, 0x2b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 8436, 0x04ae}, + {374, -31, 8298, 0x0515}, + {374, -24, 8298, 0x051d} + } +}; + +StandTile tile_316 = { + 0x54bf12, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {211, -24, 9075, 0x0529}, + {60, -24, 9201, 0x053b}, + {374, -24, 9201, 0x0533} + } +}; + +StandTile tile_317 = { + 0x54bf11, 0x2a, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {211, -24, 9075, 0x0000}, + {60, -24, 9075, 0x0000}, + {60, -24, 9119, 0x05c0}, + {60, -24, 9201, 0x0525} + } +}; + +StandTile tile_318 = { + 0x54bb12, 0x2a, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {211, -24, 8887, 0x0533}, + {374, -24, 9201, 0x053f}, + {374, -24, 8887, 0x048e}, + {361, -24, 8887, 0x0471} + } +}; + +StandTile tile_319 = { + 0x54bb11, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {211, -24, 8887, 0x0000}, + {211, -24, 9075, 0x0525}, + {374, -24, 9201, 0x052e} + } +}; + +StandTile tile_320 = { + 0x54a912, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 9201, 0x053b}, + {60, -24, 9201, 0x05d0}, + {60, -31, 9201, 0x0576} + } +}; + +StandTile tile_321 = { + 0x54a911, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 9201, 0x053f}, + {374, -24, 9201, 0x0525}, + {60, -24, 9201, 0x0537} + } +}; + +StandTile tile_322 = { + 0x37f412, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 9201, 0x0543}, + {374, -24, 8887, 0x052e}, + {374, -24, 9201, 0x053b} + } +}; + +StandTile tile_323 = { + 0x37f411, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 9201, 0x0562}, + {374, -31, 8887, 0x049e}, + {374, -24, 8887, 0x053f} + } +}; + +StandTile tile_324 = { + 0x54be12, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {650, -24, 8887, 0x054b}, + {806, -24, 9790, 0x0000}, + {806, -24, 9332, 0x0555} + } +}; + +StandTile tile_325 = { + 0x54be11, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {650, -24, 8887, 0x055e}, + {650, -24, 9790, 0x02c5}, + {806, -24, 9790, 0x0547} + } +}; + +StandTile tile_326 = { + 0x54bd12, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x2, + { + {650, -24, 8887, 0x0555}, + {844, -24, 9332, 0x0000}, + {844, -24, 8887, 0x0000}, + {812, -24, 8887, 0x0434}, + {662, -24, 8887, 0x0469} + } +}; + +StandTile tile_327 = { + 0x54bd11, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {650, -24, 8887, 0x0547}, + {806, -24, 9332, 0x0000}, + {844, -24, 9332, 0x054f} + } +}; + +StandTile tile_328 = { + 0x54b412, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {650, -31, 9790, 0x055e}, + {650, -24, 8887, 0x0445}, + {650, -31, 8887, 0x0566}, + {650, -31, 9338, 0x056a} + } +}; + +StandTile tile_329 = { + 0x54b411, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 9790, 0x02d8}, + {650, -24, 9790, 0x054b}, + {650, -24, 8887, 0x0559} + } +}; + +StandTile tile_330 = { + 0x54c112, 0x2a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 9338, 0x0566}, + {374, -31, 8887, 0x0543}, + {374, -31, 9201, 0x057a} + } +}; + +StandTile tile_331 = { + 0x54c111, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {650, -31, 9338, 0x0559}, + {650, -31, 8887, 0x04ae}, + {374, -31, 8887, 0x0562} + } +}; + +StandTile tile_332 = { + 0x54c212, 0x2a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 9476, 0x056e}, + {650, -31, 9790, 0x0559}, + {650, -31, 9338, 0x057a} + } +}; + +StandTile tile_333 = { + 0x54c211, 0x2a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 9476, 0x0596}, + {374, -31, 9790, 0x02f5}, + {650, -31, 9790, 0x056a} + } +}; + +StandTile tile_334 = { + 0x54b613, 0x2a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 9476, 0x0576}, + {60, -31, 9201, 0x05c8}, + {60, -31, 9476, 0x058e} + } +}; + +StandTile tile_335 = { + 0x54b612, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 9476, 0x057a}, + {374, -31, 9201, 0x0537}, + {60, -31, 9201, 0x0572} + } +}; + +StandTile tile_336 = { + 0x54b611, 0x2a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 9476, 0x056a}, + {650, -31, 9338, 0x0562}, + {374, -31, 9201, 0x0576} + } +}; + +StandTile tile_337 = { + 0x54c012, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 9476, 0x0582}, + {60, -24, 9689, 0x0000}, + {198, -24, 9689, 0x058a} + } +}; + +StandTile tile_338 = { + 0x54c011, 0x2a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 9476, 0x0592}, + {60, -24, 9476, 0x059e}, + {60, -24, 9689, 0x057e} + } +}; + +StandTile tile_339 = { + 0x54bc12, 0x2a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 9790, 0x058a}, + {198, -24, 9689, 0x0000}, + {198, -24, 9790, 0x02e8} + } +}; + +StandTile tile_340 = { + 0x54bc11, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {374, -24, 9790, 0x059a}, + {374, -24, 9476, 0x057e}, + {198, -24, 9689, 0x0586} + } +}; + +StandTile tile_341 = { + 0x54b812, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 9476, 0x0592}, + {374, -24, 9476, 0x059a}, + {374, -31, 9476, 0x0572} + } +}; + +StandTile tile_342 = { + 0x54b811, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 9476, 0x05b4}, + {60, -24, 9476, 0x0582}, + {374, -24, 9476, 0x058e} + } +}; + +StandTile tile_343 = { + 0x36e112, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 9476, 0x059a}, + {374, -24, 9790, 0x02fd}, + {374, -31, 9790, 0x056e} + } +}; + +StandTile tile_344 = { + 0x36e111, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {374, -31, 9476, 0x058e}, + {374, -24, 9476, 0x058a}, + {374, -24, 9790, 0x0596} + } +}; + +StandTile tile_345 = { + 0x54a712, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-385, -24, 9671, 0x05a3}, + {60, -24, 9708, 0x0000}, + {60, -24, 9689, 0x0582}, + {60, -24, 9476, 0x05ac} + } +}; + +StandTile tile_346 = { + 0x54a711, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-385, -24, 9671, 0x0000}, + {-385, -24, 9708, 0x0000}, + {60, -24, 9708, 0x059e} + } +}; + +StandTile tile_347 = { + 0x54a512, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {-842, -24, 9671, 0x05ac}, + {60, -24, 9476, 0x05b0}, + {-842, -24, 9476, 0x05ed}, + {-842, -24, 9633, 0x0000} + } +}; + +StandTile tile_348 = { + 0x54a511, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 9671, 0x0000}, + {-385, -24, 9671, 0x059e}, + {60, -24, 9476, 0x05a7} + } +}; + +StandTile tile_349 = { + 0x549812, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -24, 9476, 0x05b4}, + {-842, -31, 9476, 0x061a}, + {-842, -24, 9476, 0x05a7} + } +}; + +StandTile tile_350 = { + 0x549811, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -24, 9476, 0x0592}, + {60, -31, 9476, 0x05cc}, + {-842, -31, 9476, 0x05b0} + } +}; + +StandTile tile_351 = { + 0x54a612, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-397, -24, 9119, 0x05bc}, + {-842, -24, 9082, 0x05e0}, + {-842, -24, 9201, 0x05c4} + } +}; + +StandTile tile_352 = { + 0x54a611, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-397, -24, 9119, 0x0000}, + {-397, -24, 9082, 0x0000}, + {-842, -24, 9082, 0x05b8} + } +}; + +StandTile tile_353 = { + 0x54a412, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -24, 9119, 0x05c4}, + {-842, -24, 9201, 0x05d0}, + {60, -24, 9201, 0x0529} + } +}; + +StandTile tile_354 = { + 0x54a411, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {60, -24, 9119, 0x0000}, + {-397, -24, 9119, 0x05b8}, + {-842, -24, 9201, 0x05c0} + } +}; + +StandTile tile_355 = { + 0x549c12, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -31, 9201, 0x05cc}, + {60, -31, 9476, 0x0572}, + {60, -31, 9201, 0x05d4} + } +}; + +StandTile tile_356 = { + 0x549c11, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -31, 9201, 0x0612}, + {-842, -31, 9476, 0x05b4}, + {60, -31, 9476, 0x05c8} + } +}; + +StandTile tile_357 = { + 0x54a012, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 9201, 0x05d4}, + {60, -31, 9201, 0x0537}, + {60, -24, 9201, 0x05c0} + } +}; + +StandTile tile_358 = { + 0x54a011, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 9201, 0x062e}, + {-842, -31, 9201, 0x05c8}, + {60, -31, 9201, 0x05d0} + } +}; + +StandTile tile_359 = { + 0x548e12, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1036, -24, 9006, 0x05dc}, + {-1155, -24, 8887, 0x0632}, + {-1155, -24, 9201, 0x05e5} + } +}; + +StandTile tile_360 = { + 0x548e11, 0x28, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1036, -24, 9006, 0x0000}, + {-1036, -24, 8887, 0x065d}, + {-1155, -24, 8887, 0x05d8} + } +}; + +StandTile tile_361 = { + 0x548b12, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {-842, -24, 9006, 0x05e5}, + {-1155, -24, 9201, 0x062e}, + {-842, -24, 9201, 0x05b8}, + {-842, -24, 9082, 0x0000} + } +}; + +StandTile tile_362 = { + 0x548b11, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 9006, 0x0000}, + {-1036, -24, 9006, 0x05d8}, + {-1155, -24, 9201, 0x05e0} + } +}; + +StandTile tile_363 = { + 0x548f12, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1299, -24, 9633, 0x05ed}, + {-842, -24, 9476, 0x061e}, + {-1431, -24, 9476, 0x05f1} + } +}; + +StandTile tile_364 = { + 0x548f11, 0x28, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1299, -24, 9633, 0x0000}, + {-842, -24, 9633, 0x05a7}, + {-842, -24, 9476, 0x05e9} + } +}; + +StandTile tile_365 = { + 0x548d12, 0x28, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1701, -24, 9727, 0x05f5}, + {-1299, -24, 9633, 0x05e9}, + {-1431, -24, 9476, 0x05f9} + } +}; + +StandTile tile_366 = { + 0x548d11, 0x28, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1701, -24, 9727, 0x0000}, + {-1299, -24, 9727, 0x0000}, + {-1299, -24, 9633, 0x05f1} + } +}; + +StandTile tile_367 = { + 0x549012, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1663, -24, 9345, 0x05fd}, + {-1701, -24, 9727, 0x05f1}, + {-1431, -24, 9476, 0x0606} + } +}; + +StandTile tile_368 = { + 0x549011, 0x28, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1663, -24, 9345, 0x0000}, + {-1701, -24, 9345, 0x0000}, + {-1701, -24, 9727, 0x05f9} + } +}; + +StandTile tile_369 = { + 0x548c12, 0x28, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {-1663, -24, 8887, 0x0606}, + {-1431, -24, 9476, 0x0626}, + {-1431, -24, 8887, 0x063a}, + {-1594, -24, 8887, 0x0000} + } +}; + +StandTile tile_370 = { + 0x548c11, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1663, -24, 8887, 0x0000}, + {-1663, -24, 9345, 0x05f9}, + {-1431, -24, 9476, 0x0601} + } +}; + +StandTile tile_371 = { + 0x549112, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 9201, 0x060e}, + {-1431, -31, 8887, 0x0622}, + {-1431, -31, 9476, 0x0616} + } +}; + +StandTile tile_372 = { + 0x549111, 0x28, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 9201, 0x0636}, + {-1155, -31, 8887, 0x066a}, + {-1431, -31, 8887, 0x060a} + } +}; + +StandTile tile_373 = { + 0x547d12, 0x28, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 9201, 0x0616}, + {-842, -31, 9476, 0x05cc}, + {-842, -31, 9201, 0x062a} + } +}; + +StandTile tile_374 = { + 0x547d11, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 9201, 0x060a}, + {-1431, -31, 9476, 0x061a}, + {-842, -31, 9476, 0x0612} + } +}; + +StandTile tile_375 = { + 0x548212, 0x28, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 9476, 0x061e}, + {-842, -24, 9476, 0x05b0}, + {-842, -31, 9476, 0x0616} + } +}; + +StandTile tile_376 = { + 0x548211, 0x28, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 9476, 0x0622}, + {-1431, -24, 9476, 0x05e9}, + {-842, -24, 9476, 0x061a} + } +}; + +StandTile tile_377 = { + 0x547f12, 0x28, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 8887, 0x0626}, + {-1431, -24, 9476, 0x061e}, + {-1431, -31, 9476, 0x060a} + } +}; + +StandTile tile_378 = { + 0x547f11, 0x28, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 8887, 0x064c}, + {-1431, -24, 8887, 0x0601}, + {-1431, -24, 9476, 0x0622} + } +}; + +StandTile tile_379 = { + 0x548412, 0x28, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -31, 9201, 0x062e}, + {-1155, -24, 9201, 0x0632}, + {-1155, -31, 9201, 0x0612} + } +}; + +StandTile tile_380 = { + 0x548411, 0x28, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -31, 9201, 0x05d4}, + {-842, -24, 9201, 0x05e0}, + {-1155, -24, 9201, 0x062a} + } +}; + +StandTile tile_381 = { + 0x548312, 0x28, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 8887, 0x0636}, + {-1155, -31, 9201, 0x062a}, + {-1155, -24, 9201, 0x05d8} + } +}; + +StandTile tile_382 = { + 0x548311, 0x28, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 8887, 0x0672}, + {-1155, -31, 8887, 0x060e}, + {-1155, -31, 9201, 0x0632} + } +}; + +StandTile tile_383 = { + 0x546f12, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1519, -24, 8436, 0x063e}, + {-1594, -24, 8887, 0x0601}, + {-1431, -24, 8887, 0x0646} + } +}; + +StandTile tile_384 = { + 0x546f11, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1519, -24, 8436, 0x0000}, + {-1594, -24, 8436, 0x0000}, + {-1594, -24, 8887, 0x063a} + } +}; + +StandTile tile_385 = { + 0x546d12, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1519, -24, 7985, 0x0646}, + {-1431, -24, 8887, 0x0650}, + {-1431, -24, 7985, 0x067e} + } +}; + +StandTile tile_386 = { + 0x546d11, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x3, 0x4, + { + {-1519, -24, 7985, 0x0000}, + {-1519, -24, 8261, 0x067a}, + {-1519, -24, 8348, 0x0000}, + {-1519, -24, 8436, 0x063a}, + {-1431, -24, 8887, 0x0642} + } +}; + +StandTile tile_387 = { + 0x546412, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 7985, 0x0650}, + {-1431, -24, 8887, 0x0626}, + {-1431, -31, 8887, 0x0666} + } +}; + +StandTile tile_388 = { + 0x546411, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 7985, 0x0694}, + {-1431, -24, 7985, 0x0642}, + {-1431, -24, 8887, 0x064c} + } +}; + +StandTile tile_389 = { + 0x547012, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-961, -24, 8430, 0x0659}, + {-923, -24, 7985, 0x0000}, + {-1074, -24, 7985, 0x06a9}, + {-1155, -24, 7985, 0x0662} + } +}; + +StandTile tile_390 = { + 0x547011, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-961, -24, 8430, 0x0000}, + {-923, -24, 8430, 0x0000}, + {-923, -24, 7985, 0x0654} + } +}; + +StandTile tile_391 = { + 0x546e12, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {-961, -24, 8887, 0x0662}, + {-1155, -24, 7985, 0x0672}, + {-1155, -24, 8887, 0x05dc}, + {-1036, -24, 8887, 0x0000} + } +}; + +StandTile tile_392 = { + 0x546e11, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-961, -24, 8887, 0x0000}, + {-961, -24, 8430, 0x0654}, + {-1155, -24, 7985, 0x065d} + } +}; + +StandTile tile_393 = { + 0x546812, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 8887, 0x066a}, + {-1155, -31, 7985, 0x06b2}, + {-1431, -31, 7985, 0x064c} + } +}; + +StandTile tile_394 = { + 0x546811, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 8887, 0x060e}, + {-1155, -31, 8887, 0x066e}, + {-1155, -31, 7985, 0x0666} + } +}; + +StandTile tile_395 = { + 0x546c12, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 8887, 0x0672}, + {-1155, -24, 7985, 0x06c4}, + {-1155, -31, 7985, 0x066a} + } +}; + +StandTile tile_396 = { + 0x546c11, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 8887, 0x0636}, + {-1155, -24, 8887, 0x065d}, + {-1155, -24, 7985, 0x066e} + } +}; + +StandTile tile_397 = { + 0x320612, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1525, -24, 8342, 0x067a}, + {-1519, -24, 8261, 0x0000}, + {-1525, -24, 8267, 0x0000} + } +}; + +StandTile tile_398 = { + 0x320611, 0x27, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1525, -24, 8342, 0x0000}, + {-1519, -24, 8348, 0x0646}, + {-1519, -24, 8261, 0x0676} + } +}; + +StandTile tile_399 = { + 0x545912, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-1625, -24, 7540, 0x0683}, + {-1663, -24, 7985, 0x0000}, + {-1519, -24, 7985, 0x0642}, + {-1431, -24, 7985, 0x068c} + } +}; + +StandTile tile_400 = { + 0x545911, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1625, -24, 7540, 0x0000}, + {-1663, -24, 7540, 0x0000}, + {-1663, -24, 7985, 0x067e} + } +}; + +StandTile tile_401 = { + 0x545812, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {-1625, -24, 7082, 0x068c}, + {-1431, -24, 7985, 0x0690}, + {-1431, -24, 7759, 0x0698}, + {-1431, -24, 7082, 0x06e6} + } +}; + +StandTile tile_402 = { + 0x545811, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1625, -24, 7082, 0x0000}, + {-1625, -24, 7540, 0x067e}, + {-1431, -24, 7985, 0x0687} + } +}; + +StandTile tile_403 = { + 0x315212, 0x26, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 7985, 0x0694}, + {-1431, -31, 7759, 0x069c}, + {-1431, -24, 7759, 0x0687} + } +}; + +StandTile tile_404 = { + 0x315211, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 7985, 0x0650}, + {-1431, -31, 7985, 0x06b7}, + {-1431, -31, 7759, 0x0690} + } +}; + +StandTile tile_405 = { + 0x544d12, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 7759, 0x069c}, + {-1431, -31, 7082, 0x0700}, + {-1431, -24, 7082, 0x0687} + } +}; + +StandTile tile_406 = { + 0x544d11, 0x26, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 7759, 0x0690}, + {-1431, -31, 7759, 0x06b7}, + {-1431, -31, 7082, 0x0698} + } +}; + +StandTile tile_407 = { + 0x545a12, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-1074, -24, 7527, 0x06a5}, + {-1036, -24, 7082, 0x0000}, + {-1068, -24, 7082, 0x06d4}, + {-1155, -24, 7082, 0x06ae} + } +}; + +StandTile tile_408 = { + 0x545a11, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1074, -24, 7527, 0x0000}, + {-1036, -24, 7527, 0x0000}, + {-1036, -24, 7082, 0x06a0} + } +}; + +StandTile tile_409 = { + 0x545712, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {-1074, -24, 7985, 0x06ae}, + {-1155, -24, 7082, 0x06bc}, + {-1155, -24, 7759, 0x06c4}, + {-1155, -24, 7985, 0x0654} + } +}; + +StandTile tile_410 = { + 0x545711, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1074, -24, 7985, 0x0000}, + {-1074, -24, 7527, 0x06a0}, + {-1155, -24, 7082, 0x06a9} + } +}; + +StandTile tile_411 = { + 0x545212, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {-1155, -31, 7082, 0x06b7}, + {-1431, -31, 7985, 0x0666}, + {-1155, -31, 7985, 0x06c8}, + {-1155, -31, 7759, 0x06c0} + } +}; + +StandTile tile_412 = { + 0x545211, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {-1155, -31, 7082, 0x06f8}, + {-1431, -31, 7082, 0x069c}, + {-1431, -31, 7759, 0x0694}, + {-1431, -31, 7985, 0x06b2} + } +}; + +StandTile tile_413 = { + 0x545412, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 7082, 0x06c0}, + {-1155, -31, 7759, 0x06c8}, + {-1155, -24, 7759, 0x06a9} + } +}; + +StandTile tile_414 = { + 0x545411, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 7082, 0x06e2}, + {-1155, -31, 7082, 0x06b2}, + {-1155, -31, 7759, 0x06bc} + } +}; + +StandTile tile_415 = { + 0x30cf12, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 7759, 0x06c8}, + {-1155, -31, 7985, 0x066e}, + {-1155, -24, 7985, 0x06a9} + } +}; + +StandTile tile_416 = { + 0x30cf11, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 7759, 0x06bc}, + {-1155, -31, 7759, 0x06b2}, + {-1155, -31, 7985, 0x06c4} + } +}; + +StandTile tile_417 = { + 0x544612, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1068, -24, 6631, 0x06d0}, + {-992, -24, 6180, 0x07ec}, + {-1155, -24, 6180, 0x06d8} + } +}; + +StandTile tile_418 = { + 0x544611, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1068, -24, 6631, 0x0000}, + {-992, -24, 6631, 0x0000}, + {-992, -24, 6180, 0x06cc} + } +}; + +StandTile tile_419 = { + 0x544412, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1068, -24, 7082, 0x06d8}, + {-1155, -24, 6180, 0x06e2}, + {-1155, -24, 7082, 0x06a0} + } +}; + +StandTile tile_420 = { + 0x544411, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x3, 0x4, + { + {-1068, -24, 7082, 0x0000}, + {-1068, -24, 6807, 0x070c}, + {-1068, -24, 6719, 0x0000}, + {-1068, -24, 6631, 0x06cc}, + {-1155, -24, 6180, 0x06d4} + } +}; + +StandTile tile_421 = { + 0x543812, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 7082, 0x06e2}, + {-1155, -24, 6180, 0x07f9}, + {-1155, -31, 6180, 0x06f8} + } +}; + +StandTile tile_422 = { + 0x543811, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 7082, 0x06c0}, + {-1155, -24, 7082, 0x06d4}, + {-1155, -24, 6180, 0x06de} + } +}; + +StandTile tile_423 = { + 0x544512, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-1625, -24, 6637, 0x06eb}, + {-1663, -24, 7082, 0x0000}, + {-1625, -24, 7082, 0x0687}, + {-1431, -24, 7082, 0x06f4} + } +}; + +StandTile tile_424 = { + 0x544511, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1625, -24, 6637, 0x0000}, + {-1663, -24, 6637, 0x0000}, + {-1663, -24, 7082, 0x06e6} + } +}; + +StandTile tile_425 = { + 0x544312, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {-1625, -24, 6180, 0x06f4}, + {-1431, -24, 7082, 0x0704}, + {-1431, -24, 6180, 0x0792}, + {-1556, -24, 6180, 0x0000} + } +}; + +StandTile tile_426 = { + 0x544311, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1625, -24, 6180, 0x0000}, + {-1625, -24, 6637, 0x06e6}, + {-1431, -24, 7082, 0x06ef} + } +}; + +StandTile tile_427 = { + 0x543e12, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 6180, 0x06fc}, + {-1431, -31, 7082, 0x06b7}, + {-1155, -31, 7082, 0x06de} + } +}; + +StandTile tile_428 = { + 0x543e11, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 6180, 0x07d7}, + {-1431, -31, 6180, 0x0700}, + {-1431, -31, 7082, 0x06f8} + } +}; + +StandTile tile_429 = { + 0x544212, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 6180, 0x0704}, + {-1431, -24, 7082, 0x0698}, + {-1431, -31, 7082, 0x06fc} + } +}; + +StandTile tile_430 = { + 0x544211, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 6180, 0x079e}, + {-1431, -24, 6180, 0x06ef}, + {-1431, -24, 7082, 0x0700} + } +}; + +StandTile tile_431 = { + 0x2ed412, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -24, 6725, 0x070c}, + {-1068, -24, 6807, 0x0000}, + {-1061, -24, 6800, 0x0000} + } +}; + +StandTile tile_432 = { + 0x2ed411, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -24, 6725, 0x0000}, + {-1068, -24, 6719, 0x06d8}, + {-1068, -24, 6807, 0x0708} + } +}; + +StandTile tile_433 = { + 0x543012, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {512, -24, 5954, 0x0714}, + {963, -24, 6029, 0x0a46}, + {963, -24, 5867, 0x071c} + } +}; + +StandTile tile_434 = { + 0x543011, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {512, -24, 5954, 0x0000}, + {512, -24, 6029, 0x0000}, + {963, -24, 6029, 0x0710} + } +}; + +StandTile tile_435 = { + 0x542e12, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -24, 5954, 0x071c}, + {963, -24, 5867, 0x0726}, + {60, -24, 5867, 0x076d} + } +}; + +StandTile tile_436 = { + 0x542e11, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x3, 0x4, + { + {60, -24, 5954, 0x0000}, + {336, -24, 5954, 0x0750}, + {424, -24, 5954, 0x0000}, + {512, -24, 5954, 0x0710}, + {963, -24, 5867, 0x0718} + } +}; + +StandTile tile_437 = { + 0x542212, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 5867, 0x0726}, + {963, -24, 5867, 0x0a68}, + {963, -31, 5867, 0x073c} + } +}; + +StandTile tile_438 = { + 0x542211, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 5867, 0x078a}, + {60, -24, 5867, 0x0718}, + {963, -24, 5867, 0x0722} + } +}; + +StandTile tile_439 = { + 0x542f12, 0x24, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {505, -24, 5397, 0x072f}, + {60, -24, 5359, 0x0000}, + {60, -24, 5397, 0x075d}, + {60, -24, 5591, 0x0738} + } +}; + +StandTile tile_440 = { + 0x542f11, 0x24, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, -24, 5397, 0x0000}, + {505, -24, 5359, 0x0000}, + {60, -24, 5359, 0x072a} + } +}; + +StandTile tile_441 = { + 0x542d12, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {963, -24, 5397, 0x0738}, + {60, -24, 5591, 0x0748}, + {963, -24, 5591, 0x0a0e}, + {963, -24, 5465, 0x0000} + } +}; + +StandTile tile_442 = { + 0x542d11, 0x24, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 5397, 0x0000}, + {505, -24, 5397, 0x072a}, + {60, -24, 5591, 0x0733} + } +}; + +StandTile tile_443 = { + 0x542812, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 5867, 0x0740}, + {60, -31, 5591, 0x0782}, + {60, -31, 5867, 0x0722} + } +}; + +StandTile tile_444 = { + 0x542811, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 5867, 0x0a2e}, + {963, -31, 5591, 0x0744}, + {60, -31, 5591, 0x073c} + } +}; + +StandTile tile_445 = { + 0x542c12, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 5591, 0x0748}, + {60, -24, 5591, 0x0765}, + {60, -31, 5591, 0x0740} + } +}; + +StandTile tile_446 = { + 0x542c11, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 5591, 0x0a1a}, + {963, -24, 5591, 0x0733}, + {60, -24, 5591, 0x0744} + } +}; + +StandTile tile_447 = { + 0x1f7312, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {418, -24, 5961, 0x0750}, + {336, -24, 5954, 0x0000}, + {342, -24, 5961, 0x0000} + } +}; + +StandTile tile_448 = { + 0x1f7311, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {418, -24, 5961, 0x0000}, + {424, -24, 5954, 0x071c}, + {336, -24, 5954, 0x074c} + } +}; + +StandTile tile_449 = { + 0x541a12, 0x23, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-397, -24, 5397, 0x0759}, + {-842, -24, 5359, 0x0000}, + {-842, -24, 5434, 0x07b6}, + {-842, -24, 5591, 0x0761} + } +}; + +StandTile tile_450 = { + 0x541a11, 0x23, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-397, -24, 5397, 0x0000}, + {-397, -24, 5359, 0x0000}, + {-842, -24, 5359, 0x0754} + } +}; + +StandTile tile_451 = { + 0x541812, 0x23, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -24, 5397, 0x0761}, + {-842, -24, 5591, 0x0765}, + {60, -24, 5591, 0x072a} + } +}; + +StandTile tile_452 = { + 0x541811, 0x23, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {60, -24, 5397, 0x0000}, + {-397, -24, 5397, 0x0754}, + {-842, -24, 5591, 0x075d} + } +}; + +StandTile tile_453 = { + 0x540d12, 0x23, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 5591, 0x0769}, + {60, -31, 5591, 0x0744}, + {60, -24, 5591, 0x075d} + } +}; + +StandTile tile_454 = { + 0x540d11, 0x23, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 5591, 0x07c3}, + {-842, -31, 5591, 0x0782}, + {60, -31, 5591, 0x0765} + } +}; + +StandTile tile_455 = { + 0x541912, 0x23, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-385, -24, 5948, 0x0772}, + {60, -24, 5986, 0x0000}, + {60, -24, 5954, 0x0718}, + {60, -24, 5867, 0x077a} + } +}; + +StandTile tile_456 = { + 0x541911, 0x23, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-385, -24, 5948, 0x0000}, + {-385, -24, 5986, 0x0000}, + {60, -24, 5986, 0x076d} + } +}; + +StandTile tile_457 = { + 0x541712, 0x23, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 5948, 0x077a}, + {60, -24, 5867, 0x0786}, + {-842, -24, 5867, 0x07e7} + } +}; + +StandTile tile_458 = { + 0x541711, 0x23, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 5948, 0x0000}, + {-385, -24, 5948, 0x076d}, + {60, -24, 5867, 0x0776} + } +}; + +StandTile tile_459 = { + 0x541212, 0x23, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 5867, 0x0782}, + {-842, -31, 5591, 0x07cb}, + {-842, -31, 5867, 0x078a} + } +}; + +StandTile tile_460 = { + 0x541211, 0x23, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 5867, 0x073c}, + {60, -31, 5591, 0x0769}, + {-842, -31, 5591, 0x077e} + } +}; + +StandTile tile_461 = { + 0x541612, 0x23, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -24, 5867, 0x078a}, + {-842, -31, 5867, 0x07fd}, + {-842, -24, 5867, 0x0776} + } +}; + +StandTile tile_462 = { + 0x541611, 0x23, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -24, 5867, 0x0726}, + {60, -31, 5867, 0x077e}, + {-842, -31, 5867, 0x0786} + } +}; + +StandTile tile_463 = { + 0x540012, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1556, -24, 6016, 0x0792}, + {-1431, -24, 6180, 0x07a2}, + {-1431, -24, 5867, 0x079a} + } +}; + +StandTile tile_464 = { + 0x540011, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1556, -24, 6016, 0x0000}, + {-1556, -24, 6180, 0x06ef}, + {-1431, -24, 6180, 0x078e} + } +}; + +StandTile tile_465 = { + 0x53fd12, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1744, -24, 6016, 0x079a}, + {-1431, -24, 5867, 0x07a6}, + {-1744, -24, 5867, 0x0819} + } +}; + +StandTile tile_466 = { + 0x53fd11, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1744, -24, 6016, 0x0000}, + {-1556, -24, 6016, 0x078e}, + {-1431, -24, 5867, 0x0796} + } +}; + +StandTile tile_467 = { + 0x53eb12, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 5867, 0x07a2}, + {-1431, -24, 6180, 0x0704}, + {-1431, -31, 6180, 0x07db} + } +}; + +StandTile tile_468 = { + 0x53eb11, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 5867, 0x07a6}, + {-1431, -24, 5867, 0x078e}, + {-1431, -24, 6180, 0x079e} + } +}; + +StandTile tile_469 = { + 0x1d8812, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 5867, 0x07aa}, + {-1744, -24, 5867, 0x0796}, + {-1431, -24, 5867, 0x07a2} + } +}; + +StandTile tile_470 = { + 0x1d8811, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 5867, 0x07cf}, + {-1744, -31, 5867, 0x0847}, + {-1744, -24, 5867, 0x07a6} + } +}; + +StandTile tile_471 = { + 0x540212, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1299, -24, 5434, 0x07b2}, + {-1744, -24, 5397, 0x080d}, + {-1744, -24, 5591, 0x07ba} + } +}; + +StandTile tile_472 = { + 0x540211, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1299, -24, 5434, 0x0000}, + {-1299, -24, 5397, 0x0000}, + {-1744, -24, 5397, 0x07ae} + } +}; + +StandTile tile_473 = { + 0x53ff12, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 5434, 0x07ba}, + {-1744, -24, 5591, 0x07c3}, + {-842, -24, 5591, 0x0754} + } +}; + +StandTile tile_474 = { + 0x53ff11, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 5434, 0x0000}, + {-1299, -24, 5434, 0x07ae}, + {-1744, -24, 5591, 0x07b6} + } +}; + +StandTile tile_475 = { + 0x53f612, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {-842, -31, 5591, 0x07c3}, + {-1744, -24, 5591, 0x085b}, + {-1744, -31, 5591, 0x07d3}, + {-1293, -31, 5591, 0x07c7} + } +}; + +StandTile tile_476 = { + 0x53f611, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -31, 5591, 0x0769}, + {-842, -24, 5591, 0x07b6}, + {-1744, -24, 5591, 0x07be} + } +}; + +StandTile tile_477 = { + 0x540312, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 5867, 0x07cb}, + {-842, -31, 5591, 0x07be}, + {-1293, -31, 5591, 0x07df} + } +}; + +StandTile tile_478 = { + 0x540311, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 5867, 0x07fd}, + {-842, -31, 5867, 0x077e}, + {-842, -31, 5591, 0x07c7} + } +}; + +StandTile tile_479 = { + 0x540412, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1293, -31, 5591, 0x07d3}, + {-1744, -31, 5867, 0x07aa}, + {-1431, -31, 5867, 0x07df} + } +}; + +StandTile tile_480 = { + 0x540411, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1293, -31, 5591, 0x07be}, + {-1744, -31, 5591, 0x083f}, + {-1744, -31, 5867, 0x07cf} + } +}; + +StandTile tile_481 = { + 0x53f813, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 5867, 0x07db}, + {-1431, -31, 6180, 0x06fc}, + {-1155, -31, 6180, 0x07f5} + } +}; + +StandTile tile_482 = { + 0x53f812, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 5867, 0x07df}, + {-1431, -31, 5867, 0x079e}, + {-1431, -31, 6180, 0x07d7} + } +}; + +StandTile tile_483 = { + 0x53f811, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 5867, 0x07c7}, + {-1293, -31, 5591, 0x07cf}, + {-1431, -31, 5867, 0x07db} + } +}; + +StandTile tile_484 = { + 0x540112, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-923, -24, 6061, 0x07e7}, + {-842, -24, 5867, 0x0801}, + {-1155, -24, 5867, 0x07f1} + } +}; + +StandTile tile_485 = { + 0x540111, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-923, -24, 6061, 0x0000}, + {-842, -24, 6061, 0x0000}, + {-842, -24, 5948, 0x0776}, + {-842, -24, 5867, 0x07e3} + } +}; + +StandTile tile_486 = { + 0x53fe12, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {-923, -24, 6180, 0x07f1}, + {-1155, -24, 5867, 0x07f9}, + {-1155, -24, 6180, 0x06cc}, + {-992, -24, 6180, 0x0000} + } +}; + +StandTile tile_487 = { + 0x53fe11, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-923, -24, 6180, 0x0000}, + {-923, -24, 6061, 0x07e3}, + {-1155, -24, 5867, 0x07ec} + } +}; + +StandTile tile_488 = { + 0x53fa12, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 6180, 0x07f9}, + {-1155, -24, 5867, 0x0801}, + {-1155, -31, 5867, 0x07d7} + } +}; + +StandTile tile_489 = { + 0x53fa11, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 6180, 0x06de}, + {-1155, -24, 6180, 0x07ec}, + {-1155, -24, 5867, 0x07f5} + } +}; + +StandTile tile_490 = { + 0x1c7512, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 5867, 0x0801}, + {-842, -24, 5867, 0x0786}, + {-842, -31, 5867, 0x07cb} + } +}; + +StandTile tile_491 = { + 0x1c7511, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 5867, 0x07f5}, + {-1155, -24, 5867, 0x07e3}, + {-842, -24, 5867, 0x07fd} + } +}; + +StandTile tile_492 = { + 0x53e612, 0x21, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1939, -24, 5397, 0x0809}, + {-2058, -24, 5277, 0x085f}, + {-2058, -24, 5591, 0x0811} + } +}; + +StandTile tile_493 = { + 0x53e611, 0x21, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1939, -24, 5397, 0x0000}, + {-1939, -24, 5277, 0x086f}, + {-2058, -24, 5277, 0x0805} + } +}; + +StandTile tile_494 = { + 0x53e412, 0x21, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1744, -24, 5397, 0x0811}, + {-2058, -24, 5591, 0x085b}, + {-1744, -24, 5591, 0x07ae} + } +}; + +StandTile tile_495 = { + 0x53e411, 0x21, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1744, -24, 5397, 0x0000}, + {-1939, -24, 5397, 0x0805}, + {-2058, -24, 5591, 0x080d} + } +}; + +StandTile tile_496 = { + 0x53e912, 0x21, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-2202, -24, 6023, 0x0819}, + {-1744, -24, 5867, 0x084b}, + {-2334, -24, 5867, 0x081e} + } +}; + +StandTile tile_497 = { + 0x53e911, 0x21, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-2202, -24, 6023, 0x0000}, + {-1744, -24, 6023, 0x0000}, + {-1744, -24, 6016, 0x0796}, + {-1744, -24, 5867, 0x0815} + } +}; + +StandTile tile_498 = { + 0x53e712, 0x21, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2603, -24, 6117, 0x0822}, + {-2202, -24, 6023, 0x0815}, + {-2334, -24, 5867, 0x0826} + } +}; + +StandTile tile_499 = { + 0x53e711, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2603, -24, 6117, 0x0000}, + {-2202, -24, 6117, 0x0000}, + {-2202, -24, 6023, 0x081e} + } +}; + +StandTile tile_500 = { + 0x53e812, 0x21, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2565, -24, 5735, 0x082a}, + {-2603, -24, 6117, 0x081e}, + {-2334, -24, 5867, 0x0833} + } +}; + +StandTile tile_501 = { + 0x53e811, 0x21, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2565, -24, 5735, 0x0000}, + {-2603, -24, 5735, 0x0000}, + {-2603, -24, 6117, 0x0826} + } +}; + +StandTile tile_502 = { + 0x53e512, 0x21, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {-2565, -24, 5277, 0x0833}, + {-2334, -24, 5867, 0x0853}, + {-2334, -24, 5277, 0x0898}, + {-2528, -24, 5277, 0x0000} + } +}; + +StandTile tile_503 = { + 0x53e511, 0x21, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2565, -24, 5277, 0x0000}, + {-2565, -24, 5735, 0x0826}, + {-2334, -24, 5867, 0x082e} + } +}; + +StandTile tile_504 = { + 0x561112, 0x21, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -31, 5591, 0x083b}, + {-2334, -31, 5277, 0x084f}, + {-2334, -31, 5867, 0x0843} + } +}; + +StandTile tile_505 = { + 0x561111, 0x21, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -31, 5591, 0x0863}, + {-2058, -31, 5277, 0x0890}, + {-2334, -31, 5277, 0x0837} + } +}; + +StandTile tile_506 = { + 0x53d612, 0x21, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -31, 5591, 0x0843}, + {-1744, -31, 5867, 0x07d3}, + {-1744, -31, 5591, 0x0857} + } +}; + +StandTile tile_507 = { + 0x53d611, 0x21, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -31, 5591, 0x0837}, + {-2334, -31, 5867, 0x0847}, + {-1744, -31, 5867, 0x083f} + } +}; + +StandTile tile_508 = { + 0x53db12, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2334, -31, 5867, 0x084b}, + {-1744, -24, 5867, 0x07aa}, + {-1744, -31, 5867, 0x0843} + } +}; + +StandTile tile_509 = { + 0x53db11, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2334, -31, 5867, 0x084f}, + {-2334, -24, 5867, 0x0815}, + {-1744, -24, 5867, 0x0847} + } +}; + +StandTile tile_510 = { + 0x53d812, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2334, -31, 5277, 0x0853}, + {-2334, -24, 5867, 0x084b}, + {-2334, -31, 5867, 0x0837} + } +}; + +StandTile tile_511 = { + 0x53d811, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2334, -31, 5277, 0x08bd}, + {-2334, -24, 5277, 0x082e}, + {-2334, -24, 5867, 0x084f} + } +}; + +StandTile tile_512 = { + 0x53dd12, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1744, -31, 5591, 0x085b}, + {-2058, -24, 5591, 0x085f}, + {-2058, -31, 5591, 0x083f} + } +}; + +StandTile tile_513 = { + 0x53dd11, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1744, -31, 5591, 0x07be}, + {-1744, -24, 5591, 0x080d}, + {-2058, -24, 5591, 0x0857} + } +}; + +StandTile tile_514 = { + 0x53dc12, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -24, 5277, 0x0863}, + {-2058, -31, 5591, 0x0857}, + {-2058, -24, 5591, 0x0805} + } +}; + +StandTile tile_515 = { + 0x53dc11, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -24, 5277, 0x0884}, + {-2058, -31, 5277, 0x083b}, + {-2058, -31, 5591, 0x085f} + } +}; + +StandTile tile_516 = { + 0x53c612, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1895, -24, 5089, 0x086b}, + {-1744, -24, 4964, 0x087c}, + {-2058, -24, 4964, 0x0874} + } +}; + +StandTile tile_517 = { + 0x53c611, 0x20, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1895, -24, 5089, 0x0000}, + {-1744, -24, 5089, 0x08f1}, + {-1744, -24, 4964, 0x0867} + } +}; + +StandTile tile_518 = { + 0x53c412, 0x20, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {-1895, -24, 5277, 0x0874}, + {-2058, -24, 4964, 0x0880}, + {-2058, -24, 5277, 0x0809}, + {-1939, -24, 5277, 0x0000} + } +}; + +StandTile tile_519 = { + 0x53c411, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1895, -24, 5277, 0x0000}, + {-1895, -24, 5089, 0x0867}, + {-2058, -24, 4964, 0x086f} + } +}; + +StandTile tile_520 = { + 0x53b012, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -31, 4964, 0x087c}, + {-1744, -24, 4964, 0x0916}, + {-1744, -31, 4964, 0x088c} + } +}; + +StandTile tile_521 = { + 0x53b011, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -31, 4964, 0x0880}, + {-2058, -24, 4964, 0x0867}, + {-1744, -24, 4964, 0x0878} + } +}; + +StandTile tile_522 = { + 0x1a7e12, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -31, 4964, 0x0884}, + {-2058, -24, 5277, 0x086f}, + {-2058, -24, 4964, 0x087c} + } +}; + +StandTile tile_523 = { + 0x1a7e11, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -31, 4964, 0x0890}, + {-2058, -31, 5277, 0x0863}, + {-2058, -24, 5277, 0x0880} + } +}; + +StandTile tile_524 = { + 0x560e12, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -31, 4964, 0x088c}, + {-1744, -31, 4688, 0x08c1}, + {-2334, -31, 4688, 0x0894} + } +}; + +StandTile tile_525 = { + 0x560e11, 0x20, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -31, 4964, 0x0878}, + {-1744, -31, 4964, 0x08fe}, + {-1744, -31, 4688, 0x0888} + } +}; + +StandTile tile_526 = { + 0x53b512, 0x20, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -31, 4964, 0x0894}, + {-2334, -31, 5277, 0x083b}, + {-2058, -31, 5277, 0x0884} + } +}; + +StandTile tile_527 = { + 0x53b511, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2058, -31, 4964, 0x0888}, + {-2334, -31, 4688, 0x08bd}, + {-2334, -31, 5277, 0x0890} + } +}; + +StandTile tile_528 = { + 0x53c912, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2490, -24, 4833, 0x089c}, + {-2528, -24, 5277, 0x082e}, + {-2334, -24, 5277, 0x08a4} + } +}; + +StandTile tile_529 = { + 0x53c911, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2490, -24, 4833, 0x0000}, + {-2528, -24, 4833, 0x0000}, + {-2528, -24, 5277, 0x0898} + } +}; + +StandTile tile_530 = { + 0x53c712, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2490, -24, 4406, 0x08a4}, + {-2334, -24, 5277, 0x08b9}, + {-2334, -24, 4688, 0x08a8} + } +}; + +StandTile tile_531 = { + 0x53c711, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2490, -24, 4406, 0x0000}, + {-2490, -24, 4833, 0x0898}, + {-2334, -24, 5277, 0x08a0} + } +}; + +StandTile tile_532 = { + 0x53c812, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2202, -24, 4494, 0x08ac}, + {-2490, -24, 4406, 0x08a0}, + {-2334, -24, 4688, 0x08b5} + } +}; + +StandTile tile_533 = { + 0x53c811, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2202, -24, 4494, 0x0000}, + {-2202, -24, 4406, 0x0000}, + {-2490, -24, 4406, 0x08a8} + } +}; + +StandTile tile_534 = { + 0x53c512, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {-1744, -24, 4494, 0x08b5}, + {-2334, -24, 4688, 0x08c5}, + {-1744, -24, 4688, 0x08cd}, + {-1744, -24, 4569, 0x0000} + } +}; + +StandTile tile_535 = { + 0x53c511, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1744, -24, 4494, 0x0000}, + {-2202, -24, 4494, 0x08a8}, + {-2334, -24, 4688, 0x08b0} + } +}; + +StandTile tile_536 = { + 0x53bf12, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2334, -24, 5277, 0x08bd}, + {-2334, -31, 4688, 0x08c1}, + {-2334, -24, 4688, 0x08a0} + } +}; + +StandTile tile_537 = { + 0x53bf11, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2334, -24, 5277, 0x0853}, + {-2334, -31, 5277, 0x0894}, + {-2334, -31, 4688, 0x08b9} + } +}; + +StandTile tile_538 = { + 0x53be12, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1744, -31, 4688, 0x08c5}, + {-2334, -24, 4688, 0x08b9}, + {-2334, -31, 4688, 0x0888} + } +}; + +StandTile tile_539 = { + 0x53be11, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1744, -31, 4688, 0x0926}, + {-1744, -24, 4688, 0x08b0}, + {-2334, -24, 4688, 0x08c1} + } +}; + +StandTile tile_540 = { + 0x53ab12, 0x1f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1625, -24, 4569, 0x08cd}, + {-1744, -24, 4688, 0x0922}, + {-1431, -24, 4688, 0x08d5} + } +}; + +StandTile tile_541 = { + 0x53ab11, 0x1f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1625, -24, 4569, 0x0000}, + {-1744, -24, 4569, 0x08b0}, + {-1744, -24, 4688, 0x08c9} + } +}; + +StandTile tile_542 = { + 0x53a712, 0x1f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1625, -24, 4375, 0x08d5}, + {-1431, -24, 4688, 0x091e}, + {-1431, -24, 4375, 0x095c} + } +}; + +StandTile tile_543 = { + 0x53a711, 0x1f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1625, -24, 4375, 0x0000}, + {-1625, -24, 4569, 0x08c9}, + {-1431, -24, 4688, 0x08d1} + } +}; + +StandTile tile_544 = { + 0x53ae12, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-999, -24, 4833, 0x08dd}, + {-1155, -24, 4375, 0x090e}, + {-1155, -24, 4964, 0x08e1} + } +}; + +StandTile tile_545 = { + 0x53ae11, 0x1f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-999, -24, 4833, 0x0000}, + {-999, -24, 4375, 0x0933}, + {-1155, -24, 4375, 0x08d9} + } +}; + +StandTile tile_546 = { + 0x53ad12, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-905, -24, 5234, 0x08e5}, + {-999, -24, 4833, 0x08d9}, + {-1155, -24, 4964, 0x08e9} + } +}; + +StandTile tile_547 = { + 0x53ad11, 0x1f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-905, -24, 5234, 0x0000}, + {-905, -24, 4833, 0x0000}, + {-999, -24, 4833, 0x08e1} + } +}; + +StandTile tile_548 = { + 0x53ac12, 0x1f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1287, -24, 5196, 0x08ed}, + {-905, -24, 5234, 0x08e1}, + {-1155, -24, 4964, 0x08f6} + } +}; + +StandTile tile_549 = { + 0x53ac11, 0x1f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1287, -24, 5196, 0x0000}, + {-1287, -24, 5234, 0x0000}, + {-905, -24, 5234, 0x08e9} + } +}; + +StandTile tile_550 = { + 0x53a812, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {-1744, -24, 5196, 0x08f6}, + {-1155, -24, 4964, 0x0916}, + {-1744, -24, 4964, 0x086b}, + {-1744, -24, 5089, 0x0000} + } +}; + +StandTile tile_551 = { + 0x53a811, 0x1f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1744, -24, 5196, 0x0000}, + {-1287, -24, 5196, 0x08e9}, + {-1155, -24, 4964, 0x08f1} + } +}; + +StandTile tile_552 = { + 0x560f12, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 4688, 0x08fe}, + {-1744, -31, 4964, 0x0912}, + {-1155, -31, 4964, 0x0906} + } +}; + +StandTile tile_553 = { + 0x560f11, 0x1f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 4688, 0x0926}, + {-1744, -31, 4688, 0x088c}, + {-1744, -31, 4964, 0x08fa} + } +}; + +StandTile tile_554 = { + 0x539912, 0x1f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 4688, 0x0906}, + {-1155, -31, 4375, 0x0954}, + {-1431, -31, 4375, 0x091a} + } +}; + +StandTile tile_555 = { + 0x539911, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 4688, 0x08fa}, + {-1155, -31, 4964, 0x090a}, + {-1155, -31, 4375, 0x0902} + } +}; + +StandTile tile_556 = { + 0x539e12, 0x1f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 4964, 0x090e}, + {-1155, -24, 4375, 0x0948}, + {-1155, -31, 4375, 0x0906} + } +}; + +StandTile tile_557 = { + 0x539e11, 0x1f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 4964, 0x0912}, + {-1155, -24, 4964, 0x08d9}, + {-1155, -24, 4375, 0x090a} + } +}; + +StandTile tile_558 = { + 0x539b12, 0x1f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1744, -31, 4964, 0x0916}, + {-1155, -24, 4964, 0x090e}, + {-1155, -31, 4964, 0x08fa} + } +}; + +StandTile tile_559 = { + 0x539b11, 0x1f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1744, -31, 4964, 0x0878}, + {-1744, -24, 4964, 0x08f1}, + {-1155, -24, 4964, 0x0912} + } +}; + +StandTile tile_560 = { + 0x53a012, 0x1f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 4375, 0x091e}, + {-1431, -24, 4688, 0x0922}, + {-1431, -31, 4688, 0x0902} + } +}; + +StandTile tile_561 = { + 0x53a011, 0x1f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 4375, 0x0980}, + {-1431, -24, 4375, 0x08d1}, + {-1431, -24, 4688, 0x091a} + } +}; + +StandTile tile_562 = { + 0x539f12, 0x1f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1744, -24, 4688, 0x0926}, + {-1431, -31, 4688, 0x091a}, + {-1431, -24, 4688, 0x08c9} + } +}; + +StandTile tile_563 = { + 0x539f11, 0x1f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1744, -24, 4688, 0x08c5}, + {-1744, -31, 4688, 0x08fe}, + {-1431, -31, 4688, 0x0922} + } +}; + +StandTile tile_564 = { + 0x538712, 0x1e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-992, -24, 4187, 0x092e}, + {-842, -24, 4062, 0x0940}, + {-1155, -24, 4062, 0x0938} + } +}; + +StandTile tile_565 = { + 0x538711, 0x1e, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-992, -24, 4187, 0x0000}, + {-842, -24, 4187, 0x0000}, + {-842, -24, 4149, 0x0994}, + {-842, -24, 4062, 0x092a} + } +}; + +StandTile tile_566 = { + 0x538612, 0x1e, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {-992, -24, 4375, 0x0938}, + {-1155, -24, 4062, 0x0944}, + {-1155, -24, 4375, 0x08dd}, + {-999, -24, 4375, 0x0000} + } +}; + +StandTile tile_567 = { + 0x538611, 0x1e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-992, -24, 4375, 0x0000}, + {-992, -24, 4187, 0x092a}, + {-1155, -24, 4062, 0x0933} + } +}; + +StandTile tile_568 = { + 0x537412, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 4062, 0x0940}, + {-842, -24, 4062, 0x09a2}, + {-842, -31, 4062, 0x0950} + } +}; + +StandTile tile_569 = { + 0x537411, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 4062, 0x0944}, + {-1155, -24, 4062, 0x092a}, + {-842, -24, 4062, 0x093c} + } +}; + +StandTile tile_570 = { + 0x173a12, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 4062, 0x0948}, + {-1155, -24, 4375, 0x0933}, + {-1155, -24, 4062, 0x0940} + } +}; + +StandTile tile_571 = { + 0x173a11, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 4062, 0x0954}, + {-1155, -31, 4375, 0x090a}, + {-1155, -24, 4375, 0x0944} + } +}; + +StandTile tile_572 = { + 0x561012, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 4062, 0x0950}, + {-842, -31, 3786, 0x0984}, + {-1431, -31, 3786, 0x0958} + } +}; + +StandTile tile_573 = { + 0x561011, 0x1e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 4062, 0x093c}, + {-842, -31, 4062, 0x09b8}, + {-842, -31, 3786, 0x094c} + } +}; + +StandTile tile_574 = { + 0x537712, 0x1e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 4062, 0x0958}, + {-1431, -31, 4375, 0x0902}, + {-1155, -31, 4375, 0x0948} + } +}; + +StandTile tile_575 = { + 0x537711, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 4062, 0x094c}, + {-1431, -31, 3786, 0x0980}, + {-1431, -31, 4375, 0x0954} + } +}; + +StandTile tile_576 = { + 0x538c12, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1588, -24, 3930, 0x0960}, + {-1625, -24, 4375, 0x08d1}, + {-1431, -24, 4375, 0x0964} + } +}; + +StandTile tile_577 = { + 0x538c11, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1588, -24, 3930, 0x0000}, + {-1625, -24, 3930, 0x0000}, + {-1625, -24, 4375, 0x095c} + } +}; + +StandTile tile_578 = { + 0x538b12, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 3786, 0x0968}, + {-1588, -24, 3930, 0x095c}, + {-1431, -24, 4375, 0x097c} + } +}; + +StandTile tile_579 = { + 0x538b11, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 3786, 0x096c}, + {-1588, -24, 3504, 0x0000}, + {-1588, -24, 3930, 0x0964} + } +}; + +StandTile tile_580 = { + 0x538a12, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1299, -24, 3592, 0x0970}, + {-1588, -24, 3504, 0x0968}, + {-1431, -24, 3786, 0x0978} + } +}; + +StandTile tile_581 = { + 0x538a11, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1299, -24, 3592, 0x0000}, + {-1299, -24, 3504, 0x0000}, + {-1588, -24, 3504, 0x096c} + } +}; + +StandTile tile_582 = { + 0x538512, 0x1e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 3592, 0x0978}, + {-1431, -24, 3786, 0x0988}, + {-842, -24, 3786, 0x09a6} + } +}; + +StandTile tile_583 = { + 0x538511, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 3592, 0x0000}, + {-1299, -24, 3592, 0x096c}, + {-1431, -24, 3786, 0x0974} + } +}; + +StandTile tile_584 = { + 0x537d12, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 4375, 0x0980}, + {-1431, -31, 3786, 0x0984}, + {-1431, -24, 3786, 0x0964} + } +}; + +StandTile tile_585 = { + 0x537d11, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 4375, 0x091e}, + {-1431, -31, 4375, 0x0958}, + {-1431, -31, 3786, 0x097c} + } +}; + +StandTile tile_586 = { + 0x537c12, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -31, 3786, 0x0988}, + {-1431, -24, 3786, 0x097c}, + {-1431, -31, 3786, 0x094c} + } +}; + +StandTile tile_587 = { + 0x537c11, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -31, 3786, 0x09c0}, + {-842, -24, 3786, 0x0974}, + {-1431, -24, 3786, 0x0984} + } +}; + +StandTile tile_588 = { + 0x537212, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-391, -24, 4149, 0x0990}, + {60, -24, 4225, 0x09d4}, + {60, -24, 4062, 0x0998} + } +}; + +StandTile tile_589 = { + 0x537211, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-391, -24, 4149, 0x0000}, + {-391, -24, 4225, 0x0000}, + {60, -24, 4225, 0x098c} + } +}; + +StandTile tile_590 = { + 0x537012, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 4149, 0x0998}, + {60, -24, 4062, 0x09a2}, + {-842, -24, 4062, 0x092e} + } +}; + +StandTile tile_591 = { + 0x537011, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x3, 0x4, + { + {-842, -24, 4149, 0x0000}, + {-566, -24, 4149, 0x09cc}, + {-479, -24, 4149, 0x0000}, + {-391, -24, 4149, 0x098c}, + {60, -24, 4062, 0x0994} + } +}; + +StandTile tile_592 = { + 0x536412, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -31, 4062, 0x09a2}, + {60, -24, 4062, 0x09e2}, + {60, -31, 4062, 0x09b8} + } +}; + +StandTile tile_593 = { + 0x536411, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -31, 4062, 0x093c}, + {-842, -24, 4062, 0x0994}, + {60, -24, 4062, 0x099e} + } +}; + +StandTile tile_594 = { + 0x537112, 0x1d, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-397, -24, 3592, 0x09ab}, + {-842, -24, 3554, 0x0000}, + {-842, -24, 3592, 0x0974}, + {-842, -24, 3786, 0x09b4} + } +}; + +StandTile tile_595 = { + 0x537111, 0x1d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-397, -24, 3592, 0x0000}, + {-397, -24, 3554, 0x0000}, + {-842, -24, 3554, 0x09a6} + } +}; + +StandTile tile_596 = { + 0x536f12, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {60, -24, 3592, 0x09b4}, + {-842, -24, 3786, 0x09c4}, + {60, -24, 3786, 0x09ea}, + {60, -24, 3667, 0x0000} + } +}; + +StandTile tile_597 = { + 0x536f11, 0x1d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {60, -24, 3592, 0x0000}, + {-397, -24, 3592, 0x09a6}, + {-842, -24, 3786, 0x09af} + } +}; + +StandTile tile_598 = { + 0x536a12, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 4062, 0x09bc}, + {-842, -31, 3786, 0x0950}, + {-842, -31, 4062, 0x099e} + } +}; + +StandTile tile_599 = { + 0x536a11, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 4062, 0x09fe}, + {60, -31, 3786, 0x09c0}, + {-842, -31, 3786, 0x09b8} + } +}; + +StandTile tile_600 = { + 0x536e12, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 3786, 0x09c4}, + {-842, -24, 3786, 0x0988}, + {-842, -31, 3786, 0x09bc} + } +}; + +StandTile tile_601 = { + 0x536e11, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 3786, 0x0a06}, + {60, -24, 3786, 0x09af}, + {-842, -24, 3786, 0x09c0} + } +}; + +StandTile tile_602 = { + 0x144912, 0x1d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-485, -24, 4156, 0x09cc}, + {-566, -24, 4149, 0x0000}, + {-560, -24, 4156, 0x0000} + } +}; + +StandTile tile_603 = { + 0x144911, 0x1d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-485, -24, 4156, 0x0000}, + {-479, -24, 4149, 0x0998}, + {-566, -24, 4149, 0x09c8} + } +}; + +StandTile tile_604 = { + 0x535b12, 0x1c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 4062, 0x09d4}, + {60, -24, 4256, 0x0000}, + {518, -24, 4256, 0x09de} + } +}; + +StandTile tile_605 = { + 0x535b11, 0x1c, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {963, -24, 4062, 0x09e2}, + {60, -24, 4062, 0x098c}, + {60, -24, 4225, 0x0000}, + {60, -24, 4256, 0x09d0} + } +}; + +StandTile tile_606 = { + 0x535912, 0x1c, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {963, -24, 4062, 0x09de}, + {518, -24, 4294, 0x0000}, + {963, -24, 4294, 0x0000}, + {963, -24, 4275, 0x0b0e} + } +}; + +StandTile tile_607 = { + 0x535911, 0x1c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 4062, 0x09d0}, + {518, -24, 4256, 0x0000}, + {518, -24, 4294, 0x09d9} + } +}; + +StandTile tile_608 = { + 0x534f12, 0x1c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 4062, 0x09e6}, + {60, -31, 4062, 0x099e}, + {60, -24, 4062, 0x09d4} + } +}; + +StandTile tile_609 = { + 0x534f11, 0x1c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 4062, 0x0b02}, + {963, -31, 4062, 0x09fe}, + {60, -31, 4062, 0x09e2} + } +}; + +StandTile tile_610 = { + 0x535c12, 0x1c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, -24, 3704, 0x09ee}, + {60, -24, 3667, 0x09af}, + {60, -24, 3786, 0x09f6} + } +}; + +StandTile tile_611 = { + 0x535c11, 0x1c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, -24, 3704, 0x0000}, + {505, -24, 3667, 0x0000}, + {60, -24, 3667, 0x09ea} + } +}; + +StandTile tile_612 = { + 0x535a12, 0x1c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 3704, 0x09f6}, + {60, -24, 3786, 0x0a02}, + {963, -24, 3786, 0x0ab2} + } +}; + +StandTile tile_613 = { + 0x535a11, 0x1c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 3704, 0x0000}, + {505, -24, 3704, 0x09ea}, + {60, -24, 3786, 0x09f2} + } +}; + +StandTile tile_614 = { + 0x535412, 0x1c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 3786, 0x09fe}, + {963, -31, 4062, 0x0af2}, + {963, -31, 3786, 0x0a06} + } +}; + +StandTile tile_615 = { + 0x535411, 0x1c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 3786, 0x09bc}, + {60, -31, 4062, 0x09e6}, + {963, -31, 4062, 0x09fa} + } +}; + +StandTile tile_616 = { + 0x535812, 0x1c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -24, 3786, 0x0a06}, + {963, -31, 3786, 0x0aa6}, + {963, -24, 3786, 0x09f2} + } +}; + +StandTile tile_617 = { + 0x535811, 0x1c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -24, 3786, 0x09c4}, + {60, -31, 3786, 0x09fa}, + {963, -31, 3786, 0x0a02} + } +}; + +StandTile tile_618 = { + 0x534112, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1113, -24, 5465, 0x0a0e}, + {963, -24, 5591, 0x0a1e}, + {1276, -24, 5591, 0x0a16} + } +}; + +StandTile tile_619 = { + 0x534111, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1113, -24, 5465, 0x0000}, + {963, -24, 5465, 0x0733}, + {963, -24, 5591, 0x0a0a} + } +}; + +StandTile tile_620 = { + 0x534012, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1113, -24, 5277, 0x0a16}, + {1276, -24, 5591, 0x0a22}, + {1276, -24, 5277, 0x0a6c} + } +}; + +StandTile tile_621 = { + 0x534011, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1113, -24, 5277, 0x0000}, + {1113, -24, 5465, 0x0a0a}, + {1276, -24, 5591, 0x0a12} + } +}; + +StandTile tile_622 = { + 0x531b12, 0x1b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 5591, 0x0a1e}, + {963, -24, 5591, 0x0748}, + {963, -31, 5591, 0x0a2e} + } +}; + +StandTile tile_623 = { + 0x531b11, 0x1b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 5591, 0x0a22}, + {1276, -24, 5591, 0x0a0a}, + {963, -24, 5591, 0x0a1a} + } +}; + +StandTile tile_624 = { + 0x126512, 0x1b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 5591, 0x0a26}, + {1276, -24, 5277, 0x0a12}, + {1276, -24, 5591, 0x0a1e} + } +}; + +StandTile tile_625 = { + 0x126511, 0x1b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 5591, 0x0a32}, + {1276, -31, 5277, 0x0a82}, + {1276, -24, 5277, 0x0a22} + } +}; + +StandTile tile_626 = { + 0x533e12, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 5591, 0x0a2e}, + {963, -31, 5867, 0x0a64}, + {1552, -31, 5867, 0x0a36} + } +}; + +StandTile tile_627 = { + 0x533e11, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 5591, 0x0a1a}, + {963, -31, 5591, 0x0740}, + {963, -31, 5867, 0x0a2a} + } +}; + +StandTile tile_628 = { + 0x533d12, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 5591, 0x0a36}, + {1552, -31, 5277, 0x0a96}, + {1276, -31, 5277, 0x0a26} + } +}; + +StandTile tile_629 = { + 0x533d11, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 5591, 0x0a2a}, + {1552, -31, 5867, 0x0a60}, + {1552, -31, 5277, 0x0a32} + } +}; + +StandTile tile_630 = { + 0x534512, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1420, -24, 6061, 0x0a3e}, + {1709, -24, 6149, 0x0a4b}, + {1552, -24, 5867, 0x0a42} + } +}; + +StandTile tile_631 = { + 0x534511, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1420, -24, 6061, 0x0000}, + {1420, -24, 6149, 0x0000}, + {1709, -24, 6149, 0x0a3a} + } +}; + +StandTile tile_632 = { + 0x534312, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 5867, 0x0a46}, + {963, -24, 6061, 0x0000}, + {1420, -24, 6061, 0x0a3a} + } +}; + +StandTile tile_633 = { + 0x534311, 0x1b, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {1552, -24, 5867, 0x0a68}, + {963, -24, 5867, 0x0710}, + {963, -24, 6029, 0x0000}, + {963, -24, 6061, 0x0a42} + } +}; + +StandTile tile_634 = { + 0x534610, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 5867, 0x0a3a}, + {1709, -24, 6149, 0x0000}, + {1709, -24, 5722, 0x0a58} + } +}; + +StandTile tile_635 = { + 0x533f13, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {1552, -24, 5277, 0x0a54}, + {1746, -24, 5722, 0x0000}, + {1746, -24, 5277, 0x0000}, + {1633, -24, 5277, 0x0a8e} + } +}; + +StandTile tile_636 = { + 0x533f12, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 5277, 0x0a58}, + {1709, -24, 5722, 0x0000}, + {1746, -24, 5722, 0x0a4f} + } +}; + +StandTile tile_637 = { + 0x533f11, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 5277, 0x0a5c}, + {1552, -24, 5867, 0x0a4b}, + {1709, -24, 5722, 0x0a54} + } +}; + +StandTile tile_638 = { + 0x533a12, 0x1b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 5277, 0x0a60}, + {1552, -31, 5867, 0x0a64}, + {1552, -24, 5867, 0x0a58} + } +}; + +StandTile tile_639 = { + 0x533a11, 0x1b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 5277, 0x0a9e}, + {1552, -31, 5277, 0x0a36}, + {1552, -31, 5867, 0x0a5c} + } +}; + +StandTile tile_640 = { + 0x533912, 0x1b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 5867, 0x0a68}, + {1552, -24, 5867, 0x0a5c}, + {1552, -31, 5867, 0x0a2a} + } +}; + +StandTile tile_641 = { + 0x533911, 0x1b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 5867, 0x0722}, + {963, -24, 5867, 0x0a46}, + {1552, -24, 5867, 0x0a64} + } +}; + +StandTile tile_642 = { + 0x531212, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {1082, -24, 4833, 0x0a71}, + {1044, -24, 5277, 0x0000}, + {1113, -24, 5277, 0x0a12}, + {1276, -24, 5277, 0x0a7a} + } +}; + +StandTile tile_643 = { + 0x531211, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1082, -24, 4833, 0x0000}, + {1044, -24, 4833, 0x0000}, + {1044, -24, 5277, 0x0a6c} + } +}; + +StandTile tile_644 = { + 0x530912, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {1082, -24, 4375, 0x0a7a}, + {1276, -24, 5277, 0x0a7e}, + {1276, -24, 4375, 0x0b0a}, + {1101, -24, 4375, 0x0000} + } +}; + +StandTile tile_645 = { + 0x530911, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1082, -24, 4375, 0x0000}, + {1082, -24, 4833, 0x0a6c}, + {1276, -24, 5277, 0x0a75} + } +}; + +StandTile tile_646 = { + 0x530d12, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -24, 5277, 0x0a82}, + {1276, -31, 4375, 0x0b16}, + {1276, -24, 4375, 0x0a75} + } +}; + +StandTile tile_647 = { + 0x530d11, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -24, 5277, 0x0a26}, + {1276, -31, 5277, 0x0a9a}, + {1276, -31, 4375, 0x0a7e} + } +}; + +StandTile tile_648 = { + 0x531312, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1633, -24, 4820, 0x0a8a}, + {1671, -24, 4375, 0x0ad0}, + {1552, -24, 4375, 0x0a92} + } +}; + +StandTile tile_649 = { + 0x531311, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1633, -24, 4820, 0x0000}, + {1671, -24, 4820, 0x0000}, + {1671, -24, 4375, 0x0a86} + } +}; + +StandTile tile_650 = { + 0x530a12, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1633, -24, 5277, 0x0a92}, + {1552, -24, 4375, 0x0a9e}, + {1552, -24, 5277, 0x0a4f} + } +}; + +StandTile tile_651 = { + 0x530a11, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1633, -24, 5277, 0x0000}, + {1633, -24, 4820, 0x0a86}, + {1552, -24, 4375, 0x0a8e} + } +}; + +StandTile tile_652 = { + 0x530f12, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 4375, 0x0a9a}, + {1276, -31, 5277, 0x0a32}, + {1552, -31, 5277, 0x0aa2} + } +}; + +StandTile tile_653 = { + 0x530f11, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 4375, 0x0aee}, + {1276, -31, 4375, 0x0a82}, + {1276, -31, 5277, 0x0a96} + } +}; + +StandTile tile_654 = { + 0x531112, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 4375, 0x0aa2}, + {1552, -31, 5277, 0x0a60}, + {1552, -24, 5277, 0x0a8e} + } +}; + +StandTile tile_655 = { + 0x531111, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -24, 4375, 0x0ade}, + {1552, -31, 4375, 0x0a96}, + {1552, -31, 5277, 0x0a9e} + } +}; + +StandTile tile_656 = { + 0x52f612, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 3786, 0x0aaa}, + {963, -24, 3786, 0x0a02}, + {963, -31, 3786, 0x0af6} + } +}; + +StandTile tile_657 = { + 0x52f611, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 3786, 0x0ac0}, + {1276, -24, 3786, 0x0aae}, + {963, -24, 3786, 0x0aa6} + } +}; + +StandTile tile_658 = { + 0x52fc12, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1113, -24, 3661, 0x0ab2}, + {963, -24, 3786, 0x0aaa}, + {1276, -24, 3786, 0x0abc} + } +}; + +StandTile tile_659 = { + 0x52fc11, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {1113, -24, 3661, 0x0000}, + {963, -24, 3661, 0x0000}, + {963, -24, 3704, 0x09f2}, + {963, -24, 3786, 0x0aae} + } +}; + +StandTile tile_660 = { + 0x52f412, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {1113, -24, 3473, 0x0abc}, + {1276, -24, 3786, 0x0ac0}, + {1276, -24, 3473, 0x0b43}, + {1157, -24, 3473, 0x0000} + } +}; + +StandTile tile_661 = { + 0x52f411, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1113, -24, 3473, 0x0000}, + {1113, -24, 3661, 0x0aae}, + {1276, -24, 3786, 0x0ab7} + } +}; + +StandTile tile_662 = { + 0x4e6212, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 3786, 0x0ac4}, + {1276, -24, 3473, 0x0ab7}, + {1276, -24, 3786, 0x0aaa} + } +}; + +StandTile tile_663 = { + 0x4e6211, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 3786, 0x0ae2}, + {1276, -31, 3473, 0x0b74}, + {1276, -24, 3473, 0x0ac0} + } +}; + +StandTile tile_664 = { + 0x52fb12, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1709, -24, 3918, 0x0acc}, + {1746, -24, 3473, 0x0b36}, + {1552, -24, 3473, 0x0ad5} + } +}; + +StandTile tile_665 = { + 0x52fb11, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1709, -24, 3918, 0x0000}, + {1746, -24, 3918, 0x0000}, + {1746, -24, 3473, 0x0ac8} + } +}; + +StandTile tile_666 = { + 0x52f712, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {1709, -24, 4375, 0x0ad5}, + {1552, -24, 3473, 0x0ade}, + {1552, -24, 4375, 0x0a86}, + {1671, -24, 4375, 0x0000} + } +}; + +StandTile tile_667 = { + 0x52f711, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1709, -24, 4375, 0x0000}, + {1709, -24, 3918, 0x0ac8}, + {1552, -24, 3473, 0x0ad0} + } +}; + +StandTile tile_668 = { + 0x52fa12, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {1552, -31, 4375, 0x0ade}, + {1552, -24, 3473, 0x0b64}, + {1552, -31, 3473, 0x0ae6}, + {1552, -31, 3924, 0x0aea} + } +}; + +StandTile tile_669 = { + 0x52fa11, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 4375, 0x0aa2}, + {1552, -24, 4375, 0x0ad0}, + {1552, -24, 3473, 0x0ad9} + } +}; + +StandTile tile_670 = { + 0x4f7f12, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 3786, 0x0ae6}, + {1552, -31, 3473, 0x0b54}, + {1276, -31, 3473, 0x0ac4} + } +}; + +StandTile tile_671 = { + 0x4f7f11, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 3786, 0x0afa}, + {1552, -31, 3924, 0x0ad9}, + {1552, -31, 3473, 0x0ae2} + } +}; + +StandTile tile_672 = { + 0x4f8312, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 4062, 0x0aee}, + {1552, -31, 4375, 0x0ad9}, + {1552, -31, 3924, 0x0afa} + } +}; + +StandTile tile_673 = { + 0x4f8311, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 4062, 0x0b16}, + {1276, -31, 4375, 0x0a9a}, + {1552, -31, 4375, 0x0aea} + } +}; + +StandTile tile_674 = { + 0x4f7b13, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 4062, 0x0af6}, + {963, -31, 3786, 0x09fa}, + {963, -31, 4062, 0x0afe} + } +}; + +StandTile tile_675 = { + 0x4f7b12, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 4062, 0x0afa}, + {1276, -31, 3786, 0x0aa6}, + {963, -31, 3786, 0x0af2} + } +}; + +StandTile tile_676 = { + 0x4f7b11, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 4062, 0x0aea}, + {1552, -31, 3924, 0x0ae6}, + {1276, -31, 3786, 0x0af6} + } +}; + +StandTile tile_677 = { + 0x52f512, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 4062, 0x0b02}, + {1276, -24, 4062, 0x0b1a}, + {1276, -31, 4062, 0x0af2} + } +}; + +StandTile tile_678 = { + 0x52f511, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 4062, 0x09e6}, + {963, -24, 4062, 0x0b0e}, + {1276, -24, 4062, 0x0afe} + } +}; + +StandTile tile_679 = { + 0x52fd12, 0x19, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1101, -24, 4275, 0x0b0a}, + {1276, -24, 4375, 0x0b1a}, + {1276, -24, 4062, 0x0b12} + } +}; + +StandTile tile_680 = { + 0x52fd11, 0x19, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1101, -24, 4275, 0x0000}, + {1101, -24, 4375, 0x0a75}, + {1276, -24, 4375, 0x0b06} + } +}; + +StandTile tile_681 = { + 0x52f312, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 4275, 0x0b12}, + {1276, -24, 4062, 0x0b02}, + {963, -24, 4062, 0x09d9} + } +}; + +StandTile tile_682 = { + 0x52f311, 0x19, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 4275, 0x0000}, + {1101, -24, 4275, 0x0b06}, + {1276, -24, 4062, 0x0b0e} + } +}; + +StandTile tile_683 = { + 0x4d4f12, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 4062, 0x0b1a}, + {1276, -24, 4375, 0x0a7e}, + {1276, -31, 4375, 0x0aee} + } +}; + +StandTile tile_684 = { + 0x4d4f11, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 4062, 0x0afe}, + {1276, -24, 4062, 0x0b06}, + {1276, -24, 4375, 0x0b16} + } +}; + +StandTile tile_685 = { + 0x52e412, 0x18, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1420, -24, 2727, 0x0b22}, + {963, -24, 2883, 0x0b6c}, + {1552, -24, 2883, 0x0b26} + } +}; + +StandTile tile_686 = { + 0x52e411, 0x18, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1420, -24, 2727, 0x0000}, + {963, -24, 2727, 0x0bab}, + {963, -24, 2883, 0x0b1e} + } +}; + +StandTile tile_687 = { + 0x52e212, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1821, -24, 2633, 0x0b2a}, + {1420, -24, 2727, 0x0b1e}, + {1552, -24, 2883, 0x0b2e} + } +}; + +StandTile tile_688 = { + 0x52e211, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1821, -24, 2633, 0x0000}, + {1420, -24, 2633, 0x0000}, + {1420, -24, 2727, 0x0b26} + } +}; + +StandTile tile_689 = { + 0x52e312, 0x18, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1784, -24, 3015, 0x0b32}, + {1821, -24, 2633, 0x0b26}, + {1552, -24, 2883, 0x0b3b} + } +}; + +StandTile tile_690 = { + 0x52e311, 0x18, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1784, -24, 3015, 0x0000}, + {1821, -24, 3015, 0x0000}, + {1821, -24, 2633, 0x0b2e} + } +}; + +StandTile tile_691 = { + 0x52d212, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {1784, -24, 3473, 0x0b3b}, + {1552, -24, 2883, 0x0b64}, + {1552, -24, 3473, 0x0ac8}, + {1746, -24, 3473, 0x0000} + } +}; + +StandTile tile_692 = { + 0x52d211, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1784, -24, 3473, 0x0000}, + {1784, -24, 3015, 0x0b2e}, + {1552, -24, 2883, 0x0b36} + } +}; + +StandTile tile_693 = { + 0x52e512, 0x18, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1157, -24, 3354, 0x0b43}, + {1276, -24, 3473, 0x0b70}, + {1276, -24, 3159, 0x0b4c} + } +}; + +StandTile tile_694 = { + 0x52e511, 0x18, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1157, -24, 3354, 0x0000}, + {1157, -24, 3473, 0x0ab7}, + {1276, -24, 3473, 0x0b3f} + } +}; + +StandTile tile_695 = { + 0x52d712, 0x18, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {963, -24, 3354, 0x0b4c}, + {1276, -24, 3159, 0x0b7c}, + {963, -24, 3159, 0x0b80}, + {963, -24, 3322, 0x0000} + } +}; + +StandTile tile_696 = { + 0x52d711, 0x18, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 3354, 0x0000}, + {1157, -24, 3354, 0x0b3f}, + {1276, -24, 3159, 0x0b47} + } +}; + +StandTile tile_697 = { + 0x52e612, 0x18, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 3159, 0x0b54}, + {1552, -31, 3473, 0x0b60}, + {1552, -31, 2883, 0x0b58} + } +}; + +StandTile tile_698 = { + 0x52e611, 0x18, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1276, -31, 3159, 0x0b74}, + {1276, -31, 3473, 0x0ae2}, + {1552, -31, 3473, 0x0b50} + } +}; + +StandTile tile_699 = { + 0x52d912, 0x18, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 2883, 0x0b5c}, + {1276, -31, 3159, 0x0b50}, + {1552, -31, 2883, 0x0b68} + } +}; + +StandTile tile_700 = { + 0x52d911, 0x18, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 2883, 0x0b9a}, + {963, -31, 3159, 0x0b78}, + {1276, -31, 3159, 0x0b58} + } +}; + +StandTile tile_701 = { + 0x52e112, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 3473, 0x0b64}, + {1552, -24, 2883, 0x0b6c}, + {1552, -31, 2883, 0x0b50} + } +}; + +StandTile tile_702 = { + 0x52e111, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 3473, 0x0ad9}, + {1552, -24, 3473, 0x0b36}, + {1552, -24, 2883, 0x0b60} + } +}; + +StandTile tile_703 = { + 0x52de12, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 2883, 0x0b6c}, + {963, -24, 2883, 0x0bb8}, + {963, -31, 2883, 0x0b58} + } +}; + +StandTile tile_704 = { + 0x52de11, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1552, -31, 2883, 0x0b60}, + {1552, -24, 2883, 0x0b1e}, + {963, -24, 2883, 0x0b68} + } +}; + +StandTile tile_705 = { + 0x52db12, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -24, 3473, 0x0b74}, + {1276, -31, 3159, 0x0b78}, + {1276, -24, 3159, 0x0b3f} + } +}; + +StandTile tile_706 = { + 0x52db11, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1276, -24, 3473, 0x0ac4}, + {1276, -31, 3473, 0x0b54}, + {1276, -31, 3159, 0x0b70} + } +}; + +StandTile tile_707 = { + 0x52da12, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 3159, 0x0b7c}, + {1276, -24, 3159, 0x0b70}, + {1276, -31, 3159, 0x0b5c} + } +}; + +StandTile tile_708 = { + 0x52da11, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 3159, 0x0b96}, + {963, -24, 3159, 0x0b47}, + {1276, -24, 3159, 0x0b78} + } +}; + +StandTile tile_709 = { + 0x52c512, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {512, -24, 3247, 0x0b84}, + {963, -24, 3322, 0x0b47}, + {963, -24, 3159, 0x0b8c} + } +}; + +StandTile tile_710 = { + 0x52c511, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {512, -24, 3247, 0x0000}, + {512, -24, 3322, 0x0000}, + {963, -24, 3322, 0x0b80} + } +}; + +StandTile tile_711 = { + 0x52c312, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -24, 3247, 0x0b8c}, + {963, -24, 3159, 0x0b92}, + {60, -24, 3159, 0x0bdd} + } +}; + +StandTile tile_712 = { + 0x52c311, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x3, 0x4, + { + {60, -24, 3247, 0x0000}, + {336, -24, 3247, 0x0bc0}, + {424, -24, 3247, 0x0000}, + {512, -24, 3247, 0x0b80}, + {963, -24, 3159, 0x0b88} + } +}; + +StandTile tile_713 = { + 0x52b112, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 3159, 0x0b96}, + {60, -31, 3159, 0x0bf6}, + {60, -24, 3159, 0x0b88} + } +}; + +StandTile tile_714 = { + 0x52b111, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 3159, 0x0b7c}, + {963, -31, 3159, 0x0b9e}, + {60, -31, 3159, 0x0b92} + } +}; + +StandTile tile_715 = { + 0x52b812, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 2883, 0x0b9e}, + {963, -31, 3159, 0x0b5c}, + {963, -31, 2883, 0x0bb4} + } +}; + +StandTile tile_716 = { + 0x52b811, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 2883, 0x0bf2}, + {60, -31, 3159, 0x0b96}, + {963, -31, 3159, 0x0b9a} + } +}; + +StandTile tile_717 = { + 0x52c412, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {505, -24, 2689, 0x0ba7}, + {60, -24, 2652, 0x0000}, + {60, -24, 2689, 0x0bc8}, + {60, -24, 2883, 0x0bb0} + } +}; + +StandTile tile_718 = { + 0x52c411, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {505, -24, 2689, 0x0000}, + {505, -24, 2652, 0x0000}, + {60, -24, 2652, 0x0ba2} + } +}; + +StandTile tile_719 = { + 0x52c212, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {963, -24, 2689, 0x0bb0}, + {60, -24, 2883, 0x0bb8}, + {963, -24, 2883, 0x0b22}, + {963, -24, 2727, 0x0000} + } +}; + +StandTile tile_720 = { + 0x52c211, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {963, -24, 2689, 0x0000}, + {505, -24, 2689, 0x0ba2}, + {60, -24, 2883, 0x0bab} + } +}; + +StandTile tile_721 = { + 0x52b712, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 2883, 0x0bb8}, + {60, -24, 2883, 0x0bd9}, + {60, -31, 2883, 0x0b9a} + } +}; + +StandTile tile_722 = { + 0x52b711, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {963, -31, 2883, 0x0b68}, + {963, -24, 2883, 0x0bab}, + {60, -24, 2883, 0x0bb4} + } +}; + +StandTile tile_723 = { + 0x0acd12, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {418, -24, 3253, 0x0bc0}, + {336, -24, 3247, 0x0000}, + {342, -24, 3253, 0x0000} + } +}; + +StandTile tile_724 = { + 0x0acd11, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {418, -24, 3253, 0x0000}, + {424, -24, 3247, 0x0b8c}, + {336, -24, 3247, 0x0bbc} + } +}; + +StandTile tile_725 = { + 0x52ab12, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 2883, 0x0bc8}, + {60, -24, 2689, 0x0000}, + {-397, -24, 2689, 0x0bd1} + } +}; + +StandTile tile_726 = { + 0x52ab11, 0x16, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 2883, 0x0bd9}, + {60, -24, 2883, 0x0ba2}, + {60, -24, 2689, 0x0bc4} + } +}; + +StandTile tile_727 = { + 0x52aa12, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-842, -24, 2883, 0x0bd1}, + {-397, -24, 2652, 0x0000}, + {-842, -24, 2652, 0x0000}, + {-842, -24, 2721, 0x0c1b} + } +}; + +StandTile tile_728 = { + 0x52aa11, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 2883, 0x0bc4}, + {-397, -24, 2689, 0x0000}, + {-397, -24, 2652, 0x0bcc} + } +}; + +StandTile tile_729 = { + 0x52a412, 0x16, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 2883, 0x0bd9}, + {-842, -24, 2883, 0x0c02}, + {-842, -31, 2883, 0x0bf2} + } +}; + +StandTile tile_730 = { + 0x52a411, 0x16, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 2883, 0x0bb4}, + {60, -24, 2883, 0x0bc8}, + {-842, -24, 2883, 0x0bd5} + } +}; + +StandTile tile_731 = { + 0x529a12, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-385, -24, 3241, 0x0be2}, + {60, -24, 3278, 0x0000}, + {60, -24, 3247, 0x0b88}, + {60, -24, 3159, 0x0be6} + } +}; + +StandTile tile_732 = { + 0x529a11, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-385, -24, 3241, 0x0000}, + {-385, -24, 3278, 0x0000}, + {60, -24, 3278, 0x0bdd} + } +}; + +StandTile tile_733 = { + 0x529912, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 3159, 0x0bea}, + {-385, -24, 3241, 0x0bdd}, + {60, -24, 3159, 0x0bfa} + } +}; + +StandTile tile_734 = { + 0x529911, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-842, -24, 3159, 0x0c43}, + {-842, -24, 3241, 0x0000}, + {-385, -24, 3241, 0x0be6} + } +}; + +StandTile tile_735 = { + 0x529e12, 0x16, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 3159, 0x0bf2}, + {-842, -31, 2883, 0x0c27}, + {-842, -31, 3159, 0x0bf6} + } +}; + +StandTile tile_736 = { + 0x529e11, 0x16, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {60, -31, 3159, 0x0b9e}, + {60, -31, 2883, 0x0bd5}, + {-842, -31, 2883, 0x0bee} + } +}; + +StandTile tile_737 = { + 0x529d12, 0x16, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -31, 3159, 0x0bfa}, + {60, -24, 3159, 0x0b92}, + {60, -31, 3159, 0x0bee} + } +}; + +StandTile tile_738 = { + 0x529d11, 0x16, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-842, -31, 3159, 0x0c1f}, + {-842, -24, 3159, 0x0be6}, + {60, -24, 3159, 0x0bf6} + } +}; + +StandTile tile_739 = { + 0x08e912, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 2883, 0x0c02}, + {-842, -24, 2883, 0x0c1b}, + {-1155, -24, 2883, 0x0c0a} + } +}; + +StandTile tile_740 = { + 0x08e911, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 2883, 0x0c27}, + {-842, -31, 2883, 0x0bd5}, + {-842, -24, 2883, 0x0bfe} + } +}; + +StandTile tile_741 = { + 0x527512, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 2883, 0x0c0a}, + {-1155, -24, 2570, 0x0c7e}, + {-1155, -31, 2570, 0x0c33} + } +}; + +StandTile tile_742 = { + 0x527511, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 2883, 0x0bfe}, + {-1155, -24, 2883, 0x0c0e}, + {-1155, -24, 2570, 0x0c06} + } +}; + +StandTile tile_743 = { + 0x527d12, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-1155, -24, 2883, 0x0c13}, + {-1030, -24, 2570, 0x0000}, + {-1068, -24, 2570, 0x0c70}, + {-1155, -24, 2570, 0x0c0a} + } +}; + +StandTile tile_744 = { + 0x527d11, 0x15, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 2883, 0x0c17}, + {-1030, -24, 2721, 0x0000}, + {-1030, -24, 2570, 0x0c0e} + } +}; + +StandTile tile_745 = { + 0x527e12, 0x15, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 2883, 0x0c1b}, + {-842, -24, 2721, 0x0000}, + {-1030, -24, 2721, 0x0c13} + } +}; + +StandTile tile_746 = { + 0x527e11, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 2883, 0x0bfe}, + {-842, -24, 2883, 0x0bcc}, + {-842, -24, 2721, 0x0c17} + } +}; + +StandTile tile_747 = { + 0x528812, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 3159, 0x0c23}, + {-842, -24, 3159, 0x0bfa}, + {-842, -31, 3159, 0x0c2b} + } +}; + +StandTile tile_748 = { + 0x528811, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 3159, 0x0c60}, + {-1431, -24, 3159, 0x0c37}, + {-842, -24, 3159, 0x0c1f} + } +}; + +StandTile tile_749 = { + 0x527812, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 2883, 0x0c2b}, + {-842, -31, 3159, 0x0bee}, + {-842, -31, 2883, 0x0c02} + } +}; + +StandTile tile_750 = { + 0x527811, 0x15, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 2883, 0x0c2f}, + {-1431, -31, 3159, 0x0c1f}, + {-842, -31, 3159, 0x0c27} + } +}; + +StandTile tile_751 = { + 0x527912, 0x15, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 2883, 0x0c33}, + {-1431, -31, 2570, 0x0c60}, + {-1431, -31, 3159, 0x0c2b} + } +}; + +StandTile tile_752 = { + 0x527911, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 2883, 0x0c06}, + {-1155, -31, 2570, 0x0c93}, + {-1431, -31, 2570, 0x0c2f} + } +}; + +StandTile tile_753 = { + 0x529013, 0x15, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1444, -24, 3172, 0x0c3b}, + {-842, -24, 3159, 0x0c23}, + {-1431, -24, 3159, 0x0c54} + } +}; + +StandTile tile_754 = { + 0x529012, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1444, -24, 3172, 0x0c3f}, + {-1287, -24, 3316, 0x0c43}, + {-842, -24, 3159, 0x0c37} + } +}; + +StandTile tile_755 = { + 0x529011, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1444, -24, 3172, 0x0c4c}, + {-1713, -24, 3316, 0x0000}, + {-1287, -24, 3316, 0x0c3b} + } +}; + +StandTile tile_756 = { + 0x529212, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {-1287, -24, 3316, 0x0c48}, + {-842, -24, 3354, 0x0000}, + {-842, -24, 3241, 0x0bea}, + {-842, -24, 3159, 0x0c3b} + } +}; + +StandTile tile_757 = { + 0x529211, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1287, -24, 3316, 0x0000}, + {-1287, -24, 3354, 0x0000}, + {-842, -24, 3354, 0x0c43} + } +}; + +StandTile tile_758 = { + 0x529113, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1444, -24, 3172, 0x0c50}, + {-1713, -24, 3028, 0x0000}, + {-1713, -24, 3316, 0x0c3f} + } +}; + +StandTile tile_759 = { + 0x529112, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1444, -24, 3172, 0x0c54}, + {-1625, -24, 3028, 0x0000}, + {-1713, -24, 3028, 0x0c4c} + } +}; + +StandTile tile_760 = { + 0x529111, 0x15, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1444, -24, 3172, 0x0c37}, + {-1431, -24, 3159, 0x0c58}, + {-1625, -24, 3028, 0x0c50} + } +}; + +StandTile tile_761 = { + 0x529312, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 3159, 0x0c5c}, + {-1625, -24, 2570, 0x0000}, + {-1625, -24, 3028, 0x0c54} + } +}; + +StandTile tile_762 = { + 0x529311, 0x15, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 3159, 0x0c64}, + {-1431, -24, 2570, 0x0c82}, + {-1625, -24, 2570, 0x0c58} + } +}; + +StandTile tile_763 = { + 0x528112, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 2570, 0x0c64}, + {-1431, -24, 3159, 0x0c23}, + {-1431, -31, 3159, 0x0c2f} + } +}; + +StandTile tile_764 = { + 0x528111, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 2570, 0x0c9b}, + {-1431, -24, 2570, 0x0c5c}, + {-1431, -24, 3159, 0x0c60} + } +}; + +StandTile tile_765 = { + 0x526e12, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1068, -24, 2119, 0x0c6c}, + {-992, -24, 1668, 0x12bb}, + {-1155, -24, 1668, 0x0c76} + } +}; + +StandTile tile_766 = { + 0x526e11, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1068, -24, 2119, 0x0000}, + {-992, -24, 2119, 0x0000}, + {-992, -24, 1668, 0x0c68} + } +}; + +StandTile tile_767 = { + 0x526d12, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x1, 0x2, + { + {-1068, -24, 2119, 0x0c76}, + {-1155, -24, 2570, 0x0c0e}, + {-1068, -24, 2570, 0x0000}, + {-1068, -24, 2294, 0x0ca7}, + {-1068, -24, 2207, 0x0000} + } +}; + +StandTile tile_768 = { + 0x526d11, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1068, -24, 2119, 0x0c68}, + {-1155, -24, 1668, 0x0c7e}, + {-1155, -24, 2570, 0x0c70} + } +}; + +StandTile tile_769 = { + 0x527212, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 2570, 0x0c7e}, + {-1155, -24, 1668, 0x132a}, + {-1155, -31, 1668, 0x0c93} + } +}; + +StandTile tile_770 = { + 0x527211, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 2570, 0x0c06}, + {-1155, -24, 2570, 0x0c76}, + {-1155, -24, 1668, 0x0c7a} + } +}; + +StandTile tile_771 = { + 0x527012, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-1625, -24, 2125, 0x0c87}, + {-1663, -24, 2570, 0x0000}, + {-1625, -24, 2570, 0x0c5c}, + {-1431, -24, 2570, 0x0c8f} + } +}; + +StandTile tile_772 = { + 0x527011, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1625, -24, 2125, 0x0000}, + {-1663, -24, 2125, 0x0000}, + {-1663, -24, 2570, 0x0c82} + } +}; + +StandTile tile_773 = { + 0x526f12, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1625, -24, 2125, 0x0c8f}, + {-1431, -24, 1668, 0x12c0}, + {-1625, -24, 1668, 0x0000} + } +}; + +StandTile tile_774 = { + 0x526f11, 0x14, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1625, -24, 2125, 0x0c82}, + {-1431, -24, 2570, 0x0c9f}, + {-1431, -24, 1668, 0x0c8b} + } +}; + +StandTile tile_775 = { + 0x526012, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 1668, 0x0c97}, + {-1431, -31, 2570, 0x0c33}, + {-1155, -31, 2570, 0x0c7a} + } +}; + +StandTile tile_776 = { + 0x526011, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 1668, 0x1348}, + {-1431, -31, 1668, 0x0c9b}, + {-1431, -31, 2570, 0x0c93} + } +}; + +StandTile tile_777 = { + 0x527412, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 1668, 0x0c9f}, + {-1431, -24, 2570, 0x0c64}, + {-1431, -31, 2570, 0x0c97} + } +}; + +StandTile tile_778 = { + 0x527411, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 1668, 0x131c}, + {-1431, -24, 1668, 0x0c8f}, + {-1431, -24, 2570, 0x0c9b} + } +}; + +StandTile tile_779 = { + 0x2d3812, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -24, 2213, 0x0ca7}, + {-1068, -24, 2294, 0x0000}, + {-1061, -24, 2288, 0x0000} + } +}; + +StandTile tile_780 = { + 0x2d3811, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1061, -24, 2213, 0x0000}, + {-1068, -24, 2207, 0x0c70}, + {-1068, -24, 2294, 0x0ca3} + } +}; + +StandTile tile_781 = { + 0x0a180a, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1946, -24, 1939, 0x0caf}, + {1984, 9, 1939, 0x0000}, + {1998, -24, 1939, 0x0cd4} + } +}; + +StandTile tile_782 = { + 0x0a1809, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1946, -24, 1939, 0x0000}, + {1956, 9, 1939, 0x0e7b}, + {1984, 9, 1939, 0x0cab} + } +}; + +StandTile tile_783 = { + 0x0a1a0a, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {1739, -24, 1939, 0x0cb8}, + {1777, 9, 1939, 0x0000}, + {1790, -24, 1939, 0x0ce3}, + {1773, -24, 1939, 0x0cde} + } +}; + +StandTile tile_784 = { + 0x0a1a09, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1739, -24, 1939, 0x0000}, + {1749, 9, 1939, 0x0e53}, + {1777, 9, 1939, 0x0cb3} + } +}; + +StandTile tile_785 = { + 0x000a08, 0x13, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2041, -24, 1718, 0x0cc0}, + {1914, -24, 1789, 0x0cd4}, + {2041, -24, 1939, 0x0000} + } +}; + +StandTile tile_786 = { + 0x000b08, 0x13, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1952, -24, 1624, 0x0ccc}, + {1914, -24, 1789, 0x0cbc}, + {2041, -24, 1718, 0x0cc4} + } +}; + +StandTile tile_787 = { + 0x000c08, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1952, -24, 1624, 0x0cc0}, + {2041, -24, 1718, 0x0000}, + {2041, -24, 1629, 0x0cc8} + } +}; + +StandTile tile_788 = { + 0x000d08, 0x13, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2041, -24, 1629, 0x0000}, + {2041, -24, 1563, 0x0f71}, + {1952, -24, 1624, 0x0cc4} + } +}; + +StandTile tile_789 = { + 0x001408, 0x13, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1914, -24, 1789, 0x0cc0}, + {1952, -24, 1624, 0x0f59}, + {1806, -24, 1615, 0x0cd0} + } +}; + +StandTile tile_790 = { + 0x001508, 0x13, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1806, -24, 1615, 0x0cf2}, + {1740, -24, 1793, 0x0cda}, + {1914, -24, 1789, 0x0ccc} + } +}; + +StandTile tile_791 = { + 0x000e08, 0x13, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x3, 0x4, + { + {1862, -24, 1939, 0x0000}, + {1946, -24, 1939, 0x0cab}, + {1998, -24, 1939, 0x0000}, + {2041, -24, 1939, 0x0cbc}, + {1914, -24, 1789, 0x0cda} + } +}; + +StandTile tile_792 = { + 0x000f08, 0x13, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1914, -24, 1789, 0x0cd0}, + {1740, -24, 1793, 0x0ce3}, + {1862, -24, 1939, 0x0cd4} + } +}; + +StandTile tile_793 = { + 0x001008, 0x13, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {1702, -24, 1939, 0x0000}, + {1739, -24, 1939, 0x0cb3}, + {1773, -24, 1939, 0x0ce8}, + {1702, -24, 1836, 0x0000} + } +}; + +StandTile tile_794 = { + 0x001108, 0x13, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x2, + { + {1862, -24, 1939, 0x0cda}, + {1740, -24, 1793, 0x0ce8}, + {1773, -24, 1939, 0x0cb3}, + {1790, -24, 1939, 0x0000} + } +}; + +StandTile tile_795 = { + 0x001208, 0x13, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1740, -24, 1793, 0x0cfa}, + {1702, -24, 1836, 0x0cde}, + {1773, -24, 1939, 0x0ce3} + } +}; + +StandTile tile_796 = { + 0x0a3108, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 5, + 0x0, 0x3, 0x4, + { + {1514, -24, 1615, 0x0000}, + {1509, -24, 1615, 0x1145}, + {1415, -24, 1615, 0x0000}, + {1410, -24, 1615, 0x0000}, + {1410, -24, 1657, 0x0d1b} + } +}; + +StandTile tile_797 = { + 0x001608, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1641, -24, 1718, 0x0cfa}, + {1740, -24, 1793, 0x0cd0}, + {1806, -24, 1615, 0x0cf6} + } +}; + +StandTile tile_798 = { + 0x001708, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1806, -24, 1615, 0x0000}, + {1631, -24, 1615, 0x0d13}, + {1641, -24, 1718, 0x0cf2} + } +}; + +StandTile tile_799 = { + 0x000008, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1740, -24, 1793, 0x0cf2}, + {1641, -24, 1718, 0x0cfe}, + {1702, -24, 1836, 0x0ce8} + } +}; + +StandTile tile_800 = { + 0x000108, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1641, -24, 1718, 0x0d0f}, + {1598, -24, 1836, 0x0000}, + {1702, -24, 1836, 0x0cfa} + } +}; + +StandTile tile_801 = { + 0x000208, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {1598, -24, 1657, 0x0d1b}, + {1410, -24, 1657, 0x0000}, + {1330, -24, 1657, 0x0d0b}, + {1452, -24, 1836, 0x0d07} + } +}; + +StandTile tile_802 = { + 0x000308, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1452, -24, 1836, 0x0000}, + {1598, -24, 1836, 0x0d0f}, + {1598, -24, 1657, 0x0d02} + } +}; + +StandTile tile_803 = { + 0x000408, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1330, -24, 1657, 0x0000}, + {1330, -24, 1836, 0x0000}, + {1452, -24, 1836, 0x0d02} + } +}; + +StandTile tile_804 = { + 0x000508, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1641, -24, 1718, 0x0d13}, + {1598, -24, 1657, 0x0d07}, + {1598, -24, 1836, 0x0cfe} + } +}; + +StandTile tile_805 = { + 0x000608, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1631, -24, 1615, 0x0d17}, + {1598, -24, 1657, 0x0d0f}, + {1641, -24, 1718, 0x0cf6} + } +}; + +StandTile tile_806 = { + 0x000708, 0x12, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1514, -24, 1615, 0x0d1b}, + {1598, -24, 1657, 0x0d13}, + {1631, -24, 1615, 0x0000} + } +}; + +StandTile tile_807 = { + 0x000808, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1410, -24, 1657, 0x0d02}, + {1598, -24, 1657, 0x0d17}, + {1514, -24, 1615, 0x0cec} + } +}; + +StandTile tile_808 = { + 0x005e08, 0x11, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1438, -24, 221, 0x0d2b}, + {1645, -24, 249, 0x0000}, + {1645, -24, 66, 0x0d43} + } +}; + +StandTile tile_809 = { + 0x005608, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1645, -24, 339, 0x0d27}, + {1438, -24, 310, 0x0000}, + {1438, -24, 588, 0x0d2f} + } +}; + +StandTile tile_810 = { + 0x005708, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1438, -24, 221, 0x0000}, + {1438, -24, 310, 0x0d23}, + {1645, -24, 339, 0x0d2b} + } +}; + +StandTile tile_811 = { + 0x005808, 0x11, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1645, -24, 339, 0x0000}, + {1645, -24, 249, 0x0d1f}, + {1438, -24, 221, 0x0d27} + } +}; + +StandTile tile_812 = { + 0x005908, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1438, -24, 588, 0x0000}, + {1716, -24, 588, 0x0d3b}, + {1645, -24, 339, 0x0d23} + } +}; + +StandTile tile_813 = { + 0x005a08, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1730, -24, 339, 0x0d37}, + {1796, -24, 588, 0x0fe0}, + {2022, -24, 339, 0x0000} + } +}; + +StandTile tile_814 = { + 0x005c08, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1730, -24, 339, 0x0d3b}, + {1716, -24, 588, 0x0000}, + {1796, -24, 588, 0x0d33} + } +}; + +StandTile tile_815 = { + 0x005d08, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1645, -24, 339, 0x0d2f}, + {1716, -24, 588, 0x0d37}, + {1730, -24, 339, 0x0000} + } +}; + +StandTile tile_816 = { + 0x006208, 0x10, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1085, -24, 221, 0x0000}, + {1325, -24, 221, 0x0d4b}, + {1316, -24, 66, 0x1001} + } +}; + +StandTile tile_817 = { + 0x005f08, 0x10, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1645, -24, 66, 0x0000}, + {1434, -24, 66, 0x0d47}, + {1438, -24, 221, 0x0d1f} + } +}; + +StandTile tile_818 = { + 0x006008, 0x10, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1325, -24, 221, 0x0000}, + {1438, -24, 221, 0x0d43}, + {1434, -24, 66, 0x0d4b} + } +}; + +StandTile tile_819 = { + 0x006108, 0x10, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1434, -24, 66, 0x0000}, + {1316, -24, 66, 0x0d3f}, + {1325, -24, 221, 0x0d47} + } +}; + +StandTile tile_820 = { + 0x08070a, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2112, -24, 1393, 0x0d53}, + {2112, -19, 1337, 0x0fa5}, + {2112, -19, 1393, 0x0000} + } +}; + +StandTile tile_821 = { + 0x080709, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2112, -24, 1393, 0x0d57}, + {2112, -24, 1337, 0x0000}, + {2112, -19, 1337, 0x0d4f} + } +}; + +StandTile tile_822 = { + 0x07fb0a, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2112, -24, 1393, 0x0d5b}, + {2116, -24, 1337, 0x0000}, + {2112, -24, 1337, 0x0d53} + } +}; + +StandTile tile_823 = { + 0x07fb09, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2112, -24, 1393, 0x0000}, + {2116, -24, 1393, 0x0deb}, + {2116, -24, 1337, 0x0d57} + } +}; + +StandTile tile_824 = { + 0x07fa0a, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2121, -24, 1309, 0x0d63}, + {2116, -24, 1325, 0x0d67}, + {2206, -24, 1273, 0x0db9} + } +}; + +StandTile tile_825 = { + 0x07fa09, 0x0f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2121, -24, 1309, 0x0dad}, + {2107, -24, 1325, 0x0000}, + {2116, -24, 1325, 0x0d5f} + } +}; + +StandTile tile_826 = { + 0x07f908, 0x0f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2206, -24, 1273, 0x0d5f}, + {2116, -24, 1325, 0x0000}, + {2116, -24, 1337, 0x0d6b} + } +}; + +StandTile tile_827 = { + 0x07f808, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2116, -24, 1337, 0x0deb}, + {2246, -24, 1304, 0x0d6f}, + {2206, -24, 1273, 0x0d67} + } +}; + +StandTile tile_828 = { + 0x07f708, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2206, -24, 1273, 0x0d6b}, + {2246, -24, 1304, 0x0d73}, + {2281, -24, 1238, 0x0d9f} + } +}; + +StandTile tile_829 = { + 0x07f608, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2281, -24, 1238, 0x0d6f}, + {2246, -24, 1304, 0x0d83}, + {2281, -24, 1356, 0x0000} + } +}; + +StandTile tile_830 = { + 0x07f50a, 0x0f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2281, -24, 1391, 0x0d7b}, + {2286, -24, 1356, 0x0000}, + {2281, -24, 1356, 0x0d7f} + } +}; + +StandTile tile_831 = { + 0x07f509, 0x0f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2281, -24, 1391, 0x0000}, + {2286, -24, 1391, 0x0000}, + {2286, -24, 1356, 0x0d77} + } +}; + +StandTile tile_832 = { + 0x07f40a, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2281, -24, 1356, 0x0d83}, + {2246, -24, 1440, 0x0d87}, + {2281, -24, 1391, 0x0d77} + } +}; + +StandTile tile_833 = { + 0x07f409, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2281, -24, 1356, 0x0d73}, + {2246, -24, 1304, 0x0def}, + {2246, -24, 1440, 0x0d7f} + } +}; + +StandTile tile_834 = { + 0x07f308, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2281, -24, 1447, 0x0000}, + {2281, -24, 1391, 0x0d7f}, + {2246, -24, 1440, 0x0d8b} + } +}; + +StandTile tile_835 = { + 0x07f208, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2213, -24, 1447, 0x0000}, + {2281, -24, 1447, 0x0d87}, + {2246, -24, 1440, 0x0de7} + } +}; + +StandTile tile_836 = { + 0x07f10a, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2194, -24, 1452, 0x0d93}, + {2213, -24, 1447, 0x0de7}, + {2177, -24, 1447, 0x0d97} + } +}; + +StandTile tile_837 = { + 0x07f109, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2194, -24, 1452, 0x0000}, + {2213, -24, 1452, 0x0000}, + {2213, -24, 1447, 0x0d8f} + } +}; + +StandTile tile_838 = { + 0x07f008, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2177, -24, 1452, 0x0000}, + {2194, -24, 1452, 0x0d8f}, + {2177, -24, 1447, 0x0000} + } +}; + +StandTile tile_839 = { + 0x07ef08, 0x0f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2281, -24, 1158, 0x0da3}, + {2206, -24, 1238, 0x0d9f}, + {2281, -24, 1238, 0x0000} + } +}; + +StandTile tile_840 = { + 0x07ee08, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2206, -24, 1273, 0x0d6f}, + {2281, -24, 1238, 0x0d9b}, + {2206, -24, 1238, 0x0db9} + } +}; + +StandTile tile_841 = { + 0x07ed08, 0x0f, + 0x0, + 0x1, 0x1, 0x1, + 5, + 0x0, 0x1, 0x2, + { + {2206, -24, 1238, 0x0d9b}, + {2281, -24, 1158, 0x0dc9}, + {2206, -24, 1158, 0x0000}, + {2206, -24, 1172, 0x0e0b}, + {2206, -24, 1207, 0x0000} + } +}; + +StandTile tile_842 = { + 0x07ec0a, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2107, -24, 1238, 0x0dad}, + {2121, -24, 1309, 0x0db5}, + {2121, -24, 1273, 0x0db1} + } +}; + +StandTile tile_843 = { + 0x07ec09, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2107, -24, 1238, 0x0000}, + {2107, -24, 1325, 0x0d63}, + {2121, -24, 1309, 0x0da9} + } +}; + +StandTile tile_844 = { + 0x07eb08, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2206, -24, 1238, 0x0000}, + {2107, -24, 1238, 0x0da9}, + {2121, -24, 1273, 0x0db5} + } +}; + +StandTile tile_845 = { + 0x07ea0a, 0x0f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2121, -24, 1309, 0x0db9}, + {2206, -24, 1238, 0x0db1}, + {2121, -24, 1273, 0x0da9} + } +}; + +StandTile tile_846 = { + 0x07ea09, 0x0f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2121, -24, 1309, 0x0d5f}, + {2206, -24, 1273, 0x0d9f}, + {2206, -24, 1238, 0x0db5} + } +}; + +StandTile tile_847 = { + 0x07e90a, 0x0f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2286, -24, 1099, 0x0dc1}, + {2281, -24, 1078, 0x0dcd}, + {2281, -24, 1113, 0x0dc5} + } +}; + +StandTile tile_848 = { + 0x07e909, 0x0f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2286, -24, 1099, 0x0000}, + {2286, -24, 1078, 0x0000}, + {2281, -24, 1078, 0x0dbd} + } +}; + +StandTile tile_849 = { + 0x07e808, 0x0f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2286, -24, 1113, 0x0000}, + {2286, -24, 1099, 0x0dbd}, + {2281, -24, 1113, 0x0000} + } +}; + +StandTile tile_850 = { + 0x07e70a, 0x0f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2281, -24, 1158, 0x0dcd}, + {2206, -24, 1042, 0x0000}, + {2206, -24, 1158, 0x0da3} + } +}; + +StandTile tile_851 = { + 0x07e709, 0x0f, + 0x0, + 0x2, 0x2, 0x2, + 9, + 0x0, 0x3, 0x8, + { + {2281, -24, 1158, 0x0000}, + {2281, -24, 1113, 0x0dbd}, + {2281, -24, 1078, 0x0000}, + {2281, -24, 1042, 0x0000}, + {2260, -24, 1042, 0x0e4b}, + {2255, -24, 1042, 0x0e47}, + {2229, -24, 1042, 0x0e4f}, + {2225, -24, 1042, 0x0000}, + {2206, -24, 1042, 0x0dc9} + } +}; + +StandTile tile_852 = { + 0x07e608, 0x0f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2107, -24, 1419, 0x0000}, + {2107, -24, 1447, 0x0ddb}, + {2116, -24, 1419, 0x0000} + } +}; + +StandTile tile_853 = { + 0x07e508, 0x0f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2107, -24, 1447, 0x0000}, + {2177, -24, 1447, 0x0ddf}, + {2116, -24, 1419, 0x0dd7} + } +}; + +StandTile tile_854 = { + 0x07e408, 0x0f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2116, -24, 1419, 0x0ddb}, + {2177, -24, 1447, 0x0de3}, + {2116, -24, 1393, 0x0000} + } +}; + +StandTile tile_855 = { + 0x07e30a, 0x0f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2177, -24, 1447, 0x0de7}, + {2246, -24, 1440, 0x0def}, + {2116, -24, 1393, 0x0ddf} + } +}; + +StandTile tile_856 = { + 0x07e309, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2177, -24, 1447, 0x0d8f}, + {2213, -24, 1447, 0x0d8b}, + {2246, -24, 1440, 0x0de3} + } +}; + +StandTile tile_857 = { + 0x07e20a, 0x0f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2116, -24, 1393, 0x0def}, + {2246, -24, 1304, 0x0d6b}, + {2116, -24, 1337, 0x0d5b} + } +}; + +StandTile tile_858 = { + 0x07e209, 0x0f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2116, -24, 1393, 0x0de3}, + {2246, -24, 1440, 0x0d83}, + {2246, -24, 1304, 0x0deb} + } +}; + +StandTile tile_859 = { + 0x07e10a, 0x0e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2107, -24, 1139, 0x0df7}, + {2196, -24, 1228, 0x0000}, + {2196, -24, 1207, 0x0e07} + } +}; + +StandTile tile_860 = { + 0x07e109, 0x0e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2107, -24, 1139, 0x0000}, + {2107, -24, 1228, 0x0000}, + {2196, -24, 1228, 0x0df3} + } +}; + +StandTile tile_861 = { + 0x07e008, 0x0e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2196, -24, 1047, 0x0000}, + {2140, -24, 1047, 0x0e03}, + {2196, -24, 1172, 0x0000} + } +}; + +StandTile tile_862 = { + 0x07df0a, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2196, -24, 1172, 0x0e03}, + {2107, -24, 1047, 0x0e07}, + {2196, -24, 1207, 0x0e0f} + } +}; + +StandTile tile_863 = { + 0x07df09, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2196, -24, 1172, 0x0dfb}, + {2140, -24, 1047, 0x0000}, + {2107, -24, 1047, 0x0dff} + } +}; + +StandTile tile_864 = { + 0x07de08, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2107, -24, 1047, 0x0000}, + {2107, -24, 1139, 0x0df3}, + {2196, -24, 1207, 0x0dff} + } +}; + +StandTile tile_865 = { + 0x07dd0a, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2206, -24, 1172, 0x0e0f}, + {2196, -24, 1207, 0x0000}, + {2206, -24, 1207, 0x0da3} + } +}; + +StandTile tile_866 = { + 0x07dd09, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2206, -24, 1172, 0x0000}, + {2196, -24, 1172, 0x0dff}, + {2196, -24, 1207, 0x0e0b} + } +}; + +StandTile tile_867 = { + 0x05a10a, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2133, -24, 961, 0x0e17}, + {2231, -24, 931, 0x0e33}, + {2128, -24, 908, 0x0e3b} + } +}; + +StandTile tile_868 = { + 0x05a109, 0x0d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2133, -24, 961, 0x0e1f}, + {2234, -24, 988, 0x0e2b}, + {2231, -24, 931, 0x0e13} + } +}; + +StandTile tile_869 = { + 0x05a00a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2234, -24, 988, 0x0e1f}, + {2107, -24, 1038, 0x0000}, + {2225, -24, 1038, 0x0e23} + } +}; + +StandTile tile_870 = { + 0x05a009, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2234, -24, 988, 0x0e17}, + {2133, -24, 961, 0x0e3b}, + {2107, -24, 1038, 0x0e1b} + } +}; + +StandTile tile_871 = { + 0x059f08, 0x0d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2234, -24, 988, 0x0e1b}, + {2225, -24, 1038, 0x0e43}, + {2260, -24, 1038, 0x0e27} + } +}; + +StandTile tile_872 = { + 0x059e08, 0x0d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2281, -24, 1038, 0x0e2f}, + {2234, -24, 988, 0x0e23}, + {2260, -24, 1038, 0x0000} + } +}; + +StandTile tile_873 = { + 0x059d0a, 0x0d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2234, -24, 988, 0x0e2f}, + {2281, -24, 857, 0x0e37}, + {2231, -24, 931, 0x0e17} + } +}; + +StandTile tile_874 = { + 0x059d09, 0x0d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2234, -24, 988, 0x0e27}, + {2281, -24, 1038, 0x0000}, + {2281, -24, 857, 0x0e2b} + } +}; + +StandTile tile_875 = { + 0x059c0a, 0x0d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2231, -24, 931, 0x0e37}, + {2107, -24, 857, 0x0e3f}, + {2128, -24, 908, 0x0e13} + } +}; + +StandTile tile_876 = { + 0x059c09, 0x0d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2231, -24, 931, 0x0e2b}, + {2281, -24, 857, 0x0000}, + {2107, -24, 857, 0x0e33} + } +}; + +StandTile tile_877 = { + 0x059b0a, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2128, -24, 908, 0x0e3f}, + {2107, -24, 1038, 0x0e1f}, + {2133, -24, 961, 0x0e13} + } +}; + +StandTile tile_878 = { + 0x059b09, 0x0d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2128, -24, 908, 0x0e33}, + {2107, -24, 857, 0x0000}, + {2107, -24, 1038, 0x0e3b} + } +}; + +StandTile tile_879 = { + 0x059a0a, 0x0d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2225, -24, 1038, 0x0e47}, + {2255, -24, 1042, 0x0e4b}, + {2260, -24, 1038, 0x0e23} + } +}; + +StandTile tile_880 = { + 0x059a09, 0x0d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2225, -24, 1038, 0x0e4f}, + {2229, -24, 1042, 0x0dcd}, + {2255, -24, 1042, 0x0e43} + } +}; + +StandTile tile_881 = { + 0x059908, 0x0d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2255, -24, 1042, 0x0dcd}, + {2260, -24, 1042, 0x0000}, + {2260, -24, 1038, 0x0e43} + } +}; + +StandTile tile_882 = { + 0x059808, 0x0d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2225, -24, 1042, 0x0dcd}, + {2229, -24, 1042, 0x0e47}, + {2225, -24, 1038, 0x0000} + } +}; + +StandTile tile_883 = { + 0x07510a, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1749, 9, 1939, 0x0e57}, + {1777, 9, 1944, 0x0000}, + {1777, 9, 1939, 0x0cb8} + } +}; + +StandTile tile_884 = { + 0x075109, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1749, 9, 1939, 0x0000}, + {1749, 9, 1944, 0x0e5f}, + {1777, 9, 1944, 0x0e53} + } +}; + +StandTile tile_885 = { + 0x073f0a, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1777, -16, 1944, 0x0e5f}, + {1749, 9, 1944, 0x0000}, + {1749, -16, 1944, 0x0e67} + } +}; + +StandTile tile_886 = { + 0x073f09, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1777, -16, 1944, 0x0000}, + {1777, 9, 1944, 0x0e57}, + {1749, 9, 1944, 0x0e5b} + } +}; + +StandTile tile_887 = { + 0x073e0a, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1777, -24, 1944, 0x0e67}, + {1749, -16, 1944, 0x0000}, + {1749, -24, 1944, 0x0ec2} + } +}; + +StandTile tile_888 = { + 0x073e09, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1777, -24, 1944, 0x0000}, + {1777, -16, 1944, 0x0e5b}, + {1749, -16, 1944, 0x0e63} + } +}; + +StandTile tile_889 = { + 0x06f60a, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1984, -16, 1944, 0x0e6f}, + {1956, 9, 1944, 0x0000}, + {1956, -16, 1944, 0x0e77} + } +}; + +StandTile tile_890 = { + 0x06f609, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1984, -16, 1944, 0x0000}, + {1984, 9, 1944, 0x0e7f}, + {1956, 9, 1944, 0x0e6b} + } +}; + +StandTile tile_891 = { + 0x06f50a, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1984, -24, 1944, 0x0e77}, + {1956, -16, 1944, 0x0000}, + {1956, -24, 1944, 0x0ef8} + } +}; + +StandTile tile_892 = { + 0x06f509, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1984, -24, 1944, 0x0000}, + {1984, -16, 1944, 0x0e6b}, + {1956, -16, 1944, 0x0e73} + } +}; + +StandTile tile_893 = { + 0x06d70a, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1956, 9, 1939, 0x0e7f}, + {1984, 9, 1944, 0x0000}, + {1984, 9, 1939, 0x0caf} + } +}; + +StandTile tile_894 = { + 0x06d709, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1956, 9, 1939, 0x0000}, + {1956, 9, 1944, 0x0e6f}, + {1984, 9, 1944, 0x0e7b} + } +}; + +StandTile tile_895 = { + 0x0a150a, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1806, -24, 2036, 0x0e87}, + {1810, -24, 1977, 0x0000}, + {1806, -24, 1977, 0x0f26} + } +}; + +StandTile tile_896 = { + 0x0a1509, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {1806, -24, 2036, 0x0000}, + {1810, -24, 2036, 0x0f2f}, + {1810, -24, 2029, 0x0f34}, + {1810, -24, 1977, 0x0e83} + } +}; + +StandTile tile_897 = { + 0x06160a, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1711, -24, 2045, 0x0e90}, + {1702, -24, 1944, 0x0000}, + {1702, -24, 2045, 0x0e94} + } +}; + +StandTile tile_898 = { + 0x061609, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1711, -24, 2045, 0x0ecc}, + {1744, -24, 1961, 0x0ebe}, + {1702, -24, 1944, 0x0e8c} + } +}; + +StandTile tile_899 = { + 0x06150a, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1702, -24, 2045, 0x0e98}, + {1721, -24, 2118, 0x0ea0}, + {1711, -24, 2045, 0x0e8c} + } +}; + +StandTile tile_900 = { + 0x061509, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1702, -24, 2045, 0x0000}, + {1702, -24, 2118, 0x0000}, + {1721, -24, 2118, 0x0e94} + } +}; + +StandTile tile_901 = { + 0x06140a, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1711, -24, 2045, 0x0ea0}, + {1758, -24, 2118, 0x0ea8}, + {1749, -24, 2045, 0x0ecc} + } +}; + +StandTile tile_902 = { + 0x061409, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1711, -24, 2045, 0x0e94}, + {1721, -24, 2118, 0x0ed0}, + {1758, -24, 2118, 0x0e9c} + } +}; + +StandTile tile_903 = { + 0x06130a, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1749, -24, 2045, 0x0ea8}, + {1803, -24, 2118, 0x0000}, + {1803, -24, 2045, 0x0eac} + } +}; + +StandTile tile_904 = { + 0x061309, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1749, -24, 2045, 0x0e9c}, + {1758, -24, 2118, 0x0000}, + {1803, -24, 2118, 0x0ea4} + } +}; + +StandTile tile_905 = { + 0x061208, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {1749, -24, 2045, 0x0ea4}, + {1803, -24, 2045, 0x0000}, + {1803, -24, 2036, 0x0f2a}, + {1803, -24, 2029, 0x0eb1} + } +}; + +StandTile tile_906 = { + 0x06110a, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {1803, -24, 1972, 0x0eb6}, + {1749, -24, 2045, 0x0eac}, + {1803, -24, 2029, 0x0f2a}, + {1803, -24, 1977, 0x0000} + } +}; + +StandTile tile_907 = { + 0x061109, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1803, -24, 1972, 0x0eba}, + {1782, -24, 1961, 0x0ec8}, + {1749, -24, 2045, 0x0eb1} + } +}; + +StandTile tile_908 = { + 0x06100a, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1803, -24, 1972, 0x0000}, + {1803, -24, 1944, 0x0ec2}, + {1782, -24, 1961, 0x0eb6} + } +}; + +StandTile tile_909 = { + 0x060f0a, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1782, -24, 1961, 0x0ec2}, + {1702, -24, 1944, 0x0e90}, + {1744, -24, 1961, 0x0ec8} + } +}; + +StandTile tile_910 = { + 0x060f09, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x1, 0x4, + { + {1782, -24, 1961, 0x0eba}, + {1803, -24, 1944, 0x0000}, + {1777, -24, 1944, 0x0e63}, + {1749, -24, 1944, 0x0000}, + {1702, -24, 1944, 0x0ebe} + } +}; + +StandTile tile_911 = { + 0x060e0a, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1744, -24, 1961, 0x0ecc}, + {1749, -24, 2045, 0x0eb6}, + {1782, -24, 1961, 0x0ebe} + } +}; + +StandTile tile_912 = { + 0x060e09, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1744, -24, 1961, 0x0e90}, + {1711, -24, 2045, 0x0e9c}, + {1749, -24, 2045, 0x0ec8} + } +}; + +StandTile tile_913 = { + 0x060d0a, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1726, -24, 2123, 0x0ed4}, + {1758, -24, 2118, 0x0ea0}, + {1721, -24, 2118, 0x0ed8} + } +}; + +StandTile tile_914 = { + 0x060d09, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1726, -24, 2123, 0x0000}, + {1754, -24, 2123, 0x0edc}, + {1758, -24, 2118, 0x0ed0} + } +}; + +StandTile tile_915 = { + 0x060c08, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1721, -24, 2123, 0x0000}, + {1726, -24, 2123, 0x0ed0}, + {1721, -24, 2118, 0x0000} + } +}; + +StandTile tile_916 = { + 0x060b08, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1754, -24, 2123, 0x0000}, + {1758, -24, 2123, 0x0000}, + {1758, -24, 2118, 0x0ed4} + } +}; + +StandTile tile_917 = { + 0x060a0a, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1919, -24, 2118, 0x0ee4}, + {1956, -24, 2045, 0x0f02}, + {1919, -24, 2045, 0x0f41} + } +}; + +StandTile tile_918 = { + 0x060a09, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1919, -24, 2118, 0x0000}, + {2022, -24, 2118, 0x0ef0}, + {1956, -24, 2045, 0x0ee0} + } +}; + +StandTile tile_919 = { + 0x060908, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1919, -24, 1972, 0x0f3d}, + {1952, -24, 1961, 0x0ef4}, + {1919, -24, 1944, 0x0f4d} + } +}; + +StandTile tile_920 = { + 0x06080a, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1956, -24, 2045, 0x0ef0}, + {2022, -24, 1944, 0x0ef8}, + {1989, -24, 1961, 0x0f02} + } +}; + +StandTile tile_921 = { + 0x060809, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1956, -24, 2045, 0x0ee4}, + {2022, -24, 2118, 0x0f51}, + {2022, -24, 1944, 0x0eec} + } +}; + +StandTile tile_922 = { + 0x06070a, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1989, -24, 1961, 0x0ef8}, + {1919, -24, 1944, 0x0ee8}, + {1952, -24, 1961, 0x0efe} + } +}; + +StandTile tile_923 = { + 0x060709, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x1, 0x4, + { + {1989, -24, 1961, 0x0eec}, + {2022, -24, 1944, 0x0000}, + {1984, -24, 1944, 0x0e73}, + {1956, -24, 1944, 0x0000}, + {1919, -24, 1944, 0x0ef4} + } +}; + +StandTile tile_924 = { + 0x06060a, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1919, -24, 2045, 0x0f02}, + {1989, -24, 1961, 0x0ef4}, + {1952, -24, 1961, 0x0f3d} + } +}; + +StandTile tile_925 = { + 0x060609, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1919, -24, 2045, 0x0ee0}, + {1956, -24, 2045, 0x0eec}, + {1989, -24, 1961, 0x0efe} + } +}; + +StandTile tile_926 = { + 0x06050a, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1810, -24, 2118, 0x0f0a}, + {1853, -24, 2045, 0x0f22}, + {1815, -24, 2045, 0x0f12} + } +}; + +StandTile tile_927 = { + 0x060509, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1810, -24, 2118, 0x0000}, + {1919, -24, 2118, 0x0f41}, + {1853, -24, 2045, 0x0f06} + } +}; + +StandTile tile_928 = { + 0x060408, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1810, -24, 1972, 0x0f34}, + {1848, -24, 1961, 0x0f16}, + {1810, -24, 1944, 0x0000} + } +}; + +StandTile tile_929 = { + 0x060308, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1810, -24, 2045, 0x0000}, + {1810, -24, 2118, 0x0f06}, + {1815, -24, 2045, 0x0f2f} + } +}; + +StandTile tile_930 = { + 0x06020a, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1886, -24, 1961, 0x0f1a}, + {1810, -24, 1944, 0x0f0e}, + {1848, -24, 1961, 0x0f1e} + } +}; + +StandTile tile_931 = { + 0x060209, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1886, -24, 1961, 0x0f4d}, + {1919, -24, 1944, 0x0000}, + {1810, -24, 1944, 0x0f16} + } +}; + +StandTile tile_932 = { + 0x06010a, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1815, -24, 2045, 0x0f22}, + {1886, -24, 1961, 0x0f16}, + {1848, -24, 1961, 0x0f39} + } +}; + +StandTile tile_933 = { + 0x060109, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1815, -24, 2045, 0x0f06}, + {1853, -24, 2045, 0x0f45}, + {1886, -24, 1961, 0x0f1e} + } +}; + +StandTile tile_934 = { + 0x0a140a, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1806, -24, 1977, 0x0f2a}, + {1803, -24, 2036, 0x0000}, + {1806, -24, 2036, 0x0e83} + } +}; + +StandTile tile_935 = { + 0x0a1409, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {1806, -24, 1977, 0x0000}, + {1803, -24, 1977, 0x0eb1}, + {1803, -24, 2029, 0x0eac}, + {1803, -24, 2036, 0x0f26} + } +}; + +StandTile tile_936 = { + 0x060008, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {1810, -24, 2045, 0x0f12}, + {1815, -24, 2045, 0x0f39}, + {1810, -24, 2029, 0x0e87}, + {1810, -24, 2036, 0x0000} + } +}; + +StandTile tile_937 = { + 0x05ff0a, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {1810, -24, 2029, 0x0f39}, + {1848, -24, 1961, 0x0f0e}, + {1810, -24, 1972, 0x0000}, + {1810, -24, 1977, 0x0e87} + } +}; + +StandTile tile_938 = { + 0x05ff09, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1810, -24, 2029, 0x0f2f}, + {1815, -24, 2045, 0x0f1e}, + {1848, -24, 1961, 0x0f34} + } +}; + +StandTile tile_939 = { + 0x05fe08, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1919, -24, 2045, 0x0efe}, + {1952, -24, 1961, 0x0ee8}, + {1919, -24, 1972, 0x0f49} + } +}; + +StandTile tile_940 = { + 0x05fd08, 0x0c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1919, -24, 2118, 0x0ee0}, + {1919, -24, 2045, 0x0f49}, + {1853, -24, 2045, 0x0f0a} + } +}; + +StandTile tile_941 = { + 0x05fc0a, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1853, -24, 2045, 0x0f49}, + {1919, -24, 1972, 0x0f4d}, + {1886, -24, 1961, 0x0f22} + } +}; + +StandTile tile_942 = { + 0x05fc09, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1853, -24, 2045, 0x0f41}, + {1919, -24, 2045, 0x0f3d}, + {1919, -24, 1972, 0x0f45} + } +}; + +StandTile tile_943 = { + 0x05fb08, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1919, -24, 1972, 0x0ee8}, + {1919, -24, 1944, 0x0f1a}, + {1886, -24, 1961, 0x0f45} + } +}; + +StandTile tile_944 = { + 0x05fa0a, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2022, -24, 2118, 0x0f55}, + {2050, -24, 1944, 0x0000}, + {2022, -24, 1944, 0x0ef0} + } +}; + +StandTile tile_945 = { + 0x05fa09, 0x0c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {2022, -24, 2118, 0x0000}, + {2050, -24, 2118, 0x0000}, + {2050, -24, 1944, 0x0f51} + } +}; + +StandTile tile_946 = { + 0x001308, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1952, -24, 1624, 0x0f85}, + {1806, -24, 1478, 0x0000}, + {1806, -24, 1615, 0x0ccc} + } +}; + +StandTile tile_947 = { + 0x0a1e08, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2102, -24, 1407, 0x0000}, + {2093, -24, 1407, 0x0f6d}, + {1966, -24, 1445, 0x0f7d} + } +}; + +StandTile tile_948 = { + 0x0a1d0a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2102, -24, 1326, 0x0f65}, + {1966, -24, 1309, 0x0f69}, + {2093, -24, 1326, 0x0000} + } +}; + +StandTile tile_949 = { + 0x0a1d09, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2102, -24, 1326, 0x0000}, + {2102, -24, 1276, 0x0f79}, + {1966, -24, 1309, 0x0f61} + } +}; + +StandTile tile_950 = { + 0x0a1c08, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2093, -24, 1407, 0x0faf}, + {2093, -24, 1326, 0x0f61}, + {1966, -24, 1309, 0x0f6d} + } +}; + +StandTile tile_951 = { + 0x0a1b08, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1966, -24, 1445, 0x0f5d}, + {2093, -24, 1407, 0x0f69}, + {1966, -24, 1309, 0x0f91} + } +}; + +StandTile tile_952 = { + 0x002508, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1966, -24, 1445, 0x0f85}, + {1952, -24, 1624, 0x0cc8}, + {2041, -24, 1563, 0x0f81} + } +}; + +StandTile tile_953 = { + 0x002408, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2102, -24, 1276, 0x0000}, + {2102, -24, 1238, 0x0fe4}, + {1984, -24, 1238, 0x0f79} + } +}; + +StandTile tile_954 = { + 0x002308, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1984, -24, 1238, 0x0f99}, + {1966, -24, 1309, 0x0f65}, + {2102, -24, 1276, 0x0f75} + } +}; + +StandTile tile_955 = { + 0x002008, 0x0b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2102, -24, 1563, 0x0000}, + {2102, -24, 1407, 0x0f5d}, + {1966, -24, 1445, 0x0f81} + } +}; + +StandTile tile_956 = { + 0x001f08, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1966, -24, 1445, 0x0f71}, + {2041, -24, 1563, 0x0000}, + {2102, -24, 1563, 0x0f7d} + } +}; + +StandTile tile_957 = { + 0x001e08, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1806, -24, 1478, 0x0f59}, + {1952, -24, 1624, 0x0f71}, + {1966, -24, 1445, 0x0f89} + } +}; + +StandTile tile_958 = { + 0x001d08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1806, -24, 1346, 0x0000}, + {1806, -24, 1478, 0x0f85}, + {1966, -24, 1445, 0x0f8d} + } +}; + +StandTile tile_959 = { + 0x001c08, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1886, -24, 1304, 0x0f95}, + {1806, -24, 1346, 0x0f89}, + {1966, -24, 1445, 0x0f91} + } +}; + +StandTile tile_960 = { + 0x001b08, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1966, -24, 1445, 0x0f6d}, + {1966, -24, 1309, 0x0f99}, + {1886, -24, 1304, 0x0f8d} + } +}; + +StandTile tile_961 = { + 0x001a08, 0x0b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1806, -24, 1304, 0x0000}, + {1806, -24, 1346, 0x0f8d}, + {1886, -24, 1304, 0x0000} + } +}; + +StandTile tile_962 = { + 0x001908, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1966, -24, 1309, 0x0f79}, + {1984, -24, 1238, 0x0f9d}, + {1886, -24, 1304, 0x0f91} + } +}; + +StandTile tile_963 = { + 0x001808, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1886, -24, 1304, 0x0f99}, + {1984, -24, 1238, 0x0fe4}, + {1886, -24, 1238, 0x0000} + } +}; + +StandTile tile_964 = { + 0x00920a, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2093, -19, 1407, 0x0fa5}, + {2112, -19, 1326, 0x0000}, + {2093, -19, 1326, 0x0fab} + } +}; + +StandTile tile_965 = { + 0x009209, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 5, + 0x0, 0x1, 0x4, + { + {2093, -19, 1407, 0x0000}, + {2112, -19, 1407, 0x0000}, + {2112, -19, 1393, 0x0d4f}, + {2112, -19, 1337, 0x0000}, + {2112, -19, 1326, 0x0fa1} + } +}; + +StandTile tile_966 = { + 0x00910a, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2093, -24, 1326, 0x0faf}, + {2093, -19, 1407, 0x0fa1}, + {2093, -19, 1326, 0x0000} + } +}; + +StandTile tile_967 = { + 0x009109, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2093, -24, 1326, 0x0f69}, + {2093, -24, 1407, 0x0000}, + {2093, -19, 1407, 0x0fab} + } +}; + +StandTile tile_968 = { + 0x004a08, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2017, -24, 965, 0x0ff5}, + {2102, -24, 965, 0x0000}, + {2102, -24, 852, 0x0fb7} + } +}; + +StandTile tile_969 = { + 0x005408, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2013, -24, 767, 0x0fd7}, + {2017, -24, 965, 0x0fb3}, + {2102, -24, 852, 0x0fbb} + } +}; + +StandTile tile_970 = { + 0x005308, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2135, -24, 800, 0x0fc3}, + {2013, -24, 767, 0x0fb7}, + {2102, -24, 852, 0x0fbf} + } +}; + +StandTile tile_971 = { + 0x005208, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2102, -24, 852, 0x0000}, + {2135, -24, 852, 0x0000}, + {2135, -24, 800, 0x0fbb} + } +}; + +StandTile tile_972 = { + 0x005108, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2135, -24, 800, 0x0000}, + {2135, -24, 696, 0x0fc7}, + {2013, -24, 767, 0x0fbb} + } +}; + +StandTile tile_973 = { + 0x005008, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2013, -24, 767, 0x0fc3}, + {2135, -24, 696, 0x0000}, + {2022, -24, 696, 0x0fcb} + } +}; + +StandTile tile_974 = { + 0x004f08, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2022, -24, 696, 0x0fcf}, + {1796, -24, 725, 0x0fdc}, + {2013, -24, 767, 0x0fc7} + } +}; + +StandTile tile_975 = { + 0x004e08, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1796, -24, 725, 0x0fcb}, + {2022, -24, 696, 0x0000}, + {2022, -24, 645, 0x0fd3} + } +}; + +StandTile tile_976 = { + 0x004d08, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2022, -24, 645, 0x0fe0}, + {1796, -24, 588, 0x0000}, + {1796, -24, 725, 0x0fcf} + } +}; + +StandTile tile_977 = { + 0x004c08, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {1796, -24, 965, 0x0000}, + {1886, -24, 965, 0x0fed}, + {2017, -24, 965, 0x0fb7}, + {2013, -24, 767, 0x0fdc} + } +}; + +StandTile tile_978 = { + 0x004b08, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2013, -24, 767, 0x0fcb}, + {1796, -24, 725, 0x0000}, + {1796, -24, 965, 0x0fd7} + } +}; + +StandTile tile_979 = { + 0x005b08, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1796, -24, 588, 0x0fd3}, + {2022, -24, 645, 0x0000}, + {2022, -24, 339, 0x0d33} + } +}; + +StandTile tile_980 = { + 0x002a08, 0x0a, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x2, 0x3, + { + {1886, -24, 1238, 0x0f9d}, + {1984, -24, 1238, 0x0f75}, + {2102, -24, 1238, 0x0fe9}, + {1886, -24, 993, 0x0000} + } +}; + +StandTile tile_981 = { + 0x002908, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1886, -24, 993, 0x0fe4}, + {2102, -24, 1238, 0x0000}, + {2102, -24, 993, 0x0ff1} + } +}; + +StandTile tile_982 = { + 0x002808, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1886, -24, 965, 0x0000}, + {1886, -24, 993, 0x0ff1}, + {2017, -24, 965, 0x0fd7} + } +}; + +StandTile tile_983 = { + 0x002708, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2017, -24, 965, 0x0fed}, + {1886, -24, 993, 0x0fe9}, + {2102, -24, 993, 0x0ff5} + } +}; + +StandTile tile_984 = { + 0x002608, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2102, -24, 993, 0x0000}, + {2102, -24, 965, 0x0fb3}, + {2017, -24, 965, 0x0ff1} + } +}; + +StandTile tile_985 = { + 0x211b02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {742, -24, -125, 0x0ffd}, + {1131, -24, -268, 0x0000}, + {897, -24, -262, 0x1056} + } +}; + +StandTile tile_986 = { + 0x211b01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {742, -24, -125, 0x0000}, + {1087, -24, -125, 0x100d}, + {1131, -24, -268, 0x0ff9} + } +}; + +StandTile tile_987 = { + 0x211900, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1085, -24, 221, 0x0d3f}, + {1316, -24, 66, 0x1005}, + {1085, -24, -10, 0x0000} + } +}; + +StandTile tile_988 = { + 0x20e300, 0x09, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1085, -24, -10, 0x1001}, + {1316, -24, 66, 0x1012}, + {1085, -24, -118, 0x0000} + } +}; + +StandTile tile_989 = { + 0x20e200, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1316, -24, -264, 0x100d}, + {1085, -24, -118, 0x1012}, + {1316, -24, -43, 0x0000} + } +}; + +StandTile tile_990 = { + 0x20e100, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {1316, -24, -264, 0x0000}, + {1131, -24, -268, 0x0ffd}, + {1087, -24, -125, 0x0000}, + {1085, -24, -118, 0x1009} + } +}; + +StandTile tile_991 = { + 0x20de00, 0x09, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1316, -24, 66, 0x0000}, + {1316, -24, -43, 0x1009}, + {1085, -24, -118, 0x1005} + } +}; + +StandTile tile_992 = { + 0x1f6402, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-360, -24, -466, 0x101a}, + {-344, -24, -377, 0x103e}, + {-344, -24, -466, 0x0000} + } +}; + +StandTile tile_993 = { + 0x1f6401, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-360, -24, -466, 0x10f0}, + {-360, -24, -377, 0x0000}, + {-344, -24, -377, 0x1016} + } +}; + +StandTile tile_994 = { + 0x1f6302, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {97, -24, -478, 0x1022}, + {-172, -24, -563, 0x102e}, + {-344, -24, -466, 0x1042} + } +}; + +StandTile tile_995 = { + 0x1f6301, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {97, -24, -478, 0x1036}, + {-68, -24, -563, 0x0000}, + {-172, -24, -563, 0x101e} + } +}; + +StandTile tile_996 = { + 0x1f6202, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-355, -24, -567, 0x102a}, + {-344, -24, -490, 0x1032}, + {-172, -24, -577, 0x0000} + } +}; + +StandTile tile_997 = { + 0x1f6201, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-355, -24, -567, 0x0000}, + {-357, -24, -490, 0x0000}, + {-344, -24, -490, 0x1026} + } +}; + +StandTile tile_998 = { + 0x1f6102, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -24, -577, 0x1032}, + {-344, -24, -466, 0x101e}, + {-172, -24, -563, 0x0000} + } +}; + +StandTile tile_999 = { + 0x1f6101, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-172, -24, -577, 0x1026}, + {-344, -24, -490, 0x0000}, + {-344, -24, -466, 0x102e} + } +}; + +StandTile tile_1000 = { + 0x1f6002, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {92, -24, -577, 0x103a}, + {-68, -24, -563, 0x1022}, + {97, -24, -478, 0x0000} + } +}; + +StandTile tile_1001 = { + 0x1f6001, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {92, -24, -577, 0x0000}, + {-68, -24, -577, 0x0000}, + {-68, -24, -563, 0x1036} + } +}; + +StandTile tile_1002 = { + 0x1f5f02, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {97, -24, -367, 0x1042}, + {-344, -24, -466, 0x1016}, + {-344, -24, -377, 0x1046} + } +}; + +StandTile tile_1003 = { + 0x1f5f01, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {97, -24, -367, 0x1052}, + {97, -24, -478, 0x101e}, + {-344, -24, -466, 0x103e} + } +}; + +StandTile tile_1004 = { + 0x1f5e02, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-344, -24, -377, 0x104a}, + {89, -24, -278, 0x0000}, + {97, -24, -367, 0x103e} + } +}; + +StandTile tile_1005 = { + 0x1f5e01, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-344, -24, -377, 0x0000}, + {-344, -24, -278, 0x0000}, + {89, -24, -278, 0x1046} + } +}; + +StandTile tile_1006 = { + 0x1f5d02, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {115, -24, -478, 0x1052}, + {97, -24, -367, 0x0000}, + {115, -24, -368, 0x107b} + } +}; + +StandTile tile_1007 = { + 0x1f5d01, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {115, -24, -478, 0x0000}, + {97, -24, -478, 0x1042}, + {97, -24, -367, 0x104e} + } +}; + +StandTile tile_1008 = { + 0x1c9700, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {742, -24, -125, 0x0ff9}, + {897, -24, -262, 0x0000}, + {626, -24, -254, 0x105a} + } +}; + +StandTile tile_1009 = { + 0x1c9600, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {626, -24, -124, 0x13bd}, + {742, -24, -125, 0x1056}, + {626, -24, -254, 0x106a} + } +}; + +StandTile tile_1010 = { + 0x1c9500, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {142, -24, -124, 0x1072}, + {120, -24, -253, 0x1062}, + {68, -24, -101, 0x13df} + } +}; + +StandTile tile_1011 = { + 0x1c9402, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {120, -24, -253, 0x1066}, + {-120, -24, -102, 0x0000}, + {68, -24, -101, 0x105e} + } +}; + +StandTile tile_1012 = { + 0x1c9401, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {120, -24, -253, 0x0000}, + {-120, -24, -254, 0x0000}, + {-120, -24, -102, 0x1062} + } +}; + +StandTile tile_1013 = { + 0x1c9302, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {325, -24, -254, 0x106e}, + {626, -24, -124, 0x105a}, + {626, -24, -254, 0x0000} + } +}; + +StandTile tile_1014 = { + 0x1c9301, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {325, -24, -254, 0x1077}, + {142, -24, -124, 0x13b9}, + {626, -24, -124, 0x106a} + } +}; + +StandTile tile_1015 = { + 0x1c9202, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {142, -24, -124, 0x1077}, + {327, -24, -280, 0x1083}, + {115, -24, -280, 0x0000}, + {120, -24, -253, 0x105e} + } +}; + +StandTile tile_1016 = { + 0x1c9201, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {142, -24, -124, 0x106e}, + {325, -24, -254, 0x0000}, + {327, -24, -280, 0x1072} + } +}; + +StandTile tile_1017 = { + 0x1f5c02, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {567, -24, -280, 0x107f}, + {115, -24, -478, 0x104e}, + {115, -24, -368, 0x1083} + } +}; + +StandTile tile_1018 = { + 0x1f5c01, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {567, -24, -280, 0x0000}, + {567, -24, -403, 0x108c}, + {115, -24, -478, 0x107b} + } +}; + +StandTile tile_1019 = { + 0x1c9100, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {115, -24, -280, 0x1072}, + {327, -24, -280, 0x0000}, + {567, -24, -280, 0x107b}, + {115, -24, -368, 0x0000} + } +}; + +StandTile tile_1020 = { + 0x1c9000, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {746, -24, -280, 0x0000}, + {896, -24, -280, 0x1098}, + {746, -24, -403, 0x0000} + } +}; + +StandTile tile_1021 = { + 0x1c8f00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {115, -24, -968, 0x0000}, + {115, -24, -478, 0x107f}, + {567, -24, -403, 0x1090} + } +}; + +StandTile tile_1022 = { + 0x1c8e00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {567, -24, -403, 0x0000}, + {746, -24, -403, 0x1094}, + {115, -24, -968, 0x108c} + } +}; + +StandTile tile_1023 = { + 0x1c8d02, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {746, -24, -403, 0x1098}, + {897, -24, -735, 0x109c}, + {115, -24, -968, 0x1090} + } +}; + +StandTile tile_1024 = { + 0x1c8d01, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {746, -24, -403, 0x1088}, + {896, -24, -280, 0x0000}, + {897, -24, -735, 0x1094} + } +}; + +StandTile tile_1025 = { + 0x1c8c00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {897, -24, -735, 0x0000}, + {897, -24, -968, 0x0000}, + {115, -24, -968, 0x1094} + } +}; + +StandTile tile_1026 = { + 0x1f7200, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-360, -24, -982, 0x0000}, + {-384, -24, -982, 0x10a4}, + {-351, -24, -591, 0x0000} + } +}; + +StandTile tile_1027 = { + 0x1f7100, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-351, -24, -591, 0x10a0}, + {-384, -24, -982, 0x0000}, + {-525, -24, -991, 0x10a8} + } +}; + +StandTile tile_1028 = { + 0x1f7002, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-525, -24, -991, 0x10ac}, + {-360, -24, -591, 0x0000}, + {-351, -24, -591, 0x10a4} + } +}; + +StandTile tile_1029 = { + 0x1f7001, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-525, -24, -991, 0x0000}, + {-525, -24, -617, 0x10b4}, + {-360, -24, -591, 0x10a8} + } +}; + +StandTile tile_1030 = { + 0x1f6f02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-360, -24, -591, 0x10b4}, + {-525, -24, -589, 0x10b8}, + {-365, -24, -567, 0x0000} + } +}; + +StandTile tile_1031 = { + 0x1f6f01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-360, -24, -591, 0x10ac}, + {-525, -24, -617, 0x0000}, + {-525, -24, -589, 0x10b0} + } +}; + +StandTile tile_1032 = { + 0x1f6e02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-377, -24, -490, 0x10bc}, + {-365, -24, -567, 0x10b0}, + {-525, -24, -589, 0x10c0} + } +}; + +StandTile tile_1033 = { + 0x1f6e01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-377, -24, -490, 0x0000}, + {-365, -24, -490, 0x0000}, + {-365, -24, -567, 0x10b8} + } +}; + +StandTile tile_1034 = { + 0x1f6d02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-525, -24, -589, 0x10c4}, + {-530, -24, -523, 0x10cc}, + {-377, -24, -490, 0x10b8} + } +}; + +StandTile tile_1035 = { + 0x1f6d01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-525, -24, -589, 0x0000}, + {-530, -24, -589, 0x0000}, + {-530, -24, -523, 0x10c0} + } +}; + +StandTile tile_1036 = { + 0x1f6c02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-377, -24, -490, 0x10cc}, + {-530, -24, -447, 0x10d0}, + {-377, -24, -466, 0x0000} + } +}; + +StandTile tile_1037 = { + 0x1f6c01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-377, -24, -490, 0x10c0}, + {-530, -24, -523, 0x10d4}, + {-530, -24, -447, 0x10c8} + } +}; + +StandTile tile_1038 = { + 0x1f6b00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-377, -24, -466, 0x10c8}, + {-530, -24, -447, 0x10fc}, + {-377, -24, -377, 0x10f4} + } +}; + +StandTile tile_1039 = { + 0x1f6a02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-530, -24, -523, 0x10d8}, + {-534, -24, -447, 0x0000}, + {-530, -24, -447, 0x10cc} + } +}; + +StandTile tile_1040 = { + 0x1f6a01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-530, -24, -523, 0x0000}, + {-534, -24, -523, 0x0000}, + {-534, -24, -447, 0x10d4} + } +}; + +StandTile tile_1041 = { + 0x1f6902, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-525, -24, -353, 0x10e0}, + {-377, -24, -267, 0x0000}, + {-377, -24, -278, 0x10e4} + } +}; + +StandTile tile_1042 = { + 0x1f6901, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-525, -24, -353, 0x0000}, + {-530, -24, -267, 0x0000}, + {-377, -24, -267, 0x10dc} + } +}; + +StandTile tile_1043 = { + 0x1f6800, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-525, -24, -353, 0x10dc}, + {-377, -24, -278, 0x10ec}, + {-377, -24, -353, 0x10f8} + } +}; + +StandTile tile_1044 = { + 0x1f6702, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-365, -24, -353, 0x10ec}, + {-377, -24, -278, 0x0000}, + {-365, -24, -278, 0x0000} + } +}; + +StandTile tile_1045 = { + 0x1f6701, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-365, -24, -353, 0x0000}, + {-377, -24, -353, 0x10e4}, + {-377, -24, -278, 0x10e8} + } +}; + +StandTile tile_1046 = { + 0x1f6602, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-360, -24, -466, 0x10f4}, + {-377, -24, -377, 0x0000}, + {-360, -24, -377, 0x101a} + } +}; + +StandTile tile_1047 = { + 0x1f6601, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-360, -24, -466, 0x0000}, + {-377, -24, -466, 0x10d0}, + {-377, -24, -377, 0x10f0} + } +}; + +StandTile tile_1048 = { + 0x1f6502, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-377, -24, -377, 0x10fc}, + {-525, -24, -353, 0x10e4}, + {-377, -24, -353, 0x0000} + } +}; + +StandTile tile_1049 = { + 0x1f6501, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-377, -24, -377, 0x10d0}, + {-530, -24, -447, 0x0000}, + {-525, -24, -353, 0x10f8} + } +}; + +StandTile tile_1050 = { + 0x1c9f00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1316, -24, 855, 0x0000}, + {1316, -24, 864, 0x1129}, + {1448, -24, 855, 0x0000} + } +}; + +StandTile tile_1051 = { + 0x1e6d02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {723, -24, 1565, 0x1109}, + {958, -24, 1418, 0x1184}, + {761, -24, 1418, 0x11ee}, + {723, -24, 1418, 0x11b4} + } +}; + +StandTile tile_1052 = { + 0x1e6d01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {723, -24, 1565, 0x110d}, + {793, -24, 1556, 0x1156}, + {958, -24, 1418, 0x1104} + } +}; + +StandTile tile_1053 = { + 0x1ca800, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {723, -24, 1565, 0x0000}, + {793, -24, 1565, 0x0000}, + {793, -24, 1556, 0x1109} + } +}; + +StandTile tile_1054 = { + 0x1c9c02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {626, -24, 1024, 0x1115}, + {1104, -24, 902, 0x0000}, + {756, -24, 902, 0x13d5} + } +}; + +StandTile tile_1055 = { + 0x1c9c01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {626, -24, 1024, 0x1177}, + {1164, -24, 1024, 0x1121}, + {1104, -24, 902, 0x1111} + } +}; + +StandTile tile_1056 = { + 0x1c9e02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1231, -24, 864, 0x111d}, + {1106, -24, 855, 0x0000}, + {1104, -24, 902, 0x1125} + } +}; + +StandTile tile_1057 = { + 0x1c9e01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1231, -24, 864, 0x0000}, + {1231, -24, 855, 0x0000}, + {1106, -24, 855, 0x1119} + } +}; + +StandTile tile_1058 = { + 0x1c9d02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1316, -24, 864, 0x1125}, + {1104, -24, 902, 0x1115}, + {1164, -24, 1024, 0x1129} + } +}; + +StandTile tile_1059 = { + 0x1c9d01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1316, -24, 864, 0x11b0}, + {1231, -24, 864, 0x1119}, + {1104, -24, 902, 0x1121} + } +}; + +StandTile tile_1060 = { + 0x1ca002, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1164, -24, 1024, 0x112d}, + {1448, -24, 855, 0x1100}, + {1316, -24, 864, 0x1121} + } +}; + +StandTile tile_1061 = { + 0x1ca001, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1164, -24, 1024, 0x1177}, + {1380, -24, 1024, 0x1131}, + {1448, -24, 855, 0x1129} + } +}; + +StandTile tile_1062 = { + 0x1ca102, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1380, -24, 1418, 0x1135}, + {1448, -24, 855, 0x112d}, + {1380, -24, 1024, 0x116a} + } +}; + +StandTile tile_1063 = { + 0x1ca101, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1380, -24, 1418, 0x1139}, + {1448, -24, 1194, 0x0000}, + {1448, -24, 855, 0x1131} + } +}; + +StandTile tile_1064 = { + 0x1ca202, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1509, -24, 1457, 0x113d}, + {1448, -24, 1194, 0x1135}, + {1380, -24, 1418, 0x1149} + } +}; + +StandTile tile_1065 = { + 0x1ca201, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1509, -24, 1457, 0x0000}, + {1509, -24, 1194, 0x0000}, + {1448, -24, 1194, 0x1139} + } +}; + +StandTile tile_1066 = { + 0x1ca402, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1415, -24, 1509, 0x1145}, + {1509, -24, 1615, 0x0000}, + {1509, -24, 1457, 0x1149} + } +}; + +StandTile tile_1067 = { + 0x1ca401, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1415, -24, 1509, 0x0000}, + {1415, -24, 1615, 0x0cec}, + {1509, -24, 1615, 0x1141} + } +}; + +StandTile tile_1068 = { + 0x1ca300, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1415, -24, 1509, 0x1141}, + {1509, -24, 1457, 0x1139}, + {1380, -24, 1418, 0x114d} + } +}; + +StandTile tile_1069 = { + 0x1ca502, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {958, -24, 1418, 0x1152}, + {1415, -24, 1509, 0x1149}, + {1380, -24, 1418, 0x117c}, + {1070, -24, 1418, 0x1184} + } +}; + +StandTile tile_1070 = { + 0x1ca501, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {958, -24, 1418, 0x1156}, + {1066, -24, 1509, 0x0000}, + {1415, -24, 1509, 0x114d} + } +}; + +StandTile tile_1071 = { + 0x1ca702, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {793, -24, 1556, 0x115a}, + {1066, -24, 1509, 0x1152}, + {958, -24, 1418, 0x1109} + } +}; + +StandTile tile_1072 = { + 0x1ca701, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {793, -24, 1556, 0x0000}, + {878, -24, 1556, 0x115e}, + {1066, -24, 1509, 0x1156} + } +}; + +StandTile tile_1073 = { + 0x1ca602, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {878, -24, 1556, 0x1162}, + {1066, -24, 1565, 0x0000}, + {1066, -24, 1509, 0x115a} + } +}; + +StandTile tile_1074 = { + 0x1ca601, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {878, -24, 1556, 0x0000}, + {878, -24, 1565, 0x0000}, + {1066, -24, 1565, 0x115e} + } +}; + +StandTile tile_1075 = { + 0x196f00, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {626, -31, 1024, 0x1213}, + {626, -31, 1418, 0x11a7}, + {814, -31, 1221, 0x11a3} + } +}; + +StandTile tile_1076 = { + 0x192f02, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1380, -31, 1024, 0x116e}, + {1380, -24, 1418, 0x1131}, + {1380, -24, 1024, 0x1172} + } +}; + +StandTile tile_1077 = { + 0x192f01, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1380, -31, 1024, 0x118e}, + {1380, -31, 1418, 0x117c}, + {1380, -24, 1418, 0x116a} + } +}; + +StandTile tile_1078 = { + 0x192e02, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {1380, -24, 1024, 0x1177}, + {626, -31, 1024, 0x11a3}, + {1003, -31, 1024, 0x1192}, + {1380, -31, 1024, 0x116a} + } +}; + +StandTile tile_1079 = { + 0x192e01, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {1380, -24, 1024, 0x112d}, + {1164, -24, 1024, 0x1115}, + {626, -24, 1024, 0x1395}, + {626, -31, 1024, 0x1172} + } +}; + +StandTile tile_1080 = { + 0x193102, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1380, -31, 1418, 0x1180}, + {1070, -24, 1418, 0x114d}, + {1380, -24, 1418, 0x116e} + } +}; + +StandTile tile_1081 = { + 0x193101, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1380, -31, 1418, 0x119a}, + {1070, -31, 1418, 0x1184}, + {1070, -24, 1418, 0x117c} + } +}; + +StandTile tile_1082 = { + 0x1b7f02, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {1070, -31, 1418, 0x1189}, + {761, -24, 1418, 0x1104}, + {958, -24, 1418, 0x114d}, + {1070, -24, 1418, 0x1180} + } +}; + +StandTile tile_1083 = { + 0x1b7f01, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {1070, -31, 1418, 0x119a}, + {1003, -31, 1418, 0x11a7}, + {761, -31, 1418, 0x11ee}, + {761, -24, 1418, 0x1184} + } +}; + +StandTile tile_1084 = { + 0x18f600, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1380, -31, 1024, 0x1192}, + {1191, -31, 1221, 0x119a}, + {1380, -31, 1418, 0x116e} + } +}; + +StandTile tile_1085 = { + 0x197100, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1380, -31, 1024, 0x1172}, + {1003, -31, 1024, 0x1196}, + {1191, -31, 1221, 0x118e} + } +}; + +StandTile tile_1086 = { + 0x197000, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1003, -31, 1024, 0x119f}, + {1003, -31, 1418, 0x119a}, + {1191, -31, 1221, 0x1192} + } +}; + +StandTile tile_1087 = { + 0x197200, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {1003, -31, 1418, 0x1189}, + {1070, -31, 1418, 0x1180}, + {1380, -31, 1418, 0x118e}, + {1191, -31, 1221, 0x1196} + } +}; + +StandTile tile_1088 = { + 0x196e00, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1003, -31, 1024, 0x11a3}, + {814, -31, 1221, 0x11a7}, + {1003, -31, 1418, 0x1196} + } +}; + +StandTile tile_1089 = { + 0x197300, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1003, -31, 1024, 0x1172}, + {626, -31, 1024, 0x1166}, + {814, -31, 1221, 0x119f} + } +}; + +StandTile tile_1090 = { + 0x197400, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {626, -31, 1418, 0x11f4}, + {761, -31, 1418, 0x1189}, + {1003, -31, 1418, 0x119f}, + {814, -31, 1221, 0x1166} + } +}; + +StandTile tile_1091 = { + 0x09b602, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1231, -24, 864, 0x11b0}, + {1316, -19, 864, 0x0000}, + {1231, -19, 864, 0x0000} + } +}; + +StandTile tile_1092 = { + 0x09b601, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1231, -24, 864, 0x1125}, + {1316, -24, 864, 0x0000}, + {1316, -19, 864, 0x11ac} + } +}; + +StandTile tile_1093 = { + 0x1ca900, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {559, -24, 1418, 0x11b8}, + {723, -24, 1565, 0x1104}, + {723, -24, 1418, 0x11ee} + } +}; + +StandTile tile_1094 = { + 0x1caa02, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {559, -24, 1418, 0x11bc}, + {722, -24, 1582, 0x0000}, + {723, -24, 1565, 0x11b4} + } +}; + +StandTile tile_1095 = { + 0x1caa01, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {559, -24, 1418, 0x11c0}, + {387, -24, 1582, 0x0000}, + {722, -24, 1582, 0x11b8} + } +}; + +StandTile tile_1096 = { + 0x1cac02, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {124, -24, 1418, 0x11c5}, + {387, -24, 1582, 0x11bc}, + {559, -24, 1418, 0x11ee}, + {346, -24, 1418, 0x11f9} + } +}; + +StandTile tile_1097 = { + 0x1cac01, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {124, -24, 1418, 0x11d1}, + {265, -24, 1631, 0x11c9}, + {387, -24, 1582, 0x11c0} + } +}; + +StandTile tile_1098 = { + 0x1cab02, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {265, -24, 1631, 0x11cd}, + {387, -24, 1640, 0x0000}, + {387, -24, 1582, 0x11c5} + } +}; + +StandTile tile_1099 = { + 0x1cab01, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {265, -24, 1631, 0x0000}, + {265, -24, 1640, 0x0000}, + {387, -24, 1640, 0x11c9} + } +}; + +StandTile tile_1100 = { + 0x1cad00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {124, -24, 1418, 0x11d5}, + {180, -24, 1631, 0x1231}, + {265, -24, 1631, 0x11c5} + } +}; + +StandTile tile_1101 = { + 0x1caf00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {124, -24, 1418, 0x11e1}, + {58, -24, 1596, 0x11d9}, + {180, -24, 1631, 0x11d1} + } +}; + +StandTile tile_1102 = { + 0x1cae02, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {58, -24, 1596, 0x11dd}, + {180, -24, 1640, 0x0000}, + {180, -24, 1631, 0x11d5} + } +}; + +StandTile tile_1103 = { + 0x1cae01, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {58, -24, 1596, 0x0000}, + {58, -24, 1640, 0x0000}, + {180, -24, 1640, 0x11d9} + } +}; + +StandTile tile_1104 = { + 0x1cb002, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-280, -24, 1476, 0x11e5}, + {58, -24, 1596, 0x11d5}, + {124, -24, 1418, 0x11e9} + } +}; + +StandTile tile_1105 = { + 0x1cb001, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-280, -24, 1476, 0x0000}, + {-280, -24, 1596, 0x0000}, + {58, -24, 1596, 0x11e1} + } +}; + +StandTile tile_1106 = { + 0x1cb100, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-301, -24, 1418, 0x1260}, + {-280, -24, 1476, 0x11e1}, + {124, -24, 1418, 0x1202}, + {-181, -24, 1418, 0x1245} + } +}; + +StandTile tile_1107 = { + 0x1ad002, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x4, + { + {761, -31, 1418, 0x11f4}, + {346, -24, 1418, 0x11c0}, + {559, -24, 1418, 0x11b4}, + {723, -24, 1418, 0x1104}, + {761, -24, 1418, 0x1189} + } +}; + +StandTile tile_1108 = { + 0x1ad001, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {761, -31, 1418, 0x11a7}, + {626, -31, 1418, 0x120e}, + {346, -31, 1418, 0x11f9}, + {346, -24, 1418, 0x11ee} + } +}; + +StandTile tile_1109 = { + 0x1ae502, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {346, -31, 1418, 0x11fd}, + {124, -24, 1418, 0x11c0}, + {346, -24, 1418, 0x11f4} + } +}; + +StandTile tile_1110 = { + 0x1ae501, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {346, -31, 1418, 0x120e}, + {142, -31, 1418, 0x121f}, + {124, -31, 1418, 0x1202}, + {124, -24, 1418, 0x11f9} + } +}; + +StandTile tile_1111 = { + 0x1abf02, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {124, -31, 1418, 0x1206}, + {-181, -24, 1418, 0x11e9}, + {124, -24, 1418, 0x11fd} + } +}; + +StandTile tile_1112 = { + 0x1abf01, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {124, -31, 1418, 0x121f}, + {-181, -31, 1418, 0x1245}, + {-181, -24, 1418, 0x1202} + } +}; + +StandTile tile_1113 = { + 0x18f200, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {142, -31, 1024, 0x1225}, + {142, -31, 1418, 0x120e}, + {393, -31, 1221, 0x1217} + } +}; + +StandTile tile_1114 = { + 0x18f300, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {142, -31, 1418, 0x11fd}, + {346, -31, 1418, 0x11f4}, + {626, -31, 1418, 0x1213}, + {393, -31, 1221, 0x120a} + } +}; + +StandTile tile_1115 = { + 0x18f400, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {393, -31, 1221, 0x120e}, + {626, -31, 1418, 0x1166}, + {626, -31, 1024, 0x1217} + } +}; + +StandTile tile_1116 = { + 0x18f500, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {142, -31, 1024, 0x120a}, + {393, -31, 1221, 0x1213}, + {626, -31, 1024, 0x13ac} + } +}; + +StandTile tile_1117 = { + 0x198100, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-250, -31, 1418, 0x121f}, + {-55, -31, 1221, 0x1229}, + {-253, -31, 1024, 0x128f} + } +}; + +StandTile tile_1118 = { + 0x198800, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 5, + 0x0, 0x3, 0x4, + { + {-250, -31, 1418, 0x124a}, + {-181, -31, 1418, 0x1206}, + {124, -31, 1418, 0x11fd}, + {142, -31, 1418, 0x1225}, + {-55, -31, 1221, 0x121b} + } +}; + +StandTile tile_1119 = { + 0x198400, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {142, -31, 1418, 0x120a}, + {142, -31, 1024, 0x1229}, + {-55, -31, 1221, 0x121f} + } +}; + +StandTile tile_1120 = { + 0x198900, 0x05, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {142, -31, 1024, 0x140d}, + {-253, -31, 1024, 0x121b}, + {-55, -31, 1221, 0x1225} + } +}; + +StandTile tile_1121 = { + 0x0d6e02, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {265, -24, 1631, 0x1231}, + {180, -19, 1631, 0x0000}, + {265, -19, 1631, 0x0000} + } +}; + +StandTile tile_1122 = { + 0x0d6e01, 0x05, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {265, -24, 1631, 0x11d1}, + {180, -24, 1631, 0x0000}, + {180, -19, 1631, 0x122d} + } +}; + +StandTile tile_1123 = { + 0x1cb402, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-567, -24, 1476, 0x1239}, + {-627, -24, 1418, 0x12b3}, + {-629, -24, 1476, 0x0000} + } +}; + +StandTile tile_1124 = { + 0x1cb401, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-567, -24, 1476, 0x0000}, + {-567, -24, 1443, 0x1253}, + {-627, -24, 1418, 0x1235} + } +}; + +StandTile tile_1125 = { + 0x1ac002, 0x04, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-486, -31, 1418, 0x1241}, + {-625, -24, 1418, 0x1253}, + {-486, -24, 1418, 0x124a} + } +}; + +StandTile tile_1126 = { + 0x1ac001, 0x04, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-486, -31, 1418, 0x128f}, + {-625, -31, 1418, 0x1320}, + {-625, -24, 1418, 0x123d} + } +}; + +StandTile tile_1127 = { + 0x1ba502, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-181, -31, 1418, 0x124a}, + {-486, -24, 1418, 0x125c}, + {-301, -24, 1418, 0x11e9}, + {-181, -24, 1418, 0x1206} + } +}; + +StandTile tile_1128 = { + 0x1ba501, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {-181, -31, 1418, 0x121f}, + {-250, -31, 1418, 0x128f}, + {-486, -31, 1418, 0x123d}, + {-486, -24, 1418, 0x1245} + } +}; + +StandTile tile_1129 = { + 0x1e6c02, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-486, -24, 1418, 0x1253}, + {-567, -24, 1443, 0x0000}, + {-486, -24, 1443, 0x125c} + } +}; + +StandTile tile_1130 = { + 0x1e6c01, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-486, -24, 1418, 0x123d}, + {-625, -24, 1418, 0x1320}, + {-627, -24, 1418, 0x1239}, + {-567, -24, 1443, 0x124f} + } +}; + +StandTile tile_1131 = { + 0x1cb302, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-301, -24, 1418, 0x125c}, + {-486, -24, 1443, 0x0000}, + {-351, -24, 1443, 0x1264} + } +}; + +StandTile tile_1132 = { + 0x1cb301, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-301, -24, 1418, 0x1245}, + {-486, -24, 1418, 0x124f}, + {-486, -24, 1443, 0x1258} + } +}; + +StandTile tile_1133 = { + 0x1cb202, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-301, -24, 1418, 0x1264}, + {-351, -24, 1476, 0x0000}, + {-280, -24, 1476, 0x11e9} + } +}; + +StandTile tile_1134 = { + 0x1cb201, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-301, -24, 1418, 0x1258}, + {-351, -24, 1443, 0x0000}, + {-351, -24, 1476, 0x1260} + } +}; + +StandTile tile_1135 = { + 0x1cc202, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-598, -24, 1024, 0x126c}, + {-567, -24, 979, 0x0000}, + {-633, -24, 979, 0x129e} + } +}; + +StandTile tile_1136 = { + 0x1cc201, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-598, -24, 1024, 0x1270}, + {-567, -24, 1010, 0x0000}, + {-567, -24, 979, 0x1268} + } +}; + +StandTile tile_1137 = { + 0x1cc302, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-316, -24, 1024, 0x1274}, + {-567, -24, 1010, 0x126c}, + {-598, -24, 1024, 0x1284} + } +}; + +StandTile tile_1138 = { + 0x1cc301, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-316, -24, 1024, 0x1278}, + {-351, -24, 1010, 0x0000}, + {-567, -24, 1010, 0x1270} + } +}; + +StandTile tile_1139 = { + 0x1cc402, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-285, -24, 979, 0x127c}, + {-351, -24, 1010, 0x1274}, + {-316, -24, 1024, 0x1408} + } +}; + +StandTile tile_1140 = { + 0x1cc401, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-285, -24, 979, 0x0000}, + {-351, -24, 979, 0x0000}, + {-351, -24, 1010, 0x1278} + } +}; + +StandTile tile_1141 = { + 0x1af602, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-271, -24, 1024, 0x1284}, + {-598, -31, 1024, 0x1289}, + {-271, -31, 1024, 0x1412} + } +}; + +StandTile tile_1142 = { + 0x1af601, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {-271, -24, 1024, 0x1408}, + {-316, -24, 1024, 0x1270}, + {-598, -24, 1024, 0x1295}, + {-598, -31, 1024, 0x1280} + } +}; + +StandTile tile_1143 = { + 0x198202, 0x04, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x1, 0x4, + { + {-628, -31, 1418, 0x128f}, + {-253, -31, 1024, 0x140d}, + {-271, -31, 1024, 0x1280}, + {-598, -31, 1024, 0x1295}, + {-627, -31, 1024, 0x1354} + } +}; + +StandTile tile_1144 = { + 0x198201, 0x04, + 0x0, + 0xb, 0xb, 0xb, + 5, + 0x0, 0x3, 0x4, + { + {-628, -31, 1418, 0x1325}, + {-625, -31, 1418, 0x1241}, + {-486, -31, 1418, 0x124a}, + {-250, -31, 1418, 0x121b}, + {-253, -31, 1024, 0x1289} + } +}; + +StandTile tile_1145 = { + 0x1afd02, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-598, -24, 1024, 0x129a}, + {-925, -31, 1024, 0x1358}, + {-627, -31, 1024, 0x1289}, + {-598, -31, 1024, 0x1284} + } +}; + +StandTile tile_1146 = { + 0x1afd01, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-598, -24, 1024, 0x129e}, + {-925, -24, 1024, 0x130d}, + {-925, -31, 1024, 0x1295} + } +}; + +StandTile tile_1147 = { + 0x1cc100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-598, -24, 1024, 0x1268}, + {-633, -24, 979, 0x12a3}, + {-1022, -24, 1024, 0x1312}, + {-925, -24, 1024, 0x129a} + } +}; + +StandTile tile_1148 = { + 0x1cc002, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-633, -24, 979, 0x12a7}, + {-967, -24, 945, 0x12f9}, + {-1022, -24, 1024, 0x129e} + } +}; + +StandTile tile_1149 = { + 0x1cc001, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-633, -24, 979, 0x0000}, + {-633, -24, 945, 0x0000}, + {-967, -24, 945, 0x12a3} + } +}; + +StandTile tile_1150 = { + 0x1cb602, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 1418, 0x12af}, + {-629, -24, 1534, 0x0000}, + {-629, -24, 1476, 0x12b3} + } +}; + +StandTile tile_1151 = { + 0x1cb601, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 1418, 0x12b7}, + {-944, -24, 1534, 0x0000}, + {-629, -24, 1534, 0x12ab} + } +}; + +StandTile tile_1152 = { + 0x1cb500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 1418, 0x12ab}, + {-629, -24, 1476, 0x1235}, + {-627, -24, 1418, 0x1320} + } +}; + +StandTile tile_1153 = { + 0x1cb702, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 1418, 0x12bb}, + {-944, -24, 1668, 0x0000}, + {-944, -24, 1534, 0x12af} + } +}; + +StandTile tile_1154 = { + 0x1cb701, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-1155, -24, 1418, 0x132e}, + {-1155, -24, 1668, 0x0c68}, + {-992, -24, 1668, 0x0000}, + {-944, -24, 1668, 0x12b7} + } +}; + +StandTile tile_1155 = { + 0x1cb802, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-1431, -24, 1274, 0x12c5}, + {-1645, -24, 1668, 0x0000}, + {-1625, -24, 1668, 0x0c8b}, + {-1431, -24, 1668, 0x131c} + } +}; + +StandTile tile_1156 = { + 0x1cb801, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 1274, 0x12d1}, + {-1645, -24, 1307, 0x0000}, + {-1645, -24, 1668, 0x12c0} + } +}; + +StandTile tile_1157 = { + 0x1cb902, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1710, -24, 1182, 0x12cd}, + {-1719, -24, 1307, 0x0000}, + {-1645, -24, 1307, 0x12d1} + } +}; + +StandTile tile_1158 = { + 0x1cb901, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1710, -24, 1182, 0x0000}, + {-1719, -24, 1182, 0x0000}, + {-1719, -24, 1307, 0x12c9} + } +}; + +StandTile tile_1159 = { + 0x1cba02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 1274, 0x12d5}, + {-1710, -24, 1182, 0x12c9}, + {-1645, -24, 1307, 0x12c5} + } +}; + +StandTile tile_1160 = { + 0x1cba01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 1274, 0x12d9}, + {-1710, -24, 1097, 0x0000}, + {-1710, -24, 1182, 0x12d1} + } +}; + +StandTile tile_1161 = { + 0x1cbc02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 1274, 0x12dd}, + {-1719, -24, 966, 0x12e1}, + {-1710, -24, 1097, 0x12d5} + } +}; + +StandTile tile_1162 = { + 0x1cbc01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 1274, 0x1309}, + {-1431, -24, 1024, 0x12e5}, + {-1719, -24, 966, 0x12d9} + } +}; + +StandTile tile_1163 = { + 0x1cbb00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1719, -24, 966, 0x0000}, + {-1719, -24, 1097, 0x0000}, + {-1710, -24, 1097, 0x12d9} + } +}; + +StandTile tile_1164 = { + 0x1cbd02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1253, -24, 1024, 0x12e9}, + {-1719, -24, 966, 0x12dd}, + {-1431, -24, 1024, 0x1301} + } +}; + +StandTile tile_1165 = { + 0x1cbd01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1253, -24, 1024, 0x12ed}, + {-1380, -24, 966, 0x0000}, + {-1719, -24, 966, 0x12e5} + } +}; + +StandTile tile_1166 = { + 0x1cbe02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-967, -24, 904, 0x12f1}, + {-1380, -24, 966, 0x12e9}, + {-1253, -24, 1024, 0x12f5} + } +}; + +StandTile tile_1167 = { + 0x1cbe01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-967, -24, 904, 0x0000}, + {-1380, -24, 904, 0x0000}, + {-1380, -24, 966, 0x12ed} + } +}; + +StandTile tile_1168 = { + 0x1cbf02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1022, -24, 1024, 0x12f9}, + {-967, -24, 904, 0x12ed}, + {-1253, -24, 1024, 0x1312} + } +}; + +StandTile tile_1169 = { + 0x1cbf01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1022, -24, 1024, 0x12a3}, + {-967, -24, 945, 0x0000}, + {-967, -24, 904, 0x12f5} + } +}; + +StandTile tile_1170 = { + 0x1b7102, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1253, -24, 1024, 0x1301}, + {-1431, -31, 1024, 0x1332}, + {-1253, -31, 1024, 0x1312} + } +}; + +StandTile tile_1171 = { + 0x1b7101, 0x03, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1253, -24, 1024, 0x12e5}, + {-1431, -24, 1024, 0x1309}, + {-1431, -31, 1024, 0x12fd} + } +}; + +StandTile tile_1172 = { + 0x193302, 0x03, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 1024, 0x1309}, + {-1431, -24, 1274, 0x1317}, + {-1431, -31, 1274, 0x133f} + } +}; + +StandTile tile_1173 = { + 0x193301, 0x03, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 1024, 0x1301}, + {-1431, -24, 1024, 0x12dd}, + {-1431, -24, 1274, 0x1305} + } +}; + +StandTile tile_1174 = { + 0x1af802, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-925, -24, 1024, 0x1312}, + {-1253, -31, 1024, 0x1332}, + {-1003, -31, 1024, 0x1358}, + {-925, -31, 1024, 0x129a} + } +}; + +StandTile tile_1175 = { + 0x1af801, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {-925, -24, 1024, 0x129e}, + {-1022, -24, 1024, 0x12f5}, + {-1253, -24, 1024, 0x12fd}, + {-1253, -31, 1024, 0x130d} + } +}; + +StandTile tile_1176 = { + 0x1ab702, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-1431, -24, 1274, 0x131c}, + {-1431, -31, 1668, 0x1344}, + {-1431, -31, 1407, 0x133f}, + {-1431, -31, 1274, 0x1305} + } +}; + +StandTile tile_1177 = { + 0x1ab701, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -24, 1274, 0x12c0}, + {-1431, -24, 1668, 0x0c9f}, + {-1431, -31, 1668, 0x1317} + } +}; + +StandTile tile_1178 = { + 0x213302, 0x03, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-625, -31, 1418, 0x1325}, + {-1155, -24, 1418, 0x12b3}, + {-627, -24, 1418, 0x1253}, + {-625, -24, 1418, 0x1241} + } +}; + +StandTile tile_1179 = { + 0x213301, 0x03, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x2, 0x3, + { + {-625, -31, 1418, 0x128f}, + {-628, -31, 1418, 0x1350}, + {-1155, -31, 1418, 0x132e}, + {-1155, -24, 1418, 0x1320} + } +}; + +StandTile tile_1180 = { + 0x1ace02, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 1668, 0x132e}, + {-1155, -31, 1418, 0x1337}, + {-1155, -31, 1668, 0x0c7a} + } +}; + +StandTile tile_1181 = { + 0x1ace01, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -24, 1668, 0x12bb}, + {-1155, -24, 1418, 0x1325}, + {-1155, -31, 1418, 0x132a} + } +}; + +StandTile tile_1182 = { + 0x191900, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {-1431, -31, 1024, 0x133f}, + {-1155, -31, 1418, 0x134c}, + {-1003, -31, 1024, 0x130d}, + {-1253, -31, 1024, 0x12fd} + } +}; + +StandTile tile_1183 = { + 0x199a00, 0x03, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 1668, 0x132a}, + {-1155, -31, 1418, 0x133b}, + {-1293, -31, 1622, 0x1348} + } +}; + +StandTile tile_1184 = { + 0x199600, 0x03, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 1418, 0x133f}, + {-1431, -31, 1407, 0x1344}, + {-1293, -31, 1622, 0x1337} + } +}; + +StandTile tile_1185 = { + 0x199200, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {-1155, -31, 1418, 0x1332}, + {-1431, -31, 1024, 0x1305}, + {-1431, -31, 1274, 0x1317}, + {-1431, -31, 1407, 0x133b} + } +}; + +StandTile tile_1186 = { + 0x199900, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1431, -31, 1407, 0x1317}, + {-1431, -31, 1668, 0x1348}, + {-1293, -31, 1622, 0x133b} + } +}; + +StandTile tile_1187 = { + 0x199300, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 1668, 0x1337}, + {-1293, -31, 1622, 0x1344}, + {-1431, -31, 1668, 0x0c97} + } +}; + +StandTile tile_1188 = { + 0x198300, 0x03, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 1418, 0x1350}, + {-816, -31, 1221, 0x1358}, + {-1003, -31, 1024, 0x1332} + } +}; + +StandTile tile_1189 = { + 0x198600, 0x03, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1155, -31, 1418, 0x1325}, + {-628, -31, 1418, 0x1354}, + {-816, -31, 1221, 0x134c} + } +}; + +StandTile tile_1190 = { + 0x198500, 0x03, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-628, -31, 1418, 0x1289}, + {-627, -31, 1024, 0x1358}, + {-816, -31, 1221, 0x1350} + } +}; + +StandTile tile_1191 = { + 0x198700, 0x03, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {-627, -31, 1024, 0x1295}, + {-925, -31, 1024, 0x130d}, + {-1003, -31, 1024, 0x134c}, + {-816, -31, 1221, 0x1354} + } +}; + +StandTile tile_1192 = { + 0x0fe102, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1710, -19, 1097, 0x1361}, + {-1728, -19, 1182, 0x0000}, + {-1710, -19, 1182, 0x0000} + } +}; + +StandTile tile_1193 = { + 0x0fe101, 0x03, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1710, -19, 1097, 0x0000}, + {-1728, -19, 1097, 0x0000}, + {-1728, -19, 1182, 0x135d} + } +}; + +StandTile tile_1194 = { + 0x192b02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {142, -31, -124, 0x1369}, + {142, -24, 127, 0x136d}, + {142, -31, 127, 0x137c} + } +}; + +StandTile tile_1195 = { + 0x192b01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {142, -31, -124, 0x13b9}, + {142, -24, -124, 0x13da}, + {142, -24, 127, 0x1365} + } +}; + +StandTile tile_1196 = { + 0x1b0b02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {142, -24, 127, 0x1372}, + {142, -31, 575, 0x13a3}, + {142, -31, 450, 0x137c}, + {142, -31, 127, 0x1365} + } +}; + +StandTile tile_1197 = { + 0x1b0b01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x3, 0x4, + { + {142, -24, 127, 0x13da}, + {142, -24, 199, 0x13eb}, + {142, -24, 515, 0x13ef}, + {142, -24, 575, 0x1389}, + {142, -31, 575, 0x136d} + } +}; + +StandTile tile_1198 = { + 0x196700, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {626, -31, 450, 0x1381}, + {384, -31, 163, 0x137c}, + {142, -31, 450, 0x13a8} + } +}; + +StandTile tile_1199 = { + 0x196c00, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {384, -31, 163, 0x1385}, + {142, -31, -124, 0x1365}, + {142, -31, 127, 0x136d}, + {142, -31, 450, 0x1378} + } +}; + +StandTile tile_1200 = { + 0x196b00, 0x01, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {626, -31, 450, 0x1399}, + {626, -31, -124, 0x1385}, + {384, -31, 163, 0x1378} + } +}; + +StandTile tile_1201 = { + 0x196d00, 0x01, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {626, -31, -124, 0x13b5}, + {142, -31, -124, 0x137c}, + {384, -31, 163, 0x1381} + } +}; + +StandTile tile_1202 = { + 0x1b0d02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {142, -24, 575, 0x138d}, + {142, -31, 1024, 0x13a3}, + {142, -31, 575, 0x1372} + } +}; + +StandTile tile_1203 = { + 0x1b0d01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {142, -24, 575, 0x13ef}, + {142, -24, 1024, 0x140d}, + {142, -31, 1024, 0x1389} + } +}; + +StandTile tile_1204 = { + 0x192d02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {626, -31, 1024, 0x1395}, + {626, -24, 826, 0x1399}, + {626, -31, 826, 0x13b0} + } +}; + +StandTile tile_1205 = { + 0x192d01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {626, -31, 1024, 0x1177}, + {626, -24, 1024, 0x13d5}, + {626, -24, 826, 0x1391} + } +}; + +StandTile tile_1206 = { + 0x1b2302, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {626, -24, 826, 0x139e}, + {626, -31, -124, 0x1381}, + {626, -31, 450, 0x13b0}, + {626, -31, 826, 0x1391} + } +}; + +StandTile tile_1207 = { + 0x1b2301, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {626, -24, 826, 0x13d5}, + {626, -24, 403, 0x13c1}, + {626, -24, -124, 0x13b5}, + {626, -31, -124, 0x1399} + } +}; + +StandTile tile_1208 = { + 0x196600, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {142, -31, 1024, 0x13ac}, + {384, -31, 737, 0x13a8}, + {142, -31, 450, 0x136d}, + {142, -31, 575, 0x1389} + } +}; + +StandTile tile_1209 = { + 0x196900, 0x01, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {384, -31, 737, 0x13b0}, + {626, -31, 450, 0x1378}, + {142, -31, 450, 0x13a3} + } +}; + +StandTile tile_1210 = { + 0x196800, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {142, -31, 1024, 0x1217}, + {626, -31, 1024, 0x13b0}, + {384, -31, 737, 0x13a3} + } +}; + +StandTile tile_1211 = { + 0x196a00, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {626, -31, 1024, 0x1391}, + {626, -31, 826, 0x1399}, + {626, -31, 450, 0x13a8}, + {384, -31, 737, 0x13ac} + } +}; + +StandTile tile_1212 = { + 0x192902, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {626, -24, -124, 0x13b9}, + {142, -31, -124, 0x1385}, + {626, -31, -124, 0x139e} + } +}; + +StandTile tile_1213 = { + 0x192901, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {626, -24, -124, 0x106e}, + {142, -24, -124, 0x1369}, + {142, -31, -124, 0x13b5} + } +}; + +StandTile tile_1214 = { + 0x1c9802, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {626, -24, -124, 0x13c1}, + {742, -24, 224, 0x0000}, + {742, -24, -125, 0x105a} + } +}; + +StandTile tile_1215 = { + 0x1c9801, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {626, -24, -124, 0x139e}, + {626, -24, 403, 0x13cd}, + {742, -24, 224, 0x13bd} + } +}; + +StandTile tile_1216 = { + 0x1c9a02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {756, -24, 553, 0x13c9}, + {803, -24, 224, 0x0000}, + {742, -24, 224, 0x13cd} + } +}; + +StandTile tile_1217 = { + 0x1c9a01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {756, -24, 553, 0x0000}, + {803, -24, 553, 0x0000}, + {803, -24, 224, 0x13c5} + } +}; + +StandTile tile_1218 = { + 0x1c9900, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {626, -24, 403, 0x13d1}, + {756, -24, 553, 0x13c5}, + {742, -24, 224, 0x13c1} + } +}; + +StandTile tile_1219 = { + 0x1c9b02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {626, -24, 403, 0x13d5}, + {756, -24, 902, 0x0000}, + {756, -24, 553, 0x13cd} + } +}; + +StandTile tile_1220 = { + 0x1c9b01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {626, -24, 403, 0x139e}, + {626, -24, 826, 0x1395}, + {626, -24, 1024, 0x1111}, + {756, -24, 902, 0x13d1} + } +}; + +StandTile tile_1221 = { + 0x1ccc02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {142, -24, -124, 0x13df}, + {68, -24, 238, 0x13e3}, + {142, -24, 199, 0x1372}, + {142, -24, 127, 0x1369} + } +}; + +StandTile tile_1222 = { + 0x1ccc01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {142, -24, -124, 0x105e}, + {68, -24, -101, 0x0000}, + {68, -24, 238, 0x13da} + } +}; + +StandTile tile_1223 = { + 0x1ccb00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {68, -24, 238, 0x0000}, + {87, -24, 238, 0x13eb}, + {142, -24, 199, 0x13da} + } +}; + +StandTile tile_1224 = { + 0x1cca02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {142, -24, 515, 0x13eb}, + {87, -24, 238, 0x0000}, + {87, -24, 586, 0x13ef} + } +}; + +StandTile tile_1225 = { + 0x1cca01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {142, -24, 515, 0x1372}, + {142, -24, 199, 0x13e3}, + {87, -24, 238, 0x13e7} + } +}; + +StandTile tile_1226 = { + 0x1cc900, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {142, -24, 515, 0x13e7}, + {87, -24, 586, 0x13f4}, + {142, -24, 1024, 0x138d}, + {142, -24, 575, 0x1372} + } +}; + +StandTile tile_1227 = { + 0x1cc802, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, -24, 586, 0x13f8}, + {49, -24, 920, 0x13fc}, + {142, -24, 1024, 0x13ef} + } +}; + +StandTile tile_1228 = { + 0x1cc801, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {87, -24, 586, 0x0000}, + {49, -24, 586, 0x0000}, + {49, -24, 920, 0x13f4} + } +}; + +StandTile tile_1229 = { + 0x1cc700, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {142, -24, 1024, 0x13f4}, + {49, -24, 920, 0x1404}, + {-113, -24, 1024, 0x1412} + } +}; + +StandTile tile_1230 = { + 0x1cc602, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-113, -24, 1024, 0x1404}, + {-285, -24, 920, 0x0000}, + {-285, -24, 979, 0x1408} + } +}; + +StandTile tile_1231 = { + 0x1cc601, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-113, -24, 1024, 0x13fc}, + {49, -24, 920, 0x0000}, + {-285, -24, 920, 0x1400} + } +}; + +StandTile tile_1232 = { + 0x1cc500, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-113, -24, 1024, 0x1400}, + {-285, -24, 979, 0x1278}, + {-316, -24, 1024, 0x1284}, + {-271, -24, 1024, 0x1412} + } +}; + +StandTile tile_1233 = { + 0x193002, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {142, -24, 1024, 0x1412}, + {-271, -31, 1024, 0x1289}, + {-253, -31, 1024, 0x1229}, + {142, -31, 1024, 0x138d} + } +}; + +StandTile tile_1234 = { + 0x193001, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {142, -24, 1024, 0x13fc}, + {-113, -24, 1024, 0x1408}, + {-271, -24, 1024, 0x1280}, + {-271, -31, 1024, 0x140d} + } +}; + +StandTile tile_1235 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_ref_all_p_stanZ.c b/assets/obseg/stan/Tbg_ref_all_p_stanZ.c new file mode 100644 index 0000000..558f6eb --- /dev/null +++ b/assets/obseg/stan/Tbg_ref_all_p_stanZ.c @@ -0,0 +1,7162 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:15 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_ref_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x028812, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 0, 606, 0x0014}, + {-1667, 0, 720, 0x02d4}, + {-1667, 0, 606, 0x0000} + } +}; + +StandTile tile_1 = { + 0x028811, 0x2c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 0, 606, 0x0000}, + {-1894, 0, 720, 0x0000}, + {-1667, 0, 720, 0x0010} + } +}; + +StandTile tile_2 = { + 0x004412, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {530, 0, 1932, 0x001c}, + {644, 0, 1591, 0x0079}, + {530, 0, 1705, 0x0000} + } +}; + +StandTile tile_3 = { + 0x004411, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {530, 0, 1932, 0x0020}, + {644, 0, 1818, 0x0000}, + {644, 0, 1591, 0x0018} + } +}; + +StandTile tile_4 = { + 0x024910, 0x2b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {644, 0, 1818, 0x001c}, + {530, 0, 1932, 0x0000}, + {644, 0, 1932, 0x0024} + } +}; + +StandTile tile_5 = { + 0x004512, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, 1932, 0x0028}, + {644, 0, 1818, 0x0020}, + {644, 0, 1932, 0x0000} + } +}; + +StandTile tile_6 = { + 0x004511, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, 1932, 0x0589}, + {758, 0, 1818, 0x0000}, + {644, 0, 1818, 0x0024} + } +}; + +StandTile tile_7 = { + 0x028410, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {234, 152, 2161, 0x0030}, + {417, 265, 2161, 0x006d}, + {229, 265, 2161, 0x0000} + } +}; + +StandTile tile_8 = { + 0x028312, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {234, 152, 2273, 0x0034}, + {417, 265, 2161, 0x002c}, + {234, 152, 2161, 0x003c} + } +}; + +StandTile tile_9 = { + 0x028311, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {234, 152, 2273, 0x0000}, + {417, 265, 2273, 0x0058}, + {417, 265, 2161, 0x0030} + } +}; + +StandTile tile_10 = { + 0x029412, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {86, 60, 2273, 0x003c}, + {234, 152, 2161, 0x0000}, + {86, 60, 2161, 0x0040} + } +}; + +StandTile tile_11 = { + 0x029411, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {86, 60, 2273, 0x0000}, + {234, 152, 2273, 0x0030}, + {234, 152, 2161, 0x0038} + } +}; + +StandTile tile_12 = { + 0x027012, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-11, 0, 2161, 0x0044}, + {86, 60, 2273, 0x0038}, + {86, 60, 2161, 0x0071} + } +}; + +StandTile tile_13 = { + 0x027011, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-11, 0, 2161, 0x0099}, + {-11, 0, 2273, 0x0000}, + {86, 60, 2273, 0x0040} + } +}; + +StandTile tile_14 = { + 0x004d12, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 265, 2500, 0x004c}, + {530, 265, 2386, 0x0054}, + {417, 265, 2386, 0x03b0} + } +}; + +StandTile tile_15 = { + 0x004d11, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 265, 2500, 0x0000}, + {530, 265, 2500, 0x0000}, + {530, 265, 2386, 0x0048} + } +}; + +StandTile tile_16 = { + 0x004c12, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 265, 2386, 0x0054}, + {530, 265, 2273, 0x005c}, + {417, 265, 2273, 0x0000} + } +}; + +StandTile tile_17 = { + 0x004c11, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 265, 2386, 0x0048}, + {530, 265, 2386, 0x0000}, + {530, 265, 2273, 0x0050} + } +}; + +StandTile tile_18 = { + 0x026e12, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 265, 2273, 0x005c}, + {530, 265, 2161, 0x0069}, + {417, 265, 2161, 0x0034} + } +}; + +StandTile tile_19 = { + 0x026e11, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 265, 2273, 0x0050}, + {530, 265, 2273, 0x0000}, + {530, 265, 2161, 0x0058} + } +}; + +StandTile tile_20 = { + 0x028510, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {76, 265, 1591, 0x0000}, + {76, 265, 2161, 0x0000}, + {229, 265, 2161, 0x006d} + } +}; + +StandTile tile_21 = { + 0x004b13, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {76, 265, 1591, 0x0069}, + {530, 265, 2161, 0x0000}, + {530, 265, 1591, 0x03b8}, + {417, 265, 1591, 0x0000} + } +}; + +StandTile tile_22 = { + 0x004b12, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {76, 265, 1591, 0x006d}, + {417, 265, 2161, 0x0058}, + {530, 265, 2161, 0x0064} + } +}; + +StandTile tile_23 = { + 0x004b11, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {76, 265, 1591, 0x0060}, + {229, 265, 2161, 0x002c}, + {417, 265, 2161, 0x0069} + } +}; + +StandTile tile_24 = { + 0x029310, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {86, 60, 2161, 0x0000}, + {89, 0, 2161, 0x00a9}, + {-11, 0, 2161, 0x0040} + } +}; + +StandTile tile_25 = { + 0x004312, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 1705, 0x0079}, + {644, 0, 1591, 0x0000}, + {417, 0, 1591, 0x0091} + } +}; + +StandTile tile_26 = { + 0x004311, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 1705, 0x0000}, + {530, 0, 1705, 0x0018}, + {644, 0, 1591, 0x0075} + } +}; + +StandTile tile_27 = { + 0x028213, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 2273, 0x0081}, + {189, 0, 1932, 0x00a5}, + {189, 0, 2161, 0x0089} + } +}; + +StandTile tile_28 = { + 0x028212, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 2273, 0x0085}, + {417, 0, 1705, 0x008d}, + {189, 0, 1932, 0x007d} + } +}; + +StandTile tile_29 = { + 0x028211, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 2273, 0x0000}, + {417, 0, 2273, 0x0000}, + {417, 0, 1705, 0x0081} + } +}; + +StandTile tile_30 = { + 0x004210, 0x2a, + 0x1, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 2273, 0x0000}, + {303, 0, 2273, 0x007d}, + {189, 0, 2161, 0x00a1} + } +}; + +StandTile tile_31 = { + 0x004112, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 1705, 0x0091}, + {189, 0, 1591, 0x00b9}, + {189, 0, 1932, 0x0081} + } +}; + +StandTile tile_32 = { + 0x004111, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 1705, 0x0075}, + {417, 0, 1591, 0x0000}, + {189, 0, 1591, 0x008d} + } +}; + +StandTile tile_33 = { + 0x004012, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-366, 0, 2273, 0x0099}, + {-11, 0, 2161, 0x00b1}, + {-366, 0, 2159, 0x0000} + } +}; + +StandTile tile_34 = { + 0x004011, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-366, 0, 2273, 0x0000}, + {-11, 0, 2273, 0x0044}, + {-11, 0, 2161, 0x0095} + } +}; + +StandTile tile_35 = { + 0x003f10, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-366, 0, 2045, 0x00ad}, + {189, 0, 1932, 0x00b9}, + {-366, 0, 1818, 0x0000} + } +}; + +StandTile tile_36 = { + 0x028610, 0x2a, + 0x1, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 2273, 0x0089}, + {189, 0, 2161, 0x00a5}, + {89, 0, 2161, 0x0000} + } +}; + +StandTile tile_37 = { + 0x028710, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {89, 0, 2161, 0x00a1}, + {189, 0, 2161, 0x007d}, + {189, 0, 1932, 0x00a9} + } +}; + +StandTile tile_38 = { + 0x027a10, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-11, 0, 2161, 0x0071}, + {89, 0, 2161, 0x00a5}, + {189, 0, 1932, 0x00b1} + } +}; + +StandTile tile_39 = { + 0x003e12, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-366, 0, 2159, 0x00b1}, + {189, 0, 1932, 0x009d}, + {-366, 0, 2045, 0x00cd} + } +}; + +StandTile tile_40 = { + 0x003e11, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-366, 0, 2159, 0x0095}, + {-11, 0, 2161, 0x00a9}, + {189, 0, 1932, 0x00ad} + } +}; + +StandTile tile_41 = { + 0x003d12, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-366, 0, 1818, 0x00b9}, + {189, 0, 1591, 0x00bd}, + {-366, 0, 1705, 0x00c5} + } +}; + +StandTile tile_42 = { + 0x003d11, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-366, 0, 1818, 0x009d}, + {189, 0, 1932, 0x008d}, + {189, 0, 1591, 0x00b5} + } +}; + +StandTile tile_43 = { + 0x003c10, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 1591, 0x0000}, + {-366, 0, 1591, 0x0000}, + {-366, 0, 1705, 0x00b5} + } +}; + +StandTile tile_44 = { + 0x003b12, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-366, 0, 1818, 0x00c5}, + {-720, 0, 1705, 0x00e5}, + {-720, 0, 1818, 0x0000} + } +}; + +StandTile tile_45 = { + 0x003b11, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-366, 0, 1818, 0x00b5}, + {-366, 0, 1705, 0x0000}, + {-720, 0, 1705, 0x00c1} + } +}; + +StandTile tile_46 = { + 0x003a12, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-720, 0, 2159, 0x00cd}, + {-366, 0, 2045, 0x0000}, + {-720, 0, 2045, 0x00d9} + } +}; + +StandTile tile_47 = { + 0x003a11, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-720, 0, 2159, 0x0000}, + {-366, 0, 2159, 0x00ad}, + {-366, 0, 2045, 0x00c9} + } +}; + +StandTile tile_48 = { + 0x003910, 0x2a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-947, 0, 2273, 0x0000}, + {-720, 0, 2273, 0x0000}, + {-720, 0, 2159, 0x00d9} + } +}; + +StandTile tile_49 = { + 0x003812, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-947, 0, 2273, 0x00d9}, + {-720, 0, 2045, 0x00dd}, + {-947, 0, 1932, 0x0000} + } +}; + +StandTile tile_50 = { + 0x003811, 0x2a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-947, 0, 2273, 0x00d1}, + {-720, 0, 2159, 0x00c9}, + {-720, 0, 2045, 0x00d5} + } +}; + +StandTile tile_51 = { + 0x003710, 0x2a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-720, 0, 2045, 0x0000}, + {-720, 0, 1818, 0x00e5}, + {-947, 0, 1932, 0x00d5} + } +}; + +StandTile tile_52 = { + 0x003612, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-947, 0, 1932, 0x00e5}, + {-720, 0, 1705, 0x00ed}, + {-947, 0, 1818, 0x0363} + } +}; + +StandTile tile_53 = { + 0x003611, 0x2a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-947, 0, 1932, 0x00dd}, + {-720, 0, 1818, 0x00c1}, + {-720, 0, 1705, 0x00e1} + } +}; + +StandTile tile_54 = { + 0x003512, 0x2a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-947, 0, 1818, 0x00ed}, + {-720, 0, 1591, 0x0000}, + {-947, 0, 1591, 0x0000} + } +}; + +StandTile tile_55 = { + 0x003511, 0x2a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-947, 0, 1818, 0x00e1}, + {-720, 0, 1705, 0x0000}, + {-720, 0, 1591, 0x00e9} + } +}; + +StandTile tile_56 = { + 0x00f712, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 871, 0x00f5}, + {-1212, 0, 985, 0x0000}, + {-1212, 0, 947, 0x00f9} + } +}; + +StandTile tile_57 = { + 0x00f711, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 871, 0x0250}, + {-1326, 0, 1061, 0x0101}, + {-1212, 0, 985, 0x00f1} + } +}; + +StandTile tile_58 = { + 0x00f612, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1212, 0, 947, 0x00fd}, + {-1174, 0, 909, 0x0137}, + {-1326, 0, 871, 0x00f1} + } +}; + +StandTile tile_59 = { + 0x00f611, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1212, 0, 947, 0x012b}, + {-1174, 0, 928, 0x012f}, + {-1174, 0, 909, 0x00f9} + } +}; + +StandTile tile_60 = { + 0x00f512, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1061, 0x0105}, + {-1174, 0, 1004, 0x011d}, + {-1212, 0, 985, 0x00f5} + } +}; + +StandTile tile_61 = { + 0x00f511, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1061, 0x0111}, + {-1174, 0, 1023, 0x0119}, + {-1174, 0, 1004, 0x0101} + } +}; + +StandTile tile_62 = { + 0x00f412, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 0, 795, 0x010d}, + {-1288, 0, 871, 0x0133}, + {-1098, 0, 909, 0x0000} + } +}; + +StandTile tile_63 = { + 0x00f411, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 0, 795, 0x022a}, + {-1288, 0, 833, 0x0000}, + {-1288, 0, 871, 0x0109} + } +}; + +StandTile tile_64 = { + 0x00f312, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1061, 0x0115}, + {-1098, 0, 1023, 0x0119}, + {-1174, 0, 1023, 0x0105} + } +}; + +StandTile tile_65 = { + 0x00f311, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1061, 0x0000}, + {-1288, 0, 1061, 0x0157}, + {-1098, 0, 1023, 0x0111} + } +}; + +StandTile tile_66 = { + 0x00f210, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 0, 1023, 0x0111}, + {-1098, 0, 1023, 0x0121}, + {-1174, 0, 1004, 0x0105} + } +}; + +StandTile tile_67 = { + 0x00f110, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 0, 1004, 0x0121}, + {-1174, 0, 985, 0x0000}, + {-1212, 0, 985, 0x0101} + } +}; + +StandTile tile_68 = { + 0x00f012, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {-1098, 0, 1023, 0x0127}, + {-1174, 0, 928, 0x012b}, + {-1174, 0, 947, 0x0000}, + {-1174, 0, 985, 0x011d}, + {-1174, 0, 1004, 0x0119} + } +}; + +StandTile tile_69 = { + 0x00f011, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 0, 1023, 0x0000}, + {-1098, 0, 909, 0x012f}, + {-1174, 0, 928, 0x0121} + } +}; + +StandTile tile_70 = { + 0x00ef10, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1212, 0, 947, 0x0000}, + {-1174, 0, 947, 0x0121}, + {-1174, 0, 928, 0x00fd} + } +}; + +StandTile tile_71 = { + 0x00ee10, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 0, 928, 0x0127}, + {-1098, 0, 909, 0x0133}, + {-1174, 0, 909, 0x00fd} + } +}; + +StandTile tile_72 = { + 0x00ed12, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 871, 0x0137}, + {-1174, 0, 909, 0x012f}, + {-1098, 0, 909, 0x0109} + } +}; + +StandTile tile_73 = { + 0x00ed11, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 871, 0x0000}, + {-1326, 0, 871, 0x00f9}, + {-1174, 0, 909, 0x0133} + } +}; + +StandTile tile_74 = { + 0x00ec12, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1098, 0x013f}, + {-1212, 0, 1212, 0x0000}, + {-1212, 0, 1174, 0x0143} + } +}; + +StandTile tile_75 = { + 0x00ec11, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1098, 0x0246}, + {-1326, 0, 1288, 0x014b}, + {-1212, 0, 1212, 0x013b} + } +}; + +StandTile tile_76 = { + 0x00eb12, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1212, 0, 1174, 0x0147}, + {-1174, 0, 1136, 0x0181}, + {-1326, 0, 1098, 0x013b} + } +}; + +StandTile tile_77 = { + 0x00eb11, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1212, 0, 1174, 0x0175}, + {-1174, 0, 1155, 0x0179}, + {-1174, 0, 1136, 0x0143} + } +}; + +StandTile tile_78 = { + 0x00ea12, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1288, 0x014f}, + {-1174, 0, 1231, 0x0167}, + {-1212, 0, 1212, 0x013f} + } +}; + +StandTile tile_79 = { + 0x00ea11, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1288, 0x015b}, + {-1174, 0, 1250, 0x0163}, + {-1174, 0, 1231, 0x014b} + } +}; + +StandTile tile_80 = { + 0x00e912, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 0, 1023, 0x0157}, + {-1288, 0, 1098, 0x017d}, + {-1098, 0, 1136, 0x0000} + } +}; + +StandTile tile_81 = { + 0x00e911, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 0, 1023, 0x0115}, + {-1288, 0, 1061, 0x0000}, + {-1288, 0, 1098, 0x0153} + } +}; + +StandTile tile_82 = { + 0x00e812, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1288, 0x015f}, + {-1098, 0, 1250, 0x0163}, + {-1174, 0, 1250, 0x014f} + } +}; + +StandTile tile_83 = { + 0x00e811, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1288, 0x0000}, + {-1288, 0, 1288, 0x01eb}, + {-1098, 0, 1250, 0x015b} + } +}; + +StandTile tile_84 = { + 0x00e710, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 0, 1250, 0x015b}, + {-1098, 0, 1250, 0x016b}, + {-1174, 0, 1231, 0x014f} + } +}; + +StandTile tile_85 = { + 0x00e610, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 0, 1231, 0x016b}, + {-1174, 0, 1212, 0x0000}, + {-1212, 0, 1212, 0x014b} + } +}; + +StandTile tile_86 = { + 0x00e512, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {-1098, 0, 1250, 0x0171}, + {-1174, 0, 1155, 0x0175}, + {-1174, 0, 1174, 0x0000}, + {-1174, 0, 1212, 0x0167}, + {-1174, 0, 1231, 0x0163} + } +}; + +StandTile tile_87 = { + 0x00e511, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 0, 1250, 0x0000}, + {-1098, 0, 1136, 0x0179}, + {-1174, 0, 1155, 0x016b} + } +}; + +StandTile tile_88 = { + 0x00e410, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1212, 0, 1174, 0x0000}, + {-1174, 0, 1174, 0x016b}, + {-1174, 0, 1155, 0x0147} + } +}; + +StandTile tile_89 = { + 0x00e310, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 0, 1155, 0x0171}, + {-1098, 0, 1136, 0x017d}, + {-1174, 0, 1136, 0x0147} + } +}; + +StandTile tile_90 = { + 0x00e212, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 1098, 0x0181}, + {-1174, 0, 1136, 0x0179}, + {-1098, 0, 1136, 0x0153} + } +}; + +StandTile tile_91 = { + 0x00e211, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 1098, 0x0000}, + {-1326, 0, 1098, 0x0143}, + {-1174, 0, 1136, 0x017d} + } +}; + +StandTile tile_92 = { + 0x00e112, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 1515, 0x0189}, + {-1553, 0, 1402, 0x0000}, + {-1553, 0, 1439, 0x018d} + } +}; + +StandTile tile_93 = { + 0x00e111, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 1515, 0x0241}, + {-1439, 0, 1326, 0x0195}, + {-1553, 0, 1402, 0x0185} + } +}; + +StandTile tile_94 = { + 0x00e012, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1553, 0, 1439, 0x0191}, + {-1591, 0, 1477, 0x01cb}, + {-1439, 0, 1515, 0x0185} + } +}; + +StandTile tile_95 = { + 0x00e011, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1553, 0, 1439, 0x01bf}, + {-1591, 0, 1458, 0x01c3}, + {-1591, 0, 1477, 0x018d} + } +}; + +StandTile tile_96 = { + 0x00df12, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 1326, 0x0199}, + {-1591, 0, 1383, 0x01b1}, + {-1553, 0, 1402, 0x0189} + } +}; + +StandTile tile_97 = { + 0x00df11, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 1326, 0x01a5}, + {-1591, 0, 1364, 0x01ad}, + {-1591, 0, 1383, 0x0195} + } +}; + +StandTile tile_98 = { + 0x00de12, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 1591, 0x01a1}, + {-1477, 0, 1515, 0x01c7}, + {-1667, 0, 1477, 0x0000} + } +}; + +StandTile tile_99 = { + 0x00de11, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 1591, 0x0272}, + {-1477, 0, 1553, 0x0000}, + {-1477, 0, 1515, 0x019d} + } +}; + +StandTile tile_100 = { + 0x00dd12, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 1326, 0x01a9}, + {-1667, 0, 1364, 0x01ad}, + {-1591, 0, 1364, 0x0199} + } +}; + +StandTile tile_101 = { + 0x00dd11, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 1326, 0x0000}, + {-1477, 0, 1326, 0x0296}, + {-1667, 0, 1364, 0x01a5} + } +}; + +StandTile tile_102 = { + 0x00dc10, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 1364, 0x01a5}, + {-1667, 0, 1364, 0x01b5}, + {-1591, 0, 1383, 0x0199} + } +}; + +StandTile tile_103 = { + 0x00db10, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 1383, 0x01b5}, + {-1591, 0, 1402, 0x0000}, + {-1553, 0, 1402, 0x0195} + } +}; + +StandTile tile_104 = { + 0x00da12, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {-1667, 0, 1364, 0x01bb}, + {-1591, 0, 1458, 0x01bf}, + {-1591, 0, 1439, 0x0000}, + {-1591, 0, 1402, 0x01b1}, + {-1591, 0, 1383, 0x01ad} + } +}; + +StandTile tile_105 = { + 0x00da11, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 1364, 0x0000}, + {-1667, 0, 1477, 0x01c3}, + {-1591, 0, 1458, 0x01b5} + } +}; + +StandTile tile_106 = { + 0x00d910, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1553, 0, 1439, 0x0000}, + {-1591, 0, 1439, 0x01b5}, + {-1591, 0, 1458, 0x0191} + } +}; + +StandTile tile_107 = { + 0x00d810, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 1458, 0x01bb}, + {-1667, 0, 1477, 0x01c7}, + {-1591, 0, 1477, 0x0191} + } +}; + +StandTile tile_108 = { + 0x00d712, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1477, 0, 1515, 0x01cb}, + {-1591, 0, 1477, 0x01c3}, + {-1667, 0, 1477, 0x019d} + } +}; + +StandTile tile_109 = { + 0x00d711, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1477, 0, 1515, 0x0000}, + {-1439, 0, 1515, 0x018d}, + {-1591, 0, 1477, 0x01c7} + } +}; + +StandTile tile_110 = { + 0x00d612, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1326, 0x01d3}, + {-1212, 0, 1439, 0x0000}, + {-1212, 0, 1402, 0x01d7} + } +}; + +StandTile tile_111 = { + 0x00d611, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1326, 0x023c}, + {-1326, 0, 1515, 0x01df}, + {-1212, 0, 1439, 0x01cf} + } +}; + +StandTile tile_112 = { + 0x00d512, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1212, 0, 1402, 0x01db}, + {-1174, 0, 1364, 0x0215}, + {-1326, 0, 1326, 0x01cf} + } +}; + +StandTile tile_113 = { + 0x00d511, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1212, 0, 1402, 0x0209}, + {-1174, 0, 1383, 0x020d}, + {-1174, 0, 1364, 0x01d7} + } +}; + +StandTile tile_114 = { + 0x00d412, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1515, 0x01e3}, + {-1174, 0, 1458, 0x01fb}, + {-1212, 0, 1439, 0x01d3} + } +}; + +StandTile tile_115 = { + 0x00d411, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1515, 0x01ef}, + {-1174, 0, 1477, 0x01f7}, + {-1174, 0, 1458, 0x01df} + } +}; + +StandTile tile_116 = { + 0x00d312, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 0, 1250, 0x01eb}, + {-1288, 0, 1326, 0x0211}, + {-1098, 0, 1364, 0x0000} + } +}; + +StandTile tile_117 = { + 0x00d311, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 0, 1250, 0x015f}, + {-1288, 0, 1288, 0x0000}, + {-1288, 0, 1326, 0x01e7} + } +}; + +StandTile tile_118 = { + 0x00d212, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1515, 0x01f3}, + {-1098, 0, 1477, 0x01f7}, + {-1174, 0, 1477, 0x01e3} + } +}; + +StandTile tile_119 = { + 0x00d211, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1515, 0x0000}, + {-1288, 0, 1515, 0x034f}, + {-1098, 0, 1477, 0x01ef} + } +}; + +StandTile tile_120 = { + 0x00d110, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 0, 1477, 0x01ef}, + {-1098, 0, 1477, 0x01ff}, + {-1174, 0, 1458, 0x01e3} + } +}; + +StandTile tile_121 = { + 0x00d010, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 0, 1458, 0x01ff}, + {-1174, 0, 1439, 0x0000}, + {-1212, 0, 1439, 0x01df} + } +}; + +StandTile tile_122 = { + 0x00cf12, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {-1098, 0, 1477, 0x0205}, + {-1174, 0, 1383, 0x0209}, + {-1174, 0, 1402, 0x0000}, + {-1174, 0, 1439, 0x01fb}, + {-1174, 0, 1458, 0x01f7} + } +}; + +StandTile tile_123 = { + 0x00cf11, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 0, 1477, 0x0000}, + {-1098, 0, 1364, 0x020d}, + {-1174, 0, 1383, 0x01ff} + } +}; + +StandTile tile_124 = { + 0x00ce10, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1212, 0, 1402, 0x0000}, + {-1174, 0, 1402, 0x01ff}, + {-1174, 0, 1383, 0x01db} + } +}; + +StandTile tile_125 = { + 0x00cd10, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 0, 1383, 0x0205}, + {-1098, 0, 1364, 0x0211}, + {-1174, 0, 1364, 0x01db} + } +}; + +StandTile tile_126 = { + 0x00cc12, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 1326, 0x0215}, + {-1174, 0, 1364, 0x020d}, + {-1098, 0, 1364, 0x01e7} + } +}; + +StandTile tile_127 = { + 0x00cc11, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 1326, 0x0000}, + {-1326, 0, 1326, 0x01d7}, + {-1174, 0, 1364, 0x0211} + } +}; + +StandTile tile_128 = { + 0x00cb12, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 0, 606, 0x021d}, + {-1326, 0, 833, 0x022e}, + {-1174, 0, 795, 0x0226} + } +}; + +StandTile tile_129 = { + 0x00cb11, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 0, 606, 0x0000}, + {-1326, 0, 606, 0x025a}, + {-1326, 0, 833, 0x0219} + } +}; + +StandTile tile_130 = { + 0x00ca12, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {-1098, 0, 606, 0x0226}, + {-1174, 0, 795, 0x022e}, + {-1098, 0, 795, 0x0000}, + {-1098, 0, 720, 0x0708} + } +}; + +StandTile tile_131 = { + 0x00ca11, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 0, 606, 0x0000}, + {-1174, 0, 606, 0x0219}, + {-1174, 0, 795, 0x0221} + } +}; + +StandTile tile_132 = { + 0x00c912, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 0, 795, 0x022e}, + {-1326, 0, 833, 0x0000}, + {-1288, 0, 833, 0x010d} + } +}; + +StandTile tile_133 = { + 0x00c911, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 0, 795, 0x0221}, + {-1174, 0, 795, 0x0219}, + {-1326, 0, 833, 0x022a} + } +}; + +StandTile tile_134 = { + 0x026c12, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-1439, 0, 1515, 0x0237}, + {-1326, 0, 1742, 0x0336}, + {-1326, 0, 1553, 0x0000}, + {-1326, 0, 1515, 0x0241} + } +}; + +StandTile tile_135 = { + 0x026c11, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-1439, 0, 1515, 0x0000}, + {-1439, 0, 1553, 0x0266}, + {-1439, 0, 1742, 0x0000}, + {-1326, 0, 1742, 0x0232} + } +}; + +StandTile tile_136 = { + 0x026b12, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-1439, 0, 1288, 0x0241}, + {-1326, 0, 1515, 0x01d3}, + {-1326, 0, 1326, 0x0000}, + {-1326, 0, 1288, 0x024b} + } +}; + +StandTile tile_137 = { + 0x026b11, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-1439, 0, 1288, 0x0000}, + {-1439, 0, 1326, 0x0189}, + {-1439, 0, 1515, 0x0232}, + {-1326, 0, 1515, 0x023c} + } +}; + +StandTile tile_138 = { + 0x026a12, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-1439, 0, 1061, 0x024b}, + {-1326, 0, 1288, 0x013f}, + {-1326, 0, 1098, 0x0000}, + {-1326, 0, 1061, 0x0255} + } +}; + +StandTile tile_139 = { + 0x026a11, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-1439, 0, 1061, 0x0000}, + {-1439, 0, 1098, 0x027e}, + {-1439, 0, 1288, 0x023c}, + {-1326, 0, 1288, 0x0246} + } +}; + +StandTile tile_140 = { + 0x026412, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-1439, 0, 833, 0x0255}, + {-1326, 0, 1061, 0x00f5}, + {-1326, 0, 871, 0x0000}, + {-1326, 0, 833, 0x025a} + } +}; + +StandTile tile_141 = { + 0x026411, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-1439, 0, 833, 0x0000}, + {-1439, 0, 871, 0x02ec}, + {-1439, 0, 1061, 0x0246}, + {-1326, 0, 1061, 0x0250} + } +}; + +StandTile tile_142 = { + 0x00c812, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 606, 0x025e}, + {-1439, 0, 833, 0x0250}, + {-1326, 0, 833, 0x021d} + } +}; + +StandTile tile_143 = { + 0x00c811, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 606, 0x0000}, + {-1439, 0, 606, 0x02d0}, + {-1439, 0, 833, 0x025a} + } +}; + +StandTile tile_144 = { + 0x00c712, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 1742, 0x0266}, + {-1439, 0, 1553, 0x0276}, + {-1591, 0, 1591, 0x026a} + } +}; + +StandTile tile_145 = { + 0x00c711, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 1742, 0x0000}, + {-1439, 0, 1742, 0x0237}, + {-1439, 0, 1553, 0x0262} + } +}; + +StandTile tile_146 = { + 0x00c612, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 1591, 0x026e}, + {-1591, 0, 1742, 0x0262}, + {-1591, 0, 1591, 0x0272} + } +}; + +StandTile tile_147 = { + 0x00c611, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 1591, 0x0000}, + {-1667, 0, 1742, 0x0000}, + {-1591, 0, 1742, 0x026a} + } +}; + +StandTile tile_148 = { + 0x00c512, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 1591, 0x0276}, + {-1477, 0, 1553, 0x01a1}, + {-1667, 0, 1591, 0x026a} + } +}; + +StandTile tile_149 = { + 0x00c511, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 1591, 0x0262}, + {-1439, 0, 1553, 0x0000}, + {-1477, 0, 1553, 0x0272} + } +}; + +StandTile tile_150 = { + 0x00c412, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 1288, 0x027e}, + {-1553, 0, 1174, 0x0000}, + {-1553, 0, 1212, 0x0282} + } +}; + +StandTile tile_151 = { + 0x00c411, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 1288, 0x024b}, + {-1439, 0, 1098, 0x028a}, + {-1553, 0, 1174, 0x027a} + } +}; + +StandTile tile_152 = { + 0x00c312, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1553, 0, 1212, 0x0286}, + {-1591, 0, 1250, 0x02c0}, + {-1439, 0, 1288, 0x027a} + } +}; + +StandTile tile_153 = { + 0x00c311, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1553, 0, 1212, 0x02b4}, + {-1591, 0, 1231, 0x02b8}, + {-1591, 0, 1250, 0x0282} + } +}; + +StandTile tile_154 = { + 0x00c212, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 1098, 0x028e}, + {-1591, 0, 1155, 0x02a6}, + {-1553, 0, 1174, 0x027e} + } +}; + +StandTile tile_155 = { + 0x00c211, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 1098, 0x029a}, + {-1591, 0, 1136, 0x02a2}, + {-1591, 0, 1155, 0x028a} + } +}; + +StandTile tile_156 = { + 0x00c112, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 1364, 0x0296}, + {-1477, 0, 1288, 0x02bc}, + {-1667, 0, 1250, 0x0000} + } +}; + +StandTile tile_157 = { + 0x00c111, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 1364, 0x01a9}, + {-1477, 0, 1326, 0x0000}, + {-1477, 0, 1288, 0x0292} + } +}; + +StandTile tile_158 = { + 0x00c012, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 1098, 0x029e}, + {-1667, 0, 1136, 0x02a2}, + {-1591, 0, 1136, 0x028e} + } +}; + +StandTile tile_159 = { + 0x00c011, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 1098, 0x0000}, + {-1477, 0, 1098, 0x0304}, + {-1667, 0, 1136, 0x029a} + } +}; + +StandTile tile_160 = { + 0x00bf10, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 1136, 0x029a}, + {-1667, 0, 1136, 0x02aa}, + {-1591, 0, 1155, 0x028e} + } +}; + +StandTile tile_161 = { + 0x00be10, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 1155, 0x02aa}, + {-1591, 0, 1174, 0x0000}, + {-1553, 0, 1174, 0x028a} + } +}; + +StandTile tile_162 = { + 0x00bd12, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {-1667, 0, 1136, 0x02b0}, + {-1591, 0, 1231, 0x02b4}, + {-1591, 0, 1212, 0x0000}, + {-1591, 0, 1174, 0x02a6}, + {-1591, 0, 1155, 0x02a2} + } +}; + +StandTile tile_163 = { + 0x00bd11, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 1136, 0x0000}, + {-1667, 0, 1250, 0x02b8}, + {-1591, 0, 1231, 0x02aa} + } +}; + +StandTile tile_164 = { + 0x00bc10, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1553, 0, 1212, 0x0000}, + {-1591, 0, 1212, 0x02aa}, + {-1591, 0, 1231, 0x0286} + } +}; + +StandTile tile_165 = { + 0x00bb10, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 1231, 0x02b0}, + {-1667, 0, 1250, 0x02bc}, + {-1591, 0, 1250, 0x0286} + } +}; + +StandTile tile_166 = { + 0x00ba12, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1477, 0, 1288, 0x02c0}, + {-1591, 0, 1250, 0x02b8}, + {-1667, 0, 1250, 0x0292} + } +}; + +StandTile tile_167 = { + 0x00ba11, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1477, 0, 1288, 0x0000}, + {-1439, 0, 1288, 0x0282}, + {-1591, 0, 1250, 0x02bc} + } +}; + +StandTile tile_168 = { + 0x00b912, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 795, 0x02c8}, + {-1477, 0, 871, 0x0000}, + {-1477, 0, 833, 0x02e0} + } +}; + +StandTile tile_169 = { + 0x00b911, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 795, 0x0000}, + {-1667, 0, 909, 0x030c}, + {-1477, 0, 871, 0x02c4} + } +}; + +StandTile tile_170 = { + 0x00b812, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 795, 0x02d0}, + {-1439, 0, 606, 0x0000}, + {-1591, 0, 606, 0x02dc} + } +}; + +StandTile tile_171 = { + 0x00b811, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 795, 0x02e4}, + {-1439, 0, 833, 0x025e}, + {-1439, 0, 606, 0x02cc} + } +}; + +StandTile tile_172 = { + 0x029110, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 606, 0x0000}, + {-1667, 0, 606, 0x0010}, + {-1667, 0, 720, 0x02d8} + } +}; + +StandTile tile_173 = { + 0x00b712, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 795, 0x02dc}, + {-1591, 0, 606, 0x02d4}, + {-1667, 0, 720, 0x0000} + } +}; + +StandTile tile_174 = { + 0x00b711, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 795, 0x02e0}, + {-1591, 0, 795, 0x02cc}, + {-1591, 0, 606, 0x02d8} + } +}; + +StandTile tile_175 = { + 0x00b612, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1477, 0, 833, 0x02e4}, + {-1591, 0, 795, 0x02dc}, + {-1667, 0, 795, 0x02c4} + } +}; + +StandTile tile_176 = { + 0x00b611, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1477, 0, 833, 0x0000}, + {-1439, 0, 833, 0x02d0}, + {-1591, 0, 795, 0x02e0} + } +}; + +StandTile tile_177 = { + 0x00b512, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 1061, 0x02ec}, + {-1553, 0, 947, 0x0000}, + {-1553, 0, 985, 0x02f0} + } +}; + +StandTile tile_178 = { + 0x00b511, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 1061, 0x0255}, + {-1439, 0, 871, 0x02f8}, + {-1553, 0, 947, 0x02e8} + } +}; + +StandTile tile_179 = { + 0x00b412, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1553, 0, 985, 0x02f4}, + {-1591, 0, 1023, 0x032e}, + {-1439, 0, 1061, 0x02e8} + } +}; + +StandTile tile_180 = { + 0x00b411, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1553, 0, 985, 0x0322}, + {-1591, 0, 1004, 0x0326}, + {-1591, 0, 1023, 0x02f0} + } +}; + +StandTile tile_181 = { + 0x00b312, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 871, 0x02fc}, + {-1591, 0, 928, 0x0314}, + {-1553, 0, 947, 0x02ec} + } +}; + +StandTile tile_182 = { + 0x00b311, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 871, 0x0308}, + {-1591, 0, 909, 0x0310}, + {-1591, 0, 928, 0x02f8} + } +}; + +StandTile tile_183 = { + 0x00b212, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 1136, 0x0304}, + {-1477, 0, 1061, 0x032a}, + {-1667, 0, 1023, 0x0000} + } +}; + +StandTile tile_184 = { + 0x00b211, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 1136, 0x029e}, + {-1477, 0, 1098, 0x0000}, + {-1477, 0, 1061, 0x0300} + } +}; + +StandTile tile_185 = { + 0x00b112, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 871, 0x030c}, + {-1667, 0, 909, 0x0310}, + {-1591, 0, 909, 0x02fc} + } +}; + +StandTile tile_186 = { + 0x00b111, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, 871, 0x0000}, + {-1477, 0, 871, 0x02c8}, + {-1667, 0, 909, 0x0308} + } +}; + +StandTile tile_187 = { + 0x00b010, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 909, 0x0308}, + {-1667, 0, 909, 0x0318}, + {-1591, 0, 928, 0x02fc} + } +}; + +StandTile tile_188 = { + 0x00af10, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 928, 0x0318}, + {-1591, 0, 947, 0x0000}, + {-1553, 0, 947, 0x02f8} + } +}; + +StandTile tile_189 = { + 0x00ae12, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x1, 0x4, + { + {-1667, 0, 909, 0x031e}, + {-1591, 0, 1004, 0x0322}, + {-1591, 0, 985, 0x0000}, + {-1591, 0, 947, 0x0314}, + {-1591, 0, 928, 0x0310} + } +}; + +StandTile tile_190 = { + 0x00ae11, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, 909, 0x0000}, + {-1667, 0, 1023, 0x0326}, + {-1591, 0, 1004, 0x0318} + } +}; + +StandTile tile_191 = { + 0x00ad10, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1553, 0, 985, 0x0000}, + {-1591, 0, 985, 0x0318}, + {-1591, 0, 1004, 0x02f4} + } +}; + +StandTile tile_192 = { + 0x00ac10, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1591, 0, 1004, 0x031e}, + {-1667, 0, 1023, 0x032a}, + {-1591, 0, 1023, 0x02f4} + } +}; + +StandTile tile_193 = { + 0x00ab12, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1477, 0, 1061, 0x032e}, + {-1591, 0, 1023, 0x0326}, + {-1667, 0, 1023, 0x0300} + } +}; + +StandTile tile_194 = { + 0x00ab11, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1477, 0, 1061, 0x0000}, + {-1439, 0, 1061, 0x02f0}, + {-1591, 0, 1023, 0x032a} + } +}; + +StandTile tile_195 = { + 0x00aa12, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1553, 0x0336}, + {-1174, 0, 1742, 0x033f}, + {-1174, 0, 1591, 0x034b} + } +}; + +StandTile tile_196 = { + 0x00aa11, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-1326, 0, 1553, 0x0232}, + {-1326, 0, 1742, 0x0357}, + {-1212, 0, 1742, 0x0000}, + {-1174, 0, 1742, 0x0332} + } +}; + +StandTile tile_197 = { + 0x00a912, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 0, 1591, 0x033f}, + {-1098, 0, 1742, 0x0000}, + {-1098, 0, 1629, 0x0343} + } +}; + +StandTile tile_198 = { + 0x00a911, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1174, 0, 1591, 0x0332}, + {-1174, 0, 1742, 0x0000}, + {-1098, 0, 1742, 0x033b} + } +}; + +StandTile tile_199 = { + 0x00a810, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 0, 1629, 0x0000}, + {-1098, 0, 1591, 0x034b}, + {-1174, 0, 1591, 0x033b} + } +}; + +StandTile tile_200 = { + 0x00a712, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1553, 0x034b}, + {-1098, 0, 1591, 0x0353}, + {-1288, 0, 1553, 0x0000} + } +}; + +StandTile tile_201 = { + 0x00a711, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1553, 0x0332}, + {-1174, 0, 1591, 0x0343}, + {-1098, 0, 1591, 0x0347} + } +}; + +StandTile tile_202 = { + 0x00a612, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 1553, 0x0353}, + {-1098, 0, 1477, 0x01f3}, + {-1288, 0, 1515, 0x0000} + } +}; + +StandTile tile_203 = { + 0x00a611, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1288, 0, 1553, 0x0347}, + {-1098, 0, 1591, 0x0000}, + {-1098, 0, 1477, 0x034f} + } +}; + +StandTile tile_204 = { + 0x003312, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1932, 0x035b}, + {-1212, 0, 1742, 0x0336}, + {-1326, 0, 1742, 0x0000} + } +}; + +StandTile tile_205 = { + 0x003311, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, 1932, 0x035f}, + {-1212, 0, 1818, 0x0000}, + {-1212, 0, 1742, 0x0357} + } +}; + +StandTile tile_206 = { + 0x003412, 0x28, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-947, 0, 1932, 0x0363}, + {-1212, 0, 1818, 0x035b}, + {-1326, 0, 1932, 0x0000} + } +}; + +StandTile tile_207 = { + 0x003411, 0x28, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-947, 0, 1932, 0x00e1}, + {-947, 0, 1818, 0x0000}, + {-1212, 0, 1818, 0x035f} + } +}; + +StandTile tile_208 = { + 0x005012, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, -265, 2273, 0x036b}, + {-720, -265, 2386, 0x03a8}, + {-606, -265, 2386, 0x0000} + } +}; + +StandTile tile_209 = { + 0x005011, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, -265, 2273, 0x038f}, + {-720, -265, 2273, 0x0000}, + {-720, -265, 2386, 0x0367} + } +}; + +StandTile tile_210 = { + 0x000512, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-290, -265, 1591, 0x0373}, + {-720, -265, 1616, 0x037b}, + {-290, -265, 1616, 0x0398} + } +}; + +StandTile tile_211 = { + 0x000511, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-290, -265, 1591, 0x0000}, + {-720, -265, 1591, 0x0000}, + {-720, -265, 1616, 0x036f} + } +}; + +StandTile tile_212 = { + 0x000412, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-290, -265, 1616, 0x037b}, + {-720, -265, 1907, 0x0383}, + {-290, -265, 1907, 0x0398} + } +}; + +StandTile tile_213 = { + 0x000411, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-290, -265, 1616, 0x036f}, + {-720, -265, 1616, 0x0000}, + {-720, -265, 1907, 0x0377} + } +}; + +StandTile tile_214 = { + 0x000312, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-290, -265, 1907, 0x0383}, + {-720, -265, 1957, 0x038b}, + {-290, -265, 1957, 0x0398} + } +}; + +StandTile tile_215 = { + 0x000311, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-290, -265, 1907, 0x0377}, + {-720, -265, 1907, 0x0000}, + {-720, -265, 1957, 0x037f} + } +}; + +StandTile tile_216 = { + 0x000212, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-290, -265, 1957, 0x038b}, + {-720, -265, 2247, 0x0394}, + {-290, -265, 2247, 0x0398} + } +}; + +StandTile tile_217 = { + 0x000211, 0x27, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-290, -265, 1957, 0x037f}, + {-720, -265, 1957, 0x0000}, + {-720, -265, 2247, 0x0387} + } +}; + +StandTile tile_218 = { + 0x000112, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-290, -265, 2247, 0x0394}, + {-720, -265, 2273, 0x036b}, + {-606, -265, 2273, 0x0000}, + {-290, -265, 2273, 0x0398} + } +}; + +StandTile tile_219 = { + 0x000111, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-290, -265, 2247, 0x0387}, + {-720, -265, 2247, 0x0000}, + {-720, -265, 2273, 0x038f} + } +}; + +StandTile tile_220 = { + 0x000012, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 7, + 0x0, 0x1, 0x2, + { + {-290, -265, 2273, 0x03a0}, + {76, -265, 1591, 0x0000}, + {-290, -265, 1591, 0x036f}, + {-290, -265, 1616, 0x0377}, + {-290, -265, 1907, 0x037f}, + {-290, -265, 1957, 0x0387}, + {-290, -265, 2247, 0x038f} + } +}; + +StandTile tile_221 = { + 0x000011, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-290, -265, 2273, 0x0000}, + {76, -265, 2273, 0x0000}, + {76, -265, 1591, 0x0398} + } +}; + +StandTile tile_222 = { + 0x004f12, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-606, -265, 2386, 0x03a8}, + {-720, -265, 2500, 0x0000}, + {-606, -265, 2500, 0x03ac} + } +}; + +StandTile tile_223 = { + 0x004f11, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-606, -265, 2386, 0x0367}, + {-720, -265, 2386, 0x0000}, + {-720, -265, 2500, 0x03a4} + } +}; + +StandTile tile_224 = { + 0x004e12, 0x26, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-606, -265, 2500, 0x03b0}, + {417, 265, 2386, 0x0000}, + {-606, -265, 2386, 0x03a4} + } +}; + +StandTile tile_225 = { + 0x004e11, 0x26, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-606, -265, 2500, 0x0000}, + {417, 265, 2500, 0x0048}, + {417, 265, 2386, 0x03ac} + } +}; + +StandTile tile_226 = { + 0x004712, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 265, 1591, 0x03b8}, + {530, 265, 1477, 0x03c4}, + {417, 265, 1477, 0x0000} + } +}; + +StandTile tile_227 = { + 0x004711, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 265, 1591, 0x0064}, + {530, 265, 1591, 0x0000}, + {530, 265, 1477, 0x03b4} + } +}; + +StandTile tile_228 = { + 0x004812, 0x25, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {530, 265, 1364, 0x03c0}, + {189, 265, 1477, 0x0000}, + {417, 265, 1477, 0x03c4} + } +}; + +StandTile tile_229 = { + 0x004811, 0x25, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {530, 265, 1364, 0x0000}, + {303, 265, 1364, 0x03c8}, + {189, 265, 1477, 0x03bc} + } +}; + +StandTile tile_230 = { + 0x004910, 0x25, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {417, 265, 1477, 0x03b4}, + {530, 265, 1477, 0x0000}, + {530, 265, 1364, 0x03bc} + } +}; + +StandTile tile_231 = { + 0x004a10, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 265, 1364, 0x0000}, + {189, 265, 1477, 0x03c0}, + {303, 265, 1364, 0x0897} + } +}; + +StandTile tile_232 = { + 0x01cf0a, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1553, 265, -455, 0x03d0}, + {1439, 265, -227, 0x04a8}, + {1553, 265, -227, 0x0000} + } +}; + +StandTile tile_233 = { + 0x01cf09, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1553, 265, -455, 0x0000}, + {1439, 265, -455, 0x0000}, + {1439, 265, -227, 0x03cc} + } +}; + +StandTile tile_234 = { + 0x01f50a, 0x23, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2348, 265, -1364, 0x03d8}, + {2235, 265, -1136, 0x03f0}, + {2348, 265, -1136, 0x0000} + } +}; + +StandTile tile_235 = { + 0x01f509, 0x23, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2348, 265, -1364, 0x0000}, + {2235, 265, -1364, 0x0000}, + {2235, 265, -1136, 0x03d4} + } +}; + +StandTile tile_236 = { + 0x01de08, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1691, 0, -1023, 0x0000}, + {1691, 81, -1023, 0x03ec}, + {1553, 0, -1023, 0x0444} + } +}; + +StandTile tile_237 = { + 0x01dd0a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1691, 81, -1023, 0x03e4}, + {2008, 265, -1136, 0x0000}, + {1691, 81, -1136, 0x03e8} + } +}; + +StandTile tile_238 = { + 0x01dd09, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1691, 81, -1023, 0x0000}, + {2008, 265, -1023, 0x03f4}, + {2008, 265, -1136, 0x03e0} + } +}; + +StandTile tile_239 = { + 0x00310a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1553, 0, -1136, 0x03ec}, + {1691, 81, -1023, 0x03e0}, + {1691, 81, -1136, 0x0000} + } +}; + +StandTile tile_240 = { + 0x003109, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1553, 0, -1136, 0x0540}, + {1553, 0, -1023, 0x03dc}, + {1691, 81, -1023, 0x03e8} + } +}; + +StandTile tile_241 = { + 0x01fe08, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2008, 265, -1023, 0x03fc}, + {2348, 265, -1136, 0x03d4}, + {2235, 265, -1136, 0x03f4} + } +}; + +StandTile tile_242 = { + 0x003008, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2008, 265, -1136, 0x03e4}, + {2008, 265, -1023, 0x03f0}, + {2235, 265, -1136, 0x0000} + } +}; + +StandTile tile_243 = { + 0x002f0a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2348, 265, -1136, 0x03fc}, + {2008, 265, -909, 0x0000}, + {2235, 265, -682, 0x0404} + } +}; + +StandTile tile_244 = { + 0x002f09, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2348, 265, -1136, 0x03f0}, + {2008, 265, -1023, 0x0000}, + {2008, 265, -909, 0x03f8} + } +}; + +StandTile tile_245 = { + 0x002e0a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2348, 265, -1136, 0x0404}, + {2235, 265, -114, 0x0408}, + {2348, 265, 114, 0x0000} + } +}; + +StandTile tile_246 = { + 0x002e09, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2348, 265, -1136, 0x03f8}, + {2235, 265, -682, 0x0000}, + {2235, 265, -114, 0x0400} + } +}; + +StandTile tile_247 = { + 0x002d0a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2235, 265, -114, 0x040c}, + {2121, 265, 114, 0x0490}, + {2348, 265, 114, 0x0400} + } +}; + +StandTile tile_248 = { + 0x002d09, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2235, 265, -114, 0x0000}, + {2121, 265, 0, 0x0000}, + {2121, 265, 114, 0x0408} + } +}; + +StandTile tile_249 = { + 0x002c0a, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2008, 0, -1023, 0x0414}, + {1913, 0, -1136, 0x0418}, + {1913, 0, -1023, 0x0440} + } +}; + +StandTile tile_250 = { + 0x002c09, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2008, 0, -1023, 0x0434}, + {2348, 0, -1136, 0x0000}, + {1913, 0, -1136, 0x0410} + } +}; + +StandTile tile_251 = { + 0x01db08, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1802, 0, -1023, 0x0450}, + {1913, 0, -1023, 0x0410}, + {1913, 0, -1136, 0x0420} + } +}; + +StandTile tile_252 = { + 0x01d90a, 0x22, + 0x1, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1691, 0, -1023, 0x0420}, + {1913, 0, -1136, 0x0000}, + {1769, 0, -1136, 0x0000} + } +}; + +StandTile tile_253 = { + 0x01d909, 0x22, + 0x1, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1691, 0, -1023, 0x044c}, + {1802, 0, -1023, 0x0418}, + {1913, 0, -1136, 0x041c} + } +}; + +StandTile tile_254 = { + 0x002a0a, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2121, 0, 0, 0x0428}, + {2348, 0, 114, 0x0430}, + {2235, 0, -114, 0x0464} + } +}; + +StandTile tile_255 = { + 0x002a09, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2121, 0, 0, 0x046c}, + {2121, 0, 114, 0x0000}, + {2348, 0, 114, 0x0424} + } +}; + +StandTile tile_256 = { + 0x00290a, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2235, 0, -114, 0x0430}, + {2348, 0, -1136, 0x0438}, + {2235, 0, -682, 0x045c} + } +}; + +StandTile tile_257 = { + 0x002909, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2235, 0, -114, 0x0424}, + {2348, 0, 114, 0x0000}, + {2348, 0, -1136, 0x042c} + } +}; + +StandTile tile_258 = { + 0x00280a, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2008, 0, -903, 0x0438}, + {2348, 0, -1136, 0x0414}, + {2008, 0, -1023, 0x043c} + } +}; + +StandTile tile_259 = { + 0x002809, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2008, 0, -903, 0x0488}, + {2235, 0, -682, 0x042c}, + {2348, 0, -1136, 0x0434} + } +}; + +StandTile tile_260 = { + 0x01210a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2008, 0, -1023, 0x0440}, + {1913, 0, -720, 0x0484}, + {2008, 0, -903, 0x0434} + } +}; + +StandTile tile_261 = { + 0x012109, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2008, 0, -1023, 0x0410}, + {1913, 0, -1023, 0x0454}, + {1913, 0, -720, 0x043c} + } +}; + +StandTile tile_262 = { + 0x01d808, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1691, 0, -1023, 0x03dc}, + {1553, 0, -1023, 0x0538}, + {1553, 0, -568, 0x044c} + } +}; + +StandTile tile_263 = { + 0x01da0a, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1802, 0, -1023, 0x044c}, + {1553, 0, -568, 0x0000}, + {1780, 0, -568, 0x0450} + } +}; + +StandTile tile_264 = { + 0x01da09, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1802, 0, -1023, 0x0420}, + {1691, 0, -1023, 0x0444}, + {1553, 0, -568, 0x0448} + } +}; + +StandTile tile_265 = { + 0x002408, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1913, 0, -1023, 0x0418}, + {1802, 0, -1023, 0x0448}, + {1780, 0, -568, 0x0454} + } +}; + +StandTile tile_266 = { + 0x00230a, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1780, 0, -568, 0x0458}, + {1913, 0, -720, 0x0440}, + {1913, 0, -1023, 0x0450} + } +}; + +StandTile tile_267 = { + 0x002309, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1780, 0, -568, 0x0000}, + {1780, 0, -114, 0x047c}, + {1913, 0, -720, 0x0454} + } +}; + +StandTile tile_268 = { + 0x002208, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2235, 0, -682, 0x0488}, + {2064, 0, -720, 0x0464}, + {2235, 0, -114, 0x042c} + } +}; + +StandTile tile_269 = { + 0x00210a, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2121, 0, 0, 0x0464}, + {2064, 0, -720, 0x0480}, + {2064, 0, 0, 0x0468} + } +}; + +StandTile tile_270 = { + 0x002109, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2121, 0, 0, 0x0424}, + {2235, 0, -114, 0x045c}, + {2064, 0, -720, 0x0460} + } +}; + +StandTile tile_271 = { + 0x00200a, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2008, 0, 114, 0x046c}, + {2121, 0, 0, 0x0460}, + {2064, 0, 0, 0x0470} + } +}; + +StandTile tile_272 = { + 0x002009, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2008, 0, 114, 0x0000}, + {2121, 0, 114, 0x0428}, + {2121, 0, 0, 0x0468} + } +}; + +StandTile tile_273 = { + 0x001f08, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2008, 0, 114, 0x0468}, + {2064, 0, 0, 0x0478}, + {2008, 0, 0, 0x0000} + } +}; + +StandTile tile_274 = { + 0x001e08, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1780, 0, -114, 0x05a1}, + {1780, 0, 0, 0x0000}, + {2008, 0, 0, 0x0478} + } +}; + +StandTile tile_275 = { + 0x001d08, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2008, 0, 0, 0x0470}, + {2064, 0, 0, 0x0480}, + {1780, 0, -114, 0x0474} + } +}; + +StandTile tile_276 = { + 0x001c0a, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1780, 0, -114, 0x0480}, + {2064, 0, -720, 0x0484}, + {1913, 0, -720, 0x0458} + } +}; + +StandTile tile_277 = { + 0x001c09, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1780, 0, -114, 0x0478}, + {2064, 0, 0, 0x0460}, + {2064, 0, -720, 0x047c} + } +}; + +StandTile tile_278 = { + 0x001b08, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1913, 0, -720, 0x047c}, + {2064, 0, -720, 0x0488}, + {2008, 0, -903, 0x043c} + } +}; + +StandTile tile_279 = { + 0x001a08, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2064, 0, -720, 0x045c}, + {2235, 0, -682, 0x0438}, + {2008, 0, -903, 0x0484} + } +}; + +StandTile tile_280 = { + 0x00120a, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2348, 265, 227, 0x0490}, + {2121, 265, 114, 0x0494}, + {2008, 265, 227, 0x0000} + } +}; + +StandTile tile_281 = { + 0x001209, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2348, 265, 227, 0x0000}, + {2348, 265, 114, 0x0408}, + {2121, 265, 114, 0x048c} + } +}; + +StandTile tile_282 = { + 0x001108, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2121, 265, 114, 0x0000}, + {2008, 265, 114, 0x049c}, + {2008, 265, 227, 0x048c} + } +}; + +StandTile tile_283 = { + 0x015e0a, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1894, 265, 227, 0x049c}, + {2008, 265, 114, 0x0000}, + {1894, 265, 114, 0x054c} + } +}; + +StandTile tile_284 = { + 0x015e09, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1894, 265, 227, 0x0000}, + {2008, 265, 227, 0x0494}, + {2008, 265, 114, 0x0498} + } +}; + +StandTile tile_285 = { + 0x00e408, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, 265, -227, 0x04a4}, + {871, 265, 0, 0x04b0}, + {985, 265, -227, 0x04f2} + } +}; + +StandTile tile_286 = { + 0x00e508, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {758, 265, -227, 0x04b8}, + {871, 265, 0, 0x04a0}, + {871, 265, -227, 0x0000} + } +}; + +StandTile tile_287 = { + 0x01d708, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1439, 265, 0, 0x04ea}, + {1553, 265, -227, 0x03cc}, + {1439, 265, -227, 0x04ac} + } +}; + +StandTile tile_288 = { + 0x00e30a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {985, 265, -227, 0x04b0}, + {1439, 265, 0, 0x04a8}, + {1439, 265, -227, 0x0000} + } +}; + +StandTile tile_289 = { + 0x00e309, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {985, 265, -227, 0x04a0}, + {871, 265, 0, 0x0000}, + {1439, 265, 0, 0x04ac} + } +}; + +StandTile tile_290 = { + 0x00e80a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, 265, 0, 0x04b8}, + {758, 265, 909, 0x04c2}, + {871, 265, 795, 0x0000} + } +}; + +StandTile tile_291 = { + 0x00e809, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {871, 265, 0, 0x04a4}, + {758, 265, -227, 0x0000}, + {758, 265, 227, 0x05f6}, + {758, 265, 341, 0x0000}, + {758, 265, 909, 0x04b4} + } +}; + +StandTile tile_292 = { + 0x00e70a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, 265, 795, 0x04c2}, + {1326, 265, 909, 0x04ce}, + {1439, 265, 795, 0x0000} + } +}; + +StandTile tile_293 = { + 0x00e709, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, 265, 795, 0x04b4}, + {758, 265, 909, 0x0000}, + {1326, 265, 909, 0x04be} + } +}; + +StandTile tile_294 = { + 0x011e0a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1553, 265, 1023, 0x04ca}, + {1439, 265, 909, 0x0000}, + {1439, 265, 1023, 0x05dd} + } +}; + +StandTile tile_295 = { + 0x011e09, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1553, 265, 1023, 0x0000}, + {1553, 265, 909, 0x04d6}, + {1439, 265, 909, 0x04c6} + } +}; + +StandTile tile_296 = { + 0x00e608, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1326, 265, 909, 0x0000}, + {1439, 265, 909, 0x04d2}, + {1439, 265, 795, 0x04be} + } +}; + +StandTile tile_297 = { + 0x00e20a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1439, 265, 909, 0x04d6}, + {1553, 265, 227, 0x04de}, + {1439, 265, 795, 0x04ce} + } +}; + +StandTile tile_298 = { + 0x00e209, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1439, 265, 909, 0x04ca}, + {1553, 265, 909, 0x0000}, + {1553, 265, 227, 0x04d2} + } +}; + +StandTile tile_299 = { + 0x00e10a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1439, 265, 0, 0x04de}, + {1553, 265, 227, 0x04e2}, + {1553, 265, 114, 0x04ea} + } +}; + +StandTile tile_300 = { + 0x00e109, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1439, 265, 0, 0x0000}, + {1439, 265, 795, 0x04d2}, + {1553, 265, 227, 0x04da} + } +}; + +StandTile tile_301 = { + 0x00100a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1553, 265, 227, 0x04e6}, + {1667, 265, 114, 0x0000}, + {1553, 265, 114, 0x04da} + } +}; + +StandTile tile_302 = { + 0x001009, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1553, 265, 227, 0x0000}, + {1667, 265, 227, 0x0548}, + {1667, 265, 114, 0x04e2} + } +}; + +StandTile tile_303 = { + 0x00e008, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1553, 265, 114, 0x0000}, + {1553, 265, -227, 0x04a8}, + {1439, 265, 0, 0x04da} + } +}; + +StandTile tile_304 = { + 0x00140a, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, 265, -227, 0x04f2}, + {985, 265, -341, 0x05c1}, + {871, 265, -341, 0x0000} + } +}; + +StandTile tile_305 = { + 0x001409, 0x21, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, 265, -227, 0x04a0}, + {985, 265, -227, 0x0000}, + {985, 265, -341, 0x04ee} + } +}; + +StandTile tile_306 = { + 0x000e0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, 0, 795, 0x04fa}, + {1439, 0, 0, 0x0520}, + {871, 0, 0, 0x0517} + } +}; + +StandTile tile_307 = { + 0x000e09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, 0, 795, 0x04fe}, + {1439, 0, 795, 0x0506}, + {1439, 0, 0, 0x04f6} + } +}; + +StandTile tile_308 = { + 0x000d0a, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {871, 0, 795, 0x0502}, + {1553, 0, 909, 0x050a}, + {1439, 0, 795, 0x04fa} + } +}; + +StandTile tile_309 = { + 0x000d09, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {871, 0, 795, 0x051b}, + {758, 0, 909, 0x0000}, + {1553, 0, 909, 0x04fe} + } +}; + +StandTile tile_310 = { + 0x000c0a, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1439, 0, 795, 0x050a}, + {1553, 0, 0, 0x050f}, + {1439, 0, 0, 0x04fa} + } +}; + +StandTile tile_311 = { + 0x000c09, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {1439, 0, 795, 0x04fe}, + {1553, 0, 909, 0x05e1}, + {1553, 0, 795, 0x0000}, + {1553, 0, 0, 0x0506} + } +}; + +StandTile tile_312 = { + 0x000b08, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1553, 0, 0, 0x05a5}, + {1553, 0, -114, 0x0513}, + {1439, 0, 0, 0x0506} + } +}; + +StandTile tile_313 = { + 0x000a08, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1439, 0, 0, 0x050f}, + {1553, 0, -114, 0x0000}, + {1553, 0, -227, 0x0524} + } +}; + +StandTile tile_314 = { + 0x00090a, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, -227, 0x051b}, + {871, 0, 795, 0x04f6}, + {871, 0, 0, 0x0528} + } +}; + +StandTile tile_315 = { + 0x000909, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {758, 0, -227, 0x0000}, + {758, 0, 833, 0x07b0}, + {758, 0, 909, 0x0502}, + {871, 0, 795, 0x0517} + } +}; + +StandTile tile_316 = { + 0x00080a, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1439, 0, 0, 0x0524}, + {985, 0, -227, 0x052c}, + {871, 0, 0, 0x04f6} + } +}; + +StandTile tile_317 = { + 0x000809, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1439, 0, 0, 0x0513}, + {1553, 0, -227, 0x0000}, + {985, 0, -227, 0x0520} + } +}; + +StandTile tile_318 = { + 0x000708, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {871, 0, -227, 0x0000}, + {758, 0, -227, 0x0517}, + {871, 0, 0, 0x052c} + } +}; + +StandTile tile_319 = { + 0x000608, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {871, 0, 0, 0x0520}, + {985, 0, -227, 0x0000}, + {871, 0, -227, 0x0528} + } +}; + +StandTile tile_320 = { + 0x00150a, 0x1f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, -682, 0x0534}, + {871, 0, -568, 0x0544}, + {871, 0, -682, 0x0000} + } +}; + +StandTile tile_321 = { + 0x001509, 0x1f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, -682, 0x05b9}, + {644, 0, -568, 0x0000}, + {871, 0, -568, 0x0530} + } +}; + +StandTile tile_322 = { + 0x00270a, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1553, 0, -1023, 0x053c}, + {871, 0, -682, 0x0544}, + {1553, 0, -568, 0x0444} + } +}; + +StandTile tile_323 = { + 0x002709, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1553, 0, -1023, 0x0540}, + {871, 0, -1136, 0x0000}, + {871, 0, -682, 0x0538} + } +}; + +StandTile tile_324 = { + 0x002508, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {871, 0, -1136, 0x053c}, + {1553, 0, -1023, 0x03ec}, + {1553, 0, -1136, 0x0000} + } +}; + +StandTile tile_325 = { + 0x002608, 0x1f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {871, 0, -682, 0x0530}, + {871, 0, -568, 0x0000}, + {1553, 0, -568, 0x0538} + } +}; + +StandTile tile_326 = { + 0x015d0a, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1667, 265, 227, 0x054c}, + {1894, 265, 114, 0x0000}, + {1667, 265, 114, 0x04e6} + } +}; + +StandTile tile_327 = { + 0x015d09, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1667, 265, 227, 0x0000}, + {1894, 265, 227, 0x0498}, + {1894, 265, 114, 0x0548} + } +}; + +StandTile tile_328 = { + 0x011b0a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, 265, 1136, 0x0554}, + {758, 265, 1250, 0x0560}, + {871, 265, 1250, 0x0000} + } +}; + +StandTile tile_329 = { + 0x011b09, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {871, 265, 1136, 0x05d1}, + {758, 265, 1136, 0x0000}, + {758, 265, 1250, 0x0550} + } +}; + +StandTile tile_330 = { + 0x00320a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {909, 265, 1250, 0x055c}, + {1288, 227, 1402, 0x0569}, + {1288, 227, 1250, 0x0000} + } +}; + +StandTile tile_331 = { + 0x003209, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {909, 265, 1250, 0x0560}, + {909, 265, 1402, 0x0000}, + {1288, 227, 1402, 0x0558} + } +}; + +StandTile tile_332 = { + 0x00330a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {758, 265, 1250, 0x0565}, + {909, 265, 1402, 0x055c}, + {909, 265, 1250, 0x0000}, + {871, 265, 1250, 0x0550} + } +}; + +StandTile tile_333 = { + 0x003309, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {758, 265, 1250, 0x0000}, + {758, 265, 1402, 0x0000}, + {909, 265, 1402, 0x0560} + } +}; + +StandTile tile_334 = { + 0x003a0a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1288, 227, 1402, 0x056d}, + {1439, 227, 1250, 0x0000}, + {1288, 227, 1250, 0x0558} + } +}; + +StandTile tile_335 = { + 0x003a09, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1288, 227, 1402, 0x0575}, + {1439, 227, 1402, 0x0000}, + {1439, 227, 1250, 0x0569} + } +}; + +StandTile tile_336 = { + 0x00390a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1439, 114, 1780, 0x0575}, + {1288, 227, 1402, 0x0000}, + {1288, 114, 1780, 0x0579} + } +}; + +StandTile tile_337 = { + 0x003909, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1439, 114, 1780, 0x0000}, + {1439, 227, 1402, 0x056d}, + {1288, 227, 1402, 0x0571} + } +}; + +StandTile tile_338 = { + 0x00380a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1288, 114, 1780, 0x057d}, + {1439, 114, 1932, 0x0000}, + {1439, 114, 1780, 0x0571} + } +}; + +StandTile tile_339 = { + 0x003809, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1288, 114, 1780, 0x0585}, + {1288, 114, 1932, 0x0000}, + {1439, 114, 1932, 0x0579} + } +}; + +StandTile tile_340 = { + 0x00370a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {909, 0, 1932, 0x0585}, + {1288, 114, 1780, 0x0000}, + {909, 0, 1780, 0x058d} + } +}; + +StandTile tile_341 = { + 0x003709, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {909, 0, 1932, 0x0000}, + {1288, 114, 1932, 0x057d}, + {1288, 114, 1780, 0x0581} + } +}; + +StandTile tile_342 = { + 0x00360a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, 1932, 0x058d}, + {909, 0, 1780, 0x0595}, + {758, 0, 1818, 0x0028} + } +}; + +StandTile tile_343 = { + 0x003609, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, 1932, 0x0000}, + {909, 0, 1932, 0x0581}, + {909, 0, 1780, 0x0589} + } +}; + +StandTile tile_344 = { + 0x00350a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, 1818, 0x0595}, + {909, 0, 1402, 0x059d}, + {758, 0, 1364, 0x0000} + } +}; + +StandTile tile_345 = { + 0x003509, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, 1818, 0x0589}, + {909, 0, 1780, 0x0000}, + {909, 0, 1402, 0x0591} + } +}; + +StandTile tile_346 = { + 0x00340a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, 1364, 0x059d}, + {909, 0, 1250, 0x0000}, + {758, 0, 1250, 0x07c9} + } +}; + +StandTile tile_347 = { + 0x003409, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, 1364, 0x0591}, + {909, 0, 1402, 0x0000}, + {909, 0, 1250, 0x0599} + } +}; + +StandTile tile_348 = { + 0x000f0a, 0x1c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1553, 0, -114, 0x05a5}, + {1780, 0, 0, 0x0474}, + {1780, 0, -114, 0x0000} + } +}; + +StandTile tile_349 = { + 0x000f09, 0x1c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1553, 0, -114, 0x050f}, + {1553, 0, 0, 0x0000}, + {1780, 0, 0, 0x05a1} + } +}; + +StandTile tile_350 = { + 0x00180a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {379, 0, -909, 0x05ad}, + {492, 0, -795, 0x05b5}, + {492, 0, -909, 0x0000} + } +}; + +StandTile tile_351 = { + 0x001809, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {379, 0, -909, 0x075c}, + {379, 0, -795, 0x0000}, + {492, 0, -795, 0x05a9} + } +}; + +StandTile tile_352 = { + 0x00170a, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {492, 0, -909, 0x05b5}, + {644, 0, -795, 0x05bd}, + {758, 0, -909, 0x0000} + } +}; + +StandTile tile_353 = { + 0x001709, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {492, 0, -909, 0x05a9}, + {492, 0, -795, 0x0000}, + {644, 0, -795, 0x05b1} + } +}; + +StandTile tile_354 = { + 0x00160a, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, -909, 0x05bd}, + {644, 0, -568, 0x0534}, + {758, 0, -682, 0x0000} + } +}; + +StandTile tile_355 = { + 0x001609, 0x1b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, -909, 0x05b1}, + {644, 0, -795, 0x0000}, + {644, 0, -568, 0x05b9} + } +}; + +StandTile tile_356 = { + 0x018e0a, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {985, 265, -341, 0x05c5}, + {871, 265, -379, 0x0000}, + {871, 265, -341, 0x04ee} + } +}; + +StandTile tile_357 = { + 0x018e09, 0x1a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {985, 265, -341, 0x0000}, + {985, 265, -492, 0x05cd}, + {871, 265, -379, 0x05c1} + } +}; + +StandTile tile_358 = { + 0x00130a, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {871, 265, -379, 0x05cd}, + {720, 265, -492, 0x07a0}, + {720, 265, -379, 0x0000} + } +}; + +StandTile tile_359 = { + 0x001309, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {871, 265, -379, 0x05c5}, + {985, 265, -492, 0x0000}, + {720, 265, -492, 0x05c9} + } +}; + +StandTile tile_360 = { + 0x017108, 0x19, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {871, 265, 1136, 0x05d5}, + {758, 265, 1023, 0x0000}, + {758, 265, 1136, 0x0554} + } +}; + +StandTile tile_361 = { + 0x011c0a, 0x19, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1553, 265, 1136, 0x05d9}, + {758, 265, 1023, 0x05d1}, + {871, 265, 1136, 0x0000} + } +}; + +StandTile tile_362 = { + 0x011c09, 0x19, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1553, 265, 1136, 0x05dd}, + {1439, 265, 1023, 0x0000}, + {758, 265, 1023, 0x05d5} + } +}; + +StandTile tile_363 = { + 0x011d08, 0x19, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1553, 265, 1136, 0x0000}, + {1553, 265, 1023, 0x04c6}, + {1439, 265, 1023, 0x05d9} + } +}; + +StandTile tile_364 = { + 0x00050a, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1553, 0, 909, 0x05e5}, + {1667, 0, 795, 0x0000}, + {1553, 0, 795, 0x050a} + } +}; + +StandTile tile_365 = { + 0x000509, 0x18, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {1553, 0, 909, 0x0000}, + {1780, 0, 909, 0x0622}, + {1894, 0, 909, 0x05ea}, + {1667, 0, 795, 0x05e1} + } +}; + +StandTile tile_366 = { + 0x000408, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1894, 0, 909, 0x0000}, + {1894, 0, 455, 0x05ee}, + {1667, 0, 795, 0x05e5} + } +}; + +StandTile tile_367 = { + 0x000308, 0x18, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1894, 0, 455, 0x0000}, + {1667, 0, 455, 0x0000}, + {1667, 0, 795, 0x05ea} + } +}; + +StandTile tile_368 = { + 0x019c0a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, 265, 341, 0x05f6}, + {758, 265, 227, 0x0000}, + {644, 265, 227, 0x05fa} + } +}; + +StandTile tile_369 = { + 0x019c09, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, 265, 341, 0x0000}, + {758, 265, 341, 0x04b8}, + {758, 265, 227, 0x05f2} + } +}; + +StandTile tile_370 = { + 0x019d0a, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {644, 265, 227, 0x05fe}, + {417, 265, 341, 0x0000}, + {644, 265, 341, 0x05f2} + } +}; + +StandTile tile_371 = { + 0x019d09, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {644, 265, 227, 0x0000}, + {530, 265, 227, 0x0606}, + {417, 265, 341, 0x05fa} + } +}; + +StandTile tile_372 = { + 0x01ba0a, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {417, 265, 341, 0x0606}, + {530, 265, 0, 0x060a}, + {417, 265, 114, 0x0000} + } +}; + +StandTile tile_373 = { + 0x01ba09, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {417, 265, 341, 0x05fe}, + {530, 265, 227, 0x0000}, + {530, 265, 0, 0x0602} + } +}; + +StandTile tile_374 = { + 0x019908, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {530, 265, 0, 0x0000}, + {417, 265, 0, 0x0612}, + {417, 265, 114, 0x0602} + } +}; + +StandTile tile_375 = { + 0x01980a, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {303, 265, 114, 0x0612}, + {417, 265, 0, 0x0000}, + {303, 265, 0, 0x087a} + } +}; + +StandTile tile_376 = { + 0x019809, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {303, 265, 114, 0x0000}, + {417, 265, 114, 0x060a}, + {417, 265, 0, 0x060e} + } +}; + +StandTile tile_377 = { + 0x01e70a, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1894, 0, 1364, 0x061a}, + {1439, 0, 1250, 0x0000}, + {1439, 0, 1364, 0x0000} + } +}; + +StandTile tile_378 = { + 0x01e709, 0x16, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1894, 0, 1364, 0x061e}, + {1780, 0, 1250, 0x0000}, + {1439, 0, 1250, 0x0616} + } +}; + +StandTile tile_379 = { + 0x01df0a, 0x16, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1894, 0, 909, 0x0622}, + {1780, 0, 1250, 0x061a}, + {1894, 0, 1364, 0x0000} + } +}; + +StandTile tile_380 = { + 0x01df09, 0x16, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1894, 0, 909, 0x05e5}, + {1780, 0, 909, 0x0000}, + {1780, 0, 1250, 0x061e} + } +}; + +StandTile tile_381 = { + 0x022402, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {530, 0, 114, 0x062a}, + {303, 0, 0, 0x0866}, + {303, 0, 114, 0x0000} + } +}; + +StandTile tile_382 = { + 0x022401, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {530, 0, 114, 0x0000}, + {530, 0, 0, 0x0000}, + {303, 0, 0, 0x0626} + } +}; + +StandTile tile_383 = { + 0x017802, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-38, 265, 0, 0x0632}, + {38, 265, -38, 0x063e}, + {-38, 265, -38, 0x0000} + } +}; + +StandTile tile_384 = { + 0x017801, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-38, 265, 0, 0x0000}, + {38, 265, 0, 0x0000}, + {38, 265, -38, 0x062e} + } +}; + +StandTile tile_385 = { + 0x002500, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-417, 265, -265, 0x063a}, + {76, 265, -303, 0x0000}, + {-417, 265, -303, 0x0000} + } +}; + +StandTile tile_386 = { + 0x01aa00, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-417, 265, -265, 0x0652}, + {76, 265, -227, 0x0000}, + {76, 265, -303, 0x0636} + } +}; + +StandTile tile_387 = { + 0x002602, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {38, 265, -38, 0x0642}, + {-76, 265, -188, 0x0646}, + {-38, 265, -38, 0x062e} + } +}; + +StandTile tile_388 = { + 0x002601, 0x14, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {38, 265, -38, 0x065a}, + {76, 265, -188, 0x0656}, + {-76, 265, -188, 0x063e} + } +}; + +StandTile tile_389 = { + 0x002700, 0x14, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-417, 265, -152, 0x064a}, + {-38, 265, -38, 0x063e}, + {-76, 265, -188, 0x064e} + } +}; + +StandTile tile_390 = { + 0x01a900, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-417, 265, -152, 0x0000}, + {-417, 265, -38, 0x0000}, + {-38, 265, -38, 0x0646} + } +}; + +StandTile tile_391 = { + 0x002802, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-76, 265, -188, 0x0652}, + {-417, 265, -265, 0x0672}, + {-417, 265, -152, 0x0646} + } +}; + +StandTile tile_392 = { + 0x002801, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-76, 265, -188, 0x0656}, + {76, 265, -227, 0x063a}, + {-417, 265, -265, 0x064e} + } +}; + +StandTile tile_393 = { + 0x002900, 0x14, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {76, 265, -227, 0x0652}, + {-76, 265, -188, 0x0642}, + {76, 265, -188, 0x065e} + } +}; + +StandTile tile_394 = { + 0x002a00, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {38, 265, -38, 0x0000}, + {303, 265, -38, 0x065e}, + {76, 265, -188, 0x0642} + } +}; + +StandTile tile_395 = { + 0x002b02, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {303, 265, -38, 0x0662}, + {76, 265, -227, 0x0656}, + {76, 265, -188, 0x065a} + } +}; + +StandTile tile_396 = { + 0x002b01, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {303, 265, -38, 0x0666}, + {152, 265, -227, 0x0000}, + {76, 265, -227, 0x065e} + } +}; + +StandTile tile_397 = { + 0x002c02, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {303, 265, -303, 0x066a}, + {152, 265, -227, 0x0662}, + {303, 265, -38, 0x0000} + } +}; + +StandTile tile_398 = { + 0x002c01, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {303, 265, -303, 0x0000}, + {152, 265, -303, 0x0000}, + {152, 265, -227, 0x0666} + } +}; + +StandTile tile_399 = { + 0x002402, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-530, 265, -152, 0x0672}, + {-417, 265, -265, 0x0000}, + {-530, 265, -265, 0x0697} + } +}; + +StandTile tile_400 = { + 0x002401, 0x13, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-530, 265, -152, 0x0000}, + {-417, 265, -152, 0x064e}, + {-417, 265, -265, 0x066e} + } +}; + +StandTile tile_401 = { + 0x000b00, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -341, 0x0000}, + {-758, 0, -568, 0x067a}, + {-985, 0, -341, 0x0000} + } +}; + +StandTile tile_402 = { + 0x000e00, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, -455, 0x07e9}, + {-985, 0, -341, 0x0676}, + {-758, 0, -568, 0x067e} + } +}; + +StandTile tile_403 = { + 0x000f00, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -568, 0x0682}, + {-985, 0, -682, 0x0000}, + {-985, 0, -455, 0x067a} + } +}; + +StandTile tile_404 = { + 0x01cf00, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, -682, 0x0000}, + {-985, 0, -682, 0x067e}, + {-758, 0, -568, 0x0778} + } +}; + +StandTile tile_405 = { + 0x000802, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, 114, 0x068a}, + {-985, 0, 0, 0x07dd}, + {-985, 0, 114, 0x068e} + } +}; + +StandTile tile_406 = { + 0x000801, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, 114, 0x0710}, + {-758, 0, 0, 0x0000}, + {-985, 0, 0, 0x0686} + } +}; + +StandTile tile_407 = { + 0x000702, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, 341, 0x0692}, + {-758, 0, 114, 0x0686}, + {-985, 0, 114, 0x0000} + } +}; + +StandTile tile_408 = { + 0x000701, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-985, 0, 341, 0x0000}, + {-758, 0, 341, 0x06cf}, + {-758, 0, 265, 0x0000}, + {-758, 0, 114, 0x068e} + } +}; + +StandTile tile_409 = { + 0x002300, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-720, 265, -170, 0x069b}, + {-530, 265, -152, 0x066e}, + {-530, 265, -265, 0x06ab} + } +}; + +StandTile tile_410 = { + 0x002202, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, 265, -152, 0x069f}, + {-530, 265, -152, 0x0697}, + {-720, 265, -170, 0x06bf} + } +}; + +StandTile tile_411 = { + 0x002201, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, 265, -152, 0x06a7}, + {-530, 265, -38, 0x0000}, + {-530, 265, -152, 0x069b} + } +}; + +StandTile tile_412 = { + 0x002102, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 265, -38, 0x06a7}, + {-947, 265, -152, 0x0000}, + {-985, 265, -152, 0x0000} + } +}; + +StandTile tile_413 = { + 0x002101, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 265, -38, 0x0000}, + {-530, 265, -38, 0x069f}, + {-947, 265, -152, 0x06a3} + } +}; + +StandTile tile_414 = { + 0x002002, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-644, 265, -303, 0x06af}, + {-720, 265, -170, 0x0697}, + {-530, 265, -265, 0x06b3} + } +}; + +StandTile tile_415 = { + 0x002001, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-644, 265, -303, 0x06b7}, + {-947, 265, -189, 0x06bf}, + {-720, 265, -170, 0x06ab} + } +}; + +StandTile tile_416 = { + 0x001f00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-530, 265, -265, 0x0000}, + {-530, 265, -379, 0x06c7}, + {-644, 265, -303, 0x06ab} + } +}; + +StandTile tile_417 = { + 0x001e02, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 265, -303, 0x06bb}, + {-947, 265, -189, 0x06af}, + {-644, 265, -303, 0x0000} + } +}; + +StandTile tile_418 = { + 0x001e01, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 265, -303, 0x0000}, + {-985, 265, -189, 0x0000}, + {-947, 265, -189, 0x06b7} + } +}; + +StandTile tile_419 = { + 0x001d00, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-947, 265, -152, 0x069b}, + {-720, 265, -170, 0x06af}, + {-947, 265, -189, 0x0000} + } +}; + +StandTile tile_420 = { + 0x001c02, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-644, 265, -492, 0x06c7}, + {-530, 265, -379, 0x0750}, + {-530, 265, -492, 0x0000} + } +}; + +StandTile tile_421 = { + 0x001c01, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-644, 265, -492, 0x0000}, + {-644, 265, -303, 0x06b3}, + {-530, 265, -379, 0x06c3} + } +}; + +StandTile tile_422 = { + 0x003502, 0x0f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, 265, 0x06cf}, + {-749, 0, 492, 0x06d8}, + {-749, 0, 265, 0x0000} + } +}; + +StandTile tile_423 = { + 0x003501, 0x0f, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {-758, 0, 265, 0x0692}, + {-758, 0, 341, 0x0000}, + {-758, 0, 492, 0x0000}, + {-749, 0, 492, 0x06cb} + } +}; + +StandTile tile_424 = { + 0x003400, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-530, 0, 265, 0x06dc}, + {-530, 0, 492, 0x06e4}, + {-417, 0, 265, 0x0000} + } +}; + +StandTile tile_425 = { + 0x01b602, 0x0f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-749, 0, 492, 0x06dc}, + {-530, 0, 265, 0x0000}, + {-749, 0, 265, 0x06cb} + } +}; + +StandTile tile_426 = { + 0x01b601, 0x0f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-749, 0, 492, 0x0000}, + {-530, 0, 492, 0x06d4}, + {-530, 0, 265, 0x06d8} + } +}; + +StandTile tile_427 = { + 0x003302, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-417, 0, 265, 0x06e4}, + {-530, 0, 606, 0x06f0}, + {-417, 0, 606, 0x0000} + } +}; + +StandTile tile_428 = { + 0x003301, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-417, 0, 265, 0x06d4}, + {-530, 0, 492, 0x0000}, + {-530, 0, 606, 0x06e0} + } +}; + +StandTile tile_429 = { + 0x003702, 0x0f, + 0x0, + 0x8, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-417, 0, 606, 0x06ec}, + {-644, 0, 1364, 0x0872}, + {-417, 0, 1250, 0x0000} + } +}; + +StandTile tile_430 = { + 0x003701, 0x0f, + 0x0, + 0x8, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-417, 0, 606, 0x06f4}, + {-644, 0, 1061, 0x0000}, + {-644, 0, 1364, 0x06e8} + } +}; + +StandTile tile_431 = { + 0x003802, 0x0f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, 1061, 0x06f4}, + {-417, 0, 606, 0x06e0}, + {-530, 0, 606, 0x06f8} + } +}; + +StandTile tile_432 = { + 0x003801, 0x0f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, 1061, 0x0000}, + {-644, 0, 1061, 0x06ec}, + {-417, 0, 606, 0x06f0} + } +}; + +StandTile tile_433 = { + 0x003a02, 0x0f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-530, 0, 606, 0x06fc}, + {-985, 0, 1364, 0x070c}, + {-758, 0, 1061, 0x06f0} + } +}; + +StandTile tile_434 = { + 0x003a01, 0x0f, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-530, 0, 606, 0x0704}, + {-985, 0, 720, 0x0000}, + {-985, 0, 1364, 0x06f8} + } +}; + +StandTile tile_435 = { + 0x01e000, 0x0f, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, 606, 0x0708}, + {-1098, 0, 720, 0x0000}, + {-985, 0, 720, 0x0704} + } +}; + +StandTile tile_436 = { + 0x003b00, 0x0f, + 0x0, + 0x9, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, 606, 0x0700}, + {-985, 0, 720, 0x06fc}, + {-530, 0, 606, 0x0000} + } +}; + +StandTile tile_437 = { + 0x003c00, 0x0f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1098, 0, 720, 0x0700}, + {-985, 0, 606, 0x0000}, + {-1098, 0, 606, 0x0221} + } +}; + +StandTile tile_438 = { + 0x003900, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, 1364, 0x0000}, + {-758, 0, 1364, 0x0000}, + {-758, 0, 1061, 0x06f8} + } +}; + +StandTile tile_439 = { + 0x01d200, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 0, 114, 0x0714}, + {-644, 0, 0, 0x0000}, + {-758, 0, 0, 0x068a} + } +}; + +StandTile tile_440 = { + 0x000902, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-417, 0, 114, 0x0718}, + {-644, 0, 0, 0x0710}, + {-758, 0, 114, 0x0000} + } +}; + +StandTile tile_441 = { + 0x000901, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-417, 0, 114, 0x08b8}, + {-417, 0, 0, 0x0000}, + {-644, 0, 0, 0x0714} + } +}; + +StandTile tile_442 = { + 0x001702, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-76, 0, -492, 0x0720}, + {265, 0, -568, 0x0764}, + {-76, 0, -568, 0x0000} + } +}; + +StandTile tile_443 = { + 0x001701, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-76, 0, -492, 0x0748}, + {265, 0, -492, 0x0000}, + {265, 0, -568, 0x071c} + } +}; + +StandTile tile_444 = { + 0x001402, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -227, 0x0728}, + {38, 0, -341, 0x0730}, + {38, 0, -227, 0x0000} + } +}; + +StandTile tile_445 = { + 0x001401, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -227, 0x0734}, + {189, 0, -341, 0x0744}, + {38, 0, -341, 0x0724} + } +}; + +StandTile tile_446 = { + 0x001502, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-76, 0, -227, 0x0730}, + {38, 0, -341, 0x073c}, + {-76, 0, -379, 0x0000} + } +}; + +StandTile tile_447 = { + 0x001501, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-76, 0, -227, 0x0000}, + {38, 0, -227, 0x0724}, + {38, 0, -341, 0x072c} + } +}; + +StandTile tile_448 = { + 0x001602, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -227, 0x0738}, + {265, 0, -379, 0x0740}, + {189, 0, -341, 0x0728} + } +}; + +StandTile tile_449 = { + 0x001601, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, -227, 0x0000}, + {265, 0, -227, 0x0000}, + {265, 0, -379, 0x0734} + } +}; + +StandTile tile_450 = { + 0x001800, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-76, 0, -379, 0x072c}, + {38, 0, -341, 0x0748}, + {-76, 0, -492, 0x074c} + } +}; + +StandTile tile_451 = { + 0x001900, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {265, 0, -379, 0x07a4}, + {265, 0, -492, 0x0744}, + {189, 0, -341, 0x0734} + } +}; + +StandTile tile_452 = { + 0x001a02, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {265, 0, -492, 0x0748}, + {38, 0, -341, 0x0728}, + {189, 0, -341, 0x0740} + } +}; + +StandTile tile_453 = { + 0x001a01, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {265, 0, -492, 0x0720}, + {-76, 0, -492, 0x073c}, + {38, 0, -341, 0x0744} + } +}; + +StandTile tile_454 = { + 0x001b02, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-530, 265, -492, 0x0750}, + {-76, 0, -379, 0x073c}, + {-76, 0, -492, 0x0000} + } +}; + +StandTile tile_455 = { + 0x001b01, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-530, 265, -492, 0x06c3}, + {-530, 265, -379, 0x0000}, + {-76, 0, -379, 0x074c} + } +}; + +StandTile tile_456 = { + 0x001002, 0x09, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {379, 0, -909, 0x0758}, + {-189, 0, -682, 0x0774}, + {-76, 0, -568, 0x075c} + } +}; + +StandTile tile_457 = { + 0x001001, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {379, 0, -909, 0x0000}, + {-189, 0, -909, 0x0000}, + {-189, 0, -682, 0x0754} + } +}; + +StandTile tile_458 = { + 0x001100, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-76, 0, -568, 0x0764}, + {379, 0, -795, 0x05ad}, + {379, 0, -909, 0x0754} + } +}; + +StandTile tile_459 = { + 0x001200, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {379, 0, -568, 0x0000}, + {379, 0, -795, 0x0764}, + {265, 0, -568, 0x0000} + } +}; + +StandTile tile_460 = { + 0x001300, 0x09, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {379, 0, -795, 0x075c}, + {-76, 0, -568, 0x071c}, + {265, 0, -568, 0x0760} + } +}; + +StandTile tile_461 = { + 0x021302, 0x08, + 0x0, + 0x2, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-433, 0, -682, 0x076c}, + {-758, 0, -568, 0x0000}, + {-433, 0, -568, 0x0770} + } +}; + +StandTile tile_462 = { + 0x021301, 0x08, + 0x0, + 0x5, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-433, 0, -682, 0x0000}, + {-644, 0, -682, 0x0778}, + {-758, 0, -568, 0x0768} + } +}; + +StandTile tile_463 = { + 0x000c02, 0x08, + 0x0, + 0x2, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-76, 0, -568, 0x0774}, + {-433, 0, -682, 0x0768}, + {-433, 0, -568, 0x0000} + } +}; + +StandTile tile_464 = { + 0x000c01, 0x08, + 0x0, + 0x5, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-76, 0, -568, 0x0754}, + {-189, 0, -682, 0x0000}, + {-433, 0, -682, 0x0770} + } +}; + +StandTile tile_465 = { + 0x000d00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-644, 0, -682, 0x0000}, + {-758, 0, -682, 0x0682}, + {-758, 0, -568, 0x076c} + } +}; + +StandTile tile_466 = { + 0x000000, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1667, 0, -152, 0x0000}, + {-1553, 0, -152, 0x0000}, + {-1553, 0, -265, 0x0788} + } +}; + +StandTile tile_467 = { + 0x000102, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, -379, 0x0784}, + {-1553, 0, -265, 0x0000}, + {-1439, 0, -265, 0x07ed} + } +}; + +StandTile tile_468 = { + 0x000101, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, -379, 0x0000}, + {-1780, 0, -379, 0x0788}, + {-1553, 0, -265, 0x0780} + } +}; + +StandTile tile_469 = { + 0x000202, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1780, 0, -379, 0x078c}, + {-1667, 0, -152, 0x077c}, + {-1553, 0, -265, 0x0784} + } +}; + +StandTile tile_470 = { + 0x000201, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1780, 0, -379, 0x0790}, + {-1705, 0, -152, 0x0000}, + {-1667, 0, -152, 0x0788} + } +}; + +StandTile tile_471 = { + 0x000300, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1780, 0, -379, 0x0000}, + {-1780, 0, -152, 0x0794}, + {-1705, 0, -152, 0x078c} + } +}; + +StandTile tile_472 = { + 0x000402, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1780, 265, 227, 0x0798}, + {-1705, 0, -152, 0x0790}, + {-1780, 0, -152, 0x0000} + } +}; + +StandTile tile_473 = { + 0x000401, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1780, 265, 227, 0x07d1}, + {-1705, 265, 227, 0x0000}, + {-1705, 0, -152, 0x0794} + } +}; + +StandTile tile_474 = { + 0x021602, 0x05, + 0x0, + 0xf, 0xf, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {492, 133, -379, 0x07a0}, + {720, 265, -492, 0x0000}, + {492, 133, -492, 0x07a8} + } +}; + +StandTile tile_475 = { + 0x021601, 0x05, + 0x0, + 0xf, 0xf, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {492, 133, -379, 0x0000}, + {720, 265, -379, 0x05c9}, + {720, 265, -492, 0x079c} + } +}; + +StandTile tile_476 = { + 0x002d02, 0x05, + 0x0, + 0x9, 0x9, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {265, 0, -379, 0x07a8}, + {492, 133, -492, 0x0000}, + {265, 0, -492, 0x0740} + } +}; + +StandTile tile_477 = { + 0x002d01, 0x05, + 0x0, + 0xc, 0xc, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {265, 0, -379, 0x0000}, + {492, 133, -379, 0x079c}, + {492, 133, -492, 0x07a4} + } +}; + +StandTile tile_478 = { + 0x006002, 0x04, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, 909, 0x07b0}, + {492, 0, 833, 0x07b8}, + {417, 0, 909, 0x0000} + } +}; + +StandTile tile_479 = { + 0x006001, 0x04, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, 909, 0x051b}, + {758, 0, 833, 0x0000}, + {492, 0, 833, 0x07ac} + } +}; + +StandTile tile_480 = { + 0x005f02, 0x04, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 909, 0x07b8}, + {492, 0, 227, 0x07c0}, + {417, 0, 303, 0x0000} + } +}; + +StandTile tile_481 = { + 0x005f01, 0x04, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 909, 0x07ac}, + {492, 0, 833, 0x0000}, + {492, 0, 227, 0x07b4} + } +}; + +StandTile tile_482 = { + 0x005e02, 0x04, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 303, 0x07c0}, + {492, 0, 227, 0x0000}, + {303, 0, 227, 0x0862} + } +}; + +StandTile tile_483 = { + 0x005e01, 0x04, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 303, 0x0000}, + {417, 0, 303, 0x07b4}, + {492, 0, 227, 0x07bc} + } +}; + +StandTile tile_484 = { + 0x004602, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {758, 0, 1364, 0x07c9}, + {417, 0, 1250, 0x084e}, + {417, 0, 1288, 0x0856}, + {417, 0, 1364, 0x0000} + } +}; + +StandTile tile_485 = { + 0x004601, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {758, 0, 1364, 0x0599}, + {758, 0, 1250, 0x0000}, + {417, 0, 1250, 0x07c4} + } +}; + +StandTile tile_486 = { + 0x000600, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 265, 341, 0x0000}, + {-1439, 265, 227, 0x0000}, + {-1705, 265, 227, 0x07d1} + } +}; + +StandTile tile_487 = { + 0x000502, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1780, 265, 227, 0x07d5}, + {-1439, 265, 341, 0x07cd}, + {-1705, 265, 227, 0x0798} + } +}; + +StandTile tile_488 = { + 0x000501, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1780, 265, 227, 0x0000}, + {-1780, 265, 341, 0x0000}, + {-1439, 265, 341, 0x07d1} + } +}; + +StandTile tile_489 = { + 0x023400, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -284, 0x07e1}, + {-1277, 0, -243, 0x0000}, + {-1277, 0, -292, 0x07f1} + } +}; + +StandTile tile_490 = { + 0x023300, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-985, 0, 114, 0x0686}, + {-985, 0, 0, 0x0000}, + {-1277, 0, -243, 0x07e1} + } +}; + +StandTile tile_491 = { + 0x00eb02, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -284, 0x07e5}, + {-985, 0, 114, 0x07dd}, + {-1277, 0, -243, 0x07d9} + } +}; + +StandTile tile_492 = { + 0x00eb01, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1326, 0, -284, 0x07f1}, + {-1439, 0, -265, 0x0000}, + {-985, 0, 114, 0x07e1} + } +}; + +StandTile tile_493 = { + 0x023200, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1277, 0, -292, 0x0000}, + {-985, 0, -341, 0x067a}, + {-985, 0, -455, 0x07f1} + } +}; + +StandTile tile_494 = { + 0x00ea02, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 0, -265, 0x07f1}, + {-985, 0, -455, 0x0000}, + {-1439, 0, -379, 0x0780} + } +}; + +StandTile tile_495 = { + 0x00ea01, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-1439, 0, -265, 0x07e5}, + {-1326, 0, -284, 0x07d9}, + {-1277, 0, -292, 0x07e9}, + {-985, 0, -455, 0x07ed} + } +}; + +StandTile tile_496 = { + 0x021e00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 748, 0x080e}, + {189, 0, 1136, 0x0887}, + {189, 104, 779, 0x0000} + } +}; + +StandTile tile_497 = { + 0x020f00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 0, 0x083e}, + {-189, 0, 227, 0x07fe}, + {189, 0, 303, 0x085e} + } +}; + +StandTile tile_498 = { + 0x020e00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 414, 0x082a}, + {189, 0, 303, 0x07fa}, + {-189, 0, 227, 0x0802} + } +}; + +StandTile tile_499 = { + 0x020d00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 0, 414, 0x07fe}, + {-189, 0, 227, 0x0876}, + {-189, 0, 616, 0x0806} + } +}; + +StandTile tile_500 = { + 0x020c00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 616, 0x080a}, + {189, 0, 748, 0x0832}, + {189, 0, 414, 0x0802} + } +}; + +StandTile tile_501 = { + 0x020b00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 950, 0x080e}, + {189, 0, 748, 0x0806}, + {-189, 0, 616, 0x0826} + } +}; + +StandTile tile_502 = { + 0x020a00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 950, 0x0812}, + {189, 0, 1136, 0x07f6}, + {189, 0, 748, 0x080a} + } +}; + +StandTile tile_503 = { + 0x020900, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-152, 0, 1288, 0x0846}, + {189, 0, 1136, 0x080e}, + {-189, 0, 950, 0x0816} + } +}; + +StandTile tile_504 = { + 0x020802, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 950, 0x081a}, + {-303, 0, 1250, 0x081e}, + {-152, 0, 1288, 0x0812} + } +}; + +StandTile tile_505 = { + 0x020801, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 950, 0x0822}, + {-303, 0, 1058, 0x0000}, + {-303, 0, 1250, 0x0816} + } +}; + +StandTile tile_506 = { + 0x017500, 0x01, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-303, 0, 1250, 0x086e}, + {-303, 0, 1364, 0x0852}, + {-152, 0, 1288, 0x0816} + } +}; + +StandTile tile_507 = { + 0x020702, 0x01, + 0x1, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 950, 0x0826}, + {-303, 0, 805, 0x0000}, + {-303, 0, 1058, 0x081a} + } +}; + +StandTile tile_508 = { + 0x020701, 0x01, + 0x1, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 950, 0x080a}, + {-189, 0, 616, 0x0000}, + {-303, 0, 805, 0x0822} + } +}; + +StandTile tile_509 = { + 0x020502, 0x01, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 312, 0x082e}, + {189, 0, 303, 0x07fe}, + {189, 0, 414, 0x0836} + } +}; + +StandTile tile_510 = { + 0x020501, 0x01, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 312, 0x0000}, + {303, 0, 303, 0x085e}, + {189, 0, 303, 0x082a} + } +}; + +StandTile tile_511 = { + 0x020402, 0x01, + 0x1, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 598, 0x0836}, + {189, 0, 414, 0x0806}, + {189, 0, 748, 0x0000} + } +}; + +StandTile tile_512 = { + 0x020401, 0x01, + 0x1, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 598, 0x0000}, + {303, 0, 312, 0x082a}, + {189, 0, 414, 0x0832} + } +}; + +StandTile tile_513 = { + 0x004a02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-303, 0, 227, 0x083e}, + {189, 0, 0, 0x0842}, + {-303, 0, 114, 0x0000} + } +}; + +StandTile tile_514 = { + 0x004a01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-303, 0, 227, 0x08a8}, + {-189, 0, 227, 0x07fa}, + {189, 0, 0, 0x083a} + } +}; + +StandTile tile_515 = { + 0x004900, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-303, 0, 0, 0x08b4}, + {-303, 0, 114, 0x083a}, + {189, 0, 0, 0x0000} + } +}; + +StandTile tile_516 = { + 0x004702, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 1250, 0x084a}, + {189, 0, 1136, 0x0812}, + {-152, 0, 1288, 0x085a} + } +}; + +StandTile tile_517 = { + 0x004701, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 1250, 0x0000}, + {303, 0, 1136, 0x0887}, + {189, 0, 1136, 0x0846} + } +}; + +StandTile tile_518 = { + 0x004500, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 1250, 0x0000}, + {303, 0, 1250, 0x085a}, + {417, 0, 1288, 0x07c4} + } +}; + +StandTile tile_519 = { + 0x004402, 0x01, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-303, 0, 1364, 0x0856}, + {417, 0, 1288, 0x085a}, + {-152, 0, 1288, 0x081e} + } +}; + +StandTile tile_520 = { + 0x004401, 0x01, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-303, 0, 1364, 0x0000}, + {417, 0, 1364, 0x07c4}, + {417, 0, 1288, 0x0852} + } +}; + +StandTile tile_521 = { + 0x004300, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 1288, 0x084e}, + {303, 0, 1250, 0x0846}, + {-152, 0, 1288, 0x0852} + } +}; + +StandTile tile_522 = { + 0x020202, 0x01, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 303, 0x0862}, + {189, 0, 0, 0x07fa}, + {189, 0, 303, 0x082e} + } +}; + +StandTile tile_523 = { + 0x020201, 0x01, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 303, 0x07bc}, + {303, 0, 227, 0x086a}, + {189, 0, 0, 0x085e} + } +}; + +StandTile tile_524 = { + 0x022c00, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 114, 0x0626}, + {303, 0, 0, 0x0000}, + {189, 0, 0, 0x086a} + } +}; + +StandTile tile_525 = { + 0x003d00, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {303, 0, 227, 0x0000}, + {303, 0, 114, 0x0866}, + {189, 0, 0, 0x0862} + } +}; + +StandTile tile_526 = { + 0x003602, 0x01, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-417, 0, 1250, 0x0872}, + {-303, 0, 1364, 0x081e}, + {-303, 0, 1250, 0x0000} + } +}; + +StandTile tile_527 = { + 0x003601, 0x01, + 0x0, + 0x8, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-417, 0, 1250, 0x06e8}, + {-644, 0, 1364, 0x0000}, + {-303, 0, 1364, 0x086e} + } +}; + +StandTile tile_528 = { + 0x022100, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 0, 616, 0x0802}, + {-189, 0, 227, 0x08a8}, + {-189, 104, 585, 0x0000} + } +}; + +StandTile tile_529 = { + 0x003202, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {303, 265, 0, 0x087f}, + {189, 265, 227, 0x088f}, + {303, 265, 227, 0x0000}, + {303, 265, 114, 0x060e} + } +}; + +StandTile tile_530 = { + 0x003201, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {303, 265, 0, 0x0000}, + {189, 265, 0, 0x0000}, + {189, 265, 227, 0x087a} + } +}; + +StandTile tile_531 = { + 0x021c02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 104, 779, 0x0887}, + {303, 0, 1136, 0x0000}, + {303, 104, 779, 0x088b} + } +}; + +StandTile tile_532 = { + 0x021c01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {189, 104, 779, 0x07f6}, + {189, 0, 1136, 0x084a}, + {303, 0, 1136, 0x0883} + } +}; + +StandTile tile_533 = { + 0x003102, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {303, 265, 227, 0x088f}, + {189, 104, 779, 0x0883}, + {303, 104, 779, 0x0000} + } +}; + +StandTile tile_534 = { + 0x003101, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {303, 265, 227, 0x087a}, + {189, 265, 227, 0x0000}, + {189, 104, 779, 0x088b} + } +}; + +StandTile tile_535 = { + 0x003002, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-303, 265, 1364, 0x0897}, + {303, 265, 1250, 0x0000}, + {-189, 265, 1250, 0x089c} + } +}; + +StandTile tile_536 = { + 0x003001, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-303, 265, 1364, 0x0000}, + {189, 265, 1364, 0x03c8}, + {303, 265, 1364, 0x0000}, + {303, 265, 1250, 0x0893} + } +}; + +StandTile tile_537 = { + 0x002f02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 265, 1136, 0x08a0}, + {-303, 265, 1364, 0x0893}, + {-189, 265, 1250, 0x0000} + } +}; + +StandTile tile_538 = { + 0x002f01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 265, 1136, 0x08b0}, + {-303, 265, 1136, 0x0000}, + {-303, 265, 1364, 0x089c} + } +}; + +StandTile tile_539 = { + 0x021f02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 104, 585, 0x08a8}, + {-303, 0, 227, 0x0000}, + {-303, 104, 585, 0x08ac} + } +}; + +StandTile tile_540 = { + 0x021f01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-189, 104, 585, 0x0876}, + {-189, 0, 227, 0x083e}, + {-303, 0, 227, 0x08a4} + } +}; + +StandTile tile_541 = { + 0x002e02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-303, 265, 1136, 0x08b0}, + {-189, 104, 585, 0x08a4}, + {-303, 104, 585, 0x0000} + } +}; + +StandTile tile_542 = { + 0x002e01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-303, 265, 1136, 0x08a0}, + {-189, 265, 1136, 0x0000}, + {-189, 104, 585, 0x08ac} + } +}; + +StandTile tile_543 = { + 0x000a02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-303, 0, 0, 0x08b8}, + {-417, 0, 114, 0x0000}, + {-303, 0, 114, 0x0842} + } +}; + +StandTile tile_544 = { + 0x000a01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-303, 0, 0, 0x0000}, + {-417, 0, 0, 0x0718}, + {-417, 0, 114, 0x08b4} + } +}; + +StandTile tile_545 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_run_all_p_stanZ.c b/assets/obseg/stan/Tbg_run_all_p_stanZ.c new file mode 100644 index 0000000..406115c --- /dev/null +++ b/assets/obseg/stan/Tbg_run_all_p_stanZ.c @@ -0,0 +1,6495 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:15 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_run_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x09, 0x38, 0x00, 0x00, 0x0a, 0x58, 0x00, 0x00, 0x0e, 0x68, 0x00, 0x00, 0x0f, 0x68, 0x00, 0x00, 0x24, 0x48, 0x00, 0x00, 0x24, 0x88, 0x00, 0x00, 0x25, 0x08, 0x00, 0x00, 0x25, 0x48, 0x00, 0x00, 0x25, 0xc8, 0x00, 0x00, 0x26, 0x08, 0x00, 0x00, 0x30, 0x60, 0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x0f2f02, 0x10, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {557, -59, -650, 0x0014}, + {523, -59, -680, 0x0018}, + {507, -59, -650, 0x0000} + } +}; + +StandTile tile_1 = { + 0x0f2f01, 0x10, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {557, -59, -650, 0x0000}, + {557, -59, -680, 0x0000}, + {523, -59, -680, 0x0010} + } +}; + +StandTile tile_2 = { + 0x0f3000, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {523, -59, -680, 0x001c}, + {487, -59, -665, 0x0028}, + {507, -59, -650, 0x0010} + } +}; + +StandTile tile_3 = { + 0x0f3b00, 0x10, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {523, -59, -680, 0x0000}, + {468, -59, -680, 0x0020}, + {487, -59, -665, 0x0018} + } +}; + +StandTile tile_4 = { + 0x0f3a02, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {468, -59, -587, 0x0024}, + {487, -59, -665, 0x001c}, + {468, -59, -680, 0x0000} + } +}; + +StandTile tile_5 = { + 0x0f3a01, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {468, -59, -587, 0x0038}, + {487, -59, -619, 0x002c}, + {487, -59, -665, 0x0020} + } +}; + +StandTile tile_6 = { + 0x02e200, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {487, -59, -665, 0x002c}, + {507, -59, -627, 0x0000}, + {507, -59, -650, 0x0018} + } +}; + +StandTile tile_7 = { + 0x02e100, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {487, -59, -665, 0x0024}, + {487, -59, -619, 0x0030}, + {507, -59, -627, 0x0028} + } +}; + +StandTile tile_8 = { + 0x02e000, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {507, -59, -627, 0x002c}, + {487, -59, -619, 0x0034}, + {507, -59, -618, 0x0050} + } +}; + +StandTile tile_9 = { + 0x02df00, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {507, -59, -618, 0x0030}, + {487, -59, -619, 0x0038}, + {507, -59, -587, 0x0000} + } +}; + +StandTile tile_10 = { + 0x02de00, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {507, -59, -587, 0x0034}, + {487, -59, -619, 0x0024}, + {468, -59, -587, 0x0000} + } +}; + +StandTile tile_11 = { + 0x0e6402, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {587, -59, -548, 0x0040}, + {581, -57, -548, 0x0048}, + {587, -57, -548, 0x0000} + } +}; + +StandTile tile_12 = { + 0x0e6401, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {587, -59, -548, 0x006c}, + {581, -59, -548, 0x0000}, + {581, -57, -548, 0x003c} + } +}; + +StandTile tile_13 = { + 0x023c02, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {587, -33, -524, 0x0048}, + {581, -57, -548, 0x0000}, + {581, -33, -524, 0x06e6} + } +}; + +StandTile tile_14 = { + 0x023c01, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {587, -33, -524, 0x0000}, + {587, -57, -548, 0x003c}, + {581, -57, -548, 0x0044} + } +}; + +StandTile tile_15 = { + 0x0f3c02, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {516, -59, -623, 0x0050}, + {507, -59, -618, 0x0000}, + {510, -59, -618, 0x00b4} + } +}; + +StandTile tile_16 = { + 0x0f3c01, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {516, -59, -623, 0x00b8}, + {507, -59, -627, 0x0030}, + {507, -59, -618, 0x004c} + } +}; + +StandTile tile_17 = { + 0x0e8d00, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {608, -59, -643, 0x0242}, + {608, -59, -694, 0x00cc}, + {560, -59, -683, 0x0058} + } +}; + +StandTile tile_18 = { + 0x0e8c00, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {560, -59, -647, 0x00c8}, + {608, -59, -643, 0x0054}, + {560, -59, -683, 0x0000} + } +}; + +StandTile tile_19 = { + 0x0e6702, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {581, -59, -548, 0x0060}, + {560, -59, -524, 0x0000}, + {579, -59, -524, 0x0000} + } +}; + +StandTile tile_20 = { + 0x0e6701, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {581, -59, -548, 0x0070}, + {549, -59, -560, 0x0094}, + {560, -59, -524, 0x005c} + } +}; + +StandTile tile_21 = { + 0x0e6602, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {589, -59, -524, 0x0068}, + {597, -59, -556, 0x006c}, + {587, -59, -548, 0x0000} + } +}; + +StandTile tile_22 = { + 0x0e6601, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {589, -59, -524, 0x0000}, + {597, -59, -524, 0x0000}, + {597, -59, -556, 0x0064} + } +}; + +StandTile tile_23 = { + 0x0e6502, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {597, -59, -556, 0x0070}, + {581, -59, -548, 0x0040}, + {587, -59, -548, 0x0064} + } +}; + +StandTile tile_24 = { + 0x0e6501, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {597, -59, -556, 0x0090}, + {549, -59, -560, 0x0060}, + {581, -59, -548, 0x006c} + } +}; + +StandTile tile_25 = { + 0x052f00, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {628, -59, -815, 0x0084}, + {559, -59, -764, 0x0078}, + {628, -59, -756, 0x015c} + } +}; + +StandTile tile_26 = { + 0x052e00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {559, -59, -764, 0x007c}, + {628, -59, -729, 0x0000}, + {628, -59, -756, 0x0074} + } +}; + +StandTile tile_27 = { + 0x052d00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {559, -59, -764, 0x00dc}, + {559, -59, -717, 0x0080}, + {628, -59, -729, 0x0078} + } +}; + +StandTile tile_28 = { + 0x052c00, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {628, -59, -729, 0x007c}, + {559, -59, -717, 0x00cc}, + {608, -59, -694, 0x0138} + } +}; + +StandTile tile_29 = { + 0x052b00, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {559, -59, -764, 0x0074}, + {628, -59, -815, 0x00f0}, + {559, -59, -815, 0x00e4} + } +}; + +StandTile tile_30 = { + 0x0e8a00, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {608, -59, -615, 0x0186}, + {608, -59, -643, 0x00c8}, + {549, -59, -613, 0x008c} + } +}; + +StandTile tile_31 = { + 0x052400, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {597, -59, -556, 0x018a}, + {608, -59, -615, 0x0088}, + {549, -59, -613, 0x0090} + } +}; + +StandTile tile_32 = { + 0x052300, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {549, -59, -613, 0x00ac}, + {549, -59, -560, 0x0070}, + {597, -59, -556, 0x008c} + } +}; + +StandTile tile_33 = { + 0x052000, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {549, -59, -560, 0x009c}, + {527, -59, -518, 0x0098}, + {560, -59, -524, 0x0060} + } +}; + +StandTile tile_34 = { + 0x051f00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {527, -59, -518, 0x0000}, + {560, -59, -518, 0x0000}, + {560, -59, -524, 0x0094} + } +}; + +StandTile tile_35 = { + 0x051e00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {527, -59, -518, 0x0094}, + {549, -59, -560, 0x00a0}, + {494, -59, -518, 0x0000} + } +}; + +StandTile tile_36 = { + 0x051d00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {549, -59, -560, 0x00a4}, + {494, -59, -552, 0x0000}, + {494, -59, -518, 0x009c} + } +}; + +StandTile tile_37 = { + 0x051c00, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {549, -59, -560, 0x00a8}, + {494, -59, -584, 0x0000}, + {494, -59, -552, 0x00a0} + } +}; + +StandTile tile_38 = { + 0x051b00, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {549, -59, -560, 0x00ac}, + {510, -59, -584, 0x0000}, + {494, -59, -584, 0x00a4} + } +}; + +StandTile tile_39 = { + 0x051a00, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {549, -59, -560, 0x0090}, + {549, -59, -613, 0x00b0}, + {510, -59, -584, 0x00a8} + } +}; + +StandTile tile_40 = { + 0x051900, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {549, -59, -613, 0x00b4}, + {510, -59, -618, 0x0000}, + {510, -59, -584, 0x00ac} + } +}; + +StandTile tile_41 = { + 0x051800, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {516, -59, -623, 0x004c}, + {510, -59, -618, 0x00b0}, + {549, -59, -613, 0x00c0} + } +}; + +StandTile tile_42 = { + 0x051500, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {516, -59, -623, 0x00bc}, + {510, -59, -627, 0x0000}, + {507, -59, -627, 0x0050} + } +}; + +StandTile tile_43 = { + 0x051400, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {510, -59, -647, 0x0000}, + {510, -59, -627, 0x00b8}, + {516, -59, -623, 0x00c0} + } +}; + +StandTile tile_44 = { + 0x051300, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {516, -59, -623, 0x00b4}, + {549, -59, -613, 0x00c4}, + {510, -59, -647, 0x00bc} + } +}; + +StandTile tile_45 = { + 0x051200, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {549, -59, -613, 0x00c8}, + {560, -59, -647, 0x0000}, + {510, -59, -647, 0x00c0} + } +}; + +StandTile tile_46 = { + 0x051100, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {549, -59, -613, 0x0088}, + {608, -59, -643, 0x0058}, + {560, -59, -647, 0x00c4} + } +}; + +StandTile tile_47 = { + 0x050e00, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {608, -59, -694, 0x0080}, + {559, -59, -717, 0x00d0}, + {560, -59, -683, 0x0054} + } +}; + +StandTile tile_48 = { + 0x050d00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {559, -59, -717, 0x00d8}, + {494, -59, -718, 0x00d4}, + {560, -59, -683, 0x00cc} + } +}; + +StandTile tile_49 = { + 0x050c00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {494, -59, -718, 0x0000}, + {494, -59, -683, 0x0000}, + {560, -59, -683, 0x00d0} + } +}; + +StandTile tile_50 = { + 0x050b00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {494, -59, -718, 0x00d0}, + {559, -59, -717, 0x00dc}, + {494, -59, -750, 0x0000} + } +}; + +StandTile tile_51 = { + 0x050900, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {559, -59, -717, 0x007c}, + {559, -59, -764, 0x00e0}, + {494, -59, -750, 0x00d8} + } +}; + +StandTile tile_52 = { + 0x050800, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {559, -59, -764, 0x00e4}, + {494, -59, -783, 0x0000}, + {494, -59, -750, 0x00dc} + } +}; + +StandTile tile_53 = { + 0x050700, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {559, -59, -764, 0x0084}, + {559, -59, -815, 0x00e8}, + {494, -59, -783, 0x00e0} + } +}; + +StandTile tile_54 = { + 0x050600, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {494, -59, -783, 0x00e4}, + {559, -59, -815, 0x00ec}, + {494, -59, -816, 0x0000} + } +}; + +StandTile tile_55 = { + 0x050500, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {559, -59, -815, 0x00f0}, + {494, -59, -849, 0x0000}, + {494, -59, -816, 0x00e8} + } +}; + +StandTile tile_56 = { + 0x050400, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {559, -59, -815, 0x0084}, + {628, -59, -815, 0x00f4}, + {494, -59, -849, 0x00ec} + } +}; + +StandTile tile_57 = { + 0x050300, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {494, -59, -849, 0x00f0}, + {628, -59, -815, 0x0100}, + {494, -59, -882, 0x0000} + } +}; + +StandTile tile_58 = { + 0x050100, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {527, -59, -916, 0x0000}, + {494, -59, -915, 0x00fc}, + {527, -59, -911, 0x0000} + } +}; + +StandTile tile_59 = { + 0x050000, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {494, -59, -882, 0x0100}, + {527, -59, -911, 0x00f8}, + {494, -59, -915, 0x0000} + } +}; + +StandTile tile_60 = { + 0x04ff00, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {494, -59, -882, 0x00f4}, + {628, -59, -815, 0x0104}, + {527, -59, -911, 0x00fc} + } +}; + +StandTile tile_61 = { + 0x04fe00, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {628, -59, -815, 0x017a}, + {615, -59, -911, 0x0000}, + {527, -59, -911, 0x0100} + } +}; + +StandTile tile_62 = { + 0x10b202, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -59, -526, 0x010c}, + {760, -41, -556, 0x0128}, + {760, -41, -524, 0x0000} + } +}; + +StandTile tile_63 = { + 0x10b201, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -59, -526, 0x0334}, + {833, -59, -553, 0x0000}, + {760, -41, -556, 0x0108} + } +}; + +StandTile tile_64 = { + 0x10af02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {737, -59, -556, 0x0114}, + {711, -41, -556, 0x0128}, + {737, -41, -556, 0x0000} + } +}; + +StandTile tile_65 = { + 0x10af01, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {737, -59, -556, 0x017e}, + {711, -59, -556, 0x0000}, + {711, -41, -556, 0x0110} + } +}; + +StandTile tile_66 = { + 0x10b002, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {664, -59, -556, 0x011c}, + {638, -41, -556, 0x0128}, + {664, -41, -556, 0x0000} + } +}; + +StandTile tile_67 = { + 0x10b001, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {664, -59, -556, 0x017e}, + {638, -59, -556, 0x0000}, + {638, -41, -556, 0x0118} + } +}; + +StandTile tile_68 = { + 0x024602, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 7, + 0x0, 0x1, 0x2, + { + {760, -41, -524, 0x0128}, + {597, -41, -556, 0x0000}, + {597, -41, -524, 0x0000}, + {632, -41, -523, 0x070a}, + {671, -41, -523, 0x0000}, + {706, -41, -523, 0x070e}, + {742, -41, -523, 0x0000} + } +}; + +StandTile tile_69 = { + 0x024601, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 7, + 0x0, 0x1, 0x6, + { + {760, -41, -524, 0x0108}, + {760, -41, -556, 0x0000}, + {737, -41, -556, 0x0110}, + {711, -41, -556, 0x0000}, + {664, -41, -556, 0x0118}, + {638, -41, -556, 0x0000}, + {597, -41, -556, 0x0120} + } +}; + +StandTile tile_70 = { + 0x02ff02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {633, -49, -733, 0x0134}, + {628, -49, -756, 0x0000}, + {628, -49, -729, 0x0140} + } +}; + +StandTile tile_71 = { + 0x02ff01, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {633, -49, -733, 0x0000}, + {633, -49, -751, 0x014c}, + {628, -49, -756, 0x0130} + } +}; + +StandTile tile_72 = { + 0x0fee00, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {608, -59, -694, 0x023e}, + {651, -59, -717, 0x02ea}, + {628, -59, -729, 0x0080} + } +}; + +StandTile tile_73 = { + 0x030002, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {633, -49, -733, 0x0140}, + {656, -49, -729, 0x0148}, + {651, -49, -733, 0x0000} + } +}; + +StandTile tile_74 = { + 0x030001, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {633, -49, -733, 0x0130}, + {628, -49, -729, 0x0000}, + {656, -49, -729, 0x013c} + } +}; + +StandTile tile_75 = { + 0x030102, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {651, -49, -733, 0x0148}, + {656, -49, -756, 0x0150}, + {651, -49, -751, 0x0000} + } +}; + +StandTile tile_76 = { + 0x030101, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {651, -49, -733, 0x013c}, + {656, -49, -729, 0x0000}, + {656, -49, -756, 0x0144} + } +}; + +StandTile tile_77 = { + 0x030202, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {651, -49, -751, 0x0150}, + {628, -49, -756, 0x0134}, + {633, -49, -751, 0x0000} + } +}; + +StandTile tile_78 = { + 0x030201, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {651, -49, -751, 0x0144}, + {656, -49, -756, 0x0000}, + {628, -49, -756, 0x014c} + } +}; + +StandTile tile_79 = { + 0x0a4902, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {651, -59, -733, 0x0158}, + {633, -59, -751, 0x0000}, + {633, -59, -733, 0x0000} + } +}; + +StandTile tile_80 = { + 0x0a4901, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {651, -59, -733, 0x0000}, + {651, -59, -751, 0x0000}, + {633, -59, -751, 0x0154} + } +}; + +StandTile tile_81 = { + 0x053000, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {628, -59, -815, 0x0074}, + {628, -59, -756, 0x0000}, + {656, -59, -756, 0x020a} + } +}; + +StandTile tile_82 = { + 0x062402, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1015, -59, -870, 0x0164}, + {974, -59, -952, 0x016c}, + {974, -59, -870, 0x03a6} + } +}; + +StandTile tile_83 = { + 0x062401, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1015, -59, -870, 0x0000}, + {1015, -59, -952, 0x04f6}, + {974, -59, -952, 0x0160} + } +}; + +StandTile tile_84 = { + 0x065502, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -870, 0x016c}, + {974, -59, -952, 0x052a}, + {692, -59, -952, 0x0172} + } +}; + +StandTile tile_85 = { + 0x065501, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {692, -59, -870, 0x0202}, + {721, -59, -870, 0x01d2}, + {946, -59, -870, 0x0362}, + {974, -59, -870, 0x0160}, + {974, -59, -952, 0x0168} + } +}; + +StandTile tile_86 = { + 0x04fb00, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -870, 0x0168}, + {692, -59, -952, 0x050a}, + {649, -59, -945, 0x0176} + } +}; + +StandTile tile_87 = { + 0x04fc00, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -870, 0x0172}, + {649, -59, -945, 0x0000}, + {615, -59, -911, 0x017a} + } +}; + +StandTile tile_88 = { + 0x04fd00, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {628, -59, -815, 0x01fe}, + {692, -59, -870, 0x0176}, + {615, -59, -911, 0x0104} + } +}; + +StandTile tile_89 = { + 0x052500, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 7, + 0x0, 0x5, 0x6, + { + {597, -59, -556, 0x0000}, + {638, -59, -556, 0x011c}, + {664, -59, -556, 0x0000}, + {711, -59, -556, 0x0114}, + {737, -59, -556, 0x0000}, + {833, -59, -556, 0x01ca}, + {688, -59, -656, 0x018a} + } +}; + +StandTile tile_90 = { + 0x052600, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {608, -59, -643, 0x0088}, + {608, -59, -615, 0x018a}, + {688, -59, -656, 0x018e} + } +}; + +StandTile tile_91 = { + 0x0fec00, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {608, -59, -615, 0x008c}, + {597, -59, -556, 0x017e}, + {688, -59, -656, 0x0186} + } +}; + +StandTile tile_92 = { + 0x054200, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {688, -59, -656, 0x019a}, + {668, -59, -656, 0x0192}, + {608, -59, -643, 0x0186} + } +}; + +StandTile tile_93 = { + 0x0fe800, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {668, -59, -656, 0x01b2}, + {651, -59, -656, 0x0246}, + {608, -59, -643, 0x018e} + } +}; + +StandTile tile_94 = { + 0x0fe002, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {668, -59, -656, 0x019a}, + {668, -59, -671, 0x0000}, + {657, -59, -671, 0x01b2} + } +}; + +StandTile tile_95 = { + 0x0fe001, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {668, -59, -656, 0x018e}, + {688, -59, -656, 0x01a6}, + {668, -59, -671, 0x0196} + } +}; + +StandTile tile_96 = { + 0x0fdf00, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {688, -59, -656, 0x01ca}, + {709, -59, -656, 0x01b6}, + {698, -59, -671, 0x01aa} + } +}; + +StandTile tile_97 = { + 0x0fdb02, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {668, -59, -678, 0x01a6}, + {688, -59, -656, 0x01aa}, + {688, -59, -664, 0x027e} + } +}; + +StandTile tile_98 = { + 0x0fdb01, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {668, -59, -678, 0x0000}, + {668, -59, -671, 0x019a}, + {688, -59, -656, 0x01a2} + } +}; + +StandTile tile_99 = { + 0x0fda02, 0x0d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {698, -59, -671, 0x01ae}, + {688, -59, -664, 0x01a2}, + {688, -59, -656, 0x019e} + } +}; + +StandTile tile_100 = { + 0x0fda01, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {698, -59, -671, 0x0000}, + {698, -59, -678, 0x0292}, + {688, -59, -664, 0x01aa} + } +}; + +StandTile tile_101 = { + 0x0fe100, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {651, -59, -656, 0x0192}, + {668, -59, -656, 0x0196}, + {657, -59, -671, 0x029e} + } +}; + +StandTile tile_102 = { + 0x0fde02, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {709, -59, -656, 0x01ba}, + {709, -59, -671, 0x0000}, + {698, -59, -671, 0x019e} + } +}; + +StandTile tile_103 = { + 0x0fde01, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {709, -59, -656, 0x01c6}, + {727, -59, -656, 0x01be}, + {709, -59, -671, 0x01b6} + } +}; + +StandTile tile_104 = { + 0x0fdc02, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {727, -59, -656, 0x01c2}, + {709, -59, -678, 0x0000}, + {709, -59, -671, 0x01ba} + } +}; + +StandTile tile_105 = { + 0x0fdc01, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {727, -59, -656, 0x02ff}, + {727, -59, -664, 0x02ca}, + {709, -59, -678, 0x01be} + } +}; + +StandTile tile_106 = { + 0x0feb00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {727, -59, -656, 0x01ba}, + {709, -59, -656, 0x01ca}, + {833, -59, -556, 0x01ce} + } +}; + +StandTile tile_107 = { + 0x0fed00, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {709, -59, -656, 0x019e}, + {688, -59, -656, 0x017e}, + {833, -59, -556, 0x01c6} + } +}; + +StandTile tile_108 = { + 0x103f00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {727, -59, -656, 0x01c6}, + {833, -59, -556, 0x0318}, + {833, -59, -650, 0x02ff} + } +}; + +StandTile tile_109 = { + 0x061400, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {837, -59, -804, 0x035e}, + {946, -59, -870, 0x016c}, + {721, -59, -870, 0x024a} + } +}; + +StandTile tile_110 = { + 0x029202, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {801, -49, -765, 0x01da}, + {797, -49, -788, 0x0000}, + {797, -49, -760, 0x01e2} + } +}; + +StandTile tile_111 = { + 0x029201, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {801, -49, -765, 0x0000}, + {801, -49, -783, 0x01ee}, + {797, -49, -788, 0x01d6} + } +}; + +StandTile tile_112 = { + 0x029302, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {801, -49, -765, 0x01e2}, + {824, -49, -760, 0x01ea}, + {820, -49, -765, 0x0000} + } +}; + +StandTile tile_113 = { + 0x029301, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {801, -49, -765, 0x01d6}, + {797, -49, -760, 0x0000}, + {824, -49, -760, 0x01de} + } +}; + +StandTile tile_114 = { + 0x029402, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {820, -49, -765, 0x01ea}, + {824, -49, -788, 0x01f2}, + {820, -49, -783, 0x0000} + } +}; + +StandTile tile_115 = { + 0x029401, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {820, -49, -765, 0x01de}, + {824, -49, -760, 0x0000}, + {824, -49, -788, 0x01e6} + } +}; + +StandTile tile_116 = { + 0x029502, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {820, -49, -783, 0x01f2}, + {797, -49, -788, 0x01da}, + {801, -49, -783, 0x0000} + } +}; + +StandTile tile_117 = { + 0x029501, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {820, -49, -783, 0x01e6}, + {824, -49, -788, 0x0000}, + {797, -49, -788, 0x01ee} + } +}; + +StandTile tile_118 = { + 0x0a4a02, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {820, -59, -765, 0x01fa}, + {801, -59, -783, 0x0000}, + {801, -59, -765, 0x0000} + } +}; + +StandTile tile_119 = { + 0x0a4a01, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {820, -59, -765, 0x0000}, + {820, -59, -783, 0x0000}, + {801, -59, -783, 0x01f6} + } +}; + +StandTile tile_120 = { + 0x052800, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {705, -59, -816, 0x0202}, + {692, -59, -870, 0x017a}, + {628, -59, -815, 0x020a} + } +}; + +StandTile tile_121 = { + 0x052900, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {721, -59, -870, 0x016c}, + {692, -59, -870, 0x01fe}, + {705, -59, -816, 0x0206} + } +}; + +StandTile tile_122 = { + 0x052a00, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {824, -59, -788, 0x024a}, + {721, -59, -870, 0x0202}, + {705, -59, -816, 0x022a} + } +}; + +StandTile tile_123 = { + 0x053100, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {705, -59, -816, 0x01fe}, + {628, -59, -815, 0x015c}, + {656, -59, -756, 0x0212} + } +}; + +StandTile tile_124 = { + 0x053200, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {705, -59, -816, 0x0212}, + {690, -59, -753, 0x021a}, + {709, -59, -753, 0x0226} + } +}; + +StandTile tile_125 = { + 0x0ff100, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {705, -59, -816, 0x020a}, + {656, -59, -756, 0x021e}, + {690, -59, -753, 0x020e} + } +}; + +StandTile tile_126 = { + 0x053300, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {709, -59, -753, 0x021a}, + {688, -59, -734, 0x02ee}, + {686, -59, -717, 0x0222} + } +}; + +StandTile tile_127 = { + 0x0ff400, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {709, -59, -753, 0x020e}, + {690, -59, -753, 0x021e}, + {688, -59, -734, 0x0216} + } +}; + +StandTile tile_128 = { + 0x0ff000, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {690, -59, -753, 0x0212}, + {656, -59, -756, 0x02ee}, + {688, -59, -734, 0x021a} + } +}; + +StandTile tile_129 = { + 0x053400, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {727, -59, -721, 0x0232}, + {709, -59, -753, 0x0216}, + {686, -59, -717, 0x02de} + } +}; + +StandTile tile_130 = { + 0x053500, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {797, -59, -788, 0x022a}, + {705, -59, -816, 0x020e}, + {709, -59, -753, 0x022e} + } +}; + +StandTile tile_131 = { + 0x053600, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {824, -59, -788, 0x0206}, + {705, -59, -816, 0x0226}, + {797, -59, -788, 0x0000} + } +}; + +StandTile tile_132 = { + 0x053700, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {797, -59, -760, 0x0000}, + {797, -59, -788, 0x0226}, + {709, -59, -753, 0x0232} + } +}; + +StandTile tile_133 = { + 0x053800, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {797, -59, -760, 0x022e}, + {709, -59, -753, 0x0222}, + {727, -59, -721, 0x023a} + } +}; + +StandTile tile_134 = { + 0x053900, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {833, -59, -715, 0x024e}, + {815, -59, -738, 0x023a}, + {727, -59, -721, 0x02f6} + } +}; + +StandTile tile_135 = { + 0x0ffe00, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {815, -59, -738, 0x0256}, + {797, -59, -760, 0x0232}, + {727, -59, -721, 0x0236} + } +}; + +StandTile tile_136 = { + 0x053f00, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {651, -59, -691, 0x02b2}, + {651, -59, -717, 0x0138}, + {608, -59, -694, 0x0242} + } +}; + +StandTile tile_137 = { + 0x054000, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {651, -59, -691, 0x023e}, + {608, -59, -694, 0x0054}, + {608, -59, -643, 0x0246} + } +}; + +StandTile tile_138 = { + 0x054100, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {651, -59, -656, 0x029e}, + {651, -59, -691, 0x0242}, + {608, -59, -643, 0x0192} + } +}; + +StandTile tile_139 = { + 0x055400, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {837, -59, -804, 0x01d2}, + {721, -59, -870, 0x0206}, + {824, -59, -788, 0x034e} + } +}; + +StandTile tile_140 = { + 0x0f3f02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -59, -715, 0x0252}, + {845, -59, -738, 0x0256}, + {815, -59, -738, 0x0236} + } +}; + +StandTile tile_141 = { + 0x0f3f01, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -59, -715, 0x030c}, + {865, -59, -715, 0x031c}, + {845, -59, -738, 0x024e} + } +}; + +StandTile tile_142 = { + 0x0ffa02, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {845, -59, -738, 0x025a}, + {797, -59, -760, 0x023a}, + {815, -59, -738, 0x024e} + } +}; + +StandTile tile_143 = { + 0x0ffa01, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {845, -59, -738, 0x0324}, + {824, -59, -760, 0x0000}, + {797, -59, -760, 0x0256} + } +}; + +StandTile tile_144 = { + 0x0fe600, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {686, -59, -717, 0x0262}, + {688, -59, -712, 0x026e}, + {698, -59, -712, 0x02de} + } +}; + +StandTile tile_145 = { + 0x0fe500, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {686, -59, -717, 0x02d2}, + {668, -59, -712, 0x0272}, + {688, -59, -712, 0x025e} + } +}; + +StandTile tile_146 = { + 0x0fd702, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {698, -59, -705, 0x026a}, + {688, -59, -698, 0x0286}, + {688, -59, -691, 0x028e} + } +}; + +StandTile tile_147 = { + 0x0fd701, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {698, -59, -705, 0x0000}, + {698, -59, -712, 0x026e}, + {688, -59, -698, 0x0266} + } +}; + +StandTile tile_148 = { + 0x0fd600, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {698, -59, -712, 0x025e}, + {688, -59, -712, 0x0272}, + {688, -59, -698, 0x026a} + } +}; + +StandTile tile_149 = { + 0x0fd500, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {688, -59, -712, 0x0262}, + {668, -59, -712, 0x0286}, + {688, -59, -698, 0x026e} + } +}; + +StandTile tile_150 = { + 0x0fd302, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {668, -59, -691, 0x027a}, + {668, -59, -705, 0x0000}, + {657, -59, -705, 0x02a6} + } +}; + +StandTile tile_151 = { + 0x0fd301, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {668, -59, -691, 0x0282}, + {688, -59, -691, 0x028a}, + {668, -59, -705, 0x0276} + } +}; + +StandTile tile_152 = { + 0x0fd202, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {688, -59, -691, 0x0282}, + {668, -59, -678, 0x01a2}, + {688, -59, -664, 0x0292} + } +}; + +StandTile tile_153 = { + 0x0fd201, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {688, -59, -691, 0x027a}, + {668, -59, -691, 0x02aa}, + {668, -59, -678, 0x027e} + } +}; + +StandTile tile_154 = { + 0x0fcf02, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {668, -59, -712, 0x028a}, + {688, -59, -691, 0x0266}, + {688, -59, -698, 0x0272} + } +}; + +StandTile tile_155 = { + 0x0fcf01, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {668, -59, -712, 0x0000}, + {668, -59, -705, 0x027a}, + {688, -59, -691, 0x0286} + } +}; + +StandTile tile_156 = { + 0x0fcc02, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {688, -59, -691, 0x0292}, + {698, -59, -678, 0x02e6}, + {698, -59, -705, 0x0266} + } +}; + +StandTile tile_157 = { + 0x0fcc01, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {688, -59, -691, 0x027e}, + {688, -59, -664, 0x01ae}, + {698, -59, -678, 0x028e} + } +}; + +StandTile tile_158 = { + 0x0fe900, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {651, -59, -717, 0x02d6}, + {686, -59, -717, 0x02f2}, + {656, -59, -729, 0x02ea} + } +}; + +StandTile tile_159 = { + 0x0fdd02, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {651, -59, -691, 0x029e}, + {657, -59, -671, 0x0000}, + {657, -59, -678, 0x02a2} + } +}; + +StandTile tile_160 = { + 0x0fdd01, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {651, -59, -691, 0x0246}, + {651, -59, -656, 0x01b2}, + {657, -59, -671, 0x029a} + } +}; + +StandTile tile_161 = { + 0x0fd900, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {657, -59, -705, 0x02b2}, + {651, -59, -691, 0x029a}, + {657, -59, -678, 0x02a6} + } +}; + +StandTile tile_162 = { + 0x0fd802, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {657, -59, -678, 0x02aa}, + {668, -59, -691, 0x0276}, + {657, -59, -705, 0x02a2} + } +}; + +StandTile tile_163 = { + 0x0fd801, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {657, -59, -678, 0x0000}, + {668, -59, -678, 0x0282}, + {668, -59, -691, 0x02a6} + } +}; + +StandTile tile_164 = { + 0x0fd102, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {651, -59, -717, 0x02b2}, + {657, -59, -705, 0x0000}, + {657, -59, -712, 0x02d6} + } +}; + +StandTile tile_165 = { + 0x0fd101, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {651, -59, -717, 0x023e}, + {651, -59, -691, 0x02a2}, + {657, -59, -705, 0x02ae} + } +}; + +StandTile tile_166 = { + 0x0fe400, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {727, -59, -721, 0x02da}, + {709, -59, -712, 0x02c6}, + {727, -59, -698, 0x02f6} + } +}; + +StandTile tile_167 = { + 0x0fd402, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {709, -59, -691, 0x02be}, + {709, -59, -705, 0x0000}, + {698, -59, -705, 0x02e6} + } +}; + +StandTile tile_168 = { + 0x0fd401, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {709, -59, -691, 0x02ce}, + {727, -59, -691, 0x02c2}, + {709, -59, -705, 0x02ba} + } +}; + +StandTile tile_169 = { + 0x0fd002, 0x0d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {727, -59, -691, 0x02c6}, + {709, -59, -712, 0x0000}, + {709, -59, -705, 0x02be} + } +}; + +StandTile tile_170 = { + 0x0fd001, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {727, -59, -691, 0x02f6}, + {727, -59, -698, 0x02b6}, + {709, -59, -712, 0x02c2} + } +}; + +StandTile tile_171 = { + 0x0fce02, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {727, -59, -691, 0x02ce}, + {709, -59, -678, 0x01c2}, + {727, -59, -664, 0x02ff} + } +}; + +StandTile tile_172 = { + 0x0fce01, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {727, -59, -691, 0x02be}, + {709, -59, -691, 0x02e2}, + {709, -59, -678, 0x02ca} + } +}; + +StandTile tile_173 = { + 0x0fe302, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {686, -59, -717, 0x02d6}, + {657, -59, -712, 0x0000}, + {668, -59, -712, 0x0262} + } +}; + +StandTile tile_174 = { + 0x0fe301, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {686, -59, -717, 0x0296}, + {651, -59, -717, 0x02ae}, + {657, -59, -712, 0x02d2} + } +}; + +StandTile tile_175 = { + 0x0fe202, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {727, -59, -721, 0x02de}, + {698, -59, -712, 0x0000}, + {709, -59, -712, 0x02b6} + } +}; + +StandTile tile_176 = { + 0x0fe201, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {727, -59, -721, 0x0222}, + {686, -59, -717, 0x025e}, + {698, -59, -712, 0x02da} + } +}; + +StandTile tile_177 = { + 0x0fcd02, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {709, -59, -691, 0x02e6}, + {698, -59, -678, 0x0000}, + {709, -59, -678, 0x02ce} + } +}; + +StandTile tile_178 = { + 0x0fcd01, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {709, -59, -691, 0x02ba}, + {698, -59, -705, 0x028e}, + {698, -59, -678, 0x02e2} + } +}; + +StandTile tile_179 = { + 0x0fef00, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {651, -59, -717, 0x0296}, + {656, -59, -729, 0x0000}, + {628, -59, -729, 0x0138} + } +}; + +StandTile tile_180 = { + 0x0ff302, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {656, -59, -756, 0x02f2}, + {686, -59, -717, 0x0216}, + {688, -59, -734, 0x021e} + } +}; + +StandTile tile_181 = { + 0x0ff301, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {656, -59, -756, 0x0000}, + {656, -59, -729, 0x0296}, + {686, -59, -717, 0x02ee} + } +}; + +StandTile tile_182 = { + 0x103a00, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {727, -59, -691, 0x02fb}, + {833, -59, -715, 0x0236}, + {727, -59, -721, 0x02b6}, + {727, -59, -698, 0x02c6} + } +}; + +StandTile tile_183 = { + 0x103b00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {727, -59, -691, 0x02ff}, + {833, -59, -650, 0x030c}, + {833, -59, -715, 0x02f6} + } +}; + +StandTile tile_184 = { + 0x103e00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {727, -59, -656, 0x01ce}, + {833, -59, -650, 0x02fb}, + {727, -59, -691, 0x02ca}, + {727, -59, -664, 0x01c2} + } +}; + +StandTile tile_185 = { + 0x103800, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {910, -59, -715, 0x0346}, + {865, -59, -715, 0x0308}, + {910, -59, -650, 0x0314} + } +}; + +StandTile tile_186 = { + 0x103702, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {865, -59, -715, 0x030c}, + {833, -59, -650, 0x0318}, + {910, -59, -650, 0x0304} + } +}; + +StandTile tile_187 = { + 0x103701, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {865, -59, -715, 0x0252}, + {833, -59, -715, 0x02fb}, + {833, -59, -650, 0x0308} + } +}; + +StandTile tile_188 = { + 0x103602, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {986, -59, -688, 0x0314}, + {910, -59, -650, 0x035a}, + {951, -59, -632, 0x038a} + } +}; + +StandTile tile_189 = { + 0x103601, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {986, -59, -688, 0x0356}, + {910, -59, -715, 0x0304}, + {910, -59, -650, 0x0310} + } +}; + +StandTile tile_190 = { + 0x101b00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -59, -556, 0x035a}, + {910, -59, -650, 0x0308}, + {833, -59, -650, 0x01ce} + } +}; + +StandTile tile_191 = { + 0x0ffd00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {845, -59, -738, 0x0252}, + {865, -59, -715, 0x032c}, + {844, -59, -761, 0x0320} + } +}; + +StandTile tile_192 = { + 0x0ffb02, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {824, -59, -788, 0x0324}, + {845, -59, -738, 0x031c}, + {844, -59, -761, 0x0328} + } +}; + +StandTile tile_193 = { + 0x0ffb01, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {824, -59, -788, 0x0000}, + {824, -59, -760, 0x025a}, + {845, -59, -738, 0x0320} + } +}; + +StandTile tile_194 = { + 0x0ffc00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {864, -59, -780, 0x034e}, + {824, -59, -788, 0x0320}, + {844, -59, -761, 0x0330} + } +}; + +StandTile tile_195 = { + 0x0ff902, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {904, -59, -773, 0x0330}, + {844, -59, -761, 0x031c}, + {865, -59, -715, 0x0346} + } +}; + +StandTile tile_196 = { + 0x0ff901, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {904, -59, -773, 0x034a}, + {864, -59, -780, 0x0328}, + {844, -59, -761, 0x032c} + } +}; + +StandTile tile_197 = { + 0x059500, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x4, + { + {903, -59, -556, 0x0366}, + {833, -59, -556, 0x0000}, + {833, -59, -553, 0x010c}, + {833, -59, -526, 0x0000}, + {833, -59, -524, 0x033a} + } +}; + +StandTile tile_198 = { + 0x059600, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {833, -59, -524, 0x0000}, + {906, -59, -524, 0x0342}, + {903, -59, -556, 0x0334} + } +}; + +StandTile tile_199 = { + 0x0dc802, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {903, -59, -556, 0x0342}, + {934, -59, -524, 0x0000}, + {934, -59, -528, 0x03b6} + } +}; + +StandTile tile_200 = { + 0x0dc801, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {903, -59, -556, 0x033a}, + {906, -59, -524, 0x0000}, + {934, -59, -524, 0x033e} + } +}; + +StandTile tile_201 = { + 0x054b00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {904, -59, -773, 0x032c}, + {865, -59, -715, 0x0304}, + {910, -59, -715, 0x0352} + } +}; + +StandTile tile_202 = { + 0x059102, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {837, -59, -804, 0x034e}, + {864, -59, -780, 0x0330}, + {904, -59, -773, 0x035e} + } +}; + +StandTile tile_203 = { + 0x059101, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {837, -59, -804, 0x024a}, + {824, -59, -788, 0x0328}, + {864, -59, -780, 0x034a} + } +}; + +StandTile tile_204 = { + 0x054c00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {988, -59, -739, 0x039e}, + {904, -59, -773, 0x0346}, + {910, -59, -715, 0x0356} + } +}; + +StandTile tile_205 = { + 0x054d00, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {986, -59, -688, 0x0392}, + {988, -59, -739, 0x0352}, + {910, -59, -715, 0x0314} + } +}; + +StandTile tile_206 = { + 0x055100, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {833, -59, -556, 0x0366}, + {951, -59, -632, 0x0310}, + {910, -59, -650, 0x0318} + } +}; + +StandTile tile_207 = { + 0x059200, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {837, -59, -804, 0x034a}, + {904, -59, -773, 0x0362}, + {946, -59, -870, 0x01d2} + } +}; + +StandTile tile_208 = { + 0x059300, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {946, -59, -870, 0x035e}, + {904, -59, -773, 0x03a2}, + {974, -59, -870, 0x016c} + } +}; + +StandTile tile_209 = { + 0x059400, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {903, -59, -556, 0x0372}, + {951, -59, -632, 0x035a}, + {833, -59, -556, 0x0334} + } +}; + +StandTile tile_210 = { + 0x059d00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1011, -59, -528, 0x03ba}, + {977, -59, -556, 0x03aa}, + {1011, -59, -523, 0x0000} + } +}; + +StandTile tile_211 = { + 0x05a200, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1088, -59, -524, 0x0000}, + {1088, -59, -528, 0x03ce}, + {1051, -59, -556, 0x03c2} + } +}; + +StandTile tile_212 = { + 0x05d100, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {951, -59, -632, 0x0366}, + {903, -59, -556, 0x03b6}, + {977, -59, -556, 0x0376} + } +}; + +StandTile tile_213 = { + 0x05d200, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1036, -59, -635, 0x038a}, + {951, -59, -632, 0x0372}, + {977, -59, -556, 0x037a} + } +}; + +StandTile tile_214 = { + 0x05d300, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1036, -59, -635, 0x0376}, + {977, -59, -556, 0x03ba}, + {1051, -59, -556, 0x037e} + } +}; + +StandTile tile_215 = { + 0x05d400, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1102, -59, -619, 0x0386}, + {1036, -59, -635, 0x037a}, + {1051, -59, -556, 0x0382} + } +}; + +StandTile tile_216 = { + 0x05d500, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1102, -59, -619, 0x037e}, + {1051, -59, -556, 0x03ca}, + {1147, -59, -556, 0x03e6} + } +}; + +StandTile tile_217 = { + 0x05d700, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1074, -59, -749, 0x038e}, + {1036, -59, -635, 0x037e}, + {1102, -59, -619, 0x03e2} + } +}; + +StandTile tile_218 = { + 0x05d900, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1036, -59, -635, 0x038e}, + {986, -59, -688, 0x0310}, + {951, -59, -632, 0x0376} + } +}; + +StandTile tile_219 = { + 0x05da00, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {986, -59, -688, 0x038a}, + {1036, -59, -635, 0x0386}, + {1074, -59, -749, 0x0392} + } +}; + +StandTile tile_220 = { + 0x05db00, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1074, -59, -749, 0x0396}, + {988, -59, -739, 0x0356}, + {986, -59, -688, 0x038e} + } +}; + +StandTile tile_221 = { + 0x05de00, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {988, -59, -739, 0x0392}, + {1074, -59, -749, 0x03da}, + {1052, -59, -797, 0x039a} + } +}; + +StandTile tile_222 = { + 0x05df00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1015, -59, -833, 0x039e}, + {988, -59, -739, 0x0396}, + {1052, -59, -797, 0x0000} + } +}; + +StandTile tile_223 = { + 0x05e000, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {904, -59, -773, 0x0352}, + {988, -59, -739, 0x039a}, + {1015, -59, -833, 0x03a2} + } +}; + +StandTile tile_224 = { + 0x05e100, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -870, 0x0362}, + {904, -59, -773, 0x039e}, + {1015, -59, -833, 0x03a6} + } +}; + +StandTile tile_225 = { + 0x05e200, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -870, 0x03a2}, + {1015, -59, -833, 0x0000}, + {1015, -59, -870, 0x0160} + } +}; + +StandTile tile_226 = { + 0x0dc902, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {977, -59, -556, 0x03ae}, + {938, -59, -524, 0x0000}, + {1011, -59, -523, 0x036a} + } +}; + +StandTile tile_227 = { + 0x0dc901, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {977, -59, -556, 0x03b2}, + {938, -59, -528, 0x0000}, + {938, -59, -524, 0x03aa} + } +}; + +StandTile tile_228 = { + 0x0dca02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {977, -59, -556, 0x03b6}, + {934, -59, -528, 0x0000}, + {938, -59, -528, 0x03ae} + } +}; + +StandTile tile_229 = { + 0x0dca01, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {977, -59, -556, 0x0372}, + {903, -59, -556, 0x033e}, + {934, -59, -528, 0x03b2} + } +}; + +StandTile tile_230 = { + 0x0dcb02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1011, -59, -528, 0x03be}, + {1051, -59, -556, 0x037a}, + {977, -59, -556, 0x036a} + } +}; + +StandTile tile_231 = { + 0x0dcb01, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1011, -59, -528, 0x0000}, + {1015, -59, -528, 0x03c6}, + {1051, -59, -556, 0x03ba} + } +}; + +StandTile tile_232 = { + 0x0dcc02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1051, -59, -556, 0x03c6}, + {1015, -59, -524, 0x0000}, + {1088, -59, -524, 0x036e} + } +}; + +StandTile tile_233 = { + 0x0dcc01, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1051, -59, -556, 0x03be}, + {1015, -59, -528, 0x0000}, + {1015, -59, -524, 0x03c2} + } +}; + +StandTile tile_234 = { + 0x0dcd02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1051, -59, -556, 0x03ce}, + {1093, -59, -528, 0x03d6}, + {1147, -59, -556, 0x0382} + } +}; + +StandTile tile_235 = { + 0x0dcd01, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1051, -59, -556, 0x036e}, + {1088, -59, -528, 0x0000}, + {1093, -59, -528, 0x03ca} + } +}; + +StandTile tile_236 = { + 0x0dce02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1147, -59, -556, 0x03d6}, + {1093, -59, -524, 0x0000}, + {1189, -59, -524, 0x048e} + } +}; + +StandTile tile_237 = { + 0x0dce01, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1147, -59, -556, 0x03ca}, + {1093, -59, -528, 0x0000}, + {1093, -59, -524, 0x03d2} + } +}; + +StandTile tile_238 = { + 0x05dd00, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1052, -59, -797, 0x0396}, + {1074, -59, -749, 0x03e2}, + {1186, -59, -759, 0x03de} + } +}; + +StandTile tile_239 = { + 0x05dc00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1186, -59, -759, 0x03ea}, + {1163, -59, -797, 0x0000}, + {1052, -59, -797, 0x03da} + } +}; + +StandTile tile_240 = { + 0x05d800, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1074, -59, -749, 0x0386}, + {1102, -59, -619, 0x03e6}, + {1186, -59, -759, 0x03da} + } +}; + +StandTile tile_241 = { + 0x05d600, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1186, -59, -759, 0x03e2}, + {1102, -59, -619, 0x0382}, + {1147, -59, -556, 0x03ee} + } +}; + +StandTile tile_242 = { + 0x0dc700, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1186, -59, -759, 0x03fa}, + {1275, -59, -797, 0x0000}, + {1163, -59, -797, 0x03de} + } +}; + +StandTile tile_243 = { + 0x05d000, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1186, -59, -759, 0x03e6}, + {1147, -59, -556, 0x048e}, + {1225, -59, -556, 0x03f2} + } +}; + +StandTile tile_244 = { + 0x05cf00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1225, -59, -556, 0x0422}, + {1341, -59, -604, 0x03f6}, + {1186, -59, -759, 0x03ee} + } +}; + +StandTile tile_245 = { + 0x05ce00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1186, -59, -759, 0x03f2}, + {1341, -59, -604, 0x040e}, + {1321, -59, -765, 0x03fa} + } +}; + +StandTile tile_246 = { + 0x05cd00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1186, -59, -759, 0x03f6}, + {1321, -59, -765, 0x03fe}, + {1275, -59, -797, 0x03ea} + } +}; + +StandTile tile_247 = { + 0x05cc00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1321, -59, -765, 0x0402}, + {1275, -59, -815, 0x0000}, + {1275, -59, -797, 0x03fa} + } +}; + +StandTile tile_248 = { + 0x05cb00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1275, -59, -815, 0x03fe}, + {1321, -59, -765, 0x040a}, + {1326, -59, -833, 0x0000} + } +}; + +StandTile tile_249 = { + 0x05c900, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1326, -59, -833, 0x040a}, + {1419, -59, -716, 0x041a}, + {1490, -59, -778, 0x0000} + } +}; + +StandTile tile_250 = { + 0x05c800, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1321, -59, -765, 0x040e}, + {1419, -59, -716, 0x0406}, + {1326, -59, -833, 0x0402} + } +}; + +StandTile tile_251 = { + 0x05c700, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1341, -59, -604, 0x0412}, + {1419, -59, -716, 0x040a}, + {1321, -59, -765, 0x03f6} + } +}; + +StandTile tile_252 = { + 0x05c600, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1443, -59, -590, 0x0416}, + {1419, -59, -716, 0x040e}, + {1341, -59, -604, 0x042e} + } +}; + +StandTile tile_253 = { + 0x05c500, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1443, -59, -590, 0x041e}, + {1544, -59, -700, 0x041a}, + {1419, -59, -716, 0x0412} + } +}; + +StandTile tile_254 = { + 0x05c400, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1544, -59, -700, 0x0000}, + {1490, -59, -778, 0x0406}, + {1419, -59, -716, 0x0416} + } +}; + +StandTile tile_255 = { + 0x05c300, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1443, -59, -590, 0x0436}, + {1529, -59, -477, 0x0000}, + {1544, -59, -700, 0x0416} + } +}; + +StandTile tile_256 = { + 0x05c200, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1225, -59, -556, 0x048a}, + {1245, -59, -475, 0x0426}, + {1341, -59, -604, 0x03f2} + } +}; + +StandTile tile_257 = { + 0x05c100, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1341, -59, -604, 0x0422}, + {1245, -59, -475, 0x0476}, + {1307, -59, -424, 0x042a} + } +}; + +StandTile tile_258 = { + 0x05c000, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1307, -59, -424, 0x046e}, + {1398, -59, -417, 0x042e}, + {1341, -59, -604, 0x0426} + } +}; + +StandTile tile_259 = { + 0x05bf00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1398, -59, -417, 0x0432}, + {1443, -59, -590, 0x0412}, + {1341, -59, -604, 0x042a} + } +}; + +StandTile tile_260 = { + 0x05be00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1398, -59, -417, 0x0462}, + {1450, -59, -416, 0x0436}, + {1443, -59, -590, 0x042e} + } +}; + +StandTile tile_261 = { + 0x05bd00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1443, -59, -590, 0x0432}, + {1450, -59, -416, 0x043a}, + {1529, -59, -477, 0x041e} + } +}; + +StandTile tile_262 = { + 0x05bc00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1549, -59, -362, 0x0000}, + {1529, -59, -477, 0x0436}, + {1450, -59, -416, 0x045e} + } +}; + +StandTile tile_263 = { + 0x05bb00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1453, -59, -220, 0x0000}, + {1453, -59, -276, 0x0442}, + {1398, -59, -220, 0x0000} + } +}; + +StandTile tile_264 = { + 0x05ba00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1453, -59, -276, 0x044e}, + {1398, -59, -276, 0x0000}, + {1398, -59, -220, 0x043e} + } +}; + +StandTile tile_265 = { + 0x05b900, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1398, -59, -276, 0x044a}, + {1374, -59, -303, 0x0000}, + {1384, -59, -276, 0x0000} + } +}; + +StandTile tile_266 = { + 0x05b800, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1465, -59, -303, 0x0466}, + {1374, -59, -303, 0x0446}, + {1398, -59, -276, 0x044e} + } +}; + +StandTile tile_267 = { + 0x05b700, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1398, -59, -276, 0x0442}, + {1453, -59, -276, 0x0452}, + {1465, -59, -303, 0x044a} + } +}; + +StandTile tile_268 = { + 0x05b600, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1453, -59, -276, 0x0000}, + {1466, -59, -276, 0x0456}, + {1465, -59, -303, 0x044e} + } +}; + +StandTile tile_269 = { + 0x05b500, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1465, -59, -303, 0x0452}, + {1466, -59, -276, 0x0000}, + {1483, -59, -264, 0x045a} + } +}; + +StandTile tile_270 = { + 0x05b400, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1549, -59, -362, 0x045e}, + {1465, -59, -303, 0x0456}, + {1483, -59, -264, 0x0000} + } +}; + +StandTile tile_271 = { + 0x05b300, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1450, -59, -416, 0x0462}, + {1465, -59, -303, 0x045a}, + {1549, -59, -362, 0x043a} + } +}; + +StandTile tile_272 = { + 0x05b200, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1450, -59, -416, 0x0432}, + {1398, -59, -417, 0x0466}, + {1465, -59, -303, 0x045e} + } +}; + +StandTile tile_273 = { + 0x05b100, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1465, -59, -303, 0x0462}, + {1398, -59, -417, 0x046a}, + {1374, -59, -303, 0x044a} + } +}; + +StandTile tile_274 = { + 0x05b000, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1398, -59, -417, 0x046e}, + {1291, -59, -344, 0x0000}, + {1374, -59, -303, 0x0466} + } +}; + +StandTile tile_275 = { + 0x05af00, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1398, -59, -417, 0x042a}, + {1307, -59, -424, 0x0472}, + {1291, -59, -344, 0x046a} + } +}; + +StandTile tile_276 = { + 0x05ae00, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1307, -59, -424, 0x0476}, + {1247, -59, -329, 0x0000}, + {1291, -59, -344, 0x046e} + } +}; + +StandTile tile_277 = { + 0x05ad00, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1307, -59, -424, 0x0426}, + {1245, -59, -475, 0x0482}, + {1247, -59, -329, 0x0472} + } +}; + +StandTile tile_278 = { + 0x05ac00, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1201, -59, -299, 0x047e}, + {1189, -59, -378, 0x0000}, + {1189, -59, -268, 0x0000} + } +}; + +StandTile tile_279 = { + 0x05ab00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1247, -59, -329, 0x0482}, + {1189, -59, -378, 0x047a}, + {1201, -59, -299, 0x0000} + } +}; + +StandTile tile_280 = { + 0x05aa00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1247, -59, -329, 0x0476}, + {1245, -59, -475, 0x0486}, + {1189, -59, -378, 0x047e} + } +}; + +StandTile tile_281 = { + 0x05a900, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1245, -59, -475, 0x048a}, + {1189, -59, -524, 0x0000}, + {1189, -59, -378, 0x0482} + } +}; + +StandTile tile_282 = { + 0x05a800, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1225, -59, -556, 0x048e}, + {1189, -59, -524, 0x0486}, + {1245, -59, -475, 0x0422} + } +}; + +StandTile tile_283 = { + 0x05a700, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1225, -59, -556, 0x03ee}, + {1147, -59, -556, 0x03d2}, + {1189, -59, -524, 0x048a} + } +}; + +StandTile tile_284 = { + 0x0ceb02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1466, -23, -178, 0x0496}, + {1453, -23, -248, 0x0000}, + {1453, -23, -178, 0x0000} + } +}; + +StandTile tile_285 = { + 0x0ceb01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1466, -23, -178, 0x0000}, + {1466, -23, -248, 0x0000}, + {1453, -23, -248, 0x0492} + } +}; + +StandTile tile_286 = { + 0x0cec02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1384, -23, -178, 0x049e}, + {1398, -23, -248, 0x0000}, + {1384, -23, -248, 0x0000} + } +}; + +StandTile tile_287 = { + 0x0cec01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1384, -23, -178, 0x0000}, + {1398, -23, -178, 0x0000}, + {1398, -23, -248, 0x049a} + } +}; + +StandTile tile_288 = { + 0x086d02, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1027, -59, -1214, 0x04a6}, + {1020, -59, -1232, 0x04fa}, + {1020, -59, -1214, 0x0000} + } +}; + +StandTile tile_289 = { + 0x086d01, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1027, -59, -1214, 0x0000}, + {1027, -59, -1232, 0x0000}, + {1020, -59, -1232, 0x04a2} + } +}; + +StandTile tile_290 = { + 0x08e802, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1031, -46, -1232, 0x04ae}, + {1027, -46, -1332, 0x0000}, + {1027, -46, -1232, 0x0000} + } +}; + +StandTile tile_291 = { + 0x08e801, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1031, -46, -1232, 0x0000}, + {1031, -46, -1332, 0x0000}, + {1027, -46, -1332, 0x04aa} + } +}; + +StandTile tile_292 = { + 0x08ee02, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1031, -46, -1113, 0x04b6}, + {1027, -46, -1214, 0x0000}, + {1027, -46, -1113, 0x0000} + } +}; + +StandTile tile_293 = { + 0x08ee01, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1031, -46, -1113, 0x0000}, + {1031, -46, -1214, 0x0000}, + {1027, -46, -1214, 0x04b2} + } +}; + +StandTile tile_294 = { + 0x086f02, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {638, -59, -1143, 0x04be}, + {644, -59, -1125, 0x04fe}, + {644, -59, -1143, 0x0000} + } +}; + +StandTile tile_295 = { + 0x086f01, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {638, -59, -1143, 0x0000}, + {638, -59, -1125, 0x0000}, + {644, -59, -1125, 0x04ba} + } +}; + +StandTile tile_296 = { + 0x08d902, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {638, -46, -1025, 0x04c6}, + {633, -46, -1125, 0x0000}, + {633, -46, -1025, 0x0000} + } +}; + +StandTile tile_297 = { + 0x08d901, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {638, -46, -1025, 0x0000}, + {638, -46, -1125, 0x0000}, + {633, -46, -1125, 0x04c2} + } +}; + +StandTile tile_298 = { + 0x08d302, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {638, -46, -1143, 0x04ce}, + {633, -46, -1243, 0x0000}, + {633, -46, -1143, 0x0000} + } +}; + +StandTile tile_299 = { + 0x08d301, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {638, -46, -1143, 0x0000}, + {638, -46, -1243, 0x0000}, + {633, -46, -1243, 0x04ca} + } +}; + +StandTile tile_300 = { + 0x060800, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1015, -59, -1113, 0x0000}, + {1020, -59, -1113, 0x04e6}, + {974, -59, -1134, 0x04ea} + } +}; + +StandTile tile_301 = { + 0x060900, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1316, 0x04de}, + {1020, -59, -1332, 0x0000}, + {1015, -59, -1332, 0x05b0} + } +}; + +StandTile tile_302 = { + 0x062002, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1020, -59, -1232, 0x04de}, + {974, -59, -1316, 0x0542}, + {974, -59, -1225, 0x04fa} + } +}; + +StandTile tile_303 = { + 0x062001, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1020, -59, -1232, 0x0000}, + {1020, -59, -1332, 0x04d6}, + {974, -59, -1316, 0x04da} + } +}; + +StandTile tile_304 = { + 0x062102, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1225, 0x04e6}, + {1020, -59, -1113, 0x0000}, + {1020, -59, -1214, 0x04fa} + } +}; + +StandTile tile_305 = { + 0x062101, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1225, 0x053a}, + {974, -59, -1134, 0x04d2}, + {1020, -59, -1113, 0x04e2} + } +}; + +StandTile tile_306 = { + 0x062202, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1134, 0x04ee}, + {1015, -59, -1034, 0x0000}, + {1015, -59, -1113, 0x04d2} + } +}; + +StandTile tile_307 = { + 0x062201, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1134, 0x0532}, + {974, -59, -1043, 0x04f2}, + {1015, -59, -1034, 0x04ea} + } +}; + +StandTile tile_308 = { + 0x062302, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -952, 0x04f6}, + {1015, -59, -1034, 0x04ee}, + {974, -59, -1043, 0x052a} + } +}; + +StandTile tile_309 = { + 0x062301, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -952, 0x0164}, + {1015, -59, -952, 0x0000}, + {1015, -59, -1034, 0x04f2} + } +}; + +StandTile tile_310 = { + 0x086c00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1020, -59, -1214, 0x04a2}, + {1020, -59, -1232, 0x04da}, + {974, -59, -1225, 0x04e2} + } +}; + +StandTile tile_311 = { + 0x086e00, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {644, -59, -1125, 0x0516}, + {692, -59, -1134, 0x051a}, + {644, -59, -1143, 0x04ba} + } +}; + +StandTile tile_312 = { + 0x086b00, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {649, -59, -1243, 0x0000}, + {644, -59, -1243, 0x051e}, + {692, -59, -1225, 0x0522} + } +}; + +StandTile tile_313 = { + 0x060700, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1043, 0x0512}, + {644, -59, -1025, 0x0000}, + {649, -59, -1025, 0x050e} + } +}; + +StandTile tile_314 = { + 0x062502, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1043, 0x050e}, + {649, -59, -945, 0x0172}, + {692, -59, -952, 0x052e} + } +}; + +StandTile tile_315 = { + 0x062501, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1043, 0x0506}, + {649, -59, -1025, 0x0000}, + {649, -59, -945, 0x050a} + } +}; + +StandTile tile_316 = { + 0x062602, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1134, 0x0516}, + {644, -59, -1025, 0x0506}, + {692, -59, -1043, 0x0536} + } +}; + +StandTile tile_317 = { + 0x062601, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1134, 0x04fe}, + {644, -59, -1125, 0x0000}, + {644, -59, -1025, 0x0512} + } +}; + +StandTile tile_318 = { + 0x062702, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1225, 0x051e}, + {644, -59, -1143, 0x04fe}, + {692, -59, -1134, 0x053e} + } +}; + +StandTile tile_319 = { + 0x062701, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1225, 0x0502}, + {644, -59, -1243, 0x0000}, + {644, -59, -1143, 0x051a} + } +}; + +StandTile tile_320 = { + 0x062802, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1316, 0x0526}, + {649, -59, -1243, 0x0502}, + {692, -59, -1225, 0x0546} + } +}; + +StandTile tile_321 = { + 0x062801, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1316, 0x0552}, + {649, -59, -1334, 0x0000}, + {649, -59, -1243, 0x0522} + } +}; + +StandTile tile_322 = { + 0x065602, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1043, 0x052e}, + {692, -59, -952, 0x0168}, + {974, -59, -952, 0x04f2} + } +}; + +StandTile tile_323 = { + 0x065601, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1043, 0x0532}, + {692, -59, -1043, 0x050a}, + {692, -59, -952, 0x052a} + } +}; + +StandTile tile_324 = { + 0x065702, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1134, 0x0536}, + {692, -59, -1043, 0x052e}, + {974, -59, -1043, 0x04ee} + } +}; + +StandTile tile_325 = { + 0x065701, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1134, 0x053a}, + {692, -59, -1134, 0x0512}, + {692, -59, -1043, 0x0532} + } +}; + +StandTile tile_326 = { + 0x065802, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1225, 0x053e}, + {692, -59, -1134, 0x0536}, + {974, -59, -1134, 0x04e6} + } +}; + +StandTile tile_327 = { + 0x065801, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1225, 0x0542}, + {692, -59, -1225, 0x051a}, + {692, -59, -1134, 0x053a} + } +}; + +StandTile tile_328 = { + 0x065902, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1316, 0x0546}, + {692, -59, -1225, 0x053e}, + {974, -59, -1225, 0x04da} + } +}; + +StandTile tile_329 = { + 0x065901, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1316, 0x05c4}, + {692, -59, -1316, 0x0522}, + {692, -59, -1225, 0x0542} + } +}; + +StandTile tile_330 = { + 0x0e8802, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {624, -59, -1362, 0x054e}, + {622, -59, -1349, 0x0000}, + {624, -59, -1348, 0x055a} + } +}; + +StandTile tile_331 = { + 0x0e8801, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {624, -59, -1362, 0x0000}, + {622, -59, -1360, 0x0000}, + {622, -59, -1349, 0x054a} + } +}; + +StandTile tile_332 = { + 0x0e8702, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1316, 0x0556}, + {649, -59, -1356, 0x055f}, + {649, -59, -1334, 0x0526} + } +}; + +StandTile tile_333 = { + 0x0e8701, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1316, 0x05c8}, + {692, -59, -1356, 0x0580}, + {649, -59, -1356, 0x0552} + } +}; + +StandTile tile_334 = { + 0x0e8402, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {624, -59, -1348, 0x055f}, + {649, -59, -1375, 0x0000}, + {624, -59, -1375, 0x0000}, + {624, -59, -1362, 0x054a} + } +}; + +StandTile tile_335 = { + 0x0e8401, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {624, -59, -1348, 0x057c}, + {649, -59, -1334, 0x0552}, + {649, -59, -1356, 0x0584}, + {649, -59, -1375, 0x055a} + } +}; + +StandTile tile_336 = { + 0x087b00, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {619, -59, -1589, 0x0000}, + {619, -59, -1491, 0x0000}, + {633, -59, -1491, 0x0578} + } +}; + +StandTile tile_337 = { + 0x087600, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {633, -59, -1491, 0x0000}, + {644, -59, -1480, 0x056c}, + {648, -59, -1498, 0x0578} + } +}; + +StandTile tile_338 = { + 0x087700, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1498, 0x0594}, + {648, -59, -1498, 0x0568}, + {644, -59, -1480, 0x0574} + } +}; + +StandTile tile_339 = { + 0x087800, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {644, -59, -1480, 0x0000}, + {644, -59, -1466, 0x0000}, + {649, -59, -1466, 0x0574} + } +}; + +StandTile tile_340 = { + 0x087900, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1498, 0x056c}, + {644, -59, -1480, 0x0570}, + {649, -59, -1466, 0x058c} + } +}; + +StandTile tile_341 = { + 0x087a00, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {619, -59, -1589, 0x0564}, + {633, -59, -1491, 0x0568}, + {648, -59, -1498, 0x0594} + } +}; + +StandTile tile_342 = { + 0x087100, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {624, -59, -1348, 0x0000}, + {624, -59, -1334, 0x0000}, + {649, -59, -1334, 0x055f} + } +}; + +StandTile tile_343 = { + 0x062902, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1407, 0x0584}, + {649, -59, -1356, 0x0556}, + {692, -59, -1356, 0x05c8} + } +}; + +StandTile tile_344 = { + 0x062901, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1407, 0x0588}, + {649, -59, -1375, 0x055f}, + {649, -59, -1356, 0x0580} + } +}; + +StandTile tile_345 = { + 0x062a00, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {649, -59, -1421, 0x0000}, + {649, -59, -1375, 0x0584}, + {692, -59, -1407, 0x0590} + } +}; + +StandTile tile_346 = { + 0x062b02, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {649, -59, -1421, 0x0590}, + {692, -59, -1498, 0x0574}, + {649, -59, -1466, 0x0000} + } +}; + +StandTile tile_347 = { + 0x062b01, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {649, -59, -1421, 0x0588}, + {692, -59, -1407, 0x05c0}, + {692, -59, -1498, 0x058c} + } +}; + +StandTile tile_348 = { + 0x062c02, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1498, 0x0598}, + {619, -59, -1589, 0x0578}, + {648, -59, -1498, 0x056c} + } +}; + +StandTile tile_349 = { + 0x062c01, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1498, 0x05b8}, + {692, -59, -1589, 0x0621}, + {619, -59, -1589, 0x0594} + } +}; + +StandTile tile_350 = { + 0x061d02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1015, -59, -1502, 0x05a0}, + {974, -59, -1589, 0x05b4}, + {974, -59, -1498, 0x05a4} + } +}; + +StandTile tile_351 = { + 0x061d01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1015, -59, -1502, 0x0000}, + {1015, -59, -1589, 0x060d}, + {974, -59, -1589, 0x059c} + } +}; + +StandTile tile_352 = { + 0x061e02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1407, 0x05a8}, + {1015, -59, -1502, 0x059c}, + {974, -59, -1498, 0x05bc} + } +}; + +StandTile tile_353 = { + 0x061e01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1407, 0x05ac}, + {1015, -59, -1408, 0x0000}, + {1015, -59, -1502, 0x05a4} + } +}; + +StandTile tile_354 = { + 0x061f02, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1407, 0x05b0}, + {1015, -59, -1332, 0x0000}, + {1015, -59, -1408, 0x05a8} + } +}; + +StandTile tile_355 = { + 0x061f01, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1407, 0x05c4}, + {974, -59, -1316, 0x04d6}, + {1015, -59, -1332, 0x05ac} + } +}; + +StandTile tile_356 = { + 0x065c02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1589, 0x05b8}, + {692, -59, -1498, 0x05c0}, + {974, -59, -1498, 0x059c} + } +}; + +StandTile tile_357 = { + 0x065c01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1589, 0x0641}, + {692, -59, -1589, 0x0598}, + {692, -59, -1498, 0x05b4} + } +}; + +StandTile tile_358 = { + 0x065b02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1498, 0x05c0}, + {692, -59, -1407, 0x05c8}, + {974, -59, -1407, 0x05a4} + } +}; + +StandTile tile_359 = { + 0x065b01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1498, 0x05b4}, + {692, -59, -1498, 0x0590}, + {692, -59, -1407, 0x05bc} + } +}; + +StandTile tile_360 = { + 0x065a02, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1407, 0x05c8}, + {692, -59, -1316, 0x0546}, + {974, -59, -1316, 0x05b0} + } +}; + +StandTile tile_361 = { + 0x065a01, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {974, -59, -1407, 0x05bc}, + {692, -59, -1407, 0x0580}, + {692, -59, -1356, 0x0556}, + {692, -59, -1316, 0x05c4} + } +}; + +StandTile tile_362 = { + 0x0f2700, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1047, -59, -1749, 0x05dd}, + {1029, -59, -1762, 0x0000}, + {993, -59, -1762, 0x05d1} + } +}; + +StandTile tile_363 = { + 0x0f2600, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1047, -59, -1686, 0x0000}, + {1047, -59, -1749, 0x05cd}, + {993, -59, -1762, 0x0605} + } +}; + +StandTile tile_364 = { + 0x0f2800, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1047, -59, -1792, 0x0000}, + {1047, -59, -1835, 0x05ed}, + {1029, -59, -1799, 0x05d9} + } +}; + +StandTile tile_365 = { + 0x0f2502, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1029, -59, -1762, 0x05dd}, + {1047, -59, -1792, 0x05d5}, + {1029, -59, -1799, 0x0000} + } +}; + +StandTile tile_366 = { + 0x0f2501, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1029, -59, -1762, 0x05cd}, + {1047, -59, -1749, 0x0000}, + {1047, -59, -1792, 0x05d9} + } +}; + +StandTile tile_367 = { + 0x061300, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1041, -60, -1885, 0x05f9}, + {993, -59, -1799, 0x05ed}, + {1047, -59, -1835, 0x0611} + } +}; + +StandTile tile_368 = { + 0x060c00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1015, -59, -1589, 0x0000}, + {1047, -59, -1589, 0x0000}, + {1047, -59, -1686, 0x060d} + } +}; + +StandTile tile_369 = { + 0x061100, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1771, 0x0601}, + {993, -59, -1762, 0x0000}, + {993, -59, -1799, 0x05f9} + } +}; + +StandTile tile_370 = { + 0x061200, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {993, -59, -1799, 0x0000}, + {1029, -59, -1799, 0x05d5}, + {1047, -59, -1835, 0x05e1} + } +}; + +StandTile tile_371 = { + 0x061902, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1044, -60, -1977, 0x05f5}, + {974, -59, -1862, 0x05fd}, + {1041, -60, -1885, 0x0000} + } +}; + +StandTile tile_372 = { + 0x061901, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1044, -60, -1977, 0x0679}, + {974, -59, -1954, 0x0659}, + {974, -59, -1862, 0x05f1} + } +}; + +StandTile tile_373 = { + 0x061a02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1041, -60, -1885, 0x05fd}, + {974, -59, -1771, 0x05e9}, + {993, -59, -1799, 0x05e1} + } +}; + +StandTile tile_374 = { + 0x061a01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1041, -60, -1885, 0x05f1}, + {974, -59, -1862, 0x0651}, + {974, -59, -1771, 0x05f9} + } +}; + +StandTile tile_375 = { + 0x061b02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1680, 0x0605}, + {993, -59, -1762, 0x05e9}, + {974, -59, -1771, 0x0649} + } +}; + +StandTile tile_376 = { + 0x061b01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1680, 0x0609}, + {1047, -59, -1686, 0x05d1}, + {993, -59, -1762, 0x0601} + } +}; + +StandTile tile_377 = { + 0x061c02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1589, 0x060d}, + {1047, -59, -1686, 0x0605}, + {974, -59, -1680, 0x0641} + } +}; + +StandTile tile_378 = { + 0x061c01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1589, 0x05a0}, + {1015, -59, -1589, 0x05e5}, + {1047, -59, -1686, 0x0609} + } +}; + +StandTile tile_379 = { + 0x086700, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1041, -60, -1885, 0x05e1}, + {1047, -59, -1835, 0x0000}, + {1056, -59, -1835, 0x0000} + } +}; + +StandTile tile_380 = { + 0x08a802, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1029, -19, -1762, 0x0619}, + {993, -19, -1799, 0x0000}, + {993, -19, -1762, 0x0000} + } +}; + +StandTile tile_381 = { + 0x08a801, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1029, -19, -1762, 0x0000}, + {1029, -19, -1799, 0x0000}, + {993, -19, -1799, 0x0615} + } +}; + +StandTile tile_382 = { + 0x0e8200, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1589, 0x0645}, + {692, -59, -1680, 0x0629}, + {619, -59, -1676, 0x0621} + } +}; + +StandTile tile_383 = { + 0x062d00, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {619, -59, -1589, 0x0598}, + {692, -59, -1589, 0x061d}, + {619, -59, -1676, 0x0000} + } +}; + +StandTile tile_384 = { + 0x062e02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {619, -59, -1676, 0x0629}, + {692, -59, -1771, 0x0631}, + {619, -59, -1774, 0x063d} + } +}; + +StandTile tile_385 = { + 0x062e01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {619, -59, -1676, 0x061d}, + {692, -59, -1680, 0x064d}, + {692, -59, -1771, 0x0625} + } +}; + +StandTile tile_386 = { + 0x062f00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {619, -59, -1774, 0x0631}, + {692, -59, -1862, 0x0635}, + {634, -45, -1869, 0x0000} + } +}; + +StandTile tile_387 = { + 0x0d3d00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {619, -59, -1774, 0x0625}, + {692, -59, -1771, 0x0655}, + {692, -59, -1862, 0x062d} + } +}; + +StandTile tile_388 = { + 0x063000, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {634, -45, -1869, 0x062d}, + {692, -59, -1862, 0x0639}, + {636, -59, -1952, 0x0000} + } +}; + +StandTile tile_389 = { + 0x0d3c00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -1862, 0x065d}, + {692, -59, -1954, 0x0685}, + {636, -59, -1952, 0x0635} + } +}; + +StandTile tile_390 = { + 0x0d3500, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {619, -59, -1774, 0x0000}, + {610, -59, -1676, 0x0000}, + {619, -59, -1676, 0x0625} + } +}; + +StandTile tile_391 = { + 0x065d02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1680, 0x0645}, + {692, -59, -1589, 0x05b8}, + {974, -59, -1589, 0x0609} + } +}; + +StandTile tile_392 = { + 0x065d01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1680, 0x0649}, + {692, -59, -1680, 0x061d}, + {692, -59, -1589, 0x0641} + } +}; + +StandTile tile_393 = { + 0x065e02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1771, 0x064d}, + {692, -59, -1680, 0x0645}, + {974, -59, -1680, 0x0601} + } +}; + +StandTile tile_394 = { + 0x065e01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1771, 0x0651}, + {692, -59, -1771, 0x0629}, + {692, -59, -1680, 0x0649} + } +}; + +StandTile tile_395 = { + 0x065f02, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1862, 0x0655}, + {692, -59, -1771, 0x064d}, + {974, -59, -1771, 0x05fd} + } +}; + +StandTile tile_396 = { + 0x065f01, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1862, 0x0659}, + {692, -59, -1862, 0x0631}, + {692, -59, -1771, 0x0651} + } +}; + +StandTile tile_397 = { + 0x066002, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1954, 0x065d}, + {692, -59, -1862, 0x0655}, + {974, -59, -1862, 0x05f5} + } +}; + +StandTile tile_398 = { + 0x066001, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -1954, 0x06a1}, + {692, -59, -1954, 0x0639}, + {692, -59, -1862, 0x0659} + } +}; + +StandTile tile_399 = { + 0x061502, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -2318, 0x0665}, + {1021, -55, -2227, 0x0000}, + {1009, -49, -2279, 0x0000} + } +}; + +StandTile tile_400 = { + 0x061501, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -2318, 0x06b9}, + {974, -59, -2227, 0x066d}, + {1021, -55, -2227, 0x0661} + } +}; + +StandTile tile_401 = { + 0x061602, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1021, -55, -2227, 0x066d}, + {974, -59, -2136, 0x0675}, + {1021, -59, -2136, 0x0000} + } +}; + +StandTile tile_402 = { + 0x061601, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1021, -55, -2227, 0x0665}, + {974, -59, -2227, 0x06b1}, + {974, -59, -2136, 0x0669} + } +}; + +StandTile tile_403 = { + 0x061702, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1021, -59, -2136, 0x0675}, + {974, -59, -2045, 0x067d}, + {1021, -59, -2045, 0x0000} + } +}; + +StandTile tile_404 = { + 0x061701, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1021, -59, -2136, 0x0669}, + {974, -59, -2136, 0x06a9}, + {974, -59, -2045, 0x0671} + } +}; + +StandTile tile_405 = { + 0x061802, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1021, -59, -2045, 0x067d}, + {974, -59, -1954, 0x05f5}, + {1044, -60, -1977, 0x0000} + } +}; + +StandTile tile_406 = { + 0x061801, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1021, -59, -2045, 0x0671}, + {974, -59, -2045, 0x06a1}, + {974, -59, -1954, 0x0679} + } +}; + +StandTile tile_407 = { + 0x063100, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {636, -59, -1952, 0x0685}, + {692, -59, -2045, 0x0689}, + {631, -39, -2047, 0x0000} + } +}; + +StandTile tile_408 = { + 0x0d3e00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {636, -59, -1952, 0x0639}, + {692, -59, -1954, 0x06a5}, + {692, -59, -2045, 0x0681} + } +}; + +StandTile tile_409 = { + 0x063202, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -2045, 0x068d}, + {631, -39, -2137, 0x0000}, + {631, -39, -2047, 0x0681} + } +}; + +StandTile tile_410 = { + 0x063201, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -2045, 0x06ad}, + {692, -59, -2136, 0x0691}, + {631, -39, -2137, 0x0689} + } +}; + +StandTile tile_411 = { + 0x063300, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {631, -39, -2137, 0x068d}, + {692, -59, -2136, 0x0695}, + {638, -59, -2226, 0x0000} + } +}; + +StandTile tile_412 = { + 0x0d3f00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {692, -59, -2136, 0x06b5}, + {692, -59, -2227, 0x069d}, + {638, -59, -2226, 0x0691} + } +}; + +StandTile tile_413 = { + 0x063402, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {638, -59, -2226, 0x069d}, + {692, -59, -2318, 0x0000}, + {643, -59, -2309, 0x0000} + } +}; + +StandTile tile_414 = { + 0x063401, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {638, -59, -2226, 0x0695}, + {692, -59, -2227, 0x06bd}, + {692, -59, -2318, 0x0699} + } +}; + +StandTile tile_415 = { + 0x066102, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -2045, 0x06a5}, + {692, -59, -1954, 0x065d}, + {974, -59, -1954, 0x067d} + } +}; + +StandTile tile_416 = { + 0x066101, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -2045, 0x06a9}, + {692, -59, -2045, 0x0685}, + {692, -59, -1954, 0x06a1} + } +}; + +StandTile tile_417 = { + 0x066202, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -2136, 0x06ad}, + {692, -59, -2045, 0x06a5}, + {974, -59, -2045, 0x0675} + } +}; + +StandTile tile_418 = { + 0x066201, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -2136, 0x06b1}, + {692, -59, -2136, 0x068d}, + {692, -59, -2045, 0x06a9} + } +}; + +StandTile tile_419 = { + 0x066302, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -2227, 0x06b5}, + {692, -59, -2136, 0x06ad}, + {974, -59, -2136, 0x066d} + } +}; + +StandTile tile_420 = { + 0x066301, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -2227, 0x06b9}, + {692, -59, -2227, 0x0695}, + {692, -59, -2136, 0x06b1} + } +}; + +StandTile tile_421 = { + 0x066402, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -2318, 0x06bd}, + {692, -59, -2227, 0x06b5}, + {974, -59, -2227, 0x0665} + } +}; + +StandTile tile_422 = { + 0x066401, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -2318, 0x06c1}, + {692, -59, -2318, 0x069d}, + {692, -59, -2227, 0x06b9} + } +}; + +StandTile tile_423 = { + 0x066502, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -2409, 0x06c5}, + {692, -59, -2318, 0x06bd}, + {974, -59, -2318, 0x0000} + } +}; + +StandTile tile_424 = { + 0x066501, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {974, -59, -2409, 0x0000}, + {692, -59, -2409, 0x0000}, + {692, -59, -2318, 0x06c1} + } +}; + +StandTile tile_425 = { + 0x0ef900, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {665, -41, -446, 0x0000}, + {701, -41, -446, 0x06da}, + {665, -41, -472, 0x0000} + } +}; + +StandTile tile_426 = { + 0x0ef800, 0x04, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {701, -41, -446, 0x0000}, + {738, -41, -446, 0x0000}, + {738, -41, -454, 0x06d6} + } +}; + +StandTile tile_427 = { + 0x0ef702, 0x04, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {701, -41, -446, 0x06d6}, + {729, -41, -472, 0x0737}, + {719, -41, -472, 0x072f}, + {710, -41, -472, 0x06da} + } +}; + +StandTile tile_428 = { + 0x0ef701, 0x04, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {701, -41, -446, 0x06cd}, + {738, -41, -454, 0x06de}, + {729, -41, -472, 0x06d1} + } +}; + +StandTile tile_429 = { + 0x0ef600, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {701, -41, -446, 0x06d1}, + {710, -41, -472, 0x0000}, + {665, -41, -472, 0x06c9} + } +}; + +StandTile tile_430 = { + 0x0ef500, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {738, -41, -454, 0x0000}, + {738, -41, -472, 0x0000}, + {729, -41, -472, 0x06d6} + } +}; + +StandTile tile_431 = { + 0x0e6802, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {589, -32, -521, 0x06e6}, + {581, -33, -524, 0x0000}, + {579, -32, -521, 0x06ea} + } +}; + +StandTile tile_432 = { + 0x0e6801, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {589, -32, -521, 0x0000}, + {587, -33, -524, 0x0044}, + {581, -33, -524, 0x06e2} + } +}; + +StandTile tile_433 = { + 0x0e6202, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {579, -32, -521, 0x06ee}, + {589, -32, -505, 0x0000}, + {589, -32, -521, 0x06e2} + } +}; + +StandTile tile_434 = { + 0x0e6201, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {579, -32, -521, 0x0000}, + {579, -32, -505, 0x06fe}, + {589, -32, -505, 0x06ea} + } +}; + +StandTile tile_435 = { + 0x0e6b02, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {594, -41, -476, 0x06f6}, + {590, -31, -502, 0x06fa}, + {589, -32, -478, 0x0000} + } +}; + +StandTile tile_436 = { + 0x0e6b01, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {594, -41, -476, 0x072a}, + {594, -41, -503, 0x0000}, + {590, -31, -502, 0x06f2} + } +}; + +StandTile tile_437 = { + 0x0e6a01, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {589, -32, -478, 0x06f2}, + {590, -31, -502, 0x0000}, + {589, -32, -505, 0x06fe} + } +}; + +StandTile tile_438 = { + 0x0e6302, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {579, -32, -505, 0x0702}, + {589, -32, -478, 0x06fa}, + {589, -32, -505, 0x06ee} + } +}; + +StandTile tile_439 = { + 0x0e6301, 0x02, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {579, -32, -505, 0x0000}, + {579, -32, -478, 0x0000}, + {589, -32, -478, 0x06fe} + } +}; + +StandTile tile_440 = { + 0x100602, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {671, -41, -523, 0x070a}, + {632, -41, -519, 0x075b}, + {671, -41, -519, 0x0000} + } +}; + +StandTile tile_441 = { + 0x100601, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {671, -41, -523, 0x0120}, + {632, -41, -523, 0x0000}, + {632, -41, -519, 0x0706} + } +}; + +StandTile tile_442 = { + 0x0dd602, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {706, -41, -523, 0x0712}, + {743, -41, -519, 0x0000}, + {742, -41, -523, 0x0120} + } +}; + +StandTile tile_443 = { + 0x0dd601, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {706, -41, -523, 0x0000}, + {705, -41, -519, 0x079b}, + {743, -41, -519, 0x070e} + } +}; + +StandTile tile_444 = { + 0x101500, 0x01, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {820, -41, -497, 0x07df}, + {824, -41, -480, 0x0000}, + {824, -41, -515, 0x07db} + } +}; + +StandTile tile_445 = { + 0x100400, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {610, -41, -515, 0x0000}, + {610, -41, -519, 0x0000}, + {594, -41, -519, 0x071e} + } +}; + +StandTile tile_446 = { + 0x100300, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {606, -41, -497, 0x073f}, + {610, -41, -515, 0x071a}, + {594, -41, -519, 0x072a} + } +}; + +StandTile tile_447 = { + 0x100500, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {610, -41, -480, 0x073b}, + {606, -41, -497, 0x072a}, + {594, -41, -476, 0x0726} + } +}; + +StandTile tile_448 = { + 0x100200, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {610, -41, -476, 0x0000}, + {610, -41, -480, 0x0722}, + {594, -41, -476, 0x0000} + } +}; + +StandTile tile_449 = { + 0x100100, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {606, -41, -497, 0x071e}, + {594, -41, -519, 0x0000}, + {594, -41, -503, 0x06f6}, + {594, -41, -476, 0x0722} + } +}; + +StandTile tile_450 = { + 0x0dc600, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {710, -41, -476, 0x0000}, + {710, -41, -472, 0x06d1}, + {719, -41, -472, 0x0733} + } +}; + +StandTile tile_451 = { + 0x0dc500, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {719, -41, -472, 0x0737}, + {729, -41, -477, 0x0787}, + {710, -41, -476, 0x072f} + } +}; + +StandTile tile_452 = { + 0x0dc400, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {719, -41, -472, 0x06d1}, + {729, -41, -472, 0x0000}, + {729, -41, -477, 0x0733} + } +}; + +StandTile tile_453 = { + 0x01d300, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {610, -41, -480, 0x0000}, + {619, -41, -480, 0x0747}, + {606, -41, -497, 0x0722} + } +}; + +StandTile tile_454 = { + 0x01cf00, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {619, -41, -515, 0x0000}, + {610, -41, -515, 0x071e}, + {606, -41, -497, 0x0743} + } +}; + +StandTile tile_455 = { + 0x01ce00, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {606, -41, -497, 0x0747}, + {651, -41, -497, 0x0753}, + {619, -41, -515, 0x073f} + } +}; + +StandTile tile_456 = { + 0x01cd00, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {606, -41, -497, 0x073b}, + {619, -41, -480, 0x074b}, + {651, -41, -497, 0x0743} + } +}; + +StandTile tile_457 = { + 0x01cc00, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {651, -41, -497, 0x0747}, + {619, -41, -480, 0x0000}, + {619, -41, -476, 0x074f} + } +}; + +StandTile tile_458 = { + 0x01cb00, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {619, -41, -476, 0x0000}, + {683, -41, -476, 0x076f}, + {651, -41, -497, 0x074b} + } +}; + +StandTile tile_459 = { + 0x01ca00, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {619, -41, -519, 0x0000}, + {619, -41, -515, 0x0743}, + {651, -41, -497, 0x0757} + } +}; + +StandTile tile_460 = { + 0x01c900, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {619, -41, -519, 0x0753}, + {651, -41, -497, 0x075b}, + {632, -41, -519, 0x0000} + } +}; + +StandTile tile_461 = { + 0x01c800, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {651, -41, -497, 0x075f}, + {671, -41, -519, 0x0706}, + {632, -41, -519, 0x0757} + } +}; + +StandTile tile_462 = { + 0x01c700, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {683, -41, -519, 0x0000}, + {671, -41, -519, 0x075b}, + {651, -41, -497, 0x0763} + } +}; + +StandTile tile_463 = { + 0x01c600, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {651, -41, -497, 0x0767}, + {683, -41, -515, 0x0000}, + {683, -41, -519, 0x075f} + } +}; + +StandTile tile_464 = { + 0x01c500, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {692, -41, -515, 0x0000}, + {683, -41, -515, 0x0763}, + {651, -41, -497, 0x076b} + } +}; + +StandTile tile_465 = { + 0x01c400, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {651, -41, -497, 0x0777}, + {724, -41, -497, 0x0793}, + {692, -41, -515, 0x0767} + } +}; + +StandTile tile_466 = { + 0x01c300, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {651, -41, -497, 0x074f}, + {683, -41, -476, 0x0000}, + {683, -41, -480, 0x0773} + } +}; + +StandTile tile_467 = { + 0x01c200, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {683, -41, -480, 0x0000}, + {692, -41, -480, 0x0777}, + {651, -41, -497, 0x076f} + } +}; + +StandTile tile_468 = { + 0x01c100, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {692, -41, -480, 0x077b}, + {724, -41, -497, 0x076b}, + {651, -41, -497, 0x0773} + } +}; + +StandTile tile_469 = { + 0x01c000, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {692, -41, -476, 0x077f}, + {724, -41, -497, 0x0777}, + {692, -41, -480, 0x0000} + } +}; + +StandTile tile_470 = { + 0x0dbf00, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {724, -41, -497, 0x077b}, + {692, -41, -476, 0x0000}, + {708, -41, -477, 0x0783} + } +}; + +StandTile tile_471 = { + 0x0dbe00, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {724, -41, -497, 0x077f}, + {708, -41, -477, 0x0000}, + {710, -41, -476, 0x0787} + } +}; + +StandTile tile_472 = { + 0x0dc200, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {724, -41, -497, 0x0783}, + {710, -41, -476, 0x0733}, + {729, -41, -477, 0x078b} + } +}; + +StandTile tile_473 = { + 0x0dbd00, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {724, -41, -497, 0x0787}, + {729, -41, -477, 0x0000}, + {731, -41, -477, 0x078f} + } +}; + +StandTile tile_474 = { + 0x0dc100, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {756, -41, -476, 0x07a7}, + {724, -41, -497, 0x078b}, + {731, -41, -477, 0x0000} + } +}; + +StandTile tile_475 = { + 0x01be00, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {724, -41, -497, 0x0797}, + {692, -41, -519, 0x0000}, + {692, -41, -515, 0x076b} + } +}; + +StandTile tile_476 = { + 0x01bd00, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {705, -41, -519, 0x0000}, + {692, -41, -519, 0x0793}, + {724, -41, -497, 0x079b} + } +}; + +StandTile tile_477 = { + 0x01bc00, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {743, -41, -519, 0x0712}, + {705, -41, -519, 0x0797}, + {724, -41, -497, 0x079f} + } +}; + +StandTile tile_478 = { + 0x01bb00, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {724, -41, -497, 0x07a3}, + {756, -41, -519, 0x0000}, + {743, -41, -519, 0x079b} + } +}; + +StandTile tile_479 = { + 0x01ba00, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {756, -41, -515, 0x0000}, + {756, -41, -519, 0x079f}, + {724, -41, -497, 0x07b3} + } +}; + +StandTile tile_480 = { + 0x01b900, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {756, -41, -480, 0x07ab}, + {724, -41, -497, 0x078f}, + {756, -41, -476, 0x0000} + } +}; + +StandTile tile_481 = { + 0x01b800, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {756, -41, -480, 0x0000}, + {765, -41, -480, 0x07af}, + {724, -41, -497, 0x07a7} + } +}; + +StandTile tile_482 = { + 0x01b700, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {765, -41, -480, 0x07cb}, + {792, -41, -497, 0x07b7}, + {724, -41, -497, 0x07ab} + } +}; + +StandTile tile_483 = { + 0x01b600, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {724, -41, -497, 0x07b7}, + {765, -41, -515, 0x0000}, + {756, -41, -515, 0x07a3} + } +}; + +StandTile tile_484 = { + 0x01b500, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {724, -41, -497, 0x07af}, + {792, -41, -497, 0x07bb}, + {765, -41, -515, 0x07b3} + } +}; + +StandTile tile_485 = { + 0x01b400, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {765, -41, -515, 0x07b7}, + {792, -41, -497, 0x07bf}, + {765, -41, -519, 0x0000} + } +}; + +StandTile tile_486 = { + 0x01b300, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {792, -41, -497, 0x07c3}, + {820, -41, -519, 0x0000}, + {765, -41, -519, 0x07bb} + } +}; + +StandTile tile_487 = { + 0x01b200, 0x01, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {820, -41, -515, 0x0000}, + {820, -41, -519, 0x07bf}, + {792, -41, -497, 0x07c7} + } +}; + +StandTile tile_488 = { + 0x01b100, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {792, -41, -497, 0x07d7}, + {820, -41, -497, 0x07db}, + {820, -41, -515, 0x07c3} + } +}; + +StandTile tile_489 = { + 0x01b000, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {792, -41, -497, 0x07af}, + {765, -41, -480, 0x0000}, + {765, -41, -476, 0x07cf} + } +}; + +StandTile tile_490 = { + 0x01af00, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {765, -41, -476, 0x0000}, + {820, -41, -476, 0x07d3}, + {792, -41, -497, 0x07cb} + } +}; + +StandTile tile_491 = { + 0x01ae00, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {792, -41, -497, 0x07cf}, + {820, -41, -476, 0x0000}, + {820, -41, -480, 0x07d7} + } +}; + +StandTile tile_492 = { + 0x01ad00, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {792, -41, -497, 0x07d3}, + {820, -41, -480, 0x07df}, + {820, -41, -497, 0x07c7} + } +}; + +StandTile tile_493 = { + 0x01ac00, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {820, -41, -515, 0x07c7}, + {820, -41, -497, 0x0716}, + {824, -41, -515, 0x0000} + } +}; + +StandTile tile_494 = { + 0x01aa00, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {820, -41, -497, 0x07d7}, + {820, -41, -480, 0x0000}, + {824, -41, -480, 0x0716} + } +}; + +StandTile tile_495 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_sev_all_p_stanZ.c b/assets/obseg/stan/Tbg_sev_all_p_stanZ.c new file mode 100644 index 0000000..0cce0b6 --- /dev/null +++ b/assets/obseg/stan/Tbg_sev_all_p_stanZ.c @@ -0,0 +1,14041 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:15 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_sev_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x1de322, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-116, 289, -1451, 0x0014}, + {-62, 336, -1354, 0x0000}, + {-100, 289, -1451, 0x0000} + } +}; + +StandTile tile_1 = { + 0x1de321, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-116, 289, -1451, 0x004e}, + {-77, 336, -1354, 0x0018}, + {-62, 336, -1354, 0x0010} + } +}; + +StandTile tile_2 = { + 0x1de022, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-77, 336, -1354, 0x001e}, + {77, 336, -1242, 0x0046}, + {77, 336, -1354, 0x0036}, + {62, 336, -1354, 0x0022}, + {-62, 336, -1354, 0x0014} + } +}; + +StandTile tile_3 = { + 0x1de021, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-77, 336, -1354, 0x004e}, + {-77, 336, -1242, 0x003a}, + {77, 336, -1242, 0x0018} + } +}; + +StandTile tile_4 = { + 0x1ddf22, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {69, 305, -1373, 0x0026}, + {-62, 336, -1354, 0x0018}, + {62, 336, -1354, 0x0000} + } +}; + +StandTile tile_5 = { + 0x1ddf21, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {69, 305, -1373, 0x0000}, + {-69, 305, -1373, 0x0000}, + {-62, 336, -1354, 0x0022} + } +}; + +StandTile tile_6 = { + 0x1dde22, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-116, 289, -1146, 0x002e}, + {116, 243, -1049, 0x0052}, + {116, 289, -1146, 0x003e} + } +}; + +StandTile tile_7 = { + 0x1dde21, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-116, 289, -1146, 0x005e}, + {-116, 243, -1049, 0x0102}, + {116, 243, -1049, 0x002a} + } +}; + +StandTile tile_8 = { + 0x1ddc22, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {100, 289, -1451, 0x0036}, + {77, 336, -1354, 0x0046}, + {116, 289, -1451, 0x0000} + } +}; + +StandTile tile_9 = { + 0x1ddc21, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {100, 289, -1451, 0x0000}, + {62, 336, -1354, 0x0018}, + {77, 336, -1354, 0x0032} + } +}; + +StandTile tile_10 = { + 0x1ddb22, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-77, 336, -1242, 0x003e}, + {116, 289, -1146, 0x0042}, + {77, 336, -1242, 0x001e} + } +}; + +StandTile tile_11 = { + 0x1ddb21, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-77, 336, -1242, 0x004a}, + {-116, 289, -1146, 0x002a}, + {116, 289, -1146, 0x003a} + } +}; + +StandTile tile_12 = { + 0x1dda22, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, 289, -1451, 0x0046}, + {77, 336, -1242, 0x003a}, + {116, 289, -1146, 0x0056} + } +}; + +StandTile tile_13 = { + 0x1dda21, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, 289, -1451, 0x0032}, + {77, 336, -1354, 0x0018}, + {77, 336, -1242, 0x0042} + } +}; + +StandTile tile_14 = { + 0x1dd922, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-77, 336, -1242, 0x004e}, + {-116, 289, -1451, 0x005e}, + {-116, 289, -1146, 0x003e} + } +}; + +StandTile tile_15 = { + 0x1dd921, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-77, 336, -1242, 0x001e}, + {-77, 336, -1354, 0x0014}, + {-116, 289, -1451, 0x004a} + } +}; + +StandTile tile_16 = { + 0x1dd822, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {116, 243, -1451, 0x0056}, + {116, 289, -1146, 0x002a}, + {116, 243, -1049, 0x00ee} + } +}; + +StandTile tile_17 = { + 0x1dd821, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {116, 243, -1451, 0x0000}, + {116, 289, -1451, 0x0042}, + {116, 289, -1146, 0x0052} + } +}; + +StandTile tile_18 = { + 0x1dd722, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-116, 243, -1049, 0x005e}, + {-116, 289, -1451, 0x0000}, + {-116, 243, -1451, 0x00e6} + } +}; + +StandTile tile_19 = { + 0x1dd721, 0x1e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-116, 243, -1049, 0x002e}, + {-116, 289, -1146, 0x004a}, + {-116, 289, -1451, 0x005a} + } +}; + +StandTile tile_20 = { + 0x26cb22, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-35, 197, -1354, 0x0066}, + {19, 197, -1335, 0x0000}, + {35, 197, -1354, 0x006e} + } +}; + +StandTile tile_21 = { + 0x26cb21, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-35, 197, -1354, 0x0000}, + {-19, 197, -1335, 0x0fd9}, + {19, 197, -1335, 0x0062} + } +}; + +StandTile tile_22 = { + 0x1dd222, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-50, 197, -1393, 0x006e}, + {35, 197, -1354, 0x0000}, + {50, 197, -1393, 0x00aa} + } +}; + +StandTile tile_23 = { + 0x1dd221, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-50, 197, -1393, 0x0000}, + {-35, 197, -1354, 0x0062}, + {35, 197, -1354, 0x006a} + } +}; + +StandTile tile_24 = { + 0x1dc922, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {73, 231, -1451, 0x0076}, + {-73, 243, -1451, 0x0000}, + {-73, 231, -1451, 0x00b2} + } +}; + +StandTile tile_25 = { + 0x1dc921, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {73, 231, -1451, 0x0000}, + {73, 243, -1451, 0x02b2}, + {-73, 243, -1451, 0x0072} + } +}; + +StandTile tile_26 = { + 0x1dc822, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {73, 243, -1451, 0x007e}, + {62, 243, -1354, 0x0000}, + {100, 243, -1451, 0x00fa} + } +}; + +StandTile tile_27 = { + 0x1dc821, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {73, 243, -1451, 0x0000}, + {35, 243, -1354, 0x0000}, + {62, 243, -1354, 0x007a} + } +}; + +StandTile tile_28 = { + 0x1dc722, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-100, 243, -1451, 0x0086}, + {-35, 243, -1354, 0x0000}, + {-73, 243, -1451, 0x00d6} + } +}; + +StandTile tile_29 = { + 0x1dc721, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-100, 243, -1451, 0x0000}, + {-62, 243, -1354, 0x0000}, + {-35, 243, -1354, 0x0082} + } +}; + +StandTile tile_30 = { + 0x1dc422, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {66, 220, -1431, 0x008e}, + {-66, 231, -1431, 0x0000}, + {-66, 220, -1431, 0x009a} + } +}; + +StandTile tile_31 = { + 0x1dc421, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {66, 220, -1431, 0x0000}, + {66, 231, -1431, 0x00b6}, + {-66, 231, -1431, 0x008a} + } +}; + +StandTile tile_32 = { + 0x1dc322, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-58, 208, -1412, 0x0096}, + {50, 208, -1393, 0x0000}, + {58, 208, -1412, 0x00a2} + } +}; + +StandTile tile_33 = { + 0x1dc321, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-58, 208, -1412, 0x0000}, + {-50, 208, -1393, 0x00ae}, + {50, 208, -1393, 0x0092} + } +}; + +StandTile tile_34 = { + 0x1dc222, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, 220, -1431, 0x009e}, + {58, 220, -1412, 0x0000}, + {66, 220, -1431, 0x008a} + } +}; + +StandTile tile_35 = { + 0x1dc221, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, 220, -1431, 0x0000}, + {-58, 220, -1412, 0x00a6}, + {58, 220, -1412, 0x009a} + } +}; + +StandTile tile_36 = { + 0x1dc122, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {58, 208, -1412, 0x00a6}, + {-58, 220, -1412, 0x0000}, + {-58, 208, -1412, 0x0092} + } +}; + +StandTile tile_37 = { + 0x1dc121, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {58, 208, -1412, 0x0000}, + {58, 220, -1412, 0x009e}, + {-58, 220, -1412, 0x00a2} + } +}; + +StandTile tile_38 = { + 0x1dc022, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {50, 197, -1393, 0x00ae}, + {-50, 208, -1393, 0x0000}, + {-50, 197, -1393, 0x006a} + } +}; + +StandTile tile_39 = { + 0x1dc021, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {50, 197, -1393, 0x0000}, + {50, 208, -1393, 0x0096}, + {-50, 208, -1393, 0x00aa} + } +}; + +StandTile tile_40 = { + 0x1dbf22, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-73, 231, -1451, 0x00b6}, + {66, 231, -1431, 0x0000}, + {73, 231, -1451, 0x0072} + } +}; + +StandTile tile_41 = { + 0x1dbf21, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-73, 231, -1451, 0x0000}, + {-66, 231, -1431, 0x008e}, + {66, 231, -1431, 0x00b2} + } +}; + +StandTile tile_42 = { + 0x039120, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1590, 432, -1535, 0x0000}, + {-2139, 424, -556, 0x0000}, + {-1559, 432, -675, 0x0216} + } +}; + +StandTile tile_43 = { + 0x03c420, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-154, 424, -934, 0x01ba}, + {235, 424, -965, 0x0102}, + {-116, 243, -1049, 0x00e2} + } +}; + +StandTile tile_44 = { + 0x03c520, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-285, 285, -1636, 0x01a2}, + {-247, 320, -1520, 0x00ca}, + {-154, 224, -1609, 0x016e} + } +}; + +StandTile tile_45 = { + 0x03c620, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-247, 320, -1520, 0x01a6}, + {-235, 397, -1435, 0x00ce}, + {-112, 224, -1566, 0x00ca} + } +}; + +StandTile tile_46 = { + 0x03c720, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-112, 224, -1566, 0x0162}, + {-154, 224, -1609, 0x00c2}, + {-247, 320, -1520, 0x00c6} + } +}; + +StandTile tile_47 = { + 0x03c820, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-235, 397, -1435, 0x00ea}, + {-116, 243, -1451, 0x00d2}, + {-112, 224, -1566, 0x00c6} + } +}; + +StandTile tile_48 = { + 0x03c920, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-116, 243, -1451, 0x0000}, + {-100, 243, -1451, 0x00d6}, + {-112, 224, -1566, 0x00ce} + } +}; + +StandTile tile_49 = { + 0x03ca20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-100, 243, -1451, 0x0082}, + {-73, 243, -1451, 0x00da}, + {-112, 224, -1566, 0x00d2} + } +}; + +StandTile tile_50 = { + 0x03cb20, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-73, 243, -1451, 0x02b2}, + {-96, 197, -1586, 0x0166}, + {-112, 224, -1566, 0x00d6} + } +}; + +StandTile tile_51 = { + 0x03cc20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, 243, -1451, 0x00f6}, + {228, 309, -1397, 0x015e}, + {162, 224, -1497, 0x00f2} + } +}; + +StandTile tile_52 = { + 0x03cd20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-266, 397, -1157, 0x01b6}, + {-154, 424, -934, 0x00be}, + {-116, 243, -1049, 0x00e6} + } +}; + +StandTile tile_53 = { + 0x03ce20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-266, 397, -1157, 0x00e2}, + {-116, 243, -1049, 0x005a}, + {-116, 243, -1451, 0x00ea} + } +}; + +StandTile tile_54 = { + 0x03cf20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-235, 397, -1435, 0x01aa}, + {-266, 397, -1157, 0x00e6}, + {-116, 243, -1451, 0x00ce} + } +}; + +StandTile tile_55 = { + 0x03d020, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {239, 359, -1289, 0x00f6}, + {116, 243, -1451, 0x0052}, + {116, 243, -1049, 0x00fe} + } +}; + +StandTile tile_56 = { + 0x03d120, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {100, 243, -1451, 0x0000}, + {116, 243, -1451, 0x00de}, + {162, 224, -1497, 0x00fa} + } +}; + +StandTile tile_57 = { + 0x03d220, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {228, 309, -1397, 0x00de}, + {116, 243, -1451, 0x00ee}, + {239, 359, -1289, 0x01be} + } +}; + +StandTile tile_58 = { + 0x03d320, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {73, 243, -1451, 0x007a}, + {100, 243, -1451, 0x00f2}, + {162, 224, -1497, 0x0106} + } +}; + +StandTile tile_59 = { + 0x03d420, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {239, 359, -1289, 0x00ee}, + {116, 243, -1049, 0x0102}, + {235, 424, -965, 0x01c2} + } +}; + +StandTile tile_60 = { + 0x03d520, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {235, 424, -965, 0x00fe}, + {116, 243, -1049, 0x002e}, + {-116, 243, -1049, 0x00be} + } +}; + +StandTile tile_61 = { + 0x03d620, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {162, 224, -1497, 0x015a}, + {139, 197, -1539, 0x02b6}, + {73, 243, -1451, 0x00fa} + } +}; + +StandTile tile_62 = { + 0x03d720, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-58, 258, -2963, 0x011e}, + {-35, 197, -2901, 0x0354}, + {382, 197, -2959, 0x0152} + } +}; + +StandTile tile_63 = { + 0x03d820, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {752, 270, -2816, 0x0156}, + {721, 197, -2782, 0x03b4}, + {910, 197, -2488, 0x0136} + } +}; + +StandTile tile_64 = { + 0x03d920, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-320, 258, -2724, 0x01e2}, + {-517, 247, -2261, 0x0122}, + {-278, 197, -2693, 0x0116} + } +}; + +StandTile tile_65 = { + 0x03da20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-320, 258, -2724, 0x0112}, + {-278, 197, -2693, 0x035c}, + {-35, 197, -2901, 0x011e} + } +}; + +StandTile tile_66 = { + 0x03db20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-517, 247, -2261, 0x01e6}, + {-455, 258, -1825, 0x012e}, + {-475, 197, -2253, 0x0122} + } +}; + +StandTile tile_67 = { + 0x03dc20, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-58, 258, -2963, 0x01de}, + {-320, 258, -2724, 0x0116}, + {-35, 197, -2901, 0x010a} + } +}; + +StandTile tile_68 = { + 0x03dd20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-517, 247, -2261, 0x011a}, + {-475, 197, -2253, 0x0364}, + {-278, 197, -2693, 0x0112} + } +}; + +StandTile tile_69 = { + 0x03de20, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {397, 258, -3005, 0x0152}, + {382, 197, -2959, 0x03bc}, + {721, 197, -2782, 0x0156} + } +}; + +StandTile tile_70 = { + 0x03df20, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {976, 270, -2496, 0x0136}, + {910, 197, -2488, 0x03ac}, + {926, 197, -2103, 0x013a} + } +}; + +StandTile tile_71 = { + 0x03e020, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, 197, -1821, 0x036c}, + {-475, 197, -2253, 0x011a}, + {-455, 258, -1825, 0x0176} + } +}; + +StandTile tile_72 = { + 0x03e120, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {235, 424, -965, 0x024a}, + {841, 409, -1370, 0x01c6}, + {556, 332, -1555, 0x01c2} + } +}; + +StandTile tile_73 = { + 0x03e220, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {752, 270, -2816, 0x010e}, + {910, 197, -2488, 0x012a}, + {976, 270, -2496, 0x01d2} + } +}; + +StandTile tile_74 = { + 0x03e320, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {976, 270, -2496, 0x012a}, + {926, 197, -2103, 0x0142}, + {992, 297, -2083, 0x01ce} + } +}; + +StandTile tile_75 = { + 0x03e420, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {556, 332, -1555, 0x014e}, + {532, 197, -1605, 0x0394}, + {139, 197, -1539, 0x015a} + } +}; + +StandTile tile_76 = { + 0x03e520, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {992, 297, -2083, 0x013a}, + {926, 197, -2103, 0x03a4}, + {775, 197, -1798, 0x0146} + } +}; + +StandTile tile_77 = { + 0x03e620, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {992, 297, -2083, 0x0142}, + {775, 197, -1798, 0x014a}, + {802, 332, -1779, 0x01ca} + } +}; + +StandTile tile_78 = { + 0x03e720, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {802, 332, -1779, 0x0146}, + {775, 197, -1798, 0x039c}, + {532, 197, -1605, 0x014e} + } +}; + +StandTile tile_79 = { + 0x03e820, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {802, 332, -1779, 0x014a}, + {532, 197, -1605, 0x013e}, + {556, 332, -1555, 0x01c6} + } +}; + +StandTile tile_80 = { + 0x03e920, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {397, 258, -3005, 0x01da}, + {-58, 258, -2963, 0x010a}, + {382, 197, -2959, 0x0126} + } +}; + +StandTile tile_81 = { + 0x03ea20, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {752, 270, -2816, 0x01d6}, + {397, 258, -3005, 0x0126}, + {721, 197, -2782, 0x010e} + } +}; + +StandTile tile_82 = { + 0x03eb20, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {139, 197, -1539, 0x0106}, + {162, 224, -1497, 0x015e}, + {556, 332, -1555, 0x013e} + } +}; + +StandTile tile_83 = { + 0x03ec20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {162, 224, -1497, 0x00de}, + {228, 309, -1397, 0x01be}, + {556, 332, -1555, 0x015a} + } +}; + +StandTile tile_84 = { + 0x03ed20, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-147, 197, -1651, 0x016a}, + {-154, 224, -1609, 0x00ca}, + {-112, 224, -1566, 0x0166} + } +}; + +StandTile tile_85 = { + 0x03ee20, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-147, 197, -1651, 0x0162}, + {-112, 224, -1566, 0x00da}, + {-96, 197, -1586, 0x0384} + } +}; + +StandTile tile_86 = { + 0x03ef20, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-289, 197, -1698, 0x016e}, + {-154, 224, -1609, 0x0162}, + {-147, 197, -1651, 0x037c} + } +}; + +StandTile tile_87 = { + 0x03f020, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-154, 224, -1609, 0x016a}, + {-289, 197, -1698, 0x0172}, + {-285, 285, -1636, 0x00c2} + } +}; + +StandTile tile_88 = { + 0x03f120, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-536, 235, -1447, 0x017a}, + {-285, 285, -1636, 0x016e}, + {-289, 197, -1698, 0x0292} + } +}; + +StandTile tile_89 = { + 0x03f220, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-613, 235, -1501, 0x0296}, + {-405, 197, -1821, 0x012e}, + {-455, 258, -1825, 0x0186} + } +}; + +StandTile tile_90 = { + 0x03f320, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-285, 285, -1636, 0x0172}, + {-536, 235, -1447, 0x017e}, + {-490, 343, -1393, 0x01a2} + } +}; + +StandTile tile_91 = { + 0x03f420, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-741, 258, -1084, 0x0182}, + {-490, 343, -1393, 0x017a}, + {-536, 235, -1447, 0x02ae} + } +}; + +StandTile tile_92 = { + 0x03f520, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-490, 343, -1393, 0x017e}, + {-741, 258, -1084, 0x0192}, + {-671, 332, -1019, 0x01ae} + } +}; + +StandTile tile_93 = { + 0x03f620, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-687, 278, -1539, 0x018a}, + {-613, 235, -1501, 0x0176}, + {-455, 258, -1825, 0x01ea} + } +}; + +StandTile tile_94 = { + 0x03f720, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-814, 258, -1130, 0x02a6}, + {-613, 235, -1501, 0x0186}, + {-687, 278, -1539, 0x018e} + } +}; + +StandTile tile_95 = { + 0x03f820, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-895, 332, -1157, 0x019a}, + {-814, 258, -1130, 0x018a}, + {-687, 278, -1539, 0x0212} + } +}; + +StandTile tile_96 = { + 0x03f920, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-799, 309, -721, 0x0196}, + {-671, 332, -1019, 0x0182}, + {-741, 258, -1084, 0x02a2} + } +}; + +StandTile tile_97 = { + 0x03fa20, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-671, 332, -1019, 0x0192}, + {-799, 309, -721, 0x021a}, + {-748, 367, -710, 0x0232} + } +}; + +StandTile tile_98 = { + 0x03fb20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-887, 309, -718, 0x02aa}, + {-814, 258, -1130, 0x018e}, + {-895, 332, -1157, 0x019e} + } +}; + +StandTile tile_99 = { + 0x03fc20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-968, 367, -721, 0x0222}, + {-887, 309, -718, 0x019a}, + {-895, 332, -1157, 0x022a} + } +}; + +StandTile tile_100 = { + 0x03fd20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-247, 320, -1520, 0x00c2}, + {-285, 285, -1636, 0x017a}, + {-490, 343, -1393, 0x01a6} + } +}; + +StandTile tile_101 = { + 0x03fe20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-490, 343, -1393, 0x01aa}, + {-235, 397, -1435, 0x00c6}, + {-247, 320, -1520, 0x01a2} + } +}; + +StandTile tile_102 = { + 0x03ff20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-490, 343, -1393, 0x01ae}, + {-266, 397, -1157, 0x00ea}, + {-235, 397, -1435, 0x01a6} + } +}; + +StandTile tile_103 = { + 0x040020, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-266, 397, -1157, 0x01aa}, + {-490, 343, -1393, 0x0182}, + {-671, 332, -1019, 0x01b2} + } +}; + +StandTile tile_104 = { + 0x040120, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-266, 397, -1157, 0x01ae}, + {-671, 332, -1019, 0x0232}, + {-513, 444, -729, 0x01b6} + } +}; + +StandTile tile_105 = { + 0x040220, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-513, 444, -729, 0x023e}, + {-154, 424, -934, 0x00e2}, + {-266, 397, -1157, 0x01b2} + } +}; + +StandTile tile_106 = { + 0x040320, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {235, 424, -965, 0x00be}, + {-154, 424, -934, 0x023e}, + {66, 424, -617, 0x028e} + } +}; + +StandTile tile_107 = { + 0x040420, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {228, 309, -1397, 0x00f6}, + {239, 359, -1289, 0x01c2}, + {556, 332, -1555, 0x015e} + } +}; + +StandTile tile_108 = { + 0x040520, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {239, 359, -1289, 0x00fe}, + {235, 424, -965, 0x0132}, + {556, 332, -1555, 0x01be} + } +}; + +StandTile tile_109 = { + 0x040620, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {802, 332, -1779, 0x014e}, + {556, 332, -1555, 0x0132}, + {841, 409, -1370, 0x020a} + } +}; + +StandTile tile_110 = { + 0x040720, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1181, 409, -1701, 0x0206}, + {992, 297, -2083, 0x0146}, + {802, 332, -1779, 0x020a} + } +}; + +StandTile tile_111 = { + 0x040820, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1370, 409, -2377, 0x0202}, + {976, 270, -2496, 0x013a}, + {992, 297, -2083, 0x0206} + } +}; + +StandTile tile_112 = { + 0x040920, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1184, 409, -2955, 0x01fe}, + {752, 270, -2816, 0x0136}, + {976, 270, -2496, 0x0202} + } +}; + +StandTile tile_113 = { + 0x040a20, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {841, 305, -3376, 0x01fa}, + {397, 258, -3005, 0x0156}, + {752, 270, -2816, 0x01fe} + } +}; + +StandTile tile_114 = { + 0x040b20, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {81, 305, -3507, 0x01f6}, + {-58, 258, -2963, 0x0152}, + {397, 258, -3005, 0x01fa} + } +}; + +StandTile tile_115 = { + 0x040c20, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-675, 305, -3414, 0x01f2}, + {-320, 258, -2724, 0x011e}, + {-58, 258, -2963, 0x01f6} + } +}; + +StandTile tile_116 = { + 0x040d20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1080, 397, -2793, 0x01ee}, + {-517, 247, -2261, 0x0112}, + {-320, 258, -2724, 0x01f2} + } +}; + +StandTile tile_117 = { + 0x040e20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-907, 444, -2010, 0x01ea}, + {-455, 258, -1825, 0x011a}, + {-517, 247, -2261, 0x01ee} + } +}; + +StandTile tile_118 = { + 0x040f20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-907, 444, -2010, 0x020e}, + {-687, 278, -1539, 0x0186}, + {-455, 258, -1825, 0x01e6} + } +}; + +StandTile tile_119 = { + 0x041020, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-517, 247, -2261, 0x01e2}, + {-1080, 397, -2793, 0x0252}, + {-907, 444, -2010, 0x01e6} + } +}; + +StandTile tile_120 = { + 0x041120, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-675, 305, -3414, 0x027e}, + {-1080, 397, -2793, 0x01e2}, + {-320, 258, -2724, 0x01de} + } +}; + +StandTile tile_121 = { + 0x041220, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-675, 305, -3414, 0x01de}, + {-58, 258, -2963, 0x01da}, + {81, 305, -3507, 0x0272} + } +}; + +StandTile tile_122 = { + 0x041320, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {841, 305, -3376, 0x0262}, + {81, 305, -3507, 0x01da}, + {397, 258, -3005, 0x01d6} + } +}; + +StandTile tile_123 = { + 0x041420, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {841, 305, -3376, 0x01d6}, + {752, 270, -2816, 0x01d2}, + {1184, 409, -2955, 0x025a} + } +}; + +StandTile tile_124 = { + 0x041520, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1370, 409, -2377, 0x0276}, + {1184, 409, -2955, 0x01d2}, + {976, 270, -2496, 0x01ce} + } +}; + +StandTile tile_125 = { + 0x041620, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1370, 409, -2377, 0x01ce}, + {992, 297, -2083, 0x01ca}, + {1181, 409, -1701, 0x026e} + } +}; + +StandTile tile_126 = { + 0x041720, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1181, 409, -1701, 0x01ca}, + {802, 332, -1779, 0x01c6}, + {841, 409, -1370, 0x026a} + } +}; + +StandTile tile_127 = { + 0x041820, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1590, 432, -1535, 0x0212}, + {-687, 278, -1539, 0x01ea}, + {-907, 444, -2010, 0x0282} + } +}; + +StandTile tile_128 = { + 0x041920, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-895, 332, -1157, 0x018e}, + {-687, 278, -1539, 0x020e}, + {-1590, 432, -1535, 0x0216} + } +}; + +StandTile tile_129 = { + 0x041a20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1559, 432, -675, 0x022a}, + {-895, 332, -1157, 0x0212}, + {-1590, 432, -1535, 0x00ba} + } +}; + +StandTile tile_130 = { + 0x041b20, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-748, 367, -710, 0x0196}, + {-799, 309, -721, 0x029e}, + {-775, 351, -347, 0x021e} + } +}; + +StandTile tile_131 = { + 0x041c20, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-748, 367, -710, 0x021a}, + {-775, 351, -347, 0x0000}, + {-733, 390, -324, 0x0236} + } +}; + +StandTile tile_132 = { + 0x041d20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-887, 309, -718, 0x019e}, + {-968, 367, -721, 0x0226}, + {-856, 351, -332, 0x029a} + } +}; + +StandTile tile_133 = { + 0x041e20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-949, 459, -324, 0x0000}, + {-856, 351, -332, 0x0222}, + {-968, 367, -721, 0x022e} + } +}; + +StandTile tile_134 = { + 0x041f20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1559, 432, -675, 0x022e}, + {-968, 367, -721, 0x019e}, + {-895, 332, -1157, 0x0216} + } +}; + +StandTile tile_135 = { + 0x042020, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-968, 367, -721, 0x022a}, + {-1559, 432, -675, 0x0000}, + {-949, 459, -324, 0x0226} + } +}; + +StandTile tile_136 = { + 0x042220, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-513, 444, -729, 0x01b2}, + {-671, 332, -1019, 0x0196}, + {-748, 367, -710, 0x0236} + } +}; + +StandTile tile_137 = { + 0x042320, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-748, 367, -710, 0x021e}, + {-733, 390, -324, 0x023a}, + {-513, 444, -729, 0x0232} + } +}; + +StandTile tile_138 = { + 0x042420, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-513, 444, -729, 0x0236}, + {-733, 390, -324, 0x0000}, + {-459, 467, -220, 0x0242} + } +}; + +StandTile tile_139 = { + 0x042520, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {66, 424, -617, 0x01ba}, + {-154, 424, -934, 0x01b6}, + {-513, 444, -729, 0x0242} + } +}; + +StandTile tile_140 = { + 0x042620, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-513, 444, -729, 0x023a}, + {-459, 467, -220, 0x024e}, + {66, 424, -617, 0x023e} + } +}; + +StandTile tile_141 = { + 0x042720, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1983, 409, -1767, 0x026e}, + {1181, 409, -1701, 0x026a}, + {1590, 409, -787, 0x0000} + } +}; + +StandTile tile_142 = { + 0x042820, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {235, 424, -965, 0x028e}, + {976, 521, -374, 0x027a}, + {841, 409, -1370, 0x0132} + } +}; + +StandTile tile_143 = { + 0x042920, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-459, 467, -220, 0x0000}, + {976, 521, -374, 0x028e}, + {66, 424, -617, 0x0242} + } +}; + +StandTile tile_144 = { + 0x042a20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1080, 397, -2793, 0x0286}, + {-1736, 305, -2762, 0x0282}, + {-907, 444, -2010, 0x01ee} + } +}; + +StandTile tile_145 = { + 0x042b20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {507, 255, -4499, 0x0262}, + {841, 305, -3376, 0x025a}, + {1698, 255, -4016, 0x0000} + } +}; + +StandTile tile_146 = { + 0x042c20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1698, 255, -4016, 0x0256}, + {841, 305, -3376, 0x01fe}, + {1184, 409, -2955, 0x028a} + } +}; + +StandTile tile_147 = { + 0x042d20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-977, 305, -4234, 0x0272}, + {81, 305, -3507, 0x0262}, + {507, 255, -4499, 0x0000} + } +}; + +StandTile tile_148 = { + 0x042e20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {507, 255, -4499, 0x025e}, + {81, 305, -3507, 0x01fa}, + {841, 305, -3376, 0x0256} + } +}; + +StandTile tile_149 = { + 0x042f20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2145, 409, -2870, 0x0276}, + {1370, 409, -2377, 0x026e}, + {1983, 409, -1767, 0x0000} + } +}; + +StandTile tile_150 = { + 0x043020, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1181, 409, -1701, 0x020a}, + {841, 409, -1370, 0x027a}, + {1590, 409, -787, 0x0246} + } +}; + +StandTile tile_151 = { + 0x043120, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1181, 409, -1701, 0x0246}, + {1983, 409, -1767, 0x0266}, + {1370, 409, -2377, 0x0206} + } +}; + +StandTile tile_152 = { + 0x043220, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-977, 305, -4234, 0x027e}, + {-675, 305, -3414, 0x01f6}, + {81, 305, -3507, 0x025e} + } +}; + +StandTile tile_153 = { + 0x043320, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2145, 409, -2870, 0x028a}, + {1184, 409, -2955, 0x0202}, + {1370, 409, -2377, 0x0266} + } +}; + +StandTile tile_154 = { + 0x043420, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1590, 409, -787, 0x026a}, + {841, 409, -1370, 0x024a}, + {976, 521, -374, 0x02ba} + } +}; + +StandTile tile_155 = { + 0x043520, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-977, 305, -4234, 0x0286}, + {-1080, 397, -2793, 0x01f2}, + {-675, 305, -3414, 0x0272} + } +}; + +StandTile tile_156 = { + 0x043620, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1736, 305, -2762, 0x0000}, + {-1590, 432, -1535, 0x020e}, + {-907, 444, -2010, 0x0252} + } +}; + +StandTile tile_157 = { + 0x043720, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1080, 397, -2793, 0x027e}, + {-977, 305, -4234, 0x0000}, + {-1736, 305, -2762, 0x0252} + } +}; + +StandTile tile_158 = { + 0x043820, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1698, 255, -4016, 0x025a}, + {1184, 409, -2955, 0x0276}, + {2145, 409, -2870, 0x0000} + } +}; + +StandTile tile_159 = { + 0x043920, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {235, 424, -965, 0x01ba}, + {66, 424, -617, 0x024e}, + {976, 521, -374, 0x024a} + } +}; + +StandTile tile_160 = { + 0x04ba20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-536, 235, -1447, 0x0172}, + {-289, 197, -1698, 0x0374}, + {-405, 197, -1821, 0x0296} + } +}; + +StandTile tile_161 = { + 0x04bb20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-613, 235, -1501, 0x02ae}, + {-536, 235, -1447, 0x0292}, + {-405, 197, -1821, 0x0176} + } +}; + +StandTile tile_162 = { + 0x04bc20, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-856, 351, -332, 0x0000}, + {-775, 351, -347, 0x029e}, + {-887, 309, -718, 0x0222} + } +}; + +StandTile tile_163 = { + 0x04bd20, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-799, 309, -721, 0x02aa}, + {-887, 309, -718, 0x029a}, + {-775, 351, -347, 0x021a} + } +}; + +StandTile tile_164 = { + 0x04be20, 0x1e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-799, 309, -721, 0x0192}, + {-741, 258, -1084, 0x02a6}, + {-814, 258, -1130, 0x02aa} + } +}; + +StandTile tile_165 = { + 0x04bf20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-814, 258, -1130, 0x02a2}, + {-741, 258, -1084, 0x02ae}, + {-613, 235, -1501, 0x018a} + } +}; + +StandTile tile_166 = { + 0x04c020, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-887, 309, -718, 0x029e}, + {-799, 309, -721, 0x02a2}, + {-814, 258, -1130, 0x019a} + } +}; + +StandTile tile_167 = { + 0x04c120, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-536, 235, -1447, 0x0296}, + {-613, 235, -1501, 0x02a6}, + {-741, 258, -1084, 0x017e} + } +}; + +StandTile tile_168 = { + 0x04ee20, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-73, 243, -1451, 0x0076}, + {73, 243, -1451, 0x02b6}, + {-96, 197, -1586, 0x00da} + } +}; + +StandTile tile_169 = { + 0x04ef20, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {139, 197, -1539, 0x038c}, + {-96, 197, -1586, 0x02b2}, + {73, 243, -1451, 0x0106} + } +}; + +StandTile tile_170 = { + 0x068320, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1590, 409, -787, 0x027a}, + {976, 521, -374, 0x0000}, + {1449, 521, -117, 0x0000} + } +}; + +StandTile tile_171 = { + 0x31f220, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {188, 197, -2064, 0x0324}, + {142, 197, -2057, 0x02f3}, + {149, 197, -2024, 0x02c6} + } +}; + +StandTile tile_172 = { + 0x31f320, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {421, 197, -2082, 0x02f7}, + {462, 197, -2108, 0x0340}, + {416, 197, -2101, 0x02ca} + } +}; + +StandTile tile_173 = { + 0x31f122, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {421, 197, -2082, 0x02ca}, + {188, 197, -2064, 0x02be}, + {149, 197, -2024, 0x03d8} + } +}; + +StandTile tile_174 = { + 0x31f121, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {421, 197, -2082, 0x02c2}, + {416, 197, -2101, 0x0310}, + {188, 197, -2064, 0x02c6} + } +}; + +StandTile tile_175 = { + 0x31f420, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {113, 197, -2579, 0x03c0}, + {-126, 197, -2557, 0x0308}, + {76, 197, -2468, 0x02d2} + } +}; + +StandTile tile_176 = { + 0x31f620, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {113, 197, -2579, 0x02ce}, + {76, 197, -2468, 0x031c}, + {122, 197, -2476, 0x02da} + } +}; + +StandTile tile_177 = { + 0x31f722, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {343, 197, -2599, 0x02da}, + {122, 197, -2476, 0x02ff}, + {350, 197, -2512, 0x02de} + } +}; + +StandTile tile_178 = { + 0x31f721, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {343, 197, -2599, 0x03c4}, + {113, 197, -2579, 0x02d2}, + {122, 197, -2476, 0x02d6} + } +}; + +StandTile tile_179 = { + 0x31f520, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {343, 197, -2599, 0x02d6}, + {350, 197, -2512, 0x033c}, + {396, 197, -2520, 0x02e2} + } +}; + +StandTile tile_180 = { + 0x31cb20, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {573, 197, -2620, 0x03cc}, + {343, 197, -2599, 0x02de}, + {396, 197, -2520, 0x02ef} + } +}; + +StandTile tile_181 = { + 0x31ca20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {716, 197, -2144, 0x03a8}, + {706, 197, -2414, 0x02ea}, + {462, 197, -2108, 0x02f7} + } +}; + +StandTile tile_182 = { + 0x31c922, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {706, 197, -2414, 0x02ef}, + {396, 197, -2520, 0x0338}, + {429, 197, -2314, 0x0340}, + {462, 197, -2108, 0x02e6} + } +}; + +StandTile tile_183 = { + 0x31c921, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {706, 197, -2414, 0x03b0}, + {573, 197, -2620, 0x02e2}, + {396, 197, -2520, 0x02ea} + } +}; + +StandTile tile_184 = { + 0x31ec20, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {142, 197, -2057, 0x030c}, + {-215, 197, -1947, 0x03d4}, + {149, 197, -2024, 0x02be} + } +}; + +StandTile tile_185 = { + 0x31c820, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {716, 197, -2144, 0x02e6}, + {462, 197, -2108, 0x02c2}, + {421, 197, -2082, 0x03dc} + } +}; + +StandTile tile_186 = { + 0x31c722, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {350, 197, -2512, 0x02ff}, + {151, 197, -2293, 0x0334}, + {380, 197, -2330, 0x033c} + } +}; + +StandTile tile_187 = { + 0x31c721, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {350, 197, -2512, 0x02d6}, + {122, 197, -2476, 0x031c}, + {151, 197, -2293, 0x02fb} + } +}; + +StandTile tile_188 = { + 0x31c622, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x2, + { + {76, 197, -2468, 0x0308}, + {-264, 197, -2250, 0x030c}, + {142, 197, -2057, 0x0324}, + {109, 197, -2263, 0x0318} + } +}; + +StandTile tile_189 = { + 0x31c621, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {76, 197, -2468, 0x02ce}, + {-126, 197, -2557, 0x0360}, + {-264, 197, -2250, 0x0303} + } +}; + +StandTile tile_190 = { + 0x31c520, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-264, 197, -2250, 0x0368}, + {-215, 197, -1947, 0x02f3}, + {142, 197, -2057, 0x0303} + } +}; + +StandTile tile_191 = { + 0x31c422, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {387, 197, -2284, 0x0314}, + {188, 197, -2064, 0x02ca}, + {416, 197, -2101, 0x0344} + } +}; + +StandTile tile_192 = { + 0x31c421, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {387, 197, -2284, 0x0330}, + {159, 197, -2247, 0x0320}, + {188, 197, -2064, 0x0310} + } +}; + +StandTile tile_193 = { + 0x31c322, 0x1e, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {151, 197, -2293, 0x031c}, + {76, 197, -2468, 0x0303}, + {109, 197, -2263, 0x032c} + } +}; + +StandTile tile_194 = { + 0x31c321, 0x1e, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {151, 197, -2293, 0x02ff}, + {122, 197, -2476, 0x02d2}, + {76, 197, -2468, 0x0318} + } +}; + +StandTile tile_195 = { + 0x31c222, 0x1e, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {109, 197, -2263, 0x0324}, + {188, 197, -2064, 0x0314}, + {159, 197, -2247, 0x032c} + } +}; + +StandTile tile_196 = { + 0x31c221, 0x1e, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {109, 197, -2263, 0x0303}, + {142, 197, -2057, 0x02be}, + {188, 197, -2064, 0x0320} + } +}; + +StandTile tile_197 = { + 0x31c120, 0x1e, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {429, 197, -2314, 0x0338}, + {380, 197, -2330, 0x0330}, + {387, 197, -2284, 0x0344} + } +}; + +StandTile tile_198 = { + 0x31c020, 0x1e, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {151, 197, -2293, 0x0318}, + {109, 197, -2263, 0x0320}, + {159, 197, -2247, 0x0334} + } +}; + +StandTile tile_199 = { + 0x31bf22, 0x1e, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {380, 197, -2330, 0x0334}, + {159, 197, -2247, 0x0314}, + {387, 197, -2284, 0x0328} + } +}; + +StandTile tile_200 = { + 0x31bf21, 0x1e, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {380, 197, -2330, 0x02fb}, + {151, 197, -2293, 0x032c}, + {159, 197, -2247, 0x0330} + } +}; + +StandTile tile_201 = { + 0x31be22, 0x1e, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {396, 197, -2520, 0x033c}, + {380, 197, -2330, 0x0328}, + {429, 197, -2314, 0x02ea} + } +}; + +StandTile tile_202 = { + 0x31be21, 0x1e, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {396, 197, -2520, 0x02de}, + {350, 197, -2512, 0x02fb}, + {380, 197, -2330, 0x0338} + } +}; + +StandTile tile_203 = { + 0x31bd22, 0x1e, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {429, 197, -2314, 0x0344}, + {416, 197, -2101, 0x02c2}, + {462, 197, -2108, 0x02ea} + } +}; + +StandTile tile_204 = { + 0x31bd21, 0x1e, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {429, 197, -2314, 0x0328}, + {387, 197, -2284, 0x0310}, + {416, 197, -2101, 0x0340} + } +}; + +StandTile tile_205 = { + 0x0a0a22, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {441, 197, -1796, 0x034c}, + {1, 197, -1782, 0x0388}, + {166, 197, -1750, 0x0390} + } +}; + +StandTile tile_206 = { + 0x0a0a21, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {441, 197, -1796, 0x0398}, + {611, 197, -1931, 0x03e0}, + {1, 197, -1782, 0x0348} + } +}; + +StandTile tile_207 = { + 0x04e022, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {382, 197, -2959, 0x0354}, + {44, 197, -2703, 0x03c8}, + {336, 197, -2744, 0x03bc} + } +}; + +StandTile tile_208 = { + 0x04e021, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {382, 197, -2959, 0x010a}, + {-35, 197, -2901, 0x0358}, + {44, 197, -2703, 0x0350} + } +}; + +StandTile tile_209 = { + 0x04e122, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-35, 197, -2901, 0x035c}, + {-126, 197, -2557, 0x03c0}, + {44, 197, -2703, 0x0354} + } +}; + +StandTile tile_210 = { + 0x04e121, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-35, 197, -2901, 0x0116}, + {-278, 197, -2693, 0x0360}, + {-126, 197, -2557, 0x0358} + } +}; + +StandTile tile_211 = { + 0x04e222, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-278, 197, -2693, 0x0364}, + {-264, 197, -2250, 0x0308}, + {-126, 197, -2557, 0x035c} + } +}; + +StandTile tile_212 = { + 0x04e221, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-278, 197, -2693, 0x0122}, + {-475, 197, -2253, 0x036c}, + {-264, 197, -2250, 0x0360} + } +}; + +StandTile tile_213 = { + 0x09f522, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-264, 197, -2250, 0x036c}, + {-405, 197, -1821, 0x0370}, + {-215, 197, -1947, 0x030c} + } +}; + +StandTile tile_214 = { + 0x09f521, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-264, 197, -2250, 0x0364}, + {-475, 197, -2253, 0x012e}, + {-405, 197, -1821, 0x0368} + } +}; + +StandTile tile_215 = { + 0x04e622, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, 197, -1821, 0x0374}, + {-134, 197, -1861, 0x03d4}, + {-215, 197, -1947, 0x0368} + } +}; + +StandTile tile_216 = { + 0x04e621, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, 197, -1821, 0x0292}, + {-289, 197, -1698, 0x0378}, + {-134, 197, -1861, 0x0370} + } +}; + +StandTile tile_217 = { + 0x04e722, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-289, 197, -1698, 0x037c}, + {-34, 197, -1828, 0x03d0}, + {-134, 197, -1861, 0x0374} + } +}; + +StandTile tile_218 = { + 0x04e721, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-289, 197, -1698, 0x016a}, + {-147, 197, -1651, 0x0380}, + {-34, 197, -1828, 0x0378} + } +}; + +StandTile tile_219 = { + 0x04e822, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-147, 197, -1651, 0x0384}, + {1, 197, -1782, 0x03e0}, + {-34, 197, -1828, 0x037c} + } +}; + +StandTile tile_220 = { + 0x04e821, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-147, 197, -1651, 0x0166}, + {-96, 197, -1586, 0x0388}, + {1, 197, -1782, 0x0380} + } +}; + +StandTile tile_221 = { + 0x04e922, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-96, 197, -1586, 0x038c}, + {166, 197, -1750, 0x0348}, + {1, 197, -1782, 0x0384} + } +}; + +StandTile tile_222 = { + 0x04e921, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-96, 197, -1586, 0x02b6}, + {139, 197, -1539, 0x0390}, + {166, 197, -1750, 0x0388} + } +}; + +StandTile tile_223 = { + 0x04ed22, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {139, 197, -1539, 0x0394}, + {441, 197, -1796, 0x0348}, + {166, 197, -1750, 0x038c} + } +}; + +StandTile tile_224 = { + 0x04ed21, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {139, 197, -1539, 0x013e}, + {532, 197, -1605, 0x0398}, + {441, 197, -1796, 0x0390} + } +}; + +StandTile tile_225 = { + 0x04ea22, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {532, 197, -1605, 0x039c}, + {611, 197, -1931, 0x034c}, + {441, 197, -1796, 0x0394} + } +}; + +StandTile tile_226 = { + 0x04ea21, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {532, 197, -1605, 0x014a}, + {775, 197, -1798, 0x03a0}, + {611, 197, -1931, 0x0398} + } +}; + +StandTile tile_227 = { + 0x04eb22, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {775, 197, -1798, 0x03a4}, + {716, 197, -2144, 0x03e4}, + {611, 197, -1931, 0x039c} + } +}; + +StandTile tile_228 = { + 0x04eb21, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {775, 197, -1798, 0x0142}, + {926, 197, -2103, 0x03a8}, + {716, 197, -2144, 0x03a0} + } +}; + +StandTile tile_229 = { + 0x04ec22, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {926, 197, -2103, 0x03ac}, + {706, 197, -2414, 0x02e6}, + {716, 197, -2144, 0x03a4} + } +}; + +StandTile tile_230 = { + 0x04ec21, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {926, 197, -2103, 0x012a}, + {910, 197, -2488, 0x03b0}, + {706, 197, -2414, 0x03a8} + } +}; + +StandTile tile_231 = { + 0x04e422, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {910, 197, -2488, 0x03b4}, + {573, 197, -2620, 0x02ef}, + {706, 197, -2414, 0x03ac} + } +}; + +StandTile tile_232 = { + 0x04e421, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {910, 197, -2488, 0x010e}, + {721, 197, -2782, 0x03b8}, + {573, 197, -2620, 0x03b0} + } +}; + +StandTile tile_233 = { + 0x04e522, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {721, 197, -2782, 0x03bc}, + {336, 197, -2744, 0x03cc}, + {573, 197, -2620, 0x03b4} + } +}; + +StandTile tile_234 = { + 0x04e521, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {721, 197, -2782, 0x0126}, + {382, 197, -2959, 0x0350}, + {336, 197, -2744, 0x03b8} + } +}; + +StandTile tile_235 = { + 0x31f820, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {44, 197, -2703, 0x0358}, + {-126, 197, -2557, 0x02ce}, + {113, 197, -2579, 0x03c8} + } +}; + +StandTile tile_236 = { + 0x31f922, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {336, 197, -2744, 0x03c8}, + {113, 197, -2579, 0x02da}, + {343, 197, -2599, 0x03cc} + } +}; + +StandTile tile_237 = { + 0x31f921, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {336, 197, -2744, 0x0350}, + {44, 197, -2703, 0x03c0}, + {113, 197, -2579, 0x03c4} + } +}; + +StandTile tile_238 = { + 0x0a0520, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {573, 197, -2620, 0x03b8}, + {336, 197, -2744, 0x03c4}, + {343, 197, -2599, 0x02e2} + } +}; + +StandTile tile_239 = { + 0x31ed22, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {149, 197, -2024, 0x03d4}, + {-134, 197, -1861, 0x0378}, + {-34, 197, -1828, 0x03d8} + } +}; + +StandTile tile_240 = { + 0x31ed21, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {149, 197, -2024, 0x02f3}, + {-215, 197, -1947, 0x0370}, + {-134, 197, -1861, 0x03d0} + } +}; + +StandTile tile_241 = { + 0x31ee20, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {421, 197, -2082, 0x02c6}, + {149, 197, -2024, 0x03d0}, + {-34, 197, -1828, 0x03dc} + } +}; + +StandTile tile_242 = { + 0x0a0820, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {716, 197, -2144, 0x02f7}, + {421, 197, -2082, 0x03d8}, + {-34, 197, -1828, 0x03e4} + } +}; + +StandTile tile_243 = { + 0x0a0922, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {611, 197, -1931, 0x03e4}, + {-34, 197, -1828, 0x0380}, + {1, 197, -1782, 0x034c} + } +}; + +StandTile tile_244 = { + 0x0a0921, 0x1e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {611, 197, -1931, 0x03a0}, + {716, 197, -2144, 0x03dc}, + {-34, 197, -1828, 0x03e0} + } +}; + +StandTile tile_245 = { + 0x00781a, 0x1d, + 0x0, + 0xc, 0x7, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-779, 93, 1363, 0x03ec}, + {-718, 93, 1137, 0x03fc}, + {-779, 93, 1137, 0x0000} + } +}; + +StandTile tile_246 = { + 0x007819, 0x1d, + 0x0, + 0xa, 0x9, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-779, 93, 1363, 0x03f0}, + {-718, 93, 1363, 0x0000}, + {-718, 93, 1137, 0x03e8} + } +}; + +StandTile tile_247 = { + 0x01d41a, 0x1d, + 0x0, + 0x9, 0xc, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-781, 93, 1373, 0x03f4}, + {-718, 93, 1363, 0x03ec}, + {-779, 93, 1363, 0x0000} + } +}; + +StandTile tile_248 = { + 0x01d419, 0x1d, + 0x0, + 0x9, 0xb, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-781, 93, 1373, 0x04ae}, + {-716, 93, 1373, 0x0000}, + {-718, 93, 1363, 0x03f0} + } +}; + +StandTile tile_249 = { + 0x00701a, 0x1d, + 0x0, + 0xe, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-781, 93, 1127, 0x03fc}, + {-718, 93, 1137, 0x0000}, + {-716, 93, 1127, 0x040c} + } +}; + +StandTile tile_250 = { + 0x007019, 0x1d, + 0x0, + 0xd, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-781, 93, 1127, 0x0000}, + {-779, 93, 1137, 0x03e8}, + {-718, 93, 1137, 0x03f8} + } +}; + +StandTile tile_251 = { + 0x005818, 0x1b, + 0x0, + 0x4, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-660, 93, 1161, 0x0000}, + {-660, 93, 1127, 0x0419}, + {-716, 93, 1127, 0x0000} + } +}; + +StandTile tile_252 = { + 0x00561a, 0x1b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-868, 93, 1030, 0x0408}, + {-837, 93, 1165, 0x0421}, + {-837, 93, 1030, 0x0000} + } +}; + +StandTile tile_253 = { + 0x005619, 0x1b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-868, 93, 1030, 0x0463}, + {-868, 93, 1219, 0x0000}, + {-837, 93, 1165, 0x0404} + } +}; + +StandTile tile_254 = { + 0x00591a, 0x1b, + 0x0, + 0xa, 0x4, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {-672, 93, 1030, 0x0411}, + {-781, 93, 1127, 0x03f8}, + {-716, 93, 1127, 0x0419}, + {-683, 93, 1054, 0x0000} + } +}; + +StandTile tile_255 = { + 0x005919, 0x1b, + 0x0, + 0x6, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-672, 93, 1030, 0x0000}, + {-830, 93, 1030, 0x041d}, + {-781, 93, 1127, 0x040c} + } +}; + +StandTile tile_256 = { + 0x03701a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-683, 93, 1054, 0x0419}, + {-660, 93, 1127, 0x0000}, + {-660, 93, 1053, 0x0000} + } +}; + +StandTile tile_257 = { + 0x037019, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-683, 93, 1054, 0x040c}, + {-716, 93, 1127, 0x0400}, + {-660, 93, 1127, 0x0415} + } +}; + +StandTile tile_258 = { + 0x005b1a, 0x1b, + 0x0, + 0x4, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-830, 93, 1030, 0x0421}, + {-837, 93, 1165, 0x0000}, + {-781, 93, 1127, 0x0411} + } +}; + +StandTile tile_259 = { + 0x005b19, 0x1b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-830, 93, 1030, 0x0000}, + {-837, 93, 1030, 0x0404}, + {-837, 93, 1165, 0x041d} + } +}; + +StandTile tile_260 = { + 0x03721a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1146, 93, 1069, 0x0429}, + {-1026, 93, 1147, 0x0433}, + {-1123, 93, 1069, 0x0000} + } +}; + +StandTile tile_261 = { + 0x037219, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1146, 93, 1069, 0x0000}, + {-1146, 93, 1200, 0x045f}, + {-1026, 93, 1147, 0x0425} + } +}; + +StandTile tile_262 = { + 0x03711a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-1123, 93, 1046, 0x0433}, + {-1026, 93, 1147, 0x0453}, + {-907, 93, 1046, 0x0000}, + {-945, 93, 1046, 0x0a94}, + {-1065, 93, 1046, 0x0000} + } +}; + +StandTile tile_263 = { + 0x037119, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1123, 93, 1046, 0x0000}, + {-1123, 93, 1069, 0x0425}, + {-1026, 93, 1147, 0x042d} + } +}; + +StandTile tile_264 = { + 0x032018, 0x1b, + 0x0, + 0xa, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-922, 93, 1231, 0x043f}, + {-946, 93, 1200, 0x0000}, + {-946, 93, 1231, 0x0000} + } +}; + +StandTile tile_265 = { + 0x031d1a, 0x1b, + 0x0, + 0x8, 0x8, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-946, 93, 1200, 0x043f}, + {-894, 93, 1231, 0x0468}, + {-907, 93, 1200, 0x0457} + } +}; + +StandTile tile_266 = { + 0x031d19, 0x1b, + 0x0, + 0x9, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-946, 93, 1200, 0x0437}, + {-922, 93, 1231, 0x0000}, + {-894, 93, 1231, 0x043b} + } +}; + +StandTile tile_267 = { + 0x031c1a, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 93, 1200, 0x0447}, + {-1123, 93, 1304, 0x0000}, + {-1068, 93, 1304, 0x0000} + } +}; + +StandTile tile_268 = { + 0x031c19, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 93, 1200, 0x044b}, + {-1123, 93, 1281, 0x0000}, + {-1123, 93, 1304, 0x0443} + } +}; + +StandTile tile_269 = { + 0x031b18, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 93, 1200, 0x044f}, + {-1146, 93, 1281, 0x0000}, + {-1123, 93, 1281, 0x0447} + } +}; + +StandTile tile_270 = { + 0x031a18, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 93, 1200, 0x045f}, + {-1146, 93, 1200, 0x0000}, + {-1146, 93, 1281, 0x044b} + } +}; + +StandTile tile_271 = { + 0x01e818, 0x1b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-907, 93, 1200, 0x046c}, + {-907, 93, 1046, 0x042d}, + {-1026, 93, 1147, 0x0457} + } +}; + +StandTile tile_272 = { + 0x031918, 0x1b, + 0x0, + 0xb, 0xb, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-946, 93, 1200, 0x043b}, + {-907, 93, 1200, 0x0453}, + {-1026, 93, 1147, 0x045b} + } +}; + +StandTile tile_273 = { + 0x031818, 0x1b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 93, 1200, 0x0000}, + {-946, 93, 1200, 0x0457}, + {-1026, 93, 1147, 0x045f} + } +}; + +StandTile tile_274 = { + 0x01ed18, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1146, 93, 1200, 0x044f}, + {-1068, 93, 1200, 0x045b}, + {-1026, 93, 1147, 0x0429} + } +}; + +StandTile tile_275 = { + 0x00571b, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-868, 93, 1030, 0x0468}, + {-894, 93, 1231, 0x0000}, + {-868, 93, 1231, 0x0000}, + {-868, 93, 1219, 0x0408} + } +}; + +StandTile tile_276 = { + 0x00571a, 0x1b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-868, 93, 1030, 0x046c}, + {-907, 93, 1200, 0x043b}, + {-894, 93, 1231, 0x0463} + } +}; + +StandTile tile_277 = { + 0x005719, 0x1b, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-868, 93, 1030, 0x0000}, + {-907, 93, 1030, 0x0000}, + {-907, 93, 1046, 0x0453}, + {-907, 93, 1200, 0x0468} + } +}; + +StandTile tile_278 = { + 0x036e1a, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-876, 93, 1551, 0x0475}, + {-853, 93, 1690, 0x0479}, + {-756, 93, 1551, 0x04a6} + } +}; + +StandTile tile_279 = { + 0x036e19, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-876, 93, 1551, 0x0000}, + {-876, 93, 1690, 0x0000}, + {-853, 93, 1690, 0x0471} + } +}; + +StandTile tile_280 = { + 0x036d18, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, 93, 1690, 0x0000}, + {-853, 93, 1713, 0x047d}, + {-756, 93, 1551, 0x0471} + } +}; + +StandTile tile_281 = { + 0x036c1a, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, 93, 1713, 0x0481}, + {-660, 93, 1690, 0x0485}, + {-756, 93, 1551, 0x0479} + } +}; + +StandTile tile_282 = { + 0x036c19, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, 93, 1713, 0x0000}, + {-660, 93, 1713, 0x0000}, + {-660, 93, 1690, 0x047d} + } +}; + +StandTile tile_283 = { + 0x036b1a, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-660, 93, 1690, 0x0489}, + {-637, 93, 1551, 0x048e}, + {-756, 93, 1551, 0x047d} + } +}; + +StandTile tile_284 = { + 0x036b19, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-660, 93, 1690, 0x0000}, + {-637, 93, 1690, 0x0000}, + {-637, 93, 1597, 0x060a}, + {-637, 93, 1551, 0x0485} + } +}; + +StandTile tile_285 = { + 0x036a1a, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 93, 1551, 0x0492}, + {-660, 93, 1412, 0x0497}, + {-756, 93, 1551, 0x0485} + } +}; + +StandTile tile_286 = { + 0x036a19, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-637, 93, 1551, 0x060a}, + {-637, 93, 1478, 0x0000}, + {-637, 93, 1412, 0x0000}, + {-660, 93, 1412, 0x048e} + } +}; + +StandTile tile_287 = { + 0x036918, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-660, 93, 1412, 0x0000}, + {-660, 93, 1389, 0x049b}, + {-756, 93, 1551, 0x048e} + } +}; + +StandTile tile_288 = { + 0x03681a, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-660, 93, 1389, 0x049f}, + {-853, 93, 1412, 0x04a6}, + {-756, 93, 1551, 0x0497} + } +}; + +StandTile tile_289 = { + 0x036819, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 6, + 0x0, 0x4, 0x5, + { + {-660, 93, 1389, 0x04be}, + {-692, 93, 1389, 0x04b2}, + {-807, 93, 1389, 0x04b6}, + {-833, 93, 1389, 0x0000}, + {-853, 93, 1389, 0x0000}, + {-853, 93, 1412, 0x049b} + } +}; + +StandTile tile_290 = { + 0x03671a, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, 93, 1412, 0x04aa}, + {-876, 93, 1551, 0x0471}, + {-756, 93, 1551, 0x049b} + } +}; + +StandTile tile_291 = { + 0x036719, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, 93, 1412, 0x0000}, + {-876, 93, 1412, 0x0000}, + {-876, 93, 1551, 0x04a6} + } +}; + +StandTile tile_292 = { + 0x007b1a, 0x1a, + 0x0, + 0x8, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-807, 93, 1389, 0x04b2}, + {-716, 93, 1373, 0x03f4}, + {-781, 93, 1373, 0x04ba} + } +}; + +StandTile tile_293 = { + 0x007b19, 0x1a, + 0x0, + 0x7, 0xa, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-807, 93, 1389, 0x049f}, + {-692, 93, 1389, 0x04be}, + {-716, 93, 1373, 0x04ae} + } +}; + +StandTile tile_294 = { + 0x007c1a, 0x1a, + 0x0, + 0x2, 0x3, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-807, 93, 1389, 0x04ba}, + {-833, 93, 1343, 0x0000}, + {-833, 93, 1389, 0x049f} + } +}; + +StandTile tile_295 = { + 0x007c19, 0x1a, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-807, 93, 1389, 0x04ae}, + {-781, 93, 1373, 0x0000}, + {-833, 93, 1343, 0x04b6} + } +}; + +StandTile tile_296 = { + 0x007d1a, 0x1a, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-660, 93, 1389, 0x04c2}, + {-716, 93, 1373, 0x04b2}, + {-692, 93, 1389, 0x049f} + } +}; + +StandTile tile_297 = { + 0x007d19, 0x1a, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-660, 93, 1389, 0x0000}, + {-660, 93, 1335, 0x0000}, + {-716, 93, 1373, 0x04be} + } +}; + +StandTile tile_298 = { + 0x004110, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-154, 0, 2438, 0x051a}, + {-177, 0, 2438, 0x04ca}, + {-143, 0, 2461, 0x0000} + } +}; + +StandTile tile_299 = { + 0x004010, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-143, 0, 2461, 0x04c6}, + {-177, 0, 2438, 0x04ce}, + {-178, 0, 2485, 0x0000} + } +}; + +StandTile tile_300 = { + 0x003f10, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-177, 0, 2438, 0x0522}, + {-251, 0, 2438, 0x04d2}, + {-178, 0, 2485, 0x04ca} + } +}; + +StandTile tile_301 = { + 0x003e10, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-178, 0, 2485, 0x04ce}, + {-251, 0, 2438, 0x04d6}, + {-243, 0, 2488, 0x0000} + } +}; + +StandTile tile_302 = { + 0x003d10, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-251, 0, 2438, 0x052a}, + {-282, 0, 2438, 0x04da}, + {-243, 0, 2488, 0x04d2} + } +}; + +StandTile tile_303 = { + 0x003c10, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-243, 0, 2488, 0x04d6}, + {-282, 0, 2438, 0x0000}, + {-293, 0, 2458, 0x0000} + } +}; + +StandTile tile_304 = { + 0x004610, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-177, -12, 2207, 0x04e2}, + {-147, 0, 2261, 0x0000}, + {-143, 0, 2207, 0x0533} + } +}; + +StandTile tile_305 = { + 0x004510, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-177, -12, 2207, 0x04e6}, + {-216, -12, 2280, 0x04f6}, + {-147, 0, 2261, 0x04de} + } +}; + +StandTile tile_306 = { + 0x004410, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-251, -12, 2207, 0x04ea}, + {-216, -12, 2280, 0x04e2}, + {-177, -12, 2207, 0x0533} + } +}; + +StandTile tile_307 = { + 0x004310, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-251, -12, 2207, 0x04ee}, + {-293, 0, 2261, 0x04fe}, + {-216, -12, 2280, 0x04e6} + } +}; + +StandTile tile_308 = { + 0x004210, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-293, 0, 2207, 0x0000}, + {-293, 0, 2261, 0x04ea}, + {-251, -12, 2207, 0x052e} + } +}; + +StandTile tile_309 = { + 0x004b10, 0x18, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-147, 0, 2319, 0x0000}, + {-147, 0, 2261, 0x04f6}, + {-177, -6, 2353, 0x0506} + } +}; + +StandTile tile_310 = { + 0x004a10, 0x18, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-147, 0, 2261, 0x04e2}, + {-216, -12, 2280, 0x04fa}, + {-177, -6, 2353, 0x04f2} + } +}; + +StandTile tile_311 = { + 0x004910, 0x18, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-177, -6, 2353, 0x04f6}, + {-216, -12, 2280, 0x04fe}, + {-251, -6, 2353, 0x050e} + } +}; + +StandTile tile_312 = { + 0x004810, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-216, -12, 2280, 0x04ea}, + {-293, 0, 2261, 0x0502}, + {-251, -6, 2353, 0x04fa} + } +}; + +StandTile tile_313 = { + 0x004710, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-251, -6, 2353, 0x04fe}, + {-293, 0, 2261, 0x0000}, + {-293, 0, 2319, 0x0516} + } +}; + +StandTile tile_314 = { + 0x005010, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-177, -6, 2353, 0x050a}, + {-158, 0, 2377, 0x0000}, + {-147, 0, 2319, 0x04f2} + } +}; + +StandTile tile_315 = { + 0x004f10, 0x18, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-177, -6, 2353, 0x050e}, + {-212, -17, 2396, 0x051e}, + {-158, 0, 2377, 0x0506} + } +}; + +StandTile tile_316 = { + 0x004e10, 0x18, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-251, -6, 2353, 0x0512}, + {-212, -17, 2396, 0x050a}, + {-177, -6, 2353, 0x04fa} + } +}; + +StandTile tile_317 = { + 0x004d10, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-251, -6, 2353, 0x0516}, + {-293, 0, 2377, 0x0526}, + {-212, -17, 2396, 0x050e} + } +}; + +StandTile tile_318 = { + 0x004c10, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-293, 0, 2319, 0x0000}, + {-293, 0, 2377, 0x0512}, + {-251, -6, 2353, 0x0502} + } +}; + +StandTile tile_319 = { + 0x005510, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-154, 0, 2438, 0x0000}, + {-158, 0, 2377, 0x051e}, + {-177, 0, 2438, 0x04c6} + } +}; + +StandTile tile_320 = { + 0x005410, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-158, 0, 2377, 0x050a}, + {-212, -17, 2396, 0x0522}, + {-177, 0, 2438, 0x051a} + } +}; + +StandTile tile_321 = { + 0x005310, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-177, 0, 2438, 0x051e}, + {-212, -17, 2396, 0x0526}, + {-251, 0, 2438, 0x04ce} + } +}; + +StandTile tile_322 = { + 0x005210, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-212, -17, 2396, 0x0512}, + {-293, 0, 2377, 0x052a}, + {-251, 0, 2438, 0x0522} + } +}; + +StandTile tile_323 = { + 0x005110, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-251, 0, 2438, 0x0526}, + {-293, 0, 2377, 0x0000}, + {-282, 0, 2438, 0x04d6} + } +}; + +StandTile tile_324 = { + 0x078412, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-251, -12, 2207, 0x0533}, + {-143, 0, 2207, 0x053b}, + {-218, 0, 2207, 0x0543}, + {-293, 0, 2207, 0x04ee} + } +}; + +StandTile tile_325 = { + 0x078411, 0x18, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-251, -12, 2207, 0x04e6}, + {-177, -12, 2207, 0x04de}, + {-143, 0, 2207, 0x052e} + } +}; + +StandTile tile_326 = { + 0x06b812, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-218, 0, 2207, 0x053b}, + {-143, 0, 1952, 0x0550}, + {-218, 0, 1952, 0x0543} + } +}; + +StandTile tile_327 = { + 0x06b811, 0x18, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-218, 0, 2207, 0x052e}, + {-143, 0, 2207, 0x0000}, + {-143, 0, 1952, 0x0537} + } +}; + +StandTile tile_328 = { + 0x005712, 0x18, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-293, 0, 2207, 0x0543}, + {-218, 0, 1952, 0x0562}, + {-293, 0, 1952, 0x0000} + } +}; + +StandTile tile_329 = { + 0x005711, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-293, 0, 2207, 0x052e}, + {-218, 0, 2207, 0x0537}, + {-218, 0, 1952, 0x053f} + } +}; + +StandTile tile_330 = { + 0x067c12, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-312, 0, 1817, 0x054c}, + {-312, 12, 1937, 0x0000}, + {-312, 0, 1937, 0x055d}, + {-312, 0, 1877, 0x0554} + } +}; + +StandTile tile_331 = { + 0x067c11, 0x17, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-312, 0, 1817, 0x0000}, + {-312, 12, 1817, 0x05bc}, + {-312, 12, 1937, 0x0547} + } +}; + +StandTile tile_332 = { + 0x06b910, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-218, 0, 1952, 0x0537}, + {-143, 0, 1952, 0x0000}, + {-191, 0, 1846, 0x0562} + } +}; + +StandTile tile_333 = { + 0x06ba12, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {-191, 0, 1846, 0x0559}, + {-312, 0, 1802, 0x0000}, + {-312, 0, 1817, 0x0547}, + {-312, 0, 1877, 0x055d} + } +}; + +StandTile tile_334 = { + 0x06ba11, 0x17, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-191, 0, 1846, 0x0000}, + {-293, 0, 1802, 0x0000}, + {-312, 0, 1802, 0x0554} + } +}; + +StandTile tile_335 = { + 0x009512, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {-312, 0, 1952, 0x0562}, + {-191, 0, 1846, 0x0554}, + {-312, 0, 1877, 0x0547}, + {-312, 0, 1937, 0x0000} + } +}; + +StandTile tile_336 = { + 0x009511, 0x17, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {-312, 0, 1952, 0x0000}, + {-293, 0, 1952, 0x053f}, + {-218, 0, 1952, 0x0550}, + {-191, 0, 1846, 0x055d} + } +}; + +StandTile tile_337 = { + 0x067b12, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-332, 12, 1817, 0x056b}, + {-332, 23, 1937, 0x0000}, + {-332, 12, 1937, 0x05b8} + } +}; + +StandTile tile_338 = { + 0x067b11, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-332, 12, 1817, 0x0000}, + {-332, 23, 1817, 0x05d4}, + {-332, 23, 1937, 0x0567} + } +}; + +StandTile tile_339 = { + 0x068112, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-370, 35, 1817, 0x0573}, + {-370, 46, 1937, 0x0000}, + {-370, 35, 1937, 0x05c8} + } +}; + +StandTile tile_340 = { + 0x068111, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-370, 35, 1817, 0x0000}, + {-370, 46, 1817, 0x05b4}, + {-370, 46, 1937, 0x056f} + } +}; + +StandTile tile_341 = { + 0x068212, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-448, 81, 1937, 0x057b}, + {-428, 81, 1817, 0x0000}, + {-448, 81, 1817, 0x05a7} + } +}; + +StandTile tile_342 = { + 0x068211, 0x16, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-448, 81, 1937, 0x0000}, + {-428, 81, 1937, 0x05a3}, + {-428, 81, 1817, 0x0577} + } +}; + +StandTile tile_343 = { + 0x068312, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-390, 46, 1817, 0x0583}, + {-390, 58, 1937, 0x0000}, + {-390, 46, 1937, 0x05b0} + } +}; + +StandTile tile_344 = { + 0x068311, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-390, 46, 1817, 0x0000}, + {-390, 58, 1817, 0x059b}, + {-390, 58, 1937, 0x057f} + } +}; + +StandTile tile_345 = { + 0x068412, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-409, 58, 1817, 0x058b}, + {-409, 69, 1937, 0x0000}, + {-409, 58, 1937, 0x0597} + } +}; + +StandTile tile_346 = { + 0x068411, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-409, 58, 1817, 0x0000}, + {-409, 69, 1817, 0x0593}, + {-409, 69, 1937, 0x0587} + } +}; + +StandTile tile_347 = { + 0x068512, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-428, 69, 1937, 0x0593}, + {-409, 69, 1817, 0x0000}, + {-428, 69, 1817, 0x059f} + } +}; + +StandTile tile_348 = { + 0x068511, 0x16, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-428, 69, 1937, 0x0000}, + {-409, 69, 1937, 0x058b}, + {-409, 69, 1817, 0x058f} + } +}; + +StandTile tile_349 = { + 0x068612, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-409, 58, 1937, 0x059b}, + {-390, 58, 1817, 0x0000}, + {-409, 58, 1817, 0x0587} + } +}; + +StandTile tile_350 = { + 0x068611, 0x16, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-409, 58, 1937, 0x0000}, + {-390, 58, 1937, 0x0583}, + {-390, 58, 1817, 0x0597} + } +}; + +StandTile tile_351 = { + 0x068712, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-428, 69, 1817, 0x05a3}, + {-428, 81, 1937, 0x0000}, + {-428, 69, 1937, 0x058f} + } +}; + +StandTile tile_352 = { + 0x068711, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-428, 69, 1817, 0x0000}, + {-428, 81, 1817, 0x057b}, + {-428, 81, 1937, 0x059f} + } +}; + +StandTile tile_353 = { + 0x068812, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-448, 81, 1817, 0x05ab}, + {-448, 93, 1937, 0x0000}, + {-448, 81, 1937, 0x0577} + } +}; + +StandTile tile_354 = { + 0x068811, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-448, 81, 1817, 0x0000}, + {-448, 93, 1817, 0x05ea}, + {-448, 93, 1877, 0x05f6}, + {-448, 93, 1937, 0x05a7} + } +}; + +StandTile tile_355 = { + 0x067a12, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-390, 46, 1937, 0x05b4}, + {-370, 46, 1817, 0x0000}, + {-390, 46, 1817, 0x057f} + } +}; + +StandTile tile_356 = { + 0x067a11, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-390, 46, 1937, 0x0000}, + {-370, 46, 1937, 0x0573}, + {-370, 46, 1817, 0x05b0} + } +}; + +StandTile tile_357 = { + 0x068012, 0x16, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-332, 12, 1937, 0x05bc}, + {-312, 12, 1817, 0x0000}, + {-332, 12, 1817, 0x0567} + } +}; + +StandTile tile_358 = { + 0x068011, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-332, 12, 1937, 0x0000}, + {-312, 12, 1937, 0x054c}, + {-312, 12, 1817, 0x05b8} + } +}; + +StandTile tile_359 = { + 0x067d12, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-351, 23, 1817, 0x05c4}, + {-351, 35, 1937, 0x0000}, + {-351, 23, 1937, 0x05d0} + } +}; + +StandTile tile_360 = { + 0x067d11, 0x16, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-351, 23, 1817, 0x0000}, + {-351, 35, 1817, 0x05cc}, + {-351, 35, 1937, 0x05c0} + } +}; + +StandTile tile_361 = { + 0x067e12, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-370, 35, 1937, 0x05cc}, + {-351, 35, 1817, 0x0000}, + {-370, 35, 1817, 0x056f} + } +}; + +StandTile tile_362 = { + 0x067e11, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-370, 35, 1937, 0x0000}, + {-351, 35, 1937, 0x05c4}, + {-351, 35, 1817, 0x05c8} + } +}; + +StandTile tile_363 = { + 0x067f12, 0x16, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-351, 23, 1937, 0x05d4}, + {-332, 23, 1817, 0x0000}, + {-351, 23, 1817, 0x05c0} + } +}; + +StandTile tile_364 = { + 0x067f11, 0x16, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-351, 23, 1937, 0x0000}, + {-332, 23, 1937, 0x056b}, + {-332, 23, 1817, 0x05d0} + } +}; + +StandTile tile_365 = { + 0x06b310, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1802, 0x0606}, + {-602, 93, 1802, 0x0000}, + {-559, 93, 1895, 0x05e1} + } +}; + +StandTile tile_366 = { + 0x075912, 0x15, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {-467, 93, 1802, 0x05e1}, + {-559, 93, 1895, 0x05ee}, + {-467, 93, 1877, 0x05e6}, + {-467, 93, 1817, 0x0000} + } +}; + +StandTile tile_367 = { + 0x075911, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {-467, 93, 1802, 0x0000}, + {-482, 93, 1802, 0x05fe}, + {-542, 93, 1802, 0x05d8}, + {-559, 93, 1895, 0x05dc} + } +}; + +StandTile tile_368 = { + 0x06b212, 0x15, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-448, 93, 1877, 0x05ea}, + {-467, 93, 1817, 0x05dc}, + {-467, 93, 1877, 0x05f2} + } +}; + +StandTile tile_369 = { + 0x06b211, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-448, 93, 1877, 0x05ab}, + {-448, 93, 1817, 0x0000}, + {-467, 93, 1817, 0x05e6} + } +}; + +StandTile tile_370 = { + 0x009413, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-467, 93, 1937, 0x05f2}, + {-467, 93, 1877, 0x05dc}, + {-559, 93, 1895, 0x0000} + } +}; + +StandTile tile_371 = { + 0x009412, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-467, 93, 1937, 0x05f6}, + {-448, 93, 1877, 0x05e6}, + {-467, 93, 1877, 0x05ee} + } +}; + +StandTile tile_372 = { + 0x009411, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-467, 93, 1937, 0x0000}, + {-448, 93, 1937, 0x05ab}, + {-448, 93, 1877, 0x05f2} + } +}; + +StandTile tile_373 = { + 0x06a512, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1802, 0x05fe}, + {-482, 93, 1613, 0x0618}, + {-542, 93, 1613, 0x0602} + } +}; + +StandTile tile_374 = { + 0x06a511, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1802, 0x05e1}, + {-482, 93, 1802, 0x0000}, + {-482, 93, 1613, 0x05fa} + } +}; + +StandTile tile_375 = { + 0x009712, 0x14, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-602, 93, 1613, 0x0606}, + {-542, 93, 1802, 0x05fa}, + {-542, 93, 1613, 0x062b} + } +}; + +StandTile tile_376 = { + 0x009711, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-602, 93, 1613, 0x0000}, + {-602, 93, 1802, 0x05d8}, + {-542, 93, 1802, 0x0602} + } +}; + +StandTile tile_377 = { + 0x083812, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-637, 93, 1597, 0x060f}, + {-617, 93, 1478, 0x0000}, + {-637, 93, 1478, 0x0492}, + {-637, 93, 1551, 0x0489} + } +}; + +StandTile tile_378 = { + 0x083811, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 93, 1597, 0x0000}, + {-617, 93, 1597, 0x0624}, + {-617, 93, 1478, 0x060a} + } +}; + +StandTile tile_379 = { + 0x06a612, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-542, 93, 1613, 0x0618}, + {-482, 93, 1319, 0x08f5}, + {-542, 93, 1319, 0x0620}, + {-542, 93, 1462, 0x062b} + } +}; + +StandTile tile_380 = { + 0x06a611, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1613, 0x05fa}, + {-482, 93, 1613, 0x0000}, + {-482, 93, 1319, 0x0613} + } +}; + +StandTile tile_381 = { + 0x075812, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1462, 0x0620}, + {-602, 93, 1319, 0x0000}, + {-602, 93, 1462, 0x0624} + } +}; + +StandTile tile_382 = { + 0x075811, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1462, 0x0613}, + {-542, 93, 1319, 0x08fd}, + {-602, 93, 1319, 0x061c} + } +}; + +StandTile tile_383 = { + 0x009612, 0x13, + 0x0, + 0xe, 0xe, 0xe, + 6, + 0x0, 0x1, 0x3, + { + {-617, 93, 1613, 0x062b}, + {-542, 93, 1462, 0x061c}, + {-602, 93, 1462, 0x0000}, + {-617, 93, 1462, 0x0000}, + {-617, 93, 1478, 0x060f}, + {-617, 93, 1597, 0x0000} + } +}; + +StandTile tile_384 = { + 0x009611, 0x13, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {-617, 93, 1613, 0x0000}, + {-602, 93, 1613, 0x0602}, + {-542, 93, 1613, 0x0613}, + {-542, 93, 1462, 0x0624} + } +}; + +StandTile tile_385 = { + 0x06bc12, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-370, 46, 951, 0x0634}, + {-390, 46, 891, 0x06a7}, + {-390, 46, 951, 0x0638} + } +}; + +StandTile tile_386 = { + 0x06bc11, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-370, 46, 951, 0x068d}, + {-370, 46, 891, 0x0000}, + {-390, 46, 891, 0x0630} + } +}; + +StandTile tile_387 = { + 0x066012, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-390, 46, 1011, 0x063c}, + {-370, 46, 951, 0x0630}, + {-390, 46, 951, 0x06a7} + } +}; + +StandTile tile_388 = { + 0x066011, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-390, 46, 1011, 0x0000}, + {-370, 46, 1011, 0x068d}, + {-370, 46, 951, 0x0638} + } +}; + +StandTile tile_389 = { + 0x06cf12, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-332, 12, 891, 0x0645}, + {-332, 23, 1011, 0x0000}, + {-332, 12, 1011, 0x0685}, + {-332, 12, 951, 0x067d} + } +}; + +StandTile tile_390 = { + 0x06cf11, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-332, 12, 891, 0x0000}, + {-332, 23, 891, 0x0671}, + {-332, 23, 951, 0x0679}, + {-332, 23, 1011, 0x0640} + } +}; + +StandTile tile_391 = { + 0x06d012, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-312, 12, 1011, 0x064f}, + {-312, 0, 891, 0x0000}, + {-312, 12, 891, 0x0681}, + {-312, 12, 951, 0x0689} + } +}; + +StandTile tile_392 = { + 0x06d011, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-312, 12, 1011, 0x0000}, + {-312, 0, 1011, 0x0f82}, + {-312, 0, 891, 0x064a} + } +}; + +StandTile tile_393 = { + 0x06ce12, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-351, 23, 891, 0x0658}, + {-351, 35, 1011, 0x0000}, + {-351, 23, 1011, 0x0675}, + {-351, 23, 951, 0x066d} + } +}; + +StandTile tile_394 = { + 0x06ce11, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-351, 23, 891, 0x0000}, + {-351, 35, 891, 0x0661}, + {-351, 35, 951, 0x0669}, + {-351, 35, 1011, 0x0653} + } +}; + +StandTile tile_395 = { + 0x06c012, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-351, 35, 951, 0x0661}, + {-370, 35, 891, 0x0692}, + {-370, 35, 951, 0x0665} + } +}; + +StandTile tile_396 = { + 0x06c011, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-351, 35, 951, 0x0658}, + {-351, 35, 891, 0x0000}, + {-370, 35, 891, 0x065d} + } +}; + +StandTile tile_397 = { + 0x066412, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-370, 35, 1011, 0x0669}, + {-351, 35, 951, 0x065d}, + {-370, 35, 951, 0x0692} + } +}; + +StandTile tile_398 = { + 0x066411, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-370, 35, 1011, 0x0000}, + {-351, 35, 1011, 0x0658}, + {-351, 35, 951, 0x0665} + } +}; + +StandTile tile_399 = { + 0x06c112, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-332, 23, 951, 0x0671}, + {-351, 23, 891, 0x0653}, + {-351, 23, 951, 0x0675} + } +}; + +StandTile tile_400 = { + 0x06c111, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-332, 23, 951, 0x0645}, + {-332, 23, 891, 0x0000}, + {-351, 23, 891, 0x066d} + } +}; + +StandTile tile_401 = { + 0x066512, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-351, 23, 1011, 0x0679}, + {-332, 23, 951, 0x066d}, + {-351, 23, 951, 0x0653} + } +}; + +StandTile tile_402 = { + 0x066511, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-351, 23, 1011, 0x0000}, + {-332, 23, 1011, 0x0645}, + {-332, 23, 951, 0x0675} + } +}; + +StandTile tile_403 = { + 0x06c212, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-312, 12, 951, 0x0681}, + {-332, 12, 891, 0x0640}, + {-332, 12, 951, 0x0685} + } +}; + +StandTile tile_404 = { + 0x06c211, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-312, 12, 951, 0x064a}, + {-312, 12, 891, 0x0000}, + {-332, 12, 891, 0x067d} + } +}; + +StandTile tile_405 = { + 0x066612, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-332, 12, 1011, 0x0689}, + {-312, 12, 951, 0x067d}, + {-332, 12, 951, 0x0640} + } +}; + +StandTile tile_406 = { + 0x066611, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-332, 12, 1011, 0x0000}, + {-312, 12, 1011, 0x064a}, + {-312, 12, 951, 0x0685} + } +}; + +StandTile tile_407 = { + 0x06cd12, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {-370, 46, 1011, 0x0692}, + {-370, 35, 891, 0x0000}, + {-370, 46, 891, 0x0634}, + {-370, 46, 951, 0x063c} + } +}; + +StandTile tile_408 = { + 0x06cd11, 0x12, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {-370, 46, 1011, 0x0000}, + {-370, 35, 1011, 0x0665}, + {-370, 35, 951, 0x065d}, + {-370, 35, 891, 0x068d} + } +}; + +StandTile tile_409 = { + 0x06c412, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-428, 81, 951, 0x069b}, + {-448, 81, 891, 0x06e5}, + {-448, 81, 951, 0x069f} + } +}; + +StandTile tile_410 = { + 0x06c411, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-428, 81, 951, 0x06db}, + {-428, 81, 891, 0x0000}, + {-448, 81, 891, 0x0697} + } +}; + +StandTile tile_411 = { + 0x066812, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-448, 81, 1011, 0x06a3}, + {-428, 81, 951, 0x0697}, + {-448, 81, 951, 0x06e5} + } +}; + +StandTile tile_412 = { + 0x066811, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-448, 81, 1011, 0x0000}, + {-428, 81, 1011, 0x06db}, + {-428, 81, 951, 0x069f} + } +}; + +StandTile tile_413 = { + 0x06cc12, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {-390, 46, 891, 0x06ac}, + {-390, 58, 1011, 0x0000}, + {-390, 46, 1011, 0x0638}, + {-390, 46, 951, 0x0630} + } +}; + +StandTile tile_414 = { + 0x06cc11, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-390, 46, 891, 0x0000}, + {-390, 58, 891, 0x06cf}, + {-390, 58, 951, 0x06d7}, + {-390, 58, 1011, 0x06a7} + } +}; + +StandTile tile_415 = { + 0x06cb12, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x2, + { + {-409, 69, 1011, 0x06b6}, + {-409, 58, 891, 0x0000}, + {-409, 69, 891, 0x06bf}, + {-409, 69, 951, 0x06c7} + } +}; + +StandTile tile_416 = { + 0x06cb11, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {-409, 69, 1011, 0x0000}, + {-409, 58, 1011, 0x06d3}, + {-409, 58, 951, 0x06cb}, + {-409, 58, 891, 0x06b1} + } +}; + +StandTile tile_417 = { + 0x06c712, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-409, 69, 951, 0x06bf}, + {-428, 69, 891, 0x06e0}, + {-428, 69, 951, 0x06c3} + } +}; + +StandTile tile_418 = { + 0x06c711, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-409, 69, 951, 0x06b1}, + {-409, 69, 891, 0x0000}, + {-428, 69, 891, 0x06bb} + } +}; + +StandTile tile_419 = { + 0x066b12, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-428, 69, 1011, 0x06c7}, + {-409, 69, 951, 0x06bb}, + {-428, 69, 951, 0x06e0} + } +}; + +StandTile tile_420 = { + 0x066b11, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-428, 69, 1011, 0x0000}, + {-409, 69, 1011, 0x06b1}, + {-409, 69, 951, 0x06c3} + } +}; + +StandTile tile_421 = { + 0x06c812, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-390, 58, 951, 0x06cf}, + {-409, 58, 891, 0x06b6}, + {-409, 58, 951, 0x06d3} + } +}; + +StandTile tile_422 = { + 0x06c811, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-390, 58, 951, 0x06ac}, + {-390, 58, 891, 0x0000}, + {-409, 58, 891, 0x06cb} + } +}; + +StandTile tile_423 = { + 0x066c12, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-409, 58, 1011, 0x06d7}, + {-390, 58, 951, 0x06cb}, + {-409, 58, 951, 0x06b6} + } +}; + +StandTile tile_424 = { + 0x066c11, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-409, 58, 1011, 0x0000}, + {-390, 58, 1011, 0x06ac}, + {-390, 58, 951, 0x06d3} + } +}; + +StandTile tile_425 = { + 0x06ca12, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-428, 81, 1011, 0x06e0}, + {-428, 69, 891, 0x0000}, + {-428, 81, 891, 0x069b}, + {-428, 81, 951, 0x06a3} + } +}; + +StandTile tile_426 = { + 0x06ca11, 0x12, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {-428, 81, 1011, 0x0000}, + {-428, 69, 1011, 0x06c3}, + {-428, 69, 951, 0x06bb}, + {-428, 69, 891, 0x06db} + } +}; + +StandTile tile_427 = { + 0x066e12, 0x12, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x2, + { + {-448, 81, 891, 0x06ea}, + {-448, 93, 1011, 0x0000}, + {-448, 81, 1011, 0x069f}, + {-448, 81, 951, 0x0697} + } +}; + +StandTile tile_428 = { + 0x066e11, 0x12, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {-448, 81, 891, 0x0000}, + {-448, 93, 891, 0x090d}, + {-448, 93, 951, 0x0915}, + {-448, 93, 1011, 0x06e5} + } +}; + +StandTile tile_429 = { + 0x009f10, 0x11, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-833, 93, 698, 0x0b00}, + {-775, 93, 698, 0x08a7}, + {-833, 93, 625, 0x06f3} + } +}; + +StandTile tile_430 = { + 0x009e10, 0x11, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {-895, 93, 698, 0x0af8}, + {-835, 93, 698, 0x0b00}, + {-833, 93, 698, 0x06ef}, + {-833, 93, 625, 0x08cc} + } +}; + +StandTile tile_431 = { + 0x00aa10, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-602, 93, 162, 0x0000}, + {-671, 93, 89, 0x0000}, + {-664, 73, 113, 0x0720} + } +}; + +StandTile tile_432 = { + 0x00a710, 0x11, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-698, 93, 89, 0x0000}, + {-725, 93, 89, 0x0700}, + {-698, 84, 118, 0x0000} + } +}; + +StandTile tile_433 = { + 0x00a610, 0x11, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-698, 84, 118, 0x06fc}, + {-725, 93, 89, 0x0704}, + {-752, 84, 131, 0x0730} + } +}; + +StandTile tile_434 = { + 0x00a510, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-725, 93, 89, 0x0000}, + {-791, 93, 89, 0x0708}, + {-752, 84, 131, 0x0700} + } +}; + +StandTile tile_435 = { + 0x00a410, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-752, 84, 131, 0x0704}, + {-791, 93, 89, 0x070c}, + {-826, 73, 131, 0x0738} + } +}; + +StandTile tile_436 = { + 0x00a310, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-791, 93, 89, 0x0000}, + {-957, 93, 89, 0x0710}, + {-826, 73, 131, 0x0708} + } +}; + +StandTile tile_437 = { + 0x00a210, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-826, 73, 131, 0x070c}, + {-957, 93, 89, 0x0000}, + {-965, 73, 121, 0x0740} + } +}; + +StandTile tile_438 = { + 0x00bb10, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-545, 93, 219, 0x0000}, + {-575, 93, 189, 0x0718}, + {-567, 73, 197, 0x07c8} + } +}; + +StandTile tile_439 = { + 0x00ba10, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-575, 93, 189, 0x0000}, + {-602, 93, 162, 0x071c}, + {-567, 73, 197, 0x0714} + } +}; + +StandTile tile_440 = { + 0x00b910, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-567, 73, 197, 0x0718}, + {-602, 93, 162, 0x0720}, + {-617, 87, 197, 0x07d0} + } +}; + +StandTile tile_441 = { + 0x00b810, 0x11, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-602, 93, 162, 0x06f8}, + {-664, 73, 113, 0x0724}, + {-617, 87, 197, 0x071c} + } +}; + +StandTile tile_442 = { + 0x00b710, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-617, 87, 197, 0x0720}, + {-664, 73, 113, 0x0728}, + {-675, 69, 197, 0x07d8} + } +}; + +StandTile tile_443 = { + 0x00b610, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-664, 73, 113, 0x0000}, + {-698, 84, 118, 0x072c}, + {-675, 69, 197, 0x0724} + } +}; + +StandTile tile_444 = { + 0x00b510, 0x11, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-675, 69, 197, 0x0728}, + {-698, 84, 118, 0x0730}, + {-714, 73, 197, 0x07e4} + } +}; + +StandTile tile_445 = { + 0x00b410, 0x11, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-698, 84, 118, 0x0700}, + {-752, 84, 131, 0x0734}, + {-714, 73, 197, 0x072c} + } +}; + +StandTile tile_446 = { + 0x00b310, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-714, 73, 197, 0x0730}, + {-752, 84, 131, 0x0738}, + {-787, 73, 201, 0x078c} + } +}; + +StandTile tile_447 = { + 0x00b210, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-752, 84, 131, 0x0708}, + {-826, 73, 131, 0x073c}, + {-787, 73, 201, 0x0734} + } +}; + +StandTile tile_448 = { + 0x00b110, 0x11, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-787, 73, 201, 0x0738}, + {-826, 73, 131, 0x0740}, + {-870, 84, 201, 0x0794} + } +}; + +StandTile tile_449 = { + 0x00b010, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-826, 73, 131, 0x0710}, + {-965, 73, 121, 0x0744}, + {-870, 84, 201, 0x073c} + } +}; + +StandTile tile_450 = { + 0x00af10, 0x11, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-870, 84, 201, 0x0740}, + {-965, 73, 121, 0x0748}, + {-937, 62, 193, 0x079c} + } +}; + +StandTile tile_451 = { + 0x00ae10, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-965, 73, 121, 0x0000}, + {-1046, 93, 127, 0x074c}, + {-937, 62, 193, 0x0744} + } +}; + +StandTile tile_452 = { + 0x00ad10, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-937, 62, 193, 0x0748}, + {-1046, 93, 127, 0x07e8}, + {-1026, 73, 204, 0x07a8} + } +}; + +StandTile tile_453 = { + 0x00c110, 0x11, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1161, 93, 394, 0x0754}, + {-1107, 73, 328, 0x076c}, + {-1161, 93, 328, 0x0000} + } +}; + +StandTile tile_454 = { + 0x00c010, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1100, 73, 394, 0x0758}, + {-1107, 73, 328, 0x0750}, + {-1161, 93, 394, 0x0825} + } +}; + +StandTile tile_455 = { + 0x00bf10, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1100, 73, 394, 0x075c}, + {-1034, 50, 328, 0x0774}, + {-1107, 73, 328, 0x0754} + } +}; + +StandTile tile_456 = { + 0x00be10, 0x11, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1033, 73, 394, 0x0760}, + {-1034, 50, 328, 0x0758}, + {-1100, 73, 394, 0x0825} + } +}; + +StandTile tile_457 = { + 0x00bd10, 0x11, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1033, 73, 394, 0x0764}, + {-972, 73, 328, 0x0780}, + {-1034, 50, 328, 0x075c} + } +}; + +StandTile tile_458 = { + 0x00bc10, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-972, 73, 394, 0x07fb}, + {-972, 73, 328, 0x0760}, + {-1033, 73, 394, 0x0825} + } +}; + +StandTile tile_459 = { + 0x00c710, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1161, 93, 328, 0x076c}, + {-1128, 73, 265, 0x0000}, + {-1161, 93, 278, 0x0000} + } +}; + +StandTile tile_460 = { + 0x00c610, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1107, 73, 328, 0x0770}, + {-1128, 73, 265, 0x0768}, + {-1161, 93, 328, 0x0750} + } +}; + +StandTile tile_461 = { + 0x00c510, 0x11, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1107, 73, 328, 0x0774}, + {-1034, 73, 278, 0x07bc}, + {-1128, 73, 265, 0x076c} + } +}; + +StandTile tile_462 = { + 0x00c410, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 50, 328, 0x077c}, + {-1034, 73, 278, 0x0770}, + {-1107, 73, 328, 0x0758} + } +}; + +StandTile tile_463 = { + 0x078e10, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 50, 328, 0x0780}, + {-972, 73, 278, 0x0000}, + {-995, 70, 278, 0x077c} + } +}; + +StandTile tile_464 = { + 0x00c310, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 50, 328, 0x0778}, + {-995, 70, 278, 0x07b4}, + {-1034, 73, 278, 0x0774} + } +}; + +StandTile tile_465 = { + 0x00c210, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-972, 73, 328, 0x07fb}, + {-972, 73, 278, 0x0778}, + {-1034, 50, 328, 0x0760} + } +}; + +StandTile tile_466 = { + 0x00d510, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-698, 73, 255, 0x07e4}, + {-714, 73, 197, 0x0788}, + {-698, 73, 278, 0x0000} + } +}; + +StandTile tile_467 = { + 0x00d410, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-698, 73, 278, 0x0784}, + {-714, 73, 197, 0x078c}, + {-748, 73, 278, 0x07ec} + } +}; + +StandTile tile_468 = { + 0x00d310, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-714, 73, 197, 0x0734}, + {-787, 73, 201, 0x0790}, + {-748, 73, 278, 0x0788} + } +}; + +StandTile tile_469 = { + 0x00d210, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-748, 73, 278, 0x078c}, + {-787, 73, 201, 0x0794}, + {-829, 73, 278, 0x07ec} + } +}; + +StandTile tile_470 = { + 0x00d110, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-787, 73, 201, 0x073c}, + {-870, 84, 201, 0x0798}, + {-829, 73, 278, 0x0790} + } +}; + +StandTile tile_471 = { + 0x00d010, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-829, 73, 278, 0x0794}, + {-870, 84, 201, 0x079c}, + {-903, 73, 278, 0x07ec} + } +}; + +StandTile tile_472 = { + 0x00cf10, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-870, 84, 201, 0x0744}, + {-937, 62, 193, 0x07a0}, + {-903, 73, 278, 0x0798} + } +}; + +StandTile tile_473 = { + 0x00ce10, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-903, 73, 278, 0x079c}, + {-937, 62, 193, 0x07ac}, + {-972, 73, 278, 0x07ec} + } +}; + +StandTile tile_474 = { + 0x078b12, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-937, 62, 193, 0x07a8}, + {-995, 70, 255, 0x0000}, + {-972, 70, 255, 0x07ac} + } +}; + +StandTile tile_475 = { + 0x078b11, 0x11, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-937, 62, 193, 0x074c}, + {-1026, 73, 204, 0x07b0}, + {-995, 70, 255, 0x07a4} + } +}; + +StandTile tile_476 = { + 0x00cd10, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-937, 62, 193, 0x07a4}, + {-972, 70, 255, 0x0000}, + {-972, 73, 278, 0x07a0} + } +}; + +StandTile tile_477 = { + 0x078d12, 0x11, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 73, 204, 0x07b4}, + {-995, 70, 278, 0x0000}, + {-995, 70, 255, 0x07a8} + } +}; + +StandTile tile_478 = { + 0x078d11, 0x11, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 73, 204, 0x07b8}, + {-1034, 73, 278, 0x077c}, + {-995, 70, 278, 0x07b0} + } +}; + +StandTile tile_479 = { + 0x00cb10, 0x11, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 73, 204, 0x07e8}, + {-1103, 93, 193, 0x07bc}, + {-1034, 73, 278, 0x07b4} + } +}; + +StandTile tile_480 = { + 0x00ca10, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 73, 278, 0x07b8}, + {-1103, 93, 193, 0x07c0}, + {-1128, 73, 265, 0x0770} + } +}; + +StandTile tile_481 = { + 0x00c910, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1103, 93, 193, 0x0000}, + {-1161, 93, 239, 0x0000}, + {-1128, 73, 265, 0x07bc} + } +}; + +StandTile tile_482 = { + 0x00dd10, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-545, 93, 219, 0x07c8}, + {-540, 73, 255, 0x0809}, + {-509, 93, 255, 0x0000} + } +}; + +StandTile tile_483 = { + 0x00dc10, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-567, 73, 197, 0x07cc}, + {-540, 73, 255, 0x07c4}, + {-545, 93, 219, 0x0714} + } +}; + +StandTile tile_484 = { + 0x00db10, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-567, 73, 197, 0x07d0}, + {-583, 73, 255, 0x080e}, + {-540, 73, 255, 0x07c8} + } +}; + +StandTile tile_485 = { + 0x00da10, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-617, 87, 197, 0x07d4}, + {-583, 73, 255, 0x07cc}, + {-567, 73, 197, 0x071c} + } +}; + +StandTile tile_486 = { + 0x00d910, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-617, 87, 197, 0x07d8}, + {-657, 73, 255, 0x080e}, + {-583, 73, 255, 0x07d0} + } +}; + +StandTile tile_487 = { + 0x00d810, 0x11, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-675, 69, 197, 0x07e0}, + {-657, 73, 255, 0x07d4}, + {-617, 87, 197, 0x0724} + } +}; + +StandTile tile_488 = { + 0x078910, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-675, 69, 197, 0x07e4}, + {-698, 73, 255, 0x0000}, + {-675, 73, 255, 0x07e0} + } +}; + +StandTile tile_489 = { + 0x00d710, 0x11, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-675, 69, 197, 0x07dc}, + {-675, 73, 255, 0x080e}, + {-657, 73, 255, 0x07d8} + } +}; + +StandTile tile_490 = { + 0x00d610, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-714, 73, 197, 0x0784}, + {-698, 73, 255, 0x07dc}, + {-675, 69, 197, 0x072c} + } +}; + +StandTile tile_491 = { + 0x00de10, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 73, 204, 0x074c}, + {-1046, 93, 127, 0x0000}, + {-1103, 93, 193, 0x07b8} + } +}; + +StandTile tile_492 = { + 0x00df12, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 6, + 0x0, 0x1, 0x5, + { + {-972, 81, 278, 0x07f3}, + {-698, 73, 278, 0x0788}, + {-748, 73, 278, 0x0790}, + {-829, 73, 278, 0x0798}, + {-903, 73, 278, 0x07a0}, + {-972, 73, 278, 0x07f7} + } +}; + +StandTile tile_493 = { + 0x00df11, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-972, 81, 278, 0x0848}, + {-698, 81, 278, 0x0000}, + {-698, 73, 278, 0x07ec} + } +}; + +StandTile tile_494 = { + 0x00e012, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-972, 73, 278, 0x07fb}, + {-972, 81, 394, 0x0850}, + {-972, 81, 278, 0x07ec} + } +}; + +StandTile tile_495 = { + 0x00e011, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {-972, 73, 278, 0x0780}, + {-972, 73, 328, 0x0764}, + {-972, 73, 394, 0x082a}, + {-972, 81, 394, 0x07f7} + } +}; + +StandTile tile_496 = { + 0x00e112, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-972, 93, 509, 0x0804}, + {-698, 81, 509, 0x0855}, + {-972, 81, 509, 0x081d} + } +}; + +StandTile tile_497 = { + 0x00e111, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {-972, 93, 509, 0x08d8}, + {-833, 93, 509, 0x08af}, + {-698, 93, 509, 0x0819}, + {-698, 81, 509, 0x0800} + } +}; + +StandTile tile_498 = { + 0x078a12, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-540, 73, 255, 0x080e}, + {-675, 93, 255, 0x0833}, + {-532, 93, 255, 0x0000}, + {-509, 93, 255, 0x07c4} + } +}; + +StandTile tile_499 = { + 0x078a11, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x3, 0x4, + { + {-540, 73, 255, 0x07cc}, + {-583, 73, 255, 0x07d4}, + {-657, 73, 255, 0x07e0}, + {-675, 73, 255, 0x0000}, + {-675, 93, 255, 0x0809} + } +}; + +StandTile tile_500 = { + 0x00e312, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-698, 81, 278, 0x0819}, + {-698, 93, 509, 0x0859}, + {-698, 93, 394, 0x0843}, + {-698, 93, 278, 0x0000} + } +}; + +StandTile tile_501 = { + 0x00e311, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-698, 81, 278, 0x084c}, + {-698, 81, 509, 0x0804}, + {-698, 93, 509, 0x0814} + } +}; + +StandTile tile_502 = { + 0x00e412, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-972, 81, 509, 0x0821}, + {-972, 93, 394, 0x087e}, + {-972, 93, 509, 0x0800} + } +}; + +StandTile tile_503 = { + 0x00e411, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-972, 81, 509, 0x0850}, + {-972, 81, 394, 0x082a}, + {-972, 93, 394, 0x081d} + } +}; + +StandTile tile_504 = { + 0x078812, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-1161, 93, 394, 0x082a}, + {-972, 73, 394, 0x0764}, + {-1033, 73, 394, 0x075c}, + {-1100, 73, 394, 0x0754} + } +}; + +StandTile tile_505 = { + 0x078811, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-1161, 93, 394, 0x0883}, + {-972, 93, 394, 0x0821}, + {-972, 81, 394, 0x07fb}, + {-972, 73, 394, 0x0825} + } +}; + +StandTile tile_506 = { + 0x00e612, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-532, 93, 278, 0x0833}, + {-675, 93, 255, 0x0000}, + {-675, 93, 278, 0x0843} + } +}; + +StandTile tile_507 = { + 0x00e611, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-532, 93, 278, 0x0000}, + {-532, 93, 255, 0x0809}, + {-675, 93, 255, 0x082f} + } +}; + +StandTile tile_508 = { + 0x00e710, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-509, 93, 394, 0x0000}, + {-509, 93, 278, 0x0000}, + {-532, 93, 278, 0x083b} + } +}; + +StandTile tile_509 = { + 0x06d110, 0x11, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-604, 93, 394, 0x0862}, + {-509, 93, 394, 0x0837}, + {-532, 93, 278, 0x083f} + } +}; + +StandTile tile_510 = { + 0x00e810, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-698, 93, 394, 0x085e}, + {-604, 93, 394, 0x083b}, + {-532, 93, 278, 0x0843} + } +}; + +StandTile tile_511 = { + 0x00e910, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {-698, 93, 278, 0x0814}, + {-698, 93, 394, 0x083f}, + {-532, 93, 278, 0x082f}, + {-675, 93, 278, 0x0000} + } +}; + +StandTile tile_512 = { + 0x00ea10, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-833, 81, 394, 0x084c}, + {-698, 81, 278, 0x07f3}, + {-972, 81, 278, 0x0850} + } +}; + +StandTile tile_513 = { + 0x00eb10, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-833, 81, 394, 0x0855}, + {-698, 81, 509, 0x0819}, + {-698, 81, 278, 0x0848} + } +}; + +StandTile tile_514 = { + 0x00ec10, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-833, 81, 394, 0x0848}, + {-972, 81, 278, 0x07f7}, + {-972, 81, 394, 0x0821}, + {-972, 81, 509, 0x0855} + } +}; + +StandTile tile_515 = { + 0x00ed10, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-972, 81, 509, 0x0800}, + {-698, 81, 509, 0x084c}, + {-833, 81, 394, 0x0850} + } +}; + +StandTile tile_516 = { + 0x00ee10, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {-698, 93, 394, 0x0814}, + {-698, 93, 509, 0x0000}, + {-675, 93, 509, 0x086e}, + {-532, 93, 509, 0x085e} + } +}; + +StandTile tile_517 = { + 0x06d210, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-604, 93, 394, 0x083f}, + {-698, 93, 394, 0x0859}, + {-532, 93, 509, 0x0862} + } +}; + +StandTile tile_518 = { + 0x00ef10, 0x11, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-509, 93, 394, 0x083b}, + {-604, 93, 394, 0x085e}, + {-532, 93, 509, 0x0876} + } +}; + +StandTile tile_519 = { + 0x00f010, 0x11, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-594, 93, 617, 0x0000}, + {-521, 93, 544, 0x087a}, + {-532, 93, 532, 0x0872} + } +}; + +StandTile tile_520 = { + 0x00f112, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-532, 93, 509, 0x086e}, + {-675, 93, 532, 0x0872}, + {-532, 93, 532, 0x0000} + } +}; + +StandTile tile_521 = { + 0x00f111, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-532, 93, 509, 0x0859}, + {-675, 93, 509, 0x0000}, + {-675, 93, 532, 0x086a} + } +}; + +StandTile tile_522 = { + 0x00f210, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-675, 93, 532, 0x08bc}, + {-594, 93, 617, 0x0866}, + {-532, 93, 532, 0x086a} + } +}; + +StandTile tile_523 = { + 0x00f310, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-509, 93, 509, 0x0000}, + {-509, 93, 394, 0x0862}, + {-532, 93, 509, 0x0000} + } +}; + +StandTile tile_524 = { + 0x00f410, 0x11, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-509, 93, 532, 0x0000}, + {-532, 93, 532, 0x0866}, + {-521, 93, 544, 0x0000} + } +}; + +StandTile tile_525 = { + 0x00f510, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {-1138, 93, 509, 0x088b}, + {-995, 93, 509, 0x0000}, + {-972, 93, 509, 0x081d}, + {-972, 93, 394, 0x0883} + } +}; + +StandTile tile_526 = { + 0x00f610, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 509, 0x087e}, + {-972, 93, 394, 0x082a}, + {-1161, 93, 394, 0x0897} + } +}; + +StandTile tile_527 = { + 0x00f710, 0x11, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 532, 0x089b}, + {-1150, 93, 544, 0x0000}, + {-1076, 93, 617, 0x0893} + } +}; + +StandTile tile_528 = { + 0x00f812, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 532, 0x088f}, + {-995, 93, 509, 0x087e}, + {-1138, 93, 509, 0x0000} + } +}; + +StandTile tile_529 = { + 0x00f811, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 532, 0x0893}, + {-995, 93, 532, 0x0000}, + {-995, 93, 509, 0x088b} + } +}; + +StandTile tile_530 = { + 0x00f910, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 532, 0x0887}, + {-1076, 93, 617, 0x08e5}, + {-995, 93, 532, 0x088f} + } +}; + +StandTile tile_531 = { + 0x00fa10, 0x11, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 509, 0x0883}, + {-1161, 93, 394, 0x0000}, + {-1161, 93, 509, 0x0000} + } +}; + +StandTile tile_532 = { + 0x00fb10, 0x11, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1150, 93, 544, 0x0887}, + {-1138, 93, 532, 0x0000}, + {-1161, 93, 532, 0x0000} + } +}; + +StandTile tile_533 = { + 0x00fc10, 0x11, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-741, 93, 698, 0x0000}, + {-698, 93, 698, 0x0000}, + {-698, 93, 675, 0x08a3} + } +}; + +StandTile tile_534 = { + 0x00fd12, 0x11, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-833, 93, 625, 0x08a7}, + {-741, 93, 698, 0x089f}, + {-698, 93, 675, 0x08ab} + } +}; + +StandTile tile_535 = { + 0x00fd11, 0x11, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-833, 93, 625, 0x06ef}, + {-775, 93, 698, 0x0000}, + {-741, 93, 698, 0x08a3} + } +}; + +StandTile tile_536 = { + 0x00fe10, 0x11, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-833, 93, 509, 0x08d4}, + {-833, 93, 625, 0x08a3}, + {-698, 93, 675, 0x08af} + } +}; + +StandTile tile_537 = { + 0x00ff10, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {-698, 93, 675, 0x08b4}, + {-698, 93, 532, 0x0000}, + {-698, 93, 509, 0x0804}, + {-833, 93, 509, 0x08ab} + } +}; + +StandTile tile_538 = { + 0x010012, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-675, 93, 675, 0x08b8}, + {-698, 93, 532, 0x08af}, + {-698, 93, 675, 0x0000} + } +}; + +StandTile tile_539 = { + 0x010011, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-675, 93, 675, 0x08bc}, + {-675, 93, 532, 0x0000}, + {-698, 93, 532, 0x08b4} + } +}; + +StandTile tile_540 = { + 0x010110, 0x11, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-675, 93, 675, 0x08c0}, + {-594, 93, 617, 0x0872}, + {-675, 93, 532, 0x08b8} + } +}; + +StandTile tile_541 = { + 0x010210, 0x11, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-675, 93, 675, 0x08c4}, + {-656, 93, 679, 0x0000}, + {-594, 93, 617, 0x08bc} + } +}; + +StandTile tile_542 = { + 0x010310, 0x11, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-675, 93, 698, 0x0000}, + {-656, 93, 679, 0x08c0}, + {-675, 93, 675, 0x0000} + } +}; + +StandTile tile_543 = { + 0x010410, 0x11, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-972, 93, 675, 0x0000}, + {-972, 93, 698, 0x0000}, + {-930, 93, 698, 0x08d0} + } +}; + +StandTile tile_544 = { + 0x010512, 0x11, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-972, 93, 675, 0x08d0}, + {-895, 93, 698, 0x06f3}, + {-833, 93, 625, 0x08d4} + } +}; + +StandTile tile_545 = { + 0x010511, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-972, 93, 675, 0x08c8}, + {-930, 93, 698, 0x0000}, + {-895, 93, 698, 0x08cc} + } +}; + +StandTile tile_546 = { + 0x010610, 0x11, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-972, 93, 675, 0x08cc}, + {-833, 93, 625, 0x08ab}, + {-833, 93, 509, 0x08d8} + } +}; + +StandTile tile_547 = { + 0x010710, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {-833, 93, 509, 0x0804}, + {-972, 93, 509, 0x0000}, + {-972, 93, 532, 0x08e1}, + {-972, 93, 675, 0x08d4} + } +}; + +StandTile tile_548 = { + 0x010812, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-972, 93, 675, 0x08e1}, + {-995, 93, 532, 0x08e5}, + {-995, 93, 675, 0x0000} + } +}; + +StandTile tile_549 = { + 0x010811, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-972, 93, 675, 0x08d8}, + {-972, 93, 532, 0x0000}, + {-995, 93, 532, 0x08dd} + } +}; + +StandTile tile_550 = { + 0x010910, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-995, 93, 532, 0x0893}, + {-1076, 93, 617, 0x08e9}, + {-995, 93, 675, 0x08dd} + } +}; + +StandTile tile_551 = { + 0x010a10, 0x11, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1076, 93, 617, 0x0000}, + {-1015, 93, 679, 0x08ed}, + {-995, 93, 675, 0x08e5} + } +}; + +StandTile tile_552 = { + 0x010b10, 0x11, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-995, 93, 675, 0x08e9}, + {-1015, 93, 679, 0x0000}, + {-995, 93, 698, 0x0000} + } +}; + +StandTile tile_553 = { + 0x06a712, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1319, 0x08f5}, + {-482, 93, 1026, 0x0915}, + {-542, 93, 1026, 0x08fd} + } +}; + +StandTile tile_554 = { + 0x06a711, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1319, 0x0613}, + {-482, 93, 1319, 0x0000}, + {-482, 93, 1026, 0x08f1} + } +}; + +StandTile tile_555 = { + 0x009812, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-602, 93, 1319, 0x08fd}, + {-542, 93, 1026, 0x0920}, + {-602, 93, 1026, 0x0000} + } +}; + +StandTile tile_556 = { + 0x009811, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-602, 93, 1319, 0x0620}, + {-542, 93, 1319, 0x08f1}, + {-542, 93, 1026, 0x08f9} + } +}; + +StandTile tile_557 = { + 0x06b112, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 891, 0x0905}, + {-637, 93, 951, 0x091b}, + {-542, 93, 951, 0x0909} + } +}; + +StandTile tile_558 = { + 0x06b111, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 891, 0x0000}, + {-637, 93, 891, 0x0ad8}, + {-637, 93, 951, 0x0901} + } +}; + +StandTile tile_559 = { + 0x06a812, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-448, 93, 951, 0x090d}, + {-542, 93, 891, 0x0901}, + {-542, 93, 951, 0x0911} + } +}; + +StandTile tile_560 = { + 0x06a811, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-448, 93, 951, 0x06ea}, + {-448, 93, 891, 0x0000}, + {-542, 93, 891, 0x0909} + } +}; + +StandTile tile_561 = { + 0x06b012, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1026, 0x0915}, + {-448, 93, 951, 0x0909}, + {-542, 93, 951, 0x0920} + } +}; + +StandTile tile_562 = { + 0x06b011, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x2, 0x4, + { + {-542, 93, 1026, 0x08f1}, + {-482, 93, 1026, 0x0000}, + {-448, 93, 1026, 0x0000}, + {-448, 93, 1011, 0x06ea}, + {-448, 93, 951, 0x0911} + } +}; + +StandTile tile_563 = { + 0x009d12, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x2, + { + {-637, 93, 1026, 0x0920}, + {-542, 93, 951, 0x0901}, + {-637, 93, 951, 0x0af0}, + {-637, 93, 1011, 0x0000} + } +}; + +StandTile tile_564 = { + 0x009d11, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {-637, 93, 1026, 0x0000}, + {-602, 93, 1026, 0x08f9}, + {-542, 93, 1026, 0x0911}, + {-542, 93, 951, 0x091b} + } +}; + +StandTile tile_565 = { + 0x000810, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-957, 81, 1478, 0x09c9}, + {-957, 81, 1512, 0x0929}, + {-884, 93, 1478, 0x0a09} + } +}; + +StandTile tile_566 = { + 0x000710, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-957, 81, 1512, 0x092d}, + {-883, 93, 1516, 0x0000}, + {-884, 93, 1478, 0x0925} + } +}; + +StandTile tile_567 = { + 0x000610, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-914, 93, 1551, 0x0000}, + {-883, 93, 1516, 0x0929}, + {-957, 81, 1512, 0x0931} + } +}; + +StandTile tile_568 = { + 0x000510, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-957, 81, 1512, 0x0935}, + {-953, 93, 1570, 0x0000}, + {-914, 93, 1551, 0x092d} + } +}; + +StandTile tile_569 = { + 0x000410, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-953, 93, 1570, 0x0931}, + {-957, 81, 1512, 0x09cd}, + {-1003, 81, 1539, 0x0939} + } +}; + +StandTile tile_570 = { + 0x000310, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1003, 81, 1539, 0x093d}, + {-999, 89, 1601, 0x0000}, + {-953, 93, 1570, 0x0935} + } +}; + +StandTile tile_571 = { + 0x000210, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1003, 81, 1539, 0x09d5}, + {-1026, 81, 1601, 0x0941}, + {-999, 89, 1601, 0x0939} + } +}; + +StandTile tile_572 = { + 0x000110, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 81, 1601, 0x0945}, + {-957, 93, 1647, 0x0000}, + {-999, 89, 1601, 0x093d} + } +}; + +StandTile tile_573 = { + 0x000010, 0x0e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 81, 1601, 0x09dd}, + {-1007, 81, 1655, 0x0949}, + {-957, 93, 1647, 0x0941} + } +}; + +StandTile tile_574 = { + 0x001010, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-957, 93, 1647, 0x0945}, + {-1007, 81, 1655, 0x09e1}, + {-957, 81, 1740, 0x094d} + } +}; + +StandTile tile_575 = { + 0x000f10, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-957, 93, 1647, 0x0949}, + {-957, 81, 1740, 0x0951}, + {-891, 93, 1682, 0x0000} + } +}; + +StandTile tile_576 = { + 0x000e10, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-891, 93, 1682, 0x094d}, + {-957, 81, 1740, 0x0955}, + {-899, 93, 1752, 0x0000} + } +}; + +StandTile tile_577 = { + 0x000d10, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-957, 81, 1740, 0x0959}, + {-926, 93, 1775, 0x0000}, + {-899, 93, 1752, 0x0951} + } +}; + +StandTile tile_578 = { + 0x000c10, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-953, 93, 1806, 0x0000}, + {-926, 93, 1775, 0x0955}, + {-957, 81, 1740, 0x095d} + } +}; + +StandTile tile_579 = { + 0x000b10, 0x0e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-957, 81, 1740, 0x0961}, + {-1026, 93, 1794, 0x0000}, + {-953, 93, 1806, 0x0959} + } +}; + +StandTile tile_580 = { + 0x000a10, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-957, 81, 1740, 0x09e1}, + {-1026, 81, 1721, 0x0965}, + {-1026, 93, 1794, 0x095d} + } +}; + +StandTile tile_581 = { + 0x000910, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 81, 1721, 0x0969}, + {-1084, 93, 1782, 0x0000}, + {-1026, 93, 1794, 0x0961} + } +}; + +StandTile tile_582 = { + 0x001810, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1084, 93, 1782, 0x0965}, + {-1026, 81, 1721, 0x09e9}, + {-1084, 81, 1698, 0x096d} + } +}; + +StandTile tile_583 = { + 0x001710, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1084, 81, 1698, 0x0971}, + {-1123, 93, 1752, 0x0000}, + {-1084, 93, 1782, 0x0969} + } +}; + +StandTile tile_584 = { + 0x001610, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1084, 81, 1698, 0x09f1}, + {-1142, 81, 1686, 0x0975}, + {-1123, 93, 1752, 0x096d} + } +}; + +StandTile tile_585 = { + 0x001510, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1142, 81, 1686, 0x0979}, + {-1184, 93, 1740, 0x0000}, + {-1123, 93, 1752, 0x0971} + } +}; + +StandTile tile_586 = { + 0x001410, 0x0e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1142, 81, 1686, 0x09f9}, + {-1223, 81, 1671, 0x097d}, + {-1184, 93, 1740, 0x0975} + } +}; + +StandTile tile_587 = { + 0x001310, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1184, 93, 1740, 0x0979}, + {-1223, 81, 1671, 0x0a1c}, + {-1223, 81, 1744, 0x0981} + } +}; + +StandTile tile_588 = { + 0x001210, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1215, 93, 1767, 0x0000}, + {-1184, 93, 1740, 0x097d}, + {-1223, 81, 1744, 0x0985} + } +}; + +StandTile tile_589 = { + 0x001110, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1215, 93, 1767, 0x0981}, + {-1223, 81, 1744, 0x0a18}, + {-1223, 93, 1806, 0x0000} + } +}; + +StandTile tile_590 = { + 0x079210, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1084, 81, 1698, 0x09e9}, + {-1066, 79, 1657, 0x0000}, + {-1089, 79, 1657, 0x09ed} + } +}; + +StandTile tile_591 = { + 0x079110, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1007, 81, 1655, 0x09dd}, + {-1066, 79, 1635, 0x0000}, + {-1066, 79, 1657, 0x09e5} + } +}; + +StandTile tile_592 = { + 0x079010, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1066, 79, 1635, 0x09d9}, + {-1069, 75, 1582, 0x09b5}, + {-1089, 79, 1635, 0x0000} + } +}; + +StandTile tile_593 = { + 0x078f10, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1134, 81, 1640, 0x09ed}, + {-1089, 79, 1657, 0x0000}, + {-1089, 79, 1635, 0x09b9} + } +}; + +StandTile tile_594 = { + 0x002310, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1134, 81, 1551, 0x09ad}, + {-1093, 77, 1520, 0x099d}, + {-1134, 81, 1478, 0x0a13} + } +}; + +StandTile tile_595 = { + 0x002210, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1093, 77, 1520, 0x09a1}, + {-1088, 81, 1478, 0x0a09}, + {-1134, 81, 1478, 0x0999} + } +}; + +StandTile tile_596 = { + 0x002110, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 81, 1478, 0x0a09}, + {-1088, 81, 1478, 0x099d}, + {-1093, 77, 1520, 0x09a5} + } +}; + +StandTile tile_597 = { + 0x002010, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 81, 1478, 0x09a1}, + {-1093, 77, 1520, 0x09a9}, + {-1034, 81, 1505, 0x09c5} + } +}; + +StandTile tile_598 = { + 0x001f10, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1093, 77, 1520, 0x09ad}, + {-1069, 75, 1582, 0x09d1}, + {-1034, 81, 1505, 0x09a5} + } +}; + +StandTile tile_599 = { + 0x001e10, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1093, 77, 1520, 0x0999}, + {-1134, 81, 1551, 0x09b1}, + {-1069, 75, 1582, 0x09a9} + } +}; + +StandTile tile_600 = { + 0x001d10, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 75, 1582, 0x09ad}, + {-1134, 81, 1551, 0x0a13}, + {-1134, 81, 1613, 0x09b5} + } +}; + +StandTile tile_601 = { + 0x001c10, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1089, 79, 1635, 0x0991}, + {-1069, 75, 1582, 0x09b1}, + {-1134, 81, 1613, 0x09b9} + } +}; + +StandTile tile_602 = { + 0x001b10, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1134, 81, 1613, 0x09bd}, + {-1134, 81, 1640, 0x0995}, + {-1089, 79, 1635, 0x09b5} + } +}; + +StandTile tile_603 = { + 0x001a10, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1134, 81, 1613, 0x0a01}, + {-1223, 81, 1613, 0x09c1}, + {-1134, 81, 1640, 0x09b9} + } +}; + +StandTile tile_604 = { + 0x001910, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1134, 81, 1640, 0x09bd}, + {-1223, 81, 1613, 0x0a1c}, + {-1223, 81, 1636, 0x09f5} + } +}; + +StandTile tile_605 = { + 0x003110, 0x0e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-957, 81, 1478, 0x0a09}, + {-1034, 81, 1478, 0x09a5}, + {-1034, 81, 1505, 0x09c9} + } +}; + +StandTile tile_606 = { + 0x003010, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-957, 81, 1512, 0x0925}, + {-957, 81, 1478, 0x09c5}, + {-1034, 81, 1505, 0x09cd} + } +}; + +StandTile tile_607 = { + 0x002f10, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 81, 1505, 0x09d1}, + {-1003, 81, 1539, 0x0935}, + {-957, 81, 1512, 0x09c9} + } +}; + +StandTile tile_608 = { + 0x002e10, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 81, 1505, 0x09a9}, + {-1069, 75, 1582, 0x09d5}, + {-1003, 81, 1539, 0x09cd} + } +}; + +StandTile tile_609 = { + 0x002d10, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 75, 1582, 0x09d9}, + {-1026, 81, 1601, 0x093d}, + {-1003, 81, 1539, 0x09d1} + } +}; + +StandTile tile_610 = { + 0x002c10, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 75, 1582, 0x0991}, + {-1066, 79, 1635, 0x09dd}, + {-1026, 81, 1601, 0x09d5} + } +}; + +StandTile tile_611 = { + 0x002b10, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 81, 1601, 0x09d9}, + {-1066, 79, 1635, 0x098d}, + {-1007, 81, 1655, 0x0945} + } +}; + +StandTile tile_612 = { + 0x002a10, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 81, 1721, 0x0961}, + {-957, 81, 1740, 0x0949}, + {-1007, 81, 1655, 0x09e5} + } +}; + +StandTile tile_613 = { + 0x002910, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1026, 81, 1721, 0x09e1}, + {-1007, 81, 1655, 0x098d}, + {-1066, 79, 1657, 0x09e9} + } +}; + +StandTile tile_614 = { + 0x002810, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1066, 79, 1657, 0x0989}, + {-1084, 81, 1698, 0x0969}, + {-1026, 81, 1721, 0x09e5} + } +}; + +StandTile tile_615 = { + 0x002710, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1084, 81, 1698, 0x0989}, + {-1089, 79, 1657, 0x0995}, + {-1134, 81, 1640, 0x09f1} + } +}; + +StandTile tile_616 = { + 0x002610, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1134, 81, 1640, 0x09f5}, + {-1142, 81, 1686, 0x0971}, + {-1084, 81, 1698, 0x09ed} + } +}; + +StandTile tile_617 = { + 0x002510, 0x0e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1134, 81, 1640, 0x09c1}, + {-1223, 81, 1636, 0x09f9}, + {-1142, 81, 1686, 0x09f1} + } +}; + +StandTile tile_618 = { + 0x002410, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1142, 81, 1686, 0x09f5}, + {-1223, 81, 1636, 0x0a1c}, + {-1223, 81, 1671, 0x0979} + } +}; + +StandTile tile_619 = { + 0x003212, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1223, 81, 1613, 0x0a01}, + {-1134, 93, 1613, 0x0a6e}, + {-1223, 93, 1613, 0x0a1c} + } +}; + +StandTile tile_620 = { + 0x003211, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1223, 81, 1613, 0x09bd}, + {-1134, 81, 1613, 0x0a0f}, + {-1134, 93, 1613, 0x09fd} + } +}; + +StandTile tile_621 = { + 0x003312, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1134, 81, 1478, 0x0a09}, + {-884, 93, 1478, 0x0a5e}, + {-1134, 93, 1478, 0x0a13} + } +}; + +StandTile tile_622 = { + 0x003311, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x3, 0x4, + { + {-1134, 81, 1478, 0x099d}, + {-1088, 81, 1478, 0x09a1}, + {-1034, 81, 1478, 0x09c5}, + {-957, 81, 1478, 0x0925}, + {-884, 93, 1478, 0x0a05} + } +}; + +StandTile tile_623 = { + 0x003412, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1134, 81, 1613, 0x0a13}, + {-1134, 93, 1478, 0x0a4e}, + {-1134, 93, 1613, 0x0a01} + } +}; + +StandTile tile_624 = { + 0x003411, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {-1134, 81, 1613, 0x09b1}, + {-1134, 81, 1551, 0x0999}, + {-1134, 81, 1478, 0x0a05}, + {-1134, 93, 1478, 0x0a0f} + } +}; + +StandTile tile_625 = { + 0x078712, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1223, 81, 1744, 0x0a1c}, + {-1223, 93, 1613, 0x0a38}, + {-1223, 93, 1806, 0x0985} + } +}; + +StandTile tile_626 = { + 0x078711, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x3, 0x4, + { + {-1223, 81, 1744, 0x097d}, + {-1223, 81, 1671, 0x09f9}, + {-1223, 81, 1636, 0x09c1}, + {-1223, 81, 1613, 0x09fd}, + {-1223, 93, 1613, 0x0a18} + } +}; + +StandTile tile_627 = { + 0x06ac12, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1570, 0x0a26}, + {-1238, 93, 1319, 0x0a76}, + {-1298, 93, 1319, 0x0a2f} + } +}; + +StandTile tile_628 = { + 0x06ac11, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1570, 0x0a33}, + {-1238, 93, 1570, 0x0000}, + {-1238, 93, 1319, 0x0a22} + } +}; + +StandTile tile_629 = { + 0x003612, 0x0e, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {-1373, 93, 1570, 0x0a2f}, + {-1298, 93, 1319, 0x0a7e}, + {-1358, 93, 1319, 0x0000}, + {-1373, 93, 1319, 0x0000} + } +}; + +StandTile tile_630 = { + 0x003611, 0x0e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1373, 93, 1570, 0x0a3e}, + {-1298, 93, 1570, 0x0a22}, + {-1298, 93, 1319, 0x0a2a} + } +}; + +StandTile tile_631 = { + 0x06ad12, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {-1298, 93, 1860, 0x0a38}, + {-1223, 93, 1570, 0x0000}, + {-1238, 93, 1570, 0x0a26}, + {-1298, 93, 1570, 0x0a42} + } +}; + +StandTile tile_632 = { + 0x06ad11, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 5, + 0x0, 0x1, 0x4, + { + {-1298, 93, 1860, 0x0000}, + {-1223, 93, 1860, 0x0000}, + {-1223, 93, 1806, 0x0a18}, + {-1223, 93, 1613, 0x0a6a}, + {-1223, 93, 1570, 0x0a33} + } +}; + +StandTile tile_633 = { + 0x003712, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1373, 93, 1860, 0x0a42}, + {-1298, 93, 1570, 0x0a2f}, + {-1373, 93, 1570, 0x0000} + } +}; + +StandTile tile_634 = { + 0x003711, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1373, 93, 1860, 0x0000}, + {-1298, 93, 1860, 0x0a33}, + {-1298, 93, 1570, 0x0a3e} + } +}; + +StandTile tile_635 = { + 0x079810, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1177, 93, 1343, 0x0000}, + {-1177, 93, 1570, 0x0a4a}, + {-1154, 93, 1343, 0x0000} + } +}; + +StandTile tile_636 = { + 0x079712, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1177, 93, 1570, 0x0a4e}, + {-1134, 93, 1478, 0x0a5a}, + {-1154, 93, 1343, 0x0a46} + } +}; + +StandTile tile_637 = { + 0x079711, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1177, 93, 1570, 0x0a6e}, + {-1134, 93, 1613, 0x0a0f}, + {-1134, 93, 1478, 0x0a4a} + } +}; + +StandTile tile_638 = { + 0x079612, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-926, 93, 1319, 0x0a56}, + {-1154, 93, 1343, 0x0a5a}, + {-926, 93, 1343, 0x0000} + } +}; + +StandTile tile_639 = { + 0x079611, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-926, 93, 1319, 0x0000}, + {-1154, 93, 1319, 0x0000}, + {-1154, 93, 1343, 0x0a52} + } +}; + +StandTile tile_640 = { + 0x079510, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 93, 1343, 0x0a4a}, + {-1134, 93, 1478, 0x0a5e}, + {-926, 93, 1343, 0x0a52} + } +}; + +StandTile tile_641 = { + 0x079410, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1134, 93, 1478, 0x0a05}, + {-884, 93, 1478, 0x0a62}, + {-926, 93, 1343, 0x0a5a} + } +}; + +StandTile tile_642 = { + 0x079312, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-884, 93, 1478, 0x0a66}, + {-903, 93, 1343, 0x0000}, + {-926, 93, 1343, 0x0a5e} + } +}; + +StandTile tile_643 = { + 0x079311, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-884, 93, 1478, 0x0000}, + {-884, 93, 1425, 0x0000}, + {-903, 93, 1343, 0x0a62} + } +}; + +StandTile tile_644 = { + 0x003a12, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1223, 93, 1613, 0x0a6e}, + {-1177, 93, 1570, 0x0000}, + {-1223, 93, 1570, 0x0a38} + } +}; + +StandTile tile_645 = { + 0x003a11, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1223, 93, 1613, 0x09fd}, + {-1134, 93, 1613, 0x0a4e}, + {-1177, 93, 1570, 0x0a6a} + } +}; + +StandTile tile_646 = { + 0x06ab12, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1319, 0x0a76}, + {-1238, 93, 1026, 0x0a8a}, + {-1298, 93, 1026, 0x0a7e} + } +}; + +StandTile tile_647 = { + 0x06ab11, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1319, 0x0a22}, + {-1238, 93, 1319, 0x0000}, + {-1238, 93, 1026, 0x0a72} + } +}; + +StandTile tile_648 = { + 0x003812, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1358, 93, 1319, 0x0a7e}, + {-1298, 93, 1026, 0x0a86}, + {-1358, 93, 1026, 0x0000} + } +}; + +StandTile tile_649 = { + 0x003811, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1358, 93, 1319, 0x0a2a}, + {-1298, 93, 1319, 0x0a72}, + {-1298, 93, 1026, 0x0a7a} + } +}; + +StandTile tile_650 = { + 0x06ae10, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1223, 93, 951, 0x0aa0}, + {-1223, 93, 891, 0x0000}, + {-1320, 93, 931, 0x0a8f} + } +}; + +StandTile tile_651 = { + 0x06af10, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1320, 93, 931, 0x0000}, + {-1358, 93, 1026, 0x0a7a}, + {-1298, 93, 1026, 0x0a8a} + } +}; + +StandTile tile_652 = { + 0x009a12, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x2, + { + {-1223, 93, 1026, 0x0a8f}, + {-1320, 93, 931, 0x0a86}, + {-1298, 93, 1026, 0x0a72}, + {-1238, 93, 1026, 0x0000} + } +}; + +StandTile tile_653 = { + 0x009a11, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {-1223, 93, 1026, 0x0000}, + {-1223, 93, 1011, 0x0ab0}, + {-1223, 93, 951, 0x0a82}, + {-1320, 93, 931, 0x0a8a} + } +}; + +StandTile tile_654 = { + 0x07c812, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-945, 93, 1046, 0x0a98}, + {-1065, 93, 1026, 0x0000}, + {-1065, 93, 1046, 0x042d} + } +}; + +StandTile tile_655 = { + 0x07c811, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-945, 93, 1046, 0x0000}, + {-945, 93, 1026, 0x0ab4}, + {-1065, 93, 1026, 0x0a94} + } +}; + +StandTile tile_656 = { + 0x077112, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1080, 93, 891, 0x0aa0}, + {-1223, 93, 951, 0x0ab0}, + {-1080, 93, 951, 0x0aa4} + } +}; + +StandTile tile_657 = { + 0x077111, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1080, 93, 891, 0x0000}, + {-1223, 93, 891, 0x0a82}, + {-1223, 93, 951, 0x0a9c} + } +}; + +StandTile tile_658 = { + 0x06aa12, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-930, 93, 951, 0x0aa8}, + {-1080, 93, 891, 0x0a9c}, + {-1080, 93, 951, 0x0abb} + } +}; + +StandTile tile_659 = { + 0x06aa11, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-930, 93, 951, 0x0ac4}, + {-930, 93, 891, 0x0000}, + {-1080, 93, 891, 0x0aa4} + } +}; + +StandTile tile_660 = { + 0x075c12, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1080, 93, 951, 0x0ab0}, + {-1223, 93, 1011, 0x0000}, + {-1080, 93, 1011, 0x0ab4} + } +}; + +StandTile tile_661 = { + 0x075c11, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1080, 93, 951, 0x0a9c}, + {-1223, 93, 951, 0x0a8f}, + {-1223, 93, 1011, 0x0aac} + } +}; + +StandTile tile_662 = { + 0x009b12, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 6, + 0x0, 0x1, 0x3, + { + {-930, 93, 1026, 0x0abb}, + {-1080, 93, 951, 0x0aac}, + {-1080, 93, 1011, 0x0000}, + {-1080, 93, 1026, 0x0000}, + {-1065, 93, 1026, 0x0a98}, + {-945, 93, 1026, 0x0000} + } +}; + +StandTile tile_663 = { + 0x009b11, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {-930, 93, 1026, 0x0000}, + {-930, 93, 1011, 0x0ae0}, + {-930, 93, 951, 0x0aa4}, + {-1080, 93, 951, 0x0ab4} + } +}; + +StandTile tile_664 = { + 0x06b712, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-835, 93, 876, 0x0ac4}, + {-930, 93, 951, 0x0ae0}, + {-834, 93, 951, 0x0acf} + } +}; + +StandTile tile_665 = { + 0x06b711, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x2, 0x4, + { + {-835, 93, 876, 0x0af4}, + {-895, 93, 876, 0x0000}, + {-930, 93, 876, 0x0000}, + {-930, 93, 891, 0x0aa8}, + {-930, 93, 951, 0x0ac0} + } +}; + +StandTile tile_666 = { + 0x075b12, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {-760, 93, 876, 0x0acf}, + {-834, 93, 951, 0x0ae8}, + {-760, 93, 951, 0x0ad4}, + {-760, 93, 891, 0x0000} + } +}; + +StandTile tile_667 = { + 0x075b11, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {-760, 93, 876, 0x0000}, + {-775, 93, 876, 0x0afc}, + {-835, 93, 876, 0x0ac0}, + {-834, 93, 951, 0x0aca} + } +}; + +StandTile tile_668 = { + 0x06a912, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 93, 951, 0x0ad8}, + {-760, 93, 891, 0x0aca}, + {-760, 93, 951, 0x0af0} + } +}; + +StandTile tile_669 = { + 0x06a911, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 93, 951, 0x0905}, + {-637, 93, 891, 0x0000}, + {-760, 93, 891, 0x0ad4} + } +}; + +StandTile tile_670 = { + 0x077212, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-834, 93, 951, 0x0ae0}, + {-930, 93, 1011, 0x0000}, + {-834, 93, 1011, 0x0ae8} + } +}; + +StandTile tile_671 = { + 0x077211, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-834, 93, 951, 0x0ac0}, + {-930, 93, 951, 0x0abb}, + {-930, 93, 1011, 0x0adc} + } +}; + +StandTile tile_672 = { + 0x077012, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-760, 93, 951, 0x0ae8}, + {-834, 93, 1011, 0x0000}, + {-760, 93, 1011, 0x0aec} + } +}; + +StandTile tile_673 = { + 0x077011, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-760, 93, 951, 0x0aca}, + {-834, 93, 951, 0x0adc}, + {-834, 93, 1011, 0x0ae4} + } +}; + +StandTile tile_674 = { + 0x009c12, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 93, 1011, 0x0af0}, + {-760, 93, 951, 0x0ae4}, + {-760, 93, 1011, 0x0000} + } +}; + +StandTile tile_675 = { + 0x009c11, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 93, 1011, 0x091b}, + {-637, 93, 951, 0x0ad4}, + {-760, 93, 951, 0x0aec} + } +}; + +StandTile tile_676 = { + 0x06b612, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-835, 93, 698, 0x0af8}, + {-895, 93, 876, 0x0ac4}, + {-835, 93, 876, 0x0afc} + } +}; + +StandTile tile_677 = { + 0x06b611, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-835, 93, 698, 0x06f3}, + {-895, 93, 698, 0x0000}, + {-895, 93, 876, 0x0af4} + } +}; + +StandTile tile_678 = { + 0x009912, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-775, 93, 876, 0x0b00}, + {-835, 93, 698, 0x0af4}, + {-835, 93, 876, 0x0acf} + } +}; + +StandTile tile_679 = { + 0x009911, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-775, 93, 876, 0x0000}, + {-775, 93, 698, 0x06ef}, + {-833, 93, 698, 0x06f3}, + {-835, 93, 698, 0x0afc} + } +}; + +StandTile tile_680 = { + 0x04b10a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {181, 81, -417, 0x0b09}, + {158, 278, -417, 0x0000}, + {181, 258, -417, 0x0000} + } +}; + +StandTile tile_681 = { + 0x04b109, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {181, 81, -417, 0x0b21}, + {158, 81, -417, 0x0000}, + {158, 278, -417, 0x0b05} + } +}; + +StandTile tile_682 = { + 0x048408, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {532, 81, -224, 0x0000}, + {532, 81, -382, 0x0000}, + {509, 81, -382, 0x0b11} + } +}; + +StandTile tile_683 = { + 0x048308, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {532, 81, -224, 0x0b0d}, + {509, 81, -382, 0x0b15}, + {345, 81, -429, 0x0b3d} + } +}; + +StandTile tile_684 = { + 0x048208, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {509, 81, -382, 0x0000}, + {509, 81, -417, 0x0b1d}, + {345, 81, -429, 0x0b11} + } +}; + +StandTile tile_685 = { + 0x048108, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {532, 81, -417, 0x0000}, + {532, 81, -575, 0x0b1d}, + {509, 81, -417, 0x0000} + } +}; + +StandTile tile_686 = { + 0x048008, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {509, 81, -417, 0x0b19}, + {532, 81, -575, 0x0b47}, + {345, 81, -429, 0x0b15} + } +}; + +StandTile tile_687 = { + 0x047f08, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, -575, 0x0000}, + {158, 81, -417, 0x0b09}, + {181, 81, -417, 0x0b25} + } +}; + +StandTile tile_688 = { + 0x047e08, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {345, 81, -429, 0x0b47}, + {158, 81, -575, 0x0b21}, + {181, 81, -417, 0x0b29} + } +}; + +StandTile tile_689 = { + 0x047d08, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {345, 81, -429, 0x0b25}, + {181, 81, -417, 0x0000}, + {181, 81, -382, 0x0b2d} + } +}; + +StandTile tile_690 = { + 0x047c08, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, -282, 0x0b39}, + {345, 81, -429, 0x0b29}, + {181, 81, -382, 0x0b31} + } +}; + +StandTile tile_691 = { + 0x047b08, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {181, 81, -382, 0x0000}, + {158, 81, -382, 0x0000}, + {158, 81, -282, 0x0b2d} + } +}; + +StandTile tile_692 = { + 0x018208, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, -224, 0x0e60}, + {255, 81, -224, 0x0b39}, + {158, 81, -282, 0x0000} + } +}; + +StandTile tile_693 = { + 0x02670a, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, -224, 0x0b3d}, + {345, 81, -429, 0x0b2d}, + {158, 81, -282, 0x0b35} + } +}; + +StandTile tile_694 = { + 0x026709, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 9, + 0x0, 0x7, 0x8, + { + {255, 81, -224, 0x0f40}, + {274, 81, -224, 0x0f48}, + {293, 81, -224, 0x0f51}, + {313, 81, -224, 0x0f5a}, + {332, 81, -224, 0x0f63}, + {351, 81, -224, 0x0f6c}, + {370, 81, -224, 0x0f75}, + {532, 81, -224, 0x0b11}, + {345, 81, -429, 0x0b39} + } +}; + +StandTile tile_695 = { + 0x026808, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {532, 81, -575, 0x0000}, + {158, 81, -575, 0x0b25}, + {345, 81, -429, 0x0b1d} + } +}; + +StandTile tile_696 = { + 0x04d808, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {594, 46, 1128, 0x0bc5}, + {594, 69, 1057, 0x0b4f}, + {556, 81, 1076, 0x0b6f} + } +}; + +StandTile tile_697 = { + 0x04d708, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {594, 69, 1057, 0x0b53}, + {532, 81, 1057, 0x0b77}, + {556, 81, 1076, 0x0b4b} + } +}; + +StandTile tile_698 = { + 0x04af0a, 0x07, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {594, 69, 1057, 0x0b57}, + {872, 81, 1057, 0x0b7b}, + {532, 81, 1057, 0x0b4f} + } +}; + +StandTile tile_699 = { + 0x04af09, 0x07, + 0x0, + 0x4, 0x4, 0x4, + 7, + 0x0, 0x5, 0x6, + { + {594, 69, 1057, 0x0bc9}, + {629, 69, 1057, 0x0bd1}, + {667, 69, 1057, 0x0bd9}, + {710, 69, 1057, 0x0bb4}, + {772, 69, 1057, 0x0bbc}, + {814, 69, 1057, 0x0bc0}, + {872, 81, 1057, 0x0b53} + } +}; + +StandTile tile_700 = { + 0x04980a, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {814, 69, 1100, 0x0b63}, + {849, 81, 1076, 0x0b6b}, + {849, 76, 1074, 0x0bc0} + } +}; + +StandTile tile_701 = { + 0x049809, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {814, 69, 1100, 0x0000}, + {849, 77, 1107, 0x0000}, + {849, 81, 1076, 0x0b5f} + } +}; + +StandTile tile_702 = { + 0x04970a, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {849, 76, 1074, 0x0b6b}, + {872, 81, 1076, 0x0000}, + {872, 81, 1057, 0x0bc0} + } +}; + +StandTile tile_703 = { + 0x049709, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {849, 76, 1074, 0x0b5f}, + {849, 81, 1076, 0x0000}, + {872, 81, 1076, 0x0b67} + } +}; + +StandTile tile_704 = { + 0x04960a, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {556, 81, 1111, 0x0b73}, + {594, 46, 1128, 0x0b4b}, + {556, 81, 1076, 0x0000} + } +}; + +StandTile tile_705 = { + 0x049609, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {556, 81, 1111, 0x0000}, + {551, 70, 1116, 0x0bf1}, + {594, 46, 1128, 0x0b6f} + } +}; + +StandTile tile_706 = { + 0x049508, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {556, 81, 1076, 0x0b4f}, + {532, 81, 1057, 0x0000}, + {532, 81, 1076, 0x0000} + } +}; + +StandTile tile_707 = { + 0x049208, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {428, 81, 1057, 0x0000}, + {532, 81, 1057, 0x0b53}, + {872, 81, 1057, 0x0b90}, + {428, 81, 1034, 0x0000} + } +}; + +StandTile tile_708 = { + 0x04940a, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {394, 81, 1034, 0x0b84}, + {428, 81, 741, 0x0000}, + {394, 81, 741, 0x0baa} + } +}; + +StandTile tile_709 = { + 0x049409, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {394, 81, 1034, 0x0000}, + {428, 81, 1034, 0x0b8c}, + {428, 81, 741, 0x0b80} + } +}; + +StandTile tile_710 = { + 0x049108, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {428, 81, 741, 0x0b8c}, + {872, 81, 718, 0x0000}, + {428, 81, 718, 0x0000} + } +}; + +StandTile tile_711 = { + 0x04930a, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {428, 81, 1034, 0x0b90}, + {872, 81, 718, 0x0b88}, + {428, 81, 741, 0x0b84} + } +}; + +StandTile tile_712 = { + 0x049309, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {428, 81, 1034, 0x0b7b}, + {872, 81, 1057, 0x0000}, + {872, 81, 718, 0x0b8c} + } +}; + +StandTile tile_713 = { + 0x007f08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, 1057, 0x0ba6}, + {276, 81, 882, 0x0b98}, + {158, 81, 752, 0x0000} + } +}; + +StandTile tile_714 = { + 0x026f0a, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {276, 81, 882, 0x0b9c}, + {255, 81, 706, 0x0bb0}, + {158, 81, 752, 0x0b94} + } +}; + +StandTile tile_715 = { + 0x026f09, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 9, + 0x0, 0x1, 0x8, + { + {276, 81, 882, 0x0baa}, + {394, 81, 706, 0x0c2b}, + {370, 81, 706, 0x0c60}, + {351, 81, 706, 0x0c52}, + {332, 81, 706, 0x0c4e}, + {312, 81, 706, 0x0c45}, + {293, 81, 706, 0x0c3c}, + {274, 81, 706, 0x0c2f}, + {255, 81, 706, 0x0b98} + } +}; + +StandTile tile_716 = { + 0x026d08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, 1057, 0x0000}, + {394, 81, 1057, 0x0baa}, + {276, 81, 882, 0x0b94} + } +}; + +StandTile tile_717 = { + 0x026e08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {394, 81, 1057, 0x0000}, + {394, 81, 1034, 0x0b80}, + {394, 81, 741, 0x0000}, + {394, 81, 706, 0x0b9c}, + {276, 81, 882, 0x0ba6} + } +}; + +StandTile tile_718 = { + 0x026c08, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, 706, 0x0f38}, + {158, 81, 706, 0x0000}, + {158, 81, 752, 0x0b98} + } +}; + +StandTile tile_719 = { + 0x028008, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {710, 69, 1057, 0x0be1}, + {772, 69, 1100, 0x0bb8}, + {772, 69, 1057, 0x0b57} + } +}; + +StandTile tile_720 = { + 0x028108, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {772, 69, 1057, 0x0bb4}, + {772, 69, 1100, 0x0be9}, + {814, 69, 1100, 0x0bbc} + } +}; + +StandTile tile_721 = { + 0x028208, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {772, 69, 1057, 0x0bb8}, + {814, 69, 1100, 0x0bc0}, + {814, 69, 1057, 0x0b57} + } +}; + +StandTile tile_722 = { + 0x028408, 0x07, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {814, 69, 1100, 0x0b5f}, + {849, 76, 1074, 0x0b67}, + {872, 81, 1057, 0x0b57}, + {814, 69, 1057, 0x0bbc} + } +}; + +StandTile tile_723 = { + 0x028708, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {629, 46, 1111, 0x0bc9}, + {594, 69, 1057, 0x0b4b}, + {594, 46, 1128, 0x0bfa} + } +}; + +StandTile tile_724 = { + 0x028808, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {629, 69, 1057, 0x0b57}, + {594, 69, 1057, 0x0bc5}, + {629, 46, 1111, 0x0bcd} + } +}; + +StandTile tile_725 = { + 0x028908, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {667, 46, 1092, 0x0bd1}, + {629, 69, 1057, 0x0bc9}, + {629, 46, 1111, 0x0c02} + } +}; + +StandTile tile_726 = { + 0x028a08, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {667, 69, 1057, 0x0b57}, + {629, 69, 1057, 0x0bcd}, + {667, 46, 1092, 0x0bd5} + } +}; + +StandTile tile_727 = { + 0x028b08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {710, 46, 1111, 0x0bd9}, + {667, 69, 1057, 0x0bd1}, + {667, 46, 1092, 0x0c0a} + } +}; + +StandTile tile_728 = { + 0x028c08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {710, 69, 1057, 0x0b57}, + {667, 69, 1057, 0x0bd5}, + {710, 46, 1111, 0x0bdd} + } +}; + +StandTile tile_729 = { + 0x028d08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {772, 46, 1158, 0x0be1}, + {710, 69, 1057, 0x0bd9}, + {710, 46, 1111, 0x0c12} + } +}; + +StandTile tile_730 = { + 0x028e08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {772, 69, 1100, 0x0bb4}, + {710, 69, 1057, 0x0bdd}, + {772, 46, 1158, 0x0be5} + } +}; + +StandTile tile_731 = { + 0x028f08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {815, 46, 1158, 0x0be9}, + {772, 69, 1100, 0x0be1}, + {772, 46, 1158, 0x0c1a} + } +}; + +StandTile tile_732 = { + 0x029008, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {814, 69, 1100, 0x0bb8}, + {772, 69, 1100, 0x0be5}, + {815, 46, 1158, 0x0bed} + } +}; + +StandTile tile_733 = { + 0x029108, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {872, 81, 1111, 0x0000}, + {814, 69, 1100, 0x0be9}, + {815, 46, 1158, 0x0c22} + } +}; + +StandTile tile_734 = { + 0x029308, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x2, + { + {532, 81, 1111, 0x0000}, + {545, 69, 1167, 0x0bf6}, + {594, 46, 1128, 0x0b73}, + {551, 70, 1116, 0x0000} + } +}; + +StandTile tile_735 = { + 0x029408, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {594, 46, 1128, 0x0bf1}, + {545, 69, 1167, 0x0000}, + {617, 69, 1152, 0x0bfa} + } +}; + +StandTile tile_736 = { + 0x029508, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {594, 46, 1128, 0x0bf6}, + {617, 69, 1152, 0x0bfe}, + {629, 46, 1111, 0x0bc5} + } +}; + +StandTile tile_737 = { + 0x029608, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {629, 46, 1111, 0x0bfa}, + {617, 69, 1152, 0x0000}, + {653, 69, 1162, 0x0c02} + } +}; + +StandTile tile_738 = { + 0x029708, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {629, 46, 1111, 0x0bfe}, + {653, 69, 1162, 0x0c06}, + {667, 46, 1092, 0x0bcd} + } +}; + +StandTile tile_739 = { + 0x029808, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {667, 46, 1092, 0x0c02}, + {653, 69, 1162, 0x0000}, + {704, 69, 1180, 0x0c0a} + } +}; + +StandTile tile_740 = { + 0x029908, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {667, 46, 1092, 0x0c06}, + {704, 69, 1180, 0x0c0e}, + {710, 46, 1111, 0x0bd5} + } +}; + +StandTile tile_741 = { + 0x029a08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {710, 46, 1111, 0x0c0a}, + {704, 69, 1180, 0x0000}, + {732, 69, 1237, 0x0c12} + } +}; + +StandTile tile_742 = { + 0x029b08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {710, 46, 1111, 0x0c0e}, + {732, 69, 1237, 0x0c16}, + {772, 46, 1158, 0x0bdd} + } +}; + +StandTile tile_743 = { + 0x029c08, 0x07, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {772, 46, 1158, 0x0c12}, + {732, 69, 1237, 0x0000}, + {766, 69, 1249, 0x0c1a} + } +}; + +StandTile tile_744 = { + 0x029d08, 0x07, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {772, 46, 1158, 0x0c16}, + {766, 69, 1249, 0x0c1e}, + {815, 46, 1158, 0x0be5} + } +}; + +StandTile tile_745 = { + 0x029e08, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {815, 46, 1158, 0x0c1a}, + {766, 69, 1249, 0x0000}, + {826, 69, 1246, 0x0c22} + } +}; + +StandTile tile_746 = { + 0x029f08, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {815, 46, 1158, 0x0c1e}, + {826, 69, 1246, 0x0000}, + {872, 81, 1111, 0x0bed} + } +}; + +StandTile tile_747 = { + 0x04d90a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {370, 81, 706, 0x0c2b}, + {394, 0, 706, 0x0cee}, + {370, 0, 706, 0x0f14}, + {370, 12, 706, 0x0c60} + } +}; + +StandTile tile_748 = { + 0x04d909, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {370, 81, 706, 0x0b9c}, + {394, 81, 706, 0x0000}, + {394, 0, 706, 0x0c26} + } +}; + +StandTile tile_749 = { + 0x048c0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {274, 69, 706, 0x0c33}, + {255, 81, 706, 0x0b9c}, + {274, 81, 706, 0x0c37} + } +}; + +StandTile tile_750 = { + 0x048c09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {274, 69, 706, 0x0f1c}, + {255, 69, 706, 0x0ef4}, + {255, 81, 706, 0x0c2f} + } +}; + +StandTile tile_751 = { + 0x048b0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {274, 81, 706, 0x0c3c}, + {293, 58, 706, 0x0f2c}, + {274, 58, 706, 0x0eec}, + {274, 69, 706, 0x0c2f} + } +}; + +StandTile tile_752 = { + 0x048b09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {274, 81, 706, 0x0b9c}, + {293, 81, 706, 0x0c40}, + {293, 58, 706, 0x0c37} + } +}; + +StandTile tile_753 = { + 0x048a0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {293, 81, 706, 0x0c45}, + {312, 46, 706, 0x0f24}, + {293, 46, 706, 0x0f0c}, + {293, 58, 706, 0x0c3c} + } +}; + +StandTile tile_754 = { + 0x048a09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {293, 81, 706, 0x0b9c}, + {312, 81, 706, 0x0c49}, + {312, 46, 706, 0x0c40} + } +}; + +StandTile tile_755 = { + 0x04890a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {312, 81, 706, 0x0c4e}, + {332, 35, 706, 0x0ed4}, + {312, 35, 706, 0x0f04}, + {312, 46, 706, 0x0c45} + } +}; + +StandTile tile_756 = { + 0x048909, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 81, 706, 0x0b9c}, + {332, 81, 706, 0x0c52}, + {332, 35, 706, 0x0c49} + } +}; + +StandTile tile_757 = { + 0x04880a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {351, 81, 706, 0x0c57}, + {332, 23, 706, 0x0efc}, + {332, 35, 706, 0x0c4e}, + {332, 81, 706, 0x0b9c} + } +}; + +StandTile tile_758 = { + 0x048809, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 81, 706, 0x0c5b}, + {351, 23, 706, 0x0edc}, + {332, 23, 706, 0x0c52} + } +}; + +StandTile tile_759 = { + 0x04870a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {351, 81, 706, 0x0c60}, + {370, 12, 706, 0x0ee4}, + {351, 12, 706, 0x0f34}, + {351, 23, 706, 0x0c57} + } +}; + +StandTile tile_760 = { + 0x048709, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 81, 706, 0x0b9c}, + {370, 81, 706, 0x0c26}, + {370, 12, 706, 0x0c5b} + } +}; + +StandTile tile_761 = { + 0x03ef08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-120, 0, 741, 0x0c84}, + {-139, 0, 764, 0x0f9d}, + {-107, 0, 764, 0x0c6c} + } +}; + +StandTile tile_762 = { + 0x03ed0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 741, 0x0c6c}, + {-107, 0, 764, 0x0f99}, + {1, 0, 764, 0x0c70} + } +}; + +StandTile tile_763 = { + 0x03ed09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 741, 0x0c9c}, + {-120, 0, 741, 0x0c64}, + {-107, 0, 764, 0x0c68} + } +}; + +StandTile tile_764 = { + 0x03eb0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {61, 0, 764, 0x0c74}, + {0, 0, 741, 0x0c68}, + {1, 0, 764, 0x0f95} + } +}; + +StandTile tile_765 = { + 0x03eb09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {61, 0, 764, 0x0c78}, + {66, 0, 741, 0x0c88}, + {0, 0, 741, 0x0c70} + } +}; + +StandTile tile_766 = { + 0x03e908, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {66, 0, 764, 0x0000}, + {66, 0, 741, 0x0c74}, + {61, 0, 764, 0x0f8d} + } +}; + +StandTile tile_767 = { + 0x03e508, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {116, 0, -69, 0x0d02}, + {231, 0, -69, 0x0cc8}, + {164, 0, -132, 0x0c80} + } +}; + +StandTile tile_768 = { + 0x03e108, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {116, 0, -224, 0x0d7d}, + {116, 0, -69, 0x0c7c}, + {164, 0, -132, 0x0d85} + } +}; + +StandTile tile_769 = { + 0x000208, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-139, 0, 764, 0x0c64}, + {-120, 0, 741, 0x0c8c}, + {-139, 0, 741, 0x0000} + } +}; + +StandTile tile_770 = { + 0x001708, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 741, 0x0c74}, + {66, 0, 741, 0x0000}, + {66, 0, 706, 0x0ca8} + } +}; + +StandTile tile_771 = { + 0x001808, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-120, 0, 741, 0x0c9c}, + {-139, 0, 706, 0x0000}, + {-139, 0, 741, 0x0c84} + } +}; + +StandTile tile_772 = { + 0x02eb08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 683, 0x0c94}, + {-139, 0, 706, 0x0c98}, + {-231, 0, 652, 0x0000} + } +}; + +StandTile tile_773 = { + 0x02ec08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 683, 0x0cbc}, + {-255, 0, 706, 0x0000}, + {-139, 0, 706, 0x0c90} + } +}; + +StandTile tile_774 = { + 0x001a08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 652, 0x0c90}, + {-139, 0, 706, 0x0c9c}, + {0, 0, 741, 0x0ca0} + } +}; + +StandTile tile_775 = { + 0x02ea08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-139, 0, 706, 0x0c8c}, + {-120, 0, 741, 0x0c6c}, + {0, 0, 741, 0x0c98} + } +}; + +StandTile tile_776 = { + 0x001b08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 741, 0x0ca8}, + {0, 0, 683, 0x0d71}, + {-231, 0, 652, 0x0c98} + } +}; + +StandTile tile_777 = { + 0x001c08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 683, 0x0ca8}, + {66, 0, 706, 0x0000}, + {108, 0, 706, 0x0cac} + } +}; + +StandTile tile_778 = { + 0x02ed08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 683, 0x0ca0}, + {0, 0, 741, 0x0c88}, + {66, 0, 706, 0x0ca4} + } +}; + +StandTile tile_779 = { + 0x001d08, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {108, 0, 706, 0x0cb4}, + {0, 0, 552, 0x0d71}, + {0, 0, 683, 0x0ca4} + } +}; + +StandTile tile_780 = { + 0x03e608, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {165, 0, 614, 0x0ce1}, + {231, 0, 552, 0x0d13}, + {0, 0, 552, 0x0cb4} + } +}; + +StandTile tile_781 = { + 0x001e08, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {108, 0, 706, 0x0cb8}, + {165, 0, 614, 0x0cb0}, + {0, 0, 552, 0x0cac} + } +}; + +StandTile tile_782 = { + 0x001f08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {108, 0, 706, 0x0000}, + {165, 0, 706, 0x0000}, + {165, 0, 614, 0x0cb4} + } +}; + +StandTile tile_783 = { + 0x002008, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-255, 0, 683, 0x0000}, + {-255, 0, 706, 0x0c94}, + {-231, 0, 683, 0x0000} + } +}; + +StandTile tile_784 = { + 0x002108, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {532, 0, -177, 0x0000}, + {532, 0, -224, 0x0cd5}, + {370, 0, -127, 0x0cc4} + } +}; + +StandTile tile_785 = { + 0x002208, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {440, 0, 0, 0x0dbf}, + {532, 0, -177, 0x0cc0}, + {370, 0, -127, 0x0ccc} + } +}; + +StandTile tile_786 = { + 0x002308, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, -127, 0x0000}, + {164, 0, -132, 0x0c7c}, + {231, 0, -69, 0x0cd1} + } +}; + +StandTile tile_787 = { + 0x002408, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {231, 0, 0, 0x0dff}, + {428, 0, 0, 0x0000}, + {440, 0, 0, 0x0cc4}, + {370, 0, -127, 0x0cd1} + } +}; + +StandTile tile_788 = { + 0x002508, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {231, 0, -69, 0x0cf6}, + {231, 0, 0, 0x0ccc}, + {370, 0, -127, 0x0cc8} + } +}; + +StandTile tile_789 = { + 0x002608, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {532, 0, -224, 0x0f7a}, + {370, 0, -224, 0x0e8c}, + {370, 0, -127, 0x0cc0} + } +}; + +StandTile tile_790 = { + 0x002808, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, 610, 0x0cf2}, + {532, 0, 706, 0x0000}, + {532, 0, 660, 0x0cdd} + } +}; + +StandTile tile_791 = { + 0x002908, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, 610, 0x0cd9}, + {532, 0, 660, 0x0daf}, + {440, 0, 482, 0x0ce5} + } +}; + +StandTile tile_792 = { + 0x002a08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {231, 0, 552, 0x0cb0}, + {165, 0, 614, 0x0000}, + {370, 0, 610, 0x0cea} + } +}; + +StandTile tile_793 = { + 0x002b08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {370, 0, 610, 0x0cdd}, + {440, 0, 482, 0x0000}, + {428, 0, 482, 0x0df6}, + {231, 0, 482, 0x0cea} + } +}; + +StandTile tile_794 = { + 0x002c08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, 610, 0x0ce5}, + {231, 0, 482, 0x0d07}, + {231, 0, 552, 0x0ce1} + } +}; + +StandTile tile_795 = { + 0x04da08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, 610, 0x0f10}, + {370, 0, 706, 0x0c26}, + {394, 0, 706, 0x0cf2} + } +}; + +StandTile tile_796 = { + 0x002d08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, 610, 0x0cee}, + {394, 0, 706, 0x0000}, + {532, 0, 706, 0x0cd9} + } +}; + +StandTile tile_797 = { + 0x002f08, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {231, 0, 0, 0x0cd1}, + {231, 0, -69, 0x0d02}, + {174, 0, 0, 0x0dff} + } +}; + +StandTile tile_798 = { + 0x003008, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 69, 0x0d28}, + {174, 0, 69, 0x0ddf}, + {174, 0, 0, 0x0cfe} + } +}; + +StandTile tile_799 = { + 0x003108, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -69, 0x0d52}, + {0, 0, 69, 0x0cfa}, + {174, 0, 0, 0x0d02} + } +}; + +StandTile tile_800 = { + 0x003208, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {231, 0, -69, 0x0c7c}, + {116, 0, -69, 0x0d81}, + {0, 0, -69, 0x0cfe}, + {174, 0, 0, 0x0cf6} + } +}; + +StandTile tile_801 = { + 0x003308, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {174, 0, 482, 0x0d13}, + {231, 0, 552, 0x0cea}, + {231, 0, 482, 0x0df6} + } +}; + +StandTile tile_802 = { + 0x003408, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {174, 0, 482, 0x0ddf}, + {174, 0, 413, 0x0d3d}, + {0, 0, 413, 0x0d0f} + } +}; + +StandTile tile_803 = { + 0x003508, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {174, 0, 482, 0x0d0b}, + {0, 0, 413, 0x0d6d}, + {0, 0, 552, 0x0d13} + } +}; + +StandTile tile_804 = { + 0x003608, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {174, 0, 482, 0x0d0f}, + {0, 0, 552, 0x0cb0}, + {231, 0, 552, 0x0d07} + } +}; + +StandTile tile_805 = { + 0x00370a, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-266, 0, 413, 0x0d1b}, + {-231, 0, 241, 0x0d20}, + {-266, 0, 241, 0x0000} + } +}; + +StandTile tile_806 = { + 0x003709, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-266, 0, 413, 0x0d64}, + {-231, 0, 413, 0x0d39}, + {-231, 0, 243, 0x0d30}, + {-231, 0, 241, 0x0d17} + } +}; + +StandTile tile_807 = { + 0x025c0a, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 241, 0x0d24}, + {-266, 0, 69, 0x0000}, + {-266, 0, 241, 0x0d17} + } +}; + +StandTile tile_808 = { + 0x025c09, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 241, 0x0d30}, + {-231, 0, 69, 0x0d45}, + {-266, 0, 69, 0x0d20} + } +}; + +StandTile tile_809 = { + 0x003808, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {174, 0, 243, 0x0ddf}, + {174, 0, 69, 0x0cfa}, + {0, 0, 69, 0x0d2c} + } +}; + +StandTile tile_810 = { + 0x00390a, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 69, 0x0d30}, + {-231, 0, 243, 0x0d35}, + {174, 0, 243, 0x0d28} + } +}; + +StandTile tile_811 = { + 0x003909, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {0, 0, 69, 0x0d4d}, + {-231, 0, 69, 0x0d24}, + {-231, 0, 241, 0x0d1b}, + {-231, 0, 243, 0x0d2c} + } +}; + +StandTile tile_812 = { + 0x003a0a, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 243, 0x0d39}, + {0, 0, 413, 0x0d3d}, + {174, 0, 243, 0x0d2c} + } +}; + +StandTile tile_813 = { + 0x003a09, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 243, 0x0d1b}, + {-231, 0, 413, 0x0d68}, + {0, 0, 413, 0x0d35} + } +}; + +StandTile tile_814 = { + 0x003b08, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 413, 0x0d0b}, + {174, 0, 413, 0x0ddf}, + {174, 0, 243, 0x0d35} + } +}; + +StandTile tile_815 = { + 0x003c08, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, -139, 0x0000}, + {-266, 0, -139, 0x0000}, + {-266, 0, -23, 0x0d49} + } +}; + +StandTile tile_816 = { + 0x003d0a, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, -139, 0x0d49}, + {-266, 0, 69, 0x0d24}, + {-231, 0, 69, 0x0d4d} + } +}; + +StandTile tile_817 = { + 0x003d09, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, -139, 0x0d41}, + {-266, 0, -23, 0x0000}, + {-266, 0, 69, 0x0d45} + } +}; + +StandTile tile_818 = { + 0x003e08, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-231, 0, 69, 0x0d30}, + {0, 0, 69, 0x0d52}, + {-231, 0, -170, 0x0000}, + {-231, 0, -139, 0x0d45} + } +}; + +StandTile tile_819 = { + 0x003f08, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {0, 0, 69, 0x0cfe}, + {0, 0, -69, 0x0d79}, + {0, 0, -201, 0x0d57}, + {-231, 0, -170, 0x0d4d} + } +}; + +StandTile tile_820 = { + 0x004008, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-231, 0, -170, 0x0d52}, + {0, 0, -201, 0x0da2}, + {-96, 0, -201, 0x0d8d}, + {-231, 0, -201, 0x0000} + } +}; + +StandTile tile_821 = { + 0x004108, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-266, 0, 505, 0x0000}, + {-266, 0, 621, 0x0000}, + {-231, 0, 621, 0x0d60} + } +}; + +StandTile tile_822 = { + 0x00420a, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 413, 0x0d64}, + {-266, 0, 505, 0x0d5c}, + {-231, 0, 621, 0x0d68} + } +}; + +StandTile tile_823 = { + 0x004209, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 413, 0x0d1b}, + {-266, 0, 413, 0x0000}, + {-266, 0, 505, 0x0d60} + } +}; + +StandTile tile_824 = { + 0x004308, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-231, 0, 652, 0x0d6d}, + {0, 0, 413, 0x0d39}, + {-231, 0, 413, 0x0d60}, + {-231, 0, 621, 0x0000} + } +}; + +StandTile tile_825 = { + 0x004408, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 652, 0x0d71}, + {0, 0, 552, 0x0d0f}, + {0, 0, 413, 0x0d68} + } +}; + +StandTile tile_826 = { + 0x025d08, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 652, 0x0ca0}, + {0, 0, 683, 0x0cac}, + {0, 0, 552, 0x0d6d} + } +}; + +StandTile tile_827 = { + 0x004508, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, -201, 0x0d7d}, + {116, 0, -224, 0x0000}, + {73, 0, -224, 0x0d99} + } +}; + +StandTile tile_828 = { + 0x004608, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, -201, 0x0d99}, + {0, 0, -201, 0x0d52}, + {0, 0, -69, 0x0d81} + } +}; + +StandTile tile_829 = { + 0x00470a, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, -201, 0x0d81}, + {116, 0, -69, 0x0c80}, + {116, 0, -224, 0x0d75} + } +}; + +StandTile tile_830 = { + 0x004709, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, -201, 0x0d79}, + {0, 0, -69, 0x0d02}, + {116, 0, -69, 0x0d7d} + } +}; + +StandTile tile_831 = { + 0x004808, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {116, 0, -224, 0x0c80}, + {164, 0, -132, 0x0000}, + {164, 0, -224, 0x0000} + } +}; + +StandTile tile_832 = { + 0x004b08, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-255, 0, -201, 0x0000}, + {-231, 0, -201, 0x0d8d}, + {-255, 0, -224, 0x0000} + } +}; + +StandTile tile_833 = { + 0x004c0a, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-96, 0, -201, 0x0d91}, + {-255, 0, -224, 0x0d89}, + {-231, 0, -201, 0x0d57} + } +}; + +StandTile tile_834 = { + 0x004c09, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-96, 0, -201, 0x0da2}, + {-73, 0, -224, 0x0000}, + {-255, 0, -224, 0x0d8d} + } +}; + +StandTile tile_835 = { + 0x03e20a, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -201, 0x0d99}, + {66, 0, -231, 0x1116}, + {0, 0, -231, 0x0d9e} + } +}; + +StandTile tile_836 = { + 0x03e209, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {0, 0, -201, 0x0d79}, + {96, 0, -201, 0x0d75}, + {73, 0, -224, 0x0000}, + {66, 0, -231, 0x0d95} + } +}; + +StandTile tile_837 = { + 0x004d0a, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-66, 0, -231, 0x0da2}, + {0, 0, -201, 0x0d95}, + {0, 0, -231, 0x1116} + } +}; + +StandTile tile_838 = { + 0x004d09, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-66, 0, -231, 0x0000}, + {-73, 0, -224, 0x0d91}, + {-96, 0, -201, 0x0d57}, + {0, 0, -201, 0x0d9e} + } +}; + +StandTile tile_839 = { + 0x01100a, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {556, 12, -177, 0x0dab}, + {440, 12, 0, 0x0000}, + {463, 12, 0, 0x0dc7} + } +}; + +StandTile tile_840 = { + 0x011009, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {556, 12, -177, 0x0000}, + {532, 12, -177, 0x0dc3}, + {440, 12, 0, 0x0da7} + } +}; + +StandTile tile_841 = { + 0x01110a, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {532, 12, 660, 0x0db3}, + {440, 0, 482, 0x0cdd}, + {532, 0, 660, 0x0000} + } +}; + +StandTile tile_842 = { + 0x011109, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {532, 12, 660, 0x0dd3}, + {440, 12, 482, 0x0000}, + {440, 0, 482, 0x0daf} + } +}; + +StandTile tile_843 = { + 0x01120a, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {556, 23, 660, 0x0dbb}, + {463, 12, 482, 0x0dcf}, + {556, 12, 660, 0x0000} + } +}; + +StandTile tile_844 = { + 0x011209, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {556, 23, 660, 0x0e2c}, + {463, 23, 482, 0x0000}, + {463, 12, 482, 0x0db7} + } +}; + +StandTile tile_845 = { + 0x01130a, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {440, 12, 0, 0x0dc3}, + {532, 0, -177, 0x0cc4}, + {440, 0, 0, 0x0000} + } +}; + +StandTile tile_846 = { + 0x011309, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {440, 12, 0, 0x0dab}, + {532, 12, -177, 0x0000}, + {532, 0, -177, 0x0dbf} + } +}; + +StandTile tile_847 = { + 0x01140a, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {463, 23, 0, 0x0dcb}, + {556, 12, -177, 0x0da7}, + {463, 12, 0, 0x0000} + } +}; + +StandTile tile_848 = { + 0x011409, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {463, 23, 0, 0x0e4a}, + {556, 23, -177, 0x0000}, + {556, 12, -177, 0x0dc7} + } +}; + +StandTile tile_849 = { + 0x01150a, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {463, 12, 482, 0x0dd3}, + {532, 12, 660, 0x0000}, + {556, 12, 660, 0x0db7} + } +}; + +StandTile tile_850 = { + 0x011509, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {463, 12, 482, 0x0000}, + {440, 12, 482, 0x0db3}, + {532, 12, 660, 0x0dcf} + } +}; + +StandTile tile_851 = { + 0x01160a, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {208, 19, 448, 0x0ddb}, + {208, 8, 35, 0x0e28}, + {208, 8, 448, 0x0dee} + } +}; + +StandTile tile_852 = { + 0x011609, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {208, 19, 448, 0x0e5c}, + {208, 19, 35, 0x0e04}, + {208, 8, 35, 0x0dd7} + } +}; + +StandTile tile_853 = { + 0x01170a, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 6, + 0x0, 0x1, 0x5, + { + {174, 8, 482, 0x0de6}, + {174, 0, 0, 0x0cfa}, + {174, 0, 69, 0x0d28}, + {174, 0, 243, 0x0d3d}, + {174, 0, 413, 0x0d0b}, + {174, 0, 482, 0x0df6} + } +}; + +StandTile tile_854 = { + 0x011709, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {174, 8, 482, 0x0e24}, + {174, 8, 0, 0x0dfb}, + {174, 0, 0, 0x0ddf} + } +}; + +StandTile tile_855 = { + 0x01180a, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {208, 19, 448, 0x0dee}, + {428, 8, 448, 0x0000}, + {428, 19, 448, 0x0e52} + } +}; + +StandTile tile_856 = { + 0x011809, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {208, 19, 448, 0x0dd7}, + {208, 8, 448, 0x0e20}, + {428, 8, 448, 0x0dea} + } +}; + +StandTile tile_857 = { + 0x01190a, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {174, 8, 482, 0x0df6}, + {428, 0, 482, 0x0000}, + {428, 8, 482, 0x0e1c} + } +}; + +StandTile tile_858 = { + 0x011909, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {174, 8, 482, 0x0ddf}, + {174, 0, 482, 0x0d07}, + {231, 0, 482, 0x0ce5}, + {428, 0, 482, 0x0df2} + } +}; + +StandTile tile_859 = { + 0x011a0a, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {428, 8, 0, 0x0dff}, + {174, 0, 0, 0x0de6}, + {174, 8, 0, 0x0e18} + } +}; + +StandTile tile_860 = { + 0x011a09, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {428, 8, 0, 0x0000}, + {428, 0, 0, 0x0ccc}, + {231, 0, 0, 0x0cf6}, + {174, 0, 0, 0x0dfb} + } +}; + +StandTile tile_861 = { + 0x011b0a, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {428, 19, 35, 0x0e08}, + {208, 8, 35, 0x0ddb}, + {208, 19, 35, 0x0e57} + } +}; + +StandTile tile_862 = { + 0x011b09, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {428, 19, 35, 0x0000}, + {428, 8, 35, 0x0e14}, + {208, 8, 35, 0x0e04} + } +}; + +StandTile tile_863 = { + 0x011c0a, 0x06, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {463, 23, 448, 0x0e10}, + {463, 19, 35, 0x0e4e}, + {463, 19, 448, 0x0000} + } +}; + +StandTile tile_864 = { + 0x011c09, 0x06, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {463, 23, 448, 0x0e38}, + {463, 23, 35, 0x0000}, + {463, 19, 35, 0x0e0c} + } +}; + +StandTile tile_865 = { + 0x011d0a, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {428, 8, 0, 0x0e18}, + {208, 8, 35, 0x0e08}, + {428, 8, 35, 0x0000} + } +}; + +StandTile tile_866 = { + 0x011d09, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {428, 8, 0, 0x0dfb}, + {174, 8, 0, 0x0e28}, + {208, 8, 35, 0x0e14} + } +}; + +StandTile tile_867 = { + 0x011e0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {428, 8, 448, 0x0e20}, + {174, 8, 482, 0x0df2}, + {428, 8, 482, 0x0000} + } +}; + +StandTile tile_868 = { + 0x011e09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {428, 8, 448, 0x0dee}, + {208, 8, 448, 0x0e24}, + {174, 8, 482, 0x0e1c} + } +}; + +StandTile tile_869 = { + 0x011f0a, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {208, 8, 448, 0x0e28}, + {174, 8, 0, 0x0de6}, + {174, 8, 482, 0x0e20} + } +}; + +StandTile tile_870 = { + 0x011f09, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {208, 8, 448, 0x0dd7}, + {208, 8, 35, 0x0e18}, + {174, 8, 0, 0x0e24} + } +}; + +StandTile tile_871 = { + 0x01200a, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {556, 23, 660, 0x0e30}, + {702, 23, 482, 0x0e3e}, + {463, 23, 482, 0x0dbb} + } +}; + +StandTile tile_872 = { + 0x012009, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {556, 23, 660, 0x0000}, + {702, 23, 660, 0x0000}, + {702, 23, 482, 0x0e2c} + } +}; + +StandTile tile_873 = { + 0x012108, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {463, 23, 0, 0x0e38}, + {583, 23, 241, 0x0e42}, + {702, 23, 0, 0x0e4a} + } +}; + +StandTile tile_874 = { + 0x026208, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 5, + 0x0, 0x3, 0x4, + { + {463, 23, 0, 0x0000}, + {463, 23, 35, 0x0e10}, + {463, 23, 448, 0x0000}, + {463, 23, 482, 0x0e3e}, + {583, 23, 241, 0x0e34} + } +}; + +StandTile tile_875 = { + 0x026108, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {463, 23, 482, 0x0e2c}, + {702, 23, 482, 0x0e42}, + {583, 23, 241, 0x0e38} + } +}; + +StandTile tile_876 = { + 0x026308, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {702, 23, 482, 0x0000}, + {702, 23, 0, 0x0e34}, + {583, 23, 241, 0x0e3e} + } +}; + +StandTile tile_877 = { + 0x01220a, 0x06, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {556, 23, -177, 0x0e4a}, + {702, 23, 0, 0x0000}, + {702, 23, -177, 0x0000} + } +}; + +StandTile tile_878 = { + 0x012209, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {556, 23, -177, 0x0dcb}, + {463, 23, 0, 0x0e34}, + {702, 23, 0, 0x0e46} + } +}; + +StandTile tile_879 = { + 0x012308, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {463, 19, 35, 0x0e57}, + {336, 19, 241, 0x0e52}, + {463, 19, 448, 0x0e0c} + } +}; + +StandTile tile_880 = { + 0x026008, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {336, 19, 241, 0x0e5c}, + {208, 19, 448, 0x0dea}, + {428, 19, 448, 0x0000}, + {463, 19, 448, 0x0e4e} + } +}; + +StandTile tile_881 = { + 0x025e08, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x2, 0x3, + { + {463, 19, 35, 0x0000}, + {428, 19, 35, 0x0e04}, + {208, 19, 35, 0x0e5c}, + {336, 19, 241, 0x0e4e} + } +}; + +StandTile tile_882 = { + 0x025f08, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {208, 19, 35, 0x0ddb}, + {208, 19, 448, 0x0e52}, + {336, 19, 241, 0x0e57} + } +}; + +StandTile tile_883 = { + 0x016a0a, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, -224, 0x0e64}, + {255, 81, -127, 0x0ea8}, + {255, 81, -224, 0x0b35} + } +}; + +StandTile tile_884 = { + 0x016a09, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, -224, 0x0000}, + {158, 81, -127, 0x0000}, + {255, 81, -127, 0x0e60} + } +}; + +StandTile tile_885 = { + 0x01710a, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {351, 12, -127, 0x0e6c}, + {351, 23, -224, 0x0ec4}, + {351, 23, -127, 0x0000} + } +}; + +StandTile tile_886 = { + 0x017109, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {351, 12, -127, 0x0eb8}, + {351, 12, -224, 0x0f6c}, + {351, 23, -224, 0x0e68} + } +}; + +StandTile tile_887 = { + 0x01750a, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {274, 58, -127, 0x0e74}, + {293, 58, -224, 0x0f4d}, + {274, 58, -224, 0x0eb4} + } +}; + +StandTile tile_888 = { + 0x017509, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {274, 58, -127, 0x0000}, + {293, 58, -127, 0x0e90}, + {293, 58, -224, 0x0e70} + } +}; + +StandTile tile_889 = { + 0x01760a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {293, 46, -127, 0x0e7c}, + {312, 46, -224, 0x0f56}, + {293, 46, -224, 0x0e94} + } +}; + +StandTile tile_890 = { + 0x017609, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {293, 46, -127, 0x0000}, + {312, 46, -127, 0x0e98}, + {312, 46, -224, 0x0e78} + } +}; + +StandTile tile_891 = { + 0x01770a, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {255, 69, -127, 0x0e84}, + {274, 69, -224, 0x0f44}, + {255, 69, -224, 0x0eac} + } +}; + +StandTile tile_892 = { + 0x017709, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {255, 69, -127, 0x0000}, + {274, 69, -127, 0x0eb0}, + {274, 69, -224, 0x0e80} + } +}; + +StandTile tile_893 = { + 0x01780a, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, -127, 0x0e8c}, + {370, 12, -224, 0x0ebc}, + {370, 12, -127, 0x0f7e} + } +}; + +StandTile tile_894 = { + 0x017809, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, -127, 0x0cd5}, + {370, 0, -224, 0x0f75}, + {370, 12, -224, 0x0e88} + } +}; + +StandTile tile_895 = { + 0x01790a, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {293, 46, -127, 0x0e94}, + {293, 58, -224, 0x0e74}, + {293, 58, -127, 0x0000} + } +}; + +StandTile tile_896 = { + 0x017909, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {293, 46, -127, 0x0e78}, + {293, 46, -224, 0x0f51}, + {293, 58, -224, 0x0e90} + } +}; + +StandTile tile_897 = { + 0x017a0a, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {312, 35, -127, 0x0e9c}, + {312, 46, -224, 0x0e7c}, + {312, 46, -127, 0x0000} + } +}; + +StandTile tile_898 = { + 0x017a09, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {312, 35, -127, 0x0ec8}, + {312, 35, -224, 0x0f5a}, + {312, 46, -224, 0x0e98} + } +}; + +StandTile tile_899 = { + 0x017b0a, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {332, 23, -127, 0x0ea4}, + {332, 35, -224, 0x0ecc}, + {332, 35, -127, 0x0000} + } +}; + +StandTile tile_900 = { + 0x017b09, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {332, 23, -127, 0x0ec0}, + {332, 23, -224, 0x0f63}, + {332, 35, -224, 0x0ea0} + } +}; + +StandTile tile_901 = { + 0x017c0a, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {255, 69, -127, 0x0eac}, + {255, 81, -224, 0x0e60}, + {255, 81, -127, 0x0000} + } +}; + +StandTile tile_902 = { + 0x017c09, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {255, 69, -127, 0x0e80}, + {255, 69, -224, 0x0f40}, + {255, 81, -224, 0x0ea8} + } +}; + +StandTile tile_903 = { + 0x017d0a, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {274, 58, -127, 0x0eb4}, + {274, 69, -224, 0x0e84}, + {274, 69, -127, 0x0000} + } +}; + +StandTile tile_904 = { + 0x017d09, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {274, 58, -127, 0x0e70}, + {274, 58, -224, 0x0f48}, + {274, 69, -224, 0x0eb0} + } +}; + +StandTile tile_905 = { + 0x01920a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 12, -127, 0x0ebc}, + {370, 12, -224, 0x0f71}, + {351, 12, -224, 0x0e6c} + } +}; + +StandTile tile_906 = { + 0x019209, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 12, -127, 0x0000}, + {370, 12, -127, 0x0e88}, + {370, 12, -224, 0x0eb8} + } +}; + +StandTile tile_907 = { + 0x01960a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {332, 23, -127, 0x0ec4}, + {351, 23, -224, 0x0f68}, + {332, 23, -224, 0x0ea4} + } +}; + +StandTile tile_908 = { + 0x019609, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {332, 23, -127, 0x0000}, + {351, 23, -127, 0x0e68}, + {351, 23, -224, 0x0ec0} + } +}; + +StandTile tile_909 = { + 0x01970a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 35, -127, 0x0ecc}, + {332, 35, -224, 0x0f5f}, + {312, 35, -224, 0x0e9c} + } +}; + +StandTile tile_910 = { + 0x019709, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 35, -127, 0x0000}, + {332, 35, -127, 0x0ea0}, + {332, 35, -224, 0x0ec8} + } +}; + +StandTile tile_911 = { + 0x01a00a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 35, 706, 0x0ed4}, + {332, 35, 610, 0x0000}, + {312, 35, 610, 0x0f00} + } +}; + +StandTile tile_912 = { + 0x01a009, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 35, 706, 0x0c49}, + {332, 35, 706, 0x0efc}, + {332, 35, 610, 0x0ed0} + } +}; + +StandTile tile_913 = { + 0x01a10a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {332, 23, 706, 0x0edc}, + {351, 23, 610, 0x0000}, + {332, 23, 610, 0x0ef8} + } +}; + +StandTile tile_914 = { + 0x01a109, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {332, 23, 706, 0x0c57}, + {351, 23, 706, 0x0f34}, + {351, 23, 610, 0x0ed8} + } +}; + +StandTile tile_915 = { + 0x01a50a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 12, 706, 0x0ee4}, + {370, 12, 610, 0x0000}, + {351, 12, 610, 0x0f30} + } +}; + +StandTile tile_916 = { + 0x01a509, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 12, 706, 0x0c5b}, + {370, 12, 706, 0x0f14}, + {370, 12, 610, 0x0ee0} + } +}; + +StandTile tile_917 = { + 0x01b20a, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {274, 69, 610, 0x0eec}, + {274, 58, 706, 0x0f28}, + {274, 58, 610, 0x0000} + } +}; + +StandTile tile_918 = { + 0x01b209, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {274, 69, 610, 0x0f1c}, + {274, 69, 706, 0x0c37}, + {274, 58, 706, 0x0ee8} + } +}; + +StandTile tile_919 = { + 0x01b30a, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, 610, 0x0ef4}, + {255, 69, 706, 0x0f18}, + {255, 69, 610, 0x0000} + } +}; + +StandTile tile_920 = { + 0x01b309, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, 610, 0x0f3c}, + {255, 81, 706, 0x0c33}, + {255, 69, 706, 0x0ef0} + } +}; + +StandTile tile_921 = { + 0x01b40a, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {332, 35, 610, 0x0efc}, + {332, 23, 706, 0x0ed8}, + {332, 23, 610, 0x0000} + } +}; + +StandTile tile_922 = { + 0x01b409, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {332, 35, 610, 0x0ed4}, + {332, 35, 706, 0x0c52}, + {332, 23, 706, 0x0ef8} + } +}; + +StandTile tile_923 = { + 0x01b50a, 0x06, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {312, 46, 610, 0x0f04}, + {312, 35, 706, 0x0ed0}, + {312, 35, 610, 0x0000} + } +}; + +StandTile tile_924 = { + 0x01b509, 0x06, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {312, 46, 610, 0x0f24}, + {312, 46, 706, 0x0c49}, + {312, 35, 706, 0x0f00} + } +}; + +StandTile tile_925 = { + 0x01b60a, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {293, 58, 610, 0x0f0c}, + {293, 46, 706, 0x0f20}, + {293, 46, 610, 0x0000} + } +}; + +StandTile tile_926 = { + 0x01b609, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {293, 58, 610, 0x0f2c}, + {293, 58, 706, 0x0c40}, + {293, 46, 706, 0x0f08} + } +}; + +StandTile tile_927 = { + 0x01b70a, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {370, 12, 610, 0x0f14}, + {370, 0, 706, 0x0cee}, + {370, 0, 610, 0x0000} + } +}; + +StandTile tile_928 = { + 0x01b709, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {370, 12, 610, 0x0ee4}, + {370, 12, 706, 0x0c26}, + {370, 0, 706, 0x0f10} + } +}; + +StandTile tile_929 = { + 0x01b80a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {255, 69, 706, 0x0f1c}, + {274, 69, 610, 0x0000}, + {255, 69, 610, 0x0ef0} + } +}; + +StandTile tile_930 = { + 0x01b809, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {255, 69, 706, 0x0c33}, + {274, 69, 706, 0x0eec}, + {274, 69, 610, 0x0f18} + } +}; + +StandTile tile_931 = { + 0x01b90a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {293, 46, 706, 0x0f24}, + {312, 46, 610, 0x0000}, + {293, 46, 610, 0x0f08} + } +}; + +StandTile tile_932 = { + 0x01b909, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {293, 46, 706, 0x0c40}, + {312, 46, 706, 0x0f04}, + {312, 46, 610, 0x0f20} + } +}; + +StandTile tile_933 = { + 0x01ba0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {274, 58, 706, 0x0f2c}, + {293, 58, 610, 0x0000}, + {274, 58, 610, 0x0ee8} + } +}; + +StandTile tile_934 = { + 0x01ba09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {274, 58, 706, 0x0c37}, + {293, 58, 706, 0x0f0c}, + {293, 58, 610, 0x0f28} + } +}; + +StandTile tile_935 = { + 0x01be0a, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {351, 23, 610, 0x0f34}, + {351, 12, 706, 0x0ee0}, + {351, 12, 610, 0x0000} + } +}; + +StandTile tile_936 = { + 0x01be09, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {351, 23, 610, 0x0edc}, + {351, 23, 706, 0x0c5b}, + {351, 12, 706, 0x0f30} + } +}; + +StandTile tile_937 = { + 0x01c20a, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, 706, 0x0f3c}, + {158, 81, 610, 0x0000}, + {158, 81, 706, 0x0bb0} + } +}; + +StandTile tile_938 = { + 0x01c209, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, 706, 0x0ef4}, + {255, 81, 610, 0x0000}, + {158, 81, 610, 0x0f38} + } +}; + +StandTile tile_939 = { + 0x045308, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, -224, 0x0eac}, + {255, 69, -224, 0x0f44}, + {274, 81, -224, 0x0b3d} + } +}; + +StandTile tile_940 = { + 0x045208, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {255, 69, -224, 0x0e80}, + {274, 69, -224, 0x0f48}, + {274, 81, -224, 0x0f40} + } +}; + +StandTile tile_941 = { + 0x045108, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {274, 58, -224, 0x0f4d}, + {293, 81, -224, 0x0b3d}, + {274, 81, -224, 0x0f44}, + {274, 69, -224, 0x0eb4} + } +}; + +StandTile tile_942 = { + 0x045008, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {274, 58, -224, 0x0e70}, + {293, 58, -224, 0x0f51}, + {293, 81, -224, 0x0f48} + } +}; + +StandTile tile_943 = { + 0x044f08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {293, 46, -224, 0x0f56}, + {313, 81, -224, 0x0b3d}, + {293, 81, -224, 0x0f4d}, + {293, 58, -224, 0x0e94} + } +}; + +StandTile tile_944 = { + 0x044e08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {313, 81, -224, 0x0f51}, + {293, 46, -224, 0x0e78}, + {312, 46, -224, 0x0f5a} + } +}; + +StandTile tile_945 = { + 0x044d08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {332, 81, -224, 0x0b3d}, + {313, 81, -224, 0x0f56}, + {312, 46, -224, 0x0e9c}, + {312, 35, -224, 0x0f5f} + } +}; + +StandTile tile_946 = { + 0x044c08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 35, -224, 0x0ec8}, + {332, 35, -224, 0x0f63}, + {332, 81, -224, 0x0f5a} + } +}; + +StandTile tile_947 = { + 0x044b08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {332, 23, -224, 0x0f68}, + {351, 81, -224, 0x0b3d}, + {332, 81, -224, 0x0f5f}, + {332, 35, -224, 0x0ea4} + } +}; + +StandTile tile_948 = { + 0x044a08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {332, 23, -224, 0x0ec0}, + {351, 23, -224, 0x0f6c}, + {351, 81, -224, 0x0f63} + } +}; + +StandTile tile_949 = { + 0x044808, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {351, 12, -224, 0x0f71}, + {370, 81, -224, 0x0b3d}, + {351, 81, -224, 0x0f68}, + {351, 23, -224, 0x0e6c} + } +}; + +StandTile tile_950 = { + 0x044708, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 12, -224, 0x0eb8}, + {370, 12, -224, 0x0f75}, + {370, 81, -224, 0x0f6c} + } +}; + +StandTile tile_951 = { + 0x046608, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {532, 81, -224, 0x0b3d}, + {370, 81, -224, 0x0f71}, + {370, 12, -224, 0x0e8c}, + {370, 0, -224, 0x0f7a} + } +}; + +StandTile tile_952 = { + 0x044608, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {532, 0, -224, 0x0000}, + {532, 81, -224, 0x0f75}, + {370, 0, -224, 0x0cd5} + } +}; + +StandTile tile_953 = { + 0x045b08, 0x06, + 0x2, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, -127, 0x0e88}, + {370, 12, -127, 0x0000}, + {351, 0, -128, 0x0000} + } +}; + +StandTile tile_954 = { + 0x049c0a, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x2, + { + {-312, 0, 1049, 0x0f88}, + {-289, 0, 853, 0x0000}, + {-312, 0, 853, 0x0000}, + {-312, 0, 891, 0x064f}, + {-312, 0, 1011, 0x0000} + } +}; + +StandTile tile_955 = { + 0x049c09, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {-312, 0, 1049, 0x0000}, + {-289, 0, 1049, 0x0fa5}, + {-289, 0, 856, 0x0000}, + {-289, 0, 853, 0x0f82} + } +}; + +StandTile tile_956 = { + 0x03e80a, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x0f91}, + {66, 0, 764, 0x0c78}, + {61, 0, 764, 0x0f95} + } +}; + +StandTile tile_957 = { + 0x03e809, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x0000}, + {127, 0, 868, 0x0fd1}, + {66, 0, 764, 0x0f8d} + } +}; + +StandTile tile_958 = { + 0x03ea08, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x0f8d}, + {61, 0, 764, 0x0c70}, + {1, 0, 764, 0x0f99} + } +}; + +StandTile tile_959 = { + 0x03ec08, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-107, 0, 764, 0x0f9d}, + {15, 0, 980, 0x0f95}, + {1, 0, 764, 0x0c68} + } +}; + +StandTile tile_960 = { + 0x03ee08, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-139, 0, 764, 0x0fa9}, + {15, 0, 980, 0x0f99}, + {-107, 0, 764, 0x0c64} + } +}; + +StandTile tile_961 = { + 0x026b0a, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-289, 0, 856, 0x0fa5}, + {-258, 0, 1026, 0x0fb5}, + {-258, 0, 880, 0x0fc5} + } +}; + +StandTile tile_962 = { + 0x026b09, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-289, 0, 856, 0x0f88}, + {-289, 0, 1049, 0x0fcd}, + {-258, 0, 1026, 0x0fa1} + } +}; + +StandTile tile_963 = { + 0x000008, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-139, 0, 764, 0x0000}, + {-201, 0, 764, 0x0fc1}, + {15, 0, 980, 0x0f9d} + } +}; + +StandTile tile_964 = { + 0x000308, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x0fc1}, + {-231, 0, 795, 0x0000}, + {-231, 0, 856, 0x0fb1} + } +}; + +StandTile tile_965 = { + 0x000408, 0x05, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x0fad}, + {-231, 0, 856, 0x0fc5}, + {-258, 0, 880, 0x0fb5} + } +}; + +StandTile tile_966 = { + 0x000508, 0x05, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x0fb1}, + {-258, 0, 880, 0x0fa1}, + {-258, 0, 1026, 0x0fb9} + } +}; + +StandTile tile_967 = { + 0x000608, 0x05, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x0fb5}, + {-258, 0, 1026, 0x0fcd}, + {-231, 0, 1049, 0x0fbd} + } +}; + +StandTile tile_968 = { + 0x000708, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x0fb9}, + {-231, 0, 1049, 0x0fc9}, + {-116, 0, 1111, 0x0000} + } +}; + +StandTile tile_969 = { + 0x000908, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-201, 0, 764, 0x0000}, + {-231, 0, 795, 0x0fad}, + {15, 0, 980, 0x0fa9} + } +}; + +StandTile tile_970 = { + 0x000c08, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-258, 0, 880, 0x0fb1}, + {-231, 0, 856, 0x0000}, + {-289, 0, 856, 0x0fa1} + } +}; + +StandTile tile_971 = { + 0x000d08, 0x05, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 1111, 0x0000}, + {-116, 0, 1111, 0x0fbd}, + {-231, 0, 1049, 0x0000} + } +}; + +StandTile tile_972 = { + 0x000e08, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-258, 0, 1026, 0x0fa5}, + {-289, 0, 1049, 0x0000}, + {-231, 0, 1049, 0x0fb9} + } +}; + +StandTile tile_973 = { + 0x000f08, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {127, 0, 868, 0x0000}, + {127, 0, 764, 0x0000}, + {66, 0, 764, 0x0f91} + } +}; + +StandTile tile_974 = { + 0x016602, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {19, 197, -1335, 0x0fd9}, + {-19, 197, -1327, 0x0fe1}, + {19, 197, -1327, 0x0000} + } +}; + +StandTile tile_975 = { + 0x016601, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {19, 197, -1335, 0x0066}, + {-19, 197, -1335, 0x0000}, + {-19, 197, -1327, 0x0fd5} + } +}; + +StandTile tile_976 = { + 0x015102, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {19, 197, -1327, 0x0fe1}, + {-35, 197, -1312, 0x0ff1}, + {35, 197, -1312, 0x0000} + } +}; + +StandTile tile_977 = { + 0x015101, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {19, 197, -1327, 0x0fd5}, + {-19, 197, -1327, 0x0000}, + {-35, 197, -1312, 0x0fdd} + } +}; + +StandTile tile_978 = { + 0x01a100, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-69, 197, -1312, 0x0000}, + {-69, 197, -1242, 0x0000}, + {-54, 197, -1242, 0x0fe9} + } +}; + +StandTile tile_979 = { + 0x01a200, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-35, 197, -1312, 0x0000}, + {-69, 197, -1312, 0x0fe5}, + {-54, 197, -1242, 0x0ff1} + } +}; + +StandTile tile_980 = { + 0x01a302, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {35, 197, -1312, 0x0ff1}, + {-54, 197, -1242, 0x1001}, + {54, 197, -1242, 0x0ff5} + } +}; + +StandTile tile_981 = { + 0x01a301, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {35, 197, -1312, 0x0fdd}, + {-35, 197, -1312, 0x0fe9}, + {-54, 197, -1242, 0x0fed} + } +}; + +StandTile tile_982 = { + 0x01a000, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {69, 197, -1312, 0x0000}, + {35, 197, -1312, 0x0fed}, + {54, 197, -1242, 0x0ff9} + } +}; + +StandTile tile_983 = { + 0x015000, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {69, 197, -1242, 0x0000}, + {69, 197, -1312, 0x0ff5}, + {54, 197, -1242, 0x0000} + } +}; + +StandTile tile_984 = { + 0x00d102, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 185, -1242, 0x1001}, + {-54, 197, -1242, 0x0000}, + {-54, 185, -1242, 0x109d} + } +}; + +StandTile tile_985 = { + 0x00d101, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 185, -1242, 0x0000}, + {54, 197, -1242, 0x0fed}, + {-54, 197, -1242, 0x0ffd} + } +}; + +StandTile tile_986 = { + 0x00b302, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 46, -1011, 0x1009}, + {54, 46, -992, 0x0000}, + {54, 46, -1011, 0x1045} + } +}; + +StandTile tile_987 = { + 0x00b301, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 46, -1011, 0x0000}, + {-54, 46, -992, 0x1039}, + {54, 46, -992, 0x1005} + } +}; + +StandTile tile_988 = { + 0x00b402, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {54, 12, -953, 0x1011}, + {-54, 23, -953, 0x0000}, + {-54, 12, -953, 0x102d} + } +}; + +StandTile tile_989 = { + 0x00b401, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {54, 12, -953, 0x0000}, + {54, 23, -953, 0x1029}, + {-54, 23, -953, 0x100d} + } +}; + +StandTile tile_990 = { + 0x00b602, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 23, -972, 0x1019}, + {-54, 35, -972, 0x0000}, + {-54, 23, -972, 0x1025} + } +}; + +StandTile tile_991 = { + 0x00b601, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 23, -972, 0x0000}, + {54, 35, -972, 0x1021}, + {-54, 35, -972, 0x1015} + } +}; + +StandTile tile_992 = { + 0x00b702, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 35, -992, 0x1021}, + {54, 35, -972, 0x0000}, + {54, 35, -992, 0x1035} + } +}; + +StandTile tile_993 = { + 0x00b701, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 35, -992, 0x0000}, + {-54, 35, -972, 0x1019}, + {54, 35, -972, 0x101d} + } +}; + +StandTile tile_994 = { + 0x00b802, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 23, -972, 0x1029}, + {54, 23, -953, 0x0000}, + {54, 23, -972, 0x1015} + } +}; + +StandTile tile_995 = { + 0x00b801, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 23, -972, 0x0000}, + {-54, 23, -953, 0x1011}, + {54, 23, -953, 0x1025} + } +}; + +StandTile tile_996 = { + 0x00b902, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 12, -953, 0x1031}, + {54, 12, -934, 0x0000}, + {54, 12, -953, 0x100d} + } +}; + +StandTile tile_997 = { + 0x00b901, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 12, -953, 0x0000}, + {-54, 12, -934, 0x110a}, + {54, 12, -934, 0x102d} + } +}; + +StandTile tile_998 = { + 0x00ba02, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 35, -992, 0x1039}, + {-54, 46, -992, 0x0000}, + {-54, 35, -992, 0x101d} + } +}; + +StandTile tile_999 = { + 0x00ba01, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 35, -992, 0x0000}, + {54, 46, -992, 0x1009}, + {-54, 46, -992, 0x1035} + } +}; + +StandTile tile_1000 = { + 0x00bb02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 81, -1069, 0x1041}, + {54, 81, -1049, 0x0000}, + {54, 81, -1069, 0x10d5} + } +}; + +StandTile tile_1001 = { + 0x00bb01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 81, -1069, 0x0000}, + {-54, 81, -1049, 0x1069}, + {54, 81, -1049, 0x103d} + } +}; + +StandTile tile_1002 = { + 0x00bc02, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {54, 46, -1011, 0x1049}, + {-54, 58, -1011, 0x0000}, + {-54, 46, -1011, 0x1005} + } +}; + +StandTile tile_1003 = { + 0x00bc01, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {54, 46, -1011, 0x0000}, + {54, 58, -1011, 0x1061}, + {-54, 58, -1011, 0x1045} + } +}; + +StandTile tile_1004 = { + 0x00bd02, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {54, 58, -1030, 0x1051}, + {-54, 69, -1030, 0x0000}, + {-54, 58, -1030, 0x105d} + } +}; + +StandTile tile_1005 = { + 0x00bd01, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {54, 58, -1030, 0x0000}, + {54, 69, -1030, 0x1059}, + {-54, 69, -1030, 0x104d} + } +}; + +StandTile tile_1006 = { + 0x00be02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 69, -1049, 0x1059}, + {54, 69, -1030, 0x0000}, + {54, 69, -1049, 0x1065} + } +}; + +StandTile tile_1007 = { + 0x00be01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 69, -1049, 0x0000}, + {-54, 69, -1030, 0x1051}, + {54, 69, -1030, 0x1055} + } +}; + +StandTile tile_1008 = { + 0x00bf02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 58, -1030, 0x1061}, + {54, 58, -1011, 0x0000}, + {54, 58, -1030, 0x104d} + } +}; + +StandTile tile_1009 = { + 0x00bf01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 58, -1030, 0x0000}, + {-54, 58, -1011, 0x1049}, + {54, 58, -1011, 0x105d} + } +}; + +StandTile tile_1010 = { + 0x00c002, 0x03, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {54, 69, -1049, 0x1069}, + {-54, 81, -1049, 0x0000}, + {-54, 69, -1049, 0x1055} + } +}; + +StandTile tile_1011 = { + 0x00c001, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 69, -1049, 0x0000}, + {54, 81, -1049, 0x1041}, + {-54, 81, -1049, 0x1065} + } +}; + +StandTile tile_1012 = { + 0x00c502, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 150, -1184, 0x1071}, + {54, 150, -1165, 0x0000}, + {54, 150, -1184, 0x10a5} + } +}; + +StandTile tile_1013 = { + 0x00c501, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 150, -1184, 0x0000}, + {-54, 150, -1165, 0x1099}, + {54, 150, -1165, 0x106d} + } +}; + +StandTile tile_1014 = { + 0x00c602, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {54, 116, -1127, 0x1079}, + {-54, 127, -1127, 0x0000}, + {-54, 116, -1127, 0x10cd} + } +}; + +StandTile tile_1015 = { + 0x00c601, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {54, 116, -1127, 0x0000}, + {54, 127, -1127, 0x1091}, + {-54, 127, -1127, 0x1075} + } +}; + +StandTile tile_1016 = { + 0x00c702, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 127, -1146, 0x1081}, + {-54, 139, -1146, 0x0000}, + {-54, 127, -1146, 0x108d} + } +}; + +StandTile tile_1017 = { + 0x00c701, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 127, -1146, 0x0000}, + {54, 139, -1146, 0x1089}, + {-54, 139, -1146, 0x107d} + } +}; + +StandTile tile_1018 = { + 0x00c802, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 139, -1165, 0x1089}, + {54, 139, -1146, 0x0000}, + {54, 139, -1165, 0x1095} + } +}; + +StandTile tile_1019 = { + 0x00c801, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 139, -1165, 0x0000}, + {-54, 139, -1146, 0x1081}, + {54, 139, -1146, 0x1085} + } +}; + +StandTile tile_1020 = { + 0x00c902, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 127, -1146, 0x1091}, + {54, 127, -1127, 0x0000}, + {54, 127, -1146, 0x107d} + } +}; + +StandTile tile_1021 = { + 0x00c901, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 127, -1146, 0x0000}, + {-54, 127, -1127, 0x1079}, + {54, 127, -1127, 0x108d} + } +}; + +StandTile tile_1022 = { + 0x00ca02, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 139, -1165, 0x1099}, + {-54, 150, -1165, 0x0000}, + {-54, 139, -1165, 0x1085} + } +}; + +StandTile tile_1023 = { + 0x00ca01, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 139, -1165, 0x0000}, + {54, 150, -1165, 0x1071}, + {-54, 150, -1165, 0x1095} + } +}; + +StandTile tile_1024 = { + 0x00cb02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 185, -1242, 0x10a1}, + {54, 185, -1223, 0x0000}, + {54, 185, -1242, 0x0ffd} + } +}; + +StandTile tile_1025 = { + 0x00cb01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 185, -1242, 0x0000}, + {-54, 185, -1223, 0x10c9}, + {54, 185, -1223, 0x109d} + } +}; + +StandTile tile_1026 = { + 0x00cc02, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {54, 150, -1184, 0x10a9}, + {-54, 162, -1184, 0x0000}, + {-54, 150, -1184, 0x106d} + } +}; + +StandTile tile_1027 = { + 0x00cc01, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {54, 150, -1184, 0x0000}, + {54, 162, -1184, 0x10c1}, + {-54, 162, -1184, 0x10a5} + } +}; + +StandTile tile_1028 = { + 0x00cd02, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {54, 162, -1204, 0x10b1}, + {-54, 174, -1204, 0x0000}, + {-54, 162, -1204, 0x10bd} + } +}; + +StandTile tile_1029 = { + 0x00cd01, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {54, 162, -1204, 0x0000}, + {54, 174, -1204, 0x10b9}, + {-54, 174, -1204, 0x10ad} + } +}; + +StandTile tile_1030 = { + 0x00ce02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 174, -1223, 0x10b9}, + {54, 174, -1204, 0x0000}, + {54, 174, -1223, 0x10c5} + } +}; + +StandTile tile_1031 = { + 0x00ce01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 174, -1223, 0x0000}, + {-54, 174, -1204, 0x10b1}, + {54, 174, -1204, 0x10b5} + } +}; + +StandTile tile_1032 = { + 0x00cf02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 162, -1204, 0x10c1}, + {54, 162, -1184, 0x0000}, + {54, 162, -1204, 0x10ad} + } +}; + +StandTile tile_1033 = { + 0x00cf01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 162, -1204, 0x0000}, + {-54, 162, -1184, 0x10a9}, + {54, 162, -1184, 0x10bd} + } +}; + +StandTile tile_1034 = { + 0x00d002, 0x03, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {54, 174, -1223, 0x10c9}, + {-54, 185, -1223, 0x0000}, + {-54, 174, -1223, 0x10b5} + } +}; + +StandTile tile_1035 = { + 0x00d001, 0x03, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {54, 174, -1223, 0x0000}, + {54, 185, -1223, 0x10a1}, + {-54, 185, -1223, 0x10c5} + } +}; + +StandTile tile_1036 = { + 0x00d802, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 116, -1127, 0x10d1}, + {54, 116, -1107, 0x0000}, + {54, 116, -1127, 0x1075} + } +}; + +StandTile tile_1037 = { + 0x00d801, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 116, -1127, 0x0000}, + {-54, 116, -1107, 0x10f9}, + {54, 116, -1107, 0x10cd} + } +}; + +StandTile tile_1038 = { + 0x00d902, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 81, -1069, 0x10d9}, + {-54, 93, -1069, 0x0000}, + {-54, 81, -1069, 0x103d} + } +}; + +StandTile tile_1039 = { + 0x00d901, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 81, -1069, 0x0000}, + {54, 93, -1069, 0x10f1}, + {-54, 93, -1069, 0x10d5} + } +}; + +StandTile tile_1040 = { + 0x00da02, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 93, -1088, 0x10e1}, + {-54, 104, -1088, 0x0000}, + {-54, 93, -1088, 0x10ed} + } +}; + +StandTile tile_1041 = { + 0x00da01, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 93, -1088, 0x0000}, + {54, 104, -1088, 0x10e9}, + {-54, 104, -1088, 0x10dd} + } +}; + +StandTile tile_1042 = { + 0x00db02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 104, -1107, 0x10e9}, + {54, 104, -1088, 0x0000}, + {54, 104, -1107, 0x10f5} + } +}; + +StandTile tile_1043 = { + 0x00db01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 104, -1107, 0x0000}, + {-54, 104, -1088, 0x10e1}, + {54, 104, -1088, 0x10e5} + } +}; + +StandTile tile_1044 = { + 0x00dc02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 93, -1088, 0x10f1}, + {54, 93, -1069, 0x0000}, + {54, 93, -1088, 0x10dd} + } +}; + +StandTile tile_1045 = { + 0x00dc01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 93, -1088, 0x0000}, + {-54, 93, -1069, 0x10d9}, + {54, 93, -1069, 0x10ed} + } +}; + +StandTile tile_1046 = { + 0x00dd02, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {54, 104, -1107, 0x10f9}, + {-54, 116, -1107, 0x0000}, + {-54, 104, -1107, 0x10e5} + } +}; + +StandTile tile_1047 = { + 0x00dd01, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {54, 104, -1107, 0x0000}, + {54, 116, -1107, 0x10d1}, + {-54, 116, -1107, 0x10f5} + } +}; + +StandTile tile_1048 = { + 0x000002, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {54, 0, -934, 0x1101}, + {0, 0, -617, 0x112c}, + {54, 0, -617, 0x0000} + } +}; + +StandTile tile_1049 = { + 0x000001, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {54, 0, -934, 0x1105}, + {0, 0, -934, 0x110e}, + {0, 0, -617, 0x10fd} + } +}; + +StandTile tile_1050 = { + 0x00b502, 0x02, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {54, 0, -934, 0x110a}, + {-54, 12, -934, 0x0000}, + {-54, 0, -934, 0x1112}, + {0, 0, -934, 0x1101} + } +}; + +StandTile tile_1051 = { + 0x00b501, 0x02, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {54, 0, -934, 0x0000}, + {54, 12, -934, 0x1031}, + {-54, 12, -934, 0x1105} + } +}; + +StandTile tile_1052 = { + 0x00e902, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -934, 0x1112}, + {-54, 0, -617, 0x113d}, + {0, 0, -617, 0x1101} + } +}; + +StandTile tile_1053 = { + 0x00e901, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -934, 0x1105}, + {-54, 0, -934, 0x0000}, + {-54, 0, -617, 0x110e} + } +}; + +StandTile tile_1054 = { + 0x015202, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x2, + { + {66, 0, -231, 0x111b}, + {-66, 0, -255, 0x0000}, + {-66, 0, -231, 0x0d9e}, + {0, 0, -231, 0x0d95} + } +}; + +StandTile tile_1055 = { + 0x015201, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {66, 0, -231, 0x0000}, + {66, 0, -255, 0x1146}, + {-66, 0, -255, 0x1116} + } +}; + +StandTile tile_1056 = { + 0x014e02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {0, 0, -324, 0x1124}, + {66, 0, -289, 0x0000}, + {66, 0, -324, 0x0000}, + {54, 0, -324, 0x1128} + } +}; + +StandTile tile_1057 = { + 0x014e01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -324, 0x1130}, + {0, 0, -289, 0x1141}, + {66, 0, -289, 0x111f} + } +}; + +StandTile tile_1058 = { + 0x000102, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {54, 0, -617, 0x112c}, + {0, 0, -324, 0x111f}, + {54, 0, -324, 0x0000} + } +}; + +StandTile tile_1059 = { + 0x000101, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {54, 0, -617, 0x10fd}, + {0, 0, -617, 0x1139}, + {0, 0, -324, 0x1128} + } +}; + +StandTile tile_1060 = { + 0x014f02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-66, 0, -324, 0x1135}, + {0, 0, -289, 0x1124}, + {0, 0, -324, 0x1139}, + {-54, 0, -324, 0x0000} + } +}; + +StandTile tile_1061 = { + 0x014f01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, 0, -324, 0x0000}, + {-66, 0, -289, 0x1141}, + {0, 0, -289, 0x1130} + } +}; + +StandTile tile_1062 = { + 0x00e802, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -617, 0x113d}, + {-54, 0, -324, 0x1130}, + {0, 0, -324, 0x112c} + } +}; + +StandTile tile_1063 = { + 0x00e801, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -617, 0x110e}, + {-54, 0, -617, 0x0000}, + {-54, 0, -324, 0x1139} + } +}; + +StandTile tile_1064 = { + 0x010202, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-66, 0, -289, 0x1146}, + {66, 0, -255, 0x0000}, + {66, 0, -289, 0x1124}, + {0, 0, -289, 0x1135} + } +}; + +StandTile tile_1065 = { + 0x010201, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, 0, -289, 0x0000}, + {-66, 0, -255, 0x111b}, + {66, 0, -255, 0x1141} + } +}; + +StandTile tile_1066 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_sevb_all_p_stanZ.c b/assets/obseg/stan/Tbg_sevb_all_p_stanZ.c new file mode 100644 index 0000000..add8a91 --- /dev/null +++ b/assets/obseg/stan/Tbg_sevb_all_p_stanZ.c @@ -0,0 +1,17968 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:15 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_sevb_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x1de332, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-116, 289, -1451, 0x0014}, + {-62, 336, -1354, 0x0000}, + {-100, 289, -1451, 0x0000} + } +}; + +StandTile tile_1 = { + 0x1de331, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-116, 289, -1451, 0x004e}, + {-77, 336, -1354, 0x0018}, + {-62, 336, -1354, 0x0010} + } +}; + +StandTile tile_2 = { + 0x1de032, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-77, 336, -1354, 0x001e}, + {77, 336, -1242, 0x0046}, + {77, 336, -1354, 0x0036}, + {62, 336, -1354, 0x0022}, + {-62, 336, -1354, 0x0014} + } +}; + +StandTile tile_3 = { + 0x1de031, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-77, 336, -1354, 0x004e}, + {-77, 336, -1242, 0x003a}, + {77, 336, -1242, 0x0018} + } +}; + +StandTile tile_4 = { + 0x1ddf32, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {69, 305, -1373, 0x0026}, + {-62, 336, -1354, 0x0018}, + {62, 336, -1354, 0x0000} + } +}; + +StandTile tile_5 = { + 0x1ddf31, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {69, 305, -1373, 0x0000}, + {-69, 305, -1373, 0x0000}, + {-62, 336, -1354, 0x0022} + } +}; + +StandTile tile_6 = { + 0x1dde32, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-116, 289, -1146, 0x002e}, + {116, 243, -1049, 0x0052}, + {116, 289, -1146, 0x003e} + } +}; + +StandTile tile_7 = { + 0x1dde31, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-116, 289, -1146, 0x005e}, + {-116, 243, -1049, 0x0102}, + {116, 243, -1049, 0x002a} + } +}; + +StandTile tile_8 = { + 0x1ddc32, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {100, 289, -1451, 0x0036}, + {77, 336, -1354, 0x0046}, + {116, 289, -1451, 0x0000} + } +}; + +StandTile tile_9 = { + 0x1ddc31, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {100, 289, -1451, 0x0000}, + {62, 336, -1354, 0x0018}, + {77, 336, -1354, 0x0032} + } +}; + +StandTile tile_10 = { + 0x1ddb32, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-77, 336, -1242, 0x003e}, + {116, 289, -1146, 0x0042}, + {77, 336, -1242, 0x001e} + } +}; + +StandTile tile_11 = { + 0x1ddb31, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-77, 336, -1242, 0x004a}, + {-116, 289, -1146, 0x002a}, + {116, 289, -1146, 0x003a} + } +}; + +StandTile tile_12 = { + 0x1dda32, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, 289, -1451, 0x0046}, + {77, 336, -1242, 0x003a}, + {116, 289, -1146, 0x0056} + } +}; + +StandTile tile_13 = { + 0x1dda31, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, 289, -1451, 0x0032}, + {77, 336, -1354, 0x0018}, + {77, 336, -1242, 0x0042} + } +}; + +StandTile tile_14 = { + 0x1dd932, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-77, 336, -1242, 0x004e}, + {-116, 289, -1451, 0x005e}, + {-116, 289, -1146, 0x003e} + } +}; + +StandTile tile_15 = { + 0x1dd931, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-77, 336, -1242, 0x001e}, + {-77, 336, -1354, 0x0014}, + {-116, 289, -1451, 0x004a} + } +}; + +StandTile tile_16 = { + 0x1dd832, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {116, 243, -1451, 0x0056}, + {116, 289, -1146, 0x002a}, + {116, 243, -1049, 0x00ee} + } +}; + +StandTile tile_17 = { + 0x1dd831, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {116, 243, -1451, 0x0000}, + {116, 289, -1451, 0x0042}, + {116, 289, -1146, 0x0052} + } +}; + +StandTile tile_18 = { + 0x1dd732, 0x44, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-116, 243, -1049, 0x005e}, + {-116, 289, -1451, 0x0000}, + {-116, 243, -1451, 0x00e6} + } +}; + +StandTile tile_19 = { + 0x1dd731, 0x44, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-116, 243, -1049, 0x002e}, + {-116, 289, -1146, 0x004a}, + {-116, 289, -1451, 0x005a} + } +}; + +StandTile tile_20 = { + 0x26cb32, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-35, 197, -1354, 0x0066}, + {19, 197, -1335, 0x0000}, + {35, 197, -1354, 0x006e} + } +}; + +StandTile tile_21 = { + 0x26cb31, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-35, 197, -1354, 0x0000}, + {-19, 197, -1335, 0x14ad}, + {19, 197, -1335, 0x0062} + } +}; + +StandTile tile_22 = { + 0x1dd232, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-50, 197, -1393, 0x006e}, + {35, 197, -1354, 0x0000}, + {50, 197, -1393, 0x00aa} + } +}; + +StandTile tile_23 = { + 0x1dd231, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-50, 197, -1393, 0x0000}, + {-35, 197, -1354, 0x0062}, + {35, 197, -1354, 0x006a} + } +}; + +StandTile tile_24 = { + 0x1dc932, 0x44, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {73, 231, -1451, 0x0076}, + {-73, 243, -1451, 0x0000}, + {-73, 231, -1451, 0x00b2} + } +}; + +StandTile tile_25 = { + 0x1dc931, 0x44, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {73, 231, -1451, 0x0000}, + {73, 243, -1451, 0x02b2}, + {-73, 243, -1451, 0x0072} + } +}; + +StandTile tile_26 = { + 0x1dc832, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {73, 243, -1451, 0x007e}, + {62, 243, -1354, 0x0000}, + {100, 243, -1451, 0x00fa} + } +}; + +StandTile tile_27 = { + 0x1dc831, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {73, 243, -1451, 0x0000}, + {35, 243, -1354, 0x0000}, + {62, 243, -1354, 0x007a} + } +}; + +StandTile tile_28 = { + 0x1dc732, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-100, 243, -1451, 0x0086}, + {-35, 243, -1354, 0x0000}, + {-73, 243, -1451, 0x00d6} + } +}; + +StandTile tile_29 = { + 0x1dc731, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-100, 243, -1451, 0x0000}, + {-62, 243, -1354, 0x0000}, + {-35, 243, -1354, 0x0082} + } +}; + +StandTile tile_30 = { + 0x1dc432, 0x44, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {66, 220, -1431, 0x008e}, + {-66, 231, -1431, 0x0000}, + {-66, 220, -1431, 0x009a} + } +}; + +StandTile tile_31 = { + 0x1dc431, 0x44, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {66, 220, -1431, 0x0000}, + {66, 231, -1431, 0x00b6}, + {-66, 231, -1431, 0x008a} + } +}; + +StandTile tile_32 = { + 0x1dc332, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-58, 208, -1412, 0x0096}, + {50, 208, -1393, 0x0000}, + {58, 208, -1412, 0x00a2} + } +}; + +StandTile tile_33 = { + 0x1dc331, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-58, 208, -1412, 0x0000}, + {-50, 208, -1393, 0x00ae}, + {50, 208, -1393, 0x0092} + } +}; + +StandTile tile_34 = { + 0x1dc232, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, 220, -1431, 0x009e}, + {58, 220, -1412, 0x0000}, + {66, 220, -1431, 0x008a} + } +}; + +StandTile tile_35 = { + 0x1dc231, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, 220, -1431, 0x0000}, + {-58, 220, -1412, 0x00a6}, + {58, 220, -1412, 0x009a} + } +}; + +StandTile tile_36 = { + 0x1dc132, 0x44, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {58, 208, -1412, 0x00a6}, + {-58, 220, -1412, 0x0000}, + {-58, 208, -1412, 0x0092} + } +}; + +StandTile tile_37 = { + 0x1dc131, 0x44, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {58, 208, -1412, 0x0000}, + {58, 220, -1412, 0x009e}, + {-58, 220, -1412, 0x00a2} + } +}; + +StandTile tile_38 = { + 0x1dc032, 0x44, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {50, 197, -1393, 0x00ae}, + {-50, 208, -1393, 0x0000}, + {-50, 197, -1393, 0x006a} + } +}; + +StandTile tile_39 = { + 0x1dc031, 0x44, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {50, 197, -1393, 0x0000}, + {50, 208, -1393, 0x0096}, + {-50, 208, -1393, 0x00aa} + } +}; + +StandTile tile_40 = { + 0x1dbf32, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-73, 231, -1451, 0x00b6}, + {66, 231, -1431, 0x0000}, + {73, 231, -1451, 0x0072} + } +}; + +StandTile tile_41 = { + 0x1dbf31, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-73, 231, -1451, 0x0000}, + {-66, 231, -1431, 0x008e}, + {66, 231, -1431, 0x00b2} + } +}; + +StandTile tile_42 = { + 0x039130, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1590, 432, -1535, 0x0000}, + {-2139, 424, -556, 0x0000}, + {-1559, 432, -675, 0x0216} + } +}; + +StandTile tile_43 = { + 0x03c430, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-154, 424, -934, 0x01ba}, + {235, 424, -965, 0x0102}, + {-116, 243, -1049, 0x00e2} + } +}; + +StandTile tile_44 = { + 0x03c530, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-285, 285, -1636, 0x01a2}, + {-247, 320, -1520, 0x00ca}, + {-154, 224, -1609, 0x016e} + } +}; + +StandTile tile_45 = { + 0x03c630, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-247, 320, -1520, 0x01a6}, + {-235, 397, -1435, 0x00ce}, + {-112, 224, -1566, 0x00ca} + } +}; + +StandTile tile_46 = { + 0x03c730, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-112, 224, -1566, 0x0162}, + {-154, 224, -1609, 0x00c2}, + {-247, 320, -1520, 0x00c6} + } +}; + +StandTile tile_47 = { + 0x03c830, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-235, 397, -1435, 0x00ea}, + {-116, 243, -1451, 0x00d2}, + {-112, 224, -1566, 0x00c6} + } +}; + +StandTile tile_48 = { + 0x03c930, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-116, 243, -1451, 0x0000}, + {-100, 243, -1451, 0x00d6}, + {-112, 224, -1566, 0x00ce} + } +}; + +StandTile tile_49 = { + 0x03ca30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-100, 243, -1451, 0x0082}, + {-73, 243, -1451, 0x00da}, + {-112, 224, -1566, 0x00d2} + } +}; + +StandTile tile_50 = { + 0x03cb30, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-73, 243, -1451, 0x02b2}, + {-96, 197, -1586, 0x0166}, + {-112, 224, -1566, 0x00d6} + } +}; + +StandTile tile_51 = { + 0x03cc30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, 243, -1451, 0x00f6}, + {228, 309, -1397, 0x015e}, + {162, 224, -1497, 0x00f2} + } +}; + +StandTile tile_52 = { + 0x03cd30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-266, 397, -1157, 0x01b6}, + {-154, 424, -934, 0x00be}, + {-116, 243, -1049, 0x00e6} + } +}; + +StandTile tile_53 = { + 0x03ce30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-266, 397, -1157, 0x00e2}, + {-116, 243, -1049, 0x005a}, + {-116, 243, -1451, 0x00ea} + } +}; + +StandTile tile_54 = { + 0x03cf30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-235, 397, -1435, 0x01aa}, + {-266, 397, -1157, 0x00e6}, + {-116, 243, -1451, 0x00ce} + } +}; + +StandTile tile_55 = { + 0x03d030, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {239, 359, -1289, 0x00f6}, + {116, 243, -1451, 0x0052}, + {116, 243, -1049, 0x00fe} + } +}; + +StandTile tile_56 = { + 0x03d130, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {100, 243, -1451, 0x0000}, + {116, 243, -1451, 0x00de}, + {162, 224, -1497, 0x00fa} + } +}; + +StandTile tile_57 = { + 0x03d230, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {228, 309, -1397, 0x00de}, + {116, 243, -1451, 0x00ee}, + {239, 359, -1289, 0x01be} + } +}; + +StandTile tile_58 = { + 0x03d330, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {73, 243, -1451, 0x007a}, + {100, 243, -1451, 0x00f2}, + {162, 224, -1497, 0x0106} + } +}; + +StandTile tile_59 = { + 0x03d430, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {239, 359, -1289, 0x00ee}, + {116, 243, -1049, 0x0102}, + {235, 424, -965, 0x01c2} + } +}; + +StandTile tile_60 = { + 0x03d530, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {235, 424, -965, 0x00fe}, + {116, 243, -1049, 0x002e}, + {-116, 243, -1049, 0x00be} + } +}; + +StandTile tile_61 = { + 0x03d630, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {162, 224, -1497, 0x015a}, + {139, 197, -1539, 0x02b6}, + {73, 243, -1451, 0x00fa} + } +}; + +StandTile tile_62 = { + 0x03d730, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-58, 258, -2963, 0x011e}, + {-35, 197, -2901, 0x0354}, + {382, 197, -2959, 0x0152} + } +}; + +StandTile tile_63 = { + 0x03d830, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {752, 270, -2816, 0x0156}, + {721, 197, -2782, 0x03b4}, + {910, 197, -2488, 0x0136} + } +}; + +StandTile tile_64 = { + 0x03d930, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-320, 258, -2724, 0x01e2}, + {-517, 247, -2261, 0x0122}, + {-278, 197, -2693, 0x0116} + } +}; + +StandTile tile_65 = { + 0x03da30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-320, 258, -2724, 0x0112}, + {-278, 197, -2693, 0x035c}, + {-35, 197, -2901, 0x011e} + } +}; + +StandTile tile_66 = { + 0x03db30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-517, 247, -2261, 0x01e6}, + {-455, 258, -1825, 0x012e}, + {-475, 197, -2253, 0x0122} + } +}; + +StandTile tile_67 = { + 0x03dc30, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-58, 258, -2963, 0x01de}, + {-320, 258, -2724, 0x0116}, + {-35, 197, -2901, 0x010a} + } +}; + +StandTile tile_68 = { + 0x03dd30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-517, 247, -2261, 0x011a}, + {-475, 197, -2253, 0x0364}, + {-278, 197, -2693, 0x0112} + } +}; + +StandTile tile_69 = { + 0x03de30, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {397, 258, -3005, 0x0152}, + {382, 197, -2959, 0x03bc}, + {721, 197, -2782, 0x0156} + } +}; + +StandTile tile_70 = { + 0x03df30, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {976, 270, -2496, 0x0136}, + {910, 197, -2488, 0x03ac}, + {926, 197, -2103, 0x013a} + } +}; + +StandTile tile_71 = { + 0x03e030, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, 197, -1821, 0x036c}, + {-475, 197, -2253, 0x011a}, + {-455, 258, -1825, 0x0176} + } +}; + +StandTile tile_72 = { + 0x03e130, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {235, 424, -965, 0x024a}, + {841, 409, -1370, 0x01c6}, + {556, 332, -1555, 0x01c2} + } +}; + +StandTile tile_73 = { + 0x03e230, 0x44, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {752, 270, -2816, 0x010e}, + {910, 197, -2488, 0x012a}, + {976, 270, -2496, 0x01d2} + } +}; + +StandTile tile_74 = { + 0x03e330, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {976, 270, -2496, 0x012a}, + {926, 197, -2103, 0x0142}, + {992, 297, -2083, 0x01ce} + } +}; + +StandTile tile_75 = { + 0x03e430, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {556, 332, -1555, 0x014e}, + {532, 197, -1605, 0x0394}, + {139, 197, -1539, 0x015a} + } +}; + +StandTile tile_76 = { + 0x03e530, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {992, 297, -2083, 0x013a}, + {926, 197, -2103, 0x03a4}, + {775, 197, -1798, 0x0146} + } +}; + +StandTile tile_77 = { + 0x03e630, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {992, 297, -2083, 0x0142}, + {775, 197, -1798, 0x014a}, + {802, 332, -1779, 0x01ca} + } +}; + +StandTile tile_78 = { + 0x03e730, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {802, 332, -1779, 0x0146}, + {775, 197, -1798, 0x039c}, + {532, 197, -1605, 0x014e} + } +}; + +StandTile tile_79 = { + 0x03e830, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {802, 332, -1779, 0x014a}, + {532, 197, -1605, 0x013e}, + {556, 332, -1555, 0x01c6} + } +}; + +StandTile tile_80 = { + 0x03e930, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {397, 258, -3005, 0x01da}, + {-58, 258, -2963, 0x010a}, + {382, 197, -2959, 0x0126} + } +}; + +StandTile tile_81 = { + 0x03ea30, 0x44, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {752, 270, -2816, 0x01d6}, + {397, 258, -3005, 0x0126}, + {721, 197, -2782, 0x010e} + } +}; + +StandTile tile_82 = { + 0x03eb30, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {139, 197, -1539, 0x0106}, + {162, 224, -1497, 0x015e}, + {556, 332, -1555, 0x013e} + } +}; + +StandTile tile_83 = { + 0x03ec30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {162, 224, -1497, 0x00de}, + {228, 309, -1397, 0x01be}, + {556, 332, -1555, 0x015a} + } +}; + +StandTile tile_84 = { + 0x03ed30, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-147, 197, -1651, 0x016a}, + {-154, 224, -1609, 0x00ca}, + {-112, 224, -1566, 0x0166} + } +}; + +StandTile tile_85 = { + 0x03ee30, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-147, 197, -1651, 0x0162}, + {-112, 224, -1566, 0x00da}, + {-96, 197, -1586, 0x0384} + } +}; + +StandTile tile_86 = { + 0x03ef30, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-289, 197, -1698, 0x016e}, + {-154, 224, -1609, 0x0162}, + {-147, 197, -1651, 0x037c} + } +}; + +StandTile tile_87 = { + 0x03f030, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-154, 224, -1609, 0x016a}, + {-289, 197, -1698, 0x0172}, + {-285, 285, -1636, 0x00c2} + } +}; + +StandTile tile_88 = { + 0x03f130, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-536, 235, -1447, 0x017a}, + {-285, 285, -1636, 0x016e}, + {-289, 197, -1698, 0x0292} + } +}; + +StandTile tile_89 = { + 0x03f230, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-613, 235, -1501, 0x0296}, + {-405, 197, -1821, 0x012e}, + {-455, 258, -1825, 0x0186} + } +}; + +StandTile tile_90 = { + 0x03f330, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-285, 285, -1636, 0x0172}, + {-536, 235, -1447, 0x017e}, + {-490, 343, -1393, 0x01a2} + } +}; + +StandTile tile_91 = { + 0x03f430, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-741, 258, -1084, 0x0182}, + {-490, 343, -1393, 0x017a}, + {-536, 235, -1447, 0x02ae} + } +}; + +StandTile tile_92 = { + 0x03f530, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-490, 343, -1393, 0x017e}, + {-741, 258, -1084, 0x0192}, + {-671, 332, -1019, 0x01ae} + } +}; + +StandTile tile_93 = { + 0x03f630, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-687, 278, -1539, 0x018a}, + {-613, 235, -1501, 0x0176}, + {-455, 258, -1825, 0x01ea} + } +}; + +StandTile tile_94 = { + 0x03f730, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-814, 258, -1130, 0x02a6}, + {-613, 235, -1501, 0x0186}, + {-687, 278, -1539, 0x018e} + } +}; + +StandTile tile_95 = { + 0x03f830, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-895, 332, -1157, 0x019a}, + {-814, 258, -1130, 0x018a}, + {-687, 278, -1539, 0x0212} + } +}; + +StandTile tile_96 = { + 0x03f930, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-799, 309, -721, 0x0196}, + {-671, 332, -1019, 0x0182}, + {-741, 258, -1084, 0x02a2} + } +}; + +StandTile tile_97 = { + 0x03fa30, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-671, 332, -1019, 0x0192}, + {-799, 309, -721, 0x021a}, + {-748, 367, -710, 0x0232} + } +}; + +StandTile tile_98 = { + 0x03fb30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-887, 309, -718, 0x02aa}, + {-814, 258, -1130, 0x018e}, + {-895, 332, -1157, 0x019e} + } +}; + +StandTile tile_99 = { + 0x03fc30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-968, 367, -721, 0x0222}, + {-887, 309, -718, 0x019a}, + {-895, 332, -1157, 0x022a} + } +}; + +StandTile tile_100 = { + 0x03fd30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-247, 320, -1520, 0x00c2}, + {-285, 285, -1636, 0x017a}, + {-490, 343, -1393, 0x01a6} + } +}; + +StandTile tile_101 = { + 0x03fe30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-490, 343, -1393, 0x01aa}, + {-235, 397, -1435, 0x00c6}, + {-247, 320, -1520, 0x01a2} + } +}; + +StandTile tile_102 = { + 0x03ff30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-490, 343, -1393, 0x01ae}, + {-266, 397, -1157, 0x00ea}, + {-235, 397, -1435, 0x01a6} + } +}; + +StandTile tile_103 = { + 0x040030, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-266, 397, -1157, 0x01aa}, + {-490, 343, -1393, 0x0182}, + {-671, 332, -1019, 0x01b2} + } +}; + +StandTile tile_104 = { + 0x040130, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-266, 397, -1157, 0x01ae}, + {-671, 332, -1019, 0x0232}, + {-513, 444, -729, 0x01b6} + } +}; + +StandTile tile_105 = { + 0x040230, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-513, 444, -729, 0x023e}, + {-154, 424, -934, 0x00e2}, + {-266, 397, -1157, 0x01b2} + } +}; + +StandTile tile_106 = { + 0x040330, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {235, 424, -965, 0x00be}, + {-154, 424, -934, 0x023e}, + {66, 424, -617, 0x028e} + } +}; + +StandTile tile_107 = { + 0x040430, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {228, 309, -1397, 0x00f6}, + {239, 359, -1289, 0x01c2}, + {556, 332, -1555, 0x015e} + } +}; + +StandTile tile_108 = { + 0x040530, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {239, 359, -1289, 0x00fe}, + {235, 424, -965, 0x0132}, + {556, 332, -1555, 0x01be} + } +}; + +StandTile tile_109 = { + 0x040630, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {802, 332, -1779, 0x014e}, + {556, 332, -1555, 0x0132}, + {841, 409, -1370, 0x020a} + } +}; + +StandTile tile_110 = { + 0x040730, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1181, 409, -1701, 0x0206}, + {992, 297, -2083, 0x0146}, + {802, 332, -1779, 0x020a} + } +}; + +StandTile tile_111 = { + 0x040830, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1370, 409, -2377, 0x0202}, + {976, 270, -2496, 0x013a}, + {992, 297, -2083, 0x0206} + } +}; + +StandTile tile_112 = { + 0x040930, 0x44, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1184, 409, -2955, 0x01fe}, + {752, 270, -2816, 0x0136}, + {976, 270, -2496, 0x0202} + } +}; + +StandTile tile_113 = { + 0x040a30, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {841, 305, -3376, 0x01fa}, + {397, 258, -3005, 0x0156}, + {752, 270, -2816, 0x01fe} + } +}; + +StandTile tile_114 = { + 0x040b30, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {81, 305, -3507, 0x01f6}, + {-58, 258, -2963, 0x0152}, + {397, 258, -3005, 0x01fa} + } +}; + +StandTile tile_115 = { + 0x040c30, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-675, 305, -3414, 0x01f2}, + {-320, 258, -2724, 0x011e}, + {-58, 258, -2963, 0x01f6} + } +}; + +StandTile tile_116 = { + 0x040d30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1080, 397, -2793, 0x01ee}, + {-517, 247, -2261, 0x0112}, + {-320, 258, -2724, 0x01f2} + } +}; + +StandTile tile_117 = { + 0x040e30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-907, 444, -2010, 0x01ea}, + {-455, 258, -1825, 0x011a}, + {-517, 247, -2261, 0x01ee} + } +}; + +StandTile tile_118 = { + 0x040f30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-907, 444, -2010, 0x020e}, + {-687, 278, -1539, 0x0186}, + {-455, 258, -1825, 0x01e6} + } +}; + +StandTile tile_119 = { + 0x041030, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-517, 247, -2261, 0x01e2}, + {-1080, 397, -2793, 0x0252}, + {-907, 444, -2010, 0x01e6} + } +}; + +StandTile tile_120 = { + 0x041130, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-675, 305, -3414, 0x027e}, + {-1080, 397, -2793, 0x01e2}, + {-320, 258, -2724, 0x01de} + } +}; + +StandTile tile_121 = { + 0x041230, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-675, 305, -3414, 0x01de}, + {-58, 258, -2963, 0x01da}, + {81, 305, -3507, 0x0272} + } +}; + +StandTile tile_122 = { + 0x041330, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {841, 305, -3376, 0x0262}, + {81, 305, -3507, 0x01da}, + {397, 258, -3005, 0x01d6} + } +}; + +StandTile tile_123 = { + 0x041430, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {841, 305, -3376, 0x01d6}, + {752, 270, -2816, 0x01d2}, + {1184, 409, -2955, 0x025a} + } +}; + +StandTile tile_124 = { + 0x041530, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1370, 409, -2377, 0x0276}, + {1184, 409, -2955, 0x01d2}, + {976, 270, -2496, 0x01ce} + } +}; + +StandTile tile_125 = { + 0x041630, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1370, 409, -2377, 0x01ce}, + {992, 297, -2083, 0x01ca}, + {1181, 409, -1701, 0x026e} + } +}; + +StandTile tile_126 = { + 0x041730, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1181, 409, -1701, 0x01ca}, + {802, 332, -1779, 0x01c6}, + {841, 409, -1370, 0x026a} + } +}; + +StandTile tile_127 = { + 0x041830, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1590, 432, -1535, 0x0212}, + {-687, 278, -1539, 0x01ea}, + {-907, 444, -2010, 0x0282} + } +}; + +StandTile tile_128 = { + 0x041930, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-895, 332, -1157, 0x018e}, + {-687, 278, -1539, 0x020e}, + {-1590, 432, -1535, 0x0216} + } +}; + +StandTile tile_129 = { + 0x041a30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1559, 432, -675, 0x022a}, + {-895, 332, -1157, 0x0212}, + {-1590, 432, -1535, 0x00ba} + } +}; + +StandTile tile_130 = { + 0x041b30, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-748, 367, -710, 0x0196}, + {-799, 309, -721, 0x029e}, + {-775, 351, -347, 0x021e} + } +}; + +StandTile tile_131 = { + 0x041c30, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-748, 367, -710, 0x021a}, + {-775, 351, -347, 0x0000}, + {-733, 390, -324, 0x0236} + } +}; + +StandTile tile_132 = { + 0x041d30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-887, 309, -718, 0x019e}, + {-968, 367, -721, 0x0226}, + {-856, 351, -332, 0x029a} + } +}; + +StandTile tile_133 = { + 0x041e30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-949, 459, -324, 0x0000}, + {-856, 351, -332, 0x0222}, + {-968, 367, -721, 0x022e} + } +}; + +StandTile tile_134 = { + 0x041f30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1559, 432, -675, 0x022e}, + {-968, 367, -721, 0x019e}, + {-895, 332, -1157, 0x0216} + } +}; + +StandTile tile_135 = { + 0x042030, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-968, 367, -721, 0x022a}, + {-1559, 432, -675, 0x0000}, + {-949, 459, -324, 0x0226} + } +}; + +StandTile tile_136 = { + 0x042230, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-513, 444, -729, 0x01b2}, + {-671, 332, -1019, 0x0196}, + {-748, 367, -710, 0x0236} + } +}; + +StandTile tile_137 = { + 0x042330, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-748, 367, -710, 0x021e}, + {-733, 390, -324, 0x023a}, + {-513, 444, -729, 0x0232} + } +}; + +StandTile tile_138 = { + 0x042430, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-513, 444, -729, 0x0236}, + {-733, 390, -324, 0x0000}, + {-459, 467, -220, 0x0242} + } +}; + +StandTile tile_139 = { + 0x042530, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {66, 424, -617, 0x01ba}, + {-154, 424, -934, 0x01b6}, + {-513, 444, -729, 0x0242} + } +}; + +StandTile tile_140 = { + 0x042630, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-513, 444, -729, 0x023a}, + {-459, 467, -220, 0x024e}, + {66, 424, -617, 0x023e} + } +}; + +StandTile tile_141 = { + 0x042730, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1983, 409, -1767, 0x026e}, + {1181, 409, -1701, 0x026a}, + {1590, 409, -787, 0x0000} + } +}; + +StandTile tile_142 = { + 0x042830, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {235, 424, -965, 0x028e}, + {976, 521, -374, 0x027a}, + {841, 409, -1370, 0x0132} + } +}; + +StandTile tile_143 = { + 0x042930, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-459, 467, -220, 0x0000}, + {976, 521, -374, 0x028e}, + {66, 424, -617, 0x0242} + } +}; + +StandTile tile_144 = { + 0x042a30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1080, 397, -2793, 0x0286}, + {-1736, 305, -2762, 0x0282}, + {-907, 444, -2010, 0x01ee} + } +}; + +StandTile tile_145 = { + 0x042b30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {507, 255, -4499, 0x0262}, + {841, 305, -3376, 0x025a}, + {1698, 255, -4016, 0x0000} + } +}; + +StandTile tile_146 = { + 0x042c30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1698, 255, -4016, 0x0256}, + {841, 305, -3376, 0x01fe}, + {1184, 409, -2955, 0x028a} + } +}; + +StandTile tile_147 = { + 0x042d30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-977, 305, -4234, 0x0272}, + {81, 305, -3507, 0x0262}, + {507, 255, -4499, 0x0000} + } +}; + +StandTile tile_148 = { + 0x042e30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {507, 255, -4499, 0x025e}, + {81, 305, -3507, 0x01fa}, + {841, 305, -3376, 0x0256} + } +}; + +StandTile tile_149 = { + 0x042f30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2145, 409, -2870, 0x0276}, + {1370, 409, -2377, 0x026e}, + {1983, 409, -1767, 0x0000} + } +}; + +StandTile tile_150 = { + 0x043030, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1181, 409, -1701, 0x020a}, + {841, 409, -1370, 0x027a}, + {1590, 409, -787, 0x0246} + } +}; + +StandTile tile_151 = { + 0x043130, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1181, 409, -1701, 0x0246}, + {1983, 409, -1767, 0x0266}, + {1370, 409, -2377, 0x0206} + } +}; + +StandTile tile_152 = { + 0x043230, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-977, 305, -4234, 0x027e}, + {-675, 305, -3414, 0x01f6}, + {81, 305, -3507, 0x025e} + } +}; + +StandTile tile_153 = { + 0x043330, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2145, 409, -2870, 0x028a}, + {1184, 409, -2955, 0x0202}, + {1370, 409, -2377, 0x0266} + } +}; + +StandTile tile_154 = { + 0x043430, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1590, 409, -787, 0x026a}, + {841, 409, -1370, 0x024a}, + {976, 521, -374, 0x02ba} + } +}; + +StandTile tile_155 = { + 0x043530, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-977, 305, -4234, 0x0286}, + {-1080, 397, -2793, 0x01f2}, + {-675, 305, -3414, 0x0272} + } +}; + +StandTile tile_156 = { + 0x043630, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1736, 305, -2762, 0x0000}, + {-1590, 432, -1535, 0x020e}, + {-907, 444, -2010, 0x0252} + } +}; + +StandTile tile_157 = { + 0x043730, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1080, 397, -2793, 0x027e}, + {-977, 305, -4234, 0x0000}, + {-1736, 305, -2762, 0x0252} + } +}; + +StandTile tile_158 = { + 0x043830, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1698, 255, -4016, 0x025a}, + {1184, 409, -2955, 0x0276}, + {2145, 409, -2870, 0x0000} + } +}; + +StandTile tile_159 = { + 0x043930, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {235, 424, -965, 0x01ba}, + {66, 424, -617, 0x024e}, + {976, 521, -374, 0x024a} + } +}; + +StandTile tile_160 = { + 0x04ba30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-536, 235, -1447, 0x0172}, + {-289, 197, -1698, 0x0374}, + {-405, 197, -1821, 0x0296} + } +}; + +StandTile tile_161 = { + 0x04bb30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-613, 235, -1501, 0x02ae}, + {-536, 235, -1447, 0x0292}, + {-405, 197, -1821, 0x0176} + } +}; + +StandTile tile_162 = { + 0x04bc30, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-856, 351, -332, 0x0000}, + {-775, 351, -347, 0x029e}, + {-887, 309, -718, 0x0222} + } +}; + +StandTile tile_163 = { + 0x04bd30, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-799, 309, -721, 0x02aa}, + {-887, 309, -718, 0x029a}, + {-775, 351, -347, 0x021a} + } +}; + +StandTile tile_164 = { + 0x04be30, 0x44, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-799, 309, -721, 0x0192}, + {-741, 258, -1084, 0x02a6}, + {-814, 258, -1130, 0x02aa} + } +}; + +StandTile tile_165 = { + 0x04bf30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-814, 258, -1130, 0x02a2}, + {-741, 258, -1084, 0x02ae}, + {-613, 235, -1501, 0x018a} + } +}; + +StandTile tile_166 = { + 0x04c030, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-887, 309, -718, 0x029e}, + {-799, 309, -721, 0x02a2}, + {-814, 258, -1130, 0x019a} + } +}; + +StandTile tile_167 = { + 0x04c130, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-536, 235, -1447, 0x0296}, + {-613, 235, -1501, 0x02a6}, + {-741, 258, -1084, 0x017e} + } +}; + +StandTile tile_168 = { + 0x04ee30, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-73, 243, -1451, 0x0076}, + {73, 243, -1451, 0x02b6}, + {-96, 197, -1586, 0x00da} + } +}; + +StandTile tile_169 = { + 0x04ef30, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {139, 197, -1539, 0x038c}, + {-96, 197, -1586, 0x02b2}, + {73, 243, -1451, 0x0106} + } +}; + +StandTile tile_170 = { + 0x068330, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1590, 409, -787, 0x027a}, + {976, 521, -374, 0x0000}, + {1449, 521, -117, 0x0000} + } +}; + +StandTile tile_171 = { + 0x31f230, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {188, 197, -2064, 0x0324}, + {142, 197, -2057, 0x02f3}, + {149, 197, -2024, 0x02c6} + } +}; + +StandTile tile_172 = { + 0x31f330, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {421, 197, -2082, 0x02f7}, + {462, 197, -2108, 0x0340}, + {416, 197, -2101, 0x02ca} + } +}; + +StandTile tile_173 = { + 0x31f132, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {421, 197, -2082, 0x02ca}, + {188, 197, -2064, 0x02be}, + {149, 197, -2024, 0x03d8} + } +}; + +StandTile tile_174 = { + 0x31f131, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {421, 197, -2082, 0x02c2}, + {416, 197, -2101, 0x0310}, + {188, 197, -2064, 0x02c6} + } +}; + +StandTile tile_175 = { + 0x31f430, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {113, 197, -2579, 0x03c0}, + {-126, 197, -2557, 0x0308}, + {76, 197, -2468, 0x02d2} + } +}; + +StandTile tile_176 = { + 0x31f630, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {113, 197, -2579, 0x02ce}, + {76, 197, -2468, 0x031c}, + {122, 197, -2476, 0x02da} + } +}; + +StandTile tile_177 = { + 0x31f732, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {343, 197, -2599, 0x02da}, + {122, 197, -2476, 0x02ff}, + {350, 197, -2512, 0x02de} + } +}; + +StandTile tile_178 = { + 0x31f731, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {343, 197, -2599, 0x03c4}, + {113, 197, -2579, 0x02d2}, + {122, 197, -2476, 0x02d6} + } +}; + +StandTile tile_179 = { + 0x31f530, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {343, 197, -2599, 0x02d6}, + {350, 197, -2512, 0x033c}, + {396, 197, -2520, 0x02e2} + } +}; + +StandTile tile_180 = { + 0x31cb30, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {573, 197, -2620, 0x03cc}, + {343, 197, -2599, 0x02de}, + {396, 197, -2520, 0x02ef} + } +}; + +StandTile tile_181 = { + 0x31ca30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {716, 197, -2144, 0x03a8}, + {706, 197, -2414, 0x02ea}, + {462, 197, -2108, 0x02f7} + } +}; + +StandTile tile_182 = { + 0x31c932, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {706, 197, -2414, 0x02ef}, + {396, 197, -2520, 0x0338}, + {429, 197, -2314, 0x0340}, + {462, 197, -2108, 0x02e6} + } +}; + +StandTile tile_183 = { + 0x31c931, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {706, 197, -2414, 0x03b0}, + {573, 197, -2620, 0x02e2}, + {396, 197, -2520, 0x02ea} + } +}; + +StandTile tile_184 = { + 0x31ec30, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {142, 197, -2057, 0x030c}, + {-215, 197, -1947, 0x03d4}, + {149, 197, -2024, 0x02be} + } +}; + +StandTile tile_185 = { + 0x31c830, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {716, 197, -2144, 0x02e6}, + {462, 197, -2108, 0x02c2}, + {421, 197, -2082, 0x03dc} + } +}; + +StandTile tile_186 = { + 0x31c732, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {350, 197, -2512, 0x02ff}, + {151, 197, -2293, 0x0334}, + {380, 197, -2330, 0x033c} + } +}; + +StandTile tile_187 = { + 0x31c731, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {350, 197, -2512, 0x02d6}, + {122, 197, -2476, 0x031c}, + {151, 197, -2293, 0x02fb} + } +}; + +StandTile tile_188 = { + 0x31c632, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x2, + { + {76, 197, -2468, 0x0308}, + {-264, 197, -2250, 0x030c}, + {142, 197, -2057, 0x0324}, + {109, 197, -2263, 0x0318} + } +}; + +StandTile tile_189 = { + 0x31c631, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {76, 197, -2468, 0x02ce}, + {-126, 197, -2557, 0x0360}, + {-264, 197, -2250, 0x0303} + } +}; + +StandTile tile_190 = { + 0x31c530, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-264, 197, -2250, 0x0368}, + {-215, 197, -1947, 0x02f3}, + {142, 197, -2057, 0x0303} + } +}; + +StandTile tile_191 = { + 0x31c432, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {387, 197, -2284, 0x0314}, + {188, 197, -2064, 0x02ca}, + {416, 197, -2101, 0x0344} + } +}; + +StandTile tile_192 = { + 0x31c431, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {387, 197, -2284, 0x0330}, + {159, 197, -2247, 0x0320}, + {188, 197, -2064, 0x0310} + } +}; + +StandTile tile_193 = { + 0x31c332, 0x44, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {151, 197, -2293, 0x031c}, + {76, 197, -2468, 0x0303}, + {109, 197, -2263, 0x032c} + } +}; + +StandTile tile_194 = { + 0x31c331, 0x44, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {151, 197, -2293, 0x02ff}, + {122, 197, -2476, 0x02d2}, + {76, 197, -2468, 0x0318} + } +}; + +StandTile tile_195 = { + 0x31c232, 0x44, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {109, 197, -2263, 0x0324}, + {188, 197, -2064, 0x0314}, + {159, 197, -2247, 0x032c} + } +}; + +StandTile tile_196 = { + 0x31c231, 0x44, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {109, 197, -2263, 0x0303}, + {142, 197, -2057, 0x02be}, + {188, 197, -2064, 0x0320} + } +}; + +StandTile tile_197 = { + 0x31c130, 0x44, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {429, 197, -2314, 0x0338}, + {380, 197, -2330, 0x0330}, + {387, 197, -2284, 0x0344} + } +}; + +StandTile tile_198 = { + 0x31c030, 0x44, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {151, 197, -2293, 0x0318}, + {109, 197, -2263, 0x0320}, + {159, 197, -2247, 0x0334} + } +}; + +StandTile tile_199 = { + 0x31bf32, 0x44, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {380, 197, -2330, 0x0334}, + {159, 197, -2247, 0x0314}, + {387, 197, -2284, 0x0328} + } +}; + +StandTile tile_200 = { + 0x31bf31, 0x44, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {380, 197, -2330, 0x02fb}, + {151, 197, -2293, 0x032c}, + {159, 197, -2247, 0x0330} + } +}; + +StandTile tile_201 = { + 0x31be32, 0x44, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {396, 197, -2520, 0x033c}, + {380, 197, -2330, 0x0328}, + {429, 197, -2314, 0x02ea} + } +}; + +StandTile tile_202 = { + 0x31be31, 0x44, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {396, 197, -2520, 0x02de}, + {350, 197, -2512, 0x02fb}, + {380, 197, -2330, 0x0338} + } +}; + +StandTile tile_203 = { + 0x31bd32, 0x44, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {429, 197, -2314, 0x0344}, + {416, 197, -2101, 0x02c2}, + {462, 197, -2108, 0x02ea} + } +}; + +StandTile tile_204 = { + 0x31bd31, 0x44, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {429, 197, -2314, 0x0328}, + {387, 197, -2284, 0x0310}, + {416, 197, -2101, 0x0340} + } +}; + +StandTile tile_205 = { + 0x0a0a32, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {441, 197, -1796, 0x034c}, + {1, 197, -1782, 0x0388}, + {166, 197, -1750, 0x0390} + } +}; + +StandTile tile_206 = { + 0x0a0a31, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {441, 197, -1796, 0x0398}, + {611, 197, -1931, 0x03e0}, + {1, 197, -1782, 0x0348} + } +}; + +StandTile tile_207 = { + 0x04e032, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {382, 197, -2959, 0x0354}, + {44, 197, -2703, 0x03c8}, + {336, 197, -2744, 0x03bc} + } +}; + +StandTile tile_208 = { + 0x04e031, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {382, 197, -2959, 0x010a}, + {-35, 197, -2901, 0x0358}, + {44, 197, -2703, 0x0350} + } +}; + +StandTile tile_209 = { + 0x04e132, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-35, 197, -2901, 0x035c}, + {-126, 197, -2557, 0x03c0}, + {44, 197, -2703, 0x0354} + } +}; + +StandTile tile_210 = { + 0x04e131, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-35, 197, -2901, 0x0116}, + {-278, 197, -2693, 0x0360}, + {-126, 197, -2557, 0x0358} + } +}; + +StandTile tile_211 = { + 0x04e232, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-278, 197, -2693, 0x0364}, + {-264, 197, -2250, 0x0308}, + {-126, 197, -2557, 0x035c} + } +}; + +StandTile tile_212 = { + 0x04e231, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-278, 197, -2693, 0x0122}, + {-475, 197, -2253, 0x036c}, + {-264, 197, -2250, 0x0360} + } +}; + +StandTile tile_213 = { + 0x09f532, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-264, 197, -2250, 0x036c}, + {-405, 197, -1821, 0x0370}, + {-215, 197, -1947, 0x030c} + } +}; + +StandTile tile_214 = { + 0x09f531, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-264, 197, -2250, 0x0364}, + {-475, 197, -2253, 0x012e}, + {-405, 197, -1821, 0x0368} + } +}; + +StandTile tile_215 = { + 0x04e632, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, 197, -1821, 0x0374}, + {-134, 197, -1861, 0x03d4}, + {-215, 197, -1947, 0x0368} + } +}; + +StandTile tile_216 = { + 0x04e631, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-405, 197, -1821, 0x0292}, + {-289, 197, -1698, 0x0378}, + {-134, 197, -1861, 0x0370} + } +}; + +StandTile tile_217 = { + 0x04e732, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-289, 197, -1698, 0x037c}, + {-34, 197, -1828, 0x03d0}, + {-134, 197, -1861, 0x0374} + } +}; + +StandTile tile_218 = { + 0x04e731, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-289, 197, -1698, 0x016a}, + {-147, 197, -1651, 0x0380}, + {-34, 197, -1828, 0x0378} + } +}; + +StandTile tile_219 = { + 0x04e832, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-147, 197, -1651, 0x0384}, + {1, 197, -1782, 0x03e0}, + {-34, 197, -1828, 0x037c} + } +}; + +StandTile tile_220 = { + 0x04e831, 0x44, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-147, 197, -1651, 0x0166}, + {-96, 197, -1586, 0x0388}, + {1, 197, -1782, 0x0380} + } +}; + +StandTile tile_221 = { + 0x04e932, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-96, 197, -1586, 0x038c}, + {166, 197, -1750, 0x0348}, + {1, 197, -1782, 0x0384} + } +}; + +StandTile tile_222 = { + 0x04e931, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-96, 197, -1586, 0x02b6}, + {139, 197, -1539, 0x0390}, + {166, 197, -1750, 0x0388} + } +}; + +StandTile tile_223 = { + 0x04ed32, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {139, 197, -1539, 0x0394}, + {441, 197, -1796, 0x0348}, + {166, 197, -1750, 0x038c} + } +}; + +StandTile tile_224 = { + 0x04ed31, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {139, 197, -1539, 0x013e}, + {532, 197, -1605, 0x0398}, + {441, 197, -1796, 0x0390} + } +}; + +StandTile tile_225 = { + 0x04ea32, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {532, 197, -1605, 0x039c}, + {611, 197, -1931, 0x034c}, + {441, 197, -1796, 0x0394} + } +}; + +StandTile tile_226 = { + 0x04ea31, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {532, 197, -1605, 0x014a}, + {775, 197, -1798, 0x03a0}, + {611, 197, -1931, 0x0398} + } +}; + +StandTile tile_227 = { + 0x04eb32, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {775, 197, -1798, 0x03a4}, + {716, 197, -2144, 0x03e4}, + {611, 197, -1931, 0x039c} + } +}; + +StandTile tile_228 = { + 0x04eb31, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {775, 197, -1798, 0x0142}, + {926, 197, -2103, 0x03a8}, + {716, 197, -2144, 0x03a0} + } +}; + +StandTile tile_229 = { + 0x04ec32, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {926, 197, -2103, 0x03ac}, + {706, 197, -2414, 0x02e6}, + {716, 197, -2144, 0x03a4} + } +}; + +StandTile tile_230 = { + 0x04ec31, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {926, 197, -2103, 0x012a}, + {910, 197, -2488, 0x03b0}, + {706, 197, -2414, 0x03a8} + } +}; + +StandTile tile_231 = { + 0x04e432, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {910, 197, -2488, 0x03b4}, + {573, 197, -2620, 0x02ef}, + {706, 197, -2414, 0x03ac} + } +}; + +StandTile tile_232 = { + 0x04e431, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {910, 197, -2488, 0x010e}, + {721, 197, -2782, 0x03b8}, + {573, 197, -2620, 0x03b0} + } +}; + +StandTile tile_233 = { + 0x04e532, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {721, 197, -2782, 0x03bc}, + {336, 197, -2744, 0x03cc}, + {573, 197, -2620, 0x03b4} + } +}; + +StandTile tile_234 = { + 0x04e531, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {721, 197, -2782, 0x0126}, + {382, 197, -2959, 0x0350}, + {336, 197, -2744, 0x03b8} + } +}; + +StandTile tile_235 = { + 0x31f830, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {44, 197, -2703, 0x0358}, + {-126, 197, -2557, 0x02ce}, + {113, 197, -2579, 0x03c8} + } +}; + +StandTile tile_236 = { + 0x31f932, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {336, 197, -2744, 0x03c8}, + {113, 197, -2579, 0x02da}, + {343, 197, -2599, 0x03cc} + } +}; + +StandTile tile_237 = { + 0x31f931, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {336, 197, -2744, 0x0350}, + {44, 197, -2703, 0x03c0}, + {113, 197, -2579, 0x03c4} + } +}; + +StandTile tile_238 = { + 0x0a0530, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {573, 197, -2620, 0x03b8}, + {336, 197, -2744, 0x03c4}, + {343, 197, -2599, 0x02e2} + } +}; + +StandTile tile_239 = { + 0x31ed32, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {149, 197, -2024, 0x03d4}, + {-134, 197, -1861, 0x0378}, + {-34, 197, -1828, 0x03d8} + } +}; + +StandTile tile_240 = { + 0x31ed31, 0x44, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {149, 197, -2024, 0x02f3}, + {-215, 197, -1947, 0x0370}, + {-134, 197, -1861, 0x03d0} + } +}; + +StandTile tile_241 = { + 0x31ee30, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {421, 197, -2082, 0x02c6}, + {149, 197, -2024, 0x03d0}, + {-34, 197, -1828, 0x03dc} + } +}; + +StandTile tile_242 = { + 0x0a0830, 0x44, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {716, 197, -2144, 0x02f7}, + {421, 197, -2082, 0x03d8}, + {-34, 197, -1828, 0x03e4} + } +}; + +StandTile tile_243 = { + 0x0a0932, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {611, 197, -1931, 0x03e4}, + {-34, 197, -1828, 0x0380}, + {1, 197, -1782, 0x034c} + } +}; + +StandTile tile_244 = { + 0x0a0931, 0x44, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {611, 197, -1931, 0x03a0}, + {716, 197, -2144, 0x03dc}, + {-34, 197, -1828, 0x03e0} + } +}; + +StandTile tile_245 = { + 0x014028, 0x43, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-2083, 93, 1914, 0x0000}, + {-2083, 93, 1937, 0x0000}, + {-2040, 93, 1937, 0x03ec} + } +}; + +StandTile tile_246 = { + 0x013f2a, 0x43, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1867, 93, 1937, 0x03f0}, + {-2083, 93, 1914, 0x03e8}, + {-2040, 93, 1937, 0x0000} + } +}; + +StandTile tile_247 = { + 0x013f29, 0x43, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1867, 93, 1937, 0x0430}, + {-1948, 93, 1817, 0x0424}, + {-2083, 93, 1914, 0x03ec} + } +}; + +StandTile tile_248 = { + 0x002c2a, 0x43, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1898, 93, 1512, 0x03f8}, + {-1786, 93, 1528, 0x0400}, + {-1809, 93, 1416, 0x0410} + } +}; + +StandTile tile_249 = { + 0x002c29, 0x43, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1898, 93, 1512, 0x0000}, + {-1898, 93, 1528, 0x0438}, + {-1786, 93, 1528, 0x03f4} + } +}; + +StandTile tile_250 = { + 0x002b2a, 0x43, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1809, 93, 1416, 0x0400}, + {-1763, 93, 1528, 0x0000}, + {-1763, 93, 1389, 0x0404} + } +}; + +StandTile tile_251 = { + 0x002b29, 0x43, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1809, 93, 1416, 0x03f4}, + {-1786, 93, 1528, 0x0434}, + {-1763, 93, 1528, 0x03fc} + } +}; + +StandTile tile_252 = { + 0x002a2a, 0x43, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1763, 93, 1389, 0x0408}, + {-2083, 93, 1416, 0x040c}, + {-1809, 93, 1416, 0x03fc} + } +}; + +StandTile tile_253 = { + 0x002a29, 0x43, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1763, 93, 1389, 0x0000}, + {-2083, 93, 1389, 0x0000}, + {-2083, 93, 1416, 0x0404} + } +}; + +StandTile tile_254 = { + 0x013d28, 0x43, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1809, 93, 1416, 0x0404}, + {-2083, 93, 1416, 0x0418}, + {-1948, 93, 1512, 0x0410} + } +}; + +StandTile tile_255 = { + 0x002928, 0x43, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1898, 93, 1512, 0x03f4}, + {-1809, 93, 1416, 0x040c}, + {-1948, 93, 1512, 0x0000} + } +}; + +StandTile tile_256 = { + 0x00282a, 0x43, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1948, 93, 1512, 0x0418}, + {-2083, 93, 1636, 0x0420}, + {-1948, 93, 1636, 0x0000} + } +}; + +StandTile tile_257 = { + 0x002829, 0x43, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1948, 93, 1512, 0x040c}, + {-2083, 93, 1416, 0x0000}, + {-2083, 93, 1636, 0x0414} + } +}; + +StandTile tile_258 = { + 0x00272a, 0x43, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1948, 93, 1636, 0x0420}, + {-2083, 93, 1694, 0x0428}, + {-1948, 93, 1694, 0x0000} + } +}; + +StandTile tile_259 = { + 0x002729, 0x43, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1948, 93, 1636, 0x0414}, + {-2083, 93, 1636, 0x0000}, + {-2083, 93, 1694, 0x041c} + } +}; + +StandTile tile_260 = { + 0x00262a, 0x43, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1948, 93, 1694, 0x0428}, + {-2083, 93, 1914, 0x03f0}, + {-1948, 93, 1817, 0x0000} + } +}; + +StandTile tile_261 = { + 0x002629, 0x43, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1948, 93, 1694, 0x041c}, + {-2083, 93, 1694, 0x0000}, + {-2083, 93, 1914, 0x0424} + } +}; + +StandTile tile_262 = { + 0x00232a, 0x43, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1948, 93, 1817, 0x0430}, + {-1809, 93, 1937, 0x04b8}, + {-1809, 93, 1817, 0x0000} + } +}; + +StandTile tile_263 = { + 0x002329, 0x43, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1948, 93, 1817, 0x03f0}, + {-1867, 93, 1937, 0x0000}, + {-1809, 93, 1937, 0x042c} + } +}; + +StandTile tile_264 = { + 0x01af28, 0x42, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1786, 93, 1528, 0x0438}, + {-1763, 93, 1640, 0x0000}, + {-1763, 93, 1528, 0x0400} + } +}; + +StandTile tile_265 = { + 0x01b02a, 0x42, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1898, 93, 1528, 0x043c}, + {-1763, 93, 1640, 0x0434}, + {-1786, 93, 1528, 0x03f8} + } +}; + +StandTile tile_266 = { + 0x01b029, 0x42, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1898, 93, 1528, 0x0000}, + {-1898, 93, 1582, 0x0448}, + {-1763, 93, 1640, 0x0438} + } +}; + +StandTile tile_267 = { + 0x00302a, 0x42, + 0x0, + 0x1, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 93, 1547, 0x0444}, + {-1528, 93, 1586, 0x0000}, + {-1528, 93, 1640, 0x045c} + } +}; + +StandTile tile_268 = { + 0x003029, 0x42, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 93, 1547, 0x0000}, + {-1412, 93, 1470, 0x0460}, + {-1528, 93, 1586, 0x0440} + } +}; + +StandTile tile_269 = { + 0x002d28, 0x42, + 0x0, + 0x2, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1898, 93, 1582, 0x0000}, + {-1898, 93, 1767, 0x044c}, + {-1763, 93, 1640, 0x043c} + } +}; + +StandTile tile_270 = { + 0x002e28, 0x42, + 0x0, + 0x3, 0x7, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1898, 93, 1767, 0x0450}, + {-1640, 93, 1684, 0x0458}, + {-1763, 93, 1640, 0x0448} + } +}; + +StandTile tile_271 = { + 0x016f28, 0x42, + 0x0, + 0x5, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1898, 93, 1767, 0x0000}, + {-1412, 93, 1767, 0x0454}, + {-1640, 93, 1684, 0x044c} + } +}; + +StandTile tile_272 = { + 0x016d28, 0x42, + 0x0, + 0x5, 0x9, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 93, 1767, 0x045c}, + {-1528, 93, 1640, 0x0458}, + {-1640, 93, 1684, 0x0450} + } +}; + +StandTile tile_273 = { + 0x016e28, 0x42, + 0x0, + 0x4, 0x8, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1528, 93, 1640, 0x0000}, + {-1763, 93, 1640, 0x044c}, + {-1640, 93, 1684, 0x0454} + } +}; + +StandTile tile_274 = { + 0x002f28, 0x42, + 0x0, + 0x4, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 93, 1547, 0x0440}, + {-1528, 93, 1640, 0x0454}, + {-1412, 93, 1767, 0x0000} + } +}; + +StandTile tile_275 = { + 0x00312a, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 93, 1470, 0x0464}, + {-1570, 93, 1586, 0x0000}, + {-1528, 93, 1586, 0x0444} + } +}; + +StandTile tile_276 = { + 0x003129, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 93, 1470, 0x0000}, + {-1590, 93, 1470, 0x0468}, + {-1570, 93, 1586, 0x0460} + } +}; + +StandTile tile_277 = { + 0x00332a, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1713, 93, 1470, 0x046c}, + {-1570, 93, 1586, 0x0464}, + {-1590, 93, 1470, 0x0478} + } +}; + +StandTile tile_278 = { + 0x003329, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1713, 93, 1470, 0x0000}, + {-1713, 93, 1586, 0x0000}, + {-1570, 93, 1586, 0x0468} + } +}; + +StandTile tile_279 = { + 0x01a628, 0x41, + 0x0, + 0x3, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1574, 93, 1304, 0x0000}, + {-1590, 93, 1304, 0x047c}, + {-1574, 93, 1328, 0x04e0} + } +}; + +StandTile tile_280 = { + 0x00342a, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1713, 93, 1424, 0x0478}, + {-1590, 93, 1470, 0x0000}, + {-1590, 93, 1424, 0x04b4} + } +}; + +StandTile tile_281 = { + 0x003429, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1713, 93, 1424, 0x0000}, + {-1713, 93, 1470, 0x0468}, + {-1590, 93, 1470, 0x0474} + } +}; + +StandTile tile_282 = { + 0x00352a, 0x41, + 0x0, + 0x4, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1590, 93, 1424, 0x0480}, + {-1574, 93, 1328, 0x0470}, + {-1590, 93, 1304, 0x04b0} + } +}; + +StandTile tile_283 = { + 0x003529, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1590, 93, 1424, 0x0000}, + {-1574, 93, 1424, 0x04d8}, + {-1574, 93, 1328, 0x047c} + } +}; + +StandTile tile_284 = { + 0x003c2a, 0x41, + 0x0, + 0xc, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1713, 93, 1065, 0x0488}, + {-1728, 93, 1165, 0x0000}, + {-1713, 93, 1165, 0x04a8} + } +}; + +StandTile tile_285 = { + 0x003c29, 0x41, + 0x0, + 0xa, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1713, 93, 1065, 0x0000}, + {-1728, 93, 1065, 0x04e8}, + {-1728, 93, 1165, 0x0484} + } +}; + +StandTile tile_286 = { + 0x00382a, 0x41, + 0x0, + 0x2, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1539, 93, 1258, 0x0490}, + {-1412, 93, 1204, 0x0494}, + {-1539, 93, 1157, 0x0000} + } +}; + +StandTile tile_287 = { + 0x003829, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1539, 93, 1258, 0x0000}, + {-1412, 93, 1258, 0x0000}, + {-1412, 93, 1204, 0x048c} + } +}; + +StandTile tile_288 = { + 0x00392a, 0x41, + 0x0, + 0x4, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 93, 1204, 0x0498}, + {-1539, 93, 1065, 0x049c}, + {-1539, 93, 1157, 0x048c} + } +}; + +StandTile tile_289 = { + 0x003929, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 93, 1204, 0x0000}, + {-1412, 93, 1065, 0x0000}, + {-1539, 93, 1065, 0x0494} + } +}; + +StandTile tile_290 = { + 0x003a2a, 0x41, + 0x0, + 0x7, 0x3, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1539, 93, 1065, 0x04a0}, + {-1590, 93, 1157, 0x0000}, + {-1539, 93, 1157, 0x0494} + } +}; + +StandTile tile_291 = { + 0x003a29, 0x41, + 0x0, + 0x8, 0x3, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1539, 93, 1065, 0x0000}, + {-1590, 93, 1065, 0x04a4}, + {-1590, 93, 1157, 0x049c} + } +}; + +StandTile tile_292 = { + 0x003b2a, 0x41, + 0x0, + 0xb, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1590, 93, 1065, 0x04a8}, + {-1713, 93, 1165, 0x04ac}, + {-1590, 93, 1157, 0x04a0} + } +}; + +StandTile tile_293 = { + 0x003b29, 0x41, + 0x0, + 0xa, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1590, 93, 1065, 0x0000}, + {-1713, 93, 1065, 0x0484}, + {-1713, 93, 1165, 0x04a4} + } +}; + +StandTile tile_294 = { + 0x016b28, 0x41, + 0x0, + 0xb, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1590, 93, 1157, 0x04a4}, + {-1713, 93, 1165, 0x04b0}, + {-1590, 93, 1304, 0x0000} + } +}; + +StandTile tile_295 = { + 0x016c2a, 0x41, + 0x0, + 0x8, 0x3, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1713, 93, 1165, 0x04b4}, + {-1590, 93, 1424, 0x047c}, + {-1590, 93, 1304, 0x04ac} + } +}; + +StandTile tile_296 = { + 0x016c29, 0x41, + 0x0, + 0x6, 0x3, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1713, 93, 1165, 0x0000}, + {-1713, 93, 1424, 0x0474}, + {-1590, 93, 1424, 0x04b0} + } +}; + +StandTile tile_297 = { + 0x01902a, 0x40, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1809, 93, 1937, 0x04bc}, + {-1516, 93, 1817, 0x0000}, + {-1809, 93, 1817, 0x042c} + } +}; + +StandTile tile_298 = { + 0x019029, 0x40, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1809, 93, 1937, 0x0000}, + {-1516, 93, 1937, 0x04d0}, + {-1516, 93, 1817, 0x04b8} + } +}; + +StandTile tile_299 = { + 0x00212a, 0x3f, + 0x0, + 0xb, 0xb, 0xb, + 6, + 0x0, 0x1, 0x5, + { + {-1373, 93, 1817, 0x04c7}, + {-1223, 93, 1802, 0x0000}, + {-1238, 93, 1802, 0x0aa8}, + {-1298, 93, 1802, 0x0ab0}, + {-1358, 93, 1802, 0x0000}, + {-1373, 93, 1802, 0x0000} + } +}; + +StandTile tile_300 = { + 0x002129, 0x3f, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {-1373, 93, 1817, 0x04cc}, + {-1223, 93, 1937, 0x0ac0}, + {-1223, 93, 1817, 0x0000}, + {-1223, 93, 1802, 0x04c0} + } +}; + +StandTile tile_301 = { + 0x002228, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1451, 93, 1937, 0x0000}, + {-1223, 93, 1937, 0x04c7}, + {-1373, 93, 1817, 0x04d4} + } +}; + +StandTile tile_302 = { + 0x01912a, 0x3f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1516, 93, 1937, 0x04d4}, + {-1373, 93, 1817, 0x0000}, + {-1516, 93, 1817, 0x04bc} + } +}; + +StandTile tile_303 = { + 0x019129, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1516, 93, 1937, 0x0000}, + {-1451, 93, 1937, 0x04cc}, + {-1373, 93, 1817, 0x04d0} + } +}; + +StandTile tile_304 = { + 0x01a528, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1574, 93, 1424, 0x0000}, + {-1512, 93, 1424, 0x04dc}, + {-1574, 93, 1328, 0x0480} + } +}; + +StandTile tile_305 = { + 0x00322b, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 93, 1424, 0x04e0}, + {-1574, 93, 1328, 0x04d8}, + {-1512, 93, 1424, 0x0000} + } +}; + +StandTile tile_306 = { + 0x00322a, 0x3e, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 93, 1424, 0x04e4}, + {-1574, 93, 1304, 0x0470}, + {-1574, 93, 1328, 0x04dc} + } +}; + +StandTile tile_307 = { + 0x003229, 0x3e, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 93, 1424, 0x0000}, + {-1412, 93, 1304, 0x0000}, + {-1574, 93, 1304, 0x04e0} + } +}; + +StandTile tile_308 = { + 0x019b2a, 0x3d, + 0x0, + 0xa, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1728, 93, 1065, 0x04ec}, + {-1763, 93, 1165, 0x0000}, + {-1728, 93, 1165, 0x0488} + } +}; + +StandTile tile_309 = { + 0x019b29, 0x3d, + 0x0, + 0x6, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1728, 93, 1065, 0x0000}, + {-1894, 93, 1065, 0x04f0}, + {-1763, 93, 1165, 0x04e8} + } +}; + +StandTile tile_310 = { + 0x003d28, 0x3d, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 93, 1065, 0x0000}, + {-1894, 93, 1181, 0x04f4}, + {-1763, 93, 1165, 0x04ec} + } +}; + +StandTile tile_311 = { + 0x003e2a, 0x3d, + 0x0, + 0x2, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 93, 1181, 0x04f8}, + {-1763, 93, 1335, 0x0000}, + {-1763, 93, 1165, 0x04f0} + } +}; + +StandTile tile_312 = { + 0x003e29, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1894, 93, 1181, 0x0000}, + {-1894, 93, 1223, 0x0500}, + {-1763, 93, 1335, 0x04f4} + } +}; + +StandTile tile_313 = { + 0x003f2a, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-2083, 93, 1335, 0x0500}, + {-1894, 93, 1223, 0x0000}, + {-1948, 93, 1223, 0x0504} + } +}; + +StandTile tile_314 = { + 0x003f29, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-2083, 93, 1335, 0x0000}, + {-1763, 93, 1335, 0x04f8}, + {-1894, 93, 1223, 0x04fc} + } +}; + +StandTile tile_315 = { + 0x00402a, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1948, 93, 1011, 0x0508}, + {-2083, 93, 1335, 0x04fc}, + {-1948, 93, 1223, 0x0000} + } +}; + +StandTile tile_316 = { + 0x004029, 0x3d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1948, 93, 1011, 0x050c}, + {-2083, 93, 1154, 0x0000}, + {-2083, 93, 1335, 0x0504} + } +}; + +StandTile tile_317 = { + 0x004128, 0x3d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2083, 93, 1011, 0x0000}, + {-2083, 93, 1154, 0x0508}, + {-1948, 93, 1011, 0x0514} + } +}; + +StandTile tile_318 = { + 0x00d628, 0x3d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1809, 93, 1011, 0x0524}, + {-1809, 93, 951, 0x0514}, + {-1948, 93, 1011, 0x0000} + } +}; + +StandTile tile_319 = { + 0x01662a, 0x3d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1809, 93, 951, 0x0518}, + {-2083, 93, 1011, 0x050c}, + {-1948, 93, 1011, 0x0510} + } +}; + +StandTile tile_320 = { + 0x016629, 0x3d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1809, 93, 951, 0x051c}, + {-2083, 93, 951, 0x0000}, + {-2083, 93, 1011, 0x0514} + } +}; + +StandTile tile_321 = { + 0x01652a, 0x3d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1809, 93, 951, 0x0520}, + {-2083, 93, 891, 0x0000}, + {-2083, 93, 951, 0x0518} + } +}; + +StandTile tile_322 = { + 0x016529, 0x3d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1809, 93, 951, 0x052c}, + {-1809, 93, 891, 0x0000}, + {-2083, 93, 891, 0x051c} + } +}; + +StandTile tile_323 = { + 0x01482a, 0x3d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1790, 93, 1011, 0x0528}, + {-1809, 93, 951, 0x0510}, + {-1809, 93, 1011, 0x0000} + } +}; + +StandTile tile_324 = { + 0x014829, 0x3d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1790, 93, 1011, 0x0540}, + {-1790, 93, 951, 0x052c}, + {-1809, 93, 951, 0x0524} + } +}; + +StandTile tile_325 = { + 0x01622a, 0x3d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1790, 93, 951, 0x0530}, + {-1809, 93, 891, 0x0520}, + {-1809, 93, 951, 0x0528} + } +}; + +StandTile tile_326 = { + 0x016229, 0x3d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1790, 93, 951, 0x0538}, + {-1790, 93, 891, 0x0000}, + {-1809, 93, 891, 0x052c} + } +}; + +StandTile tile_327 = { + 0x013b2a, 0x3c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1790, 93, 891, 0x0538}, + {-1497, 93, 951, 0x0565}, + {-1497, 93, 891, 0x0000} + } +}; + +StandTile tile_328 = { + 0x013b29, 0x3c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1790, 93, 891, 0x0530}, + {-1790, 93, 951, 0x053c}, + {-1497, 93, 951, 0x0534} + } +}; + +StandTile tile_329 = { + 0x01632a, 0x3c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1790, 93, 951, 0x0540}, + {-1497, 93, 1011, 0x0555}, + {-1497, 93, 951, 0x0538} + } +}; + +StandTile tile_330 = { + 0x016329, 0x3c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1790, 93, 951, 0x0528}, + {-1790, 93, 1011, 0x0000}, + {-1497, 93, 1011, 0x053c} + } +}; + +StandTile tile_331 = { + 0x00f42a, 0x3b, + 0x0, + 0xf, 0xf, 0xf, + 7, + 0x0, 0x1, 0x3, + { + {-1223, 93, 1026, 0x054c}, + {-1373, 93, 951, 0x0551}, + {-1373, 93, 1011, 0x0000}, + {-1373, 93, 1026, 0x0000}, + {-1358, 93, 1026, 0x0a66}, + {-1298, 93, 1026, 0x0a6e}, + {-1238, 93, 1026, 0x0000} + } +}; + +StandTile tile_332 = { + 0x00f429, 0x3b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-1223, 93, 1026, 0x0000}, + {-1223, 93, 1011, 0x0e1c}, + {-1223, 93, 951, 0x0559}, + {-1373, 93, 951, 0x0544} + } +}; + +StandTile tile_333 = { + 0x01792a, 0x3b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1373, 93, 951, 0x0555}, + {-1497, 93, 1011, 0x0000}, + {-1373, 93, 1011, 0x0544} + } +}; + +StandTile tile_334 = { + 0x017929, 0x3b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1373, 93, 951, 0x0561}, + {-1497, 93, 951, 0x053c}, + {-1497, 93, 1011, 0x0551} + } +}; + +StandTile tile_335 = { + 0x01642a, 0x3b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1223, 93, 951, 0x055d}, + {-1373, 93, 891, 0x0561}, + {-1373, 93, 951, 0x054c} + } +}; + +StandTile tile_336 = { + 0x016429, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1223, 93, 951, 0x0e34}, + {-1223, 93, 891, 0x0000}, + {-1373, 93, 891, 0x0559} + } +}; + +StandTile tile_337 = { + 0x017a2a, 0x3b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1373, 93, 891, 0x0565}, + {-1497, 93, 951, 0x0555}, + {-1373, 93, 951, 0x0559} + } +}; + +StandTile tile_338 = { + 0x017a29, 0x3b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1373, 93, 891, 0x0000}, + {-1497, 93, 891, 0x0534}, + {-1497, 93, 951, 0x0561} + } +}; + +StandTile tile_339 = { + 0x009520, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, 2330, 0x0000}, + {432, 0, 2330, 0x056d}, + {494, 0, 2211, 0x0586} + } +}; + +StandTile tile_340 = { + 0x009820, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {432, 0, 2330, 0x078a}, + {494, 0, 2330, 0x078e}, + {552, 0, 2330, 0x0572}, + {494, 0, 2211, 0x0569} + } +}; + +StandTile tile_341 = { + 0x003020, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {494, 0, 2211, 0x056d}, + {552, 0, 2330, 0x0000}, + {567, 0, 2330, 0x0576} + } +}; + +StandTile tile_342 = { + 0x003120, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 2330, 0x0628}, + {567, 0, 2130, 0x057a}, + {494, 0, 2211, 0x0572} + } +}; + +StandTile tile_343 = { + 0x003220, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 2130, 0x0000}, + {552, 0, 2130, 0x0592}, + {494, 0, 2211, 0x0576} + } +}; + +StandTile tile_344 = { + 0x009b22, 0x3a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {93, 0, 2130, 0x0582}, + {370, 0, 2330, 0x058a}, + {258, 0, 2130, 0x0000} + } +}; + +StandTile tile_345 = { + 0x009b21, 0x3a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {93, 0, 2130, 0x0000}, + {93, 0, 2330, 0x0000}, + {370, 0, 2330, 0x057e} + } +}; + +StandTile tile_346 = { + 0x009422, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 2130, 0x058a}, + {370, 0, 2330, 0x0569}, + {494, 0, 2211, 0x058e} + } +}; + +StandTile tile_347 = { + 0x009421, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 2130, 0x0000}, + {258, 0, 2130, 0x057e}, + {370, 0, 2330, 0x0586} + } +}; + +StandTile tile_348 = { + 0x009620, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {494, 0, 2106, 0x059a}, + {432, 0, 2130, 0x0586}, + {494, 0, 2211, 0x0592} + } +}; + +StandTile tile_349 = { + 0x009720, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {494, 0, 2211, 0x057a}, + {552, 0, 2130, 0x0596}, + {494, 0, 2106, 0x058e} + } +}; + +StandTile tile_350 = { + 0x008520, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {552, 0, 2130, 0x0000}, + {552, 0, 2106, 0x05a2}, + {494, 0, 2106, 0x0592} + } +}; + +StandTile tile_351 = { + 0x008420, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 2130, 0x058e}, + {494, 0, 2106, 0x05a2}, + {432, 0, 2106, 0x0000} + } +}; + +StandTile tile_352 = { + 0x008020, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, 2106, 0x0000}, + {432, 0, 2106, 0x05a2}, + {494, 0, 1987, 0x05b3} + } +}; + +StandTile tile_353 = { + 0x008320, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {432, 0, 2106, 0x059a}, + {494, 0, 2106, 0x0596}, + {552, 0, 2106, 0x05a7}, + {494, 0, 1987, 0x059e} + } +}; + +StandTile tile_354 = { + 0x002c20, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {494, 0, 1987, 0x05a2}, + {552, 0, 2106, 0x0000}, + {567, 0, 2106, 0x05af} + } +}; + +StandTile tile_355 = { + 0x002e20, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 1906, 0x0000}, + {552, 0, 1906, 0x05c3}, + {494, 0, 1987, 0x05af} + } +}; + +StandTile tile_356 = { + 0x002d20, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 2106, 0x0638}, + {567, 0, 1906, 0x05ab}, + {494, 0, 1987, 0x05a7} + } +}; + +StandTile tile_357 = { + 0x007f22, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 1906, 0x05b7}, + {370, 0, 2106, 0x059e}, + {494, 0, 1987, 0x05c7} + } +}; + +StandTile tile_358 = { + 0x007f21, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 1906, 0x0000}, + {258, 0, 1906, 0x05bb}, + {370, 0, 2106, 0x05b3} + } +}; + +StandTile tile_359 = { + 0x008622, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {93, 0, 1906, 0x05bf}, + {370, 0, 2106, 0x05b7}, + {258, 0, 1906, 0x0000} + } +}; + +StandTile tile_360 = { + 0x008621, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {93, 0, 1906, 0x0000}, + {93, 0, 2106, 0x0000}, + {370, 0, 2106, 0x05bb} + } +}; + +StandTile tile_361 = { + 0x008220, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {494, 0, 1987, 0x05ab}, + {552, 0, 1906, 0x05cf}, + {494, 0, 1883, 0x05c7} + } +}; + +StandTile tile_362 = { + 0x008120, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {494, 0, 1883, 0x05cb}, + {432, 0, 1906, 0x05b3}, + {494, 0, 1987, 0x05c3} + } +}; + +StandTile tile_363 = { + 0x005a20, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 1906, 0x05c7}, + {494, 0, 1883, 0x05e7}, + {432, 0, 1883, 0x0000} + } +}; + +StandTile tile_364 = { + 0x005b20, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {552, 0, 1906, 0x0000}, + {552, 0, 1883, 0x05e7}, + {494, 0, 1883, 0x05c3} + } +}; + +StandTile tile_365 = { + 0x005720, 0x38, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {494, 0, 1659, 0x05f4}, + {432, 0, 1678, 0x05fc}, + {494, 0, 1763, 0x05ec} + } +}; + +StandTile tile_366 = { + 0x020d22, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 1678, 0x05db}, + {494, 0, 1763, 0x05e3}, + {567, 0, 1722, 0x0654} + } +}; + +StandTile tile_367 = { + 0x020d21, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 1678, 0x0000}, + {552, 0, 1678, 0x05ec}, + {494, 0, 1763, 0x05d7} + } +}; + +StandTile tile_368 = { + 0x002420, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {494, 0, 1763, 0x05e7}, + {552, 0, 1883, 0x0000}, + {567, 0, 1883, 0x05e3} + } +}; + +StandTile tile_369 = { + 0x002520, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 1883, 0x0658}, + {567, 0, 1722, 0x05d7}, + {494, 0, 1763, 0x05df} + } +}; + +StandTile tile_370 = { + 0x005920, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {432, 0, 1883, 0x05cb}, + {494, 0, 1883, 0x05cf}, + {552, 0, 1883, 0x05df}, + {494, 0, 1763, 0x05f8} + } +}; + +StandTile tile_371 = { + 0x005820, 0x38, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {494, 0, 1763, 0x05db}, + {552, 0, 1678, 0x05f0}, + {494, 0, 1659, 0x05d3} + } +}; + +StandTile tile_372 = { + 0x004e20, 0x38, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {552, 0, 1678, 0x0000}, + {552, 0, 1659, 0x06f0}, + {494, 0, 1659, 0x05ec} + } +}; + +StandTile tile_373 = { + 0x004f20, 0x38, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 1659, 0x0000}, + {432, 0, 1678, 0x05d3}, + {494, 0, 1659, 0x06f6} + } +}; + +StandTile tile_374 = { + 0x005620, 0x38, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, 1883, 0x0000}, + {432, 0, 1883, 0x05e7}, + {494, 0, 1763, 0x05fc} + } +}; + +StandTile tile_375 = { + 0x005522, 0x38, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 1678, 0x0600}, + {370, 0, 1883, 0x05f8}, + {494, 0, 1763, 0x05d3} + } +}; + +StandTile tile_376 = { + 0x005521, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 1678, 0x0000}, + {258, 0, 1678, 0x0604}, + {370, 0, 1883, 0x05fc} + } +}; + +StandTile tile_377 = { + 0x005c22, 0x38, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {93, 0, 1678, 0x0608}, + {370, 0, 1883, 0x0600}, + {258, 0, 1678, 0x0000} + } +}; + +StandTile tile_378 = { + 0x005c21, 0x38, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {93, 0, 1678, 0x0000}, + {93, 0, 1883, 0x0000}, + {370, 0, 1883, 0x0604} + } +}; + +StandTile tile_379 = { + 0x002120, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {926, 0, 2558, 0x0000}, + {926, 0, 2500, 0x0618}, + {648, 0, 2558, 0x0000} + } +}; + +StandTile tile_380 = { + 0x021020, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 2558, 0x0000}, + {648, 0, 2558, 0x0614}, + {567, 0, 2496, 0x0796} + } +}; + +StandTile tile_381 = { + 0x002920, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {648, 0, 2558, 0x0618}, + {567, 0, 2353, 0x0792}, + {567, 0, 2496, 0x0610} + } +}; + +StandTile tile_382 = { + 0x002722, 0x37, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {926, 0, 2500, 0x061c}, + {567, 0, 2353, 0x0614}, + {648, 0, 2558, 0x060c} + } +}; + +StandTile tile_383 = { + 0x002721, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {926, 0, 2500, 0x0000}, + {926, 0, 2411, 0x0624}, + {567, 0, 2353, 0x0618} + } +}; + +StandTile tile_384 = { + 0x002022, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 2353, 0x0624}, + {926, 0, 2272, 0x0628}, + {567, 0, 2330, 0x0000} + } +}; + +StandTile tile_385 = { + 0x002021, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 2353, 0x061c}, + {926, 0, 2411, 0x0000}, + {926, 0, 2272, 0x0620} + } +}; + +StandTile tile_386 = { + 0x002f22, 0x37, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {926, 0, 2272, 0x062c}, + {567, 0, 2130, 0x0576}, + {567, 0, 2330, 0x0620} + } +}; + +StandTile tile_387 = { + 0x002f21, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {926, 0, 2272, 0x0000}, + {926, 0, 2184, 0x0634}, + {567, 0, 2130, 0x0628} + } +}; + +StandTile tile_388 = { + 0x001f22, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 2130, 0x0634}, + {926, 0, 2049, 0x0638}, + {567, 0, 2106, 0x0000} + } +}; + +StandTile tile_389 = { + 0x001f21, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 2130, 0x062c}, + {926, 0, 2184, 0x0000}, + {926, 0, 2049, 0x0630} + } +}; + +StandTile tile_390 = { + 0x002b22, 0x37, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {926, 0, 2049, 0x063c}, + {567, 0, 1906, 0x05af}, + {567, 0, 2106, 0x0630} + } +}; + +StandTile tile_391 = { + 0x002b21, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {926, 0, 2049, 0x0000}, + {926, 0, 1960, 0x0640}, + {567, 0, 1906, 0x0638} + } +}; + +StandTile tile_392 = { + 0x001e22, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {926, 0, 1960, 0x0644}, + {567, 0, 1883, 0x0000}, + {567, 0, 1906, 0x063c} + } +}; + +StandTile tile_393 = { + 0x001e21, 0x37, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {926, 0, 1960, 0x0000}, + {926, 0, 1825, 0x0648}, + {567, 0, 1883, 0x0640} + } +}; + +StandTile tile_394 = { + 0x002322, 0x37, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {926, 0, 1825, 0x064c}, + {648, 0, 1678, 0x0658}, + {567, 0, 1883, 0x0644} + } +}; + +StandTile tile_395 = { + 0x002321, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {926, 0, 1825, 0x0000}, + {926, 0, 1736, 0x0650}, + {648, 0, 1678, 0x0648} + } +}; + +StandTile tile_396 = { + 0x002220, 0x37, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {926, 0, 1736, 0x0000}, + {926, 0, 1678, 0x0000}, + {648, 0, 1678, 0x064c} + } +}; + +StandTile tile_397 = { + 0x002620, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {648, 0, 1678, 0x0000}, + {567, 0, 1678, 0x05d7}, + {567, 0, 1722, 0x0658} + } +}; + +StandTile tile_398 = { + 0x020e20, 0x37, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 1883, 0x0648}, + {648, 0, 1678, 0x0654}, + {567, 0, 1722, 0x05e3} + } +}; + +StandTile tile_399 = { + 0x01ac22, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 2712, 0x0660}, + {586, 0, 2652, 0x0664}, + {567, 0, 2652, 0x0690} + } +}; + +StandTile tile_400 = { + 0x01ac21, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 2712, 0x0000}, + {586, 0, 2712, 0x0000}, + {586, 0, 2652, 0x065c} + } +}; + +StandTile tile_401 = { + 0x01eb20, 0x36, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {586, 0, 2652, 0x0668}, + {567, 0, 2593, 0x067e}, + {567, 0, 2652, 0x065c} + } +}; + +StandTile tile_402 = { + 0x01ed20, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {586, 0, 2652, 0x0000}, + {586, 0, 2593, 0x0000}, + {567, 0, 2593, 0x0664} + } +}; + +StandTile tile_403 = { + 0x014422, 0x36, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {293, 0, 2593, 0x0670}, + {417, 0, 2652, 0x0674}, + {417, 0, 2593, 0x0000} + } +}; + +StandTile tile_404 = { + 0x014421, 0x36, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {293, 0, 2593, 0x0694}, + {293, 0, 2652, 0x0684}, + {417, 0, 2652, 0x066c} + } +}; + +StandTile tile_405 = { + 0x020322, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x3, + { + {417, 0, 2652, 0x067a}, + {494, 0, 2577, 0x07c6}, + {432, 0, 2577, 0x0000}, + {417, 0, 2577, 0x0000}, + {417, 0, 2593, 0x066c} + } +}; + +StandTile tile_406 = { + 0x020321, 0x36, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 2652, 0x068c}, + {567, 0, 2652, 0x067e}, + {494, 0, 2577, 0x0674} + } +}; + +StandTile tile_407 = { + 0x01ec20, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x2, 0x4, + { + {567, 0, 2652, 0x0664}, + {567, 0, 2593, 0x0000}, + {567, 0, 2577, 0x0000}, + {552, 0, 2577, 0x07ca}, + {494, 0, 2577, 0x067a} + } +}; + +StandTile tile_408 = { + 0x01ea22, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {293, 0, 2652, 0x0688}, + {417, 0, 2712, 0x068c}, + {417, 0, 2652, 0x0670} + } +}; + +StandTile tile_409 = { + 0x01ea21, 0x36, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {293, 0, 2652, 0x069c}, + {293, 0, 2712, 0x0000}, + {417, 0, 2712, 0x0684} + } +}; + +StandTile tile_410 = { + 0x020a22, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 2712, 0x0690}, + {567, 0, 2652, 0x067a}, + {417, 0, 2652, 0x0684} + } +}; + +StandTile tile_411 = { + 0x020a21, 0x36, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 2712, 0x0000}, + {567, 0, 2712, 0x065c}, + {567, 0, 2652, 0x068c} + } +}; + +StandTile tile_412 = { + 0x019022, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 2593, 0x0698}, + {293, 0, 2652, 0x0670}, + {293, 0, 2593, 0x0000} + } +}; + +StandTile tile_413 = { + 0x019021, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 2593, 0x06bc}, + {0, 0, 2652, 0x069c}, + {293, 0, 2652, 0x0694} + } +}; + +StandTile tile_414 = { + 0x01e922, 0x35, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 2652, 0x06a0}, + {293, 0, 2712, 0x0688}, + {293, 0, 2652, 0x0698} + } +}; + +StandTile tile_415 = { + 0x01e921, 0x35, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 2652, 0x06cc}, + {0, 0, 2712, 0x0000}, + {293, 0, 2712, 0x069c} + } +}; + +StandTile tile_416 = { + 0x00fa22, 0x34, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x1, 0x2, + { + {-293, 0, 2558, 0x06aa}, + {-143, 0, 2577, 0x0000}, + {-143, 0, 2558, 0x0000}, + {-158, 0, 2558, 0x0c36}, + {-278, 0, 2558, 0x0000} + } +}; + +StandTile tile_417 = { + 0x00fa21, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-293, 0, 2558, 0x0000}, + {-293, 0, 2577, 0x06ae}, + {-143, 0, 2577, 0x06a4} + } +}; + +StandTile tile_418 = { + 0x00f922, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {-293, 0, 2577, 0x06b3}, + {-143, 0, 2652, 0x06b8}, + {-143, 0, 2593, 0x0000}, + {-143, 0, 2577, 0x06aa} + } +}; + +StandTile tile_419 = { + 0x00f921, 0x34, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {-293, 0, 2577, 0x0000}, + {-293, 0, 2593, 0x0c29}, + {-293, 0, 2652, 0x06c0}, + {-143, 0, 2652, 0x06ae} + } +}; + +StandTile tile_420 = { + 0x020422, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-143, 0, 2652, 0x06bc}, + {0, 0, 2593, 0x0000}, + {-143, 0, 2593, 0x06ae} + } +}; + +StandTile tile_421 = { + 0x020421, 0x34, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-143, 0, 2652, 0x06c8}, + {0, 0, 2652, 0x0698}, + {0, 0, 2593, 0x06b8} + } +}; + +StandTile tile_422 = { + 0x01e822, 0x34, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-293, 0, 2652, 0x06c4}, + {-143, 0, 2712, 0x06c8}, + {-143, 0, 2652, 0x06b3} + } +}; + +StandTile tile_423 = { + 0x01e821, 0x34, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-293, 0, 2652, 0x0c29}, + {-293, 0, 2712, 0x0000}, + {-143, 0, 2712, 0x06c0} + } +}; + +StandTile tile_424 = { + 0x020922, 0x34, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-143, 0, 2712, 0x06cc}, + {0, 0, 2652, 0x06bc}, + {-143, 0, 2652, 0x06c0} + } +}; + +StandTile tile_425 = { + 0x020921, 0x34, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-143, 0, 2712, 0x0000}, + {0, 0, 2712, 0x06a0}, + {0, 0, 2652, 0x06c8} + } +}; + +StandTile tile_426 = { + 0x01ad22, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {274, 0, 1644, 0x06d4}, + {293, 0, 1584, 0x06d8}, + {274, 0, 1584, 0x071c} + } +}; + +StandTile tile_427 = { + 0x01ad21, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {274, 0, 1644, 0x0000}, + {293, 0, 1644, 0x0704}, + {293, 0, 1584, 0x06d0} + } +}; + +StandTile tile_428 = { + 0x01e122, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {293, 0, 1584, 0x06dc}, + {274, 0, 1524, 0x0724}, + {274, 0, 1584, 0x06d0} + } +}; + +StandTile tile_429 = { + 0x01e121, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {293, 0, 1584, 0x0714}, + {293, 0, 1524, 0x0000}, + {274, 0, 1524, 0x06d8} + } +}; + +StandTile tile_430 = { + 0x01ab20, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 1644, 0x06ec}, + {586, 0, 1584, 0x06e4}, + {567, 0, 1584, 0x06f0} + } +}; + +StandTile tile_431 = { + 0x01e222, 0x33, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {586, 0, 1584, 0x06e8}, + {567, 0, 1524, 0x070c}, + {567, 0, 1584, 0x06e0} + } +}; + +StandTile tile_432 = { + 0x01e221, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {586, 0, 1584, 0x0000}, + {586, 0, 1524, 0x0000}, + {567, 0, 1524, 0x06e4} + } +}; + +StandTile tile_433 = { + 0x01dd20, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 1644, 0x0000}, + {586, 0, 1644, 0x0000}, + {586, 0, 1584, 0x06e0} + } +}; + +StandTile tile_434 = { + 0x016420, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x2, 0x3, + { + {567, 0, 1659, 0x0000}, + {567, 0, 1644, 0x06e0}, + {567, 0, 1584, 0x06f6}, + {494, 0, 1659, 0x05f0}, + {552, 0, 1659, 0x0000} + } +}; + +StandTile tile_435 = { + 0x01e422, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {567, 0, 1584, 0x06fb}, + {417, 0, 1659, 0x0000}, + {432, 0, 1659, 0x05f4}, + {494, 0, 1659, 0x06f0} + } +}; + +StandTile tile_436 = { + 0x01e421, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {567, 0, 1584, 0x0708}, + {417, 0, 1584, 0x0700}, + {417, 0, 1644, 0x0000}, + {417, 0, 1659, 0x06f6} + } +}; + +StandTile tile_437 = { + 0x020622, 0x33, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 1584, 0x0704}, + {293, 0, 1644, 0x0000}, + {417, 0, 1644, 0x06fb} + } +}; + +StandTile tile_438 = { + 0x020621, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 1584, 0x0710}, + {293, 0, 1584, 0x06d4}, + {293, 0, 1644, 0x0700} + } +}; + +StandTile tile_439 = { + 0x01df22, 0x33, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 1584, 0x070c}, + {417, 0, 1524, 0x0710}, + {417, 0, 1584, 0x06fb} + } +}; + +StandTile tile_440 = { + 0x01df21, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 1584, 0x06e4}, + {567, 0, 1524, 0x0000}, + {417, 0, 1524, 0x0708} + } +}; + +StandTile tile_441 = { + 0x020c22, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 1524, 0x0714}, + {293, 0, 1584, 0x0704}, + {417, 0, 1584, 0x0708} + } +}; + +StandTile tile_442 = { + 0x020c21, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {417, 0, 1524, 0x0000}, + {293, 0, 1524, 0x06dc}, + {293, 0, 1584, 0x0710} + } +}; + +StandTile tile_443 = { + 0x01a522, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {274, 0, 1644, 0x071c}, + {-19, 0, 1584, 0x072c}, + {-19, 0, 1644, 0x0000} + } +}; + +StandTile tile_444 = { + 0x01a521, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {274, 0, 1644, 0x06d0}, + {274, 0, 1584, 0x0720}, + {-19, 0, 1584, 0x0718} + } +}; + +StandTile tile_445 = { + 0x01de22, 0x32, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {274, 0, 1584, 0x0724}, + {-19, 0, 1524, 0x0743}, + {-19, 0, 1584, 0x071c} + } +}; + +StandTile tile_446 = { + 0x01de21, 0x32, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {274, 0, 1584, 0x06d8}, + {274, 0, 1524, 0x0000}, + {-19, 0, 1524, 0x0720} + } +}; + +StandTile tile_447 = { + 0x017b22, 0x31, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-19, 0, 1644, 0x072c}, + {-143, 0, 1584, 0x0730}, + {-143, 0, 1644, 0x0000} + } +}; + +StandTile tile_448 = { + 0x017b21, 0x31, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-19, 0, 1644, 0x0718}, + {-19, 0, 1584, 0x073f}, + {-143, 0, 1584, 0x0728} + } +}; + +StandTile tile_449 = { + 0x020522, 0x31, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x3, + { + {-143, 0, 1584, 0x0736}, + {-218, 0, 1659, 0x0786}, + {-158, 0, 1659, 0x0000}, + {-143, 0, 1659, 0x0000}, + {-143, 0, 1644, 0x0728} + } +}; + +StandTile tile_450 = { + 0x020521, 0x31, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-143, 0, 1584, 0x0747}, + {-293, 0, 1584, 0x073a}, + {-218, 0, 1659, 0x0730} + } +}; + +StandTile tile_451 = { + 0x01e620, 0x31, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x2, 0x3, + { + {-293, 0, 1584, 0x075b}, + {-293, 0, 1644, 0x0000}, + {-293, 0, 1659, 0x0776}, + {-218, 0, 1659, 0x0736} + } +}; + +StandTile tile_452 = { + 0x01e022, 0x31, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-19, 0, 1584, 0x0743}, + {-143, 0, 1524, 0x0747}, + {-143, 0, 1584, 0x072c} + } +}; + +StandTile tile_453 = { + 0x01e021, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-19, 0, 1584, 0x0720}, + {-19, 0, 1524, 0x0000}, + {-143, 0, 1524, 0x073f} + } +}; + +StandTile tile_454 = { + 0x020822, 0x31, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-143, 0, 1524, 0x074b}, + {-293, 0, 1584, 0x0736}, + {-143, 0, 1584, 0x073f} + } +}; + +StandTile tile_455 = { + 0x020821, 0x31, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-143, 0, 1524, 0x0000}, + {-293, 0, 1524, 0x074f}, + {-293, 0, 1584, 0x0747} + } +}; + +StandTile tile_456 = { + 0x01ae22, 0x31, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-293, 0, 1524, 0x0753}, + {-312, 0, 1584, 0x075b}, + {-293, 0, 1584, 0x074b} + } +}; + +StandTile tile_457 = { + 0x01ae21, 0x31, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-293, 0, 1524, 0x0000}, + {-312, 0, 1524, 0x0000}, + {-312, 0, 1584, 0x074f} + } +}; + +StandTile tile_458 = { + 0x01e720, 0x31, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-312, 0, 1584, 0x0000}, + {-312, 0, 1644, 0x0000}, + {-293, 0, 1644, 0x075b} + } +}; + +StandTile tile_459 = { + 0x01e320, 0x31, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-312, 0, 1584, 0x0757}, + {-293, 0, 1644, 0x073a}, + {-293, 0, 1584, 0x074f} + } +}; + +StandTile tile_460 = { + 0x011b22, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 5, + 0x0, 0x1, 0x2, + { + {-312, 0, 1952, 0x0765}, + {-293, 0, 1802, 0x0000}, + {-312, 0, 1802, 0x0000}, + {-312, 0, 1817, 0x0c7c}, + {-312, 0, 1937, 0x0000} + } +}; + +StandTile tile_461 = { + 0x011b21, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-312, 0, 1952, 0x0000}, + {-293, 0, 1952, 0x0769}, + {-293, 0, 1802, 0x075f} + } +}; + +StandTile tile_462 = { + 0x011a22, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-293, 0, 1952, 0x076d}, + {-218, 0, 1802, 0x0772}, + {-293, 0, 1802, 0x0765} + } +}; + +StandTile tile_463 = { + 0x011a21, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {-293, 0, 1952, 0x0000}, + {-278, 0, 1952, 0x0c3a}, + {-218, 0, 1952, 0x077a}, + {-218, 0, 1802, 0x0769} + } +}; + +StandTile tile_464 = { + 0x020722, 0x30, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-218, 0, 1802, 0x0776}, + {-293, 0, 1659, 0x0000}, + {-293, 0, 1802, 0x0769} + } +}; + +StandTile tile_465 = { + 0x020721, 0x30, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-218, 0, 1802, 0x0782}, + {-218, 0, 1659, 0x073a}, + {-293, 0, 1659, 0x0772} + } +}; + +StandTile tile_466 = { + 0x01e522, 0x30, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-218, 0, 1952, 0x077e}, + {-158, 0, 1802, 0x0782}, + {-218, 0, 1802, 0x076d} + } +}; + +StandTile tile_467 = { + 0x01e521, 0x30, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-218, 0, 1952, 0x0c3a}, + {-158, 0, 1952, 0x0000}, + {-158, 0, 1802, 0x077a} + } +}; + +StandTile tile_468 = { + 0x020b22, 0x30, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-158, 0, 1802, 0x0786}, + {-218, 0, 1659, 0x0776}, + {-218, 0, 1802, 0x077a} + } +}; + +StandTile tile_469 = { + 0x020b21, 0x30, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-158, 0, 1802, 0x0000}, + {-158, 0, 1659, 0x0730}, + {-218, 0, 1659, 0x0782} + } +}; + +StandTile tile_470 = { + 0x009920, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 2353, 0x07b2}, + {494, 0, 2330, 0x056d}, + {432, 0, 2330, 0x0000} + } +}; + +StandTile tile_471 = { + 0x009a20, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {552, 0, 2353, 0x0000}, + {552, 0, 2330, 0x056d}, + {494, 0, 2330, 0x07aa} + } +}; + +StandTile tile_472 = { + 0x020f20, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 2353, 0x07ae}, + {494, 0, 2438, 0x0796}, + {567, 0, 2496, 0x0614} + } +}; + +StandTile tile_473 = { + 0x002822, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {494, 0, 2438, 0x079a}, + {567, 0, 2558, 0x0610}, + {567, 0, 2496, 0x0792} + } +}; + +StandTile tile_474 = { + 0x002821, 0x2f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {494, 0, 2438, 0x079e}, + {552, 0, 2558, 0x0000}, + {567, 0, 2558, 0x0796} + } +}; + +StandTile tile_475 = { + 0x006e22, 0x2f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 2558, 0x07a2}, + {552, 0, 2558, 0x079a}, + {494, 0, 2438, 0x07a6} + } +}; + +StandTile tile_476 = { + 0x006e21, 0x2f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 2558, 0x07c6}, + {494, 0, 2577, 0x07ca}, + {552, 0, 2558, 0x079e} + } +}; + +StandTile tile_477 = { + 0x006b20, 0x2f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, 2558, 0x0000}, + {432, 0, 2558, 0x079e}, + {494, 0, 2438, 0x07b6} + } +}; + +StandTile tile_478 = { + 0x006d20, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {494, 0, 2438, 0x07ae}, + {552, 0, 2353, 0x078e}, + {494, 0, 2330, 0x07b2} + } +}; + +StandTile tile_479 = { + 0x002a20, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {567, 0, 2353, 0x0000}, + {552, 0, 2353, 0x07aa}, + {494, 0, 2438, 0x0792} + } +}; + +StandTile tile_480 = { + 0x006c20, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {494, 0, 2330, 0x078a}, + {432, 0, 2353, 0x07b6}, + {494, 0, 2438, 0x07aa} + } +}; + +StandTile tile_481 = { + 0x006a22, 0x2f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 2353, 0x07ba}, + {370, 0, 2558, 0x07a6}, + {494, 0, 2438, 0x07b2} + } +}; + +StandTile tile_482 = { + 0x006a21, 0x2f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 2353, 0x0000}, + {258, 0, 2353, 0x07be}, + {370, 0, 2558, 0x07b6} + } +}; + +StandTile tile_483 = { + 0x007122, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {93, 0, 2353, 0x07c2}, + {370, 0, 2558, 0x07ba}, + {258, 0, 2353, 0x0000} + } +}; + +StandTile tile_484 = { + 0x007121, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {93, 0, 2353, 0x0000}, + {93, 0, 2558, 0x0000}, + {370, 0, 2558, 0x07be} + } +}; + +StandTile tile_485 = { + 0x006f20, 0x2f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {432, 0, 2577, 0x0674}, + {494, 0, 2577, 0x07a2}, + {432, 0, 2558, 0x0000} + } +}; + +StandTile tile_486 = { + 0x007020, 0x2f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {552, 0, 2577, 0x0000}, + {552, 0, 2558, 0x07a2}, + {494, 0, 2577, 0x067e} + } +}; + +StandTile tile_487 = { + 0x00781a, 0x2e, + 0x0, + 0xc, 0x7, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-779, 93, 1363, 0x07d2}, + {-718, 93, 1137, 0x07e2}, + {-779, 93, 1137, 0x0000} + } +}; + +StandTile tile_488 = { + 0x007819, 0x2e, + 0x0, + 0xa, 0x9, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-779, 93, 1363, 0x07d6}, + {-718, 93, 1363, 0x0000}, + {-718, 93, 1137, 0x07ce} + } +}; + +StandTile tile_489 = { + 0x01d41a, 0x2e, + 0x0, + 0x9, 0xc, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-781, 93, 1373, 0x07da}, + {-718, 93, 1363, 0x07d2}, + {-779, 93, 1363, 0x0000} + } +}; + +StandTile tile_490 = { + 0x01d419, 0x2e, + 0x0, + 0x9, 0xb, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-781, 93, 1373, 0x0894}, + {-716, 93, 1373, 0x0000}, + {-718, 93, 1363, 0x07d6} + } +}; + +StandTile tile_491 = { + 0x00701a, 0x2e, + 0x0, + 0xe, 0x5, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-781, 93, 1127, 0x07e2}, + {-718, 93, 1137, 0x0000}, + {-716, 93, 1127, 0x07f2} + } +}; + +StandTile tile_492 = { + 0x007019, 0x2e, + 0x0, + 0xd, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-781, 93, 1127, 0x0000}, + {-779, 93, 1137, 0x07ce}, + {-718, 93, 1137, 0x07de} + } +}; + +StandTile tile_493 = { + 0x005818, 0x2c, + 0x0, + 0x4, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-660, 93, 1161, 0x0000}, + {-660, 93, 1127, 0x07ff}, + {-716, 93, 1127, 0x0000} + } +}; + +StandTile tile_494 = { + 0x00561a, 0x2c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-868, 93, 1030, 0x07ee}, + {-837, 93, 1165, 0x0807}, + {-837, 93, 1030, 0x0000} + } +}; + +StandTile tile_495 = { + 0x005619, 0x2c, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-868, 93, 1030, 0x0849}, + {-868, 93, 1219, 0x0000}, + {-837, 93, 1165, 0x07ea} + } +}; + +StandTile tile_496 = { + 0x00591a, 0x2c, + 0x0, + 0xa, 0x4, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {-672, 93, 1030, 0x07f7}, + {-781, 93, 1127, 0x07de}, + {-716, 93, 1127, 0x07ff}, + {-683, 93, 1054, 0x0000} + } +}; + +StandTile tile_497 = { + 0x005919, 0x2c, + 0x0, + 0x6, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-672, 93, 1030, 0x0000}, + {-830, 93, 1030, 0x0803}, + {-781, 93, 1127, 0x07f2} + } +}; + +StandTile tile_498 = { + 0x03701a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-683, 93, 1054, 0x07ff}, + {-660, 93, 1127, 0x0000}, + {-660, 93, 1053, 0x0000} + } +}; + +StandTile tile_499 = { + 0x037019, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-683, 93, 1054, 0x07f2}, + {-716, 93, 1127, 0x07e6}, + {-660, 93, 1127, 0x07fb} + } +}; + +StandTile tile_500 = { + 0x005b1a, 0x2c, + 0x0, + 0x4, 0x2, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-830, 93, 1030, 0x0807}, + {-837, 93, 1165, 0x0000}, + {-781, 93, 1127, 0x07f7} + } +}; + +StandTile tile_501 = { + 0x005b19, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-830, 93, 1030, 0x0000}, + {-837, 93, 1030, 0x07ea}, + {-837, 93, 1165, 0x0803} + } +}; + +StandTile tile_502 = { + 0x03721a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1146, 93, 1069, 0x080f}, + {-1026, 93, 1147, 0x0819}, + {-1123, 93, 1069, 0x0000} + } +}; + +StandTile tile_503 = { + 0x037219, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1146, 93, 1069, 0x0000}, + {-1146, 93, 1200, 0x0845}, + {-1026, 93, 1147, 0x080b} + } +}; + +StandTile tile_504 = { + 0x03711a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-1123, 93, 1046, 0x0819}, + {-1026, 93, 1147, 0x0839}, + {-907, 93, 1046, 0x0000}, + {-945, 93, 1046, 0x0e20}, + {-1065, 93, 1046, 0x0000} + } +}; + +StandTile tile_505 = { + 0x037119, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1123, 93, 1046, 0x0000}, + {-1123, 93, 1069, 0x080b}, + {-1026, 93, 1147, 0x0813} + } +}; + +StandTile tile_506 = { + 0x032018, 0x2c, + 0x0, + 0xa, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-922, 93, 1231, 0x0825}, + {-946, 93, 1200, 0x0000}, + {-946, 93, 1231, 0x0000} + } +}; + +StandTile tile_507 = { + 0x031d1a, 0x2c, + 0x0, + 0x8, 0x8, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-946, 93, 1200, 0x0825}, + {-894, 93, 1231, 0x084e}, + {-907, 93, 1200, 0x083d} + } +}; + +StandTile tile_508 = { + 0x031d19, 0x2c, + 0x0, + 0x9, 0xa, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-946, 93, 1200, 0x081d}, + {-922, 93, 1231, 0x0000}, + {-894, 93, 1231, 0x0821} + } +}; + +StandTile tile_509 = { + 0x031c1a, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 93, 1200, 0x082d}, + {-1123, 93, 1304, 0x0000}, + {-1068, 93, 1304, 0x0000} + } +}; + +StandTile tile_510 = { + 0x031c19, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 93, 1200, 0x0831}, + {-1123, 93, 1281, 0x0000}, + {-1123, 93, 1304, 0x0829} + } +}; + +StandTile tile_511 = { + 0x031b18, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 93, 1200, 0x0835}, + {-1146, 93, 1281, 0x0000}, + {-1123, 93, 1281, 0x082d} + } +}; + +StandTile tile_512 = { + 0x031a18, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 93, 1200, 0x0845}, + {-1146, 93, 1200, 0x0000}, + {-1146, 93, 1281, 0x0831} + } +}; + +StandTile tile_513 = { + 0x01e818, 0x2c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-907, 93, 1200, 0x0852}, + {-907, 93, 1046, 0x0813}, + {-1026, 93, 1147, 0x083d} + } +}; + +StandTile tile_514 = { + 0x031918, 0x2c, + 0x0, + 0xb, 0xb, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-946, 93, 1200, 0x0821}, + {-907, 93, 1200, 0x0839}, + {-1026, 93, 1147, 0x0841} + } +}; + +StandTile tile_515 = { + 0x031818, 0x2c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1068, 93, 1200, 0x0000}, + {-946, 93, 1200, 0x083d}, + {-1026, 93, 1147, 0x0845} + } +}; + +StandTile tile_516 = { + 0x01ed18, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1146, 93, 1200, 0x0835}, + {-1068, 93, 1200, 0x0841}, + {-1026, 93, 1147, 0x080f} + } +}; + +StandTile tile_517 = { + 0x00571b, 0x2c, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-868, 93, 1030, 0x084e}, + {-894, 93, 1231, 0x0000}, + {-868, 93, 1231, 0x0000}, + {-868, 93, 1219, 0x07ee} + } +}; + +StandTile tile_518 = { + 0x00571a, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-868, 93, 1030, 0x0852}, + {-907, 93, 1200, 0x0821}, + {-894, 93, 1231, 0x0849} + } +}; + +StandTile tile_519 = { + 0x005719, 0x2c, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-868, 93, 1030, 0x0000}, + {-907, 93, 1030, 0x0000}, + {-907, 93, 1046, 0x0839}, + {-907, 93, 1200, 0x084e} + } +}; + +StandTile tile_520 = { + 0x036e1a, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-876, 93, 1551, 0x085b}, + {-853, 93, 1690, 0x085f}, + {-756, 93, 1551, 0x088c} + } +}; + +StandTile tile_521 = { + 0x036e19, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-876, 93, 1551, 0x0000}, + {-876, 93, 1690, 0x0000}, + {-853, 93, 1690, 0x0857} + } +}; + +StandTile tile_522 = { + 0x036d18, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, 93, 1690, 0x0000}, + {-853, 93, 1713, 0x0863}, + {-756, 93, 1551, 0x0857} + } +}; + +StandTile tile_523 = { + 0x036c1a, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, 93, 1713, 0x0867}, + {-660, 93, 1690, 0x086b}, + {-756, 93, 1551, 0x085f} + } +}; + +StandTile tile_524 = { + 0x036c19, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, 93, 1713, 0x0000}, + {-660, 93, 1713, 0x0000}, + {-660, 93, 1690, 0x0863} + } +}; + +StandTile tile_525 = { + 0x036b1a, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-660, 93, 1690, 0x086f}, + {-637, 93, 1551, 0x0874}, + {-756, 93, 1551, 0x0863} + } +}; + +StandTile tile_526 = { + 0x036b19, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-660, 93, 1690, 0x0000}, + {-637, 93, 1690, 0x0000}, + {-637, 93, 1597, 0x0cf3}, + {-637, 93, 1551, 0x086b} + } +}; + +StandTile tile_527 = { + 0x036a1a, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 93, 1551, 0x0878}, + {-660, 93, 1412, 0x087d}, + {-756, 93, 1551, 0x086b} + } +}; + +StandTile tile_528 = { + 0x036a19, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-637, 93, 1551, 0x0cf3}, + {-637, 93, 1478, 0x0000}, + {-637, 93, 1412, 0x0000}, + {-660, 93, 1412, 0x0874} + } +}; + +StandTile tile_529 = { + 0x036918, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-660, 93, 1412, 0x0000}, + {-660, 93, 1389, 0x0881}, + {-756, 93, 1551, 0x0874} + } +}; + +StandTile tile_530 = { + 0x03681a, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-660, 93, 1389, 0x0885}, + {-853, 93, 1412, 0x088c}, + {-756, 93, 1551, 0x087d} + } +}; + +StandTile tile_531 = { + 0x036819, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 6, + 0x0, 0x4, 0x5, + { + {-660, 93, 1389, 0x08a4}, + {-692, 93, 1389, 0x0898}, + {-807, 93, 1389, 0x089c}, + {-833, 93, 1389, 0x0000}, + {-853, 93, 1389, 0x0000}, + {-853, 93, 1412, 0x0881} + } +}; + +StandTile tile_532 = { + 0x03671a, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, 93, 1412, 0x0890}, + {-876, 93, 1551, 0x0857}, + {-756, 93, 1551, 0x0881} + } +}; + +StandTile tile_533 = { + 0x036719, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, 93, 1412, 0x0000}, + {-876, 93, 1412, 0x0000}, + {-876, 93, 1551, 0x088c} + } +}; + +StandTile tile_534 = { + 0x007b1a, 0x2b, + 0x0, + 0x8, 0xb, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-807, 93, 1389, 0x0898}, + {-716, 93, 1373, 0x07da}, + {-781, 93, 1373, 0x08a0} + } +}; + +StandTile tile_535 = { + 0x007b19, 0x2b, + 0x0, + 0x7, 0xa, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-807, 93, 1389, 0x0885}, + {-692, 93, 1389, 0x08a4}, + {-716, 93, 1373, 0x0894} + } +}; + +StandTile tile_536 = { + 0x007c1a, 0x2b, + 0x0, + 0x2, 0x3, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-807, 93, 1389, 0x08a0}, + {-833, 93, 1343, 0x0000}, + {-833, 93, 1389, 0x0885} + } +}; + +StandTile tile_537 = { + 0x007c19, 0x2b, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-807, 93, 1389, 0x0894}, + {-781, 93, 1373, 0x0000}, + {-833, 93, 1343, 0x089c} + } +}; + +StandTile tile_538 = { + 0x007d1a, 0x2b, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-660, 93, 1389, 0x08a8}, + {-716, 93, 1373, 0x0898}, + {-692, 93, 1389, 0x0885} + } +}; + +StandTile tile_539 = { + 0x007d19, 0x2b, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-660, 93, 1389, 0x0000}, + {-660, 93, 1335, 0x0000}, + {-716, 93, 1373, 0x08a4} + } +}; + +StandTile tile_540 = { + 0x0afd12, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1647, 0, 2407, 0x08b0}, + {-1485, 0, 2558, 0x0000}, + {-1485, 0, 2463, 0x08d4} + } +}; + +StandTile tile_541 = { + 0x0afd11, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1647, 0, 2407, 0x08b8}, + {-1505, 0, 2558, 0x0000}, + {-1485, 0, 2558, 0x08ac} + } +}; + +StandTile tile_542 = { + 0x0afc12, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1508, 0, 2566, 0x08b8}, + {-1647, 0, 2407, 0x08c4}, + {-1617, 0, 2566, 0x0000} + } +}; + +StandTile tile_543 = { + 0x0afc11, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1508, 0, 2566, 0x0000}, + {-1505, 0, 2558, 0x08b0}, + {-1647, 0, 2407, 0x08b4} + } +}; + +StandTile tile_544 = { + 0x0afb12, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1674, 0, 2577, 0x08c0}, + {-1617, 0, 2566, 0x08c4}, + {-1674, 0, 2558, 0x0000} + } +}; + +StandTile tile_545 = { + 0x0afb11, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1674, 0, 2577, 0x091b}, + {-1616, 0, 2577, 0x0000}, + {-1617, 0, 2566, 0x08bc} + } +}; + +StandTile tile_546 = { + 0x0afa10, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1674, 0, 2558, 0x08bc}, + {-1617, 0, 2566, 0x08b4}, + {-1647, 0, 2407, 0x08cc} + } +}; + +StandTile tile_547 = { + 0x0af912, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1694, 0, 2558, 0x08cc}, + {-1647, 0, 2407, 0x08d0}, + {-1694, 0, 2350, 0x0000} + } +}; + +StandTile tile_548 = { + 0x0af911, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1694, 0, 2558, 0x0000}, + {-1674, 0, 2558, 0x08c4}, + {-1647, 0, 2407, 0x08c8} + } +}; + +StandTile tile_549 = { + 0x0a7410, 0x29, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1485, 0, 2350, 0x0000}, + {-1694, 0, 2350, 0x08c8}, + {-1647, 0, 2407, 0x08d4} + } +}; + +StandTile tile_550 = { + 0x0a7610, 0x29, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1485, 0, 2463, 0x0000}, + {-1485, 0, 2350, 0x08d0}, + {-1647, 0, 2407, 0x08ac} + } +}; + +StandTile tile_551 = { + 0x0af812, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1866, 0, 2407, 0x08dc}, + {-1713, 0, 2558, 0x0000}, + {-1713, 0, 2463, 0x0901} + } +}; + +StandTile tile_552 = { + 0x0af811, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1866, 0, 2407, 0x08e4}, + {-1732, 0, 2558, 0x0000}, + {-1713, 0, 2558, 0x08d8} + } +}; + +StandTile tile_553 = { + 0x0af712, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1736, 0, 2566, 0x08e4}, + {-1866, 0, 2407, 0x08f1}, + {-1844, 0, 2566, 0x0000} + } +}; + +StandTile tile_554 = { + 0x0af711, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1736, 0, 2566, 0x0000}, + {-1732, 0, 2558, 0x08dc}, + {-1866, 0, 2407, 0x08e0} + } +}; + +StandTile tile_555 = { + 0x0af612, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1902, 0, 2577, 0x08ec}, + {-1844, 0, 2566, 0x08f1}, + {-1902, 0, 2558, 0x0000} + } +}; + +StandTile tile_556 = { + 0x0af611, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-1902, 0, 2577, 0x090e}, + {-1899, 0, 2577, 0x0905}, + {-1844, 0, 2577, 0x0000}, + {-1844, 0, 2566, 0x08e8} + } +}; + +StandTile tile_557 = { + 0x0af510, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1902, 0, 2558, 0x08e8}, + {-1844, 0, 2566, 0x08e0}, + {-1866, 0, 2407, 0x08f9} + } +}; + +StandTile tile_558 = { + 0x0af412, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1921, 0, 2558, 0x08f9}, + {-1866, 0, 2407, 0x08fd}, + {-1921, 0, 2350, 0x0000} + } +}; + +StandTile tile_559 = { + 0x0af411, 0x28, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1921, 0, 2558, 0x0000}, + {-1902, 0, 2558, 0x08f1}, + {-1866, 0, 2407, 0x08f5} + } +}; + +StandTile tile_560 = { + 0x0a7a10, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1713, 0, 2350, 0x0000}, + {-1921, 0, 2350, 0x08f5}, + {-1866, 0, 2407, 0x0901} + } +}; + +StandTile tile_561 = { + 0x0a7e10, 0x28, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1713, 0, 2463, 0x0000}, + {-1713, 0, 2350, 0x08fd}, + {-1866, 0, 2407, 0x08d8} + } +}; + +StandTile tile_562 = { + 0x0a7812, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-1817, 0, 2712, 0x090a}, + {-1713, 0, 2577, 0x0000}, + {-1844, 0, 2577, 0x08ec}, + {-1899, 0, 2577, 0x090e} + } +}; + +StandTile tile_563 = { + 0x0a7811, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1817, 0, 2712, 0x0000}, + {-1713, 0, 2712, 0x0921}, + {-1713, 0, 2577, 0x0905} + } +}; + +StandTile tile_564 = { + 0x0a0a12, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x1, 0x2, + { + {-1921, 0, 2577, 0x0913}, + {-1817, 0, 2712, 0x0905}, + {-1899, 0, 2577, 0x08ec}, + {-1902, 0, 2577, 0x0000} + } +}; + +StandTile tile_565 = { + 0x0a0a11, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 7, + 0x0, 0x5, 0x6, + { + {-1921, 0, 2577, 0x0000}, + {-1921, 0, 2593, 0x0a2a}, + {-1921, 0, 2612, 0x0a46}, + {-1921, 0, 2650, 0x0a4e}, + {-1921, 0, 2689, 0x0a1e}, + {-1921, 0, 2712, 0x0000}, + {-1817, 0, 2712, 0x090e} + } +}; + +StandTile tile_566 = { + 0x0a0912, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x2, + { + {-1713, 0, 2577, 0x0921}, + {-1406, 0, 2712, 0x092a}, + {-1485, 0, 2577, 0x0000}, + {-1616, 0, 2577, 0x08c0}, + {-1674, 0, 2577, 0x0000} + } +}; + +StandTile tile_567 = { + 0x0a0911, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1713, 0, 2577, 0x090a}, + {-1713, 0, 2712, 0x0000}, + {-1406, 0, 2712, 0x091b} + } +}; + +StandTile tile_568 = { + 0x0a0812, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {-1485, 0, 2577, 0x092a}, + {-1192, 0, 2712, 0x0b7f}, + {-1192, 0, 2593, 0x0000}, + {-1192, 0, 2577, 0x0000} + } +}; + +StandTile tile_569 = { + 0x0a0811, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1485, 0, 2577, 0x091b}, + {-1406, 0, 2712, 0x0000}, + {-1192, 0, 2712, 0x0925} + } +}; + +StandTile tile_570 = { + 0x0af310, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2014, -23, 2731, 0x09a2}, + {-1974, -23, 2720, 0x093a}, + {-2054, -23, 2720, 0x09aa} + } +}; + +StandTile tile_571 = { + 0x0af210, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1974, -23, 2581, 0x096e}, + {-2014, -23, 2570, 0x0976}, + {-2054, -23, 2581, 0x094a} + } +}; + +StandTile tile_572 = { + 0x0af112, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2054, -23, 2720, 0x093a}, + {-1944, -23, 2691, 0x0942}, + {-2084, -23, 2691, 0x09ae} + } +}; + +StandTile tile_573 = { + 0x0af111, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2054, -23, 2720, 0x092e}, + {-1974, -23, 2720, 0x0996}, + {-1944, -23, 2691, 0x0936} + } +}; + +StandTile tile_574 = { + 0x0af012, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2084, -23, 2691, 0x0942}, + {-1933, -23, 2650, 0x094e}, + {-2094, -23, 2650, 0x0992} + } +}; + +StandTile tile_575 = { + 0x0af011, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2084, -23, 2691, 0x0936}, + {-1944, -23, 2691, 0x095a}, + {-1933, -23, 2650, 0x093e} + } +}; + +StandTile tile_576 = { + 0x0aef12, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1944, -23, 2610, 0x094a}, + {-2054, -23, 2581, 0x097e}, + {-2084, -23, 2610, 0x0952} + } +}; + +StandTile tile_577 = { + 0x0aef11, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1944, -23, 2610, 0x0966}, + {-1974, -23, 2581, 0x0932}, + {-2054, -23, 2581, 0x0946} + } +}; + +StandTile tile_578 = { + 0x0aee12, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1933, -23, 2650, 0x0952}, + {-2084, -23, 2610, 0x0986}, + {-2094, -23, 2650, 0x093e} + } +}; + +StandTile tile_579 = { + 0x0aee11, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1933, -23, 2650, 0x0962}, + {-1944, -23, 2610, 0x0946}, + {-2084, -23, 2610, 0x094e} + } +}; + +StandTile tile_580 = { + 0x0a5912, 0x26, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1933, 0, 2650, 0x095a}, + {-1944, -23, 2691, 0x099a}, + {-1944, 0, 2691, 0x0a52} + } +}; + +StandTile tile_581 = { + 0x0a5911, 0x26, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1933, 0, 2650, 0x095e}, + {-1933, -23, 2650, 0x0942}, + {-1944, -23, 2691, 0x0956} + } +}; + +StandTile tile_582 = { + 0x0a5812, 0x26, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1944, 0, 2610, 0x0962}, + {-1933, -23, 2650, 0x095a}, + {-1933, 0, 2650, 0x0a4a} + } +}; + +StandTile tile_583 = { + 0x0a5811, 0x26, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1944, 0, 2610, 0x096a}, + {-1944, -23, 2610, 0x0952}, + {-1933, -23, 2650, 0x095e} + } +}; + +StandTile tile_584 = { + 0x0a5712, 0x26, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1944, -23, 2610, 0x096a}, + {-1974, 0, 2581, 0x096e}, + {-1974, -23, 2581, 0x094a} + } +}; + +StandTile tile_585 = { + 0x0a5711, 0x26, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1944, -23, 2610, 0x0962}, + {-1944, 0, 2610, 0x0a2e}, + {-1974, 0, 2581, 0x0966} + } +}; + +StandTile tile_586 = { + 0x0a5612, 0x26, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1974, 0, 2581, 0x0972}, + {-2014, -23, 2570, 0x0932}, + {-1974, -23, 2581, 0x0966} + } +}; + +StandTile tile_587 = { + 0x0a5611, 0x26, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1974, 0, 2581, 0x0a3a}, + {-2014, 0, 2570, 0x097a}, + {-2014, -23, 2570, 0x096e} + } +}; + +StandTile tile_588 = { + 0x0a5512, 0x26, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2014, -23, 2570, 0x097a}, + {-2054, 0, 2581, 0x097e}, + {-2054, -23, 2581, 0x0932} + } +}; + +StandTile tile_589 = { + 0x0a5511, 0x26, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-2014, -23, 2570, 0x0972}, + {-2014, 0, 2570, 0x09ca}, + {-2054, 0, 2581, 0x0976} + } +}; + +StandTile tile_590 = { + 0x0a5412, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2054, 0, 2581, 0x0982}, + {-2084, -23, 2610, 0x0946}, + {-2054, -23, 2581, 0x0976} + } +}; + +StandTile tile_591 = { + 0x0a5411, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2054, 0, 2581, 0x09c6}, + {-2084, 0, 2610, 0x098a}, + {-2084, -23, 2610, 0x097e} + } +}; + +StandTile tile_592 = { + 0x0a5312, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2084, -23, 2610, 0x098a}, + {-2094, 0, 2650, 0x0992}, + {-2094, -23, 2650, 0x094e} + } +}; + +StandTile tile_593 = { + 0x0a5311, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2084, -23, 2610, 0x0982}, + {-2084, 0, 2610, 0x0a02}, + {-2094, 0, 2650, 0x0986} + } +}; + +StandTile tile_594 = { + 0x0a5212, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2084, -23, 2691, 0x0992}, + {-2094, 0, 2650, 0x09fa}, + {-2084, 0, 2691, 0x09b2} + } +}; + +StandTile tile_595 = { + 0x0a5211, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2084, -23, 2691, 0x093e}, + {-2094, -23, 2650, 0x0986}, + {-2094, 0, 2650, 0x098e} + } +}; + +StandTile tile_596 = { + 0x0a5112, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1974, 0, 2720, 0x099a}, + {-1944, -23, 2691, 0x093a}, + {-1974, -23, 2720, 0x09a2} + } +}; + +StandTile tile_597 = { + 0x0a5111, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1974, 0, 2720, 0x0a1a}, + {-1944, 0, 2691, 0x0956}, + {-1944, -23, 2691, 0x0996} + } +}; + +StandTile tile_598 = { + 0x0a5012, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1974, 0, 2720, 0x09a2}, + {-2014, -23, 2731, 0x09a6}, + {-2014, 0, 2731, 0x0a0a} + } +}; + +StandTile tile_599 = { + 0x0a5011, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1974, 0, 2720, 0x0996}, + {-1974, -23, 2720, 0x092e}, + {-2014, -23, 2731, 0x099e} + } +}; + +StandTile tile_600 = { + 0x0a4f12, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2014, -23, 2731, 0x09aa}, + {-2054, 0, 2720, 0x09ea}, + {-2014, 0, 2731, 0x099e} + } +}; + +StandTile tile_601 = { + 0x0a4f11, 0x26, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2014, -23, 2731, 0x092e}, + {-2054, -23, 2720, 0x09ae}, + {-2054, 0, 2720, 0x09a6} + } +}; + +StandTile tile_602 = { + 0x0a4e12, 0x26, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2084, -23, 2691, 0x09b2}, + {-2054, 0, 2720, 0x09aa}, + {-2054, -23, 2720, 0x0936} + } +}; + +StandTile tile_603 = { + 0x0a4e11, 0x26, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2084, -23, 2691, 0x098e}, + {-2084, 0, 2691, 0x09de}, + {-2054, 0, 2720, 0x09ae} + } +}; + +StandTile tile_604 = { + 0x0b2a12, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2110, 0, 2593, 0x09ba}, + {-2084, 0, 2610, 0x09be}, + {-2091, 0, 2593, 0x0000} + } +}; + +StandTile tile_605 = { + 0x0b2a11, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2110, 0, 2593, 0x0000}, + {-2110, 0, 2612, 0x09fe}, + {-2084, 0, 2610, 0x09b6} + } +}; + +StandTile tile_606 = { + 0x0b2910, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2091, 0, 2593, 0x09b6}, + {-2084, 0, 2610, 0x09c6}, + {-2091, 0, 2577, 0x0000} + } +}; + +StandTile tile_607 = { + 0x0b2812, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2091, 0, 2577, 0x09c6}, + {-2054, 0, 2581, 0x09ca}, + {-2076, 0, 2577, 0x0000} + } +}; + +StandTile tile_608 = { + 0x0b2811, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2091, 0, 2577, 0x09be}, + {-2084, 0, 2610, 0x0982}, + {-2054, 0, 2581, 0x09c2} + } +}; + +StandTile tile_609 = { + 0x0b2710, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2054, 0, 2581, 0x097a}, + {-2014, 0, 2570, 0x09d2}, + {-2076, 0, 2577, 0x09c2} + } +}; + +StandTile tile_610 = { + 0x0b2612, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2076, 0, 2558, 0x09d2}, + {-2014, 0, 2570, 0x0a3e}, + {-2014, 0, 2558, 0x0000} + } +}; + +StandTile tile_611 = { + 0x0b2611, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2076, 0, 2558, 0x0000}, + {-2076, 0, 2577, 0x09ca}, + {-2014, 0, 2570, 0x09ce} + } +}; + +StandTile tile_612 = { + 0x0b2512, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2110, 0, 2689, 0x09da}, + {-2091, 0, 2712, 0x09de}, + {-2084, 0, 2691, 0x09fa} + } +}; + +StandTile tile_613 = { + 0x0b2511, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2110, 0, 2689, 0x0000}, + {-2110, 0, 2712, 0x0000}, + {-2091, 0, 2712, 0x09d6} + } +}; + +StandTile tile_614 = { + 0x0b2410, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2084, 0, 2691, 0x09d6}, + {-2091, 0, 2712, 0x09e2}, + {-2054, 0, 2720, 0x09b2} + } +}; + +StandTile tile_615 = { + 0x0b2312, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2091, 0, 2712, 0x09e6}, + {-2076, 0, 2728, 0x09ea}, + {-2054, 0, 2720, 0x09de} + } +}; + +StandTile tile_616 = { + 0x0b2311, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2091, 0, 2712, 0x0000}, + {-2091, 0, 2728, 0x0000}, + {-2076, 0, 2728, 0x09e2} + } +}; + +StandTile tile_617 = { + 0x0b2210, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2076, 0, 2728, 0x09ee}, + {-2014, 0, 2731, 0x09a6}, + {-2054, 0, 2720, 0x09e2} + } +}; + +StandTile tile_618 = { + 0x0b2112, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2076, 0, 2728, 0x09f2}, + {-2014, 0, 2747, 0x0a06}, + {-2014, 0, 2731, 0x09ea} + } +}; + +StandTile tile_619 = { + 0x0b2111, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2076, 0, 2728, 0x0000}, + {-2076, 0, 2747, 0x0000}, + {-2014, 0, 2747, 0x09ee} + } +}; + +StandTile tile_620 = { + 0x093a12, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-2110, 0, 2689, 0x09fa}, + {-2094, 0, 2650, 0x0a02}, + {-2110, 0, 2650, 0x0000} + } +}; + +StandTile tile_621 = { + 0x093a11, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-2110, 0, 2689, 0x09d6}, + {-2084, 0, 2691, 0x098e}, + {-2094, 0, 2650, 0x09f6} + } +}; + +StandTile tile_622 = { + 0x094012, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-2110, 0, 2650, 0x0a02}, + {-2084, 0, 2610, 0x09ba}, + {-2110, 0, 2612, 0x0000} + } +}; + +StandTile tile_623 = { + 0x094011, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-2110, 0, 2650, 0x09f6}, + {-2094, 0, 2650, 0x098a}, + {-2084, 0, 2610, 0x09fe} + } +}; + +StandTile tile_624 = { + 0x0b2010, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2014, 0, 2747, 0x0000}, + {-1956, 0, 2747, 0x0a0e}, + {-2014, 0, 2731, 0x09ee} + } +}; + +StandTile tile_625 = { + 0x0b1f12, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2014, 0, 2731, 0x0a0e}, + {-1956, 0, 2728, 0x0a16}, + {-1974, 0, 2720, 0x099e} + } +}; + +StandTile tile_626 = { + 0x0b1f11, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2014, 0, 2731, 0x0a06}, + {-1956, 0, 2747, 0x0000}, + {-1956, 0, 2728, 0x0a0a} + } +}; + +StandTile tile_627 = { + 0x0b1e12, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1974, 0, 2720, 0x0a16}, + {-1941, 0, 2728, 0x0000}, + {-1941, 0, 2712, 0x0a1a} + } +}; + +StandTile tile_628 = { + 0x0b1e11, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1974, 0, 2720, 0x0a0a}, + {-1956, 0, 2728, 0x0000}, + {-1941, 0, 2728, 0x0a12} + } +}; + +StandTile tile_629 = { + 0x0b1d10, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1974, 0, 2720, 0x0a12}, + {-1941, 0, 2712, 0x0a22}, + {-1944, 0, 2691, 0x099a} + } +}; + +StandTile tile_630 = { + 0x0b1c12, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1944, 0, 2691, 0x0a22}, + {-1921, 0, 2712, 0x0913}, + {-1921, 0, 2689, 0x0a4e} + } +}; + +StandTile tile_631 = { + 0x0b1c11, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1944, 0, 2691, 0x0a1a}, + {-1941, 0, 2712, 0x0000}, + {-1921, 0, 2712, 0x0a1e} + } +}; + +StandTile tile_632 = { + 0x0b1b12, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1944, 0, 2610, 0x0a2a}, + {-1921, 0, 2593, 0x0000}, + {-1941, 0, 2593, 0x0a2e} + } +}; + +StandTile tile_633 = { + 0x0b1b11, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1944, 0, 2610, 0x0a4a}, + {-1921, 0, 2612, 0x0913}, + {-1921, 0, 2593, 0x0a26} + } +}; + +StandTile tile_634 = { + 0x0b1a10, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1944, 0, 2610, 0x0a26}, + {-1941, 0, 2593, 0x0a32}, + {-1974, 0, 2581, 0x096a} + } +}; + +StandTile tile_635 = { + 0x0b1912, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1941, 0, 2593, 0x0a36}, + {-1956, 0, 2577, 0x0a3a}, + {-1974, 0, 2581, 0x0a2e} + } +}; + +StandTile tile_636 = { + 0x0b1911, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1941, 0, 2593, 0x0000}, + {-1941, 0, 2577, 0x0000}, + {-1956, 0, 2577, 0x0a32} + } +}; + +StandTile tile_637 = { + 0x0b1810, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1974, 0, 2581, 0x0a32}, + {-1956, 0, 2577, 0x0a42}, + {-2014, 0, 2570, 0x0972} + } +}; + +StandTile tile_638 = { + 0x0b1712, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2014, 0, 2570, 0x0a42}, + {-1956, 0, 2558, 0x0000}, + {-2014, 0, 2558, 0x09ce} + } +}; + +StandTile tile_639 = { + 0x0b1711, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2014, 0, 2570, 0x0a3a}, + {-1956, 0, 2577, 0x0000}, + {-1956, 0, 2558, 0x0a3e} + } +}; + +StandTile tile_640 = { + 0x093712, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1921, 0, 2612, 0x0a4a}, + {-1933, 0, 2650, 0x0a52}, + {-1921, 0, 2650, 0x0913} + } +}; + +StandTile tile_641 = { + 0x093711, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1921, 0, 2612, 0x0a2a}, + {-1944, 0, 2610, 0x095e}, + {-1933, 0, 2650, 0x0a46} + } +}; + +StandTile tile_642 = { + 0x093d12, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1921, 0, 2650, 0x0a52}, + {-1944, 0, 2691, 0x0a1e}, + {-1921, 0, 2689, 0x0913} + } +}; + +StandTile tile_643 = { + 0x093d11, 0x26, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1921, 0, 2650, 0x0a46}, + {-1933, 0, 2650, 0x0956}, + {-1944, 0, 2691, 0x0a4e} + } +}; + +StandTile tile_644 = { + 0x08ed12, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1339, 0x0a5a}, + {-1238, 93, 1319, 0x0a72}, + {-1298, 93, 1319, 0x0a62} + } +}; + +StandTile tile_645 = { + 0x08ed11, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1339, 0x0a8a}, + {-1238, 93, 1339, 0x0000}, + {-1238, 93, 1319, 0x0a56} + } +}; + +StandTile tile_646 = { + 0x087b12, 0x25, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1358, 93, 1339, 0x0a62}, + {-1298, 93, 1319, 0x0a6a}, + {-1358, 93, 1319, 0x0000} + } +}; + +StandTile tile_647 = { + 0x087b11, 0x25, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1358, 93, 1339, 0x0a9c}, + {-1298, 93, 1339, 0x0a56}, + {-1298, 93, 1319, 0x0a5e} + } +}; + +StandTile tile_648 = { + 0x003812, 0x25, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1358, 93, 1319, 0x0a6a}, + {-1298, 93, 1026, 0x0544}, + {-1358, 93, 1026, 0x0000} + } +}; + +StandTile tile_649 = { + 0x003811, 0x25, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1358, 93, 1319, 0x0a5e}, + {-1298, 93, 1319, 0x0a6e}, + {-1298, 93, 1026, 0x0a66} + } +}; + +StandTile tile_650 = { + 0x06ab12, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1319, 0x0a72}, + {-1238, 93, 1026, 0x0544}, + {-1298, 93, 1026, 0x0a6a} + } +}; + +StandTile tile_651 = { + 0x06ab11, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1319, 0x0a56}, + {-1238, 93, 1319, 0x0000}, + {-1238, 93, 1026, 0x0a6e} + } +}; + +StandTile tile_652 = { + 0x08ef12, 0x24, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1632, 0x0a7a}, + {-1238, 93, 1613, 0x0a93}, + {-1298, 93, 1613, 0x0a82} + } +}; + +StandTile tile_653 = { + 0x08ef11, 0x24, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1632, 0x0aac}, + {-1238, 93, 1632, 0x0000}, + {-1238, 93, 1613, 0x0a76} + } +}; + +StandTile tile_654 = { + 0x087a12, 0x24, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1358, 93, 1632, 0x0a82}, + {-1298, 93, 1613, 0x0aa4}, + {-1358, 93, 1613, 0x0000} + } +}; + +StandTile tile_655 = { + 0x087a11, 0x24, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1358, 93, 1632, 0x0ab4}, + {-1298, 93, 1632, 0x0a76}, + {-1298, 93, 1613, 0x0a7e} + } +}; + +StandTile tile_656 = { + 0x079312, 0x24, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1238, 93, 1339, 0x0a8a}, + {-1298, 93, 1462, 0x0a8e}, + {-1238, 93, 1462, 0x0000} + } +}; + +StandTile tile_657 = { + 0x079311, 0x24, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1238, 93, 1339, 0x0a5a}, + {-1298, 93, 1339, 0x0a98}, + {-1298, 93, 1462, 0x0a86} + } +}; + +StandTile tile_658 = { + 0x0abe12, 0x24, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1462, 0x0a93}, + {-1223, 93, 1613, 0x1014}, + {-1223, 93, 1462, 0x0000}, + {-1238, 93, 1462, 0x0a86} + } +}; + +StandTile tile_659 = { + 0x0abe11, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-1298, 93, 1462, 0x0aa0}, + {-1298, 93, 1613, 0x0a76}, + {-1238, 93, 1613, 0x0000}, + {-1223, 93, 1613, 0x0a8e} + } +}; + +StandTile tile_660 = { + 0x08ee12, 0x24, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1339, 0x0a9c}, + {-1358, 93, 1462, 0x0aa0}, + {-1298, 93, 1462, 0x0a8a} + } +}; + +StandTile tile_661 = { + 0x08ee11, 0x24, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1339, 0x0a62}, + {-1358, 93, 1339, 0x0000}, + {-1358, 93, 1462, 0x0a98} + } +}; + +StandTile tile_662 = { + 0x0ac712, 0x24, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1358, 93, 1462, 0x0aa4}, + {-1298, 93, 1613, 0x0a93}, + {-1298, 93, 1462, 0x0a98} + } +}; + +StandTile tile_663 = { + 0x0ac711, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1358, 93, 1462, 0x0000}, + {-1358, 93, 1613, 0x0a7e}, + {-1298, 93, 1613, 0x0aa0} + } +}; + +StandTile tile_664 = { + 0x079212, 0x23, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1238, 93, 1802, 0x0aac}, + {-1298, 93, 1632, 0x0ab0}, + {-1298, 93, 1802, 0x04c0} + } +}; + +StandTile tile_665 = { + 0x079211, 0x23, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1238, 93, 1802, 0x0000}, + {-1238, 93, 1632, 0x0a7a}, + {-1298, 93, 1632, 0x0aa8} + } +}; + +StandTile tile_666 = { + 0x08f012, 0x23, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1632, 0x0ab4}, + {-1358, 93, 1802, 0x04c0}, + {-1298, 93, 1802, 0x0aa8} + } +}; + +StandTile tile_667 = { + 0x08f011, 0x23, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 93, 1632, 0x0a82}, + {-1358, 93, 1632, 0x0000}, + {-1358, 93, 1802, 0x0ab0} + } +}; + +StandTile tile_668 = { + 0x075312, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1204, 81, 1817, 0x0abc}, + {-1204, 93, 1937, 0x0000}, + {-1204, 81, 1937, 0x0b28} + } +}; + +StandTile tile_669 = { + 0x075311, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1204, 81, 1817, 0x0000}, + {-1204, 93, 1817, 0x0ac4}, + {-1204, 93, 1937, 0x0ab8} + } +}; + +StandTile tile_670 = { + 0x0aa612, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1223, 93, 1937, 0x0ac4}, + {-1204, 93, 1817, 0x0000}, + {-1223, 93, 1817, 0x04c7} + } +}; + +StandTile tile_671 = { + 0x0aa611, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1223, 93, 1937, 0x0000}, + {-1204, 93, 1937, 0x0abc}, + {-1204, 93, 1817, 0x0ac0} + } +}; + +StandTile tile_672 = { + 0x074c12, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1127, 35, 1817, 0x0acc}, + {-1127, 46, 1937, 0x0000}, + {-1127, 35, 1937, 0x0ae0} + } +}; + +StandTile tile_673 = { + 0x074c11, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1127, 35, 1817, 0x0000}, + {-1127, 46, 1817, 0x0afc}, + {-1127, 46, 1937, 0x0ac8} + } +}; + +StandTile tile_674 = { + 0x074b12, 0x22, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1088, 12, 1937, 0x0ad4}, + {-1069, 12, 1817, 0x0000}, + {-1088, 12, 1817, 0x0af0} + } +}; + +StandTile tile_675 = { + 0x074b11, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1088, 12, 1937, 0x0000}, + {-1069, 12, 1937, 0x0b34}, + {-1069, 12, 1817, 0x0ad0} + } +}; + +StandTile tile_676 = { + 0x074a12, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1107, 23, 1937, 0x0adc}, + {-1088, 23, 1817, 0x0000}, + {-1107, 23, 1817, 0x0ae8} + } +}; + +StandTile tile_677 = { + 0x074a11, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1107, 23, 1937, 0x0000}, + {-1088, 23, 1937, 0x0af4}, + {-1088, 23, 1817, 0x0ad8} + } +}; + +StandTile tile_678 = { + 0x074912, 0x22, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1127, 35, 1937, 0x0ae4}, + {-1107, 35, 1817, 0x0000}, + {-1127, 35, 1817, 0x0ac8} + } +}; + +StandTile tile_679 = { + 0x074911, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1127, 35, 1937, 0x0000}, + {-1107, 35, 1937, 0x0aec}, + {-1107, 35, 1817, 0x0ae0} + } +}; + +StandTile tile_680 = { + 0x074812, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1107, 23, 1817, 0x0aec}, + {-1107, 35, 1937, 0x0000}, + {-1107, 23, 1937, 0x0ad8} + } +}; + +StandTile tile_681 = { + 0x074811, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1107, 23, 1817, 0x0000}, + {-1107, 35, 1817, 0x0ae4}, + {-1107, 35, 1937, 0x0ae8} + } +}; + +StandTile tile_682 = { + 0x074612, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1088, 12, 1817, 0x0af4}, + {-1088, 23, 1937, 0x0000}, + {-1088, 12, 1937, 0x0ad0} + } +}; + +StandTile tile_683 = { + 0x074611, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1088, 12, 1817, 0x0000}, + {-1088, 23, 1817, 0x0adc}, + {-1088, 23, 1937, 0x0af0} + } +}; + +StandTile tile_684 = { + 0x074512, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1146, 46, 1937, 0x0afc}, + {-1127, 46, 1817, 0x0000}, + {-1146, 46, 1817, 0x0b20} + } +}; + +StandTile tile_685 = { + 0x074511, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1146, 46, 1937, 0x0000}, + {-1127, 46, 1937, 0x0acc}, + {-1127, 46, 1817, 0x0af8} + } +}; + +StandTile tile_686 = { + 0x075212, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1184, 69, 1817, 0x0b04}, + {-1184, 81, 1937, 0x0000}, + {-1184, 69, 1937, 0x0b10} + } +}; + +StandTile tile_687 = { + 0x075211, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1184, 69, 1817, 0x0000}, + {-1184, 81, 1817, 0x0b2c}, + {-1184, 81, 1937, 0x0b00} + } +}; + +StandTile tile_688 = { + 0x075112, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1165, 58, 1937, 0x0b0c}, + {-1146, 58, 1817, 0x0000}, + {-1165, 58, 1817, 0x0b18} + } +}; + +StandTile tile_689 = { + 0x075111, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1165, 58, 1937, 0x0000}, + {-1146, 58, 1937, 0x0b24}, + {-1146, 58, 1817, 0x0b08} + } +}; + +StandTile tile_690 = { + 0x075012, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1184, 69, 1937, 0x0b14}, + {-1165, 69, 1817, 0x0000}, + {-1184, 69, 1817, 0x0b00} + } +}; + +StandTile tile_691 = { + 0x075011, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1184, 69, 1937, 0x0000}, + {-1165, 69, 1937, 0x0b1c}, + {-1165, 69, 1817, 0x0b10} + } +}; + +StandTile tile_692 = { + 0x074f12, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1165, 58, 1817, 0x0b1c}, + {-1165, 69, 1937, 0x0000}, + {-1165, 58, 1937, 0x0b08} + } +}; + +StandTile tile_693 = { + 0x074f11, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1165, 58, 1817, 0x0000}, + {-1165, 69, 1817, 0x0b14}, + {-1165, 69, 1937, 0x0b18} + } +}; + +StandTile tile_694 = { + 0x074e12, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1146, 46, 1817, 0x0b24}, + {-1146, 58, 1937, 0x0000}, + {-1146, 46, 1937, 0x0af8} + } +}; + +StandTile tile_695 = { + 0x074e11, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1146, 46, 1817, 0x0000}, + {-1146, 58, 1817, 0x0b0c}, + {-1146, 58, 1937, 0x0b20} + } +}; + +StandTile tile_696 = { + 0x074d12, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1204, 81, 1937, 0x0b2c}, + {-1184, 81, 1817, 0x0000}, + {-1204, 81, 1817, 0x0ab8} + } +}; + +StandTile tile_697 = { + 0x074d11, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1204, 81, 1937, 0x0000}, + {-1184, 81, 1937, 0x0b04}, + {-1184, 81, 1817, 0x0b28} + } +}; + +StandTile tile_698 = { + 0x074712, 0x21, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 0, 1817, 0x0b34}, + {-1069, 12, 1937, 0x0000}, + {-1069, 0, 1937, 0x0b38} + } +}; + +StandTile tile_699 = { + 0x074711, 0x21, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 0, 1817, 0x0000}, + {-1069, 12, 1817, 0x0ad4}, + {-1069, 12, 1937, 0x0b30} + } +}; + +StandTile tile_700 = { + 0x077b12, 0x21, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 0, 1937, 0x0b3c}, + {-1049, 0, 1817, 0x0000}, + {-1069, 0, 1817, 0x0b30} + } +}; + +StandTile tile_701 = { + 0x077b11, 0x21, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1069, 0, 1937, 0x0000}, + {-1049, 0, 1937, 0x0b40}, + {-1049, 0, 1817, 0x0b38} + } +}; + +StandTile tile_702 = { + 0x0ac412, 0x21, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x2, + { + {-1049, 0, 1952, 0x0b45}, + {-947, 0, 1850, 0x0000}, + {-1049, 0, 1817, 0x0b3c}, + {-1049, 0, 1937, 0x0000} + } +}; + +StandTile tile_703 = { + 0x0ac411, 0x21, + 0x0, + 0x9, 0x9, 0x9, + 5, + 0x0, 0x3, 0x4, + { + {-1049, 0, 1952, 0x0000}, + {-1034, 0, 1952, 0x0b4b}, + {-974, 0, 1952, 0x0b53}, + {-914, 0, 1952, 0x0000}, + {-947, 0, 1850, 0x0b40} + } +}; + +StandTile tile_704 = { + 0x087912, 0x21, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 0, 1971, 0x0b4f}, + {-974, 0, 1952, 0x0b45}, + {-1034, 0, 1952, 0x0000} + } +}; + +StandTile tile_705 = { + 0x087911, 0x21, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 0, 1971, 0x0b63}, + {-974, 0, 1971, 0x0b53}, + {-974, 0, 1952, 0x0b4b} + } +}; + +StandTile tile_706 = { + 0x092212, 0x21, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-974, 0, 1971, 0x0b57}, + {-914, 0, 1952, 0x0b45}, + {-974, 0, 1952, 0x0b4f} + } +}; + +StandTile tile_707 = { + 0x092211, 0x21, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-974, 0, 1971, 0x0b5b}, + {-914, 0, 1971, 0x0000}, + {-914, 0, 1952, 0x0b53} + } +}; + +StandTile tile_708 = { + 0x092312, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-974, 0, 2265, 0x0b5f}, + {-914, 0, 1971, 0x0b57}, + {-974, 0, 1971, 0x0b67} + } +}; + +StandTile tile_709 = { + 0x092311, 0x20, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-974, 0, 2265, 0x0b6b}, + {-914, 0, 2265, 0x0000}, + {-914, 0, 1971, 0x0b5b} + } +}; + +StandTile tile_710 = { + 0x07fe12, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 0, 2265, 0x0b67}, + {-974, 0, 1971, 0x0b4f}, + {-1034, 0, 1971, 0x0000} + } +}; + +StandTile tile_711 = { + 0x07fe11, 0x20, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 0, 2265, 0x0b73}, + {-974, 0, 2265, 0x0b5b}, + {-974, 0, 1971, 0x0b63} + } +}; + +StandTile tile_712 = { + 0x092412, 0x1f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-974, 0, 2558, 0x0b6f}, + {-914, 0, 2265, 0x0b5f}, + {-974, 0, 2265, 0x0b77} + } +}; + +StandTile tile_713 = { + 0x092411, 0x1f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-974, 0, 2558, 0x0b8f}, + {-914, 0, 2558, 0x0000}, + {-914, 0, 2265, 0x0b6b} + } +}; + +StandTile tile_714 = { + 0x084912, 0x1f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 0, 2558, 0x0b77}, + {-974, 0, 2265, 0x0b67}, + {-1034, 0, 2265, 0x0000} + } +}; + +StandTile tile_715 = { + 0x084911, 0x1f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 0, 2558, 0x0b8f}, + {-974, 0, 2558, 0x0b6b}, + {-974, 0, 2265, 0x0b73} + } +}; + +StandTile tile_716 = { + 0x0a4a12, 0x1e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1192, 0, 2593, 0x0b7f}, + {-1049, 0, 2712, 0x0b83}, + {-1049, 0, 2593, 0x0000} + } +}; + +StandTile tile_717 = { + 0x0a4a11, 0x1e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1192, 0, 2593, 0x0925}, + {-1192, 0, 2712, 0x0000}, + {-1049, 0, 2712, 0x0b7b} + } +}; + +StandTile tile_718 = { + 0x0ac512, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 6, + 0x0, 0x1, 0x4, + { + {-1049, 0, 2712, 0x0b8a}, + {-899, 0, 2577, 0x0000}, + {-914, 0, 2577, 0x0b94}, + {-1034, 0, 2577, 0x0000}, + {-1049, 0, 2577, 0x0000}, + {-1049, 0, 2593, 0x0b7b} + } +}; + +StandTile tile_719 = { + 0x0ac511, 0x1e, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {-1049, 0, 2712, 0x0000}, + {-899, 0, 2712, 0x0c05}, + {-899, 0, 2593, 0x0000}, + {-899, 0, 2577, 0x0b83} + } +}; + +StandTile tile_720 = { + 0x0a4b12, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x2, + { + {-1034, 0, 2558, 0x0b94}, + {-914, 0, 2577, 0x0000}, + {-914, 0, 2558, 0x0b6f}, + {-974, 0, 2558, 0x0b77} + } +}; + +StandTile tile_721 = { + 0x0a4b11, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1034, 0, 2558, 0x0000}, + {-1034, 0, 2577, 0x0b83}, + {-914, 0, 2577, 0x0b8f} + } +}; + +StandTile tile_722 = { + 0x0b0c12, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, 2259, 0x0b9c}, + {-856, 0, 2508, 0x0ba4}, + {-801, 0, 2432, 0x0bdf} + } +}; + +StandTile tile_723 = { + 0x0b0c11, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, 2259, 0x0000}, + {-880, 0, 2508, 0x0000}, + {-856, 0, 2508, 0x0b98} + } +}; + +StandTile tile_724 = { + 0x0b0b12, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-801, 0, 2432, 0x0ba4}, + {-856, 0, 2531, 0x0000}, + {-756, 0, 2531, 0x0bdf} + } +}; + +StandTile tile_725 = { + 0x0b0b11, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-801, 0, 2432, 0x0b98}, + {-856, 0, 2508, 0x0000}, + {-856, 0, 2531, 0x0ba0} + } +}; + +StandTile tile_726 = { + 0x071812, 0x1c, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x2, + { + {-606, 0, 2558, 0x0bae}, + {-756, 0, 2531, 0x0000}, + {-756, 0, 2558, 0x0000}, + {-741, 0, 2558, 0x0bb6}, + {-621, 0, 2558, 0x0000} + } +}; + +StandTile tile_727 = { + 0x071811, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-606, 0, 2558, 0x0000}, + {-606, 0, 2531, 0x0bda}, + {-756, 0, 2531, 0x0ba8} + } +}; + +StandTile tile_728 = { + 0x086a12, 0x1c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-621, 0, 2577, 0x0bb6}, + {-741, 0, 2558, 0x0000}, + {-741, 0, 2577, 0x0c1d} + } +}; + +StandTile tile_729 = { + 0x086a11, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-621, 0, 2577, 0x0000}, + {-621, 0, 2558, 0x0ba8}, + {-741, 0, 2558, 0x0bb2} + } +}; + +StandTile tile_730 = { + 0x0b0a12, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-324, 0, 2259, 0x0bbe}, + {-347, 0, 2010, 0x0bc6}, + {-463, 0, 2123, 0x0be5} + } +}; + +StandTile tile_731 = { + 0x0b0a11, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-324, 0, 2259, 0x0000}, + {-324, 1, 2010, 0x0000}, + {-347, 0, 2010, 0x0bba} + } +}; + +StandTile tile_732 = { + 0x0b0912, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-463, 0, 2123, 0x0bc6}, + {-347, 0, 1987, 0x0000}, + {-602, 0, 1987, 0x0be9} + } +}; + +StandTile tile_733 = { + 0x0b0911, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-463, 0, 2123, 0x0bba}, + {-347, 0, 2010, 0x0000}, + {-347, 0, 1987, 0x0bc2} + } +}; + +StandTile tile_734 = { + 0x0b0812, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-602, 0, 1987, 0x0bce}, + {-856, 0, 2010, 0x0bd6}, + {-741, 0, 2123, 0x0bed} + } +}; + +StandTile tile_735 = { + 0x0b0811, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-602, 0, 1987, 0x0000}, + {-856, 0, 1987, 0x0000}, + {-856, 0, 2010, 0x0bca} + } +}; + +StandTile tile_736 = { + 0x0b0712, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-741, 0, 2123, 0x0bd6}, + {-880, 0, 2010, 0x0000}, + {-880, 0, 2259, 0x0bf1} + } +}; + +StandTile tile_737 = { + 0x0b0711, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-741, 0, 2123, 0x0bca}, + {-856, 0, 2010, 0x0000}, + {-880, 0, 2010, 0x0bd2} + } +}; + +StandTile tile_738 = { + 0x0aae12, 0x1b, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x2, + { + {-324, 0, 2259, 0x0bdf}, + {-756, 0, 2531, 0x0bae}, + {-606, 0, 2531, 0x0c01}, + {-479, 0, 2409, 0x0bf9} + } +}; + +StandTile tile_739 = { + 0x0aae11, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x2, 0x4, + { + {-324, 0, 2259, 0x0be5}, + {-602, 0, 2259, 0x0bf1}, + {-880, 0, 2259, 0x0b98}, + {-801, 0, 2432, 0x0ba0}, + {-756, 0, 2531, 0x0bda} + } +}; + +StandTile tile_740 = { + 0x08f610, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-324, 0, 2259, 0x0bba}, + {-463, 0, 2123, 0x0be9}, + {-602, 0, 2259, 0x0bdf} + } +}; + +StandTile tile_741 = { + 0x090110, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-602, 0, 1987, 0x0bed}, + {-602, 0, 2259, 0x0be5}, + {-463, 0, 2123, 0x0bc2} + } +}; + +StandTile tile_742 = { + 0x08f310, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-602, 0, 1987, 0x0bca}, + {-741, 0, 2123, 0x0bf1}, + {-602, 0, 2259, 0x0be9} + } +}; + +StandTile tile_743 = { + 0x08ff10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, 2259, 0x0bdf}, + {-602, 0, 2259, 0x0bed}, + {-741, 0, 2123, 0x0bd2} + } +}; + +StandTile tile_744 = { + 0x0b0e12, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-324, 1, 2508, 0x0bf9}, + {-479, 0, 2409, 0x0c01}, + {-347, 0, 2508, 0x0000} + } +}; + +StandTile tile_745 = { + 0x0b0e11, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-324, 1, 2508, 0x0000}, + {-324, 0, 2259, 0x0bda}, + {-479, 0, 2409, 0x0bf5} + } +}; + +StandTile tile_746 = { + 0x0b0d12, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-347, 0, 2508, 0x0c01}, + {-606, 0, 2531, 0x0000}, + {-347, 0, 2531, 0x0000} + } +}; + +StandTile tile_747 = { + 0x0b0d11, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-347, 0, 2508, 0x0bf5}, + {-479, 0, 2409, 0x0bda}, + {-606, 0, 2531, 0x0bfd} + } +}; + +StandTile tile_748 = { + 0x087612, 0x19, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, 2712, 0x0c09}, + {-899, 0, 2593, 0x0b8a}, + {-899, 0, 2712, 0x0000} + } +}; + +StandTile tile_749 = { + 0x087611, 0x19, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, 2712, 0x0c19}, + {-880, 0, 2593, 0x0000}, + {-899, 0, 2593, 0x0c05} + } +}; + +StandTile tile_750 = { + 0x087712, 0x19, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-586, 0, 2712, 0x0c11}, + {-606, 0, 2593, 0x0c24}, + {-606, 0, 2712, 0x0000} + } +}; + +StandTile tile_751 = { + 0x087711, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-586, 0, 2712, 0x0c2e}, + {-586, 0, 2593, 0x0000}, + {-606, 0, 2593, 0x0c0d} + } +}; + +StandTile tile_752 = { + 0x07d212, 0x19, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, 2593, 0x0c19}, + {-756, 0, 2712, 0x0c1d}, + {-756, 0, 2593, 0x0000} + } +}; + +StandTile tile_753 = { + 0x07d211, 0x19, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, 2593, 0x0c09}, + {-880, 0, 2712, 0x0000}, + {-756, 0, 2712, 0x0c15} + } +}; + +StandTile tile_754 = { + 0x0ac612, 0x19, + 0x0, + 0xe, 0xe, 0xe, + 6, + 0x0, 0x1, 0x4, + { + {-756, 0, 2712, 0x0c24}, + {-606, 0, 2577, 0x0000}, + {-621, 0, 2577, 0x0bb2}, + {-741, 0, 2577, 0x0000}, + {-756, 0, 2577, 0x0000}, + {-756, 0, 2593, 0x0c15} + } +}; + +StandTile tile_755 = { + 0x0ac611, 0x19, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-756, 0, 2712, 0x0000}, + {-606, 0, 2712, 0x0c0d}, + {-606, 0, 2593, 0x0000}, + {-606, 0, 2577, 0x0c1d} + } +}; + +StandTile tile_756 = { + 0x083412, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-586, 0, 2593, 0x0c2e}, + {-293, 0, 2712, 0x06c4}, + {-293, 0, 2652, 0x06b3}, + {-293, 0, 2593, 0x0000} + } +}; + +StandTile tile_757 = { + 0x083411, 0x18, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-586, 0, 2593, 0x0c11}, + {-586, 0, 2712, 0x0000}, + {-293, 0, 2712, 0x0c29} + } +}; + +StandTile tile_758 = { + 0x081f12, 0x17, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-278, 0, 2558, 0x0c36}, + {-158, 0, 2265, 0x0c47}, + {-278, 0, 2265, 0x0000} + } +}; + +StandTile tile_759 = { + 0x081f11, 0x17, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-278, 0, 2558, 0x06a4}, + {-158, 0, 2558, 0x0000}, + {-158, 0, 2265, 0x0c32} + } +}; + +StandTile tile_760 = { + 0x087812, 0x16, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-278, 0, 1971, 0x0c3f}, + {-158, 0, 1952, 0x077e}, + {-218, 0, 1952, 0x076d}, + {-278, 0, 1952, 0x0000} + } +}; + +StandTile tile_761 = { + 0x087811, 0x16, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-278, 0, 1971, 0x0c43}, + {-158, 0, 1971, 0x0000}, + {-158, 0, 1952, 0x0c3a} + } +}; + +StandTile tile_762 = { + 0x080a12, 0x16, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-278, 0, 2265, 0x0c47}, + {-158, 0, 1971, 0x0c3f}, + {-278, 0, 1971, 0x0000} + } +}; + +StandTile tile_763 = { + 0x080a11, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-278, 0, 2265, 0x0c32}, + {-158, 0, 2265, 0x0000}, + {-158, 0, 1971, 0x0c43} + } +}; + +StandTile tile_764 = { + 0x068812, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-448, 81, 1817, 0x0c4f}, + {-448, 93, 1937, 0x0000}, + {-448, 81, 1937, 0x0cbc} + } +}; + +StandTile tile_765 = { + 0x068811, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-448, 81, 1817, 0x0000}, + {-448, 93, 1817, 0x0cd1}, + {-448, 93, 1877, 0x0cc9}, + {-448, 93, 1937, 0x0c4b} + } +}; + +StandTile tile_766 = { + 0x068112, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-370, 35, 1817, 0x0c58}, + {-370, 46, 1937, 0x0000}, + {-370, 35, 1937, 0x0c6c} + } +}; + +StandTile tile_767 = { + 0x068111, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-370, 35, 1817, 0x0000}, + {-370, 46, 1817, 0x0c90}, + {-370, 46, 1937, 0x0c54} + } +}; + +StandTile tile_768 = { + 0x068012, 0x15, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-332, 12, 1937, 0x0c60}, + {-312, 12, 1817, 0x0000}, + {-332, 12, 1817, 0x0c84} + } +}; + +StandTile tile_769 = { + 0x068011, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-332, 12, 1937, 0x0000}, + {-312, 12, 1937, 0x0c80}, + {-312, 12, 1817, 0x0c5c} + } +}; + +StandTile tile_770 = { + 0x067f12, 0x15, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-351, 23, 1937, 0x0c68}, + {-332, 23, 1817, 0x0000}, + {-351, 23, 1817, 0x0c74} + } +}; + +StandTile tile_771 = { + 0x067f11, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-351, 23, 1937, 0x0000}, + {-332, 23, 1937, 0x0c88}, + {-332, 23, 1817, 0x0c64} + } +}; + +StandTile tile_772 = { + 0x067e12, 0x15, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-370, 35, 1937, 0x0c70}, + {-351, 35, 1817, 0x0000}, + {-370, 35, 1817, 0x0c54} + } +}; + +StandTile tile_773 = { + 0x067e11, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-370, 35, 1937, 0x0000}, + {-351, 35, 1937, 0x0c78}, + {-351, 35, 1817, 0x0c6c} + } +}; + +StandTile tile_774 = { + 0x067d12, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-351, 23, 1817, 0x0c78}, + {-351, 35, 1937, 0x0000}, + {-351, 23, 1937, 0x0c64} + } +}; + +StandTile tile_775 = { + 0x067d11, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-351, 23, 1817, 0x0000}, + {-351, 35, 1817, 0x0c70}, + {-351, 35, 1937, 0x0c74} + } +}; + +StandTile tile_776 = { + 0x067c12, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-312, 0, 1817, 0x0c80}, + {-312, 12, 1937, 0x0000}, + {-312, 0, 1937, 0x075f} + } +}; + +StandTile tile_777 = { + 0x067c11, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-312, 0, 1817, 0x0000}, + {-312, 12, 1817, 0x0c60}, + {-312, 12, 1937, 0x0c7c} + } +}; + +StandTile tile_778 = { + 0x067b12, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-332, 12, 1817, 0x0c88}, + {-332, 23, 1937, 0x0000}, + {-332, 12, 1937, 0x0c5c} + } +}; + +StandTile tile_779 = { + 0x067b11, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-332, 12, 1817, 0x0000}, + {-332, 23, 1817, 0x0c68}, + {-332, 23, 1937, 0x0c84} + } +}; + +StandTile tile_780 = { + 0x067a12, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-390, 46, 1937, 0x0c90}, + {-370, 46, 1817, 0x0000}, + {-390, 46, 1817, 0x0cb4} + } +}; + +StandTile tile_781 = { + 0x067a11, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-390, 46, 1937, 0x0000}, + {-370, 46, 1937, 0x0c58}, + {-370, 46, 1817, 0x0c8c} + } +}; + +StandTile tile_782 = { + 0x068712, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-428, 69, 1817, 0x0c98}, + {-428, 81, 1937, 0x0000}, + {-428, 69, 1937, 0x0ca4} + } +}; + +StandTile tile_783 = { + 0x068711, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-428, 69, 1817, 0x0000}, + {-428, 81, 1817, 0x0cc0}, + {-428, 81, 1937, 0x0c94} + } +}; + +StandTile tile_784 = { + 0x068612, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-409, 58, 1937, 0x0ca0}, + {-390, 58, 1817, 0x0000}, + {-409, 58, 1817, 0x0cac} + } +}; + +StandTile tile_785 = { + 0x068611, 0x15, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-409, 58, 1937, 0x0000}, + {-390, 58, 1937, 0x0cb8}, + {-390, 58, 1817, 0x0c9c} + } +}; + +StandTile tile_786 = { + 0x068512, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-428, 69, 1937, 0x0ca8}, + {-409, 69, 1817, 0x0000}, + {-428, 69, 1817, 0x0c94} + } +}; + +StandTile tile_787 = { + 0x068511, 0x15, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-428, 69, 1937, 0x0000}, + {-409, 69, 1937, 0x0cb0}, + {-409, 69, 1817, 0x0ca4} + } +}; + +StandTile tile_788 = { + 0x068412, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-409, 58, 1817, 0x0cb0}, + {-409, 69, 1937, 0x0000}, + {-409, 58, 1937, 0x0c9c} + } +}; + +StandTile tile_789 = { + 0x068411, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-409, 58, 1817, 0x0000}, + {-409, 69, 1817, 0x0ca8}, + {-409, 69, 1937, 0x0cac} + } +}; + +StandTile tile_790 = { + 0x068312, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-390, 46, 1817, 0x0cb8}, + {-390, 58, 1937, 0x0000}, + {-390, 46, 1937, 0x0c8c} + } +}; + +StandTile tile_791 = { + 0x068311, 0x15, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-390, 46, 1817, 0x0000}, + {-390, 58, 1817, 0x0ca0}, + {-390, 58, 1937, 0x0cb4} + } +}; + +StandTile tile_792 = { + 0x068212, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-448, 81, 1937, 0x0cc0}, + {-428, 81, 1817, 0x0000}, + {-448, 81, 1817, 0x0c4b} + } +}; + +StandTile tile_793 = { + 0x068211, 0x15, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-448, 81, 1937, 0x0000}, + {-428, 81, 1937, 0x0c98}, + {-428, 81, 1817, 0x0cbc} + } +}; + +StandTile tile_794 = { + 0x009412, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {-467, 93, 1937, 0x0cc9}, + {-448, 93, 1877, 0x0000}, + {-467, 93, 1883, 0x0cd5}, + {-579, 93, 1920, 0x0000} + } +}; + +StandTile tile_795 = { + 0x009411, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-467, 93, 1937, 0x0000}, + {-448, 93, 1937, 0x0c4f}, + {-448, 93, 1877, 0x0cc4} + } +}; + +StandTile tile_796 = { + 0x06b212, 0x14, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-448, 93, 1877, 0x0cd1}, + {-467, 93, 1817, 0x0cd5}, + {-467, 93, 1883, 0x0000} + } +}; + +StandTile tile_797 = { + 0x06b211, 0x14, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-448, 93, 1877, 0x0c4f}, + {-448, 93, 1817, 0x0000}, + {-467, 93, 1817, 0x0ccd} + } +}; + +StandTile tile_798 = { + 0x0ac212, 0x14, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {-467, 93, 1802, 0x0cda}, + {-579, 93, 1920, 0x0cc4}, + {-467, 93, 1883, 0x0ccd}, + {-467, 93, 1817, 0x0000} + } +}; + +StandTile tile_799 = { + 0x0ac211, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {-467, 93, 1802, 0x0000}, + {-482, 93, 1802, 0x0cef}, + {-542, 93, 1802, 0x0cdf}, + {-579, 93, 1920, 0x0cd5} + } +}; + +StandTile tile_800 = { + 0x06b310, 0x14, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1802, 0x0ce7}, + {-602, 93, 1802, 0x0000}, + {-579, 93, 1920, 0x0cda} + } +}; + +StandTile tile_801 = { + 0x009712, 0x13, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-602, 93, 1613, 0x0ce7}, + {-542, 93, 1802, 0x0ceb}, + {-542, 93, 1613, 0x0d14} + } +}; + +StandTile tile_802 = { + 0x009711, 0x13, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-602, 93, 1613, 0x0000}, + {-602, 93, 1802, 0x0cdf}, + {-542, 93, 1802, 0x0ce3} + } +}; + +StandTile tile_803 = { + 0x06a512, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1802, 0x0cef}, + {-482, 93, 1613, 0x0d01}, + {-542, 93, 1613, 0x0ce3} + } +}; + +StandTile tile_804 = { + 0x06a511, 0x13, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1802, 0x0cda}, + {-482, 93, 1802, 0x0000}, + {-482, 93, 1613, 0x0ceb} + } +}; + +StandTile tile_805 = { + 0x06d512, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x2, + { + {-637, 93, 1597, 0x0cf8}, + {-617, 93, 1478, 0x0000}, + {-637, 93, 1478, 0x0878}, + {-637, 93, 1551, 0x086f} + } +}; + +StandTile tile_806 = { + 0x06d511, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-637, 93, 1597, 0x0000}, + {-617, 93, 1597, 0x0d0d}, + {-617, 93, 1478, 0x0cf3} + } +}; + +StandTile tile_807 = { + 0x06a612, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-542, 93, 1613, 0x0d01}, + {-482, 93, 1319, 0x0d25}, + {-542, 93, 1319, 0x0d09}, + {-542, 93, 1462, 0x0d14} + } +}; + +StandTile tile_808 = { + 0x06a611, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1613, 0x0ceb}, + {-482, 93, 1613, 0x0000}, + {-482, 93, 1319, 0x0cfc} + } +}; + +StandTile tile_809 = { + 0x0ac112, 0x12, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1462, 0x0d09}, + {-602, 93, 1319, 0x0000}, + {-602, 93, 1462, 0x0d0d} + } +}; + +StandTile tile_810 = { + 0x0ac111, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1462, 0x0cfc}, + {-542, 93, 1319, 0x0d1d}, + {-602, 93, 1319, 0x0d05} + } +}; + +StandTile tile_811 = { + 0x009612, 0x12, + 0x0, + 0xc, 0xc, 0xc, + 6, + 0x0, 0x1, 0x3, + { + {-617, 93, 1613, 0x0d14}, + {-542, 93, 1462, 0x0d05}, + {-602, 93, 1462, 0x0000}, + {-617, 93, 1462, 0x0000}, + {-617, 93, 1478, 0x0cf8}, + {-617, 93, 1597, 0x0000} + } +}; + +StandTile tile_812 = { + 0x009611, 0x12, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {-617, 93, 1613, 0x0000}, + {-602, 93, 1613, 0x0ce3}, + {-542, 93, 1613, 0x0cfc}, + {-542, 93, 1462, 0x0d0d} + } +}; + +StandTile tile_813 = { + 0x009812, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-602, 93, 1319, 0x0d1d}, + {-542, 93, 1026, 0x0d2e}, + {-602, 93, 1026, 0x0000} + } +}; + +StandTile tile_814 = { + 0x009811, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-602, 93, 1319, 0x0d09}, + {-542, 93, 1319, 0x0d21}, + {-542, 93, 1026, 0x0d19} + } +}; + +StandTile tile_815 = { + 0x06a712, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1319, 0x0d25}, + {-482, 93, 1026, 0x0d37}, + {-542, 93, 1026, 0x0d1d} + } +}; + +StandTile tile_816 = { + 0x06a711, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1319, 0x0cfc}, + {-482, 93, 1319, 0x0000}, + {-482, 93, 1026, 0x0d21} + } +}; + +StandTile tile_817 = { + 0x009d12, 0x10, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x2, + { + {-637, 93, 1026, 0x0d2e}, + {-542, 93, 951, 0x0d45}, + {-637, 93, 951, 0x0e3c}, + {-637, 93, 1011, 0x0000} + } +}; + +StandTile tile_818 = { + 0x009d11, 0x10, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {-637, 93, 1026, 0x0000}, + {-602, 93, 1026, 0x0d19}, + {-542, 93, 1026, 0x0d33}, + {-542, 93, 951, 0x0d29} + } +}; + +StandTile tile_819 = { + 0x06b012, 0x10, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 1026, 0x0d37}, + {-448, 93, 951, 0x0d3d}, + {-542, 93, 951, 0x0d2e} + } +}; + +StandTile tile_820 = { + 0x06b011, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x2, 0x4, + { + {-542, 93, 1026, 0x0d21}, + {-482, 93, 1026, 0x0000}, + {-448, 93, 1026, 0x0000}, + {-448, 93, 1011, 0x0d52}, + {-448, 93, 951, 0x0d33} + } +}; + +StandTile tile_821 = { + 0x06a812, 0x10, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-448, 93, 951, 0x0d41}, + {-542, 93, 891, 0x0d45}, + {-542, 93, 951, 0x0d33} + } +}; + +StandTile tile_822 = { + 0x06a811, 0x10, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-448, 93, 951, 0x0d52}, + {-448, 93, 891, 0x0000}, + {-542, 93, 891, 0x0d3d} + } +}; + +StandTile tile_823 = { + 0x06b112, 0x10, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 891, 0x0d49}, + {-637, 93, 951, 0x0d29}, + {-542, 93, 951, 0x0d3d} + } +}; + +StandTile tile_824 = { + 0x06b111, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-542, 93, 891, 0x0000}, + {-637, 93, 891, 0x0e44}, + {-637, 93, 951, 0x0d45} + } +}; + +StandTile tile_825 = { + 0x066e12, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x2, + { + {-448, 81, 891, 0x0d52}, + {-448, 93, 1011, 0x0000}, + {-448, 81, 1011, 0x0e04}, + {-448, 81, 951, 0x0dfc} + } +}; + +StandTile tile_826 = { + 0x066e11, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {-448, 81, 891, 0x0000}, + {-448, 93, 891, 0x0d41}, + {-448, 93, 951, 0x0d37}, + {-448, 93, 1011, 0x0d4d} + } +}; + +StandTile tile_827 = { + 0x06cd12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-370, 46, 1011, 0x0d5c}, + {-370, 35, 891, 0x0000}, + {-370, 46, 891, 0x0db2}, + {-370, 46, 951, 0x0dba} + } +}; + +StandTile tile_828 = { + 0x06cd11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-370, 46, 1011, 0x0000}, + {-370, 35, 1011, 0x0d89}, + {-370, 35, 951, 0x0d81}, + {-370, 35, 891, 0x0d57} + } +}; + +StandTile tile_829 = { + 0x06c212, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-312, 12, 951, 0x0d65}, + {-332, 12, 891, 0x0da4}, + {-332, 12, 951, 0x0d69} + } +}; + +StandTile tile_830 = { + 0x06c211, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-312, 12, 951, 0x0d9b}, + {-312, 12, 891, 0x0000}, + {-332, 12, 891, 0x0d61} + } +}; + +StandTile tile_831 = { + 0x066612, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-332, 12, 1011, 0x0d6d}, + {-312, 12, 951, 0x0d61}, + {-332, 12, 951, 0x0da4} + } +}; + +StandTile tile_832 = { + 0x066611, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-332, 12, 1011, 0x0000}, + {-312, 12, 1011, 0x0d9b}, + {-312, 12, 951, 0x0d69} + } +}; + +StandTile tile_833 = { + 0x06c112, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-332, 23, 951, 0x0d75}, + {-351, 23, 891, 0x0d91}, + {-351, 23, 951, 0x0d79} + } +}; + +StandTile tile_834 = { + 0x06c111, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-332, 23, 951, 0x0da9}, + {-332, 23, 891, 0x0000}, + {-351, 23, 891, 0x0d71} + } +}; + +StandTile tile_835 = { + 0x066512, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-351, 23, 1011, 0x0d7d}, + {-332, 23, 951, 0x0d71}, + {-351, 23, 951, 0x0d91} + } +}; + +StandTile tile_836 = { + 0x066511, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-351, 23, 1011, 0x0000}, + {-332, 23, 1011, 0x0da9}, + {-332, 23, 951, 0x0d79} + } +}; + +StandTile tile_837 = { + 0x06c012, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-351, 35, 951, 0x0d85}, + {-370, 35, 891, 0x0d5c}, + {-370, 35, 951, 0x0d89} + } +}; + +StandTile tile_838 = { + 0x06c011, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-351, 35, 951, 0x0d96}, + {-351, 35, 891, 0x0000}, + {-370, 35, 891, 0x0d81} + } +}; + +StandTile tile_839 = { + 0x066412, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-370, 35, 1011, 0x0d8d}, + {-351, 35, 951, 0x0d81}, + {-370, 35, 951, 0x0d5c} + } +}; + +StandTile tile_840 = { + 0x066411, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-370, 35, 1011, 0x0000}, + {-351, 35, 1011, 0x0d96}, + {-351, 35, 951, 0x0d89} + } +}; + +StandTile tile_841 = { + 0x06ce12, 0x0f, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {-351, 23, 891, 0x0d96}, + {-351, 35, 1011, 0x0000}, + {-351, 23, 1011, 0x0d79}, + {-351, 23, 951, 0x0d71} + } +}; + +StandTile tile_842 = { + 0x06ce11, 0x0f, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {-351, 23, 891, 0x0000}, + {-351, 35, 891, 0x0d85}, + {-351, 35, 951, 0x0d8d}, + {-351, 35, 1011, 0x0d91} + } +}; + +StandTile tile_843 = { + 0x06d012, 0x0f, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {-312, 12, 1011, 0x0da0}, + {-312, 0, 891, 0x0000}, + {-312, 12, 891, 0x0d65}, + {-312, 12, 951, 0x0d6d} + } +}; + +StandTile tile_844 = { + 0x06d011, 0x0f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-312, 12, 1011, 0x0000}, + {-312, 0, 1011, 0x149e}, + {-312, 0, 891, 0x0d9b} + } +}; + +StandTile tile_845 = { + 0x06cf12, 0x0f, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {-332, 12, 891, 0x0da9}, + {-332, 23, 1011, 0x0000}, + {-332, 12, 1011, 0x0d69}, + {-332, 12, 951, 0x0d61} + } +}; + +StandTile tile_846 = { + 0x06cf11, 0x0f, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {-332, 12, 891, 0x0000}, + {-332, 23, 891, 0x0d75}, + {-332, 23, 951, 0x0d7d}, + {-332, 23, 1011, 0x0da4} + } +}; + +StandTile tile_847 = { + 0x06bc12, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-370, 46, 951, 0x0db2}, + {-390, 46, 891, 0x0df2}, + {-390, 46, 951, 0x0db6} + } +}; + +StandTile tile_848 = { + 0x06bc11, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-370, 46, 951, 0x0d57}, + {-370, 46, 891, 0x0000}, + {-390, 46, 891, 0x0dae} + } +}; + +StandTile tile_849 = { + 0x066012, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-390, 46, 1011, 0x0dba}, + {-370, 46, 951, 0x0dae}, + {-390, 46, 951, 0x0df2} + } +}; + +StandTile tile_850 = { + 0x066011, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-390, 46, 1011, 0x0000}, + {-370, 46, 1011, 0x0d57}, + {-370, 46, 951, 0x0db6} + } +}; + +StandTile tile_851 = { + 0x06ca12, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-428, 81, 1011, 0x0dc3}, + {-428, 69, 891, 0x0000}, + {-428, 81, 891, 0x0e00}, + {-428, 81, 951, 0x0e08} + } +}; + +StandTile tile_852 = { + 0x06ca11, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {-428, 81, 1011, 0x0000}, + {-428, 69, 1011, 0x0de0}, + {-428, 69, 951, 0x0dd8}, + {-428, 69, 891, 0x0dbe} + } +}; + +StandTile tile_853 = { + 0x06c812, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-390, 58, 951, 0x0dcc}, + {-409, 58, 891, 0x0ded}, + {-409, 58, 951, 0x0dd0} + } +}; + +StandTile tile_854 = { + 0x06c811, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-390, 58, 951, 0x0df7}, + {-390, 58, 891, 0x0000}, + {-409, 58, 891, 0x0dc8} + } +}; + +StandTile tile_855 = { + 0x066c12, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-409, 58, 1011, 0x0dd4}, + {-390, 58, 951, 0x0dc8}, + {-409, 58, 951, 0x0ded} + } +}; + +StandTile tile_856 = { + 0x066c11, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-409, 58, 1011, 0x0000}, + {-390, 58, 1011, 0x0df7}, + {-390, 58, 951, 0x0dd0} + } +}; + +StandTile tile_857 = { + 0x06c712, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-409, 69, 951, 0x0ddc}, + {-428, 69, 891, 0x0dc3}, + {-428, 69, 951, 0x0de0} + } +}; + +StandTile tile_858 = { + 0x06c711, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-409, 69, 951, 0x0de8}, + {-409, 69, 891, 0x0000}, + {-428, 69, 891, 0x0dd8} + } +}; + +StandTile tile_859 = { + 0x066b12, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-428, 69, 1011, 0x0de4}, + {-409, 69, 951, 0x0dd8}, + {-428, 69, 951, 0x0dc3} + } +}; + +StandTile tile_860 = { + 0x066b11, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-428, 69, 1011, 0x0000}, + {-409, 69, 1011, 0x0de8}, + {-409, 69, 951, 0x0de0} + } +}; + +StandTile tile_861 = { + 0x06cb12, 0x0f, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x2, + { + {-409, 69, 1011, 0x0ded}, + {-409, 58, 891, 0x0000}, + {-409, 69, 891, 0x0ddc}, + {-409, 69, 951, 0x0de4} + } +}; + +StandTile tile_862 = { + 0x06cb11, 0x0f, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {-409, 69, 1011, 0x0000}, + {-409, 58, 1011, 0x0dd0}, + {-409, 58, 951, 0x0dc8}, + {-409, 58, 891, 0x0de8} + } +}; + +StandTile tile_863 = { + 0x06cc12, 0x0f, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {-390, 46, 891, 0x0df7}, + {-390, 58, 1011, 0x0000}, + {-390, 46, 1011, 0x0db6}, + {-390, 46, 951, 0x0dae} + } +}; + +StandTile tile_864 = { + 0x06cc11, 0x0f, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-390, 46, 891, 0x0000}, + {-390, 58, 891, 0x0dcc}, + {-390, 58, 951, 0x0dd4}, + {-390, 58, 1011, 0x0df2} + } +}; + +StandTile tile_865 = { + 0x06c412, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-428, 81, 951, 0x0e00}, + {-448, 81, 891, 0x0d4d}, + {-448, 81, 951, 0x0e04} + } +}; + +StandTile tile_866 = { + 0x06c411, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-428, 81, 951, 0x0dbe}, + {-428, 81, 891, 0x0000}, + {-448, 81, 891, 0x0dfc} + } +}; + +StandTile tile_867 = { + 0x066812, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-448, 81, 1011, 0x0e08}, + {-428, 81, 951, 0x0dfc}, + {-448, 81, 951, 0x0d4d} + } +}; + +StandTile tile_868 = { + 0x066811, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-448, 81, 1011, 0x0000}, + {-428, 81, 1011, 0x0dbe}, + {-428, 81, 951, 0x0e04} + } +}; + +StandTile tile_869 = { + 0x009b12, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 6, + 0x0, 0x1, 0x3, + { + {-930, 93, 1026, 0x0e13}, + {-1080, 93, 951, 0x0e18}, + {-1080, 93, 1011, 0x0000}, + {-1080, 93, 1026, 0x0000}, + {-1065, 93, 1026, 0x0e24}, + {-945, 93, 1026, 0x0000} + } +}; + +StandTile tile_870 = { + 0x009b11, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {-930, 93, 1026, 0x0000}, + {-930, 93, 1011, 0x0e54}, + {-930, 93, 951, 0x0e28}, + {-1080, 93, 951, 0x0e0c} + } +}; + +StandTile tile_871 = { + 0x0ac012, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1080, 93, 951, 0x0e1c}, + {-1223, 93, 1011, 0x0000}, + {-1080, 93, 1011, 0x0e0c} + } +}; + +StandTile tile_872 = { + 0x0ac011, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1080, 93, 951, 0x0e30}, + {-1223, 93, 951, 0x054c}, + {-1223, 93, 1011, 0x0e18} + } +}; + +StandTile tile_873 = { + 0x06d712, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-945, 93, 1046, 0x0e24}, + {-1065, 93, 1026, 0x0000}, + {-1065, 93, 1046, 0x0813} + } +}; + +StandTile tile_874 = { + 0x06d711, 0x0e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-945, 93, 1046, 0x0000}, + {-945, 93, 1026, 0x0e0c}, + {-1065, 93, 1026, 0x0e20} + } +}; + +StandTile tile_875 = { + 0x06aa12, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-930, 93, 951, 0x0e2c}, + {-1080, 93, 891, 0x0e30}, + {-1080, 93, 951, 0x0e13} + } +}; + +StandTile tile_876 = { + 0x06aa11, 0x0e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-930, 93, 951, 0x0e66}, + {-930, 93, 891, 0x0000}, + {-1080, 93, 891, 0x0e28} + } +}; + +StandTile tile_877 = { + 0x0aca12, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1080, 93, 891, 0x0e34}, + {-1223, 93, 951, 0x0e1c}, + {-1080, 93, 951, 0x0e28} + } +}; + +StandTile tile_878 = { + 0x0aca11, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1080, 93, 891, 0x0000}, + {-1223, 93, 891, 0x055d}, + {-1223, 93, 951, 0x0e30} + } +}; + +StandTile tile_879 = { + 0x009c12, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 93, 1011, 0x0e3c}, + {-760, 93, 951, 0x0e48}, + {-760, 93, 1011, 0x0000} + } +}; + +StandTile tile_880 = { + 0x009c11, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 93, 1011, 0x0d29}, + {-637, 93, 951, 0x0e40}, + {-760, 93, 951, 0x0e38} + } +}; + +StandTile tile_881 = { + 0x06a912, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 93, 951, 0x0e44}, + {-760, 93, 891, 0x0e58}, + {-760, 93, 951, 0x0e3c} + } +}; + +StandTile tile_882 = { + 0x06a911, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-637, 93, 951, 0x0d49}, + {-637, 93, 891, 0x0000}, + {-760, 93, 891, 0x0e40} + } +}; + +StandTile tile_883 = { + 0x0ac912, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-760, 93, 951, 0x0e4c}, + {-834, 93, 1011, 0x0000}, + {-760, 93, 1011, 0x0e38} + } +}; + +StandTile tile_884 = { + 0x0ac911, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-760, 93, 951, 0x0e58}, + {-834, 93, 951, 0x0e50}, + {-834, 93, 1011, 0x0e48} + } +}; + +StandTile tile_885 = { + 0x0ac812, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-834, 93, 951, 0x0e54}, + {-930, 93, 1011, 0x0000}, + {-834, 93, 1011, 0x0e4c} + } +}; + +StandTile tile_886 = { + 0x0ac811, 0x0d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-834, 93, 951, 0x0e62}, + {-930, 93, 951, 0x0e13}, + {-930, 93, 1011, 0x0e50} + } +}; + +StandTile tile_887 = { + 0x0abf12, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x2, + { + {-760, 93, 876, 0x0e5d}, + {-834, 93, 951, 0x0e4c}, + {-760, 93, 951, 0x0e40}, + {-760, 93, 891, 0x0000} + } +}; + +StandTile tile_888 = { + 0x0abf11, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-760, 93, 876, 0x0000}, + {-775, 93, 876, 0x0e6c}, + {-835, 93, 876, 0x0e62}, + {-834, 93, 951, 0x0e58} + } +}; + +StandTile tile_889 = { + 0x06b712, 0x0d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-835, 93, 876, 0x0e66}, + {-930, 93, 951, 0x0e54}, + {-834, 93, 951, 0x0e5d} + } +}; + +StandTile tile_890 = { + 0x06b711, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x2, 0x4, + { + {-835, 93, 876, 0x0e75}, + {-895, 93, 876, 0x0000}, + {-930, 93, 876, 0x0000}, + {-930, 93, 891, 0x0e2c}, + {-930, 93, 951, 0x0e62} + } +}; + +StandTile tile_891 = { + 0x009912, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-775, 93, 876, 0x0e70}, + {-835, 93, 698, 0x0e75}, + {-835, 93, 876, 0x0e5d} + } +}; + +StandTile tile_892 = { + 0x009911, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {-775, 93, 876, 0x0000}, + {-775, 93, 698, 0x0e7d}, + {-833, 93, 698, 0x0e81}, + {-835, 93, 698, 0x0e6c} + } +}; + +StandTile tile_893 = { + 0x06b612, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-835, 93, 698, 0x0e79}, + {-895, 93, 876, 0x0e66}, + {-835, 93, 876, 0x0e6c} + } +}; + +StandTile tile_894 = { + 0x06b611, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-835, 93, 698, 0x0e81}, + {-895, 93, 698, 0x0000}, + {-895, 93, 876, 0x0e75} + } +}; + +StandTile tile_895 = { + 0x009f10, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-833, 93, 698, 0x0e70}, + {-775, 93, 698, 0x0eec}, + {-833, 93, 625, 0x0e81} + } +}; + +StandTile tile_896 = { + 0x009e10, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {-895, 93, 698, 0x0e79}, + {-835, 93, 698, 0x0e70}, + {-833, 93, 698, 0x0e7d}, + {-833, 93, 625, 0x0ebf} + } +}; + +StandTile tile_897 = { + 0x00e112, 0x0b, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {-972, 93, 509, 0x0e8b}, + {-698, 81, 509, 0x0ff4}, + {-835, 81, 509, 0x1008}, + {-972, 81, 509, 0x0e99} + } +}; + +StandTile tile_898 = { + 0x00e111, 0x0b, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x2, 0x3, + { + {-972, 93, 509, 0x0eb6}, + {-833, 93, 509, 0x0edf}, + {-698, 93, 509, 0x0e95}, + {-698, 81, 509, 0x0e86} + } +}; + +StandTile tile_899 = { + 0x00e312, 0x0b, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {-698, 81, 278, 0x0e95}, + {-698, 93, 509, 0x0f14}, + {-698, 93, 394, 0x0f3e}, + {-698, 93, 278, 0x0f8c} + } +}; + +StandTile tile_900 = { + 0x00e311, 0x0b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-698, 81, 278, 0x0ff0}, + {-698, 81, 509, 0x0e8b}, + {-698, 93, 509, 0x0e90} + } +}; + +StandTile tile_901 = { + 0x00e412, 0x0b, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {-972, 81, 509, 0x0e9e}, + {-972, 93, 278, 0x0f9d}, + {-972, 93, 394, 0x0f39}, + {-972, 93, 509, 0x0e86} + } +}; + +StandTile tile_902 = { + 0x00e411, 0x0b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-972, 81, 509, 0x1010}, + {-972, 81, 278, 0x0f87}, + {-972, 93, 278, 0x0e99} + } +}; + +StandTile tile_903 = { + 0x010b10, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-995, 93, 675, 0x0ea6}, + {-1015, 93, 679, 0x0000}, + {-995, 93, 698, 0x0000} + } +}; + +StandTile tile_904 = { + 0x010a10, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1076, 93, 617, 0x0000}, + {-1015, 93, 679, 0x0ea2}, + {-995, 93, 675, 0x0eaa} + } +}; + +StandTile tile_905 = { + 0x010910, 0x0b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-995, 93, 532, 0x0f21}, + {-1076, 93, 617, 0x0ea6}, + {-995, 93, 675, 0x0eae} + } +}; + +StandTile tile_906 = { + 0x010812, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-972, 93, 675, 0x0eb2}, + {-995, 93, 532, 0x0eaa}, + {-995, 93, 675, 0x0000} + } +}; + +StandTile tile_907 = { + 0x010811, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-972, 93, 675, 0x0eb6}, + {-972, 93, 532, 0x0000}, + {-995, 93, 532, 0x0eae} + } +}; + +StandTile tile_908 = { + 0x010710, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {-833, 93, 509, 0x0e8b}, + {-972, 93, 509, 0x0000}, + {-972, 93, 532, 0x0eb2}, + {-972, 93, 675, 0x0ebb} + } +}; + +StandTile tile_909 = { + 0x010610, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-972, 93, 675, 0x0ebf}, + {-833, 93, 625, 0x0ee4}, + {-833, 93, 509, 0x0eb6} + } +}; + +StandTile tile_910 = { + 0x010512, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-972, 93, 675, 0x0ec3}, + {-895, 93, 698, 0x0e81}, + {-833, 93, 625, 0x0ebb} + } +}; + +StandTile tile_911 = { + 0x010511, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-972, 93, 675, 0x0ec7}, + {-930, 93, 698, 0x0000}, + {-895, 93, 698, 0x0ebf} + } +}; + +StandTile tile_912 = { + 0x010410, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-972, 93, 675, 0x0000}, + {-972, 93, 698, 0x0000}, + {-930, 93, 698, 0x0ec3} + } +}; + +StandTile tile_913 = { + 0x010310, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-675, 93, 698, 0x0000}, + {-656, 93, 679, 0x0ecf}, + {-675, 93, 675, 0x0000} + } +}; + +StandTile tile_914 = { + 0x010210, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-675, 93, 675, 0x0ecb}, + {-656, 93, 679, 0x0000}, + {-594, 93, 617, 0x0ed3} + } +}; + +StandTile tile_915 = { + 0x010110, 0x0b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-675, 93, 675, 0x0ecf}, + {-594, 93, 617, 0x0efc}, + {-675, 93, 532, 0x0edb} + } +}; + +StandTile tile_916 = { + 0x010012, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-675, 93, 675, 0x0edb}, + {-698, 93, 532, 0x0edf}, + {-698, 93, 675, 0x0000} + } +}; + +StandTile tile_917 = { + 0x010011, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-675, 93, 675, 0x0ed3}, + {-675, 93, 532, 0x0000}, + {-698, 93, 532, 0x0ed7} + } +}; + +StandTile tile_918 = { + 0x00ff10, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {-698, 93, 675, 0x0ed7}, + {-698, 93, 532, 0x0000}, + {-698, 93, 509, 0x0e8b}, + {-833, 93, 509, 0x0ee4} + } +}; + +StandTile tile_919 = { + 0x00fe10, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-833, 93, 509, 0x0ebb}, + {-833, 93, 625, 0x0ee8}, + {-698, 93, 675, 0x0edf} + } +}; + +StandTile tile_920 = { + 0x00fd12, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-833, 93, 625, 0x0eec}, + {-741, 93, 698, 0x0ef0}, + {-698, 93, 675, 0x0ee4} + } +}; + +StandTile tile_921 = { + 0x00fd11, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-833, 93, 625, 0x0e7d}, + {-775, 93, 698, 0x0000}, + {-741, 93, 698, 0x0ee8} + } +}; + +StandTile tile_922 = { + 0x00fc10, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-741, 93, 698, 0x0000}, + {-698, 93, 698, 0x0000}, + {-698, 93, 675, 0x0ee8} + } +}; + +StandTile tile_923 = { + 0x00f410, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-509, 93, 532, 0x0000}, + {-532, 93, 532, 0x0f08}, + {-521, 93, 544, 0x0000} + } +}; + +StandTile tile_924 = { + 0x00f310, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-509, 93, 509, 0x0000}, + {-509, 93, 394, 0x0f10}, + {-532, 93, 509, 0x0000} + } +}; + +StandTile tile_925 = { + 0x00f210, 0x0b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-675, 93, 532, 0x0ed3}, + {-594, 93, 617, 0x0f08}, + {-532, 93, 532, 0x0f00} + } +}; + +StandTile tile_926 = { + 0x00f112, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-532, 93, 509, 0x0f04}, + {-675, 93, 532, 0x0efc}, + {-532, 93, 532, 0x0000} + } +}; + +StandTile tile_927 = { + 0x00f111, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-532, 93, 509, 0x0f14}, + {-675, 93, 509, 0x0000}, + {-675, 93, 532, 0x0f00} + } +}; + +StandTile tile_928 = { + 0x00f010, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-594, 93, 617, 0x0000}, + {-521, 93, 544, 0x0ef4}, + {-532, 93, 532, 0x0efc} + } +}; + +StandTile tile_929 = { + 0x06d210, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-604, 93, 394, 0x0f47}, + {-698, 93, 394, 0x0f14}, + {-532, 93, 509, 0x0f10} + } +}; + +StandTile tile_930 = { + 0x00ef10, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-509, 93, 394, 0x0f43}, + {-604, 93, 394, 0x0f0c}, + {-532, 93, 509, 0x0ef8} + } +}; + +StandTile tile_931 = { + 0x00ee10, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {-698, 93, 394, 0x0e90}, + {-698, 93, 509, 0x0000}, + {-675, 93, 509, 0x0f04}, + {-532, 93, 509, 0x0f0c} + } +}; + +StandTile tile_932 = { + 0x00fb10, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1150, 93, 544, 0x0f2d}, + {-1138, 93, 532, 0x0000}, + {-1161, 93, 532, 0x0000} + } +}; + +StandTile tile_933 = { + 0x00fa10, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 509, 0x0f35}, + {-1161, 93, 394, 0x0000}, + {-1161, 93, 509, 0x0000} + } +}; + +StandTile tile_934 = { + 0x00f910, 0x0b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 532, 0x0f2d}, + {-1076, 93, 617, 0x0eaa}, + {-995, 93, 532, 0x0f29} + } +}; + +StandTile tile_935 = { + 0x00f812, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 532, 0x0f29}, + {-995, 93, 509, 0x0f39}, + {-1138, 93, 509, 0x0000} + } +}; + +StandTile tile_936 = { + 0x00f811, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 532, 0x0f21}, + {-995, 93, 532, 0x0000}, + {-995, 93, 509, 0x0f25} + } +}; + +StandTile tile_937 = { + 0x00f710, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 532, 0x0f19}, + {-1150, 93, 544, 0x0000}, + {-1076, 93, 617, 0x0f21} + } +}; + +StandTile tile_938 = { + 0x08db10, 0x0b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 509, 0x0f39}, + {-972, 93, 394, 0x0f95}, + {-1067, 93, 394, 0x0f35} + } +}; + +StandTile tile_939 = { + 0x00f610, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 509, 0x0f31}, + {-1067, 93, 394, 0x0f99}, + {-1161, 93, 394, 0x0f1d} + } +}; + +StandTile tile_940 = { + 0x00f510, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {-1138, 93, 509, 0x0f25}, + {-995, 93, 509, 0x0000}, + {-972, 93, 509, 0x0e99}, + {-972, 93, 394, 0x0f31} + } +}; + +StandTile tile_941 = { + 0x00e910, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {-698, 93, 278, 0x0e90}, + {-698, 93, 394, 0x0f47}, + {-532, 93, 278, 0x0f4f}, + {-675, 93, 278, 0x0000} + } +}; + +StandTile tile_942 = { + 0x06d110, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-604, 93, 394, 0x0f10}, + {-509, 93, 394, 0x0f4b}, + {-532, 93, 278, 0x0f47} + } +}; + +StandTile tile_943 = { + 0x00e810, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-698, 93, 394, 0x0f0c}, + {-604, 93, 394, 0x0f43}, + {-532, 93, 278, 0x0f3e} + } +}; + +StandTile tile_944 = { + 0x00e710, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-509, 93, 394, 0x0000}, + {-509, 93, 278, 0x0000}, + {-532, 93, 278, 0x0f43} + } +}; + +StandTile tile_945 = { + 0x00e612, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-532, 93, 278, 0x0f53}, + {-675, 93, 255, 0x0000}, + {-675, 93, 278, 0x0f3e} + } +}; + +StandTile tile_946 = { + 0x00e611, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-532, 93, 278, 0x0000}, + {-532, 93, 255, 0x0f7b}, + {-675, 93, 255, 0x0f4f} + } +}; + +StandTile tile_947 = { + 0x08bb10, 0x0b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-995, 93, 89, 0x0000}, + {-1015, 93, 108, 0x0f5b}, + {-995, 93, 112, 0x0000} + } +}; + +StandTile tile_948 = { + 0x08ba10, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-995, 93, 112, 0x0f57}, + {-1015, 93, 108, 0x0000}, + {-1076, 93, 170, 0x0f5f} + } +}; + +StandTile tile_949 = { + 0x08b910, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-995, 93, 112, 0x0f5b}, + {-1076, 93, 170, 0x0f63}, + {-995, 93, 255, 0x0fc8} + } +}; + +StandTile tile_950 = { + 0x08b810, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-995, 93, 255, 0x0f5f}, + {-1076, 93, 170, 0x0f67}, + {-1138, 93, 255, 0x0fa2} + } +}; + +StandTile tile_951 = { + 0x08b710, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1076, 93, 170, 0x0000}, + {-1150, 93, 243, 0x0f6b}, + {-1138, 93, 255, 0x0f63} + } +}; + +StandTile tile_952 = { + 0x08b610, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1161, 93, 255, 0x0000}, + {-1138, 93, 255, 0x0f67}, + {-1150, 93, 243, 0x0000} + } +}; + +StandTile tile_953 = { + 0x08b510, 0x0b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-675, 93, 89, 0x0000}, + {-675, 93, 112, 0x0f73}, + {-664, 93, 100, 0x0000} + } +}; + +StandTile tile_954 = { + 0x08b410, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-590, 93, 174, 0x0000}, + {-664, 93, 100, 0x0f6f}, + {-675, 93, 112, 0x0f77} + } +}; + +StandTile tile_955 = { + 0x08b310, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-675, 93, 255, 0x0f7b}, + {-590, 93, 174, 0x0f73}, + {-675, 93, 112, 0x0fbc} + } +}; + +StandTile tile_956 = { + 0x08b210, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-532, 93, 255, 0x0f7f}, + {-590, 93, 174, 0x0f77}, + {-675, 93, 255, 0x0f53} + } +}; + +StandTile tile_957 = { + 0x08b110, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-532, 93, 255, 0x0f83}, + {-529, 93, 235, 0x0000}, + {-590, 93, 174, 0x0f7b} + } +}; + +StandTile tile_958 = { + 0x08b010, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-509, 93, 255, 0x0000}, + {-529, 93, 235, 0x0f7f}, + {-532, 93, 255, 0x0000} + } +}; + +StandTile tile_959 = { + 0x08ad12, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x2, + { + {-698, 81, 278, 0x0f8c}, + {-972, 93, 278, 0x0e9e}, + {-972, 81, 278, 0x100c}, + {-835, 81, 278, 0x0fec} + } +}; + +StandTile tile_960 = { + 0x08ad11, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-698, 81, 278, 0x0e90}, + {-698, 93, 278, 0x0fb7}, + {-837, 93, 278, 0x0faa}, + {-972, 93, 278, 0x0f87} + } +}; + +StandTile tile_961 = { + 0x08aa10, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1161, 93, 278, 0x0000}, + {-1161, 93, 394, 0x0f99}, + {-1138, 93, 278, 0x0000} + } +}; + +StandTile tile_962 = { + 0x08a910, 0x0b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1067, 93, 394, 0x0f31}, + {-972, 93, 394, 0x0f9d}, + {-1138, 93, 278, 0x0f99} + } +}; + +StandTile tile_963 = { + 0x08a810, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1161, 93, 394, 0x0f35}, + {-1067, 93, 394, 0x0f95}, + {-1138, 93, 278, 0x0f91} + } +}; + +StandTile tile_964 = { + 0x08a710, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {-972, 93, 394, 0x0e99}, + {-972, 93, 278, 0x0000}, + {-995, 93, 278, 0x0fa6}, + {-1138, 93, 278, 0x0f95} + } +}; + +StandTile tile_965 = { + 0x08a612, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 278, 0x0fa6}, + {-995, 93, 255, 0x0f63}, + {-1138, 93, 255, 0x0000} + } +}; + +StandTile tile_966 = { + 0x08a611, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1138, 93, 278, 0x0f9d}, + {-995, 93, 278, 0x0000}, + {-995, 93, 255, 0x0fa2} + } +}; + +StandTile tile_967 = { + 0x08a010, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x2, 0x3, + { + {-972, 93, 112, 0x0fc4}, + {-972, 93, 255, 0x0000}, + {-972, 93, 278, 0x0f8c}, + {-837, 93, 278, 0x0faf} + } +}; + +StandTile tile_968 = { + 0x089f10, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-837, 93, 278, 0x0fb3}, + {-837, 93, 162, 0x0fcc}, + {-972, 93, 112, 0x0faa} + } +}; + +StandTile tile_969 = { + 0x089e10, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-698, 93, 112, 0x0fe0}, + {-837, 93, 162, 0x0faf}, + {-837, 93, 278, 0x0fb7} + } +}; + +StandTile tile_970 = { + 0x089d10, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {-837, 93, 278, 0x0f8c}, + {-698, 93, 278, 0x0000}, + {-698, 93, 255, 0x0fc0}, + {-698, 93, 112, 0x0fb3} + } +}; + +StandTile tile_971 = { + 0x089c12, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-698, 93, 112, 0x0fc0}, + {-675, 93, 255, 0x0f77}, + {-675, 93, 112, 0x0000} + } +}; + +StandTile tile_972 = { + 0x089c11, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-698, 93, 112, 0x0fb7}, + {-698, 93, 255, 0x0000}, + {-675, 93, 255, 0x0fbc} + } +}; + +StandTile tile_973 = { + 0x089b12, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-995, 93, 112, 0x0fc8}, + {-972, 93, 255, 0x0faa}, + {-972, 93, 112, 0x0000} + } +}; + +StandTile tile_974 = { + 0x089b11, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-995, 93, 112, 0x0f5f}, + {-995, 93, 255, 0x0000}, + {-972, 93, 255, 0x0fc4} + } +}; + +StandTile tile_975 = { + 0x089a12, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-837, 93, 162, 0x0fd0}, + {-930, 93, 89, 0x0fd4}, + {-972, 93, 112, 0x0faf} + } +}; + +StandTile tile_976 = { + 0x089a11, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-837, 93, 162, 0x0fd8}, + {-895, 93, 89, 0x0000}, + {-930, 93, 89, 0x0fcc} + } +}; + +StandTile tile_977 = { + 0x089910, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-930, 93, 89, 0x0000}, + {-972, 93, 89, 0x0000}, + {-972, 93, 112, 0x0fcc} + } +}; + +StandTile tile_978 = { + 0x089810, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-837, 93, 89, 0x0000}, + {-895, 93, 89, 0x0fd0}, + {-837, 93, 162, 0x0fdc} + } +}; + +StandTile tile_979 = { + 0x089710, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-776, 93, 89, 0x0000}, + {-837, 93, 89, 0x0fd8}, + {-837, 93, 162, 0x0fe0} + } +}; + +StandTile tile_980 = { + 0x089612, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-698, 93, 112, 0x0fe4}, + {-776, 93, 89, 0x0fdc}, + {-837, 93, 162, 0x0fb3} + } +}; + +StandTile tile_981 = { + 0x089611, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-698, 93, 112, 0x0fe8}, + {-741, 93, 89, 0x0000}, + {-776, 93, 89, 0x0fe0} + } +}; + +StandTile tile_982 = { + 0x089510, 0x0b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-698, 93, 112, 0x0000}, + {-698, 93, 89, 0x0000}, + {-741, 93, 89, 0x0fe4} + } +}; + +StandTile tile_983 = { + 0x08c810, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-698, 81, 278, 0x0f87}, + {-835, 81, 278, 0x0ff8}, + {-767, 81, 394, 0x0ff0} + } +}; + +StandTile tile_984 = { + 0x08c610, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-698, 81, 509, 0x0e95}, + {-698, 81, 278, 0x0fec}, + {-767, 81, 394, 0x0ff4} + } +}; + +StandTile tile_985 = { + 0x08c910, 0x0b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-835, 81, 509, 0x0e86}, + {-698, 81, 509, 0x0ff0}, + {-767, 81, 394, 0x0ffc} + } +}; + +StandTile tile_986 = { + 0x08d210, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-767, 81, 394, 0x0fec}, + {-835, 81, 278, 0x1000}, + {-835, 81, 394, 0x0ffc} + } +}; + +StandTile tile_987 = { + 0x08c510, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-835, 81, 509, 0x0ff4}, + {-767, 81, 394, 0x0ff8}, + {-835, 81, 394, 0x1004} + } +}; + +StandTile tile_988 = { + 0x08d110, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-835, 81, 394, 0x0ff8}, + {-835, 81, 278, 0x100c}, + {-904, 81, 394, 0x1004} + } +}; + +StandTile tile_989 = { + 0x08ca10, 0x0b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-835, 81, 509, 0x0ffc}, + {-835, 81, 394, 0x1000}, + {-904, 81, 394, 0x1008} + } +}; + +StandTile tile_990 = { + 0x08c710, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-972, 81, 509, 0x0e86}, + {-835, 81, 509, 0x1004}, + {-904, 81, 394, 0x1010} + } +}; + +StandTile tile_991 = { + 0x08cb10, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-904, 81, 394, 0x1000}, + {-835, 81, 278, 0x0f87}, + {-972, 81, 278, 0x1010} + } +}; + +StandTile tile_992 = { + 0x08c410, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-972, 81, 509, 0x1008}, + {-904, 81, 394, 0x100c}, + {-972, 81, 278, 0x0e9e} + } +}; + +StandTile tile_993 = { + 0x06ee12, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1223, 93, 1613, 0x1018}, + {-1177, 93, 1462, 0x0000}, + {-1223, 93, 1462, 0x0a8e} + } +}; + +StandTile tile_994 = { + 0x06ee11, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1223, 93, 1613, 0x0000}, + {-1177, 93, 1613, 0x1040}, + {-1177, 93, 1462, 0x1014} + } +}; + +StandTile tile_995 = { + 0x0b1610, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 93, 1759, 0x0000}, + {-1154, 93, 1782, 0x1020}, + {-1040, 93, 1551, 0x103c} + } +}; + +StandTile tile_996 = { + 0x0b1512, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 93, 1782, 0x1024}, + {-926, 93, 1759, 0x102c}, + {-1040, 93, 1551, 0x101c} + } +}; + +StandTile tile_997 = { + 0x0b1511, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1154, 93, 1782, 0x0000}, + {-926, 93, 1782, 0x0000}, + {-926, 93, 1759, 0x1020} + } +}; + +StandTile tile_998 = { + 0x0b1412, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1040, 93, 1551, 0x102c}, + {-903, 93, 1759, 0x1034}, + {-1040, 93, 1435, 0x104e} + } +}; + +StandTile tile_999 = { + 0x0b1411, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1040, 93, 1551, 0x1020}, + {-926, 93, 1759, 0x0000}, + {-903, 93, 1759, 0x1028} + } +}; + +StandTile tile_1000 = { + 0x0b1312, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1040, 93, 1435, 0x1034}, + {-903, 93, 1343, 0x0000}, + {-926, 93, 1343, 0x1038} + } +}; + +StandTile tile_1001 = { + 0x0b1311, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1040, 93, 1435, 0x1028}, + {-903, 93, 1759, 0x0000}, + {-903, 93, 1343, 0x1030} + } +}; + +StandTile tile_1002 = { + 0x0b1210, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1040, 93, 1435, 0x1030}, + {-926, 93, 1343, 0x0000}, + {-926, 93, 1319, 0x1046} + } +}; + +StandTile tile_1003 = { + 0x0b1112, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1177, 93, 1343, 0x1040}, + {-1154, 93, 1759, 0x101c}, + {-1040, 93, 1551, 0x104e} + } +}; + +StandTile tile_1004 = { + 0x0b1111, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {-1177, 93, 1343, 0x0000}, + {-1177, 93, 1462, 0x1018}, + {-1177, 93, 1613, 0x0000}, + {-1177, 93, 1759, 0x0000}, + {-1154, 93, 1759, 0x103c} + } +}; + +StandTile tile_1005 = { + 0x0b1012, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-926, 93, 1319, 0x104a}, + {-1154, 93, 1343, 0x1052}, + {-1040, 93, 1435, 0x1038} + } +}; + +StandTile tile_1006 = { + 0x0b1011, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-926, 93, 1319, 0x0000}, + {-1154, 93, 1319, 0x0000}, + {-1154, 93, 1343, 0x1046} + } +}; + +StandTile tile_1007 = { + 0x0b0f12, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1040, 93, 1435, 0x1052}, + {-1177, 93, 1343, 0x103c}, + {-1040, 93, 1551, 0x1028} + } +}; + +StandTile tile_1008 = { + 0x0b0f11, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1040, 93, 1435, 0x1046}, + {-1154, 93, 1343, 0x0000}, + {-1177, 93, 1343, 0x104e} + } +}; + +StandTile tile_1009 = { + 0x04810a, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {872, 81, 1296, 0x105a}, + {849, 81, 1111, 0x1062}, + {702, 81, 1177, 0x107c} + } +}; + +StandTile tile_1010 = { + 0x048109, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {872, 81, 1296, 0x0000}, + {872, 81, 1111, 0x0000}, + {849, 81, 1111, 0x1056} + } +}; + +StandTile tile_1011 = { + 0x04800a, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {845, 81, 1076, 0x1062}, + {849, 81, 1111, 0x0000}, + {849, 81, 1076, 0x0000} + } +}; + +StandTile tile_1012 = { + 0x048009, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {845, 81, 1076, 0x1076}, + {702, 81, 1177, 0x1056}, + {849, 81, 1111, 0x105e} + } +}; + +StandTile tile_1013 = { + 0x047f0a, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {532, 81, 1111, 0x106a}, + {702, 81, 1177, 0x1072}, + {556, 81, 1111, 0x0000} + } +}; + +StandTile tile_1014 = { + 0x047f09, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {532, 81, 1111, 0x0000}, + {532, 81, 1296, 0x107c}, + {702, 81, 1177, 0x1066} + } +}; + +StandTile tile_1015 = { + 0x047e0a, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {556, 81, 1111, 0x1072}, + {561, 81, 1077, 0x0000}, + {556, 81, 1076, 0x0000} + } +}; + +StandTile tile_1016 = { + 0x047e09, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {556, 81, 1111, 0x1066}, + {702, 81, 1177, 0x1076}, + {561, 81, 1077, 0x106e} + } +}; + +StandTile tile_1017 = { + 0x045008, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 5, + 0x0, 0x2, 0x3, + { + {702, 81, 1177, 0x1062}, + {845, 81, 1076, 0x0000}, + {872, 81, 1057, 0x10f6}, + {532, 81, 1057, 0x0000}, + {561, 81, 1077, 0x1072} + } +}; + +StandTile tile_1018 = { + 0x045108, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {532, 81, 1296, 0x0000}, + {872, 81, 1296, 0x1056}, + {702, 81, 1177, 0x106a} + } +}; + +StandTile tile_1019 = { + 0x048908, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, -382, 0x0000}, + {158, 81, -282, 0x1084}, + {181, 81, -382, 0x0000} + } +}; + +StandTile tile_1020 = { + 0x048808, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, -282, 0x10ac}, + {345, 81, -429, 0x1088}, + {181, 81, -382, 0x1080} + } +}; + +StandTile tile_1021 = { + 0x048708, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {181, 81, -382, 0x1084}, + {345, 81, -429, 0x10a4}, + {181, 81, -417, 0x0000} + } +}; + +StandTile tile_1022 = { + 0x048608, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {532, 81, -224, 0x1090}, + {509, 81, -382, 0x1094}, + {345, 81, -429, 0x10b0} + } +}; + +StandTile tile_1023 = { + 0x048508, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {532, 81, -224, 0x0000}, + {532, 81, -382, 0x0000}, + {509, 81, -382, 0x108c} + } +}; + +StandTile tile_1024 = { + 0x048408, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {509, 81, -382, 0x0000}, + {509, 81, -417, 0x1098}, + {345, 81, -429, 0x108c} + } +}; + +StandTile tile_1025 = { + 0x04830a, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {509, 81, -417, 0x109c}, + {532, 81, -575, 0x10ba}, + {345, 81, -429, 0x1094} + } +}; + +StandTile tile_1026 = { + 0x048309, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {509, 81, -417, 0x0000}, + {532, 81, -417, 0x0000}, + {532, 81, -575, 0x1098} + } +}; + +StandTile tile_1027 = { + 0x04820a, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, -417, 0x10a4}, + {345, 81, -429, 0x10ba}, + {158, 81, -575, 0x0000} + } +}; + +StandTile tile_1028 = { + 0x048209, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, -417, 0x0000}, + {181, 81, -417, 0x1088}, + {345, 81, -429, 0x10a0} + } +}; + +StandTile tile_1029 = { + 0x018208, 0x08, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, -224, 0x1338}, + {255, 81, -224, 0x10ac}, + {158, 81, -282, 0x0000} + } +}; + +StandTile tile_1030 = { + 0x02670a, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, -224, 0x10b0}, + {345, 81, -429, 0x1084}, + {158, 81, -282, 0x10a8} + } +}; + +StandTile tile_1031 = { + 0x026709, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 9, + 0x0, 0x7, 0x8, + { + {255, 81, -224, 0x1418}, + {274, 81, -224, 0x1420}, + {293, 81, -224, 0x1429}, + {312, 81, -224, 0x1432}, + {332, 81, -224, 0x143b}, + {351, 81, -224, 0x1444}, + {370, 81, -224, 0x144d}, + {532, 81, -224, 0x108c}, + {345, 81, -429, 0x10ac} + } +}; + +StandTile tile_1032 = { + 0x026808, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {532, 81, -575, 0x0000}, + {158, 81, -575, 0x10a0}, + {345, 81, -429, 0x1098} + } +}; + +StandTile tile_1033 = { + 0x047d0a, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {428, 81, 1034, 0x10c2}, + {532, 81, 718, 0x10d2}, + {428, 81, 741, 0x10ca} + } +}; + +StandTile tile_1034 = { + 0x047d09, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {428, 81, 1034, 0x10ce}, + {532, 81, 1057, 0x10f6}, + {532, 81, 718, 0x10be} + } +}; + +StandTile tile_1035 = { + 0x047c0a, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {394, 81, 1034, 0x10ca}, + {428, 81, 741, 0x0000}, + {394, 81, 741, 0x10ec} + } +}; + +StandTile tile_1036 = { + 0x047c09, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {394, 81, 1034, 0x0000}, + {428, 81, 1034, 0x10be}, + {428, 81, 741, 0x10c6} + } +}; + +StandTile tile_1037 = { + 0x047b08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {428, 81, 1057, 0x0000}, + {532, 81, 1057, 0x10c2}, + {428, 81, 1034, 0x0000} + } +}; + +StandTile tile_1038 = { + 0x047a08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {428, 81, 718, 0x0000}, + {428, 81, 741, 0x10be}, + {532, 81, 718, 0x0000} + } +}; + +StandTile tile_1039 = { + 0x007f08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, 1057, 0x10e8}, + {276, 81, 882, 0x10da}, + {158, 81, 752, 0x0000} + } +}; + +StandTile tile_1040 = { + 0x026f0a, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {276, 81, 882, 0x10de}, + {255, 81, 706, 0x10f2}, + {158, 81, 752, 0x10d6} + } +}; + +StandTile tile_1041 = { + 0x026f09, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 9, + 0x0, 0x1, 0x8, + { + {276, 81, 882, 0x10ec}, + {394, 81, 706, 0x10fe}, + {370, 81, 706, 0x1138}, + {351, 81, 706, 0x112a}, + {332, 81, 706, 0x1126}, + {312, 81, 706, 0x111d}, + {293, 81, 706, 0x1114}, + {274, 81, 706, 0x1107}, + {255, 81, 706, 0x10da} + } +}; + +StandTile tile_1042 = { + 0x026d08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, 1057, 0x0000}, + {394, 81, 1057, 0x10ec}, + {276, 81, 882, 0x10d6} + } +}; + +StandTile tile_1043 = { + 0x026e08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {394, 81, 1057, 0x0000}, + {394, 81, 1034, 0x10c6}, + {394, 81, 741, 0x0000}, + {394, 81, 706, 0x10de}, + {276, 81, 882, 0x10e8} + } +}; + +StandTile tile_1044 = { + 0x026c08, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, 706, 0x1410}, + {158, 81, 706, 0x0000}, + {158, 81, 752, 0x10da} + } +}; + +StandTile tile_1045 = { + 0x00800a, 0x07, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {872, 81, 1057, 0x10fa}, + {532, 81, 718, 0x10c2}, + {532, 81, 1057, 0x1076} + } +}; + +StandTile tile_1046 = { + 0x008009, 0x07, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {872, 81, 1057, 0x0000}, + {872, 81, 718, 0x0000}, + {532, 81, 718, 0x10f6} + } +}; + +StandTile tile_1047 = { + 0x048a0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {394, 0, 706, 0x1102}, + {370, 81, 706, 0x10de}, + {394, 81, 706, 0x0000} + } +}; + +StandTile tile_1048 = { + 0x048a09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {394, 0, 706, 0x11c6}, + {370, 0, 706, 0x13ec}, + {370, 12, 706, 0x1138}, + {370, 81, 706, 0x10fe} + } +}; + +StandTile tile_1049 = { + 0x04750a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {274, 69, 706, 0x110b}, + {255, 81, 706, 0x10de}, + {274, 81, 706, 0x110f} + } +}; + +StandTile tile_1050 = { + 0x047509, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {274, 69, 706, 0x13f4}, + {255, 69, 706, 0x13cc}, + {255, 81, 706, 0x1107} + } +}; + +StandTile tile_1051 = { + 0x04740a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {274, 81, 706, 0x1114}, + {293, 58, 706, 0x1404}, + {274, 58, 706, 0x13c4}, + {274, 69, 706, 0x1107} + } +}; + +StandTile tile_1052 = { + 0x047409, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {274, 81, 706, 0x10de}, + {293, 81, 706, 0x1118}, + {293, 58, 706, 0x110f} + } +}; + +StandTile tile_1053 = { + 0x04730a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {293, 81, 706, 0x111d}, + {312, 46, 706, 0x13fc}, + {293, 46, 706, 0x13e4}, + {293, 58, 706, 0x1114} + } +}; + +StandTile tile_1054 = { + 0x047309, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {293, 81, 706, 0x10de}, + {312, 81, 706, 0x1121}, + {312, 46, 706, 0x1118} + } +}; + +StandTile tile_1055 = { + 0x04720a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {312, 81, 706, 0x1126}, + {332, 35, 706, 0x13ac}, + {312, 35, 706, 0x13dc}, + {312, 46, 706, 0x111d} + } +}; + +StandTile tile_1056 = { + 0x047209, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 81, 706, 0x10de}, + {332, 81, 706, 0x112a}, + {332, 35, 706, 0x1121} + } +}; + +StandTile tile_1057 = { + 0x04710a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {351, 81, 706, 0x112f}, + {332, 23, 706, 0x13d4}, + {332, 35, 706, 0x1126}, + {332, 81, 706, 0x10de} + } +}; + +StandTile tile_1058 = { + 0x047109, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 81, 706, 0x1133}, + {351, 23, 706, 0x13b4}, + {332, 23, 706, 0x112a} + } +}; + +StandTile tile_1059 = { + 0x04700a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {351, 81, 706, 0x1138}, + {370, 12, 706, 0x13bc}, + {351, 12, 706, 0x140c}, + {351, 23, 706, 0x112f} + } +}; + +StandTile tile_1060 = { + 0x047009, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 81, 706, 0x10de}, + {370, 81, 706, 0x1102}, + {370, 12, 706, 0x1133} + } +}; + +StandTile tile_1061 = { + 0x03ef08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-120, 0, 741, 0x115c}, + {-139, 0, 764, 0x1466}, + {-107, 0, 764, 0x1144} + } +}; + +StandTile tile_1062 = { + 0x03ed0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 741, 0x1144}, + {-107, 0, 764, 0x1462}, + {1, 0, 764, 0x1148} + } +}; + +StandTile tile_1063 = { + 0x03ed09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 741, 0x1174}, + {-120, 0, 741, 0x113c}, + {-107, 0, 764, 0x1140} + } +}; + +StandTile tile_1064 = { + 0x03eb0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {61, 0, 764, 0x114c}, + {0, 0, 741, 0x1140}, + {1, 0, 764, 0x145e} + } +}; + +StandTile tile_1065 = { + 0x03eb09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {61, 0, 764, 0x1150}, + {66, 0, 741, 0x1160}, + {0, 0, 741, 0x1148} + } +}; + +StandTile tile_1066 = { + 0x03e908, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {66, 0, 764, 0x0000}, + {66, 0, 741, 0x114c}, + {61, 0, 764, 0x1456} + } +}; + +StandTile tile_1067 = { + 0x03e508, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {116, 0, -69, 0x11da}, + {231, 0, -69, 0x11a0}, + {164, 0, -132, 0x1158} + } +}; + +StandTile tile_1068 = { + 0x03e108, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {116, 0, -224, 0x1255}, + {116, 0, -69, 0x1154}, + {164, 0, -132, 0x125d} + } +}; + +StandTile tile_1069 = { + 0x000208, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-139, 0, 764, 0x113c}, + {-120, 0, 741, 0x1164}, + {-139, 0, 741, 0x0000} + } +}; + +StandTile tile_1070 = { + 0x001708, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 741, 0x114c}, + {66, 0, 741, 0x0000}, + {66, 0, 706, 0x1180} + } +}; + +StandTile tile_1071 = { + 0x001808, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-120, 0, 741, 0x1174}, + {-139, 0, 706, 0x0000}, + {-139, 0, 741, 0x115c} + } +}; + +StandTile tile_1072 = { + 0x02eb08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 683, 0x116c}, + {-139, 0, 706, 0x1170}, + {-231, 0, 652, 0x0000} + } +}; + +StandTile tile_1073 = { + 0x02ec08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 683, 0x1194}, + {-255, 0, 706, 0x0000}, + {-139, 0, 706, 0x1168} + } +}; + +StandTile tile_1074 = { + 0x001a08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 652, 0x1168}, + {-139, 0, 706, 0x1174}, + {0, 0, 741, 0x1178} + } +}; + +StandTile tile_1075 = { + 0x02ea08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-139, 0, 706, 0x1164}, + {-120, 0, 741, 0x1144}, + {0, 0, 741, 0x1170} + } +}; + +StandTile tile_1076 = { + 0x001b08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 741, 0x1180}, + {0, 0, 683, 0x1249}, + {-231, 0, 652, 0x1170} + } +}; + +StandTile tile_1077 = { + 0x001c08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 683, 0x1180}, + {66, 0, 706, 0x0000}, + {108, 0, 706, 0x1184} + } +}; + +StandTile tile_1078 = { + 0x02ed08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 683, 0x1178}, + {0, 0, 741, 0x1160}, + {66, 0, 706, 0x117c} + } +}; + +StandTile tile_1079 = { + 0x001d08, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {108, 0, 706, 0x118c}, + {0, 0, 552, 0x1249}, + {0, 0, 683, 0x117c} + } +}; + +StandTile tile_1080 = { + 0x03e608, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {165, 0, 614, 0x11b9}, + {231, 0, 552, 0x11eb}, + {0, 0, 552, 0x118c} + } +}; + +StandTile tile_1081 = { + 0x001e08, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {108, 0, 706, 0x1190}, + {165, 0, 614, 0x1188}, + {0, 0, 552, 0x1184} + } +}; + +StandTile tile_1082 = { + 0x001f08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {108, 0, 706, 0x0000}, + {165, 0, 706, 0x0000}, + {165, 0, 614, 0x118c} + } +}; + +StandTile tile_1083 = { + 0x002008, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-255, 0, 683, 0x0000}, + {-255, 0, 706, 0x116c}, + {-231, 0, 683, 0x0000} + } +}; + +StandTile tile_1084 = { + 0x002108, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {532, 0, -177, 0x0000}, + {532, 0, -224, 0x11ad}, + {370, 0, -127, 0x119c} + } +}; + +StandTile tile_1085 = { + 0x002208, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {440, 0, 0, 0x1297}, + {532, 0, -177, 0x1198}, + {370, 0, -127, 0x11a4} + } +}; + +StandTile tile_1086 = { + 0x002308, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, -127, 0x0000}, + {164, 0, -132, 0x1154}, + {231, 0, -69, 0x11a9} + } +}; + +StandTile tile_1087 = { + 0x002408, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {231, 0, 0, 0x12d7}, + {428, 0, 0, 0x0000}, + {440, 0, 0, 0x119c}, + {370, 0, -127, 0x11a9} + } +}; + +StandTile tile_1088 = { + 0x002508, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {231, 0, -69, 0x11ce}, + {231, 0, 0, 0x11a4}, + {370, 0, -127, 0x11a0} + } +}; + +StandTile tile_1089 = { + 0x002608, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {532, 0, -224, 0x1451}, + {370, 0, -224, 0x1364}, + {370, 0, -127, 0x1198} + } +}; + +StandTile tile_1090 = { + 0x002808, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, 610, 0x11ca}, + {532, 0, 706, 0x0000}, + {532, 0, 660, 0x11b5} + } +}; + +StandTile tile_1091 = { + 0x002908, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, 610, 0x11b1}, + {532, 0, 660, 0x1287}, + {440, 0, 482, 0x11bd} + } +}; + +StandTile tile_1092 = { + 0x002a08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {231, 0, 552, 0x1188}, + {165, 0, 614, 0x0000}, + {370, 0, 610, 0x11c2} + } +}; + +StandTile tile_1093 = { + 0x002b08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {370, 0, 610, 0x11b5}, + {440, 0, 482, 0x0000}, + {428, 0, 482, 0x12ce}, + {231, 0, 482, 0x11c2} + } +}; + +StandTile tile_1094 = { + 0x002c08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, 610, 0x11bd}, + {231, 0, 482, 0x11df}, + {231, 0, 552, 0x11b9} + } +}; + +StandTile tile_1095 = { + 0x048b08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, 610, 0x13e8}, + {370, 0, 706, 0x1102}, + {394, 0, 706, 0x11ca} + } +}; + +StandTile tile_1096 = { + 0x002d08, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, 610, 0x11c6}, + {394, 0, 706, 0x0000}, + {532, 0, 706, 0x11b1} + } +}; + +StandTile tile_1097 = { + 0x002f08, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {231, 0, 0, 0x11a9}, + {231, 0, -69, 0x11da}, + {174, 0, 0, 0x12d7} + } +}; + +StandTile tile_1098 = { + 0x003008, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 69, 0x1200}, + {174, 0, 69, 0x12b7}, + {174, 0, 0, 0x11d6} + } +}; + +StandTile tile_1099 = { + 0x003108, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -69, 0x122a}, + {0, 0, 69, 0x11d2}, + {174, 0, 0, 0x11da} + } +}; + +StandTile tile_1100 = { + 0x003208, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x2, 0x3, + { + {231, 0, -69, 0x1154}, + {116, 0, -69, 0x1259}, + {0, 0, -69, 0x11d6}, + {174, 0, 0, 0x11ce} + } +}; + +StandTile tile_1101 = { + 0x003308, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {174, 0, 482, 0x11eb}, + {231, 0, 552, 0x11c2}, + {231, 0, 482, 0x12ce} + } +}; + +StandTile tile_1102 = { + 0x003408, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {174, 0, 482, 0x12b7}, + {174, 0, 413, 0x1215}, + {0, 0, 413, 0x11e7} + } +}; + +StandTile tile_1103 = { + 0x003508, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {174, 0, 482, 0x11e3}, + {0, 0, 413, 0x1245}, + {0, 0, 552, 0x11eb} + } +}; + +StandTile tile_1104 = { + 0x003608, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {174, 0, 482, 0x11e7}, + {0, 0, 552, 0x1188}, + {231, 0, 552, 0x11df} + } +}; + +StandTile tile_1105 = { + 0x00370a, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-266, 0, 413, 0x11f3}, + {-231, 0, 241, 0x11f8}, + {-266, 0, 241, 0x0000} + } +}; + +StandTile tile_1106 = { + 0x003709, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-266, 0, 413, 0x123c}, + {-231, 0, 413, 0x1211}, + {-231, 0, 243, 0x1208}, + {-231, 0, 241, 0x11ef} + } +}; + +StandTile tile_1107 = { + 0x025c0a, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 241, 0x11fc}, + {-266, 0, 69, 0x0000}, + {-266, 0, 241, 0x11ef} + } +}; + +StandTile tile_1108 = { + 0x025c09, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 241, 0x1208}, + {-231, 0, 69, 0x121d}, + {-266, 0, 69, 0x11f8} + } +}; + +StandTile tile_1109 = { + 0x003808, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {174, 0, 243, 0x12b7}, + {174, 0, 69, 0x11d2}, + {0, 0, 69, 0x1204} + } +}; + +StandTile tile_1110 = { + 0x00390a, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 69, 0x1208}, + {-231, 0, 243, 0x120d}, + {174, 0, 243, 0x1200} + } +}; + +StandTile tile_1111 = { + 0x003909, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {0, 0, 69, 0x1225}, + {-231, 0, 69, 0x11fc}, + {-231, 0, 241, 0x11f3}, + {-231, 0, 243, 0x1204} + } +}; + +StandTile tile_1112 = { + 0x003a0a, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 243, 0x1211}, + {0, 0, 413, 0x1215}, + {174, 0, 243, 0x1204} + } +}; + +StandTile tile_1113 = { + 0x003a09, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 243, 0x11f3}, + {-231, 0, 413, 0x1240}, + {0, 0, 413, 0x120d} + } +}; + +StandTile tile_1114 = { + 0x003b08, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, 413, 0x11e3}, + {174, 0, 413, 0x12b7}, + {174, 0, 243, 0x120d} + } +}; + +StandTile tile_1115 = { + 0x003c08, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, -139, 0x0000}, + {-266, 0, -139, 0x0000}, + {-266, 0, -23, 0x1221} + } +}; + +StandTile tile_1116 = { + 0x003d0a, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, -139, 0x1221}, + {-266, 0, 69, 0x11fc}, + {-231, 0, 69, 0x1225} + } +}; + +StandTile tile_1117 = { + 0x003d09, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, -139, 0x1219}, + {-266, 0, -23, 0x0000}, + {-266, 0, 69, 0x121d} + } +}; + +StandTile tile_1118 = { + 0x003e08, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-231, 0, 69, 0x1208}, + {0, 0, 69, 0x122a}, + {-231, 0, -170, 0x0000}, + {-231, 0, -139, 0x121d} + } +}; + +StandTile tile_1119 = { + 0x003f08, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {0, 0, 69, 0x11d6}, + {0, 0, -69, 0x1251}, + {0, 0, -201, 0x122f}, + {-231, 0, -170, 0x1225} + } +}; + +StandTile tile_1120 = { + 0x004008, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x3, + { + {-231, 0, -170, 0x122a}, + {0, 0, -201, 0x127a}, + {-96, 0, -201, 0x1265}, + {-231, 0, -201, 0x0000} + } +}; + +StandTile tile_1121 = { + 0x004108, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-266, 0, 505, 0x0000}, + {-266, 0, 621, 0x0000}, + {-231, 0, 621, 0x1238} + } +}; + +StandTile tile_1122 = { + 0x00420a, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 413, 0x123c}, + {-266, 0, 505, 0x1234}, + {-231, 0, 621, 0x1240} + } +}; + +StandTile tile_1123 = { + 0x004209, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 413, 0x11f3}, + {-266, 0, 413, 0x0000}, + {-266, 0, 505, 0x1238} + } +}; + +StandTile tile_1124 = { + 0x004308, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x2, + { + {-231, 0, 652, 0x1245}, + {0, 0, 413, 0x1211}, + {-231, 0, 413, 0x1238}, + {-231, 0, 621, 0x0000} + } +}; + +StandTile tile_1125 = { + 0x004408, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 652, 0x1249}, + {0, 0, 552, 0x11e7}, + {0, 0, 413, 0x1240} + } +}; + +StandTile tile_1126 = { + 0x025d08, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 652, 0x1178}, + {0, 0, 683, 0x1184}, + {0, 0, 552, 0x1245} + } +}; + +StandTile tile_1127 = { + 0x004508, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, -201, 0x1255}, + {116, 0, -224, 0x0000}, + {73, 0, -224, 0x1271} + } +}; + +StandTile tile_1128 = { + 0x004608, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, -201, 0x1271}, + {0, 0, -201, 0x122a}, + {0, 0, -69, 0x1259} + } +}; + +StandTile tile_1129 = { + 0x00470a, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, -201, 0x1259}, + {116, 0, -69, 0x1158}, + {116, 0, -224, 0x124d} + } +}; + +StandTile tile_1130 = { + 0x004709, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {96, 0, -201, 0x1251}, + {0, 0, -69, 0x11da}, + {116, 0, -69, 0x1255} + } +}; + +StandTile tile_1131 = { + 0x004808, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {116, 0, -224, 0x1158}, + {164, 0, -132, 0x0000}, + {164, 0, -224, 0x0000} + } +}; + +StandTile tile_1132 = { + 0x004b08, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-255, 0, -201, 0x0000}, + {-231, 0, -201, 0x1265}, + {-255, 0, -224, 0x0000} + } +}; + +StandTile tile_1133 = { + 0x004c0a, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-96, 0, -201, 0x1269}, + {-255, 0, -224, 0x1261}, + {-231, 0, -201, 0x122f} + } +}; + +StandTile tile_1134 = { + 0x004c09, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-96, 0, -201, 0x127a}, + {-73, 0, -224, 0x0000}, + {-255, 0, -224, 0x1265} + } +}; + +StandTile tile_1135 = { + 0x03e20a, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -201, 0x1271}, + {66, 0, -231, 0x15ea}, + {0, 0, -231, 0x1276} + } +}; + +StandTile tile_1136 = { + 0x03e209, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x1, 0x3, + { + {0, 0, -201, 0x1251}, + {96, 0, -201, 0x124d}, + {73, 0, -224, 0x0000}, + {66, 0, -231, 0x126d} + } +}; + +StandTile tile_1137 = { + 0x004d0a, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-66, 0, -231, 0x127a}, + {0, 0, -201, 0x126d}, + {0, 0, -231, 0x15ea} + } +}; + +StandTile tile_1138 = { + 0x004d09, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-66, 0, -231, 0x0000}, + {-73, 0, -224, 0x1269}, + {-96, 0, -201, 0x122f}, + {0, 0, -201, 0x1276} + } +}; + +StandTile tile_1139 = { + 0x01100a, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {556, 12, -177, 0x1283}, + {440, 12, 0, 0x0000}, + {463, 12, 0, 0x129f} + } +}; + +StandTile tile_1140 = { + 0x011009, 0x06, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {556, 12, -177, 0x0000}, + {532, 12, -177, 0x129b}, + {440, 12, 0, 0x127f} + } +}; + +StandTile tile_1141 = { + 0x01110a, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {532, 12, 660, 0x128b}, + {440, 0, 482, 0x11b5}, + {532, 0, 660, 0x0000} + } +}; + +StandTile tile_1142 = { + 0x011109, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {532, 12, 660, 0x12ab}, + {440, 12, 482, 0x0000}, + {440, 0, 482, 0x1287} + } +}; + +StandTile tile_1143 = { + 0x01120a, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {556, 23, 660, 0x1293}, + {463, 12, 482, 0x12a7}, + {556, 12, 660, 0x0000} + } +}; + +StandTile tile_1144 = { + 0x011209, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {556, 23, 660, 0x1304}, + {463, 23, 482, 0x0000}, + {463, 12, 482, 0x128f} + } +}; + +StandTile tile_1145 = { + 0x01130a, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {440, 12, 0, 0x129b}, + {532, 0, -177, 0x119c}, + {440, 0, 0, 0x0000} + } +}; + +StandTile tile_1146 = { + 0x011309, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {440, 12, 0, 0x1283}, + {532, 12, -177, 0x0000}, + {532, 0, -177, 0x1297} + } +}; + +StandTile tile_1147 = { + 0x01140a, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {463, 23, 0, 0x12a3}, + {556, 12, -177, 0x127f}, + {463, 12, 0, 0x0000} + } +}; + +StandTile tile_1148 = { + 0x011409, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {463, 23, 0, 0x1322}, + {556, 23, -177, 0x0000}, + {556, 12, -177, 0x129f} + } +}; + +StandTile tile_1149 = { + 0x01150a, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {463, 12, 482, 0x12ab}, + {532, 12, 660, 0x0000}, + {556, 12, 660, 0x128f} + } +}; + +StandTile tile_1150 = { + 0x011509, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {463, 12, 482, 0x0000}, + {440, 12, 482, 0x128b}, + {532, 12, 660, 0x12a7} + } +}; + +StandTile tile_1151 = { + 0x01160a, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {208, 19, 448, 0x12b3}, + {208, 8, 35, 0x1300}, + {208, 8, 448, 0x12c6} + } +}; + +StandTile tile_1152 = { + 0x011609, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {208, 19, 448, 0x1334}, + {208, 19, 35, 0x12dc}, + {208, 8, 35, 0x12af} + } +}; + +StandTile tile_1153 = { + 0x01170a, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 6, + 0x0, 0x1, 0x5, + { + {174, 8, 482, 0x12be}, + {174, 0, 0, 0x11d2}, + {174, 0, 69, 0x1200}, + {174, 0, 243, 0x1215}, + {174, 0, 413, 0x11e3}, + {174, 0, 482, 0x12ce} + } +}; + +StandTile tile_1154 = { + 0x011709, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {174, 8, 482, 0x12fc}, + {174, 8, 0, 0x12d3}, + {174, 0, 0, 0x12b7} + } +}; + +StandTile tile_1155 = { + 0x01180a, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {208, 19, 448, 0x12c6}, + {428, 8, 448, 0x0000}, + {428, 19, 448, 0x132a} + } +}; + +StandTile tile_1156 = { + 0x011809, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {208, 19, 448, 0x12af}, + {208, 8, 448, 0x12f8}, + {428, 8, 448, 0x12c2} + } +}; + +StandTile tile_1157 = { + 0x01190a, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {174, 8, 482, 0x12ce}, + {428, 0, 482, 0x0000}, + {428, 8, 482, 0x12f4} + } +}; + +StandTile tile_1158 = { + 0x011909, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {174, 8, 482, 0x12b7}, + {174, 0, 482, 0x11df}, + {231, 0, 482, 0x11bd}, + {428, 0, 482, 0x12ca} + } +}; + +StandTile tile_1159 = { + 0x011a0a, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {428, 8, 0, 0x12d7}, + {174, 0, 0, 0x12be}, + {174, 8, 0, 0x12f0} + } +}; + +StandTile tile_1160 = { + 0x011a09, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {428, 8, 0, 0x0000}, + {428, 0, 0, 0x11a4}, + {231, 0, 0, 0x11ce}, + {174, 0, 0, 0x12d3} + } +}; + +StandTile tile_1161 = { + 0x011b0a, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {428, 19, 35, 0x12e0}, + {208, 8, 35, 0x12b3}, + {208, 19, 35, 0x132f} + } +}; + +StandTile tile_1162 = { + 0x011b09, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {428, 19, 35, 0x0000}, + {428, 8, 35, 0x12ec}, + {208, 8, 35, 0x12dc} + } +}; + +StandTile tile_1163 = { + 0x011c0a, 0x06, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {463, 23, 448, 0x12e8}, + {463, 19, 35, 0x1326}, + {463, 19, 448, 0x0000} + } +}; + +StandTile tile_1164 = { + 0x011c09, 0x06, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {463, 23, 448, 0x1310}, + {463, 23, 35, 0x0000}, + {463, 19, 35, 0x12e4} + } +}; + +StandTile tile_1165 = { + 0x011d0a, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {428, 8, 0, 0x12f0}, + {208, 8, 35, 0x12e0}, + {428, 8, 35, 0x0000} + } +}; + +StandTile tile_1166 = { + 0x011d09, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {428, 8, 0, 0x12d3}, + {174, 8, 0, 0x1300}, + {208, 8, 35, 0x12ec} + } +}; + +StandTile tile_1167 = { + 0x011e0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {428, 8, 448, 0x12f8}, + {174, 8, 482, 0x12ca}, + {428, 8, 482, 0x0000} + } +}; + +StandTile tile_1168 = { + 0x011e09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {428, 8, 448, 0x12c6}, + {208, 8, 448, 0x12fc}, + {174, 8, 482, 0x12f4} + } +}; + +StandTile tile_1169 = { + 0x011f0a, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {208, 8, 448, 0x1300}, + {174, 8, 0, 0x12be}, + {174, 8, 482, 0x12f8} + } +}; + +StandTile tile_1170 = { + 0x011f09, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {208, 8, 448, 0x12af}, + {208, 8, 35, 0x12f0}, + {174, 8, 0, 0x12fc} + } +}; + +StandTile tile_1171 = { + 0x01200a, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {556, 23, 660, 0x1308}, + {702, 23, 482, 0x1316}, + {463, 23, 482, 0x1293} + } +}; + +StandTile tile_1172 = { + 0x012009, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {556, 23, 660, 0x0000}, + {702, 23, 660, 0x0000}, + {702, 23, 482, 0x1304} + } +}; + +StandTile tile_1173 = { + 0x012108, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {463, 23, 0, 0x1310}, + {583, 23, 241, 0x131a}, + {702, 23, 0, 0x1322} + } +}; + +StandTile tile_1174 = { + 0x026208, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 5, + 0x0, 0x3, 0x4, + { + {463, 23, 0, 0x0000}, + {463, 23, 35, 0x12e8}, + {463, 23, 448, 0x0000}, + {463, 23, 482, 0x1316}, + {583, 23, 241, 0x130c} + } +}; + +StandTile tile_1175 = { + 0x026108, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {463, 23, 482, 0x1304}, + {702, 23, 482, 0x131a}, + {583, 23, 241, 0x1310} + } +}; + +StandTile tile_1176 = { + 0x026308, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {702, 23, 482, 0x0000}, + {702, 23, 0, 0x130c}, + {583, 23, 241, 0x1316} + } +}; + +StandTile tile_1177 = { + 0x01220a, 0x06, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {556, 23, -177, 0x1322}, + {702, 23, 0, 0x0000}, + {702, 23, -177, 0x0000} + } +}; + +StandTile tile_1178 = { + 0x012209, 0x06, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {556, 23, -177, 0x12a3}, + {463, 23, 0, 0x130c}, + {702, 23, 0, 0x131e} + } +}; + +StandTile tile_1179 = { + 0x012308, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {463, 19, 35, 0x132f}, + {336, 19, 241, 0x132a}, + {463, 19, 448, 0x12e4} + } +}; + +StandTile tile_1180 = { + 0x026008, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {336, 19, 241, 0x1334}, + {208, 19, 448, 0x12c2}, + {428, 19, 448, 0x0000}, + {463, 19, 448, 0x1326} + } +}; + +StandTile tile_1181 = { + 0x025e08, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x2, 0x3, + { + {463, 19, 35, 0x0000}, + {428, 19, 35, 0x12dc}, + {208, 19, 35, 0x1334}, + {336, 19, 241, 0x1326} + } +}; + +StandTile tile_1182 = { + 0x025f08, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {208, 19, 35, 0x12b3}, + {208, 19, 448, 0x132a}, + {336, 19, 241, 0x132f} + } +}; + +StandTile tile_1183 = { + 0x016a0a, 0x06, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, -224, 0x133c}, + {255, 81, -127, 0x1380}, + {255, 81, -224, 0x10a8} + } +}; + +StandTile tile_1184 = { + 0x016a09, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {158, 81, -224, 0x0000}, + {158, 81, -127, 0x0000}, + {255, 81, -127, 0x1338} + } +}; + +StandTile tile_1185 = { + 0x01710a, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {351, 12, -127, 0x1344}, + {351, 23, -224, 0x139c}, + {351, 23, -127, 0x0000} + } +}; + +StandTile tile_1186 = { + 0x017109, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {351, 12, -127, 0x1390}, + {351, 12, -224, 0x1448}, + {351, 23, -224, 0x1340} + } +}; + +StandTile tile_1187 = { + 0x01750a, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {274, 58, -127, 0x134c}, + {293, 58, -224, 0x1424}, + {274, 58, -224, 0x138c} + } +}; + +StandTile tile_1188 = { + 0x017509, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {274, 58, -127, 0x0000}, + {293, 58, -127, 0x1368}, + {293, 58, -224, 0x1348} + } +}; + +StandTile tile_1189 = { + 0x01760a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {293, 46, -127, 0x1354}, + {312, 46, -224, 0x142d}, + {293, 46, -224, 0x136c} + } +}; + +StandTile tile_1190 = { + 0x017609, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {293, 46, -127, 0x0000}, + {312, 46, -127, 0x1370}, + {312, 46, -224, 0x1350} + } +}; + +StandTile tile_1191 = { + 0x01770a, 0x06, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {255, 69, -127, 0x135c}, + {274, 69, -224, 0x141c}, + {255, 69, -224, 0x1384} + } +}; + +StandTile tile_1192 = { + 0x017709, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {255, 69, -127, 0x0000}, + {274, 69, -127, 0x1388}, + {274, 69, -224, 0x1358} + } +}; + +StandTile tile_1193 = { + 0x01780a, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, -127, 0x1364}, + {370, 12, -224, 0x1394}, + {370, 12, -127, 0x0000} + } +}; + +StandTile tile_1194 = { + 0x017809, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {370, 0, -127, 0x11ad}, + {370, 0, -224, 0x1451}, + {370, 12, -224, 0x1360} + } +}; + +StandTile tile_1195 = { + 0x01790a, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {293, 46, -127, 0x136c}, + {293, 58, -224, 0x134c}, + {293, 58, -127, 0x0000} + } +}; + +StandTile tile_1196 = { + 0x017909, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {293, 46, -127, 0x1350}, + {293, 46, -224, 0x142d}, + {293, 58, -224, 0x1368} + } +}; + +StandTile tile_1197 = { + 0x017a0a, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {312, 35, -127, 0x1374}, + {312, 46, -224, 0x1354}, + {312, 46, -127, 0x0000} + } +}; + +StandTile tile_1198 = { + 0x017a09, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {312, 35, -127, 0x13a0}, + {312, 35, -224, 0x1436}, + {312, 46, -224, 0x1370} + } +}; + +StandTile tile_1199 = { + 0x017b0a, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {332, 23, -127, 0x137c}, + {332, 35, -224, 0x13a4}, + {332, 35, -127, 0x0000} + } +}; + +StandTile tile_1200 = { + 0x017b09, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {332, 23, -127, 0x1398}, + {332, 23, -224, 0x143f}, + {332, 35, -224, 0x1378} + } +}; + +StandTile tile_1201 = { + 0x017c0a, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {255, 69, -127, 0x1384}, + {255, 81, -224, 0x1338}, + {255, 81, -127, 0x0000} + } +}; + +StandTile tile_1202 = { + 0x017c09, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {255, 69, -127, 0x1358}, + {255, 69, -224, 0x141c}, + {255, 81, -224, 0x1380} + } +}; + +StandTile tile_1203 = { + 0x017d0a, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {274, 58, -127, 0x138c}, + {274, 69, -224, 0x135c}, + {274, 69, -127, 0x0000} + } +}; + +StandTile tile_1204 = { + 0x017d09, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {274, 58, -127, 0x1348}, + {274, 58, -224, 0x1424}, + {274, 69, -224, 0x1388} + } +}; + +StandTile tile_1205 = { + 0x01920a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 12, -127, 0x1394}, + {370, 12, -224, 0x1448}, + {351, 12, -224, 0x1344} + } +}; + +StandTile tile_1206 = { + 0x019209, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 12, -127, 0x0000}, + {370, 12, -127, 0x1360}, + {370, 12, -224, 0x1390} + } +}; + +StandTile tile_1207 = { + 0x01960a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {332, 23, -127, 0x139c}, + {351, 23, -224, 0x143f}, + {332, 23, -224, 0x137c} + } +}; + +StandTile tile_1208 = { + 0x019609, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {332, 23, -127, 0x0000}, + {351, 23, -127, 0x1340}, + {351, 23, -224, 0x1398} + } +}; + +StandTile tile_1209 = { + 0x01970a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 35, -127, 0x13a4}, + {332, 35, -224, 0x1436}, + {312, 35, -224, 0x1374} + } +}; + +StandTile tile_1210 = { + 0x019709, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 35, -127, 0x0000}, + {332, 35, -127, 0x1378}, + {332, 35, -224, 0x13a0} + } +}; + +StandTile tile_1211 = { + 0x01a00a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 35, 706, 0x13ac}, + {332, 35, 610, 0x0000}, + {312, 35, 610, 0x13d8} + } +}; + +StandTile tile_1212 = { + 0x01a009, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 35, 706, 0x1121}, + {332, 35, 706, 0x13d4}, + {332, 35, 610, 0x13a8} + } +}; + +StandTile tile_1213 = { + 0x01a10a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {332, 23, 706, 0x13b4}, + {351, 23, 610, 0x0000}, + {332, 23, 610, 0x13d0} + } +}; + +StandTile tile_1214 = { + 0x01a109, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {332, 23, 706, 0x112f}, + {351, 23, 706, 0x140c}, + {351, 23, 610, 0x13b0} + } +}; + +StandTile tile_1215 = { + 0x01a50a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 12, 706, 0x13bc}, + {370, 12, 610, 0x0000}, + {351, 12, 610, 0x1408} + } +}; + +StandTile tile_1216 = { + 0x01a509, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 12, 706, 0x1133}, + {370, 12, 706, 0x13ec}, + {370, 12, 610, 0x13b8} + } +}; + +StandTile tile_1217 = { + 0x01b20a, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {274, 69, 610, 0x13c4}, + {274, 58, 706, 0x1400}, + {274, 58, 610, 0x0000} + } +}; + +StandTile tile_1218 = { + 0x01b209, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {274, 69, 610, 0x13f4}, + {274, 69, 706, 0x110f}, + {274, 58, 706, 0x13c0} + } +}; + +StandTile tile_1219 = { + 0x01b30a, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, 610, 0x13cc}, + {255, 69, 706, 0x13f0}, + {255, 69, 610, 0x0000} + } +}; + +StandTile tile_1220 = { + 0x01b309, 0x06, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, 610, 0x1414}, + {255, 81, 706, 0x110b}, + {255, 69, 706, 0x13c8} + } +}; + +StandTile tile_1221 = { + 0x01b40a, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {332, 35, 610, 0x13d4}, + {332, 23, 706, 0x13b0}, + {332, 23, 610, 0x0000} + } +}; + +StandTile tile_1222 = { + 0x01b409, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {332, 35, 610, 0x13ac}, + {332, 35, 706, 0x112a}, + {332, 23, 706, 0x13d0} + } +}; + +StandTile tile_1223 = { + 0x01b50a, 0x06, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {312, 46, 610, 0x13dc}, + {312, 35, 706, 0x13a8}, + {312, 35, 610, 0x0000} + } +}; + +StandTile tile_1224 = { + 0x01b509, 0x06, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {312, 46, 610, 0x13fc}, + {312, 46, 706, 0x1121}, + {312, 35, 706, 0x13d8} + } +}; + +StandTile tile_1225 = { + 0x01b60a, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {293, 58, 610, 0x13e4}, + {293, 46, 706, 0x13f8}, + {293, 46, 610, 0x0000} + } +}; + +StandTile tile_1226 = { + 0x01b609, 0x06, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {293, 58, 610, 0x1404}, + {293, 58, 706, 0x1118}, + {293, 46, 706, 0x13e0} + } +}; + +StandTile tile_1227 = { + 0x01b70a, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {370, 12, 610, 0x13ec}, + {370, 0, 706, 0x11c6}, + {370, 0, 610, 0x0000} + } +}; + +StandTile tile_1228 = { + 0x01b709, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {370, 12, 610, 0x13bc}, + {370, 12, 706, 0x1102}, + {370, 0, 706, 0x13e8} + } +}; + +StandTile tile_1229 = { + 0x01b80a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {255, 69, 706, 0x13f4}, + {274, 69, 610, 0x0000}, + {255, 69, 610, 0x13c8} + } +}; + +StandTile tile_1230 = { + 0x01b809, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {255, 69, 706, 0x110b}, + {274, 69, 706, 0x13c4}, + {274, 69, 610, 0x13f0} + } +}; + +StandTile tile_1231 = { + 0x01b90a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {293, 46, 706, 0x13fc}, + {312, 46, 610, 0x0000}, + {293, 46, 610, 0x13e0} + } +}; + +StandTile tile_1232 = { + 0x01b909, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {293, 46, 706, 0x1118}, + {312, 46, 706, 0x13dc}, + {312, 46, 610, 0x13f8} + } +}; + +StandTile tile_1233 = { + 0x01ba0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {274, 58, 706, 0x1404}, + {293, 58, 610, 0x0000}, + {274, 58, 610, 0x13c0} + } +}; + +StandTile tile_1234 = { + 0x01ba09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {274, 58, 706, 0x110f}, + {293, 58, 706, 0x13e4}, + {293, 58, 610, 0x1400} + } +}; + +StandTile tile_1235 = { + 0x01be0a, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {351, 23, 610, 0x140c}, + {351, 12, 706, 0x13b8}, + {351, 12, 610, 0x0000} + } +}; + +StandTile tile_1236 = { + 0x01be09, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {351, 23, 610, 0x13b4}, + {351, 23, 706, 0x1133}, + {351, 12, 706, 0x1408} + } +}; + +StandTile tile_1237 = { + 0x01c20a, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, 706, 0x1414}, + {158, 81, 610, 0x0000}, + {158, 81, 706, 0x10f2} + } +}; + +StandTile tile_1238 = { + 0x01c209, 0x06, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, 706, 0x13cc}, + {255, 81, 610, 0x0000}, + {158, 81, 610, 0x1410} + } +}; + +StandTile tile_1239 = { + 0x046f0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, -224, 0x141c}, + {274, 69, -224, 0x1424}, + {274, 81, -224, 0x10b0} + } +}; + +StandTile tile_1240 = { + 0x046f09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {255, 81, -224, 0x1384}, + {255, 69, -224, 0x1358}, + {274, 69, -224, 0x1418} + } +}; + +StandTile tile_1241 = { + 0x046e0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {274, 81, -224, 0x1424}, + {293, 58, -224, 0x142d}, + {293, 81, -224, 0x10b0} + } +}; + +StandTile tile_1242 = { + 0x046e09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {274, 81, -224, 0x1418}, + {274, 69, -224, 0x138c}, + {274, 58, -224, 0x1348}, + {293, 58, -224, 0x1420} + } +}; + +StandTile tile_1243 = { + 0x046d0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {293, 81, -224, 0x142d}, + {312, 46, -224, 0x1436}, + {312, 81, -224, 0x10b0} + } +}; + +StandTile tile_1244 = { + 0x046d09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {293, 81, -224, 0x1420}, + {293, 58, -224, 0x136c}, + {293, 46, -224, 0x1350}, + {312, 46, -224, 0x1429} + } +}; + +StandTile tile_1245 = { + 0x046c0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {312, 81, -224, 0x1436}, + {332, 35, -224, 0x143f}, + {332, 81, -224, 0x10b0} + } +}; + +StandTile tile_1246 = { + 0x046c09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {312, 81, -224, 0x1429}, + {312, 46, -224, 0x1374}, + {312, 35, -224, 0x13a0}, + {332, 35, -224, 0x1432} + } +}; + +StandTile tile_1247 = { + 0x046b0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {332, 81, -224, 0x143f}, + {351, 23, -224, 0x1448}, + {351, 81, -224, 0x10b0} + } +}; + +StandTile tile_1248 = { + 0x046b09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {332, 81, -224, 0x1432}, + {332, 35, -224, 0x137c}, + {332, 23, -224, 0x1398}, + {351, 23, -224, 0x143b} + } +}; + +StandTile tile_1249 = { + 0x046a0a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {351, 81, -224, 0x1448}, + {370, 12, -224, 0x1451}, + {370, 81, -224, 0x10b0} + } +}; + +StandTile tile_1250 = { + 0x046a09, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {351, 81, -224, 0x143b}, + {351, 23, -224, 0x1344}, + {351, 12, -224, 0x1390}, + {370, 12, -224, 0x1444} + } +}; + +StandTile tile_1251 = { + 0x04690a, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {370, 81, -224, 0x1451}, + {532, 0, -224, 0x0000}, + {532, 81, -224, 0x10b0} + } +}; + +StandTile tile_1252 = { + 0x046909, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {370, 81, -224, 0x1444}, + {370, 12, -224, 0x1364}, + {370, 0, -224, 0x11ad}, + {532, 0, -224, 0x144d} + } +}; + +StandTile tile_1253 = { + 0x03e80a, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x145a}, + {66, 0, 764, 0x1150}, + {61, 0, 764, 0x145e} + } +}; + +StandTile tile_1254 = { + 0x03e809, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x0000}, + {127, 0, 868, 0x149a}, + {66, 0, 764, 0x1456} + } +}; + +StandTile tile_1255 = { + 0x03ea08, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x1456}, + {61, 0, 764, 0x1148}, + {1, 0, 764, 0x1462} + } +}; + +StandTile tile_1256 = { + 0x03ec08, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-107, 0, 764, 0x1466}, + {15, 0, 980, 0x145e}, + {1, 0, 764, 0x1140} + } +}; + +StandTile tile_1257 = { + 0x03ee08, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-139, 0, 764, 0x1472}, + {15, 0, 980, 0x1462}, + {-107, 0, 764, 0x113c} + } +}; + +StandTile tile_1258 = { + 0x026b0a, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-289, 0, 856, 0x146e}, + {-258, 0, 1026, 0x147e}, + {-258, 0, 880, 0x148e} + } +}; + +StandTile tile_1259 = { + 0x026b09, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-289, 0, 856, 0x14a4}, + {-289, 0, 1049, 0x1496}, + {-258, 0, 1026, 0x146a} + } +}; + +StandTile tile_1260 = { + 0x000008, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-139, 0, 764, 0x0000}, + {-201, 0, 764, 0x148a}, + {15, 0, 980, 0x1466} + } +}; + +StandTile tile_1261 = { + 0x000308, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x148a}, + {-231, 0, 795, 0x0000}, + {-231, 0, 856, 0x147a} + } +}; + +StandTile tile_1262 = { + 0x000408, 0x05, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x1476}, + {-231, 0, 856, 0x148e}, + {-258, 0, 880, 0x147e} + } +}; + +StandTile tile_1263 = { + 0x000508, 0x05, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x147a}, + {-258, 0, 880, 0x146a}, + {-258, 0, 1026, 0x1482} + } +}; + +StandTile tile_1264 = { + 0x000608, 0x05, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x147e}, + {-258, 0, 1026, 0x1496}, + {-231, 0, 1049, 0x1486} + } +}; + +StandTile tile_1265 = { + 0x000708, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 980, 0x1482}, + {-231, 0, 1049, 0x1492}, + {-116, 0, 1111, 0x0000} + } +}; + +StandTile tile_1266 = { + 0x000908, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-201, 0, 764, 0x0000}, + {-231, 0, 795, 0x1476}, + {15, 0, 980, 0x1472} + } +}; + +StandTile tile_1267 = { + 0x000c08, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-258, 0, 880, 0x147a}, + {-231, 0, 856, 0x0000}, + {-289, 0, 856, 0x146a} + } +}; + +StandTile tile_1268 = { + 0x000d08, 0x05, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-231, 0, 1111, 0x0000}, + {-116, 0, 1111, 0x1486}, + {-231, 0, 1049, 0x0000} + } +}; + +StandTile tile_1269 = { + 0x000e08, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-258, 0, 1026, 0x146e}, + {-289, 0, 1049, 0x0000}, + {-231, 0, 1049, 0x1482} + } +}; + +StandTile tile_1270 = { + 0x000f08, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {127, 0, 868, 0x0000}, + {127, 0, 764, 0x0000}, + {66, 0, 764, 0x145a} + } +}; + +StandTile tile_1271 = { + 0x03c20a, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x2, + { + {-312, 0, 1049, 0x14a4}, + {-289, 0, 853, 0x0000}, + {-312, 0, 853, 0x0000}, + {-312, 0, 891, 0x0da0}, + {-312, 0, 1011, 0x0000} + } +}; + +StandTile tile_1272 = { + 0x03c209, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {-312, 0, 1049, 0x0000}, + {-289, 0, 1049, 0x146e}, + {-289, 0, 856, 0x0000}, + {-289, 0, 853, 0x149e} + } +}; + +StandTile tile_1273 = { + 0x016602, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {19, 197, -1335, 0x14ad}, + {-19, 197, -1327, 0x14b5}, + {19, 197, -1327, 0x0000} + } +}; + +StandTile tile_1274 = { + 0x016601, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {19, 197, -1335, 0x0066}, + {-19, 197, -1335, 0x0000}, + {-19, 197, -1327, 0x14a9} + } +}; + +StandTile tile_1275 = { + 0x015102, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {19, 197, -1327, 0x14b5}, + {-35, 197, -1312, 0x14c5}, + {35, 197, -1312, 0x0000} + } +}; + +StandTile tile_1276 = { + 0x015101, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {19, 197, -1327, 0x14a9}, + {-19, 197, -1327, 0x0000}, + {-35, 197, -1312, 0x14b1} + } +}; + +StandTile tile_1277 = { + 0x01a100, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-69, 197, -1312, 0x0000}, + {-69, 197, -1242, 0x0000}, + {-54, 197, -1242, 0x14bd} + } +}; + +StandTile tile_1278 = { + 0x01a200, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-35, 197, -1312, 0x0000}, + {-69, 197, -1312, 0x14b9}, + {-54, 197, -1242, 0x14c5} + } +}; + +StandTile tile_1279 = { + 0x01a302, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {35, 197, -1312, 0x14c5}, + {-54, 197, -1242, 0x14d5}, + {54, 197, -1242, 0x14c9} + } +}; + +StandTile tile_1280 = { + 0x01a301, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {35, 197, -1312, 0x14b1}, + {-35, 197, -1312, 0x14bd}, + {-54, 197, -1242, 0x14c1} + } +}; + +StandTile tile_1281 = { + 0x01a000, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {69, 197, -1312, 0x0000}, + {35, 197, -1312, 0x14c1}, + {54, 197, -1242, 0x14cd} + } +}; + +StandTile tile_1282 = { + 0x015000, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {69, 197, -1242, 0x0000}, + {69, 197, -1312, 0x14c9}, + {54, 197, -1242, 0x0000} + } +}; + +StandTile tile_1283 = { + 0x00d102, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 185, -1242, 0x14d5}, + {-54, 197, -1242, 0x0000}, + {-54, 185, -1242, 0x1571} + } +}; + +StandTile tile_1284 = { + 0x00d101, 0x04, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 185, -1242, 0x0000}, + {54, 197, -1242, 0x14c1}, + {-54, 197, -1242, 0x14d1} + } +}; + +StandTile tile_1285 = { + 0x00b302, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 46, -1011, 0x14dd}, + {54, 46, -992, 0x0000}, + {54, 46, -1011, 0x1519} + } +}; + +StandTile tile_1286 = { + 0x00b301, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 46, -1011, 0x0000}, + {-54, 46, -992, 0x150d}, + {54, 46, -992, 0x14d9} + } +}; + +StandTile tile_1287 = { + 0x00b402, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {54, 12, -953, 0x14e5}, + {-54, 23, -953, 0x0000}, + {-54, 12, -953, 0x1501} + } +}; + +StandTile tile_1288 = { + 0x00b401, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {54, 12, -953, 0x0000}, + {54, 23, -953, 0x14fd}, + {-54, 23, -953, 0x14e1} + } +}; + +StandTile tile_1289 = { + 0x00b602, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 23, -972, 0x14ed}, + {-54, 35, -972, 0x0000}, + {-54, 23, -972, 0x14f9} + } +}; + +StandTile tile_1290 = { + 0x00b601, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 23, -972, 0x0000}, + {54, 35, -972, 0x14f5}, + {-54, 35, -972, 0x14e9} + } +}; + +StandTile tile_1291 = { + 0x00b702, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 35, -992, 0x14f5}, + {54, 35, -972, 0x0000}, + {54, 35, -992, 0x1509} + } +}; + +StandTile tile_1292 = { + 0x00b701, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 35, -992, 0x0000}, + {-54, 35, -972, 0x14ed}, + {54, 35, -972, 0x14f1} + } +}; + +StandTile tile_1293 = { + 0x00b802, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 23, -972, 0x14fd}, + {54, 23, -953, 0x0000}, + {54, 23, -972, 0x14e9} + } +}; + +StandTile tile_1294 = { + 0x00b801, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 23, -972, 0x0000}, + {-54, 23, -953, 0x14e5}, + {54, 23, -953, 0x14f9} + } +}; + +StandTile tile_1295 = { + 0x00b902, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 12, -953, 0x1505}, + {54, 12, -934, 0x0000}, + {54, 12, -953, 0x14e1} + } +}; + +StandTile tile_1296 = { + 0x00b901, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 12, -953, 0x0000}, + {-54, 12, -934, 0x15de}, + {54, 12, -934, 0x1501} + } +}; + +StandTile tile_1297 = { + 0x00ba02, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 35, -992, 0x150d}, + {-54, 46, -992, 0x0000}, + {-54, 35, -992, 0x14f1} + } +}; + +StandTile tile_1298 = { + 0x00ba01, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 35, -992, 0x0000}, + {54, 46, -992, 0x14dd}, + {-54, 46, -992, 0x1509} + } +}; + +StandTile tile_1299 = { + 0x00bb02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 81, -1069, 0x1515}, + {54, 81, -1049, 0x0000}, + {54, 81, -1069, 0x15a9} + } +}; + +StandTile tile_1300 = { + 0x00bb01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 81, -1069, 0x0000}, + {-54, 81, -1049, 0x153d}, + {54, 81, -1049, 0x1511} + } +}; + +StandTile tile_1301 = { + 0x00bc02, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {54, 46, -1011, 0x151d}, + {-54, 58, -1011, 0x0000}, + {-54, 46, -1011, 0x14d9} + } +}; + +StandTile tile_1302 = { + 0x00bc01, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {54, 46, -1011, 0x0000}, + {54, 58, -1011, 0x1535}, + {-54, 58, -1011, 0x1519} + } +}; + +StandTile tile_1303 = { + 0x00bd02, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {54, 58, -1030, 0x1525}, + {-54, 69, -1030, 0x0000}, + {-54, 58, -1030, 0x1531} + } +}; + +StandTile tile_1304 = { + 0x00bd01, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {54, 58, -1030, 0x0000}, + {54, 69, -1030, 0x152d}, + {-54, 69, -1030, 0x1521} + } +}; + +StandTile tile_1305 = { + 0x00be02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 69, -1049, 0x152d}, + {54, 69, -1030, 0x0000}, + {54, 69, -1049, 0x1539} + } +}; + +StandTile tile_1306 = { + 0x00be01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 69, -1049, 0x0000}, + {-54, 69, -1030, 0x1525}, + {54, 69, -1030, 0x1529} + } +}; + +StandTile tile_1307 = { + 0x00bf02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 58, -1030, 0x1535}, + {54, 58, -1011, 0x0000}, + {54, 58, -1030, 0x1521} + } +}; + +StandTile tile_1308 = { + 0x00bf01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 58, -1030, 0x0000}, + {-54, 58, -1011, 0x151d}, + {54, 58, -1011, 0x1531} + } +}; + +StandTile tile_1309 = { + 0x00c002, 0x03, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {54, 69, -1049, 0x153d}, + {-54, 81, -1049, 0x0000}, + {-54, 69, -1049, 0x1529} + } +}; + +StandTile tile_1310 = { + 0x00c001, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 69, -1049, 0x0000}, + {54, 81, -1049, 0x1515}, + {-54, 81, -1049, 0x1539} + } +}; + +StandTile tile_1311 = { + 0x00c502, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 150, -1184, 0x1545}, + {54, 150, -1165, 0x0000}, + {54, 150, -1184, 0x1579} + } +}; + +StandTile tile_1312 = { + 0x00c501, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 150, -1184, 0x0000}, + {-54, 150, -1165, 0x156d}, + {54, 150, -1165, 0x1541} + } +}; + +StandTile tile_1313 = { + 0x00c602, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {54, 116, -1127, 0x154d}, + {-54, 127, -1127, 0x0000}, + {-54, 116, -1127, 0x15a1} + } +}; + +StandTile tile_1314 = { + 0x00c601, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {54, 116, -1127, 0x0000}, + {54, 127, -1127, 0x1565}, + {-54, 127, -1127, 0x1549} + } +}; + +StandTile tile_1315 = { + 0x00c702, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 127, -1146, 0x1555}, + {-54, 139, -1146, 0x0000}, + {-54, 127, -1146, 0x1561} + } +}; + +StandTile tile_1316 = { + 0x00c701, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 127, -1146, 0x0000}, + {54, 139, -1146, 0x155d}, + {-54, 139, -1146, 0x1551} + } +}; + +StandTile tile_1317 = { + 0x00c802, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 139, -1165, 0x155d}, + {54, 139, -1146, 0x0000}, + {54, 139, -1165, 0x1569} + } +}; + +StandTile tile_1318 = { + 0x00c801, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 139, -1165, 0x0000}, + {-54, 139, -1146, 0x1555}, + {54, 139, -1146, 0x1559} + } +}; + +StandTile tile_1319 = { + 0x00c902, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 127, -1146, 0x1565}, + {54, 127, -1127, 0x0000}, + {54, 127, -1146, 0x1551} + } +}; + +StandTile tile_1320 = { + 0x00c901, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 127, -1146, 0x0000}, + {-54, 127, -1127, 0x154d}, + {54, 127, -1127, 0x1561} + } +}; + +StandTile tile_1321 = { + 0x00ca02, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 139, -1165, 0x156d}, + {-54, 150, -1165, 0x0000}, + {-54, 139, -1165, 0x1559} + } +}; + +StandTile tile_1322 = { + 0x00ca01, 0x03, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {54, 139, -1165, 0x0000}, + {54, 150, -1165, 0x1545}, + {-54, 150, -1165, 0x1569} + } +}; + +StandTile tile_1323 = { + 0x00cb02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 185, -1242, 0x1575}, + {54, 185, -1223, 0x0000}, + {54, 185, -1242, 0x14d1} + } +}; + +StandTile tile_1324 = { + 0x00cb01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 185, -1242, 0x0000}, + {-54, 185, -1223, 0x159d}, + {54, 185, -1223, 0x1571} + } +}; + +StandTile tile_1325 = { + 0x00cc02, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {54, 150, -1184, 0x157d}, + {-54, 162, -1184, 0x0000}, + {-54, 150, -1184, 0x1541} + } +}; + +StandTile tile_1326 = { + 0x00cc01, 0x03, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {54, 150, -1184, 0x0000}, + {54, 162, -1184, 0x1595}, + {-54, 162, -1184, 0x1579} + } +}; + +StandTile tile_1327 = { + 0x00cd02, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {54, 162, -1204, 0x1585}, + {-54, 174, -1204, 0x0000}, + {-54, 162, -1204, 0x1591} + } +}; + +StandTile tile_1328 = { + 0x00cd01, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {54, 162, -1204, 0x0000}, + {54, 174, -1204, 0x158d}, + {-54, 174, -1204, 0x1581} + } +}; + +StandTile tile_1329 = { + 0x00ce02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 174, -1223, 0x158d}, + {54, 174, -1204, 0x0000}, + {54, 174, -1223, 0x1599} + } +}; + +StandTile tile_1330 = { + 0x00ce01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 174, -1223, 0x0000}, + {-54, 174, -1204, 0x1585}, + {54, 174, -1204, 0x1589} + } +}; + +StandTile tile_1331 = { + 0x00cf02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 162, -1204, 0x1595}, + {54, 162, -1184, 0x0000}, + {54, 162, -1204, 0x1581} + } +}; + +StandTile tile_1332 = { + 0x00cf01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 162, -1204, 0x0000}, + {-54, 162, -1184, 0x157d}, + {54, 162, -1184, 0x1591} + } +}; + +StandTile tile_1333 = { + 0x00d002, 0x03, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {54, 174, -1223, 0x159d}, + {-54, 185, -1223, 0x0000}, + {-54, 174, -1223, 0x1589} + } +}; + +StandTile tile_1334 = { + 0x00d001, 0x03, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {54, 174, -1223, 0x0000}, + {54, 185, -1223, 0x1575}, + {-54, 185, -1223, 0x1599} + } +}; + +StandTile tile_1335 = { + 0x00d802, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 116, -1127, 0x15a5}, + {54, 116, -1107, 0x0000}, + {54, 116, -1127, 0x1549} + } +}; + +StandTile tile_1336 = { + 0x00d801, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 116, -1127, 0x0000}, + {-54, 116, -1107, 0x15cd}, + {54, 116, -1107, 0x15a1} + } +}; + +StandTile tile_1337 = { + 0x00d902, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 81, -1069, 0x15ad}, + {-54, 93, -1069, 0x0000}, + {-54, 81, -1069, 0x1511} + } +}; + +StandTile tile_1338 = { + 0x00d901, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 81, -1069, 0x0000}, + {54, 93, -1069, 0x15c5}, + {-54, 93, -1069, 0x15a9} + } +}; + +StandTile tile_1339 = { + 0x00da02, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 93, -1088, 0x15b5}, + {-54, 104, -1088, 0x0000}, + {-54, 93, -1088, 0x15c1} + } +}; + +StandTile tile_1340 = { + 0x00da01, 0x03, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, 93, -1088, 0x0000}, + {54, 104, -1088, 0x15bd}, + {-54, 104, -1088, 0x15b1} + } +}; + +StandTile tile_1341 = { + 0x00db02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 104, -1107, 0x15bd}, + {54, 104, -1088, 0x0000}, + {54, 104, -1107, 0x15c9} + } +}; + +StandTile tile_1342 = { + 0x00db01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 104, -1107, 0x0000}, + {-54, 104, -1088, 0x15b5}, + {54, 104, -1088, 0x15b9} + } +}; + +StandTile tile_1343 = { + 0x00dc02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 93, -1088, 0x15c5}, + {54, 93, -1069, 0x0000}, + {54, 93, -1088, 0x15b1} + } +}; + +StandTile tile_1344 = { + 0x00dc01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-54, 93, -1088, 0x0000}, + {-54, 93, -1069, 0x15ad}, + {54, 93, -1069, 0x15c1} + } +}; + +StandTile tile_1345 = { + 0x00dd02, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {54, 104, -1107, 0x15cd}, + {-54, 116, -1107, 0x0000}, + {-54, 104, -1107, 0x15b9} + } +}; + +StandTile tile_1346 = { + 0x00dd01, 0x03, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {54, 104, -1107, 0x0000}, + {54, 116, -1107, 0x15a5}, + {-54, 116, -1107, 0x15c9} + } +}; + +StandTile tile_1347 = { + 0x000002, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {54, 0, -934, 0x15d5}, + {0, 0, -617, 0x1600}, + {54, 0, -617, 0x0000} + } +}; + +StandTile tile_1348 = { + 0x000001, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {54, 0, -934, 0x15d9}, + {0, 0, -934, 0x15e2}, + {0, 0, -617, 0x15d1} + } +}; + +StandTile tile_1349 = { + 0x00b502, 0x02, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {54, 0, -934, 0x15de}, + {-54, 12, -934, 0x0000}, + {-54, 0, -934, 0x15e6}, + {0, 0, -934, 0x15d5} + } +}; + +StandTile tile_1350 = { + 0x00b501, 0x02, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {54, 0, -934, 0x0000}, + {54, 12, -934, 0x1505}, + {-54, 12, -934, 0x15d9} + } +}; + +StandTile tile_1351 = { + 0x00e902, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -934, 0x15e6}, + {-54, 0, -617, 0x1611}, + {0, 0, -617, 0x15d5} + } +}; + +StandTile tile_1352 = { + 0x00e901, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -934, 0x15d9}, + {-54, 0, -934, 0x0000}, + {-54, 0, -617, 0x15e2} + } +}; + +StandTile tile_1353 = { + 0x015202, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x2, + { + {66, 0, -231, 0x15ef}, + {-66, 0, -255, 0x0000}, + {-66, 0, -231, 0x1276}, + {0, 0, -231, 0x126d} + } +}; + +StandTile tile_1354 = { + 0x015201, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {66, 0, -231, 0x0000}, + {66, 0, -255, 0x161a}, + {-66, 0, -255, 0x15ea} + } +}; + +StandTile tile_1355 = { + 0x014e02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {0, 0, -324, 0x15f8}, + {66, 0, -289, 0x0000}, + {66, 0, -324, 0x0000}, + {54, 0, -324, 0x15fc} + } +}; + +StandTile tile_1356 = { + 0x014e01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -324, 0x1604}, + {0, 0, -289, 0x1615}, + {66, 0, -289, 0x15f3} + } +}; + +StandTile tile_1357 = { + 0x000102, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {54, 0, -617, 0x1600}, + {0, 0, -324, 0x15f3}, + {54, 0, -324, 0x0000} + } +}; + +StandTile tile_1358 = { + 0x000101, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {54, 0, -617, 0x15d1}, + {0, 0, -617, 0x160d}, + {0, 0, -324, 0x15fc} + } +}; + +StandTile tile_1359 = { + 0x014f02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-66, 0, -324, 0x1609}, + {0, 0, -289, 0x15f8}, + {0, 0, -324, 0x160d}, + {-54, 0, -324, 0x0000} + } +}; + +StandTile tile_1360 = { + 0x014f01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, 0, -324, 0x0000}, + {-66, 0, -289, 0x1615}, + {0, 0, -289, 0x1604} + } +}; + +StandTile tile_1361 = { + 0x00e802, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -617, 0x1611}, + {-54, 0, -324, 0x1604}, + {0, 0, -324, 0x1600} + } +}; + +StandTile tile_1362 = { + 0x00e801, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, 0, -617, 0x15e2}, + {-54, 0, -617, 0x0000}, + {-54, 0, -324, 0x160d} + } +}; + +StandTile tile_1363 = { + 0x010202, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-66, 0, -289, 0x161a}, + {66, 0, -255, 0x0000}, + {66, 0, -289, 0x15f8}, + {0, 0, -289, 0x1609} + } +}; + +StandTile tile_1364 = { + 0x010201, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-66, 0, -289, 0x0000}, + {-66, 0, -255, 0x15ef}, + {66, 0, -255, 0x1615} + } +}; + +StandTile tile_1365 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_sevx_all_p_stanZ.c b/assets/obseg/stan/Tbg_sevx_all_p_stanZ.c new file mode 100644 index 0000000..f47255a --- /dev/null +++ b/assets/obseg/stan/Tbg_sevx_all_p_stanZ.c @@ -0,0 +1,33292 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:16 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_sevx_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x01661a, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-19, 0, 0, 0x0014}, + {19, 0, -8, 0x001c}, + {-19, 0, -8, 0x0000} + } +}; + +StandTile tile_1 = { + 0x016619, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-19, 0, 0, 0x0cc7}, + {19, 0, 0, 0x0000}, + {19, 0, -8, 0x0010} + } +}; + +StandTile tile_2 = { + 0x01511a, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-19, 0, -8, 0x001c}, + {34, 0, -23, 0x002c}, + {-34, 0, -23, 0x0000} + } +}; + +StandTile tile_3 = { + 0x015119, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-19, 0, -8, 0x0010}, + {19, 0, -8, 0x0000}, + {34, 0, -23, 0x0018} + } +}; + +StandTile tile_4 = { + 0x01a118, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {68, 0, -23, 0x0000}, + {68, 0, -90, 0x0000}, + {53, 0, -90, 0x0024} + } +}; + +StandTile tile_5 = { + 0x01a418, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {34, 0, -23, 0x0000}, + {68, 0, -23, 0x0020}, + {53, 0, -90, 0x002c} + } +}; + +StandTile tile_6 = { + 0x01a31a, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-34, 0, -23, 0x002c}, + {53, 0, -90, 0x003c}, + {-53, 0, -90, 0x0030} + } +}; + +StandTile tile_7 = { + 0x01a319, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-34, 0, -23, 0x0018}, + {34, 0, -23, 0x0024}, + {53, 0, -90, 0x0028} + } +}; + +StandTile tile_8 = { + 0x01a218, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-68, 0, -23, 0x0000}, + {-34, 0, -23, 0x0028}, + {-53, 0, -90, 0x0034} + } +}; + +StandTile tile_9 = { + 0x015018, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-68, 0, -90, 0x0000}, + {-68, 0, -23, 0x0030}, + {-53, 0, -90, 0x0000} + } +}; + +StandTile tile_10 = { + 0x00d11a, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-53, -11, -90, 0x003c}, + {53, 0, -90, 0x0000}, + {53, -11, -90, 0x00d8} + } +}; + +StandTile tile_11 = { + 0x00d119, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-53, -11, -90, 0x0000}, + {-53, 0, -90, 0x0028}, + {53, 0, -90, 0x0038} + } +}; + +StandTile tile_12 = { + 0x00b31a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -147, -316, 0x0044}, + {-53, -147, -335, 0x0000}, + {-53, -147, -316, 0x0080} + } +}; + +StandTile tile_13 = { + 0x00b319, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -147, -316, 0x0000}, + {53, -147, -335, 0x0074}, + {-53, -147, -335, 0x0040} + } +}; + +StandTile tile_14 = { + 0x00b41a, 0x26, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-53, -181, -373, 0x004c}, + {53, -170, -373, 0x0000}, + {53, -181, -373, 0x0068} + } +}; + +StandTile tile_15 = { + 0x00b419, 0x26, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-53, -181, -373, 0x0000}, + {-53, -170, -373, 0x0064}, + {53, -170, -373, 0x0048} + } +}; + +StandTile tile_16 = { + 0x00b61a, 0x26, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-53, -170, -354, 0x0054}, + {53, -158, -354, 0x0000}, + {53, -170, -354, 0x0060} + } +}; + +StandTile tile_17 = { + 0x00b619, 0x26, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-53, -170, -354, 0x0000}, + {-53, -158, -354, 0x005c}, + {53, -158, -354, 0x0050} + } +}; + +StandTile tile_18 = { + 0x00b71a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -158, -335, 0x005c}, + {-53, -158, -354, 0x0000}, + {-53, -158, -335, 0x0070} + } +}; + +StandTile tile_19 = { + 0x00b719, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -158, -335, 0x0000}, + {53, -158, -354, 0x0054}, + {-53, -158, -354, 0x0058} + } +}; + +StandTile tile_20 = { + 0x00b81a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -170, -354, 0x0064}, + {-53, -170, -373, 0x0000}, + {-53, -170, -354, 0x0050} + } +}; + +StandTile tile_21 = { + 0x00b819, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -170, -354, 0x0000}, + {53, -170, -373, 0x004c}, + {-53, -170, -373, 0x0060} + } +}; + +StandTile tile_22 = { + 0x00b91a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -181, -373, 0x006c}, + {-53, -181, -392, 0x0000}, + {-53, -181, -373, 0x0048} + } +}; + +StandTile tile_23 = { + 0x00b919, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -181, -373, 0x0000}, + {53, -181, -392, 0x0145}, + {-53, -181, -392, 0x0068} + } +}; + +StandTile tile_24 = { + 0x00ba1a, 0x26, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-53, -158, -335, 0x0074}, + {53, -147, -335, 0x0000}, + {53, -158, -335, 0x0058} + } +}; + +StandTile tile_25 = { + 0x00ba19, 0x26, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-53, -158, -335, 0x0000}, + {-53, -147, -335, 0x0044}, + {53, -147, -335, 0x0070} + } +}; + +StandTile tile_26 = { + 0x00bb1a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -113, -260, 0x007c}, + {-53, -113, -279, 0x0000}, + {-53, -113, -260, 0x0110} + } +}; + +StandTile tile_27 = { + 0x00bb19, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -113, -260, 0x0000}, + {53, -113, -279, 0x00a4}, + {-53, -113, -279, 0x0078} + } +}; + +StandTile tile_28 = { + 0x00bc1a, 0x26, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-53, -147, -316, 0x0084}, + {53, -136, -316, 0x0000}, + {53, -147, -316, 0x0040} + } +}; + +StandTile tile_29 = { + 0x00bc19, 0x26, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-53, -147, -316, 0x0000}, + {-53, -136, -316, 0x009c}, + {53, -136, -316, 0x0080} + } +}; + +StandTile tile_30 = { + 0x00bd1a, 0x26, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-53, -136, -298, 0x008c}, + {53, -124, -298, 0x0000}, + {53, -136, -298, 0x0098} + } +}; + +StandTile tile_31 = { + 0x00bd19, 0x26, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-53, -136, -298, 0x0000}, + {-53, -124, -298, 0x0094}, + {53, -124, -298, 0x0088} + } +}; + +StandTile tile_32 = { + 0x00be1a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -124, -279, 0x0094}, + {-53, -124, -298, 0x0000}, + {-53, -124, -279, 0x00a0} + } +}; + +StandTile tile_33 = { + 0x00be19, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -124, -279, 0x0000}, + {53, -124, -298, 0x008c}, + {-53, -124, -298, 0x0090} + } +}; + +StandTile tile_34 = { + 0x00bf1a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -136, -298, 0x009c}, + {-53, -136, -316, 0x0000}, + {-53, -136, -298, 0x0088} + } +}; + +StandTile tile_35 = { + 0x00bf19, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -136, -298, 0x0000}, + {53, -136, -316, 0x0084}, + {-53, -136, -316, 0x0098} + } +}; + +StandTile tile_36 = { + 0x00c01a, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-53, -124, -279, 0x00a4}, + {53, -113, -279, 0x0000}, + {53, -124, -279, 0x0090} + } +}; + +StandTile tile_37 = { + 0x00c019, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-53, -124, -279, 0x0000}, + {-53, -113, -279, 0x007c}, + {53, -113, -279, 0x00a0} + } +}; + +StandTile tile_38 = { + 0x00c51a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -45, -147, 0x00ac}, + {-53, -45, -166, 0x0000}, + {-53, -45, -147, 0x00e0} + } +}; + +StandTile tile_39 = { + 0x00c519, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -45, -147, 0x0000}, + {53, -45, -166, 0x00d4}, + {-53, -45, -166, 0x00a8} + } +}; + +StandTile tile_40 = { + 0x00c61a, 0x26, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-53, -79, -203, 0x00b4}, + {53, -68, -203, 0x0000}, + {53, -79, -203, 0x0108} + } +}; + +StandTile tile_41 = { + 0x00c619, 0x26, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-53, -79, -203, 0x0000}, + {-53, -68, -203, 0x00cc}, + {53, -68, -203, 0x00b0} + } +}; + +StandTile tile_42 = { + 0x00c71a, 0x26, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-53, -68, -185, 0x00bc}, + {53, -57, -185, 0x0000}, + {53, -68, -185, 0x00c8} + } +}; + +StandTile tile_43 = { + 0x00c719, 0x26, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-53, -68, -185, 0x0000}, + {-53, -57, -185, 0x00c4}, + {53, -57, -185, 0x00b8} + } +}; + +StandTile tile_44 = { + 0x00c81a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -57, -166, 0x00c4}, + {-53, -57, -185, 0x0000}, + {-53, -57, -166, 0x00d0} + } +}; + +StandTile tile_45 = { + 0x00c819, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -57, -166, 0x0000}, + {53, -57, -185, 0x00bc}, + {-53, -57, -185, 0x00c0} + } +}; + +StandTile tile_46 = { + 0x00c91a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -68, -185, 0x00cc}, + {-53, -68, -203, 0x0000}, + {-53, -68, -185, 0x00b8} + } +}; + +StandTile tile_47 = { + 0x00c919, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -68, -185, 0x0000}, + {53, -68, -203, 0x00b4}, + {-53, -68, -203, 0x00c8} + } +}; + +StandTile tile_48 = { + 0x00ca1a, 0x26, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-53, -57, -166, 0x00d4}, + {53, -45, -166, 0x0000}, + {53, -57, -166, 0x00c0} + } +}; + +StandTile tile_49 = { + 0x00ca19, 0x26, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-53, -57, -166, 0x0000}, + {-53, -45, -166, 0x00ac}, + {53, -45, -166, 0x00d0} + } +}; + +StandTile tile_50 = { + 0x00cb1a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -11, -90, 0x00dc}, + {-53, -11, -109, 0x0000}, + {-53, -11, -90, 0x0038} + } +}; + +StandTile tile_51 = { + 0x00cb19, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -11, -90, 0x0000}, + {53, -11, -109, 0x0104}, + {-53, -11, -109, 0x00d8} + } +}; + +StandTile tile_52 = { + 0x00cc1a, 0x26, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-53, -45, -147, 0x00e4}, + {53, -34, -147, 0x0000}, + {53, -45, -147, 0x00a8} + } +}; + +StandTile tile_53 = { + 0x00cc19, 0x26, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-53, -45, -147, 0x0000}, + {-53, -34, -147, 0x00fc}, + {53, -34, -147, 0x00e0} + } +}; + +StandTile tile_54 = { + 0x00cd1a, 0x26, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-53, -34, -128, 0x00ec}, + {53, -23, -128, 0x0000}, + {53, -34, -128, 0x00f8} + } +}; + +StandTile tile_55 = { + 0x00cd19, 0x26, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-53, -34, -128, 0x0000}, + {-53, -23, -128, 0x00f4}, + {53, -23, -128, 0x00e8} + } +}; + +StandTile tile_56 = { + 0x00ce1a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -23, -109, 0x00f4}, + {-53, -23, -128, 0x0000}, + {-53, -23, -109, 0x0100} + } +}; + +StandTile tile_57 = { + 0x00ce19, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -23, -109, 0x0000}, + {53, -23, -128, 0x00ec}, + {-53, -23, -128, 0x00f0} + } +}; + +StandTile tile_58 = { + 0x00cf1a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -34, -128, 0x00fc}, + {-53, -34, -147, 0x0000}, + {-53, -34, -128, 0x00e8} + } +}; + +StandTile tile_59 = { + 0x00cf19, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -34, -128, 0x0000}, + {53, -34, -147, 0x00e4}, + {-53, -34, -147, 0x00f8} + } +}; + +StandTile tile_60 = { + 0x00d01a, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-53, -23, -109, 0x0104}, + {53, -11, -109, 0x0000}, + {53, -23, -109, 0x00f0} + } +}; + +StandTile tile_61 = { + 0x00d019, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-53, -23, -109, 0x0000}, + {-53, -11, -109, 0x00dc}, + {53, -11, -109, 0x0100} + } +}; + +StandTile tile_62 = { + 0x00d81a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -79, -203, 0x010c}, + {-53, -79, -222, 0x0000}, + {-53, -79, -203, 0x00b0} + } +}; + +StandTile tile_63 = { + 0x00d819, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -79, -203, 0x0000}, + {53, -79, -222, 0x0134}, + {-53, -79, -222, 0x0108} + } +}; + +StandTile tile_64 = { + 0x00d91a, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-53, -113, -260, 0x0114}, + {53, -102, -260, 0x0000}, + {53, -113, -260, 0x0078} + } +}; + +StandTile tile_65 = { + 0x00d919, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-53, -113, -260, 0x0000}, + {-53, -102, -260, 0x012c}, + {53, -102, -260, 0x0110} + } +}; + +StandTile tile_66 = { + 0x00da1a, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-53, -102, -241, 0x011c}, + {53, -90, -241, 0x0000}, + {53, -102, -241, 0x0128} + } +}; + +StandTile tile_67 = { + 0x00da19, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-53, -102, -241, 0x0000}, + {-53, -90, -241, 0x0124}, + {53, -90, -241, 0x0118} + } +}; + +StandTile tile_68 = { + 0x00db1a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -90, -222, 0x0124}, + {-53, -90, -241, 0x0000}, + {-53, -90, -222, 0x0130} + } +}; + +StandTile tile_69 = { + 0x00db19, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -90, -222, 0x0000}, + {53, -90, -241, 0x011c}, + {-53, -90, -241, 0x0120} + } +}; + +StandTile tile_70 = { + 0x00dc1a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -102, -241, 0x012c}, + {-53, -102, -260, 0x0000}, + {-53, -102, -241, 0x0118} + } +}; + +StandTile tile_71 = { + 0x00dc19, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {53, -102, -241, 0x0000}, + {53, -102, -260, 0x0114}, + {-53, -102, -260, 0x0128} + } +}; + +StandTile tile_72 = { + 0x00dd1a, 0x26, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-53, -90, -222, 0x0134}, + {53, -79, -222, 0x0000}, + {53, -90, -222, 0x0120} + } +}; + +StandTile tile_73 = { + 0x00dd19, 0x26, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-53, -90, -222, 0x0000}, + {-53, -79, -222, 0x010c}, + {53, -79, -222, 0x0130} + } +}; + +StandTile tile_74 = { + 0x00001a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-53, -192, -392, 0x013c}, + {0, -192, -701, 0x0166}, + {-53, -192, -701, 0x0000} + } +}; + +StandTile tile_75 = { + 0x000019, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-53, -192, -392, 0x0140}, + {0, -192, -392, 0x0149}, + {0, -192, -701, 0x0138} + } +}; + +StandTile tile_76 = { + 0x00b51a, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {-53, -192, -392, 0x0145}, + {53, -181, -392, 0x0000}, + {53, -192, -392, 0x014d}, + {0, -192, -392, 0x013c} + } +}; + +StandTile tile_77 = { + 0x00b519, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-53, -192, -392, 0x0000}, + {-53, -181, -392, 0x006c}, + {53, -181, -392, 0x0140} + } +}; + +StandTile tile_78 = { + 0x00e91a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, -192, -392, 0x014d}, + {53, -192, -701, 0x0177}, + {0, -192, -701, 0x013c} + } +}; + +StandTile tile_79 = { + 0x00e919, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, -192, -392, 0x0140}, + {53, -192, -392, 0x0000}, + {53, -192, -701, 0x0149} + } +}; + +StandTile tile_80 = { + 0x01521a, 0x24, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-64, -192, -1077, 0x0155}, + {64, -192, -1055, 0x0000}, + {64, -192, -1077, 0x0000} + } +}; + +StandTile tile_81 = { + 0x015219, 0x24, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-64, -192, -1077, 0x0000}, + {-64, -192, -1055, 0x0180}, + {64, -192, -1055, 0x0151} + } +}; + +StandTile tile_82 = { + 0x014e1a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {0, -192, -987, 0x015e}, + {-64, -192, -1021, 0x0000}, + {-64, -192, -987, 0x0000}, + {-53, -192, -987, 0x0162} + } +}; + +StandTile tile_83 = { + 0x014e19, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, -192, -987, 0x016a}, + {0, -192, -1021, 0x017b}, + {-64, -192, -1021, 0x0159} + } +}; + +StandTile tile_84 = { + 0x00011a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-53, -192, -701, 0x0166}, + {0, -192, -987, 0x0159}, + {-53, -192, -987, 0x0000} + } +}; + +StandTile tile_85 = { + 0x000119, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-53, -192, -701, 0x0138}, + {0, -192, -701, 0x0173}, + {0, -192, -987, 0x0162} + } +}; + +StandTile tile_86 = { + 0x014f1a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {64, -192, -987, 0x016f}, + {0, -192, -1021, 0x015e}, + {0, -192, -987, 0x0173}, + {53, -192, -987, 0x0000} + } +}; + +StandTile tile_87 = { + 0x014f19, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {64, -192, -987, 0x0000}, + {64, -192, -1021, 0x017b}, + {0, -192, -1021, 0x016a} + } +}; + +StandTile tile_88 = { + 0x00e81a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, -192, -701, 0x0177}, + {53, -192, -987, 0x016a}, + {0, -192, -987, 0x0166} + } +}; + +StandTile tile_89 = { + 0x00e819, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {0, -192, -701, 0x0149}, + {53, -192, -701, 0x0000}, + {53, -192, -987, 0x0173} + } +}; + +StandTile tile_90 = { + 0x01021a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {64, -192, -1021, 0x0180}, + {-64, -192, -1055, 0x0000}, + {-64, -192, -1021, 0x015e}, + {0, -192, -1021, 0x016f} + } +}; + +StandTile tile_91 = { + 0x010219, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {64, -192, -1021, 0x0000}, + {64, -192, -1055, 0x0155}, + {-64, -192, -1055, 0x017b} + } +}; + +StandTile tile_92 = { + 0x039012, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3052, -673, -2410, 0x0188}, + {3149, -673, -2535, 0x0e33}, + {3052, -673, -2535, 0x0e27} + } +}; + +StandTile tile_93 = { + 0x039011, 0x22, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3052, -673, -2410, 0x0e1f}, + {3149, -673, -2410, 0x0e3b}, + {3149, -673, -2535, 0x0184} + } +}; + +StandTile tile_94 = { + 0x01f10a, 0x20, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1085, 45, -4913, 0x0190}, + {1168, 45, -4947, 0x0381}, + {1085, 45, -4947, 0x0000} + } +}; + +StandTile tile_95 = { + 0x01f109, 0x20, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1085, 45, -4913, 0x11cf}, + {1168, 45, -4913, 0x0000}, + {1168, 45, -4947, 0x018c} + } +}; + +StandTile tile_96 = { + 0x00b90a, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {938, 158, -5455, 0x0198}, + {814, 158, -5500, 0x0312}, + {814, 158, -5455, 0x01a0} + } +}; + +StandTile tile_97 = { + 0x00b909, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {938, 158, -5455, 0x0266}, + {938, 158, -5500, 0x0000}, + {814, 158, -5500, 0x0194} + } +}; + +StandTile tile_98 = { + 0x00b80a, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {938, 158, -5410, 0x01a0}, + {814, 158, -5455, 0x0000}, + {814, 158, -5410, 0x0000} + } +}; + +StandTile tile_99 = { + 0x00b809, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {938, 158, -5410, 0x0000}, + {938, 158, -5455, 0x0194}, + {814, 158, -5455, 0x019c} + } +}; + +StandTile tile_100 = { + 0x02430a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {678, 226, -5105, 0x01a8}, + {678, 237, -5060, 0x01f8}, + {678, 237, -5105, 0x0000} + } +}; + +StandTile tile_101 = { + 0x024309, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {678, 226, -5105, 0x020a}, + {678, 226, -5060, 0x0000}, + {678, 237, -5060, 0x01a4} + } +}; + +StandTile tile_102 = { + 0x02420a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {689, 237, -5105, 0x01b0}, + {689, 249, -5060, 0x01f0}, + {689, 249, -5105, 0x0000} + } +}; + +StandTile tile_103 = { + 0x024209, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {689, 237, -5105, 0x01f4}, + {689, 237, -5060, 0x0000}, + {689, 249, -5060, 0x01ac} + } +}; + +StandTile tile_104 = { + 0x02410a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {701, 249, -5105, 0x01b8}, + {701, 260, -5060, 0x01e8}, + {701, 260, -5105, 0x0000} + } +}; + +StandTile tile_105 = { + 0x024109, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {701, 249, -5105, 0x01ec}, + {701, 249, -5060, 0x0000}, + {701, 260, -5060, 0x01b4} + } +}; + +StandTile tile_106 = { + 0x02400a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {712, 260, -5105, 0x01c0}, + {712, 271, -5060, 0x01e0}, + {712, 271, -5105, 0x0000} + } +}; + +StandTile tile_107 = { + 0x024009, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {712, 260, -5105, 0x01e4}, + {712, 260, -5060, 0x0000}, + {712, 271, -5060, 0x01bc} + } +}; + +StandTile tile_108 = { + 0x023f0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {723, 271, -5105, 0x01c8}, + {723, 283, -5060, 0x01d8}, + {723, 283, -5105, 0x0000} + } +}; + +StandTile tile_109 = { + 0x023f09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {723, 271, -5105, 0x01dc}, + {723, 271, -5060, 0x0000}, + {723, 283, -5060, 0x01c4} + } +}; + +StandTile tile_110 = { + 0x023e0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {735, 283, -5105, 0x01d0}, + {735, 294, -5060, 0x01fc}, + {735, 294, -5105, 0x0000} + } +}; + +StandTile tile_111 = { + 0x023e09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {735, 283, -5105, 0x01d4}, + {735, 283, -5060, 0x0000}, + {735, 294, -5060, 0x01cc} + } +}; + +StandTile tile_112 = { + 0x010c0a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {723, 283, -5105, 0x01d8}, + {735, 283, -5060, 0x01d0}, + {735, 283, -5105, 0x0000} + } +}; + +StandTile tile_113 = { + 0x010c09, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {723, 283, -5105, 0x01c4}, + {723, 283, -5060, 0x0000}, + {735, 283, -5060, 0x01d4} + } +}; + +StandTile tile_114 = { + 0x010b0a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {712, 271, -5105, 0x01e0}, + {723, 271, -5060, 0x01c8}, + {723, 271, -5105, 0x0000} + } +}; + +StandTile tile_115 = { + 0x010b09, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {712, 271, -5105, 0x01bc}, + {712, 271, -5060, 0x0000}, + {723, 271, -5060, 0x01dc} + } +}; + +StandTile tile_116 = { + 0x010a0a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {701, 260, -5105, 0x01e8}, + {712, 260, -5060, 0x01c0}, + {712, 260, -5105, 0x0000} + } +}; + +StandTile tile_117 = { + 0x010a09, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {701, 260, -5105, 0x01b4}, + {701, 260, -5060, 0x0000}, + {712, 260, -5060, 0x01e4} + } +}; + +StandTile tile_118 = { + 0x01090a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {689, 249, -5105, 0x01f0}, + {701, 249, -5060, 0x01b8}, + {701, 249, -5105, 0x0000} + } +}; + +StandTile tile_119 = { + 0x010909, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {689, 249, -5105, 0x01ac}, + {689, 249, -5060, 0x0000}, + {701, 249, -5060, 0x01ec} + } +}; + +StandTile tile_120 = { + 0x01080a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {678, 237, -5105, 0x01f8}, + {689, 237, -5060, 0x01b0}, + {689, 237, -5105, 0x0000} + } +}; + +StandTile tile_121 = { + 0x010809, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {678, 237, -5105, 0x01a4}, + {678, 237, -5060, 0x0000}, + {689, 237, -5060, 0x01f4} + } +}; + +StandTile tile_122 = { + 0x00cb0a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x2, + { + {983, 294, -5060, 0x0202}, + {735, 294, -5105, 0x01cc}, + {735, 294, -5060, 0x0000}, + {757, 294, -5060, 0x042f}, + {802, 294, -5060, 0x0000} + } +}; + +StandTile tile_123 = { + 0x00cb09, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {983, 294, -5060, 0x043b}, + {983, 294, -5105, 0x0000}, + {735, 294, -5105, 0x01fc} + } +}; + +StandTile tile_124 = { + 0x00c10a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {599, 226, -5060, 0x020a}, + {678, 226, -5105, 0x0000}, + {644, 226, -5105, 0x021a} + } +}; + +StandTile tile_125 = { + 0x00c109, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {599, 226, -5060, 0x0000}, + {678, 226, -5060, 0x01a8}, + {678, 226, -5105, 0x0206} + } +}; + +StandTile tile_126 = { + 0x00c00a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {746, 226, -5455, 0x0212}, + {599, 226, -5500, 0x0216}, + {644, 226, -5455, 0x0000} + } +}; + +StandTile tile_127 = { + 0x00c009, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {746, 226, -5455, 0x02de}, + {746, 226, -5500, 0x0000}, + {599, 226, -5500, 0x020e} + } +}; + +StandTile tile_128 = { + 0x00be0a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {599, 226, -5060, 0x021a}, + {644, 226, -5455, 0x020e}, + {599, 226, -5500, 0x0000} + } +}; + +StandTile tile_129 = { + 0x00be09, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {599, 226, -5060, 0x0206}, + {644, 226, -5105, 0x0000}, + {644, 226, -5455, 0x0216} + } +}; + +StandTile tile_130 = { + 0x02370a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1040, 45, -5455, 0x0222}, + {1040, 57, -5500, 0x0292}, + {1040, 57, -5455, 0x0000} + } +}; + +StandTile tile_131 = { + 0x023709, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1040, 45, -5455, 0x03db}, + {1040, 45, -5500, 0x0000}, + {1040, 57, -5500, 0x021e} + } +}; + +StandTile tile_132 = { + 0x02360a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1028, 57, -5455, 0x022a}, + {1028, 68, -5500, 0x029a}, + {1028, 68, -5455, 0x0000} + } +}; + +StandTile tile_133 = { + 0x023609, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1028, 57, -5455, 0x028e}, + {1028, 57, -5500, 0x0000}, + {1028, 68, -5500, 0x0226} + } +}; + +StandTile tile_134 = { + 0x02350a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1017, 68, -5455, 0x0232}, + {1017, 79, -5500, 0x02a2}, + {1017, 79, -5455, 0x0000} + } +}; + +StandTile tile_135 = { + 0x023509, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1017, 68, -5455, 0x0296}, + {1017, 68, -5500, 0x0000}, + {1017, 79, -5500, 0x022e} + } +}; + +StandTile tile_136 = { + 0x02340a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1006, 79, -5455, 0x023a}, + {1006, 90, -5500, 0x02aa}, + {1006, 90, -5455, 0x0000} + } +}; + +StandTile tile_137 = { + 0x023409, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1006, 79, -5455, 0x029e}, + {1006, 79, -5500, 0x0000}, + {1006, 90, -5500, 0x0236} + } +}; + +StandTile tile_138 = { + 0x02330a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {995, 90, -5455, 0x0242}, + {995, 102, -5500, 0x02b2}, + {995, 102, -5455, 0x0000} + } +}; + +StandTile tile_139 = { + 0x023309, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {995, 90, -5455, 0x02a6}, + {995, 90, -5500, 0x0000}, + {995, 102, -5500, 0x023e} + } +}; + +StandTile tile_140 = { + 0x02320a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {983, 102, -5455, 0x024a}, + {983, 113, -5500, 0x028a}, + {983, 113, -5455, 0x0000} + } +}; + +StandTile tile_141 = { + 0x023209, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {983, 102, -5455, 0x02ae}, + {983, 102, -5500, 0x0000}, + {983, 113, -5500, 0x0246} + } +}; + +StandTile tile_142 = { + 0x02310a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {972, 113, -5455, 0x0252}, + {972, 124, -5500, 0x0282}, + {972, 124, -5455, 0x0000} + } +}; + +StandTile tile_143 = { + 0x023109, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {972, 113, -5455, 0x0286}, + {972, 113, -5500, 0x0000}, + {972, 124, -5500, 0x024e} + } +}; + +StandTile tile_144 = { + 0x02300a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {961, 124, -5455, 0x025a}, + {961, 136, -5500, 0x027a}, + {961, 136, -5455, 0x0000} + } +}; + +StandTile tile_145 = { + 0x023009, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {961, 124, -5455, 0x027e}, + {961, 124, -5500, 0x0000}, + {961, 136, -5500, 0x0256} + } +}; + +StandTile tile_146 = { + 0x022f0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {949, 136, -5455, 0x0262}, + {949, 147, -5500, 0x0272}, + {949, 147, -5455, 0x0000} + } +}; + +StandTile tile_147 = { + 0x022f09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {949, 136, -5455, 0x0276}, + {949, 136, -5500, 0x0000}, + {949, 147, -5500, 0x025e} + } +}; + +StandTile tile_148 = { + 0x022e0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {938, 147, -5455, 0x026a}, + {938, 158, -5500, 0x0198}, + {938, 158, -5455, 0x0000} + } +}; + +StandTile tile_149 = { + 0x022e09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {938, 147, -5455, 0x026e}, + {938, 147, -5500, 0x0000}, + {938, 158, -5500, 0x0266} + } +}; + +StandTile tile_150 = { + 0x00dd0a, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {949, 147, -5455, 0x0272}, + {938, 147, -5500, 0x026a}, + {938, 147, -5455, 0x0000} + } +}; + +StandTile tile_151 = { + 0x00dd09, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {949, 147, -5455, 0x025e}, + {949, 147, -5500, 0x0000}, + {938, 147, -5500, 0x026e} + } +}; + +StandTile tile_152 = { + 0x00dc0a, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {961, 136, -5455, 0x027a}, + {949, 136, -5500, 0x0262}, + {949, 136, -5455, 0x0000} + } +}; + +StandTile tile_153 = { + 0x00dc09, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {961, 136, -5455, 0x0256}, + {961, 136, -5500, 0x0000}, + {949, 136, -5500, 0x0276} + } +}; + +StandTile tile_154 = { + 0x00db0a, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {972, 124, -5455, 0x0282}, + {961, 124, -5500, 0x025a}, + {961, 124, -5455, 0x0000} + } +}; + +StandTile tile_155 = { + 0x00db09, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {972, 124, -5455, 0x024e}, + {972, 124, -5500, 0x0000}, + {961, 124, -5500, 0x027e} + } +}; + +StandTile tile_156 = { + 0x00da0a, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {983, 113, -5455, 0x028a}, + {972, 113, -5500, 0x0252}, + {972, 113, -5455, 0x0000} + } +}; + +StandTile tile_157 = { + 0x00da09, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {983, 113, -5455, 0x0246}, + {983, 113, -5500, 0x0000}, + {972, 113, -5500, 0x0286} + } +}; + +StandTile tile_158 = { + 0x00d90a, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1040, 57, -5455, 0x0292}, + {1028, 57, -5500, 0x022a}, + {1028, 57, -5455, 0x0000} + } +}; + +StandTile tile_159 = { + 0x00d909, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1040, 57, -5455, 0x021e}, + {1040, 57, -5500, 0x0000}, + {1028, 57, -5500, 0x028e} + } +}; + +StandTile tile_160 = { + 0x00d80a, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1028, 68, -5455, 0x029a}, + {1017, 68, -5500, 0x0232}, + {1017, 68, -5455, 0x0000} + } +}; + +StandTile tile_161 = { + 0x00d809, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1028, 68, -5455, 0x0226}, + {1028, 68, -5500, 0x0000}, + {1017, 68, -5500, 0x0296} + } +}; + +StandTile tile_162 = { + 0x00d70a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1017, 79, -5455, 0x02a2}, + {1006, 79, -5500, 0x023a}, + {1006, 79, -5455, 0x0000} + } +}; + +StandTile tile_163 = { + 0x00d709, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1017, 79, -5455, 0x022e}, + {1017, 79, -5500, 0x0000}, + {1006, 79, -5500, 0x029e} + } +}; + +StandTile tile_164 = { + 0x00d60a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1006, 90, -5455, 0x02aa}, + {995, 90, -5500, 0x0242}, + {995, 90, -5455, 0x0000} + } +}; + +StandTile tile_165 = { + 0x00d609, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1006, 90, -5455, 0x0236}, + {1006, 90, -5500, 0x0000}, + {995, 90, -5500, 0x02a6} + } +}; + +StandTile tile_166 = { + 0x00d50a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {995, 102, -5455, 0x02b2}, + {983, 102, -5500, 0x024a}, + {983, 102, -5455, 0x0000} + } +}; + +StandTile tile_167 = { + 0x00d509, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {995, 102, -5455, 0x023e}, + {995, 102, -5500, 0x0000}, + {983, 102, -5500, 0x02ae} + } +}; + +StandTile tile_168 = { + 0x023d0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {802, 158, -5455, 0x02ba}, + {802, 170, -5500, 0x030a}, + {802, 170, -5455, 0x0000} + } +}; + +StandTile tile_169 = { + 0x023d09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {802, 158, -5455, 0x030e}, + {802, 158, -5500, 0x0000}, + {802, 170, -5500, 0x02b6} + } +}; + +StandTile tile_170 = { + 0x023c0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {791, 170, -5455, 0x02c2}, + {791, 181, -5500, 0x0302}, + {791, 181, -5455, 0x0000} + } +}; + +StandTile tile_171 = { + 0x023c09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {791, 170, -5455, 0x0306}, + {791, 170, -5500, 0x0000}, + {791, 181, -5500, 0x02be} + } +}; + +StandTile tile_172 = { + 0x023b0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {780, 181, -5455, 0x02ca}, + {780, 192, -5500, 0x02fa}, + {780, 192, -5455, 0x0000} + } +}; + +StandTile tile_173 = { + 0x023b09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {780, 181, -5455, 0x02fe}, + {780, 181, -5500, 0x0000}, + {780, 192, -5500, 0x02c6} + } +}; + +StandTile tile_174 = { + 0x023a0a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {769, 192, -5455, 0x02d2}, + {769, 203, -5500, 0x02f2}, + {769, 203, -5455, 0x0000} + } +}; + +StandTile tile_175 = { + 0x023a09, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {769, 192, -5455, 0x02f6}, + {769, 192, -5500, 0x0000}, + {769, 203, -5500, 0x02ce} + } +}; + +StandTile tile_176 = { + 0x02390a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {757, 203, -5455, 0x02da}, + {757, 215, -5500, 0x02ea}, + {757, 215, -5455, 0x0000} + } +}; + +StandTile tile_177 = { + 0x023909, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {757, 203, -5455, 0x02ee}, + {757, 203, -5500, 0x0000}, + {757, 215, -5500, 0x02d6} + } +}; + +StandTile tile_178 = { + 0x02380a, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {746, 215, -5455, 0x02e2}, + {746, 226, -5500, 0x0212}, + {746, 226, -5455, 0x0000} + } +}; + +StandTile tile_179 = { + 0x023809, 0x20, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {746, 215, -5455, 0x02e6}, + {746, 215, -5500, 0x0000}, + {746, 226, -5500, 0x02de} + } +}; + +StandTile tile_180 = { + 0x00f80a, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {757, 215, -5455, 0x02ea}, + {746, 215, -5500, 0x02e2}, + {746, 215, -5455, 0x0000} + } +}; + +StandTile tile_181 = { + 0x00f809, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {757, 215, -5455, 0x02d6}, + {757, 215, -5500, 0x0000}, + {746, 215, -5500, 0x02e6} + } +}; + +StandTile tile_182 = { + 0x00f70a, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {769, 203, -5455, 0x02f2}, + {757, 203, -5500, 0x02da}, + {757, 203, -5455, 0x0000} + } +}; + +StandTile tile_183 = { + 0x00f709, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {769, 203, -5455, 0x02ce}, + {769, 203, -5500, 0x0000}, + {757, 203, -5500, 0x02ee} + } +}; + +StandTile tile_184 = { + 0x00f60a, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {780, 192, -5455, 0x02fa}, + {769, 192, -5500, 0x02d2}, + {769, 192, -5455, 0x0000} + } +}; + +StandTile tile_185 = { + 0x00f609, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {780, 192, -5455, 0x02c6}, + {780, 192, -5500, 0x0000}, + {769, 192, -5500, 0x02f6} + } +}; + +StandTile tile_186 = { + 0x00f50a, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {791, 181, -5455, 0x0302}, + {780, 181, -5500, 0x02ca}, + {780, 181, -5455, 0x0000} + } +}; + +StandTile tile_187 = { + 0x00f509, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {791, 181, -5455, 0x02be}, + {791, 181, -5500, 0x0000}, + {780, 181, -5500, 0x02fe} + } +}; + +StandTile tile_188 = { + 0x00f40a, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {802, 170, -5455, 0x030a}, + {791, 170, -5500, 0x02c2}, + {791, 170, -5455, 0x0000} + } +}; + +StandTile tile_189 = { + 0x00f409, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {802, 170, -5455, 0x02b6}, + {802, 170, -5500, 0x0000}, + {791, 170, -5500, 0x0306} + } +}; + +StandTile tile_190 = { + 0x00f30a, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {814, 158, -5455, 0x0312}, + {802, 158, -5500, 0x02ba}, + {802, 158, -5455, 0x0000} + } +}; + +StandTile tile_191 = { + 0x00f309, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {814, 158, -5455, 0x0194}, + {814, 158, -5500, 0x0000}, + {802, 158, -5500, 0x030e} + } +}; + +StandTile tile_192 = { + 0x005508, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {949, 45, -5184, 0x0322}, + {836, 45, -5060, 0x031a}, + {983, 45, -5150, 0x0407} + } +}; + +StandTile tile_193 = { + 0x005408, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {836, 45, -5060, 0x0326}, + {946, 45, -4947, 0x031e}, + {983, 45, -5150, 0x0316} + } +}; + +StandTile tile_194 = { + 0x005308, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {946, 45, -4947, 0x0000}, + {983, 45, -4947, 0x0000}, + {983, 45, -5150, 0x031a} + } +}; + +StandTile tile_195 = { + 0x005208, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {818, 45, -5060, 0x0000}, + {836, 45, -5060, 0x0316}, + {949, 45, -5184, 0x0336} + } +}; + +StandTile tile_196 = { + 0x005108, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {836, 45, -4947, 0x0000}, + {946, 45, -4947, 0x031a}, + {836, 45, -5060, 0x0000} + } +}; + +StandTile tile_197 = { + 0x00500a, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {708, 45, -5060, 0x032e}, + {814, 45, -5139, 0x034e}, + {772, 45, -5139, 0x040f} + } +}; + +StandTile tile_198 = { + 0x005009, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {708, 45, -5060, 0x0000}, + {735, 45, -5060, 0x0332}, + {814, 45, -5139, 0x032a} + } +}; + +StandTile tile_199 = { + 0x004e0a, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {735, 45, -5060, 0x0336}, + {949, 45, -5184, 0x033a}, + {814, 45, -5139, 0x032e} + } +}; + +StandTile tile_200 = { + 0x004e09, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {735, 45, -5060, 0x0000}, + {818, 45, -5060, 0x0322}, + {949, 45, -5184, 0x0332} + } +}; + +StandTile tile_201 = { + 0x004d08, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {814, 45, -5139, 0x0332}, + {949, 45, -5184, 0x033e}, + {829, 45, -5154, 0x034a} + } +}; + +StandTile tile_202 = { + 0x004c08, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {829, 45, -5154, 0x033a}, + {949, 45, -5184, 0x0000}, + {859, 45, -5184, 0x0000} + } +}; + +StandTile tile_203 = { + 0x004b0a, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {663, 45, -5304, 0x0346}, + {648, 45, -5139, 0x034e}, + {663, 45, -5154, 0x0000} + } +}; + +StandTile tile_204 = { + 0x004b09, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {663, 45, -5304, 0x041b}, + {648, 45, -5286, 0x0413}, + {648, 45, -5139, 0x0342} + } +}; + +StandTile tile_205 = { + 0x004a0a, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {663, 45, -5154, 0x034e}, + {814, 45, -5139, 0x033a}, + {829, 45, -5154, 0x0000} + } +}; + +StandTile tile_206 = { + 0x004a09, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {663, 45, -5154, 0x0342}, + {648, 45, -5139, 0x040b}, + {772, 45, -5139, 0x032a}, + {814, 45, -5139, 0x034a} + } +}; + +StandTile tile_207 = { + 0x00490a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1190, 45, -5157, 0x0357}, + {991, 45, -5157, 0x0379}, + {995, 45, -5150, 0x037d} + } +}; + +StandTile tile_208 = { + 0x004909, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x3, 0x4, + { + {1190, 45, -5157, 0x036d}, + {1190, 45, -5165, 0x035d}, + {1190, 45, -5180, 0x0365}, + {1190, 45, -5188, 0x03ff}, + {991, 45, -5157, 0x0353} + } +}; + +StandTile tile_209 = { + 0x00480a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1190, 45, -5165, 0x0361}, + {1209, 45, -5195, 0x0369}, + {1190, 45, -5180, 0x0357} + } +}; + +StandTile tile_210 = { + 0x004809, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1190, 45, -5165, 0x036d}, + {1209, 45, -5184, 0x0000}, + {1209, 45, -5195, 0x035d} + } +}; + +StandTile tile_211 = { + 0x00470a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1190, 45, -5180, 0x0369}, + {1209, 45, -5214, 0x03fb}, + {1190, 45, -5188, 0x0357} + } +}; + +StandTile tile_212 = { + 0x004709, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1190, 45, -5180, 0x035d}, + {1209, 45, -5195, 0x0000}, + {1209, 45, -5214, 0x0365} + } +}; + +StandTile tile_213 = { + 0x00460a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1190, 45, -5157, 0x0371}, + {1209, 45, -5184, 0x0361}, + {1190, 45, -5165, 0x0357} + } +}; + +StandTile tile_214 = { + 0x004609, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1190, 45, -5157, 0x0375}, + {1209, 45, -5169, 0x0000}, + {1209, 45, -5184, 0x036d} + } +}; + +StandTile tile_215 = { + 0x004508, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1209, 45, -4947, 0x0000}, + {1209, 45, -5169, 0x0371}, + {1190, 45, -5157, 0x037d} + } +}; + +StandTile tile_216 = { + 0x004408, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {983, 45, -5150, 0x0000}, + {995, 45, -5150, 0x0353}, + {991, 45, -5157, 0x0407} + } +}; + +StandTile tile_217 = { + 0x004308, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1209, 45, -4947, 0x0375}, + {1190, 45, -5157, 0x0353}, + {995, 45, -5150, 0x0381} + } +}; + +StandTile tile_218 = { + 0x004208, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x3, 0x4, + { + {1074, 45, -4947, 0x0000}, + {1085, 45, -4947, 0x018c}, + {1168, 45, -4947, 0x0000}, + {1209, 45, -4947, 0x037d}, + {995, 45, -5150, 0x0387} + } +}; + +StandTile tile_219 = { + 0x004108, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {995, 45, -4947, 0x0000}, + {1074, 45, -4947, 0x0381}, + {995, 45, -5150, 0x0000} + } +}; + +StandTile tile_220 = { + 0x00400a, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {746, 45, -5500, 0x038f}, + {599, 45, -5489, 0x0397}, + {753, 45, -5489, 0x03d3} + } +}; + +StandTile tile_221 = { + 0x004009, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {746, 45, -5500, 0x0000}, + {599, 45, -5500, 0x0000}, + {599, 45, -5489, 0x038b} + } +}; + +StandTile tile_222 = { + 0x003f08, 0x20, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {599, 45, -5489, 0x041b}, + {663, 45, -5304, 0x039f}, + {693, 45, -5384, 0x0397} + } +}; + +StandTile tile_223 = { + 0x003e08, 0x20, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {753, 45, -5489, 0x038b}, + {599, 45, -5489, 0x0393}, + {693, 45, -5384, 0x039b} + } +}; + +StandTile tile_224 = { + 0x003d08, 0x20, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {829, 45, -5304, 0x03a7}, + {753, 45, -5489, 0x0397}, + {693, 45, -5384, 0x039f} + } +}; + +StandTile tile_225 = { + 0x003c08, 0x20, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {693, 45, -5384, 0x0393}, + {663, 45, -5304, 0x0000}, + {829, 45, -5304, 0x039b} + } +}; + +StandTile tile_226 = { + 0x024508, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {829, 45, -5304, 0x03ab}, + {934, 45, -5380, 0x03b7}, + {814, 45, -5453, 0x03a7} + } +}; + +StandTile tile_227 = { + 0x003b08, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {753, 45, -5489, 0x039b}, + {829, 45, -5304, 0x03a3}, + {814, 45, -5453, 0x03b3} + } +}; + +StandTile tile_228 = { + 0x003a08, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {859, 45, -5274, 0x03af}, + {934, 45, -5380, 0x03a3}, + {829, 45, -5304, 0x0000} + } +}; + +StandTile tile_229 = { + 0x003808, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {949, 45, -5274, 0x0427}, + {934, 45, -5380, 0x03ab}, + {859, 45, -5274, 0x0000} + } +}; + +StandTile tile_230 = { + 0x01be08, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {804, 45, -5483, 0x03d3}, + {753, 45, -5489, 0x03a7}, + {814, 45, -5453, 0x03bf} + } +}; + +StandTile tile_231 = { + 0x01bf08, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {814, 45, -5453, 0x03a3}, + {934, 45, -5380, 0x03c7}, + {947, 45, -5414, 0x03bb} + } +}; + +StandTile tile_232 = { + 0x01bd0a, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {965, 45, -5464, 0x03bf}, + {814, 45, -5453, 0x03b7}, + {947, 45, -5414, 0x03c3} + } +}; + +StandTile tile_233 = { + 0x01bd09, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {965, 45, -5464, 0x03cb}, + {804, 45, -5483, 0x03b3}, + {814, 45, -5453, 0x03bb} + } +}; + +StandTile tile_234 = { + 0x024408, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1040, 45, -5455, 0x0000}, + {965, 45, -5464, 0x03bb}, + {947, 45, -5414, 0x03c7} + } +}; + +StandTile tile_235 = { + 0x003708, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1040, 45, -5455, 0x03c3}, + {947, 45, -5414, 0x03b7}, + {934, 45, -5380, 0x0423} + } +}; + +StandTile tile_236 = { + 0x01c808, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {804, 45, -5483, 0x03bf}, + {965, 45, -5464, 0x0000}, + {893, 45, -5500, 0x03cf} + } +}; + +StandTile tile_237 = { + 0x00360a, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {746, 45, -5500, 0x03d3}, + {804, 45, -5483, 0x03cb}, + {893, 45, -5500, 0x0000} + } +}; + +StandTile tile_238 = { + 0x003609, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {746, 45, -5500, 0x038b}, + {753, 45, -5489, 0x03b3}, + {804, 45, -5483, 0x03cf} + } +}; + +StandTile tile_239 = { + 0x00350a, 0x20, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1085, 45, -5500, 0x03db}, + {1040, 45, -5455, 0x0423}, + {1074, 45, -5350, 0x03df} + } +}; + +StandTile tile_240 = { + 0x003509, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1085, 45, -5500, 0x0000}, + {1040, 45, -5500, 0x0222}, + {1040, 45, -5455, 0x03d7} + } +}; + +StandTile tile_241 = { + 0x00340a, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1157, 45, -5474, 0x03e3}, + {1085, 45, -5500, 0x03d7}, + {1074, 45, -5350, 0x03e7} + } +}; + +StandTile tile_242 = { + 0x003409, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1157, 45, -5474, 0x0000}, + {1157, 45, -5500, 0x0000}, + {1085, 45, -5500, 0x03df} + } +}; + +StandTile tile_243 = { + 0x002f08, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1164, 45, -5474, 0x0000}, + {1157, 45, -5474, 0x03df}, + {1074, 45, -5350, 0x03eb} + } +}; + +StandTile tile_244 = { + 0x002e08, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1179, 45, -5478, 0x0000}, + {1164, 45, -5474, 0x03e7}, + {1074, 45, -5350, 0x03ef} + } +}; + +StandTile tile_245 = { + 0x002d08, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1187, 45, -5470, 0x0000}, + {1179, 45, -5478, 0x03eb}, + {1074, 45, -5350, 0x03f7} + } +}; + +StandTile tile_246 = { + 0x002a08, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1209, 45, -5214, 0x0000}, + {1209, 45, -5455, 0x03f7}, + {1074, 45, -5350, 0x03fb} + } +}; + +StandTile tile_247 = { + 0x002908, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1209, 45, -5455, 0x0000}, + {1187, 45, -5470, 0x03ef}, + {1074, 45, -5350, 0x03f3} + } +}; + +StandTile tile_248 = { + 0x002808, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1190, 45, -5188, 0x0365}, + {1209, 45, -5214, 0x03f3}, + {1074, 45, -5350, 0x03ff} + } +}; + +StandTile tile_249 = { + 0x002708, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {991, 45, -5157, 0x0357}, + {1190, 45, -5188, 0x03fb}, + {1074, 45, -5350, 0x0403} + } +}; + +StandTile tile_250 = { + 0x002608, 0x20, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {991, 45, -5157, 0x03ff}, + {1074, 45, -5350, 0x042b}, + {949, 45, -5184, 0x0407} + } +}; + +StandTile tile_251 = { + 0x002508, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {983, 45, -5150, 0x0379}, + {991, 45, -5157, 0x0403}, + {949, 45, -5184, 0x0316} + } +}; + +StandTile tile_252 = { + 0x00240a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {599, 45, -5060, 0x040f}, + {772, 45, -5139, 0x034e}, + {648, 45, -5139, 0x0413} + } +}; + +StandTile tile_253 = { + 0x002409, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {599, 45, -5060, 0x0000}, + {708, 45, -5060, 0x032a}, + {772, 45, -5139, 0x040b} + } +}; + +StandTile tile_254 = { + 0x00230a, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {648, 45, -5286, 0x0417}, + {599, 45, -5060, 0x040b}, + {648, 45, -5139, 0x0346} + } +}; + +StandTile tile_255 = { + 0x002309, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {648, 45, -5286, 0x041f}, + {599, 45, -5308, 0x0000}, + {599, 45, -5060, 0x0413} + } +}; + +StandTile tile_256 = { + 0x00220a, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {599, 45, -5489, 0x041f}, + {648, 45, -5286, 0x0346}, + {663, 45, -5304, 0x0393} + } +}; + +StandTile tile_257 = { + 0x002209, 0x20, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {599, 45, -5489, 0x0000}, + {599, 45, -5308, 0x0417}, + {648, 45, -5286, 0x041b} + } +}; + +StandTile tile_258 = { + 0x002108, 0x20, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1040, 45, -5455, 0x03c7}, + {934, 45, -5380, 0x0427}, + {1074, 45, -5350, 0x03d7} + } +}; + +StandTile tile_259 = { + 0x002008, 0x20, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {934, 45, -5380, 0x03af}, + {949, 45, -5274, 0x042b}, + {1074, 45, -5350, 0x0423} + } +}; + +StandTile tile_260 = { + 0x001f08, 0x20, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {949, 45, -5274, 0x0000}, + {949, 45, -5184, 0x0403}, + {1074, 45, -5350, 0x0427} + } +}; + +StandTile tile_261 = { + 0x01e60a, 0x20, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {757, 294, -5026, 0x0433}, + {802, 294, -5060, 0x01fc}, + {757, 294, -5060, 0x0000} + } +}; + +StandTile tile_262 = { + 0x01e609, 0x20, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {757, 294, -5026, 0x12dd}, + {802, 294, -5026, 0x0000}, + {802, 294, -5060, 0x042f} + } +}; + +StandTile tile_263 = { + 0x01740a, 0x1f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {983, 294, -5105, 0x043b}, + {995, 294, -5060, 0x0451}, + {995, 294, -5105, 0x0000} + } +}; + +StandTile tile_264 = { + 0x017409, 0x1f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {983, 294, -5105, 0x0202}, + {983, 294, -5060, 0x0000}, + {995, 294, -5060, 0x0437} + } +}; + +StandTile tile_265 = { + 0x01eb0a, 0x1f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1130, 294, -4913, 0x0443}, + {1085, 294, -4947, 0x0000}, + {1085, 294, -4913, 0x12cd} + } +}; + +StandTile tile_266 = { + 0x01eb09, 0x1f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1130, 294, -4913, 0x0000}, + {1130, 294, -4947, 0x0447}, + {1085, 294, -4947, 0x043f} + } +}; + +StandTile tile_267 = { + 0x018a08, 0x1f, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x2, + { + {1209, 294, -4947, 0x044d}, + {995, 294, -5060, 0x0000}, + {995, 294, -4947, 0x0000}, + {1085, 294, -4947, 0x0443}, + {1130, 294, -4947, 0x0000} + } +}; + +StandTile tile_268 = { + 0x018908, 0x1f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1209, 294, -4947, 0x0000}, + {1209, 294, -5041, 0x0451}, + {995, 294, -5060, 0x0447} + } +}; + +StandTile tile_269 = { + 0x018808, 0x1f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {995, 294, -5060, 0x044d}, + {1209, 294, -5041, 0x0455}, + {995, 294, -5105, 0x0437} + } +}; + +StandTile tile_270 = { + 0x01870a, 0x1f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1209, 294, -5041, 0x0459}, + {1149, 294, -5139, 0x045d}, + {995, 294, -5105, 0x0451} + } +}; + +StandTile tile_271 = { + 0x018709, 0x1f, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1209, 294, -5041, 0x0000}, + {1209, 294, -5139, 0x0000}, + {1149, 294, -5139, 0x0455} + } +}; + +StandTile tile_272 = { + 0x018608, 0x1f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1149, 294, -5139, 0x0000}, + {995, 294, -5139, 0x0000}, + {995, 294, -5105, 0x0455} + } +}; + +StandTile tile_273 = { + 0x279900, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2268, 19, -8149, 0x0000}, + {2494, 19, -8149, 0x0000}, + {2494, 19, -8235, 0x0465} + } +}; + +StandTile tile_274 = { + 0x279a00, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2268, 19, -8149, 0x0461}, + {2494, 19, -8235, 0x0471}, + {2494, 19, -8273, 0x046d} + } +}; + +StandTile tile_275 = { + 0x279b00, 0x1e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2494, 19, -8273, 0x0000}, + {2494, 19, -8590, 0x0000}, + {2268, 19, -8590, 0x046d} + } +}; + +StandTile tile_276 = { + 0x1a2700, 0x1e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2268, 19, -8149, 0x0465}, + {2494, 19, -8273, 0x0469}, + {2268, 19, -8590, 0x0000} + } +}; + +StandTile tile_277 = { + 0x27ed02, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2494, 19, -8235, 0x0475}, + {2498, 19, -8273, 0x0000}, + {2494, 19, -8273, 0x0465} + } +}; + +StandTile tile_278 = { + 0x27ed01, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2494, 19, -8235, 0x0000}, + {2498, 19, -8235, 0x09a3}, + {2498, 19, -8273, 0x0471} + } +}; + +StandTile tile_279 = { + 0x279100, 0x1d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3119, 19, -8755, 0x0000}, + {3119, 19, -8981, 0x0000}, + {2848, 19, -8981, 0x047d} + } +}; + +StandTile tile_280 = { + 0x279200, 0x1d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2905, 19, -8755, 0x0000}, + {3119, 19, -8755, 0x0479}, + {2848, 19, -8981, 0x0481} + } +}; + +StandTile tile_281 = { + 0x279600, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2905, 19, -8755, 0x047d}, + {2848, 19, -8981, 0x0000}, + {2848, 19, -8827, 0x048d} + } +}; + +StandTile tile_282 = { + 0x27ee02, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2867, 19, -8755, 0x0489}, + {2905, 19, -8752, 0x0000}, + {2905, 19, -8755, 0x048d} + } +}; + +StandTile tile_283 = { + 0x27ee01, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2867, 19, -8755, 0x0000}, + {2867, 19, -8752, 0x09ab}, + {2905, 19, -8752, 0x0485} + } +}; + +StandTile tile_284 = { + 0x279700, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2867, 19, -8755, 0x0485}, + {2905, 19, -8755, 0x0481}, + {2848, 19, -8827, 0x0491} + } +}; + +StandTile tile_285 = { + 0x279300, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2867, 19, -8755, 0x048d}, + {2848, 19, -8827, 0x0000}, + {2844, 19, -8827, 0x0495} + } +}; + +StandTile tile_286 = { + 0x279500, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2679, 19, -8755, 0x0000}, + {2867, 19, -8755, 0x0491}, + {2844, 19, -8827, 0x0499} + } +}; + +StandTile tile_287 = { + 0x279000, 0x1d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2679, 19, -8755, 0x0495}, + {2844, 19, -8827, 0x0000}, + {2844, 19, -8981, 0x049d} + } +}; + +StandTile tile_288 = { + 0x198200, 0x1d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2679, 19, -8981, 0x0000}, + {2679, 19, -8755, 0x0499}, + {2844, 19, -8981, 0x0000} + } +}; + +StandTile tile_289 = { + 0x27e600, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4498, 19, -7177, 0x0000}, + {4272, 19, -7177, 0x0000}, + {4272, 19, -7090, 0x04ad} + } +}; + +StandTile tile_290 = { + 0x27e700, 0x1c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4272, 19, -7052, 0x0000}, + {4272, 19, -6736, 0x0000}, + {4498, 19, -6736, 0x04a9} + } +}; + +StandTile tile_291 = { + 0x23a902, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4498, 19, -7177, 0x04ad}, + {4272, 19, -7052, 0x04a5}, + {4498, 19, -6736, 0x0000} + } +}; + +StandTile tile_292 = { + 0x23a901, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4498, 19, -7177, 0x04a1}, + {4272, 19, -7090, 0x04b1}, + {4272, 19, -7052, 0x04a9} + } +}; + +StandTile tile_293 = { + 0x27e502, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4272, 19, -7090, 0x04b5}, + {4268, 19, -7052, 0x0000}, + {4272, 19, -7052, 0x04ad} + } +}; + +StandTile tile_294 = { + 0x27e501, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4272, 19, -7090, 0x0000}, + {4268, 19, -7090, 0x1a30}, + {4268, 19, -7052, 0x04b1} + } +}; + +StandTile tile_295 = { + 0x27eb00, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3760, 19, -7132, 0x0000}, + {3760, 19, -7218, 0x0000}, + {3534, 19, -7218, 0x04c1} + } +}; + +StandTile tile_296 = { + 0x27ec00, 0x1b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3534, 19, -6777, 0x0000}, + {3760, 19, -6777, 0x0000}, + {3760, 19, -7094, 0x04c5} + } +}; + +StandTile tile_297 = { + 0x243b02, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3534, 19, -6777, 0x04c5}, + {3760, 19, -7132, 0x04b9}, + {3534, 19, -7218, 0x0000} + } +}; + +StandTile tile_298 = { + 0x243b01, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3534, 19, -6777, 0x04bd}, + {3760, 19, -7094, 0x04c9}, + {3760, 19, -7132, 0x04c1} + } +}; + +StandTile tile_299 = { + 0x27ea02, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3760, 19, -7094, 0x04cd}, + {3764, 19, -7132, 0x0000}, + {3760, 19, -7132, 0x04c5} + } +}; + +StandTile tile_300 = { + 0x27ea01, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3760, 19, -7094, 0x0000}, + {3764, 19, -7094, 0x1a18}, + {3764, 19, -7132, 0x04c9} + } +}; + +StandTile tile_301 = { + 0x27fb02, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3181, 19, -3640, 0x04d5}, + {-3174, 19, -3603, 0x0000}, + {-3170, 19, -3604, 0x04e5} + } +}; + +StandTile tile_302 = { + 0x27fb01, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3181, 19, -3640, 0x0000}, + {-3184, 19, -3639, 0x1d48}, + {-3174, 19, -3603, 0x04d1} + } +}; + +StandTile tile_303 = { + 0x27fc00, 0x1a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-3051, 19, -4007, 0x0000}, + {-3268, 19, -3944, 0x0000}, + {-3181, 19, -3640, 0x04e5} + } +}; + +StandTile tile_304 = { + 0x27fd00, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3170, 19, -3604, 0x0000}, + {-3147, 19, -3521, 0x0000}, + {-2929, 19, -3583, 0x04e1} + } +}; + +StandTile tile_305 = { + 0x24cd02, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3051, 19, -4007, 0x04e5}, + {-3170, 19, -3604, 0x04dd}, + {-2929, 19, -3583, 0x0000} + } +}; + +StandTile tile_306 = { + 0x24cd01, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3051, 19, -4007, 0x04d9}, + {-3181, 19, -3640, 0x04d1}, + {-3170, 19, -3604, 0x04e1} + } +}; + +StandTile tile_307 = { + 0x27f702, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3533, 38, -6179, 0x04ed}, + {-3504, 38, -6203, 0x0000}, + {-3507, 38, -6206, 0x04fd} + } +}; + +StandTile tile_308 = { + 0x27f701, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3533, 38, -6179, 0x0000}, + {-3530, 38, -6176, 0x2050}, + {-3504, 38, -6203, 0x04e9} + } +}; + +StandTile tile_309 = { + 0x27f800, 0x19, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3915, 38, -6108, 0x0000}, + {-3753, 38, -5951, 0x0000}, + {-3533, 38, -6179, 0x04fd} + } +}; + +StandTile tile_310 = { + 0x27f900, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-3507, 38, -6206, 0x0000}, + {-3446, 38, -6268, 0x0000}, + {-3609, 38, -6425, 0x04f9} + } +}; + +StandTile tile_311 = { + 0x256102, 0x19, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3915, 38, -6108, 0x04fd}, + {-3507, 38, -6206, 0x04f5}, + {-3609, 38, -6425, 0x0000} + } +}; + +StandTile tile_312 = { + 0x256101, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3915, 38, -6108, 0x04f1}, + {-3533, 38, -6179, 0x04e9}, + {-3507, 38, -6206, 0x04f9} + } +}; + +StandTile tile_313 = { + 0x27f302, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5237, 35, -6772, 0x0505}, + {-5270, 35, -6791, 0x0000}, + {-5271, 35, -6787, 0x0515} + } +}; + +StandTile tile_314 = { + 0x27f301, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5237, 35, -6772, 0x0000}, + {-5235, 35, -6775, 0x24de}, + {-5270, 35, -6791, 0x0501} + } +}; + +StandTile tile_315 = { + 0x27f400, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5252, 37, -6530, 0x0000}, + {-5158, 35, -6736, 0x0000}, + {-5237, 35, -6772, 0x0515} + } +}; + +StandTile tile_316 = { + 0x27f500, 0x18, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-5271, 35, -6787, 0x0000}, + {-5559, 35, -6918, 0x0000}, + {-5653, 37, -6713, 0x0511} + } +}; + +StandTile tile_317 = { + 0x268902, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5252, 37, -6530, 0x0515}, + {-5271, 35, -6787, 0x050d}, + {-5653, 37, -6713, 0x0000} + } +}; + +StandTile tile_318 = { + 0x268901, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5252, 37, -6530, 0x0509}, + {-5237, 35, -6772, 0x0501}, + {-5271, 35, -6787, 0x0511} + } +}; + +StandTile tile_319 = { + 0x32b002, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4934, 38, -8555, 0x051d}, + {-4972, 38, -8559, 0x0000}, + {-4972, 38, -8555, 0x2296} + } +}; + +StandTile tile_320 = { + 0x32b001, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4934, 38, -8555, 0x0000}, + {-4934, 38, -8559, 0x052d}, + {-4972, 38, -8559, 0x0519} + } +}; + +StandTile tile_321 = { + 0x27f000, 0x17, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5059, 38, -8785, 0x0000}, + {-5059, 38, -8559, 0x0000}, + {-4972, 38, -8559, 0x052d} + } +}; + +StandTile tile_322 = { + 0x27f100, 0x17, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-4934, 38, -8559, 0x0000}, + {-4618, 38, -8559, 0x0000}, + {-4618, 38, -8785, 0x0529} + } +}; + +StandTile tile_323 = { + 0x25f502, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-5059, 38, -8785, 0x052d}, + {-4934, 38, -8559, 0x0525}, + {-4618, 38, -8785, 0x0000} + } +}; + +StandTile tile_324 = { + 0x25f501, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5059, 38, -8785, 0x0521}, + {-4972, 38, -8559, 0x051d}, + {-4934, 38, -8559, 0x0529} + } +}; + +StandTile tile_325 = { + 0x09a000, 0x16, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2401, 222, -1360, 0x05cd}, + {2132, 222, -1880, 0x055d}, + {2089, 222, -761, 0x0000} + } +}; + +StandTile tile_326 = { + 0x04d100, 0x16, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {689, 128, -1401, 0x0561}, + {757, 151, -964, 0x05b5}, + {836, 151, -980, 0x0539} + } +}; + +StandTile tile_327 = { + 0x04d000, 0x16, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {780, 128, -1424, 0x053d}, + {689, 128, -1401, 0x0535}, + {836, 151, -980, 0x0549} + } +}; + +StandTile tile_328 = { + 0x04cf00, 0x16, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {689, 128, -1401, 0x0539}, + {780, 128, -1424, 0x0541}, + {565, 109, -1854, 0x05e9} + } +}; + +StandTile tile_329 = { + 0x04ce00, 0x16, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {565, 109, -1854, 0x053d}, + {780, 128, -1424, 0x0551}, + {674, 109, -1891, 0x108d} + } +}; + +StandTile tile_330 = { + 0x042100, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1330, 290, -1503, 0x0571}, + {927, 256, -987, 0x05a5}, + {1522, 230, -644, 0x0559} + } +}; + +StandTile tile_331 = { + 0x03a500, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {780, 128, -1424, 0x0539}, + {836, 151, -980, 0x059d}, + {927, 256, -987, 0x054d} + } +}; + +StandTile tile_332 = { + 0x03a400, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {848, 222, -1465, 0x0551}, + {780, 128, -1424, 0x0549}, + {927, 256, -987, 0x0571} + } +}; + +StandTile tile_333 = { + 0x03a300, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {674, 109, -1891, 0x0541}, + {780, 128, -1424, 0x054d}, + {848, 222, -1465, 0x0555} + } +}; + +StandTile tile_334 = { + 0x03a200, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {674, 109, -1891, 0x0551}, + {848, 222, -1465, 0x0575}, + {769, 222, -1910, 0x0fb5} + } +}; + +StandTile tile_335 = { + 0x039200, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1330, 290, -1503, 0x0545}, + {1522, 230, -644, 0x0579}, + {2089, 222, -761, 0x055d} + } +}; + +StandTile tile_336 = { + 0x039000, 0x16, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1330, 290, -1503, 0x0559}, + {2089, 222, -761, 0x0531}, + {2132, 222, -1880, 0x0565} + } +}; + +StandTile tile_337 = { + 0x038100, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {716, 188, -987, 0x0595}, + {757, 151, -964, 0x0535}, + {689, 128, -1401, 0x05f1} + } +}; + +StandTile tile_338 = { + 0x038000, 0x16, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2132, 222, -1880, 0x0f9d}, + {1563, 222, -1880, 0x0569}, + {1330, 290, -1503, 0x055d} + } +}; + +StandTile tile_339 = { + 0x037f00, 0x16, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1059, 222, -1861, 0x056d}, + {1330, 290, -1503, 0x0565}, + {1563, 222, -1880, 0x0fa5} + } +}; + +StandTile tile_340 = { + 0x037e00, 0x16, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1330, 290, -1503, 0x0569}, + {1059, 222, -1861, 0x0575}, + {848, 222, -1465, 0x0571} + } +}; + +StandTile tile_341 = { + 0x037d00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {848, 222, -1465, 0x054d}, + {927, 256, -987, 0x0545}, + {1330, 290, -1503, 0x056d} + } +}; + +StandTile tile_342 = { + 0x037c00, 0x16, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1059, 222, -1861, 0x0fad}, + {769, 222, -1910, 0x0555}, + {848, 222, -1465, 0x056d} + } +}; + +StandTile tile_343 = { + 0x039100, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1552, 230, 196, 0x0000}, + {2089, 222, -761, 0x0559}, + {1522, 230, -644, 0x058d} + } +}; + +StandTile tile_344 = { + 0x03f900, 0x16, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {780, 109, -599, 0x0581}, + {656, 132, -309, 0x0aa7}, + {723, 60, -245, 0x05bd} + } +}; + +StandTile tile_345 = { + 0x03fa00, 0x16, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {656, 132, -309, 0x057d}, + {780, 109, -599, 0x0591}, + {731, 166, -610, 0x05a9} + } +}; + +StandTile tile_346 = { + 0x03fb00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {866, 109, -603, 0x05c1}, + {795, 60, -200, 0x0ab3}, + {874, 132, -173, 0x0589} + } +}; + +StandTile tile_347 = { + 0x03fc00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {946, 166, -599, 0x0599}, + {866, 109, -603, 0x0585}, + {874, 132, -173, 0x05a1} + } +}; + +StandTile tile_348 = { + 0x041a00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1522, 230, -644, 0x05a1}, + {874, 132, -173, 0x0b27}, + {1552, 230, 196, 0x0579} + } +}; + +StandTile tile_349 = { + 0x041b00, 0x16, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {731, 166, -610, 0x0581}, + {780, 109, -599, 0x05b9}, + {757, 151, -964, 0x0595} + } +}; + +StandTile tile_350 = { + 0x041c00, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {731, 166, -610, 0x0591}, + {757, 151, -964, 0x0561}, + {716, 188, -987, 0x05ad} + } +}; + +StandTile tile_351 = { + 0x041d00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {866, 109, -603, 0x0589}, + {946, 166, -599, 0x059d}, + {836, 151, -980, 0x05b5} + } +}; + +StandTile tile_352 = { + 0x041e00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {927, 256, -987, 0x0549}, + {836, 151, -980, 0x0599}, + {946, 166, -599, 0x05a5} + } +}; + +StandTile tile_353 = { + 0x041f00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1522, 230, -644, 0x05a5}, + {946, 166, -599, 0x0589}, + {874, 132, -173, 0x058d} + } +}; + +StandTile tile_354 = { + 0x042000, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {946, 166, -599, 0x05a1}, + {1522, 230, -644, 0x0545}, + {927, 256, -987, 0x059d} + } +}; + +StandTile tile_355 = { + 0x042200, 0x16, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {501, 241, -591, 0x0ac7}, + {656, 132, -309, 0x0581}, + {731, 166, -610, 0x05ad} + } +}; + +StandTile tile_356 = { + 0x042300, 0x16, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {731, 166, -610, 0x0595}, + {716, 188, -987, 0x05b1}, + {501, 241, -591, 0x05a9} + } +}; + +StandTile tile_357 = { + 0x042400, 0x16, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {501, 241, -591, 0x05ad}, + {716, 188, -987, 0x05f1}, + {448, 264, -1089, 0x05c5} + } +}; + +StandTile tile_358 = { + 0x04bc00, 0x16, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {836, 151, -980, 0x0535}, + {757, 151, -964, 0x05b9}, + {866, 109, -603, 0x0599} + } +}; + +StandTile tile_359 = { + 0x04bd00, 0x16, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {780, 109, -599, 0x05c1}, + {866, 109, -603, 0x05b5}, + {757, 151, -964, 0x0591} + } +}; + +StandTile tile_360 = { + 0x04be00, 0x16, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {780, 109, -599, 0x057d}, + {723, 60, -245, 0x0b7b}, + {795, 60, -200, 0x05c1} + } +}; + +StandTile tile_361 = { + 0x04c000, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {866, 109, -603, 0x05b9}, + {780, 109, -599, 0x05bd}, + {795, 60, -200, 0x0585} + } +}; + +StandTile tile_362 = { + 0x042600, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {501, 241, -591, 0x05b1}, + {448, 264, -1089, 0x05c9}, + {-64, 222, -701, 0x05d5} + } +}; + +StandTile tile_363 = { + 0x042900, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {448, 264, -1089, 0x05e5}, + {-953, 316, -938, 0x0b6f}, + {-64, 222, -701, 0x05c5} + } +}; + +StandTile tile_364 = { + 0x09a100, 0x16, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2401, 222, -1360, 0x05d1}, + {2535, 143, -1914, 0x0f1d}, + {2132, 222, -1880, 0x0531} + } +}; + +StandTile tile_365 = { + 0x099d00, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3002, 143, -1671, 0x0dab}, + {2535, 143, -1914, 0x05cd}, + {2401, 222, -1360, 0x0000} + } +}; + +StandTile tile_366 = { + 0x042500, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-64, 222, -701, 0x0acf}, + {151, 222, -392, 0x0acb}, + {501, 241, -591, 0x05c5} + } +}; + +StandTile tile_367 = { + 0x068200, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1415, 316, -1190, 0x0b8b}, + {-953, 316, -938, 0x05dd}, + {-1755, 237, -1963, 0x0000} + } +}; + +StandTile tile_368 = { + 0x03bc00, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-953, 316, -938, 0x05e1}, + {-226, 271, -2083, 0x0ff1}, + {-1755, 237, -1963, 0x05d9} + } +}; + +StandTile tile_369 = { + 0x038a00, 0x16, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-953, 316, -938, 0x05e5}, + {471, 271, -1782, 0x0f69}, + {-226, 271, -2083, 0x05dd} + } +}; + +StandTile tile_370 = { + 0x038900, 0x16, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-953, 316, -938, 0x05c9}, + {448, 264, -1089, 0x05ed}, + {471, 271, -1782, 0x05e1} + } +}; + +StandTile tile_371 = { + 0x038400, 0x16, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {689, 128, -1401, 0x053d}, + {565, 109, -1854, 0x0f59}, + {471, 271, -1782, 0x05ed} + } +}; + +StandTile tile_372 = { + 0x038300, 0x16, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {448, 264, -1089, 0x05f1}, + {689, 128, -1401, 0x05e9}, + {471, 271, -1782, 0x05e5} + } +}; + +StandTile tile_373 = { + 0x038200, 0x16, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {689, 128, -1401, 0x05ed}, + {448, 264, -1089, 0x05b1}, + {716, 188, -987, 0x0561} + } +}; + +StandTile tile_374 = { + 0x092b00, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4080, 68, -7422, 0x18b0}, + {4321, 68, -7361, 0x05f9}, + {4259, 68, -7569, 0x067d} + } +}; + +StandTile tile_375 = { + 0x092e00, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4455, 68, -7512, 0x0671}, + {4259, 68, -7569, 0x05f5}, + {4321, 68, -7361, 0x0000} + } +}; + +StandTile tile_376 = { + 0x084900, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3944, 0, -7422, 0x17f4}, + {4005, 0, -7425, 0x0601}, + {3914, 0, -7610, 0x0605} + } +}; + +StandTile tile_377 = { + 0x084a00, 0x15, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {4005, 0, -7425, 0x0681}, + {3986, 0, -7625, 0x0675}, + {3914, 0, -7610, 0x05fd} + } +}; + +StandTile tile_378 = { + 0x08e300, 0x15, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3944, 0, -7422, 0x05fd}, + {3914, 0, -7610, 0x0619}, + {3779, 97, -7576, 0x19ec} + } +}; + +StandTile tile_379 = { + 0x229900, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3602, 0, -8043, 0x0615}, + {3775, 68, -8043, 0x062d}, + {3620, 41, -8247, 0x1630} + } +}; + +StandTile tile_380 = { + 0x08dc00, 0x15, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3846, 0, -7780, 0x0625}, + {3703, 0, -7904, 0x1614}, + {3632, 135, -7832, 0x0611} + } +}; + +StandTile tile_381 = { + 0x08de00, 0x15, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3846, 0, -7780, 0x060d}, + {3632, 135, -7832, 0x161c}, + {3760, 165, -7749, 0x0679} + } +}; + +StandTile tile_382 = { + 0x08ea00, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3775, 68, -8043, 0x0609}, + {3602, 0, -8043, 0x1618}, + {3726, 0, -7975, 0x066d} + } +}; + +StandTile tile_383 = { + 0x08e000, 0x15, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3914, 0, -7610, 0x0679}, + {3760, 165, -7749, 0x061d}, + {3779, 97, -7576, 0x0605} + } +}; + +StandTile tile_384 = { + 0x08f000, 0x15, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3639, 192, -7682, 0x19d0}, + {3779, 97, -7576, 0x0619}, + {3760, 165, -7749, 0x1608} + } +}; + +StandTile tile_385 = { + 0x084c00, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3986, 0, -7625, 0x0661}, + {3918, 0, -7817, 0x0625}, + {3846, 0, -7780, 0x0675} + } +}; + +StandTile tile_386 = { + 0x084d00, 0x15, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3846, 0, -7780, 0x0621}, + {3918, 0, -7817, 0x0629}, + {3703, 0, -7904, 0x060d} + } +}; + +StandTile tile_387 = { + 0x084e00, 0x15, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3918, 0, -7817, 0x066d}, + {3726, 0, -7975, 0x1638}, + {3703, 0, -7904, 0x0625} + } +}; + +StandTile tile_388 = { + 0x229b00, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3620, 41, -8247, 0x0609}, + {3775, 68, -8043, 0x065d}, + {4236, 87, -8334, 0x0631} + } +}; + +StandTile tile_389 = { + 0x229c00, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4082, 68, -8551, 0x0635}, + {3620, 41, -8247, 0x062d}, + {4236, 87, -8334, 0x0000} + } +}; + +StandTile tile_390 = { + 0x229e00, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3620, 128, -8420, 0x162c}, + {3620, 41, -8247, 0x0631}, + {4082, 68, -8551, 0x0639} + } +}; + +StandTile tile_391 = { + 0x22a300, 0x15, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {4082, 68, -8551, 0x0000}, + {3750, 128, -8988, 0x1620}, + {3620, 128, -8420, 0x0635} + } +}; + +StandTile tile_392 = { + 0x092600, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3982, 68, -7885, 0x0665}, + {4057, 38, -7655, 0x0645}, + {4183, 68, -7827, 0x0641} + } +}; + +StandTile tile_393 = { + 0x092a00, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4236, 87, -8334, 0x065d}, + {3982, 68, -7885, 0x063d}, + {4183, 68, -7827, 0x0649} + } +}; + +StandTile tile_394 = { + 0x092c00, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4259, 68, -7569, 0x064d}, + {4183, 68, -7827, 0x063d}, + {4057, 38, -7655, 0x067d} + } +}; + +StandTile tile_395 = { + 0x092d00, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4236, 87, -8334, 0x0641}, + {4183, 68, -7827, 0x0651}, + {4351, 117, -8099, 0x0000} + } +}; + +StandTile tile_396 = { + 0x092f00, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4183, 68, -7827, 0x0645}, + {4259, 68, -7569, 0x0671}, + {4384, 87, -7789, 0x0651} + } +}; + +StandTile tile_397 = { + 0x093000, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4384, 87, -7789, 0x0655}, + {4351, 117, -8099, 0x0649}, + {4183, 68, -7827, 0x064d} + } +}; + +StandTile tile_398 = { + 0x094c00, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4351, 117, -8099, 0x0651}, + {4384, 87, -7789, 0x0659}, + {4446, 112, -7806, 0x0000} + } +}; + +StandTile tile_399 = { + 0x094e00, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4446, 112, -7806, 0x0655}, + {4384, 87, -7789, 0x0671}, + {4455, 68, -7512, 0x0000} + } +}; + +StandTile tile_400 = { + 0x095200, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3775, 68, -8043, 0x0669}, + {3982, 68, -7885, 0x0641}, + {4236, 87, -8334, 0x062d} + } +}; + +StandTile tile_401 = { + 0x08d000, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3982, 68, -7885, 0x0669}, + {3918, 0, -7817, 0x0621}, + {3986, 0, -7625, 0x0665} + } +}; + +StandTile tile_402 = { + 0x08e600, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4057, 38, -7655, 0x063d}, + {3982, 68, -7885, 0x0661}, + {3986, 0, -7625, 0x0681} + } +}; + +StandTile tile_403 = { + 0x08e700, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3982, 68, -7885, 0x065d}, + {3775, 68, -8043, 0x066d}, + {3918, 0, -7817, 0x0661} + } +}; + +StandTile tile_404 = { + 0x08ed00, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3918, 0, -7817, 0x0669}, + {3775, 68, -8043, 0x0615}, + {3726, 0, -7975, 0x0629} + } +}; + +StandTile tile_405 = { + 0x093100, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4455, 68, -7512, 0x0659}, + {4384, 87, -7789, 0x064d}, + {4259, 68, -7569, 0x05f9} + } +}; + +StandTile tile_406 = { + 0x084b00, 0x15, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3914, 0, -7610, 0x0601}, + {3986, 0, -7625, 0x0621}, + {3846, 0, -7780, 0x0679} + } +}; + +StandTile tile_407 = { + 0x08e100, 0x15, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3846, 0, -7780, 0x0611}, + {3760, 165, -7749, 0x0619}, + {3914, 0, -7610, 0x0675} + } +}; + +StandTile tile_408 = { + 0x092900, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4259, 68, -7569, 0x0645}, + {4057, 38, -7655, 0x0685}, + {4080, 68, -7422, 0x05f5} + } +}; + +StandTile tile_409 = { + 0x08cd00, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4057, 38, -7655, 0x0665}, + {3986, 0, -7625, 0x0601}, + {4005, 0, -7425, 0x0685} + } +}; + +StandTile tile_410 = { + 0x08e900, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4080, 68, -7422, 0x067d}, + {4057, 38, -7655, 0x0681}, + {4005, 0, -7425, 0x19f4} + } +}; + +StandTile tile_411 = { + 0x082000, 0x14, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1352, 45, -6943, 0x06e1}, + {1456, 0, -7145, 0x1584}, + {1398, 79, -7181, 0x068d} + } +}; + +StandTile tile_412 = { + 0x081f00, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1352, 45, -6943, 0x0689}, + {1398, 79, -7181, 0x157c}, + {1277, 94, -6996, 0x06e9} + } +}; + +StandTile tile_413 = { + 0x06ad00, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-279, 45, -6295, 0x069d}, + {-207, 45, -6781, 0x14d0}, + {-414, 0, -6469, 0x0695} + } +}; + +StandTile tile_414 = { + 0x065700, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-414, 0, -6469, 0x0699}, + {-414, 49, -6299, 0x075d}, + {-279, 45, -6295, 0x0691} + } +}; + +StandTile tile_415 = { + 0x065300, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-414, 49, -6299, 0x0695}, + {-414, 0, -6469, 0x14c4}, + {-757, 136, -6224, 0x0761} + } +}; + +StandTile tile_416 = { + 0x04f500, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-207, 45, -6781, 0x0691}, + {-279, 45, -6295, 0x076d}, + {-166, 45, -6307, 0x06a1} + } +}; + +StandTile tile_417 = { + 0x04f400, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-109, 45, -6732, 0x147c}, + {-207, 45, -6781, 0x069d}, + {-166, 45, -6307, 0x06a5} + } +}; + +StandTile tile_418 = { + 0x046000, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-109, 45, -6732, 0x06a1}, + {-166, 45, -6307, 0x078d}, + {-34, 185, -6295, 0x06a9} + } +}; + +StandTile tile_419 = { + 0x045f00, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-109, 45, -6732, 0x06a5}, + {-34, 185, -6295, 0x06ad}, + {-4, 185, -6702, 0x146c} + } +}; + +StandTile tile_420 = { + 0x045c00, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4, 185, -6702, 0x06a9}, + {-34, 185, -6295, 0x0755}, + {607, 94, -6921, 0x145c} + } +}; + +StandTile tile_421 = { + 0x08f700, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1974, 165, -7361, 0x1520}, + {1831, 135, -7331, 0x06cd}, + {1793, 188, -7135, 0x06bd} + } +}; + +StandTile tile_422 = { + 0x09d900, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1870, 188, -7088, 0x06bd}, + {1793, 188, -7135, 0x06b9}, + {1761, 185, -6783, 0x0000} + } +}; + +StandTile tile_423 = { + 0x09d800, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1631, 180, -6928, 0x06d1}, + {1761, 185, -6783, 0x06b5}, + {1793, 188, -7135, 0x06c9} + } +}; + +StandTile tile_424 = { + 0x09c700, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1974, 165, -7361, 0x06b1}, + {1793, 188, -7135, 0x06b5}, + {1870, 188, -7088, 0x0000} + } +}; + +StandTile tile_425 = { + 0x08ca00, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1605, 0, -7343, 0x14f0}, + {1519, 0, -7122, 0x06d5}, + {1612, 135, -7068, 0x06c5} + } +}; + +StandTile tile_426 = { + 0x08c900, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1605, 0, -7343, 0x06c1}, + {1612, 135, -7068, 0x06cd}, + {1831, 135, -7331, 0x1528} + } +}; + +StandTile tile_427 = { + 0x08fe00, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1793, 188, -7135, 0x06cd}, + {1612, 135, -7068, 0x06dd}, + {1631, 180, -6928, 0x06b9} + } +}; + +StandTile tile_428 = { + 0x08fa00, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1793, 188, -7135, 0x06b1}, + {1831, 135, -7331, 0x06c5}, + {1612, 135, -7068, 0x06c9} + } +}; + +StandTile tile_429 = { + 0x09da00, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1526, 185, -6860, 0x06f9}, + {1761, 185, -6783, 0x06b9}, + {1631, 180, -6928, 0x06dd} + } +}; + +StandTile tile_430 = { + 0x08c700, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1519, 0, -7122, 0x06d9}, + {1526, 185, -6860, 0x06dd}, + {1612, 135, -7068, 0x06c1} + } +}; + +StandTile tile_431 = { + 0x08c400, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1519, 0, -7122, 0x06e5}, + {1424, 45, -6906, 0x073d}, + {1526, 185, -6860, 0x06d5} + } +}; + +StandTile tile_432 = { + 0x08ef00, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1631, 180, -6928, 0x06c9}, + {1612, 135, -7068, 0x06d5}, + {1526, 185, -6860, 0x06d1} + } +}; + +StandTile tile_433 = { + 0x086500, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1352, 45, -6943, 0x0725}, + {1424, 45, -6906, 0x06e5}, + {1456, 0, -7145, 0x0689} + } +}; + +StandTile tile_434 = { + 0x086400, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1519, 0, -7122, 0x14fc}, + {1456, 0, -7145, 0x06e1}, + {1424, 45, -6906, 0x06d9} + } +}; + +StandTile tile_435 = { + 0x046e00, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1277, 94, -6996, 0x06f1}, + {1100, 94, -6702, 0x0749}, + {1352, 45, -6943, 0x068d} + } +}; + +StandTile tile_436 = { + 0x045700, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {908, 94, -7181, 0x1454}, + {607, 94, -6921, 0x0751}, + {1100, 94, -6702, 0x06f1} + } +}; + +StandTile tile_437 = { + 0x045600, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1100, 94, -6702, 0x06e9}, + {1277, 94, -6996, 0x156c}, + {908, 94, -7181, 0x06ed} + } +}; + +StandTile tile_438 = { + 0x047900, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1364, 45, -6028, 0x1113}, + {1737, 185, -5964, 0x070d}, + {1439, 185, -6088, 0x0729} + } +}; + +StandTile tile_439 = { + 0x09d700, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1761, 185, -6783, 0x06d1}, + {1526, 185, -6860, 0x073d}, + {1364, 185, -6578, 0x0709} + } +}; + +StandTile tile_440 = { + 0x09d600, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1703, 185, -6363, 0x0709}, + {1364, 185, -6578, 0x0735}, + {1322, 185, -6314, 0x0701} + } +}; + +StandTile tile_441 = { + 0x09d500, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1322, 185, -6314, 0x072d}, + {1439, 185, -6088, 0x070d}, + {1703, 185, -6363, 0x06fd} + } +}; + +StandTile tile_442 = { + 0x09cb00, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1703, 185, -6363, 0x070d}, + {1737, 185, -5964, 0x12c9}, + {2057, 185, -6084, 0x0000} + } +}; + +StandTile tile_443 = { + 0x09ca00, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1761, 185, -6783, 0x06f9}, + {1364, 185, -6578, 0x06fd}, + {1703, 185, -6363, 0x0000} + } +}; + +StandTile tile_444 = { + 0x09c800, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1737, 185, -5964, 0x0705}, + {1703, 185, -6363, 0x0701}, + {1439, 185, -6088, 0x06f5} + } +}; + +StandTile tile_445 = { + 0x051300, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1292, 45, -5937, 0x1275}, + {1364, 45, -6028, 0x0729}, + {1243, 45, -6276, 0x0715} + } +}; + +StandTile tile_446 = { + 0x051200, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1292, 45, -5937, 0x0711}, + {1243, 45, -6276, 0x0719}, + {1160, 45, -6276, 0x0771} + } +}; + +StandTile tile_447 = { + 0x051100, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1160, 45, -6276, 0x0715}, + {1243, 45, -6276, 0x0731}, + {1288, 45, -6582, 0x071d} + } +}; + +StandTile tile_448 = { + 0x051000, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1160, 45, -6276, 0x0719}, + {1288, 45, -6582, 0x0721}, + {1202, 45, -6649, 0x0741} + } +}; + +StandTile tile_449 = { + 0x050f00, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1202, 45, -6649, 0x071d}, + {1288, 45, -6582, 0x0739}, + {1424, 45, -6906, 0x0725} + } +}; + +StandTile tile_450 = { + 0x050e00, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1202, 45, -6649, 0x0721}, + {1424, 45, -6906, 0x06e1}, + {1352, 45, -6943, 0x0749} + } +}; + +StandTile tile_451 = { + 0x047800, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1243, 45, -6276, 0x0711}, + {1364, 45, -6028, 0x06f5}, + {1439, 185, -6088, 0x072d} + } +}; + +StandTile tile_452 = { + 0x047700, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1243, 45, -6276, 0x0729}, + {1439, 185, -6088, 0x0701}, + {1322, 185, -6314, 0x0731} + } +}; + +StandTile tile_453 = { + 0x047600, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1288, 45, -6582, 0x0719}, + {1243, 45, -6276, 0x072d}, + {1322, 185, -6314, 0x0735} + } +}; + +StandTile tile_454 = { + 0x047500, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1288, 45, -6582, 0x0731}, + {1322, 185, -6314, 0x06fd}, + {1364, 185, -6578, 0x0739} + } +}; + +StandTile tile_455 = { + 0x047400, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1424, 45, -6906, 0x0721}, + {1288, 45, -6582, 0x0735}, + {1364, 185, -6578, 0x073d} + } +}; + +StandTile tile_456 = { + 0x047300, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1424, 45, -6906, 0x0739}, + {1364, 185, -6578, 0x06f9}, + {1526, 185, -6860, 0x06d9} + } +}; + +StandTile tile_457 = { + 0x047100, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1055, 94, -6186, 0x0775}, + {1160, 45, -6276, 0x071d}, + {1202, 45, -6649, 0x0745} + } +}; + +StandTile tile_458 = { + 0x047000, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1100, 94, -6702, 0x074d}, + {1055, 94, -6186, 0x0741}, + {1202, 45, -6649, 0x0749} + } +}; + +StandTile tile_459 = { + 0x046f00, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1100, 94, -6702, 0x0745}, + {1202, 45, -6649, 0x0725}, + {1352, 45, -6943, 0x06e9} + } +}; + +StandTile tile_460 = { + 0x046900, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1100, 94, -6702, 0x0751}, + {671, 94, -6333, 0x077d}, + {1055, 94, -6186, 0x0745} + } +}; + +StandTile tile_461 = { + 0x046600, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {671, 94, -6333, 0x074d}, + {1100, 94, -6702, 0x06ed}, + {607, 94, -6921, 0x0755} + } +}; + +StandTile tile_462 = { + 0x046500, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-34, 185, -6295, 0x0785}, + {671, 94, -6333, 0x0751}, + {607, 94, -6921, 0x06ad} + } +}; + +StandTile tile_463 = { + 0x065900, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-399, 185, -5783, 0x1291}, + {-264, 45, -5787, 0x0769}, + {-279, 45, -6295, 0x075d} + } +}; + +StandTile tile_464 = { + 0x065800, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-399, 185, -5783, 0x0759}, + {-279, 45, -6295, 0x0695}, + {-414, 49, -6299, 0x0761} + } +}; + +StandTile tile_465 = { + 0x065200, 0x14, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-399, 185, -5783, 0x075d}, + {-414, 49, -6299, 0x0699}, + {-757, 136, -6224, 0x0765} + } +}; + +StandTile tile_466 = { + 0x065000, 0x14, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1356, 139, -6028, 0x1285}, + {-399, 185, -5783, 0x0761}, + {-757, 136, -6224, 0x14c8} + } +}; + +StandTile tile_467 = { + 0x04f700, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-279, 45, -6295, 0x0759}, + {-264, 45, -5787, 0x121d}, + {-124, 45, -5779, 0x076d} + } +}; + +StandTile tile_468 = { + 0x04f600, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-166, 45, -6307, 0x069d}, + {-279, 45, -6295, 0x0769}, + {-124, 45, -5779, 0x0789} + } +}; + +StandTile tile_469 = { + 0x048400, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1217, 94, -5873, 0x1163}, + {1292, 45, -5937, 0x0715}, + {1160, 45, -6276, 0x0775} + } +}; + +StandTile tile_470 = { + 0x048300, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1055, 94, -6186, 0x0779}, + {1217, 94, -5873, 0x0771}, + {1160, 45, -6276, 0x0741} + } +}; + +StandTile tile_471 = { + 0x047200, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {539, 185, -5741, 0x1137}, + {1217, 94, -5873, 0x0775}, + {1055, 94, -6186, 0x077d} + } +}; + +StandTile tile_472 = { + 0x046a00, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {539, 185, -5741, 0x0779}, + {1055, 94, -6186, 0x074d}, + {671, 94, -6333, 0x0785} + } +}; + +StandTile tile_473 = { + 0x046800, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-19, 185, -5753, 0x1107}, + {539, 185, -5741, 0x0785}, + {-34, 185, -6295, 0x078d} + } +}; + +StandTile tile_474 = { + 0x046700, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {539, 185, -5741, 0x077d}, + {671, 94, -6333, 0x0755}, + {-34, 185, -6295, 0x0781} + } +}; + +StandTile tile_475 = { + 0x046200, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-166, 45, -6307, 0x076d}, + {-124, 45, -5779, 0x10ff}, + {-19, 185, -5753, 0x078d} + } +}; + +StandTile tile_476 = { + 0x046100, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-19, 185, -5753, 0x0781}, + {-34, 185, -6295, 0x06a5}, + {-166, 45, -6307, 0x0789} + } +}; + +StandTile tile_477 = { + 0x07ca00, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7196, 75, -11411, 0x0795}, + {-7576, 75, -11373, 0x27a8}, + {-7500, 75, -11253, 0x07a1} + } +}; + +StandTile tile_478 = { + 0x07c800, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7576, 75, -11373, 0x0791}, + {-7196, 75, -11411, 0x280c}, + {-7218, 75, -11547, 0x079d} + } +}; + +StandTile tile_479 = { + 0x079000, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7576, 75, -11373, 0x079d}, + {-7256, 128, -11611, 0x07ad}, + {-7591, 128, -11419, 0x2770} + } +}; + +StandTile tile_480 = { + 0x078f00, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7576, 75, -11373, 0x0795}, + {-7218, 75, -11547, 0x2808}, + {-7256, 128, -11611, 0x0799} + } +}; + +StandTile tile_481 = { + 0x075d00, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7196, 75, -11411, 0x0791}, + {-7500, 75, -11253, 0x2758}, + {-7399, 128, -11200, 0x07a5} + } +}; + +StandTile tile_482 = { + 0x075b00, 0x13, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-7184, 128, -11306, 0x27dc}, + {-7196, 75, -11411, 0x07a1}, + {-7399, 128, -11200, 0x07a9} + } +}; + +StandTile tile_483 = { + 0x074b00, 0x13, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-7184, 128, -11306, 0x07a5}, + {-7399, 128, -11200, 0x2744}, + {-7225, 162, -11098, 0x27b8} + } +}; + +StandTile tile_484 = { + 0x075500, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7750, 128, -11927, 0x07b1}, + {-7591, 128, -11419, 0x0799}, + {-7256, 128, -11611, 0x07b5} + } +}; + +StandTile tile_485 = { + 0x075200, 0x13, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-8060, 192, -11617, 0x2754}, + {-7591, 128, -11419, 0x07ad}, + {-7750, 128, -11927, 0x0000} + } +}; + +StandTile tile_486 = { + 0x074e00, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7256, 128, -11611, 0x27d8}, + {-7248, 192, -12226, 0x0000}, + {-7750, 128, -11927, 0x07ad} + } +}; + +StandTile tile_487 = { + 0x07e500, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4596, 0, -11645, 0x07e9}, + {-4818, 0, -11991, 0x07c1}, + {-4694, 0, -11200, 0x0809} + } +}; + +StandTile tile_488 = { + 0x07e400, 0x12, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-4694, 0, -11200, 0x07c1}, + {-5014, 0, -12014, 0x07c5}, + {-5037, 0, -11031, 0x080d} + } +}; + +StandTile tile_489 = { + 0x07e300, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4818, 0, -11991, 0x07f1}, + {-5014, 0, -12014, 0x07bd}, + {-4694, 0, -11200, 0x07b9} + } +}; + +StandTile tile_490 = { + 0x07e200, 0x12, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5014, 0, -12014, 0x0819}, + {-5259, 0, -11867, 0x07c9}, + {-5037, 0, -11031, 0x07bd} + } +}; + +StandTile tile_491 = { + 0x07e100, 0x12, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-5037, 0, -11031, 0x07c5}, + {-5259, 0, -11867, 0x07d1}, + {-5323, 0, -11189, 0x0805} + } +}; + +StandTile tile_492 = { + 0x07e000, 0x12, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-5542, 0, -11385, 0x0825}, + {-5323, 0, -11189, 0x07d1}, + {-5557, 0, -11694, 0x07d5} + } +}; + +StandTile tile_493 = { + 0x07de00, 0x12, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5259, 0, -11867, 0x07e5}, + {-5557, 0, -11694, 0x07cd}, + {-5323, 0, -11189, 0x07c9} + } +}; + +StandTile tile_494 = { + 0x07dd00, 0x12, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5557, 0, -11694, 0x07dd}, + {-5949, 26, -11585, 0x07d9}, + {-5542, 0, -11385, 0x07cd} + } +}; + +StandTile tile_495 = { + 0x07dc00, 0x12, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-5542, 0, -11385, 0x07d5}, + {-5949, 26, -11585, 0x281c}, + {-5964, 26, -11449, 0x0811} + } +}; + +StandTile tile_496 = { + 0x078700, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5557, 0, -11694, 0x07e1}, + {-5594, 128, -11818, 0x086d}, + {-5949, 26, -11585, 0x07d5} + } +}; + +StandTile tile_497 = { + 0x078600, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5594, 128, -11818, 0x07dd}, + {-5557, 0, -11694, 0x07e5}, + {-5342, 128, -12006, 0x084d} + } +}; + +StandTile tile_498 = { + 0x078500, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5259, 0, -11867, 0x0821}, + {-5342, 128, -12006, 0x07e1}, + {-5557, 0, -11694, 0x07d1} + } +}; + +StandTile tile_499 = { + 0x078400, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4818, 0, -11991, 0x07b9}, + {-4596, 0, -11645, 0x07fd}, + {-4461, 128, -11626, 0x07ed} + } +}; + +StandTile tile_500 = { + 0x078300, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4818, 0, -11991, 0x07e9}, + {-4461, 128, -11626, 0x0841}, + {-4705, 128, -12089, 0x07f1} + } +}; + +StandTile tile_501 = { + 0x078200, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5014, 0, -12014, 0x07c1}, + {-4818, 0, -11991, 0x07ed}, + {-4705, 128, -12089, 0x081d} + } +}; + +StandTile tile_502 = { + 0x078000, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-5063, 128, -10974, 0x080d}, + {-5037, 0, -11031, 0x0805}, + {-5350, 128, -11170, 0x0861} + } +}; + +StandTile tile_503 = { + 0x077f00, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-5610, 128, -11306, 0x0825}, + {-5542, 0, -11385, 0x0811}, + {-5960, 128, -11396, 0x0865} + } +}; + +StandTile tile_504 = { + 0x077e00, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4461, 128, -11626, 0x07e9}, + {-4596, 0, -11645, 0x0809}, + {-4589, 128, -11155, 0x0859} + } +}; + +StandTile tile_505 = { + 0x077d00, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-5350, 128, -11170, 0x0805}, + {-5323, 0, -11189, 0x0825}, + {-5610, 128, -11306, 0x0869} + } +}; + +StandTile tile_506 = { + 0x077c00, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-5037, 0, -11031, 0x07c9}, + {-5323, 0, -11189, 0x0801}, + {-5350, 128, -11170, 0x07f5} + } +}; + +StandTile tile_507 = { + 0x077500, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4596, 0, -11645, 0x07b9}, + {-4694, 0, -11200, 0x0815}, + {-4589, 128, -11155, 0x07fd} + } +}; + +StandTile tile_508 = { + 0x076a00, 0x12, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-4694, 0, -11200, 0x07bd}, + {-5037, 0, -11031, 0x07f5}, + {-5063, 128, -10974, 0x0815} + } +}; + +StandTile tile_509 = { + 0x076400, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-5542, 0, -11385, 0x07d9}, + {-5964, 26, -11449, 0x27e0}, + {-5960, 128, -11396, 0x07f9} + } +}; + +StandTile tile_510 = { + 0x076300, 0x12, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-4589, 128, -11155, 0x0809}, + {-4694, 0, -11200, 0x080d}, + {-5063, 128, -10974, 0x085d} + } +}; + +StandTile tile_511 = { + 0x076200, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5259, 0, -11867, 0x07c5}, + {-5014, 0, -12014, 0x081d}, + {-5071, 128, -12146, 0x0821} + } +}; + +StandTile tile_512 = { + 0x076100, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5014, 0, -12014, 0x07f1}, + {-4705, 128, -12089, 0x082d}, + {-5071, 128, -12146, 0x0819} + } +}; + +StandTile tile_513 = { + 0x075c00, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5259, 0, -11867, 0x0819}, + {-5071, 128, -12146, 0x0849}, + {-5342, 128, -12006, 0x07e5} + } +}; + +StandTile tile_514 = { + 0x075700, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-5542, 0, -11385, 0x07f9}, + {-5610, 128, -11306, 0x0801}, + {-5323, 0, -11189, 0x07cd} + } +}; + +StandTile tile_515 = { + 0x074c00, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-5720, 124, -10784, 0x0869}, + {-5610, 128, -11306, 0x0865}, + {-6156, 162, -11042, 0x0000} + } +}; + +StandTile tile_516 = { + 0x074800, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4705, 128, -12089, 0x0845}, + {-4457, 128, -12379, 0x0835}, + {-5071, 128, -12146, 0x081d} + } +}; + +StandTile tile_517 = { + 0x074600, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-5357, 158, -10645, 0x0861}, + {-5350, 128, -11170, 0x0869}, + {-5720, 124, -10784, 0x0000} + } +}; + +StandTile tile_518 = { + 0x074500, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5071, 128, -12146, 0x082d}, + {-4457, 128, -12379, 0x0000}, + {-5002, 128, -12509, 0x0849} + } +}; + +StandTile tile_519 = { + 0x073f00, 0x12, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-4780, 128, -10399, 0x085d}, + {-5063, 128, -10974, 0x0861}, + {-5357, 158, -10645, 0x0000} + } +}; + +StandTile tile_520 = { + 0x073c00, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5342, 128, -12006, 0x0849}, + {-5002, 128, -12509, 0x0000}, + {-5624, 192, -12482, 0x084d} + } +}; + +StandTile tile_521 = { + 0x073b00, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4461, 128, -11626, 0x0851}, + {-3862, 170, -11670, 0x0845}, + {-4705, 128, -12089, 0x07ed} + } +}; + +StandTile tile_522 = { + 0x073a00, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4705, 128, -12089, 0x0841}, + {-3862, 170, -11670, 0x0000}, + {-4457, 128, -12379, 0x082d} + } +}; + +StandTile tile_523 = { + 0x073900, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5071, 128, -12146, 0x0835}, + {-5002, 128, -12509, 0x083d}, + {-5342, 128, -12006, 0x0821} + } +}; + +StandTile tile_524 = { + 0x073800, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5594, 128, -11818, 0x07e1}, + {-5342, 128, -12006, 0x083d}, + {-5624, 192, -12482, 0x0871} + } +}; + +StandTile tile_525 = { + 0x073700, 0x12, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3862, 170, -11670, 0x0841}, + {-4461, 128, -11626, 0x0859}, + {-4129, 128, -10848, 0x0000} + } +}; + +StandTile tile_526 = { + 0x073500, 0x12, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4129, 128, -10848, 0x0859}, + {-4589, 128, -11155, 0x085d}, + {-4780, 128, -10399, 0x0000} + } +}; + +StandTile tile_527 = { + 0x073400, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4461, 128, -11626, 0x07fd}, + {-4589, 128, -11155, 0x0855}, + {-4129, 128, -10848, 0x0851} + } +}; + +StandTile tile_528 = { + 0x073300, 0x12, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-4780, 128, -10399, 0x0855}, + {-4589, 128, -11155, 0x0815}, + {-5063, 128, -10974, 0x0839} + } +}; + +StandTile tile_529 = { + 0x073100, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-5357, 158, -10645, 0x0839}, + {-5063, 128, -10974, 0x07f5}, + {-5350, 128, -11170, 0x0831} + } +}; + +StandTile tile_530 = { + 0x072e00, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-6156, 162, -11042, 0x0829}, + {-5610, 128, -11306, 0x07f9}, + {-5960, 128, -11396, 0x27cc} + } +}; + +StandTile tile_531 = { + 0x072d00, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-5720, 124, -10784, 0x0831}, + {-5350, 128, -11170, 0x0801}, + {-5610, 128, -11306, 0x0829} + } +}; + +StandTile tile_532 = { + 0x078800, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6013, 128, -11747, 0x27f4}, + {-5949, 26, -11585, 0x07dd}, + {-5594, 128, -11818, 0x0871} + } +}; + +StandTile tile_533 = { + 0x073600, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5594, 128, -11818, 0x084d}, + {-5624, 192, -12482, 0x27c4}, + {-6013, 128, -11747, 0x086d} + } +}; + +StandTile tile_534 = { + 0x05d500, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7565, 41, -5745, 0x0881}, + {-6536, 83, -5489, 0x2252}, + {-6774, 147, -6250, 0x2512} + } +}; + +StandTile tile_535 = { + 0x05d100, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7565, 41, -5745, 0x24fe}, + {-7802, 41, -4193, 0x0885}, + {-6996, 212, -4336, 0x0881} + } +}; + +StandTile tile_536 = { + 0x05ce00, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6996, 212, -4336, 0x0889}, + {-6284, 83, -4668, 0x225a}, + {-6536, 83, -5489, 0x0881} + } +}; + +StandTile tile_537 = { + 0x05cc00, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6996, 212, -4336, 0x087d}, + {-6536, 83, -5489, 0x0875}, + {-7565, 41, -5745, 0x0879} + } +}; + +StandTile tile_538 = { + 0x05cb00, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7802, 41, -4193, 0x0000}, + {-6932, 147, -3413, 0x088d}, + {-6996, 212, -4336, 0x0879} + } +}; + +StandTile tile_539 = { + 0x05c900, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6337, 147, -3990, 0x2262}, + {-6284, 83, -4668, 0x087d}, + {-6996, 212, -4336, 0x088d} + } +}; + +StandTile tile_540 = { + 0x05bd00, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6932, 147, -3413, 0x0000}, + {-6337, 147, -3990, 0x0889}, + {-6996, 212, -4336, 0x0885} + } +}; + +StandTile tile_541 = { + 0x31a102, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {2362, 0, -8857, 0x0896}, + {2569, 0, -8725, 0x098b}, + {2569, 0, -8857, 0x08db}, + {2465, 0, -8857, 0x08e3} + } +}; + +StandTile tile_542 = { + 0x31a101, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {2362, 0, -8857, 0x08f7}, + {2362, 0, -8725, 0x099f}, + {2464, 0, -8725, 0x0997}, + {2569, 0, -8725, 0x0891} + } +}; + +StandTile tile_543 = { + 0x273900, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2991, 0, -8311, 0x089f}, + {2856, 0, -8311, 0x08cf}, + {2932, 0, -8157, 0x08cb} + } +}; + +StandTile tile_544 = { + 0x1a9300, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2856, 0, -8439, 0x0957}, + {2856, 0, -8311, 0x089b}, + {2991, 0, -8311, 0x093f} + } +}; + +StandTile tile_545 = { + 0x274c00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3116, 0, -8740, 0x0000}, + {2916, 3, -8748, 0x0917}, + {2916, 0, -8725, 0x08a7} + } +}; + +StandTile tile_546 = { + 0x274b00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3116, 0, -8740, 0x08a3}, + {2916, 0, -8725, 0x094f}, + {2991, 0, -8593, 0x08ab} + } +}; + +StandTile tile_547 = { + 0x274a00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3116, 0, -8625, 0x0000}, + {3116, 0, -8740, 0x08a7}, + {2991, 0, -8593, 0x08af} + } +}; + +StandTile tile_548 = { + 0x274900, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2991, 0, -8593, 0x08b3}, + {3114, 9, -8502, 0x0000}, + {3116, 0, -8625, 0x08ab} + } +}; + +StandTile tile_549 = { + 0x274800, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2991, 0, -8593, 0x0947}, + {2991, 3, -8439, 0x08b7}, + {3114, 9, -8502, 0x08af} + } +}; + +StandTile tile_550 = { + 0x274700, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2991, 3, -8439, 0x08bb}, + {3116, 0, -8390, 0x0000}, + {3114, 9, -8502, 0x08b3} + } +}; + +StandTile tile_551 = { + 0x274600, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2991, 3, -8439, 0x093f}, + {2991, 0, -8311, 0x08bf}, + {3116, 0, -8390, 0x08b7} + } +}; + +StandTile tile_552 = { + 0x274500, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2991, 0, -8311, 0x08c7}, + {3116, 0, -8265, 0x0000}, + {3116, 0, -8390, 0x08bb} + } +}; + +StandTile tile_553 = { + 0x274400, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3116, 0, -8153, 0x0000}, + {3116, 0, -8265, 0x08c7}, + {3023, 0, -8155, 0x0000} + } +}; + +StandTile tile_554 = { + 0x274300, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3116, 0, -8265, 0x08bf}, + {2991, 0, -8311, 0x08cb}, + {3023, 0, -8155, 0x08c3} + } +}; + +StandTile tile_555 = { + 0x274200, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2932, 0, -8157, 0x0000}, + {3023, 0, -8155, 0x08c7}, + {2991, 0, -8311, 0x089b} + } +}; + +StandTile tile_556 = { + 0x273800, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2856, 0, -8311, 0x0937}, + {2825, 0, -8145, 0x0000}, + {2932, 0, -8157, 0x089b} + } +}; + +StandTile tile_557 = { + 0x272200, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2569, 0, -8857, 0x098f}, + {2675, 20, -8857, 0x08d7}, + {2569, 0, -8980, 0x08df} + } +}; + +StandTile tile_558 = { + 0x272100, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2675, 20, -8857, 0x0000}, + {2675, 1, -8979, 0x0000}, + {2569, 0, -8980, 0x08d3} + } +}; + +StandTile tile_559 = { + 0x271c00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2465, 0, -8857, 0x0891}, + {2569, 0, -8857, 0x08df}, + {2464, 0, -8978, 0x08e7} + } +}; + +StandTile tile_560 = { + 0x271b00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2569, 0, -8857, 0x08d3}, + {2569, 0, -8980, 0x0000}, + {2464, 0, -8978, 0x08db} + } +}; + +StandTile tile_561 = { + 0x271600, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2362, 0, -8979, 0x08ff}, + {2362, 0, -8857, 0x0891}, + {2465, 0, -8857, 0x08e7} + } +}; + +StandTile tile_562 = { + 0x271500, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2465, 0, -8857, 0x08db}, + {2464, 0, -8978, 0x0000}, + {2362, 0, -8979, 0x08e3} + } +}; + +StandTile tile_563 = { + 0x271400, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2269, 0, -8593, 0x0000}, + {2362, 0, -8593, 0x08ef}, + {2271, 0, -8725, 0x0000} + } +}; + +StandTile tile_564 = { + 0x271300, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2362, 0, -8593, 0x099b}, + {2362, 0, -8725, 0x08f3}, + {2271, 0, -8725, 0x08eb} + } +}; + +StandTile tile_565 = { + 0x271200, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2271, 0, -8725, 0x08ef}, + {2362, 0, -8725, 0x08f7}, + {2270, 0, -8857, 0x0000} + } +}; + +StandTile tile_566 = { + 0x271100, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2362, 0, -8725, 0x0896}, + {2362, 0, -8857, 0x08fb}, + {2270, 0, -8857, 0x08f3} + } +}; + +StandTile tile_567 = { + 0x271000, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2269, 0, -8978, 0x0000}, + {2270, 0, -8857, 0x08f7}, + {2362, 0, -8857, 0x08ff} + } +}; + +StandTile tile_568 = { + 0x270f00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2362, 0, -8857, 0x08e3}, + {2362, 0, -8979, 0x0000}, + {2269, 0, -8978, 0x08fb} + } +}; + +StandTile tile_569 = { + 0x27e400, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2524, 3, -8284, 0x0927}, + {2524, 0, -8224, 0x0907}, + {2675, 0, -8311, 0x0973} + } +}; + +StandTile tile_570 = { + 0x27e300, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2675, 0, -8311, 0x0903}, + {2524, 0, -8224, 0x090b}, + {2607, 0, -8162, 0x0913} + } +}; + +StandTile tile_571 = { + 0x27e200, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2524, 0, -8224, 0x092f}, + {2502, 7, -8224, 0x090f}, + {2607, 0, -8162, 0x0907} + } +}; + +StandTile tile_572 = { + 0x27e100, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2502, 7, -8224, 0x0000}, + {2502, 1, -8161, 0x0000}, + {2607, 0, -8162, 0x090b} + } +}; + +StandTile tile_573 = { + 0x27e000, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2675, 0, -8311, 0x0907}, + {2607, 0, -8162, 0x0000}, + {2705, 0, -8145, 0x093b} + } +}; + +StandTile tile_574 = { + 0x31b600, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2916, 0, -8725, 0x08a3}, + {2916, 3, -8748, 0x0000}, + {2905, 19, -8748, 0x091f} + } +}; + +StandTile tile_575 = { + 0x31b700, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2856, 7, -8748, 0x096b}, + {2856, 7, -8725, 0x0923}, + {2867, 19, -8748, 0x0000} + } +}; + +StandTile tile_576 = { + 0x275100, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2916, 0, -8725, 0x0917}, + {2905, 19, -8748, 0x0923}, + {2856, 7, -8725, 0x094f} + } +}; + +StandTile tile_577 = { + 0x275000, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2905, 19, -8748, 0x09af}, + {2867, 19, -8748, 0x091b}, + {2856, 7, -8725, 0x091f} + } +}; + +StandTile tile_578 = { + 0x274f00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2524, 3, -8284, 0x092b}, + {2502, 19, -8273, 0x0933}, + {2524, 0, -8224, 0x0903} + } +}; + +StandTile tile_579 = { + 0x31b400, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2524, 3, -8284, 0x096f}, + {2502, 7, -8284, 0x0000}, + {2502, 19, -8273, 0x0927} + } +}; + +StandTile tile_580 = { + 0x31b500, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2502, 7, -8224, 0x090b}, + {2524, 0, -8224, 0x0933}, + {2502, 19, -8235, 0x0000} + } +}; + +StandTile tile_581 = { + 0x274e00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2502, 19, -8273, 0x09a7}, + {2502, 19, -8235, 0x092f}, + {2524, 0, -8224, 0x0927} + } +}; + +StandTile tile_582 = { + 0x1a9500, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2856, 0, -8311, 0x093b}, + {2705, 0, -8145, 0x17b8}, + {2825, 0, -8145, 0x08cf} + } +}; + +StandTile tile_583 = { + 0x1a9400, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2856, 0, -8311, 0x0953}, + {2675, 0, -8311, 0x0913}, + {2705, 0, -8145, 0x0937} + } +}; + +StandTile tile_584 = { + 0x1a9200, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2991, 0, -8311, 0x08bb}, + {2991, 3, -8439, 0x0943}, + {2856, 0, -8439, 0x089f} + } +}; + +StandTile tile_585 = { + 0x1a9100, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2856, 0, -8593, 0x095f}, + {2856, 0, -8439, 0x093f}, + {2991, 3, -8439, 0x0947} + } +}; + +StandTile tile_586 = { + 0x1a9000, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2991, 3, -8439, 0x08b3}, + {2991, 0, -8593, 0x094b}, + {2856, 0, -8593, 0x0943} + } +}; + +StandTile tile_587 = { + 0x1a8f00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2991, 0, -8593, 0x094f}, + {2856, 7, -8725, 0x0963}, + {2856, 0, -8593, 0x0947} + } +}; + +StandTile tile_588 = { + 0x1a8e00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2991, 0, -8593, 0x08a7}, + {2916, 0, -8725, 0x091f}, + {2856, 7, -8725, 0x094b} + } +}; + +StandTile tile_589 = { + 0x1a8b00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2856, 0, -8311, 0x0957}, + {2675, 0, -8439, 0x0977}, + {2675, 0, -8311, 0x093b} + } +}; + +StandTile tile_590 = { + 0x1a8a00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2856, 0, -8311, 0x089f}, + {2856, 0, -8439, 0x095b}, + {2675, 0, -8439, 0x0953} + } +}; + +StandTile tile_591 = { + 0x1a8900, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2675, 0, -8593, 0x0987}, + {2675, 0, -8439, 0x0957}, + {2856, 0, -8439, 0x095f} + } +}; + +StandTile tile_592 = { + 0x1a8800, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2856, 0, -8439, 0x0943}, + {2856, 0, -8593, 0x0963}, + {2675, 0, -8593, 0x095b} + } +}; + +StandTile tile_593 = { + 0x1a8700, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2856, 7, -8725, 0x0967}, + {2675, 0, -8593, 0x095f}, + {2856, 0, -8593, 0x094b} + } +}; + +StandTile tile_594 = { + 0x1a8600, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2675, 9, -8748, 0x0983}, + {2675, 0, -8593, 0x0963}, + {2856, 7, -8725, 0x096b} + } +}; + +StandTile tile_595 = { + 0x1a8500, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2856, 7, -8725, 0x091b}, + {2856, 7, -8748, 0x0000}, + {2675, 9, -8748, 0x0967} + } +}; + +StandTile tile_596 = { + 0x1a7f00, 0x10, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2502, 7, -8284, 0x092b}, + {2524, 3, -8284, 0x0973}, + {2502, 14, -8439, 0x0000} + } +}; + +StandTile tile_597 = { + 0x1a7e00, 0x10, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2502, 14, -8439, 0x096f}, + {2524, 3, -8284, 0x0903}, + {2675, 0, -8311, 0x0977} + } +}; + +StandTile tile_598 = { + 0x1a7d00, 0x10, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2675, 0, -8311, 0x0953}, + {2675, 0, -8439, 0x097b}, + {2502, 14, -8439, 0x0973} + } +}; + +StandTile tile_599 = { + 0x1a7c00, 0x10, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2502, 14, -8439, 0x0977}, + {2675, 0, -8439, 0x0987}, + {2502, 22, -8593, 0x0000} + } +}; + +StandTile tile_600 = { + 0x1a7b00, 0x10, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2569, 0, -8725, 0x0997}, + {2502, 22, -8593, 0x0987}, + {2675, 0, -8593, 0x0983} + } +}; + +StandTile tile_601 = { + 0x1a7a00, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2675, 0, -8593, 0x0967}, + {2675, 9, -8748, 0x098b}, + {2569, 0, -8725, 0x097f} + } +}; + +StandTile tile_602 = { + 0x1a7900, 0x10, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2675, 0, -8439, 0x095b}, + {2675, 0, -8593, 0x097f}, + {2502, 22, -8593, 0x097b} + } +}; + +StandTile tile_603 = { + 0x1a7800, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2569, 0, -8857, 0x0891}, + {2569, 0, -8725, 0x0983}, + {2675, 9, -8748, 0x098f} + } +}; + +StandTile tile_604 = { + 0x1a7700, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2675, 9, -8748, 0x0000}, + {2675, 20, -8857, 0x08d3}, + {2569, 0, -8857, 0x098b} + } +}; + +StandTile tile_605 = { + 0x1a7400, 0x10, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2464, 7, -8593, 0x0000}, + {2502, 22, -8593, 0x0997}, + {2464, 0, -8725, 0x099f} + } +}; + +StandTile tile_606 = { + 0x1a7300, 0x10, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2502, 22, -8593, 0x097f}, + {2569, 0, -8725, 0x0896}, + {2464, 0, -8725, 0x0993} + } +}; + +StandTile tile_607 = { + 0x1a6e00, 0x10, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2362, 0, -8593, 0x0000}, + {2464, 7, -8593, 0x099f}, + {2362, 0, -8725, 0x08ef} + } +}; + +StandTile tile_608 = { + 0x1a6d00, 0x10, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2464, 7, -8593, 0x0993}, + {2464, 0, -8725, 0x0896}, + {2362, 0, -8725, 0x099b} + } +}; + +StandTile tile_609 = { + 0x281c02, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2498, 19, -8235, 0x09a7}, + {2502, 19, -8273, 0x0000}, + {2498, 19, -8273, 0x0475} + } +}; + +StandTile tile_610 = { + 0x281c01, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2498, 19, -8235, 0x0000}, + {2502, 19, -8235, 0x0933}, + {2502, 19, -8273, 0x09a3} + } +}; + +StandTile tile_611 = { + 0x281802, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2867, 19, -8752, 0x09af}, + {2905, 19, -8748, 0x0000}, + {2905, 19, -8752, 0x0489} + } +}; + +StandTile tile_612 = { + 0x281801, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2867, 19, -8752, 0x0000}, + {2867, 19, -8748, 0x0923}, + {2905, 19, -8748, 0x09ab} + } +}; + +StandTile tile_613 = { + 0x31fa00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {34, 0, 482, 0x0c29}, + {-1, 0, 437, 0x09b7}, + {-299, 0, 596, 0x09d7} + } +}; + +StandTile tile_614 = { + 0x31f900, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 405, 0x09bb}, + {-299, 0, 596, 0x09b3}, + {-1, 0, 437, 0x0c31} + } +}; + +StandTile tile_615 = { + 0x31f800, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 405, 0x0c39}, + {-431, 0, 450, 0x09bf}, + {-299, 0, 596, 0x09b7} + } +}; + +StandTile tile_616 = { + 0x31f700, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-299, 0, 596, 0x09bb}, + {-431, 0, 450, 0x0c41}, + {-597, 0, 582, 0x09c7} + } +}; + +StandTile tile_617 = { + 0x31f600, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-700, 0, 790, 0x0b9f}, + {-451, 0, 755, 0x09c7}, + {-597, 0, 582, 0x0c49} + } +}; + +StandTile tile_618 = { + 0x31f500, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-451, 0, 755, 0x09cb}, + {-299, 0, 596, 0x09bf}, + {-597, 0, 582, 0x09c3} + } +}; + +StandTile tile_619 = { + 0x31f400, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-451, 0, 755, 0x0bf1}, + {-407, 0, 748, 0x09cf}, + {-299, 0, 596, 0x09c7} + } +}; + +StandTile tile_620 = { + 0x31f300, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-407, 0, 748, 0x0bc1}, + {-183, 0, 712, 0x09d3}, + {-299, 0, 596, 0x09cb} + } +}; + +StandTile tile_621 = { + 0x31f200, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-183, 0, 712, 0x0bd5}, + {-139, 0, 705, 0x09d7}, + {-299, 0, 596, 0x09cf} + } +}; + +StandTile tile_622 = { + 0x31f100, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-299, 0, 596, 0x09d3}, + {-139, 0, 705, 0x09db}, + {34, 0, 482, 0x09b3} + } +}; + +StandTile tile_623 = { + 0x31f000, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {34, 0, 482, 0x09d7}, + {-139, 0, 705, 0x09df}, + {131, 0, 513, 0x0c21} + } +}; + +StandTile tile_624 = { + 0x31ef00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-139, 0, 705, 0x0bbd}, + {210, 0, 598, 0x0c19}, + {131, 0, 513, 0x09db} + } +}; + +StandTile tile_625 = { + 0x03c400, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {151, 222, -392, 0x0acf}, + {-230, 222, -362, 0x0a27}, + {113, 45, -279, 0x0a07} + } +}; + +StandTile tile_626 = { + 0x03c500, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {279, 87, 294, 0x0ab7}, + {241, 121, 181, 0x09ef}, + {151, 26, 267, 0x0a93} + } +}; + +StandTile tile_627 = { + 0x03c600, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {241, 121, 181, 0x0abb}, + {230, 196, 98, 0x09f3}, + {109, 26, 226, 0x09ef} + } +}; + +StandTile tile_628 = { + 0x03c700, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {109, 26, 226, 0x0a87}, + {151, 26, 267, 0x09e7}, + {241, 121, 181, 0x09eb} + } +}; + +StandTile tile_629 = { + 0x03c800, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {230, 196, 98, 0x0a0f}, + {113, 45, 113, 0x09f7}, + {109, 26, 226, 0x09eb} + } +}; + +StandTile tile_630 = { + 0x03c900, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {113, 45, 113, 0x0000}, + {98, 45, 113, 0x09fb}, + {109, 26, 226, 0x09f3} + } +}; + +StandTile tile_631 = { + 0x03ca00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {98, 45, 113, 0x0ce3}, + {72, 45, 113, 0x09ff}, + {109, 26, 226, 0x09f7} + } +}; + +StandTile tile_632 = { + 0x03cb00, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {72, 45, 113, 0x0b83}, + {94, 0, 245, 0x0a8b}, + {109, 26, 226, 0x09fb} + } +}; + +StandTile tile_633 = { + 0x03cc00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-113, 45, 113, 0x0a1b}, + {-222, 109, 60, 0x0a83}, + {-158, 26, 158, 0x0a17} + } +}; + +StandTile tile_634 = { + 0x03cd00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {260, 196, -173, 0x0acb}, + {151, 222, -392, 0x09e3}, + {113, 45, -279, 0x0a0b} + } +}; + +StandTile tile_635 = { + 0x03ce00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {260, 196, -173, 0x0a07}, + {113, 45, -279, 0x0cbb}, + {113, 45, 113, 0x0a0f} + } +}; + +StandTile tile_636 = { + 0x03cf00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {230, 196, 98, 0x0abf}, + {260, 196, -173, 0x0a0b}, + {113, 45, 113, 0x09f3} + } +}; + +StandTile tile_637 = { + 0x03d000, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-234, 158, -45, 0x0a1b}, + {-113, 45, 113, 0x0cb3}, + {-113, 45, -279, 0x0a23} + } +}; + +StandTile tile_638 = { + 0x03d100, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-98, 45, 113, 0x0000}, + {-113, 45, 113, 0x0a03}, + {-158, 26, 158, 0x0a1f} + } +}; + +StandTile tile_639 = { + 0x03d200, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-222, 109, 60, 0x0a03}, + {-113, 45, 113, 0x0a13}, + {-234, 158, -45, 0x0ad3} + } +}; + +StandTile tile_640 = { + 0x03d300, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-72, 45, 113, 0x0cdb}, + {-98, 45, 113, 0x0a17}, + {-158, 26, 158, 0x0a2b} + } +}; + +StandTile tile_641 = { + 0x03d400, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-234, 158, -45, 0x0a13}, + {-113, 45, -279, 0x0a27}, + {-230, 222, -362, 0x0ad7} + } +}; + +StandTile tile_642 = { + 0x03d500, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-230, 222, -362, 0x0a23}, + {-113, 45, -279, 0x0c8f}, + {113, 45, -279, 0x09e3} + } +}; + +StandTile tile_643 = { + 0x03d600, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-158, 26, 158, 0x0a7f}, + {-136, 0, 200, 0x0b87}, + {-72, 45, 113, 0x0a1f} + } +}; + +StandTile tile_644 = { + 0x03d700, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {57, 60, 1590, 0x0a43}, + {34, 0, 1530, 0x0bfd}, + {-373, 0, 1586, 0x0a77} + } +}; + +StandTile tile_645 = { + 0x03d800, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-735, 72, 1447, 0x0a7b}, + {-704, 0, 1413, 0x0c5d}, + {-889, 0, 1126, 0x0a5b} + } +}; + +StandTile tile_646 = { + 0x03d900, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {313, 60, 1356, 0x0af7}, + {505, 49, 904, 0x0a47}, + {271, 0, 1326, 0x0a3b} + } +}; + +StandTile tile_647 = { + 0x03da00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {313, 60, 1356, 0x0a37}, + {271, 0, 1326, 0x0c05}, + {34, 0, 1530, 0x0a43} + } +}; + +StandTile tile_648 = { + 0x03db00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {505, 49, 904, 0x0afb}, + {445, 60, 478, 0x0a53}, + {463, 0, 897, 0x0a47} + } +}; + +StandTile tile_649 = { + 0x03dc00, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {57, 60, 1590, 0x0af3}, + {313, 60, 1356, 0x0a3b}, + {34, 0, 1530, 0x0a2f} + } +}; + +StandTile tile_650 = { + 0x03dd00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {505, 49, 904, 0x0a3f}, + {463, 0, 897, 0x0c0d}, + {271, 0, 1326, 0x0a37} + } +}; + +StandTile tile_651 = { + 0x03de00, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-388, 60, 1631, 0x0a77}, + {-373, 0, 1586, 0x0c65}, + {-704, 0, 1413, 0x0a7b} + } +}; + +StandTile tile_652 = { + 0x03df00, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-953, 72, 1134, 0x0a5b}, + {-889, 0, 1126, 0x0c55}, + {-904, 0, 750, 0x0a5f} + } +}; + +StandTile tile_653 = { + 0x03e000, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {396, 0, 475, 0x0c15}, + {463, 0, 897, 0x0a3f}, + {445, 60, 478, 0x0a9b} + } +}; + +StandTile tile_654 = { + 0x03e100, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-230, 222, -362, 0x0b2f}, + {-821, 207, 34, 0x0adb}, + {-542, 132, 215, 0x0ad7} + } +}; + +StandTile tile_655 = { + 0x03e200, 0x0f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-735, 72, 1447, 0x0a33}, + {-889, 0, 1126, 0x0a4f}, + {-953, 72, 1134, 0x0ae7} + } +}; + +StandTile tile_656 = { + 0x03e300, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-953, 72, 1134, 0x0a4f}, + {-904, 0, 750, 0x0a67}, + {-968, 98, 731, 0x0ae3} + } +}; + +StandTile tile_657 = { + 0x03e400, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-542, 132, 215, 0x0a73}, + {-520, 0, 264, 0x0c3d}, + {-136, 0, 200, 0x0a7f} + } +}; + +StandTile tile_658 = { + 0x03e500, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-968, 98, 731, 0x0a5f}, + {-904, 0, 750, 0x0c4d}, + {-757, 0, 452, 0x0a6b} + } +}; + +StandTile tile_659 = { + 0x03e600, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-968, 98, 731, 0x0a67}, + {-757, 0, 452, 0x0a6f}, + {-784, 132, 433, 0x0adf} + } +}; + +StandTile tile_660 = { + 0x03e700, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-784, 132, 433, 0x0a6b}, + {-757, 0, 452, 0x0c45}, + {-520, 0, 264, 0x0a73} + } +}; + +StandTile tile_661 = { + 0x03e800, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-784, 132, 433, 0x0a6f}, + {-520, 0, 264, 0x0a63}, + {-542, 132, 215, 0x0adb} + } +}; + +StandTile tile_662 = { + 0x03e900, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-388, 60, 1631, 0x0aef}, + {57, 60, 1590, 0x0a2f}, + {-373, 0, 1586, 0x0a4b} + } +}; + +StandTile tile_663 = { + 0x03ea00, 0x0f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-735, 72, 1447, 0x0aeb}, + {-388, 60, 1631, 0x0a4b}, + {-704, 0, 1413, 0x0a33} + } +}; + +StandTile tile_664 = { + 0x03eb00, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-136, 0, 200, 0x0a2b}, + {-158, 26, 158, 0x0a83}, + {-542, 132, 215, 0x0a63} + } +}; + +StandTile tile_665 = { + 0x03ec00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-158, 26, 158, 0x0a03}, + {-222, 109, 60, 0x0ad3}, + {-542, 132, 215, 0x0a7f} + } +}; + +StandTile tile_666 = { + 0x03ed00, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {143, 0, 309, 0x0a8f}, + {151, 26, 267, 0x09ef}, + {109, 26, 226, 0x0a8b} + } +}; + +StandTile tile_667 = { + 0x03ee00, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {143, 0, 309, 0x0a87}, + {109, 26, 226, 0x09ff}, + {94, 0, 245, 0x0c2d} + } +}; + +StandTile tile_668 = { + 0x03ef00, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {283, 0, 354, 0x0a93}, + {151, 26, 267, 0x0a87}, + {143, 0, 309, 0x0c25} + } +}; + +StandTile tile_669 = { + 0x03f000, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {151, 26, 267, 0x0a8f}, + {283, 0, 354, 0x0a97}, + {279, 87, 294, 0x09e7} + } +}; + +StandTile tile_670 = { + 0x03f100, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {524, 38, 109, 0x0a9f}, + {279, 87, 294, 0x0a93}, + {283, 0, 354, 0x0b73} + } +}; + +StandTile tile_671 = { + 0x03f200, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {599, 38, 162, 0x0b77}, + {396, 0, 475, 0x0a53}, + {445, 60, 478, 0x0aab} + } +}; + +StandTile tile_672 = { + 0x03f300, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {279, 87, 294, 0x0a97}, + {524, 38, 109, 0x0aa3}, + {478, 143, 57, 0x0ab7} + } +}; + +StandTile tile_673 = { + 0x03f400, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {723, 60, -245, 0x0aa7}, + {478, 143, 57, 0x0a9f}, + {524, 38, 109, 0x0b7f} + } +}; + +StandTile tile_674 = { + 0x03f500, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {478, 143, 57, 0x0aa3}, + {723, 60, -245, 0x057d}, + {656, 132, -309, 0x0ac3} + } +}; + +StandTile tile_675 = { + 0x03f600, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {671, 79, 200, 0x0aaf}, + {599, 38, 162, 0x0a9b}, + {445, 60, 478, 0x0aff} + } +}; + +StandTile tile_676 = { + 0x03f700, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {795, 60, -200, 0x0b7b}, + {599, 38, 162, 0x0aab}, + {671, 79, 200, 0x0ab3} + } +}; + +StandTile tile_677 = { + 0x03f800, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {874, 132, -173, 0x0585}, + {795, 60, -200, 0x0aaf}, + {671, 79, 200, 0x0b27} + } +}; + +StandTile tile_678 = { + 0x03fd00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {241, 121, 181, 0x09e7}, + {279, 87, 294, 0x0a9f}, + {478, 143, 57, 0x0abb} + } +}; + +StandTile tile_679 = { + 0x03fe00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {478, 143, 57, 0x0abf}, + {230, 196, 98, 0x09eb}, + {241, 121, 181, 0x0ab7} + } +}; + +StandTile tile_680 = { + 0x03ff00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {478, 143, 57, 0x0ac3}, + {260, 196, -173, 0x0a0f}, + {230, 196, 98, 0x0abb} + } +}; + +StandTile tile_681 = { + 0x040000, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {260, 196, -173, 0x0abf}, + {478, 143, 57, 0x0aa7}, + {656, 132, -309, 0x0ac7} + } +}; + +StandTile tile_682 = { + 0x040100, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {260, 196, -173, 0x0ac3}, + {656, 132, -309, 0x05a9}, + {501, 241, -591, 0x0acb} + } +}; + +StandTile tile_683 = { + 0x040200, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {501, 241, -591, 0x05d5}, + {151, 222, -392, 0x0a07}, + {260, 196, -173, 0x0ac7} + } +}; + +StandTile tile_684 = { + 0x040300, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-230, 222, -362, 0x09e3}, + {151, 222, -392, 0x05d5}, + {-64, 222, -701, 0x0b6f} + } +}; + +StandTile tile_685 = { + 0x040400, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-222, 109, 60, 0x0a1b}, + {-234, 158, -45, 0x0ad7}, + {-542, 132, 215, 0x0a83} + } +}; + +StandTile tile_686 = { + 0x040500, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-234, 158, -45, 0x0a23}, + {-230, 222, -362, 0x0a57}, + {-542, 132, 215, 0x0ad3} + } +}; + +StandTile tile_687 = { + 0x040600, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-784, 132, 433, 0x0a73}, + {-542, 132, 215, 0x0a57}, + {-821, 207, 34, 0x0b1f} + } +}; + +StandTile tile_688 = { + 0x040700, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1153, 207, 358, 0x0b1b}, + {-968, 98, 731, 0x0a6b}, + {-784, 132, 433, 0x0b1f} + } +}; + +StandTile tile_689 = { + 0x040800, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1337, 207, 1017, 0x0b17}, + {-953, 72, 1134, 0x0a5f}, + {-968, 98, 731, 0x0b1b} + } +}; + +StandTile tile_690 = { + 0x040900, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1157, 207, 1582, 0x0b13}, + {-735, 72, 1447, 0x0a5b}, + {-953, 72, 1134, 0x0b17} + } +}; + +StandTile tile_691 = { + 0x040a00, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-821, 105, 1993, 0x0b0f}, + {-388, 60, 1631, 0x0a7b}, + {-735, 72, 1447, 0x0b13} + } +}; + +StandTile tile_692 = { + 0x040b00, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-79, 105, 2121, 0x0b0b}, + {57, 60, 1590, 0x0a77}, + {-388, 60, 1631, 0x0b0f} + } +}; + +StandTile tile_693 = { + 0x040c00, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {659, 105, 2031, 0x0b07}, + {313, 60, 1356, 0x0a43}, + {57, 60, 1590, 0x0b0b} + } +}; + +StandTile tile_694 = { + 0x040d00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1055, 196, 1424, 0x0b03}, + {505, 49, 904, 0x0a37}, + {313, 60, 1356, 0x0b07} + } +}; + +StandTile tile_695 = { + 0x040e00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {885, 241, 659, 0x0aff}, + {445, 60, 478, 0x0a3f}, + {505, 49, 904, 0x0b03} + } +}; + +StandTile tile_696 = { + 0x040f00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {885, 241, 659, 0x0b23}, + {671, 79, 200, 0x0aab}, + {445, 60, 478, 0x0afb} + } +}; + +StandTile tile_697 = { + 0x041000, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {505, 49, 904, 0x0af7}, + {1055, 196, 1424, 0x0b33}, + {885, 241, 659, 0x0afb} + } +}; + +StandTile tile_698 = { + 0x041100, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {659, 105, 2031, 0x0b5f}, + {1055, 196, 1424, 0x0af7}, + {313, 60, 1356, 0x0af3} + } +}; + +StandTile tile_699 = { + 0x041200, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {659, 105, 2031, 0x0af3}, + {57, 60, 1590, 0x0aef}, + {-79, 105, 2121, 0x0b53} + } +}; + +StandTile tile_700 = { + 0x041300, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-821, 105, 1993, 0x0b43}, + {-79, 105, 2121, 0x0aef}, + {-388, 60, 1631, 0x0aeb} + } +}; + +StandTile tile_701 = { + 0x041400, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-821, 105, 1993, 0x0aeb}, + {-735, 72, 1447, 0x0ae7}, + {-1157, 207, 1582, 0x0b3b} + } +}; + +StandTile tile_702 = { + 0x041500, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1337, 207, 1017, 0x0b57}, + {-1157, 207, 1582, 0x0ae7}, + {-953, 72, 1134, 0x0ae3} + } +}; + +StandTile tile_703 = { + 0x041600, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1337, 207, 1017, 0x0ae3}, + {-968, 98, 731, 0x0adf}, + {-1153, 207, 358, 0x0b4f} + } +}; + +StandTile tile_704 = { + 0x041700, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1153, 207, 358, 0x0adf}, + {-784, 132, 433, 0x0adb}, + {-821, 207, 34, 0x0b4b} + } +}; + +StandTile tile_705 = { + 0x041800, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1552, 230, 196, 0x0b27}, + {671, 79, 200, 0x0aff}, + {885, 241, 659, 0x0b63} + } +}; + +StandTile tile_706 = { + 0x041900, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {874, 132, -173, 0x0ab3}, + {671, 79, 200, 0x0b23}, + {1552, 230, 196, 0x058d} + } +}; + +StandTile tile_707 = { + 0x042700, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1936, 207, 422, 0x0b4f}, + {-1153, 207, 358, 0x0b4b}, + {-1678, 207, -555, 0x0000} + } +}; + +StandTile tile_708 = { + 0x042800, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-230, 222, -362, 0x0b6f}, + {-953, 316, -938, 0x0b5b}, + {-821, 207, 34, 0x0a57} + } +}; + +StandTile tile_709 = { + 0x042a00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1055, 196, 1424, 0x0b67}, + {1695, 105, 1394, 0x0b63}, + {885, 241, 659, 0x0b03} + } +}; + +StandTile tile_710 = { + 0x042b00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-496, 57, 3090, 0x0b43}, + {-821, 105, 1993, 0x0b3b}, + {-1658, 57, 2618, 0x0000} + } +}; + +StandTile tile_711 = { + 0x042c00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1658, 57, 2618, 0x0b37}, + {-821, 105, 1993, 0x0b13}, + {-1157, 207, 1582, 0x0b6b} + } +}; + +StandTile tile_712 = { + 0x042d00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {954, 105, 2831, 0x0b53}, + {-79, 105, 2121, 0x0b43}, + {-496, 57, 3090, 0x0000} + } +}; + +StandTile tile_713 = { + 0x042e00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-496, 57, 3090, 0x0b3f}, + {-79, 105, 2121, 0x0b0f}, + {-821, 105, 1993, 0x0b37} + } +}; + +StandTile tile_714 = { + 0x042f00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2095, 207, 1499, 0x0b57}, + {-1337, 207, 1017, 0x0b4f}, + {-1936, 207, 422, 0x0000} + } +}; + +StandTile tile_715 = { + 0x043000, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1153, 207, 358, 0x0b1f}, + {-821, 207, 34, 0x0b5b}, + {-1678, 207, -555, 0x0b2b} + } +}; + +StandTile tile_716 = { + 0x043100, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1153, 207, 358, 0x0b2b}, + {-1936, 207, 422, 0x0b47}, + {-1337, 207, 1017, 0x0b1b} + } +}; + +StandTile tile_717 = { + 0x043200, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {954, 105, 2831, 0x0b5f}, + {659, 105, 2031, 0x0b0b}, + {-79, 105, 2121, 0x0b3f} + } +}; + +StandTile tile_718 = { + 0x043300, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2095, 207, 1499, 0x0b6b}, + {-1157, 207, 1582, 0x0b17}, + {-1337, 207, 1017, 0x0b47} + } +}; + +StandTile tile_719 = { + 0x043400, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1678, 207, -555, 0x0b4b}, + {-821, 207, 34, 0x0b2f}, + {-953, 316, -938, 0x0b8b} + } +}; + +StandTile tile_720 = { + 0x043500, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {954, 105, 2831, 0x0b67}, + {1055, 196, 1424, 0x0b07}, + {659, 105, 2031, 0x0b53} + } +}; + +StandTile tile_721 = { + 0x043600, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1695, 105, 1394, 0x0000}, + {1552, 230, 196, 0x0b23}, + {885, 241, 659, 0x0b33} + } +}; + +StandTile tile_722 = { + 0x043700, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1055, 196, 1424, 0x0b5f}, + {954, 105, 2831, 0x0000}, + {1695, 105, 1394, 0x0b33} + } +}; + +StandTile tile_723 = { + 0x043800, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1658, 57, 2618, 0x0b3b}, + {-1157, 207, 1582, 0x0b57}, + {-2095, 207, 1499, 0x0000} + } +}; + +StandTile tile_724 = { + 0x043900, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-230, 222, -362, 0x0acf}, + {-64, 222, -701, 0x05c9}, + {-953, 316, -938, 0x0b2f} + } +}; + +StandTile tile_725 = { + 0x04ba00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {524, 38, 109, 0x0a97}, + {283, 0, 354, 0x0c1d}, + {396, 0, 475, 0x0b77} + } +}; + +StandTile tile_726 = { + 0x04bb00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {599, 38, 162, 0x0b7f}, + {524, 38, 109, 0x0b73}, + {396, 0, 475, 0x0a9b} + } +}; + +StandTile tile_727 = { + 0x04bf00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {795, 60, -200, 0x05bd}, + {723, 60, -245, 0x0b7f}, + {599, 38, 162, 0x0aaf} + } +}; + +StandTile tile_728 = { + 0x04c100, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {524, 38, 109, 0x0b77}, + {599, 38, 162, 0x0b7b}, + {723, 60, -245, 0x0aa3} + } +}; + +StandTile tile_729 = { + 0x04ee00, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {72, 45, 113, 0x0cd7}, + {-72, 45, 113, 0x0b87}, + {94, 0, 245, 0x09ff} + } +}; + +StandTile tile_730 = { + 0x04ef00, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-136, 0, 200, 0x0c35}, + {94, 0, 245, 0x0b83}, + {-72, 45, 113, 0x0a2b} + } +}; + +StandTile tile_731 = { + 0x068300, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1678, 207, -555, 0x0b5b}, + {-953, 316, -938, 0x05d9}, + {-1415, 316, -1190, 0x0000} + } +}; + +StandTile tile_732 = { + 0x31ec00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {123, 0, 1194, 0x0bb4}, + {-74, 0, 1107, 0x0bcd}, + {-119, 0, 1114, 0x0b97} + } +}; + +StandTile tile_733 = { + 0x31eb02, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-560, 0, 1255, 0x0b97}, + {-119, 0, 1114, 0x0bb0}, + {-342, 0, 1150, 0x0b9b} + } +}; + +StandTile tile_734 = { + 0x31eb01, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-560, 0, 1255, 0x0c69}, + {123, 0, 1194, 0x0b8f}, + {-119, 0, 1114, 0x0b93} + } +}; + +StandTile tile_735 = { + 0x31cb00, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-560, 0, 1255, 0x0b93}, + {-342, 0, 1150, 0x0bed}, + {-387, 0, 1157, 0x0ba3} + } +}; + +StandTile tile_736 = { + 0x31ca00, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-700, 0, 790, 0x0c51}, + {-689, 0, 1054, 0x0ba7}, + {-451, 0, 755, 0x09c3} + } +}; + +StandTile tile_737 = { + 0x31ed00, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-689, 0, 1054, 0x0c59}, + {-560, 0, 1255, 0x0b9b}, + {-387, 0, 1157, 0x0ba7} + } +}; + +StandTile tile_738 = { + 0x31c900, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-689, 0, 1054, 0x0ba3}, + {-387, 0, 1157, 0x0be9}, + {-419, 0, 956, 0x0bf1}, + {-451, 0, 755, 0x0b9f} + } +}; + +StandTile tile_739 = { + 0x31c702, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-342, 0, 1150, 0x0bb0}, + {-148, 0, 935, 0x0be5}, + {-371, 0, 971, 0x0bed} + } +}; + +StandTile tile_740 = { + 0x31c701, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-342, 0, 1150, 0x0b93}, + {-119, 0, 1114, 0x0bcd}, + {-148, 0, 935, 0x0bac} + } +}; + +StandTile tile_741 = { + 0x31ee00, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-74, 0, 1107, 0x0b8f}, + {123, 0, 1194, 0x0c09}, + {258, 0, 893, 0x0bb8} + } +}; + +StandTile tile_742 = { + 0x31c600, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x2, + { + {-74, 0, 1107, 0x0bb4}, + {258, 0, 893, 0x0bbd}, + {-139, 0, 705, 0x0bd5}, + {-107, 0, 906, 0x0bc9} + } +}; + +StandTile tile_743 = { + 0x31c500, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {258, 0, 893, 0x0c11}, + {210, 0, 598, 0x09df}, + {-139, 0, 705, 0x0bb8} + } +}; + +StandTile tile_744 = { + 0x31c402, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-378, 0, 927, 0x0bc5}, + {-183, 0, 712, 0x09cf}, + {-407, 0, 748, 0x0bf5} + } +}; + +StandTile tile_745 = { + 0x31c401, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-378, 0, 927, 0x0be1}, + {-155, 0, 891, 0x0bd1}, + {-183, 0, 712, 0x0bc1} + } +}; + +StandTile tile_746 = { + 0x31c302, 0x0f, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-148, 0, 935, 0x0bcd}, + {-74, 0, 1107, 0x0bb8}, + {-107, 0, 906, 0x0bdd} + } +}; + +StandTile tile_747 = { + 0x31c301, 0x0f, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-148, 0, 935, 0x0bb0}, + {-119, 0, 1114, 0x0b8f}, + {-74, 0, 1107, 0x0bc9} + } +}; + +StandTile tile_748 = { + 0x31c202, 0x0f, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-107, 0, 906, 0x0bd5}, + {-183, 0, 712, 0x0bc5}, + {-155, 0, 891, 0x0bdd} + } +}; + +StandTile tile_749 = { + 0x31c201, 0x0f, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-107, 0, 906, 0x0bb8}, + {-139, 0, 705, 0x09d3}, + {-183, 0, 712, 0x0bd1} + } +}; + +StandTile tile_750 = { + 0x31c100, 0x0f, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-419, 0, 956, 0x0be9}, + {-371, 0, 971, 0x0be1}, + {-378, 0, 927, 0x0bf5} + } +}; + +StandTile tile_751 = { + 0x31c000, 0x0f, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-148, 0, 935, 0x0bc9}, + {-107, 0, 906, 0x0bd1}, + {-155, 0, 891, 0x0be5} + } +}; + +StandTile tile_752 = { + 0x31bf02, 0x0f, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-371, 0, 971, 0x0be5}, + {-155, 0, 891, 0x0bc5}, + {-378, 0, 927, 0x0bd9} + } +}; + +StandTile tile_753 = { + 0x31bf01, 0x0f, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-371, 0, 971, 0x0bac}, + {-148, 0, 935, 0x0bdd}, + {-155, 0, 891, 0x0be1} + } +}; + +StandTile tile_754 = { + 0x31be02, 0x0f, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-387, 0, 1157, 0x0bed}, + {-371, 0, 971, 0x0bd9}, + {-419, 0, 956, 0x0ba7} + } +}; + +StandTile tile_755 = { + 0x31be01, 0x0f, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-387, 0, 1157, 0x0b9b}, + {-342, 0, 1150, 0x0bac}, + {-371, 0, 971, 0x0be9} + } +}; + +StandTile tile_756 = { + 0x31bd02, 0x0f, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-419, 0, 956, 0x0bf5}, + {-407, 0, 748, 0x09cb}, + {-451, 0, 755, 0x0ba7} + } +}; + +StandTile tile_757 = { + 0x31bd01, 0x0f, + 0x0, + 0xf, 0xd, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-419, 0, 956, 0x0bd9}, + {-378, 0, 927, 0x0bc1}, + {-407, 0, 748, 0x0bf1} + } +}; + +StandTile tile_758 = { + 0x04e002, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-373, 0, 1586, 0x0bfd}, + {-43, 0, 1336, 0x0c6d}, + {-328, 0, 1376, 0x0c65} + } +}; + +StandTile tile_759 = { + 0x04e001, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-373, 0, 1586, 0x0a2f}, + {34, 0, 1530, 0x0c01}, + {-43, 0, 1336, 0x0bf9} + } +}; + +StandTile tile_760 = { + 0x04e102, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {34, 0, 1530, 0x0c05}, + {123, 0, 1194, 0x0c69}, + {-43, 0, 1336, 0x0bfd} + } +}; + +StandTile tile_761 = { + 0x04e101, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {34, 0, 1530, 0x0a3b}, + {271, 0, 1326, 0x0c09}, + {123, 0, 1194, 0x0c01} + } +}; + +StandTile tile_762 = { + 0x04e202, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {271, 0, 1326, 0x0c0d}, + {258, 0, 893, 0x0bb4}, + {123, 0, 1194, 0x0c05} + } +}; + +StandTile tile_763 = { + 0x04e201, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {271, 0, 1326, 0x0a47}, + {463, 0, 897, 0x0c15}, + {258, 0, 893, 0x0c09} + } +}; + +StandTile tile_764 = { + 0x09f502, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {258, 0, 893, 0x0c15}, + {396, 0, 475, 0x0c19}, + {210, 0, 598, 0x0bbd} + } +}; + +StandTile tile_765 = { + 0x09f501, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {258, 0, 893, 0x0c0d}, + {463, 0, 897, 0x0a53}, + {396, 0, 475, 0x0c11} + } +}; + +StandTile tile_766 = { + 0x04e602, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {396, 0, 475, 0x0c1d}, + {131, 0, 513, 0x09df}, + {210, 0, 598, 0x0c11} + } +}; + +StandTile tile_767 = { + 0x04e601, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {396, 0, 475, 0x0b73}, + {283, 0, 354, 0x0c21}, + {131, 0, 513, 0x0c19} + } +}; + +StandTile tile_768 = { + 0x04e702, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {283, 0, 354, 0x0c25}, + {34, 0, 482, 0x09db}, + {131, 0, 513, 0x0c1d} + } +}; + +StandTile tile_769 = { + 0x04e701, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {283, 0, 354, 0x0a8f}, + {143, 0, 309, 0x0c29}, + {34, 0, 482, 0x0c21} + } +}; + +StandTile tile_770 = { + 0x04e802, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {143, 0, 309, 0x0c2d}, + {-1, 0, 437, 0x09b3}, + {34, 0, 482, 0x0c25} + } +}; + +StandTile tile_771 = { + 0x04e801, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {143, 0, 309, 0x0a8b}, + {94, 0, 245, 0x0c31}, + {-1, 0, 437, 0x0c29} + } +}; + +StandTile tile_772 = { + 0x04e902, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {94, 0, 245, 0x0c35}, + {-162, 0, 405, 0x09b7}, + {-1, 0, 437, 0x0c2d} + } +}; + +StandTile tile_773 = { + 0x04e901, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {94, 0, 245, 0x0b87}, + {-136, 0, 200, 0x0c39}, + {-162, 0, 405, 0x0c31} + } +}; + +StandTile tile_774 = { + 0x04ed02, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-136, 0, 200, 0x0c3d}, + {-431, 0, 450, 0x09bb}, + {-162, 0, 405, 0x0c35} + } +}; + +StandTile tile_775 = { + 0x04ed01, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-136, 0, 200, 0x0a63}, + {-520, 0, 264, 0x0c41}, + {-431, 0, 450, 0x0c39} + } +}; + +StandTile tile_776 = { + 0x04ea02, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-520, 0, 264, 0x0c45}, + {-597, 0, 582, 0x09bf}, + {-431, 0, 450, 0x0c3d} + } +}; + +StandTile tile_777 = { + 0x04ea01, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-520, 0, 264, 0x0a6f}, + {-757, 0, 452, 0x0c49}, + {-597, 0, 582, 0x0c41} + } +}; + +StandTile tile_778 = { + 0x04eb02, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-757, 0, 452, 0x0c4d}, + {-700, 0, 790, 0x09c3}, + {-597, 0, 582, 0x0c45} + } +}; + +StandTile tile_779 = { + 0x04eb01, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-757, 0, 452, 0x0a67}, + {-904, 0, 750, 0x0c51}, + {-700, 0, 790, 0x0c49} + } +}; + +StandTile tile_780 = { + 0x04ec02, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-904, 0, 750, 0x0c55}, + {-689, 0, 1054, 0x0b9f}, + {-700, 0, 790, 0x0c4d} + } +}; + +StandTile tile_781 = { + 0x04ec01, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-904, 0, 750, 0x0a4f}, + {-889, 0, 1126, 0x0c59}, + {-689, 0, 1054, 0x0c51} + } +}; + +StandTile tile_782 = { + 0x04e402, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-889, 0, 1126, 0x0c5d}, + {-560, 0, 1255, 0x0ba3}, + {-689, 0, 1054, 0x0c55} + } +}; + +StandTile tile_783 = { + 0x04e401, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-889, 0, 1126, 0x0a33}, + {-704, 0, 1413, 0x0c61}, + {-560, 0, 1255, 0x0c59} + } +}; + +StandTile tile_784 = { + 0x04e502, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-704, 0, 1413, 0x0c65}, + {-328, 0, 1376, 0x0c6d}, + {-560, 0, 1255, 0x0c5d} + } +}; + +StandTile tile_785 = { + 0x04e501, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-704, 0, 1413, 0x0a4b}, + {-373, 0, 1586, 0x0bf9}, + {-328, 0, 1376, 0x0c61} + } +}; + +StandTile tile_786 = { + 0x0a0502, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-560, 0, 1255, 0x0c6d}, + {-43, 0, 1336, 0x0c01}, + {123, 0, 1194, 0x0b97} + } +}; + +StandTile tile_787 = { + 0x0a0501, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-560, 0, 1255, 0x0c61}, + {-328, 0, 1376, 0x0bf9}, + {-43, 0, 1336, 0x0c69} + } +}; + +StandTile tile_788 = { + 0x1de302, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {113, 90, 113, 0x0c75}, + {60, 136, 19, 0x0000}, + {98, 90, 113, 0x0000} + } +}; + +StandTile tile_789 = { + 0x1de301, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {113, 90, 113, 0x0caf}, + {75, 136, 19, 0x0c79}, + {60, 136, 19, 0x0c71} + } +}; + +StandTile tile_790 = { + 0x1de002, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {75, 136, 19, 0x0c7f}, + {-75, 136, -90, 0x0ca7}, + {-75, 136, 19, 0x0c97}, + {-60, 136, 19, 0x0c83}, + {60, 136, 19, 0x0c75} + } +}; + +StandTile tile_791 = { + 0x1de001, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {75, 136, 19, 0x0caf}, + {75, 136, -90, 0x0c9b}, + {-75, 136, -90, 0x0c79} + } +}; + +StandTile tile_792 = { + 0x1ddf02, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-68, 105, 38, 0x0c87}, + {60, 136, 19, 0x0c79}, + {-60, 136, 19, 0x0000} + } +}; + +StandTile tile_793 = { + 0x1ddf01, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-68, 105, 38, 0x0000}, + {68, 105, 38, 0x0000}, + {60, 136, 19, 0x0c83} + } +}; + +StandTile tile_794 = { + 0x1dde02, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {113, 90, -185, 0x0c8f}, + {-113, 45, -279, 0x0cb3}, + {-113, 90, -185, 0x0c9f} + } +}; + +StandTile tile_795 = { + 0x1dde01, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {113, 90, -185, 0x0cbf}, + {113, 45, -279, 0x0a27}, + {-113, 45, -279, 0x0c8b} + } +}; + +StandTile tile_796 = { + 0x1ddc02, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-98, 90, 113, 0x0c97}, + {-75, 136, 19, 0x0ca7}, + {-113, 90, 113, 0x0000} + } +}; + +StandTile tile_797 = { + 0x1ddc01, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-98, 90, 113, 0x0000}, + {-60, 136, 19, 0x0c79}, + {-75, 136, 19, 0x0c93} + } +}; + +StandTile tile_798 = { + 0x1ddb02, 0x0f, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {75, 136, -90, 0x0c9f}, + {-113, 90, -185, 0x0ca3}, + {-75, 136, -90, 0x0c7f} + } +}; + +StandTile tile_799 = { + 0x1ddb01, 0x0f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {75, 136, -90, 0x0cab}, + {113, 90, -185, 0x0c8b}, + {-113, 90, -185, 0x0c9b} + } +}; + +StandTile tile_800 = { + 0x1dda02, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-113, 90, 113, 0x0ca7}, + {-75, 136, -90, 0x0c9b}, + {-113, 90, -185, 0x0cb7} + } +}; + +StandTile tile_801 = { + 0x1dda01, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-113, 90, 113, 0x0c93}, + {-75, 136, 19, 0x0c79}, + {-75, 136, -90, 0x0ca3} + } +}; + +StandTile tile_802 = { + 0x1dd902, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {75, 136, -90, 0x0caf}, + {113, 90, 113, 0x0cbf}, + {113, 90, -185, 0x0c9f} + } +}; + +StandTile tile_803 = { + 0x1dd901, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {75, 136, -90, 0x0c7f}, + {75, 136, 19, 0x0c75}, + {113, 90, 113, 0x0cab} + } +}; + +StandTile tile_804 = { + 0x1dd802, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-113, 45, 113, 0x0cb7}, + {-113, 90, -185, 0x0c8b}, + {-113, 45, -279, 0x0a13} + } +}; + +StandTile tile_805 = { + 0x1dd801, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-113, 45, 113, 0x0000}, + {-113, 90, 113, 0x0ca3}, + {-113, 90, -185, 0x0cb3} + } +}; + +StandTile tile_806 = { + 0x1dd702, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {113, 45, -279, 0x0cbf}, + {113, 90, 113, 0x0000}, + {113, 45, 113, 0x0a0b} + } +}; + +StandTile tile_807 = { + 0x1dd701, 0x0f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {113, 45, -279, 0x0c8f}, + {113, 90, -185, 0x0cab}, + {113, 90, 113, 0x0cbb} + } +}; + +StandTile tile_808 = { + 0x26cb02, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {34, 0, 19, 0x0cc7}, + {-19, 0, 0, 0x0000}, + {-34, 0, 19, 0x0ccf} + } +}; + +StandTile tile_809 = { + 0x26cb01, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {34, 0, 19, 0x0000}, + {19, 0, 0, 0x0014}, + {-19, 0, 0, 0x0cc3} + } +}; + +StandTile tile_810 = { + 0x1dd202, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {49, 0, 57, 0x0ccf}, + {-34, 0, 19, 0x0000}, + {-49, 0, 57, 0x0d0b} + } +}; + +StandTile tile_811 = { + 0x1dd201, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {49, 0, 57, 0x0000}, + {34, 0, 19, 0x0cc3}, + {-34, 0, 19, 0x0ccb} + } +}; + +StandTile tile_812 = { + 0x1dc902, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-72, 34, 113, 0x0cd7}, + {72, 45, 113, 0x0000}, + {72, 34, 113, 0x0d13} + } +}; + +StandTile tile_813 = { + 0x1dc901, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-72, 34, 113, 0x0000}, + {-72, 45, 113, 0x0b83}, + {72, 45, 113, 0x0cd3} + } +}; + +StandTile tile_814 = { + 0x1dc802, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-72, 45, 113, 0x0cdf}, + {-60, 45, 19, 0x0000}, + {-98, 45, 113, 0x0a1f} + } +}; + +StandTile tile_815 = { + 0x1dc801, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-72, 45, 113, 0x0000}, + {-34, 45, 19, 0x0000}, + {-60, 45, 19, 0x0cdb} + } +}; + +StandTile tile_816 = { + 0x1dc702, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {98, 45, 113, 0x0ce7}, + {34, 45, 19, 0x0000}, + {72, 45, 113, 0x09fb} + } +}; + +StandTile tile_817 = { + 0x1dc701, 0x0f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {98, 45, 113, 0x0000}, + {60, 45, 19, 0x0000}, + {34, 45, 19, 0x0ce3} + } +}; + +StandTile tile_818 = { + 0x1dc402, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-64, 23, 94, 0x0cef}, + {64, 34, 94, 0x0000}, + {64, 23, 94, 0x0cfb} + } +}; + +StandTile tile_819 = { + 0x1dc401, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-64, 23, 94, 0x0000}, + {-64, 34, 94, 0x0d17}, + {64, 34, 94, 0x0ceb} + } +}; + +StandTile tile_820 = { + 0x1dc302, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {57, 11, 75, 0x0cf7}, + {-49, 11, 57, 0x0000}, + {-57, 11, 75, 0x0d03} + } +}; + +StandTile tile_821 = { + 0x1dc301, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {57, 11, 75, 0x0000}, + {49, 11, 57, 0x0d0f}, + {-49, 11, 57, 0x0cf3} + } +}; + +StandTile tile_822 = { + 0x1dc202, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {64, 23, 94, 0x0cff}, + {-57, 23, 75, 0x0000}, + {-64, 23, 94, 0x0ceb} + } +}; + +StandTile tile_823 = { + 0x1dc201, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {64, 23, 94, 0x0000}, + {57, 23, 75, 0x0d07}, + {-57, 23, 75, 0x0cfb} + } +}; + +StandTile tile_824 = { + 0x1dc102, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-57, 11, 75, 0x0d07}, + {57, 23, 75, 0x0000}, + {57, 11, 75, 0x0cf3} + } +}; + +StandTile tile_825 = { + 0x1dc101, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-57, 11, 75, 0x0000}, + {-57, 23, 75, 0x0cff}, + {57, 23, 75, 0x0d03} + } +}; + +StandTile tile_826 = { + 0x1dc002, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-49, 0, 57, 0x0d0f}, + {49, 11, 57, 0x0000}, + {49, 0, 57, 0x0ccb} + } +}; + +StandTile tile_827 = { + 0x1dc001, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-49, 0, 57, 0x0000}, + {-49, 11, 57, 0x0cf7}, + {49, 11, 57, 0x0d0b} + } +}; + +StandTile tile_828 = { + 0x1dbf02, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {72, 34, 113, 0x0d17}, + {-64, 34, 94, 0x0000}, + {-72, 34, 113, 0x0cd3} + } +}; + +StandTile tile_829 = { + 0x1dbf01, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {72, 34, 113, 0x0000}, + {64, 34, 94, 0x0cef}, + {-64, 34, 94, 0x0d13} + } +}; + +StandTile tile_830 = { + 0x097c00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3036, -53, -2237, 0x0000}, + {2924, -53, -2302, 0x0d33}, + {2905, -53, -2151, 0x0d3f} + } +}; + +StandTile tile_831 = { + 0x097d00, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2905, -53, -2151, 0x0d33}, + {2777, -53, -2279, 0x0d83}, + {2437, 49, -2170, 0x0d23} + } +}; + +StandTile tile_832 = { + 0x097e00, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2437, 49, -2170, 0x0f21}, + {2494, 49, -2019, 0x0daf}, + {2905, -53, -2151, 0x0d1f} + } +}; + +StandTile tile_833 = { + 0x097f00, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3394, -53, -2486, 0x0d47}, + {3342, -53, -2414, 0x0d2b}, + {3372, -53, -2324, 0x0de3} + } +}; + +StandTile tile_834 = { + 0x098000, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3372, -53, -2324, 0x0d27}, + {3342, -53, -2414, 0x0000}, + {3277, -53, -2302, 0x0d67} + } +}; + +StandTile tile_835 = { + 0x098100, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3097, -53, -2110, 0x0ddf}, + {3255, -53, -2200, 0x0d63}, + {3165, -53, -2237, 0x0ef9} + } +}; + +StandTile tile_836 = { + 0x098200, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2905, -53, -2151, 0x0d1b}, + {2924, -53, -2302, 0x0d5f}, + {2777, -53, -2279, 0x0d1f} + } +}; + +StandTile tile_837 = { + 0x098300, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2924, -53, -2656, 0x0d4f}, + {2957, -53, -2735, 0x0dc3}, + {2841, -53, -2645, 0x0d57} + } +}; + +StandTile tile_838 = { + 0x098400, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3368, -53, -2637, 0x0dfb}, + {3251, -53, -2735, 0x0d43}, + {3277, -53, -2656, 0x0d4b} + } +}; + +StandTile tile_839 = { + 0x098500, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3097, -53, -2110, 0x0ef1}, + {3036, -53, -2237, 0x0d1b}, + {2905, -53, -2151, 0x0dd3} + } +}; + +StandTile tile_840 = { + 0x098600, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3165, -53, -2720, 0x0000}, + {3277, -53, -2656, 0x0d3b}, + {3251, -53, -2735, 0x0d73} + } +}; + +StandTile tile_841 = { + 0x098700, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3394, -53, -2486, 0x0d7b}, + {3342, -53, -2544, 0x0000}, + {3342, -53, -2414, 0x0d27} + } +}; + +StandTile tile_842 = { + 0x098800, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3277, -53, -2656, 0x0000}, + {3342, -53, -2544, 0x0d7b}, + {3368, -53, -2637, 0x0d3b} + } +}; + +StandTile tile_843 = { + 0x098900, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2924, -53, -2656, 0x0000}, + {3036, -53, -2720, 0x0d6f}, + {2957, -53, -2735, 0x0d37} + } +}; + +StandTile tile_844 = { + 0x098a00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3036, -53, -2720, 0x0000}, + {3165, -53, -2720, 0x0d73}, + {3097, -53, -2780, 0x0d6f} + } +}; + +StandTile tile_845 = { + 0x098b00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2859, -53, -2544, 0x0000}, + {2924, -53, -2656, 0x0d37}, + {2841, -53, -2645, 0x0d6b} + } +}; + +StandTile tile_846 = { + 0x098c00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2859, -53, -2414, 0x0000}, + {2859, -53, -2544, 0x0d6b}, + {2780, -53, -2494, 0x0d77} + } +}; + +StandTile tile_847 = { + 0x098d00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2924, -53, -2302, 0x0000}, + {2859, -53, -2414, 0x0d77}, + {2777, -53, -2279, 0x0d33} + } +}; + +StandTile tile_848 = { + 0x098e00, 0x0e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {3255, -53, -2200, 0x0d67}, + {3277, -53, -2302, 0x0000}, + {3165, -53, -2237, 0x0d2f} + } +}; + +StandTile tile_849 = { + 0x099200, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3372, -53, -2324, 0x0d2b}, + {3277, -53, -2302, 0x0d63}, + {3255, -53, -2200, 0x0deb} + } +}; + +StandTile tile_850 = { + 0x099300, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2859, -53, -2544, 0x0d57}, + {2841, -53, -2645, 0x0dbf}, + {2780, -53, -2494, 0x0d5b} + } +}; + +StandTile tile_851 = { + 0x099400, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3036, -53, -2720, 0x0d53}, + {3097, -53, -2780, 0x0dcf}, + {2957, -53, -2735, 0x0d4f} + } +}; + +StandTile tile_852 = { + 0x099500, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3165, -53, -2720, 0x0d43}, + {3251, -53, -2735, 0x0df7}, + {3097, -53, -2780, 0x0d53} + } +}; + +StandTile tile_853 = { + 0x099600, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2780, -53, -2494, 0x0db3}, + {2777, -53, -2279, 0x0d5f}, + {2859, -53, -2414, 0x0d5b} + } +}; + +StandTile tile_854 = { + 0x099700, 0x0e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3394, -53, -2486, 0x0ddb}, + {3368, -53, -2637, 0x0d4b}, + {3342, -53, -2544, 0x0d47} + } +}; + +StandTile tile_855 = { + 0x099800, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3846, 4, -2708, 0x0d9b}, + {3511, 4, -2611, 0x0e0f}, + {3628, 4, -2445, 0x0d8f} + } +}; + +StandTile tile_856 = { + 0x099900, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2777, -53, -2279, 0x0db3}, + {2535, 121, -2445, 0x0f15}, + {2437, 49, -2170, 0x0d1f} + } +}; + +StandTile tile_857 = { + 0x099a00, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3628, 4, -2445, 0x0dd7}, + {3473, 4, -2219, 0x0d8b}, + {3550, 64, -1667, 0x0e17} + } +}; + +StandTile tile_858 = { + 0x099b00, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3473, 4, -2219, 0x0de7}, + {3323, 64, -1936, 0x0da7}, + {3550, 64, -1667, 0x0d87} + } +}; + +StandTile tile_859 = { + 0x099c00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4072, 4, -2512, 0x0e13}, + {3846, 4, -2708, 0x0d7f}, + {3628, 4, -2445, 0x0e1b} + } +}; + +StandTile tile_860 = { + 0x099e00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2960, 121, -3144, 0x0def}, + {3221, 68, -2931, 0x0da3}, + {3464, 121, -3185, 0x0000} + } +}; + +StandTile tile_861 = { + 0x099f00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3464, 121, -3185, 0x0da3}, + {3432, 121, -2837, 0x0d9f}, + {3914, 121, -2911, 0x0000} + } +}; + +StandTile tile_862 = { + 0x09a200, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3432, 121, -2837, 0x0e07}, + {3511, 4, -2611, 0x0d7f}, + {3846, 4, -2708, 0x0d9f} + } +}; + +StandTile tile_863 = { + 0x09a300, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3914, 121, -2911, 0x0d97}, + {3432, 121, -2837, 0x0d9b}, + {3846, 4, -2708, 0x0e13} + } +}; + +StandTile tile_864 = { + 0x09a400, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3221, 68, -2931, 0x0e03}, + {3432, 121, -2837, 0x0d97}, + {3464, 121, -3185, 0x0d93} + } +}; + +StandTile tile_865 = { + 0x09a500, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3550, 64, -1667, 0x0d8b}, + {3323, 64, -1936, 0x0df3}, + {3002, 143, -1671, 0x0000} + } +}; + +StandTile tile_866 = { + 0x09a600, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3002, 143, -1671, 0x0dd3}, + {2905, -53, -2151, 0x0daf}, + {2535, 143, -1914, 0x05d1} + } +}; + +StandTile tile_867 = { + 0x09a700, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2905, -53, -2151, 0x0d23}, + {2494, 49, -2019, 0x0f1d}, + {2535, 143, -1914, 0x0dab} + } +}; + +StandTile tile_868 = { + 0x09ae00, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2777, -53, -2279, 0x0d77}, + {2780, -53, -2494, 0x0dbb}, + {2535, 121, -2445, 0x0d83} + } +}; + +StandTile tile_869 = { + 0x09af00, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2682, 64, -2773, 0x0dc7}, + {2407, 222, -2848, 0x0f11}, + {2535, 121, -2445, 0x0dbb} + } +}; + +StandTile tile_870 = { + 0x09b000, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2682, 64, -2773, 0x0db7}, + {2535, 121, -2445, 0x0db3}, + {2780, -53, -2494, 0x0dbf} + } +}; + +StandTile tile_871 = { + 0x09b100, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2780, -53, -2494, 0x0d6b}, + {2841, -53, -2645, 0x0dc3}, + {2682, 64, -2773, 0x0dbb} + } +}; + +StandTile tile_872 = { + 0x09b200, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2841, -53, -2645, 0x0d37}, + {2957, -53, -2735, 0x0dcb}, + {2682, 64, -2773, 0x0dbf} + } +}; + +StandTile tile_873 = { + 0x09b300, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2407, 222, -2848, 0x0db7}, + {2682, 64, -2773, 0x0dcb}, + {2960, 121, -3144, 0x0000} + } +}; + +StandTile tile_874 = { + 0x09b400, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2960, 121, -3144, 0x0dc7}, + {2682, 64, -2773, 0x0dc3}, + {2957, -53, -2735, 0x0dcf} + } +}; + +StandTile tile_875 = { + 0x09b500, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2957, -53, -2735, 0x0d6f}, + {3097, -53, -2780, 0x0def}, + {2960, 121, -3144, 0x0dcb} + } +}; + +StandTile tile_876 = { + 0x09b600, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3002, 143, -1671, 0x0df3}, + {3097, -53, -2110, 0x0d3f}, + {2905, -53, -2151, 0x0dab} + } +}; + +StandTile tile_877 = { + 0x09b700, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3473, 4, -2219, 0x0d87}, + {3628, 4, -2445, 0x0de3}, + {3372, -53, -2324, 0x0deb} + } +}; + +StandTile tile_878 = { + 0x09b800, 0x0e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3511, 4, -2611, 0x0e0b}, + {3368, -53, -2637, 0x0d7b}, + {3394, -53, -2486, 0x0e0f} + } +}; + +StandTile tile_879 = { + 0x09b900, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3323, 64, -1936, 0x0de7}, + {3255, -53, -2200, 0x0d2f}, + {3097, -53, -2110, 0x0df3} + } +}; + +StandTile tile_880 = { + 0x09ba00, 0x0e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3628, 4, -2445, 0x0e0f}, + {3394, -53, -2486, 0x0d27}, + {3372, -53, -2324, 0x0dd7} + } +}; + +StandTile tile_881 = { + 0x09bb00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3323, 64, -1936, 0x0d8b}, + {3473, 4, -2219, 0x0deb}, + {3255, -53, -2200, 0x0ddf} + } +}; + +StandTile tile_882 = { + 0x09bc00, 0x0e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3473, 4, -2219, 0x0dd7}, + {3372, -53, -2324, 0x0d67}, + {3255, -53, -2200, 0x0de7} + } +}; + +StandTile tile_883 = { + 0x09bd00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3221, 68, -2931, 0x0d93}, + {2960, 121, -3144, 0x0dcf}, + {3097, -53, -2780, 0x0df7} + } +}; + +StandTile tile_884 = { + 0x09be00, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3002, 143, -1671, 0x0da7}, + {3323, 64, -1936, 0x0ddf}, + {3097, -53, -2110, 0x0dd3} + } +}; + +StandTile tile_885 = { + 0x09bf00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3097, -53, -2780, 0x0d73}, + {3251, -53, -2735, 0x0e03}, + {3221, 68, -2931, 0x0def} + } +}; + +StandTile tile_886 = { + 0x307500, 0x0e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3251, -53, -2735, 0x0d3b}, + {3368, -53, -2637, 0x0e0b}, + {3383, -11, -2685, 0x0dff} + } +}; + +StandTile tile_887 = { + 0x09c000, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3432, 121, -2837, 0x0e03}, + {3251, -53, -2735, 0x0dfb}, + {3383, -11, -2685, 0x0e07} + } +}; + +StandTile tile_888 = { + 0x09c100, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3432, 121, -2837, 0x0da3}, + {3221, 68, -2931, 0x0df7}, + {3251, -53, -2735, 0x0dff} + } +}; + +StandTile tile_889 = { + 0x307400, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3511, 4, -2611, 0x0d9b}, + {3432, 121, -2837, 0x0dff}, + {3383, -11, -2685, 0x0e0b} + } +}; + +StandTile tile_890 = { + 0x09c200, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3511, 4, -2611, 0x0e07}, + {3383, -11, -2685, 0x0dfb}, + {3368, -53, -2637, 0x0ddb} + } +}; + +StandTile tile_891 = { + 0x09c300, 0x0e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3628, 4, -2445, 0x0d7f}, + {3511, 4, -2611, 0x0ddb}, + {3394, -53, -2486, 0x0de3} + } +}; + +StandTile tile_892 = { + 0x09c400, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3914, 121, -2911, 0x0d9f}, + {3846, 4, -2708, 0x0d8f}, + {4072, 4, -2512, 0x0000} + } +}; + +StandTile tile_893 = { + 0x09c500, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3628, 4, -2445, 0x0d87}, + {3550, 64, -1667, 0x0000}, + {3993, 64, -2075, 0x0e1b} + } +}; + +StandTile tile_894 = { + 0x09c600, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3993, 64, -2075, 0x0000}, + {4072, 4, -2512, 0x0d8f}, + {3628, 4, -2445, 0x0e17} + } +}; + +StandTile tile_895 = { + 0x31e202, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3052, 124, -2410, 0x0e23}, + {3149, -673, -2410, 0x0188}, + {3052, -673, -2410, 0x0e2b} + } +}; + +StandTile tile_896 = { + 0x31e201, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3052, 124, -2410, 0x0ecb}, + {3149, 124, -2410, 0x0e3b}, + {3149, -673, -2410, 0x0e1f} + } +}; + +StandTile tile_897 = { + 0x31e102, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3052, 124, -2535, 0x0e2b}, + {3052, -673, -2410, 0x0184}, + {3052, -673, -2535, 0x0e2f} + } +}; + +StandTile tile_898 = { + 0x31e101, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3052, 124, -2535, 0x0ea3}, + {3052, 124, -2410, 0x0e1f}, + {3052, -673, -2410, 0x0e27} + } +}; + +StandTile tile_899 = { + 0x31e002, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3052, -673, -2535, 0x0e33}, + {3149, 124, -2535, 0x0ebf}, + {3052, 124, -2535, 0x0e27} + } +}; + +StandTile tile_900 = { + 0x31e001, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3052, -673, -2535, 0x0184}, + {3149, -673, -2535, 0x0e37}, + {3149, 124, -2535, 0x0e2f} + } +}; + +StandTile tile_901 = { + 0x31de02, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3149, -673, -2535, 0x0e3b}, + {3149, 124, -2410, 0x0eb3}, + {3149, 124, -2535, 0x0e33} + } +}; + +StandTile tile_902 = { + 0x31de01, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3149, -673, -2535, 0x0188}, + {3149, -673, -2410, 0x0e23}, + {3149, 124, -2410, 0x0e37} + } +}; + +StandTile tile_903 = { + 0x217e00, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3119, 162, -2272, 0x0000}, + {3119, 173, -2283, 0x0e8b}, + {3119, 162, -2283, 0x0e63} + } +}; + +StandTile tile_904 = { + 0x217d00, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3119, 151, -2260, 0x0000}, + {3119, 162, -2272, 0x0edb}, + {3119, 151, -2272, 0x0e6b} + } +}; + +StandTile tile_905 = { + 0x217c00, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3119, 139, -2249, 0x0000}, + {3119, 151, -2260, 0x0e83}, + {3119, 139, -2260, 0x0e73} + } +}; + +StandTile tile_906 = { + 0x217b00, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3119, 128, -2237, 0x0000}, + {3119, 139, -2249, 0x0ed3}, + {3119, 128, -2249, 0x0e7b} + } +}; + +StandTile tile_907 = { + 0x217a00, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3082, 162, -2283, 0x0e87}, + {3082, 173, -2283, 0x0000}, + {3082, 162, -2272, 0x0e5f} + } +}; + +StandTile tile_908 = { + 0x217900, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3082, 151, -2272, 0x0ed7}, + {3082, 162, -2272, 0x0000}, + {3082, 151, -2260, 0x0e67} + } +}; + +StandTile tile_909 = { + 0x217800, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3082, 139, -2260, 0x0e7f}, + {3082, 151, -2260, 0x0000}, + {3082, 139, -2249, 0x0e6f} + } +}; + +StandTile tile_910 = { + 0x217700, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3082, 128, -2249, 0x0ecf}, + {3082, 139, -2249, 0x0000}, + {3082, 128, -2237, 0x0e77} + } +}; + +StandTile tile_911 = { + 0x217602, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3119, 162, -2272, 0x0e63}, + {3082, 162, -2283, 0x0e4f}, + {3082, 162, -2272, 0x0edb} + } +}; + +StandTile tile_912 = { + 0x217601, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3119, 162, -2272, 0x0e3f}, + {3119, 162, -2283, 0x0e87}, + {3082, 162, -2283, 0x0e5f} + } +}; + +StandTile tile_913 = { + 0x217502, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3119, 151, -2260, 0x0e6b}, + {3082, 151, -2272, 0x0e53}, + {3082, 151, -2260, 0x0e83} + } +}; + +StandTile tile_914 = { + 0x217501, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3119, 151, -2260, 0x0e43}, + {3119, 151, -2272, 0x0ed7}, + {3082, 151, -2272, 0x0e67} + } +}; + +StandTile tile_915 = { + 0x217402, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3119, 139, -2249, 0x0e73}, + {3082, 139, -2260, 0x0e57}, + {3082, 139, -2249, 0x0ed3} + } +}; + +StandTile tile_916 = { + 0x217401, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3119, 139, -2249, 0x0e47}, + {3119, 139, -2260, 0x0e7f}, + {3082, 139, -2260, 0x0e6f} + } +}; + +StandTile tile_917 = { + 0x217302, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3119, 128, -2237, 0x0e7b}, + {3082, 128, -2249, 0x0e5b}, + {3082, 128, -2237, 0x0f01} + } +}; + +StandTile tile_918 = { + 0x217301, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3119, 128, -2237, 0x0e4b}, + {3119, 128, -2249, 0x0ecf}, + {3082, 128, -2249, 0x0e77} + } +}; + +StandTile tile_919 = { + 0x217102, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3119, 139, -2260, 0x0e83}, + {3082, 151, -2260, 0x0e57}, + {3082, 139, -2260, 0x0e73} + } +}; + +StandTile tile_920 = { + 0x217101, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3119, 139, -2260, 0x0e47}, + {3119, 151, -2260, 0x0e67}, + {3082, 151, -2260, 0x0e7f} + } +}; + +StandTile tile_921 = { + 0x216f02, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3119, 162, -2283, 0x0e8b}, + {3082, 173, -2283, 0x0e4f}, + {3082, 162, -2283, 0x0e63} + } +}; + +StandTile tile_922 = { + 0x216f01, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3119, 162, -2283, 0x0e3f}, + {3119, 173, -2283, 0x0ee7}, + {3082, 173, -2283, 0x0e87} + } +}; + +StandTile tile_923 = { + 0x31d602, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3281, 124, -2430, 0x0e93}, + {3233, 124, -2611, 0x0eb7}, + {3233, 124, -2347, 0x0000} + } +}; + +StandTile tile_924 = { + 0x31d601, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3281, 124, -2430, 0x0000}, + {3281, 124, -2527, 0x0000}, + {3233, 124, -2611, 0x0e8f} + } +}; + +StandTile tile_925 = { + 0x31d502, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2968, 124, -2347, 0x0e9b}, + {2920, 124, -2527, 0x0000}, + {2920, 124, -2430, 0x0000} + } +}; + +StandTile tile_926 = { + 0x31d501, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2968, 124, -2347, 0x0ea7}, + {2968, 124, -2611, 0x0000}, + {2920, 124, -2527, 0x0e97} + } +}; + +StandTile tile_927 = { + 0x31da00, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2968, 124, -2347, 0x0000}, + {3052, 124, -2298, 0x0ec7}, + {3052, 124, -2410, 0x0ea7} + } +}; + +StandTile tile_928 = { + 0x31dc02, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2968, 124, -2611, 0x0ea7}, + {3052, 124, -2410, 0x0e2b}, + {3052, 124, -2535, 0x0eab} + } +}; + +StandTile tile_929 = { + 0x31dc01, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2968, 124, -2611, 0x0e9b}, + {2968, 124, -2347, 0x0e9f}, + {3052, 124, -2410, 0x0ea3} + } +}; + +StandTile tile_930 = { + 0x31d400, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2968, 124, -2611, 0x0ea3}, + {3052, 124, -2535, 0x0ebf}, + {3052, 124, -2660, 0x0000} + } +}; + +StandTile tile_931 = { + 0x31db00, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3233, 124, -2611, 0x0000}, + {3149, 124, -2660, 0x0ec3}, + {3149, 124, -2535, 0x0eb7} + } +}; + +StandTile tile_932 = { + 0x31dd02, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3233, 124, -2347, 0x0eb7}, + {3149, 124, -2535, 0x0e37}, + {3149, 124, -2410, 0x0ebb} + } +}; + +StandTile tile_933 = { + 0x31dd01, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3233, 124, -2347, 0x0e8f}, + {3233, 124, -2611, 0x0eaf}, + {3149, 124, -2535, 0x0eb3} + } +}; + +StandTile tile_934 = { + 0x31d300, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3233, 124, -2347, 0x0eb3}, + {3149, 124, -2410, 0x0ecb}, + {3149, 124, -2298, 0x0000} + } +}; + +StandTile tile_935 = { + 0x31d902, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3149, 124, -2535, 0x0ec3}, + {3052, 124, -2660, 0x0eab}, + {3052, 124, -2535, 0x0e2f} + } +}; + +StandTile tile_936 = { + 0x31d901, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3149, 124, -2535, 0x0eaf}, + {3149, 124, -2660, 0x0000}, + {3052, 124, -2660, 0x0ebf} + } +}; + +StandTile tile_937 = { + 0x31d202, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3149, 124, -2298, 0x0ecb}, + {3052, 124, -2410, 0x0e9f}, + {3052, 124, -2298, 0x0edf} + } +}; + +StandTile tile_938 = { + 0x31d201, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3149, 124, -2298, 0x0ebb}, + {3149, 124, -2410, 0x0e23}, + {3052, 124, -2410, 0x0ec7} + } +}; + +StandTile tile_939 = { + 0x216202, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3119, 128, -2249, 0x0ed3}, + {3082, 139, -2249, 0x0e5b}, + {3082, 128, -2249, 0x0e7b} + } +}; + +StandTile tile_940 = { + 0x216201, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3119, 128, -2249, 0x0e4b}, + {3119, 139, -2249, 0x0e6f}, + {3082, 139, -2249, 0x0ecf} + } +}; + +StandTile tile_941 = { + 0x216002, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3119, 151, -2272, 0x0edb}, + {3082, 162, -2272, 0x0e53}, + {3082, 151, -2272, 0x0e6b} + } +}; + +StandTile tile_942 = { + 0x216001, 0x0e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3119, 151, -2272, 0x0e43}, + {3119, 162, -2272, 0x0e5f}, + {3082, 162, -2272, 0x0ed7} + } +}; + +StandTile tile_943 = { + 0x214a02, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3052, 124, -2298, 0x0ee3}, + {3149, 173, -2298, 0x0000}, + {3149, 124, -2298, 0x0ec7} + } +}; + +StandTile tile_944 = { + 0x214a01, 0x0e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {3052, 124, -2298, 0x0000}, + {3052, 173, -2298, 0x0eed}, + {3149, 173, -2298, 0x0edf} + } +}; + +StandTile tile_945 = { + 0x214702, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {3153, 173, -2283, 0x0eed}, + {3052, 173, -2298, 0x0000}, + {3048, 173, -2283, 0x0000}, + {3082, 173, -2283, 0x0e8b}, + {3119, 173, -2283, 0x0000} + } +}; + +StandTile tile_946 = { + 0x214701, 0x0e, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3153, 173, -2283, 0x0000}, + {3149, 173, -2298, 0x0ee3}, + {3052, 173, -2298, 0x0ee7} + } +}; + +StandTile tile_947 = { + 0x278c00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3082, -53, -2223, 0x0000}, + {3036, -53, -2237, 0x0d3f}, + {3097, -53, -2110, 0x0ef5} + } +}; + +StandTile tile_948 = { + 0x278d00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3119, -53, -2223, 0x0f05}, + {3082, -53, -2223, 0x0ef1}, + {3097, -53, -2110, 0x0ef9} + } +}; + +StandTile tile_949 = { + 0x278e00, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3097, -53, -2110, 0x0d2f}, + {3165, -53, -2237, 0x0000}, + {3119, -53, -2223, 0x0ef5} + } +}; + +StandTile tile_950 = { + 0x278f02, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3119, 128, -2223, 0x0f01}, + {3082, 128, -2237, 0x0000}, + {3082, 128, -2223, 0x0f09} + } +}; + +StandTile tile_951 = { + 0x278f01, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3119, 128, -2223, 0x0000}, + {3119, 128, -2237, 0x0e77}, + {3082, 128, -2237, 0x0efd} + } +}; + +StandTile tile_952 = { + 0x218e02, 0x0e, + 0x3, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3119, -53, -2223, 0x0f09}, + {3082, 128, -2223, 0x0000}, + {3082, -53, -2223, 0x0ef5} + } +}; + +StandTile tile_953 = { + 0x218e01, 0x0e, + 0x3, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3119, -53, -2223, 0x0000}, + {3119, 128, -2223, 0x0efd}, + {3082, 128, -2223, 0x0f05} + } +}; + +StandTile tile_954 = { + 0x09aa00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2407, 222, -2848, 0x0000}, + {2136, 222, -2840, 0x1039}, + {2064, 222, -2324, 0x0f11} + } +}; + +StandTile tile_955 = { + 0x09ad00, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2535, 121, -2445, 0x0db7}, + {2407, 222, -2848, 0x0f0d}, + {2064, 222, -2324, 0x0f15} + } +}; + +StandTile tile_956 = { + 0x09ab00, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2535, 121, -2445, 0x0f11}, + {2064, 222, -2324, 0x0f29}, + {2437, 49, -2170, 0x0d83} + } +}; + +StandTile tile_957 = { + 0x09a900, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2494, 49, -2019, 0x0f25}, + {2121, 94, -1967, 0x0f9d}, + {2132, 222, -1880, 0x0f1d} + } +}; + +StandTile tile_958 = { + 0x09a800, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2494, 49, -2019, 0x0f19}, + {2132, 222, -1880, 0x05cd}, + {2535, 143, -1914, 0x0daf} + } +}; + +StandTile tile_959 = { + 0x099100, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2113, 94, -2132, 0x0f25}, + {2494, 49, -2019, 0x0d23}, + {2437, 49, -2170, 0x0f29} + } +}; + +StandTile tile_960 = { + 0x099000, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2113, 94, -2132, 0x1065}, + {2121, 94, -1967, 0x0f19}, + {2494, 49, -2019, 0x0f21} + } +}; + +StandTile tile_961 = { + 0x09ac00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2437, 49, -2170, 0x0f15}, + {2064, 222, -2324, 0x0f85}, + {2113, 94, -2132, 0x0f21} + } +}; + +StandTile tile_962 = { + 0x176500, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1036, 207, -3402, 0x0f3d}, + {-987, 207, -3281, 0x1095}, + {-870, 207, -3538, 0x0f39} + } +}; + +StandTile tile_963 = { + 0x27db00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-870, 207, -3538, 0x0f49}, + {-1036, 207, -3515, 0x0000}, + {-1030, 207, -3473, 0x0f35} + } +}; + +StandTile tile_964 = { + 0x27dc00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1030, 207, -3443, 0x0f39}, + {-870, 207, -3538, 0x0f31}, + {-1030, 207, -3473, 0x10b1} + } +}; + +StandTile tile_965 = { + 0x27dd00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1036, 207, -3402, 0x0f2d}, + {-870, 207, -3538, 0x0f35}, + {-1030, 207, -3443, 0x0000} + } +}; + +StandTile tile_966 = { + 0x176700, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-987, 207, -3281, 0x0f2d}, + {-1036, 207, -3402, 0x0000}, + {-1149, 207, -3402, 0x0f45} + } +}; + +StandTile tile_967 = { + 0x176800, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1232, 207, -3338, 0x0f45}, + {-1149, 207, -3402, 0x0f51}, + {-1243, 207, -3598, 0x1059} + } +}; + +StandTile tile_968 = { + 0x176900, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1232, 207, -3338, 0x0ff9}, + {-987, 207, -3281, 0x0f3d}, + {-1149, 207, -3402, 0x0f41} + } +}; + +StandTile tile_969 = { + 0x176a00, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1074, 207, -3602, 0x0f55}, + {-1036, 207, -3515, 0x0f31}, + {-870, 207, -3538, 0x1049} + } +}; + +StandTile tile_970 = { + 0x176b00, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1243, 207, -3598, 0x0f51}, + {-1149, 207, -3515, 0x0f55}, + {-1074, 207, -3602, 0x1055} + } +}; + +StandTile tile_971 = { + 0x176e00, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1243, 207, -3598, 0x0f41}, + {-1149, 207, -3402, 0x0000}, + {-1149, 207, -3515, 0x0f4d} + } +}; + +StandTile tile_972 = { + 0x176f00, 0x0d, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1036, 207, -3515, 0x0f49}, + {-1074, 207, -3602, 0x0f4d}, + {-1149, 207, -3515, 0x0000} + } +}; + +StandTile tile_973 = { + 0x038500, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {471, 271, -1782, 0x05e9}, + {565, 109, -1854, 0x0f5d}, + {411, 192, -2140, 0x0f69} + } +}; + +StandTile tile_974 = { + 0x038600, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {478, 109, -2215, 0x0f61}, + {411, 192, -2140, 0x0f59}, + {565, 109, -1854, 0x108d} + } +}; + +StandTile tile_975 = { + 0x038700, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {411, 192, -2140, 0x0f5d}, + {478, 109, -2215, 0x0f65}, + {15, 237, -2712, 0x0f6d} + } +}; + +StandTile tile_976 = { + 0x038800, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {478, 109, -2215, 0x1089}, + {151, 75, -2758, 0x0fe5}, + {15, 237, -2712, 0x0f61} + } +}; + +StandTile tile_977 = { + 0x038b00, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {471, 271, -1782, 0x0f59}, + {411, 192, -2140, 0x0f6d}, + {-226, 271, -2083, 0x05e1} + } +}; + +StandTile tile_978 = { + 0x038c00, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {15, 237, -2712, 0x0f71}, + {-226, 271, -2083, 0x0f69}, + {411, 192, -2140, 0x0f61} + } +}; + +StandTile tile_979 = { + 0x038d00, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-226, 271, -2083, 0x0f6d}, + {15, 237, -2712, 0x0fed}, + {-505, 320, -2645, 0x0ff1} + } +}; + +StandTile tile_980 = { + 0x038e00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {267, 75, -2837, 0x1085}, + {516, 109, -2434, 0x0f81}, + {674, 271, -2626, 0x0f79} + } +}; + +StandTile tile_981 = { + 0x038f00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {384, 230, -2961, 0x0ff5}, + {267, 75, -2837, 0x0f75}, + {674, 271, -2626, 0x1015} + } +}; + +StandTile tile_982 = { + 0x039300, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {855, 286, -2373, 0x1029}, + {674, 271, -2626, 0x0f81}, + {787, 109, -2249, 0x0f99} + } +}; + +StandTile tile_983 = { + 0x039400, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {516, 109, -2434, 0x1079}, + {787, 109, -2249, 0x0f7d}, + {674, 271, -2626, 0x0f75} + } +}; + +StandTile tile_984 = { + 0x039500, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2064, 222, -2324, 0x103d}, + {1496, 222, -2313, 0x0f89}, + {2113, 94, -2132, 0x0f29} + } +}; + +StandTile tile_985 = { + 0x039600, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2113, 94, -2132, 0x0f85}, + {1496, 222, -2313, 0x0f8d}, + {1533, 94, -2113, 0x1065} + } +}; + +StandTile tile_986 = { + 0x039700, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1496, 222, -2313, 0x1009}, + {1059, 271, -2324, 0x0f91}, + {1533, 94, -2113, 0x0f89} + } +}; + +StandTile tile_987 = { + 0x039800, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1533, 94, -2113, 0x0f8d}, + {1059, 271, -2324, 0x0f95}, + {1077, 128, -2132, 0x106d} + } +}; + +StandTile tile_988 = { + 0x039900, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1059, 271, -2324, 0x100d}, + {855, 286, -2373, 0x0f99}, + {1077, 128, -2132, 0x0f91} + } +}; + +StandTile tile_989 = { + 0x039a00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {787, 109, -2249, 0x1075}, + {1077, 128, -2132, 0x0f95}, + {855, 286, -2373, 0x0f7d} + } +}; + +StandTile tile_990 = { + 0x039b00, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2132, 222, -1880, 0x0f19}, + {2121, 94, -1967, 0x0fa1}, + {1563, 222, -1880, 0x0565} + } +}; + +StandTile tile_991 = { + 0x039c00, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2121, 94, -1967, 0x1069}, + {1609, 94, -1959, 0x0fa5}, + {1563, 222, -1880, 0x0f9d} + } +}; + +StandTile tile_992 = { + 0x039d00, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1563, 222, -1880, 0x0fa1}, + {1609, 94, -1959, 0x0fa9}, + {1059, 222, -1861, 0x0569} + } +}; + +StandTile tile_993 = { + 0x039e00, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1609, 94, -1959, 0x1071}, + {1096, 128, -1959, 0x0fad}, + {1059, 222, -1861, 0x0fa5} + } +}; + +StandTile tile_994 = { + 0x039f00, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1059, 222, -1861, 0x0fa9}, + {1096, 128, -1959, 0x0fb1}, + {769, 222, -1910, 0x0575} + } +}; + +StandTile tile_995 = { + 0x03a000, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1096, 128, -1959, 0x107d}, + {799, 109, -2034, 0x0fb5}, + {769, 222, -1910, 0x0fad} + } +}; + +StandTile tile_996 = { + 0x03a100, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {799, 109, -2034, 0x1081}, + {674, 109, -1891, 0x0555}, + {769, 222, -1910, 0x0fb1} + } +}; + +StandTile tile_997 = { + 0x03a900, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1104, 324, -3662, 0x0fc1}, + {-501, 109, -3594, 0x10df}, + {-671, 185, -3865, 0x1051} + } +}; + +StandTile tile_998 = { + 0x03aa00, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-158, 45, -3183, 0x10a5}, + {-452, 109, -3409, 0x0fdd}, + {-343, 237, -3176, 0x0fe9} + } +}; + +StandTile tile_999 = { + 0x03ab02, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1104, 324, -3662, 0x0fc5}, + {-870, 207, -3538, 0x10a1}, + {-501, 109, -3594, 0x0fb9} + } +}; + +StandTile tile_1000 = { + 0x03ab01, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1104, 324, -3662, 0x1045}, + {-997, 271, -3605, 0x1049}, + {-870, 207, -3538, 0x0fc1} + } +}; + +StandTile tile_1001 = { + 0x03ac00, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1755, 237, -1963, 0x0ff1}, + {-505, 320, -2645, 0x0fcd}, + {-829, 237, -3070, 0x0ffd} + } +}; + +StandTile tile_1002 = { + 0x03ad00, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-829, 237, -3070, 0x0fc9}, + {-505, 320, -2645, 0x0fed}, + {-343, 237, -3176, 0x0fdd} + } +}; + +StandTile tile_1003 = { + 0x03b100, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-987, 207, -3281, 0x1001}, + {-829, 237, -3070, 0x0fdd}, + {-452, 109, -3409, 0x1095} + } +}; + +StandTile tile_1004 = { + 0x03b500, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {49, 185, -3745, 0x10bf}, + {-230, 45, -3824, 0x0fd9}, + {102, 185, -3534, 0x1025} + } +}; + +StandTile tile_1005 = { + 0x03b600, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-83, 45, -3481, 0x0fe1}, + {102, 185, -3534, 0x0fd5}, + {-230, 45, -3824, 0x1099} + } +}; + +StandTile tile_1006 = { + 0x03b900, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-829, 237, -3070, 0x0fcd}, + {-343, 237, -3176, 0x0fbd}, + {-452, 109, -3409, 0x0fd1} + } +}; + +StandTile tile_1007 = { + 0x03ba00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {102, 185, -3534, 0x0fd9}, + {-83, 45, -3481, 0x1091}, + {267, 75, -2837, 0x0ff5} + } +}; + +StandTile tile_1008 = { + 0x03bb00, 0x0d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-343, 237, -3176, 0x0fed}, + {15, 237, -2712, 0x0f65}, + {151, 75, -2758, 0x0fe9} + } +}; + +StandTile tile_1009 = { + 0x03bd00, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-343, 237, -3176, 0x0fe5}, + {151, 75, -2758, 0x109d}, + {-158, 45, -3183, 0x0fbd} + } +}; + +StandTile tile_1010 = { + 0x03be00, 0x0d, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-505, 320, -2645, 0x0f71}, + {15, 237, -2712, 0x0fe5}, + {-343, 237, -3176, 0x0fcd} + } +}; + +StandTile tile_1011 = { + 0x03bf00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-226, 271, -2083, 0x0f71}, + {-505, 320, -2645, 0x0fc9}, + {-1755, 237, -1963, 0x05dd} + } +}; + +StandTile tile_1012 = { + 0x03c000, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {267, 75, -2837, 0x0f79}, + {384, 230, -2961, 0x1041}, + {102, 185, -3534, 0x0fe1} + } +}; + +StandTile tile_1013 = { + 0x03c100, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1462, 343, -2965, 0x1001}, + {-987, 207, -3281, 0x0f45}, + {-1232, 207, -3338, 0x105d} + } +}; + +StandTile tile_1014 = { + 0x03c200, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-829, 237, -3070, 0x1001}, + {-1462, 343, -2965, 0x1aa0}, + {-1755, 237, -1963, 0x0fc9} + } +}; + +StandTile tile_1015 = { + 0x03c300, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-829, 237, -3070, 0x0fd1}, + {-987, 207, -3281, 0x0ff9}, + {-1462, 343, -2965, 0x0ffd} + } +}; + +StandTile tile_1016 = { + 0x043a00, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1051, 185, -3805, 0x1019}, + {1051, 219, -3274, 0x1031}, + {1548, 185, -3813, 0x11e9} + } +}; + +StandTile tile_1017 = { + 0x043b00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1059, 271, -2324, 0x0f8d}, + {1496, 222, -2313, 0x103d}, + {1844, 222, -3150, 0x100d} + } +}; + +StandTile tile_1018 = { + 0x043c00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {855, 286, -2373, 0x0f95}, + {1059, 271, -2324, 0x1009}, + {1844, 222, -3150, 0x102d} + } +}; + +StandTile tile_1019 = { + 0x043d00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {674, 271, -2626, 0x1029}, + {1051, 219, -3274, 0x1019}, + {761, 219, -3451, 0x1015} + } +}; + +StandTile tile_1020 = { + 0x043e00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {761, 219, -3451, 0x1041}, + {384, 230, -2961, 0x0f79}, + {674, 271, -2626, 0x1011} + } +}; + +StandTile tile_1021 = { + 0x043f00, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1051, 185, -3805, 0x101d}, + {761, 219, -3451, 0x1011}, + {1051, 219, -3274, 0x1005} + } +}; + +StandTile tile_1022 = { + 0x044000, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {761, 219, -3451, 0x1019}, + {1051, 185, -3805, 0x11f1}, + {682, 185, -3794, 0x1021} + } +}; + +StandTile tile_1023 = { + 0x044100, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {761, 219, -3451, 0x101d}, + {682, 185, -3794, 0x1025}, + {102, 185, -3534, 0x1041} + } +}; + +StandTile tile_1024 = { + 0x044200, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {49, 185, -3745, 0x0fd5}, + {102, 185, -3534, 0x1021}, + {682, 185, -3794, 0x10d7} + } +}; + +StandTile tile_1025 = { + 0x044300, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1051, 219, -3274, 0x1011}, + {674, 271, -2626, 0x0f7d}, + {855, 286, -2373, 0x102d} + } +}; + +StandTile tile_1026 = { + 0x044400, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1844, 222, -3150, 0x1031}, + {1051, 219, -3274, 0x1029}, + {855, 286, -2373, 0x100d} + } +}; + +StandTile tile_1027 = { + 0x044500, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1051, 219, -3274, 0x102d}, + {1844, 222, -3150, 0x1035}, + {1548, 185, -3813, 0x1005} + } +}; + +StandTile tile_1028 = { + 0x044a00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1844, 222, -3150, 0x0000}, + {1948, 185, -3564, 0x10fb}, + {1548, 185, -3813, 0x1031} + } +}; + +StandTile tile_1029 = { + 0x044c00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1844, 222, -3150, 0x103d}, + {2064, 222, -2324, 0x0f0d}, + {2136, 222, -2840, 0x0000} + } +}; + +StandTile tile_1030 = { + 0x044d00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1496, 222, -2313, 0x0f85}, + {2064, 222, -2324, 0x1039}, + {1844, 222, -3150, 0x1009} + } +}; + +StandTile tile_1031 = { + 0x044e00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {102, 185, -3534, 0x0ff5}, + {384, 230, -2961, 0x1015}, + {761, 219, -3451, 0x1021} + } +}; + +StandTile tile_1032 = { + 0x304800, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-997, 271, -3605, 0x0fc5}, + {-1104, 324, -3662, 0x1055}, + {-1074, 207, -3602, 0x1049} + } +}; + +StandTile tile_1033 = { + 0x044f00, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-870, 207, -3538, 0x0fc5}, + {-997, 271, -3605, 0x1045}, + {-1074, 207, -3602, 0x0f49} + } +}; + +StandTile tile_1034 = { + 0x045000, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1473, 320, -3797, 0x1059}, + {-1243, 207, -3598, 0x1055}, + {-1104, 324, -3662, 0x1051} + } +}; + +StandTile tile_1035 = { + 0x045100, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1473, 320, -3797, 0x104d}, + {-1104, 324, -3662, 0x0fb9}, + {-671, 185, -3865, 0x12a1} + } +}; + +StandTile tile_1036 = { + 0x045200, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1243, 207, -3598, 0x0f4d}, + {-1074, 207, -3602, 0x1045}, + {-1104, 324, -3662, 0x104d} + } +}; + +StandTile tile_1037 = { + 0x045300, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1473, 320, -3797, 0x105d}, + {-1232, 207, -3338, 0x0f41}, + {-1243, 207, -3598, 0x104d} + } +}; + +StandTile tile_1038 = { + 0x045400, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1462, 343, -2965, 0x0ff9}, + {-1232, 207, -3338, 0x1059}, + {-1473, 320, -3797, 0x1aa4} + } +}; + +StandTile tile_1039 = { + 0x04c200, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {516, 109, -2434, 0x1089}, + {478, 109, -2215, 0x108d}, + {674, 109, -1891, 0x1081} + } +}; + +StandTile tile_1040 = { + 0x04c300, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2113, 94, -2132, 0x0f89}, + {1533, 94, -2113, 0x1069}, + {2121, 94, -1967, 0x0f25} + } +}; + +StandTile tile_1041 = { + 0x04c400, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2121, 94, -1967, 0x1065}, + {1533, 94, -2113, 0x106d}, + {1609, 94, -1959, 0x0fa1} + } +}; + +StandTile tile_1042 = { + 0x04c500, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1077, 128, -2132, 0x1071}, + {1609, 94, -1959, 0x1069}, + {1533, 94, -2113, 0x0f91} + } +}; + +StandTile tile_1043 = { + 0x04c600, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1609, 94, -1959, 0x106d}, + {1077, 128, -2132, 0x1075}, + {1096, 128, -1959, 0x0fa9} + } +}; + +StandTile tile_1044 = { + 0x04c700, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {787, 109, -2249, 0x107d}, + {1096, 128, -1959, 0x1071}, + {1077, 128, -2132, 0x0f99} + } +}; + +StandTile tile_1045 = { + 0x04c800, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {787, 109, -2249, 0x0f81}, + {516, 109, -2434, 0x1081}, + {799, 109, -2034, 0x107d} + } +}; + +StandTile tile_1046 = { + 0x04c900, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1096, 128, -1959, 0x1075}, + {787, 109, -2249, 0x1079}, + {799, 109, -2034, 0x0fb1} + } +}; + +StandTile tile_1047 = { + 0x04ca00, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {516, 109, -2434, 0x1061}, + {674, 109, -1891, 0x0fb5}, + {799, 109, -2034, 0x1079} + } +}; + +StandTile tile_1048 = { + 0x04cb00, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {151, 75, -2758, 0x1089}, + {516, 109, -2434, 0x0f75}, + {267, 75, -2837, 0x109d} + } +}; + +StandTile tile_1049 = { + 0x04cc00, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {478, 109, -2215, 0x1061}, + {516, 109, -2434, 0x1085}, + {151, 75, -2758, 0x0f65} + } +}; + +StandTile tile_1050 = { + 0x04cd00, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {565, 109, -1854, 0x0541}, + {674, 109, -1891, 0x1061}, + {478, 109, -2215, 0x0f5d} + } +}; + +StandTile tile_1051 = { + 0x04d200, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-83, 45, -3481, 0x1099}, + {-158, 45, -3183, 0x109d}, + {267, 75, -2837, 0x0fe1} + } +}; + +StandTile tile_1052 = { + 0x04d800, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-987, 207, -3281, 0x0fd1}, + {-452, 109, -3409, 0x10a1}, + {-870, 207, -3538, 0x0f2d} + } +}; + +StandTile tile_1053 = { + 0x04db00, 0x0d, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-158, 45, -3183, 0x1091}, + {-83, 45, -3481, 0x0fd9}, + {-230, 45, -3824, 0x10a9} + } +}; + +StandTile tile_1054 = { + 0x04dc00, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {151, 75, -2758, 0x1085}, + {267, 75, -2837, 0x1091}, + {-158, 45, -3183, 0x0fe9} + } +}; + +StandTile tile_1055 = { + 0x04dd00, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-870, 207, -3538, 0x1095}, + {-452, 109, -3409, 0x10a5}, + {-501, 109, -3594, 0x0fc1} + } +}; + +StandTile tile_1056 = { + 0x04de00, 0x0d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-158, 45, -3183, 0x10a9}, + {-501, 109, -3594, 0x10a1}, + {-452, 109, -3409, 0x0fbd} + } +}; + +StandTile tile_1057 = { + 0x04df00, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-158, 45, -3183, 0x1099}, + {-230, 45, -3824, 0x1211}, + {-501, 109, -3594, 0x10a5} + } +}; + +StandTile tile_1058 = { + 0x304002, 0x0d, + 0x3, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1030, 207, -3443, 0x10b1}, + {-1036, 320, -3473, 0x10b5}, + {-1036, 320, -3443, 0x0000} + } +}; + +StandTile tile_1059 = { + 0x304001, 0x0d, + 0x3, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1030, 207, -3443, 0x0f35}, + {-1030, 207, -3473, 0x0000}, + {-1036, 320, -3473, 0x10ad} + } +}; + +StandTile tile_1060 = { + 0x303802, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-1149, 320, -3515, 0x10bb}, + {-1036, 320, -3402, 0x0000}, + {-1036, 320, -3443, 0x10ad}, + {-1036, 320, -3473, 0x0000}, + {-1036, 320, -3515, 0x0000} + } +}; + +StandTile tile_1061 = { + 0x303801, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1149, 320, -3515, 0x0000}, + {-1149, 320, -3402, 0x0000}, + {-1036, 320, -3402, 0x10b5} + } +}; + +StandTile tile_1062 = { + 0x03a600, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {599, 45, -4016, 0x1219}, + {-230, 45, -3824, 0x0fd5}, + {49, 185, -3745, 0x10d7} + } +}; + +StandTile tile_1063 = { + 0x03a700, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-738, 185, -4472, 0x10e3}, + {-315, 45, -5088, 0x128d}, + {-437, 185, -5108, 0x1299} + } +}; + +StandTile tile_1064 = { + 0x03a800, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-170, 45, -4035, 0x10cb}, + {-38, 185, -4408, 0x10cf}, + {-313, 45, -4396, 0x1205} + } +}; + +StandTile tile_1065 = { + 0x03ae00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {558, 45, -4152, 0x10e7}, + {-38, 185, -4408, 0x10c7}, + {-170, 45, -4035, 0x120d} + } +}; + +StandTile tile_1066 = { + 0x03af00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-38, 185, -4408, 0x10db}, + {-162, 45, -5098, 0x1215}, + {-313, 45, -4396, 0x10c7} + } +}; + +StandTile tile_1067 = { + 0x03b000, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-671, 185, -3865, 0x10df}, + {-441, 45, -4344, 0x10e3}, + {-738, 185, -4472, 0x12a1} + } +}; + +StandTile tile_1068 = { + 0x03b200, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {682, 185, -3794, 0x11f5}, + {599, 45, -4016, 0x10bf}, + {49, 185, -3745, 0x1025} + } +}; + +StandTile tile_1069 = { + 0x03b300, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5, 185, -5102, 0x1103}, + {-162, 45, -5098, 0x10cf}, + {-38, 185, -4408, 0x11a3} + } +}; + +StandTile tile_1070 = { + 0x03b400, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-441, 45, -4344, 0x10d3}, + {-671, 185, -3865, 0x0fb9}, + {-501, 109, -3594, 0x1201} + } +}; + +StandTile tile_1071 = { + 0x03b700, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-738, 185, -4472, 0x10d3}, + {-441, 45, -4344, 0x1209}, + {-315, 45, -5088, 0x10c3} + } +}; + +StandTile tile_1072 = { + 0x03b800, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-38, 185, -4408, 0x10cb}, + {558, 45, -4152, 0x11fd}, + {448, 185, -4314, 0x11a7} + } +}; + +StandTile tile_1073 = { + 0x044600, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1518, 45, -4076, 0x11e9}, + {1548, 185, -3813, 0x10ef}, + {1767, 45, -4178, 0x1249} + } +}; + +StandTile tile_1074 = { + 0x044700, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1767, 45, -4178, 0x10eb}, + {1548, 185, -3813, 0x10fb}, + {1861, 185, -4016, 0x10f3} + } +}; + +StandTile tile_1075 = { + 0x044800, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1967, 45, -4476, 0x1241}, + {1767, 45, -4178, 0x10ef}, + {1861, 185, -4016, 0x10f7} + } +}; + +StandTile tile_1076 = { + 0x044900, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1967, 45, -4476, 0x10f3}, + {1861, 185, -4016, 0x12bd}, + {2061, 185, -4468, 0x1133} + } +}; + +StandTile tile_1077 = { + 0x044b00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1861, 185, -4016, 0x10ef}, + {1548, 185, -3813, 0x1035}, + {1948, 185, -3564, 0x12c1} + } +}; + +StandTile tile_1078 = { + 0x046300, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5, 185, -5102, 0x110b}, + {-19, 185, -5753, 0x0789}, + {-124, 45, -5779, 0x1103} + } +}; + +StandTile tile_1079 = { + 0x046400, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-124, 45, -5779, 0x121d}, + {-162, 45, -5098, 0x10db}, + {-5, 185, -5102, 0x10ff} + } +}; + +StandTile tile_1080 = { + 0x046b00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-19, 185, -5753, 0x110b}, + {460, 185, -5414, 0x113f}, + {539, 185, -5741, 0x0781} + } +}; + +StandTile tile_1081 = { + 0x046c00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5, 185, -5102, 0x110f}, + {460, 185, -5414, 0x1107}, + {-19, 185, -5753, 0x10ff} + } +}; + +StandTile tile_1082 = { + 0x046d00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5, 185, -5102, 0x119f}, + {448, 185, -5056, 0x1147}, + {460, 185, -5414, 0x110b} + } +}; + +StandTile tile_1083 = { + 0x047a00, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1364, 45, -6028, 0x1279}, + {1646, 45, -5900, 0x1117}, + {1737, 185, -5964, 0x06f5} + } +}; + +StandTile tile_1084 = { + 0x047b00, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1646, 45, -5900, 0x111b}, + {1869, 185, -5643, 0x12c9}, + {1737, 185, -5964, 0x1113} + } +}; + +StandTile tile_1085 = { + 0x047c00, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1646, 45, -5900, 0x1281}, + {1782, 45, -5636, 0x111f}, + {1869, 185, -5643, 0x1117} + } +}; + +StandTile tile_1086 = { + 0x047d00, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1782, 45, -5636, 0x1123}, + {1903, 185, -5380, 0x12ad}, + {1869, 185, -5643, 0x111b} + } +}; + +StandTile tile_1087 = { + 0x047e00, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1782, 45, -5636, 0x1229}, + {1774, 45, -5338, 0x1127}, + {1903, 185, -5380, 0x111f} + } +}; + +StandTile tile_1088 = { + 0x047f00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1774, 45, -5338, 0x112b}, + {2019, 185, -5003, 0x12b1}, + {1903, 185, -5380, 0x1123} + } +}; + +StandTile tile_1089 = { + 0x048000, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1774, 45, -5338, 0x1231}, + {1929, 45, -4965, 0x112f}, + {2019, 185, -5003, 0x1127} + } +}; + +StandTile tile_1090 = { + 0x048100, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1929, 45, -4965, 0x1133}, + {2061, 185, -4468, 0x12b5}, + {2019, 185, -5003, 0x112b} + } +}; + +StandTile tile_1091 = { + 0x048200, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1929, 45, -4965, 0x1239}, + {1967, 45, -4476, 0x10f7}, + {2061, 185, -4468, 0x112f} + } +}; + +StandTile tile_1092 = { + 0x048500, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {539, 185, -5741, 0x113b}, + {984, 45, -5703, 0x114f}, + {1217, 94, -5873, 0x0779} + } +}; + +StandTile tile_1093 = { + 0x048600, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {565, 45, -5534, 0x114b}, + {984, 45, -5703, 0x1137}, + {539, 185, -5741, 0x113f} + } +}; + +StandTile tile_1094 = { + 0x048700, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {539, 185, -5741, 0x1107}, + {460, 185, -5414, 0x1143}, + {565, 45, -5534, 0x113b} + } +}; + +StandTile tile_1095 = { + 0x048800, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {565, 94, -5026, 0x0000}, + {565, 45, -5534, 0x113f}, + {460, 185, -5414, 0x1147} + } +}; + +StandTile tile_1096 = { + 0x048900, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {460, 185, -5414, 0x110f}, + {448, 185, -5056, 0x11ab}, + {565, 94, -5026, 0x1143} + } +}; + +StandTile tile_1097 = { + 0x048a00, 0x0c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1243, 45, -5534, 0x114f}, + {984, 45, -5703, 0x113b}, + {565, 45, -5534, 0x0000} + } +}; + +StandTile tile_1098 = { + 0x048b00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1243, 45, -5534, 0x1153}, + {1217, 94, -5873, 0x1137}, + {984, 45, -5703, 0x114b} + } +}; + +StandTile tile_1099 = { + 0x048c00, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1217, 94, -5873, 0x114f}, + {1243, 45, -5534, 0x1157}, + {1375, 102, -5368, 0x115f} + } +}; + +StandTile tile_1100 = { + 0x048d00, 0x0c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1243, 45, -5534, 0x0000}, + {1243, 45, -4913, 0x115b}, + {1375, 102, -5368, 0x1153} + } +}; + +StandTile tile_1101 = { + 0x048e00, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1375, 102, -5368, 0x1157}, + {1243, 45, -4913, 0x1193}, + {1330, 102, -4947, 0x1177} + } +}; + +StandTile tile_1102 = { + 0x048f00, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1375, 102, -5368, 0x116b}, + {1518, 94, -5726, 0x1163}, + {1217, 94, -5873, 0x1153} + } +}; + +StandTile tile_1103 = { + 0x049000, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1217, 94, -5873, 0x115f}, + {1518, 94, -5726, 0x1167}, + {1292, 45, -5937, 0x0771} + } +}; + +StandTile tile_1104 = { + 0x049100, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1590, 45, -5790, 0x1275}, + {1292, 45, -5937, 0x1163}, + {1518, 94, -5726, 0x116f} + } +}; + +StandTile tile_1105 = { + 0x049200, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1375, 102, -5368, 0x1173}, + {1692, 45, -5606, 0x116f}, + {1518, 94, -5726, 0x115f} + } +}; + +StandTile tile_1106 = { + 0x049300, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1692, 45, -5606, 0x127d}, + {1590, 45, -5790, 0x1167}, + {1518, 94, -5726, 0x116b} + } +}; + +StandTile tile_1107 = { + 0x049400, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1375, 102, -5368, 0x1177}, + {1692, 45, -5286, 0x1225}, + {1692, 45, -5606, 0x116b} + } +}; + +StandTile tile_1108 = { + 0x049500, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1375, 102, -5368, 0x115b}, + {1330, 102, -4947, 0x117b}, + {1692, 45, -5286, 0x1173} + } +}; + +StandTile tile_1109 = { + 0x049600, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1548, 136, -4645, 0x117f}, + {1692, 45, -5286, 0x1177}, + {1330, 102, -4947, 0x1187} + } +}; + +StandTile tile_1110 = { + 0x049700, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1831, 45, -4947, 0x122d}, + {1692, 45, -5286, 0x117b}, + {1548, 136, -4645, 0x1183} + } +}; + +StandTile tile_1111 = { + 0x049800, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1876, 45, -4517, 0x1235}, + {1831, 45, -4947, 0x117f}, + {1548, 136, -4645, 0x118b} + } +}; + +StandTile tile_1112 = { + 0x049900, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1548, 136, -4645, 0x117b}, + {1330, 102, -4947, 0x1193}, + {1360, 136, -4630, 0x11dd} + } +}; + +StandTile tile_1113 = { + 0x049a00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1707, 45, -4280, 0x123d}, + {1876, 45, -4517, 0x1183}, + {1548, 136, -4645, 0x118f} + } +}; + +StandTile tile_1114 = { + 0x049b00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1548, 45, -4201, 0x1245}, + {1707, 45, -4280, 0x118b}, + {1548, 136, -4645, 0x11dd} + } +}; + +StandTile tile_1115 = { + 0x049c00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1330, 102, -4947, 0x115b}, + {1243, 45, -4913, 0x1197}, + {1360, 136, -4630, 0x1187} + } +}; + +StandTile tile_1116 = { + 0x049d00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1360, 136, -4630, 0x1193}, + {1243, 45, -4913, 0x11d5}, + {1172, 45, -4826, 0x119b} + } +}; + +StandTile tile_1117 = { + 0x049e00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1360, 136, -4630, 0x1197}, + {1172, 45, -4826, 0x11d9}, + {980, 45, -4525, 0x11e5} + } +}; + +StandTile tile_1118 = { + 0x049f00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5, 185, -5102, 0x11a3}, + {509, 185, -4886, 0x11af}, + {448, 185, -5056, 0x110f} + } +}; + +StandTile tile_1119 = { + 0x04a000, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {509, 185, -4886, 0x119f}, + {-5, 185, -5102, 0x10db}, + {-38, 185, -4408, 0x11a7} + } +}; + +StandTile tile_1120 = { + 0x04a100, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-38, 185, -4408, 0x10e7}, + {448, 185, -4314, 0x11c7}, + {509, 185, -4886, 0x11a3} + } +}; + +StandTile tile_1121 = { + 0x04a200, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {565, 94, -5026, 0x1147}, + {448, 185, -5056, 0x11af}, + {565, 185, -5014, 0x0000} + } +}; + +StandTile tile_1122 = { + 0x04a300, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {509, 185, -4886, 0x11b3}, + {565, 185, -5014, 0x11ab}, + {448, 185, -5056, 0x119f} + } +}; + +StandTile tile_1123 = { + 0x04a500, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {814, 94, -5026, 0x0000}, + {565, 185, -5014, 0x11af}, + {509, 185, -4886, 0x11b7} + } +}; + +StandTile tile_1124 = { + 0x04a600, 0x0c, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {806, 185, -4901, 0x0000}, + {814, 94, -5026, 0x11b3}, + {509, 185, -4886, 0x11c3} + } +}; + +StandTile tile_1125 = { + 0x04a900, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {806, 185, -4901, 0x11bf}, + {987, 94, -4815, 0x126d}, + {1013, 94, -4913, 0x0000} + } +}; + +StandTile tile_1126 = { + 0x04aa00, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {987, 94, -4815, 0x11bb}, + {806, 185, -4901, 0x11c3}, + {712, 185, -4634, 0x11cb} + } +}; + +StandTile tile_1127 = { + 0x04ab00, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {509, 185, -4886, 0x11c7}, + {712, 185, -4634, 0x11bf}, + {806, 185, -4901, 0x11b7} + } +}; + +StandTile tile_1128 = { + 0x04ac00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {448, 185, -4314, 0x11fd}, + {712, 185, -4634, 0x11c3}, + {509, 185, -4886, 0x11a7} + } +}; + +StandTile tile_1129 = { + 0x04ad00, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {840, 45, -4551, 0x124d}, + {987, 94, -4815, 0x11bf}, + {712, 185, -4634, 0x11f9} + } +}; + +StandTile tile_1130 = { + 0x04ae00, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x4, + { + {1062, 45, -4837, 0x11d5}, + {1243, 45, -4913, 0x0000}, + {1168, 45, -4913, 0x0190}, + {1085, 45, -4913, 0x0000}, + {1062, 45, -4913, 0x1271} + } +}; + +StandTile tile_1131 = { + 0x04af00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1062, 45, -4837, 0x11d9}, + {1172, 45, -4826, 0x1197}, + {1243, 45, -4913, 0x11cf} + } +}; + +StandTile tile_1132 = { + 0x04b000, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1172, 45, -4826, 0x11d5}, + {1062, 45, -4837, 0x1269}, + {980, 45, -4525, 0x119b} + } +}; + +StandTile tile_1133 = { + 0x04b100, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1360, 136, -4630, 0x11e1}, + {1548, 45, -4201, 0x118f}, + {1548, 136, -4645, 0x1187} + } +}; + +StandTile tile_1134 = { + 0x04b200, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1360, 136, -4630, 0x11e5}, + {1119, 45, -4234, 0x1261}, + {1548, 45, -4201, 0x11dd} + } +}; + +StandTile tile_1135 = { + 0x04b300, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {980, 45, -4525, 0x125d}, + {1119, 45, -4234, 0x11e1}, + {1360, 136, -4630, 0x119b} + } +}; + +StandTile tile_1136 = { + 0x04b400, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1518, 45, -4076, 0x11ed}, + {1051, 185, -3805, 0x1005}, + {1548, 185, -3813, 0x10eb} + } +}; + +StandTile tile_1137 = { + 0x04b500, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1518, 45, -4076, 0x1265}, + {1077, 45, -4065, 0x11f1}, + {1051, 185, -3805, 0x11e9} + } +}; + +StandTile tile_1138 = { + 0x04b600, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1077, 45, -4065, 0x11f5}, + {682, 185, -3794, 0x101d}, + {1051, 185, -3805, 0x11ed} + } +}; + +StandTile tile_1139 = { + 0x04b700, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1077, 45, -4065, 0x1255}, + {599, 45, -4016, 0x10d7}, + {682, 185, -3794, 0x11f1} + } +}; + +StandTile tile_1140 = { + 0x04b800, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {712, 185, -4634, 0x11fd}, + {558, 45, -4152, 0x1251}, + {840, 45, -4551, 0x11cb} + } +}; + +StandTile tile_1141 = { + 0x04b900, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {712, 185, -4634, 0x11c7}, + {448, 185, -4314, 0x10e7}, + {558, 45, -4152, 0x11f9} + } +}; + +StandTile tile_1142 = { + 0x04d300, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-501, 109, -3594, 0x1211}, + {-313, 45, -4396, 0x1209}, + {-441, 45, -4344, 0x10df} + } +}; + +StandTile tile_1143 = { + 0x04d400, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-313, 45, -4396, 0x1211}, + {-230, 45, -3824, 0x120d}, + {-170, 45, -4035, 0x10c7} + } +}; + +StandTile tile_1144 = { + 0x04d500, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-315, 45, -5088, 0x10e3}, + {-441, 45, -4344, 0x1201}, + {-313, 45, -4396, 0x1215} + } +}; + +StandTile tile_1145 = { + 0x04d600, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {558, 45, -4152, 0x10cb}, + {-170, 45, -4035, 0x1205}, + {-230, 45, -3824, 0x1219} + } +}; + +StandTile tile_1146 = { + 0x04d700, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-501, 109, -3594, 0x10a9}, + {-230, 45, -3824, 0x1205}, + {-313, 45, -4396, 0x1201} + } +}; + +StandTile tile_1147 = { + 0x04d900, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 45, -5098, 0x1221}, + {-315, 45, -5088, 0x1209}, + {-313, 45, -4396, 0x10cf} + } +}; + +StandTile tile_1148 = { + 0x04da00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {599, 45, -4016, 0x1251}, + {558, 45, -4152, 0x120d}, + {-230, 45, -3824, 0x10bf} + } +}; + +StandTile tile_1149 = { + 0x04f800, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-124, 45, -5779, 0x0769}, + {-264, 45, -5787, 0x1221}, + {-162, 45, -5098, 0x1103} + } +}; + +StandTile tile_1150 = { + 0x04f900, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-315, 45, -5088, 0x1215}, + {-162, 45, -5098, 0x121d}, + {-264, 45, -5787, 0x128d} + } +}; + +StandTile tile_1151 = { + 0x04fa00, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1692, 45, -5286, 0x1229}, + {1782, 45, -5636, 0x1281}, + {1692, 45, -5606, 0x1173} + } +}; + +StandTile tile_1152 = { + 0x04fb00, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1692, 45, -5286, 0x122d}, + {1774, 45, -5338, 0x1123}, + {1782, 45, -5636, 0x1225} + } +}; + +StandTile tile_1153 = { + 0x04fc00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1831, 45, -4947, 0x1231}, + {1774, 45, -5338, 0x1229}, + {1692, 45, -5286, 0x117f} + } +}; + +StandTile tile_1154 = { + 0x04fd00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1831, 45, -4947, 0x1235}, + {1929, 45, -4965, 0x112b}, + {1774, 45, -5338, 0x122d} + } +}; + +StandTile tile_1155 = { + 0x04fe00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1876, 45, -4517, 0x1239}, + {1929, 45, -4965, 0x1231}, + {1831, 45, -4947, 0x1183} + } +}; + +StandTile tile_1156 = { + 0x04ff00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1929, 45, -4965, 0x1235}, + {1876, 45, -4517, 0x123d}, + {1967, 45, -4476, 0x1133} + } +}; + +StandTile tile_1157 = { + 0x050000, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1707, 45, -4280, 0x1241}, + {1967, 45, -4476, 0x1239}, + {1876, 45, -4517, 0x118b} + } +}; + +StandTile tile_1158 = { + 0x050100, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1967, 45, -4476, 0x123d}, + {1707, 45, -4280, 0x1245}, + {1767, 45, -4178, 0x10f3} + } +}; + +StandTile tile_1159 = { + 0x050200, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1548, 45, -4201, 0x1249}, + {1767, 45, -4178, 0x1241}, + {1707, 45, -4280, 0x118f} + } +}; + +StandTile tile_1160 = { + 0x050300, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1767, 45, -4178, 0x1245}, + {1548, 45, -4201, 0x1261}, + {1518, 45, -4076, 0x10eb} + } +}; + +StandTile tile_1161 = { + 0x050400, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1062, 45, -4837, 0x126d}, + {987, 94, -4815, 0x11cb}, + {840, 45, -4551, 0x1269} + } +}; + +StandTile tile_1162 = { + 0x050500, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {840, 45, -4551, 0x11f9}, + {558, 45, -4152, 0x1219}, + {599, 45, -4016, 0x1255} + } +}; + +StandTile tile_1163 = { + 0x050600, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1077, 45, -4065, 0x1259}, + {840, 45, -4551, 0x1251}, + {599, 45, -4016, 0x11f5} + } +}; + +StandTile tile_1164 = { + 0x050700, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1077, 45, -4065, 0x125d}, + {980, 45, -4525, 0x1269}, + {840, 45, -4551, 0x1255} + } +}; + +StandTile tile_1165 = { + 0x050800, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {980, 45, -4525, 0x1259}, + {1077, 45, -4065, 0x1265}, + {1119, 45, -4234, 0x11e5} + } +}; + +StandTile tile_1166 = { + 0x050900, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1119, 45, -4234, 0x1265}, + {1518, 45, -4076, 0x1249}, + {1548, 45, -4201, 0x11e1} + } +}; + +StandTile tile_1167 = { + 0x050a00, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1518, 45, -4076, 0x1261}, + {1119, 45, -4234, 0x125d}, + {1077, 45, -4065, 0x11ed} + } +}; + +StandTile tile_1168 = { + 0x050b00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {840, 45, -4551, 0x1259}, + {980, 45, -4525, 0x11d9}, + {1062, 45, -4837, 0x124d} + } +}; + +StandTile tile_1169 = { + 0x050c00, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1062, 45, -4837, 0x1271}, + {1013, 94, -4913, 0x11bb}, + {987, 94, -4815, 0x124d} + } +}; + +StandTile tile_1170 = { + 0x050d00, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1013, 94, -4913, 0x126d}, + {1062, 45, -4837, 0x11cf}, + {1062, 45, -4913, 0x0000} + } +}; + +StandTile tile_1171 = { + 0x051400, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1590, 45, -5790, 0x1279}, + {1364, 45, -6028, 0x0711}, + {1292, 45, -5937, 0x1167} + } +}; + +StandTile tile_1172 = { + 0x051500, 0x0c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1590, 45, -5790, 0x127d}, + {1646, 45, -5900, 0x1113}, + {1364, 45, -6028, 0x1275} + } +}; + +StandTile tile_1173 = { + 0x051600, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1692, 45, -5606, 0x1281}, + {1646, 45, -5900, 0x1279}, + {1590, 45, -5790, 0x116f} + } +}; + +StandTile tile_1174 = { + 0x051700, 0x0c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1692, 45, -5606, 0x1225}, + {1782, 45, -5636, 0x111b}, + {1646, 45, -5900, 0x127d} + } +}; + +StandTile tile_1175 = { + 0x065100, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-399, 185, -5783, 0x0765}, + {-1356, 139, -6028, 0x1c70}, + {-1417, 185, -5391, 0x1289} + } +}; + +StandTile tile_1176 = { + 0x065a00, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-437, 185, -5108, 0x1291}, + {-399, 185, -5783, 0x1285}, + {-1417, 185, -5391, 0x1295} + } +}; + +StandTile tile_1177 = { + 0x067600, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-315, 45, -5088, 0x1221}, + {-264, 45, -5787, 0x1291}, + {-437, 185, -5108, 0x10c3} + } +}; + +StandTile tile_1178 = { + 0x067700, 0x0c, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-264, 45, -5787, 0x0759}, + {-399, 185, -5783, 0x1289}, + {-437, 185, -5108, 0x128d} + } +}; + +StandTile tile_1179 = { + 0x067c00, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1417, 185, -5391, 0x1cc8}, + {-1499, 185, -4596, 0x1299}, + {-437, 185, -5108, 0x1289} + } +}; + +StandTile tile_1180 = { + 0x068a00, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1499, 185, -4596, 0x129d}, + {-738, 185, -4472, 0x10c3}, + {-437, 185, -5108, 0x1295} + } +}; + +StandTile tile_1181 = { + 0x068b00, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1473, 320, -3797, 0x12a1}, + {-738, 185, -4472, 0x1299}, + {-1499, 185, -4596, 0x1ce4} + } +}; + +StandTile tile_1182 = { + 0x068c00, 0x0c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1473, 320, -3797, 0x1051}, + {-671, 185, -3865, 0x10d3}, + {-738, 185, -4472, 0x129d} + } +}; + +StandTile tile_1183 = { + 0x09c900, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2336, 185, -4732, 0x12b5}, + {2061, 185, -4468, 0x12bd}, + {2249, 181, -4031, 0x0000} + } +}; + +StandTile tile_1184 = { + 0x09cc00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1903, 185, -5380, 0x12b1}, + {2373, 185, -5353, 0x0000}, + {2166, 185, -5681, 0x12ad} + } +}; + +StandTile tile_1185 = { + 0x09cd00, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2166, 185, -5681, 0x12c5}, + {1869, 185, -5643, 0x111f}, + {1903, 185, -5380, 0x12a9} + } +}; + +StandTile tile_1186 = { + 0x09ce00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2373, 185, -5353, 0x12a9}, + {1903, 185, -5380, 0x1127}, + {2019, 185, -5003, 0x12b9} + } +}; + +StandTile tile_1187 = { + 0x09cf00, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2336, 185, -4732, 0x12b9}, + {2019, 185, -5003, 0x112f}, + {2061, 185, -4468, 0x12a5} + } +}; + +StandTile tile_1188 = { + 0x09d000, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2373, 185, -5353, 0x12b1}, + {2019, 185, -5003, 0x12b5}, + {2336, 185, -4732, 0x0000} + } +}; + +StandTile tile_1189 = { + 0x09d100, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1861, 185, -4016, 0x12c1}, + {2249, 181, -4031, 0x12a5}, + {2061, 185, -4468, 0x10f7} + } +}; + +StandTile tile_1190 = { + 0x09d200, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2249, 181, -4031, 0x12bd}, + {1861, 185, -4016, 0x10fb}, + {1948, 185, -3564, 0x0000} + } +}; + +StandTile tile_1191 = { + 0x09d300, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1869, 185, -5643, 0x12ad}, + {2166, 185, -5681, 0x0000}, + {2057, 185, -6084, 0x12c9} + } +}; + +StandTile tile_1192 = { + 0x09d400, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2057, 185, -6084, 0x0705}, + {1737, 185, -5964, 0x1117}, + {1869, 185, -5643, 0x12c5} + } +}; + +StandTile tile_1193 = { + 0x1c9802, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x2, + { + {814, 294, -4913, 0x12d3}, + {1168, 294, -4856, 0x0000}, + {1168, 294, -4913, 0x0000}, + {1130, 294, -4913, 0x043f}, + {1085, 294, -4913, 0x0000} + } +}; + +StandTile tile_1194 = { + 0x1c9801, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {814, 294, -4913, 0x12d7}, + {757, 294, -4856, 0x0000}, + {1168, 294, -4856, 0x12cd} + } +}; + +StandTile tile_1195 = { + 0x1c9702, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x4, + { + {814, 294, -4913, 0x12dd}, + {757, 294, -5026, 0x0000}, + {757, 294, -4958, 0x12e6}, + {757, 294, -4913, 0x0000}, + {757, 294, -4856, 0x12d3} + } +}; + +StandTile tile_1196 = { + 0x1c9701, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {814, 294, -4913, 0x0000}, + {814, 294, -5026, 0x0000}, + {802, 294, -5026, 0x0433}, + {757, 294, -5026, 0x12d7} + } +}; + +StandTile tile_1197 = { + 0x27a902, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {757, 294, -4913, 0x12e6}, + {757, 305, -4958, 0x1352}, + {757, 305, -4913, 0x0000} + } +}; + +StandTile tile_1198 = { + 0x27a901, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {757, 294, -4913, 0x12d7}, + {757, 294, -4958, 0x0000}, + {757, 305, -4958, 0x12e2} + } +}; + +StandTile tile_1199 = { + 0x27a802, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {746, 305, -4913, 0x12ee}, + {746, 316, -4958, 0x13b2}, + {746, 316, -4913, 0x0000} + } +}; + +StandTile tile_1200 = { + 0x27a801, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {746, 305, -4913, 0x1356}, + {746, 305, -4958, 0x0000}, + {746, 316, -4958, 0x12ea} + } +}; + +StandTile tile_1201 = { + 0x27a702, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {735, 316, -4913, 0x12f6}, + {735, 328, -4958, 0x139a}, + {735, 328, -4913, 0x0000} + } +}; + +StandTile tile_1202 = { + 0x27a701, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {735, 316, -4913, 0x13b6}, + {735, 316, -4958, 0x0000}, + {735, 328, -4958, 0x12f2} + } +}; + +StandTile tile_1203 = { + 0x27a602, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {723, 328, -4913, 0x12fe}, + {723, 339, -4958, 0x1392}, + {723, 339, -4913, 0x0000} + } +}; + +StandTile tile_1204 = { + 0x27a601, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {723, 328, -4913, 0x139e}, + {723, 328, -4958, 0x0000}, + {723, 339, -4958, 0x12fa} + } +}; + +StandTile tile_1205 = { + 0x27a502, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {712, 339, -4913, 0x1306}, + {712, 350, -4958, 0x13a2}, + {712, 350, -4913, 0x0000} + } +}; + +StandTile tile_1206 = { + 0x27a501, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {712, 339, -4913, 0x1396}, + {712, 339, -4958, 0x0000}, + {712, 350, -4958, 0x1302} + } +}; + +StandTile tile_1207 = { + 0x27a402, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {701, 350, -4913, 0x130e}, + {701, 362, -4958, 0x138a}, + {701, 362, -4913, 0x0000} + } +}; + +StandTile tile_1208 = { + 0x27a401, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {701, 350, -4913, 0x13a6}, + {701, 350, -4958, 0x0000}, + {701, 362, -4958, 0x130a} + } +}; + +StandTile tile_1209 = { + 0x27a302, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {689, 362, -4913, 0x1316}, + {689, 373, -4958, 0x136a}, + {689, 373, -4913, 0x0000} + } +}; + +StandTile tile_1210 = { + 0x27a301, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {689, 362, -4913, 0x138e}, + {689, 362, -4958, 0x0000}, + {689, 373, -4958, 0x1312} + } +}; + +StandTile tile_1211 = { + 0x27a202, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {678, 373, -4913, 0x131e}, + {678, 384, -4958, 0x1362}, + {678, 384, -4913, 0x0000} + } +}; + +StandTile tile_1212 = { + 0x27a201, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {678, 373, -4913, 0x136e}, + {678, 373, -4958, 0x0000}, + {678, 384, -4958, 0x131a} + } +}; + +StandTile tile_1213 = { + 0x27a102, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {667, 384, -4913, 0x1326}, + {667, 396, -4958, 0x137a}, + {667, 396, -4913, 0x0000} + } +}; + +StandTile tile_1214 = { + 0x27a101, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {667, 384, -4913, 0x1366}, + {667, 384, -4958, 0x0000}, + {667, 396, -4958, 0x1322} + } +}; + +StandTile tile_1215 = { + 0x27a002, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {656, 396, -4913, 0x132e}, + {656, 407, -4958, 0x1382}, + {656, 407, -4913, 0x0000} + } +}; + +StandTile tile_1216 = { + 0x27a001, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {656, 396, -4913, 0x137e}, + {656, 396, -4958, 0x0000}, + {656, 407, -4958, 0x132a} + } +}; + +StandTile tile_1217 = { + 0x279f02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, 407, -4913, 0x1336}, + {644, 418, -4958, 0x13aa}, + {644, 418, -4913, 0x0000} + } +}; + +StandTile tile_1218 = { + 0x279f01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {644, 407, -4913, 0x1386}, + {644, 407, -4958, 0x0000}, + {644, 418, -4958, 0x1332} + } +}; + +StandTile tile_1219 = { + 0x279e02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {633, 418, -4913, 0x133e}, + {633, 429, -4958, 0x1372}, + {633, 429, -4913, 0x0000} + } +}; + +StandTile tile_1220 = { + 0x279e01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {633, 418, -4913, 0x13ae}, + {633, 418, -4958, 0x0000}, + {633, 429, -4958, 0x133a} + } +}; + +StandTile tile_1221 = { + 0x279d02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {622, 429, -4913, 0x1346}, + {622, 441, -4958, 0x135a}, + {622, 441, -4913, 0x0000} + } +}; + +StandTile tile_1222 = { + 0x279d01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {622, 429, -4913, 0x1376}, + {622, 429, -4958, 0x0000}, + {622, 441, -4958, 0x1342} + } +}; + +StandTile tile_1223 = { + 0x279c02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {610, 441, -4913, 0x134e}, + {610, 452, -4958, 0x13c6}, + {610, 452, -4913, 0x0000} + } +}; + +StandTile tile_1224 = { + 0x279c01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {610, 441, -4913, 0x135e}, + {610, 441, -4958, 0x0000}, + {610, 452, -4958, 0x134a} + } +}; + +StandTile tile_1225 = { + 0x1c8f02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {757, 305, -4958, 0x1356}, + {746, 305, -4913, 0x0000}, + {757, 305, -4913, 0x12e2} + } +}; + +StandTile tile_1226 = { + 0x1c8f01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {757, 305, -4958, 0x0000}, + {746, 305, -4958, 0x12ee}, + {746, 305, -4913, 0x1352} + } +}; + +StandTile tile_1227 = { + 0x1c8e02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {622, 441, -4958, 0x135e}, + {610, 441, -4913, 0x0000}, + {622, 441, -4913, 0x1342} + } +}; + +StandTile tile_1228 = { + 0x1c8e01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {622, 441, -4958, 0x0000}, + {610, 441, -4958, 0x134e}, + {610, 441, -4913, 0x135a} + } +}; + +StandTile tile_1229 = { + 0x1c8d02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {678, 384, -4958, 0x1366}, + {667, 384, -4913, 0x0000}, + {678, 384, -4913, 0x131a} + } +}; + +StandTile tile_1230 = { + 0x1c8d01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {678, 384, -4958, 0x0000}, + {667, 384, -4958, 0x1326}, + {667, 384, -4913, 0x1362} + } +}; + +StandTile tile_1231 = { + 0x1c8c02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {689, 373, -4958, 0x136e}, + {678, 373, -4913, 0x0000}, + {689, 373, -4913, 0x1312} + } +}; + +StandTile tile_1232 = { + 0x1c8c01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {689, 373, -4958, 0x0000}, + {678, 373, -4958, 0x131e}, + {678, 373, -4913, 0x136a} + } +}; + +StandTile tile_1233 = { + 0x1c8b02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {633, 429, -4958, 0x1376}, + {622, 429, -4913, 0x0000}, + {633, 429, -4913, 0x133a} + } +}; + +StandTile tile_1234 = { + 0x1c8b01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {633, 429, -4958, 0x0000}, + {622, 429, -4958, 0x1346}, + {622, 429, -4913, 0x1372} + } +}; + +StandTile tile_1235 = { + 0x1c8a02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {667, 396, -4958, 0x137e}, + {656, 396, -4913, 0x0000}, + {667, 396, -4913, 0x1322} + } +}; + +StandTile tile_1236 = { + 0x1c8a01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {667, 396, -4958, 0x0000}, + {656, 396, -4958, 0x132e}, + {656, 396, -4913, 0x137a} + } +}; + +StandTile tile_1237 = { + 0x1c8902, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {656, 407, -4958, 0x1386}, + {644, 407, -4913, 0x0000}, + {656, 407, -4913, 0x132a} + } +}; + +StandTile tile_1238 = { + 0x1c8901, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {656, 407, -4958, 0x0000}, + {644, 407, -4958, 0x1336}, + {644, 407, -4913, 0x1382} + } +}; + +StandTile tile_1239 = { + 0x1c8802, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {701, 362, -4958, 0x138e}, + {689, 362, -4913, 0x0000}, + {701, 362, -4913, 0x130a} + } +}; + +StandTile tile_1240 = { + 0x1c8801, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {701, 362, -4958, 0x0000}, + {689, 362, -4958, 0x1316}, + {689, 362, -4913, 0x138a} + } +}; + +StandTile tile_1241 = { + 0x1c8702, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {723, 339, -4958, 0x1396}, + {712, 339, -4913, 0x0000}, + {723, 339, -4913, 0x12fa} + } +}; + +StandTile tile_1242 = { + 0x1c8701, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {723, 339, -4958, 0x0000}, + {712, 339, -4958, 0x1306}, + {712, 339, -4913, 0x1392} + } +}; + +StandTile tile_1243 = { + 0x1c8602, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {735, 328, -4958, 0x139e}, + {723, 328, -4913, 0x0000}, + {735, 328, -4913, 0x12f2} + } +}; + +StandTile tile_1244 = { + 0x1c8601, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {735, 328, -4958, 0x0000}, + {723, 328, -4958, 0x12fe}, + {723, 328, -4913, 0x139a} + } +}; + +StandTile tile_1245 = { + 0x1c8502, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {712, 350, -4958, 0x13a6}, + {701, 350, -4913, 0x0000}, + {712, 350, -4913, 0x1302} + } +}; + +StandTile tile_1246 = { + 0x1c8501, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {712, 350, -4958, 0x0000}, + {701, 350, -4958, 0x130e}, + {701, 350, -4913, 0x13a2} + } +}; + +StandTile tile_1247 = { + 0x1c8402, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {644, 418, -4958, 0x13ae}, + {633, 418, -4913, 0x0000}, + {644, 418, -4913, 0x1332} + } +}; + +StandTile tile_1248 = { + 0x1c8401, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {644, 418, -4958, 0x0000}, + {633, 418, -4958, 0x133e}, + {633, 418, -4913, 0x13aa} + } +}; + +StandTile tile_1249 = { + 0x1c8302, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {746, 316, -4958, 0x13b6}, + {735, 316, -4913, 0x0000}, + {746, 316, -4913, 0x12ea} + } +}; + +StandTile tile_1250 = { + 0x1c8301, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {746, 316, -4958, 0x0000}, + {735, 316, -4958, 0x12f6}, + {735, 316, -4913, 0x13b2} + } +}; + +StandTile tile_1251 = { + 0x1c6b02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {757, 452, -4980, 0x13be}, + {565, 452, -5026, 0x13c6}, + {610, 452, -4980, 0x0000} + } +}; + +StandTile tile_1252 = { + 0x1c6b01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {757, 452, -4980, 0x13cf}, + {757, 452, -5026, 0x0000}, + {565, 452, -5026, 0x13ba} + } +}; + +StandTile tile_1253 = { + 0x1c6a02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {610, 452, -4913, 0x13c6}, + {565, 452, -5026, 0x0000}, + {565, 452, -4913, 0x0000} + } +}; + +StandTile tile_1254 = { + 0x1c6a01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {610, 452, -4913, 0x134a}, + {610, 452, -4958, 0x0000}, + {610, 452, -4980, 0x13ba}, + {565, 452, -5026, 0x13c2} + } +}; + +StandTile tile_1255 = { + 0x27af02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {757, 452, -5026, 0x13cf}, + {757, 463, -4980, 0x141b}, + {757, 463, -5026, 0x0000} + } +}; + +StandTile tile_1256 = { + 0x27af01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {757, 452, -5026, 0x13be}, + {757, 452, -4980, 0x0000}, + {757, 463, -4980, 0x13cb} + } +}; + +StandTile tile_1257 = { + 0x27ae02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {769, 463, -5026, 0x13d7}, + {769, 475, -4980, 0x1413}, + {769, 475, -5026, 0x0000} + } +}; + +StandTile tile_1258 = { + 0x27ae01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {769, 463, -5026, 0x141f}, + {769, 463, -4980, 0x0000}, + {769, 475, -4980, 0x13d3} + } +}; + +StandTile tile_1259 = { + 0x27ad02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {780, 475, -5026, 0x13df}, + {780, 486, -4980, 0x140b}, + {780, 486, -5026, 0x0000} + } +}; + +StandTile tile_1260 = { + 0x27ad01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {780, 475, -5026, 0x1417}, + {780, 475, -4980, 0x0000}, + {780, 486, -4980, 0x13db} + } +}; + +StandTile tile_1261 = { + 0x27ac02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {791, 486, -5026, 0x13e7}, + {791, 497, -4980, 0x1403}, + {791, 497, -5026, 0x0000} + } +}; + +StandTile tile_1262 = { + 0x27ac01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {791, 486, -5026, 0x140f}, + {791, 486, -4980, 0x0000}, + {791, 497, -4980, 0x13e3} + } +}; + +StandTile tile_1263 = { + 0x27ab02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {802, 497, -5026, 0x13ef}, + {802, 509, -4980, 0x13fb}, + {802, 509, -5026, 0x0000} + } +}; + +StandTile tile_1264 = { + 0x27ab01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {802, 497, -5026, 0x1407}, + {802, 497, -4980, 0x0000}, + {802, 509, -4980, 0x13eb} + } +}; + +StandTile tile_1265 = { + 0x27aa02, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {814, 509, -5026, 0x13f7}, + {814, 520, -4980, 0x1423}, + {814, 520, -5026, 0x0000} + } +}; + +StandTile tile_1266 = { + 0x27aa01, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {814, 509, -5026, 0x13ff}, + {814, 509, -4980, 0x0000}, + {814, 520, -4980, 0x13f3} + } +}; + +StandTile tile_1267 = { + 0x1c6002, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {814, 509, -4980, 0x13ff}, + {802, 509, -5026, 0x13eb}, + {802, 509, -4980, 0x0000} + } +}; + +StandTile tile_1268 = { + 0x1c6001, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {814, 509, -4980, 0x13f7}, + {814, 509, -5026, 0x0000}, + {802, 509, -5026, 0x13fb} + } +}; + +StandTile tile_1269 = { + 0x1c5f02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {802, 497, -4980, 0x1407}, + {791, 497, -5026, 0x13e3}, + {791, 497, -4980, 0x0000} + } +}; + +StandTile tile_1270 = { + 0x1c5f01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {802, 497, -4980, 0x13ef}, + {802, 497, -5026, 0x0000}, + {791, 497, -5026, 0x1403} + } +}; + +StandTile tile_1271 = { + 0x1c5e02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {791, 486, -4980, 0x140f}, + {780, 486, -5026, 0x13db}, + {780, 486, -4980, 0x0000} + } +}; + +StandTile tile_1272 = { + 0x1c5e01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {791, 486, -4980, 0x13e7}, + {791, 486, -5026, 0x0000}, + {780, 486, -5026, 0x140b} + } +}; + +StandTile tile_1273 = { + 0x1c5d02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {780, 475, -4980, 0x1417}, + {769, 475, -5026, 0x13d3}, + {769, 475, -4980, 0x0000} + } +}; + +StandTile tile_1274 = { + 0x1c5d01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {780, 475, -4980, 0x13df}, + {780, 475, -5026, 0x0000}, + {769, 475, -5026, 0x1413} + } +}; + +StandTile tile_1275 = { + 0x1c5c02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {769, 463, -4980, 0x141f}, + {757, 463, -5026, 0x13cb}, + {757, 463, -4980, 0x0000} + } +}; + +StandTile tile_1276 = { + 0x1c5c01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {769, 463, -4980, 0x13d7}, + {769, 463, -5026, 0x0000}, + {757, 463, -5026, 0x141b} + } +}; + +StandTile tile_1277 = { + 0x1cae02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x1, 0x3, + { + {1243, 520, -4913, 0x1428}, + {814, 520, -5026, 0x13f3}, + {814, 520, -4980, 0x0000}, + {814, 520, -4913, 0x0000} + } +}; + +StandTile tile_1278 = { + 0x1cae01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1243, 520, -4913, 0x143c}, + {1085, 520, -5116, 0x1430}, + {814, 520, -5026, 0x1423} + } +}; + +StandTile tile_1279 = { + 0x1cad02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {814, 520, -5026, 0x1430}, + {723, 520, -5116, 0x1438}, + {565, 520, -5026, 0x0000} + } +}; + +StandTile tile_1280 = { + 0x1cad01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {814, 520, -5026, 0x1428}, + {1085, 520, -5116, 0x0000}, + {723, 520, -5116, 0x142c} + } +}; + +StandTile tile_1281 = { + 0x1cac02, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {565, 520, -5026, 0x1438}, + {723, 520, -5342, 0x1450}, + {565, 520, -5534, 0x0000} + } +}; + +StandTile tile_1282 = { + 0x1cac01, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {565, 520, -5026, 0x142c}, + {723, 520, -5116, 0x0000}, + {723, 520, -5342, 0x1434} + } +}; + +StandTile tile_1283 = { + 0x286400, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1085, 520, -5116, 0x1428}, + {1243, 520, -4913, 0x0000}, + {1243, 520, -5223, 0x1440} + } +}; + +StandTile tile_1284 = { + 0x1cab02, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1243, 520, -5534, 0x1444}, + {1085, 520, -5116, 0x143c}, + {1243, 520, -5223, 0x0000} + } +}; + +StandTile tile_1285 = { + 0x1cab01, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1243, 520, -5534, 0x144c}, + {1085, 520, -5342, 0x0000}, + {1085, 520, -5116, 0x1440} + } +}; + +StandTile tile_1286 = { + 0x286502, 0x0c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {723, 520, -5342, 0x144c}, + {1243, 520, -5534, 0x0000}, + {1004, 520, -5534, 0x1450} + } +}; + +StandTile tile_1287 = { + 0x286501, 0x0c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {723, 520, -5342, 0x0000}, + {1085, 520, -5342, 0x1444}, + {1243, 520, -5534, 0x1448} + } +}; + +StandTile tile_1288 = { + 0x1caa00, 0x0c, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {565, 520, -5534, 0x1434}, + {723, 520, -5342, 0x1448}, + {1004, 520, -5534, 0x0000} + } +}; + +StandTile tile_1289 = { + 0x045500, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {908, 94, -7181, 0x1578}, + {516, 127, -7147, 0x1458}, + {607, 94, -6921, 0x06ed} + } +}; + +StandTile tile_1290 = { + 0x045800, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {211, 185, -6936, 0x145c}, + {607, 94, -6921, 0x1454}, + {516, 127, -7147, 0x1460} + } +}; + +StandTile tile_1291 = { + 0x045900, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {607, 94, -6921, 0x1458}, + {211, 185, -6936, 0x1468}, + {-4, 185, -6702, 0x06ad} + } +}; + +StandTile tile_1292 = { + 0x045a00, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {429, 45, -7177, 0x1464}, + {211, 185, -6936, 0x1458}, + {516, 127, -7147, 0x15ac} + } +}; + +StandTile tile_1293 = { + 0x045b00, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {429, 45, -7177, 0x1470}, + {117, 45, -6996, 0x1468}, + {211, 185, -6936, 0x1460} + } +}; + +StandTile tile_1294 = { + 0x045d00, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {117, 45, -6996, 0x146c}, + {-4, 185, -6702, 0x145c}, + {211, 185, -6936, 0x1464} + } +}; + +StandTile tile_1295 = { + 0x045e00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {117, 45, -6996, 0x1478}, + {-109, 45, -6732, 0x06a9}, + {-4, 185, -6702, 0x1468} + } +}; + +StandTile tile_1296 = { + 0x04f000, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {429, 45, -7177, 0x151c}, + {358, 45, -7248, 0x1474}, + {117, 45, -6996, 0x1464} + } +}; + +StandTile tile_1297 = { + 0x04f100, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {358, 45, -7248, 0x1548}, + {30, 45, -7060, 0x1478}, + {117, 45, -6996, 0x1470} + } +}; + +StandTile tile_1298 = { + 0x04f200, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {30, 45, -7060, 0x147c}, + {-109, 45, -6732, 0x146c}, + {117, 45, -6996, 0x1474} + } +}; + +StandTile tile_1299 = { + 0x04f300, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {30, 45, -7060, 0x1530}, + {-207, 45, -6781, 0x06a1}, + {-109, 45, -6732, 0x1478} + } +}; + +StandTile tile_1300 = { + 0x059800, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-988, 0, -9650, 0x14c0}, + {-288, 41, -8922, 0x0000}, + {-618, 41, -9339, 0x0000} + } +}; + +StandTile tile_1301 = { + 0x059900, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-207, 45, -6781, 0x14a0}, + {-509, 131, -6755, 0x1490}, + {-414, 0, -6627, 0x14d0} + } +}; + +StandTile tile_1302 = { + 0x059b00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1356, 151, -7414, 0x14a4}, + {-844, 151, -6597, 0x14a8}, + {-731, 250, -7275, 0x14b8} + } +}; + +StandTile tile_1303 = { + 0x059c00, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-298, 17, -6913, 0x14b0}, + {-731, 250, -7275, 0x14a8}, + {-509, 131, -6755, 0x14a0} + } +}; + +StandTile tile_1304 = { + 0x05a400, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-509, 131, -6755, 0x14a8}, + {-844, 151, -6597, 0x1494}, + {-414, 0, -6627, 0x1484} + } +}; + +StandTile tile_1305 = { + 0x05a500, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-414, 0, -6627, 0x1490}, + {-844, 151, -6597, 0x1498}, + {-806, 30, -6431, 0x14d8} + } +}; + +StandTile tile_1306 = { + 0x05a600, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-844, 151, -6597, 0x14a4}, + {-1477, 151, -6676, 0x149c}, + {-806, 30, -6431, 0x1494} + } +}; + +StandTile tile_1307 = { + 0x05a700, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-806, 30, -6431, 0x1498}, + {-1477, 151, -6676, 0x14bc}, + {-1368, 41, -6374, 0x14e0} + } +}; + +StandTile tile_1308 = { + 0x05ad00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-509, 131, -6755, 0x1484}, + {-207, 45, -6781, 0x1530}, + {-298, 17, -6913, 0x148c} + } +}; + +StandTile tile_1309 = { + 0x05b000, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-844, 151, -6597, 0x1488}, + {-1356, 151, -7414, 0x1f10}, + {-1477, 151, -6676, 0x1498} + } +}; + +StandTile tile_1310 = { + 0x05b100, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-509, 131, -6755, 0x148c}, + {-731, 250, -7275, 0x1488}, + {-844, 151, -6597, 0x1490} + } +}; + +StandTile tile_1311 = { + 0x05b200, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1153, 129, -8220, 0x14b8}, + {-731, 250, -7275, 0x14b0}, + {5, 128, -8489, 0x14b4} + } +}; + +StandTile tile_1312 = { + 0x05b300, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {5, 128, -8489, 0x14ac}, + {-731, 250, -7275, 0x148c}, + {-298, 17, -6913, 0x15b0} + } +}; + +StandTile tile_1313 = { + 0x05b400, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {5, 128, -8489, 0x0000}, + {-288, 41, -8922, 0x14c0}, + {-1153, 129, -8220, 0x14ac} + } +}; + +StandTile tile_1314 = { + 0x05b700, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-731, 250, -7275, 0x14ac}, + {-1153, 129, -8220, 0x1fd8}, + {-1356, 151, -7414, 0x1488} + } +}; + +StandTile tile_1315 = { + 0x05b900, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1548, 41, -6450, 0x1dd0}, + {-1368, 41, -6374, 0x149c}, + {-1477, 151, -6676, 0x1f24} + } +}; + +StandTile tile_1316 = { + 0x05bb00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-988, 0, -9650, 0x1ff8}, + {-1153, 129, -8220, 0x14b4}, + {-288, 41, -8922, 0x1480} + } +}; + +StandTile tile_1317 = { + 0x065400, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-414, 0, -6469, 0x14d4}, + {-780, 30, -6322, 0x14c8}, + {-757, 136, -6224, 0x0699} + } +}; + +StandTile tile_1318 = { + 0x065500, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-757, 136, -6224, 0x14c4}, + {-780, 30, -6322, 0x14cc}, + {-1356, 139, -6028, 0x0765} + } +}; + +StandTile tile_1319 = { + 0x065600, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-780, 30, -6322, 0x14dc}, + {-1356, 41, -6175, 0x1e00}, + {-1356, 139, -6028, 0x14c8} + } +}; + +StandTile tile_1320 = { + 0x06ae00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-207, 45, -6781, 0x1484}, + {-414, 0, -6627, 0x14d4}, + {-414, 0, -6469, 0x0691} + } +}; + +StandTile tile_1321 = { + 0x06af00, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-414, 0, -6469, 0x14d0}, + {-414, 0, -6627, 0x14d8}, + {-780, 30, -6322, 0x14c4} + } +}; + +StandTile tile_1322 = { + 0x06b000, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-414, 0, -6627, 0x1494}, + {-806, 30, -6431, 0x14dc}, + {-780, 30, -6322, 0x14d4} + } +}; + +StandTile tile_1323 = { + 0x06b100, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-780, 30, -6322, 0x14d8}, + {-806, 30, -6431, 0x14e0}, + {-1356, 41, -6175, 0x14cc} + } +}; + +StandTile tile_1324 = { + 0x06b200, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-806, 30, -6431, 0x149c}, + {-1368, 41, -6374, 0x1df4}, + {-1356, 41, -6175, 0x14dc} + } +}; + +StandTile tile_1325 = { + 0x085d00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1929, 0, -7531, 0x17c0}, + {1850, 0, -7625, 0x14e8}, + {1605, 0, -7343, 0x1528} + } +}; + +StandTile tile_1326 = { + 0x085e00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1548, 0, -7428, 0x14ec}, + {1605, 0, -7343, 0x14e4}, + {1850, 0, -7625, 0x1560} + } +}; + +StandTile tile_1327 = { + 0x085f00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1605, 0, -7343, 0x14e8}, + {1548, 0, -7428, 0x14f8}, + {1546, 0, -7365, 0x14f0} + } +}; + +StandTile tile_1328 = { + 0x086000, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1605, 0, -7343, 0x14ec}, + {1546, 0, -7365, 0x14fc}, + {1519, 0, -7122, 0x06c1} + } +}; + +StandTile tile_1329 = { + 0x086100, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1548, 0, -7428, 0x1550}, + {1386, 0, -7422, 0x1500}, + {1397, 0, -7359, 0x14f8} + } +}; + +StandTile tile_1330 = { + 0x086200, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1397, 0, -7359, 0x1590}, + {1546, 0, -7365, 0x14ec}, + {1548, 0, -7428, 0x14f4} + } +}; + +StandTile tile_1331 = { + 0x086300, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1546, 0, -7365, 0x158c}, + {1456, 0, -7145, 0x06e5}, + {1519, 0, -7122, 0x14f0} + } +}; + +StandTile tile_1332 = { + 0x086600, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1397, 0, -7359, 0x14f4}, + {1386, 0, -7422, 0x1504}, + {1179, 0, -7344, 0x1594} + } +}; + +StandTile tile_1333 = { + 0x086700, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1386, 0, -7422, 0x1558}, + {1168, 0, -7416, 0x1508}, + {1179, 0, -7344, 0x1500} + } +}; + +StandTile tile_1334 = { + 0x086800, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1179, 0, -7344, 0x1504}, + {1168, 0, -7416, 0x150c}, + {898, 0, -7349, 0x159c} + } +}; + +StandTile tile_1335 = { + 0x086900, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1168, 0, -7416, 0x1534}, + {891, 0, -7432, 0x1510}, + {898, 0, -7349, 0x1508} + } +}; + +StandTile tile_1336 = { + 0x086a00, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {898, 0, -7349, 0x150c}, + {891, 0, -7432, 0x1514}, + {633, 0, -7294, 0x15a4} + } +}; + +StandTile tile_1337 = { + 0x086b00, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {891, 0, -7432, 0x1538}, + {612, 0, -7374, 0x1518}, + {633, 0, -7294, 0x1510} + } +}; + +StandTile tile_1338 = { + 0x086c00, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {633, 0, -7294, 0x1514}, + {612, 0, -7374, 0x151c}, + {429, 45, -7177, 0x15ac} + } +}; + +StandTile tile_1339 = { + 0x086d00, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {612, 0, -7374, 0x1540}, + {358, 45, -7248, 0x1470}, + {429, 45, -7177, 0x1518} + } +}; + +StandTile tile_1340 = { + 0x08fb00, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1974, 165, -7361, 0x17a4}, + {2019, 165, -7463, 0x1524}, + {1831, 135, -7331, 0x06b1} + } +}; + +StandTile tile_1341 = { + 0x08c800, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1929, 0, -7531, 0x1528}, + {1831, 135, -7331, 0x1520}, + {2019, 165, -7463, 0x1788} + } +}; + +StandTile tile_1342 = { + 0x08cb00, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1929, 0, -7531, 0x14e4}, + {1605, 0, -7343, 0x06c5}, + {1831, 135, -7331, 0x1524} + } +}; + +StandTile tile_1343 = { + 0x08c200, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-49, 60, -7197, 0x15b0}, + {-298, 17, -6913, 0x1530}, + {30, 45, -7060, 0x1548} + } +}; + +StandTile tile_1344 = { + 0x08c300, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {30, 45, -7060, 0x152c}, + {-298, 17, -6913, 0x14a0}, + {-207, 45, -6781, 0x147c} + } +}; + +StandTile tile_1345 = { + 0x087a00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {889, 60, -7527, 0x1568}, + {891, 0, -7432, 0x150c}, + {1168, 0, -7416, 0x154c} + } +}; + +StandTile tile_1346 = { + 0x087b00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {891, 0, -7432, 0x1568}, + {582, 60, -7478, 0x153c}, + {612, 0, -7374, 0x1514} + } +}; + +StandTile tile_1347 = { + 0x087c00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {582, 60, -7478, 0x15c0}, + {273, 60, -7382, 0x1540}, + {612, 0, -7374, 0x1538} + } +}; + +StandTile tile_1348 = { + 0x087d00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {612, 0, -7374, 0x153c}, + {273, 60, -7382, 0x1544}, + {358, 45, -7248, 0x151c} + } +}; + +StandTile tile_1349 = { + 0x087e00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {273, 60, -7382, 0x15d8}, + {-49, 60, -7197, 0x1548}, + {358, 45, -7248, 0x1540} + } +}; + +StandTile tile_1350 = { + 0x087f00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {358, 45, -7248, 0x1544}, + {-49, 60, -7197, 0x152c}, + {30, 45, -7060, 0x1474} + } +}; + +StandTile tile_1351 = { + 0x088000, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1179, 60, -7520, 0x15c4}, + {889, 60, -7527, 0x1534}, + {1168, 0, -7416, 0x1558} + } +}; + +StandTile tile_1352 = { + 0x088100, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1379, 60, -7527, 0x1554}, + {1386, 0, -7422, 0x14f4}, + {1548, 0, -7428, 0x155c} + } +}; + +StandTile tile_1353 = { + 0x088200, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1379, 60, -7527, 0x15c8}, + {1179, 60, -7520, 0x1558}, + {1386, 0, -7422, 0x1550} + } +}; + +StandTile tile_1354 = { + 0x088300, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1386, 0, -7422, 0x1554}, + {1179, 60, -7520, 0x154c}, + {1168, 0, -7416, 0x1504} + } +}; + +StandTile tile_1355 = { + 0x088400, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1503, 60, -7553, 0x15dc}, + {1379, 60, -7527, 0x1550}, + {1548, 0, -7428, 0x1560} + } +}; + +StandTile tile_1356 = { + 0x088500, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1850, 0, -7625, 0x1564}, + {1503, 60, -7553, 0x155c}, + {1548, 0, -7428, 0x14e8} + } +}; + +StandTile tile_1357 = { + 0x088600, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1820, 60, -7685, 0x15e8}, + {1503, 60, -7553, 0x1560}, + {1850, 0, -7625, 0x1754} + } +}; + +StandTile tile_1358 = { + 0x088b00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {889, 60, -7527, 0x15b8}, + {582, 60, -7478, 0x1538}, + {891, 0, -7432, 0x1534} + } +}; + +StandTile tile_1359 = { + 0x081800, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1277, 94, -6996, 0x157c}, + {1175, 79, -7275, 0x1570}, + {908, 94, -7181, 0x06f1} + } +}; + +StandTile tile_1360 = { + 0x081900, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1175, 79, -7275, 0x1598}, + {900, 79, -7278, 0x1574}, + {908, 94, -7181, 0x156c} + } +}; + +StandTile tile_1361 = { + 0x081a00, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {908, 94, -7181, 0x1570}, + {900, 79, -7278, 0x15a0}, + {659, 79, -7237, 0x1578} + } +}; + +StandTile tile_1362 = { + 0x081b00, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {908, 94, -7181, 0x1574}, + {659, 79, -7237, 0x15a8}, + {516, 127, -7147, 0x1454} + } +}; + +StandTile tile_1363 = { + 0x081c00, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1175, 79, -7275, 0x156c}, + {1277, 94, -6996, 0x068d}, + {1398, 79, -7181, 0x1580} + } +}; + +StandTile tile_1364 = { + 0x081d00, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1398, 79, -7181, 0x1584}, + {1432, 79, -7297, 0x1588}, + {1175, 79, -7275, 0x157c} + } +}; + +StandTile tile_1365 = { + 0x081e00, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1456, 0, -7145, 0x158c}, + {1432, 79, -7297, 0x1580}, + {1398, 79, -7181, 0x0689} + } +}; + +StandTile tile_1366 = { + 0x082100, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1175, 79, -7275, 0x1580}, + {1432, 79, -7297, 0x1590}, + {1397, 0, -7359, 0x1594} + } +}; + +StandTile tile_1367 = { + 0x082200, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1546, 0, -7365, 0x1590}, + {1432, 79, -7297, 0x1584}, + {1456, 0, -7145, 0x14fc} + } +}; + +StandTile tile_1368 = { + 0x082300, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1546, 0, -7365, 0x14f8}, + {1397, 0, -7359, 0x1588}, + {1432, 79, -7297, 0x158c} + } +}; + +StandTile tile_1369 = { + 0x082400, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1397, 0, -7359, 0x1500}, + {1179, 0, -7344, 0x1598}, + {1175, 79, -7275, 0x1588} + } +}; + +StandTile tile_1370 = { + 0x082500, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1175, 79, -7275, 0x1594}, + {1179, 0, -7344, 0x159c}, + {900, 79, -7278, 0x1570} + } +}; + +StandTile tile_1371 = { + 0x082600, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1179, 0, -7344, 0x1508}, + {898, 0, -7349, 0x15a0}, + {900, 79, -7278, 0x1598} + } +}; + +StandTile tile_1372 = { + 0x082700, 0x0b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {900, 79, -7278, 0x159c}, + {898, 0, -7349, 0x15a4}, + {659, 79, -7237, 0x1574} + } +}; + +StandTile tile_1373 = { + 0x082800, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {898, 0, -7349, 0x1510}, + {633, 0, -7294, 0x15a8}, + {659, 79, -7237, 0x15a0} + } +}; + +StandTile tile_1374 = { + 0x082900, 0x0b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {659, 79, -7237, 0x15a4}, + {633, 0, -7294, 0x15ac}, + {516, 127, -7147, 0x1578} + } +}; + +StandTile tile_1375 = { + 0x082a00, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {633, 0, -7294, 0x1518}, + {429, 45, -7177, 0x1460}, + {516, 127, -7147, 0x15a8} + } +}; + +StandTile tile_1376 = { + 0x09db00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-298, 17, -6913, 0x152c}, + {-49, 60, -7197, 0x15d8}, + {5, 128, -8489, 0x14b0} + } +}; + +StandTile tile_1377 = { + 0x09e800, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1187, 41, -7795, 0x15cc}, + {817, 98, -8235, 0x15b8}, + {889, 60, -7527, 0x15c4} + } +}; + +StandTile tile_1378 = { + 0x09e700, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {889, 60, -7527, 0x15b4}, + {817, 98, -8235, 0x15bc}, + {582, 60, -7478, 0x1568} + } +}; + +StandTile tile_1379 = { + 0x09e600, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {817, 98, -8235, 0x0000}, + {338, 41, -8186, 0x15c0}, + {582, 60, -7478, 0x15b8} + } +}; + +StandTile tile_1380 = { + 0x09e500, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {273, 60, -7382, 0x153c}, + {582, 60, -7478, 0x15bc}, + {338, 41, -8186, 0x15d4} + } +}; + +StandTile tile_1381 = { + 0x09e400, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1179, 60, -7520, 0x15c8}, + {1187, 41, -7795, 0x15b4}, + {889, 60, -7527, 0x154c} + } +}; + +StandTile tile_1382 = { + 0x09e300, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1379, 60, -7527, 0x15dc}, + {1187, 41, -7795, 0x15c4}, + {1179, 60, -7520, 0x1554} + } +}; + +StandTile tile_1383 = { + 0x09e200, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1145, 98, -8590, 0x0000}, + {817, 98, -8235, 0x15b4}, + {1187, 41, -7795, 0x15e4} + } +}; + +StandTile tile_1384 = { + 0x09e100, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1729, 41, -8055, 0x15e4}, + {1187, 41, -7795, 0x15dc}, + {1503, 60, -7553, 0x15e8} + } +}; + +StandTile tile_1385 = { + 0x09e000, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {338, 41, -8186, 0x0000}, + {5, 128, -8489, 0x15d8}, + {273, 60, -7382, 0x15c0} + } +}; + +StandTile tile_1386 = { + 0x09df00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {273, 60, -7382, 0x15d4}, + {5, 128, -8489, 0x15b0}, + {-49, 60, -7197, 0x1544} + } +}; + +StandTile tile_1387 = { + 0x09de00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1503, 60, -7553, 0x15d0}, + {1187, 41, -7795, 0x15c8}, + {1379, 60, -7527, 0x155c} + } +}; + +StandTile tile_1388 = { + 0x09dd00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1145, 98, -8590, 0x15e4}, + {1729, 41, -8055, 0x168c}, + {1752, 41, -8597, 0x15ec} + } +}; + +StandTile tile_1389 = { + 0x09dc00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1729, 41, -8055, 0x15e0}, + {1145, 98, -8590, 0x15cc}, + {1187, 41, -7795, 0x15d0} + } +}; + +StandTile tile_1390 = { + 0x08bf00, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1820, 60, -7685, 0x16a0}, + {1729, 41, -8055, 0x15d0}, + {1503, 60, -7553, 0x1564} + } +}; + +StandTile tile_1391 = { + 0x084100, 0x0b, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1529, 41, -9111, 0x0000}, + {1145, 98, -8590, 0x15e0}, + {1752, 41, -8597, 0x1698} + } +}; + +StandTile tile_1392 = { + 0x319600, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3195, 41, -8296, 0x1710}, + {3123, 0, -8266, 0x0000}, + {3123, 0, -8145, 0x15f4} + } +}; + +StandTile tile_1393 = { + 0x319500, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3191, 41, -8107, 0x164c}, + {3195, 41, -8296, 0x15f0}, + {3123, 0, -8145, 0x1714} + } +}; + +StandTile tile_1394 = { + 0x318f00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2554, 41, -9045, 0x1678}, + {2392, 41, -9042, 0x1600}, + {2362, 0, -8989, 0x15fc} + } +}; + +StandTile tile_1395 = { + 0x318d00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2554, 41, -9045, 0x15f8}, + {2362, 0, -8989, 0x0000}, + {2569, 0, -8989, 0x16d8} + } +}; + +StandTile tile_1396 = { + 0x317e00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2260, 0, -8989, 0x0000}, + {2362, 0, -8989, 0x15f8}, + {2392, 41, -9042, 0x1604} + } +}; + +StandTile tile_1397 = { + 0x317d00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2260, 0, -8989, 0x1600}, + {2392, 41, -9042, 0x1680}, + {2219, 19, -9042, 0x16d4} + } +}; + +StandTile tile_1398 = { + 0x090400, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3477, 165, -7802, 0x178c}, + {3639, 192, -7682, 0x061d}, + {3760, 165, -7749, 0x161c} + } +}; + +StandTile tile_1399 = { + 0x08e800, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3421, 41, -8115, 0x1740}, + {3477, 0, -8024, 0x1618}, + {3602, 0, -8043, 0x1630} + } +}; + +StandTile tile_1400 = { + 0x08df00, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3703, 0, -7904, 0x1638}, + {3485, 0, -7945, 0x1768}, + {3477, 165, -7802, 0x1614} + } +}; + +StandTile tile_1401 = { + 0x08dd00, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3703, 0, -7904, 0x1610}, + {3477, 165, -7802, 0x161c}, + {3632, 135, -7832, 0x060d} + } +}; + +StandTile tile_1402 = { + 0x08cf00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3477, 0, -8024, 0x1634}, + {3726, 0, -7975, 0x0615}, + {3602, 0, -8043, 0x160c} + } +}; + +StandTile tile_1403 = { + 0x090100, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3760, 165, -7749, 0x0611}, + {3632, 135, -7832, 0x1614}, + {3477, 165, -7802, 0x1608} + } +}; + +StandTile tile_1404 = { + 0x22a200, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3750, 128, -8988, 0x1624}, + {3364, 128, -8706, 0x1628}, + {3620, 128, -8420, 0x0639} + } +}; + +StandTile tile_1405 = { + 0x22a100, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3750, 128, -8988, 0x0000}, + {3468, 41, -9276, 0x165c}, + {3364, 128, -8706, 0x1620} + } +}; + +StandTile tile_1406 = { + 0x22a000, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3620, 128, -8420, 0x1620}, + {3364, 128, -8706, 0x1648}, + {3421, 41, -8115, 0x162c} + } +}; + +StandTile tile_1407 = { + 0x229d00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3620, 128, -8420, 0x1628}, + {3421, 41, -8115, 0x1630}, + {3620, 41, -8247, 0x0635} + } +}; + +StandTile tile_1408 = { + 0x229800, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3620, 41, -8247, 0x162c}, + {3421, 41, -8115, 0x160c}, + {3602, 0, -8043, 0x0609} + } +}; + +StandTile tile_1409 = { + 0x085000, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3726, 0, -7975, 0x1618}, + {3477, 0, -8024, 0x17e4}, + {3485, 0, -7945, 0x1638} + } +}; + +StandTile tile_1410 = { + 0x084f00, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3703, 0, -7904, 0x0629}, + {3726, 0, -7975, 0x1634}, + {3485, 0, -7945, 0x1610} + } +}; + +StandTile tile_1411 = { + 0x082c00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3017, 98, -9589, 0x1640}, + {2897, 41, -9271, 0x1664}, + {3468, 41, -9276, 0x0000} + } +}; + +StandTile tile_1412 = { + 0x082d00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2521, 79, -9598, 0x166c}, + {2897, 41, -9271, 0x163c}, + {3017, 98, -9589, 0x0000} + } +}; + +StandTile tile_1413 = { + 0x082f00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3364, 128, -8706, 0x1650}, + {3191, 41, -8416, 0x170c}, + {3195, 41, -8296, 0x1648} + } +}; + +StandTile tile_1414 = { + 0x083000, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3195, 41, -8296, 0x164c}, + {3421, 41, -8115, 0x1628}, + {3364, 128, -8706, 0x1644} + } +}; + +StandTile tile_1415 = { + 0x083100, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3195, 41, -8296, 0x15f4}, + {3191, 41, -8107, 0x173c}, + {3421, 41, -8115, 0x1648} + } +}; + +StandTile tile_1416 = { + 0x083200, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3364, 128, -8706, 0x1654}, + {3195, 79, -8563, 0x1704}, + {3191, 41, -8416, 0x1644} + } +}; + +StandTile tile_1417 = { + 0x083300, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3364, 128, -8706, 0x1658}, + {3196, 41, -8781, 0x16fc}, + {3195, 79, -8563, 0x1650} + } +}; + +StandTile tile_1418 = { + 0x083400, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3364, 128, -8706, 0x165c}, + {3187, 41, -8910, 0x16f4}, + {3196, 41, -8781, 0x1654} + } +}; + +StandTile tile_1419 = { + 0x083500, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3468, 41, -9276, 0x1660}, + {3187, 41, -8910, 0x1658}, + {3364, 128, -8706, 0x1624} + } +}; + +StandTile tile_1420 = { + 0x083600, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3468, 41, -9276, 0x1664}, + {3157, 41, -9064, 0x16ec}, + {3187, 41, -8910, 0x165c} + } +}; + +StandTile tile_1421 = { + 0x083700, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2897, 41, -9271, 0x1668}, + {3157, 41, -9064, 0x1660}, + {3468, 41, -9276, 0x163c} + } +}; + +StandTile tile_1422 = { + 0x083800, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3157, 41, -9064, 0x1664}, + {2897, 41, -9271, 0x1670}, + {2969, 41, -9087, 0x16e8} + } +}; + +StandTile tile_1423 = { + 0x083900, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2897, 41, -9271, 0x1640}, + {2521, 79, -9598, 0x1674}, + {2690, 41, -9053, 0x1670} + } +}; + +StandTile tile_1424 = { + 0x083a00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2690, 41, -9053, 0x16e0}, + {2969, 41, -9087, 0x1668}, + {2897, 41, -9271, 0x166c} + } +}; + +StandTile tile_1425 = { + 0x083b00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2554, 41, -9045, 0x16d8}, + {2690, 41, -9053, 0x166c}, + {2521, 79, -9598, 0x1678} + } +}; + +StandTile tile_1426 = { + 0x083c00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2392, 41, -9042, 0x15f8}, + {2554, 41, -9045, 0x1674}, + {2521, 79, -9598, 0x167c} + } +}; + +StandTile tile_1427 = { + 0x083d00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2521, 79, -9598, 0x0000}, + {1998, 98, -9439, 0x1680}, + {2392, 41, -9042, 0x1678} + } +}; + +StandTile tile_1428 = { + 0x083e00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2219, 19, -9042, 0x1604}, + {2392, 41, -9042, 0x167c}, + {1998, 98, -9439, 0x1684} + } +}; + +StandTile tile_1429 = { + 0x083f00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1529, 41, -9111, 0x1688}, + {2219, 19, -9042, 0x1680}, + {1998, 98, -9439, 0x0000} + } +}; + +StandTile tile_1430 = { + 0x084000, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2196, 41, -8827, 0x16d0}, + {2219, 19, -9042, 0x1684}, + {1529, 41, -9111, 0x1698} + } +}; + +StandTile tile_1431 = { + 0x084500, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1752, 41, -8597, 0x15e0}, + {1729, 41, -8055, 0x169c}, + {2162, 41, -8431, 0x1690} + } +}; + +StandTile tile_1432 = { + 0x084400, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2162, 41, -8431, 0x16bc}, + {2193, 41, -8661, 0x1694}, + {1752, 41, -8597, 0x168c} + } +}; + +StandTile tile_1433 = { + 0x084300, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1752, 41, -8597, 0x1690}, + {2193, 41, -8661, 0x16c8}, + {2196, 41, -8827, 0x1698} + } +}; + +StandTile tile_1434 = { + 0x084200, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1752, 41, -8597, 0x1694}, + {2196, 41, -8827, 0x1688}, + {1529, 41, -9111, 0x15ec} + } +}; + +StandTile tile_1435 = { + 0x084600, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1729, 41, -8055, 0x16a4}, + {2178, 41, -8104, 0x16b8}, + {2162, 41, -8431, 0x168c} + } +}; + +StandTile tile_1436 = { + 0x08c000, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2230, 45, -7877, 0x16a4}, + {1729, 41, -8055, 0x15e8}, + {1820, 60, -7685, 0x1758} + } +}; + +StandTile tile_1437 = { + 0x08c100, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2178, 41, -8104, 0x169c}, + {1729, 41, -8055, 0x16a0}, + {2230, 45, -7877, 0x174c} + } +}; + +StandTile tile_1438 = { + 0x08bd00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2599, 0, -8145, 0x16ac}, + {2664, 0, -8104, 0x17bc}, + {2705, 0, -8145, 0x0000} + } +}; + +StandTile tile_1439 = { + 0x08bc00, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2502, 0, -8145, 0x16b0}, + {2664, 0, -8104, 0x16a8}, + {2599, 0, -8145, 0x0000} + } +}; + +StandTile tile_1440 = { + 0x08bb00, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2664, 0, -8104, 0x16ac}, + {2502, 0, -8145, 0x16b4}, + {2178, 41, -8104, 0x1750} + } +}; + +StandTile tile_1441 = { + 0x08ba00, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2502, 0, -8145, 0x0000}, + {2260, 0, -8145, 0x16b8}, + {2178, 41, -8104, 0x16b0} + } +}; + +StandTile tile_1442 = { + 0x08b900, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2162, 41, -8431, 0x169c}, + {2178, 41, -8104, 0x16b4}, + {2260, 0, -8145, 0x1748} + } +}; + +StandTile tile_1443 = { + 0x08b800, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2193, 41, -8661, 0x1690}, + {2162, 41, -8431, 0x1748}, + {2260, 0, -8593, 0x16c4} + } +}; + +StandTile tile_1444 = { + 0x08b700, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3225, 0, -8009, 0x1738}, + {3078, 41, -8081, 0x1734}, + {2931, 0, -7998, 0x17d8} + } +}; + +StandTile tile_1445 = { + 0x08b600, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2193, 41, -8661, 0x16bc}, + {2260, 0, -8593, 0x0000}, + {2260, 0, -8725, 0x16c8} + } +}; + +StandTile tile_1446 = { + 0x08b500, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2196, 41, -8827, 0x1694}, + {2193, 41, -8661, 0x16c4}, + {2260, 0, -8725, 0x16cc} + } +}; + +StandTile tile_1447 = { + 0x08b400, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2260, 0, -8725, 0x0000}, + {2260, 0, -8857, 0x16d0}, + {2196, 41, -8827, 0x16c8} + } +}; + +StandTile tile_1448 = { + 0x08b300, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2219, 19, -9042, 0x1688}, + {2196, 41, -8827, 0x16cc}, + {2260, 0, -8857, 0x16d4} + } +}; + +StandTile tile_1449 = { + 0x08b200, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2219, 19, -9042, 0x16d0}, + {2260, 0, -8857, 0x0000}, + {2260, 0, -8989, 0x1604} + } +}; + +StandTile tile_1450 = { + 0x08ac00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2690, 41, -9053, 0x1674}, + {2554, 41, -9045, 0x15fc}, + {2569, 0, -8989, 0x16dc} + } +}; + +StandTile tile_1451 = { + 0x08ab00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2569, 0, -8989, 0x0000}, + {2675, 0, -8989, 0x16e0}, + {2690, 41, -9053, 0x16d8} + } +}; + +StandTile tile_1452 = { + 0x08aa00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2969, 41, -9087, 0x1670}, + {2690, 41, -9053, 0x16dc}, + {2675, 0, -8989, 0x16e4} + } +}; + +StandTile tile_1453 = { + 0x08a900, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3123, 0, -8989, 0x16e8}, + {2969, 41, -9087, 0x16e0}, + {2675, 0, -8989, 0x0000} + } +}; + +StandTile tile_1454 = { + 0x08a800, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3157, 41, -9064, 0x1668}, + {2969, 41, -9087, 0x16e4}, + {3123, 0, -8989, 0x16ec} + } +}; + +StandTile tile_1455 = { + 0x08a700, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3187, 41, -8910, 0x1660}, + {3157, 41, -9064, 0x16e8}, + {3123, 0, -8989, 0x16f0} + } +}; + +StandTile tile_1456 = { + 0x08a600, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3187, 41, -8910, 0x16ec}, + {3123, 0, -8989, 0x0000}, + {3123, 0, -8748, 0x16f4} + } +}; + +StandTile tile_1457 = { + 0x08a500, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3196, 41, -8781, 0x1658}, + {3187, 41, -8910, 0x16f0}, + {3123, 0, -8748, 0x16f8} + } +}; + +StandTile tile_1458 = { + 0x08a400, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3123, 0, -8627, 0x16fc}, + {3196, 41, -8781, 0x16f4}, + {3123, 0, -8748, 0x0000} + } +}; + +StandTile tile_1459 = { + 0x08a300, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3195, 79, -8563, 0x1654}, + {3196, 41, -8781, 0x16f8}, + {3123, 0, -8627, 0x1700} + } +}; + +StandTile tile_1460 = { + 0x08a200, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3123, 9, -8507, 0x1704}, + {3195, 79, -8563, 0x16fc}, + {3123, 0, -8627, 0x0000} + } +}; + +StandTile tile_1461 = { + 0x08a100, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3191, 41, -8416, 0x1650}, + {3195, 79, -8563, 0x1700}, + {3123, 9, -8507, 0x1708} + } +}; + +StandTile tile_1462 = { + 0x08a000, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3191, 41, -8416, 0x1704}, + {3123, 9, -8507, 0x0000}, + {3123, 0, -8386, 0x170c} + } +}; + +StandTile tile_1463 = { + 0x089f00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3195, 41, -8296, 0x1644}, + {3191, 41, -8416, 0x1708}, + {3123, 0, -8386, 0x1710} + } +}; + +StandTile tile_1464 = { + 0x089e00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3195, 41, -8296, 0x170c}, + {3123, 0, -8386, 0x0000}, + {3123, 0, -8266, 0x15f0} + } +}; + +StandTile tile_1465 = { + 0x089b00, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3078, 41, -8081, 0x1738}, + {3191, 41, -8107, 0x15f4}, + {3123, 0, -8145, 0x1718} + } +}; + +StandTile tile_1466 = { + 0x089a00, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3078, 41, -8081, 0x1714}, + {3123, 0, -8145, 0x0000}, + {3025, 0, -8145, 0x171c} + } +}; + +StandTile tile_1467 = { + 0x089900, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2969, 41, -8070, 0x1734}, + {3078, 41, -8081, 0x1718}, + {3025, 0, -8145, 0x1720} + } +}; + +StandTile tile_1468 = { + 0x089800, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2927, 0, -8145, 0x172c}, + {2969, 41, -8070, 0x171c}, + {3025, 0, -8145, 0x0000} + } +}; + +StandTile tile_1469 = { + 0x089700, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2852, 0, -8104, 0x1728}, + {2833, 0, -8145, 0x0000}, + {2825, 0, -8145, 0x17b8} + } +}; + +StandTile tile_1470 = { + 0x089600, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2833, 0, -8145, 0x1724}, + {2852, 0, -8104, 0x172c}, + {2927, 0, -8145, 0x0000} + } +}; + +StandTile tile_1471 = { + 0x089500, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2969, 41, -8070, 0x1720}, + {2927, 0, -8145, 0x1728}, + {2852, 0, -8104, 0x1730} + } +}; + +StandTile tile_1472 = { + 0x089400, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2931, 0, -7998, 0x1734}, + {2969, 41, -8070, 0x172c}, + {2852, 0, -8104, 0x17ec} + } +}; + +StandTile tile_1473 = { + 0x089300, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2969, 41, -8070, 0x1730}, + {2931, 0, -7998, 0x16c0}, + {3078, 41, -8081, 0x171c} + } +}; + +StandTile tile_1474 = { + 0x089200, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3225, 0, -8009, 0x173c}, + {3191, 41, -8107, 0x1714}, + {3078, 41, -8081, 0x16c0} + } +}; + +StandTile tile_1475 = { + 0x089100, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3421, 41, -8115, 0x164c}, + {3191, 41, -8107, 0x1738}, + {3225, 0, -8009, 0x1740} + } +}; + +StandTile tile_1476 = { + 0x089000, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3477, 0, -8024, 0x160c}, + {3421, 41, -8115, 0x173c}, + {3225, 0, -8009, 0x17e0} + } +}; + +StandTile tile_1477 = { + 0x088f00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2573, 26, -7998, 0x1760}, + {2641, 0, -7942, 0x17e8}, + {2664, 0, -8104, 0x1750} + } +}; + +StandTile tile_1478 = { + 0x088e00, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2260, 0, -8593, 0x16bc}, + {2162, 41, -8431, 0x16b8}, + {2260, 0, -8145, 0x0000} + } +}; + +StandTile tile_1479 = { + 0x088d00, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2573, 26, -7998, 0x1750}, + {2178, 41, -8104, 0x16a4}, + {2230, 45, -7877, 0x1760} + } +}; + +StandTile tile_1480 = { + 0x088c00, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2178, 41, -8104, 0x174c}, + {2573, 26, -7998, 0x1744}, + {2664, 0, -8104, 0x16b0} + } +}; + +StandTile tile_1481 = { + 0x088a00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2245, 0, -7802, 0x1758}, + {1820, 60, -7685, 0x1564}, + {1850, 0, -7625, 0x17c0} + } +}; + +StandTile tile_1482 = { + 0x088900, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2230, 45, -7877, 0x16a0}, + {1820, 60, -7685, 0x1754}, + {2245, 0, -7802, 0x175c} + } +}; + +StandTile tile_1483 = { + 0x088800, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2641, 0, -7942, 0x1760}, + {2230, 45, -7877, 0x1758}, + {2245, 0, -7802, 0x17c8} + } +}; + +StandTile tile_1484 = { + 0x088700, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2573, 26, -7998, 0x174c}, + {2230, 45, -7877, 0x175c}, + {2641, 0, -7942, 0x1744} + } +}; + +StandTile tile_1485 = { + 0x08da00, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2912, 97, -7757, 0x1774}, + {3225, 0, -7926, 0x17dc}, + {2939, 0, -7908, 0x177c} + } +}; + +StandTile tile_1486 = { + 0x08d900, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3485, 0, -7945, 0x176c}, + {3187, 135, -7813, 0x17a0}, + {3477, 165, -7802, 0x1610} + } +}; + +StandTile tile_1487 = { + 0x08d800, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3485, 0, -7945, 0x17e4}, + {3225, 0, -7926, 0x1774}, + {3187, 135, -7813, 0x1768} + } +}; + +StandTile tile_1488 = { + 0x08d700, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2630, 135, -7693, 0x177c}, + {2939, 0, -7908, 0x17d4}, + {2660, 0, -7851, 0x1778} + } +}; + +StandTile tile_1489 = { + 0x08d600, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3225, 0, -7926, 0x1764}, + {2912, 97, -7757, 0x179c}, + {3187, 135, -7813, 0x176c} + } +}; + +StandTile tile_1490 = { + 0x08d500, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2660, 0, -7851, 0x1780}, + {2340, 97, -7587, 0x1794}, + {2630, 135, -7693, 0x1770} + } +}; + +StandTile tile_1491 = { + 0x08d300, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2939, 0, -7908, 0x1770}, + {2630, 135, -7693, 0x1790}, + {2912, 97, -7757, 0x1764} + } +}; + +StandTile tile_1492 = { + 0x08d200, 0x0a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2660, 0, -7851, 0x17cc}, + {2309, 0, -7689, 0x1784}, + {2340, 97, -7587, 0x1778} + } +}; + +StandTile tile_1493 = { + 0x08c600, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2309, 0, -7689, 0x1788}, + {2019, 165, -7463, 0x1798}, + {2340, 97, -7587, 0x1780} + } +}; + +StandTile tile_1494 = { + 0x08c500, 0x0a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2309, 0, -7689, 0x17c4}, + {1929, 0, -7531, 0x1524}, + {2019, 165, -7463, 0x1784} + } +}; + +StandTile tile_1495 = { + 0x090300, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3639, 192, -7682, 0x1608}, + {3477, 165, -7802, 0x17a0}, + {3308, 176, -7749, 0x0000} + } +}; + +StandTile tile_1496 = { + 0x090000, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2800, 176, -7700, 0x17a8}, + {2912, 97, -7757, 0x177c}, + {2630, 135, -7693, 0x17b0} + } +}; + +StandTile tile_1497 = { + 0x08fd00, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2531, 161, -7617, 0x17b0}, + {2630, 135, -7693, 0x1778}, + {2340, 97, -7587, 0x17ac} + } +}; + +StandTile tile_1498 = { + 0x08fc00, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2257, 176, -7512, 0x17ac}, + {2340, 97, -7587, 0x1784}, + {2019, 165, -7463, 0x17a4} + } +}; + +StandTile tile_1499 = { + 0x08f900, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3093, 135, -7757, 0x17b4}, + {3187, 135, -7813, 0x1774}, + {2912, 97, -7757, 0x17a8} + } +}; + +StandTile tile_1500 = { + 0x08f800, 0x0a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3308, 176, -7749, 0x178c}, + {3477, 165, -7802, 0x1768}, + {3187, 135, -7813, 0x17b4} + } +}; + +StandTile tile_1501 = { + 0x08f600, 0x0a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2257, 176, -7512, 0x1798}, + {2019, 165, -7463, 0x1520}, + {1974, 165, -7361, 0x0000} + } +}; + +StandTile tile_1502 = { + 0x08f500, 0x0a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3093, 135, -7757, 0x179c}, + {2912, 97, -7757, 0x1790}, + {2800, 176, -7700, 0x0000} + } +}; + +StandTile tile_1503 = { + 0x08f400, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2531, 161, -7617, 0x1794}, + {2340, 97, -7587, 0x1798}, + {2257, 176, -7512, 0x0000} + } +}; + +StandTile tile_1504 = { + 0x08f300, 0x0a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2800, 176, -7700, 0x1790}, + {2630, 135, -7693, 0x1794}, + {2531, 161, -7617, 0x0000} + } +}; + +StandTile tile_1505 = { + 0x08f200, 0x0a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3187, 135, -7813, 0x179c}, + {3093, 135, -7757, 0x0000}, + {3308, 176, -7749, 0x17a0} + } +}; + +StandTile tile_1506 = { + 0x087900, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2852, 0, -8104, 0x1724}, + {2825, 0, -8145, 0x0937}, + {2705, 0, -8145, 0x17bc} + } +}; + +StandTile tile_1507 = { + 0x087800, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2852, 0, -8104, 0x17b8}, + {2705, 0, -8145, 0x16a8}, + {2664, 0, -8104, 0x17ec} + } +}; + +StandTile tile_1508 = { + 0x085c00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2245, 0, -7802, 0x1754}, + {1850, 0, -7625, 0x14e4}, + {1929, 0, -7531, 0x17c4} + } +}; + +StandTile tile_1509 = { + 0x085b00, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2309, 0, -7689, 0x17c8}, + {2245, 0, -7802, 0x17c0}, + {1929, 0, -7531, 0x1788} + } +}; + +StandTile tile_1510 = { + 0x085a00, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2641, 0, -7942, 0x175c}, + {2245, 0, -7802, 0x17c4}, + {2309, 0, -7689, 0x17cc} + } +}; + +StandTile tile_1511 = { + 0x085900, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2660, 0, -7851, 0x17d0}, + {2641, 0, -7942, 0x17c8}, + {2309, 0, -7689, 0x1780} + } +}; + +StandTile tile_1512 = { + 0x085800, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2931, 0, -7998, 0x17e8}, + {2641, 0, -7942, 0x17cc}, + {2660, 0, -7851, 0x17d4} + } +}; + +StandTile tile_1513 = { + 0x085700, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2939, 0, -7908, 0x17d8}, + {2931, 0, -7998, 0x17d0}, + {2660, 0, -7851, 0x1770} + } +}; + +StandTile tile_1514 = { + 0x085600, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3225, 0, -8009, 0x16c0}, + {2931, 0, -7998, 0x17d4}, + {2939, 0, -7908, 0x17dc} + } +}; + +StandTile tile_1515 = { + 0x085500, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3225, 0, -7926, 0x17e0}, + {3225, 0, -8009, 0x17d8}, + {2939, 0, -7908, 0x1764} + } +}; + +StandTile tile_1516 = { + 0x085400, 0x0a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3477, 0, -8024, 0x1740}, + {3225, 0, -8009, 0x17dc}, + {3225, 0, -7926, 0x17e4} + } +}; + +StandTile tile_1517 = { + 0x085300, 0x0a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3485, 0, -7945, 0x1634}, + {3477, 0, -8024, 0x17e0}, + {3225, 0, -7926, 0x176c} + } +}; + +StandTile tile_1518 = { + 0x085200, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2641, 0, -7942, 0x17d0}, + {2931, 0, -7998, 0x17ec}, + {2664, 0, -8104, 0x1744} + } +}; + +StandTile tile_1519 = { + 0x085100, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2852, 0, -8104, 0x17bc}, + {2664, 0, -8104, 0x17e8}, + {2931, 0, -7998, 0x1730} + } +}; + +StandTile tile_1520 = { + 0x084700, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3941, 0, -7252, 0x17f8}, + {3997, 0, -7245, 0x17f4}, + {3944, 0, -7422, 0x19f0} + } +}; + +StandTile tile_1521 = { + 0x084800, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3997, 0, -7245, 0x19f4}, + {4005, 0, -7425, 0x05fd}, + {3944, 0, -7422, 0x17f0} + } +}; + +StandTile tile_1522 = { + 0x086e00, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {4023, 0, -7128, 0x1a04}, + {3997, 0, -7245, 0x17f0}, + {3941, 0, -7252, 0x17fc} + } +}; + +StandTile tile_1523 = { + 0x086f00, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3907, 0, -7149, 0x1800}, + {4023, 0, -7128, 0x17f8}, + {3941, 0, -7252, 0x189c} + } +}; + +StandTile tile_1524 = { + 0x087000, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4023, 0, -7128, 0x17fc}, + {3907, 0, -7149, 0x1804}, + {4021, 0, -7074, 0x1808} + } +}; + +StandTile tile_1525 = { + 0x087100, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3928, 0, -7101, 0x1a00}, + {4021, 0, -7074, 0x1800}, + {3907, 0, -7149, 0x1818} + } +}; + +StandTile tile_1526 = { + 0x087200, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4140, 0, -7084, 0x19e0}, + {4023, 0, -7128, 0x1800}, + {4021, 0, -7074, 0x180c} + } +}; + +StandTile tile_1527 = { + 0x087300, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4121, 0, -7047, 0x1810}, + {4140, 0, -7084, 0x1808}, + {4021, 0, -7074, 0x19dc} + } +}; + +StandTile tile_1528 = { + 0x087400, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {4216, 0, -7080, 0x1908}, + {4140, 0, -7084, 0x180c}, + {4121, 0, -7047, 0x1814} + } +}; + +StandTile tile_1529 = { + 0x087500, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {4218, 0, -7049, 0x18f0}, + {4216, 0, -7080, 0x1810}, + {4121, 0, -7047, 0x19a0} + } +}; + +StandTile tile_1530 = { + 0x087600, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3834, 0, -7099, 0x1828}, + {3928, 0, -7101, 0x1804}, + {3907, 0, -7149, 0x181c} + } +}; + +StandTile tile_1531 = { + 0x087700, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3834, 0, -7099, 0x1818}, + {3907, 0, -7149, 0x1898}, + {3828, 0, -7139, 0x1824} + } +}; + +StandTile tile_1532 = { + 0x090500, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3828, 0, -7139, 0x1894}, + {3790, 0, -7143, 0x1a14}, + {3790, 0, -7083, 0x1824} + } +}; + +StandTile tile_1533 = { + 0x090600, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3834, 0, -7099, 0x181c}, + {3828, 0, -7139, 0x1820}, + {3790, 0, -7083, 0x1834} + } +}; + +StandTile tile_1534 = { + 0x090700, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3899, 53, -7045, 0x19e8}, + {3928, 0, -7101, 0x1818}, + {3834, 0, -7099, 0x182c} + } +}; + +StandTile tile_1535 = { + 0x090800, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3835, 53, -7045, 0x18c4}, + {3899, 53, -7045, 0x1828}, + {3834, 0, -7099, 0x1834} + } +}; + +StandTile tile_1536 = { + 0x090900, 0x09, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3790, 0, -7083, 0x1a08}, + {3767, 0, -7083, 0x0000}, + {3767, 0, -6985, 0x1838} + } +}; + +StandTile tile_1537 = { + 0x090a00, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3790, 0, -7083, 0x1838}, + {3835, 53, -7045, 0x182c}, + {3834, 0, -7099, 0x1824} + } +}; + +StandTile tile_1538 = { + 0x090b00, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3767, 0, -6985, 0x183c}, + {3835, 53, -7045, 0x1834}, + {3790, 0, -7083, 0x1830} + } +}; + +StandTile tile_1539 = { + 0x090c00, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3820, 68, -6838, 0x18c4}, + {3835, 53, -7045, 0x1838}, + {3767, 0, -6985, 0x1840} + } +}; + +StandTile tile_1540 = { + 0x090d00, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3767, 0, -6774, 0x1844}, + {3820, 68, -6838, 0x183c}, + {3767, 0, -6985, 0x0000} + } +}; + +StandTile tile_1541 = { + 0x090e00, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3824, 68, -6744, 0x191c}, + {3820, 68, -6838, 0x1840}, + {3767, 0, -6774, 0x1848} + } +}; + +StandTile tile_1542 = { + 0x090f00, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3752, 68, -6713, 0x18f8}, + {3824, 68, -6744, 0x1844}, + {3767, 0, -6774, 0x184c} + } +}; + +StandTile tile_1543 = { + 0x091000, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3752, 68, -6713, 0x1848}, + {3767, 0, -6774, 0x0000}, + {3658, 49, -6774, 0x1850} + } +}; + +StandTile tile_1544 = { + 0x091100, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3575, 68, -6702, 0x18e4}, + {3752, 68, -6713, 0x184c}, + {3658, 49, -6774, 0x1854} + } +}; + +StandTile tile_1545 = { + 0x091200, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3575, 68, -6702, 0x1850}, + {3658, 49, -6774, 0x0000}, + {3526, 0, -6774, 0x1858} + } +}; + +StandTile tile_1546 = { + 0x091300, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3489, 68, -6740, 0x18dc}, + {3575, 68, -6702, 0x1854}, + {3526, 0, -6774, 0x185c} + } +}; + +StandTile tile_1547 = { + 0x091400, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3489, 68, -6740, 0x1858}, + {3526, 0, -6774, 0x0000}, + {3526, 0, -6883, 0x1860} + } +}; + +StandTile tile_1548 = { + 0x091500, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3489, 68, -6992, 0x18f4}, + {3489, 68, -6740, 0x185c}, + {3526, 0, -6883, 0x1864} + } +}; + +StandTile tile_1549 = { + 0x091600, 0x09, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {3489, 68, -6992, 0x1860}, + {3526, 0, -6883, 0x0000}, + {3526, 0, -7052, 0x1868} + } +}; + +StandTile tile_1550 = { + 0x091700, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3492, 68, -7192, 0x1914}, + {3489, 68, -6992, 0x1864}, + {3526, 0, -7052, 0x186c} + } +}; + +StandTile tile_1551 = { + 0x091800, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {3526, 0, -7222, 0x1870}, + {3492, 68, -7192, 0x1868}, + {3526, 0, -7052, 0x0000} + } +}; + +StandTile tile_1552 = { + 0x091900, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3522, 68, -7286, 0x190c}, + {3492, 68, -7192, 0x186c}, + {3526, 0, -7222, 0x1874} + } +}; + +StandTile tile_1553 = { + 0x091a00, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3658, 49, -7222, 0x187c}, + {3522, 68, -7286, 0x1870}, + {3526, 0, -7222, 0x0000} + } +}; + +StandTile tile_1554 = { + 0x091b00, 0x09, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {3767, 0, -7222, 0x0000}, + {3767, 0, -7143, 0x1a0c}, + {3790, 0, -7143, 0x1884} + } +}; + +StandTile tile_1555 = { + 0x091c00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3741, 68, -7278, 0x1934}, + {3522, 68, -7286, 0x1874}, + {3658, 49, -7222, 0x1880} + } +}; + +StandTile tile_1556 = { + 0x091d00, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3767, 0, -7222, 0x188c}, + {3741, 68, -7278, 0x187c}, + {3658, 49, -7222, 0x0000} + } +}; + +StandTile tile_1557 = { + 0x319f00, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {3767, 0, -7222, 0x1878}, + {3790, 0, -7143, 0x1894}, + {3804, 18, -7165, 0x1888} + } +}; + +StandTile tile_1558 = { + 0x091e00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3843, 68, -7226, 0x188c}, + {3767, 0, -7222, 0x1884}, + {3804, 18, -7165, 0x1890} + } +}; + +StandTile tile_1559 = { + 0x091f00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3843, 68, -7226, 0x18a8}, + {3741, 68, -7278, 0x1880}, + {3767, 0, -7222, 0x1888} + } +}; + +StandTile tile_1560 = { + 0x31a000, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3828, 0, -7139, 0x1898}, + {3843, 68, -7226, 0x1888}, + {3804, 18, -7165, 0x1894} + } +}; + +StandTile tile_1561 = { + 0x092000, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {3790, 0, -7143, 0x1820}, + {3828, 0, -7139, 0x1890}, + {3804, 18, -7165, 0x1884} + } +}; + +StandTile tile_1562 = { + 0x092100, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3828, 0, -7139, 0x181c}, + {3907, 0, -7149, 0x189c}, + {3843, 68, -7226, 0x1890} + } +}; + +StandTile tile_1563 = { + 0x092200, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3907, 0, -7149, 0x17fc}, + {3941, 0, -7252, 0x18a0}, + {3843, 68, -7226, 0x1898} + } +}; + +StandTile tile_1564 = { + 0x092300, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3843, 68, -7226, 0x189c}, + {3941, 0, -7252, 0x19f8}, + {3873, 79, -7278, 0x18a4} + } +}; + +StandTile tile_1565 = { + 0x092400, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3843, 68, -7226, 0x18a0}, + {3873, 79, -7278, 0x19d4}, + {3733, 101, -7429, 0x18a8} + } +}; + +StandTile tile_1566 = { + 0x092500, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3733, 101, -7429, 0x1934}, + {3741, 68, -7278, 0x188c}, + {3843, 68, -7226, 0x18a4} + } +}; + +StandTile tile_1567 = { + 0x092700, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3639, 192, -7682, 0x0000}, + {3383, 68, -7483, 0x1918}, + {3522, 68, -7286, 0x1910} + } +}; + +StandTile tile_1568 = { + 0x092800, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4321, 68, -7361, 0x05f5}, + {4080, 68, -7422, 0x19fc}, + {4099, 68, -7233, 0x18fc} + } +}; + +StandTile tile_1569 = { + 0x093200, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3944, 53, -6868, 0x18cc}, + {3899, 53, -7045, 0x18c4}, + {3820, 68, -6838, 0x191c} + } +}; + +StandTile tile_1570 = { + 0x093300, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {4280, 0, -6683, 0x194c}, + {4118, 68, -6695, 0x195c}, + {4118, 83, -6564, 0x1968} + } +}; + +StandTile tile_1571 = { + 0x093400, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {4110, 53, -6992, 0x19e4}, + {4008, 49, -7026, 0x18cc}, + {3944, 53, -6868, 0x192c} + } +}; + +StandTile tile_1572 = { + 0x093500, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3941, 68, -6762, 0x1920}, + {3944, 53, -6868, 0x191c}, + {3824, 68, -6744, 0x18d8} + } +}; + +StandTile tile_1573 = { + 0x093600, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3899, 53, -7045, 0x182c}, + {3835, 53, -7045, 0x183c}, + {3820, 68, -6838, 0x18b4} + } +}; + +StandTile tile_1574 = { + 0x093700, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4106, 68, -6762, 0x19bc}, + {4110, 68, -6849, 0x1920}, + {3941, 68, -6762, 0x1924} + } +}; + +StandTile tile_1575 = { + 0x093800, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3944, 53, -6868, 0x18bc}, + {4008, 49, -7026, 0x19e8}, + {3899, 53, -7045, 0x18b4} + } +}; + +StandTile tile_1576 = { + 0x093900, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3614, 68, -6617, 0x18e4}, + {3575, 68, -6702, 0x18dc}, + {3432, 68, -6679, 0x0000} + } +}; + +StandTile tile_1577 = { + 0x093a00, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3432, 68, -6679, 0x18dc}, + {3489, 68, -6740, 0x18f4}, + {3379, 68, -6853, 0x0000} + } +}; + +StandTile tile_1578 = { + 0x093b00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, 68, -6668, 0x1924}, + {3941, 68, -6762, 0x18c0}, + {3824, 68, -6744, 0x18e8} + } +}; + +StandTile tile_1579 = { + 0x093c00, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3489, 68, -6740, 0x18d4}, + {3432, 68, -6679, 0x18d0}, + {3575, 68, -6702, 0x1858} + } +}; + +StandTile tile_1580 = { + 0x093d00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3752, 68, -6713, 0x18e4}, + {3614, 68, -6617, 0x1950}, + {3760, 68, -6657, 0x18f8} + } +}; + +StandTile tile_1581 = { + 0x093e00, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3752, 68, -6713, 0x1850}, + {3575, 68, -6702, 0x18d0}, + {3614, 68, -6617, 0x18e0} + } +}; + +StandTile tile_1582 = { + 0x093f00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3824, 68, -6744, 0x18f8}, + {3760, 68, -6657, 0x1964}, + {3944, 68, -6668, 0x18d8} + } +}; + +StandTile tile_1583 = { + 0x094000, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3379, 68, -6853, 0x18f4}, + {3489, 68, -6992, 0x1914}, + {3368, 68, -7214, 0x0000} + } +}; + +StandTile tile_1584 = { + 0x094100, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4242, 0, -7101, 0x19c8}, + {4216, 0, -7080, 0x1814}, + {4218, 0, -7049, 0x199c} + } +}; + +StandTile tile_1585 = { + 0x094200, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3489, 68, -6740, 0x1860}, + {3489, 68, -6992, 0x18ec}, + {3379, 68, -6853, 0x18d4} + } +}; + +StandTile tile_1586 = { + 0x094300, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3824, 68, -6744, 0x1848}, + {3752, 68, -6713, 0x18e0}, + {3760, 68, -6657, 0x18e8} + } +}; + +StandTile tile_1587 = { + 0x094400, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4197, 0, -7177, 0x1998}, + {4321, 68, -7361, 0x18b0}, + {4099, 68, -7233, 0x19cc} + } +}; + +StandTile tile_1588 = { + 0x094500, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4265, 38, -6857, 0x0000}, + {4265, 0, -6954, 0x19b8}, + {4110, 68, -6849, 0x19bc} + } +}; + +StandTile tile_1589 = { + 0x094600, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4106, 68, -6762, 0x1930}, + {4118, 68, -6695, 0x194c}, + {4265, 26, -6732, 0x1928} + } +}; + +StandTile tile_1590 = { + 0x094700, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4140, 0, -7084, 0x1810}, + {4216, 0, -7080, 0x19c8}, + {4197, 0, -7177, 0x19cc} + } +}; + +StandTile tile_1591 = { + 0x094800, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3368, 68, -7214, 0x1914}, + {3492, 68, -7192, 0x1870}, + {3522, 68, -7286, 0x1918} + } +}; + +StandTile tile_1592 = { + 0x094900, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {3522, 68, -7286, 0x1934}, + {3733, 101, -7429, 0x19d0}, + {3639, 192, -7682, 0x18ac} + } +}; + +StandTile tile_1593 = { + 0x094a00, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3489, 68, -6992, 0x1868}, + {3492, 68, -7192, 0x190c}, + {3368, 68, -7214, 0x18ec} + } +}; + +StandTile tile_1594 = { + 0x094b00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3368, 68, -7214, 0x190c}, + {3522, 68, -7286, 0x18ac}, + {3383, 68, -7483, 0x0000} + } +}; + +StandTile tile_1595 = { + 0x094d00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, 53, -6868, 0x18b4}, + {3820, 68, -6838, 0x1844}, + {3824, 68, -6744, 0x18c0} + } +}; + +StandTile tile_1596 = { + 0x094f00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4110, 68, -6849, 0x192c}, + {3944, 53, -6868, 0x18c0}, + {3941, 68, -6762, 0x18c8} + } +}; + +StandTile tile_1597 = { + 0x095000, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3941, 68, -6762, 0x18d8}, + {3944, 68, -6668, 0x1930}, + {4106, 68, -6762, 0x18c8} + } +}; + +StandTile tile_1598 = { + 0x095100, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {4265, 26, -6732, 0x0000}, + {4265, 38, -6857, 0x19bc}, + {4106, 68, -6762, 0x1904} + } +}; + +StandTile tile_1599 = { + 0x095300, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4110, 68, -6849, 0x19b4}, + {4110, 53, -6992, 0x18bc}, + {3944, 53, -6868, 0x1920} + } +}; + +StandTile tile_1600 = { + 0x095400, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4118, 68, -6695, 0x1904}, + {4106, 68, -6762, 0x1924}, + {3944, 68, -6668, 0x1954} + } +}; + +StandTile tile_1601 = { + 0x095500, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3522, 68, -7286, 0x187c}, + {3741, 68, -7278, 0x18a8}, + {3733, 101, -7429, 0x1910} + } +}; + +StandTile tile_1602 = { + 0x095600, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4596, 64, -6721, 0x1970}, + {4506, 34, -6732, 0x193c}, + {4517, 64, -6649, 0x0000} + } +}; + +StandTile tile_1603 = { + 0x095700, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4517, 64, -6649, 0x1938}, + {4506, 34, -6732, 0x1940}, + {4404, 57, -6661, 0x1960} + } +}; + +StandTile tile_1604 = { + 0x095800, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4404, 57, -6661, 0x193c}, + {4506, 34, -6732, 0x0000}, + {4351, 64, -6732, 0x1944} + } +}; + +StandTile tile_1605 = { + 0x095900, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4280, 0, -6683, 0x196c}, + {4404, 57, -6661, 0x1940}, + {4351, 64, -6732, 0x1948} + } +}; + +StandTile tile_1606 = { + 0x095a00, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4280, 0, -6683, 0x1944}, + {4351, 64, -6732, 0x0000}, + {4265, 26, -6732, 0x194c} + } +}; + +StandTile tile_1607 = { + 0x095b00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4280, 0, -6683, 0x1948}, + {4265, 26, -6732, 0x1904}, + {4118, 68, -6695, 0x18b8} + } +}; + +StandTile tile_1608 = { + 0x095c00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3756, 68, -6585, 0x1964}, + {3760, 68, -6657, 0x18e0}, + {3614, 68, -6617, 0x0000} + } +}; + +StandTile tile_1609 = { + 0x095d00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4118, 68, -6695, 0x1930}, + {3944, 68, -6668, 0x1958}, + {3937, 68, -6568, 0x195c} + } +}; + +StandTile tile_1610 = { + 0x095e00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3937, 68, -6568, 0x1954}, + {3944, 68, -6668, 0x1964}, + {3756, 68, -6585, 0x0000} + } +}; + +StandTile tile_1611 = { + 0x095f00, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {4118, 83, -6564, 0x18b8}, + {4118, 68, -6695, 0x1954}, + {3937, 68, -6568, 0x0000} + } +}; + +StandTile tile_1612 = { + 0x096000, 0x09, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {4517, 64, -6649, 0x193c}, + {4404, 57, -6661, 0x196c}, + {4287, 83, -6570, 0x0000} + } +}; + +StandTile tile_1613 = { + 0x096100, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3944, 68, -6668, 0x18e8}, + {3760, 68, -6657, 0x1950}, + {3756, 68, -6585, 0x1958} + } +}; + +StandTile tile_1614 = { + 0x096200, 0x09, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {4287, 83, -6570, 0x196c}, + {4280, 0, -6683, 0x18b8}, + {4118, 83, -6564, 0x0000} + } +}; + +StandTile tile_1615 = { + 0x096300, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {4404, 57, -6661, 0x1944}, + {4280, 0, -6683, 0x1968}, + {4287, 83, -6570, 0x1960} + } +}; + +StandTile tile_1616 = { + 0x096400, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4596, 64, -6721, 0x1974}, + {4506, 41, -6800, 0x0000}, + {4506, 34, -6732, 0x1938} + } +}; + +StandTile tile_1617 = { + 0x096500, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4596, 64, -6721, 0x0000}, + {4603, 83, -6874, 0x1978}, + {4506, 41, -6800, 0x1970} + } +}; + +StandTile tile_1618 = { + 0x096600, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4603, 83, -6874, 0x197c}, + {4506, 0, -6970, 0x0000}, + {4506, 41, -6800, 0x1974} + } +}; + +StandTile tile_1619 = { + 0x096700, 0x09, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {4603, 83, -6874, 0x0000}, + {4610, 83, -7059, 0x1980}, + {4506, 0, -6970, 0x1978} + } +}; + +StandTile tile_1620 = { + 0x096800, 0x09, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {4506, 0, -6970, 0x197c}, + {4610, 83, -7059, 0x1984}, + {4506, 0, -7181, 0x0000} + } +}; + +StandTile tile_1621 = { + 0x096900, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4596, 98, -7191, 0x1988}, + {4506, 0, -7181, 0x1980}, + {4610, 83, -7059, 0x0000} + } +}; + +StandTile tile_1622 = { + 0x096a00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4459, 57, -7283, 0x198c}, + {4506, 0, -7181, 0x1984}, + {4596, 98, -7191, 0x0000} + } +}; + +StandTile tile_1623 = { + 0x096b00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4506, 0, -7181, 0x1988}, + {4459, 57, -7283, 0x1990}, + {4366, 49, -7181, 0x0000} + } +}; + +StandTile tile_1624 = { + 0x096c00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4321, 68, -7361, 0x1994}, + {4366, 49, -7181, 0x198c}, + {4459, 57, -7283, 0x0000} + } +}; + +StandTile tile_1625 = { + 0x096d00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4321, 68, -7361, 0x1998}, + {4265, 0, -7181, 0x0000}, + {4366, 49, -7181, 0x1990} + } +}; + +StandTile tile_1626 = { + 0x096e00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4265, 0, -7181, 0x1994}, + {4321, 68, -7361, 0x18fc}, + {4197, 0, -7177, 0x19c0} + } +}; + +StandTile tile_1627 = { + 0x096f00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4242, 0, -7041, 0x1a2c}, + {4242, 0, -7101, 0x18f0}, + {4218, 0, -7049, 0x19ac} + } +}; + +StandTile tile_1628 = { + 0x097000, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {4218, 0, -7049, 0x1814}, + {4121, 0, -7047, 0x19e4}, + {4110, 53, -6992, 0x19b0} + } +}; + +StandTile tile_1629 = { + 0x097100, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4265, 0, -6954, 0x0000}, + {4265, 0, -7041, 0x1a24}, + {4242, 0, -7041, 0x19a8} + } +}; + +StandTile tile_1630 = { + 0x097200, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {4265, 0, -6954, 0x19a4}, + {4242, 0, -7041, 0x19ac}, + {4219, 0, -7007, 0x19b8} + } +}; + +StandTile tile_1631 = { + 0x097300, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {4242, 0, -7041, 0x199c}, + {4218, 0, -7049, 0x19b0}, + {4219, 0, -7007, 0x19a8} + } +}; + +StandTile tile_1632 = { + 0x097400, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4110, 53, -6992, 0x19b4}, + {4219, 0, -7007, 0x19ac}, + {4218, 0, -7049, 0x19a0} + } +}; + +StandTile tile_1633 = { + 0x097500, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4110, 53, -6992, 0x192c}, + {4110, 68, -6849, 0x19b8}, + {4219, 0, -7007, 0x19b0} + } +}; + +StandTile tile_1634 = { + 0x097600, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {4219, 0, -7007, 0x19b4}, + {4110, 68, -6849, 0x1900}, + {4265, 0, -6954, 0x19a8} + } +}; + +StandTile tile_1635 = { + 0x097700, 0x09, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {4110, 68, -6849, 0x18c8}, + {4106, 68, -6762, 0x1928}, + {4265, 38, -6857, 0x1900} + } +}; + +StandTile tile_1636 = { + 0x097800, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4265, 0, -7181, 0x1998}, + {4197, 0, -7177, 0x19c8}, + {4242, 0, -7101, 0x19c4} + } +}; + +StandTile tile_1637 = { + 0x097900, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4265, 0, -7101, 0x0000}, + {4265, 0, -7181, 0x19c0}, + {4242, 0, -7101, 0x1a20} + } +}; + +StandTile tile_1638 = { + 0x097a00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4216, 0, -7080, 0x18f0}, + {4242, 0, -7101, 0x19c0}, + {4197, 0, -7177, 0x1908} + } +}; + +StandTile tile_1639 = { + 0x097b00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4099, 68, -7233, 0x19e0}, + {4140, 0, -7084, 0x1908}, + {4197, 0, -7177, 0x18fc} + } +}; + +StandTile tile_1640 = { + 0x08f100, 0x09, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {3733, 101, -7429, 0x19d4}, + {3779, 97, -7576, 0x061d}, + {3639, 192, -7682, 0x1910} + } +}; + +StandTile tile_1641 = { + 0x08ff00, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {3733, 101, -7429, 0x18a4}, + {3873, 79, -7278, 0x19d8}, + {3779, 97, -7576, 0x19d0} + } +}; + +StandTile tile_1642 = { + 0x090200, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3873, 79, -7278, 0x19f8}, + {3858, 87, -7448, 0x19ec}, + {3779, 97, -7576, 0x19d4} + } +}; + +StandTile tile_1643 = { + 0x08cc00, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {4121, 0, -7047, 0x180c}, + {4021, 0, -7074, 0x1a00}, + {4008, 49, -7026, 0x19e4} + } +}; + +StandTile tile_1644 = { + 0x08ce00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4023, 0, -7128, 0x1808}, + {4140, 0, -7084, 0x19cc}, + {4099, 68, -7233, 0x1a04} + } +}; + +StandTile tile_1645 = { + 0x08d100, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {4121, 0, -7047, 0x19dc}, + {4008, 49, -7026, 0x18bc}, + {4110, 53, -6992, 0x19a0} + } +}; + +StandTile tile_1646 = { + 0x08d400, 0x09, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3899, 53, -7045, 0x18cc}, + {4008, 49, -7026, 0x1a00}, + {3928, 0, -7101, 0x1828} + } +}; + +StandTile tile_1647 = { + 0x08db00, 0x09, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3944, 0, -7422, 0x0605}, + {3779, 97, -7576, 0x19d8}, + {3858, 87, -7448, 0x19f0} + } +}; + +StandTile tile_1648 = { + 0x08e200, 0x09, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {3944, 0, -7422, 0x19ec}, + {3858, 87, -7448, 0x19f8}, + {3941, 0, -7252, 0x17f0} + } +}; + +StandTile tile_1649 = { + 0x08e400, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4080, 68, -7422, 0x0685}, + {4005, 0, -7425, 0x17f4}, + {3997, 0, -7245, 0x19fc} + } +}; + +StandTile tile_1650 = { + 0x08e500, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {3941, 0, -7252, 0x19f0}, + {3858, 87, -7448, 0x19d8}, + {3873, 79, -7278, 0x18a0} + } +}; + +StandTile tile_1651 = { + 0x08eb00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4099, 68, -7233, 0x18b0}, + {4080, 68, -7422, 0x19f4}, + {3997, 0, -7245, 0x1a04} + } +}; + +StandTile tile_1652 = { + 0x08ec00, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {4008, 49, -7026, 0x19dc}, + {4021, 0, -7074, 0x1804}, + {3928, 0, -7101, 0x19e8} + } +}; + +StandTile tile_1653 = { + 0x08ee00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3997, 0, -7245, 0x17f8}, + {4023, 0, -7128, 0x19e0}, + {4099, 68, -7233, 0x19fc} + } +}; + +StandTile tile_1654 = { + 0x31cf00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3767, 0, -7083, 0x1830}, + {3790, 0, -7083, 0x1a10}, + {3767, 19, -7094, 0x0000} + } +}; + +StandTile tile_1655 = { + 0x31ce00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3790, 0, -7143, 0x1878}, + {3767, 0, -7143, 0x0000}, + {3767, 19, -7132, 0x1a14} + } +}; + +StandTile tile_1656 = { + 0x27e902, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3790, 0, -7083, 0x1a14}, + {3767, 19, -7132, 0x1a1c}, + {3767, 19, -7094, 0x1a08} + } +}; + +StandTile tile_1657 = { + 0x27e901, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3790, 0, -7083, 0x1820}, + {3790, 0, -7143, 0x1a0c}, + {3767, 19, -7132, 0x1a10} + } +}; + +StandTile tile_1658 = { + 0x282002, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3764, 19, -7094, 0x1a1c}, + {3767, 19, -7132, 0x0000}, + {3764, 19, -7132, 0x04cd} + } +}; + +StandTile tile_1659 = { + 0x282001, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3764, 19, -7094, 0x0000}, + {3767, 19, -7094, 0x1a10}, + {3767, 19, -7132, 0x1a18} + } +}; + +StandTile tile_1660 = { + 0x31cd00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4265, 0, -7101, 0x19c4}, + {4242, 0, -7101, 0x1a28}, + {4265, 19, -7090, 0x0000} + } +}; + +StandTile tile_1661 = { + 0x31cc00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4242, 0, -7041, 0x19a4}, + {4265, 0, -7041, 0x0000}, + {4265, 19, -7052, 0x1a2c} + } +}; + +StandTile tile_1662 = { + 0x27e802, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4242, 0, -7101, 0x1a2c}, + {4265, 19, -7052, 0x1a34}, + {4265, 19, -7090, 0x1a20} + } +}; + +StandTile tile_1663 = { + 0x27e801, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4242, 0, -7101, 0x199c}, + {4242, 0, -7041, 0x1a24}, + {4265, 19, -7052, 0x1a28} + } +}; + +StandTile tile_1664 = { + 0x282402, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4268, 19, -7090, 0x1a34}, + {4265, 19, -7052, 0x0000}, + {4268, 19, -7052, 0x04b5} + } +}; + +StandTile tile_1665 = { + 0x282401, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {4268, 19, -7090, 0x0000}, + {4265, 19, -7090, 0x1a28}, + {4265, 19, -7052, 0x1a30} + } +}; + +StandTile tile_1666 = { + 0x28a000, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2012, 147, -4427, 0x1cbc}, + {-2208, 147, -4472, 0x1b54}, + {-2159, 147, -4351, 0x1a3c} + } +}; + +StandTile tile_1667 = { + 0x289e02, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2046, 147, -4351, 0x1a40}, + {-2012, 147, -4427, 0x1a38}, + {-2159, 147, -4351, 0x0000} + } +}; + +StandTile tile_1668 = { + 0x289e01, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-2046, 147, -4351, 0x1a48}, + {-1963, 147, -4415, 0x1cb8}, + {-2012, 147, -4427, 0x1a3c} + } +}; + +StandTile tile_1669 = { + 0x289f02, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1957, 147, -4285, 0x1a48}, + {-2046, 147, -4351, 0x0000}, + {-2046, 147, -4238, 0x1a4c} + } +}; + +StandTile tile_1670 = { + 0x289f01, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1957, 147, -4285, 0x1ce0}, + {-1963, 147, -4415, 0x1a40}, + {-2046, 147, -4351, 0x1a44} + } +}; + +StandTile tile_1671 = { + 0x289d00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1951, 147, -4155, 0x1cdc}, + {-1957, 147, -4285, 0x1a44}, + {-2046, 147, -4238, 0x1b68} + } +}; + +StandTile tile_1672 = { + 0x05f000, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4479, 38, -3126, 0x1a54}, + {-4272, 101, -4016, 0x1b78}, + {-4711, 23, -3766, 0x0000} + } +}; + +StandTile tile_1673 = { + 0x061600, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3835, 38, -3462, 0x1a58}, + {-4272, 101, -4016, 0x1a50}, + {-4479, 38, -3126, 0x1a5c} + } +}; + +StandTile tile_1674 = { + 0x061700, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3835, 38, -3462, 0x1a60}, + {-3801, 101, -3926, 0x1c08}, + {-4272, 101, -4016, 0x1a54} + } +}; + +StandTile tile_1675 = { + 0x061800, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4238, 68, -2509, 0x1a70}, + {-3835, 38, -3462, 0x1a54}, + {-4479, 38, -3126, 0x0000} + } +}; + +StandTile tile_1676 = { + 0x061900, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3605, 62, -3662, 0x1adc}, + {-3801, 101, -3926, 0x1a58}, + {-3835, 38, -3462, 0x1a64} + } +}; + +StandTile tile_1677 = { + 0x061a00, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3835, 38, -3462, 0x1a68}, + {-3443, 75, -3549, 0x1abc}, + {-3605, 62, -3662, 0x1a60} + } +}; + +StandTile tile_1678 = { + 0x063800, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3835, 38, -3462, 0x1a70}, + {-3666, 38, -2980, 0x1a6c}, + {-3443, 75, -3549, 0x1a64} + } +}; + +StandTile tile_1679 = { + 0x063900, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3256, 50, -3467, 0x1ab0}, + {-3443, 75, -3549, 0x1a68}, + {-3666, 38, -2980, 0x1a88} + } +}; + +StandTile tile_1680 = { + 0x063b00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4238, 68, -2509, 0x1a74}, + {-3666, 38, -2980, 0x1a68}, + {-3835, 38, -3462, 0x1a5c} + } +}; + +StandTile tile_1681 = { + 0x063c00, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3666, 38, -2980, 0x1a70}, + {-4238, 68, -2509, 0x0000}, + {-3591, 68, -2351, 0x1a78} + } +}; + +StandTile tile_1682 = { + 0x063d00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3591, 68, -2351, 0x1a7c}, + {-3067, 68, -2833, 0x1a84}, + {-3666, 38, -2980, 0x1a74} + } +}; + +StandTile tile_1683 = { + 0x063e00, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3095, 237, -2238, 0x1a80}, + {-3067, 68, -2833, 0x1a78}, + {-3591, 68, -2351, 0x0000} + } +}; + +StandTile tile_1684 = { + 0x063f00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3095, 237, -2238, 0x0000}, + {-2317, 237, -2096, 0x1a94}, + {-3067, 68, -2833, 0x1a7c} + } +}; + +StandTile tile_1685 = { + 0x064e00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3067, 68, -2833, 0x1a90}, + {-3142, 38, -3409, 0x1a88}, + {-3666, 38, -2980, 0x1a78} + } +}; + +StandTile tile_1686 = { + 0x064f00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3142, 38, -3409, 0x1b18}, + {-3256, 50, -3467, 0x1a6c}, + {-3666, 38, -2980, 0x1a84} + } +}; + +StandTile tile_1687 = { + 0x067900, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2697, 26, -3572, 0x1b20}, + {-3142, 38, -3409, 0x1a90}, + {-2577, 211, -3323, 0x1cc4} + } +}; + +StandTile tile_1688 = { + 0x067a00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3067, 68, -2833, 0x1a94}, + {-2577, 211, -3323, 0x1a8c}, + {-3142, 38, -3409, 0x1a84} + } +}; + +StandTile tile_1689 = { + 0x067b00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2577, 211, -3323, 0x1a90}, + {-3067, 68, -2833, 0x1a80}, + {-2317, 237, -2096, 0x1a98} + } +}; + +StandTile tile_1690 = { + 0x067f00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2317, 237, -2096, 0x1a9c}, + {-2016, 320, -3643, 0x1cd0}, + {-2577, 211, -3323, 0x1a94} + } +}; + +StandTile tile_1691 = { + 0x068000, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2317, 237, -2096, 0x1aa0}, + {-1462, 343, -2965, 0x1aa4}, + {-2016, 320, -3643, 0x1a98} + } +}; + +StandTile tile_1692 = { + 0x068100, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2317, 237, -2096, 0x0000}, + {-1755, 237, -1963, 0x0ffd}, + {-1462, 343, -2965, 0x1a9c} + } +}; + +StandTile tile_1693 = { + 0x068500, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1462, 343, -2965, 0x105d}, + {-1473, 320, -3797, 0x1cd8}, + {-2016, 320, -3643, 0x1a9c} + } +}; + +StandTile tile_1694 = { + 0x250900, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3175, 0, -3591, 0x1d54}, + {-3196, 0, -3585, 0x1ab4}, + {-3256, 50, -3467, 0x1ab8} + } +}; + +StandTile tile_1695 = { + 0x063300, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-3481, 0, -3662, 0x1b10}, + {-3620, 23, -3790, 0x1adc}, + {-3605, 62, -3662, 0x1abc} + } +}; + +StandTile tile_1696 = { + 0x063a00, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-3256, 50, -3467, 0x1ab4}, + {-3360, 0, -3583, 0x1ac0}, + {-3443, 75, -3549, 0x1a6c} + } +}; + +StandTile tile_1697 = { + 0x063600, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3196, 0, -3585, 0x1acc}, + {-3360, 0, -3583, 0x1ab0}, + {-3256, 50, -3467, 0x1aa8} + } +}; + +StandTile tile_1698 = { + 0x250a00, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-3153, 0, -3515, 0x0000}, + {-3175, 0, -3591, 0x1aa8}, + {-3256, 50, -3467, 0x1b14} + } +}; + +StandTile tile_1699 = { + 0x063400, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-3481, 0, -3662, 0x1aac}, + {-3605, 62, -3662, 0x1a64}, + {-3443, 75, -3549, 0x1ac0} + } +}; + +StandTile tile_1700 = { + 0x063700, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-3443, 75, -3549, 0x1ab0}, + {-3360, 0, -3583, 0x1ad4}, + {-3481, 0, -3662, 0x1abc} + } +}; + +StandTile tile_1701 = { + 0x064000, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3191, 0, -3649, 0x1ae0}, + {-3421, 38, -3801, 0x1ac8}, + {-3213, 0, -3643, 0x1d50} + } +}; + +StandTile tile_1702 = { + 0x064b00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3376, 0, -3662, 0x1ad0}, + {-3213, 0, -3643, 0x1ac4}, + {-3421, 38, -3801, 0x1afc} + } +}; + +StandTile tile_1703 = { + 0x06a600, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3196, 0, -3585, 0x1d58}, + {-3213, 0, -3643, 0x1ad0}, + {-3360, 0, -3583, 0x1ab4} + } +}; + +StandTile tile_1704 = { + 0x06a700, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3213, 0, -3643, 0x1ac8}, + {-3376, 0, -3662, 0x1ad4}, + {-3360, 0, -3583, 0x1acc} + } +}; + +StandTile tile_1705 = { + 0x06a800, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3360, 0, -3583, 0x1ad0}, + {-3376, 0, -3662, 0x1b0c}, + {-3481, 0, -3662, 0x1ac0} + } +}; + +StandTile tile_1706 = { + 0x063100, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3620, 23, -3790, 0x1b04}, + {-3692, 23, -3914, 0x1c60}, + {-3801, 101, -3926, 0x1adc} + } +}; + +StandTile tile_1707 = { + 0x063200, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-3605, 62, -3662, 0x1aac}, + {-3620, 23, -3790, 0x1ad8}, + {-3801, 101, -3926, 0x1a60} + } +}; + +StandTile tile_1708 = { + 0x064100, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3191, 0, -3649, 0x0000}, + {-3276, 0, -3946, 0x1ae4}, + {-3421, 38, -3801, 0x1ac4} + } +}; + +StandTile tile_1709 = { + 0x064200, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3276, 0, -3946, 0x1af0}, + {-3364, 57, -3933, 0x1ae8}, + {-3421, 38, -3801, 0x1ae0} + } +}; + +StandTile tile_1710 = { + 0x064300, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3364, 57, -3933, 0x1af8}, + {-3443, 57, -3895, 0x1aec}, + {-3421, 38, -3801, 0x1ae4} + } +}; + +StandTile tile_1711 = { + 0x064400, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3545, 23, -3888, 0x1afc}, + {-3421, 38, -3801, 0x1ae8}, + {-3443, 57, -3895, 0x1b00} + } +}; + +StandTile tile_1712 = { + 0x064500, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-3276, 0, -3946, 0x1c64}, + {-3342, 0, -4035, 0x1af4}, + {-3364, 57, -3933, 0x1ae4} + } +}; + +StandTile tile_1713 = { + 0x064600, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3342, 0, -4035, 0x1c6c}, + {-3443, 57, -3956, 0x1af8}, + {-3364, 57, -3933, 0x1af0} + } +}; + +StandTile tile_1714 = { + 0x064900, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3443, 57, -3895, 0x1ae8}, + {-3364, 57, -3933, 0x1af4}, + {-3443, 57, -3956, 0x1b00} + } +}; + +StandTile tile_1715 = { + 0x064a00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3376, 0, -3662, 0x1ac8}, + {-3421, 38, -3801, 0x1aec}, + {-3545, 23, -3888, 0x1b0c} + } +}; + +StandTile tile_1716 = { + 0x064c00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3443, 57, -3895, 0x1af8}, + {-3443, 57, -3956, 0x1c68}, + {-3545, 23, -3888, 0x1aec} + } +}; + +StandTile tile_1717 = { + 0x06a400, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3620, 23, -3790, 0x1b08}, + {-3605, 23, -3997, 0x1cfc}, + {-3692, 23, -3914, 0x1ad8} + } +}; + +StandTile tile_1718 = { + 0x06a500, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3605, 23, -3997, 0x1b04}, + {-3620, 23, -3790, 0x1b10}, + {-3545, 23, -3888, 0x1d00} + } +}; + +StandTile tile_1719 = { + 0x06a900, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3545, 23, -3888, 0x1b10}, + {-3481, 0, -3662, 0x1ad4}, + {-3376, 0, -3662, 0x1afc} + } +}; + +StandTile tile_1720 = { + 0x06aa00, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3545, 23, -3888, 0x1b08}, + {-3620, 23, -3790, 0x1aac}, + {-3481, 0, -3662, 0x1b0c} + } +}; + +StandTile tile_1721 = { + 0x063500, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-2921, 0, -3581, 0x0000}, + {-3153, 0, -3515, 0x1ab8}, + {-3256, 50, -3467, 0x1b18} + } +}; + +StandTile tile_1722 = { + 0x066200, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3256, 50, -3467, 0x1a88}, + {-3142, 38, -3409, 0x1b20}, + {-2921, 0, -3581, 0x1b14} + } +}; + +StandTile tile_1723 = { + 0x066d00, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2697, 26, -3572, 0x1c98}, + {-3045, 0, -4012, 0x0000}, + {-2921, 0, -3581, 0x1b20} + } +}; + +StandTile tile_1724 = { + 0x066e00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2921, 0, -3581, 0x1b18}, + {-3142, 38, -3409, 0x1a8c}, + {-2697, 26, -3572, 0x1b1c} + } +}; + +StandTile tile_1725 = { + 0x05ee00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4653, 195, -4702, 0x1b7c}, + {-4506, 205, -4965, 0x1b80}, + {-4920, 147, -5108, 0x1d44} + } +}; + +StandTile tile_1726 = { + 0x104300, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4309, 147, -4976, 0x1b38}, + {-4438, 147, -4960, 0x1c48}, + {-4221, 147, -4781, 0x1b34} + } +}; + +StandTile tile_1727 = { + 0x27d600, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4221, 147, -4781, 0x1b30}, + {-4241, 147, -4952, 0x1d6c}, + {-4270, 147, -4960, 0x1b34} + } +}; + +StandTile tile_1728 = { + 0x27d700, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4221, 147, -4781, 0x1b44}, + {-4200, 147, -4946, 0x0000}, + {-4241, 147, -4952, 0x1b2c} + } +}; + +StandTile tile_1729 = { + 0x27d800, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4309, 147, -4976, 0x1b28}, + {-4221, 147, -4781, 0x1b2c}, + {-4270, 147, -4960, 0x0000} + } +}; + +StandTile tile_1730 = { + 0x104500, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4438, 147, -4960, 0x1b28}, + {-4309, 147, -4976, 0x0000}, + {-4280, 147, -5085, 0x1b40} + } +}; + +StandTile tile_1731 = { + 0x104600, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4320, 147, -5182, 0x1b40}, + {-4280, 147, -5085, 0x1b4c}, + {-4066, 147, -5125, 0x1c34} + } +}; + +StandTile tile_1732 = { + 0x104700, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4320, 147, -5182, 0x1c3c}, + {-4438, 147, -4960, 0x1b38}, + {-4280, 147, -5085, 0x1b3c} + } +}; + +StandTile tile_1733 = { + 0x104800, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4106, 147, -4960, 0x1b50}, + {-4200, 147, -4946, 0x1b30}, + {-4221, 147, -4781, 0x1ce8} + } +}; + +StandTile tile_1734 = { + 0x104900, 0x08, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-4066, 147, -5125, 0x1b4c}, + {-4170, 147, -5056, 0x1b50}, + {-4106, 147, -4960, 0x1c30} + } +}; + +StandTile tile_1735 = { + 0x104c00, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-4066, 147, -5125, 0x1b3c}, + {-4280, 147, -5085, 0x0000}, + {-4170, 147, -5056, 0x1b48} + } +}; + +StandTile tile_1736 = { + 0x104d00, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-4200, 147, -4946, 0x1b44}, + {-4106, 147, -4960, 0x1b48}, + {-4170, 147, -5056, 0x0000} + } +}; + +StandTile tile_1737 = { + 0x102d00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2159, 147, -4351, 0x1a38}, + {-2208, 147, -4472, 0x1d08}, + {-2324, 147, -4216, 0x1b60} + } +}; + +StandTile tile_1738 = { + 0x27d300, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2324, 147, -4216, 0x1b64}, + {-2159, 147, -4238, 0x0000}, + {-2164, 147, -4280, 0x1b5c} + } +}; + +StandTile tile_1739 = { + 0x27d400, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2164, 147, -4310, 0x1b60}, + {-2324, 147, -4216, 0x1b58}, + {-2164, 147, -4280, 0x1d64} + } +}; + +StandTile tile_1740 = { + 0x27d500, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2159, 147, -4351, 0x1b54}, + {-2324, 147, -4216, 0x1b5c}, + {-2164, 147, -4310, 0x0000} + } +}; + +StandTile tile_1741 = { + 0x103200, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2121, 147, -4152, 0x1b6c}, + {-2159, 147, -4238, 0x1b58}, + {-2324, 147, -4216, 0x1ccc} + } +}; + +StandTile tile_1742 = { + 0x103300, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1951, 147, -4155, 0x1a4c}, + {-2046, 147, -4238, 0x1b6c}, + {-2121, 147, -4152, 0x1cd4} + } +}; + +StandTile tile_1743 = { + 0x103700, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2159, 147, -4238, 0x1b64}, + {-2121, 147, -4152, 0x1b68}, + {-2046, 147, -4238, 0x0000} + } +}; + +StandTile tile_1744 = { + 0x05e200, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4232, 147, -5755, 0x1b9c}, + {-4159, 147, -6106, 0x1f00}, + {-4592, 147, -6295, 0x1b74} + } +}; + +StandTile tile_1745 = { + 0x05e500, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4837, 147, -5700, 0x1b84}, + {-4232, 147, -5755, 0x1b70}, + {-4592, 147, -6295, 0x2282} + } +}; + +StandTile tile_1746 = { + 0x05ec00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4711, 23, -3766, 0x1a50}, + {-4272, 101, -4016, 0x1b94}, + {-4487, 132, -4317, 0x1d3c} + } +}; + +StandTile tile_1747 = { + 0x05ed00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4302, 209, -4739, 0x1c44}, + {-4506, 205, -4965, 0x1b24}, + {-4653, 195, -4702, 0x1b8c} + } +}; + +StandTile tile_1748 = { + 0x05ef00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4920, 147, -5108, 0x1b24}, + {-4506, 205, -4965, 0x1c40}, + {-4366, 205, -5252, 0x1b88} + } +}; + +StandTile tile_1749 = { + 0x05f100, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4232, 147, -5755, 0x1b74}, + {-4837, 147, -5700, 0x1b88}, + {-4366, 205, -5252, 0x1ba4} + } +}; + +StandTile tile_1750 = { + 0x05f200, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4920, 147, -5108, 0x1b80}, + {-4366, 205, -5252, 0x1b84}, + {-4837, 147, -5700, 0x228a} + } +}; + +StandTile tile_1751 = { + 0x05f300, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4487, 132, -4317, 0x1b90}, + {-4302, 209, -4739, 0x1b7c}, + {-4653, 195, -4702, 0x1d40} + } +}; + +StandTile tile_1752 = { + 0x05f400, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4487, 132, -4317, 0x1b94}, + {-4152, 132, -4536, 0x1c50}, + {-4302, 209, -4739, 0x1b8c} + } +}; + +StandTile tile_1753 = { + 0x05f500, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4487, 132, -4317, 0x1b78}, + {-4272, 101, -4016, 0x1c04}, + {-4152, 132, -4536, 0x1b90} + } +}; + +StandTile tile_1754 = { + 0x05f600, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3893, 140, -5600, 0x1ba8}, + {-3653, 128, -5750, 0x1e44}, + {-4159, 147, -6106, 0x1b9c} + } +}; + +StandTile tile_1755 = { + 0x05f700, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4159, 147, -6106, 0x1b70}, + {-4232, 147, -5755, 0x1ba0}, + {-3893, 140, -5600, 0x1b98} + } +}; + +StandTile tile_1756 = { + 0x05f800, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3893, 140, -5600, 0x1b9c}, + {-4232, 147, -5755, 0x1ba4}, + {-4016, 191, -5350, 0x1bb0} + } +}; + +StandTile tile_1757 = { + 0x05f900, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4366, 205, -5252, 0x1c38}, + {-4016, 191, -5350, 0x1ba0}, + {-4232, 147, -5755, 0x1b84} + } +}; + +StandTile tile_1758 = { + 0x05fa00, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3471, 128, -5511, 0x1d90}, + {-3653, 128, -5750, 0x1b98}, + {-3893, 140, -5600, 0x1bb4} + } +}; + +StandTile tile_1759 = { + 0x05fb00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3560, 98, -5333, 0x1bb4}, + {-3893, 140, -5600, 0x1bb0}, + {-3986, 147, -5150, 0x1bb8} + } +}; + +StandTile tile_1760 = { + 0x05fc00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3893, 140, -5600, 0x1ba0}, + {-4016, 191, -5350, 0x1bbc}, + {-3986, 147, -5150, 0x1bac} + } +}; + +StandTile tile_1761 = { + 0x05fd00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3560, 98, -5333, 0x1bc4}, + {-3471, 128, -5511, 0x1ba8}, + {-3893, 140, -5600, 0x1bac} + } +}; + +StandTile tile_1762 = { + 0x05fe00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3560, 98, -5333, 0x1bac}, + {-3986, 147, -5150, 0x1bc0}, + {-3614, 102, -4941, 0x1bd0} + } +}; + +StandTile tile_1763 = { + 0x05ff00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4016, 191, -5350, 0x1c34}, + {-4066, 147, -5125, 0x1c30}, + {-3986, 147, -5150, 0x1bb0} + } +}; + +StandTile tile_1764 = { + 0x060000, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3986, 147, -5150, 0x1c2c}, + {-4012, 147, -4977, 0x1bd8}, + {-3614, 102, -4941, 0x1bb8} + } +}; + +StandTile tile_1765 = { + 0x060100, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3471, 128, -5511, 0x1bb4}, + {-3560, 98, -5333, 0x1bc8}, + {-3252, 128, -5274, 0x1be8} + } +}; + +StandTile tile_1766 = { + 0x060200, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3234, 128, -5060, 0x1bec}, + {-3252, 128, -5274, 0x1bc4}, + {-3560, 98, -5333, 0x1bd0} + } +}; + +StandTile tile_1767 = { + 0x060300, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3473, 88, -4438, 0x1bdc}, + {-3614, 102, -4941, 0x1bd8}, + {-3907, 102, -4694, 0x1be0} + } +}; + +StandTile tile_1768 = { + 0x060400, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3614, 102, -4941, 0x1bd4}, + {-3234, 128, -5060, 0x1bc8}, + {-3560, 98, -5333, 0x1bb8} + } +}; + +StandTile tile_1769 = { + 0x060500, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3234, 128, -5060, 0x1bd0}, + {-3614, 102, -4941, 0x1bdc}, + {-3329, 88, -4656, 0x1bf0} + } +}; + +StandTile tile_1770 = { + 0x060600, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3907, 102, -4694, 0x1bcc}, + {-3614, 102, -4941, 0x1bc0}, + {-4012, 147, -4977, 0x1c24} + } +}; + +StandTile tile_1771 = { + 0x060700, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3473, 88, -4438, 0x1bf4}, + {-3329, 88, -4656, 0x1bd4}, + {-3614, 102, -4941, 0x1bcc} + } +}; + +StandTile tile_1772 = { + 0x060800, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3647, 102, -4242, 0x1be4}, + {-3473, 88, -4438, 0x1bcc}, + {-3907, 102, -4694, 0x1c1c} + } +}; + +StandTile tile_1773 = { + 0x060900, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3560, 23, -4234, 0x1c0c}, + {-3473, 88, -4438, 0x1be0}, + {-3647, 102, -4242, 0x1c10} + } +}; + +StandTile tile_1774 = { + 0x060b00, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3252, 128, -5274, 0x1c00}, + {-3164, 41, -5378, 0x1d8c}, + {-3471, 128, -5511, 0x1bc4} + } +}; + +StandTile tile_1775 = { + 0x060c00, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3252, 128, -5274, 0x1bc8}, + {-3234, 128, -5060, 0x1bfc}, + {-3127, 41, -5026, 0x1c00} + } +}; + +StandTile tile_1776 = { + 0x060d00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3234, 128, -5060, 0x1bd4}, + {-3329, 88, -4656, 0x1bf8}, + {-3240, 0, -4596, 0x1bfc} + } +}; + +StandTile tile_1777 = { + 0x060e00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3329, 88, -4656, 0x1bdc}, + {-3473, 88, -4438, 0x1c0c}, + {-3458, 0, -4265, 0x1bf8} + } +}; + +StandTile tile_1778 = { + 0x060f00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3240, 0, -4596, 0x1bf0}, + {-3329, 88, -4656, 0x1bf4}, + {-3458, 0, -4265, 0x1d30} + } +}; + +StandTile tile_1779 = { + 0x061000, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3127, 41, -5026, 0x1bec}, + {-3234, 128, -5060, 0x1bf0}, + {-3240, 0, -4596, 0x1d28} + } +}; + +StandTile tile_1780 = { + 0x061100, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3127, 41, -5026, 0x1d34}, + {-3164, 41, -5378, 0x1be8}, + {-3252, 128, -5274, 0x1bec} + } +}; + +StandTile tile_1781 = { + 0x061400, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3948, 88, -4212, 0x1c58}, + {-4152, 132, -4536, 0x1b94}, + {-4272, 101, -4016, 0x1c08} + } +}; + +StandTile tile_1782 = { + 0x061500, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3801, 101, -3926, 0x1c60}, + {-3948, 88, -4212, 0x1c04}, + {-4272, 101, -4016, 0x1a58} + } +}; + +StandTile tile_1783 = { + 0x061b00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3560, 23, -4234, 0x1c14}, + {-3458, 0, -4265, 0x1bf4}, + {-3473, 88, -4438, 0x1be4} + } +}; + +StandTile tile_1784 = { + 0x061c00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3647, 102, -4242, 0x1c18}, + {-3605, 23, -3997, 0x1c14}, + {-3560, 23, -4234, 0x1be4} + } +}; + +StandTile tile_1785 = { + 0x061d00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3605, 23, -3997, 0x1d00}, + {-3458, 0, -4265, 0x1c0c}, + {-3560, 23, -4234, 0x1c10} + } +}; + +StandTile tile_1786 = { + 0x061e00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3605, 23, -3997, 0x1c10}, + {-3647, 102, -4242, 0x1c1c}, + {-3786, 41, -4287, 0x1cfc} + } +}; + +StandTile tile_1787 = { + 0x061f00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3647, 102, -4242, 0x1be0}, + {-3907, 102, -4694, 0x1c20}, + {-3786, 41, -4287, 0x1c18} + } +}; + +StandTile tile_1788 = { + 0x062000, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3907, 102, -4694, 0x1c24}, + {-3967, 102, -4619, 0x1cf4}, + {-3786, 41, -4287, 0x1c1c} + } +}; + +StandTile tile_1789 = { + 0x062100, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4012, 147, -4977, 0x1c28}, + {-3967, 102, -4619, 0x1c20}, + {-3907, 102, -4694, 0x1bd8} + } +}; + +StandTile tile_1790 = { + 0x062200, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4012, 147, -4977, 0x1c2c}, + {-4106, 147, -4960, 0x1cec}, + {-3967, 102, -4619, 0x1c24} + } +}; + +StandTile tile_1791 = { + 0x062300, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-4106, 147, -4960, 0x1c28}, + {-4012, 147, -4977, 0x1bc0}, + {-3986, 147, -5150, 0x1c30} + } +}; + +StandTile tile_1792 = { + 0x062400, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-4066, 147, -5125, 0x1b48}, + {-4106, 147, -4960, 0x1c2c}, + {-3986, 147, -5150, 0x1bbc} + } +}; + +StandTile tile_1793 = { + 0x062500, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4066, 147, -5125, 0x1bbc}, + {-4016, 191, -5350, 0x1c38}, + {-4320, 147, -5182, 0x1b3c} + } +}; + +StandTile tile_1794 = { + 0x062600, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4016, 191, -5350, 0x1ba4}, + {-4366, 205, -5252, 0x1c3c}, + {-4320, 147, -5182, 0x1c34} + } +}; + +StandTile tile_1795 = { + 0x062700, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4438, 147, -4960, 0x1b40}, + {-4320, 147, -5182, 0x1c38}, + {-4366, 205, -5252, 0x1c40} + } +}; + +StandTile tile_1796 = { + 0x062800, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-4506, 205, -4965, 0x1c44}, + {-4438, 147, -4960, 0x1c3c}, + {-4366, 205, -5252, 0x1b80} + } +}; + +StandTile tile_1797 = { + 0x062900, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-4302, 209, -4739, 0x1c48}, + {-4438, 147, -4960, 0x1c40}, + {-4506, 205, -4965, 0x1b7c} + } +}; + +StandTile tile_1798 = { + 0x062a00, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-4302, 209, -4739, 0x1c4c}, + {-4221, 147, -4781, 0x1b28}, + {-4438, 147, -4960, 0x1c44} + } +}; + +StandTile tile_1799 = { + 0x062b00, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-4221, 147, -4781, 0x1c48}, + {-4302, 209, -4739, 0x1c50}, + {-4035, 102, -4581, 0x1ce8} + } +}; + +StandTile tile_1800 = { + 0x062c00, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-4152, 132, -4536, 0x1c54}, + {-4035, 102, -4581, 0x1c4c}, + {-4302, 209, -4739, 0x1b90} + } +}; + +StandTile tile_1801 = { + 0x062d00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3862, 41, -4242, 0x1cf0}, + {-4035, 102, -4581, 0x1c50}, + {-4152, 132, -4536, 0x1c58} + } +}; + +StandTile tile_1802 = { + 0x062e00, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3862, 41, -4242, 0x1c54}, + {-4152, 132, -4536, 0x1c04}, + {-3948, 88, -4212, 0x1c5c} + } +}; + +StandTile tile_1803 = { + 0x062f00, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3692, 23, -3914, 0x1cf8}, + {-3862, 41, -4242, 0x1c58}, + {-3948, 88, -4212, 0x1c60} + } +}; + +StandTile tile_1804 = { + 0x063000, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3948, 88, -4212, 0x1c08}, + {-3801, 101, -3926, 0x1ad8}, + {-3692, 23, -3914, 0x1c5c} + } +}; + +StandTile tile_1805 = { + 0x064700, 0x08, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3276, 0, -3946, 0x1c7c}, + {-3360, 0, -4193, 0x1c6c}, + {-3342, 0, -4035, 0x1af0} + } +}; + +StandTile tile_1806 = { + 0x064800, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3545, 23, -3888, 0x1b00}, + {-3443, 57, -3956, 0x1c6c}, + {-3360, 0, -4193, 0x1d04} + } +}; + +StandTile tile_1807 = { + 0x064d00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3360, 0, -4193, 0x1c68}, + {-3443, 57, -3956, 0x1af4}, + {-3342, 0, -4035, 0x1c64} + } +}; + +StandTile tile_1808 = { + 0x065b00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2272, 102, -5809, 0x1c74}, + {-1417, 185, -5391, 0x1285}, + {-1356, 139, -6028, 0x1dfc} + } +}; + +StandTile tile_1809 = { + 0x065f00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2272, 102, -5809, 0x1c78}, + {-2272, 147, -5304, 0x1cc0}, + {-1417, 185, -5391, 0x1c70} + } +}; + +StandTile tile_1810 = { + 0x066000, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2272, 147, -5304, 0x1c74}, + {-2272, 102, -5809, 0x1db0}, + {-2735, 41, -5478, 0x1ca4} + } +}; + +StandTile tile_1811 = { + 0x066300, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3276, 0, -3946, 0x1c80}, + {-2995, 147, -4265, 0x1c84}, + {-3360, 0, -4193, 0x1c64} + } +}; + +StandTile tile_1812 = { + 0x066400, 0x08, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-3045, 0, -4012, 0x1c90}, + {-2995, 147, -4265, 0x1c7c}, + {-3276, 0, -3946, 0x0000} + } +}; + +StandTile tile_1813 = { + 0x066500, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3360, 0, -4193, 0x1c7c}, + {-2995, 147, -4265, 0x1c88}, + {-3153, 0, -4536, 0x1d2c} + } +}; + +StandTile tile_1814 = { + 0x066600, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2946, 0, -4634, 0x1d24}, + {-3153, 0, -4536, 0x1c84}, + {-2995, 147, -4265, 0x1c8c} + } +}; + +StandTile tile_1815 = { + 0x066700, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2675, 147, -4314, 0x1c94}, + {-2946, 0, -4634, 0x1c88}, + {-2995, 147, -4265, 0x1c90} + } +}; + +StandTile tile_1816 = { + 0x066800, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-3045, 0, -4012, 0x1c98}, + {-2675, 147, -4314, 0x1c8c}, + {-2995, 147, -4265, 0x1c80} + } +}; + +StandTile tile_1817 = { + 0x066900, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2652, 75, -4461, 0x1d10}, + {-2946, 0, -4634, 0x1c8c}, + {-2675, 147, -4314, 0x1c9c} + } +}; + +StandTile tile_1818 = { + 0x066a00, 0x08, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-3045, 0, -4012, 0x1b1c}, + {-2697, 26, -3572, 0x1ca0}, + {-2675, 147, -4314, 0x1c90} + } +}; + +StandTile tile_1819 = { + 0x066b00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2324, 147, -4216, 0x1d08}, + {-2652, 75, -4461, 0x1c94}, + {-2675, 147, -4314, 0x1ca0} + } +}; + +StandTile tile_1820 = { + 0x066c00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2697, 26, -3572, 0x1cc4}, + {-2324, 147, -4216, 0x1c9c}, + {-2675, 147, -4314, 0x1c98} + } +}; + +StandTile tile_1821 = { + 0x066f00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2735, 41, -5478, 0x1ca8}, + {-2626, 147, -4890, 0x1cb4}, + {-2272, 147, -5304, 0x1c78} + } +}; + +StandTile tile_1822 = { + 0x067000, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2735, 41, -5478, 0x1d14}, + {-2946, 41, -5037, 0x1cac}, + {-2626, 147, -4890, 0x1ca4} + } +}; + +StandTile tile_1823 = { + 0x067100, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2946, 41, -5037, 0x1d1c}, + {-2871, 0, -4803, 0x1cb0}, + {-2626, 147, -4890, 0x1ca8} + } +}; + +StandTile tile_1824 = { + 0x067200, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2208, 147, -4472, 0x1cb4}, + {-2626, 147, -4890, 0x1cac}, + {-2871, 0, -4803, 0x1d0c} + } +}; + +StandTile tile_1825 = { + 0x067300, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2208, 147, -4472, 0x1cbc}, + {-2272, 147, -5304, 0x1ca4}, + {-2626, 147, -4890, 0x1cb0} + } +}; + +StandTile tile_1826 = { + 0x067402, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2272, 147, -5304, 0x1cbc}, + {-2012, 147, -4427, 0x1a40}, + {-1963, 147, -4415, 0x1cc0} + } +}; + +StandTile tile_1827 = { + 0x067401, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2272, 147, -5304, 0x1cb4}, + {-2208, 147, -4472, 0x1a38}, + {-2012, 147, -4427, 0x1cb8} + } +}; + +StandTile tile_1828 = { + 0x067500, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2272, 147, -5304, 0x1cb8}, + {-1963, 147, -4415, 0x1cc8}, + {-1417, 185, -5391, 0x1c74} + } +}; + +StandTile tile_1829 = { + 0x067800, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2577, 211, -3323, 0x1ccc}, + {-2324, 147, -4216, 0x1ca0}, + {-2697, 26, -3572, 0x1a8c} + } +}; + +StandTile tile_1830 = { + 0x067d00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1963, 147, -4415, 0x1ce0}, + {-1499, 185, -4596, 0x1295}, + {-1417, 185, -5391, 0x1cc0} + } +}; + +StandTile tile_1831 = { + 0x067e00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2577, 211, -3323, 0x1cd0}, + {-2121, 147, -4152, 0x1b64}, + {-2324, 147, -4216, 0x1cc4} + } +}; + +StandTile tile_1832 = { + 0x068400, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2577, 211, -3323, 0x1a98}, + {-2016, 320, -3643, 0x1cd4}, + {-2121, 147, -4152, 0x1ccc} + } +}; + +StandTile tile_1833 = { + 0x068600, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1951, 147, -4155, 0x1b68}, + {-2121, 147, -4152, 0x1cd0}, + {-2016, 320, -3643, 0x1cd8} + } +}; + +StandTile tile_1834 = { + 0x068700, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2016, 320, -3643, 0x1aa4}, + {-1473, 320, -3797, 0x1ce4}, + {-1951, 147, -4155, 0x1cd4} + } +}; + +StandTile tile_1835 = { + 0x068802, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1499, 185, -4596, 0x1ce0}, + {-1957, 147, -4285, 0x1a4c}, + {-1951, 147, -4155, 0x1ce4} + } +}; + +StandTile tile_1836 = { + 0x068801, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1499, 185, -4596, 0x1cc8}, + {-1963, 147, -4415, 0x1a48}, + {-1957, 147, -4285, 0x1cdc} + } +}; + +StandTile tile_1837 = { + 0x068900, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1499, 185, -4596, 0x1cdc}, + {-1951, 147, -4155, 0x1cd8}, + {-1473, 320, -3797, 0x129d} + } +}; + +StandTile tile_1838 = { + 0x069e00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4035, 102, -4581, 0x1cec}, + {-4106, 147, -4960, 0x1b44}, + {-4221, 147, -4781, 0x1c4c} + } +}; + +StandTile tile_1839 = { + 0x069f00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4035, 102, -4581, 0x1cf0}, + {-3967, 102, -4619, 0x1c28}, + {-4106, 147, -4960, 0x1ce8} + } +}; + +StandTile tile_1840 = { + 0x06a000, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3862, 41, -4242, 0x1cf4}, + {-3967, 102, -4619, 0x1cec}, + {-4035, 102, -4581, 0x1c54} + } +}; + +StandTile tile_1841 = { + 0x06a100, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3967, 102, -4619, 0x1cf0}, + {-3862, 41, -4242, 0x1cf8}, + {-3786, 41, -4287, 0x1c20} + } +}; + +StandTile tile_1842 = { + 0x06a200, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3692, 23, -3914, 0x1cfc}, + {-3786, 41, -4287, 0x1cf4}, + {-3862, 41, -4242, 0x1c5c} + } +}; + +StandTile tile_1843 = { + 0x06a300, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3692, 23, -3914, 0x1b04}, + {-3605, 23, -3997, 0x1c18}, + {-3786, 41, -4287, 0x1cf8} + } +}; + +StandTile tile_1844 = { + 0x06ab00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3545, 23, -3888, 0x1d04}, + {-3458, 0, -4265, 0x1c14}, + {-3605, 23, -3997, 0x1b08} + } +}; + +StandTile tile_1845 = { + 0x06ac00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3360, 0, -4193, 0x1d30}, + {-3458, 0, -4265, 0x1d00}, + {-3545, 23, -3888, 0x1c68} + } +}; + +StandTile tile_1846 = { + 0x06b900, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2324, 147, -4216, 0x1b54}, + {-2208, 147, -4472, 0x1d0c}, + {-2652, 75, -4461, 0x1c9c} + } +}; + +StandTile tile_1847 = { + 0x06ba00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2871, 0, -4803, 0x1d10}, + {-2652, 75, -4461, 0x1d08}, + {-2208, 147, -4472, 0x1cb0} + } +}; + +StandTile tile_1848 = { + 0x06bb00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2871, 0, -4803, 0x1d20}, + {-2946, 0, -4634, 0x1c94}, + {-2652, 75, -4461, 0x1d0c} + } +}; + +StandTile tile_1849 = { + 0x06bc00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2859, 41, -5538, 0x1d18}, + {-2946, 41, -5037, 0x1ca8}, + {-2735, 41, -5478, 0x1de0} + } +}; + +StandTile tile_1850 = { + 0x06bd00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3127, 41, -5026, 0x1d1c}, + {-2946, 41, -5037, 0x1d14}, + {-2859, 41, -5538, 0x1d38} + } +}; + +StandTile tile_1851 = { + 0x06be00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3127, 41, -5026, 0x1d20}, + {-2871, 0, -4803, 0x1cac}, + {-2946, 41, -5037, 0x1d18} + } +}; + +StandTile tile_1852 = { + 0x06bf00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3127, 41, -5026, 0x1d24}, + {-2946, 0, -4634, 0x1d10}, + {-2871, 0, -4803, 0x1d1c} + } +}; + +StandTile tile_1853 = { + 0x06c000, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2946, 0, -4634, 0x1d20}, + {-3127, 41, -5026, 0x1d28}, + {-3153, 0, -4536, 0x1c88} + } +}; + +StandTile tile_1854 = { + 0x06c100, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3127, 41, -5026, 0x1bfc}, + {-3240, 0, -4596, 0x1d2c}, + {-3153, 0, -4536, 0x1d24} + } +}; + +StandTile tile_1855 = { + 0x06c200, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3153, 0, -4536, 0x1d28}, + {-3240, 0, -4596, 0x1d30}, + {-3360, 0, -4193, 0x1c84} + } +}; + +StandTile tile_1856 = { + 0x06c300, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3360, 0, -4193, 0x1d2c}, + {-3240, 0, -4596, 0x1bf8}, + {-3458, 0, -4265, 0x1d04} + } +}; + +StandTile tile_1857 = { + 0x06c900, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3127, 41, -5026, 0x1d38}, + {-3041, 41, -5472, 0x1d84}, + {-3164, 41, -5378, 0x1c00} + } +}; + +StandTile tile_1858 = { + 0x06ca00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3127, 41, -5026, 0x1d18}, + {-2859, 41, -5538, 0x1d94}, + {-3041, 41, -5472, 0x1d34} + } +}; + +StandTile tile_1859 = { + 0x05eb00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4711, 23, -3766, 0x1b78}, + {-4487, 132, -4317, 0x1d40}, + {-4883, 23, -4293, 0x0000} + } +}; + +StandTile tile_1860 = { + 0x05ea00, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4653, 195, -4702, 0x1d44}, + {-4883, 23, -4293, 0x1d3c}, + {-4487, 132, -4317, 0x1b8c} + } +}; + +StandTile tile_1861 = { + 0x05e900, 0x08, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4653, 195, -4702, 0x1b24}, + {-4920, 147, -5108, 0x2292}, + {-4883, 23, -4293, 0x1d40} + } +}; + +StandTile tile_1862 = { + 0x281102, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3184, 19, -3639, 0x1d4c}, + {-3178, 19, -3602, 0x0000}, + {-3174, 19, -3603, 0x04d5} + } +}; + +StandTile tile_1863 = { + 0x281101, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3184, 19, -3639, 0x0000}, + {-3188, 19, -3638, 0x1d5c}, + {-3178, 19, -3602, 0x1d48} + } +}; + +StandTile tile_1864 = { + 0x31b300, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3191, 0, -3649, 0x1ac4}, + {-3213, 0, -3643, 0x1d58}, + {-3188, 19, -3638, 0x0000} + } +}; + +StandTile tile_1865 = { + 0x31b200, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3196, 0, -3585, 0x1aa8}, + {-3175, 0, -3591, 0x0000}, + {-3178, 19, -3602, 0x1d5c} + } +}; + +StandTile tile_1866 = { + 0x27fe02, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3196, 0, -3585, 0x1d5c}, + {-3188, 19, -3638, 0x1d50}, + {-3213, 0, -3643, 0x1acc} + } +}; + +StandTile tile_1867 = { + 0x27fe01, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3196, 0, -3585, 0x1d54}, + {-3178, 19, -3602, 0x1d4c}, + {-3188, 19, -3638, 0x1d58} + } +}; + +StandTile tile_1868 = { + 0x230a02, 0x08, + 0x3, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2164, 147, -4310, 0x1d64}, + {-2159, 260, -4280, 0x1d7a}, + {-2159, 260, -4310, 0x0000} + } +}; + +StandTile tile_1869 = { + 0x230a01, 0x08, + 0x3, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2164, 147, -4310, 0x1b5c}, + {-2164, 147, -4280, 0x0000}, + {-2159, 260, -4280, 0x1d60} + } +}; + +StandTile tile_1870 = { + 0x289502, 0x08, + 0x3, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4270, 147, -4960, 0x1d6c}, + {-4240, 260, -4957, 0x1d70}, + {-4269, 260, -4965, 0x0000} + } +}; + +StandTile tile_1871 = { + 0x289501, 0x08, + 0x3, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4270, 147, -4960, 0x1b2c}, + {-4241, 147, -4952, 0x0000}, + {-4240, 260, -4957, 0x1d68} + } +}; + +StandTile tile_1872 = { + 0x288d02, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-4170, 260, -5056, 0x1d76}, + {-4309, 260, -4976, 0x0000}, + {-4269, 260, -4965, 0x1d68}, + {-4240, 260, -4957, 0x0000}, + {-4200, 260, -4947, 0x0000} + } +}; + +StandTile tile_1873 = { + 0x288d01, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4170, 260, -5056, 0x0000}, + {-4279, 260, -5085, 0x0000}, + {-4309, 260, -4976, 0x1d70} + } +}; + +StandTile tile_1874 = { + 0x230202, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-2046, 260, -4238, 0x1d80}, + {-2159, 260, -4351, 0x0000}, + {-2159, 260, -4310, 0x1d60}, + {-2159, 260, -4280, 0x0000}, + {-2159, 260, -4238, 0x0000} + } +}; + +StandTile tile_1875 = { + 0x230201, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2046, 260, -4238, 0x0000}, + {-2046, 260, -4351, 0x0000}, + {-2159, 260, -4351, 0x1d7a} + } +}; + +StandTile tile_1876 = { + 0x06c800, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3164, 41, -5378, 0x1d34}, + {-3041, 41, -5472, 0x1d98}, + {-3182, 19, -5867, 0x1d88} + } +}; + +StandTile tile_1877 = { + 0x06c700, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3164, 41, -5378, 0x1d84}, + {-3182, 19, -5867, 0x1dd8}, + {-3276, 19, -5811, 0x1d8c} + } +}; + +StandTile tile_1878 = { + 0x061200, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3164, 41, -5378, 0x1d88}, + {-3276, 19, -5811, 0x1d90}, + {-3471, 128, -5511, 0x1be8} + } +}; + +StandTile tile_1879 = { + 0x060a00, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3276, 19, -5811, 0x1dac}, + {-3653, 128, -5750, 0x1ba8}, + {-3471, 128, -5511, 0x1d8c} + } +}; + +StandTile tile_1880 = { + 0x05d700, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3041, 41, -5472, 0x1d38}, + {-2859, 41, -5538, 0x1e20}, + {-2935, 114, -5726, 0x1d98} + } +}; + +StandTile tile_1881 = { + 0x05be00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2935, 114, -5726, 0x1e08}, + {-3182, 19, -5867, 0x1d84}, + {-3041, 41, -5472, 0x1d94} + } +}; + +StandTile tile_1882 = { + 0x054d00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3681, 147, -8816, 0x1f4c}, + {-4193, 147, -9464, 0x23e2}, + {-4329, 147, -8782, 0x1da0} + } +}; + +StandTile tile_1883 = { + 0x054400, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3681, 147, -8816, 0x1d9c}, + {-4329, 147, -8782, 0x23c2}, + {-4219, 147, -8194, 0x1f48} + } +}; + +StandTile tile_1884 = { + 0x317202, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2905, 11, -9087, 0x1da8}, + {-2645, 0, -8964, 0x0000}, + {-2770, 0, -9209, 0x1f64} + } +}; + +StandTile tile_1885 = { + 0x317201, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2905, 11, -9087, 0x1f80}, + {-2799, 11, -8800, 0x2018}, + {-2645, 0, -8964, 0x1da4} + } +}; + +StandTile tile_1886 = { + 0x061300, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3653, 128, -5750, 0x1d90}, + {-3276, 19, -5811, 0x1ddc}, + {-3417, 0, -5990, 0x1e48} + } +}; + +StandTile tile_1887 = { + 0x066100, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2272, 102, -5809, 0x1df8}, + {-2321, 64, -5979, 0x1de4}, + {-2735, 41, -5478, 0x1c78} + } +}; + +StandTile tile_1888 = { + 0x112c00, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-3353, 0, -6092, 0x1dc0}, + {-3477, 19, -6193, 0x204c}, + {-3519, 19, -6149, 0x1dc8} + } +}; + +StandTile tile_1889 = { + 0x112b00, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3353, 0, -6092, 0x1e10}, + {-3191, 147, -6505, 0x1e3c}, + {-3438, 19, -6265, 0x1dbc} + } +}; + +StandTile tile_1890 = { + 0x259e00, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-3353, 0, -6092, 0x1db8}, + {-3438, 19, -6265, 0x0000}, + {-3493, 19, -6208, 0x1dc0} + } +}; + +StandTile tile_1891 = { + 0x112a00, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-3353, 0, -6092, 0x1dbc}, + {-3493, 19, -6208, 0x2044}, + {-3477, 19, -6193, 0x1db4} + } +}; + +StandTile tile_1892 = { + 0x259d00, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-3417, 0, -5990, 0x1dc8}, + {-3519, 19, -6149, 0x2040}, + {-3535, 19, -6165, 0x1e4c} + } +}; + +StandTile tile_1893 = { + 0x112600, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3417, 0, -5990, 0x1ddc}, + {-3353, 0, -6092, 0x1db4}, + {-3519, 19, -6149, 0x1dc4} + } +}; + +StandTile tile_1894 = { + 0x06cd00, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1763, 41, -6397, 0x1dd4}, + {-1548, 41, -6450, 0x1f0c}, + {-2091, 38, -6657, 0x1e34} + } +}; + +StandTile tile_1895 = { + 0x06cc00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1786, 41, -6288, 0x1df0}, + {-1368, 41, -6374, 0x14bc}, + {-1548, 41, -6450, 0x1dd4} + } +}; + +StandTile tile_1896 = { + 0x06cb00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1786, 41, -6288, 0x1dd0}, + {-1548, 41, -6450, 0x1dcc}, + {-1763, 41, -6397, 0x1e24} + } +}; + +StandTile tile_1897 = { + 0x06c600, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3276, 19, -5811, 0x1d88}, + {-3182, 19, -5867, 0x1e10}, + {-3353, 0, -6092, 0x1ddc} + } +}; + +StandTile tile_1898 = { + 0x06c500, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3276, 19, -5811, 0x1dd8}, + {-3353, 0, -6092, 0x1dc8}, + {-3417, 0, -5990, 0x1dac} + } +}; + +StandTile tile_1899 = { + 0x06b800, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2381, 64, -6114, 0x1e20}, + {-2859, 41, -5538, 0x1d14}, + {-2735, 41, -5478, 0x1de4} + } +}; + +StandTile tile_1900 = { + 0x06b700, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2321, 64, -5979, 0x1de8}, + {-2381, 64, -6114, 0x1de0}, + {-2735, 41, -5478, 0x1db0} + } +}; + +StandTile tile_1901 = { + 0x06b600, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1786, 41, -6288, 0x1e2c}, + {-2381, 64, -6114, 0x1de4}, + {-2321, 64, -5979, 0x1dec} + } +}; + +StandTile tile_1902 = { + 0x06b500, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1891, 41, -6137, 0x1df0}, + {-1786, 41, -6288, 0x1de8}, + {-2321, 64, -5979, 0x1df8} + } +}; + +StandTile tile_1903 = { + 0x06b400, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1368, 41, -6374, 0x1dd0}, + {-1786, 41, -6288, 0x1dec}, + {-1891, 41, -6137, 0x1df4} + } +}; + +StandTile tile_1904 = { + 0x06b300, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1356, 41, -6175, 0x14e0}, + {-1368, 41, -6374, 0x1df0}, + {-1891, 41, -6137, 0x1e00} + } +}; + +StandTile tile_1905 = { + 0x065e00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1891, 41, -6137, 0x1dec}, + {-2321, 64, -5979, 0x1db0}, + {-2272, 102, -5809, 0x1dfc} + } +}; + +StandTile tile_1906 = { + 0x065d00, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1356, 139, -6028, 0x1e00}, + {-1891, 41, -6137, 0x1df8}, + {-2272, 102, -5809, 0x1c70} + } +}; + +StandTile tile_1907 = { + 0x065c00, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1356, 139, -6028, 0x14cc}, + {-1356, 41, -6175, 0x1df4}, + {-1891, 41, -6137, 0x1dfc} + } +}; + +StandTile tile_1908 = { + 0x05d800, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2965, 147, -6190, 0x1e0c}, + {-3191, 147, -6505, 0x1e10}, + {-3182, 19, -5867, 0x1e08} + } +}; + +StandTile tile_1909 = { + 0x05d600, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3182, 19, -5867, 0x1d98}, + {-2935, 114, -5726, 0x1e1c}, + {-2965, 147, -6190, 0x1e04} + } +}; + +StandTile tile_1910 = { + 0x05d400, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2912, 147, -6525, 0x1ec4}, + {-3191, 147, -6505, 0x1e04}, + {-2965, 147, -6190, 0x1e18} + } +}; + +StandTile tile_1911 = { + 0x05cd00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3191, 147, -6505, 0x1db8}, + {-3353, 0, -6092, 0x1dd8}, + {-3182, 19, -5867, 0x1e04} + } +}; + +StandTile tile_1912 = { + 0x05c400, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2935, 114, -5726, 0x1e20}, + {-2381, 64, -6114, 0x1e28}, + {-2494, 108, -6254, 0x1e1c} + } +}; + +StandTile tile_1913 = { + 0x05c300, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2494, 108, -6254, 0x1ed8}, + {-2912, 147, -6525, 0x1e0c}, + {-2965, 147, -6190, 0x1e1c} + } +}; + +StandTile tile_1914 = { + 0x05c200, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2494, 108, -6254, 0x1e18}, + {-2965, 147, -6190, 0x1e08}, + {-2935, 114, -5726, 0x1e14} + } +}; + +StandTile tile_1915 = { + 0x05bf00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2381, 64, -6114, 0x1e14}, + {-2935, 114, -5726, 0x1d94}, + {-2859, 41, -5538, 0x1de0} + } +}; + +StandTile tile_1916 = { + 0x058c00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1786, 41, -6288, 0x1dd4}, + {-1763, 41, -6397, 0x1e34}, + {-1921, 72, -6412, 0x1e2c} + } +}; + +StandTile tile_1917 = { + 0x058b00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1921, 72, -6412, 0x1e30}, + {-2494, 108, -6254, 0x1e14}, + {-2381, 64, -6114, 0x1e2c} + } +}; + +StandTile tile_1918 = { + 0x058a00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2381, 64, -6114, 0x1de8}, + {-1786, 41, -6288, 0x1e24}, + {-1921, 72, -6412, 0x1e28} + } +}; + +StandTile tile_1919 = { + 0x058900, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1921, 72, -6412, 0x1e38}, + {-2204, 147, -6533, 0x1edc}, + {-2494, 108, -6254, 0x1e28} + } +}; + +StandTile tile_1920 = { + 0x058800, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1763, 41, -6397, 0x1dcc}, + {-2091, 38, -6657, 0x1e38}, + {-1921, 72, -6412, 0x1e24} + } +}; + +StandTile tile_1921 = { + 0x058700, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1921, 72, -6412, 0x1e34}, + {-2091, 38, -6657, 0x1f2c}, + {-2204, 147, -6533, 0x1e30} + } +}; + +StandTile tile_1922 = { + 0x112800, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-3438, 19, -6265, 0x1db8}, + {-3191, 147, -6505, 0x1ef4}, + {-3612, 19, -6433, 0x0000} + } +}; + +StandTile tile_1923 = { + 0x112200, 0x07, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-3923, 19, -6110, 0x1efc}, + {-4159, 147, -6106, 0x1e44}, + {-3750, 19, -5943, 0x0000} + } +}; + +StandTile tile_1924 = { + 0x112700, 0x07, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-4159, 147, -6106, 0x1b98}, + {-3653, 128, -5750, 0x1e48}, + {-3750, 19, -5943, 0x1e40} + } +}; + +StandTile tile_1925 = { + 0x112100, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3653, 128, -5750, 0x1dac}, + {-3417, 0, -5990, 0x1e4c}, + {-3750, 19, -5943, 0x1e44} + } +}; + +StandTile tile_1926 = { + 0x112900, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-3750, 19, -5943, 0x1e48}, + {-3417, 0, -5990, 0x1dc4}, + {-3535, 19, -6165, 0x0000} + } +}; + +StandTile tile_1927 = { + 0x06d800, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3617, 23, -7497, 0x1e54}, + {-4001, 64, -7561, 0x243a}, + {-3982, 64, -7482, 0x1e8c} + } +}; + +StandTile tile_1928 = { + 0x06d600, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3617, 23, -7497, 0x1e58}, + {-3617, 23, -7580, 0x1eac}, + {-4001, 64, -7561, 0x1e50} + } +}; + +StandTile tile_1929 = { + 0x06d500, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3229, 0, -7437, 0x1e5c}, + {-3617, 23, -7580, 0x1e54}, + {-3617, 23, -7497, 0x1e84} + } +}; + +StandTile tile_1930 = { + 0x06d400, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3229, 0, -7437, 0x1e60}, + {-3202, 0, -7493, 0x1ea4}, + {-3617, 23, -7580, 0x1e58} + } +}; + +StandTile tile_1931 = { + 0x06d300, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2939, 11, -7267, 0x1e68}, + {-3202, 0, -7493, 0x1e5c}, + {-3229, 0, -7437, 0x1e7c} + } +}; + +StandTile tile_1932 = { + 0x06d100, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2611, 30, -7071, 0x1f04}, + {-2573, 30, -7154, 0x1e70}, + {-2908, 11, -7335, 0x1e6c} + } +}; + +StandTile tile_1933 = { + 0x06d000, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2939, 11, -7267, 0x1e6c}, + {-2908, 11, -7335, 0x1eb4}, + {-3202, 0, -7493, 0x1e60} + } +}; + +StandTile tile_1934 = { + 0x06cf00, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2611, 30, -7071, 0x1e64}, + {-2908, 11, -7335, 0x1e68}, + {-2939, 11, -7267, 0x1eec} + } +}; + +StandTile tile_1935 = { + 0x069d00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2761, 11, -7354, 0x1e74}, + {-2908, 11, -7335, 0x1e64}, + {-2573, 30, -7154, 0x1e98} + } +}; + +StandTile tile_1936 = { + 0x069c00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2908, 11, -7335, 0x1e70}, + {-2761, 11, -7354, 0x1e9c}, + {-2807, 11, -7689, 0x1e78} + } +}; + +StandTile tile_1937 = { + 0x069b00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2908, 11, -7335, 0x1e74}, + {-2807, 11, -7689, 0x203c}, + {-2920, 11, -7674, 0x1eb0} + } +}; + +StandTile tile_1938 = { + 0x058200, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-2939, 11, -7267, 0x1e60}, + {-3229, 0, -7437, 0x1e80}, + {-3006, 147, -7086, 0x1ef0} + } +}; + +StandTile tile_1939 = { + 0x058100, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3006, 147, -7086, 0x1e7c}, + {-3229, 0, -7437, 0x1e84}, + {-3289, 147, -7260, 0x1ed4} + } +}; + +StandTile tile_1940 = { + 0x058000, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3289, 147, -7260, 0x1e80}, + {-3229, 0, -7437, 0x1e58}, + {-3617, 23, -7497, 0x1e88} + } +}; + +StandTile tile_1941 = { + 0x057f00, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-3289, 147, -7260, 0x1e84}, + {-3617, 23, -7497, 0x1e8c}, + {-3620, 147, -7309, 0x1ee0} + } +}; + +StandTile tile_1942 = { + 0x057e00, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3617, 23, -7497, 0x1e50}, + {-3982, 64, -7482, 0x1e90}, + {-3620, 147, -7309, 0x1e88} + } +}; + +StandTile tile_1943 = { + 0x057d00, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3620, 147, -7309, 0x1e8c}, + {-3982, 64, -7482, 0x2422}, + {-3967, 147, -7286, 0x1ecc} + } +}; + +StandTile tile_1944 = { + 0x057600, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2513, 131, -7297, 0x1fdc}, + {-2682, 99, -7704, 0x1e9c}, + {-2761, 11, -7354, 0x1e98} + } +}; + +StandTile tile_1945 = { + 0x057500, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2513, 131, -7297, 0x1e94}, + {-2761, 11, -7354, 0x1e70}, + {-2573, 30, -7154, 0x1f18} + } +}; + +StandTile tile_1946 = { + 0x057300, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2761, 11, -7354, 0x1e94}, + {-2682, 99, -7704, 0x1fd4}, + {-2807, 11, -7689, 0x1e74} + } +}; + +StandTile tile_1947 = { + 0x053d00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3202, 0, -7493, 0x1eb4}, + {-3059, 119, -7708, 0x1f34}, + {-3635, 142, -7742, 0x1ea4} + } +}; + +StandTile tile_1948 = { + 0x053c00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3202, 0, -7493, 0x1ea0}, + {-3635, 142, -7742, 0x1ea8}, + {-3617, 23, -7580, 0x1e5c} + } +}; + +StandTile tile_1949 = { + 0x053b00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3617, 23, -7580, 0x1ea4}, + {-3635, 142, -7742, 0x1f30}, + {-4016, 147, -7787, 0x1eac} + } +}; + +StandTile tile_1950 = { + 0x053a00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3617, 23, -7580, 0x1ea8}, + {-4016, 147, -7787, 0x240e}, + {-4001, 64, -7561, 0x1e54} + } +}; + +StandTile tile_1951 = { + 0x053500, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2920, 11, -7674, 0x1f40}, + {-3059, 119, -7708, 0x1eb4}, + {-2908, 11, -7335, 0x1e78} + } +}; + +StandTile tile_1952 = { + 0x053200, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3059, 119, -7708, 0x1ea0}, + {-3202, 0, -7493, 0x1e68}, + {-2908, 11, -7335, 0x1eb0} + } +}; + +StandTile tile_1953 = { + 0x05c800, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4137, 147, -6710, 0x1f00}, + {-4159, 147, -6106, 0x1efc}, + {-3774, 0, -6797, 0x1ebc} + } +}; + +StandTile tile_1954 = { + 0x05c600, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3451, 147, -6936, 0x1ec8}, + {-4137, 147, -6710, 0x1eb8}, + {-3774, 0, -6797, 0x1ec0} + } +}; + +StandTile tile_1955 = { + 0x05c100, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3191, 147, -6505, 0x1ec4}, + {-3451, 147, -6936, 0x1ebc}, + {-3774, 0, -6797, 0x1ef4} + } +}; + +StandTile tile_1956 = { + 0x05c000, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2912, 147, -6525, 0x1ed0}, + {-3451, 147, -6936, 0x1ec0}, + {-3191, 147, -6505, 0x1e0c} + } +}; + +StandTile tile_1957 = { + 0x059500, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3451, 147, -6936, 0x1ecc}, + {-3967, 147, -7286, 0x22aa}, + {-4137, 147, -6710, 0x1ebc} + } +}; + +StandTile tile_1958 = { + 0x059400, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3620, 147, -7309, 0x1e90}, + {-3967, 147, -7286, 0x1ec8}, + {-3451, 147, -6936, 0x1ee0} + } +}; + +StandTile tile_1959 = { + 0x059300, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3451, 147, -6936, 0x1ec4}, + {-2912, 147, -6525, 0x1ee4}, + {-3006, 147, -7086, 0x1ed4} + } +}; + +StandTile tile_1960 = { + 0x059200, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3289, 147, -7260, 0x1ee0}, + {-3451, 147, -6936, 0x1ed0}, + {-3006, 147, -7086, 0x1e80} + } +}; + +StandTile tile_1961 = { + 0x059100, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2648, 147, -6902, 0x1ee4}, + {-2912, 147, -6525, 0x1e18}, + {-2494, 108, -6254, 0x1edc} + } +}; + +StandTile tile_1962 = { + 0x059000, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2204, 147, -6533, 0x1ee8}, + {-2648, 147, -6902, 0x1ed8}, + {-2494, 108, -6254, 0x1e30} + } +}; + +StandTile tile_1963 = { + 0x058e00, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3289, 147, -7260, 0x1e88}, + {-3620, 147, -7309, 0x1ecc}, + {-3451, 147, -6936, 0x1ed4} + } +}; + +StandTile tile_1964 = { + 0x058d00, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2648, 147, -6902, 0x1ef0}, + {-3006, 147, -7086, 0x1ed0}, + {-2912, 147, -6525, 0x1ed8} + } +}; + +StandTile tile_1965 = { + 0x058500, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-2204, 147, -6533, 0x1f2c}, + {-2611, 30, -7071, 0x1eec}, + {-2648, 147, -6902, 0x1edc} + } +}; + +StandTile tile_1966 = { + 0x058400, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-2648, 147, -6902, 0x1ee8}, + {-2611, 30, -7071, 0x1e6c}, + {-2939, 11, -7267, 0x1ef0} + } +}; + +StandTile tile_1967 = { + 0x058300, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-2648, 147, -6902, 0x1eec}, + {-2939, 11, -7267, 0x1e7c}, + {-3006, 147, -7086, 0x1ee4} + } +}; + +StandTile tile_1968 = { + 0x112500, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3612, 19, -6433, 0x1e3c}, + {-3191, 147, -6505, 0x1ec0}, + {-3774, 0, -6797, 0x1ef8} + } +}; + +StandTile tile_1969 = { + 0x112400, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3774, 0, -6797, 0x1efc}, + {-3923, 19, -6110, 0x0000}, + {-3612, 19, -6433, 0x1ef4} + } +}; + +StandTile tile_1970 = { + 0x112300, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3923, 19, -6110, 0x1ef8}, + {-3774, 0, -6797, 0x1eb8}, + {-4159, 147, -6106, 0x1e40} + } +}; + +StandTile tile_1971 = { + 0x05e000, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4137, 147, -6710, 0x229e}, + {-4592, 147, -6295, 0x1b70}, + {-4159, 147, -6106, 0x1eb8} + } +}; + +StandTile tile_1972 = { + 0x06d200, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2091, 38, -6657, 0x1f08}, + {-2573, 30, -7154, 0x1e64}, + {-2611, 30, -7071, 0x1f2c} + } +}; + +StandTile tile_1973 = { + 0x06ce00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2091, 38, -6657, 0x1f0c}, + {-2016, 38, -6796, 0x1f18}, + {-2573, 30, -7154, 0x1f04} + } +}; + +StandTile tile_1974 = { + 0x06c400, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2016, 38, -6796, 0x1f08}, + {-2091, 38, -6657, 0x1dcc}, + {-1548, 41, -6450, 0x1f20} + } +}; + +StandTile tile_1975 = { + 0x05af00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1918, 108, -6939, 0x1f24}, + {-1477, 151, -6676, 0x14a4}, + {-1356, 151, -7414, 0x1f14} + } +}; + +StandTile tile_1976 = { + 0x05ae00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1356, 151, -7414, 0x1fd8}, + {-1778, 130, -7746, 0x1f28}, + {-1918, 108, -6939, 0x1f10} + } +}; + +StandTile tile_1977 = { + 0x05ac00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2016, 38, -6796, 0x1f1c}, + {-2513, 131, -7297, 0x1e98}, + {-2573, 30, -7154, 0x1f08} + } +}; + +StandTile tile_1978 = { + 0x05aa00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2513, 131, -7297, 0x1f18}, + {-2016, 38, -6796, 0x1f20}, + {-1918, 108, -6939, 0x1f28} + } +}; + +StandTile tile_1979 = { + 0x05a900, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1918, 108, -6939, 0x1f1c}, + {-2016, 38, -6796, 0x1f0c}, + {-1548, 41, -6450, 0x1f24} + } +}; + +StandTile tile_1980 = { + 0x05a800, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1918, 108, -6939, 0x1f20}, + {-1548, 41, -6450, 0x14bc}, + {-1477, 151, -6676, 0x1f10} + } +}; + +StandTile tile_1981 = { + 0x059e00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1918, 108, -6939, 0x1f14}, + {-1778, 130, -7746, 0x1fe4}, + {-2513, 131, -7297, 0x1f1c} + } +}; + +StandTile tile_1982 = { + 0x058600, 0x07, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-2204, 147, -6533, 0x1e38}, + {-2091, 38, -6657, 0x1f04}, + {-2611, 30, -7071, 0x1ee8} + } +}; + +StandTile tile_1983 = { + 0x053300, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4016, 147, -7787, 0x1ea8}, + {-3635, 142, -7742, 0x1f44}, + {-3624, 147, -8220, 0x1f3c} + } +}; + +StandTile tile_1984 = { + 0x053400, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3635, 142, -7742, 0x1ea0}, + {-3059, 119, -7708, 0x1f38}, + {-3018, 153, -8269, 0x1f44} + } +}; + +StandTile tile_1985 = { + 0x053800, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2886, 11, -8168, 0x1f7c}, + {-3018, 153, -8269, 0x1f34}, + {-3059, 119, -7708, 0x1f40} + } +}; + +StandTile tile_1986 = { + 0x053e00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3624, 147, -8220, 0x1f48}, + {-4219, 147, -8194, 0x23ca}, + {-4016, 147, -7787, 0x1f30} + } +}; + +StandTile tile_1987 = { + 0x053f00, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3059, 119, -7708, 0x1eb0}, + {-2920, 11, -7674, 0x2038}, + {-2886, 11, -8168, 0x1f38} + } +}; + +StandTile tile_1988 = { + 0x054000, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3018, 153, -8269, 0x1f60}, + {-3624, 147, -8220, 0x1f30}, + {-3635, 142, -7742, 0x1f34} + } +}; + +StandTile tile_1989 = { + 0x054500, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3681, 147, -8816, 0x1da0}, + {-4219, 147, -8194, 0x1f3c}, + {-3624, 147, -8220, 0x1f60} + } +}; + +StandTile tile_1990 = { + 0x054700, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3779, 147, -9861, 0x0000}, + {-4193, 147, -9464, 0x1d9c}, + {-3681, 147, -8816, 0x1f58} + } +}; + +StandTile tile_1991 = { + 0x055300, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3157, 147, -10085, 0x0000}, + {-3779, 147, -9861, 0x1f54}, + {-3225, 147, -9497, 0x1fa0} + } +}; + +StandTile tile_1992 = { + 0x055400, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3779, 147, -9861, 0x1f58}, + {-3052, 147, -8857, 0x1f84}, + {-3225, 147, -9497, 0x1f50} + } +}; + +StandTile tile_1993 = { + 0x055500, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3052, 147, -8857, 0x1f54}, + {-3779, 147, -9861, 0x1f4c}, + {-3681, 147, -8816, 0x1f5c} + } +}; + +StandTile tile_1994 = { + 0x055600, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3052, 147, -8857, 0x1f58}, + {-3681, 147, -8816, 0x1f60}, + {-3018, 153, -8269, 0x1f8c} + } +}; + +StandTile tile_1995 = { + 0x055700, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3624, 147, -8220, 0x1f44}, + {-3018, 153, -8269, 0x1f5c}, + {-3681, 147, -8816, 0x1f48} + } +}; + +StandTile tile_1996 = { + 0x055900, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2957, 11, -9366, 0x1f88}, + {-2905, 11, -9087, 0x1da4}, + {-2770, 0, -9209, 0x1f6c} + } +}; + +StandTile tile_1997 = { + 0x055a00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2957, 11, -9366, 0x1f6c}, + {-2553, 0, -9371, 0x1f70}, + {-2517, 0, -9629, 0x1fa4} + } +}; + +StandTile tile_1998 = { + 0x055b00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2553, 0, -9371, 0x1f68}, + {-2957, 11, -9366, 0x1f64}, + {-2770, 0, -9209, 0x0000} + } +}; + +StandTile tile_1999 = { + 0x288c00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2432, 0, -9383, 0x1fa8}, + {-2517, 0, -9629, 0x1f68}, + {-2553, 0, -9371, 0x1f74} + } +}; + +StandTile tile_2000 = { + 0x055c00, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2347, 0, -9136, 0x1fac}, + {-2432, 0, -9383, 0x1f70}, + {-2553, 0, -9371, 0x1f78} + } +}; + +StandTile tile_2001 = { + 0x055d00, 0x07, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2347, 0, -9136, 0x1f74}, + {-2553, 0, -9371, 0x0000}, + {-2391, 0, -9153, 0x202c} + } +}; + +StandTile tile_2002 = { + 0x055e00, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2799, 11, -8631, 0x1f8c}, + {-3018, 153, -8269, 0x1f38}, + {-2886, 11, -8168, 0x2030} + } +}; + +StandTile tile_2003 = { + 0x055f00, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2905, 11, -9087, 0x1f84}, + {-3052, 147, -8857, 0x1f90}, + {-2799, 11, -8800, 0x1da8} + } +}; + +StandTile tile_2004 = { + 0x056000, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3052, 147, -8857, 0x1f80}, + {-2905, 11, -9087, 0x1f88}, + {-3225, 147, -9497, 0x1f54} + } +}; + +StandTile tile_2005 = { + 0x056100, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2905, 11, -9087, 0x1f64}, + {-2957, 11, -9366, 0x1fa4}, + {-3225, 147, -9497, 0x1f84} + } +}; + +StandTile tile_2006 = { + 0x056200, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3018, 153, -8269, 0x1f7c}, + {-2799, 11, -8631, 0x1f90}, + {-3052, 147, -8857, 0x1f5c} + } +}; + +StandTile tile_2007 = { + 0x056300, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-3052, 147, -8857, 0x1f8c}, + {-2799, 11, -8631, 0x2010}, + {-2799, 11, -8800, 0x1f80} + } +}; + +StandTile tile_2008 = { + 0x056400, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3225, 147, -9497, 0x1fa4}, + {-2517, 0, -9629, 0x1f9c}, + {-2574, 147, -10065, 0x1fa0} + } +}; + +StandTile tile_2009 = { + 0x056500, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2076, 147, -9497, 0x2008}, + {-1956, 147, -9935, 0x1f9c}, + {-2517, 0, -9629, 0x1fa8} + } +}; + +StandTile tile_2010 = { + 0x056600, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1956, 147, -9935, 0x0000}, + {-2574, 147, -10065, 0x1f94}, + {-2517, 0, -9629, 0x1f98} + } +}; + +StandTile tile_2011 = { + 0x056700, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2574, 147, -10065, 0x0000}, + {-3157, 147, -10085, 0x1f50}, + {-3225, 147, -9497, 0x1f94} + } +}; + +StandTile tile_2012 = { + 0x056800, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3225, 147, -9497, 0x1f88}, + {-2957, 11, -9366, 0x1f68}, + {-2517, 0, -9629, 0x1f94} + } +}; + +StandTile tile_2013 = { + 0x288b00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2076, 147, -9497, 0x1f98}, + {-2517, 0, -9629, 0x1f70}, + {-2432, 0, -9383, 0x1fac} + } +}; + +StandTile tile_2014 = { + 0x056900, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2347, 0, -9136, 0x1fb4}, + {-2076, 147, -9497, 0x1fa8}, + {-2432, 0, -9383, 0x1f74} + } +}; + +StandTile tile_2015 = { + 0x056a00, 0x07, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2151, 138, -9057, 0x1fb4}, + {-2347, 0, -9136, 0x2028}, + {-2426, 0, -8959, 0x1fb8} + } +}; + +StandTile tile_2016 = { + 0x056b00, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2076, 147, -9497, 0x1fac}, + {-2347, 0, -9136, 0x1fb0}, + {-2151, 138, -9057, 0x1ff0} + } +}; + +StandTile tile_2017 = { + 0x056c00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2328, 126, -8752, 0x1fec}, + {-2151, 138, -9057, 0x1fb0}, + {-2426, 0, -8959, 0x1fc0} + } +}; + +StandTile tile_2018 = { + 0x056d00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2513, 126, -8665, 0x1fc0}, + {-2426, 0, -8959, 0x201c}, + {-2667, 11, -8752, 0x1fc4} + } +}; + +StandTile tile_2019 = { + 0x056e00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2426, 0, -8959, 0x1fbc}, + {-2513, 126, -8665, 0x1fe0}, + {-2328, 126, -8752, 0x1fb8} + } +}; + +StandTile tile_2020 = { + 0x056f00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2667, 11, -8752, 0x200c}, + {-2739, 11, -8608, 0x1fc8}, + {-2513, 126, -8665, 0x1fbc} + } +}; + +StandTile tile_2021 = { + 0x057000, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2697, 99, -8179, 0x1fe0}, + {-2513, 126, -8665, 0x1fc4}, + {-2739, 11, -8608, 0x1fcc} + } +}; + +StandTile tile_2022 = { + 0x057100, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2822, 11, -8149, 0x1fd0}, + {-2697, 99, -8179, 0x1fc8}, + {-2739, 11, -8608, 0x2034} + } +}; + +StandTile tile_2023 = { + 0x057200, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2682, 99, -7704, 0x1fdc}, + {-2697, 99, -8179, 0x1fcc}, + {-2822, 11, -8149, 0x1fd4} + } +}; + +StandTile tile_2024 = { + 0x057400, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2807, 11, -7689, 0x1e9c}, + {-2682, 99, -7704, 0x1fd0}, + {-2822, 11, -8149, 0x203c} + } +}; + +StandTile tile_2025 = { + 0x059a00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1778, 130, -7746, 0x1f14}, + {-1356, 151, -7414, 0x14b8}, + {-1153, 129, -8220, 0x1ffc} + } +}; + +StandTile tile_2026 = { + 0x059d00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2697, 99, -8179, 0x1fd0}, + {-2682, 99, -7704, 0x1e94}, + {-2513, 131, -7297, 0x1fe4} + } +}; + +StandTile tile_2027 = { + 0x059f00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2328, 126, -8752, 0x1fc0}, + {-2513, 126, -8665, 0x1fc8}, + {-2697, 99, -8179, 0x1fe8} + } +}; + +StandTile tile_2028 = { + 0x05a000, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1778, 130, -7746, 0x2000}, + {-2697, 99, -8179, 0x1fdc}, + {-2513, 131, -7297, 0x1f28} + } +}; + +StandTile tile_2029 = { + 0x05a100, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1887, 103, -8657, 0x1fec}, + {-2328, 126, -8752, 0x1fe0}, + {-2697, 99, -8179, 0x2000} + } +}; + +StandTile tile_2030 = { + 0x05a200, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1887, 103, -8657, 0x1ff4}, + {-2151, 138, -9057, 0x1fb8}, + {-2328, 126, -8752, 0x1fe8} + } +}; + +StandTile tile_2031 = { + 0x05a300, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2076, 147, -9497, 0x1fb4}, + {-2151, 138, -9057, 0x1ff4}, + {-988, 0, -9650, 0x2004} + } +}; + +StandTile tile_2032 = { + 0x05ab00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2151, 138, -9057, 0x1fec}, + {-1887, 103, -8657, 0x1ff8}, + {-988, 0, -9650, 0x1ff0} + } +}; + +StandTile tile_2033 = { + 0x05b500, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1887, 103, -8657, 0x1ffc}, + {-1153, 129, -8220, 0x14c0}, + {-988, 0, -9650, 0x1ff4} + } +}; + +StandTile tile_2034 = { + 0x05b600, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1153, 129, -8220, 0x1ff8}, + {-1887, 103, -8657, 0x2000}, + {-1778, 130, -7746, 0x1fd8} + } +}; + +StandTile tile_2035 = { + 0x05b800, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1778, 130, -7746, 0x1ffc}, + {-1887, 103, -8657, 0x1fe8}, + {-2697, 99, -8179, 0x1fe4} + } +}; + +StandTile tile_2036 = { + 0x05ba00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-988, 0, -9650, 0x0000}, + {-1454, 147, -9792, 0x2008}, + {-2076, 147, -9497, 0x1ff0} + } +}; + +StandTile tile_2037 = { + 0x05bc00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1956, 147, -9935, 0x1f98}, + {-2076, 147, -9497, 0x2004}, + {-1454, 147, -9792, 0x0000} + } +}; + +StandTile tile_2038 = { + 0x068e00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2799, 11, -8631, 0x2030}, + {-2739, 11, -8608, 0x1fc4}, + {-2667, 11, -8752, 0x2010} + } +}; + +StandTile tile_2039 = { + 0x068f00, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2799, 11, -8631, 0x200c}, + {-2667, 11, -8752, 0x2018}, + {-2799, 11, -8800, 0x1f90} + } +}; + +StandTile tile_2040 = { + 0x317400, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2667, 11, -8752, 0x201c}, + {-2608, 0, -8991, 0x21aa}, + {-2645, 0, -8964, 0x2018} + } +}; + +StandTile tile_2041 = { + 0x069000, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2799, 11, -8800, 0x2010}, + {-2667, 11, -8752, 0x2014}, + {-2645, 0, -8964, 0x1da8} + } +}; + +StandTile tile_2042 = { + 0x069200, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2667, 11, -8752, 0x1fbc}, + {-2426, 0, -8959, 0x2024}, + {-2608, 0, -8991, 0x2014} + } +}; + +StandTile tile_2043 = { + 0x069300, 0x07, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2426, 0, -8959, 0x2028}, + {-2445, 0, -9113, 0x216e}, + {-2554, 0, -9032, 0x2024} + } +}; + +StandTile tile_2044 = { + 0x069400, 0x07, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2426, 0, -8959, 0x2020}, + {-2554, 0, -9032, 0x0000}, + {-2608, 0, -8991, 0x201c} + } +}; + +StandTile tile_2045 = { + 0x069500, 0x07, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2426, 0, -8959, 0x1fb0}, + {-2347, 0, -9136, 0x202c}, + {-2445, 0, -9113, 0x2020} + } +}; + +StandTile tile_2046 = { + 0x069600, 0x07, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2347, 0, -9136, 0x1f78}, + {-2391, 0, -9153, 0x0000}, + {-2445, 0, -9113, 0x2028} + } +}; + +StandTile tile_2047 = { + 0x069700, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2886, 11, -8168, 0x2034}, + {-2739, 11, -8608, 0x200c}, + {-2799, 11, -8631, 0x1f7c} + } +}; + +StandTile tile_2048 = { + 0x069800, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2886, 11, -8168, 0x2038}, + {-2822, 11, -8149, 0x1fcc}, + {-2739, 11, -8608, 0x2030} + } +}; + +StandTile tile_2049 = { + 0x069900, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2920, 11, -7674, 0x203c}, + {-2822, 11, -8149, 0x2034}, + {-2886, 11, -8168, 0x1f40} + } +}; + +StandTile tile_2050 = { + 0x069a00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2920, 11, -7674, 0x1e78}, + {-2807, 11, -7689, 0x1fd4}, + {-2822, 11, -8149, 0x2038} + } +}; + +StandTile tile_2051 = { + 0x31b100, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3535, 19, -6165, 0x1dc4}, + {-3519, 19, -6149, 0x204c}, + {-3527, 38, -6173, 0x0000} + } +}; + +StandTile tile_2052 = { + 0x31b000, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3477, 19, -6193, 0x1dc0}, + {-3493, 19, -6208, 0x0000}, + {-3501, 38, -6200, 0x2048} + } +}; + +StandTile tile_2053 = { + 0x27fa02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3527, 38, -6173, 0x204c}, + {-3477, 19, -6193, 0x2044}, + {-3501, 38, -6200, 0x2054} + } +}; + +StandTile tile_2054 = { + 0x27fa01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3527, 38, -6173, 0x2040}, + {-3519, 19, -6149, 0x1db4}, + {-3477, 19, -6193, 0x2048} + } +}; + +StandTile tile_2055 = { + 0x280d02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3530, 38, -6176, 0x2054}, + {-3501, 38, -6200, 0x0000}, + {-3504, 38, -6203, 0x04ed} + } +}; + +StandTile tile_2056 = { + 0x280d01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3530, 38, -6176, 0x0000}, + {-3527, 38, -6173, 0x2048}, + {-3501, 38, -6200, 0x2050} + } +}; + +StandTile tile_2057 = { + 0x31e802, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-2689, 226, -9269, 0x205d}, + {-2725, 170, -9242, 0x0000}, + {-2726, 226, -9241, 0x20b1}, + {-2708, 226, -9255, 0x20ad} + } +}; + +StandTile tile_2058 = { + 0x31e801, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2689, 226, -9269, 0x2075}, + {-2689, 215, -9269, 0x0000}, + {-2725, 170, -9242, 0x2058} + } +}; + +StandTile tile_2059 = { + 0x31e400, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2716, 170, -9249, 0x213e}, + {-2725, 170, -9242, 0x0000}, + {-2716, 181, -9249, 0x222a} + } +}; + +StandTile tile_2060 = { + 0x31d000, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2707, 181, -9256, 0x2136}, + {-2716, 181, -9249, 0x0000}, + {-2707, 192, -9256, 0x2232} + } +}; + +StandTile tile_2061 = { + 0x31a700, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2698, 203, -9263, 0x223a}, + {-2698, 192, -9263, 0x212e}, + {-2707, 192, -9256, 0x0000} + } +}; + +StandTile tile_2062 = { + 0x31a500, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2689, 215, -9269, 0x2242}, + {-2689, 203, -9269, 0x2126}, + {-2698, 203, -9263, 0x0000} + } +}; + +StandTile tile_2063 = { + 0x31a402, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2689, 215, -9269, 0x2075}, + {-2680, 226, -9276, 0x224a}, + {-2680, 215, -9276, 0x211e} + } +}; + +StandTile tile_2064 = { + 0x31a401, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2689, 215, -9269, 0x205d}, + {-2689, 226, -9269, 0x20a9}, + {-2680, 226, -9276, 0x2071} + } +}; + +StandTile tile_2065 = { + 0x313b00, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2562, 226, -9311, 0x0000}, + {-2475, 226, -9260, 0x2085}, + {-2495, 226, -9311, 0x207d} + } +}; + +StandTile tile_2066 = { + 0x310500, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2562, 226, -9311, 0x2079}, + {-2495, 226, -9311, 0x2089}, + {-2544, 226, -9434, 0x20bd} + } +}; + +StandTile tile_2067 = { + 0x313a02, 0x07, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-2495, 226, -9311, 0x2085}, + {-2328, 226, -9144, 0x0000}, + {-2417, 226, -9264, 0x2089} + } +}; + +StandTile tile_2068 = { + 0x313a01, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-2495, 226, -9311, 0x2079}, + {-2475, 226, -9260, 0x208d}, + {-2328, 226, -9144, 0x2081} + } +}; + +StandTile tile_2069 = { + 0x310400, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2544, 226, -9434, 0x207d}, + {-2495, 226, -9311, 0x2081}, + {-2417, 226, -9264, 0x0000} + } +}; + +StandTile tile_2070 = { + 0x310300, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2328, 226, -9144, 0x2085}, + {-2475, 226, -9260, 0x0000}, + {-2450, 226, -9162, 0x2091} + } +}; + +StandTile tile_2071 = { + 0x310200, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2328, 226, -9144, 0x208d}, + {-2450, 226, -9162, 0x0000}, + {-2502, 226, -9075, 0x2095} + } +}; + +StandTile tile_2072 = { + 0x310100, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2618, 226, -8928, 0x0000}, + {-2328, 226, -9144, 0x2091}, + {-2502, 226, -9075, 0x2099} + } +}; + +StandTile tile_2073 = { + 0x310000, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2618, 226, -8928, 0x2095}, + {-2502, 226, -9075, 0x0000}, + {-2600, 226, -9051, 0x209d} + } +}; + +StandTile tile_2074 = { + 0x30ff00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2618, 226, -8928, 0x2099}, + {-2600, 226, -9051, 0x0000}, + {-2686, 226, -9102, 0x20a1} + } +}; + +StandTile tile_2075 = { + 0x30fe00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2618, 226, -8928, 0x209d}, + {-2686, 226, -9102, 0x20a5}, + {-2807, 226, -9182, 0x0000} + } +}; + +StandTile tile_2076 = { + 0x30fd00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2686, 226, -9102, 0x0000}, + {-2711, 226, -9200, 0x20b5}, + {-2807, 226, -9182, 0x20a1} + } +}; + +StandTile tile_2077 = { + 0x31ab00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2711, 226, -9200, 0x20b9}, + {-2680, 226, -9276, 0x2075}, + {-2689, 226, -9269, 0x20ad} + } +}; + +StandTile tile_2078 = { + 0x31aa00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2711, 226, -9200, 0x20a9}, + {-2689, 226, -9269, 0x2058}, + {-2708, 226, -9255, 0x20b1} + } +}; + +StandTile tile_2079 = { + 0x31a900, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2711, 226, -9200, 0x20ad}, + {-2708, 226, -9255, 0x2058}, + {-2726, 226, -9241, 0x20b5} + } +}; + +StandTile tile_2080 = { + 0x30fc00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2807, 226, -9182, 0x20a5}, + {-2711, 226, -9200, 0x20b1}, + {-2726, 226, -9241, 0x0000} + } +}; + +StandTile tile_2081 = { + 0x30fb00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2680, 226, -9276, 0x20a9}, + {-2711, 226, -9200, 0x0000}, + {-2659, 226, -9287, 0x20c5} + } +}; + +StandTile tile_2082 = { + 0x30fa00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2562, 226, -9311, 0x207d}, + {-2544, 226, -9434, 0x20c1}, + {-2659, 226, -9287, 0x0000} + } +}; + +StandTile tile_2083 = { + 0x30f900, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2659, 226, -9287, 0x20bd}, + {-2544, 226, -9434, 0x0000}, + {-2707, 226, -9312, 0x20c5} + } +}; + +StandTile tile_2084 = { + 0x30f800, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2707, 226, -9312, 0x2246}, + {-2680, 226, -9276, 0x20b9}, + {-2659, 226, -9287, 0x20c1} + } +}; + +StandTile tile_2085 = { + 0x30ba02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2669, 102, -9073, 0x20cd}, + {-2712, 102, -9055, 0x0000}, + {-2705, 102, -9046, 0x21ee} + } +}; + +StandTile tile_2086 = { + 0x30ba01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2669, 102, -9073, 0x0000}, + {-2676, 102, -9082, 0x21fa}, + {-2712, 102, -9055, 0x20c9} + } +}; + +StandTile tile_2087 = { + 0x30b802, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2662, 90, -9064, 0x20d5}, + {-2705, 90, -9046, 0x0000}, + {-2699, 90, -9037, 0x21e6} + } +}; + +StandTile tile_2088 = { + 0x30b801, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2662, 90, -9064, 0x0000}, + {-2669, 90, -9073, 0x21f2}, + {-2705, 90, -9046, 0x20d1} + } +}; + +StandTile tile_2089 = { + 0x30b602, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2656, 79, -9055, 0x20dd}, + {-2699, 79, -9037, 0x0000}, + {-2692, 79, -9028, 0x21de} + } +}; + +StandTile tile_2090 = { + 0x30b601, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2656, 79, -9055, 0x0000}, + {-2662, 79, -9064, 0x21ea}, + {-2699, 79, -9037, 0x20d9} + } +}; + +StandTile tile_2091 = { + 0x30b402, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2649, 68, -9046, 0x20e5}, + {-2692, 68, -9028, 0x0000}, + {-2685, 68, -9019, 0x21d6} + } +}; + +StandTile tile_2092 = { + 0x30b401, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2649, 68, -9046, 0x0000}, + {-2656, 68, -9055, 0x21e2}, + {-2692, 68, -9028, 0x20e1} + } +}; + +StandTile tile_2093 = { + 0x30b202, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2642, 57, -9036, 0x20ed}, + {-2685, 57, -9019, 0x0000}, + {-2678, 57, -9009, 0x21ce} + } +}; + +StandTile tile_2094 = { + 0x30b201, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2642, 57, -9036, 0x0000}, + {-2649, 57, -9046, 0x21da}, + {-2685, 57, -9019, 0x20e9} + } +}; + +StandTile tile_2095 = { + 0x30b002, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2635, 45, -9027, 0x20f5}, + {-2678, 45, -9009, 0x0000}, + {-2672, 45, -9000, 0x21c6} + } +}; + +StandTile tile_2096 = { + 0x30b001, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2635, 45, -9027, 0x0000}, + {-2642, 45, -9036, 0x21d2}, + {-2678, 45, -9009, 0x20f1} + } +}; + +StandTile tile_2097 = { + 0x30ae02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2629, 34, -9018, 0x20fd}, + {-2672, 34, -9000, 0x0000}, + {-2665, 34, -8991, 0x21be} + } +}; + +StandTile tile_2098 = { + 0x30ae01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2629, 34, -9018, 0x0000}, + {-2635, 34, -9027, 0x21ca}, + {-2672, 34, -9000, 0x20f9} + } +}; + +StandTile tile_2099 = { + 0x30ac02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2622, 23, -9009, 0x2105}, + {-2665, 23, -8991, 0x0000}, + {-2658, 23, -8982, 0x21b6} + } +}; + +StandTile tile_2100 = { + 0x30ac01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2622, 23, -9009, 0x0000}, + {-2629, 23, -9018, 0x21c2}, + {-2665, 23, -8991, 0x2101} + } +}; + +StandTile tile_2101 = { + 0x30aa02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2615, 11, -9000, 0x210d}, + {-2658, 11, -8982, 0x0000}, + {-2651, 11, -8973, 0x21ae} + } +}; + +StandTile tile_2102 = { + 0x30aa01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2615, 11, -9000, 0x0000}, + {-2622, 11, -9009, 0x21ba}, + {-2658, 11, -8982, 0x2109} + } +}; + +StandTile tile_2103 = { + 0x30da02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2712, 113, -9055, 0x2115}, + {-2797, 113, -9245, 0x0000}, + {-2834, 113, -9218, 0x0000} + } +}; + +StandTile tile_2104 = { + 0x30da01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-2712, 113, -9055, 0x21f6}, + {-2676, 113, -9082, 0x0000}, + {-2770, 113, -9209, 0x2162}, + {-2797, 113, -9245, 0x2111} + } +}; + +StandTile tile_2105 = { + 0x30cf02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2689, 215, -9269, 0x211e}, + {-2707, 215, -9312, 0x0000}, + {-2716, 215, -9306, 0x223e} + } +}; + +StandTile tile_2106 = { + 0x30cf01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2689, 215, -9269, 0x2071}, + {-2680, 215, -9276, 0x224a}, + {-2707, 215, -9312, 0x211a} + } +}; + +StandTile tile_2107 = { + 0x30cd02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2698, 203, -9263, 0x2126}, + {-2716, 203, -9306, 0x0000}, + {-2725, 203, -9299, 0x2236} + } +}; + +StandTile tile_2108 = { + 0x30cd01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2698, 203, -9263, 0x206d}, + {-2689, 203, -9269, 0x2242}, + {-2716, 203, -9306, 0x2122} + } +}; + +StandTile tile_2109 = { + 0x30cb02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2707, 192, -9256, 0x212e}, + {-2725, 192, -9299, 0x0000}, + {-2734, 192, -9292, 0x222e} + } +}; + +StandTile tile_2110 = { + 0x30cb01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2707, 192, -9256, 0x2069}, + {-2698, 192, -9263, 0x223a}, + {-2725, 192, -9299, 0x212a} + } +}; + +StandTile tile_2111 = { + 0x30c902, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2716, 181, -9249, 0x2136}, + {-2734, 181, -9292, 0x0000}, + {-2743, 181, -9285, 0x2226} + } +}; + +StandTile tile_2112 = { + 0x30c901, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2716, 181, -9249, 0x2065}, + {-2707, 181, -9256, 0x2232}, + {-2734, 181, -9292, 0x2132} + } +}; + +StandTile tile_2113 = { + 0x30c702, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2725, 170, -9242, 0x213e}, + {-2743, 170, -9285, 0x0000}, + {-2752, 170, -9279, 0x221e} + } +}; + +StandTile tile_2114 = { + 0x30c701, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2725, 170, -9242, 0x2061}, + {-2716, 170, -9249, 0x222a}, + {-2743, 170, -9285, 0x213a} + } +}; + +StandTile tile_2115 = { + 0x30c502, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2734, 158, -9236, 0x2146}, + {-2752, 158, -9279, 0x0000}, + {-2761, 158, -9272, 0x2216} + } +}; + +StandTile tile_2116 = { + 0x30c501, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2734, 158, -9236, 0x0000}, + {-2725, 158, -9242, 0x2222}, + {-2752, 158, -9279, 0x2142} + } +}; + +StandTile tile_2117 = { + 0x30c302, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2743, 147, -9229, 0x214e}, + {-2761, 147, -9272, 0x0000}, + {-2770, 147, -9265, 0x220e} + } +}; + +StandTile tile_2118 = { + 0x30c301, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2743, 147, -9229, 0x0000}, + {-2734, 147, -9236, 0x221a}, + {-2761, 147, -9272, 0x214a} + } +}; + +StandTile tile_2119 = { + 0x30c102, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2752, 136, -9222, 0x2156}, + {-2770, 136, -9265, 0x0000}, + {-2779, 136, -9258, 0x2206} + } +}; + +StandTile tile_2120 = { + 0x30c101, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2752, 136, -9222, 0x0000}, + {-2743, 136, -9229, 0x2212}, + {-2770, 136, -9265, 0x2152} + } +}; + +StandTile tile_2121 = { + 0x30bf02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2761, 124, -9215, 0x215e}, + {-2779, 124, -9258, 0x0000}, + {-2788, 124, -9252, 0x21fe} + } +}; + +StandTile tile_2122 = { + 0x30bf01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2761, 124, -9215, 0x0000}, + {-2752, 124, -9222, 0x220a}, + {-2779, 124, -9258, 0x215a} + } +}; + +StandTile tile_2123 = { + 0x30bd02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2770, 113, -9209, 0x2166}, + {-2788, 113, -9252, 0x0000}, + {-2797, 113, -9245, 0x2115} + } +}; + +StandTile tile_2124 = { + 0x30bd01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2770, 113, -9209, 0x0000}, + {-2761, 113, -9215, 0x2202}, + {-2788, 113, -9252, 0x2162} + } +}; + +StandTile tile_2125 = { + 0x315c02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2554, 0, -9032, 0x216e}, + {-2459, 0, -9131, 0x219e}, + {-2567, 0, -9050, 0x0000} + } +}; + +StandTile tile_2126 = { + 0x315c01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2554, 0, -9032, 0x2020}, + {-2445, 0, -9113, 0x0000}, + {-2459, 0, -9131, 0x216a} + } +}; + +StandTile tile_2127 = { + 0x308d00, 0x07, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2558, 0, -9339, 0x0000}, + {-2739, 0, -9204, 0x2176}, + {-2533, 0, -9212, 0x2182} + } +}; + +StandTile tile_2128 = { + 0x308c00, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2533, 0, -9212, 0x2172}, + {-2739, 0, -9204, 0x217a}, + {-2637, 0, -9087, 0x217e} + } +}; + +StandTile tile_2129 = { + 0x308b00, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2739, 0, -9204, 0x0000}, + {-2651, 0, -9086, 0x218e}, + {-2637, 0, -9087, 0x2176} + } +}; + +StandTile tile_2130 = { + 0x308a00, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-2637, 0, -9087, 0x21a2}, + {-2468, 0, -9181, 0x218a}, + {-2533, 0, -9212, 0x2176} + } +}; + +StandTile tile_2131 = { + 0x308900, 0x07, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-2558, 0, -9339, 0x2172}, + {-2533, 0, -9212, 0x218a}, + {-2479, 0, -9233, 0x0000} + } +}; + +StandTile tile_2132 = { + 0x308802, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2479, 0, -9233, 0x218a}, + {-2468, 0, -9181, 0x2196}, + {-2449, 0, -9194, 0x0000} + } +}; + +StandTile tile_2133 = { + 0x308801, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2479, 0, -9233, 0x2182}, + {-2533, 0, -9212, 0x217e}, + {-2468, 0, -9181, 0x2186} + } +}; + +StandTile tile_2134 = { + 0x308702, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-2651, 0, -9086, 0x2192}, + {-2567, 0, -9050, 0x219e}, + {-2637, 0, -9087, 0x217a} + } +}; + +StandTile tile_2135 = { + 0x308701, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-2651, 0, -9086, 0x0000}, + {-2604, 0, -9023, 0x0000}, + {-2567, 0, -9050, 0x218e} + } +}; + +StandTile tile_2136 = { + 0x308602, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-2459, 0, -9131, 0x219a}, + {-2449, 0, -9194, 0x2186}, + {-2468, 0, -9181, 0x21a2} + } +}; + +StandTile tile_2137 = { + 0x308601, 0x07, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-2459, 0, -9131, 0x0000}, + {-2422, 0, -9158, 0x0000}, + {-2449, 0, -9194, 0x2196} + } +}; + +StandTile tile_2138 = { + 0x308502, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2459, 0, -9131, 0x21a2}, + {-2637, 0, -9087, 0x218e}, + {-2567, 0, -9050, 0x216a} + } +}; + +StandTile tile_2139 = { + 0x308501, 0x07, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-2459, 0, -9131, 0x2196}, + {-2468, 0, -9181, 0x217e}, + {-2637, 0, -9087, 0x219e} + } +}; + +StandTile tile_2140 = { + 0x317502, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2651, 0, -8973, 0x21aa}, + {-2608, 0, -8991, 0x0000}, + {-2615, 0, -9000, 0x21b2} + } +}; + +StandTile tile_2141 = { + 0x317501, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2651, 0, -8973, 0x0000}, + {-2645, 0, -8964, 0x2014}, + {-2608, 0, -8991, 0x21a6} + } +}; + +StandTile tile_2142 = { + 0x317102, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2651, 0, -8973, 0x21b2}, + {-2615, 11, -9000, 0x2109}, + {-2651, 11, -8973, 0x0000} + } +}; + +StandTile tile_2143 = { + 0x317101, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2651, 0, -8973, 0x21a6}, + {-2615, 0, -9000, 0x0000}, + {-2615, 11, -9000, 0x21ae} + } +}; + +StandTile tile_2144 = { + 0x317002, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2658, 11, -8982, 0x21ba}, + {-2622, 23, -9009, 0x2101}, + {-2658, 23, -8982, 0x0000} + } +}; + +StandTile tile_2145 = { + 0x317001, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2658, 11, -8982, 0x210d}, + {-2622, 11, -9009, 0x0000}, + {-2622, 23, -9009, 0x21b6} + } +}; + +StandTile tile_2146 = { + 0x316f02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2665, 23, -8991, 0x21c2}, + {-2629, 34, -9018, 0x20f9}, + {-2665, 34, -8991, 0x0000} + } +}; + +StandTile tile_2147 = { + 0x316f01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2665, 23, -8991, 0x2105}, + {-2629, 23, -9018, 0x0000}, + {-2629, 34, -9018, 0x21be} + } +}; + +StandTile tile_2148 = { + 0x316e02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2672, 34, -9000, 0x21ca}, + {-2635, 45, -9027, 0x20f1}, + {-2672, 45, -9000, 0x0000} + } +}; + +StandTile tile_2149 = { + 0x316e01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2672, 34, -9000, 0x20fd}, + {-2635, 34, -9027, 0x0000}, + {-2635, 45, -9027, 0x21c6} + } +}; + +StandTile tile_2150 = { + 0x316d02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2678, 45, -9009, 0x21d2}, + {-2642, 57, -9036, 0x20e9}, + {-2678, 57, -9009, 0x0000} + } +}; + +StandTile tile_2151 = { + 0x316d01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2678, 45, -9009, 0x20f5}, + {-2642, 45, -9036, 0x0000}, + {-2642, 57, -9036, 0x21ce} + } +}; + +StandTile tile_2152 = { + 0x316c02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2685, 57, -9019, 0x21da}, + {-2649, 68, -9046, 0x20e1}, + {-2685, 68, -9019, 0x0000} + } +}; + +StandTile tile_2153 = { + 0x316c01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2685, 57, -9019, 0x20ed}, + {-2649, 57, -9046, 0x0000}, + {-2649, 68, -9046, 0x21d6} + } +}; + +StandTile tile_2154 = { + 0x316b02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2692, 68, -9028, 0x21e2}, + {-2656, 79, -9055, 0x20d9}, + {-2692, 79, -9028, 0x0000} + } +}; + +StandTile tile_2155 = { + 0x316b01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2692, 68, -9028, 0x20e5}, + {-2656, 68, -9055, 0x0000}, + {-2656, 79, -9055, 0x21de} + } +}; + +StandTile tile_2156 = { + 0x316a02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2699, 79, -9037, 0x21ea}, + {-2662, 90, -9064, 0x20d1}, + {-2699, 90, -9037, 0x0000} + } +}; + +StandTile tile_2157 = { + 0x316a01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2699, 79, -9037, 0x20dd}, + {-2662, 79, -9064, 0x0000}, + {-2662, 90, -9064, 0x21e6} + } +}; + +StandTile tile_2158 = { + 0x316902, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2705, 90, -9046, 0x21f2}, + {-2669, 102, -9073, 0x20c9}, + {-2705, 102, -9046, 0x0000} + } +}; + +StandTile tile_2159 = { + 0x316901, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2705, 90, -9046, 0x20d5}, + {-2669, 90, -9073, 0x0000}, + {-2669, 102, -9073, 0x21ee} + } +}; + +StandTile tile_2160 = { + 0x316802, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2712, 102, -9055, 0x21fa}, + {-2676, 113, -9082, 0x2115}, + {-2712, 113, -9055, 0x0000} + } +}; + +StandTile tile_2161 = { + 0x316801, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2712, 102, -9055, 0x20cd}, + {-2676, 102, -9082, 0x0000}, + {-2676, 113, -9082, 0x21f6} + } +}; + +StandTile tile_2162 = { + 0x316702, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2788, 113, -9252, 0x2202}, + {-2761, 124, -9215, 0x215a}, + {-2788, 124, -9252, 0x0000} + } +}; + +StandTile tile_2163 = { + 0x316701, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2788, 113, -9252, 0x2166}, + {-2761, 113, -9215, 0x0000}, + {-2761, 124, -9215, 0x21fe} + } +}; + +StandTile tile_2164 = { + 0x316602, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2779, 124, -9258, 0x220a}, + {-2752, 136, -9222, 0x2152}, + {-2779, 136, -9258, 0x0000} + } +}; + +StandTile tile_2165 = { + 0x316601, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2779, 124, -9258, 0x215e}, + {-2752, 124, -9222, 0x0000}, + {-2752, 136, -9222, 0x2206} + } +}; + +StandTile tile_2166 = { + 0x316502, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2770, 136, -9265, 0x2212}, + {-2743, 147, -9229, 0x214a}, + {-2770, 147, -9265, 0x0000} + } +}; + +StandTile tile_2167 = { + 0x316501, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2770, 136, -9265, 0x2156}, + {-2743, 136, -9229, 0x0000}, + {-2743, 147, -9229, 0x220e} + } +}; + +StandTile tile_2168 = { + 0x316402, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2761, 147, -9272, 0x221a}, + {-2734, 158, -9236, 0x2142}, + {-2761, 158, -9272, 0x0000} + } +}; + +StandTile tile_2169 = { + 0x316401, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2761, 147, -9272, 0x214e}, + {-2734, 147, -9236, 0x0000}, + {-2734, 158, -9236, 0x2216} + } +}; + +StandTile tile_2170 = { + 0x316302, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2752, 158, -9279, 0x2222}, + {-2725, 170, -9242, 0x213a}, + {-2752, 170, -9279, 0x0000} + } +}; + +StandTile tile_2171 = { + 0x316301, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2752, 158, -9279, 0x2146}, + {-2725, 158, -9242, 0x0000}, + {-2725, 170, -9242, 0x221e} + } +}; + +StandTile tile_2172 = { + 0x316202, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2743, 170, -9285, 0x222a}, + {-2716, 181, -9249, 0x2132}, + {-2743, 181, -9285, 0x0000} + } +}; + +StandTile tile_2173 = { + 0x316201, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2743, 170, -9285, 0x213e}, + {-2716, 170, -9249, 0x2061}, + {-2716, 181, -9249, 0x2226} + } +}; + +StandTile tile_2174 = { + 0x316102, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2734, 181, -9292, 0x2232}, + {-2707, 192, -9256, 0x212a}, + {-2734, 192, -9292, 0x0000} + } +}; + +StandTile tile_2175 = { + 0x316101, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2734, 181, -9292, 0x2136}, + {-2707, 181, -9256, 0x2065}, + {-2707, 192, -9256, 0x222e} + } +}; + +StandTile tile_2176 = { + 0x316002, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2725, 192, -9299, 0x223a}, + {-2698, 203, -9263, 0x2122}, + {-2725, 203, -9299, 0x0000} + } +}; + +StandTile tile_2177 = { + 0x316001, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2725, 192, -9299, 0x212e}, + {-2698, 192, -9263, 0x2069}, + {-2698, 203, -9263, 0x2236} + } +}; + +StandTile tile_2178 = { + 0x315f02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2716, 203, -9306, 0x2242}, + {-2689, 215, -9269, 0x211a}, + {-2716, 215, -9306, 0x0000} + } +}; + +StandTile tile_2179 = { + 0x315f01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2716, 203, -9306, 0x2126}, + {-2689, 203, -9269, 0x206d}, + {-2689, 215, -9269, 0x223e} + } +}; + +StandTile tile_2180 = { + 0x315e02, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2707, 215, -9312, 0x224a}, + {-2680, 226, -9276, 0x20c5}, + {-2707, 226, -9312, 0x0000} + } +}; + +StandTile tile_2181 = { + 0x315e01, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2707, 215, -9312, 0x211e}, + {-2680, 215, -9276, 0x2071}, + {-2680, 226, -9276, 0x2246} + } +}; + +StandTile tile_2182 = { + 0x05c500, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5783, 147, -5308, 0x225e}, + {-5802, 147, -6231, 0x2252}, + {-6536, 83, -5489, 0x225a} + } +}; + +StandTile tile_2183 = { + 0x05c700, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6536, 83, -5489, 0x224e}, + {-5802, 147, -6231, 0x2482}, + {-6774, 147, -6250, 0x0875} + } +}; + +StandTile tile_2184 = { + 0x05ca00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6284, 83, -4668, 0x2266}, + {-5546, 263, -4607, 0x2272}, + {-5783, 147, -5308, 0x225a} + } +}; + +StandTile tile_2185 = { + 0x05cf00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6284, 83, -4668, 0x2256}, + {-5783, 147, -5308, 0x224e}, + {-6536, 83, -5489, 0x087d} + } +}; + +StandTile tile_2186 = { + 0x05d000, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5783, 147, -5308, 0x226e}, + {-5108, 147, -6073, 0x22ae}, + {-5802, 147, -6231, 0x224e} + } +}; + +StandTile tile_2187 = { + 0x05d200, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6337, 147, -3990, 0x0000}, + {-5760, 147, -4246, 0x2266}, + {-6284, 83, -4668, 0x0889} + } +}; + +StandTile tile_2188 = { + 0x05d300, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5760, 147, -4246, 0x226a}, + {-5546, 263, -4607, 0x2256}, + {-6284, 83, -4668, 0x2262} + } +}; + +StandTile tile_2189 = { + 0x05d900, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5261, 147, -4373, 0x227a}, + {-5546, 263, -4607, 0x2266}, + {-5760, 147, -4246, 0x0000} + } +}; + +StandTile tile_2190 = { + 0x05da00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5108, 147, -6073, 0x225e}, + {-5783, 147, -5308, 0x2272}, + {-5395, 147, -5515, 0x2286} + } +}; + +StandTile tile_2191 = { + 0x05db00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5546, 263, -4607, 0x2276}, + {-5395, 147, -5515, 0x226e}, + {-5783, 147, -5308, 0x2256} + } +}; + +StandTile tile_2192 = { + 0x05dc00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5546, 263, -4607, 0x227a}, + {-5199, 147, -4886, 0x228e}, + {-5395, 147, -5515, 0x2272} + } +}; + +StandTile tile_2193 = { + 0x05dd00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5261, 147, -4373, 0x227e}, + {-5199, 147, -4886, 0x2276}, + {-5546, 263, -4607, 0x226a} + } +}; + +StandTile tile_2194 = { + 0x05de00, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-4883, 23, -4293, 0x2292}, + {-5199, 147, -4886, 0x227a}, + {-5261, 147, -4373, 0x0000} + } +}; + +StandTile tile_2195 = { + 0x05e300, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5108, 147, -6073, 0x2286}, + {-4837, 147, -5700, 0x1b74}, + {-4592, 147, -6295, 0x2426} + } +}; + +StandTile tile_2196 = { + 0x05e400, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5395, 147, -5515, 0x228a}, + {-4837, 147, -5700, 0x2282}, + {-5108, 147, -6073, 0x226e} + } +}; + +StandTile tile_2197 = { + 0x05e600, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5395, 147, -5515, 0x228e}, + {-4920, 147, -5108, 0x1b88}, + {-4837, 147, -5700, 0x2286} + } +}; + +StandTile tile_2198 = { + 0x05e700, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5199, 147, -4886, 0x2292}, + {-4920, 147, -5108, 0x228a}, + {-5395, 147, -5515, 0x2276} + } +}; + +StandTile tile_2199 = { + 0x05e800, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-4883, 23, -4293, 0x1d44}, + {-4920, 147, -5108, 0x228e}, + {-5199, 147, -4886, 0x227e} + } +}; + +StandTile tile_2200 = { + 0x285902, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4972, 38, -8551, 0x229a}, + {-4934, 38, -8555, 0x0519}, + {-4972, 38, -8555, 0x0000} + } +}; + +StandTile tile_2201 = { + 0x285901, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4972, 38, -8551, 0x24ee}, + {-4934, 38, -8551, 0x0000}, + {-4934, 38, -8555, 0x2296} + } +}; + +StandTile tile_2202 = { + 0x05df00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4641, 147, -6683, 0x2426}, + {-4592, 147, -6295, 0x1f00}, + {-4137, 147, -6710, 0x22a2} + } +}; + +StandTile tile_2203 = { + 0x059700, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4641, 147, -6683, 0x229e}, + {-4137, 147, -6710, 0x22a6}, + {-4781, 147, -7150, 0x230e} + } +}; + +StandTile tile_2204 = { + 0x059600, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4423, 147, -7199, 0x2416}, + {-4781, 147, -7150, 0x22a2}, + {-4137, 147, -6710, 0x22aa} + } +}; + +StandTile tile_2205 = { + 0x058f00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3967, 147, -7286, 0x241e}, + {-4423, 147, -7199, 0x22a6}, + {-4137, 147, -6710, 0x1ec8} + } +}; + +StandTile tile_2206 = { + 0x114e00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5108, 147, -6073, 0x22ca}, + {-5087, 77, -6263, 0x22da}, + {-5802, 147, -6231, 0x225e} + } +}; + +StandTile tile_2207 = { + 0x051800, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4329, 147, -8782, 0x23e2}, + {-4626, 147, -9317, 0x237a}, + {-4510, 64, -9066, 0x237e} + } +}; + +StandTile tile_2208 = { + 0x114200, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5512, 64, -7132, 0x22ba}, + {-5560, 16, -6926, 0x24ba}, + {-5319, 0, -7132, 0x2326} + } +}; + +StandTile tile_2209 = { + 0x114300, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-5512, 64, -7132, 0x22be}, + {-5660, 18, -6707, 0x0000}, + {-5560, 16, -6926, 0x22b6} + } +}; + +StandTile tile_2210 = { + 0x114400, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-5803, 77, -6615, 0x22c6}, + {-5660, 18, -6707, 0x22ba}, + {-5512, 64, -7132, 0x22d6} + } +}; + +StandTile tile_2211 = { + 0x114500, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-5087, 77, -6263, 0x22f6}, + {-5252, 19, -6521, 0x0000}, + {-5660, 18, -6707, 0x22c6} + } +}; + +StandTile tile_2212 = { + 0x114800, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5087, 77, -6263, 0x22c2}, + {-5660, 18, -6707, 0x22be}, + {-5803, 77, -6615, 0x22da} + } +}; + +StandTile tile_2213 = { + 0x114d00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5087, 77, -6263, 0x22ae}, + {-5108, 147, -6073, 0x2426}, + {-4641, 147, -6683, 0x22e6} + } +}; + +StandTile tile_2214 = { + 0x115000, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-6047, 207, -7041, 0x2482}, + {-5802, 147, -6231, 0x22da}, + {-5803, 77, -6615, 0x22d2} + } +}; + +StandTile tile_2215 = { + 0x115100, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5803, 77, -6615, 0x22d6}, + {-5677, 64, -7275, 0x233e}, + {-6047, 207, -7041, 0x22ce} + } +}; + +StandTile tile_2216 = { + 0x115800, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5803, 77, -6615, 0x22be}, + {-5512, 64, -7132, 0x231e}, + {-5677, 64, -7275, 0x22d2} + } +}; + +StandTile tile_2217 = { + 0x115900, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5087, 77, -6263, 0x22c6}, + {-5803, 77, -6615, 0x22ce}, + {-5802, 147, -6231, 0x22ae} + } +}; + +StandTile tile_2218 = { + 0x307100, 0x05, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-4871, 147, -6766, 0x230a}, + {-5101, 147, -6849, 0x22ee}, + {-5094, 112, -6556, 0x22e2} + } +}; + +StandTile tile_2219 = { + 0x114c02, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5087, 77, -6263, 0x22e6}, + {-4871, 147, -6766, 0x22de}, + {-5094, 112, -6556, 0x22ea} + } +}; + +StandTile tile_2220 = { + 0x114c01, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5087, 77, -6263, 0x22ca}, + {-4641, 147, -6683, 0x2306}, + {-4871, 147, -6766, 0x22e2} + } +}; + +StandTile tile_2221 = { + 0x307200, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5119, 46, -6502, 0x22f6}, + {-5087, 77, -6263, 0x22e2}, + {-5094, 112, -6556, 0x22ee} + } +}; + +StandTile tile_2222 = { + 0x114902, 0x05, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-5101, 147, -6849, 0x22f2}, + {-5119, 46, -6502, 0x22ea}, + {-5094, 112, -6556, 0x22de} + } +}; + +StandTile tile_2223 = { + 0x114901, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-5101, 147, -6849, 0x22fe}, + {-5152, 16, -6741, 0x22fa}, + {-5119, 46, -6502, 0x22ee} + } +}; + +StandTile tile_2224 = { + 0x307300, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5252, 19, -6521, 0x22c2}, + {-5087, 77, -6263, 0x22ea}, + {-5119, 46, -6502, 0x22fa} + } +}; + +StandTile tile_2225 = { + 0x114600, 0x05, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-5152, 16, -6741, 0x0000}, + {-5252, 19, -6521, 0x22f6}, + {-5119, 46, -6502, 0x22f2} + } +}; + +StandTile tile_2226 = { + 0x114700, 0x05, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-5101, 147, -6849, 0x2302}, + {-5139, 0, -7068, 0x24a6}, + {-5152, 16, -6741, 0x22f2} + } +}; + +StandTile tile_2227 = { + 0x114a00, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-5139, 0, -7068, 0x22fe}, + {-5101, 147, -6849, 0x230a}, + {-5037, 147, -7045, 0x231a} + } +}; + +StandTile tile_2228 = { + 0x307000, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4871, 147, -6766, 0x22e6}, + {-4641, 147, -6683, 0x230e}, + {-5037, 147, -7045, 0x230a} + } +}; + +StandTile tile_2229 = { + 0x114b00, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-5101, 147, -6849, 0x22de}, + {-4871, 147, -6766, 0x2306}, + {-5037, 147, -7045, 0x2302} + } +}; + +StandTile tile_2230 = { + 0x115700, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5037, 147, -7045, 0x2306}, + {-4641, 147, -6683, 0x22a2}, + {-4781, 147, -7150, 0x2312} + } +}; + +StandTile tile_2231 = { + 0x115a00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5048, 0, -7275, 0x231a}, + {-5037, 147, -7045, 0x230e}, + {-4781, 147, -7150, 0x2316} + } +}; + +StandTile tile_2232 = { + 0x115600, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4781, 147, -7150, 0x2416}, + {-4920, 0, -7403, 0x245a}, + {-5048, 0, -7275, 0x2312} + } +}; + +StandTile tile_2233 = { + 0x114f00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5037, 147, -7045, 0x2312}, + {-5048, 0, -7275, 0x24c2}, + {-5139, 0, -7068, 0x2302} + } +}; + +StandTile tile_2234 = { + 0x115200, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5512, 64, -7132, 0x2326}, + {-5395, 64, -7312, 0x2336}, + {-5677, 64, -7275, 0x22d6} + } +}; + +StandTile tile_2235 = { + 0x115400, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5319, 0, -7132, 0x24be}, + {-5191, 0, -7275, 0x232a}, + {-5395, 64, -7312, 0x2326} + } +}; + +StandTile tile_2236 = { + 0x115500, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5512, 64, -7132, 0x22b6}, + {-5319, 0, -7132, 0x2322}, + {-5395, 64, -7312, 0x231e} + } +}; + +StandTile tile_2237 = { + 0x115300, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5191, 0, -7275, 0x245e}, + {-5255, 0, -7497, 0x2336}, + {-5395, 64, -7312, 0x2322} + } +}; + +StandTile tile_2238 = { + 0x113a00, 0x05, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-5063, 41, -8382, 0x24a2}, + {-5062, 19, -8551, 0x2342}, + {-5206, 64, -8503, 0x23b2} + } +}; + +StandTile tile_2239 = { + 0x06fb00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5255, 0, -7497, 0x2436}, + {-5708, 64, -7523, 0x233e}, + {-5677, 64, -7275, 0x2336} + } +}; + +StandTile tile_2240 = { + 0x06fc00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5255, 0, -7497, 0x2332}, + {-5677, 64, -7275, 0x231e}, + {-5395, 64, -7312, 0x232a} + } +}; + +StandTile tile_2241 = { + 0x06f900, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5708, 64, -7523, 0x2446}, + {-6135, 64, -7309, 0x247a}, + {-6047, 207, -7041, 0x233e} + } +}; + +StandTile tile_2242 = { + 0x06fa00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5677, 64, -7275, 0x2332}, + {-5708, 64, -7523, 0x233a}, + {-6047, 207, -7041, 0x22d2} + } +}; + +StandTile tile_2243 = { + 0x112d00, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5206, 64, -8857, 0x2386}, + {-5206, 64, -8503, 0x232e}, + {-5062, 19, -8551, 0x2346} + } +}; + +StandTile tile_2244 = { + 0x112e00, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-5062, 19, -8551, 0x0000}, + {-5062, 19, -8792, 0x234e}, + {-5206, 64, -8857, 0x2342} + } +}; + +StandTile tile_2245 = { + 0x306c00, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-5062, 19, -8792, 0x0000}, + {-4614, 19, -8792, 0x2356}, + {-4910, 41, -8825, 0x234e} + } +}; + +StandTile tile_2246 = { + 0x112f00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5062, 19, -8792, 0x234a}, + {-4910, 41, -8825, 0x2352}, + {-5206, 64, -8857, 0x2346} + } +}; + +StandTile tile_2247 = { + 0x306b00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4510, 64, -9066, 0x238e}, + {-5206, 64, -8857, 0x234e}, + {-4910, 41, -8825, 0x2356} + } +}; + +StandTile tile_2248 = { + 0x113000, 0x05, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-4614, 19, -8792, 0x2362}, + {-4510, 64, -9066, 0x2352}, + {-4910, 41, -8825, 0x234a} + } +}; + +StandTile tile_2249 = { + 0x306e00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4566, 41, -8542, 0x2366}, + {-4517, 64, -8292, 0x2382}, + {-4514, 64, -8679, 0x235e} + } +}; + +StandTile tile_2250 = { + 0x113102, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-4510, 64, -9066, 0x2362}, + {-4566, 41, -8542, 0x235a}, + {-4514, 64, -8679, 0x237e} + } +}; + +StandTile tile_2251 = { + 0x113101, 0x05, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-4510, 64, -9066, 0x2356}, + {-4614, 19, -8792, 0x236a}, + {-4566, 41, -8542, 0x235e} + } +}; + +StandTile tile_2252 = { + 0x306f00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4614, 19, -8551, 0x236e}, + {-4517, 64, -8292, 0x235a}, + {-4566, 41, -8542, 0x236a} + } +}; + +StandTile tile_2253 = { + 0x113200, 0x05, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-4614, 19, -8551, 0x2366}, + {-4566, 41, -8542, 0x2362}, + {-4614, 19, -8792, 0x0000} + } +}; + +StandTile tile_2254 = { + 0x113300, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-4852, 41, -8382, 0x23ae}, + {-4517, 64, -8292, 0x2366}, + {-4614, 19, -8551, 0x2486} + } +}; + +StandTile tile_2255 = { + 0x051900, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5632, 147, -8529, 0x23a2}, + {-5977, 147, -9268, 0x23aa}, + {-6363, 147, -8981, 0x238a} + } +}; + +StandTile tile_2256 = { + 0x051a00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5180, 147, -9192, 0x0000}, + {-5977, 147, -9268, 0x23a2}, + {-5206, 64, -8857, 0x238e} + } +}; + +StandTile tile_2257 = { + 0x051b00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4626, 147, -9317, 0x0000}, + {-5180, 147, -9192, 0x238e}, + {-4510, 64, -9066, 0x22b2} + } +}; + +StandTile tile_2258 = { + 0x306d00, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-4329, 147, -8782, 0x22b2}, + {-4510, 64, -9066, 0x235e}, + {-4514, 64, -8679, 0x2382} + } +}; + +StandTile tile_2259 = { + 0x051c00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4517, 64, -8292, 0x23c2}, + {-4329, 147, -8782, 0x237e}, + {-4514, 64, -8679, 0x235a} + } +}; + +StandTile tile_2260 = { + 0x051d00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5632, 147, -8529, 0x239e}, + {-5206, 64, -8503, 0x2342}, + {-5206, 64, -8857, 0x23a2} + } +}; + +StandTile tile_2261 = { + 0x051f00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5632, 147, -8529, 0x2372}, + {-6363, 147, -8981, 0x251e}, + {-6295, 147, -8201, 0x2396} + } +}; + +StandTile tile_2262 = { + 0x052000, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4510, 64, -9066, 0x237a}, + {-5180, 147, -9192, 0x2376}, + {-5206, 64, -8857, 0x2352} + } +}; + +StandTile tile_2263 = { + 0x052100, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4852, 147, -7776, 0x23fa}, + {-4954, 0, -7753, 0x2466}, + {-4905, 0, -7497, 0x23d2} + } +}; + +StandTile tile_2264 = { + 0x052300, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5632, 147, -8529, 0x238a}, + {-6295, 147, -8201, 0x23a6}, + {-5787, 147, -7840, 0x239a} + } +}; + +StandTile tile_2265 = { + 0x052400, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5139, 147, -8066, 0x239e}, + {-5632, 147, -8529, 0x2396}, + {-5787, 147, -7840, 0x23c6} + } +}; + +StandTile tile_2266 = { + 0x052500, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5632, 147, -8529, 0x239a}, + {-5139, 147, -8066, 0x23b2}, + {-5206, 64, -8503, 0x2386} + } +}; + +StandTile tile_2267 = { + 0x052700, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5632, 147, -8529, 0x2386}, + {-5206, 64, -8857, 0x2376}, + {-5977, 147, -9268, 0x2372} + } +}; + +StandTile tile_2268 = { + 0x052800, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5787, 147, -7840, 0x2396}, + {-6295, 147, -8201, 0x251a}, + {-6231, 147, -7587, 0x240a} + } +}; + +StandTile tile_2269 = { + 0x052900, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5977, 147, -9268, 0x0000}, + {-6502, 147, -9399, 0x25fa}, + {-6363, 147, -8981, 0x2372} + } +}; + +StandTile tile_2270 = { + 0x052a00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4517, 64, -8292, 0x236e}, + {-4852, 41, -8382, 0x23f6}, + {-4845, 147, -8021, 0x23be} + } +}; + +StandTile tile_2271 = { + 0x052b00, 0x05, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-5139, 147, -8066, 0x23ea}, + {-5063, 41, -8382, 0x232e}, + {-5206, 64, -8503, 0x239e} + } +}; + +StandTile tile_2272 = { + 0x052c00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4845, 147, -8021, 0x23f2}, + {-4852, 147, -7776, 0x2412}, + {-4528, 147, -7795, 0x23ba} + } +}; + +StandTile tile_2273 = { + 0x052d00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4219, 147, -8194, 0x23be}, + {-4845, 147, -8021, 0x23b6}, + {-4528, 147, -7795, 0x23ca} + } +}; + +StandTile tile_2274 = { + 0x052e00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4219, 147, -8194, 0x23c2}, + {-4517, 64, -8292, 0x23ae}, + {-4845, 147, -8021, 0x23ba} + } +}; + +StandTile tile_2275 = { + 0x052f00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4329, 147, -8782, 0x2382}, + {-4517, 64, -8292, 0x23be}, + {-4219, 147, -8194, 0x1da0} + } +}; + +StandTile tile_2276 = { + 0x053000, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5165, 56, -7840, 0x23fe}, + {-5139, 147, -8066, 0x239a}, + {-5787, 147, -7840, 0x23da} + } +}; + +StandTile tile_2277 = { + 0x053100, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4016, 147, -7787, 0x1f3c}, + {-4219, 147, -8194, 0x23ba}, + {-4528, 147, -7795, 0x240e} + } +}; + +StandTile tile_2278 = { + 0x053600, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5240, 0, -7595, 0x23da}, + {-5787, 147, -7840, 0x240a}, + {-5726, 64, -7602, 0x2432} + } +}; + +StandTile tile_2279 = { + 0x053700, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4461, 64, -7482, 0x2412}, + {-4852, 147, -7776, 0x2392}, + {-4905, 0, -7497, 0x244a} + } +}; + +StandTile tile_2280 = { + 0x053900, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4001, 64, -7561, 0x240e}, + {-4528, 147, -7795, 0x2412}, + {-4461, 64, -7482, 0x243a} + } +}; + +StandTile tile_2281 = { + 0x054100, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5240, 0, -7595, 0x23de}, + {-5165, 56, -7840, 0x23c6}, + {-5787, 147, -7840, 0x23ce} + } +}; + +StandTile tile_2282 = { + 0x054200, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5240, 0, -7595, 0x2462}, + {-5097, 0, -7738, 0x23e6}, + {-5165, 56, -7840, 0x23da} + } +}; + +StandTile tile_2283 = { + 0x054300, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4193, 147, -9464, 0x0000}, + {-4626, 147, -9317, 0x22b2}, + {-4329, 147, -8782, 0x1d9c} + } +}; + +StandTile tile_2284 = { + 0x054600, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5037, 0, -8073, 0x23fe}, + {-5165, 56, -7840, 0x23de}, + {-5097, 0, -7738, 0x2476} + } +}; + +StandTile tile_2285 = { + 0x054800, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-5139, 147, -8066, 0x2402}, + {-5003, 0, -8367, 0x24a2}, + {-5063, 41, -8382, 0x23b2} + } +}; + +StandTile tile_2286 = { + 0x054900, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5726, 64, -7602, 0x240a}, + {-6231, 147, -7587, 0x2526}, + {-6209, 64, -7395, 0x243e} + } +}; + +StandTile tile_2287 = { + 0x054a00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4852, 147, -7776, 0x23b6}, + {-4845, 147, -8021, 0x2406}, + {-4931, 0, -8073, 0x23fa} + } +}; + +StandTile tile_2288 = { + 0x054b00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4852, 41, -8382, 0x2486}, + {-4898, 0, -8390, 0x2406}, + {-4845, 147, -8021, 0x23ae} + } +}; + +StandTile tile_2289 = { + 0x054c00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4931, 0, -8073, 0x2472}, + {-4954, 0, -7753, 0x2392}, + {-4852, 147, -7776, 0x23f2} + } +}; + +StandTile tile_2290 = { + 0x054e00, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-5037, 0, -8073, 0x2402}, + {-5139, 147, -8066, 0x23c6}, + {-5165, 56, -7840, 0x23e6} + } +}; + +StandTile tile_2291 = { + 0x054f00, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5003, 0, -8367, 0x23ea}, + {-5139, 147, -8066, 0x23fe}, + {-5037, 0, -8073, 0x246e} + } +}; + +StandTile tile_2292 = { + 0x055100, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4898, 0, -8390, 0x246a}, + {-4931, 0, -8073, 0x23f2}, + {-4845, 147, -8021, 0x23f6} + } +}; + +StandTile tile_2293 = { + 0x055800, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5726, 64, -7602, 0x23ce}, + {-5787, 147, -7840, 0x23a6}, + {-6231, 147, -7587, 0x23ee} + } +}; + +StandTile tile_2294 = { + 0x057700, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4001, 64, -7561, 0x1eac}, + {-4016, 147, -7787, 0x23ca}, + {-4528, 147, -7795, 0x23d6} + } +}; + +StandTile tile_2295 = { + 0x057800, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4461, 64, -7482, 0x23d6}, + {-4528, 147, -7795, 0x23b6}, + {-4852, 147, -7776, 0x23d2} + } +}; + +StandTile tile_2296 = { + 0x057900, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4423, 147, -7199, 0x241a}, + {-4920, 0, -7403, 0x2316}, + {-4781, 147, -7150, 0x22a6} + } +}; + +StandTile tile_2297 = { + 0x057a00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4423, 147, -7199, 0x241e}, + {-4412, 64, -7388, 0x244e}, + {-4920, 0, -7403, 0x2416} + } +}; + +StandTile tile_2298 = { + 0x057b00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3967, 147, -7286, 0x2422}, + {-4412, 64, -7388, 0x241a}, + {-4423, 147, -7199, 0x22aa} + } +}; + +StandTile tile_2299 = { + 0x057c00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3967, 147, -7286, 0x1e90}, + {-3982, 64, -7482, 0x2442}, + {-4412, 64, -7388, 0x241e} + } +}; + +StandTile tile_2300 = { + 0x05e100, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5108, 147, -6073, 0x2282}, + {-4592, 147, -6295, 0x229e}, + {-4641, 147, -6683, 0x22ca} + } +}; + +StandTile tile_2301 = { + 0x115c02, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5048, 0, -7275, 0x242e}, + {-5292, 19, -7018, 0x24ae}, + {-5207, 19, -7033, 0x24c2} + } +}; + +StandTile tile_2302 = { + 0x115c01, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5048, 0, -7275, 0x245e}, + {-5191, 0, -7275, 0x24be}, + {-5292, 19, -7018, 0x242a} + } +}; + +StandTile tile_2303 = { + 0x06d700, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5255, 0, -7497, 0x2456}, + {-5240, 0, -7595, 0x23ce}, + {-5726, 64, -7602, 0x2436} + } +}; + +StandTile tile_2304 = { + 0x06d900, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5255, 0, -7497, 0x2432}, + {-5726, 64, -7602, 0x243e}, + {-5708, 64, -7523, 0x2332} + } +}; + +StandTile tile_2305 = { + 0x06da00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-3982, 64, -7482, 0x1e50}, + {-4001, 64, -7561, 0x23d6}, + {-4461, 64, -7482, 0x2442} + } +}; + +StandTile tile_2306 = { + 0x06db00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5708, 64, -7523, 0x2436}, + {-5726, 64, -7602, 0x23ee}, + {-6209, 64, -7395, 0x2446} + } +}; + +StandTile tile_2307 = { + 0x06dc00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-3982, 64, -7482, 0x243a}, + {-4461, 64, -7482, 0x244a}, + {-4412, 64, -7388, 0x2422} + } +}; + +StandTile tile_2308 = { + 0x06dd00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6209, 64, -7395, 0x252e}, + {-6135, 64, -7309, 0x233a}, + {-5708, 64, -7523, 0x243e} + } +}; + +StandTile tile_2309 = { + 0x06de00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4412, 64, -7388, 0x2442}, + {-4461, 64, -7482, 0x23d2}, + {-4905, 0, -7497, 0x244e} + } +}; + +StandTile tile_2310 = { + 0x06e000, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4412, 64, -7388, 0x244a}, + {-4905, 0, -7497, 0x2452}, + {-4920, 0, -7403, 0x241a} + } +}; + +StandTile tile_2311 = { + 0x06e200, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4920, 0, -7403, 0x244e}, + {-4905, 0, -7497, 0x2462}, + {-5240, 0, -7595, 0x2456} + } +}; + +StandTile tile_2312 = { + 0x06e300, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4920, 0, -7403, 0x2452}, + {-5240, 0, -7595, 0x2432}, + {-5255, 0, -7497, 0x245a} + } +}; + +StandTile tile_2313 = { + 0x06e400, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5048, 0, -7275, 0x2316}, + {-4920, 0, -7403, 0x2456}, + {-5255, 0, -7497, 0x245e} + } +}; + +StandTile tile_2314 = { + 0x06e500, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5048, 0, -7275, 0x245a}, + {-5255, 0, -7497, 0x232a}, + {-5191, 0, -7275, 0x242e} + } +}; + +StandTile tile_2315 = { + 0x06e600, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5240, 0, -7595, 0x2452}, + {-4905, 0, -7497, 0x2466}, + {-5097, 0, -7738, 0x23de} + } +}; + +StandTile tile_2316 = { + 0x06e700, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4954, 0, -7753, 0x2476}, + {-5097, 0, -7738, 0x2462}, + {-4905, 0, -7497, 0x2392} + } +}; + +StandTile tile_2317 = { + 0x06e800, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4898, 0, -8390, 0x2492}, + {-5003, 0, -8367, 0x246e}, + {-4931, 0, -8073, 0x2406} + } +}; + +StandTile tile_2318 = { + 0x06e900, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5037, 0, -8073, 0x2472}, + {-4931, 0, -8073, 0x246a}, + {-5003, 0, -8367, 0x2402} + } +}; + +StandTile tile_2319 = { + 0x06ea00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4931, 0, -8073, 0x246e}, + {-5037, 0, -8073, 0x2476}, + {-4954, 0, -7753, 0x23fa} + } +}; + +StandTile tile_2320 = { + 0x06eb00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5097, 0, -7738, 0x2466}, + {-4954, 0, -7753, 0x2472}, + {-5037, 0, -8073, 0x23e6} + } +}; + +StandTile tile_2321 = { + 0x06f800, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-6135, 64, -7309, 0x255e}, + {-6502, 200, -6815, 0x247e}, + {-6047, 207, -7041, 0x233a} + } +}; + +StandTile tile_2322 = { + 0x07a200, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-6774, 147, -6250, 0x2482}, + {-6047, 207, -7041, 0x247a}, + {-6502, 200, -6815, 0x24f6} + } +}; + +StandTile tile_2323 = { + 0x07a300, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-6047, 207, -7041, 0x247e}, + {-6774, 147, -6250, 0x2252}, + {-5802, 147, -6231, 0x22ce} + } +}; + +StandTile tile_2324 = { + 0x113400, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-4898, 0, -8390, 0x23f6}, + {-4852, 41, -8382, 0x236e}, + {-4614, 19, -8551, 0x248e} + } +}; + +StandTile tile_2325 = { + 0x285800, 0x05, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-4614, 19, -8551, 0x0000}, + {-4923, 19, -8551, 0x24ea}, + {-4923, 19, -8528, 0x248e} + } +}; + +StandTile tile_2326 = { + 0x113500, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-4614, 19, -8551, 0x248a}, + {-4923, 19, -8528, 0x2492}, + {-4898, 0, -8390, 0x2486} + } +}; + +StandTile tile_2327 = { + 0x113600, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4923, 19, -8528, 0x2496}, + {-5003, 0, -8367, 0x246a}, + {-4898, 0, -8390, 0x248e} + } +}; + +StandTile tile_2328 = { + 0x113700, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4923, 19, -8528, 0x24f2}, + {-4983, 19, -8528, 0x249a}, + {-5003, 0, -8367, 0x2492} + } +}; + +StandTile tile_2329 = { + 0x285700, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-5062, 19, -8551, 0x24a2}, + {-5003, 0, -8367, 0x2496}, + {-4983, 19, -8528, 0x249e} + } +}; + +StandTile tile_2330 = { + 0x113800, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5062, 19, -8551, 0x249a}, + {-4983, 19, -8528, 0x24e6}, + {-4983, 19, -8551, 0x0000} + } +}; + +StandTile tile_2331 = { + 0x113900, 0x05, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-5062, 19, -8551, 0x232e}, + {-5063, 41, -8382, 0x23ea}, + {-5003, 0, -8367, 0x249a} + } +}; + +StandTile tile_2332 = { + 0x113b00, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-5139, 0, -7068, 0x24c2}, + {-5207, 19, -7033, 0x24ca}, + {-5152, 16, -6741, 0x22fe} + } +}; + +StandTile tile_2333 = { + 0x113c00, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-5269, 16, -6819, 0x24da}, + {-5214, 16, -6794, 0x24ca}, + {-5207, 19, -7033, 0x24ae} + } +}; + +StandTile tile_2334 = { + 0x113d00, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-5269, 16, -6819, 0x24aa}, + {-5207, 19, -7033, 0x242a}, + {-5292, 19, -7018, 0x24b6} + } +}; + +StandTile tile_2335 = { + 0x113e00, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-5560, 16, -6926, 0x0000}, + {-5279, 16, -6798, 0x24b6}, + {-5292, 19, -7018, 0x24ba} + } +}; + +StandTile tile_2336 = { + 0x26c500, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-5279, 16, -6798, 0x24d2}, + {-5269, 16, -6819, 0x24ae}, + {-5292, 19, -7018, 0x24b2} + } +}; + +StandTile tile_2337 = { + 0x113f00, 0x05, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-5292, 19, -7018, 0x24be}, + {-5319, 0, -7132, 0x22b6}, + {-5560, 16, -6926, 0x24b2} + } +}; + +StandTile tile_2338 = { + 0x114000, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5292, 19, -7018, 0x242e}, + {-5191, 0, -7275, 0x2322}, + {-5319, 0, -7132, 0x24ba} + } +}; + +StandTile tile_2339 = { + 0x114100, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5207, 19, -7033, 0x24a6}, + {-5139, 0, -7068, 0x231a}, + {-5048, 0, -7275, 0x242a} + } +}; + +StandTile tile_2340 = { + 0x115b00, 0x05, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-5152, 16, -6741, 0x24ca}, + {-5214, 16, -6794, 0x24ce}, + {-5224, 16, -6774, 0x0000} + } +}; + +StandTile tile_2341 = { + 0x26c600, 0x05, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-5152, 16, -6741, 0x24a6}, + {-5207, 19, -7033, 0x24aa}, + {-5214, 16, -6794, 0x24c6} + } +}; + +StandTile tile_2342 = { + 0x31ad00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5224, 16, -6774, 0x24c6}, + {-5214, 16, -6794, 0x24d6}, + {-5234, 35, -6778, 0x0000} + } +}; + +StandTile tile_2343 = { + 0x31ac00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5269, 16, -6819, 0x24b6}, + {-5279, 16, -6798, 0x0000}, + {-5268, 35, -6794, 0x24da} + } +}; + +StandTile tile_2344 = { + 0x27f602, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5214, 16, -6794, 0x24da}, + {-5268, 35, -6794, 0x24e2}, + {-5234, 35, -6778, 0x24ce} + } +}; + +StandTile tile_2345 = { + 0x27f601, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5214, 16, -6794, 0x24aa}, + {-5269, 16, -6819, 0x24d2}, + {-5268, 35, -6794, 0x24d6} + } +}; + +StandTile tile_2346 = { + 0x280902, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5235, 35, -6775, 0x24e2}, + {-5268, 35, -6794, 0x0000}, + {-5270, 35, -6791, 0x0505} + } +}; + +StandTile tile_2347 = { + 0x280901, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5235, 35, -6775, 0x0000}, + {-5234, 35, -6778, 0x24d6}, + {-5268, 35, -6794, 0x24de} + } +}; + +StandTile tile_2348 = { + 0x31af00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4983, 19, -8551, 0x249e}, + {-4983, 19, -8528, 0x24f2}, + {-4972, 38, -8551, 0x0000} + } +}; + +StandTile tile_2349 = { + 0x31ae00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4923, 19, -8528, 0x248a}, + {-4923, 19, -8551, 0x0000}, + {-4934, 38, -8551, 0x24ee} + } +}; + +StandTile tile_2350 = { + 0x27f202, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4972, 38, -8551, 0x24f2}, + {-4923, 19, -8528, 0x24ea}, + {-4934, 38, -8551, 0x229a} + } +}; + +StandTile tile_2351 = { + 0x27f201, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4972, 38, -8551, 0x24e6}, + {-4983, 19, -8528, 0x2496}, + {-4923, 19, -8528, 0x24ee} + } +}; + +StandTile tile_2352 = { + 0x079900, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6774, 147, -6250, 0x247e}, + {-6502, 200, -6815, 0x255a}, + {-7267, 158, -6819, 0x2512} + } +}; + +StandTile tile_2353 = { + 0x079a00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8770, 147, -4170, 0x0000}, + {-7802, 41, -4193, 0x24fe}, + {-8476, 26, -5436, 0x250a} + } +}; + +StandTile tile_2354 = { + 0x079b00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8476, 26, -5436, 0x24fa}, + {-7802, 41, -4193, 0x0879}, + {-7565, 41, -5745, 0x250e} + } +}; + +StandTile tile_2355 = { + 0x079f00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9535, 147, -5881, 0x0000}, + {-9351, 147, -4773, 0x250a}, + {-8476, 26, -5436, 0x2506} + } +}; + +StandTile tile_2356 = { + 0x07a000, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8499, 26, -6755, 0x2672}, + {-9535, 147, -5881, 0x2502}, + {-8476, 26, -5436, 0x250e} + } +}; + +StandTile tile_2357 = { + 0x07a100, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9351, 147, -4773, 0x0000}, + {-8770, 147, -4170, 0x24fa}, + {-8476, 26, -5436, 0x2502} + } +}; + +StandTile tile_2358 = { + 0x07a400, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7565, 41, -5745, 0x2516}, + {-8499, 26, -6755, 0x2506}, + {-8476, 26, -5436, 0x24fe} + } +}; + +StandTile tile_2359 = { + 0x07a500, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7267, 158, -6819, 0x2516}, + {-7565, 41, -5745, 0x0875}, + {-6774, 147, -6250, 0x24f6} + } +}; + +StandTile tile_2360 = { + 0x07a600, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8499, 26, -6755, 0x250e}, + {-7565, 41, -5745, 0x2512}, + {-7267, 158, -6819, 0x267a} + } +}; + +StandTile tile_2361 = { + 0x051e00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6231, 147, -7587, 0x23a6}, + {-6295, 147, -8201, 0x2522}, + {-6627, 94, -7384, 0x2526} + } +}; + +StandTile tile_2362 = { + 0x052200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6295, 147, -8201, 0x238a}, + {-6363, 147, -8981, 0x25ea}, + {-6800, 147, -8382, 0x2522} + } +}; + +StandTile tile_2363 = { + 0x052600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6295, 147, -8201, 0x251e}, + {-6800, 147, -8382, 0x25fe}, + {-6627, 94, -7384, 0x251a} + } +}; + +StandTile tile_2364 = { + 0x055000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6627, 94, -7384, 0x252a}, + {-6209, 64, -7395, 0x23ee}, + {-6231, 147, -7587, 0x251a} + } +}; + +StandTile tile_2365 = { + 0x055200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6209, 64, -7395, 0x2526}, + {-6627, 94, -7384, 0x25f2}, + {-6638, 0, -7173, 0x252e} + } +}; + +StandTile tile_2366 = { + 0x06df00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6638, 0, -7173, 0x2532}, + {-6135, 64, -7309, 0x2446}, + {-6209, 64, -7395, 0x252a} + } +}; + +StandTile tile_2367 = { + 0x06e100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6135, 64, -7309, 0x252e}, + {-6638, 0, -7173, 0x26b2}, + {-6644, 0, -7061, 0x255e} + } +}; + +StandTile tile_2368 = { + 0x06ec00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7195, 75, -7123, 0x26be}, + {-7723, 75, -7520, 0x254a}, + {-7945, 128, -7312, 0x2556} + } +}; + +StandTile tile_2369 = { + 0x06ed00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8179, 121, -8149, 0x254e}, + {-8043, 75, -8296, 0x26fa}, + {-8424, 147, -8627, 0x2542} + } +}; + +StandTile tile_2370 = { + 0x06ee00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8424, 147, -8627, 0x26e6}, + {-8571, 147, -8634, 0x2686}, + {-8450, 147, -8269, 0x2542} + } +}; + +StandTile tile_2371 = { + 0x06ef00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8179, 121, -8149, 0x253a}, + {-8424, 147, -8627, 0x253e}, + {-8450, 147, -8269, 0x2676} + } +}; + +StandTile tile_2372 = { + 0x06f000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7723, 75, -7520, 0x26c6}, + {-7885, 75, -7923, 0x2552}, + {-8032, 121, -7731, 0x254a} + } +}; + +StandTile tile_2373 = { + 0x06f100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8032, 121, -7731, 0x266e}, + {-7945, 128, -7312, 0x2536}, + {-7723, 75, -7520, 0x2546} + } +}; + +StandTile tile_2374 = { + 0x06f200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8043, 75, -8296, 0x253a}, + {-8179, 121, -8149, 0x2552}, + {-7885, 75, -7923, 0x26f2} + } +}; + +StandTile tile_2375 = { + 0x06f300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8179, 121, -8149, 0x268e}, + {-8032, 121, -7731, 0x2546}, + {-7885, 75, -7923, 0x254e} + } +}; + +StandTile tile_2376 = { + 0x06f400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7945, 128, -7312, 0x267a}, + {-7267, 158, -6819, 0x2562}, + {-7195, 75, -7123, 0x2536} + } +}; + +StandTile tile_2377 = { + 0x06f500, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-7267, 158, -6819, 0x24f6}, + {-6502, 200, -6815, 0x255e}, + {-6644, 0, -7061, 0x2562} + } +}; + +StandTile tile_2378 = { + 0x06f600, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-6135, 64, -7309, 0x2532}, + {-6644, 0, -7061, 0x255a}, + {-6502, 200, -6815, 0x247a} + } +}; + +StandTile tile_2379 = { + 0x06f700, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-6644, 0, -7061, 0x26b6}, + {-7195, 75, -7123, 0x2556}, + {-7267, 158, -6819, 0x255a} + } +}; + +StandTile tile_2380 = { + 0x06fd00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7364, 147, -9160, 0x2576}, + {-7493, 195, -9174, 0x263a}, + {-7478, 147, -8925, 0x2572} + } +}; + +StandTile tile_2381 = { + 0x27cd00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7478, 147, -8925, 0x2582}, + {-7264, 147, -9107, 0x0000}, + {-7303, 147, -9121, 0x256e} + } +}; + +StandTile tile_2382 = { + 0x27ce00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7478, 147, -8925, 0x256a}, + {-7303, 147, -9121, 0x2730}, + {-7330, 147, -9135, 0x2572} + } +}; + +StandTile tile_2383 = { + 0x27cf00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7478, 147, -8925, 0x256e}, + {-7330, 147, -9135, 0x0000}, + {-7364, 147, -9160, 0x2566} + } +}; + +StandTile tile_2384 = { + 0x06ff00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7493, 195, -9174, 0x2566}, + {-7364, 147, -9160, 0x0000}, + {-7311, 147, -9260, 0x257e} + } +}; + +StandTile tile_2385 = { + 0x070000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7328, 225, -9363, 0x257e}, + {-7311, 147, -9260, 0x258e}, + {-7093, 195, -9250, 0x261e} + } +}; + +StandTile tile_2386 = { + 0x070100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7328, 225, -9363, 0x25e6}, + {-7493, 195, -9174, 0x2576}, + {-7311, 147, -9260, 0x257a} + } +}; + +StandTile tile_2387 = { + 0x070200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7226, 147, -9034, 0x2592}, + {-7264, 147, -9107, 0x256a}, + {-7478, 147, -8925, 0x2706} + } +}; + +StandTile tile_2388 = { + 0x305900, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-7093, 195, -9250, 0x258e}, + {-7211, 147, -9206, 0x2596}, + {-7218, 147, -9120, 0x258a} + } +}; + +StandTile tile_2389 = { + 0x070300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7093, 195, -9250, 0x2586}, + {-7218, 147, -9120, 0x2592}, + {-7226, 147, -9034, 0x2622} + } +}; + +StandTile tile_2390 = { + 0x070600, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-7093, 195, -9250, 0x257a}, + {-7311, 147, -9260, 0x0000}, + {-7211, 147, -9206, 0x2586} + } +}; + +StandTile tile_2391 = { + 0x305a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7264, 147, -9107, 0x2582}, + {-7226, 147, -9034, 0x258a}, + {-7218, 147, -9120, 0x2596} + } +}; + +StandTile tile_2392 = { + 0x070700, 0x03, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-7264, 147, -9107, 0x2592}, + {-7218, 147, -9120, 0x2586}, + {-7211, 147, -9206, 0x0000} + } +}; + +StandTile tile_2393 = { + 0x070800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8588, 147, -8830, 0x25aa}, + {-8718, 211, -8814, 0x267e}, + {-8571, 147, -8634, 0x25a6} + } +}; + +StandTile tile_2394 = { + 0x27c800, 0x03, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-8571, 147, -8634, 0x25b6}, + {-8479, 147, -8800, 0x0000}, + {-8521, 147, -8807, 0x25a2} + } +}; + +StandTile tile_2395 = { + 0x27c900, 0x03, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-8571, 147, -8634, 0x259e}, + {-8521, 147, -8807, 0x2728}, + {-8550, 147, -8814, 0x25a6} + } +}; + +StandTile tile_2396 = { + 0x27ca00, 0x03, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-8588, 147, -8830, 0x259a}, + {-8571, 147, -8634, 0x25a2}, + {-8550, 147, -8814, 0x0000} + } +}; + +StandTile tile_2397 = { + 0x070a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8718, 211, -8814, 0x259a}, + {-8588, 147, -8830, 0x0000}, + {-8559, 147, -8939, 0x25b2} + } +}; + +StandTile tile_2398 = { + 0x070b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8600, 245, -9036, 0x25b2}, + {-8559, 147, -8939, 0x25be}, + {-8346, 234, -8979, 0x2646} + } +}; + +StandTile tile_2399 = { + 0x070c00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8600, 245, -9036, 0x269e}, + {-8718, 211, -8814, 0x25aa}, + {-8559, 147, -8939, 0x25ae} + } +}; + +StandTile tile_2400 = { + 0x070d00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8386, 147, -8814, 0x25c2}, + {-8479, 147, -8800, 0x259e}, + {-8571, 147, -8634, 0x26e6} + } +}; + +StandTile tile_2401 = { + 0x070e00, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-8346, 234, -8979, 0x25be}, + {-8450, 147, -8910, 0x25c2}, + {-8386, 147, -8814, 0x264e} + } +}; + +StandTile tile_2402 = { + 0x071100, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-8346, 234, -8979, 0x25ae}, + {-8559, 147, -8939, 0x0000}, + {-8450, 147, -8910, 0x25ba} + } +}; + +StandTile tile_2403 = { + 0x071200, 0x03, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-8479, 147, -8800, 0x25b6}, + {-8386, 147, -8814, 0x25ba}, + {-8450, 147, -8910, 0x0000} + } +}; + +StandTile tile_2404 = { + 0x071300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7418, 147, -8608, 0x25f6}, + {-7083, 195, -8962, 0x2622}, + {-7226, 147, -9034, 0x25ca} + } +}; + +StandTile tile_2405 = { + 0x071400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7418, 147, -8608, 0x25c6}, + {-7226, 147, -9034, 0x26ea}, + {-7501, 75, -8654, 0x25e2} + } +}; + +StandTile tile_2406 = { + 0x071500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7418, 147, -8608, 0x25ee}, + {-7587, 147, -7938, 0x260a}, + {-6800, 147, -8382, 0x25f6} + } +}; + +StandTile tile_2407 = { + 0x071600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6864, 147, -9852, 0x0000}, + {-7182, 75, -10180, 0x2602}, + {-7328, 225, -9363, 0x261e} + } +}; + +StandTile tile_2408 = { + 0x071700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7587, 147, -7938, 0x2616}, + {-7614, 75, -7595, 0x26ba}, + {-7169, 75, -7233, 0x260e} + } +}; + +StandTile tile_2409 = { + 0x071800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7169, 75, -7233, 0x26b2}, + {-6638, 0, -7173, 0x25f2}, + {-6988, 75, -7403, 0x260e} + } +}; + +StandTile tile_2410 = { + 0x071900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6502, 147, -9399, 0x0000}, + {-6864, 147, -9852, 0x261e}, + {-7093, 195, -9250, 0x261a} + } +}; + +StandTile tile_2411 = { + 0x071a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7418, 147, -8608, 0x25ca}, + {-7501, 75, -8654, 0x2702}, + {-7734, 75, -8356, 0x2606} + } +}; + +StandTile tile_2412 = { + 0x071b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7328, 225, -9363, 0x2602}, + {-7674, 118, -9693, 0x2612}, + {-7493, 195, -9174, 0x257e} + } +}; + +StandTile tile_2413 = { + 0x071c00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7083, 195, -8962, 0x25f6}, + {-6800, 147, -8382, 0x251e}, + {-6363, 147, -8981, 0x25fa} + } +}; + +StandTile tile_2414 = { + 0x071d00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7798, 75, -7975, 0x2616}, + {-7587, 147, -7938, 0x25ce}, + {-7418, 147, -8608, 0x2606} + } +}; + +StandTile tile_2415 = { + 0x071e00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6638, 0, -7173, 0x252a}, + {-6627, 94, -7384, 0x25fe}, + {-6988, 75, -7403, 0x25da} + } +}; + +StandTile tile_2416 = { + 0x071f00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7083, 195, -8962, 0x25c6}, + {-7418, 147, -8608, 0x25ce}, + {-6800, 147, -8382, 0x25ea} + } +}; + +StandTile tile_2417 = { + 0x072000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6363, 147, -8981, 0x23aa}, + {-6502, 147, -9399, 0x261a}, + {-7083, 195, -8962, 0x25ea} + } +}; + +StandTile tile_2418 = { + 0x072100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6988, 75, -7403, 0x25f2}, + {-6627, 94, -7384, 0x2522}, + {-6800, 147, -8382, 0x260a} + } +}; + +StandTile tile_2419 = { + 0x072200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7182, 75, -10180, 0x2738}, + {-7674, 118, -9693, 0x25e6}, + {-7328, 225, -9363, 0x25d2} + } +}; + +StandTile tile_2420 = { + 0x072300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7418, 147, -8608, 0x25e2}, + {-7734, 75, -8356, 0x26f6}, + {-7798, 75, -7975, 0x25ee} + } +}; + +StandTile tile_2421 = { + 0x072400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6988, 75, -7403, 0x25fe}, + {-6800, 147, -8382, 0x25ce}, + {-7587, 147, -7938, 0x260e} + } +}; + +StandTile tile_2422 = { + 0x072600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7587, 147, -7938, 0x25d6}, + {-7169, 75, -7233, 0x25da}, + {-6988, 75, -7403, 0x260a} + } +}; + +StandTile tile_2423 = { + 0x072700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7493, 195, -9174, 0x25e6}, + {-7674, 118, -9693, 0x262e}, + {-7708, 115, -9159, 0x263a} + } +}; + +StandTile tile_2424 = { + 0x072800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7614, 75, -7595, 0x25d6}, + {-7587, 147, -7938, 0x25ee}, + {-7798, 75, -7975, 0x26c2} + } +}; + +StandTile tile_2425 = { + 0x072a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6502, 147, -9399, 0x25de}, + {-7093, 195, -9250, 0x2622}, + {-7083, 195, -8962, 0x25fa} + } +}; + +StandTile tile_2426 = { + 0x072b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7328, 225, -9363, 0x257a}, + {-7093, 195, -9250, 0x25de}, + {-6864, 147, -9852, 0x25d2} + } +}; + +StandTile tile_2427 = { + 0x072c00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7093, 195, -9250, 0x258a}, + {-7226, 147, -9034, 0x25c6}, + {-7083, 195, -8962, 0x261a} + } +}; + +StandTile tile_2428 = { + 0x075e00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7708, 115, -9159, 0x262a}, + {-7715, 100, -8823, 0x2662}, + {-7478, 147, -8925, 0x263a} + } +}; + +StandTile tile_2429 = { + 0x076000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7708, 115, -9159, 0x263e}, + {-7870, 75, -8959, 0x2636}, + {-7715, 100, -8823, 0x2626} + } +}; + +StandTile tile_2430 = { + 0x076500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7674, 118, -9693, 0x275c}, + {-7847, 75, -9696, 0x263e}, + {-7708, 115, -9159, 0x2612} + } +}; + +StandTile tile_2431 = { + 0x076600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7847, 75, -8392, 0x26fe}, + {-7587, 75, -8725, 0x2662}, + {-7715, 100, -8823, 0x2636} + } +}; + +StandTile tile_2432 = { + 0x076800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7715, 100, -8823, 0x262a}, + {-7870, 75, -8959, 0x26d6}, + {-7847, 75, -8392, 0x2632} + } +}; + +StandTile tile_2433 = { + 0x076b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7493, 195, -9174, 0x2612}, + {-7708, 115, -9159, 0x2626}, + {-7478, 147, -8925, 0x2566} + } +}; + +StandTile tile_2434 = { + 0x077100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7847, 75, -9696, 0x26d2}, + {-7870, 75, -8959, 0x262a}, + {-7708, 115, -9159, 0x262e} + } +}; + +StandTile tile_2435 = { + 0x077300, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-8346, 234, -8979, 0x264a}, + {-8190, 185, -9038, 0x26aa}, + {-8454, 185, -9211, 0x2646} + } +}; + +StandTile tile_2436 = { + 0x077400, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-8600, 245, -9036, 0x25ae}, + {-8346, 234, -8979, 0x2642}, + {-8454, 185, -9211, 0x26a6} + } +}; + +StandTile tile_2437 = { + 0x077600, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-8141, 211, -8748, 0x2652}, + {-8190, 185, -9038, 0x2642}, + {-8346, 234, -8979, 0x264e} + } +}; + +StandTile tile_2438 = { + 0x077700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8141, 211, -8748, 0x264a}, + {-8346, 234, -8979, 0x25ba}, + {-8386, 147, -8814, 0x265e} + } +}; + +StandTile tile_2439 = { + 0x077800, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-8141, 211, -8748, 0x2656}, + {-7994, 75, -8971, 0x266a}, + {-8190, 185, -9038, 0x264a} + } +}; + +StandTile tile_2440 = { + 0x077900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7994, 75, -8971, 0x2652}, + {-8141, 211, -8748, 0x265a}, + {-7968, 75, -8380, 0x26ce} + } +}; + +StandTile tile_2441 = { + 0x077a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8141, 211, -8748, 0x265e}, + {-8314, 147, -8691, 0x26ee}, + {-7968, 75, -8380, 0x2656} + } +}; + +StandTile tile_2442 = { + 0x077b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8386, 147, -8814, 0x26e2}, + {-8314, 147, -8691, 0x265a}, + {-8141, 211, -8748, 0x264e} + } +}; + +StandTile tile_2443 = { + 0x078100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7478, 147, -8925, 0x2626}, + {-7715, 100, -8823, 0x2632}, + {-7587, 75, -8725, 0x2706} + } +}; + +StandTile tile_2444 = { + 0x079700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7994, 75, -8971, 0x26de}, + {-7983, 75, -9712, 0x2784}, + {-8119, 26, -9735, 0x266a} + } +}; + +StandTile tile_2445 = { + 0x079800, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-8190, 185, -9038, 0x2652}, + {-7994, 75, -8971, 0x2666}, + {-8119, 26, -9735, 0x26aa} + } +}; + +StandTile tile_2446 = { + 0x079c00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8032, 121, -7731, 0x268e}, + {-8499, 26, -6755, 0x267a}, + {-7945, 128, -7312, 0x254a} + } +}; + +StandTile tile_2447 = { + 0x079d00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9535, 147, -5881, 0x2506}, + {-8499, 26, -6755, 0x268a}, + {-9704, 147, -7418, 0x0000} + } +}; + +StandTile tile_2448 = { + 0x079e00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8179, 121, -8149, 0x2542}, + {-8450, 147, -8269, 0x268a}, + {-8499, 26, -6755, 0x268e} + } +}; + +StandTile tile_2449 = { + 0x07a700, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7267, 158, -6819, 0x2556}, + {-7945, 128, -7312, 0x266e}, + {-8499, 26, -6755, 0x2516} + } +}; + +StandTile tile_2450 = { + 0x07a800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8571, 147, -8634, 0x259a}, + {-8718, 211, -8814, 0x2696}, + {-8966, 147, -8627, 0x2686} + } +}; + +StandTile tile_2451 = { + 0x07a900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9704, 147, -7418, 0x268a}, + {-8450, 147, -8269, 0x2686}, + {-8966, 147, -8627, 0x2692} + } +}; + +StandTile tile_2452 = { + 0x07aa00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8450, 147, -8269, 0x253e}, + {-8571, 147, -8634, 0x267e}, + {-8966, 147, -8627, 0x2682} + } +}; + +StandTile tile_2453 = { + 0x07ab00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9704, 147, -7418, 0x2672}, + {-8499, 26, -6755, 0x2676}, + {-8450, 147, -8269, 0x2682} + } +}; + +StandTile tile_2454 = { + 0x07ac00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8499, 26, -6755, 0x266e}, + {-8032, 121, -7731, 0x2552}, + {-8179, 121, -8149, 0x2676} + } +}; + +StandTile tile_2455 = { + 0x07ad00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9704, 147, -7418, 0x2682}, + {-8966, 147, -8627, 0x2696}, + {-9444, 147, -8587, 0x0000} + } +}; + +StandTile tile_2456 = { + 0x07ae00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9444, 147, -8587, 0x2692}, + {-8966, 147, -8627, 0x267e}, + {-8718, 211, -8814, 0x269a} + } +}; + +StandTile tile_2457 = { + 0x07af00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9444, 147, -8587, 0x2696}, + {-8718, 211, -8814, 0x269e}, + {-9166, 211, -9445, 0x0000} + } +}; + +StandTile tile_2458 = { + 0x07b000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8600, 245, -9036, 0x26a2}, + {-9166, 211, -9445, 0x269a}, + {-8718, 211, -8814, 0x25b2} + } +}; + +StandTile tile_2459 = { + 0x07b100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8673, 211, -10140, 0x0000}, + {-9166, 211, -9445, 0x269e}, + {-8600, 245, -9036, 0x26a6} + } +}; + +StandTile tile_2460 = { + 0x07b200, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-8454, 185, -9211, 0x26ae}, + {-8673, 211, -10140, 0x26a2}, + {-8600, 245, -9036, 0x2646} + } +}; + +StandTile tile_2461 = { + 0x07b300, 0x03, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-8119, 26, -9735, 0x26ae}, + {-8454, 185, -9211, 0x2642}, + {-8190, 185, -9038, 0x266a} + } +}; + +StandTile tile_2462 = { + 0x07b400, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-8119, 26, -9735, 0x2788}, + {-8673, 211, -10140, 0x26a6}, + {-8454, 185, -9211, 0x26aa} + } +}; + +StandTile tile_2463 = { + 0x07b800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6644, 0, -7061, 0x2532}, + {-6638, 0, -7173, 0x25da}, + {-7169, 75, -7233, 0x26b6} + } +}; + +StandTile tile_2464 = { + 0x07b900, 0x03, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-6644, 0, -7061, 0x26b2}, + {-7169, 75, -7233, 0x26ba}, + {-7195, 75, -7123, 0x2562} + } +}; + +StandTile tile_2465 = { + 0x07ba00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7195, 75, -7123, 0x26b6}, + {-7169, 75, -7233, 0x25d6}, + {-7614, 75, -7595, 0x26be} + } +}; + +StandTile tile_2466 = { + 0x07bb00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7195, 75, -7123, 0x26ba}, + {-7614, 75, -7595, 0x26c2}, + {-7723, 75, -7520, 0x2536} + } +}; + +StandTile tile_2467 = { + 0x07bc00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7723, 75, -7520, 0x26be}, + {-7614, 75, -7595, 0x2616}, + {-7798, 75, -7975, 0x26c6} + } +}; + +StandTile tile_2468 = { + 0x07bd00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7723, 75, -7520, 0x26c2}, + {-7798, 75, -7975, 0x26da}, + {-7885, 75, -7923, 0x2546} + } +}; + +StandTile tile_2469 = { + 0x07be00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7885, 75, -7923, 0x26da}, + {-7847, 75, -8392, 0x26d6}, + {-7968, 75, -8380, 0x26f2} + } +}; + +StandTile tile_2470 = { + 0x07bf00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7968, 75, -8380, 0x26d6}, + {-7870, 75, -8959, 0x26d2}, + {-7994, 75, -8971, 0x2656} + } +}; + +StandTile tile_2471 = { + 0x07c000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7847, 75, -9696, 0x26de}, + {-7994, 75, -8971, 0x26ce}, + {-7870, 75, -8959, 0x263e} + } +}; + +StandTile tile_2472 = { + 0x07c100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7968, 75, -8380, 0x26ca}, + {-7847, 75, -8392, 0x2636}, + {-7870, 75, -8959, 0x26ce} + } +}; + +StandTile tile_2473 = { + 0x07c200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7885, 75, -7923, 0x26c6}, + {-7798, 75, -7975, 0x26f6}, + {-7847, 75, -8392, 0x26ca} + } +}; + +StandTile tile_2474 = { + 0x07c300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7994, 75, -8971, 0x26d2}, + {-7847, 75, -9696, 0x2794}, + {-7983, 75, -9712, 0x2666} + } +}; + +StandTile tile_2475 = { + 0x07ce00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8314, 147, -8691, 0x265e}, + {-8386, 147, -8814, 0x26e6}, + {-8424, 147, -8627, 0x26fa} + } +}; + +StandTile tile_2476 = { + 0x07cf00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8424, 147, -8627, 0x26e2}, + {-8386, 147, -8814, 0x25b6}, + {-8571, 147, -8634, 0x253e} + } +}; + +StandTile tile_2477 = { + 0x07d000, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7226, 147, -9034, 0x2706}, + {-7587, 75, -8725, 0x26fe}, + {-7501, 75, -8654, 0x25ca} + } +}; + +StandTile tile_2478 = { + 0x07d100, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7968, 75, -8380, 0x265a}, + {-8314, 147, -8691, 0x26fa}, + {-8043, 75, -8296, 0x26f2} + } +}; + +StandTile tile_2479 = { + 0x07d200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7968, 75, -8380, 0x26ee}, + {-8043, 75, -8296, 0x254e}, + {-7885, 75, -7923, 0x26ca} + } +}; + +StandTile tile_2480 = { + 0x07d300, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7734, 75, -8356, 0x2702}, + {-7847, 75, -8392, 0x26da}, + {-7798, 75, -7975, 0x2606} + } +}; + +StandTile tile_2481 = { + 0x07d400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8043, 75, -8296, 0x26ee}, + {-8314, 147, -8691, 0x26e2}, + {-8424, 147, -8627, 0x253a} + } +}; + +StandTile tile_2482 = { + 0x07d500, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7847, 75, -8392, 0x2702}, + {-7501, 75, -8654, 0x26ea}, + {-7587, 75, -8725, 0x2632} + } +}; + +StandTile tile_2483 = { + 0x07d600, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7847, 75, -8392, 0x26f6}, + {-7734, 75, -8356, 0x25e2}, + {-7501, 75, -8654, 0x26fe} + } +}; + +StandTile tile_2484 = { + 0x07d800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7226, 147, -9034, 0x2582}, + {-7478, 147, -8925, 0x2662}, + {-7587, 75, -8725, 0x26ea} + } +}; + +StandTile tile_2485 = { + 0x31a200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7311, 260, -9260, 0x0000}, + {-7364, 260, -9160, 0x0000}, + {-7327, 260, -9141, 0x2712} + } +}; + +StandTile tile_2486 = { + 0x31a302, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7211, 260, -9207, 0x2712}, + {-7327, 260, -9141, 0x272c}, + {-7301, 260, -9126, 0x2716} + } +}; + +StandTile tile_2487 = { + 0x31a301, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7211, 260, -9207, 0x0000}, + {-7311, 260, -9260, 0x270a}, + {-7327, 260, -9141, 0x270e} + } +}; + +StandTile tile_2488 = { + 0x304900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7211, 260, -9207, 0x270e}, + {-7301, 260, -9126, 0x0000}, + {-7264, 260, -9107, 0x0000} + } +}; + +StandTile tile_2489 = { + 0x305b02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-8450, 260, -8910, 0x2720}, + {-8588, 260, -8830, 0x0000}, + {-8548, 260, -8819, 0x2724}, + {-8519, 260, -8811, 0x0000}, + {-8479, 260, -8801, 0x0000} + } +}; + +StandTile tile_2490 = { + 0x305b01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-8450, 260, -8910, 0x0000}, + {-8559, 260, -8939, 0x0000}, + {-8588, 260, -8830, 0x271a} + } +}; + +StandTile tile_2491 = { + 0x306302, 0x03, + 0x3, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-8550, 147, -8814, 0x2728}, + {-8519, 260, -8811, 0x271a}, + {-8548, 260, -8819, 0x0000} + } +}; + +StandTile tile_2492 = { + 0x306301, 0x03, + 0x3, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-8550, 147, -8814, 0x25a2}, + {-8521, 147, -8807, 0x0000}, + {-8519, 260, -8811, 0x2724} + } +}; + +StandTile tile_2493 = { + 0x305102, 0x03, + 0x3, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-7330, 147, -9135, 0x2730}, + {-7301, 260, -9126, 0x270e}, + {-7327, 260, -9141, 0x0000} + } +}; + +StandTile tile_2494 = { + 0x305101, 0x03, + 0x3, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-7330, 147, -9135, 0x256e}, + {-7303, 147, -9121, 0x0000}, + {-7301, 260, -9126, 0x272c} + } +}; + +StandTile tile_2495 = { + 0x072500, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7182, 75, -10180, 0x0000}, + {-7371, 162, -10668, 0x2748}, + {-7618, 168, -10256, 0x2738} + } +}; + +StandTile tile_2496 = { + 0x072900, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7618, 168, -10256, 0x2768}, + {-7674, 118, -9693, 0x2602}, + {-7182, 75, -10180, 0x2734} + } +}; + +StandTile tile_2497 = { + 0x073000, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7399, 128, -11200, 0x2758}, + {-7535, 128, -10914, 0x2740}, + {-7342, 162, -10996, 0x2744} + } +}; + +StandTile tile_2498 = { + 0x074000, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7342, 162, -10996, 0x273c}, + {-7535, 128, -10914, 0x2748}, + {-7371, 162, -10668, 0x0000} + } +}; + +StandTile tile_2499 = { + 0x074200, 0x02, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-7225, 162, -11098, 0x07a9}, + {-7399, 128, -11200, 0x273c}, + {-7342, 162, -10996, 0x0000} + } +}; + +StandTile tile_2500 = { + 0x074900, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7535, 128, -10914, 0x2760}, + {-7618, 168, -10256, 0x2734}, + {-7371, 162, -10668, 0x2740} + } +}; + +StandTile tile_2501 = { + 0x074f00, 0x02, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-7862, 128, -11046, 0x2754}, + {-8060, 192, -11617, 0x0000}, + {-8305, 128, -11115, 0x2750} + } +}; + +StandTile tile_2502 = { + 0x075300, 0x02, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-8305, 128, -11115, 0x2790}, + {-8028, 128, -10567, 0x277c}, + {-7862, 128, -11046, 0x274c} + } +}; + +StandTile tile_2503 = { + 0x075400, 0x02, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-7862, 128, -11046, 0x2774}, + {-7591, 128, -11419, 0x07b1}, + {-8060, 192, -11617, 0x274c} + } +}; + +StandTile tile_2504 = { + 0x076700, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7399, 128, -11200, 0x07a1}, + {-7500, 75, -11253, 0x2764}, + {-7535, 128, -10914, 0x273c} + } +}; + +StandTile tile_2505 = { + 0x076900, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7847, 75, -9696, 0x262e}, + {-7674, 118, -9693, 0x2768}, + {-7783, 75, -10390, 0x2794} + } +}; + +StandTile tile_2506 = { + 0x076d00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7535, 128, -10914, 0x2764}, + {-7674, 75, -10993, 0x276c}, + {-7618, 168, -10256, 0x2748} + } +}; + +StandTile tile_2507 = { + 0x076e00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7500, 75, -11253, 0x27a4}, + {-7674, 75, -10993, 0x2760}, + {-7535, 128, -10914, 0x2758} + } +}; + +StandTile tile_2508 = { + 0x076f00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7618, 168, -10256, 0x276c}, + {-7783, 75, -10390, 0x275c}, + {-7674, 118, -9693, 0x2738} + } +}; + +StandTile tile_2509 = { + 0x077000, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7783, 75, -10390, 0x2768}, + {-7618, 168, -10256, 0x2760}, + {-7674, 75, -10993, 0x2798} + } +}; + +StandTile tile_2510 = { + 0x079100, 0x02, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-7798, 75, -11004, 0x27a8}, + {-7576, 75, -11373, 0x0799}, + {-7591, 128, -11419, 0x2774} + } +}; + +StandTile tile_2511 = { + 0x079200, 0x02, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-7798, 75, -11004, 0x2770}, + {-7591, 128, -11419, 0x2754}, + {-7862, 128, -11046, 0x2778} + } +}; + +StandTile tile_2512 = { + 0x079300, 0x02, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-7798, 75, -11004, 0x2774}, + {-7862, 128, -11046, 0x277c}, + {-7919, 75, -10488, 0x27a0} + } +}; + +StandTile tile_2513 = { + 0x079400, 0x02, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-7919, 75, -10488, 0x2778}, + {-7862, 128, -11046, 0x2750}, + {-8028, 128, -10567, 0x2780} + } +}; + +StandTile tile_2514 = { + 0x079500, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7919, 75, -10488, 0x277c}, + {-8028, 128, -10567, 0x2784}, + {-7983, 75, -9712, 0x279c} + } +}; + +StandTile tile_2515 = { + 0x079600, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7983, 75, -9712, 0x2780}, + {-8028, 128, -10567, 0x278c}, + {-8119, 26, -9735, 0x2666} + } +}; + +StandTile tile_2516 = { + 0x07b500, 0x02, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-8540, 211, -10592, 0x0000}, + {-8673, 211, -10140, 0x26ae}, + {-8119, 26, -9735, 0x278c} + } +}; + +StandTile tile_2517 = { + 0x07b600, 0x02, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-8028, 128, -10567, 0x2790}, + {-8540, 211, -10592, 0x2788}, + {-8119, 26, -9735, 0x2784} + } +}; + +StandTile tile_2518 = { + 0x07b700, 0x02, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-8305, 128, -11115, 0x0000}, + {-8540, 211, -10592, 0x278c}, + {-8028, 128, -10567, 0x2750} + } +}; + +StandTile tile_2519 = { + 0x07c400, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7783, 75, -10390, 0x279c}, + {-7983, 75, -9712, 0x26de}, + {-7847, 75, -9696, 0x275c} + } +}; + +StandTile tile_2520 = { + 0x07c500, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7674, 75, -10993, 0x27a0}, + {-7919, 75, -10488, 0x279c}, + {-7783, 75, -10390, 0x276c} + } +}; + +StandTile tile_2521 = { + 0x07c600, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7983, 75, -9712, 0x2794}, + {-7783, 75, -10390, 0x2798}, + {-7919, 75, -10488, 0x2780} + } +}; + +StandTile tile_2522 = { + 0x07c700, 0x02, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-7919, 75, -10488, 0x2798}, + {-7674, 75, -10993, 0x27a4}, + {-7798, 75, -11004, 0x2778} + } +}; + +StandTile tile_2523 = { + 0x07c900, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7500, 75, -11253, 0x27a8}, + {-7798, 75, -11004, 0x27a0}, + {-7674, 75, -10993, 0x2764} + } +}; + +StandTile tile_2524 = { + 0x07cb00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7798, 75, -11004, 0x27a4}, + {-7500, 75, -11253, 0x0791}, + {-7576, 75, -11373, 0x2770} + } +}; + +StandTile tile_2525 = { + 0x072f00, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-6555, 162, -11038, 0x27b4}, + {-6348, 128, -11396, 0x27e8}, + {-6808, 128, -11332, 0x27bc} + } +}; + +StandTile tile_2526 = { + 0x073200, 0x01, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-6808, 128, -11332, 0x27ec}, + {-7184, 128, -11306, 0x27b8}, + {-7006, 162, -11069, 0x27bc} + } +}; + +StandTile tile_2527 = { + 0x073d00, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-6156, 162, -11042, 0x27cc}, + {-6348, 128, -11396, 0x27ac}, + {-6555, 162, -11038, 0x0000} + } +}; + +StandTile tile_2528 = { + 0x073e00, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-7006, 162, -11069, 0x27b0}, + {-7184, 128, -11306, 0x07a9}, + {-7225, 162, -11098, 0x0000} + } +}; + +StandTile tile_2529 = { + 0x074100, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-6555, 162, -11038, 0x27ac}, + {-6808, 128, -11332, 0x27b0}, + {-7006, 162, -11069, 0x0000} + } +}; + +StandTile tile_2530 = { + 0x074300, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6682, 177, -12461, 0x27d0}, + {-6834, 128, -11716, 0x2800}, + {-6367, 128, -11747, 0x27d4} + } +}; + +StandTile tile_2531 = { + 0x074400, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5624, 192, -12482, 0x0000}, + {-6183, 147, -12526, 0x27c8}, + {-6013, 128, -11747, 0x0871} + } +}; + +StandTile tile_2532 = { + 0x074700, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6367, 128, -11747, 0x27f8}, + {-6013, 128, -11747, 0x27c4}, + {-6183, 147, -12526, 0x27d4} + } +}; + +StandTile tile_2533 = { + 0x074a00, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-5960, 128, -11396, 0x27e0}, + {-6348, 128, -11396, 0x27b4}, + {-6156, 162, -11042, 0x0865} + } +}; + +StandTile tile_2534 = { + 0x075000, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6834, 128, -11716, 0x27c0}, + {-6682, 177, -12461, 0x0000}, + {-7248, 192, -12226, 0x27d8} + } +}; + +StandTile tile_2535 = { + 0x075100, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6682, 177, -12461, 0x27c0}, + {-6367, 128, -11747, 0x27c8}, + {-6183, 147, -12526, 0x0000} + } +}; + +StandTile tile_2536 = { + 0x075600, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7248, 192, -12226, 0x07b5}, + {-7256, 128, -11611, 0x2808}, + {-6834, 128, -11716, 0x27d0} + } +}; + +StandTile tile_2537 = { + 0x075800, 0x01, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-6762, 64, -11434, 0x280c}, + {-7196, 75, -11411, 0x07a5}, + {-7184, 128, -11306, 0x27ec} + } +}; + +StandTile tile_2538 = { + 0x075900, 0x01, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-5960, 128, -11396, 0x0811}, + {-5964, 26, -11449, 0x27f0}, + {-6348, 128, -11396, 0x27cc} + } +}; + +StandTile tile_2539 = { + 0x075a00, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-6344, 49, -11449, 0x2814}, + {-6762, 64, -11434, 0x27ec}, + {-6808, 128, -11332, 0x27e8} + } +}; + +StandTile tile_2540 = { + 0x075f00, 0x01, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-6348, 128, -11396, 0x27f0}, + {-6344, 49, -11449, 0x27e4}, + {-6808, 128, -11332, 0x27ac} + } +}; + +StandTile tile_2541 = { + 0x076c00, 0x01, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-6808, 128, -11332, 0x27e4}, + {-6762, 64, -11434, 0x27dc}, + {-7184, 128, -11306, 0x27b0} + } +}; + +StandTile tile_2542 = { + 0x077200, 0x01, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-5964, 26, -11449, 0x2820}, + {-6344, 49, -11449, 0x27e8}, + {-6348, 128, -11396, 0x27e0} + } +}; + +StandTile tile_2543 = { + 0x078900, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-5949, 26, -11585, 0x086d}, + {-6013, 128, -11747, 0x27f8}, + {-6344, 49, -11558, 0x281c} + } +}; + +StandTile tile_2544 = { + 0x078a00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6344, 49, -11558, 0x27f4}, + {-6013, 128, -11747, 0x27c8}, + {-6367, 128, -11747, 0x27fc} + } +}; + +StandTile tile_2545 = { + 0x078b00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6789, 64, -11569, 0x2818}, + {-6344, 49, -11558, 0x27f8}, + {-6367, 128, -11747, 0x2800} + } +}; + +StandTile tile_2546 = { + 0x078c00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6789, 64, -11569, 0x27fc}, + {-6367, 128, -11747, 0x27c0}, + {-6834, 128, -11716, 0x2804} + } +}; + +StandTile tile_2547 = { + 0x078d00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6789, 64, -11569, 0x2800}, + {-6834, 128, -11716, 0x2808}, + {-7218, 75, -11547, 0x2810} + } +}; + +StandTile tile_2548 = { + 0x078e00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-7218, 75, -11547, 0x2804}, + {-6834, 128, -11716, 0x27d8}, + {-7256, 128, -11611, 0x079d} + } +}; + +StandTile tile_2549 = { + 0x07cc00, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-6762, 64, -11434, 0x2810}, + {-7218, 75, -11547, 0x0795}, + {-7196, 75, -11411, 0x27dc} + } +}; + +StandTile tile_2550 = { + 0x07d700, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6789, 64, -11569, 0x2804}, + {-7218, 75, -11547, 0x280c}, + {-6762, 64, -11434, 0x2814} + } +}; + +StandTile tile_2551 = { + 0x07d900, 0x01, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-6344, 49, -11449, 0x2818}, + {-6789, 64, -11569, 0x2810}, + {-6762, 64, -11434, 0x27e4} + } +}; + +StandTile tile_2552 = { + 0x07da00, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-6344, 49, -11558, 0x27fc}, + {-6789, 64, -11569, 0x2814}, + {-6344, 49, -11449, 0x2820} + } +}; + +StandTile tile_2553 = { + 0x07db00, 0x01, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-6344, 49, -11558, 0x2820}, + {-5964, 26, -11449, 0x07d9}, + {-5949, 26, -11585, 0x27f4} + } +}; + +StandTile tile_2554 = { + 0x07df00, 0x01, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-5964, 26, -11449, 0x281c}, + {-6344, 49, -11558, 0x2818}, + {-6344, 49, -11449, 0x27f0} + } +}; + +StandTile tile_2555 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_silo_all_p_stanZ.c b/assets/obseg/stan/Tbg_silo_all_p_stanZ.c new file mode 100644 index 0000000..751d502 --- /dev/null +++ b/assets/obseg/stan/Tbg_silo_all_p_stanZ.c @@ -0,0 +1,33595 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:16 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_silo_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0xfa, 0x6c, 0x00, 0x00, 0xfd, 0x74, 0x00, 0x01, 0x00, 0x3c, 0x00, 0x01, 0x0e, 0xfc, 0x00, 0x01, 0x0f, 0x3c, 0x00, 0x01, 0x15, 0x14, 0x00, 0x01, 0x26, 0x4c, 0x00, 0x01, 0x37, 0xcc, 0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x003878, 0x56, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {898, -19, 109, 0x0000}, + {956, -19, 109, 0x002a}, + {898, -19, 52, 0x0014} + } +}; + +StandTile tile_1 = { + 0x003478, 0x56, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {840, -19, 109, 0x0000}, + {898, -19, 109, 0x0010}, + {898, -19, 52, 0x0018} + } +}; + +StandTile tile_2 = { + 0x003778, 0x56, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {840, -19, 52, 0x0000}, + {840, -19, 109, 0x0014}, + {898, -19, 52, 0x001c} + } +}; + +StandTile tile_3 = { + 0x003378, 0x56, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {840, -19, -5, 0x0000}, + {840, -19, 52, 0x0018}, + {898, -19, 52, 0x0020} + } +}; + +StandTile tile_4 = { + 0x003978, 0x56, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {898, -19, -5, 0x01eb}, + {873, -19, -5, 0x0000}, + {840, -19, -5, 0x001c}, + {898, -19, 52, 0x0025} + } +}; + +StandTile tile_5 = { + 0x003578, 0x56, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {956, -19, -5, 0x0000}, + {922, -19, -5, 0x01eb}, + {898, -19, -5, 0x0020}, + {898, -19, 52, 0x002e} + } +}; + +StandTile tile_6 = { + 0x003678, 0x56, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {898, -19, 52, 0x0010}, + {956, -19, 109, 0x0000}, + {956, -19, 52, 0x002e} + } +}; + +StandTile tile_7 = { + 0x000878, 0x56, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {956, -19, -5, 0x0025}, + {898, -19, 52, 0x002a}, + {956, -19, 52, 0x0000} + } +}; + +StandTile tile_8 = { + 0x029470, 0x55, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {849, -19, -296, 0x0000}, + {849, -19, -310, 0x0058}, + {808, -19, -252, 0x0036} + } +}; + +StandTile tile_9 = { + 0x008c72, 0x55, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {767, -19, -194, 0x003a}, + {849, -19, -296, 0x0032}, + {808, -19, -252, 0x0058} + } +}; + +StandTile tile_10 = { + 0x008c71, 0x55, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x2, 0x3, + { + {767, -19, -194, 0x0000}, + {844, -19, -194, 0x0062}, + {922, -19, -194, 0x004c}, + {849, -19, -296, 0x0036} + } +}; + +StandTile tile_11 = { + 0x029572, 0x55, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {994, -19, -296, 0x0043}, + {1077, -19, -194, 0x0094}, + {1035, -19, -252, 0x0048} + } +}; + +StandTile tile_12 = { + 0x029571, 0x55, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {994, -19, -296, 0x004c}, + {922, -19, -194, 0x0062}, + {951, -19, -194, 0x0000}, + {1077, -19, -194, 0x003f} + } +}; + +StandTile tile_13 = { + 0x008b70, 0x55, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {994, -19, -296, 0x003f}, + {1035, -19, -252, 0x0094}, + {994, -19, -310, 0x0000} + } +}; + +StandTile tile_14 = { + 0x008a70, 0x55, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {849, -19, -296, 0x003a}, + {922, -19, -194, 0x0043}, + {994, -19, -296, 0x0000} + } +}; + +StandTile tile_15 = { + 0x007f72, 0x55, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {689, -19, -271, 0x0054}, + {718, -19, -194, 0x0000}, + {767, -19, -194, 0x005d} + } +}; + +StandTile tile_16 = { + 0x007f71, 0x55, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {689, -19, -271, 0x0000}, + {689, -19, -223, 0x0000}, + {718, -19, -194, 0x0050} + } +}; + +StandTile tile_17 = { + 0x007e72, 0x55, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {805, -19, -354, 0x005d}, + {767, -19, -194, 0x0036}, + {808, -19, -252, 0x0032}, + {849, -19, -310, 0x00fb} + } +}; + +StandTile tile_18 = { + 0x007e71, 0x55, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {805, -19, -354, 0x00c7}, + {747, -19, -312, 0x00cb}, + {689, -19, -271, 0x0050}, + {767, -19, -194, 0x0058} + } +}; + +StandTile tile_19 = { + 0x001072, 0x55, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {844, -19, -174, 0x0067}, + {951, -19, -194, 0x0043}, + {922, -19, -194, 0x003a}, + {844, -19, -194, 0x0000} + } +}; + +StandTile tile_20 = { + 0x001071, 0x55, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {844, -19, -174, 0x01fe}, + {951, -19, -174, 0x0000}, + {951, -19, -194, 0x0062} + } +}; + +StandTile tile_21 = { + 0x007d72, 0x54, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1077, -19, -194, 0x006f}, + {1154, -19, -223, 0x0000}, + {1154, -19, -271, 0x008f} + } +}; + +StandTile tile_22 = { + 0x007d71, 0x54, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1077, -19, -194, 0x0000}, + {1125, -19, -194, 0x0000}, + {1154, -19, -223, 0x006b} + } +}; + +StandTile tile_23 = { + 0x028f70, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1096, -19, -540, 0x00aa}, + {1038, -19, -499, 0x0000}, + {1052, -19, -499, 0x007b} + } +}; + +StandTile tile_24 = { + 0x008770, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1052, -19, -354, 0x0083}, + {1154, -19, -426, 0x007b}, + {1052, -19, -499, 0x0000} + } +}; + +StandTile tile_25 = { + 0x008872, 0x54, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1154, -19, -426, 0x007f}, + {1096, -19, -540, 0x0073}, + {1052, -19, -499, 0x0077} + } +}; + +StandTile tile_26 = { + 0x008871, 0x54, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1154, -19, -426, 0x0000}, + {1154, -19, -581, 0x00aa}, + {1096, -19, -540, 0x007b} + } +}; + +StandTile tile_27 = { + 0x008972, 0x54, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1052, -19, -354, 0x0087}, + {1154, -19, -271, 0x0000}, + {1154, -19, -426, 0x0077} + } +}; + +StandTile tile_28 = { + 0x008971, 0x54, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1052, -19, -354, 0x008b}, + {1096, -19, -312, 0x008f}, + {1154, -19, -271, 0x0083} + } +}; + +StandTile tile_29 = { + 0x029670, 0x54, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1052, -19, -354, 0x0000}, + {1038, -19, -354, 0x008f}, + {1096, -19, -312, 0x0087} + } +}; + +StandTile tile_30 = { + 0x024472, 0x54, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x1, 0x2, + { + {1038, -19, -354, 0x0094}, + {1077, -19, -194, 0x006b}, + {1154, -19, -271, 0x0087}, + {1096, -19, -312, 0x008b} + } +}; + +StandTile tile_31 = { + 0x024471, 0x54, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {1038, -19, -354, 0x0000}, + {994, -19, -310, 0x0048}, + {1035, -19, -252, 0x003f}, + {1077, -19, -194, 0x008f} + } +}; + +StandTile tile_32 = { + 0x008372, 0x53, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1154, -19, -581, 0x009d}, + {1125, -19, -659, 0x0000}, + {1077, -19, -659, 0x00aa} + } +}; + +StandTile tile_33 = { + 0x008371, 0x53, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1154, -19, -581, 0x0000}, + {1154, -19, -630, 0x0000}, + {1125, -19, -659, 0x0099} + } +}; + +StandTile tile_34 = { + 0x029170, 0x53, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {808, -19, -601, 0x00ed}, + {849, -19, -543, 0x0000}, + {849, -19, -557, 0x00c3} + } +}; + +StandTile tile_35 = { + 0x008272, 0x53, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {1038, -19, -499, 0x00aa}, + {1077, -19, -659, 0x00bb}, + {1035, -19, -601, 0x00b3}, + {994, -19, -543, 0x011d} + } +}; + +StandTile tile_36 = { + 0x008271, 0x53, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x2, 0x3, + { + {1038, -19, -499, 0x0073}, + {1096, -19, -540, 0x007f}, + {1154, -19, -581, 0x0099}, + {1077, -19, -659, 0x00a5} + } +}; + +StandTile tile_37 = { + 0x008470, 0x53, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {994, -19, -557, 0x00b7}, + {922, -19, -659, 0x00bf}, + {849, -19, -557, 0x0000} + } +}; + +StandTile tile_38 = { + 0x008570, 0x53, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {994, -19, -543, 0x00a5}, + {1035, -19, -601, 0x00b7}, + {994, -19, -557, 0x0000} + } +}; + +StandTile tile_39 = { + 0x029072, 0x53, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1035, -19, -601, 0x00bb}, + {922, -19, -659, 0x00af}, + {994, -19, -557, 0x00b3} + } +}; + +StandTile tile_40 = { + 0x029071, 0x53, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1035, -19, -601, 0x00a5}, + {1077, -19, -659, 0x0000}, + {922, -19, -659, 0x00b7} + } +}; + +StandTile tile_41 = { + 0x008672, 0x53, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {767, -19, -659, 0x00c3}, + {849, -19, -557, 0x00af}, + {922, -19, -659, 0x0000} + } +}; + +StandTile tile_42 = { + 0x008671, 0x53, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {767, -19, -659, 0x00ed}, + {808, -19, -601, 0x00a1}, + {849, -19, -557, 0x00bf} + } +}; + +StandTile tile_43 = { + 0x008e70, 0x52, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {791, -19, -354, 0x00cb}, + {747, -19, -312, 0x005d}, + {805, -19, -354, 0x0000} + } +}; + +StandTile tile_44 = { + 0x029372, 0x52, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {791, -19, -354, 0x00cf}, + {689, -19, -271, 0x005d}, + {747, -19, -312, 0x00c7} + } +}; + +StandTile tile_45 = { + 0x029371, 0x52, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {791, -19, -354, 0x00d4}, + {689, -19, -426, 0x0208}, + {689, -19, -368, 0x0000}, + {689, -19, -271, 0x00cb} + } +}; + +StandTile tile_46 = { + 0x008d70, 0x52, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {689, -19, -426, 0x00cf}, + {791, -19, -354, 0x0000}, + {791, -19, -499, 0x00d8} + } +}; + +StandTile tile_47 = { + 0x008f72, 0x52, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {791, -19, -499, 0x00dd}, + {689, -19, -581, 0x0000}, + {689, -19, -475, 0x0208}, + {689, -19, -426, 0x00d4} + } +}; + +StandTile tile_48 = { + 0x008f71, 0x52, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {791, -19, -499, 0x00e1}, + {747, -19, -540, 0x00f2}, + {689, -19, -581, 0x00d8} + } +}; + +StandTile tile_49 = { + 0x029270, 0x52, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {791, -19, -499, 0x0000}, + {805, -19, -499, 0x00f2}, + {747, -19, -540, 0x00dd} + } +}; + +StandTile tile_50 = { + 0x008172, 0x52, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {718, -19, -659, 0x00e9}, + {689, -19, -581, 0x00f2}, + {767, -19, -659, 0x0000} + } +}; + +StandTile tile_51 = { + 0x008171, 0x52, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {718, -19, -659, 0x0000}, + {689, -19, -630, 0x0000}, + {689, -19, -581, 0x00e5} + } +}; + +StandTile tile_52 = { + 0x024c72, 0x52, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {767, -19, -659, 0x00f2}, + {805, -19, -499, 0x0000}, + {849, -19, -543, 0x00a1}, + {808, -19, -601, 0x00c3} + } +}; + +StandTile tile_53 = { + 0x024c71, 0x52, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {767, -19, -659, 0x00e5}, + {689, -19, -581, 0x00dd}, + {747, -19, -540, 0x00e1}, + {805, -19, -499, 0x00ed} + } +}; + +StandTile tile_54 = { + 0x028e72, 0x51, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {810, -29, -349, 0x00fb}, + {849, -19, -310, 0x0000}, + {844, -29, -315, 0x0173} + } +}; + +StandTile tile_55 = { + 0x028e71, 0x51, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {810, -29, -349, 0x0000}, + {805, -19, -354, 0x0058}, + {849, -19, -310, 0x00f7} + } +}; + +StandTile tile_56 = { + 0x00a872, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {810, -29, -349, 0x0103}, + {820, -48, -359, 0x01bb}, + {810, -48, -349, 0x0000} + } +}; + +StandTile tile_57 = { + 0x00a871, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {810, -29, -349, 0x0173}, + {820, -29, -359, 0x013f}, + {820, -39, -359, 0x0108}, + {820, -48, -359, 0x00ff} + } +}; + +StandTile tile_58 = { + 0x00a972, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {820, -39, -359, 0x010c}, + {830, -48, -368, 0x01bb}, + {820, -48, -359, 0x0103} + } +}; + +StandTile tile_59 = { + 0x00a971, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {820, -39, -359, 0x016b}, + {830, -39, -368, 0x0147}, + {830, -48, -368, 0x0108} + } +}; + +StandTile tile_60 = { + 0x00ab72, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {844, -48, -315, 0x0114}, + {854, -29, -325, 0x0177}, + {844, -29, -315, 0x0000} + } +}; + +StandTile tile_61 = { + 0x00ab71, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {844, -48, -315, 0x01c4}, + {854, -48, -325, 0x0133}, + {854, -39, -325, 0x013b}, + {854, -29, -325, 0x0110} + } +}; + +StandTile tile_62 = { + 0x028d72, 0x51, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1033, -29, -504, 0x011d}, + {994, -19, -543, 0x0000}, + {999, -29, -538, 0x017b} + } +}; + +StandTile tile_63 = { + 0x028d71, 0x51, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1033, -29, -504, 0x0000}, + {1038, -19, -499, 0x00a5}, + {994, -19, -543, 0x0119} + } +}; + +StandTile tile_64 = { + 0x00ae72, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1033, -29, -504, 0x0125}, + {1023, -48, -494, 0x01cd}, + {1033, -48, -504, 0x0000} + } +}; + +StandTile tile_65 = { + 0x00ae71, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {1033, -29, -504, 0x017b}, + {1023, -29, -494, 0x015f}, + {1023, -39, -494, 0x014b}, + {1023, -48, -494, 0x0121} + } +}; + +StandTile tile_66 = { + 0x00b172, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {999, -48, -538, 0x012e}, + {989, -29, -528, 0x017f}, + {999, -29, -538, 0x0000} + } +}; + +StandTile tile_67 = { + 0x00b171, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x3, + { + {999, -48, -538, 0x01da}, + {989, -48, -528, 0x0153}, + {989, -39, -528, 0x015b}, + {989, -29, -528, 0x012a} + } +}; + +StandTile tile_68 = { + 0x00ac72, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {854, -48, -325, 0x0137}, + {863, -39, -334, 0x016f}, + {854, -39, -325, 0x0114} + } +}; + +StandTile tile_69 = { + 0x00ac71, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {854, -48, -325, 0x01c4}, + {863, -48, -334, 0x0143}, + {863, -39, -334, 0x0133} + } +}; + +StandTile tile_70 = { + 0x024772, 0x51, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {854, -39, -325, 0x013f}, + {820, -29, -359, 0x0177}, + {854, -29, -325, 0x0114} + } +}; + +StandTile tile_71 = { + 0x024771, 0x51, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {854, -39, -325, 0x016b}, + {820, -39, -359, 0x0103}, + {820, -29, -359, 0x013b} + } +}; + +StandTile tile_72 = { + 0x024872, 0x51, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {863, -48, -334, 0x0147}, + {830, -39, -368, 0x016f}, + {863, -39, -334, 0x0137} + } +}; + +StandTile tile_73 = { + 0x024871, 0x51, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {863, -48, -334, 0x0193}, + {830, -48, -368, 0x010c}, + {830, -39, -368, 0x0143} + } +}; + +StandTile tile_74 = { + 0x00af72, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1023, -39, -494, 0x014f}, + {1014, -48, -484, 0x01cd}, + {1023, -48, -494, 0x0125} + } +}; + +StandTile tile_75 = { + 0x00af71, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1023, -39, -494, 0x0183}, + {1014, -39, -484, 0x0167}, + {1014, -48, -484, 0x014b} + } +}; + +StandTile tile_76 = { + 0x00b272, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {989, -48, -528, 0x0157}, + {980, -39, -518, 0x0187}, + {989, -39, -528, 0x012e} + } +}; + +StandTile tile_77 = { + 0x00b271, 0x51, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {989, -48, -528, 0x01da}, + {980, -48, -518, 0x0163}, + {980, -39, -518, 0x0153} + } +}; + +StandTile tile_78 = { + 0x024572, 0x51, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {989, -39, -528, 0x015f}, + {1023, -29, -494, 0x017f}, + {989, -29, -528, 0x012e} + } +}; + +StandTile tile_79 = { + 0x024571, 0x51, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {989, -39, -528, 0x0183}, + {1023, -39, -494, 0x0125}, + {1023, -29, -494, 0x015b} + } +}; + +StandTile tile_80 = { + 0x024672, 0x51, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {980, -48, -518, 0x0167}, + {1014, -39, -484, 0x0187}, + {980, -39, -518, 0x0157} + } +}; + +StandTile tile_81 = { + 0x024671, 0x51, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {980, -48, -518, 0x019b}, + {1014, -48, -484, 0x014f}, + {1014, -39, -484, 0x0163} + } +}; + +StandTile tile_82 = { + 0x00aa72, 0x51, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {854, -39, -325, 0x016f}, + {830, -39, -368, 0x010c}, + {820, -39, -359, 0x013f} + } +}; + +StandTile tile_83 = { + 0x00aa71, 0x51, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {854, -39, -325, 0x0133}, + {863, -39, -334, 0x0143}, + {830, -39, -368, 0x016b} + } +}; + +StandTile tile_84 = { + 0x00ad72, 0x51, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {844, -29, -315, 0x0177}, + {820, -29, -359, 0x0103}, + {810, -29, -349, 0x00f7} + } +}; + +StandTile tile_85 = { + 0x00ad71, 0x51, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {844, -29, -315, 0x0110}, + {854, -29, -325, 0x013b}, + {820, -29, -359, 0x0173} + } +}; + +StandTile tile_86 = { + 0x00b372, 0x51, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {999, -29, -538, 0x017f}, + {1023, -29, -494, 0x0125}, + {1033, -29, -504, 0x0119} + } +}; + +StandTile tile_87 = { + 0x00b371, 0x51, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {999, -29, -538, 0x012a}, + {989, -29, -528, 0x015b}, + {1023, -29, -494, 0x017b} + } +}; + +StandTile tile_88 = { + 0x00b072, 0x51, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {989, -39, -528, 0x0187}, + {1014, -39, -484, 0x014f}, + {1023, -39, -494, 0x015f} + } +}; + +StandTile tile_89 = { + 0x00b071, 0x51, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {989, -39, -528, 0x0153}, + {980, -39, -518, 0x0163}, + {1014, -39, -484, 0x0183} + } +}; + +StandTile tile_90 = { + 0x007b72, 0x51, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {863, -48, -334, 0x018f}, + {994, -48, -310, 0x0197}, + {922, -48, -426, 0x0193} + } +}; + +StandTile tile_91 = { + 0x007b71, 0x51, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {863, -48, -334, 0x01c4}, + {859, -48, -310, 0x0000}, + {994, -48, -310, 0x018b} + } +}; + +StandTile tile_92 = { + 0x007a70, 0x51, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {830, -48, -368, 0x0147}, + {863, -48, -334, 0x018b}, + {922, -48, -426, 0x01b3} + } +}; + +StandTile tile_93 = { + 0x007970, 0x51, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {994, -48, -310, 0x0000}, + {1038, -48, -354, 0x01ab}, + {922, -48, -426, 0x018b} + } +}; + +StandTile tile_94 = { + 0x007870, 0x51, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1014, -48, -484, 0x0167}, + {980, -48, -518, 0x019f}, + {922, -48, -426, 0x01ab} + } +}; + +StandTile tile_95 = { + 0x007772, 0x51, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {980, -48, -518, 0x01a3}, + {849, -48, -543, 0x01a7}, + {922, -48, -426, 0x019b} + } +}; + +StandTile tile_96 = { + 0x007771, 0x51, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {980, -48, -518, 0x01d6}, + {985, -48, -543, 0x0000}, + {849, -48, -543, 0x019f} + } +}; + +StandTile tile_97 = { + 0x007670, 0x51, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {849, -48, -543, 0x0000}, + {805, -48, -499, 0x01b3}, + {922, -48, -426, 0x019f} + } +}; + +StandTile tile_98 = { + 0x007572, 0x51, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1038, -48, -354, 0x01af}, + {1014, -48, -484, 0x019b}, + {922, -48, -426, 0x0197} + } +}; + +StandTile tile_99 = { + 0x007571, 0x51, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1038, -48, -354, 0x0000}, + {1038, -48, -489, 0x01d2}, + {1014, -48, -484, 0x01ab} + } +}; + +StandTile tile_100 = { + 0x007472, 0x51, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {805, -48, -499, 0x01b7}, + {830, -48, -368, 0x0193}, + {922, -48, -426, 0x01a7} + } +}; + +StandTile tile_101 = { + 0x007471, 0x51, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {805, -48, -499, 0x0000}, + {805, -48, -363, 0x01c0}, + {830, -48, -368, 0x01b3} + } +}; + +StandTile tile_102 = { + 0x007372, 0x51, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {830, -48, -368, 0x01c0}, + {805, -48, -354, 0x0000}, + {810, -48, -349, 0x00ff}, + {820, -48, -359, 0x0108} + } +}; + +StandTile tile_103 = { + 0x007371, 0x51, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {830, -48, -368, 0x01b7}, + {805, -48, -363, 0x0000}, + {805, -48, -354, 0x01bb} + } +}; + +StandTile tile_104 = { + 0x007272, 0x51, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {844, -48, -315, 0x01c9}, + {859, -48, -310, 0x018f}, + {863, -48, -334, 0x0137}, + {854, -48, -325, 0x0114} + } +}; + +StandTile tile_105 = { + 0x007271, 0x51, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {844, -48, -315, 0x0000}, + {849, -48, -310, 0x0000}, + {859, -48, -310, 0x01c4} + } +}; + +StandTile tile_106 = { + 0x007172, 0x51, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {1014, -48, -484, 0x01d2}, + {1038, -48, -499, 0x0000}, + {1033, -48, -504, 0x0121}, + {1023, -48, -494, 0x014b} + } +}; + +StandTile tile_107 = { + 0x007171, 0x51, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1014, -48, -484, 0x01af}, + {1038, -48, -489, 0x0000}, + {1038, -48, -499, 0x01cd} + } +}; + +StandTile tile_108 = { + 0x007072, 0x51, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {980, -48, -518, 0x01da}, + {994, -48, -543, 0x0000}, + {985, -48, -543, 0x01a3} + } +}; + +StandTile tile_109 = { + 0x007071, 0x51, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x2, 0x3, + { + {980, -48, -518, 0x0157}, + {989, -48, -528, 0x012e}, + {999, -48, -538, 0x0000}, + {994, -48, -543, 0x01d6} + } +}; + +StandTile tile_110 = { + 0x001172, 0x50, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {873, -19, -15, 0x01e3}, + {931, -19, -24, 0x01f4}, + {863, -19, -24, 0x0000} + } +}; + +StandTile tile_111 = { + 0x001171, 0x50, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {873, -19, -15, 0x01e7}, + {922, -19, -15, 0x0000}, + {931, -19, -24, 0x01df} + } +}; + +StandTile tile_112 = { + 0x001272, 0x50, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {873, -19, -5, 0x01eb}, + {922, -19, -15, 0x01e3}, + {873, -19, -15, 0x0000} + } +}; + +StandTile tile_113 = { + 0x001271, 0x50, + 0x0, + 0xe, 0xe, 0xe, + 4, + 0x0, 0x2, 0x3, + { + {873, -19, -5, 0x0020}, + {898, -19, -5, 0x0025}, + {922, -19, -5, 0x0000}, + {922, -19, -15, 0x01e7} + } +}; + +StandTile tile_114 = { + 0x001370, 0x50, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1004, -19, -24, 0x0000}, + {1004, -19, -174, 0x01fe}, + {897, -19, -102, 0x01f4} + } +}; + +StandTile tile_115 = { + 0x001470, 0x50, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x3, 0x4, + { + {796, -19, -24, 0x0000}, + {863, -19, -24, 0x01df}, + {931, -19, -24, 0x0000}, + {1004, -19, -24, 0x01f0}, + {897, -19, -102, 0x01fa} + } +}; + +StandTile tile_116 = { + 0x001570, 0x50, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {897, -19, -102, 0x01fe}, + {796, -19, -174, 0x0000}, + {796, -19, -24, 0x01f4} + } +}; + +StandTile tile_117 = { + 0x001670, 0x50, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x3, 0x4, + { + {1004, -19, -174, 0x0000}, + {951, -19, -174, 0x0067}, + {844, -19, -174, 0x0000}, + {796, -19, -174, 0x01fa}, + {897, -19, -102, 0x01f0} + } +}; + +StandTile tile_118 = { + 0x00e072, 0x4f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {689, -19, -368, 0x0208}, + {670, -19, -475, 0x0211}, + {670, -19, -368, 0x0000} + } +}; + +StandTile tile_119 = { + 0x00e071, 0x4f, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x2, 0x3, + { + {689, -19, -368, 0x00cf}, + {689, -19, -426, 0x00d8}, + {689, -19, -475, 0x0000}, + {670, -19, -475, 0x0204} + } +}; + +StandTile tile_120 = { + 0x00df72, 0x4f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {670, -19, -315, 0x0211}, + {636, -19, -557, 0x021b}, + {636, -19, -281, 0x0000} + } +}; + +StandTile tile_121 = { + 0x00df71, 0x4f, + 0x0, + 0x2, 0x2, 0x2, + 5, + 0x0, 0x3, 0x4, + { + {670, -19, -315, 0x0000}, + {670, -19, -368, 0x0204}, + {670, -19, -475, 0x0000}, + {670, -19, -523, 0x0000}, + {636, -19, -557, 0x020d} + } +}; + +StandTile tile_122 = { + 0x00de72, 0x4f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {611, -19, -281, 0x021b}, + {636, -19, -557, 0x0000}, + {611, -19, -557, 0x021f} + } +}; + +StandTile tile_123 = { + 0x00de71, 0x4f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {611, -19, -281, 0x0000}, + {636, -19, -281, 0x020d}, + {636, -19, -557, 0x0217} + } +}; + +StandTile tile_124 = { + 0x00dd72, 0x4f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {611, -19, -557, 0x0223}, + {544, -19, -291, 0x0227}, + {611, -19, -281, 0x0217} + } +}; + +StandTile tile_125 = { + 0x00dd71, 0x4f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {611, -19, -557, 0x027d}, + {544, -19, -547, 0x0269}, + {544, -19, -291, 0x021f} + } +}; + +StandTile tile_126 = { + 0x00dc70, 0x4f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {553, -19, -281, 0x0000}, + {611, -19, -281, 0x021f}, + {544, -19, -291, 0x0000} + } +}; + +StandTile tile_127 = { + 0x00da72, 0x4f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {195, -19, -523, 0x022f}, + {229, -19, -281, 0x0237}, + {229, -19, -557, 0x0000} + } +}; + +StandTile tile_128 = { + 0x00da71, 0x4f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {195, -19, -523, 0x0000}, + {195, -19, -315, 0x0000}, + {229, -19, -281, 0x022b} + } +}; + +StandTile tile_129 = { + 0x00d972, 0x4f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {253, -19, -557, 0x0237}, + {229, -19, -281, 0x0000}, + {253, -19, -281, 0x023f} + } +}; + +StandTile tile_130 = { + 0x00d971, 0x4f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {253, -19, -557, 0x0000}, + {229, -19, -557, 0x022b}, + {229, -19, -281, 0x0233} + } +}; + +StandTile tile_131 = { + 0x00d872, 0x4f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {321, -19, -547, 0x023f}, + {253, -19, -281, 0x0243}, + {321, -19, -291, 0x0247} + } +}; + +StandTile tile_132 = { + 0x00d871, 0x4f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {321, -19, -547, 0x0279}, + {253, -19, -557, 0x0233}, + {253, -19, -281, 0x023b} + } +}; + +StandTile tile_133 = { + 0x00d770, 0x4f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {253, -19, -281, 0x0000}, + {311, -19, -281, 0x0000}, + {321, -19, -291, 0x023b} + } +}; + +StandTile tile_134 = { + 0x00d670, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {321, -19, -547, 0x023b}, + {321, -19, -291, 0x024f}, + {437, -19, -417, 0x0253} + } +}; + +StandTile tile_135 = { + 0x02b970, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {335, -19, -291, 0x0000}, + {345, -19, -281, 0x0263}, + {437, -19, -417, 0x024f} + } +}; + +StandTile tile_136 = { + 0x00d570, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {321, -19, -291, 0x0000}, + {335, -19, -291, 0x024b}, + {437, -19, -417, 0x0247} + } +}; + +StandTile tile_137 = { + 0x00d470, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {321, -19, -547, 0x0247}, + {437, -19, -417, 0x0257}, + {335, -19, -547, 0x0000} + } +}; + +StandTile tile_138 = { + 0x00d370, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {335, -19, -547, 0x0253}, + {437, -19, -417, 0x0275}, + {345, -19, -557, 0x0000} + } +}; + +StandTile tile_139 = { + 0x00d272, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {529, -19, -291, 0x025f}, + {437, -19, -417, 0x0263}, + {519, -19, -281, 0x0000} + } +}; + +StandTile tile_140 = { + 0x00d271, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {529, -19, -291, 0x0000}, + {544, -19, -291, 0x0269}, + {437, -19, -417, 0x025b} + } +}; + +StandTile tile_141 = { + 0x00d170, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 5, + 0x0, 0x3, 0x4, + { + {345, -19, -281, 0x0000}, + {379, -19, -281, 0x0285}, + {486, -19, -281, 0x0000}, + {519, -19, -281, 0x025b}, + {437, -19, -417, 0x024b} + } +}; + +StandTile tile_142 = { + 0x00d070, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {544, -19, -291, 0x0223}, + {544, -19, -547, 0x0271}, + {437, -19, -417, 0x025f} + } +}; + +StandTile tile_143 = { + 0x02b870, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {529, -19, -547, 0x0000}, + {519, -19, -557, 0x0275}, + {437, -19, -417, 0x0271} + } +}; + +StandTile tile_144 = { + 0x00cf70, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {544, -19, -547, 0x0000}, + {529, -19, -547, 0x026d}, + {437, -19, -417, 0x0269} + } +}; + +StandTile tile_145 = { + 0x00ce70, 0x4f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {519, -19, -557, 0x0000}, + {345, -19, -557, 0x0257}, + {437, -19, -417, 0x026d} + } +}; + +StandTile tile_146 = { + 0x00cd70, 0x4f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {253, -19, -557, 0x023f}, + {321, -19, -547, 0x0000}, + {311, -19, -557, 0x0000} + } +}; + +StandTile tile_147 = { + 0x00cc70, 0x4f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {544, -19, -547, 0x0223}, + {611, -19, -557, 0x0000}, + {553, -19, -557, 0x0000} + } +}; + +StandTile tile_148 = { + 0x02a172, 0x4f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {486, -19, -266, 0x0285}, + {379, -19, -281, 0x0000}, + {379, -19, -266, 0x1546} + } +}; + +StandTile tile_149 = { + 0x02a171, 0x4f, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {486, -19, -266, 0x0000}, + {486, -19, -281, 0x0263}, + {379, -19, -281, 0x0281} + } +}; + +StandTile tile_150 = { + 0x063a68, 0x4e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1517, 0x029a}, + {-76, -891, 1570, 0x02db}, + {-18, -891, 1570, 0x028d} + } +}; + +StandTile tile_151 = { + 0x063968, 0x4e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1517, 0x0289}, + {-18, -891, 1570, 0x02df}, + {40, -891, 1570, 0x0291} + } +}; + +StandTile tile_152 = { + 0x063668, 0x4e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1517, 0x028d}, + {40, -891, 1570, 0x0000}, + {40, -891, 1497, 0x0295} + } +}; + +StandTile tile_153 = { + 0x063568, 0x4e, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {40, -891, 1497, 0x0000}, + {6, -891, 1498, 0x1fc5}, + {-18, -891, 1497, 0x029e}, + {-18, -891, 1517, 0x0291} + } +}; + +StandTile tile_154 = { + 0x063468, 0x4e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-76, -891, 1497, 0x0000}, + {-76, -891, 1570, 0x0289}, + {-18, -891, 1517, 0x029e} + } +}; + +StandTile tile_155 = { + 0x063368, 0x4e, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {-76, -891, 1497, 0x029a}, + {-18, -891, 1517, 0x0295}, + {-18, -891, 1497, 0x1fc5}, + {-43, -891, 1498, 0x0000} + } +}; + +StandTile tile_156 = { + 0x063768, 0x4d, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-91, -891, 1570, 0x0000}, + {-91, -891, 1590, 0x02d7}, + {-76, -891, 1570, 0x0000} + } +}; + +StandTile tile_157 = { + 0x063868, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {54, -891, 1589, 0x0000}, + {54, -891, 1570, 0x0000}, + {40, -891, 1570, 0x02e3} + } +}; + +StandTile tile_158 = { + 0x064068, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-91, -891, 1919, 0x0000}, + {-91, -891, 1934, 0x0000}, + {-76, -891, 1934, 0x0307} + } +}; + +StandTile tile_159 = { + 0x063f68, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {55, -891, 1933, 0x0000}, + {55, -891, 1919, 0x0323}, + {40, -891, 1933, 0x0000} + } +}; + +StandTile tile_160 = { + 0x062168, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-91, -891, 1662, 0x0000}, + {-91, -891, 1677, 0x0000}, + {-76, -891, 1677, 0x02cf} + } +}; + +StandTile tile_161 = { + 0x062068, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {54, -891, 1677, 0x0000}, + {54, -891, 1662, 0x02eb}, + {40, -891, 1677, 0x0000} + } +}; + +StandTile tile_162 = { + 0x061f68, 0x4d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1677, 0x02cb}, + {-76, -891, 1677, 0x0000}, + {-76, -891, 1754, 0x02bf} + } +}; + +StandTile tile_163 = { + 0x061e68, 0x4d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-76, -891, 1754, 0x02f7}, + {-18, -891, 1754, 0x02c7}, + {-18, -891, 1677, 0x02bb} + } +}; + +StandTile tile_164 = { + 0x061d68, 0x4d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {40, -891, 1754, 0x0000}, + {40, -891, 1677, 0x02ef}, + {-18, -891, 1677, 0x02c7} + } +}; + +StandTile tile_165 = { + 0x061c68, 0x4d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {40, -891, 1754, 0x02c3}, + {-18, -891, 1677, 0x02bf}, + {-18, -891, 1754, 0x02fb} + } +}; + +StandTile tile_166 = { + 0x062d68, 0x4d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1623, 0x02cf}, + {-76, -891, 1677, 0x02bb}, + {-18, -891, 1677, 0x02ef} + } +}; + +StandTile tile_167 = { + 0x062c68, 0x4d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-91, -891, 1662, 0x02b3}, + {-76, -891, 1677, 0x02cb}, + {-18, -891, 1623, 0x02d3} + } +}; + +StandTile tile_168 = { + 0x062b68, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1623, 0x02d7}, + {-91, -891, 1590, 0x0000}, + {-91, -891, 1662, 0x02cf} + } +}; + +StandTile tile_169 = { + 0x062a68, 0x4d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-76, -891, 1570, 0x02a3}, + {-91, -891, 1590, 0x02d3}, + {-18, -891, 1623, 0x02db} + } +}; + +StandTile tile_170 = { + 0x062968, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1570, 0x0289}, + {-76, -891, 1570, 0x02d7}, + {-18, -891, 1623, 0x02df} + } +}; + +StandTile tile_171 = { + 0x062868, 0x4d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1570, 0x02db}, + {-18, -891, 1623, 0x02e3}, + {40, -891, 1570, 0x028d} + } +}; + +StandTile tile_172 = { + 0x062768, 0x4d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {40, -891, 1570, 0x02df}, + {-18, -891, 1623, 0x02e7}, + {54, -891, 1589, 0x02a7} + } +}; + +StandTile tile_173 = { + 0x062668, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {54, -891, 1589, 0x02e3}, + {-18, -891, 1623, 0x02eb}, + {54, -891, 1662, 0x0000} + } +}; + +StandTile tile_174 = { + 0x062568, 0x4d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {54, -891, 1662, 0x02e7}, + {-18, -891, 1623, 0x02ef}, + {40, -891, 1677, 0x02b7} + } +}; + +StandTile tile_175 = { + 0x062468, 0x4d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {40, -891, 1677, 0x02eb}, + {-18, -891, 1623, 0x02cb}, + {-18, -891, 1677, 0x02c3} + } +}; + +StandTile tile_176 = { + 0x063168, 0x4d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-76, -891, 1754, 0x0000}, + {-76, -891, 1827, 0x0313}, + {-18, -891, 1827, 0x02f7} + } +}; + +StandTile tile_177 = { + 0x063068, 0x4d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1827, 0x02fb}, + {-18, -891, 1754, 0x02bf}, + {-76, -891, 1754, 0x02f3} + } +}; + +StandTile tile_178 = { + 0x062f68, 0x4d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {40, -891, 1754, 0x02c7}, + {-18, -891, 1754, 0x02f7}, + {-18, -891, 1827, 0x02ff} + } +}; + +StandTile tile_179 = { + 0x062e68, 0x4d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1827, 0x0317}, + {40, -891, 1827, 0x0000}, + {40, -891, 1754, 0x02fb} + } +}; + +StandTile tile_180 = { + 0x064a68, 0x4d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1880, 0x0307}, + {-76, -891, 1934, 0x03d4}, + {-18, -891, 1933, 0x0327} + } +}; + +StandTile tile_181 = { + 0x064968, 0x4d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-91, -891, 1919, 0x02ab}, + {-76, -891, 1934, 0x0303}, + {-18, -891, 1880, 0x030b} + } +}; + +StandTile tile_182 = { + 0x064868, 0x4d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1880, 0x030f}, + {-91, -891, 1846, 0x0000}, + {-91, -891, 1919, 0x0307} + } +}; + +StandTile tile_183 = { + 0x064768, 0x4d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-76, -891, 1827, 0x032b}, + {-91, -891, 1846, 0x030b}, + {-18, -891, 1880, 0x0313} + } +}; + +StandTile tile_184 = { + 0x064668, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1827, 0x02f3}, + {-76, -891, 1827, 0x030f}, + {-18, -891, 1880, 0x0317} + } +}; + +StandTile tile_185 = { + 0x064568, 0x4d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1827, 0x0313}, + {-18, -891, 1880, 0x031b}, + {40, -891, 1827, 0x02ff} + } +}; + +StandTile tile_186 = { + 0x064468, 0x4d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {40, -891, 1827, 0x0317}, + {-18, -891, 1880, 0x031f}, + {54, -891, 1846, 0x032f} + } +}; + +StandTile tile_187 = { + 0x064368, 0x4d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {54, -891, 1846, 0x031b}, + {-18, -891, 1880, 0x0323}, + {55, -891, 1919, 0x0000} + } +}; + +StandTile tile_188 = { + 0x064268, 0x4d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {55, -891, 1919, 0x031f}, + {-18, -891, 1880, 0x0327}, + {40, -891, 1933, 0x02af} + } +}; + +StandTile tile_189 = { + 0x064168, 0x4d, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {40, -891, 1933, 0x0323}, + {-18, -891, 1880, 0x0303}, + {-18, -891, 1933, 0x03dc} + } +}; + +StandTile tile_190 = { + 0x065268, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-91, -891, 1827, 0x0000}, + {-91, -891, 1846, 0x030f}, + {-76, -891, 1827, 0x0000} + } +}; + +StandTile tile_191 = { + 0x065068, 0x4d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {54, -891, 1846, 0x0000}, + {54, -891, 1827, 0x0000}, + {40, -891, 1827, 0x031b} + } +}; + +StandTile tile_192 = { + 0x05eb6a, 0x4c, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-76, -882, 2084, 0x0337}, + {40, -882, 2103, 0x0000}, + {40, -882, 2084, 0x0340} + } +}; + +StandTile tile_193 = { + 0x05eb69, 0x4c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-76, -882, 2084, 0x0000}, + {-76, -882, 2103, 0x034c}, + {40, -882, 2103, 0x0333} + } +}; + +StandTile tile_194 = { + 0x05ec6a, 0x4c, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {-76, -891, 2084, 0x0340}, + {40, -882, 2084, 0x0000}, + {40, -891, 2084, 0x03f0}, + {-18, -891, 2084, 0x03e4} + } +}; + +StandTile tile_195 = { + 0x05ec69, 0x4c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-76, -891, 2084, 0x0000}, + {-76, -882, 2084, 0x0333}, + {40, -882, 2084, 0x033b} + } +}; + +StandTile tile_196 = { + 0x05ed6a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -872, 2103, 0x0348}, + {40, -872, 2122, 0x0000}, + {40, -872, 2103, 0x0350} + } +}; + +StandTile tile_197 = { + 0x05ed69, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -872, 2103, 0x0000}, + {-76, -872, 2122, 0x035c}, + {40, -872, 2122, 0x0344} + } +}; + +StandTile tile_198 = { + 0x05ee6a, 0x4c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-76, -882, 2103, 0x0350}, + {40, -872, 2103, 0x0000}, + {40, -882, 2103, 0x0337} + } +}; + +StandTile tile_199 = { + 0x05ee69, 0x4c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-76, -882, 2103, 0x0000}, + {-76, -872, 2103, 0x0344}, + {40, -872, 2103, 0x034c} + } +}; + +StandTile tile_200 = { + 0x05ef6a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -862, 2122, 0x0358}, + {40, -862, 2142, 0x0000}, + {40, -862, 2122, 0x0360} + } +}; + +StandTile tile_201 = { + 0x05ef69, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -862, 2122, 0x0000}, + {-76, -862, 2142, 0x036c}, + {40, -862, 2142, 0x0354} + } +}; + +StandTile tile_202 = { + 0x05f06a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -872, 2122, 0x0360}, + {40, -862, 2122, 0x0000}, + {40, -872, 2122, 0x0348} + } +}; + +StandTile tile_203 = { + 0x05f069, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -872, 2122, 0x0000}, + {-76, -862, 2122, 0x0354}, + {40, -862, 2122, 0x035c} + } +}; + +StandTile tile_204 = { + 0x05f16a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -853, 2142, 0x0368}, + {40, -853, 2161, 0x0000}, + {40, -853, 2142, 0x0370} + } +}; + +StandTile tile_205 = { + 0x05f169, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -853, 2142, 0x0000}, + {-76, -853, 2161, 0x037c}, + {40, -853, 2161, 0x0364} + } +}; + +StandTile tile_206 = { + 0x05f26a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -862, 2142, 0x0370}, + {40, -853, 2142, 0x0000}, + {40, -862, 2142, 0x0358} + } +}; + +StandTile tile_207 = { + 0x05f269, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -862, 2142, 0x0000}, + {-76, -853, 2142, 0x0364}, + {40, -853, 2142, 0x036c} + } +}; + +StandTile tile_208 = { + 0x05f36a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -843, 2161, 0x0378}, + {40, -843, 2181, 0x0000}, + {40, -843, 2161, 0x0380} + } +}; + +StandTile tile_209 = { + 0x05f369, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -843, 2161, 0x0000}, + {-76, -843, 2181, 0x038c}, + {40, -843, 2181, 0x0374} + } +}; + +StandTile tile_210 = { + 0x05f46a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -853, 2161, 0x0380}, + {40, -843, 2161, 0x0000}, + {40, -853, 2161, 0x0368} + } +}; + +StandTile tile_211 = { + 0x05f469, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -853, 2161, 0x0000}, + {-76, -843, 2161, 0x0374}, + {40, -843, 2161, 0x037c} + } +}; + +StandTile tile_212 = { + 0x05f56a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -833, 2181, 0x0388}, + {40, -833, 2200, 0x0000}, + {40, -833, 2181, 0x0390} + } +}; + +StandTile tile_213 = { + 0x05f569, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -833, 2181, 0x0000}, + {-76, -833, 2200, 0x039c}, + {40, -833, 2200, 0x0384} + } +}; + +StandTile tile_214 = { + 0x05f66a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -843, 2181, 0x0390}, + {40, -833, 2181, 0x0000}, + {40, -843, 2181, 0x0378} + } +}; + +StandTile tile_215 = { + 0x05f669, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -843, 2181, 0x0000}, + {-76, -833, 2181, 0x0384}, + {40, -833, 2181, 0x038c} + } +}; + +StandTile tile_216 = { + 0x05f76a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -824, 2200, 0x0398}, + {40, -824, 2219, 0x0000}, + {40, -824, 2200, 0x03a0} + } +}; + +StandTile tile_217 = { + 0x05f769, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -824, 2200, 0x0000}, + {-76, -824, 2219, 0x03ac}, + {40, -824, 2219, 0x0394} + } +}; + +StandTile tile_218 = { + 0x05f86a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -833, 2200, 0x03a0}, + {40, -824, 2200, 0x0000}, + {40, -833, 2200, 0x0388} + } +}; + +StandTile tile_219 = { + 0x05f869, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -833, 2200, 0x0000}, + {-76, -824, 2200, 0x0394}, + {40, -824, 2200, 0x039c} + } +}; + +StandTile tile_220 = { + 0x05f96a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -814, 2219, 0x03a8}, + {40, -814, 2239, 0x0000}, + {40, -814, 2219, 0x03b0} + } +}; + +StandTile tile_221 = { + 0x05f969, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -814, 2219, 0x0000}, + {-76, -814, 2239, 0x03bc}, + {40, -814, 2239, 0x03a4} + } +}; + +StandTile tile_222 = { + 0x05fa6a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -824, 2219, 0x03b0}, + {40, -814, 2219, 0x0000}, + {40, -824, 2219, 0x0398} + } +}; + +StandTile tile_223 = { + 0x05fa69, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -824, 2219, 0x0000}, + {-76, -814, 2219, 0x03a4}, + {40, -814, 2219, 0x03ac} + } +}; + +StandTile tile_224 = { + 0x05fb6a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -804, 2239, 0x03b8}, + {40, -804, 2258, 0x0000}, + {40, -804, 2239, 0x03c0} + } +}; + +StandTile tile_225 = { + 0x05fb69, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -804, 2239, 0x0000}, + {-76, -804, 2258, 0x03cc}, + {40, -804, 2258, 0x03b4} + } +}; + +StandTile tile_226 = { + 0x05fc6a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -814, 2239, 0x03c0}, + {40, -804, 2239, 0x0000}, + {40, -814, 2239, 0x03a8} + } +}; + +StandTile tile_227 = { + 0x05fc69, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -814, 2239, 0x0000}, + {-76, -804, 2239, 0x03b4}, + {40, -804, 2239, 0x03bc} + } +}; + +StandTile tile_228 = { + 0x05fd6a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -795, 2258, 0x03c8}, + {40, -795, 2277, 0x0000}, + {40, -795, 2258, 0x03d0} + } +}; + +StandTile tile_229 = { + 0x05fd69, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -795, 2258, 0x0000}, + {-76, -795, 2277, 0x03f4}, + {40, -795, 2277, 0x03c4} + } +}; + +StandTile tile_230 = { + 0x05fe6a, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -804, 2258, 0x03d0}, + {40, -795, 2258, 0x0000}, + {40, -804, 2258, 0x03b8} + } +}; + +StandTile tile_231 = { + 0x05fe69, 0x4c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -804, 2258, 0x0000}, + {-76, -795, 2258, 0x03c4}, + {40, -795, 2258, 0x03cc} + } +}; + +StandTile tile_232 = { + 0x063e68, 0x4c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 1933, 0x0303}, + {-76, -891, 1934, 0x0000}, + {-76, -891, 2011, 0x03d8} + } +}; + +StandTile tile_233 = { + 0x063d68, 0x4c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-76, -891, 2011, 0x03e8}, + {-18, -891, 2011, 0x03e0}, + {-18, -891, 1933, 0x03d4} + } +}; + +StandTile tile_234 = { + 0x063c68, 0x4c, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {40, -891, 2011, 0x0000}, + {40, -891, 1933, 0x0327}, + {-18, -891, 1933, 0x03e0} + } +}; + +StandTile tile_235 = { + 0x063b68, 0x4c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {40, -891, 2011, 0x03dc}, + {-18, -891, 1933, 0x03d8}, + {-18, -891, 2011, 0x03ec} + } +}; + +StandTile tile_236 = { + 0x064e68, 0x4c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-76, -891, 2011, 0x0000}, + {-76, -891, 2084, 0x033b}, + {-18, -891, 2084, 0x03e8} + } +}; + +StandTile tile_237 = { + 0x064d68, 0x4c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 2084, 0x03ec}, + {-18, -891, 2011, 0x03d8}, + {-76, -891, 2011, 0x03e4} + } +}; + +StandTile tile_238 = { + 0x064c68, 0x4c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {40, -891, 2011, 0x03e0}, + {-18, -891, 2011, 0x03e8}, + {-18, -891, 2084, 0x03f0} + } +}; + +StandTile tile_239 = { + 0x064b68, 0x4c, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-18, -891, 2084, 0x033b}, + {40, -891, 2084, 0x0000}, + {40, -891, 2011, 0x03ec} + } +}; + +StandTile tile_240 = { + 0x040c68, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -795, 2277, 0x0400}, + {-18, -795, 2326, 0x03f8}, + {40, -795, 2277, 0x03c8} + } +}; + +StandTile tile_241 = { + 0x040b68, 0x4b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {40, -795, 2277, 0x03f4}, + {-18, -795, 2326, 0x03fc}, + {40, -795, 2379, 0x0000} + } +}; + +StandTile tile_242 = { + 0x040a68, 0x4b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-18, -795, 2326, 0x0400}, + {-76, -795, 2379, 0x0404}, + {40, -795, 2379, 0x03f8} + } +}; + +StandTile tile_243 = { + 0x040968, 0x4b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-18, -795, 2326, 0x03f4}, + {-76, -795, 2277, 0x0000}, + {-76, -795, 2379, 0x03fc} + } +}; + +StandTile tile_244 = { + 0x041c68, 0x4b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-13, -795, 2437, 0x0408}, + {40, -795, 2379, 0x03fc}, + {-76, -795, 2379, 0x040c} + } +}; + +StandTile tile_245 = { + 0x041b68, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {98, -795, 2379, 0x0000}, + {40, -795, 2379, 0x0404}, + {-13, -795, 2437, 0x0418} + } +}; + +StandTile tile_246 = { + 0x041a68, 0x4b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-76, -795, 2457, 0x0410}, + {-13, -795, 2437, 0x0404}, + {-76, -795, 2379, 0x0000} + } +}; + +StandTile tile_247 = { + 0x041968, 0x4b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-37, -795, 2495, 0x0414}, + {-13, -795, 2437, 0x040c}, + {-76, -795, 2457, 0x0000} + } +}; + +StandTile tile_248 = { + 0x041868, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-37, -795, 2495, 0x0000}, + {98, -795, 2495, 0x041c}, + {-13, -795, 2437, 0x0410} + } +}; + +StandTile tile_249 = { + 0x041768, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {98, -795, 2437, 0x0448}, + {98, -795, 2379, 0x0408}, + {-13, -795, 2437, 0x041c} + } +}; + +StandTile tile_250 = { + 0x041668, 0x4b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {98, -795, 2495, 0x0444}, + {98, -795, 2437, 0x0418}, + {-13, -795, 2437, 0x0414} + } +}; + +StandTile tile_251 = { + 0x047168, 0x4a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {190, -795, 2510, 0x0000}, + {205, -795, 2510, 0x0000}, + {205, -795, 2495, 0x0438} + } +}; + +StandTile tile_252 = { + 0x046f68, 0x4a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {205, -795, 2437, 0x0434}, + {205, -795, 2495, 0x0000}, + {282, -795, 2495, 0x0428} + } +}; + +StandTile tile_253 = { + 0x046e68, 0x4a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {282, -795, 2495, 0x0460}, + {282, -795, 2437, 0x0430}, + {205, -795, 2437, 0x0424} + } +}; + +StandTile tile_254 = { + 0x046d68, 0x4a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {282, -795, 2379, 0x0000}, + {205, -795, 2379, 0x0458}, + {205, -795, 2437, 0x0430} + } +}; + +StandTile tile_255 = { + 0x046c68, 0x4a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {282, -795, 2379, 0x042c}, + {205, -795, 2437, 0x0428}, + {282, -795, 2437, 0x0464} + } +}; + +StandTile tile_256 = { + 0x047d68, 0x4a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {152, -795, 2437, 0x0438}, + {205, -795, 2495, 0x0424}, + {205, -795, 2437, 0x0458} + } +}; + +StandTile tile_257 = { + 0x047c68, 0x4a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {190, -795, 2510, 0x0420}, + {205, -795, 2495, 0x0434}, + {152, -795, 2437, 0x043c} + } +}; + +StandTile tile_258 = { + 0x047b68, 0x4a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {152, -795, 2437, 0x0440}, + {118, -795, 2510, 0x0000}, + {190, -795, 2510, 0x0438} + } +}; + +StandTile tile_259 = { + 0x047a68, 0x4a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {98, -795, 2495, 0x046c}, + {118, -795, 2510, 0x043c}, + {152, -795, 2437, 0x0444} + } +}; + +StandTile tile_260 = { + 0x047968, 0x4a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {98, -795, 2437, 0x041c}, + {98, -795, 2495, 0x0440}, + {152, -795, 2437, 0x0448} + } +}; + +StandTile tile_261 = { + 0x047868, 0x4a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {98, -795, 2437, 0x0444}, + {152, -795, 2437, 0x044c}, + {98, -795, 2379, 0x0418} + } +}; + +StandTile tile_262 = { + 0x047768, 0x4a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {98, -795, 2379, 0x0448}, + {152, -795, 2437, 0x0450}, + {118, -795, 2365, 0x0470} + } +}; + +StandTile tile_263 = { + 0x047668, 0x4a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {118, -795, 2365, 0x044c}, + {152, -795, 2437, 0x0454}, + {190, -795, 2365, 0x0000} + } +}; + +StandTile tile_264 = { + 0x047568, 0x4a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {190, -795, 2365, 0x0450}, + {152, -795, 2437, 0x0458}, + {205, -795, 2379, 0x0000} + } +}; + +StandTile tile_265 = { + 0x047468, 0x4a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {205, -795, 2379, 0x0454}, + {152, -795, 2437, 0x0434}, + {205, -795, 2437, 0x042c} + } +}; + +StandTile tile_266 = { + 0x048168, 0x4a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {282, -795, 2495, 0x0000}, + {355, -795, 2495, 0x0484}, + {355, -795, 2437, 0x0460} + } +}; + +StandTile tile_267 = { + 0x048068, 0x4a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {355, -795, 2437, 0x0464}, + {282, -795, 2437, 0x0428}, + {282, -795, 2495, 0x045c} + } +}; + +StandTile tile_268 = { + 0x047f68, 0x4a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {282, -795, 2379, 0x0430}, + {282, -795, 2437, 0x0460}, + {355, -795, 2437, 0x0468} + } +}; + +StandTile tile_269 = { + 0x047e68, 0x4a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {355, -795, 2437, 0x0488}, + {355, -795, 2379, 0x0000}, + {282, -795, 2379, 0x0464} + } +}; + +StandTile tile_270 = { + 0x048468, 0x4a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {98, -795, 2510, 0x0000}, + {118, -795, 2510, 0x0440}, + {98, -795, 2495, 0x0000} + } +}; + +StandTile tile_271 = { + 0x048368, 0x4a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {118, -795, 2365, 0x0000}, + {98, -795, 2365, 0x0000}, + {98, -795, 2379, 0x044c} + } +}; + +StandTile tile_272 = { + 0x055068, 0x4a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {408, -795, 2437, 0x0478}, + {462, -795, 2495, 0x04d6}, + {462, -795, 2437, 0x04a4} + } +}; + +StandTile tile_273 = { + 0x054f68, 0x4a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {447, -795, 2510, 0x04a0}, + {462, -795, 2495, 0x0474}, + {408, -795, 2437, 0x047c} + } +}; + +StandTile tile_274 = { + 0x054e68, 0x4a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {408, -795, 2437, 0x0480}, + {374, -795, 2510, 0x0000}, + {447, -795, 2510, 0x0478} + } +}; + +StandTile tile_275 = { + 0x054d68, 0x4a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {355, -795, 2495, 0x0498}, + {374, -795, 2510, 0x047c}, + {408, -795, 2437, 0x0484} + } +}; + +StandTile tile_276 = { + 0x054c68, 0x4a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {355, -795, 2437, 0x045c}, + {355, -795, 2495, 0x0480}, + {408, -795, 2437, 0x0488} + } +}; + +StandTile tile_277 = { + 0x054b68, 0x4a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {355, -795, 2437, 0x0484}, + {408, -795, 2437, 0x048c}, + {355, -795, 2379, 0x0468} + } +}; + +StandTile tile_278 = { + 0x054a68, 0x4a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {355, -795, 2379, 0x0488}, + {408, -795, 2437, 0x0490}, + {374, -795, 2365, 0x049c} + } +}; + +StandTile tile_279 = { + 0x054968, 0x4a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {374, -795, 2365, 0x048c}, + {408, -795, 2437, 0x0494}, + {447, -795, 2365, 0x0000} + } +}; + +StandTile tile_280 = { + 0x054868, 0x4a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {447, -795, 2365, 0x0490}, + {408, -795, 2437, 0x04a4}, + {462, -795, 2379, 0x0000} + } +}; + +StandTile tile_281 = { + 0x055268, 0x4a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {355, -795, 2510, 0x0000}, + {374, -795, 2510, 0x0480}, + {355, -795, 2495, 0x0000} + } +}; + +StandTile tile_282 = { + 0x055168, 0x4a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {374, -795, 2365, 0x0000}, + {355, -795, 2365, 0x0000}, + {355, -795, 2379, 0x048c} + } +}; + +StandTile tile_283 = { + 0x054768, 0x4a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {447, -795, 2510, 0x0000}, + {462, -795, 2510, 0x0000}, + {462, -795, 2495, 0x0478} + } +}; + +StandTile tile_284 = { + 0x07e968, 0x4a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {462, -795, 2437, 0x04de}, + {462, -795, 2379, 0x0494}, + {408, -795, 2437, 0x0474} + } +}; + +StandTile tile_285 = { + 0x04156a, 0x49, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {655, -795, 2364, 0x04ac}, + {597, -795, 2356, 0x0000}, + {588, -795, 2364, 0x04b4} + } +}; + +StandTile tile_286 = { + 0x041569, 0x49, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {655, -795, 2364, 0x0000}, + {646, -795, 2356, 0x0571}, + {597, -795, 2356, 0x04a8} + } +}; + +StandTile tile_287 = { + 0x04146a, 0x49, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {684, -795, 2379, 0x04b4}, + {568, -795, 2364, 0x0000}, + {568, -795, 2379, 0x04ba} + } +}; + +StandTile tile_288 = { + 0x041469, 0x49, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x1, 0x4, + { + {684, -795, 2379, 0x0000}, + {684, -795, 2364, 0x0000}, + {655, -795, 2364, 0x04a8}, + {588, -795, 2364, 0x0000}, + {568, -795, 2364, 0x04b0} + } +}; + +StandTile tile_289 = { + 0x041368, 0x49, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {684, -795, 2379, 0x04b0}, + {568, -795, 2379, 0x04be}, + {622, -795, 2437, 0x04c2} + } +}; + +StandTile tile_290 = { + 0x041268, 0x49, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {622, -795, 2437, 0x04ba}, + {568, -795, 2379, 0x0000}, + {539, -795, 2379, 0x04ce} + } +}; + +StandTile tile_291 = { + 0x041168, 0x49, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {684, -795, 2379, 0x04ba}, + {622, -795, 2437, 0x04c6}, + {685, -795, 2456, 0x0000} + } +}; + +StandTile tile_292 = { + 0x041068, 0x49, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {685, -795, 2456, 0x04c2}, + {622, -795, 2437, 0x04ca}, + {646, -795, 2495, 0x0000} + } +}; + +StandTile tile_293 = { + 0x040f68, 0x49, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {622, -795, 2437, 0x04d2}, + {539, -795, 2495, 0x0000}, + {646, -795, 2495, 0x04c6} + } +}; + +StandTile tile_294 = { + 0x040e68, 0x49, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {622, -795, 2437, 0x04be}, + {539, -795, 2379, 0x04e2}, + {539, -795, 2437, 0x04d2} + } +}; + +StandTile tile_295 = { + 0x040d68, 0x49, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {622, -795, 2437, 0x04ce}, + {539, -795, 2437, 0x04da}, + {539, -795, 2495, 0x04ca} + } +}; + +StandTile tile_296 = { + 0x054568, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {462, -795, 2437, 0x0474}, + {462, -795, 2495, 0x0000}, + {539, -795, 2495, 0x04da} + } +}; + +StandTile tile_297 = { + 0x054468, 0x49, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {539, -795, 2495, 0x04d2}, + {539, -795, 2437, 0x04e2}, + {462, -795, 2437, 0x04d6} + } +}; + +StandTile tile_298 = { + 0x054368, 0x49, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {539, -795, 2379, 0x0000}, + {462, -795, 2379, 0x04a4}, + {462, -795, 2437, 0x04e2} + } +}; + +StandTile tile_299 = { + 0x054268, 0x49, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {539, -795, 2379, 0x04de}, + {462, -795, 2437, 0x04da}, + {539, -795, 2437, 0x04ce} + } +}; + +StandTile tile_300 = { + 0x08496a, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {597, -678, 1845, 0x04eb}, + {646, -669, 1845, 0x18ad}, + {621, -669, 1845, 0x18b6}, + {597, -669, 1845, 0x0000} + } +}; + +StandTile tile_301 = { + 0x084969, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {597, -678, 1845, 0x0579}, + {646, -678, 1845, 0x0000}, + {646, -669, 1845, 0x04e6} + } +}; + +StandTile tile_302 = { + 0x03e26a, 0x48, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {655, -678, 1865, 0x04f3}, + {587, -678, 1873, 0x0500}, + {655, -678, 1873, 0x0000} + } +}; + +StandTile tile_303 = { + 0x03e269, 0x48, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {655, -678, 1865, 0x0581}, + {587, -678, 1865, 0x0000}, + {587, -678, 1873, 0x04ef} + } +}; + +StandTile tile_304 = { + 0x03e16a, 0x48, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {709, -678, 1873, 0x04fb}, + {757, -678, 1928, 0x0000}, + {757, -678, 1873, 0x0000} + } +}; + +StandTile tile_305 = { + 0x03e169, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x2, 0x3, + { + {709, -678, 1873, 0x0500}, + {709, -678, 1921, 0x0000}, + {709, -678, 1928, 0x07d0}, + {757, -678, 1928, 0x04f7} + } +}; + +StandTile tile_306 = { + 0x03e06a, 0x48, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {587, -678, 1873, 0x0505}, + {709, -678, 1921, 0x04fb}, + {709, -678, 1873, 0x0000}, + {655, -678, 1873, 0x04ef} + } +}; + +StandTile tile_307 = { + 0x03e069, 0x48, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {587, -678, 1873, 0x0000}, + {587, -678, 1921, 0x0000}, + {709, -678, 1921, 0x0500} + } +}; + +StandTile tile_308 = { + 0x03d66a, 0x48, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {757, -739, 2003, 0x050d}, + {709, -739, 2052, 0x0000}, + {757, -739, 2052, 0x0000} + } +}; + +StandTile tile_309 = { + 0x03d669, 0x48, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {757, -739, 2003, 0x0794}, + {709, -739, 2003, 0x07c8}, + {709, -739, 2052, 0x0509} + } +}; + +StandTile tile_310 = { + 0x03cf6a, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {660, -780, 2004, 0x0515}, + {650, -780, 2052, 0x0000}, + {660, -780, 2052, 0x0774} + } +}; + +StandTile tile_311 = { + 0x03cf69, 0x48, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {660, -780, 2004, 0x0000}, + {650, -780, 2004, 0x0770}, + {650, -780, 2052, 0x0511} + } +}; + +StandTile tile_312 = { + 0x03ce6a, 0x48, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {648, -790, 2004, 0x051d}, + {638, -790, 2052, 0x0000}, + {648, -790, 2052, 0x076c} + } +}; + +StandTile tile_313 = { + 0x03ce69, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {648, -790, 2004, 0x0000}, + {638, -790, 2004, 0x0768}, + {638, -790, 2052, 0x0519} + } +}; + +StandTile tile_314 = { + 0x03c86a, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {684, -761, 2004, 0x0525}, + {675, -761, 2052, 0x0000}, + {684, -761, 2052, 0x0784} + } +}; + +StandTile tile_315 = { + 0x03c869, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {684, -761, 2004, 0x0000}, + {675, -761, 2004, 0x0780}, + {675, -761, 2052, 0x0521} + } +}; + +StandTile tile_316 = { + 0x03c56a, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {672, -770, 2004, 0x052d}, + {663, -770, 2052, 0x0000}, + {672, -770, 2052, 0x077c} + } +}; + +StandTile tile_317 = { + 0x03c569, 0x48, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {672, -770, 2004, 0x0000}, + {663, -770, 2004, 0x0778}, + {663, -770, 2052, 0x0529} + } +}; + +StandTile tile_318 = { + 0x03c36a, 0x48, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {709, -741, 2003, 0x0535}, + {699, -741, 2052, 0x0000}, + {709, -741, 2052, 0x07c4} + } +}; + +StandTile tile_319 = { + 0x03c369, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {709, -741, 2003, 0x0000}, + {699, -741, 2003, 0x0790}, + {699, -741, 2052, 0x0531} + } +}; + +StandTile tile_320 = { + 0x03c06a, 0x48, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {696, -751, 2003, 0x053d}, + {687, -751, 2052, 0x0000}, + {696, -751, 2052, 0x078c} + } +}; + +StandTile tile_321 = { + 0x03c069, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {696, -751, 2003, 0x0000}, + {687, -751, 2004, 0x0788}, + {687, -751, 2052, 0x0539} + } +}; + +StandTile tile_322 = { + 0x03bd6a, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {709, -719, 1977, 0x0545}, + {757, -719, 1987, 0x0000}, + {757, -719, 1977, 0x07a4} + } +}; + +StandTile tile_323 = { + 0x03bd69, 0x48, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {709, -719, 1977, 0x0000}, + {709, -719, 1987, 0x07a0}, + {757, -719, 1987, 0x0541} + } +}; + +StandTile tile_324 = { + 0x03bc6a, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {709, -729, 1989, 0x054d}, + {757, -729, 1999, 0x0000}, + {757, -729, 1989, 0x079c} + } +}; + +StandTile tile_325 = { + 0x03bc69, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {709, -729, 1989, 0x0000}, + {709, -729, 1999, 0x0798}, + {757, -729, 1999, 0x0549} + } +}; + +StandTile tile_326 = { + 0x03b66a, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {709, -700, 1953, 0x0555}, + {757, -700, 1962, 0x0000}, + {757, -700, 1953, 0x07b4} + } +}; + +StandTile tile_327 = { + 0x03b669, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {709, -700, 1953, 0x0000}, + {709, -700, 1962, 0x07b0}, + {757, -700, 1962, 0x0551} + } +}; + +StandTile tile_328 = { + 0x03b36a, 0x48, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {709, -710, 1965, 0x055d}, + {757, -710, 1974, 0x0000}, + {757, -710, 1965, 0x07ac} + } +}; + +StandTile tile_329 = { + 0x03b369, 0x48, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {709, -710, 1965, 0x0000}, + {709, -710, 1974, 0x07a8}, + {757, -710, 1974, 0x0559} + } +}; + +StandTile tile_330 = { + 0x03b16a, 0x48, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {709, -681, 1928, 0x0565}, + {757, -681, 1938, 0x0000}, + {757, -681, 1928, 0x07cc} + } +}; + +StandTile tile_331 = { + 0x03b169, 0x48, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {709, -681, 1928, 0x0000}, + {709, -681, 1938, 0x07c0}, + {757, -681, 1938, 0x0561} + } +}; + +StandTile tile_332 = { + 0x03ae6a, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {709, -690, 1941, 0x056d}, + {757, -690, 1950, 0x0000}, + {757, -690, 1940, 0x07bc} + } +}; + +StandTile tile_333 = { + 0x03ae69, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {709, -690, 1941, 0x0000}, + {709, -690, 1950, 0x07b8}, + {757, -690, 1950, 0x0569} + } +}; + +StandTile tile_334 = { + 0x03166a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {646, -795, 2356, 0x0575}, + {597, -795, 2345, 0x0000}, + {597, -795, 2356, 0x04ac} + } +}; + +StandTile tile_335 = { + 0x031669, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {646, -795, 2356, 0x0000}, + {646, -795, 2345, 0x06eb}, + {597, -795, 2345, 0x0571} + } +}; + +StandTile tile_336 = { + 0x030d6a, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {597, -678, 1845, 0x057d}, + {646, -678, 1856, 0x0000}, + {646, -678, 1845, 0x04eb} + } +}; + +StandTile tile_337 = { + 0x030d69, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {597, -678, 1845, 0x0000}, + {597, -678, 1856, 0x0585}, + {646, -678, 1856, 0x0579} + } +}; + +StandTile tile_338 = { + 0x030b6a, 0x48, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {655, -678, 1865, 0x0585}, + {597, -678, 1856, 0x0000}, + {587, -678, 1865, 0x04f3} + } +}; + +StandTile tile_339 = { + 0x030b69, 0x48, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {655, -678, 1865, 0x0000}, + {646, -678, 1856, 0x057d}, + {597, -678, 1856, 0x0581} + } +}; + +StandTile tile_340 = { + 0x006b68, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {757, -795, 2212, 0x0599}, + {621, -795, 2086, 0x058d}, + {486, -795, 2212, 0x06df} + } +}; + +StandTile tile_341 = { + 0x006a68, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {621, -795, 2086, 0x0591}, + {486, -795, 2132, 0x05a1}, + {486, -795, 2212, 0x0589} + } +}; + +StandTile tile_342 = { + 0x006968, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {621, -795, 2086, 0x0595}, + {486, -795, 2045, 0x05b1}, + {486, -795, 2132, 0x058d} + } +}; + +StandTile tile_343 = { + 0x006868, 0x48, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {486, -795, 1960, 0x05a9}, + {486, -795, 2045, 0x0591}, + {621, -795, 2086, 0x0758} + } +}; + +StandTile tile_344 = { + 0x083f68, 0x48, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {621, -795, 2086, 0x0589}, + {757, -795, 2212, 0x0000}, + {757, -795, 2183, 0x059d} + } +}; + +StandTile tile_345 = { + 0x006468, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {786, -795, 2183, 0x0760}, + {621, -795, 2086, 0x0599}, + {757, -795, 2183, 0x0000} + } +}; + +StandTile tile_346 = { + 0x006368, 0x48, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {486, -795, 2132, 0x05a5}, + {457, -795, 2149, 0x05b5}, + {486, -795, 2212, 0x058d} + } +}; + +StandTile tile_347 = { + 0x006268, 0x48, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {486, -795, 2132, 0x05b1}, + {457, -795, 2088, 0x0613}, + {457, -795, 2149, 0x05a1} + } +}; + +StandTile tile_348 = { + 0x006168, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -795, 2045, 0x0595}, + {486, -795, 1960, 0x05b9}, + {457, -795, 2023, 0x05ad} + } +}; + +StandTile tile_349 = { + 0x006068, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -795, 2045, 0x05a9}, + {457, -795, 2023, 0x061b}, + {457, -795, 2088, 0x05b1} + } +}; + +StandTile tile_350 = { + 0x005f68, 0x48, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {457, -795, 2088, 0x05a5}, + {486, -795, 2132, 0x0591}, + {486, -795, 2045, 0x05ad} + } +}; + +StandTile tile_351 = { + 0x005e68, 0x48, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {457, -795, 2149, 0x0633}, + {457, -795, 2212, 0x05e6}, + {486, -795, 2212, 0x05a1} + } +}; + +StandTile tile_352 = { + 0x005d68, 0x48, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {486, -795, 1960, 0x0670}, + {457, -795, 1960, 0x06ce}, + {457, -795, 2023, 0x05a9} + } +}; + +StandTile tile_353 = { + 0x005a68, 0x48, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {864, -795, 2040, 0x0000}, + {852, -795, 2001, 0x05c1}, + {786, -795, 1989, 0x071b} + } +}; + +StandTile tile_354 = { + 0x005968, 0x48, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {786, -795, 1960, 0x0000}, + {786, -795, 1989, 0x05bd}, + {852, -795, 2001, 0x05c5} + } +}; + +StandTile tile_355 = { + 0x005868, 0x48, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {852, -795, 2001, 0x0000}, + {864, -795, 1962, 0x05d5}, + {786, -795, 1960, 0x05c1} + } +}; + +StandTile tile_356 = { + 0x085068, 0x48, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {709, -795, 1921, 0x05cd}, + {772, -795, 1865, 0x0000}, + {713, -795, 1865, 0x0000} + } +}; + +StandTile tile_357 = { + 0x005668, 0x48, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {709, -795, 1921, 0x070f}, + {757, -795, 1960, 0x05d1}, + {772, -795, 1865, 0x05c9} + } +}; + +StandTile tile_358 = { + 0x005568, 0x48, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {757, -795, 1960, 0x0000}, + {786, -795, 1960, 0x05d5}, + {772, -795, 1865, 0x05cd} + } +}; + +StandTile tile_359 = { + 0x005468, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {786, -795, 1960, 0x05c5}, + {864, -795, 1962, 0x05d9}, + {772, -795, 1865, 0x05d1} + } +}; + +StandTile tile_360 = { + 0x005368, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {864, -795, 1962, 0x0650}, + {864, -795, 1865, 0x064c}, + {786, -795, 1865, 0x0000}, + {772, -795, 1865, 0x05d5} + } +}; + +StandTile tile_361 = { + 0x005268, 0x48, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {588, -795, 2335, 0x06e3}, + {551, -795, 2277, 0x05e2}, + {471, -795, 2335, 0x0000} + } +}; + +StandTile tile_362 = { + 0x005168, 0x48, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {551, -795, 2277, 0x06db}, + {486, -795, 2212, 0x05e6}, + {471, -795, 2335, 0x05de} + } +}; + +StandTile tile_363 = { + 0x005068, 0x48, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {486, -795, 2212, 0x05b5}, + {457, -795, 2212, 0x05ea}, + {471, -795, 2335, 0x05e2} + } +}; + +StandTile tile_364 = { + 0x004f68, 0x48, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {457, -795, 2212, 0x0637}, + {389, -795, 2277, 0x05ee}, + {471, -795, 2335, 0x05e6} + } +}; + +StandTile tile_365 = { + 0x004e68, 0x48, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {389, -795, 2277, 0x060b}, + {389, -795, 2335, 0x060f}, + {457, -795, 2335, 0x0000}, + {471, -795, 2335, 0x05ea} + } +}; + +StandTile tile_366 = { + 0x004d68, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {457, -795, 2350, 0x0000}, + {457, -795, 2335, 0x060f}, + {430, -795, 2348, 0x0000} + } +}; + +StandTile tile_367 = { + 0x004c68, 0x48, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {333, -795, 2239, 0x0607}, + {345, -795, 2212, 0x0000}, + {331, -795, 2212, 0x0000} + } +}; + +StandTile tile_368 = { + 0x004a68, 0x48, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {345, -795, 2277, 0x05ff}, + {336, -795, 2291, 0x0000}, + {389, -795, 2335, 0x060b} + } +}; + +StandTile tile_369 = { + 0x004968, 0x48, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {331, -795, 2277, 0x0000}, + {336, -795, 2291, 0x05fb}, + {345, -795, 2277, 0x0603} + } +}; + +StandTile tile_370 = { + 0x004868, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {333, -795, 2239, 0x0000}, + {331, -795, 2277, 0x05ff}, + {345, -795, 2277, 0x0607} + } +}; + +StandTile tile_371 = { + 0x004768, 0x48, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {345, -795, 2212, 0x05f7}, + {333, -795, 2239, 0x0603}, + {345, -795, 2277, 0x063b} + } +}; + +StandTile tile_372 = { + 0x004668, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {389, -795, 2335, 0x05ee}, + {389, -795, 2277, 0x063b}, + {345, -795, 2277, 0x05fb} + } +}; + +StandTile tile_373 = { + 0x004468, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {430, -795, 2348, 0x05f3}, + {457, -795, 2335, 0x05ee}, + {389, -795, 2335, 0x0000} + } +}; + +StandTile tile_374 = { + 0x004368, 0x48, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {457, -795, 2149, 0x05a5}, + {457, -795, 2088, 0x0617}, + {401, -795, 2100, 0x062f} + } +}; + +StandTile tile_375 = { + 0x004268, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {457, -795, 2088, 0x061b}, + {401, -795, 2071, 0x0623}, + {401, -795, 2100, 0x0613} + } +}; + +StandTile tile_376 = { + 0x004168, 0x48, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {457, -795, 2088, 0x05ad}, + {457, -795, 2023, 0x06ca}, + {401, -795, 2071, 0x0617} + } +}; + +StandTile tile_377 = { + 0x004068, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {401, -795, 2071, 0x06c6}, + {353, -795, 2062, 0x0660}, + {345, -795, 2086, 0x0623} + } +}; + +StandTile tile_378 = { + 0x003f68, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {401, -795, 2100, 0x0617}, + {401, -795, 2071, 0x061f}, + {345, -795, 2086, 0x0627} + } +}; + +StandTile tile_379 = { + 0x003e68, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {401, -795, 2100, 0x0623}, + {345, -795, 2086, 0x0664}, + {353, -795, 2110, 0x062b} + } +}; + +StandTile tile_380 = { + 0x003d68, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {345, -795, 2197, 0x062f}, + {401, -795, 2100, 0x0627}, + {353, -795, 2110, 0x0000} + } +}; + +StandTile tile_381 = { + 0x003c68, 0x48, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {345, -795, 2197, 0x0633}, + {457, -795, 2149, 0x0613}, + {401, -795, 2100, 0x062b} + } +}; + +StandTile tile_382 = { + 0x003b68, 0x48, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {345, -795, 2197, 0x0637}, + {457, -795, 2212, 0x05b5}, + {457, -795, 2149, 0x062f} + } +}; + +StandTile tile_383 = { + 0x003a68, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {345, -795, 2197, 0x063b}, + {389, -795, 2277, 0x05ea}, + {457, -795, 2212, 0x0633} + } +}; + +StandTile tile_384 = { + 0x003968, 0x48, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {345, -795, 2197, 0x0000}, + {345, -795, 2212, 0x0607}, + {345, -795, 2277, 0x060b}, + {389, -795, 2277, 0x0637} + } +}; + +StandTile tile_385 = { + 0x003768, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {898, -795, 1936, 0x0654}, + {929, -795, 1891, 0x0000}, + {880, -795, 1847, 0x0644} + } +}; + +StandTile tile_386 = { + 0x003668, 0x48, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {880, -795, 1847, 0x0648}, + {864, -795, 1865, 0x0650}, + {898, -795, 1936, 0x0640} + } +}; + +StandTile tile_387 = { + 0x003568, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {864, -795, 1865, 0x0644}, + {880, -795, 1847, 0x0000}, + {827, -795, 1844, 0x064c} + } +}; + +StandTile tile_388 = { + 0x003468, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {827, -795, 1844, 0x0658}, + {786, -795, 1865, 0x05d9}, + {864, -795, 1865, 0x0648} + } +}; + +StandTile tile_389 = { + 0x003368, 0x48, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {864, -795, 1865, 0x05d9}, + {864, -795, 1962, 0x0000}, + {898, -795, 1936, 0x0644} + } +}; + +StandTile tile_390 = { + 0x003268, 0x48, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {898, -795, 1936, 0x0000}, + {941, -795, 1936, 0x0000}, + {929, -795, 1891, 0x0640} + } +}; + +StandTile tile_391 = { + 0x003168, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {786, -795, 1865, 0x064c}, + {827, -795, 1844, 0x0000}, + {786, -795, 1844, 0x0000} + } +}; + +StandTile tile_392 = { + 0x003068, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {319, -795, 2110, 0x0664}, + {345, -795, 2086, 0x0660}, + {319, -795, 2062, 0x0000} + } +}; + +StandTile tile_393 = { + 0x002f68, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {345, -795, 2086, 0x061f}, + {353, -795, 2062, 0x0000}, + {319, -795, 2062, 0x065c} + } +}; + +StandTile tile_394 = { + 0x002e68, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {353, -795, 2110, 0x0627}, + {345, -795, 2086, 0x065c}, + {319, -795, 2110, 0x0000} + } +}; + +StandTile tile_395 = { + 0x002d68, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {471, -795, 1865, 0x066c}, + {587, -795, 1921, 0x0000}, + {587, -795, 1865, 0x0000} + } +}; + +StandTile tile_396 = { + 0x002c68, 0x48, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {471, -795, 1865, 0x0670}, + {486, -795, 1960, 0x0713}, + {587, -795, 1921, 0x0668} + } +}; + +StandTile tile_397 = { + 0x002b68, 0x48, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {471, -795, 1865, 0x0674}, + {457, -795, 1960, 0x05b9}, + {486, -795, 1960, 0x066c} + } +}; + +StandTile tile_398 = { + 0x002a68, 0x48, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {471, -795, 1865, 0x0678}, + {389, -795, 1895, 0x06d2}, + {457, -795, 1960, 0x0670} + } +}; + +StandTile tile_399 = { + 0x002968, 0x48, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {471, -795, 1865, 0x0000}, + {457, -795, 1866, 0x06c2}, + {389, -795, 1866, 0x06ba}, + {389, -795, 1895, 0x0674} + } +}; + +StandTile tile_400 = { + 0x002868, 0x48, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {852, -795, 2205, 0x0000}, + {864, -795, 2163, 0x0717}, + {786, -795, 2183, 0x0681} + } +}; + +StandTile tile_401 = { + 0x002768, 0x48, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {852, -795, 2205, 0x067d}, + {786, -795, 2183, 0x0000}, + {786, -795, 2212, 0x0685} + } +}; + +StandTile tile_402 = { + 0x002668, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {786, -795, 2212, 0x0695}, + {864, -795, 2246, 0x0000}, + {852, -795, 2205, 0x0681} + } +}; + +StandTile tile_403 = { + 0x002568, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {772, -795, 2335, 0x068d}, + {692, -795, 2277, 0x06e7}, + {655, -795, 2335, 0x0000} + } +}; + +StandTile tile_404 = { + 0x002468, 0x48, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {772, -795, 2335, 0x0691}, + {757, -795, 2212, 0x06df}, + {692, -795, 2277, 0x0689} + } +}; + +StandTile tile_405 = { + 0x002368, 0x48, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {772, -795, 2335, 0x0695}, + {786, -795, 2212, 0x0000}, + {757, -795, 2212, 0x068d} + } +}; + +StandTile tile_406 = { + 0x002268, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {772, -795, 2335, 0x0699}, + {864, -795, 2246, 0x0685}, + {786, -795, 2212, 0x0691} + } +}; + +StandTile tile_407 = { + 0x002168, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {772, -795, 2335, 0x0000}, + {786, -795, 2335, 0x06ff}, + {864, -795, 2335, 0x0703}, + {864, -795, 2246, 0x0695} + } +}; + +StandTile tile_408 = { + 0x002068, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {430, -795, 1834, 0x06c2}, + {457, -795, 1866, 0x0000}, + {457, -795, 1844, 0x0000} + } +}; + +StandTile tile_409 = { + 0x001f68, 0x48, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {331, -795, 1960, 0x0000}, + {345, -795, 1960, 0x06b6}, + {328, -795, 1933, 0x0000} + } +}; + +StandTile tile_410 = { + 0x001e68, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {389, -795, 1866, 0x06be}, + {377, -795, 1846, 0x0000}, + {359, -795, 1866, 0x06aa} + } +}; + +StandTile tile_411 = { + 0x001d68, 0x48, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {389, -795, 1866, 0x06a6}, + {359, -795, 1866, 0x06ae}, + {345, -795, 1895, 0x06ba} + } +}; + +StandTile tile_412 = { + 0x001c68, 0x48, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {345, -795, 1895, 0x06aa}, + {359, -795, 1866, 0x0000}, + {331, -795, 1895, 0x06b2} + } +}; + +StandTile tile_413 = { + 0x001b68, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {345, -795, 1895, 0x06ae}, + {331, -795, 1895, 0x0000}, + {328, -795, 1933, 0x06b6} + } +}; + +StandTile tile_414 = { + 0x001a68, 0x48, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {345, -795, 1895, 0x06b2}, + {328, -795, 1933, 0x06a2}, + {345, -795, 1960, 0x06d6} + } +}; + +StandTile tile_415 = { + 0x001968, 0x48, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {345, -795, 1895, 0x06d6}, + {389, -795, 1895, 0x0678}, + {389, -795, 1866, 0x06aa} + } +}; + +StandTile tile_416 = { + 0x001868, 0x48, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {389, -795, 1866, 0x06c2}, + {430, -795, 1834, 0x0000}, + {377, -795, 1846, 0x06a6} + } +}; + +StandTile tile_417 = { + 0x001768, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {389, -795, 1866, 0x0678}, + {457, -795, 1866, 0x069e}, + {430, -795, 1834, 0x06be} + } +}; + +StandTile tile_418 = { + 0x001668, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {353, -795, 2062, 0x061f}, + {401, -795, 2071, 0x06ca}, + {345, -795, 1975, 0x0000} + } +}; + +StandTile tile_419 = { + 0x001568, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {401, -795, 2071, 0x061b}, + {457, -795, 2023, 0x06ce}, + {345, -795, 1975, 0x06c6} + } +}; + +StandTile tile_420 = { + 0x001468, 0x48, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {457, -795, 2023, 0x05b9}, + {457, -795, 1960, 0x06d2}, + {345, -795, 1975, 0x06ca} + } +}; + +StandTile tile_421 = { + 0x001368, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {457, -795, 1960, 0x0674}, + {389, -795, 1895, 0x06d6}, + {345, -795, 1975, 0x06ce} + } +}; + +StandTile tile_422 = { + 0x001268, 0x48, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {389, -795, 1895, 0x06ba}, + {345, -795, 1895, 0x06b6}, + {345, -795, 1960, 0x0000}, + {345, -795, 1975, 0x06d2} + } +}; + +StandTile tile_423 = { + 0x00116a, 0x48, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {692, -795, 2277, 0x06df}, + {486, -795, 2212, 0x05e2}, + {551, -795, 2277, 0x06e7} + } +}; + +StandTile tile_424 = { + 0x001169, 0x48, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {692, -795, 2277, 0x068d}, + {757, -795, 2212, 0x0589}, + {486, -795, 2212, 0x06db} + } +}; + +StandTile tile_425 = { + 0x00106a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {655, -795, 2335, 0x06e7}, + {551, -795, 2277, 0x05de}, + {588, -795, 2335, 0x06ef} + } +}; + +StandTile tile_426 = { + 0x001069, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {655, -795, 2335, 0x0689}, + {692, -795, 2277, 0x06db}, + {551, -795, 2277, 0x06e3} + } +}; + +StandTile tile_427 = { + 0x000f6a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {646, -795, 2345, 0x06ef}, + {588, -795, 2335, 0x0000}, + {597, -795, 2345, 0x0575} + } +}; + +StandTile tile_428 = { + 0x000f69, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {646, -795, 2345, 0x0000}, + {655, -795, 2335, 0x06e3}, + {588, -795, 2335, 0x06eb} + } +}; + +StandTile tile_429 = { + 0x000b68, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {870, -795, 2346, 0x0000}, + {917, -795, 2301, 0x0707}, + {898, -795, 2270, 0x06f7} + } +}; + +StandTile tile_430 = { + 0x000a68, 0x48, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {898, -795, 2270, 0x0703}, + {864, -795, 2335, 0x06fb}, + {870, -795, 2346, 0x06f3} + } +}; + +StandTile tile_431 = { + 0x000968, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {816, -795, 2345, 0x0000}, + {870, -795, 2346, 0x06f7}, + {864, -795, 2335, 0x06ff} + } +}; + +StandTile tile_432 = { + 0x000868, 0x48, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {864, -795, 2335, 0x0699}, + {786, -795, 2335, 0x070b}, + {816, -795, 2345, 0x06fb} + } +}; + +StandTile tile_433 = { + 0x000768, 0x48, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {898, -795, 2270, 0x0000}, + {864, -795, 2246, 0x0699}, + {864, -795, 2335, 0x06f7} + } +}; + +StandTile tile_434 = { + 0x000668, 0x48, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {917, -795, 2301, 0x0000}, + {941, -795, 2270, 0x0000}, + {898, -795, 2270, 0x06f3} + } +}; + +StandTile tile_435 = { + 0x000568, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {786, -795, 2350, 0x0000}, + {816, -795, 2345, 0x06ff}, + {786, -795, 2335, 0x0000} + } +}; + +StandTile tile_436 = { + 0x00046a, 0x48, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {587, -795, 1921, 0x0713}, + {757, -795, 1960, 0x05cd}, + {709, -795, 1921, 0x0000} + } +}; + +StandTile tile_437 = { + 0x000469, 0x48, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {587, -795, 1921, 0x066c}, + {486, -795, 1960, 0x073c}, + {757, -795, 1960, 0x070f} + } +}; + +StandTile tile_438 = { + 0x00026a, 0x48, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {864, -795, 2163, 0x071b}, + {786, -795, 1989, 0x074c}, + {786, -795, 2183, 0x067d} + } +}; + +StandTile tile_439 = { + 0x000269, 0x48, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {864, -795, 2163, 0x0723}, + {864, -795, 2040, 0x05bd}, + {786, -795, 1989, 0x0717} + } +}; + +StandTile tile_440 = { + 0x00016a, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {898, -795, 2066, 0x0723}, + {864, -795, 2163, 0x0000}, + {900, -795, 2139, 0x0727} + } +}; + +StandTile tile_441 = { + 0x000169, 0x48, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {898, -795, 2066, 0x0000}, + {864, -795, 2040, 0x071b}, + {864, -795, 2163, 0x071f} + } +}; + +StandTile tile_442 = { + 0x00006a, 0x48, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {941, -795, 2139, 0x072b}, + {898, -795, 2066, 0x071f}, + {900, -795, 2139, 0x0000} + } +}; + +StandTile tile_443 = { + 0x000069, 0x48, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {941, -795, 2139, 0x0000}, + {941, -795, 2066, 0x0000}, + {898, -795, 2066, 0x0727} + } +}; + +StandTile tile_444 = { + 0x08486a, 0x48, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {709, -795, 2003, 0x0733}, + {757, -795, 1967, 0x0738}, + {709, -795, 1967, 0x0744} + } +}; + +StandTile tile_445 = { + 0x084869, 0x48, + 0x1, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {709, -795, 2003, 0x0000}, + {757, -795, 2003, 0x0750}, + {757, -795, 1989, 0x0000}, + {757, -795, 1967, 0x072f} + } +}; + +StandTile tile_446 = { + 0x08476a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {757, -795, 1967, 0x073c}, + {486, -795, 1960, 0x0744}, + {709, -795, 1967, 0x072f} + } +}; + +StandTile tile_447 = { + 0x084769, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {757, -795, 1967, 0x0000}, + {757, -795, 1960, 0x0713}, + {486, -795, 1960, 0x0738} + } +}; + +StandTile tile_448 = { + 0x08466a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {709, -795, 2003, 0x0744}, + {486, -795, 1960, 0x0758}, + {634, -795, 2004, 0x0000} + } +}; + +StandTile tile_449 = { + 0x084669, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {709, -795, 2003, 0x072f}, + {709, -795, 1967, 0x0738}, + {486, -795, 1960, 0x0740} + } +}; + +StandTile tile_450 = { + 0x08446a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {757, -795, 2052, 0x074c}, + {786, -795, 1989, 0x0750}, + {757, -795, 2003, 0x0000} + } +}; + +StandTile tile_451 = { + 0x084469, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {757, -795, 2052, 0x075c}, + {786, -795, 2183, 0x0717}, + {786, -795, 1989, 0x0748} + } +}; + +StandTile tile_452 = { + 0x084368, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {786, -795, 1989, 0x0000}, + {757, -795, 1989, 0x0733}, + {757, -795, 2003, 0x0748} + } +}; + +StandTile tile_453 = { + 0x08426a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {634, -795, 2004, 0x0758}, + {621, -795, 2086, 0x0760}, + {634, -795, 2052, 0x0764} + } +}; + +StandTile tile_454 = { + 0x084269, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {634, -795, 2004, 0x0740}, + {486, -795, 1960, 0x0595}, + {621, -795, 2086, 0x0754} + } +}; + +StandTile tile_455 = { + 0x08416a, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {634, -795, 2052, 0x0760}, + {786, -795, 2183, 0x074c}, + {757, -795, 2052, 0x0000} + } +}; + +StandTile tile_456 = { + 0x084169, 0x48, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {634, -795, 2052, 0x0754}, + {621, -795, 2086, 0x059d}, + {786, -795, 2183, 0x075c} + } +}; + +StandTile tile_457 = { + 0x083e6a, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {634, -795, 2052, 0x0768}, + {638, -790, 2004, 0x0000}, + {634, -795, 2004, 0x0754} + } +}; + +StandTile tile_458 = { + 0x083e69, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {634, -795, 2052, 0x0000}, + {638, -790, 2052, 0x051d}, + {638, -790, 2004, 0x0764} + } +}; + +StandTile tile_459 = { + 0x083d6a, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {648, -790, 2052, 0x0770}, + {650, -780, 2004, 0x0000}, + {648, -790, 2004, 0x0519} + } +}; + +StandTile tile_460 = { + 0x083d69, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {648, -790, 2052, 0x0000}, + {650, -780, 2052, 0x0515}, + {650, -780, 2004, 0x076c} + } +}; + +StandTile tile_461 = { + 0x083c6a, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {660, -780, 2052, 0x0778}, + {663, -770, 2004, 0x0000}, + {660, -780, 2004, 0x0511} + } +}; + +StandTile tile_462 = { + 0x083c69, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {660, -780, 2052, 0x0000}, + {663, -770, 2052, 0x052d}, + {663, -770, 2004, 0x0774} + } +}; + +StandTile tile_463 = { + 0x083b6a, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {672, -770, 2052, 0x0780}, + {675, -761, 2004, 0x0000}, + {672, -770, 2004, 0x0529} + } +}; + +StandTile tile_464 = { + 0x083b69, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {672, -770, 2052, 0x0000}, + {675, -761, 2052, 0x0525}, + {675, -761, 2004, 0x077c} + } +}; + +StandTile tile_465 = { + 0x083a6a, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {684, -761, 2052, 0x0788}, + {687, -751, 2004, 0x0000}, + {684, -761, 2004, 0x0521} + } +}; + +StandTile tile_466 = { + 0x083a69, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {684, -761, 2052, 0x0000}, + {687, -751, 2052, 0x053d}, + {687, -751, 2004, 0x0784} + } +}; + +StandTile tile_467 = { + 0x08396a, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {696, -751, 2052, 0x0790}, + {699, -741, 2003, 0x0000}, + {696, -751, 2003, 0x0539} + } +}; + +StandTile tile_468 = { + 0x083969, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {696, -751, 2052, 0x0000}, + {699, -741, 2052, 0x0535}, + {699, -741, 2003, 0x078c} + } +}; + +StandTile tile_469 = { + 0x08386a, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -739, 2003, 0x0798}, + {709, -729, 1999, 0x0000}, + {709, -739, 2003, 0x050d} + } +}; + +StandTile tile_470 = { + 0x083869, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -739, 2003, 0x0000}, + {757, -729, 1999, 0x054d}, + {709, -729, 1999, 0x0794} + } +}; + +StandTile tile_471 = { + 0x08376a, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -729, 1989, 0x07a0}, + {709, -719, 1987, 0x0000}, + {709, -729, 1989, 0x0549} + } +}; + +StandTile tile_472 = { + 0x083769, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -729, 1989, 0x0000}, + {757, -719, 1987, 0x0545}, + {709, -719, 1987, 0x079c} + } +}; + +StandTile tile_473 = { + 0x08366a, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -719, 1977, 0x07a8}, + {709, -710, 1974, 0x0000}, + {709, -719, 1977, 0x0541} + } +}; + +StandTile tile_474 = { + 0x083669, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -719, 1977, 0x0000}, + {757, -710, 1974, 0x055d}, + {709, -710, 1974, 0x07a4} + } +}; + +StandTile tile_475 = { + 0x08356a, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -710, 1965, 0x07b0}, + {709, -700, 1962, 0x0000}, + {709, -710, 1965, 0x0559} + } +}; + +StandTile tile_476 = { + 0x083569, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -710, 1965, 0x0000}, + {757, -700, 1962, 0x0555}, + {709, -700, 1962, 0x07ac} + } +}; + +StandTile tile_477 = { + 0x08346a, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -700, 1953, 0x07b8}, + {709, -690, 1950, 0x0000}, + {709, -700, 1953, 0x0551} + } +}; + +StandTile tile_478 = { + 0x083469, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -700, 1953, 0x0000}, + {757, -690, 1950, 0x056d}, + {709, -690, 1950, 0x07b4} + } +}; + +StandTile tile_479 = { + 0x08336a, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -690, 1940, 0x07c0}, + {709, -681, 1938, 0x0000}, + {709, -690, 1941, 0x0569} + } +}; + +StandTile tile_480 = { + 0x083369, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -690, 1940, 0x0000}, + {757, -681, 1938, 0x0565}, + {709, -681, 1938, 0x07bc} + } +}; + +StandTile tile_481 = { + 0x08326a, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {709, -741, 2052, 0x07c8}, + {709, -739, 2003, 0x0000}, + {709, -741, 2003, 0x0531} + } +}; + +StandTile tile_482 = { + 0x083269, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {709, -741, 2052, 0x0000}, + {709, -739, 2052, 0x050d}, + {709, -739, 2003, 0x07c4} + } +}; + +StandTile tile_483 = { + 0x08316a, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -681, 1928, 0x07d0}, + {709, -678, 1928, 0x0000}, + {709, -681, 1928, 0x0561} + } +}; + +StandTile tile_484 = { + 0x083169, 0x48, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -681, 1928, 0x0000}, + {757, -678, 1928, 0x04fb}, + {709, -678, 1928, 0x07cc} + } +}; + +StandTile tile_485 = { + 0x0a4b60, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1488, -669, 1289, 0x07e5}, + {1542, -669, 1347, 0x0816}, + {1542, -669, 1289, 0x07d8} + } +}; + +StandTile tile_486 = { + 0x0a4a60, 0x47, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1488, -669, 1289, 0x07d4}, + {1542, -669, 1289, 0x081a}, + {1542, -669, 1231, 0x07dc} + } +}; + +StandTile tile_487 = { + 0x0a4760, 0x47, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1488, -669, 1289, 0x07d8}, + {1542, -669, 1231, 0x0000}, + {1469, -669, 1231, 0x07e0} + } +}; + +StandTile tile_488 = { + 0x0a4660, 0x47, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {1469, -669, 1231, 0x0000}, + {1470, -669, 1264, 0x2257}, + {1469, -669, 1289, 0x07e9}, + {1488, -669, 1289, 0x07dc} + } +}; + +StandTile tile_489 = { + 0x0a4560, 0x47, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1469, -669, 1347, 0x0000}, + {1542, -669, 1347, 0x07d4}, + {1488, -669, 1289, 0x07e9} + } +}; + +StandTile tile_490 = { + 0x0a4460, 0x47, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {1469, -669, 1347, 0x07e5}, + {1488, -669, 1289, 0x07e0}, + {1469, -669, 1289, 0x2257}, + {1470, -669, 1313, 0x0000} + } +}; + +StandTile tile_491 = { + 0x0a3260, 0x46, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1634, -669, 1361, 0x0000}, + {1648, -669, 1361, 0x0000}, + {1648, -669, 1347, 0x080a} + } +}; + +StandTile tile_492 = { + 0x0a3160, 0x46, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1648, -669, 1216, 0x0000}, + {1634, -669, 1216, 0x0826}, + {1648, -669, 1231, 0x0000} + } +}; + +StandTile tile_493 = { + 0x0a3060, 0x46, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1648, -669, 1289, 0x0806}, + {1648, -669, 1347, 0x0000}, + {1726, -669, 1347, 0x07fa} + } +}; + +StandTile tile_494 = { + 0x0a2f60, 0x46, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1726, -669, 1347, 0x0832}, + {1726, -669, 1289, 0x0802}, + {1648, -669, 1289, 0x07f6} + } +}; + +StandTile tile_495 = { + 0x0a2e60, 0x46, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1726, -669, 1231, 0x0000}, + {1648, -669, 1231, 0x082a}, + {1648, -669, 1289, 0x0802} + } +}; + +StandTile tile_496 = { + 0x0a2d60, 0x46, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1726, -669, 1231, 0x07fe}, + {1648, -669, 1289, 0x07fa}, + {1726, -669, 1289, 0x0836} + } +}; + +StandTile tile_497 = { + 0x0a3e60, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1595, -669, 1289, 0x080a}, + {1648, -669, 1347, 0x07f6}, + {1648, -669, 1289, 0x082a} + } +}; + +StandTile tile_498 = { + 0x0a3d60, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1634, -669, 1361, 0x07ee}, + {1648, -669, 1347, 0x0806}, + {1595, -669, 1289, 0x080e} + } +}; + +StandTile tile_499 = { + 0x0a3c60, 0x46, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1595, -669, 1289, 0x0812}, + {1561, -669, 1361, 0x0000}, + {1634, -669, 1361, 0x080a} + } +}; + +StandTile tile_500 = { + 0x0a3b60, 0x46, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1542, -669, 1347, 0x0842}, + {1561, -669, 1361, 0x080e}, + {1595, -669, 1289, 0x0816} + } +}; + +StandTile tile_501 = { + 0x0a3a60, 0x46, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1542, -669, 1289, 0x07d4}, + {1542, -669, 1347, 0x0812}, + {1595, -669, 1289, 0x081a} + } +}; + +StandTile tile_502 = { + 0x0a3960, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1542, -669, 1289, 0x0816}, + {1595, -669, 1289, 0x081e}, + {1542, -669, 1231, 0x07d8} + } +}; + +StandTile tile_503 = { + 0x0a3860, 0x46, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1542, -669, 1231, 0x081a}, + {1595, -669, 1289, 0x0822}, + {1561, -669, 1216, 0x083e} + } +}; + +StandTile tile_504 = { + 0x0a3760, 0x46, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1561, -669, 1216, 0x081e}, + {1595, -669, 1289, 0x0826}, + {1634, -669, 1216, 0x0000} + } +}; + +StandTile tile_505 = { + 0x0a3660, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1634, -669, 1216, 0x0822}, + {1595, -669, 1289, 0x082a}, + {1648, -669, 1231, 0x07f2} + } +}; + +StandTile tile_506 = { + 0x0a3560, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1648, -669, 1231, 0x0826}, + {1595, -669, 1289, 0x0806}, + {1648, -669, 1289, 0x07fe} + } +}; + +StandTile tile_507 = { + 0x0a4260, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1726, -669, 1347, 0x0000}, + {1798, -669, 1347, 0x085e}, + {1798, -669, 1289, 0x0832} + } +}; + +StandTile tile_508 = { + 0x0a4160, 0x46, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1798, -669, 1289, 0x0836}, + {1726, -669, 1289, 0x07fa}, + {1726, -669, 1347, 0x082e} + } +}; + +StandTile tile_509 = { + 0x0a4060, 0x46, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1726, -669, 1231, 0x0802}, + {1726, -669, 1289, 0x0832}, + {1798, -669, 1289, 0x083a} + } +}; + +StandTile tile_510 = { + 0x0a3f60, 0x46, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1798, -669, 1289, 0x0862}, + {1798, -669, 1231, 0x0000}, + {1726, -669, 1231, 0x0836} + } +}; + +StandTile tile_511 = { + 0x0a4960, 0x46, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1561, -669, 1216, 0x0000}, + {1542, -669, 1216, 0x0000}, + {1542, -669, 1231, 0x081e} + } +}; + +StandTile tile_512 = { + 0x0a4860, 0x46, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1542, -669, 1361, 0x0000}, + {1561, -669, 1361, 0x0812}, + {1542, -669, 1347, 0x0000} + } +}; + +StandTile tile_513 = { + 0x0a5160, 0x46, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1891, -669, 1361, 0x0000}, + {1905, -669, 1361, 0x0000}, + {1905, -669, 1347, 0x0852} + } +}; + +StandTile tile_514 = { + 0x0a5060, 0x46, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1905, -669, 1216, 0x0000}, + {1891, -669, 1216, 0x086e}, + {1905, -669, 1231, 0x0000} + } +}; + +StandTile tile_515 = { + 0x0a5b60, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1852, -669, 1289, 0x0852}, + {1905, -669, 1347, 0x088a}, + {1905, -669, 1289, 0x0872} + } +}; + +StandTile tile_516 = { + 0x0a5a60, 0x46, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1891, -669, 1361, 0x0846}, + {1905, -669, 1347, 0x084e}, + {1852, -669, 1289, 0x0856} + } +}; + +StandTile tile_517 = { + 0x0a5960, 0x46, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1852, -669, 1289, 0x085a}, + {1818, -669, 1361, 0x0000}, + {1891, -669, 1361, 0x0852} + } +}; + +StandTile tile_518 = { + 0x0a5860, 0x46, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1798, -669, 1347, 0x0876}, + {1818, -669, 1361, 0x0856}, + {1852, -669, 1289, 0x085e} + } +}; + +StandTile tile_519 = { + 0x0a5760, 0x46, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1798, -669, 1289, 0x082e}, + {1798, -669, 1347, 0x085a}, + {1852, -669, 1289, 0x0862} + } +}; + +StandTile tile_520 = { + 0x0a5660, 0x46, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1798, -669, 1289, 0x085e}, + {1852, -669, 1289, 0x0866}, + {1798, -669, 1231, 0x083a} + } +}; + +StandTile tile_521 = { + 0x0a5560, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1798, -669, 1231, 0x0862}, + {1852, -669, 1289, 0x086a}, + {1818, -669, 1216, 0x087a} + } +}; + +StandTile tile_522 = { + 0x0a5460, 0x46, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1818, -669, 1216, 0x0866}, + {1852, -669, 1289, 0x086e}, + {1891, -669, 1216, 0x0000} + } +}; + +StandTile tile_523 = { + 0x0a5360, 0x46, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1891, -669, 1216, 0x086a}, + {1852, -669, 1289, 0x0872}, + {1905, -669, 1231, 0x084a} + } +}; + +StandTile tile_524 = { + 0x0a5260, 0x46, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1905, -669, 1231, 0x086e}, + {1852, -669, 1289, 0x084e}, + {1905, -669, 1289, 0x087e} + } +}; + +StandTile tile_525 = { + 0x0a6360, 0x46, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1798, -669, 1361, 0x0000}, + {1818, -669, 1361, 0x085a}, + {1798, -669, 1347, 0x0000} + } +}; + +StandTile tile_526 = { + 0x0a6160, 0x46, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1818, -669, 1216, 0x0000}, + {1798, -669, 1216, 0x0000}, + {1798, -669, 1231, 0x0866} + } +}; + +StandTile tile_527 = { + 0x0a4d60, 0x45, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1983, -669, 1231, 0x0000}, + {1905, -669, 1231, 0x0872}, + {1905, -669, 1289, 0x0882} + } +}; + +StandTile tile_528 = { + 0x0a4c60, 0x45, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1983, -669, 1231, 0x087e}, + {1905, -669, 1289, 0x0886}, + {1983, -669, 1289, 0x0937} + } +}; + +StandTile tile_529 = { + 0x0a4e60, 0x45, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1983, -669, 1347, 0x0933}, + {1983, -669, 1289, 0x0882}, + {1905, -669, 1289, 0x088a} + } +}; + +StandTile tile_530 = { + 0x0a4f60, 0x45, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1905, -669, 1289, 0x084e}, + {1905, -669, 1347, 0x0000}, + {1983, -669, 1347, 0x0886} + } +}; + +StandTile tile_531 = { + 0x0a0e62, 0x45, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2055, -659, 1347, 0x0892}, + {2075, -659, 1231, 0x0000}, + {2055, -659, 1231, 0x089b} + } +}; + +StandTile tile_532 = { + 0x0a0e61, 0x45, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2055, -659, 1347, 0x0000}, + {2075, -659, 1347, 0x08a7}, + {2075, -659, 1231, 0x088e} + } +}; + +StandTile tile_533 = { + 0x0a0f62, 0x45, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {2055, -669, 1347, 0x089b}, + {2055, -659, 1231, 0x0000}, + {2055, -669, 1231, 0x093b}, + {2055, -669, 1289, 0x092f} + } +}; + +StandTile tile_534 = { + 0x0a0f61, 0x45, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2055, -669, 1347, 0x0000}, + {2055, -659, 1347, 0x088e}, + {2055, -659, 1231, 0x0896} + } +}; + +StandTile tile_535 = { + 0x0a1062, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2075, -649, 1347, 0x08a3}, + {2094, -649, 1231, 0x0000}, + {2075, -649, 1231, 0x08ab} + } +}; + +StandTile tile_536 = { + 0x0a1061, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2075, -649, 1347, 0x0000}, + {2094, -649, 1347, 0x08b7}, + {2094, -649, 1231, 0x089f} + } +}; + +StandTile tile_537 = { + 0x0a1162, 0x45, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2075, -659, 1347, 0x08ab}, + {2075, -649, 1231, 0x0000}, + {2075, -659, 1231, 0x0892} + } +}; + +StandTile tile_538 = { + 0x0a1161, 0x45, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2075, -659, 1347, 0x0000}, + {2075, -649, 1347, 0x089f}, + {2075, -649, 1231, 0x08a7} + } +}; + +StandTile tile_539 = { + 0x0a1262, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2094, -640, 1347, 0x08b3}, + {2113, -640, 1231, 0x0000}, + {2094, -640, 1231, 0x08bb} + } +}; + +StandTile tile_540 = { + 0x0a1261, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2094, -640, 1347, 0x0000}, + {2113, -640, 1347, 0x08c7}, + {2113, -640, 1231, 0x08af} + } +}; + +StandTile tile_541 = { + 0x0a1362, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2094, -649, 1347, 0x08bb}, + {2094, -640, 1231, 0x0000}, + {2094, -649, 1231, 0x08a3} + } +}; + +StandTile tile_542 = { + 0x0a1361, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2094, -649, 1347, 0x0000}, + {2094, -640, 1347, 0x08af}, + {2094, -640, 1231, 0x08b7} + } +}; + +StandTile tile_543 = { + 0x0a1462, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2113, -630, 1347, 0x08c3}, + {2133, -630, 1231, 0x0000}, + {2113, -630, 1231, 0x08cb} + } +}; + +StandTile tile_544 = { + 0x0a1461, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2113, -630, 1347, 0x0000}, + {2133, -630, 1347, 0x08d7}, + {2133, -630, 1231, 0x08bf} + } +}; + +StandTile tile_545 = { + 0x0a1562, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2113, -640, 1347, 0x08cb}, + {2113, -630, 1231, 0x0000}, + {2113, -640, 1231, 0x08b3} + } +}; + +StandTile tile_546 = { + 0x0a1561, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2113, -640, 1347, 0x0000}, + {2113, -630, 1347, 0x08bf}, + {2113, -630, 1231, 0x08c7} + } +}; + +StandTile tile_547 = { + 0x0a1662, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2133, -620, 1347, 0x08d3}, + {2152, -620, 1231, 0x0000}, + {2133, -620, 1231, 0x08db} + } +}; + +StandTile tile_548 = { + 0x0a1661, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2133, -620, 1347, 0x0000}, + {2152, -620, 1347, 0x08e7}, + {2152, -620, 1231, 0x08cf} + } +}; + +StandTile tile_549 = { + 0x0a1762, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2133, -630, 1347, 0x08db}, + {2133, -620, 1231, 0x0000}, + {2133, -630, 1231, 0x08c3} + } +}; + +StandTile tile_550 = { + 0x0a1761, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2133, -630, 1347, 0x0000}, + {2133, -620, 1347, 0x08cf}, + {2133, -620, 1231, 0x08d7} + } +}; + +StandTile tile_551 = { + 0x0a1862, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2152, -610, 1347, 0x08e3}, + {2172, -610, 1231, 0x0000}, + {2152, -610, 1231, 0x08eb} + } +}; + +StandTile tile_552 = { + 0x0a1861, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2152, -610, 1347, 0x0000}, + {2172, -610, 1347, 0x08f7}, + {2172, -610, 1231, 0x08df} + } +}; + +StandTile tile_553 = { + 0x0a1962, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2152, -620, 1347, 0x08eb}, + {2152, -610, 1231, 0x0000}, + {2152, -620, 1231, 0x08d3} + } +}; + +StandTile tile_554 = { + 0x0a1961, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2152, -620, 1347, 0x0000}, + {2152, -610, 1347, 0x08df}, + {2152, -610, 1231, 0x08e7} + } +}; + +StandTile tile_555 = { + 0x0a1a62, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2172, -601, 1347, 0x08f3}, + {2191, -601, 1231, 0x0000}, + {2172, -601, 1231, 0x08fb} + } +}; + +StandTile tile_556 = { + 0x0a1a61, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2172, -601, 1347, 0x0000}, + {2191, -601, 1347, 0x0907}, + {2191, -601, 1231, 0x08ef} + } +}; + +StandTile tile_557 = { + 0x0a1b62, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2172, -610, 1347, 0x08fb}, + {2172, -601, 1231, 0x0000}, + {2172, -610, 1231, 0x08e3} + } +}; + +StandTile tile_558 = { + 0x0a1b61, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2172, -610, 1347, 0x0000}, + {2172, -601, 1347, 0x08ef}, + {2172, -601, 1231, 0x08f7} + } +}; + +StandTile tile_559 = { + 0x0a1c62, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2191, -591, 1347, 0x0903}, + {2210, -591, 1231, 0x0000}, + {2191, -591, 1231, 0x090b} + } +}; + +StandTile tile_560 = { + 0x0a1c61, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2191, -591, 1347, 0x0000}, + {2210, -591, 1347, 0x0917}, + {2210, -591, 1231, 0x08ff} + } +}; + +StandTile tile_561 = { + 0x0a1d62, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2191, -601, 1347, 0x090b}, + {2191, -591, 1231, 0x0000}, + {2191, -601, 1231, 0x08f3} + } +}; + +StandTile tile_562 = { + 0x0a1d61, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2191, -601, 1347, 0x0000}, + {2191, -591, 1347, 0x08ff}, + {2191, -591, 1231, 0x0907} + } +}; + +StandTile tile_563 = { + 0x0a1e62, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2210, -581, 1347, 0x0913}, + {2230, -581, 1231, 0x0000}, + {2210, -581, 1231, 0x091b} + } +}; + +StandTile tile_564 = { + 0x0a1e61, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2210, -581, 1347, 0x0000}, + {2230, -581, 1347, 0x0927}, + {2230, -581, 1231, 0x090f} + } +}; + +StandTile tile_565 = { + 0x0a1f62, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2210, -591, 1347, 0x091b}, + {2210, -581, 1231, 0x0000}, + {2210, -591, 1231, 0x0903} + } +}; + +StandTile tile_566 = { + 0x0a1f61, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2210, -591, 1347, 0x0000}, + {2210, -581, 1347, 0x090f}, + {2210, -581, 1231, 0x0917} + } +}; + +StandTile tile_567 = { + 0x0a2062, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2230, -572, 1347, 0x0923}, + {2249, -572, 1231, 0x0000}, + {2230, -572, 1231, 0x092b} + } +}; + +StandTile tile_568 = { + 0x0a2061, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2230, -572, 1347, 0x0000}, + {2249, -572, 1347, 0x093f}, + {2249, -572, 1231, 0x091f} + } +}; + +StandTile tile_569 = { + 0x0a2162, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2230, -581, 1347, 0x092b}, + {2230, -572, 1231, 0x0000}, + {2230, -581, 1231, 0x0913} + } +}; + +StandTile tile_570 = { + 0x0a2161, 0x45, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2230, -581, 1347, 0x0000}, + {2230, -572, 1347, 0x091f}, + {2230, -572, 1231, 0x0927} + } +}; + +StandTile tile_571 = { + 0x0a5f60, 0x45, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1983, -669, 1347, 0x0000}, + {2055, -669, 1347, 0x0896}, + {2055, -669, 1289, 0x0933} + } +}; + +StandTile tile_572 = { + 0x0a5e60, 0x45, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2055, -669, 1289, 0x0937}, + {1983, -669, 1289, 0x0886}, + {1983, -669, 1347, 0x092f} + } +}; + +StandTile tile_573 = { + 0x0a5d60, 0x45, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1983, -669, 1231, 0x0882}, + {1983, -669, 1289, 0x0933}, + {2055, -669, 1289, 0x093b} + } +}; + +StandTile tile_574 = { + 0x0a5c60, 0x45, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2055, -669, 1289, 0x0896}, + {2055, -669, 1231, 0x0000}, + {1983, -669, 1231, 0x0937} + } +}; + +StandTile tile_575 = { + 0x083260, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2249, -572, 1347, 0x094b}, + {2297, -572, 1289, 0x0943}, + {2249, -572, 1231, 0x0923} + } +}; + +StandTile tile_576 = { + 0x083160, 0x44, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2249, -572, 1231, 0x093f}, + {2297, -572, 1289, 0x0947}, + {2351, -572, 1231, 0x0000} + } +}; + +StandTile tile_577 = { + 0x083060, 0x44, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2297, -572, 1289, 0x094b}, + {2351, -572, 1347, 0x094f}, + {2351, -572, 1231, 0x0943} + } +}; + +StandTile tile_578 = { + 0x082f60, 0x44, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2297, -572, 1289, 0x093f}, + {2249, -572, 1347, 0x0000}, + {2351, -572, 1347, 0x0947} + } +}; + +StandTile tile_579 = { + 0x084260, 0x44, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 1284, 0x0953}, + {2351, -572, 1231, 0x0947}, + {2351, -572, 1347, 0x0957} + } +}; + +StandTile tile_580 = { + 0x084160, 0x44, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2351, -572, 1172, 0x0000}, + {2351, -572, 1231, 0x094f}, + {2409, -572, 1284, 0x0963} + } +}; + +StandTile tile_581 = { + 0x084060, 0x44, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2428, -572, 1347, 0x095b}, + {2409, -572, 1284, 0x094f}, + {2351, -572, 1347, 0x0000} + } +}; + +StandTile tile_582 = { + 0x083f60, 0x44, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2467, -572, 1308, 0x095f}, + {2409, -572, 1284, 0x0957}, + {2428, -572, 1347, 0x0000} + } +}; + +StandTile tile_583 = { + 0x083e60, 0x44, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2467, -572, 1308, 0x0000}, + {2467, -572, 1172, 0x0967}, + {2409, -572, 1284, 0x095b} + } +}; + +StandTile tile_584 = { + 0x083d60, 0x44, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 1172, 0x0993}, + {2351, -572, 1172, 0x0953}, + {2409, -572, 1284, 0x0967} + } +}; + +StandTile tile_585 = { + 0x083c60, 0x44, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2467, -572, 1172, 0x098f}, + {2409, -572, 1172, 0x0963}, + {2409, -572, 1284, 0x095f} + } +}; + +StandTile tile_586 = { + 0x089760, 0x43, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2482, -572, 1080, 0x0000}, + {2482, -572, 1066, 0x0000}, + {2467, -572, 1066, 0x0983} + } +}; + +StandTile tile_587 = { + 0x089560, 0x43, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 1066, 0x097f}, + {2467, -572, 1066, 0x0000}, + {2467, -572, 988, 0x0973} + } +}; + +StandTile tile_588 = { + 0x089460, 0x43, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2467, -572, 988, 0x09ab}, + {2409, -572, 988, 0x097b}, + {2409, -572, 1066, 0x096f} + } +}; + +StandTile tile_589 = { + 0x089360, 0x43, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2351, -572, 988, 0x0000}, + {2351, -572, 1066, 0x09a3}, + {2409, -572, 1066, 0x097b} + } +}; + +StandTile tile_590 = { + 0x089260, 0x43, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2351, -572, 988, 0x0977}, + {2409, -572, 1066, 0x0973}, + {2409, -572, 988, 0x09af} + } +}; + +StandTile tile_591 = { + 0x08a160, 0x43, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 1119, 0x0983}, + {2467, -572, 1066, 0x096f}, + {2409, -572, 1066, 0x09a3} + } +}; + +StandTile tile_592 = { + 0x08a060, 0x43, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2482, -572, 1080, 0x096b}, + {2467, -572, 1066, 0x097f}, + {2409, -572, 1119, 0x0987} + } +}; + +StandTile tile_593 = { + 0x089f60, 0x43, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 1119, 0x098b}, + {2482, -572, 1153, 0x0000}, + {2482, -572, 1080, 0x0983} + } +}; + +StandTile tile_594 = { + 0x089e60, 0x43, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2467, -572, 1172, 0x09b7}, + {2482, -572, 1153, 0x0987}, + {2409, -572, 1119, 0x098f} + } +}; + +StandTile tile_595 = { + 0x089d60, 0x43, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 1172, 0x0967}, + {2467, -572, 1172, 0x098b}, + {2409, -572, 1119, 0x0993} + } +}; + +StandTile tile_596 = { + 0x089c60, 0x43, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 1172, 0x098f}, + {2409, -572, 1119, 0x0997}, + {2351, -572, 1172, 0x0963} + } +}; + +StandTile tile_597 = { + 0x089b60, 0x43, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2351, -572, 1172, 0x0993}, + {2409, -572, 1119, 0x099b}, + {2336, -572, 1153, 0x09bb} + } +}; + +StandTile tile_598 = { + 0x089a60, 0x43, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2336, -572, 1153, 0x0997}, + {2409, -572, 1119, 0x099f}, + {2336, -572, 1080, 0x0000} + } +}; + +StandTile tile_599 = { + 0x089960, 0x43, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2336, -572, 1080, 0x099b}, + {2409, -572, 1119, 0x09a3}, + {2351, -572, 1066, 0x0000} + } +}; + +StandTile tile_600 = { + 0x089860, 0x43, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2351, -572, 1066, 0x099f}, + {2409, -572, 1119, 0x097f}, + {2409, -572, 1066, 0x0977} + } +}; + +StandTile tile_601 = { + 0x08a560, 0x43, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2467, -572, 988, 0x0000}, + {2467, -572, 916, 0x09d3}, + {2409, -572, 916, 0x09ab} + } +}; + +StandTile tile_602 = { + 0x08a460, 0x43, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 916, 0x09af}, + {2409, -572, 988, 0x0973}, + {2467, -572, 988, 0x09a7} + } +}; + +StandTile tile_603 = { + 0x08a360, 0x43, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2351, -572, 988, 0x097b}, + {2409, -572, 988, 0x09ab}, + {2409, -572, 916, 0x09b3} + } +}; + +StandTile tile_604 = { + 0x08a260, 0x43, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 916, 0x09d7}, + {2351, -572, 916, 0x0000}, + {2351, -572, 988, 0x09af} + } +}; + +StandTile tile_605 = { + 0x08a760, 0x43, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2482, -572, 1172, 0x0000}, + {2482, -572, 1153, 0x098b}, + {2467, -572, 1172, 0x0000} + } +}; + +StandTile tile_606 = { + 0x08a660, 0x43, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {2336, -572, 1153, 0x0000}, + {2336, -572, 1172, 0x0000}, + {2351, -572, 1172, 0x0997} + } +}; + +StandTile tile_607 = { + 0x096a60, 0x43, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2482, -572, 824, 0x0000}, + {2482, -572, 809, 0x0000}, + {2467, -572, 809, 0x09c7} + } +}; + +StandTile tile_608 = { + 0x097360, 0x43, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 862, 0x09c7}, + {2467, -572, 809, 0x09f3}, + {2409, -572, 809, 0x09ef} + } +}; + +StandTile tile_609 = { + 0x097260, 0x43, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2482, -572, 824, 0x09bf}, + {2467, -572, 809, 0x09c3}, + {2409, -572, 862, 0x09cb} + } +}; + +StandTile tile_610 = { + 0x097160, 0x43, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 862, 0x09cf}, + {2482, -572, 896, 0x0000}, + {2482, -572, 824, 0x09c7} + } +}; + +StandTile tile_611 = { + 0x097060, 0x43, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2467, -572, 916, 0x09e7}, + {2482, -572, 896, 0x09cb}, + {2409, -572, 862, 0x09d3} + } +}; + +StandTile tile_612 = { + 0x096f60, 0x43, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 916, 0x09a7}, + {2467, -572, 916, 0x09cf}, + {2409, -572, 862, 0x09d7} + } +}; + +StandTile tile_613 = { + 0x096e60, 0x43, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 916, 0x09d3}, + {2409, -572, 862, 0x09db}, + {2351, -572, 916, 0x09b3} + } +}; + +StandTile tile_614 = { + 0x096d60, 0x43, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2351, -572, 916, 0x09d7}, + {2409, -572, 862, 0x09df}, + {2336, -572, 896, 0x09eb} + } +}; + +StandTile tile_615 = { + 0x096c60, 0x43, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2336, -572, 896, 0x09db}, + {2409, -572, 862, 0x09e3}, + {2336, -572, 824, 0x0000} + } +}; + +StandTile tile_616 = { + 0x096b60, 0x43, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2336, -572, 824, 0x09df}, + {2409, -572, 862, 0x09ef}, + {2351, -572, 809, 0x0000} + } +}; + +StandTile tile_617 = { + 0x097560, 0x43, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2482, -572, 916, 0x0000}, + {2482, -572, 896, 0x09cf}, + {2467, -572, 916, 0x0000} + } +}; + +StandTile tile_618 = { + 0x097460, 0x43, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2336, -572, 896, 0x0000}, + {2336, -572, 916, 0x0000}, + {2351, -572, 916, 0x09db} + } +}; + +StandTile tile_619 = { + 0x0bfa60, 0x43, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 809, 0x09ff}, + {2351, -572, 809, 0x09e3}, + {2409, -572, 862, 0x09c3} + } +}; + +StandTile tile_620 = { + 0x096860, 0x42, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 809, 0x09c3}, + {2467, -572, 809, 0x0000}, + {2467, -572, 732, 0x09f7} + } +}; + +StandTile tile_621 = { + 0x096760, 0x42, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2467, -572, 732, 0x0a2d}, + {2409, -572, 732, 0x09fb}, + {2409, -572, 809, 0x09f3} + } +}; + +StandTile tile_622 = { + 0x096560, 0x42, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2351, -572, 732, 0x09ff}, + {2409, -572, 809, 0x09f7}, + {2409, -572, 732, 0x0a29} + } +}; + +StandTile tile_623 = { + 0x096660, 0x42, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2351, -572, 732, 0x0000}, + {2351, -572, 809, 0x09ef}, + {2409, -572, 809, 0x09fb} + } +}; + +StandTile tile_624 = { + 0x083b62, 0x42, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2336, -572, 615, 0x0a07}, + {2328, -572, 673, 0x0000}, + {2336, -572, 683, 0x0a0f} + } +}; + +StandTile tile_625 = { + 0x083b61, 0x42, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2336, -572, 615, 0x0000}, + {2328, -572, 625, 0x0ab3}, + {2328, -572, 673, 0x0a03} + } +}; + +StandTile tile_626 = { + 0x083a62, 0x42, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2351, -572, 586, 0x0a0f}, + {2336, -572, 703, 0x0000}, + {2351, -572, 703, 0x0a15} + } +}; + +StandTile tile_627 = { + 0x083a61, 0x42, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x1, 0x4, + { + {2351, -572, 586, 0x0000}, + {2336, -572, 586, 0x0000}, + {2336, -572, 615, 0x0a03}, + {2336, -572, 683, 0x0000}, + {2336, -572, 703, 0x0a0b} + } +}; + +StandTile tile_628 = { + 0x083960, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2351, -572, 586, 0x0a0b}, + {2351, -572, 703, 0x0a19}, + {2409, -572, 649, 0x0a1d} + } +}; + +StandTile tile_629 = { + 0x083860, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 649, 0x0a15}, + {2351, -572, 703, 0x0000}, + {2351, -572, 732, 0x0a29} + } +}; + +StandTile tile_630 = { + 0x083760, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2351, -572, 586, 0x0a15}, + {2409, -572, 649, 0x0a21}, + {2428, -572, 586, 0x0000} + } +}; + +StandTile tile_631 = { + 0x083660, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2428, -572, 586, 0x0a1d}, + {2409, -572, 649, 0x0a25}, + {2467, -572, 625, 0x0000} + } +}; + +StandTile tile_632 = { + 0x083560, 0x42, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 649, 0x0a2d}, + {2467, -572, 732, 0x0000}, + {2467, -572, 625, 0x0a21} + } +}; + +StandTile tile_633 = { + 0x083460, 0x42, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 649, 0x0a19}, + {2351, -572, 732, 0x09fb}, + {2409, -572, 732, 0x0a2d} + } +}; + +StandTile tile_634 = { + 0x083360, 0x42, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2409, -572, 649, 0x0a29}, + {2409, -572, 732, 0x09f7}, + {2467, -572, 732, 0x0a25} + } +}; + +StandTile tile_635 = { + 0x03e262, 0x41, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1837, -455, 615, 0x0a35}, + {1844, -455, 683, 0x0a42}, + {1844, -455, 615, 0x0000} + } +}; + +StandTile tile_636 = { + 0x03e261, 0x41, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1837, -455, 615, 0x0ac4}, + {1837, -455, 683, 0x0000}, + {1844, -455, 683, 0x0a31} + } +}; + +StandTile tile_637 = { + 0x03e162, 0x41, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1844, -455, 562, 0x0a3d}, + {1900, -455, 514, 0x0000}, + {1844, -455, 514, 0x0000} + } +}; + +StandTile tile_638 = { + 0x03e161, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x2, 0x3, + { + {1844, -455, 562, 0x0a42}, + {1893, -455, 562, 0x0000}, + {1900, -455, 562, 0x0cde}, + {1900, -455, 514, 0x0a39} + } +}; + +StandTile tile_639 = { + 0x03e062, 0x41, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {1844, -455, 683, 0x0a47}, + {1893, -455, 562, 0x0a3d}, + {1844, -455, 562, 0x0000}, + {1844, -455, 615, 0x0a31} + } +}; + +StandTile tile_640 = { + 0x03e061, 0x41, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1844, -455, 683, 0x0000}, + {1893, -455, 683, 0x0000}, + {1893, -455, 562, 0x0a42} + } +}; + +StandTile tile_641 = { + 0x03d662, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1975, -516, 514, 0x0a4f}, + {2024, -516, 562, 0x0000}, + {2024, -516, 514, 0x0000} + } +}; + +StandTile tile_642 = { + 0x03d661, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1975, -516, 514, 0x0ca2}, + {1975, -516, 562, 0x0cd6}, + {2024, -516, 562, 0x0a4b} + } +}; + +StandTile tile_643 = { + 0x03cf62, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1975, -557, 610, 0x0a57}, + {2024, -557, 620, 0x0000}, + {2024, -557, 610, 0x0c82} + } +}; + +StandTile tile_644 = { + 0x03cf61, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1975, -557, 610, 0x0000}, + {1975, -557, 620, 0x0c7e}, + {2024, -557, 620, 0x0a53} + } +}; + +StandTile tile_645 = { + 0x03ce62, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1975, -567, 623, 0x0a5f}, + {2024, -567, 632, 0x0000}, + {2024, -567, 623, 0x0c7a} + } +}; + +StandTile tile_646 = { + 0x03ce61, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1975, -567, 623, 0x0000}, + {1975, -567, 632, 0x0c76}, + {2024, -567, 632, 0x0a5b} + } +}; + +StandTile tile_647 = { + 0x03c862, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1975, -538, 586, 0x0a67}, + {2024, -538, 596, 0x0000}, + {2024, -538, 586, 0x0c92} + } +}; + +StandTile tile_648 = { + 0x03c861, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1975, -538, 586, 0x0000}, + {1975, -538, 596, 0x0c8e}, + {2024, -538, 596, 0x0a63} + } +}; + +StandTile tile_649 = { + 0x03c562, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1975, -547, 598, 0x0a6f}, + {2024, -547, 608, 0x0000}, + {2024, -547, 598, 0x0c8a} + } +}; + +StandTile tile_650 = { + 0x03c561, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1975, -547, 598, 0x0000}, + {1975, -547, 608, 0x0c86}, + {2024, -547, 608, 0x0a6b} + } +}; + +StandTile tile_651 = { + 0x03c362, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1975, -518, 562, 0x0a77}, + {2024, -518, 572, 0x0000}, + {2024, -518, 562, 0x0cd2} + } +}; + +StandTile tile_652 = { + 0x03c361, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1975, -518, 562, 0x0000}, + {1975, -518, 572, 0x0c9e}, + {2024, -518, 572, 0x0a73} + } +}; + +StandTile tile_653 = { + 0x03c062, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1975, -528, 574, 0x0a7f}, + {2024, -528, 584, 0x0000}, + {2024, -528, 574, 0x0c9a} + } +}; + +StandTile tile_654 = { + 0x03c061, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1975, -528, 574, 0x0000}, + {1975, -528, 584, 0x0c96}, + {2024, -528, 584, 0x0a7b} + } +}; + +StandTile tile_655 = { + 0x03bd62, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1949, -497, 562, 0x0a87}, + {1958, -497, 514, 0x0000}, + {1949, -497, 514, 0x0cb2} + } +}; + +StandTile tile_656 = { + 0x03bd61, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1949, -497, 562, 0x0000}, + {1958, -497, 562, 0x0cae}, + {1958, -497, 514, 0x0a83} + } +}; + +StandTile tile_657 = { + 0x03bc62, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1961, -506, 562, 0x0a8f}, + {1970, -506, 514, 0x0000}, + {1961, -506, 514, 0x0caa} + } +}; + +StandTile tile_658 = { + 0x03bc61, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1961, -506, 562, 0x0000}, + {1970, -506, 562, 0x0ca6}, + {1970, -506, 514, 0x0a8b} + } +}; + +StandTile tile_659 = { + 0x03b662, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1924, -477, 562, 0x0a97}, + {1934, -477, 514, 0x0000}, + {1924, -477, 514, 0x0cc2} + } +}; + +StandTile tile_660 = { + 0x03b661, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1924, -477, 562, 0x0000}, + {1934, -477, 562, 0x0cbe}, + {1934, -477, 514, 0x0a93} + } +}; + +StandTile tile_661 = { + 0x03b362, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1937, -487, 562, 0x0a9f}, + {1946, -487, 514, 0x0000}, + {1937, -487, 514, 0x0cba} + } +}; + +StandTile tile_662 = { + 0x03b361, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1937, -487, 562, 0x0000}, + {1946, -487, 562, 0x0cb6}, + {1946, -487, 514, 0x0a9b} + } +}; + +StandTile tile_663 = { + 0x03b162, 0x41, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1900, -458, 562, 0x0aa7}, + {1910, -458, 514, 0x0000}, + {1900, -458, 514, 0x0cda} + } +}; + +StandTile tile_664 = { + 0x03b161, 0x41, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1900, -458, 562, 0x0000}, + {1910, -458, 562, 0x0cce}, + {1910, -458, 514, 0x0aa3} + } +}; + +StandTile tile_665 = { + 0x03ae62, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1912, -468, 562, 0x0aaf}, + {1922, -468, 514, 0x0000}, + {1912, -468, 514, 0x0cca} + } +}; + +StandTile tile_666 = { + 0x03ae61, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1912, -468, 562, 0x0000}, + {1922, -468, 562, 0x0cc6}, + {1922, -468, 514, 0x0aab} + } +}; + +StandTile tile_667 = { + 0x031662, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2328, -572, 625, 0x0ab7}, + {2317, -572, 673, 0x0000}, + {2328, -572, 673, 0x0a07} + } +}; + +StandTile tile_668 = { + 0x031661, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2328, -572, 625, 0x0000}, + {2317, -572, 625, 0x0c2e}, + {2317, -572, 673, 0x0ab3} + } +}; + +StandTile tile_669 = { + 0x030d62, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {1817, -455, 673, 0x0ac0}, + {1828, -455, 625, 0x0000}, + {1817, -455, 625, 0x1a55}, + {1817, -455, 649, 0x1a5e} + } +}; + +StandTile tile_670 = { + 0x030d61, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1817, -455, 673, 0x0000}, + {1828, -455, 673, 0x0ac8}, + {1828, -455, 625, 0x0abb} + } +}; + +StandTile tile_671 = { + 0x030b62, 0x41, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1837, -455, 615, 0x0ac8}, + {1828, -455, 673, 0x0000}, + {1837, -455, 683, 0x0a35} + } +}; + +StandTile tile_672 = { + 0x030b61, 0x41, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1837, -455, 615, 0x0000}, + {1828, -455, 625, 0x0ac0}, + {1828, -455, 673, 0x0ac4} + } +}; + +StandTile tile_673 = { + 0x006b60, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2184, -572, 514, 0x0adc}, + {2058, -572, 649, 0x0ad0}, + {2184, -572, 785, 0x0c22} + } +}; + +StandTile tile_674 = { + 0x006a60, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2058, -572, 649, 0x0ad4}, + {2104, -572, 785, 0x0ae4}, + {2184, -572, 785, 0x0acc} + } +}; + +StandTile tile_675 = { + 0x006960, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2058, -572, 649, 0x0ad8}, + {2016, -572, 785, 0x0af4}, + {2104, -572, 785, 0x0ad0} + } +}; + +StandTile tile_676 = { + 0x006860, 0x41, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1932, -572, 785, 0x0aec}, + {2016, -572, 785, 0x0ad4}, + {2058, -572, 649, 0x0d0b} + } +}; + +StandTile tile_677 = { + 0x081760, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2058, -572, 649, 0x0acc}, + {2184, -572, 514, 0x0000}, + {2155, -572, 514, 0x0ae0} + } +}; + +StandTile tile_678 = { + 0x006460, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2155, -572, 485, 0x0d13}, + {2058, -572, 649, 0x0adc}, + {2155, -572, 514, 0x0000} + } +}; + +StandTile tile_679 = { + 0x006360, 0x41, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2104, -572, 785, 0x0ae8}, + {2121, -572, 814, 0x0af8}, + {2184, -572, 785, 0x0ad0} + } +}; + +StandTile tile_680 = { + 0x006260, 0x41, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2104, -572, 785, 0x0af4}, + {2060, -572, 814, 0x0b56}, + {2121, -572, 814, 0x0ae4} + } +}; + +StandTile tile_681 = { + 0x006160, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2016, -572, 785, 0x0ad8}, + {1932, -572, 785, 0x0afc}, + {1995, -572, 814, 0x0af0} + } +}; + +StandTile tile_682 = { + 0x006060, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2016, -572, 785, 0x0aec}, + {1995, -572, 814, 0x0b5e}, + {2060, -572, 814, 0x0af4} + } +}; + +StandTile tile_683 = { + 0x005f60, 0x41, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2060, -572, 814, 0x0ae8}, + {2104, -572, 785, 0x0ad4}, + {2016, -572, 785, 0x0af0} + } +}; + +StandTile tile_684 = { + 0x005e60, 0x41, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2121, -572, 814, 0x0b76}, + {2184, -572, 814, 0x0b29}, + {2184, -572, 785, 0x0ae4} + } +}; + +StandTile tile_685 = { + 0x005d60, 0x41, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1932, -572, 785, 0x0bb3}, + {1932, -572, 814, 0x0c11}, + {1995, -572, 814, 0x0aec} + } +}; + +StandTile tile_686 = { + 0x005a60, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2012, -572, 407, 0x0000}, + {1973, -572, 419, 0x0b04}, + {1961, -572, 485, 0x0c5e} + } +}; + +StandTile tile_687 = { + 0x005960, 0x41, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1932, -572, 485, 0x0000}, + {1961, -572, 485, 0x0b00}, + {1973, -572, 419, 0x0b08} + } +}; + +StandTile tile_688 = { + 0x005860, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1973, -572, 419, 0x0000}, + {1934, -572, 407, 0x0b18}, + {1932, -572, 485, 0x0b04} + } +}; + +StandTile tile_689 = { + 0x0c1c60, 0x41, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1893, -572, 562, 0x0b10}, + {1837, -572, 499, 0x0000}, + {1837, -572, 557, 0x0000} + } +}; + +StandTile tile_690 = { + 0x005660, 0x41, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1893, -572, 562, 0x0c52}, + {1932, -572, 514, 0x0b14}, + {1837, -572, 499, 0x0b0c} + } +}; + +StandTile tile_691 = { + 0x005560, 0x41, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1932, -572, 514, 0x0000}, + {1932, -572, 485, 0x0b18}, + {1837, -572, 499, 0x0b10} + } +}; + +StandTile tile_692 = { + 0x005460, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1932, -572, 485, 0x0b08}, + {1934, -572, 407, 0x0b1c}, + {1837, -572, 499, 0x0b14} + } +}; + +StandTile tile_693 = { + 0x005360, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {1934, -572, 407, 0x0b93}, + {1837, -572, 407, 0x0b8f}, + {1837, -572, 485, 0x0000}, + {1837, -572, 499, 0x0b18} + } +}; + +StandTile tile_694 = { + 0x005260, 0x41, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2307, -572, 683, 0x0c26}, + {2249, -572, 719, 0x0b25}, + {2307, -572, 799, 0x0000} + } +}; + +StandTile tile_695 = { + 0x005160, 0x41, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2249, -572, 719, 0x0c1e}, + {2184, -572, 785, 0x0b29}, + {2307, -572, 799, 0x0b21} + } +}; + +StandTile tile_696 = { + 0x005060, 0x41, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2184, -572, 785, 0x0af8}, + {2184, -572, 814, 0x0b2d}, + {2307, -572, 799, 0x0b25} + } +}; + +StandTile tile_697 = { + 0x004f60, 0x41, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2184, -572, 814, 0x0b7a}, + {2249, -572, 882, 0x0b31}, + {2307, -572, 799, 0x0b29} + } +}; + +StandTile tile_698 = { + 0x004e60, 0x41, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x1, 0x3, + { + {2249, -572, 882, 0x0b4e}, + {2307, -572, 882, 0x0b52}, + {2307, -572, 814, 0x0000}, + {2307, -572, 799, 0x0b2d} + } +}; + +StandTile tile_699 = { + 0x004d60, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2322, -572, 814, 0x0000}, + {2307, -572, 814, 0x0b52}, + {2319, -572, 841, 0x0000} + } +}; + +StandTile tile_700 = { + 0x004c60, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2210, -572, 938, 0x0b4a}, + {2184, -572, 925, 0x0000}, + {2184, -572, 940, 0x0000} + } +}; + +StandTile tile_701 = { + 0x004a60, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2249, -572, 925, 0x0b42}, + {2276, -572, 940, 0x0000}, + {2307, -572, 882, 0x0b4e} + } +}; + +StandTile tile_702 = { + 0x004960, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {2249, -572, 940, 0x0000}, + {2276, -572, 940, 0x0b3e}, + {2249, -572, 925, 0x0b46} + } +}; + +StandTile tile_703 = { + 0x004860, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2210, -572, 938, 0x0000}, + {2249, -572, 940, 0x0b42}, + {2249, -572, 925, 0x0b4a} + } +}; + +StandTile tile_704 = { + 0x004760, 0x41, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2184, -572, 925, 0x0b3a}, + {2210, -572, 938, 0x0b46}, + {2249, -572, 925, 0x0b7e} + } +}; + +StandTile tile_705 = { + 0x004660, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2307, -572, 882, 0x0b31}, + {2249, -572, 882, 0x0b7e}, + {2249, -572, 925, 0x0b3e} + } +}; + +StandTile tile_706 = { + 0x004460, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2319, -572, 841, 0x0b36}, + {2307, -572, 814, 0x0b31}, + {2307, -572, 882, 0x0000} + } +}; + +StandTile tile_707 = { + 0x004360, 0x41, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2121, -572, 814, 0x0ae8}, + {2060, -572, 814, 0x0b5a}, + {2072, -572, 870, 0x0b72} + } +}; + +StandTile tile_708 = { + 0x004260, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2060, -572, 814, 0x0b5e}, + {2043, -572, 870, 0x0b66}, + {2072, -572, 870, 0x0b56} + } +}; + +StandTile tile_709 = { + 0x004160, 0x41, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2060, -572, 814, 0x0af0}, + {1995, -572, 814, 0x0c0d}, + {2043, -572, 870, 0x0b5a} + } +}; + +StandTile tile_710 = { + 0x004060, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2043, -572, 870, 0x0c09}, + {2033, -572, 918, 0x0ba3}, + {2058, -572, 925, 0x0b66} + } +}; + +StandTile tile_711 = { + 0x003f60, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2072, -572, 870, 0x0b5a}, + {2043, -572, 870, 0x0b62}, + {2058, -572, 925, 0x0b6a} + } +}; + +StandTile tile_712 = { + 0x003e60, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2072, -572, 870, 0x0b66}, + {2058, -572, 925, 0x0ba7}, + {2082, -572, 918, 0x0b6e} + } +}; + +StandTile tile_713 = { + 0x003d60, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2169, -572, 925, 0x0b72}, + {2072, -572, 870, 0x0b6a}, + {2082, -572, 918, 0x0000} + } +}; + +StandTile tile_714 = { + 0x003c60, 0x41, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2169, -572, 925, 0x0b76}, + {2121, -572, 814, 0x0b56}, + {2072, -572, 870, 0x0b6e} + } +}; + +StandTile tile_715 = { + 0x003b60, 0x41, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2169, -572, 925, 0x0b7a}, + {2184, -572, 814, 0x0af8}, + {2121, -572, 814, 0x0b72} + } +}; + +StandTile tile_716 = { + 0x003a60, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2169, -572, 925, 0x0b7e}, + {2249, -572, 882, 0x0b2d}, + {2184, -572, 814, 0x0b76} + } +}; + +StandTile tile_717 = { + 0x003960, 0x41, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {2169, -572, 925, 0x0000}, + {2184, -572, 925, 0x0b4a}, + {2249, -572, 925, 0x0b4e}, + {2249, -572, 882, 0x0b7a} + } +}; + +StandTile tile_718 = { + 0x003760, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1907, -572, 373, 0x0b97}, + {1864, -572, 344, 0x0000}, + {1818, -572, 402, 0x0b87} + } +}; + +StandTile tile_719 = { + 0x003660, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1818, -572, 402, 0x0b8b}, + {1837, -572, 407, 0x0b93}, + {1907, -572, 373, 0x0b83} + } +}; + +StandTile tile_720 = { + 0x003560, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1837, -572, 407, 0x0b87}, + {1818, -572, 402, 0x0000}, + {1815, -572, 443, 0x0b8f} + } +}; + +StandTile tile_721 = { + 0x003460, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1815, -572, 443, 0x0b9b}, + {1837, -572, 485, 0x0b1c}, + {1837, -572, 407, 0x0b8b} + } +}; + +StandTile tile_722 = { + 0x003360, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1837, -572, 407, 0x0b1c}, + {1934, -572, 407, 0x0000}, + {1907, -572, 373, 0x0b87} + } +}; + +StandTile tile_723 = { + 0x003260, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1907, -572, 373, 0x0000}, + {1907, -572, 329, 0x0000}, + {1864, -572, 344, 0x0b83} + } +}; + +StandTile tile_724 = { + 0x003160, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1837, -572, 485, 0x0b8f}, + {1815, -572, 443, 0x0000}, + {1815, -572, 485, 0x0000} + } +}; + +StandTile tile_725 = { + 0x003060, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2082, -572, 952, 0x0ba7}, + {2058, -572, 925, 0x0ba3}, + {2033, -572, 952, 0x0000} + } +}; + +StandTile tile_726 = { + 0x002f60, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2058, -572, 925, 0x0b62}, + {2033, -572, 918, 0x0000}, + {2033, -572, 952, 0x0b9f} + } +}; + +StandTile tile_727 = { + 0x002e60, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {2082, -572, 918, 0x0b6a}, + {2058, -572, 925, 0x0b9f}, + {2082, -572, 952, 0x0000} + } +}; + +StandTile tile_728 = { + 0x002d60, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1837, -572, 799, 0x0baf}, + {1893, -572, 683, 0x0000}, + {1837, -572, 683, 0x0000} + } +}; + +StandTile tile_729 = { + 0x002c60, 0x41, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1837, -572, 799, 0x0bb3}, + {1932, -572, 785, 0x0c56}, + {1893, -572, 683, 0x0bab} + } +}; + +StandTile tile_730 = { + 0x002b60, 0x41, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1837, -572, 799, 0x0bb7}, + {1932, -572, 814, 0x0afc}, + {1932, -572, 785, 0x0baf} + } +}; + +StandTile tile_731 = { + 0x002a60, 0x41, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1837, -572, 799, 0x0bbb}, + {1866, -572, 882, 0x0c15}, + {1932, -572, 814, 0x0bb3} + } +}; + +StandTile tile_732 = { + 0x002960, 0x41, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {1837, -572, 799, 0x0000}, + {1837, -572, 814, 0x0c05}, + {1837, -572, 882, 0x0bfd}, + {1866, -572, 882, 0x0bb7} + } +}; + +StandTile tile_733 = { + 0x002860, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2176, -572, 419, 0x0000}, + {2135, -572, 407, 0x0c5a}, + {2155, -572, 485, 0x0bc4} + } +}; + +StandTile tile_734 = { + 0x002760, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2176, -572, 419, 0x0bc0}, + {2155, -572, 485, 0x0000}, + {2184, -572, 485, 0x0bc8} + } +}; + +StandTile tile_735 = { + 0x002660, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2184, -572, 485, 0x0bd8}, + {2218, -572, 407, 0x0000}, + {2176, -572, 419, 0x0bc4} + } +}; + +StandTile tile_736 = { + 0x002560, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2307, -572, 499, 0x0bd0}, + {2249, -572, 579, 0x0c2a}, + {2307, -572, 615, 0x0000} + } +}; + +StandTile tile_737 = { + 0x002460, 0x41, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {2307, -572, 499, 0x0bd4}, + {2184, -572, 514, 0x0c22}, + {2249, -572, 579, 0x0bcc} + } +}; + +StandTile tile_738 = { + 0x002360, 0x41, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {2307, -572, 499, 0x0bd8}, + {2184, -572, 485, 0x0000}, + {2184, -572, 514, 0x0bd0} + } +}; + +StandTile tile_739 = { + 0x002260, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2307, -572, 499, 0x0bdc}, + {2218, -572, 407, 0x0bc8}, + {2184, -572, 485, 0x0bd4} + } +}; + +StandTile tile_740 = { + 0x002160, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {2307, -572, 499, 0x0000}, + {2307, -572, 485, 0x0c42}, + {2307, -572, 407, 0x0c46}, + {2218, -572, 407, 0x0bd8} + } +}; + +StandTile tile_741 = { + 0x002060, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1806, -572, 841, 0x0c05}, + {1837, -572, 814, 0x0000}, + {1816, -572, 814, 0x0000} + } +}; + +StandTile tile_742 = { + 0x001f60, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1932, -572, 940, 0x0000}, + {1932, -572, 925, 0x0bf9}, + {1905, -572, 942, 0x0000} + } +}; + +StandTile tile_743 = { + 0x001e60, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1837, -572, 882, 0x0c01}, + {1819, -572, 894, 0x0000}, + {1837, -572, 913, 0x0bed} + } +}; + +StandTile tile_744 = { + 0x001d60, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1837, -572, 882, 0x0be9}, + {1837, -572, 913, 0x0bf1}, + {1866, -572, 925, 0x0bfd} + } +}; + +StandTile tile_745 = { + 0x001c60, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1866, -572, 925, 0x0bed}, + {1837, -572, 913, 0x0000}, + {1866, -572, 940, 0x0bf5} + } +}; + +StandTile tile_746 = { + 0x001b60, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1866, -572, 925, 0x0bf1}, + {1866, -572, 940, 0x0000}, + {1905, -572, 942, 0x0bf9} + } +}; + +StandTile tile_747 = { + 0x001a60, 0x41, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1866, -572, 925, 0x0bf5}, + {1905, -572, 942, 0x0be5}, + {1932, -572, 925, 0x0c19} + } +}; + +StandTile tile_748 = { + 0x001960, 0x41, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1866, -572, 925, 0x0c19}, + {1866, -572, 882, 0x0bbb}, + {1837, -572, 882, 0x0bed} + } +}; + +StandTile tile_749 = { + 0x001860, 0x41, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1837, -572, 882, 0x0c05}, + {1806, -572, 841, 0x0000}, + {1819, -572, 894, 0x0be9} + } +}; + +StandTile tile_750 = { + 0x001760, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1837, -572, 882, 0x0bbb}, + {1837, -572, 814, 0x0be1}, + {1806, -572, 841, 0x0c01} + } +}; + +StandTile tile_751 = { + 0x001660, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2033, -572, 918, 0x0b62}, + {2043, -572, 870, 0x0c0d}, + {1946, -572, 925, 0x0000} + } +}; + +StandTile tile_752 = { + 0x001560, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2043, -572, 870, 0x0b5e}, + {1995, -572, 814, 0x0c11}, + {1946, -572, 925, 0x0c09} + } +}; + +StandTile tile_753 = { + 0x001460, 0x41, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1995, -572, 814, 0x0afc}, + {1932, -572, 814, 0x0c15}, + {1946, -572, 925, 0x0c0d} + } +}; + +StandTile tile_754 = { + 0x001360, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1932, -572, 814, 0x0bb7}, + {1866, -572, 882, 0x0c19}, + {1946, -572, 925, 0x0c11} + } +}; + +StandTile tile_755 = { + 0x001260, 0x41, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {1866, -572, 882, 0x0bfd}, + {1866, -572, 925, 0x0bf9}, + {1932, -572, 925, 0x0000}, + {1946, -572, 925, 0x0c15} + } +}; + +StandTile tile_756 = { + 0x001162, 0x41, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {2249, -572, 579, 0x0c22}, + {2184, -572, 785, 0x0b25}, + {2249, -572, 719, 0x0c2a} + } +}; + +StandTile tile_757 = { + 0x001161, 0x41, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {2249, -572, 579, 0x0bd0}, + {2184, -572, 514, 0x0acc}, + {2184, -572, 785, 0x0c1e} + } +}; + +StandTile tile_758 = { + 0x001062, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2307, -572, 615, 0x0c2a}, + {2249, -572, 719, 0x0b21}, + {2307, -572, 683, 0x0c32} + } +}; + +StandTile tile_759 = { + 0x001061, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2307, -572, 615, 0x0bcc}, + {2249, -572, 579, 0x0c1e}, + {2249, -572, 719, 0x0c26} + } +}; + +StandTile tile_760 = { + 0x000f62, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2317, -572, 625, 0x0c32}, + {2307, -572, 683, 0x0000}, + {2317, -572, 673, 0x0ab7} + } +}; + +StandTile tile_761 = { + 0x000f61, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2317, -572, 625, 0x0000}, + {2307, -572, 615, 0x0c26}, + {2307, -572, 683, 0x0c2e} + } +}; + +StandTile tile_762 = { + 0x000b60, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2316, -572, 399, 0x0000}, + {2275, -572, 351, 0x0c4a}, + {2242, -572, 373, 0x0c3a} + } +}; + +StandTile tile_763 = { + 0x000a60, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2242, -572, 373, 0x0c46}, + {2307, -572, 407, 0x0c3e}, + {2316, -572, 399, 0x0c36} + } +}; + +StandTile tile_764 = { + 0x000960, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2319, -572, 453, 0x0000}, + {2316, -572, 399, 0x0c3a}, + {2307, -572, 407, 0x0c42} + } +}; + +StandTile tile_765 = { + 0x000860, 0x41, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {2307, -572, 407, 0x0bdc}, + {2307, -572, 485, 0x0c4e}, + {2319, -572, 453, 0x0c3e} + } +}; + +StandTile tile_766 = { + 0x000760, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2242, -572, 373, 0x0000}, + {2218, -572, 407, 0x0bdc}, + {2307, -572, 407, 0x0c3a} + } +}; + +StandTile tile_767 = { + 0x000660, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2275, -572, 351, 0x0000}, + {2242, -572, 329, 0x0000}, + {2242, -572, 373, 0x0c36} + } +}; + +StandTile tile_768 = { + 0x000560, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2322, -572, 485, 0x0000}, + {2319, -572, 453, 0x0c42}, + {2307, -572, 485, 0x0000} + } +}; + +StandTile tile_769 = { + 0x000462, 0x41, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {1893, -572, 683, 0x0c56}, + {1932, -572, 514, 0x0b10}, + {1893, -572, 562, 0x0000} + } +}; + +StandTile tile_770 = { + 0x000461, 0x41, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1893, -572, 683, 0x0baf}, + {1932, -572, 785, 0x0cef}, + {1932, -572, 514, 0x0c52} + } +}; + +StandTile tile_771 = { + 0x000262, 0x41, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {2135, -572, 407, 0x0c5e}, + {1961, -572, 485, 0x0cff}, + {2155, -572, 485, 0x0bc0} + } +}; + +StandTile tile_772 = { + 0x000261, 0x41, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {2135, -572, 407, 0x0c66}, + {2012, -572, 407, 0x0b00}, + {1961, -572, 485, 0x0c5a} + } +}; + +StandTile tile_773 = { + 0x000162, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2038, -572, 373, 0x0c66}, + {2135, -572, 407, 0x0000}, + {2111, -572, 371, 0x0c6a} + } +}; + +StandTile tile_774 = { + 0x000161, 0x41, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {2038, -572, 373, 0x0000}, + {2012, -572, 407, 0x0c5e}, + {2135, -572, 407, 0x0c62} + } +}; + +StandTile tile_775 = { + 0x000062, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2111, -572, 329, 0x0c6e}, + {2038, -572, 373, 0x0c62}, + {2111, -572, 371, 0x0000} + } +}; + +StandTile tile_776 = { + 0x000061, 0x41, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {2111, -572, 329, 0x0000}, + {2038, -572, 329, 0x0000}, + {2038, -572, 373, 0x0c6a} + } +}; + +StandTile tile_777 = { + 0x082e62, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2024, -572, 637, 0x0c76}, + {1975, -567, 632, 0x0000}, + {1975, -572, 637, 0x0d07} + } +}; + +StandTile tile_778 = { + 0x082e61, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2024, -572, 637, 0x0000}, + {2024, -567, 632, 0x0a5f}, + {1975, -567, 632, 0x0c72} + } +}; + +StandTile tile_779 = { + 0x082d62, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2024, -567, 623, 0x0c7e}, + {1975, -557, 620, 0x0000}, + {1975, -567, 623, 0x0a5b} + } +}; + +StandTile tile_780 = { + 0x082d61, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2024, -567, 623, 0x0000}, + {2024, -557, 620, 0x0a57}, + {1975, -557, 620, 0x0c7a} + } +}; + +StandTile tile_781 = { + 0x082c62, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2024, -557, 610, 0x0c86}, + {1975, -547, 608, 0x0000}, + {1975, -557, 610, 0x0a53} + } +}; + +StandTile tile_782 = { + 0x082c61, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2024, -557, 610, 0x0000}, + {2024, -547, 608, 0x0a6f}, + {1975, -547, 608, 0x0c82} + } +}; + +StandTile tile_783 = { + 0x082b62, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2024, -547, 598, 0x0c8e}, + {1975, -538, 596, 0x0000}, + {1975, -547, 598, 0x0a6b} + } +}; + +StandTile tile_784 = { + 0x082b61, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2024, -547, 598, 0x0000}, + {2024, -538, 596, 0x0a67}, + {1975, -538, 596, 0x0c8a} + } +}; + +StandTile tile_785 = { + 0x082a62, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2024, -538, 586, 0x0c96}, + {1975, -528, 584, 0x0000}, + {1975, -538, 586, 0x0a63} + } +}; + +StandTile tile_786 = { + 0x082a61, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2024, -538, 586, 0x0000}, + {2024, -528, 584, 0x0a7f}, + {1975, -528, 584, 0x0c92} + } +}; + +StandTile tile_787 = { + 0x082962, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2024, -528, 574, 0x0c9e}, + {1975, -518, 572, 0x0000}, + {1975, -528, 574, 0x0a7b} + } +}; + +StandTile tile_788 = { + 0x082961, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2024, -528, 574, 0x0000}, + {2024, -518, 572, 0x0a77}, + {1975, -518, 572, 0x0c9a} + } +}; + +StandTile tile_789 = { + 0x082862, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1975, -516, 514, 0x0ca6}, + {1970, -506, 562, 0x0000}, + {1975, -516, 562, 0x0a4f} + } +}; + +StandTile tile_790 = { + 0x082861, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1975, -516, 514, 0x0000}, + {1970, -506, 514, 0x0a8f}, + {1970, -506, 562, 0x0ca2} + } +}; + +StandTile tile_791 = { + 0x082762, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1961, -506, 514, 0x0cae}, + {1958, -497, 562, 0x0000}, + {1961, -506, 562, 0x0a8b} + } +}; + +StandTile tile_792 = { + 0x082761, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1961, -506, 514, 0x0000}, + {1958, -497, 514, 0x0a87}, + {1958, -497, 562, 0x0caa} + } +}; + +StandTile tile_793 = { + 0x082662, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1949, -497, 514, 0x0cb6}, + {1946, -487, 562, 0x0000}, + {1949, -497, 562, 0x0a83} + } +}; + +StandTile tile_794 = { + 0x082661, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1949, -497, 514, 0x0000}, + {1946, -487, 514, 0x0a9f}, + {1946, -487, 562, 0x0cb2} + } +}; + +StandTile tile_795 = { + 0x082562, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1937, -487, 514, 0x0cbe}, + {1934, -477, 562, 0x0000}, + {1937, -487, 562, 0x0a9b} + } +}; + +StandTile tile_796 = { + 0x082561, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1937, -487, 514, 0x0000}, + {1934, -477, 514, 0x0a97}, + {1934, -477, 562, 0x0cba} + } +}; + +StandTile tile_797 = { + 0x082462, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1924, -477, 514, 0x0cc6}, + {1922, -468, 562, 0x0000}, + {1924, -477, 562, 0x0a93} + } +}; + +StandTile tile_798 = { + 0x082461, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1924, -477, 514, 0x0000}, + {1922, -468, 514, 0x0aaf}, + {1922, -468, 562, 0x0cc2} + } +}; + +StandTile tile_799 = { + 0x082362, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1912, -468, 514, 0x0cce}, + {1910, -458, 562, 0x0000}, + {1912, -468, 562, 0x0aab} + } +}; + +StandTile tile_800 = { + 0x082361, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1912, -468, 514, 0x0000}, + {1910, -458, 514, 0x0aa7}, + {1910, -458, 562, 0x0cca} + } +}; + +StandTile tile_801 = { + 0x082262, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2024, -518, 562, 0x0cd6}, + {1975, -516, 562, 0x0000}, + {1975, -518, 562, 0x0a73} + } +}; + +StandTile tile_802 = { + 0x082261, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {2024, -518, 562, 0x0000}, + {2024, -516, 562, 0x0a4f}, + {1975, -516, 562, 0x0cd2} + } +}; + +StandTile tile_803 = { + 0x082162, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1900, -458, 514, 0x0cde}, + {1900, -455, 562, 0x0000}, + {1900, -458, 562, 0x0aa3} + } +}; + +StandTile tile_804 = { + 0x082161, 0x41, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1900, -458, 514, 0x0000}, + {1900, -455, 514, 0x0a3d}, + {1900, -455, 562, 0x0cda} + } +}; + +StandTile tile_805 = { + 0x082062, 0x41, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1975, -572, 562, 0x0ce6}, + {1939, -572, 514, 0x0ceb}, + {1939, -572, 562, 0x0cf7} + } +}; + +StandTile tile_806 = { + 0x082061, 0x41, + 0x1, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {1975, -572, 562, 0x0000}, + {1975, -572, 514, 0x0d03}, + {1961, -572, 514, 0x0000}, + {1939, -572, 514, 0x0ce2} + } +}; + +StandTile tile_807 = { + 0x081f62, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1939, -572, 514, 0x0cef}, + {1932, -572, 785, 0x0cf7}, + {1939, -572, 562, 0x0ce2} + } +}; + +StandTile tile_808 = { + 0x081f61, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1939, -572, 514, 0x0000}, + {1932, -572, 514, 0x0c56}, + {1932, -572, 785, 0x0ceb} + } +}; + +StandTile tile_809 = { + 0x081e62, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1975, -572, 562, 0x0cf7}, + {1932, -572, 785, 0x0d0b}, + {1975, -572, 637, 0x0000} + } +}; + +StandTile tile_810 = { + 0x081e61, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1975, -572, 562, 0x0ce2}, + {1939, -572, 562, 0x0ceb}, + {1932, -572, 785, 0x0cf3} + } +}; + +StandTile tile_811 = { + 0x081c62, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2024, -572, 514, 0x0cff}, + {1961, -572, 485, 0x0d03}, + {1975, -572, 514, 0x0000} + } +}; + +StandTile tile_812 = { + 0x081c61, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2024, -572, 514, 0x0d0f}, + {2155, -572, 485, 0x0c5a}, + {1961, -572, 485, 0x0cfb} + } +}; + +StandTile tile_813 = { + 0x081b60, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1961, -572, 485, 0x0000}, + {1961, -572, 514, 0x0ce6}, + {1975, -572, 514, 0x0cfb} + } +}; + +StandTile tile_814 = { + 0x081a62, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1975, -572, 637, 0x0d0b}, + {2058, -572, 649, 0x0d13}, + {2024, -572, 637, 0x0c72} + } +}; + +StandTile tile_815 = { + 0x081a61, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1975, -572, 637, 0x0cf3}, + {1932, -572, 785, 0x0ad8}, + {2058, -572, 649, 0x0d07} + } +}; + +StandTile tile_816 = { + 0x081962, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2024, -572, 637, 0x0d13}, + {2155, -572, 485, 0x0cff}, + {2024, -572, 514, 0x0000} + } +}; + +StandTile tile_817 = { + 0x081961, 0x41, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {2024, -572, 637, 0x0d07}, + {2058, -572, 649, 0x0ae0}, + {2155, -572, 485, 0x0d0f} + } +}; + +StandTile tile_818 = { + 0x063a58, 0x40, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -218, 0x0d28}, + {1319, -455, -271, 0x0d49}, + {1261, -455, -271, 0x0d1b} + } +}; + +StandTile tile_819 = { + 0x063958, 0x40, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -218, 0x0d17}, + {1261, -455, -271, 0x0d4d}, + {1203, -455, -271, 0x0d1f} + } +}; + +StandTile tile_820 = { + 0x063658, 0x40, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -218, 0x0d1b}, + {1203, -455, -271, 0x0000}, + {1203, -455, -199, 0x0d23} + } +}; + +StandTile tile_821 = { + 0x063558, 0x40, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {1203, -455, -199, 0x0000}, + {1236, -455, -200, 0x24bc}, + {1261, -455, -199, 0x0d2c}, + {1261, -455, -218, 0x0d1f} + } +}; + +StandTile tile_822 = { + 0x063458, 0x40, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, -199, 0x0000}, + {1319, -455, -271, 0x0d17}, + {1261, -455, -218, 0x0d2c} + } +}; + +StandTile tile_823 = { + 0x063358, 0x40, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {1319, -455, -199, 0x0d28}, + {1261, -455, -218, 0x0d23}, + {1261, -455, -199, 0x24bc}, + {1285, -455, -200, 0x0000} + } +}; + +StandTile tile_824 = { + 0x063758, 0x3f, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1333, -455, -271, 0x0000}, + {1333, -455, -291, 0x0d45}, + {1319, -455, -271, 0x0000} + } +}; + +StandTile tile_825 = { + 0x063858, 0x3f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, -291, 0x0000}, + {1188, -455, -271, 0x0000}, + {1203, -455, -271, 0x0d51} + } +}; + +StandTile tile_826 = { + 0x062d58, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -325, 0x0d3d}, + {1319, -455, -378, 0x0d69}, + {1261, -455, -378, 0x0d5d} + } +}; + +StandTile tile_827 = { + 0x062c58, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1333, -455, -363, 0x0d61}, + {1319, -455, -378, 0x0d39}, + {1261, -455, -325, 0x0d41} + } +}; + +StandTile tile_828 = { + 0x062b58, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -325, 0x0d45}, + {1333, -455, -291, 0x0000}, + {1333, -455, -363, 0x0d3d} + } +}; + +StandTile tile_829 = { + 0x062a58, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, -271, 0x0d31}, + {1333, -455, -291, 0x0d41}, + {1261, -455, -325, 0x0d49} + } +}; + +StandTile tile_830 = { + 0x062958, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -271, 0x0d17}, + {1319, -455, -271, 0x0d45}, + {1261, -455, -325, 0x0d4d} + } +}; + +StandTile tile_831 = { + 0x062858, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -271, 0x0d49}, + {1261, -455, -325, 0x0d51}, + {1203, -455, -271, 0x0d1b} + } +}; + +StandTile tile_832 = { + 0x062758, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, -271, 0x0d4d}, + {1261, -455, -325, 0x0d55}, + {1188, -455, -291, 0x0d35} + } +}; + +StandTile tile_833 = { + 0x062658, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, -291, 0x0d51}, + {1261, -455, -325, 0x0d59}, + {1188, -455, -363, 0x0000} + } +}; + +StandTile tile_834 = { + 0x062558, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, -363, 0x0d55}, + {1261, -455, -325, 0x0d5d}, + {1203, -455, -378, 0x0d65} + } +}; + +StandTile tile_835 = { + 0x062458, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, -378, 0x0d59}, + {1261, -455, -325, 0x0d39}, + {1261, -455, -378, 0x0d71} + } +}; + +StandTile tile_836 = { + 0x062158, 0x3f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1333, -455, -363, 0x0000}, + {1333, -455, -378, 0x0000}, + {1319, -455, -378, 0x0d3d} + } +}; + +StandTile tile_837 = { + 0x062058, 0x3f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, -378, 0x0000}, + {1188, -455, -363, 0x0d59}, + {1203, -455, -378, 0x0000} + } +}; + +StandTile tile_838 = { + 0x061f58, 0x3f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -378, 0x0d39}, + {1319, -455, -378, 0x0000}, + {1319, -455, -455, 0x0d6d} + } +}; + +StandTile tile_839 = { + 0x061e58, 0x3f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, -455, 0x0d7d}, + {1261, -455, -455, 0x0d75}, + {1261, -455, -378, 0x0d69} + } +}; + +StandTile tile_840 = { + 0x061d58, 0x3f, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, -455, 0x0000}, + {1203, -455, -378, 0x0d5d}, + {1261, -455, -378, 0x0d75} + } +}; + +StandTile tile_841 = { + 0x061c58, 0x3f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, -455, 0x0d71}, + {1261, -455, -378, 0x0d6d}, + {1261, -455, -455, 0x0d81} + } +}; + +StandTile tile_842 = { + 0x063158, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, -455, 0x0000}, + {1319, -455, -528, 0x0da1}, + {1261, -455, -528, 0x0d7d} + } +}; + +StandTile tile_843 = { + 0x063058, 0x3f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -528, 0x0d81}, + {1261, -455, -455, 0x0d6d}, + {1319, -455, -455, 0x0d79} + } +}; + +StandTile tile_844 = { + 0x062f58, 0x3f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, -455, 0x0d75}, + {1261, -455, -455, 0x0d7d}, + {1261, -455, -528, 0x0d85} + } +}; + +StandTile tile_845 = { + 0x062e58, 0x3f, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -528, 0x0da5}, + {1203, -455, -528, 0x0000}, + {1203, -455, -455, 0x0d81} + } +}; + +StandTile tile_846 = { + 0x064058, 0x3f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1333, -455, -620, 0x0000}, + {1333, -455, -635, 0x0000}, + {1319, -455, -635, 0x0d95} + } +}; + +StandTile tile_847 = { + 0x063f58, 0x3f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, -635, 0x0000}, + {1188, -455, -620, 0x0db1}, + {1203, -455, -635, 0x0000} + } +}; + +StandTile tile_848 = { + 0x064a58, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -581, 0x0d95}, + {1319, -455, -635, 0x0dcd}, + {1261, -455, -635, 0x0db5} + } +}; + +StandTile tile_849 = { + 0x064958, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1333, -455, -620, 0x0d89}, + {1319, -455, -635, 0x0d91}, + {1261, -455, -581, 0x0d99} + } +}; + +StandTile tile_850 = { + 0x064858, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -581, 0x0d9d}, + {1333, -455, -547, 0x0000}, + {1333, -455, -620, 0x0d95} + } +}; + +StandTile tile_851 = { + 0x064758, 0x3f, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, -528, 0x0db9}, + {1333, -455, -547, 0x0d99}, + {1261, -455, -581, 0x0da1} + } +}; + +StandTile tile_852 = { + 0x064658, 0x3f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -528, 0x0d79}, + {1319, -455, -528, 0x0d9d}, + {1261, -455, -581, 0x0da5} + } +}; + +StandTile tile_853 = { + 0x064558, 0x3f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -528, 0x0da1}, + {1261, -455, -581, 0x0da9}, + {1203, -455, -528, 0x0d85} + } +}; + +StandTile tile_854 = { + 0x064458, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, -528, 0x0da5}, + {1261, -455, -581, 0x0dad}, + {1188, -455, -547, 0x0dbd} + } +}; + +StandTile tile_855 = { + 0x064358, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, -547, 0x0da9}, + {1261, -455, -581, 0x0db1}, + {1188, -455, -620, 0x0000} + } +}; + +StandTile tile_856 = { + 0x064258, 0x3f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, -620, 0x0dad}, + {1261, -455, -581, 0x0db5}, + {1203, -455, -635, 0x0d8d} + } +}; + +StandTile tile_857 = { + 0x064158, 0x3f, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, -635, 0x0db1}, + {1261, -455, -581, 0x0d91}, + {1261, -455, -635, 0x0dc5} + } +}; + +StandTile tile_858 = { + 0x065258, 0x3f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1333, -455, -528, 0x0000}, + {1333, -455, -547, 0x0d9d}, + {1319, -455, -528, 0x0000} + } +}; + +StandTile tile_859 = { + 0x065058, 0x3f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, -547, 0x0000}, + {1188, -455, -528, 0x0000}, + {1203, -455, -528, 0x0da9} + } +}; + +StandTile tile_860 = { + 0x063b58, 0x3e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, -712, 0x0dc5}, + {1261, -455, -635, 0x0dc9}, + {1261, -455, -712, 0x0e7a} + } +}; + +StandTile tile_861 = { + 0x063c58, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, -712, 0x0000}, + {1203, -455, -635, 0x0db5}, + {1261, -455, -635, 0x0dc1} + } +}; + +StandTile tile_862 = { + 0x063d58, 0x3e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, -712, 0x0e76}, + {1261, -455, -712, 0x0dc1}, + {1261, -455, -635, 0x0dcd} + } +}; + +StandTile tile_863 = { + 0x063e58, 0x3e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -635, 0x0d91}, + {1319, -455, -635, 0x0000}, + {1319, -455, -712, 0x0dc9} + } +}; + +StandTile tile_864 = { + 0x05eb5a, 0x3e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1319, -446, -785, 0x0dd5}, + {1203, -446, -804, 0x0000}, + {1203, -446, -785, 0x0dde} + } +}; + +StandTile tile_865 = { + 0x05eb59, 0x3e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1319, -446, -785, 0x0000}, + {1319, -446, -804, 0x0dea}, + {1203, -446, -804, 0x0dd1} + } +}; + +StandTile tile_866 = { + 0x05ec5a, 0x3e, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {1319, -455, -785, 0x0dde}, + {1203, -446, -785, 0x0000}, + {1203, -455, -785, 0x0e7e}, + {1261, -455, -785, 0x0e72} + } +}; + +StandTile tile_867 = { + 0x05ec59, 0x3e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, -785, 0x0000}, + {1319, -446, -785, 0x0dd1}, + {1203, -446, -785, 0x0dd9} + } +}; + +StandTile tile_868 = { + 0x05ed5a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -436, -804, 0x0de6}, + {1203, -436, -824, 0x0000}, + {1203, -436, -804, 0x0dee} + } +}; + +StandTile tile_869 = { + 0x05ed59, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -436, -804, 0x0000}, + {1319, -436, -824, 0x0dfa}, + {1203, -436, -824, 0x0de2} + } +}; + +StandTile tile_870 = { + 0x05ee5a, 0x3e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1319, -446, -804, 0x0dee}, + {1203, -436, -804, 0x0000}, + {1203, -446, -804, 0x0dd5} + } +}; + +StandTile tile_871 = { + 0x05ee59, 0x3e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1319, -446, -804, 0x0000}, + {1319, -436, -804, 0x0de2}, + {1203, -436, -804, 0x0dea} + } +}; + +StandTile tile_872 = { + 0x05ef5a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -426, -824, 0x0df6}, + {1203, -426, -843, 0x0000}, + {1203, -426, -824, 0x0dfe} + } +}; + +StandTile tile_873 = { + 0x05ef59, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -426, -824, 0x0000}, + {1319, -426, -843, 0x0e0a}, + {1203, -426, -843, 0x0df2} + } +}; + +StandTile tile_874 = { + 0x05f05a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -436, -824, 0x0dfe}, + {1203, -426, -824, 0x0000}, + {1203, -436, -824, 0x0de6} + } +}; + +StandTile tile_875 = { + 0x05f059, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -436, -824, 0x0000}, + {1319, -426, -824, 0x0df2}, + {1203, -426, -824, 0x0dfa} + } +}; + +StandTile tile_876 = { + 0x05f15a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -417, -843, 0x0e06}, + {1203, -417, -862, 0x0000}, + {1203, -417, -843, 0x0e0e} + } +}; + +StandTile tile_877 = { + 0x05f159, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -417, -843, 0x0000}, + {1319, -417, -862, 0x0e1a}, + {1203, -417, -862, 0x0e02} + } +}; + +StandTile tile_878 = { + 0x05f25a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -426, -843, 0x0e0e}, + {1203, -417, -843, 0x0000}, + {1203, -426, -843, 0x0df6} + } +}; + +StandTile tile_879 = { + 0x05f259, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -426, -843, 0x0000}, + {1319, -417, -843, 0x0e02}, + {1203, -417, -843, 0x0e0a} + } +}; + +StandTile tile_880 = { + 0x05f35a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -407, -862, 0x0e16}, + {1203, -407, -882, 0x0000}, + {1203, -407, -862, 0x0e1e} + } +}; + +StandTile tile_881 = { + 0x05f359, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -407, -862, 0x0000}, + {1319, -407, -882, 0x0e2a}, + {1203, -407, -882, 0x0e12} + } +}; + +StandTile tile_882 = { + 0x05f45a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -417, -862, 0x0e1e}, + {1203, -407, -862, 0x0000}, + {1203, -417, -862, 0x0e06} + } +}; + +StandTile tile_883 = { + 0x05f459, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -417, -862, 0x0000}, + {1319, -407, -862, 0x0e12}, + {1203, -407, -862, 0x0e1a} + } +}; + +StandTile tile_884 = { + 0x05f55a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -397, -882, 0x0e26}, + {1203, -397, -901, 0x0000}, + {1203, -397, -882, 0x0e2e} + } +}; + +StandTile tile_885 = { + 0x05f559, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -397, -882, 0x0000}, + {1319, -397, -901, 0x0e3a}, + {1203, -397, -901, 0x0e22} + } +}; + +StandTile tile_886 = { + 0x05f65a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -407, -882, 0x0e2e}, + {1203, -397, -882, 0x0000}, + {1203, -407, -882, 0x0e16} + } +}; + +StandTile tile_887 = { + 0x05f659, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -407, -882, 0x0000}, + {1319, -397, -882, 0x0e22}, + {1203, -397, -882, 0x0e2a} + } +}; + +StandTile tile_888 = { + 0x05f75a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -388, -901, 0x0e36}, + {1203, -388, -920, 0x0000}, + {1203, -388, -901, 0x0e3e} + } +}; + +StandTile tile_889 = { + 0x05f759, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -388, -901, 0x0000}, + {1319, -388, -920, 0x0e4a}, + {1203, -388, -920, 0x0e32} + } +}; + +StandTile tile_890 = { + 0x05f85a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -397, -901, 0x0e3e}, + {1203, -388, -901, 0x0000}, + {1203, -397, -901, 0x0e26} + } +}; + +StandTile tile_891 = { + 0x05f859, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -397, -901, 0x0000}, + {1319, -388, -901, 0x0e32}, + {1203, -388, -901, 0x0e3a} + } +}; + +StandTile tile_892 = { + 0x05f95a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -378, -920, 0x0e46}, + {1203, -378, -940, 0x0000}, + {1203, -378, -920, 0x0e4e} + } +}; + +StandTile tile_893 = { + 0x05f959, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -378, -920, 0x0000}, + {1319, -378, -940, 0x0e5a}, + {1203, -378, -940, 0x0e42} + } +}; + +StandTile tile_894 = { + 0x05fa5a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -388, -920, 0x0e4e}, + {1203, -378, -920, 0x0000}, + {1203, -388, -920, 0x0e36} + } +}; + +StandTile tile_895 = { + 0x05fa59, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -388, -920, 0x0000}, + {1319, -378, -920, 0x0e42}, + {1203, -378, -920, 0x0e4a} + } +}; + +StandTile tile_896 = { + 0x05fb5a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -368, -940, 0x0e56}, + {1203, -368, -959, 0x0000}, + {1203, -368, -940, 0x0e5e} + } +}; + +StandTile tile_897 = { + 0x05fb59, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -368, -940, 0x0000}, + {1319, -368, -959, 0x0e6a}, + {1203, -368, -959, 0x0e52} + } +}; + +StandTile tile_898 = { + 0x05fc5a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -378, -940, 0x0e5e}, + {1203, -368, -940, 0x0000}, + {1203, -378, -940, 0x0e46} + } +}; + +StandTile tile_899 = { + 0x05fc59, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -378, -940, 0x0000}, + {1319, -368, -940, 0x0e52}, + {1203, -368, -940, 0x0e5a} + } +}; + +StandTile tile_900 = { + 0x05fd5a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -359, -959, 0x0e66}, + {1203, -359, -979, 0x0000}, + {1203, -359, -959, 0x0e6e} + } +}; + +StandTile tile_901 = { + 0x05fd59, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -359, -959, 0x0000}, + {1319, -359, -979, 0x0e82}, + {1203, -359, -979, 0x0e62} + } +}; + +StandTile tile_902 = { + 0x05fe5a, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -368, -959, 0x0e6e}, + {1203, -359, -959, 0x0000}, + {1203, -368, -959, 0x0e56} + } +}; + +StandTile tile_903 = { + 0x05fe59, 0x3e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -368, -959, 0x0000}, + {1319, -359, -959, 0x0e62}, + {1203, -359, -959, 0x0e6a} + } +}; + +StandTile tile_904 = { + 0x064e58, 0x3e, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, -712, 0x0000}, + {1319, -455, -785, 0x0dd9}, + {1261, -455, -785, 0x0e76} + } +}; + +StandTile tile_905 = { + 0x064d58, 0x3e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -785, 0x0e7a}, + {1261, -455, -712, 0x0dc9}, + {1319, -455, -712, 0x0e72} + } +}; + +StandTile tile_906 = { + 0x064c58, 0x3e, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, -712, 0x0dc1}, + {1261, -455, -712, 0x0e76}, + {1261, -455, -785, 0x0e7e} + } +}; + +StandTile tile_907 = { + 0x064b58, 0x3e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, -785, 0x0dd9}, + {1203, -455, -785, 0x0000}, + {1203, -455, -712, 0x0e7a} + } +}; + +StandTile tile_908 = { + 0x040c58, 0x3d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -359, -979, 0x0e8e}, + {1261, -359, -1027, 0x0e86}, + {1203, -359, -979, 0x0e66} + } +}; + +StandTile tile_909 = { + 0x040b58, 0x3d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1203, -359, -979, 0x0e82}, + {1261, -359, -1027, 0x0e8a}, + {1203, -359, -1080, 0x0000} + } +}; + +StandTile tile_910 = { + 0x040a58, 0x3d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1261, -359, -1027, 0x0e8e}, + {1319, -359, -1080, 0x0e92}, + {1203, -359, -1080, 0x0e86} + } +}; + +StandTile tile_911 = { + 0x040958, 0x3d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1261, -359, -1027, 0x0e82}, + {1319, -359, -979, 0x0000}, + {1319, -359, -1080, 0x0e8a} + } +}; + +StandTile tile_912 = { + 0x041c58, 0x3d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1256, -359, -1139, 0x0e96}, + {1203, -359, -1080, 0x0e8a}, + {1319, -359, -1080, 0x0e9a} + } +}; + +StandTile tile_913 = { + 0x041b58, 0x3d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1144, -359, -1080, 0x0000}, + {1203, -359, -1080, 0x0e92}, + {1256, -359, -1139, 0x0ea6} + } +}; + +StandTile tile_914 = { + 0x041a58, 0x3d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1319, -359, -1158, 0x0e9e}, + {1256, -359, -1139, 0x0e92}, + {1319, -359, -1080, 0x0000} + } +}; + +StandTile tile_915 = { + 0x041958, 0x3d, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1280, -359, -1197, 0x0ea2}, + {1256, -359, -1139, 0x0e9a}, + {1319, -359, -1158, 0x0000} + } +}; + +StandTile tile_916 = { + 0x041858, 0x3d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1280, -359, -1197, 0x0000}, + {1144, -359, -1197, 0x0eaa}, + {1256, -359, -1139, 0x0e9e} + } +}; + +StandTile tile_917 = { + 0x041758, 0x3d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1144, -359, -1139, 0x0ed6}, + {1144, -359, -1080, 0x0e96}, + {1256, -359, -1139, 0x0eaa} + } +}; + +StandTile tile_918 = { + 0x041658, 0x3d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {1144, -359, -1197, 0x0ed2}, + {1144, -359, -1139, 0x0ea6}, + {1256, -359, -1139, 0x0ea2} + } +}; + +StandTile tile_919 = { + 0x047158, 0x3c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1052, -359, -1211, 0x0000}, + {1038, -359, -1211, 0x0000}, + {1038, -359, -1197, 0x0ec6} + } +}; + +StandTile tile_920 = { + 0x046f58, 0x3c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1038, -359, -1139, 0x0ec2}, + {1038, -359, -1197, 0x0000}, + {960, -359, -1197, 0x0eb6} + } +}; + +StandTile tile_921 = { + 0x046e58, 0x3c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {960, -359, -1197, 0x0eee}, + {960, -359, -1139, 0x0ebe}, + {1038, -359, -1139, 0x0eb2} + } +}; + +StandTile tile_922 = { + 0x046d58, 0x3c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {960, -359, -1080, 0x0000}, + {1038, -359, -1080, 0x0ee6}, + {1038, -359, -1139, 0x0ebe} + } +}; + +StandTile tile_923 = { + 0x046c58, 0x3c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {960, -359, -1080, 0x0eba}, + {1038, -359, -1139, 0x0eb6}, + {960, -359, -1139, 0x0ef2} + } +}; + +StandTile tile_924 = { + 0x047d58, 0x3c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1091, -359, -1139, 0x0ec6}, + {1038, -359, -1197, 0x0eb2}, + {1038, -359, -1139, 0x0ee6} + } +}; + +StandTile tile_925 = { + 0x047c58, 0x3c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1052, -359, -1211, 0x0eae}, + {1038, -359, -1197, 0x0ec2}, + {1091, -359, -1139, 0x0eca} + } +}; + +StandTile tile_926 = { + 0x047b58, 0x3c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1091, -359, -1139, 0x0ece}, + {1125, -359, -1211, 0x0000}, + {1052, -359, -1211, 0x0ec6} + } +}; + +StandTile tile_927 = { + 0x047a58, 0x3c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1144, -359, -1197, 0x0efa}, + {1125, -359, -1211, 0x0eca}, + {1091, -359, -1139, 0x0ed2} + } +}; + +StandTile tile_928 = { + 0x047958, 0x3c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1144, -359, -1139, 0x0eaa}, + {1144, -359, -1197, 0x0ece}, + {1091, -359, -1139, 0x0ed6} + } +}; + +StandTile tile_929 = { + 0x047858, 0x3c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1144, -359, -1139, 0x0ed2}, + {1091, -359, -1139, 0x0eda}, + {1144, -359, -1080, 0x0ea6} + } +}; + +StandTile tile_930 = { + 0x047758, 0x3c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1144, -359, -1080, 0x0ed6}, + {1091, -359, -1139, 0x0ede}, + {1125, -359, -1066, 0x0efe} + } +}; + +StandTile tile_931 = { + 0x047658, 0x3c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1125, -359, -1066, 0x0eda}, + {1091, -359, -1139, 0x0ee2}, + {1052, -359, -1066, 0x0000} + } +}; + +StandTile tile_932 = { + 0x047558, 0x3c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1052, -359, -1066, 0x0ede}, + {1091, -359, -1139, 0x0ee6}, + {1038, -359, -1080, 0x0000} + } +}; + +StandTile tile_933 = { + 0x047458, 0x3c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1038, -359, -1080, 0x0ee2}, + {1091, -359, -1139, 0x0ec2}, + {1038, -359, -1139, 0x0eba} + } +}; + +StandTile tile_934 = { + 0x048158, 0x3c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {960, -359, -1197, 0x0000}, + {888, -359, -1197, 0x0f16}, + {888, -359, -1139, 0x0eee} + } +}; + +StandTile tile_935 = { + 0x048058, 0x3c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {888, -359, -1139, 0x0ef2}, + {960, -359, -1139, 0x0eb6}, + {960, -359, -1197, 0x0eea} + } +}; + +StandTile tile_936 = { + 0x047f58, 0x3c, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {960, -359, -1080, 0x0ebe}, + {960, -359, -1139, 0x0eee}, + {888, -359, -1139, 0x0ef6} + } +}; + +StandTile tile_937 = { + 0x047e58, 0x3c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {888, -359, -1139, 0x0f1a}, + {888, -359, -1080, 0x0000}, + {960, -359, -1080, 0x0ef2} + } +}; + +StandTile tile_938 = { + 0x048458, 0x3c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1144, -359, -1211, 0x0000}, + {1125, -359, -1211, 0x0ece}, + {1144, -359, -1197, 0x0000} + } +}; + +StandTile tile_939 = { + 0x048358, 0x3c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1125, -359, -1066, 0x0000}, + {1144, -359, -1066, 0x0000}, + {1144, -359, -1080, 0x0eda} + } +}; + +StandTile tile_940 = { + 0x054758, 0x3c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {796, -359, -1211, 0x0000}, + {781, -359, -1211, 0x0000}, + {781, -359, -1197, 0x0f0a} + } +}; + +StandTile tile_941 = { + 0x055058, 0x3c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {834, -359, -1139, 0x0f0a}, + {781, -359, -1197, 0x0f36}, + {781, -359, -1139, 0x0f32} + } +}; + +StandTile tile_942 = { + 0x054f58, 0x3c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {796, -359, -1211, 0x0f02}, + {781, -359, -1197, 0x0f06}, + {834, -359, -1139, 0x0f0e} + } +}; + +StandTile tile_943 = { + 0x054e58, 0x3c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {834, -359, -1139, 0x0f12}, + {868, -359, -1211, 0x0000}, + {796, -359, -1211, 0x0f0a} + } +}; + +StandTile tile_944 = { + 0x054d58, 0x3c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {888, -359, -1197, 0x0f2a}, + {868, -359, -1211, 0x0f0e}, + {834, -359, -1139, 0x0f16} + } +}; + +StandTile tile_945 = { + 0x054c58, 0x3c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {888, -359, -1139, 0x0eea}, + {888, -359, -1197, 0x0f12}, + {834, -359, -1139, 0x0f1a} + } +}; + +StandTile tile_946 = { + 0x054b58, 0x3c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {888, -359, -1139, 0x0f16}, + {834, -359, -1139, 0x0f1e}, + {888, -359, -1080, 0x0ef6} + } +}; + +StandTile tile_947 = { + 0x054a58, 0x3c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {888, -359, -1080, 0x0f1a}, + {834, -359, -1139, 0x0f22}, + {868, -359, -1066, 0x0f2e} + } +}; + +StandTile tile_948 = { + 0x054958, 0x3c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {868, -359, -1066, 0x0f1e}, + {834, -359, -1139, 0x0f26}, + {796, -359, -1066, 0x0000} + } +}; + +StandTile tile_949 = { + 0x054858, 0x3c, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {796, -359, -1066, 0x0f22}, + {834, -359, -1139, 0x0f32}, + {781, -359, -1080, 0x0000} + } +}; + +StandTile tile_950 = { + 0x055258, 0x3c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {888, -359, -1211, 0x0000}, + {868, -359, -1211, 0x0f12}, + {888, -359, -1197, 0x0000} + } +}; + +StandTile tile_951 = { + 0x055158, 0x3c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {868, -359, -1066, 0x0000}, + {888, -359, -1066, 0x0000}, + {888, -359, -1080, 0x0f1e} + } +}; + +StandTile tile_952 = { + 0x07e958, 0x3c, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {781, -359, -1139, 0x0f42}, + {781, -359, -1080, 0x0f26}, + {834, -359, -1139, 0x0f06} + } +}; + +StandTile tile_953 = { + 0x054558, 0x3b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {781, -359, -1139, 0x0f06}, + {781, -359, -1197, 0x0000}, + {704, -359, -1197, 0x0f3a} + } +}; + +StandTile tile_954 = { + 0x054458, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {704, -359, -1197, 0x0f70}, + {704, -359, -1139, 0x0f3e}, + {781, -359, -1139, 0x0f36} + } +}; + +StandTile tile_955 = { + 0x054258, 0x3b, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {704, -359, -1080, 0x0f42}, + {781, -359, -1139, 0x0f3a}, + {704, -359, -1139, 0x0f6c} + } +}; + +StandTile tile_956 = { + 0x054358, 0x3b, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {704, -359, -1080, 0x0000}, + {781, -359, -1080, 0x0f32}, + {781, -359, -1139, 0x0f3e} + } +}; + +StandTile tile_957 = { + 0x04155a, 0x3b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {587, -359, -1066, 0x0f4a}, + {645, -359, -1057, 0x0000}, + {655, -359, -1066, 0x0f52} + } +}; + +StandTile tile_958 = { + 0x041559, 0x3b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {587, -359, -1066, 0x0000}, + {597, -359, -1057, 0x0fff}, + {645, -359, -1057, 0x0f46} + } +}; + +StandTile tile_959 = { + 0x04145a, 0x3b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, -359, -1080, 0x0f52}, + {674, -359, -1066, 0x0000}, + {674, -359, -1080, 0x0f58} + } +}; + +StandTile tile_960 = { + 0x041459, 0x3b, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x1, 0x4, + { + {558, -359, -1080, 0x0000}, + {558, -359, -1066, 0x0000}, + {587, -359, -1066, 0x0f46}, + {655, -359, -1066, 0x0000}, + {674, -359, -1066, 0x0f4e} + } +}; + +StandTile tile_961 = { + 0x041358, 0x3b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {558, -359, -1080, 0x0f4e}, + {674, -359, -1080, 0x0f5c}, + {621, -359, -1139, 0x0f60} + } +}; + +StandTile tile_962 = { + 0x041258, 0x3b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {621, -359, -1139, 0x0f58}, + {674, -359, -1080, 0x0000}, + {704, -359, -1080, 0x0f6c} + } +}; + +StandTile tile_963 = { + 0x041158, 0x3b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {558, -359, -1080, 0x0f58}, + {621, -359, -1139, 0x0f64}, + {558, -359, -1158, 0x0000} + } +}; + +StandTile tile_964 = { + 0x041058, 0x3b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {558, -359, -1158, 0x0f60}, + {621, -359, -1139, 0x0f68}, + {597, -359, -1197, 0x0000} + } +}; + +StandTile tile_965 = { + 0x040f58, 0x3b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {621, -359, -1139, 0x0f70}, + {704, -359, -1197, 0x0000}, + {597, -359, -1197, 0x0f64} + } +}; + +StandTile tile_966 = { + 0x040e58, 0x3b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {621, -359, -1139, 0x0f5c}, + {704, -359, -1080, 0x0f3e}, + {704, -359, -1139, 0x0f70} + } +}; + +StandTile tile_967 = { + 0x040d58, 0x3b, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {621, -359, -1139, 0x0f6c}, + {704, -359, -1139, 0x0f3a}, + {704, -359, -1197, 0x0f68} + } +}; + +StandTile tile_968 = { + 0x08305a, 0x3a, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {645, -242, -546, 0x0f79}, + {597, -233, -546, 0x1c15}, + {621, -233, -546, 0x1c1e}, + {645, -233, -546, 0x0000} + } +}; + +StandTile tile_969 = { + 0x083059, 0x3a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {645, -242, -546, 0x1007}, + {597, -242, -546, 0x0000}, + {597, -233, -546, 0x0f74} + } +}; + +StandTile tile_970 = { + 0x03e25a, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {587, -242, -567, 0x0f81}, + {655, -242, -574, 0x0f8e}, + {587, -242, -574, 0x0000} + } +}; + +StandTile tile_971 = { + 0x03e259, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {587, -242, -567, 0x100f}, + {655, -242, -567, 0x0000}, + {655, -242, -574, 0x0f7d} + } +}; + +StandTile tile_972 = { + 0x03e15a, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {534, -242, -574, 0x0f89}, + {486, -242, -630, 0x0000}, + {486, -242, -574, 0x0000} + } +}; + +StandTile tile_973 = { + 0x03e159, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x2, 0x3, + { + {534, -242, -574, 0x0f8e}, + {534, -242, -623, 0x0000}, + {534, -242, -630, 0x125d}, + {486, -242, -630, 0x0f85} + } +}; + +StandTile tile_974 = { + 0x03e05a, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {655, -242, -574, 0x0f93}, + {534, -242, -623, 0x0f89}, + {534, -242, -574, 0x0000}, + {587, -242, -574, 0x0f7d} + } +}; + +StandTile tile_975 = { + 0x03e059, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {655, -242, -574, 0x0000}, + {655, -242, -623, 0x0000}, + {534, -242, -623, 0x0f8e} + } +}; + +StandTile tile_976 = { + 0x03d65a, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {486, -303, -705, 0x0f9b}, + {534, -303, -753, 0x0000}, + {486, -303, -753, 0x0000} + } +}; + +StandTile tile_977 = { + 0x03d659, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {486, -303, -705, 0x1221}, + {534, -303, -705, 0x1255}, + {534, -303, -753, 0x0f97} + } +}; + +StandTile tile_978 = { + 0x03cf5a, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {582, -344, -705, 0x0fa3}, + {592, -344, -753, 0x0000}, + {582, -344, -753, 0x1201} + } +}; + +StandTile tile_979 = { + 0x03cf59, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {582, -344, -705, 0x0000}, + {592, -344, -705, 0x11fd}, + {592, -344, -753, 0x0f9f} + } +}; + +StandTile tile_980 = { + 0x03ce5a, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {595, -354, -705, 0x0fab}, + {604, -354, -753, 0x0000}, + {595, -354, -753, 0x11f9} + } +}; + +StandTile tile_981 = { + 0x03ce59, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {595, -354, -705, 0x0000}, + {604, -354, -705, 0x11f5}, + {604, -354, -753, 0x0fa7} + } +}; + +StandTile tile_982 = { + 0x03c85a, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, -325, -705, 0x0fb3}, + {568, -325, -753, 0x0000}, + {558, -325, -753, 0x1211} + } +}; + +StandTile tile_983 = { + 0x03c859, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {558, -325, -705, 0x0000}, + {568, -325, -705, 0x120d}, + {568, -325, -753, 0x0faf} + } +}; + +StandTile tile_984 = { + 0x03c55a, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {570, -334, -705, 0x0fbb}, + {580, -334, -753, 0x0000}, + {570, -334, -753, 0x1209} + } +}; + +StandTile tile_985 = { + 0x03c559, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {570, -334, -705, 0x0000}, + {580, -334, -705, 0x1205}, + {580, -334, -753, 0x0fb7} + } +}; + +StandTile tile_986 = { + 0x03c35a, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {534, -305, -705, 0x0fc3}, + {544, -305, -753, 0x0000}, + {534, -305, -753, 0x1251} + } +}; + +StandTile tile_987 = { + 0x03c359, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {534, -305, -705, 0x0000}, + {544, -305, -705, 0x121d}, + {544, -305, -753, 0x0fbf} + } +}; + +StandTile tile_988 = { + 0x03c05a, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {546, -315, -705, 0x0fcb}, + {556, -315, -753, 0x0000}, + {546, -315, -753, 0x1219} + } +}; + +StandTile tile_989 = { + 0x03c059, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {546, -315, -705, 0x0000}, + {556, -315, -705, 0x1215}, + {556, -315, -753, 0x0fc7} + } +}; + +StandTile tile_990 = { + 0x03bd5a, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {534, -283, -678, 0x0fd3}, + {486, -283, -688, 0x0000}, + {486, -283, -678, 0x1231} + } +}; + +StandTile tile_991 = { + 0x03bd59, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {534, -283, -678, 0x0000}, + {534, -283, -688, 0x122d}, + {486, -283, -688, 0x0fcf} + } +}; + +StandTile tile_992 = { + 0x03bc5a, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {534, -293, -690, 0x0fdb}, + {486, -293, -700, 0x0000}, + {486, -293, -690, 0x1229} + } +}; + +StandTile tile_993 = { + 0x03bc59, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {534, -293, -690, 0x0000}, + {534, -293, -700, 0x1225}, + {486, -293, -700, 0x0fd7} + } +}; + +StandTile tile_994 = { + 0x03b65a, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {534, -264, -654, 0x0fe3}, + {486, -264, -664, 0x0000}, + {486, -264, -654, 0x1241} + } +}; + +StandTile tile_995 = { + 0x03b659, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {534, -264, -654, 0x0000}, + {534, -264, -664, 0x123d}, + {486, -264, -664, 0x0fdf} + } +}; + +StandTile tile_996 = { + 0x03b35a, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {534, -274, -666, 0x0feb}, + {486, -274, -676, 0x0000}, + {486, -274, -666, 0x1239} + } +}; + +StandTile tile_997 = { + 0x03b359, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {534, -274, -666, 0x0000}, + {534, -274, -676, 0x1235}, + {486, -274, -676, 0x0fe7} + } +}; + +StandTile tile_998 = { + 0x03b15a, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {534, -245, -630, 0x0ff3}, + {486, -245, -639, 0x0000}, + {486, -245, -630, 0x1259} + } +}; + +StandTile tile_999 = { + 0x03b159, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {534, -245, -630, 0x0000}, + {534, -245, -639, 0x124d}, + {486, -245, -639, 0x0fef} + } +}; + +StandTile tile_1000 = { + 0x03ae5a, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {534, -254, -642, 0x0ffb}, + {486, -254, -652, 0x0000}, + {486, -254, -642, 0x1249} + } +}; + +StandTile tile_1001 = { + 0x03ae59, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {534, -254, -642, 0x0000}, + {534, -254, -652, 0x1245}, + {486, -254, -652, 0x0ff7} + } +}; + +StandTile tile_1002 = { + 0x03165a, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {597, -359, -1057, 0x1003}, + {645, -359, -1046, 0x0000}, + {645, -359, -1057, 0x0f4a} + } +}; + +StandTile tile_1003 = { + 0x031659, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {597, -359, -1057, 0x0000}, + {597, -359, -1046, 0x1178}, + {645, -359, -1046, 0x0fff} + } +}; + +StandTile tile_1004 = { + 0x030d5a, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {645, -242, -546, 0x100b}, + {597, -242, -557, 0x0000}, + {597, -242, -546, 0x0f79} + } +}; + +StandTile tile_1005 = { + 0x030d59, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {645, -242, -546, 0x0000}, + {645, -242, -557, 0x1013}, + {597, -242, -557, 0x1007} + } +}; + +StandTile tile_1006 = { + 0x030b5a, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {587, -242, -567, 0x1013}, + {645, -242, -557, 0x0000}, + {655, -242, -567, 0x0f81} + } +}; + +StandTile tile_1007 = { + 0x030b59, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {587, -242, -567, 0x0000}, + {597, -242, -557, 0x100b}, + {645, -242, -557, 0x100f} + } +}; + +StandTile tile_1008 = { + 0x006b58, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {486, -359, -913, 0x1027}, + {621, -359, -787, 0x101b}, + {757, -359, -913, 0x116c} + } +}; + +StandTile tile_1009 = { + 0x006a58, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {621, -359, -787, 0x101f}, + {757, -359, -833, 0x102f}, + {757, -359, -913, 0x1017} + } +}; + +StandTile tile_1010 = { + 0x006958, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {621, -359, -787, 0x1023}, + {757, -359, -746, 0x103f}, + {757, -359, -833, 0x101b} + } +}; + +StandTile tile_1011 = { + 0x006858, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {757, -359, -661, 0x1037}, + {757, -359, -746, 0x101f}, + {621, -359, -787, 0x11e5} + } +}; + +StandTile tile_1012 = { + 0x081158, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {621, -359, -787, 0x1017}, + {486, -359, -913, 0x0000}, + {486, -359, -884, 0x102b} + } +}; + +StandTile tile_1013 = { + 0x006458, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {456, -359, -884, 0x11ed}, + {621, -359, -787, 0x1027}, + {486, -359, -884, 0x0000} + } +}; + +StandTile tile_1014 = { + 0x006358, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {757, -359, -833, 0x1033}, + {786, -359, -850, 0x1043}, + {757, -359, -913, 0x101b} + } +}; + +StandTile tile_1015 = { + 0x006258, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {757, -359, -833, 0x103f}, + {786, -359, -790, 0x10a0}, + {786, -359, -850, 0x102f} + } +}; + +StandTile tile_1016 = { + 0x006158, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -359, -746, 0x1023}, + {757, -359, -661, 0x1047}, + {786, -359, -724, 0x103b} + } +}; + +StandTile tile_1017 = { + 0x006058, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {757, -359, -746, 0x1037}, + {786, -359, -724, 0x10a8}, + {786, -359, -790, 0x103f} + } +}; + +StandTile tile_1018 = { + 0x005f58, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {786, -359, -790, 0x1033}, + {757, -359, -833, 0x101f}, + {757, -359, -746, 0x103b} + } +}; + +StandTile tile_1019 = { + 0x005e58, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {786, -359, -850, 0x10c0}, + {786, -359, -913, 0x1074}, + {757, -359, -913, 0x102f} + } +}; + +StandTile tile_1020 = { + 0x005d58, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {757, -359, -661, 0x10fd}, + {786, -359, -661, 0x115b}, + {786, -359, -724, 0x1037} + } +}; + +StandTile tile_1021 = { + 0x005a58, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {379, -359, -741, 0x0000}, + {391, -359, -702, 0x104f}, + {456, -359, -690, 0x11a8} + } +}; + +StandTile tile_1022 = { + 0x005958, 0x3a, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {456, -359, -661, 0x0000}, + {456, -359, -690, 0x104b}, + {391, -359, -702, 0x1053} + } +}; + +StandTile tile_1023 = { + 0x005858, 0x3a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {391, -359, -702, 0x0000}, + {379, -359, -664, 0x1063}, + {456, -359, -661, 0x104f} + } +}; + +StandTile tile_1024 = { + 0x083758, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {534, -359, -623, 0x105b}, + {471, -359, -567, 0x0000}, + {529, -359, -567, 0x0000} + } +}; + +StandTile tile_1025 = { + 0x005658, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {534, -359, -623, 0x119c}, + {486, -359, -661, 0x105f}, + {471, -359, -567, 0x1057} + } +}; + +StandTile tile_1026 = { + 0x005558, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {486, -359, -661, 0x0000}, + {456, -359, -661, 0x1063}, + {471, -359, -567, 0x105b} + } +}; + +StandTile tile_1027 = { + 0x005458, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {456, -359, -661, 0x1053}, + {379, -359, -664, 0x1067}, + {471, -359, -567, 0x105f} + } +}; + +StandTile tile_1028 = { + 0x005358, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {379, -359, -664, 0x10dd}, + {379, -359, -567, 0x10d9}, + {456, -359, -567, 0x0000}, + {471, -359, -567, 0x1063} + } +}; + +StandTile tile_1029 = { + 0x005258, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {655, -359, -1037, 0x1170}, + {691, -359, -979, 0x1070}, + {786, -359, -1037, 0x0000} + } +}; + +StandTile tile_1030 = { + 0x005158, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {691, -359, -979, 0x1168}, + {757, -359, -913, 0x1074}, + {786, -359, -1037, 0x106c} + } +}; + +StandTile tile_1031 = { + 0x005058, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {757, -359, -913, 0x1043}, + {786, -359, -913, 0x1078}, + {786, -359, -1037, 0x1070} + } +}; + +StandTile tile_1032 = { + 0x004f58, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {786, -359, -913, 0x10c4}, + {854, -359, -979, 0x107c}, + {786, -359, -1037, 0x1074} + } +}; + +StandTile tile_1033 = { + 0x004e58, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {854, -359, -979, 0x1098}, + {854, -359, -1037, 0x109c}, + {786, -359, -1037, 0x1078} + } +}; + +StandTile tile_1034 = { + 0x004d58, 0x3a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {786, -359, -1051, 0x0000}, + {786, -359, -1037, 0x109c}, + {813, -359, -1049, 0x0000} + } +}; + +StandTile tile_1035 = { + 0x004c58, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {907, -359, -943, 0x1094}, + {897, -359, -913, 0x0000}, + {912, -359, -913, 0x0000} + } +}; + +StandTile tile_1036 = { + 0x004a58, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {897, -359, -979, 0x108c}, + {907, -359, -992, 0x0000}, + {854, -359, -1037, 0x1098} + } +}; + +StandTile tile_1037 = { + 0x004958, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {907, -359, -974, 0x0000}, + {907, -359, -992, 0x1088}, + {897, -359, -979, 0x1090} + } +}; + +StandTile tile_1038 = { + 0x004858, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {907, -359, -943, 0x0000}, + {907, -359, -974, 0x108c}, + {897, -359, -979, 0x1094} + } +}; + +StandTile tile_1039 = { + 0x004758, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {897, -359, -913, 0x1084}, + {907, -359, -943, 0x1090}, + {897, -359, -979, 0x10c8} + } +}; + +StandTile tile_1040 = { + 0x004658, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {854, -359, -1037, 0x107c}, + {854, -359, -979, 0x10c8}, + {897, -359, -979, 0x1088} + } +}; + +StandTile tile_1041 = { + 0x004458, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {813, -359, -1049, 0x1080}, + {786, -359, -1037, 0x107c}, + {854, -359, -1037, 0x0000} + } +}; + +StandTile tile_1042 = { + 0x004358, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {786, -359, -850, 0x1033}, + {786, -359, -790, 0x10a4}, + {842, -359, -802, 0x10bc} + } +}; + +StandTile tile_1043 = { + 0x004258, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {786, -359, -790, 0x10a8}, + {842, -359, -773, 0x10b0}, + {842, -359, -802, 0x10a0} + } +}; + +StandTile tile_1044 = { + 0x004158, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {786, -359, -790, 0x103b}, + {786, -359, -724, 0x1157}, + {842, -359, -773, 0x10a4} + } +}; + +StandTile tile_1045 = { + 0x004058, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {842, -359, -773, 0x1153}, + {890, -359, -763, 0x10ed}, + {897, -359, -787, 0x10b0} + } +}; + +StandTile tile_1046 = { + 0x003f58, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {842, -359, -802, 0x10a4}, + {842, -359, -773, 0x10ac}, + {897, -359, -787, 0x10b4} + } +}; + +StandTile tile_1047 = { + 0x003e58, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {842, -359, -802, 0x10b0}, + {897, -359, -787, 0x10f1}, + {890, -359, -811, 0x10b8} + } +}; + +StandTile tile_1048 = { + 0x003d58, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {897, -359, -899, 0x10bc}, + {842, -359, -802, 0x10b4}, + {890, -359, -811, 0x0000} + } +}; + +StandTile tile_1049 = { + 0x003c58, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {897, -359, -899, 0x10c0}, + {786, -359, -850, 0x10a0}, + {842, -359, -802, 0x10b8} + } +}; + +StandTile tile_1050 = { + 0x003b58, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {897, -359, -899, 0x10c4}, + {786, -359, -913, 0x1043}, + {786, -359, -850, 0x10bc} + } +}; + +StandTile tile_1051 = { + 0x003a58, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {897, -359, -899, 0x10c8}, + {854, -359, -979, 0x1078}, + {786, -359, -913, 0x10c0} + } +}; + +StandTile tile_1052 = { + 0x003958, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {897, -359, -899, 0x0000}, + {897, -359, -913, 0x1094}, + {897, -359, -979, 0x1098}, + {854, -359, -979, 0x10c4} + } +}; + +StandTile tile_1053 = { + 0x003758, 0x3a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {345, -359, -637, 0x10e1}, + {315, -359, -595, 0x0000}, + {349, -359, -560, 0x10d1} + } +}; + +StandTile tile_1054 = { + 0x003658, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {349, -359, -560, 0x10d5}, + {379, -359, -567, 0x10dd}, + {345, -359, -637, 0x10cd} + } +}; + +StandTile tile_1055 = { + 0x003558, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {379, -359, -567, 0x10d1}, + {349, -359, -560, 0x0000}, + {415, -359, -545, 0x10d9} + } +}; + +StandTile tile_1056 = { + 0x003458, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {415, -359, -545, 0x10e5}, + {456, -359, -567, 0x1067}, + {379, -359, -567, 0x10d5} + } +}; + +StandTile tile_1057 = { + 0x003358, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {379, -359, -567, 0x1067}, + {379, -359, -664, 0x0000}, + {345, -359, -637, 0x10d1} + } +}; + +StandTile tile_1058 = { + 0x003258, 0x3a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {345, -359, -637, 0x0000}, + {301, -359, -637, 0x0000}, + {315, -359, -595, 0x10cd} + } +}; + +StandTile tile_1059 = { + 0x003158, 0x3a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {456, -359, -567, 0x10d9}, + {415, -359, -545, 0x0000}, + {456, -359, -545, 0x0000} + } +}; + +StandTile tile_1060 = { + 0x003058, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {924, -359, -811, 0x10f1}, + {897, -359, -787, 0x10ed}, + {924, -359, -763, 0x0000} + } +}; + +StandTile tile_1061 = { + 0x002f58, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {897, -359, -787, 0x10ac}, + {890, -359, -763, 0x0000}, + {924, -359, -763, 0x10e9} + } +}; + +StandTile tile_1062 = { + 0x002e58, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {890, -359, -811, 0x10b4}, + {897, -359, -787, 0x10e9}, + {924, -359, -811, 0x0000} + } +}; + +StandTile tile_1063 = { + 0x002d58, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {771, -359, -567, 0x10f9}, + {655, -359, -623, 0x0000}, + {655, -359, -567, 0x0000} + } +}; + +StandTile tile_1064 = { + 0x002c58, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {771, -359, -567, 0x10fd}, + {757, -359, -661, 0x11a0}, + {655, -359, -623, 0x10f5} + } +}; + +StandTile tile_1065 = { + 0x002b58, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {771, -359, -567, 0x1101}, + {786, -359, -661, 0x1047}, + {757, -359, -661, 0x10f9} + } +}; + +StandTile tile_1066 = { + 0x002a58, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {771, -359, -567, 0x1105}, + {854, -359, -596, 0x115f}, + {786, -359, -661, 0x10fd} + } +}; + +StandTile tile_1067 = { + 0x002958, 0x3a, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {771, -359, -567, 0x0000}, + {786, -359, -567, 0x114f}, + {854, -359, -567, 0x1147}, + {854, -359, -596, 0x1101} + } +}; + +StandTile tile_1068 = { + 0x002858, 0x3a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {391, -359, -906, 0x0000}, + {379, -359, -865, 0x11a4}, + {456, -359, -884, 0x110e} + } +}; + +StandTile tile_1069 = { + 0x002758, 0x3a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {391, -359, -906, 0x110a}, + {456, -359, -884, 0x0000}, + {456, -359, -913, 0x1112} + } +}; + +StandTile tile_1070 = { + 0x002658, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {456, -359, -913, 0x1122}, + {379, -359, -947, 0x0000}, + {391, -359, -906, 0x110e} + } +}; + +StandTile tile_1071 = { + 0x002558, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {471, -359, -1037, 0x111a}, + {551, -359, -979, 0x1174}, + {587, -359, -1037, 0x0000} + } +}; + +StandTile tile_1072 = { + 0x002458, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {471, -359, -1037, 0x111e}, + {486, -359, -913, 0x116c}, + {551, -359, -979, 0x1116} + } +}; + +StandTile tile_1073 = { + 0x002358, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {471, -359, -1037, 0x1122}, + {456, -359, -913, 0x0000}, + {486, -359, -913, 0x111a} + } +}; + +StandTile tile_1074 = { + 0x002258, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {471, -359, -1037, 0x1126}, + {379, -359, -947, 0x1112}, + {456, -359, -913, 0x111e} + } +}; + +StandTile tile_1075 = { + 0x002158, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {471, -359, -1037, 0x0000}, + {456, -359, -1037, 0x118c}, + {379, -359, -1037, 0x1190}, + {379, -359, -947, 0x1122} + } +}; + +StandTile tile_1076 = { + 0x002058, 0x3a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {813, -359, -536, 0x114f}, + {786, -359, -567, 0x0000}, + {786, -359, -546, 0x0000} + } +}; + +StandTile tile_1077 = { + 0x001f58, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {912, -359, -661, 0x0000}, + {897, -359, -661, 0x1143}, + {914, -359, -635, 0x0000} + } +}; + +StandTile tile_1078 = { + 0x001e58, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {854, -359, -567, 0x114b}, + {866, -359, -549, 0x0000}, + {883, -359, -567, 0x1137} + } +}; + +StandTile tile_1079 = { + 0x001d58, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {854, -359, -567, 0x1133}, + {883, -359, -567, 0x113b}, + {897, -359, -596, 0x1147} + } +}; + +StandTile tile_1080 = { + 0x001c58, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {897, -359, -596, 0x1137}, + {883, -359, -567, 0x0000}, + {912, -359, -596, 0x113f} + } +}; + +StandTile tile_1081 = { + 0x001b58, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {897, -359, -596, 0x113b}, + {912, -359, -596, 0x0000}, + {914, -359, -635, 0x1143} + } +}; + +StandTile tile_1082 = { + 0x001a58, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {897, -359, -596, 0x113f}, + {914, -359, -635, 0x112f}, + {897, -359, -661, 0x1163} + } +}; + +StandTile tile_1083 = { + 0x001958, 0x3a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {897, -359, -596, 0x1163}, + {854, -359, -596, 0x1105}, + {854, -359, -567, 0x1137} + } +}; + +StandTile tile_1084 = { + 0x001858, 0x3a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {854, -359, -567, 0x114f}, + {813, -359, -536, 0x0000}, + {866, -359, -549, 0x1133} + } +}; + +StandTile tile_1085 = { + 0x001758, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {854, -359, -567, 0x1105}, + {786, -359, -567, 0x112b}, + {813, -359, -536, 0x114b} + } +}; + +StandTile tile_1086 = { + 0x001658, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {890, -359, -763, 0x10ac}, + {842, -359, -773, 0x1157}, + {897, -359, -676, 0x0000} + } +}; + +StandTile tile_1087 = { + 0x001558, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {842, -359, -773, 0x10a8}, + {786, -359, -724, 0x115b}, + {897, -359, -676, 0x1153} + } +}; + +StandTile tile_1088 = { + 0x001458, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {786, -359, -724, 0x1047}, + {786, -359, -661, 0x115f}, + {897, -359, -676, 0x1157} + } +}; + +StandTile tile_1089 = { + 0x001358, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {786, -359, -661, 0x1101}, + {854, -359, -596, 0x1163}, + {897, -359, -676, 0x115b} + } +}; + +StandTile tile_1090 = { + 0x001258, 0x3a, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {854, -359, -596, 0x1147}, + {897, -359, -596, 0x1143}, + {897, -359, -661, 0x0000}, + {897, -359, -676, 0x115f} + } +}; + +StandTile tile_1091 = { + 0x00115a, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {551, -359, -979, 0x116c}, + {757, -359, -913, 0x1070}, + {691, -359, -979, 0x1174} + } +}; + +StandTile tile_1092 = { + 0x001159, 0x3a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {551, -359, -979, 0x111a}, + {486, -359, -913, 0x1017}, + {757, -359, -913, 0x1168} + } +}; + +StandTile tile_1093 = { + 0x00105a, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {587, -359, -1037, 0x1174}, + {691, -359, -979, 0x106c}, + {655, -359, -1037, 0x117c} + } +}; + +StandTile tile_1094 = { + 0x001059, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {587, -359, -1037, 0x1116}, + {551, -359, -979, 0x1168}, + {691, -359, -979, 0x1170} + } +}; + +StandTile tile_1095 = { + 0x000f5a, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {597, -359, -1046, 0x117c}, + {655, -359, -1037, 0x0000}, + {645, -359, -1046, 0x1003} + } +}; + +StandTile tile_1096 = { + 0x000f59, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {597, -359, -1046, 0x0000}, + {587, -359, -1037, 0x1170}, + {655, -359, -1037, 0x1178} + } +}; + +StandTile tile_1097 = { + 0x000b58, 0x3a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {373, -359, -1048, 0x0000}, + {321, -359, -1005, 0x1194}, + {345, -359, -971, 0x1184} + } +}; + +StandTile tile_1098 = { + 0x000a58, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {345, -359, -971, 0x1190}, + {379, -359, -1037, 0x1188}, + {373, -359, -1048, 0x1180} + } +}; + +StandTile tile_1099 = { + 0x000958, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {415, -359, -1059, 0x0000}, + {373, -359, -1048, 0x1184}, + {379, -359, -1037, 0x118c} + } +}; + +StandTile tile_1100 = { + 0x000858, 0x3a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {379, -359, -1037, 0x1126}, + {456, -359, -1037, 0x1198}, + {415, -359, -1059, 0x1188} + } +}; + +StandTile tile_1101 = { + 0x000758, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {345, -359, -971, 0x0000}, + {379, -359, -947, 0x1126}, + {379, -359, -1037, 0x1184} + } +}; + +StandTile tile_1102 = { + 0x000658, 0x3a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {321, -359, -1005, 0x0000}, + {301, -359, -971, 0x0000}, + {345, -359, -971, 0x1180} + } +}; + +StandTile tile_1103 = { + 0x000558, 0x3a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {456, -359, -1059, 0x0000}, + {415, -359, -1059, 0x118c}, + {456, -359, -1037, 0x0000} + } +}; + +StandTile tile_1104 = { + 0x00045a, 0x3a, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {655, -359, -623, 0x11a0}, + {486, -359, -661, 0x105b}, + {534, -359, -623, 0x0000} + } +}; + +StandTile tile_1105 = { + 0x000459, 0x3a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {655, -359, -623, 0x10f9}, + {757, -359, -661, 0x11c9}, + {486, -359, -661, 0x119c} + } +}; + +StandTile tile_1106 = { + 0x00025a, 0x3a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {379, -359, -865, 0x11a8}, + {456, -359, -690, 0x11d9}, + {456, -359, -884, 0x110a} + } +}; + +StandTile tile_1107 = { + 0x000259, 0x3a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {379, -359, -865, 0x11b0}, + {379, -359, -741, 0x104b}, + {456, -359, -690, 0x11a4} + } +}; + +StandTile tile_1108 = { + 0x00015a, 0x3a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {345, -359, -768, 0x11b0}, + {379, -359, -865, 0x0000}, + {343, -359, -841, 0x11b4} + } +}; + +StandTile tile_1109 = { + 0x000159, 0x3a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {345, -359, -768, 0x0000}, + {379, -359, -741, 0x11a8}, + {379, -359, -865, 0x11ac} + } +}; + +StandTile tile_1110 = { + 0x00005a, 0x3a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {301, -359, -841, 0x11b8}, + {345, -359, -768, 0x11ac}, + {343, -359, -841, 0x0000} + } +}; + +StandTile tile_1111 = { + 0x000059, 0x3a, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {301, -359, -841, 0x0000}, + {301, -359, -768, 0x0000}, + {345, -359, -768, 0x11b4} + } +}; + +StandTile tile_1112 = { + 0x081a5a, 0x3a, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {534, -359, -705, 0x11c0}, + {486, -359, -667, 0x11c5}, + {534, -359, -667, 0x11d1} + } +}; + +StandTile tile_1113 = { + 0x081a59, 0x3a, + 0x1, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {534, -359, -705, 0x0000}, + {486, -359, -705, 0x11dd}, + {486, -359, -690, 0x0000}, + {486, -359, -667, 0x11bc} + } +}; + +StandTile tile_1114 = { + 0x08195a, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {486, -359, -667, 0x11c9}, + {757, -359, -661, 0x11d1}, + {534, -359, -667, 0x11bc} + } +}; + +StandTile tile_1115 = { + 0x081959, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {486, -359, -667, 0x0000}, + {486, -359, -661, 0x11a0}, + {757, -359, -661, 0x11c5} + } +}; + +StandTile tile_1116 = { + 0x08185a, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {534, -359, -705, 0x11d1}, + {757, -359, -661, 0x11e5}, + {609, -359, -705, 0x0000} + } +}; + +StandTile tile_1117 = { + 0x081859, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {534, -359, -705, 0x11bc}, + {534, -359, -667, 0x11c5}, + {757, -359, -661, 0x11cd} + } +}; + +StandTile tile_1118 = { + 0x08165a, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {486, -359, -753, 0x11d9}, + {456, -359, -690, 0x11dd}, + {486, -359, -705, 0x0000} + } +}; + +StandTile tile_1119 = { + 0x081659, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {486, -359, -753, 0x11e9}, + {456, -359, -884, 0x11a4}, + {456, -359, -690, 0x11d5} + } +}; + +StandTile tile_1120 = { + 0x081558, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {456, -359, -690, 0x0000}, + {486, -359, -690, 0x11c0}, + {486, -359, -705, 0x11d5} + } +}; + +StandTile tile_1121 = { + 0x08145a, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {609, -359, -705, 0x11e5}, + {621, -359, -787, 0x11ed}, + {609, -359, -753, 0x11f1} + } +}; + +StandTile tile_1122 = { + 0x081459, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {609, -359, -705, 0x11cd}, + {757, -359, -661, 0x1023}, + {621, -359, -787, 0x11e1} + } +}; + +StandTile tile_1123 = { + 0x08135a, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {609, -359, -753, 0x11ed}, + {456, -359, -884, 0x11d9}, + {486, -359, -753, 0x0000} + } +}; + +StandTile tile_1124 = { + 0x081359, 0x3a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {609, -359, -753, 0x11e1}, + {621, -359, -787, 0x102b}, + {456, -359, -884, 0x11e9} + } +}; + +StandTile tile_1125 = { + 0x08285a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {609, -359, -753, 0x11f5}, + {604, -354, -705, 0x0000}, + {609, -359, -705, 0x11e1} + } +}; + +StandTile tile_1126 = { + 0x082859, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {609, -359, -753, 0x0000}, + {604, -354, -753, 0x0fab}, + {604, -354, -705, 0x11f1} + } +}; + +StandTile tile_1127 = { + 0x08275a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {595, -354, -753, 0x11fd}, + {592, -344, -705, 0x0000}, + {595, -354, -705, 0x0fa7} + } +}; + +StandTile tile_1128 = { + 0x082759, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {595, -354, -753, 0x0000}, + {592, -344, -753, 0x0fa3}, + {592, -344, -705, 0x11f9} + } +}; + +StandTile tile_1129 = { + 0x08265a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {582, -344, -753, 0x1205}, + {580, -334, -705, 0x0000}, + {582, -344, -705, 0x0f9f} + } +}; + +StandTile tile_1130 = { + 0x082659, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {582, -344, -753, 0x0000}, + {580, -334, -753, 0x0fbb}, + {580, -334, -705, 0x1201} + } +}; + +StandTile tile_1131 = { + 0x08255a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {570, -334, -753, 0x120d}, + {568, -325, -705, 0x0000}, + {570, -334, -705, 0x0fb7} + } +}; + +StandTile tile_1132 = { + 0x082559, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {570, -334, -753, 0x0000}, + {568, -325, -753, 0x0fb3}, + {568, -325, -705, 0x1209} + } +}; + +StandTile tile_1133 = { + 0x08245a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {558, -325, -753, 0x1215}, + {556, -315, -705, 0x0000}, + {558, -325, -705, 0x0faf} + } +}; + +StandTile tile_1134 = { + 0x082459, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {558, -325, -753, 0x0000}, + {556, -315, -753, 0x0fcb}, + {556, -315, -705, 0x1211} + } +}; + +StandTile tile_1135 = { + 0x08235a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {546, -315, -753, 0x121d}, + {544, -305, -705, 0x0000}, + {546, -315, -705, 0x0fc7} + } +}; + +StandTile tile_1136 = { + 0x082359, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {546, -315, -753, 0x0000}, + {544, -305, -753, 0x0fc3}, + {544, -305, -705, 0x1219} + } +}; + +StandTile tile_1137 = { + 0x08225a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -303, -705, 0x1225}, + {534, -293, -700, 0x0000}, + {534, -303, -705, 0x0f9b} + } +}; + +StandTile tile_1138 = { + 0x082259, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -303, -705, 0x0000}, + {486, -293, -700, 0x0fdb}, + {534, -293, -700, 0x1221} + } +}; + +StandTile tile_1139 = { + 0x08215a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -293, -690, 0x122d}, + {534, -283, -688, 0x0000}, + {534, -293, -690, 0x0fd7} + } +}; + +StandTile tile_1140 = { + 0x082159, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -293, -690, 0x0000}, + {486, -283, -688, 0x0fd3}, + {534, -283, -688, 0x1229} + } +}; + +StandTile tile_1141 = { + 0x08205a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -283, -678, 0x1235}, + {534, -274, -676, 0x0000}, + {534, -283, -678, 0x0fcf} + } +}; + +StandTile tile_1142 = { + 0x082059, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -283, -678, 0x0000}, + {486, -274, -676, 0x0feb}, + {534, -274, -676, 0x1231} + } +}; + +StandTile tile_1143 = { + 0x081f5a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -274, -666, 0x123d}, + {534, -264, -664, 0x0000}, + {534, -274, -666, 0x0fe7} + } +}; + +StandTile tile_1144 = { + 0x081f59, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -274, -666, 0x0000}, + {486, -264, -664, 0x0fe3}, + {534, -264, -664, 0x1239} + } +}; + +StandTile tile_1145 = { + 0x081e5a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -264, -654, 0x1245}, + {534, -254, -652, 0x0000}, + {534, -264, -654, 0x0fdf} + } +}; + +StandTile tile_1146 = { + 0x081e59, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -264, -654, 0x0000}, + {486, -254, -652, 0x0ffb}, + {534, -254, -652, 0x1241} + } +}; + +StandTile tile_1147 = { + 0x081d5a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -254, -642, 0x124d}, + {534, -245, -639, 0x0000}, + {534, -254, -642, 0x0ff7} + } +}; + +StandTile tile_1148 = { + 0x081d59, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -254, -642, 0x0000}, + {486, -245, -639, 0x0ff3}, + {534, -245, -639, 0x1249} + } +}; + +StandTile tile_1149 = { + 0x081c5a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {534, -305, -753, 0x1255}, + {534, -303, -705, 0x0000}, + {534, -305, -705, 0x0fbf} + } +}; + +StandTile tile_1150 = { + 0x081c59, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {534, -305, -753, 0x0000}, + {534, -303, -753, 0x0f9b}, + {534, -303, -705, 0x1251} + } +}; + +StandTile tile_1151 = { + 0x081b5a, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -245, -630, 0x125d}, + {534, -242, -630, 0x0000}, + {534, -245, -630, 0x0fef} + } +}; + +StandTile tile_1152 = { + 0x081b59, 0x3a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {486, -245, -630, 0x0000}, + {486, -242, -630, 0x0f89}, + {534, -242, -630, 0x1259} + } +}; + +StandTile tile_1153 = { + 0x03e252, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-595, -19, 683, 0x1265}, + {-602, -19, 615, 0x1272}, + {-602, -19, 683, 0x0000} + } +}; + +StandTile tile_1154 = { + 0x03e251, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-595, -19, 683, 0x12f4}, + {-595, -19, 615, 0x0000}, + {-602, -19, 615, 0x1261} + } +}; + +StandTile tile_1155 = { + 0x03e152, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-602, -19, 736, 0x126d}, + {-658, -19, 785, 0x0000}, + {-602, -19, 785, 0x0000} + } +}; + +StandTile tile_1156 = { + 0x03e151, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x2, 0x3, + { + {-602, -19, 736, 0x1272}, + {-651, -19, 736, 0x0000}, + {-658, -19, 736, 0x150d}, + {-658, -19, 785, 0x1269} + } +}; + +StandTile tile_1157 = { + 0x03e052, 0x39, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {-602, -19, 615, 0x1277}, + {-651, -19, 736, 0x126d}, + {-602, -19, 736, 0x0000}, + {-602, -19, 683, 0x1261} + } +}; + +StandTile tile_1158 = { + 0x03e051, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-602, -19, 615, 0x0000}, + {-651, -19, 615, 0x0000}, + {-651, -19, 736, 0x1272} + } +}; + +StandTile tile_1159 = { + 0x03d652, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-733, -80, 785, 0x127f}, + {-781, -80, 736, 0x0000}, + {-781, -80, 785, 0x0000} + } +}; + +StandTile tile_1160 = { + 0x03d651, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-733, -80, 785, 0x14d1}, + {-733, -80, 736, 0x1505}, + {-781, -80, 736, 0x127b} + } +}; + +StandTile tile_1161 = { + 0x03cf52, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-733, -121, 688, 0x1287}, + {-781, -121, 678, 0x0000}, + {-781, -121, 688, 0x14b1} + } +}; + +StandTile tile_1162 = { + 0x03cf51, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-733, -121, 688, 0x0000}, + {-733, -121, 678, 0x14ad}, + {-781, -121, 678, 0x1283} + } +}; + +StandTile tile_1163 = { + 0x03ce52, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-733, -131, 676, 0x128f}, + {-781, -131, 666, 0x0000}, + {-781, -131, 676, 0x14a9} + } +}; + +StandTile tile_1164 = { + 0x03ce51, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-733, -131, 676, 0x0000}, + {-733, -131, 666, 0x14a5}, + {-781, -131, 666, 0x128b} + } +}; + +StandTile tile_1165 = { + 0x03c852, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-733, -102, 712, 0x1297}, + {-781, -102, 703, 0x0000}, + {-781, -102, 712, 0x14c1} + } +}; + +StandTile tile_1166 = { + 0x03c851, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-733, -102, 712, 0x0000}, + {-733, -102, 703, 0x14bd}, + {-781, -102, 703, 0x1293} + } +}; + +StandTile tile_1167 = { + 0x03c552, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-733, -111, 700, 0x129f}, + {-781, -111, 690, 0x0000}, + {-781, -111, 700, 0x14b9} + } +}; + +StandTile tile_1168 = { + 0x03c551, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-733, -111, 700, 0x0000}, + {-733, -111, 690, 0x14b5}, + {-781, -111, 690, 0x129b} + } +}; + +StandTile tile_1169 = { + 0x03c352, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-733, -82, 736, 0x12a7}, + {-781, -82, 727, 0x0000}, + {-781, -82, 736, 0x1501} + } +}; + +StandTile tile_1170 = { + 0x03c351, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-733, -82, 736, 0x0000}, + {-733, -82, 727, 0x14cd}, + {-781, -82, 727, 0x12a3} + } +}; + +StandTile tile_1171 = { + 0x03c052, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-733, -92, 724, 0x12af}, + {-781, -92, 715, 0x0000}, + {-781, -92, 724, 0x14c9} + } +}; + +StandTile tile_1172 = { + 0x03c051, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-733, -92, 724, 0x0000}, + {-733, -92, 715, 0x14c5}, + {-781, -92, 715, 0x12ab} + } +}; + +StandTile tile_1173 = { + 0x03bd52, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-706, -61, 736, 0x12b7}, + {-716, -61, 785, 0x0000}, + {-706, -61, 785, 0x14e1} + } +}; + +StandTile tile_1174 = { + 0x03bd51, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-706, -61, 736, 0x0000}, + {-716, -61, 736, 0x14dd}, + {-716, -61, 785, 0x12b3} + } +}; + +StandTile tile_1175 = { + 0x03bc52, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-718, -70, 736, 0x12bf}, + {-728, -70, 785, 0x0000}, + {-718, -70, 785, 0x14d9} + } +}; + +StandTile tile_1176 = { + 0x03bc51, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-718, -70, 736, 0x0000}, + {-728, -70, 736, 0x14d5}, + {-728, -70, 785, 0x12bb} + } +}; + +StandTile tile_1177 = { + 0x03b652, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-682, -41, 736, 0x12c7}, + {-692, -41, 785, 0x0000}, + {-682, -41, 785, 0x14f1} + } +}; + +StandTile tile_1178 = { + 0x03b651, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-682, -41, 736, 0x0000}, + {-692, -41, 736, 0x14ed}, + {-692, -41, 785, 0x12c3} + } +}; + +StandTile tile_1179 = { + 0x03b352, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-694, -51, 736, 0x12cf}, + {-704, -51, 785, 0x0000}, + {-694, -51, 785, 0x14e9} + } +}; + +StandTile tile_1180 = { + 0x03b351, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-694, -51, 736, 0x0000}, + {-704, -51, 736, 0x14e5}, + {-704, -51, 785, 0x12cb} + } +}; + +StandTile tile_1181 = { + 0x03b152, 0x39, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-658, -22, 736, 0x12d7}, + {-668, -22, 785, 0x0000}, + {-658, -22, 785, 0x1509} + } +}; + +StandTile tile_1182 = { + 0x03b151, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-658, -22, 736, 0x0000}, + {-668, -22, 736, 0x14fd}, + {-668, -22, 785, 0x12d3} + } +}; + +StandTile tile_1183 = { + 0x03ae52, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-670, -31, 736, 0x12df}, + {-680, -31, 785, 0x0000}, + {-670, -31, 785, 0x14f9} + } +}; + +StandTile tile_1184 = { + 0x03ae51, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-670, -31, 736, 0x0000}, + {-680, -31, 736, 0x14f5}, + {-680, -31, 785, 0x12db} + } +}; + +StandTile tile_1185 = { + 0x031652, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1085, -136, 673, 0x12e7}, + {-1075, -136, 625, 0x0000}, + {-1085, -136, 625, 0x180d} + } +}; + +StandTile tile_1186 = { + 0x031651, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1085, -136, 673, 0x0000}, + {-1075, -136, 673, 0x1465}, + {-1075, -136, 625, 0x12e3} + } +}; + +StandTile tile_1187 = { + 0x030d52, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x2, + { + {-574, -19, 625, 0x12f0}, + {-585, -19, 673, 0x0000}, + {-574, -19, 673, 0x1dd5}, + {-574, -19, 649, 0x1dde} + } +}; + +StandTile tile_1188 = { + 0x030d51, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-574, -19, 625, 0x0000}, + {-585, -19, 625, 0x12f8}, + {-585, -19, 673, 0x12eb} + } +}; + +StandTile tile_1189 = { + 0x030b52, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-595, -19, 683, 0x12f8}, + {-585, -19, 625, 0x0000}, + {-595, -19, 615, 0x1265} + } +}; + +StandTile tile_1190 = { + 0x030b51, 0x39, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-595, -19, 683, 0x0000}, + {-585, -19, 673, 0x12f0}, + {-585, -19, 625, 0x12f4} + } +}; + +StandTile tile_1191 = { + 0x006b50, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-941, -136, 785, 0x130c}, + {-815, -136, 649, 0x1300}, + {-941, -136, 514, 0x1459} + } +}; + +StandTile tile_1192 = { + 0x006a50, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-815, -136, 649, 0x1304}, + {-861, -136, 514, 0x1314}, + {-941, -136, 514, 0x12fc} + } +}; + +StandTile tile_1193 = { + 0x006950, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-815, -136, 649, 0x1308}, + {-774, -136, 514, 0x1324}, + {-861, -136, 514, 0x1300} + } +}; + +StandTile tile_1194 = { + 0x006850, 0x39, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-689, -136, 514, 0x131c}, + {-774, -136, 514, 0x1304}, + {-815, -136, 649, 0x153a} + } +}; + +StandTile tile_1195 = { + 0x042450, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-815, -136, 649, 0x12fc}, + {-941, -136, 785, 0x0000}, + {-912, -136, 785, 0x1310} + } +}; + +StandTile tile_1196 = { + 0x006450, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-912, -136, 814, 0x1542}, + {-815, -136, 649, 0x130c}, + {-912, -136, 785, 0x0000} + } +}; + +StandTile tile_1197 = { + 0x006350, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-861, -136, 514, 0x1318}, + {-878, -136, 484, 0x1328}, + {-941, -136, 514, 0x1300} + } +}; + +StandTile tile_1198 = { + 0x006250, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-861, -136, 514, 0x1324}, + {-818, -136, 484, 0x138d}, + {-878, -136, 484, 0x1314} + } +}; + +StandTile tile_1199 = { + 0x006150, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-774, -136, 514, 0x1308}, + {-689, -136, 514, 0x132c}, + {-752, -136, 484, 0x1320} + } +}; + +StandTile tile_1200 = { + 0x006050, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-774, -136, 514, 0x131c}, + {-752, -136, 484, 0x1395}, + {-818, -136, 484, 0x1324} + } +}; + +StandTile tile_1201 = { + 0x005f50, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-818, -136, 484, 0x1318}, + {-861, -136, 514, 0x1304}, + {-774, -136, 514, 0x1320} + } +}; + +StandTile tile_1202 = { + 0x005e50, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-878, -136, 484, 0x13ad}, + {-941, -136, 484, 0x1361}, + {-941, -136, 514, 0x1314} + } +}; + +StandTile tile_1203 = { + 0x005d50, 0x39, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-689, -136, 514, 0x13ea}, + {-689, -136, 484, 0x1448}, + {-752, -136, 484, 0x131c} + } +}; + +StandTile tile_1204 = { + 0x005a50, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-769, -136, 891, 0x0000}, + {-731, -136, 879, 0x1334}, + {-718, -136, 814, 0x148d} + } +}; + +StandTile tile_1205 = { + 0x005950, 0x39, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-689, -136, 814, 0x0000}, + {-718, -136, 814, 0x1330}, + {-731, -136, 879, 0x1338} + } +}; + +StandTile tile_1206 = { + 0x005850, 0x39, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-731, -136, 879, 0x0000}, + {-692, -136, 891, 0x1344}, + {-689, -136, 814, 0x1334} + } +}; + +StandTile tile_1207 = { + 0x005650, 0x39, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-651, -136, 736, 0x1351}, + {-689, -136, 785, 0x1340}, + {-595, -136, 799, 0x134d} + } +}; + +StandTile tile_1208 = { + 0x005550, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-689, -136, 785, 0x0000}, + {-689, -136, 814, 0x1344}, + {-595, -136, 799, 0x133c} + } +}; + +StandTile tile_1209 = { + 0x005450, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-689, -136, 814, 0x1338}, + {-692, -136, 891, 0x1348}, + {-595, -136, 799, 0x1340} + } +}; + +StandTile tile_1210 = { + 0x005350, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 4, + 0x0, 0x1, 0x3, + { + {-692, -136, 891, 0x13ca}, + {-595, -136, 891, 0x13c6}, + {-595, -136, 814, 0x0000}, + {-595, -136, 799, 0x1344} + } +}; + +StandTile tile_1211 = { + 0x043c50, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-595, -136, 799, 0x0000}, + {-595, -136, 733, 0x0000}, + {-651, -136, 736, 0x133c} + } +}; + +StandTile tile_1212 = { + 0x000452, 0x39, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-651, -136, 615, 0x1355}, + {-689, -136, 785, 0x133c}, + {-651, -136, 736, 0x0000} + } +}; + +StandTile tile_1213 = { + 0x000451, 0x39, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-651, -136, 615, 0x13e6}, + {-689, -136, 514, 0x1511}, + {-689, -136, 785, 0x1351} + } +}; + +StandTile tile_1214 = { + 0x005250, 0x39, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1065, -136, 615, 0x145d}, + {-1007, -136, 579, 0x135d}, + {-1065, -136, 484, 0x0000} + } +}; + +StandTile tile_1215 = { + 0x005150, 0x39, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1007, -136, 579, 0x1455}, + {-941, -136, 514, 0x1361}, + {-1065, -136, 484, 0x1359} + } +}; + +StandTile tile_1216 = { + 0x005050, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-941, -136, 514, 0x1328}, + {-941, -136, 484, 0x1365}, + {-1065, -136, 484, 0x135d} + } +}; + +StandTile tile_1217 = { + 0x004f50, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-941, -136, 484, 0x13b1}, + {-1007, -136, 417, 0x1369}, + {-1065, -136, 484, 0x1361} + } +}; + +StandTile tile_1218 = { + 0x004e50, 0x39, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1007, -136, 417, 0x1385}, + {-1042, -136, 392, 0x1389}, + {-1065, -136, 484, 0x1365} + } +}; + +StandTile tile_1219 = { + 0x004d50, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1079, -136, 484, 0x0000}, + {-1065, -136, 484, 0x1389}, + {-1077, -136, 458, 0x0000} + } +}; + +StandTile tile_1220 = { + 0x004c50, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-968, -136, 361, 0x1381}, + {-941, -136, 373, 0x0000}, + {-941, -136, 359, 0x0000} + } +}; + +StandTile tile_1221 = { + 0x004a50, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1007, -136, 373, 0x1379}, + {-1020, -136, 364, 0x0000}, + {-1042, -136, 392, 0x1385} + } +}; + +StandTile tile_1222 = { + 0x004950, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1007, -136, 359, 0x0000}, + {-1020, -136, 364, 0x1375}, + {-1007, -136, 373, 0x137d} + } +}; + +StandTile tile_1223 = { + 0x004850, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-968, -136, 361, 0x0000}, + {-1007, -136, 359, 0x1379}, + {-1007, -136, 373, 0x1381} + } +}; + +StandTile tile_1224 = { + 0x004750, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-941, -136, 373, 0x1371}, + {-968, -136, 361, 0x137d}, + {-1007, -136, 373, 0x13b5} + } +}; + +StandTile tile_1225 = { + 0x004650, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1042, -136, 392, 0x1369}, + {-1007, -136, 417, 0x13b5}, + {-1007, -136, 373, 0x1375} + } +}; + +StandTile tile_1226 = { + 0x004450, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1077, -136, 458, 0x136d}, + {-1065, -136, 484, 0x1369}, + {-1042, -136, 392, 0x0000} + } +}; + +StandTile tile_1227 = { + 0x004350, 0x39, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-878, -136, 484, 0x1318}, + {-818, -136, 484, 0x1391}, + {-830, -136, 429, 0x13a9} + } +}; + +StandTile tile_1228 = { + 0x004250, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-818, -136, 484, 0x1395}, + {-801, -136, 429, 0x139d}, + {-830, -136, 429, 0x138d} + } +}; + +StandTile tile_1229 = { + 0x004150, 0x39, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-818, -136, 484, 0x1320}, + {-752, -136, 484, 0x1444}, + {-801, -136, 429, 0x1391} + } +}; + +StandTile tile_1230 = { + 0x004050, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-801, -136, 429, 0x1440}, + {-791, -136, 380, 0x13da}, + {-815, -136, 373, 0x139d} + } +}; + +StandTile tile_1231 = { + 0x003f50, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-830, -136, 429, 0x1391}, + {-801, -136, 429, 0x1399}, + {-815, -136, 373, 0x13a1} + } +}; + +StandTile tile_1232 = { + 0x003e50, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-830, -136, 429, 0x139d}, + {-815, -136, 373, 0x13de}, + {-840, -136, 380, 0x13a5} + } +}; + +StandTile tile_1233 = { + 0x003d50, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-927, -136, 373, 0x13a9}, + {-830, -136, 429, 0x13a1}, + {-840, -136, 380, 0x0000} + } +}; + +StandTile tile_1234 = { + 0x003c50, 0x39, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-927, -136, 373, 0x13ad}, + {-878, -136, 484, 0x138d}, + {-830, -136, 429, 0x13a5} + } +}; + +StandTile tile_1235 = { + 0x003b50, 0x39, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-927, -136, 373, 0x13b1}, + {-941, -136, 484, 0x1328}, + {-878, -136, 484, 0x13a9} + } +}; + +StandTile tile_1236 = { + 0x003a50, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-927, -136, 373, 0x13b5}, + {-1007, -136, 417, 0x1365}, + {-941, -136, 484, 0x13ad} + } +}; + +StandTile tile_1237 = { + 0x003950, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x2, 0x3, + { + {-927, -136, 373, 0x0000}, + {-941, -136, 373, 0x1381}, + {-1007, -136, 373, 0x1385}, + {-1007, -136, 417, 0x13b1} + } +}; + +StandTile tile_1238 = { + 0x003750, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-665, -136, 925, 0x13ce}, + {-623, -136, 951, 0x0000}, + {-580, -136, 918, 0x13be} + } +}; + +StandTile tile_1239 = { + 0x003650, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-580, -136, 918, 0x13c2}, + {-595, -136, 891, 0x13ca}, + {-665, -136, 925, 0x13ba} + } +}; + +StandTile tile_1240 = { + 0x003550, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-595, -136, 891, 0x13be}, + {-580, -136, 918, 0x0000}, + {-570, -136, 844, 0x13c6} + } +}; + +StandTile tile_1241 = { + 0x003450, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-570, -136, 844, 0x13d2}, + {-595, -136, 814, 0x1348}, + {-595, -136, 891, 0x13c2} + } +}; + +StandTile tile_1242 = { + 0x003350, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-595, -136, 891, 0x1348}, + {-692, -136, 891, 0x0000}, + {-665, -136, 925, 0x13be} + } +}; + +StandTile tile_1243 = { + 0x003250, 0x39, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-665, -136, 925, 0x0000}, + {-665, -136, 969, 0x0000}, + {-623, -136, 951, 0x13ba} + } +}; + +StandTile tile_1244 = { + 0x003150, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-595, -136, 814, 0x13c6}, + {-570, -136, 844, 0x0000}, + {-573, -136, 814, 0x0000} + } +}; + +StandTile tile_1245 = { + 0x003050, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-840, -136, 346, 0x13de}, + {-815, -136, 373, 0x13da}, + {-791, -136, 346, 0x0000} + } +}; + +StandTile tile_1246 = { + 0x002f50, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-815, -136, 373, 0x1399}, + {-791, -136, 380, 0x0000}, + {-791, -136, 346, 0x13d6} + } +}; + +StandTile tile_1247 = { + 0x002e50, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-840, -136, 380, 0x13a1}, + {-815, -136, 373, 0x13d6}, + {-840, -136, 346, 0x0000} + } +}; + +StandTile tile_1248 = { + 0x002d50, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-595, -136, 499, 0x13e6}, + {-651, -136, 615, 0x0000}, + {-595, -136, 615, 0x0000} + } +}; + +StandTile tile_1249 = { + 0x002c50, 0x39, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-595, -136, 499, 0x13ea}, + {-689, -136, 514, 0x1355}, + {-651, -136, 615, 0x13e2} + } +}; + +StandTile tile_1250 = { + 0x002b50, 0x39, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-595, -136, 499, 0x13ee}, + {-689, -136, 484, 0x132c}, + {-689, -136, 514, 0x13e6} + } +}; + +StandTile tile_1251 = { + 0x002a50, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-595, -136, 499, 0x13f2}, + {-624, -136, 417, 0x144c}, + {-689, -136, 484, 0x13ea} + } +}; + +StandTile tile_1252 = { + 0x002950, 0x39, + 0x0, + 0x9, 0x9, 0x9, + 4, + 0x0, 0x2, 0x3, + { + {-595, -136, 499, 0x0000}, + {-595, -136, 484, 0x143c}, + {-595, -136, 417, 0x1434}, + {-624, -136, 417, 0x13ee} + } +}; + +StandTile tile_1253 = { + 0x002850, 0x39, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-934, -136, 879, 0x0000}, + {-893, -136, 891, 0x1489}, + {-912, -136, 814, 0x13fb} + } +}; + +StandTile tile_1254 = { + 0x002750, 0x39, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-934, -136, 879, 0x13f7}, + {-912, -136, 814, 0x0000}, + {-941, -136, 814, 0x13ff} + } +}; + +StandTile tile_1255 = { + 0x002650, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-941, -136, 814, 0x140f}, + {-975, -136, 891, 0x0000}, + {-934, -136, 879, 0x13fb} + } +}; + +StandTile tile_1256 = { + 0x002550, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1065, -136, 799, 0x1407}, + {-1007, -136, 719, 0x1461}, + {-1065, -136, 683, 0x0000} + } +}; + +StandTile tile_1257 = { + 0x002450, 0x39, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1065, -136, 799, 0x140b}, + {-941, -136, 785, 0x1459}, + {-1007, -136, 719, 0x1403} + } +}; + +StandTile tile_1258 = { + 0x002350, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1065, -136, 799, 0x140f}, + {-941, -136, 814, 0x0000}, + {-941, -136, 785, 0x1407} + } +}; + +StandTile tile_1259 = { + 0x002250, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1065, -136, 799, 0x1413}, + {-975, -136, 891, 0x13ff}, + {-941, -136, 814, 0x140b} + } +}; + +StandTile tile_1260 = { + 0x002150, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {-1065, -136, 799, 0x0000}, + {-1065, -136, 814, 0x1479}, + {-1065, -136, 891, 0x147d}, + {-975, -136, 891, 0x140f} + } +}; + +StandTile tile_1261 = { + 0x002050, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-564, -136, 458, 0x143c}, + {-595, -136, 484, 0x0000}, + {-574, -136, 484, 0x0000} + } +}; + +StandTile tile_1262 = { + 0x001f50, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-689, -136, 359, 0x0000}, + {-689, -136, 373, 0x1430}, + {-663, -136, 356, 0x0000} + } +}; + +StandTile tile_1263 = { + 0x001e50, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-595, -136, 417, 0x1438}, + {-568, -136, 417, 0x0000}, + {-595, -136, 386, 0x1424} + } +}; + +StandTile tile_1264 = { + 0x001d50, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-595, -136, 417, 0x1420}, + {-595, -136, 386, 0x1428}, + {-624, -136, 373, 0x1434} + } +}; + +StandTile tile_1265 = { + 0x001c50, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-624, -136, 373, 0x1424}, + {-595, -136, 386, 0x0000}, + {-624, -136, 359, 0x142c} + } +}; + +StandTile tile_1266 = { + 0x001b50, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-624, -136, 373, 0x1428}, + {-624, -136, 359, 0x0000}, + {-663, -136, 356, 0x1430} + } +}; + +StandTile tile_1267 = { + 0x001a50, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-624, -136, 373, 0x142c}, + {-663, -136, 356, 0x141c}, + {-689, -136, 373, 0x1450} + } +}; + +StandTile tile_1268 = { + 0x001950, 0x39, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-624, -136, 373, 0x1450}, + {-624, -136, 417, 0x13f2}, + {-595, -136, 417, 0x1424} + } +}; + +StandTile tile_1269 = { + 0x001850, 0x39, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-595, -136, 417, 0x143c}, + {-564, -136, 458, 0x0000}, + {-568, -136, 417, 0x1420} + } +}; + +StandTile tile_1270 = { + 0x001750, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-595, -136, 417, 0x13f2}, + {-595, -136, 484, 0x1418}, + {-564, -136, 458, 0x1438} + } +}; + +StandTile tile_1271 = { + 0x001650, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-791, -136, 380, 0x1399}, + {-801, -136, 429, 0x1444}, + {-704, -136, 373, 0x0000} + } +}; + +StandTile tile_1272 = { + 0x001550, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-801, -136, 429, 0x1395}, + {-752, -136, 484, 0x1448}, + {-704, -136, 373, 0x1440} + } +}; + +StandTile tile_1273 = { + 0x001450, 0x39, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-752, -136, 484, 0x132c}, + {-689, -136, 484, 0x144c}, + {-704, -136, 373, 0x1444} + } +}; + +StandTile tile_1274 = { + 0x001350, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-689, -136, 484, 0x13ee}, + {-624, -136, 417, 0x1450}, + {-704, -136, 373, 0x1448} + } +}; + +StandTile tile_1275 = { + 0x001250, 0x39, + 0x0, + 0xa, 0xa, 0xa, + 4, + 0x0, 0x1, 0x3, + { + {-624, -136, 417, 0x1434}, + {-624, -136, 373, 0x1430}, + {-689, -136, 373, 0x0000}, + {-704, -136, 373, 0x144c} + } +}; + +StandTile tile_1276 = { + 0x001152, 0x39, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-1007, -136, 719, 0x1459}, + {-941, -136, 514, 0x135d}, + {-1007, -136, 579, 0x1461} + } +}; + +StandTile tile_1277 = { + 0x001151, 0x39, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1007, -136, 719, 0x1407}, + {-941, -136, 785, 0x12fc}, + {-941, -136, 514, 0x1455} + } +}; + +StandTile tile_1278 = { + 0x001052, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1065, -136, 683, 0x1461}, + {-1007, -136, 579, 0x1359}, + {-1065, -136, 615, 0x1469} + } +}; + +StandTile tile_1279 = { + 0x001051, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1065, -136, 683, 0x1403}, + {-1007, -136, 719, 0x1455}, + {-1007, -136, 579, 0x145d} + } +}; + +StandTile tile_1280 = { + 0x000f52, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1075, -136, 673, 0x1469}, + {-1065, -136, 615, 0x0000}, + {-1075, -136, 625, 0x12e7} + } +}; + +StandTile tile_1281 = { + 0x000f51, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1075, -136, 673, 0x0000}, + {-1065, -136, 683, 0x145d}, + {-1065, -136, 615, 0x1465} + } +}; + +StandTile tile_1282 = { + 0x000b50, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1076, -136, 894, 0x0000}, + {-1030, -136, 944, 0x1481}, + {-999, -136, 925, 0x1471} + } +}; + +StandTile tile_1283 = { + 0x000a50, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-999, -136, 925, 0x147d}, + {-1065, -136, 891, 0x1475}, + {-1076, -136, 894, 0x146d} + } +}; + +StandTile tile_1284 = { + 0x000950, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1087, -136, 855, 0x0000}, + {-1076, -136, 894, 0x1471}, + {-1065, -136, 891, 0x1479} + } +}; + +StandTile tile_1285 = { + 0x000850, 0x39, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1065, -136, 891, 0x1413}, + {-1065, -136, 814, 0x1485}, + {-1087, -136, 855, 0x1475} + } +}; + +StandTile tile_1286 = { + 0x000750, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-999, -136, 925, 0x0000}, + {-975, -136, 891, 0x1413}, + {-1065, -136, 891, 0x1471} + } +}; + +StandTile tile_1287 = { + 0x000650, 0x39, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1030, -136, 944, 0x0000}, + {-999, -136, 969, 0x0000}, + {-999, -136, 925, 0x146d} + } +}; + +StandTile tile_1288 = { + 0x000550, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1087, -136, 814, 0x0000}, + {-1087, -136, 855, 0x1479}, + {-1065, -136, 814, 0x0000} + } +}; + +StandTile tile_1289 = { + 0x000252, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-893, -136, 891, 0x148d}, + {-718, -136, 814, 0x152e}, + {-912, -136, 814, 0x13f7} + } +}; + +StandTile tile_1290 = { + 0x000251, 0x39, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-893, -136, 891, 0x1495}, + {-769, -136, 891, 0x1330}, + {-718, -136, 814, 0x1489} + } +}; + +StandTile tile_1291 = { + 0x000152, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-796, -136, 925, 0x1495}, + {-893, -136, 891, 0x0000}, + {-869, -136, 928, 0x1499} + } +}; + +StandTile tile_1292 = { + 0x000151, 0x39, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-796, -136, 925, 0x0000}, + {-769, -136, 891, 0x148d}, + {-893, -136, 891, 0x1491} + } +}; + +StandTile tile_1293 = { + 0x000052, 0x39, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-869, -136, 969, 0x149d}, + {-796, -136, 925, 0x1491}, + {-869, -136, 928, 0x0000} + } +}; + +StandTile tile_1294 = { + 0x000051, 0x39, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-869, -136, 969, 0x0000}, + {-796, -136, 969, 0x0000}, + {-796, -136, 925, 0x1499} + } +}; + +StandTile tile_1295 = { + 0x042252, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-781, -136, 661, 0x14a5}, + {-733, -131, 666, 0x0000}, + {-733, -136, 661, 0x1536} + } +}; + +StandTile tile_1296 = { + 0x042251, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-781, -136, 661, 0x0000}, + {-781, -131, 666, 0x128f}, + {-733, -131, 666, 0x14a1} + } +}; + +StandTile tile_1297 = { + 0x042152, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-781, -131, 676, 0x14ad}, + {-733, -121, 678, 0x0000}, + {-733, -131, 676, 0x128b} + } +}; + +StandTile tile_1298 = { + 0x042151, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-781, -131, 676, 0x0000}, + {-781, -121, 678, 0x1287}, + {-733, -121, 678, 0x14a9} + } +}; + +StandTile tile_1299 = { + 0x042052, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-781, -121, 688, 0x14b5}, + {-733, -111, 690, 0x0000}, + {-733, -121, 688, 0x1283} + } +}; + +StandTile tile_1300 = { + 0x042051, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-781, -121, 688, 0x0000}, + {-781, -111, 690, 0x129f}, + {-733, -111, 690, 0x14b1} + } +}; + +StandTile tile_1301 = { + 0x041f52, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-781, -111, 700, 0x14bd}, + {-733, -102, 703, 0x0000}, + {-733, -111, 700, 0x129b} + } +}; + +StandTile tile_1302 = { + 0x041f51, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-781, -111, 700, 0x0000}, + {-781, -102, 703, 0x1297}, + {-733, -102, 703, 0x14b9} + } +}; + +StandTile tile_1303 = { + 0x041e52, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-781, -102, 712, 0x14c5}, + {-733, -92, 715, 0x0000}, + {-733, -102, 712, 0x1293} + } +}; + +StandTile tile_1304 = { + 0x041e51, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-781, -102, 712, 0x0000}, + {-781, -92, 715, 0x12af}, + {-733, -92, 715, 0x14c1} + } +}; + +StandTile tile_1305 = { + 0x041d52, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-781, -92, 724, 0x14cd}, + {-733, -82, 727, 0x0000}, + {-733, -92, 724, 0x12ab} + } +}; + +StandTile tile_1306 = { + 0x041d51, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-781, -92, 724, 0x0000}, + {-781, -82, 727, 0x12a7}, + {-733, -82, 727, 0x14c9} + } +}; + +StandTile tile_1307 = { + 0x041c52, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-733, -80, 785, 0x14d5}, + {-728, -70, 736, 0x0000}, + {-733, -80, 736, 0x127f} + } +}; + +StandTile tile_1308 = { + 0x041c51, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-733, -80, 785, 0x0000}, + {-728, -70, 785, 0x12bf}, + {-728, -70, 736, 0x14d1} + } +}; + +StandTile tile_1309 = { + 0x041b52, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-718, -70, 785, 0x14dd}, + {-716, -61, 736, 0x0000}, + {-718, -70, 736, 0x12bb} + } +}; + +StandTile tile_1310 = { + 0x041b51, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-718, -70, 785, 0x0000}, + {-716, -61, 785, 0x12b7}, + {-716, -61, 736, 0x14d9} + } +}; + +StandTile tile_1311 = { + 0x041a52, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-706, -61, 785, 0x14e5}, + {-704, -51, 736, 0x0000}, + {-706, -61, 736, 0x12b3} + } +}; + +StandTile tile_1312 = { + 0x041a51, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-706, -61, 785, 0x0000}, + {-704, -51, 785, 0x12cf}, + {-704, -51, 736, 0x14e1} + } +}; + +StandTile tile_1313 = { + 0x041952, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-694, -51, 785, 0x14ed}, + {-692, -41, 736, 0x0000}, + {-694, -51, 736, 0x12cb} + } +}; + +StandTile tile_1314 = { + 0x041951, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-694, -51, 785, 0x0000}, + {-692, -41, 785, 0x12c7}, + {-692, -41, 736, 0x14e9} + } +}; + +StandTile tile_1315 = { + 0x041852, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-682, -41, 785, 0x14f5}, + {-680, -31, 736, 0x0000}, + {-682, -41, 736, 0x12c3} + } +}; + +StandTile tile_1316 = { + 0x041851, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-682, -41, 785, 0x0000}, + {-680, -31, 785, 0x12df}, + {-680, -31, 736, 0x14f1} + } +}; + +StandTile tile_1317 = { + 0x041752, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-670, -31, 785, 0x14fd}, + {-668, -22, 736, 0x0000}, + {-670, -31, 736, 0x12db} + } +}; + +StandTile tile_1318 = { + 0x041751, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-670, -31, 785, 0x0000}, + {-668, -22, 785, 0x12d7}, + {-668, -22, 736, 0x14f9} + } +}; + +StandTile tile_1319 = { + 0x041052, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-781, -82, 736, 0x1505}, + {-733, -80, 736, 0x0000}, + {-733, -82, 736, 0x12a3} + } +}; + +StandTile tile_1320 = { + 0x041051, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-781, -82, 736, 0x0000}, + {-781, -80, 736, 0x127f}, + {-733, -80, 736, 0x1501} + } +}; + +StandTile tile_1321 = { + 0x040952, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-658, -22, 785, 0x150d}, + {-658, -19, 736, 0x0000}, + {-658, -22, 736, 0x12d3} + } +}; + +StandTile tile_1322 = { + 0x040951, 0x39, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-658, -22, 785, 0x0000}, + {-658, -19, 785, 0x126d}, + {-658, -19, 736, 0x1509} + } +}; + +StandTile tile_1323 = { + 0x043f50, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-689, -136, 785, 0x1355}, + {-689, -136, 514, 0x1526}, + {-697, -136, 736, 0x1515} + } +}; + +StandTile tile_1324 = { + 0x043e50, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-689, -136, 785, 0x1511}, + {-697, -136, 736, 0x1519}, + {-697, -136, 785, 0x0000} + } +}; + +StandTile tile_1325 = { + 0x042d52, 0x39, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-733, -136, 736, 0x151d}, + {-697, -136, 785, 0x1515}, + {-697, -136, 736, 0x1526} + } +}; + +StandTile tile_1326 = { + 0x042d51, 0x39, + 0x1, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-733, -136, 736, 0x0000}, + {-733, -136, 785, 0x1532}, + {-718, -136, 785, 0x0000}, + {-697, -136, 785, 0x1519} + } +}; + +StandTile tile_1327 = { + 0x042b52, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-733, -136, 736, 0x1526}, + {-689, -136, 514, 0x153a}, + {-733, -136, 661, 0x0000} + } +}; + +StandTile tile_1328 = { + 0x042b51, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-733, -136, 736, 0x1519}, + {-697, -136, 736, 0x1511}, + {-689, -136, 514, 0x1522} + } +}; + +StandTile tile_1329 = { + 0x042952, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-781, -136, 785, 0x152e}, + {-718, -136, 814, 0x1532}, + {-733, -136, 785, 0x0000} + } +}; + +StandTile tile_1330 = { + 0x042951, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-781, -136, 785, 0x153e}, + {-912, -136, 814, 0x1489}, + {-718, -136, 814, 0x152a} + } +}; + +StandTile tile_1331 = { + 0x042850, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-718, -136, 814, 0x0000}, + {-718, -136, 785, 0x151d}, + {-733, -136, 785, 0x152a} + } +}; + +StandTile tile_1332 = { + 0x042652, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-733, -136, 661, 0x153a}, + {-815, -136, 649, 0x1542}, + {-781, -136, 661, 0x14a1} + } +}; + +StandTile tile_1333 = { + 0x042651, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-733, -136, 661, 0x1522}, + {-689, -136, 514, 0x1308}, + {-815, -136, 649, 0x1536} + } +}; + +StandTile tile_1334 = { + 0x042552, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-781, -136, 661, 0x1542}, + {-912, -136, 814, 0x152e}, + {-781, -136, 785, 0x0000} + } +}; + +StandTile tile_1335 = { + 0x042551, 0x39, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-781, -136, 661, 0x1536}, + {-815, -136, 649, 0x1310}, + {-912, -136, 814, 0x153e} + } +}; + +StandTile tile_1336 = { + 0x01364a, 0x38, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {379, -19, -262, 0x154a}, + {486, -19, -266, 0x0281}, + {379, -19, -266, 0x0000} + } +}; + +StandTile tile_1337 = { + 0x013649, 0x38, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {379, -19, -262, 0x156e}, + {486, -19, -262, 0x0000}, + {486, -19, -266, 0x1546} + } +}; + +StandTile tile_1338 = { + 0x00c248, 0x38, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {345, -19, -179, 0x0000}, + {345, -19, -111, 0x1584}, + {432, -19, -111, 0x1556} + } +}; + +StandTile tile_1339 = { + 0x00bc48, 0x38, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {519, -19, -179, 0x155a}, + {432, -19, -111, 0x1574}, + {519, -19, -111, 0x0000} + } +}; + +StandTile tile_1340 = { + 0x011748, 0x38, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {432, -19, -179, 0x1562}, + {345, -19, -179, 0x154e}, + {432, -19, -111, 0x155a} + } +}; + +StandTile tile_1341 = { + 0x00bb48, 0x38, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {519, -19, -179, 0x1566}, + {432, -19, -179, 0x1556}, + {432, -19, -111, 0x1552} + } +}; + +StandTile tile_1342 = { + 0x00ba48, 0x38, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {519, -19, -262, 0x156e}, + {432, -19, -223, 0x1566}, + {519, -19, -179, 0x0000} + } +}; + +StandTile tile_1343 = { + 0x011648, 0x38, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {432, -19, -223, 0x156a}, + {345, -19, -179, 0x1556}, + {432, -19, -179, 0x1566} + } +}; + +StandTile tile_1344 = { + 0x00b948, 0x38, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {432, -19, -223, 0x1562}, + {432, -19, -179, 0x155a}, + {519, -19, -179, 0x155e} + } +}; + +StandTile tile_1345 = { + 0x00b848, 0x38, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {345, -19, -262, 0x0000}, + {345, -19, -179, 0x1562}, + {432, -19, -223, 0x156e} + } +}; + +StandTile tile_1346 = { + 0x00b748, 0x38, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x1, 0x2, + { + {345, -19, -262, 0x156a}, + {432, -19, -223, 0x155e}, + {519, -19, -262, 0x0000}, + {486, -19, -262, 0x154a}, + {379, -19, -262, 0x0000} + } +}; + +StandTile tile_1347 = { + 0x00bd48, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {534, -19, -82, 0x158c}, + {519, -19, -111, 0x1552}, + {432, -19, -111, 0x1578} + } +}; + +StandTile tile_1348 = { + 0x00be48, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {544, -19, -24, 0x0000}, + {534, -19, -82, 0x1574}, + {432, -19, -111, 0x157c} + } +}; + +StandTile tile_1349 = { + 0x00bf48, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {432, -19, -111, 0x1580}, + {427, -19, -19, 0x15b4}, + {544, -19, -24, 0x1578} + } +}; + +StandTile tile_1350 = { + 0x00c048, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {326, -19, -68, 0x1590}, + {427, -19, -19, 0x157c}, + {432, -19, -111, 0x1584} + } +}; + +StandTile tile_1351 = { + 0x00c148, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {326, -19, -68, 0x1580}, + {432, -19, -111, 0x154e}, + {345, -19, -111, 0x1588} + } +}; + +StandTile tile_1352 = { + 0x00c348, 0x37, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {330, -19, -111, 0x0000}, + {326, -19, -68, 0x1584}, + {345, -19, -111, 0x0000} + } +}; + +StandTile tile_1353 = { + 0x002a48, 0x37, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {519, -19, -111, 0x1574}, + {534, -19, -82, 0x0000}, + {534, -19, -111, 0x0000} + } +}; + +StandTile tile_1354 = { + 0x003448, 0x37, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {297, -19, -39, 0x1594}, + {427, -19, -19, 0x1580}, + {326, -19, -68, 0x15b8} + } +}; + +StandTile tile_1355 = { + 0x003348, 0x37, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {297, -19, 58, 0x1598}, + {427, -19, -19, 0x1590}, + {297, -19, -39, 0x15c8} + } +}; + +StandTile tile_1356 = { + 0x003248, 0x37, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {297, -19, 58, 0x15bc}, + {369, -19, 82, 0x159c}, + {427, -19, -19, 0x1594} + } +}; + +StandTile tile_1357 = { + 0x003148, 0x37, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {427, -19, -19, 0x1598}, + {369, -19, 82, 0x0000}, + {427, -19, 87, 0x15b0} + } +}; + +StandTile tile_1358 = { + 0x003048, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {544, -19, -24, 0x15b4}, + {490, -19, 34, 0x15a4}, + {549, -19, -10, 0x0000} + } +}; + +StandTile tile_1359 = { + 0x002f48, 0x37, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {490, -19, 34, 0x15a8}, + {524, -19, 37, 0x0000}, + {549, -19, -10, 0x15a0} + } +}; + +StandTile tile_1360 = { + 0x002e48, 0x37, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {490, -19, 34, 0x15ac}, + {495, -19, 78, 0x0000}, + {524, -19, 37, 0x15a4} + } +}; + +StandTile tile_1361 = { + 0x002d48, 0x37, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {427, -19, 87, 0x0000}, + {495, -19, 78, 0x15a8}, + {490, -19, 34, 0x15b0} + } +}; + +StandTile tile_1362 = { + 0x002c48, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {427, -19, 87, 0x15ac}, + {490, -19, 34, 0x15b4}, + {427, -19, -19, 0x159c} + } +}; + +StandTile tile_1363 = { + 0x002b48, 0x37, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {490, -19, 34, 0x15a0}, + {544, -19, -24, 0x157c}, + {427, -19, -19, 0x15b0} + } +}; + +StandTile tile_1364 = { + 0x010248, 0x37, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {297, -19, -39, 0x1590}, + {326, -19, -68, 0x0000}, + {306, -19, -73, 0x0000} + } +}; + +StandTile tile_1365 = { + 0x010148, 0x37, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {306, -19, 82, 0x0000}, + {369, -19, 82, 0x1598}, + {297, -19, 58, 0x0000} + } +}; + +StandTile tile_1366 = { + 0x003948, 0x36, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {253, -19, 10, 0x15d4}, + {191, -19, 68, 0x0000}, + {272, -19, 68, 0x15c4} + } +}; + +StandTile tile_1367 = { + 0x003848, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {272, -19, 68, 0x0000}, + {297, -19, 58, 0x15c8}, + {253, -19, 10, 0x15c0} + } +}; + +StandTile tile_1368 = { + 0x003748, 0x36, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {253, -19, 10, 0x15c4}, + {297, -19, 58, 0x1594}, + {297, -19, -39, 0x15d0} + } +}; + +StandTile tile_1369 = { + 0x012d48, 0x36, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {272, -19, -48, 0x0000}, + {191, -19, -48, 0x15d4}, + {253, -19, 10, 0x15d0} + } +}; + +StandTile tile_1370 = { + 0x003648, 0x36, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {297, -19, -39, 0x0000}, + {272, -19, -48, 0x15cc}, + {253, -19, 10, 0x15c8} + } +}; + +StandTile tile_1371 = { + 0x003548, 0x36, + 0x0, + 0x7, 0x7, 0x7, + 5, + 0x0, 0x3, 0x4, + { + {191, -19, -48, 0x0000}, + {191, -19, -15, 0x26b0}, + {191, -19, 34, 0x0000}, + {191, -19, 68, 0x15c0}, + {253, -19, 10, 0x15cc} + } +}; + +StandTile tile_1372 = { + 0x042640, 0x35, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-246, -233, 10, 0x15eb}, + {-299, -233, -48, 0x162c}, + {-299, -233, 10, 0x15de} + } +}; + +StandTile tile_1373 = { + 0x025540, 0x35, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-246, -233, 10, 0x15da}, + {-299, -233, 10, 0x1630}, + {-299, -233, 68, 0x15e2} + } +}; + +StandTile tile_1374 = { + 0x025240, 0x35, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-246, -233, 10, 0x15de}, + {-299, -233, 68, 0x0000}, + {-227, -233, 68, 0x15e6} + } +}; + +StandTile tile_1375 = { + 0x025140, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x2, 0x3, + { + {-227, -233, 68, 0x0000}, + {-228, -233, 34, 0x26ec}, + {-227, -233, 10, 0x15ef}, + {-246, -233, 10, 0x15e2} + } +}; + +StandTile tile_1376 = { + 0x025040, 0x35, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-227, -233, -48, 0x0000}, + {-299, -233, -48, 0x15da}, + {-246, -233, 10, 0x15ef} + } +}; + +StandTile tile_1377 = { + 0x024f40, 0x35, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {-227, -233, -48, 0x15eb}, + {-246, -233, 10, 0x15e6}, + {-227, -233, 10, 0x26ec}, + {-228, -233, -15, 0x0000} + } +}; + +StandTile tile_1378 = { + 0x025340, 0x34, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-299, -233, -63, 0x0000}, + {-319, -233, -63, 0x1628}, + {-299, -233, -48, 0x0000} + } +}; + +StandTile tile_1379 = { + 0x025440, 0x34, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-319, -233, 82, 0x0000}, + {-299, -233, 82, 0x0000}, + {-299, -233, 68, 0x1634} + } +}; + +StandTile tile_1380 = { + 0x025b40, 0x34, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-648, -233, -63, 0x0000}, + {-663, -233, -63, 0x0000}, + {-663, -233, -48, 0x1658} + } +}; + +StandTile tile_1381 = { + 0x025a40, 0x34, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-663, -233, 82, 0x0000}, + {-648, -233, 82, 0x1674}, + {-663, -233, 68, 0x0000} + } +}; + +StandTile tile_1382 = { + 0x023840, 0x34, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-391, -233, -63, 0x0000}, + {-406, -233, -63, 0x0000}, + {-406, -233, -48, 0x1620} + } +}; + +StandTile tile_1383 = { + 0x023740, 0x34, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-406, -233, 82, 0x0000}, + {-391, -233, 82, 0x163c}, + {-406, -233, 68, 0x0000} + } +}; + +StandTile tile_1384 = { + 0x023640, 0x34, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-406, -233, 10, 0x161c}, + {-406, -233, -48, 0x0000}, + {-483, -233, -48, 0x1610} + } +}; + +StandTile tile_1385 = { + 0x023540, 0x34, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-483, -233, -48, 0x1648}, + {-483, -233, 10, 0x1618}, + {-406, -233, 10, 0x160c} + } +}; + +StandTile tile_1386 = { + 0x023440, 0x34, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-483, -233, 68, 0x0000}, + {-406, -233, 68, 0x1640}, + {-406, -233, 10, 0x1618} + } +}; + +StandTile tile_1387 = { + 0x023340, 0x34, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-483, -233, 68, 0x1614}, + {-406, -233, 10, 0x1610}, + {-483, -233, 10, 0x164c} + } +}; + +StandTile tile_1388 = { + 0x024440, 0x34, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-353, -233, 10, 0x1620}, + {-406, -233, -48, 0x160c}, + {-406, -233, 10, 0x1640} + } +}; + +StandTile tile_1389 = { + 0x024340, 0x34, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-391, -233, -63, 0x1604}, + {-406, -233, -48, 0x161c}, + {-353, -233, 10, 0x1624} + } +}; + +StandTile tile_1390 = { + 0x024240, 0x34, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-353, -233, 10, 0x1628}, + {-319, -233, -63, 0x0000}, + {-391, -233, -63, 0x1620} + } +}; + +StandTile tile_1391 = { + 0x024140, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-299, -233, -48, 0x15f4}, + {-319, -233, -63, 0x1624}, + {-353, -233, 10, 0x162c} + } +}; + +StandTile tile_1392 = { + 0x024040, 0x34, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-299, -233, 10, 0x15da}, + {-299, -233, -48, 0x1628}, + {-353, -233, 10, 0x1630} + } +}; + +StandTile tile_1393 = { + 0x023f40, 0x34, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-299, -233, 10, 0x162c}, + {-353, -233, 10, 0x1634}, + {-299, -233, 68, 0x15de} + } +}; + +StandTile tile_1394 = { + 0x023e40, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-299, -233, 68, 0x1630}, + {-353, -233, 10, 0x1638}, + {-319, -233, 82, 0x15f8} + } +}; + +StandTile tile_1395 = { + 0x023d40, 0x34, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-319, -233, 82, 0x1634}, + {-353, -233, 10, 0x163c}, + {-391, -233, 82, 0x0000} + } +}; + +StandTile tile_1396 = { + 0x023c40, 0x34, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-391, -233, 82, 0x1638}, + {-353, -233, 10, 0x1640}, + {-406, -233, 68, 0x1608} + } +}; + +StandTile tile_1397 = { + 0x023b40, 0x34, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-406, -233, 68, 0x163c}, + {-353, -233, 10, 0x161c}, + {-406, -233, 10, 0x1614} + } +}; + +StandTile tile_1398 = { + 0x024a40, 0x34, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-483, -233, -48, 0x0000}, + {-556, -233, -48, 0x1664}, + {-556, -233, 10, 0x1648} + } +}; + +StandTile tile_1399 = { + 0x024940, 0x34, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-556, -233, 10, 0x164c}, + {-483, -233, 10, 0x1610}, + {-483, -233, -48, 0x1644} + } +}; + +StandTile tile_1400 = { + 0x024840, 0x34, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-483, -233, 68, 0x1618}, + {-483, -233, 10, 0x1648}, + {-556, -233, 10, 0x1650} + } +}; + +StandTile tile_1401 = { + 0x024740, 0x34, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-556, -233, 10, 0x1668}, + {-556, -233, 68, 0x0000}, + {-483, -233, 68, 0x164c} + } +}; + +StandTile tile_1402 = { + 0x026740, 0x34, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-609, -233, 10, 0x1658}, + {-663, -233, -48, 0x1690}, + {-663, -233, 10, 0x1678} + } +}; + +StandTile tile_1403 = { + 0x026640, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-648, -233, -63, 0x15fc}, + {-663, -233, -48, 0x1654}, + {-609, -233, 10, 0x165c} + } +}; + +StandTile tile_1404 = { + 0x026540, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-609, -233, 10, 0x1660}, + {-576, -233, -63, 0x0000}, + {-648, -233, -63, 0x1658} + } +}; + +StandTile tile_1405 = { + 0x026440, 0x34, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-556, -233, -48, 0x167c}, + {-576, -233, -63, 0x165c}, + {-609, -233, 10, 0x1664} + } +}; + +StandTile tile_1406 = { + 0x026340, 0x34, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-556, -233, 10, 0x1644}, + {-556, -233, -48, 0x1660}, + {-609, -233, 10, 0x1668} + } +}; + +StandTile tile_1407 = { + 0x026240, 0x34, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-556, -233, 10, 0x1664}, + {-609, -233, 10, 0x166c}, + {-556, -233, 68, 0x1650} + } +}; + +StandTile tile_1408 = { + 0x026140, 0x34, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-556, -233, 68, 0x1668}, + {-609, -233, 10, 0x1670}, + {-576, -233, 82, 0x1680} + } +}; + +StandTile tile_1409 = { + 0x026040, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-576, -233, 82, 0x166c}, + {-609, -233, 10, 0x1674}, + {-648, -233, 82, 0x0000} + } +}; + +StandTile tile_1410 = { + 0x025f40, 0x34, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-648, -233, 82, 0x1670}, + {-609, -233, 10, 0x1678}, + {-663, -233, 68, 0x1600} + } +}; + +StandTile tile_1411 = { + 0x025e40, 0x34, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-663, -233, 68, 0x1674}, + {-609, -233, 10, 0x1654}, + {-663, -233, 10, 0x1688} + } +}; + +StandTile tile_1412 = { + 0x027640, 0x34, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-556, -233, -63, 0x0000}, + {-576, -233, -63, 0x1660}, + {-556, -233, -48, 0x0000} + } +}; + +StandTile tile_1413 = { + 0x027440, 0x34, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-576, -233, 82, 0x0000}, + {-556, -233, 82, 0x0000}, + {-556, -233, 68, 0x166c} + } +}; + +StandTile tile_1414 = { + 0x025640, 0x33, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-740, -233, 68, 0x1688}, + {-663, -233, 10, 0x168c}, + {-740, -233, 10, 0x173d} + } +}; + +StandTile tile_1415 = { + 0x025740, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-740, -233, 68, 0x0000}, + {-663, -233, 68, 0x1678}, + {-663, -233, 10, 0x1684} + } +}; + +StandTile tile_1416 = { + 0x025840, 0x33, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-740, -233, -48, 0x1739}, + {-740, -233, 10, 0x1684}, + {-663, -233, 10, 0x1690} + } +}; + +StandTile tile_1417 = { + 0x025940, 0x33, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-663, -233, 10, 0x1654}, + {-663, -233, -48, 0x0000}, + {-740, -233, -48, 0x168c} + } +}; + +StandTile tile_1418 = { + 0x01f942, 0x33, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-813, -223, -48, 0x1698}, + {-832, -223, 68, 0x0000}, + {-813, -223, 68, 0x16a1} + } +}; + +StandTile tile_1419 = { + 0x01f941, 0x33, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-813, -223, -48, 0x0000}, + {-832, -223, -48, 0x16ad}, + {-832, -223, 68, 0x1694} + } +}; + +StandTile tile_1420 = { + 0x01fa42, 0x33, + 0x0, + 0x5, 0x5, 0x5, + 4, + 0x0, 0x1, 0x2, + { + {-813, -233, -48, 0x16a1}, + {-813, -223, 68, 0x0000}, + {-813, -233, 68, 0x1741}, + {-813, -233, 10, 0x1735} + } +}; + +StandTile tile_1421 = { + 0x01fa41, 0x33, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-813, -233, -48, 0x0000}, + {-813, -223, -48, 0x1694}, + {-813, -223, 68, 0x169c} + } +}; + +StandTile tile_1422 = { + 0x01fb42, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-832, -213, -48, 0x16a9}, + {-852, -213, 68, 0x0000}, + {-832, -213, 68, 0x16b1} + } +}; + +StandTile tile_1423 = { + 0x01fb41, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-832, -213, -48, 0x0000}, + {-852, -213, -48, 0x16bd}, + {-852, -213, 68, 0x16a5} + } +}; + +StandTile tile_1424 = { + 0x01fc42, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-832, -223, -48, 0x16b1}, + {-832, -213, 68, 0x0000}, + {-832, -223, 68, 0x1698} + } +}; + +StandTile tile_1425 = { + 0x01fc41, 0x33, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-832, -223, -48, 0x0000}, + {-832, -213, -48, 0x16a5}, + {-832, -213, 68, 0x16ad} + } +}; + +StandTile tile_1426 = { + 0x01fd42, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-852, -203, -48, 0x16b9}, + {-871, -203, 68, 0x0000}, + {-852, -203, 68, 0x16c1} + } +}; + +StandTile tile_1427 = { + 0x01fd41, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-852, -203, -48, 0x0000}, + {-871, -203, -48, 0x16cd}, + {-871, -203, 68, 0x16b5} + } +}; + +StandTile tile_1428 = { + 0x01fe42, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-852, -213, -48, 0x16c1}, + {-852, -203, 68, 0x0000}, + {-852, -213, 68, 0x16a9} + } +}; + +StandTile tile_1429 = { + 0x01fe41, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-852, -213, -48, 0x0000}, + {-852, -203, -48, 0x16b5}, + {-852, -203, 68, 0x16bd} + } +}; + +StandTile tile_1430 = { + 0x01ff42, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-871, -194, -48, 0x16c9}, + {-890, -194, 68, 0x0000}, + {-871, -194, 68, 0x16d1} + } +}; + +StandTile tile_1431 = { + 0x01ff41, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-871, -194, -48, 0x0000}, + {-890, -194, -48, 0x16dd}, + {-890, -194, 68, 0x16c5} + } +}; + +StandTile tile_1432 = { + 0x020042, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-871, -203, -48, 0x16d1}, + {-871, -194, 68, 0x0000}, + {-871, -203, 68, 0x16b9} + } +}; + +StandTile tile_1433 = { + 0x020041, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-871, -203, -48, 0x0000}, + {-871, -194, -48, 0x16c5}, + {-871, -194, 68, 0x16cd} + } +}; + +StandTile tile_1434 = { + 0x020142, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-890, -184, -48, 0x16d9}, + {-910, -184, 68, 0x0000}, + {-890, -184, 68, 0x16e1} + } +}; + +StandTile tile_1435 = { + 0x020141, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-890, -184, -48, 0x0000}, + {-910, -184, -48, 0x16ed}, + {-910, -184, 68, 0x16d5} + } +}; + +StandTile tile_1436 = { + 0x020242, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-890, -194, -48, 0x16e1}, + {-890, -184, 68, 0x0000}, + {-890, -194, 68, 0x16c9} + } +}; + +StandTile tile_1437 = { + 0x020241, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-890, -194, -48, 0x0000}, + {-890, -184, -48, 0x16d5}, + {-890, -184, 68, 0x16dd} + } +}; + +StandTile tile_1438 = { + 0x020342, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-910, -174, -48, 0x16e9}, + {-929, -174, 68, 0x0000}, + {-910, -174, 68, 0x16f1} + } +}; + +StandTile tile_1439 = { + 0x020341, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-910, -174, -48, 0x0000}, + {-929, -174, -48, 0x16fd}, + {-929, -174, 68, 0x16e5} + } +}; + +StandTile tile_1440 = { + 0x020442, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-910, -184, -48, 0x16f1}, + {-910, -174, 68, 0x0000}, + {-910, -184, 68, 0x16d9} + } +}; + +StandTile tile_1441 = { + 0x020441, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-910, -184, -48, 0x0000}, + {-910, -174, -48, 0x16e5}, + {-910, -174, 68, 0x16ed} + } +}; + +StandTile tile_1442 = { + 0x020542, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-929, -165, -48, 0x16f9}, + {-949, -165, 68, 0x0000}, + {-929, -165, 68, 0x1701} + } +}; + +StandTile tile_1443 = { + 0x020541, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-929, -165, -48, 0x0000}, + {-949, -165, -48, 0x170d}, + {-949, -165, 68, 0x16f5} + } +}; + +StandTile tile_1444 = { + 0x020642, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-929, -174, -48, 0x1701}, + {-929, -165, 68, 0x0000}, + {-929, -174, 68, 0x16e9} + } +}; + +StandTile tile_1445 = { + 0x020641, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-929, -174, -48, 0x0000}, + {-929, -165, -48, 0x16f5}, + {-929, -165, 68, 0x16fd} + } +}; + +StandTile tile_1446 = { + 0x020742, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-949, -155, -48, 0x1709}, + {-968, -155, 68, 0x0000}, + {-949, -155, 68, 0x1711} + } +}; + +StandTile tile_1447 = { + 0x020741, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-949, -155, -48, 0x0000}, + {-968, -155, -48, 0x171d}, + {-968, -155, 68, 0x1705} + } +}; + +StandTile tile_1448 = { + 0x020842, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-949, -165, -48, 0x1711}, + {-949, -155, 68, 0x0000}, + {-949, -165, 68, 0x16f9} + } +}; + +StandTile tile_1449 = { + 0x020841, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-949, -165, -48, 0x0000}, + {-949, -155, -48, 0x1705}, + {-949, -155, 68, 0x170d} + } +}; + +StandTile tile_1450 = { + 0x020942, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-968, -145, -48, 0x1719}, + {-987, -145, 68, 0x0000}, + {-968, -145, 68, 0x1721} + } +}; + +StandTile tile_1451 = { + 0x020941, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-968, -145, -48, 0x0000}, + {-987, -145, -48, 0x172d}, + {-987, -145, 68, 0x1715} + } +}; + +StandTile tile_1452 = { + 0x020a42, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-968, -155, -48, 0x1721}, + {-968, -145, 68, 0x0000}, + {-968, -155, 68, 0x1709} + } +}; + +StandTile tile_1453 = { + 0x020a41, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-968, -155, -48, 0x0000}, + {-968, -145, -48, 0x1715}, + {-968, -145, 68, 0x171d} + } +}; + +StandTile tile_1454 = { + 0x020b42, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-987, -136, -48, 0x1729}, + {-1007, -136, 68, 0x0000}, + {-987, -136, 68, 0x1731} + } +}; + +StandTile tile_1455 = { + 0x020b41, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-987, -136, -48, 0x0000}, + {-1007, -136, -48, 0x1745}, + {-1007, -136, 68, 0x1725} + } +}; + +StandTile tile_1456 = { + 0x020c42, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-987, -145, -48, 0x1731}, + {-987, -136, 68, 0x0000}, + {-987, -145, 68, 0x1719} + } +}; + +StandTile tile_1457 = { + 0x020c41, 0x33, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-987, -145, -48, 0x0000}, + {-987, -136, -48, 0x1725}, + {-987, -136, 68, 0x172d} + } +}; + +StandTile tile_1458 = { + 0x026d40, 0x33, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-740, -233, -48, 0x0000}, + {-813, -233, -48, 0x169c}, + {-813, -233, 10, 0x1739} + } +}; + +StandTile tile_1459 = { + 0x026c40, 0x33, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-813, -233, 10, 0x173d}, + {-740, -233, 10, 0x168c}, + {-740, -233, -48, 0x1735} + } +}; + +StandTile tile_1460 = { + 0x026b40, 0x33, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-740, -233, 68, 0x1684}, + {-740, -233, 10, 0x1739}, + {-813, -233, 10, 0x1741} + } +}; + +StandTile tile_1461 = { + 0x026a40, 0x33, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-813, -233, 10, 0x169c}, + {-813, -233, 68, 0x0000}, + {-740, -233, 68, 0x173d} + } +}; + +StandTile tile_1462 = { + 0x000340, 0x32, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1007, -136, -48, 0x1751}, + {-1055, -136, 10, 0x1749}, + {-1007, -136, 68, 0x1729} + } +}; + +StandTile tile_1463 = { + 0x000240, 0x32, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1007, -136, 68, 0x1745}, + {-1055, -136, 10, 0x174d}, + {-1108, -136, 68, 0x0000} + } +}; + +StandTile tile_1464 = { + 0x000140, 0x32, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1055, -136, 10, 0x1751}, + {-1108, -136, -48, 0x1755}, + {-1108, -136, 68, 0x1749} + } +}; + +StandTile tile_1465 = { + 0x000040, 0x32, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1055, -136, 10, 0x1745}, + {-1007, -136, -48, 0x0000}, + {-1108, -136, -48, 0x174d} + } +}; + +StandTile tile_1466 = { + 0x001140, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 15, 0x1759}, + {-1108, -136, 68, 0x174d}, + {-1108, -136, -48, 0x175d} + } +}; + +StandTile tile_1467 = { + 0x001040, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1108, -136, 126, 0x0000}, + {-1108, -136, 68, 0x1755}, + {-1167, -136, 15, 0x1769} + } +}; + +StandTile tile_1468 = { + 0x000f40, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1186, -136, -48, 0x1761}, + {-1167, -136, 15, 0x1755}, + {-1108, -136, -48, 0x0000} + } +}; + +StandTile tile_1469 = { + 0x000e40, 0x32, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1225, -136, -10, 0x1765}, + {-1167, -136, 15, 0x175d}, + {-1186, -136, -48, 0x0000} + } +}; + +StandTile tile_1470 = { + 0x000d40, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1225, -136, -10, 0x0000}, + {-1225, -136, 126, 0x176d}, + {-1167, -136, 15, 0x1761} + } +}; + +StandTile tile_1471 = { + 0x042540, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 126, 0x17d1}, + {-1108, -136, 126, 0x1759}, + {-1167, -136, 15, 0x176d} + } +}; + +StandTile tile_1472 = { + 0x000c40, 0x32, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1225, -136, 126, 0x17cd}, + {-1167, -136, 126, 0x1769}, + {-1167, -136, 15, 0x1765} + } +}; + +StandTile tile_1473 = { + 0x040940, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 489, 0x17fd}, + {-1108, -136, 489, 0x179d}, + {-1167, -136, 436, 0x177d} + } +}; + +StandTile tile_1474 = { + 0x015c40, 0x31, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1239, -136, 383, 0x0000}, + {-1239, -136, 402, 0x1789}, + {-1225, -136, 383, 0x0000} + } +}; + +StandTile tile_1475 = { + 0x015a40, 0x31, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1094, -136, 402, 0x0000}, + {-1094, -136, 383, 0x0000}, + {-1108, -136, 383, 0x1795} + } +}; + +StandTile tile_1476 = { + 0x015640, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 436, 0x1781}, + {-1225, -136, 489, 0x1805}, + {-1167, -136, 489, 0x1771} + } +}; + +StandTile tile_1477 = { + 0x015540, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1239, -136, 475, 0x17a1}, + {-1225, -136, 489, 0x177d}, + {-1167, -136, 436, 0x1785} + } +}; + +StandTile tile_1478 = { + 0x015440, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 436, 0x1789}, + {-1239, -136, 402, 0x0000}, + {-1239, -136, 475, 0x1781} + } +}; + +StandTile tile_1479 = { + 0x015340, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1225, -136, 383, 0x1775}, + {-1239, -136, 402, 0x1785}, + {-1167, -136, 436, 0x178d} + } +}; + +StandTile tile_1480 = { + 0x015240, 0x31, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 383, 0x17ad}, + {-1225, -136, 383, 0x1789}, + {-1167, -136, 436, 0x1791} + } +}; + +StandTile tile_1481 = { + 0x015140, 0x31, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 383, 0x178d}, + {-1167, -136, 436, 0x1795}, + {-1108, -136, 383, 0x17b9} + } +}; + +StandTile tile_1482 = { + 0x015040, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1108, -136, 383, 0x1791}, + {-1167, -136, 436, 0x1799}, + {-1094, -136, 402, 0x1779} + } +}; + +StandTile tile_1483 = { + 0x014f40, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1094, -136, 402, 0x1795}, + {-1167, -136, 436, 0x179d}, + {-1094, -136, 475, 0x0000} + } +}; + +StandTile tile_1484 = { + 0x014e40, 0x31, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1094, -136, 475, 0x1799}, + {-1167, -136, 436, 0x1771}, + {-1108, -136, 489, 0x0000} + } +}; + +StandTile tile_1485 = { + 0x014a40, 0x31, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1239, -136, 475, 0x0000}, + {-1239, -136, 489, 0x0000}, + {-1225, -136, 489, 0x1781} + } +}; + +StandTile tile_1486 = { + 0x008240, 0x31, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1239, -136, 126, 0x0000}, + {-1239, -136, 145, 0x17c9}, + {-1225, -136, 126, 0x0000} + } +}; + +StandTile tile_1487 = { + 0x008040, 0x31, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1094, -136, 145, 0x0000}, + {-1094, -136, 126, 0x0000}, + {-1108, -136, 126, 0x17d5} + } +}; + +StandTile tile_1488 = { + 0x007940, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1225, -136, 310, 0x0000}, + {-1225, -136, 383, 0x178d}, + {-1167, -136, 383, 0x17b1} + } +}; + +StandTile tile_1489 = { + 0x007840, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 383, 0x17b5}, + {-1167, -136, 310, 0x17ed}, + {-1225, -136, 310, 0x17ad} + } +}; + +StandTile tile_1490 = { + 0x007740, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1108, -136, 310, 0x17f5}, + {-1167, -136, 310, 0x17b1}, + {-1167, -136, 383, 0x17b9} + } +}; + +StandTile tile_1491 = { + 0x007640, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 383, 0x1791}, + {-1108, -136, 383, 0x0000}, + {-1108, -136, 310, 0x17b5} + } +}; + +StandTile tile_1492 = { + 0x007340, 0x31, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 179, 0x17c1}, + {-1225, -136, 233, 0x17e9}, + {-1167, -136, 233, 0x17e1} + } +}; + +StandTile tile_1493 = { + 0x007240, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1239, -136, 218, 0x17e5}, + {-1225, -136, 233, 0x17bd}, + {-1167, -136, 179, 0x17c5} + } +}; + +StandTile tile_1494 = { + 0x007140, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 179, 0x17c9}, + {-1239, -136, 145, 0x0000}, + {-1239, -136, 218, 0x17c1} + } +}; + +StandTile tile_1495 = { + 0x007040, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1225, -136, 126, 0x17a5}, + {-1239, -136, 145, 0x17c5}, + {-1167, -136, 179, 0x17cd} + } +}; + +StandTile tile_1496 = { + 0x006f40, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 126, 0x176d}, + {-1225, -136, 126, 0x17c9}, + {-1167, -136, 179, 0x17d1} + } +}; + +StandTile tile_1497 = { + 0x006e40, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 126, 0x17cd}, + {-1167, -136, 179, 0x17d5}, + {-1108, -136, 126, 0x1769} + } +}; + +StandTile tile_1498 = { + 0x006d40, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1108, -136, 126, 0x17d1}, + {-1167, -136, 179, 0x17d9}, + {-1094, -136, 145, 0x17a9} + } +}; + +StandTile tile_1499 = { + 0x006c40, 0x31, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1094, -136, 145, 0x17d5}, + {-1167, -136, 179, 0x17dd}, + {-1094, -136, 218, 0x0000} + } +}; + +StandTile tile_1500 = { + 0x006b40, 0x31, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1094, -136, 218, 0x17d9}, + {-1167, -136, 179, 0x17e1}, + {-1108, -136, 233, 0x0000} + } +}; + +StandTile tile_1501 = { + 0x006a40, 0x31, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1108, -136, 233, 0x17dd}, + {-1167, -136, 179, 0x17bd}, + {-1167, -136, 233, 0x17f1} + } +}; + +StandTile tile_1502 = { + 0x006740, 0x31, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-1239, -136, 218, 0x0000}, + {-1239, -136, 233, 0x0000}, + {-1225, -136, 233, 0x17c1} + } +}; + +StandTile tile_1503 = { + 0x006540, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 233, 0x17bd}, + {-1225, -136, 233, 0x0000}, + {-1225, -136, 310, 0x17ed} + } +}; + +StandTile tile_1504 = { + 0x006440, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1225, -136, 310, 0x17b1}, + {-1167, -136, 310, 0x17f5}, + {-1167, -136, 233, 0x17e9} + } +}; + +StandTile tile_1505 = { + 0x006340, 0x31, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1108, -136, 310, 0x0000}, + {-1108, -136, 233, 0x17e1}, + {-1167, -136, 233, 0x17f5} + } +}; + +StandTile tile_1506 = { + 0x006240, 0x31, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1108, -136, 310, 0x17f1}, + {-1167, -136, 233, 0x17ed}, + {-1167, -136, 310, 0x17b5} + } +}; + +StandTile tile_1507 = { + 0x014540, 0x30, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1108, -136, 567, 0x17fd}, + {-1167, -136, 489, 0x1801}, + {-1167, -136, 567, 0x182f} + } +}; + +StandTile tile_1508 = { + 0x014640, 0x30, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1108, -136, 567, 0x0000}, + {-1108, -136, 489, 0x1771}, + {-1167, -136, 489, 0x17f9} + } +}; + +StandTile tile_1509 = { + 0x014740, 0x30, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1225, -136, 567, 0x1833}, + {-1167, -136, 567, 0x17f9}, + {-1167, -136, 489, 0x1805} + } +}; + +StandTile tile_1510 = { + 0x014840, 0x30, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 489, 0x177d}, + {-1225, -136, 489, 0x0000}, + {-1225, -136, 567, 0x1801} + } +}; + +StandTile tile_1511 = { + 0x000b42, 0x30, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1094, -136, 683, 0x180d}, + {-1085, -136, 625, 0x0000}, + {-1094, -136, 615, 0x1815} + } +}; + +StandTile tile_1512 = { + 0x000b41, 0x30, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-1094, -136, 683, 0x0000}, + {-1085, -136, 673, 0x12e3}, + {-1085, -136, 625, 0x1809} + } +}; + +StandTile tile_1513 = { + 0x000a42, 0x30, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1108, -136, 712, 0x1815}, + {-1094, -136, 596, 0x0000}, + {-1108, -136, 596, 0x181b} + } +}; + +StandTile tile_1514 = { + 0x000a41, 0x30, + 0x0, + 0x4, 0x4, 0x4, + 5, + 0x0, 0x1, 0x4, + { + {-1108, -136, 712, 0x0000}, + {-1094, -136, 712, 0x0000}, + {-1094, -136, 683, 0x1809}, + {-1094, -136, 615, 0x0000}, + {-1094, -136, 596, 0x1811} + } +}; + +StandTile tile_1515 = { + 0x000940, 0x30, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1108, -136, 712, 0x1811}, + {-1108, -136, 596, 0x181f}, + {-1167, -136, 649, 0x1823} + } +}; + +StandTile tile_1516 = { + 0x000840, 0x30, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 649, 0x181b}, + {-1108, -136, 596, 0x0000}, + {-1108, -136, 567, 0x182f} + } +}; + +StandTile tile_1517 = { + 0x000740, 0x30, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1108, -136, 712, 0x181b}, + {-1167, -136, 649, 0x1827}, + {-1186, -136, 712, 0x0000} + } +}; + +StandTile tile_1518 = { + 0x000640, 0x30, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1186, -136, 712, 0x1823}, + {-1167, -136, 649, 0x182b}, + {-1225, -136, 673, 0x0000} + } +}; + +StandTile tile_1519 = { + 0x000540, 0x30, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 649, 0x1833}, + {-1225, -136, 567, 0x0000}, + {-1225, -136, 673, 0x1827} + } +}; + +StandTile tile_1520 = { + 0x042440, 0x30, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 649, 0x181f}, + {-1108, -136, 567, 0x17f9}, + {-1167, -136, 567, 0x1833} + } +}; + +StandTile tile_1521 = { + 0x000440, 0x30, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1167, -136, 649, 0x182f}, + {-1167, -136, 567, 0x1801}, + {-1225, -136, 567, 0x182b} + } +}; + +StandTile tile_1522 = { + 0x002138, 0x2f, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {519, -669, 1459, 0x1885}, + {621, -669, 1458, 0x186f}, + {519, -669, 1347, 0x0000} + } +}; + +StandTile tile_1523 = { + 0x004438, 0x2f, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {723, -669, 1347, 0x1853}, + {621, -669, 1458, 0x187c}, + {723, -669, 1458, 0x0000} + } +}; + +StandTile tile_1524 = { + 0x004338, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1216, 0x185b}, + {621, -669, 1289, 0x184f}, + {723, -669, 1289, 0x1843} + } +}; + +StandTile tile_1525 = { + 0x004238, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1216, 0x183f}, + {723, -669, 1289, 0x1847}, + {689, -669, 1216, 0x0000} + } +}; + +StandTile tile_1526 = { + 0x004138, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {723, -669, 1289, 0x1907}, + {723, -669, 1231, 0x1857}, + {689, -669, 1216, 0x1843} + } +}; + +StandTile tile_1527 = { + 0x003c38, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1381, 0x1853}, + {723, -669, 1347, 0x18fb}, + {723, -669, 1289, 0x184f} + } +}; + +StandTile tile_1528 = { + 0x003b38, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {723, -669, 1289, 0x183f}, + {621, -669, 1289, 0x186b}, + {621, -669, 1381, 0x184b} + } +}; + +StandTile tile_1529 = { + 0x003038, 0x2f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {723, -669, 1347, 0x184b}, + {621, -669, 1381, 0x186f}, + {621, -669, 1458, 0x183b} + } +}; + +StandTile tile_1530 = { + 0x002f38, 0x2f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {723, -669, 1231, 0x0000}, + {723, -669, 1216, 0x0000}, + {689, -669, 1216, 0x1847} + } +}; + +StandTile tile_1531 = { + 0x002038, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {519, -669, 1289, 0x186b}, + {621, -669, 1289, 0x183f}, + {621, -669, 1216, 0x185f} + } +}; + +StandTile tile_1532 = { + 0x001f38, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {553, -669, 1216, 0x1863}, + {519, -669, 1289, 0x185b}, + {621, -669, 1216, 0x0000} + } +}; + +StandTile tile_1533 = { + 0x001e38, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {553, -669, 1216, 0x1873}, + {519, -669, 1231, 0x1979}, + {519, -669, 1289, 0x185f} + } +}; + +StandTile tile_1534 = { + 0x001938, 0x2f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {519, -669, 1289, 0x196d}, + {519, -669, 1347, 0x186f}, + {621, -669, 1381, 0x186b} + } +}; + +StandTile tile_1535 = { + 0x001838, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1381, 0x184f}, + {621, -669, 1289, 0x185b}, + {519, -669, 1289, 0x1867} + } +}; + +StandTile tile_1536 = { + 0x000d38, 0x2f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1458, 0x1853}, + {621, -669, 1381, 0x1867}, + {519, -669, 1347, 0x1837} + } +}; + +StandTile tile_1537 = { + 0x000c38, 0x2f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {553, -669, 1216, 0x0000}, + {519, -669, 1216, 0x0000}, + {519, -669, 1231, 0x1863} + } +}; + +StandTile tile_1538 = { + 0x060038, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {699, -669, 1517, 0x187c}, + {621, -669, 1458, 0x1880}, + {621, -669, 1517, 0x1889}, + {679, -669, 1517, 0x0000} + } +}; + +StandTile tile_1539 = { + 0x05ff38, 0x2f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {699, -669, 1517, 0x0000}, + {723, -669, 1458, 0x183b}, + {621, -669, 1458, 0x1877} + } +}; + +StandTile tile_1540 = { + 0x05fe38, 0x2f, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {621, -669, 1517, 0x1877}, + {621, -669, 1458, 0x1885}, + {544, -669, 1517, 0x0000}, + {563, -669, 1517, 0x188d} + } +}; + +StandTile tile_1541 = { + 0x05e238, 0x2f, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1458, 0x1837}, + {519, -669, 1459, 0x0000}, + {544, -669, 1517, 0x1880} + } +}; + +StandTile tile_1542 = { + 0x05e338, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {679, -669, 1589, 0x0000}, + {679, -669, 1517, 0x1877}, + {621, -669, 1517, 0x1891} + } +}; + +StandTile tile_1543 = { + 0x05e438, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1517, 0x1880}, + {563, -669, 1517, 0x0000}, + {563, -669, 1589, 0x1895} + } +}; + +StandTile tile_1544 = { + 0x05fc38, 0x2e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {679, -669, 1589, 0x1889}, + {621, -669, 1517, 0x1895}, + {621, -669, 1589, 0x18f7} + } +}; + +StandTile tile_1545 = { + 0x05fd38, 0x2e, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1589, 0x1891}, + {621, -669, 1517, 0x188d}, + {563, -669, 1589, 0x18ef} + } +}; + +StandTile tile_1546 = { + 0x060138, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1773, 0x18cb}, + {563, -669, 1773, 0x18b2}, + {621, -669, 1827, 0x189d} + } +}; + +StandTile tile_1547 = { + 0x05fb38, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {679, -669, 1773, 0x18cf}, + {621, -669, 1773, 0x1899}, + {621, -669, 1827, 0x18a9} + } +}; + +StandTile tile_1548 = { + 0x05fa38, 0x2e, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {679, -669, 1773, 0x0000}, + {694, -669, 1773, 0x0000}, + {694, -669, 1754, 0x18d3} + } +}; + +StandTile tile_1549 = { + 0x05f938, 0x2e, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {563, -669, 1773, 0x18c7}, + {549, -669, 1754, 0x0000}, + {549, -669, 1773, 0x0000} + } +}; + +StandTile tile_1550 = { + 0x05f838, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {679, -669, 1845, 0x0000}, + {679, -669, 1773, 0x189d}, + {621, -669, 1827, 0x18ad} + } +}; + +StandTile tile_1551 = { + 0x05f738, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {621, -669, 1827, 0x18b6}, + {621, -669, 1845, 0x04e6}, + {646, -669, 1845, 0x0000}, + {679, -669, 1845, 0x18a9} + } +}; + +StandTile tile_1552 = { + 0x05f638, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1827, 0x1899}, + {563, -669, 1773, 0x0000}, + {563, -669, 1845, 0x18b6} + } +}; + +StandTile tile_1553 = { + 0x05f538, 0x2e, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x2, + { + {621, -669, 1845, 0x18ad}, + {621, -669, 1827, 0x18b2}, + {563, -669, 1845, 0x0000}, + {597, -669, 1845, 0x04e6} + } +}; + +StandTile tile_1554 = { + 0x05f438, 0x2e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1667, 0x18eb}, + {563, -669, 1667, 0x18bf}, + {621, -669, 1720, 0x18df} + } +}; + +StandTile tile_1555 = { + 0x05f338, 0x2e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1720, 0x18bb}, + {563, -669, 1667, 0x18e3}, + {549, -669, 1681, 0x18c3} + } +}; + +StandTile tile_1556 = { + 0x05f238, 0x2e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {549, -669, 1681, 0x0000}, + {549, -669, 1754, 0x18c7}, + {621, -669, 1720, 0x18bf} + } +}; + +StandTile tile_1557 = { + 0x05f138, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1720, 0x18c3}, + {549, -669, 1754, 0x18a5}, + {563, -669, 1773, 0x18cb} + } +}; + +StandTile tile_1558 = { + 0x05f038, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1720, 0x18c7}, + {563, -669, 1773, 0x1899}, + {621, -669, 1773, 0x18cf} + } +}; + +StandTile tile_1559 = { + 0x05ef38, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {679, -669, 1773, 0x18d3}, + {621, -669, 1720, 0x18cb}, + {621, -669, 1773, 0x189d} + } +}; + +StandTile tile_1560 = { + 0x05ee38, 0x2e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {694, -669, 1754, 0x18d7}, + {621, -669, 1720, 0x18cf}, + {679, -669, 1773, 0x18a1} + } +}; + +StandTile tile_1561 = { + 0x05ed38, 0x2e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {694, -669, 1681, 0x18db}, + {621, -669, 1720, 0x18d3}, + {694, -669, 1754, 0x0000} + } +}; + +StandTile tile_1562 = { + 0x05ec38, 0x2e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {679, -669, 1667, 0x18df}, + {621, -669, 1720, 0x18d7}, + {694, -669, 1681, 0x18e7} + } +}; + +StandTile tile_1563 = { + 0x05eb38, 0x2e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1667, 0x18bb}, + {621, -669, 1720, 0x18db}, + {679, -669, 1667, 0x18f3} + } +}; + +StandTile tile_1564 = { + 0x05ea38, 0x2e, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {563, -669, 1667, 0x0000}, + {549, -669, 1667, 0x0000}, + {549, -669, 1681, 0x18bf} + } +}; + +StandTile tile_1565 = { + 0x05e938, 0x2e, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {679, -669, 1667, 0x18db}, + {694, -669, 1681, 0x0000}, + {694, -669, 1667, 0x0000} + } +}; + +StandTile tile_1566 = { + 0x05e838, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {563, -669, 1589, 0x0000}, + {563, -669, 1667, 0x18bb}, + {621, -669, 1667, 0x18ef} + } +}; + +StandTile tile_1567 = { + 0x05e738, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1667, 0x18f7}, + {621, -669, 1589, 0x1895}, + {563, -669, 1589, 0x18eb} + } +}; + +StandTile tile_1568 = { + 0x05e638, 0x2e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1667, 0x18df}, + {679, -669, 1667, 0x0000}, + {679, -669, 1589, 0x18f7} + } +}; + +StandTile tile_1569 = { + 0x05e538, 0x2e, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {621, -669, 1589, 0x18ef}, + {621, -669, 1667, 0x18f3}, + {679, -669, 1589, 0x1891} + } +}; + +StandTile tile_1570 = { + 0x003d38, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {723, -669, 1289, 0x184b}, + {723, -669, 1347, 0x0000}, + {796, -669, 1347, 0x18ff} + } +}; + +StandTile tile_1571 = { + 0x003e38, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {796, -669, 1347, 0x191f}, + {796, -669, 1289, 0x1903}, + {723, -669, 1289, 0x18fb} + } +}; + +StandTile tile_1572 = { + 0x003f38, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {723, -669, 1289, 0x18ff}, + {796, -669, 1289, 0x1917}, + {796, -669, 1231, 0x1907} + } +}; + +StandTile tile_1573 = { + 0x004038, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {796, -669, 1231, 0x0000}, + {723, -669, 1231, 0x1847}, + {723, -669, 1289, 0x1903} + } +}; + +StandTile tile_1574 = { + 0x002e38, 0x2d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {888, -669, 1216, 0x0000}, + {873, -669, 1216, 0x0000}, + {873, -669, 1231, 0x1927} + } +}; + +StandTile tile_1575 = { + 0x002d38, 0x2d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {873, -669, 1362, 0x0000}, + {888, -669, 1361, 0x1943}, + {873, -669, 1347, 0x0000} + } +}; + +StandTile tile_1576 = { + 0x002c38, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {873, -669, 1289, 0x1923}, + {873, -669, 1231, 0x0000}, + {796, -669, 1231, 0x1917} + } +}; + +StandTile tile_1577 = { + 0x002b38, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {796, -669, 1231, 0x1903}, + {796, -669, 1289, 0x191f}, + {873, -669, 1289, 0x1913} + } +}; + +StandTile tile_1578 = { + 0x002a38, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {796, -669, 1347, 0x0000}, + {873, -669, 1347, 0x1947}, + {873, -669, 1289, 0x191f} + } +}; + +StandTile tile_1579 = { + 0x002938, 0x2d, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {796, -669, 1347, 0x191b}, + {873, -669, 1289, 0x1917}, + {796, -669, 1289, 0x18ff} + } +}; + +StandTile tile_1580 = { + 0x003a38, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {926, -669, 1289, 0x1927}, + {873, -669, 1231, 0x1913}, + {873, -669, 1289, 0x1947} + } +}; + +StandTile tile_1581 = { + 0x003938, 0x2d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {888, -669, 1216, 0x190b}, + {873, -669, 1231, 0x1923}, + {926, -669, 1289, 0x192b} + } +}; + +StandTile tile_1582 = { + 0x003838, 0x2d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {926, -669, 1289, 0x192f}, + {960, -669, 1216, 0x0000}, + {888, -669, 1216, 0x1927} + } +}; + +StandTile tile_1583 = { + 0x003738, 0x2d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {980, -669, 1231, 0x1957}, + {960, -669, 1216, 0x192b}, + {926, -669, 1289, 0x1933} + } +}; + +StandTile tile_1584 = { + 0x003638, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {980, -669, 1289, 0x194b}, + {980, -669, 1231, 0x192f}, + {926, -669, 1289, 0x1937} + } +}; + +StandTile tile_1585 = { + 0x003538, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {980, -669, 1289, 0x1933}, + {926, -669, 1289, 0x193b}, + {980, -669, 1347, 0x194f} + } +}; + +StandTile tile_1586 = { + 0x003438, 0x2d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {980, -669, 1347, 0x1937}, + {926, -669, 1289, 0x193f}, + {960, -669, 1361, 0x1953} + } +}; + +StandTile tile_1587 = { + 0x003338, 0x2d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {960, -669, 1361, 0x193b}, + {926, -669, 1289, 0x1943}, + {888, -669, 1361, 0x0000} + } +}; + +StandTile tile_1588 = { + 0x003238, 0x2d, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {888, -669, 1361, 0x193f}, + {926, -669, 1289, 0x1947}, + {873, -669, 1347, 0x190f} + } +}; + +StandTile tile_1589 = { + 0x003138, 0x2d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {873, -669, 1347, 0x1943}, + {926, -669, 1289, 0x1923}, + {873, -669, 1289, 0x191b} + } +}; + +StandTile tile_1590 = { + 0x033638, 0x2d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1033, -669, 1289, 0x1964}, + {980, -669, 1231, 0x1933}, + {980, -669, 1289, 0x194f} + } +}; + +StandTile tile_1591 = { + 0x004b38, 0x2d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1033, -669, 1289, 0x194b}, + {980, -669, 1289, 0x1937}, + {980, -669, 1347, 0x195b} + } +}; + +StandTile tile_1592 = { + 0x004a38, 0x2d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {960, -669, 1361, 0x0000}, + {980, -669, 1361, 0x0000}, + {980, -669, 1347, 0x193b} + } +}; + +StandTile tile_1593 = { + 0x004938, 0x2d, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {980, -669, 1216, 0x0000}, + {960, -669, 1216, 0x192f}, + {980, -669, 1231, 0x0000} + } +}; + +StandTile tile_1594 = { + 0x004838, 0x2d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1033, -669, 1289, 0x194f}, + {980, -669, 1347, 0x0000}, + {1052, -669, 1347, 0x195f} + } +}; + +StandTile tile_1595 = { + 0x004738, 0x2d, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {1052, -669, 1347, 0x0000}, + {1051, -669, 1313, 0x2260}, + {1052, -669, 1289, 0x1968}, + {1033, -669, 1289, 0x195b} + } +}; + +StandTile tile_1596 = { + 0x004638, 0x2d, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1052, -669, 1231, 0x0000}, + {980, -669, 1231, 0x194b}, + {1033, -669, 1289, 0x1968} + } +}; + +StandTile tile_1597 = { + 0x004538, 0x2d, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {1052, -669, 1231, 0x1964}, + {1033, -669, 1289, 0x195f}, + {1052, -669, 1289, 0x2260}, + {1051, -669, 1265, 0x0000} + } +}; + +StandTile tile_1598 = { + 0x001a38, 0x2c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {447, -669, 1347, 0x0000}, + {519, -669, 1347, 0x1867}, + {519, -669, 1289, 0x1971} + } +}; + +StandTile tile_1599 = { + 0x001b38, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {519, -669, 1289, 0x1975}, + {447, -669, 1289, 0x1991}, + {447, -669, 1347, 0x196d} + } +}; + +StandTile tile_1600 = { + 0x001c38, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {447, -669, 1231, 0x1989}, + {447, -669, 1289, 0x1971}, + {519, -669, 1289, 0x1979} + } +}; + +StandTile tile_1601 = { + 0x001d38, 0x2c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {519, -669, 1289, 0x1863}, + {519, -669, 1231, 0x0000}, + {447, -669, 1231, 0x1975} + } +}; + +StandTile tile_1602 = { + 0x000b38, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {369, -669, 1231, 0x0000}, + {369, -669, 1216, 0x0000}, + {355, -669, 1216, 0x1999} + } +}; + +StandTile tile_1603 = { + 0x000a38, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {369, -669, 1347, 0x19b5}, + {355, -669, 1362, 0x0000}, + {369, -669, 1362, 0x0000} + } +}; + +StandTile tile_1604 = { + 0x000938, 0x2c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {447, -669, 1231, 0x0000}, + {369, -669, 1231, 0x1995}, + {369, -669, 1289, 0x1989} + } +}; + +StandTile tile_1605 = { + 0x000838, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {369, -669, 1289, 0x1991}, + {447, -669, 1289, 0x1975}, + {447, -669, 1231, 0x1985} + } +}; + +StandTile tile_1606 = { + 0x000738, 0x2c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {369, -669, 1289, 0x19b9}, + {369, -669, 1347, 0x0000}, + {447, -669, 1347, 0x1991} + } +}; + +StandTile tile_1607 = { + 0x000638, 0x2c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {447, -669, 1289, 0x1989}, + {369, -669, 1289, 0x198d}, + {447, -669, 1347, 0x1971} + } +}; + +StandTile tile_1608 = { + 0x001738, 0x2c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {369, -669, 1289, 0x1985}, + {369, -669, 1231, 0x1999}, + {316, -669, 1289, 0x19b9} + } +}; + +StandTile tile_1609 = { + 0x001638, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {316, -669, 1289, 0x1995}, + {369, -669, 1231, 0x197d}, + {355, -669, 1216, 0x199d} + } +}; + +StandTile tile_1610 = { + 0x001538, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {355, -669, 1216, 0x0000}, + {282, -669, 1216, 0x19a1}, + {316, -669, 1289, 0x1999} + } +}; + +StandTile tile_1611 = { + 0x001438, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {316, -669, 1289, 0x199d}, + {282, -669, 1216, 0x19c9}, + {263, -669, 1231, 0x19a5} + } +}; + +StandTile tile_1612 = { + 0x001338, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {316, -669, 1289, 0x19a1}, + {263, -669, 1231, 0x19bd}, + {263, -669, 1289, 0x19a9} + } +}; + +StandTile tile_1613 = { + 0x001238, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {263, -669, 1347, 0x19ad}, + {316, -669, 1289, 0x19a5}, + {263, -669, 1289, 0x19c1} + } +}; + +StandTile tile_1614 = { + 0x001138, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {282, -669, 1362, 0x19b1}, + {316, -669, 1289, 0x19a9}, + {263, -669, 1347, 0x19c5} + } +}; + +StandTile tile_1615 = { + 0x001038, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {355, -669, 1362, 0x19b5}, + {316, -669, 1289, 0x19ad}, + {282, -669, 1362, 0x0000} + } +}; + +StandTile tile_1616 = { + 0x000f38, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {369, -669, 1347, 0x19b9}, + {316, -669, 1289, 0x19b1}, + {355, -669, 1362, 0x1981} + } +}; + +StandTile tile_1617 = { + 0x000e38, 0x2c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {369, -669, 1289, 0x1995}, + {316, -669, 1289, 0x19b5}, + {369, -669, 1347, 0x198d} + } +}; + +StandTile tile_1618 = { + 0x033538, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {263, -669, 1289, 0x19a5}, + {263, -669, 1231, 0x19d6}, + {209, -669, 1289, 0x19c1} + } +}; + +StandTile tile_1619 = { + 0x002838, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {263, -669, 1347, 0x19a9}, + {263, -669, 1289, 0x19bd}, + {209, -669, 1289, 0x19cd} + } +}; + +StandTile tile_1620 = { + 0x002738, 0x2c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {263, -669, 1347, 0x0000}, + {263, -669, 1362, 0x0000}, + {282, -669, 1362, 0x19ad} + } +}; + +StandTile tile_1621 = { + 0x002638, 0x2c, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {263, -669, 1231, 0x19a1}, + {282, -669, 1216, 0x0000}, + {263, -669, 1216, 0x0000} + } +}; + +StandTile tile_1622 = { + 0x002538, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {190, -669, 1347, 0x0000}, + {263, -669, 1347, 0x19c1}, + {209, -669, 1289, 0x19d1} + } +}; + +StandTile tile_1623 = { + 0x002438, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x1, 0x3, + { + {209, -669, 1289, 0x19da}, + {190, -669, 1289, 0x1fb4}, + {191, -669, 1313, 0x0000}, + {190, -669, 1347, 0x19cd} + } +}; + +StandTile tile_1624 = { + 0x002338, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {209, -669, 1289, 0x19bd}, + {263, -669, 1231, 0x0000}, + {190, -669, 1231, 0x19da} + } +}; + +StandTile tile_1625 = { + 0x002238, 0x2c, + 0x0, + 0x1, 0x1, 0x1, + 4, + 0x0, 0x1, 0x2, + { + {190, -669, 1289, 0x19d1}, + {209, -669, 1289, 0x19d6}, + {190, -669, 1231, 0x0000}, + {191, -669, 1265, 0x1fb4} + } +}; + +StandTile tile_1626 = { + 0x004430, 0x2b, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, 547, 0x19f7}, + {1430, -455, 649, 0x1a24}, + {1430, -455, 547, 0x0000} + } +}; + +StandTile tile_1627 = { + 0x004330, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, 649, 0x1a03}, + {1261, -455, 649, 0x19f3}, + {1261, -455, 547, 0x19e7} + } +}; + +StandTile tile_1628 = { + 0x004230, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, 649, 0x19e3}, + {1261, -455, 547, 0x19eb}, + {1188, -455, 581, 0x0000} + } +}; + +StandTile tile_1629 = { + 0x004130, 0x2b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 547, 0x1aaf}, + {1203, -455, 547, 0x19fb}, + {1188, -455, 581, 0x19e7} + } +}; + +StandTile tile_1630 = { + 0x003c30, 0x2b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1353, -455, 649, 0x19f7}, + {1319, -455, 547, 0x1aa3}, + {1261, -455, 547, 0x19f3} + } +}; + +StandTile tile_1631 = { + 0x003b30, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 547, 0x19e3}, + {1261, -455, 649, 0x1a13}, + {1353, -455, 649, 0x19ef} + } +}; + +StandTile tile_1632 = { + 0x003030, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, 547, 0x19ef}, + {1353, -455, 649, 0x1a17}, + {1430, -455, 649, 0x19df} + } +}; + +StandTile tile_1633 = { + 0x002f30, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, 547, 0x0000}, + {1188, -455, 547, 0x0000}, + {1188, -455, 581, 0x19eb} + } +}; + +StandTile tile_1634 = { + 0x002130, 0x2b, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1430, -455, 751, 0x1a2d}, + {1430, -455, 649, 0x1a17}, + {1319, -455, 751, 0x0000} + } +}; + +StandTile tile_1635 = { + 0x002030, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 751, 0x1a13}, + {1261, -455, 649, 0x19e3}, + {1188, -455, 649, 0x1a07} + } +}; + +StandTile tile_1636 = { + 0x001f30, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, 717, 0x1a0b}, + {1261, -455, 751, 0x1a03}, + {1188, -455, 649, 0x0000} + } +}; + +StandTile tile_1637 = { + 0x001e30, 0x2b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, 717, 0x1a1b}, + {1203, -455, 751, 0x1b21}, + {1261, -455, 751, 0x1a07} + } +}; + +StandTile tile_1638 = { + 0x001930, 0x2b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 751, 0x1b19}, + {1319, -455, 751, 0x1a17}, + {1353, -455, 649, 0x1a13} + } +}; + +StandTile tile_1639 = { + 0x001830, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1353, -455, 649, 0x19f3}, + {1261, -455, 649, 0x1a03}, + {1261, -455, 751, 0x1a0f} + } +}; + +StandTile tile_1640 = { + 0x000d30, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1430, -455, 649, 0x19f7}, + {1353, -455, 649, 0x1a0f}, + {1319, -455, 751, 0x19ff} + } +}; + +StandTile tile_1641 = { + 0x000c30, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, 717, 0x0000}, + {1188, -455, 751, 0x0000}, + {1203, -455, 751, 0x1a0b} + } +}; + +StandTile tile_1642 = { + 0x060030, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {1488, -455, 572, 0x1a24}, + {1430, -455, 649, 0x1a28}, + {1488, -455, 649, 0x1a31}, + {1488, -455, 591, 0x0000} + } +}; + +StandTile tile_1643 = { + 0x05ff30, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1488, -455, 572, 0x0000}, + {1430, -455, 547, 0x19df}, + {1430, -455, 649, 0x1a1f} + } +}; + +StandTile tile_1644 = { + 0x05fe30, 0x2b, + 0x0, + 0x2, 0x2, 0x2, + 4, + 0x0, 0x1, 0x2, + { + {1488, -455, 649, 0x1a1f}, + {1430, -455, 649, 0x1a2d}, + {1488, -455, 727, 0x0000}, + {1488, -455, 707, 0x1a35} + } +}; + +StandTile tile_1645 = { + 0x05e230, 0x2b, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1430, -455, 649, 0x19ff}, + {1430, -455, 751, 0x0000}, + {1488, -455, 727, 0x1a28} + } +}; + +StandTile tile_1646 = { + 0x05e330, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1561, -455, 591, 0x0000}, + {1488, -455, 591, 0x1a1f}, + {1488, -455, 649, 0x1a3d} + } +}; + +StandTile tile_1647 = { + 0x05e430, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1488, -455, 649, 0x1a28}, + {1488, -455, 707, 0x0000}, + {1561, -455, 707, 0x1a39} + } +}; + +StandTile tile_1648 = { + 0x05fd30, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1561, -455, 649, 0x1a3d}, + {1488, -455, 649, 0x1a35}, + {1561, -455, 707, 0x1a97} + } +}; + +StandTile tile_1649 = { + 0x05fc30, 0x2a, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {1561, -455, 591, 0x1a31}, + {1488, -455, 649, 0x1a39}, + {1561, -455, 649, 0x1a9f} + } +}; + +StandTile tile_1650 = { + 0x060130, 0x2a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1745, -455, 649, 0x1a73}, + {1745, -455, 707, 0x1a5a}, + {1798, -455, 649, 0x1a45} + } +}; + +StandTile tile_1651 = { + 0x05fb30, 0x2a, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {1745, -455, 591, 0x1a77}, + {1745, -455, 649, 0x1a41}, + {1798, -455, 649, 0x1a51} + } +}; + +StandTile tile_1652 = { + 0x05fa30, 0x2a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1745, -455, 591, 0x0000}, + {1745, -455, 577, 0x0000}, + {1726, -455, 577, 0x1a7b} + } +}; + +StandTile tile_1653 = { + 0x05f930, 0x2a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1745, -455, 707, 0x1a6f}, + {1726, -455, 722, 0x0000}, + {1745, -455, 722, 0x0000} + } +}; + +StandTile tile_1654 = { + 0x05f830, 0x2a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1817, -455, 591, 0x0000}, + {1745, -455, 591, 0x1a45}, + {1798, -455, 649, 0x1a55} + } +}; + +StandTile tile_1655 = { + 0x05f730, 0x2a, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {1798, -455, 649, 0x1a5e}, + {1817, -455, 649, 0x0abb}, + {1817, -455, 625, 0x0000}, + {1817, -455, 591, 0x1a51} + } +}; + +StandTile tile_1656 = { + 0x05f630, 0x2a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1798, -455, 649, 0x1a41}, + {1745, -455, 707, 0x0000}, + {1817, -455, 707, 0x1a5e} + } +}; + +StandTile tile_1657 = { + 0x05f530, 0x2a, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x2, + { + {1817, -455, 649, 0x1a55}, + {1798, -455, 649, 0x1a5a}, + {1817, -455, 707, 0x0000}, + {1817, -455, 673, 0x0abb} + } +}; + +StandTile tile_1658 = { + 0x05f430, 0x2a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1639, -455, 649, 0x1a93}, + {1639, -455, 707, 0x1a67}, + {1692, -455, 649, 0x1a87} + } +}; + +StandTile tile_1659 = { + 0x05f330, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1692, -455, 649, 0x1a63}, + {1639, -455, 707, 0x1a8b}, + {1653, -455, 722, 0x1a6b} + } +}; + +StandTile tile_1660 = { + 0x05f230, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1653, -455, 722, 0x0000}, + {1726, -455, 722, 0x1a6f}, + {1692, -455, 649, 0x1a67} + } +}; + +StandTile tile_1661 = { + 0x05f130, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1692, -455, 649, 0x1a6b}, + {1726, -455, 722, 0x1a4d}, + {1745, -455, 707, 0x1a73} + } +}; + +StandTile tile_1662 = { + 0x05f030, 0x2a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1692, -455, 649, 0x1a6f}, + {1745, -455, 707, 0x1a41}, + {1745, -455, 649, 0x1a77} + } +}; + +StandTile tile_1663 = { + 0x05ef30, 0x2a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1745, -455, 591, 0x1a7b}, + {1692, -455, 649, 0x1a73}, + {1745, -455, 649, 0x1a45} + } +}; + +StandTile tile_1664 = { + 0x05ee30, 0x2a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1726, -455, 577, 0x1a7f}, + {1692, -455, 649, 0x1a77}, + {1745, -455, 591, 0x1a49} + } +}; + +StandTile tile_1665 = { + 0x05ed30, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1653, -455, 577, 0x1a83}, + {1692, -455, 649, 0x1a7b}, + {1726, -455, 577, 0x0000} + } +}; + +StandTile tile_1666 = { + 0x05ec30, 0x2a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1639, -455, 591, 0x1a87}, + {1692, -455, 649, 0x1a7f}, + {1653, -455, 577, 0x1a8f} + } +}; + +StandTile tile_1667 = { + 0x05eb30, 0x2a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1639, -455, 649, 0x1a63}, + {1692, -455, 649, 0x1a83}, + {1639, -455, 591, 0x1a9b} + } +}; + +StandTile tile_1668 = { + 0x05ea30, 0x2a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1639, -455, 707, 0x0000}, + {1639, -455, 722, 0x0000}, + {1653, -455, 722, 0x1a67} + } +}; + +StandTile tile_1669 = { + 0x05e930, 0x2a, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {1639, -455, 591, 0x1a83}, + {1653, -455, 577, 0x0000}, + {1639, -455, 577, 0x0000} + } +}; + +StandTile tile_1670 = { + 0x05e830, 0x2a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1561, -455, 707, 0x0000}, + {1639, -455, 707, 0x1a63}, + {1639, -455, 649, 0x1a97} + } +}; + +StandTile tile_1671 = { + 0x05e730, 0x2a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1639, -455, 649, 0x1a9f}, + {1561, -455, 649, 0x1a39}, + {1561, -455, 707, 0x1a93} + } +}; + +StandTile tile_1672 = { + 0x05e630, 0x2a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {1639, -455, 649, 0x1a87}, + {1639, -455, 591, 0x0000}, + {1561, -455, 591, 0x1a9f} + } +}; + +StandTile tile_1673 = { + 0x05e530, 0x2a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {1561, -455, 649, 0x1a97}, + {1639, -455, 649, 0x1a9b}, + {1561, -455, 591, 0x1a3d} + } +}; + +StandTile tile_1674 = { + 0x003d30, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 547, 0x19ef}, + {1319, -455, 547, 0x0000}, + {1319, -455, 475, 0x1aa7} + } +}; + +StandTile tile_1675 = { + 0x003e30, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, 475, 0x1ac7}, + {1261, -455, 475, 0x1aab}, + {1261, -455, 547, 0x1aa3} + } +}; + +StandTile tile_1676 = { + 0x003f30, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 547, 0x1aa7}, + {1261, -455, 475, 0x1abf}, + {1203, -455, 475, 0x1aaf} + } +}; + +StandTile tile_1677 = { + 0x004030, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, 475, 0x0000}, + {1203, -455, 547, 0x19eb}, + {1261, -455, 547, 0x1aab} + } +}; + +StandTile tile_1678 = { + 0x002e30, 0x29, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, 383, 0x0000}, + {1188, -455, 397, 0x0000}, + {1203, -455, 397, 0x1acf} + } +}; + +StandTile tile_1679 = { + 0x002d30, 0x29, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1333, -455, 397, 0x0000}, + {1333, -455, 383, 0x1aeb}, + {1319, -455, 397, 0x0000} + } +}; + +StandTile tile_1680 = { + 0x002c30, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 397, 0x1acb}, + {1203, -455, 397, 0x0000}, + {1203, -455, 475, 0x1abf} + } +}; + +StandTile tile_1681 = { + 0x002b30, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, 475, 0x1aab}, + {1261, -455, 475, 0x1ac7}, + {1261, -455, 397, 0x1abb} + } +}; + +StandTile tile_1682 = { + 0x002a30, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, 475, 0x0000}, + {1319, -455, 397, 0x1aef}, + {1261, -455, 397, 0x1ac7} + } +}; + +StandTile tile_1683 = { + 0x002930, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, 475, 0x1ac3}, + {1261, -455, 397, 0x1abf}, + {1261, -455, 475, 0x1aa7} + } +}; + +StandTile tile_1684 = { + 0x003a30, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 344, 0x1acf}, + {1203, -455, 397, 0x1abb}, + {1261, -455, 397, 0x1aef} + } +}; + +StandTile tile_1685 = { + 0x003930, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, 383, 0x1ab3}, + {1203, -455, 397, 0x1acb}, + {1261, -455, 344, 0x1ad3} + } +}; + +StandTile tile_1686 = { + 0x003830, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 344, 0x1ad7}, + {1188, -455, 310, 0x0000}, + {1188, -455, 383, 0x1acf} + } +}; + +StandTile tile_1687 = { + 0x003730, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, 291, 0x1aff}, + {1188, -455, 310, 0x1ad3}, + {1261, -455, 344, 0x1adb} + } +}; + +StandTile tile_1688 = { + 0x003630, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 291, 0x1af3}, + {1203, -455, 291, 0x1ad7}, + {1261, -455, 344, 0x1adf} + } +}; + +StandTile tile_1689 = { + 0x003530, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 291, 0x1adb}, + {1261, -455, 344, 0x1ae3}, + {1319, -455, 291, 0x1af7} + } +}; + +StandTile tile_1690 = { + 0x003430, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, 291, 0x1adf}, + {1261, -455, 344, 0x1ae7}, + {1333, -455, 310, 0x1afb} + } +}; + +StandTile tile_1691 = { + 0x003330, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1333, -455, 310, 0x1ae3}, + {1261, -455, 344, 0x1aeb}, + {1333, -455, 383, 0x0000} + } +}; + +StandTile tile_1692 = { + 0x003230, 0x29, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1333, -455, 383, 0x1ae7}, + {1261, -455, 344, 0x1aef}, + {1319, -455, 397, 0x1ab7} + } +}; + +StandTile tile_1693 = { + 0x003130, 0x29, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, 397, 0x1aeb}, + {1261, -455, 344, 0x1acb}, + {1261, -455, 397, 0x1ac3} + } +}; + +StandTile tile_1694 = { + 0x033630, 0x29, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 237, 0x1b0c}, + {1203, -455, 291, 0x1adb}, + {1261, -455, 291, 0x1af7} + } +}; + +StandTile tile_1695 = { + 0x004b30, 0x29, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 237, 0x1af3}, + {1261, -455, 291, 0x1adf}, + {1319, -455, 291, 0x1b03} + } +}; + +StandTile tile_1696 = { + 0x004a30, 0x29, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1333, -455, 310, 0x0000}, + {1333, -455, 291, 0x0000}, + {1319, -455, 291, 0x1ae3} + } +}; + +StandTile tile_1697 = { + 0x004930, 0x29, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, 291, 0x0000}, + {1188, -455, 310, 0x1ad7}, + {1203, -455, 291, 0x0000} + } +}; + +StandTile tile_1698 = { + 0x004830, 0x29, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 237, 0x1af7}, + {1319, -455, 291, 0x0000}, + {1319, -455, 218, 0x1b07} + } +}; + +StandTile tile_1699 = { + 0x004730, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {1319, -455, 218, 0x0000}, + {1285, -455, 219, 0x24c7}, + {1261, -455, 218, 0x1b10}, + {1261, -455, 237, 0x1b03} + } +}; + +StandTile tile_1700 = { + 0x004630, 0x29, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, 218, 0x0000}, + {1203, -455, 291, 0x1af3}, + {1261, -455, 237, 0x1b10} + } +}; + +StandTile tile_1701 = { + 0x004530, 0x29, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {1203, -455, 218, 0x1b0c}, + {1261, -455, 237, 0x1b07}, + {1261, -455, 218, 0x24c7}, + {1236, -455, 219, 0x0000} + } +}; + +StandTile tile_1702 = { + 0x001b30, 0x28, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 751, 0x1b1d}, + {1261, -455, 824, 0x1b39}, + {1319, -455, 824, 0x1b19} + } +}; + +StandTile tile_1703 = { + 0x001a30, 0x28, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, 824, 0x0000}, + {1319, -455, 751, 0x1a0f}, + {1261, -455, 751, 0x1b15} + } +}; + +StandTile tile_1704 = { + 0x001c30, 0x28, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, 824, 0x1b31}, + {1261, -455, 824, 0x1b15}, + {1261, -455, 751, 0x1b21} + } +}; + +StandTile tile_1705 = { + 0x001d30, 0x28, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 751, 0x1a0b}, + {1203, -455, 751, 0x0000}, + {1203, -455, 824, 0x1b1d} + } +}; + +StandTile tile_1706 = { + 0x000b30, 0x28, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, 901, 0x0000}, + {1188, -455, 901, 0x0000}, + {1188, -455, 916, 0x1b41} + } +}; + +StandTile tile_1707 = { + 0x000a30, 0x28, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, 901, 0x1b5d}, + {1333, -455, 916, 0x0000}, + {1333, -455, 901, 0x0000} + } +}; + +StandTile tile_1708 = { + 0x000930, 0x28, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, 824, 0x0000}, + {1203, -455, 901, 0x1b3d}, + {1261, -455, 901, 0x1b31} + } +}; + +StandTile tile_1709 = { + 0x000830, 0x28, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 901, 0x1b39}, + {1261, -455, 824, 0x1b1d}, + {1203, -455, 824, 0x1b2d} + } +}; + +StandTile tile_1710 = { + 0x000730, 0x28, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 901, 0x1b61}, + {1319, -455, 901, 0x0000}, + {1319, -455, 824, 0x1b39} + } +}; + +StandTile tile_1711 = { + 0x000630, 0x28, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 824, 0x1b31}, + {1261, -455, 901, 0x1b35}, + {1319, -455, 824, 0x1b15} + } +}; + +StandTile tile_1712 = { + 0x001730, 0x28, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 901, 0x1b2d}, + {1203, -455, 901, 0x1b41}, + {1261, -455, 954, 0x1b61} + } +}; + +StandTile tile_1713 = { + 0x001630, 0x28, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 954, 0x1b3d}, + {1203, -455, 901, 0x1b25}, + {1188, -455, 916, 0x1b45} + } +}; + +StandTile tile_1714 = { + 0x001530, 0x28, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1188, -455, 916, 0x0000}, + {1188, -455, 988, 0x1b49}, + {1261, -455, 954, 0x1b41} + } +}; + +StandTile tile_1715 = { + 0x001430, 0x28, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 954, 0x1b45}, + {1188, -455, 988, 0x1b71}, + {1203, -455, 1008, 0x1b4d} + } +}; + +StandTile tile_1716 = { + 0x001330, 0x28, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 954, 0x1b49}, + {1203, -455, 1008, 0x1b65}, + {1261, -455, 1008, 0x1b51} + } +}; + +StandTile tile_1717 = { + 0x001230, 0x28, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, 1008, 0x1b55}, + {1261, -455, 954, 0x1b4d}, + {1261, -455, 1008, 0x1b69} + } +}; + +StandTile tile_1718 = { + 0x001130, 0x28, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1333, -455, 988, 0x1b59}, + {1261, -455, 954, 0x1b51}, + {1319, -455, 1008, 0x1b6d} + } +}; + +StandTile tile_1719 = { + 0x001030, 0x28, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1333, -455, 916, 0x1b5d}, + {1261, -455, 954, 0x1b55}, + {1333, -455, 988, 0x0000} + } +}; + +StandTile tile_1720 = { + 0x000f30, 0x28, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, 901, 0x1b61}, + {1261, -455, 954, 0x1b59}, + {1333, -455, 916, 0x1b29} + } +}; + +StandTile tile_1721 = { + 0x000e30, 0x28, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 901, 0x1b3d}, + {1261, -455, 954, 0x1b5d}, + {1319, -455, 901, 0x1b35} + } +}; + +StandTile tile_1722 = { + 0x033530, 0x28, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 1008, 0x1b4d}, + {1203, -455, 1008, 0x1b7e}, + {1261, -455, 1061, 0x1b69} + } +}; + +StandTile tile_1723 = { + 0x002830, 0x28, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, 1008, 0x1b51}, + {1261, -455, 1008, 0x1b65}, + {1261, -455, 1061, 0x1b75} + } +}; + +StandTile tile_1724 = { + 0x002730, 0x28, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, 1008, 0x0000}, + {1333, -455, 1008, 0x0000}, + {1333, -455, 988, 0x1b55} + } +}; + +StandTile tile_1725 = { + 0x002630, 0x28, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {1203, -455, 1008, 0x1b49}, + {1188, -455, 988, 0x0000}, + {1188, -455, 1008, 0x0000} + } +}; + +StandTile tile_1726 = { + 0x002530, 0x28, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1319, -455, 1080, 0x0000}, + {1319, -455, 1008, 0x1b69}, + {1261, -455, 1061, 0x1b79} + } +}; + +StandTile tile_1727 = { + 0x002430, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {1261, -455, 1061, 0x1b82}, + {1261, -455, 1080, 0x224e}, + {1285, -455, 1079, 0x0000}, + {1319, -455, 1080, 0x1b75} + } +}; + +StandTile tile_1728 = { + 0x002330, 0x28, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1261, -455, 1061, 0x1b65}, + {1203, -455, 1008, 0x0000}, + {1203, -455, 1080, 0x1b82} + } +}; + +StandTile tile_1729 = { + 0x002230, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {1261, -455, 1080, 0x1b79}, + {1261, -455, 1061, 0x1b7e}, + {1203, -455, 1080, 0x0000}, + {1236, -455, 1079, 0x224e} + } +}; + +StandTile tile_1730 = { + 0x004328, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, 82, 0x1b9f}, + {621, -233, 10, 0x1b97}, + {519, -233, 10, 0x1b8b} + } +}; + +StandTile tile_1731 = { + 0x004228, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, 82, 0x1b87}, + {519, -233, 10, 0x1b8f}, + {553, -233, 82, 0x0000} + } +}; + +StandTile tile_1732 = { + 0x004128, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {519, -233, 10, 0x1c67}, + {519, -233, 68, 0x1b9b}, + {553, -233, 82, 0x1b8b} + } +}; + +StandTile tile_1733 = { + 0x003c28, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, -82, 0x1bd4}, + {519, -233, -48, 0x1c6f}, + {519, -233, 10, 0x1b97} + } +}; + +StandTile tile_1734 = { + 0x003b28, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {519, -233, 10, 0x1b87}, + {621, -233, 10, 0x1baf}, + {621, -233, -82, 0x1b93} + } +}; + +StandTile tile_1735 = { + 0x002f28, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {519, -233, 68, 0x0000}, + {519, -233, 82, 0x0000}, + {553, -233, 82, 0x1b8f} + } +}; + +StandTile tile_1736 = { + 0x002028, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {723, -233, 10, 0x1baf}, + {621, -233, 10, 0x1b87}, + {621, -233, 82, 0x1ba3} + } +}; + +StandTile tile_1737 = { + 0x001f28, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {689, -233, 82, 0x1ba7}, + {723, -233, 10, 0x1b9f}, + {621, -233, 82, 0x0000} + } +}; + +StandTile tile_1738 = { + 0x001e28, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {689, -233, 82, 0x1bb3}, + {723, -233, 68, 0x1ce1}, + {723, -233, 10, 0x1ba3} + } +}; + +StandTile tile_1739 = { + 0x001928, 0x27, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {723, -233, 10, 0x1cd5}, + {723, -233, -48, 0x1bd0}, + {621, -233, -82, 0x1baf} + } +}; + +StandTile tile_1740 = { + 0x001828, 0x27, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, -82, 0x1b97}, + {621, -233, 10, 0x1b9f}, + {723, -233, 10, 0x1bab} + } +}; + +StandTile tile_1741 = { + 0x000c28, 0x27, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {689, -233, 82, 0x0000}, + {723, -233, 82, 0x0000}, + {723, -233, 68, 0x1ba7} + } +}; + +StandTile tile_1742 = { + 0x06492a, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {696, -233, -218, 0x1bbb}, + {621, -233, -160, 0x1bc4}, + {690, -233, -179, 0x0000} + } +}; + +StandTile tile_1743 = { + 0x064929, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {696, -233, -218, 0x0000}, + {679, -233, -218, 0x1bf5}, + {621, -233, -218, 0x1bed}, + {621, -233, -160, 0x1bb7} + } +}; + +StandTile tile_1744 = { + 0x06482a, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {690, -233, -179, 0x1bc4}, + {621, -233, -117, 0x1bcc}, + {692, -233, -135, 0x0000} + } +}; + +StandTile tile_1745 = { + 0x064829, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {690, -233, -179, 0x1bb7}, + {621, -233, -160, 0x1be4}, + {621, -233, -117, 0x1bc0} + } +}; + +StandTile tile_1746 = { + 0x06472a, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {692, -233, -135, 0x1bcc}, + {621, -233, -82, 0x1bd0}, + {702, -233, -98, 0x0000} + } +}; + +StandTile tile_1747 = { + 0x064729, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {692, -233, -135, 0x1bc0}, + {621, -233, -117, 0x1bd8}, + {621, -233, -82, 0x1bc8} + } +}; + +StandTile tile_1748 = { + 0x064628, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {723, -233, -48, 0x0000}, + {702, -233, -98, 0x1bc8}, + {621, -233, -82, 0x1bab} + } +}; + +StandTile tile_1749 = { + 0x064528, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {541, -233, -102, 0x0000}, + {519, -233, -48, 0x1b93}, + {621, -233, -82, 0x1bdc} + } +}; + +StandTile tile_1750 = { + 0x06442a, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {549, -233, -140, 0x1bdc}, + {621, -233, -82, 0x1bcc}, + {621, -233, -117, 0x1be4} + } +}; + +StandTile tile_1751 = { + 0x064429, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {549, -233, -140, 0x0000}, + {541, -233, -102, 0x1bd4}, + {621, -233, -82, 0x1bd8} + } +}; + +StandTile tile_1752 = { + 0x06432a, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {549, -233, -140, 0x1be4}, + {621, -233, -160, 0x1bed}, + {553, -233, -179, 0x0000} + } +}; + +StandTile tile_1753 = { + 0x064329, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {549, -233, -140, 0x1bd8}, + {621, -233, -117, 0x1bc4}, + {621, -233, -160, 0x1be0} + } +}; + +StandTile tile_1754 = { + 0x06422a, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {553, -233, -179, 0x1bed}, + {621, -233, -218, 0x1bf1}, + {563, -233, -218, 0x0000}, + {548, -233, -218, 0x0000} + } +}; + +StandTile tile_1755 = { + 0x064229, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {553, -233, -179, 0x1be0}, + {621, -233, -160, 0x1bbb}, + {621, -233, -218, 0x1be8} + } +}; + +StandTile tile_1756 = { + 0x05e328, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {563, -233, -291, 0x0000}, + {563, -233, -218, 0x1be8}, + {621, -233, -218, 0x1bfd} + } +}; + +StandTile tile_1757 = { + 0x05e428, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, -218, 0x1bbb}, + {679, -233, -218, 0x0000}, + {679, -233, -291, 0x1bf9} + } +}; + +StandTile tile_1758 = { + 0x05fd28, 0x26, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, -291, 0x1bfd}, + {621, -233, -218, 0x1bf5}, + {679, -233, -291, 0x1c57} + } +}; + +StandTile tile_1759 = { + 0x05fc28, 0x26, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {563, -233, -291, 0x1bf1}, + {621, -233, -218, 0x1bf9}, + {621, -233, -291, 0x1c5f} + } +}; + +StandTile tile_1760 = { + 0x060128, 0x26, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, -475, 0x1c33}, + {679, -233, -475, 0x1c1a}, + {621, -233, -528, 0x1c05} + } +}; + +StandTile tile_1761 = { + 0x05fb28, 0x26, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {563, -233, -475, 0x1c37}, + {621, -233, -475, 0x1c01}, + {621, -233, -528, 0x1c11} + } +}; + +StandTile tile_1762 = { + 0x05fa28, 0x26, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {563, -233, -475, 0x0000}, + {548, -233, -475, 0x0000}, + {548, -233, -455, 0x1c3b} + } +}; + +StandTile tile_1763 = { + 0x05f928, 0x26, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {679, -233, -475, 0x1c2f}, + {694, -233, -455, 0x0000}, + {694, -233, -475, 0x0000} + } +}; + +StandTile tile_1764 = { + 0x05f828, 0x26, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {563, -233, -546, 0x0000}, + {563, -233, -475, 0x1c05}, + {621, -233, -528, 0x1c15} + } +}; + +StandTile tile_1765 = { + 0x05f728, 0x26, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {621, -233, -528, 0x1c1e}, + {621, -233, -546, 0x0f74}, + {597, -233, -546, 0x0000}, + {563, -233, -546, 0x1c11} + } +}; + +StandTile tile_1766 = { + 0x05f628, 0x26, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, -528, 0x1c01}, + {679, -233, -475, 0x0000}, + {679, -233, -546, 0x1c1e} + } +}; + +StandTile tile_1767 = { + 0x05f528, 0x26, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x2, + { + {621, -233, -546, 0x1c15}, + {621, -233, -528, 0x1c1a}, + {679, -233, -546, 0x0000}, + {645, -233, -546, 0x0f74} + } +}; + +StandTile tile_1768 = { + 0x05f428, 0x26, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, -368, 0x1c53}, + {679, -233, -368, 0x1c27}, + {621, -233, -421, 0x1c47} + } +}; + +StandTile tile_1769 = { + 0x05f328, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, -421, 0x1c23}, + {679, -233, -368, 0x1c4b}, + {694, -233, -383, 0x1c2b} + } +}; + +StandTile tile_1770 = { + 0x05f228, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {694, -233, -383, 0x0000}, + {694, -233, -455, 0x1c2f}, + {621, -233, -421, 0x1c27} + } +}; + +StandTile tile_1771 = { + 0x05f128, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, -421, 0x1c2b}, + {694, -233, -455, 0x1c0d}, + {679, -233, -475, 0x1c33} + } +}; + +StandTile tile_1772 = { + 0x05f028, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, -421, 0x1c2f}, + {679, -233, -475, 0x1c01}, + {621, -233, -475, 0x1c37} + } +}; + +StandTile tile_1773 = { + 0x05ef28, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {563, -233, -475, 0x1c3b}, + {621, -233, -421, 0x1c33}, + {621, -233, -475, 0x1c05} + } +}; + +StandTile tile_1774 = { + 0x05ee28, 0x26, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {548, -233, -455, 0x1c3f}, + {621, -233, -421, 0x1c37}, + {563, -233, -475, 0x1c09} + } +}; + +StandTile tile_1775 = { + 0x05ed28, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {548, -233, -383, 0x1c43}, + {621, -233, -421, 0x1c3b}, + {548, -233, -455, 0x0000} + } +}; + +StandTile tile_1776 = { + 0x05ec28, 0x26, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {563, -233, -368, 0x1c47}, + {621, -233, -421, 0x1c3f}, + {548, -233, -383, 0x1c4f} + } +}; + +StandTile tile_1777 = { + 0x05eb28, 0x26, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, -368, 0x1c23}, + {621, -233, -421, 0x1c43}, + {563, -233, -368, 0x1c5b} + } +}; + +StandTile tile_1778 = { + 0x05ea28, 0x26, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {679, -233, -368, 0x0000}, + {694, -233, -368, 0x0000}, + {694, -233, -383, 0x1c27} + } +}; + +StandTile tile_1779 = { + 0x05e928, 0x26, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {563, -233, -368, 0x1c43}, + {548, -233, -383, 0x0000}, + {548, -233, -368, 0x0000} + } +}; + +StandTile tile_1780 = { + 0x05e828, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {679, -233, -291, 0x0000}, + {679, -233, -368, 0x1c23}, + {621, -233, -368, 0x1c57} + } +}; + +StandTile tile_1781 = { + 0x05e728, 0x26, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, -368, 0x1c5f}, + {621, -233, -291, 0x1bf9}, + {679, -233, -291, 0x1c53} + } +}; + +StandTile tile_1782 = { + 0x05e628, 0x26, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, -368, 0x1c47}, + {563, -233, -368, 0x0000}, + {563, -233, -291, 0x1c5f} + } +}; + +StandTile tile_1783 = { + 0x05e528, 0x26, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {621, -233, -291, 0x1c57}, + {621, -233, -368, 0x1c5b}, + {563, -233, -291, 0x1bfd} + } +}; + +StandTile tile_1784 = { + 0x003f28, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {519, -233, 10, 0x1c6b}, + {447, -233, 10, 0x1cc9}, + {447, -233, 68, 0x1c67} + } +}; + +StandTile tile_1785 = { + 0x004028, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {447, -233, 68, 0x0000}, + {519, -233, 68, 0x1b8f}, + {519, -233, 10, 0x1c63} + } +}; + +StandTile tile_1786 = { + 0x003e28, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {447, -233, -48, 0x1cd1}, + {447, -233, 10, 0x1c63}, + {519, -233, 10, 0x1c6f} + } +}; + +StandTile tile_1787 = { + 0x003d28, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {519, -233, 10, 0x1b93}, + {519, -233, -48, 0x0000}, + {447, -233, -48, 0x1c6b} + } +}; + +StandTile tile_1788 = { + 0x033628, 0x25, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {209, -233, 10, 0x1c8c}, + {263, -233, 68, 0x1ca5}, + {263, -233, 10, 0x1c77} + } +}; + +StandTile tile_1789 = { + 0x004b28, 0x25, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {209, -233, 10, 0x1c73}, + {263, -233, 10, 0x1ca9}, + {263, -233, -48, 0x1c83} + } +}; + +StandTile tile_1790 = { + 0x004a28, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {282, -233, -63, 0x0000}, + {263, -233, -63, 0x0000}, + {263, -233, -48, 0x1cad} + } +}; + +StandTile tile_1791 = { + 0x004928, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {263, -233, 82, 0x0000}, + {282, -233, 82, 0x1ca1}, + {263, -233, 68, 0x0000} + } +}; + +StandTile tile_1792 = { + 0x004828, 0x25, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {209, -233, 10, 0x1c77}, + {263, -233, -48, 0x0000}, + {190, -233, -48, 0x1c87} + } +}; + +StandTile tile_1793 = { + 0x004728, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {190, -233, -48, 0x0000}, + {191, -233, -15, 0x26f7}, + {190, -233, 10, 0x1c90}, + {209, -233, 10, 0x1c83} + } +}; + +StandTile tile_1794 = { + 0x004628, 0x25, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {190, -233, 68, 0x0000}, + {263, -233, 68, 0x1c73}, + {209, -233, 10, 0x1c90} + } +}; + +StandTile tile_1795 = { + 0x004528, 0x25, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {190, -233, 68, 0x1c8c}, + {209, -233, 10, 0x1c87}, + {190, -233, 10, 0x26f7}, + {191, -233, 34, 0x0000} + } +}; + +StandTile tile_1796 = { + 0x003a28, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {316, -233, 10, 0x1c99}, + {369, -233, 68, 0x1cc5}, + {369, -233, 10, 0x1cb9} + } +}; + +StandTile tile_1797 = { + 0x003928, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {355, -233, 82, 0x1cbd}, + {369, -233, 68, 0x1c95}, + {316, -233, 10, 0x1c9d} + } +}; + +StandTile tile_1798 = { + 0x003828, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {316, -233, 10, 0x1ca1}, + {282, -233, 82, 0x0000}, + {355, -233, 82, 0x1c99} + } +}; + +StandTile tile_1799 = { + 0x003728, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {263, -233, 68, 0x1c7f}, + {282, -233, 82, 0x1c9d}, + {316, -233, 10, 0x1ca5} + } +}; + +StandTile tile_1800 = { + 0x003628, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {263, -233, 10, 0x1c73}, + {263, -233, 68, 0x1ca1}, + {316, -233, 10, 0x1ca9} + } +}; + +StandTile tile_1801 = { + 0x003528, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {263, -233, 10, 0x1ca5}, + {316, -233, 10, 0x1cad}, + {263, -233, -48, 0x1c77} + } +}; + +StandTile tile_1802 = { + 0x003428, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {263, -233, -48, 0x1ca9}, + {316, -233, 10, 0x1cb1}, + {282, -233, -63, 0x1c7b} + } +}; + +StandTile tile_1803 = { + 0x003328, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {282, -233, -63, 0x1cad}, + {316, -233, 10, 0x1cb5}, + {355, -233, -63, 0x0000} + } +}; + +StandTile tile_1804 = { + 0x003228, 0x25, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {355, -233, -63, 0x1cb1}, + {316, -233, 10, 0x1cb9}, + {369, -233, -48, 0x1cc1} + } +}; + +StandTile tile_1805 = { + 0x003128, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {369, -233, -48, 0x1cb5}, + {316, -233, 10, 0x1c95}, + {369, -233, 10, 0x1ccd} + } +}; + +StandTile tile_1806 = { + 0x002e28, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {355, -233, 82, 0x0000}, + {369, -233, 82, 0x0000}, + {369, -233, 68, 0x1c99} + } +}; + +StandTile tile_1807 = { + 0x002d28, 0x25, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {369, -233, -63, 0x0000}, + {355, -233, -63, 0x1cb5}, + {369, -233, -48, 0x0000} + } +}; + +StandTile tile_1808 = { + 0x002c28, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {369, -233, 10, 0x1c95}, + {369, -233, 68, 0x0000}, + {447, -233, 68, 0x1cc9} + } +}; + +StandTile tile_1809 = { + 0x002b28, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {447, -233, 68, 0x1c63}, + {447, -233, 10, 0x1cd1}, + {369, -233, 10, 0x1cc5} + } +}; + +StandTile tile_1810 = { + 0x002a28, 0x25, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {447, -233, -48, 0x0000}, + {369, -233, -48, 0x1cb9}, + {369, -233, 10, 0x1cd1} + } +}; + +StandTile tile_1811 = { + 0x002928, 0x25, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {447, -233, -48, 0x1ccd}, + {369, -233, 10, 0x1cc9}, + {447, -233, 10, 0x1c6b} + } +}; + +StandTile tile_1812 = { + 0x001a28, 0x24, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {796, -233, -48, 0x0000}, + {723, -233, -48, 0x1bab}, + {723, -233, 10, 0x1cd9} + } +}; + +StandTile tile_1813 = { + 0x001b28, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {723, -233, 10, 0x1cdd}, + {796, -233, 10, 0x1cf9}, + {796, -233, -48, 0x1cd5} + } +}; + +StandTile tile_1814 = { + 0x001c28, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {796, -233, 68, 0x1cf1}, + {796, -233, 10, 0x1cd9}, + {723, -233, 10, 0x1ce1} + } +}; + +StandTile tile_1815 = { + 0x001d28, 0x24, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {723, -233, 10, 0x1ba7}, + {723, -233, 68, 0x0000}, + {796, -233, 68, 0x1cdd} + } +}; + +StandTile tile_1816 = { + 0x000b28, 0x24, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {873, -233, 68, 0x0000}, + {873, -233, 82, 0x0000}, + {888, -233, 82, 0x1d01} + } +}; + +StandTile tile_1817 = { + 0x000a28, 0x24, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {873, -233, -48, 0x1d1d}, + {888, -233, -63, 0x0000}, + {873, -233, -63, 0x0000} + } +}; + +StandTile tile_1818 = { + 0x000928, 0x24, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {796, -233, 68, 0x0000}, + {873, -233, 68, 0x1cfd}, + {873, -233, 10, 0x1cf1} + } +}; + +StandTile tile_1819 = { + 0x000828, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {873, -233, 10, 0x1cf9}, + {796, -233, 10, 0x1cdd}, + {796, -233, 68, 0x1ced} + } +}; + +StandTile tile_1820 = { + 0x000728, 0x24, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {873, -233, 10, 0x1d21}, + {873, -233, -48, 0x0000}, + {796, -233, -48, 0x1cf9} + } +}; + +StandTile tile_1821 = { + 0x000628, 0x24, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {796, -233, 10, 0x1cf1}, + {873, -233, 10, 0x1cf5}, + {796, -233, -48, 0x1cd9} + } +}; + +StandTile tile_1822 = { + 0x001728, 0x24, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {873, -233, 10, 0x1ced}, + {873, -233, 68, 0x1d01}, + {926, -233, 10, 0x1d21} + } +}; + +StandTile tile_1823 = { + 0x001628, 0x24, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {926, -233, 10, 0x1cfd}, + {873, -233, 68, 0x1ce5}, + {888, -233, 82, 0x1d05} + } +}; + +StandTile tile_1824 = { + 0x001528, 0x24, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {888, -233, 82, 0x0000}, + {960, -233, 82, 0x1d09}, + {926, -233, 10, 0x1d01} + } +}; + +StandTile tile_1825 = { + 0x001428, 0x24, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {926, -233, 10, 0x1d05}, + {960, -233, 82, 0x1d31}, + {980, -233, 68, 0x1d0d} + } +}; + +StandTile tile_1826 = { + 0x001328, 0x24, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {926, -233, 10, 0x1d09}, + {980, -233, 68, 0x1d25}, + {980, -233, 10, 0x1d11} + } +}; + +StandTile tile_1827 = { + 0x001228, 0x24, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {980, -233, -48, 0x1d15}, + {926, -233, 10, 0x1d0d}, + {980, -233, 10, 0x1d29} + } +}; + +StandTile tile_1828 = { + 0x001128, 0x24, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {960, -233, -63, 0x1d19}, + {926, -233, 10, 0x1d11}, + {980, -233, -48, 0x1d2d} + } +}; + +StandTile tile_1829 = { + 0x001028, 0x24, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {888, -233, -63, 0x1d1d}, + {926, -233, 10, 0x1d15}, + {960, -233, -63, 0x0000} + } +}; + +StandTile tile_1830 = { + 0x000f28, 0x24, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {873, -233, -48, 0x1d21}, + {926, -233, 10, 0x1d19}, + {888, -233, -63, 0x1ce9} + } +}; + +StandTile tile_1831 = { + 0x000e28, 0x24, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {873, -233, 10, 0x1cfd}, + {926, -233, 10, 0x1d1d}, + {873, -233, -48, 0x1cf5} + } +}; + +StandTile tile_1832 = { + 0x033528, 0x24, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {980, -233, 10, 0x1d0d}, + {980, -233, 68, 0x1d3e}, + {1033, -233, 10, 0x1d29} + } +}; + +StandTile tile_1833 = { + 0x002828, 0x24, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {980, -233, -48, 0x1d11}, + {980, -233, 10, 0x1d25}, + {1033, -233, 10, 0x1d35} + } +}; + +StandTile tile_1834 = { + 0x002728, 0x24, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {980, -233, -48, 0x0000}, + {980, -233, -63, 0x0000}, + {960, -233, -63, 0x1d15} + } +}; + +StandTile tile_1835 = { + 0x002628, 0x24, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {980, -233, 68, 0x1d09}, + {960, -233, 82, 0x0000}, + {980, -233, 82, 0x0000} + } +}; + +StandTile tile_1836 = { + 0x002528, 0x24, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1052, -233, -48, 0x0000}, + {980, -233, -48, 0x1d29}, + {1033, -233, 10, 0x1d39} + } +}; + +StandTile tile_1837 = { + 0x002428, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {1033, -233, 10, 0x1d42}, + {1052, -233, 10, 0x24b1}, + {1051, -233, -15, 0x0000}, + {1052, -233, -48, 0x1d35} + } +}; + +StandTile tile_1838 = { + 0x002328, 0x24, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1033, -233, 10, 0x1d25}, + {980, -233, 68, 0x0000}, + {1052, -233, 68, 0x1d42} + } +}; + +StandTile tile_1839 = { + 0x002228, 0x24, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {1052, -233, 10, 0x1d39}, + {1033, -233, 10, 0x1d3e}, + {1052, -233, 68, 0x0000}, + {1051, -233, 34, 0x24b1} + } +}; + +StandTile tile_1840 = { + 0x004320, 0x23, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {54, -19, 649, 0x1d5f}, + {-18, -19, 649, 0x1d57}, + {-18, -19, 751, 0x1d4b} + } +}; + +StandTile tile_1841 = { + 0x004220, 0x23, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {54, -19, 649, 0x1d47}, + {-18, -19, 751, 0x1d4f}, + {54, -19, 717, 0x0000} + } +}; + +StandTile tile_1842 = { + 0x004120, 0x23, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 751, 0x1e2f}, + {40, -19, 751, 0x1d5b}, + {54, -19, 717, 0x1d4b} + } +}; + +StandTile tile_1843 = { + 0x003c20, 0x23, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-110, -19, 649, 0x1d94}, + {-76, -19, 751, 0x1e23}, + {-18, -19, 751, 0x1d57} + } +}; + +StandTile tile_1844 = { + 0x003b20, 0x23, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 751, 0x1d47}, + {-18, -19, 649, 0x1d6f}, + {-110, -19, 649, 0x1d53} + } +}; + +StandTile tile_1845 = { + 0x002f20, 0x23, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {40, -19, 751, 0x0000}, + {54, -19, 751, 0x0000}, + {54, -19, 717, 0x1d4f} + } +}; + +StandTile tile_1846 = { + 0x002020, 0x23, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 547, 0x1d6f}, + {-18, -19, 649, 0x1d47}, + {54, -19, 649, 0x1d63} + } +}; + +StandTile tile_1847 = { + 0x001f20, 0x23, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {54, -19, 581, 0x1d67}, + {-18, -19, 547, 0x1d5f}, + {54, -19, 649, 0x0000} + } +}; + +StandTile tile_1848 = { + 0x001e20, 0x23, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, -19, 581, 0x1d73}, + {40, -19, 547, 0x1e99}, + {-18, -19, 547, 0x1d63} + } +}; + +StandTile tile_1849 = { + 0x001920, 0x23, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 547, 0x1ea1}, + {-76, -19, 547, 0x1d90}, + {-110, -19, 649, 0x1d6f} + } +}; + +StandTile tile_1850 = { + 0x001820, 0x23, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-110, -19, 649, 0x1d57}, + {-18, -19, 649, 0x1d5f}, + {-18, -19, 547, 0x1d6b} + } +}; + +StandTile tile_1851 = { + 0x000c20, 0x23, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {54, -19, 581, 0x0000}, + {54, -19, 547, 0x0000}, + {40, -19, 547, 0x1d67} + } +}; + +StandTile tile_1852 = { + 0x064e22, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-246, -19, 574, 0x1d7b}, + {-188, -19, 649, 0x1d84}, + {-207, -19, 580, 0x0000} + } +}; + +StandTile tile_1853 = { + 0x064e21, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-246, -19, 574, 0x0000}, + {-246, -19, 591, 0x1db5}, + {-246, -19, 649, 0x1dad}, + {-188, -19, 649, 0x1d77} + } +}; + +StandTile tile_1854 = { + 0x064d22, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-207, -19, 580, 0x1d84}, + {-145, -19, 649, 0x1d8c}, + {-151, -19, 576, 0x0000} + } +}; + +StandTile tile_1855 = { + 0x064d21, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-207, -19, 580, 0x1d77}, + {-188, -19, 649, 0x1da4}, + {-145, -19, 649, 0x1d80} + } +}; + +StandTile tile_1856 = { + 0x064c22, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-151, -19, 576, 0x1d8c}, + {-110, -19, 649, 0x1d90}, + {-120, -19, 565, 0x0000} + } +}; + +StandTile tile_1857 = { + 0x064c21, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-151, -19, 576, 0x1d80}, + {-145, -19, 649, 0x1d9c}, + {-110, -19, 649, 0x1d88} + } +}; + +StandTile tile_1858 = { + 0x064b20, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-76, -19, 547, 0x0000}, + {-120, -19, 565, 0x1d88}, + {-110, -19, 649, 0x1d6b} + } +}; + +StandTile tile_1859 = { + 0x064a20, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-76, -19, 751, 0x1d53}, + {-110, -19, 649, 0x1d9c}, + {-126, -19, 730, 0x0000} + } +}; + +StandTile tile_1860 = { + 0x064922, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-126, -19, 730, 0x1d9c}, + {-145, -19, 649, 0x1da4}, + {-158, -19, 720, 0x0000} + } +}; + +StandTile tile_1861 = { + 0x064921, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-126, -19, 730, 0x1d94}, + {-110, -19, 649, 0x1d8c}, + {-145, -19, 649, 0x1d98} + } +}; + +StandTile tile_1862 = { + 0x064822, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-158, -19, 720, 0x1da4}, + {-188, -19, 649, 0x1dad}, + {-207, -19, 717, 0x0000} + } +}; + +StandTile tile_1863 = { + 0x064821, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-158, -19, 720, 0x1d98}, + {-145, -19, 649, 0x1d84}, + {-188, -19, 649, 0x1da0} + } +}; + +StandTile tile_1864 = { + 0x064722, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-207, -19, 717, 0x1dad}, + {-246, -19, 649, 0x1db1}, + {-246, -19, 707, 0x0000}, + {-246, -19, 722, 0x0000} + } +}; + +StandTile tile_1865 = { + 0x064721, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-207, -19, 717, 0x1da0}, + {-188, -19, 649, 0x1d7b}, + {-246, -19, 649, 0x1da8} + } +}; + +StandTile tile_1866 = { + 0x05e320, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-319, -19, 707, 0x0000}, + {-246, -19, 707, 0x1da8}, + {-246, -19, 649, 0x1db9} + } +}; + +StandTile tile_1867 = { + 0x05e420, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-246, -19, 649, 0x1d7b}, + {-246, -19, 591, 0x0000}, + {-319, -19, 591, 0x1dbd} + } +}; + +StandTile tile_1868 = { + 0x05fc20, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-319, -19, 707, 0x1db1}, + {-246, -19, 649, 0x1dbd}, + {-319, -19, 649, 0x1e1f} + } +}; + +StandTile tile_1869 = { + 0x05fd20, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-319, -19, 649, 0x1db9}, + {-246, -19, 649, 0x1db5}, + {-319, -19, 591, 0x1e17} + } +}; + +StandTile tile_1870 = { + 0x060120, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-503, -19, 649, 0x1df3}, + {-503, -19, 591, 0x1dda}, + {-556, -19, 649, 0x1dc5} + } +}; + +StandTile tile_1871 = { + 0x05fb20, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-503, -19, 707, 0x1df7}, + {-503, -19, 649, 0x1dc1}, + {-556, -19, 649, 0x1dd1} + } +}; + +StandTile tile_1872 = { + 0x05fa20, 0x22, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-503, -19, 707, 0x0000}, + {-503, -19, 722, 0x0000}, + {-483, -19, 722, 0x1dfb} + } +}; + +StandTile tile_1873 = { + 0x05f920, 0x22, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-503, -19, 591, 0x1def}, + {-483, -19, 577, 0x0000}, + {-503, -19, 577, 0x0000} + } +}; + +StandTile tile_1874 = { + 0x05f820, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-574, -19, 707, 0x0000}, + {-503, -19, 707, 0x1dc5}, + {-556, -19, 649, 0x1dd5} + } +}; + +StandTile tile_1875 = { + 0x05f720, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x3, + { + {-556, -19, 649, 0x1dde}, + {-574, -19, 649, 0x12eb}, + {-574, -19, 673, 0x0000}, + {-574, -19, 707, 0x1dd1} + } +}; + +StandTile tile_1876 = { + 0x05f620, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-556, -19, 649, 0x1dc1}, + {-503, -19, 591, 0x0000}, + {-574, -19, 591, 0x1dde} + } +}; + +StandTile tile_1877 = { + 0x05f520, 0x22, + 0x0, + 0xb, 0xb, 0xb, + 4, + 0x0, 0x1, 0x2, + { + {-574, -19, 649, 0x1dd5}, + {-556, -19, 649, 0x1dda}, + {-574, -19, 591, 0x0000}, + {-574, -19, 625, 0x12eb} + } +}; + +StandTile tile_1878 = { + 0x05f420, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-396, -19, 649, 0x1e13}, + {-396, -19, 591, 0x1de7}, + {-450, -19, 649, 0x1e07} + } +}; + +StandTile tile_1879 = { + 0x05f320, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-450, -19, 649, 0x1de3}, + {-396, -19, 591, 0x1e0b}, + {-411, -19, 577, 0x1deb} + } +}; + +StandTile tile_1880 = { + 0x05f220, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-411, -19, 577, 0x0000}, + {-483, -19, 577, 0x1def}, + {-450, -19, 649, 0x1de7} + } +}; + +StandTile tile_1881 = { + 0x05f120, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-450, -19, 649, 0x1deb}, + {-483, -19, 577, 0x1dcd}, + {-503, -19, 591, 0x1df3} + } +}; + +StandTile tile_1882 = { + 0x05f020, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-450, -19, 649, 0x1def}, + {-503, -19, 591, 0x1dc1}, + {-503, -19, 649, 0x1df7} + } +}; + +StandTile tile_1883 = { + 0x05ef20, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-503, -19, 707, 0x1dfb}, + {-450, -19, 649, 0x1df3}, + {-503, -19, 649, 0x1dc5} + } +}; + +StandTile tile_1884 = { + 0x05ee20, 0x22, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-483, -19, 722, 0x1dff}, + {-450, -19, 649, 0x1df7}, + {-503, -19, 707, 0x1dc9} + } +}; + +StandTile tile_1885 = { + 0x05ed20, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-411, -19, 722, 0x1e03}, + {-450, -19, 649, 0x1dfb}, + {-483, -19, 722, 0x0000} + } +}; + +StandTile tile_1886 = { + 0x05ec20, 0x22, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-396, -19, 707, 0x1e07}, + {-450, -19, 649, 0x1dff}, + {-411, -19, 722, 0x1e0f} + } +}; + +StandTile tile_1887 = { + 0x05eb20, 0x22, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-396, -19, 649, 0x1de3}, + {-450, -19, 649, 0x1e03}, + {-396, -19, 707, 0x1e1b} + } +}; + +StandTile tile_1888 = { + 0x05ea20, 0x22, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-396, -19, 591, 0x0000}, + {-396, -19, 577, 0x0000}, + {-411, -19, 577, 0x1de7} + } +}; + +StandTile tile_1889 = { + 0x05e920, 0x22, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-396, -19, 707, 0x1e03}, + {-411, -19, 722, 0x0000}, + {-396, -19, 722, 0x0000} + } +}; + +StandTile tile_1890 = { + 0x05e820, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-319, -19, 591, 0x0000}, + {-396, -19, 591, 0x1de3}, + {-396, -19, 649, 0x1e17} + } +}; + +StandTile tile_1891 = { + 0x05e720, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-396, -19, 649, 0x1e1f}, + {-319, -19, 649, 0x1dbd}, + {-319, -19, 591, 0x1e13} + } +}; + +StandTile tile_1892 = { + 0x05e620, 0x22, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-396, -19, 649, 0x1e07}, + {-396, -19, 707, 0x0000}, + {-319, -19, 707, 0x1e1f} + } +}; + +StandTile tile_1893 = { + 0x05e520, 0x22, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-319, -19, 649, 0x1e17}, + {-396, -19, 649, 0x1e1b}, + {-319, -19, 707, 0x1db9} + } +}; + +StandTile tile_1894 = { + 0x003d20, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 751, 0x1d53}, + {-76, -19, 751, 0x0000}, + {-76, -19, 824, 0x1e27} + } +}; + +StandTile tile_1895 = { + 0x003e20, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-76, -19, 824, 0x1e47}, + {-18, -19, 824, 0x1e2b}, + {-18, -19, 751, 0x1e23} + } +}; + +StandTile tile_1896 = { + 0x003f20, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 751, 0x1e27}, + {-18, -19, 824, 0x1e3f}, + {40, -19, 824, 0x1e2f} + } +}; + +StandTile tile_1897 = { + 0x004020, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {40, -19, 824, 0x0000}, + {40, -19, 751, 0x1d4f}, + {-18, -19, 751, 0x1e2b} + } +}; + +StandTile tile_1898 = { + 0x002e20, 0x21, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {54, -19, 916, 0x0000}, + {54, -19, 901, 0x0000}, + {40, -19, 901, 0x1e4f} + } +}; + +StandTile tile_1899 = { + 0x002d20, 0x21, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-91, -19, 901, 0x0000}, + {-91, -19, 916, 0x1e6b}, + {-76, -19, 901, 0x0000} + } +}; + +StandTile tile_1900 = { + 0x002c20, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 901, 0x1e4b}, + {40, -19, 901, 0x0000}, + {40, -19, 824, 0x1e3f} + } +}; + +StandTile tile_1901 = { + 0x002b20, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {40, -19, 824, 0x1e2b}, + {-18, -19, 824, 0x1e47}, + {-18, -19, 901, 0x1e3b} + } +}; + +StandTile tile_1902 = { + 0x002a20, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -19, 824, 0x0000}, + {-76, -19, 901, 0x1e6f}, + {-18, -19, 901, 0x1e47} + } +}; + +StandTile tile_1903 = { + 0x002920, 0x21, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-76, -19, 824, 0x1e43}, + {-18, -19, 901, 0x1e3f}, + {-18, -19, 824, 0x1e27} + } +}; + +StandTile tile_1904 = { + 0x003a20, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 954, 0x1e4f}, + {40, -19, 901, 0x1e3b}, + {-18, -19, 901, 0x1e6f} + } +}; + +StandTile tile_1905 = { + 0x003920, 0x21, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {54, -19, 916, 0x1e33}, + {40, -19, 901, 0x1e4b}, + {-18, -19, 954, 0x1e53} + } +}; + +StandTile tile_1906 = { + 0x003820, 0x21, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 954, 0x1e57}, + {54, -19, 988, 0x0000}, + {54, -19, 916, 0x1e4f} + } +}; + +StandTile tile_1907 = { + 0x003720, 0x21, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {40, -19, 1008, 0x1e7f}, + {54, -19, 988, 0x1e53}, + {-18, -19, 954, 0x1e5b} + } +}; + +StandTile tile_1908 = { + 0x003620, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 1008, 0x1e73}, + {40, -19, 1008, 0x1e57}, + {-18, -19, 954, 0x1e5f} + } +}; + +StandTile tile_1909 = { + 0x003520, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 1008, 0x1e5b}, + {-18, -19, 954, 0x1e63}, + {-76, -19, 1008, 0x1e77} + } +}; + +StandTile tile_1910 = { + 0x003420, 0x21, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-76, -19, 1008, 0x1e5f}, + {-18, -19, 954, 0x1e67}, + {-91, -19, 988, 0x1e7b} + } +}; + +StandTile tile_1911 = { + 0x003320, 0x21, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-91, -19, 988, 0x1e63}, + {-18, -19, 954, 0x1e6b}, + {-91, -19, 916, 0x0000} + } +}; + +StandTile tile_1912 = { + 0x003220, 0x21, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-91, -19, 916, 0x1e67}, + {-18, -19, 954, 0x1e6f}, + {-76, -19, 901, 0x1e37} + } +}; + +StandTile tile_1913 = { + 0x003120, 0x21, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -19, 901, 0x1e6b}, + {-18, -19, 954, 0x1e4b}, + {-18, -19, 901, 0x1e43} + } +}; + +StandTile tile_1914 = { + 0x033620, 0x21, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 1061, 0x1e8c}, + {40, -19, 1008, 0x1e5b}, + {-18, -19, 1008, 0x1e77} + } +}; + +StandTile tile_1915 = { + 0x004b20, 0x21, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 1061, 0x1e73}, + {-18, -19, 1008, 0x1e5f}, + {-76, -19, 1008, 0x1e83} + } +}; + +StandTile tile_1916 = { + 0x004a20, 0x21, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-91, -19, 988, 0x0000}, + {-91, -19, 1008, 0x0000}, + {-76, -19, 1008, 0x1e63} + } +}; + +StandTile tile_1917 = { + 0x004920, 0x21, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {54, -19, 1008, 0x0000}, + {54, -19, 988, 0x1e57}, + {40, -19, 1008, 0x0000} + } +}; + +StandTile tile_1918 = { + 0x004820, 0x21, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 1061, 0x1e77}, + {-76, -19, 1008, 0x0000}, + {-76, -19, 1080, 0x1e87} + } +}; + +StandTile tile_1919 = { + 0x004720, 0x21, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x2, 0x3, + { + {-76, -19, 1080, 0x0000}, + {-43, -19, 1079, 0x1f0b}, + {-18, -19, 1080, 0x1e90}, + {-18, -19, 1061, 0x1e83} + } +}; + +StandTile tile_1920 = { + 0x004620, 0x21, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {40, -19, 1080, 0x0000}, + {40, -19, 1008, 0x1e73}, + {-18, -19, 1061, 0x1e90} + } +}; + +StandTile tile_1921 = { + 0x004520, 0x21, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {40, -19, 1080, 0x1e8c}, + {-18, -19, 1061, 0x1e87}, + {-18, -19, 1080, 0x1f0b}, + {6, -19, 1079, 0x0000} + } +}; + +StandTile tile_1922 = { + 0x001c20, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {40, -19, 475, 0x1efb}, + {-18, -19, 475, 0x1e9d}, + {-18, -19, 547, 0x1e99} + } +}; + +StandTile tile_1923 = { + 0x001d20, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 547, 0x1d67}, + {40, -19, 547, 0x0000}, + {40, -19, 475, 0x1e95} + } +}; + +StandTile tile_1924 = { + 0x001b20, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 547, 0x1e95}, + {-18, -19, 475, 0x1f03}, + {-76, -19, 475, 0x1ea1} + } +}; + +StandTile tile_1925 = { + 0x001a20, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -19, 475, 0x0000}, + {-76, -19, 547, 0x1d6b}, + {-18, -19, 547, 0x1e9d} + } +}; + +StandTile tile_1926 = { + 0x033520, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 291, 0x1ed7}, + {40, -19, 291, 0x1ebe}, + {-18, -19, 237, 0x1ea9} + } +}; + +StandTile tile_1927 = { + 0x002820, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-76, -19, 291, 0x1edb}, + {-18, -19, 291, 0x1ea5}, + {-18, -19, 237, 0x1eb5} + } +}; + +StandTile tile_1928 = { + 0x002720, 0x20, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-76, -19, 291, 0x0000}, + {-91, -19, 291, 0x0000}, + {-91, -19, 310, 0x1edf} + } +}; + +StandTile tile_1929 = { + 0x002620, 0x20, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {40, -19, 291, 0x1ed3}, + {54, -19, 310, 0x0000}, + {54, -19, 291, 0x0000} + } +}; + +StandTile tile_1930 = { + 0x002520, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-76, -19, 219, 0x0000}, + {-76, -19, 291, 0x1ea9}, + {-18, -19, 237, 0x1eb9} + } +}; + +StandTile tile_1931 = { + 0x002420, 0x20, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x3, + { + {-18, -19, 237, 0x1ec2}, + {-18, -19, 219, 0x26e1}, + {-43, -19, 219, 0x0000}, + {-76, -19, 219, 0x1eb5} + } +}; + +StandTile tile_1932 = { + 0x002320, 0x20, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 237, 0x1ea5}, + {40, -19, 291, 0x0000}, + {40, -19, 219, 0x1ec2} + } +}; + +StandTile tile_1933 = { + 0x002220, 0x20, + 0x0, + 0x6, 0x6, 0x6, + 4, + 0x0, 0x1, 0x2, + { + {-18, -19, 219, 0x1eb9}, + {-18, -19, 237, 0x1ebe}, + {40, -19, 219, 0x0000}, + {6, -19, 219, 0x26e1} + } +}; + +StandTile tile_1934 = { + 0x001720, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 397, 0x1ef7}, + {40, -19, 397, 0x1ecb}, + {-18, -19, 344, 0x1eeb} + } +}; + +StandTile tile_1935 = { + 0x001620, 0x20, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 344, 0x1ec7}, + {40, -19, 397, 0x1eef}, + {54, -19, 383, 0x1ecf} + } +}; + +StandTile tile_1936 = { + 0x001520, 0x20, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {54, -19, 383, 0x0000}, + {54, -19, 310, 0x1ed3}, + {-18, -19, 344, 0x1ecb} + } +}; + +StandTile tile_1937 = { + 0x001420, 0x20, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 344, 0x1ecf}, + {54, -19, 310, 0x1eb1}, + {40, -19, 291, 0x1ed7} + } +}; + +StandTile tile_1938 = { + 0x001320, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 344, 0x1ed3}, + {40, -19, 291, 0x1ea5}, + {-18, -19, 291, 0x1edb} + } +}; + +StandTile tile_1939 = { + 0x001220, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-76, -19, 291, 0x1edf}, + {-18, -19, 344, 0x1ed7}, + {-18, -19, 291, 0x1ea9} + } +}; + +StandTile tile_1940 = { + 0x001120, 0x20, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-91, -19, 310, 0x1ee3}, + {-18, -19, 344, 0x1edb}, + {-76, -19, 291, 0x1ead} + } +}; + +StandTile tile_1941 = { + 0x001020, 0x20, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-91, -19, 383, 0x1ee7}, + {-18, -19, 344, 0x1edf}, + {-91, -19, 310, 0x0000} + } +}; + +StandTile tile_1942 = { + 0x000f20, 0x20, + 0x0, + 0x2, 0x2, 0x2, + 3, + 0x0, 0x1, 0x2, + { + {-76, -19, 397, 0x1eeb}, + {-18, -19, 344, 0x1ee3}, + {-91, -19, 383, 0x1ef3} + } +}; + +StandTile tile_1943 = { + 0x000e20, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 397, 0x1ec7}, + {-18, -19, 344, 0x1ee7}, + {-76, -19, 397, 0x1eff} + } +}; + +StandTile tile_1944 = { + 0x000b20, 0x20, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {40, -19, 397, 0x0000}, + {54, -19, 397, 0x0000}, + {54, -19, 383, 0x1ecb} + } +}; + +StandTile tile_1945 = { + 0x000a20, 0x20, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-76, -19, 397, 0x1ee7}, + {-91, -19, 383, 0x0000}, + {-91, -19, 397, 0x0000} + } +}; + +StandTile tile_1946 = { + 0x000920, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {40, -19, 475, 0x0000}, + {40, -19, 397, 0x1ec7}, + {-18, -19, 397, 0x1efb} + } +}; + +StandTile tile_1947 = { + 0x000820, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 397, 0x1f03}, + {-18, -19, 475, 0x1e95}, + {40, -19, 475, 0x1ef7} + } +}; + +StandTile tile_1948 = { + 0x000720, 0x20, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 397, 0x1eeb}, + {-76, -19, 397, 0x0000}, + {-76, -19, 475, 0x1f03} + } +}; + +StandTile tile_1949 = { + 0x000620, 0x20, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-18, -19, 475, 0x1efb}, + {-18, -19, 397, 0x1eff}, + {-76, -19, 475, 0x1e9d} + } +}; + +StandTile tile_1950 = { + 0x07d91a, 0x1e, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {20, -19, 1094, 0x1f0b}, + {-43, -19, 1079, 0x0000}, + {-57, -19, 1094, 0x1f54} + } +}; + +StandTile tile_1951 = { + 0x07d919, 0x1e, + 0x0, + 0x4, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {20, -19, 1094, 0x0000}, + {6, -19, 1079, 0x1e90}, + {-18, -19, 1080, 0x1e87}, + {-43, -19, 1079, 0x1f07} + } +}; + +StandTile tile_1952 = { + 0x084b1a, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {20, -19, 1484, 0x1f14}, + {-47, -19, 1435, 0x0000}, + {-57, -19, 1484, 0x0000} + } +}; + +StandTile tile_1953 = { + 0x084b19, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {20, -19, 1484, 0x1f1c}, + {11, -19, 1435, 0x0000}, + {-47, -19, 1435, 0x1f10} + } +}; + +StandTile tile_1954 = { + 0x08481a, 0x1e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {11, -19, 1435, 0x1f1c}, + {93, -19, 1450, 0x1f2c}, + {64, -19, 1411, 0x0000} + } +}; + +StandTile tile_1955 = { + 0x084819, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {11, -19, 1435, 0x1f14}, + {20, -19, 1484, 0x0000}, + {93, -19, 1450, 0x1f18} + } +}; + +StandTile tile_1956 = { + 0x08451a, 0x1e, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {103, -19, 1372, 0x1f24}, + {175, -19, 1329, 0x1f34}, + {127, -19, 1319, 0x0000} + } +}; + +StandTile tile_1957 = { + 0x084519, 0x1e, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {103, -19, 1372, 0x1f28}, + {142, -19, 1402, 0x0000}, + {175, -19, 1329, 0x1f20} + } +}; + +StandTile tile_1958 = { + 0x08421a, 0x1e, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {64, -19, 1411, 0x1f2c}, + {142, -19, 1402, 0x1f24}, + {103, -19, 1372, 0x0000} + } +}; + +StandTile tile_1959 = { + 0x084219, 0x1e, + 0x0, + 0x6, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {64, -19, 1411, 0x1f18}, + {93, -19, 1450, 0x0000}, + {142, -19, 1402, 0x1f28} + } +}; + +StandTile tile_1960 = { + 0x083f1a, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {127, -19, 1319, 0x1f34}, + {175, -19, 1251, 0x1f38}, + {127, -19, 1261, 0x0000} + } +}; + +StandTile tile_1961 = { + 0x083f19, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {127, -19, 1319, 0x1f20}, + {175, -19, 1329, 0x0000}, + {175, -19, 1251, 0x1f30} + } +}; + +StandTile tile_1962 = { + 0x083e1a, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {142, -19, 1179, 0x1f3c}, + {127, -19, 1261, 0x1f30}, + {175, -19, 1251, 0x0000} + } +}; + +StandTile tile_1963 = { + 0x083e19, 0x1e, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {142, -19, 1179, 0x1f4c}, + {103, -19, 1208, 0x0000}, + {127, -19, 1261, 0x1f38} + } +}; + +StandTile tile_1964 = { + 0x08371a, 0x1e, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {64, -19, 1169, 0x1f44}, + {20, -19, 1094, 0x1f54}, + {11, -19, 1145, 0x0000} + } +}; + +StandTile tile_1965 = { + 0x083719, 0x1e, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {64, -19, 1169, 0x1f48}, + {93, -19, 1130, 0x0000}, + {20, -19, 1094, 0x1f40} + } +}; + +StandTile tile_1966 = { + 0x08361a, 0x1e, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {103, -19, 1208, 0x1f4c}, + {93, -19, 1130, 0x1f44}, + {64, -19, 1169, 0x0000} + } +}; + +StandTile tile_1967 = { + 0x083619, 0x1e, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {103, -19, 1208, 0x1f3c}, + {142, -19, 1179, 0x0000}, + {93, -19, 1130, 0x1f48} + } +}; + +StandTile tile_1968 = { + 0x08331a, 0x1e, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11, -19, 1145, 0x1f54}, + {-57, -19, 1094, 0x0000}, + {-47, -19, 1145, 0x0000} + } +}; + +StandTile tile_1969 = { + 0x083319, 0x1e, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11, -19, 1145, 0x1f40}, + {20, -19, 1094, 0x1f07}, + {-57, -19, 1094, 0x1f50} + } +}; + +StandTile tile_1970 = { + 0x009e1a, 0x1d, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-139, -233, 1208, 0x1f5c}, + {-213, -233, 1250, 0x1f64}, + {-164, -233, 1261, 0x0000} + } +}; + +StandTile tile_1971 = { + 0x009e19, 0x1d, + 0x0, + 0x4, 0x4, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-139, -233, 1208, 0x1f68}, + {-177, -233, 1178, 0x0000}, + {-213, -233, 1250, 0x1f58} + } +}; + +StandTile tile_1972 = { + 0x009f1a, 0x1d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-164, -233, 1261, 0x1f64}, + {-213, -233, 1328, 0x0000}, + {-165, -233, 1319, 0x0000} + } +}; + +StandTile tile_1973 = { + 0x009f19, 0x1d, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-164, -233, 1261, 0x1f58}, + {-213, -233, 1250, 0x1f80}, + {-213, -233, 1328, 0x1f60} + } +}; + +StandTile tile_1974 = { + 0x00951a, 0x1d, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-100, -233, 1169, 0x1f6c}, + {-177, -233, 1178, 0x1f5c}, + {-139, -233, 1208, 0x0000} + } +}; + +StandTile tile_1975 = { + 0x009519, 0x1d, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-100, -233, 1169, 0x1f78}, + {-128, -233, 1130, 0x0000}, + {-177, -233, 1178, 0x1f68} + } +}; + +StandTile tile_1976 = { + 0x00941a, 0x1d, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-55, -233, 1097, 0x1f74}, + {12, -233, 1147, 0x0000}, + {23, -233, 1098, 0x0000} + } +}; + +StandTile tile_1977 = { + 0x009419, 0x1d, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-55, -233, 1097, 0x1f7c}, + {-46, -233, 1146, 0x0000}, + {12, -233, 1147, 0x1f70} + } +}; + +StandTile tile_1978 = { + 0x00911a, 0x1d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-46, -233, 1146, 0x1f7c}, + {-128, -233, 1130, 0x1f6c}, + {-100, -233, 1169, 0x0000} + } +}; + +StandTile tile_1979 = { + 0x009119, 0x1d, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-46, -233, 1146, 0x1f74}, + {-55, -233, 1097, 0x0000}, + {-128, -233, 1130, 0x1f78} + } +}; + +StandTile tile_1980 = { + 0x00b01a, 0x1d, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-213, -233, 1250, 0x1f84}, + {-228, -233, 1313, 0x0000}, + {-213, -233, 1328, 0x1f64} + } +}; + +StandTile tile_1981 = { + 0x00b019, 0x1d, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-213, -233, 1250, 0x0000}, + {-228, -233, 1265, 0x0000}, + {-228, -233, 1313, 0x1f80} + } +}; + +StandTile tile_1982 = { + 0x08111a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {65, -669, 1168, 0x1f8c}, + {21, -669, 1095, 0x1f94}, + {12, -669, 1144, 0x0000} + } +}; + +StandTile tile_1983 = { + 0x081119, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {65, -669, 1168, 0x1f98}, + {94, -669, 1129, 0x0000}, + {21, -669, 1095, 0x1f88} + } +}; + +StandTile tile_1984 = { + 0x08101a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {12, -669, 1144, 0x1f94}, + {-56, -669, 1095, 0x0000}, + {-46, -669, 1144, 0x0000} + } +}; + +StandTile tile_1985 = { + 0x081019, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {12, -669, 1144, 0x1f88}, + {21, -669, 1095, 0x0000}, + {-56, -669, 1095, 0x1f90} + } +}; + +StandTile tile_1986 = { + 0x08061a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {104, -669, 1207, 0x1f9c}, + {94, -669, 1129, 0x1f8c}, + {65, -669, 1168, 0x0000} + } +}; + +StandTile tile_1987 = { + 0x080619, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {104, -669, 1207, 0x1fa8}, + {143, -669, 1178, 0x0000}, + {94, -669, 1129, 0x1f98} + } +}; + +StandTile tile_1988 = { + 0x08051a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {176, -669, 1250, 0x1fa4}, + {128, -669, 1318, 0x0000}, + {176, -669, 1328, 0x1fb0} + } +}; + +StandTile tile_1989 = { + 0x080519, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {176, -669, 1250, 0x1fac}, + {128, -669, 1260, 0x0000}, + {128, -669, 1318, 0x1fa0} + } +}; + +StandTile tile_1990 = { + 0x08021a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {128, -669, 1260, 0x1fac}, + {143, -669, 1178, 0x1f9c}, + {104, -669, 1207, 0x0000} + } +}; + +StandTile tile_1991 = { + 0x080219, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {128, -669, 1260, 0x1fa4}, + {176, -669, 1250, 0x0000}, + {143, -669, 1178, 0x1fa8} + } +}; + +StandTile tile_1992 = { + 0x07ee1a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {176, -669, 1328, 0x1fb4}, + {191, -669, 1265, 0x0000}, + {176, -669, 1250, 0x1fa0} + } +}; + +StandTile tile_1993 = { + 0x07ee19, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {176, -669, 1328, 0x0000}, + {191, -669, 1313, 0x19d1}, + {190, -669, 1289, 0x19da}, + {191, -669, 1265, 0x1fb0} + } +}; + +StandTile tile_1994 = { + 0x059d1a, 0x1b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-213, -669, 1251, 0x1fbd}, + {-228, -669, 1314, 0x0000}, + {-213, -669, 1328, 0x0000} + } +}; + +StandTile tile_1995 = { + 0x059d19, 0x1b, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-213, -669, 1251, 0x0000}, + {-228, -669, 1265, 0x0000}, + {-228, -669, 1314, 0x1fb9} + } +}; + +StandTile tile_1996 = { + 0x05501a, 0x1a, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-57, -891, 1484, 0x1fc5}, + {6, -891, 1498, 0x0000}, + {20, -891, 1484, 0x1fca} + } +}; + +StandTile tile_1997 = { + 0x055019, 0x1a, + 0x0, + 0x4, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-57, -891, 1484, 0x0000}, + {-43, -891, 1498, 0x029e}, + {-18, -891, 1497, 0x0295}, + {6, -891, 1498, 0x1fc1} + } +}; + +StandTile tile_1998 = { + 0x05c81a, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {20, -891, 1484, 0x1fce}, + {-47, -891, 1435, 0x0000}, + {-57, -891, 1484, 0x1fc1} + } +}; + +StandTile tile_1999 = { + 0x05c819, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {20, -891, 1484, 0x1fd6}, + {11, -891, 1435, 0x0000}, + {-47, -891, 1435, 0x1fca} + } +}; + +StandTile tile_2000 = { + 0x05c21a, 0x1a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {11, -891, 1435, 0x1fd6}, + {93, -891, 1450, 0x1fe6}, + {64, -891, 1411, 0x0000} + } +}; + +StandTile tile_2001 = { + 0x05c219, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {11, -891, 1435, 0x1fce}, + {20, -891, 1484, 0x0000}, + {93, -891, 1450, 0x1fd2} + } +}; + +StandTile tile_2002 = { + 0x05d61a, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {103, -891, 1372, 0x1fde}, + {175, -891, 1329, 0x1fee}, + {127, -891, 1319, 0x0000} + } +}; + +StandTile tile_2003 = { + 0x05d619, 0x1a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {103, -891, 1372, 0x1fe2}, + {142, -891, 1402, 0x0000}, + {175, -891, 1329, 0x1fda} + } +}; + +StandTile tile_2004 = { + 0x05ca1a, 0x1a, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {64, -891, 1411, 0x1fe6}, + {142, -891, 1402, 0x1fde}, + {103, -891, 1372, 0x0000} + } +}; + +StandTile tile_2005 = { + 0x05ca19, 0x1a, + 0x0, + 0x6, 0x7, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {64, -891, 1411, 0x1fd2}, + {93, -891, 1450, 0x0000}, + {142, -891, 1402, 0x1fe2} + } +}; + +StandTile tile_2006 = { + 0x05d81a, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {127, -891, 1319, 0x1fee}, + {175, -891, 1251, 0x1ff2}, + {127, -891, 1261, 0x0000} + } +}; + +StandTile tile_2007 = { + 0x05d819, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {127, -891, 1319, 0x1fda}, + {175, -891, 1329, 0x0000}, + {175, -891, 1251, 0x1fea} + } +}; + +StandTile tile_2008 = { + 0x05c91a, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {142, -891, 1179, 0x1ff6}, + {127, -891, 1261, 0x1fea}, + {175, -891, 1251, 0x0000} + } +}; + +StandTile tile_2009 = { + 0x05c919, 0x1a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {142, -891, 1179, 0x2006}, + {103, -891, 1208, 0x0000}, + {127, -891, 1261, 0x1ff2} + } +}; + +StandTile tile_2010 = { + 0x05cb1a, 0x1a, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {64, -891, 1169, 0x1ffe}, + {20, -891, 1094, 0x200e}, + {11, -891, 1145, 0x0000} + } +}; + +StandTile tile_2011 = { + 0x05cb19, 0x1a, + 0x0, + 0x6, 0x4, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {64, -891, 1169, 0x2002}, + {93, -891, 1130, 0x0000}, + {20, -891, 1094, 0x1ffa} + } +}; + +StandTile tile_2012 = { + 0x05c31a, 0x1a, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {103, -891, 1208, 0x2006}, + {93, -891, 1130, 0x1ffe}, + {64, -891, 1169, 0x0000} + } +}; + +StandTile tile_2013 = { + 0x05c319, 0x1a, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {103, -891, 1208, 0x1ff6}, + {142, -891, 1179, 0x0000}, + {93, -891, 1130, 0x2002} + } +}; + +StandTile tile_2014 = { + 0x05d71a, 0x1a, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11, -891, 1145, 0x200e}, + {-57, -891, 1094, 0x0000}, + {-47, -891, 1145, 0x0000} + } +}; + +StandTile tile_2015 = { + 0x05d719, 0x1a, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11, -891, 1145, 0x1ffa}, + {20, -891, 1094, 0x0000}, + {-57, -891, 1094, 0x200a} + } +}; + +StandTile tile_2016 = { + 0x047b18, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-44, -1090, 1161, 0x2052}, + {-91, -1090, 1180, 0x2016}, + {-18, -1090, 1289, 0x204e} + } +}; + +StandTile tile_2017 = { + 0x047c18, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-91, -1090, 1180, 0x205a}, + {-127, -1090, 1216, 0x201a}, + {-18, -1090, 1289, 0x2012} + } +}; + +StandTile tile_2018 = { + 0x047d18, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-127, -1090, 1216, 0x2062}, + {-147, -1090, 1264, 0x201e}, + {-18, -1090, 1289, 0x2016} + } +}; + +StandTile tile_2019 = { + 0x047e18, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-147, -1090, 1264, 0x206a}, + {-147, -1090, 1315, 0x2022}, + {-18, -1090, 1289, 0x201a} + } +}; + +StandTile tile_2020 = { + 0x047f18, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-147, -1090, 1315, 0x2072}, + {-127, -1090, 1362, 0x2026}, + {-18, -1090, 1289, 0x201e} + } +}; + +StandTile tile_2021 = { + 0x048018, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-127, -1090, 1362, 0x0000}, + {-91, -1090, 1398, 0x202a}, + {-18, -1090, 1289, 0x2022} + } +}; + +StandTile tile_2022 = { + 0x048118, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-91, -1090, 1398, 0x207a}, + {-44, -1090, 1417, 0x202e}, + {-18, -1090, 1289, 0x2026} + } +}; + +StandTile tile_2023 = { + 0x048218, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-44, -1090, 1417, 0x2082}, + {7, -1090, 1417, 0x2032}, + {-18, -1090, 1289, 0x202a} + } +}; + +StandTile tile_2024 = { + 0x048318, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7, -1090, 1417, 0x208a}, + {54, -1090, 1398, 0x2036}, + {-18, -1090, 1289, 0x202e} + } +}; + +StandTile tile_2025 = { + 0x048418, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, -1090, 1398, 0x2092}, + {90, -1090, 1362, 0x203a}, + {-18, -1090, 1289, 0x2032} + } +}; + +StandTile tile_2026 = { + 0x048518, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {90, -1090, 1362, 0x209a}, + {110, -1090, 1315, 0x203e}, + {-18, -1090, 1289, 0x2036} + } +}; + +StandTile tile_2027 = { + 0x048618, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {110, -1090, 1315, 0x20a2}, + {110, -1090, 1264, 0x2042}, + {-18, -1090, 1289, 0x203a} + } +}; + +StandTile tile_2028 = { + 0x048718, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {110, -1090, 1264, 0x20aa}, + {90, -1090, 1216, 0x2046}, + {-18, -1090, 1289, 0x203e} + } +}; + +StandTile tile_2029 = { + 0x048818, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {90, -1090, 1216, 0x0000}, + {54, -1090, 1180, 0x204a}, + {-18, -1090, 1289, 0x2042} + } +}; + +StandTile tile_2030 = { + 0x048918, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, -1090, 1180, 0x20b2}, + {7, -1090, 1161, 0x204e}, + {-18, -1090, 1289, 0x2046} + } +}; + +StandTile tile_2031 = { + 0x048a18, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7, -1090, 1161, 0x20ba}, + {-44, -1090, 1161, 0x2012}, + {-18, -1090, 1289, 0x204a} + } +}; + +StandTile tile_2032 = { + 0x048b1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-46, -1066, 1151, 0x2056}, + {-91, -1090, 1180, 0x2012}, + {-44, -1090, 1161, 0x20be} + } +}; + +StandTile tile_2033 = { + 0x048b19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-46, -1066, 1151, 0x20c2}, + {-96, -1066, 1172, 0x205a}, + {-91, -1090, 1180, 0x2052} + } +}; + +StandTile tile_2034 = { + 0x048c1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-96, -1066, 1172, 0x205e}, + {-127, -1090, 1216, 0x2016}, + {-91, -1090, 1180, 0x2056} + } +}; + +StandTile tile_2035 = { + 0x048c19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-96, -1066, 1172, 0x20ca}, + {-135, -1066, 1211, 0x2062}, + {-127, -1090, 1216, 0x205a} + } +}; + +StandTile tile_2036 = { + 0x048d1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-135, -1066, 1211, 0x2066}, + {-147, -1090, 1264, 0x201a}, + {-127, -1090, 1216, 0x205e} + } +}; + +StandTile tile_2037 = { + 0x048d19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-135, -1066, 1211, 0x20d2}, + {-156, -1066, 1262, 0x206a}, + {-147, -1090, 1264, 0x2062} + } +}; + +StandTile tile_2038 = { + 0x048e1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-156, -1066, 1262, 0x206e}, + {-147, -1090, 1315, 0x201e}, + {-147, -1090, 1264, 0x2066} + } +}; + +StandTile tile_2039 = { + 0x048e19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-156, -1066, 1262, 0x20da}, + {-156, -1066, 1316, 0x2072}, + {-147, -1090, 1315, 0x206a} + } +}; + +StandTile tile_2040 = { + 0x048f1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-156, -1066, 1316, 0x2076}, + {-127, -1090, 1362, 0x2022}, + {-147, -1090, 1315, 0x206e} + } +}; + +StandTile tile_2041 = { + 0x048f19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-156, -1066, 1316, 0x20e2}, + {-135, -1066, 1367, 0x0000}, + {-127, -1090, 1362, 0x2072} + } +}; + +StandTile tile_2042 = { + 0x04911a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-96, -1066, 1406, 0x207e}, + {-44, -1090, 1417, 0x202a}, + {-91, -1090, 1398, 0x0000} + } +}; + +StandTile tile_2043 = { + 0x049119, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-96, -1066, 1406, 0x20ea}, + {-46, -1066, 1427, 0x2082}, + {-44, -1090, 1417, 0x207a} + } +}; + +StandTile tile_2044 = { + 0x04921a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-46, -1066, 1427, 0x2086}, + {7, -1090, 1417, 0x202e}, + {-44, -1090, 1417, 0x207e} + } +}; + +StandTile tile_2045 = { + 0x049219, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-46, -1066, 1427, 0x20f2}, + {9, -1066, 1427, 0x208a}, + {7, -1090, 1417, 0x2082} + } +}; + +StandTile tile_2046 = { + 0x04931a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9, -1066, 1427, 0x208e}, + {54, -1090, 1398, 0x2032}, + {7, -1090, 1417, 0x2086} + } +}; + +StandTile tile_2047 = { + 0x049319, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9, -1066, 1427, 0x20fa}, + {60, -1066, 1406, 0x2092}, + {54, -1090, 1398, 0x208a} + } +}; + +StandTile tile_2048 = { + 0x04941a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {60, -1066, 1406, 0x2096}, + {90, -1090, 1362, 0x2036}, + {54, -1090, 1398, 0x208e} + } +}; + +StandTile tile_2049 = { + 0x049419, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {60, -1066, 1406, 0x2102}, + {98, -1066, 1367, 0x209a}, + {90, -1090, 1362, 0x2092} + } +}; + +StandTile tile_2050 = { + 0x04951a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {98, -1066, 1367, 0x209e}, + {110, -1090, 1315, 0x203a}, + {90, -1090, 1362, 0x2096} + } +}; + +StandTile tile_2051 = { + 0x049519, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {98, -1066, 1367, 0x210a}, + {119, -1066, 1316, 0x20a2}, + {110, -1090, 1315, 0x209a} + } +}; + +StandTile tile_2052 = { + 0x04961a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {119, -1066, 1316, 0x20a6}, + {110, -1090, 1264, 0x203e}, + {110, -1090, 1315, 0x209e} + } +}; + +StandTile tile_2053 = { + 0x049619, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {119, -1066, 1316, 0x2112}, + {119, -1066, 1262, 0x20aa}, + {110, -1090, 1264, 0x20a2} + } +}; + +StandTile tile_2054 = { + 0x04971a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {119, -1066, 1262, 0x20ae}, + {90, -1090, 1216, 0x2042}, + {110, -1090, 1264, 0x20a6} + } +}; + +StandTile tile_2055 = { + 0x049719, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {119, -1066, 1262, 0x211a}, + {98, -1066, 1211, 0x0000}, + {90, -1090, 1216, 0x20aa} + } +}; + +StandTile tile_2056 = { + 0x04991a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {60, -1066, 1172, 0x20b6}, + {7, -1090, 1161, 0x204a}, + {54, -1090, 1180, 0x0000} + } +}; + +StandTile tile_2057 = { + 0x049919, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {60, -1066, 1172, 0x2122}, + {9, -1066, 1151, 0x20ba}, + {7, -1090, 1161, 0x20b2} + } +}; + +StandTile tile_2058 = { + 0x049a1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9, -1066, 1151, 0x20be}, + {-44, -1090, 1161, 0x204e}, + {7, -1090, 1161, 0x20b6} + } +}; + +StandTile tile_2059 = { + 0x049a19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9, -1066, 1151, 0x212a}, + {-46, -1066, 1151, 0x2052}, + {-44, -1090, 1161, 0x20ba} + } +}; + +StandTile tile_2060 = { + 0x049b1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-51, -1066, 1123, 0x20c6}, + {-96, -1066, 1172, 0x2056}, + {-46, -1066, 1151, 0x212e} + } +}; + +StandTile tile_2061 = { + 0x049b19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-51, -1066, 1123, 0x0000}, + {-113, -1066, 1148, 0x20ca}, + {-96, -1066, 1172, 0x20c2} + } +}; + +StandTile tile_2062 = { + 0x049c1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-113, -1066, 1148, 0x20ce}, + {-135, -1066, 1211, 0x205e}, + {-96, -1066, 1172, 0x20c6} + } +}; + +StandTile tile_2063 = { + 0x049c19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-113, -1066, 1148, 0x2132}, + {-159, -1066, 1195, 0x20d2}, + {-135, -1066, 1211, 0x20ca} + } +}; + +StandTile tile_2064 = { + 0x049d1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-159, -1066, 1195, 0x20d6}, + {-156, -1066, 1262, 0x2066}, + {-135, -1066, 1211, 0x20ce} + } +}; + +StandTile tile_2065 = { + 0x049d19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-159, -1066, 1195, 0x0000}, + {-185, -1066, 1256, 0x20da}, + {-156, -1066, 1262, 0x20d2} + } +}; + +StandTile tile_2066 = { + 0x049e1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-185, -1066, 1256, 0x20de}, + {-156, -1066, 1316, 0x206e}, + {-156, -1066, 1262, 0x20d6} + } +}; + +StandTile tile_2067 = { + 0x049e19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-185, -1066, 1256, 0x213a}, + {-185, -1066, 1322, 0x20e2}, + {-156, -1066, 1316, 0x20da} + } +}; + +StandTile tile_2068 = { + 0x049f1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-185, -1066, 1322, 0x20e6}, + {-135, -1066, 1367, 0x2076}, + {-156, -1066, 1316, 0x20de} + } +}; + +StandTile tile_2069 = { + 0x049f19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-185, -1066, 1322, 0x0000}, + {-159, -1066, 1383, 0x0000}, + {-135, -1066, 1367, 0x20e2} + } +}; + +StandTile tile_2070 = { + 0x04a11a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-113, -1066, 1430, 0x20ee}, + {-46, -1066, 1427, 0x207e}, + {-96, -1066, 1406, 0x0000} + } +}; + +StandTile tile_2071 = { + 0x04a119, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-113, -1066, 1430, 0x0000}, + {-51, -1066, 1455, 0x20f2}, + {-46, -1066, 1427, 0x20ea} + } +}; + +StandTile tile_2072 = { + 0x04a21a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-51, -1066, 1455, 0x20f6}, + {9, -1066, 1427, 0x2086}, + {-46, -1066, 1427, 0x20ee} + } +}; + +StandTile tile_2073 = { + 0x04a219, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-51, -1066, 1455, 0x2142}, + {15, -1066, 1455, 0x20fa}, + {9, -1066, 1427, 0x20f2} + } +}; + +StandTile tile_2074 = { + 0x04a31a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {15, -1066, 1455, 0x20fe}, + {60, -1066, 1406, 0x208e}, + {9, -1066, 1427, 0x20f6} + } +}; + +StandTile tile_2075 = { + 0x04a319, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {15, -1066, 1455, 0x0000}, + {76, -1066, 1430, 0x2102}, + {60, -1066, 1406, 0x20fa} + } +}; + +StandTile tile_2076 = { + 0x04a41a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {76, -1066, 1430, 0x2106}, + {98, -1066, 1367, 0x2096}, + {60, -1066, 1406, 0x20fe} + } +}; + +StandTile tile_2077 = { + 0x04a419, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {76, -1066, 1430, 0x214a}, + {123, -1066, 1383, 0x210a}, + {98, -1066, 1367, 0x2102} + } +}; + +StandTile tile_2078 = { + 0x04a51a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {123, -1066, 1383, 0x210e}, + {119, -1066, 1316, 0x209e}, + {98, -1066, 1367, 0x2106} + } +}; + +StandTile tile_2079 = { + 0x04a519, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {123, -1066, 1383, 0x0000}, + {148, -1066, 1322, 0x2112}, + {119, -1066, 1316, 0x210a} + } +}; + +StandTile tile_2080 = { + 0x04a61a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {148, -1066, 1322, 0x2116}, + {119, -1066, 1262, 0x20a6}, + {119, -1066, 1316, 0x210e} + } +}; + +StandTile tile_2081 = { + 0x04a619, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {148, -1066, 1322, 0x2152}, + {148, -1066, 1256, 0x211a}, + {119, -1066, 1262, 0x2112} + } +}; + +StandTile tile_2082 = { + 0x04a71a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {148, -1066, 1256, 0x211e}, + {98, -1066, 1211, 0x20ae}, + {119, -1066, 1262, 0x2116} + } +}; + +StandTile tile_2083 = { + 0x04a719, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {148, -1066, 1256, 0x215a}, + {123, -1066, 1195, 0x0000}, + {98, -1066, 1211, 0x211a} + } +}; + +StandTile tile_2084 = { + 0x04a91a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {76, -1066, 1148, 0x2126}, + {9, -1066, 1151, 0x20b6}, + {60, -1066, 1172, 0x0000} + } +}; + +StandTile tile_2085 = { + 0x04a919, 0x19, + 0x0, + 0x3, 0x2, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {76, -1066, 1148, 0x0000}, + {15, -1066, 1123, 0x212a}, + {9, -1066, 1151, 0x2122} + } +}; + +StandTile tile_2086 = { + 0x04aa1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {15, -1066, 1123, 0x212e}, + {-46, -1066, 1151, 0x20be}, + {9, -1066, 1151, 0x2126} + } +}; + +StandTile tile_2087 = { + 0x04aa19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {15, -1066, 1123, 0x2162}, + {-51, -1066, 1123, 0x20c2}, + {-46, -1066, 1151, 0x212a} + } +}; + +StandTile tile_2088 = { + 0x04ac1a, 0x19, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-118, -1046, 1140, 0x2136}, + {-159, -1066, 1195, 0x20ce}, + {-113, -1066, 1148, 0x0000} + } +}; + +StandTile tile_2089 = { + 0x04ac19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-118, -1046, 1140, 0x2172}, + {-167, -1046, 1189, 0x0000}, + {-159, -1066, 1195, 0x2132} + } +}; + +StandTile tile_2090 = { + 0x04ae1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-194, -1046, 1254, 0x213e}, + {-185, -1066, 1322, 0x20de}, + {-185, -1066, 1256, 0x0000} + } +}; + +StandTile tile_2091 = { + 0x04ae19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-194, -1046, 1254, 0x2182}, + {-194, -1046, 1324, 0x0000}, + {-185, -1066, 1322, 0x213a} + } +}; + +StandTile tile_2092 = { + 0x04b21a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-53, -1046, 1465, 0x2146}, + {15, -1066, 1455, 0x20f6}, + {-51, -1066, 1455, 0x0000} + } +}; + +StandTile tile_2093 = { + 0x04b219, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-53, -1046, 1465, 0x21a2}, + {17, -1046, 1465, 0x0000}, + {15, -1066, 1455, 0x2142} + } +}; + +StandTile tile_2094 = { + 0x04b41a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {81, -1046, 1438, 0x214e}, + {123, -1066, 1383, 0x2106}, + {76, -1066, 1430, 0x0000} + } +}; + +StandTile tile_2095 = { + 0x04b419, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {81, -1046, 1438, 0x21b2}, + {131, -1046, 1389, 0x0000}, + {123, -1066, 1383, 0x214a} + } +}; + +StandTile tile_2096 = { + 0x04b61a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {157, -1046, 1324, 0x2156}, + {148, -1066, 1256, 0x2116}, + {148, -1066, 1322, 0x0000} + } +}; + +StandTile tile_2097 = { + 0x04b619, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {157, -1046, 1324, 0x21c2}, + {157, -1046, 1254, 0x215a}, + {148, -1066, 1256, 0x2152} + } +}; + +StandTile tile_2098 = { + 0x04b71a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {157, -1046, 1254, 0x215e}, + {123, -1066, 1195, 0x211e}, + {148, -1066, 1256, 0x2156} + } +}; + +StandTile tile_2099 = { + 0x04b719, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {157, -1046, 1254, 0x21ca}, + {131, -1046, 1189, 0x0000}, + {123, -1066, 1195, 0x215a} + } +}; + +StandTile tile_2100 = { + 0x04ba1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {17, -1046, 1113, 0x2166}, + {-51, -1066, 1123, 0x212e}, + {15, -1066, 1123, 0x0000} + } +}; + +StandTile tile_2101 = { + 0x04ba19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {17, -1046, 1113, 0x21e2}, + {-53, -1046, 1113, 0x0000}, + {-51, -1066, 1123, 0x2162} + } +}; + +StandTile tile_2102 = { + 0x04bb1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-56, -1046, 1099, 0x216e}, + {-118, -1046, 1140, 0x0000}, + {-53, -1046, 1113, 0x21e6} + } +}; + +StandTile tile_2103 = { + 0x04bb19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-56, -1046, 1099, 0x0000}, + {-126, -1046, 1128, 0x2172}, + {-118, -1046, 1140, 0x216a} + } +}; + +StandTile tile_2104 = { + 0x04bc1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-126, -1046, 1128, 0x2176}, + {-167, -1046, 1189, 0x2136}, + {-118, -1046, 1140, 0x216e} + } +}; + +StandTile tile_2105 = { + 0x04bc19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-126, -1046, 1128, 0x0000}, + {-180, -1046, 1181, 0x217a}, + {-167, -1046, 1189, 0x2172} + } +}; + +StandTile tile_2106 = { + 0x04bd1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-180, -1046, 1181, 0x217e}, + {-194, -1046, 1254, 0x0000}, + {-167, -1046, 1189, 0x2176} + } +}; + +StandTile tile_2107 = { + 0x04bd19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-180, -1046, 1181, 0x0000}, + {-208, -1046, 1251, 0x2182}, + {-194, -1046, 1254, 0x217a} + } +}; + +StandTile tile_2108 = { + 0x04be1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-208, -1046, 1251, 0x2186}, + {-194, -1046, 1324, 0x213e}, + {-194, -1046, 1254, 0x217e} + } +}; + +StandTile tile_2109 = { + 0x04be19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-208, -1046, 1251, 0x0000}, + {-208, -1046, 1327, 0x218a}, + {-194, -1046, 1324, 0x2182} + } +}; + +StandTile tile_2110 = { + 0x04bf1a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-208, -1046, 1327, 0x218e}, + {-167, -1046, 1389, 0x0000}, + {-194, -1046, 1324, 0x2186} + } +}; + +StandTile tile_2111 = { + 0x04bf19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-208, -1046, 1327, 0x0000}, + {-180, -1046, 1397, 0x2192}, + {-167, -1046, 1389, 0x218a} + } +}; + +StandTile tile_2112 = { + 0x04c01a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-180, -1046, 1397, 0x2196}, + {-118, -1046, 1438, 0x0000}, + {-167, -1046, 1389, 0x218e} + } +}; + +StandTile tile_2113 = { + 0x04c019, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-180, -1046, 1397, 0x0000}, + {-126, -1046, 1450, 0x219a}, + {-118, -1046, 1438, 0x2192} + } +}; + +StandTile tile_2114 = { + 0x04c11a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-126, -1046, 1450, 0x219e}, + {-53, -1046, 1465, 0x0000}, + {-118, -1046, 1438, 0x2196} + } +}; + +StandTile tile_2115 = { + 0x04c119, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-126, -1046, 1450, 0x0000}, + {-56, -1046, 1479, 0x21a2}, + {-53, -1046, 1465, 0x219a} + } +}; + +StandTile tile_2116 = { + 0x04c21a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-56, -1046, 1479, 0x21a6}, + {17, -1046, 1465, 0x2146}, + {-53, -1046, 1465, 0x219e} + } +}; + +StandTile tile_2117 = { + 0x04c219, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-56, -1046, 1479, 0x0000}, + {19, -1046, 1479, 0x21aa}, + {17, -1046, 1465, 0x21a2} + } +}; + +StandTile tile_2118 = { + 0x04c31a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {19, -1046, 1479, 0x21ae}, + {81, -1046, 1438, 0x0000}, + {17, -1046, 1465, 0x21a6} + } +}; + +StandTile tile_2119 = { + 0x04c319, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {19, -1046, 1479, 0x0000}, + {89, -1046, 1450, 0x21b2}, + {81, -1046, 1438, 0x21aa} + } +}; + +StandTile tile_2120 = { + 0x04c41a, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {89, -1046, 1450, 0x21b6}, + {131, -1046, 1389, 0x214e}, + {81, -1046, 1438, 0x21ae} + } +}; + +StandTile tile_2121 = { + 0x04c419, 0x19, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {89, -1046, 1450, 0x0000}, + {143, -1046, 1397, 0x21ba}, + {131, -1046, 1389, 0x21b2} + } +}; + +StandTile tile_2122 = { + 0x04c51a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {143, -1046, 1397, 0x21be}, + {157, -1046, 1324, 0x0000}, + {131, -1046, 1389, 0x21b6} + } +}; + +StandTile tile_2123 = { + 0x04c519, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {143, -1046, 1397, 0x0000}, + {172, -1046, 1327, 0x21c2}, + {157, -1046, 1324, 0x21ba} + } +}; + +StandTile tile_2124 = { + 0x04c61a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {172, -1046, 1327, 0x21c6}, + {157, -1046, 1254, 0x2156}, + {157, -1046, 1324, 0x21be} + } +}; + +StandTile tile_2125 = { + 0x04c619, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {172, -1046, 1327, 0x0000}, + {172, -1046, 1251, 0x21ca}, + {157, -1046, 1254, 0x21c2} + } +}; + +StandTile tile_2126 = { + 0x04c71a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {172, -1046, 1251, 0x21ce}, + {131, -1046, 1189, 0x215e}, + {157, -1046, 1254, 0x21c6} + } +}; + +StandTile tile_2127 = { + 0x04c719, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {172, -1046, 1251, 0x0000}, + {143, -1046, 1181, 0x21d2}, + {131, -1046, 1189, 0x21ca} + } +}; + +StandTile tile_2128 = { + 0x04c81a, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {143, -1046, 1181, 0x21d6}, + {81, -1046, 1140, 0x0000}, + {131, -1046, 1189, 0x21ce} + } +}; + +StandTile tile_2129 = { + 0x04c819, 0x19, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {143, -1046, 1181, 0x0000}, + {89, -1046, 1128, 0x21da}, + {81, -1046, 1140, 0x21d2} + } +}; + +StandTile tile_2130 = { + 0x04c91a, 0x19, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {89, -1046, 1128, 0x21de}, + {17, -1046, 1113, 0x0000}, + {81, -1046, 1140, 0x21d6} + } +}; + +StandTile tile_2131 = { + 0x04c919, 0x19, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {89, -1046, 1128, 0x0000}, + {19, -1046, 1099, 0x21e2}, + {17, -1046, 1113, 0x21da} + } +}; + +StandTile tile_2132 = { + 0x04ca1a, 0x19, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {19, -1046, 1099, 0x21e6}, + {-53, -1046, 1113, 0x2166}, + {17, -1046, 1113, 0x21de} + } +}; + +StandTile tile_2133 = { + 0x04ca19, 0x19, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {19, -1046, 1099, 0x0000}, + {-56, -1046, 1099, 0x216a}, + {-53, -1046, 1113, 0x21e2} + } +}; + +StandTile tile_2134 = { + 0x03d21a, 0x16, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-213, -921, 1250, 0x21ee}, + {-213, -1037, 1328, 0x0000}, + {-213, -1037, 1250, 0x0000} + } +}; + +StandTile tile_2135 = { + 0x03d219, 0x16, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-213, -921, 1250, 0x0000}, + {-213, -921, 1328, 0x0000}, + {-213, -1037, 1328, 0x21ea} + } +}; + +StandTile tile_2136 = { + 0x009112, 0x13, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1288, -233, 1432, 0x21f6}, + {1370, -233, 1448, 0x2206}, + {1342, -233, 1408, 0x0000} + } +}; + +StandTile tile_2137 = { + 0x009111, 0x13, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1288, -233, 1432, 0x21fe}, + {1297, -233, 1480, 0x0000}, + {1370, -233, 1448, 0x21f2} + } +}; + +StandTile tile_2138 = { + 0x009412, 0x13, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1297, -233, 1480, 0x21fe}, + {1230, -233, 1431, 0x0000}, + {1220, -233, 1479, 0x0000} + } +}; + +StandTile tile_2139 = { + 0x009411, 0x13, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1297, -233, 1480, 0x21f6}, + {1288, -233, 1432, 0x0000}, + {1230, -233, 1431, 0x21fa} + } +}; + +StandTile tile_2140 = { + 0x009512, 0x13, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1342, -233, 1408, 0x2206}, + {1420, -233, 1400, 0x220e}, + {1381, -233, 1370, 0x0000} + } +}; + +StandTile tile_2141 = { + 0x009511, 0x13, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1342, -233, 1408, 0x21f2}, + {1370, -233, 1448, 0x0000}, + {1420, -233, 1400, 0x2202} + } +}; + +StandTile tile_2142 = { + 0x009e12, 0x13, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1381, -233, 1370, 0x220e}, + {1455, -233, 1328, 0x2216}, + {1406, -233, 1317, 0x0000} + } +}; + +StandTile tile_2143 = { + 0x009e11, 0x13, + 0x0, + 0x4, 0x4, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1381, -233, 1370, 0x2202}, + {1420, -233, 1400, 0x0000}, + {1455, -233, 1328, 0x220a} + } +}; + +StandTile tile_2144 = { + 0x009f12, 0x13, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1406, -233, 1317, 0x2216}, + {1455, -233, 1250, 0x0000}, + {1407, -233, 1259, 0x0000} + } +}; + +StandTile tile_2145 = { + 0x009f11, 0x13, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1406, -233, 1317, 0x220a}, + {1455, -233, 1328, 0x221a}, + {1455, -233, 1250, 0x2212} + } +}; + +StandTile tile_2146 = { + 0x00b012, 0x13, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1455, -233, 1328, 0x221e}, + {1470, -233, 1265, 0x0000}, + {1455, -233, 1250, 0x2216} + } +}; + +StandTile tile_2147 = { + 0x00b011, 0x13, + 0x0, + 0x4, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1455, -233, 1328, 0x0000}, + {1470, -233, 1313, 0x0000}, + {1470, -233, 1265, 0x221a} + } +}; + +StandTile tile_2148 = { + 0x05bd12, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1115, -455, 1259, 0x2226}, + {1067, -455, 1326, 0x0000}, + {1115, -455, 1317, 0x0000} + } +}; + +StandTile tile_2149 = { + 0x05bd11, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1115, -455, 1259, 0x222a}, + {1067, -455, 1249, 0x0000}, + {1067, -455, 1326, 0x2222} + } +}; + +StandTile tile_2150 = { + 0x05bc12, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1140, -455, 1205, 0x222e}, + {1067, -455, 1249, 0x2226}, + {1115, -455, 1259, 0x0000} + } +}; + +StandTile tile_2151 = { + 0x05bc11, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1140, -455, 1205, 0x2232}, + {1101, -455, 1176, 0x0000}, + {1067, -455, 1249, 0x222a} + } +}; + +StandTile tile_2152 = { + 0x05b312, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1178, -455, 1167, 0x2236}, + {1101, -455, 1176, 0x222e}, + {1140, -455, 1205, 0x0000} + } +}; + +StandTile tile_2153 = { + 0x05b311, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1178, -455, 1167, 0x2242}, + {1149, -455, 1128, 0x0000}, + {1101, -455, 1176, 0x2232} + } +}; + +StandTile tile_2154 = { + 0x05b212, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1222, -455, 1094, 0x223e}, + {1290, -455, 1142, 0x0000}, + {1299, -455, 1094, 0x224a} + } +}; + +StandTile tile_2155 = { + 0x05b211, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1222, -455, 1094, 0x2246}, + {1232, -455, 1142, 0x0000}, + {1290, -455, 1142, 0x223a} + } +}; + +StandTile tile_2156 = { + 0x05af12, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1232, -455, 1142, 0x2246}, + {1149, -455, 1128, 0x2236}, + {1178, -455, 1167, 0x0000} + } +}; + +StandTile tile_2157 = { + 0x05af11, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1232, -455, 1142, 0x223e}, + {1222, -455, 1094, 0x0000}, + {1149, -455, 1128, 0x2242} + } +}; + +StandTile tile_2158 = { + 0x055012, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1299, -455, 1094, 0x224e}, + {1236, -455, 1079, 0x0000}, + {1222, -455, 1094, 0x223a} + } +}; + +StandTile tile_2159 = { + 0x055011, 0x12, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {1299, -455, 1094, 0x0000}, + {1285, -455, 1079, 0x1b79}, + {1261, -455, 1080, 0x1b82}, + {1236, -455, 1079, 0x224a} + } +}; + +StandTile tile_2160 = { + 0x059d12, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1455, -669, 1327, 0x2257}, + {1470, -669, 1264, 0x0000}, + {1455, -669, 1249, 0x22a1} + } +}; + +StandTile tile_2161 = { + 0x059d11, 0x11, + 0x0, + 0x3, 0x4, 0x4, + 4, + 0x0, 0x1, 0x3, + { + {1455, -669, 1327, 0x0000}, + {1470, -669, 1313, 0x07e9}, + {1469, -669, 1289, 0x07e0}, + {1470, -669, 1264, 0x2253} + } +}; + +StandTile tile_2162 = { + 0x05ad12, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1066, -669, 1249, 0x2260}, + {1051, -669, 1313, 0x0000}, + {1066, -669, 1327, 0x2275} + } +}; + +StandTile tile_2163 = { + 0x05ad11, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {1066, -669, 1249, 0x0000}, + {1051, -669, 1265, 0x1968}, + {1052, -669, 1289, 0x195f}, + {1051, -669, 1313, 0x225c} + } +}; + +StandTile tile_2164 = { + 0x05c212, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1114, -669, 1317, 0x2269}, + {1100, -669, 1399, 0x2289}, + {1138, -669, 1370, 0x0000} + } +}; + +StandTile tile_2165 = { + 0x05c211, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1114, -669, 1317, 0x2279}, + {1066, -669, 1327, 0x0000}, + {1100, -669, 1399, 0x2265} + } +}; + +StandTile tile_2166 = { + 0x05c312, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1342, -669, 1409, 0x2271}, + {1419, -669, 1399, 0x2291}, + {1381, -669, 1370, 0x0000} + } +}; + +StandTile tile_2167 = { + 0x05c311, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1342, -669, 1409, 0x2281}, + {1371, -669, 1448, 0x0000}, + {1419, -669, 1399, 0x226d} + } +}; + +StandTile tile_2168 = { + 0x05c812, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1066, -669, 1327, 0x2279}, + {1114, -669, 1259, 0x0000}, + {1066, -669, 1249, 0x225c} + } +}; + +StandTile tile_2169 = { + 0x05c811, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1066, -669, 1327, 0x2269}, + {1114, -669, 1317, 0x0000}, + {1114, -669, 1259, 0x2275} + } +}; + +StandTile tile_2170 = { + 0x05c912, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1371, -669, 1448, 0x2281}, + {1289, -669, 1433, 0x22a5}, + {1298, -669, 1482, 0x0000} + } +}; + +StandTile tile_2171 = { + 0x05c911, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1371, -669, 1448, 0x2271}, + {1342, -669, 1409, 0x0000}, + {1289, -669, 1433, 0x227d} + } +}; + +StandTile tile_2172 = { + 0x05ca12, 0x11, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1138, -669, 1370, 0x2289}, + {1148, -669, 1448, 0x2299}, + {1177, -669, 1409, 0x0000} + } +}; + +StandTile tile_2173 = { + 0x05ca11, 0x11, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1138, -669, 1370, 0x2265}, + {1100, -669, 1399, 0x0000}, + {1148, -669, 1448, 0x2285} + } +}; + +StandTile tile_2174 = { + 0x05cb12, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1381, -669, 1370, 0x2291}, + {1455, -669, 1327, 0x22a1}, + {1405, -669, 1317, 0x0000} + } +}; + +StandTile tile_2175 = { + 0x05cb11, 0x11, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1381, -669, 1370, 0x226d}, + {1419, -669, 1399, 0x0000}, + {1455, -669, 1327, 0x228d} + } +}; + +StandTile tile_2176 = { + 0x05d612, 0x11, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1177, -669, 1409, 0x2299}, + {1221, -669, 1482, 0x22a9}, + {1231, -669, 1433, 0x0000} + } +}; + +StandTile tile_2177 = { + 0x05d611, 0x11, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1177, -669, 1409, 0x2285}, + {1148, -669, 1448, 0x0000}, + {1221, -669, 1482, 0x2295} + } +}; + +StandTile tile_2178 = { + 0x05d712, 0x11, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1405, -669, 1317, 0x22a1}, + {1455, -669, 1249, 0x0000}, + {1405, -669, 1259, 0x0000} + } +}; + +StandTile tile_2179 = { + 0x05d711, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1405, -669, 1317, 0x228d}, + {1455, -669, 1327, 0x2253}, + {1455, -669, 1249, 0x229d} + } +}; + +StandTile tile_2180 = { + 0x05d812, 0x11, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1231, -669, 1433, 0x22a9}, + {1298, -669, 1482, 0x227d}, + {1289, -669, 1433, 0x0000} + } +}; + +StandTile tile_2181 = { + 0x05d811, 0x11, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1231, -669, 1433, 0x2295}, + {1221, -669, 1482, 0x0000}, + {1298, -669, 1482, 0x22a5} + } +}; + +StandTile tile_2182 = { + 0x047b10, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1286, -1090, 1417, 0x22ed}, + {1333, -1090, 1398, 0x22b1}, + {1261, -1090, 1289, 0x22e9} + } +}; + +StandTile tile_2183 = { + 0x047c10, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1333, -1090, 1398, 0x22f5}, + {1369, -1090, 1361, 0x22b5}, + {1261, -1090, 1289, 0x22ad} + } +}; + +StandTile tile_2184 = { + 0x047d10, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1369, -1090, 1361, 0x22fd}, + {1389, -1090, 1314, 0x22b9}, + {1261, -1090, 1289, 0x22b1} + } +}; + +StandTile tile_2185 = { + 0x047e10, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1389, -1090, 1314, 0x2305}, + {1389, -1090, 1263, 0x22bd}, + {1261, -1090, 1289, 0x22b5} + } +}; + +StandTile tile_2186 = { + 0x047f10, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1389, -1090, 1263, 0x230d}, + {1369, -1090, 1216, 0x22c1}, + {1261, -1090, 1289, 0x22b9} + } +}; + +StandTile tile_2187 = { + 0x048010, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1369, -1090, 1216, 0x0000}, + {1333, -1090, 1180, 0x22c5}, + {1261, -1090, 1289, 0x22bd} + } +}; + +StandTile tile_2188 = { + 0x048110, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1333, -1090, 1180, 0x2315}, + {1286, -1090, 1160, 0x22c9}, + {1261, -1090, 1289, 0x22c1} + } +}; + +StandTile tile_2189 = { + 0x048210, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1286, -1090, 1160, 0x231d}, + {1235, -1090, 1160, 0x22cd}, + {1261, -1090, 1289, 0x22c5} + } +}; + +StandTile tile_2190 = { + 0x048310, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1235, -1090, 1160, 0x2325}, + {1188, -1090, 1180, 0x22d1}, + {1261, -1090, 1289, 0x22c9} + } +}; + +StandTile tile_2191 = { + 0x048410, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1188, -1090, 1180, 0x232d}, + {1152, -1090, 1216, 0x22d5}, + {1261, -1090, 1289, 0x22cd} + } +}; + +StandTile tile_2192 = { + 0x048510, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1152, -1090, 1216, 0x2335}, + {1132, -1090, 1263, 0x22d9}, + {1261, -1090, 1289, 0x22d1} + } +}; + +StandTile tile_2193 = { + 0x048610, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1132, -1090, 1263, 0x233d}, + {1132, -1090, 1314, 0x22dd}, + {1261, -1090, 1289, 0x22d5} + } +}; + +StandTile tile_2194 = { + 0x048710, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1132, -1090, 1314, 0x2345}, + {1152, -1090, 1361, 0x22e1}, + {1261, -1090, 1289, 0x22d9} + } +}; + +StandTile tile_2195 = { + 0x048810, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1152, -1090, 1361, 0x0000}, + {1188, -1090, 1398, 0x22e5}, + {1261, -1090, 1289, 0x22dd} + } +}; + +StandTile tile_2196 = { + 0x048910, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1188, -1090, 1398, 0x234d}, + {1235, -1090, 1417, 0x22e9}, + {1261, -1090, 1289, 0x22e1} + } +}; + +StandTile tile_2197 = { + 0x048a10, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1235, -1090, 1417, 0x2355}, + {1286, -1090, 1417, 0x22ad}, + {1261, -1090, 1289, 0x22e5} + } +}; + +StandTile tile_2198 = { + 0x048b12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1288, -1066, 1427, 0x22f1}, + {1333, -1090, 1398, 0x22ad}, + {1286, -1090, 1417, 0x2359} + } +}; + +StandTile tile_2199 = { + 0x048b11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1288, -1066, 1427, 0x235d}, + {1339, -1066, 1406, 0x22f5}, + {1333, -1090, 1398, 0x22ed} + } +}; + +StandTile tile_2200 = { + 0x048c12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1339, -1066, 1406, 0x22f9}, + {1369, -1090, 1361, 0x22b1}, + {1333, -1090, 1398, 0x22f1} + } +}; + +StandTile tile_2201 = { + 0x048c11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1339, -1066, 1406, 0x2365}, + {1377, -1066, 1367, 0x22fd}, + {1369, -1090, 1361, 0x22f5} + } +}; + +StandTile tile_2202 = { + 0x048d12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1377, -1066, 1367, 0x2301}, + {1389, -1090, 1314, 0x22b5}, + {1369, -1090, 1361, 0x22f9} + } +}; + +StandTile tile_2203 = { + 0x048d11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1377, -1066, 1367, 0x236d}, + {1398, -1066, 1316, 0x2305}, + {1389, -1090, 1314, 0x22fd} + } +}; + +StandTile tile_2204 = { + 0x048e12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1398, -1066, 1316, 0x2309}, + {1389, -1090, 1263, 0x22b9}, + {1389, -1090, 1314, 0x2301} + } +}; + +StandTile tile_2205 = { + 0x048e11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1398, -1066, 1316, 0x2375}, + {1398, -1066, 1261, 0x230d}, + {1389, -1090, 1263, 0x2305} + } +}; + +StandTile tile_2206 = { + 0x048f12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1398, -1066, 1261, 0x2311}, + {1369, -1090, 1216, 0x22bd}, + {1389, -1090, 1263, 0x2309} + } +}; + +StandTile tile_2207 = { + 0x048f11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1398, -1066, 1261, 0x237d}, + {1377, -1066, 1211, 0x0000}, + {1369, -1090, 1216, 0x230d} + } +}; + +StandTile tile_2208 = { + 0x049112, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1339, -1066, 1172, 0x2319}, + {1286, -1090, 1160, 0x22c5}, + {1333, -1090, 1180, 0x0000} + } +}; + +StandTile tile_2209 = { + 0x049111, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1339, -1066, 1172, 0x2385}, + {1288, -1066, 1151, 0x231d}, + {1286, -1090, 1160, 0x2315} + } +}; + +StandTile tile_2210 = { + 0x049212, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1288, -1066, 1151, 0x2321}, + {1235, -1090, 1160, 0x22c9}, + {1286, -1090, 1160, 0x2319} + } +}; + +StandTile tile_2211 = { + 0x049211, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1288, -1066, 1151, 0x238d}, + {1233, -1066, 1151, 0x2325}, + {1235, -1090, 1160, 0x231d} + } +}; + +StandTile tile_2212 = { + 0x049312, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1233, -1066, 1151, 0x2329}, + {1188, -1090, 1180, 0x22cd}, + {1235, -1090, 1160, 0x2321} + } +}; + +StandTile tile_2213 = { + 0x049311, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1233, -1066, 1151, 0x2395}, + {1183, -1066, 1172, 0x232d}, + {1188, -1090, 1180, 0x2325} + } +}; + +StandTile tile_2214 = { + 0x049412, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1183, -1066, 1172, 0x2331}, + {1152, -1090, 1216, 0x22d1}, + {1188, -1090, 1180, 0x2329} + } +}; + +StandTile tile_2215 = { + 0x049411, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1183, -1066, 1172, 0x239d}, + {1144, -1066, 1211, 0x2335}, + {1152, -1090, 1216, 0x232d} + } +}; + +StandTile tile_2216 = { + 0x049512, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1144, -1066, 1211, 0x2339}, + {1132, -1090, 1263, 0x22d5}, + {1152, -1090, 1216, 0x2331} + } +}; + +StandTile tile_2217 = { + 0x049511, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1144, -1066, 1211, 0x23a5}, + {1123, -1066, 1261, 0x233d}, + {1132, -1090, 1263, 0x2335} + } +}; + +StandTile tile_2218 = { + 0x049612, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1123, -1066, 1261, 0x2341}, + {1132, -1090, 1314, 0x22d9}, + {1132, -1090, 1263, 0x2339} + } +}; + +StandTile tile_2219 = { + 0x049611, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1123, -1066, 1261, 0x23ad}, + {1123, -1066, 1316, 0x2345}, + {1132, -1090, 1314, 0x233d} + } +}; + +StandTile tile_2220 = { + 0x049712, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1123, -1066, 1316, 0x2349}, + {1152, -1090, 1361, 0x22dd}, + {1132, -1090, 1314, 0x2341} + } +}; + +StandTile tile_2221 = { + 0x049711, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1123, -1066, 1316, 0x23b5}, + {1144, -1066, 1367, 0x0000}, + {1152, -1090, 1361, 0x2345} + } +}; + +StandTile tile_2222 = { + 0x049912, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1183, -1066, 1406, 0x2351}, + {1235, -1090, 1417, 0x22e5}, + {1188, -1090, 1398, 0x0000} + } +}; + +StandTile tile_2223 = { + 0x049911, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1183, -1066, 1406, 0x23bd}, + {1233, -1066, 1427, 0x2355}, + {1235, -1090, 1417, 0x234d} + } +}; + +StandTile tile_2224 = { + 0x049a12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1233, -1066, 1427, 0x2359}, + {1286, -1090, 1417, 0x22e9}, + {1235, -1090, 1417, 0x2351} + } +}; + +StandTile tile_2225 = { + 0x049a11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1233, -1066, 1427, 0x23c5}, + {1288, -1066, 1427, 0x22ed}, + {1286, -1090, 1417, 0x2355} + } +}; + +StandTile tile_2226 = { + 0x049b12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1294, -1066, 1455, 0x2361}, + {1339, -1066, 1406, 0x22f1}, + {1288, -1066, 1427, 0x23c9} + } +}; + +StandTile tile_2227 = { + 0x049b11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1294, -1066, 1455, 0x0000}, + {1355, -1066, 1430, 0x2365}, + {1339, -1066, 1406, 0x235d} + } +}; + +StandTile tile_2228 = { + 0x049c12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1355, -1066, 1430, 0x2369}, + {1377, -1066, 1367, 0x22f9}, + {1339, -1066, 1406, 0x2361} + } +}; + +StandTile tile_2229 = { + 0x049c11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1355, -1066, 1430, 0x23cd}, + {1402, -1066, 1383, 0x236d}, + {1377, -1066, 1367, 0x2365} + } +}; + +StandTile tile_2230 = { + 0x049d12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1402, -1066, 1383, 0x2371}, + {1398, -1066, 1316, 0x2301}, + {1377, -1066, 1367, 0x2369} + } +}; + +StandTile tile_2231 = { + 0x049d11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1402, -1066, 1383, 0x0000}, + {1427, -1066, 1322, 0x2375}, + {1398, -1066, 1316, 0x236d} + } +}; + +StandTile tile_2232 = { + 0x049e12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1427, -1066, 1322, 0x2379}, + {1398, -1066, 1261, 0x2309}, + {1398, -1066, 1316, 0x2371} + } +}; + +StandTile tile_2233 = { + 0x049e11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1427, -1066, 1322, 0x23d5}, + {1427, -1066, 1256, 0x237d}, + {1398, -1066, 1261, 0x2375} + } +}; + +StandTile tile_2234 = { + 0x049f12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1427, -1066, 1256, 0x2381}, + {1377, -1066, 1211, 0x2311}, + {1398, -1066, 1261, 0x2379} + } +}; + +StandTile tile_2235 = { + 0x049f11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1427, -1066, 1256, 0x23dd}, + {1402, -1066, 1195, 0x0000}, + {1377, -1066, 1211, 0x237d} + } +}; + +StandTile tile_2236 = { + 0x04a112, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1355, -1066, 1148, 0x2389}, + {1288, -1066, 1151, 0x2319}, + {1339, -1066, 1172, 0x0000} + } +}; + +StandTile tile_2237 = { + 0x04a111, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1355, -1066, 1148, 0x0000}, + {1294, -1066, 1122, 0x238d}, + {1288, -1066, 1151, 0x2385} + } +}; + +StandTile tile_2238 = { + 0x04a212, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1294, -1066, 1122, 0x2391}, + {1233, -1066, 1151, 0x2321}, + {1288, -1066, 1151, 0x2389} + } +}; + +StandTile tile_2239 = { + 0x04a211, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1294, -1066, 1122, 0x23e5}, + {1228, -1066, 1122, 0x2395}, + {1233, -1066, 1151, 0x238d} + } +}; + +StandTile tile_2240 = { + 0x04a312, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1228, -1066, 1122, 0x2399}, + {1183, -1066, 1172, 0x2329}, + {1233, -1066, 1151, 0x2391} + } +}; + +StandTile tile_2241 = { + 0x04a311, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1228, -1066, 1122, 0x0000}, + {1166, -1066, 1148, 0x239d}, + {1183, -1066, 1172, 0x2395} + } +}; + +StandTile tile_2242 = { + 0x04a412, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1166, -1066, 1148, 0x23a1}, + {1144, -1066, 1211, 0x2331}, + {1183, -1066, 1172, 0x2399} + } +}; + +StandTile tile_2243 = { + 0x04a411, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1166, -1066, 1148, 0x23ed}, + {1120, -1066, 1195, 0x23a5}, + {1144, -1066, 1211, 0x239d} + } +}; + +StandTile tile_2244 = { + 0x04a512, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1120, -1066, 1195, 0x23a9}, + {1123, -1066, 1261, 0x2339}, + {1144, -1066, 1211, 0x23a1} + } +}; + +StandTile tile_2245 = { + 0x04a511, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1120, -1066, 1195, 0x0000}, + {1094, -1066, 1256, 0x23ad}, + {1123, -1066, 1261, 0x23a5} + } +}; + +StandTile tile_2246 = { + 0x04a612, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1094, -1066, 1256, 0x23b1}, + {1123, -1066, 1316, 0x2341}, + {1123, -1066, 1261, 0x23a9} + } +}; + +StandTile tile_2247 = { + 0x04a611, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1094, -1066, 1256, 0x23f5}, + {1094, -1066, 1322, 0x23b5}, + {1123, -1066, 1316, 0x23ad} + } +}; + +StandTile tile_2248 = { + 0x04a712, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1094, -1066, 1322, 0x23b9}, + {1144, -1066, 1367, 0x2349}, + {1123, -1066, 1316, 0x23b1} + } +}; + +StandTile tile_2249 = { + 0x04a711, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1094, -1066, 1322, 0x0000}, + {1120, -1066, 1383, 0x0000}, + {1144, -1066, 1367, 0x23b5} + } +}; + +StandTile tile_2250 = { + 0x04a912, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1166, -1066, 1430, 0x23c1}, + {1233, -1066, 1427, 0x2351}, + {1183, -1066, 1406, 0x0000} + } +}; + +StandTile tile_2251 = { + 0x04a911, 0x0f, + 0x0, + 0x3, 0x2, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1166, -1066, 1430, 0x0000}, + {1228, -1066, 1455, 0x23c5}, + {1233, -1066, 1427, 0x23bd} + } +}; + +StandTile tile_2252 = { + 0x04aa12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1228, -1066, 1455, 0x23c9}, + {1288, -1066, 1427, 0x2359}, + {1233, -1066, 1427, 0x23c1} + } +}; + +StandTile tile_2253 = { + 0x04aa11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1228, -1066, 1455, 0x23fd}, + {1294, -1066, 1455, 0x235d}, + {1288, -1066, 1427, 0x23c5} + } +}; + +StandTile tile_2254 = { + 0x04ac12, 0x0f, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1360, -1046, 1438, 0x23d1}, + {1402, -1066, 1383, 0x2369}, + {1355, -1066, 1430, 0x0000} + } +}; + +StandTile tile_2255 = { + 0x04ac11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1360, -1046, 1438, 0x240d}, + {1410, -1046, 1388, 0x0000}, + {1402, -1066, 1383, 0x23cd} + } +}; + +StandTile tile_2256 = { + 0x04ae12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1436, -1046, 1324, 0x23d9}, + {1427, -1066, 1256, 0x2379}, + {1427, -1066, 1322, 0x0000} + } +}; + +StandTile tile_2257 = { + 0x04ae11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1436, -1046, 1324, 0x241d}, + {1436, -1046, 1254, 0x23dd}, + {1427, -1066, 1256, 0x23d5} + } +}; + +StandTile tile_2258 = { + 0x04af12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1436, -1046, 1254, 0x23e1}, + {1402, -1066, 1195, 0x2381}, + {1427, -1066, 1256, 0x23d9} + } +}; + +StandTile tile_2259 = { + 0x04af11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1436, -1046, 1254, 0x2425}, + {1410, -1046, 1189, 0x0000}, + {1402, -1066, 1195, 0x23dd} + } +}; + +StandTile tile_2260 = { + 0x04b212, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1296, -1046, 1113, 0x23e9}, + {1228, -1066, 1122, 0x2391}, + {1294, -1066, 1122, 0x0000} + } +}; + +StandTile tile_2261 = { + 0x04b211, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1296, -1046, 1113, 0x243d}, + {1226, -1046, 1113, 0x0000}, + {1228, -1066, 1122, 0x23e5} + } +}; + +StandTile tile_2262 = { + 0x04b412, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1161, -1046, 1140, 0x23f1}, + {1120, -1066, 1195, 0x23a1}, + {1166, -1066, 1148, 0x0000} + } +}; + +StandTile tile_2263 = { + 0x04b411, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1161, -1046, 1140, 0x244d}, + {1112, -1046, 1189, 0x0000}, + {1120, -1066, 1195, 0x23ed} + } +}; + +StandTile tile_2264 = { + 0x04b612, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1085, -1046, 1254, 0x23f9}, + {1094, -1066, 1322, 0x23b1}, + {1094, -1066, 1256, 0x0000} + } +}; + +StandTile tile_2265 = { + 0x04b611, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1085, -1046, 1254, 0x245d}, + {1085, -1046, 1324, 0x0000}, + {1094, -1066, 1322, 0x23f5} + } +}; + +StandTile tile_2266 = { + 0x04ba12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1226, -1046, 1465, 0x2401}, + {1294, -1066, 1455, 0x23c9}, + {1228, -1066, 1455, 0x0000} + } +}; + +StandTile tile_2267 = { + 0x04ba11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1226, -1046, 1465, 0x247d}, + {1296, -1046, 1465, 0x0000}, + {1294, -1066, 1455, 0x23fd} + } +}; + +StandTile tile_2268 = { + 0x04bb12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1298, -1046, 1479, 0x2409}, + {1360, -1046, 1438, 0x0000}, + {1296, -1046, 1465, 0x2481} + } +}; + +StandTile tile_2269 = { + 0x04bb11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1298, -1046, 1479, 0x0000}, + {1368, -1046, 1450, 0x240d}, + {1360, -1046, 1438, 0x2405} + } +}; + +StandTile tile_2270 = { + 0x04bc12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1368, -1046, 1450, 0x2411}, + {1410, -1046, 1388, 0x23d1}, + {1360, -1046, 1438, 0x2409} + } +}; + +StandTile tile_2271 = { + 0x04bc11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1368, -1046, 1450, 0x0000}, + {1422, -1046, 1396, 0x2415}, + {1410, -1046, 1388, 0x240d} + } +}; + +StandTile tile_2272 = { + 0x04bd12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1422, -1046, 1396, 0x2419}, + {1436, -1046, 1324, 0x0000}, + {1410, -1046, 1388, 0x2411} + } +}; + +StandTile tile_2273 = { + 0x04bd11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1422, -1046, 1396, 0x0000}, + {1451, -1046, 1327, 0x241d}, + {1436, -1046, 1324, 0x2415} + } +}; + +StandTile tile_2274 = { + 0x04be12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1451, -1046, 1327, 0x2421}, + {1436, -1046, 1254, 0x23d9}, + {1436, -1046, 1324, 0x2419} + } +}; + +StandTile tile_2275 = { + 0x04be11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1451, -1046, 1327, 0x0000}, + {1451, -1046, 1251, 0x2425}, + {1436, -1046, 1254, 0x241d} + } +}; + +StandTile tile_2276 = { + 0x04bf12, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1451, -1046, 1251, 0x2429}, + {1410, -1046, 1189, 0x23e1}, + {1436, -1046, 1254, 0x2421} + } +}; + +StandTile tile_2277 = { + 0x04bf11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1451, -1046, 1251, 0x0000}, + {1422, -1046, 1181, 0x242d}, + {1410, -1046, 1189, 0x2425} + } +}; + +StandTile tile_2278 = { + 0x04c012, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1422, -1046, 1181, 0x2431}, + {1360, -1046, 1140, 0x0000}, + {1410, -1046, 1189, 0x2429} + } +}; + +StandTile tile_2279 = { + 0x04c011, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1422, -1046, 1181, 0x0000}, + {1368, -1046, 1128, 0x2435}, + {1360, -1046, 1140, 0x242d} + } +}; + +StandTile tile_2280 = { + 0x04c112, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1368, -1046, 1128, 0x2439}, + {1296, -1046, 1113, 0x0000}, + {1360, -1046, 1140, 0x2431} + } +}; + +StandTile tile_2281 = { + 0x04c111, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1368, -1046, 1128, 0x0000}, + {1298, -1046, 1099, 0x243d}, + {1296, -1046, 1113, 0x2435} + } +}; + +StandTile tile_2282 = { + 0x04c212, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1298, -1046, 1099, 0x2441}, + {1226, -1046, 1113, 0x23e9}, + {1296, -1046, 1113, 0x2439} + } +}; + +StandTile tile_2283 = { + 0x04c211, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1298, -1046, 1099, 0x0000}, + {1223, -1046, 1099, 0x2445}, + {1226, -1046, 1113, 0x243d} + } +}; + +StandTile tile_2284 = { + 0x04c312, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1223, -1046, 1099, 0x2449}, + {1161, -1046, 1140, 0x0000}, + {1226, -1046, 1113, 0x2441} + } +}; + +StandTile tile_2285 = { + 0x04c311, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1223, -1046, 1099, 0x0000}, + {1153, -1046, 1128, 0x244d}, + {1161, -1046, 1140, 0x2445} + } +}; + +StandTile tile_2286 = { + 0x04c412, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1153, -1046, 1128, 0x2451}, + {1112, -1046, 1189, 0x23f1}, + {1161, -1046, 1140, 0x2449} + } +}; + +StandTile tile_2287 = { + 0x04c411, 0x0f, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1153, -1046, 1128, 0x0000}, + {1100, -1046, 1181, 0x2455}, + {1112, -1046, 1189, 0x244d} + } +}; + +StandTile tile_2288 = { + 0x04c512, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1100, -1046, 1181, 0x2459}, + {1085, -1046, 1254, 0x0000}, + {1112, -1046, 1189, 0x2451} + } +}; + +StandTile tile_2289 = { + 0x04c511, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1100, -1046, 1181, 0x0000}, + {1071, -1046, 1251, 0x245d}, + {1085, -1046, 1254, 0x2455} + } +}; + +StandTile tile_2290 = { + 0x04c612, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1071, -1046, 1251, 0x2461}, + {1085, -1046, 1324, 0x23f9}, + {1085, -1046, 1254, 0x2459} + } +}; + +StandTile tile_2291 = { + 0x04c611, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1071, -1046, 1251, 0x0000}, + {1071, -1046, 1327, 0x2465}, + {1085, -1046, 1324, 0x245d} + } +}; + +StandTile tile_2292 = { + 0x04c712, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1071, -1046, 1327, 0x2469}, + {1112, -1046, 1388, 0x0000}, + {1085, -1046, 1324, 0x2461} + } +}; + +StandTile tile_2293 = { + 0x04c711, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1071, -1046, 1327, 0x0000}, + {1100, -1046, 1396, 0x246d}, + {1112, -1046, 1388, 0x2465} + } +}; + +StandTile tile_2294 = { + 0x04c812, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1100, -1046, 1396, 0x2471}, + {1161, -1046, 1438, 0x0000}, + {1112, -1046, 1388, 0x2469} + } +}; + +StandTile tile_2295 = { + 0x04c811, 0x0f, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1100, -1046, 1396, 0x0000}, + {1153, -1046, 1450, 0x2475}, + {1161, -1046, 1438, 0x246d} + } +}; + +StandTile tile_2296 = { + 0x04c912, 0x0f, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1153, -1046, 1450, 0x2479}, + {1226, -1046, 1465, 0x0000}, + {1161, -1046, 1438, 0x2471} + } +}; + +StandTile tile_2297 = { + 0x04c911, 0x0f, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1153, -1046, 1450, 0x0000}, + {1223, -1046, 1479, 0x247d}, + {1226, -1046, 1465, 0x2475} + } +}; + +StandTile tile_2298 = { + 0x04ca12, 0x0f, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1223, -1046, 1479, 0x2481}, + {1296, -1046, 1465, 0x2401}, + {1226, -1046, 1465, 0x2479} + } +}; + +StandTile tile_2299 = { + 0x04ca11, 0x0f, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1223, -1046, 1479, 0x0000}, + {1298, -1046, 1479, 0x2405}, + {1296, -1046, 1465, 0x247d} + } +}; + +StandTile tile_2300 = { + 0x009f0a, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1115, -233, -19, 0x2489}, + {1066, -233, 48, 0x0000}, + {1114, -233, 39, 0x0000} + } +}; + +StandTile tile_2301 = { + 0x009f09, 0x0c, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1115, -233, -19, 0x248d}, + {1066, -233, -29, 0x24ad}, + {1066, -233, 48, 0x2485} + } +}; + +StandTile tile_2302 = { + 0x009e0a, 0x0c, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1140, -233, -72, 0x2491}, + {1066, -233, -29, 0x2489}, + {1115, -233, -19, 0x0000} + } +}; + +StandTile tile_2303 = { + 0x009e09, 0x0c, + 0x0, + 0x4, 0x4, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {1140, -233, -72, 0x2495}, + {1102, -233, -101, 0x0000}, + {1066, -233, -29, 0x248d} + } +}; + +StandTile tile_2304 = { + 0x00950a, 0x0c, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1179, -233, -110, 0x2499}, + {1102, -233, -101, 0x2491}, + {1140, -233, -72, 0x0000} + } +}; + +StandTile tile_2305 = { + 0x009509, 0x0c, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1179, -233, -110, 0x24a5}, + {1151, -233, -149, 0x0000}, + {1102, -233, -101, 0x2495} + } +}; + +StandTile tile_2306 = { + 0x00940a, 0x0c, + 0x0, + 0x5, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1224, -233, -182, 0x24a1}, + {1291, -233, -133, 0x0000}, + {1302, -233, -181, 0x0000} + } +}; + +StandTile tile_2307 = { + 0x009409, 0x0c, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1224, -233, -182, 0x24a9}, + {1233, -233, -133, 0x0000}, + {1291, -233, -133, 0x249d} + } +}; + +StandTile tile_2308 = { + 0x00910a, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1233, -233, -133, 0x24a9}, + {1151, -233, -149, 0x2499}, + {1179, -233, -110, 0x0000} + } +}; + +StandTile tile_2309 = { + 0x009109, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1233, -233, -133, 0x24a1}, + {1224, -233, -182, 0x0000}, + {1151, -233, -149, 0x24a5} + } +}; + +StandTile tile_2310 = { + 0x00b00a, 0x0c, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1066, -233, -29, 0x24b1}, + {1051, -233, 34, 0x0000}, + {1066, -233, 48, 0x2489} + } +}; + +StandTile tile_2311 = { + 0x00b009, 0x0c, + 0x0, + 0x4, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {1066, -233, -29, 0x0000}, + {1051, -233, -15, 0x1d39}, + {1052, -233, 10, 0x1d42}, + {1051, -233, 34, 0x24ad} + } +}; + +StandTile tile_2312 = { + 0x05610a, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x2, + { + {1299, -455, -185, 0x24bc}, + {1236, -455, -200, 0x0000}, + {1222, -455, -185, 0x0000}, + {1226, -455, -185, 0x24d0}, + {1294, -455, -185, 0x0000} + } +}; + +StandTile tile_2313 = { + 0x056109, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {1299, -455, -185, 0x0000}, + {1285, -455, -200, 0x0d2c}, + {1261, -455, -199, 0x0d23}, + {1236, -455, -200, 0x24b6} + } +}; + +StandTile tile_2314 = { + 0x05500a, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x2, + { + {1222, -455, 205, 0x24c7}, + {1285, -455, 219, 0x0000}, + {1299, -455, 205, 0x0000}, + {1294, -455, 205, 0x24cc}, + {1226, -455, 205, 0x0000} + } +}; + +StandTile tile_2315 = { + 0x055009, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {1222, -455, 205, 0x0000}, + {1236, -455, 219, 0x1b10}, + {1261, -455, 218, 0x1b07}, + {1285, -455, 219, 0x24c1} + } +}; + +StandTile tile_2316 = { + 0x00aa0a, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1294, -455, -185, 0x24d0}, + {1226, -455, 205, 0x24c1}, + {1294, -455, 205, 0x0000} + } +}; + +StandTile tile_2317 = { + 0x00aa09, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1294, -455, -185, 0x24b6}, + {1226, -455, -185, 0x0000}, + {1226, -455, 205, 0x24cc} + } +}; + +StandTile tile_2318 = { + 0x05d00a, 0x08, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1298, -1046, -180, 0x24d8}, + {1226, -1046, -166, 0x2558}, + {1296, -1046, -166, 0x24e0} + } +}; + +StandTile tile_2319 = { + 0x05d009, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1298, -1046, -180, 0x0000}, + {1223, -1046, -180, 0x254c}, + {1226, -1046, -166, 0x24d4} + } +}; + +StandTile tile_2320 = { + 0x05cf0a, 0x08, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1368, -1046, -151, 0x24e0}, + {1296, -1046, -166, 0x0000}, + {1360, -1046, -139, 0x24e8} + } +}; + +StandTile tile_2321 = { + 0x05cf09, 0x08, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1368, -1046, -151, 0x0000}, + {1298, -1046, -180, 0x24d4}, + {1296, -1046, -166, 0x24dc} + } +}; + +StandTile tile_2322 = { + 0x05ce0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1422, -1046, -98, 0x24e8}, + {1360, -1046, -139, 0x0000}, + {1410, -1046, -90, 0x24f0} + } +}; + +StandTile tile_2323 = { + 0x05ce09, 0x08, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1422, -1046, -98, 0x0000}, + {1368, -1046, -151, 0x24dc}, + {1360, -1046, -139, 0x24e4} + } +}; + +StandTile tile_2324 = { + 0x05cd0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1451, -1046, -28, 0x24f0}, + {1410, -1046, -90, 0x0000}, + {1436, -1046, -25, 0x24f8} + } +}; + +StandTile tile_2325 = { + 0x05cd09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1451, -1046, -28, 0x0000}, + {1422, -1046, -98, 0x24e4}, + {1410, -1046, -90, 0x24ec} + } +}; + +StandTile tile_2326 = { + 0x05cc0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1451, -1046, 48, 0x24f8}, + {1436, -1046, -25, 0x2560}, + {1436, -1046, 45, 0x2500} + } +}; + +StandTile tile_2327 = { + 0x05cc09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1451, -1046, 48, 0x0000}, + {1451, -1046, -28, 0x24ec}, + {1436, -1046, -25, 0x24f4} + } +}; + +StandTile tile_2328 = { + 0x05cb0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1422, -1046, 117, 0x2500}, + {1436, -1046, 45, 0x0000}, + {1410, -1046, 109, 0x2508} + } +}; + +StandTile tile_2329 = { + 0x05cb09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1422, -1046, 117, 0x0000}, + {1451, -1046, 48, 0x24f4}, + {1436, -1046, 45, 0x24fc} + } +}; + +StandTile tile_2330 = { + 0x05ca0a, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1368, -1046, 171, 0x2508}, + {1410, -1046, 109, 0x2568}, + {1360, -1046, 159, 0x2510} + } +}; + +StandTile tile_2331 = { + 0x05ca09, 0x08, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1368, -1046, 171, 0x0000}, + {1422, -1046, 117, 0x24fc}, + {1410, -1046, 109, 0x2504} + } +}; + +StandTile tile_2332 = { + 0x05c90a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1298, -1046, 200, 0x2510}, + {1360, -1046, 159, 0x0000}, + {1296, -1046, 186, 0x2518} + } +}; + +StandTile tile_2333 = { + 0x05c909, 0x08, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {1298, -1046, 200, 0x0000}, + {1368, -1046, 171, 0x2504}, + {1360, -1046, 159, 0x250c} + } +}; + +StandTile tile_2334 = { + 0x05c80a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1223, -1046, 200, 0x2518}, + {1296, -1046, 186, 0x2570}, + {1226, -1046, 186, 0x2520} + } +}; + +StandTile tile_2335 = { + 0x05c809, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1223, -1046, 200, 0x0000}, + {1298, -1046, 200, 0x250c}, + {1296, -1046, 186, 0x2514} + } +}; + +StandTile tile_2336 = { + 0x05c70a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1153, -1046, 171, 0x2520}, + {1226, -1046, 186, 0x0000}, + {1161, -1046, 159, 0x2528} + } +}; + +StandTile tile_2337 = { + 0x05c709, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1153, -1046, 171, 0x0000}, + {1223, -1046, 200, 0x2514}, + {1226, -1046, 186, 0x251c} + } +}; + +StandTile tile_2338 = { + 0x05c60a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1100, -1046, 117, 0x2528}, + {1161, -1046, 159, 0x0000}, + {1112, -1046, 109, 0x2530} + } +}; + +StandTile tile_2339 = { + 0x05c609, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1100, -1046, 117, 0x0000}, + {1153, -1046, 171, 0x251c}, + {1161, -1046, 159, 0x2524} + } +}; + +StandTile tile_2340 = { + 0x05c50a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1071, -1046, 48, 0x2530}, + {1112, -1046, 109, 0x0000}, + {1085, -1046, 45, 0x2538} + } +}; + +StandTile tile_2341 = { + 0x05c509, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1071, -1046, 48, 0x0000}, + {1100, -1046, 117, 0x2524}, + {1112, -1046, 109, 0x252c} + } +}; + +StandTile tile_2342 = { + 0x05c40a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1071, -1046, -28, 0x2538}, + {1085, -1046, 45, 0x2578}, + {1085, -1046, -25, 0x2540} + } +}; + +StandTile tile_2343 = { + 0x05c409, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1071, -1046, -28, 0x0000}, + {1071, -1046, 48, 0x252c}, + {1085, -1046, 45, 0x2534} + } +}; + +StandTile tile_2344 = { + 0x05c30a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1100, -1046, -98, 0x2540}, + {1085, -1046, -25, 0x0000}, + {1112, -1046, -90, 0x2548} + } +}; + +StandTile tile_2345 = { + 0x05c309, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1100, -1046, -98, 0x0000}, + {1071, -1046, -28, 0x2534}, + {1085, -1046, -25, 0x253c} + } +}; + +StandTile tile_2346 = { + 0x05c20a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1153, -1046, -151, 0x2548}, + {1112, -1046, -90, 0x2580}, + {1161, -1046, -139, 0x2550} + } +}; + +StandTile tile_2347 = { + 0x05c209, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1153, -1046, -151, 0x0000}, + {1100, -1046, -98, 0x253c}, + {1112, -1046, -90, 0x2544} + } +}; + +StandTile tile_2348 = { + 0x05c10a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1223, -1046, -180, 0x2550}, + {1161, -1046, -139, 0x0000}, + {1226, -1046, -166, 0x24d8} + } +}; + +StandTile tile_2349 = { + 0x05c109, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1223, -1046, -180, 0x0000}, + {1153, -1046, -151, 0x2544}, + {1161, -1046, -139, 0x254c} + } +}; + +StandTile tile_2350 = { + 0x05c00a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1296, -1046, -166, 0x2558}, + {1228, -1066, -157, 0x2588}, + {1294, -1066, -157, 0x0000} + } +}; + +StandTile tile_2351 = { + 0x05c009, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1296, -1046, -166, 0x24d4}, + {1226, -1046, -166, 0x0000}, + {1228, -1066, -157, 0x2554} + } +}; + +StandTile tile_2352 = { + 0x05b90a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1436, -1046, 45, 0x2560}, + {1427, -1066, -23, 0x25a0}, + {1427, -1066, 43, 0x0000} + } +}; + +StandTile tile_2353 = { + 0x05b909, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1436, -1046, 45, 0x24f4}, + {1436, -1046, -25, 0x0000}, + {1427, -1066, -23, 0x255c} + } +}; + +StandTile tile_2354 = { + 0x05b60a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1360, -1046, 159, 0x2568}, + {1402, -1066, 104, 0x25b0}, + {1355, -1066, 151, 0x0000} + } +}; + +StandTile tile_2355 = { + 0x05b609, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1360, -1046, 159, 0x2504}, + {1410, -1046, 109, 0x0000}, + {1402, -1066, 104, 0x2564} + } +}; + +StandTile tile_2356 = { + 0x05b30a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1226, -1046, 186, 0x2570}, + {1294, -1066, 176, 0x25c0}, + {1228, -1066, 176, 0x0000} + } +}; + +StandTile tile_2357 = { + 0x05b309, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1226, -1046, 186, 0x2514}, + {1296, -1046, 186, 0x0000}, + {1294, -1066, 176, 0x256c} + } +}; + +StandTile tile_2358 = { + 0x05ac0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1085, -1046, -25, 0x2578}, + {1094, -1066, 43, 0x25d8}, + {1094, -1066, -23, 0x0000} + } +}; + +StandTile tile_2359 = { + 0x05ac09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1085, -1046, -25, 0x2534}, + {1085, -1046, 45, 0x0000}, + {1094, -1066, 43, 0x2574} + } +}; + +StandTile tile_2360 = { + 0x05a90a, 0x08, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1161, -1046, -139, 0x2580}, + {1120, -1066, -85, 0x25e8}, + {1166, -1066, -131, 0x0000} + } +}; + +StandTile tile_2361 = { + 0x05a909, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1161, -1046, -139, 0x2544}, + {1112, -1046, -90, 0x0000}, + {1120, -1066, -85, 0x257c} + } +}; + +StandTile tile_2362 = { + 0x05a60a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1294, -1066, -157, 0x2588}, + {1233, -1066, -128, 0x25f8}, + {1288, -1066, -128, 0x2590} + } +}; + +StandTile tile_2363 = { + 0x05a609, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1294, -1066, -157, 0x2554}, + {1228, -1066, -157, 0x25ec}, + {1233, -1066, -128, 0x2584} + } +}; + +StandTile tile_2364 = { + 0x05a50a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1355, -1066, -131, 0x2590}, + {1288, -1066, -128, 0x2600}, + {1339, -1066, -107, 0x0000} + } +}; + +StandTile tile_2365 = { + 0x05a509, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1355, -1066, -131, 0x0000}, + {1294, -1066, -157, 0x2584}, + {1288, -1066, -128, 0x258c} + } +}; + +StandTile tile_2366 = { + 0x05a20a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1427, -1066, -23, 0x2598}, + {1377, -1066, -68, 0x2610}, + {1398, -1066, -18, 0x25a0} + } +}; + +StandTile tile_2367 = { + 0x05a209, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1427, -1066, -23, 0x0000}, + {1402, -1066, -85, 0x0000}, + {1377, -1066, -68, 0x2594} + } +}; + +StandTile tile_2368 = { + 0x05a10a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1427, -1066, 43, 0x25a0}, + {1398, -1066, -18, 0x2618}, + {1398, -1066, 37, 0x25a8} + } +}; + +StandTile tile_2369 = { + 0x05a109, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1427, -1066, 43, 0x255c}, + {1427, -1066, -23, 0x2594}, + {1398, -1066, -18, 0x259c} + } +}; + +StandTile tile_2370 = { + 0x05a00a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1402, -1066, 104, 0x25a8}, + {1398, -1066, 37, 0x2620}, + {1377, -1066, 88, 0x25b0} + } +}; + +StandTile tile_2371 = { + 0x05a009, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1402, -1066, 104, 0x0000}, + {1427, -1066, 43, 0x259c}, + {1398, -1066, 37, 0x25a4} + } +}; + +StandTile tile_2372 = { + 0x059f0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1355, -1066, 151, 0x25b0}, + {1377, -1066, 88, 0x2628}, + {1339, -1066, 127, 0x25b8} + } +}; + +StandTile tile_2373 = { + 0x059f09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1355, -1066, 151, 0x2564}, + {1402, -1066, 104, 0x25a4}, + {1377, -1066, 88, 0x25ac} + } +}; + +StandTile tile_2374 = { + 0x059e0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1294, -1066, 176, 0x25b8}, + {1339, -1066, 127, 0x2630}, + {1288, -1066, 148, 0x25c0} + } +}; + +StandTile tile_2375 = { + 0x059e09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1294, -1066, 176, 0x0000}, + {1355, -1066, 151, 0x25ac}, + {1339, -1066, 127, 0x25b4} + } +}; + +StandTile tile_2376 = { + 0x059d0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1228, -1066, 176, 0x25c0}, + {1288, -1066, 148, 0x2638}, + {1233, -1066, 148, 0x25c8} + } +}; + +StandTile tile_2377 = { + 0x059d09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1228, -1066, 176, 0x256c}, + {1294, -1066, 176, 0x25b4}, + {1288, -1066, 148, 0x25bc} + } +}; + +StandTile tile_2378 = { + 0x059c0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1166, -1066, 151, 0x25c8}, + {1233, -1066, 148, 0x2640}, + {1183, -1066, 127, 0x0000} + } +}; + +StandTile tile_2379 = { + 0x059c09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1166, -1066, 151, 0x0000}, + {1228, -1066, 176, 0x25bc}, + {1233, -1066, 148, 0x25c4} + } +}; + +StandTile tile_2380 = { + 0x05990a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1094, -1066, 43, 0x25d0}, + {1144, -1066, 88, 0x2648}, + {1123, -1066, 37, 0x25d8} + } +}; + +StandTile tile_2381 = { + 0x059909, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1094, -1066, 43, 0x0000}, + {1120, -1066, 104, 0x0000}, + {1144, -1066, 88, 0x25cc} + } +}; + +StandTile tile_2382 = { + 0x05980a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1094, -1066, -23, 0x25d8}, + {1123, -1066, 37, 0x2650}, + {1123, -1066, -18, 0x25e0} + } +}; + +StandTile tile_2383 = { + 0x059809, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1094, -1066, -23, 0x2574}, + {1094, -1066, 43, 0x25cc}, + {1123, -1066, 37, 0x25d4} + } +}; + +StandTile tile_2384 = { + 0x05970a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1120, -1066, -85, 0x25e0}, + {1123, -1066, -18, 0x2658}, + {1144, -1066, -68, 0x25e8} + } +}; + +StandTile tile_2385 = { + 0x059709, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1120, -1066, -85, 0x0000}, + {1094, -1066, -23, 0x25d4}, + {1123, -1066, -18, 0x25dc} + } +}; + +StandTile tile_2386 = { + 0x05960a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1166, -1066, -131, 0x25e8}, + {1144, -1066, -68, 0x2660}, + {1183, -1066, -107, 0x25f0} + } +}; + +StandTile tile_2387 = { + 0x059609, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1166, -1066, -131, 0x257c}, + {1120, -1066, -85, 0x25dc}, + {1144, -1066, -68, 0x25e4} + } +}; + +StandTile tile_2388 = { + 0x05950a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1228, -1066, -157, 0x25f0}, + {1183, -1066, -107, 0x2668}, + {1233, -1066, -128, 0x2588} + } +}; + +StandTile tile_2389 = { + 0x059509, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1228, -1066, -157, 0x0000}, + {1166, -1066, -131, 0x25e4}, + {1183, -1066, -107, 0x25ec} + } +}; + +StandTile tile_2390 = { + 0x05940a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1288, -1066, -128, 0x25f8}, + {1235, -1090, -119, 0x266c}, + {1286, -1090, -119, 0x2600} + } +}; + +StandTile tile_2391 = { + 0x059409, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1288, -1066, -128, 0x2584}, + {1233, -1066, -128, 0x2664}, + {1235, -1090, -119, 0x25f4} + } +}; + +StandTile tile_2392 = { + 0x05930a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1339, -1066, -107, 0x2600}, + {1286, -1090, -119, 0x2670}, + {1333, -1090, -99, 0x2608} + } +}; + +StandTile tile_2393 = { + 0x059309, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1339, -1066, -107, 0x258c}, + {1288, -1066, -128, 0x25f4}, + {1286, -1090, -119, 0x25fc} + } +}; + +StandTile tile_2394 = { + 0x05910a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1377, -1066, -68, 0x2608}, + {1333, -1090, -99, 0x2674}, + {1369, -1090, -63, 0x2610} + } +}; + +StandTile tile_2395 = { + 0x059109, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1377, -1066, -68, 0x0000}, + {1339, -1066, -107, 0x25fc}, + {1333, -1090, -99, 0x2604} + } +}; + +StandTile tile_2396 = { + 0x05900a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1398, -1066, -18, 0x2610}, + {1369, -1090, -63, 0x2678}, + {1389, -1090, -16, 0x2618} + } +}; + +StandTile tile_2397 = { + 0x059009, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1398, -1066, -18, 0x2594}, + {1377, -1066, -68, 0x2604}, + {1369, -1090, -63, 0x260c} + } +}; + +StandTile tile_2398 = { + 0x058f0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1398, -1066, 37, 0x2618}, + {1389, -1090, -16, 0x267c}, + {1389, -1090, 35, 0x2620} + } +}; + +StandTile tile_2399 = { + 0x058f09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1398, -1066, 37, 0x259c}, + {1398, -1066, -18, 0x260c}, + {1389, -1090, -16, 0x2614} + } +}; + +StandTile tile_2400 = { + 0x058e0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1377, -1066, 88, 0x2620}, + {1389, -1090, 35, 0x2680}, + {1369, -1090, 82, 0x2628} + } +}; + +StandTile tile_2401 = { + 0x058e09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1377, -1066, 88, 0x25a4}, + {1398, -1066, 37, 0x2614}, + {1389, -1090, 35, 0x261c} + } +}; + +StandTile tile_2402 = { + 0x058d0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1339, -1066, 127, 0x2628}, + {1369, -1090, 82, 0x2684}, + {1333, -1090, 118, 0x2630} + } +}; + +StandTile tile_2403 = { + 0x058d09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1339, -1066, 127, 0x25ac}, + {1377, -1066, 88, 0x261c}, + {1369, -1090, 82, 0x2624} + } +}; + +StandTile tile_2404 = { + 0x058c0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1288, -1066, 148, 0x2630}, + {1333, -1090, 118, 0x2688}, + {1286, -1090, 138, 0x2638} + } +}; + +StandTile tile_2405 = { + 0x058c09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1288, -1066, 148, 0x25b4}, + {1339, -1066, 127, 0x2624}, + {1333, -1090, 118, 0x262c} + } +}; + +StandTile tile_2406 = { + 0x058b0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1233, -1066, 148, 0x2638}, + {1286, -1090, 138, 0x268c}, + {1235, -1090, 138, 0x2640} + } +}; + +StandTile tile_2407 = { + 0x058b09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1233, -1066, 148, 0x25bc}, + {1288, -1066, 148, 0x262c}, + {1286, -1090, 138, 0x2634} + } +}; + +StandTile tile_2408 = { + 0x058a0a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1183, -1066, 127, 0x2640}, + {1235, -1090, 138, 0x2690}, + {1188, -1090, 118, 0x0000} + } +}; + +StandTile tile_2409 = { + 0x058a09, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1183, -1066, 127, 0x25c4}, + {1233, -1066, 148, 0x2634}, + {1235, -1090, 138, 0x263c} + } +}; + +StandTile tile_2410 = { + 0x05870a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1123, -1066, 37, 0x2648}, + {1152, -1090, 82, 0x2698}, + {1132, -1090, 35, 0x2650} + } +}; + +StandTile tile_2411 = { + 0x058709, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1123, -1066, 37, 0x25cc}, + {1144, -1066, 88, 0x0000}, + {1152, -1090, 82, 0x2644} + } +}; + +StandTile tile_2412 = { + 0x05860a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1123, -1066, -18, 0x2650}, + {1132, -1090, 35, 0x269c}, + {1132, -1090, -16, 0x2658} + } +}; + +StandTile tile_2413 = { + 0x058609, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1123, -1066, -18, 0x25d4}, + {1123, -1066, 37, 0x2644}, + {1132, -1090, 35, 0x264c} + } +}; + +StandTile tile_2414 = { + 0x05850a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1144, -1066, -68, 0x2658}, + {1132, -1090, -16, 0x26a0}, + {1152, -1090, -63, 0x2660} + } +}; + +StandTile tile_2415 = { + 0x058509, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1144, -1066, -68, 0x25dc}, + {1123, -1066, -18, 0x264c}, + {1132, -1090, -16, 0x2654} + } +}; + +StandTile tile_2416 = { + 0x05840a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1183, -1066, -107, 0x2660}, + {1152, -1090, -63, 0x26a4}, + {1188, -1090, -99, 0x2668} + } +}; + +StandTile tile_2417 = { + 0x058409, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1183, -1066, -107, 0x25e4}, + {1144, -1066, -68, 0x2654}, + {1152, -1090, -63, 0x265c} + } +}; + +StandTile tile_2418 = { + 0x05830a, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1233, -1066, -128, 0x2668}, + {1188, -1090, -99, 0x26a8}, + {1235, -1090, -119, 0x25f8} + } +}; + +StandTile tile_2419 = { + 0x058309, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1233, -1066, -128, 0x25ec}, + {1183, -1066, -107, 0x265c}, + {1188, -1090, -99, 0x2664} + } +}; + +StandTile tile_2420 = { + 0x058208, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1286, -1090, -119, 0x25f4}, + {1235, -1090, -119, 0x26a8}, + {1261, -1090, 10, 0x2670} + } +}; + +StandTile tile_2421 = { + 0x058108, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1333, -1090, -99, 0x25fc}, + {1286, -1090, -119, 0x266c}, + {1261, -1090, 10, 0x2674} + } +}; + +StandTile tile_2422 = { + 0x058008, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1369, -1090, -63, 0x2604}, + {1333, -1090, -99, 0x2670}, + {1261, -1090, 10, 0x2678} + } +}; + +StandTile tile_2423 = { + 0x057f08, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1389, -1090, -16, 0x260c}, + {1369, -1090, -63, 0x2674}, + {1261, -1090, 10, 0x267c} + } +}; + +StandTile tile_2424 = { + 0x057e08, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1389, -1090, 35, 0x2614}, + {1389, -1090, -16, 0x2678}, + {1261, -1090, 10, 0x2680} + } +}; + +StandTile tile_2425 = { + 0x057d08, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1369, -1090, 82, 0x261c}, + {1389, -1090, 35, 0x267c}, + {1261, -1090, 10, 0x2684} + } +}; + +StandTile tile_2426 = { + 0x057c08, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1333, -1090, 118, 0x2624}, + {1369, -1090, 82, 0x2680}, + {1261, -1090, 10, 0x2688} + } +}; + +StandTile tile_2427 = { + 0x057b08, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1286, -1090, 138, 0x262c}, + {1333, -1090, 118, 0x2684}, + {1261, -1090, 10, 0x268c} + } +}; + +StandTile tile_2428 = { + 0x057a08, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1235, -1090, 138, 0x2634}, + {1286, -1090, 138, 0x2688}, + {1261, -1090, 10, 0x2690} + } +}; + +StandTile tile_2429 = { + 0x057908, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1188, -1090, 118, 0x263c}, + {1235, -1090, 138, 0x268c}, + {1261, -1090, 10, 0x2694} + } +}; + +StandTile tile_2430 = { + 0x057808, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1152, -1090, 82, 0x0000}, + {1188, -1090, 118, 0x2690}, + {1261, -1090, 10, 0x2698} + } +}; + +StandTile tile_2431 = { + 0x057708, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1132, -1090, 35, 0x2644}, + {1152, -1090, 82, 0x2694}, + {1261, -1090, 10, 0x269c} + } +}; + +StandTile tile_2432 = { + 0x057608, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1132, -1090, -16, 0x264c}, + {1132, -1090, 35, 0x2698}, + {1261, -1090, 10, 0x26a0} + } +}; + +StandTile tile_2433 = { + 0x057508, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1152, -1090, -63, 0x2654}, + {1132, -1090, -16, 0x269c}, + {1261, -1090, 10, 0x26a4} + } +}; + +StandTile tile_2434 = { + 0x057408, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1188, -1090, -99, 0x265c}, + {1152, -1090, -63, 0x26a0}, + {1261, -1090, 10, 0x26a8} + } +}; + +StandTile tile_2435 = { + 0x057308, 0x08, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {1235, -1090, -119, 0x2664}, + {1188, -1090, -99, 0x26a4}, + {1261, -1090, 10, 0x266c} + } +}; + +StandTile tile_2436 = { + 0x041902, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {175, -19, 48, 0x26b0}, + {191, -19, -15, 0x0000}, + {176, -19, -29, 0x26b8} + } +}; + +StandTile tile_2437 = { + 0x041901, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {175, -19, 48, 0x0000}, + {191, -19, 34, 0x15d4}, + {191, -19, -15, 0x26ac} + } +}; + +StandTile tile_2438 = { + 0x009f02, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {127, -19, 39, 0x26b8}, + {176, -19, -29, 0x0000}, + {127, -19, -19, 0x0000} + } +}; + +StandTile tile_2439 = { + 0x009f01, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {127, -19, 39, 0x26bc}, + {175, -19, 48, 0x26ac}, + {176, -19, -29, 0x26b4} + } +}; + +StandTile tile_2440 = { + 0x009e02, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {103, -19, 92, 0x26c0}, + {175, -19, 48, 0x26b8}, + {127, -19, 39, 0x0000} + } +}; + +StandTile tile_2441 = { + 0x009e01, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {103, -19, 92, 0x26c4}, + {142, -19, 121, 0x0000}, + {175, -19, 48, 0x26bc} + } +}; + +StandTile tile_2442 = { + 0x009502, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {64, -19, 131, 0x26c8}, + {142, -19, 121, 0x26c0}, + {103, -19, 92, 0x0000} + } +}; + +StandTile tile_2443 = { + 0x009501, 0x06, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {64, -19, 131, 0x26d5}, + {93, -19, 170, 0x0000}, + {142, -19, 121, 0x26c4} + } +}; + +StandTile tile_2444 = { + 0x009402, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {20, -19, 205, 0x26d0}, + {-47, -19, 155, 0x0000}, + {-57, -19, 205, 0x26dd} + } +}; + +StandTile tile_2445 = { + 0x009401, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x2, 0x3, + { + {20, -19, 205, 0x0000}, + {20, -19, 203, 0x26d9}, + {11, -19, 155, 0x0000}, + {-47, -19, 155, 0x26cc} + } +}; + +StandTile tile_2446 = { + 0x009102, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11, -19, 155, 0x26d9}, + {93, -19, 170, 0x26c8}, + {64, -19, 131, 0x0000} + } +}; + +StandTile tile_2447 = { + 0x009101, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {11, -19, 155, 0x26d0}, + {20, -19, 203, 0x0000}, + {93, -19, 170, 0x26d5} + } +}; + +StandTile tile_2448 = { + 0x00b002, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-57, -19, 205, 0x26e1}, + {6, -19, 219, 0x0000}, + {20, -19, 205, 0x26cc} + } +}; + +StandTile tile_2449 = { + 0x00b001, 0x06, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {-57, -19, 205, 0x0000}, + {-43, -19, 219, 0x1eb9}, + {-18, -19, 219, 0x1ec2}, + {6, -19, 219, 0x26dd} + } +}; + +StandTile tile_2450 = { + 0x067102, 0x05, + 0x0, + 0x3, 0x4, 0x4, + 5, + 0x0, 0x1, 0x2, + { + {-213, -233, -29, 0x26ec}, + {-228, -233, 34, 0x0000}, + {-213, -233, 48, 0x0000}, + {-213, -233, 44, 0x26fc}, + {-213, -233, -24, 0x0000} + } +}; + +StandTile tile_2451 = { + 0x067101, 0x05, + 0x0, + 0x4, 0x5, 0x5, + 4, + 0x0, 0x1, 0x3, + { + {-213, -233, -29, 0x0000}, + {-228, -233, -15, 0x15ef}, + {-227, -233, 10, 0x15e6}, + {-228, -233, 34, 0x26e6} + } +}; + +StandTile tile_2452 = { + 0x053602, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 5, + 0x0, 0x1, 0x2, + { + {176, -233, 48, 0x26f7}, + {191, -233, -15, 0x0000}, + {176, -233, -29, 0x0000}, + {176, -233, -24, 0x2700}, + {176, -233, 44, 0x0000} + } +}; + +StandTile tile_2453 = { + 0x053601, 0x05, + 0x0, + 0x3, 0x3, 0x3, + 4, + 0x0, 0x1, 0x3, + { + {176, -233, 48, 0x0000}, + {191, -233, 34, 0x1c90}, + {190, -233, 10, 0x1c87}, + {191, -233, -15, 0x26f1} + } +}; + +StandTile tile_2454 = { + 0x00aa02, 0x05, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {176, -233, 44, 0x2700}, + {-213, -233, -24, 0x26e6}, + {-213, -233, 44, 0x0000} + } +}; + +StandTile tile_2455 = { + 0x00aa01, 0x05, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {176, -233, 44, 0x26f1}, + {176, -233, -24, 0x0000}, + {-213, -233, -24, 0x26fc} + } +}; + +StandTile tile_2456 = { + 0x04ca02, 0x01, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {19, -1046, -180, 0x2708}, + {-53, -1046, -166, 0x2780}, + {17, -1046, -166, 0x2710} + } +}; + +StandTile tile_2457 = { + 0x04ca01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {19, -1046, -180, 0x0000}, + {-56, -1046, -180, 0x2774}, + {-53, -1046, -166, 0x2704} + } +}; + +StandTile tile_2458 = { + 0x04c902, 0x01, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {89, -1046, -151, 0x2710}, + {17, -1046, -166, 0x0000}, + {81, -1046, -139, 0x2718} + } +}; + +StandTile tile_2459 = { + 0x04c901, 0x01, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {89, -1046, -151, 0x0000}, + {19, -1046, -180, 0x2704}, + {17, -1046, -166, 0x270c} + } +}; + +StandTile tile_2460 = { + 0x04c802, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {143, -1046, -98, 0x2718}, + {81, -1046, -139, 0x0000}, + {131, -1046, -90, 0x2720} + } +}; + +StandTile tile_2461 = { + 0x04c801, 0x01, + 0x0, + 0x4, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {143, -1046, -98, 0x0000}, + {89, -1046, -151, 0x270c}, + {81, -1046, -139, 0x2714} + } +}; + +StandTile tile_2462 = { + 0x04c702, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {172, -1046, -28, 0x2720}, + {131, -1046, -90, 0x0000}, + {157, -1046, -25, 0x2728} + } +}; + +StandTile tile_2463 = { + 0x04c701, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {172, -1046, -28, 0x0000}, + {143, -1046, -98, 0x2714}, + {131, -1046, -90, 0x271c} + } +}; + +StandTile tile_2464 = { + 0x04c602, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {172, -1046, 47, 0x2728}, + {157, -1046, -25, 0x2788}, + {157, -1046, 45, 0x2730} + } +}; + +StandTile tile_2465 = { + 0x04c601, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {172, -1046, 47, 0x0000}, + {172, -1046, -28, 0x271c}, + {157, -1046, -25, 0x2724} + } +}; + +StandTile tile_2466 = { + 0x04c502, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {143, -1046, 117, 0x2730}, + {157, -1046, 45, 0x2790}, + {131, -1046, 109, 0x2738} + } +}; + +StandTile tile_2467 = { + 0x04c501, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {143, -1046, 117, 0x0000}, + {172, -1046, 47, 0x2724}, + {157, -1046, 45, 0x272c} + } +}; + +StandTile tile_2468 = { + 0x04c402, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {89, -1046, 171, 0x2738}, + {131, -1046, 109, 0x2798}, + {81, -1046, 159, 0x2740} + } +}; + +StandTile tile_2469 = { + 0x04c401, 0x01, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {89, -1046, 171, 0x0000}, + {143, -1046, 117, 0x272c}, + {131, -1046, 109, 0x2734} + } +}; + +StandTile tile_2470 = { + 0x04c302, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {19, -1046, 200, 0x2740}, + {81, -1046, 159, 0x0000}, + {17, -1046, 186, 0x2748} + } +}; + +StandTile tile_2471 = { + 0x04c301, 0x01, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {19, -1046, 200, 0x0000}, + {89, -1046, 171, 0x2734}, + {81, -1046, 159, 0x273c} + } +}; + +StandTile tile_2472 = { + 0x04c202, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-56, -1046, 200, 0x2748}, + {17, -1046, 186, 0x27a0}, + {-53, -1046, 186, 0x0000} + } +}; + +StandTile tile_2473 = { + 0x04c201, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-56, -1046, 200, 0x0000}, + {19, -1046, 200, 0x273c}, + {17, -1046, 186, 0x2744} + } +}; + +StandTile tile_2474 = { + 0x04c002, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-179, -1046, 117, 0x2750}, + {-118, -1046, 159, 0x0000}, + {-167, -1046, 109, 0x2758} + } +}; + +StandTile tile_2475 = { + 0x04c001, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-179, -1046, 117, 0x0000}, + {-126, -1046, 171, 0x0000}, + {-118, -1046, 159, 0x274c} + } +}; + +StandTile tile_2476 = { + 0x04bf02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-208, -1046, 47, 0x2758}, + {-167, -1046, 109, 0x0000}, + {-194, -1046, 45, 0x2760} + } +}; + +StandTile tile_2477 = { + 0x04bf01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-208, -1046, 47, 0x0000}, + {-179, -1046, 117, 0x274c}, + {-167, -1046, 109, 0x2754} + } +}; + +StandTile tile_2478 = { + 0x04be02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-208, -1046, -28, 0x2760}, + {-194, -1046, 45, 0x27a8}, + {-194, -1046, -25, 0x2768} + } +}; + +StandTile tile_2479 = { + 0x04be01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-208, -1046, -28, 0x0000}, + {-208, -1046, 47, 0x2754}, + {-194, -1046, 45, 0x275c} + } +}; + +StandTile tile_2480 = { + 0x04bd02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-179, -1046, -98, 0x2768}, + {-194, -1046, -25, 0x0000}, + {-167, -1046, -90, 0x2770} + } +}; + +StandTile tile_2481 = { + 0x04bd01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-179, -1046, -98, 0x0000}, + {-208, -1046, -28, 0x275c}, + {-194, -1046, -25, 0x2764} + } +}; + +StandTile tile_2482 = { + 0x04bc02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-126, -1046, -151, 0x2770}, + {-167, -1046, -90, 0x27b0}, + {-118, -1046, -139, 0x2778} + } +}; + +StandTile tile_2483 = { + 0x04bc01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-126, -1046, -151, 0x0000}, + {-179, -1046, -98, 0x2764}, + {-167, -1046, -90, 0x276c} + } +}; + +StandTile tile_2484 = { + 0x04bb02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-56, -1046, -180, 0x2778}, + {-118, -1046, -139, 0x0000}, + {-53, -1046, -166, 0x2708} + } +}; + +StandTile tile_2485 = { + 0x04bb01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-56, -1046, -180, 0x0000}, + {-126, -1046, -151, 0x276c}, + {-118, -1046, -139, 0x2774} + } +}; + +StandTile tile_2486 = { + 0x04ba02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {17, -1046, -166, 0x2780}, + {-51, -1066, -157, 0x27b8}, + {15, -1066, -157, 0x0000} + } +}; + +StandTile tile_2487 = { + 0x04ba01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {17, -1046, -166, 0x2704}, + {-53, -1046, -166, 0x0000}, + {-51, -1066, -157, 0x277c} + } +}; + +StandTile tile_2488 = { + 0x04b602, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {157, -1046, 45, 0x2788}, + {148, -1066, -23, 0x27d0}, + {148, -1066, 43, 0x2790} + } +}; + +StandTile tile_2489 = { + 0x04b601, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {157, -1046, 45, 0x2724}, + {157, -1046, -25, 0x0000}, + {148, -1066, -23, 0x2784} + } +}; + +StandTile tile_2490 = { + 0x04b502, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {131, -1046, 109, 0x2790}, + {148, -1066, 43, 0x27d8}, + {123, -1066, 104, 0x2798} + } +}; + +StandTile tile_2491 = { + 0x04b501, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {131, -1046, 109, 0x272c}, + {157, -1046, 45, 0x2784}, + {148, -1066, 43, 0x278c} + } +}; + +StandTile tile_2492 = { + 0x04b402, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {81, -1046, 159, 0x2798}, + {123, -1066, 104, 0x27e0}, + {76, -1066, 151, 0x0000} + } +}; + +StandTile tile_2493 = { + 0x04b401, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {81, -1046, 159, 0x2734}, + {131, -1046, 109, 0x278c}, + {123, -1066, 104, 0x2794} + } +}; + +StandTile tile_2494 = { + 0x04b202, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-53, -1046, 186, 0x27a0}, + {15, -1066, 176, 0x27f0}, + {-51, -1066, 176, 0x0000} + } +}; + +StandTile tile_2495 = { + 0x04b201, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-53, -1046, 186, 0x2744}, + {17, -1046, 186, 0x0000}, + {15, -1066, 176, 0x279c} + } +}; + +StandTile tile_2496 = { + 0x04ae02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-194, -1046, -25, 0x27a8}, + {-185, -1066, 43, 0x2800}, + {-185, -1066, -23, 0x0000} + } +}; + +StandTile tile_2497 = { + 0x04ae01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-194, -1046, -25, 0x275c}, + {-194, -1046, 45, 0x0000}, + {-185, -1066, 43, 0x27a4} + } +}; + +StandTile tile_2498 = { + 0x04ac02, 0x01, + 0x0, + 0x2, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-118, -1046, -139, 0x27b0}, + {-159, -1066, -85, 0x2810}, + {-113, -1066, -131, 0x0000} + } +}; + +StandTile tile_2499 = { + 0x04ac01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-118, -1046, -139, 0x276c}, + {-167, -1046, -90, 0x0000}, + {-159, -1066, -85, 0x27ac} + } +}; + +StandTile tile_2500 = { + 0x04aa02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {15, -1066, -157, 0x27b8}, + {-46, -1066, -128, 0x2820}, + {9, -1066, -128, 0x27c0} + } +}; + +StandTile tile_2501 = { + 0x04aa01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {15, -1066, -157, 0x277c}, + {-51, -1066, -157, 0x2814}, + {-46, -1066, -128, 0x27b4} + } +}; + +StandTile tile_2502 = { + 0x04a902, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {76, -1066, -131, 0x27c0}, + {9, -1066, -128, 0x2828}, + {60, -1066, -107, 0x0000} + } +}; + +StandTile tile_2503 = { + 0x04a901, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {76, -1066, -131, 0x0000}, + {15, -1066, -157, 0x27b4}, + {9, -1066, -128, 0x27bc} + } +}; + +StandTile tile_2504 = { + 0x04a702, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {148, -1066, -23, 0x27c8}, + {98, -1066, -68, 0x2830}, + {119, -1066, -18, 0x27d0} + } +}; + +StandTile tile_2505 = { + 0x04a701, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {148, -1066, -23, 0x0000}, + {123, -1066, -85, 0x0000}, + {98, -1066, -68, 0x27c4} + } +}; + +StandTile tile_2506 = { + 0x04a602, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {148, -1066, 43, 0x27d0}, + {119, -1066, -18, 0x2838}, + {119, -1066, 37, 0x27d8} + } +}; + +StandTile tile_2507 = { + 0x04a601, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {148, -1066, 43, 0x2784}, + {148, -1066, -23, 0x27c4}, + {119, -1066, -18, 0x27cc} + } +}; + +StandTile tile_2508 = { + 0x04a502, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {123, -1066, 104, 0x27d8}, + {119, -1066, 37, 0x2840}, + {98, -1066, 88, 0x27e0} + } +}; + +StandTile tile_2509 = { + 0x04a501, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {123, -1066, 104, 0x278c}, + {148, -1066, 43, 0x27cc}, + {119, -1066, 37, 0x27d4} + } +}; + +StandTile tile_2510 = { + 0x04a402, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {76, -1066, 151, 0x27e0}, + {98, -1066, 88, 0x2848}, + {60, -1066, 127, 0x27e8} + } +}; + +StandTile tile_2511 = { + 0x04a401, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {76, -1066, 151, 0x2794}, + {123, -1066, 104, 0x27d4}, + {98, -1066, 88, 0x27dc} + } +}; + +StandTile tile_2512 = { + 0x04a302, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {15, -1066, 176, 0x27e8}, + {60, -1066, 127, 0x2850}, + {9, -1066, 147, 0x27f0} + } +}; + +StandTile tile_2513 = { + 0x04a301, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {15, -1066, 176, 0x0000}, + {76, -1066, 151, 0x27dc}, + {60, -1066, 127, 0x27e4} + } +}; + +StandTile tile_2514 = { + 0x04a202, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-51, -1066, 176, 0x27f0}, + {9, -1066, 147, 0x2858}, + {-46, -1066, 147, 0x0000} + } +}; + +StandTile tile_2515 = { + 0x04a201, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-51, -1066, 176, 0x279c}, + {15, -1066, 176, 0x27e4}, + {9, -1066, 147, 0x27ec} + } +}; + +StandTile tile_2516 = { + 0x049f02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-185, -1066, 43, 0x27f8}, + {-135, -1066, 88, 0x2868}, + {-156, -1066, 37, 0x2800} + } +}; + +StandTile tile_2517 = { + 0x049f01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-185, -1066, 43, 0x0000}, + {-159, -1066, 104, 0x0000}, + {-135, -1066, 88, 0x27f4} + } +}; + +StandTile tile_2518 = { + 0x049e02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-185, -1066, -23, 0x2800}, + {-156, -1066, 37, 0x2870}, + {-156, -1066, -18, 0x2808} + } +}; + +StandTile tile_2519 = { + 0x049e01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-185, -1066, -23, 0x27a4}, + {-185, -1066, 43, 0x27f4}, + {-156, -1066, 37, 0x27fc} + } +}; + +StandTile tile_2520 = { + 0x049d02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-159, -1066, -85, 0x2808}, + {-156, -1066, -18, 0x2878}, + {-135, -1066, -68, 0x2810} + } +}; + +StandTile tile_2521 = { + 0x049d01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-159, -1066, -85, 0x0000}, + {-185, -1066, -23, 0x27fc}, + {-156, -1066, -18, 0x2804} + } +}; + +StandTile tile_2522 = { + 0x049c02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-113, -1066, -131, 0x2810}, + {-135, -1066, -68, 0x2880}, + {-96, -1066, -107, 0x2818} + } +}; + +StandTile tile_2523 = { + 0x049c01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-113, -1066, -131, 0x27ac}, + {-159, -1066, -85, 0x2804}, + {-135, -1066, -68, 0x280c} + } +}; + +StandTile tile_2524 = { + 0x049b02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-51, -1066, -157, 0x2818}, + {-96, -1066, -107, 0x2888}, + {-46, -1066, -128, 0x27b8} + } +}; + +StandTile tile_2525 = { + 0x049b01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-51, -1066, -157, 0x0000}, + {-113, -1066, -131, 0x280c}, + {-96, -1066, -107, 0x2814} + } +}; + +StandTile tile_2526 = { + 0x049a02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9, -1066, -128, 0x2820}, + {-44, -1090, -119, 0x288c}, + {7, -1090, -119, 0x2828} + } +}; + +StandTile tile_2527 = { + 0x049a01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9, -1066, -128, 0x27b4}, + {-46, -1066, -128, 0x2884}, + {-44, -1090, -119, 0x281c} + } +}; + +StandTile tile_2528 = { + 0x049902, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {60, -1066, -107, 0x2828}, + {7, -1090, -119, 0x2890}, + {54, -1090, -99, 0x0000} + } +}; + +StandTile tile_2529 = { + 0x049901, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {60, -1066, -107, 0x27bc}, + {9, -1066, -128, 0x281c}, + {7, -1090, -119, 0x2824} + } +}; + +StandTile tile_2530 = { + 0x049702, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {119, -1066, -18, 0x2830}, + {90, -1090, -63, 0x2898}, + {110, -1090, -16, 0x2838} + } +}; + +StandTile tile_2531 = { + 0x049701, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {119, -1066, -18, 0x27c4}, + {98, -1066, -68, 0x0000}, + {90, -1090, -63, 0x282c} + } +}; + +StandTile tile_2532 = { + 0x049602, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {119, -1066, 37, 0x2838}, + {110, -1090, -16, 0x289c}, + {110, -1090, 35, 0x2840} + } +}; + +StandTile tile_2533 = { + 0x049601, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {119, -1066, 37, 0x27cc}, + {119, -1066, -18, 0x282c}, + {110, -1090, -16, 0x2834} + } +}; + +StandTile tile_2534 = { + 0x049502, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {98, -1066, 88, 0x2840}, + {110, -1090, 35, 0x28a0}, + {90, -1090, 82, 0x2848} + } +}; + +StandTile tile_2535 = { + 0x049501, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {98, -1066, 88, 0x27d4}, + {119, -1066, 37, 0x2834}, + {110, -1090, 35, 0x283c} + } +}; + +StandTile tile_2536 = { + 0x049402, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {60, -1066, 127, 0x2848}, + {90, -1090, 82, 0x28a4}, + {54, -1090, 118, 0x2850} + } +}; + +StandTile tile_2537 = { + 0x049401, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {60, -1066, 127, 0x27dc}, + {98, -1066, 88, 0x283c}, + {90, -1090, 82, 0x2844} + } +}; + +StandTile tile_2538 = { + 0x049302, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9, -1066, 147, 0x2850}, + {54, -1090, 118, 0x28a8}, + {7, -1090, 138, 0x2858} + } +}; + +StandTile tile_2539 = { + 0x049301, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {9, -1066, 147, 0x27e4}, + {60, -1066, 127, 0x2844}, + {54, -1090, 118, 0x284c} + } +}; + +StandTile tile_2540 = { + 0x049202, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-46, -1066, 147, 0x2858}, + {7, -1090, 138, 0x28ac}, + {-44, -1090, 138, 0x2860} + } +}; + +StandTile tile_2541 = { + 0x049201, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-46, -1066, 147, 0x27ec}, + {9, -1066, 147, 0x284c}, + {7, -1090, 138, 0x2854} + } +}; + +StandTile tile_2542 = { + 0x049102, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-96, -1066, 127, 0x2860}, + {-44, -1090, 138, 0x28b0}, + {-91, -1090, 118, 0x0000} + } +}; + +StandTile tile_2543 = { + 0x049101, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-96, -1066, 127, 0x0000}, + {-46, -1066, 147, 0x2854}, + {-44, -1090, 138, 0x285c} + } +}; + +StandTile tile_2544 = { + 0x048f02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-156, -1066, 37, 0x2868}, + {-127, -1090, 82, 0x28b8}, + {-147, -1090, 35, 0x2870} + } +}; + +StandTile tile_2545 = { + 0x048f01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-156, -1066, 37, 0x27f4}, + {-135, -1066, 88, 0x0000}, + {-127, -1090, 82, 0x2864} + } +}; + +StandTile tile_2546 = { + 0x048e02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-156, -1066, -18, 0x2870}, + {-147, -1090, 35, 0x28bc}, + {-147, -1090, -16, 0x2878} + } +}; + +StandTile tile_2547 = { + 0x048e01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-156, -1066, -18, 0x27fc}, + {-156, -1066, 37, 0x2864}, + {-147, -1090, 35, 0x286c} + } +}; + +StandTile tile_2548 = { + 0x048d02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-135, -1066, -68, 0x2878}, + {-147, -1090, -16, 0x28c0}, + {-127, -1090, -63, 0x2880} + } +}; + +StandTile tile_2549 = { + 0x048d01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-135, -1066, -68, 0x2804}, + {-156, -1066, -18, 0x286c}, + {-147, -1090, -16, 0x2874} + } +}; + +StandTile tile_2550 = { + 0x048c02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-96, -1066, -107, 0x2880}, + {-127, -1090, -63, 0x28c4}, + {-91, -1090, -99, 0x2888} + } +}; + +StandTile tile_2551 = { + 0x048c01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-96, -1066, -107, 0x280c}, + {-135, -1066, -68, 0x2874}, + {-127, -1090, -63, 0x287c} + } +}; + +StandTile tile_2552 = { + 0x048b02, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-46, -1066, -128, 0x2888}, + {-91, -1090, -99, 0x28c8}, + {-44, -1090, -119, 0x2820} + } +}; + +StandTile tile_2553 = { + 0x048b01, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-46, -1066, -128, 0x2814}, + {-96, -1066, -107, 0x287c}, + {-91, -1090, -99, 0x2884} + } +}; + +StandTile tile_2554 = { + 0x048a00, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7, -1090, -119, 0x281c}, + {-44, -1090, -119, 0x28c8}, + {-18, -1090, 10, 0x2890} + } +}; + +StandTile tile_2555 = { + 0x048900, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, -1090, -99, 0x2824}, + {7, -1090, -119, 0x288c}, + {-18, -1090, 10, 0x2894} + } +}; + +StandTile tile_2556 = { + 0x048800, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {90, -1090, -63, 0x0000}, + {54, -1090, -99, 0x2890}, + {-18, -1090, 10, 0x2898} + } +}; + +StandTile tile_2557 = { + 0x048700, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {110, -1090, -16, 0x282c}, + {90, -1090, -63, 0x2894}, + {-18, -1090, 10, 0x289c} + } +}; + +StandTile tile_2558 = { + 0x048600, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {110, -1090, 35, 0x2834}, + {110, -1090, -16, 0x2898}, + {-18, -1090, 10, 0x28a0} + } +}; + +StandTile tile_2559 = { + 0x048500, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {90, -1090, 82, 0x283c}, + {110, -1090, 35, 0x289c}, + {-18, -1090, 10, 0x28a4} + } +}; + +StandTile tile_2560 = { + 0x048400, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {54, -1090, 118, 0x2844}, + {90, -1090, 82, 0x28a0}, + {-18, -1090, 10, 0x28a8} + } +}; + +StandTile tile_2561 = { + 0x048300, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {7, -1090, 138, 0x284c}, + {54, -1090, 118, 0x28a4}, + {-18, -1090, 10, 0x28ac} + } +}; + +StandTile tile_2562 = { + 0x048200, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-44, -1090, 138, 0x2854}, + {7, -1090, 138, 0x28a8}, + {-18, -1090, 10, 0x28b0} + } +}; + +StandTile tile_2563 = { + 0x048100, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-91, -1090, 118, 0x285c}, + {-44, -1090, 138, 0x28ac}, + {-18, -1090, 10, 0x28b4} + } +}; + +StandTile tile_2564 = { + 0x048000, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-127, -1090, 82, 0x0000}, + {-91, -1090, 118, 0x28b0}, + {-18, -1090, 10, 0x28b8} + } +}; + +StandTile tile_2565 = { + 0x047f00, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-147, -1090, 35, 0x2864}, + {-127, -1090, 82, 0x28b4}, + {-18, -1090, 10, 0x28bc} + } +}; + +StandTile tile_2566 = { + 0x047e00, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-147, -1090, -16, 0x286c}, + {-147, -1090, 35, 0x28b8}, + {-18, -1090, 10, 0x28c0} + } +}; + +StandTile tile_2567 = { + 0x047d00, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-127, -1090, -63, 0x2874}, + {-147, -1090, -16, 0x28bc}, + {-18, -1090, 10, 0x28c4} + } +}; + +StandTile tile_2568 = { + 0x047c00, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-91, -1090, -99, 0x287c}, + {-127, -1090, -63, 0x28c0}, + {-18, -1090, 10, 0x28c8} + } +}; + +StandTile tile_2569 = { + 0x047b00, 0x01, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-44, -1090, -119, 0x2884}, + {-91, -1090, -99, 0x28c4}, + {-18, -1090, 10, 0x288c} + } +}; + +StandTile tile_2570 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_stat_all_p_stanZ.c b/assets/obseg/stan/Tbg_stat_all_p_stanZ.c new file mode 100644 index 0000000..4c08eb4 --- /dev/null +++ b/assets/obseg/stan/Tbg_stat_all_p_stanZ.c @@ -0,0 +1,17930 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:16 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_stat_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x63, 0xc8, 0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x13b812, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-384, 0, 330, 0x0014}, + {-448, 0, 275, 0x0018}, + {-458, 0, 281, 0x0234} + } +}; + +StandTile tile_1 = { + 0x13b811, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-384, 0, 330, 0x0075}, + {-390, 0, 301, 0x0000}, + {-448, 0, 275, 0x0010} + } +}; + +StandTile tile_2 = { + 0x159e12, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-448, 0, 275, 0x001c}, + {-531, 0, 232, 0x0000}, + {-458, 0, 281, 0x0010} + } +}; + +StandTile tile_3 = { + 0x159e11, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-448, 0, 275, 0x0020}, + {-519, 0, 219, 0x0126}, + {-531, 0, 232, 0x0018} + } +}; + +StandTile tile_4 = { + 0x150510, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-491, 0, 217, 0x012a}, + {-519, 0, 219, 0x001c}, + {-448, 0, 275, 0x0189} + } +}; + +StandTile tile_5 = { + 0x14fb10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-514, 0, 172, 0x0121}, + {-506, 0, 205, 0x012a}, + {-491, 0, 217, 0x012e} + } +}; + +StandTile tile_6 = { + 0x14ff10, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x2, + { + {-576, 0, 177, 0x0115}, + {-605, 0, 183, 0x0126}, + {-519, 0, 219, 0x0000}, + {-549, 0, 197, 0x020f} + } +}; + +StandTile tile_7 = { + 0x14fc10, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-514, 0, 172, 0x0051}, + {-560, 0, 116, 0x011d}, + {-550, 0, 156, 0x0121} + } +}; + +StandTile tile_8 = { + 0x150010, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-560, 0, 116, 0x0039}, + {-587, 0, 150, 0x0119}, + {-564, 0, 140, 0x011d} + } +}; + +StandTile tile_9 = { + 0x150110, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-587, 0, 150, 0x003d}, + {-605, 0, 183, 0x0115}, + {-589, 0, 161, 0x0119} + } +}; + +StandTile tile_10 = { + 0x14fd10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-560, 0, 116, 0x00d9}, + {-600, 0, 120, 0x003d}, + {-587, 0, 150, 0x0031} + } +}; + +StandTile tile_11 = { + 0x14fe10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-600, 0, 120, 0x0041}, + {-605, 0, 183, 0x0035}, + {-587, 0, 150, 0x0039} + } +}; + +StandTile tile_12 = { + 0x14ec10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-600, 0, 120, 0x0109}, + {-611, 0, 135, 0x0045}, + {-605, 0, 183, 0x003d} + } +}; + +StandTile tile_13 = { + 0x14f210, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-611, 0, 135, 0x00f5}, + {-645, 0, 156, 0x0000}, + {-605, 0, 183, 0x0041} + } +}; + +StandTile tile_14 = { + 0x14f010, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-653, 0, 135, 0x00e5}, + {-666, 0, 128, 0x004d}, + {-645, 0, 156, 0x00f5} + } +}; + +StandTile tile_15 = { + 0x14ed10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-666, 0, 128, 0x00f1}, + {-686, 0, 130, 0x0000}, + {-645, 0, 156, 0x0049} + } +}; + +StandTile tile_16 = { + 0x13b910, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-560, 0, 116, 0x002d}, + {-514, 0, 172, 0x0055}, + {-515, 0, 135, 0x0079} + } +}; + +StandTile tile_17 = { + 0x15eb10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-514, 0, 172, 0x0059}, + {-469, 0, 154, 0x007d}, + {-515, 0, 135, 0x0051} + } +}; + +StandTile tile_18 = { + 0x150910, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-514, 0, 172, 0x012e}, + {-489, 0, 184, 0x013a}, + {-469, 0, 154, 0x0055} + } +}; + +StandTile tile_19 = { + 0x150d10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-470, 0, 218, 0x0189}, + {-448, 0, 275, 0x0000}, + {-420, 0, 218, 0x0132} + } +}; + +StandTile tile_20 = { + 0x150c10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-420, 0, 218, 0x0069}, + {-419, 0, 175, 0x0065}, + {-439, 0, 200, 0x0132} + } +}; + +StandTile tile_21 = { + 0x151310, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-419, 0, 175, 0x0089}, + {-427, 0, 169, 0x0000}, + {-439, 0, 200, 0x0061} + } +}; + +StandTile tile_22 = { + 0x150b10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-420, 0, 218, 0x0213}, + {-405, 0, 212, 0x0179}, + {-419, 0, 175, 0x0061} + } +}; + +StandTile tile_23 = { + 0x159b10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-363, 0, 240, 0x0000}, + {-390, 0, 301, 0x0075}, + {-344, 0, 276, 0x0185} + } +}; + +StandTile tile_24 = { + 0x159610, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-344, 0, 276, 0x0364}, + {-303, 0, 223, 0x017d}, + {-352, 0, 222, 0x0185} + } +}; + +StandTile tile_25 = { + 0x159510, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-390, 0, 301, 0x0014}, + {-384, 0, 330, 0x03a4}, + {-344, 0, 276, 0x006d} + } +}; + +StandTile tile_26 = { + 0x13bc10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-560, 0, 116, 0x0051}, + {-515, 0, 135, 0x007d}, + {-506, 0, 112, 0x00a9} + } +}; + +StandTile tile_27 = { + 0x155710, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-515, 0, 135, 0x0055}, + {-469, 0, 154, 0x0081}, + {-506, 0, 112, 0x0079} + } +}; + +StandTile tile_28 = { + 0x167310, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-469, 0, 154, 0x0085}, + {-429, 0, 81, 0x0169}, + {-506, 0, 112, 0x007d} + } +}; + +StandTile tile_29 = { + 0x151010, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-469, 0, 154, 0x0136}, + {-446, 0, 161, 0x0142}, + {-429, 0, 81, 0x0081} + } +}; + +StandTile tile_30 = { + 0x151110, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-427, 0, 169, 0x0065}, + {-419, 0, 175, 0x008d}, + {-429, 0, 81, 0x0142} + } +}; + +StandTile tile_31 = { + 0x150f10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-419, 0, 175, 0x0175}, + {-402, 0, 152, 0x0091}, + {-429, 0, 81, 0x0089} + } +}; + +StandTile tile_32 = { + 0x15f410, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-402, 0, 152, 0x009d}, + {-385, 0, 130, 0x0280}, + {-429, 0, 81, 0x008d} + } +}; + +StandTile tile_33 = { + 0x156310, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-419, 0, 175, 0x0179}, + {-399, 0, 180, 0x0181}, + {-367, 0, 168, 0x0175} + } +}; + +StandTile tile_34 = { + 0x158210, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-346, 0, 190, 0x00a1}, + {-344, 0, 177, 0x0310}, + {-367, 0, 168, 0x0181} + } +}; + +StandTile tile_35 = { + 0x158410, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-378, 0, 141, 0x027c}, + {-385, 0, 130, 0x0091}, + {-402, 0, 152, 0x0171} + } +}; + +StandTile tile_36 = { + 0x158310, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-346, 0, 190, 0x017d}, + {-303, 0, 223, 0x0264}, + {-344, 0, 177, 0x0099} + } +}; + +StandTile tile_37 = { + 0x13bf12, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-560, 0, 116, 0x00a9}, + {-537, 0, 95, 0x00b9}, + {-580, 0, 92, 0x00d9} + } +}; + +StandTile tile_38 = { + 0x13bf11, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-560, 0, 116, 0x0079}, + {-506, 0, 112, 0x00ad}, + {-537, 0, 95, 0x00a5} + } +}; + +StandTile tile_39 = { + 0x151c10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-506, 0, 112, 0x0000}, + {-532, 0, 80, 0x00b1}, + {-537, 0, 95, 0x00a9} + } +}; + +StandTile tile_40 = { + 0x151f10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-532, 0, 80, 0x014e}, + {-541, 0, 72, 0x015b}, + {-537, 0, 95, 0x00ad} + } +}; + +StandTile tile_41 = { + 0x152110, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-570, 0, 68, 0x0152}, + {-591, 0, 58, 0x00b9}, + {-537, 0, 95, 0x0000} + } +}; + +StandTile tile_42 = { + 0x152010, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-591, 0, 58, 0x00c9}, + {-580, 0, 92, 0x00a5}, + {-537, 0, 95, 0x00b5} + } +}; + +StandTile tile_43 = { + 0x151e10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-532, 0, 80, 0x0238}, + {-516, 0, 53, 0x0163}, + {-559, 0, 39, 0x014e} + } +}; + +StandTile tile_44 = { + 0x151d10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-559, 0, 39, 0x0163}, + {-602, 0, 24, 0x00c5}, + {-591, 0, 58, 0x0152} + } +}; + +StandTile tile_45 = { + 0x151a10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-602, 0, 24, 0x00cd}, + {-600, 0, 68, 0x00c9}, + {-591, 0, 58, 0x00c1} + } +}; + +StandTile tile_46 = { + 0x15db10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-600, 0, 68, 0x00dd}, + {-580, 0, 92, 0x00b9}, + {-591, 0, 58, 0x00c5} + } +}; + +StandTile tile_47 = { + 0x14eb10, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-602, 0, 24, 0x00d1}, + {-611, 0, 47, 0x0111}, + {-600, 0, 68, 0x00c5} + } +}; + +StandTile tile_48 = { + 0x14f112, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-602, 0, 24, 0x00d5}, + {-640, 0, 19, 0x00e9}, + {-611, 0, 47, 0x00cd} + } +}; + +StandTile tile_49 = { + 0x14f111, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-602, 0, 24, 0x0163}, + {-648, 0, 9, 0x00fd}, + {-640, 0, 19, 0x00d1} + } +}; + +StandTile tile_50 = { + 0x13c010, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-560, 0, 116, 0x00a5}, + {-580, 0, 92, 0x00dd}, + {-600, 0, 120, 0x0039} + } +}; + +StandTile tile_51 = { + 0x15cf10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-580, 0, 92, 0x00c9}, + {-600, 0, 68, 0x00e1}, + {-600, 0, 120, 0x00d9} + } +}; + +StandTile tile_52 = { + 0x14ea10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-600, 0, 68, 0x010d}, + {-607, 1, 108, 0x0101}, + {-600, 0, 120, 0x00dd} + } +}; + +StandTile tile_53 = { + 0x14ef10, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-667, 0, 70, 0x00f1}, + {-666, 0, 128, 0x0049}, + {-653, 0, 135, 0x00f9} + } +}; + +StandTile tile_54 = { + 0x14ee10, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-611, 0, 47, 0x00d1}, + {-640, 0, 19, 0x00fd}, + {-651, 0, 47, 0x0000} + } +}; + +StandTile tile_55 = { + 0x14e910, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-651, 0, 47, 0x00fd}, + {-648, 0, 9, 0x0000}, + {-667, 0, 70, 0x00f9} + } +}; + +StandTile tile_56 = { + 0x14e810, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-667, 0, 70, 0x0000}, + {-686, 0, 130, 0x004d}, + {-666, 0, 128, 0x00e5} + } +}; + +StandTile tile_57 = { + 0x14f310, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-611, 0, 135, 0x0000}, + {-653, 0, 135, 0x0049}, + {-645, 0, 156, 0x0045} + } +}; + +StandTile tile_58 = { + 0x14f410, 0x1b, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-653, 0, 135, 0x0000}, + {-651, 0, 47, 0x00ed}, + {-667, 0, 70, 0x00e5} + } +}; + +StandTile tile_59 = { + 0x14f510, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-651, 0, 47, 0x00e9}, + {-640, 0, 19, 0x00d5}, + {-648, 0, 9, 0x00ed} + } +}; + +StandTile tile_60 = { + 0x14f610, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-600, 0, 120, 0x00e1}, + {-607, 1, 108, 0x01fd}, + {-607, 1, 120, 0x0109} + } +}; + +StandTile tile_61 = { + 0x14f710, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-607, 1, 120, 0x01f9}, + {-611, 1, 120, 0x0000}, + {-611, 0, 135, 0x0109} + } +}; + +StandTile tile_62 = { + 0x14f810, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-600, 0, 120, 0x0101}, + {-607, 1, 120, 0x0105}, + {-611, 0, 135, 0x0041} + } +}; + +StandTile tile_63 = { + 0x14f910, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-600, 0, 68, 0x0111}, + {-611, 1, 108, 0x01fd}, + {-607, 1, 108, 0x00e1} + } +}; + +StandTile tile_64 = { + 0x14fa10, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-600, 0, 68, 0x00cd}, + {-611, 0, 47, 0x0000}, + {-611, 1, 108, 0x010d} + } +}; + +StandTile tile_65 = { + 0x150210, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-576, 0, 177, 0x0000}, + {-589, 0, 161, 0x0035}, + {-605, 0, 183, 0x0028} + } +}; + +StandTile tile_66 = { + 0x150310, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-564, 0, 140, 0x0031}, + {-587, 0, 150, 0x0035}, + {-589, 0, 161, 0x0000} + } +}; + +StandTile tile_67 = { + 0x150410, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-560, 0, 116, 0x0031}, + {-564, 0, 140, 0x0000}, + {-550, 0, 156, 0x002d} + } +}; + +StandTile tile_68 = { + 0x150710, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x3, + { + {-514, 0, 172, 0x002d}, + {-550, 0, 156, 0x020b}, + {-531, 0, 177, 0x0000}, + {-506, 0, 205, 0x0024} + } +}; + +StandTile tile_69 = { + 0x150810, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 219, 0x0028}, + {-605, 0, 183, 0x0000}, + {-531, 0, 232, 0x001c} + } +}; + +StandTile tile_70 = { + 0x150a10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-506, 0, 205, 0x022b}, + {-519, 0, 219, 0x0020}, + {-491, 0, 217, 0x0024} + } +}; + +StandTile tile_71 = { + 0x150e10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-491, 0, 217, 0x0000}, + {-489, 0, 184, 0x0059}, + {-514, 0, 172, 0x0024} + } +}; + +StandTile tile_72 = { + 0x151210, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-439, 0, 200, 0x014a}, + {-470, 0, 218, 0x005d}, + {-420, 0, 218, 0x0061} + } +}; + +StandTile tile_73 = { + 0x151410, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-446, 0, 161, 0x0085}, + {-469, 0, 154, 0x013e}, + {-459, 0, 192, 0x0000} + } +}; + +StandTile tile_74 = { + 0x151510, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-489, 0, 184, 0x0000}, + {-468, 0, 185, 0x013e}, + {-469, 0, 154, 0x0059} + } +}; + +StandTile tile_75 = { + 0x151610, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-469, 0, 154, 0x013a}, + {-468, 0, 185, 0x0146}, + {-459, 0, 192, 0x0136} + } +}; + +StandTile tile_76 = { + 0x151710, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-446, 0, 161, 0x0000}, + {-427, 0, 169, 0x0089}, + {-429, 0, 81, 0x0085} + } +}; + +StandTile tile_77 = { + 0x151810, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-459, 0, 192, 0x013e}, + {-468, 0, 185, 0x0000}, + {-470, 0, 218, 0x014a} + } +}; + +StandTile tile_78 = { + 0x151910, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-470, 0, 218, 0x0132}, + {-439, 0, 200, 0x0000}, + {-459, 0, 192, 0x0146} + } +}; + +StandTile tile_79 = { + 0x152210, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-559, 0, 39, 0x0157}, + {-541, 0, 72, 0x00b1}, + {-532, 0, 80, 0x00bd} + } +}; + +StandTile tile_80 = { + 0x152310, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-570, 0, 68, 0x0000}, + {-565, 0, 55, 0x0157}, + {-559, 0, 39, 0x00c1}, + {-591, 0, 58, 0x00b5} + } +}; + +StandTile tile_81 = { + 0x152410, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-559, 0, 39, 0x0152}, + {-565, 0, 55, 0x0000}, + {-541, 0, 72, 0x014e} + } +}; + +StandTile tile_82 = { + 0x152510, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-550, 0, 85, 0x0000}, + {-537, 0, 95, 0x00b1}, + {-541, 0, 72, 0x0000} + } +}; + +StandTile tile_83 = { + 0x155612, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-648, 0, 9, 0x0163}, + {-494, 0, 34, 0x0290}, + {-519, 0, 17, 0x0000} + } +}; + +StandTile tile_84 = { + 0x155611, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x3, 0x4, + { + {-648, 0, 9, 0x00d5}, + {-602, 0, 24, 0x00c1}, + {-559, 0, 39, 0x00bd}, + {-516, 0, 53, 0x02b0}, + {-494, 0, 34, 0x015f} + } +}; + +StandTile tile_85 = { + 0x156010, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-506, 0, 112, 0x0081}, + {-429, 0, 81, 0x016d}, + {-465, 0, 78, 0x021b} + } +}; + +StandTile tile_86 = { + 0x167810, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-429, 0, 81, 0x02bc}, + {-442, 1, 59, 0x018d}, + {-465, 0, 78, 0x0169} + } +}; + +StandTile tile_87 = { + 0x158910, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-367, 0, 168, 0x0000}, + {-378, 0, 141, 0x009d}, + {-402, 0, 152, 0x0175} + } +}; + +StandTile tile_88 = { + 0x158a10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-367, 0, 168, 0x0171}, + {-402, 0, 152, 0x008d}, + {-419, 0, 175, 0x0095} + } +}; + +StandTile tile_89 = { + 0x159810, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-419, 0, 175, 0x0069}, + {-405, 0, 212, 0x0000}, + {-399, 0, 180, 0x0095} + } +}; + +StandTile tile_90 = { + 0x159910, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-346, 0, 190, 0x0000}, + {-352, 0, 222, 0x0071}, + {-303, 0, 223, 0x00a1} + } +}; + +StandTile tile_91 = { + 0x159a10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-367, 0, 168, 0x0095}, + {-399, 0, 180, 0x0000}, + {-346, 0, 190, 0x0099} + } +}; + +StandTile tile_92 = { + 0x159c10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-363, 0, 240, 0x006d}, + {-344, 0, 276, 0x0071}, + {-352, 0, 222, 0x0217} + } +}; + +StandTile tile_93 = { + 0x159f10, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-470, 0, 218, 0x0000}, + {-491, 0, 217, 0x0020}, + {-448, 0, 275, 0x005d} + } +}; + +StandTile tile_94 = { + 0x15fb10, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-472, 0, 61, 0x01e5}, + {-465, 0, 78, 0x016d}, + {-442, 1, 59, 0x01d5} + } +}; + +StandTile tile_95 = { + 0x160210, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-490, 1, 48, 0x0199}, + {-506, 1, 77, 0x0195}, + {-486, 1, 62, 0x01f1} + } +}; + +StandTile tile_96 = { + 0x167210, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-506, 1, 77, 0x01b9}, + {-484, 0, 68, 0x0000}, + {-486, 1, 62, 0x0191} + } +}; + +StandTile tile_97 = { + 0x161710, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-490, 1, 48, 0x0000}, + {-510, 1, 64, 0x019d}, + {-506, 1, 77, 0x0191} + } +}; + +StandTile tile_98 = { + 0x166310, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-510, 1, 64, 0x0000}, + {-529, 1, 80, 0x01a1}, + {-506, 1, 77, 0x0199} + } +}; + +StandTile tile_99 = { + 0x161310, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-529, 1, 80, 0x01a5}, + {-505, 1, 89, 0x0000}, + {-506, 1, 77, 0x019d} + } +}; + +StandTile tile_100 = { + 0x161910, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-529, 1, 80, 0x01a9}, + {-511, 1, 99, 0x0000}, + {-505, 1, 89, 0x01a1} + } +}; + +StandTile tile_101 = { + 0x161e10, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-529, 1, 80, 0x01ad}, + {-508, 1, 104, 0x0000}, + {-511, 1, 99, 0x01a5} + } +}; + +StandTile tile_102 = { + 0x166610, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-529, 1, 80, 0x0000}, + {-505, 1, 110, 0x01b1}, + {-508, 1, 104, 0x01a9} + } +}; + +StandTile tile_103 = { + 0x161810, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-505, 1, 110, 0x01bd}, + {-501, 1, 105, 0x0000}, + {-508, 1, 104, 0x01ad} + } +}; + +StandTile tile_104 = { + 0x161f10, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-495, 1, 95, 0x01c5}, + {-482, 1, 88, 0x0000}, + {-501, 1, 89, 0x0000} + } +}; + +StandTile tile_105 = { + 0x161d10, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-483, 1, 76, 0x01d1}, + {-484, 0, 68, 0x0195}, + {-506, 1, 77, 0x0000} + } +}; + +StandTile tile_106 = { + 0x160d10, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-505, 1, 110, 0x01c1}, + {-482, 1, 88, 0x01c5}, + {-501, 1, 105, 0x01b1} + } +}; + +StandTile tile_107 = { + 0x166210, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-505, 1, 110, 0x021b}, + {-465, 0, 78, 0x01c9}, + {-482, 1, 88, 0x01bd} + } +}; + +StandTile tile_108 = { + 0x166110, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-482, 1, 88, 0x01b5}, + {-495, 1, 95, 0x0000}, + {-501, 1, 105, 0x01bd} + } +}; + +StandTile tile_109 = { + 0x161c10, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-465, 0, 78, 0x01cd}, + {-483, 1, 76, 0x0000}, + {-482, 1, 88, 0x01c1} + } +}; + +StandTile tile_110 = { + 0x161b10, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-465, 0, 78, 0x01e9}, + {-481, 1, 70, 0x01d1}, + {-483, 1, 76, 0x01c9} + } +}; + +StandTile tile_111 = { + 0x167e10, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-481, 1, 70, 0x0000}, + {-484, 0, 68, 0x01b9}, + {-483, 1, 76, 0x01cd} + } +}; + +StandTile tile_112 = { + 0x160710, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-472, 0, 61, 0x018d}, + {-442, 1, 59, 0x0330}, + {-450, 1, 53, 0x01d9} + } +}; + +StandTile tile_113 = { + 0x160810, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-472, 0, 61, 0x01d5}, + {-450, 1, 53, 0x0000}, + {-460, 1, 49, 0x01e1} + } +}; + +StandTile tile_114 = { + 0x160910, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-468, 0, 49, 0x01e1}, + {-460, 1, 49, 0x033c}, + {-473, 0, 41, 0x0000} + } +}; + +StandTile tile_115 = { + 0x160a10, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-460, 1, 49, 0x01dd}, + {-468, 0, 49, 0x0000}, + {-472, 0, 61, 0x01d9} + } +}; + +StandTile tile_116 = { + 0x160e10, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-472, 0, 61, 0x0000}, + {-476, 0, 69, 0x01e9}, + {-465, 0, 78, 0x018d} + } +}; + +StandTile tile_117 = { + 0x161410, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-476, 0, 69, 0x0000}, + {-481, 1, 70, 0x01cd}, + {-465, 0, 78, 0x01e5} + } +}; + +StandTile tile_118 = { + 0x161510, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-482, 1, 41, 0x0000}, + {-490, 1, 48, 0x01f1}, + {-484, 1, 48, 0x01f5} + } +}; + +StandTile tile_119 = { + 0x167010, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-490, 1, 48, 0x0191}, + {-486, 1, 62, 0x0000}, + {-484, 1, 48, 0x01ed} + } +}; + +StandTile tile_120 = { + 0x161610, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-484, 1, 48, 0x0000}, + {-478, 1, 41, 0x0344}, + {-482, 1, 41, 0x01ed} + } +}; + +StandTile tile_121 = { + 0x162512, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-607, 1, 120, 0x01fd}, + {-611, 1, 108, 0x0205}, + {-611, 1, 120, 0x0105} + } +}; + +StandTile tile_122 = { + 0x162511, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-607, 1, 120, 0x0101}, + {-607, 1, 108, 0x010d}, + {-611, 1, 108, 0x01f9} + } +}; + +StandTile tile_123 = { + 0x162712, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-611, 2, 135, 0x0205}, + {-651, 2, 47, 0x0000}, + {-653, 2, 135, 0x0000} + } +}; + +StandTile tile_124 = { + 0x162711, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 5, + 0x0, 0x3, 0x4, + { + {-611, 2, 135, 0x0000}, + {-611, 1, 120, 0x01f9}, + {-611, 1, 108, 0x0000}, + {-611, 2, 47, 0x0000}, + {-651, 2, 47, 0x0201} + } +}; + +StandTile tile_125 = { + 0x162912, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-550, 0, 156, 0x020f}, + {-549, 0, 197, 0x0000}, + {-531, 0, 177, 0x0121} + } +}; + +StandTile tile_126 = { + 0x162911, 0x1b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-550, 0, 156, 0x0000}, + {-576, 0, 177, 0x0028}, + {-549, 0, 197, 0x020b} + } +}; + +StandTile tile_127 = { + 0x162a12, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-420, 0, 218, 0x0217}, + {-352, 0, 222, 0x0000}, + {-405, 0, 212, 0x0069} + } +}; + +StandTile tile_128 = { + 0x162a11, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-420, 0, 218, 0x0000}, + {-363, 0, 240, 0x0185}, + {-352, 0, 222, 0x0213} + } +}; + +StandTile tile_129 = { + 0x167f10, 0x1b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-505, 1, 110, 0x0000}, + {-506, 0, 112, 0x0169}, + {-465, 0, 78, 0x01c1} + } +}; + +StandTile tile_130 = { + 0x169212, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-522, 5, 217, 0x0223}, + {-560, 52, 148, 0x0000}, + {-574, 52, 161, 0x0000} + } +}; + +StandTile tile_131 = { + 0x169211, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-522, 5, 217, 0x0227}, + {-508, 5, 204, 0x0000}, + {-560, 52, 148, 0x021f} + } +}; + +StandTile tile_132 = { + 0x169310, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-506, 0, 205, 0x0000}, + {-508, 5, 204, 0x0223}, + {-522, 5, 217, 0x022b} + } +}; + +StandTile tile_133 = { + 0x169410, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-519, 0, 219, 0x012a}, + {-506, 0, 205, 0x0227}, + {-522, 5, 217, 0x0000} + } +}; + +StandTile tile_134 = { + 0x169610, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-384, 0, 330, 0x0234}, + {-457, 18, 293, 0x0000}, + {-526, 35, 258, 0x0000}, + {-504, 28, 328, 0x0464} + } +}; + +StandTile tile_135 = { + 0x169910, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-384, 0, 330, 0x0010}, + {-458, 0, 281, 0x0000}, + {-457, 18, 293, 0x022f} + } +}; + +StandTile tile_136 = { + 0x151b10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-451, 0, 13, 0x02b0}, + {-516, 0, 53, 0x00bd}, + {-532, 0, 80, 0x0000} + } +}; + +StandTile tile_137 = { + 0x130710, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 78, 0x135b}, + {-166, 0, -11, 0x0240}, + {-215, 0, 55, 0x0000} + } +}; + +StandTile tile_138 = { + 0x130910, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-215, 0, 55, 0x023c}, + {-166, 0, -11, 0x0000}, + {-226, 0, 17, 0x0244} + } +}; + +StandTile tile_139 = { + 0x130b10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-226, 0, 17, 0x0248}, + {-260, 0, 21, 0x0250}, + {-215, 0, 55, 0x0240} + } +}; + +StandTile tile_140 = { + 0x168010, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-226, 0, 17, 0x0000}, + {-310, 0, -17, 0x024c}, + {-260, 0, 21, 0x0244} + } +}; + +StandTile tile_141 = { + 0x130d10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-310, 0, -17, 0x02f4}, + {-290, 0, 11, 0x0250}, + {-260, 0, 21, 0x0248} + } +}; + +StandTile tile_142 = { + 0x168110, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-290, 0, 11, 0x02e8}, + {-215, 0, 55, 0x0244}, + {-260, 0, 21, 0x024c} + } +}; + +StandTile tile_143 = { + 0x157212, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-298, 0, 60, 0x0258}, + {-229, 0, 98, 0x0000}, + {-215, 0, 55, 0x02ec} + } +}; + +StandTile tile_144 = { + 0x157211, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-298, 0, 60, 0x0298}, + {-270, 0, 101, 0x025c}, + {-229, 0, 98, 0x0254} + } +}; + +StandTile tile_145 = { + 0x158b10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-270, 0, 101, 0x0318}, + {-252, 0, 123, 0x0260}, + {-229, 0, 98, 0x0258} + } +}; + +StandTile tile_146 = { + 0x158c10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-252, 0, 123, 0x031c}, + {-243, 0, 141, 0x0000}, + {-229, 0, 98, 0x025c} + } +}; + +StandTile tile_147 = { + 0x131010, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-303, 0, 223, 0x03a8}, + {-273, 0, 182, 0x0268}, + {-344, 0, 177, 0x00a1} + } +}; + +StandTile tile_148 = { + 0x157b10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-273, 0, 182, 0x0300}, + {-316, 0, 171, 0x02f8}, + {-344, 0, 177, 0x0264} + } +}; + +StandTile tile_149 = { + 0x157c10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-314, 0, 137, 0x0278}, + {-368, 0, 118, 0x0304}, + {-350, 0, 130, 0x0308} + } +}; + +StandTile tile_150 = { + 0x157a10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-273, 0, 182, 0x0360}, + {-258, 0, 162, 0x0274}, + {-264, 0, 154, 0x02fc} + } +}; + +StandTile tile_151 = { + 0x158d10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-258, 0, 162, 0x035c}, + {-243, 0, 141, 0x031c}, + {-264, 0, 154, 0x0270} + } +}; + +StandTile tile_152 = { + 0x157910, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-314, 0, 137, 0x02a0}, + {-351, 0, 106, 0x02d8}, + {-368, 0, 118, 0x026c} + } +}; + +StandTile tile_153 = { + 0x157810, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-368, 0, 118, 0x02d4}, + {-385, 0, 130, 0x009d}, + {-378, 0, 141, 0x0304} + } +}; + +StandTile tile_154 = { + 0x156210, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-392, -1, 109, 0x02cc}, + {-429, 0, 81, 0x0091}, + {-385, 0, 130, 0x02d0} + } +}; + +StandTile tile_155 = { + 0x136710, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-310, 0, -17, 0x0000}, + {-447, 0, 5, 0x0288}, + {-403, 0, 60, 0x02a4} + } +}; + +StandTile tile_156 = { + 0x155c10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-447, 0, 5, 0x02b4}, + {-424, 0, 44, 0x02b8}, + {-403, 0, 60, 0x0284} + } +}; + +StandTile tile_157 = { + 0x155d10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-455, 0, 6, 0x0290}, + {-494, 0, 34, 0x02b0}, + {-451, 0, 13, 0x0350} + } +}; + +StandTile tile_158 = { + 0x162110, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-455, 0, 6, 0x0000}, + {-519, 0, 17, 0x015f}, + {-494, 0, 34, 0x028c} + } +}; + +StandTile tile_159 = { + 0x136810, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-310, 0, -17, 0x02a4}, + {-331, 0, 45, 0x02f0}, + {-316, 0, 39, 0x02f4} + } +}; + +StandTile tile_160 = { + 0x156c10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-309, 0, 96, 0x0314}, + {-270, 0, 101, 0x0258}, + {-298, 0, 60, 0x0000} + } +}; + +StandTile tile_161 = { + 0x156d12, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-309, 0, 96, 0x02a0}, + {-314, 0, 137, 0x032c}, + {-271, 0, 115, 0x0314} + } +}; + +StandTile tile_162 = { + 0x156d11, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-309, 0, 96, 0x02dc}, + {-351, 0, 106, 0x0278}, + {-314, 0, 137, 0x029c} + } +}; + +StandTile tile_163 = { + 0x156110, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-310, 0, -17, 0x0284}, + {-403, 0, 60, 0x02c4}, + {-331, 0, 45, 0x0294} + } +}; + +StandTile tile_164 = { + 0x156410, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-380, -1, 67, 0x02c8}, + {-351, 0, 106, 0x02e0}, + {-331, 0, 45, 0x02c4} + } +}; + +StandTile tile_165 = { + 0x156510, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-403, 0, 60, 0x02b8}, + {-429, 0, 81, 0x02cc}, + {-401, -1, 72, 0x02c0} + } +}; + +StandTile tile_166 = { + 0x155b10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-516, 0, 53, 0x0238}, + {-451, 0, 13, 0x028c}, + {-494, 0, 34, 0x0163} + } +}; + +StandTile tile_167 = { + 0x155e10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-447, 0, 5, 0x0350}, + {-451, 0, 13, 0x0000}, + {-424, 0, 44, 0x0288} + } +}; + +StandTile tile_168 = { + 0x155f10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-429, 0, 81, 0x02ac}, + {-403, 0, 60, 0x0288}, + {-424, 0, 44, 0x02bc} + } +}; + +StandTile tile_169 = { + 0x167a10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-429, 0, 81, 0x02b8}, + {-424, 0, 44, 0x0000}, + {-442, 1, 59, 0x016d} + } +}; + +StandTile tile_170 = { + 0x156610, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-403, 0, 60, 0x02ac}, + {-401, -1, 72, 0x0000}, + {-380, -1, 67, 0x02c4} + } +}; + +StandTile tile_171 = { + 0x156710, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-403, 0, 60, 0x02c0}, + {-380, -1, 67, 0x02a8}, + {-331, 0, 45, 0x02a4} + } +}; + +StandTile tile_172 = { + 0x156810, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-380, -1, 67, 0x0000}, + {-371, -1, 105, 0x02d8}, + {-351, 0, 106, 0x02a8} + } +}; + +StandTile tile_173 = { + 0x156910, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-392, -1, 109, 0x0000}, + {-401, -1, 72, 0x02ac}, + {-429, 0, 81, 0x0280} + } +}; + +StandTile tile_174 = { + 0x156a10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-392, -1, 109, 0x0280}, + {-385, 0, 130, 0x02d4}, + {-371, -1, 105, 0x0000} + } +}; + +StandTile tile_175 = { + 0x156b10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-385, 0, 130, 0x027c}, + {-368, 0, 118, 0x02d8}, + {-371, -1, 105, 0x02d0} + } +}; + +StandTile tile_176 = { + 0x15dc10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-368, 0, 118, 0x0278}, + {-351, 0, 106, 0x02c8}, + {-371, -1, 105, 0x02d4} + } +}; + +StandTile tile_177 = { + 0x156e10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-309, 0, 96, 0x0000}, + {-334, 0, 89, 0x02e0}, + {-351, 0, 106, 0x02a0} + } +}; + +StandTile tile_178 = { + 0x156f10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-351, 0, 106, 0x02dc}, + {-334, 0, 89, 0x02e4}, + {-331, 0, 45, 0x02a8} + } +}; + +StandTile tile_179 = { + 0x157110, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-334, 0, 89, 0x0000}, + {-324, 0, 52, 0x02f0}, + {-331, 0, 45, 0x02e0} + } +}; + +StandTile tile_180 = { + 0x157310, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-290, 0, 11, 0x0000}, + {-271, 0, 29, 0x02ec}, + {-215, 0, 55, 0x0250} + } +}; + +StandTile tile_181 = { + 0x157410, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-271, 0, 29, 0x0000}, + {-298, 0, 60, 0x0254}, + {-215, 0, 55, 0x02e8} + } +}; + +StandTile tile_182 = { + 0x157510, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-316, 0, 39, 0x0294}, + {-331, 0, 45, 0x02e4}, + {-324, 0, 52, 0x0000} + } +}; + +StandTile tile_183 = { + 0x157710, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-316, 0, 39, 0x0000}, + {-290, 0, 11, 0x024c}, + {-310, 0, -17, 0x0294} + } +}; + +StandTile tile_184 = { + 0x157e10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-316, 0, 171, 0x0000}, + {-314, 0, 137, 0x030c}, + {-344, 0, 177, 0x0268} + } +}; + +StandTile tile_185 = { + 0x158010, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-264, 0, 154, 0x0320}, + {-295, 0, 172, 0x0300}, + {-273, 0, 182, 0x0270} + } +}; + +StandTile tile_186 = { + 0x158110, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-295, 0, 172, 0x0000}, + {-316, 0, 171, 0x0268}, + {-273, 0, 182, 0x02fc} + } +}; + +StandTile tile_187 = { + 0x158510, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-368, 0, 118, 0x027c}, + {-378, 0, 141, 0x0000}, + {-350, 0, 130, 0x026c} + } +}; + +StandTile tile_188 = { + 0x158610, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-314, 0, 137, 0x026c}, + {-350, 0, 130, 0x0000}, + {-340, 0, 157, 0x030c} + } +}; + +StandTile tile_189 = { + 0x158710, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-314, 0, 137, 0x0308}, + {-340, 0, 157, 0x0310}, + {-344, 0, 177, 0x02f8} + } +}; + +StandTile tile_190 = { + 0x158810, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-344, 0, 177, 0x030c}, + {-340, 0, 157, 0x0000}, + {-367, 0, 168, 0x0099} + } +}; + +StandTile tile_191 = { + 0x158e10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-309, 0, 96, 0x029c}, + {-271, 0, 115, 0x0318}, + {-270, 0, 101, 0x0298} + } +}; + +StandTile tile_192 = { + 0x158f10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-252, 0, 123, 0x025c}, + {-270, 0, 101, 0x0314}, + {-271, 0, 115, 0x0000} + } +}; + +StandTile tile_193 = { + 0x159010, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-252, 0, 123, 0x0000}, + {-264, 0, 154, 0x0274}, + {-243, 0, 141, 0x0260} + } +}; + +StandTile tile_194 = { + 0x159110, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-284, 0, 146, 0x0324}, + {-295, 0, 172, 0x02fc}, + {-264, 0, 154, 0x0000} + } +}; + +StandTile tile_195 = { + 0x159210, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-284, 0, 146, 0x0328}, + {-293, 0, 138, 0x0000}, + {-295, 0, 172, 0x0320} + } +}; + +StandTile tile_196 = { + 0x159310, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-293, 0, 138, 0x0324}, + {-284, 0, 146, 0x0000}, + {-271, 0, 115, 0x032c} + } +}; + +StandTile tile_197 = { + 0x159410, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-314, 0, 137, 0x0000}, + {-293, 0, 138, 0x0328}, + {-271, 0, 115, 0x029c} + } +}; + +StandTile tile_198 = { + 0x15ff10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-426, 1, 46, 0x0334}, + {-450, 1, 53, 0x01d5}, + {-442, 1, 59, 0x0000} + } +}; + +StandTile tile_199 = { + 0x160310, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-426, 1, 46, 0x0338}, + {-442, 1, 32, 0x0000}, + {-450, 1, 53, 0x0330} + } +}; + +StandTile tile_200 = { + 0x160410, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-426, 1, 46, 0x0000}, + {-451, 1, 15, 0x034c}, + {-442, 1, 32, 0x0334} + } +}; + +StandTile tile_201 = { + 0x160010, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-451, 1, 15, 0x0340}, + {-473, 0, 41, 0x01dd}, + {-460, 1, 49, 0x0348} + } +}; + +StandTile tile_202 = { + 0x160b10, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-451, 1, 15, 0x0344}, + {-478, 1, 41, 0x0000}, + {-473, 0, 41, 0x033c} + } +}; + +StandTile tile_203 = { + 0x167110, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-451, 1, 15, 0x0000}, + {-482, 1, 41, 0x01f5}, + {-478, 1, 41, 0x0340} + } +}; + +StandTile tile_204 = { + 0x160510, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-460, 1, 49, 0x0000}, + {-451, 1, 28, 0x034c}, + {-451, 1, 15, 0x033c} + } +}; + +StandTile tile_205 = { + 0x160610, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-442, 1, 32, 0x0338}, + {-451, 1, 15, 0x0348}, + {-451, 1, 28, 0x0000} + } +}; + +StandTile tile_206 = { + 0x168210, 0x1a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-455, 0, 6, 0x028c}, + {-451, 0, 13, 0x02b4}, + {-447, 0, 5, 0x0000} + } +}; + +StandTile tile_207 = { + 0x13ed10, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-280, 0, 215, 0x03a8}, + {-303, 0, 223, 0x0364}, + {-309, 0, 304, 0x0384} + } +}; + +StandTile tile_208 = { + 0x15a110, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-192, 0, 264, 0x0000}, + {-243, 0, 141, 0x035c}, + {-242, 0, 214, 0x037c} + } +}; + +StandTile tile_209 = { + 0x15de10, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-243, 0, 141, 0x0274}, + {-258, 0, 162, 0x0360}, + {-242, 0, 214, 0x0358} + } +}; + +StandTile tile_210 = { + 0x15dd10, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-258, 0, 162, 0x0270}, + {-273, 0, 182, 0x0380}, + {-242, 0, 214, 0x035c} + } +}; + +StandTile tile_211 = { + 0x15a010, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-303, 0, 223, 0x0071}, + {-344, 0, 276, 0x0368}, + {-309, 0, 304, 0x0354} + } +}; + +StandTile tile_212 = { + 0x15ad10, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-344, 0, 276, 0x03a0}, + {-326, 0, 318, 0x0398}, + {-309, 0, 304, 0x0364} + } +}; + +StandTile tile_213 = { + 0x17b910, 0x19, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-220, 0, 336, 0x0378}, + {-242, 0, 319, 0x0370}, + {-244, 0, 336, 0x03c8} + } +}; + +StandTile tile_214 = { + 0x15a512, 0x19, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-280, 0, 319, 0x0374}, + {-244, 0, 336, 0x036c}, + {-242, 0, 319, 0x0000} + } +}; + +StandTile tile_215 = { + 0x15a511, 0x19, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-280, 0, 319, 0x0388}, + {-263, 0, 336, 0x03c4}, + {-244, 0, 336, 0x0370} + } +}; + +StandTile tile_216 = { + 0x13f012, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-220, 0, 336, 0x037c}, + {-242, 0, 214, 0x0000}, + {-242, 0, 319, 0x036c} + } +}; + +StandTile tile_217 = { + 0x13f011, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-220, 0, 336, 0x0000}, + {-192, 0, 264, 0x0358}, + {-242, 0, 214, 0x0378} + } +}; + +StandTile tile_218 = { + 0x15a210, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-242, 0, 214, 0x0360}, + {-273, 0, 182, 0x03a8}, + {-280, 0, 215, 0x0000} + } +}; + +StandTile tile_219 = { + 0x15a410, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-309, 0, 304, 0x038c}, + {-280, 0, 319, 0x0000}, + {-280, 0, 215, 0x0354} + } +}; + +StandTile tile_220 = { + 0x15aa10, 0x19, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-280, 0, 319, 0x038c}, + {-289, 0, 335, 0x03b8}, + {-263, 0, 336, 0x0374} + } +}; + +StandTile tile_221 = { + 0x15ab12, 0x19, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-309, 0, 304, 0x0390}, + {-289, 0, 335, 0x0388}, + {-280, 0, 319, 0x0384} + } +}; + +StandTile tile_222 = { + 0x15ab11, 0x19, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-309, 0, 304, 0x0398}, + {-305, 0, 333, 0x03b4}, + {-289, 0, 335, 0x038c} + } +}; + +StandTile tile_223 = { + 0x17b512, 0x19, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-305, 0, 333, 0x0398}, + {-326, 0, 318, 0x0000}, + {-316, 0, 332, 0x03c0} + } +}; + +StandTile tile_224 = { + 0x17b511, 0x19, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-305, 0, 333, 0x0390}, + {-309, 0, 304, 0x0368}, + {-326, 0, 318, 0x0394} + } +}; + +StandTile tile_225 = { + 0x17ba12, 0x19, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-347, 0, 331, 0x03a0}, + {-344, 0, 276, 0x03a4}, + {-358, 0, 332, 0x03b0} + } +}; + +StandTile tile_226 = { + 0x17ba11, 0x19, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-347, 0, 331, 0x0000}, + {-326, 0, 318, 0x0368}, + {-344, 0, 276, 0x039c} + } +}; + +StandTile tile_227 = { + 0x17bb10, 0x19, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-358, 0, 332, 0x039c}, + {-344, 0, 276, 0x0075}, + {-384, 0, 330, 0x03ac} + } +}; + +StandTile tile_228 = { + 0x15a310, 0x19, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-303, 0, 223, 0x0354}, + {-280, 0, 215, 0x0380}, + {-273, 0, 182, 0x0264} + } +}; + +StandTile tile_229 = { + 0x15af10, 0x18, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-360, 0, 340, 0x03b0}, + {-358, 0, 332, 0x03a4}, + {-384, 0, 330, 0x0450} + } +}; + +StandTile tile_230 = { + 0x15ae10, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-360, 0, 340, 0x0000}, + {-347, 0, 331, 0x039c}, + {-358, 0, 332, 0x03ac} + } +}; + +StandTile tile_231 = { + 0x17b610, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-305, 0, 333, 0x03c0}, + {-301, 0, 355, 0x03bc}, + {-289, 0, 335, 0x0390} + } +}; + +StandTile tile_232 = { + 0x17b712, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-289, 0, 335, 0x03bc}, + {-246, 0, 353, 0x03c4}, + {-263, 0, 336, 0x0388} + } +}; + +StandTile tile_233 = { + 0x17b711, 0x18, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-289, 0, 335, 0x03b4}, + {-301, 0, 355, 0x046c}, + {-246, 0, 353, 0x03b8} + } +}; + +StandTile tile_234 = { + 0x15ac10, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-301, 0, 355, 0x03b4}, + {-305, 0, 333, 0x0394}, + {-316, 0, 332, 0x0000} + } +}; + +StandTile tile_235 = { + 0x17b810, 0x18, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-263, 0, 336, 0x03b8}, + {-246, 0, 353, 0x03c8}, + {-244, 0, 336, 0x0374} + } +}; + +StandTile tile_236 = { + 0x13f610, 0x18, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-220, 0, 336, 0x036c}, + {-244, 0, 336, 0x03c4}, + {-246, 0, 353, 0x03cc} + } +}; + +StandTile tile_237 = { + 0x15a810, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-220, 0, 336, 0x03c8}, + {-246, 0, 353, 0x0000}, + {-233, 0, 380, 0x0430} + } +}; + +StandTile tile_238 = { + 0x13fb10, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-369, -26, 458, 0x03f8}, + {-351, -18, 442, 0x03d4}, + {-444, -27, 483, 0x0400} + } +}; + +StandTile tile_239 = { + 0x162d10, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-351, -18, 442, 0x0000}, + {-411, -17, 423, 0x03d8}, + {-444, -27, 483, 0x03d0} + } +}; + +StandTile tile_240 = { + 0x162e10, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-411, -17, 423, 0x03dc}, + {-458, 9, 368, 0x0000}, + {-444, -27, 483, 0x03d4} + } +}; + +StandTile tile_241 = { + 0x13fa10, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-411, -17, 423, 0x0000}, + {-402, -12, 392, 0x03e0}, + {-458, 9, 368, 0x03d8} + } +}; + +StandTile tile_242 = { + 0x162c10, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-402, -12, 392, 0x03f4}, + {-384, 0, 330, 0x0464}, + {-458, 9, 368, 0x03dc} + } +}; + +StandTile tile_243 = { + 0x13f412, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-289, -15, 484, 0x03e8}, + {-384, 0, 330, 0x03f4}, + {-341, -10, 412, 0x03fc} + } +}; + +StandTile tile_244 = { + 0x13f411, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-289, -15, 484, 0x0454}, + {-336, 0, 378, 0x0450}, + {-384, 0, 330, 0x03e4} + } +}; + +StandTile tile_245 = { + 0x15b010, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-289, -15, 484, 0x03f0}, + {-279, 0, 402, 0x045c}, + {-316, 0, 376, 0x0454} + } +}; + +StandTile tile_246 = { + 0x15a610, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-289, -15, 484, 0x0460}, + {-249, 0, 424, 0x044c}, + {-279, 0, 402, 0x03ec} + } +}; + +StandTile tile_247 = { + 0x13f210, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-402, -12, 392, 0x0000}, + {-341, -10, 412, 0x03e4}, + {-384, 0, 330, 0x03e0} + } +}; + +StandTile tile_248 = { + 0x162b10, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-369, -26, 458, 0x0420}, + {-289, -15, 484, 0x03fc}, + {-351, -18, 442, 0x03d0} + } +}; + +StandTile tile_249 = { + 0x166510, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-289, -15, 484, 0x03e4}, + {-341, -10, 412, 0x0000}, + {-351, -18, 442, 0x03f8} + } +}; + +StandTile tile_250 = { + 0x13b510, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-369, -26, 458, 0x03d0}, + {-444, -27, 483, 0x0502}, + {-358, -29, 541, 0x0438} + } +}; + +StandTile tile_251 = { + 0x130412, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-289, -15, 484, 0x0408}, + {-238, 0, 504, 0x0000}, + {-249, 0, 467, 0x0460} + } +}; + +StandTile tile_252 = { + 0x130411, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-289, -15, 484, 0x041c}, + {-227, 0, 584, 0x040c}, + {-238, 0, 504, 0x0404} + } +}; + +StandTile tile_253 = { + 0x130512, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 0, 584, 0x0410}, + {-203, 0, 502, 0x0000}, + {-238, 0, 504, 0x0408} + } +}; + +StandTile tile_254 = { + 0x130511, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 0, 584, 0x0000}, + {-145, 0, 496, 0x0414}, + {-203, 0, 502, 0x040c} + } +}; + +StandTile tile_255 = { + 0x15b810, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-145, 0, 496, 0x0424}, + {-187, 0, 467, 0x0000}, + {-203, 0, 502, 0x0410} + } +}; + +StandTile tile_256 = { + 0x15b910, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-212, 0, 443, 0x042c}, + {-249, 0, 424, 0x0460}, + {-249, 0, 467, 0x0000} + } +}; + +StandTile tile_257 = { + 0x130610, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-292, -16, 515, 0x0440}, + {-227, 0, 584, 0x0408}, + {-289, -15, 484, 0x0420} + } +}; + +StandTile tile_258 = { + 0x133010, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-369, -26, 458, 0x0438}, + {-292, -16, 515, 0x041c}, + {-289, -15, 484, 0x03f8} + } +}; + +StandTile tile_259 = { + 0x133210, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-145, 0, 496, 0x0430}, + {-233, 0, 380, 0x0428}, + {-187, 0, 467, 0x0414} + } +}; + +StandTile tile_260 = { + 0x15b710, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-233, 0, 380, 0x042c}, + {-212, 0, 443, 0x0000}, + {-187, 0, 467, 0x0424} + } +}; + +StandTile tile_261 = { + 0x15bb10, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-233, 0, 380, 0x044c}, + {-249, 0, 424, 0x0418}, + {-212, 0, 443, 0x0428} + } +}; + +StandTile tile_262 = { + 0x15a710, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-145, 0, 496, 0x0000}, + {-220, 0, 336, 0x03cc}, + {-233, 0, 380, 0x0424} + } +}; + +StandTile tile_263 = { + 0x134910, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-292, -16, 515, 0x0438}, + {-358, -29, 541, 0x0536}, + {-315, -21, 574, 0x043c} + } +}; + +StandTile tile_264 = { + 0x134b10, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-292, -16, 515, 0x0420}, + {-369, -26, 458, 0x0400}, + {-358, -29, 541, 0x0434} + } +}; + +StandTile tile_265 = { + 0x134d10, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-292, -16, 515, 0x0434}, + {-315, -21, 574, 0x052e}, + {-241, -6, 631, 0x0440} + } +}; + +StandTile tile_266 = { + 0x134e10, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 0, 584, 0x041c}, + {-292, -16, 515, 0x043c}, + {-241, -6, 631, 0x0444} + } +}; + +StandTile tile_267 = { + 0x134f10, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-227, 0, 584, 0x0440}, + {-241, -6, 631, 0x0448}, + {-181, 0, 680, 0x0000} + } +}; + +StandTile tile_268 = { + 0x140710, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-241, -6, 631, 0x04c2}, + {-198, -3, 676, 0x0522}, + {-181, 0, 680, 0x0444} + } +}; + +StandTile tile_269 = { + 0x15a910, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-279, 0, 402, 0x03f0}, + {-249, 0, 424, 0x042c}, + {-233, 0, 380, 0x0000} + } +}; + +StandTile tile_270 = { + 0x15b110, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-336, 0, 378, 0x0000}, + {-360, 0, 340, 0x03ac}, + {-384, 0, 330, 0x03e8} + } +}; + +StandTile tile_271 = { + 0x15b210, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-336, 0, 378, 0x03e8}, + {-289, -15, 484, 0x03ec}, + {-316, 0, 376, 0x0458} + } +}; + +StandTile tile_272 = { + 0x15b310, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-301, 0, 355, 0x0000}, + {-336, 0, 378, 0x0454}, + {-316, 0, 376, 0x0468} + } +}; + +StandTile tile_273 = { + 0x15b410, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-316, 0, 376, 0x03ec}, + {-279, 0, 402, 0x0000}, + {-292, 0, 375, 0x0468} + } +}; + +StandTile tile_274 = { + 0x15bc10, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-289, -15, 484, 0x0404}, + {-249, 0, 467, 0x0418}, + {-249, 0, 424, 0x03f0} + } +}; + +StandTile tile_275 = { + 0x169510, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-384, 0, 330, 0x022f}, + {-504, 28, 328, 0x0000}, + {-458, 9, 368, 0x03e0} + } +}; + +StandTile tile_276 = { + 0x15b510, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-316, 0, 376, 0x045c}, + {-292, 0, 375, 0x046c}, + {-301, 0, 355, 0x0458} + } +}; + +StandTile tile_277 = { + 0x15b610, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-301, 0, 355, 0x0468}, + {-292, 0, 375, 0x0000}, + {-246, 0, 353, 0x03bc} + } +}; + +StandTile tile_278 = { + 0x16e510, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-423, -31, 639, 0x057e}, + {-399, -30, 613, 0x057a}, + {-426, -29, 548, 0x0572} + } +}; + +StandTile tile_279 = { + 0x16e310, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-344, -30, 681, 0x0478}, + {-373, -29, 648, 0x0582}, + {-405, -31, 679, 0x04e2} + } +}; + +StandTile tile_280 = { + 0x16e210, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-351, -29, 626, 0x0000}, + {-373, -29, 648, 0x0474}, + {-344, -30, 681, 0x04d6} + } +}; + +StandTile tile_281 = { + 0x16e110, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-551, -26, 611, 0x0000}, + {-548, -23, 634, 0x0480}, + {-472, -31, 674, 0x0566} + } +}; + +StandTile tile_282 = { + 0x16e010, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-548, -23, 634, 0x05d6}, + {-545, -21, 652, 0x0562}, + {-472, -31, 674, 0x047c} + } +}; + +StandTile tile_283 = { + 0x16df10, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-586, -17, 655, 0x0488}, + {-607, -15, 630, 0x0512}, + {-580, -17, 673, 0x0000} + } +}; + +StandTile tile_284 = { + 0x16de10, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-586, -17, 655, 0x05d2}, + {-591, -18, 639, 0x058e}, + {-607, -15, 630, 0x0484} + } +}; + +StandTile tile_285 = { + 0x16dd10, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-597, -18, 621, 0x0000}, + {-597, -18, 607, 0x05de}, + {-614, -15, 563, 0x0592} + } +}; + +StandTile tile_286 = { + 0x16d410, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-533, -28, 543, 0x0000}, + {-542, -27, 510, 0x0000}, + {-574, -27, 519, 0x04bd} + } +}; + +StandTile tile_287 = { + 0x16d310, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-566, -23, 548, 0x0000}, + {-566, -26, 583, 0x0498}, + {-533, -28, 543, 0x04bd} + } +}; + +StandTile tile_288 = { + 0x16d210, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-566, -26, 583, 0x05e2}, + {-556, -29, 584, 0x049c}, + {-533, -28, 543, 0x0494} + } +}; + +StandTile tile_289 = { + 0x16d110, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-556, -29, 584, 0x04a0}, + {-468, -28, 525, 0x0000}, + {-533, -28, 543, 0x0498} + } +}; + +StandTile tile_290 = { + 0x16d010, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-556, -29, 584, 0x0572}, + {-426, -29, 548, 0x04a4}, + {-468, -28, 525, 0x049c} + } +}; + +StandTile tile_291 = { + 0x16cf10, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-468, -28, 525, 0x04a0}, + {-426, -29, 548, 0x0506}, + {-435, -28, 516, 0x04a8} + } +}; + +StandTile tile_292 = { + 0x16ce10, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-435, -28, 516, 0x04ac}, + {-473, -27, 509, 0x0000}, + {-468, -28, 525, 0x04a4} + } +}; + +StandTile tile_293 = { + 0x16cd10, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 4, + 0x0, 0x1, 0x3, + { + {-435, -28, 516, 0x04b1}, + {-477, -27, 492, 0x0000}, + {-476, -27, 494, 0x05ca}, + {-473, -27, 509, 0x04a8} + } +}; + +StandTile tile_294 = { + 0x16cc10, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-477, -27, 492, 0x04ac}, + {-435, -28, 516, 0x0502}, + {-444, -27, 483, 0x0000} + } +}; + +StandTile tile_295 = { + 0x168310, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, -15, 563, 0x04b9}, + {-574, -27, 519, 0x0000}, + {-673, 0, 542, 0x0596} + } +}; + +StandTile tile_296 = { + 0x168410, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, -15, 563, 0x05da}, + {-601, -18, 553, 0x04bd}, + {-574, -27, 519, 0x04b5} + } +}; + +StandTile tile_297 = { + 0x168510, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x2, 0x3, + { + {-601, -18, 553, 0x0000}, + {-566, -23, 548, 0x0494}, + {-533, -28, 543, 0x0490}, + {-574, -27, 519, 0x04b9} + } +}; + +StandTile tile_298 = { + 0x13c210, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-241, -6, 631, 0x04d2}, + {-268, -13, 661, 0x04c6}, + {-198, -3, 676, 0x0448} + } +}; + +StandTile tile_299 = { + 0x140210, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-268, -13, 661, 0x04da}, + {-309, -21, 682, 0x0000}, + {-198, -3, 676, 0x04c2} + } +}; + +StandTile tile_300 = { + 0x140110, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, -23, 726, 0x04ce}, + {-284, -34, 827, 0x0000}, + {-201, -12, 718, 0x0000} + } +}; + +StandTile tile_301 = { + 0x140310, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, -23, 726, 0x059a}, + {-336, -31, 776, 0x04fe}, + {-284, -34, 827, 0x04ca} + } +}; + +StandTile tile_302 = { + 0x13c712, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-241, -6, 631, 0x04d6}, + {-344, -30, 681, 0x04da}, + {-268, -13, 661, 0x04c2} + } +}; + +StandTile tile_303 = { + 0x13c711, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-241, -6, 631, 0x0526}, + {-351, -29, 626, 0x0478}, + {-344, -30, 681, 0x04d2} + } +}; + +StandTile tile_304 = { + 0x13ff10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-344, -30, 681, 0x04de}, + {-309, -21, 682, 0x04c6}, + {-268, -13, 661, 0x04d2} + } +}; + +StandTile tile_305 = { + 0x140010, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-344, -30, 681, 0x04ea}, + {-353, -32, 723, 0x0000}, + {-309, -21, 682, 0x04da} + } +}; + +StandTile tile_306 = { + 0x13c612, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-425, -32, 725, 0x04e6}, + {-344, -30, 681, 0x0474}, + {-405, -31, 679, 0x0586} + } +}; + +StandTile tile_307 = { + 0x13c611, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-425, -32, 725, 0x04ee}, + {-381, -32, 731, 0x04ea}, + {-344, -30, 681, 0x04e2} + } +}; + +StandTile tile_308 = { + 0x13fe10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-381, -32, 731, 0x04f6}, + {-353, -32, 723, 0x04de}, + {-344, -30, 681, 0x04e6} + } +}; + +StandTile tile_309 = { + 0x13c512, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-425, -32, 725, 0x04f2}, + {-343, -31, 777, 0x04f6}, + {-381, -32, 731, 0x04e6} + } +}; + +StandTile tile_310 = { + 0x13c511, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-425, -32, 725, 0x054a}, + {-372, -32, 822, 0x04fa}, + {-343, -31, 777, 0x04ee} + } +}; + +StandTile tile_311 = { + 0x13fd10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-343, -31, 777, 0x0000}, + {-353, -32, 723, 0x04ea}, + {-381, -32, 731, 0x04ee} + } +}; + +StandTile tile_312 = { + 0x13c312, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-372, -32, 822, 0x04fe}, + {-336, -31, 776, 0x0000}, + {-343, -31, 777, 0x04f2} + } +}; + +StandTile tile_313 = { + 0x13c311, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-372, -32, 822, 0x0000}, + {-284, -34, 827, 0x04ce}, + {-336, -31, 776, 0x04fa} + } +}; + +StandTile tile_314 = { + 0x16c310, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-358, -29, 541, 0x0400}, + {-444, -27, 483, 0x04b1}, + {-435, -28, 516, 0x0506} + } +}; + +StandTile tile_315 = { + 0x13b610, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-358, -29, 541, 0x0502}, + {-435, -28, 516, 0x04a4}, + {-426, -29, 548, 0x053e} + } +}; + +StandTile tile_316 = { + 0x131312, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-540, -10, 808, 0x050e}, + {-556, -13, 697, 0x0000}, + {-579, -13, 702, 0x05f2} + } +}; + +StandTile tile_317 = { + 0x131311, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-540, -10, 808, 0x05be}, + {-534, -13, 723, 0x058a}, + {-556, -13, 697, 0x050a} + } +}; + +StandTile tile_318 = { + 0x141c10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-580, -17, 673, 0x0484}, + {-607, -15, 630, 0x05f2}, + {-579, -13, 702, 0x0000} + } +}; + +StandTile tile_319 = { + 0x133310, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-525, -13, 751, 0x05be}, + {-540, -10, 808, 0x051e}, + {-506, -15, 782, 0x0000} + } +}; + +StandTile tile_320 = { + 0x141610, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-506, -15, 782, 0x051e}, + {-372, -32, 822, 0x054a}, + {-475, -19, 759, 0x0000} + } +}; + +StandTile tile_321 = { + 0x141810, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-506, -15, 782, 0x0516}, + {-540, -10, 808, 0x0000}, + {-372, -32, 822, 0x051a} + } +}; + +StandTile tile_322 = { + 0x140810, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-181, 0, 680, 0x0448}, + {-198, -3, 676, 0x0000}, + {-191, -4, 700, 0x0000} + } +}; + +StandTile tile_323 = { + 0x133710, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-241, -6, 631, 0x052a}, + {-339, -26, 609, 0x0000}, + {-351, -29, 626, 0x04d6} + } +}; + +StandTile tile_324 = { + 0x169010, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-241, -6, 631, 0x052e}, + {-333, -25, 600, 0x053a}, + {-339, -26, 609, 0x0526} + } +}; + +StandTile tile_325 = { + 0x169110, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-241, -6, 631, 0x043c}, + {-315, -21, 574, 0x0532}, + {-333, -25, 600, 0x052a} + } +}; + +StandTile tile_326 = { + 0x133912, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-315, -21, 574, 0x0536}, + {-354, -29, 584, 0x053a}, + {-333, -25, 600, 0x052e} + } +}; + +StandTile tile_327 = { + 0x133911, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-315, -21, 574, 0x0434}, + {-358, -29, 541, 0x053e}, + {-354, -29, 584, 0x0532} + } +}; + +StandTile tile_328 = { + 0x140d10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-354, -29, 584, 0x05ae}, + {-339, -26, 609, 0x052a}, + {-333, -25, 600, 0x0532} + } +}; + +StandTile tile_329 = { + 0x133b10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-358, -29, 541, 0x0506}, + {-426, -29, 548, 0x0542}, + {-354, -29, 584, 0x0536} + } +}; + +StandTile tile_330 = { + 0x168d10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-426, -29, 548, 0x0546}, + {-363, -29, 587, 0x05ae}, + {-354, -29, 584, 0x053e} + } +}; + +StandTile tile_331 = { + 0x168e10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-426, -29, 548, 0x057a}, + {-380, -29, 594, 0x0000}, + {-363, -29, 587, 0x0542} + } +}; + +StandTile tile_332 = { + 0x133d12, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-425, -32, 725, 0x054e}, + {-475, -19, 759, 0x051a}, + {-372, -32, 822, 0x04f2} + } +}; + +StandTile tile_333 = { + 0x133d11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-425, -32, 725, 0x05a2}, + {-479, -22, 724, 0x0552}, + {-475, -19, 759, 0x054a} + } +}; + +StandTile tile_334 = { + 0x141710, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-479, -22, 724, 0x05ba}, + {-499, -18, 732, 0x0000}, + {-475, -19, 759, 0x054e} + } +}; + +StandTile tile_335 = { + 0x133e10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-468, -34, 684, 0x05b6}, + {-472, -31, 674, 0x055a}, + {-479, -22, 724, 0x05a6} + } +}; + +StandTile tile_336 = { + 0x141112, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-472, -31, 674, 0x055e}, + {-534, -13, 723, 0x05ba}, + {-479, -22, 724, 0x0556} + } +}; + +StandTile tile_337 = { + 0x141111, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-472, -31, 674, 0x0562}, + {-543, -19, 667, 0x058a}, + {-534, -13, 723, 0x055a} + } +}; + +StandTile tile_338 = { + 0x169b10, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-472, -31, 674, 0x0480}, + {-545, -21, 652, 0x0000}, + {-543, -19, 667, 0x055e} + } +}; + +StandTile tile_339 = { + 0x169a10, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-472, -31, 674, 0x0576}, + {-556, -29, 584, 0x05e2}, + {-551, -26, 611, 0x047c} + } +}; + +StandTile tile_340 = { + 0x134110, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-425, -32, 725, 0x0586}, + {-425, -31, 697, 0x0000}, + {-437, -36, 704, 0x05b2} + } +}; + +StandTile tile_341 = { + 0x140a10, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-431, -32, 647, 0x05aa}, + {-423, -31, 639, 0x0572}, + {-556, -29, 584, 0x0576} + } +}; + +StandTile tile_342 = { + 0x16e410, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-423, -31, 639, 0x0470}, + {-426, -29, 548, 0x04a0}, + {-556, -29, 584, 0x056e} + } +}; + +StandTile tile_343 = { + 0x140910, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-431, -32, 647, 0x056e}, + {-556, -29, 584, 0x0566}, + {-472, -31, 674, 0x05b6} + } +}; + +StandTile tile_344 = { + 0x134510, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-426, -29, 548, 0x0470}, + {-399, -30, 613, 0x0000}, + {-380, -29, 594, 0x0546} + } +}; + +StandTile tile_345 = { + 0x15c910, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-423, -31, 639, 0x0582}, + {-373, -29, 648, 0x0000}, + {-399, -30, 613, 0x0470} + } +}; + +StandTile tile_346 = { + 0x15ca10, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-423, -31, 639, 0x05aa}, + {-405, -31, 679, 0x0474}, + {-373, -29, 648, 0x057e} + } +}; + +StandTile tile_347 = { + 0x15c810, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-425, -31, 697, 0x056a}, + {-425, -32, 725, 0x04e2}, + {-405, -31, 679, 0x0000} + } +}; + +StandTile tile_348 = { + 0x135010, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-534, -13, 723, 0x055e}, + {-543, -19, 667, 0x0000}, + {-556, -13, 697, 0x050e} + } +}; + +StandTile tile_349 = { + 0x141e10, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-591, -18, 639, 0x0000}, + {-597, -18, 621, 0x0592}, + {-607, -15, 630, 0x0488} + } +}; + +StandTile tile_350 = { + 0x141f12, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-614, -15, 563, 0x0596}, + {-607, -15, 630, 0x058e}, + {-597, -18, 621, 0x048c} + } +}; + +StandTile tile_351 = { + 0x141f11, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-614, -15, 563, 0x04b5}, + {-673, 0, 542, 0x05fa}, + {-607, -15, 630, 0x0592} + } +}; + +StandTile tile_352 = { + 0x140410, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-336, -31, 776, 0x04ce}, + {-294, -23, 726, 0x059e}, + {-341, -32, 726, 0x0000} + } +}; + +StandTile tile_353 = { + 0x140510, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-294, -23, 726, 0x0000}, + {-299, -23, 689, 0x0000}, + {-341, -32, 726, 0x059a} + } +}; + +StandTile tile_354 = { + 0x140b10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-442, -31, 710, 0x05a6}, + {-479, -22, 724, 0x054e}, + {-425, -32, 725, 0x05b2} + } +}; + +StandTile tile_355 = { + 0x141210, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-442, -31, 710, 0x0000}, + {-468, -34, 684, 0x0556}, + {-479, -22, 724, 0x05a2} + } +}; + +StandTile tile_356 = { + 0x140c10, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-405, -31, 679, 0x0582}, + {-423, -31, 639, 0x056e}, + {-431, -32, 647, 0x0000} + } +}; + +StandTile tile_357 = { + 0x141010, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-354, -29, 584, 0x0542}, + {-363, -29, 587, 0x0000}, + {-339, -26, 609, 0x053a} + } +}; + +StandTile tile_358 = { + 0x141310, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-437, -36, 704, 0x0000}, + {-442, -31, 710, 0x05a2}, + {-425, -32, 725, 0x056a} + } +}; + +StandTile tile_359 = { + 0x141410, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-472, -31, 674, 0x0556}, + {-468, -34, 684, 0x0000}, + {-431, -32, 647, 0x0576} + } +}; + +StandTile tile_360 = { + 0x141910, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-534, -13, 723, 0x05c2}, + {-499, -18, 732, 0x0552}, + {-479, -22, 724, 0x055a} + } +}; + +StandTile tile_361 = { + 0x141a10, 0x17, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-525, -13, 751, 0x05c2}, + {-534, -13, 723, 0x050e}, + {-540, -10, 808, 0x0516} + } +}; + +StandTile tile_362 = { + 0x141b10, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-534, -13, 723, 0x05be}, + {-525, -13, 751, 0x0000}, + {-499, -18, 732, 0x05ba} + } +}; + +StandTile tile_363 = { + 0x16e610, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-476, -27, 494, 0x0000}, + {-540, -27, 511, 0x0000}, + {-531, -28, 542, 0x05ca} + } +}; + +StandTile tile_364 = { + 0x16e710, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-473, -27, 509, 0x04ac}, + {-476, -27, 494, 0x05c6}, + {-531, -28, 542, 0x05ce} + } +}; + +StandTile tile_365 = { + 0x162f10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-470, -28, 523, 0x0000}, + {-473, -27, 509, 0x05ca}, + {-531, -28, 542, 0x0000} + } +}; + +StandTile tile_366 = { + 0x163012, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-545, -21, 652, 0x05d6}, + {-591, -18, 639, 0x0488}, + {-586, -17, 655, 0x0000} + } +}; + +StandTile tile_367 = { + 0x163011, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-545, -21, 652, 0x0480}, + {-548, -23, 634, 0x0000}, + {-591, -18, 639, 0x05d2} + } +}; + +StandTile tile_368 = { + 0x168610, 0x17, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-614, -15, 563, 0x05de}, + {-598, -18, 582, 0x0000}, + {-601, -18, 553, 0x04b9} + } +}; + +StandTile tile_369 = { + 0x168710, 0x17, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-614, -15, 563, 0x048c}, + {-597, -18, 607, 0x05e6}, + {-598, -18, 582, 0x05da} + } +}; + +StandTile tile_370 = { + 0x17a910, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-551, -26, 611, 0x0566}, + {-556, -29, 584, 0x0498}, + {-566, -26, 583, 0x05ea} + } +}; + +StandTile tile_371 = { + 0x17aa10, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-566, -26, 583, 0x0000}, + {-598, -18, 582, 0x05de}, + {-597, -18, 607, 0x05ea} + } +}; + +StandTile tile_372 = { + 0x168f10, 0x17, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-551, -26, 611, 0x05e2}, + {-566, -26, 583, 0x05e6}, + {-597, -18, 607, 0x0000} + } +}; + +StandTile tile_373 = { + 0x142112, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-540, -10, 808, 0x05f2}, + {-607, -15, 630, 0x06ce}, + {-581, -8, 756, 0x06da} + } +}; + +StandTile tile_374 = { + 0x142111, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-540, -10, 808, 0x050a}, + {-579, -13, 702, 0x0512}, + {-607, -15, 630, 0x05ee} + } +}; + +StandTile tile_375 = { + 0x145910, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-607, -15, 630, 0x05fa}, + {-679, 1, 548, 0x0000}, + {-695, 1, 583, 0x06be} + } +}; + +StandTile tile_376 = { + 0x145a10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-673, 0, 542, 0x0766}, + {-679, 1, 548, 0x05f6}, + {-607, -15, 630, 0x0596} + } +}; + +StandTile tile_377 = { + 0x13c812, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 43, 812, 0x0602}, + {-847, 55, 829, 0x0656}, + {-879, 58, 866, 0x0682} + } +}; + +StandTile tile_378 = { + 0x13c811, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 43, 812, 0x066a}, + {-815, 51, 792, 0x063a}, + {-847, 55, 829, 0x05fe} + } +}; + +StandTile tile_379 = { + 0x13ce10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-781, 30, 712, 0x0692}, + {-803, 18, 719, 0x060a}, + {-809, 30, 748, 0x0666} + } +}; + +StandTile tile_380 = { + 0x142a12, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-803, 18, 719, 0x060e}, + {-870, 49, 758, 0x0662}, + {-809, 30, 748, 0x0606} + } +}; + +StandTile tile_381 = { + 0x142a11, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-803, 18, 719, 0x068e}, + {-863, 15, 676, 0x0616}, + {-870, 49, 758, 0x060a} + } +}; + +StandTile tile_382 = { + 0x13cd12, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-870, 49, 758, 0x0616}, + {-889, 40, 718, 0x0000}, + {-899, 51, 735, 0x0626} + } +}; + +StandTile tile_383 = { + 0x13cd11, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-870, 49, 758, 0x060e}, + {-863, 15, 676, 0x061a}, + {-889, 40, 718, 0x0612} + } +}; + +StandTile tile_384 = { + 0x143d10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-863, 15, 676, 0x079a}, + {-981, 48, 651, 0x0000}, + {-889, 40, 718, 0x0616} + } +}; + +StandTile tile_385 = { + 0x143b10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-981, 48, 651, 0x070e}, + {-1039, 58, 624, 0x0636}, + {-994, 55, 660, 0x0000} + } +}; + +StandTile tile_386 = { + 0x13cc10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-870, 49, 758, 0x0626}, + {-921, 53, 738, 0x062a}, + {-875, 54, 812, 0x0652} + } +}; + +StandTile tile_387 = { + 0x15ed10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-870, 49, 758, 0x0612}, + {-899, 51, 735, 0x0000}, + {-921, 53, 738, 0x0622} + } +}; + +StandTile tile_388 = { + 0x15ec10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-921, 53, 738, 0x0632}, + {-959, 58, 745, 0x062e}, + {-875, 54, 812, 0x0622} + } +}; + +StandTile tile_389 = { + 0x15ee10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-959, 58, 745, 0x0000}, + {-879, 58, 866, 0x0656}, + {-875, 54, 812, 0x062a} + } +}; + +StandTile tile_390 = { + 0x143c12, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-994, 55, 660, 0x0636}, + {-959, 58, 745, 0x062a}, + {-921, 53, 738, 0x0000} + } +}; + +StandTile tile_391 = { + 0x143c11, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-994, 55, 660, 0x061e}, + {-1039, 58, 624, 0x0000}, + {-959, 58, 745, 0x0632} + } +}; + +StandTile tile_392 = { + 0x13cb10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-815, 51, 792, 0x063e}, + {-833, 51, 806, 0x0646}, + {-847, 55, 829, 0x0602} + } +}; + +StandTile tile_393 = { + 0x143410, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-815, 51, 792, 0x065a}, + {-843, 50, 775, 0x06e2}, + {-833, 51, 806, 0x063a} + } +}; + +StandTile tile_394 = { + 0x143310, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-843, 50, 775, 0x064e}, + {-859, 51, 795, 0x0000}, + {-841, 51, 788, 0x06e2} + } +}; + +StandTile tile_395 = { + 0x143610, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-852, 51, 814, 0x064a}, + {-847, 55, 829, 0x063a}, + {-833, 51, 806, 0x0000} + } +}; + +StandTile tile_396 = { + 0x143710, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-852, 51, 814, 0x06de}, + {-875, 54, 812, 0x0656}, + {-847, 55, 829, 0x0646} + } +}; + +StandTile tile_397 = { + 0x143210, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-843, 50, 775, 0x065e}, + {-870, 49, 758, 0x0652}, + {-859, 51, 795, 0x0642} + } +}; + +StandTile tile_398 = { + 0x143510, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-870, 49, 758, 0x0622}, + {-875, 54, 812, 0x06de}, + {-859, 51, 795, 0x064e} + } +}; + +StandTile tile_399 = { + 0x143110, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-875, 54, 812, 0x062e}, + {-879, 58, 866, 0x05fe}, + {-847, 55, 829, 0x064a} + } +}; + +StandTile tile_400 = { + 0x13ca10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-815, 51, 792, 0x066e}, + {-811, 56, 777, 0x065e}, + {-843, 50, 775, 0x063e} + } +}; + +StandTile tile_401 = { + 0x15d010, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-811, 56, 777, 0x0662}, + {-870, 49, 758, 0x064e}, + {-843, 50, 775, 0x065a} + } +}; + +StandTile tile_402 = { + 0x142f10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-811, 56, 777, 0x0666}, + {-809, 30, 748, 0x060a}, + {-870, 49, 758, 0x065e} + } +}; + +StandTile tile_403 = { + 0x142d10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-811, 56, 777, 0x0702}, + {-781, 30, 712, 0x0606}, + {-809, 30, 748, 0x0662} + } +}; + +StandTile tile_404 = { + 0x13c910, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 43, 812, 0x0672}, + {-782, 50, 793, 0x066e}, + {-815, 51, 792, 0x0602} + } +}; + +StandTile tile_405 = { + 0x143010, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-782, 50, 793, 0x06fe}, + {-811, 56, 777, 0x065a}, + {-815, 51, 792, 0x066a} + } +}; + +StandTile tile_406 = { + 0x142e10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-782, 50, 793, 0x066a}, + {-758, 43, 812, 0x0676}, + {-765, 31, 777, 0x067e} + } +}; + +StandTile tile_407 = { + 0x12fa12, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 43, 812, 0x067a}, + {-749, 14, 730, 0x067e}, + {-765, 31, 777, 0x0672} + } +}; + +StandTile tile_408 = { + 0x12fa11, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 43, 812, 0x06d6}, + {-668, 5, 773, 0x069e}, + {-749, 14, 730, 0x0676} + } +}; + +StandTile tile_409 = { + 0x142910, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-749, 14, 730, 0x0706}, + {-782, 50, 793, 0x0672}, + {-765, 31, 777, 0x0676} + } +}; + +StandTile tile_410 = { + 0x12fb10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 43, 812, 0x05fe}, + {-879, 58, 866, 0x06c2}, + {-643, 12, 801, 0x06d6} + } +}; + +StandTile tile_411 = { + 0x142310, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-879, 58, 866, 0x0000}, + {-540, -10, 808, 0x06da}, + {-615, 4, 818, 0x06c2} + } +}; + +StandTile tile_412 = { + 0x12fc12, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-863, 15, 676, 0x068e}, + {-794, 17, 710, 0x0696}, + {-797, 12, 629, 0x07b2} + } +}; + +StandTile tile_413 = { + 0x12fc11, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-863, 15, 676, 0x060e}, + {-803, 18, 719, 0x0692}, + {-794, 17, 710, 0x068a} + } +}; + +StandTile tile_414 = { + 0x142b10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-803, 18, 719, 0x0606}, + {-781, 30, 712, 0x0000}, + {-794, 17, 710, 0x068e} + } +}; + +StandTile tile_415 = { + 0x12fe10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-797, 12, 629, 0x068a}, + {-794, 17, 710, 0x069a}, + {-751, 10, 681, 0x06e6} + } +}; + +StandTile tile_416 = { + 0x15e710, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-794, 17, 710, 0x0000}, + {-749, 14, 730, 0x069e}, + {-751, 10, 681, 0x0696} + } +}; + +StandTile tile_417 = { + 0x15e810, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-749, 14, 730, 0x067a}, + {-668, 5, 773, 0x06ae}, + {-751, 10, 681, 0x069a} + } +}; + +StandTile tile_418 = { + 0x130010, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-766, 6, 646, 0x06e6}, + {-751, 10, 681, 0x06a6}, + {-712, 0, 630, 0x06f6} + } +}; + +StandTile tile_419 = { + 0x144913, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-751, 10, 681, 0x06aa}, + {-607, -15, 630, 0x06be}, + {-712, 0, 630, 0x06a2} + } +}; + +StandTile tile_420 = { + 0x144912, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-751, 10, 681, 0x06ae}, + {-638, -5, 701, 0x06d2}, + {-607, -15, 630, 0x06a6} + } +}; + +StandTile tile_421 = { + 0x144911, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-751, 10, 681, 0x069e}, + {-668, 5, 773, 0x06ca}, + {-638, -5, 701, 0x06aa} + } +}; + +StandTile tile_422 = { + 0x130310, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-749, 6, 608, 0x06fa}, + {-712, 0, 630, 0x06b6}, + {-735, 6, 585, 0x06f2} + } +}; + +StandTile tile_423 = { + 0x144810, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-712, 0, 630, 0x06ba}, + {-717, 4, 573, 0x075e}, + {-735, 6, 585, 0x06b2} + } +}; + +StandTile tile_424 = { + 0x15c210, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-712, 0, 630, 0x06be}, + {-695, 1, 583, 0x0000}, + {-717, 4, 573, 0x06b6} + } +}; + +StandTile tile_425 = { + 0x15c310, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-712, 0, 630, 0x06a6}, + {-607, -15, 630, 0x05f6}, + {-695, 1, 583, 0x06ba} + } +}; + +StandTile tile_426 = { + 0x142810, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-643, 12, 801, 0x0682}, + {-879, 58, 866, 0x0686}, + {-615, 4, 818, 0x0000} + } +}; + +StandTile tile_427 = { + 0x136c10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-643, 12, 801, 0x0000}, + {-610, -8, 741, 0x06ca}, + {-668, 5, 773, 0x06d6} + } +}; + +StandTile tile_428 = { + 0x142010, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-638, -5, 701, 0x06ae}, + {-668, 5, 773, 0x06c6}, + {-610, -8, 741, 0x06d2} + } +}; + +StandTile tile_429 = { + 0x142212, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-607, -15, 630, 0x06d2}, + {-610, -8, 741, 0x0000}, + {-581, -8, 756, 0x05ee} + } +}; + +StandTile tile_430 = { + 0x142211, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-607, -15, 630, 0x06aa}, + {-638, -5, 701, 0x06ca}, + {-610, -8, 741, 0x06ce} + } +}; + +StandTile tile_431 = { + 0x142410, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-758, 43, 812, 0x0682}, + {-643, 12, 801, 0x06c6}, + {-668, 5, 773, 0x067a} + } +}; + +StandTile tile_432 = { + 0x142510, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-540, -10, 808, 0x05ee}, + {-581, -8, 756, 0x0000}, + {-615, 4, 818, 0x0686} + } +}; + +StandTile tile_433 = { + 0x143810, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-852, 51, 814, 0x0000}, + {-859, 51, 795, 0x0652}, + {-875, 54, 812, 0x064a} + } +}; + +StandTile tile_434 = { + 0x143910, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-843, 50, 775, 0x0642}, + {-841, 51, 788, 0x0000}, + {-833, 51, 806, 0x063e} + } +}; + +StandTile tile_435 = { + 0x144a10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-766, 6, 646, 0x06ea}, + {-797, 12, 629, 0x0696}, + {-751, 10, 681, 0x06a2} + } +}; + +StandTile tile_436 = { + 0x144b10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-777, 6, 619, 0x06ee}, + {-797, 12, 629, 0x06e6}, + {-766, 6, 646, 0x0000} + } +}; + +StandTile tile_437 = { + 0x144c10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-735, 6, 585, 0x075a}, + {-797, 12, 629, 0x06ea}, + {-777, 6, 619, 0x06f2} + } +}; + +StandTile tile_438 = { + 0x144d10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-735, 6, 585, 0x06ee}, + {-777, 6, 619, 0x0000}, + {-749, 6, 608, 0x06b2} + } +}; + +StandTile tile_439 = { + 0x144e10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-739, 6, 635, 0x0000}, + {-766, 6, 646, 0x06a2}, + {-712, 0, 630, 0x06fa} + } +}; + +StandTile tile_440 = { + 0x144f10, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-712, 0, 630, 0x06b2}, + {-749, 6, 608, 0x0000}, + {-739, 6, 635, 0x06f6} + } +}; + +StandTile tile_441 = { + 0x15f612, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-752, 24, 728, 0x0702}, + {-811, 56, 777, 0x066e}, + {-782, 50, 793, 0x0706} + } +}; + +StandTile tile_442 = { + 0x15f611, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-752, 24, 728, 0x0000}, + {-781, 30, 712, 0x0666}, + {-811, 56, 777, 0x06fe} + } +}; + +StandTile tile_443 = { + 0x15f710, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-749, 14, 730, 0x0000}, + {-752, 24, 728, 0x06fe}, + {-782, 50, 793, 0x067e} + } +}; + +StandTile tile_444 = { + 0x16cb10, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-769, -3, 555, 0x0000}, + {-772, -1, 532, 0x07f2}, + {-780, 0, 551, 0x0726} + } +}; + +StandTile tile_445 = { + 0x15c410, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-981, 45, 598, 0x0792}, + {-1039, 58, 624, 0x061e}, + {-981, 48, 651, 0x079e} + } +}; + +StandTile tile_446 = { + 0x164f12, 0x15, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-959, 36, 563, 0x0716}, + {-938, 32, 561, 0x0000}, + {-944, 28, 539, 0x0786} + } +}; + +StandTile tile_447 = { + 0x164f11, 0x15, + 0x0, + 0x1, 0x1, 0x1, + 3, + 0x0, 0x1, 0x2, + { + {-959, 36, 563, 0x071a}, + {-952, 38, 585, 0x076a}, + {-938, 32, 561, 0x0712} + } +}; + +StandTile tile_448 = { + 0x164d10, 0x15, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-959, 36, 563, 0x0000}, + {-958, 39, 585, 0x0772}, + {-952, 38, 585, 0x0716} + } +}; + +StandTile tile_449 = { + 0x146310, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-891, 5, 452, 0x07de}, + {-826, -5, 471, 0x0732}, + {-810, -8, 459, 0x084a} + } +}; + +StandTile tile_450 = { + 0x16ef10, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-797, 12, 629, 0x075a}, + {-754, -8, 562, 0x0000}, + {-769, -3, 555, 0x072a} + } +}; + +StandTile tile_451 = { + 0x16f010, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-769, -3, 555, 0x070a}, + {-780, 0, 551, 0x07ee}, + {-789, 3, 585, 0x072a} + } +}; + +StandTile tile_452 = { + 0x13d410, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-797, 12, 629, 0x0722}, + {-769, -3, 555, 0x0726}, + {-789, 3, 585, 0x07e6} + } +}; + +StandTile tile_453 = { + 0x145d10, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-731, -18, 526, 0x0762}, + {-718, -24, 506, 0x0756}, + {-737, -19, 515, 0x0000} + } +}; + +StandTile tile_454 = { + 0x13d510, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-826, -5, 471, 0x0752}, + {-770, -15, 489, 0x0736}, + {-810, -8, 459, 0x071e} + } +}; + +StandTile tile_455 = { + 0x15d110, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-770, -15, 489, 0x073a}, + {-795, -12, 446, 0x0852}, + {-810, -8, 459, 0x0732} + } +}; + +StandTile tile_456 = { + 0x15d310, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-770, -15, 489, 0x074e}, + {-762, -16, 492, 0x073e}, + {-795, -12, 446, 0x0736} + } +}; + +StandTile tile_457 = { + 0x15d210, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-762, -16, 492, 0x0756}, + {-718, -24, 506, 0x0816}, + {-795, -12, 446, 0x073a} + } +}; + +StandTile tile_458 = { + 0x13d710, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-792, 0, 521, 0x074a}, + {-783, -4, 514, 0x0746}, + {-812, -2, 501, 0x07d6} + } +}; + +StandTile tile_459 = { + 0x15e610, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-783, -4, 514, 0x0000}, + {-762, -16, 492, 0x074e}, + {-812, -2, 501, 0x0742} + } +}; + +StandTile tile_460 = { + 0x144310, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-783, -4, 514, 0x0742}, + {-792, 0, 521, 0x07f2}, + {-772, -1, 532, 0x0000} + } +}; + +StandTile tile_461 = { + 0x145f10, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-762, -16, 492, 0x073a}, + {-770, -15, 489, 0x0752}, + {-812, -2, 501, 0x0746} + } +}; + +StandTile tile_462 = { + 0x15df10, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-770, -15, 489, 0x0732}, + {-826, -5, 471, 0x07de}, + {-812, -2, 501, 0x074e} + } +}; + +StandTile tile_463 = { + 0x145e10, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-737, -19, 515, 0x072e}, + {-718, -24, 506, 0x073e}, + {-762, -16, 492, 0x0000} + } +}; + +StandTile tile_464 = { + 0x13da10, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-797, 12, 629, 0x06ee}, + {-735, 6, 585, 0x075e}, + {-754, -8, 562, 0x0722} + } +}; + +StandTile tile_465 = { + 0x15ef10, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-735, 6, 585, 0x06b6}, + {-717, 4, 573, 0x0000}, + {-754, -8, 562, 0x075a} + } +}; + +StandTile tile_466 = { + 0x145b12, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-679, 1, 548, 0x0766}, + {-718, -24, 506, 0x072e}, + {-731, -18, 526, 0x0000} + } +}; + +StandTile tile_467 = { + 0x145b11, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-679, 1, 548, 0x05fa}, + {-673, 0, 542, 0x081a}, + {-718, -24, 506, 0x0762} + } +}; + +StandTile tile_468 = { + 0x12f810, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-923, 32, 573, 0x076e}, + {-938, 32, 561, 0x0716}, + {-952, 38, 585, 0x07a2} + } +}; + +StandTile tile_469 = { + 0x169d10, 0x15, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-923, 32, 573, 0x07b6}, + {-930, 27, 544, 0x0000}, + {-938, 32, 561, 0x076a} + } +}; + +StandTile tile_470 = { + 0x17c010, 0x15, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-981, 45, 598, 0x079e}, + {-952, 38, 585, 0x071a}, + {-958, 39, 585, 0x0776} + } +}; + +StandTile tile_471 = { + 0x145510, 0x15, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-973, 41, 575, 0x078e}, + {-981, 45, 598, 0x0772}, + {-958, 39, 585, 0x0000} + } +}; + +StandTile tile_472 = { + 0x145410, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-930, 27, 544, 0x07be}, + {-940, 20, 501, 0x077e}, + {-936, 26, 534, 0x0000} + } +}; + +StandTile tile_473 = { + 0x145010, 0x15, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-940, 20, 501, 0x0782}, + {-944, 28, 539, 0x0000}, + {-936, 26, 534, 0x077a} + } +}; + +StandTile tile_474 = { + 0x169f10, 0x15, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-994, 33, 528, 0x0786}, + {-944, 28, 539, 0x077e}, + {-940, 20, 501, 0x0796} + } +}; + +StandTile tile_475 = { + 0x169e10, 0x15, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-994, 33, 528, 0x078a}, + {-959, 36, 563, 0x0712}, + {-944, 28, 539, 0x0782} + } +}; + +StandTile tile_476 = { + 0x145610, 0x15, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-994, 33, 528, 0x078e}, + {-973, 41, 575, 0x0000}, + {-959, 36, 563, 0x0786} + } +}; + +StandTile tile_477 = { + 0x16b210, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-994, 33, 528, 0x0792}, + {-981, 45, 598, 0x0776}, + {-973, 41, 575, 0x078a} + } +}; + +StandTile tile_478 = { + 0x145210, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-994, 33, 528, 0x0000}, + {-1039, 58, 624, 0x070e}, + {-981, 45, 598, 0x078e} + } +}; + +StandTile tile_479 = { + 0x145110, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-940, 20, 501, 0x07c2}, + {-957, 9, 430, 0x0000}, + {-994, 33, 528, 0x0782} + } +}; + +StandTile tile_480 = { + 0x12f910, 0x15, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-863, 15, 676, 0x07a2}, + {-952, 38, 585, 0x079e}, + {-981, 48, 651, 0x061a} + } +}; + +StandTile tile_481 = { + 0x15c610, 0x15, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-952, 38, 585, 0x0772}, + {-981, 45, 598, 0x070e}, + {-981, 48, 651, 0x079a} + } +}; + +StandTile tile_482 = { + 0x15c510, 0x15, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-863, 15, 676, 0x07b2}, + {-923, 32, 573, 0x076a}, + {-952, 38, 585, 0x079a} + } +}; + +StandTile tile_483 = { + 0x131510, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-797, 12, 629, 0x07e6}, + {-817, 9, 587, 0x07ae}, + {-923, 32, 573, 0x07b2} + } +}; + +StandTile tile_484 = { + 0x15c110, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-837, 11, 576, 0x07f6}, + {-880, 18, 559, 0x07b6}, + {-923, 32, 573, 0x07ae} + } +}; + +StandTile tile_485 = { + 0x144410, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-817, 9, 587, 0x07ea}, + {-837, 11, 576, 0x07aa}, + {-923, 32, 573, 0x07a6} + } +}; + +StandTile tile_486 = { + 0x135310, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-863, 15, 676, 0x068a}, + {-797, 12, 629, 0x07a6}, + {-923, 32, 573, 0x07a2} + } +}; + +StandTile tile_487 = { + 0x135510, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-923, 32, 573, 0x07aa}, + {-880, 18, 559, 0x07ba}, + {-930, 27, 544, 0x076e} + } +}; + +StandTile tile_488 = { + 0x15cb10, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 18, 559, 0x07c6}, + {-864, 6, 520, 0x07be}, + {-930, 27, 544, 0x07b6} + } +}; + +StandTile tile_489 = { + 0x15cc10, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-864, 6, 520, 0x07c2}, + {-940, 20, 501, 0x077a}, + {-930, 27, 544, 0x07ba} + } +}; + +StandTile tile_490 = { + 0x15cd10, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-864, 6, 520, 0x07d2}, + {-957, 9, 430, 0x0796}, + {-940, 20, 501, 0x07be} + } +}; + +StandTile tile_491 = { + 0x144110, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 18, 559, 0x07f6}, + {-850, 11, 546, 0x07ca}, + {-864, 6, 520, 0x07ba} + } +}; + +StandTile tile_492 = { + 0x137812, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-850, 11, 546, 0x07ce}, + {-835, 2, 507, 0x07d2}, + {-864, 6, 520, 0x07c6} + } +}; + +StandTile tile_493 = { + 0x137811, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-850, 11, 546, 0x0000}, + {-792, 0, 521, 0x07d6}, + {-835, 2, 507, 0x07ca} + } +}; + +StandTile tile_494 = { + 0x144010, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-835, 2, 507, 0x07e2}, + {-957, 9, 430, 0x07c2}, + {-864, 6, 520, 0x07ca} + } +}; + +StandTile tile_495 = { + 0x137a10, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-792, 0, 521, 0x0742}, + {-812, -2, 501, 0x07da}, + {-835, 2, 507, 0x07ce} + } +}; + +StandTile tile_496 = { + 0x143f12, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-812, -2, 501, 0x07de}, + {-891, 5, 452, 0x07e2}, + {-835, 2, 507, 0x07d6} + } +}; + +StandTile tile_497 = { + 0x143f11, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-812, -2, 501, 0x0752}, + {-826, -5, 471, 0x071e}, + {-891, 5, 452, 0x07da} + } +}; + +StandTile tile_498 = { + 0x146510, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-891, 5, 452, 0x0826}, + {-957, 9, 430, 0x07d2}, + {-835, 2, 507, 0x07da} + } +}; + +StandTile tile_499 = { + 0x137c10, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-797, 12, 629, 0x072a}, + {-789, 3, 585, 0x07ea}, + {-817, 9, 587, 0x07a6} + } +}; + +StandTile tile_500 = { + 0x144512, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-789, 3, 585, 0x07ee}, + {-837, 11, 576, 0x07ae}, + {-817, 9, 587, 0x07e6} + } +}; + +StandTile tile_501 = { + 0x144511, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-789, 3, 585, 0x0726}, + {-780, 0, 551, 0x0000}, + {-837, 11, 576, 0x07ea} + } +}; + +StandTile tile_502 = { + 0x144610, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-772, -1, 532, 0x074a}, + {-792, 0, 521, 0x0000}, + {-780, 0, 551, 0x070a} + } +}; + +StandTile tile_503 = { + 0x144710, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-850, 11, 546, 0x07c6}, + {-880, 18, 559, 0x07aa}, + {-837, 11, 576, 0x0000} + } +}; + +StandTile tile_504 = { + 0x16ee10, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-655, -53, 395, 0x0000}, + {-632, -54, 422, 0x0000}, + {-609, -62, 400, 0x07fe} + } +}; + +StandTile tile_505 = { + 0x16ed10, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-609, -62, 400, 0x0946}, + {-653, -59, 350, 0x0802}, + {-655, -53, 395, 0x07fa} + } +}; + +StandTile tile_506 = { + 0x16ec10, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-706, -35, 441, 0x0000}, + {-655, -53, 395, 0x07fe}, + {-653, -59, 350, 0x0806} + } +}; + +StandTile tile_507 = { + 0x16eb10, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-706, -35, 441, 0x0802}, + {-653, -59, 350, 0x09b1}, + {-750, -27, 437, 0x080a} + } +}; + +StandTile tile_508 = { + 0x16ea10, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-706, -35, 441, 0x0806}, + {-750, -27, 437, 0x0812}, + {-706, -29, 488, 0x080e} + } +}; + +StandTile tile_509 = { + 0x16e910, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-706, -35, 441, 0x080a}, + {-706, -29, 488, 0x0000}, + {-684, -36, 468, 0x0000} + } +}; + +StandTile tile_510 = { + 0x13d212, 0x14, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-795, -12, 446, 0x0816}, + {-706, -29, 488, 0x080a}, + {-750, -27, 437, 0x09ad} + } +}; + +StandTile tile_511 = { + 0x13d211, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-795, -12, 446, 0x073e}, + {-718, -24, 506, 0x081e}, + {-706, -29, 488, 0x0812} + } +}; + +StandTile tile_512 = { + 0x17c410, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-718, -24, 506, 0x0766}, + {-673, 0, 542, 0x0000}, + {-703, -11, 499, 0x081e} + } +}; + +StandTile tile_513 = { + 0x162810, 0x14, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-706, -29, 488, 0x0816}, + {-718, -24, 506, 0x081a}, + {-703, -11, 499, 0x0000} + } +}; + +StandTile tile_514 = { + 0x13e010, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-957, 9, 430, 0x0826}, + {-910, 5, 423, 0x085a}, + {-929, 5, 397, 0x0000} + } +}; + +StandTile tile_515 = { + 0x146610, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-891, 5, 452, 0x0000}, + {-910, 5, 423, 0x0822}, + {-957, 9, 430, 0x07e2} + } +}; + +StandTile tile_516 = { + 0x146910, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-859, -19, 314, 0x0846}, + {-901, 1, 365, 0x083e}, + {-859, -12, 346, 0x0872} + } +}; + +StandTile tile_517 = { + 0x146c10, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-801, -19, 380, 0x0832}, + {-848, -5, 405, 0x0852}, + {-795, -12, 446, 0x08e2} + } +}; + +StandTile tile_518 = { + 0x146d10, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-801, -19, 380, 0x0842}, + {-831, -12, 383, 0x0836}, + {-848, -5, 405, 0x082e} + } +}; + +StandTile tile_519 = { + 0x146b12, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-862, -6, 375, 0x083a}, + {-848, -5, 405, 0x0832}, + {-831, -12, 383, 0x0000} + } +}; + +StandTile tile_520 = { + 0x146b11, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-862, -6, 375, 0x083e}, + {-901, 1, 365, 0x0862}, + {-848, -5, 405, 0x0836} + } +}; + +StandTile tile_521 = { + 0x13e510, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-901, 1, 365, 0x083a}, + {-862, -6, 375, 0x0000}, + {-859, -12, 346, 0x082a} + } +}; + +StandTile tile_522 = { + 0x146a10, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-831, -12, 383, 0x0832}, + {-801, -19, 380, 0x0866}, + {-825, -17, 352, 0x0000} + } +}; + +StandTile tile_523 = { + 0x13e410, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-861, -23, 297, 0x0876}, + {-901, 1, 365, 0x082a}, + {-859, -19, 314, 0x087a} + } +}; + +StandTile tile_524 = { + 0x146410, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-891, 5, 452, 0x071e}, + {-810, -8, 459, 0x084e}, + {-865, -1, 435, 0x0000} + } +}; + +StandTile tile_525 = { + 0x146210, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-810, -8, 459, 0x0852}, + {-848, -5, 405, 0x085e}, + {-865, -1, 435, 0x084a} + } +}; + +StandTile tile_526 = { + 0x146110, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-810, -8, 459, 0x0736}, + {-795, -12, 446, 0x082e}, + {-848, -5, 405, 0x084e} + } +}; + +StandTile tile_527 = { + 0x146010, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-884, -1, 406, 0x0862}, + {-901, 1, 365, 0x0000}, + {-929, 5, 397, 0x085a} + } +}; + +StandTile tile_528 = { + 0x146710, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-910, 5, 423, 0x0000}, + {-884, -1, 406, 0x0856}, + {-929, 5, 397, 0x0822} + } +}; + +StandTile tile_529 = { + 0x146812, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-848, -5, 405, 0x0862}, + {-884, -1, 406, 0x0000}, + {-865, -1, 435, 0x084e} + } +}; + +StandTile tile_530 = { + 0x146811, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-848, -5, 405, 0x083a}, + {-901, 1, 365, 0x0856}, + {-884, -1, 406, 0x085e} + } +}; + +StandTile tile_531 = { + 0x146f10, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-801, -19, 380, 0x0000}, + {-802, -23, 350, 0x086e}, + {-825, -17, 352, 0x0842} + } +}; + +StandTile tile_532 = { + 0x147210, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-828, -25, 304, 0x087a}, + {-859, -19, 314, 0x086e}, + {-802, -23, 350, 0x09c1} + } +}; + +StandTile tile_533 = { + 0x147310, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-859, -19, 314, 0x0872}, + {-825, -17, 352, 0x0866}, + {-802, -23, 350, 0x086a} + } +}; + +StandTile tile_534 = { + 0x147410, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-859, -19, 314, 0x082a}, + {-859, -12, 346, 0x0000}, + {-825, -17, 352, 0x086e} + } +}; + +StandTile tile_535 = { + 0x147710, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-901, 1, 365, 0x0846}, + {-861, -23, 297, 0x0000}, + {-856, -19, 267, 0x08fa} + } +}; + +StandTile tile_536 = { + 0x147810, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-828, -25, 304, 0x0000}, + {-861, -23, 297, 0x0846}, + {-859, -19, 314, 0x086a} + } +}; + +StandTile tile_537 = { + 0x149310, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-561, -63, 368, 0x08a2}, + {-583, -63, 299, 0x0a11}, + {-589, -61, 322, 0x095e} + } +}; + +StandTile tile_538 = { + 0x149b12, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-583, -63, 299, 0x0886}, + {-618, -59, 278, 0x0956}, + {-608, -60, 302, 0x0000} + } +}; + +StandTile tile_539 = { + 0x149b11, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-583, -63, 299, 0x089e}, + {-573, -63, 240, 0x0896}, + {-618, -59, 278, 0x0882} + } +}; + +StandTile tile_540 = { + 0x15e010, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-605, -63, 234, 0x089a}, + {-573, -63, 240, 0x0000}, + {-680, -63, 178, 0x0892} + } +}; + +StandTile tile_541 = { + 0x149610, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-657, -61, 232, 0x0000}, + {-646, -62, 233, 0x0892}, + {-680, -63, 178, 0x0980} + } +}; + +StandTile tile_542 = { + 0x16ae10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-646, -62, 233, 0x08aa}, + {-605, -63, 234, 0x088a}, + {-680, -63, 178, 0x088e} + } +}; + +StandTile tile_543 = { + 0x149510, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-618, -59, 278, 0x0886}, + {-573, -63, 240, 0x089a}, + {-613, -61, 261, 0x0000} + } +}; + +StandTile tile_544 = { + 0x15da10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-573, -63, 240, 0x088a}, + {-605, -63, 234, 0x08a6}, + {-613, -61, 261, 0x0896} + } +}; + +StandTile tile_545 = { + 0x149d10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-573, -63, 240, 0x0886}, + {-583, -63, 299, 0x08a2}, + {-567, -63, 304, 0x0000} + } +}; + +StandTile tile_546 = { + 0x15e510, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-583, -63, 299, 0x087e}, + {-561, -63, 368, 0x0000}, + {-567, -63, 304, 0x089e} + } +}; + +StandTile tile_547 = { + 0x16a810, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-613, -61, 261, 0x089a}, + {-605, -63, 234, 0x08b6}, + {-624, -60, 260, 0x0000} + } +}; + +StandTile tile_548 = { + 0x16a910, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-605, -63, 234, 0x0892}, + {-646, -62, 233, 0x0000}, + {-649, -61, 243, 0x08b2} + } +}; + +StandTile tile_549 = { + 0x16aa10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-634, -60, 254, 0x08b6}, + {-605, -63, 234, 0x08b2}, + {-642, -61, 249, 0x0000} + } +}; + +StandTile tile_550 = { + 0x16af10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-649, -61, 243, 0x0a31}, + {-642, -61, 249, 0x08ae}, + {-605, -63, 234, 0x08aa} + } +}; + +StandTile tile_551 = { + 0x16b110, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-634, -60, 254, 0x0a35}, + {-624, -60, 260, 0x08a6}, + {-605, -63, 234, 0x08ae} + } +}; + +StandTile tile_552 = { + 0x136110, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-741, -58, 94, 0x0a39}, + {-735, -61, 118, 0x08be}, + {-715, -66, 137, 0x08c2} + } +}; + +StandTile tile_553 = { + 0x16b410, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-735, -61, 118, 0x0000}, + {-730, -65, 138, 0x096c}, + {-715, -66, 137, 0x08ba} + } +}; + +StandTile tile_554 = { + 0x136310, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-689, -63, 71, 0x0ad6}, + {-741, -58, 94, 0x08ba}, + {-715, -66, 137, 0x0000} + } +}; + +StandTile tile_555 = { + 0x166910, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-848, 3, 160, 0x0000}, + {-852, -16, 157, 0x0ab1}, + {-870, -5, 169, 0x09e9} + } +}; + +StandTile tile_556 = { + 0x13db10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-748, -54, 252, 0x09cd}, + {-744, -51, 279, 0x08ce}, + {-729, -54, 268, 0x09d1} + } +}; + +StandTile tile_557 = { + 0x147b12, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-744, -51, 279, 0x08d2}, + {-669, -56, 307, 0x08f2}, + {-729, -54, 268, 0x08ca} + } +}; + +StandTile tile_558 = { + 0x147b11, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-744, -51, 279, 0x08da}, + {-693, -49, 337, 0x0942}, + {-669, -56, 307, 0x08ce} + } +}; + +StandTile tile_559 = { + 0x13e810, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-835, -28, 236, 0x09c9}, + {-795, -38, 289, 0x08da}, + {-744, -51, 279, 0x09cd} + } +}; + +StandTile tile_560 = { + 0x147a12, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-795, -38, 289, 0x08de}, + {-693, -49, 337, 0x08d2}, + {-744, -51, 279, 0x08d6} + } +}; + +StandTile tile_561 = { + 0x147a11, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-795, -38, 289, 0x09c1}, + {-802, -23, 350, 0x08f6}, + {-693, -49, 337, 0x08da} + } +}; + +StandTile tile_562 = { + 0x13e710, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-730, -34, 379, 0x0000}, + {-801, -19, 380, 0x082e}, + {-795, -12, 446, 0x09ad} + } +}; + +StandTile tile_563 = { + 0x13e610, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-743, -54, 221, 0x09d1}, + {-729, -54, 268, 0x08ea}, + {-742, -61, 211, 0x09dd} + } +}; + +StandTile tile_564 = { + 0x147c13, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-729, -54, 268, 0x08ee}, + {-730, -63, 207, 0x0912}, + {-742, -61, 211, 0x08e6} + } +}; + +StandTile tile_565 = { + 0x147c12, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-729, -54, 268, 0x08f2}, + {-699, -59, 257, 0x099d}, + {-730, -63, 207, 0x08ea} + } +}; + +StandTile tile_566 = { + 0x147c11, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-729, -54, 268, 0x08ce}, + {-669, -56, 307, 0x0984}, + {-699, -59, 257, 0x08ee} + } +}; + +StandTile tile_567 = { + 0x146e10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-731, -39, 350, 0x09bd}, + {-693, -49, 337, 0x08de}, + {-802, -23, 350, 0x0000} + } +}; + +StandTile tile_568 = { + 0x147610, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-856, -19, 267, 0x09b5}, + {-880, 0, 170, 0x0000}, + {-901, 1, 365, 0x0876} + } +}; + +StandTile tile_569 = { + 0x13e310, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-830, -30, 205, 0x0000}, + {-743, -54, 221, 0x09d9}, + {-778, -58, 188, 0x0936} + } +}; + +StandTile tile_570 = { + 0x147d13, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-765, -60, 196, 0x0906}, + {-772, -61, 167, 0x093a}, + {-778, -58, 188, 0x09d9} + } +}; + +StandTile tile_571 = { + 0x147d12, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-765, -60, 196, 0x090a}, + {-759, -64, 161, 0x0000}, + {-772, -61, 167, 0x0902} + } +}; + +StandTile tile_572 = { + 0x147d11, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-765, -60, 196, 0x090e}, + {-751, -65, 176, 0x0974}, + {-759, -64, 161, 0x0906} + } +}; + +StandTile tile_573 = { + 0x147e12, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-742, -61, 211, 0x0912}, + {-751, -65, 176, 0x090a}, + {-765, -60, 196, 0x09dd} + } +}; + +StandTile tile_574 = { + 0x147e11, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-742, -61, 211, 0x08ea}, + {-730, -63, 207, 0x09a9}, + {-751, -65, 176, 0x090e} + } +}; + +StandTile tile_575 = { + 0x13e110, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-783, -58, 113, 0x091a}, + {-784, -50, 160, 0x0932}, + {-767, -63, 146, 0x0968} + } +}; + +StandTile tile_576 = { + 0x15f210, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-783, -58, 113, 0x0922}, + {-802, -35, 173, 0x092a}, + {-784, -50, 160, 0x0916} + } +}; + +StandTile tile_577 = { + 0x17b210, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-800, -47, 125, 0x0a41}, + {-819, -36, 135, 0x0926}, + {-802, -35, 173, 0x0922} + } +}; + +StandTile tile_578 = { + 0x15f110, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-783, -58, 113, 0x0a3d}, + {-800, -47, 125, 0x091e}, + {-802, -35, 173, 0x091a} + } +}; + +StandTile tile_579 = { + 0x15f310, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-819, -36, 135, 0x0ab1}, + {-852, -16, 157, 0x0000}, + {-802, -35, 173, 0x091e} + } +}; + +StandTile tile_580 = { + 0x147912, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-802, -35, 173, 0x092e}, + {-783, -60, 162, 0x0932}, + {-784, -50, 160, 0x091a} + } +}; + +StandTile tile_581 = { + 0x147911, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-802, -35, 173, 0x09fd}, + {-830, -30, 205, 0x0936}, + {-783, -60, 162, 0x092a} + } +}; + +StandTile tile_582 = { + 0x149010, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-783, -60, 162, 0x0000}, + {-767, -63, 146, 0x0916}, + {-784, -50, 160, 0x092a} + } +}; + +StandTile tile_583 = { + 0x147f10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-830, -30, 205, 0x08fe}, + {-778, -58, 188, 0x093a}, + {-783, -60, 162, 0x092e} + } +}; + +StandTile tile_584 = { + 0x167d10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-778, -58, 188, 0x0902}, + {-772, -61, 167, 0x0000}, + {-783, -60, 162, 0x0936} + } +}; + +StandTile tile_585 = { + 0x131810, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-730, -34, 379, 0x09ad}, + {-750, -27, 437, 0x09b1}, + {-693, -49, 337, 0x09bd} + } +}; + +StandTile tile_586 = { + 0x131a10, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-693, -49, 337, 0x09b1}, + {-653, -59, 350, 0x0946}, + {-669, -56, 307, 0x08d2} + } +}; + +StandTile tile_587 = { + 0x131c10, 0x14, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-653, -59, 350, 0x07fe}, + {-609, -62, 400, 0x094a}, + {-669, -56, 307, 0x0942} + } +}; + +StandTile tile_588 = { + 0x131e13, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-609, -62, 400, 0x094e}, + {-643, -57, 322, 0x095a}, + {-669, -56, 307, 0x0946} + } +}; + +StandTile tile_589 = { + 0x131e12, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-609, -62, 400, 0x0952}, + {-607, -60, 342, 0x0a0d}, + {-643, -57, 322, 0x094a} + } +}; + +StandTile tile_590 = { + 0x131e11, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-609, -62, 400, 0x0000}, + {-561, -63, 368, 0x095e}, + {-607, -60, 342, 0x094e} + } +}; + +StandTile tile_591 = { + 0x132412, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-669, -56, 307, 0x095a}, + {-608, -60, 302, 0x0882}, + {-618, -59, 278, 0x098c} + } +}; + +StandTile tile_592 = { + 0x132411, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-669, -56, 307, 0x094a}, + {-643, -57, 322, 0x0000}, + {-608, -60, 302, 0x0956} + } +}; + +StandTile tile_593 = { + 0x149910, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-607, -60, 342, 0x0952}, + {-561, -63, 368, 0x087e}, + {-589, -61, 322, 0x0a11}, + {-600, -60, 334, 0x0000} + } +}; + +StandTile tile_594 = { + 0x132610, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {-741, -58, 94, 0x0ada}, + {-783, -58, 113, 0x0968}, + {-761, -62, 134, 0x0000}, + {-755, -61, 123, 0x0a39} + } +}; + +StandTile tile_595 = { + 0x15c710, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-783, -58, 113, 0x0916}, + {-767, -63, 146, 0x09e5}, + {-761, -62, 134, 0x0963} + } +}; + +StandTile tile_596 = { + 0x132810, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-715, -66, 137, 0x08be}, + {-730, -65, 138, 0x0000}, + {-741, -65, 150, 0x09a1} + } +}; + +StandTile tile_597 = { + 0x148a10, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-767, -63, 146, 0x0000}, + {-759, -64, 161, 0x0974}, + {-741, -65, 150, 0x09e5} + } +}; + +StandTile tile_598 = { + 0x15d910, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-759, -64, 161, 0x090a}, + {-751, -65, 176, 0x09a5}, + {-741, -65, 150, 0x0970} + } +}; + +StandTile tile_599 = { + 0x132c10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-730, -63, 207, 0x0999}, + {-683, -63, 226, 0x097c}, + {-680, -63, 178, 0x09a9} + } +}; + +StandTile tile_600 = { + 0x15e210, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-683, -63, 226, 0x0000}, + {-670, -63, 230, 0x0980}, + {-680, -63, 178, 0x0978} + } +}; + +StandTile tile_601 = { + 0x15e110, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-670, -63, 230, 0x0a2d}, + {-657, -61, 232, 0x088e}, + {-680, -63, 178, 0x097c} + } +}; + +StandTile tile_602 = { + 0x132e10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-669, -56, 307, 0x0988}, + {-662, -59, 261, 0x0995}, + {-699, -59, 257, 0x08f2} + } +}; + +StandTile tile_603 = { + 0x16a510, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-669, -56, 307, 0x098c}, + {-644, -59, 263, 0x0a29}, + {-662, -59, 261, 0x0984} + } +}; + +StandTile tile_604 = { + 0x16a610, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-669, -56, 307, 0x0956}, + {-618, -59, 278, 0x0000}, + {-631, -59, 271, 0x0a25}, + {-644, -59, 263, 0x0988} + } +}; + +StandTile tile_605 = { + 0x149810, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-689, -61, 239, 0x099d}, + {-699, -59, 257, 0x0995}, + {-679, -60, 244, 0x0000} + } +}; + +StandTile tile_606 = { + 0x16a310, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-699, -59, 257, 0x0984}, + {-662, -59, 261, 0x0a15}, + {-679, -60, 244, 0x0991} + } +}; + +StandTile tile_607 = { + 0x149710, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-683, -63, 226, 0x0978}, + {-730, -63, 207, 0x099d}, + {-689, -61, 239, 0x0000} + } +}; + +StandTile tile_608 = { + 0x15e410, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-730, -63, 207, 0x08ee}, + {-699, -59, 257, 0x0991}, + {-689, -61, 239, 0x0999} + } +}; + +StandTile tile_609 = { + 0x136410, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-715, -66, 137, 0x096c}, + {-741, -65, 150, 0x09a5}, + {-680, -63, 178, 0x0000} + } +}; + +StandTile tile_610 = { + 0x15ea10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-741, -65, 150, 0x0974}, + {-751, -65, 176, 0x09a9}, + {-680, -63, 178, 0x09a1} + } +}; + +StandTile tile_611 = { + 0x136510, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-751, -65, 176, 0x0912}, + {-730, -63, 207, 0x0978}, + {-680, -63, 178, 0x09a5} + } +}; + +StandTile tile_612 = { + 0x137610, 0x14, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-730, -34, 379, 0x08e2}, + {-795, -12, 446, 0x0812}, + {-750, -27, 437, 0x093e} + } +}; + +StandTile tile_613 = { + 0x139f10, 0x14, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-750, -27, 437, 0x0806}, + {-653, -59, 350, 0x0942}, + {-693, -49, 337, 0x093e} + } +}; + +StandTile tile_614 = { + 0x13fc10, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-856, -19, 267, 0x09e1}, + {-856, -15, 232, 0x09b9}, + {-880, 0, 170, 0x08fa} + } +}; + +StandTile tile_615 = { + 0x168c10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-856, -15, 232, 0x0a05}, + {-857, -7, 204, 0x09f5}, + {-880, 0, 170, 0x09b5} + } +}; + +StandTile tile_616 = { + 0x147510, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-693, -49, 337, 0x08f6}, + {-731, -39, 350, 0x0000}, + {-730, -34, 379, 0x093e} + } +}; + +StandTile tile_617 = { + 0x148110, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-795, -38, 289, 0x09c5}, + {-828, -25, 304, 0x086a}, + {-802, -23, 350, 0x08de} + } +}; + +StandTile tile_618 = { + 0x148210, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-795, -38, 289, 0x09c9}, + {-822, -36, 273, 0x0000}, + {-828, -25, 304, 0x09c1} + } +}; + +StandTile tile_619 = { + 0x148310, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-822, -36, 273, 0x09c5}, + {-795, -38, 289, 0x08d6}, + {-835, -28, 236, 0x09d5} + } +}; + +StandTile tile_620 = { + 0x148410, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-744, -51, 279, 0x08ca}, + {-748, -54, 252, 0x0000}, + {-835, -28, 236, 0x08d6} + } +}; + +StandTile tile_621 = { + 0x148510, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-729, -54, 268, 0x08e6}, + {-743, -54, 221, 0x0000}, + {-748, -54, 252, 0x08ca} + } +}; + +StandTile tile_622 = { + 0x148710, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-856, -19, 267, 0x0000}, + {-822, -36, 273, 0x09c9}, + {-835, -28, 236, 0x09e1} + } +}; + +StandTile tile_623 = { + 0x148812, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-743, -54, 221, 0x09dd}, + {-765, -60, 196, 0x0902}, + {-778, -58, 188, 0x08fe} + } +}; + +StandTile tile_624 = { + 0x148811, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-743, -54, 221, 0x08e6}, + {-742, -61, 211, 0x090e}, + {-765, -60, 196, 0x09d9} + } +}; + +StandTile tile_625 = { + 0x148910, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-856, -19, 267, 0x09d5}, + {-835, -28, 236, 0x0a05}, + {-856, -15, 232, 0x09b5} + } +}; + +StandTile tile_626 = { + 0x148d10, 0x14, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-761, -62, 134, 0x0968}, + {-767, -63, 146, 0x0970}, + {-741, -65, 150, 0x0000} + } +}; + +StandTile tile_627 = { + 0x165110, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-870, -5, 169, 0x09f9}, + {-856, -8, 197, 0x09ed}, + {-848, 3, 160, 0x08c6} + } +}; + +StandTile tile_628 = { + 0x167c10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-856, -8, 197, 0x0000}, + {-740, 35, 146, 0x09f1}, + {-848, 3, 160, 0x09e9} + } +}; + +StandTile tile_629 = { + 0x167b10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-740, 35, 146, 0x0000}, + {-754, 39, 118, 0x0000}, + {-848, 3, 160, 0x09ed} + } +}; + +StandTile tile_630 = { + 0x165210, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-880, 0, 170, 0x09b9}, + {-857, -7, 204, 0x0a01}, + {-856, -8, 197, 0x09f9} + } +}; + +StandTile tile_631 = { + 0x165310, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-856, -8, 197, 0x09e9}, + {-870, -5, 169, 0x0bba}, + {-880, 0, 170, 0x09f5} + } +}; + +StandTile tile_632 = { + 0x168810, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-857, -7, 204, 0x0a09}, + {-830, -30, 205, 0x092e}, + {-802, -35, 173, 0x0a01} + } +}; + +StandTile tile_633 = { + 0x168910, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-802, -35, 173, 0x0000}, + {-856, -8, 197, 0x09f5}, + {-857, -7, 204, 0x09fd} + } +}; + +StandTile tile_634 = { + 0x168a10, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-857, -7, 204, 0x09b9}, + {-856, -15, 232, 0x09e1}, + {-835, -28, 236, 0x0a09} + } +}; + +StandTile tile_635 = { + 0x168b10, 0x14, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-830, -30, 205, 0x09fd}, + {-857, -7, 204, 0x0a05}, + {-835, -28, 236, 0x0000} + } +}; + +StandTile tile_636 = { + 0x169710, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-600, -60, 334, 0x0000}, + {-643, -57, 322, 0x094e}, + {-607, -60, 342, 0x0000} + } +}; + +StandTile tile_637 = { + 0x169810, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-600, -60, 334, 0x095e}, + {-589, -61, 322, 0x087e}, + {-583, -63, 299, 0x0000} + } +}; + +StandTile tile_638 = { + 0x16a010, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-662, -59, 261, 0x0a1d}, + {-662, -63, 246, 0x0a19}, + {-679, -60, 244, 0x0995} + } +}; + +StandTile tile_639 = { + 0x16ad10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-662, -63, 246, 0x0a2d}, + {-670, -63, 230, 0x0000}, + {-679, -60, 244, 0x0a15} + } +}; + +StandTile tile_640 = { + 0x16a110, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-662, -59, 261, 0x0a29}, + {-653, -61, 257, 0x0a21}, + {-662, -63, 246, 0x0a15} + } +}; + +StandTile tile_641 = { + 0x16ac10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-653, -61, 257, 0x0a31}, + {-649, -61, 243, 0x0000}, + {-662, -63, 246, 0x0a1d} + } +}; + +StandTile tile_642 = { + 0x16a210, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-631, -59, 271, 0x0000}, + {-624, -60, 260, 0x0a35}, + {-644, -59, 263, 0x098c} + } +}; + +StandTile tile_643 = { + 0x16a410, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-662, -59, 261, 0x0988}, + {-644, -59, 263, 0x0000}, + {-653, -61, 257, 0x0a1d} + } +}; + +StandTile tile_644 = { + 0x16a710, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-670, -63, 230, 0x0a19}, + {-662, -63, 246, 0x0000}, + {-657, -61, 232, 0x0980} + } +}; + +StandTile tile_645 = { + 0x16ab10, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-653, -61, 257, 0x0000}, + {-642, -61, 249, 0x08b2}, + {-649, -61, 243, 0x0a21} + } +}; + +StandTile tile_646 = { + 0x16b010, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-624, -60, 260, 0x08b6}, + {-634, -60, 254, 0x0000}, + {-644, -59, 263, 0x0a25} + } +}; + +StandTile tile_647 = { + 0x16b310, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-755, -61, 123, 0x0000}, + {-735, -61, 118, 0x08ba}, + {-741, -58, 94, 0x0963} + } +}; + +StandTile tile_648 = { + 0x17b410, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-792, -53, 114, 0x0000}, + {-800, -47, 125, 0x0922}, + {-783, -58, 113, 0x0aad} + } +}; + +StandTile tile_649 = { + 0x17b310, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-819, -36, 135, 0x091e}, + {-800, -47, 125, 0x0000}, + {-807, -46, 124, 0x0b72} + } +}; + +StandTile tile_650 = { + 0x14ab10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-877, -1, 69, 0x0aa1}, + {-927, -1, 42, 0x0a99}, + {-925, -1, 69, 0x0000} + } +}; + +StandTile tile_651 = { + 0x14ad10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-925, -1, 81, 0x0a95}, + {-908, -1, 95, 0x0a9d}, + {-877, -1, 81, 0x0000} + } +}; + +StandTile tile_652 = { + 0x14ac10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-856, -18, 83, 0x0b5e}, + {-877, -1, 69, 0x0000}, + {-877, -1, 81, 0x0abe} + } +}; + +StandTile tile_653 = { + 0x14ae10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-941, 0, 98, 0x0a95}, + {-925, -1, 81, 0x0a55}, + {-934, -1, 70, 0x0a91} + } +}; + +StandTile tile_654 = { + 0x14af10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-925, -1, 81, 0x0000}, + {-925, -1, 69, 0x0a99}, + {-934, -1, 70, 0x0a51} + } +}; + +StandTile tile_655 = { + 0x14b010, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-903, 0, 109, 0x0a5d}, + {-908, -1, 95, 0x0a95}, + {-941, 0, 98, 0x0aa5} + } +}; + +StandTile tile_656 = { + 0x14b110, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-871, 0, 103, 0x0a61}, + {-908, -1, 95, 0x0a59}, + {-903, 0, 109, 0x0000} + } +}; + +StandTile tile_657 = { + 0x14b210, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-908, -1, 95, 0x0a5d}, + {-871, 0, 103, 0x0b66}, + {-875, -1, 93, 0x0a9d} + } +}; + +StandTile tile_658 = { + 0x13e910, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-648, 0, 9, 0x0000}, + {-835, -12, -145, 0x0b46}, + {-830, -34, -73, 0x0a6d} + } +}; + +StandTile tile_659 = { + 0x13eb10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-755, -42, 3, 0x0ad6}, + {-689, -63, 71, 0x0000}, + {-648, 0, 9, 0x0a6d} + } +}; + +StandTile tile_660 = { + 0x13ea10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-755, -42, 3, 0x0a69}, + {-648, 0, 9, 0x0a65}, + {-830, -34, -73, 0x0ac2} + } +}; + +StandTile tile_661 = { + 0x131f12, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-835, -12, -145, 0x0a75}, + {-954, -8, -122, 0x0b9e}, + {-935, -12, -97, 0x0b4a} + } +}; + +StandTile tile_662 = { + 0x131f11, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-835, -12, -145, 0x0000}, + {-988, 0, -163, 0x0a79}, + {-954, -8, -122, 0x0a71} + } +}; + +StandTile tile_663 = { + 0x14d410, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-988, 0, -163, 0x0c73}, + {-1003, -8, -99, 0x0a7d}, + {-954, -8, -122, 0x0a75} + } +}; + +StandTile tile_664 = { + 0x166d10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1003, -8, -99, 0x0c77}, + {-1013, -12, -60, 0x0a81}, + {-954, -8, -122, 0x0a79} + } +}; + +StandTile tile_665 = { + 0x14d510, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1013, -12, -60, 0x0b96}, + {-954, -11, -99, 0x0b9a}, + {-954, -8, -122, 0x0a7d} + } +}; + +StandTile tile_666 = { + 0x132110, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1002, 0, 25, 0x0000}, + {-967, 0, 67, 0x0a89}, + {-955, -1, 56, 0x0b82} + } +}; + +StandTile tile_667 = { + 0x14cc10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-967, 0, 67, 0x0a8d}, + {-927, -1, 42, 0x0b7a}, + {-955, -1, 56, 0x0a85} + } +}; + +StandTile tile_668 = { + 0x14c812, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-967, 0, 67, 0x0a91}, + {-934, -1, 70, 0x0a99}, + {-927, -1, 42, 0x0a89} + } +}; + +StandTile tile_669 = { + 0x14c811, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-967, 0, 67, 0x0000}, + {-941, 0, 98, 0x0a51}, + {-934, -1, 70, 0x0a8d} + } +}; + +StandTile tile_670 = { + 0x149e10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-941, 0, 98, 0x0a59}, + {-908, -1, 95, 0x0a49}, + {-925, -1, 81, 0x0a51} + } +}; + +StandTile tile_671 = { + 0x14a810, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-925, -1, 69, 0x0a45}, + {-927, -1, 42, 0x0a8d}, + {-934, -1, 70, 0x0a55} + } +}; + +StandTile tile_672 = { + 0x14a710, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-908, -1, 95, 0x0a61}, + {-875, -1, 93, 0x0abe}, + {-877, -1, 81, 0x0a49} + } +}; + +StandTile tile_673 = { + 0x14a010, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-877, -1, 69, 0x0b5e}, + {-873, -1, 55, 0x0af6}, + {-927, -1, 42, 0x0a45} + } +}; + +StandTile tile_674 = { + 0x149f10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-941, 0, 98, 0x0000}, + {-910, 0, 134, 0x0b52}, + {-903, 0, 109, 0x0a59} + } +}; + +StandTile tile_675 = { + 0x14a210, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-910, 0, 134, 0x0000}, + {-880, 0, 170, 0x0b56}, + {-897, 0, 144, 0x0b52} + } +}; + +StandTile tile_676 = { + 0x132210, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-827, -42, 84, 0x0b6a}, + {-792, -53, 114, 0x0a3d}, + {-783, -58, 113, 0x0ada} + } +}; + +StandTile tile_677 = { + 0x14b712, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-851, -24, 122, 0x0bba}, + {-870, -5, 169, 0x08c6}, + {-852, -16, 157, 0x0926}, + {-819, -36, 135, 0x0b6e} + } +}; + +StandTile tile_678 = { + 0x132310, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-856, -18, 83, 0x0b66}, + {-871, 0, 103, 0x0b5a}, + {-851, -24, 122, 0x0b6e} + } +}; + +StandTile tile_679 = { + 0x14a310, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-865, 0, 138, 0x0b56}, + {-880, 0, 170, 0x0bba}, + {-851, -24, 122, 0x0b5a} + } +}; + +StandTile tile_680 = { + 0x14a110, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-856, -18, 83, 0x0a4d}, + {-877, -1, 81, 0x0a9d}, + {-875, -1, 93, 0x0b66} + } +}; + +StandTile tile_681 = { + 0x132a10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-755, -42, 3, 0x0a6d}, + {-830, -34, -73, 0x0b12}, + {-853, -34, -6, 0x0ade} + } +}; + +StandTile tile_682 = { + 0x135910, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, -34, -6, 0x0ace}, + {-851, -29, 33, 0x0aca}, + {-827, -42, 84, 0x0ade} + } +}; + +StandTile tile_683 = { + 0x15e910, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-851, -29, 33, 0x0ad2}, + {-849, -25, 68, 0x0b6a}, + {-827, -42, 84, 0x0ac6} + } +}; + +StandTile tile_684 = { + 0x14b310, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, -34, -6, 0x0b06}, + {-859, -24, 12, 0x0bbe}, + {-851, -29, 33, 0x0ac6} + } +}; + +StandTile tile_685 = { + 0x14c110, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-873, -1, 55, 0x0b62}, + {-849, -25, 68, 0x0aca}, + {-851, -29, 33, 0x0b76} + } +}; + +StandTile tile_686 = { + 0x135a10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-741, -58, 94, 0x08c2}, + {-689, -63, 71, 0x0a69}, + {-755, -42, 3, 0x0ae2} + } +}; + +StandTile tile_687 = { + 0x135b10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-741, -58, 94, 0x0ae2}, + {-827, -42, 84, 0x0aad}, + {-783, -58, 113, 0x0963} + } +}; + +StandTile tile_688 = { + 0x135d10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-755, -42, 3, 0x0ac2}, + {-853, -34, -6, 0x0ac6}, + {-827, -42, 84, 0x0ae2} + } +}; + +StandTile tile_689 = { + 0x135f10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-741, -58, 94, 0x0ad6}, + {-755, -42, 3, 0x0ade}, + {-827, -42, 84, 0x0ada} + } +}; + +StandTile tile_690 = { + 0x137010, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-933, -4, 37, 0x0b7a}, + {-927, -1, 42, 0x0aea}, + {-947, -13, 14, 0x0b2e} + } +}; + +StandTile tile_691 = { + 0x14cb10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-927, -1, 42, 0x0aee}, + {-903, -23, 4, 0x0b36}, + {-947, -13, 14, 0x0ae6} + } +}; + +StandTile tile_692 = { + 0x14bc12, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-927, -1, 42, 0x0af2}, + {-898, -18, 17, 0x0b02}, + {-903, -23, 4, 0x0aea} + } +}; + +StandTile tile_693 = { + 0x14bc11, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-927, -1, 42, 0x0af6}, + {-894, -11, 33, 0x0000}, + {-898, -18, 17, 0x0aee} + } +}; + +StandTile tile_694 = { + 0x14bf10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-927, -1, 42, 0x0aa1}, + {-873, -1, 55, 0x0afa}, + {-894, -11, 33, 0x0af2} + } +}; + +StandTile tile_695 = { + 0x14be10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-873, -1, 55, 0x0b76}, + {-863, -11, 33, 0x0000}, + {-894, -11, 33, 0x0af6} + } +}; + +StandTile tile_696 = { + 0x14c410, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-859, -24, 12, 0x0b02}, + {-898, -18, 17, 0x0000}, + {-860, -23, 15, 0x0bbe} + } +}; + +StandTile tile_697 = { + 0x14c010, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-859, -24, 12, 0x0b06}, + {-903, -23, 4, 0x0aee}, + {-898, -18, 17, 0x0afe} + } +}; + +StandTile tile_698 = { + 0x14bd10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-859, -24, 12, 0x0ace}, + {-853, -34, -6, 0x0b3a}, + {-903, -23, 4, 0x0b02} + } +}; + +StandTile tile_699 = { + 0x137112, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, -34, -6, 0x0b0e}, + {-922, -23, -66, 0x0b1a}, + {-944, -22, -37, 0x0b3a} + } +}; + +StandTile tile_700 = { + 0x137111, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, -34, -6, 0x0b12}, + {-899, -27, -47, 0x0b16}, + {-922, -23, -66, 0x0b0a} + } +}; + +StandTile tile_701 = { + 0x14dc10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-853, -34, -6, 0x0ac2}, + {-830, -34, -73, 0x0bb2}, + {-899, -27, -47, 0x0b0e} + } +}; + +StandTile tile_702 = { + 0x14dd10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-897, -28, -55, 0x0b3e}, + {-922, -23, -66, 0x0b0e}, + {-899, -27, -47, 0x0bb2} + } +}; + +StandTile tile_703 = { + 0x14d310, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-922, -23, -66, 0x0b8a}, + {-984, -14, -41, 0x0b2a}, + {-944, -22, -37, 0x0b0a} + } +}; + +StandTile tile_704 = { + 0x137310, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1002, 0, 25, 0x0b82}, + {-994, -1, 14, 0x0b86}, + {-1007, -6, -17, 0x0000} + } +}; + +StandTile tile_705 = { + 0x14ce10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-981, -7, -8, 0x0b7e}, + {-973, -11, -6, 0x0b26}, + {-1007, -6, -17, 0x0b86} + } +}; + +StandTile tile_706 = { + 0x14ca10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-973, -11, -6, 0x0b8e}, + {-1013, -12, -60, 0x0000}, + {-1007, -6, -17, 0x0b22} + } +}; + +StandTile tile_707 = { + 0x14d610, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-973, -11, -6, 0x0b32}, + {-944, -22, -37, 0x0b1a}, + {-984, -14, -41, 0x0b8e} + } +}; + +StandTile tile_708 = { + 0x14c710, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-933, -4, 37, 0x0ae6}, + {-947, -13, 14, 0x0b32}, + {-973, -11, -6, 0x0b7e} + } +}; + +StandTile tile_709 = { + 0x14c912, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, -13, 14, 0x0b36}, + {-944, -22, -37, 0x0b2a}, + {-973, -11, -6, 0x0b2e} + } +}; + +StandTile tile_710 = { + 0x14c911, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-947, -13, 14, 0x0aea}, + {-903, -23, 4, 0x0b3a}, + {-944, -22, -37, 0x0b32} + } +}; + +StandTile tile_711 = { + 0x14c610, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-903, -23, 4, 0x0b06}, + {-853, -34, -6, 0x0b0a}, + {-944, -22, -37, 0x0b36} + } +}; + +StandTile tile_712 = { + 0x137410, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-897, -28, -55, 0x0ba2}, + {-912, -17, -92, 0x0b42}, + {-922, -23, -66, 0x0b16} + } +}; + +StandTile tile_713 = { + 0x14df10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-912, -17, -92, 0x0baa}, + {-935, -12, -97, 0x0b4e}, + {-922, -23, -66, 0x0b3e} + } +}; + +StandTile tile_714 = { + 0x14de10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-830, -34, -73, 0x0a65}, + {-835, -12, -145, 0x0b4a}, + {-843, -23, -103, 0x0bae} + } +}; + +StandTile tile_715 = { + 0x14e010, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-835, -12, -145, 0x0a71}, + {-935, -12, -97, 0x0baa}, + {-843, -23, -103, 0x0b46} + } +}; + +StandTile tile_716 = { + 0x14d210, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-935, -12, -97, 0x0b9e}, + {-938, -14, -81, 0x0b8a}, + {-922, -23, -66, 0x0b42} + } +}; + +StandTile tile_717 = { + 0x14a410, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-903, 0, 109, 0x0aa5}, + {-910, 0, 134, 0x0aa9}, + {-897, 0, 144, 0x0000} + } +}; + +StandTile tile_718 = { + 0x14a510, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-865, 0, 138, 0x0000}, + {-897, 0, 144, 0x0aa9}, + {-880, 0, 170, 0x0aba} + } +}; + +StandTile tile_719 = { + 0x14a610, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-851, -24, 122, 0x0ab6}, + {-871, 0, 103, 0x0000}, + {-865, 0, 138, 0x0aba} + } +}; + +StandTile tile_720 = { + 0x14a910, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-856, -18, 83, 0x0b62}, + {-873, -1, 55, 0x0aa1}, + {-877, -1, 69, 0x0a4d} + } +}; + +StandTile tile_721 = { + 0x14b410, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-873, -1, 55, 0x0b5e}, + {-856, -18, 83, 0x0000}, + {-849, -25, 68, 0x0ad2} + } +}; + +StandTile tile_722 = { + 0x14b510, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-875, -1, 93, 0x0a61}, + {-871, 0, 103, 0x0ab6}, + {-856, -18, 83, 0x0abe} + } +}; + +StandTile tile_723 = { + 0x14b910, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-849, -25, 68, 0x0000}, + {-792, -53, 114, 0x0aad}, + {-827, -42, 84, 0x0aca} + } +}; + +StandTile tile_724 = { + 0x14ba10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-856, -18, 83, 0x0ab6}, + {-851, -24, 122, 0x0ab1}, + {-819, -36, 135, 0x0b72} + } +}; + +StandTile tile_725 = { + 0x14bb10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-856, -18, 83, 0x0b6e}, + {-819, -36, 135, 0x0a41}, + {-807, -46, 124, 0x0000} + } +}; + +StandTile tile_726 = { + 0x14c310, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-851, -29, 33, 0x0bc2}, + {-863, -11, 33, 0x0afa}, + {-873, -1, 55, 0x0ad2} + } +}; + +StandTile tile_727 = { + 0x14cd10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-955, -1, 56, 0x0a89}, + {-927, -1, 42, 0x0ae6}, + {-933, -4, 37, 0x0000} + } +}; + +StandTile tile_728 = { + 0x14cf10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-973, -11, -6, 0x0b22}, + {-981, -7, -8, 0x0000}, + {-933, -4, 37, 0x0b2e} + } +}; + +StandTile tile_729 = { + 0x14d010, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-955, -1, 56, 0x0000}, + {-994, -1, 14, 0x0b1e}, + {-1002, 0, 25, 0x0a85} + } +}; + +StandTile tile_730 = { + 0x14d110, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1007, -6, -17, 0x0b1e}, + {-994, -1, 14, 0x0000}, + {-981, -7, -8, 0x0b22} + } +}; + +StandTile tile_731 = { + 0x14d710, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-922, -23, -66, 0x0b4e}, + {-938, -14, -81, 0x0000}, + {-984, -14, -41, 0x0b1a} + } +}; + +StandTile tile_732 = { + 0x14d810, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1013, -12, -60, 0x0b26}, + {-973, -11, -6, 0x0b2a}, + {-984, -14, -41, 0x0b92} + } +}; + +StandTile tile_733 = { + 0x14d910, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-984, -14, -41, 0x0000}, + {-1000, -11, -60, 0x0b96}, + {-1013, -12, -60, 0x0b8e} + } +}; + +StandTile tile_734 = { + 0x14da10, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-954, -11, -99, 0x0a81}, + {-1013, -12, -60, 0x0b92}, + {-1000, -11, -60, 0x0000} + } +}; + +StandTile tile_735 = { + 0x14db12, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-938, -14, -81, 0x0b9e}, + {-954, -8, -122, 0x0a81}, + {-954, -11, -99, 0x0000} + } +}; + +StandTile tile_736 = { + 0x14db11, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-938, -14, -81, 0x0b4e}, + {-935, -12, -97, 0x0a71}, + {-954, -8, -122, 0x0b9a} + } +}; + +StandTile tile_737 = { + 0x14e110, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-901, -21, -85, 0x0ba6}, + {-912, -17, -92, 0x0b3e}, + {-897, -28, -55, 0x0000} + } +}; + +StandTile tile_738 = { + 0x14e210, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-912, -17, -92, 0x0ba2}, + {-901, -21, -85, 0x0000}, + {-843, -23, -103, 0x0baa} + } +}; + +StandTile tile_739 = { + 0x14e310, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-935, -12, -97, 0x0b42}, + {-912, -17, -92, 0x0ba6}, + {-843, -23, -103, 0x0b4a} + } +}; + +StandTile tile_740 = { + 0x14e410, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-843, -23, -103, 0x0000}, + {-834, -35, -78, 0x0bb6}, + {-830, -34, -73, 0x0b46} + } +}; + +StandTile tile_741 = { + 0x14e510, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-830, -34, -73, 0x0bb6}, + {-897, -28, -55, 0x0b16}, + {-899, -27, -47, 0x0b12} + } +}; + +StandTile tile_742 = { + 0x14e610, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-830, -34, -73, 0x0bae}, + {-834, -35, -78, 0x0000}, + {-897, -28, -55, 0x0bb2} + } +}; + +StandTile tile_743 = { + 0x165510, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-851, -24, 122, 0x0aba}, + {-880, 0, 170, 0x09f9}, + {-870, -5, 169, 0x0ab1} + } +}; + +StandTile tile_744 = { + 0x17b010, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-851, -29, 33, 0x0ace}, + {-859, -24, 12, 0x0afe}, + {-860, -23, 15, 0x0bc2} + } +}; + +StandTile tile_745 = { + 0x17b110, 0x13, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-851, -29, 33, 0x0bbe}, + {-860, -23, 15, 0x0000}, + {-863, -11, 33, 0x0b76} + } +}; + +StandTile tile_746 = { + 0x0d2508, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1106, 2, -147, 0x0bda}, + {-1096, 31, -163, 0x0000}, + {-1192, 2, -154, 0x0c67} + } +}; + +StandTile tile_747 = { + 0x0cec08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1160, 16, -51, 0x0caf}, + {-1152, 15, -47, 0x0000}, + {-1160, 24, -69, 0x0c53} + } +}; + +StandTile tile_748 = { + 0x0cea08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1152, 15, -47, 0x0cbb}, + {-1145, 11, -40, 0x0c4e}, + {-1131, 14, -45, 0x0c16} + } +}; + +StandTile tile_749 = { + 0x10bc08, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1099, 2, -145, 0x0c7b}, + {-1091, 17, -161, 0x0bda}, + {-1106, 2, -147, 0x0bd6} + } +}; + +StandTile tile_750 = { + 0x0cff08, 0x12, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1106, 2, -129, 0x0c7f}, + {-1099, 2, -145, 0x0bd2}, + {-1106, 2, -147, 0x0c67} + } +}; + +StandTile tile_751 = { + 0x0ad408, 0x12, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1091, 17, -161, 0x0bde}, + {-1096, 31, -163, 0x0bc6}, + {-1106, 2, -147, 0x0bd2} + } +}; + +StandTile tile_752 = { + 0x0ad908, 0x12, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1091, 17, -161, 0x0be2}, + {-1062, 22, -169, 0x0000}, + {-1096, 31, -163, 0x0bda} + } +}; + +StandTile tile_753 = { + 0x0d0d08, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1091, 17, -161, 0x0000}, + {-1066, 11, -165, 0x0be6}, + {-1062, 22, -169, 0x0bde} + } +}; + +StandTile tile_754 = { + 0x0d0b08, 0x12, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1053, 1, -150, 0x0c36}, + {-1062, 22, -169, 0x0be2}, + {-1066, 11, -165, 0x0c26} + } +}; + +StandTile tile_755 = { + 0x0ced08, 0x12, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1160, 24, -69, 0x0000}, + {-1100, 15, -80, 0x0bee}, + {-1139, 19, -76, 0x0c63} + } +}; + +StandTile tile_756 = { + 0x0af508, 0x12, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1100, 15, -80, 0x0bf2}, + {-1102, 12, -84, 0x0c5b}, + {-1139, 19, -76, 0x0bea} + } +}; + +StandTile tile_757 = { + 0x0af608, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1100, 15, -80, 0x0bf6}, + {-1085, 1, -95, 0x0c46}, + {-1102, 12, -84, 0x0bee} + } +}; + +StandTile tile_758 = { + 0x0cf908, 0x12, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1100, 15, -80, 0x0000}, + {-1085, 5, -91, 0x0bfa}, + {-1085, 1, -95, 0x0bf2} + } +}; + +StandTile tile_759 = { + 0x0cfa08, 0x12, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1085, 5, -91, 0x0000}, + {-1063, 11, -94, 0x0000}, + {-1085, 1, -95, 0x0bf6} + } +}; + +StandTile tile_760 = { + 0x0d0408, 0x12, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1079, 1, -129, 0x0c1e}, + {-1083, 5, -142, 0x0c02}, + {-1091, 2, -127, 0x0c3e} + } +}; + +StandTile tile_761 = { + 0x0d0208, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1091, 2, -127, 0x0bfe}, + {-1083, 5, -142, 0x0c22}, + {-1106, 2, -129, 0x0c42} + } +}; + +StandTile tile_762 = { + 0x0b2208, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1063, 11, -94, 0x0c0a}, + {-1036, 2, -103, 0x0c2a}, + {-1077, 0, -94, 0x0000} + } +}; + +StandTile tile_763 = { + 0x0cfc08, 0x12, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1063, 11, -94, 0x0000}, + {-1061, 18, -74, 0x0c12}, + {-1036, 2, -103, 0x0c06} + } +}; + +StandTile tile_764 = { + 0x0d0308, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1053, 1, -150, 0x0c26}, + {-1062, 6, -147, 0x0c1e}, + {-1079, 1, -129, 0x0c2e} + } +}; + +StandTile tile_765 = { + 0x0cfb08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1013, -12, -60, 0x0c77}, + {-1036, 2, -103, 0x0c0a}, + {-1061, 18, -74, 0x0c83} + } +}; + +StandTile tile_766 = { + 0x0cf008, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1152, 15, -47, 0x0bce}, + {-1131, 14, -45, 0x0c1a}, + {-1095, 15, -62, 0x0000} + } +}; + +StandTile tile_767 = { + 0x0cf108, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1131, 14, -45, 0x0c4e}, + {-1073, 26, -66, 0x0000}, + {-1095, 15, -62, 0x0c16} + } +}; + +StandTile tile_768 = { + 0x0d0608, 0x12, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1079, 1, -129, 0x0c0e}, + {-1062, 6, -147, 0x0000}, + {-1083, 5, -142, 0x0bfe} + } +}; + +StandTile tile_769 = { + 0x0d0708, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1092, 5, -142, 0x0c7f}, + {-1106, 2, -129, 0x0c02}, + {-1083, 5, -142, 0x0000} + } +}; + +StandTile tile_770 = { + 0x0d0808, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1066, 11, -165, 0x0000}, + {-1062, 6, -147, 0x0c0e}, + {-1053, 1, -150, 0x0be6} + } +}; + +StandTile tile_771 = { + 0x0d1b08, 0x12, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1036, 2, -103, 0x0c32}, + {-1053, 1, -150, 0x0c2e}, + {-1077, 0, -94, 0x0c06} + } +}; + +StandTile tile_772 = { + 0x0d5c08, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1053, 1, -150, 0x0c0e}, + {-1079, 1, -129, 0x0c3e}, + {-1077, 0, -94, 0x0c2a} + } +}; + +StandTile tile_773 = { + 0x0d5b08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1036, 2, -103, 0x0c73}, + {-988, 0, -163, 0x0c36}, + {-1053, 1, -150, 0x0c2a} + } +}; + +StandTile tile_774 = { + 0x0d1c08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1062, 22, -169, 0x0be6}, + {-1053, 1, -150, 0x0c32}, + {-988, 0, -163, 0x0000} + } +}; + +StandTile tile_775 = { + 0x0d1d0a, 0x12, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1077, 0, -94, 0x0c3e}, + {-1091, 2, -127, 0x0c46}, + {-1085, 1, -95, 0x0000} + } +}; + +StandTile tile_776 = { + 0x0d1d09, 0x12, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1077, 0, -94, 0x0c2e}, + {-1079, 1, -129, 0x0bfe}, + {-1091, 2, -127, 0x0c3a} + } +}; + +StandTile tile_777 = { + 0x0d1e08, 0x12, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1091, 2, -127, 0x0c02}, + {-1106, 2, -129, 0x0c5b}, + {-1102, 12, -84, 0x0c46} + } +}; + +StandTile tile_778 = { + 0x0d1f08, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1102, 12, -84, 0x0bf2}, + {-1085, 1, -95, 0x0c3a}, + {-1091, 2, -127, 0x0c42} + } +}; + +StandTile tile_779 = { + 0x0d3608, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1124, 15, 17, 0x0000}, + {-1073, 26, -66, 0x0c4e}, + {-1122, 9, -32, 0x0ca7} + } +}; + +StandTile tile_780 = { + 0x0d3a08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1145, 11, -40, 0x0cbf}, + {-1122, 9, -32, 0x0c4a}, + {-1073, 26, -66, 0x0c1a}, + {-1131, 14, -45, 0x0bce} + } +}; + +StandTile tile_781 = { + 0x0d3c08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1160, 16, -51, 0x0bca}, + {-1160, 24, -69, 0x0c63}, + {-1202, 23, -71, 0x0c9f} + } +}; + +StandTile tile_782 = { + 0x0d3d08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1139, 19, -76, 0x0c5b}, + {-1106, 2, -129, 0x0c6b}, + {-1141, 2, -97, 0x0c5f} + } +}; + +StandTile tile_783 = { + 0x0d3e08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1139, 19, -76, 0x0bee}, + {-1102, 12, -84, 0x0c42}, + {-1106, 2, -129, 0x0c57} + } +}; + +StandTile tile_784 = { + 0x0d3f08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1139, 19, -76, 0x0c57}, + {-1141, 2, -97, 0x0ce3}, + {-1202, 23, -71, 0x0c63} + } +}; + +StandTile tile_785 = { + 0x0d4008, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1202, 23, -71, 0x0c53}, + {-1160, 24, -69, 0x0bea}, + {-1139, 19, -76, 0x0c5f} + } +}; + +StandTile tile_786 = { + 0x0d4308, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1106, 2, -129, 0x0bd6}, + {-1106, 2, -147, 0x0bc6}, + {-1192, 2, -154, 0x0c6b} + } +}; + +StandTile tile_787 = { + 0x0d440a, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1192, 2, -154, 0x0c6f}, + {-1141, 2, -97, 0x0c57}, + {-1106, 2, -129, 0x0c67} + } +}; + +StandTile tile_788 = { + 0x0d4409, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1192, 2, -154, 0x0f9b}, + {-1200, 2, -109, 0x0ce3}, + {-1141, 2, -97, 0x0c6b} + } +}; + +StandTile tile_789 = { + 0x0d5908, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-988, 0, -163, 0x0c32}, + {-1036, 2, -103, 0x0c77}, + {-1003, -8, -99, 0x0a79} + } +}; + +StandTile tile_790 = { + 0x0d5d08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1036, 2, -103, 0x0c12}, + {-1013, -12, -60, 0x0a7d}, + {-1003, -8, -99, 0x0c73} + } +}; + +StandTile tile_791 = { + 0x10bd08, 0x12, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1092, 5, -142, 0x0000}, + {-1091, 17, -161, 0x0bd2}, + {-1099, 2, -145, 0x0c7f} + } +}; + +StandTile tile_792 = { + 0x0d6208, 0x12, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1106, 2, -129, 0x0c22}, + {-1092, 5, -142, 0x0c7b}, + {-1099, 2, -145, 0x0bd6} + } +}; + +StandTile tile_793 = { + 0x0d6308, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1013, -12, -60, 0x0c12}, + {-1061, 18, -74, 0x0000}, + {-1073, 26, -66, 0x0cd7} + } +}; + +StandTile tile_794 = { + 0x0d6508, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1049, 31, -64, 0x0000}, + {-1073, 26, -66, 0x0c8b}, + {-1076, 27, -48, 0x0000} + } +}; + +StandTile tile_795 = { + 0x0d6608, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1076, 27, -48, 0x0c87}, + {-1073, 26, -66, 0x0000}, + {-1089, 22, -40, 0x0000} + } +}; + +StandTile tile_796 = { + 0x0d6108, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1148, 0, 16, 0x0c9b}, + {-1159, 5, -6, 0x0c93}, + {-1187, 7, -8, 0x0da2} + } +}; + +StandTile tile_797 = { + 0x0d6008, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1184, 16, -41, 0x0ccf}, + {-1187, 7, -8, 0x0c8f}, + {-1159, 5, -6, 0x0cb7} + } +}; + +StandTile tile_798 = { + 0x0d5f08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1202, 23, -71, 0x0f8f}, + {-1206, 24, -51, 0x0ccf}, + {-1184, 16, -41, 0x0c9f} + } +}; + +StandTile tile_799 = { + 0x0d4a08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1148, 0, 16, 0x0cab}, + {-1147, 0, 0, 0x0cc3}, + {-1159, 5, -6, 0x0c8f} + } +}; + +StandTile tile_800 = { + 0x0d3b08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1160, 16, -51, 0x0c53}, + {-1202, 23, -71, 0x0c97}, + {-1184, 16, -41, 0x0caf} + } +}; + +StandTile tile_801 = { + 0x0d3808, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1124, 15, 17, 0x0ca7}, + {-1135, 8, 1, 0x0cab}, + {-1148, 0, 16, 0x0cdf} + } +}; + +StandTile tile_802 = { + 0x0d3508, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1135, 8, 1, 0x0ca3}, + {-1124, 15, 17, 0x0c4a}, + {-1122, 9, -32, 0x0cd3} + } +}; + +StandTile tile_803 = { + 0x0d4c08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1135, 8, 1, 0x0ccb}, + {-1147, 0, 0, 0x0c9b}, + {-1148, 0, 16, 0x0ca3} + } +}; + +StandTile tile_804 = { + 0x0ce908, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1152, 15, -47, 0x0bca}, + {-1160, 16, -51, 0x0c9f}, + {-1184, 16, -41, 0x0cb3} + } +}; + +StandTile tile_805 = { + 0x0ce708, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1152, 15, -47, 0x0caf}, + {-1184, 16, -41, 0x0cb7}, + {-1168, 9, -34, 0x0cbb} + } +}; + +StandTile tile_806 = { + 0x0ce608, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1159, 5, -6, 0x0000}, + {-1168, 9, -34, 0x0cb3}, + {-1184, 16, -41, 0x0c93} + } +}; + +StandTile tile_807 = { + 0x0ce508, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1152, 15, -47, 0x0cb3}, + {-1168, 9, -34, 0x0000}, + {-1145, 11, -40, 0x0bce} + } +}; + +StandTile tile_808 = { + 0x0ce308, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1122, 9, -32, 0x0c4e}, + {-1145, 11, -40, 0x0000}, + {-1134, 1, -17, 0x0cd3} + } +}; + +StandTile tile_809 = { + 0x0ce108, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1134, 1, -17, 0x0000}, + {-1159, 5, -6, 0x0c9b}, + {-1147, 0, 0, 0x0ccb} + } +}; + +StandTile tile_810 = { + 0x0c1c08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1215, 0, -5, 0x0000}, + {-1187, 7, -8, 0x0ccf}, + {-1206, 24, -51, 0x0eed} + } +}; + +StandTile tile_811 = { + 0x0cde08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1135, 8, 1, 0x0cd3}, + {-1134, 1, -17, 0x0cc3}, + {-1147, 0, 0, 0x0cab} + } +}; + +StandTile tile_812 = { + 0x0afc08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1206, 24, -51, 0x0cc7}, + {-1187, 7, -8, 0x0c93}, + {-1184, 16, -41, 0x0c97} + } +}; + +StandTile tile_813 = { + 0x0cdf08, 0x12, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1122, 9, -32, 0x0cbf}, + {-1134, 1, -17, 0x0ccb}, + {-1135, 8, 1, 0x0ca7} + } +}; + +StandTile tile_814 = { + 0x03f208, 0x12, + 0x0, + 0x3, 0x4, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1073, 26, -66, 0x0000}, + {-1013, 40, -60, 0x0000}, + {-1013, -12, -60, 0x0c83} + } +}; + +StandTile tile_815 = { + 0x03fa0a, 0x12, + 0x0, + 0x2, 0x4, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1124, 15, 17, 0x0cdf}, + {-1114, 0, 53, 0x0000}, + {-1093, 22, 45, 0x0000} + } +}; + +StandTile tile_816 = { + 0x03fa09, 0x12, + 0x0, + 0x2, 0x4, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1124, 15, 17, 0x0ca3}, + {-1148, 0, 16, 0x0d8e}, + {-1114, 0, 53, 0x0cdb} + } +}; + +StandTile tile_817 = { + 0x040208, 0x12, + 0x0, + 0x3, 0x4, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1202, 23, -71, 0x0c5f}, + {-1141, 2, -97, 0x0c6f}, + {-1200, 2, -109, 0x0f93} + } +}; + +StandTile tile_818 = { + 0x0d8b08, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1264, 0, 205, 0x0cef}, + {-1269, 30, 225, 0x0000}, + {-1251, 30, 242, 0x0cf3} + } +}; + +StandTile tile_819 = { + 0x0d8808, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1299, 0, 172, 0x0e70}, + {-1352, 27, 265, 0x0000}, + {-1269, 30, 225, 0x0cef} + } +}; + +StandTile tile_820 = { + 0x0d8a08, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1264, 0, 205, 0x0e5e}, + {-1299, 0, 172, 0x0ceb}, + {-1269, 30, 225, 0x0ce7} + } +}; + +StandTile tile_821 = { + 0x0d8608, 0x11, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1264, 0, 205, 0x0ce7}, + {-1251, 30, 242, 0x0000}, + {-1219, 19, 223, 0x0d2c} + } +}; + +StandTile tile_822 = { + 0x0d9408, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1127, 0, 116, 0x0d0b}, + {-1159, 0, 137, 0x0cff}, + {-1167, 19, 189, 0x0000} + } +}; + +StandTile tile_823 = { + 0x0d910a, 0x11, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1167, 19, 189, 0x0cff}, + {-1181, 0, 151, 0x0d03}, + {-1178, 19, 196, 0x0000} + } +}; + +StandTile tile_824 = { + 0x0d9109, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1167, 19, 189, 0x0cf7}, + {-1159, 0, 137, 0x0dc2}, + {-1181, 0, 151, 0x0cfb} + } +}; + +StandTile tile_825 = { + 0x0d7d0a, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 0, 163, 0x0d07}, + {-1178, 19, 196, 0x0cfb}, + {-1181, 0, 151, 0x0d5c} + } +}; + +StandTile tile_826 = { + 0x0d7d09, 0x11, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1205, 0, 163, 0x0d64}, + {-1190, 19, 202, 0x0000}, + {-1178, 19, 196, 0x0d03} + } +}; + +StandTile tile_827 = { + 0x0cd408, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1159, 0, 137, 0x0cf7}, + {-1127, 0, 116, 0x0d34}, + {-1159, 0, 125, 0x0dba} + } +}; + +StandTile tile_828 = { + 0x0b0508, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1127, 0, 116, 0x0d13}, + {-1128, 0, 66, 0x0d17}, + {-1162, 0, 70, 0x0d84} + } +}; + +StandTile tile_829 = { + 0x0c0f08, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1127, 0, 116, 0x0000}, + {-1114, 0, 53, 0x0d8a}, + {-1128, 0, 66, 0x0d0f} + } +}; + +StandTile tile_830 = { + 0x0c0e08, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1128, 0, 66, 0x0000}, + {-1145, 0, 58, 0x0d1b}, + {-1162, 0, 70, 0x0d0f} + } +}; + +StandTile tile_831 = { + 0x0c1008, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 4, + 0x0, 0x2, 0x3, + { + {-1145, 0, 58, 0x0000}, + {-1152, 0, 55, 0x0dc6}, + {-1175, 0, 43, 0x0da6}, + {-1162, 0, 70, 0x0d17} + } +}; + +StandTile tile_832 = { + 0x0b0f08, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1264, 0, 205, 0x0d78}, + {-1239, 0, 160, 0x0d74}, + {-1244, 0, 130, 0x0e5e} + } +}; + +StandTile tile_833 = { + 0x0c0108, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1218, 0, 131, 0x0d6c}, + {-1189, 0, 123, 0x0d54}, + {-1244, 0, 130, 0x0d70} + } +}; + +StandTile tile_834 = { + 0x0c000a, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1264, 0, 205, 0x0d2c}, + {-1197, 19, 208, 0x0d60}, + {-1219, 0, 174, 0x0d7c} + } +}; + +StandTile tile_835 = { + 0x0c0009, 0x11, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1264, 0, 205, 0x0cf3}, + {-1219, 19, 223, 0x0000}, + {-1197, 19, 208, 0x0d28} + } +}; + +StandTile tile_836 = { + 0x0c0208, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1181, 0, 151, 0x0dc2}, + {-1189, 0, 123, 0x0d68}, + {-1198, 0, 146, 0x0d5c} + } +}; + +StandTile tile_837 = { + 0x0bfe08, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1127, 0, 116, 0x0d84}, + {-1137, 0, 105, 0x0db6}, + {-1159, 0, 125, 0x0d0b} + } +}; + +StandTile tile_838 = { + 0x0cb408, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1159, 0, 125, 0x0000}, + {-1178, 0, 111, 0x0d3c}, + {-1189, 0, 123, 0x0dba} + } +}; + +StandTile tile_839 = { + 0x0cbd08, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1178, 0, 111, 0x0db2}, + {-1184, 0, 110, 0x0d54}, + {-1189, 0, 123, 0x0d38} + } +}; + +StandTile tile_840 = { + 0x0cb108, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1148, 0, 102, 0x0dbe}, + {-1158, 0, 83, 0x0dae}, + {-1167, 0, 100, 0x0000} + } +}; + +StandTile tile_841 = { + 0x0caf08, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1158, 0, 83, 0x0d48}, + {-1173, 0, 85, 0x0d50}, + {-1184, 0, 110, 0x0dae} + } +}; + +StandTile tile_842 = { + 0x0cb308, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1158, 0, 83, 0x0d84}, + {-1168, 0, 72, 0x0d4c}, + {-1173, 0, 85, 0x0d44} + } +}; + +StandTile tile_843 = { + 0x0cad08, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1168, 0, 72, 0x0d80}, + {-1244, 0, 130, 0x0d50}, + {-1173, 0, 85, 0x0d48} + } +}; + +StandTile tile_844 = { + 0x0d4e08, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1244, 0, 130, 0x0d54}, + {-1184, 0, 110, 0x0d44}, + {-1173, 0, 85, 0x0d4c} + } +}; + +StandTile tile_845 = { + 0x0d4d08, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1244, 0, 130, 0x0d24}, + {-1189, 0, 123, 0x0d3c}, + {-1184, 0, 110, 0x0d50} + } +}; + +StandTile tile_846 = { + 0x0c0b08, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1184, 0, 48, 0x0daa}, + {-1203, 0, 49, 0x0e0a}, + {-1256, 0, 98, 0x0000} + } +}; + +StandTile tile_847 = { + 0x0c0308, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1181, 0, 151, 0x0d30}, + {-1198, 0, 146, 0x0000}, + {-1205, 0, 163, 0x0d03} + } +}; + +StandTile tile_848 = { + 0x0d930a, 0x11, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1190, 19, 202, 0x0d64}, + {-1219, 0, 174, 0x0d28}, + {-1197, 19, 208, 0x0000} + } +}; + +StandTile tile_849 = { + 0x0d9309, 0x11, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1190, 19, 202, 0x0d07}, + {-1205, 0, 163, 0x0000}, + {-1219, 0, 174, 0x0d60} + } +}; + +StandTile tile_850 = { + 0x0c0508, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1198, 0, 146, 0x0d30}, + {-1189, 0, 123, 0x0d6c}, + {-1204, 0, 133, 0x0000} + } +}; + +StandTile tile_851 = { + 0x0c0608, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1218, 0, 131, 0x0000}, + {-1204, 0, 133, 0x0d68}, + {-1189, 0, 123, 0x0d24} + } +}; + +StandTile tile_852 = { + 0x0c0708, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1218, 0, 131, 0x0d24}, + {-1244, 0, 130, 0x0d74}, + {-1232, 0, 143, 0x0000} + } +}; + +StandTile tile_853 = { + 0x0c0808, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1239, 0, 160, 0x0000}, + {-1232, 0, 143, 0x0d70}, + {-1244, 0, 130, 0x0d20} + } +}; + +StandTile tile_854 = { + 0x0c0908, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1264, 0, 205, 0x0d7c}, + {-1233, 0, 173, 0x0000}, + {-1239, 0, 160, 0x0d20} + } +}; + +StandTile tile_855 = { + 0x0c0a08, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1219, 0, 174, 0x0000}, + {-1233, 0, 173, 0x0d78}, + {-1264, 0, 205, 0x0d28} + } +}; + +StandTile tile_856 = { + 0x0c0c08, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1168, 0, 72, 0x0000}, + {-1240, 0, 121, 0x0e06}, + {-1244, 0, 130, 0x0d4c} + } +}; + +StandTile tile_857 = { + 0x0c1108, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x2, + { + {-1127, 0, 116, 0x0d0f}, + {-1162, 0, 70, 0x0d9e}, + {-1168, 0, 72, 0x0d48}, + {-1158, 0, 83, 0x0dbe}, + {-1137, 0, 105, 0x0d34} + } +}; + +StandTile tile_858 = { + 0x0c1208, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1128, 0, 66, 0x0d13}, + {-1114, 0, 53, 0x0d8e}, + {-1120, 0, 49, 0x0000} + } +}; + +StandTile tile_859 = { + 0x0c1308, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1120, 0, 49, 0x0d8a}, + {-1114, 0, 53, 0x0cdf}, + {-1148, 0, 16, 0x0d92} + } +}; + +StandTile tile_860 = { + 0x0c1408, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1148, 0, 16, 0x0d96}, + {-1137, 0, 41, 0x0000}, + {-1120, 0, 49, 0x0d8e} + } +}; + +StandTile tile_861 = { + 0x10bb08, 0x11, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1146, 0, 36, 0x0000}, + {-1137, 0, 41, 0x0d92}, + {-1148, 0, 16, 0x0d9a} + } +}; + +StandTile tile_862 = { + 0x0c1608, 0x11, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1175, 0, 43, 0x0dc6}, + {-1146, 0, 36, 0x0d96}, + {-1148, 0, 16, 0x0da2} + } +}; + +StandTile tile_863 = { + 0x0c1708, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1184, 0, 48, 0x0000}, + {-1168, 0, 72, 0x0d84}, + {-1162, 0, 70, 0x0da6} + } +}; + +StandTile tile_864 = { + 0x0c1808, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1175, 0, 43, 0x0d9a}, + {-1148, 0, 16, 0x0c8f}, + {-1187, 7, -8, 0x0000} + } +}; + +StandTile tile_865 = { + 0x0c1908, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1184, 0, 48, 0x0d9e}, + {-1162, 0, 70, 0x0d1b}, + {-1175, 0, 43, 0x0daa} + } +}; + +StandTile tile_866 = { + 0x0c1a08, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1203, 0, 49, 0x0d58}, + {-1184, 0, 48, 0x0da6}, + {-1175, 0, 43, 0x0000} + } +}; + +StandTile tile_867 = { + 0x0cb708, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1184, 0, 110, 0x0db2}, + {-1167, 0, 100, 0x0d40}, + {-1158, 0, 83, 0x0d44} + } +}; + +StandTile tile_868 = { + 0x0cbc08, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1184, 0, 110, 0x0d3c}, + {-1178, 0, 111, 0x0000}, + {-1167, 0, 100, 0x0dae} + } +}; + +StandTile tile_869 = { + 0x0cd008, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1137, 0, 105, 0x0dbe}, + {-1148, 0, 102, 0x0000}, + {-1159, 0, 125, 0x0d34} + } +}; + +StandTile tile_870 = { + 0x0cd608, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1159, 0, 137, 0x0d0b}, + {-1159, 0, 125, 0x0d38}, + {-1189, 0, 123, 0x0dc2} + } +}; + +StandTile tile_871 = { + 0x0cd308, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1158, 0, 83, 0x0d40}, + {-1148, 0, 102, 0x0db6}, + {-1137, 0, 105, 0x0d84} + } +}; + +StandTile tile_872 = { + 0x0d3408, 0x11, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1159, 0, 137, 0x0dba}, + {-1189, 0, 123, 0x0d30}, + {-1181, 0, 151, 0x0cff} + } +}; + +StandTile tile_873 = { + 0x0d6e08, 0x11, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1152, 0, 55, 0x0000}, + {-1146, 0, 36, 0x0d9a}, + {-1175, 0, 43, 0x0d1b} + } +}; + +StandTile tile_874 = { + 0x0b7608, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1381, 0, 4, 0x0dce}, + {-1353, 0, 16, 0x0000}, + {-1345, 0, -1, 0x0f1a} + } +}; + +StandTile tile_875 = { + 0x0c3308, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1381, 0, 4, 0x0e1a}, + {-1324, 0, 36, 0x0dd2}, + {-1353, 0, 16, 0x0dca} + } +}; + +StandTile tile_876 = { + 0x0c3408, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1324, 0, 36, 0x0e36}, + {-1307, 0, 37, 0x0000}, + {-1353, 0, 16, 0x0dce} + } +}; + +StandTile tile_877 = { + 0x0c3208, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1307, 0, 37, 0x0e3a}, + {-1291, 0, 24, 0x0e8c}, + {-1299, 0, 20, 0x0000} + } +}; + +StandTile tile_878 = { + 0x0c2508, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1381, 0, 4, 0x0dde}, + {-1356, 0, 145, 0x0e1e}, + {-1356, 0, 99, 0x0e1a} + } +}; + +StandTile tile_879 = { + 0x0b7708, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1381, 0, 4, 0x0df2}, + {-1384, 0, 107, 0x0dee}, + {-1356, 0, 145, 0x0dda} + } +}; + +StandTile tile_880 = { + 0x0beb08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1411, 0, 118, 0x0df6}, + {-1415, 0, 142, 0x0e66}, + {-1356, 0, 145, 0x0dee} + } +}; + +StandTile tile_881 = { + 0x0b7f08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1299, 0, 172, 0x0e5e}, + {-1244, 0, 130, 0x0e06}, + {-1256, 0, 98, 0x0e0e} + } +}; + +StandTile tile_882 = { + 0x0c2008, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1257, 0, 84, 0x0e12}, + {-1215, 0, -5, 0x0e16}, + {-1246, 0, 45, 0x0e2e} + } +}; + +StandTile tile_883 = { + 0x0bec08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1356, 0, 145, 0x0dde}, + {-1384, 0, 107, 0x0000}, + {-1411, 0, 118, 0x0de2} + } +}; + +StandTile tile_884 = { + 0x0bed08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1384, 0, 107, 0x0dde}, + {-1381, 0, 4, 0x0e02}, + {-1395, 0, 79, 0x0000} + } +}; + +StandTile tile_885 = { + 0x0bee08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1415, 0, 142, 0x0de2}, + {-1411, 0, 118, 0x0dfa}, + {-1430, 0, 95, 0x0e7c} + } +}; + +StandTile tile_886 = { + 0x0bef08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1411, 0, 118, 0x0000}, + {-1422, 0, 90, 0x0dfe}, + {-1430, 0, 95, 0x0df6} + } +}; + +StandTile tile_887 = { + 0x0bf008, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1430, 0, 95, 0x0dfa}, + {-1422, 0, 90, 0x0e02}, + {-1381, 0, 4, 0x0e74} + } +}; + +StandTile tile_888 = { + 0x0bf108, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1422, 0, 90, 0x0000}, + {-1395, 0, 79, 0x0df2}, + {-1381, 0, 4, 0x0dfe} + } +}; + +StandTile tile_889 = { + 0x0c0d08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1244, 0, 130, 0x0d80}, + {-1240, 0, 121, 0x0000}, + {-1256, 0, 98, 0x0de6} + } +}; + +StandTile tile_890 = { + 0x0c1b08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1256, 0, 98, 0x0d58}, + {-1203, 0, 49, 0x0000}, + {-1215, 0, -5, 0x0e12} + } +}; + +StandTile tile_891 = { + 0x0c1e08, 0x10, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1299, 0, 172, 0x0de6}, + {-1256, 0, 98, 0x0e12}, + {-1257, 0, 84, 0x0e5a} + } +}; + +StandTile tile_892 = { + 0x0d2908, 0x10, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1256, 0, 98, 0x0e0a}, + {-1215, 0, -5, 0x0dea}, + {-1257, 0, 84, 0x0e0e} + } +}; + +StandTile tile_893 = { + 0x0c5708, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1246, 0, 45, 0x0dea}, + {-1215, 0, -5, 0x0e42}, + {-1245, 0, 39, 0x0e62} + } +}; + +StandTile tile_894 = { + 0x0c2608, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1381, 0, 4, 0x0dda}, + {-1356, 0, 99, 0x0000}, + {-1324, 0, 36, 0x0dce} + } +}; + +StandTile tile_895 = { + 0x0c2708, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1356, 0, 99, 0x0dda}, + {-1356, 0, 145, 0x0e22}, + {-1330, 0, 112, 0x0000} + } +}; + +StandTile tile_896 = { + 0x0c2808, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1281, 0, 73, 0x0e26}, + {-1330, 0, 112, 0x0e1e}, + {-1356, 0, 145, 0x0e56} + } +}; + +StandTile tile_897 = { + 0x0c2908, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1281, 0, 73, 0x0e2a}, + {-1306, 0, 65, 0x0000}, + {-1330, 0, 112, 0x0e22} + } +}; + +StandTile tile_898 = { + 0x0ca608, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1281, 0, 73, 0x0000}, + {-1299, 0, 55, 0x0e52}, + {-1306, 0, 65, 0x0e26} + } +}; + +StandTile tile_899 = { + 0x0c2a08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1246, 0, 45, 0x0e62}, + {-1253, 0, 62, 0x0e32}, + {-1257, 0, 84, 0x0dea} + } +}; + +StandTile tile_900 = { + 0x0c9108, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1281, 0, 73, 0x0e5a}, + {-1257, 0, 84, 0x0e2e}, + {-1253, 0, 62, 0x0e46} + } +}; + +StandTile tile_901 = { + 0x0c2d08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1299, 0, 41, 0x0e3a}, + {-1307, 0, 37, 0x0dd2}, + {-1324, 0, 36, 0x0e3e} + } +}; + +StandTile tile_902 = { + 0x0c3008, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1299, 0, 41, 0x0000}, + {-1291, 0, 24, 0x0dd6}, + {-1307, 0, 37, 0x0e36} + } +}; + +StandTile tile_903 = { + 0x0c2e08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 0, 49, 0x0000}, + {-1299, 0, 41, 0x0e36}, + {-1324, 0, 36, 0x0000} + } +}; + +StandTile tile_904 = { + 0x0c6008, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1215, 0, -5, 0x0e90}, + {-1285, 0, 20, 0x0000}, + {-1245, 0, 39, 0x0e16} + } +}; + +StandTile tile_905 = { + 0x0c9a08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1278, 0, 63, 0x0000}, + {-1281, 0, 73, 0x0e32}, + {-1253, 0, 62, 0x0e4e} + } +}; + +StandTile tile_906 = { + 0x0c9c08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1273, 0, 55, 0x0e4e}, + {-1253, 0, 62, 0x0000}, + {-1272, 0, 53, 0x0000} + } +}; + +StandTile tile_907 = { + 0x0ca108, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1253, 0, 62, 0x0e4a}, + {-1273, 0, 55, 0x0000}, + {-1278, 0, 63, 0x0e46} + } +}; + +StandTile tile_908 = { + 0x0ca808, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1306, 0, 65, 0x0e2a}, + {-1299, 0, 55, 0x0000}, + {-1298, 0, 49, 0x0000} + } +}; + +StandTile tile_909 = { + 0x0d2e08, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1356, 0, 145, 0x0e70}, + {-1299, 0, 172, 0x0e5a}, + {-1281, 0, 73, 0x0e22} + } +}; + +StandTile tile_910 = { + 0x0d2f08, 0x10, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1299, 0, 172, 0x0e0e}, + {-1257, 0, 84, 0x0e32}, + {-1281, 0, 73, 0x0e56} + } +}; + +StandTile tile_911 = { + 0x0d3008, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1299, 0, 172, 0x0cef}, + {-1264, 0, 205, 0x0d20}, + {-1244, 0, 130, 0x0de6} + } +}; + +StandTile tile_912 = { + 0x0d3208, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1246, 0, 45, 0x0e16}, + {-1245, 0, 39, 0x0000}, + {-1253, 0, 62, 0x0e2e} + } +}; + +StandTile tile_913 = { + 0x03fe08, 0x10, + 0x0, + 0x3, 0x5, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1356, 0, 145, 0x0de2}, + {-1415, 0, 142, 0x0fcd}, + {-1445, 27, 205, 0x0e6a} + } +}; + +StandTile tile_914 = { + 0x03e708, 0x10, + 0x0, + 0x3, 0x5, 0x7, + 5, + 0x0, 0x1, 0x2, + { + {-1352, 27, 265, 0x0e70}, + {-1356, 0, 145, 0x0e66}, + {-1445, 27, 205, 0x0fb5}, + {-1422, 27, 220, 0x0fb1}, + {-1375, 27, 250, 0x0fa5} + } +}; + +StandTile tile_915 = { + 0x03e608, 0x10, + 0x0, + 0x3, 0x5, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1352, 27, 265, 0x0ceb}, + {-1299, 0, 172, 0x0e56}, + {-1356, 0, 145, 0x0e6a} + } +}; + +StandTile tile_916 = { + 0x04060a, 0x10, + 0x0, + 0x3, 0x4, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 29, -10, 0x0e78}, + {-1430, 0, 95, 0x0dfe}, + {-1381, 0, 4, 0x0ef9} + } +}; + +StandTile tile_917 = { + 0x040609, 0x10, + 0x0, + 0x3, 0x4, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 29, -10, 0x0000}, + {-1476, 33, 128, 0x0e7c}, + {-1430, 0, 95, 0x0e74} + } +}; + +StandTile tile_918 = { + 0x041708, 0x10, + 0x0, + 0x3, 0x4, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1415, 0, 142, 0x0df6}, + {-1430, 0, 95, 0x0e78}, + {-1476, 33, 128, 0x0e80} + } +}; + +StandTile tile_919 = { + 0x03f808, 0x10, + 0x0, + 0x3, 0x4, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1415, 0, 142, 0x0e7c}, + {-1476, 33, 128, 0x0000}, + {-1496, 26, 159, 0x0fcd} + } +}; + +StandTile tile_920 = { + 0x10a708, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1358, 0, -122, 0x0ec0}, + {-1315, 0, -91, 0x0e9c}, + {-1281, 2, -87, 0x0f77} + } +}; + +StandTile tile_921 = { + 0x10a608, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1280, 1, -74, 0x0e9c}, + {-1315, 0, -91, 0x0ec8}, + {-1285, 0, -59, 0x0ecc} + } +}; + +StandTile tile_922 = { + 0x0c3108, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1291, 0, 24, 0x0f15}, + {-1292, 0, 21, 0x0f1f}, + {-1299, 0, 20, 0x0dd6} + } +}; + +StandTile tile_923 = { + 0x0c2108, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1285, 0, 20, 0x0e42}, + {-1215, 0, -5, 0x0ee9}, + {-1256, 0, -3, 0x0f15} + } +}; + +StandTile tile_924 = { + 0x0b9c08, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 0, -51, 0x0e98}, + {-1266, 0, -42, 0x0f33}, + {-1260, 0, -24, 0x0ebc} + } +}; + +StandTile tile_925 = { + 0x0c6408, 0x0f, + 0x0, + 0xf, 0xf, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 0, -51, 0x0ee0}, + {-1272, 0, -60, 0x0f2f}, + {-1266, 0, -42, 0x0e94} + } +}; + +StandTile tile_926 = { + 0x0b9208, 0x0f, + 0x0, + 0xf, 0xf, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1315, 0, -91, 0x0e88}, + {-1280, 1, -74, 0x0000}, + {-1281, 2, -87, 0x0e84} + } +}; + +StandTile tile_927 = { + 0x0c6b08, 0x0f, + 0x0, + 0xd, 0xd, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1272, 0, -60, 0x0f37}, + {-1269, 0, -70, 0x0000}, + {-1280, 1, -74, 0x0ed0} + } +}; + +StandTile tile_928 = { + 0x0c6c08, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1255, 0, -68, 0x0ee0}, + {-1238, 0, -76, 0x0ea8}, + {-1269, 0, -70, 0x0f37} + } +}; + +StandTile tile_929 = { + 0x0c6d08, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1238, 0, -76, 0x0f7f}, + {-1271, 1, -90, 0x0000}, + {-1269, 0, -70, 0x0ea4} + } +}; + +StandTile tile_930 = { + 0x0b9408, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1381, 0, 4, 0x0f1a}, + {-1276, 0, -36, 0x0f53}, + {-1281, 0, -49, 0x0f57} + } +}; + +StandTile tile_931 = { + 0x0b9508, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1254, 0, -113, 0x0f9f}, + {-1280, 0, -115, 0x0f6b}, + {-1238, 0, -76, 0x0f97} + } +}; + +StandTile tile_932 = { + 0x0c8308, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1280, 0, -115, 0x0f9f}, + {-1332, 0, -120, 0x0f6f}, + {-1284, 1, -110, 0x0f63} + } +}; + +StandTile tile_933 = { + 0x0c8108, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1332, 0, -120, 0x0f9f}, + {-1358, 0, -122, 0x0f77}, + {-1286, 2, -106, 0x0f6f} + } +}; + +StandTile tile_934 = { + 0x0b9708, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 0, -51, 0x0e94}, + {-1260, 0, -24, 0x0ee9}, + {-1215, 0, -5, 0x0eed} + } +}; + +StandTile tile_935 = { + 0x0b9808, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1358, 0, -122, 0x0ef1}, + {-1369, 0, -59, 0x0f05}, + {-1315, 0, -91, 0x0e84} + } +}; + +StandTile tile_936 = { + 0x0bf208, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 0, -50, 0x0f5f}, + {-1294, 0, -55, 0x0ec8}, + {-1315, 0, -91, 0x0f05} + } +}; + +StandTile tile_937 = { + 0x0c7508, 0x0f, + 0x0, + 0xf, 0xf, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1294, 0, -55, 0x0f3f}, + {-1285, 0, -59, 0x0e88}, + {-1315, 0, -91, 0x0ec4} + } +}; + +StandTile tile_938 = { + 0x0c7608, 0x0f, + 0x0, + 0xf, 0xe, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1285, 0, -59, 0x0000}, + {-1281, 0, -61, 0x0ed0}, + {-1280, 1, -74, 0x0e88} + } +}; + +StandTile tile_939 = { + 0x0c7808, 0x0f, + 0x0, + 0xf, 0xe, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1281, 0, -61, 0x0f43}, + {-1272, 0, -60, 0x0ea0}, + {-1280, 1, -74, 0x0ecc} + } +}; + +StandTile tile_940 = { + 0x0bf308, 0x0f, + 0x0, + 0xf, 0xf, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1315, 0, -42, 0x0f01}, + {-1326, 0, -27, 0x0f5b}, + {-1285, 0, -51, 0x0f3b} + } +}; + +StandTile tile_941 = { + 0x0bf408, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1373, 0, -27, 0x0f0d}, + {-1381, 0, 4, 0x0edc}, + {-1344, 0, -35, 0x0000} + } +}; + +StandTile tile_942 = { + 0x0bf508, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1381, 0, 4, 0x0f57}, + {-1326, 0, -27, 0x0f01}, + {-1344, 0, -35, 0x0ed8} + } +}; + +StandTile tile_943 = { + 0x0b9a08, 0x0f, + 0x0, + 0xf, 0xf, 0xd, + 4, + 0x0, 0x1, 0x2, + { + {-1272, 0, -60, 0x0e98}, + {-1241, 0, -51, 0x0f8b}, + {-1238, 0, -76, 0x0ea4}, + {-1255, 0, -68, 0x0f37} + } +}; + +StandTile tile_944 = { + 0x0b9b08, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1264, 0, -8, 0x0f2b}, + {-1256, 0, -3, 0x0ee9}, + {-1260, 0, -24, 0x0000} + } +}; + +StandTile tile_945 = { + 0x0c1f08, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1256, 0, -3, 0x0e90}, + {-1215, 0, -5, 0x0ebc}, + {-1260, 0, -24, 0x0ee5} + } +}; + +StandTile tile_946 = { + 0x0ac908, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1206, 24, -51, 0x0f8f}, + {-1241, 0, -51, 0x0ebc}, + {-1215, 0, -5, 0x0cc7} + } +}; + +StandTile tile_947 = { + 0x0bf908, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 29, -10, 0x0ef5}, + {-1369, 0, -59, 0x0ec0}, + {-1358, 0, -122, 0x0000} + } +}; + +StandTile tile_948 = { + 0x0bfc08, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 29, -10, 0x0ef9}, + {-1375, 0, -36, 0x0f09}, + {-1369, 0, -59, 0x0ef1} + } +}; + +StandTile tile_949 = { + 0x0bfd08, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1412, 29, -10, 0x0e74}, + {-1381, 0, 4, 0x0f0d}, + {-1375, 0, -36, 0x0ef5} + } +}; + +StandTile tile_950 = { + 0x0bf608, 0x0f, + 0x0, + 0xf, 0xf, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1286, 0, -55, 0x0f5f}, + {-1317, 0, -50, 0x0000}, + {-1315, 0, -42, 0x0f3b} + } +}; + +StandTile tile_951 = { + 0x0bf708, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1315, 0, -42, 0x0000}, + {-1344, 0, -35, 0x0edc}, + {-1326, 0, -27, 0x0ed4} + } +}; + +StandTile tile_952 = { + 0x0bf808, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1369, 0, -59, 0x0f09}, + {-1317, 0, -50, 0x0ec4}, + {-1315, 0, -91, 0x0ec0} + } +}; + +StandTile tile_953 = { + 0x0bfa08, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1317, 0, -50, 0x0f05}, + {-1369, 0, -59, 0x0ef5}, + {-1375, 0, -36, 0x0000} + } +}; + +StandTile tile_954 = { + 0x0bfb08, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1373, 0, -27, 0x0000}, + {-1375, 0, -36, 0x0ef9}, + {-1381, 0, 4, 0x0ed8} + } +}; + +StandTile tile_955 = { + 0x0c2308, 0x0f, + 0x0, + 0xb, 0xa, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1272, 0, -60, 0x0f4b}, + {-1276, 0, -36, 0x0000}, + {-1269, 0, -37, 0x0f2f} + } +}; + +StandTile tile_956 = { + 0x0c2408, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-1256, 0, -3, 0x0f2b}, + {-1292, 0, 21, 0x0e8c}, + {-1291, 0, 24, 0x0000}, + {-1285, 0, 20, 0x0e90} + } +}; + +StandTile tile_957 = { + 0x0c3508, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-1381, 0, 4, 0x0dca}, + {-1345, 0, -1, 0x0f27}, + {-1293, 0, -27, 0x0000}, + {-1276, 0, -36, 0x0eac} + } +}; + +StandTile tile_958 = { + 0x0c3608, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1299, 0, 20, 0x0e8c}, + {-1292, 0, 21, 0x0000}, + {-1315, 0, 6, 0x0f23} + } +}; + +StandTile tile_959 = { + 0x0c3908, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1345, 0, -1, 0x0000}, + {-1299, 0, 20, 0x0f1f}, + {-1315, 0, 6, 0x0f27} + } +}; + +StandTile tile_960 = { + 0x0c3b08, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1345, 0, -1, 0x0f23}, + {-1315, 0, 6, 0x0000}, + {-1293, 0, -27, 0x0f1a} + } +}; + +StandTile tile_961 = { + 0x0c5008, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1256, 0, -3, 0x0ee5}, + {-1264, 0, -8, 0x0000}, + {-1292, 0, 21, 0x0f15} + } +}; + +StandTile tile_962 = { + 0x0c6508, 0x0f, + 0x0, + 0xd, 0xd, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1266, 0, -42, 0x0e98}, + {-1272, 0, -60, 0x0f11}, + {-1269, 0, -37, 0x0f33} + } +}; + +StandTile tile_963 = { + 0x0c6908, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1266, 0, -42, 0x0f2f}, + {-1269, 0, -37, 0x0000}, + {-1260, 0, -24, 0x0e94} + } +}; + +StandTile tile_964 = { + 0x0c6f08, 0x0f, + 0x0, + 0xd, 0xd, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1255, 0, -68, 0x0ea4}, + {-1269, 0, -70, 0x0ea0}, + {-1272, 0, -60, 0x0ee0} + } +}; + +StandTile tile_965 = { + 0x0c7408, 0x0f, + 0x0, + 0xf, 0xe, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1315, 0, -42, 0x0ed4}, + {-1285, 0, -51, 0x0000}, + {-1286, 0, -55, 0x0efd} + } +}; + +StandTile tile_966 = { + 0x0c7708, 0x0f, + 0x0, + 0xf, 0xe, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1294, 0, -55, 0x0f5f}, + {-1286, 0, -55, 0x0000}, + {-1285, 0, -59, 0x0ec8} + } +}; + +StandTile tile_967 = { + 0x0c7908, 0x0f, + 0x0, + 0xe, 0xd, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1272, 0, -60, 0x0ed0}, + {-1281, 0, -61, 0x0000}, + {-1277, 0, -59, 0x0f47} + } +}; + +StandTile tile_968 = { + 0x0c7a08, 0x0f, + 0x0, + 0xe, 0xd, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1272, 0, -60, 0x0f43}, + {-1277, 0, -59, 0x0000}, + {-1275, 0, -55, 0x0f4b} + } +}; + +StandTile tile_969 = { + 0x0c7b08, 0x0f, + 0x0, + 0xc, 0xc, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1275, 0, -55, 0x0f4f}, + {-1276, 0, -36, 0x0f11}, + {-1272, 0, -60, 0x0f47} + } +}; + +StandTile tile_970 = { + 0x0c7c08, 0x0f, + 0x0, + 0xc, 0xc, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1277, 0, -51, 0x0f53}, + {-1276, 0, -36, 0x0f4b}, + {-1275, 0, -55, 0x0000} + } +}; + +StandTile tile_971 = { + 0x0c7d08, 0x0f, + 0x0, + 0xb, 0xa, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1277, 0, -51, 0x0000}, + {-1281, 0, -49, 0x0eac}, + {-1276, 0, -36, 0x0f4f} + } +}; + +StandTile tile_972 = { + 0x0c7e08, 0x0f, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1381, 0, 4, 0x0eac}, + {-1281, 0, -49, 0x0f5b}, + {-1326, 0, -27, 0x0edc} + } +}; + +StandTile tile_973 = { + 0x0d5e08, 0x0f, + 0x0, + 0xd, 0xd, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-1281, 0, -49, 0x0000}, + {-1285, 0, -51, 0x0ed4}, + {-1326, 0, -27, 0x0f57} + } +}; + +StandTile tile_974 = { + 0x0c7f08, 0x0f, + 0x0, + 0xf, 0xf, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1286, 0, -55, 0x0f3f}, + {-1294, 0, -55, 0x0ec4}, + {-1317, 0, -50, 0x0efd} + } +}; + +StandTile tile_975 = { + 0x0c8408, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1280, 0, -115, 0x0eb4}, + {-1284, 1, -110, 0x0000}, + {-1279, 0, -112, 0x0f67} + } +}; + +StandTile tile_976 = { + 0x0c8508, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1275, 0, -109, 0x0f6b}, + {-1280, 0, -115, 0x0f63}, + {-1279, 0, -112, 0x0000} + } +}; + +StandTile tile_977 = { + 0x0c8608, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1238, 0, -76, 0x0eb0}, + {-1280, 0, -115, 0x0f67}, + {-1275, 0, -109, 0x0f73} + } +}; + +StandTile tile_978 = { + 0x0c8708, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1332, 0, -120, 0x0eb8}, + {-1286, 2, -106, 0x0000}, + {-1284, 1, -110, 0x0eb4} + } +}; + +StandTile tile_979 = { + 0x0c8808, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1275, 0, -109, 0x0000}, + {-1274, 0, -104, 0x0f7b}, + {-1238, 0, -76, 0x0f6b} + } +}; + +StandTile tile_980 = { + 0x0c8908, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1358, 0, -122, 0x0e84}, + {-1281, 2, -87, 0x0000}, + {-1286, 2, -106, 0x0eb8} + } +}; + +StandTile tile_981 = { + 0x0c8c08, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1274, 0, -104, 0x0000}, + {-1272, 1, -96, 0x0f7f}, + {-1238, 0, -76, 0x0f73} + } +}; + +StandTile tile_982 = { + 0x0c8d08, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1272, 1, -96, 0x0000}, + {-1271, 1, -90, 0x0ea8}, + {-1238, 0, -76, 0x0f7b} + } +}; + +StandTile tile_983 = { + 0x03df08, 0x0f, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1219, 0, -162, 0x0f87}, + {-1200, 2, -109, 0x0f9b}, + {-1208, 11, -179, 0x0000} + } +}; + +StandTile tile_984 = { + 0x03e308, 0x0f, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1200, 2, -109, 0x0f83}, + {-1219, 0, -162, 0x0f9f}, + {-1254, 0, -113, 0x0f97} + } +}; + +StandTile tile_985 = { + 0x03ee08, 0x0f, + 0x0, + 0x4, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 0, -51, 0x0f8f}, + {-1202, 23, -71, 0x0f93}, + {-1238, 0, -76, 0x0ee0} + } +}; + +StandTile tile_986 = { + 0x0abe08, 0x0f, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1241, 0, -51, 0x0eed}, + {-1206, 24, -51, 0x0c97}, + {-1202, 23, -71, 0x0f8b} + } +}; + +StandTile tile_987 = { + 0x041008, 0x0f, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1200, 2, -109, 0x0f97}, + {-1238, 0, -76, 0x0f8b}, + {-1202, 23, -71, 0x0ce3} + } +}; + +StandTile tile_988 = { + 0x041108, 0x0f, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1200, 2, -109, 0x0f87}, + {-1254, 0, -113, 0x0eb0}, + {-1238, 0, -76, 0x0f93} + } +}; + +StandTile tile_989 = { + 0x049308, 0x0f, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1200, 2, -109, 0x0c6f}, + {-1192, 2, -154, 0x0000}, + {-1208, 11, -179, 0x0f83} + } +}; + +StandTile tile_990 = { + 0x03d508, 0x0f, + 0x0, + 0x3, 0x5, 0x7, + 5, + 0x0, 0x1, 0x4, + { + {-1219, 0, -162, 0x0000}, + {-1358, 0, -122, 0x0eb8}, + {-1332, 0, -120, 0x0eb4}, + {-1280, 0, -115, 0x0eb0}, + {-1254, 0, -113, 0x0f87} + } +}; + +StandTile tile_991 = { + 0x03e508, 0x0e, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1352, 27, 265, 0x0e6a}, + {-1375, 27, 250, 0x0fa9}, + {-1409, 93, 453, 0x0000} + } +}; + +StandTile tile_992 = { + 0x060108, 0x0e, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1375, 27, 250, 0x0fad}, + {-1466, 66, 396, 0x1043}, + {-1409, 93, 453, 0x0fa5} + } +}; + +StandTile tile_993 = { + 0x05f50a, 0x0d, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1375, 27, 250, 0x0fb1}, + {-1580, 65, 281, 0x0fb9}, + {-1466, 66, 396, 0x0fa9} + } +}; + +StandTile tile_994 = { + 0x05f509, 0x0d, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1375, 27, 250, 0x0e6a}, + {-1422, 27, 220, 0x0fb5}, + {-1580, 65, 281, 0x0fad} + } +}; + +StandTile tile_995 = { + 0x05f208, 0x0d, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1422, 27, 220, 0x0e6a}, + {-1445, 27, 205, 0x0fd1}, + {-1580, 65, 281, 0x0fb1} + } +}; + +StandTile tile_996 = { + 0x05f808, 0x0d, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1561, 86, 405, 0x1043}, + {-1466, 66, 396, 0x0fad}, + {-1580, 65, 281, 0x0fd5} + } +}; + +StandTile tile_997 = { + 0x04f108, 0x0d, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1806, 93, 244, 0x108b}, + {-1714, 93, 532, 0x1037}, + {-1645, 93, 415, 0x0fc5} + } +}; + +StandTile tile_998 = { + 0x04e80a, 0x0d, + 0x0, + 0x4, 0x5, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1636, 93, 224, 0x0fc5}, + {-1645, 93, 415, 0x103f}, + {-1561, 86, 405, 0x0fd5} + } +}; + +StandTile tile_999 = { + 0x04e809, 0x0d, + 0x0, + 0x4, 0x5, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1636, 93, 224, 0x0000}, + {-1806, 93, 244, 0x0fbd}, + {-1645, 93, 415, 0x0fc1} + } +}; + +StandTile tile_1000 = { + 0x03fc0a, 0x0d, + 0x0, + 0x3, 0x5, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1445, 27, 205, 0x0fcd}, + {-1496, 26, 159, 0x0000}, + {-1636, 93, 224, 0x0fd1} + } +}; + +StandTile tile_1001 = { + 0x03fc09, 0x0d, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1445, 27, 205, 0x0e66}, + {-1415, 0, 142, 0x0e80}, + {-1496, 26, 159, 0x0fc9} + } +}; + +StandTile tile_1002 = { + 0x05fe08, 0x0d, + 0x0, + 0x3, 0x5, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1445, 27, 205, 0x0fc9}, + {-1636, 93, 224, 0x0fd5}, + {-1580, 65, 281, 0x0fb5} + } +}; + +StandTile tile_1003 = { + 0x04e508, 0x0d, + 0x0, + 0x4, 0x5, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1636, 93, 224, 0x0fc1}, + {-1561, 86, 405, 0x0fb9}, + {-1580, 65, 281, 0x0fd1} + } +}; + +StandTile tile_1004 = { + 0x109c08, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1645, 93, 415, 0x0ff1}, + {-1606, 90, 465, 0x0fdd}, + {-1496, 93, 576, 0x103f} + } +}; + +StandTile tile_1005 = { + 0x109b08, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1606, 90, 465, 0x0000}, + {-1601, 90, 478, 0x102f}, + {-1496, 93, 576, 0x0fd9} + } +}; + +StandTile tile_1006 = { + 0x109a08, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1612, 90, 515, 0x0ffe}, + {-1590, 92, 524, 0x0000}, + {-1625, 92, 506, 0x0ff9} + } +}; + +StandTile tile_1007 = { + 0x109908, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1576, 93, 514, 0x0fed}, + {-1615, 90, 484, 0x0fe9}, + {-1622, 93, 490, 0x0000} + } +}; + +StandTile tile_1008 = { + 0x109808, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1622, 93, 490, 0x0fe5}, + {-1615, 90, 484, 0x0000}, + {-1620, 90, 470, 0x1033} + } +}; + +StandTile tile_1009 = { + 0x109708, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1576, 93, 514, 0x102f}, + {-1601, 90, 478, 0x0000}, + {-1615, 90, 484, 0x0fe5} + } +}; + +StandTile tile_1010 = { + 0x109608, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1620, 90, 470, 0x0000}, + {-1606, 90, 465, 0x0fd9}, + {-1645, 93, 415, 0x1033} + } +}; + +StandTile tile_1011 = { + 0x109508, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1628, 93, 503, 0x0000}, + {-1622, 93, 490, 0x1033}, + {-1645, 93, 415, 0x1037} + } +}; + +StandTile tile_1012 = { + 0x109408, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x2, 0x3, + { + {-1612, 90, 515, 0x0fe1}, + {-1625, 92, 506, 0x0000}, + {-1628, 93, 503, 0x101b}, + {-1626, 90, 520, 0x0000} + } +}; + +StandTile tile_1013 = { + 0x109308, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 4, + 0x0, 0x2, 0x3, + { + {-1583, 93, 527, 0x0000}, + {-1590, 92, 524, 0x0fe1}, + {-1612, 90, 515, 0x0000}, + {-1607, 90, 529, 0x1007} + } +}; + +StandTile tile_1014 = { + 0x109208, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1583, 93, 527, 0x1007}, + {-1551, 93, 565, 0x1023}, + {-1496, 93, 576, 0x101f} + } +}; + +StandTile tile_1015 = { + 0x109108, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1551, 93, 565, 0x1003}, + {-1583, 93, 527, 0x0ffe}, + {-1607, 90, 529, 0x100b} + } +}; + +StandTile tile_1016 = { + 0x109008, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1551, 93, 565, 0x1007}, + {-1607, 90, 529, 0x0000}, + {-1620, 90, 534, 0x100f} + } +}; + +StandTile tile_1017 = { + 0x108f08, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1551, 93, 565, 0x100b}, + {-1620, 90, 534, 0x1013}, + {-1660, 93, 543, 0x1027} + } +}; + +StandTile tile_1018 = { + 0x108e08, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1714, 93, 532, 0x102b}, + {-1660, 93, 543, 0x100f}, + {-1620, 90, 534, 0x1017} + } +}; + +StandTile tile_1019 = { + 0x108a08, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1714, 93, 532, 0x1013}, + {-1620, 90, 534, 0x0000}, + {-1626, 90, 520, 0x101b} + } +}; + +StandTile tile_1020 = { + 0x108908, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1626, 90, 520, 0x0ff9}, + {-1628, 93, 503, 0x1037}, + {-1714, 93, 532, 0x1017} + } +}; + +StandTile tile_1021 = { + 0x108808, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1496, 93, 576, 0x102f}, + {-1576, 93, 514, 0x0000}, + {-1583, 93, 527, 0x1003} + } +}; + +StandTile tile_1022 = { + 0x108c08, 0x0c, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1623, 93, 820, 0x0000}, + {-1496, 93, 576, 0x1003}, + {-1551, 93, 565, 0x1027} + } +}; + +StandTile tile_1023 = { + 0x108d08, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1623, 93, 820, 0x1023}, + {-1551, 93, 565, 0x100f}, + {-1660, 93, 543, 0x102b} + } +}; + +StandTile tile_1024 = { + 0x108308, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1714, 93, 532, 0x10a7}, + {-1623, 93, 820, 0x1027}, + {-1660, 93, 543, 0x1013} + } +}; + +StandTile tile_1025 = { + 0x108408, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1576, 93, 514, 0x101f}, + {-1496, 93, 576, 0x0fdd}, + {-1601, 90, 478, 0x0fed} + } +}; + +StandTile tile_1026 = { + 0x108708, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1622, 93, 490, 0x0fe9}, + {-1620, 90, 470, 0x0ff1}, + {-1645, 93, 415, 0x0ff5} + } +}; + +StandTile tile_1027 = { + 0x108108, 0x0c, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1714, 93, 532, 0x101b}, + {-1628, 93, 503, 0x0ff5}, + {-1645, 93, 415, 0x0fbd} + } +}; + +StandTile tile_1028 = { + 0x05d708, 0x0c, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1561, 86, 405, 0x103f}, + {-1496, 93, 576, 0x0000}, + {-1409, 93, 453, 0x1043} + } +}; + +StandTile tile_1029 = { + 0x05d608, 0x0c, + 0x0, + 0x3, 0x5, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1645, 93, 415, 0x0fd9}, + {-1496, 93, 576, 0x103b}, + {-1561, 86, 405, 0x0fc1} + } +}; + +StandTile tile_1030 = { + 0x05fb08, 0x0c, + 0x0, + 0x3, 0x5, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1561, 86, 405, 0x103b}, + {-1409, 93, 453, 0x0fa9}, + {-1466, 66, 396, 0x0fb9} + } +}; + +StandTile tile_1031 = { + 0x10ac08, 0x0b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2086, 93, 513, 0x0000}, + {-2101, 93, 520, 0x10b7}, + {-2078, 93, 587, 0x104b} + } +}; + +StandTile tile_1032 = { + 0x10aa08, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2063, 93, 581, 0x108f}, + {-2086, 93, 513, 0x1047}, + {-2078, 93, 587, 0x0000} + } +}; + +StandTile tile_1033 = { + 0x107e08, 0x0b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1889, 93, 592, 0x105f}, + {-1840, 93, 656, 0x1063}, + {-1696, 93, 804, 0x10ab} + } +}; + +StandTile tile_1034 = { + 0x107d08, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1889, 93, 677, 0x0000}, + {-1853, 93, 642, 0x105f}, + {-1889, 93, 592, 0x106b} + } +}; + +StandTile tile_1035 = { + 0x107c08, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1840, 93, 656, 0x0000}, + {-1876, 93, 691, 0x1067}, + {-1806, 93, 804, 0x1063} + } +}; + +StandTile tile_1036 = { + 0x107b08, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1926, 93, 757, 0x1067}, + {-1876, 93, 691, 0x0000}, + {-1889, 93, 677, 0x106b} + } +}; + +StandTile tile_1037 = { + 0x107908, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1840, 93, 656, 0x104f}, + {-1889, 93, 592, 0x1053}, + {-1853, 93, 642, 0x0000} + } +}; + +StandTile tile_1038 = { + 0x107808, 0x0b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1806, 93, 804, 0x0000}, + {-1696, 93, 804, 0x104f}, + {-1840, 93, 656, 0x1057} + } +}; + +StandTile tile_1039 = { + 0x107a08, 0x0b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1926, 93, 757, 0x0000}, + {-1806, 93, 804, 0x1057}, + {-1876, 93, 691, 0x105b} + } +}; + +StandTile tile_1040 = { + 0x107708, 0x0b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1926, 93, 757, 0x105b}, + {-1889, 93, 677, 0x1053}, + {-1889, 93, 592, 0x1093} + } +}; + +StandTile tile_1041 = { + 0x107608, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1883, 93, 398, 0x0000}, + {-1875, 93, 381, 0x1083}, + {-1957, 93, 351, 0x107f} + } +}; + +StandTile tile_1042 = { + 0x107508, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1806, 93, 244, 0x1083}, + {-1875, 93, 381, 0x0000}, + {-1829, 93, 401, 0x108b} + } +}; + +StandTile tile_1043 = { + 0x10730a, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1889, 93, 592, 0x107b}, + {-1837, 93, 419, 0x0000}, + {-1883, 93, 398, 0x107f} + } +}; + +StandTile tile_1044 = { + 0x107309, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1889, 93, 592, 0x10a7}, + {-1714, 93, 532, 0x1087}, + {-1837, 93, 419, 0x1077} + } +}; + +StandTile tile_1045 = { + 0x107108, 0x0b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1957, 93, 351, 0x109b}, + {-1889, 93, 592, 0x1077}, + {-1883, 93, 398, 0x106f} + } +}; + +StandTile tile_1046 = { + 0x107208, 0x0b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1806, 93, 244, 0x0000}, + {-1957, 93, 351, 0x106f}, + {-1875, 93, 381, 0x1073} + } +}; + +StandTile tile_1047 = { + 0x107408, 0x0b, + 0x0, + 0x5, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1829, 93, 401, 0x0000}, + {-1837, 93, 419, 0x107b}, + {-1714, 93, 532, 0x108b} + } +}; + +StandTile tile_1048 = { + 0x106e08, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1806, 93, 244, 0x1073}, + {-1829, 93, 401, 0x1087}, + {-1714, 93, 532, 0x0fbd} + } +}; + +StandTile tile_1049 = { + 0x0d4608, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2063, 93, 581, 0x1097}, + {-1889, 93, 592, 0x109b}, + {-2086, 93, 513, 0x104b} + } +}; + +StandTile tile_1050 = { + 0x0d4708, 0x0b, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1926, 93, 757, 0x106b}, + {-1889, 93, 592, 0x1097}, + {-2013, 93, 728, 0x0000} + } +}; + +StandTile tile_1051 = { + 0x0d5408, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1889, 93, 592, 0x108f}, + {-2063, 93, 581, 0x0000}, + {-2013, 93, 728, 0x1093} + } +}; + +StandTile tile_1052 = { + 0x0d5108, 0x0b, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2086, 93, 513, 0x108f}, + {-1889, 93, 592, 0x107f}, + {-1957, 93, 351, 0x109f} + } +}; + +StandTile tile_1053 = { + 0x0d5208, 0x0b, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-2139, 93, 359, 0x0000}, + {-2086, 93, 513, 0x109b}, + {-1957, 93, 351, 0x10a3} + } +}; + +StandTile tile_1054 = { + 0x0d5308, 0x0b, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-2139, 93, 359, 0x109f}, + {-1957, 93, 351, 0x0000}, + {-2059, 93, 310, 0x0000} + } +}; + +StandTile tile_1055 = { + 0x05d408, 0x0b, + 0x0, + 0x3, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1889, 93, 592, 0x10ab}, + {-1623, 93, 820, 0x102b}, + {-1714, 93, 532, 0x107b} + } +}; + +StandTile tile_1056 = { + 0x0bb808, 0x0b, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-1696, 93, 804, 0x0000}, + {-1623, 93, 820, 0x10a7}, + {-1889, 93, 592, 0x104f} + } +}; + +StandTile tile_1057 = { + 0x10ae08, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2101, 93, 520, 0x0000}, + {-2154, 93, 365, 0x0000}, + {-2500, 93, 438, 0x10b7} + } +}; + +StandTile tile_1058 = { + 0x10ad0a, 0x0a, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2078, 93, 587, 0x10b7}, + {-2500, 93, 438, 0x0000}, + {-2415, 93, 815, 0x10bb} + } +}; + +StandTile tile_1059 = { + 0x10ad09, 0x0a, + 0x0, + 0x3, 0x3, 0x3, + 3, + 0x0, 0x1, 0x2, + { + {-2078, 93, 587, 0x1047}, + {-2101, 93, 520, 0x10af}, + {-2500, 93, 438, 0x10b3} + } +}; + +StandTile tile_1060 = { + 0x0d6a08, 0x0a, + 0x0, + 0x5, 0x5, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-2026, 93, 735, 0x0000}, + {-2078, 93, 587, 0x10b3}, + {-2415, 93, 815, 0x0000} + } +}; + +StandTile tile_1061 = { + 0x07e802, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {125, 0, 155, 0x10c3}, + {172, 21, 176, 0x0000}, + {150, 39, 149, 0x10d3} + } +}; + +StandTile tile_1062 = { + 0x07e801, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {125, 0, 155, 0x10ef}, + {147, 9, 176, 0x10d7}, + {172, 21, 176, 0x10bf} + } +}; + +StandTile tile_1063 = { + 0x07e900, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {133, 42, 23, 0x116d}, + {116, 37, 71, 0x1158}, + {149, 46, 26, 0x0000} + } +}; + +StandTile tile_1064 = { + 0x07ea00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {136, 41, 110, 0x10cf}, + {150, 39, 149, 0x0000}, + {149, 46, 26, 0x1158} + } +}; + +StandTile tile_1065 = { + 0x07eb00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {92, 0, 115, 0x10d3}, + {150, 39, 149, 0x10cb}, + {136, 41, 110, 0x1103} + } +}; + +StandTile tile_1066 = { + 0x07ec00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {92, 0, 115, 0x1169}, + {125, 0, 155, 0x10bf}, + {150, 39, 149, 0x10cf} + } +}; + +StandTile tile_1067 = { + 0x07ed00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {147, 9, 176, 0x10db}, + {184, 19, 220, 0x0000}, + {172, 21, 176, 0x10c3} + } +}; + +StandTile tile_1068 = { + 0x097000, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {147, 9, 176, 0x10ef}, + {139, 0, 205, 0x10df}, + {184, 19, 220, 0x10d7} + } +}; + +StandTile tile_1069 = { + 0x07ef00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {139, 0, 205, 0x10e3}, + {133, 11, 225, 0x148b}, + {184, 19, 220, 0x10db} + } +}; + +StandTile tile_1070 = { + 0x08cb00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {139, 0, 205, 0x10e7}, + {107, 5, 218, 0x147b}, + {133, 11, 225, 0x10df} + } +}; + +StandTile tile_1071 = { + 0x08ce00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {139, 0, 205, 0x1148}, + {109, 0, 213, 0x1191}, + {107, 5, 218, 0x10e3} + } +}; + +StandTile tile_1072 = { + 0x08cd00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {95, 0, 212, 0x118d}, + {81, 0, 212, 0x1477}, + {107, 5, 218, 0x1191} + } +}; + +StandTile tile_1073 = { + 0x083000, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {139, 0, 205, 0x10db}, + {147, 9, 176, 0x10c3}, + {125, 0, 155, 0x1150} + } +}; + +StandTile tile_1074 = { + 0x084300, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {92, 0, 115, 0x123d}, + {54, 1, 112, 0x11e1}, + {55, 0, 126, 0x1138} + } +}; + +StandTile tile_1075 = { + 0x08e600, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {20, 0, 126, 0x10fb}, + {-19, 3, 106, 0x11b9}, + {8, 0, 124, 0x11d1} + } +}; + +StandTile tile_1076 = { + 0x08e900, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {20, 0, 126, 0x0000}, + {16, 0, 112, 0x11e9}, + {-19, 3, 106, 0x10f7} + } +}; + +StandTile tile_1077 = { + 0x086900, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {92, 0, 115, 0x1103}, + {116, 37, 71, 0x116d}, + {104, 35, 57, 0x1249} + } +}; + +StandTile tile_1078 = { + 0x087300, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {92, 0, 115, 0x10cf}, + {136, 41, 110, 0x1158}, + {116, 37, 71, 0x10ff} + } +}; + +StandTile tile_1079 = { + 0x08be00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4, 4, 280, 0x14e7}, + {11, 0, 267, 0x1171}, + {0, 0, 264, 0x13cf} + } +}; + +StandTile tile_1080 = { + 0x08bb00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-30, 0, 199, 0x11c9}, + {-74, 0, 192, 0x145f}, + {-59, 1, 211, 0x0000}, + {-39, 2, 236, 0x1189} + } +}; + +StandTile tile_1081 = { + 0x08b700, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {26, 0, 254, 0x146f}, + {37, 0, 234, 0x1114}, + {14, 0, 240, 0x1179} + } +}; + +StandTile tile_1082 = { + 0x08b500, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {37, 0, 234, 0x1120}, + {56, 0, 188, 0x1118}, + {14, 0, 240, 0x1110} + } +}; + +StandTile tile_1083 = { + 0x08b600, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {56, 0, 188, 0x0000}, + {15, 0, 218, 0x0000}, + {14, 0, 240, 0x1114} + } +}; + +StandTile tile_1084 = { + 0x08bc00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3, 0, 192, 0x1140}, + {-36, 0, 166, 0x11c9}, + {-30, 0, 199, 0x0000} + } +}; + +StandTile tile_1085 = { + 0x08b400, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {37, 0, 234, 0x1467}, + {81, 0, 212, 0x1124}, + {56, 0, 188, 0x1114} + } +}; + +StandTile tile_1086 = { + 0x088200, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {81, 0, 212, 0x115c}, + {86, 0, 169, 0x1128}, + {56, 0, 188, 0x1120} + } +}; + +StandTile tile_1087 = { + 0x08d700, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {86, 0, 169, 0x11a5}, + {51, 0, 182, 0x0000}, + {56, 0, 188, 0x1124} + } +}; + +StandTile tile_1088 = { + 0x08d800, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {48, 0, 142, 0x11a9}, + {86, 0, 169, 0x11a1}, + {92, 0, 161, 0x0000} + } +}; + +StandTile tile_1089 = { + 0x08bd00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {92, 0, 115, 0x1138}, + {51, 0, 136, 0x1181}, + {89, 0, 142, 0x1169} + } +}; + +StandTile tile_1090 = { + 0x08e500, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {48, 0, 153, 0x11c1}, + {3, 0, 192, 0x117d}, + {51, 0, 182, 0x11a5} + } +}; + +StandTile tile_1091 = { + 0x08b800, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {92, 0, 115, 0x10f3}, + {55, 0, 126, 0x11ad}, + {51, 0, 136, 0x1130} + } +}; + +StandTile tile_1092 = { + 0x08e300, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {48, 0, 142, 0x11b1}, + {20, 0, 126, 0x11b5}, + {48, 0, 153, 0x11a9} + } +}; + +StandTile tile_1093 = { + 0x08e400, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-36, 0, 166, 0x111c}, + {3, 0, 192, 0x11c1}, + {-16, 0, 171, 0x0000} + } +}; + +StandTile tile_1094 = { + 0x088400, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {81, 0, 212, 0x118d}, + {96, 0, 200, 0x1195}, + {98, 0, 189, 0x115c} + } +}; + +StandTile tile_1095 = { + 0x08cc00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {109, 0, 213, 0x10e7}, + {139, 0, 205, 0x114c}, + {109, 0, 199, 0x0000} + } +}; + +StandTile tile_1096 = { + 0x08d400, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {139, 0, 205, 0x1150}, + {116, 0, 177, 0x1154}, + {109, 0, 199, 0x1148} + } +}; + +StandTile tile_1097 = { + 0x08da00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {139, 0, 205, 0x10ef}, + {125, 0, 155, 0x1199}, + {116, 0, 177, 0x114c} + } +}; + +StandTile tile_1098 = { + 0x08d000, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, 0, 177, 0x119d}, + {98, 0, 189, 0x1195}, + {109, 0, 199, 0x114c} + } +}; + +StandTile tile_1099 = { + 0x088500, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {136, 41, 110, 0x10cb}, + {149, 46, 26, 0x10c7}, + {116, 37, 71, 0x1103} + } +}; + +StandTile tile_1100 = { + 0x088a00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {81, 0, 212, 0x1144}, + {98, 0, 189, 0x1160}, + {86, 0, 169, 0x1124} + } +}; + +StandTile tile_1101 = { + 0x08d900, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {98, 0, 189, 0x119d}, + {95, 0, 178, 0x11a1}, + {86, 0, 169, 0x115c} + } +}; + +StandTile tile_1102 = { + 0x08d600, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {125, 0, 155, 0x1169}, + {89, 0, 142, 0x1181}, + {95, 0, 155, 0x0000}, + {117, 0, 155, 0x1199} + } +}; + +StandTile tile_1103 = { + 0x08d500, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {125, 0, 155, 0x10d3}, + {92, 0, 115, 0x1130}, + {89, 0, 142, 0x1164} + } +}; + +StandTile tile_1104 = { + 0x088c00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {116, 37, 71, 0x10c7}, + {133, 42, 23, 0x1205}, + {104, 35, 57, 0x10ff} + } +}; + +StandTile tile_1105 = { + 0x08c300, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-4, 0, 244, 0x0000}, + {0, 0, 264, 0x1107}, + {11, 0, 267, 0x1175} + } +}; + +StandTile tile_1106 = { + 0x08c400, 0x09, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {11, 0, 267, 0x0000}, + {26, 0, 254, 0x1179}, + {-4, 0, 244, 0x1171} + } +}; + +StandTile tile_1107 = { + 0x08c500, 0x09, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {26, 0, 254, 0x1110}, + {14, 0, 240, 0x0000}, + {-4, 0, 244, 0x1175} + } +}; + +StandTile tile_1108 = { + 0x08c600, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10, 0, 212, 0x0000}, + {51, 0, 182, 0x1134}, + {3, 0, 192, 0x0000} + } +}; + +StandTile tile_1109 = { + 0x08c700, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {51, 0, 136, 0x0000}, + {95, 0, 155, 0x1164}, + {89, 0, 142, 0x1130} + } +}; + +StandTile tile_1110 = { + 0x08c900, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-39, 2, 236, 0x0000}, + {-36, 0, 251, 0x0000}, + {-19, 0, 247, 0x1189} + } +}; + +StandTile tile_1111 = { + 0x08ca00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-39, 2, 236, 0x1185}, + {-19, 0, 247, 0x0000}, + {-30, 0, 199, 0x110b} + } +}; + +StandTile tile_1112 = { + 0x08d100, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {81, 0, 212, 0x10eb}, + {95, 0, 212, 0x0000}, + {96, 0, 200, 0x1144} + } +}; + +StandTile tile_1113 = { + 0x08d200, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {95, 0, 212, 0x10eb}, + {107, 5, 218, 0x10e7}, + {109, 0, 213, 0x0000} + } +}; + +StandTile tile_1114 = { + 0x08d300, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {109, 0, 199, 0x1154}, + {98, 0, 189, 0x1144}, + {96, 0, 200, 0x0000} + } +}; + +StandTile tile_1115 = { + 0x08db00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {125, 0, 155, 0x1164}, + {117, 0, 155, 0x0000}, + {116, 0, 177, 0x1150} + } +}; + +StandTile tile_1116 = { + 0x08dc00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {98, 0, 189, 0x1154}, + {116, 0, 177, 0x0000}, + {95, 0, 178, 0x1160} + } +}; + +StandTile tile_1117 = { + 0x08dd00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {92, 0, 161, 0x112c}, + {86, 0, 169, 0x1160}, + {95, 0, 178, 0x0000} + } +}; + +StandTile tile_1118 = { + 0x08e700, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {48, 0, 153, 0x1134}, + {51, 0, 182, 0x1128}, + {86, 0, 169, 0x11a9} + } +}; + +StandTile tile_1119 = { + 0x08e800, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {86, 0, 169, 0x112c}, + {48, 0, 142, 0x113c}, + {48, 0, 153, 0x11a5} + } +}; + +StandTile tile_1120 = { + 0x08ea00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {51, 0, 136, 0x1138}, + {55, 0, 126, 0x11d9}, + {20, 0, 126, 0x11b1} + } +}; + +StandTile tile_1121 = { + 0x08eb00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {48, 0, 142, 0x0000}, + {51, 0, 136, 0x11ad}, + {20, 0, 126, 0x113c} + } +}; + +StandTile tile_1122 = { + 0x08ed00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {48, 0, 153, 0x113c}, + {20, 0, 126, 0x11d1}, + {3, 0, 142, 0x11bd} + } +}; + +StandTile tile_1123 = { + 0x08ee00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {8, 0, 124, 0x10f7}, + {-19, 3, 106, 0x11d5}, + {-62, 0, 105, 0x0000} + } +}; + +StandTile tile_1124 = { + 0x08ef00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-16, 0, 171, 0x11c1}, + {48, 0, 153, 0x11b5}, + {3, 0, 142, 0x11cd} + } +}; + +StandTile tile_1125 = { + 0x08f000, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-16, 0, 171, 0x1140}, + {3, 0, 192, 0x1134}, + {48, 0, 153, 0x11bd} + } +}; + +StandTile tile_1126 = { + 0x08fe00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-27, 2, 135, 0x0000}, + {-46, 1, 149, 0x133b}, + {-36, 0, 166, 0x0000} + } +}; + +StandTile tile_1127 = { + 0x08ff00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-74, 0, 192, 0x110b}, + {-30, 0, 199, 0x111c}, + {-36, 0, 166, 0x1313} + } +}; + +StandTile tile_1128 = { + 0x091800, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {3, 0, 142, 0x0000}, + {-7, 0, 140, 0x0000}, + {-16, 0, 171, 0x11bd} + } +}; + +StandTile tile_1129 = { + 0x091900, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {20, 0, 126, 0x10f7}, + {8, 0, 124, 0x0000}, + {3, 0, 142, 0x11b5} + } +}; + +StandTile tile_1130 = { + 0x091e00, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-62, 0, 105, 0x11b9}, + {-19, 3, 106, 0x11e5}, + {-18, 0, 90, 0x1323} + } +}; + +StandTile tile_1131 = { + 0x098000, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {55, 0, 126, 0x11dd}, + {19, 8, 121, 0x0000}, + {20, 0, 126, 0x11ad} + } +}; + +StandTile tile_1132 = { + 0x098100, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {48, 8, 121, 0x11f5}, + {19, 8, 121, 0x11d9}, + {55, 0, 126, 0x11e1} + } +}; + +StandTile tile_1133 = { + 0x098200, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {55, 0, 126, 0x10f3}, + {54, 1, 112, 0x11fd}, + {48, 8, 121, 0x11dd} + } +}; + +StandTile tile_1134 = { + 0x08f400, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-19, 3, 106, 0x11e9}, + {-9, 0, 94, 0x0000}, + {-18, 0, 90, 0x11d5} + } +}; + +StandTile tile_1135 = { + 0x08f500, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 0, 94, 0x11e5}, + {-19, 3, 106, 0x10fb}, + {16, 0, 112, 0x11ed} + } +}; + +StandTile tile_1136 = { + 0x09b300, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 0, 94, 0x11e9}, + {16, 0, 112, 0x0000}, + {17, 19, 82, 0x1275} + } +}; + +StandTile tile_1137 = { + 0x098302, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {19, 8, 121, 0x11f5}, + {49, 38, 82, 0x11f9}, + {19, 35, 79, 0x0000} + } +}; + +StandTile tile_1138 = { + 0x098301, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {19, 8, 121, 0x11dd}, + {48, 8, 121, 0x11fd}, + {49, 38, 82, 0x11f1} + } +}; + +StandTile tile_1139 = { + 0x098400, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {49, 38, 82, 0x1265}, + {22, 38, 71, 0x0000}, + {19, 35, 79, 0x11f1} + } +}; + +StandTile tile_1140 = { + 0x098600, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {48, 8, 121, 0x11e1}, + {54, 1, 112, 0x0000}, + {49, 38, 82, 0x11f5} + } +}; + +StandTile tile_1141 = { + 0x088d02, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {109, 38, -10, 0x1205}, + {133, 42, 23, 0x0000}, + {125, 43, 8, 0x0000} + } +}; + +StandTile tile_1142 = { + 0x088d01, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {109, 38, -10, 0x122d}, + {104, 35, 57, 0x116d}, + {133, 42, 23, 0x1201} + } +}; + +StandTile tile_1143 = { + 0x092900, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 0, -15, 0x0000}, + {6, 0, -25, 0x12a5}, + {-15, 0, -26, 0x0000} + } +}; + +StandTile tile_1144 = { + 0x07e500, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {54, 22, -66, 0x1221}, + {12, 0, -28, 0x1259}, + {37, 11, 0, 0x1211} + } +}; + +StandTile tile_1145 = { + 0x07e600, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {70, 36, -7, 0x1215}, + {54, 22, -66, 0x120d}, + {37, 11, 0, 0x1235} + } +}; + +StandTile tile_1146 = { + 0x07e700, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {70, 36, -7, 0x122d}, + {109, 38, -10, 0x0000}, + {54, 22, -66, 0x1211} + } +}; + +StandTile tile_1147 = { + 0x097800, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {45, 18, 14, 0x1235}, + {37, 11, 0, 0x121d}, + {18, 0, 24, 0x1279} + } +}; + +StandTile tile_1148 = { + 0x085600, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {18, 0, 24, 0x1219}, + {37, 11, 0, 0x1255}, + {21, 0, 11, 0x124d} + } +}; + +StandTile tile_1149 = { + 0x086000, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {54, 22, -66, 0x0000}, + {-1, 0, -70, 0x127d}, + {12, 0, -28, 0x120d} + } +}; + +StandTile tile_1150 = { + 0x08f200, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {74, 34, 30, 0x1229}, + {70, 36, -7, 0x1231}, + {63, 33, 20, 0x1269} + } +}; + +StandTile tile_1151 = { + 0x098700, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {74, 34, 30, 0x1245}, + {104, 35, 57, 0x122d}, + {70, 36, -7, 0x1225} + } +}; + +StandTile tile_1152 = { + 0x096c00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {104, 35, 57, 0x1205}, + {109, 38, -10, 0x1215}, + {70, 36, -7, 0x1229} + } +}; + +StandTile tile_1153 = { + 0x08f100, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {63, 33, 20, 0x1225}, + {70, 36, -7, 0x1235}, + {45, 18, 14, 0x1271} + } +}; + +StandTile tile_1154 = { + 0x097700, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {70, 36, -7, 0x1211}, + {37, 11, 0, 0x1219}, + {45, 18, 14, 0x1231} + } +}; + +StandTile tile_1155 = { + 0x09cc02, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {64, 22, 71, 0x123d}, + {92, 0, 115, 0x1249}, + {83, 21, 72, 0x1241} + } +}; + +StandTile tile_1156 = { + 0x09cc01, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {64, 22, 71, 0x0000}, + {54, 1, 112, 0x10f3}, + {92, 0, 115, 0x1239} + } +}; + +StandTile tile_1157 = { + 0x086c00, 0x08, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {74, 34, 30, 0x0000}, + {64, 22, 71, 0x1239}, + {83, 21, 72, 0x1245} + } +}; + +StandTile tile_1158 = { + 0x09cd00, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {104, 35, 57, 0x1229}, + {74, 34, 30, 0x1241}, + {83, 21, 72, 0x1249} + } +}; + +StandTile tile_1159 = { + 0x086d00, 0x08, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {92, 0, 115, 0x10ff}, + {104, 35, 57, 0x1245}, + {83, 21, 72, 0x1239} + } +}; + +StandTile tile_1160 = { + 0x08f600, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9, 0, 21, 0x0000}, + {18, 0, 24, 0x121d}, + {21, 0, 11, 0x1251} + } +}; + +StandTile tile_1161 = { + 0x093900, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9, 0, 21, 0x124d}, + {21, 0, 11, 0x0000}, + {1, 0, -5, 0x12be} + } +}; + +StandTile tile_1162 = { + 0x093a00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {21, 0, 11, 0x121d}, + {37, 11, 0, 0x125d}, + {32, 0, -2, 0x0000} + } +}; + +StandTile tile_1163 = { + 0x093d00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {12, 0, -28, 0x127d}, + {6, 0, -25, 0x125d}, + {37, 11, 0, 0x120d} + } +}; + +StandTile tile_1164 = { + 0x093e00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {32, 0, -2, 0x1255}, + {37, 11, 0, 0x1259}, + {6, 0, -25, 0x0000} + } +}; + +StandTile tile_1165 = { + 0x098502, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {22, 38, 71, 0x1265}, + {68, 41, 36, 0x126d}, + {41, 42, 25, 0x0000} + } +}; + +StandTile tile_1166 = { + 0x098501, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {22, 38, 71, 0x11f9}, + {49, 38, 82, 0x0000}, + {68, 41, 36, 0x1261} + } +}; + +StandTile tile_1167 = { + 0x098800, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {63, 33, 20, 0x126d}, + {68, 41, 36, 0x0000}, + {74, 34, 30, 0x1225} + } +}; + +StandTile tile_1168 = { + 0x098900, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {68, 41, 36, 0x1269}, + {63, 33, 20, 0x1271}, + {41, 42, 25, 0x1261} + } +}; + +StandTile tile_1169 = { + 0x098a00, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {45, 18, 14, 0x0000}, + {41, 42, 25, 0x126d}, + {63, 33, 20, 0x1231} + } +}; + +StandTile tile_1170 = { + 0x09b100, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-9, 0, 94, 0x11ed}, + {17, 19, 82, 0x1279}, + {18, 0, 24, 0x0000} + } +}; + +StandTile tile_1171 = { + 0x09b200, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {17, 19, 82, 0x0000}, + {45, 18, 14, 0x1219}, + {18, 0, 24, 0x1275} + } +}; + +StandTile tile_1172 = { + 0x093c00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1, 0, -70, 0x12a5}, + {6, 0, -25, 0x1259}, + {12, 0, -28, 0x1221} + } +}; + +StandTile tile_1173 = { + 0x092d00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-68, 0, -54, 0x12a1}, + {-72, 0, -18, 0x1291}, + {-57, 0, -20, 0x0000} + } +}; + +StandTile tile_1174 = { + 0x094b00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-101, 1, -37, 0x0000}, + {-98, 0, -26, 0x1289}, + {-71, -1, -53, 0x129d} + } +}; + +StandTile tile_1175 = { + 0x07d900, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-98, 0, -26, 0x1299}, + {-72, 0, -18, 0x12a1}, + {-71, -1, -53, 0x1285} + } +}; + +StandTile tile_1176 = { + 0x094400, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-68, 0, -11, 0x1291}, + {-72, 0, -18, 0x1299}, + {-99, 0, -16, 0x1295} + } +}; + +StandTile tile_1177 = { + 0x097300, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-68, 0, -11, 0x12c2}, + {-57, 0, -20, 0x1281}, + {-72, 0, -18, 0x128d} + } +}; + +StandTile tile_1178 = { + 0x094700, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-68, 0, -11, 0x128d}, + {-99, 0, -16, 0x0000}, + {-97, 0, -10, 0x0000} + } +}; + +StandTile tile_1179 = { + 0x094d00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-99, 0, -16, 0x128d}, + {-72, 0, -18, 0x1289}, + {-98, 0, -26, 0x0000} + } +}; + +StandTile tile_1180 = { + 0x094e00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-101, 1, -37, 0x1285}, + {-71, -1, -53, 0x0000}, + {-109, -1, -41, 0x0000} + } +}; + +StandTile tile_1181 = { + 0x094f00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-72, 0, -18, 0x1281}, + {-68, 0, -54, 0x0000}, + {-71, -1, -53, 0x1289} + } +}; + +StandTile tile_1182 = { + 0x07d300, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {6, 0, -25, 0x127d}, + {-1, 0, -70, 0x12a9}, + {-15, 0, -26, 0x1209} + } +}; + +StandTile tile_1183 = { + 0x092c00, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-1, 0, -70, 0x12b2}, + {-36, 0, -52, 0x12b6}, + {-19, 0, -31, 0x0000}, + {-15, 0, -26, 0x12a5} + } +}; + +StandTile tile_1184 = { + 0x093100, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-36, 0, -52, 0x12b2}, + {-51, 0, -60, 0x0000}, + {-39, 0, -25, 0x0000} + } +}; + +StandTile tile_1185 = { + 0x07d500, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1, 0, -70, 0x12ba}, + {-51, 0, -60, 0x12ae}, + {-36, 0, -52, 0x12a9} + } +}; + +StandTile tile_1186 = { + 0x093300, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-19, 0, -31, 0x12a9}, + {-36, 0, -52, 0x0000}, + {-39, 0, -32, 0x0000} + } +}; + +StandTile tile_1187 = { + 0x07d700, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-51, 0, -60, 0x12b2}, + {-1, 0, -70, 0x0000}, + {-69, 0, -60, 0x0000} + } +}; + +StandTile tile_1188 = { + 0x092b00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9, 0, 21, 0x1251}, + {1, 0, -5, 0x0000}, + {-10, 0, -4, 0x12e7} + } +}; + +StandTile tile_1189 = { + 0x094300, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-57, 0, -20, 0x1291}, + {-68, 0, -11, 0x0000}, + {-67, -1, -4, 0x12d2} + } +}; + +StandTile tile_1190 = { + 0x094100, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-71, -1, 14, 0x0000}, + {-67, -1, 19, 0x0000}, + {-52, -1, -11, 0x12ca} + } +}; + +StandTile tile_1191 = { + 0x094200, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-71, -1, 14, 0x12c6}, + {-52, -1, -11, 0x12ce}, + {-64, -1, -3, 0x12d6} + } +}; + +StandTile tile_1192 = { + 0x097a00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-52, -1, -11, 0x0000}, + {-57, 0, -20, 0x12d2}, + {-64, -1, -3, 0x12ca} + } +}; + +StandTile tile_1193 = { + 0x094800, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-57, 0, -20, 0x12c2}, + {-67, -1, -4, 0x12d6}, + {-64, -1, -3, 0x12ce} + } +}; + +StandTile tile_1194 = { + 0x097b00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-67, -1, -4, 0x136f}, + {-71, -1, 14, 0x12ca}, + {-64, -1, -3, 0x12d2} + } +}; + +StandTile tile_1195 = { + 0x08f800, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-35, 0, 49, 0x12f7}, + {-24, 0, 32, 0x12e3}, + {-30, 0, 16, 0x12fb}, + {-34, 0, 41, 0x0000} + } +}; + +StandTile tile_1196 = { + 0x092500, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-39, 0, 79, 0x12f7}, + {-35, 0, 49, 0x0000}, + {-42, 0, 48, 0x0000} + } +}; + +StandTile tile_1197 = { + 0x092400, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-24, 0, 32, 0x12eb}, + {9, 0, 21, 0x12e7}, + {-30, 0, 16, 0x12da} + } +}; + +StandTile tile_1198 = { + 0x08fc00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9, 0, 21, 0x12be}, + {-10, 0, -4, 0x0000}, + {-30, 0, 16, 0x12e3} + } +}; + +StandTile tile_1199 = { + 0x08f700, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {9, 0, 21, 0x12e3}, + {-24, 0, 32, 0x12ef}, + {-18, 0, 90, 0x0000} + } +}; + +StandTile tile_1200 = { + 0x092600, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-24, 0, 32, 0x12f7}, + {-39, 0, 79, 0x12f3}, + {-18, 0, 90, 0x12eb} + } +}; + +StandTile tile_1201 = { + 0x08f900, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-39, 0, 79, 0x0000}, + {-49, 0, 80, 0x132b}, + {-18, 0, 90, 0x12ef} + } +}; + +StandTile tile_1202 = { + 0x093400, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-24, 0, 32, 0x12da}, + {-35, 0, 49, 0x12df}, + {-39, 0, 79, 0x12ef} + } +}; + +StandTile tile_1203 = { + 0x09b400, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-42, 0, 28, 0x0000}, + {-34, 0, 41, 0x12da}, + {-30, 0, 16, 0x0000} + } +}; + +StandTile tile_1204 = { + 0x092000, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-84, 0, 47, 0x1357}, + {-71, 0, 36, 0x0000}, + {-84, 0, 30, 0x1353} + } +}; + +StandTile tile_1205 = { + 0x090b00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-106, 25, 172, 0x13d3}, + {-74, 0, 192, 0x130f}, + {-98, 0, 163, 0x0000} + } +}; + +StandTile tile_1206 = { + 0x087700, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-78, 0, 145, 0x1317}, + {-46, 1, 149, 0x131b}, + {-67, 0, 123, 0x133f} + } +}; + +StandTile tile_1207 = { + 0x090300, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-82, 0, 149, 0x1317}, + {-78, 0, 145, 0x133f}, + {-101, 0, 133, 0x0000} + } +}; + +StandTile tile_1208 = { + 0x08fd00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-98, 0, 163, 0x1303}, + {-74, 0, 192, 0x1313}, + {-82, 0, 149, 0x0000} + } +}; + +StandTile tile_1209 = { + 0x090400, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-74, 0, 192, 0x11c9}, + {-36, 0, 166, 0x133b}, + {-82, 0, 149, 0x130f} + } +}; + +StandTile tile_1210 = { + 0x090500, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-46, 1, 149, 0x1307}, + {-78, 0, 145, 0x130b}, + {-82, 0, 149, 0x133b} + } +}; + +StandTile tile_1211 = { + 0x08fa00, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-46, 1, 149, 0x0000}, + {-27, 0, 134, 0x0000}, + {-67, 0, 123, 0x1307} + } +}; + +StandTile tile_1212 = { + 0x091f00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-57, 0, 43, 0x0000}, + {-55, -1, 30, 0x0000}, + {-71, 0, 36, 0x1357} + } +}; + +StandTile tile_1213 = { + 0x091500, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-62, 0, 105, 0x11d5}, + {-18, 0, 90, 0x132b}, + {-81, 0, 85, 0x1327} + } +}; + +StandTile tile_1214 = { + 0x091700, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-90, 1, 92, 0x134f}, + {-62, 0, 105, 0x1323}, + {-81, 0, 85, 0x1393} + } +}; + +StandTile tile_1215 = { + 0x092200, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-49, 0, 80, 0x1333}, + {-81, 0, 85, 0x1323}, + {-18, 0, 90, 0x12f3} + } +}; + +StandTile tile_1216 = { + 0x092300, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-57, 0, 43, 0x1337}, + {-66, 0, 77, 0x1333}, + {-49, 0, 80, 0x0000} + } +}; + +StandTile tile_1217 = { + 0x092100, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-66, 0, 77, 0x0000}, + {-81, 0, 85, 0x132b}, + {-49, 0, 80, 0x132f} + } +}; + +StandTile tile_1218 = { + 0x091600, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-57, 0, 43, 0x1357}, + {-84, 0, 47, 0x0000}, + {-66, 0, 77, 0x132f} + } +}; + +StandTile tile_1219 = { + 0x090600, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-82, 0, 149, 0x1313}, + {-36, 0, 166, 0x11c5}, + {-46, 1, 149, 0x1317} + } +}; + +StandTile tile_1220 = { + 0x091200, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-101, 0, 133, 0x130b}, + {-78, 0, 145, 0x1307}, + {-67, 0, 123, 0x1343} + } +}; + +StandTile tile_1221 = { + 0x091300, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-67, 0, 123, 0x134b}, + {-99, 0, 118, 0x13b7}, + {-101, 0, 133, 0x133f} + } +}; + +StandTile tile_1222 = { + 0x091b00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-107, 0, 99, 0x0000}, + {-99, 0, 118, 0x134b}, + {-90, 1, 92, 0x139f} + } +}; + +StandTile tile_1223 = { + 0x091c00, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-99, 0, 118, 0x1343}, + {-67, 0, 123, 0x134f}, + {-90, 1, 92, 0x1347} + } +}; + +StandTile tile_1224 = { + 0x091d00, 0x06, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-67, 0, 123, 0x0000}, + {-62, 0, 105, 0x1327}, + {-90, 1, 92, 0x134b} + } +}; + +StandTile tile_1225 = { + 0x093600, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-98, 0, 56, 0x0000}, + {-84, 0, 47, 0x12ff}, + {-84, 0, 30, 0x138f} + } +}; + +StandTile tile_1226 = { + 0x093800, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-84, 0, 47, 0x1337}, + {-57, 0, 43, 0x131f}, + {-71, 0, 36, 0x12ff} + } +}; + +StandTile tile_1227 = { + 0x07db00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 78, 0x135f}, + {-128, 0, 11, 0x1367}, + {-166, 0, -11, 0x023c} + } +}; + +StandTile tile_1228 = { + 0x092700, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 78, 0x1363}, + {-119, -1, 22, 0x13bf}, + {-128, 0, 11, 0x135b} + } +}; + +StandTile tile_1229 = { + 0x093500, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 78, 0x138f}, + {-84, 0, 30, 0x13bb}, + {-119, -1, 22, 0x135f} + } +}; + +StandTile tile_1230 = { + 0x092e00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-117, -1, 0, 0x136b}, + {-166, 0, -11, 0x135b}, + {-128, 0, 11, 0x13c7} + } +}; + +StandTile tile_1231 = { + 0x094600, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-117, -1, 0, 0x0000}, + {-116, 0, -8, 0x0000}, + {-166, 0, -11, 0x1367} + } +}; + +StandTile tile_1232 = { + 0x093000, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-71, -1, 14, 0x12d6}, + {-67, -1, -4, 0x0000}, + {-117, -1, 0, 0x13c7} + } +}; + +StandTile tile_1233 = { + 0x083100, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-139, 0, 115, 0x13a7}, + {-162, 0, 78, 0x1377}, + {-151, 13, 110, 0x137b} + } +}; + +StandTile tile_1234 = { + 0x085700, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-151, 13, 110, 0x1373}, + {-162, 0, 78, 0x0000}, + {-169, 25, 100, 0x1387} + } +}; + +StandTile tile_1235 = { + 0x086400, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-139, 0, 115, 0x1373}, + {-151, 13, 110, 0x137f}, + {-115, 0, 143, 0x138b} + } +}; + +StandTile tile_1236 = { + 0x097500, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-151, 13, 110, 0x1383}, + {-121, 25, 153, 0x0000}, + {-115, 0, 143, 0x137b} + } +}; + +StandTile tile_1237 = { + 0x086502, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-151, 13, 110, 0x1387}, + {-124, 28, 153, 0x0000}, + {-121, 25, 153, 0x137f} + } +}; + +StandTile tile_1238 = { + 0x086501, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-151, 13, 110, 0x1377}, + {-169, 25, 100, 0x1397}, + {-124, 28, 153, 0x1383} + } +}; + +StandTile tile_1239 = { + 0x08fb00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-139, 0, 115, 0x137b}, + {-115, 0, 143, 0x13b3}, + {-118, 0, 125, 0x13af} + } +}; + +StandTile tile_1240 = { + 0x087900, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 78, 0x13ab}, + {-98, 0, 56, 0x1353}, + {-84, 0, 30, 0x1363} + } +}; + +StandTile tile_1241 = { + 0x08f300, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 78, 0x139f}, + {-90, 1, 92, 0x1327}, + {-81, 0, 85, 0x13ab} + } +}; + +StandTile tile_1242 = { + 0x088600, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-169, 25, 100, 0x139b}, + {-136, 30, 169, 0x0000}, + {-124, 28, 153, 0x1387} + } +}; + +StandTile tile_1243 = { + 0x097200, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-169, 25, 100, 0x0000}, + {-167, 31, 169, 0x144f}, + {-136, 30, 169, 0x1397} + } +}; + +StandTile tile_1244 = { + 0x088e00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 78, 0x13a3}, + {-107, 0, 99, 0x1347}, + {-90, 1, 92, 0x1393} + } +}; + +StandTile tile_1245 = { + 0x091a00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 78, 0x13a7}, + {-125, 0, 106, 0x0000}, + {-107, 0, 99, 0x139f} + } +}; + +StandTile tile_1246 = { + 0x090200, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-162, 0, 78, 0x1373}, + {-139, 0, 115, 0x13af}, + {-125, 0, 106, 0x13a3} + } +}; + +StandTile tile_1247 = { + 0x091400, 0x06, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-98, 0, 56, 0x138f}, + {-162, 0, 78, 0x1393}, + {-81, 0, 85, 0x0000} + } +}; + +StandTile tile_1248 = { + 0x090700, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-139, 0, 115, 0x138b}, + {-118, 0, 125, 0x0000}, + {-125, 0, 106, 0x13a7} + } +}; + +StandTile tile_1249 = { + 0x090800, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-115, 0, 143, 0x0000}, + {-101, 0, 133, 0x13b7}, + {-118, 0, 125, 0x138b} + } +}; + +StandTile tile_1250 = { + 0x091100, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-99, 0, 118, 0x0000}, + {-118, 0, 125, 0x13b3}, + {-101, 0, 133, 0x1343} + } +}; + +StandTile tile_1251 = { + 0x093700, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-119, -1, 22, 0x1363}, + {-84, 0, 30, 0x0000}, + {-85, -1, 21, 0x0000} + } +}; + +StandTile tile_1252 = { + 0x093f00, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-119, -1, 15, 0x13c3}, + {-128, 0, 11, 0x135f}, + {-119, -1, 22, 0x0000} + } +}; + +StandTile tile_1253 = { + 0x094000, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-128, 0, 11, 0x13bf}, + {-119, -1, 15, 0x0000}, + {-71, -1, 14, 0x13c7} + } +}; + +StandTile tile_1254 = { + 0x094900, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-117, -1, 0, 0x1367}, + {-128, 0, 11, 0x13c3}, + {-71, -1, 14, 0x136f} + } +}; + +StandTile tile_1255 = { + 0x09b900, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-114, 30, 200, 0x1463}, + {-70, 0, 243, 0x0000}, + {-78, 2, 222, 0x145b} + } +}; + +StandTile tile_1256 = { + 0x088000, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4, 4, 280, 0x1107}, + {0, 0, 264, 0x0000}, + {-32, 0, 271, 0x13df} + } +}; + +StandTile tile_1257 = { + 0x096300, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-74, 0, 192, 0x1303}, + {-106, 25, 172, 0x0000}, + {-111, 29, 184, 0x1457} + } +}; + +StandTile tile_1258 = { + 0x095d00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-46, 0, 328, 0x140f}, + {-29, 16, 348, 0x1523}, + {-26, 0, 342, 0x13fb} + } +}; + +StandTile tile_1259 = { + 0x085102, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4, 4, 280, 0x13df}, + {-50, 0, 289, 0x0000}, + {-50, 1, 303, 0x1407} + } +}; + +StandTile tile_1260 = { + 0x085101, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4, 4, 280, 0x13cf}, + {-32, 0, 271, 0x13e7}, + {-50, 0, 289, 0x13db} + } +}; + +StandTile tile_1261 = { + 0x095700, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-68, 0, 308, 0x13ef}, + {-75, 0, 315, 0x140b}, + {-63, 0, 312, 0x0000} + } +}; + +StandTile tile_1262 = { + 0x08ba00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-32, 0, 271, 0x0000}, + {-36, 0, 251, 0x13eb}, + {-50, 0, 289, 0x13df} + } +}; + +StandTile tile_1263 = { + 0x097600, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-36, 0, 251, 0x1413}, + {-67, 0, 289, 0x0000}, + {-50, 0, 289, 0x13e7} + } +}; + +StandTile tile_1264 = { + 0x095600, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-67, 0, 289, 0x13f7}, + {-75, 0, 315, 0x13e3}, + {-68, 0, 308, 0x0000} + } +}; + +StandTile tile_1265 = { + 0x096100, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-70, 0, 243, 0x143f}, + {-75, 0, 291, 0x13f7}, + {-67, 0, 289, 0x141b} + } +}; + +StandTile tile_1266 = { + 0x095800, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-75, 0, 291, 0x1443}, + {-75, 0, 315, 0x13ef}, + {-67, 0, 289, 0x13f3} + } +}; + +StandTile tile_1267 = { + 0x088700, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, 342, 0x13ff}, + {-47, 0, 320, 0x0000}, + {-46, 0, 328, 0x13d7} + } +}; + +StandTile tile_1268 = { + 0x099000, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, 342, 0x14cf}, + {-6, 1, 319, 0x0000}, + {-47, 0, 320, 0x13fb} + } +}; + +StandTile tile_1269 = { + 0x098b00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6, 2, 314, 0x14d7}, + {-4, 4, 280, 0x1417}, + {-47, 1, 317, 0x0000} + } +}; + +StandTile tile_1270 = { + 0x095900, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4, 4, 280, 0x13db}, + {-50, 1, 303, 0x0000}, + {-47, 1, 311, 0x1417} + } +}; + +StandTile tile_1271 = { + 0x095400, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-63, 0, 312, 0x13e3}, + {-75, 0, 315, 0x141f}, + {-62, 0, 329, 0x0000} + } +}; + +StandTile tile_1272 = { + 0x095e00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-29, 16, 348, 0x13d7}, + {-46, 0, 328, 0x0000}, + {-62, 0, 329, 0x1423} + } +}; + +StandTile tile_1273 = { + 0x095f00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-67, 0, 289, 0x13eb}, + {-36, 0, 251, 0x0000}, + {-56, 0, 259, 0x141b} + } +}; + +StandTile tile_1274 = { + 0x096000, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4, 4, 280, 0x1407}, + {-47, 1, 311, 0x0000}, + {-47, 1, 317, 0x1403} + } +}; + +StandTile tile_1275 = { + 0x096900, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-70, 0, 243, 0x13f3}, + {-67, 0, 289, 0x1413}, + {-56, 0, 259, 0x0000} + } +}; + +StandTile tile_1276 = { + 0x082a00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-102, 31, 332, 0x1423}, + {-62, 0, 329, 0x140b}, + {-75, 0, 315, 0x1437} + } +}; + +StandTile tile_1277 = { + 0x095c00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-102, 31, 332, 0x1527}, + {-29, 16, 348, 0x140f}, + {-62, 0, 329, 0x141f} + } +}; + +StandTile tile_1278 = { + 0x084100, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-151, 40, 279, 0x1447}, + {-107, 30, 269, 0x142b}, + {-167, 31, 210, 0x0000} + } +}; + +StandTile tile_1279 = { + 0x084500, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-107, 30, 269, 0x143b}, + {-121, 32, 219, 0x142f}, + {-167, 31, 210, 0x1427} + } +}; + +StandTile tile_1280 = { + 0x096500, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-121, 32, 219, 0x1453}, + {-127, 30, 180, 0x144b}, + {-167, 31, 210, 0x142b} + } +}; + +StandTile tile_1281 = { + 0x096400, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-114, 30, 200, 0x1457}, + {-111, 29, 184, 0x0000}, + {-127, 30, 180, 0x1453} + } +}; + +StandTile tile_1282 = { + 0x084700, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-107, 30, 269, 0x1447}, + {-102, 31, 332, 0x141f}, + {-75, 0, 315, 0x1443} + } +}; + +StandTile tile_1283 = { + 0x084800, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-107, 30, 269, 0x143f}, + {-70, 0, 243, 0x1463}, + {-121, 32, 219, 0x142b} + } +}; + +StandTile tile_1284 = { + 0x084a00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-107, 30, 269, 0x1443}, + {-75, 0, 291, 0x13f3}, + {-70, 0, 243, 0x143b} + } +}; + +StandTile tile_1285 = { + 0x096200, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-107, 30, 269, 0x1437}, + {-75, 0, 315, 0x13f7}, + {-75, 0, 291, 0x143f} + } +}; + +StandTile tile_1286 = { + 0x085800, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-107, 30, 269, 0x1427}, + {-151, 40, 279, 0x0000}, + {-102, 31, 332, 0x1437} + } +}; + +StandTile tile_1287 = { + 0x090e00, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-136, 30, 169, 0x144f}, + {-167, 31, 210, 0x142f}, + {-127, 30, 180, 0x0000} + } +}; + +StandTile tile_1288 = { + 0x097100, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-136, 30, 169, 0x139b}, + {-167, 31, 169, 0x0000}, + {-167, 31, 210, 0x144b} + } +}; + +StandTile tile_1289 = { + 0x096600, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-127, 30, 180, 0x142f}, + {-121, 32, 219, 0x1463}, + {-114, 30, 200, 0x1433} + } +}; + +StandTile tile_1290 = { + 0x096700, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-74, 0, 192, 0x13d3}, + {-111, 29, 184, 0x1433}, + {-114, 30, 200, 0x145b} + } +}; + +StandTile tile_1291 = { + 0x09b800, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-74, 0, 192, 0x1457}, + {-114, 30, 200, 0x13cb}, + {-78, 2, 222, 0x145f} + } +}; + +StandTile tile_1292 = { + 0x096800, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-59, 1, 211, 0x110b}, + {-74, 0, 192, 0x145b}, + {-78, 2, 222, 0x0000} + } +}; + +StandTile tile_1293 = { + 0x09a300, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-70, 0, 243, 0x13cb}, + {-114, 30, 200, 0x1453}, + {-121, 32, 219, 0x143b} + } +}; + +StandTile tile_1294 = { + 0x08b300, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {70, 0, 234, 0x1513}, + {81, 0, 212, 0x1120}, + {37, 0, 234, 0x146b} + } +}; + +StandTile tile_1295 = { + 0x09a500, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {70, 0, 234, 0x1467}, + {37, 0, 234, 0x146f}, + {35, 0, 264, 0x1517} + } +}; + +StandTile tile_1296 = { + 0x087c00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {26, 0, 254, 0x0000}, + {35, 0, 264, 0x146b}, + {37, 0, 234, 0x1110} + } +}; + +StandTile tile_1297 = { + 0x08ac00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10, 0, 344, 0x0000}, + {4, 0, 334, 0x14db}, + {-26, 0, 342, 0x153f} + } +}; + +StandTile tile_1298 = { + 0x07ee00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {81, 0, 212, 0x14e3}, + {115, 11, 279, 0x147b}, + {107, 5, 218, 0x10eb} + } +}; + +StandTile tile_1299 = { + 0x08cf00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {115, 11, 279, 0x1487}, + {133, 11, 225, 0x10e3}, + {107, 5, 218, 0x1477} + } +}; + +StandTile tile_1300 = { + 0x07f000, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {163, 27, 327, 0x1483}, + {176, 16, 374, 0x0000}, + {202, 19, 327, 0x1493} + } +}; + +StandTile tile_1301 = { + 0x096e00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {163, 27, 327, 0x149f}, + {138, 24, 359, 0x1497}, + {176, 16, 374, 0x147f} + } +}; + +StandTile tile_1302 = { + 0x07f100, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {143, 26, 287, 0x148b}, + {133, 11, 225, 0x147b}, + {115, 11, 279, 0x14bf} + } +}; + +StandTile tile_1303 = { + 0x07f200, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {143, 26, 287, 0x14cb}, + {184, 19, 220, 0x10df}, + {133, 11, 225, 0x1487} + } +}; + +StandTile tile_1304 = { + 0x07f300, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {143, 26, 287, 0x14b7}, + {163, 27, 327, 0x1493}, + {204, 23, 272, 0x14cb} + } +}; + +StandTile tile_1305 = { + 0x096f00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {163, 27, 327, 0x147f}, + {202, 19, 327, 0x0000}, + {204, 23, 272, 0x148f} + } +}; + +StandTile tile_1306 = { + 0x082800, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {138, 24, 359, 0x149b}, + {163, 16, 409, 0x0000}, + {176, 16, 374, 0x1483} + } +}; + +StandTile tile_1307 = { + 0x082900, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {138, 24, 359, 0x14a7}, + {101, 9, 367, 0x1547}, + {163, 16, 409, 0x1497} + } +}; + +StandTile tile_1308 = { + 0x083200, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {144, 25, 315, 0x14ab}, + {138, 24, 359, 0x1483}, + {163, 27, 327, 0x14b7} + } +}; + +StandTile tile_1309 = { + 0x083402, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {101, 9, 367, 0x14a7}, + {124, 25, 331, 0x14af}, + {113, 24, 311, 0x14c7} + } +}; + +StandTile tile_1310 = { + 0x083401, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {101, 9, 367, 0x149b}, + {138, 24, 359, 0x14ab}, + {124, 25, 331, 0x14a3} + } +}; + +StandTile tile_1311 = { + 0x083700, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {124, 25, 331, 0x14a7}, + {138, 24, 359, 0x149f}, + {144, 25, 315, 0x14b3} + } +}; + +StandTile tile_1312 = { + 0x083902, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {124, 25, 331, 0x14b3}, + {143, 26, 287, 0x14bf}, + {113, 24, 311, 0x14a3} + } +}; + +StandTile tile_1313 = { + 0x083901, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {124, 25, 331, 0x14ab}, + {144, 25, 315, 0x14b7}, + {143, 26, 287, 0x14af} + } +}; + +StandTile tile_1314 = { + 0x083b00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {144, 25, 315, 0x149f}, + {163, 27, 327, 0x148f}, + {143, 26, 287, 0x14b3} + } +}; + +StandTile tile_1315 = { + 0x083c00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {115, 11, 279, 0x14e3}, + {69, 0, 271, 0x14c3}, + {113, 24, 311, 0x14bf} + } +}; + +StandTile tile_1316 = { + 0x083d00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {143, 26, 287, 0x1487}, + {115, 11, 279, 0x14bb}, + {113, 24, 311, 0x14af} + } +}; + +StandTile tile_1317 = { + 0x083e00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {69, 0, 271, 0x14ef}, + {68, 2, 305, 0x14f7}, + {113, 24, 311, 0x14bb} + } +}; + +StandTile tile_1318 = { + 0x083f00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {64, 3, 335, 0x153b}, + {101, 9, 367, 0x14a3}, + {113, 24, 311, 0x14f7} + } +}; + +StandTile tile_1319 = { + 0x084d00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {143, 26, 287, 0x148f}, + {204, 23, 272, 0x0000}, + {184, 19, 220, 0x148b} + } +}; + +StandTile tile_1320 = { + 0x085400, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, 342, 0x14db}, + {30, 3, 308, 0x14d3}, + {-6, 1, 319, 0x13ff} + } +}; + +StandTile tile_1321 = { + 0x098e00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {30, 3, 308, 0x14d7}, + {-6, 2, 314, 0x0000}, + {-6, 1, 319, 0x14cf} + } +}; + +StandTile tile_1322 = { + 0x098f00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {30, 3, 308, 0x14e7}, + {-4, 4, 280, 0x1403}, + {-6, 2, 314, 0x14d3} + } +}; + +StandTile tile_1323 = { + 0x08a900, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, 342, 0x1473}, + {4, 0, 334, 0x14f3}, + {30, 3, 308, 0x14cf} + } +}; + +StandTile tile_1324 = { + 0x08aa00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {10, 0, 344, 0x1543}, + {64, 3, 335, 0x14fb}, + {60, 0, 312, 0x0000} + } +}; + +StandTile tile_1325 = { + 0x087b00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {69, 0, 271, 0x14bb}, + {115, 11, 279, 0x1477}, + {81, 0, 212, 0x1513} + } +}; + +StandTile tile_1326 = { + 0x08b200, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4, 4, 280, 0x14d7}, + {30, 3, 308, 0x1507}, + {11, 0, 267, 0x1107} + } +}; + +StandTile tile_1327 = { + 0x08a800, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {30, 3, 308, 0x1503}, + {69, 0, 271, 0x150b}, + {32, 0, 292, 0x1507} + } +}; + +StandTile tile_1328 = { + 0x08a600, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {54, 0, 303, 0x14ff}, + {68, 2, 305, 0x14c3}, + {69, 0, 271, 0x1503} + } +}; + +StandTile tile_1329 = { + 0x08a700, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {30, 3, 308, 0x14db}, + {4, 0, 334, 0x0000}, + {54, 0, 303, 0x1503} + } +}; + +StandTile tile_1330 = { + 0x087f00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {64, 3, 335, 0x14c7}, + {113, 24, 311, 0x14c3}, + {68, 2, 305, 0x14fb} + } +}; + +StandTile tile_1331 = { + 0x08ad00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {64, 3, 335, 0x14f7}, + {68, 2, 305, 0x14ff}, + {60, 0, 312, 0x14df} + } +}; + +StandTile tile_1332 = { + 0x08ae00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {68, 2, 305, 0x14ef}, + {54, 0, 303, 0x0000}, + {60, 0, 312, 0x14fb} + } +}; + +StandTile tile_1333 = { + 0x08af00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {30, 3, 308, 0x14f3}, + {54, 0, 303, 0x14ef}, + {69, 0, 271, 0x14eb} + } +}; + +StandTile tile_1334 = { + 0x08bf00, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {30, 3, 308, 0x14eb}, + {32, 0, 292, 0x0000}, + {11, 0, 267, 0x14e7} + } +}; + +StandTile tile_1335 = { + 0x08c000, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {69, 0, 271, 0x150f}, + {47, 0, 279, 0x0000}, + {32, 0, 292, 0x14eb} + } +}; + +StandTile tile_1336 = { + 0x08c100, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {69, 0, 271, 0x151b}, + {40, 0, 270, 0x0000}, + {47, 0, 279, 0x150b} + } +}; + +StandTile tile_1337 = { + 0x08c200, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {69, 0, 271, 0x14e3}, + {81, 0, 212, 0x1467}, + {70, 0, 234, 0x151b} + } +}; + +StandTile tile_1338 = { + 0x09a600, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {40, 0, 270, 0x151b}, + {70, 0, 234, 0x146b}, + {35, 0, 264, 0x0000} + } +}; + +StandTile tile_1339 = { + 0x09a700, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {40, 0, 270, 0x150f}, + {69, 0, 271, 0x1513}, + {70, 0, 234, 0x1517} + } +}; + +StandTile tile_1340 = { + 0x082e02, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4, 0, 406, 0x1523}, + {-29, 16, 348, 0x1527}, + {-21, 13, 419, 0x152f} + } +}; + +StandTile tile_1341 = { + 0x082e01, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4, 0, 406, 0x153f}, + {-26, 0, 342, 0x13d7}, + {-29, 16, 348, 0x151f} + } +}; + +StandTile tile_1342 = { + 0x082f00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-21, 13, 419, 0x151f}, + {-29, 16, 348, 0x1423}, + {-102, 31, 332, 0x1537} + } +}; + +StandTile tile_1343 = { + 0x085200, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4, 0, 406, 0x152f}, + {15, 0, 463, 0x153b}, + {64, 3, 335, 0x1543} + } +}; + +StandTile tile_1344 = { + 0x085900, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4, 0, 406, 0x151f}, + {-21, 13, 419, 0x1533}, + {15, 0, 463, 0x152b} + } +}; + +StandTile tile_1345 = { + 0x085a00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-21, 13, 419, 0x1537}, + {-56, 22, 562, 0x1553}, + {15, 0, 463, 0x152f} + } +}; + +StandTile tile_1346 = { + 0x085b00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-56, 22, 562, 0x1533}, + {-21, 13, 419, 0x1527}, + {-102, 31, 332, 0x0000} + } +}; + +StandTile tile_1347 = { + 0x087400, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 463, 0x154b}, + {101, 9, 367, 0x14c7}, + {64, 3, 335, 0x152b} + } +}; + +StandTile tile_1348 = { + 0x088800, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-26, 0, 342, 0x1523}, + {-4, 0, 406, 0x1543}, + {10, 0, 344, 0x1473} + } +}; + +StandTile tile_1349 = { + 0x08ab00, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-4, 0, 406, 0x152b}, + {64, 3, 335, 0x14df}, + {10, 0, 344, 0x153f} + } +}; + +StandTile tile_1350 = { + 0x087500, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {101, 9, 367, 0x154f}, + {167, 0, 450, 0x0000}, + {163, 16, 409, 0x149b} + } +}; + +StandTile tile_1351 = { + 0x084b00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 463, 0x155b}, + {82, 1, 460, 0x154f}, + {101, 9, 367, 0x153b} + } +}; + +StandTile tile_1352 = { + 0x087600, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {101, 9, 367, 0x154b}, + {82, 1, 460, 0x1557}, + {167, 0, 450, 0x1547} + } +}; + +StandTile tile_1353 = { + 0x07fe00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-56, 22, 562, 0x1567}, + {110, 9, 547, 0x155b}, + {15, 0, 463, 0x1533} + } +}; + +StandTile tile_1354 = { + 0x082b00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {82, 1, 460, 0x155b}, + {110, 9, 547, 0x0000}, + {167, 0, 450, 0x154f} + } +}; + +StandTile tile_1355 = { + 0x082c00, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {15, 0, 463, 0x1553}, + {110, 9, 547, 0x1557}, + {82, 1, 460, 0x154b} + } +}; + +StandTile tile_1356 = { + 0x09cb00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {22, 16, 600, 0x159b}, + {45, 14, 570, 0x15a3}, + {34, 14, 577, 0x0000} + } +}; + +StandTile tile_1357 = { + 0x09ca00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6, 20, 640, 0x157f}, + {37, 15, 611, 0x159b}, + {22, 16, 600, 0x1597} + } +}; + +StandTile tile_1358 = { + 0x07f500, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-56, 22, 562, 0x1573}, + {13, 17, 566, 0x156b}, + {110, 9, 547, 0x1553} + } +}; + +StandTile tile_1359 = { + 0x09b000, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {13, 17, 566, 0x15a3}, + {45, 14, 570, 0x156f}, + {110, 9, 547, 0x1567} + } +}; + +StandTile tile_1360 = { + 0x09af00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {45, 14, 570, 0x159f}, + {92, 10, 574, 0x0000}, + {110, 9, 547, 0x156b} + } +}; + +StandTile tile_1361 = { + 0x07f600, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-56, 22, 562, 0x0000}, + {-37, 21, 578, 0x1593}, + {13, 17, 566, 0x1567} + } +}; + +StandTile tile_1362 = { + 0x07f700, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-37, 21, 578, 0x0000}, + {-32, 20, 615, 0x157b}, + {1, 18, 590, 0x1593} + } +}; + +StandTile tile_1363 = { + 0x07f800, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-32, 20, 615, 0x0000}, + {-6, 20, 640, 0x1597}, + {1, 18, 590, 0x1577} + } +}; + +StandTile tile_1364 = { + 0x07f900, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6, 20, 640, 0x1587}, + {75, 12, 631, 0x1583}, + {37, 15, 611, 0x1563} + } +}; + +StandTile tile_1365 = { + 0x09ae00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {75, 12, 631, 0x0000}, + {92, 10, 574, 0x159f}, + {37, 15, 611, 0x157f} + } +}; + +StandTile tile_1366 = { + 0x07fa00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6, 20, 640, 0x158b}, + {36, 16, 672, 0x158f}, + {75, 12, 631, 0x157f} + } +}; + +StandTile tile_1367 = { + 0x07fb00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-6, 20, 640, 0x0000}, + {-8, 19, 668, 0x0000}, + {36, 16, 672, 0x1587} + } +}; + +StandTile tile_1368 = { + 0x07fc00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {36, 16, 672, 0x0000}, + {75, 12, 661, 0x0000}, + {75, 12, 631, 0x1587} + } +}; + +StandTile tile_1369 = { + 0x09a800, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-37, 21, 578, 0x1577}, + {1, 18, 590, 0x0000}, + {13, 17, 566, 0x1573} + } +}; + +StandTile tile_1370 = { + 0x09aa00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {1, 18, 590, 0x157b}, + {-6, 20, 640, 0x1563}, + {22, 16, 600, 0x0000} + } +}; + +StandTile tile_1371 = { + 0x09ab00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {45, 14, 570, 0x155f}, + {22, 16, 600, 0x1563}, + {37, 15, 611, 0x159f} + } +}; + +StandTile tile_1372 = { + 0x09ac00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {37, 15, 611, 0x1583}, + {92, 10, 574, 0x156f}, + {45, 14, 570, 0x159b} + } +}; + +StandTile tile_1373 = { + 0x09ad00, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {13, 17, 566, 0x0000}, + {34, 14, 577, 0x155f}, + {45, 14, 570, 0x156b} + } +}; + +StandTile tile_1374 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/Tbg_tra_all_p_stanZ.c b/assets/obseg/stan/Tbg_tra_all_p_stanZ.c new file mode 100644 index 0000000..116c53b --- /dev/null +++ b/assets/obseg/stan/Tbg_tra_all_p_stanZ.c @@ -0,0 +1,9067 @@ +/* +* This file was automatically generated +* +* Wednesday, August 18, 2021 10:27:16 PM +* Getools.Lib: 21.8.18.1 +*/ + +#include +#include + +// forward declarations +StandTile tile_0; + +StandFileHeader Tbg_tra_all_p_stanZ = { + NULL, + &tile_0, + {0x00, 0x00, 0x06, 0x14, 0x00, 0x00, 0x06, 0x94, 0x00, 0x00, 0x00, 0x00} +}; + +StandTile tile_0 = { + 0x0f1d2a, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-4862, -10, 58, 0x0014}, + {-4749, -10, 13, 0x0000}, + {-4862, -10, 13, 0x001c} + } +}; + +StandTile tile_1 = { + 0x0f1d29, 0x39, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-4862, -10, 58, 0x0000}, + {-4749, 6, 58, 0x0034}, + {-4749, -10, 13, 0x0010} + } +}; + +StandTile tile_2 = { + 0x0f1c2a, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-4974, -10, 73, 0x001c}, + {-4862, -10, 13, 0x0000}, + {-4974, -10, 13, 0x0024} + } +}; + +StandTile tile_3 = { + 0x0f1c29, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-4974, -10, 73, 0x0000}, + {-4862, -10, 58, 0x0010}, + {-4862, -10, 13, 0x0018} + } +}; + +StandTile tile_4 = { + 0x0f1b2a, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-5086, 6, 73, 0x0024}, + {-4974, -10, 13, 0x0000}, + {-5086, -10, 13, 0x0028} + } +}; + +StandTile tile_5 = { + 0x0f1b29, 0x39, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-5086, 6, 73, 0x0000}, + {-4974, -10, 73, 0x0018}, + {-4974, -10, 13, 0x0020} + } +}; + +StandTile tile_6 = { + 0x0f1a2a, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-5199, -10, 13, 0x002c}, + {-5086, 6, 73, 0x0020}, + {-5086, -10, 13, 0x0000} + } +}; + +StandTile tile_7 = { + 0x0f1a29, 0x39, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-5199, -10, 13, 0x0000}, + {-5199, 6, 58, 0x0000}, + {-5086, 6, 73, 0x0028} + } +}; + +StandTile tile_8 = { + 0x0f192a, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-4749, -10, 13, 0x0034}, + {-4637, 6, 73, 0x0038}, + {-4637, -10, 13, 0x0000} + } +}; + +StandTile tile_9 = { + 0x0f1929, 0x39, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-4749, -10, 13, 0x0014}, + {-4749, 6, 58, 0x0000}, + {-4637, 6, 73, 0x0030} + } +}; + +StandTile tile_10 = { + 0x0f182a, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-4637, 6, 73, 0x003c}, + {-4525, -10, 13, 0x0000}, + {-4637, -10, 13, 0x0030} + } +}; + +StandTile tile_11 = { + 0x0f1829, 0x39, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-4637, 6, 73, 0x0000}, + {-4525, -10, 73, 0x0040}, + {-4525, -10, 13, 0x0038} + } +}; + +StandTile tile_12 = { + 0x0f172a, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-4525, -10, 73, 0x0044}, + {-4412, -10, 13, 0x0000}, + {-4525, -10, 13, 0x003c} + } +}; + +StandTile tile_13 = { + 0x0f1729, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-4525, -10, 73, 0x0000}, + {-4412, -10, 58, 0x0048}, + {-4412, -10, 13, 0x0040} + } +}; + +StandTile tile_14 = { + 0x0f162a, 0x39, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-4412, -10, 58, 0x004c}, + {-4300, -10, 13, 0x0000}, + {-4412, -10, 13, 0x0044} + } +}; + +StandTile tile_15 = { + 0x0f1629, 0x39, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-4412, -10, 58, 0x0000}, + {-4300, -10, 73, 0x006c}, + {-4300, -10, 13, 0x0048} + } +}; + +StandTile tile_16 = { + 0x0c1f2a, 0x38, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-3851, 6, 58, 0x0054}, + {-3963, -10, 13, 0x0058}, + {-3963, -10, 73, 0x0000} + } +}; + +StandTile tile_17 = { + 0x0c1f29, 0x38, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-3851, 6, 58, 0x008c}, + {-3851, -10, 13, 0x0000}, + {-3963, -10, 13, 0x0050} + } +}; + +StandTile tile_18 = { + 0x0c2d2a, 0x38, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-3963, -10, 13, 0x005c}, + {-4076, 6, 58, 0x0000}, + {-3963, -10, 73, 0x0050} + } +}; + +StandTile tile_19 = { + 0x0c2d29, 0x38, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-3963, -10, 13, 0x0000}, + {-4076, -10, 13, 0x0060}, + {-4076, 6, 58, 0x0058} + } +}; + +StandTile tile_20 = { + 0x0c302a, 0x38, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-4076, -10, 13, 0x0064}, + {-4188, -10, 73, 0x0000}, + {-4076, 6, 58, 0x005c} + } +}; + +StandTile tile_21 = { + 0x0c3029, 0x38, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-4076, -10, 13, 0x0000}, + {-4188, -10, 13, 0x0068}, + {-4188, -10, 73, 0x0060} + } +}; + +StandTile tile_22 = { + 0x0c312a, 0x38, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-4188, -10, 13, 0x006c}, + {-4300, -10, 73, 0x0000}, + {-4188, -10, 73, 0x0064} + } +}; + +StandTile tile_23 = { + 0x0c3129, 0x38, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-4188, -10, 13, 0x0000}, + {-4300, -10, 13, 0x004c}, + {-4300, -10, 73, 0x0068} + } +}; + +StandTile tile_24 = { + 0x0c272a, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-3514, -10, 58, 0x0074}, + {-3402, -10, 13, 0x0000}, + {-3514, -10, 13, 0x007c} + } +}; + +StandTile tile_25 = { + 0x0c2729, 0x37, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-3514, -10, 58, 0x0000}, + {-3402, 6, 73, 0x0094}, + {-3402, -10, 13, 0x0070} + } +}; + +StandTile tile_26 = { + 0x0c292a, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-3626, -10, 73, 0x007c}, + {-3514, -10, 13, 0x0000}, + {-3626, -10, 13, 0x0084} + } +}; + +StandTile tile_27 = { + 0x0c2929, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-3626, -10, 73, 0x0000}, + {-3514, -10, 58, 0x0070}, + {-3514, -10, 13, 0x0078} + } +}; + +StandTile tile_28 = { + 0x0c2b2a, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-3739, 6, 73, 0x0084}, + {-3626, -10, 13, 0x0000}, + {-3739, -10, 13, 0x0088} + } +}; + +StandTile tile_29 = { + 0x0c2b29, 0x37, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-3739, 6, 73, 0x0000}, + {-3626, -10, 73, 0x0078}, + {-3626, -10, 13, 0x0080} + } +}; + +StandTile tile_30 = { + 0x0c1d2a, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-3851, -10, 13, 0x008c}, + {-3739, 6, 73, 0x0080}, + {-3739, -10, 13, 0x0000} + } +}; + +StandTile tile_31 = { + 0x0c1d29, 0x37, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-3851, -10, 13, 0x0054}, + {-3851, 6, 58, 0x0000}, + {-3739, 6, 73, 0x0088} + } +}; + +StandTile tile_32 = { + 0x0c262a, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-3289, -10, 13, 0x0094}, + {-3402, 6, 73, 0x0000}, + {-3289, -10, 58, 0x009c} + } +}; + +StandTile tile_33 = { + 0x0c2629, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-3289, -10, 13, 0x0000}, + {-3402, -10, 13, 0x0074}, + {-3402, 6, 73, 0x0090} + } +}; + +StandTile tile_34 = { + 0x0c232a, 0x37, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-3177, -10, 13, 0x009c}, + {-3289, -10, 58, 0x0000}, + {-3177, 6, 73, 0x00a4} + } +}; + +StandTile tile_35 = { + 0x0c2329, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-3177, -10, 13, 0x0000}, + {-3289, -10, 13, 0x0090}, + {-3289, -10, 58, 0x0098} + } +}; + +StandTile tile_36 = { + 0x0c212a, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-3065, -10, 13, 0x00a4}, + {-3177, 6, 73, 0x0000}, + {-3065, -10, 73, 0x00a8} + } +}; + +StandTile tile_37 = { + 0x0c2129, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-3065, -10, 13, 0x0000}, + {-3177, -10, 13, 0x0098}, + {-3177, 6, 73, 0x00a0} + } +}; + +StandTile tile_38 = { + 0x0c1b2a, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2952, 6, 58, 0x00ac}, + {-3065, -10, 13, 0x00a0}, + {-3065, -10, 73, 0x0000} + } +}; + +StandTile tile_39 = { + 0x0c1b29, 0x37, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2952, 6, 58, 0x00cc}, + {-2952, -10, 13, 0x0000}, + {-3065, -10, 13, 0x00a8} + } +}; + +StandTile tile_40 = { + 0x0c072a, 0x36, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-2616, -10, 58, 0x00b4}, + {-2503, -10, 13, 0x0000}, + {-2616, -10, 13, 0x00b8} + } +}; + +StandTile tile_41 = { + 0x0c0729, 0x36, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-2616, -10, 58, 0x0000}, + {-2503, -10, 73, 0x0114}, + {-2503, -10, 13, 0x00b0} + } +}; + +StandTile tile_42 = { + 0x0d2d28, 0x36, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-2728, 6, 73, 0x0000}, + {-2616, -10, 58, 0x00b0}, + {-2616, -10, 13, 0x00bc} + } +}; + +StandTile tile_43 = { + 0x0c0528, 0x36, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-2728, 6, 73, 0x00b8}, + {-2616, -10, 13, 0x0000}, + {-2728, -10, 13, 0x00c4} + } +}; + +StandTile tile_44 = { + 0x0c032a, 0x36, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-2840, -10, 73, 0x00c4}, + {-2728, -10, 13, 0x0000}, + {-2840, -10, 13, 0x00c8} + } +}; + +StandTile tile_45 = { + 0x0c0329, 0x36, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-2840, -10, 73, 0x0000}, + {-2728, 6, 73, 0x00bc}, + {-2728, -10, 13, 0x00c0} + } +}; + +StandTile tile_46 = { + 0x0d2c28, 0x36, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-2952, 6, 58, 0x0000}, + {-2840, -10, 73, 0x00c0}, + {-2840, -10, 13, 0x00cc} + } +}; + +StandTile tile_47 = { + 0x0c0128, 0x36, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-2952, 6, 58, 0x00c8}, + {-2840, -10, 13, 0x0000}, + {-2952, -10, 13, 0x00ac} + } +}; + +StandTile tile_48 = { + 0x0e5e2a, 0x35, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1814, -3, -18, 0x00d4}, + {-1800, 7, -18, 0x00d8}, + {-1814, 16, -18, 0x0000} + } +}; + +StandTile tile_49 = { + 0x0e5e29, 0x35, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1814, -3, -18, 0x0000}, + {-1800, -3, -18, 0x0000}, + {-1800, 7, -18, 0x00d0} + } +}; + +StandTile tile_50 = { + 0x0e592a, 0x35, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1800, 7, -18, 0x00dc}, + {-1814, 25, -18, 0x0000}, + {-1814, 16, -18, 0x00d0} + } +}; + +StandTile tile_51 = { + 0x0e5929, 0x35, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1800, 7, -18, 0x0000}, + {-1800, 25, -18, 0x0000}, + {-1814, 25, -18, 0x00d8} + } +}; + +StandTile tile_52 = { + 0x0da628, 0x35, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1814, -3, -15, 0x0000}, + {-1839, -3, 1, 0x00f4}, + {-1813, -3, 0, 0x00e4} + } +}; + +StandTile tile_53 = { + 0x0da528, 0x35, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1814, -3, -15, 0x00e0}, + {-1813, -3, 0, 0x00ec}, + {-1800, -3, -1, 0x00e8} + } +}; + +StandTile tile_54 = { + 0x0d9028, 0x35, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1800, -3, -1, 0x0000}, + {-1800, -3, -15, 0x0000}, + {-1814, -3, -15, 0x00e4} + } +}; + +StandTile tile_55 = { + 0x0d8f28, 0x35, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1800, -10, 8, 0x0000}, + {-1800, -3, -1, 0x00e4}, + {-1813, -3, 0, 0x00f0} + } +}; + +StandTile tile_56 = { + 0x0d8e28, 0x35, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1839, -10, 10, 0x0000}, + {-1800, -10, 8, 0x00ec}, + {-1813, -3, 0, 0x00f4} + } +}; + +StandTile tile_57 = { + 0x0d8d28, 0x35, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1839, -10, 10, 0x00f0}, + {-1813, -3, 0, 0x00e0}, + {-1839, -3, 1, 0x0000} + } +}; + +StandTile tile_58 = { + 0x0d602a, 0x35, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1605, -10, 8, 0x00fc}, + {-2054, -10, 73, 0x0000}, + {-1605, -10, 73, 0x0000} + } +}; + +StandTile tile_59 = { + 0x0d6029, 0x35, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-1605, -10, 8, 0x0000}, + {-2054, -10, 8, 0x0108}, + {-2054, -10, 73, 0x00f8} + } +}; + +StandTile tile_60 = { + 0x0c0b28, 0x35, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2327, -10, 13, 0x0000}, + {-2503, -10, 13, 0x0110}, + {-2327, -10, 73, 0x0104} + } +}; + +StandTile tile_61 = { + 0x0c0a28, 0x35, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2249, -10, 73, 0x0118}, + {-2327, -10, 13, 0x0100}, + {-2327, -10, 73, 0x0000} + } +}; + +StandTile tile_62 = { + 0x0b6228, 0x35, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-2054, -10, 73, 0x00fc}, + {-2054, -10, 8, 0x010c}, + {-2249, -10, 73, 0x0000} + } +}; + +StandTile tile_63 = { + 0x0b6128, 0x35, + 0x0, + 0x0, 0x0, 0x0, + 3, + 0x0, 0x1, 0x2, + { + {-2054, -10, 8, 0x0000}, + {-2249, -10, 8, 0x011c}, + {-2249, -10, 73, 0x0108} + } +}; + +StandTile tile_64 = { + 0x0c0928, 0x35, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2415, -10, 73, 0x0000}, + {-2327, -10, 73, 0x0100}, + {-2503, -10, 13, 0x0114} + } +}; + +StandTile tile_65 = { + 0x0b5f28, 0x35, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2503, -10, 73, 0x0000}, + {-2415, -10, 73, 0x0110}, + {-2503, -10, 13, 0x00b4} + } +}; + +StandTile tile_66 = { + 0x0b5d28, 0x35, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2249, -10, 73, 0x011c}, + {-2288, -10, 10, 0x0000}, + {-2327, -10, 13, 0x0104} + } +}; + +StandTile tile_67 = { + 0x0b5c28, 0x35, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2249, -10, 73, 0x010c}, + {-2249, -10, 8, 0x0140}, + {-2288, -10, 10, 0x0118} + } +}; + +StandTile tile_68 = { + 0x0e672a, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2263, 0, -15, 0x0124}, + {-2263, 16, -2, 0x0000}, + {-2263, 0, -2, 0x0148} + } +}; + +StandTile tile_69 = { + 0x0e6729, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2263, 0, -15, 0x0128}, + {-2263, 16, -15, 0x0130}, + {-2263, 16, -2, 0x0120} + } +}; + +StandTile tile_70 = { + 0x0b562a, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2263, 0, -15, 0x012c}, + {-2249, 7, -15, 0x0138}, + {-2263, 16, -15, 0x0124} + } +}; + +StandTile tile_71 = { + 0x0b5629, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2263, 0, -15, 0x014c}, + {-2249, 0, -15, 0x0000}, + {-2249, 7, -15, 0x0128} + } +}; + +StandTile tile_72 = { + 0x093c2a, 0x35, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2263, 16, -15, 0x0134}, + {-2263, 25, -2, 0x0000}, + {-2263, 16, -2, 0x0124} + } +}; + +StandTile tile_73 = { + 0x093c29, 0x35, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2263, 16, -15, 0x0138}, + {-2263, 25, -15, 0x01e8}, + {-2263, 25, -2, 0x0130} + } +}; + +StandTile tile_74 = { + 0x093e2a, 0x35, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-2249, 7, -15, 0x013c}, + {-2263, 25, -15, 0x0134}, + {-2263, 16, -15, 0x0128} + } +}; + +StandTile tile_75 = { + 0x093e29, 0x35, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-2249, 7, -15, 0x0000}, + {-2249, 25, -15, 0x01ec}, + {-2263, 25, -15, 0x0138} + } +}; + +StandTile tile_76 = { + 0x0e7028, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2249, -10, 8, 0x0144}, + {-2263, 0, -2, 0x0000}, + {-2288, -10, 10, 0x011c} + } +}; + +StandTile tile_77 = { + 0x0e6f28, 0x35, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2249, -10, 8, 0x0000}, + {-2249, 0, -2, 0x0148}, + {-2263, 0, -2, 0x0140} + } +}; + +StandTile tile_78 = { + 0x0e6d2a, 0x35, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2249, 0, -2, 0x014c}, + {-2263, 0, -15, 0x0120}, + {-2263, 0, -2, 0x0144} + } +}; + +StandTile tile_79 = { + 0x0e6d29, 0x35, + 0x1, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2249, 0, -2, 0x0000}, + {-2249, 0, -15, 0x012c}, + {-2263, 0, -15, 0x0148} + } +}; + +StandTile tile_80 = { + 0x071c2a, 0x34, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2454, 25, -20, 0x0154}, + {-2445, 25, -23, 0x018c}, + {-2454, 25, -23, 0x0000} + } +}; + +StandTile tile_81 = { + 0x071c29, 0x34, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-2454, 25, -20, 0x0184}, + {-2445, 25, -20, 0x019c}, + {-2445, 25, -23, 0x0150} + } +}; + +StandTile tile_82 = { + 0x06e22a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2434, 25, -21, 0x015c}, + {-2433, 25, -37, 0x0000}, + {-2434, 25, -37, 0x01a4} + } +}; + +StandTile tile_83 = { + 0x06e229, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2434, 25, -21, 0x0000}, + {-2433, 25, -21, 0x01b0}, + {-2433, 25, -37, 0x0158} + } +}; + +StandTile tile_84 = { + 0x06e12a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2503, 25, -39, 0x0164}, + {-2497, 25, -20, 0x0170}, + {-2497, 25, -39, 0x0000} + } +}; + +StandTile tile_85 = { + 0x06e129, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2503, 25, -39, 0x0000}, + {-2503, 25, -20, 0x0000}, + {-2497, 25, -20, 0x0160} + } +}; + +StandTile tile_86 = { + 0x06e02a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2474, 25, -57, 0x016c}, + {-2497, 25, -39, 0x0170}, + {-2474, 25, -39, 0x0000} + } +}; + +StandTile tile_87 = { + 0x06e029, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2474, 25, -57, 0x0000}, + {-2494, 25, -57, 0x0000}, + {-2497, 25, -39, 0x0168} + } +}; + +StandTile tile_88 = { + 0x06df28, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2497, 25, -39, 0x0160}, + {-2497, 25, -20, 0x0178}, + {-2474, 25, -39, 0x0168} + } +}; + +StandTile tile_89 = { + 0x06de2a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2474, 25, -39, 0x0178}, + {-2494, 25, -2, 0x017c}, + {-2454, 25, -20, 0x0000} + } +}; + +StandTile tile_90 = { + 0x06de29, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2474, 25, -39, 0x0170}, + {-2497, 25, -20, 0x0000}, + {-2494, 25, -2, 0x0174} + } +}; + +StandTile tile_91 = { + 0x06dd28, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2474, 25, -2, 0x0180}, + {-2454, 25, -20, 0x0174}, + {-2494, 25, -2, 0x0000} + } +}; + +StandTile tile_92 = { + 0x06dc2a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2436, 25, -2, 0x0184}, + {-2454, 25, -20, 0x017c}, + {-2474, 25, -2, 0x0000} + } +}; + +StandTile tile_93 = { + 0x06dc29, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2436, 25, -2, 0x0194}, + {-2445, 25, -20, 0x0154}, + {-2454, 25, -20, 0x0180} + } +}; + +StandTile tile_94 = { + 0x06db28, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2436, 25, -57, 0x0000}, + {-2471, 25, -57, 0x018c}, + {-2445, 25, -23, 0x01a0} + } +}; + +StandTile tile_95 = { + 0x06da2a, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2471, 25, -57, 0x0190}, + {-2454, 25, -23, 0x0150}, + {-2445, 25, -23, 0x0188} + } +}; + +StandTile tile_96 = { + 0x06da29, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2471, 25, -57, 0x0000}, + {-2471, 25, -39, 0x0000}, + {-2454, 25, -23, 0x018c} + } +}; + +StandTile tile_97 = { + 0x06f928, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2445, 25, -20, 0x0184}, + {-2436, 25, -2, 0x0000}, + {-2436, 25, -20, 0x019c} + } +}; + +StandTile tile_98 = { + 0x06fa2a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2445, 25, -23, 0x019c}, + {-2436, 25, -20, 0x01a8}, + {-2436, 25, -39, 0x01a0} + } +}; + +StandTile tile_99 = { + 0x06fa29, 0x34, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-2445, 25, -23, 0x0154}, + {-2445, 25, -20, 0x0194}, + {-2436, 25, -20, 0x0198} + } +}; + +StandTile tile_100 = { + 0x06d928, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2436, 25, -57, 0x0188}, + {-2445, 25, -23, 0x0198}, + {-2436, 25, -39, 0x0000} + } +}; + +StandTile tile_101 = { + 0x06d82a, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2434, 25, -37, 0x01a8}, + {-2436, 25, -20, 0x0000}, + {-2434, 25, -21, 0x0158} + } +}; + +StandTile tile_102 = { + 0x06d829, 0x34, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2434, 25, -37, 0x0000}, + {-2436, 25, -39, 0x0198}, + {-2436, 25, -20, 0x01a4} + } +}; + +StandTile tile_103 = { + 0x06d52a, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2431, 25, -39, 0x01b0}, + {-2433, 25, -21, 0x0000}, + {-2431, 25, -20, 0x01f0} + } +}; + +StandTile tile_104 = { + 0x06d529, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2431, 25, -39, 0x0000}, + {-2433, 25, -37, 0x015c}, + {-2433, 25, -21, 0x01ac} + } +}; + +StandTile tile_105 = { + 0x06cf2a, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2246, 25, -37, 0x01b8}, + {-2248, 25, -21, 0x0000}, + {-2246, 25, -21, 0x0250} + } +}; + +StandTile tile_106 = { + 0x06cf29, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2246, 25, -37, 0x0000}, + {-2248, 25, -37, 0x020c}, + {-2248, 25, -21, 0x01b4} + } +}; + +StandTile tile_107 = { + 0x0cfa2a, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2336, 25, -11, 0x01c0}, + {-2318, 25, -20, 0x0234}, + {-2357, 25, -20, 0x01c4} + } +}; + +StandTile tile_108 = { + 0x0cfa29, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2336, 25, -11, 0x0000}, + {-2318, 25, -11, 0x0000}, + {-2318, 25, -20, 0x01bc} + } +}; + +StandTile tile_109 = { + 0x0cf92a, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2357, 25, -20, 0x01c8}, + {-2336, 25, -2, 0x0000}, + {-2336, 25, -11, 0x01bc} + } +}; + +StandTile tile_110 = { + 0x0cf929, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2357, 25, -20, 0x0000}, + {-2357, 25, -2, 0x0000}, + {-2336, 25, -2, 0x01c4} + } +}; + +StandTile tile_111 = { + 0x0cf82a, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2327, 25, -39, 0x01d0}, + {-2367, 25, -48, 0x0200}, + {-2367, 25, -39, 0x0238} + } +}; + +StandTile tile_112 = { + 0x0cf829, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2327, 25, -39, 0x0000}, + {-2327, 25, -48, 0x0000}, + {-2367, 25, -48, 0x01cc} + } +}; + +StandTile tile_113 = { + 0x0cf728, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2308, 25, -48, 0x01e0}, + {-2308, 25, -39, 0x0220}, + {-2258, 25, -39, 0x01d8} + } +}; + +StandTile tile_114 = { + 0x0cfc28, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2308, 25, -48, 0x01d4}, + {-2258, 25, -39, 0x0000}, + {-2258, 25, -57, 0x01dc} + } +}; + +StandTile tile_115 = { + 0x0cf628, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2308, 25, -57, 0x0000}, + {-2308, 25, -48, 0x01d8}, + {-2258, 25, -57, 0x0000} + } +}; + +StandTile tile_116 = { + 0x0cf52a, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2318, 25, -48, 0x01e4}, + {-2308, 25, -39, 0x01d4}, + {-2308, 25, -48, 0x0000} + } +}; + +StandTile tile_117 = { + 0x0cf529, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2318, 25, -48, 0x0000}, + {-2318, 25, -39, 0x0228}, + {-2308, 25, -39, 0x01e0} + } +}; + +StandTile tile_118 = { + 0x093928, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2308, 25, -2, 0x0000}, + {-2263, 25, -2, 0x0134}, + {-2263, 25, -15, 0x0224} + } +}; + +StandTile tile_119 = { + 0x073628, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2249, 25, -15, 0x0000}, + {-2249, 25, -20, 0x0214}, + {-2263, 25, -15, 0x013c} + } +}; + +StandTile tile_120 = { + 0x07302a, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2431, 25, -20, 0x01f4}, + {-2367, 25, -39, 0x0200}, + {-2431, 25, -39, 0x01ac} + } +}; + +StandTile tile_121 = { + 0x073029, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2431, 25, -20, 0x0204}, + {-2367, 25, -20, 0x0238}, + {-2367, 25, -39, 0x01f0} + } +}; + +StandTile tile_122 = { + 0x0cfb2a, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2367, 25, -48, 0x01fc}, + {-2431, 25, -57, 0x0000}, + {-2431, 25, -39, 0x0200} + } +}; + +StandTile tile_123 = { + 0x0cfb29, 0x33, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-2367, 25, -48, 0x0000}, + {-2367, 25, -57, 0x0000}, + {-2431, 25, -57, 0x01f8} + } +}; + +StandTile tile_124 = { + 0x072f28, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2367, 25, -39, 0x01cc}, + {-2367, 25, -48, 0x01f8}, + {-2431, 25, -39, 0x01f0} + } +}; + +StandTile tile_125 = { + 0x07312a, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2431, 25, -2, 0x0208}, + {-2367, 25, -20, 0x01f4}, + {-2431, 25, -20, 0x0000} + } +}; + +StandTile tile_126 = { + 0x073129, 0x33, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {-2431, 25, -2, 0x0000}, + {-2367, 25, -2, 0x0000}, + {-2367, 25, -20, 0x0204} + } +}; + +StandTile tile_127 = { + 0x06d02a, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2248, 25, -37, 0x0210}, + {-2249, 25, -20, 0x0000}, + {-2248, 25, -21, 0x01b8} + } +}; + +StandTile tile_128 = { + 0x06d029, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2248, 25, -37, 0x0000}, + {-2249, 25, -39, 0x0214}, + {-2249, 25, -20, 0x020c} + } +}; + +StandTile tile_129 = { + 0x073828, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2263, 25, -15, 0x01ec}, + {-2249, 25, -20, 0x0210}, + {-2249, 25, -39, 0x0218} + } +}; + +StandTile tile_130 = { + 0x0cfd28, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2263, 25, -15, 0x0214}, + {-2249, 25, -39, 0x0000}, + {-2258, 25, -39, 0x0220} + } +}; + +StandTile tile_131 = { + 0x073c2a, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2263, 25, -15, 0x0220}, + {-2308, 25, -39, 0x022c}, + {-2308, 25, -20, 0x0224} + } +}; + +StandTile tile_132 = { + 0x073c29, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2263, 25, -15, 0x0218}, + {-2258, 25, -39, 0x01d4}, + {-2308, 25, -39, 0x021c} + } +}; + +StandTile tile_133 = { + 0x06d228, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2308, 25, -2, 0x01e8}, + {-2263, 25, -15, 0x021c}, + {-2308, 25, -20, 0x0000} + } +}; + +StandTile tile_134 = { + 0x0cf32a, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2318, 25, -20, 0x022c}, + {-2308, 25, -39, 0x01e4}, + {-2318, 25, -39, 0x0234} + } +}; + +StandTile tile_135 = { + 0x0cf329, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2318, 25, -20, 0x0000}, + {-2308, 25, -20, 0x021c}, + {-2308, 25, -39, 0x0228} + } +}; + +StandTile tile_136 = { + 0x0cf42a, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2357, 25, -20, 0x0234}, + {-2318, 25, -39, 0x0000}, + {-2327, 25, -39, 0x023c} + } +}; + +StandTile tile_137 = { + 0x0cf429, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2357, 25, -20, 0x01bc}, + {-2318, 25, -20, 0x0228}, + {-2318, 25, -39, 0x0230} + } +}; + +StandTile tile_138 = { + 0x06d62a, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2367, 25, -20, 0x023c}, + {-2327, 25, -39, 0x01cc}, + {-2367, 25, -39, 0x01f4} + } +}; + +StandTile tile_139 = { + 0x06d629, 0x33, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2367, 25, -20, 0x0000}, + {-2357, 25, -20, 0x0230}, + {-2327, 25, -39, 0x0238} + } +}; + +StandTile tile_140 = { + 0x06ce28, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2244, 25, -57, 0x0000}, + {-2244, 25, -39, 0x0244}, + {-2188, 25, -57, 0x0000} + } +}; + +StandTile tile_141 = { + 0x06cd28, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2188, 25, -57, 0x0240}, + {-2244, 25, -39, 0x0248}, + {-2188, 25, -20, 0x0000} + } +}; + +StandTile tile_142 = { + 0x06cc28, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2188, 25, -20, 0x0244}, + {-2244, 25, -39, 0x024c}, + {-2244, 25, -20, 0x0254} + } +}; + +StandTile tile_143 = { + 0x06cb2a, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2244, 25, -39, 0x0250}, + {-2246, 25, -21, 0x0000}, + {-2244, 25, -20, 0x0248} + } +}; + +StandTile tile_144 = { + 0x06cb29, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2244, 25, -39, 0x0000}, + {-2246, 25, -37, 0x01b4}, + {-2246, 25, -21, 0x024c} + } +}; + +StandTile tile_145 = { + 0x06ca28, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2244, 25, -20, 0x0000}, + {-2244, 25, -2, 0x0258}, + {-2188, 25, -20, 0x0248} + } +}; + +StandTile tile_146 = { + 0x06c928, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2188, 25, -20, 0x0254}, + {-2244, 25, -2, 0x0000}, + {-2188, 25, -2, 0x025c} + } +}; + +StandTile tile_147 = { + 0x06c82a, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2188, 25, -2, 0x0260}, + {-2187, 25, -18, 0x0000}, + {-2188, 25, -20, 0x0258} + } +}; + +StandTile tile_148 = { + 0x06c829, 0x32, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2188, 25, -2, 0x0000}, + {-2187, 25, -3, 0x0278}, + {-2187, 25, -18, 0x025c} + } +}; + +StandTile tile_149 = { + 0x06c72a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2185, 25, -2, 0x0268}, + {-2106, 25, -20, 0x026c}, + {-2185, 25, -20, 0x0274} + } +}; + +StandTile tile_150 = { + 0x06c729, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2185, 25, -2, 0x0000}, + {-2106, 25, -2, 0x0000}, + {-2106, 25, -20, 0x0264} + } +}; + +StandTile tile_151 = { + 0x06c62a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2106, 25, -20, 0x0270}, + {-2167, 25, -36, 0x027c}, + {-2185, 25, -20, 0x0264} + } +}; + +StandTile tile_152 = { + 0x06c629, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2106, 25, -20, 0x0000}, + {-2122, 25, -36, 0x0000}, + {-2167, 25, -36, 0x026c} + } +}; + +StandTile tile_153 = { + 0x06c52a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2185, 25, -20, 0x0278}, + {-2187, 25, -3, 0x0000}, + {-2185, 25, -2, 0x0264} + } +}; + +StandTile tile_154 = { + 0x06c529, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2185, 25, -20, 0x0000}, + {-2187, 25, -18, 0x0260}, + {-2187, 25, -3, 0x0274} + } +}; + +StandTile tile_155 = { + 0x06c428, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2167, 25, -36, 0x0284}, + {-2185, 25, -36, 0x0000}, + {-2185, 25, -20, 0x026c} + } +}; + +StandTile tile_156 = { + 0x06c32a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2183, 25, -37, 0x0284}, + {-2167, 25, -36, 0x0000}, + {-2169, 25, -37, 0x02bc} + } +}; + +StandTile tile_157 = { + 0x06c329, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2183, 25, -37, 0x0000}, + {-2185, 25, -36, 0x027c}, + {-2167, 25, -36, 0x0280} + } +}; + +StandTile tile_158 = { + 0x06c22a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2185, 25, -39, 0x028c}, + {-2169, 25, -38, 0x0000}, + {-2167, 25, -39, 0x0290} + } +}; + +StandTile tile_159 = { + 0x06c229, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2185, 25, -39, 0x0000}, + {-2183, 25, -38, 0x02c0}, + {-2169, 25, -38, 0x0288} + } +}; + +StandTile tile_160 = { + 0x06c128, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2185, 25, -57, 0x0000}, + {-2185, 25, -39, 0x0288}, + {-2167, 25, -39, 0x0298} + } +}; + +StandTile tile_161 = { + 0x06c02a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2185, 25, -57, 0x0298}, + {-2122, 25, -39, 0x029c}, + {-2103, 25, -57, 0x0000} + } +}; + +StandTile tile_162 = { + 0x06c029, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2185, 25, -57, 0x0290}, + {-2167, 25, -39, 0x0000}, + {-2122, 25, -39, 0x0294} + } +}; + +StandTile tile_163 = { + 0x06bf28, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2103, 25, -57, 0x0294}, + {-2122, 25, -39, 0x02a0}, + {-2083, 25, -57, 0x0000} + } +}; + +StandTile tile_164 = { + 0x06be28, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2122, 25, -39, 0x0000}, + {-2103, 25, -20, 0x02a4}, + {-2083, 25, -57, 0x029c} + } +}; + +StandTile tile_165 = { + 0x06bd28, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2083, 25, -57, 0x02a0}, + {-2103, 25, -20, 0x02b0}, + {-2080, 25, -39, 0x0000} + } +}; + +StandTile tile_166 = { + 0x06bc2a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2103, 25, -20, 0x02ac}, + {-2083, 25, -2, 0x0000}, + {-2080, 25, -20, 0x02b0} + } +}; + +StandTile tile_167 = { + 0x06bc29, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2103, 25, -20, 0x0000}, + {-2103, 25, -2, 0x0000}, + {-2083, 25, -2, 0x02a8} + } +}; + +StandTile tile_168 = { + 0x06bb28, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2103, 25, -20, 0x02a8}, + {-2080, 25, -20, 0x02b8}, + {-2080, 25, -39, 0x02a4} + } +}; + +StandTile tile_169 = { + 0x06ba2a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2080, 25, -39, 0x02b8}, + {-2074, 25, -20, 0x02c4}, + {-2074, 25, -39, 0x0000} + } +}; + +StandTile tile_170 = { + 0x06ba29, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2080, 25, -39, 0x02b0}, + {-2080, 25, -20, 0x0000}, + {-2074, 25, -20, 0x02b4} + } +}; + +StandTile tile_171 = { + 0x05c42a, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2169, 25, -38, 0x02c0}, + {-2183, 25, -37, 0x0280}, + {-2169, 25, -37, 0x0000} + } +}; + +StandTile tile_172 = { + 0x05c429, 0x31, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2169, 25, -38, 0x028c}, + {-2183, 25, -38, 0x0000}, + {-2183, 25, -37, 0x02bc} + } +}; + +StandTile tile_173 = { + 0x039e22, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2074, 25, -20, 0x02c8}, + {-2057, 25, -39, 0x0000}, + {-2074, 25, -39, 0x02b4} + } +}; + +StandTile tile_174 = { + 0x039e21, 0x30, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2074, 25, -20, 0x0000}, + {-2057, 25, -20, 0x04d0}, + {-2057, 25, -39, 0x02c4} + } +}; + +StandTile tile_175 = { + 0x039620, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1686, 25, -18, 0x0000}, + {-1635, 25, -18, 0x0000}, + {-1635, 25, -24, 0x02d0} + } +}; + +StandTile tile_176 = { + 0x039520, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1686, 25, -18, 0x02cc}, + {-1635, 25, -24, 0x0300}, + {-1645, 25, -33, 0x02d4} + } +}; + +StandTile tile_177 = { + 0x039320, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1686, 25, -33, 0x0000}, + {-1686, 25, -18, 0x02d0}, + {-1645, 25, -33, 0x0000} + } +}; + +StandTile tile_178 = { + 0x038d22, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1615, 25, -39, 0x02dc}, + {-1608, 25, -20, 0x04d4}, + {-1608, 25, -39, 0x0000} + } +}; + +StandTile tile_179 = { + 0x038d21, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1615, 25, -39, 0x02e0}, + {-1615, 25, -20, 0x0000}, + {-1608, 25, -20, 0x02d8} + } +}; + +StandTile tile_180 = { + 0x038c22, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1618, 25, -39, 0x02e4}, + {-1615, 25, -20, 0x02dc}, + {-1615, 25, -39, 0x0000} + } +}; + +StandTile tile_181 = { + 0x038c21, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1618, 25, -39, 0x02ec}, + {-1618, 25, -20, 0x0000}, + {-1615, 25, -20, 0x02e0} + } +}; + +StandTile tile_182 = { + 0x038b20, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1618, 25, -20, 0x02ec}, + {-1624, 25, -16, 0x0000}, + {-1618, 25, -16, 0x0000} + } +}; + +StandTile tile_183 = { + 0x038a22, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1618, 25, -39, 0x02f0}, + {-1624, 25, -16, 0x02e8}, + {-1618, 25, -20, 0x02e4} + } +}; + +StandTile tile_184 = { + 0x038a21, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1618, 25, -39, 0x02f4}, + {-1632, 25, -24, 0x0000}, + {-1624, 25, -16, 0x02ec} + } +}; + +StandTile tile_185 = { + 0x03c020, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1632, 25, -24, 0x02f0}, + {-1618, 25, -39, 0x0308}, + {-1644, 25, -34, 0x02f8} + } +}; + +StandTile tile_186 = { + 0x038920, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1634, 25, -24, 0x0000}, + {-1632, 25, -24, 0x02f4}, + {-1644, 25, -34, 0x02fc} + } +}; + +StandTile tile_187 = { + 0x038822, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1645, 25, -33, 0x0300}, + {-1634, 25, -24, 0x02f8}, + {-1644, 25, -34, 0x0000} + } +}; + +StandTile tile_188 = { + 0x038821, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1645, 25, -33, 0x02d0}, + {-1635, 25, -24, 0x0000}, + {-1634, 25, -24, 0x02fc} + } +}; + +StandTile tile_189 = { + 0x038622, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1644, 25, -34, 0x0308}, + {-1618, 25, -42, 0x030c}, + {-1644, 25, -36, 0x0000} + } +}; + +StandTile tile_190 = { + 0x038621, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1644, 25, -34, 0x02f4}, + {-1618, 25, -39, 0x0000}, + {-1618, 25, -42, 0x0304} + } +}; + +StandTile tile_191 = { + 0x038520, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1644, 25, -36, 0x0304}, + {-1618, 25, -42, 0x0000}, + {-1631, 25, -55, 0x0310} + } +}; + +StandTile tile_192 = { + 0x038320, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1631, 25, -55, 0x0000}, + {-1647, 25, -55, 0x0318}, + {-1644, 25, -36, 0x030c} + } +}; + +StandTile tile_193 = { + 0x038222, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1686, 25, -36, 0x0318}, + {-1647, 25, -55, 0x0000}, + {-1686, 25, -55, 0x0320} + } +}; + +StandTile tile_194 = { + 0x038221, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1686, 25, -36, 0x0000}, + {-1644, 25, -36, 0x0310}, + {-1647, 25, -55, 0x0314} + } +}; + +StandTile tile_195 = { + 0x038122, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1687, 25, -38, 0x0320}, + {-1686, 25, -55, 0x0000}, + {-1687, 25, -53, 0x0324} + } +}; + +StandTile tile_196 = { + 0x038121, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1687, 25, -38, 0x0000}, + {-1686, 25, -36, 0x0314}, + {-1686, 25, -55, 0x031c} + } +}; + +StandTile tile_197 = { + 0x031122, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1687, 25, -53, 0x0328}, + {-1689, 25, -38, 0x0000}, + {-1687, 25, -38, 0x031c} + } +}; + +StandTile tile_198 = { + 0x031121, 0x2f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1687, 25, -53, 0x0000}, + {-1689, 25, -53, 0x0330}, + {-1689, 25, -38, 0x0324} + } +}; + +StandTile tile_199 = { + 0x037f22, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1696, 25, -3, 0x0330}, + {-1689, 25, -55, 0x0000}, + {-1696, 25, -55, 0x033e} + } +}; + +StandTile tile_200 = { + 0x037f21, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-1696, 25, -3, 0x0336}, + {-1689, 25, -36, 0x0000}, + {-1689, 25, -38, 0x0328}, + {-1689, 25, -53, 0x0000}, + {-1689, 25, -55, 0x032c} + } +}; + +StandTile tile_201 = { + 0x037e20, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1696, 25, -3, 0x0000}, + {-1689, 25, -3, 0x0000}, + {-1689, 25, -36, 0x0330} + } +}; + +StandTile tile_202 = { + 0x037d22, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1729, 25, -3, 0x033e}, + {-1696, 25, -55, 0x0000}, + {-1729, 25, -55, 0x0346} + } +}; + +StandTile tile_203 = { + 0x037d21, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1729, 25, -3, 0x0000}, + {-1696, 25, -3, 0x032c}, + {-1696, 25, -55, 0x033a} + } +}; + +StandTile tile_204 = { + 0x037a22, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1735, 25, -3, 0x0346}, + {-1729, 25, -55, 0x0000}, + {-1735, 25, -55, 0x034e} + } +}; + +StandTile tile_205 = { + 0x037a21, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1735, 25, -3, 0x0000}, + {-1729, 25, -3, 0x033a}, + {-1729, 25, -55, 0x0342} + } +}; + +StandTile tile_206 = { + 0x037922, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1768, 25, -3, 0x034e}, + {-1735, 25, -55, 0x0000}, + {-1768, 25, -55, 0x0356} + } +}; + +StandTile tile_207 = { + 0x037921, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1768, 25, -3, 0x0000}, + {-1735, 25, -3, 0x0342}, + {-1735, 25, -55, 0x034a} + } +}; + +StandTile tile_208 = { + 0x037622, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1774, 25, -3, 0x0356}, + {-1768, 25, -55, 0x0000}, + {-1774, 25, -55, 0x035e} + } +}; + +StandTile tile_209 = { + 0x037621, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1774, 25, -3, 0x0000}, + {-1768, 25, -3, 0x034a}, + {-1768, 25, -55, 0x0352} + } +}; + +StandTile tile_210 = { + 0x037522, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1807, 25, -3, 0x035e}, + {-1774, 25, -55, 0x0000}, + {-1807, 25, -55, 0x0362} + } +}; + +StandTile tile_211 = { + 0x037521, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1807, 25, -3, 0x0000}, + {-1774, 25, -3, 0x0352}, + {-1774, 25, -55, 0x035a} + } +}; + +StandTile tile_212 = { + 0x037222, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1807, 25, -55, 0x0366}, + {-1813, 25, -20, 0x036a}, + {-1807, 25, -3, 0x035a} + } +}; + +StandTile tile_213 = { + 0x037221, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1807, 25, -55, 0x036e}, + {-1813, 25, -39, 0x0372}, + {-1813, 25, -20, 0x0362} + } +}; + +StandTile tile_214 = { + 0x037120, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1813, 25, -20, 0x0000}, + {-1813, 25, -3, 0x0000}, + {-1807, 25, -3, 0x0362} + } +}; + +StandTile tile_215 = { + 0x037020, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1807, 25, -55, 0x0000}, + {-1813, 25, -55, 0x0000}, + {-1813, 25, -39, 0x0366} + } +}; + +StandTile tile_216 = { + 0x036f22, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1813, 25, -39, 0x0376}, + {-1814, 25, -22, 0x0000}, + {-1813, 25, -20, 0x0366} + } +}; + +StandTile tile_217 = { + 0x036f21, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1813, 25, -39, 0x0000}, + {-1814, 25, -37, 0x037a}, + {-1814, 25, -22, 0x0372} + } +}; + +StandTile tile_218 = { + 0x031522, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1814, 25, -37, 0x037e}, + {-1816, 25, -22, 0x0000}, + {-1814, 25, -22, 0x0376} + } +}; + +StandTile tile_219 = { + 0x031521, 0x2e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1814, 25, -37, 0x0000}, + {-1816, 25, -37, 0x03ee}, + {-1816, 25, -22, 0x037a} + } +}; + +StandTile tile_220 = { + 0x03be20, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1842, 25, -13, 0x0000}, + {-1838, 25, -11, 0x039e}, + {-1833, 25, -17, 0x0386} + } +}; + +StandTile tile_221 = { + 0x036e20, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1850, 25, -17, 0x038e}, + {-1842, 25, -13, 0x0382}, + {-1833, 25, -17, 0x0000} + } +}; + +StandTile tile_222 = { + 0x036d22, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1842, 25, -13, 0x038e}, + {-1850, 25, -2, 0x0396}, + {-1842, 25, -7, 0x0000} + } +}; + +StandTile tile_223 = { + 0x036d21, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1842, 25, -13, 0x0386}, + {-1850, 25, -17, 0x0000}, + {-1850, 25, -2, 0x038a} + } +}; + +StandTile tile_224 = { + 0x036c22, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1842, 25, -7, 0x0396}, + {-1816, 25, -2, 0x039a}, + {-1838, 25, -8, 0x0000} + } +}; + +StandTile tile_225 = { + 0x036c21, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1842, 25, -7, 0x038a}, + {-1850, 25, -2, 0x0000}, + {-1816, 25, -2, 0x0392} + } +}; + +StandTile tile_226 = { + 0x036b20, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1838, 25, -11, 0x0000}, + {-1838, 25, -8, 0x0392}, + {-1816, 25, -2, 0x039e} + } +}; + +StandTile tile_227 = { + 0x036a20, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1833, 25, -17, 0x0382}, + {-1838, 25, -11, 0x039a}, + {-1816, 25, -2, 0x03a2} + } +}; + +StandTile tile_228 = { + 0x036920, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1833, 25, -17, 0x039e}, + {-1816, 25, -2, 0x03a6}, + {-1818, 25, -17, 0x03ae} + } +}; + +StandTile tile_229 = { + 0x036820, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1816, 25, -2, 0x0000}, + {-1816, 25, -17, 0x0000}, + {-1818, 25, -17, 0x03a2} + } +}; + +StandTile tile_230 = { + 0x036722, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1833, 25, -17, 0x03ae}, + {-1818, 25, -18, 0x03e6}, + {-1833, 25, -18, 0x0000} + } +}; + +StandTile tile_231 = { + 0x036721, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1833, 25, -17, 0x03a2}, + {-1818, 25, -17, 0x0000}, + {-1818, 25, -18, 0x03aa} + } +}; + +StandTile tile_232 = { + 0x03bf20, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1842, 25, -52, 0x0000}, + {-1838, 25, -50, 0x03ce}, + {-1816, 25, -56, 0x03b6} + } +}; + +StandTile tile_233 = { + 0x036620, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1850, 25, -56, 0x03be}, + {-1842, 25, -52, 0x03b2}, + {-1816, 25, -56, 0x0000} + } +}; + +StandTile tile_234 = { + 0x036522, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1842, 25, -52, 0x03be}, + {-1850, 25, -41, 0x03c6}, + {-1842, 25, -46, 0x0000} + } +}; + +StandTile tile_235 = { + 0x036521, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1842, 25, -52, 0x03b6}, + {-1850, 25, -56, 0x0000}, + {-1850, 25, -41, 0x03ba} + } +}; + +StandTile tile_236 = { + 0x036422, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1842, 25, -46, 0x03c6}, + {-1833, 25, -42, 0x03ca}, + {-1838, 25, -47, 0x0000} + } +}; + +StandTile tile_237 = { + 0x036421, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1842, 25, -46, 0x03ba}, + {-1850, 25, -41, 0x0000}, + {-1833, 25, -42, 0x03c2} + } +}; + +StandTile tile_238 = { + 0x036320, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1833, 25, -42, 0x03d2}, + {-1816, 25, -56, 0x03ce}, + {-1838, 25, -47, 0x03c2} + } +}; + +StandTile tile_239 = { + 0x036220, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1816, 25, -56, 0x03b2}, + {-1838, 25, -50, 0x0000}, + {-1838, 25, -47, 0x03ca} + } +}; + +StandTile tile_240 = { + 0x036120, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1833, 25, -42, 0x03da}, + {-1818, 25, -42, 0x03d6}, + {-1816, 25, -56, 0x03ca} + } +}; + +StandTile tile_241 = { + 0x036020, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1818, 25, -42, 0x0000}, + {-1816, 25, -41, 0x0000}, + {-1816, 25, -56, 0x03d2} + } +}; + +StandTile tile_242 = { + 0x035f22, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1833, 25, -42, 0x03de}, + {-1818, 25, -41, 0x0000}, + {-1818, 25, -42, 0x03d2} + } +}; + +StandTile tile_243 = { + 0x035f21, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1833, 25, -42, 0x0000}, + {-1833, 25, -41, 0x03f8}, + {-1818, 25, -41, 0x03da} + } +}; + +StandTile tile_244 = { + 0x035d22, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1833, 25, -18, 0x03e6}, + {-1816, 25, -20, 0x03ee}, + {-1834, 25, -20, 0x0000} + } +}; + +StandTile tile_245 = { + 0x035d21, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1833, 25, -18, 0x03aa}, + {-1818, 25, -18, 0x0000}, + {-1816, 25, -20, 0x03e2} + } +}; + +StandTile tile_246 = { + 0x035c22, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1834, 25, -20, 0x03ee}, + {-1816, 25, -39, 0x03f4}, + {-1834, 25, -39, 0x0400} + } +}; + +StandTile tile_247 = { + 0x035c21, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 5, + 0x0, 0x1, 0x4, + { + {-1834, 25, -20, 0x03e2}, + {-1816, 25, -20, 0x0000}, + {-1816, 25, -22, 0x037e}, + {-1816, 25, -37, 0x0000}, + {-1816, 25, -39, 0x03ea} + } +}; + +StandTile tile_248 = { + 0x035b22, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1816, 25, -39, 0x03f8}, + {-1833, 25, -41, 0x0000}, + {-1834, 25, -39, 0x03ea} + } +}; + +StandTile tile_249 = { + 0x035b21, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1816, 25, -39, 0x0000}, + {-1818, 25, -41, 0x03de}, + {-1833, 25, -41, 0x03f4} + } +}; + +StandTile tile_250 = { + 0x035a22, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1849, 25, -20, 0x0400}, + {-1834, 25, -39, 0x0000}, + {-1849, 25, -39, 0x0408} + } +}; + +StandTile tile_251 = { + 0x035a21, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1849, 25, -20, 0x0000}, + {-1834, 25, -20, 0x03ea}, + {-1834, 25, -39, 0x03fc} + } +}; + +StandTile tile_252 = { + 0x035922, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1850, 25, -22, 0x0408}, + {-1849, 25, -39, 0x0000}, + {-1850, 25, -37, 0x040c} + } +}; + +StandTile tile_253 = { + 0x035921, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1850, 25, -22, 0x0000}, + {-1849, 25, -20, 0x03fc}, + {-1849, 25, -39, 0x0404} + } +}; + +StandTile tile_254 = { + 0x031422, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1850, 25, -37, 0x0410}, + {-1851, 25, -22, 0x0000}, + {-1850, 25, -22, 0x0404} + } +}; + +StandTile tile_255 = { + 0x031421, 0x2d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1850, 25, -37, 0x0000}, + {-1851, 25, -37, 0x0428}, + {-1851, 25, -22, 0x040c} + } +}; + +StandTile tile_256 = { + 0x035820, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1852, 25, -3, 0x0000}, + {-1852, 25, -20, 0x041c}, + {-1859, 25, -3, 0x0000} + } +}; + +StandTile tile_257 = { + 0x035722, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1859, 25, -3, 0x041c}, + {-1852, 25, -39, 0x0420}, + {-1859, 25, -55, 0x0430} + } +}; + +StandTile tile_258 = { + 0x035721, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1859, 25, -3, 0x0414}, + {-1852, 25, -20, 0x0424}, + {-1852, 25, -39, 0x0418} + } +}; + +StandTile tile_259 = { + 0x035620, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1852, 25, -39, 0x0000}, + {-1852, 25, -55, 0x0000}, + {-1859, 25, -55, 0x0418} + } +}; + +StandTile tile_260 = { + 0x035522, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1852, 25, -20, 0x0428}, + {-1851, 25, -37, 0x0000}, + {-1852, 25, -39, 0x041c} + } +}; + +StandTile tile_261 = { + 0x035521, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1852, 25, -20, 0x0000}, + {-1851, 25, -22, 0x0410}, + {-1851, 25, -37, 0x0424} + } +}; + +StandTile tile_262 = { + 0x035422, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1891, 25, -3, 0x0430}, + {-1859, 25, -55, 0x0000}, + {-1891, 25, -55, 0x0438} + } +}; + +StandTile tile_263 = { + 0x035421, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1891, 25, -3, 0x0000}, + {-1859, 25, -3, 0x0418}, + {-1859, 25, -55, 0x042c} + } +}; + +StandTile tile_264 = { + 0x035122, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1898, 25, -3, 0x0438}, + {-1891, 25, -55, 0x0000}, + {-1898, 25, -55, 0x0440} + } +}; + +StandTile tile_265 = { + 0x035121, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1898, 25, -3, 0x0000}, + {-1891, 25, -3, 0x042c}, + {-1891, 25, -55, 0x0434} + } +}; + +StandTile tile_266 = { + 0x035022, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1930, 25, -3, 0x0440}, + {-1898, 25, -55, 0x0000}, + {-1930, 25, -55, 0x0448} + } +}; + +StandTile tile_267 = { + 0x035021, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1930, 25, -3, 0x0000}, + {-1898, 25, -3, 0x0434}, + {-1898, 25, -55, 0x043c} + } +}; + +StandTile tile_268 = { + 0x034d22, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1937, 25, -3, 0x0448}, + {-1930, 25, -55, 0x0000}, + {-1937, 25, -55, 0x0458} + } +}; + +StandTile tile_269 = { + 0x034d21, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1937, 25, -3, 0x0000}, + {-1930, 25, -3, 0x043c}, + {-1930, 25, -55, 0x0444} + } +}; + +StandTile tile_270 = { + 0x034c20, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1961, 25, -25, 0x0450}, + {-1963, 25, -23, 0x0460}, + {-1937, 25, -3, 0x0458} + } +}; + +StandTile tile_271 = { + 0x034b20, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1961, 25, -25, 0x0000}, + {-1963, 25, -25, 0x0000}, + {-1963, 25, -23, 0x044c} + } +}; + +StandTile tile_272 = { + 0x034a22, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1961, 25, -25, 0x0458}, + {-1937, 25, -55, 0x045c}, + {-1961, 25, -53, 0x0000} + } +}; + +StandTile tile_273 = { + 0x034a21, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1961, 25, -25, 0x044c}, + {-1937, 25, -3, 0x0444}, + {-1937, 25, -55, 0x0454} + } +}; + +StandTile tile_274 = { + 0x034920, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1963, 25, -55, 0x0000}, + {-1961, 25, -53, 0x0454}, + {-1937, 25, -55, 0x0000} + } +}; + +StandTile tile_275 = { + 0x034620, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1969, 25, -3, 0x0000}, + {-1937, 25, -3, 0x044c}, + {-1963, 25, -23, 0x0478} + } +}; + +StandTile tile_276 = { + 0x031722, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1977, 25, -20, 0x0468}, + {-1978, 25, -6, 0x0000}, + {-1977, 25, -6, 0x046c} + } +}; + +StandTile tile_277 = { + 0x031721, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1977, 25, -20, 0x0000}, + {-1978, 25, -20, 0x0498}, + {-1978, 25, -6, 0x0464} + } +}; + +StandTile tile_278 = { + 0x034322, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1977, 25, -6, 0x0470}, + {-1976, 25, -23, 0x0000}, + {-1977, 25, -20, 0x0464} + } +}; + +StandTile tile_279 = { + 0x034321, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1977, 25, -6, 0x0000}, + {-1976, 25, -3, 0x0474}, + {-1976, 25, -23, 0x046c} + } +}; + +StandTile tile_280 = { + 0x034422, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1976, 25, -3, 0x0478}, + {-1963, 25, -23, 0x0000}, + {-1976, 25, -23, 0x0470} + } +}; + +StandTile tile_281 = { + 0x034421, 0x2c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1976, 25, -3, 0x0000}, + {-1969, 25, -3, 0x0460}, + {-1963, 25, -23, 0x0474} + } +}; + +StandTile tile_282 = { + 0x039a20, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2021, 25, -25, 0x0000}, + {-1979, 25, -25, 0x0000}, + {-1979, 25, -41, 0x0480} + } +}; + +StandTile tile_283 = { + 0x039b20, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2030, 25, -35, 0x0490}, + {-2021, 25, -25, 0x047c}, + {-1979, 25, -41, 0x0484} + } +}; + +StandTile tile_284 = { + 0x039920, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2030, 25, -35, 0x0480}, + {-1979, 25, -41, 0x0000}, + {-2030, 25, -41, 0x0000} + } +}; + +StandTile tile_285 = { + 0x039220, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2018, 25, -3, 0x04a0}, + {-2021, 25, -23, 0x04a4}, + {-2035, 25, -3, 0x0000} + } +}; + +StandTile tile_286 = { + 0x033e22, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2021, 25, -24, 0x0490}, + {-2030, 25, -35, 0x0000}, + {-2031, 25, -34, 0x04ac} + } +}; + +StandTile tile_287 = { + 0x033e21, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2021, 25, -24, 0x0000}, + {-2021, 25, -25, 0x0480}, + {-2030, 25, -35, 0x048c} + } +}; + +StandTile tile_288 = { + 0x033d22, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1979, 25, -3, 0x0498}, + {-1978, 25, -20, 0x0000}, + {-1979, 25, -23, 0x049c} + } +}; + +StandTile tile_289 = { + 0x033d21, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1979, 25, -3, 0x0000}, + {-1978, 25, -6, 0x0468}, + {-1978, 25, -20, 0x0494} + } +}; + +StandTile tile_290 = { + 0x033c20, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1979, 25, -3, 0x0494}, + {-1979, 25, -23, 0x0000}, + {-2021, 25, -23, 0x04a0} + } +}; + +StandTile tile_291 = { + 0x033b20, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2021, 25, -23, 0x0488}, + {-2018, 25, -3, 0x0000}, + {-1979, 25, -3, 0x049c} + } +}; + +StandTile tile_292 = { + 0x033720, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2035, 25, -3, 0x0488}, + {-2021, 25, -23, 0x04a8}, + {-2033, 25, -34, 0x04b0} + } +}; + +StandTile tile_293 = { + 0x033622, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2021, 25, -23, 0x04ac}, + {-2031, 25, -34, 0x0000}, + {-2033, 25, -34, 0x04a4} + } +}; + +StandTile tile_294 = { + 0x033621, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2021, 25, -23, 0x0000}, + {-2021, 25, -24, 0x048c}, + {-2031, 25, -34, 0x04a8} + } +}; + +StandTile tile_295 = { + 0x033522, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2033, 25, -34, 0x04b4}, + {-2048, 25, -16, 0x0000}, + {-2035, 25, -3, 0x04a4} + } +}; + +StandTile tile_296 = { + 0x033521, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2033, 25, -34, 0x04bc}, + {-2048, 25, -20, 0x0000}, + {-2048, 25, -16, 0x04b0} + } +}; + +StandTile tile_297 = { + 0x033422, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2048, 25, -20, 0x04bc}, + {-2041, 25, -42, 0x04c0}, + {-2048, 25, -39, 0x04c4} + } +}; + +StandTile tile_298 = { + 0x033421, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2048, 25, -20, 0x04b4}, + {-2033, 25, -34, 0x0000}, + {-2041, 25, -42, 0x04b8} + } +}; + +StandTile tile_299 = { + 0x033320, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2041, 25, -42, 0x0000}, + {-2048, 25, -42, 0x0000}, + {-2048, 25, -39, 0x04b8} + } +}; + +StandTile tile_300 = { + 0x033222, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2051, 25, -39, 0x04c8}, + {-2048, 25, -20, 0x04b8}, + {-2048, 25, -39, 0x0000} + } +}; + +StandTile tile_301 = { + 0x033221, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2051, 25, -39, 0x04cc}, + {-2051, 25, -20, 0x0000}, + {-2048, 25, -20, 0x04c4} + } +}; + +StandTile tile_302 = { + 0x033122, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2057, 25, -39, 0x04d0}, + {-2051, 25, -20, 0x04c8}, + {-2051, 25, -39, 0x0000} + } +}; + +StandTile tile_303 = { + 0x033121, 0x2b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-2057, 25, -39, 0x02c8}, + {-2057, 25, -20, 0x0000}, + {-2051, 25, -20, 0x04cc} + } +}; + +StandTile tile_304 = { + 0x0c421a, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1608, 25, -20, 0x04d8}, + {-1592, 25, -39, 0x0000}, + {-1608, 25, -39, 0x02d8} + } +}; + +StandTile tile_305 = { + 0x0c4219, 0x2a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1608, 25, -20, 0x0000}, + {-1592, 25, -20, 0x0624}, + {-1592, 25, -39, 0x04d4} + } +}; + +StandTile tile_306 = { + 0x0c3218, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1230, 25, -20, 0x04e0}, + {-1217, 25, -19, 0x04fc}, + {-1217, 25, -20, 0x0000} + } +}; + +StandTile tile_307 = { + 0x0c3118, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1230, 25, -20, 0x0510}, + {-1230, 25, -2, 0x04e4}, + {-1217, 25, -19, 0x04dc} + } +}; + +StandTile tile_308 = { + 0x0c3018, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1230, 25, -2, 0x0000}, + {-1191, 25, -2, 0x04e8}, + {-1217, 25, -19, 0x04e0} + } +}; + +StandTile tile_309 = { + 0x0c2f18, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 25, -2, 0x04ec}, + {-1193, 25, -19, 0x04f8}, + {-1217, 25, -19, 0x04e4} + } +}; + +StandTile tile_310 = { + 0x0c2e18, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 25, -20, 0x04f0}, + {-1193, 25, -19, 0x04e8}, + {-1191, 25, -2, 0x0758} + } +}; + +StandTile tile_311 = { + 0x0c2d18, 0x29, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 25, -20, 0x0000}, + {-1193, 25, -20, 0x04f4}, + {-1193, 25, -19, 0x04ec} + } +}; + +StandTile tile_312 = { + 0x0c2c18, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1204, 25, -20, 0x04f8}, + {-1193, 25, -19, 0x04f0}, + {-1193, 25, -20, 0x0000} + } +}; + +StandTile tile_313 = { + 0x0c2b1a, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1204, 25, -20, 0x04fc}, + {-1217, 25, -19, 0x04e8}, + {-1193, 25, -19, 0x04f4} + } +}; + +StandTile tile_314 = { + 0x0c2b19, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1204, 25, -20, 0x070c}, + {-1217, 25, -20, 0x04dc}, + {-1217, 25, -19, 0x04f8} + } +}; + +StandTile tile_315 = { + 0x0c2a18, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1270, 25, -20, 0x0504}, + {-1257, 25, -19, 0x0520}, + {-1257, 25, -20, 0x0000} + } +}; + +StandTile tile_316 = { + 0x0c2918, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1270, 25, -20, 0x0534}, + {-1270, 25, -2, 0x0508}, + {-1257, 25, -19, 0x0500} + } +}; + +StandTile tile_317 = { + 0x0c2818, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1270, 25, -2, 0x0000}, + {-1230, 25, -2, 0x050c}, + {-1257, 25, -19, 0x0504} + } +}; + +StandTile tile_318 = { + 0x0c2718, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1230, 25, -2, 0x0510}, + {-1232, 25, -19, 0x051c}, + {-1257, 25, -19, 0x0508} + } +}; + +StandTile tile_319 = { + 0x0c2618, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1230, 25, -20, 0x0514}, + {-1232, 25, -19, 0x050c}, + {-1230, 25, -2, 0x04e0} + } +}; + +StandTile tile_320 = { + 0x0c2518, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1230, 25, -20, 0x0000}, + {-1232, 25, -20, 0x0518}, + {-1232, 25, -19, 0x0510} + } +}; + +StandTile tile_321 = { + 0x0c2418, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1243, 25, -20, 0x051c}, + {-1232, 25, -19, 0x0514}, + {-1232, 25, -20, 0x0000} + } +}; + +StandTile tile_322 = { + 0x0c231a, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1243, 25, -20, 0x0520}, + {-1257, 25, -19, 0x050c}, + {-1232, 25, -19, 0x0518} + } +}; + +StandTile tile_323 = { + 0x0c2319, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1243, 25, -20, 0x06fc}, + {-1257, 25, -20, 0x0500}, + {-1257, 25, -19, 0x051c} + } +}; + +StandTile tile_324 = { + 0x0c2218, 0x29, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1309, 25, -20, 0x0528}, + {-1296, 25, -19, 0x0544}, + {-1296, 25, -20, 0x0000} + } +}; + +StandTile tile_325 = { + 0x0c2118, 0x29, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1309, 25, -20, 0x0558}, + {-1309, 25, -2, 0x052c}, + {-1296, 25, -19, 0x0524} + } +}; + +StandTile tile_326 = { + 0x0c2018, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1309, 25, -2, 0x0000}, + {-1270, 25, -2, 0x0530}, + {-1296, 25, -19, 0x0528} + } +}; + +StandTile tile_327 = { + 0x0c1f18, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1270, 25, -2, 0x0534}, + {-1271, 25, -19, 0x0540}, + {-1296, 25, -19, 0x052c} + } +}; + +StandTile tile_328 = { + 0x0c1e18, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1270, 25, -20, 0x0538}, + {-1271, 25, -19, 0x0530}, + {-1270, 25, -2, 0x0504} + } +}; + +StandTile tile_329 = { + 0x0c1d18, 0x29, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1270, 25, -20, 0x0000}, + {-1271, 25, -20, 0x053c}, + {-1271, 25, -19, 0x0534} + } +}; + +StandTile tile_330 = { + 0x0c1c18, 0x29, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1283, 25, -20, 0x0540}, + {-1271, 25, -19, 0x0538}, + {-1271, 25, -20, 0x0000} + } +}; + +StandTile tile_331 = { + 0x0c1b1a, 0x29, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1283, 25, -20, 0x0544}, + {-1296, 25, -19, 0x0530}, + {-1271, 25, -19, 0x053c} + } +}; + +StandTile tile_332 = { + 0x0c1b19, 0x29, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1283, 25, -20, 0x06ec}, + {-1296, 25, -20, 0x0524}, + {-1296, 25, -19, 0x0540} + } +}; + +StandTile tile_333 = { + 0x0bd518, 0x28, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1348, 25, -20, 0x054c}, + {-1335, 25, -19, 0x0568}, + {-1335, 25, -20, 0x0000} + } +}; + +StandTile tile_334 = { + 0x0bd418, 0x28, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1348, 25, -20, 0x057c}, + {-1348, 25, -2, 0x0550}, + {-1335, 25, -19, 0x0548} + } +}; + +StandTile tile_335 = { + 0x0bd318, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1348, 25, -2, 0x0000}, + {-1309, 25, -2, 0x0554}, + {-1335, 25, -19, 0x054c} + } +}; + +StandTile tile_336 = { + 0x0bd218, 0x28, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1309, 25, -2, 0x0558}, + {-1310, 25, -19, 0x0564}, + {-1335, 25, -19, 0x0550} + } +}; + +StandTile tile_337 = { + 0x0bd118, 0x28, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-1309, 25, -20, 0x055c}, + {-1310, 25, -19, 0x0554}, + {-1309, 25, -2, 0x0528} + } +}; + +StandTile tile_338 = { + 0x0bd018, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1309, 25, -20, 0x0000}, + {-1310, 25, -20, 0x0560}, + {-1310, 25, -19, 0x0558} + } +}; + +StandTile tile_339 = { + 0x0bcf18, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1322, 25, -20, 0x0564}, + {-1310, 25, -19, 0x055c}, + {-1310, 25, -20, 0x0000} + } +}; + +StandTile tile_340 = { + 0x0bce1a, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1322, 25, -20, 0x0568}, + {-1335, 25, -19, 0x0554}, + {-1310, 25, -19, 0x0560} + } +}; + +StandTile tile_341 = { + 0x0bce19, 0x28, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1322, 25, -20, 0x06dc}, + {-1335, 25, -20, 0x0548}, + {-1335, 25, -19, 0x0564} + } +}; + +StandTile tile_342 = { + 0x0bcd18, 0x28, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1387, 25, -20, 0x0570}, + {-1374, 25, -19, 0x058c}, + {-1374, 25, -20, 0x0000} + } +}; + +StandTile tile_343 = { + 0x0bcc18, 0x28, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1387, 25, -20, 0x05a0}, + {-1387, 25, -2, 0x0574}, + {-1374, 25, -19, 0x056c} + } +}; + +StandTile tile_344 = { + 0x0bcb18, 0x28, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1387, 25, -2, 0x0000}, + {-1348, 25, -2, 0x0578}, + {-1374, 25, -19, 0x0570} + } +}; + +StandTile tile_345 = { + 0x0bca18, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1348, 25, -2, 0x057c}, + {-1349, 25, -19, 0x0588}, + {-1374, 25, -19, 0x0574} + } +}; + +StandTile tile_346 = { + 0x0bc918, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1348, 25, -20, 0x0580}, + {-1349, 25, -19, 0x0578}, + {-1348, 25, -2, 0x054c} + } +}; + +StandTile tile_347 = { + 0x0bc818, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1348, 25, -20, 0x0000}, + {-1349, 25, -20, 0x0584}, + {-1349, 25, -19, 0x057c} + } +}; + +StandTile tile_348 = { + 0x0bc718, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1361, 25, -20, 0x0588}, + {-1349, 25, -19, 0x0580}, + {-1349, 25, -20, 0x0000} + } +}; + +StandTile tile_349 = { + 0x0bc61a, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1361, 25, -20, 0x058c}, + {-1374, 25, -19, 0x0578}, + {-1349, 25, -19, 0x0584} + } +}; + +StandTile tile_350 = { + 0x0bc619, 0x28, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1361, 25, -20, 0x06cc}, + {-1374, 25, -20, 0x056c}, + {-1374, 25, -19, 0x0588} + } +}; + +StandTile tile_351 = { + 0x0bc518, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1426, 25, -20, 0x0594}, + {-1413, 25, -19, 0x05b0}, + {-1413, 25, -20, 0x0000} + } +}; + +StandTile tile_352 = { + 0x0bc418, 0x28, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1426, 25, -20, 0x060c}, + {-1426, 25, -2, 0x0598}, + {-1413, 25, -19, 0x0590} + } +}; + +StandTile tile_353 = { + 0x0bc318, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1426, 25, -2, 0x0000}, + {-1387, 25, -2, 0x059c}, + {-1413, 25, -19, 0x0594} + } +}; + +StandTile tile_354 = { + 0x0bc218, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1387, 25, -2, 0x05a0}, + {-1388, 25, -19, 0x05ac}, + {-1413, 25, -19, 0x0598} + } +}; + +StandTile tile_355 = { + 0x0bc118, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1387, 25, -20, 0x05a4}, + {-1388, 25, -19, 0x059c}, + {-1387, 25, -2, 0x0570} + } +}; + +StandTile tile_356 = { + 0x0bc018, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1387, 25, -20, 0x0000}, + {-1388, 25, -20, 0x05a8}, + {-1388, 25, -19, 0x05a0} + } +}; + +StandTile tile_357 = { + 0x0bbf18, 0x28, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-1400, 25, -20, 0x05ac}, + {-1388, 25, -19, 0x05a4}, + {-1388, 25, -20, 0x0000} + } +}; + +StandTile tile_358 = { + 0x0bbe1a, 0x28, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-1400, 25, -20, 0x05b0}, + {-1413, 25, -19, 0x059c}, + {-1388, 25, -19, 0x05a8} + } +}; + +StandTile tile_359 = { + 0x0bbe19, 0x28, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-1400, 25, -20, 0x06bc}, + {-1413, 25, -20, 0x0590}, + {-1413, 25, -19, 0x05ac} + } +}; + +StandTile tile_360 = { + 0x0b7718, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1543, 25, -20, 0x05b8}, + {-1530, 25, -19, 0x05d4}, + {-1530, 25, -20, 0x0000} + } +}; + +StandTile tile_361 = { + 0x0b7618, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1543, 25, -20, 0x0660}, + {-1543, 25, -2, 0x05bc}, + {-1530, 25, -19, 0x05b4} + } +}; + +StandTile tile_362 = { + 0x0b7518, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1543, 25, -2, 0x0000}, + {-1504, 25, -2, 0x05c0}, + {-1530, 25, -19, 0x05b8} + } +}; + +StandTile tile_363 = { + 0x0b7418, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1504, 25, -2, 0x05c4}, + {-1506, 25, -19, 0x05d0}, + {-1530, 25, -19, 0x05bc} + } +}; + +StandTile tile_364 = { + 0x0b7318, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1504, 25, -20, 0x05c8}, + {-1506, 25, -19, 0x05c0}, + {-1504, 25, -2, 0x05dc} + } +}; + +StandTile tile_365 = { + 0x0b7218, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1504, 25, -20, 0x0000}, + {-1506, 25, -20, 0x05cc}, + {-1506, 25, -19, 0x05c4} + } +}; + +StandTile tile_366 = { + 0x0b7118, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1517, 25, -20, 0x05d0}, + {-1506, 25, -19, 0x05c8}, + {-1506, 25, -20, 0x0000} + } +}; + +StandTile tile_367 = { + 0x0b701a, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1517, 25, -20, 0x05d4}, + {-1530, 25, -19, 0x05c0}, + {-1506, 25, -19, 0x05cc} + } +}; + +StandTile tile_368 = { + 0x0b7019, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1517, 25, -20, 0x068c}, + {-1530, 25, -20, 0x05b4}, + {-1530, 25, -19, 0x05d0} + } +}; + +StandTile tile_369 = { + 0x0b6f18, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1504, 25, -20, 0x05dc}, + {-1491, 25, -19, 0x05f8}, + {-1491, 25, -20, 0x0000} + } +}; + +StandTile tile_370 = { + 0x0b6e18, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1504, 25, -20, 0x05c4}, + {-1504, 25, -2, 0x05e0}, + {-1491, 25, -19, 0x05d8} + } +}; + +StandTile tile_371 = { + 0x0b6d18, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1504, 25, -2, 0x0000}, + {-1465, 25, -2, 0x05e4}, + {-1491, 25, -19, 0x05dc} + } +}; + +StandTile tile_372 = { + 0x0b6c18, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1465, 25, -2, 0x05e8}, + {-1466, 25, -19, 0x05f4}, + {-1491, 25, -19, 0x05e0} + } +}; + +StandTile tile_373 = { + 0x0b6b18, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1465, 25, -20, 0x05ec}, + {-1466, 25, -19, 0x05e4}, + {-1465, 25, -2, 0x0600} + } +}; + +StandTile tile_374 = { + 0x0b6a18, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1465, 25, -20, 0x0000}, + {-1466, 25, -20, 0x05f0}, + {-1466, 25, -19, 0x05e8} + } +}; + +StandTile tile_375 = { + 0x0b6918, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1478, 25, -20, 0x05f4}, + {-1466, 25, -19, 0x05ec}, + {-1466, 25, -20, 0x0000} + } +}; + +StandTile tile_376 = { + 0x0b681a, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1478, 25, -20, 0x05f8}, + {-1491, 25, -19, 0x05e4}, + {-1466, 25, -19, 0x05f0} + } +}; + +StandTile tile_377 = { + 0x0b6819, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1478, 25, -20, 0x069c}, + {-1491, 25, -20, 0x05d8}, + {-1491, 25, -19, 0x05f4} + } +}; + +StandTile tile_378 = { + 0x0b6718, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1465, 25, -20, 0x0600}, + {-1452, 25, -19, 0x061c}, + {-1452, 25, -20, 0x0000} + } +}; + +StandTile tile_379 = { + 0x0b6618, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1465, 25, -20, 0x05e8}, + {-1465, 25, -2, 0x0604}, + {-1452, 25, -19, 0x05fc} + } +}; + +StandTile tile_380 = { + 0x0b6518, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1465, 25, -2, 0x0000}, + {-1426, 25, -2, 0x0608}, + {-1452, 25, -19, 0x0600} + } +}; + +StandTile tile_381 = { + 0x0b6418, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1426, 25, -2, 0x060c}, + {-1427, 25, -19, 0x0618}, + {-1452, 25, -19, 0x0604} + } +}; + +StandTile tile_382 = { + 0x0b6318, 0x27, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-1426, 25, -20, 0x0610}, + {-1427, 25, -19, 0x0608}, + {-1426, 25, -2, 0x0594} + } +}; + +StandTile tile_383 = { + 0x0b6218, 0x27, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1426, 25, -20, 0x0000}, + {-1427, 25, -20, 0x0614}, + {-1427, 25, -19, 0x060c} + } +}; + +StandTile tile_384 = { + 0x0b6118, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 25, -20, 0x0618}, + {-1427, 25, -19, 0x0610}, + {-1427, 25, -20, 0x0000} + } +}; + +StandTile tile_385 = { + 0x0b601a, 0x27, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 25, -20, 0x061c}, + {-1452, 25, -19, 0x0608}, + {-1427, 25, -19, 0x0614} + } +}; + +StandTile tile_386 = { + 0x0b6019, 0x27, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1439, 25, -20, 0x06ac}, + {-1452, 25, -20, 0x05fc}, + {-1452, 25, -19, 0x0618} + } +}; + +StandTile tile_387 = { + 0x0b151a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1585, 25, -39, 0x0624}, + {-1592, 25, -20, 0x0000}, + {-1585, 25, -20, 0x0630} + } +}; + +StandTile tile_388 = { + 0x0b1519, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1585, 25, -39, 0x0000}, + {-1592, 25, -39, 0x04d8}, + {-1592, 25, -20, 0x0620} + } +}; + +StandTile tile_389 = { + 0x0b141a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1566, 25, -2, 0x062c}, + {-1549, 25, -1, 0x0000}, + {-1548, 25, -2, 0x0658} + } +}; + +StandTile tile_390 = { + 0x0b1419, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1566, 25, -2, 0x0000}, + {-1564, 25, -1, 0x0000}, + {-1549, 25, -1, 0x0628} + } +}; + +StandTile tile_391 = { + 0x0b131a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1585, 25, -20, 0x0634}, + {-1582, 25, -39, 0x0000}, + {-1585, 25, -39, 0x0620} + } +}; + +StandTile tile_392 = { + 0x0b1319, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1585, 25, -20, 0x0000}, + {-1582, 25, -20, 0x063c}, + {-1582, 25, -39, 0x0630} + } +}; + +StandTile tile_393 = { + 0x0b1218, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1580, 25, -42, 0x0000}, + {-1582, 25, -39, 0x063c}, + {-1576, 25, -42, 0x0000} + } +}; + +StandTile tile_394 = { + 0x0b1118, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1576, 25, -42, 0x0638}, + {-1582, 25, -39, 0x0634}, + {-1582, 25, -20, 0x0640} + } +}; + +StandTile tile_395 = { + 0x0b1018, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1568, 25, -34, 0x0000}, + {-1576, 25, -42, 0x063c}, + {-1582, 25, -20, 0x0644} + } +}; + +StandTile tile_396 = { + 0x0b0f18, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1582, 25, -20, 0x0000}, + {-1580, 25, -17, 0x0648}, + {-1568, 25, -34, 0x0640} + } +}; + +StandTile tile_397 = { + 0x0b0e18, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1580, 25, -17, 0x064c}, + {-1557, 25, -23, 0x0684}, + {-1568, 25, -34, 0x0644} + } +}; + +StandTile tile_398 = { + 0x0b0d18, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1580, 25, -17, 0x0000}, + {-1568, 25, -2, 0x0650}, + {-1557, 25, -23, 0x0648} + } +}; + +StandTile tile_399 = { + 0x0b0c18, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1554, 25, -20, 0x0000}, + {-1557, 25, -23, 0x064c}, + {-1568, 25, -2, 0x0654} + } +}; + +StandTile tile_400 = { + 0x0b0b18, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1566, 25, -2, 0x0658}, + {-1554, 25, -20, 0x0650}, + {-1568, 25, -2, 0x0000} + } +}; + +StandTile tile_401 = { + 0x0b0a18, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1566, 25, -2, 0x0628}, + {-1548, 25, -2, 0x065c}, + {-1554, 25, -20, 0x0654} + } +}; + +StandTile tile_402 = { + 0x0b0918, 0x26, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1548, 25, -2, 0x0660}, + {-1543, 25, -20, 0x0000}, + {-1554, 25, -20, 0x0658} + } +}; + +StandTile tile_403 = { + 0x0b0818, 0x26, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1548, 25, -2, 0x0000}, + {-1543, 25, -2, 0x05b8}, + {-1543, 25, -20, 0x065c} + } +}; + +StandTile tile_404 = { + 0x0b0118, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1566, 25, -37, 0x0670}, + {-1549, 25, -39, 0x0668}, + {-1563, 25, -47, 0x0000} + } +}; + +StandTile tile_405 = { + 0x0b0018, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1563, 25, -50, 0x0000}, + {-1563, 25, -47, 0x0664}, + {-1549, 25, -39, 0x066c} + } +}; + +StandTile tile_406 = { + 0x0aff18, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1549, 25, -39, 0x067c}, + {-1543, 25, -56, 0x0000}, + {-1563, 25, -50, 0x0668} + } +}; + +StandTile tile_407 = { + 0x0afe18, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1554, 25, -25, 0x0674}, + {-1549, 25, -39, 0x0664}, + {-1566, 25, -37, 0x0680} + } +}; + +StandTile tile_408 = { + 0x0afd18, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1551, 25, -22, 0x0678}, + {-1549, 25, -39, 0x0670}, + {-1554, 25, -25, 0x0000} + } +}; + +StandTile tile_409 = { + 0x0afc18, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1551, 25, -22, 0x0000}, + {-1543, 25, -22, 0x067c}, + {-1549, 25, -39, 0x0674} + } +}; + +StandTile tile_410 = { + 0x0afb18, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1549, 25, -39, 0x0678}, + {-1543, 25, -22, 0x0000}, + {-1543, 25, -56, 0x066c} + } +}; + +StandTile tile_411 = { + 0x0af31a, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1566, 25, -37, 0x0684}, + {-1557, 25, -23, 0x0000}, + {-1554, 25, -25, 0x0670} + } +}; + +StandTile tile_412 = { + 0x0af319, 0x26, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1566, 25, -37, 0x0000}, + {-1568, 25, -34, 0x0648}, + {-1557, 25, -23, 0x0680} + } +}; + +StandTile tile_413 = { + 0x0b811a, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1530, 25, -20, 0x068c}, + {-1517, 25, -22, 0x0694}, + {-1530, 25, -22, 0x0000} + } +}; + +StandTile tile_414 = { + 0x0b8119, 0x25, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1530, 25, -20, 0x05d4}, + {-1517, 25, -20, 0x0000}, + {-1517, 25, -22, 0x0688} + } +}; + +StandTile tile_415 = { + 0x0ac01a, 0x25, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1532, 25, -56, 0x0694}, + {-1517, 25, -22, 0x0000}, + {-1514, 25, -56, 0x0000} + } +}; + +StandTile tile_416 = { + 0x0ac019, 0x25, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1532, 25, -56, 0x0000}, + {-1530, 25, -22, 0x0688}, + {-1517, 25, -22, 0x0690} + } +}; + +StandTile tile_417 = { + 0x0b821a, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1491, 25, -20, 0x069c}, + {-1478, 25, -22, 0x06a4}, + {-1491, 25, -22, 0x0000} + } +}; + +StandTile tile_418 = { + 0x0b8219, 0x24, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1491, 25, -20, 0x05f8}, + {-1478, 25, -20, 0x0000}, + {-1478, 25, -22, 0x0698} + } +}; + +StandTile tile_419 = { + 0x0a971a, 0x24, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1493, 25, -56, 0x06a4}, + {-1478, 25, -22, 0x0000}, + {-1475, 25, -56, 0x0000} + } +}; + +StandTile tile_420 = { + 0x0a9719, 0x24, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1493, 25, -56, 0x0000}, + {-1491, 25, -22, 0x0698}, + {-1478, 25, -22, 0x06a0} + } +}; + +StandTile tile_421 = { + 0x0b831a, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1452, 25, -20, 0x06ac}, + {-1439, 25, -22, 0x06b4}, + {-1452, 25, -22, 0x0000} + } +}; + +StandTile tile_422 = { + 0x0b8319, 0x23, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1452, 25, -20, 0x061c}, + {-1439, 25, -20, 0x0000}, + {-1439, 25, -22, 0x06a8} + } +}; + +StandTile tile_423 = { + 0x0a6e1a, 0x23, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1454, 25, -56, 0x06b4}, + {-1439, 25, -22, 0x0000}, + {-1436, 25, -56, 0x0000} + } +}; + +StandTile tile_424 = { + 0x0a6e19, 0x23, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1454, 25, -56, 0x0000}, + {-1452, 25, -22, 0x06a8}, + {-1439, 25, -22, 0x06b0} + } +}; + +StandTile tile_425 = { + 0x0be71a, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1413, 25, -20, 0x06bc}, + {-1400, 25, -22, 0x06c4}, + {-1413, 25, -22, 0x0000} + } +}; + +StandTile tile_426 = { + 0x0be719, 0x22, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1413, 25, -20, 0x05b0}, + {-1400, 25, -20, 0x0000}, + {-1400, 25, -22, 0x06b8} + } +}; + +StandTile tile_427 = { + 0x0a501a, 0x22, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1415, 25, -56, 0x06c4}, + {-1400, 25, -22, 0x0000}, + {-1397, 25, -56, 0x0000} + } +}; + +StandTile tile_428 = { + 0x0a5019, 0x22, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1415, 25, -56, 0x0000}, + {-1413, 25, -22, 0x06b8}, + {-1400, 25, -22, 0x06c0} + } +}; + +StandTile tile_429 = { + 0x0be61a, 0x21, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1374, 25, -20, 0x06cc}, + {-1361, 25, -22, 0x06d4}, + {-1374, 25, -22, 0x0000} + } +}; + +StandTile tile_430 = { + 0x0be619, 0x21, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1374, 25, -20, 0x058c}, + {-1361, 25, -20, 0x0000}, + {-1361, 25, -22, 0x06c8} + } +}; + +StandTile tile_431 = { + 0x0a1d1a, 0x21, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1376, 25, -56, 0x06d4}, + {-1361, 25, -22, 0x0000}, + {-1358, 25, -56, 0x0000} + } +}; + +StandTile tile_432 = { + 0x0a1d19, 0x21, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1376, 25, -56, 0x0000}, + {-1374, 25, -22, 0x06c8}, + {-1361, 25, -22, 0x06d0} + } +}; + +StandTile tile_433 = { + 0x0be51a, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1335, 25, -20, 0x06dc}, + {-1322, 25, -22, 0x06e4}, + {-1335, 25, -22, 0x0000} + } +}; + +StandTile tile_434 = { + 0x0be519, 0x20, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-1335, 25, -20, 0x0568}, + {-1322, 25, -20, 0x0000}, + {-1322, 25, -22, 0x06d8} + } +}; + +StandTile tile_435 = { + 0x09ea1a, 0x20, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1337, 25, -56, 0x06e4}, + {-1322, 25, -22, 0x0000}, + {-1319, 25, -56, 0x0000} + } +}; + +StandTile tile_436 = { + 0x09ea19, 0x20, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1337, 25, -56, 0x0000}, + {-1335, 25, -22, 0x06d8}, + {-1322, 25, -22, 0x06e0} + } +}; + +StandTile tile_437 = { + 0x0c3c1a, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1296, 25, -20, 0x06ec}, + {-1283, 25, -22, 0x06f4}, + {-1296, 25, -22, 0x0000} + } +}; + +StandTile tile_438 = { + 0x0c3c19, 0x1f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1296, 25, -20, 0x0544}, + {-1283, 25, -20, 0x0000}, + {-1283, 25, -22, 0x06e8} + } +}; + +StandTile tile_439 = { + 0x09ac1a, 0x1f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 25, -56, 0x06f4}, + {-1283, 25, -22, 0x0000}, + {-1280, 25, -56, 0x0000} + } +}; + +StandTile tile_440 = { + 0x09ac19, 0x1f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1298, 25, -56, 0x0000}, + {-1296, 25, -22, 0x06e8}, + {-1283, 25, -22, 0x06f0} + } +}; + +StandTile tile_441 = { + 0x0c381a, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1257, 25, -20, 0x06fc}, + {-1243, 25, -22, 0x0704}, + {-1257, 25, -22, 0x0000} + } +}; + +StandTile tile_442 = { + 0x0c3819, 0x1e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1257, 25, -20, 0x0520}, + {-1243, 25, -20, 0x0000}, + {-1243, 25, -22, 0x06f8} + } +}; + +StandTile tile_443 = { + 0x09831a, 0x1e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1259, 25, -56, 0x0704}, + {-1243, 25, -22, 0x0000}, + {-1241, 25, -56, 0x0000} + } +}; + +StandTile tile_444 = { + 0x098319, 0x1e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1259, 25, -56, 0x0000}, + {-1257, 25, -22, 0x06f8}, + {-1243, 25, -22, 0x0700} + } +}; + +StandTile tile_445 = { + 0x0c331a, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1217, 25, -20, 0x070c}, + {-1204, 25, -22, 0x0714}, + {-1217, 25, -22, 0x0000} + } +}; + +StandTile tile_446 = { + 0x0c3319, 0x1d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1217, 25, -20, 0x04fc}, + {-1204, 25, -20, 0x0000}, + {-1204, 25, -22, 0x0708} + } +}; + +StandTile tile_447 = { + 0x095a1a, 0x1d, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1220, 25, -56, 0x0714}, + {-1204, 25, -22, 0x0000}, + {-1202, 25, -56, 0x0000} + } +}; + +StandTile tile_448 = { + 0x095a19, 0x1d, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1220, 25, -56, 0x0000}, + {-1217, 25, -22, 0x0708}, + {-1204, 25, -22, 0x0710} + } +}; + +StandTile tile_449 = { + 0x090e1a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1149, 25, -20, 0x071c}, + {-1143, 25, -39, 0x0000}, + {-1149, 25, -39, 0x0728} + } +}; + +StandTile tile_450 = { + 0x090e19, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1149, 25, -20, 0x0000}, + {-1143, 25, -20, 0x0780}, + {-1143, 25, -39, 0x0718} + } +}; + +StandTile tile_451 = { + 0x090d1a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1187, 25, -2, 0x0724}, + {-1170, 25, -1, 0x0000}, + {-1169, 25, -2, 0x0750} + } +}; + +StandTile tile_452 = { + 0x090d19, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1187, 25, -2, 0x0000}, + {-1185, 25, -1, 0x0000}, + {-1170, 25, -1, 0x0720} + } +}; + +StandTile tile_453 = { + 0x090c1a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1149, 25, -39, 0x072c}, + {-1152, 25, -20, 0x0000}, + {-1149, 25, -20, 0x0718} + } +}; + +StandTile tile_454 = { + 0x090c19, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1149, 25, -39, 0x0000}, + {-1152, 25, -39, 0x0734}, + {-1152, 25, -20, 0x0728} + } +}; + +StandTile tile_455 = { + 0x090b18, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1159, 25, -42, 0x0734}, + {-1152, 25, -39, 0x0000}, + {-1154, 25, -42, 0x0000} + } +}; + +StandTile tile_456 = { + 0x090a18, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1152, 25, -20, 0x072c}, + {-1152, 25, -39, 0x0730}, + {-1159, 25, -42, 0x0738} + } +}; + +StandTile tile_457 = { + 0x090918, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1152, 25, -20, 0x0734}, + {-1159, 25, -42, 0x0000}, + {-1166, 25, -34, 0x073c} + } +}; + +StandTile tile_458 = { + 0x090818, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1166, 25, -34, 0x0740}, + {-1154, 25, -17, 0x0000}, + {-1152, 25, -20, 0x0738} + } +}; + +StandTile tile_459 = { + 0x090718, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1166, 25, -34, 0x077c}, + {-1178, 25, -23, 0x0744}, + {-1154, 25, -17, 0x073c} + } +}; + +StandTile tile_460 = { + 0x090618, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1178, 25, -23, 0x0748}, + {-1166, 25, -2, 0x0000}, + {-1154, 25, -17, 0x0740} + } +}; + +StandTile tile_461 = { + 0x090518, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1166, 25, -2, 0x0744}, + {-1178, 25, -23, 0x0000}, + {-1180, 25, -20, 0x074c} + } +}; + +StandTile tile_462 = { + 0x090418, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1166, 25, -2, 0x0748}, + {-1180, 25, -20, 0x0750}, + {-1169, 25, -2, 0x0000} + } +}; + +StandTile tile_463 = { + 0x090318, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1180, 25, -20, 0x0754}, + {-1187, 25, -2, 0x0720}, + {-1169, 25, -2, 0x074c} + } +}; + +StandTile tile_464 = { + 0x090218, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1180, 25, -20, 0x0000}, + {-1191, 25, -20, 0x0758}, + {-1187, 25, -2, 0x0750} + } +}; + +StandTile tile_465 = { + 0x090118, 0x1c, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 25, -20, 0x04ec}, + {-1191, 25, -2, 0x0000}, + {-1187, 25, -2, 0x0754} + } +}; + +StandTile tile_466 = { + 0x08fa18, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1172, 25, -47, 0x0760}, + {-1185, 25, -39, 0x0768}, + {-1169, 25, -37, 0x0000} + } +}; + +StandTile tile_467 = { + 0x08f918, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1185, 25, -39, 0x075c}, + {-1172, 25, -47, 0x0000}, + {-1172, 25, -50, 0x0764} + } +}; + +StandTile tile_468 = { + 0x08f818, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1172, 25, -50, 0x0000}, + {-1191, 25, -56, 0x0774}, + {-1185, 25, -39, 0x0760} + } +}; + +StandTile tile_469 = { + 0x08f718, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1169, 25, -37, 0x075c}, + {-1185, 25, -39, 0x076c}, + {-1180, 25, -25, 0x0778} + } +}; + +StandTile tile_470 = { + 0x08f618, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1180, 25, -25, 0x0768}, + {-1185, 25, -39, 0x0770}, + {-1183, 25, -22, 0x0000} + } +}; + +StandTile tile_471 = { + 0x08f518, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1185, 25, -39, 0x0774}, + {-1191, 25, -22, 0x0000}, + {-1183, 25, -22, 0x076c} + } +}; + +StandTile tile_472 = { + 0x08f418, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1191, 25, -56, 0x0000}, + {-1191, 25, -22, 0x0770}, + {-1185, 25, -39, 0x0764} + } +}; + +StandTile tile_473 = { + 0x08ec1a, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1180, 25, -25, 0x077c}, + {-1166, 25, -34, 0x0000}, + {-1169, 25, -37, 0x0768} + } +}; + +StandTile tile_474 = { + 0x08ec19, 0x1c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1180, 25, -25, 0x0000}, + {-1178, 25, -23, 0x0740}, + {-1166, 25, -34, 0x0778} + } +}; + +StandTile tile_475 = { + 0x08ea12, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1143, 25, -20, 0x0784}, + {-1126, 25, -39, 0x0000}, + {-1143, 25, -39, 0x071c} + } +}; + +StandTile tile_476 = { + 0x08ea11, 0x1b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1143, 25, -20, 0x0000}, + {-1126, 25, -20, 0x08d0}, + {-1126, 25, -39, 0x0780} + } +}; + +StandTile tile_477 = { + 0x099010, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-752, 25, -38, 0x07a8}, + {-752, 25, -40, 0x078c}, + {-765, 25, -38, 0x0000} + } +}; + +StandTile tile_478 = { + 0x098f10, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-752, 25, -40, 0x0790}, + {-765, 25, -56, 0x07bc}, + {-765, 25, -38, 0x0788} + } +}; + +StandTile tile_479 = { + 0x098e10, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-752, 25, -40, 0x0794}, + {-726, 25, -56, 0x0000}, + {-765, 25, -56, 0x078c} + } +}; + +StandTile tile_480 = { + 0x098d10, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-752, 25, -40, 0x07a8}, + {-728, 25, -40, 0x0798}, + {-726, 25, -56, 0x0790} + } +}; + +StandTile tile_481 = { + 0x098c10, 0x1a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-726, 25, -56, 0x0794}, + {-728, 25, -40, 0x079c}, + {-726, 25, -38, 0x0a04} + } +}; + +StandTile tile_482 = { + 0x098b10, 0x1a, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-728, 25, -40, 0x07a0}, + {-728, 25, -38, 0x0000}, + {-726, 25, -38, 0x0798} + } +}; + +StandTile tile_483 = { + 0x098a10, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-728, 25, -38, 0x079c}, + {-728, 25, -40, 0x07a4}, + {-739, 25, -38, 0x0000} + } +}; + +StandTile tile_484 = { + 0x098912, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-728, 25, -40, 0x07a8}, + {-752, 25, -38, 0x09b4}, + {-739, 25, -38, 0x07a0} + } +}; + +StandTile tile_485 = { + 0x098911, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-728, 25, -40, 0x0794}, + {-752, 25, -40, 0x0788}, + {-752, 25, -38, 0x07a4} + } +}; + +StandTile tile_486 = { + 0x098810, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-791, 25, -38, 0x07cc}, + {-791, 25, -40, 0x07b0}, + {-804, 25, -38, 0x0000} + } +}; + +StandTile tile_487 = { + 0x098710, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-791, 25, -40, 0x07b4}, + {-804, 25, -56, 0x07e0}, + {-804, 25, -38, 0x07ac} + } +}; + +StandTile tile_488 = { + 0x098610, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-791, 25, -40, 0x07b8}, + {-765, 25, -56, 0x0000}, + {-804, 25, -56, 0x07b0} + } +}; + +StandTile tile_489 = { + 0x098510, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-791, 25, -40, 0x07cc}, + {-767, 25, -40, 0x07bc}, + {-765, 25, -56, 0x07b4} + } +}; + +StandTile tile_490 = { + 0x098410, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-765, 25, -56, 0x07b8}, + {-767, 25, -40, 0x07c0}, + {-765, 25, -38, 0x078c} + } +}; + +StandTile tile_491 = { + 0x098310, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-767, 25, -40, 0x07c4}, + {-767, 25, -38, 0x0000}, + {-765, 25, -38, 0x07bc} + } +}; + +StandTile tile_492 = { + 0x098210, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-767, 25, -38, 0x07c0}, + {-767, 25, -40, 0x07c8}, + {-778, 25, -38, 0x0000} + } +}; + +StandTile tile_493 = { + 0x098112, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-767, 25, -40, 0x07cc}, + {-791, 25, -38, 0x09a4}, + {-778, 25, -38, 0x07c4} + } +}; + +StandTile tile_494 = { + 0x098111, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-767, 25, -40, 0x07b8}, + {-791, 25, -40, 0x07ac}, + {-791, 25, -38, 0x07c8} + } +}; + +StandTile tile_495 = { + 0x098010, 0x1a, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-830, 25, -38, 0x07f0}, + {-830, 25, -40, 0x07d4}, + {-843, 25, -38, 0x0000} + } +}; + +StandTile tile_496 = { + 0x097f10, 0x1a, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-830, 25, -40, 0x07d8}, + {-843, 25, -56, 0x0804}, + {-843, 25, -38, 0x07d0} + } +}; + +StandTile tile_497 = { + 0x097e10, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-830, 25, -40, 0x07dc}, + {-804, 25, -56, 0x0000}, + {-843, 25, -56, 0x07d4} + } +}; + +StandTile tile_498 = { + 0x097d10, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-830, 25, -40, 0x07f0}, + {-806, 25, -40, 0x07e0}, + {-804, 25, -56, 0x07d8} + } +}; + +StandTile tile_499 = { + 0x097c10, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-804, 25, -56, 0x07dc}, + {-806, 25, -40, 0x07e4}, + {-804, 25, -38, 0x07b0} + } +}; + +StandTile tile_500 = { + 0x097b10, 0x1a, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-806, 25, -40, 0x07e8}, + {-806, 25, -38, 0x0000}, + {-804, 25, -38, 0x07e0} + } +}; + +StandTile tile_501 = { + 0x097a10, 0x1a, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-806, 25, -38, 0x07e4}, + {-806, 25, -40, 0x07ec}, + {-817, 25, -38, 0x0000} + } +}; + +StandTile tile_502 = { + 0x097912, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-806, 25, -40, 0x07f0}, + {-830, 25, -38, 0x0994}, + {-817, 25, -38, 0x07e8} + } +}; + +StandTile tile_503 = { + 0x097911, 0x1a, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-806, 25, -40, 0x07dc}, + {-830, 25, -40, 0x07d0}, + {-830, 25, -38, 0x07ec} + } +}; + +StandTile tile_504 = { + 0x09ee10, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-869, 25, -38, 0x0814}, + {-869, 25, -40, 0x07f8}, + {-882, 25, -38, 0x0000} + } +}; + +StandTile tile_505 = { + 0x09ed10, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-869, 25, -40, 0x07fc}, + {-882, 25, -56, 0x0828}, + {-882, 25, -38, 0x07f4} + } +}; + +StandTile tile_506 = { + 0x09ec10, 0x19, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-869, 25, -40, 0x0800}, + {-843, 25, -56, 0x0000}, + {-882, 25, -56, 0x07f8} + } +}; + +StandTile tile_507 = { + 0x09eb10, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-869, 25, -40, 0x0814}, + {-845, 25, -40, 0x0804}, + {-843, 25, -56, 0x07fc} + } +}; + +StandTile tile_508 = { + 0x09ea10, 0x19, + 0x0, + 0x5, 0x5, 0x5, + 3, + 0x0, 0x1, 0x2, + { + {-843, 25, -56, 0x0800}, + {-845, 25, -40, 0x0808}, + {-843, 25, -38, 0x07d4} + } +}; + +StandTile tile_509 = { + 0x09e910, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-845, 25, -40, 0x080c}, + {-845, 25, -38, 0x0000}, + {-843, 25, -38, 0x0804} + } +}; + +StandTile tile_510 = { + 0x09e810, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-845, 25, -38, 0x0808}, + {-845, 25, -40, 0x0810}, + {-856, 25, -38, 0x0000} + } +}; + +StandTile tile_511 = { + 0x09e712, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-845, 25, -40, 0x0814}, + {-869, 25, -38, 0x0984}, + {-856, 25, -38, 0x080c} + } +}; + +StandTile tile_512 = { + 0x09e711, 0x19, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-845, 25, -40, 0x0800}, + {-869, 25, -40, 0x07f4}, + {-869, 25, -38, 0x0810} + } +}; + +StandTile tile_513 = { + 0x09e610, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-908, 25, -38, 0x0838}, + {-908, 25, -40, 0x081c}, + {-921, 25, -38, 0x0000} + } +}; + +StandTile tile_514 = { + 0x09e510, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-908, 25, -40, 0x0820}, + {-921, 25, -56, 0x084c}, + {-921, 25, -38, 0x0818} + } +}; + +StandTile tile_515 = { + 0x09e410, 0x19, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-908, 25, -40, 0x0824}, + {-882, 25, -56, 0x0000}, + {-921, 25, -56, 0x081c} + } +}; + +StandTile tile_516 = { + 0x09e310, 0x19, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-908, 25, -40, 0x0838}, + {-884, 25, -40, 0x0828}, + {-882, 25, -56, 0x0820} + } +}; + +StandTile tile_517 = { + 0x09e210, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-882, 25, -56, 0x0824}, + {-884, 25, -40, 0x082c}, + {-882, 25, -38, 0x07f8} + } +}; + +StandTile tile_518 = { + 0x09e110, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-884, 25, -40, 0x0830}, + {-884, 25, -38, 0x0000}, + {-882, 25, -38, 0x0828} + } +}; + +StandTile tile_519 = { + 0x09e010, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-884, 25, -38, 0x082c}, + {-884, 25, -40, 0x0834}, + {-895, 25, -38, 0x0000} + } +}; + +StandTile tile_520 = { + 0x09df12, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-884, 25, -40, 0x0838}, + {-908, 25, -38, 0x0974}, + {-895, 25, -38, 0x0830} + } +}; + +StandTile tile_521 = { + 0x09df11, 0x19, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-884, 25, -40, 0x0824}, + {-908, 25, -40, 0x0818}, + {-908, 25, -38, 0x0834} + } +}; + +StandTile tile_522 = { + 0x09de10, 0x19, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-947, 25, -38, 0x085c}, + {-947, 25, -40, 0x0840}, + {-960, 25, -38, 0x0000} + } +}; + +StandTile tile_523 = { + 0x09dd10, 0x19, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-947, 25, -40, 0x0844}, + {-960, 25, -56, 0x08b8}, + {-960, 25, -38, 0x083c} + } +}; + +StandTile tile_524 = { + 0x09dc10, 0x19, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-947, 25, -40, 0x0848}, + {-921, 25, -56, 0x0000}, + {-960, 25, -56, 0x0840} + } +}; + +StandTile tile_525 = { + 0x09db10, 0x19, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-947, 25, -40, 0x085c}, + {-923, 25, -40, 0x084c}, + {-921, 25, -56, 0x0844} + } +}; + +StandTile tile_526 = { + 0x09da10, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-921, 25, -56, 0x0848}, + {-923, 25, -40, 0x0850}, + {-921, 25, -38, 0x081c} + } +}; + +StandTile tile_527 = { + 0x09d910, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-923, 25, -40, 0x0854}, + {-923, 25, -38, 0x0000}, + {-921, 25, -38, 0x084c} + } +}; + +StandTile tile_528 = { + 0x09d810, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-923, 25, -38, 0x0850}, + {-923, 25, -40, 0x0858}, + {-934, 25, -38, 0x0000} + } +}; + +StandTile tile_529 = { + 0x09d712, 0x19, + 0x0, + 0x6, 0x6, 0x6, + 3, + 0x0, 0x1, 0x2, + { + {-923, 25, -40, 0x085c}, + {-947, 25, -38, 0x0964}, + {-934, 25, -38, 0x0854} + } +}; + +StandTile tile_530 = { + 0x09d711, 0x19, + 0x0, + 0x9, 0x9, 0x9, + 3, + 0x0, 0x1, 0x2, + { + {-923, 25, -40, 0x0848}, + {-947, 25, -40, 0x083c}, + {-947, 25, -38, 0x0858} + } +}; + +StandTile tile_531 = { + 0x0a4b10, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 25, -38, 0x0880}, + {-1064, 25, -40, 0x0864}, + {-1077, 25, -38, 0x0000} + } +}; + +StandTile tile_532 = { + 0x0a4a10, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 25, -40, 0x0868}, + {-1077, 25, -56, 0x090c}, + {-1077, 25, -38, 0x0860} + } +}; + +StandTile tile_533 = { + 0x0a4910, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 25, -40, 0x086c}, + {-1038, 25, -56, 0x0000}, + {-1077, 25, -56, 0x0864} + } +}; + +StandTile tile_534 = { + 0x0a4810, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 25, -40, 0x0880}, + {-1040, 25, -40, 0x0870}, + {-1038, 25, -56, 0x0868} + } +}; + +StandTile tile_535 = { + 0x0a4710, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1038, 25, -56, 0x086c}, + {-1040, 25, -40, 0x0874}, + {-1038, 25, -38, 0x0888} + } +}; + +StandTile tile_536 = { + 0x0a4610, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1040, 25, -40, 0x0878}, + {-1040, 25, -38, 0x0000}, + {-1038, 25, -38, 0x0870} + } +}; + +StandTile tile_537 = { + 0x0a4510, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1040, 25, -38, 0x0874}, + {-1040, 25, -40, 0x087c}, + {-1051, 25, -38, 0x0000} + } +}; + +StandTile tile_538 = { + 0x0a4412, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1040, 25, -40, 0x0880}, + {-1064, 25, -38, 0x0934}, + {-1051, 25, -38, 0x0878} + } +}; + +StandTile tile_539 = { + 0x0a4411, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1040, 25, -40, 0x086c}, + {-1064, 25, -40, 0x0860}, + {-1064, 25, -38, 0x087c} + } +}; + +StandTile tile_540 = { + 0x0a4310, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1025, 25, -38, 0x08a4}, + {-1025, 25, -40, 0x0888}, + {-1038, 25, -38, 0x0000} + } +}; + +StandTile tile_541 = { + 0x0a4210, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1025, 25, -40, 0x088c}, + {-1038, 25, -56, 0x0870}, + {-1038, 25, -38, 0x0884} + } +}; + +StandTile tile_542 = { + 0x0a4110, 0x18, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1025, 25, -40, 0x0890}, + {-999, 25, -56, 0x0000}, + {-1038, 25, -56, 0x0888} + } +}; + +StandTile tile_543 = { + 0x0a4010, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1025, 25, -40, 0x08a4}, + {-1001, 25, -40, 0x0894}, + {-999, 25, -56, 0x088c} + } +}; + +StandTile tile_544 = { + 0x0a3f10, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-999, 25, -56, 0x0890}, + {-1001, 25, -40, 0x0898}, + {-999, 25, -38, 0x08ac} + } +}; + +StandTile tile_545 = { + 0x0a3e10, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1001, 25, -40, 0x089c}, + {-1001, 25, -38, 0x0000}, + {-999, 25, -38, 0x0894} + } +}; + +StandTile tile_546 = { + 0x0a3d10, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1001, 25, -38, 0x0898}, + {-1001, 25, -40, 0x08a0}, + {-1012, 25, -38, 0x0000} + } +}; + +StandTile tile_547 = { + 0x0a3c12, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1001, 25, -40, 0x08a4}, + {-1025, 25, -38, 0x0944}, + {-1012, 25, -38, 0x089c} + } +}; + +StandTile tile_548 = { + 0x0a3c11, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1001, 25, -40, 0x0890}, + {-1025, 25, -40, 0x0884}, + {-1025, 25, -38, 0x08a0} + } +}; + +StandTile tile_549 = { + 0x0a3b10, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-986, 25, -38, 0x08c8}, + {-986, 25, -40, 0x08ac}, + {-999, 25, -38, 0x0000} + } +}; + +StandTile tile_550 = { + 0x0a3a10, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-986, 25, -40, 0x08b0}, + {-999, 25, -56, 0x0894}, + {-999, 25, -38, 0x08a8} + } +}; + +StandTile tile_551 = { + 0x0a3910, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-986, 25, -40, 0x08b4}, + {-960, 25, -56, 0x0000}, + {-999, 25, -56, 0x08ac} + } +}; + +StandTile tile_552 = { + 0x0a3810, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-986, 25, -40, 0x08c8}, + {-962, 25, -40, 0x08b8}, + {-960, 25, -56, 0x08b0} + } +}; + +StandTile tile_553 = { + 0x0a3710, 0x18, + 0x0, + 0x4, 0x4, 0x4, + 3, + 0x0, 0x1, 0x2, + { + {-960, 25, -56, 0x08b4}, + {-962, 25, -40, 0x08bc}, + {-960, 25, -38, 0x0840} + } +}; + +StandTile tile_554 = { + 0x0a3610, 0x18, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-962, 25, -40, 0x08c0}, + {-962, 25, -38, 0x0000}, + {-960, 25, -38, 0x08b8} + } +}; + +StandTile tile_555 = { + 0x0a3510, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-962, 25, -38, 0x08bc}, + {-962, 25, -40, 0x08c4}, + {-973, 25, -38, 0x0000} + } +}; + +StandTile tile_556 = { + 0x0a3412, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-962, 25, -40, 0x08c8}, + {-986, 25, -38, 0x0954}, + {-973, 25, -38, 0x08c0} + } +}; + +StandTile tile_557 = { + 0x0a3411, 0x18, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-962, 25, -40, 0x08b4}, + {-986, 25, -40, 0x08a8}, + {-986, 25, -38, 0x08c4} + } +}; + +StandTile tile_558 = { + 0x0e5512, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1120, 25, -39, 0x08d0}, + {-1126, 25, -20, 0x0000}, + {-1120, 25, -20, 0x08dc} + } +}; + +StandTile tile_559 = { + 0x0e5511, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1120, 25, -39, 0x0000}, + {-1126, 25, -39, 0x0784}, + {-1126, 25, -20, 0x08cc} + } +}; + +StandTile tile_560 = { + 0x0e5412, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1082, 25, -56, 0x08d8}, + {-1099, 25, -58, 0x0000}, + {-1100, 25, -56, 0x0904} + } +}; + +StandTile tile_561 = { + 0x0e5411, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1082, 25, -56, 0x0000}, + {-1084, 25, -58, 0x0000}, + {-1099, 25, -58, 0x08d4} + } +}; + +StandTile tile_562 = { + 0x0e5312, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1120, 25, -20, 0x08e0}, + {-1117, 25, -39, 0x0000}, + {-1120, 25, -39, 0x08cc} + } +}; + +StandTile tile_563 = { + 0x0e5311, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1120, 25, -20, 0x0000}, + {-1117, 25, -20, 0x08e8}, + {-1117, 25, -39, 0x08dc} + } +}; + +StandTile tile_564 = { + 0x0e5210, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1110, 25, -17, 0x08e8}, + {-1117, 25, -20, 0x0000}, + {-1115, 25, -17, 0x0000} + } +}; + +StandTile tile_565 = { + 0x0e5110, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1117, 25, -39, 0x08e0}, + {-1117, 25, -20, 0x08e4}, + {-1110, 25, -17, 0x08ec} + } +}; + +StandTile tile_566 = { + 0x0e5010, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1117, 25, -39, 0x08e8}, + {-1110, 25, -17, 0x0000}, + {-1103, 25, -24, 0x08f0} + } +}; + +StandTile tile_567 = { + 0x0e4f10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1103, 25, -24, 0x08f4}, + {-1115, 25, -42, 0x0000}, + {-1117, 25, -39, 0x08ec} + } +}; + +StandTile tile_568 = { + 0x0e4e10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1103, 25, -24, 0x0930}, + {-1091, 25, -36, 0x08f8}, + {-1115, 25, -42, 0x08f0} + } +}; + +StandTile tile_569 = { + 0x0e4d10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1091, 25, -36, 0x08fc}, + {-1103, 25, -56, 0x0000}, + {-1115, 25, -42, 0x08f4} + } +}; + +StandTile tile_570 = { + 0x0e4c10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1103, 25, -56, 0x08f8}, + {-1091, 25, -36, 0x0000}, + {-1089, 25, -38, 0x0900} + } +}; + +StandTile tile_571 = { + 0x0e4b10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1103, 25, -56, 0x08fc}, + {-1089, 25, -38, 0x0904}, + {-1100, 25, -56, 0x0000} + } +}; + +StandTile tile_572 = { + 0x0e4a10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1089, 25, -38, 0x0908}, + {-1082, 25, -56, 0x08d4}, + {-1100, 25, -56, 0x0900} + } +}; + +StandTile tile_573 = { + 0x0e4910, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1089, 25, -38, 0x0000}, + {-1077, 25, -38, 0x090c}, + {-1082, 25, -56, 0x0904} + } +}; + +StandTile tile_574 = { + 0x0e4810, 0x17, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1077, 25, -38, 0x0864}, + {-1077, 25, -56, 0x0000}, + {-1082, 25, -56, 0x0908} + } +}; + +StandTile tile_575 = { + 0x0e4110, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1097, 25, -11, 0x0914}, + {-1084, 25, -20, 0x091c}, + {-1100, 25, -22, 0x0000} + } +}; + +StandTile tile_576 = { + 0x0e4010, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1084, 25, -20, 0x0910}, + {-1097, 25, -11, 0x0000}, + {-1097, 25, -8, 0x0918} + } +}; + +StandTile tile_577 = { + 0x0e3f10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1097, 25, -8, 0x0000}, + {-1077, 25, -2, 0x0928}, + {-1084, 25, -20, 0x0914} + } +}; + +StandTile tile_578 = { + 0x0e3e10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1100, 25, -22, 0x0910}, + {-1084, 25, -20, 0x0920}, + {-1089, 25, -33, 0x092c} + } +}; + +StandTile tile_579 = { + 0x0e3d10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1089, 25, -33, 0x091c}, + {-1084, 25, -20, 0x0924}, + {-1086, 25, -37, 0x0000} + } +}; + +StandTile tile_580 = { + 0x0e3c10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1084, 25, -20, 0x0928}, + {-1077, 25, -37, 0x0000}, + {-1086, 25, -37, 0x0920} + } +}; + +StandTile tile_581 = { + 0x0e3b10, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1077, 25, -2, 0x0000}, + {-1077, 25, -37, 0x0924}, + {-1084, 25, -20, 0x0918} + } +}; + +StandTile tile_582 = { + 0x0e3312, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1089, 25, -33, 0x0930}, + {-1103, 25, -24, 0x0000}, + {-1100, 25, -22, 0x091c} + } +}; + +StandTile tile_583 = { + 0x0e3311, 0x17, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1089, 25, -33, 0x0000}, + {-1091, 25, -36, 0x08f4}, + {-1103, 25, -24, 0x092c} + } +}; + +StandTile tile_584 = { + 0x0a5512, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 25, -37, 0x0938}, + {-1051, 25, -38, 0x087c}, + {-1064, 25, -38, 0x0000} + } +}; + +StandTile tile_585 = { + 0x0a5511, 0x16, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1064, 25, -37, 0x0940}, + {-1051, 25, -37, 0x0000}, + {-1051, 25, -38, 0x0934} + } +}; + +StandTile tile_586 = { + 0x0d9412, 0x16, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1049, 25, -2, 0x0940}, + {-1064, 25, -37, 0x0000}, + {-1067, 25, -2, 0x0000} + } +}; + +StandTile tile_587 = { + 0x0d9411, 0x16, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1049, 25, -2, 0x0000}, + {-1051, 25, -37, 0x0938}, + {-1064, 25, -37, 0x093c} + } +}; + +StandTile tile_588 = { + 0x0a5612, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1025, 25, -37, 0x0948}, + {-1012, 25, -38, 0x08a0}, + {-1025, 25, -38, 0x0000} + } +}; + +StandTile tile_589 = { + 0x0a5611, 0x15, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-1025, 25, -37, 0x0950}, + {-1012, 25, -37, 0x0000}, + {-1012, 25, -38, 0x0944} + } +}; + +StandTile tile_590 = { + 0x0d6b12, 0x15, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-1010, 25, -2, 0x0950}, + {-1025, 25, -37, 0x0000}, + {-1028, 25, -2, 0x0000} + } +}; + +StandTile tile_591 = { + 0x0d6b11, 0x15, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-1010, 25, -2, 0x0000}, + {-1012, 25, -37, 0x0948}, + {-1025, 25, -37, 0x094c} + } +}; + +StandTile tile_592 = { + 0x0a5712, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-986, 25, -37, 0x0958}, + {-973, 25, -38, 0x08c4}, + {-986, 25, -38, 0x0000} + } +}; + +StandTile tile_593 = { + 0x0a5711, 0x14, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-986, 25, -37, 0x0960}, + {-973, 25, -37, 0x0000}, + {-973, 25, -38, 0x0954} + } +}; + +StandTile tile_594 = { + 0x0d4212, 0x14, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-971, 25, -2, 0x0960}, + {-986, 25, -37, 0x0000}, + {-989, 25, -2, 0x0000} + } +}; + +StandTile tile_595 = { + 0x0d4211, 0x14, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-971, 25, -2, 0x0000}, + {-973, 25, -37, 0x0958}, + {-986, 25, -37, 0x095c} + } +}; + +StandTile tile_596 = { + 0x0a0012, 0x13, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-947, 25, -37, 0x0968}, + {-934, 25, -38, 0x0858}, + {-947, 25, -38, 0x0000} + } +}; + +StandTile tile_597 = { + 0x0a0011, 0x13, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-947, 25, -37, 0x0970}, + {-934, 25, -37, 0x0000}, + {-934, 25, -38, 0x0964} + } +}; + +StandTile tile_598 = { + 0x0e0612, 0x13, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-932, 25, -2, 0x0970}, + {-947, 25, -37, 0x0000}, + {-950, 25, -2, 0x0000} + } +}; + +StandTile tile_599 = { + 0x0e0611, 0x13, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-932, 25, -2, 0x0000}, + {-934, 25, -37, 0x0968}, + {-947, 25, -37, 0x096c} + } +}; + +StandTile tile_600 = { + 0x09ff12, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-908, 25, -37, 0x0978}, + {-895, 25, -38, 0x0834}, + {-908, 25, -38, 0x0000} + } +}; + +StandTile tile_601 = { + 0x09ff11, 0x12, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-908, 25, -37, 0x0980}, + {-895, 25, -37, 0x0000}, + {-895, 25, -38, 0x0974} + } +}; + +StandTile tile_602 = { + 0x0dd312, 0x12, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-893, 25, -2, 0x0980}, + {-908, 25, -37, 0x0000}, + {-911, 25, -2, 0x0000} + } +}; + +StandTile tile_603 = { + 0x0dd311, 0x12, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-893, 25, -2, 0x0000}, + {-895, 25, -37, 0x0978}, + {-908, 25, -37, 0x097c} + } +}; + +StandTile tile_604 = { + 0x09fe12, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-869, 25, -37, 0x0988}, + {-856, 25, -38, 0x0810}, + {-869, 25, -38, 0x0000} + } +}; + +StandTile tile_605 = { + 0x09fe11, 0x11, + 0x0, + 0x7, 0x7, 0x7, + 3, + 0x0, 0x1, 0x2, + { + {-869, 25, -37, 0x0990}, + {-856, 25, -37, 0x0000}, + {-856, 25, -38, 0x0984} + } +}; + +StandTile tile_606 = { + 0x0b7a12, 0x11, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-854, 25, -2, 0x0990}, + {-869, 25, -37, 0x0000}, + {-872, 25, -2, 0x0000} + } +}; + +StandTile tile_607 = { + 0x0b7a11, 0x11, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-854, 25, -2, 0x0000}, + {-856, 25, -37, 0x0988}, + {-869, 25, -37, 0x098c} + } +}; + +StandTile tile_608 = { + 0x099a12, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-830, 25, -37, 0x0998}, + {-817, 25, -38, 0x07ec}, + {-830, 25, -38, 0x0000} + } +}; + +StandTile tile_609 = { + 0x099a11, 0x10, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-830, 25, -37, 0x09a0}, + {-817, 25, -37, 0x0000}, + {-817, 25, -38, 0x0994} + } +}; + +StandTile tile_610 = { + 0x0d1912, 0x10, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-815, 25, -2, 0x09a0}, + {-830, 25, -37, 0x0000}, + {-833, 25, -2, 0x0000} + } +}; + +StandTile tile_611 = { + 0x0d1911, 0x10, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-815, 25, -2, 0x0000}, + {-817, 25, -37, 0x0998}, + {-830, 25, -37, 0x099c} + } +}; + +StandTile tile_612 = { + 0x099612, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-791, 25, -37, 0x09a8}, + {-778, 25, -38, 0x07c8}, + {-791, 25, -38, 0x0000} + } +}; + +StandTile tile_613 = { + 0x099611, 0x0f, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-791, 25, -37, 0x09b0}, + {-778, 25, -37, 0x0000}, + {-778, 25, -38, 0x09a4} + } +}; + +StandTile tile_614 = { + 0x0cf012, 0x0f, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-776, 25, -2, 0x09b0}, + {-791, 25, -37, 0x0000}, + {-793, 25, -2, 0x0000} + } +}; + +StandTile tile_615 = { + 0x0cf011, 0x0f, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-776, 25, -2, 0x0000}, + {-778, 25, -37, 0x09a8}, + {-791, 25, -37, 0x09ac} + } +}; + +StandTile tile_616 = { + 0x099112, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-752, 25, -37, 0x09b8}, + {-739, 25, -38, 0x07a4}, + {-752, 25, -38, 0x0000} + } +}; + +StandTile tile_617 = { + 0x099111, 0x0e, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-752, 25, -37, 0x09c0}, + {-739, 25, -37, 0x0000}, + {-739, 25, -38, 0x09b4} + } +}; + +StandTile tile_618 = { + 0x0ae712, 0x0e, + 0x0, + 0x8, 0x8, 0x8, + 3, + 0x0, 0x1, 0x2, + { + {-736, 25, -2, 0x09c0}, + {-752, 25, -37, 0x0000}, + {-754, 25, -2, 0x0000} + } +}; + +StandTile tile_619 = { + 0x0ae711, 0x0e, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-736, 25, -2, 0x0000}, + {-739, 25, -37, 0x09b8}, + {-752, 25, -37, 0x09bc} + } +}; + +StandTile tile_620 = { + 0x0cd212, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-684, 25, -20, 0x09c8}, + {-677, 25, -39, 0x0000}, + {-684, 25, -39, 0x09d4} + } +}; + +StandTile tile_621 = { + 0x0cd211, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-684, 25, -20, 0x0000}, + {-677, 25, -20, 0x0a2c}, + {-677, 25, -39, 0x09c4} + } +}; + +StandTile tile_622 = { + 0x0aa012, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-703, 25, -56, 0x09d0}, + {-719, 25, -58, 0x0000}, + {-721, 25, -56, 0x09fc} + } +}; + +StandTile tile_623 = { + 0x0aa011, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-703, 25, -56, 0x0000}, + {-705, 25, -58, 0x0000}, + {-719, 25, -58, 0x09cc} + } +}; + +StandTile tile_624 = { + 0x0a9f12, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-684, 25, -39, 0x09d8}, + {-687, 25, -20, 0x0000}, + {-684, 25, -20, 0x09c4} + } +}; + +StandTile tile_625 = { + 0x0a9f11, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-684, 25, -39, 0x0000}, + {-687, 25, -39, 0x09e0}, + {-687, 25, -20, 0x09d4} + } +}; + +StandTile tile_626 = { + 0x0a9e10, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-688, 25, -17, 0x0000}, + {-687, 25, -20, 0x09e0}, + {-693, 25, -17, 0x0000} + } +}; + +StandTile tile_627 = { + 0x0a9d10, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-693, 25, -17, 0x09dc}, + {-687, 25, -20, 0x09d8}, + {-687, 25, -39, 0x09e4} + } +}; + +StandTile tile_628 = { + 0x0a9c10, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-701, 25, -24, 0x0000}, + {-693, 25, -17, 0x09e0}, + {-687, 25, -39, 0x09e8} + } +}; + +StandTile tile_629 = { + 0x0a9b10, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-687, 25, -39, 0x0000}, + {-688, 25, -42, 0x09ec}, + {-701, 25, -24, 0x09e4} + } +}; + +StandTile tile_630 = { + 0x0a9a10, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-688, 25, -42, 0x09f0}, + {-712, 25, -36, 0x0a28}, + {-701, 25, -24, 0x09e8} + } +}; + +StandTile tile_631 = { + 0x0a9910, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-688, 25, -42, 0x0000}, + {-701, 25, -56, 0x09f4}, + {-712, 25, -36, 0x09ec} + } +}; + +StandTile tile_632 = { + 0x0a9810, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-715, 25, -38, 0x0000}, + {-712, 25, -36, 0x09f0}, + {-701, 25, -56, 0x09f8} + } +}; + +StandTile tile_633 = { + 0x0a9710, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-703, 25, -56, 0x09fc}, + {-715, 25, -38, 0x09f4}, + {-701, 25, -56, 0x0000} + } +}; + +StandTile tile_634 = { + 0x0a9610, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-703, 25, -56, 0x09cc}, + {-721, 25, -56, 0x0a00}, + {-715, 25, -38, 0x09f8} + } +}; + +StandTile tile_635 = { + 0x0a9510, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-721, 25, -56, 0x0a04}, + {-726, 25, -38, 0x0000}, + {-715, 25, -38, 0x09fc} + } +}; + +StandTile tile_636 = { + 0x0a9410, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-721, 25, -56, 0x0000}, + {-726, 25, -56, 0x0798}, + {-726, 25, -38, 0x0a00} + } +}; + +StandTile tile_637 = { + 0x0a8d10, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-703, 25, -22, 0x0a14}, + {-719, 25, -20, 0x0a0c}, + {-706, 25, -11, 0x0000} + } +}; + +StandTile tile_638 = { + 0x0a8c10, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-706, 25, -8, 0x0000}, + {-706, 25, -11, 0x0a08}, + {-719, 25, -20, 0x0a10} + } +}; + +StandTile tile_639 = { + 0x0a8b10, 0x0d, + 0x0, + 0xa, 0xa, 0xa, + 3, + 0x0, 0x1, 0x2, + { + {-719, 25, -20, 0x0a20}, + {-726, 25, -2, 0x0000}, + {-706, 25, -8, 0x0a0c} + } +}; + +StandTile tile_640 = { + 0x0a8a10, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-715, 25, -33, 0x0a18}, + {-719, 25, -20, 0x0a08}, + {-703, 25, -22, 0x0a24} + } +}; + +StandTile tile_641 = { + 0x0a8910, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-718, 25, -37, 0x0a1c}, + {-719, 25, -20, 0x0a14}, + {-715, 25, -33, 0x0000} + } +}; + +StandTile tile_642 = { + 0x0a8810, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-718, 25, -37, 0x0000}, + {-726, 25, -37, 0x0a20}, + {-719, 25, -20, 0x0a18} + } +}; + +StandTile tile_643 = { + 0x0a8710, 0x0d, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-719, 25, -20, 0x0a1c}, + {-726, 25, -37, 0x0000}, + {-726, 25, -2, 0x0a10} + } +}; + +StandTile tile_644 = { + 0x0a7f12, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-703, 25, -22, 0x0a28}, + {-712, 25, -36, 0x0000}, + {-715, 25, -33, 0x0a14} + } +}; + +StandTile tile_645 = { + 0x0a7f11, 0x0d, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-703, 25, -22, 0x0000}, + {-701, 25, -24, 0x09ec}, + {-712, 25, -36, 0x0a24} + } +}; + +StandTile tile_646 = { + 0x022e0a, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-677, 25, -20, 0x0a30}, + {-661, 25, -39, 0x0000}, + {-677, 25, -39, 0x09c8} + } +}; + +StandTile tile_647 = { + 0x022e09, 0x0c, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-677, 25, -20, 0x0000}, + {-661, 25, -20, 0x0a40}, + {-661, 25, -39, 0x0a2c} + } +}; + +StandTile tile_648 = { + 0x026608, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-657, 25, -39, 0x0a44}, + {-649, 25, -29, 0x0a50}, + {-649, 25, -58, 0x0000} + } +}; + +StandTile tile_649 = { + 0x026708, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-649, 25, -1, 0x0a48}, + {-649, 25, -29, 0x0a44}, + {-657, 25, -20, 0x0000} + } +}; + +StandTile tile_650 = { + 0x02170a, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-657, 25, -39, 0x0a40}, + {-661, 25, -20, 0x0000}, + {-657, 25, -20, 0x0a44} + } +}; + +StandTile tile_651 = { + 0x021709, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-657, 25, -39, 0x0000}, + {-661, 25, -39, 0x0a30}, + {-661, 25, -20, 0x0a3c} + } +}; + +StandTile tile_652 = { + 0x026108, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-657, 25, -39, 0x0a3c}, + {-657, 25, -20, 0x0a38}, + {-649, 25, -29, 0x0a34} + } +}; + +StandTile tile_653 = { + 0x025f08, 0x0b, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-649, 25, -29, 0x0a38}, + {-649, 25, -1, 0x0000}, + {-600, 25, -1, 0x0a4c} + } +}; + +StandTile tile_654 = { + 0x025e08, 0x0b, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-649, 25, -29, 0x0a48}, + {-600, 25, -1, 0x0a54}, + {-600, 25, -58, 0x0a50} + } +}; + +StandTile tile_655 = { + 0x01d708, 0x0b, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-649, 25, -58, 0x0a34}, + {-649, 25, -29, 0x0a4c}, + {-600, 25, -58, 0x0000} + } +}; + +StandTile tile_656 = { + 0x01f60a, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-600, 25, -1, 0x0a58}, + {-527, 25, -58, 0x0000}, + {-600, 25, -58, 0x0a4c} + } +}; + +StandTile tile_657 = { + 0x01f609, 0x0a, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-600, 25, -1, 0x0000}, + {-527, 25, -1, 0x0a5c}, + {-527, 25, -58, 0x0a54} + } +}; + +StandTile tile_658 = { + 0x01f20a, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-527, 25, -1, 0x0a60}, + {-365, 25, -58, 0x0000}, + {-527, 25, -58, 0x0a58} + } +}; + +StandTile tile_659 = { + 0x01f209, 0x09, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-527, 25, -1, 0x0000}, + {-365, 25, -1, 0x0a64}, + {-365, 25, -58, 0x0a5c} + } +}; + +StandTile tile_660 = { + 0x01f90a, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-365, 25, -1, 0x0a68}, + {-292, 25, -58, 0x0000}, + {-365, 25, -58, 0x0a60} + } +}; + +StandTile tile_661 = { + 0x01f909, 0x08, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-365, 25, -1, 0x0000}, + {-292, 25, -1, 0x0a88}, + {-292, 25, -58, 0x0a64} + } +}; + +StandTile tile_662 = { + 0x026808, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-235, 25, -20, 0x0a7c}, + {-243, 25, -29, 0x0a84}, + {-243, 25, -1, 0x0000} + } +}; + +StandTile tile_663 = { + 0x026908, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-243, 25, -58, 0x0a80}, + {-243, 25, -29, 0x0a7c}, + {-235, 25, -39, 0x0000} + } +}; + +StandTile tile_664 = { + 0x02180a, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-235, 25, -20, 0x0a78}, + {-231, 25, -39, 0x0000}, + {-235, 25, -39, 0x0a7c} + } +}; + +StandTile tile_665 = { + 0x021809, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-235, 25, -20, 0x0000}, + {-231, 25, -20, 0x0a8c}, + {-231, 25, -39, 0x0a74} + } +}; + +StandTile tile_666 = { + 0x025908, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-235, 25, -20, 0x0a74}, + {-235, 25, -39, 0x0a70}, + {-243, 25, -29, 0x0a6c} + } +}; + +StandTile tile_667 = { + 0x025a08, 0x07, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-243, 25, -29, 0x0a70}, + {-243, 25, -58, 0x0000}, + {-292, 25, -58, 0x0a88} + } +}; + +StandTile tile_668 = { + 0x025b08, 0x07, + 0x0, + 0xe, 0xe, 0xe, + 3, + 0x0, 0x1, 0x2, + { + {-292, 25, -1, 0x0000}, + {-243, 25, -1, 0x0a6c}, + {-243, 25, -29, 0x0a88} + } +}; + +StandTile tile_669 = { + 0x01fe08, 0x07, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-292, 25, -1, 0x0a84}, + {-243, 25, -29, 0x0a80}, + {-292, 25, -58, 0x0a68} + } +}; + +StandTile tile_670 = { + 0x03bf02, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-231, 25, -20, 0x0a90}, + {-215, 25, -39, 0x0000}, + {-231, 25, -39, 0x0a78} + } +}; + +StandTile tile_671 = { + 0x03bf01, 0x06, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-231, 25, -20, 0x0000}, + {-215, 25, -20, 0x0aa0}, + {-215, 25, -39, 0x0a8c} + } +}; + +StandTile tile_672 = { + 0x03d800, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-203, 25, -29, 0x0aa4}, + {-211, 25, -20, 0x0000}, + {-203, 25, -1, 0x0aa8} + } +}; + +StandTile tile_673 = { + 0x03d700, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-203, 25, -29, 0x0ab1}, + {-203, 25, -58, 0x0000}, + {-211, 25, -39, 0x0aa4} + } +}; + +StandTile tile_674 = { + 0x011002, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-211, 25, -39, 0x0aa0}, + {-215, 25, -20, 0x0000}, + {-211, 25, -20, 0x0aa4} + } +}; + +StandTile tile_675 = { + 0x011001, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-211, 25, -39, 0x0000}, + {-215, 25, -39, 0x0a90}, + {-215, 25, -20, 0x0a9c} + } +}; + +StandTile tile_676 = { + 0x03d600, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-211, 25, -39, 0x0a9c}, + {-211, 25, -20, 0x0a94}, + {-203, 25, -29, 0x0a98} + } +}; + +StandTile tile_677 = { + 0x03d400, 0x05, + 0x0, + 0xc, 0xc, 0xc, + 3, + 0x0, 0x1, 0x2, + { + {-203, 25, -29, 0x0a94}, + {-203, 25, -1, 0x0000}, + {-154, 25, -1, 0x0aac} + } +}; + +StandTile tile_678 = { + 0x03d300, 0x05, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x3, + { + {-203, 25, -29, 0x0aa8}, + {-154, 25, -1, 0x0000}, + {-154, 25, -2, 0x0ab5}, + {-154, 25, -58, 0x0ab1} + } +}; + +StandTile tile_679 = { + 0x022f00, 0x05, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {-203, 25, -58, 0x0a98}, + {-203, 25, -29, 0x0aac}, + {-154, 25, -58, 0x0000} + } +}; + +StandTile tile_680 = { + 0x037902, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-81, 25, -2, 0x0ab9}, + {-154, 25, -58, 0x0aac}, + {-154, 25, -2, 0x0000} + } +}; + +StandTile tile_681 = { + 0x037901, 0x04, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-81, 25, -2, 0x0ac5}, + {-81, 25, -58, 0x0000}, + {-154, 25, -58, 0x0ab5} + } +}; + +StandTile tile_682 = { + 0x03c402, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-40, 25, -1, 0x0ac1}, + {81, 25, -58, 0x0000}, + {-40, 25, -58, 0x0aca} + } +}; + +StandTile tile_683 = { + 0x03c401, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-40, 25, -1, 0x0000}, + {81, 25, -1, 0x0ace}, + {81, 25, -58, 0x0abd} + } +}; + +StandTile tile_684 = { + 0x037402, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 4, + 0x0, 0x1, 0x2, + { + {-81, 25, -1, 0x0aca}, + {-40, 25, -58, 0x0000}, + {-81, 25, -58, 0x0ab9}, + {-81, 25, -2, 0x0000} + } +}; + +StandTile tile_685 = { + 0x037401, 0x03, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {-81, 25, -1, 0x0000}, + {-40, 25, -1, 0x0abd}, + {-40, 25, -58, 0x0ac5} + } +}; + +StandTile tile_686 = { + 0x037502, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {81, 25, -1, 0x0ad2}, + {154, 25, -58, 0x0000}, + {81, 25, -58, 0x0ac1} + } +}; + +StandTile tile_687 = { + 0x037501, 0x02, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {81, 25, -1, 0x0000}, + {154, 25, -1, 0x0ae8}, + {154, 25, -58, 0x0ace} + } +}; + +StandTile tile_688 = { + 0x037c02, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {215, 25, -39, 0x0ada}, + {211, 25, -20, 0x0000}, + {215, 25, -20, 0x0000} + } +}; + +StandTile tile_689 = { + 0x037c01, 0x01, + 0x0, + 0xf, 0xf, 0xf, + 3, + 0x0, 0x1, 0x2, + { + {215, 25, -39, 0x0000}, + {211, 25, -39, 0x0ae2}, + {211, 25, -20, 0x0ad6} + } +}; + +StandTile tile_690 = { + 0x022b02, 0x01, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {204, 25, -1, 0x0ae2}, + {211, 25, -42, 0x0000}, + {204, 25, -58, 0x0aec} + } +}; + +StandTile tile_691 = { + 0x022b01, 0x01, + 0x0, + 0xe, 0xe, 0xe, + 5, + 0x0, 0x1, 0x4, + { + {204, 25, -1, 0x0000}, + {211, 25, -17, 0x0000}, + {211, 25, -20, 0x0ada}, + {211, 25, -39, 0x0000}, + {211, 25, -42, 0x0ade} + } +}; + +StandTile tile_692 = { + 0x037602, 0x01, + 0x0, + 0xd, 0xd, 0xd, + 3, + 0x0, 0x1, 0x2, + { + {154, 25, -1, 0x0aec}, + {204, 25, -58, 0x0000}, + {154, 25, -58, 0x0ad2} + } +}; + +StandTile tile_693 = { + 0x037601, 0x01, + 0x0, + 0xb, 0xb, 0xb, + 3, + 0x0, 0x1, 0x2, + { + {154, 25, -1, 0x0000}, + {204, 25, -1, 0x0ade}, + {204, 25, -58, 0x0ae8} + } +}; + +StandTile tile_694 = { + 0x000000, 0x00, + 0x0, + 0x0, 0x0, 0x0, + 0, + 0x0, 0x0, 0x0 +}; + + +StandFileFooter footer = { + "unstric", + NULL, + NULL, + NULL, + NULL +}; + + diff --git a/assets/obseg/stan/readme.md b/assets/obseg/stan/readme.md new file mode 100644 index 0000000..9cc8c43 --- /dev/null +++ b/assets/obseg/stan/readme.md @@ -0,0 +1,82 @@ +# Stand Tile Readme + +Known as Tile, Stand Tile, or stan. This defines floor information where Bond can stand. + +The model conversion tool rare used has at least 2 modes for output. Release/16bit signed; no debug strings. And debug/32bit float with debug strings. + +Each stan file is composed of a short header, ends with a standard footer, and in between is a list of tiles and points. + +Values are stored most significant byte first. + +## Header + +The header consists of 4 empty bytes, followed by a 32 bit integer giving the offset to tiles from the start of the file (pointer to first tile). There are optional bytes between the tile offset number and the start of the tiles, usually an empty 4 bytes. + +The header is the same for both release and debug. + +## Tiles + +Tiles consist of a 64 bit tile description, followed by an array of points. + +byte 0-3: a name, id or descriptor. One byte seems to be a "group id" and the other two bytes are some kind of tile id, but exact definition is unknown. +byte 4: room number +byte 5 (upper 4 bits): flags or attributes. +byte 5 (lower 4 bits): Red +byte 6 (upper 4 bits): Green +byte 6 (lower 4 bits): Blue +byte 7 (upper 4 bits): number of points within the tile + +The remaining 3 fields generally define the most extreme points within the tile + +byte 7 (lower 4 bits): first point +byte 8 (upper 4 bits): second point +byte 8 (lower 4 bits): third point + +### Tile Points + +A tile point is described by four 16-bit fields, giving X,Y,Z coordinates of the point as signed 16-bit integer. + +The remaining field is the "link" + +## Beta Tiles + +Beta tiles consist of a 96 bit tile description, followed by an array of points. + +byte 0-4: pointer to string giving the tile name +byte 5 (upper 4 bits): flags or attributes. (same as regular tile) +byte 5 (lower 4 bits): Red (same as regular tile) +byte 6 (upper 4 bits): Green (same as regular tile) +byte 6 (lower 4 bits): Blue (same as regular tile) +byte 7-8: unknown 16-bit field. This may be the room. +byte 9: number of points within the tile + +The remaining 3 fields generally define the most extreme points within the tile (same as regular tile, except one full byte) + +byte 10: first point +byte 11: second point +byte 12: third point + +### Beta Tile Points + +Beta tile points store the same information as regular tiles, but in a different format. + +The X,Y,Z coordinates are now 32-bit floats. + +The "link" is now a 32-bit int. + +## Tile list + +The tile section in the stand tile file ends with an empty entry. This is a regular stand tile of all zeroes (8 bytes of zero). The beta tile list ends with 8 bytes of zero as well (even though the struct size is 12 bytes). + +"Tile beginning with room 0 is the true way the file format ends, engine does not check for unstric string". For beta tiles, this is a check against the first 4 bytes of the struct. + +## Tile Attributes + +Possible values for tile "flags" or "attributes": + +0 = Normal +1 = Kneeling +3 = Ladder + +## Footer +After the tile list is a standard footer. This consists of an 8 character zero terminated string "unstric", followed by 4 null points (16 bytes of zero). diff --git a/assets/obseg/text/LameE.c b/assets/obseg/text/LameE.c index 183dc18..7974b4b 100644 --- a/assets/obseg/text/LameE.c +++ b/assets/obseg/text/LameE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LameE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LameE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LameJ.c b/assets/obseg/text/LameJ.c index 51904b6..d1bb52d 100644 --- a/assets/obseg/text/LameJ.c +++ b/assets/obseg/text/LameJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LameJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LameJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LarchE.c b/assets/obseg/text/LarchE.c index 5827be2..9a8ddff 100644 --- a/assets/obseg/text/LarchE.c +++ b/assets/obseg/text/LarchE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LarchE[] = { +char *LarchE[] = { "Captured by the Russians, Bond must escape their military prison.\n", "Again? Captured again? I hope you can defend your performance, 007, because there isn't a lawyer in the land who'd take on the case.\nYour only chance is to speak directly to Defense Minister Mishkin. He's a reasonable man, for a member of the Politburo.\nFailure is not an option, Bond.\n", "Up to you to get out of this one, 007. I can't hold your hand all the time. By the way, get that flight recorder for me, would you? Thanks.\n", @@ -52,7 +51,7 @@ struct stringentry LarchE[] = { "interrogation room key\n", "interrogation room key\n", "Picked up a door key.\n", - NULL, + 0, "This safe is locked.\n", "flight\n", "recorder\n", @@ -64,5 +63,5 @@ struct stringentry LarchE[] = { "safe key\n", "Safe Key\n", "Picked up a safe key.\n", - NULL + 0 }; diff --git a/assets/obseg/text/LarchJ.c b/assets/obseg/text/LarchJ.c index feb6e7d..4dd3885 100644 --- a/assets/obseg/text/LarchJ.c +++ b/assets/obseg/text/LarchJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LarchJ[] = { +char *LarchJ[] = { " €ÏŠÓ€ú€Û€Ð‚²Ïß´Ì„²‚ÄãÌÅØ´É€Â\n‚²Ò‚Ã…¥‚É¿à„†ÍÅÌó܃͂ÀÅÎÁÌÓ\nÎàλ€Â\n", " ØÉ…¯Ø´ÉÒóÆ¿€Â007€Âƒƒ‘Î\n„æ»…õæ‚Àƒ¼â‚ޏ„á‚ïÅØÆ€Â\n\n €ú€Û€Ðó„ìƒø¸…ö…÷Æâ…ö…÷ƒ¶Î¹Ì»Î»\n¿à€ºÎÉ҃р»Ò€à€Ë€Ï€ÜÓ\n…¨‚΃ö…ø€ï€Û€Ì€Ö€Ï̓ ‚ú…ÚÆÒÙóÆ€Â\n‚ÍÓ…½‚™…ùƒùÒ‚áóÓ…ÚÒå¿â×¼óÆ€Â\n‚æ‚çÓ…úÄãØÇ¹€Â007€Â\n", " 007€ÂƒÍ‚ÀóÀâ¿ô¼¿Ó‚ó… …¬ð€Â\n»ËÜ¿õ´ÌÓ»àãλ¿àÒ€Â\n ÜŃä‚ÀÆ‚ŽæóÀÉÎà€\n€ë€ö€Ñ€ã€ù€Ù€»†€»ÜË»óÏ‚¾´ÌÀÌÁã€Â\n ßäÅÁ„êÚ߀Â\n", @@ -64,5 +63,5 @@ struct stringentry LarchJ[] = { "„“„”Òƒæ\n", "„“„”Òƒæ\n", "„“„”҃渂¡Ï‚ºãÉ\n", - NULL + 0 }; diff --git a/assets/obseg/text/LarecE.c b/assets/obseg/text/LarecE.c index 2dc40de..fa830d8 100644 --- a/assets/obseg/text/LarecE.c +++ b/assets/obseg/text/LarecE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LarecE[] = { +char *LarecE[] = { "The Janus Control Center has been located in an underground complex in the Cuban jungle.\n", "Into the lion's den, 007. Well, just be careful. Remember that you and Miss Simonova are a team, it's critical that you protect her while she's hacking into the Janus computers. With any luck she'll be able to stop the Goldeneye from firing.\n", "While you're there old boy, see if you can't erase their databases. The details of Janus' criminal bankrolls are stored on specially armored mainframe units. That information is worth millions to Janus - I'm sure you'll find some way of deleting it.\n", @@ -46,7 +45,7 @@ struct stringentry LarecE[] = { "disable goldeneye satellite\n", "destroy armored mainframes\n", "Janus Control Center, Cuba\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LarkE.c b/assets/obseg/text/LarkE.c index b451da6..1d3c6ab 100644 --- a/assets/obseg/text/LarkE.c +++ b/assets/obseg/text/LarkE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LarkE[] = { +char *LarkE[] = { "Inside the chemical weapons facility you should quickly and efficiently proceed to the bottling area and place demolition charges on the main gas tanks.\nPolitical considerations demand that collateral damage is minimized on this mission. Non-military personnel should be disregarded.\n", "You'll be working with 006 on this assignment, the bottling room is the rendezvous point. \nDon't forget to contact our double agent scientist before you leave, and warn him to get out. He will provide you with a decoder for the final security door. There are no women or casinos for a thousand miles, 007, so even you will be able to concentrate on this mission.\n", "Now listen carefully, Bond. Those bombs will be armed as soon as the last one is set. Don't be too close when you set them off or you'll go up in flames as well, and while you're at it, please try and bring back that door-opener undamaged for once. Too much rough handling like the last mission and it might go wrong at a bad time.\nHonestly 007, sometimes I think you damage your equipment on purpose.\n", @@ -69,7 +68,7 @@ struct stringentry LarkE[] = { "keycard B\n", "keycard B\n", "Picked up a clearance B keycard.\n", - NULL, + 0, "This is a remotely locked\nsecurity door.\n", "Chemical Warfare Facility #2\n", "Double agent contact has been killed!\n" diff --git a/assets/obseg/text/LashE.c b/assets/obseg/text/LashE.c index 9fe4a41..6bc043c 100644 --- a/assets/obseg/text/LashE.c +++ b/assets/obseg/text/LashE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LashE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LashE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LashJ.c b/assets/obseg/text/LashJ.c index 126c046..8f1ae7b 100644 --- a/assets/obseg/text/LashJ.c +++ b/assets/obseg/text/LashJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LashJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LashJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LaztE.c b/assets/obseg/text/LaztE.c index b7e8582..c09351b 100644 --- a/assets/obseg/text/LaztE.c +++ b/assets/obseg/text/LaztE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LaztE[] = { +char *LaztE[] = { "The Drax Corporation continues to be involved in unlicensed space exploration. Many of their projects are of a military nature and constitute a threat to the new world political order.", "The Drax launch facility is located in a South American Aztec ruin. They are scheduled to launch a stolen Nasa shuttle with an unknown military payload. We're sending you in alone, 007. Penetrating the base security will be tricky, but once you're in, we believe you will be able to recover the shuttle right out from under their noses. \n", "Simple plan, 007. Reprogram the guidance computer with the information on this floppy - then we can take control as soon as the old girl reaches orbit. Now pay attention, one thing we don't know is the Drax launch protocol - you'll have to find that data and install it to initiate the launch. Can't be too difficult to spot, it'll be lying around in some high security area.\n", @@ -35,14 +34,14 @@ struct stringentry LaztE[] = { "security smart card\n", "-\n", "Picked up a smart card.\n", - NULL, - NULL, - NULL, - NULL, + 0, + 0, + 0, + 0, "This mainframe is inoperative.\n", - NULL, - NULL, - NULL, - NULL, + 0, + 0, + 0, + 0, "This door requires\na security smart card.\n" }; diff --git a/assets/obseg/text/LcatE.c b/assets/obseg/text/LcatE.c index 5fbc95c..9ab2b05 100644 --- a/assets/obseg/text/LcatE.c +++ b/assets/obseg/text/LcatE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LcatE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LcatE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LcatJ.c b/assets/obseg/text/LcatJ.c index fd5cca2..8d43cd0 100644 --- a/assets/obseg/text/LcatJ.c +++ b/assets/obseg/text/LcatJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LcatJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LcatJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LcaveE.c b/assets/obseg/text/LcaveE.c index 1c53ff8..fdd28d8 100644 --- a/assets/obseg/text/LcaveE.c +++ b/assets/obseg/text/LcaveE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LcaveE[] = { +char *LcaveE[] = { "The Janus Control Center communicates with the Goldeneye weapons system via a large satellite dish which is usually concealed underwater. The pumps which allow Janus to flood the communications dish are housed in a subterranean cave complex defended by crack Janus troops.\n", "Don't jeopardize the mission by going for the man, Bond - nobody needs a dead hero. You'll be on your own but CIA combat support will be waiting. Find a radio and inform Jack Wade of the exact location of the dish and he'll send in the cavalry.\n", "The satellite communication dish is exposed. If you remove the water pumps, Janus will be unable to hide it again.\nDestroy the servo control consoles close to the pumps and be sure to disable the master console.\n", @@ -42,7 +41,7 @@ struct stringentry LcaveE[] = { "code card c\n", "code card (blast door c)\n", "Picked up a code card\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LcaveJ.c b/assets/obseg/text/LcaveJ.c index 2600a93..6aa9c3c 100644 --- a/assets/obseg/text/LcaveJ.c +++ b/assets/obseg/text/LcaveJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LcaveJ[] = { +char *LcaveJ[] = { " ƒø‚ˆ‚΂ς„›‚´Ò€ö€ö€Ð€Ï€â€äÓ€\n€ó€æ€ÜÒ„…ƒèÒÈõϺ ÆÒ‚áÏ„ÚÄãÌ\n»É€Âƒêƒë‚Î‚Ï¿à„¯ËÂâÃÍæóÀο´\nÉÒÓÃÒÉÛóºâ€Â\n ‡ÆÒ‡œƒ÷¸‚„›ÅÌ€€ö€ö¸‡œ‚áχÛ\nÉငäÏ‚ÀÅÉáÆâ‚ŽÒóÀ─ϒӀ\nÃÒ„…ƒèÒƒè‚ÕÒ‚§‚¨Ïºâ€Â\n ƒè‚Õ‚§‚¨Ó€ó€æ€ÜÒ€Ó€÷€»€ã‚³Ïß´Ì‚‘‚’\n΂݅–æ‚§ÄãÌ»âÍ‚Üåãâ€Â\n", " €ï€Ê€Û€Í€Ï¸ƒÛƒÜτ̂ŀ‚â‚ãÄÇÎÄ»€Â\n007€…¤¹óÅØ´ÌӃⅢæÎ»å€Â\n\n ƒ‰ƒŠÓ‚·‚¸‚‚õ¸Í´ÌÜà»ØÆæ€‚¼†º\n¸„¯ËÂÉàCIAÒ‚€Ë€Ê€×Ï€ö€öÒƒŸ‚\nΆë‚ßÏ˻̄²†›ÅÌ‚ÕÄ»€Â‚ï‚ñÅÌ»â\nCIAÒ‚Þ‡Ÿ‚£‚³¸ƒúáƒû¹óÁãâÓíóÆ€Â\n", " €ö€ö€Ð€Ï€â€äæ„уéÅÌ»âÒóƒ‰æ\n€à€Ë€Ï€Üìµ€ÂÜÅ”€Ï’¸‚¬‚­ÆâÃÍæ\n‚Àƒ¼Éà€ó€æ€ÜӀЀπâ€ä¸ƒ¬ö‡ÛÌ„ÚÆ\n‚ŽæóÀÎÁÎâ€Â\n ”€Ï’ƒŽƒìÒ€Ú€»‚„›‚ނ߸‚¬‚­Å€ÈÅÌ\n€î€Ü€ß€»€Ù€Ï€ã€ú€»€ø¸‚ë„„ÏÆâ¹ìµ€Â\n", @@ -42,7 +41,7 @@ struct stringentry LcaveJ[] = { "€Ù€»Š€Õ€»ŠC\n", "€Ù€»Š€Õ€»ŠC\n", "€Ù€»Š€Õ€»Š¸‚¡Ï‚ºãÉ\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LcradE.c b/assets/obseg/text/LcradE.c index 730a744..07f9f2a 100644 --- a/assets/obseg/text/LcradE.c +++ b/assets/obseg/text/LcradE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LcradE[] = { +char *LcradE[] = { "Janus control communications have been jammed and the Goldeneye satellite orbit is decaying. Only Trevelyan and his personal bodyguard remain unaccounted for.\n", "You know my feelings about personal vendettas interfering with mission success, 007. However, in this case, I think we can turn a blind eye to whatever happens out there. \n\nBe careful, and remember,\n - you are licensed to kill.\n", "Would you believe it, 007? There's another blasted control thingy actually on the antenna cradle. Trevelyan might be able to realign the antenna and get one last firing message through to the satellite. Get out there and destroy it! We don't want things going pear-shaped at the last minute.\n", @@ -36,5 +35,5 @@ struct stringentry LcradE[] = { "settle the score with trevelyan\n", "\n", "Antenna Cradle, Janus Base, Cuba\n", - NULL + 0 }; diff --git a/assets/obseg/text/LcrypE.c b/assets/obseg/text/LcrypE.c index 43c09c0..7f0c523 100644 --- a/assets/obseg/text/LcrypE.c +++ b/assets/obseg/text/LcrypE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LcrypE[] = { +char *LcrypE[] = { "Scaramanga has passed into legend as the deadliest assassin of all time.\nThe current whereabouts of his golden gun are unknown...\n", "This is sinister, 007. We've received a message from someone claiming to be Baron Samedi, the voodoo sorcerer you crossed swords with back in Haiti. He claims to have the golden gun and wants to meet you in the ancient el-Saghira temple in the Valley of the Kings.\nObviously, it's a trap, but as a double-0 agent you know that goes with the territory.\n", "Keep your wits about you, 007. Remember, the golden gun is a powerful weapon, perhaps it could even defeat Samedi.\n", @@ -16,5 +15,5 @@ struct stringentry LcrypE[] = { "recover the golden gun\n", "defeat baron samedi?\n", "el-Saghira Temple, Egypt\n", - NULL + 0 }; diff --git a/assets/obseg/text/LdamE.c b/assets/obseg/text/LdamE.c index 7a01fe3..f0ffea2 100644 --- a/assets/obseg/text/LdamE.c +++ b/assets/obseg/text/LdamE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LdamE[] = { +char *LdamE[] = { "MI6 has confirmed the existence of a secret chemical warfare facility at the Byelomorye dam, USSR. Its heavily guarded location and workings are a cause for major concern. Nerve gas produced there has been turning up in the hands of hostile regimes around the world and deals with international terrorists have been rumored. This facility should be destroyed with extreme prejudice.\n", "The area around the dam is well defended against full scale military attack but a lone agent stands a much better chance. The easiest way to gain entrance to the weapons factory will be to get down the face of the dam. \nQ had an idea about that.\n", "Information concerning shipping and contacts is stored on a computer system in a secret ops room within the dam. With this covert modem connected to their satellite link we can intercept the data when a backup is carried out.\nAs for getting down the dam, use the bungee rope. At the bottom of the jump, use the piton gun. Simple.", @@ -35,6 +34,6 @@ struct stringentry LdamE[] = { "covert modem\n", "Picked up a covert modem.\n", "Covert modem incorrectly installed.\n", - NULL, - NULL + 0, + 0 }; diff --git a/assets/obseg/text/LdepoE.c b/assets/obseg/text/LdepoE.c index 8d1c75c..46c08d4 100644 --- a/assets/obseg/text/LdepoE.c +++ b/assets/obseg/text/LdepoE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LdepoE[] = { +char *LdepoE[] = { "The Janus operations base in St. Petersburg is located in a disused military rail depot. From here the crime syndicate coordinates illegal arms deals, international terrorism and extortion.\n", "Quite a nest of vipers, 007 - do your best to disrupt the Janus operations. We'd be particularly interested if you could retrieve their blueprints for a modified version of the stealth helicopter, it seems they may be thinking of going into production. We also believe that Ourumov has taken Natalya to Trevelyan's converted missile train in the depot. You need to be on that train when it leaves. \n", "They've got a pretty sophisticated computer network hidden away somewhere in that depot, 007. Be a good chap and shut it down for them.\n\nOh, and don't forget to blow up the Janus arms cache - I'm just sorry I can't be there myself to enjoy the fireworks.\n", @@ -21,20 +20,20 @@ struct stringentry LdepoE[] = { "obtain safe key\n", "recover helicopter blueprints\n", "locate trevelyan's train\n", - NULL, - NULL, - NULL, - NULL, + 0, + 0, + 0, + 0, "This safe is locked.\n", "\n", "helicopter blueprints\n", "blueprints\n", - NULL, + 0, "Picked up the blueprints\n", "\n", "safe key\n", "safe key\n", "Safe Key\n", "Picked up a safe key.\n", - NULL + 0 }; diff --git a/assets/obseg/text/LdestE.c b/assets/obseg/text/LdestE.c index d72a1ee..bf6ae6f 100644 --- a/assets/obseg/text/LdestE.c +++ b/assets/obseg/text/LdestE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LdestE[] = { +char *LdestE[] = { "A demonstration of the Pirate stealth helicopter by the French military has been unexpectedly postponed. Official channels insist that nothing is wrong but unofficially MI6 has been asked to help salvage a very tricky hostage situation on board the frigate La Fayette. It seems that the Janus crime syndicate will stop at nothing in its attempt to hijack the helicopter.\n", "This is the best chance we've had in years to get a lead on Janus. The French are prepared to play along with an entrapment scenario. We need you to place a tracker on the Pirate so that we can trace its movements after Janus steals it.\n\nThis must go smoothly, 007. If the press get a sniff of this, we'll all have egg on our faces.\n", "The French have kindly given us technical details of the Pirate so I've managed to convert this tracker bug into quite a clever little chap. It's undetectable and it locks out all weapon firing commands.\nJanus is also threatening to blow up the ship. They are most likely to have placed explosives on the bridge and in the engine room. Take care, 007, and be certain to use the bomb defuser correctly.\n", @@ -32,5 +31,5 @@ struct stringentry LdestE[] = { "tracker bug\n", "Picked up a tracker bug.\n", "Mission Failure: Unacceptable hostage\ncasualties!\n", - NULL + 0 }; diff --git a/assets/obseg/text/LdestJ.c b/assets/obseg/text/LdestJ.c index 66f9d78..f29482f 100644 --- a/assets/obseg/text/LdestJ.c +++ b/assets/obseg/text/LdestJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LdestJ[] = { +char *LdestJ[] = { " €ò€Ï€â€…€Õ€ø€ú†×ƒéϺâ€ë€ö€Ï€Ü‚²€…„݄ބß\n€ö€…€ë€Å€Ó€âó‚åãâÓíóº´É€‚È‚Œ„‘„à\n€ì€÷Ò‰€ò€Ï€Ü€ã€ù€»€Û€Í€Ï惃τâ„áÄãÉ€Â\n\n €ë€ö€Ï€Ü‚²Ó‚Ž‚Ò¸„ã„äÅÌӻλæ€\nMI-6ÏÓ‚“‚ŒÏƒø„ç„è‚ÀÒ„é„êæƒ¼Ì»â€Â\nô¼Ýà€<€ó€æ€Ü>Í»¼„ë„ì„í„îÏß´Ì€\n„݄ބßӃ紂Ãà。ÍàÓ€‚È‚Œ„‘„à€ì€÷¸\n…¼ËÜáàÅ»€Â\n", " „ë„ì„í„î<€ó€æ€Ü>Ò‚¡æ¿á¸Ë¿Ú„ñ„¨Ò\n€à€Ë€Ï€Üóƀ€ë€ö€Ï€Ü‚²ÓÆóσ‰ƒŠÒ„Š„‘Ò\n€Û€ä€÷€ÔÏ‚«„ò„ó€ÕÆâ„§„ô¸„õÛÌ»ØÆ€Â\n\n €ó€æ€ÜÒƒó‚õ¸ƒÚâÉÛ€‚È‚Œ„‘„à€ì€÷Ï„ö„÷\n‚ނ߸ËÂÎÄ»€Â\n 007€ÂƒÛƒÜÏ‚Ž¸„øÛÌ‚ÕÄ»€Â\n ÁãèãÜ€î€Ü€Ù€ïσÕã₎҂¼À߼πÂ\n", " „üƒÄÏÜ€ë€ö€Ï€Ü‚²æ€ì€÷Ò„­„®„‰Î‚ƂǸ‡„\n½ÌÁãɾ¿éó„ö„÷‚ނ߸ƒ¢ÄÁ„ý„þÆâ‚Ž\nÏ„ÿ…€ÅÉ€ÂÃÒÆèãÜÒÓ€ì€÷¸„‘„à‚ë„„Ï\nÆâ‚ŽÜóÀâ€Â\n „ë„ì„í„î€ó€æ€ÜÓ…‚¸ƒ“‚¬ÆâÍ„æ´Ì»â€Â\nƒ“„ŽÓ€÷€Ê‚̀Ӏς€Ï‚Éσ¿„×ÂàãÉÍ\n„¼„ˆÄãâ€Â\n 007€ÂÃÒƒ“„Žƒ€ƒÉ‚ނ߸‚̽õ€ƒ“„ޏ\nƒ€ƒÉóÀâæ€‚Ãლ»ÏÓ‚Ù¸ËÂÌÁã߀Â\n", @@ -32,5 +31,5 @@ struct stringentry LdestJ[] = { "„ö„÷‚Þ‚ß\n", "„ö„÷‚ނ߸‚¡Ï‚ºãÉ\n", "‚€‚‚æ‚ç: ƒø„çÒ†“†”憗ÆçØÆ\n", - NULL + 0 }; diff --git a/assets/obseg/text/LdishE.c b/assets/obseg/text/LdishE.c index 56ac5ae..f70dcbd 100644 --- a/assets/obseg/text/LdishE.c +++ b/assets/obseg/text/LdishE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LdishE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LdishE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LdishJ.c b/assets/obseg/text/LdishJ.c index 4a6b6e8..d061d88 100644 --- a/assets/obseg/text/LdishJ.c +++ b/assets/obseg/text/LdishJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LdishJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LdishJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LearE.c b/assets/obseg/text/LearE.c index 57aa446..87db8e7 100644 --- a/assets/obseg/text/LearE.c +++ b/assets/obseg/text/LearE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LearE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LearE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LearJ.c b/assets/obseg/text/LearJ.c index e43ea34..7df8a32 100644 --- a/assets/obseg/text/LearJ.c +++ b/assets/obseg/text/LearJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LearJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LearJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LeldE.c b/assets/obseg/text/LeldE.c index 85c9f35..778692b 100644 --- a/assets/obseg/text/LeldE.c +++ b/assets/obseg/text/LeldE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LeldE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LeldE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LeldJ.c b/assets/obseg/text/LeldJ.c index 0a2aa5c..cd22fde 100644 --- a/assets/obseg/text/LeldJ.c +++ b/assets/obseg/text/LeldJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LeldJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LeldJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LgunE.c b/assets/obseg/text/LgunE.c index 0896270..e54c6ab 100644 --- a/assets/obseg/text/LgunE.c +++ b/assets/obseg/text/LgunE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LgunE[] = { +char *LgunE[] = { " D5K\n", " Issue\n", " Mine\n", @@ -224,5 +223,5 @@ struct stringentry LgunE[] = { "died", "times", "suicide count", - NULL + 0 }; diff --git a/assets/obseg/text/LimpE.c b/assets/obseg/text/LimpE.c index 71ece25..531a045 100644 --- a/assets/obseg/text/LimpE.c +++ b/assets/obseg/text/LimpE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LimpE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LimpE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LimpJ.c b/assets/obseg/text/LimpJ.c index a0e24ed..72b789e 100644 --- a/assets/obseg/text/LimpJ.c +++ b/assets/obseg/text/LimpJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LimpJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LimpJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LjunE.c b/assets/obseg/text/LjunE.c index 4d5d570..e16b9d2 100644 --- a/assets/obseg/text/LjunE.c +++ b/assets/obseg/text/LjunE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LjunE[] = { +char *LjunE[] = { "Satellite reconnaissance has been unable to locate any installation near the coordinates recovered from the Janus computers in St. Petersburg. It seems likely that a ground search will be necessary. The CIA has provided you with a light aircraft. Underfly Janus radar and parachute in to the drop, proceed through the jungle eliminating any opposition and attempt to locate the Janus base.\n", "Miss Simonova will be with you on this mission. If Janus is operating a Goldeneye satellite, her computing skills will be essential when you try to disable their systems.\nJack Wade has given her some basic firearms training and he thinks she'll be able to carry her weight in a combat situation. Be careful though, 007, remember she isn't an experienced operative like yourself.\n", "You'll know you're on the right trail if you encounter Janus troops or automated defenses. Be especially wary of their robotic drone guns. I'm giving you some triggered mines for their ammo dump, try not to waste them on silly things. Oh, and look out for that Xenia woman, 007, I think she's after you. You lucky devil.\n", @@ -43,6 +42,6 @@ struct stringentry LjunE[] = { "blow up ammo dump\n", "escort natalya to janus base\n", "Cuban Jungle\n", - NULL, - NULL + 0, + 0 }; diff --git a/assets/obseg/text/LleeE.c b/assets/obseg/text/LleeE.c index 3ad13b0..f62fce5 100644 --- a/assets/obseg/text/LleeE.c +++ b/assets/obseg/text/LleeE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LleeE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LleeE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LleeJ.c b/assets/obseg/text/LleeJ.c index 7fce9f6..70cbd4f 100644 --- a/assets/obseg/text/LleeJ.c +++ b/assets/obseg/text/LleeJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LleeJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LleeJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LlenE.c b/assets/obseg/text/LlenE.c index 04bfb59..edff5a2 100644 --- a/assets/obseg/text/LlenE.c +++ b/assets/obseg/text/LlenE.c @@ -1,14 +1,13 @@ -#include "game/lvl_text.h" -struct stringentry LlenE[] = { - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, +char *LlenE[] = { + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, "Natalya: James, are you alright?\n", "Bond: Yes, I'm fine thank you.\n", "Natalya: Ohhh, James...\n", @@ -138,12 +137,12 @@ struct stringentry LlenE[] = { "IN NINTENDOVISION\n", "Produced by Rare\n", "Presented by Nintendo\n", - #ifdef VERSION_US + #if defined(LANG_US) || defined(LANG_EU) "JAMES BOND WILL RETURN\n", - NULL, - NULL + 0, + 0 #endif - #ifdef VERSION_JP + #if defined(LANG_JP) "Executive Producer\n", "Hiroshi Yamauchi\n", "Nintendo Producer\n", diff --git a/assets/obseg/text/LlipE.c b/assets/obseg/text/LlipE.c index 99e1a9d..4a866a4 100644 --- a/assets/obseg/text/LlipE.c +++ b/assets/obseg/text/LlipE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LlipE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LlipE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LlipJ.c b/assets/obseg/text/LlipJ.c index aa89feb..608e1fe 100644 --- a/assets/obseg/text/LlipJ.c +++ b/assets/obseg/text/LlipJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LlipJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LlipJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LlueE.c b/assets/obseg/text/LlueE.c index d8eb2a0..96268ec 100644 --- a/assets/obseg/text/LlueE.c +++ b/assets/obseg/text/LlueE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LlueE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LlueE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LlueJ.c b/assets/obseg/text/LlueJ.c index 7eafd18..68bff60 100644 --- a/assets/obseg/text/LlueJ.c +++ b/assets/obseg/text/LlueJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LlueJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LlueJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LmiscE.c b/assets/obseg/text/LmiscE.c index e32be33..3516c84 100644 --- a/assets/obseg/text/LmiscE.c +++ b/assets/obseg/text/LmiscE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LmiscE[] = { +char *LmiscE[] = { "Invincible", "All Guns", "Super x2 Health", diff --git a/assets/obseg/text/LmpmenuE.c b/assets/obseg/text/LmpmenuE.c index 9b58aa1..1ddc7c1 100644 --- a/assets/obseg/text/LmpmenuE.c +++ b/assets/obseg/text/LmpmenuE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LmpmenuE[] = { +char *LmpmenuE[] = { "Lemming Award", "Where's the Ammo?", "Where's the Armor?", diff --git a/assets/obseg/text/LmpweaponsE.c b/assets/obseg/text/LmpweaponsE.c index 5e8b79a..2b256d1 100644 --- a/assets/obseg/text/LmpweaponsE.c +++ b/assets/obseg/text/LmpweaponsE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LmpweaponsE[] = { +char *LmpweaponsE[] = { "Slappers only!", "Pistols", "Automatics", @@ -15,6 +14,6 @@ struct stringentry LmpweaponsE[] = { "Lasers", "Golden Gun", "Throwing Knives", - NULL, - NULL + 0, + 0 }; diff --git a/assets/obseg/text/LoatE.c b/assets/obseg/text/LoatE.c index 92723ff..53a3581 100644 --- a/assets/obseg/text/LoatE.c +++ b/assets/obseg/text/LoatE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LoatE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LoatE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LoatJ.c b/assets/obseg/text/LoatJ.c index fed35fc..9f578ae 100644 --- a/assets/obseg/text/LoatJ.c +++ b/assets/obseg/text/LoatJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LoatJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LoatJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LoptionsE.c b/assets/obseg/text/LoptionsE.c index 2ea6776..d2da2cc 100644 --- a/assets/obseg/text/LoptionsE.c +++ b/assets/obseg/text/LoptionsE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LoptionsE[] = { +char *LoptionsE[] = { "fire\n", "aim\n", "action\n", @@ -62,7 +61,7 @@ struct stringentry LoptionsE[] = { "4. Q branch\n", "5. moneypenny\n", "1. mission objectives\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LpamE.c b/assets/obseg/text/LpamE.c index ab974d2..134d7f9 100644 --- a/assets/obseg/text/LpamE.c +++ b/assets/obseg/text/LpamE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LpamE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LpamE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LpamJ.c b/assets/obseg/text/LpamJ.c index 91e33f9..0133e79 100644 --- a/assets/obseg/text/LpamJ.c +++ b/assets/obseg/text/LpamJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LpamJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LpamJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LpeteE.c b/assets/obseg/text/LpeteE.c index 1b3ed6c..da61ab1 100644 --- a/assets/obseg/text/LpeteE.c +++ b/assets/obseg/text/LpeteE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LpeteE[] = { +char *LpeteE[] = { "After escaping KGB interrogation at the military archives, Natalya has been recaptured by General Ourumov. She is being taken by car to the Janus operations base in St. Petersburg.\n", "Get after them, 007! We can't afford to let the trail go cold and the chances are they'll lead you straight to Trevelyan. Keep a clear head though, any civilian casualties on the streets of St. Petersburg could create an unfortunate international incident.\nWe believe that Valentin Zukovsky is still in the area - he may be able to help you.\n", "No gadgets this time, 007. Though you should be on the lookout for hardware the Russians may have left lying around. Keys in the ignition and all that, old chap.\n", @@ -30,7 +29,7 @@ struct stringentry LpeteE[] = { "minimize civilian casualties\n", "contact valentin\n", "St. Petersburg\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LpropobjE.c b/assets/obseg/text/LpropobjE.c index 5c9154a..6308674 100644 --- a/assets/obseg/text/LpropobjE.c +++ b/assets/obseg/text/LpropobjE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LpropobjE[] = { +char *LpropobjE[] = { "Picked up ", "some ", "a ", @@ -66,7 +65,7 @@ struct stringentry LpropobjE[] = { "body armor.\n", "Picked up something.\n", "This door is locked.\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LrefE.c b/assets/obseg/text/LrefE.c index 11ad126..6fbd016 100644 --- a/assets/obseg/text/LrefE.c +++ b/assets/obseg/text/LrefE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LrefE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LrefE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LrefJ.c b/assets/obseg/text/LrefJ.c index 00c91ee..c567be3 100644 --- a/assets/obseg/text/LrefJ.c +++ b/assets/obseg/text/LrefJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LrefJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LrefJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LritE.c b/assets/obseg/text/LritE.c index 9a0d4b3..3b458c0 100644 --- a/assets/obseg/text/LritE.c +++ b/assets/obseg/text/LritE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LritE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LritE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LritJ.c b/assets/obseg/text/LritJ.c index fa40e87..535ac9f 100644 --- a/assets/obseg/text/LritJ.c +++ b/assets/obseg/text/LritJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LritJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LritJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LrunE.c b/assets/obseg/text/LrunE.c index 472af09..e69e68e 100644 --- a/assets/obseg/text/LrunE.c +++ b/assets/obseg/text/LrunE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LrunE[] = { +char *LrunE[] = { "The service runway is the obvious escape route from the Arkangelsk chemical weapons facility.\n", "006 knew this was going to be a risky mission. His sacrifice should give you enough time to find an aircraft.\n\nKeep a cool head and you'll get out alive. Just be certain to knock out the heavy gun emplacements and missile battery or they'll swat you out of the air like a silly fly.\n", "No time for gadgets here, 007. Just improvise with what you can find close to hand.\n", @@ -26,11 +25,11 @@ struct stringentry LrunE[] = { "ignition key\n", "ignition key\n", "Picked up an ignition key.\n", - NULL, - NULL, - NULL, - NULL, + 0, + 0, + 0, + 0, "This door leads back\ninto the gasplant!\n", - NULL, - NULL + 0, + 0 }; diff --git a/assets/obseg/text/LrunJ.c b/assets/obseg/text/LrunJ.c index 2e02991..f1b18c0 100644 --- a/assets/obseg/text/LrunJ.c +++ b/assets/obseg/text/LrunJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LrunJ[] = { +char *LrunJ[] = { "\n ‚²‚´ƒÎƒÏƒÐæƒÑ€»ÒƒÍ‚À€ø€»€ãóºâ€Â\n", " ƒ‰ƒŠÒ€ï€Ê€Û€Í€ÏæƒÒƒÓÎÃÍÓ006܃ƒ‘\nƒÔƒÕð´ÉÓí......\n\n ‚Í҃փ׸‚¼ƒØÏÇíƒÙ‚‚ñ¸‚̴̃͂À\nÅÎÄ»€ÂƒÛƒÜÏ‚‚õÆãõ‚¼‚ŽÏ‚˜ÀÌ\nƒ¾â‚ŽæóÀâÓíóÆ€Â\n ‚±ƒÝƒÞƒ”ƒßÍ€ï€Ú€Ñ€øƒÞƒß¸‚­Æ‚ޏ‚ÿãλ\nó‚ÕÄ»€ÂÄÜλ̀é€ÓÒ߼σáÊ‚ÛÍÄã\nÌÅØ¼¿ÜÅãØÇ¹€Â\n", " ƒ¢ƒ£ƒ¤¸‚´ƒâÆâ‚Ó‚©æÎ¿´ÉÒó\n‚¡ƒìϺâÜÒóƒÄáƒäÂÌÁã€Â\n", @@ -31,6 +30,6 @@ struct stringentry LrunJ[] = { "\n", "\n", "ÃÒŠ€ÐÓ‚„‚…‚†‚‡‚ˆ‚‰ÖÍ\nËÎæ´Ì»ØÆ€Â\n", - NULL, - NULL + 0, + 0 }; diff --git a/assets/obseg/text/LsevE.c b/assets/obseg/text/LsevE.c index 082686c..9eed942 100644 --- a/assets/obseg/text/LsevE.c +++ b/assets/obseg/text/LsevE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LsevE[] = { +char *LsevE[] = { "A spy satellite has detected increased levels of activity at an old observatory complex near Severnaya (62.08n, 102.58e) in Russia.\n\nOther sources have confirmed the shipment of a large amount of computer hardware to that location, and an influx of skilled personnel.\n", "007, I want you to infiltrate this base and find out what the devil's going on there. The satellite photographs reveal that there has been recent underground excavation. We'd like to know the exact nature and planned extent of the workings.\n\nBy the way, this is a covert operation. You may have to neutralize the security, but try not to be too obvious about it.\n", "You'll be doing some computer hacking on this mission, 007. I know you'd rather be cracking open a bottle of bubbly than cracking passwords, so I've taken the liberty of putting together a little gadget which will do the hard work for you. If you attach the data thief to their mainframe it should override any computer security measures and download the information we require.\n", @@ -48,5 +47,5 @@ struct stringentry LsevE[] = { "Satellite Control Bunker\n", "Present day\n", "Mainframe destroyed!\nData cannot be downloaded.\n", - NULL + 0 }; diff --git a/assets/obseg/text/LsevbE.c b/assets/obseg/text/LsevbE.c index 7ef79a1..93632ad 100644 --- a/assets/obseg/text/LsevbE.c +++ b/assets/obseg/text/LsevbE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LsevbE[] = { +char *LsevbE[] = { "Escape is the first priority. Find the staff and casualty lists, and the CCTV tape of your capture. If there are any witnesses, try and bring them out as well. \n", "Unbelievable, 007. If this gets out we'll be the laughing stock of the international community. As soon as you get back - IF you get back - you're getting a performance review. Only completing the objectives will give you a hope of keeping your rather checkered career intact. \n", "You've got your wits and that's about it, 007. Not much I can do to help you here. You might try to find your equipment again when you escape from the cell, though. It took me a lot of time to get all of that stuff together.\n", @@ -98,10 +97,10 @@ struct stringentry LsevbE[] = { "cctv video tape\n", "Goldeneye CCTV video tape\n", "Picked up a video tape.\n", - NULL, - NULL, - NULL, - NULL, + 0, + 0, + 0, + 0, "This safe is locked.\n", "Severnaya Bunker Complex\n", "\n", diff --git a/assets/obseg/text/LsevxE.c b/assets/obseg/text/LsevxE.c index ba87049..bfdfa24 100644 --- a/assets/obseg/text/LsevxE.c +++ b/assets/obseg/text/LsevxE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LsevxE[] = { +char *LsevxE[] = { "A spy satellite has detected increased levels of activity at an old observatory complex near Severnaya (62.08n, 102.58e) in Russia.\n\nOther sources have confirmed the shipment of a large amount of computer hardware to that location, and an influx of skilled personnel.\n", "It might be coincidence that there is a new head of the Soviet Space Weapons Division, your old friend General Ourumov, or it might not. Penetrate the base and find out what is going on. Building plans for the underground section would be ideal. They're unlikely to be just lying around so look for a safe - there's bound to be someone you can borrow a key from. \n", "I've looked over the recon photographs and I advise you to stay clear of the main bunker entrance by the helipad. However, there seems to be a ventilation tower nearby which would make an excellent spot for a covert entry.\nYou ought to power down the comms dish too, no point in letting them tell the whole of Russia you've dropped in.\n", @@ -23,10 +22,10 @@ struct stringentry LsevxE[] = { "enter base via ventilation tower\n", "Severnaya Installation, Siberian Plateau\n", "Four years ago\n", - NULL, - NULL, - NULL, - NULL, + 0, + 0, + 0, + 0, "This safe is locked.\n", "severnaya\n", "bunker plans\n", diff --git a/assets/obseg/text/LsevxbE.c b/assets/obseg/text/LsevxbE.c index 6cb403c..aba09bf 100644 --- a/assets/obseg/text/LsevxbE.c +++ b/assets/obseg/text/LsevxbE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LsevxbE[] = { +char *LsevxbE[] = { "The Pirate helicopter was tracked to Severnaya, where a Keyhole-1 ELINT satellite recorded a brief firefight.\nAfter the Pirate left, the same satellite observed a troop helicopter being made ready at a Spetznaz camp, 200 miles due south.\nThe only way that we can get you there quickly is to drop you from a spy plane, and the Soviet Special Forces will be there before you. \n", "You should remember this place, 007. We need any evidence of Janus' presence there, and fast. Disable the troop helicopter so that nothing can be removed from the scene, and destroy their surveillance cameras.\nThis had to be an inside job, Bond. Find out who their contact was - the macabre way to do it would be to use their casualty list. Of course, you'd have to know who was there first.\n", "Right, I've altered a standard mine to take a ten-second fuse. There's only one, so don't play around with it. That should take care of their helicopter. This is a covert op, so I've fitted a silencer to your pistol. Satisfied? No? Well, tough; that's all you're getting. \n", @@ -31,10 +30,10 @@ struct stringentry LsevxbE[] = { "comms room key \n", "comms room key \n", "Picked up comms room key.\n", - NULL, - NULL, - NULL, - NULL, + 0, + 0, + 0, + 0, "this access hatch has\nbeen welded shut.\n", - NULL + 0 }; diff --git a/assets/obseg/text/LsevxbJ.c b/assets/obseg/text/LsevxbJ.c index c4bd993..d5db6b9 100644 --- a/assets/obseg/text/LsevxbJ.c +++ b/assets/obseg/text/LsevxbJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LsevxbJ[] = { +char *LsevxbJ[] = { " „‘„à€ì€÷¸„ö„÷ÅÉ……€€Ýÿ€È€ø€ä€óϺâ\nÃÍæ„¾„¿Åɀƒêƒë‚Î‚Ïæ€ÈÃó‚ׄŒ„‘æ\nº´ÉÃÍÜ…‘…’ÅÌ»â€Âƒƒø‚ˆ‚΂ÏÓ…“200\n€î€Ñ€øÒ€Ü“€á€äƒ‚²Ò€Ö€Ë€Ï’󂲂´€ì€÷Ò\nƒˆ…”…•…–æ‚Àƒ¼Ì»â‚ŽÜ‚‚ÅÉ€Â\n ƒ·ƒƒÏ…—ƒèւ𿼃¹ƒºæºâ€ÂƒÙ‚‚ñ¿àÒ\n†€Ñó…—ƒèÏ„Öპ´ÉÃäÏÓ„‚£‚³æÆó\nÏ‚ï‚ñÅÌ»âÓíÎÒó…Òƒâæƒ¹ƒºóºâ€Â\n", " …—ƒèÒƒè‚˸ӴÀáܻ͂‚ÀÅÌ‚ÕÄ»€Â\nιͿ€<€ó€æ€Ü>Ò‚•‡–¸†Ýƀιà¿Ò\n……ž¸„Ü„¯ÅÌ‚ÕÄ»€Â\n ‚²‚´€ì€÷¸‚¬‚­Æãõ€…Ÿ‚£ÖÓ„†Ü‚¾Ê\n‚ÀÇλóÅ·¼€Â\n €Ýÿ€È€ø€ä€óÒ„…ƒèÏ<€ó€æ€Ü>¸‚¡‚ÄÀ\nÅÉ‚ æ»âÓíóÆ€ÂÈãæ„Òð´É¿¸\n‚‚ÅÌ‚ÕÄ»€ÂóÜØíÓ€ƒè‚Õ„…ƒèÏ\n‚¹‚ºÆâÃÍóÆ€Â\n", " ƒ‰ƒŠÒ€÷€ò€Ù€Ï†òƒ“„ŽÓ10ƒÂóƒ“„ÜÆâß¼\nÏ‚ù½Ì¾»Éï€Â€»…¦ð‚´ƒâÅÉÒó‚Õ‚¡Î\nƒ”…§öÎôÇ킲‚´€ì€÷Ò‚¬‚­Ï‚Ì´ÌÁã€Â\n ‚¹‚º‚´ÒÉÛ‚óÒ‘€Ü€ã€øÏ€Ú€Ñ€ù€Ï€Ú€»¸\nËÂ̾»É߀Âô¼ìµ…©„ÅɿрÂ\nóÜ…ª…«Îæàƒ‰ƒŠÒ‚Þ…–ÓÈãðÂìµ€Â\n", @@ -36,5 +35,5 @@ struct stringentry LsevxbJ[] = { "\n", "\n", "ÃÒ‚ºá€úÓ‚äÀØÇ¹\n", - NULL + 0 }; diff --git a/assets/obseg/text/LshoE.c b/assets/obseg/text/LshoE.c index 3e1891a..cd7feea 100644 --- a/assets/obseg/text/LshoE.c +++ b/assets/obseg/text/LshoE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LshoE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LshoE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LshoJ.c b/assets/obseg/text/LshoJ.c index 7fdf497..16af4a4 100644 --- a/assets/obseg/text/LshoJ.c +++ b/assets/obseg/text/LshoJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LshoJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LshoJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LsiloE.c b/assets/obseg/text/LsiloE.c index 51915cf..2abb48f 100644 --- a/assets/obseg/text/LsiloE.c +++ b/assets/obseg/text/LsiloE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LsiloE[] = { +char *LsiloE[] = { "MI6 has become concerned that unscheduled test firings from a missile silo in Kirghizstan are being used to cover the launch of Goldeneye weapons satellites.\n\nDeep intelligence reports suggest that this operation may well be outside the control of the former Soviet powers in the region.", "Infiltrate the silo and ascertain what is being placed into orbit; if it is the satellites, recover their control circuitry and sabotage the launches. You are authorized to destroy the base if necessary.\n\nThis is a matter of international security, 007. Consider the military personnel expendable.\n", "The layout of the missile silo means that a few carefully placed explosive charges will destroy the entire complex - concentrate on the fuel rooms (H4, C3, K2 and A1). 007, remember to treat the timed explosives with respect - you know what happened to 004 in Beirut.\n\nOh, and get me a picture of the satellite, there's a good chap.\n", @@ -72,5 +71,5 @@ struct stringentry LsiloE[] = { "Soviet Missile Silo, Kirghizstan\n", "Two years ago\n", "Silo infiltrated -\nexplosive charges automatically primed!\n", - NULL + 0 }; diff --git a/assets/obseg/text/LstatE.c b/assets/obseg/text/LstatE.c index 4205cc2..a0b2bc1 100644 --- a/assets/obseg/text/LstatE.c +++ b/assets/obseg/text/LstatE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LstatE[] = { +char *LstatE[] = { "Following the Severnaya incident, MI6 has lost track of the Pirate helicopter. Presumably the bugging device has been located and destroyed. Natalya Simonova, who returned to St. Petersburg against our advice, has gone missing. We can only assume that she has been abducted by the Janus syndicate in a belated attempt to cover their tracks.\n", "The situation is critical, 007. Janus know we're on to them and they're taking control. We're going to circumvent the usual channels on this one. I've arranged contact with an ex-KGB agent, Valentin Zukovsky, in Statue Park, St. Petersburg. He claims he can set up a meeting with Janus. Apparently, the head of Janus wants to see you in person. Frankly, I'm uneasy about this but it's all we've got to go on.\n", "No gizmos this time, old boy.\n", diff --git a/assets/obseg/text/LtitleE.c b/assets/obseg/text/LtitleE.c index 0d87a2c..c98b25d 100644 --- a/assets/obseg/text/LtitleE.c +++ b/assets/obseg/text/LtitleE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LtitleE[] = { +char *LtitleE[] = { "hour", "minute", "second", @@ -288,10 +287,10 @@ struct stringentry LtitleE[] = { "2.4 Goodhead\n", "Select Control Style\n", "Control Style\n", - #ifdef VERSION_US - NULL + #ifdef LANG_US + 0 #endif - #ifdef VERSION_JP + #ifdef LANG_JP "Russian Soldier\n", "Russian Infantry\n", "Scientist\n", diff --git a/assets/obseg/text/LtraE.c b/assets/obseg/text/LtraE.c index e82dd41..6b34335 100644 --- a/assets/obseg/text/LtraE.c +++ b/assets/obseg/text/LtraE.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LtraE[] = { +char *LtraE[] = { "The leader of Janus, Alec Trevelyan, is holding Natalya hostage on his armored train.\n", "We've lost experienced agents before in hostage situations. Keep a clear head, 007, and don't get sidetracked settling old scores.\n", "A train, 007, pretty simple. Destroy the braking units in each carriage and the emergency \nsystems should bring it to a halt.\n", @@ -46,7 +45,7 @@ struct stringentry LtraE[] = { "train door key\n", "Picked up a door key.\n", "Converted Missile Train, heading east\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LwaxE.c b/assets/obseg/text/LwaxE.c index 1ba28c0..bf6f99a 100644 --- a/assets/obseg/text/LwaxE.c +++ b/assets/obseg/text/LwaxE.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LwaxE[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LwaxE[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/LwaxJ.c b/assets/obseg/text/LwaxJ.c index 0926b8c..7deb55a 100644 --- a/assets/obseg/text/LwaxJ.c +++ b/assets/obseg/text/LwaxJ.c @@ -1,9 +1,8 @@ -#include "game/lvl_text.h" -struct stringentry LwaxJ[] = { - NULL, - NULL, - NULL, - NULL, - NULL +char *LwaxJ[] = { + 0, + 0, + 0, + 0, + 0 }; diff --git a/assets/obseg/text/j/LarecJ.c b/assets/obseg/text/j/LarecJ.c index 06d516d..c976bb3 100644 --- a/assets/obseg/text/j/LarecJ.c +++ b/assets/obseg/text/j/LarecJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LarecJ[] = { +char * LarecJ[] = { " „ë„ì„í„î<€ó€æ€Ü>Ò…À…žƒèæ€Ö€Ì€»‹Ò\n‚€Ë€Ï€þ€øÒƒè‚Õς҅‡Æâ‚Žæ‚‚ÄãÉ€Â\n", " 007€»ß»ßóÆÑ€ÂÍÏ¿Á‚¼‚Žó»Ì\nÁðÄ»€Â\n\n €ä€ß€»€÷€Ðæ€ó€æ€ÜҀـϑ€Ì€»€ß¸€é€Ê€Ö\n€Ï€þÅ̻₩€†°Ï‚̓…¸‚µ´ÌºéÌ\nÁðÄ»€Â\n †‡“¸„è¼€Õ€ýӂ̓…æ…›´Ì»âÒóÆ€Â\n", " 007 „…ƒè‚“ó‚ÍàÒ‰€»€ßŽ€»€Ü¸„Ü„¯Å\n‚ƂǸ„Ä…äÅÌÁã€Â€ó€æ€ÜÒ‚Š‚‹‚Æ‚ÇÓ»ÁË\n¿Ò€Ú€»‹€»€Ù€Ï‘€Ì€»€ßÏ…·‡¼ÄãÌ»â\nìµä¼€Â\n ÈÒ‚Æ‚ÇӀ󀿀ÜÏÍ´ÌÎÁÌÓÎàλ\nÜÒιð€Â\n ‚óÎà»»\"„Ä…ä„§…£\"¸ƒÕ´Ì»âðä¼€À\n", @@ -46,7 +45,7 @@ struct stringentry LarecJ[] = { "€€»€ø‰€Ï€Ð€Ñ‚΂ϸ‚ë„„Ï\n", "‚«ÌÒ€Ú€»‹€»€Ù€Ï‘€Ì€»€ßÒ‚¬‚­\n", "€ó€æ€Ü‚È‚Œ„…ƒè €Ö€Ì€»‹\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/j/LarkJ.c b/assets/obseg/text/j/LarkJ.c index aeb5cb8..3ebc115 100644 --- a/assets/obseg/text/j/LarkJ.c +++ b/assets/obseg/text/j/LarkJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LarkJ[] = { +char *LarkJ[] = { " ‚„‚…‚†‚‡‚ˆ‚‰Ï‚º´ÉàÆèÏ‚„‚…€ß€Ï€×‚É\nÖ͂𿻀ÈÅÌ€ñ€Ñ€Ï€ß€Ï€×σ“„ޏ\n‚¨‚ßÇÑõÎàλ€Â\n\n ‚€‚‚ဂ²‚Žƒ¦…Ä…ŸÒ‚¬‚­Ó†Ú€ÕÄÂâß¼Ï\nÍÒ„é„êæ€…Ç…È¿à‚ÀÌ»â€Â\n‚ø‚…‚ ÎôÏ܆“†”¸‚ÀÄλ߼Ï......\n", " ƒ‰ƒŠÓ006Í€»‚ôÏ‚‚õÅÌÜà»ØÆ€Â\n‚„‚…€ß€Ï€×‚Éæ‚ïÊ‚öåÇ‚‰‚÷óÆ€Â\n‚ø‚…‚ Ï‚ù‚ÞÅÉ„ùƒ¸Ò…¿‚© <Š€»€×> Í\n‚ú‚ûÅ€ƒ·Á‚üéâ߼ςý‚þÆâÃÍ€Â\n ‚„‚…€ß€Ï€×‚ÉҀ݀ր̀÷€â€ÆŠ€ÐÒƒ€ƒ‚‡¸\n‚Í¿àƒ‚Â‚Ãá€006Ò‚ï´Ì»â‚„‚…\n€ß€Ï€×‚ÉÖ̓ƒçÎÄ»€Â\n ÈÒƒìÁÏÓ€€Õ‚€èÜÎÂãõ€ƒ„Å»ƒ…ƒ†\nÜ»ØÇ¹¿à€‚€‚Ï‚ê‚áóÀâóÅ·¼€Â\n", " €ÏŠ€ƒ‹‚’σŒ»ÌÁã€Â5ËÒƒ“„ޏƒé‚¡\nπ݀ʀãÅλ̀10…¦Ò€ß€Ï€×¸ÃåÇλ\nï€ÂÈãÍ€ƒƒ‘ƒˆãÌ¿àƒ’ƒ“ÄÇâ¹ð€Â\nÄÜλ͂ó܃”ðâØìµ€Â\n Èã¿à€»ƒ•ó»»¿àƒ–ƒ—ƒ€ƒ‚‡¸‚­Äí\n‚¾´Ì‡Å´ÌÀÌÁã€Â»ËÜÙɻςÃá\nƒš»æƒ›»Íƒœ‚–΂ÓσσžÉ¹ï€Â\n ƒŸƒ »´Ìƒ¡Ó‚óæåë̓¢ƒ£ƒ¤¸ÃåÅÌ\n»â߼ςܽâÒðæ€Â\n", @@ -73,4 +72,4 @@ struct stringentry LarkJ[] = { "Š€ÐÓ€÷€ò€»€ã€ú€Ê€×ÄãÌ»ØÆ\n", "€Ð€»€Õ€Ï€ÿ€ø‚„‚…‚†‚‡‚ˆ‚‰\n", "…¿‚© <Š€»€×> Ó†¹ãÉ\n" -}; \ No newline at end of file +}; diff --git a/assets/obseg/text/j/LcradJ.c b/assets/obseg/text/j/LcradJ.c index 9a33ad0..bc95ce7 100644 --- a/assets/obseg/text/j/LcradJ.c +++ b/assets/obseg/text/j/LcradJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LcradJ[] = { +char * LcradJ[] = { " €ä€ß€»€÷€ÐÒ¾¿éó€€€»€ø‰€Ï€Ð€ÑÓ\n‚„›‚ë„„ÍÎဇ¡ƒ£¸Óíã̃ö‚Ù‡¢ÖÍ\n‚úƒìÅÌ»â€Â\n …ªâӀ󀿀ÜÒ…Û‚£€ã€ùÿ€È€ø€ó€ÏÍ€\n‚ÍÒ‰€Æ€ü€»ŠÉÊÒÙÒÓíóºâæ......\n", " ºÎÉÏ…Ù006€€ã€ùÿ€È€ø€ó€ÏÍ„õ†»¸\nËÂäÍ»¼ÒÓ€€Ù€×ÎÃÍ¿ÜÅãØÇ¹€Â\nſŀÃãÓ‚€‚óÆ€Â\n „†‚ŽÏÜ…Òƒâ…ÕÁ‚±‡¥ÅÌ‚ÕÄ»€Â\n\n €‡ƒÁÅÒ€ö€Ñ€Ý€Ï€Ü€ˆ\n¸ºÎÉÓ‚¾´Ì»âÒóÆ€Â\nÈÒÃ͸‚ÿãíÏ€Â\n", " ‚Ñìàãâ¿007€À ‚ÒӀЀπâ€äÏܼ\n€»Ë€€»€ø‰€Ï€Ð€ÑÒ‚„›‚Þ‚ßæº´ÉÒð€Â\n €ã€ùÿ€È€ø€ó€ÏæÆóπЀπâ€ä¸ƒ¬€Ý€Ê€ãÅ\n‚ÔƒÒƒÞ„Œƒ´‚¯¸‚ÀÅÉ¿ÜÅãλ€Â‡¦ƒƒ€Ð€Ï\n€â€ä€ì‚𿻀‚„›‚ނ߸‚¬‚­ÅÌÁã€Â\n\n ‚ÔƒÒ‚Ôƒó‚«Ì¸‚æ»ÉÁÓλ¿àÒ€Â\n", @@ -36,5 +35,5 @@ struct stringentry LcradJ[] = { "€ã€ùÿ€È€ø€ó€ÏÍ„õ†»¸ËÂß\n", "\n", "€ó€æ€Ü‚È‚Œ„…ƒè€ö€ö€Ð€Ï€â€ä €Ö€Ì€»‹\n", - NULL + 0 }; diff --git a/assets/obseg/text/j/LcrypJ.c b/assets/obseg/text/j/LcrypJ.c index 1360ffc..6260713 100644 --- a/assets/obseg/text/j/LcrypJ.c +++ b/assets/obseg/text/j/LcrypJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LcrypJ[] = { +char * LcrypJ[] = { " €Ü€Õ€ö€î€Ï€üӀܴÍÜ…ÿâøÀƒ–ƒÁ‚ \nÍÅ̇‰¸…ªÅÌ»â€Â\n ‚Íæ‡Â‚´Å̻Ɇ„“‚×Ò‚„§Ó»Øð\nå¿àÐØØÍδ̻â€Â\n", " „ùƒ¸Ó€Ú€ï‰€ÆÍ‡‰ƒçâÜÒ¿à€ñ€Ê€Ý€»‚¸\nƒ‚‚ÃáØÅɀºÎÉæ€é€Ñ€à󄑴ɺÒ\n€»Š€Ç€»‡„Ò‚Ì‚ €Ú€ï‰€ÆóÆ€Â\n ‚Íӆ„“‚׸‚¡Ï‚ºãÉÍ‚ž†¢Å€ºÎÉÍ\nƒ­´Ì…ÚæÅɻȼóÆ€Â\n ‚ïÊ‚ö»‚‰‚÷σ€Ó‚’€ã‡«Ò‡©â€Ó€ø€Ú€ê\n€ö†Ñ†Ò¸‚®„ŸÅÌÀØÅÉ€Â\n‚ÍÒ€û€äðÍ»¼ÃÍæ„ˆ„Ÿ‚Àƒ¼ØÆæ\n007€ºÎÉÎàƒçáýàãâÓíóÆ€Â\n", " 007€†Â„“‚×ÓÍÌ܃å€ÕÎ†Ž‚‡ìµ€Â\nÁãèã܂ٸËÂÌÁãÉØ½€Â\n\n†Â„“‚×Îà€Ú€ï‰€ÆÍ„õ†»¸ËÂ₎æ‚Àƒ¼â\nìµä¼€Â\n", @@ -16,5 +15,5 @@ struct stringentry LcrypJ[] = { "†Â„“‚׸ƒŠ‚éÇß \n", "€Ú€ï‰€Æ¸†¹Ç \n", "€Ó€ø€…€Ú€ê€ö†Ñ†Ò €Ó‚’€ã\n", - NULL + 0 }; diff --git a/assets/obseg/text/j/LdamJ.c b/assets/obseg/text/j/LdamJ.c index f9edabc..e573b72 100644 --- a/assets/obseg/text/j/LdamJ.c +++ b/assets/obseg/text/j/LdamJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LdamJ[] = { +char * LdamJ[] = { " €…€…€…9†ùƒ™€…€…€…\n USSR€Ð€»€Õ€Ï€ÿ€øÏºâ†€ðϾ»Ì\n‚„‚…‚†‚‡Ò‚˜‚™æ‚Œ¿Ï‚åã̻₎æ\n…Æ‚¤„¥‚Ç‚£ \"MI-6\" Ïß´Ì‚‚ÄãÉ€Â\n ‚‘‚’Ï€ü€»ŠÄãɆ€ð‚“Ò‚ˆ‚‰ó‚˜‚™Äã\n̻₄‚…€ü€ÜÓ€‚›‚œ‚‚ž‚Ÿ‚ Ò‚¡Ï‚¢´Ì\n¾á€€»‚£óÓ‚¤‚¥€â€ú„í„îÍÒ‚•åáæ\n‚¦ÄãÌ»â€Â\n ÃÒ‚ˆ‚‰¸‚¬‚­Æâƒ¹ƒºæºâ€Â\n", " †€ðÒØåáÓ€‚²‚³Ò†Û„ŒÏ…–½É‚µáæ\nÄãÌ»âß¼ÎÒ󀿽´Ì‚·‚¸‚¹‚ºÒ\n׼滻óÅ·¼€Â\n\n ‚„‚…‚†‚‡‚ˆ‚‰Ó†€ðÒ„¡‚ÕϺâÒðÂô€\n‚¹‚º„§…£ÏË»ÌÓ€\"Q\"æ†ï»€Ð€Ñ‰€Ð¸\n‚¾´Ì»â߼߀Â\n", " €ú€»’¸Ëɴ̆€ð¸„ÖáâÍ€‚Ó‚©æ\n¿¿âÒó„τ܄¯Äãâ¾Èãæºâ€Â\nÃÃÓ€‹€Ï‚€»‚€Ë€Ï’󀻂ÙσÙö„Öáä€Â\n ‚„‚…€ü€ÜÒ‚À‚Á‚Âö‚ÂĂÅÒ‚Æ‚ÇÓ†€ð‚“Ò\n‚È‚Œ‚Š‚‹‚ÉҀـϑ€Ì€»€ßÏߴ̂ʂËÄãÌ\n»â€ÂÃÒ…˜…™€ò‰€ð¸‚̽õ‚Íà҂΂ςЂÑ\n€÷€Ï€×Ï€Ð€×€Ý€ÜÆâÃÍæóÀ€ÈÅÌ\n‹€Ê€×€Ð€Ê’¸‚Ò‚Æãõ€„ùƒ¸Ó€‚Š‚‹‰€»€ß\n¸‚à‚ÃáÆâÃÍæóÀâ€Â\n", @@ -35,6 +34,6 @@ struct stringentry LdamJ[] = { "…˜…™€ò‰€ð\n", "…˜…™€ò‰€ð¸‚¡Ï‚ºãÉ\n", "…˜…™€ò‰€ðҀ݀ʀãÏ‚æ‚ç !\n", - NULL, - NULL + 0, + 0 }; diff --git a/assets/obseg/text/j/LdepoJ.c b/assets/obseg/text/j/LdepoJ.c index db30912..75005f8 100644 --- a/assets/obseg/text/j/LdepoJ.c +++ b/assets/obseg/text/j/LdepoJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LdepoJ[] = { +char * LdepoJ[] = { " „ë„ì„í„î<€ó€æ€Ü>Ӏڀπ׀々“€â€ø€ø€þ\nϺ⅗…‡‚Ì‚´Äã̻λ‚²Ò†˜¸…À…žƒèÍÅ\n̴̻̂âß¼ð€Â\n ÈÃ¿à†Ž‚‡‚Œ†œÝ‚¤‚¥€â€ú€…ƒ†„–¸\n‚δ̻âàÅ»€Â\n", " „’Ò†žÍÅÌÓοο҃²óÆÑ€Â\n007€‚«€Õ¸ËÁÅÌ„ë„ì„í„î<€ó€æ€Ü>Ò\n‚Š‚‹¸† „¶ÅÌ‚ÕÄ»€Â\n ÃÒ‚ñƒ­Ï<€ó€æ€Ü>Ò…À…žƒèó€Ü€â€ø€Ü€ì€÷\nÒ‚¨„ƄǸ‚º‚¡ÅÎÄ»€Â‚Æ‚ÇÏßâÍ‚ÍàÓ\n€ì€÷Ò‚˜‚™¸‚åÛâàÅ»€Â\n ØÉ€€Ò€ø€ò€ëÓ€ä€ß€»€÷€Ð¸„²ãÌ€ã€ùÿ€È\n€ø€ó€ÏÒ‚²‚´†¡†ŠÏƒçáƒû¹ðÍ‚ÜåãØÆ€Â\nƒçხãλ߼…冢´Ì‚ÕÄ»€Â\n", " ‚ÍàÒ…À…žƒèÏÓ¿Îᆣ†¤Äãɀـϑ€Ì€»\n€ßÒ€ç€Ê€ã€û€»€×æ„ÚÄãÌ»âÓíð€Â\n007€‚óÒ‚¡ó€ç€Ê€ã€û€»€×¸‚¬‚­ÅÌÁã€Â\n Èã¿à€ó€æ€ÜÒ‚Œ„þ‚ׂ‡†¥„”¸‚¬‚­Æâ‚ŽÜ\n‚ÿãλ߼Ï΀Â\n €é‰Î†¨ƒ”愯ãÎÁÌ…ª…«ìµß€Â\n", @@ -36,5 +35,5 @@ struct stringentry LdepoJ[] = { "„“„”Òƒæ\n", "„“„”Òƒæ\n", "„“„”҃渂¡Ï‚ºãÉ\n", - NULL + 0 }; diff --git a/assets/obseg/text/j/LgunJ.c b/assets/obseg/text/j/LgunJ.c index 9ccad0e..7009e8b 100644 --- a/assets/obseg/text/j/LgunJ.c +++ b/assets/obseg/text/j/LgunJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LgunJ[] = { +char * LgunJ[] = { " D5K\n", " …˜†Àƒ¿ƒò\n", " ƒ“„Ž\n", @@ -224,5 +223,5 @@ struct stringentry LgunJ[] = { "…¤…ò", "ƒŠ„Û", "…æƒÁƒŠ„È", - NULL + 0 }; diff --git a/assets/obseg/text/j/LjunJ.c b/assets/obseg/text/j/LjunJ.c index 5c17612..3088ecb 100644 --- a/assets/obseg/text/j/LjunJ.c +++ b/assets/obseg/text/j/LjunJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LjunJ[] = { +char * LjunJ[] = { " ‚²‚´†¡†ŠÒ‚áó€Ù€Ï‘€Ì€»€ß¿à‚é‚êÅÉ\n€ó€æ€ÜÒ‚È‚Œ„…ƒèÒ†ë‚ßÓ€ƒêƒë‚΂ϿàÓ\n‚‚óÀο´É€Âƒèƒé¿àÒƒÚ†ü惹ƒºÍ\n‚Üåãâ€Â\n CIAÓ†ýƒÙ‚‚ñ¸†þ†ÿÅÌÁãÉ€Â\n€ù€»†€»ÎôÏ„¯Ë¿àλ߼†•ƒÝóƒÙö€\n€ö€Û€Ì€»€ãó„Ö‚ÕÅÌ‚€Ë€Ï€þ€ø¸ƒÚ†üÆâ\nƒ¹ƒºæºâ€ÂÈÅ̀ιÍÅÌ܀󀿀ÜÒ\n‚È‚Œ„…ƒè¸‡À„¶ÛÑõÎàλ€Â\n", " ƒ‰ƒŠÓ€€ä€ß€»€÷€ÐÏ܃‚ÅÌÜà»ØÆ€Â\nÜŀ󀿀ܿ€€»€ø‰€Ï€Ð€Ñ¸„Ù´Ì»âÒÎ\nà€€Û€Ü€â€ð¸„µ„¶ÄÇâÒς̓…ÒƒÕ‡ƒæ\nƒ¹ƒºÍδÌÀØÆ€Â\n ‚̓…Ó„……À„‰Î‚×Ò‚Ì»„§¸CIAÒ‚€Ë€Ê€×\n¿à‡„å´ÉÒó„‘„à‚က»ƒøóÝ´Ì‚Ââó\nÅ·¼€Â\n ó܇…‡†Ó‡‡ƒ²óÆ€Â007€Â‚̓…ÓºÎÉÒ\n߼΄¥‚ǃùóÓλ‚ޏ‚ÿãλó‚ÕÄ»€Â\n", " ƒÚ†ü‚áÏ€ó€æ€ÜÒ‚†‚³Ý‚¼ƒø‚ñ‚×Ï‚ÀÁåÅÉ\nà€‚È‚Œ„…ƒèÓƒì»Í»¼‚Žìµß€Â\n‚¼ƒø‚ñ‚×ÏÓ…˜Ï…҃⸇ˆ´Ì‚‚õÆâ¹ð€Â\n „Žƒ¥†¥„”‚´Ïƒ“„ޏ‚´ƒâÅɀƒõÒËØàλ\nƒ²Ï‚Ìåλ߼πÂ\n ¾¾€Èã¿à„€å€ÐÍ»¼‡‰Òƒ…ƒ†ÏÓ‚Ù¸\nËÂâ¹ð€Â007€ÂƒŒÁÍÃäÏßâÍ‚óÒƒ\n¸„ö´Ì»âàÅ»ìµÎ»¿€Â\n ÜÌâ†ÃÓËà»Ñ€Â\n", @@ -43,6 +42,6 @@ struct stringentry LjunJ[] = { "„Žƒ¥„”¸‚¬‚­Çß\n", "€ä€ß€»€÷€Ð¸€ó€æ€ÜÒ„…ƒèØó†‹Â\n", "€Ö€Ì€»‹ ‚€Ë€Ï€þ€ø\n", - NULL, - NULL + 0, + 0 }; diff --git a/assets/obseg/text/j/LmiscJ.c b/assets/obseg/text/j/LmiscJ.c index 4f8759f..619e209 100644 --- a/assets/obseg/text/j/LmiscJ.c +++ b/assets/obseg/text/j/LmiscJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LmiscJ[] = { +char * LmiscJ[] = { "‚¼„€ò€»Š", "€Ô€»€ø†Ž‚‡€ò€»Š", "‚œ€Õ2‡Ã€ò€»Š", @@ -70,7 +69,7 @@ struct stringentry LmiscJ[] = { "„€Ü€ú€»€ò€»Š", "€ù€»†€»‚¼Å ‚±„‘‚´", "…ªá‚Ó‚© 60 ƒÂ", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/j/LmpmenuJ.c b/assets/obseg/text/j/LmpmenuJ.c index f2652b2..52f5d87 100644 --- a/assets/obseg/text/j/LmpmenuJ.c +++ b/assets/obseg/text/j/LmpmenuJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LmpmenuJ[] = { +char *LmpmenuJ[] = { "…æƒÁ†å", "„ŽÓôÀÀ", "…¨„Ž€à€Í€Ê€ÖÓôÀÀ", diff --git a/assets/obseg/text/j/LmpweaponsJ.c b/assets/obseg/text/j/LmpweaponsJ.c index b715bc1..c44f3f8 100644 --- a/assets/obseg/text/j/LmpweaponsJ.c +++ b/assets/obseg/text/j/LmpweaponsJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LmpweaponsJ[] = { +char * LmpweaponsJ[] = { "€à€Í€Ê’ÒÙ", "‘€Ü€ã€ø", "€î€Û€Ï€ü€Ï", @@ -15,6 +14,6 @@ struct stringentry LmpweaponsJ[] = { "€ù€»€»‚×", "†Â„“‚×", "‚¡†âé€ä€Ñ€ë\n", - NULL, - NULL + 0, + 0 }; diff --git a/assets/obseg/text/j/LoptionsJ.c b/assets/obseg/text/j/LoptionsJ.c index 1567c14..0b2f713 100644 --- a/assets/obseg/text/j/LoptionsJ.c +++ b/assets/obseg/text/j/LoptionsJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LoptionsJ[] = { +char * LoptionsJ[] = { "„ŒË\n", "†Ç…•\n", "‚õ„Š\n", @@ -62,7 +61,7 @@ struct stringentry LoptionsJ[] = { "4.\"Q\"Ò…à„æ\n", "5.€î€ç€»“€å€»\n", "1.ƒ¹†É‚€‚\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/j/LpeteJ.c b/assets/obseg/text/j/LpeteJ.c index 7c78e56..3e9d723 100644 --- a/assets/obseg/text/j/LpeteJ.c +++ b/assets/obseg/text/j/LpeteJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LpeteJ[] = { +char * LpeteJ[] = { " ‚²‚´„ª„”ϺâKGB‚Ã…¥‚É¿àƒä‚ÀÅɃ\n€ä€ß€»€÷€ÐÓ€Ò€ø€ò€ë„€‚²Ò‚¡Ïß´Ì…¯Ø´Ì\nÅØ´É€Â\n\n ‚̓…Ó†Šó€Ú€Ï€×€ã€…“€â€ø€ø€þϺâ\n€ó€æ€ÜÒ‚²‚´†¡†ŠÒ†˜Ï„²ãÌ‚¿ãß¼Í\nÅÌ»â€Â\n", " ƒƒ»ó‚ÍàÒƒ¸„ö»ÎÄ»€ÂÃÒØØ‚Íà¸\n„¯‚æ¼åÂÏÓ»ÀØÇ¹€Â‚ÍàÓƒ¹íºÎɸ\n€ã€ùÿ€È€ø€ó€ÏÒÜÍÖ͆‹»ÌÁãØÆ€Â\n ſŀ»¿Îâ‚Óó܃ۃÜÏ‚‚õÅÎÄ»€Â\n€Ú€Ï€×€ã€…“€â€ø€ø€þÒ†’†‰ó†Œ‚©ƒøÏ†“†”¸\n‚ÀÆÃÍÓ‚¤‚¥„„ÃÖÍËÎæáØÆ€Â\n ØðƒìÁÏ»âÓíÒÿ€Å€ù€Ï€â€Æ€ÏÒ…à¸\n†áÌ‚€‚¸„Ì‚ÅÌ‚ÕÄ»€Â\n", " 007ƒ‰ƒŠÜƒ¢ƒ£ƒ¤Ó‚¼»ï€ÂſłóÎà\n€ú€Û€Ð‚²æ…ªÅÌ»´ÉƒæÝ†Ž‚‡Îô¸‚Ì´Ì\nƒÄáƒäÂàãâìµä€Â\n", @@ -30,7 +29,7 @@ struct stringentry LpeteJ[] = { "†’†ŒÒ†“†”¸‚Ôƒ¢†–Ï\n", "ÿ€Å€ù€Ï€â€Æ€ÏÍ‚ú‚û\n", "€Ú€Ï€×€ã€…“€â€ø€ø€þ†’†‰ƒè\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/j/LpropobjJ.c b/assets/obseg/text/j/LpropobjJ.c index eab65a2..ded8c31 100644 --- a/assets/obseg/text/j/LpropobjJ.c +++ b/assets/obseg/text/j/LpropobjJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LpropobjJ[] = { +char * LpropobjJ[] = { "¸‚¡Ï‚ºãÉ", "", "", @@ -66,7 +65,7 @@ struct stringentry LpropobjJ[] = { "…¨„Ž€à€Í€Ê€Ö\n", "„†¿¸‚¡Ï‚ºãÉ\n", "€ú€Ê€×ÄãÌ»ØÆ\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/j/LsevJ.c b/assets/obseg/text/j/LsevJ.c index f3a601f..9773685 100644 --- a/assets/obseg/text/j/LsevJ.c +++ b/assets/obseg/text/j/LsevJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LsevJ[] = { +char * LsevJ[] = { " ƒêƒë‚Î‚Ïæ€ú€Û€Ð€…€Ýÿ€È€ø€ä€óƒìƒíÒ\nƒî»ƒïƒð€Ý€Ï€ß€»ó҂뇳΂õÀ¸„Ü„¯ÅÉ€Â\n\n ƒöƒ÷Ҁـϑ€Ì€»€ß݃øƒùæƒúáƒûØãÌ\n»âÍ»¼‚Æ‚Çܺâ€Â\n", " ºÎÉÒ‚€‚ÓÃÒƒè‚Õ„…ƒèÏ‚¹‚ºÅ€„†æ\n‚åã̻⿸‚‚Æâ‚ŽóÆ€Â\n\n ‚΂τ „¡Ïßâ̓è‚Õóƒöƒ¸„‰Î‚ˆ‚Žæ‚å\nãÌ»âß¼óƀ‚Íàæ»´É»„†ÒÉÛÏ\nƒó‚õ¸„¤ÂÌ»âÒ¿¸ƒÕáÉ»ÒóÆ€Â\n‚‰‚öÏß´ÌÓƒêƒë€Õ€ñ€ö¸‚¬‚­Æâƒ¹ƒºæºâ\n¿ÜÅãØÇ¹€Â\n ÎâøÁ„¦½ÛÏ‚Ž¸„øÛÌ‚ÕÄ»€Â\n", " ƒ‰ƒŠÒ€ï€Ê€Û€Í€ÏóӀـϑ€Ì€»€ß¸ƒš´Ì\nÜ༂ŽÏÎâ€Â\n ƒèƒ£Ï€Ü€û€»Š¸ƒ€ƒÆâßá€Û€Ë€Ï“€Ï\n¸‚äÂâ„§¸„¨Ú‚óÒÃÍð¿à€ƒ‰ƒŠÓ‚óÒ\n„©åáσ¿‚ޏÅÌÁã⃢ƒ£ƒ¤¸„Š´É€Â\n\n ÃÒ‰€»€ß€Û€»€ë¸€Ú€»‹€»€Ù€Ï‘€Ì€»€ßÏ\n‚Ã჎ÂâðÂó€Ý€Ö€Ì€÷€â€Æ€Ù€»Š¸„ªÀ„«½\nØÉ‰€»€ß¸†€Ò€Ï€ú€»ŠÆâ‚ŽæóÀâ€Â\n", @@ -48,5 +47,5 @@ struct stringentry LsevJ[] = { "€Ýÿ€È€ø€ä€ó ƒè‚Õ„…ƒè(„‡‚¨‚á)\n", "…—…‡\n", "€Ú€»‹€»€Ù€Ï‘€Ì€»€ß‚¬‚è\n‰€»€ß¸†€Ò€Ï€ú€»ŠóÀØÇ¹", - NULL + 0 }; diff --git a/assets/obseg/text/j/LsevxJ.c b/assets/obseg/text/j/LsevxJ.c index d3f0de2..b3c12db 100644 --- a/assets/obseg/text/j/LsevxJ.c +++ b/assets/obseg/text/j/LsevxJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LsevxJ[] = { +char *LsevxJ[] = { " €…€…€…5†ùƒ(4†ùƒ™)€…€…€…\n\n ƒêƒë‚Î‚Ïæ€ú€Û€Ð€…€Ýÿ€È€ø€ä€óƒìƒíÒ\nƒî»ƒïƒð€Ý€Ï€ß€»ó҂뇳΂õÀ¸„Ü„¯ÅÉ€Â\n\n ƒöƒ÷Ҁـϑ€Ì€»€ß݃øƒùæƒúáƒûØãÌ\n»âÍ»¼‚Æ‚Çܺâ€Â\n", " ÈÃÏÓ€¿Ë̀Ѐ»€Õ€Ï€ÿ€øÒ‚„‚…‚†‚‡‚ˆ‚‰\n¸‚®…ÅÅ̻ɀҀø€ò€ëÒ€„„‚‚†‚‡‚£„ƒæºâ\nÍ‚ÜåãØÆ€Â\n\n ƒè‚Õ„…ƒèÏ‚¹‚ºÅ€„†æ‚åã̻⿸‚‚\nÅÌÀÌ‚ÕÄ»€Â„‡‚¨’€ö€ÏÒƒŠ‚éæ‚Àƒ¼ãõ\n‚Ë„ˆ„‰óÆ€Âôÿ҄‡ƒ²Ò‚áÒ„“„”Ï…·‚ÊÄã\nÌ»âÍ‚Ü»ØÆÒó€ØíÓ€Õ€ý¸‚¡Ï‚ºãÌ\n‚ÕÄ»€Â\n", " ƒêƒë‚΂ÏÒ„ „¡¿àÙâÍ€ì€÷”€»€ãϺâ\n‚º€ú¿àÒ‚¹‚ºÓÊ·´ÍƒÒƒÓÎ‚ÙæÆâ€Â\nÈãßáÜÈÒƒŽƒìϺâ‚Ђـ߀û€»¿à‚¹‚º\nÆâÒæ‚¼‚½ìµä¼€Â\n\n Èã¿à€ö€ö€Ð€Ï€â€äÒ„™„š¸ƒÄâÃ͸\n‚ÿãíÏÎ€Â‚óæ‚¹‚ºÅÉ‚Ž‚Òæ€€ú€Û€Ð‚áÏ\nƒÕア₎ӀÊÍØí»¿àÒ€Â\n", @@ -43,6 +42,6 @@ struct stringentry LsevxJ[] = { "ƒ¢‡´Òƒæ\n", "ƒ¢‡´Òƒæ\n", "ƒ¢‡´Òƒæ¸‚¡Ï‚ºãÉ\n", - NULL, - NULL + 0, + 0 }; diff --git a/assets/obseg/text/j/LsiloJ.c b/assets/obseg/text/j/LsiloJ.c index f991308..e3a942b 100644 --- a/assets/obseg/text/j/LsiloJ.c +++ b/assets/obseg/text/j/LsiloJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LsiloJ[] = { +char * LsiloJ[] = { " €…€…€…2†ùƒ(2†ùƒ™)€…€…€…\n €Ö€ø€ý€Ü€ß€ÏÒ€ú€Ø€Ê€ã €Ú€Ñ€úó†Ú‚ÈÒ\n€ú€Ø€Ê€ãƒáʃéé€â€Ü€ãæ‚åãß¼ÍÅÌ\n»âàÅ»€Â€â€Ü€ãÓ€€»€ø‰€Ï€Ð€Ñ‚΂Ï\n‚†‚‡ÒƒáʃééÍ‚•å´Ì»âÍMI-6Ó\nÏà¹ó»â€Â\n ‚¹‚º‚áÒ€Ü€Ñæ€ƒ‰ƒŠÒƒáʃééÓ\nƒþ€ÞŒ€Ó€ã„½€ÕÒƒó‚õóÓλ‚ޏ\n‚Ç‚þÅÌ»â€Â\n", " €Ú€Ñ€úÏ‚¹‚ºÅ€„†æƒáʃééàãß¼Í\nÅÌ»âÒ¿¸‚‚ÅÌ‚ÕÄ»€Â\n\n ÜÅÈãæƒø‚ˆ‚΂ÏÎàõ€„™„À„…†³¸\nƒŠ‚éŃáʃé鸂ᄶÄÇÎÄ»€Â\n ƒ¹ƒºÎàõ€‚§‚¨¸‚¬‚­Æâ‚ŽÜƒÔ‚\nÅØÆ€Â\n\n007€ÃãÓ‚¤‚¥„‰Î€Ý€Ö€Ì€÷€â€Æ„„ÃóÆ€Â\n", " €ú€Ø€Ê€ã€Ú€Ñ€úÒ‚¨„ƄǸÙâ¿çငȀ؂÷\nσ“„ޏ‚¨‚߯ãõ‚«ÌÒ‚§‚¨¸‚¬‚­Æâ‚Žæ\nóÀȼð€Â„ʄ˂É(H4€C3€K2€A1)\nÏ‚¨‚ßÆâ‚Žó‚€‚¸„Ì‚ÄÇ₎æóÀâ€Â\n 007€ƒ“ƒ¥ƒ²Òƒš»ÏÓÁãèã܂ٸƒŽÂÌ\nÁã€ÂŽ€Ñ€ø€»€ãóƒ’ôÉ004Òƒò΂ŽÏÓ\nÎàλ߼Ï΀Â\n Èã¿àƒø‚ˆ‚΂ÏÒ„ „¡¸„±´ÌÀÌÁã€Â\nÈãÏÓ»»„Í»‚¡æ»ÌÑ€Â\n", @@ -72,5 +71,5 @@ struct stringentry LsiloJ[] = { "€ú€Ø€Ê€ã €Ú€Ñ€ú €Ö€ø€ý€Ü€ß€Ï\n", "€…€…€… 2†ùƒ™ €…€…€…\n", "€ÏŠæ‚¾Êùð’€ö€Ü€à€Ê€×ƒ“„ŽÒ\n‚Ó†–‚Þ‚ßæ‡Ç„Š‚õÅÌÅØ´É !!!\n", - NULL + 0 }; diff --git a/assets/obseg/text/j/LtitleJ.c b/assets/obseg/text/j/LtitleJ.c index 7458153..41e86a3 100644 --- a/assets/obseg/text/j/LtitleJ.c +++ b/assets/obseg/text/j/LtitleJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LtitleJ[] = { +char * LtitleJ[] = { "‚Ó‚©", "ƒ‘", "ƒÂ", @@ -303,6 +302,6 @@ struct stringentry LtitleJ[] = { "‚Œ†Õ‚£‚³\n", "€ó€æ€Ü…˜†À‚£‚³\n", "€ð€»€Ï€ù€»€Õ€»…˜…™‚£‚³\n", - NULL, - NULL + 0, + 0 }; diff --git a/assets/obseg/text/j/LtraJ.c b/assets/obseg/text/j/LtraJ.c index 4c472c5..1323262 100644 --- a/assets/obseg/text/j/LtraJ.c +++ b/assets/obseg/text/j/LtraJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LtraJ[] = { +char * LtraJ[] = { " „ë„ì„í„î<€ó€æ€Ü>Ò€ì€ÊŠ\n€Ð€ù€Ê€×€…€ã€ùÿ€È€ø€ó€Ï(…Ù006)Ó\n€ä€ß€»€÷€Ð¸ƒø„çÏ‚ÃကҀø€ò€ëàÍ‚²‚´†¡†Š\nσçáƒû¹ð€Â\n", " …ă™Ï܃ø„ç„è‚À„Š„‘󅆩΅¿‚©¸‚æ´Ì\n»ØÆ€Â\n …¦ƒø„‰Î‡À‚ÆÓ‚ÿ〆ðƒÜ¸…·´Ì‚‚õÏ\n†ª´Ì‚ÕÄ»€Â007€Â\n", " 007€Â‚Ø‚·Î„Š…¡ìµß€Â†«†Š…ëÒ\n€ù€»€Ö€ô€å€Ê€ã¸‚¬‚­Æãõ€„œƒƒ€Û€Ü€â€ðæ\n„Š‚õÅ€†¡†ŠÓ„µ„¶ÆâÓíìµ€Â\n", @@ -46,7 +45,7 @@ struct stringentry LtraJ[] = { "†¡†ŠÒŠ€ÐÒƒæ\n", "Š€Ð҃渂¡Ï‚ºãÉ\n", "‚²‚´†¡†Š ‡¹Ï‚ð¿´Ì„ø‚‚á\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/u/LarecJ.c b/assets/obseg/text/u/LarecJ.c index a99f584..542727a 100644 --- a/assets/obseg/text/u/LarecJ.c +++ b/assets/obseg/text/u/LarecJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LarecJ[] = { +char * LarecJ[] = { " „ë„ì„í„î<€ó€æ€Ü>Ò…À…žƒèæ€Ö€Ì€»‹Ò\n‚€Ë€Ï€þ€øÒƒè‚Õς҅‡Æâ‚Žæ‚‚ÄãÉ€Â\n", " 007€»ß»ßóÆÑ€ÂÍÏ¿Á‚¼‚Žó»Ì\nÁðÄ»€Â\n\n €ä€ß€»€÷€Ðæ€ó€æ€ÜҀـϑ€Ì€»€ß¸€é€Ê€Ö\n€Ï€þÅ̻₩€†°Ï‚̓…¸‚µ´ÌºéÌ\nÁðÄ»€Â\n †‡“¸„è¼€Õ€ýӂ̓…æ…›´Ì»âÒóÆ€Â\n", " 007 „…ƒè‚“ó‚ÍàÒ‰€»€ßŽ€»€Ü¸„Ü„¯Å\n‚ƂǸ„Ä…äÅÌÁã€Â€ó€æ€ÜÒ‚Š‚‹‚Æ‚ÇÓ»ÁË\n¿Ò€Ú€»‹€»€Ù€Ï‘€Ì€»€ßÏ…·‡¼ÄãÌ»â\nìµä¼€Â\n ÈÒ‚Æ‚ÇӀ󀿀ÜÏÍ´ÌÎÁÌÓÎàλ\nÜÒιð€Â\n ‚óÎà»»\"„Ä…ä„§…£\"¸ƒÕ´Ì»âðä¼€À\n", @@ -46,7 +45,7 @@ struct stringentry LarecJ[] = { "€€»€ø‰€Ï€Ð€Ñ‚΂ϸ‚ë„„Ï\n", "‚«ÌÒ€Ú€»‹€»€Ù€Ï‘€Ì€»€ßÒ‚¬‚­\n", "€ó€æ€Ü‚È‚Œ„…ƒè €Ö€Ì€»‹\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/u/LarkJ.c b/assets/obseg/text/u/LarkJ.c index 2ba7fe3..f90d877 100644 --- a/assets/obseg/text/u/LarkJ.c +++ b/assets/obseg/text/u/LarkJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LarkJ[] = { +char *LarkJ[] = { " ‚„‚…‚†‚‡‚ˆ‚‰Ï‚º´ÉàÆèÏ‚„‚…€ß€Ï€×‚É\nÖ͂𿻀ÈÅÌ€ñ€Ñ€Ï€ß€Ï€×σ“„ޏ\n‚¨‚ßÇÑõÎàλ€Â\n\n ‚€‚‚ဂ²‚Žƒ¦…Ä…ŸÒ‚¬‚­Ó†Ú€ÕÄÂâß¼Ï\nÍÒ„é„êæ€…Ç…È¿à‚ÀÌ»â€Â\n‚ø‚…‚ ÎôÏ܆“†”¸‚ÀÄλ߼Ï......\n", " ƒ‰ƒŠÓ006Í€»‚ôÏ‚‚õÅÌÜà»ØÆ€Â\n‚„‚…€ß€Ï€×‚Éæ‚ïÊ‚öåÇ‚‰‚÷óÆ€Â\n‚ø‚…‚ Ï‚ù‚ÞÅÉ„ùƒ¸Ò…¿‚© <Š€»€×> Í\n‚ú‚ûÅ€ƒ·Á‚üéâ߼ςý‚þÆâÃÍ€Â\n ‚„‚…€ß€Ï€×‚ÉҀ݀ր̀÷€â€ÆŠ€ÐÒƒ€ƒ‚‡¸\n‚Í¿àƒ‚Â‚Ãá€006Ò‚ï´Ì»â‚„‚…\n€ß€Ï€×‚ÉÖ̓ƒçÎÄ»€Â\n ƒ„Å»ƒ…ƒ†Ý€Õ‚€èÓÈÃ¿à€»ƒ‡€î€Ñ€øÜ\nƒˆãÌ»ØÆ€Â007€ÄÆæÒºÎÉ܃‰ƒŠ\nÓ‚€‚Ï‚ê‚áóÀâóÅ·¼€Â\n", " €ÏŠ€ƒ‹‚’σŒ»ÌÁã€Â5ËÒƒ“„ޏƒé‚¡\nπ݀ʀãÅλ̀10…¦Ò€ß€Ï€×¸ÃåÇλ\nï€ÂÈãÍ€ƒƒ‘ƒˆãÌ¿àƒ’ƒ“ÄÇâ¹ð€Â\nÄÜλ͂ó܃”ðâØìµ€Â\n Èã¿à€»ƒ•ó»»¿àƒ–ƒ—ƒ€ƒ‚‡¸‚­Äí\n‚¾´Ì‡Å´ÌÀÌÁã€Â»ËÜÙɻςÃá\nƒš»æƒ›»Íƒœ‚–΂ÓσσžÉ¹ï€Â\n 007€ƒŸƒ »´Ìƒ¡Ó‚óæåë̓¢ƒ£ƒ¤¸\nÃåÅÌ»â߼ςܽâÒðæ€Â\n", diff --git a/assets/obseg/text/u/LcradJ.c b/assets/obseg/text/u/LcradJ.c index 22b7553..ad379e9 100644 --- a/assets/obseg/text/u/LcradJ.c +++ b/assets/obseg/text/u/LcradJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LcradJ[] = { +char * LcradJ[] = { " €ä€ß€»€÷€ÐÒ¾¿éó€€€»€ø‰€Ï€Ð€ÑÓ\n‚„›‚ë„„ÍÎဇ¡ƒ£¸Óíã̃ö‚Ù‡¢ÖÍ\n‚úƒìÅÌ»â€Â\n …ªâӀ󀿀ÜÒ…Û‚£€ã€ùÿ€È€ø€ó€ÏÍ€\n‚ÍÒ‰€Æ€ü€»ŠÉÊÒÙÒÓíóºâæ......\n", " ºÎÉÏ…Ù006€€ã€ùÿ€È€ø€ó€ÏÍ„õ†»¸\nËÂäÍ»¼ÒÓ€€Ù€×ÎÃÍ¿ÜÅãØÇ¹€Â\nſŀÃãÓ‚€‚óÆ€Â\n „†‚ŽÏÜ…Òƒâ…ÕÁ‚±‡¥ÅÌ‚ÕÄ»€Â\n\n €‡ƒÁÅÒ€ö€Ñ€Ý€Ï€Ü€ˆ\n¸ºÎÉÓ‚¾´Ì»âÒóÆ€Â\nÈÒÃ͸‚ÿãíÏ€Â\n", " ‚Ñìàãâ¿007€À ‚ÒӀЀπâ€äÏܼ\n€»Ë€€»€ø‰€Ï€Ð€ÑÒ‚„›‚Þ‚ßæº´ÉÒð€Â\n €ã€ùÿ€È€ø€ó€ÏæÆóπЀπâ€ä¸ƒ¬€Ý€Ê€ãÅ\n‚ÔƒÒƒÞ„Œƒ´‚¯¸‚ÀÅÉ¿ÜÅãλ€Â‡¦ƒƒ€Ð€Ï\n€â€ä€ì‚𿻀‚„›‚ނ߸‚¬‚­ÅÌÁã€Â\n\n ‚ÔƒÒ‚Ôƒó‚«Ì¸‚æ»ÉÁÓλ¿àÒ€Â\n", @@ -36,5 +35,5 @@ struct stringentry LcradJ[] = { "€ã€ùÿ€È€ø€ó€ÏÍ„õ†»¸ËÂß\n", "\n", "€ó€æ€Ü‚È‚Œ„…ƒè€ö€ö€Ð€Ï€â€ä €Ö€Ì€»‹\n", - NULL + 0 }; diff --git a/assets/obseg/text/u/LcrypJ.c b/assets/obseg/text/u/LcrypJ.c index 1dd2ae4..86733a0 100644 --- a/assets/obseg/text/u/LcrypJ.c +++ b/assets/obseg/text/u/LcrypJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LcrypJ[] = { +char * LcrypJ[] = { " €Ü€Õ€ö€î€Ï€üӀܴÍÜ…ÿâøÀƒ–ƒÁ‚ \nÍÅ̇‰¸…ªÅÌ»â€Â\n ‚Íæ‡Â‚´Å̻Ɇ„“‚×Ò‚„§Ó»Øðƒ€à\nÐØØÍδ̻â€Â\n", " 007ƒö‚ùÎ‚Žæƒ’áØÅɀ„ùƒ¸Ó‹€ú€Ï€…\n€Ú€ñ‰€ÆÍ‡‰ƒçâÜÒ¿à€ñ€Ê€Ý€»‚¸ƒ‚Â\n‚ôÉÒóÆ€ÂȼóƺÎÉæ€é€Ñ€àó„‘´É\nºÒ€»Š€Ç€»‡„Ò‚Ì‚ ‹€ú€Ï€…€Ú€ñ‰€ÆóÆ€Â\n ‚Íӆ„“‚׸‚¡Ï‚ºãÉÍ‚ž†¢Å€ºÎÉÍ\nƒ ‚úƒ­´Ì…ÚæÅɻȼóÆ€Â\n ‚ïÊ‚ö»‚‰‚÷σ€Ó‚’€ã‡«Ò‡©â€Ó€ø€Ú€ê\n€ö†Ñ†Ò¸‚®„ŸÅÌÀØÅÉ€Â\n‚ÍÒ€û€äðÍ»¼ÃÍæ„ˆ„Ÿ‚Àƒ¼ØÆæ\n007 ºÎÉÎàƒçáýàãâÓíóÆ€Â\n", " 007€†Â„“‚×ÓÍÌ܃å€ÕÎ†Ž‚‡ìµ€ÂÁã\nèã܂ٸËÂÌÁãÉØ½€Âìµæ€†Â„“‚×\nÎà‹€ú€Ï€…€Ú€ñ‰€ÆÍ„õ†»¸ËÂ₎æ‚Àƒ¼\nâìµä¼€Â\n", @@ -16,5 +15,5 @@ struct stringentry LcrypJ[] = { "†Â„“‚׸ƒŠ‚éÇß\n", "‹€ú€Ï€…€Ú€ñ‰€Æ¸†¹Ç\n", "€Ó€ø€…€Ú€ê€ö†Ñ†Ò €Ó‚’€ã\n", - NULL + 0 }; diff --git a/assets/obseg/text/u/LdamJ.c b/assets/obseg/text/u/LdamJ.c index 150520f..03d3fdd 100644 --- a/assets/obseg/text/u/LdamJ.c +++ b/assets/obseg/text/u/LdamJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LdamJ[] = { +char * LdamJ[] = { " €…€…€…9†ùƒ™€…€…€…\n\n €Þ„²€…€Ð€»€Õ€Ï€ÿ€øÏºâ†€ðϾ»Ì\n‚„‚…‚†‚‡Ò‚˜‚™æ‚Œ¿Ï‚åã̻₎æ\n…Æ‚¤„¥‚Ç‚£ \"MI-6\" Ïß´Ì‚‚ÄãÉ€Â\n ‚‘‚’Ï€ü€»ŠÄãɆ€ð‚“Ò‚ˆ‚‰ó‚˜‚™Äã\n̻₄‚…€ü€ÜÓ€‚›‚œ‚‚ž‚Ÿ‚ Ò‚¡Ï‚¢´Ì\n¾á€€»‚£óÓ‚¤‚¥€â€ú„í„îÍÒ‚•åáæ\n‚¦ÄãÌ»â€Â\n ÃÒ‚§‚¨¸‚¬‚­Æâƒ¹ƒºæºâ€Â\n", " †€ðÒ‚°áÓ€‚±‚²‚³‚´Ï…–½‚µá¸‚¶ÛÌ\n»âÒó‚·‚¸‚¹‚ºÒ„§æ»»óÅ·¼€Â\n\n ‚„‚…‚†‚‡‚ˆ‚‰Ï‚ºâÏÓ†€ðÒ‚»¸ËÉ´Ì\n„ÖáâÒæ‚¼‚½ðÂô€QæÈãÏË»Ì\n†ï»€Ð€Ñ‰€Ð¸‚¾´Ì»â߼߀Â\n", " ‚„‚…€ü€ÜÒ‚À‚Á‚Âö‚ÂĂÅÒ‚Æ‚ÇÓ†€ð‚“Ò\n‚È‚Œ‚Š‚‹‚ÉҀـϑ€Ì€»€ß€»Ïߴ̂ʂËÄã\nÌ»â€ÂÃÒ…˜…™€ò‰€ð¸‚̽õ‚Íà҂΂ςЂÑ\n€÷€Ï€×Ï€Ð€×€Ý€ÜÆâÃÍæóÀ€ÈÅÌ\n‹€Ê€×€Ð€Ê’‚Ò‚‚Óω€»€ß¸†€Ò€Ï€ú€»ŠÆâ\n‚ŽæóÀâ€Â\n †€ð¿à‚§‚¨ÖÒ‚¹‚ºÏË»Ìðæ‹€Ï‚€»\n€ú€»’¸‚̴̆€ÑÅ€†€Ñ‚Ô‚Õ‚Öó€\nÃÒ‘€»€ã€Ï‚׸‚̽€Â‚Ø‚·Î‚Žìµß€Â\n", @@ -35,6 +34,6 @@ struct stringentry LdamJ[] = { "…˜…™€ò‰€ð\n", "…˜…™€ò‰€ð¸‚¡Ï‚ºãÉ\n", "…˜…™€ò‰€ðҀ݀ʀãÏ‚æ‚ç !\n", - NULL, - NULL + 0, + 0 }; diff --git a/assets/obseg/text/u/LdepoJ.c b/assets/obseg/text/u/LdepoJ.c index 35b945d..f7adf37 100644 --- a/assets/obseg/text/u/LdepoJ.c +++ b/assets/obseg/text/u/LdepoJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LdepoJ[] = { +char *LdepoJ[] = { " „ë„ì„í„î<€ó€æ€Ü>Ӏڀπ׀々“€â€ø€ø€þ\nϺ⅗…‡‚Ì‚´Äã̻λ‚²Ò†˜¸…À…žƒèÍÅ\n̴̻̂âß¼ð€Â\n ÈÃ¿à†Ž‚‡‚Œ†œÝ‚¤‚¥€â€ú€…ƒ†„–¸\n‚δ̻âàÅ»€Â\n", " „’Ò†žÍÅÌÓοο҃²óÆÑ€Â\n007€‚«€Õ¸ËÁÅÌ„ë„ì„í„î<€ó€æ€Ü>Ò\n‚Š‚‹¸† „¶ÅÌ‚ÕÄ»€Â\n ÃÒ‚ñƒ­Ï<€ó€æ€Ü>Ò…À…žƒèó€Ü€â€ø€Ü€ì€÷\nÒ‚¨„ƄǸ‚º‚¡ÅÎÄ»€Â‚Æ‚ÇÏßâÍ‚ÍàÓ\n€ì€÷Ò‚˜‚™¸‚åÛâàÅ»€Â\n ØÉ€€Ò€ø€ò€ëÓ€ä€ß€»€÷€Ð¸„²ãÌ€ã€ùÿ€È\n€ø€ó€ÏÒ‚²‚´†¡†ŠÏƒçáƒû¹ðÍ‚ÜåãØÆ€Â\nƒçხãλ߼…冢´Ì‚ÕÄ»€Â\n", " ‚ÍàÒ…À…žƒèÏÓ¿Îᆣ†¤Äãɀـϑ€Ì€»\n€ßÒ€ç€Ê€ã€û€»€×æ„ÚÄãÌ»âÓíð€Â\n007€‚óÒ‚¡ó€ç€Ê€ã€û€»€×¸‚¬‚­ÅÌÁã€Â\n Èã¿à€ó€æ€ÜÒ‚Œ„þ‚ׂ‡†¥„”¸‚¬‚­Æâ‚ŽÜ\n‚ÿãλ߼Ï΀Â\n €é‰Î†¨ƒ”愯ãÎÁÌ…ª…«ìµß€Â\n", @@ -36,5 +35,5 @@ struct stringentry LdepoJ[] = { "„“„”Òƒæ\n", "„“„”Òƒæ\n", "„“„”҃渂¡Ï‚ºãÉ\n", - NULL + 0 }; diff --git a/assets/obseg/text/u/LgunJ.c b/assets/obseg/text/u/LgunJ.c index 428bdf4..a09674d 100644 --- a/assets/obseg/text/u/LgunJ.c +++ b/assets/obseg/text/u/LgunJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LgunJ[] = { +char * LgunJ[] = { " D5K\n", " …˜†Àƒ¿ƒò\n", " ƒ“„Ž\n", @@ -224,5 +223,5 @@ struct stringentry LgunJ[] = { "…¤…ò", "ƒŠ„Û", "…æƒÁƒŠ„È", - NULL + 0 }; diff --git a/assets/obseg/text/u/LjunJ.c b/assets/obseg/text/u/LjunJ.c index 57b0293..f4830dc 100644 --- a/assets/obseg/text/u/LjunJ.c +++ b/assets/obseg/text/u/LjunJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LjunJ[] = { +char * LjunJ[] = { " ‚²‚´†¡†ŠÒ‚áó€Ù€Ï‘€Ì€»€ß¿à‚é‚êÅÉ\n€ó€æ€ÜÒ‚È‚Œ„…ƒèÒ†ë‚ßÓƒêƒë‚΂ϿàÒ†ú†û\nóÓ‚‚óÀο´É€Âƒèƒé¿àÒƒÚ†üæ\nƒ¹ƒºÍ‚Üåãâ€Â\n CIAÓ†ýƒÙ‚‚ñ¸†þ†ÿÅÌÁãÉ€Â\n€ù€»†€»Ï„¯Ë¿àλ߼†•ƒÝóƒÙö€€ö\n€Û€Ì€»€ãó„Ö‚ÕÅÌ‚€Ë€Ï€þ€ø¸ƒÚ†üÆâƒ¹ƒº\næºâ€Â\n ‚±…ñÆâÜÒÓ‚«Ì†¹Å€€ó€æ€ÜÒ‚È‚Œ„…ƒè\n¸‡À„¶ÛÑõÎàλ€Â\n", " ƒ‰ƒŠÓ€€ä€ß€»€÷€ÐÏ܃‚ÅÌÜà»ØÆ€Â\nÜŀ󀿀ܿ€€»€ø‰€Ï€Ð€Ñ¸„Ù´Ì»âÒÎ\nà€€Û€Ü€â€ð¸„µ„¶ÄÇâÒς̓…ÒƒÕ‡ƒæ\nƒ¹ƒºÍδÌÀØÆ€Â\n ‚̓…Ó„……À„‰Î‚×Ò‚Ì»„§¸CIAÒ‚€Ë€Ê€×\n¿à‡„å´ÉÒó„‘„à‚က»ƒøóÝ´Ì‚Ââó\nÅ·¼€Â\n ó܇…‡†Ó‡‡ƒ²óÆ€Â007€Â‚̓…ÓºÎÉÒ\n߼΄¥‚ǃùóÓλ‚ޏ‚ÿãλó‚ÕÄ»€Â\n", " ƒÚ†ü‚áÏ€ó€æ€ÜÒ‚†‚³Ý‚¼ƒø‚ñ‚×Ï‚ÀÁåÅÉ\nà€‚È‚Œ„…ƒèÓƒì»Í»¼‚Žìµß€Â\n‚¼ƒø‚ñ‚×ÏÓ…˜Ï…҃⸇ˆ´Ì‚‚õÆâ¹ð€Â\n „Žƒ¥†¥„”‚´Ïƒ“„ޏ‚´ƒâÅɀƒõÒËØàλ\nƒ²Ï‚Ìåλ߼πÂ\n ¾¾€Èã¿à„€å€ÐÍ»¼‡‰Òƒ…ƒ†ÏÓ‚Ù¸\nËÂâ¹ð€Â007€ÂƒŒÁÍÃäÏßâÍ‚óÒƒ\n¸„ö´Ì»âàÅ»ìµÎ»¿€Â\n ÜÌâ†ÃÓËà»Ñ€Â\n", @@ -43,6 +42,6 @@ struct stringentry LjunJ[] = { "„Žƒ¥„”¸‚¬‚­Çß\n", "€ä€ß€»€÷€Ð¸€ó€æ€ÜÒ„…ƒèØó†‹Â\n", "€Ö€Ì€»‹ ‚€Ë€Ï€þ€ø\n", - NULL, - NULL + 0, + 0 }; diff --git a/assets/obseg/text/u/LlenJ.c b/assets/obseg/text/u/LlenJ.c index 9e43028..6e587aa 100644 --- a/assets/obseg/text/u/LlenJ.c +++ b/assets/obseg/text/u/LlenJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LlenJ[] = { +char * LlenJ[] = { "\n", "\n", "\n", @@ -56,5 +55,5 @@ struct stringentry LlenJ[] = { "Gareth Jones\n", "Gavin Hood\n", "\"JAMES BOND WILL RETURN\"\n", - NULL + 0 }; diff --git a/assets/obseg/text/u/LmpmenuJ.c b/assets/obseg/text/u/LmpmenuJ.c index 5013751..5b7097c 100644 --- a/assets/obseg/text/u/LmpmenuJ.c +++ b/assets/obseg/text/u/LmpmenuJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LmpmenuJ[] = { +char *LmpmenuJ[] = { "…æƒÁ†å", "„ŽÓôÀÀ", "…¨„Ž€à€Í€Ê€ÖÓôÀÀ", diff --git a/assets/obseg/text/u/LmpweaponsJ.c b/assets/obseg/text/u/LmpweaponsJ.c index 802c37b..0189a0e 100644 --- a/assets/obseg/text/u/LmpweaponsJ.c +++ b/assets/obseg/text/u/LmpweaponsJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LmpweaponsJ[] = { +char * LmpweaponsJ[] = { "†ð‚¡ƒáÊÒÙ!", "‘€Ü€ã€ø", "…æ‚õ†ñ‚×", @@ -15,6 +14,6 @@ struct stringentry LmpweaponsJ[] = { "€ù€»€»‚×", "†Â„“‚×", "‚¡†âé€ä€Ñ€ë\n", - NULL, - NULL + 0, + 0 }; diff --git a/assets/obseg/text/u/LoptionsJ.c b/assets/obseg/text/u/LoptionsJ.c index 3cc55f6..338c55d 100644 --- a/assets/obseg/text/u/LoptionsJ.c +++ b/assets/obseg/text/u/LoptionsJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LoptionsJ[] = { +char *LoptionsJ[] = { "„ŒË\n", "†Ç…•\n", "‚õ„Š\n", @@ -62,7 +61,7 @@ struct stringentry LoptionsJ[] = { "4.\"Q\"Ò…à„æ\n", "5.€î€ç€»“€å€»\n", "1.ƒ¹†É‚€‚\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/u/LpeteJ.c b/assets/obseg/text/u/LpeteJ.c index 21751b8..f1fc2c6 100644 --- a/assets/obseg/text/u/LpeteJ.c +++ b/assets/obseg/text/u/LpeteJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LpeteJ[] = { +char *LpeteJ[] = { " ‚²‚´„ª„”ϺâKGB‚Ã…¥‚É¿àƒä‚ÀÅɃ\n€ä€ß€»€÷€ÐÓ€Ò€ø€ò€ë„€‚²Ò‚¡Ïß´Ì…¯Ø´Ì\nÅØ´É€Â\n\n ‚̓…Ó†Šó€Ú€Ï€×€ã€…“€â€ø€ø€þϺâ\n€ó€æ€ÜÒ‚²‚´†¡†ŠÒ†˜Ï„²ãÌ‚¿ãß¼Í\nÅÌ»â€Â\n", " ƒƒ»ó‚ÍàÒƒ¸„ö»ÎÄ»€ÂÃÒØØ‚Íà¸\n„¯‚æ¼åÂÏÓ»ÀØÇ¹€Â‚ÍàÓƒ¹íºÎɸ\n€ã€ùÿ€È€ø€ó€ÏÒÜÍÖ͆‹»ÌÁãØÆ€Â\n ſŀ»¿Îâ‚Óó܃ۃÜÏ‚‚õÅÎÄ»€Â\n€Ú€Ï€×€ã€…“€â€ø€ø€þÒ†’†‰ó†Œ‚©ƒøÏ†“†”¸\n‚ÀÆÃÍÓ‚¤‚¥„„ÃÖÍËÎæáØÆ€Â\n ØðƒìÁÏ»âÓíÒÿ€Å€ù€Ï€â€Æ€ÏÒ…à¸\n†áÌ‚€‚¸„Ì‚ÅÌ‚ÕÄ»€Â\n", " 007ƒ‰ƒŠÜƒ¢ƒ£ƒ¤Ó‚¼»ï€ÂſłóÎà\n€ú€Û€Ð‚²æ…ªÅÌ»´ÉƒæÝ†Ž‚‡Îô¸‚Ì´Ì\nƒÄáƒäÂàãâìµä€Â\n", @@ -30,7 +29,7 @@ struct stringentry LpeteJ[] = { "†’†ŒÒ†“†”¸‚Ôƒ¢†–Ï\n", "ÿ€Å€ù€Ï€â€Æ€ÏÍ‚ú‚û\n", "€Ú€Ï€×€ã€…“€â€ø€ø€þ†’†‰ƒè\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/u/LpropobjJ.c b/assets/obseg/text/u/LpropobjJ.c index c6d05c1..536fe68 100644 --- a/assets/obseg/text/u/LpropobjJ.c +++ b/assets/obseg/text/u/LpropobjJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LpropobjJ[] = { +char * LpropobjJ[] = { "¸‚¡Ï‚ºãÉ", "", "", @@ -66,7 +65,7 @@ struct stringentry LpropobjJ[] = { "…¨„Ž€à€Í€Ê€Ö\n", "„†¿¸‚¡Ï‚ºãÉ\n", "€ú€Ê€×ÄãÌ»ØÆ\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/obseg/text/u/LsevJ.c b/assets/obseg/text/u/LsevJ.c index 70c5dee..f905c95 100644 --- a/assets/obseg/text/u/LsevJ.c +++ b/assets/obseg/text/u/LsevJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LsevJ[] = { +char *LsevJ[] = { " ƒêƒë‚Î‚Ïæ€ú€Û€Ð€…€Ýÿ€È€ø€ä€óƒìƒíÒ\nƒî»ƒïƒð€Ý€Ï€ß€»ó҂뇳΂õÀ¸„Ü„¯ÅÉ€Â\n\n ƒöƒ÷Ҁـϑ€Ì€»€ß݃øƒùæƒúáƒûØãÌ\n»âÍ»¼‚Æ‚Çܺâ€Â\n", " ºÎÉÒ‚€‚ÓÃÒƒè‚Õ„…ƒèÏ‚¹‚ºÅ€„†æ\n‚åã̻⿸‚‚Æâ‚ŽóÆ€Â\n\n ‚΂τ „¡Ïßâ̓è‚Õóƒöƒ¸„‰Î‚ˆ‚Žæ‚å\nãÌ»âß¼óƀ‚Íàæ»´É»„†ÒÉÛÏ\nƒó‚õ¸„¤ÂÌ»âÒ¿¸ƒÕáÉ»ÒóÆ€Â\n‚‰‚öÏß´ÌÓƒêƒë€Õ€ñ€ö¸‚¬‚­Æâƒ¹ƒºæºâ\n¿ÜÅãØÇ¹€Â\n ÎâøÁ„¦½ÛÏ‚Ž¸„øÛÌ‚ÕÄ»€Â\n", " ƒ‰ƒŠÒ€ï€Ê€Û€Í€ÏóӀـϑ€Ì€»€ßÒ\n€é€Ê€Ö€Ï€þ¸ÅÌÜ༂ŽÏÎâ€Â\n ƒèƒ£Ï€Ü€û€»Š¸ƒ€ƒÆâßá€Û€Ë€Ï“€Ï\n¸‚äÂâ„§¸„¨Ú‚óÒÃÍð¿à€ƒ‰ƒŠÓ‚óÒ\n„©åáσ¿‚ޏÅÌÁã⃢ƒ£ƒ¤¸„Š´É€Â\n\n ÃÒ‰€»€ß€Û€»€ë¸€ñ€Ñ€Ï€ë€ù€»€ðÏ‚Ãá\nƒŽÂâðÂó€Ý€Ö€Ì€÷€â€Æ€Ù€»Š¸„ªÀ„«½€\nØÉ‰€»€ß܆€Ò€Ï€ú€»ŠÆâ‚ŽæóÀâ€Â\n", @@ -48,5 +47,5 @@ struct stringentry LsevJ[] = { "€Ýÿ€È€ø€ä€ó ƒè‚Õ„…ƒè(„‡‚¨‚á)\n", "…—…‡\n", "€Ù€Ï‘€Ì€»€ß‚¬‚è\n‰€»€ß¸†€Ò€Ï€ú€»ŠóÀØÇ¹", - NULL + 0 }; diff --git a/assets/obseg/text/u/LsevxJ.c b/assets/obseg/text/u/LsevxJ.c index 952018d..0893837 100644 --- a/assets/obseg/text/u/LsevxJ.c +++ b/assets/obseg/text/u/LsevxJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LsevxJ[] = { +char *LsevxJ[] = { " €…€…€…5†ùƒ(4†ùƒ™)€…€…€…\n\n ƒêƒë‚Î‚Ïæ€ú€Û€Ð€…€Ýÿ€È€ø€ä€óƒìƒíÒ\nƒî»ƒïƒð€Ý€Ï€ß€»ó҂뇳΂õÀ¸„Ü„¯ÅÉ€Â\n\n ƒöƒ÷Ҁـϑ€Ì€»€ß݃øƒùæƒúáƒûØãÌ\n»âÍ»¼‚Æ‚Çܺâ€Â\n", " ÈÃÏÓ€¿Ë̀Ѐ»€Õ€Ï€ÿ€øÒ‚„‚…‚†‚‡‚ˆ‚‰\n¸‚®…ÅÅ̻ɀҀø€ò€ëÒ€„„‚‚†‚‡‚£„ƒæºâ\nÍ‚ÜåãØÆ€Â\n\n ƒè‚Õ„…ƒèÏ‚¹‚ºÅ€„†æ‚åã̻⿸‚‚\nÅÌÀÌ‚ÕÄ»€Â„‡‚¨’€ö€ÏÒƒŠ‚éæ‚Àƒ¼ãõ\n‚Ë„ˆ„‰óÆ€Âôÿ҄‡ƒ²Ò‚áÒ„“„”Ï…·‚ÊÄã\nÌ»âÍ‚Ü»ØÆÒó€ØíÓ€Õ€ý¸‚¡Ï‚ºãÌ\n‚ÕÄ»€Â\n", " ƒêƒë‚΂ÏÒ„ „¡¿àÙâÍ€ì€÷”€»€ãϺâ\n‚º€ú¿àÒ‚¹‚ºÓÊ·´ÍƒÒƒÓÎ‚ÙæÆâ€Â\nÈãßáÜÈÒƒŽƒìϺâ‚Ђـ߀û€»¿à‚¹‚º\nÆâÒæ‚¼‚½ìµä¼€Â\n\n Èã¿à€ö€ö€Ð€Ï€â€äÒ„™„š¸ƒÄâÃ͸\n‚ÿãíÏÎ€Â‚óæ‚¹‚ºÅÉ‚Ž‚Òæ€€ú€Û€Ð‚áÏ\nƒÕア₎ӀÊÍØí»¿àÒ€Â\n", @@ -43,6 +42,6 @@ struct stringentry LsevxJ[] = { "ƒ¢‡´Òƒæ\n", "ƒ¢‡´Òƒæ\n", "ƒ¢‡´Òƒæ¸‚¡Ï‚ºãÉ\n", - NULL, - NULL + 0, + 0 }; diff --git a/assets/obseg/text/u/LsiloJ.c b/assets/obseg/text/u/LsiloJ.c index 70ac76a..e012dda 100644 --- a/assets/obseg/text/u/LsiloJ.c +++ b/assets/obseg/text/u/LsiloJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LsiloJ[] = { +char * LsiloJ[] = { " €…€…€…2†ùƒ(2†ùƒ™)€…€…€…\n\n €Ö€ø€ý€Ü€ß€ÏÒ€ú€Ø€Ê€ã €Ú€Ñ€úó†Ú‚ÈÒ\n€ú€Ø€Ê€ãƒáʃéé€â€Ü€ãæ‚åãß¼ÍÅÌ\n»âàÅ»€Â€â€Ü€ãÓ€€»€ø‰€Ï€Ð€Ñ‚΂Ï\n‚†‚‡ÒƒáʃééÍ‚•å´Ì»âÍMI-6Ó\nÏà¹ó»â€Â\n ‚¹‚º‚áÒ€Ü€Ñæ€ƒ‰ƒŠÒƒáʃééÓ\nƒþ€ÞŒ€Ó€ã„½€ÕÒƒó‚õóÓλ‚ޏ\n‚Ç‚þÅÌ»â€Â\n", " €Ú€Ñ€úÏ‚¹‚ºÅ€„†æƒáʃééàãß¼Í\nÅÌ»âÒ¿¸‚‚ÅÌ‚ÕÄ»€Â\n\n ÜÅÈãæƒø‚ˆ‚΂ÏÎàõ€„™„À„…†³¸\nƒŠ‚éŃáʃé鸂ᄶÄÇÎÄ»€Â\n ƒ¹ƒºÎàõ€‚§‚¨¸‚¬‚­Æâ‚ŽÜƒÔ‚\nÅØÆ€Â\n\n007€ÃãÓ‚¤‚¥„‰Î€Ý€Ö€Ì€÷€â€Æ„„ÃóÆ€Â\n", " €ú€Ø€Ê€ã€Ú€Ñ€úÒ‚¨„ƄǸÙâ¿çငȀ؂÷\nσ“„ޏ‚¨‚߯ãõ‚«ÌÒ‚§‚¨¸‚¬‚­Æâ‚Žæ\nóÀȼð€Â„ʄ˂É(H4€C3€K2€A1)\nÏ‚¨‚ßÆâ‚Žó‚€‚¸„Ì‚ÄÇ₎æóÀâ€Â\n 007€ƒ“ƒ¥ƒ²Òƒš»ÏÓÁãèã܂ٸƒŽÂÌ\nÁã€ÂŽ€Ñ€ø€»€ãóƒ’ôÉ004Òƒò΂ŽÏÓ\nÎàλ߼Ï΀Â\n Èã¿àƒø‚ˆ‚΂ÏÒ„ „¡¸„±´ÌÀÌÁã€Â\nÈãÏÓ»»„Í»‚¡æ»ÌÑ€Â\n", @@ -72,5 +71,5 @@ struct stringentry LsiloJ[] = { "€ú€Ø€Ê€ã €Ú€Ñ€ú €Ö€ø€ý€Ü€ß€Ï\n", "€…€…€… 2†ùƒ™ €…€…€…\n", "€ÏŠæ‚¾ÊÃ¹ðƒ“„ŽÒ\n‚Ó†–‚Þ‚ßæ„Š‚õÅÌÅØ´É !\n", - NULL + 0 }; diff --git a/assets/obseg/text/u/LtitleJ.c b/assets/obseg/text/u/LtitleJ.c index 4035366..48a29ec 100644 --- a/assets/obseg/text/u/LtitleJ.c +++ b/assets/obseg/text/u/LtitleJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LtitleJ[] = { +char * LtitleJ[] = { "‚Ó‚©", "ƒ‘", "ƒÂ", @@ -288,5 +287,5 @@ struct stringentry LtitleJ[] = { "2.4 Goodhead\n", "Select Control Style\n", "Control Style\n", - NULL + 0 }; diff --git a/assets/obseg/text/u/LtraJ.c b/assets/obseg/text/u/LtraJ.c index 7ae2c7a..864dd3e 100644 --- a/assets/obseg/text/u/LtraJ.c +++ b/assets/obseg/text/u/LtraJ.c @@ -1,6 +1,5 @@ -#include "game/lvl_text.h" -struct stringentry LtraJ[] = { +char * LtraJ[] = { " „ë„ì„í„î<€ó€æ€Ü>Ò€ì€ÊŠ\n€Ð€ù€Ê€×€…€ã€ùÿ€È€ø€ó€Ï(…Ù006)Ó\n€ä€ß€»€÷€Ð¸ƒø„çÏ‚ÃကҀø€ò€ëàÍ‚²‚´†¡†Š\nσçáƒû¹ð€Â\n", " …ă™Ï܃ø„ç„è‚À„Š„‘󅆩΅¿‚©¸‚æ´Ì\n»ØÆ€Â\n …¦ƒø„‰Î‡À‚ÆÓ‚ÿ〆ðƒÜ¸…·´Ì‚‚õÏ\n†ª´Ì‚ÕÄ»€Â007€Â\n", " 007€Â‚Ø‚·Î„Š…¡ìµß€Â†«†Š…ëÒ\n€ù€»€Ö€ô€å€Ê€ã¸‚¬‚­Æãõ€„œƒƒ€Û€Ü€â€ðæ\n„Š‚õÅ€†¡†ŠÓ„µ„¶ÆâÓíìµ€Â\n", @@ -46,7 +45,7 @@ struct stringentry LtraJ[] = { "†¡†ŠÒŠ€ÐÒƒæ\n", "Š€Ð҃渂¡Ï‚ºãÉ\n", "‚²‚´†¡†Š ‡¹Ï‚ð¿´Ì„ø‚‚á\n", - NULL, - NULL, - NULL + 0, + 0, + 0 }; diff --git a/assets/ramrom/ramrom.s b/assets/ramrom/ramrom.s index 4e00fe0..dfa8d4c 100644 --- a/assets/ramrom/ramrom.s +++ b/assets/ramrom/ramrom.s @@ -1,7 +1,12 @@ -.section .ramrom +.section .data .global _ramromDam1SegmentRomStart _ramromDam1SegmentRomStart: + +# VERSION_US is same as VERSION_JP + +.ifdef VERSION_US + .global ramrom_Dam_1 ramrom_Dam_1: .incbin "assets/ramrom/ramrom_Dam_1.bin" @@ -71,3 +76,227 @@ ramrom_Frigate_2_end: ramrom_Train: .incbin "assets/ramrom/ramrom_Train.bin" ramrom_Train_end: + +.endif + +.ifdef VERSION_JP + +.global ramrom_Dam_1 +ramrom_Dam_1: +.incbin "assets/ramrom/ramrom_Dam_1.bin" +ramrom_Dam_1_end: + +.global ramrom_Dam_2 +ramrom_Dam_2: +.incbin "assets/ramrom/ramrom_Dam_2.bin" +ramrom_Dam_2_end: + +.global ramrom_Facility_1 +ramrom_Facility_1: +.incbin "assets/ramrom/ramrom_Facility_1.bin" +ramrom_Facility_1_end: + +.global ramrom_Facility_2 +ramrom_Facility_2: +.incbin "assets/ramrom/ramrom_Facility_2.bin" +ramrom_Facility_2_end: + +.global ramrom_Facility_3 +ramrom_Facility_3: +.incbin "assets/ramrom/ramrom_Facility_3.bin" +ramrom_Facility_3_end: + +.global ramrom_Runway_1 +ramrom_Runway_1: +.incbin "assets/ramrom/ramrom_Runway_1.bin" +ramrom_Runway_1_end: + +.global ramrom_Runway_2 +ramrom_Runway_2: +.incbin "assets/ramrom/ramrom_Runway_2.bin" +ramrom_Runway_2_end: + +.global ramrom_BunkerI_1 +ramrom_BunkerI_1: +.incbin "assets/ramrom/ramrom_BunkerI_1.bin" +ramrom_BunkerI_1_end: + +.global ramrom_BunkerI_2 +ramrom_BunkerI_2: +.incbin "assets/ramrom/ramrom_BunkerI_2.bin" +ramrom_BunkerI_2_end: + +.global ramrom_Silo_1 +ramrom_Silo_1: +.incbin "assets/ramrom/ramrom_Silo_1.bin" +ramrom_Silo_1_end: + +.global ramrom_Silo_2 +ramrom_Silo_2: +.incbin "assets/ramrom/ramrom_Silo_2.bin" +ramrom_Silo_2_end: + +.global ramrom_Frigate_1 +ramrom_Frigate_1: +.incbin "assets/ramrom/ramrom_Frigate_1.bin" +ramrom_Frigate_1_end: + +.global ramrom_Frigate_2 +ramrom_Frigate_2: +.incbin "assets/ramrom/ramrom_Frigate_2.bin" +ramrom_Frigate_2_end: + +.global ramrom_Train +ramrom_Train: +.incbin "assets/ramrom/ramrom_Train.bin" +ramrom_Train_end: + +.endif + +.ifdef VERSION_EU + +.global ramrom_Dam_1 +ramrom_Dam_1: +.incbin "assets/ramrom/e/ramrom_Dam_1.bin" +ramrom_Dam_1_end: + +.global ramrom_Dam_2 +ramrom_Dam_2: +.incbin "assets/ramrom/e/ramrom_Dam_2.bin" +ramrom_Dam_2_end: + +.global ramrom_Facility_1 +ramrom_Facility_1: +.incbin "assets/ramrom/e/ramrom_Facility_1.bin" +ramrom_Facility_1_end: + +.global ramrom_Facility_2 +ramrom_Facility_2: +.incbin "assets/ramrom/e/ramrom_Facility_2.bin" +ramrom_Facility_2_end: + +.global ramrom_Facility_3 +ramrom_Facility_3: +.incbin "assets/ramrom/e/ramrom_Facility_3.bin" +ramrom_Facility_3_end: + +.global ramrom_Runway_1 +ramrom_Runway_1: +.incbin "assets/ramrom/e/ramrom_Runway_1.bin" +ramrom_Runway_1_end: + +.global ramrom_Runway_2 +ramrom_Runway_2: +.incbin "assets/ramrom/e/ramrom_Runway_2.bin" +ramrom_Runway_2_end: + +.global ramrom_BunkerI_1 +ramrom_BunkerI_1: +.incbin "assets/ramrom/e/ramrom_BunkerI_1.bin" +ramrom_BunkerI_1_end: + +.global ramrom_BunkerI_2 +ramrom_BunkerI_2: +.incbin "assets/ramrom/e/ramrom_BunkerI_2.bin" +ramrom_BunkerI_2_end: + +.global ramrom_Silo_1 +ramrom_Silo_1: +.incbin "assets/ramrom/e/ramrom_Silo_1.bin" +ramrom_Silo_1_end: + +.global ramrom_Silo_2 +ramrom_Silo_2: +.incbin "assets/ramrom/e/ramrom_Silo_2.bin" +ramrom_Silo_2_end: + +.global ramrom_Frigate_1 +ramrom_Frigate_1: +.incbin "assets/ramrom/e/ramrom_Frigate_1.bin" +ramrom_Frigate_1_end: + +.global ramrom_Frigate_2 +ramrom_Frigate_2: +.incbin "assets/ramrom/e/ramrom_Frigate_2.bin" +ramrom_Frigate_2_end: + +.global ramrom_Train +ramrom_Train: +.incbin "assets/ramrom/e/ramrom_Train.bin" +ramrom_Train_end: + +.endif + +.ifdef VERSION_DEBUG + +.global ramrom_Dam_1 +ramrom_Dam_1: +.incbin "assets/ramrom/ramrom_Dam_1.bin" +ramrom_Dam_1_end: + +.global ramrom_Dam_2 +ramrom_Dam_2: +.incbin "assets/ramrom/ramrom_Dam_2.bin" +ramrom_Dam_2_end: + +.global ramrom_Facility_1 +ramrom_Facility_1: +.incbin "assets/ramrom/ramrom_Facility_1.bin" +ramrom_Facility_1_end: + +.global ramrom_Facility_2 +ramrom_Facility_2: +.incbin "assets/ramrom/ramrom_Facility_2.bin" +ramrom_Facility_2_end: + +.global ramrom_Facility_3 +ramrom_Facility_3: +.incbin "assets/ramrom/ramrom_Facility_3.bin" +ramrom_Facility_3_end: + +.global ramrom_Runway_1 +ramrom_Runway_1: +.incbin "assets/ramrom/ramrom_Runway_1.bin" +ramrom_Runway_1_end: + +.global ramrom_Runway_2 +ramrom_Runway_2: +.incbin "assets/ramrom/ramrom_Runway_2.bin" +ramrom_Runway_2_end: + +.global ramrom_BunkerI_1 +ramrom_BunkerI_1: +.incbin "assets/ramrom/ramrom_BunkerI_1.bin" +ramrom_BunkerI_1_end: + +.global ramrom_BunkerI_2 +ramrom_BunkerI_2: +.incbin "assets/ramrom/ramrom_BunkerI_2.bin" +ramrom_BunkerI_2_end: + +.global ramrom_Silo_1 +ramrom_Silo_1: +.incbin "assets/ramrom/ramrom_Silo_1.bin" +ramrom_Silo_1_end: + +.global ramrom_Silo_2 +ramrom_Silo_2: +.incbin "assets/ramrom/ramrom_Silo_2.bin" +ramrom_Silo_2_end: + +.global ramrom_Frigate_1 +ramrom_Frigate_1: +.incbin "assets/ramrom/ramrom_Frigate_1.bin" +ramrom_Frigate_1_end: + +.global ramrom_Frigate_2 +ramrom_Frigate_2: +.incbin "assets/ramrom/ramrom_Frigate_2.bin" +ramrom_Frigate_2_end: + +.global ramrom_Train +ramrom_Train: +.incbin "assets/ramrom/ramrom_Train.bin" +ramrom_Train_end: + +.endif diff --git a/assets/ramrom/readme.md b/assets/ramrom/readme.md new file mode 100644 index 0000000..71c707c --- /dev/null +++ b/assets/ramrom/readme.md @@ -0,0 +1,3 @@ +# ramrom Asset Readme + +Contains information for a pre-recorded demo. diff --git a/assets/readme.md b/assets/readme.md new file mode 100644 index 0000000..b9798e2 --- /dev/null +++ b/assets/readme.md @@ -0,0 +1,30 @@ +# Asset Readme + +Assets consist of the things like sounds, images, animations, models, level descriptions, etc. + +There are five categories (subfolders) of assets included in source code. Visit each subfolder for a more detailed readme. + +Asset categories are: + +* `font` +* `images` +* `music` +* `obseg` +* `ramrom` + +## `font` Assets +This contains font information for rendering text. + +## `images` Assets +Contains ALL textures used in game (UI, Objects and BG) + +## `music` Assets + +## `obseg` Assets +Contains level information, game models, and all text used in the game. + +## `ramrom` Assets +This contains demo information the game plays if no folder is selected from the first screen. + +## Misc Assets +In addition to the assets outlined above, the root assets folder also contains model animation definition, as well as a global image table. diff --git a/assets/romfiles.s b/assets/romfiles.s deleted file mode 100644 index e3ab0f0..0000000 --- a/assets/romfiles.s +++ /dev/null @@ -1,38 +0,0 @@ -.section .romfiles, "a" - -.global _jfontdlSegmentStart -_jfontdlSegmentStart: -.incbin "assets/ge007.u.117880.jfont_dl.bin" -.global _jfontdlSegmentEnd -_jfontdlSegmentEnd: - -.global _jfontcharSegmentStart -_jfontcharSegmentStart: -.ifdef VERSION_US -.incbin "assets/ge007.u.117940.jfont_chardata.bin" -.endif -.ifdef VERSION_JP -.incbin "assets/ge007.j.118660.jfont_chardata.bin" -.endif -.global _jfontcharSegmentEnd -_jfontcharSegmentEnd: - -.global _efontcharSegmentStart -_efontcharSegmentStart: -.incbin "assets/ge007.u.123040.efont_chardata.bin" -.global _efontcharSegmentEnd -_efontcharSegmentEnd: - -.global _animation_tableSegmentRomStart -_animation_tableSegmentRomStart: -.incbin "assets/animationtable_entries.bin" -.global _animation_tableSegmentRomEnd -_animation_tableSegmentRomEnd: - -.global _animation_dataSegmentRomStart -_animation_dataSegmentRomStart: -.incbin "assets/animationtable_data.bin" -.global _animation_dataSegmentRomEnd -_animation_dataSegmentRomEnd: -.global _GlobalimagetableSegmentRomStart -_GlobalimagetableSegmentRomStart: diff --git a/assets/romfiles2.s b/assets/romfiles2.s index b9fb4ff..92fa118 100644 --- a/assets/romfiles2.s +++ b/assets/romfiles2.s @@ -1,12 +1,5 @@ -.section .romfiles, "a" -.global _GlobalimagetableSegmentRomEnd -_GlobalimagetableSegmentRomEnd: +.section .data -.global _GlobalimagetablecmdblkSegmentRomStart -_GlobalimagetablecmdblkSegmentRomStart: -.incbin "assets/ge007.u.29E560.Globalimagetable_commandblock.bin" -.global _GlobalimagetablecmdblkSegmentRomEnd -_GlobalimagetablecmdblkSegmentRomEnd: .global unknown2 unknown2: diff --git a/build/test.c b/build/test.c new file mode 100644 index 0000000..7de909d --- /dev/null +++ b/build/test.c @@ -0,0 +1,3754 @@ +/* + COMPILE +/usr/bin/qemu-irix -silent -L tools/irix/root tools/irix/root/usr/bin/cc -Wab,-r4300_mul -non_shared -Olimit 2000 -G 0 -Xcpluscomm -woff 609,649,819,820,852,821,838 -I . -I include -I src -I src/game -I src/rarezip -mips2 -c build/test.c -o build/test.o -O2 + +PRE-COMPILE + -E > build/testpre.c + + DISASSEMBLE +gdis -S build/test.o > build/test.txt + +mips-linux-gnu-objdump --all-headers --disassemble --debugging --source --full-contents build/test.o > build/test1.mips + +single regex for diff + braces | non asm | addr | jal target | Other targets | Blank lines +((\{|\})\n)|(^.[^:]*$\n)|(^.*:.{11}\d?)|((?<=jal\t)([\d a b c d e f]{1,4} <.*\n))|([\d a b c d e f]{1,4} <.*)|(^$\n) + +format for notepad++ +(/\*.*\*\/\s*)|(\$(?=[^f])) + +*/ + +#if 1 + +# define TARGET_N64 +/* #include "../src/game/chrobjdata.c"* / +#include "../src/bondconstants.h" +#include "../src/bondtypes.h" */ +# define DEB2UG 1 +# include "../src/ASSERT.H" +# include "../src/bondgame.h" +# include +# include + +# if 0 + int aiAsTypedStructTest(char *ailist) +{ + + //Variable array val + { + volatile struct + { + char cmd; + char val[]; + } *ai = (ailist + 3); + //8bit loa + assert(*(char*)ai->val<=100); //# MATCH Assert Text + + //32 bit load (manual) - MATCH + testflags(ai->cmd, ai->val[0] << 24 | ai->val[1] << 16 | ai->val[2] << 8 | ai->val[3]); + + //!32bit load (Compiler) - NOT MATCH + testflags(ai->cmd, *(long *)ai->val); + + //16bit load (Compiler) - MATCH + testflags(ai->cmd, *(unsigned short *)ai->val); + + //16bit load (manual) - MATCH + testflags(ai->cmd, ai->val[0] << 8 | ai->val[1]); + } + //static char val + { + volatile struct + { + char cmd; + char val; + } *ai = (ailist + 3); + + assert(ai->val<=100); //MATCH + + //!32 bit load (manual) - NOT MATCH + testflags(ai->cmd, *(((char*)ai->val)+0) << 24 | *(((char*)ai->val)+1) << 16 | *(((char*)ai->val)+2) << 8 | *(((char*)ai->val)+3)); + + //!32bit load (Compiler) - NOT MATCH + testflags(ai->cmd, *(((unsigned long*)(char**)ai->val))); + + //!16bit load (Compiler) - NOT MATCH + testflags(ai->cmd, *(unsigned short *)(char**)ai->val); + + //!16bit load (manual) - NOT MATCH + //testflags(ai->cmd, ai->val[0] << 8 | ai->val[1]); + + } + //typed struct + { + volatile struct + { + char cmd; + short val; + int val2; + char val3; + } *ai = (ailist[3]); + assert(ai->val <= 100); //MATCH + + //32 bit load () - + testflags(ai->cmd, ai->val2); + + //16bit load () - + testflags(ai->cmd, ai->val); + + //8bit load () - + testflags(ai->cmd, ai->val3); + + } + { + volatile struct + { + char cmd; + char val; + char val2[2]; + char val4[1]; + char val3[4]; + } *ai6 = (ailist[3]); + + assert(ai6->val == 100); + assert(*(unsigned short *)&ai6->val3 == 100); + assert(*(short *)&ai6->val3 == 100); + assert(*(unsigned int *)&ai6->val3 == 100); + assert(*(int *)&ai6->val3 == 100); + assert(*(float *)&ai6->val3 == 100); + } + return 0; +} +# endif + +# define Deb4ugAIExecute + +# ifdef DebugEnvironment +# include +// CODE.bss:800825C0 +s32 gEnvironmentHasFog; +// CODE.bss:800825C4 +u32 ptr_nearfog_enviroment_values; +// CODE.bss:800825C8 +sfarfogdetails +{ + s32 buffer_far_pervasiveness; // 0 + // CODE.bss:800825CC + s32 far_fog; // 4 + // CODE.bss:800825D0 + s16 D_800825D0; // 8 + // CODE.bss:800825D4 + s32 D_800825D4; // c + // CODE.bss:800825D8 + s32 flt_CODE_bss_800825D8; // 10 + // CODE.bss:800825DC + s32 flt_CODE_bss_800825DC; // 14 +} +Curfarfogdetails; +// CODE.bss:800825E0 +s32 buffer_far_ambiant; +// CODE.bss:800825E4 +s32 bg_dif_light; +// CODE.bss:800825E8 +EnvironmentRecord *gEnvironmentFoundp; +// CODE.bss:800825EC +EnvironmentRecord *gEnvironmentMainp; +// CODE.bss:800825F0 +EnvironmentRecord *gEnvironmentAltp; +// CODE.bss:800825F4 +s32 D_800825F4; +// CODE.bss:800825F8 +// u32 dword_CODE_bss_800825F8; +// static EnvironmentRecord PreviousEnvironment; //tempCurrentEnvp +u32 TransitionEnvironmentID; // 0 22 during fac gas = Fac Previous ID +f32 TransitionEnvironmentBlendMult; // 4 4120 during fac gas blendmult / + // buffer_far_pervasiveness2 +f32 TransitionEnvironmentFarFog; // 8 ScaledFarFogDist2 (447A0000) +f32 DAT_80082604; // near +f32 DAT_80082608; // maxvis +f32 DAT_8008260c; // max obf +f32 DAT_80082610; // minvis +u32 DAT_80082614; // 3e7 intens + +s32 TransitionEnvironmentDiffFarFog; // 3de diff +s32 TransitionEnvironmentFarIntensity; // 3e8 far + /* Nope + * typedef struct Row + { + u8 val : 5; + } colour; */ +vu8 TransitionEnvironmentSkyRed; // r +vu8 TransitionEnvironmentSkyGreen; // g +vu8 TransitionEnvironmentSkyBlue; // b +u8 byte_CODE_bss_80082623; // clouds +u8 byte_CODE_bss_80082624; //{ +u8 byte_CODE_bss_80082625; // | +u8 byte_CODE_bss_80082626; // | cldrep +u8 byte_CODE_bss_80082627; //} +u8 byte_CODE_bss_80082628; //{ skyimg +u8 byte_CODE_bss_80082629; //} +u8 byte_CODE_bss_8008262a; //{ res +u8 byte_CODE_bss_8008262b; //} +u8 byte_CODE_bss_8008262c; +u8 byte_CODE_bss_8008262d; +u8 byte_CODE_bss_8008262e; +u8 byte_CODE_bss_8008262f; +u8 byte_CODE_bss_80082630; +u8 byte_CODE_bss_80082631; +u8 byte_CODE_bss_80082632; +u8 byte_CODE_bss_80082633; +u8 byte_CODE_bss_80082634; +u8 byte_CODE_bss_80082635; +u8 byte_CODE_bss_80082636; +u8 byte_CODE_bss_80082637; +u8 byte_CODE_bss_80082638; + +// data +// D:80044DC0 +s32 D_80044DC0 = 0; +// D:80044DC4 +f32 near_fog_value = 3.4028235e38; +// D:80044DC8 +f32 near_fog_times_intensity = 0.0; +// D:80044DCC +// Default Environment +CurrentEnvironmentRecord CurrentEnvironment = { + 0x384, // 0 dif_in_light + 0x3E8, // 4 far_ambiantlight + 0, // 8,9,a,b RGBC + 0, // ccloudrepeat + 0, // 10skyimageid + 0, // 14cloudred + 0, // 18cloudgreen + 0, // 1ccloudblue + 0, // 20iswater + 0, // 24waterrepeat + 0, // 28waterimageid + 0, // 2cwaterred + 0, // 30watergreen + 0, // 34 waterblue + 0, // 38 waterconcavity + 0, // 3c* extra? + 0 // 40* +}; + +EnvironmentRecord fog_tables[] = { + + {0x16, 15.0, 3500.0, 2000.0, 2500.0, 2000.0, 0.0, 0x3E7, 0x3E4, 0x3E8, 0, + 0, 8, 1, 5000.0, 0, 0, 170.0, 100.0, 40.0, 0, 0, + 0, 0, -1000.0, 0, 0, 0.0, 0.0, 0.0, 30.0}, + {0x10, 15.0, 3500.0, 2000.0, 2500.0, 2000.0, 0.0, 1, 2, 3, 0, + 0, 8, 12, 5000.0, 0, 0, 170.0, 100.0, 40.0, 0, 0, + 0, 0, -1000.0, 0, 0, 0.0, 0.0, 0.0, 30.0}, + {ENVIRONMENTDATA_END} + +}; + +CurrentEnvironmentRecord *get_ptr_currentdata(void) +{ + return &CurrentEnvironment; +} + +f32 get_near_fog_value(void) +{ + return near_fog_value; +} + +f32 square_near_fog_value(void) +{ + return near_fog_value * near_fog_value; +} +extern void set_page_height(); +extern void video_related_27(); +extern int bgGetLevelVisibilityScale(); + +void copy_table1_env_to_current(EnvironmentRecord *fog_tables_Entry) +{ + f32 sp34; + f32 sp30; + f32 sp20; + f32 sp1C; + f32 sp18; + f32 temp_f14; + f32 temp_f4; + f32 temp_f6; + f32 temp_f8; + f32 temp_ret; + + set_page_height(fog_tables_Entry->Visibility.blendmultiplier, + fog_tables_Entry->Visibility.farfog); // 30, 15000 + video_related_27(&sp30); + temp_ret = bgGetLevelVisibilityScale(); + temp_f6 = sp30 / temp_ret; + sp30 = temp_f6; + sp34 = (f32)(sp34 / temp_ret); + + // arg1 = agr0; + + bg_dif_light = + (f32)((f32)fog_tables_Entry->Fog.DifferenceFromFarIntensity / 1000.0f); + + temp_f14 = sp34 - temp_f6; + + buffer_far_ambiant = + (f32)((f32)fog_tables_Entry->Fog.FarIntensity / 1000.0f); + + near_fog_value = (f32)(temp_f6 + (temp_f14 * buffer_far_ambiant)); + + near_fog_times_intensity = (f32)(temp_f6 + (temp_f14 * bg_dif_light)); + + Curfarfogdetails.buffer_far_pervasiveness = + (f32)(fog_tables_Entry->Visibility.blendmultiplier / temp_ret); + + sp18 = (f32)(buffer_far_ambiant - bg_dif_light); + temp_f4 = sp18; + + Curfarfogdetails.far_fog = + (f32)(fog_tables_Entry->Visibility.farfog / temp_ret); + sp20 = (f32)(128.0f / temp_f4); + temp_f8 = + Curfarfogdetails.far_fog - Curfarfogdetails.buffer_far_pervasiveness; + sp18 = temp_f8; + sp1C = (f32)(((0.5f - bg_dif_light) * 256.0f) / temp_f4); + Curfarfogdetails.flt_CODE_bss_800825D8 = + (f32)((((-sp20 * Curfarfogdetails.far_fog) * + (Curfarfogdetails.buffer_far_pervasiveness + 1.0f)) / + temp_f8) / + 255.0f); + Curfarfogdetails.flt_CODE_bss_800825DC = + (f32)(((((Curfarfogdetails.far_fog + 1.0f) * sp20) / temp_f8) + sp1C) / + 255.0f); + + CurrentEnvironment.Fog.DifferenceFromFarIntensity = + (f32)fog_tables_Entry->Fog.DifferenceFromFarIntensity; + CurrentEnvironment.Fog.FarIntensity = fog_tables_Entry->Fog.FarIntensity; + CurrentEnvironment.Sky.red = fog_tables_Entry->Sky.red; + CurrentEnvironment.Sky.green = fog_tables_Entry->Sky.green; + CurrentEnvironment.Sky.blue = fog_tables_Entry->Sky.blue; + CurrentEnvironment.Sky.clouds = fog_tables_Entry->Sky.clouds; + CurrentEnvironment.Sky.cloudrepeat = fog_tables_Entry->Sky.cloudrepeat; + CurrentEnvironment.Sky.skyimageid = fog_tables_Entry->Sky.skyimageid; + CurrentEnvironment.Sky.cloudred = fog_tables_Entry->Sky.cloudred; + CurrentEnvironment.Sky.cloudgreen = fog_tables_Entry->Sky.cloudgreen; + CurrentEnvironment.Sky.cloudblue = fog_tables_Entry->Sky.cloudblue; + CurrentEnvironment.Sky.iswater = fog_tables_Entry->Sky.iswater; + CurrentEnvironment.Sky.waterrepeat = fog_tables_Entry->Sky.waterrepeat; + CurrentEnvironment.Sky.waterimageid = fog_tables_Entry->Sky.waterimageid; + CurrentEnvironment.Sky.waterred = fog_tables_Entry->Sky.waterred; + CurrentEnvironment.Sky.watergreen = fog_tables_Entry->Sky.watergreen; + CurrentEnvironment.Sky.waterblue = fog_tables_Entry->Sky.waterblue; + CurrentEnvironment.Sky.waterconcavity = + fog_tables_Entry->Sky.waterconcavity; + + // Simplify Above to: + // CurrentEnvironment.Fog = fog_tables_Entry->Fog; + // CurrentEnvironment.Sky = fog_tables_Entry->Sky; + if (fog_tables_Entry->Visibility.nearfog = 0) + { + ptr_nearfog_enviroment_values = 0; + } + else + { + ptr_nearfog_enviroment_values = + (s32)(fog_tables_Entry->Visibility.nearfog); // not a pointer + } + gEnvironmentHasFog = 1; + // return &CurrentEnvironment; +} +void load_enviroment(int StageID, int param_2) +{ + s32 NumPlayers; + u32 EnvironmentUID; + EnvironmentRecord *FogTablep; + EnvironmentFoglessRecord *FogTableFoglessp; + EnvironmentFoglessRecord *FogTableFoglessFoundp; + + NumPlayers = get_num_players(); + if (NumPlayers == 1) + { + NumPlayers = 0; + } + + ScaledFarFogIntensity = default_near_fog; + ScaledDifferenceFromFarFogIntensity = 0.00000000; + + if (isCutscene) + { + FogTablep = fog_tables; + EnvironmentUID = fog_tables[0].ID; + while (EnvironmentUID != ENVIRONMENTDATA_END) + { + if (StageID + ENVIRONMENTDATA_CINEMA == EnvironmentUID) + { + gEnvironmentFoundp = FogTablep; + gEnvironmentMainp = FogTablep; + gEnvironmentAltp = FogTablep + 1; + copy_table1_env_to_current(gEnvironmentFoundp); + return; + } + EnvironmentUID = FogTablep[1].ID; // Next ID + FogTablep++; + } + } + + EnvironmentUID = fog_tables[0].ID; + FogTablep = fog_tables; + while (EnvironmentUID != ENVIRONMENTDATA_END) + { + if (StageID + NumPlayers * 100 == EnvironmentUID) + { + gEnvironmentFoundp = FogTablep; + gEnvironmentMainp = FogTablep; + gEnvironmentAltp = FogTablep + 1; + copy_table1_env_to_current(gEnvironmentFoundp); + return; + } + EnvironmentUID = FogTablep[1].ID; + FogTablep++; + } + + // default MP Skies + if (NumPlayers > 1) + { + EnvironmentUID = fog_tables[0].ID; + while (EnvironmentUID != ENVIRONMENTDATA_END) + { + if (NumPlayers * 100 == EnvironmentUID) + { + gEnvironmentFoundp = FogTablep; + gEnvironmentMainp = FogTablep; + gEnvironmentAltp = FogTablep + 1; + copy_table1_env_to_current(gEnvironmentFoundp); + return; + } + EnvironmentUID = FogTablep[1].ID; + FogTablep++; + } + } + + // still no Environment, Assume Fogless + set_page_height(15.00000000, (f32)flt_80058D74); + gEnvironmentHasFog = 0; + FogTableFoglessp = fog_tables2; + EnvironmentUID = fog_tables2[0].ID; + while (EnvironmentUID != ENVIRONMENTDATA_END) + { + if (StageID == EnvironmentUID) + { + FogTableFoglessFoundp = FogTableFoglessp; + } + EnvironmentUID = FogTableFoglessp[1].ID; + FogTableFoglessp++; + } + + // still No Environment? + if (FogTableFoglessFoundp == NULL) + { + FogTableFoglessFoundp = fog_tables2; // Use first Fogless as default + } + copy_table2_env_to_current((int)FogTableFoglessFoundp); + gEnvironmentFoundp = NULL; // Why bother, its never used again + return; +} + +void switch_to_solosky2(f32 Opacity) +{ + /* + * called by 7f055f64 + Arg0 value table on activation + 0.000278 + 0.1000 + 0.105278 (1 frame = 0.000278) + 0.130278 + 0.130556 + ... + 0.998889 + 1 + 1 + loop forever? + */ + + // cast static variables to EnvData + EnvironmentRecord *TransitionEnvironmentp = + (EnvironmentRecord *)&TransitionEnvironmentID; + + // EnvironmentRecord *gEnvironmentAltp = 0; + + *TransitionEnvironmentp = *gEnvironmentMainp; // copy values from 1st sky + + // NextEnvironmentp = gEnvironmentAltp; //dont name or assign, use directly + + // now alter some parts for transitioning to 2nd sky + TransitionEnvironmentBlendMult = + (gEnvironmentMainp->Visibility.blendmultiplier + + (Opacity * (gEnvironmentAltp->Visibility.blendmultiplier - + gEnvironmentMainp->Visibility.blendmultiplier))); + + TransitionEnvironmentFarFog = + (gEnvironmentMainp->Visibility.farfog + + (Opacity * (gEnvironmentAltp->Visibility.farfog - + gEnvironmentMainp->Visibility.farfog))); + + TransitionEnvironmentDiffFarFog = + (gEnvironmentMainp->Fog.DifferenceFromFarIntensity + + (Opacity * ((f32)gEnvironmentAltp->Fog.DifferenceFromFarIntensity - + gEnvironmentMainp->Fog.DifferenceFromFarIntensity))); + /*Match down to here--*/ + /*has extra lui at,0x HI TransitionEnvironmentFarIntensity*/ + TransitionEnvironmentFarIntensity = + (gEnvironmentMainp->Fog.FarIntensity + + (Opacity * ((f32)gEnvironmentAltp->Fog.FarIntensity - + gEnvironmentMainp->Fog.FarIntensity))); + + { +# if 0 + volatile f32 aa, bb, cc; + volatile f32 a, b, c; + a = (Opacity * ((f32)gEnvironmentAltp->Sky.red - + gEnvironmentMainp->Sky.red)); + TransitionEnvironmentSkyRed = + (gEnvironmentMainp->Sky.red + (u8)a) & 0xf8; + b = (Opacity * ((f32)gEnvironmentAltp->Sky.green - + gEnvironmentMainp->Sky.green)); + TransitionEnvironmentSkyGreen = + (gEnvironmentMainp->Sky.green + (u8)b) & 0xf8; + c = (Opacity * ((f32)gEnvironmentAltp->Sky.blue - + gEnvironmentMainp->Sky.blue)); + TransitionEnvironmentSkyBlue = + (gEnvironmentMainp->Sky.blue + (u8)c) & 0xf8; +# endif + /*Closest to match but with andi order difference */ + TransitionEnvironmentSkyRed = + (u32)(gEnvironmentMainp->Sky.red + + (Opacity * ((f32)gEnvironmentAltp->Sky.red - + gEnvironmentMainp->Sky.red))) & + 248; + + TransitionEnvironmentSkyGreen = + (u32)(gEnvironmentMainp->Sky + .green + /*& f8 for Red happens round here*/ + (Opacity * ((f32)gEnvironmentAltp->Sky.green - + gEnvironmentMainp->Sky.green))) & + 248; + + TransitionEnvironmentSkyBlue = + (u32)(gEnvironmentMainp->Sky.blue + + /*& f8 for Green happens round here*/ + (Opacity * ((f32)gEnvironmentAltp->Sky.blue - + gEnvironmentMainp->Sky.blue))) & + 248; + + /*& f8 for Blue happens round here*/ + // Store Bytes happen here but + // cannot be repeated like below otherwise a1-a3 are produced + // TransitionEnvironmentSkyRed &= 248; + // TransitionEnvironmentSkyGreen &= 248; + // TransitionEnvironmentSkyBlue &= 248; + copy_table1_env_to_current(TransitionEnvironmentp); + } +} +# endif + +# ifdef DebugAIExecute + +# include "../src/bondaicommands.h" //make sure this is after constants +# include "../src/game/chrai.h" + +# if 0 + +/****************************************************************************** + * this is a brief description of func + * with a new line + * @param thing1 = number of theory + * @param thing2 = thing21 + * @returns nothing + *****************************************************************************/ +void cstyle(int theory, int theory2) {} + +/** + * this is a brief description of func + * with a new line + * @param thing1 = number of theory + * @param thing2 = thing21 + * @return nothing + */ +void cstyle2(int theory, int theory2) {} + +/// +/// this is a test +/// +/// number of therory +/// thing2 +/// nothing +void cstyle43(int theory, int theory2) {} +# endif + + +# if 0 +int assertTest(void *Entityp, s32 EntityType) +{ + // initialise to 0 + VehichleRecord *VehichleEntityp = NULL; // a2 + AircraftRecord *AircraftEntityp = NULL; // v1 + ChrRecord *ChrEntityp = NULL; // s7 + s32 regs1 = 1; + s32 regs2 = 2; + s32 regs3 = 3; + s32 regs4 = 4; + s32 regs5 = 5; + s32 regs6 = 6; + s32 regs7 = 7; + s32 regs8 = 8; + s32 regs9 = 9; + s32 regs10 = 10; + s32 regs11 = 11; + s32 regs0 = 0; // s2 save/load tofrom sp7a4 + + + if (EntityType == PROP_TYPE_CHR) //ra,116 f20 48sp f22 52sp + { + ChrEntityp = Entityp; + } + + if (EntityType == PROP_TYPE_OBJ) //not elseif to stop double li,at,1 + { + if (((ObjectRecord *)Entityp)->type == PROPDEF_VEHICHLE) + { + VehichleEntityp = Entityp; + } + else if (((ObjectRecord *)Entityp)->type == PROPDEF_AIRCRAFT) + { + AircraftEntityp = Entityp; + } + } + // Load ailist + if (ChrEntityp) + { + regs1 = ChrEntityp->accuracyrating; + regs2 = ChrEntityp->speedrating; + regs3 = ChrEntityp->sleep; + regs4 = ChrEntityp->headnum; + regs5 = ChrEntityp->invalidmove; + regs6 = ChrEntityp->numarghs; + regs7 = ChrEntityp->numclosearghs; + regs8 = ChrEntityp->chrnum; + regs0 = ChrEntityp->aioffset; // offset 0x108 264 + regs9 = ChrEntityp->chrwidth; + regs10 = ChrEntityp->fadealpha; + regs11 = ChrEntityp->field_184; + } + else if (VehichleEntityp) // truck + { + regs1 = ChrEntityp->accuracyrating; + regs2 = ChrEntityp->speedrating; + regs3 = ChrEntityp->sleep; + regs4 = ChrEntityp->headnum; + regs5 = ChrEntityp->invalidmove; + regs6 = ChrEntityp->numarghs; + regs7 = ChrEntityp->numclosearghs; + regs8 = ChrEntityp->chrnum; + + regs0 = VehichleEntityp->aioffset; // offset 0x84 132 + regs9 = ChrEntityp->chrwidth; + regs10 = ChrEntityp->fadealpha; + regs11 = ChrEntityp->field_184; + } + else if (AircraftEntityp) // heli + { + regs1 = ChrEntityp->accuracyrating; + regs2 = ChrEntityp->speedrating; + regs3 = ChrEntityp->sleep; + regs4 = ChrEntityp->headnum; + regs5 = ChrEntityp->invalidmove; + regs6 = ChrEntityp->numarghs; + regs7 = ChrEntityp->numclosearghs; + regs8 = ChrEntityp->chrnum; + + regs0 = AircraftEntityp->aioffset; // offset 0x84 132 + regs9 = ChrEntityp->chrwidth; + regs10 = ChrEntityp->fadealpha; + regs11 = ChrEntityp->field_184; + } + + { + for (;;) // loop forever (or until broken) + { + AIRecord *ai = ((AIRecord *)regs0 + regs6); + switch (ai->cmd) + { + case AI_GOTO_NEXT: + { + switch (((AIRecord *)regs3)->cmd) + { + case 0: + return; + case 1: + return; + } + regs0 = chraiGoT2oLabel(ChrEntityp, ai,regs0, regs1, regs2, regs3, regs4, regs5, regs6, regs7, regs8, regs9, regs10, regs11); + break; + } + case AI_GOTO_FIRST: + { + switch (((AIRecord *)regs3)->cmd) + { + case 0: + return; + case 1: + return; + } + regs0 = chraiGoT2oLabel(ChrEntityp, ai, regs0, regs1, regs2, regs3, regs4, regs5, regs6, regs7, regs8, regs9, regs10, regs11); + break; + } + } + } + } +} +# endif +# endif + + + +typedef struct bitdesc //0xc long +{ + u16 start; // <= bit offset to the data within one frame? + u8 num; // <= number of bits per value? + s16 offset; // <= an offset value for all stored data values - so need to add this to values obtained from the following transroty data +} bitdesc; + +typedef struct AnimationKeyframe //0xcc long +{ + s16 keyframeTranslationX; + s16 keyframeTranslationY; + s16 keyframeTranslationZ; + f32 keyframeYRotation; + vec3d partRotations[0x10]; +} AnimationKeyframe; + +typedef struct AnimationHeader //0x18 long +{ + AnimationKeyframe *motion; // <= joint rotation data stored on rom + u16 numframes; // <= number of frames of animation data + u8 rotbits; // <= number of bits per x, y, z rotation? + u8 flags; // <= for looping or forcing a gun to drop on death + bitdesc *bitsrel; // <= points to bitsdesc array at start + u16 bitssizerel; // <= number of bits in one frame of transroty data + u16 bitssize; // <= number of bits in one frame of joint rotation data + u8 * bitsmotionrel; // <= points to transroty data (following the bitsdesc array) +} AnimationHeader; +# define PTR_ANIM_ENTRY_idle 0x0000 +// this is a sample of Idle Pose (_animation_dataSegmentRomStart) +u32 ANIM_DATA_idle[] = + { + {PTR_ANIM_ENTRY_idle, 0x00a3, 0x0c, 0x00, 0x00000000, 0x0000, 0x0220, 0x00000018}, + {0x0000, 0x06, 0x0000}, //x + (0x0100, 0x06, 0x0700}, //y + (0x0412, 0x00, 0x0d06}. //z + (0x00ff, 0xff, 0x0013}, //rot + {0x0000, 0x00, 0x0019}, + {0x6864, 0xae, 0xf0b5}, + {0x9e14, 0xb0, 0x1516}, + {0x763a, 0xa0, 0x0552}, + {0x202a, 0x42, 0x0148}, + {0x422a, 0x17, 0xf501}, + {0x7e98, 0x1f, 0x520d}, + {0xea85, 0x7e, 0x4e58}, + {0x6748, 0x20, 0xb0a5}, + {0x8c2c, 0x60, 0xe310}, + {0x14d2, 0x02, 0xa038}, + {0x7446, 0x10, 0x70a2}, + {0x1134, 0x13, 0x84fb}, + {0x401f, 0x42, 0x0bd0}, + {0xb0f8, 0x8e, 0x7643}, + {0xc8b4, 0x40, 0x1683}, + {0xfae0, 0x7e, 0x6523}, + {0xcd63, 0xf9, 0xb84e}, + {0xfb8b, 0xdf, 0xb17d}, + {0xf81f, 0x7f, 0x84f7}, + {0xf89f, 0x7c, 0x07ff}, + {0x807f, 0xec, 0x1ffd}, + {0x03ff, 0xb0, 0x40f6}, + {0x081e, 0x82, 0x03d8}, + {0x3ffa, 0x07, 0xff80}, + {0xfff8, 0x1f, 0xff04}, + {0x07e0, 0x81, 0xf80f}, + {0xff01, 0xff, 0xf03f}, + {0xfd07, 0xff, 0xa0fd}, + {0xf41f, 0xfe, 0x83ff}, + {0xc07f, 0xf8, 0x0fff}, + {0x01ff, 0xe0, 0x5ffd}, + {0x07ef, 0xc0, 0xfffc}, + {0x1fff, 0x83, 0xfff0}, + {0xbffe, 0x0f, 0xff43}, + {0xfbe0, 0xff, 0xf81b}, + {0xff00, 0xff, 0xe010}, + {0x3c03, 0xff, 0x707f}, + {0xf00f, 0xdd, 0x81fb}, + {0xb01e, 0x77, 0xf79f}, + {0x5ee8, 0x03, 0xae7d}, + {0x79f7, 0xc0, 0x3ef7}, + {0xff5d, 0xb7, 0xe3af}, + {0x55ed, 0xb3, 0x3cf7}, + {0xe186, 0xdb, 0xae57}, + {0x9d99, 0xf3, 0xa515}, + {0x74a4, 0xda, 0xcd99}, + {0xe0cb, 0x3c, 0xb8fd}, + {0xc72f, 0x82, 0x03f1}, + {0x707e, 0x40, 0x0fcb}, + {0x41f9, 0x60, 0x3f2c}, + 0x04 +} +; + +//blob for animation data, variable length keyframes (_animation_tableSegmentRomStart) bitArry cannot be made into structs +u32 ANIM_ENTRY_idle[] = + { + {0xfa0f7f00, + 0x8034029f, + 0xfb06805c, + 0x03607a01, + 0xfc99a817, + 0x57c8d000}, + + { + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00003, + 0xe000000f + }, + 0xb8000f7f, + 0xfe8ff4fb, + 0xd01f0390, + 0xfa0f7f00, + 0x8033029f, + 0xfb06805c, + 0x03507a01, + 0xfc99a827, + 0x56c8c000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00003, + 0xf000000f, + 0xbb000f7f, + 0xfe8ff4fc, + 0x101d03b0, + 0xfa0f7f00, + 0x8033029f, + 0xfb06805c, + 0x03507a01, + 0xfc99a827, + 0x56c8c000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00003, + 0xe000000f, + 0xba000f80, + 0xfe8ff4fb, + 0xe01e03a0, + 0xfa0f7f00, + 0x8033029f, + 0xfb06805a, + 0x03407a01, + 0xfc99a827, + 0x56c8d000, + 0xd5d00000, + 0x0238000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00003, + 0xd000000f, + 0xb9000f80, + 0xfe8ff4fb, + 0xb01f0380, + 0xf9ff7f00, + 0x7033029f, + 0xfb069059, + 0x03407a01, + 0xfc99a817, + 0x57c8d000, + 0xd5d00000, + 0x0238000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00003, + 0xf000000f, + 0xba000f7f, + 0xfe8ff4fb, + 0xe01e0390, + 0xf9df7f00, + 0x703302af, + 0xfb06a059, + 0x03407a01, + 0xfc99a837, + 0x56c8c000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x1000000f, + 0xb9000f7f, + 0xfe8ff4fc, + 0x101d03b0, + 0xf9cf7f00, + 0x7032029f, + 0xfb06a059, + 0x03407a01, + 0xfc99a837, + 0x55c8c000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x2000000f, + 0xb9000f7f, + 0xfe8ff4fc, + 0x201d03c0, + 0xf99f7e00, + 0x7033029f, + 0xfb06a05a, + 0x03407a01, + 0xfc99a847, + 0x55c8c000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe2, + 0x3bd00004, + 0x3000000f, + 0xb9000f7f, + 0xfe8ff4fc, + 0x501c03d0, + 0xf96f7e00, + 0x7034029f, + 0xfb06b05a, + 0x03407a01, + 0xfc99a847, + 0x55c8d000, + 0xd5d00000, + 0x0236000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe2, + 0x3bd00004, + 0x8000000f, + 0xbb000f7e, + 0xfe8ff4fc, + 0xa01a0400, + 0xf97f7e00, + 0x7034029f, + 0xfb06b05a, + 0x03407a01, + 0xfc99a857, + 0x55c8c000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe2, + 0x3bd00004, + 0x8000000f, + 0xbb000f7e, + 0xfe8ff4fc, + 0xa01a0410, + 0xf98f7e00, + 0x7034028f, + 0xfb06b05a, + 0x03507a01, + 0xfc99a877, + 0x54c8c000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe2, + 0x3bd00004, + 0x6000000f, + 0xbb000f7e, + 0xfe8ff4fc, + 0x801b0400, + 0xf99f7e00, + 0x7034028f, + 0xfb06b05b, + 0x03607a01, + 0xfc99a877, + 0x55c8c000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe2, + 0x3bd00004, + 0x7000000f, + 0xbb000f7e, + 0xfe8ff4fc, + 0x901a0400, + 0xf9af7e00, + 0x7034027f, + 0xfb06c05b, + 0x03607a01, + 0xfc99a887, + 0x55c8b000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe2, + 0x3bd00004, + 0x7000000f, + 0xbc000f7e, + 0xfe8ff4fc, + 0xa01a0400, + 0xf9bf7e00, + 0x7034026f, + 0xfb06c05b, + 0x03607a01, + 0xfc99a887, + 0x56c8b000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe2, + 0x3bd00004, + 0x6000000f, + 0xbd000f7e, + 0xfe8ff4fc, + 0x601b03e0, + 0xf9af7e00, + 0x7034026f, + 0xfb06c05b, + 0x03607a01, + 0xfc99a867, + 0x56c8c000, + 0xd5d00000, + 0x0238000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe2, + 0x3bd00004, + 0x7000000f, + 0xbf000f7e, + 0xfe8ff4fc, + 0x501b03d0, + 0xf9af7e00, + 0x7035027f, + 0xfb06b05b, + 0x03607a01, + 0xfc99a857, + 0x57c8c000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe2, + 0x3bd00004, + 0x8000000f, + 0xc0000f7e, + 0xfe8ff4fc, + 0x701a03e0, + 0xf9cf7e00, + 0x7035027f, + 0xfb06c05b, + 0x03707a01, + 0xfc99a847, + 0x58c8c000, + 0xd5d00000, + 0x023a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe2, + 0x3bd00004, + 0x8000000f, + 0xc1000f7e, + 0xfe8ff4fc, + 0x801a03e0, + 0xf9cf7e00, + 0x7035027f, + 0xfb06c05b, + 0x03707a01, + 0xfc99a847, + 0x58c8c000, + 0xd5d00000, + 0x023a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe2, + 0x3bd00004, + 0x8000000f, + 0xc1000f7e, + 0xfe8ff4fc, + 0x801a03e0, + 0xf9cf7e00, + 0x7035027f, + 0xfb06c05c, + 0x03707a01, + 0xfc99a857, + 0x57c8b000, + 0xd5d00000, + 0x023a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe2, + 0x3bd00004, + 0x6000000f, + 0xc0000f7e, + 0xfe8ff4fc, + 0x601b03d0, + 0xf9cf7e00, + 0x7034026f, + 0xfb06c05c, + 0x03807a01, + 0xfc99a877, + 0x55c8b000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x4000000f, + 0xbf000f7f, + 0xfe8ff4fc, + 0x301c03c0, + 0xf9bf7e00, + 0x7034027f, + 0xfb06b05c, + 0x03807a01, + 0xfc99a867, + 0x55c8c000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe2, + 0x3bd00004, + 0x5000000f, + 0xbf000f7f, + 0xfe8ff4fc, + 0x401b03d0, + 0xf9bf7e00, + 0x7035027f, + 0xfb06b05c, + 0x03807a01, + 0xfc99a857, + 0x55c8d000, + 0xd5d00000, + 0x0238000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe2, + 0x3bd00004, + 0x7000000f, + 0xc0000f7e, + 0xfe8ff4fc, + 0x401b03d0, + 0xf9ef7e00, + 0x7034028f, + 0xfb06a05b, + 0x03907a01, + 0xfc99a847, + 0x55c8c000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x5000000f, + 0xc0000f7f, + 0xfe8ff4fc, + 0x001d03a0, + 0xfa1f7e00, + 0x7033026f, + 0xfa06b05c, + 0x03a07a01, + 0xfc99a887, + 0x53c8b000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x4000000f, + 0xc0000f7f, + 0xfe8ff4fb, + 0xd01e0380, + 0xfa1f7e00, + 0x8033026f, + 0xfa06c05d, + 0x03c07a01, + 0xfc99a8b7, + 0x51c8a000, + 0xd5d00000, + 0x023a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x5000000f, + 0xc1000f7f, + 0xfe8ff4fb, + 0xf01e0390, + 0xfa2f7f00, + 0x8033025f, + 0xfa06c05d, + 0x03d07a01, + 0xfc99a8d7, + 0x50c89000, + 0xd5d00000, + 0x023b000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x5000000f, + 0xc0000f7f, + 0xfe8ff4fb, + 0xd01e0390, + 0xfa2f7f00, + 0x8033025f, + 0xfa06d05d, + 0x03c07a01, + 0xfc99a8e7, + 0x50c89000, + 0xd5d00000, + 0x023b000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x4000000f, + 0xbe000f7f, + 0xfe8ff4fb, + 0xb01f0370, + 0xfa3f7e00, + 0x8034026f, + 0xfa06d05d, + 0x03d07a01, + 0xfc99a8d7, + 0x50c8a000, + 0xd5d00000, + 0x023b000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x5000000f, + 0xbe000f7f, + 0xfe8ff4fb, + 0xe01e0390, + 0xfa4f7e00, + 0x8035027f, + 0xfa06d05d, + 0x03d07a01, + 0xfc99a8e7, + 0x50c8a000, + 0xd5d00000, + 0x023b000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x5000000f, + 0xbe000f7f, + 0xfe8ff4fc, + 0x101d03b0, + 0xfa8f7e00, + 0x8036026f, + 0xfa06e05d, + 0x03c07a01, + 0xfc99a907, + 0x4fc89000, + 0xd5d00000, + 0x023c000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x4000000f, + 0xbc000f7f, + 0xfe8ff4fb, + 0xf01d03a0, + 0xfa8f7e00, + 0x8036025f, + 0xfa06f05d, + 0x03c07a01, + 0xfc99a907, + 0x4fc89000, + 0xd5d00000, + 0x023c000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x4000000f, + 0xbc000f7f, + 0xfe8ff4fb, + 0xf01c03a0, + 0xfa7f7e00, + 0x8037025f, + 0xfa06f05d, + 0x03d07a01, + 0xfc99a907, + 0x50c89000, + 0xd5d00000, + 0x023d000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x4000000f, + 0xbc000f7f, + 0xfe8ff4fb, + 0xf01c03a0, + 0xfa8f7f00, + 0x8036025f, + 0xfa06f05d, + 0x03d07a01, + 0xfc99a8f7, + 0x50c89000, + 0xd5d00000, + 0x023d000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x1000000f, + 0xba000f7f, + 0xfe8ff4fb, + 0xd01d0390, + 0xfa7f7f00, + 0x8037025f, + 0xfa06f05e, + 0x03d07a01, + 0xfc99a8e7, + 0x50c8a000, + 0xd5d00000, + 0x023a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x1000000f, + 0xba000f7f, + 0xfe8ff4fb, + 0xc01d0390, + 0xfa6f7f00, + 0x8038025f, + 0xfb06f05f, + 0x03c07a01, + 0xfc99a8d7, + 0x4fc8c000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x2000000f, + 0xbb000f7f, + 0xfe8ff4fb, + 0xe01d03a0, + 0xfa6f7f00, + 0x8038025f, + 0xfb06f05f, + 0x03c07a01, + 0xfc99a8d7, + 0x4fc8c000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x2000000f, + 0xbb000f7f, + 0xfe8ff4fb, + 0xe01d03a0, + 0xfa6f7f00, + 0x8038027f, + 0xfb06e05d, + 0x03c07a01, + 0xfc99a897, + 0x51c8c000, + 0xd5d00000, + 0x0238000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x1000000f, + 0xbb000f80, + 0xfe8ff3fb, + 0xc01d0390, + 0xfa6f7f00, + 0x8038028f, + 0xfb06e05c, + 0x03c07a01, + 0xfc99a877, + 0x52c8c000, + 0xd5d00000, + 0x0238000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x1000000f, + 0xbb000f80, + 0xfe8ff3fb, + 0xc01d0380, + 0xfa6f7f00, + 0x8038027f, + 0xfb06e05d, + 0x03d07a01, + 0xfc99a887, + 0x51c8b000, + 0xd5d00000, + 0x0238000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x0000000f, + 0xbb000f80, + 0xfe8ff3fb, + 0xc01d0380, + 0xfa7f7f00, + 0x8037026f, + 0xfb06e060, + 0x03f07a01, + 0xfc99a8b7, + 0x4fc8b000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x0000000f, + 0xbb000f80, + 0xfe8ff3fb, + 0xb01e0380, + 0xfa7f7f00, + 0x8037026f, + 0xfb06e061, + 0x04107a01, + 0xfc99a8b7, + 0x4ec8b000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x0000000f, + 0xbc000f80, + 0xfe8ff3fb, + 0xb01e0380, + 0xfa7f7f00, + 0x8037026f, + 0xfb06e062, + 0x04107a01, + 0xfc99a8c7, + 0x4ec8b000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x0000000f, + 0xbc000f80, + 0xfe8ff3fb, + 0xb01e0380, + 0xfa6f7f00, + 0x8036026f, + 0xfb06e062, + 0x04107a01, + 0xfc99a8d7, + 0x4dc8a000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x0000000f, + 0xbc000f80, + 0xfe8ff3fb, + 0xb01e0380, + 0xfa6f7f00, + 0x8036026f, + 0xfb06e062, + 0x04107a01, + 0xfc99a8e7, + 0x4dc8a000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x1000000f, + 0xbc000f80, + 0xfe8ff3fb, + 0xc01e0380, + 0xfa4f7f00, + 0x8037027f, + 0xfb06e062, + 0x04207a01, + 0xfc99a8e7, + 0x4dc8b000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x2000000f, + 0xbd000f7f, + 0xfe8ff4fb, + 0xd01d0390, + 0xfa4f7f00, + 0x8037027f, + 0xfb06e063, + 0x04307a01, + 0xfc99a8f7, + 0x4dc8a000, + 0xd5d00000, + 0x0238000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xbd000f7f, + 0xfe8ff4fb, + 0xe01d03a0, + 0xfa5f7f00, + 0x8037026f, + 0xfa06e063, + 0x04407a01, + 0xfc99a907, + 0x4dc8a000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x1000000f, + 0xbc000f7f, + 0xfe8ff4fb, + 0xd01d0390, + 0xfa5f7f00, + 0x8037026f, + 0xfa06f064, + 0x04507a01, + 0xfc99a907, + 0x4dc8a000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x1000000f, + 0xbc000f7f, + 0xfe8ff4fb, + 0xd01d0390, + 0xfa4f7f00, + 0x8038026f, + 0xfb071065, + 0x04607a01, + 0xfc99a917, + 0x4dc8a000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xbd000f7f, + 0xfe8ff4fb, + 0xe01d03a0, + 0xfa5f7f00, + 0x8038026f, + 0xfa071065, + 0x04707a01, + 0xfc99a927, + 0x4dc89000, + 0xd5d00000, + 0x023a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xbd000f7f, + 0xfe8ff4fb, + 0xd01d0390, + 0xfa5f7f00, + 0x8038026f, + 0xfa071065, + 0x04707a01, + 0xfc99a917, + 0x4ec8a000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x1000000f, + 0xbd000f7f, + 0xfe8ff4fb, + 0xb01d0380, + 0xfa5f7f00, + 0x8038026f, + 0xfb072065, + 0x04707a01, + 0xfc99a907, + 0x4ec8a000, + 0xd5d00000, + 0x023a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x1000000f, + 0xbe000f7f, + 0xfe8ff4fb, + 0xb01d0380, + 0xfa5f7f00, + 0x8038027f, + 0xfb072066, + 0x04807a01, + 0xfc99a8f7, + 0x4fc89000, + 0xd5d00000, + 0x023b000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x2000000f, + 0xbe000f7f, + 0xfe8ff4fb, + 0xd01d0390, + 0xfa5f7f00, + 0x8037027f, + 0xfa072066, + 0x04807a01, + 0xfc99a8f7, + 0x4fc89000, + 0xd5d00000, + 0x023b000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xbe000f7f, + 0xfe8ff4fb, + 0xd01c0390, + 0xfa5f7f00, + 0x8037027f, + 0xfa072066, + 0x04807a01, + 0xfc99a8f7, + 0x4fc89000, + 0xd5d00000, + 0x023b000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xbf000f7f, + 0xfe8ff4fb, + 0xd01c0390, + 0xfa4f7f00, + 0x8038027f, + 0xfb071066, + 0x04607a01, + 0xfc99a8c7, + 0x4fc8b000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x1000000f, + 0xbf000f80, + 0xfe8ff4fb, + 0xb01d0390, + 0xfa4f7f00, + 0x8038027f, + 0xfb071066, + 0x04707a01, + 0xfc99a8c7, + 0x4fc8b000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x1000000f, + 0xc0000f80, + 0xfe8ff3fb, + 0xb01d0380, + 0xfa5f7f00, + 0x8037027f, + 0xfb071066, + 0x04607a01, + 0xfc99a8c7, + 0x4fc8a000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x1000000f, + 0xc1000f80, + 0xfe7ff3fb, + 0x901e0370, + 0xfa7f7f00, + 0x8036028f, + 0xfb071065, + 0x04607a01, + 0xfc99a8b7, + 0x50c8b000, + 0xd5d00000, + 0x0239000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x0000000f, + 0xc1000f80, + 0xfe7ff3fb, + 0x50200340, + 0xfa8f7f00, + 0x8035029f, + 0xfb070063, + 0x04507a01, + 0xfc99a887, + 0x52c8c000, + 0xd5d00000, + 0x0238000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe103fc, + 0x040e6fe2, + 0x3be00003, + 0xf000000f, + 0xc0000f80, + 0xfe7ff3fb, + 0x10220310, + 0xfa7f7f00, + 0x803602af, + 0xfb070063, + 0x04407a01, + 0xfc99a897, + 0x53c8c000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe103fc, + 0x040e6fe2, + 0x3bd00003, + 0xf000000f, + 0xc0000f80, + 0xfe7ff3fb, + 0x20210320, + 0xfa7f7f00, + 0x803602af, + 0xfb071063, + 0x04407a01, + 0xfc99a8d7, + 0x52c8c000, + 0xd5d00000, + 0x0236000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x0000000f, + 0xc1000f80, + 0xfe7ff3fb, + 0x60200350, + 0xfa6f7f00, + 0x803602bf, + 0xfb071063, + 0x04407a01, + 0xfc99a907, + 0x51c8d000, + 0xd5d00000, + 0x0234000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x0000000f, + 0xc0000f80, + 0xfe8ff3fb, + 0x701f0360, + 0xfa5f7f00, + 0x803702cf, + 0xfb072063, + 0x04407a01, + 0xfc99a927, + 0x51c8d000, + 0xd5d00000, + 0x0233000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe2, + 0x3bd00004, + 0x1000000f, + 0xc0000f80, + 0xfe8ff3fb, + 0xa01d0380, + 0xfa6f7f00, + 0x803702cf, + 0xfb072063, + 0x04407a01, + 0xfc99a937, + 0x52c8c000, + 0xd5d00000, + 0x0234000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xc0000f7f, + 0xfe8ff4fb, + 0xc01c03a0, + 0xfa8f7f00, + 0x803702cf, + 0xfb073063, + 0x04507a01, + 0xfc99a957, + 0x53c8c000, + 0xd5d00000, + 0x0235000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x0000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0xa01c0390, + 0xfa8f7f00, + 0x803602bf, + 0xfb073064, + 0x04507a01, + 0xfc99a947, + 0x55c8c000, + 0xd5d00000, + 0x0235000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x0000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x701d0370, + 0xfa7f7f00, + 0x803702bf, + 0xfb074064, + 0x04507a01, + 0xfc99a957, + 0x56c8c000, + 0xd5d00000, + 0x0236000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x3000000f, + 0xbf000f7f, + 0xfe8ff4fb, + 0xa01b0390, + 0xfa8f7f00, + 0x803602af, + 0xfb075065, + 0x04607a01, + 0xfc99a967, + 0x56c8b000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x3000000f, + 0xbe000f7f, + 0xfe8ff4fb, + 0x901b0390, + 0xfaaf8000, + 0x8034027f, + 0xfb075064, + 0x04607a01, + 0xfc99a957, + 0x58c8c000, + 0xd5d00000, + 0x0236000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00003, + 0xe000000f, + 0xbd000f80, + 0xfe8ff3fb, + 0x001e0330, + 0xfa9f8000, + 0x8033025f, + 0xfb074064, + 0x04607a01, + 0xfc99a947, + 0x59c8d000, + 0xd5d00000, + 0x0235000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe103fc, + 0x040e6fe3, + 0x3be00003, + 0xd000000f, + 0xbf000f81, + 0xfe8ff3fa, + 0xe01f0310, + 0xfa7f8000, + 0x8034026f, + 0xfb074064, + 0x04707a01, + 0xfc99a957, + 0x59c8c000, + 0xd5d00000, + 0x0236000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00003, + 0xe000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x201d0350, + 0xfa6f8000, + 0x8034026f, + 0xfb074064, + 0x04807a01, + 0xfc99a977, + 0x58c8b000, + 0xd5d00000, + 0x0237000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00003, + 0xd000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x401b0360, + 0xfa5f8000, + 0x8034026f, + 0xfb074064, + 0x04907a01, + 0xfc99a987, + 0x58c8b000, + 0xd5d00000, + 0x0236000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00003, + 0xd000000f, + 0xbe000f80, + 0xfe8ff3fb, + 0x401b0360, + 0xfa3f7f00, + 0x8035026f, + 0xfc073065, + 0x04807a01, + 0xfc99a997, + 0x57c8c000, + 0xd5d00000, + 0x0234000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00003, + 0xf000000f, + 0xbe000f80, + 0xfe8ff3fb, + 0x70190380, + 0xfa4f7f00, + 0x8035026f, + 0xfc073065, + 0x04807a01, + 0xfc99a9b7, + 0x56c8c000, + 0xd5d00000, + 0x0234000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00003, + 0xf000000f, + 0xbe000f80, + 0xfe8ff3fb, + 0x70190380, + 0xfa6f8000, + 0x8034025f, + 0xfb073065, + 0x04707a01, + 0xfc99a9d7, + 0x55c8c000, + 0xd5d00000, + 0x0233000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00003, + 0xe000000f, + 0xbe000f80, + 0xfe8ff3fb, + 0x401a0350, + 0xfa5f8000, + 0x8034025f, + 0xfc074064, + 0x04707a01, + 0xfc99a9d7, + 0x55c8c000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00003, + 0xe000000f, + 0xbe000f80, + 0xfe8ff3fb, + 0x401a0360, + 0xfa5f8000, + 0x8034025f, + 0xfc074064, + 0x04707a01, + 0xfc99a9e7, + 0x55c8c000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00003, + 0xf000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x501a0360, + 0xfa4f8000, + 0x8034025f, + 0xfc078063, + 0x04707a01, + 0xfc99aa17, + 0x54c8a000, + 0xd5d00000, + 0x0232000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xc0000f80, + 0xfe8ff3fb, + 0x60190370, + 0xfa4f8000, + 0x8034024f, + 0xfc078062, + 0x04707a01, + 0xfc99aa37, + 0x54c8a000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xc0000f80, + 0xfe8ff3fb, + 0x60190370, + 0xfa5f8000, + 0x8035024f, + 0xfc079061, + 0x04707a01, + 0xfc99aa37, + 0x54c8b000, + 0xd5d00000, + 0x0230000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x1000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x50190370, + 0xfa5f8000, + 0x8036025f, + 0xfc07b061, + 0x04707a01, + 0xfc99aa47, + 0x54c8b000, + 0xd5d00000, + 0x0230000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x1000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x80180380, + 0xfa7f8000, + 0x8037025f, + 0xfc07c060, + 0x04707a01, + 0xfc99aa57, + 0x54c89000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3bd00004, + 0x0000000f, + 0xbe000f80, + 0xfe8ff3fb, + 0x80170380, + 0xfa8f8000, + 0x8037026f, + 0xfb07c05e, + 0x04607a01, + 0xfc99aa47, + 0x54c89000, + 0xd5d00000, + 0x0232000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3bd00003, + 0xe000000f, + 0xbd000f80, + 0xfe8ff3fb, + 0x50180360, + 0xfa7f8000, + 0x8038026f, + 0xfc07b05e, + 0x04707a01, + 0xfc99aa27, + 0x55c8a000, + 0xd5d00000, + 0x0232000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3bd00003, + 0xf000000f, + 0xbe000f80, + 0xfe8ff3fb, + 0x60180370, + 0xfa4f8000, + 0x803a026f, + 0xfc07a05d, + 0x04707a01, + 0xfc99a9f7, + 0x56c8a000, + 0xd5d00000, + 0x0232000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3bd00004, + 0x0000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x90160390, + 0xfa5f8000, + 0x803a026f, + 0xfc07b05d, + 0x04807a01, + 0xfc99aa07, + 0x55c8a000, + 0xd5d00000, + 0x0233000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3bd00004, + 0x0000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x80160390, + 0xfa5f8000, + 0x803a026f, + 0xfc07a05d, + 0x04807a01, + 0xfc99aa17, + 0x52c89000, + 0xd5d00000, + 0x0233000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3bd00003, + 0xf000000f, + 0xbe000f80, + 0xfe8ff3fb, + 0x60170380, + 0xfa4f8000, + 0x803b027f, + 0xfc07905d, + 0x04807a01, + 0xfc99aa17, + 0x50c8a000, + 0xd5d00000, + 0x0230000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3bd00003, + 0xf000000f, + 0xbe000f80, + 0xfe8ff3fb, + 0x60170370, + 0xfa3f8000, + 0x803c028f, + 0xfc07805b, + 0x04807a01, + 0xfc99a9e7, + 0x51c8c000, + 0xd5d00000, + 0x022f000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3bd00004, + 0x0000000f, + 0xbe000f80, + 0xfe8ff3fb, + 0x70160380, + 0xfa4f8000, + 0x803c029f, + 0xfc07805a, + 0x04807a01, + 0xfc99a9c7, + 0x51c8c000, + 0xd5d00000, + 0x0230000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3bd00003, + 0xf000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x50170370, + 0xfa3f8000, + 0x803b029f, + 0xfb07905a, + 0x04a07a01, + 0xfc99a9f7, + 0x4fc8b000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3bd00003, + 0xe000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x50170360, + 0xfa2f8000, + 0x803c028f, + 0xfb07905a, + 0x04a07a01, + 0xfc99aa17, + 0x4dc8b000, + 0xd5d00000, + 0x0230000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3bd00003, + 0xf000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x70170380, + 0xfa3f8000, + 0x803d028f, + 0xfb07905a, + 0x04a07a01, + 0xfc99aa07, + 0x4dc8b000, + 0xd5d00000, + 0x0230000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3bd00004, + 0x0000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x80170380, + 0xfa3f8000, + 0x803d028f, + 0xfb07905a, + 0x04a07a01, + 0xfc99aa07, + 0x4dc8b000, + 0xd5d00000, + 0x0230000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3bd00004, + 0x0000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x80170390, + 0xfa4f8000, + 0x803c028f, + 0xfb07905a, + 0x04a07a01, + 0xfc99aa17, + 0x4dc8c000, + 0xd5d00000, + 0x022f000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3be00003, + 0xf000000f, + 0xbe000f80, + 0xfe8ff3fb, + 0x50180360, + 0xfa4f8000, + 0x803c028f, + 0xfb07905a, + 0x04a07a01, + 0xfc99aa17, + 0x4dc8c000, + 0xd5d00000, + 0x022f000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3be00003, + 0xf000000f, + 0xbe000f80, + 0xfe8ff3fb, + 0x40180350, + 0xfa4f8000, + 0x803c028f, + 0xfb07905a, + 0x04a07a01, + 0xfc99aa17, + 0x4dc8c000, + 0xd5d00000, + 0x022f000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3be00004, + 0x0000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x50180360, + 0xfa4f8000, + 0x803d028f, + 0xfb079059, + 0x04a07a01, + 0xfc99aa17, + 0x4dc8b000, + 0xd5d00000, + 0x0230000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3bd00004, + 0x1000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x60180370, + 0xfa4f8000, + 0x803d028f, + 0xfb079059, + 0x04b07a01, + 0xfc99aa17, + 0x4dc8b000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3be00004, + 0x0000000f, + 0xbf000f80, + 0xfe8ff3fb, + 0x40180360, + 0xfa4f8000, + 0x803c028f, + 0xfb07905a, + 0x04b07a01, + 0xfc99aa27, + 0x4dc8b000, + 0xd5d00000, + 0x0230000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3be00004, + 0x1000000f, + 0xc0000f80, + 0xfe8ff3fb, + 0x30190350, + 0xfa3f8000, + 0x803d028f, + 0xfb07905a, + 0x04b07a01, + 0xfc99aa27, + 0x4dc8b000, + 0xd5d00000, + 0x0230000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe4, + 0x3be00004, + 0x2000000f, + 0xc0000f80, + 0xfe8ff3fb, + 0x40180360, + 0xfa4f8000, + 0x803c028f, + 0xfb07905a, + 0x04b07a01, + 0xfc99aa27, + 0x4dc8b000, + 0xd5d00000, + 0x0230000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe4, + 0x3be00004, + 0x2000000f, + 0xc1000f80, + 0xfe8ff3fb, + 0x30180360, + 0xfa4f8100, + 0x803c028f, + 0xfb07905a, + 0x04b07a01, + 0xfc99aa27, + 0x4ec8b000, + 0xd5d00000, + 0x0232000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x0000000f, + 0xc1000f80, + 0xfe8ff3fb, + 0x20190350, + 0xfa3f8000, + 0x803c028f, + 0xfb07805a, + 0x04c07a01, + 0xfc99aa17, + 0x4ec8b000, + 0xd5d00000, + 0x0232000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc2000f80, + 0xfe8ff3fb, + 0x20190350, + 0xfa0f8000, + 0x803d028f, + 0xfb07805a, + 0x04d07a01, + 0xfc99aa07, + 0x4fc8b000, + 0xd5d00000, + 0x0232000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x3000000f, + 0xc4000f80, + 0xfe8ff3fb, + 0x60170380, + 0xf9ff8000, + 0x803e029f, + 0xfb07705a, + 0x04c07a01, + 0xfc99aa17, + 0x4ec8b000, + 0xd5d00000, + 0x0232000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x4000000f, + 0xc4000f7f, + 0xfe8ff3fb, + 0x80160390, + 0xfa0f8000, + 0x803d029f, + 0xfb07605a, + 0x04c07a01, + 0xfc99aa17, + 0x4ec8a000, + 0xd5d00000, + 0x0232000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x3000000f, + 0xc4000f7f, + 0xfe8ff3fb, + 0x70170380, + 0xf9ff8000, + 0x803c028f, + 0xfc07705b, + 0x04d07a01, + 0xfc99aa17, + 0x4fc8b000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x3000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x70170370, + 0xfa0f8000, + 0x803b028f, + 0xfc07705b, + 0x04e07a01, + 0xfc99aa17, + 0x50c8c000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x3000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x70170370, + 0xfa1f8000, + 0x8037025f, + 0xfb07a05d, + 0x05007a01, + 0xfc99aa87, + 0x4fc89000, + 0xd5d00000, + 0x0232000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xc4000f80, + 0xfe8ff3fb, + 0x50180360, + 0xfa1f8000, + 0x8034024f, + 0xfb07c05e, + 0x05107a01, + 0xfc99aac7, + 0x4ec88000, + 0xd5d00000, + 0x0232000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc4000f80, + 0xfe8ff3fb, + 0x40190360, + 0xfa0f8000, + 0x8034023f, + 0xfb07d05f, + 0x05007a01, + 0xfc99aad7, + 0x4ec89000, + 0xd5d00000, + 0x0232000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc3000f80, + 0xfe8ff3fb, + 0x40190360, + 0xfa0f8000, + 0x8034023f, + 0xfb07d05f, + 0x05007a01, + 0xfc99aad7, + 0x4fc89000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x2000000f, + 0xc3000f80, + 0xfe8ff3fb, + 0x40190360, + 0xf9ff8000, + 0x8034022f, + 0xfb07d05f, + 0x04f07a01, + 0xfc99aa97, + 0x53c8b000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x70170370, + 0xfa0f8000, + 0x8034022f, + 0xfb07e05f, + 0x04f07a01, + 0xfc99aab7, + 0x53c8a000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x70170370, + 0xfa0f8000, + 0x8033022f, + 0xfb07e060, + 0x04f07a01, + 0xfc99aac7, + 0x52c89000, + 0xd5d00000, + 0x0232000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xc4000f80, + 0xfe8ff3fb, + 0x70100370, + 0xfa0f8000, + 0x8032021f, + 0xfb07f060, + 0x04f07a01, + 0xfc99aad7, + 0x52c88000, + 0xd5d00000, + 0x0232000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xc4000f80, + 0xfe8ff3fb, + 0x50120360, + 0xf9ff8000, + 0x803101ff, + 0xfb080060, + 0x04e07a01, + 0xfc99aad7, + 0x53c89000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xc6000f80, + 0xfe8ff3fb, + 0x400c0360, + 0xfa0f8100, + 0x802f01ef, + 0xfc080060, + 0x04d07a01, + 0xfc99aac7, + 0x54c89000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xc6000f80, + 0xfe8ff3fb, + 0x200a0340, + 0xfa1f8100, + 0x802e01df, + 0xfb081061, + 0x04d07a01, + 0xfc99aac7, + 0x54c88000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc5000f80, + 0xfe8ff3fa, + 0xe00b0320, + 0xfa0f8100, + 0x802e01df, + 0xfc081062, + 0x04e07a01, + 0xfc99aac7, + 0x54c89000, + 0xd5d00000, + 0x0231000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x2000000f, + 0xc6000f80, + 0xfe8ff3fa, + 0xe00a0320, + 0xfa1f8100, + 0x802e01cf, + 0xfc082063, + 0x04e07a01, + 0xfc99aad7, + 0x54c88000, + 0xd5d00000, + 0x0230000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc7000f80, + 0xfe8ff3fa, + 0xf00a0330, + 0xfa1f8100, + 0x802e01cf, + 0xfc083064, + 0x04f07a01, + 0xfc99aae7, + 0x53c88000, + 0xd5d00000, + 0x0230000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x0000000f, + 0xc6000f80, + 0xfe8ff3fa, + 0xf00a0330, + 0xfa0f8100, + 0x802d01cf, + 0xfc085064, + 0x05007a01, + 0xfc99aad7, + 0x54c88000, + 0xd5d00000, + 0x022f000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x0000000f, + 0xc6000f80, + 0xfe8ff3fa, + 0xf0080330, + 0xfa0f8100, + 0x802e01df, + 0xfc086062, + 0x05007a01, + 0xfc99aac7, + 0x54c88000, + 0xd5d00000, + 0x022f000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc6000f80, + 0xfe8ff3fb, + 0x000c0330, + 0xfa0f8100, + 0x802d01df, + 0xfc087060, + 0x04f07a01, + 0xfc99aad7, + 0x54c88000, + 0xd5d00000, + 0x022f000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x0000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x000d0330, + 0xfa0f8100, + 0x802d01df, + 0xfc089060, + 0x05007a01, + 0xfc99aae7, + 0x53c88000, + 0xd5d00000, + 0x022e000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x0000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x000c0330, + 0xfa0f8100, + 0x802c01cf, + 0xfc08d060, + 0x05307a01, + 0xfc99ab07, + 0x51c88000, + 0xd5d00000, + 0x022e000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x0000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x100d0340, + 0xfa0f8100, + 0x802c01cf, + 0xfc08d060, + 0x05307a01, + 0xfc99ab17, + 0x51c88000, + 0xd5d00000, + 0x022e000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x100c0350, + 0xfa1f8100, + 0x802c01cf, + 0xfc08e060, + 0x05307a01, + 0xfc99ab27, + 0x50c88000, + 0xd5d00000, + 0x022d000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x1000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x100c0350, + 0xfa1f8100, + 0x802c01cf, + 0xfc08e060, + 0x05207a01, + 0xfc99ab37, + 0x50c88000, + 0xd5d00000, + 0x022d000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x100e0350, + 0xfa0f8100, + 0x802d01cf, + 0xfc08f060, + 0x05207a01, + 0xfc99ab37, + 0x4fc88000, + 0xd5d00000, + 0x022c000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x0000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x100b0340, + 0xfa0f8100, + 0x802d01df, + 0xfc090060, + 0x05207a01, + 0xfc99ab37, + 0x4fc88000, + 0xd5d00000, + 0x022c000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x200d0350, + 0xfa0f8100, + 0x802d01cf, + 0xfc091060, + 0x05207a01, + 0xfc99ab47, + 0x4ec88000, + 0xd5d00000, + 0x022c000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x200c0350, + 0xfa1f8100, + 0x802d01cf, + 0xfc093060, + 0x05207a01, + 0xfc99ab57, + 0x4ec87000, + 0xd5d00000, + 0x022d000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x100d0340, + 0xfa1f8100, + 0x802e01cf, + 0xfc09405f, + 0x05207a01, + 0xfc99ab57, + 0x4ec87000, + 0xd5d00000, + 0x022d000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc5000f80, + 0xfe8ff3fb, + 0x100e0340, + 0xfa0f8100, + 0x802e01cf, + 0xfc09505f, + 0x05307a01, + 0xfc99ab57, + 0x4ec87000, + 0xd5d00000, + 0x022e000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xc6000f80, + 0xfe8ff3fb, + 0x200d0350, + 0xfa1f8100, + 0x802e01cf, + 0xfc09505f, + 0x05307a01, + 0xfc99ab57, + 0x4ec87000, + 0xd5d00000, + 0x022e000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xc6000f80, + 0xfe8ff3fb, + 0x100a0350, + 0xfa1f8100, + 0x802f01cf, + 0xfc095060, + 0x05307a01, + 0xfc99ab47, + 0x4ec87000, + 0xd5d00000, + 0x022d000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3be00004, + 0x2000000f, + 0xc7000f80, + 0xfe8ff3fb, + 0x000d0340, + 0xfa0f8100, + 0x802f01df, + 0xfc095060, + 0x05407a01, + 0xfc99ab27, + 0x4ec88000, + 0xd5d00000, + 0x022c000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x4000000f, + 0xc9000f80, + 0xfe8ff3fb, + 0x10090340, + 0xfa1f8100, + 0x802f01ef, + 0xfc095060, + 0x05407a01, + 0xfc99ab17, + 0x4ec87000, + 0xd5d00000, + 0x022d000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x3000000f, + 0xc9000f80, + 0xfe8ff3fb, + 0x00090330, + 0xfa1f8100, + 0x802f01ff, + 0xfc09305f, + 0x05407a01, + 0xfc99aaf7, + 0x4fc88000, + 0xd5d00000, + 0x022c000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc8000f80, + 0xfe8ff3fa, + 0xd00c0320, + 0xfa1f8100, + 0x802f020f, + 0xfc09305f, + 0x05307a01, + 0xfc99aab7, + 0x50c8b000, + 0xd5d00000, + 0x022a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc8000f81, + 0xfe8ff3fa, + 0xc0080310, + 0xfa1f8100, + 0x8030021f, + 0xfc09305f, + 0x05307a01, + 0xfc99aaa7, + 0x50c8b000, + 0xd5d00000, + 0x022a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc8000f80, + 0xfe8ff3fa, + 0xe0090330, + 0xfa1f8100, + 0x8030021f, + 0xfc09205f, + 0x05307a01, + 0xfc99aab7, + 0x50c8a000, + 0xd5d00000, + 0x022a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xc8000f80, + 0xfe8ff3fb, + 0x00080330, + 0xfa2f8100, + 0x8030021f, + 0xfc09105f, + 0x05307a01, + 0xfc99aab7, + 0x50c8a000, + 0xd5d00000, + 0x022a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc7000f80, + 0xfe8ff3fa, + 0xe00b0320, + 0xfa3f8100, + 0x8030021f, + 0xfc09105f, + 0x05307a01, + 0xfc99aab7, + 0x50c8b000, + 0xd5d00000, + 0x0229000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc7000f81, + 0xfe8ff3fa, + 0xd00a0320, + 0xfa3f8100, + 0x8030021f, + 0xfc09105f, + 0x05207a01, + 0xfc99aab7, + 0x50c8b000, + 0xd5d00000, + 0x0229000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x0000000f, + 0xc7000f81, + 0xfe8ff3fa, + 0xd00c0320, + 0xfa3f8100, + 0x8030022f, + 0xfc09105f, + 0x05207a01, + 0xfc99aab7, + 0x50c8b000, + 0xd5d00000, + 0x0229000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x0000000f, + 0xc7000f81, + 0xfe8ff3fa, + 0xd00c0320, + 0xfa3f8100, + 0x8031022f, + 0xfc09105f, + 0x05207a01, + 0xfc99aab7, + 0x4fc8a000, + 0xd5d00000, + 0x022a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x1000000f, + 0xc7000f80, + 0xfe8ff3fa, + 0xe00b0320, + 0xfa3f8100, + 0x8031022f, + 0xfc09205f, + 0x05207a01, + 0xfc99aab7, + 0x4fc8a000, + 0xd5d00000, + 0x022a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x1000000f, + 0xc7000f81, + 0xfe8ff3fa, + 0xf00c0320, + 0xfa3f8100, + 0x8030021f, + 0xfc09205f, + 0x05307a01, + 0xfc99aac7, + 0x4fc8a000, + 0xd5d00000, + 0x022a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x0000000f, + 0xc7000f81, + 0xfe8ff3fa, + 0xe00b0320, + 0xfa3f8100, + 0x8030021f, + 0xfc09205f, + 0x05307a01, + 0xfc99aad7, + 0x4ec8a000, + 0xd5d00000, + 0x022a000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x1000000f, + 0xc8000f80, + 0xfe8ff3fa, + 0xd00a0320, + 0xfa2f8100, + 0x8030020f, + 0xfc092060, + 0x05307a01, + 0xfc99aad7, + 0x4fc8a000, + 0xd5d00000, + 0x022b000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3bd00004, + 0x3000000f, + 0xca000f80, + 0xfe7ff3fa, + 0xe0060320, + 0xfa1f8100, + 0x802f01ff, + 0xfc092060, + 0x05307a01, + 0xfc99aad7, + 0x4fc8a000, + 0xd5d00000, + 0x022b000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x3000000f, + 0xca000f80, + 0xfe7ff3fa, + 0xc0070310, + 0xfa1f8100, + 0x803001ff, + 0xfc09105f, + 0x05407a01, + 0xfc99aac7, + 0x4fc8a000, + 0xd5d00000, + 0x022c000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x3000000f, + 0xc9000f80, + 0xfe7ff3fa, + 0xa0070300, + 0xfa1f8100, + 0x803001ff, + 0xfc09105f, + 0x05407a01, + 0xfc99aab7, + 0x50c8a000, + 0xd5d00000, + 0x022c000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3be00004, + 0x3000000f, + 0xca000f80, + 0xfe7ff3fa, + 0xb0060310, + 0xfa1f8100, + 0x8030020f, + 0xfc09105f, + 0x05407a01, + 0xfc99aac7, + 0x50c89000, + 0xd5d00000, + 0x022d000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x3000000f, + 0xca000f80, + 0xfe7ff3fa, + 0xc0070320, + 0xfa1f8100, + 0x8030020f, + 0xfc092060, + 0x05407a01, + 0xfc99aac7, + 0x4fc89000, + 0xd5d00000, + 0x022d000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe203fc, + 0x040e6fe3, + 0x3be00004, + 0x2000000f, + 0xc9000f80, + 0xfe8ff3fa, + 0xc0060320, + 0xf9ff8100, + 0x8032021f, + 0xfc091060, + 0x05507a01, + 0xfc99aac7, + 0x4fc8a000, + 0xd5d00000, + 0x022c000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe3, + 0x3bd00004, + 0x2000000f, + 0xc7000f80, + 0xfe8ff3fb, + 0x00070340, + 0xfa8f7e00, + 0x8036025f, + 0xfa092060, + 0x05507a01, + 0xfc99aac7, + 0x4fc89000, + 0xd5d00000, + 0x022c000a, + 0x86f68fb5, + 0xf57fcb12, + 0x6fe303fc, + 0x040e6fe4, + 0x3bd00004, + 0x2000000f, + 0xc6000f80, + 0xfe8ff3fb, + 0x50070380}; + +void ReadAnimationSet(Animation *animations, int numberAnimations, unsigned long animationTable, int numParts) +{ + //&_animation_dataSegmentRomStart; + //&_animation_tableSegmentRomStart; //0x124AC0; + + animations.clear(); + + for (int animationNumber = 0; animationNumber < numberAnimations; animationNumber++) + { + int animationOffset = &animationTable + (animationNumber * 4); + AnimationHeader animation; + AnimationHeader animationHeaderTemp; + + animation.numframes = numParts; + animation.motion.clear(); + + animationHeaderTemp.motion = &_animation_tableSegmentRomStart + *(&_animation_dataSegmentRomStart + animationOffset + 0); //0x124AC0 AKA &ANIM_DATA_empty[] + ANIM_ENTRY_Idle.motion + animationHeaderTemp.numframes = &_animation_dataSegmentRomStart + animationOffset + 4; + animationHeaderTemp.rotbits = &_animation_dataSegmentRomStart + animationOffset + 6; + animationHeaderTemp.flags = &_animation_dataSegmentRomStart + animationOffset + 7; + animationHeaderTemp.bitsrel = &_animation_dataSegmentRomStart + *(&_animation_dataSegmentRomStart + animationOffset + 8); + animationHeaderTemp.bitssizerel = &_animation_dataSegmentRomStart + animationOffset + 0xC; + animationHeaderTemp.bitssize = &_animation_dataSegmentRomStart + animationOffset + 0xE; + animationHeaderTemp.bitsmotionrel = &_animation_dataSegmentRomStart + *(&_animation_dataSegmentRomStart + animationOffset + 0x10); + + for (int r = 0; r < 4; r++) + { + animation.bitsrel[r].start = ([animationHeaderTemp.bitsrel + (0x6 * r)]); + animation.bitsrel[r].num = [animationHeaderTemp.bitsrel + (0x6 * r) + 2]; + animation.bitsrel[r].offset = ([animationHeaderTemp.bitsrel + (0x6 * r + 4)]); + } + + animation.flags = animationHeaderTemp.flags; + animation.rotbits = animationHeaderTemp.rotbits; + animation.bitssize = animationHeaderTemp.bitssize; + animation.bitssizerel = animationHeaderTemp.bitssizerel; + + animation.motion.clear(); + + for (int keyframeIndex = 0; keyframeIndex < animationHeaderTemp.numframes; keyframeIndex++) //eg idle is 0 to 163, bitssizerel = 0, bitsise = 544, robits = 12, start = 0, num = 6 + { + AnimationKeyframe keyframe; + unsigned long transRotYROMOffset = animationHeaderTemp.bitsmotionrel; //eg idle = 0x18 + + unsigned short valueRead = GetBitsFromIndex(keyframeIndex, [transRotYROMOffset], animationHeaderTemp.bitssizerel, animation.animationBitsDesc[0].start, animation.animationBitsDesc[0].num); + keyframe.keyframeTranslationX = SignExtend(animation.animationBitsDesc[0].num, valueRead) + (signed short)animation.animationBitsDesc[0].offset; + + valueRead = GetBitsFromIndex(keyframeIndex, [transRotYROMOffset], animationHeaderTemp.bitssizerel, animation.animationBitsDesc[1].start, animation.animationBitsDesc[1].num); + keyframe.keyframeTranslationY = SignExtend(animation.animationBitsDesc[1].num, valueRead) + (signed short)animation.animationBitsDesc[1].offset; + + valueRead = GetBitsFromIndex(keyframeIndex, [transRotYROMOffset], animationHeaderTemp.bitssizerel, animation.animationBitsDesc[2].start, animation.animationBitsDesc[2].num); + keyframe.keyframeTranslationZ = SignExtend(animation.animationBitsDesc[2].num, valueRead) + (signed short)animation.animationBitsDesc[2].offset; + + valueRead = GetBitsFromIndex(keyframeIndex, [transRotYROMOffset], animationHeaderTemp.bitssizerel, animation.animationBitsDesc[3].start, animation.animationBitsDesc[3].num); + unsigned short valueRot = SignExtend(animation.animationBitsDesc[3].num, valueRead) + (unsigned short)animation.animationBitsDesc[3].offset; + keyframe.keyframeYRotation = D3DXToDegree((valueRot * TWOPI) / 65536.0f); + + unsigned long motion = animationHeaderTemp.motion + (animationHeaderTemp.bitssize >> 3) * keyframeIndex; + + for (int x = 0; x < numParts; x++) + { + unsigned long xrotMapOffset1 = GetBitsFromIndex(x * 3, [motion], animationHeaderTemp.rotbits, 0, animationHeaderTemp.rotbits) << 4; + float xcoordRot = (xrotMapOffset1 * TWOPI) / 65536.0f; + keyframe.partRotations[x].x = D3DXToDegree(xcoordRot); + + unsigned long yrotMapOffset1 = GetBitsFromIndex(x * 3, [motion], animationHeaderTemp.rotbits, animationHeaderTemp.rotbits, animationHeaderTemp.rotbits) << 4; + float ycoordRot = (yrotMapOffset1 * TWOPI) / 65536.0f; + keyframe.partRotations[x].y = D3DXToDegree(ycoordRot); + + unsigned long zrotMapOffset1 = GetBitsFromIndex(x * 3, [motion], animationHeaderTemp.rotbits, animationHeaderTemp.rotbits * 2, animationHeaderTemp.rotbits) << 4; + float zcoordRot = (zrotMapOffset1 * TWOPI) / 65536.0f; + keyframe.partRotations[x].z = D3DXToDegree(zcoordRot); + } + + animation.motion.push_back(keyframe); + } + + animations.push_back(animation); + } +} +# endif +#endif + +#if 1 + +# include "../include/CPPLib.h" +# include "../src/bondaicommands.h" //make sure this is after constants +# include "../src/bondconstants.h" +# include "../src/game/chrai.h" +# define IFNOT(COND) EVAL2(PUSH_ARGS(INC(GNUM), IF_##COND)) \ + _AI_IF +# define _AI_IF(a) a _AI_IF_ELSE +# define _AI_IF_ELSE(a) a +# define _SWAPSTATEMENTS(A, B) B A +# define ELSEIIF(COND) IF_##COND +# define GNUM 0 + DO( //D O(GAILIST LOOP1) + + IFNOT(GUARD_HAS_STOPPED_MOVING(INCGNUM)) + ( + /*ELSE*/ CONTINUE(GAILIST_LOOP1) + ) + ( + LABEL(GAILIST_STOPPED_MOVING) + IF_GUARD_SEES_BOND(INC(GNUM)) + /*ELSE*/ IF_GUARD_WAS_SHOT_OR_SEEN_WITHIN_LAST_10_SECS(GAILIST_DONE) + /*ELSE*/ IF_GUARD_HEARD_BOND_WITHIN_LAST_10_SECS(GAILIST_DONE) + /*ELSEIF*/ RANDOM_GENERATE_GREATER_THAN(1, GAILIST_NEXT) // 1/255 chance of playing idle animation + /*ELSE*/ + SETRETURNAILIST(GAILIST_ID_DETECT_BOND_SPAWN_CLONE_ON_HEARD_GUNFIRE) + JUMP(CHR_SELF, GAILIST_ID_IDLE_RAND_ANIM_SUBROUTINE) // play idle animation and return to list + /*ENDIF*/ + ) + LABEL(GAILIST_NEXT) + ) +#endif + +/* The circumference of a circle with diameter 1, PI.*/ +#define M_PI_F 3.1415927f +/* The circumference of a circle with diameter 1, PI.*/ +#define M_MINUS_PI_F -3.1415927f + +/* The circumference of a circle with radius 1, PI*2.*/ +#define M_TAU 6.28318530717958647692 +/* The circumference of a circle with radius 1, PI*2.*/ +#define M_TAU_F 6.2831855f +// Converts radians to degrees. +#define DEG2BYTE(DEG) (char)(256.0f / 360.0f * (DEG)) +#define RAD2BYTE(RAD) (char)(256.0f / M_TAU_F * (RAD)) +#define DegToRad(DEG) (float)((DEG)*M_TAU / 360.0) +#define RadToDeg(RAD) (float)((RAD) / M_TAU_F * 360.0f) +#define ByteToRadian(Byte) ((Byte * M_TAU_F) * (1.0f / 256.0f)) + +float M_45_DEG_IN_RAD = 0.7853982f; +float M45 = DegToRad(45); +float M_90_DEG_IN_RAD = 1.5707964f; +float M90 = DegToRad(90); +float M_100_DEG_IN_RAD = 1.7453293f; +float M100 = DegToRad(100); +float M_110_DEG_IN_RAD = 1.9198622f; +float M110 = DegToRad(110); +float M_135_DEG_IN_RAD = 2.3561945f; +float M135 = DegToRad(135); +float M_225_DEG_IN_RAD = 3.926991f; +float M225 = DegToRad(225.00001); +float M_250_DEG_IN_RAD = 4.363323f; +float M250 = DegToRad(250); +float M_260_DEG_IN_RAD = 4.537856f; +float M260 = DegToRad(260); +float M_270_DEG_IN_RAD = 4.712389f; +float M270 = DegToRad(270); +float M_315_DEG_IN_RAD = 5.4977875f; +float M315 = DegToRad(315.00001); + +#define TARGET_N64 +#include +#include +#include +u16 * g_DebugOutputVideoBuffer1 = NULL; +u16 * g_DebugOutputVideoBuffer2 = NULL; + +void deboutSetBuffers(u16 *buffer1, u16 *buffer2) +{ + g_DebugOutputVideoBuffer1 = (void*)K0_TO_K1(buffer1); + g_DebugOutputVideoBuffer2 = (void*)K0_TO_K1(buffer2); +} +void deboutSetBuffers2(u16 *buffer1, u16 *buffer2) +{ + g_DebugOutputVideoBuffer1 = OS_PHYSICAL_TO_K1(buffer1); + g_DebugOutputVideoBuffer2 = OS_PHYSICAL_TO_K1(buffer2); +} + + diff --git a/checksums.txt b/checksums.txt new file mode 100644 index 0000000..df480fc --- /dev/null +++ b/checksums.txt @@ -0,0 +1,715 @@ +6934ec4ee59ff3233b35f4f1a6f150872c90946d build/u/assets/obseg/bg/bg_sev_all_p.seg +725079c09c91916b1c92f2409954d30d55bd135d build/u/assets/obseg/bg/bg_silo_all_p.seg +e261790370351cd685a7e889edb82499971aca0c build/u/assets/obseg/bg/bg_stat_all_p.seg +b9b264f12c887922a092f7a2665c533769831585 build/u/assets/obseg/bg/bg_arec_all_p.seg +3a2baa9360e9abee6a8ab20fdc3fe36e85656115 build/u/assets/obseg/bg/bg_arch_all_p.seg +0cf027fc81be4a66425e306bed8bb05561f24851 build/u/assets/obseg/bg/bg_tra_all_p.seg +867e752dfd9e718ef15e3621653323b571110546 build/u/assets/obseg/bg/bg_dest_all_p.seg +71c44847680dfb5c9303278375543152b0df82d2 build/u/assets/obseg/bg/bg_sevb_all_p.seg +e71d85a4f72e9b2d81ffc109cd6803abb75360cd build/u/assets/obseg/bg/bg_azt_all_p.seg +aaa560a8b0af13a72f5a1c25d0a21be4168c53b3 build/u/assets/obseg/bg/bg_pete_all_p.seg +445541bf288425bfe2447929e81e7701794cd24e build/u/assets/obseg/bg/bg_depo_all_p.seg +e87c0f91145ee784f830306478c3b3024255f18d build/u/assets/obseg/bg/bg_ref_all_p.seg +2293c648997ae3f79c17262ba8df2247adb3f344 build/u/assets/obseg/bg/bg_cryp_all_p.seg +11e8a8250f39bd090ed9d00b6fd3ab2ec7dc8243 build/u/assets/obseg/bg/bg_dam_all_p.seg +192dda376370cf9a07c33a08af5836ec0be6175b build/u/assets/obseg/bg/bg_ark_all_p.seg +a58d8963a5d219f61f056887bff996b52e1d79a6 build/u/assets/obseg/bg/bg_run_all_p.seg +3d912e6d6229e5c19a527aa8ae51c353c14b4df7 build/u/assets/obseg/bg/bg_sevx_all_p.seg +ff4f27b38eba194602a524a60cc5dbaccbd795a9 build/u/assets/obseg/bg/bg_jun_all_p.seg +0575f20e0fb71057c2f7c660dd0ded4878b5d495 build/u/assets/obseg/bg/bg_dish_all_p.seg +1bc46ac67773c12cf5d1fe79b48bbab3ea0ef321 build/u/assets/obseg/bg/bg_cave_all_p.seg +8c02ca49fd14db9a72d2e1e54b36308454286a86 build/u/assets/obseg/bg/bg_cat_all_p.seg +44d36870cc2502138b61c62436d0774942ff70b9 build/u/assets/obseg/bg/bg_crad_all_p.seg +da39a3ee5e6b4b0d3255bfef95601890afd80709 build/u/assets/obseg/bg/bg_imp_all_p.seg +da39a3ee5e6b4b0d3255bfef95601890afd80709 build/u/assets/obseg/bg/bg_ash_all_p.seg +da39a3ee5e6b4b0d3255bfef95601890afd80709 build/u/assets/obseg/bg/bg_sho_all_p.seg +46774d70127cae35b898f5b94246c77f6e239a71 build/u/assets/obseg/bg/bg_ame_all_p.seg +da39a3ee5e6b4b0d3255bfef95601890afd80709 build/u/assets/obseg/bg/bg_oat_all_p.seg +70ac79017821950bc71d0f5ea0148cde1825a615 build/u/assets/obseg/bg/bg_rit_all_p.seg +da39a3ee5e6b4b0d3255bfef95601890afd80709 build/u/assets/obseg/bg/bg_len_all_p.seg +da39a3ee5e6b4b0d3255bfef95601890afd80709 build/u/assets/obseg/bg/bg_lee_all_p.seg +da39a3ee5e6b4b0d3255bfef95601890afd80709 build/u/assets/obseg/bg/bg_ear_all_p.seg +53ea3a1252992714b8f09235909390c001a3f3b8 build/u/assets/obseg/bg/bg_lip_all_p.seg +da39a3ee5e6b4b0d3255bfef95601890afd80709 build/u/assets/obseg/bg/bg_pam_all_p.seg +da39a3ee5e6b4b0d3255bfef95601890afd80709 build/u/assets/obseg/bg/bg_wax_all_p.seg +f4e72081570eae7ec26d1fcca157b762f686f465 build/u/assets/obseg/brief/UbriefarchZ.rz +1c3a01646bcb6f9f4f86d93bc82a18b05b922cdb build/u/assets/obseg/brief/UbriefarkZ.rz +931e609e804c1662ab5cee02a72451f1272d9978 build/u/assets/obseg/brief/UbriefaztZ.rz +ee4f4d4554595baa3d2bfd3c67e8c1323f911d49 build/u/assets/obseg/brief/UbriefcaveZ.rz +39f88af2e3281ced82978b008cedc16b709a38e7 build/u/assets/obseg/brief/UbriefcontrolZ.rz +9b24f434908986145a511a77542a8805a9393152 build/u/assets/obseg/brief/UbriefcradZ.rz +9e9a1f80c2ac012131ac68f70de1dd92b2bfde7e build/u/assets/obseg/brief/UbriefcrypZ.rz +a2cd9b46835e51923c5ea6748bfca0e69d176d99 build/u/assets/obseg/brief/UbriefdamZ.rz +95907929c2bc188e03cb073d33aab86ba45f4bd8 build/u/assets/obseg/brief/UbriefdepoZ.rz +7ebcb54478326f792adcb6e202d1bef1c505389a build/u/assets/obseg/brief/UbriefdestZ.rz +972e072765bfcd811decd4dffedddbbf7a29c9bc build/u/assets/obseg/brief/UbriefjunZ.rz +49979c97dbaf913aac796248f42e9a61b756670d build/u/assets/obseg/brief/UbriefpeteZ.rz +df90ab0b35388826748b1bbbb3ba5741518d5f8d build/u/assets/obseg/brief/UbriefrunZ.rz +0aa115c6e2cb380eb48c8009cb45c2b74f15ad7c build/u/assets/obseg/brief/UbriefsevbunkerZ.rz +63de9ce290a19b2c1fa4fe331c97c8bea410c4d4 build/u/assets/obseg/brief/UbriefsevbZ.rz +980db05c0fb37c1aed140de766288930d8122019 build/u/assets/obseg/brief/UbriefsevxbZ.rz +b5dc12755f197eb69db5bb27858e5ba059bb806c build/u/assets/obseg/brief/UbriefsevxZ.rz +558bb65230f1fbd33c8c5854a90e9196201a16d2 build/u/assets/obseg/brief/UbriefsiloZ.rz +2364aa02d403fac8c82fc14dc0411e94dfd97c29 build/u/assets/obseg/brief/UbriefstatueZ.rz +7ebba8fb6938c6f541096fee7b3278b6c91043f0 build/u/assets/obseg/brief/UbrieftraZ.rz +af96b213d4163b9e812599256ca4a677189a4003 build/u/assets/obseg/chr/CarmourguardZ.rz +f9a962910ddc892bb07e3b40685959a4fec5f522 build/u/assets/obseg/chr/CbaronsamediZ.rz +7de2912d10aacc23e192c322f33276345553de76 build/u/assets/obseg/chr/CbluecamguardZ.rz +753048077b04c5f88726aa652af664879e8802c1 build/u/assets/obseg/chr/CbluemanZ.rz +b3ad09ece73c09fa665895ebaf607755a412a2d7 build/u/assets/obseg/chr/CbluewomanZ.rz +c565bfe19c39b075385fca28edcb2ac3ba65bdd1 build/u/assets/obseg/chr/CboilerbondZ.rz +d8ecca4158650753d39353a8fca8da10786218ee build/u/assets/obseg/chr/CboilertrevZ.rz +641dbee70e9bb3a5018596628866ad0c1b5e9c0a build/u/assets/obseg/chr/CborisZ.rz +550728962bad279792cbf657595a9552c93150fd build/u/assets/obseg/chr/CcamguardZ.rz +b532f4401a0f54a03eb6fa4b91dc9ce6ae134c59 build/u/assets/obseg/chr/CcardimanZ.rz +3c987b5c592182f23558372e7ff93d413732a514 build/u/assets/obseg/chr/CcheckmanZ.rz +49d76867e281ad92277fdcd5a997b1f73fe4f4b5 build/u/assets/obseg/chr/CcommguardZ.rz +eb239f8832a9ab510dbe0ae63f65674d39062648 build/u/assets/obseg/chr/CdjbondZ.rz +d3648c7044dd2d5dbf1a26962858220f2c23ec5a build/u/assets/obseg/chr/CfattechwomanZ.rz +4243913931b617a6ddd80f3d66c520006405cfee build/u/assets/obseg/chr/Cgreatguard2Z.rz +240bdbfefa49a1cffe805ade2f2c49f6eb992c6e build/u/assets/obseg/chr/CgreatguardZ.rz +b1baec57726bdfd5c47b2d15d8b48e27ffa54d7e build/u/assets/obseg/chr/CgreyguardZ.rz +583d8f6256e899a3fed7aa1f228177a9d501e6a6 build/u/assets/obseg/chr/CgreymanZ.rz +1970a5f8e1acc97b26e36f9dae0298321bfb876f build/u/assets/obseg/chr/CheadalanZ.rz +7b4366ffcc270b2ee37bc8e1a4d736d2d2c78ed8 build/u/assets/obseg/chr/CheadbalaclavaZ.rz +feb9f0d401ce2882944dc633b8b3c9a0f17fc2e2 build/u/assets/obseg/chr/CheadbikeZ.rz +85cea9b7136c172e5d7ba1be8dd9e68588132754 build/u/assets/obseg/chr/CheadbrosnanboilerZ.rz +b56ffb982be53175c581f9344ad01738cb2a9799 build/u/assets/obseg/chr/CheadbrosnansnowZ.rz +f056c8d0633700d20054552a9920ea97dfd4ebc5 build/u/assets/obseg/chr/CheadbrosnansuitZ.rz +23e8b45441ca4812a525324b88ee4d0438a91dc4 build/u/assets/obseg/chr/CheadbrosnantimberZ.rz +5ee8d74b19efb113de244e1bbb2b076ee6283d8d build/u/assets/obseg/chr/CheadbrosnanZ.rz +98241d9423cd1571847a627e023e496d4a0b548e build/u/assets/obseg/chr/CheadbZ.rz +819b91eac46ae9ee8ecd4dc4ef895a8ef10a031d build/u/assets/obseg/chr/CheadchrisZ.rz +98bc6cbae7fa9be48e062518065e44ec7054b887 build/u/assets/obseg/chr/CheaddaveZ.rz +baf393f5b3fef947aceec2d62ca089b01c4cee9b build/u/assets/obseg/chr/CheaddesZ.rz +4ef80459445e1d8dcb9a264da1f82baf86910fa5 build/u/assets/obseg/chr/CheadduncanZ.rz +099940e3278dbb3c5b17776de0b6cdc433a18779 build/u/assets/obseg/chr/CheaddwayneZ.rz +1aefab90eecc5a900903da9ab98b465bf68db2a2 build/u/assets/obseg/chr/CheadgrahamZ.rz +d1b779b3eafee77bc33752ee233b685cf4f3e966 build/u/assets/obseg/chr/CheadgrantZ.rz +ec4d021cd47cda6ad7c4d5d69031875f0fabab14 build/u/assets/obseg/chr/CheadjimZ.rz +8c445806dad9dc9e23a463053bcd2788499aea9f build/u/assets/obseg/chr/Cheadjoe2Z.rz +5333d360aaa0e13b39e7adcfa6c81878d0dceeef build/u/assets/obseg/chr/CheadjoelZ.rz +19ba0039e3958b1f7dcc3fd38a79bd6953fb26fb build/u/assets/obseg/chr/CheadjoeZ.rz +2e60f66c0ca29491e81a227567223a8153094035 build/u/assets/obseg/chr/CheadkarlZ.rz +517057510bbe4ea9d308f11bb56eb33849758cd4 build/u/assets/obseg/chr/CheadkenZ.rz +601952bf0b973e1cbc85a469525d76042d61cf03 build/u/assets/obseg/chr/CheadleeZ.rz +fbc4972b28da6b8e7dfa5f0c3b33033cdd840331 build/u/assets/obseg/chr/CheadmandyZ.rz +efa446f619ae1f5a1ce8c5c953817bba270433a4 build/u/assets/obseg/chr/CheadmarionZ.rz +0dbf268afa661531cb24821ffa8428a5adc0a0ea build/u/assets/obseg/chr/CheadmarkZ.rz +8b2427714eb1a96fb63537f0af7d7e552d9d4e48 build/u/assets/obseg/chr/CheadmartinZ.rz +4d6438a0c1223ed3afe4c35fb3fc8147f50b2f71 build/u/assets/obseg/chr/CheadmishkinZ.rz +507bb8429843b23ef8beefeb6d85522c886acb18 build/u/assets/obseg/chr/CheadneilZ.rz +85926c33d95c839e38617ef634921da552b274c6 build/u/assets/obseg/chr/CheadpeteZ.rz +59a8675b92bb90314b405251a58f0f0317c8f205 build/u/assets/obseg/chr/CheadrobinZ.rz +40f7901536fcc2bcdb1036af713ad357ca6900b2 build/u/assets/obseg/chr/CheadsallyZ.rz +7d5338f987f9b49632001f9a47dc2b2c75f844c9 build/u/assets/obseg/chr/CheadscottZ.rz +9f496a75d3d49173af1ff77948f1a16b7eb8c50e build/u/assets/obseg/chr/CheadshaunZ.rz +bf50d903fb77b6cc7d5fc8f2c5af39308411cc13 build/u/assets/obseg/chr/CheadsteveeZ.rz +7efd27879add069922632ab0d48ba90b3f555bd6 build/u/assets/obseg/chr/CheadstevehZ.rz +91289963bcd07e659d621da8d11c9d208e9ff3eb build/u/assets/obseg/chr/CheadvivienZ.rz +cbe6889485a8276d25b041e7b52d9866bc3060e0 build/u/assets/obseg/chr/CjawsZ.rz +019af9cd39a7a720a331298112f2288c4aaf9930 build/u/assets/obseg/chr/CjeanwomanZ.rz +20dfd0e89f4834fad2d001eeb3fce09d8c3d5055 build/u/assets/obseg/chr/CmaydayZ.rz +d50267b2bb2c0f29c020894d06ece2bcc19b407c build/u/assets/obseg/chr/CmoonfemaleZ.rz +f30ed13f62118048eec639e183bfc24975269a4b build/u/assets/obseg/chr/CmoonguardZ.rz +3aab8c12017b26c686a1813b4c521fb4acb52791 build/u/assets/obseg/chr/CnatalyaZ.rz +8c3f0f7795b2d3e04a8d5bbf19eede3b892d622a build/u/assets/obseg/chr/CnavyguardZ.rz +30852bcccfa32b213d8fe5ee3c6a7321797b4754 build/u/assets/obseg/chr/CoddjobZ.rz +2da8ed7a5936abffc296c8e875d74f88846b44f7 build/u/assets/obseg/chr/ColiveguardZ.rz +dbf3e3885726cb0b0cf65286ddd46748535397fb build/u/assets/obseg/chr/CorumovZ.rz +f77936814bc414fe647ae442e36b9806b5a86eb1 build/u/assets/obseg/chr/CpilotZ.rz +bbaf4c082fe3e6d217959c1762c81bb15fec0e7a build/u/assets/obseg/chr/CredmanZ.rz +2524ef24c798e30e8cbfcdd24985c01e2ee751d7 build/u/assets/obseg/chr/CrusguardZ.rz +e96010ad083250dbec0b00a45a1decda648e6f90 build/u/assets/obseg/chr/CsnowbondZ.rz +bf9ff65bcfa679e336a15c16c793dbed68a6a8ff build/u/assets/obseg/chr/CsnowguardZ.rz +112f5d50a046f62687c58422286ec439173af683 build/u/assets/obseg/chr/CspicebondZ.rz +1cb1f6a7f11b46e87f4ab6f91ba1d068fce40154 build/u/assets/obseg/chr/CsuitbondZ.rz +5de72f4f175bf1613a253a2bd1b7607bd290f664 build/u/assets/obseg/chr/Csuit_lf_handZ.rz +ef5695e2f548f28ec9809e816172865c0a85dafb build/u/assets/obseg/chr/CtechmanZ.rz +a4bd1527ce647a62ace593da87aa8752a0ada22c build/u/assets/obseg/chr/CtechwomanZ.rz +58f9ba4bc4a645c0a2211eb80079131850b536d6 build/u/assets/obseg/chr/CtimberbondZ.rz +163ffcae6b73fe024a879d089350b54b2d32a3dd build/u/assets/obseg/chr/CtrevelyanZ.rz +78d224bd41b194598cf4eefc270f948e19cdd0a5 build/u/assets/obseg/chr/CtrevguardZ.rz +0b34e0b34c20e26ab83f5fa7bbcc09fd4922dcf4 build/u/assets/obseg/chr/CvalentinZ.rz +2d3d89072922f993f6bb0907e05c3b9db1fdf4a7 build/u/assets/obseg/chr/CxeniaZ.rz +be8f843b4e9b9ec8d3ac83f337105bf50416b4fa build/u/assets/obseg/gun/Gak47Z.rz +8692c58972cb92acb5aa265cb82f6d1e4dd7ecda build/u/assets/obseg/gun/GaudiotapeZ.rz +a283d5c8d47d91fafd21d5aceb6b13e501c81a79 build/u/assets/obseg/gun/GautoshotZ.rz +9c069ec9be7ad3da9868328dff77bf26a6a612d0 build/u/assets/obseg/gun/GblackboxZ.rz +ac72d4ffaa025ace37724887973a5614e9069c7b build/u/assets/obseg/gun/GblueprintsZ.rz +f4eff3a515df736e6759b2777c4a53e5bb5419e3 build/u/assets/obseg/gun/GbombcaseZ.rz +36455963b6adc468bee8a06d9940341f44c2df88 build/u/assets/obseg/gun/GbombdefuserZ.rz +f4eff3a515df736e6759b2777c4a53e5bb5419e3 build/u/assets/obseg/gun/GbriefcaseZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GbugdetectorZ.rz +7aff217d6bf7ab37126e6c23a660790fd8b963ba build/u/assets/obseg/gun/GbugZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GbungeeZ.rz +9e7f5b6d2c835cf83a103813e7c686542862250e build/u/assets/obseg/gun/GcameraZ.rz +a41c3d34dd1dfad6cd76cf43fc260554932fefb5 build/u/assets/obseg/gun/GcartblueZ.rz +7f0fe8845729f3a1a922155dcdaeb834e78d2443 build/u/assets/obseg/gun/GcartridgeZ.rz +bb72550883dd37fbd913e86a3f85465b8d67dc70 build/u/assets/obseg/gun/GcartrifleZ.rz +f4c7df761272ec16f48ebfd0d67d48ab489456da build/u/assets/obseg/gun/GcartshellZ.rz +a41ff8dcd6a96303e394b60f43fb0651b23bab15 build/u/assets/obseg/gun/GcircuitboardZ.rz +0cdb12fa796c3715557818d7fd5f5f092c196079 build/u/assets/obseg/gun/GclipboardZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GcreditcardZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GdarkglassesZ.rz +42f0534cecfb0b0f6484e1ddef3ee4a3f52f5159 build/u/assets/obseg/gun/GdatathiefZ.rz +1fe4eceb3917babce851a503a3ce7568ce3fd14e build/u/assets/obseg/gun/GdattapeZ.rz +95486e4f5f65e587a148450efd98507688f2bef9 build/u/assets/obseg/gun/GdoordecoderZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GdoorexploderZ.rz +913589a6f1f3beed8a75c38af21e6bab6cc52f6b build/u/assets/obseg/gun/GdossierredZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GdynamiteZ.rz +28ff302554421498505d4ac009c68ef856933cf4 build/u/assets/obseg/gun/GexplosivefloppyZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GexplosivepenZ.rz +b7ee4439e8be82f58293321b0666c19c5d9f253c build/u/assets/obseg/gun/GextinguisherZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GfingergunZ.rz +50cf111af8f49a6b6c45cfbb85bc70be8442b9fe build/u/assets/obseg/gun/GfistZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GflarepistolZ.rz +131a5a36346e8de8949841d519d352536b3e1303 build/u/assets/obseg/gun/Gfnp90Z.rz +0ffc7be82e6063c2de1ca6206ee03a4469a51098 build/u/assets/obseg/gun/GgaskeyringZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GgoldbarZ.rz +ef0a685f094da4af7067c124815ce969919c47e1 build/u/assets/obseg/gun/GgoldeneyekeyZ.rz +26adac26145a3ecdcdb85ae02f869e93d4017428 build/u/assets/obseg/gun/GgoldengunZ.rz +f6803819660abd0f42e7afe4dc4a50933f047a6c build/u/assets/obseg/gun/GgoldwppkZ.rz +83dd6e61f382b9c32f74c468dcf0f68fbbbc8d1c build/u/assets/obseg/gun/GgrenadelaunchZ.rz +580421a79e0ddc768ce480acee2f1ed3fef23316 build/u/assets/obseg/gun/GgrenadeZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GheroinZ.rz +0676bc5cffef399e2f1c46cd271012d49279fe8d build/u/assets/obseg/gun/GjoypadZ.rz +f4eff3a515df736e6759b2777c4a53e5bb5419e3 build/u/assets/obseg/gun/GkeyanalysercaseZ.rz +74c87b8e2f4c783dfb7a4ddc64b2de373660df6e build/u/assets/obseg/gun/GkeyboltZ.rz +635dc0dfd4dde0d73cbfe2682a0e8fcae472e5b0 build/u/assets/obseg/gun/GkeycardZ.rz +c79a0735c356407ef1b8875a53eb59f824365cc3 build/u/assets/obseg/gun/GkeyyaleZ.rz +e4a6e4567dd075cfc013d60cf1b0aceaef03cd59 build/u/assets/obseg/gun/GknifeZ.rz +ba3567c3617faeae8a780f87aac42397588a141a build/u/assets/obseg/gun/GlaserZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GlectreZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GlockexploderZ.rz +20240e531fb01dac2ebbcedad6743bb7edcd4f47 build/u/assets/obseg/gun/Gm16Z.rz +4a30a8eb3de219e9cd1a7fccc08e4995d28e44f4 build/u/assets/obseg/gun/GmapZ.rz +28df314e796a34e71b460531d723915528baa7ed build/u/assets/obseg/gun/GmicrocameraZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GmicrocodeZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GmicrofilmZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GmoneyZ.rz +b1d6da18d90da028d936baf6f5e869b8c1cce46d build/u/assets/obseg/gun/Gmp5ksilZ.rz +ba6589b6ddb5ff58112fd21de25dfa86a834da7b build/u/assets/obseg/gun/Gmp5kZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GpitongunZ.rz +afb80b3b1770cea7c75ccd1f508c487d315b2288 build/u/assets/obseg/gun/GplansZ.rz +97cd167006f875c7fba36141bbe9264e99d1b28d build/u/assets/obseg/gun/GplastiqueZ.rz +bed8c08922c522763cb010676c10556223ead57f build/u/assets/obseg/gun/GpolarizedglassesZ.rz +d766fa78540729ce27264a970d41510f6aced847 build/u/assets/obseg/gun/GproximitymineZ.rz +200ab882f42c74a3eb71c99ff2e446b391ae7277 build/u/assets/obseg/gun/GremotemineZ.rz +127515575a0ba7cf66d8e3d663da0c4bb5cb6af8 build/u/assets/obseg/gun/GrocketlaunchZ.rz +5a75b7c3a7dffc18aa11e44ac8107106be1e315a build/u/assets/obseg/gun/GrugerZ.rz +f4eff3a515df736e6759b2777c4a53e5bb5419e3 build/u/assets/obseg/gun/GsafecrackercaseZ.rz +4ef8d6c04045db0f60953cddb999313471670d21 build/u/assets/obseg/gun/GshotgunZ.rz +c843d6d9f67cf2402bbe3feca9a18d906bfbeaab build/u/assets/obseg/gun/GsilverwppkZ.rz +4848729c2113bd7f7795a4d41a34bb412957a988 build/u/assets/obseg/gun/GskorpionZ.rz +c637dd38b0f715a95dc554598f40047b02d38d26 build/u/assets/obseg/gun/GsniperrifleZ.rz +738ae1c9fdf369f532479eff096388dfe3a5d074 build/u/assets/obseg/gun/GspectreZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GspooltapeZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GspyfileZ.rz +9da8872ae757dc89a27595cf28bea4cafdcc0ef7 build/u/assets/obseg/gun/GstafflistZ.rz +89eee7867adb1f9c124bd8277bb9db461e1bece4 build/u/assets/obseg/gun/GtaserZ.rz +efa45e5b2bcd4c03c8b56a9160914272357d61dd build/u/assets/obseg/gun/GthrowknifeZ.rz +3ab2500293f8af76ac1a21db66bc5f1e6a373ef6 build/u/assets/obseg/gun/GtimedmineZ.rz +e9bc424038fd0080d4f4582b5f31b569759d9ae2 build/u/assets/obseg/gun/GtriggerZ.rz +88918f408836032df263ba6be279bb3de3565bac build/u/assets/obseg/gun/Gtt33Z.rz +096504cb9626993eb043e8a7d14ca495f0ab5ce3 build/u/assets/obseg/gun/GuziZ.rz +a9c9669ccb7dd0dc7152c4f3ea627c99a2e3cdf7 build/u/assets/obseg/gun/GvideotapeZ.rz +76c4e07f6b0c6397b0463e6251ba9148e8c4423b build/u/assets/obseg/gun/GwatchcommunicatorZ.rz +76c4e07f6b0c6397b0463e6251ba9148e8c4423b build/u/assets/obseg/gun/GwatchgeigercounterZ.rz +76c4e07f6b0c6397b0463e6251ba9148e8c4423b build/u/assets/obseg/gun/GwatchidentifierZ.rz +e9bc424038fd0080d4f4582b5f31b569759d9ae2 build/u/assets/obseg/gun/GwatchlaserZ.rz +688ed0684ab04e86c10b0842ea50018a155ef3d5 build/u/assets/obseg/gun/GwatchmagnetattractZ.rz +76c4e07f6b0c6397b0463e6251ba9148e8c4423b build/u/assets/obseg/gun/GwatchmagnetrepelZ.rz +f4eff3a515df736e6759b2777c4a53e5bb5419e3 build/u/assets/obseg/gun/GweaponcaseZ.rz +6a223739f3b248922e5ce104635af308d471e1b2 build/u/assets/obseg/gun/GwppksilZ.rz +c6ee07a282862f223c6e4bbcda674bff3633665a build/u/assets/obseg/gun/GwppkZ.rz +ae0b065c4b9b60b3561399dcbb883df9291bad29 build/u/assets/obseg/gun/GwristdartZ.rz +4dfe82e65fc7247c9b712a7a78f885e83b0311a7 build/u/assets/obseg/prop/Pak47magZ.rz +a86aef1cb5e589bf14220cebdba27e5d7162028c build/u/assets/obseg/prop/Palarm1Z.rz +a6d832390d63c59d4a117bd84ce286acbd6700b7 build/u/assets/obseg/prop/Palarm2Z.rz +52933eb5817d27115ec9a63c0553f4e59e3d7c71 build/u/assets/obseg/prop/Pammo_crate1Z.rz +9937799ec7f14e00c26d4330c8fb8dd8a1feb420 build/u/assets/obseg/prop/Pammo_crate2Z.rz +1cabd6f779e6e26a9ccac267e0eb4a1babe20237 build/u/assets/obseg/prop/Pammo_crate3Z.rz +5b46413d1b360ec2ba1e820abf9c32abfd78f19d build/u/assets/obseg/prop/Pammo_crate4Z.rz +83714c93af03aa67933fd25bb0ade9771c48cc85 build/u/assets/obseg/prop/Pammo_crate5Z.rz +902b578f8be1111fe6502b0a5b54c463f9002158 build/u/assets/obseg/prop/PapcZ.rz +45d334de4a7f2d653687f72c19d0620ac846ad7c build/u/assets/obseg/prop/Parchsecdoor1Z.rz +2a896738717740632f927f9a1a6a99beb7b126b0 build/u/assets/obseg/prop/Parchsecdoor2Z.rz +5c3d0a65a26998352cd21428d0d1c3bbdb916916 build/u/assets/obseg/prop/PartictrailerZ.rz +cb1929baccffcf65bfaee613a117ae3f56b794e3 build/u/assets/obseg/prop/ParticZ.rz +e87dcee46037876ff17cafcb261efbb89068557b build/u/assets/obseg/prop/PbarricadeZ.rz +f747037f4318b107c6ef325d5034e742c279fe16 build/u/assets/obseg/prop/Pbin1Z.rz +239245df49a6989477cef9eef9d4b3f0714b32dc build/u/assets/obseg/prop/Pblotter1Z.rz +558f5cb0504793179076ee7679c43721a761dbf0 build/u/assets/obseg/prop/PbodyarmourvestZ.rz +0922b84ee34f6d67b0b478ce59ce808cc027adce build/u/assets/obseg/prop/PbodyarmourZ.rz +3281665e2d33eef6b4f155e3db08fac74b343b67 build/u/assets/obseg/prop/PbollardZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PbombZ.rz +94b930522260cfbc4b3d5d2030ca427cfe665438 build/u/assets/obseg/prop/Pbook1Z.rz +c5fe96cfb73ea0abbab9a0cacfcb218c344bc859 build/u/assets/obseg/prop/Pbookshelf1Z.rz +804dd6ea52cdacb9b35f85031a937623695b07dc build/u/assets/obseg/prop/Pborg_crateZ.rz +34ce4231e0b15248fe00afa2f3942a60130a36a2 build/u/assets/obseg/prop/PboxcartridgesZ.rz +0c39c67baf4dedba2cac31ea1344e4c0df9683f8 build/u/assets/obseg/prop/Pboxes2x4Z.rz +5a8b86b30f3c48bf6fbd47815f9402a67a04e400 build/u/assets/obseg/prop/Pboxes3x4Z.rz +5d800191db97cef348966676f8414a2c776e8a20 build/u/assets/obseg/prop/Pboxes4x4Z.rz +64f4551ae68536e519e4e7f6bbd1e692e6f26e73 build/u/assets/obseg/prop/PbrakeunitZ.rz +a9d17f303790a810bdeccc87e272063a1ec73778 build/u/assets/obseg/prop/Pbridge_console1aZ.rz +2484f854199a0087f2676c394c224a0a46cf3830 build/u/assets/obseg/prop/Pbridge_console1bZ.rz +7aad5b1c18a7c59d3862561f1c367bf3eb2fe489 build/u/assets/obseg/prop/Pbridge_console2aZ.rz +b6d0651e76d8bc457e1f0761ab13781171db4389 build/u/assets/obseg/prop/Pbridge_console2bZ.rz +0c7f08b2c54646d2e861824ef8a238d6eab383cd build/u/assets/obseg/prop/Pbridge_console3aZ.rz +c90faf7ed80b36664e894cc16c5139e0fba680b2 build/u/assets/obseg/prop/Pbridge_console3bZ.rz +bd379dbeb0f59f0156234b33f936bbaec77bf37c build/u/assets/obseg/prop/PcarbmwZ.rz +f8506a0a6b9ac9eae1c6988eb43ed7ac6a2484ca build/u/assets/obseg/prop/Pcard_box1Z.rz +3b70d92bc05b34c8894b912426dbab81c482c7af build/u/assets/obseg/prop/Pcard_box2Z.rz +6d2ac8d2744a215914f11093b2935ab23fc649b2 build/u/assets/obseg/prop/Pcard_box3Z.rz +b39befee71646044f1b66e1022135dc90c99079a build/u/assets/obseg/prop/Pcard_box4Z.rz +f862ecc3e3c5ec3760edfd6864c5a126eeed920c build/u/assets/obseg/prop/Pcard_box5Z.rz +931d1774d903a322ab3001462bc598c487160127 build/u/assets/obseg/prop/Pcard_box6Z.rz +54c3ada7510f2bb6dd1ea212457b31ca30b87cfe build/u/assets/obseg/prop/PcarescortZ.rz +965fa84930051df6d213929c60178d877328d4c9 build/u/assets/obseg/prop/PcargolfZ.rz +3528253fb3fac10a6c5826060af277685f805327 build/u/assets/obseg/prop/PcarweirdZ.rz +ca5a6a593636315dee1d3a5b83e4c0d6c121a61d build/u/assets/obseg/prop/PcarzilZ.rz +9d59c1641dbc9c20cdb9f7d701eebefb7caf5782 build/u/assets/obseg/prop/PcctvZ.rz +9cae1e74fe7d2828c68c68fb8f6aea2978d9cd62 build/u/assets/obseg/prop/PchraudiotapeZ.rz +83c3f7aa07ede08576039d1add06421a2e913cc8 build/u/assets/obseg/prop/PchrautoshotZ.rz +a9c6b375d831a9b4683c5a680810ee62c30ae2c4 build/u/assets/obseg/prop/PchrblackboxZ.rz +d8784ab5408553529c321dfea5edfde7d37d089e build/u/assets/obseg/prop/PchrblueprintsZ.rz +791309eadbc8b773d1b6fbc579d00e563558bcbf build/u/assets/obseg/prop/PchrbombcaseZ.rz +f159b016ee30795e791d10aa1b82fa608d11b3c4 build/u/assets/obseg/prop/PchrbombdefuserZ.rz +65a34f99d86417225ff0af22b97dfd76a7d30670 build/u/assets/obseg/prop/PchrbriefcaseZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrbugdetectorZ.rz +5d85e3ca9e8bd7d0f161d68412f77568191fe68d build/u/assets/obseg/prop/PchrbugZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrbungeeZ.rz +cd9a94c2627e1df0451629d50e47a015e59da1ef build/u/assets/obseg/prop/PchrcameraZ.rz +998e9b6759a830163dfc1565229bb8d4c08d5bac build/u/assets/obseg/prop/PchrcircuitboardZ.rz +22162c77f175707ce0c8a6f2f757470135b7320f build/u/assets/obseg/prop/PchrclipboardZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrcreditcardZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrdarkglassesZ.rz +865ba0a6e9af4dde17f1a91ee9d95533ed380645 build/u/assets/obseg/prop/PchrdatathiefZ.rz +350d4589c3028a548581eccd04ec276880a344ae build/u/assets/obseg/prop/PchrdattapeZ.rz +a93538e9a71031cfbf1eb7037f7ecaca45e4b989 build/u/assets/obseg/prop/PchrdoordecoderZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrdoorexploderZ.rz +e6f067a4f335806927d49c87f8f419ea18ed5c50 build/u/assets/obseg/prop/PchrdossierredZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrdynamiteZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrexplosivepenZ.rz +55df2d4f58332554c6ead8a6bd714ae14c4094b3 build/u/assets/obseg/prop/PchrextinguisherZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrfingergunZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrflarepistolZ.rz +052caca11d482a8bc9c3b1aaf73fe7b5bb74f22b build/u/assets/obseg/prop/Pchrfnp90Z.rz +556ae2ab982fba67ecc0de848d38d9ba37be331d build/u/assets/obseg/prop/PchrgaskeyringZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrgoldbarZ.rz +c8a41b768e56c33dba6b59c3f6ceabab4127d2a8 build/u/assets/obseg/prop/PchrgoldeneyekeyZ.rz +31e0fa52c31b6c23ac3000e31f9db98b0069666b build/u/assets/obseg/prop/PchrgoldenZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrgoldwppkZ.rz +9ede31774c6c7e355e0a42b5a42d702606ab6302 build/u/assets/obseg/prop/PchrgrenadelaunchZ.rz +61dd1e31f7e2a376a99e9eb9012abddec099705a build/u/assets/obseg/prop/PchrgrenaderoundZ.rz +953a374f540b9fc67428d680c6d187dbfab81d04 build/u/assets/obseg/prop/PchrgrenadeZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrheroinZ.rz +56f029c449805eeea8682cea4e84317430f6ec98 build/u/assets/obseg/prop/PchrkalashZ.rz +791309eadbc8b773d1b6fbc579d00e563558bcbf build/u/assets/obseg/prop/PchrkeyanalysercaseZ.rz +94e503cfaaba3b2470febfc7e9889b01f7d7ceb8 build/u/assets/obseg/prop/PchrkeyboltZ.rz +943e1b8c75bb8ee4ea2e633e463f3b16a1a0fb5e build/u/assets/obseg/prop/PchrkeyyaleZ.rz +a2e6fb8c1603e612f2c3556b780d2d8cfd64b8d3 build/u/assets/obseg/prop/PchrknifeZ.rz +e9bf6f9b703a885e0555acbbea443ecdd801db47 build/u/assets/obseg/prop/PchrlaserZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrlectreZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrlockexploderZ.rz +a353ac9f149f345fa33120b77e8902c8c3b6b565 build/u/assets/obseg/prop/Pchrm16Z.rz +cde8cb16e589499649ba82b208f3fa2c47a4c3a2 build/u/assets/obseg/prop/PchrmapZ.rz +c47ec943a04022ffbf56795b1a1ac412669f9ae2 build/u/assets/obseg/prop/PchrmicrocameraZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrmicrocodeZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrmicrofilmZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrmoneyZ.rz +e009cdd8152a98f7368ef219f5bf0904bfa6f3d5 build/u/assets/obseg/prop/Pchrmp5ksilZ.rz +68274f24c2241b33ca00434c422ce34657c1acfd build/u/assets/obseg/prop/Pchrmp5kZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrpitongunZ.rz +a60bc3599c10642cc93ed9f3e4c6de98cc45b7df build/u/assets/obseg/prop/PchrplansZ.rz +b32cfe4dffa91de4b6df81f4c44b2971e99a7870 build/u/assets/obseg/prop/PchrplastiqueZ.rz +c1f567f93961d8c8aa82b2e1263650055f9c4de1 build/u/assets/obseg/prop/PchrpolarizedglassesZ.rz +7a674039f068ca040af28389fd9ee2c400d91e2d build/u/assets/obseg/prop/PchrproximitymineZ.rz +ea3c0de825b556b5e67f420330910cf9f77515b1 build/u/assets/obseg/prop/PchrremotemineZ.rz +f723f7f43dde89aef7683bd69235e6979b1ae3ba build/u/assets/obseg/prop/PchrrocketlaunchZ.rz +0e31b9a711d912a1557d496e590132f9821090d0 build/u/assets/obseg/prop/PchrrocketZ.rz +515ddb60c99056176cc607dcfe3e0caca77d901c build/u/assets/obseg/prop/PchrrugerZ.rz +791309eadbc8b773d1b6fbc579d00e563558bcbf build/u/assets/obseg/prop/PchrsafecrackercaseZ.rz +2293b523da0d6099e453369129645133b509a885 build/u/assets/obseg/prop/PchrshotgunZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrsilverwppkZ.rz +5ce723806354a5087a7388225340878638aa6a4a build/u/assets/obseg/prop/PchrskorpionZ.rz +2d52e6a9952191cd19243ffacd440befe193d289 build/u/assets/obseg/prop/PchrsniperrifleZ.rz +3c52401376a23b1e7d7d5541bcd52675a19ba54c build/u/assets/obseg/prop/PchrspectreZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrspooltapeZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrspyfileZ.rz +7677d5452d3dac72e787bf8b388285637a94bedd build/u/assets/obseg/prop/PchrstafflistZ.rz +01efcf6d4b3a5961072c5718e812a3e952ab8332 build/u/assets/obseg/prop/PchrtesttubeZ.rz +e5560736687560f2a084d64ef6bc59ff196c775a build/u/assets/obseg/prop/PchrthrowknifeZ.rz +74b527b8c5cfcd5e7ae52a12e2f884c4d874b77a build/u/assets/obseg/prop/PchrtimedmineZ.rz +02c6fbb140d924d112c335900e23c1214014e6b3 build/u/assets/obseg/prop/Pchrtt33Z.rz +d922b2e56c3159536506e692b8ae9f206c11d577 build/u/assets/obseg/prop/PchruziZ.rz +82f9530815d795a6eeeb7523e56bc52dcf3ef025 build/u/assets/obseg/prop/PchrvideotapeZ.rz +9eaf4491ef082901ee1af2edf6130d9f2f28cdfd build/u/assets/obseg/prop/PchrweaponcaseZ.rz +40e40109d7c5c66fc05625496a3ea4acd2573292 build/u/assets/obseg/prop/PchrwppksilZ.rz +671857533e5975baf99efa5d65ebb5d92cc15556 build/u/assets/obseg/prop/PchrwppkZ.rz +02c5b39a62bf8edcaae321dbbc3a60658ba50343 build/u/assets/obseg/prop/PchrwristdartZ.rz +a450b3f391759073dfa68c2b110a3b37683a8776 build/u/assets/obseg/prop/Pconsole1Z.rz +fabeefc12448cebc972a3b4f3f4dfc53a7d736f9 build/u/assets/obseg/prop/Pconsole2Z.rz +d13190a9413319a0a6e3ef7706c13e6862dfa208 build/u/assets/obseg/prop/Pconsole3Z.rz +e77a65f6aaf76cc7143a6091e8b3ec0d599cb11e build/u/assets/obseg/prop/Pconsole_sev2aZ.rz +d29647eb3372d82d1ffc6c5838ee90666c831a84 build/u/assets/obseg/prop/Pconsole_sev2bZ.rz +4e12b868b16f133a2ad0c8311d6d4b82a62886dc build/u/assets/obseg/prop/Pconsole_sev2cZ.rz +b353cfcb81ec5b9542c1c2e6f7f4a3cd6cbea5f2 build/u/assets/obseg/prop/Pconsole_sev2dZ.rz +aea1895fcf2fb6fe9d8d2f1bb84a52d3b0b054ee build/u/assets/obseg/prop/Pconsole_sevaZ.rz +e559b13d59ecf65aab8468430c11466e83eb6e1c build/u/assets/obseg/prop/Pconsole_sevbZ.rz +377057f29a6602d6c0a4e033976840d8067c9523 build/u/assets/obseg/prop/Pconsole_sevcZ.rz +0abfe19b6fd0fd210fdb264ecc8539cb37faa477 build/u/assets/obseg/prop/Pconsole_sevdZ.rz +a59ed0aacc304ed4374747e513ef7b5464360b58 build/u/assets/obseg/prop/Pconsole_sev_GEaZ.rz +7c488ace75bd0cacc2fd0e71d873e7b958f78ffc build/u/assets/obseg/prop/Pconsole_sev_GEbZ.rz +46bc086f2022a7ae143003ca542d06ce7fdba90b build/u/assets/obseg/prop/Pcryptdoor1aZ.rz +ac32eb9a4db6956e311adaac8f71764f7a5be178 build/u/assets/obseg/prop/Pcryptdoor1bZ.rz +7c49b6b7762fe671e184707193931f5e78067321 build/u/assets/obseg/prop/Pcryptdoor2aZ.rz +ca37c609124ff7bb14e97eb98b2913398fe08f87 build/u/assets/obseg/prop/Pcryptdoor2bZ.rz +42fd2cb099e9db39b6b143092c21caa5f5b260b3 build/u/assets/obseg/prop/Pcryptdoor3Z.rz +dc3e999f048705c6e801a41cb5c94d8a3560f980 build/u/assets/obseg/prop/Pcryptdoor4Z.rz +0e56673a90a799709c1feac74727fae13a1aab8f build/u/assets/obseg/prop/PdamchaindoorZ.rz +aa5e44fa11b85ef62cb586d18e488dc94a139ae8 build/u/assets/obseg/prop/PdamgatedoorZ.rz +4a925daa21458c5fe0f8e5bf92a8e1124130f638 build/u/assets/obseg/prop/PdamtundoorZ.rz +51cdbdc056c3a4c0c68ef26d9ad283de172bc4b5 build/u/assets/obseg/prop/Pdepot_door_steelZ.rz +1edb36886cb2a8bddd2f5fe20dca4f842dd2a644 build/u/assets/obseg/prop/Pdepot_gate_entryZ.rz +b869dc356210261658eb623cd928a374709a81a2 build/u/assets/obseg/prop/Pdesk1Z.rz +d7138ff6afae7b3f785dab21f5bd1af973351806 build/u/assets/obseg/prop/Pdesk2Z.rz +211100f6b0ae17fdf3f40b1ddec931215a5339a9 build/u/assets/obseg/prop/Pdesk_arecibo1Z.rz +5a629142e471e6ea33a0dea73f196c6de5dd4fae build/u/assets/obseg/prop/Pdesk_lamp2Z.rz +a997fdf3f019cc72bae447f8cb3e7db9dce2647f build/u/assets/obseg/prop/Pdest_engineZ.rz +901072ef41a6ac18ac179fc01eccd703c941aac8 build/u/assets/obseg/prop/Pdest_exocetZ.rz +8e7f49356af363ac9f59ca47a3138141e2e61ed3 build/u/assets/obseg/prop/Pdest_gunZ.rz +cfed4b972ad0ba8a12b4d79c82cdc1fc20d3ada0 build/u/assets/obseg/prop/Pdest_harpoonZ.rz +126a989fc443a8dffc6c9981ee8ab6a49c088660 build/u/assets/obseg/prop/Pdest_seawolfZ.rz +1bc0cf115e6641db5a045d7cc7ed7533b7f61c15 build/u/assets/obseg/prop/Pdisc_readerZ.rz +8a53daad5b7cfa2c93766454b8f64c34113ec657 build/u/assets/obseg/prop/Pdisk_drive1Z.rz +de4d360db2d349566a4613832bfafb3690945e47 build/u/assets/obseg/prop/Pdoor_azt_chairZ.rz +286b519aefb0cdcd7276d9e13a3fabd3d4c168a1 build/u/assets/obseg/prop/Pdoor_azt_desk_topZ.rz +cc86bef39da6eb0c913b588ac4d27968a67779be build/u/assets/obseg/prop/Pdoor_azt_deskZ.rz +b0532135fc4535cd932a9b4c1d1015aa1ae35c45 build/u/assets/obseg/prop/Pdoor_aztecZ.rz +81a6b3ce0da8bc2224b3e6ea082d868fece7eedb build/u/assets/obseg/prop/PdoorconsoleZ.rz +6f930e2faf5f5c0a1d8bcc7a5aac7748a8f84064 build/u/assets/obseg/prop/Pdoor_dest1Z.rz +bae9c24abeb39de2faf0818ac268c99c9d38abe1 build/u/assets/obseg/prop/Pdoor_dest2Z.rz +33d49047b40858918b1d36057b47fea2add28ec9 build/u/assets/obseg/prop/Pdoor_eyelidZ.rz +49d9bae5725f9f29c8683a020bbda542550ea491 build/u/assets/obseg/prop/Pdoor_irisZ.rz +b3b6c9ac334e58929b9ad3333c7581dfca35bc3a build/u/assets/obseg/prop/Pdoor_mfZ.rz +87a08293c1c0225eab12d5d5b1d087a0b2b786c1 build/u/assets/obseg/prop/PdoorpanelZ.rz +ee45319d5141e141ce62387b74ff0efe93392c39 build/u/assets/obseg/prop/Pdoorprison1Z.rz +37f0b18cec567a7a1eb359d21aac06daf87b8ebe build/u/assets/obseg/prop/Pdoor_roller1Z.rz +3728ba926c472500c26b959acfe92f73d74e4f4c build/u/assets/obseg/prop/Pdoor_roller2Z.rz +7395bf6e4cad6f4279117bf2eef9882c2a06088a build/u/assets/obseg/prop/Pdoor_roller3Z.rz +ba9175f9106f51a2e1050315316b7a9cb10d1be2 build/u/assets/obseg/prop/Pdoor_roller4Z.rz +b2891525d7563d61b08217111738816fc9933fd6 build/u/assets/obseg/prop/Pdoor_rollertrainZ.rz +339cb20962e468a07a4ebbd451aa8192fc6b5477 build/u/assets/obseg/prop/Pdoor_st_arec1Z.rz +f51797012ad8ba5bd7d76b38168173156fcf3365 build/u/assets/obseg/prop/Pdoor_st_arec2Z.rz +98fc3f2ed2d1b33fa7e094169f1b76ed5442bb6b build/u/assets/obseg/prop/PdoorstatgateZ.rz +a46d9cc6256ba869ad65afbc6b21fe2baf288dff build/u/assets/obseg/prop/Pdoor_winZ.rz +8784c20d2e0c96718c565351217d82acde425668 build/u/assets/obseg/prop/PexplosionbitZ.rz +4f410a5fb8d55265c8d253ffd403ef3d02310930 build/u/assets/obseg/prop/Pfiling_cabinet1Z.rz +d6cf9d0cd0e3a542315115b5816cac8a0aca5e32 build/u/assets/obseg/prop/PflagZ.rz +656bd713f544cb21e84507a62cc1df54819be7e5 build/u/assets/obseg/prop/PfloppyZ.rz +48d34a4a277c8c1511ac171fb391510bacdc2cdf build/u/assets/obseg/prop/Pfnp90magZ.rz +e003bf7a964e006c12340fb39bf77f72bc0a2e09 build/u/assets/obseg/prop/PgasbarrelsZ.rz +f2fc7683df0be4c40f72ba43e0a19a528913f64e build/u/assets/obseg/prop/PgasbarrelZ.rz +2c133813f5e86d52dcc6298bffc062241a99fe8e build/u/assets/obseg/prop/Pgasplant_clear_doorZ.rz +e2b9210fe47e36c272e8da9ecd85ef08ac1c1693 build/u/assets/obseg/prop/Pgas_plant_met1_do1Z.rz +2e9e0d055a1626df18733c376ffabdd86e1e9c19 build/u/assets/obseg/prop/Pgas_plant_sw2_do1Z.rz +95c1ae4b3a8727e6b069893a8edaf64ce8b4074c build/u/assets/obseg/prop/Pgas_plant_sw3_do1Z.rz +d6e1930e9a37a0b1ebc31f5e922a0548a0310f6c build/u/assets/obseg/prop/Pgas_plant_sw4_do1Z.rz +84c73edbb8a6c081326b82138512dd37c5b0d7ac build/u/assets/obseg/prop/Pgas_plant_sw_do1Z.rz +cc6ea8962847407821ce9d6524b93a60a91bb546 build/u/assets/obseg/prop/Pgas_plant_wc_cub1Z.rz +0e30f5557856dcfd8de59bca5701f4f9a32199d6 build/u/assets/obseg/prop/PgastankZ.rz +556c8dbbfc61fb7fa2a3089d83dde4ce648becee build/u/assets/obseg/prop/Pglassware1Z.rz +1955874a3aaf2b0f2523512b3a60c89f74d01e45 build/u/assets/obseg/prop/Pglassware2Z.rz +d90967a0fe89d1272cb995abeb1211be3adeb260 build/u/assets/obseg/prop/Pglassware3Z.rz +9ac7cc3d8257c044bf4813190b8b16141159d900 build/u/assets/obseg/prop/Pglassware4Z.rz +5a010c4d3cecfa4ad6ad5ce8bbce93d42d34f2bc build/u/assets/obseg/prop/PgoldeneyelogoZ.rz +34ce4231e0b15248fe00afa2f3942a60130a36a2 build/u/assets/obseg/prop/PgoldenshellsZ.rz +a42f452e0bd4e14fe60cb36da6116252a23d73d6 build/u/assets/obseg/prop/PgroundgunZ.rz +02f1079d79a71772f8887c2fe5ad49dc35cbeb99 build/u/assets/obseg/prop/Pgun_runway1Z.rz +3b1863e731f6c3ea01d82130fa784650c4186447 build/u/assets/obseg/prop/PhatberetblueZ.rz +8ca616eea4153c755623653919b2cad5ca069618 build/u/assets/obseg/prop/PhatberetredZ.rz +9c3ab0c57b565478622ee836867cb74bb0b03f2c build/u/assets/obseg/prop/PhatberetZ.rz +7abb38ea05f1b8f40fe302e0b524a317cba83ea2 build/u/assets/obseg/prop/PhatchboltZ.rz +28264d220fbe42b177452227ed1c9c3eb5740d50 build/u/assets/obseg/prop/PhatchdoorZ.rz +7ecee115f8c60fca7ada06ce9aa1eb1b804caa8b build/u/assets/obseg/prop/PhatchsevxZ.rz +16158205592b1c8889c061d9f64352bea0735ffb build/u/assets/obseg/prop/PhatfurryblackZ.rz +ba3bfbb928333b282a77b8ab9758f053f4fa1d61 build/u/assets/obseg/prop/PhatfurrybrownZ.rz +6cca0fa84577202ed9174123e3b96986b06592f9 build/u/assets/obseg/prop/PhatfurryZ.rz +fc28d837964b1a4df0a600c38d6768b39c737e79 build/u/assets/obseg/prop/PhathelmetgreyZ.rz +fc28d837964b1a4df0a600c38d6768b39c737e79 build/u/assets/obseg/prop/PhathelmetZ.rz +5da0a340cb43add4bdb4c3887784778951c51fba build/u/assets/obseg/prop/PhatmoonZ.rz +75c9406f4fd0a9def9960041d02557ada166f962 build/u/assets/obseg/prop/PhatpeakedZ.rz +924d487f3d23db1ac64f126a53bf85368c239c38 build/u/assets/obseg/prop/PhattbirdbrownZ.rz +c86ddabbc803c8abe1426bad770c1841bb6dbf02 build/u/assets/obseg/prop/PhattbirdZ.rz +ae432772b3a63c574349b22ea4ec781b9ed2bd4a build/u/assets/obseg/prop/PhelicopterZ.rz +c5b649b54e76faa959f200ae6a8f617ca32da8b6 build/u/assets/obseg/prop/PhindZ.rz +5aee98c283bf804e218b4ba624711dc47eb9e324 build/u/assets/obseg/prop/PICBM_noseZ.rz +85b3b7ddc504f677f34fcf19a1981ff5bb788ce2 build/u/assets/obseg/prop/PICBMZ.rz +a2c816a8fa8676babf863f128444ebd1c8709450 build/u/assets/obseg/prop/PjeepZ.rz +d2cf22cec4c8822d6c1a46bddd7e36cb1db15005 build/u/assets/obseg/prop/Pjerry_can1Z.rz +8b51a83739b57ca366241a4c8ff7021cc5ec2884 build/u/assets/obseg/prop/Pjungle3_treeZ.rz +67a8b328bbac7b95f6eda9ae7658a9a392002007 build/u/assets/obseg/prop/Pjungle5_treeZ.rz +121476497db770189de227d518df5bad1a5a364d build/u/assets/obseg/prop/Pkeyboard1Z.rz +516a44d39dfd15c0fadecd59d2ed288bde942c8e build/u/assets/obseg/prop/Pkey_holderZ.rz +a240705e027946a4f785325e2339232ba2614c61 build/u/assets/obseg/prop/Pkit_units1Z.rz +f3d4175e66561a00907684e3e06782bc99214a1b build/u/assets/obseg/prop/PlabbenchZ.rz +a080365bc5d367519891a5630ae4cac0e79edb53 build/u/assets/obseg/prop/PlandmineZ.rz +1173d9437932a1708c6a5aeade54f5ade7396cf7 build/u/assets/obseg/prop/PlegalpageZ.rz +4c6b40fa6ba4d9af9268591d24840d4f61a22755 build/u/assets/obseg/prop/Pletter_tray1Z.rz +147d3bfa8724b658edbe41f15e358b880ce98285 build/u/assets/obseg/prop/Plocker3Z.rz +20c72969b5fb335fbe00a50eee9c3bbbe4797e36 build/u/assets/obseg/prop/Plocker4Z.rz +8aa572d5b6277c3d2349d107649fb523beaa5e9a build/u/assets/obseg/prop/Pm16magZ.rz +34ce4231e0b15248fe00afa2f3942a60130a36a2 build/u/assets/obseg/prop/PmagnumshellsZ.rz +0003b6420918af263fd72566b2ad3b8c7ac423fe build/u/assets/obseg/prop/Pmainframe1Z.rz +898a850dbd040de9744ee243b32e0a692e83c102 build/u/assets/obseg/prop/Pmainframe2Z.rz +0d8c5d21fae1da3c8ab62400577dea1c0f956ee8 build/u/assets/obseg/prop/Pmetal_chair1Z.rz +7378b896f71108f2a6e5ae9cd664108727cf1a68 build/u/assets/obseg/prop/Pmetal_crate1Z.rz +10eae6fc7a370086a8233e8701a37c50fe1e6df5 build/u/assets/obseg/prop/Pmetal_crate2Z.rz +8446219fede1d1051cc464163f67a1fb855e0aad build/u/assets/obseg/prop/Pmetal_crate3Z.rz +59992ce3b86a2c3409386104e22241337b5d0b1c build/u/assets/obseg/prop/Pmetal_crate4Z.rz +98f04d5f66f955e240c83eee4dfcdb215a0dae27 build/u/assets/obseg/prop/PmilcopterZ.rz +795a348667a2b225c78b2c9b2c1e689ca2fc83f3 build/u/assets/obseg/prop/PmiltruckZ.rz +cbe510e1e027b5a2f397916e6876271698d2949b build/u/assets/obseg/prop/Pmissile_rack2Z.rz +b3c8d8f3f1e540f1c15d70ae574b6c9b2e2c95af build/u/assets/obseg/prop/Pmissile_rackZ.rz +4b222c53e717cafd1adf0d22de66274035a0fd48 build/u/assets/obseg/prop/PmodemboxZ.rz +384f4ca54e45c7604d78ad476ea5212243717630 build/u/assets/obseg/prop/PmotorbikeZ.rz +8893e30d3ed416b0a7abf7a351e41c6db0047f9f build/u/assets/obseg/prop/Pmp5kmagZ.rz +206fe165677e1017d51811cf71dc613785390bd7 build/u/assets/obseg/prop/PnintendologoZ.rz +03d050d59abd3506221c556033cd29f7cc1e169d build/u/assets/obseg/prop/Poil_drum1Z.rz +3d597b5737baebab14e36751055a3f3572371973 build/u/assets/obseg/prop/Poil_drum2Z.rz +e0721dc8775b0ef76a37fd223c02fee44751b7ac build/u/assets/obseg/prop/Poil_drum3Z.rz +fc5d5521a8855cebf6f7cc365056ce6c5acf9fe8 build/u/assets/obseg/prop/Poil_drum5Z.rz +291d5f2d9c791ad63580bbd762cb2764a965698b build/u/assets/obseg/prop/Poil_drum6Z.rz +c7b853087ee4bd5d60c11a933eb3cc4409d08ea0 build/u/assets/obseg/prop/Poil_drum7Z.rz +98bc932e0d185e333bd1dd8bb3db801138f2bfff build/u/assets/obseg/prop/PpadlockZ.rz +52d0dde50bc167ebf111ee7c29e6a9e7068a9284 build/u/assets/obseg/prop/PpalmtreeZ.rz +1e7869410da4ca07ad0c26381f4619b0d192ad45 build/u/assets/obseg/prop/PpalmZ.rz +384218a7247dae38b7257c766cf9a5e160121cc3 build/u/assets/obseg/prop/Pphone1Z.rz +e351cdaba1b140ff5bb3fa38537d01e08c256a0e build/u/assets/obseg/prop/PplaneZ.rz +516514dc6fc028cf699986067151eb0b1c840d85 build/u/assets/obseg/prop/Pplant11Z.rz +0f3401c29089bfeb47b903fcfc39762d7628c75c build/u/assets/obseg/prop/Pplant1Z.rz +e26ea2f90e0552ed2a48dd115606d772d8c4b19c build/u/assets/obseg/prop/Pplant2bZ.rz +c4d15c254ca3f2e6c3bfdc0aaabdef4776dab369 build/u/assets/obseg/prop/Pplant2Z.rz +21f9dae12dc0012b1f18c5abfe073f947b213ef3 build/u/assets/obseg/prop/Pplant3Z.rz +d77254d65332db62b8f6a33aa73efa845ebf261c build/u/assets/obseg/prop/Pradio_unit1Z.rz +5ad719b39e981baf7c4c63491400bc64e6ef4a28 build/u/assets/obseg/prop/Pradio_unit2Z.rz +f5b00aa1806ba6e76ad8b966774d75f180be47fd build/u/assets/obseg/prop/Pradio_unit3Z.rz +e300fb1329c7fad869681ee2b9f41929a1c68ee6 build/u/assets/obseg/prop/Pradio_unit4Z.rz +ff85545b38a6cfd399427fdbb30f20f91788475d build/u/assets/obseg/prop/ProofgunZ.rz +2241db4f55d7b12c0e61fde1354f475331744aad build/u/assets/obseg/prop/PsafedoorZ.rz +1ef35b66cb4d37d299afbc2e5722e9cdb51ccfd3 build/u/assets/obseg/prop/PsafeZ.rz +c09312a1427b09601b65bb149d493ba9fb26ee36 build/u/assets/obseg/prop/Psat1_reflectZ.rz +af94ab124fb96e266c9ac7c3f17daa974e3497ad build/u/assets/obseg/prop/PsatboxZ.rz +e4d39e4d17af87747146fa0ac7b477c05921aca3 build/u/assets/obseg/prop/PsatdishZ.rz +00222a72095fa8661dc257f8c93ebe66a9b4a423 build/u/assets/obseg/prop/Psec_panelZ.rz +2e21c72ee14b8b3d1c4046badd7b3945a25cdfc0 build/u/assets/obseg/prop/PsevdishZ.rz +2b468664583be413f170d1aa92b6f7a8e9b41926 build/u/assets/obseg/prop/Psev_door3_windZ.rz +aa8146eca9cf8342bf4c5a38e0e0d1a105f1f70e build/u/assets/obseg/prop/Psev_door3Z.rz +ebea1e0c295de89318d6f5dc67bee59e99af9c8c build/u/assets/obseg/prop/Psev_door4_windZ.rz +46bb47b70c540d7f6240af1e30dd3746c2deabfc build/u/assets/obseg/prop/PsevdoormetslideZ.rz +8fcc17fe2baf21584b88f05c60d9caa25390270b build/u/assets/obseg/prop/PsevdoornowindZ.rz +14a52ff1e85678ee9e5e40d514cb1d8f6adf56f3 build/u/assets/obseg/prop/Psev_door_v1Z.rz +916e0d1e9111c4cd771381f4a00eefeb9a79954b build/u/assets/obseg/prop/PsevdoorwindZ.rz +916f76ae744262bc73e78a30bd71c5b2cd8d59f3 build/u/assets/obseg/prop/PsevdoorwoodZ.rz +b835643375b4d4dd1d5881cf83a171b0a6c55a88 build/u/assets/obseg/prop/Psev_doorZ.rz +820cdf9acf11be631c08bb3bdd5ae4954b0fbe9a build/u/assets/obseg/prop/Psev_trislideZ.rz +35afe4983f036c73150f5109eb312e2c30010158 build/u/assets/obseg/prop/Pshuttle_door_lZ.rz +47fc4d04d72566247b85f99c1e51c1f3bfc94169 build/u/assets/obseg/prop/Pshuttle_door_rZ.rz +364ae8c8790923254bc1e9bb81143d2022b5ea7c build/u/assets/obseg/prop/PshuttleZ.rz +beb6312c5f57f6bd92ee8032789e168887075b51 build/u/assets/obseg/prop/PsilencerZ.rz +4d37ff93dbab26d121bd89e6c6c09baa1cf1e63e build/u/assets/obseg/prop/Psilo_lift_doorZ.rz +5c6309bfa066923aabb3e1414b9105269037297e build/u/assets/obseg/prop/PsilotopdoorZ.rz +243d4c881dee25b2fda28914b818da565f912721 build/u/assets/obseg/prop/PskorpionmagZ.rz +e33f35e105668ee516e8529cd78b8ee18923e123 build/u/assets/obseg/prop/PspectremagZ.rz +cdd4695413243301d4c4c432cb9efadde56f5466 build/u/assets/obseg/prop/PspeedboatZ.rz +dd533eaa13217ee7376805b1183419af547804cd build/u/assets/obseg/prop/Psteel_door1Z.rz +93bf8e62a8dd883a86c42f8c8a849aafcb0976f6 build/u/assets/obseg/prop/Psteel_door2bZ.rz +5ca1be9726ed628f6898b314a11249e70e3abf98 build/u/assets/obseg/prop/Psteel_door2Z.rz +436b72c264efd8096fe8314179fed247cbf35a68 build/u/assets/obseg/prop/Psteel_door3Z.rz +96fd876bf57746d8b7e3173ba46ca6331cc9eba5 build/u/assets/obseg/prop/Pstool1Z.rz +2e195c7f43bacdce47748463195315a31a2ca13d build/u/assets/obseg/prop/Pst_pete_room_1iZ.rz +3834c2c467767a567808ea403cf135633a3bbe0e build/u/assets/obseg/prop/Pst_pete_room_2iZ.rz +f18012733716c4b57671fe0910c1a7a35998faee build/u/assets/obseg/prop/Pst_pete_room_3tZ.rz +e25026747ddfcd7e1c67c22171f5f16fb2052423 build/u/assets/obseg/prop/Pst_pete_room_5cZ.rz +63a2c155f24b85f697e2aaf0c8bc36f66ed0c069 build/u/assets/obseg/prop/Pst_pete_room_6cZ.rz +3a1850ef5f5bea2e9d305abd798d9a353f50f31a build/u/assets/obseg/prop/Pswipe_card2Z.rz +49ab87bb92fb8de8d7623defc66dc3eb5f51371d build/u/assets/obseg/prop/Pswivel_chair1Z.rz +7b4a1b175e7330d421fba457e8cd67f30bf2d443 build/u/assets/obseg/prop/PtankZ.rz +621d2101d8b786c05babbab01785fc71cd4034b0 build/u/assets/obseg/prop/PtigerZ.rz +1cb5c8d6e906b205438124a1aa8907983b02a665 build/u/assets/obseg/prop/Ptorpedo_rackZ.rz +fed08fceceba194a55e768f1da10c6c81454e912 build/u/assets/obseg/prop/Ptrain_door2Z.rz +fc40bf32e6c84030a29ce66cc6669774826ab715 build/u/assets/obseg/prop/Ptrain_door3Z.rz +2e9a68f410ba065c04f863d494018bd921926d6d build/u/assets/obseg/prop/Ptrain_doorZ.rz +5fc76342f5ef7ed857242c94e18f12552642dec1 build/u/assets/obseg/prop/PtrainextdoorZ.rz +1b617b746861b7e1b7e8d2ea035818da2ba8d8ff build/u/assets/obseg/prop/Ptt33magZ.rz +7670eb91189b54367ac9560b1d79c3920b969f62 build/u/assets/obseg/prop/Ptuning_console1Z.rz +e54c8c3c851a95328763b97f8e91873b1756ca6b build/u/assets/obseg/prop/Ptv1Z.rz +ba6a13398223e6a1df2ef36c1353e34b982405c7 build/u/assets/obseg/prop/Ptv4screenZ.rz +153e208f38c3f3f1003e71c2f19096ae8f5c5fe0 build/u/assets/obseg/prop/Ptv_holderZ.rz +f43d2d289a7ec56294cf106e08ce8c424dce7045 build/u/assets/obseg/prop/PtvscreenZ.rz +1b617b746861b7e1b7e8d2ea035818da2ba8d8ff build/u/assets/obseg/prop/PuzimagZ.rz +b33e1172f1df27c0d3a202fa9f7d9e1508be8795 build/u/assets/obseg/prop/PvertdoorZ.rz +689304bf94706ed5548c5f3ae8b01eb029de80c1 build/u/assets/obseg/prop/PwalletbondZ.rz +12b0aa0f799f1c862c546384836425dfef1038d3 build/u/assets/obseg/prop/Pwindow_cor11Z.rz +1586d97008e2cb08e32d19eb0241fb63b7f9de31 build/u/assets/obseg/prop/Pwindow_lib_lg1Z.rz +8e41ec1ec0205a49e67afd500748dc23d488544a build/u/assets/obseg/prop/Pwindow_lib_sm1Z.rz +1af98965b6ec2b72692bd4367c27be8e5ad86001 build/u/assets/obseg/prop/PwindowZ.rz +46179f458487fa1c078eead2c4f240834a5430e7 build/u/assets/obseg/prop/Pwooden_table1Z.rz +0dede30c6597abf9d323ef1000c4e5c6af6b2572 build/u/assets/obseg/prop/Pwood_lg_crate1Z.rz +fb26c8df927215e040cdc26c500e801fbb352284 build/u/assets/obseg/prop/Pwood_lg_crate2Z.rz +20e3c758e106aa23e8c1d7cb8c243c2b265feb55 build/u/assets/obseg/prop/Pwood_md_crate3Z.rz +d8c49a50961abc831d2da42cb88dd0d697505365 build/u/assets/obseg/prop/Pwood_sm_crate4Z.rz +004092671498a15e117497ae8ce03c8905d57225 build/u/assets/obseg/prop/Pwood_sm_crate5Z.rz +edfc1aa7a254fd088baa26af6e6ca34f26f62410 build/u/assets/obseg/prop/Pwood_sm_crate6Z.rz +1b617b746861b7e1b7e8d2ea035818da2ba8d8ff build/u/assets/obseg/prop/PwppkmagZ.rz +6e8f5362ddc8693f08f7d1b9b891a3605260091a build/u/assets/obseg/setup/Ump_setupameZ.bin +135309100d487866728a772fcee41bd1a7d32307 build/u/assets/obseg/setup/Ump_setuparchZ.bin +d24c40d624cf618a9b2005d44b0773beee518bb8 build/u/assets/obseg/setup/Ump_setuparkZ.bin +0ff8f7489183dc45e5275f86640d399e6089b6c6 build/u/assets/obseg/setup/Ump_setupashZ.bin +5c5fae8c6d1fae09d06649ceb5a03706c5a437fd build/u/assets/obseg/setup/Ump_setupcaveZ.bin +164a2b14e483f4263848e8049f5b308374d80374 build/u/assets/obseg/setup/Ump_setupcradZ.bin +4c9df15982ba5412a239706cdb6f0faf0c26372a build/u/assets/obseg/setup/Ump_setupcrypZ.bin +250cb7c27cbe2481919d28fe2a293eebe6ec533e build/u/assets/obseg/setup/Ump_setupdishZ.bin +de863e1ec1680c47e2b1b816ec0dd6ab2fcd3a01 build/u/assets/obseg/setup/Ump_setupimpZ.bin +01ac6a13aabf8c1feaf99ffd76a68a5f1e5dfd31 build/u/assets/obseg/setup/Ump_setupoatZ.bin +fd742b3a738e626d525fedf07f52d96baecf4350 build/u/assets/obseg/setup/Ump_setuprefZ.bin +b8af7288bf8714778b3927ace108a36e26c1c816 build/u/assets/obseg/setup/Ump_setupsevbZ.bin +17465deaa7487abcc2a71c302ad46c1b48e0d8bd build/u/assets/obseg/setup/Ump_setupstatueZ.bin +83f1ee70257597dcfefea2b2332e02e09e25744e build/u/assets/obseg/setup/UsetuparchZ.bin +2fc4e7a287a722015b3017f0e120f0aababfdabd build/u/assets/obseg/setup/UsetuparkZ.bin +df7b79bafb3c8fe64eb3cc0bbd0d8f98ac484000 build/u/assets/obseg/setup/UsetupaztZ.bin +e2ff50d38e2820749f5146ef4c937a02f124d1db build/u/assets/obseg/setup/UsetupcaveZ.bin +6467d349200fef2616c546bb10a7b9a179b96f1e build/u/assets/obseg/setup/UsetupcontrolZ.bin +2ca9a22ceba5789e28e94abff5813a9e43a8dd93 build/u/assets/obseg/setup/UsetupcradZ.bin +cfab4ccea0345d4ea776fdbbd4a8c0d8b5728291 build/u/assets/obseg/setup/UsetupcrypZ.bin +7f20d446c1642eaee235270eebcf2f616b08d747 build/u/assets/obseg/setup/UsetupdamZ.bin +e2590d18a27d2f200f6ba1f0fc9b7d2a50fc3689 build/u/assets/obseg/setup/UsetupdepoZ.bin +f9d4e73fd37ff8b386b26829229cb7744d3171cb build/u/assets/obseg/setup/UsetupdestZ.bin +882cb011b234eb161b1c20a01781bdbd215643e6 build/u/assets/obseg/setup/UsetupjunZ.bin +a721d9fa06ca7f3d3034f6635b7cd5cf6c3e74f1 build/u/assets/obseg/setup/UsetuplenZ.bin +9c2176603a9399bc81c9e3872d5f40be75688020 build/u/assets/obseg/setup/UsetuppeteZ.bin +717f3f232a5a8bc1161ed02efc29017bc0db90c1 build/u/assets/obseg/setup/UsetuprunZ.bin +81d25a8c99d3548308439431caee84a760d7936b build/u/assets/obseg/setup/UsetupsevbZ.bin +ce3bafe8c0bddbc9aebd73e25c74a10691f08805 build/u/assets/obseg/setup/UsetupsevbunkerZ.bin +0363d286e296352e130843f5a738e94e9b60591b build/u/assets/obseg/setup/UsetupsevxZ.bin +92f2523abbfb1045e1ca2f466c878584e3d88f4f build/u/assets/obseg/setup/UsetupsevxbZ.bin +2653a45e5896405b712c4833f940c04c8c374ee6 build/u/assets/obseg/setup/UsetupsiloZ.bin +feaf57ece1967b948f82fa8ccf9e11b5ecfc183e build/u/assets/obseg/setup/UsetupstatueZ.bin +6bd0a8f5d4239ffb6ed6447e37757bdfd378c8c5 build/u/assets/obseg/setup/UsetuptraZ.bin +24fcc05a10ca8c469b91ad96ccc1629cf1839e31 build/u/assets/obseg/stan/Tbg_ame_all_p_stanZ.rz +3ddcc6b7e165581bd1af28ec3c6aece0b47d603c build/u/assets/obseg/stan/Tbg_arch_all_p_stanZ.rz +85b6892dbf7a32162c5f9b44d8c44a5b326ce24a build/u/assets/obseg/stan/Tbg_arec_all_p_stanZ.rz +e393f11ce7b36ec736cc7d75fada248a8c4265e8 build/u/assets/obseg/stan/Tbg_ark_all_p_stanZ.rz +24fcc05a10ca8c469b91ad96ccc1629cf1839e31 build/u/assets/obseg/stan/Tbg_ash_all_p_stanZ.rz +67b245c1e47c7c7d53b5d2153a077c6f02c63f8f build/u/assets/obseg/stan/Tbg_azt_all_p_stanZ.rz +455ae812ba0d9ace3c87572b3c590e58cec433a1 build/u/assets/obseg/stan/Tbg_cat_all_p_stanZ.rz +a00ddc18ea5f75e5342fff61f52dc1f53bc3cb2c build/u/assets/obseg/stan/Tbg_cave_all_p_stanZ.rz +ec6bc7a7b19c4953a10ea7a44528afc8c09aed0b build/u/assets/obseg/stan/Tbg_crad_all_p_stanZ.rz +1edf16ca074c81917a2f2b1aed5460453f0edb48 build/u/assets/obseg/stan/Tbg_cryp_all_p_stanZ.rz +3c944606999d5e2316dbe45b04daeeb5cbced585 build/u/assets/obseg/stan/Tbg_dam_all_p_stanZ.rz +a440675a0ff260dfd2c41a4984286de641d517b6 build/u/assets/obseg/stan/Tbg_depo_all_p_stanZ.rz +d10d3bfe0fa92967f91d8b77bd3210343ee1b0b8 build/u/assets/obseg/stan/Tbg_dest_all_p_stanZ.rz +6fb48be8c3022533091dc9edc04ca08e04b308dd build/u/assets/obseg/stan/Tbg_dish_all_p_stanZ.rz +24fcc05a10ca8c469b91ad96ccc1629cf1839e31 build/u/assets/obseg/stan/Tbg_imp_all_p_stanZ.rz +bf7b863521161a9db74953925bf1c182d33290d2 build/u/assets/obseg/stan/Tbg_jun_all_p_stanZ.rz +834418ec489e3a9a76cabe80fc06f8e2a791669a build/u/assets/obseg/stan/Tbg_len_all_p_stanZ.rz +d1d2fca3ed0f771a0f8b2088e344950cfc5b8fe5 build/u/assets/obseg/stan/Tbg_oat_all_p_stanZ.rz +52a85442acd16e453cea3a45b4649cf3b01ab938 build/u/assets/obseg/stan/Tbg_pete_all_p_stanZ.rz +fe6a8c3d4fd636f27dcc7dbd64c7f6e69b73d22d build/u/assets/obseg/stan/Tbg_ref_all_p_stanZ.rz +f3bb4c13dc6536e810a12e085555c240a10a5ffa build/u/assets/obseg/stan/Tbg_run_all_p_stanZ.rz +deea2b623cd44d5d3516097974f0bc00da4f301d build/u/assets/obseg/stan/Tbg_sev_all_p_stanZ.rz +2d1ab00f67e942a89d5bb12b66a7a7242240a65e build/u/assets/obseg/stan/Tbg_sevb_all_p_stanZ.rz +1f6ae696d72f724995f081d25e690a864a5bc787 build/u/assets/obseg/stan/Tbg_sevx_all_p_stanZ.rz +f8be7e1cfc191d98baab043177ad1ceb52dd9d71 build/u/assets/obseg/stan/Tbg_silo_all_p_stanZ.rz +663cc4efe0fe54bf3beb498ee197da7a920087e1 build/u/assets/obseg/stan/Tbg_stat_all_p_stanZ.rz +cd8fd1127f581b40995432ed0e7bae3180de124e build/u/assets/obseg/stan/Tbg_tra_all_p_stanZ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LameJ.rz +4b42a2b400e1a99c7a8829b5831e2dc3ac6fb481 build/u/assets/obseg/text/LarchJ.rz +18b868041daaa1bb6c56604df2877b87d7e93889 build/u/assets/obseg/text/LarecJ.rz +88c00e32b48efdff45bc755588e7624180acb2b3 build/u/assets/obseg/text/LarkJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LashJ.rz +d1a05e2251ef35714f71a1d45da3e42833b37f8c build/u/assets/obseg/text/LaztJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LcatJ.rz +91bdedec92781311c7684ed38c990c65627a4bdb build/u/assets/obseg/text/LcaveJ.rz +7e60f7b5e885ebf62d5251541e7ac86dae5bc098 build/u/assets/obseg/text/LcradJ.rz +60881c82ae3ad246ae298853c52f3b0140d5a432 build/u/assets/obseg/text/LcrypJ.rz +28cd92fdb3675d15ff7c27e2ab1b04f9f2c970b9 build/u/assets/obseg/text/LdamJ.rz +304a520376abe230392ae4c9bb4658ef3a73492a build/u/assets/obseg/text/LdepoJ.rz +97effbee5010c03d167516e61a9b090f6f5ca5a5 build/u/assets/obseg/text/LdestJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LdishJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LearJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LeldJ.rz +ee8313a9add1a157e20b195f875531151d78e548 build/u/assets/obseg/text/LgunJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LimpJ.rz +115570ad2cabbe45298f386d7d7d3cf5e5e3f6bb build/u/assets/obseg/text/LjunJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LleeJ.rz +ee3e0e083aa72dbc0c5bfa6ee338c6017f651392 build/u/assets/obseg/text/LlenJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LlipJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LlueJ.rz +5d1078704c180c7ff18b3d03722346b58388d12b build/u/assets/obseg/text/LmiscJ.rz +1f05a624d03a0174dd6e4a3a02eb67b0148b9281 build/u/assets/obseg/text/LmpmenuJ.rz +75daaa6b8d6ca7be2da402828a1d44d5984a01a7 build/u/assets/obseg/text/LmpweaponsJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LoatJ.rz +8a7518d427d6514a2757fb6a87be56f5c06c3256 build/u/assets/obseg/text/LoptionsJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LpamJ.rz +8cd9d295dd8864411b9a7a2a77a519b48379ed34 build/u/assets/obseg/text/LpeteJ.rz +a78d3c66a36c3219309c348ea244b18fbe878b33 build/u/assets/obseg/text/LpropobjJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LrefJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LritJ.rz +5f6c5fffa9672b87110970e97968f3c7dbee05b0 build/u/assets/obseg/text/LrunJ.rz +2f2fb2f32c161cb0159397594e3114aa4e2167a9 build/u/assets/obseg/text/LsevbJ.rz +8edab9f382ef8cbb4dbf76750402d023f0bfaa0a build/u/assets/obseg/text/LsevJ.rz +27a7c4ce5287197af9b94aabcbda46ac8c906638 build/u/assets/obseg/text/LsevxbJ.rz +2a8279f76cb6a2373563ccd596b40cf9784fadff build/u/assets/obseg/text/LsevxJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LshoJ.rz +2015997236e7728ed43d4df36046a004d37812d0 build/u/assets/obseg/text/LsiloJ.rz +5ffbd3850020a70b2138a8736bea7b41da19effa build/u/assets/obseg/text/LstatJ.rz +d8d597dd9a27e21aef20461d41900c9192df6aab build/u/assets/obseg/text/LtitleJ.rz +86c64fc63b52a7788788c6369ff9b76242ddf729 build/u/assets/obseg/text/LtraJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LwaxJ.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LameE.rz +6c106630029b88174cff1cc7f56b2298b3fbc39c build/u/assets/obseg/text/LarchE.rz +921fe7353bf7f2e8a81e767db7e274d33ec1916c build/u/assets/obseg/text/LarecE.rz +f81ed00f844e467b8e23fe84200721918b5a8dff build/u/assets/obseg/text/LarkE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LashE.rz +0a894be764bef383de3ab7404176c4357d539189 build/u/assets/obseg/text/LaztE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LcatE.rz +2d47eea98a60a4cef3d48d880f312e4e6a89525d build/u/assets/obseg/text/LcaveE.rz +ebab5425f0f2b37d63b75b761c3b95216b6a8b59 build/u/assets/obseg/text/LcradE.rz +93621ad86b317babd86ebbe27a42f2838a3730f8 build/u/assets/obseg/text/LcrypE.rz +a4e9c61b537989761919856aec5fd72dc45a2100 build/u/assets/obseg/text/LdamE.rz +43f95f24e9ed53bda5850891f4d8475547aec4db build/u/assets/obseg/text/LdepoE.rz +80d55727d8645f6444be5ff4b60b8e20a62119a5 build/u/assets/obseg/text/LdestE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LdishE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LearE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LeldE.rz +d462ce46a4327d1d5b50264a3c74584e359f39ad build/u/assets/obseg/text/LgunE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LimpE.rz +194e7412c4587e753fcf5da272a71f72479501fc build/u/assets/obseg/text/LjunE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LleeE.rz +9ee69e89e1b07a70333e8ae6ff4463cc09484be0 build/u/assets/obseg/text/LlenE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LlipE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LlueE.rz +210a82f40bdaf5439d3fe2b52b452cbd905609a6 build/u/assets/obseg/text/LmiscE.rz +f54ad9a04d118034b94909b94ace06620e14b1ed build/u/assets/obseg/text/LmpmenuE.rz +98c4f26813968ee3664bd00e061249adab3be273 build/u/assets/obseg/text/LmpweaponsE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LoatE.rz +28741d21da37a013a3991c668d14fc14db36c48d build/u/assets/obseg/text/LoptionsE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LpamE.rz +1af509ee2ce444951d694ed4c57282c387a11e46 build/u/assets/obseg/text/LpeteE.rz +c9f1f0d308227dec50c91ba7a9961124b0db41eb build/u/assets/obseg/text/LpropobjE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LrefE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LritE.rz +f87abac9936df099fbc6f9ec9dfc4dde79080a24 build/u/assets/obseg/text/LrunE.rz +e335aeae15a7f02b23cc6801fb74257e3332e86b build/u/assets/obseg/text/LsevbE.rz +6058b1230318a6af86fe1849322c7597f9c72041 build/u/assets/obseg/text/LsevE.rz +6aacfb70424ee6d3c42927f7f87e4780164417d7 build/u/assets/obseg/text/LsevxbE.rz +a0433f9905bd1afe88bea18264c072917c47175d build/u/assets/obseg/text/LsevxE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LshoE.rz +d7c9db38149e31b965861f9bd800a36c8a21a9c8 build/u/assets/obseg/text/LsiloE.rz +d18559b543a41e70e3d28ecb89ddd04c45d6e5ea build/u/assets/obseg/text/LstatE.rz +20aa214af1ccaf5b990d9992164073aac273e518 build/u/assets/obseg/text/LtitleE.rz +bfd7e0384e87790bfeeab6a09a51df79d5928721 build/u/assets/obseg/text/LtraE.rz +6a358a7f0cf4ea87bae5c11c79118d7f2c4772d6 build/u/assets/obseg/text/LwaxE.rz diff --git a/clean_baserom.sh b/clean_baserom.sh index 5342dc8..a1ed2c4 100755 --- a/clean_baserom.sh +++ b/clean_baserom.sh @@ -11,11 +11,18 @@ if [ "$DOALL" == "1" ] || [ $1 == 'files' ]; then echo "removing $name" rm -f $name done < filelist.u.csv + while IFS=, read -r offset size name compressed extract do echo "removing $name" rm -f $name done < filediff.j.csv + + while IFS=, read -r offset size name compressed extract + do + echo "removing $name" + rm -f $name + done < filediff.e.csv fi if [ "$DOALL" == "1" ] || [ $1 == 'images' ]; then diff --git a/diff.py b/diff.py old mode 100644 new mode 100755 diff --git a/diff_settings.py b/diff_settings.py old mode 100644 new mode 100755 diff --git a/extract_baserom.u.sh b/extract_baserom.u.sh old mode 100644 new mode 100755 index a2922e5..17fdcb3 --- a/extract_baserom.u.sh +++ b/extract_baserom.u.sh @@ -33,13 +33,13 @@ fi true="1" -DIRs='assets assets/font assets/images assets/images/split assets/music assets/ramrom assets/obseg assets/obseg/bg assets/obseg/brief assets/obseg/chr assets/obseg/gun assets/obseg/prop assets/obseg/setup assets/obseg/setup/u assets/obseg/stan assets/obseg/text assets/obseg/text/u' +DIRs='assets assets/font assets/images assets/images/split assets/music assets/ramrom/e assets/obseg assets/obseg/bg assets/obseg/brief assets/obseg/chr assets/obseg/gun assets/obseg/prop assets/obseg/setup assets/obseg/setup/u assets/obseg/stan assets/obseg/text assets/obseg/text/u' for DIR in $DIRs do # if dir not exist, make if [ ! -d $DIR ]; then - mkdir $DIR + mkdir -p $DIR fi done @@ -56,18 +56,9 @@ if [ "$DOALL" == "1" ] || [ $1 == 'files' ]; then if [ "$extract" == "$true" ]; then if [ "$compressed" == "$true" ]; then echo "Extracting compressed $name, $size bytes..." - dd bs=1 skip=$offset count=$size if="$BASEROM" of=$name status=none - # Add the gZip Header to a new file using the name given in command - echo -n -e \\x1F\\x8B\\x08\\x00\\x00\\x00\\x00\\x00\\x02\\x03 > $name.temp - # Add the contents of the compressed file minus the 1172 to the new file - cat $name | tail --bytes=+3 >> $name.temp - # copy the new file over the old compressed file - cat $name.temp > $name.zip - # decompress the Z file to the filename given in the command - cat $name.zip | gzip --quiet --decompress > $name - # remove the compressed Z file - rm $name.temp $name.zip - echo "Successfully Decompressed $name" + dd bs=1 skip=$offset count=$size if="$BASEROM" of="${name}.temp" status=none + GZ=gzip tools/1172inflate.sh "${name}.temp" "${name}" + rm "${name}.temp" else echo "Extracting uncompressed $name, $size bytes..." dd bs=1 skip=$offset count=$size if="$BASEROM" of=$name status=none diff --git a/extract_cdata.sh b/extract_cdata.sh new file mode 100755 index 0000000..e03afa7 --- /dev/null +++ b/extract_cdata.sh @@ -0,0 +1,83 @@ +#!/bin/bash + +if ! command -v md5sum &> /dev/null +then + echo "md5sum could not be found" + exit 1 +fi + +if ! command -v dd &> /dev/null +then + echo "dd could not be found" + exit 1 +fi + +if ! command -v dd &> /dev/null +then + echo "gzip could not be found" + exit 1 +fi + + +ROM_FILENAME= +OUT_FILENAME= +ROM_MD5= + +MD5_US="70c525880240c1e838b8b1be35666c3b" +MD5_JP="1880da358f875c0740d4a6731e110109" +MD5_EU="cff69b70a8ad674a0efe5558765855c9" + + +# US +ROM_FILENAME="baserom.u.z64" +OUT_FILENAME="baserom.u.cdata" +if [ -f "${ROM_FILENAME}" ]; then + ROM_MD5=$(md5sum "${ROM_FILENAME}" | cut -d " " -f1) + + if [ "${ROM_MD5}" = "${MD5_US}" ]; then + echo "extracting US compressed data segment" + dd bs=1 skip=137616 count=71760 if="${ROM_FILENAME}" of="${OUT_FILENAME}" status=none + GZ=gzip tools/1172inflate.sh "${OUT_FILENAME}" "${OUT_FILENAME}.bin" + rm "${OUT_FILENAME}" + else + echo "cannot extract compressed data segment from ${ROM_FILENAME}, md5=${ROM_MD5}, expected ${MD5_US}" + fi +else + echo "${ROM_FILENAME} not found" +fi + +# JP +ROM_FILENAME="baserom.j.z64" +OUT_FILENAME="baserom.j.cdata" +if [ -f "${ROM_FILENAME}" ]; then + ROM_MD5=$(md5sum "${ROM_FILENAME}" | cut -d " " -f1) + + if [ "${ROM_MD5}" = "${MD5_JP}" ]; then + echo "extracting JP compressed data segment" + dd bs=1 skip=137680 count=71752 if="${ROM_FILENAME}" of="${OUT_FILENAME}" status=none + GZ=gzip tools/1172inflate.sh "${OUT_FILENAME}" "${OUT_FILENAME}.bin" + rm "${OUT_FILENAME}" + else + echo "cannot extract compressed data segment from ${ROM_FILENAME}, md5=${ROM_MD5}, expected ${MD5_JP}" + fi +else + echo "${ROM_FILENAME} not found" +fi + +# EU +ROM_FILENAME="baserom.e.z64" +OUT_FILENAME="baserom.e.cdata" +if [ -f "${ROM_FILENAME}" ]; then + ROM_MD5=$(md5sum "${ROM_FILENAME}" | cut -d " " -f1) + + if [ "${ROM_MD5}" = "${MD5_EU}" ]; then + echo "extracting EU compressed data segment" + dd bs=1 skip=129104 count=67680 if="${ROM_FILENAME}" of="${OUT_FILENAME}" status=none + GZ=gzip tools/1172inflate.sh "${OUT_FILENAME}" "${OUT_FILENAME}.bin" + rm "${OUT_FILENAME}" + else + echo "cannot extract compressed data segment from ${ROM_FILENAME}, md5=${ROM_MD5}, expected ${MD5_EU}" + fi +else + echo "${ROM_FILENAME} not found" +fi \ No newline at end of file diff --git a/extract_diff.e.sh b/extract_diff.e.sh new file mode 100755 index 0000000..e87e3d2 --- /dev/null +++ b/extract_diff.e.sh @@ -0,0 +1,34 @@ +#!/bin/bash +if [ -z "$1" ]; then + DOALL="1" + echo "Processing Everything" +fi + +true="1" +mkdir -p assets assets/font assets/images assets/images/split assets/music assets/ramrom/e assets/obseg assets/obseg/bg/e assets/obseg/brief assets/obseg/chr assets/obseg/gun assets/obseg/prop assets/obseg/setup assets/obseg/setup/e assets/obseg/stan assets/obseg/text assets/obseg/text/e + +if [ "$DOALL" == "1" ] || [ $1 == 'files' ]; then + echo "Processing Files" + while IFS=, read -r offset size name compressed extract + do + if [ "$extract" == "$true" ]; then + if [ "$compressed" == "$true" ]; then + echo "Extracting compressed $name, $size bytes..." + dd bs=1 skip=$offset count=$size if=baserom.e.z64 of="${name}.temp" status=none + GZ=gzip tools/1172inflate.sh "${name}.temp" "${name}" + rm "${name}.temp" + else + echo "Extracting uncompressed $name, $size bytes..." + dd bs=1 skip=$offset count=$size if=baserom.e.z64 of=$name status=none + echo "Successfully Extracted $name" + fi + else + echo "skip $name" + fi + done < filediff.e.csv + #filediff.e.csv should follow pattern of: + #offset,size,name,compressed,extract + #formatting matters, no comments, no extra lines, unix line endings only + #and always end with a newline +fi + diff --git a/extract_diff.j.sh b/extract_diff.j.sh old mode 100644 new mode 100755 index 03719d3..67ef54b --- a/extract_diff.j.sh +++ b/extract_diff.j.sh @@ -5,7 +5,7 @@ if [ -z "$1" ]; then fi true="1" -mkdir assets assets/font assets/images assets/images/split assets/music assets/ramrom assets/obseg assets/obseg/bg assets/obseg/brief assets/obseg/chr assets/obseg/gun assets/obseg/prop assets/obseg/setup assets/obseg/setup/j assets/obseg/stan assets/obseg/text assets/obseg/text/j +mkdir -p assets assets/font assets/images assets/images/split assets/music assets/ramrom assets/obseg assets/obseg/bg assets/obseg/brief assets/obseg/chr assets/obseg/gun assets/obseg/prop assets/obseg/setup assets/obseg/setup/j assets/obseg/stan assets/obseg/text assets/obseg/text/j if [ "$DOALL" == "1" ] || [ $1 == 'files' ]; then echo "Processing Files" @@ -14,18 +14,9 @@ if [ "$DOALL" == "1" ] || [ $1 == 'files' ]; then if [ "$extract" == "$true" ]; then if [ "$compressed" == "$true" ]; then echo "Extracting compressed $name, $size bytes..." - dd bs=1 skip=$offset count=$size if=baserom.j.z64 of=$name status=none - # Add the gZip Header to a new file using the name given in command - echo -n -e \\x1F\\x8B\\x08\\x00\\x00\\x00\\x00\\x00\\x02\\x03 > $name.temp - # Add the contents of the compressed file minus the 1172 to the new file - cat $name | tail --bytes=+3 >> $name.temp - # copy the new file over the old compressed file - cat $name.temp > $name.zip - # decompress the Z file to the filename given in the command - cat $name.zip | gzip --quiet --decompress > $name.bin - # remove the compressed Z file - rm $name.temp $name.zip $name - echo "Successfully Decompressed $name" + dd bs=1 skip=$offset count=$size if=baserom.j.z64 of="${name}.temp" status=none + GZ=gzip tools/1172inflate.sh "${name}.temp" "${name}" + rm "${name}.temp" else echo "Extracting uncompressed $name, $size bytes..." dd bs=1 skip=$offset count=$size if=baserom.j.z64 of=$name status=none diff --git a/filediff.e.csv b/filediff.e.csv new file mode 100644 index 0000000..4c43d08 --- /dev/null +++ b/filediff.e.csv @@ -0,0 +1,157 @@ +2802240,8976,assets/ramrom/e/ramrom_Dam_1.bin,0,1 +2811216,19888,assets/ramrom/e/ramrom_Dam_2.bin,0,1 +2831104,12944,assets/ramrom/e/ramrom_Facility_1.bin,0,1 +2844048,13696,assets/ramrom/e/ramrom_Facility_2.bin,0,1 +2857744,13632,assets/ramrom/e/ramrom_Facility_3.bin,0,1 +2871376,9968,assets/ramrom/e/ramrom_Runway_1.bin,0,1 +2881344,27600,assets/ramrom/e/ramrom_Runway_2.bin,0,1 +2908944,20688,assets/ramrom/e/ramrom_BunkerI_1.bin,0,1 +2929632,17440,assets/ramrom/e/ramrom_BunkerI_2.bin,0,1 +2947072,9472,assets/ramrom/e/ramrom_Silo_1.bin,0,1 +2956544,13392,assets/ramrom/e/ramrom_Silo_2.bin,0,1 +2969936,10816,assets/ramrom/e/ramrom_Frigate_1.bin,0,1 +2980752,8224,assets/ramrom/e/ramrom_Frigate_2.bin,0,1 +2988976,11392,assets/ramrom/e/ramrom_Train.bin,0,1 +5836336,105520,assets/obseg/bg/e/bg_pete_all_p.bin,0,1 +6806352,86256,assets/obseg/bg/e/bg_jun_all_p.bin,0,1 +1148512,46848,assets/ge007.e.118660.jfont_chardata.bin,0,0 +9000160,11680,assets/obseg/setup/e/Ump_setuparchZ.bin,1,1 +9124336,7216,assets/obseg/setup/e/UsetupcradZ.bin,1,0 +9168656,9040,assets/obseg/setup/e/UsetupdestZ.bin,1,1 +9177696,14096,assets/obseg/setup/e/UsetupjunZ.bin,1,1 +9191792,1520,assets/obseg/setup/e/UsetuplenZ.bin,1,1 +9262032,10944,assets/obseg/setup/e/UsetupsiloZ.bin,1,1 +9272976,10192,assets/obseg/setup/e/UsetupstatueZ.bin,1,1 +9283168,12864,assets/obseg/setup/e/UsetuptraZ.bin,1,1 +9296032,16,assets/obseg/text/e/LameE.bin,1,1 +9296048,16,assets/obseg/text/e/LameJ.bin,1,1 +9296064,16,assets/obseg/text/e/LameP.bin,1,1 +9296080,1584,assets/obseg/text/e/LarchE.bin,1,1 +9297664,1632,assets/obseg/text/e/LarchJ.bin,1,1 +9299296,1584,assets/obseg/text/e/LarchP.bin,1,1 +9300880,1488,assets/obseg/text/e/LarecE.bin,1,1 +9302368,1440,assets/obseg/text/e/LarecJ.bin,1,1 +9303808,1488,assets/obseg/text/e/LarecP.bin,1,1 +9305296,1696,assets/obseg/text/e/LarkE.bin,1,1 +9306992,1680,assets/obseg/text/e/LarkJ.bin,1,1 +9308672,1696,assets/obseg/text/e/LarkP.bin,1,1 +9310368,16,assets/obseg/text/e/LashE.bin,1,1 +9310384,16,assets/obseg/text/e/LashJ.bin,1,1 +9310400,16,assets/obseg/text/e/LashP.bin,1,1 +9310416,1088,assets/obseg/text/e/LaztE.bin,1,1 +9311504,1104,assets/obseg/text/e/LaztJ.bin,1,1 +9312608,1088,assets/obseg/text/e/LaztP.bin,1,1 +9313696,16,assets/obseg/text/e/LcatE.bin,1,1 +9313712,16,assets/obseg/text/e/LcatJ.bin,1,1 +9313728,16,assets/obseg/text/e/LcatP.bin,1,1 +9313744,1024,assets/obseg/text/e/LcaveE.bin,1,1 +9314768,1120,assets/obseg/text/e/LcaveJ.bin,1,1 +9315888,1024,assets/obseg/text/e/LcaveP.bin,1,1 +9316912,1232,assets/obseg/text/e/LcradE.bin,1,1 +9318144,1184,assets/obseg/text/e/LcradJ.bin,1,1 +9319328,1232,assets/obseg/text/e/LcradP.bin,1,1 +9320560,592,assets/obseg/text/e/LcrypE.bin,1,1 +9321152,672,assets/obseg/text/e/LcrypJ.bin,1,1 +9321824,592,assets/obseg/text/e/LcrypP.bin,1,1 +9322416,1104,assets/obseg/text/e/LdamE.bin,1,1 +9323520,1104,assets/obseg/text/e/LdamJ.bin,1,1 +9324624,1104,assets/obseg/text/e/LdamP.bin,1,1 +9325728,880,assets/obseg/text/e/LdepoE.bin,1,1 +9326608,816,assets/obseg/text/e/LdepoJ.bin,1,1 +9327424,880,assets/obseg/text/e/LdepoP.bin,1,1 +9328304,1184,assets/obseg/text/e/LdestE.bin,1,1 +9329488,1120,assets/obseg/text/e/LdestJ.bin,1,1 +9330608,1184,assets/obseg/text/e/LdestP.bin,1,1 +9331792,16,assets/obseg/text/e/LdishE.bin,1,1 +9331808,16,assets/obseg/text/e/LdishJ.bin,1,1 +9331824,16,assets/obseg/text/e/LdishP.bin,1,1 +9331840,16,assets/obseg/text/e/LearE.bin,1,1 +9331856,16,assets/obseg/text/e/LearJ.bin,1,1 +9331872,16,assets/obseg/text/e/LearP.bin,1,1 +9331888,16,assets/obseg/text/e/LeldE.bin,1,1 +9331904,16,assets/obseg/text/e/LeldJ.bin,1,1 +9331920,16,assets/obseg/text/e/LeldP.bin,1,1 +9331936,1824,assets/obseg/text/e/LgunE.bin,1,1 +9333760,1856,assets/obseg/text/e/LgunJ.bin,1,1 +9335616,1824,assets/obseg/text/e/LgunP.bin,1,1 +9337440,16,assets/obseg/text/e/LimpE.bin,1,1 +9337456,16,assets/obseg/text/e/LimpJ.bin,1,1 +9337472,16,assets/obseg/text/e/LimpP.bin,1,1 +9337488,1312,assets/obseg/text/e/LjunE.bin,1,1 +9338800,1328,assets/obseg/text/e/LjunJ.bin,1,1 +9340128,1312,assets/obseg/text/e/LjunP.bin,1,1 +9341440,16,assets/obseg/text/e/LleeE.bin,1,1 +9341456,16,assets/obseg/text/e/LleeJ.bin,1,1 +9341472,16,assets/obseg/text/e/LleeP.bin,1,1 +9341488,1712,assets/obseg/text/e/LlenE.bin,1,1 +9343200,1824,assets/obseg/text/e/LlenJ.bin,1,1 +9345024,1712,assets/obseg/text/e/LlenP.bin,1,1 +9346736,16,assets/obseg/text/e/LlipE.bin,1,1 +9346752,16,assets/obseg/text/e/LlipJ.bin,1,1 +9346768,16,assets/obseg/text/e/LlipP.bin,1,1 +9346784,16,assets/obseg/text/e/LlueE.bin,1,1 +9346800,16,assets/obseg/text/e/LlueJ.bin,1,1 +9346816,16,assets/obseg/text/e/LlueP.bin,1,1 +9346832,688,assets/obseg/text/e/LmiscE.bin,1,1 +9347520,704,assets/obseg/text/e/LmiscJ.bin,1,1 +9348224,688,assets/obseg/text/e/LmiscP.bin,1,1 +9348912,416,assets/obseg/text/e/LmpmenuE.bin,1,1 +9349328,416,assets/obseg/text/e/LmpmenuJ.bin,1,1 +9349744,416,assets/obseg/text/e/LmpmenuP.bin,1,1 +9350160,192,assets/obseg/text/e/LmpweaponsE.bin,1,1 +9350352,208,assets/obseg/text/e/LmpweaponsJ.bin,1,1 +9350560,192,assets/obseg/text/e/LmpweaponsP.bin,1,1 +9350752,16,assets/obseg/text/e/LoatE.bin,1,1 +9350768,16,assets/obseg/text/e/LoatJ.bin,1,1 +9350784,16,assets/obseg/text/e/LoatP.bin,1,1 +9350800,560,assets/obseg/text/e/LoptionsE.bin,1,1 +9351360,576,assets/obseg/text/e/LoptionsJ.bin,1,1 +9351936,560,assets/obseg/text/e/LoptionsP.bin,1,1 +9352496,16,assets/obseg/text/e/LpamE.bin,1,1 +9352512,16,assets/obseg/text/e/LpamJ.bin,1,1 +9352528,16,assets/obseg/text/e/LpamP.bin,1,1 +9352544,1152,assets/obseg/text/e/LpeteE.bin,1,1 +9353696,1136,assets/obseg/text/e/LpeteJ.bin,1,1 +9354832,1152,assets/obseg/text/e/LpeteP.bin,1,1 +9355984,672,assets/obseg/text/e/LpropobjE.bin,1,1 +9356656,672,assets/obseg/text/e/LpropobjJ.bin,1,1 +9357328,672,assets/obseg/text/e/LpropobjP.bin,1,1 +9358000,16,assets/obseg/text/e/LrefE.bin,1,1 +9358016,16,assets/obseg/text/e/LrefJ.bin,1,1 +9358032,16,assets/obseg/text/e/LrefP.bin,1,1 +9358048,16,assets/obseg/text/e/LritE.bin,1,1 +9358064,16,assets/obseg/text/e/LritJ.bin,1,1 +9358080,16,assets/obseg/text/e/LritP.bin,1,1 +9358096,624,assets/obseg/text/e/LrunE.bin,1,1 +9358720,656,assets/obseg/text/e/LrunJ.bin,1,1 +9359376,624,assets/obseg/text/e/LrunP.bin,1,1 +9360000,1376,assets/obseg/text/e/LsevE.bin,1,1 +9361376,1296,assets/obseg/text/e/LsevJ.bin,1,1 +9362672,1376,assets/obseg/text/e/LsevP.bin,1,1 +9364048,1872,assets/obseg/text/e/LsevbE.bin,1,1 +9365920,2032,assets/obseg/text/e/LsevbJ.bin,1,1 +9367952,1872,assets/obseg/text/e/LsevbP.bin,1,1 +9369824,1120,assets/obseg/text/e/LsevxE.bin,1,1 +9370944,976,assets/obseg/text/e/LsevxJ.bin,1,1 +9371920,1120,assets/obseg/text/e/LsevxP.bin,1,1 +9373040,1168,assets/obseg/text/e/LsevxbE.bin,1,1 +9374208,1104,assets/obseg/text/e/LsevxbJ.bin,1,1 +9375312,1168,assets/obseg/text/e/LsevxbP.bin,1,1 +9376480,16,assets/obseg/text/e/LshoE.bin,1,1 +9376496,16,assets/obseg/text/e/LshoJ.bin,1,1 +9376512,16,assets/obseg/text/e/LshoP.bin,1,1 +9376528,1456,assets/obseg/text/e/LsiloE.bin,1,1 +9377984,1520,assets/obseg/text/e/LsiloJ.bin,1,1 +9379504,1456,assets/obseg/text/e/LsiloP.bin,1,1 +9380960,2336,assets/obseg/text/e/LstatE.bin,1,1 +9383296,2128,assets/obseg/text/e/LstatJ.bin,1,1 +9385424,2336,assets/obseg/text/e/LstatP.bin,1,1 +9387760,2832,assets/obseg/text/e/LtitleE.bin,1,1 +9390592,3056,assets/obseg/text/e/LtitleJ.bin,1,1 +9393648,2832,assets/obseg/text/e/LtitleP.bin,1,1 +9396480,1072,assets/obseg/text/e/LtraE.bin,1,1 +9397552,1104,assets/obseg/text/e/LtraJ.bin,1,1 +9398656,1072,assets/obseg/text/e/LtraP.bin,1,1 +9399728,1376,assets/obseg/text/e/LwaxE.bin,1,1 +9401104,1296,assets/obseg/text/e/LwaxJ.bin,1,1 +9402400,16,assets/obseg/text/e/LwaxP.bin,1,1 diff --git a/filediff.j.csv b/filediff.j.csv index 94c6c34..9655a03 100644 --- a/filediff.j.csv +++ b/filediff.j.csv @@ -1,32 +1,32 @@ -1148512,46848,assets/ge007.j.118660.jfont_chardata.bin,0,1 -9043488,11680,assets/obseg/setup/j/Ump_setuparchZ,1,1 -9167664,7216,assets/obseg/setup/j/UsetupcradZ,1,1 -9211984,9040,assets/obseg/setup/j/UsetupdestZ,1,1 -9221024,14096,assets/obseg/setup/j/UsetupjunZ,1,1 -9235120,1520,assets/obseg/setup/j/UsetuplenZ,1,1 -9305360,10944,assets/obseg/setup/j/UsetupsiloZ,1,1 -9316304,10192,assets/obseg/setup/j/UsetupstatueZ,1,1 -9326496,12864,assets/obseg/setup/j/UsetuptraZ,1,1 -9344096,1440,assets/obseg/text/j/LarecJ,1,0 -9347232,1680,assets/obseg/text/j/LarkJ,1,0 -9350032,1104,assets/obseg/text/j/LaztJ,1,1 -9354544,1184,assets/obseg/text/j/LcradJ,1,0 -9356320,672,assets/obseg/text/j/LcrypJ,1,0 -9358096,1104,assets/obseg/text/j/LdamJ,1,0 -9360080,816,assets/obseg/text/j/LdepoJ,1,0 -9365104,1856,assets/obseg/text/j/LgunJ,1,0 -9368304,1328,assets/obseg/text/j/LjunJ,1,0 -9371376,1824,assets/obseg/text/j/LlenJ,1,1 -9373952,704,assets/obseg/text/j/LmiscJ,1,0 -9375072,416,assets/obseg/text/j/LmpmenuJ,1,0 -9375680,208,assets/obseg/text/j/LmpweaponsJ,1,0 -9376480,576,assets/obseg/text/j/LoptionsJ,1,0 -9378240,1136,assets/obseg/text/j/LpeteJ,1,0 -9380048,672,assets/obseg/text/j/LpropobjJ,1,0 -9383440,1296,assets/obseg/text/j/LsevJ,1,0 -9386608,2032,assets/obseg/text/j/LsevbJ,1,1 -9389760,976,assets/obseg/text/j/LsevxJ,1,0 -9394496,1520,assets/obseg/text/j/LsiloJ,1,0 -9398352,2128,assets/obseg/text/j/LstatJ,1,1 -9403312,3056,assets/obseg/text/j/LtitleJ,1,0 -9407440,1104,assets/obseg/text/j/LtraJ,1,0 +1148512,46848,assets/ge007.j.118660.jfont_chardata.bin,0,0 +9043488,11680,assets/obseg/setup/j/Ump_setuparchZ.bin,1,1 +9167664,7216,assets/obseg/setup/j/UsetupcradZ.bin,1,1 +9211984,9040,assets/obseg/setup/j/UsetupdestZ.bin,1,1 +9221024,14096,assets/obseg/setup/j/UsetupjunZ.bin,1,1 +9235120,1520,assets/obseg/setup/j/UsetuplenZ.bin,1,1 +9305360,10944,assets/obseg/setup/j/UsetupsiloZ.bin,1,1 +9316304,10192,assets/obseg/setup/j/UsetupstatueZ.bin,1,1 +9326496,12864,assets/obseg/setup/j/UsetuptraZ.bin,1,1 +9344096,1440,assets/obseg/text/j/LarecJ.bin,1,0 +9347232,1680,assets/obseg/text/j/LarkJ.bin,1,0 +9350032,1104,assets/obseg/text/j/LaztJ.bin,1,1 +9354544,1184,assets/obseg/text/j/LcradJ.bin,1,0 +9356320,672,assets/obseg/text/j/LcrypJ.bin,1,0 +9358096,1104,assets/obseg/text/j/LdamJ.bin,1,0 +9360080,816,assets/obseg/text/j/LdepoJ.bin,1,0 +9365104,1856,assets/obseg/text/j/LgunJ.bin,1,0 +9368304,1328,assets/obseg/text/j/LjunJ.bin,1,0 +9371376,1824,assets/obseg/text/j/LlenJ.bin,1,1 +9373952,704,assets/obseg/text/j/LmiscJ.bin,1,0 +9375072,416,assets/obseg/text/j/LmpmenuJ.bin,1,0 +9375680,208,assets/obseg/text/j/LmpweaponsJ.bin,1,0 +9376480,576,assets/obseg/text/j/LoptionsJ.bin,1,0 +9378240,1136,assets/obseg/text/j/LpeteJ.bin,1,0 +9380048,672,assets/obseg/text/j/LpropobjJ.bin,1,0 +9383440,1296,assets/obseg/text/j/LsevJ.bin,1,0 +9386608,2032,assets/obseg/text/j/LsevbJ.bin,1,1 +9389760,976,assets/obseg/text/j/LsevxJ.bin,1,0 +9394496,1520,assets/obseg/text/j/LsiloJ.bin,1,0 +9398352,2128,assets/obseg/text/j/LstatJ.bin,1,1 +9403312,3056,assets/obseg/text/j/LtitleJ.bin,1,0 +9407440,1104,assets/obseg/text/j/LtraJ.bin,1,0 diff --git a/filelist.e.csv b/filelist.e.csv new file mode 100644 index 0000000..56c26f5 --- /dev/null +++ b/filelist.e.csv @@ -0,0 +1,782 @@ +4385440,69104,assets/obseg/bg/bg_sev_all_p.bin,0,0 +4454544,331584,assets/obseg/bg/bg_silo_all_p.bin,0,0 +4786128,139472,assets/obseg/bg/bg_stat_all_p.bin,0,1 +4925600,189312,assets/obseg/bg/bg_arec_all_p.bin,0,0 +5114912,154352,assets/obseg/bg/bg_arch_all_p.bin,0,0 +5269264,132464,assets/obseg/bg/bg_tra_all_p.bin,0,1 +5401728,186816,assets/obseg/bg/bg_dest_all_p.bin,0,1 +5588544,109984,assets/obseg/bg/bg_sevb_all_p.bin,0,0 +5698528,137808,assets/obseg/bg/bg_azt_all_p.bin,0,0 +5836336,105520,assets/obseg/bg/bg_pete_all_p.bin,0,1 +5941856,182640,assets/obseg/bg/bg_depo_all_p.bin,0,1 +6124496,38416,assets/obseg/bg/bg_ref_all_p.bin,0,0 +6162912,87728,assets/obseg/bg/bg_cryp_all_p.bin,0,0 +6250640,197024,assets/obseg/bg/bg_dam_all_p.bin,0,1 +6447664,200576,assets/obseg/bg/bg_ark_all_p.bin,0,1 +6648240,41936,assets/obseg/bg/bg_run_all_p.bin,0,0 +6690176,116176,assets/obseg/bg/bg_sevx_all_p.bin,0,0 +6806352,86256,assets/obseg/bg/bg_jun_all_p.bin,0,1 +6892608,18544,assets/obseg/bg/bg_dish_all_p.bin,0,0 +6911152,148720,assets/obseg/bg/bg_cave_all_p.bin,0,1 +7059872,21808,assets/obseg/bg/bg_cat_all_p.bin,0,0 +7081680,66384,assets/obseg/bg/bg_crad_all_p.bin,0,0 +7148064,0,assets/obseg/bg/bg_sho_all_p.bin,0,1 +7148064,0,assets/obseg/bg/bg_eld_all_p.bin,0,1 +7148064,0,assets/obseg/bg/bg_imp_all_p.bin,0,1 +7148064,0,assets/obseg/bg/bg_ash_all_p.bin,0,1 +7148064,0,assets/obseg/bg/bg_lue_all_p.bin,0,1 +7148064,40800,assets/obseg/bg/bg_ame_all_p.bin,0,1 +7188864,0,assets/obseg/bg/bg_rit_all_p.bin,0,0 +7188864,28240,assets/obseg/bg/bg_oat_all_p.bin,0,1 +7217104,0,assets/obseg/bg/bg_ear_all_p.bin,0,0 +7217104,0,assets/obseg/bg/bg_lee_all_p.bin,0,0 +7217104,0,assets/obseg/bg/bg_lip_all_p.bin,0,0 +7217104,4000,assets/obseg/bg/bg_len_all_p.bin,0,1 +7221104,0,assets/obseg/bg/bg_wax_all_p.bin,0,0 +7221104,0,assets/obseg/bg/bg_pam_all_p.bin,0,0 +7221104,9344,assets/obseg/chr/CarmourguardZ,1,1 +7230448,14064,assets/obseg/chr/CbaronsamediZ,1,1 +7244512,9968,assets/obseg/chr/CbluecamguardZ,1,1 +7254480,7696,assets/obseg/chr/CbluemanZ,1,1 +7262176,7872,assets/obseg/chr/CbluewomanZ,1,1 +7270048,11280,assets/obseg/chr/CboilerbondZ,1,1 +7281328,13952,assets/obseg/chr/CboilertrevZ,1,1 +7295280,12576,assets/obseg/chr/CborisZ,1,1 +7307856,9952,assets/obseg/chr/CcamguardZ,1,1 +7317808,7680,assets/obseg/chr/CcardimanZ,1,1 +7325488,7808,assets/obseg/chr/CcheckmanZ,1,1 +7333296,9728,assets/obseg/chr/CcommguardZ,1,1 +7343024,11920,assets/obseg/chr/CdjbondZ,1,1 +7354944,7968,assets/obseg/chr/CfattechwomanZ,1,1 +7362912,10016,assets/obseg/chr/Cgreatguard2Z,1,1 +7372928,9856,assets/obseg/chr/CgreatguardZ,1,1 +7382784,9936,assets/obseg/chr/CgreyguardZ,1,1 +7392720,7616,assets/obseg/chr/CgreymanZ,1,1 +7400336,1488,assets/obseg/chr/CheadalanZ,1,1 +7401824,1392,assets/obseg/chr/CheadbZ,1,1 +7403216,976,assets/obseg/chr/CheadbalaclavaZ,1,1 +7404192,1696,assets/obseg/chr/CheadbikeZ,1,1 +7405888,3408,assets/obseg/chr/CheadbrosnanZ,1,1 +7409296,2976,assets/obseg/chr/Cheadbrosnanboiler,1,1 +7412272,3712,assets/obseg/chr/Cheadbrosnansnow,1,1 +7415984,3456,assets/obseg/chr/Cheadbrosnansuit,1,1 +7419440,3008,assets/obseg/chr/Cheadbrosnantimber,1,1 +7422448,1344,assets/obseg/chr/CheadchrisZ,1,1 +7423792,1408,assets/obseg/chr/CheaddaveZ,1,1 +7425200,1328,assets/obseg/chr/CheaddesZ,1,1 +7426528,1312,assets/obseg/chr/CheadduncanZ,1,1 +7427840,1408,assets/obseg/chr/CheaddwayneZ,1,1 +7429248,1392,assets/obseg/chr/CheadgrahamZ,1,1 +7430640,1328,assets/obseg/chr/CheadgrantZ,1,1 +7431968,1328,assets/obseg/chr/CheadjimZ,1,1 +7433296,1056,assets/obseg/chr/Cheadjoe2Z,1,1 +7434352,1392,assets/obseg/chr/CheadjoeZ,1,1 +7435744,1296,assets/obseg/chr/CheadjoelZ,1,1 +7437040,1376,assets/obseg/chr/CheadkarlZ,1,1 +7438416,1360,assets/obseg/chr/CheadkenZ,1,1 +7439776,1408,assets/obseg/chr/CheadleeZ,1,1 +7441184,1008,assets/obseg/chr/CheadmandyZ,1,1 +7442192,1040,assets/obseg/chr/CheadmarionZ,1,1 +7443232,1328,assets/obseg/chr/CheadmarkZ,1,1 +7444560,1376,assets/obseg/chr/CheadmartinZ,1,1 +7445936,1376,assets/obseg/chr/CheadmishkinZ,1,1 +7447312,1312,assets/obseg/chr/CheadneilZ,1,1 +7448624,1424,assets/obseg/chr/CheadpeteZ,1,1 +7450048,1296,assets/obseg/chr/CheadrobinZ,1,1 +7451344,1024,assets/obseg/chr/CheadsallyZ,1,1 +7452368,1408,assets/obseg/chr/CheadscottZ,1,1 +7453776,1504,assets/obseg/chr/CheadshaunZ,1,1 +7455280,1360,assets/obseg/chr/CheadsteveeZ,1,1 +7456640,1360,assets/obseg/chr/CheadstevehZ,1,1 +7458000,1168,assets/obseg/chr/CheadvivienZ,1,1 +7459168,11328,assets/obseg/chr/CjawsZ,1,1 +7470496,8208,assets/obseg/chr/CjeanwomanZ,1,1 +7478704,11168,assets/obseg/chr/CmaydayZ,1,1 +7489872,8528,assets/obseg/chr/CmoonfemaleZ,1,1 +7498400,9712,assets/obseg/chr/CmoonguardZ,1,1 +7508112,14528,assets/obseg/chr/CnatalyaZ,1,1 +7522640,9952,assets/obseg/chr/CnavyguardZ,1,1 +7532592,12592,assets/obseg/chr/CoddjobZ,1,1 +7545184,9808,assets/obseg/chr/ColiveguardZ,1,1 +7554992,13360,assets/obseg/chr/CorumovZ,1,1 +7568352,12416,assets/obseg/chr/CpilotZ,1,1 +7580768,10032,assets/obseg/chr/CredmanZ,1,1 +7590800,7216,assets/obseg/chr/CrusguardZ,1,1 +7598016,13104,assets/obseg/chr/CsnowbondZ,1,1 +7611120,11392,assets/obseg/chr/CsnowguardZ,1,1 +7622512,14624,assets/obseg/chr/CspicebondZ,1,1 +7637136,12832,assets/obseg/chr/Csuit_lf_handZ,1,1 +7649968,11664,assets/obseg/chr/CsuitbondZ,1,1 +7661632,9904,assets/obseg/chr/CtechmanZ,1,1 +7671536,8176,assets/obseg/chr/CtechwomanZ,1,1 +7679712,11568,assets/obseg/chr/CtimberbondZ,1,1 +7691280,14288,assets/obseg/chr/CtrevelyanZ,1,1 +7705568,9744,assets/obseg/chr/CtrevguardZ,1,1 +7715312,12144,assets/obseg/chr/CvalentinZ,1,1 +7727456,14832,assets/obseg/chr/CxeniaZ,1,1 +7742288,2576,assets/obseg/gun/Gak47Z,1,1 +7744864,912,assets/obseg/gun/GaudiotapeZ,1,1 +7745776,6160,assets/obseg/gun/GautoshotZ,1,1 +7751936,1536,assets/obseg/gun/GblackboxZ,1,1 +7753472,256,assets/obseg/gun/GblueprintsZ,1,1 +7753728,1936,assets/obseg/gun/GbombcaseZ,1,1 +7755664,1520,assets/obseg/gun/GbombdefuserZ,1,1 +7757184,1936,assets/obseg/gun/GbriefcaseZ,1,1 +7759120,2416,assets/obseg/gun/GbugZ,1,1 +7761536,848,assets/obseg/gun/GbugdetectorZ,1,1 +7762384,848,assets/obseg/gun/GbungeeZ,1,1 +7763232,1152,assets/obseg/gun/GcameraZ,1,1 +7764384,608,assets/obseg/gun/GcartblueZ,1,1 +7764992,304,assets/obseg/gun/GcartridgeZ,1,1 +7765296,528,assets/obseg/gun/GcartrifleZ,1,1 +7765824,512,assets/obseg/gun/GcartshellZ,1,1 +7766336,320,assets/obseg/gun/GcircuitboardZ,1,1 +7766656,496,assets/obseg/gun/GclipboardZ,1,1 +7767152,848,assets/obseg/gun/GcreditcardZ,1,1 +7768000,848,assets/obseg/gun/GdarkglassesZ,1,1 +7768848,320,assets/obseg/gun/GdatathiefZ,1,1 +7769168,368,assets/obseg/gun/GdattapeZ,1,1 +7769536,1408,assets/obseg/gun/GdoordecoderZ,1,1 +7770944,848,assets/obseg/gun/GdoorexploderZ,1,1 +7771792,864,assets/obseg/gun/GdossierredZ,1,1 +7772656,848,assets/obseg/gun/GdynamiteZ,1,1 +7773504,592,assets/obseg/gun/Gexplosivefloppy,1,1 +7774096,848,assets/obseg/gun/GexplosivepenZ,1,1 +7774944,2032,assets/obseg/gun/GextinguisherZ,1,1 +7776976,848,assets/obseg/gun/GfingergunZ,1,1 +7777824,5888,assets/obseg/gun/GfistZ,1,1 +7783712,848,assets/obseg/gun/GflarepistolZ,1,1 +7784560,3232,assets/obseg/gun/Gfnp90Z,1,1 +7787792,2608,assets/obseg/gun/GgaskeyringZ,1,1 +7790400,848,assets/obseg/gun/GgoldbarZ,1,1 +7791248,2480,assets/obseg/gun/GgoldeneyekeyZ,1,1 +7793728,6112,assets/obseg/gun/GgoldengunZ,1,1 +7799840,6496,assets/obseg/gun/GgoldwppkZ,1,1 +7806336,2608,assets/obseg/gun/GgrenadeZ,1,1 +7808944,4224,assets/obseg/gun/GgrenadelaunchZ,1,1 +7813168,848,assets/obseg/gun/GheroinZ,1,1 +7814016,7856,assets/obseg/gun/GjoypadZ,1,1 +7821872,1936,assets/obseg/gun/Gkeyanalysercase,1,1 +7823808,2544,assets/obseg/gun/GkeyboltZ,1,1 +7826352,304,assets/obseg/gun/GkeycardZ,1,1 +7826656,3408,assets/obseg/gun/GkeyyaleZ,1,1 +7830064,6864,assets/obseg/gun/GknifeZ,1,1 +7836928,3568,assets/obseg/gun/GlaserZ,1,1 +7840496,848,assets/obseg/gun/GlectreZ,1,1 +7841344,848,assets/obseg/gun/GlockexploderZ,1,1 +7842192,2592,assets/obseg/gun/Gm16Z,1,1 +7844784,240,assets/obseg/gun/GmapZ,1,1 +7845024,1600,assets/obseg/gun/GmicrocameraZ,1,1 +7846624,848,assets/obseg/gun/GmicrocodeZ,1,1 +7847472,848,assets/obseg/gun/GmicrofilmZ,1,1 +7848320,848,assets/obseg/gun/GmoneyZ,1,1 +7849168,3040,assets/obseg/gun/Gmp5kZ,1,1 +7852208,3328,assets/obseg/gun/Gmp5ksilZ,1,1 +7855536,848,assets/obseg/gun/GpitongunZ,1,1 +7856384,464,assets/obseg/gun/GplansZ,1,1 +7856848,848,assets/obseg/gun/GplastiqueZ,1,1 +7857696,1376,assets/obseg/gun/GpolarizedglassesZ,1,1 +7859072,2032,assets/obseg/gun/GproximitymineZ,1,1 +7861104,2496,assets/obseg/gun/GremotemineZ,1,1 +7863600,4640,assets/obseg/gun/GrocketlaunchZ,1,1 +7868240,7568,assets/obseg/gun/GrugerZ,1,1 +7875808,1936,assets/obseg/gun/Gsafecrackercase,1,1 +7877744,3808,assets/obseg/gun/GshotgunZ,1,1 +7881552,6496,assets/obseg/gun/GsilverwppkZ,1,1 +7888048,4608,assets/obseg/gun/GskorpionZ,1,1 +7892656,4208,assets/obseg/gun/GsniperrifleZ,1,1 +7896864,3200,assets/obseg/gun/GspectreZ,1,1 +7900064,848,assets/obseg/gun/GspooltapeZ,1,1 +7900912,848,assets/obseg/gun/GspyfileZ,1,1 +7901760,416,assets/obseg/gun/GstafflistZ,1,1 +7902176,7776,assets/obseg/gun/GtaserZ,1,1 +7909952,6896,assets/obseg/gun/GthrowknifeZ,1,1 +7916848,2752,assets/obseg/gun/GtimedmineZ,1,1 +7919600,13312,assets/obseg/gun/GtriggerZ,1,1 +7932912,6944,assets/obseg/gun/Gtt33Z,1,1 +7939856,2320,assets/obseg/gun/GuziZ,1,1 +7942176,528,assets/obseg/gun/GvideotapeZ,1,1 +7942704,5216,assets/obseg/gun/GwatchcommunicatorZ,1,1 +7947920,5216,assets/obseg/gun/GwatchgeigercounterZ,1,1 +7953136,5216,assets/obseg/gun/GwatchidentifierZ,1,1 +7958352,13312,assets/obseg/gun/GwatchlaserZ,1,1 +7971664,5200,assets/obseg/gun/GwatchmagnetattractZ,1,1 +7976864,5216,assets/obseg/gun/GwatchmagnetrepelZ,1,1 +7982080,1936,assets/obseg/gun/GweaponcaseZ,1,1 +7984016,7312,assets/obseg/gun/GwppkZ,1,1 +7991328,7488,assets/obseg/gun/GwppksilZ,1,1 +7998816,848,assets/obseg/gun/GwristdartZ,1,1 +7999664,9600,assets/obseg/prop/PICBMZ,1,1 +8009264,1968,assets/obseg/prop/PICBM_noseZ,1,1 +8011232,480,assets/obseg/prop/Pak47magZ,1,1 +8011712,352,assets/obseg/prop/Palarm1Z,1,1 +8012064,416,assets/obseg/prop/Palarm2Z,1,1 +8012480,576,assets/obseg/prop/Pammo_crate1Z,1,1 +8013056,576,assets/obseg/prop/Pammo_crate2Z,1,1 +8013632,592,assets/obseg/prop/Pammo_crate3Z,1,1 +8014224,624,assets/obseg/prop/Pammo_crate4Z,1,1 +8014848,704,assets/obseg/prop/Pammo_crate5Z,1,1 +8015552,7264,assets/obseg/prop/PapcZ,1,1 +8022816,480,assets/obseg/prop/Parchsecdoor1Z,1,1 +8023296,464,assets/obseg/prop/Parchsecdoor2Z,1,1 +8023760,3584,assets/obseg/prop/ParticZ,1,1 +8027344,2320,assets/obseg/prop/PartictrailerZ,1,1 +8029664,576,assets/obseg/prop/PbarricadeZ,1,1 +8030240,848,assets/obseg/prop/Pbin1Z,1,1 +8031088,224,assets/obseg/prop/Pblotter1Z,1,1 +8031312,1184,assets/obseg/prop/PbodyarmourZ,1,1 +8032496,1056,assets/obseg/prop/PbodyarmourvestZ,1,1 +8033552,512,assets/obseg/prop/PbollardZ,1,1 +8034064,368,assets/obseg/prop/PbombZ,1,1 +8034432,400,assets/obseg/prop/Pbook1Z,1,1 +8034832,1776,assets/obseg/prop/Pbookshelf1Z,1,1 +8036608,368,assets/obseg/prop/Pborg_crateZ,1,1 +8036976,512,assets/obseg/prop/PboxcartridgesZ,1,1 +8037488,1072,assets/obseg/prop/Pboxes2x4Z,1,1 +8038560,1088,assets/obseg/prop/Pboxes3x4Z,1,1 +8039648,1632,assets/obseg/prop/Pboxes4x4Z,1,1 +8041280,880,assets/obseg/prop/PbrakeunitZ,1,1 +8042160,1408,assets/obseg/prop/Pbridge_console,1,1 +8043568,1376,assets/obseg/prop/Pbridge_console,1,1 +8044944,1408,assets/obseg/prop/Pbridge_console,1,1 +8046352,1264,assets/obseg/prop/Pbridge_console,1,1 +8047616,1360,assets/obseg/prop/Pbridge_console,1,1 +8048976,1424,assets/obseg/prop/Pbridge_console,1,1 +8050400,3296,assets/obseg/prop/PcarbmwZ,1,1 +8053696,512,assets/obseg/prop/Pcard_box1Z,1,1 +8054208,576,assets/obseg/prop/Pcard_box2Z,1,1 +8054784,496,assets/obseg/prop/Pcard_box3Z,1,1 +8055280,432,assets/obseg/prop/Pcard_box4_lgZ,1,1 +8055712,512,assets/obseg/prop/Pcard_box5_lgZ,1,1 +8056224,496,assets/obseg/prop/Pcard_box6_lgZ,1,1 +8056720,3072,assets/obseg/prop/PcarescortZ,1,1 +8059792,3120,assets/obseg/prop/PcargolfZ,1,1 +8062912,4416,assets/obseg/prop/PcarweirdZ,1,1 +8067328,5632,assets/obseg/prop/PcarzilZ,1,1 +8072960,896,assets/obseg/prop/PcctvZ,1,1 +8073856,1376,assets/obseg/prop/PchraudiotapeZ,1,1 +8075232,864,assets/obseg/prop/PchrautoshotZ,1,1 +8076096,2176,assets/obseg/prop/PchrblackboxZ,1,1 +8078272,336,assets/obseg/prop/PchrblueprintsZ,1,1 +8078608,496,assets/obseg/prop/PchrbombcaseZ,1,1 +8079104,2272,assets/obseg/prop/PchrbombdefuserZ,1,1 +8081376,400,assets/obseg/prop/PchrbriefcaseZ,1,1 +8081776,3504,assets/obseg/prop/PchrbugZ,1,1 +8085280,368,assets/obseg/prop/PchrbugdetectorZ,1,1 +8085648,368,assets/obseg/prop/PchrbungeeZ,1,1 +8086016,1680,assets/obseg/prop/PchrcameraZ,1,1 +8087696,416,assets/obseg/prop/Pchrcircuitboard,1,1 +8088112,640,assets/obseg/prop/PchrclipboardZ,1,1 +8088752,368,assets/obseg/prop/PchrcreditcardZ,1,1 +8089120,368,assets/obseg/prop/PchrdarkglassesZ,1,1 +8089488,416,assets/obseg/prop/PchrdatathiefZ,1,1 +8089904,496,assets/obseg/prop/PchrdattapeZ,1,1 +8090400,2144,assets/obseg/prop/PchrdoordecoderZ,1,1 +8092544,368,assets/obseg/prop/Pchrdoorexploder,1,1 +8092912,1232,assets/obseg/prop/PchrdossierredZ,1,1 +8094144,368,assets/obseg/prop/PchrdynamiteZ,1,1 +8094512,368,assets/obseg/prop/Pchrexplosivepen,1,1 +8094880,1280,assets/obseg/prop/Pchrextinguisher,1,1 +8096160,368,assets/obseg/prop/PchrfingergunZ,1,1 +8096528,368,assets/obseg/prop/PchrflarepistolZ,1,1 +8096896,1120,assets/obseg/prop/Pchrfnp90Z,1,1 +8098016,3856,assets/obseg/prop/PchrgaskeyringZ,1,1 +8101872,368,assets/obseg/prop/PchrgoldbarZ,1,1 +8102240,624,assets/obseg/prop/PchrgoldenZ,1,1 +8102864,3744,assets/obseg/prop/Pchrgoldeneyekey,1,1 +8106608,368,assets/obseg/prop/PchrgoldwppkZ,1,1 +8106976,880,assets/obseg/prop/PchrgrenadeZ,1,1 +8107856,912,assets/obseg/prop/Pchrgrenadelauncher,1,1 +8108768,624,assets/obseg/prop/Pchrgrenaderound,1,1 +8109392,368,assets/obseg/prop/PchrheroinZ,1,1 +8109760,1008,assets/obseg/prop/PchrkalashZ,1,1 +8110768,496,assets/obseg/prop/Pchrkeyanalyser,1,1 +8111264,3744,assets/obseg/prop/PchrkeyboltZ,1,1 +8115008,5216,assets/obseg/prop/PchrkeyyaleZ,1,1 +8120224,512,assets/obseg/prop/PchrknifeZ,1,1 +8120736,960,assets/obseg/prop/PchrlaserZ,1,1 +8121696,368,assets/obseg/prop/PchrlectreZ,1,1 +8122064,368,assets/obseg/prop/Pchrlockexploder,1,1 +8122432,976,assets/obseg/prop/Pchrm16Z,1,1 +8123408,336,assets/obseg/prop/PchrmapZ,1,1 +8123744,2288,assets/obseg/prop/PchrmicrocameraZ,1,1 +8126032,368,assets/obseg/prop/PchrmicrocodeZ,1,1 +8126400,368,assets/obseg/prop/PchrmicrofilmZ,1,1 +8126768,368,assets/obseg/prop/PchrmoneyZ,1,1 +8127136,896,assets/obseg/prop/Pchrmp5kZ,1,1 +8128032,1040,assets/obseg/prop/Pchrmp5ksilZ,1,1 +8129072,368,assets/obseg/prop/PchrpitongunZ,1,1 +8129440,656,assets/obseg/prop/PchrplansZ,1,1 +8130096,1120,assets/obseg/prop/PchrplastiqueZ,1,1 +8131216,2240,assets/obseg/prop/Pchrpolarizedglasses,1,1 +8133456,1120,assets/obseg/prop/Pchrproximitymine,1,1 +8134576,1120,assets/obseg/prop/PchrremotemineZ,1,1 +8135696,1456,assets/obseg/prop/PchrrocketZ,1,1 +8137152,992,assets/obseg/prop/Pchrrocketlauncher,1,1 +8138144,992,assets/obseg/prop/PchrrugerZ,1,1 +8139136,496,assets/obseg/prop/Pchrsafecracker,1,1 +8139632,848,assets/obseg/prop/PchrshotgunZ,1,1 +8140480,368,assets/obseg/prop/PchrsilverwppkZ,1,1 +8140848,896,assets/obseg/prop/PchrskorpionZ,1,1 +8141744,912,assets/obseg/prop/PchrsniperrifleZ,1,1 +8142656,880,assets/obseg/prop/PchrspectreZ,1,1 +8143536,368,assets/obseg/prop/PchrspooltapeZ,1,1 +8143904,368,assets/obseg/prop/PchrspyfileZ,1,1 +8144272,544,assets/obseg/prop/PchrstafflistZ,1,1 +8144816,448,assets/obseg/prop/PchrtesttubeZ,1,1 +8145264,544,assets/obseg/prop/PchrthrowknifeZ,1,1 +8145808,1328,assets/obseg/prop/PchrtimedmineZ,1,1 +8147136,656,assets/obseg/prop/Pchrtt33Z,1,1 +8147792,720,assets/obseg/prop/PchruziZ,1,1 +8148512,720,assets/obseg/prop/PchrvideotapeZ,1,1 +8149232,512,assets/obseg/prop/PchrweaponcaseZ,1,1 +8149744,576,assets/obseg/prop/PchrwppkZ,1,1 +8150320,736,assets/obseg/prop/PchrwppksilZ,1,1 +8151056,368,assets/obseg/prop/PchrwristdartZ,1,1 +8151424,1664,assets/obseg/prop/Pconsole1Z,1,1 +8153088,1664,assets/obseg/prop/Pconsole2Z,1,1 +8154752,1680,assets/obseg/prop/Pconsole3Z,1,1 +8156432,1056,assets/obseg/prop/Pconsole_sev2aZ,1,1 +8157488,1216,assets/obseg/prop/Pconsole_sev2bZ,1,1 +8158704,1088,assets/obseg/prop/Pconsole_sev2cZ,1,1 +8159792,1072,assets/obseg/prop/Pconsole_sev2dZ,1,1 +8160864,1072,assets/obseg/prop/Pconsole_sev_GE,1,1 +8161936,1072,assets/obseg/prop/Pconsole_sev_GE,1,1 +8163008,1152,assets/obseg/prop/Pconsole_sevaZ,1,1 +8164160,1136,assets/obseg/prop/Pconsole_sevbZ,1,1 +8165296,1072,assets/obseg/prop/Pconsole_sevcZ,1,1 +8166368,1072,assets/obseg/prop/Pconsole_sevdZ,1,1 +8167440,400,assets/obseg/prop/Pcryptdoor1aZ,1,1 +8167840,400,assets/obseg/prop/Pcryptdoor1bZ,1,1 +8168240,400,assets/obseg/prop/Pcryptdoor2aZ,1,1 +8168640,400,assets/obseg/prop/Pcryptdoor2bZ,1,1 +8169040,624,assets/obseg/prop/Pcryptdoor3Z,1,1 +8169664,384,assets/obseg/prop/Pcryptdoor4Z,1,1 +8170048,640,assets/obseg/prop/PdamchaindoorZ,1,1 +8170688,544,assets/obseg/prop/PdamgatedoorZ,1,1 +8171232,880,assets/obseg/prop/PdamtundoorZ,1,1 +8172112,416,assets/obseg/prop/Pdepot_door_ste,1,1 +8172528,576,assets/obseg/prop/Pdepot_gate_ent,1,1 +8173104,384,assets/obseg/prop/Pdesk1Z,1,1 +8173488,384,assets/obseg/prop/Pdesk2Z,1,1 +8173872,576,assets/obseg/prop/Pdesk_arecibo1Z,1,1 +8174448,768,assets/obseg/prop/Pdesk_lamp2Z,1,1 +8175216,6384,assets/obseg/prop/Pdest_engineZ,1,1 +8181600,1632,assets/obseg/prop/Pdest_exocetZ,1,1 +8183232,1648,assets/obseg/prop/Pdest_gunZ,1,1 +8184880,2208,assets/obseg/prop/Pdest_harpoonZ,1,1 +8187088,4016,assets/obseg/prop/Pdest_seawolfZ,1,1 +8191104,448,assets/obseg/prop/Pdisc_readerZ,1,1 +8191552,400,assets/obseg/prop/Pdisk_drive1Z,1,1 +8191952,384,assets/obseg/prop/Pdoor_azt_chairZ,1,1 +8192336,1088,assets/obseg/prop/Pdoor_azt_deskZ,1,1 +8193424,912,assets/obseg/prop/Pdoor_azt_desk_,1,1 +8194336,560,assets/obseg/prop/Pdoor_aztecZ,1,1 +8194896,768,assets/obseg/prop/Pdoor_dest1Z,1,1 +8195664,960,assets/obseg/prop/Pdoor_dest2Z,1,1 +8196624,1376,assets/obseg/prop/Pdoor_eyelidZ,1,1 +8198000,2640,assets/obseg/prop/Pdoor_irisZ,1,1 +8200640,752,assets/obseg/prop/Pdoor_mfZ,1,1 +8201392,880,assets/obseg/prop/Pdoor_roller1Z,1,1 +8202272,576,assets/obseg/prop/Pdoor_roller2Z,1,1 +8202848,576,assets/obseg/prop/Pdoor_roller3Z,1,1 +8203424,608,assets/obseg/prop/Pdoor_roller4Z,1,1 +8204032,304,assets/obseg/prop/Pdoor_rollertra,1,1 +8204336,608,assets/obseg/prop/Pdoor_st_arec1Z,1,1 +8204944,736,assets/obseg/prop/Pdoor_st_arec2Z,1,1 +8205680,416,assets/obseg/prop/Pdoor_winZ,1,1 +8206096,1136,assets/obseg/prop/PdoorconsoleZ,1,1 +8207232,880,assets/obseg/prop/PdoorpanelZ,1,1 +8208112,336,assets/obseg/prop/Pdoorprison1Z,1,1 +8208448,512,assets/obseg/prop/PdoorstatgateZ,1,1 +8208960,288,assets/obseg/prop/PexplosionbitZ,1,1 +8209248,384,assets/obseg/prop/Pfiling_cabinet,1,1 +8209632,304,assets/obseg/prop/PflagZ,1,1 +8209936,800,assets/obseg/prop/PfloppyZ,1,1 +8210736,416,assets/obseg/prop/Pfnp90magZ,1,1 +8211152,896,assets/obseg/prop/Pgas_plant_met1,1,1 +8212048,480,assets/obseg/prop/Pgas_plant_sw2_,1,1 +8212528,512,assets/obseg/prop/Pgas_plant_sw3_,1,1 +8213040,352,assets/obseg/prop/Pgas_plant_sw4_,1,1 +8213392,656,assets/obseg/prop/Pgas_plant_sw_d,1,1 +8214048,528,assets/obseg/prop/Pgas_plant_wc_c,1,1 +8214576,528,assets/obseg/prop/PgasbarrelZ,1,1 +8215104,1344,assets/obseg/prop/PgasbarrelsZ,1,1 +8216448,1376,assets/obseg/prop/Pgasplant_clear,1,1 +8217824,1456,assets/obseg/prop/PgastankZ,1,1 +8219280,352,assets/obseg/prop/Pglassware1Z,1,1 +8219632,656,assets/obseg/prop/Pglassware2Z,1,1 +8220288,528,assets/obseg/prop/Pglassware3Z,1,1 +8220816,1408,assets/obseg/prop/Pglassware4Z,1,1 +8222224,3760,assets/obseg/prop/PgoldeneyelogoZ,1,1 +8225984,512,assets/obseg/prop/PgoldenshellsZ,1,1 +8226496,2000,assets/obseg/prop/PgroundgunZ,1,1 +8228496,1856,assets/obseg/prop/Pgun_runway1Z,1,1 +8230352,672,assets/obseg/prop/PhatberetZ,1,1 +8231024,720,assets/obseg/prop/PhatberetblueZ,1,1 +8231744,736,assets/obseg/prop/PhatberetredZ,1,1 +8232480,208,assets/obseg/prop/PhatchboltZ,1,1 +8232688,544,assets/obseg/prop/PhatchdoorZ,1,1 +8233232,368,assets/obseg/prop/PhatchsevxZ,1,1 +8233600,560,assets/obseg/prop/PhatfurryZ,1,1 +8234160,544,assets/obseg/prop/PhatfurryblackZ,1,1 +8234704,528,assets/obseg/prop/PhatfurrybrownZ,1,1 +8235232,560,assets/obseg/prop/PhathelmetZ,1,1 +8235792,560,assets/obseg/prop/PhathelmetgreyZ,1,1 +8236352,992,assets/obseg/prop/PhatmoonZ,1,1 +8237344,784,assets/obseg/prop/PhatpeakedZ,1,1 +8238128,592,assets/obseg/prop/PhattbirdZ,1,1 +8238720,624,assets/obseg/prop/PhattbirdbrownZ,1,1 +8239344,16928,assets/obseg/prop/PhelicopterZ,1,1 +8256272,6000,assets/obseg/prop/PhindZ,1,1 +8262272,4448,assets/obseg/prop/PjeepZ,1,1 +8266720,608,assets/obseg/prop/Pjerry_can1Z,1,1 +8267328,1920,assets/obseg/prop/Pjungle3_treeZ,1,1 +8269248,1328,assets/obseg/prop/Pjungle5_treeZ,1,1 +8270576,848,assets/obseg/prop/Pkey_holderZ,1,1 +8271424,368,assets/obseg/prop/Pkeyboard1Z,1,1 +8271792,672,assets/obseg/prop/Pkit_units1Z,1,1 +8272464,976,assets/obseg/prop/PlabbenchZ,1,1 +8273440,624,assets/obseg/prop/PlandmineZ,1,1 +8274064,4032,assets/obseg/prop/PlegalpageZ,1,1 +8278096,352,assets/obseg/prop/Pletter_tray1Z,1,1 +8278448,400,assets/obseg/prop/Plocker3Z,1,1 +8278848,400,assets/obseg/prop/Plocker4Z,1,1 +8279248,320,assets/obseg/prop/Pm16magZ,1,1 +8279568,512,assets/obseg/prop/PmagnumshellsZ,1,1 +8280080,768,assets/obseg/prop/Pmainframe1Z,1,1 +8280848,720,assets/obseg/prop/Pmainframe2Z,1,1 +8281568,832,assets/obseg/prop/Pmetal_chair1Z,1,1 +8282400,448,assets/obseg/prop/Pmetal_crate1Z,1,1 +8282848,448,assets/obseg/prop/Pmetal_crate2Z,1,1 +8283296,448,assets/obseg/prop/Pmetal_crate3Z,1,1 +8283744,448,assets/obseg/prop/Pmetal_crate4Z,1,1 +8284192,6368,assets/obseg/prop/PmilcopterZ,1,1 +8290560,8960,assets/obseg/prop/PmiltruckZ,1,1 +8299520,2576,assets/obseg/prop/Pmissile_rack2Z,1,1 +8302096,992,assets/obseg/prop/Pmissile_rackZ,1,1 +8303088,832,assets/obseg/prop/PmodemboxZ,1,1 +8303920,3776,assets/obseg/prop/PmotorbikeZ,1,1 +8307696,336,assets/obseg/prop/Pmp5kmagZ,1,1 +8308032,10976,assets/obseg/prop/PnintendologoZ,1,1 +8319008,624,assets/obseg/prop/Poil_drum1Z,1,1 +8319632,752,assets/obseg/prop/Poil_drum2Z,1,1 +8320384,752,assets/obseg/prop/Poil_drum3Z,1,1 +8321136,752,assets/obseg/prop/Poil_drum5Z,1,1 +8321888,784,assets/obseg/prop/Poil_drum6Z,1,1 +8322672,768,assets/obseg/prop/Poil_drum7Z,1,1 +8323440,2640,assets/obseg/prop/PpadlockZ,1,1 +8326080,1104,assets/obseg/prop/PpalmZ,1,1 +8327184,1232,assets/obseg/prop/PpalmtreeZ,1,1 +8328416,320,assets/obseg/prop/Pphone1Z,1,1 +8328736,9696,assets/obseg/prop/PplaneZ,1,1 +8338432,960,assets/obseg/prop/Pplant11Z,1,1 +8339392,912,assets/obseg/prop/Pplant1Z,1,1 +8340304,864,assets/obseg/prop/Pplant2Z,1,1 +8341168,1040,assets/obseg/prop/Pplant2bZ,1,1 +8342208,1104,assets/obseg/prop/Pplant3Z,1,1 +8343312,432,assets/obseg/prop/Pradio_unit1Z,1,1 +8343744,448,assets/obseg/prop/Pradio_unit2Z,1,1 +8344192,448,assets/obseg/prop/Pradio_unit3Z,1,1 +8344640,448,assets/obseg/prop/Pradio_unit4Z,1,1 +8345088,1632,assets/obseg/prop/ProofgunZ,1,1 +8346720,848,assets/obseg/prop/PsafeZ,1,1 +8347568,1264,assets/obseg/prop/PsafedoorZ,1,1 +8348832,5488,assets/obseg/prop/Psat1_reflectZ,1,1 +8354320,288,assets/obseg/prop/PsatboxZ,1,1 +8354608,1120,assets/obseg/prop/PsatdishZ,1,1 +8355728,416,assets/obseg/prop/Psec_panelZ,1,1 +8356144,656,assets/obseg/prop/Psev_door3Z,1,1 +8356800,912,assets/obseg/prop/Psev_door3_windZ,1,1 +8357712,992,assets/obseg/prop/Psev_door4_windZ,1,1 +8358704,848,assets/obseg/prop/Psev_doorZ,1,1 +8359552,816,assets/obseg/prop/Psev_door_v1Z,1,1 +8360368,944,assets/obseg/prop/Psev_trislideZ,1,1 +8361312,3872,assets/obseg/prop/PsevdishZ,1,1 +8365184,736,assets/obseg/prop/Psevdoormetslid,1,1 +8365920,368,assets/obseg/prop/PsevdoornowindZ,1,1 +8366288,1072,assets/obseg/prop/PsevdoorwindZ,1,1 +8367360,944,assets/obseg/prop/PsevdoorwoodZ,1,1 +8368304,10752,assets/obseg/prop/PshuttleZ,1,1 +8379056,3120,assets/obseg/prop/Pshuttle_door_lZ,1,1 +8382176,3328,assets/obseg/prop/Pshuttle_door_rZ,1,1 +8385504,416,assets/obseg/prop/PsilencerZ,1,1 +8385920,576,assets/obseg/prop/Psilo_lift_doorZ,1,1 +8386496,752,assets/obseg/prop/PsilotopdoorZ,1,1 +8387248,352,assets/obseg/prop/PskorpionmagZ,1,1 +8387600,368,assets/obseg/prop/PspectremagZ,1,1 +8387968,3392,assets/obseg/prop/PspeedboatZ,1,1 +8391360,12608,assets/obseg/prop/Pst_pete_room_1,1,1 +8403968,12768,assets/obseg/prop/Pst_pete_room_2,1,1 +8416736,12096,assets/obseg/prop/Pst_pete_room_3,1,1 +8428832,13712,assets/obseg/prop/Pst_pete_room_5,1,1 +8442544,13328,assets/obseg/prop/Pst_pete_room_6,1,1 +8455872,624,assets/obseg/prop/Psteel_door1Z,1,1 +8456496,688,assets/obseg/prop/Psteel_door2Z,1,1 +8457184,720,assets/obseg/prop/Psteel_door2bZ,1,1 +8457904,720,assets/obseg/prop/Psteel_door3Z,1,1 +8458624,704,assets/obseg/prop/Pstool1Z,1,1 +8459328,400,assets/obseg/prop/Pswipe_card2Z,1,1 +8459728,656,assets/obseg/prop/Pswivel_chair1Z,1,1 +8460384,6816,assets/obseg/prop/PtankZ,1,1 +8467200,7824,assets/obseg/prop/PtigerZ,1,1 +8475024,2176,assets/obseg/prop/Ptorpedo_rackZ,1,1 +8477200,976,assets/obseg/prop/Ptrain_door2Z,1,1 +8478176,1056,assets/obseg/prop/Ptrain_door3Z,1,1 +8479232,624,assets/obseg/prop/Ptrain_doorZ,1,1 +8479856,832,assets/obseg/prop/PtrainextdoorZ,1,1 +8480688,320,assets/obseg/prop/Ptt33magZ,1,1 +8481008,1312,assets/obseg/prop/Ptuning_console,1,1 +8482320,464,assets/obseg/prop/Ptv1Z,1,1 +8482784,416,assets/obseg/prop/Ptv4screenZ,1,1 +8483200,1744,assets/obseg/prop/Ptv_holderZ,1,1 +8484944,208,assets/obseg/prop/PtvscreenZ,1,1 +8485152,320,assets/obseg/prop/PuzimagZ,1,1 +8485472,1552,assets/obseg/prop/PvertdoorZ,1,1 +8487024,5552,assets/obseg/prop/PwalletbondZ,1,1 +8492576,240,assets/obseg/prop/PwindowZ,1,1 +8492816,224,assets/obseg/prop/Pwindow_cor11Z,1,1 +8493040,224,assets/obseg/prop/Pwindow_lib_lg1Z,1,1 +8493264,240,assets/obseg/prop/Pwindow_lib_sm1Z,1,1 +8493504,640,assets/obseg/prop/Pwood_lg_crate1Z,1,1 +8494144,544,assets/obseg/prop/Pwood_lg_crate2Z,1,1 +8494688,544,assets/obseg/prop/Pwood_md_crate3Z,1,1 +8495232,608,assets/obseg/prop/Pwood_sm_crate4Z,1,1 +8495840,608,assets/obseg/prop/Pwood_sm_crate5Z,1,1 +8496448,544,assets/obseg/prop/Pwood_sm_crate6Z,1,1 +8496992,880,assets/obseg/prop/Pwooden_table1Z,1,1 +8497872,320,assets/obseg/prop/PwppkmagZ,1,1 +8498192,6448,assets/obseg/stan/Tbg_ame_all_p_stanZ,1,0 +8504640,23792,assets/obseg/stan/Tbg_arch_all_p_stanZ,1,0 +8528432,33616,assets/obseg/stan/Tbg_arec_all_p_stanZ,1,0 +8562048,36800,assets/obseg/stan/Tbg_ark_all_p_stanZ,1,0 +8598848,6448,assets/obseg/stan/Tbg_ash_all_p_stanZ,1,0 +8605296,21888,assets/obseg/stan/Tbg_azt_all_p_stanZ,1,0 +8627184,10032,assets/obseg/stan/Tbg_cat_all_p_stanZ,1,0 +8637216,20208,assets/obseg/stan/Tbg_cave_all_p_stanZ,1,0 +8657424,10512,assets/obseg/stan/Tbg_crad_all_p_stanZ,1,0 +8667936,12400,assets/obseg/stan/Tbg_cryp_all_p_stanZ,1,0 +8680336,41952,assets/obseg/stan/Tbg_dam_all_p_stanZ,1,0 +8722288,28480,assets/obseg/stan/Tbg_depo_all_p_stanZ,1,0 +8750768,26864,assets/obseg/stan/Tbg_dest_all_p_stanZ,1,0 +8777632,2832,assets/obseg/stan/Tbg_dish_all_p_stanZ,1,0 + +8780464,0,assets/obseg/stan/Tbg_ear_all_p_stanZ,1,0 +8780464,0,assets/obseg/stan/Tbg_eld_all_p_stanZ,1,0 + +8780464,6448,assets/obseg/stan/Tbg_imp_all_p_stanZ,1,0 +8786912,29008,assets/obseg/stan/Tbg_jun_all_p_stanZ,1,0 + +8815920,0,assets/obseg/stan/Tbg_lee_all_p_stanZ,1,0 + +8815920,2752,assets/obseg/stan/Tbg_len_all_p_stanZ,1,0 + +8818672,0,assets/obseg/stan/Tbg_lip_all_p_stanZ,1,0 +8818672,0,assets/obseg/stan/Tbg_lue_all_p_stanZ,1,0 + +8818672,6400,assets/obseg/stan/Tbg_oat_all_p_stanZ,1,0 + +8825072,0,assets/obseg/stan/Tbg_pam_all_p_stanZ,1,0 + +8825072,18064,assets/obseg/stan/Tbg_pete_all_p_stanZ,1,0 +8843136,7632,assets/obseg/stan/Tbg_ref_all_p_stanZ,1,0 + +8850768,0,assets/obseg/stan/Tbg_rit_all_p_stanZ,1,0 + +8850768,6784,assets/obseg/stan/Tbg_run_all_p_stanZ,1,0 +8857552,15824,assets/obseg/stan/Tbg_sev_all_p_stanZ,1,0 +8873376,20288,assets/obseg/stan/Tbg_sevb_all_p_stanZ,1,0 +8893664,37680,assets/obseg/stan/Tbg_sevx_all_p_stanZ,1,0 +8931344,37024,assets/obseg/stan/Tbg_silo_all_p_stanZ,1,0 +8968368,20160,assets/obseg/stan/Tbg_stat_all_p_stanZ,1,0 +8988528,9168,assets/obseg/stan/Tbg_tra_all_p_stanZ,1,0 + +8997696,0,assets/obseg/stan/Tbg_wax_all_p_stanZ,1,0 + +8997696,32,assets/obseg/brief/UbriefarchZ,1,0 +8997728,32,assets/obseg/brief/UbriefarkZ,1,0 +8997760,32,assets/obseg/brief/UbriefaztZ,1,0 +8997792,32,assets/obseg/brief/UbriefcaveZ,1,0 +8997824,32,assets/obseg/brief/UbriefcontrolZ,1,0 +8997856,32,assets/obseg/brief/UbriefcradZ,1,0 +8997888,32,assets/obseg/brief/UbriefcrypZ,1,0 +8997920,32,assets/obseg/brief/UbriefdamZ,1,0 +8997952,32,assets/obseg/brief/UbriefdepoZ,1,0 +8997984,32,assets/obseg/brief/UbriefdestZ,1,0 +8998016,32,assets/obseg/brief/UbriefjunZ,1,0 +8998048,32,assets/obseg/brief/UbriefpeteZ,1,0 +8998080,32,assets/obseg/brief/UbriefrunZ,1,0 +8998112,32,assets/obseg/brief/UbriefsevbZ,1,0 +8998144,32,assets/obseg/brief/UbriefsevbunkerZ,1,0 +8998176,32,assets/obseg/brief/UbriefsevxZ,1,0 +8998208,32,assets/obseg/brief/UbriefsevxbZ,1,0 +8998240,32,assets/obseg/brief/UbriefsiloZ,1,0 +8998272,32,assets/obseg/brief/UbriefstatueZ,1,0 +8998304,32,assets/obseg/brief/UbrieftraZ,1,0 +8998336,1824,Ump_setupameZ,1,0 +9000160,11680,Ump_setuparchZ,1,0 +9011840,7488,Ump_setuparkZ,1,0 +9019328,1776,Ump_setupashZ,1,0 +9021104,9568,Ump_setupcaveZ,1,0 +9030672,2400,Ump_setupcradZ,1,0 +9033072,3424,Ump_setupcrypZ,1,0 +9036496,1008,Ump_setupdishZ,1,0 +9037504,1600,Ump_setupimpZ,1,0 +9039104,848,Ump_setupoatZ,1,0 +9039952,1040,Ump_setuprefZ,1,0 +9040992,4880,Ump_setupsevbZ,1,0 +9045872,3712,Ump_setupstatueZ,1,0 +9049584,17936,UsetuparchZ,1,0 +9067520,15248,UsetuparkZ,1,0 +9082768,10496,UsetupaztZ,1,0 +9093264,15968,UsetupcaveZ,1,0 +9109232,15104,UsetupcontrolZ,1,0 +9124336,7216,UsetupcradZ,1,0 +9131552,7824,UsetupcrypZ,1,0 +9139376,17104,UsetupdamZ,1,0 +9156480,12176,UsetupdepoZ,1,0 +9168656,9040,UsetupdestZ,1,0 +9177696,14096,UsetupjunZ,1,0 +9191792,1520,UsetuplenZ,1,0 +9193312,12160,UsetuppeteZ,1,0 +9205472,6240,UsetuprunZ,1,0 +9211712,9824,UsetupsevbZ,1,0 +9221536,6704,UsetupsevbunkerZ,1,0 +9228240,17168,UsetupsevxZ,1,0 +9245408,16624,UsetupsevxbZ,1,0 +9262032,10944,UsetupsiloZ,1,0 +9272976,10192,UsetupstatueZ,1,0 +9283168,12864,UsetuptraZ,1,0 +9296032,16,LameE,1,1 +9296048,16,LameJ,1,1 +9296064,16,LameP,1,1 +9296080,1584,LarchE,1,1 +9297664,1632,LarchJ,1,1 +9299296,1584,LarchP,1,1 +9300880,1488,LarecE,1,1 +9302368,1440,LarecJ,1,1 +9303808,1488,LarecP,1,1 +9305296,1696,LarkE,1,1 +9306992,1680,LarkJ,1,1 +9308672,1696,LarkP,1,1 +9310368,16,LashE,1,1 +9310384,16,LashJ,1,1 +9310400,16,LashP,1,1 +9310416,1088,LaztE,1,1 +9311504,1104,LaztJ,1,1 +9312608,1088,LaztP,1,1 +9313696,16,LcatE,1,1 +9313712,16,LcatJ,1,1 +9313728,16,LcatP,1,1 +9313744,1024,LcaveE,1,1 +9314768,1120,LcaveJ,1,1 +9315888,1024,LcaveP,1,1 +9316912,1232,LcradE,1,1 +9318144,1184,LcradJ,1,1 +9319328,1232,LcradP,1,1 +9320560,592,LcrypE,1,1 +9321152,672,LcrypJ,1,1 +9321824,592,LcrypP,1,1 +9322416,1104,LdamE,1,1 +9323520,1104,LdamJ,1,1 +9324624,1104,LdamP,1,1 +9325728,880,LdepoE,1,1 +9326608,816,LdepoJ,1,1 +9327424,880,LdepoP,1,1 +9328304,1184,LdestE,1,1 +9329488,1120,LdestJ,1,1 +9330608,1184,LdestP,1,1 +9331792,16,LdishE,1,1 +9331808,16,LdishJ,1,1 +9331824,16,LdishP,1,1 +9331840,16,LearE,1,1 +9331856,16,LearJ,1,1 +9331872,16,LearP,1,1 +9331888,16,LeldE,1,1 +9331904,16,LeldJ,1,1 +9331920,16,LeldP,1,1 +9331936,1824,LgunE,1,1 +9333760,1856,LgunJ,1,1 +9335616,1824,LgunP,1,1 +9337440,16,LimpE,1,1 +9337456,16,LimpJ,1,1 +9337472,16,LimpP,1,1 +9337488,1312,LjunE,1,1 +9338800,1328,LjunJ,1,1 +9340128,1312,LjunP,1,1 +9341440,16,LleeE,1,1 +9341456,16,LleeJ,1,1 +9341472,16,LleeP,1,1 +9341488,1712,LlenE,1,1 +9343200,1824,LlenJ,1,1 +9345024,1712,LlenP,1,1 +9346736,16,LlipE,1,1 +9346752,16,LlipJ,1,1 +9346768,16,LlipP,1,1 +9346784,16,LlueE,1,1 +9346800,16,LlueJ,1,1 +9346816,16,LlueP,1,1 +9346832,688,LmiscE,1,1 +9347520,704,LmiscJ,1,1 +9348224,688,LmiscP,1,1 +9348912,416,LmpmenuE,1,1 +9349328,416,LmpmenuJ,1,1 +9349744,416,LmpmenuP,1,1 +9350160,192,LmpweaponsE,1,1 +9350352,208,LmpweaponsJ,1,1 +9350560,192,LmpweaponsP,1,1 +9350752,16,LoatE,1,1 +9350768,16,LoatJ,1,1 +9350784,16,LoatP,1,1 +9350800,560,LoptionsE,1,1 +9351360,576,LoptionsJ,1,1 +9351936,560,LoptionsP,1,1 +9352496,16,LpamE,1,1 +9352512,16,LpamJ,1,1 +9352528,16,LpamP,1,1 +9352544,1152,LpeteE,1,1 +9353696,1136,LpeteJ,1,1 +9354832,1152,LpeteP,1,1 +9355984,672,LpropobjE,1,1 +9356656,672,LpropobjJ,1,1 +9357328,672,LpropobjP,1,1 +9358000,16,LrefE,1,1 +9358016,16,LrefJ,1,1 +9358032,16,LrefP,1,1 +9358048,16,LritE,1,1 +9358064,16,LritJ,1,1 +9358080,16,LritP,1,1 +9358096,624,LrunE,1,1 +9358720,656,LrunJ,1,1 +9359376,624,LrunP,1,1 +9360000,1376,LsevE,1,1 +9361376,1296,LsevJ,1,1 +9362672,1376,LsevP,1,1 +9364048,1872,LsevbE,1,1 +9365920,2032,LsevbJ,1,1 +9367952,1872,LsevbP,1,1 +9369824,1120,LsevxE,1,1 +9370944,976,LsevxJ,1,1 +9371920,1120,LsevxP,1,1 +9373040,1168,LsevxbE,1,1 +9374208,1104,LsevxbJ,1,1 +9375312,1168,LsevxbP,1,1 +9376480,16,LshoE,1,1 +9376496,16,LshoJ,1,1 +9376512,16,LshoP,1,1 +9376528,1456,LsiloE,1,1 +9377984,1520,LsiloJ,1,1 +9379504,1456,LsiloP,1,1 +9380960,2336,LstatE,1,1 +9383296,2128,LstatJ,1,1 +9385424,2336,LstatP,1,1 +9387760,2832,LtitleE,1,1 +9390592,3056,LtitleJ,1,1 +9393648,2832,LtitleP,1,1 +9396480,1072,LtraE,1,1 +9397552,1104,LtraJ,1,1 +9398656,1072,LtraP,1,1 +9399728,1376,LwaxE,1,1 +9401104,1296,LwaxJ,1,1 +9402400,16,LwaxP,1,1 + diff --git a/filelist.j.csv b/filelist.j.csv index a27090e..f41864b 100644 --- a/filelist.j.csv +++ b/filelist.j.csv @@ -1,10 +1,10 @@ -1148320,192,assets/ge007.u.117880.jfont_dl.bin,0,1 -1148512,46848,assets/ge007.j.118660.jfont_chardata.bin,0,1 -1195360,6784,assets/ge007.u.123040.efont_chardata.bin,0,1 -1202144,1482432,assets/animationtable_entries.bin,0,1 -2684576,59360,assets/animationtable_data.bin,0,1 +1148320,192,assets/ge007.u.117880.jfont_dl.bin,0,0 +1148512,46848,assets/ge007.j.118660.jfont_chardata.bin,0,0 +1195360,6784,assets/ge007.u.123040.efont_chardata.bin,0,0 +1202144,1482432,assets/animationtable_entries.bin,0,0 +2684576,59360,assets/animationtable_data.bin,0,0 2743936,5120,assets/ge007.u.29D160.Globalimagetable.bin,0,0 -2749056,26608,assets/ge007.u.29E560.Globalimagetable_commandblock.bin,0,1 +2749056,26608,assets/Globalimagetable_commandblock.bin,0,0 2775664,107904,assets/ge007.u.2A4D50.usedby7F008DE4.bin,0,1 2883568,20992,assets/ramrom/ramrom_Dam_1.bin,0,1 2904560,8144,assets/ramrom/ramrom_Dam_2.bin,0,1 @@ -20,10 +20,10 @@ 3007632,6576,assets/ramrom/ramrom_Frigate_1.bin,0,1 3014208,13536,assets/ramrom/ramrom_Frigate_2.bin,0,1 3027744,15856,assets/ramrom/ramrom_Train.bin,0,1 -3043600,676,assets/font/font_first_font_table_controller_small.bin,0,1 -3044276,8716,assets/font/font_second_font_table_controller_small.bin,0,1 -3052992,676,assets/font/font_first_font_table_controller_large.bin,0,1 -3053668,12956,assets/font/font_second_font_table_controller_large.bin,0,1 +3043600,676,assets/font/font_first_font_table_controller_small.bin,0,0 +3044276,8716,assets/font/font_second_font_table_controller_small.bin,0,0 +3052992,676,assets/font/font_first_font_table_controller_large.bin,0,0 +3053668,12956,assets/font/font_second_font_table_controller_large.bin,0,0 3066624,23488,assets/music/sfx.ctl,0,1 3090112,797360,assets/music/sfx.tbl,0,1 3887472,17312,assets/music/instruments.ctl,0,1 @@ -96,8 +96,8 @@ 4428672,69104,assets/obseg/bg/bg_sev_all_p.bin,0,0 4497776,331584,assets/obseg/bg/bg_silo_all_p.bin,0,0 4829360,139472,assets/obseg/bg/bg_stat_all_p.bin,0,1 -4968832,189312,assets/obseg/bg/bg_arec_all_p.bin,0,1 -5158144,154352,assets/obseg/bg/bg_arch_all_p.bin,0,1 +4968832,189312,assets/obseg/bg/bg_arec_all_p.bin,0,0 +5158144,154352,assets/obseg/bg/bg_arch_all_p.bin,0,0 5312496,132464,assets/obseg/bg/bg_tra_all_p.bin,0,1 5444960,186816,assets/obseg/bg/bg_dest_all_p.bin,0,1 5631776,109984,assets/obseg/bg/bg_sevb_all_p.bin,0,0 @@ -639,32 +639,32 @@ 8539776,544,assets/obseg/prop/Pwood_sm_crate6Z,1,1 8540320,880,assets/obseg/prop/Pwooden_table1Z,1,1 8541200,320,assets/obseg/prop/PwppkmagZ,1,1 -8541520,6448,assets/obseg/stan/Tbg_ame_all_p_stanZ,1,1 -8547968,23792,assets/obseg/stan/Tbg_arch_all_p_stanZ,1,1 -8571760,33616,assets/obseg/stan/Tbg_arec_all_p_stanZ,1,1 -8605376,36800,assets/obseg/stan/Tbg_ark_all_p_stanZ,1,1 -8642176,6448,assets/obseg/stan/Tbg_ash_all_p_stanZ,1,1 -8648624,21888,assets/obseg/stan/Tbg_azt_all_p_stanZ,1,1 -8670512,10032,assets/obseg/stan/Tbg_cat_all_p_stanZ,1,1 -8680544,20208,assets/obseg/stan/Tbg_cave_all_p_stanZ,1,1 -8700752,10512,assets/obseg/stan/Tbg_crad_all_p_stanZ,1,1 -8711264,12400,assets/obseg/stan/Tbg_cryp_all_p_stanZ,1,1 -8723664,41952,assets/obseg/stan/Tbg_dam_all_p_stanZ,1,1 -8765616,28480,assets/obseg/stan/Tbg_depo_all_p_stanZ,1,1 -8794096,26864,assets/obseg/stan/Tbg_dest_all_p_stanZ,1,1 -8820960,2832,assets/obseg/stan/Tbg_dish_all_p_stanZ,1,1 -8823792,6448,assets/obseg/stan/Tbg_imp_all_p_stanZ,1,1 -8830240,29008,assets/obseg/stan/Tbg_jun_all_p_stanZ,1,1 -8859248,2752,assets/obseg/stan/Tbg_len_all_p_stanZ,1,1 -8862000,6400,assets/obseg/stan/Tbg_oat_all_p_stanZ,1,1 -8868400,18064,assets/obseg/stan/Tbg_pete_all_p_stanZ,1,1 -8886464,7632,assets/obseg/stan/Tbg_ref_all_p_stanZ,1,1 -8894096,6784,assets/obseg/stan/Tbg_run_all_p_stanZ,1,1 -8900880,15824,assets/obseg/stan/Tbg_sev_all_p_stanZ,1,1 -8916704,20288,assets/obseg/stan/Tbg_sevb_all_p_stanZ,1,1 -8936992,37680,assets/obseg/stan/Tbg_sevx_all_p_stanZ,1,1 -8974672,37024,assets/obseg/stan/Tbg_silo_all_p_stanZ,1,1 -9011696,20160,assets/obseg/stan/Tbg_stat_all_p_stanZ,1,1 +8541520,6448,assets/obseg/stan/Tbg_ame_all_p_stanZ,1,0 +8547968,23792,assets/obseg/stan/Tbg_arch_all_p_stanZ,1,0 +8571760,33616,assets/obseg/stan/Tbg_arec_all_p_stanZ,1,0 +8605376,36800,assets/obseg/stan/Tbg_ark_all_p_stanZ,1,0 +8642176,6448,assets/obseg/stan/Tbg_ash_all_p_stanZ,1,0 +8648624,21888,assets/obseg/stan/Tbg_azt_all_p_stanZ,1,0 +8670512,10032,assets/obseg/stan/Tbg_cat_all_p_stanZ,1,0 +8680544,20208,assets/obseg/stan/Tbg_cave_all_p_stanZ,1,0 +8700752,10512,assets/obseg/stan/Tbg_crad_all_p_stanZ,1,0 +8711264,12400,assets/obseg/stan/Tbg_cryp_all_p_stanZ,1,0 +8723664,41952,assets/obseg/stan/Tbg_dam_all_p_stanZ,1,0 +8765616,28480,assets/obseg/stan/Tbg_depo_all_p_stanZ,1,0 +8794096,26864,assets/obseg/stan/Tbg_dest_all_p_stanZ,1,0 +8820960,2832,assets/obseg/stan/Tbg_dish_all_p_stanZ,1,0 +8823792,6448,assets/obseg/stan/Tbg_imp_all_p_stanZ,1,0 +8830240,29008,assets/obseg/stan/Tbg_jun_all_p_stanZ,1,0 +8859248,2752,assets/obseg/stan/Tbg_len_all_p_stanZ,1,0 +8862000,6400,assets/obseg/stan/Tbg_oat_all_p_stanZ,1,0 +8868400,18064,assets/obseg/stan/Tbg_pete_all_p_stanZ,1,0 +8886464,7632,assets/obseg/stan/Tbg_ref_all_p_stanZ,1,0 +8894096,6784,assets/obseg/stan/Tbg_run_all_p_stanZ,1,0 +8900880,15824,assets/obseg/stan/Tbg_sev_all_p_stanZ,1,0 +8916704,20288,assets/obseg/stan/Tbg_sevb_all_p_stanZ,1,0 +8936992,37680,assets/obseg/stan/Tbg_sevx_all_p_stanZ,1,0 +8974672,37024,assets/obseg/stan/Tbg_silo_all_p_stanZ,1,0 +9011696,20160,assets/obseg/stan/Tbg_stat_all_p_stanZ,1,0 9031856,9168,assets/obseg/stan/Tbg_tra_all_p_stanZ,1,1 9041024,32,assets/obseg/brief/UbriefarchZ,1,0 9041056,32,assets/obseg/brief/UbriefarkZ,1,0 @@ -686,40 +686,40 @@ 9041568,32,assets/obseg/brief/UbriefsiloZ,1,0 9041600,32,assets/obseg/brief/UbriefstatueZ,1,0 9041632,32,assets/obseg/brief/UbrieftraZ,1,0 -9041664,1824,assets/obseg/setup/Ump_setupameZ,1,1 -9043488,11680,assets/obseg/setup/j/Ump_setuparchZ,1,1 -9055168,7488,assets/obseg/setup/Ump_setuparkZ,1,1 -9062656,1776,assets/obseg/setup/Ump_setupashZ,1,1 -9064432,9568,assets/obseg/setup/Ump_setupcaveZ,1,1 -9074000,2400,assets/obseg/setup/Ump_setupcradZ,1,1 -9076400,3424,assets/obseg/setup/Ump_setupcrypZ,1,1 -9079824,1008,assets/obseg/setup/Ump_setupdishZ,1,1 -9080832,1600,assets/obseg/setup/Ump_setupimpZ,1,1 -9082432,848,assets/obseg/setup/Ump_setupoatZ,1,1 -9083280,1040,assets/obseg/setup/Ump_setuprefZ,1,1 -9084320,4880,assets/obseg/setup/Ump_setupsevbZ,1,1 -9089200,3712,assets/obseg/setup/Ump_setupstatueZ,1,1 -9092912,17936,assets/obseg/setup/UsetuparchZ,1,1 -9110848,15248,assets/obseg/setup/UsetuparkZ,1,1 -9126096,10496,assets/obseg/setup/UsetupaztZ,1,1 -9136592,15968,assets/obseg/setup/UsetupcaveZ,1,1 -9152560,15104,assets/obseg/setup/UsetupcontrolZ,1,1 -9167664,7216,assets/obseg/setup/j/UsetupcradZ,1,1 -9174880,7824,assets/obseg/setup/UsetupcrypZ,1,1 -9182704,17104,assets/obseg/setup/UsetupdamZ,1,1 -9199808,12176,assets/obseg/setup/UsetupdepoZ,1,1 -9211984,9040,assets/obseg/setup/j/UsetupdestZ,1,1 -9221024,14096,assets/obseg/setup/j/UsetupjunZ,1,1 -9235120,1520,assets/obseg/setup/j/UsetuplenZ,1,1 -9236640,12160,assets/obseg/setup/UsetuppeteZ,1,1 -9248800,6240,assets/obseg/setup/UsetuprunZ,1,1 -9255040,9824,assets/obseg/setup/UsetupsevbZ,1,1 -9264864,6704,assets/obseg/setup/UsetupsevbunkerZ,1,1 -9271568,17168,assets/obseg/setup/UsetupsevxZ,1,1 -9288736,16624,assets/obseg/setup/UsetupsevxbZ,1,1 -9305360,10944,assets/obseg/setup/j/UsetupsiloZ,1,1 -9316304,10192,assets/obseg/setup/j/UsetupstatueZ,1,1 -9326496,12864,assets/obseg/setup/j/UsetuptraZ,1,1 +9041664,1824,assets/obseg/setup/Ump_setupameZ,1,0 +9043488,11680,assets/obseg/setup/j/Ump_setuparchZ,1,0 +9055168,7488,assets/obseg/setup/Ump_setuparkZ,1,0 +9062656,1776,assets/obseg/setup/Ump_setupashZ,1,0 +9064432,9568,assets/obseg/setup/Ump_setupcaveZ,1,0 +9074000,2400,assets/obseg/setup/Ump_setupcradZ,1,0 +9076400,3424,assets/obseg/setup/Ump_setupcrypZ,1,0 +9079824,1008,assets/obseg/setup/Ump_setupdishZ,1,0 +9080832,1600,assets/obseg/setup/Ump_setupimpZ,1,0 +9082432,848,assets/obseg/setup/Ump_setupoatZ,1,0 +9083280,1040,assets/obseg/setup/Ump_setuprefZ,1,0 +9084320,4880,assets/obseg/setup/Ump_setupsevbZ,1,0 +9089200,3712,assets/obseg/setup/Ump_setupstatueZ,1,0 +9092912,17936,assets/obseg/setup/UsetuparchZ,1,0 +9110848,15248,assets/obseg/setup/UsetuparkZ,1,0 +9126096,10496,assets/obseg/setup/UsetupaztZ,1,0 +9136592,15968,assets/obseg/setup/UsetupcaveZ,1,0 +9152560,15104,assets/obseg/setup/UsetupcontrolZ,1,0 +9167664,7216,assets/obseg/setup/j/UsetupcradZ,1,0 +9174880,7824,assets/obseg/setup/UsetupcrypZ,1,0 +9182704,17104,assets/obseg/setup/UsetupdamZ,1,0 +9199808,12176,assets/obseg/setup/UsetupdepoZ,1,0 +9211984,9040,assets/obseg/setup/j/UsetupdestZ,1,0 +9221024,14096,assets/obseg/setup/j/UsetupjunZ,1,0 +9235120,1520,assets/obseg/setup/j/UsetuplenZ,1,0 +9236640,12160,assets/obseg/setup/UsetuppeteZ,1,0 +9248800,6240,assets/obseg/setup/UsetuprunZ,1,0 +9255040,9824,assets/obseg/setup/UsetupsevbZ,1,0 +9264864,6704,assets/obseg/setup/UsetupsevbunkerZ,1,0 +9271568,17168,assets/obseg/setup/UsetupsevxZ,1,0 +9288736,16624,assets/obseg/setup/UsetupsevxbZ,1,0 +9305360,10944,assets/obseg/setup/j/UsetupsiloZ,1,0 +9316304,10192,assets/obseg/setup/j/UsetupstatueZ,1,0 +9326496,12864,assets/obseg/setup/j/UsetuptraZ,1,0 9339360,16,assets/obseg/text/LameE,1,0 9339376,16,assets/obseg/text/LameJ,1,0 9339392,1584,assets/obseg/text/LarchE,1,0 diff --git a/filelist.u.csv b/filelist.u.csv index b8a4e10..5415508 100644 --- a/filelist.u.csv +++ b/filelist.u.csv @@ -1,10 +1,10 @@ -1144960,192,assets/ge007.u.117880.jfont_dl.bin,0,1 -1145152,46848,assets/ge007.u.117940.jfont_chardata.bin,0,1 -1192000,6784,assets/ge007.u.123040.efont_chardata.bin,0,1 -1198784,1482432,assets/animationtable_entries.bin,0,1 -2681216,59360,assets/animationtable_data.bin,0,1 +1144960,192,assets/ge007.u.117880.jfont_dl.bin,0,0 +1145152,46848,assets/ge007.u.117940.jfont_chardata.bin,0,0 +1192000,6784,assets/ge007.u.123040.efont_chardata.bin,0,0 +1198784,1482432,assets/animationtable_entries.bin,0,0 +2681216,59360,assets/animationtable_data.bin,0,0 2740576,2760,assets/ge007.u.29D160.Globalimagetable.bin,0,0 -2745696,26608,assets/ge007.u.29E560.Globalimagetable_commandblock.bin,0,1 +2745696,26608,assets/Globalimagetable_commandblock.bin,0,0 2772304,107904,assets/ge007.u.2A4D50.usedby7F008DE4.bin,0,1 2880208,20992,assets/ramrom/ramrom_Dam_1.bin,0,1 2901200,8144,assets/ramrom/ramrom_Dam_2.bin,0,1 @@ -20,14 +20,15 @@ 3004272,6576,assets/ramrom/ramrom_Frigate_1.bin,0,1 3010848,13536,assets/ramrom/ramrom_Frigate_2.bin,0,1 3024384,15856,assets/ramrom/ramrom_Train.bin,0,1 -3040240,676,assets/font/font_first_font_table_controller_small.bin,0,1 -3040916,8716,assets/font/font_second_font_table_controller_small.bin,0,1 -3049632,676,assets/font/font_first_font_table_controller_large.bin,0,1 -3050308,12956,assets/font/font_second_font_table_controller_large.bin,0,1 +3040240,676,assets/font/font_first_font_table_controller_small.bin,0,0 +3040916,8716,assets/font/font_second_font_table_controller_small.bin,0,0 +3049632,676,assets/font/font_first_font_table_controller_large.bin,0,0 +3050308,12956,assets/font/font_second_font_table_controller_large.bin,0,0 3063264,23488,assets/music/sfx.ctl,0,1 3086752,797360,assets/music/sfx.tbl,0,1 3884112,17312,assets/music/instruments.ctl,0,1 3901424,397216,assets/music/instruments.tbl,0,1 +4298640,126667,assets/music/music.sbk,0,1 4298640,4,assets/music/number_music_samples,0,0 4298644,504,assets/music/table_music_data.bin,0,0 4299148,42,assets/music/Mno_music.bin,1,1 @@ -96,8 +97,8 @@ 4425312,69104,assets/obseg/bg/bg_sev_all_p.bin,0,0 4494416,331584,assets/obseg/bg/bg_silo_all_p.bin,0,0 4826000,139472,assets/obseg/bg/bg_stat_all_p.bin,0,1 -4965472,189312,assets/obseg/bg/bg_arec_all_p.bin,0,1 -5154784,154352,assets/obseg/bg/bg_arch_all_p.bin,0,1 +4965472,189312,assets/obseg/bg/bg_arec_all_p.bin,0,0 +5154784,154352,assets/obseg/bg/bg_arch_all_p.bin,0,0 5309136,132464,assets/obseg/bg/bg_tra_all_p.bin,0,1 5441600,186816,assets/obseg/bg/bg_dest_all_p.bin,0,1 5628416,109984,assets/obseg/bg/bg_sevb_all_p.bin,0,0 @@ -639,33 +640,33 @@ 8536416,544,assets/obseg/prop/Pwood_sm_crate6Z.bin,1,1 8536960,880,assets/obseg/prop/Pwooden_table1Z.bin,1,1 8537840,320,assets/obseg/prop/PwppkmagZ.bin,1,1 -8538160,6448,assets/obseg/stan/Tbg_ame_all_p_stanZ.bin,1,1 -8544608,23792,assets/obseg/stan/Tbg_arch_all_p_stanZ.bin,1,1 -8568400,33616,assets/obseg/stan/Tbg_arec_all_p_stanZ.bin,1,1 -8602016,36800,assets/obseg/stan/Tbg_ark_all_p_stanZ.bin,1,1 -8638816,6448,assets/obseg/stan/Tbg_ash_all_p_stanZ.bin,1,1 -8645264,21888,assets/obseg/stan/Tbg_azt_all_p_stanZ.bin,1,1 -8667152,10032,assets/obseg/stan/Tbg_cat_all_p_stanZ.bin,1,1 -8677184,20208,assets/obseg/stan/Tbg_cave_all_p_stanZ.bin,1,1 -8697392,10512,assets/obseg/stan/Tbg_crad_all_p_stanZ.bin,1,1 -8707904,12400,assets/obseg/stan/Tbg_cryp_all_p_stanZ.bin,1,1 -8720304,41952,assets/obseg/stan/Tbg_dam_all_p_stanZ.bin,1,1 -8762256,28480,assets/obseg/stan/Tbg_depo_all_p_stanZ.bin,1,1 -8790736,26864,assets/obseg/stan/Tbg_dest_all_p_stanZ.bin,1,1 -8817600,2832,assets/obseg/stan/Tbg_dish_all_p_stanZ.bin,1,1 -8820432,6448,assets/obseg/stan/Tbg_imp_all_p_stanZ.bin,1,1 -8826880,29008,assets/obseg/stan/Tbg_jun_all_p_stanZ.bin,1,1 -8855888,2752,assets/obseg/stan/Tbg_len_all_p_stanZ.bin,1,1 -8858640,6400,assets/obseg/stan/Tbg_oat_all_p_stanZ.bin,1,1 -8865040,18064,assets/obseg/stan/Tbg_pete_all_p_stanZ.bin,1,1 -8883104,7632,assets/obseg/stan/Tbg_ref_all_p_stanZ.bin,1,1 -8890736,6784,assets/obseg/stan/Tbg_run_all_p_stanZ.bin,1,1 -8897520,15824,assets/obseg/stan/Tbg_sev_all_p_stanZ.bin,1,1 -8913344,20288,assets/obseg/stan/Tbg_sevb_all_p_stanZ.bin,1,1 -8933632,37680,assets/obseg/stan/Tbg_sevx_all_p_stanZ.bin,1,1 -8971312,37024,assets/obseg/stan/Tbg_silo_all_p_stanZ.bin,1,1 -9008336,20160,assets/obseg/stan/Tbg_stat_all_p_stanZ.bin,1,1 -9028496,9168,assets/obseg/stan/Tbg_tra_all_p_stanZ.bin,1,1 +8538160,6448,assets/obseg/stan/Tbg_ame_all_p_stanZ.bin,1,0 +8544608,23792,assets/obseg/stan/Tbg_arch_all_p_stanZ.bin,1,0 +8568400,33616,assets/obseg/stan/Tbg_arec_all_p_stanZ.bin,1,0 +8602016,36800,assets/obseg/stan/Tbg_ark_all_p_stanZ.bin,1,0 +8638816,6448,assets/obseg/stan/Tbg_ash_all_p_stanZ.bin,1,0 +8645264,21888,assets/obseg/stan/Tbg_azt_all_p_stanZ.bin,1,0 +8667152,10032,assets/obseg/stan/Tbg_cat_all_p_stanZ.bin,1,0 +8677184,20208,assets/obseg/stan/Tbg_cave_all_p_stanZ.bin,1,0 +8697392,10512,assets/obseg/stan/Tbg_crad_all_p_stanZ.bin,1,0 +8707904,12400,assets/obseg/stan/Tbg_cryp_all_p_stanZ.bin,1,0 +8720304,41952,assets/obseg/stan/Tbg_dam_all_p_stanZ.bin,1,0 +8762256,28480,assets/obseg/stan/Tbg_depo_all_p_stanZ.bin,1,0 +8790736,26864,assets/obseg/stan/Tbg_dest_all_p_stanZ.bin,1,0 +8817600,2832,assets/obseg/stan/Tbg_dish_all_p_stanZ.bin,1,0 +8820432,6448,assets/obseg/stan/Tbg_imp_all_p_stanZ.bin,1,0 +8826880,29008,assets/obseg/stan/Tbg_jun_all_p_stanZ.bin,1,0 +8855888,2752,assets/obseg/stan/Tbg_len_all_p_stanZ.bin,1,0 +8858640,6400,assets/obseg/stan/Tbg_oat_all_p_stanZ.bin,1,0 +8865040,18064,assets/obseg/stan/Tbg_pete_all_p_stanZ.bin,1,0 +8883104,7632,assets/obseg/stan/Tbg_ref_all_p_stanZ.bin,1,0 +8890736,6784,assets/obseg/stan/Tbg_run_all_p_stanZ.bin,1,0 +8897520,15824,assets/obseg/stan/Tbg_sev_all_p_stanZ.bin,1,0 +8913344,20288,assets/obseg/stan/Tbg_sevb_all_p_stanZ.bin,1,0 +8933632,37680,assets/obseg/stan/Tbg_sevx_all_p_stanZ.bin,1,0 +8971312,37024,assets/obseg/stan/Tbg_silo_all_p_stanZ.bin,1,0 +9008336,20160,assets/obseg/stan/Tbg_stat_all_p_stanZ.bin,1,0 +9028496,9168,assets/obseg/stan/Tbg_tra_all_p_stanZ.bin,1,0 9037664,32,assets/obseg/brief/UbriefarchZ,1,0 9037696,32,assets/obseg/brief/UbriefarkZ,1,0 9037728,32,assets/obseg/brief/UbriefaztZ,1,0 @@ -686,40 +687,40 @@ 9038208,32,assets/obseg/brief/UbriefsiloZ,1,0 9038240,32,assets/obseg/brief/UbriefstatueZ,1,0 9038272,32,assets/obseg/brief/UbrieftraZ,1,0 -9038304,1824,assets/obseg/setup/Ump_setupameZ.bin,1,1 -9040128,11680,assets/obseg/setup/u/Ump_setuparchZ.bin,1,1 -9051808,7488,assets/obseg/setup/Ump_setuparkZ.bin,1,1 -9059296,1776,assets/obseg/setup/Ump_setupashZ.bin,1,1 -9061072,9568,assets/obseg/setup/Ump_setupcaveZ.bin,1,1 -9070640,2400,assets/obseg/setup/Ump_setupcradZ.bin,1,1 -9073040,3424,assets/obseg/setup/Ump_setupcrypZ.bin,1,1 -9076464,1008,assets/obseg/setup/Ump_setupdishZ.bin,1,1 -9077472,1600,assets/obseg/setup/Ump_setupimpZ.bin,1,1 -9079072,848,assets/obseg/setup/Ump_setupoatZ.bin,1,1 -9079920,1040,assets/obseg/setup/Ump_setuprefZ.bin,1,1 -9080960,4880,assets/obseg/setup/Ump_setupsevbZ.bin,1,1 -9085840,3712,assets/obseg/setup/Ump_setupstatueZ.bin,1,1 -9089552,17936,assets/obseg/setup/UsetuparchZ.bin,1,1 -9107488,15248,assets/obseg/setup/UsetuparkZ.bin,1,1 -9122736,10496,assets/obseg/setup/UsetupaztZ.bin,1,1 -9133232,15968,assets/obseg/setup/UsetupcaveZ.bin,1,1 -9149200,15104,assets/obseg/setup/UsetupcontrolZ.bin,1,1 -9164304,7216,assets/obseg/setup/u/UsetupcradZ.bin,1,1 -9171520,7824,assets/obseg/setup/UsetupcrypZ.bin,1,1 -9179344,17104,assets/obseg/setup/UsetupdamZ.bin,1,1 -9196448,12176,assets/obseg/setup/UsetupdepoZ.bin,1,1 -9208624,9040,assets/obseg/setup/u/UsetupdestZ.bin,1,1 -9217664,14080,assets/obseg/setup/u/UsetupjunZ.bin,1,1 -9231744,1488,assets/obseg/setup/u/UsetuplenZ.bin,1,1 -9233232,12160,assets/obseg/setup/UsetuppeteZ.bin,1,1 -9245392,6240,assets/obseg/setup/UsetuprunZ.bin,1,1 -9251632,9824,assets/obseg/setup/UsetupsevbZ.bin,1,1 -9261456,6704,assets/obseg/setup/UsetupsevbunkerZ.bin,1,1 -9268160,17168,assets/obseg/setup/UsetupsevxZ.bin,1,1 -9285328,16624,assets/obseg/setup/UsetupsevxbZ.bin,1,1 -9301952,10832,assets/obseg/setup/u/UsetupsiloZ.bin,1,1 -9312784,10192,assets/obseg/setup/u/UsetupstatueZ.bin,1,1 -9322976,12848,assets/obseg/setup/u/UsetuptraZ.bin,1,1 +9038304,1824,assets/obseg/setup/Ump_setupameZ.bin,1,0 +9040128,11680,assets/obseg/setup/u/Ump_setuparchZ.bin,1,0 +9051808,7488,assets/obseg/setup/Ump_setuparkZ.bin,1,0 +9059296,1776,assets/obseg/setup/Ump_setupashZ.bin,1,0 +9061072,9568,assets/obseg/setup/Ump_setupcaveZ.bin,1,0 +9070640,2400,assets/obseg/setup/Ump_setupcradZ.bin,1,0 +9073040,3424,assets/obseg/setup/Ump_setupcrypZ.bin,1,0 +9076464,1008,assets/obseg/setup/Ump_setupdishZ.bin,1,0 +9077472,1600,assets/obseg/setup/Ump_setupimpZ.bin,1,0 +9079072,848,assets/obseg/setup/Ump_setupoatZ.bin,1,0 +9079920,1040,assets/obseg/setup/Ump_setuprefZ.bin,1,0 +9080960,4880,assets/obseg/setup/Ump_setupsevbZ.bin,1,0 +9085840,3712,assets/obseg/setup/Ump_setupstatueZ.bin,1,0 +9089552,17936,assets/obseg/setup/UsetuparchZ.bin,1,0 +9107488,15248,assets/obseg/setup/UsetuparkZ.bin,1,0 +9122736,10496,assets/obseg/setup/UsetupaztZ.bin,1,0 +9133232,15968,assets/obseg/setup/UsetupcaveZ.bin,1,0 +9149200,15104,assets/obseg/setup/UsetupcontrolZ.bin,1,0 +9164304,7216,assets/obseg/setup/u/UsetupcradZ.bin,1,0 +9171520,7824,assets/obseg/setup/UsetupcrypZ.bin,1,0 +9179344,17104,assets/obseg/setup/UsetupdamZ.bin,1,0 +9196448,12176,assets/obseg/setup/UsetupdepoZ.bin,1,0 +9208624,9040,assets/obseg/setup/u/UsetupdestZ.bin,1,0 +9217664,14080,assets/obseg/setup/u/UsetupjunZ.bin,1,0 +9231744,1488,assets/obseg/setup/u/UsetuplenZ.bin,1,0 +9233232,12160,assets/obseg/setup/UsetuppeteZ.bin,1,0 +9245392,6240,assets/obseg/setup/UsetuprunZ.bin,1,0 +9251632,9824,assets/obseg/setup/UsetupsevbZ.bin,1,0 +9261456,6704,assets/obseg/setup/UsetupsevbunkerZ.bin,1,0 +9268160,17168,assets/obseg/setup/UsetupsevxZ.bin,1,0 +9285328,16624,assets/obseg/setup/UsetupsevxbZ.bin,1,0 +9301952,10832,assets/obseg/setup/u/UsetupsiloZ.bin,1,0 +9312784,10192,assets/obseg/setup/u/UsetupstatueZ.bin,1,0 +9322976,12848,assets/obseg/setup/u/UsetuptraZ.bin,1,0 9335824,16,assets/obseg/text/LameE,1,0 9335840,16,assets/obseg/text/LameJ,1,0 9335856,1584,assets/obseg/text/LarchE,1,0 diff --git a/ge007.d.ld b/ge007.d.ld new file mode 100644 index 0000000..25ad4c3 --- /dev/null +++ b/ge007.d.ld @@ -0,0 +1,4346 @@ +/*OUTPUT_FORMAT ("elf32-bigmips")*/ +OUTPUT_ARCH (mips) + +SECTIONS +{ + + osTvType = 0x80000300; + osRomType = 0x80000304; + osRomBase = 0x80000308; + osResetType = 0x8000030c; + osCicId = 0x80000310; + osVersion = 0x80000314; + osMemSize = 0x80000318; + osAppNMIBuffer = 0x8000031c; + + _romSegmentStart = 0; + /* header */ + _headerSegmentStart = ADDR(.header); + _headerSegmentRomStart = _romSegmentStart; + .header 0x04000000 : AT(_romSegmentStart) { + build/d/src/rom_header.o(.data); + } + _headerSegmentEnd = ADDR(.header) + SIZEOF(.header); + _headerSegmentRomEnd = _headerSegmentRomStart + SIZEOF(.header); + + + + /* boot */ + _bootSegmentStart = ADDR(.boot); + _bootSegmentRomStart = _headerSegmentRomEnd; + .boot 0x04000040 : AT(_bootSegmentRomStart) { + build/d/src/bootcode.o(.text); + } + _bootSegmentEnd = ADDR(.boot) + SIZEOF(.boot); + _bootSegmentRomEnd = _bootSegmentRomStart + SIZEOF(.boot); + + + + + /* 0x80000400, 0x80000450 */ + _startSegmentStart = ADDR(.start); + _startSegmentRomStart = _bootSegmentRomEnd; + _alt_startSegmentRomStart = _startSegmentRomStart + 0x100000; + .start 0x80000400 : AT(_startSegmentRomStart) { + build/d/src/_start.o (.text); + } + _alt_startSegmentStart = _startSegmentStart - 0x10000000 + 0x100000; + _startSegmentEnd = ADDR(.start) + SIZEOF(.start); + _startSegmentRomEnd = _startSegmentRomStart + SIZEOF(.start); + + + + /* 0x70000450, 0x70020D90 001050-021990 */ + _codeSegmentStart = ADDR(.code); + _codeSegmentRomStart = _startSegmentRomEnd; + .code 0x70000450 : AT(_codeSegmentRomStart) SUBALIGN(16) { + build/d/src/boot.o (.text); + build/d/src/init.o (.text); + build/d/src/sched.o (.text); + build/d/src/osMapTLB.o (.text); + build/d/src/tlb_manage.o (.text); + build/d/src/tlb_random.o (.text); + build/d/src/tlb_resolve.o (.text); + build/d/src/tlb_hardwire.o (.text); + build/d/src/audi.o (.text); + build/d/src/speed_graph.o (.text); + build/d/src/fr.o (.text); + build/d/src/deb.o (.text); + build/d/src/fault.o (.text); + /*deb_print may be part of fault per pd beta (.text);*/ + build/d/src/deb_print.o (.text); + build/d/src/getra.o (.text); + build/d/src/ramrom.o (.text); + build/d/src/boss.o (.text); + build/d/src/music.o (.text); + build/d/src/snd.o (.text); + build/d/src/memp.o (.text); + build/d/src/mema.o (.text); + build/d/src/random.o (.text); + build/d/src/token.o (.text); + build/d/src/str.o (.text); + build/d/src/sprintf.o (.text); + build/d/src/pi.o (.text); + build/d/src/vi.o (.text); + build/d/src/debugmenu.o (.text); + build/d/src/joy.o (.text); + build/d/src/motor.o (.text); + build/d/src/rmon.o (.text); + + /*build/d/src/libultra/osPiRawStartDma.o (.text);*/ + build/d/src/libultra/io/pirawdma.o (.text); + build/d/src/libultra/io/pigetstat.o (.text); + build/d/src/libultrare/os/initialize.o (.text); + build/d/src/libultra/os/writebackdcacheall.o (.text); + build/d/src/libultra/os/invalicache.o (.text); + build/d/src/libultra/os/unmaptlb.o (.text); + build/d/src/libultra/os/getfpccsr.o (.text); + build/d/src/libultra/os/setfpccsr.o (.text); + build/d/src/libultra/os/createthread.o (.text); + build/d/src/libultra/os/startthread.o (.text); + build/d/src/libultra/os/createmesgqueue.o (.text); + build/d/src/libultra/os/parameters.o (.text); + build/d/src/libultra/os/stopthread.o (.text); + build/d/src/libultra/os/setthreadpri.o (.text); + build/d/src/libultra/os/getcount.o (.text); + build/d/src/libultrare/io/vimgr.o (.text); + build/d/src/libultrare/io/vitbl.o (.text); /*edited*/ + build/d/src/libultra/os/seteventmesg.o (.text); + build/d/src/libultra/io/visetevent.o (.text); + build/d/src/libultra/os/setintmask.o (.text); + build/d/src/libultra/os/recvmesg.o (.text); + build/d/src/libultra/os/sendmesg.o (.text); + build/d/src/libultra/io/visetmode.o (.text); + build/d/src/libultra/io/visetxscale.o (.text); + build/d/src/libultra/io/visetyscale.o (.text); + build/d/src/libultra/io/virepeatline.o (.text); + build/d/src/libultra/io/viblack.o (.text); + build/d/src/libultra/io/sptaskyielded.o (.text); + build/d/src/libultra/io/dpctr.o (.text); + build/d/src/libultra/io/vigetcurrframebuf.o (.text); + build/d/src/libultra/io/vigetnextframebuf.o (.text); + build/d/src/libultra/io/viswapbuf.o (.text); + build/d/src/libultra/io/dpsetstat.o (.text); + build/d/src/libultrare/io/sptask.o (.text); + build/d/src/libultra/io/dpsetnextbuf.o (.text); + build/d/src/libultra/io/sptaskyield.o (.text); + build/d/src/libultra/os/gettlbhi.o (.text); + build/d/src/libultra/os/virtualtophysical.o (.text); + build/d/src/libultra/io/aisetfreq.o (.text); + build/d/src/libultra/audio/sl.o (.text); + build/d/src/libultra/audio/heapalloc.o (.text); + build/d/src/libultra/os/gettime.o (.text); + build/d/src/libultra/libc/ll.o (.text); /*edited*/ + build/d/src/libultrare/io/aisetnextbuf.o (.text); + build/d/src/libultra/io/aigetlen.o (.text); + build/d/src/libultra/audio/synthesizer.o (.text); + build/d/src/libultra/io/pidma.o (.text); + build/d/src/libultra/io/visetspecial.o (.text); + build/d/src/libultra/libc/bcopy.o (.text); + build/d/src/libultra/gu/perspective.o (.text); + build/d/src/libultra/gu/mtxutil.o (.text); + build/d/src/libultra/os/getcurrfaultthread.o (.text); + build/d/src/libultra/os/exception.o (.text); /*edited*/ + build/d/src/libultra/os/thread.o (.text); + build/d/src/libultra/os/yieldthread.o (.text); + build/d/src/libultra/os/invaldcache.o (.text); + build/d/src/libultra/os/writebackdcache.o (.text); + build/d/src/libultra/os/settimer.o (.text); + build/d/src/libultra/audio/heapinit.o (.text); + build/d/src/libultra/audio/bnkf.o (.text); + build/d/src/libultra/audio/csplayer.o (.text); + build/d/src/libultra/audio/seqpsetbank.o (.text); + build/d/src/libultra/audio/cspgetstate.o (.text); + build/d/src/libultra/audio/cseq.o (.text); + build/d/src/libultra/audio/cspsetseq.o (.text); + build/d/src/libultra/audio/cspplay.o (.text); + build/d/src/libultra/audio/cspstop.o (.text); + build/d/src/libultra/audio/cspsetvol.o (.text); + build/d/src/libultra/audio/event.o (.text); + build/d/src/libultra/audio/synaddplayer.o (.text); + build/d/src/libultra/audio/synallocvoice.o (.text); + build/d/src/libultra/audio/synsetvol.o (.text); + build/d/src/libultra/audio/synstartvoice.o (.text); + build/d/src/libultra/audio/synsetpan.o (.text); + build/d/src/libultra/audio/synsetpitch.o (.text); + build/d/src/libultra/audio/synsetfxmix.o (.text); + build/d/src/libultra/audio/synstopvoice.o (.text); + build/d/src/libultra/audio/synfreevoice.o (.text); + build/d/src/libultra/audio/cents2ratio.o (.text); + build/d/src/libultra/io/piread.o (.text); + build/d/src/libultra/libc/string.o (.text); + build/d/src/libultrare/libc/xprintf.o (.text); + build/d/src/libultrare/io/pimgr.o (.text); + build/d/src/libultrare/io/pfsinit.o (.text); + build/d/src/libultrare/io/controller.o (.text); + build/d/src/libultra/io/contquery.o (.text); + build/d/src/libultrare/io/contreaddata.o (.text); + build/d/src/libultrare/io/conteepprobe.o (.text); + build/d/src/libultrare/io/conteepread.o (.text); + build/d/src/libultrare/io/conteepwrite.o (.text); + build/d/src/libultrare/io/conteeplongread.o (.text); + build/d/src/libultrare/io/conteeplongwrite.o (.text); + build/d/src/libultrare/io/pfsisplug.o (.text); + build/d/src/libultra/io/siacs.o (.text); + build/d/src/libultra/io/sirawdma.o (.text); + build/d/src/libultra/io/crc.o (.text); + build/d/src/libultrare/io/contramwrite.o (.text); + build/d/src/libultrare/io/contramread.o (.text); + build/d/src/libultra/gu/align.o (.text); + build/d/src/libultra/gu/ortho.o (.text); + build/d/src/libultra/gu/coss.o (.text); + build/d/src/libultra/gu/sins.o (.text); + build/d/src/libultra/gu/translate.o (.text); + build/d/src/libultra/libc/bcmp.o (.text); + build/d/src/libultra/gu/scale.o (.text); + build/d/src/libultra/gu/lookatref.o (.text); + build/d/src/libultra/gu/lookat.o (.text); + build/d/src/libultra/gu/rotate.o (.text); + build/d/src/libultra/libc/llcvt.o (.text); /*edited*/ + build/d/src/libultra/os/setsr.o (.text); + build/d/src/libultra/os/getsr.o (.text); + build/d/src/libultra/io/sirawread.o (.text); + build/d/src/libultra/io/sirawwrite.o (.text); + build/d/src/libultra/io/pirawread.o (.text); + build/d/src/libultra/libc/bzero.o (.text); + build/d/src/libultra/os/sethwinterrupt.o (.text); + build/d/src/libultrare/io/leointerrupt.o (.text); + build/d/src/libultra/os/interrupt.o (.text); + build/d/src/libultra/os/timerintr.o (.text); + build/d/src/libultra/os/kdebugserver.o (.text); + build/d/src/libultra/os/getthreadpri.o (.text); + build/d/src/libultrare/io/vi.o (.text); /*edited*/ + build/d/src/libultra/io/vigetcurrcontext.o (.text); + build/d/src/libultra/io/viswapcontext.o (.text); + build/d/src/libultra/io/spgetstat.o (.text); + build/d/src/libultra/io/spsetstat.o (.text); + build/d/src/libultra/io/spsetpc.o (.text); + build/d/src/libultra/io/sprawdma.o (.text); + build/d/src/libultra/io/sp.o (.text); + build/d/src/libultra/io/dp.o (.text); + build/d/src/libultra/os/probetlb.o (.text); + build/d/src/libultra/audio/syndelete.o (.text); + build/d/src/libultra/io/ai.o (.text); + build/d/src/libultrare/audio/drvrNew.o (.text); + build/d/src/libultra/audio/synallocfx.o (.text); + build/d/src/libultra/audio/mainbus.o (.text); + build/d/src/libultra/audio/load.o (.text); + build/d/src/libultra/audio/resample.o (.text); + build/d/src/libultrare/audio/env.o (.text); /*edited*/ + build/d/src/libultra/audio/auxbus.o (.text); + build/d/src/libultra/audio/save.o (.text); + build/d/src/libultra/os/jammesg.o (.text); + build/d/src/libultra/io/pigetcmdq.o (.text); + build/d/src/libultra/gu/cosf.o (.text); /*edited*/ + build/d/src/libultra/gu/sinf.o (.text); /*edited*/ + build/d/src/libultrare/os/destroythread.o (.text); + build/d/src/libultra/audio/seqplayer.o (.text); + build/d/src/libultra/audio/synstartvoiceparam.o (.text); + build/d/src/libultra/audio/copy.o (.text); + build/d/src/libultra/io/piacs.o (.text); + build/d/src/libultra/libc/xlitob.o (.text); + build/d/src/libultra/libc/xldtob.o (.text); + build/d/src/libultrare/io/epirawdma.o (.text); + build/d/src/libultrare/io/devmgr.o (.text); + build/d/src/libultra/io/contpfs.o (.text); + build/d/src/libultra/io/si.o (.text); + build/d/src/libultra/gu/normalize.o (.text); + build/d/src/libultra/gu/sqrtf.o (.text); + build/d/src/libultrare/io/leodiskinit.o (.text); + build/d/src/libultra/os/setcompare.o (.text); + build/d/src/libultra/audio/filter.o (.text); + build/d/src/libultrare/audio/reverb.o (.text); /*edited*/ + build/d/src/libultra/gu/libm_vals.o (.text); /*edited*/ + build/d/src/libultra/audio/seq.o (.text); + build/d/src/libultra/audio/synsetpriority.o (.text); + build/d/src/libultra/libc/ldiv.o (.text); + build/d/src/libultra/os/resetglobalintmask.o (.text); + build/d/src/libultrare/io/epirawwrite.o (.text); + build/d/src/libultra/io/vimodentsclan1.o (.text); + build/d/src/libultrare/io/vimodepallan1.o (.text); + build/d/src/libultrare/ultra80069080.o (.text); /*edited*/ + /*build/d/src/libultra/libultra.a:libultra.o (.text);*/ + } + _codeSegmentEnd = ADDR(.code) + SIZEOF(.code); + _codeSegmentRomEnd = _codeSegmentRomStart + SIZEOF(.code); + + + + _cdataSegmentStart = ADDR(.cdata); + _cdataSegmentRomStart = _codeSegmentRomEnd; + .cdata _cdataSegmentRomStart : AT(_cdataSegmentRomStart) { + build/d/src/c_data_filler.o (.data); + } + _cdataSegmentEnd = ADDR(.cdata) + SIZEOF(.cdata); + _cdataSegmentRomEnd = _cdataSegmentRomStart + SIZEOF(.cdata); + + + + /* (0x70200000, 0x702029BC, 0x701CCA70), // 033590-035F4D [29BD] */ + _inflateSegmentStart = ADDR(.inflate); + _inflateSegmentRomStart = _cdataSegmentRomEnd; + .inflate 0x70200000 : AT(_inflateSegmentRomStart) { + build/d/src/inflate/inflate.o (.text); + build/d/src/inflate/inflate.o (.data); + } + _inflateSegmentEnd = ADDR(.inflate) + SIZEOF(.inflate); + _inflateSegmentRomEnd = _inflateSegmentRomStart + SIZEOF(.inflate); + + + + + /* (0x7F000000, 0x7F0E2D50, 0x7EFCB4D0), // 034B30-117881 [E2D51] */ + _gameSegmentStart = ADDR(.game); + _gameSegmentRomStart = _inflateSegmentRomEnd; + .game 0x7F000000 : AT(_gameSegmentRomStart) { + build/d/src/game/initgamedata.o (.text); + build/d/src/game/initweaponanigroups.o (.text); + build/d/src/game/initactorpropstuff.o (.text); + build/d/src/game/initnull_0009D0.o (.text); + build/d/src/game/initunk_0009E0.o (.text); + build/d/src/game/initanitable.o (.text); + build/d/src/game/initplayergaitobject.o (.text); + build/d/src/game/setguscale.o (.text); + build/d/src/game/initnull_000BC0.o (.text); + build/d/src/game/initimages.o (.text); + build/d/src/game/initintromatrices.o (.text); + build/d/src/game/initmenus.o (.text); + build/d/src/game/initguards.o (.text); + build/d/src/game/deb_loadallmodels.o (.text); + build/d/src/game/initobjects.o (.text); + build/d/src/game/prop.o (.text); + build/d/src/game/objective.o (.text); + build/d/src/game/ejectedcartridges.o (.text); + build/d/src/game/initBondDATA.o (.text); + build/d/src/game/initunk_005450.o (.text); + build/d/src/game/initunk_005520.o (.text); + build/d/src/game/bondview_r.o (.text); + build/d/src/game/inititemslots.o (.text); + build/d/src/game/initBondDATAdefaults.o (.text); + build/d/src/game/initpathtablesomething.o (.text); + build/d/src/game/initpathtablelinks.o (.text); + build/d/src/game/initexplosioncasing.o (.text); + build/d/src/game/alloc_window_pieces.o (.text); + build/d/src/game/initunk_007290.o (.text); + build/d/src/game/initcheattext.o (.text); + build/d/src/game/initmttex.o (.text); + build/d/src/game/cleanup_guard_data.o (.text); + build/d/src/game/cleanup_object_sounds.o (.text); + build/d/src/game/cleanup_alarms.o (.text); + build/d/src/game/cleanup_objects.o (.text); + build/d/src/game/cleanup_objectives.o (.text); + build/d/src/game/cleanupSFXRelated.o (.text); + build/d/src/game/playerstats_007770.o (.text); + build/d/src/game/cleanexplosions.o (.text); + build/d/src/game/cleanwindowpieces.o (.text); + build/d/src/game/null_007970.o (.text); + build/d/src/game/cleanplayersound.o (.text); + build/d/src/game/title.o (.text); + build/d/src/game/front.o (.text); + build/d/src/game/unk_01B0E0.o (.text); + build/d/src/game/unk_01B240.o (.text); + build/d/src/game/unk_01BAE0.o (.text); + build/d/src/game/blood_animation.o (.text); + build/d/src/game/blood_decrypt.o (.text); + build/d/src/game/file.o (.text); + build/d/src/game/file2.o (.text); + build/d/src/game/chr.o (.text); + build/d/src/game/chr_b.o (.text); + build/d/src/game/chrlv.o (.text); + build/d/src/game/chrai.o (.text); + build/d/src/game/chrprop.o (.text); + build/d/src/game/chrobjhandler.o (.text); + build/d/src/game/loadobjectmodel.o (.text); + build/d/src/game/objective_status.o (.text); + build/d/src/game/objective_status2.o (.text); + build/d/src/game/math_sincos.o (.text); + build/d/src/game/matrixmath.o (.text); + build/d/src/game/math_unk_05A9E0.o (.text); + build/d/src/game/math_atan2f.o (.text); + build/d/src/game/math_asinacos.o (.text); + build/d/src/game/math_asinfacosf.o (.text); + build/d/src/game/matrixmath_misc.o (.text); + build/d/src/game/quaternion.o (.text); + build/d/src/game/math_floor.o (.text); + build/d/src/game/math_ceil.o (.text); + build/d/src/game/gun.o (.text); + build/d/src/game/bondwalk2.o (.text); + build/d/src/game/objecthandler.o (.text); + build/d/src/game/objecthandler_1.o (.text); + build/d/src/game/objecthandler_2.o (.text); + build/d/src/game/othermodemicrocode.o (.text); + build/d/src/game/bondview.o (.text); + build/d/src/game/bondinv.o (.text); + build/d/src/game/bondhead.o (.text); + build/d/src/game/padhalllv.o (.text); + build/d/src/game/debugmenu_08FE00.o (.text); + build/d/src/game/debugmenu_handler.o (.text); + build/d/src/game/unk_091080.o (.text); + /*build/d/src/game/chraidata.o (.text);*/ + /*build/d/src/game/pobjdata.o (.text);*/ + /*build/d/src/game/gobjdata.o (.text);*/ + /*build/d/src/game/gobjdata2.o (.text);*/ + /*build/d/src/game/cobjdata.o (.text);*/ + build/d/src/game/cheat_buttons.o (.text); + build/d/src/game/unk_092890.o (.text); + build/d/src/game/unk_092E50.o (.text); + build/d/src/game/player.o (.text); + build/d/src/game/player_2.o (.text); + build/d/src/game/crc.o (.text); + build/d/src/game/chrObjRandom.o (.text); + build/d/src/game/unk_09B7A0.o (.text); + build/d/src/game/explosions.o (.text); + build/d/src/game/unk_0A1DA0.o (.text); + build/d/src/game/watch.o (.text); + build/d/src/game/textrelated.o (.text); + build/d/src/game/stan.o (.text); + build/d/src/game/unk_0B3200.o (.text); + build/d/src/game/bg.o (.text); + build/d/src/game/bg2.o (.text); + build/d/src/game/fog.o (.text); + build/d/src/game/lightfixture.o (.text); + build/d/src/game/unk_0BC530.o (.text); + build/d/src/game/ob.o (.text); + build/d/src/game/dyn.o (.text); + build/d/src/game/lvl.o (.text); + build/d/src/game/ramromreplay.o (.text); + build/d/src/game/unk_0C0A70.o (.text); + build/d/src/game/mp_music.o (.text); + build/d/src/game/lvl_text.o (.text); + build/d/src/game/mp_watch.o (.text); + build/d/src/game/radar.o (.text); + build/d/src/game/mp_weapon.o (.text); + build/d/src/game/image.o (.text); + build/d/src/game/image_bank.o (.text); + build/d/src/game/unk_0CC4C0.o (.text); + build/d/src/game/decompress.o (.text); + build/d/src/game/zlib.o (.text); + build/d/src/game/rsp.o (.text); + build/d/src/game/indy_comms.o (.text); + build/d/src/game/indy_commands.o (.text); + build/d/src/game/game_debug.o (.text); + build/d/src/game/compiletime.o (.text); + build/d/src/game/unk_0D1AC0.o (.text); + build/d/src/game/viewport.o (.text); + build/d/src/game/music_0D2720.o (.text); + build/d/src/game/spectrum.o (.text); + } + _gameSegmentEnd = ADDR(.game) + SIZEOF(.game); + _gameSegmentRomEnd = _gameSegmentRomStart + SIZEOF(.game); + + + _fontdlSegmentStart = ADDR(.fontdl); + _fontdlSegmentRomStart = _gameSegmentRomEnd; + .fontdl 0x01000000 : AT(_fontdlSegmentRomStart) { + build/d/assets/font_dl.o (.data); + } + _fontdlSegmentEnd = ADDR(.fontdl) + SIZEOF(.fontdl); + _fontdlSegmentRomEnd = _fontdlSegmentRomStart + SIZEOF(.fontdl); + + _jfontcharSegmentStart = ADDR(.jfontchardata); + _jfontcharSegmentRomStart = _fontdlSegmentRomEnd; + .jfontchardata 0x00000000 : AT(_jfontcharSegmentRomStart) { + build/d/assets/font_chardataj.o (.data); + } + _jfontcharSegmentEnd = ADDR(.jfontchardata) + SIZEOF(.jfontchardata); + _jfontcharSegmentRomEnd = _jfontcharSegmentRomStart + SIZEOF(.jfontchardata); + + _efontcharSegmentStart = ADDR(.efontchardata); + _efontcharSegmentRomStart = _jfontcharSegmentRomEnd; + .efontchardata 0x00000000 : AT(_efontcharSegmentRomStart) { + build/d/assets/font_chardatae.o (.data); + } + _efontcharSegmentEnd = ADDR(.efontchardata) + SIZEOF(.efontchardata); + _efontcharSegmentRomEnd = _efontcharSegmentRomStart + SIZEOF(.efontchardata); + + _animation_entriesSegmentStart = ADDR(.animation_entries); + _animation_entriesSegmentRomStart = _efontcharSegmentRomEnd; + .animation_entries 0x00000000 : AT(_animation_entriesSegmentRomStart) { + build/d/assets/animationtable_entries.o(.data); + } + _animation_entriesSegmentEnd = ADDR(.animation_entries) + SIZEOF(.animation_entries); + _animation_entriesSegmentRomEnd = _animation_entriesSegmentRomStart + SIZEOF(.animation_entries); + + _animation_dataSegmentStart = ADDR(.animation_data); + _animation_dataSegmentRomStart = _animation_entriesSegmentRomEnd; + .animation_data 0x00000000 : AT(_animation_dataSegmentRomStart) { + build/d/assets/animationtable_data.o(.data); + } + _animation_dataSegmentEnd = ADDR(.animation_data) + SIZEOF(.animation_data); + _animation_dataSegmentRomEnd = _animation_dataSegmentRomStart + SIZEOF(.animation_data); + + _GlobalimagetableSegmentStart = ADDR(.Globalimagetable); + _GlobalimagetableSegmentRomStart = _animation_dataSegmentRomEnd; + .Globalimagetable 0x02000000 : AT(_GlobalimagetableSegmentRomStart) { + build/d/assets/GlobalImageTable.o (.data); + } + _GlobalimagetableSegmentEnd = ADDR(.Globalimagetable) + SIZEOF(.Globalimagetable); + _GlobalimagetableSegmentRomEnd = _GlobalimagetableSegmentRomStart + SIZEOF(.Globalimagetable); + + _GlobalimagetablecmdblkSegmentStart = ADDR(.Globalimagetablecmdblk); + _GlobalimagetablecmdblkSegmentRomStart = _GlobalimagetableSegmentRomEnd; + .Globalimagetablecmdblk 0x02000000 : AT(_GlobalimagetablecmdblkSegmentRomStart) { + build/d/assets/Globalimagetable_commandblock.o (.data); + } + _GlobalimagetablecmdblkSegmentEnd = ADDR(.Globalimagetablecmdblk) + SIZEOF(.Globalimagetablecmdblk); + _GlobalimagetablecmdblkSegmentRomEnd = _GlobalimagetablecmdblkSegmentRomStart + SIZEOF(.Globalimagetablecmdblk); + + + _romfiles2SegmentStart = ADDR(.romfiles2); + _romfiles2SegmentRomStart = _GlobalimagetablecmdblkSegmentRomEnd; + .romfiles2 _romfiles2SegmentRomStart : AT(_romfiles2SegmentRomStart) { + build/d/assets/romfiles2.o (.data); + } + _romfiles2SegmentEnd = ADDR(.romfiles2) + SIZEOF(.romfiles2); + _romfiles2SegmentRomEnd = _romfiles2SegmentRomStart + SIZEOF(.romfiles2); + + _ramromfilesSegmentStart = ADDR(.ramromfiles); + _ramromfilesSegmentRomStart = _romfiles2SegmentRomEnd; + .ramromfiles _ramromfilesSegmentRomStart : AT(_ramromfilesSegmentRomStart) { + build/d/assets/ramrom/ramrom.o (.data); + } + _ramromfilesSegmentEnd = ADDR(.ramromfiles) + SIZEOF(.ramromfiles); + _ramromfilesSegmentRomEnd = _ramromfilesSegmentRomStart + SIZEOF(.ramromfiles); + + _fonttablectlsmall1SegmentStart = ADDR(.fonttablectlsmall1); + _fonttablectlsmall1SegmentRomStart = _ramromfilesSegmentRomEnd; + .fonttablectlsmall1 _fonttablectlsmall1SegmentRomStart : AT(_fonttablectlsmall1SegmentRomStart) { + build/d/assets/font/font_first_font_table_controller_small.o (.data); + } + _fonttablectlsmall1SegmentEnd = ADDR(.fonttablectlsmall1) + SIZEOF(.fonttablectlsmall1); + _fonttablectlsmall1SegmentRomEnd = _fonttablectlsmall1SegmentRomStart + SIZEOF(.fonttablectlsmall1); + + + _fonttablectllarge1SegmentStart = ADDR(.fonttablectllarge1); + _fonttablectllarge1SegmentRomStart = _fonttablectlsmall1SegmentRomEnd; + .fonttablectllarge1 _fonttablectllarge1SegmentRomStart : AT(_fonttablectllarge1SegmentRomStart) { + build/d/assets/font/font_first_font_table_controller_large.o (.data); + } + _fonttablectllarge1SegmentEnd = ADDR(.fonttablectllarge1) + SIZEOF(.fonttablectllarge1); + _fonttablectllarge1SegmentRomEnd = _fonttablectllarge1SegmentRomStart + SIZEOF(.fonttablectllarge1); + + + _musicfilesSegmentStart = ADDR(.musicfiles); + _musicfilesSegmentRomStart = _fonttablectllarge1SegmentRomEnd; + .musicfiles _musicfilesSegmentRomStart : AT(_musicfilesSegmentRomStart) { + build/d/assets/music/sfx.ctl.o (.data); + build/d/assets/music/sfx.tbl.o (.data); + build/d/assets/music/instruments.ctl.o (.data); + build/d/assets/music/instruments.tbl.o (.data); + build/d/assets/music/music.o (.music); + build/d/assets/music/music.o (.musiccompressed); + } + _musicfilesSegmentEnd = ADDR(.musicfiles) + SIZEOF(.musicfiles); + _musicfilesSegmentRomEnd = _musicfilesSegmentRomStart + SIZEOF(.musicfiles); + + + + + _obsegSegmentStart = ADDR(.obseg); + _obsegSegmentRomStart = _musicfilesSegmentRomEnd; + .obseg _obsegSegmentRomStart : AT(_obsegSegmentRomStart) { + build/d/assets/obseg/ob_seg.o (.data); + } + _obsegSegmentEnd = ADDR(.obseg) + SIZEOF(.obseg); + _obsegSegmentRomEnd = _obsegSegmentRomStart + SIZEOF(.obseg); + + + + + _imagesSegmentStart = ADDR(.images); + _imagesSegmentRomStart = _obsegSegmentRomEnd; + .images _imagesSegmentRomStart : AT(_imagesSegmentRomStart) { + _image1_start = .; + build/d/assets/images/split/image1.o (.data); + _image1_end = .; + _image1_size = (_image1_end - _image1_start); + build/d/assets/images/split/image2.o (.data); + build/d/assets/images/split/image3.o (.data); + build/d/assets/images/split/image4.o (.data); + build/d/assets/images/split/image5.o (.data); + build/d/assets/images/split/image6.o (.data); + build/d/assets/images/split/image7.o (.data); + build/d/assets/images/split/image8.o (.data); + build/d/assets/images/split/image9.o (.data); + build/d/assets/images/split/image10.o (.data); + build/d/assets/images/split/image11.o (.data); + build/d/assets/images/split/image12.o (.data); + build/d/assets/images/split/image13.o (.data); + build/d/assets/images/split/image14.o (.data); + build/d/assets/images/split/image15.o (.data); + build/d/assets/images/split/image16.o (.data); + build/d/assets/images/split/image17.o (.data); + build/d/assets/images/split/image18.o (.data); + build/d/assets/images/split/image19.o (.data); + build/d/assets/images/split/image20.o (.data); + build/d/assets/images/split/image21.o (.data); + build/d/assets/images/split/image22.o (.data); + build/d/assets/images/split/image23.o (.data); + build/d/assets/images/split/image24.o (.data); + build/d/assets/images/split/image25.o (.data); + build/d/assets/images/split/image26.o (.data); + build/d/assets/images/split/image27.o (.data); + build/d/assets/images/split/image28.o (.data); + build/d/assets/images/split/image29.o (.data); + build/d/assets/images/split/image30.o (.data); + build/d/assets/images/split/image31.o (.data); + build/d/assets/images/split/image32.o (.data); + build/d/assets/images/split/image33.o (.data); + build/d/assets/images/split/image34.o (.data); + build/d/assets/images/split/image35.o (.data); + build/d/assets/images/split/image36.o (.data); + build/d/assets/images/split/image37.o (.data); + build/d/assets/images/split/image38.o (.data); + build/d/assets/images/split/image39.o (.data); + build/d/assets/images/split/image40.o (.data); + build/d/assets/images/split/image41.o (.data); + build/d/assets/images/split/image42.o (.data); + build/d/assets/images/split/image43.o (.data); + build/d/assets/images/split/image44.o (.data); + build/d/assets/images/split/image45.o (.data); + build/d/assets/images/split/image46.o (.data); + build/d/assets/images/split/image47.o (.data); + build/d/assets/images/split/image48.o (.data); + build/d/assets/images/split/image49.o (.data); + build/d/assets/images/split/image50.o (.data); + build/d/assets/images/split/image51.o (.data); + build/d/assets/images/split/image52.o (.data); + build/d/assets/images/split/image53.o (.data); + build/d/assets/images/split/image54.o (.data); + build/d/assets/images/split/image55.o (.data); + build/d/assets/images/split/image56.o (.data); + build/d/assets/images/split/image57.o (.data); + build/d/assets/images/split/image58.o (.data); + build/d/assets/images/split/image59.o (.data); + build/d/assets/images/split/image60.o (.data); + build/d/assets/images/split/image61.o (.data); + build/d/assets/images/split/image62.o (.data); + build/d/assets/images/split/image63.o (.data); + build/d/assets/images/split/image64.o (.data); + build/d/assets/images/split/image65.o (.data); + build/d/assets/images/split/image66.o (.data); + build/d/assets/images/split/image67.o (.data); + build/d/assets/images/split/image68.o (.data); + build/d/assets/images/split/image69.o (.data); + build/d/assets/images/split/image70.o (.data); + build/d/assets/images/split/image71.o (.data); + build/d/assets/images/split/image72.o (.data); + build/d/assets/images/split/image73.o (.data); + build/d/assets/images/split/image74.o (.data); + build/d/assets/images/split/image75.o (.data); + build/d/assets/images/split/image76.o (.data); + build/d/assets/images/split/image77.o (.data); + build/d/assets/images/split/image78.o (.data); + build/d/assets/images/split/image79.o (.data); + build/d/assets/images/split/image80.o (.data); + build/d/assets/images/split/image81.o (.data); + build/d/assets/images/split/image82.o (.data); + build/d/assets/images/split/image83.o (.data); + build/d/assets/images/split/image84.o (.data); + build/d/assets/images/split/image85.o (.data); + build/d/assets/images/split/image86.o (.data); + build/d/assets/images/split/image87.o (.data); + build/d/assets/images/split/image88.o (.data); + build/d/assets/images/split/image89.o (.data); + build/d/assets/images/split/image90.o (.data); + build/d/assets/images/split/image91.o (.data); + build/d/assets/images/split/image92.o (.data); + build/d/assets/images/split/image93.o (.data); + build/d/assets/images/split/image94.o (.data); + build/d/assets/images/split/image95.o (.data); + build/d/assets/images/split/image96.o (.data); + build/d/assets/images/split/image97.o (.data); + build/d/assets/images/split/image98.o (.data); + build/d/assets/images/split/image99.o (.data); + build/d/assets/images/split/image100.o (.data); + build/d/assets/images/split/image101.o (.data); + build/d/assets/images/split/image102.o (.data); + build/d/assets/images/split/image103.o (.data); + build/d/assets/images/split/image104.o (.data); + build/d/assets/images/split/image105.o (.data); + build/d/assets/images/split/image106.o (.data); + build/d/assets/images/split/image107.o (.data); + build/d/assets/images/split/image108.o (.data); + build/d/assets/images/split/image109.o (.data); + build/d/assets/images/split/image110.o (.data); + build/d/assets/images/split/image111.o (.data); + build/d/assets/images/split/image112.o (.data); + build/d/assets/images/split/image113.o (.data); + build/d/assets/images/split/image114.o (.data); + build/d/assets/images/split/image115.o (.data); + build/d/assets/images/split/image116.o (.data); + build/d/assets/images/split/image117.o (.data); + build/d/assets/images/split/image118.o (.data); + build/d/assets/images/split/image119.o (.data); + build/d/assets/images/split/image120.o (.data); + build/d/assets/images/split/image121.o (.data); + build/d/assets/images/split/image122.o (.data); + build/d/assets/images/split/image123.o (.data); + build/d/assets/images/split/image124.o (.data); + build/d/assets/images/split/image125.o (.data); + build/d/assets/images/split/image126.o (.data); + build/d/assets/images/split/image127.o (.data); + build/d/assets/images/split/image128.o (.data); + build/d/assets/images/split/image129.o (.data); + build/d/assets/images/split/image130.o (.data); + build/d/assets/images/split/image131.o (.data); + build/d/assets/images/split/image132.o (.data); + build/d/assets/images/split/image133.o (.data); + build/d/assets/images/split/image134.o (.data); + build/d/assets/images/split/image135.o (.data); + build/d/assets/images/split/image136.o (.data); + build/d/assets/images/split/image137.o (.data); + build/d/assets/images/split/image138.o (.data); + build/d/assets/images/split/image139.o (.data); + build/d/assets/images/split/image140.o (.data); + build/d/assets/images/split/image141.o (.data); + build/d/assets/images/split/image142.o (.data); + build/d/assets/images/split/image143.o (.data); + build/d/assets/images/split/image144.o (.data); + build/d/assets/images/split/image145.o (.data); + build/d/assets/images/split/image146.o (.data); + build/d/assets/images/split/image147.o (.data); + build/d/assets/images/split/image148.o (.data); + build/d/assets/images/split/image149.o (.data); + build/d/assets/images/split/image150.o (.data); + build/d/assets/images/split/image151.o (.data); + build/d/assets/images/split/image152.o (.data); + build/d/assets/images/split/image153.o (.data); + build/d/assets/images/split/image154.o (.data); + build/d/assets/images/split/image155.o (.data); + build/d/assets/images/split/image156.o (.data); + build/d/assets/images/split/image157.o (.data); + build/d/assets/images/split/image158.o (.data); + build/d/assets/images/split/image159.o (.data); + build/d/assets/images/split/image160.o (.data); + build/d/assets/images/split/image161.o (.data); + build/d/assets/images/split/image162.o (.data); + build/d/assets/images/split/image163.o (.data); + build/d/assets/images/split/image164.o (.data); + build/d/assets/images/split/image165.o (.data); + build/d/assets/images/split/image166.o (.data); + build/d/assets/images/split/image167.o (.data); + build/d/assets/images/split/image168.o (.data); + build/d/assets/images/split/image169.o (.data); + build/d/assets/images/split/image170.o (.data); + build/d/assets/images/split/image171.o (.data); + build/d/assets/images/split/image172.o (.data); + build/d/assets/images/split/image173.o (.data); + build/d/assets/images/split/image174.o (.data); + build/d/assets/images/split/image175.o (.data); + build/d/assets/images/split/image176.o (.data); + build/d/assets/images/split/image177.o (.data); + build/d/assets/images/split/image178.o (.data); + build/d/assets/images/split/image179.o (.data); + build/d/assets/images/split/image180.o (.data); + build/d/assets/images/split/image181.o (.data); + build/d/assets/images/split/image182.o (.data); + build/d/assets/images/split/image183.o (.data); + build/d/assets/images/split/image184.o (.data); + build/d/assets/images/split/image185.o (.data); + build/d/assets/images/split/image186.o (.data); + build/d/assets/images/split/image187.o (.data); + build/d/assets/images/split/image188.o (.data); + build/d/assets/images/split/image189.o (.data); + build/d/assets/images/split/image190.o (.data); + build/d/assets/images/split/image191.o (.data); + build/d/assets/images/split/image192.o (.data); + build/d/assets/images/split/image193.o (.data); + build/d/assets/images/split/image194.o (.data); + build/d/assets/images/split/image195.o (.data); + build/d/assets/images/split/image196.o (.data); + build/d/assets/images/split/image197.o (.data); + build/d/assets/images/split/image198.o (.data); + build/d/assets/images/split/image199.o (.data); + build/d/assets/images/split/image200.o (.data); + build/d/assets/images/split/image201.o (.data); + build/d/assets/images/split/image202.o (.data); + build/d/assets/images/split/image203.o (.data); + build/d/assets/images/split/image204.o (.data); + build/d/assets/images/split/image205.o (.data); + build/d/assets/images/split/image206.o (.data); + build/d/assets/images/split/image207.o (.data); + build/d/assets/images/split/image208.o (.data); + build/d/assets/images/split/image209.o (.data); + build/d/assets/images/split/image210.o (.data); + build/d/assets/images/split/image211.o (.data); + build/d/assets/images/split/image212.o (.data); + build/d/assets/images/split/image213.o (.data); + build/d/assets/images/split/image214.o (.data); + build/d/assets/images/split/image215.o (.data); + build/d/assets/images/split/image216.o (.data); + build/d/assets/images/split/image217.o (.data); + build/d/assets/images/split/image218.o (.data); + build/d/assets/images/split/image219.o (.data); + build/d/assets/images/split/image220.o (.data); + build/d/assets/images/split/image221.o (.data); + build/d/assets/images/split/image222.o (.data); + build/d/assets/images/split/image223.o (.data); + build/d/assets/images/split/image224.o (.data); + build/d/assets/images/split/image225.o (.data); + build/d/assets/images/split/image226.o (.data); + build/d/assets/images/split/image227.o (.data); + build/d/assets/images/split/image228.o (.data); + build/d/assets/images/split/image229.o (.data); + build/d/assets/images/split/image230.o (.data); + build/d/assets/images/split/image231.o (.data); + build/d/assets/images/split/image232.o (.data); + build/d/assets/images/split/image233.o (.data); + build/d/assets/images/split/image234.o (.data); + build/d/assets/images/split/image235.o (.data); + build/d/assets/images/split/image236.o (.data); + build/d/assets/images/split/image237.o (.data); + build/d/assets/images/split/image238.o (.data); + build/d/assets/images/split/image239.o (.data); + build/d/assets/images/split/image240.o (.data); + build/d/assets/images/split/image241.o (.data); + build/d/assets/images/split/image242.o (.data); + build/d/assets/images/split/image243.o (.data); + build/d/assets/images/split/image244.o (.data); + build/d/assets/images/split/image245.o (.data); + build/d/assets/images/split/image246.o (.data); + build/d/assets/images/split/image247.o (.data); + build/d/assets/images/split/image248.o (.data); + build/d/assets/images/split/image249.o (.data); + build/d/assets/images/split/image250.o (.data); + build/d/assets/images/split/image251.o (.data); + build/d/assets/images/split/image252.o (.data); + build/d/assets/images/split/image253.o (.data); + build/d/assets/images/split/image254.o (.data); + build/d/assets/images/split/image255.o (.data); + build/d/assets/images/split/image256.o (.data); + build/d/assets/images/split/image257.o (.data); + build/d/assets/images/split/image258.o (.data); + build/d/assets/images/split/image259.o (.data); + build/d/assets/images/split/image260.o (.data); + build/d/assets/images/split/image261.o (.data); + build/d/assets/images/split/image262.o (.data); + build/d/assets/images/split/image263.o (.data); + build/d/assets/images/split/image264.o (.data); + build/d/assets/images/split/image265.o (.data); + build/d/assets/images/split/image266.o (.data); + build/d/assets/images/split/image267.o (.data); + build/d/assets/images/split/image268.o (.data); + build/d/assets/images/split/image269.o (.data); + build/d/assets/images/split/image270.o (.data); + build/d/assets/images/split/image271.o (.data); + build/d/assets/images/split/image272.o (.data); + build/d/assets/images/split/image273.o (.data); + build/d/assets/images/split/image274.o (.data); + build/d/assets/images/split/image275.o (.data); + build/d/assets/images/split/image276.o (.data); + build/d/assets/images/split/image277.o (.data); + build/d/assets/images/split/image278.o (.data); + build/d/assets/images/split/image279.o (.data); + build/d/assets/images/split/image280.o (.data); + build/d/assets/images/split/image281.o (.data); + build/d/assets/images/split/image282.o (.data); + build/d/assets/images/split/image283.o (.data); + build/d/assets/images/split/image284.o (.data); + build/d/assets/images/split/image285.o (.data); + build/d/assets/images/split/image286.o (.data); + build/d/assets/images/split/image287.o (.data); + build/d/assets/images/split/image288.o (.data); + build/d/assets/images/split/image289.o (.data); + build/d/assets/images/split/image290.o (.data); + build/d/assets/images/split/image291.o (.data); + build/d/assets/images/split/image292.o (.data); + build/d/assets/images/split/image293.o (.data); + build/d/assets/images/split/image294.o (.data); + build/d/assets/images/split/image295.o (.data); + build/d/assets/images/split/image296.o (.data); + build/d/assets/images/split/image297.o (.data); + build/d/assets/images/split/image298.o (.data); + build/d/assets/images/split/image299.o (.data); + build/d/assets/images/split/image300.o (.data); + build/d/assets/images/split/image301.o (.data); + build/d/assets/images/split/image302.o (.data); + build/d/assets/images/split/image303.o (.data); + build/d/assets/images/split/image304.o (.data); + build/d/assets/images/split/image305.o (.data); + build/d/assets/images/split/image306.o (.data); + build/d/assets/images/split/image307.o (.data); + build/d/assets/images/split/image308.o (.data); + build/d/assets/images/split/image309.o (.data); + build/d/assets/images/split/image310.o (.data); + build/d/assets/images/split/image311.o (.data); + build/d/assets/images/split/image312.o (.data); + build/d/assets/images/split/image313.o (.data); + build/d/assets/images/split/image314.o (.data); + build/d/assets/images/split/image315.o (.data); + build/d/assets/images/split/image316.o (.data); + build/d/assets/images/split/image317.o (.data); + build/d/assets/images/split/image318.o (.data); + build/d/assets/images/split/image319.o (.data); + build/d/assets/images/split/image320.o (.data); + build/d/assets/images/split/image321.o (.data); + build/d/assets/images/split/image322.o (.data); + build/d/assets/images/split/image323.o (.data); + build/d/assets/images/split/image324.o (.data); + build/d/assets/images/split/image325.o (.data); + build/d/assets/images/split/image326.o (.data); + build/d/assets/images/split/image327.o (.data); + build/d/assets/images/split/image328.o (.data); + build/d/assets/images/split/image329.o (.data); + build/d/assets/images/split/image330.o (.data); + build/d/assets/images/split/image331.o (.data); + build/d/assets/images/split/image332.o (.data); + build/d/assets/images/split/image333.o (.data); + build/d/assets/images/split/image334.o (.data); + build/d/assets/images/split/image335.o (.data); + build/d/assets/images/split/image336.o (.data); + build/d/assets/images/split/image337.o (.data); + build/d/assets/images/split/image338.o (.data); + build/d/assets/images/split/image339.o (.data); + build/d/assets/images/split/image340.o (.data); + build/d/assets/images/split/image341.o (.data); + build/d/assets/images/split/image342.o (.data); + build/d/assets/images/split/image343.o (.data); + build/d/assets/images/split/image344.o (.data); + build/d/assets/images/split/image345.o (.data); + build/d/assets/images/split/image346.o (.data); + build/d/assets/images/split/image347.o (.data); + build/d/assets/images/split/image348.o (.data); + build/d/assets/images/split/image349.o (.data); + build/d/assets/images/split/image350.o (.data); + build/d/assets/images/split/image351.o (.data); + build/d/assets/images/split/image352.o (.data); + build/d/assets/images/split/image353.o (.data); + build/d/assets/images/split/image354.o (.data); + build/d/assets/images/split/image355.o (.data); + build/d/assets/images/split/image356.o (.data); + build/d/assets/images/split/image357.o (.data); + build/d/assets/images/split/image358.o (.data); + build/d/assets/images/split/image359.o (.data); + build/d/assets/images/split/image360.o (.data); + build/d/assets/images/split/image361.o (.data); + build/d/assets/images/split/image362.o (.data); + build/d/assets/images/split/image363.o (.data); + build/d/assets/images/split/image364.o (.data); + build/d/assets/images/split/image365.o (.data); + build/d/assets/images/split/image366.o (.data); + build/d/assets/images/split/image367.o (.data); + build/d/assets/images/split/image368.o (.data); + build/d/assets/images/split/image369.o (.data); + build/d/assets/images/split/image370.o (.data); + build/d/assets/images/split/image371.o (.data); + build/d/assets/images/split/image372.o (.data); + build/d/assets/images/split/image373.o (.data); + build/d/assets/images/split/image374.o (.data); + build/d/assets/images/split/image375.o (.data); + build/d/assets/images/split/image376.o (.data); + build/d/assets/images/split/image377.o (.data); + build/d/assets/images/split/image378.o (.data); + build/d/assets/images/split/image379.o (.data); + build/d/assets/images/split/image380.o (.data); + build/d/assets/images/split/image381.o (.data); + build/d/assets/images/split/image382.o (.data); + build/d/assets/images/split/image383.o (.data); + build/d/assets/images/split/image384.o (.data); + build/d/assets/images/split/image385.o (.data); + build/d/assets/images/split/image386.o (.data); + build/d/assets/images/split/image387.o (.data); + build/d/assets/images/split/image388.o (.data); + build/d/assets/images/split/image389.o (.data); + build/d/assets/images/split/image390.o (.data); + build/d/assets/images/split/image391.o (.data); + build/d/assets/images/split/image392.o (.data); + build/d/assets/images/split/image393.o (.data); + build/d/assets/images/split/image394.o (.data); + build/d/assets/images/split/image395.o (.data); + build/d/assets/images/split/image396.o (.data); + build/d/assets/images/split/image397.o (.data); + build/d/assets/images/split/image398.o (.data); + build/d/assets/images/split/image399.o (.data); + build/d/assets/images/split/image400.o (.data); + build/d/assets/images/split/image401.o (.data); + build/d/assets/images/split/image402.o (.data); + build/d/assets/images/split/image403.o (.data); + build/d/assets/images/split/image404.o (.data); + build/d/assets/images/split/image405.o (.data); + build/d/assets/images/split/image406.o (.data); + build/d/assets/images/split/image407.o (.data); + build/d/assets/images/split/image408.o (.data); + build/d/assets/images/split/image409.o (.data); + build/d/assets/images/split/image410.o (.data); + build/d/assets/images/split/image411.o (.data); + build/d/assets/images/split/image412.o (.data); + build/d/assets/images/split/image413.o (.data); + build/d/assets/images/split/image414.o (.data); + build/d/assets/images/split/image415.o (.data); + build/d/assets/images/split/image416.o (.data); + build/d/assets/images/split/image417.o (.data); + build/d/assets/images/split/image418.o (.data); + build/d/assets/images/split/image419.o (.data); + build/d/assets/images/split/image420.o (.data); + build/d/assets/images/split/image421.o (.data); + build/d/assets/images/split/image422.o (.data); + build/d/assets/images/split/image423.o (.data); + build/d/assets/images/split/image424.o (.data); + build/d/assets/images/split/image425.o (.data); + build/d/assets/images/split/image426.o (.data); + build/d/assets/images/split/image427.o (.data); + build/d/assets/images/split/image428.o (.data); + build/d/assets/images/split/image429.o (.data); + build/d/assets/images/split/image430.o (.data); + build/d/assets/images/split/image431.o (.data); + build/d/assets/images/split/image432.o (.data); + build/d/assets/images/split/image433.o (.data); + build/d/assets/images/split/image434.o (.data); + build/d/assets/images/split/image435.o (.data); + build/d/assets/images/split/image436.o (.data); + build/d/assets/images/split/image437.o (.data); + build/d/assets/images/split/image438.o (.data); + build/d/assets/images/split/image439.o (.data); + build/d/assets/images/split/image440.o (.data); + build/d/assets/images/split/image441.o (.data); + build/d/assets/images/split/image442.o (.data); + build/d/assets/images/split/image443.o (.data); + build/d/assets/images/split/image444.o (.data); + build/d/assets/images/split/image445.o (.data); + build/d/assets/images/split/image446.o (.data); + build/d/assets/images/split/image447.o (.data); + build/d/assets/images/split/image448.o (.data); + build/d/assets/images/split/image449.o (.data); + build/d/assets/images/split/image450.o (.data); + build/d/assets/images/split/image451.o (.data); + build/d/assets/images/split/image452.o (.data); + build/d/assets/images/split/image453.o (.data); + build/d/assets/images/split/image454.o (.data); + build/d/assets/images/split/image455.o (.data); + build/d/assets/images/split/image456.o (.data); + build/d/assets/images/split/image457.o (.data); + build/d/assets/images/split/image458.o (.data); + build/d/assets/images/split/image459.o (.data); + build/d/assets/images/split/image460.o (.data); + build/d/assets/images/split/image461.o (.data); + build/d/assets/images/split/image462.o (.data); + build/d/assets/images/split/image463.o (.data); + build/d/assets/images/split/image464.o (.data); + build/d/assets/images/split/image465.o (.data); + build/d/assets/images/split/image466.o (.data); + build/d/assets/images/split/image467.o (.data); + build/d/assets/images/split/image468.o (.data); + build/d/assets/images/split/image469.o (.data); + build/d/assets/images/split/image470.o (.data); + build/d/assets/images/split/image471.o (.data); + build/d/assets/images/split/image472.o (.data); + build/d/assets/images/split/image473.o (.data); + build/d/assets/images/split/image474.o (.data); + build/d/assets/images/split/image475.o (.data); + build/d/assets/images/split/image476.o (.data); + build/d/assets/images/split/image477.o (.data); + build/d/assets/images/split/image478.o (.data); + build/d/assets/images/split/image479.o (.data); + build/d/assets/images/split/image480.o (.data); + build/d/assets/images/split/image481.o (.data); + build/d/assets/images/split/image482.o (.data); + build/d/assets/images/split/image483.o (.data); + build/d/assets/images/split/image484.o (.data); + build/d/assets/images/split/image485.o (.data); + build/d/assets/images/split/image486.o (.data); + build/d/assets/images/split/image487.o (.data); + build/d/assets/images/split/image488.o (.data); + build/d/assets/images/split/image489.o (.data); + build/d/assets/images/split/image490.o (.data); + build/d/assets/images/split/image491.o (.data); + build/d/assets/images/split/image492.o (.data); + build/d/assets/images/split/image493.o (.data); + build/d/assets/images/split/image494.o (.data); + build/d/assets/images/split/image495.o (.data); + build/d/assets/images/split/image496.o (.data); + build/d/assets/images/split/image497.o (.data); + build/d/assets/images/split/image498.o (.data); + build/d/assets/images/split/image499.o (.data); + build/d/assets/images/split/image500.o (.data); + build/d/assets/images/split/image501.o (.data); + build/d/assets/images/split/image502.o (.data); + build/d/assets/images/split/image503.o (.data); + build/d/assets/images/split/image504.o (.data); + build/d/assets/images/split/image505.o (.data); + build/d/assets/images/split/image506.o (.data); + build/d/assets/images/split/image507.o (.data); + build/d/assets/images/split/image508.o (.data); + build/d/assets/images/split/image509.o (.data); + build/d/assets/images/split/image510.o (.data); + build/d/assets/images/split/image511.o (.data); + build/d/assets/images/split/image512.o (.data); + build/d/assets/images/split/image513.o (.data); + build/d/assets/images/split/image514.o (.data); + build/d/assets/images/split/image515.o (.data); + build/d/assets/images/split/image516.o (.data); + build/d/assets/images/split/image517.o (.data); + build/d/assets/images/split/image518.o (.data); + build/d/assets/images/split/image519.o (.data); + build/d/assets/images/split/image520.o (.data); + build/d/assets/images/split/image521.o (.data); + build/d/assets/images/split/image522.o (.data); + build/d/assets/images/split/image523.o (.data); + build/d/assets/images/split/image524.o (.data); + build/d/assets/images/split/image525.o (.data); + build/d/assets/images/split/image526.o (.data); + build/d/assets/images/split/image527.o (.data); + build/d/assets/images/split/image528.o (.data); + build/d/assets/images/split/image529.o (.data); + build/d/assets/images/split/image530.o (.data); + build/d/assets/images/split/image531.o (.data); + build/d/assets/images/split/image532.o (.data); + build/d/assets/images/split/image533.o (.data); + build/d/assets/images/split/image534.o (.data); + build/d/assets/images/split/image535.o (.data); + build/d/assets/images/split/image536.o (.data); + build/d/assets/images/split/image537.o (.data); + build/d/assets/images/split/image538.o (.data); + build/d/assets/images/split/image539.o (.data); + build/d/assets/images/split/image540.o (.data); + build/d/assets/images/split/image541.o (.data); + build/d/assets/images/split/image542.o (.data); + build/d/assets/images/split/image543.o (.data); + build/d/assets/images/split/image544.o (.data); + build/d/assets/images/split/image545.o (.data); + build/d/assets/images/split/image546.o (.data); + build/d/assets/images/split/image547.o (.data); + build/d/assets/images/split/image548.o (.data); + build/d/assets/images/split/image549.o (.data); + build/d/assets/images/split/image550.o (.data); + build/d/assets/images/split/image551.o (.data); + build/d/assets/images/split/image552.o (.data); + build/d/assets/images/split/image553.o (.data); + build/d/assets/images/split/image554.o (.data); + build/d/assets/images/split/image555.o (.data); + build/d/assets/images/split/image556.o (.data); + build/d/assets/images/split/image557.o (.data); + build/d/assets/images/split/image558.o (.data); + build/d/assets/images/split/image559.o (.data); + build/d/assets/images/split/image560.o (.data); + build/d/assets/images/split/image561.o (.data); + build/d/assets/images/split/image562.o (.data); + build/d/assets/images/split/image563.o (.data); + build/d/assets/images/split/image564.o (.data); + build/d/assets/images/split/image565.o (.data); + build/d/assets/images/split/image566.o (.data); + build/d/assets/images/split/image567.o (.data); + build/d/assets/images/split/image568.o (.data); + build/d/assets/images/split/image569.o (.data); + build/d/assets/images/split/image570.o (.data); + build/d/assets/images/split/image571.o (.data); + build/d/assets/images/split/image572.o (.data); + build/d/assets/images/split/image573.o (.data); + build/d/assets/images/split/image574.o (.data); + build/d/assets/images/split/image575.o (.data); + build/d/assets/images/split/image576.o (.data); + build/d/assets/images/split/image577.o (.data); + build/d/assets/images/split/image578.o (.data); + build/d/assets/images/split/image579.o (.data); + build/d/assets/images/split/image580.o (.data); + build/d/assets/images/split/image581.o (.data); + build/d/assets/images/split/image582.o (.data); + build/d/assets/images/split/image583.o (.data); + build/d/assets/images/split/image584.o (.data); + build/d/assets/images/split/image585.o (.data); + build/d/assets/images/split/image586.o (.data); + build/d/assets/images/split/image587.o (.data); + build/d/assets/images/split/image588.o (.data); + build/d/assets/images/split/image589.o (.data); + build/d/assets/images/split/image590.o (.data); + build/d/assets/images/split/image591.o (.data); + build/d/assets/images/split/image592.o (.data); + build/d/assets/images/split/image593.o (.data); + build/d/assets/images/split/image594.o (.data); + build/d/assets/images/split/image595.o (.data); + build/d/assets/images/split/image596.o (.data); + build/d/assets/images/split/image597.o (.data); + build/d/assets/images/split/image598.o (.data); + build/d/assets/images/split/image599.o (.data); + build/d/assets/images/split/image600.o (.data); + build/d/assets/images/split/image601.o (.data); + build/d/assets/images/split/image602.o (.data); + build/d/assets/images/split/image603.o (.data); + build/d/assets/images/split/image604.o (.data); + build/d/assets/images/split/image605.o (.data); + build/d/assets/images/split/image606.o (.data); + build/d/assets/images/split/image607.o (.data); + build/d/assets/images/split/image608.o (.data); + build/d/assets/images/split/image609.o (.data); + build/d/assets/images/split/image610.o (.data); + build/d/assets/images/split/image611.o (.data); + build/d/assets/images/split/image612.o (.data); + build/d/assets/images/split/image613.o (.data); + build/d/assets/images/split/image614.o (.data); + build/d/assets/images/split/image615.o (.data); + build/d/assets/images/split/image616.o (.data); + build/d/assets/images/split/image617.o (.data); + build/d/assets/images/split/image618.o (.data); + build/d/assets/images/split/image619.o (.data); + build/d/assets/images/split/image620.o (.data); + build/d/assets/images/split/image621.o (.data); + build/d/assets/images/split/image622.o (.data); + build/d/assets/images/split/image623.o (.data); + build/d/assets/images/split/image624.o (.data); + build/d/assets/images/split/image625.o (.data); + build/d/assets/images/split/image626.o (.data); + build/d/assets/images/split/image627.o (.data); + build/d/assets/images/split/image628.o (.data); + build/d/assets/images/split/image629.o (.data); + build/d/assets/images/split/image630.o (.data); + build/d/assets/images/split/image631.o (.data); + build/d/assets/images/split/image632.o (.data); + build/d/assets/images/split/image633.o (.data); + build/d/assets/images/split/image634.o (.data); + build/d/assets/images/split/image635.o (.data); + build/d/assets/images/split/image636.o (.data); + build/d/assets/images/split/image637.o (.data); + build/d/assets/images/split/image638.o (.data); + build/d/assets/images/split/image639.o (.data); + build/d/assets/images/split/image640.o (.data); + build/d/assets/images/split/image641.o (.data); + build/d/assets/images/split/image642.o (.data); + build/d/assets/images/split/image643.o (.data); + build/d/assets/images/split/image644.o (.data); + build/d/assets/images/split/image645.o (.data); + build/d/assets/images/split/image646.o (.data); + build/d/assets/images/split/image647.o (.data); + build/d/assets/images/split/image648.o (.data); + build/d/assets/images/split/image649.o (.data); + build/d/assets/images/split/image650.o (.data); + build/d/assets/images/split/image651.o (.data); + build/d/assets/images/split/image652.o (.data); + build/d/assets/images/split/image653.o (.data); + build/d/assets/images/split/image654.o (.data); + build/d/assets/images/split/image655.o (.data); + build/d/assets/images/split/image656.o (.data); + build/d/assets/images/split/image657.o (.data); + build/d/assets/images/split/image658.o (.data); + build/d/assets/images/split/image659.o (.data); + build/d/assets/images/split/image660.o (.data); + build/d/assets/images/split/image661.o (.data); + build/d/assets/images/split/image662.o (.data); + build/d/assets/images/split/image663.o (.data); + build/d/assets/images/split/image664.o (.data); + build/d/assets/images/split/image665.o (.data); + build/d/assets/images/split/image666.o (.data); + build/d/assets/images/split/image667.o (.data); + build/d/assets/images/split/image668.o (.data); + build/d/assets/images/split/image669.o (.data); + build/d/assets/images/split/image670.o (.data); + build/d/assets/images/split/image671.o (.data); + build/d/assets/images/split/image672.o (.data); + build/d/assets/images/split/image673.o (.data); + build/d/assets/images/split/image674.o (.data); + build/d/assets/images/split/image675.o (.data); + build/d/assets/images/split/image676.o (.data); + build/d/assets/images/split/image677.o (.data); + build/d/assets/images/split/image678.o (.data); + build/d/assets/images/split/image679.o (.data); + build/d/assets/images/split/image680.o (.data); + build/d/assets/images/split/image681.o (.data); + build/d/assets/images/split/image682.o (.data); + build/d/assets/images/split/image683.o (.data); + build/d/assets/images/split/image684.o (.data); + build/d/assets/images/split/image685.o (.data); + build/d/assets/images/split/image686.o (.data); + build/d/assets/images/split/image687.o (.data); + build/d/assets/images/split/image688.o (.data); + build/d/assets/images/split/image689.o (.data); + build/d/assets/images/split/image690.o (.data); + build/d/assets/images/split/image691.o (.data); + build/d/assets/images/split/image692.o (.data); + build/d/assets/images/split/image693.o (.data); + build/d/assets/images/split/image694.o (.data); + build/d/assets/images/split/image695.o (.data); + build/d/assets/images/split/image696.o (.data); + build/d/assets/images/split/image697.o (.data); + build/d/assets/images/split/image698.o (.data); + build/d/assets/images/split/image699.o (.data); + build/d/assets/images/split/image700.o (.data); + build/d/assets/images/split/image701.o (.data); + build/d/assets/images/split/image702.o (.data); + build/d/assets/images/split/image703.o (.data); + build/d/assets/images/split/image704.o (.data); + build/d/assets/images/split/image705.o (.data); + build/d/assets/images/split/image706.o (.data); + build/d/assets/images/split/image707.o (.data); + build/d/assets/images/split/image708.o (.data); + build/d/assets/images/split/image709.o (.data); + build/d/assets/images/split/image710.o (.data); + build/d/assets/images/split/image711.o (.data); + build/d/assets/images/split/image712.o (.data); + build/d/assets/images/split/image713.o (.data); + build/d/assets/images/split/image714.o (.data); + build/d/assets/images/split/image715.o (.data); + build/d/assets/images/split/image716.o (.data); + build/d/assets/images/split/image717.o (.data); + build/d/assets/images/split/image718.o (.data); + build/d/assets/images/split/image719.o (.data); + build/d/assets/images/split/image720.o (.data); + build/d/assets/images/split/image721.o (.data); + build/d/assets/images/split/image722.o (.data); + build/d/assets/images/split/image723.o (.data); + build/d/assets/images/split/image724.o (.data); + build/d/assets/images/split/image725.o (.data); + build/d/assets/images/split/image726.o (.data); + build/d/assets/images/split/image727.o (.data); + build/d/assets/images/split/image728.o (.data); + build/d/assets/images/split/image729.o (.data); + build/d/assets/images/split/image730.o (.data); + build/d/assets/images/split/image731.o (.data); + build/d/assets/images/split/image732.o (.data); + build/d/assets/images/split/image733.o (.data); + build/d/assets/images/split/image734.o (.data); + build/d/assets/images/split/image735.o (.data); + build/d/assets/images/split/image736.o (.data); + build/d/assets/images/split/image737.o (.data); + build/d/assets/images/split/image738.o (.data); + build/d/assets/images/split/image739.o (.data); + build/d/assets/images/split/image740.o (.data); + build/d/assets/images/split/image741.o (.data); + build/d/assets/images/split/image742.o (.data); + build/d/assets/images/split/image743.o (.data); + build/d/assets/images/split/image744.o (.data); + build/d/assets/images/split/image745.o (.data); + build/d/assets/images/split/image746.o (.data); + build/d/assets/images/split/image747.o (.data); + build/d/assets/images/split/image748.o (.data); + build/d/assets/images/split/image749.o (.data); + build/d/assets/images/split/image750.o (.data); + build/d/assets/images/split/image751.o (.data); + build/d/assets/images/split/image752.o (.data); + build/d/assets/images/split/image753.o (.data); + build/d/assets/images/split/image754.o (.data); + build/d/assets/images/split/image755.o (.data); + build/d/assets/images/split/image756.o (.data); + build/d/assets/images/split/image757.o (.data); + build/d/assets/images/split/image758.o (.data); + build/d/assets/images/split/image759.o (.data); + build/d/assets/images/split/image760.o (.data); + build/d/assets/images/split/image761.o (.data); + build/d/assets/images/split/image762.o (.data); + build/d/assets/images/split/image763.o (.data); + build/d/assets/images/split/image764.o (.data); + build/d/assets/images/split/image765.o (.data); + build/d/assets/images/split/image766.o (.data); + build/d/assets/images/split/image767.o (.data); + build/d/assets/images/split/image768.o (.data); + build/d/assets/images/split/image769.o (.data); + build/d/assets/images/split/image770.o (.data); + build/d/assets/images/split/image771.o (.data); + build/d/assets/images/split/image772.o (.data); + build/d/assets/images/split/image773.o (.data); + build/d/assets/images/split/image774.o (.data); + build/d/assets/images/split/image775.o (.data); + build/d/assets/images/split/image776.o (.data); + build/d/assets/images/split/image777.o (.data); + build/d/assets/images/split/image778.o (.data); + build/d/assets/images/split/image779.o (.data); + build/d/assets/images/split/image780.o (.data); + build/d/assets/images/split/image781.o (.data); + build/d/assets/images/split/image782.o (.data); + build/d/assets/images/split/image783.o (.data); + build/d/assets/images/split/image784.o (.data); + build/d/assets/images/split/image785.o (.data); + build/d/assets/images/split/image786.o (.data); + build/d/assets/images/split/image787.o (.data); + build/d/assets/images/split/image788.o (.data); + build/d/assets/images/split/image789.o (.data); + build/d/assets/images/split/image790.o (.data); + build/d/assets/images/split/image791.o (.data); + build/d/assets/images/split/image792.o (.data); + build/d/assets/images/split/image793.o (.data); + build/d/assets/images/split/image794.o (.data); + build/d/assets/images/split/image795.o (.data); + build/d/assets/images/split/image796.o (.data); + build/d/assets/images/split/image797.o (.data); + build/d/assets/images/split/image798.o (.data); + build/d/assets/images/split/image799.o (.data); + build/d/assets/images/split/image800.o (.data); + build/d/assets/images/split/image801.o (.data); + build/d/assets/images/split/image802.o (.data); + build/d/assets/images/split/image803.o (.data); + build/d/assets/images/split/image804.o (.data); + build/d/assets/images/split/image805.o (.data); + build/d/assets/images/split/image806.o (.data); + build/d/assets/images/split/image807.o (.data); + build/d/assets/images/split/image808.o (.data); + build/d/assets/images/split/image809.o (.data); + build/d/assets/images/split/image810.o (.data); + build/d/assets/images/split/image811.o (.data); + build/d/assets/images/split/image812.o (.data); + build/d/assets/images/split/image813.o (.data); + build/d/assets/images/split/image814.o (.data); + build/d/assets/images/split/image815.o (.data); + build/d/assets/images/split/image816.o (.data); + build/d/assets/images/split/image817.o (.data); + build/d/assets/images/split/image818.o (.data); + build/d/assets/images/split/image819.o (.data); + build/d/assets/images/split/image820.o (.data); + build/d/assets/images/split/image821.o (.data); + build/d/assets/images/split/image822.o (.data); + build/d/assets/images/split/image823.o (.data); + build/d/assets/images/split/image824.o (.data); + build/d/assets/images/split/image825.o (.data); + build/d/assets/images/split/image826.o (.data); + build/d/assets/images/split/image827.o (.data); + build/d/assets/images/split/image828.o (.data); + build/d/assets/images/split/image829.o (.data); + build/d/assets/images/split/image830.o (.data); + build/d/assets/images/split/image831.o (.data); + build/d/assets/images/split/image832.o (.data); + build/d/assets/images/split/image833.o (.data); + build/d/assets/images/split/image834.o (.data); + build/d/assets/images/split/image835.o (.data); + build/d/assets/images/split/image836.o (.data); + build/d/assets/images/split/image837.o (.data); + build/d/assets/images/split/image838.o (.data); + build/d/assets/images/split/image839.o (.data); + build/d/assets/images/split/image840.o (.data); + build/d/assets/images/split/image841.o (.data); + build/d/assets/images/split/image842.o (.data); + build/d/assets/images/split/image843.o (.data); + build/d/assets/images/split/image844.o (.data); + build/d/assets/images/split/image845.o (.data); + build/d/assets/images/split/image846.o (.data); + build/d/assets/images/split/image847.o (.data); + build/d/assets/images/split/image848.o (.data); + build/d/assets/images/split/image849.o (.data); + build/d/assets/images/split/image850.o (.data); + build/d/assets/images/split/image851.o (.data); + build/d/assets/images/split/image852.o (.data); + build/d/assets/images/split/image853.o (.data); + build/d/assets/images/split/image854.o (.data); + build/d/assets/images/split/image855.o (.data); + build/d/assets/images/split/image856.o (.data); + build/d/assets/images/split/image857.o (.data); + build/d/assets/images/split/image858.o (.data); + build/d/assets/images/split/image859.o (.data); + build/d/assets/images/split/image860.o (.data); + build/d/assets/images/split/image861.o (.data); + build/d/assets/images/split/image862.o (.data); + build/d/assets/images/split/image863.o (.data); + build/d/assets/images/split/image864.o (.data); + build/d/assets/images/split/image865.o (.data); + build/d/assets/images/split/image866.o (.data); + build/d/assets/images/split/image867.o (.data); + build/d/assets/images/split/image868.o (.data); + build/d/assets/images/split/image869.o (.data); + build/d/assets/images/split/image870.o (.data); + build/d/assets/images/split/image871.o (.data); + build/d/assets/images/split/image872.o (.data); + build/d/assets/images/split/image873.o (.data); + build/d/assets/images/split/image874.o (.data); + build/d/assets/images/split/image875.o (.data); + build/d/assets/images/split/image876.o (.data); + build/d/assets/images/split/image877.o (.data); + build/d/assets/images/split/image878.o (.data); + build/d/assets/images/split/image879.o (.data); + build/d/assets/images/split/image880.o (.data); + build/d/assets/images/split/image881.o (.data); + build/d/assets/images/split/image882.o (.data); + build/d/assets/images/split/image883.o (.data); + build/d/assets/images/split/image884.o (.data); + build/d/assets/images/split/image885.o (.data); + build/d/assets/images/split/image886.o (.data); + build/d/assets/images/split/image887.o (.data); + build/d/assets/images/split/image888.o (.data); + build/d/assets/images/split/image889.o (.data); + build/d/assets/images/split/image890.o (.data); + build/d/assets/images/split/image891.o (.data); + build/d/assets/images/split/image892.o (.data); + build/d/assets/images/split/image893.o (.data); + build/d/assets/images/split/image894.o (.data); + build/d/assets/images/split/image895.o (.data); + build/d/assets/images/split/image896.o (.data); + build/d/assets/images/split/image897.o (.data); + build/d/assets/images/split/image898.o (.data); + build/d/assets/images/split/image899.o (.data); + build/d/assets/images/split/image900.o (.data); + build/d/assets/images/split/image901.o (.data); + build/d/assets/images/split/image902.o (.data); + build/d/assets/images/split/image903.o (.data); + build/d/assets/images/split/image904.o (.data); + build/d/assets/images/split/image905.o (.data); + build/d/assets/images/split/image906.o (.data); + build/d/assets/images/split/image907.o (.data); + build/d/assets/images/split/image908.o (.data); + build/d/assets/images/split/image909.o (.data); + build/d/assets/images/split/image910.o (.data); + build/d/assets/images/split/image911.o (.data); + build/d/assets/images/split/image912.o (.data); + build/d/assets/images/split/image913.o (.data); + build/d/assets/images/split/image914.o (.data); + build/d/assets/images/split/image915.o (.data); + build/d/assets/images/split/image916.o (.data); + build/d/assets/images/split/image917.o (.data); + build/d/assets/images/split/image918.o (.data); + build/d/assets/images/split/image919.o (.data); + build/d/assets/images/split/image920.o (.data); + build/d/assets/images/split/image921.o (.data); + build/d/assets/images/split/image922.o (.data); + build/d/assets/images/split/image923.o (.data); + build/d/assets/images/split/image924.o (.data); + build/d/assets/images/split/image925.o (.data); + build/d/assets/images/split/image926.o (.data); + build/d/assets/images/split/image927.o (.data); + build/d/assets/images/split/image928.o (.data); + build/d/assets/images/split/image929.o (.data); + build/d/assets/images/split/image930.o (.data); + build/d/assets/images/split/image931.o (.data); + build/d/assets/images/split/image932.o (.data); + build/d/assets/images/split/image933.o (.data); + build/d/assets/images/split/image934.o (.data); + build/d/assets/images/split/image935.o (.data); + build/d/assets/images/split/image936.o (.data); + build/d/assets/images/split/image937.o (.data); + build/d/assets/images/split/image938.o (.data); + build/d/assets/images/split/image939.o (.data); + build/d/assets/images/split/image940.o (.data); + build/d/assets/images/split/image941.o (.data); + build/d/assets/images/split/image942.o (.data); + build/d/assets/images/split/image943.o (.data); + build/d/assets/images/split/image944.o (.data); + build/d/assets/images/split/image945.o (.data); + build/d/assets/images/split/image946.o (.data); + build/d/assets/images/split/image947.o (.data); + build/d/assets/images/split/image948.o (.data); + build/d/assets/images/split/image949.o (.data); + build/d/assets/images/split/image950.o (.data); + build/d/assets/images/split/image951.o (.data); + build/d/assets/images/split/image952.o (.data); + build/d/assets/images/split/image953.o (.data); + build/d/assets/images/split/image954.o (.data); + build/d/assets/images/split/image955.o (.data); + build/d/assets/images/split/image956.o (.data); + build/d/assets/images/split/image957.o (.data); + build/d/assets/images/split/image958.o (.data); + build/d/assets/images/split/image959.o (.data); + build/d/assets/images/split/image960.o (.data); + build/d/assets/images/split/image961.o (.data); + build/d/assets/images/split/image962.o (.data); + build/d/assets/images/split/image963.o (.data); + build/d/assets/images/split/image964.o (.data); + build/d/assets/images/split/image965.o (.data); + build/d/assets/images/split/image966.o (.data); + build/d/assets/images/split/image967.o (.data); + build/d/assets/images/split/image968.o (.data); + build/d/assets/images/split/image969.o (.data); + build/d/assets/images/split/image970.o (.data); + build/d/assets/images/split/image971.o (.data); + build/d/assets/images/split/image972.o (.data); + build/d/assets/images/split/image973.o (.data); + build/d/assets/images/split/image974.o (.data); + build/d/assets/images/split/image975.o (.data); + build/d/assets/images/split/image976.o (.data); + build/d/assets/images/split/image977.o (.data); + build/d/assets/images/split/image978.o (.data); + build/d/assets/images/split/image979.o (.data); + build/d/assets/images/split/image980.o (.data); + build/d/assets/images/split/image981.o (.data); + build/d/assets/images/split/image982.o (.data); + build/d/assets/images/split/image983.o (.data); + build/d/assets/images/split/image984.o (.data); + build/d/assets/images/split/image985.o (.data); + build/d/assets/images/split/image986.o (.data); + build/d/assets/images/split/image987.o (.data); + build/d/assets/images/split/image988.o (.data); + build/d/assets/images/split/image989.o (.data); + build/d/assets/images/split/image990.o (.data); + build/d/assets/images/split/image991.o (.data); + build/d/assets/images/split/image992.o (.data); + build/d/assets/images/split/image993.o (.data); + build/d/assets/images/split/image994.o (.data); + build/d/assets/images/split/image995.o (.data); + build/d/assets/images/split/image996.o (.data); + build/d/assets/images/split/image997.o (.data); + build/d/assets/images/split/image998.o (.data); + build/d/assets/images/split/image999.o (.data); + build/d/assets/images/split/image1000.o (.data); + build/d/assets/images/split/image1001.o (.data); + build/d/assets/images/split/image1002.o (.data); + build/d/assets/images/split/image1003.o (.data); + build/d/assets/images/split/image1004.o (.data); + build/d/assets/images/split/image1005.o (.data); + build/d/assets/images/split/image1006.o (.data); + build/d/assets/images/split/image1007.o (.data); + build/d/assets/images/split/image1008.o (.data); + build/d/assets/images/split/image1009.o (.data); + build/d/assets/images/split/image1010.o (.data); + build/d/assets/images/split/image1011.o (.data); + build/d/assets/images/split/image1012.o (.data); + build/d/assets/images/split/image1013.o (.data); + build/d/assets/images/split/image1014.o (.data); + build/d/assets/images/split/image1015.o (.data); + build/d/assets/images/split/image1016.o (.data); + build/d/assets/images/split/image1017.o (.data); + build/d/assets/images/split/image1018.o (.data); + build/d/assets/images/split/image1019.o (.data); + build/d/assets/images/split/image1020.o (.data); + build/d/assets/images/split/image1021.o (.data); + build/d/assets/images/split/image1022.o (.data); + build/d/assets/images/split/image1023.o (.data); + build/d/assets/images/split/image1024.o (.data); + build/d/assets/images/split/image1025.o (.data); + build/d/assets/images/split/image1026.o (.data); + build/d/assets/images/split/image1027.o (.data); + build/d/assets/images/split/image1028.o (.data); + build/d/assets/images/split/image1029.o (.data); + build/d/assets/images/split/image1030.o (.data); + build/d/assets/images/split/image1031.o (.data); + build/d/assets/images/split/image1032.o (.data); + build/d/assets/images/split/image1033.o (.data); + build/d/assets/images/split/image1034.o (.data); + build/d/assets/images/split/image1035.o (.data); + build/d/assets/images/split/image1036.o (.data); + build/d/assets/images/split/image1037.o (.data); + build/d/assets/images/split/image1038.o (.data); + build/d/assets/images/split/image1039.o (.data); + build/d/assets/images/split/image1040.o (.data); + build/d/assets/images/split/image1041.o (.data); + build/d/assets/images/split/image1042.o (.data); + build/d/assets/images/split/image1043.o (.data); + build/d/assets/images/split/image1044.o (.data); + build/d/assets/images/split/image1045.o (.data); + build/d/assets/images/split/image1046.o (.data); + build/d/assets/images/split/image1047.o (.data); + build/d/assets/images/split/image1048.o (.data); + build/d/assets/images/split/image1049.o (.data); + build/d/assets/images/split/image1050.o (.data); + build/d/assets/images/split/image1051.o (.data); + build/d/assets/images/split/image1052.o (.data); + build/d/assets/images/split/image1053.o (.data); + build/d/assets/images/split/image1054.o (.data); + build/d/assets/images/split/image1055.o (.data); + build/d/assets/images/split/image1056.o (.data); + build/d/assets/images/split/image1057.o (.data); + build/d/assets/images/split/image1058.o (.data); + build/d/assets/images/split/image1059.o (.data); + build/d/assets/images/split/image1060.o (.data); + build/d/assets/images/split/image1061.o (.data); + build/d/assets/images/split/image1062.o (.data); + build/d/assets/images/split/image1063.o (.data); + build/d/assets/images/split/image1064.o (.data); + build/d/assets/images/split/image1065.o (.data); + build/d/assets/images/split/image1066.o (.data); + build/d/assets/images/split/image1067.o (.data); + build/d/assets/images/split/image1068.o (.data); + build/d/assets/images/split/image1069.o (.data); + build/d/assets/images/split/image1070.o (.data); + build/d/assets/images/split/image1071.o (.data); + build/d/assets/images/split/image1072.o (.data); + build/d/assets/images/split/image1073.o (.data); + build/d/assets/images/split/image1074.o (.data); + build/d/assets/images/split/image1075.o (.data); + build/d/assets/images/split/image1076.o (.data); + build/d/assets/images/split/image1077.o (.data); + build/d/assets/images/split/image1078.o (.data); + build/d/assets/images/split/image1079.o (.data); + build/d/assets/images/split/image1080.o (.data); + build/d/assets/images/split/image1081.o (.data); + build/d/assets/images/split/image1082.o (.data); + build/d/assets/images/split/image1083.o (.data); + build/d/assets/images/split/image1084.o (.data); + build/d/assets/images/split/image1085.o (.data); + build/d/assets/images/split/image1086.o (.data); + build/d/assets/images/split/image1087.o (.data); + build/d/assets/images/split/image1088.o (.data); + build/d/assets/images/split/image1089.o (.data); + build/d/assets/images/split/image1090.o (.data); + build/d/assets/images/split/image1091.o (.data); + build/d/assets/images/split/image1092.o (.data); + build/d/assets/images/split/image1093.o (.data); + build/d/assets/images/split/image1094.o (.data); + build/d/assets/images/split/image1095.o (.data); + build/d/assets/images/split/image1096.o (.data); + build/d/assets/images/split/image1097.o (.data); + build/d/assets/images/split/image1098.o (.data); + build/d/assets/images/split/image1099.o (.data); + build/d/assets/images/split/image1100.o (.data); + build/d/assets/images/split/image1101.o (.data); + build/d/assets/images/split/image1102.o (.data); + build/d/assets/images/split/image1103.o (.data); + build/d/assets/images/split/image1104.o (.data); + build/d/assets/images/split/image1105.o (.data); + build/d/assets/images/split/image1106.o (.data); + build/d/assets/images/split/image1107.o (.data); + build/d/assets/images/split/image1108.o (.data); + build/d/assets/images/split/image1109.o (.data); + build/d/assets/images/split/image1110.o (.data); + build/d/assets/images/split/image1111.o (.data); + build/d/assets/images/split/image1112.o (.data); + build/d/assets/images/split/image1113.o (.data); + build/d/assets/images/split/image1114.o (.data); + build/d/assets/images/split/image1115.o (.data); + build/d/assets/images/split/image1116.o (.data); + build/d/assets/images/split/image1117.o (.data); + build/d/assets/images/split/image1118.o (.data); + build/d/assets/images/split/image1119.o (.data); + build/d/assets/images/split/image1120.o (.data); + build/d/assets/images/split/image1121.o (.data); + build/d/assets/images/split/image1122.o (.data); + build/d/assets/images/split/image1123.o (.data); + build/d/assets/images/split/image1124.o (.data); + build/d/assets/images/split/image1125.o (.data); + build/d/assets/images/split/image1126.o (.data); + build/d/assets/images/split/image1127.o (.data); + build/d/assets/images/split/image1128.o (.data); + build/d/assets/images/split/image1129.o (.data); + build/d/assets/images/split/image1130.o (.data); + build/d/assets/images/split/image1131.o (.data); + build/d/assets/images/split/image1132.o (.data); + build/d/assets/images/split/image1133.o (.data); + build/d/assets/images/split/image1134.o (.data); + build/d/assets/images/split/image1135.o (.data); + build/d/assets/images/split/image1136.o (.data); + build/d/assets/images/split/image1137.o (.data); + build/d/assets/images/split/image1138.o (.data); + build/d/assets/images/split/image1139.o (.data); + build/d/assets/images/split/image1140.o (.data); + build/d/assets/images/split/image1141.o (.data); + build/d/assets/images/split/image1142.o (.data); + build/d/assets/images/split/image1143.o (.data); + build/d/assets/images/split/image1144.o (.data); + build/d/assets/images/split/image1145.o (.data); + build/d/assets/images/split/image1146.o (.data); + build/d/assets/images/split/image1147.o (.data); + build/d/assets/images/split/image1148.o (.data); + build/d/assets/images/split/image1149.o (.data); + build/d/assets/images/split/image1150.o (.data); + build/d/assets/images/split/image1151.o (.data); + build/d/assets/images/split/image1152.o (.data); + build/d/assets/images/split/image1153.o (.data); + build/d/assets/images/split/image1154.o (.data); + build/d/assets/images/split/image1155.o (.data); + build/d/assets/images/split/image1156.o (.data); + build/d/assets/images/split/image1157.o (.data); + build/d/assets/images/split/image1158.o (.data); + build/d/assets/images/split/image1159.o (.data); + build/d/assets/images/split/image1160.o (.data); + build/d/assets/images/split/image1161.o (.data); + build/d/assets/images/split/image1162.o (.data); + build/d/assets/images/split/image1163.o (.data); + build/d/assets/images/split/image1164.o (.data); + build/d/assets/images/split/image1165.o (.data); + build/d/assets/images/split/image1166.o (.data); + build/d/assets/images/split/image1167.o (.data); + build/d/assets/images/split/image1168.o (.data); + build/d/assets/images/split/image1169.o (.data); + build/d/assets/images/split/image1170.o (.data); + build/d/assets/images/split/image1171.o (.data); + build/d/assets/images/split/image1172.o (.data); + build/d/assets/images/split/image1173.o (.data); + build/d/assets/images/split/image1174.o (.data); + build/d/assets/images/split/image1175.o (.data); + build/d/assets/images/split/image1176.o (.data); + build/d/assets/images/split/image1177.o (.data); + build/d/assets/images/split/image1178.o (.data); + build/d/assets/images/split/image1179.o (.data); + build/d/assets/images/split/image1180.o (.data); + build/d/assets/images/split/image1181.o (.data); + build/d/assets/images/split/image1182.o (.data); + build/d/assets/images/split/image1183.o (.data); + build/d/assets/images/split/image1184.o (.data); + build/d/assets/images/split/image1185.o (.data); + build/d/assets/images/split/image1186.o (.data); + build/d/assets/images/split/image1187.o (.data); + build/d/assets/images/split/image1188.o (.data); + build/d/assets/images/split/image1189.o (.data); + build/d/assets/images/split/image1190.o (.data); + build/d/assets/images/split/image1191.o (.data); + build/d/assets/images/split/image1192.o (.data); + build/d/assets/images/split/image1193.o (.data); + build/d/assets/images/split/image1194.o (.data); + build/d/assets/images/split/image1195.o (.data); + build/d/assets/images/split/image1196.o (.data); + build/d/assets/images/split/image1197.o (.data); + build/d/assets/images/split/image1198.o (.data); + build/d/assets/images/split/image1199.o (.data); + build/d/assets/images/split/image1200.o (.data); + build/d/assets/images/split/image1201.o (.data); + build/d/assets/images/split/image1202.o (.data); + build/d/assets/images/split/image1203.o (.data); + build/d/assets/images/split/image1204.o (.data); + build/d/assets/images/split/image1205.o (.data); + build/d/assets/images/split/image1206.o (.data); + build/d/assets/images/split/image1207.o (.data); + build/d/assets/images/split/image1208.o (.data); + build/d/assets/images/split/image1209.o (.data); + build/d/assets/images/split/image1210.o (.data); + build/d/assets/images/split/image1211.o (.data); + build/d/assets/images/split/image1212.o (.data); + build/d/assets/images/split/image1213.o (.data); + build/d/assets/images/split/image1214.o (.data); + build/d/assets/images/split/image1215.o (.data); + build/d/assets/images/split/image1216.o (.data); + build/d/assets/images/split/image1217.o (.data); + build/d/assets/images/split/image1218.o (.data); + build/d/assets/images/split/image1219.o (.data); + build/d/assets/images/split/image1220.o (.data); + build/d/assets/images/split/image1221.o (.data); + build/d/assets/images/split/image1222.o (.data); + build/d/assets/images/split/image1223.o (.data); + build/d/assets/images/split/image1224.o (.data); + build/d/assets/images/split/image1225.o (.data); + build/d/assets/images/split/image1226.o (.data); + build/d/assets/images/split/image1227.o (.data); + build/d/assets/images/split/image1228.o (.data); + build/d/assets/images/split/image1229.o (.data); + build/d/assets/images/split/image1230.o (.data); + build/d/assets/images/split/image1231.o (.data); + build/d/assets/images/split/image1232.o (.data); + build/d/assets/images/split/image1233.o (.data); + build/d/assets/images/split/image1234.o (.data); + build/d/assets/images/split/image1235.o (.data); + build/d/assets/images/split/image1236.o (.data); + build/d/assets/images/split/image1237.o (.data); + build/d/assets/images/split/image1238.o (.data); + build/d/assets/images/split/image1239.o (.data); + build/d/assets/images/split/image1240.o (.data); + build/d/assets/images/split/image1241.o (.data); + build/d/assets/images/split/image1242.o (.data); + build/d/assets/images/split/image1243.o (.data); + build/d/assets/images/split/image1244.o (.data); + build/d/assets/images/split/image1245.o (.data); + build/d/assets/images/split/image1246.o (.data); + build/d/assets/images/split/image1247.o (.data); + build/d/assets/images/split/image1248.o (.data); + build/d/assets/images/split/image1249.o (.data); + build/d/assets/images/split/image1250.o (.data); + build/d/assets/images/split/image1251.o (.data); + build/d/assets/images/split/image1252.o (.data); + build/d/assets/images/split/image1253.o (.data); + build/d/assets/images/split/image1254.o (.data); + build/d/assets/images/split/image1255.o (.data); + build/d/assets/images/split/image1256.o (.data); + build/d/assets/images/split/image1257.o (.data); + build/d/assets/images/split/image1258.o (.data); + build/d/assets/images/split/image1259.o (.data); + build/d/assets/images/split/image1260.o (.data); + build/d/assets/images/split/image1261.o (.data); + build/d/assets/images/split/image1262.o (.data); + build/d/assets/images/split/image1263.o (.data); + build/d/assets/images/split/image1264.o (.data); + build/d/assets/images/split/image1265.o (.data); + build/d/assets/images/split/image1266.o (.data); + build/d/assets/images/split/image1267.o (.data); + build/d/assets/images/split/image1268.o (.data); + build/d/assets/images/split/image1269.o (.data); + build/d/assets/images/split/image1270.o (.data); + build/d/assets/images/split/image1271.o (.data); + build/d/assets/images/split/image1272.o (.data); + build/d/assets/images/split/image1273.o (.data); + build/d/assets/images/split/image1274.o (.data); + build/d/assets/images/split/image1275.o (.data); + build/d/assets/images/split/image1276.o (.data); + build/d/assets/images/split/image1277.o (.data); + build/d/assets/images/split/image1278.o (.data); + build/d/assets/images/split/image1279.o (.data); + build/d/assets/images/split/image1280.o (.data); + build/d/assets/images/split/image1281.o (.data); + build/d/assets/images/split/image1282.o (.data); + build/d/assets/images/split/image1283.o (.data); + build/d/assets/images/split/image1284.o (.data); + build/d/assets/images/split/image1285.o (.data); + build/d/assets/images/split/image1286.o (.data); + build/d/assets/images/split/image1287.o (.data); + build/d/assets/images/split/image1288.o (.data); + build/d/assets/images/split/image1289.o (.data); + build/d/assets/images/split/image1290.o (.data); + build/d/assets/images/split/image1291.o (.data); + build/d/assets/images/split/image1292.o (.data); + build/d/assets/images/split/image1293.o (.data); + build/d/assets/images/split/image1294.o (.data); + build/d/assets/images/split/image1295.o (.data); + build/d/assets/images/split/image1296.o (.data); + build/d/assets/images/split/image1297.o (.data); + build/d/assets/images/split/image1298.o (.data); + build/d/assets/images/split/image1299.o (.data); + build/d/assets/images/split/image1300.o (.data); + build/d/assets/images/split/image1301.o (.data); + build/d/assets/images/split/image1302.o (.data); + build/d/assets/images/split/image1303.o (.data); + build/d/assets/images/split/image1304.o (.data); + build/d/assets/images/split/image1305.o (.data); + build/d/assets/images/split/image1306.o (.data); + build/d/assets/images/split/image1307.o (.data); + build/d/assets/images/split/image1308.o (.data); + build/d/assets/images/split/image1309.o (.data); + build/d/assets/images/split/image1310.o (.data); + build/d/assets/images/split/image1311.o (.data); + build/d/assets/images/split/image1312.o (.data); + build/d/assets/images/split/image1313.o (.data); + build/d/assets/images/split/image1314.o (.data); + build/d/assets/images/split/image1315.o (.data); + build/d/assets/images/split/image1316.o (.data); + build/d/assets/images/split/image1317.o (.data); + build/d/assets/images/split/image1318.o (.data); + build/d/assets/images/split/image1319.o (.data); + build/d/assets/images/split/image1320.o (.data); + build/d/assets/images/split/image1321.o (.data); + build/d/assets/images/split/image1322.o (.data); + build/d/assets/images/split/image1323.o (.data); + build/d/assets/images/split/image1324.o (.data); + build/d/assets/images/split/image1325.o (.data); + build/d/assets/images/split/image1326.o (.data); + build/d/assets/images/split/image1327.o (.data); + build/d/assets/images/split/image1328.o (.data); + build/d/assets/images/split/image1329.o (.data); + build/d/assets/images/split/image1330.o (.data); + build/d/assets/images/split/image1331.o (.data); + build/d/assets/images/split/image1332.o (.data); + build/d/assets/images/split/image1333.o (.data); + build/d/assets/images/split/image1334.o (.data); + build/d/assets/images/split/image1335.o (.data); + build/d/assets/images/split/image1336.o (.data); + build/d/assets/images/split/image1337.o (.data); + build/d/assets/images/split/image1338.o (.data); + build/d/assets/images/split/image1339.o (.data); + build/d/assets/images/split/image1340.o (.data); + build/d/assets/images/split/image1341.o (.data); + build/d/assets/images/split/image1342.o (.data); + build/d/assets/images/split/image1343.o (.data); + build/d/assets/images/split/image1344.o (.data); + build/d/assets/images/split/image1345.o (.data); + build/d/assets/images/split/image1346.o (.data); + build/d/assets/images/split/image1347.o (.data); + build/d/assets/images/split/image1348.o (.data); + build/d/assets/images/split/image1349.o (.data); + build/d/assets/images/split/image1350.o (.data); + build/d/assets/images/split/image1351.o (.data); + build/d/assets/images/split/image1352.o (.data); + build/d/assets/images/split/image1353.o (.data); + build/d/assets/images/split/image1354.o (.data); + build/d/assets/images/split/image1355.o (.data); + build/d/assets/images/split/image1356.o (.data); + build/d/assets/images/split/image1357.o (.data); + build/d/assets/images/split/image1358.o (.data); + build/d/assets/images/split/image1359.o (.data); + build/d/assets/images/split/image1360.o (.data); + build/d/assets/images/split/image1361.o (.data); + build/d/assets/images/split/image1362.o (.data); + build/d/assets/images/split/image1363.o (.data); + build/d/assets/images/split/image1364.o (.data); + build/d/assets/images/split/image1365.o (.data); + build/d/assets/images/split/image1366.o (.data); + build/d/assets/images/split/image1367.o (.data); + build/d/assets/images/split/image1368.o (.data); + build/d/assets/images/split/image1369.o (.data); + build/d/assets/images/split/image1370.o (.data); + build/d/assets/images/split/image1371.o (.data); + build/d/assets/images/split/image1372.o (.data); + build/d/assets/images/split/image1373.o (.data); + build/d/assets/images/split/image1374.o (.data); + build/d/assets/images/split/image1375.o (.data); + build/d/assets/images/split/image1376.o (.data); + build/d/assets/images/split/image1377.o (.data); + build/d/assets/images/split/image1378.o (.data); + build/d/assets/images/split/image1379.o (.data); + build/d/assets/images/split/image1380.o (.data); + build/d/assets/images/split/image1381.o (.data); + build/d/assets/images/split/image1382.o (.data); + build/d/assets/images/split/image1383.o (.data); + build/d/assets/images/split/image1384.o (.data); + build/d/assets/images/split/image1385.o (.data); + build/d/assets/images/split/image1386.o (.data); + build/d/assets/images/split/image1387.o (.data); + build/d/assets/images/split/image1388.o (.data); + build/d/assets/images/split/image1389.o (.data); + build/d/assets/images/split/image1390.o (.data); + build/d/assets/images/split/image1391.o (.data); + build/d/assets/images/split/image1392.o (.data); + build/d/assets/images/split/image1393.o (.data); + build/d/assets/images/split/image1394.o (.data); + build/d/assets/images/split/image1395.o (.data); + build/d/assets/images/split/image1396.o (.data); + build/d/assets/images/split/image1397.o (.data); + build/d/assets/images/split/image1398.o (.data); + build/d/assets/images/split/image1399.o (.data); + build/d/assets/images/split/image1400.o (.data); + build/d/assets/images/split/image1401.o (.data); + build/d/assets/images/split/image1402.o (.data); + build/d/assets/images/split/image1403.o (.data); + build/d/assets/images/split/image1404.o (.data); + build/d/assets/images/split/image1405.o (.data); + build/d/assets/images/split/image1406.o (.data); + build/d/assets/images/split/image1407.o (.data); + build/d/assets/images/split/image1408.o (.data); + build/d/assets/images/split/image1409.o (.data); + build/d/assets/images/split/image1410.o (.data); + build/d/assets/images/split/image1411.o (.data); + build/d/assets/images/split/image1412.o (.data); + build/d/assets/images/split/image1413.o (.data); + build/d/assets/images/split/image1414.o (.data); + build/d/assets/images/split/image1415.o (.data); + build/d/assets/images/split/image1416.o (.data); + build/d/assets/images/split/image1417.o (.data); + build/d/assets/images/split/image1418.o (.data); + build/d/assets/images/split/image1419.o (.data); + build/d/assets/images/split/image1420.o (.data); + build/d/assets/images/split/image1421.o (.data); + build/d/assets/images/split/image1422.o (.data); + build/d/assets/images/split/image1423.o (.data); + build/d/assets/images/split/image1424.o (.data); + build/d/assets/images/split/image1425.o (.data); + build/d/assets/images/split/image1426.o (.data); + build/d/assets/images/split/image1427.o (.data); + build/d/assets/images/split/image1428.o (.data); + build/d/assets/images/split/image1429.o (.data); + build/d/assets/images/split/image1430.o (.data); + build/d/assets/images/split/image1431.o (.data); + build/d/assets/images/split/image1432.o (.data); + build/d/assets/images/split/image1433.o (.data); + build/d/assets/images/split/image1434.o (.data); + build/d/assets/images/split/image1435.o (.data); + build/d/assets/images/split/image1436.o (.data); + build/d/assets/images/split/image1437.o (.data); + build/d/assets/images/split/image1438.o (.data); + build/d/assets/images/split/image1439.o (.data); + build/d/assets/images/split/image1440.o (.data); + build/d/assets/images/split/image1441.o (.data); + build/d/assets/images/split/image1442.o (.data); + build/d/assets/images/split/image1443.o (.data); + build/d/assets/images/split/image1444.o (.data); + build/d/assets/images/split/image1445.o (.data); + build/d/assets/images/split/image1446.o (.data); + build/d/assets/images/split/image1447.o (.data); + build/d/assets/images/split/image1448.o (.data); + build/d/assets/images/split/image1449.o (.data); + build/d/assets/images/split/image1450.o (.data); + build/d/assets/images/split/image1451.o (.data); + build/d/assets/images/split/image1452.o (.data); + build/d/assets/images/split/image1453.o (.data); + build/d/assets/images/split/image1454.o (.data); + build/d/assets/images/split/image1455.o (.data); + build/d/assets/images/split/image1456.o (.data); + build/d/assets/images/split/image1457.o (.data); + build/d/assets/images/split/image1458.o (.data); + build/d/assets/images/split/image1459.o (.data); + build/d/assets/images/split/image1460.o (.data); + build/d/assets/images/split/image1461.o (.data); + build/d/assets/images/split/image1462.o (.data); + build/d/assets/images/split/image1463.o (.data); + build/d/assets/images/split/image1464.o (.data); + build/d/assets/images/split/image1465.o (.data); + build/d/assets/images/split/image1466.o (.data); + build/d/assets/images/split/image1467.o (.data); + build/d/assets/images/split/image1468.o (.data); + build/d/assets/images/split/image1469.o (.data); + build/d/assets/images/split/image1470.o (.data); + build/d/assets/images/split/image1471.o (.data); + build/d/assets/images/split/image1472.o (.data); + build/d/assets/images/split/image1473.o (.data); + build/d/assets/images/split/image1474.o (.data); + build/d/assets/images/split/image1475.o (.data); + build/d/assets/images/split/image1476.o (.data); + build/d/assets/images/split/image1477.o (.data); + build/d/assets/images/split/image1478.o (.data); + build/d/assets/images/split/image1479.o (.data); + build/d/assets/images/split/image1480.o (.data); + build/d/assets/images/split/image1481.o (.data); + build/d/assets/images/split/image1482.o (.data); + build/d/assets/images/split/image1483.o (.data); + build/d/assets/images/split/image1484.o (.data); + build/d/assets/images/split/image1485.o (.data); + build/d/assets/images/split/image1486.o (.data); + build/d/assets/images/split/image1487.o (.data); + build/d/assets/images/split/image1488.o (.data); + build/d/assets/images/split/image1489.o (.data); + build/d/assets/images/split/image1490.o (.data); + build/d/assets/images/split/image1491.o (.data); + build/d/assets/images/split/image1492.o (.data); + build/d/assets/images/split/image1493.o (.data); + build/d/assets/images/split/image1494.o (.data); + build/d/assets/images/split/image1495.o (.data); + build/d/assets/images/split/image1496.o (.data); + build/d/assets/images/split/image1497.o (.data); + build/d/assets/images/split/image1498.o (.data); + build/d/assets/images/split/image1499.o (.data); + build/d/assets/images/split/image1500.o (.data); + build/d/assets/images/split/image1501.o (.data); + build/d/assets/images/split/image1502.o (.data); + build/d/assets/images/split/image1503.o (.data); + build/d/assets/images/split/image1504.o (.data); + build/d/assets/images/split/image1505.o (.data); + build/d/assets/images/split/image1506.o (.data); + build/d/assets/images/split/image1507.o (.data); + build/d/assets/images/split/image1508.o (.data); + build/d/assets/images/split/image1509.o (.data); + build/d/assets/images/split/image1510.o (.data); + build/d/assets/images/split/image1511.o (.data); + build/d/assets/images/split/image1512.o (.data); + build/d/assets/images/split/image1513.o (.data); + build/d/assets/images/split/image1514.o (.data); + build/d/assets/images/split/image1515.o (.data); + build/d/assets/images/split/image1516.o (.data); + build/d/assets/images/split/image1517.o (.data); + build/d/assets/images/split/image1518.o (.data); + build/d/assets/images/split/image1519.o (.data); + build/d/assets/images/split/image1520.o (.data); + build/d/assets/images/split/image1521.o (.data); + build/d/assets/images/split/image1522.o (.data); + build/d/assets/images/split/image1523.o (.data); + build/d/assets/images/split/image1524.o (.data); + build/d/assets/images/split/image1525.o (.data); + build/d/assets/images/split/image1526.o (.data); + build/d/assets/images/split/image1527.o (.data); + build/d/assets/images/split/image1528.o (.data); + build/d/assets/images/split/image1529.o (.data); + build/d/assets/images/split/image1530.o (.data); + build/d/assets/images/split/image1531.o (.data); + build/d/assets/images/split/image1532.o (.data); + build/d/assets/images/split/image1533.o (.data); + build/d/assets/images/split/image1534.o (.data); + build/d/assets/images/split/image1535.o (.data); + build/d/assets/images/split/image1536.o (.data); + build/d/assets/images/split/image1537.o (.data); + build/d/assets/images/split/image1538.o (.data); + build/d/assets/images/split/image1539.o (.data); + build/d/assets/images/split/image1540.o (.data); + build/d/assets/images/split/image1541.o (.data); + build/d/assets/images/split/image1542.o (.data); + build/d/assets/images/split/image1543.o (.data); + build/d/assets/images/split/image1544.o (.data); + build/d/assets/images/split/image1545.o (.data); + build/d/assets/images/split/image1546.o (.data); + build/d/assets/images/split/image1547.o (.data); + build/d/assets/images/split/image1548.o (.data); + build/d/assets/images/split/image1549.o (.data); + build/d/assets/images/split/image1550.o (.data); + build/d/assets/images/split/image1551.o (.data); + build/d/assets/images/split/image1552.o (.data); + build/d/assets/images/split/image1553.o (.data); + build/d/assets/images/split/image1554.o (.data); + build/d/assets/images/split/image1555.o (.data); + build/d/assets/images/split/image1556.o (.data); + build/d/assets/images/split/image1557.o (.data); + build/d/assets/images/split/image1558.o (.data); + build/d/assets/images/split/image1559.o (.data); + build/d/assets/images/split/image1560.o (.data); + build/d/assets/images/split/image1561.o (.data); + build/d/assets/images/split/image1562.o (.data); + build/d/assets/images/split/image1563.o (.data); + build/d/assets/images/split/image1564.o (.data); + build/d/assets/images/split/image1565.o (.data); + build/d/assets/images/split/image1566.o (.data); + build/d/assets/images/split/image1567.o (.data); + build/d/assets/images/split/image1568.o (.data); + build/d/assets/images/split/image1569.o (.data); + build/d/assets/images/split/image1570.o (.data); + build/d/assets/images/split/image1571.o (.data); + build/d/assets/images/split/image1572.o (.data); + build/d/assets/images/split/image1573.o (.data); + build/d/assets/images/split/image1574.o (.data); + build/d/assets/images/split/image1575.o (.data); + build/d/assets/images/split/image1576.o (.data); + build/d/assets/images/split/image1577.o (.data); + build/d/assets/images/split/image1578.o (.data); + build/d/assets/images/split/image1579.o (.data); + build/d/assets/images/split/image1580.o (.data); + build/d/assets/images/split/image1581.o (.data); + build/d/assets/images/split/image1582.o (.data); + build/d/assets/images/split/image1583.o (.data); + build/d/assets/images/split/image1584.o (.data); + build/d/assets/images/split/image1585.o (.data); + build/d/assets/images/split/image1586.o (.data); + build/d/assets/images/split/image1587.o (.data); + build/d/assets/images/split/image1588.o (.data); + build/d/assets/images/split/image1589.o (.data); + build/d/assets/images/split/image1590.o (.data); + build/d/assets/images/split/image1591.o (.data); + build/d/assets/images/split/image1592.o (.data); + build/d/assets/images/split/image1593.o (.data); + build/d/assets/images/split/image1594.o (.data); + build/d/assets/images/split/image1595.o (.data); + build/d/assets/images/split/image1596.o (.data); + build/d/assets/images/split/image1597.o (.data); + build/d/assets/images/split/image1598.o (.data); + build/d/assets/images/split/image1599.o (.data); + build/d/assets/images/split/image1600.o (.data); + build/d/assets/images/split/image1601.o (.data); + build/d/assets/images/split/image1602.o (.data); + build/d/assets/images/split/image1603.o (.data); + build/d/assets/images/split/image1604.o (.data); + build/d/assets/images/split/image1605.o (.data); + build/d/assets/images/split/image1606.o (.data); + build/d/assets/images/split/image1607.o (.data); + build/d/assets/images/split/image1608.o (.data); + build/d/assets/images/split/image1609.o (.data); + build/d/assets/images/split/image1610.o (.data); + build/d/assets/images/split/image1611.o (.data); + build/d/assets/images/split/image1612.o (.data); + build/d/assets/images/split/image1613.o (.data); + build/d/assets/images/split/image1614.o (.data); + build/d/assets/images/split/image1615.o (.data); + build/d/assets/images/split/image1616.o (.data); + build/d/assets/images/split/image1617.o (.data); + build/d/assets/images/split/image1618.o (.data); + build/d/assets/images/split/image1619.o (.data); + build/d/assets/images/split/image1620.o (.data); + build/d/assets/images/split/image1621.o (.data); + build/d/assets/images/split/image1622.o (.data); + build/d/assets/images/split/image1623.o (.data); + build/d/assets/images/split/image1624.o (.data); + build/d/assets/images/split/image1625.o (.data); + build/d/assets/images/split/image1626.o (.data); + build/d/assets/images/split/image1627.o (.data); + build/d/assets/images/split/image1628.o (.data); + build/d/assets/images/split/image1629.o (.data); + build/d/assets/images/split/image1630.o (.data); + build/d/assets/images/split/image1631.o (.data); + build/d/assets/images/split/image1632.o (.data); + build/d/assets/images/split/image1633.o (.data); + build/d/assets/images/split/image1634.o (.data); + build/d/assets/images/split/image1635.o (.data); + build/d/assets/images/split/image1636.o (.data); + build/d/assets/images/split/image1637.o (.data); + build/d/assets/images/split/image1638.o (.data); + build/d/assets/images/split/image1639.o (.data); + build/d/assets/images/split/image1640.o (.data); + build/d/assets/images/split/image1641.o (.data); + build/d/assets/images/split/image1642.o (.data); + build/d/assets/images/split/image1643.o (.data); + build/d/assets/images/split/image1644.o (.data); + build/d/assets/images/split/image1645.o (.data); + build/d/assets/images/split/image1646.o (.data); + build/d/assets/images/split/image1647.o (.data); + build/d/assets/images/split/image1648.o (.data); + build/d/assets/images/split/image1649.o (.data); + build/d/assets/images/split/image1650.o (.data); + build/d/assets/images/split/image1651.o (.data); + build/d/assets/images/split/image1652.o (.data); + build/d/assets/images/split/image1653.o (.data); + build/d/assets/images/split/image1654.o (.data); + build/d/assets/images/split/image1655.o (.data); + build/d/assets/images/split/image1656.o (.data); + build/d/assets/images/split/image1657.o (.data); + build/d/assets/images/split/image1658.o (.data); + build/d/assets/images/split/image1659.o (.data); + build/d/assets/images/split/image1660.o (.data); + build/d/assets/images/split/image1661.o (.data); + build/d/assets/images/split/image1662.o (.data); + build/d/assets/images/split/image1663.o (.data); + build/d/assets/images/split/image1664.o (.data); + build/d/assets/images/split/image1665.o (.data); + build/d/assets/images/split/image1666.o (.data); + build/d/assets/images/split/image1667.o (.data); + build/d/assets/images/split/image1668.o (.data); + build/d/assets/images/split/image1669.o (.data); + build/d/assets/images/split/image1670.o (.data); + build/d/assets/images/split/image1671.o (.data); + build/d/assets/images/split/image1672.o (.data); + build/d/assets/images/split/image1673.o (.data); + build/d/assets/images/split/image1674.o (.data); + build/d/assets/images/split/image1675.o (.data); + build/d/assets/images/split/image1676.o (.data); + build/d/assets/images/split/image1677.o (.data); + build/d/assets/images/split/image1678.o (.data); + build/d/assets/images/split/image1679.o (.data); + build/d/assets/images/split/image1680.o (.data); + build/d/assets/images/split/image1681.o (.data); + build/d/assets/images/split/image1682.o (.data); + build/d/assets/images/split/image1683.o (.data); + build/d/assets/images/split/image1684.o (.data); + build/d/assets/images/split/image1685.o (.data); + build/d/assets/images/split/image1686.o (.data); + build/d/assets/images/split/image1687.o (.data); + build/d/assets/images/split/image1688.o (.data); + build/d/assets/images/split/image1689.o (.data); + build/d/assets/images/split/image1690.o (.data); + build/d/assets/images/split/image1691.o (.data); + build/d/assets/images/split/image1692.o (.data); + build/d/assets/images/split/image1693.o (.data); + build/d/assets/images/split/image1694.o (.data); + build/d/assets/images/split/image1695.o (.data); + build/d/assets/images/split/image1696.o (.data); + build/d/assets/images/split/image1697.o (.data); + build/d/assets/images/split/image1698.o (.data); + build/d/assets/images/split/image1699.o (.data); + build/d/assets/images/split/image1700.o (.data); + build/d/assets/images/split/image1701.o (.data); + build/d/assets/images/split/image1702.o (.data); + build/d/assets/images/split/image1703.o (.data); + build/d/assets/images/split/image1704.o (.data); + build/d/assets/images/split/image1705.o (.data); + build/d/assets/images/split/image1706.o (.data); + build/d/assets/images/split/image1707.o (.data); + build/d/assets/images/split/image1708.o (.data); + build/d/assets/images/split/image1709.o (.data); + build/d/assets/images/split/image1710.o (.data); + build/d/assets/images/split/image1711.o (.data); + build/d/assets/images/split/image1712.o (.data); + build/d/assets/images/split/image1713.o (.data); + build/d/assets/images/split/image1714.o (.data); + build/d/assets/images/split/image1715.o (.data); + build/d/assets/images/split/image1716.o (.data); + build/d/assets/images/split/image1717.o (.data); + build/d/assets/images/split/image1718.o (.data); + build/d/assets/images/split/image1719.o (.data); + build/d/assets/images/split/image1720.o (.data); + build/d/assets/images/split/image1721.o (.data); + build/d/assets/images/split/image1722.o (.data); + build/d/assets/images/split/image1723.o (.data); + build/d/assets/images/split/image1724.o (.data); + build/d/assets/images/split/image1725.o (.data); + build/d/assets/images/split/image1726.o (.data); + build/d/assets/images/split/image1727.o (.data); + build/d/assets/images/split/image1728.o (.data); + build/d/assets/images/split/image1729.o (.data); + build/d/assets/images/split/image1730.o (.data); + build/d/assets/images/split/image1731.o (.data); + build/d/assets/images/split/image1732.o (.data); + build/d/assets/images/split/image1733.o (.data); + build/d/assets/images/split/image1734.o (.data); + build/d/assets/images/split/image1735.o (.data); + build/d/assets/images/split/image1736.o (.data); + build/d/assets/images/split/image1737.o (.data); + build/d/assets/images/split/image1738.o (.data); + build/d/assets/images/split/image1739.o (.data); + build/d/assets/images/split/image1740.o (.data); + build/d/assets/images/split/image1741.o (.data); + build/d/assets/images/split/image1742.o (.data); + build/d/assets/images/split/image1743.o (.data); + build/d/assets/images/split/image1744.o (.data); + build/d/assets/images/split/image1745.o (.data); + build/d/assets/images/split/image1746.o (.data); + build/d/assets/images/split/image1747.o (.data); + build/d/assets/images/split/image1748.o (.data); + build/d/assets/images/split/image1749.o (.data); + build/d/assets/images/split/image1750.o (.data); + build/d/assets/images/split/image1751.o (.data); + build/d/assets/images/split/image1752.o (.data); + build/d/assets/images/split/image1753.o (.data); + build/d/assets/images/split/image1754.o (.data); + build/d/assets/images/split/image1755.o (.data); + build/d/assets/images/split/image1756.o (.data); + build/d/assets/images/split/image1757.o (.data); + build/d/assets/images/split/image1758.o (.data); + build/d/assets/images/split/image1759.o (.data); + build/d/assets/images/split/image1760.o (.data); + build/d/assets/images/split/image1761.o (.data); + build/d/assets/images/split/image1762.o (.data); + build/d/assets/images/split/image1763.o (.data); + build/d/assets/images/split/image1764.o (.data); + build/d/assets/images/split/image1765.o (.data); + build/d/assets/images/split/image1766.o (.data); + build/d/assets/images/split/image1767.o (.data); + build/d/assets/images/split/image1768.o (.data); + build/d/assets/images/split/image1769.o (.data); + build/d/assets/images/split/image1770.o (.data); + build/d/assets/images/split/image1771.o (.data); + build/d/assets/images/split/image1772.o (.data); + build/d/assets/images/split/image1773.o (.data); + build/d/assets/images/split/image1774.o (.data); + build/d/assets/images/split/image1775.o (.data); + build/d/assets/images/split/image1776.o (.data); + build/d/assets/images/split/image1777.o (.data); + build/d/assets/images/split/image1778.o (.data); + build/d/assets/images/split/image1779.o (.data); + build/d/assets/images/split/image1780.o (.data); + build/d/assets/images/split/image1781.o (.data); + build/d/assets/images/split/image1782.o (.data); + build/d/assets/images/split/image1783.o (.data); + build/d/assets/images/split/image1784.o (.data); + build/d/assets/images/split/image1785.o (.data); + build/d/assets/images/split/image1786.o (.data); + build/d/assets/images/split/image1787.o (.data); + build/d/assets/images/split/image1788.o (.data); + build/d/assets/images/split/image1789.o (.data); + build/d/assets/images/split/image1790.o (.data); + build/d/assets/images/split/image1791.o (.data); + build/d/assets/images/split/image1792.o (.data); + build/d/assets/images/split/image1793.o (.data); + build/d/assets/images/split/image1794.o (.data); + build/d/assets/images/split/image1795.o (.data); + build/d/assets/images/split/image1796.o (.data); + build/d/assets/images/split/image1797.o (.data); + build/d/assets/images/split/image1798.o (.data); + build/d/assets/images/split/image1799.o (.data); + build/d/assets/images/split/image1800.o (.data); + build/d/assets/images/split/image1801.o (.data); + build/d/assets/images/split/image1802.o (.data); + build/d/assets/images/split/image1803.o (.data); + build/d/assets/images/split/image1804.o (.data); + build/d/assets/images/split/image1805.o (.data); + build/d/assets/images/split/image1806.o (.data); + build/d/assets/images/split/image1807.o (.data); + build/d/assets/images/split/image1808.o (.data); + build/d/assets/images/split/image1809.o (.data); + build/d/assets/images/split/image1810.o (.data); + build/d/assets/images/split/image1811.o (.data); + build/d/assets/images/split/image1812.o (.data); + build/d/assets/images/split/image1813.o (.data); + build/d/assets/images/split/image1814.o (.data); + build/d/assets/images/split/image1815.o (.data); + build/d/assets/images/split/image1816.o (.data); + build/d/assets/images/split/image1817.o (.data); + build/d/assets/images/split/image1818.o (.data); + build/d/assets/images/split/image1819.o (.data); + build/d/assets/images/split/image1820.o (.data); + build/d/assets/images/split/image1821.o (.data); + build/d/assets/images/split/image1822.o (.data); + build/d/assets/images/split/image1823.o (.data); + build/d/assets/images/split/image1824.o (.data); + build/d/assets/images/split/image1825.o (.data); + build/d/assets/images/split/image1826.o (.data); + build/d/assets/images/split/image1827.o (.data); + build/d/assets/images/split/image1828.o (.data); + build/d/assets/images/split/image1829.o (.data); + build/d/assets/images/split/image1830.o (.data); + build/d/assets/images/split/image1831.o (.data); + build/d/assets/images/split/image1832.o (.data); + build/d/assets/images/split/image1833.o (.data); + build/d/assets/images/split/image1834.o (.data); + build/d/assets/images/split/image1835.o (.data); + build/d/assets/images/split/image1836.o (.data); + build/d/assets/images/split/image1837.o (.data); + build/d/assets/images/split/image1838.o (.data); + build/d/assets/images/split/image1839.o (.data); + build/d/assets/images/split/image1840.o (.data); + build/d/assets/images/split/image1841.o (.data); + build/d/assets/images/split/image1842.o (.data); + build/d/assets/images/split/image1843.o (.data); + build/d/assets/images/split/image1844.o (.data); + build/d/assets/images/split/image1845.o (.data); + build/d/assets/images/split/image1846.o (.data); + build/d/assets/images/split/image1847.o (.data); + build/d/assets/images/split/image1848.o (.data); + build/d/assets/images/split/image1849.o (.data); + build/d/assets/images/split/image1850.o (.data); + build/d/assets/images/split/image1851.o (.data); + build/d/assets/images/split/image1852.o (.data); + build/d/assets/images/split/image1853.o (.data); + build/d/assets/images/split/image1854.o (.data); + build/d/assets/images/split/image1855.o (.data); + build/d/assets/images/split/image1856.o (.data); + build/d/assets/images/split/image1857.o (.data); + build/d/assets/images/split/image1858.o (.data); + build/d/assets/images/split/image1859.o (.data); + build/d/assets/images/split/image1860.o (.data); + build/d/assets/images/split/image1861.o (.data); + build/d/assets/images/split/image1862.o (.data); + build/d/assets/images/split/image1863.o (.data); + build/d/assets/images/split/image1864.o (.data); + build/d/assets/images/split/image1865.o (.data); + build/d/assets/images/split/image1866.o (.data); + build/d/assets/images/split/image1867.o (.data); + build/d/assets/images/split/image1868.o (.data); + build/d/assets/images/split/image1869.o (.data); + build/d/assets/images/split/image1870.o (.data); + build/d/assets/images/split/image1871.o (.data); + build/d/assets/images/split/image1872.o (.data); + build/d/assets/images/split/image1873.o (.data); + build/d/assets/images/split/image1874.o (.data); + build/d/assets/images/split/image1875.o (.data); + build/d/assets/images/split/image1876.o (.data); + build/d/assets/images/split/image1877.o (.data); + build/d/assets/images/split/image1878.o (.data); + build/d/assets/images/split/image1879.o (.data); + build/d/assets/images/split/image1880.o (.data); + build/d/assets/images/split/image1881.o (.data); + build/d/assets/images/split/image1882.o (.data); + build/d/assets/images/split/image1883.o (.data); + build/d/assets/images/split/image1884.o (.data); + build/d/assets/images/split/image1885.o (.data); + build/d/assets/images/split/image1886.o (.data); + build/d/assets/images/split/image1887.o (.data); + build/d/assets/images/split/image1888.o (.data); + build/d/assets/images/split/image1889.o (.data); + build/d/assets/images/split/image1890.o (.data); + build/d/assets/images/split/image1891.o (.data); + build/d/assets/images/split/image1892.o (.data); + build/d/assets/images/split/image1893.o (.data); + build/d/assets/images/split/image1894.o (.data); + build/d/assets/images/split/image1895.o (.data); + build/d/assets/images/split/image1896.o (.data); + build/d/assets/images/split/image1897.o (.data); + build/d/assets/images/split/image1898.o (.data); + build/d/assets/images/split/image1899.o (.data); + build/d/assets/images/split/image1900.o (.data); + build/d/assets/images/split/image1901.o (.data); + build/d/assets/images/split/image1902.o (.data); + build/d/assets/images/split/image1903.o (.data); + build/d/assets/images/split/image1904.o (.data); + build/d/assets/images/split/image1905.o (.data); + build/d/assets/images/split/image1906.o (.data); + build/d/assets/images/split/image1907.o (.data); + build/d/assets/images/split/image1908.o (.data); + build/d/assets/images/split/image1909.o (.data); + build/d/assets/images/split/image1910.o (.data); + build/d/assets/images/split/image1911.o (.data); + build/d/assets/images/split/image1912.o (.data); + build/d/assets/images/split/image1913.o (.data); + build/d/assets/images/split/image1914.o (.data); + build/d/assets/images/split/image1915.o (.data); + build/d/assets/images/split/image1916.o (.data); + build/d/assets/images/split/image1917.o (.data); + build/d/assets/images/split/image1918.o (.data); + build/d/assets/images/split/image1919.o (.data); + build/d/assets/images/split/image1920.o (.data); + build/d/assets/images/split/image1921.o (.data); + build/d/assets/images/split/image1922.o (.data); + build/d/assets/images/split/image1923.o (.data); + build/d/assets/images/split/image1924.o (.data); + build/d/assets/images/split/image1925.o (.data); + build/d/assets/images/split/image1926.o (.data); + build/d/assets/images/split/image1927.o (.data); + build/d/assets/images/split/image1928.o (.data); + build/d/assets/images/split/image1929.o (.data); + build/d/assets/images/split/image1930.o (.data); + build/d/assets/images/split/image1931.o (.data); + build/d/assets/images/split/image1932.o (.data); + build/d/assets/images/split/image1933.o (.data); + build/d/assets/images/split/image1934.o (.data); + build/d/assets/images/split/image1935.o (.data); + build/d/assets/images/split/image1936.o (.data); + build/d/assets/images/split/image1937.o (.data); + build/d/assets/images/split/image1938.o (.data); + build/d/assets/images/split/image1939.o (.data); + build/d/assets/images/split/image1940.o (.data); + build/d/assets/images/split/image1941.o (.data); + build/d/assets/images/split/image1942.o (.data); + build/d/assets/images/split/image1943.o (.data); + build/d/assets/images/split/image1944.o (.data); + build/d/assets/images/split/image1945.o (.data); + build/d/assets/images/split/image1946.o (.data); + build/d/assets/images/split/image1947.o (.data); + build/d/assets/images/split/image1948.o (.data); + build/d/assets/images/split/image1949.o (.data); + build/d/assets/images/split/image1950.o (.data); + build/d/assets/images/split/image1951.o (.data); + build/d/assets/images/split/image1952.o (.data); + build/d/assets/images/split/image1953.o (.data); + build/d/assets/images/split/image1954.o (.data); + build/d/assets/images/split/image1955.o (.data); + build/d/assets/images/split/image1956.o (.data); + build/d/assets/images/split/image1957.o (.data); + build/d/assets/images/split/image1958.o (.data); + build/d/assets/images/split/image1959.o (.data); + build/d/assets/images/split/image1960.o (.data); + build/d/assets/images/split/image1961.o (.data); + build/d/assets/images/split/image1962.o (.data); + build/d/assets/images/split/image1963.o (.data); + build/d/assets/images/split/image1964.o (.data); + build/d/assets/images/split/image1965.o (.data); + build/d/assets/images/split/image1966.o (.data); + build/d/assets/images/split/image1967.o (.data); + build/d/assets/images/split/image1968.o (.data); + build/d/assets/images/split/image1969.o (.data); + build/d/assets/images/split/image1970.o (.data); + build/d/assets/images/split/image1971.o (.data); + build/d/assets/images/split/image1972.o (.data); + build/d/assets/images/split/image1973.o (.data); + build/d/assets/images/split/image1974.o (.data); + build/d/assets/images/split/image1975.o (.data); + build/d/assets/images/split/image1976.o (.data); + build/d/assets/images/split/image1977.o (.data); + build/d/assets/images/split/image1978.o (.data); + build/d/assets/images/split/image1979.o (.data); + build/d/assets/images/split/image1980.o (.data); + build/d/assets/images/split/image1981.o (.data); + build/d/assets/images/split/image1982.o (.data); + build/d/assets/images/split/image1983.o (.data); + build/d/assets/images/split/image1984.o (.data); + build/d/assets/images/split/image1985.o (.data); + build/d/assets/images/split/image1986.o (.data); + build/d/assets/images/split/image1987.o (.data); + build/d/assets/images/split/image1988.o (.data); + build/d/assets/images/split/image1989.o (.data); + build/d/assets/images/split/image1990.o (.data); + build/d/assets/images/split/image1991.o (.data); + build/d/assets/images/split/image1992.o (.data); + build/d/assets/images/split/image1993.o (.data); + build/d/assets/images/split/image1994.o (.data); + build/d/assets/images/split/image1995.o (.data); + build/d/assets/images/split/image1996.o (.data); + build/d/assets/images/split/image1997.o (.data); + build/d/assets/images/split/image1998.o (.data); + build/d/assets/images/split/image1999.o (.data); + build/d/assets/images/split/image2000.o (.data); + build/d/assets/images/split/image2001.o (.data); + build/d/assets/images/split/image2002.o (.data); + build/d/assets/images/split/image2003.o (.data); + build/d/assets/images/split/image2004.o (.data); + build/d/assets/images/split/image2005.o (.data); + build/d/assets/images/split/image2006.o (.data); + build/d/assets/images/split/image2007.o (.data); + build/d/assets/images/split/image2008.o (.data); + build/d/assets/images/split/image2009.o (.data); + build/d/assets/images/split/image2010.o (.data); + build/d/assets/images/split/image2011.o (.data); + build/d/assets/images/split/image2012.o (.data); + build/d/assets/images/split/image2013.o (.data); + build/d/assets/images/split/image2014.o (.data); + build/d/assets/images/split/image2015.o (.data); + build/d/assets/images/split/image2016.o (.data); + build/d/assets/images/split/image2017.o (.data); + build/d/assets/images/split/image2018.o (.data); + build/d/assets/images/split/image2019.o (.data); + build/d/assets/images/split/image2020.o (.data); + build/d/assets/images/split/image2021.o (.data); + build/d/assets/images/split/image2022.o (.data); + build/d/assets/images/split/image2023.o (.data); + build/d/assets/images/split/image2024.o (.data); + build/d/assets/images/split/image2025.o (.data); + build/d/assets/images/split/image2026.o (.data); + build/d/assets/images/split/image2027.o (.data); + build/d/assets/images/split/image2028.o (.data); + build/d/assets/images/split/image2029.o (.data); + build/d/assets/images/split/image2030.o (.data); + build/d/assets/images/split/image2031.o (.data); + build/d/assets/images/split/image2032.o (.data); + build/d/assets/images/split/image2033.o (.data); + build/d/assets/images/split/image2034.o (.data); + build/d/assets/images/split/image2035.o (.data); + build/d/assets/images/split/image2036.o (.data); + build/d/assets/images/split/image2037.o (.data); + build/d/assets/images/split/image2038.o (.data); + build/d/assets/images/split/image2039.o (.data); + build/d/assets/images/split/image2040.o (.data); + build/d/assets/images/split/image2041.o (.data); + build/d/assets/images/split/image2042.o (.data); + build/d/assets/images/split/image2043.o (.data); + build/d/assets/images/split/image2044.o (.data); + build/d/assets/images/split/image2045.o (.data); + build/d/assets/images/split/image2046.o (.data); + build/d/assets/images/split/image2047.o (.data); + build/d/assets/images/split/image2048.o (.data); + build/d/assets/images/split/image2049.o (.data); + build/d/assets/images/split/image2050.o (.data); + build/d/assets/images/split/image2051.o (.data); + build/d/assets/images/split/image2052.o (.data); + build/d/assets/images/split/image2053.o (.data); + build/d/assets/images/split/image2054.o (.data); + build/d/assets/images/split/image2055.o (.data); + build/d/assets/images/split/image2056.o (.data); + build/d/assets/images/split/image2057.o (.data); + build/d/assets/images/split/image2058.o (.data); + build/d/assets/images/split/image2059.o (.data); + build/d/assets/images/split/image2060.o (.data); + build/d/assets/images/split/image2061.o (.data); + build/d/assets/images/split/image2062.o (.data); + build/d/assets/images/split/image2063.o (.data); + build/d/assets/images/split/image2064.o (.data); + build/d/assets/images/split/image2065.o (.data); + build/d/assets/images/split/image2066.o (.data); + build/d/assets/images/split/image2067.o (.data); + build/d/assets/images/split/image2068.o (.data); + build/d/assets/images/split/image2069.o (.data); + build/d/assets/images/split/image2070.o (.data); + build/d/assets/images/split/image2071.o (.data); + build/d/assets/images/split/image2072.o (.data); + build/d/assets/images/split/image2073.o (.data); + build/d/assets/images/split/image2074.o (.data); + build/d/assets/images/split/image2075.o (.data); + build/d/assets/images/split/image2076.o (.data); + build/d/assets/images/split/image2077.o (.data); + build/d/assets/images/split/image2078.o (.data); + build/d/assets/images/split/image2079.o (.data); + build/d/assets/images/split/image2080.o (.data); + build/d/assets/images/split/image2081.o (.data); + build/d/assets/images/split/image2082.o (.data); + build/d/assets/images/split/image2083.o (.data); + build/d/assets/images/split/image2084.o (.data); + build/d/assets/images/split/image2085.o (.data); + build/d/assets/images/split/image2086.o (.data); + build/d/assets/images/split/image2087.o (.data); + build/d/assets/images/split/image2088.o (.data); + build/d/assets/images/split/image2089.o (.data); + build/d/assets/images/split/image2090.o (.data); + build/d/assets/images/split/image2091.o (.data); + build/d/assets/images/split/image2092.o (.data); + build/d/assets/images/split/image2093.o (.data); + build/d/assets/images/split/image2094.o (.data); + build/d/assets/images/split/image2095.o (.data); + build/d/assets/images/split/image2096.o (.data); + build/d/assets/images/split/image2097.o (.data); + build/d/assets/images/split/image2098.o (.data); + build/d/assets/images/split/image2099.o (.data); + build/d/assets/images/split/image2100.o (.data); + build/d/assets/images/split/image2101.o (.data); + build/d/assets/images/split/image2102.o (.data); + build/d/assets/images/split/image2103.o (.data); + build/d/assets/images/split/image2104.o (.data); + build/d/assets/images/split/image2105.o (.data); + build/d/assets/images/split/image2106.o (.data); + build/d/assets/images/split/image2107.o (.data); + build/d/assets/images/split/image2108.o (.data); + build/d/assets/images/split/image2109.o (.data); + build/d/assets/images/split/image2110.o (.data); + build/d/assets/images/split/image2111.o (.data); + build/d/assets/images/split/image2112.o (.data); + build/d/assets/images/split/image2113.o (.data); + build/d/assets/images/split/image2114.o (.data); + build/d/assets/images/split/image2115.o (.data); + build/d/assets/images/split/image2116.o (.data); + build/d/assets/images/split/image2117.o (.data); + build/d/assets/images/split/image2118.o (.data); + build/d/assets/images/split/image2119.o (.data); + build/d/assets/images/split/image2120.o (.data); + build/d/assets/images/split/image2121.o (.data); + build/d/assets/images/split/image2122.o (.data); + build/d/assets/images/split/image2123.o (.data); + build/d/assets/images/split/image2124.o (.data); + build/d/assets/images/split/image2125.o (.data); + build/d/assets/images/split/image2126.o (.data); + build/d/assets/images/split/image2127.o (.data); + build/d/assets/images/split/image2128.o (.data); + build/d/assets/images/split/image2129.o (.data); + build/d/assets/images/split/image2130.o (.data); + build/d/assets/images/split/image2131.o (.data); + build/d/assets/images/split/image2132.o (.data); + build/d/assets/images/split/image2133.o (.data); + build/d/assets/images/split/image2134.o (.data); + build/d/assets/images/split/image2135.o (.data); + build/d/assets/images/split/image2136.o (.data); + build/d/assets/images/split/image2137.o (.data); + build/d/assets/images/split/image2138.o (.data); + build/d/assets/images/split/image2139.o (.data); + build/d/assets/images/split/image2140.o (.data); + build/d/assets/images/split/image2141.o (.data); + build/d/assets/images/split/image2142.o (.data); + build/d/assets/images/split/image2143.o (.data); + build/d/assets/images/split/image2144.o (.data); + build/d/assets/images/split/image2145.o (.data); + build/d/assets/images/split/image2146.o (.data); + build/d/assets/images/split/image2147.o (.data); + build/d/assets/images/split/image2148.o (.data); + build/d/assets/images/split/image2149.o (.data); + build/d/assets/images/split/image2150.o (.data); + build/d/assets/images/split/image2151.o (.data); + build/d/assets/images/split/image2152.o (.data); + build/d/assets/images/split/image2153.o (.data); + build/d/assets/images/split/image2154.o (.data); + build/d/assets/images/split/image2155.o (.data); + build/d/assets/images/split/image2156.o (.data); + build/d/assets/images/split/image2157.o (.data); + build/d/assets/images/split/image2158.o (.data); + build/d/assets/images/split/image2159.o (.data); + build/d/assets/images/split/image2160.o (.data); + build/d/assets/images/split/image2161.o (.data); + build/d/assets/images/split/image2162.o (.data); + build/d/assets/images/split/image2163.o (.data); + build/d/assets/images/split/image2164.o (.data); + build/d/assets/images/split/image2165.o (.data); + build/d/assets/images/split/image2166.o (.data); + build/d/assets/images/split/image2167.o (.data); + build/d/assets/images/split/image2168.o (.data); + build/d/assets/images/split/image2169.o (.data); + build/d/assets/images/split/image2170.o (.data); + build/d/assets/images/split/image2171.o (.data); + build/d/assets/images/split/image2172.o (.data); + build/d/assets/images/split/image2173.o (.data); + build/d/assets/images/split/image2174.o (.data); + build/d/assets/images/split/image2175.o (.data); + build/d/assets/images/split/image2176.o (.data); + build/d/assets/images/split/image2177.o (.data); + build/d/assets/images/split/image2178.o (.data); + build/d/assets/images/split/image2179.o (.data); + build/d/assets/images/split/image2180.o (.data); + build/d/assets/images/split/image2181.o (.data); + build/d/assets/images/split/image2182.o (.data); + build/d/assets/images/split/image2183.o (.data); + build/d/assets/images/split/image2184.o (.data); + build/d/assets/images/split/image2185.o (.data); + build/d/assets/images/split/image2186.o (.data); + build/d/assets/images/split/image2187.o (.data); + build/d/assets/images/split/image2188.o (.data); + build/d/assets/images/split/image2189.o (.data); + build/d/assets/images/split/image2190.o (.data); + build/d/assets/images/split/image2191.o (.data); + build/d/assets/images/split/image2192.o (.data); + build/d/assets/images/split/image2193.o (.data); + build/d/assets/images/split/image2194.o (.data); + build/d/assets/images/split/image2195.o (.data); + build/d/assets/images/split/image2196.o (.data); + build/d/assets/images/split/image2197.o (.data); + build/d/assets/images/split/image2198.o (.data); + build/d/assets/images/split/image2199.o (.data); + build/d/assets/images/split/image2200.o (.data); + build/d/assets/images/split/image2201.o (.data); + build/d/assets/images/split/image2202.o (.data); + build/d/assets/images/split/image2203.o (.data); + build/d/assets/images/split/image2204.o (.data); + build/d/assets/images/split/image2205.o (.data); + build/d/assets/images/split/image2206.o (.data); + build/d/assets/images/split/image2207.o (.data); + build/d/assets/images/split/image2208.o (.data); + build/d/assets/images/split/image2209.o (.data); + build/d/assets/images/split/image2210.o (.data); + build/d/assets/images/split/image2211.o (.data); + build/d/assets/images/split/image2212.o (.data); + build/d/assets/images/split/image2213.o (.data); + build/d/assets/images/split/image2214.o (.data); + build/d/assets/images/split/image2215.o (.data); + build/d/assets/images/split/image2216.o (.data); + build/d/assets/images/split/image2217.o (.data); + build/d/assets/images/split/image2218.o (.data); + build/d/assets/images/split/image2219.o (.data); + build/d/assets/images/split/image2220.o (.data); + build/d/assets/images/split/image2221.o (.data); + build/d/assets/images/split/image2222.o (.data); + build/d/assets/images/split/image2223.o (.data); + build/d/assets/images/split/image2224.o (.data); + build/d/assets/images/split/image2225.o (.data); + build/d/assets/images/split/image2226.o (.data); + build/d/assets/images/split/image2227.o (.data); + build/d/assets/images/split/image2228.o (.data); + build/d/assets/images/split/image2229.o (.data); + build/d/assets/images/split/image2230.o (.data); + build/d/assets/images/split/image2231.o (.data); + build/d/assets/images/split/image2232.o (.data); + build/d/assets/images/split/image2233.o (.data); + build/d/assets/images/split/image2234.o (.data); + build/d/assets/images/split/image2235.o (.data); + build/d/assets/images/split/image2236.o (.data); + build/d/assets/images/split/image2237.o (.data); + build/d/assets/images/split/image2238.o (.data); + build/d/assets/images/split/image2239.o (.data); + build/d/assets/images/split/image2240.o (.data); + build/d/assets/images/split/image2241.o (.data); + build/d/assets/images/split/image2242.o (.data); + build/d/assets/images/split/image2243.o (.data); + build/d/assets/images/split/image2244.o (.data); + build/d/assets/images/split/image2245.o (.data); + build/d/assets/images/split/image2246.o (.data); + build/d/assets/images/split/image2247.o (.data); + build/d/assets/images/split/image2248.o (.data); + build/d/assets/images/split/image2249.o (.data); + build/d/assets/images/split/image2250.o (.data); + build/d/assets/images/split/image2251.o (.data); + build/d/assets/images/split/image2252.o (.data); + build/d/assets/images/split/image2253.o (.data); + build/d/assets/images/split/image2254.o (.data); + build/d/assets/images/split/image2255.o (.data); + build/d/assets/images/split/image2256.o (.data); + build/d/assets/images/split/image2257.o (.data); + build/d/assets/images/split/image2258.o (.data); + build/d/assets/images/split/image2259.o (.data); + build/d/assets/images/split/image2260.o (.data); + build/d/assets/images/split/image2261.o (.data); + build/d/assets/images/split/image2262.o (.data); + build/d/assets/images/split/image2263.o (.data); + build/d/assets/images/split/image2264.o (.data); + build/d/assets/images/split/image2265.o (.data); + build/d/assets/images/split/image2266.o (.data); + build/d/assets/images/split/image2267.o (.data); + build/d/assets/images/split/image2268.o (.data); + build/d/assets/images/split/image2269.o (.data); + build/d/assets/images/split/image2270.o (.data); + build/d/assets/images/split/image2271.o (.data); + build/d/assets/images/split/image2272.o (.data); + build/d/assets/images/split/image2273.o (.data); + build/d/assets/images/split/image2274.o (.data); + build/d/assets/images/split/image2275.o (.data); + build/d/assets/images/split/image2276.o (.data); + build/d/assets/images/split/image2277.o (.data); + build/d/assets/images/split/image2278.o (.data); + build/d/assets/images/split/image2279.o (.data); + build/d/assets/images/split/image2280.o (.data); + build/d/assets/images/split/image2281.o (.data); + build/d/assets/images/split/image2282.o (.data); + build/d/assets/images/split/image2283.o (.data); + build/d/assets/images/split/image2284.o (.data); + build/d/assets/images/split/image2285.o (.data); + build/d/assets/images/split/image2286.o (.data); + build/d/assets/images/split/image2287.o (.data); + build/d/assets/images/split/image2288.o (.data); + build/d/assets/images/split/image2289.o (.data); + build/d/assets/images/split/image2290.o (.data); + build/d/assets/images/split/image2291.o (.data); + build/d/assets/images/split/image2292.o (.data); + build/d/assets/images/split/image2293.o (.data); + build/d/assets/images/split/image2294.o (.data); + build/d/assets/images/split/image2295.o (.data); + build/d/assets/images/split/image2296.o (.data); + build/d/assets/images/split/image2297.o (.data); + build/d/assets/images/split/image2298.o (.data); + build/d/assets/images/split/image2299.o (.data); + build/d/assets/images/split/image2300.o (.data); + build/d/assets/images/split/image2301.o (.data); + build/d/assets/images/split/image2302.o (.data); + build/d/assets/images/split/image2303.o (.data); + build/d/assets/images/split/image2304.o (.data); + build/d/assets/images/split/image2305.o (.data); + build/d/assets/images/split/image2306.o (.data); + build/d/assets/images/split/image2307.o (.data); + build/d/assets/images/split/image2308.o (.data); + build/d/assets/images/split/image2309.o (.data); + build/d/assets/images/split/image2310.o (.data); + build/d/assets/images/split/image2311.o (.data); + build/d/assets/images/split/image2312.o (.data); + build/d/assets/images/split/image2313.o (.data); + build/d/assets/images/split/image2314.o (.data); + build/d/assets/images/split/image2315.o (.data); + build/d/assets/images/split/image2316.o (.data); + build/d/assets/images/split/image2317.o (.data); + build/d/assets/images/split/image2318.o (.data); + build/d/assets/images/split/image2319.o (.data); + build/d/assets/images/split/image2320.o (.data); + build/d/assets/images/split/image2321.o (.data); + build/d/assets/images/split/image2322.o (.data); + build/d/assets/images/split/image2323.o (.data); + build/d/assets/images/split/image2324.o (.data); + build/d/assets/images/split/image2325.o (.data); + build/d/assets/images/split/image2326.o (.data); + build/d/assets/images/split/image2327.o (.data); + build/d/assets/images/split/image2328.o (.data); + build/d/assets/images/split/image2329.o (.data); + build/d/assets/images/split/image2330.o (.data); + build/d/assets/images/split/image2331.o (.data); + build/d/assets/images/split/image2332.o (.data); + build/d/assets/images/split/image2333.o (.data); + build/d/assets/images/split/image2334.o (.data); + build/d/assets/images/split/image2335.o (.data); + build/d/assets/images/split/image2336.o (.data); + build/d/assets/images/split/image2337.o (.data); + build/d/assets/images/split/image2338.o (.data); + build/d/assets/images/split/image2339.o (.data); + build/d/assets/images/split/image2340.o (.data); + build/d/assets/images/split/image2341.o (.data); + build/d/assets/images/split/image2342.o (.data); + build/d/assets/images/split/image2343.o (.data); + build/d/assets/images/split/image2344.o (.data); + build/d/assets/images/split/image2345.o (.data); + build/d/assets/images/split/image2346.o (.data); + build/d/assets/images/split/image2347.o (.data); + build/d/assets/images/split/image2348.o (.data); + build/d/assets/images/split/image2349.o (.data); + build/d/assets/images/split/image2350.o (.data); + build/d/assets/images/split/image2351.o (.data); + build/d/assets/images/split/image2352.o (.data); + build/d/assets/images/split/image2353.o (.data); + build/d/assets/images/split/image2354.o (.data); + build/d/assets/images/split/image2355.o (.data); + build/d/assets/images/split/image2356.o (.data); + build/d/assets/images/split/image2357.o (.data); + build/d/assets/images/split/image2358.o (.data); + build/d/assets/images/split/image2359.o (.data); + build/d/assets/images/split/image2360.o (.data); + build/d/assets/images/split/image2361.o (.data); + build/d/assets/images/split/image2362.o (.data); + build/d/assets/images/split/image2363.o (.data); + build/d/assets/images/split/image2364.o (.data); + build/d/assets/images/split/image2365.o (.data); + build/d/assets/images/split/image2366.o (.data); + build/d/assets/images/split/image2367.o (.data); + build/d/assets/images/split/image2368.o (.data); + build/d/assets/images/split/image2369.o (.data); + build/d/assets/images/split/image2370.o (.data); + build/d/assets/images/split/image2371.o (.data); + build/d/assets/images/split/image2372.o (.data); + build/d/assets/images/split/image2373.o (.data); + build/d/assets/images/split/image2374.o (.data); + build/d/assets/images/split/image2375.o (.data); + build/d/assets/images/split/image2376.o (.data); + build/d/assets/images/split/image2377.o (.data); + build/d/assets/images/split/image2378.o (.data); + build/d/assets/images/split/image2379.o (.data); + build/d/assets/images/split/image2380.o (.data); + build/d/assets/images/split/image2381.o (.data); + build/d/assets/images/split/image2382.o (.data); + build/d/assets/images/split/image2383.o (.data); + build/d/assets/images/split/image2384.o (.data); + build/d/assets/images/split/image2385.o (.data); + build/d/assets/images/split/image2386.o (.data); + build/d/assets/images/split/image2387.o (.data); + build/d/assets/images/split/image2388.o (.data); + build/d/assets/images/split/image2389.o (.data); + build/d/assets/images/split/image2390.o (.data); + build/d/assets/images/split/image2391.o (.data); + build/d/assets/images/split/image2392.o (.data); + build/d/assets/images/split/image2393.o (.data); + build/d/assets/images/split/image2394.o (.data); + build/d/assets/images/split/image2395.o (.data); + build/d/assets/images/split/image2396.o (.data); + build/d/assets/images/split/image2397.o (.data); + build/d/assets/images/split/image2398.o (.data); + build/d/assets/images/split/image2399.o (.data); + build/d/assets/images/split/image2400.o (.data); + build/d/assets/images/split/image2401.o (.data); + build/d/assets/images/split/image2402.o (.data); + build/d/assets/images/split/image2403.o (.data); + build/d/assets/images/split/image2404.o (.data); + build/d/assets/images/split/image2405.o (.data); + build/d/assets/images/split/image2406.o (.data); + build/d/assets/images/split/image2407.o (.data); + build/d/assets/images/split/image2408.o (.data); + build/d/assets/images/split/image2409.o (.data); + build/d/assets/images/split/image2410.o (.data); + build/d/assets/images/split/image2411.o (.data); + build/d/assets/images/split/image2412.o (.data); + build/d/assets/images/split/image2413.o (.data); + build/d/assets/images/split/image2414.o (.data); + build/d/assets/images/split/image2415.o (.data); + build/d/assets/images/split/image2416.o (.data); + build/d/assets/images/split/image2417.o (.data); + build/d/assets/images/split/image2418.o (.data); + build/d/assets/images/split/image2419.o (.data); + build/d/assets/images/split/image2420.o (.data); + build/d/assets/images/split/image2421.o (.data); + build/d/assets/images/split/image2422.o (.data); + build/d/assets/images/split/image2423.o (.data); + build/d/assets/images/split/image2424.o (.data); + build/d/assets/images/split/image2425.o (.data); + build/d/assets/images/split/image2426.o (.data); + build/d/assets/images/split/image2427.o (.data); + build/d/assets/images/split/image2428.o (.data); + build/d/assets/images/split/image2429.o (.data); + build/d/assets/images/split/image2430.o (.data); + build/d/assets/images/split/image2431.o (.data); + build/d/assets/images/split/image2432.o (.data); + build/d/assets/images/split/image2433.o (.data); + build/d/assets/images/split/image2434.o (.data); + build/d/assets/images/split/image2435.o (.data); + build/d/assets/images/split/image2436.o (.data); + build/d/assets/images/split/image2437.o (.data); + build/d/assets/images/split/image2438.o (.data); + build/d/assets/images/split/image2439.o (.data); + build/d/assets/images/split/image2440.o (.data); + build/d/assets/images/split/image2441.o (.data); + build/d/assets/images/split/image2442.o (.data); + build/d/assets/images/split/image2443.o (.data); + build/d/assets/images/split/image2444.o (.data); + build/d/assets/images/split/image2445.o (.data); + build/d/assets/images/split/image2446.o (.data); + build/d/assets/images/split/image2447.o (.data); + build/d/assets/images/split/image2448.o (.data); + build/d/assets/images/split/image2449.o (.data); + build/d/assets/images/split/image2450.o (.data); + build/d/assets/images/split/image2451.o (.data); + build/d/assets/images/split/image2452.o (.data); + build/d/assets/images/split/image2453.o (.data); + build/d/assets/images/split/image2454.o (.data); + build/d/assets/images/split/image2455.o (.data); + build/d/assets/images/split/image2456.o (.data); + build/d/assets/images/split/image2457.o (.data); + build/d/assets/images/split/image2458.o (.data); + build/d/assets/images/split/image2459.o (.data); + build/d/assets/images/split/image2460.o (.data); + build/d/assets/images/split/image2461.o (.data); + build/d/assets/images/split/image2462.o (.data); + build/d/assets/images/split/image2463.o (.data); + build/d/assets/images/split/image2464.o (.data); + build/d/assets/images/split/image2465.o (.data); + build/d/assets/images/split/image2466.o (.data); + build/d/assets/images/split/image2467.o (.data); + build/d/assets/images/split/image2468.o (.data); + build/d/assets/images/split/image2469.o (.data); + build/d/assets/images/split/image2470.o (.data); + build/d/assets/images/split/image2471.o (.data); + build/d/assets/images/split/image2472.o (.data); + build/d/assets/images/split/image2473.o (.data); + build/d/assets/images/split/image2474.o (.data); + build/d/assets/images/split/image2475.o (.data); + build/d/assets/images/split/image2476.o (.data); + build/d/assets/images/split/image2477.o (.data); + build/d/assets/images/split/image2478.o (.data); + build/d/assets/images/split/image2479.o (.data); + build/d/assets/images/split/image2480.o (.data); + build/d/assets/images/split/image2481.o (.data); + build/d/assets/images/split/image2482.o (.data); + build/d/assets/images/split/image2483.o (.data); + build/d/assets/images/split/image2484.o (.data); + build/d/assets/images/split/image2485.o (.data); + build/d/assets/images/split/image2486.o (.data); + build/d/assets/images/split/image2487.o (.data); + build/d/assets/images/split/image2488.o (.data); + build/d/assets/images/split/image2489.o (.data); + build/d/assets/images/split/image2490.o (.data); + build/d/assets/images/split/image2491.o (.data); + build/d/assets/images/split/image2492.o (.data); + build/d/assets/images/split/image2493.o (.data); + build/d/assets/images/split/image2494.o (.data); + build/d/assets/images/split/image2495.o (.data); + build/d/assets/images/split/image2496.o (.data); + build/d/assets/images/split/image2497.o (.data); + build/d/assets/images/split/image2498.o (.data); + build/d/assets/images/split/image2499.o (.data); + build/d/assets/images/split/image2500.o (.data); + build/d/assets/images/split/image2501.o (.data); + build/d/assets/images/split/image2502.o (.data); + build/d/assets/images/split/image2503.o (.data); + build/d/assets/images/split/image2504.o (.data); + build/d/assets/images/split/image2505.o (.data); + build/d/assets/images/split/image2506.o (.data); + build/d/assets/images/split/image2507.o (.data); + build/d/assets/images/split/image2508.o (.data); + build/d/assets/images/split/image2509.o (.data); + build/d/assets/images/split/image2510.o (.data); + build/d/assets/images/split/image2511.o (.data); + build/d/assets/images/split/image2512.o (.data); + build/d/assets/images/split/image2513.o (.data); + build/d/assets/images/split/image2514.o (.data); + build/d/assets/images/split/image2515.o (.data); + build/d/assets/images/split/image2516.o (.data); + build/d/assets/images/split/image2517.o (.data); + build/d/assets/images/split/image2518.o (.data); + build/d/assets/images/split/image2519.o (.data); + build/d/assets/images/split/image2520.o (.data); + build/d/assets/images/split/image2521.o (.data); + build/d/assets/images/split/image2522.o (.data); + build/d/assets/images/split/image2523.o (.data); + build/d/assets/images/split/image2524.o (.data); + build/d/assets/images/split/image2525.o (.data); + build/d/assets/images/split/image2526.o (.data); + build/d/assets/images/split/image2527.o (.data); + build/d/assets/images/split/image2528.o (.data); + build/d/assets/images/split/image2529.o (.data); + build/d/assets/images/split/image2530.o (.data); + build/d/assets/images/split/image2531.o (.data); + build/d/assets/images/split/image2532.o (.data); + build/d/assets/images/split/image2533.o (.data); + build/d/assets/images/split/image2534.o (.data); + build/d/assets/images/split/image2535.o (.data); + build/d/assets/images/split/image2536.o (.data); + build/d/assets/images/split/image2537.o (.data); + build/d/assets/images/split/image2538.o (.data); + build/d/assets/images/split/image2539.o (.data); + build/d/assets/images/split/image2540.o (.data); + build/d/assets/images/split/image2541.o (.data); + build/d/assets/images/split/image2542.o (.data); + build/d/assets/images/split/image2543.o (.data); + build/d/assets/images/split/image2544.o (.data); + build/d/assets/images/split/image2545.o (.data); + build/d/assets/images/split/image2546.o (.data); + build/d/assets/images/split/image2547.o (.data); + build/d/assets/images/split/image2548.o (.data); + build/d/assets/images/split/image2549.o (.data); + build/d/assets/images/split/image2550.o (.data); + build/d/assets/images/split/image2551.o (.data); + build/d/assets/images/split/image2552.o (.data); + build/d/assets/images/split/image2553.o (.data); + build/d/assets/images/split/image2554.o (.data); + build/d/assets/images/split/image2555.o (.data); + build/d/assets/images/split/image2556.o (.data); + build/d/assets/images/split/image2557.o (.data); + build/d/assets/images/split/image2558.o (.data); + build/d/assets/images/split/image2559.o (.data); + build/d/assets/images/split/image2560.o (.data); + build/d/assets/images/split/image2561.o (.data); + build/d/assets/images/split/image2562.o (.data); + build/d/assets/images/split/image2563.o (.data); + build/d/assets/images/split/image2564.o (.data); + build/d/assets/images/split/image2565.o (.data); + build/d/assets/images/split/image2566.o (.data); + build/d/assets/images/split/image2567.o (.data); + build/d/assets/images/split/image2568.o (.data); + build/d/assets/images/split/image2569.o (.data); + build/d/assets/images/split/image2570.o (.data); + build/d/assets/images/split/image2571.o (.data); + build/d/assets/images/split/image2572.o (.data); + build/d/assets/images/split/image2573.o (.data); + build/d/assets/images/split/image2574.o (.data); + build/d/assets/images/split/image2575.o (.data); + build/d/assets/images/split/image2576.o (.data); + build/d/assets/images/split/image2577.o (.data); + build/d/assets/images/split/image2578.o (.data); + build/d/assets/images/split/image2579.o (.data); + build/d/assets/images/split/image2580.o (.data); + build/d/assets/images/split/image2581.o (.data); + build/d/assets/images/split/image2582.o (.data); + build/d/assets/images/split/image2583.o (.data); + build/d/assets/images/split/image2584.o (.data); + build/d/assets/images/split/image2585.o (.data); + build/d/assets/images/split/image2586.o (.data); + build/d/assets/images/split/image2587.o (.data); + build/d/assets/images/split/image2588.o (.data); + build/d/assets/images/split/image2589.o (.data); + build/d/assets/images/split/image2590.o (.data); + build/d/assets/images/split/image2591.o (.data); + build/d/assets/images/split/image2592.o (.data); + build/d/assets/images/split/image2593.o (.data); + build/d/assets/images/split/image2594.o (.data); + build/d/assets/images/split/image2595.o (.data); + build/d/assets/images/split/image2596.o (.data); + build/d/assets/images/split/image2597.o (.data); + build/d/assets/images/split/image2598.o (.data); + build/d/assets/images/split/image2599.o (.data); + build/d/assets/images/split/image2600.o (.data); + build/d/assets/images/split/image2601.o (.data); + build/d/assets/images/split/image2602.o (.data); + build/d/assets/images/split/image2603.o (.data); + build/d/assets/images/split/image2604.o (.data); + build/d/assets/images/split/image2605.o (.data); + build/d/assets/images/split/image2606.o (.data); + build/d/assets/images/split/image2607.o (.data); + build/d/assets/images/split/image2608.o (.data); + build/d/assets/images/split/image2609.o (.data); + build/d/assets/images/split/image2610.o (.data); + build/d/assets/images/split/image2611.o (.data); + build/d/assets/images/split/image2612.o (.data); + build/d/assets/images/split/image2613.o (.data); + build/d/assets/images/split/image2614.o (.data); + build/d/assets/images/split/image2615.o (.data); + build/d/assets/images/split/image2616.o (.data); + build/d/assets/images/split/image2617.o (.data); + build/d/assets/images/split/image2618.o (.data); + build/d/assets/images/split/image2619.o (.data); + build/d/assets/images/split/image2620.o (.data); + build/d/assets/images/split/image2621.o (.data); + build/d/assets/images/split/image2622.o (.data); + build/d/assets/images/split/image2623.o (.data); + build/d/assets/images/split/image2624.o (.data); + build/d/assets/images/split/image2625.o (.data); + build/d/assets/images/split/image2626.o (.data); + build/d/assets/images/split/image2627.o (.data); + build/d/assets/images/split/image2628.o (.data); + build/d/assets/images/split/image2629.o (.data); + build/d/assets/images/split/image2630.o (.data); + build/d/assets/images/split/image2631.o (.data); + build/d/assets/images/split/image2632.o (.data); + build/d/assets/images/split/image2633.o (.data); + build/d/assets/images/split/image2634.o (.data); + build/d/assets/images/split/image2635.o (.data); + build/d/assets/images/split/image2636.o (.data); + build/d/assets/images/split/image2637.o (.data); + build/d/assets/images/split/image2638.o (.data); + build/d/assets/images/split/image2639.o (.data); + build/d/assets/images/split/image2640.o (.data); + build/d/assets/images/split/image2641.o (.data); + build/d/assets/images/split/image2642.o (.data); + build/d/assets/images/split/image2643.o (.data); + build/d/assets/images/split/image2644.o (.data); + build/d/assets/images/split/image2645.o (.data); + build/d/assets/images/split/image2646.o (.data); + build/d/assets/images/split/image2647.o (.data); + build/d/assets/images/split/image2648.o (.data); + build/d/assets/images/split/image2649.o (.data); + build/d/assets/images/split/image2650.o (.data); + build/d/assets/images/split/image2651.o (.data); + build/d/assets/images/split/image2652.o (.data); + build/d/assets/images/split/image2653.o (.data); + build/d/assets/images/split/image2654.o (.data); + build/d/assets/images/split/image2655.o (.data); + build/d/assets/images/split/image2656.o (.data); + build/d/assets/images/split/image2657.o (.data); + build/d/assets/images/split/image2658.o (.data); + build/d/assets/images/split/image2659.o (.data); + build/d/assets/images/split/image2660.o (.data); + build/d/assets/images/split/image2661.o (.data); + build/d/assets/images/split/image2662.o (.data); + build/d/assets/images/split/image2663.o (.data); + build/d/assets/images/split/image2664.o (.data); + build/d/assets/images/split/image2665.o (.data); + build/d/assets/images/split/image2666.o (.data); + build/d/assets/images/split/image2667.o (.data); + build/d/assets/images/split/image2668.o (.data); + build/d/assets/images/split/image2669.o (.data); + build/d/assets/images/split/image2670.o (.data); + build/d/assets/images/split/image2671.o (.data); + build/d/assets/images/split/image2672.o (.data); + build/d/assets/images/split/image2673.o (.data); + build/d/assets/images/split/image2674.o (.data); + build/d/assets/images/split/image2675.o (.data); + build/d/assets/images/split/image2676.o (.data); + build/d/assets/images/split/image2677.o (.data); + build/d/assets/images/split/image2678.o (.data); + build/d/assets/images/split/image2679.o (.data); + build/d/assets/images/split/image2680.o (.data); + build/d/assets/images/split/image2681.o (.data); + build/d/assets/images/split/image2682.o (.data); + build/d/assets/images/split/image2683.o (.data); + build/d/assets/images/split/image2684.o (.data); + build/d/assets/images/split/image2685.o (.data); + build/d/assets/images/split/image2686.o (.data); + build/d/assets/images/split/image2687.o (.data); + build/d/assets/images/split/image2688.o (.data); + build/d/assets/images/split/image2689.o (.data); + build/d/assets/images/split/image2690.o (.data); + build/d/assets/images/split/image2691.o (.data); + build/d/assets/images/split/image2692.o (.data); + build/d/assets/images/split/image2693.o (.data); + build/d/assets/images/split/image2694.o (.data); + build/d/assets/images/split/image2695.o (.data); + build/d/assets/images/split/image2696.o (.data); + build/d/assets/images/split/image2697.o (.data); + build/d/assets/images/split/image2698.o (.data); + build/d/assets/images/split/image2699.o (.data); + } + _imagesSegmentEnd = ADDR(.images) + SIZEOF(.images); + _imagesSegmentRomEnd = _imagesSegmentRomStart + SIZEOF(.images); + + + + _romSegmentEnd = _imagesSegmentRomEnd; + + + + __csegtempPos = 0xC00000; + __dataSegmentVaddrStart = _codeSegmentEnd + 0x10000000; + _csegmentSegmentStart = ADDR(.csegment); + _csegmentSegmentRomStart = __csegtempPos; + .csegment __dataSegmentVaddrStart : AT(_csegmentSegmentRomStart) { + build/d/src/rspboot.o (.text); + build/d/src/gspboot.o (.text); + build/d/src/aspboot.o (.text); + build/d/src/boot.o (.data); + build/d/src/init.o (.data); + build/d/src/sched.o (.data); + /*build/d/src/osMapTLB.o (.data);*/ + build/d/src/tlb_manage.o (.data); + build/d/src/tlb_random.o (.data); + /*build/d/src/tlb_resolve.o (.data);*/ + /*build/d/src/tlb_hardwire.o (.data);*/ + build/d/src/audi.o (.data); + build/d/src/speed_graph.o (.data); + build/d/src/fr.o (.data); + build/d/src/deb.o (.data); + /*build/d/src/fault.o (.data);*/ + /*deb_print may be part of fault per pd beta (.data);*/ + build/d/src/deb_print.o (.data); + /*build/d/src/getra.o (.data);*/ + /*build/d/src/ramrom.o (.data);*/ + build/d/src/boss.o (.data); + build/d/src/music.o (.data); + build/d/src/snd.o (.data); + build/d/src/memp.o (.data); + build/d/src/mema.o (.data); + build/d/src/random.o (.data); + build/d/src/token.o (.data); + /*build/d/src/str.o (.data);*/ + /*build/d/src/sprintf.o (.data);*/ + /*build/d/src/pi.o (.data);*/ + build/d/src/vi.o (.data); + build/d/src/debugmenu.o (.data); + build/d/src/joy.o (.data); + /*build/d/src/motor.o (.data);*/ + /*build/d/src/rmon.o (.data);*/ + + + /*build/d/src/libultra/io/pirawdma.o (.data);*/ + build/d/src/libultra/io/pigetstat.o (.data); + build/d/src/libultrare/os/initialize.o (.data); + build/d/src/libultra/os/writebackdcacheall.o (.data); + build/d/src/libultra/os/invalicache.o (.data); + build/d/src/libultra/os/unmaptlb.o (.data); + build/d/src/libultra/os/getfpccsr.o (.data); + build/d/src/libultra/os/setfpccsr.o (.data); + /*build/d/src/libultra/os/createthread.o (.data);*/ + /*build/d/src/libultra/os/startthread.o (.data);*/ + /*build/d/src/libultra/os/createmesgqueue.o (.data);*/ + build/d/src/libultra/os/parameters.o (.data); + build/d/src/libultra/os/stopthread.o (.data); + /*build/d/src/libultra/os/setthreadpri.o (.data);*/ + build/d/src/libultra/os/getcount.o (.data); + build/d/src/libultrare/io/vimgr.o (.data); + build/d/src/libultrare/io/vitbl.o (.data); /*edited*/ + /*build/d/src/libultra/os/seteventmesg.o (.data);*/ + /*build/d/src/libultra/io/visetevent.o (.data);*/ + build/d/src/libultra/os/setintmask.o (.data); + /*build/d/src/libultra/os/recvmesg.o (.data);*/ + /*build/d/src/libultra/os/sendmesg.o (.data);*/ + /*build/d/src/libultra/io/visetmode.o (.data);*/ + build/d/src/libultra/io/visetxscale.o (.data); + build/d/src/libultra/io/visetyscale.o (.data); + build/d/src/libultra/io/virepeatline.o (.data); + /*build/d/src/libultra/io/viblack.o (.data);*/ + /*build/d/src/libultra/io/sptaskyielded.o (.data);*/ + build/d/src/libultra/io/dpctr.o (.data); + build/d/src/libultra/io/vigetcurrframebuf.o (.data); + build/d/src/libultra/io/vigetnextframebuf.o (.data); + /*build/d/src/libultra/io/viswapbuf.o (.data);*/ + build/d/src/libultra/io/dpsetstat.o (.data); + build/d/src/libultrare/io/sptask.o (.data); + build/d/src/libultra/io/dpsetnextbuf.o (.data); + build/d/src/libultra/io/sptaskyield.o (.data); + build/d/src/libultra/os/gettlbhi.o (.data); + build/d/src/libultra/os/virtualtophysical.o (.data); + build/d/src/libultra/io/aisetfreq.o (.data); + build/d/src/libultra/audio/sl.o (.data); + build/d/src/libultra/audio/heapalloc.o (.data); + build/d/src/libultra/os/gettime.o (.data); + build/d/src/libultra/libc/ll.o (.data); /*edited*/ + build/d/src/libultrare/io/aisetnextbuf.o (.data); + build/d/src/libultra/io/aigetlen.o (.data); + build/d/src/libultra/audio/synthesizer.o (.data); + build/d/src/libultra/io/pidma.o (.data); + build/d/src/libultra/io/visetspecial.o (.data); + build/d/src/libultra/libc/bcopy.o (.data); + build/d/src/libultra/gu/perspective.o (.data); + build/d/src/libultra/gu/mtxutil.o (.data); + build/d/src/libultra/os/getcurrfaultthread.o (.data); + build/d/src/libultra/os/exception.o (.data); /*edited*/ + build/d/src/libultra/os/thread.o (.data); + build/d/src/libultra/os/yieldthread.o (.data); + build/d/src/libultra/os/invaldcache.o (.data); + build/d/src/libultra/os/writebackdcache.o (.data); + build/d/src/libultra/os/settimer.o (.data); + build/d/src/libultra/audio/heapinit.o (.data); + build/d/src/libultra/audio/bnkf.o (.data); + build/d/src/libultra/audio/csplayer.o (.data); + build/d/src/libultra/audio/seqpsetbank.o (.data); + build/d/src/libultra/audio/cspgetstate.o (.data); + build/d/src/libultra/audio/cseq.o (.data); + build/d/src/libultra/audio/cspsetseq.o (.data); + build/d/src/libultra/audio/cspplay.o (.data); + build/d/src/libultra/audio/cspstop.o (.data); + build/d/src/libultra/audio/cspsetvol.o (.data); + build/d/src/libultra/audio/event.o (.data); + build/d/src/libultra/audio/synaddplayer.o (.data); + build/d/src/libultra/audio/synallocvoice.o (.data); + build/d/src/libultra/audio/synsetvol.o (.data); + build/d/src/libultra/audio/synstartvoice.o (.data); + build/d/src/libultra/audio/synsetpan.o (.data); + build/d/src/libultra/audio/synsetpitch.o (.data); + build/d/src/libultra/audio/synsetfxmix.o (.data); + build/d/src/libultra/audio/synstopvoice.o (.data); + build/d/src/libultra/audio/synfreevoice.o (.data); + build/d/src/libultra/audio/cents2ratio.o (.data); + build/d/src/libultra/io/piread.o (.data); + build/d/src/libultra/libc/string.o (.data); + build/d/src/libultrare/libc/xprintf.o (.data); + build/d/src/libultrare/io/pimgr.o (.data); + build/d/src/libultrare/io/pfsinit.o (.data); + build/d/src/libultrare/io/controller.o (.data); + build/d/src/libultra/io/contquery.o (.data); + build/d/src/libultrare/io/contreaddata.o (.data); + build/d/src/libultrare/io/conteepprobe.o (.data); + build/d/src/libultrare/io/conteepread.o (.data); + build/d/src/libultrare/io/conteepwrite.o (.data); + build/d/src/libultrare/io/conteeplongread.o (.data); + build/d/src/libultrare/io/conteeplongwrite.o (.data); + build/d/src/libultrare/io/pfsisplug.o (.data); + build/d/src/libultra/io/siacs.o (.data); + build/d/src/libultra/io/sirawdma.o (.data); + build/d/src/libultra/io/crc.o (.data); + build/d/src/libultrare/io/contramwrite.o (.data); + build/d/src/libultrare/io/contramread.o (.data); + build/d/src/libultra/gu/align.o (.data); + build/d/src/libultra/gu/ortho.o (.data); + build/d/src/libultra/gu/coss.o (.data); + build/d/src/libultra/gu/sins.o (.data); + build/d/src/libultra/gu/translate.o (.data); + build/d/src/libultra/libc/bcmp.o (.data); + build/d/src/libultra/gu/scale.o (.data); + build/d/src/libultra/gu/lookatref.o (.data); + build/d/src/libultra/gu/lookat.o (.data); + build/d/src/libultra/gu/rotate.o (.data); + build/d/src/libultra/libc/llcvt.o (.data); /*edited*/ + build/d/src/libultra/os/setsr.o (.data); + build/d/src/libultra/os/getsr.o (.data); + build/d/src/libultra/io/sirawread.o (.data); + build/d/src/libultra/io/sirawwrite.o (.data); + build/d/src/libultra/io/pirawread.o (.data); + build/d/src/libultra/libc/bzero.o (.data); + build/d/src/libultra/os/sethwinterrupt.o (.data); + build/d/src/libultrare/io/leointerrupt.o (.data); + build/d/src/libultra/os/interrupt.o (.data); + build/d/src/libultra/os/timerintr.o (.data); + build/d/src/libultra/os/kdebugserver.o (.data); + build/d/src/libultra/os/getthreadpri.o (.data); + build/d/src/libultrare/io/vi.o (.data); /*edited*/ + build/d/src/libultra/io/vigetcurrcontext.o (.data); + build/d/src/libultra/io/viswapcontext.o (.data); + build/d/src/libultra/io/spgetstat.o (.data); + build/d/src/libultra/io/spsetstat.o (.data); + build/d/src/libultra/io/spsetpc.o (.data); + build/d/src/libultra/io/sprawdma.o (.data); + build/d/src/libultra/io/sp.o (.data); + build/d/src/libultra/io/dp.o (.data); + build/d/src/libultra/os/probetlb.o (.data); + build/d/src/libultra/audio/syndelete.o (.data); + build/d/src/libultra/io/ai.o (.data); + build/d/src/libultrare/audio/drvrNew.o (.data); + build/d/src/libultra/audio/synallocfx.o (.data); + build/d/src/libultra/audio/mainbus.o (.data); + build/d/src/libultra/audio/load.o (.data); + build/d/src/libultra/audio/resample.o (.data); + build/d/src/libultrare/audio/env.o (.data); /*edited*/ + build/d/src/libultra/audio/auxbus.o (.data); + build/d/src/libultra/audio/save.o (.data); + build/d/src/libultra/os/jammesg.o (.data); + build/d/src/libultra/io/pigetcmdq.o (.data); + build/d/src/libultra/gu/cosf.o (.data); /*edited*/ + build/d/src/libultra/gu/sinf.o (.data); /*edited*/ + build/d/src/libultrare/os/destroythread.o (.data); + build/d/src/libultra/audio/seqplayer.o (.data); + build/d/src/libultra/audio/synstartvoiceparam.o (.data); + build/d/src/libultra/audio/copy.o (.data); + build/d/src/libultra/io/piacs.o (.data); + build/d/src/libultra/libc/xlitob.o (.data); + build/d/src/libultra/libc/xldtob.o (.data); + build/d/src/libultrare/io/epirawdma.o (.data); + build/d/src/libultrare/io/devmgr.o (.data); + build/d/src/libultra/io/contpfs.o (.data); + build/d/src/libultra/io/si.o (.data); + build/d/src/libultra/gu/normalize.o (.data); + build/d/src/libultra/gu/sqrtf.o (.data); + build/d/src/libultrare/io/leodiskinit.o (.data); + build/d/src/libultra/os/setcompare.o (.data); + build/d/src/libultra/audio/filter.o (.data); + build/d/src/libultrare/audio/reverb.o (.data); /*edited*/ + build/d/src/libultra/gu/libm_vals.o (.data); /*edited*/ + build/d/src/libultra/audio/seq.o (.data); + build/d/src/libultra/audio/synsetpriority.o (.data); + build/d/src/libultra/libc/ldiv.o (.data); + build/d/src/libultra/os/resetglobalintmask.o (.data); + build/d/src/libultrare/io/epirawwrite.o (.data); + build/d/src/libultra/io/vimodentsclan1.o (.data); + build/d/src/libultrare/io/vimodepallan1.o (.data); + build/d/src/libultrare/ultra80069080.o (.data); /*edited*/ + /*build/d/src/libultra/libultra.a:libultra.o (.data);*/ + + build/d/src/aspboot.o (.rodata); + build/d/src/boot.o (.rodata); + build/d/src/init.o (.rodata); + build/d/src/sched.o (.rodata); + build/d/src/osMapTLB.o (.rodata); + build/d/src/tlb_manage.o (.rodata); + build/d/src/tlb_random.o (.rodata); + build/d/src/tlb_resolve.o (.rodata); + build/d/src/tlb_hardwire.o (.rodata); + build/d/src/audi.o (.rodata); + build/d/src/speed_graph.o (.rodata); + build/d/src/fr.o (.rodata); + build/d/src/deb.o (.rodata); + build/d/src/fault.o (.rodata); + /*deb_print may be part of fault per pd beta (.rodata);*/ + build/d/src/deb_print.o (.rodata); + build/d/src/getra.o (.rodata); + build/d/src/ramrom.o (.rodata); + build/d/src/boss.o (.rodata); + build/d/src/music.o (.rodata); + build/d/src/snd.o (.rodata); + build/d/src/memp.o (.rodata); + build/d/src/mema.o (.rodata); + build/d/src/random.o (.rodata); + build/d/src/token.o (.rodata); + build/d/src/str.o (.rodata); + build/d/src/sprintf.o (.rodata); + build/d/src/pi.o (.rodata); + build/d/src/vi.o (.rodata); + build/d/src/debugmenu.o (.rodata); + build/d/src/joy.o (.rodata); + build/d/src/motor.o (.rodata); + build/d/src/rmon.o (.rodata); + + /*build/d/src/libultra/osPiRawStartDma.o (.rodata);*/ + build/d/src/libultra/io/pirawdma.o (.rodata); + build/d/src/libultra/io/pigetstat.o (.rodata); + build/d/src/libultrare/os/initialize.o (.rodata); + build/d/src/libultra/os/writebackdcacheall.o (.rodata); + build/d/src/libultra/os/invalicache.o (.rodata); + build/d/src/libultra/os/unmaptlb.o (.rodata); + build/d/src/libultra/os/getfpccsr.o (.rodata); + build/d/src/libultra/os/setfpccsr.o (.rodata); + build/d/src/libultra/os/createthread.o (.rodata); + build/d/src/libultra/os/startthread.o (.rodata); + build/d/src/libultra/os/createmesgqueue.o (.rodata); + build/d/src/libultra/os/parameters.o (.rodata); + build/d/src/libultra/os/stopthread.o (.rodata); + build/d/src/libultra/os/setthreadpri.o (.rodata); + build/d/src/libultra/os/getcount.o (.rodata); + build/d/src/libultrare/io/vimgr.o (.rodata); + build/d/src/libultrare/io/vitbl.o (.rodata); /*edited*/ + build/d/src/libultra/os/seteventmesg.o (.rodata); + build/d/src/libultra/io/visetevent.o (.rodata); + build/d/src/libultra/os/setintmask.o (.rodata); + build/d/src/libultra/os/recvmesg.o (.rodata); + build/d/src/libultra/os/sendmesg.o (.rodata); + build/d/src/libultra/io/visetmode.o (.rodata); + build/d/src/libultra/io/visetxscale.o (.rodata); + build/d/src/libultra/io/visetyscale.o (.rodata); + build/d/src/libultra/io/virepeatline.o (.rodata); + build/d/src/libultra/io/viblack.o (.rodata); + build/d/src/libultra/io/sptaskyielded.o (.rodata); + build/d/src/libultra/io/dpctr.o (.rodata); + build/d/src/libultra/io/vigetcurrframebuf.o (.rodata); + build/d/src/libultra/io/vigetnextframebuf.o (.rodata); + build/d/src/libultra/io/viswapbuf.o (.rodata); + build/d/src/libultra/io/dpsetstat.o (.rodata); + build/d/src/libultrare/io/sptask.o (.rodata); + build/d/src/libultra/io/dpsetnextbuf.o (.rodata); + build/d/src/libultra/io/sptaskyield.o (.rodata); + build/d/src/libultra/os/gettlbhi.o (.rodata); + build/d/src/libultra/os/virtualtophysical.o (.rodata); + build/d/src/libultra/io/aisetfreq.o (.rodata); + build/d/src/libultra/audio/sl.o (.rodata); + build/d/src/libultra/audio/heapalloc.o (.rodata); + build/d/src/libultra/os/gettime.o (.rodata); + build/d/src/libultra/libc/ll.o (.rodata); /*edited*/ + build/d/src/libultrare/io/aisetnextbuf.o (.rodata); + build/d/src/libultra/io/aigetlen.o (.rodata); + build/d/src/libultra/audio/synthesizer.o (.rodata); + build/d/src/libultra/io/pidma.o (.rodata); + build/d/src/libultra/io/visetspecial.o (.rodata); + build/d/src/libultra/libc/bcopy.o (.rodata); + build/d/src/libultra/gu/perspective.o (.rodata); + build/d/src/libultra/gu/mtxutil.o (.rodata); + build/d/src/libultra/os/getcurrfaultthread.o (.rodata); + build/d/src/libultra/os/exception.o (.rodata); /*edited*/ + build/d/src/libultra/os/thread.o (.rodata); + build/d/src/libultra/os/yieldthread.o (.rodata); + build/d/src/libultra/os/invaldcache.o (.rodata); + build/d/src/libultra/os/writebackdcache.o (.rodata); + build/d/src/libultra/os/settimer.o (.rodata); + build/d/src/libultra/audio/heapinit.o (.rodata); + build/d/src/libultra/audio/bnkf.o (.rodata); + build/d/src/libultra/audio/csplayer.o (.rodata); + build/d/src/libultra/audio/seqpsetbank.o (.rodata); + build/d/src/libultra/audio/cspgetstate.o (.rodata); + build/d/src/libultra/audio/cseq.o (.rodata); + build/d/src/libultra/audio/cspsetseq.o (.rodata); + build/d/src/libultra/audio/cspplay.o (.rodata); + build/d/src/libultra/audio/cspstop.o (.rodata); + build/d/src/libultra/audio/cspsetvol.o (.rodata); + build/d/src/libultra/audio/event.o (.rodata); + build/d/src/libultra/audio/synaddplayer.o (.rodata); + build/d/src/libultra/audio/synallocvoice.o (.rodata); + build/d/src/libultra/audio/synsetvol.o (.rodata); + build/d/src/libultra/audio/synstartvoice.o (.rodata); + build/d/src/libultra/audio/synsetpan.o (.rodata); + build/d/src/libultra/audio/synsetpitch.o (.rodata); + build/d/src/libultra/audio/synsetfxmix.o (.rodata); + build/d/src/libultra/audio/synstopvoice.o (.rodata); + build/d/src/libultra/audio/synfreevoice.o (.rodata); + build/d/src/libultra/audio/cents2ratio.o (.rodata); + build/d/src/libultra/io/piread.o (.rodata); + build/d/src/libultra/libc/string.o (.rodata); + build/d/src/libultrare/libc/xprintf.o (.rodata); + build/d/src/libultrare/io/pimgr.o (.rodata); + build/d/src/libultrare/io/pfsinit.o (.rodata); + build/d/src/libultrare/io/controller.o (.rodata); + build/d/src/libultra/io/contquery.o (.rodata); + build/d/src/libultrare/io/contreaddata.o (.rodata); + build/d/src/libultrare/io/conteepprobe.o (.rodata); + build/d/src/libultrare/io/conteepread.o (.rodata); + build/d/src/libultrare/io/conteepwrite.o (.rodata); + build/d/src/libultrare/io/conteeplongread.o (.rodata); + build/d/src/libultrare/io/conteeplongwrite.o (.rodata); + build/d/src/libultrare/io/pfsisplug.o (.rodata); + build/d/src/libultra/io/siacs.o (.rodata); + build/d/src/libultra/io/sirawdma.o (.rodata); + build/d/src/libultra/io/crc.o (.rodata); + build/d/src/libultrare/io/contramwrite.o (.rodata); + build/d/src/libultrare/io/contramread.o (.rodata); + build/d/src/libultra/gu/align.o (.rodata); + build/d/src/libultra/gu/ortho.o (.rodata); + build/d/src/libultra/gu/coss.o (.rodata); + build/d/src/libultra/gu/sins.o (.rodata); + build/d/src/libultra/gu/translate.o (.rodata); + build/d/src/libultra/libc/bcmp.o (.rodata); + build/d/src/libultra/gu/scale.o (.rodata); + build/d/src/libultra/gu/lookatref.o (.rodata); + build/d/src/libultra/gu/lookat.o (.rodata); + build/d/src/libultra/gu/rotate.o (.rodata); + build/d/src/libultra/libc/llcvt.o (.rodata); /*edited*/ + build/d/src/libultra/os/setsr.o (.rodata); + build/d/src/libultra/os/getsr.o (.rodata); + build/d/src/libultra/io/sirawread.o (.rodata); + build/d/src/libultra/io/sirawwrite.o (.rodata); + build/d/src/libultra/io/pirawread.o (.rodata); + build/d/src/libultra/libc/bzero.o (.rodata); + build/d/src/libultra/os/sethwinterrupt.o (.rodata); + build/d/src/libultrare/io/leointerrupt.o (.rodata); + build/d/src/libultra/os/interrupt.o (.rodata); + build/d/src/libultra/os/timerintr.o (.rodata); + build/d/src/libultra/os/kdebugserver.o (.rodata); + build/d/src/libultra/os/getthreadpri.o (.rodata); + build/d/src/libultrare/io/vi.o (.rodata); /*edited*/ + build/d/src/libultra/io/vigetcurrcontext.o (.rodata); + build/d/src/libultra/io/viswapcontext.o (.rodata); + build/d/src/libultra/io/spgetstat.o (.rodata); + build/d/src/libultra/io/spsetstat.o (.rodata); + build/d/src/libultra/io/spsetpc.o (.rodata); + build/d/src/libultra/io/sprawdma.o (.rodata); + build/d/src/libultra/io/sp.o (.rodata); + build/d/src/libultra/io/dp.o (.rodata); + build/d/src/libultra/os/probetlb.o (.rodata); + build/d/src/libultra/audio/syndelete.o (.rodata); + build/d/src/libultra/io/ai.o (.rodata); + build/d/src/libultrare/audio/drvrNew.o (.rodata); + build/d/src/libultra/audio/synallocfx.o (.rodata); + build/d/src/libultra/audio/mainbus.o (.rodata); + build/d/src/libultra/audio/load.o (.rodata); + build/d/src/libultra/audio/resample.o (.rodata); + build/d/src/libultrare/audio/env.o (.rodata); /*edited*/ + build/d/src/libultra/audio/auxbus.o (.rodata); + build/d/src/libultra/audio/save.o (.rodata); + build/d/src/libultra/os/jammesg.o (.rodata); + build/d/src/libultra/io/pigetcmdq.o (.rodata); + build/d/src/libultra/gu/cosf.o (.rodata); /*edited*/ + build/d/src/libultra/gu/sinf.o (.rodata); /*edited*/ + build/d/src/libultrare/os/destroythread.o (.rodata); + build/d/src/libultra/audio/seqplayer.o (.rodata); + build/d/src/libultra/audio/synstartvoiceparam.o (.rodata); + build/d/src/libultra/audio/copy.o (.rodata); + build/d/src/libultra/io/piacs.o (.rodata); + build/d/src/libultra/libc/xlitob.o (.rodata); + build/d/src/libultra/libc/xldtob.o (.rodata); + build/d/src/libultrare/io/epirawdma.o (.rodata); + build/d/src/libultrare/io/devmgr.o (.rodata); + build/d/src/libultra/io/contpfs.o (.rodata); + build/d/src/libultra/io/si.o (.rodata); + build/d/src/libultra/gu/normalize.o (.rodata); + build/d/src/libultra/gu/sqrtf.o (.rodata); + build/d/src/libultrare/io/leodiskinit.o (.rodata); + build/d/src/libultra/os/setcompare.o (.rodata); + build/d/src/libultra/audio/filter.o (.rodata); + build/d/src/libultrare/audio/reverb.o (.rodata); /*edited*/ + build/d/src/libultra/gu/libm_vals.o (.rodata); /*edited*/ + build/d/src/libultra/audio/seq.o (.rodata); + build/d/src/libultra/audio/synsetpriority.o (.rodata); + build/d/src/libultra/libc/ldiv.o (.rodata); + build/d/src/libultra/os/resetglobalintmask.o (.rodata); + build/d/src/libultrare/io/epirawwrite.o (.rodata); + build/d/src/libultra/io/vimodentsclan1.o (.rodata); + build/d/src/libultrare/io/vimodepallan1.o (.rodata); + build/d/src/libultrare/ultra80069080.o (.rodata); /*edited*/ + /*build/d/src/libultra/libultra.a:libultra.o (.rodata);*/ + + build/d/src/game/initgamedata.o (.data); + build/d/src/game/initweaponanigroups.o (.data); + build/d/src/game/initactorpropstuff.o (.data); + build/d/src/game/initnull_0009D0.o (.data); + build/d/src/game/initunk_0009E0.o (.data); + build/d/src/game/initanitable.o (.data); + build/d/src/game/initplayergaitobject.o (.data); + build/d/src/game/setguscale.o (.data); + build/d/src/game/initnull_000BC0.o (.data); + build/d/src/game/initimages.o (.data); + build/d/src/game/initintromatrices.o (.data); + build/d/src/game/initmenus.o (.data); + build/d/src/game/initguards.o (.data); + build/d/src/game/deb_loadallmodels.o (.data); + build/d/src/game/initobjects.o (.data); + build/d/src/game/prop.o (.data); + build/d/src/game/objective.o (.data); + build/d/src/game/ejectedcartridges.o (.data); + build/d/src/game/initBondDATA.o (.data); + build/d/src/game/initunk_005450.o (.data); + build/d/src/game/initunk_005520.o (.data); + build/d/src/game/bondview_r.o (.data); + build/d/src/game/inititemslots.o (.data); + build/d/src/game/initBondDATAdefaults.o (.data); + build/d/src/game/initpathtablesomething.o (.data); + build/d/src/game/initpathtablelinks.o (.data); + build/d/src/game/initexplosioncasing.o (.data); + build/d/src/game/alloc_window_pieces.o (.data); + build/d/src/game/initunk_007290.o (.data); + build/d/src/game/initcheattext.o (.data); + build/d/src/game/initmttex.o (.data); + build/d/src/game/cleanup_guard_data.o (.data); + build/d/src/game/cleanup_object_sounds.o (.data); + build/d/src/game/cleanup_alarms.o (.data); + build/d/src/game/cleanup_objects.o (.data); + build/d/src/game/cleanup_objectives.o (.data); + build/d/src/game/cleanupSFXRelated.o (.data); + build/d/src/game/playerstats_007770.o (.data); + build/d/src/game/cleanexplosions.o (.data); + build/d/src/game/cleanwindowpieces.o (.data); + build/d/src/game/null_007970.o (.data); + build/d/src/game/cleanplayersound.o (.data); + build/d/src/game/title.o (.data); + build/d/src/game/front.o (.data); + build/d/src/game/unk_01B0E0.o (.data); + build/d/src/game/unk_01B240.o (.data); + build/d/src/game/unk_01BAE0.o (.data); + build/d/src/game/blood_animation.o (.data); + build/d/src/game/blood_decrypt.o (.data); + build/d/src/game/file.o (.data); + build/d/src/game/file2.o (.data); + build/d/src/game/chr.o (.data); + build/d/src/game/chr_b.o (.data); + build/d/src/game/chrlv.o (.data); + build/d/src/game/chrai.o (.data); + build/d/src/game/chrprop.o (.data); + build/d/src/game/chrobjhandler.o (.data); + build/d/src/game/loadobjectmodel.o (.data); + build/d/src/game/objective_status.o (.data); + build/d/src/game/objective_status2.o (.data); + build/d/src/game/math_sincos.o (.data); + build/d/src/game/matrixmath.o (.data); + build/d/src/game/math_unk_05A9E0.o (.data); + build/d/src/game/math_atan2f.o (.data); + build/d/src/game/math_asinacos.o (.data); + build/d/src/game/math_asinfacosf.o (.data); + build/d/src/game/matrixmath_misc.o (.data); + build/d/src/game/quaternion.o (.data); + build/d/src/game/math_floor.o (.data); + build/d/src/game/math_ceil.o (.data); + build/d/src/game/gun.o (.data); + build/d/src/game/bondwalk2.o (.data); + build/d/src/game/objecthandler.o (.data); + build/d/src/game/objecthandler_1.o (.data); + build/d/src/game/objecthandler_2.o (.data); + build/d/src/game/othermodemicrocode.o (.data); + build/d/src/game/bondview.o (.data); + build/d/src/game/bondinv.o (.data); + build/d/src/game/bondhead.o (.data); + build/d/src/game/padhalllv.o (.data); + build/d/src/game/debugmenu_08FE00.o (.data); + build/d/src/game/debugmenu_handler.o (.data); + build/d/src/game/unk_091080.o (.data); + build/d/src/game/chraidata.o (.data); + build/d/src/game/pobjdata.o (.data); + build/d/src/game/gobjdata.o (.data); + build/d/src/game/gobjdata2.o (.data); + build/d/src/game/cobjdata.o (.data); + build/d/src/game/cheat_buttons.o (.data); + build/d/src/game/unk_092890.o (.data); + build/d/src/game/unk_092E50.o (.data); + build/d/src/game/player.o (.data); + build/d/src/game/player_2.o (.data); + build/d/src/game/crc.o (.data); + build/d/src/game/chrObjRandom.o (.data); + build/d/src/game/unk_09B7A0.o (.data); + build/d/src/game/explosions.o (.data); + build/d/src/game/unk_0A1DA0.o (.data); + build/d/src/game/watch.o (.data); + build/d/src/game/textrelated.o (.data); + build/d/src/game/stan.o (.data); + build/d/src/game/unk_0B3200.o (.data); + build/d/src/game/bg.o (.data); + build/d/src/game/bg2.o (.data); + build/d/src/game/fog.o (.data); + build/d/src/game/lightfixture.o (.data); + build/d/src/game/unk_0BC530.o (.data); + build/d/src/game/ob.o (.data); + build/d/src/game/dyn.o (.data); + build/d/src/game/lvl.o (.data); + build/d/src/game/ramromreplay.o (.data); + build/d/src/game/unk_0C0A70.o (.data); + build/d/src/game/mp_music.o (.data); + build/d/src/game/lvl_text.o (.data); + build/d/src/game/mp_watch.o (.data); + build/d/src/game/radar.o (.data); + build/d/src/game/mp_weapon.o (.data); + build/d/src/game/image.o (.data); + build/d/src/game/image_bank.o (.data); + build/d/src/game/unk_0CC4C0.o (.data); + build/d/src/game/decompress.o (.data); + build/d/src/game/zlib.o (.data); + build/d/src/game/rsp.o (.data); + build/d/src/game/indy_comms.o (.data); + build/d/src/game/indy_commands.o (.data); + build/d/src/game/game_debug.o (.data); + build/d/src/game/compiletime.o (.data); + build/d/src/game/unk_0D1AC0.o (.data); + build/d/src/game/viewport.o (.data); + build/d/src/game/music_0D2720.o (.data); + build/d/src/game/spectrum.o (.data); + + build/d/src/game/initgamedata.o (.rodata); + build/d/src/game/initweaponanigroups.o (.rodata); + build/d/src/game/initactorpropstuff.o (.rodata); + build/d/src/game/initnull_0009D0.o (.rodata); + build/d/src/game/initunk_0009E0.o (.rodata); + build/d/src/game/initanitable.o (.rodata); + build/d/src/game/initplayergaitobject.o (.rodata); + build/d/src/game/setguscale.o (.rodata); + build/d/src/game/initnull_000BC0.o (.rodata); + build/d/src/game/initimages.o (.rodata); + build/d/src/game/initintromatrices.o (.rodata); + build/d/src/game/initmenus.o (.rodata); + build/d/src/game/initguards.o (.rodata); + build/d/src/game/deb_loadallmodels.o (.rodata); + build/d/src/game/initobjects.o (.rodata); + build/d/src/game/prop.o (.rodata); + build/d/src/game/objective.o (.rodata); + build/d/src/game/ejectedcartridges.o (.rodata); + build/d/src/game/initBondDATA.o (.rodata); + build/d/src/game/initunk_005450.o (.rodata); + build/d/src/game/initunk_005520.o (.rodata); + build/d/src/game/bondview_r.o (.rodata); + build/d/src/game/inititemslots.o (.rodata); + build/d/src/game/initBondDATAdefaults.o (.rodata); + build/d/src/game/initpathtablesomething.o (.rodata); + build/d/src/game/initpathtablelinks.o (.rodata); + build/d/src/game/initexplosioncasing.o (.rodata); + build/d/src/game/alloc_window_pieces.o (.rodata); + build/d/src/game/initunk_007290.o (.rodata); + build/d/src/game/initcheattext.o (.rodata); + build/d/src/game/initmttex.o (.rodata); + build/d/src/game/cleanup_guard_data.o (.rodata); + build/d/src/game/cleanup_object_sounds.o (.rodata); + build/d/src/game/cleanup_alarms.o (.rodata); + build/d/src/game/cleanup_objects.o (.rodata); + build/d/src/game/cleanup_objectives.o (.rodata); + build/d/src/game/cleanupSFXRelated.o (.rodata); + build/d/src/game/playerstats_007770.o (.rodata); + build/d/src/game/cleanexplosions.o (.rodata); + build/d/src/game/cleanwindowpieces.o (.rodata); + build/d/src/game/null_007970.o (.rodata); + build/d/src/game/cleanplayersound.o (.rodata); + build/d/src/game/title.o (.rodata); + build/d/src/game/front.o (.rodata); + build/d/src/game/unk_01B0E0.o (.rodata); + build/d/src/game/unk_01B240.o (.rodata); + build/d/src/game/unk_01BAE0.o (.rodata); + build/d/src/game/blood_animation.o (.rodata); + build/d/src/game/blood_decrypt.o (.rodata); + build/d/src/game/file.o (.rodata); + build/d/src/game/file2.o (.rodata); + build/d/src/game/chr.o (.rodata); + build/d/src/game/chr_b.o (.rodata); + build/d/src/game/chrlv.o (.rodata); + build/d/src/game/chrai.o (.rodata); + build/d/src/game/chrprop.o (.rodata); + build/d/src/game/chrobjhandler.o (.rodata); + build/d/src/game/loadobjectmodel.o (.rodata); + build/d/src/game/objective_status.o (.rodata); + build/d/src/game/objective_status2.o (.rodata); + build/d/src/game/math_sincos.o (.rodata); + build/d/src/game/matrixmath.o (.rodata); + build/d/src/game/math_unk_05A9E0.o (.rodata); + build/d/src/game/math_atan2f.o (.rodata); + build/d/src/game/math_asinacos.o (.rodata); + build/d/src/game/math_asinfacosf.o (.rodata); + build/d/src/game/matrixmath_misc.o (.rodata); + build/d/src/game/quaternion.o (.rodata); + build/d/src/game/math_floor.o (.rodata); + build/d/src/game/math_ceil.o (.rodata); + build/d/src/game/gun.o (.rodata); + build/d/src/game/bondwalk2.o (.rodata); + build/d/src/game/objecthandler.o (.rodata); + build/d/src/game/objecthandler_1.o (.rodata); + build/d/src/game/objecthandler_2.o (.rodata); + build/d/src/game/othermodemicrocode.o (.rodata); + build/d/src/game/bondview.o (.rodata); + build/d/src/game/bondinv.o (.rodata); + build/d/src/game/bondhead.o (.rodata); + build/d/src/game/padhalllv.o (.rodata); + build/d/src/game/debugmenu_08FE00.o (.rodata); + build/d/src/game/debugmenu_handler.o (.rodata); + build/d/src/game/unk_091080.o (.rodata); + build/d/src/game/chraidata.o (.rodata); + build/d/src/game/pobjdata.o (.rodata); + build/d/src/game/gobjdata.o (.rodata); + build/d/src/game/gobjdata2.o (.rodata); + build/d/src/game/cobjdata.o (.rodata); + build/d/src/game/cheat_buttons.o (.rodata); + build/d/src/game/unk_092890.o (.rodata); + build/d/src/game/unk_092E50.o (.rodata); + build/d/src/game/player.o (.rodata); + build/d/src/game/player_2.o (.rodata); + build/d/src/game/crc.o (.rodata); + build/d/src/game/chrObjRandom.o (.rodata); + build/d/src/game/unk_09B7A0.o (.rodata); + build/d/src/game/explosions.o (.rodata); + build/d/src/game/unk_0A1DA0.o (.rodata); + build/d/src/game/watch.o (.rodata); + build/d/src/game/textrelated.o (.rodata); + build/d/src/game/stan.o (.rodata); + build/d/src/game/unk_0B3200.o (.rodata); + build/d/src/game/bg.o (.rodata); + build/d/src/game/bg2.o (.rodata); + build/d/src/game/fog.o (.rodata); + build/d/src/game/lightfixture.o (.rodata); + build/d/src/game/unk_0BC530.o (.rodata); + build/d/src/game/ob.o (.rodata); + build/d/src/game/dyn.o (.rodata); + build/d/src/game/lvl.o (.rodata); + build/d/src/game/ramromreplay.o (.rodata); + build/d/src/game/unk_0C0A70.o (.rodata); + build/d/src/game/mp_music.o (.rodata); + build/d/src/game/lvl_text.o (.rodata); + build/d/src/game/mp_watch.o (.rodata); + build/d/src/game/radar.o (.rodata); + build/d/src/game/mp_weapon.o (.rodata); + build/d/src/game/image.o (.rodata); + build/d/src/game/image_bank.o (.rodata); + build/d/src/game/unk_0CC4C0.o (.rodata); + build/d/src/game/decompress.o (.rodata); + build/d/src/game/zlib.o (.rodata); + build/d/src/game/rsp.o (.rodata); + build/d/src/game/indy_comms.o (.rodata); + build/d/src/game/indy_commands.o (.rodata); + build/d/src/game/game_debug.o (.rodata); + build/d/src/game/compiletime.o (.rodata); + build/d/src/game/unk_0D1AC0.o (.rodata); + build/d/src/game/viewport.o (.rodata); + build/d/src/game/music_0D2720.o (.rodata); + build/d/src/game/spectrum.o (.rodata); + + build/d/src/gspboot.o (.data); + build/d/src/aspboot.o (.data); + } + _csegmentSegmentEnd = ADDR(.csegment) + SIZEOF(.csegment); + _csegmentSegmentRomEnd = _csegmentSegmentRomStart + SIZEOF(.csegment); + + __dataSegmentVaddrEnd = _csegmentSegmentRomEnd; + + _bssSegmentStart = ADDR(.bss); + .bss (NOLOAD) : + { + build/d/src/boot.o (.bss); + build/d/src/init.o (.bss); + build/d/src/sched.o (.bss); + build/d/src/osMapTLB.o (.bss); + build/d/src/tlb_manage.o (.bss); + build/d/src/tlb_random.o (.bss); + build/d/src/tlb_resolve.o (.bss); + build/d/src/audi.o (.bss); + build/d/src/speed_graph.o (.bss); + build/d/src/fr.o (.bss); + build/d/src/deb.o (.bss); + build/d/src/fault.o (.bss); + /*deb_print may be part of fault per pd beta (.bss);*/ + build/d/src/deb_print.o (.bss); + build/d/src/getra.o (.bss); + build/d/src/ramrom.o (.bss); + build/d/src/boss.o (.bss); + build/d/src/music.o (.bss); + build/d/src/snd.o (.bss); + build/d/src/memp.o (.bss); + build/d/src/mema.o (.bss); + build/d/src/random.o (.bss); + build/d/src/token.o (.bss); + build/d/src/str.o (.bss); + build/d/src/sprintf.o (.bss); + build/d/src/pi.o (.bss); + build/d/src/vi.o (.bss); + build/d/src/debugmenu.o (.bss); + build/d/src/joy.o (.bss); + build/d/src/motor.o (.bss); + build/d/src/rmon.o (.bss); + + /*build/d/src/libultra/osPiRawStartDma.o (.bss);*/ + build/d/src/libultra/io/pirawdma.o (.bss); + build/d/src/libultra/io/pigetstat.o (.bss); + build/d/src/libultrare/os/initialize.o (.bss); + build/d/src/libultra/os/writebackdcacheall.o (.bss); + build/d/src/libultra/os/invalicache.o (.bss); + build/d/src/libultra/os/unmaptlb.o (.bss); + build/d/src/libultra/os/getfpccsr.o (.bss); + build/d/src/libultra/os/setfpccsr.o (.bss); + build/d/src/libultra/os/createthread.o (.bss); + build/d/src/libultra/os/startthread.o (.bss); + build/d/src/libultra/os/createmesgqueue.o (.bss); + build/d/src/libultra/os/parameters.o (.bss); + build/d/src/libultra/os/stopthread.o (.bss); + build/d/src/libultra/os/setthreadpri.o (.bss); + build/d/src/libultra/os/getcount.o (.bss); + build/d/src/libultrare/io/vimgr.o (.bss); + build/d/src/libultrare/io/vitbl.o (.bss); /*edited*/ + build/d/src/libultra/os/seteventmesg.o (.bss); + build/d/src/libultra/io/visetevent.o (.bss); + build/d/src/libultra/os/setintmask.o (.bss); + build/d/src/libultra/os/recvmesg.o (.bss); + build/d/src/libultra/os/sendmesg.o (.bss); + build/d/src/libultra/io/visetmode.o (.bss); + build/d/src/libultra/io/visetxscale.o (.bss); + build/d/src/libultra/io/visetyscale.o (.bss); + build/d/src/libultra/io/virepeatline.o (.bss); + build/d/src/libultra/io/viblack.o (.bss); + build/d/src/libultra/io/sptaskyielded.o (.bss); + build/d/src/libultra/io/dpctr.o (.bss); + build/d/src/libultra/io/vigetcurrframebuf.o (.bss); + build/d/src/libultra/io/vigetnextframebuf.o (.bss); + build/d/src/libultra/io/viswapbuf.o (.bss); + build/d/src/libultra/io/dpsetstat.o (.bss); + build/d/src/libultrare/io/sptask.o (.bss); + build/d/src/libultra/io/dpsetnextbuf.o (.bss); + build/d/src/libultra/io/sptaskyield.o (.bss); + build/d/src/libultra/os/gettlbhi.o (.bss); + build/d/src/libultra/os/virtualtophysical.o (.bss); + build/d/src/libultra/io/aisetfreq.o (.bss); + build/d/src/libultra/audio/sl.o (.bss); + build/d/src/libultra/audio/heapalloc.o (.bss); + build/d/src/libultra/os/gettime.o (.bss); + build/d/src/libultra/libc/ll.o (.bss); /*edited*/ + build/d/src/libultrare/io/aisetnextbuf.o (.bss); + build/d/src/libultra/io/aigetlen.o (.bss); + build/d/src/libultra/audio/synthesizer.o (.bss); + build/d/src/libultra/io/pidma.o (.bss); + build/d/src/libultra/io/visetspecial.o (.bss); + build/d/src/libultra/libc/bcopy.o (.bss); + build/d/src/libultra/gu/perspective.o (.bss); + build/d/src/libultra/gu/mtxutil.o (.bss); + build/d/src/libultra/os/getcurrfaultthread.o (.bss); + build/d/src/libultra/os/exception.o (.bss); /*edited*/ + build/d/src/libultra/os/thread.o (.bss); + build/d/src/libultra/os/yieldthread.o (.bss); + build/d/src/libultra/os/invaldcache.o (.bss); + build/d/src/libultra/os/writebackdcache.o (.bss); + build/d/src/libultra/os/settimer.o (.bss); + build/d/src/libultra/audio/heapinit.o (.bss); + build/d/src/libultra/audio/bnkf.o (.bss); + build/d/src/libultra/audio/csplayer.o (.bss); + build/d/src/libultra/audio/seqpsetbank.o (.bss); + build/d/src/libultra/audio/cspgetstate.o (.bss); + build/d/src/libultra/audio/cseq.o (.bss); + build/d/src/libultra/audio/cspsetseq.o (.bss); + build/d/src/libultra/audio/cspplay.o (.bss); + build/d/src/libultra/audio/cspstop.o (.bss); + build/d/src/libultra/audio/cspsetvol.o (.bss); + build/d/src/libultra/audio/event.o (.bss); + build/d/src/libultra/audio/synaddplayer.o (.bss); + build/d/src/libultra/audio/synallocvoice.o (.bss); + build/d/src/libultra/audio/synsetvol.o (.bss); + build/d/src/libultra/audio/synstartvoice.o (.bss); + build/d/src/libultra/audio/synsetpan.o (.bss); + build/d/src/libultra/audio/synsetpitch.o (.bss); + build/d/src/libultra/audio/synsetfxmix.o (.bss); + build/d/src/libultra/audio/synstopvoice.o (.bss); + build/d/src/libultra/audio/synfreevoice.o (.bss); + build/d/src/libultra/audio/cents2ratio.o (.bss); + build/d/src/libultra/io/piread.o (.bss); + build/d/src/libultra/libc/string.o (.bss); + build/d/src/libultrare/libc/xprintf.o (.bss); + build/d/src/libultrare/io/pimgr.o (.bss); + build/d/src/libultrare/io/pfsinit.o (.bss); + build/d/src/libultrare/io/controller.o (.bss); + build/d/src/libultra/io/contquery.o (.bss); + build/d/src/libultrare/io/contreaddata.o (.bss); + build/d/src/libultrare/io/conteepprobe.o (.bss); + build/d/src/libultrare/io/conteepread.o (.bss); + build/d/src/libultrare/io/conteepwrite.o (.bss); + build/d/src/libultrare/io/conteeplongread.o (.bss); + build/d/src/libultrare/io/conteeplongwrite.o (.bss); + build/d/src/libultrare/io/pfsisplug.o (.bss); + build/d/src/libultra/io/siacs.o (.bss); + build/d/src/libultra/io/sirawdma.o (.bss); + build/d/src/libultra/io/crc.o (.bss); + build/d/src/libultrare/io/contramwrite.o (.bss); + build/d/src/libultrare/io/contramread.o (.bss); + build/d/src/libultra/gu/align.o (.bss); + build/d/src/libultra/gu/ortho.o (.bss); + build/d/src/libultra/gu/coss.o (.bss); + build/d/src/libultra/gu/sins.o (.bss); + build/d/src/libultra/gu/translate.o (.bss); + build/d/src/libultra/libc/bcmp.o (.bss); + build/d/src/libultra/gu/scale.o (.bss); + build/d/src/libultra/gu/lookatref.o (.bss); + build/d/src/libultra/gu/lookat.o (.bss); + build/d/src/libultra/gu/rotate.o (.bss); + build/d/src/libultra/libc/llcvt.o (.bss); /*edited*/ + build/d/src/libultra/os/setsr.o (.bss); + build/d/src/libultra/os/getsr.o (.bss); + build/d/src/libultra/io/sirawread.o (.bss); + build/d/src/libultra/io/sirawwrite.o (.bss); + build/d/src/libultra/io/pirawread.o (.bss); + build/d/src/libultra/libc/bzero.o (.bss); + build/d/src/libultra/os/sethwinterrupt.o (.bss); + build/d/src/libultrare/io/leointerrupt.o (.bss); + build/d/src/libultra/os/interrupt.o (.bss); + build/d/src/libultra/os/timerintr.o (.bss); + build/d/src/libultra/os/kdebugserver.o (.bss); + build/d/src/libultra/os/getthreadpri.o (.bss); + build/d/src/libultrare/io/vi.o (.bss); /*edited*/ + build/d/src/libultra/io/vigetcurrcontext.o (.bss); + build/d/src/libultra/io/viswapcontext.o (.bss); + build/d/src/libultra/io/spgetstat.o (.bss); + build/d/src/libultra/io/spsetstat.o (.bss); + build/d/src/libultra/io/spsetpc.o (.bss); + build/d/src/libultra/io/sprawdma.o (.bss); + build/d/src/libultra/io/sp.o (.bss); + build/d/src/libultra/io/dp.o (.bss); + build/d/src/libultra/os/probetlb.o (.bss); + build/d/src/libultra/audio/syndelete.o (.bss); + build/d/src/libultra/io/ai.o (.bss); + build/d/src/libultrare/audio/drvrNew.o (.bss); + build/d/src/libultra/audio/synallocfx.o (.bss); + build/d/src/libultra/audio/mainbus.o (.bss); + build/d/src/libultra/audio/load.o (.bss); + build/d/src/libultra/audio/resample.o (.bss); + build/d/src/libultrare/audio/env.o (.bss); /*edited*/ + build/d/src/libultra/audio/auxbus.o (.bss); + build/d/src/libultra/audio/save.o (.bss); + build/d/src/libultra/os/jammesg.o (.bss); + build/d/src/libultra/io/pigetcmdq.o (.bss); + build/d/src/libultra/gu/cosf.o (.bss); /*edited*/ + build/d/src/libultra/gu/sinf.o (.bss); /*edited*/ + build/d/src/libultrare/os/destroythread.o (.bss); + build/d/src/libultra/audio/seqplayer.o (.bss); + build/d/src/libultra/audio/synstartvoiceparam.o (.bss); + build/d/src/libultra/audio/copy.o (.bss); + build/d/src/libultra/io/piacs.o (.bss); + build/d/src/libultra/libc/xlitob.o (.bss); + build/d/src/libultra/libc/xldtob.o (.bss); + build/d/src/libultrare/io/epirawdma.o (.bss); + build/d/src/libultrare/io/devmgr.o (.bss); + build/d/src/libultra/io/contpfs.o (.bss); + build/d/src/libultra/io/si.o (.bss); + build/d/src/libultra/gu/normalize.o (.bss); + build/d/src/libultra/gu/sqrtf.o (.bss); + build/d/src/libultrare/io/leodiskinit.o (.bss); + build/d/src/libultra/os/setcompare.o (.bss); + build/d/src/libultra/audio/filter.o (.bss); + build/d/src/libultrare/audio/reverb.o (.bss); /*edited*/ + build/d/src/libultra/gu/libm_vals.o (.bss); /*edited*/ + build/d/src/libultra/audio/seq.o (.bss); + build/d/src/libultra/audio/synsetpriority.o (.bss); + build/d/src/libultra/libc/ldiv.o (.bss); + build/d/src/libultra/os/resetglobalintmask.o (.bss); + build/d/src/libultrare/io/epirawwrite.o (.bss); + build/d/src/libultra/io/vimodentsclan1.o (.bss); + build/d/src/libultrare/io/vimodepallan1.o (.bss); + build/d/src/libultrare/ultra80069080.o (.bss); /*edited*/ + /*build/d/src/libultra/libultra.a:libultra.o (.bss);*/ + + build/d/src/game/initgamedata.o (.bss); + build/d/src/game/initweaponanigroups.o (.bss); + build/d/src/game/initactorpropstuff.o (.bss); + build/d/src/game/initnull_0009D0.o (.bss); + build/d/src/game/initunk_0009E0.o (.bss); + build/d/src/game/initanitable.o (.bss); + build/d/src/game/initplayergaitobject.o (.bss); + build/d/src/game/setguscale.o (.bss); + build/d/src/game/initnull_000BC0.o (.bss); + build/d/src/game/initimages.o (.bss); + build/d/src/game/initintromatrices.o (.bss); + build/d/src/game/initmenus.o (.bss); + build/d/src/game/initguards.o (.bss); + build/d/src/game/deb_loadallmodels.o (.bss); + build/d/src/game/initobjects.o (.bss); + build/d/src/game/prop.o (.bss); + build/d/src/game/objective.o (.bss); + build/d/src/game/ejectedcartridges.o (.bss); + build/d/src/game/initBondDATA.o (.bss); + build/d/src/game/initunk_005450.o (.bss); + build/d/src/game/initunk_005520.o (.bss); + build/d/src/game/bondview_r.o (.bss); + build/d/src/game/inititemslots.o (.bss); + build/d/src/game/initBondDATAdefaults.o (.bss); + build/d/src/game/initpathtablesomething.o (.bss); + build/d/src/game/initpathtablelinks.o (.bss); + build/d/src/game/initexplosioncasing.o (.bss); + build/d/src/game/alloc_window_pieces.o (.bss); + build/d/src/game/initunk_007290.o (.bss); + build/d/src/game/initcheattext.o (.bss); + build/d/src/game/initmttex.o (.bss); + build/d/src/game/cleanup_guard_data.o (.bss); + build/d/src/game/cleanup_object_sounds.o (.bss); + build/d/src/game/cleanup_alarms.o (.bss); + build/d/src/game/cleanup_objects.o (.bss); + build/d/src/game/cleanup_objectives.o (.bss); + build/d/src/game/cleanupSFXRelated.o (.bss); + build/d/src/game/playerstats_007770.o (.bss); + build/d/src/game/cleanexplosions.o (.bss); + build/d/src/game/cleanwindowpieces.o (.bss); + build/d/src/game/null_007970.o (.bss); + build/d/src/game/cleanplayersound.o (.bss); + build/d/src/game/title.o (.bss); + build/d/src/game/front.o (.bss); + build/d/src/game/unk_01B0E0.o (.bss); + build/d/src/game/unk_01B240.o (.bss); + build/d/src/game/unk_01BAE0.o (.bss); + build/d/src/game/blood_animation.o (.bss); + build/d/src/game/blood_decrypt.o (.bss); + build/d/src/game/file.o (.bss); + build/d/src/game/file2.o (.bss); + build/d/src/game/chr.o (.bss); + build/d/src/game/chr_b.o (.bss); + build/d/src/game/chrlv.o (.bss); + build/d/src/game/chrai.o (.bss); + build/d/src/game/chrprop.o (.bss); + build/d/src/game/chrobjhandler.o (.bss); + build/d/src/game/loadobjectmodel.o (.bss); + build/d/src/game/objective_status.o (.bss); + build/d/src/game/objective_status2.o (.bss); + build/d/src/game/math_sincos.o (.bss); + build/d/src/game/matrixmath.o (.bss); + build/d/src/game/math_unk_05A9E0.o (.bss); + build/d/src/game/math_atan2f.o (.bss); + build/d/src/game/math_asinacos.o (.bss); + build/d/src/game/math_asinfacosf.o (.bss); + build/d/src/game/matrixmath_misc.o (.bss); + build/d/src/game/quaternion.o (.bss); + build/d/src/game/math_floor.o (.bss); + build/d/src/game/math_ceil.o (.bss); + build/d/src/game/gun.o (.bss); + build/d/src/game/bondwalk2.o (.bss); + build/d/src/game/objecthandler.o (.bss); + build/d/src/game/objecthandler_1.o (.bss); + build/d/src/game/objecthandler_2.o (.bss); + build/d/src/game/othermodemicrocode.o (.bss); + build/d/src/game/bondview.o (.bss); + build/d/src/game/bondinv.o (.bss); + build/d/src/game/bondhead.o (.bss); + build/d/src/game/padhalllv.o (.bss); + build/d/src/game/debugmenu_08FE00.o (.bss); + build/d/src/game/debugmenu_handler.o (.bss); + build/d/src/game/unk_091080.o (.bss); + build/d/src/game/chraidata.o (.bss); + build/d/src/game/pobjdata.o (.bss); + build/d/src/game/gobjdata.o (.bss); + build/d/src/game/gobjdata2.o (.bss); + build/d/src/game/cobjdata.o (.bss); + build/d/src/game/cheat_buttons.o (.bss); + build/d/src/game/unk_092890.o (.bss); + build/d/src/game/unk_092E50.o (.bss); + build/d/src/game/player.o (.bss); + build/d/src/game/player_2.o (.bss); + build/d/src/game/crc.o (.bss); + build/d/src/game/chrObjRandom.o (.bss); + build/d/src/game/unk_09B7A0.o (.bss); + build/d/src/game/explosions.o (.bss); + build/d/src/game/unk_0A1DA0.o (.bss); + build/d/src/game/watch.o (.bss); + build/d/src/game/textrelated.o (.bss); + build/d/src/game/stan.o (.bss); + build/d/src/game/unk_0B3200.o (.bss); + build/d/src/game/bg.o (.bss); + build/d/src/game/bg2.o (.bss); + build/d/src/game/fog.o (.bss); + build/d/src/game/lightfixture.o (.bss); + build/d/src/game/unk_0BC530.o (.bss); + build/d/src/game/ob.o (.bss); + build/d/src/game/dyn.o (.bss); + build/d/src/game/lvl.o (.bss); + build/d/src/game/ramromreplay.o (.bss); + build/d/src/game/unk_0C0A70.o (.bss); + build/d/src/game/mp_music.o (.bss); + build/d/src/game/lvl_text.o (.bss); + build/d/src/game/mp_watch.o (.bss); + build/d/src/game/radar.o (.bss); + build/d/src/game/mp_weapon.o (.bss); + build/d/src/game/image.o (.bss); + build/d/src/game/image_bank.o (.bss); + build/d/src/game/unk_0CC4C0.o (.bss); + build/d/src/game/decompress.o (.bss); + build/d/src/game/zlib.o (.bss); + build/d/src/game/rsp.o (.bss); + build/d/src/game/indy_comms.o (.bss); + build/d/src/game/indy_commands.o (.bss); + build/d/src/game/game_debug.o (.bss); + build/d/src/game/compiletime.o (.bss); + build/d/src/game/unk_0D1AC0.o (.bss); + build/d/src/game/viewport.o (.bss); + build/d/src/game/music_0D2720.o (.bss); + build/d/src/game/spectrum.o (.bss); + } + _bssSegmentEnd = ADDR(.bss) + SIZEOF(.bss); + _bssSegmentSize = SIZEOF(.bss); + + _roombufSegmentStart = ADDR(.roombuf); + .roombuf (NOLOAD) : + { + build/d/src/game/room_model_buffer.o (.bss); + } + _roombufSegmentEnd = ADDR(.roombuf) + SIZEOF(.roombuf); + + _decompbufSegmentStart = ADDR(.decompbuf); + .decompbuf 0x80300000 : + { + build/d/src/decompressbuffer.o (.bss); + } + _decompbufSegmentEnd = ADDR(.decompbuf) + SIZEOF(.decompbuf); + + _stacksSegmentStart = ADDR(.stacks); + .stacks (NOLOAD) : + { + build/d/src/stacks.o (.bss); + } + _stacksSegmentEnd = ADDR(.stacks) + SIZEOF(.stacks); + + _cfbSegmentStart = ADDR(.cfb); + .cfb (NOLOAD) : + { + build/d/src/cfb.o (.bss); + } + _cfbSegmentEnd = ADDR(.cfb) + SIZEOF(.cfb); + + /*move em to end, out of the way*/ + /DISCARD/ : { + * (.MIPS.abiflags); + * (.musicdecompressed); + * (.options); + * (.gnu.attributes); + * (.pdr); + * (.mdebug); + * (.gptab.bss); + * (.gptab.data); + * (.reginfo); + + +} +} diff --git a/ge007.e-test_basis.csv b/ge007.e-test_basis.csv new file mode 100644 index 0000000..412146a --- /dev/null +++ b/ge007.e-test_basis.csv @@ -0,0 +1,1136 @@ +491aefb4d4b8ac93d91148b1ffba34ac,.text,build/e/src/aspboot.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/aspboot.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/aspboot.o +efed453a5d8495a5ff7a9242f47ca5a1,.data,build/e/src/aspboot.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/aspboot.o +727facf576997c0282bdde232323fe98,.text,build/e/src/audi.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/audi.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/audi.o +e62d8b253b0235961f2b07a2fc6aa310,.data,build/e/src/audi.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/audi.o +390a6e8fd9248820c669513b093e671d,.text,build/e/src/bootcode.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/bootcode.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/bootcode.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/bootcode.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/bootcode.o +777e15af9a517597194bb67603ffc8c0,.text,build/e/src/boot.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/boot.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/boot.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/boot.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/boot.o +95c1dacdc34aeb4e6d9351ad7b83737a,.text,build/e/src/boss.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/boss.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/boss.o +e3a62fd6496be9baa0ba838d0a6a3f5b,.data,build/e/src/boss.o +410ffb771c9a0d9f4d7e6c7c5f3e1482,.rodata,build/e/src/boss.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/e/src/_bss.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/_bss.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/_bss.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/_bss.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/_bss.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/e/src/c_data_filler.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/c_data_filler.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/c_data_filler.o +070ee92d9640e7ee5c871516833e7913,.data,build/e/src/c_data_filler.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/c_data_filler.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/e/src/cfb.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/cfb.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/cfb.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/cfb.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/cfb.o +e3b389924b0e2be12455edb7bac211fb,.text,build/e/src/deb.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/deb.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/deb.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/e/src/deb.o +7f819c72a85094a2370e27c08875e1e3,.rodata,build/e/src/deb.o +d04f69d002f2269fc275e146df9e31a8,.text,build/e/src/deb_print.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/deb_print.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/deb_print.o +08f0f14492e929b8a74f9a2005c0122d,.data,build/e/src/deb_print.o +778ded1675811d28570afa393ab3501b,.rodata,build/e/src/deb_print.o +e81ebdc9dd3b66f8abac76fb235d45fa,.text,build/e/src/debugmenu.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/debugmenu.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/debugmenu.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/debugmenu.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/debugmenu.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/e/src/decompressbuffer.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/decompressbuffer.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/decompressbuffer.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/decompressbuffer.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/decompressbuffer.o +377a8cb4f582defa3f1bb86cd30a60c1,.text,build/e/src/fault.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/fault.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/fault.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/fault.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/fault.o +6708969f43a282c2c6e87c98fa031b2d,.text,build/e/src/fr.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/fr.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/fr.o +bb26cada7492115c0ebab1168f9d65f7,.data,build/e/src/fr.o +c31446525afaa40865838923fd5deb7b,.rodata,build/e/src/fr.o +ca1cbcc4fb9c78a067294329e536525b,.text,build/e/src/getra.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/getra.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/getra.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/getra.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/getra.o +f324bf220c6a6440660ae248f5caacff,.text,build/e/src/gspboot.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/gspboot.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/gspboot.o +139b8a71a892412631fde2baec4c818a,.data,build/e/src/gspboot.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/gspboot.o +4e2fd6364911f468331aaeb81aec3a36,.text,build/e/src/init.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/init.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/init.o +6722e53003673c8d170b5e7b90347db8,.data,build/e/src/init.o +1ae0db2fe4e9df3204e902fb33d0d912,.rodata,build/e/src/init.o +8bd95200f5d63807b39a0b6a531aa2f7,.text,build/e/src/joy.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/joy.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/joy.o +7ec00c5c61b1ffae630f69b9af0b948a,.data,build/e/src/joy.o +f977a71969374ebad0f7c04f294cac7a,.rodata,build/e/src/joy.o +4773f426c9a79073606395abe0753009,.text,build/e/src/mema.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/mema.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/mema.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/e/src/mema.o +f21e5f744b3e890f6888d01d3fa30186,.rodata,build/e/src/mema.o +ffb59be5f8e4ce2e682400b440ea67fc,.text,build/e/src/memp.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/memp.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/memp.o +51125f3585975b26997e1d958d1be315,.data,build/e/src/memp.o +577016899f32faa28940c56975dfbc10,.rodata,build/e/src/memp.o +9baf0615bc8479cbe4cc7731f04c4db8,.text,build/e/src/motor.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/motor.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/motor.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/motor.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/motor.o +bb380291d308ea40db40d08cb3bff6ad,.text,build/e/src/music.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/music.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/music.o +8fed398f393ac0fd73bd9ca6c9f78da5,.data,build/e/src/music.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/music.o +f0e9bbd85c751a3c50e5f901e758a689,.text,build/e/src/osMapTLB.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/osMapTLB.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/osMapTLB.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/osMapTLB.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/osMapTLB.o +bb6e964831508d590c0ab981c8ea972d,.text,build/e/src/pi.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/pi.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/pi.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/pi.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/pi.o +e92b27891ce4a80638a9420e1686462c,.text,build/e/src/ramrom.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/ramrom.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/ramrom.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/ramrom.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/ramrom.o +6bdd08e2a1776366268f64cd380b565e,.text,build/e/src/random.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/random.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/random.o +dca45fee049430e0eb82fbab95852594,.data,build/e/src/random.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/random.o +4723984a9d04151a854554dbb4cd6409,.text,build/e/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/e/src/rom_header.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/rom_header.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/rom_header.o +a2d62c1a5adeb2241aa2e631266f59b1,.data,build/e/src/rom_header.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/rom_header.o +9414dd746eddee59ce6bf97eca16853e,.text,build/e/src/rspboot.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/rspboot.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/rspboot.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/rspboot.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/rspboot.o +c25e8d52a453cd9f4436531d75db0001,.text,build/e/src/sched.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/sched.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/sched.o +5052d2e59ba75fdce35192c3329208ed,.data,build/e/src/sched.o +7f4f9def985640140dc039da5e5901bc,.rodata,build/e/src/sched.o +5cc2b96a3af0731511e13116941881aa,.text,build/e/src/snd.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/snd.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/snd.o +3164fd3deaf61a47e826f42ac0cb0ef6,.data,build/e/src/snd.o +3b5d3c7d207e37dceeedd301e35e2e58,.rodata,build/e/src/snd.o +77a73903c28d8df9c0a8426bf02dad58,.text,build/e/src/speed_graph.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/speed_graph.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/speed_graph.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/e/src/speed_graph.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/speed_graph.o +feac6448e0cd21ecef02216d2e4382e3,.text,build/e/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/e/src/stacks.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/stacks.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/stacks.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/stacks.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/stacks.o +f9eaf36fba2d9fbb6e34367e1d5c575b,.text,build/e/src/_start.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/_start.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/_start.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/_start.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/_start.o +9daa52f61a66d99824ff1819e30eaf45,.text,build/e/src/str.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/str.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/str.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/str.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/str.o +bf1dbfbf68152d4c12b0dcc7cfccdead,.text,build/e/src/tlb_hardwire.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/tlb_hardwire.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/tlb_hardwire.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/tlb_hardwire.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/tlb_hardwire.o +4c7fee23fc76f2cdb9d961c2d60d4fce,.text,build/e/src/tlb_manage.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/tlb_manage.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/tlb_manage.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/e/src/tlb_manage.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/tlb_manage.o +edd570cb162c22ef99374ad4eaf2d997,.text,build/e/src/tlb_random.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/tlb_random.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/tlb_random.o +dca45fee049430e0eb82fbab95852594,.data,build/e/src/tlb_random.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/tlb_random.o +c697a3b4db3fe4c2f4f3b6b61c59f805,.text,build/e/src/tlb_resolve.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/tlb_resolve.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/tlb_resolve.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/tlb_resolve.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/tlb_resolve.o +0b1d5449155711829e30ba7ffbd576cf,.text,build/e/src/token.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/token.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/token.o +a9650c78bfebbae86f9ab4f2bf10ad1c,.data,build/e/src/token.o +a42d56e2d5c450108bc25059309dde97,.rodata,build/e/src/token.o +837b3153b8a25676f66f18514229a9d8,.text,build/e/src/vi.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/vi.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/vi.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/e/src/vi.o +3890dff1c2a5913504508f6cf5c6760b,.rodata,build/e/src/vi.o +a147ff55f19da8d2fed990b18129a648,.text,build/e/src/game/bg2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/bg2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/bg2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/bg2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/bg2.o +9240de9a33e878f40c644949d7de8654,.text,build/e/src/game/bg.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/bg.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/bg.o +0f3d35218080d576674d7a726bec02a6,.data,build/e/src/game/bg.o +1425c60bda0cf7f4bd1d28572bd11d37,.rodata,build/e/src/game/bg.o +bc6b08b067c371483cc62117c539e6f4,.text,build/e/src/game/blood_animation.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/blood_animation.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/blood_animation.o +6c0079f4274dd0c1f76ec3f0f3167467,.data,build/e/src/game/blood_animation.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/blood_animation.o +08178bf41fa308c2e673b358890c6b2d,.text,build/e/src/game/blood_decrypt.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/blood_decrypt.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/blood_decrypt.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/blood_decrypt.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/blood_decrypt.o +0d2e0217acffadfe4b89a30448ed856b,.text,build/e/src/game/bondinv.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/bondinv.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/bondinv.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/bondinv.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/bondinv.o +a9438122ebe6e04d7a455a105c73ec20,.text,build/e/src/game/bondview.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/bondview.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/bondview.o +53531a178a0e0649b4faa0efcc23644f,.data,build/e/src/game/bondview.o +7c4b8251f81c256b71bd4cb0cbdb7a28,.rodata,build/e/src/game/bondview.o +6f65012af5edafcd75320466870a3837,.text,build/e/src/game/bondview_r.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/bondview_r.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/bondview_r.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/e/src/game/bondview_r.o +87f5f2c6e04969ad9dccaf4b208581d8,.rodata,build/e/src/game/bondview_r.o +8062ef389340fa7f6f331ada94862ae8,.text,build/e/src/game/bondwalk2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/bondwalk2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/bondwalk2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/bondwalk2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/bondwalk2.o +9d42a7113bd006426034da5a7aa868f0,.text,build/e/src/game/cheat_buttons.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/cheat_buttons.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/cheat_buttons.o +a5d9f8135b3ee2e5c0e1594a670b2d91,.data,build/e/src/game/cheat_buttons.o +c5b2b76e78b0ea1ec779b5a3066c8e21,.rodata,build/e/src/game/cheat_buttons.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/e/src/game/chraidata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/chraidata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/chraidata.o +6c8450891609d05baa1ba76d025b3845,.data,build/e/src/game/chraidata.o +90e9dc5eef55aaad94ae4590c98f8f7a,.rodata,build/e/src/game/chraidata.o +330251a7d4457dc62d00c002eaef7e2e,.text,build/e/src/game/chrai.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/chrai.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/chrai.o +512dc2734573c3b02f332bdebeca73bc,.data,build/e/src/game/chrai.o +ee30bd32c63340c218f3a40cf12b5abe,.rodata,build/e/src/game/chrai.o +897d8f687bad77cb79d57ba536b313b5,.text,build/e/src/game/chr_b.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/chr_b.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/chr_b.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/chr_b.o +54c85123dad8457678af007c7c7d4026,.rodata,build/e/src/game/chr_b.o +deeb43b73c956a7075b73fcb430590b3,.text,build/e/src/game/chrlv.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/chrlv.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/chrlv.o +873553fec38e500fd0459ed32ba07065,.data,build/e/src/game/chrlv.o +4b19fa1dae08ccfdd3edee708e229736,.rodata,build/e/src/game/chrlv.o +8660bb860ea4f7566c93fb67e5940ba5,.text,build/e/src/game/chr.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/chr.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/chr.o +3d3dd3bc067d8f01ebfb0ee1d6c26367,.data,build/e/src/game/chr.o +54fab24da3412524600790cb45098c86,.rodata,build/e/src/game/chr.o +4a1d645498475cb76e7c98e9dfaa8749,.text,build/e/src/game/chrobjhandler.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/chrobjhandler.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/chrobjhandler.o +d6999d725ff5515f392fcd371be980b7,.data,build/e/src/game/chrobjhandler.o +5dbada9e88e9f509d67d7897c405a348,.rodata,build/e/src/game/chrobjhandler.o +e51cbd1536b829abf8760560fe767afb,.text,build/e/src/game/chrObjRandom.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/chrObjRandom.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/chrObjRandom.o +dca45fee049430e0eb82fbab95852594,.data,build/e/src/game/chrObjRandom.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/chrObjRandom.o +e8111e7712186220218476fa1e164f60,.text,build/e/src/game/cleanup_alarms.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/cleanup_alarms.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/cleanup_alarms.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/cleanup_alarms.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/cleanup_alarms.o +d14686414080919bc444f8f816093417,.text,build/e/src/game/cleanup_objectives.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/cleanup_objectives.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/cleanup_objectives.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/cleanup_objectives.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/cleanup_objectives.o +dada45d71bb4725409c990afbf2f8830,.text,build/e/src/game/cleanup_objects.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/cleanup_objects.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/cleanup_objects.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/cleanup_objects.o +f8cc02e3fca557906560baee10d58b8e,.rodata,build/e/src/game/cleanup_objects.o +edea38f9b96f7e5132b7ffcc4ef4fea7,.text,build/e/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/e/src/game/cobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/cobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/cobjdata.o +f6117543f89f8aa830226ec7cb8c856f,.data,build/e/src/game/cobjdata.o +a01e13041a85a76104e2b445001c19f6,.rodata,build/e/src/game/cobjdata.o +c0aa075c5bfe7e4be111cdceb3620295,.text,build/e/src/game/compiletime.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/compiletime.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/compiletime.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/compiletime.o +9656f1c44f70d527224a7f711b18a57f,.rodata,build/e/src/game/compiletime.o +82e4e3ac8284fbde690ca9c36688e175,.text,build/e/src/game/crc.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/crc.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/crc.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/crc.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/crc.o +e182bb84db1d3539e0d669f60e9320b2,.text,build/e/src/game/deb_loadallmodels.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/deb_loadallmodels.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/deb_loadallmodels.o +01cd947cf3226f6d98ed4471ef102c8e,.data,build/e/src/game/deb_loadallmodels.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/deb_loadallmodels.o +2f92d82661864cd9aa24ba9b6d8d0d16,.text,build/e/src/game/debugmenu_08FE00.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/debugmenu_08FE00.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/debugmenu_08FE00.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/debugmenu_08FE00.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/debugmenu_08FE00.o +34d23a15510ab515726778762f3f8013,.text,build/e/src/game/debugmenu_handler.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/debugmenu_handler.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/debugmenu_handler.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/e/src/game/debugmenu_handler.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/debugmenu_handler.o +c6424e5984b8bb8d8de8fc3ce41ba995,.text,build/e/src/game/decompress.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/decompress.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/decompress.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/decompress.o +f252a9401cd76f46600f0da563879166,.rodata,build/e/src/game/decompress.o +5771513e3dd38561fbc0580695632485,.text,build/e/src/game/dyn.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/dyn.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/dyn.o +062a8e296fe206f8023cad1c6124c17b,.data,build/e/src/game/dyn.o +98b2039f9b5a250a69026b80f92242b4,.rodata,build/e/src/game/dyn.o +fa5e40c87d269743a76bb04bf7fe8bc9,.text,build/e/src/game/ejectedcartridges.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/ejectedcartridges.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/ejectedcartridges.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/ejectedcartridges.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/ejectedcartridges.o +7648a8e15da9e82fc32d1c510852e678,.text,build/e/src/game/file2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/file2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/file2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/file2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/file2.o +02ec6050f88984acb3fc44f247616af9,.text,build/e/src/game/file.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/file.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/file.o +eeec347630f5896aa34d74a8014be746,.data,build/e/src/game/file.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/file.o +143c261f10b0b00603716758a0f6b68b,.text,build/e/src/game/fog.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/fog.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/fog.o +30190137abb989a8a57d7162e5034896,.data,build/e/src/game/fog.o +63a41286331e03e597726bae6bd57d73,.rodata,build/e/src/game/fog.o +c86ebccb63ba06aadd701e4e406b1f6c,.text,build/e/src/game/front.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/front.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/front.o +8dcac689ce905c6d01acaa963d69a008,.data,build/e/src/game/front.o +754afffd92b71175cce05be42842c68b,.rodata,build/e/src/game/front.o +b08bde2e31044c0b408ede1cfdd06325,.text,build/e/src/game/game_debug.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/game_debug.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/game_debug.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/e/src/game/game_debug.o +9b7ce57fe7617597f32ff056b43202c4,.rodata,build/e/src/game/game_debug.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/e/src/game/gobjdata2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/gobjdata2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/gobjdata2.o +2c07f3fc8b529360c3fc18d502aca79d,.data,build/e/src/game/gobjdata2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/gobjdata2.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/e/src/game/gobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/gobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/gobjdata.o +09534983a7284daabcc290c7a3b1b5c5,.data,build/e/src/game/gobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/gobjdata.o +4ae61874f73c378552caaa19fffa2fb6,.text,build/e/src/game/gun.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/gun.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/gun.o +0ba47a2a06097b8957ff9d373e334d7a,.data,build/e/src/game/gun.o +3e030d6369b8d9103acf5685eb27b601,.rodata,build/e/src/game/gun.o +bafa8d68a24181ba109df4325757462d,.text,build/e/src/game/image_bank.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/image_bank.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/image_bank.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/image_bank.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/image_bank.o +0a9edffb3fe5e7e4f308d8093fcab90e,.text,build/e/src/game/image.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/image.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/image.o +5cc07645f31f767e06e7275daa6a48b9,.data,build/e/src/game/image.o +7bb5a82d66dcf043723196d3397ea8d5,.rodata,build/e/src/game/image.o +6ddd854f71ff162f3ba95dc9eeb3eb81,.text,build/e/src/game/indy_commands.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/indy_commands.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/indy_commands.o +a2d9aa1a7c43a271d8c8574382d7f81b,.data,build/e/src/game/indy_commands.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/indy_commands.o +148c8e0f7777f97b679c1d5b9033ca46,.text,build/e/src/game/indy_comms.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/indy_comms.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/indy_comms.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/indy_comms.o +8b739a82297d5b19e4cf48c594c782f7,.rodata,build/e/src/game/indy_comms.o +2bc95e385d09720d00082eb3c3ba9e02,.text,build/e/src/game/initactorpropstuff.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initactorpropstuff.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initactorpropstuff.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initactorpropstuff.o +d1c7d5ce895aab2c74f422e89ac7301f,.rodata,build/e/src/game/initactorpropstuff.o +1ef6c73df22d17ba495ef9096ef272a8,.text,build/e/src/game/initanitable.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initanitable.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initanitable.o +5e19c149b3a17a65bef4f99dfe9fe15c,.data,build/e/src/game/initanitable.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initanitable.o +25744aff2d0ad7b7aec37eaa048f0654,.text,build/e/src/game/initBondDATAdefaults.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initBondDATAdefaults.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initBondDATAdefaults.o +31507984a7ba9b284e07be5ec9215734,.data,build/e/src/game/initBondDATAdefaults.o +f40fe8c88f936053b60036c776591e45,.rodata,build/e/src/game/initBondDATAdefaults.o +fd2cf62636ec399ed94de3cdfd7754e7,.text,build/e/src/game/initBondDATA.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initBondDATA.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initBondDATA.o +79f805a1856d6ff2a4647b001d16b27f,.data,build/e/src/game/initBondDATA.o +d7bf0e953e2938586e9839ac4e151ee0,.rodata,build/e/src/game/initBondDATA.o +7bd576aee1e6380edb6cfdc47475f6f0,.text,build/e/src/game/initexplosioncasing.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initexplosioncasing.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initexplosioncasing.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initexplosioncasing.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initexplosioncasing.o +99f6cc60bcd17a50e41035b7ecf5cf91,.text,build/e/src/game/initgamedata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initgamedata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initgamedata.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initgamedata.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initgamedata.o +04e6cf71b39c743c5890573cd9a01508,.text,build/e/src/game/initguards.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initguards.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initguards.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initguards.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initguards.o +df6262b2d91ab887aa39afafa0258888,.text,build/e/src/game/initimages.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initimages.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initimages.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initimages.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initimages.o +c49a0e3357ec04175b0e640da21050c9,.text,build/e/src/game/initintromatrices.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initintromatrices.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initintromatrices.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initintromatrices.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initintromatrices.o +bb29779461726435786a8fbd9b112a5f,.text,build/e/src/game/inititemslots.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/inititemslots.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/inititemslots.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/inititemslots.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/inititemslots.o +fe948ce72da555eb215b7fdf9166ef8a,.text,build/e/src/game/initmenus.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initmenus.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initmenus.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initmenus.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initmenus.o +48c14d478bc31f2aa77b1f7f1396082d,.text,build/e/src/game/initmttex.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initmttex.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initmttex.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initmttex.o +519c61364853b2c886b3dc8b94107dc1,.rodata,build/e/src/game/initmttex.o +e18f29cde359687b16c95810d9961d6e,.text,build/e/src/game/initnull_0009D0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initnull_0009D0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initnull_0009D0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initnull_0009D0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initnull_0009D0.o +e18f29cde359687b16c95810d9961d6e,.text,build/e/src/game/initnull_000BC0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initnull_000BC0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initnull_000BC0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initnull_000BC0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initnull_000BC0.o +2255e1e585f9addc9fc5999826ca57dc,.text,build/e/src/game/initobjects.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initobjects.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initobjects.o +e316194eedd5006d7682d37ed0179a36,.data,build/e/src/game/initobjects.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initobjects.o +cd47b37e68a4be3e8eb976503a05c100,.text,build/e/src/game/initpathtablelinks.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initpathtablelinks.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initpathtablelinks.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initpathtablelinks.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initpathtablelinks.o +0f4d0e9e68fa6330e361a61d4009f100,.text,build/e/src/game/initpathtablesomething.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initpathtablesomething.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initpathtablesomething.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initpathtablesomething.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initpathtablesomething.o +239042f1335aa427f57421ca758d9bb0,.text,build/e/src/game/initplayergaitobject.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initplayergaitobject.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initplayergaitobject.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initplayergaitobject.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initplayergaitobject.o +548fdcc0dc9fd285a616c4dc344e261a,.text,build/e/src/game/initunk_0009E0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initunk_0009E0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initunk_0009E0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initunk_0009E0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initunk_0009E0.o +9c888747ded6cac3d42903bfcdede568,.text,build/e/src/game/initunk_005450.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initunk_005450.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initunk_005450.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initunk_005450.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initunk_005450.o +69b65fb47f0adc0f7ce7e7b71525ecc3,.text,build/e/src/game/initunk_005520.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initunk_005520.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initunk_005520.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initunk_005520.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initunk_005520.o +c3e080f35dd357dc91f2c000908766b3,.text,build/e/src/game/alloc_window_pieces.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/alloc_window_pieces.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/alloc_window_pieces.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/alloc_window_pieces.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/alloc_window_pieces.o +80c4741ea8d335e1cd55bc6f8855b8fe,.text,build/e/src/game/initunk_007290.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initunk_007290.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initunk_007290.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initunk_007290.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initunk_007290.o +084e4b40d9e3cb65ae6bdcd38cb3d526,.text,build/e/src/game/initcheattext.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initcheattext.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initcheattext.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initcheattext.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initcheattext.o +8e400a3267ff4e97615eea6a8aac3637,.text,build/e/src/game/cleanup_guard_data.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/cleanup_guard_data.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/cleanup_guard_data.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/cleanup_guard_data.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/cleanup_guard_data.o +565b094ac26178b6723feb37ba142c13,.text,build/e/src/game/cleanup_object_sounds.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/cleanup_object_sounds.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/cleanup_object_sounds.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/cleanup_object_sounds.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/cleanup_object_sounds.o +4fc91dfaef607af506049f33839c6a99,.text,build/e/src/game/initweaponanigroups.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/initweaponanigroups.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/initweaponanigroups.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/initweaponanigroups.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/initweaponanigroups.o +8b61faf490ab0f0b173beb2841e489e9,.text,build/e/src/game/lightfixture.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/lightfixture.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/lightfixture.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/e/src/game/lightfixture.o +5feb1f52242be6ca00278aea97630cc2,.rodata,build/e/src/game/lightfixture.o +0b81daa2305ca2b0ae3294b84cda1773,.text,build/e/src/game/loadobjectmodel.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/loadobjectmodel.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/loadobjectmodel.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/loadobjectmodel.o +758dd27724bf2441991958a52d84b620,.rodata,build/e/src/game/loadobjectmodel.o +212326d3ed52096121ffd86d88081ced,.text,build/e/src/game/lvl.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/lvl.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/lvl.o +cb33046d54a9f8ed61e67f71efd83590,.data,build/e/src/game/lvl.o +b5a6b6bf5d76d70428f163f7ed1893c6,.rodata,build/e/src/game/lvl.o +085bf29f55c534a4f8a303eb44f209c4,.text,build/e/src/game/lvl_text.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/lvl_text.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/lvl_text.o +b608913d417cf5898f46d451d2ee7e36,.data,build/e/src/game/lvl_text.o +81a4488f274aeb6eee9aad4234c415b1,.rodata,build/e/src/game/lvl_text.o +623da8353735cbacda28be429ee6d8f5,.text,build/e/src/game/math_asinacos.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/math_asinacos.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/math_asinacos.o +b3024a8481396e6d476526eb0b79ba26,.data,build/e/src/game/math_asinacos.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/math_asinacos.o +a650dd899154d9ca0f97b3c111d68afd,.text,build/e/src/game/math_asinfacosf.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/math_asinfacosf.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/math_asinfacosf.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/math_asinfacosf.o +14ebb8b0d158b1c94ccf7a18e89a9de2,.rodata,build/e/src/game/math_asinfacosf.o +7c59de2dabf61f339905e659a288928f,.text,build/e/src/game/math_atan2f.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/math_atan2f.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/math_atan2f.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/math_atan2f.o +546c324b783f89764425250e5177d2cc,.rodata,build/e/src/game/math_atan2f.o +4d2b4f6f4727449ebf9f00c3c00189e9,.text,build/e/src/game/math_ceil.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/math_ceil.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/math_ceil.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/math_ceil.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/math_ceil.o +0e5d17b9bb61cedf04777bb22e82af5a,.text,build/e/src/game/math_floor.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/math_floor.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/math_floor.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/math_floor.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/math_floor.o +48e65305ec9a1f986e4f98d30a4702d7,.text,build/e/src/game/math_sincos.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/math_sincos.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/math_sincos.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/math_sincos.o +62fee117785188396ed7a81341402e43,.rodata,build/e/src/game/math_sincos.o +3be797f6c4f732f6c95ec073653e0683,.text,build/e/src/game/math_unk_05A9E0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/math_unk_05A9E0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/math_unk_05A9E0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/math_unk_05A9E0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/math_unk_05A9E0.o +36ad186936847099dfd0ff45b6da2bfe,.text,build/e/src/game/matrixmath_misc.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/matrixmath_misc.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/matrixmath_misc.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/matrixmath_misc.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/matrixmath_misc.o +0fe05c30bdb7fa7ac6e84946142826e9,.text,build/e/src/game/matrixmath.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/matrixmath.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/matrixmath.o +443b5cb29b8db751795a83e372d93c13,.data,build/e/src/game/matrixmath.o +0a35159196687bb0c05210537b0b72dd,.rodata,build/e/src/game/matrixmath.o +42f5dbaf1eb0cecf743502d8ffce1c0a,.text,build/e/src/game/mp_music.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/mp_music.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/mp_music.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/e/src/game/mp_music.o +da72f47e2d834ded22a4837a4ae77a74,.rodata,build/e/src/game/mp_music.o +a2e63cd441c5064ed070edde79e47df1,.text,build/e/src/game/mp_watch.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/mp_watch.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/mp_watch.o +73fd6c08f30314bfa70d1800c88309b3,.data,build/e/src/game/mp_watch.o +0175f5015d4bbd3659819bea4577395c,.rodata,build/e/src/game/mp_watch.o +30f3bfd31d453c60e9ff7fff181ae693,.text,build/e/src/game/mp_weapon.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/mp_weapon.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/mp_weapon.o +af287ba814c1427464cee42db70e8b52,.data,build/e/src/game/mp_weapon.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/mp_weapon.o +ef12b800e133e094a649de9ca4466108,.text,build/e/src/game/music_0D2720.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/music_0D2720.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/music_0D2720.o +1dd7048c0817cc4b72e9e60d77a44710,.data,build/e/src/game/music_0D2720.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/music_0D2720.o +e18f29cde359687b16c95810d9961d6e,.text,build/e/src/game/null_007970.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/null_007970.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/null_007970.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/null_007970.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/null_007970.o +7b22a2783a019bcd60f173947237c811,.text,build/e/src/game/objecthandler_1.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/objecthandler_1.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/objecthandler_1.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/objecthandler_1.o +e130944f728e41b7ccd6730873dc6bb9,.rodata,build/e/src/game/objecthandler_1.o +b9ecfe8ecc3ef965e425146c53659a76,.text,build/e/src/game/objecthandler_2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/objecthandler_2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/objecthandler_2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/objecthandler_2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/objecthandler_2.o +cf0ff95df02d186ac6e57e5557774877,.text,build/e/src/game/objecthandler.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/objecthandler.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/objecthandler.o +766d7aee05f96dff2a5649eb36ac32c1,.data,build/e/src/game/objecthandler.o +8f1c171c0479e008af2d86137a8abbff,.rodata,build/e/src/game/objecthandler.o +78f0c9217771e8bd16ddd636d2425e06,.text,build/e/src/game/objective.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/objective.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/objective.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/objective.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/objective.o +7ac5150d5bb8e61b7153f71e0e08804b,.text,build/e/src/game/objective_status2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/objective_status2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/objective_status2.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/e/src/game/objective_status2.o +474d4825b2e71c56f2baa0c849fc268e,.rodata,build/e/src/game/objective_status2.o +2eee2ce10aa6a530be5da639fc6a9155,.text,build/e/src/game/objective_status.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/objective_status.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/objective_status.o +696656bad06fe3f908e2d43ca762cc24,.data,build/e/src/game/objective_status.o +8f76ee8ed548ce1d035595be064438a0,.rodata,build/e/src/game/objective_status.o +6b145907934625f0714cbebe933ff2a8,.text,build/e/src/game/ob.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/ob.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/ob.o +67b0a856ba0d8aa37a93464695825e89,.data,build/e/src/game/ob.o +1ed9cf8570fc698f3be2792f53ed7b94,.rodata,build/e/src/game/ob.o +12efd0881d6159098313b243cd8c2cfc,.text,build/e/src/game/othermodemicrocode.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/othermodemicrocode.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/othermodemicrocode.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/othermodemicrocode.o +68d0cd46011653e6d810f11c93f2c981,.rodata,build/e/src/game/othermodemicrocode.o +bd682d63f7774b5fcb3ea109c3db46fa,.text,build/e/src/game/player_2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/player_2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/player_2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/player_2.o +365e0bdf973d4c3d274a7959b980bb4d,.rodata,build/e/src/game/player_2.o +e280ac92f12cb566d43d47d9e1c00896,.text,build/e/src/game/player.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/player.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/player.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/player.o +67676416313718e9b8eb723b754a3f00,.rodata,build/e/src/game/player.o +e6962f02e5f239114544446d7948c05c,.text,build/e/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/e/src/game/pobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/pobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/pobjdata.o +295a8f0a33b471b2b20ef42ebb09f069,.data,build/e/src/game/pobjdata.o +a02237588cbbf3cbb6f84791e1edc256,.rodata,build/e/src/game/pobjdata.o +84794af5fdc1e222bd1ee7816a165e57,.text,build/e/src/game/prop.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/prop.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/prop.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/prop.o +af36386dab74effcdcf2e6afa2919601,.rodata,build/e/src/game/prop.o +bd0039e95325cb3f211f8b04cdfaa9fa,.text,build/e/src/game/quaternion.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/quaternion.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/quaternion.o +dd8a23d5bf38aa81e9e52eb43d310cea,.data,build/e/src/game/quaternion.o +dcf28c5b87d1bafd8f6cb584ea25112a,.rodata,build/e/src/game/quaternion.o +dfd295ba17e5495e050be11b5f98598d,.text,build/e/src/game/radar.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/radar.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/radar.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/radar.o +306684613f50e45047f56deb5a6ad3be,.rodata,build/e/src/game/radar.o +acf886bf279c54322a19b41115357c5d,.text,build/e/src/game/ramromreplay.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/ramromreplay.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/ramromreplay.o +cb415e05b85be31494ae1bc233beb58b,.data,build/e/src/game/ramromreplay.o +c90adc466041f6e464269a31165d0499,.rodata,build/e/src/game/ramromreplay.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/e/src/game/room_model_buffer.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/room_model_buffer.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/room_model_buffer.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/room_model_buffer.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/room_model_buffer.o +c04809de48f600cf8896f2727f3cb06b,.text,build/e/src/game/rsp.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/rsp.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/rsp.o +caacffbfa882584920cc8398c864dcc2,.data,build/e/src/game/rsp.o +e1ed1c19804abe45b9a45b4283574bd6,.rodata,build/e/src/game/rsp.o +b88e3ccd7b30cf28cdf47e15f9defc93,.text,build/e/src/game/setguscale.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/setguscale.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/setguscale.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/setguscale.o +d509d7dba6c1a819411b224d38e40828,.rodata,build/e/src/game/setguscale.o +4d4363058cd9f96f42165107f7bd3371,.text,build/e/src/game/spectrum.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/spectrum.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/spectrum.o +2ce81ebe3ddf133df9e5efc28f0e99ad,.data,build/e/src/game/spectrum.o +3035d02bd694ebdead84c918a03129d6,.rodata,build/e/src/game/spectrum.o +d7e3dfe3137729fde9d4761862985da7,.text,build/e/src/game/stan.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/stan.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/stan.o +a0dc2f971ef3ec01b201fff520a422e3,.data,build/e/src/game/stan.o +11748dd8e62697e481a5479b151d491e,.rodata,build/e/src/game/stan.o +780c7a54da1dd92f3f87e11db1cb8ee3,.text,build/e/src/game/textrelated.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/textrelated.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/textrelated.o +5b2be5a4a56e5d047ddd92f749836d87,.data,build/e/src/game/textrelated.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/textrelated.o +4f3b5f18dad8fdcd37c8b787d1d8bcb8,.text,build/e/src/game/title.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/title.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/title.o +e09fcfa9f21f3499758e33b62d2d3668,.data,build/e/src/game/title.o +75dbd1e73e9c0970cd647d2c8259601d,.rodata,build/e/src/game/title.o +65eba106b7145c8d18e62e41b0fca5cb,.text,build/e/src/game/cleanexplosions.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/cleanexplosions.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/cleanexplosions.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/cleanexplosions.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/cleanexplosions.o +e27c6eaae21319ffd65df3ec73cae9ba,.text,build/e/src/game/cleanwindowpieces.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/cleanwindowpieces.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/cleanwindowpieces.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/cleanwindowpieces.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/cleanwindowpieces.o +e630cc676aab55d752ccc5f735054d9b,.text,build/e/src/game/cleanplayersound.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/cleanplayersound.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/cleanplayersound.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/cleanplayersound.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/cleanplayersound.o +7e46aa3c9b889a57f29a750575d15d57,.text,build/e/src/game/unk_01B0E0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/unk_01B0E0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/unk_01B0E0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/unk_01B0E0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/unk_01B0E0.o +e8b537a19dbef522cab0d218d9e0cd28,.text,build/e/src/game/unk_01B240.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/unk_01B240.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/unk_01B240.o +2e036a1e94af4dca08dbda3ca29bb9f1,.data,build/e/src/game/unk_01B240.o +c1c2bef3d9452a0f148d8613ed14b3f1,.rodata,build/e/src/game/unk_01B240.o +9dd182e36f7cdfc30e37c9479de46c22,.text,build/e/src/game/unk_01BAE0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/unk_01BAE0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/unk_01BAE0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/unk_01BAE0.o +334b90953c5606d68014564e5eda0c1b,.rodata,build/e/src/game/unk_01BAE0.o +d0f801f11337accd96ccf6967a01ce8c,.text,build/e/src/game/bondhead.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/bondhead.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/bondhead.o +1f41ef4e892dded7bd385975a10cc847,.data,build/e/src/game/bondhead.o +99f9db7514cd824a3f06abb74d0c6f50,.rodata,build/e/src/game/bondhead.o +eba52185e5d35cafd4ae341cc5808a3f,.text,build/e/src/game/unk_091080.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/unk_091080.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/unk_091080.o +8b28117b30ba1eb01aece3db381370ae,.data,build/e/src/game/unk_091080.o +79936c25e933da15f6d69407363f5b1b,.rodata,build/e/src/game/unk_091080.o +9edfef9597ffff8486766db887b8a448,.text,build/e/src/game/unk_092890.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/unk_092890.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/unk_092890.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/unk_092890.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/unk_092890.o +efbf56789085058c727ff9d392ecdb23,.text,build/e/src/game/unk_092E50.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/unk_092E50.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/unk_092E50.o +2503662ee6318a7e4cb77c46c99506d5,.data,build/e/src/game/unk_092E50.o +f1dbcb1438dbbb5e8506a728d9c4d142,.rodata,build/e/src/game/unk_092E50.o +3288d6c4e46d199aa581307312d196d9,.text,build/e/src/game/unk_09B7A0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/unk_09B7A0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/unk_09B7A0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/unk_09B7A0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/unk_09B7A0.o +8729ba49ddeb23c78aea1637f63dc141,.text,build/e/src/game/explosions.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/explosions.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/explosions.o +936be08f5889c63a526c321318fc9faf,.data,build/e/src/game/explosions.o +b2fd1845c472814ec726c1af888609fc,.rodata,build/e/src/game/explosions.o +23385f419194c856b05f3c42c2fa5f00,.text,build/e/src/game/unk_0A1DA0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/unk_0A1DA0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/unk_0A1DA0.o +7449248de18da3f5a96c70e5dd0570e9,.data,build/e/src/game/unk_0A1DA0.o +f24e06584948c22cf900812499c2ad10,.rodata,build/e/src/game/unk_0A1DA0.o +1831614af3ecf8f4acf0243a62d0e460,.text,build/e/src/game/unk_0B3200.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/unk_0B3200.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/unk_0B3200.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/unk_0B3200.o +58beed8ba05634d9511690c0a476f146,.rodata,build/e/src/game/unk_0B3200.o +ca3ac22c71d840741611612bb9ecc4f8,.text,build/e/src/game/unk_0BC530.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/unk_0BC530.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/unk_0BC530.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/e/src/game/unk_0BC530.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/unk_0BC530.o +ebaae1631d39621f19696b589ec26cc4,.text,build/e/src/game/unk_0C0A70.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/unk_0C0A70.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/unk_0C0A70.o +dbe188a25ed7345150b6cb020396b89a,.data,build/e/src/game/unk_0C0A70.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/unk_0C0A70.o +67dbacb3028281856d2e39a06130c582,.text,build/e/src/game/unk_0CC4C0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/unk_0CC4C0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/unk_0CC4C0.o +3276b0ae12d43e34773e3e7340fd7eb7,.data,build/e/src/game/unk_0CC4C0.o +649f505c857e9b5f6bc4b652ea1d387e,.rodata,build/e/src/game/unk_0CC4C0.o +16b4e13d4b5d2c2924a59aff80c5f24a,.text,build/e/src/game/unk_0D1AC0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/unk_0D1AC0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/unk_0D1AC0.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/e/src/game/unk_0D1AC0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/unk_0D1AC0.o +a0492e6fe3289d7509758faffa7907c1,.text,build/e/src/game/viewport.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/viewport.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/viewport.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/e/src/game/viewport.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/viewport.o +21c3087f06453e75712485864f371d27,.text,build/e/src/game/watch.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/watch.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/watch.o +5761f5a56e201189104122ad0642a536,.data,build/e/src/game/watch.o +d4fddb03ec50f64a2c4659b04a5296a6,.rodata,build/e/src/game/watch.o +5508daba9a3b7bb3e82a637ae59a43bb,.text,build/e/src/game/zlib.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/e/src/game/zlib.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/src/game/zlib.o +199c3b1b31bf1142efdd9e00d27d4765,.data,build/e/src/game/zlib.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/src/game/zlib.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_ame_all_p.o +3239a921c076ddd6d68188b937597905,.data,build/e/assets/obseg/bg/bg_ame_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_ame_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_arch_all_p.o +4c990fe5fd057579c96cd7c43ac02352,.data,build/e/assets/obseg/bg/bg_arch_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_arch_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_arec_all_p.o +39d7f14bca4800c61e464496e3cdaf7b,.data,build/e/assets/obseg/bg/bg_arec_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_arec_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_azt_all_p.o +9cc41d4626731edc6a49b890499e2d33,.data,build/e/assets/obseg/bg/bg_azt_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_azt_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_cat_all_p.o +ad5f24079eabba3ae1418aa85706cc67,.data,build/e/assets/obseg/bg/bg_cat_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_cat_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_crad_all_p.o +461aca5d52c9a3a3bf2afee37d453f67,.data,build/e/assets/obseg/bg/bg_crad_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_crad_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_cryp_all_p.o +c22c7e1ae9576209d311a94cc579da59,.data,build/e/assets/obseg/bg/bg_cryp_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_cryp_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_dish_all_p.o +b3af6a77beb24fa4c3d5acf2bcdeeb88,.data,build/e/assets/obseg/bg/bg_dish_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_dish_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_lip_all_p.o +357d4c781f68a77f77777f22312ca8be,.data,build/e/assets/obseg/bg/bg_lip_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_lip_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_ref_all_p.o +728f045cd2dcfcab7e956001c8210ee7,.data,build/e/assets/obseg/bg/bg_ref_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_ref_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_rit_all_p.o +96ecc30d5e54a3bc35158283ff3a6179,.data,build/e/assets/obseg/bg/bg_rit_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_rit_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_run_all_p.o +f9bfa0db72247cc624983241a80cc2da,.data,build/e/assets/obseg/bg/bg_run_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_run_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_sev_all_p.o +f6f5db8f3e72452f8610625d1d8e45af,.data,build/e/assets/obseg/bg/bg_sev_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_sev_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_sevb_all_p.o +5211ec305c79ea15ed47aed9f5dda406,.data,build/e/assets/obseg/bg/bg_sevb_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_sevb_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_sevx_all_p.o +b4d1351d8b0c55dd49d04255057c8050,.data,build/e/assets/obseg/bg/bg_sevx_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_sevx_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/bg/bg_silo_all_p.o +5d43a71d5e09e4feb5061689ae5bda8b,.data,build/e/assets/obseg/bg/bg_silo_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/bg/bg_silo_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefarchZ.o +77c226b389bef0ef4b3f80d21b79aa6a,.data,build/e/assets/obseg/brief/UbriefarchZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefarchZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefarkZ.o +76e2c28739b6df8b6c89932b2fc0c39b,.data,build/e/assets/obseg/brief/UbriefarkZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefarkZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefaztZ.o +2e557d3d54ebc9a0d294a6eba027d03c,.data,build/e/assets/obseg/brief/UbriefaztZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefaztZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefcaveZ.o +7390bdb6dd0acb0e524a6a43741d1b89,.data,build/e/assets/obseg/brief/UbriefcaveZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefcaveZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefcontrolZ.o +b8514744d08309042f601fda8b644664,.data,build/e/assets/obseg/brief/UbriefcontrolZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefcontrolZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefcradZ.o +dceac86d93054c478611067a82a03ffe,.data,build/e/assets/obseg/brief/UbriefcradZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefcradZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefcrypZ.o +7fa9a86594803746ba4dee34e177a124,.data,build/e/assets/obseg/brief/UbriefcrypZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefcrypZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefdamZ.o +b5675a0fd69baf15b8eb5f004feb2d99,.data,build/e/assets/obseg/brief/UbriefdamZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefdamZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefdepoZ.o +d935f64befdbd153f0ec51de4805bf37,.data,build/e/assets/obseg/brief/UbriefdepoZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefdepoZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefdestZ.o +f5876420ea174366dc93849887704f6d,.data,build/e/assets/obseg/brief/UbriefdestZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefdestZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefjunZ.o +07ab7cdb9ad6c988b342705a63d57fca,.data,build/e/assets/obseg/brief/UbriefjunZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefjunZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefpeteZ.o +6c62e402a083a9f9081729db2272563f,.data,build/e/assets/obseg/brief/UbriefpeteZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefpeteZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefrunZ.o +2e72c21b0aa658363c7d26a846616a5c,.data,build/e/assets/obseg/brief/UbriefrunZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefrunZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefsevbunkerZ.o +2207330d53ebb26240adadac3075dc37,.data,build/e/assets/obseg/brief/UbriefsevbunkerZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefsevbunkerZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefsevbZ.o +ee356641add167a35310a6bb14b7d7f1,.data,build/e/assets/obseg/brief/UbriefsevbZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefsevbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefsevxbZ.o +06e62170941cf9226161b204a0bcc975,.data,build/e/assets/obseg/brief/UbriefsevxbZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefsevxbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefsevxZ.o +1fbf379b61826ed7dd56cd57934b1031,.data,build/e/assets/obseg/brief/UbriefsevxZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefsevxZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefsiloZ.o +1f012033e14273295212b6999665899f,.data,build/e/assets/obseg/brief/UbriefsiloZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefsiloZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbriefstatueZ.o +844bb85f8ac9c5c6f42d34b755fb7cd5,.data,build/e/assets/obseg/brief/UbriefstatueZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbriefstatueZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/brief/UbrieftraZ.o +615247e8e832c24d06f5b02e777a5664,.data,build/e/assets/obseg/brief/UbrieftraZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/brief/UbrieftraZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/Ump_setupameZ.o +505a174e9ba17b40733bf87bab422350,.data,build/e/assets/obseg/setup/Ump_setupameZ.o +ab1d1168e3309a4e1d8898dead14d5ca,.rodata,build/e/assets/obseg/setup/Ump_setupameZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/Ump_setuparkZ.o +d72a224479ee04046e2458e75ba971dd,.data,build/e/assets/obseg/setup/Ump_setuparkZ.o +9da7d43d1061590d6aaed55112c30adf,.rodata,build/e/assets/obseg/setup/Ump_setuparkZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/Ump_setupashZ.o +4bbf2415439ad3988b72542dc7c16435,.data,build/e/assets/obseg/setup/Ump_setupashZ.o +ab1d1168e3309a4e1d8898dead14d5ca,.rodata,build/e/assets/obseg/setup/Ump_setupashZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/Ump_setupcaveZ.o +9caabe90e7f9b62668b607b286e14738,.data,build/e/assets/obseg/setup/Ump_setupcaveZ.o +966bcbf56fab2e5a8306a27c2be2821e,.rodata,build/e/assets/obseg/setup/Ump_setupcaveZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/Ump_setupcradZ.o +e3270c14ece27e5f15f0bf54e20f000b,.data,build/e/assets/obseg/setup/Ump_setupcradZ.o +1332398676dda34bcb4104546a94cde8,.rodata,build/e/assets/obseg/setup/Ump_setupcradZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/Ump_setupcrypZ.o +baf4a21c4c3a50dfc68dd4bb79e1a4e4,.data,build/e/assets/obseg/setup/Ump_setupcrypZ.o +25568bb18b99a852d18fba045213caa4,.rodata,build/e/assets/obseg/setup/Ump_setupcrypZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/Ump_setupdishZ.o +52738bf0cf907b44c5c304bdb71b5635,.data,build/e/assets/obseg/setup/Ump_setupdishZ.o +db0620822dd4f53ca244a0997bd92f9d,.rodata,build/e/assets/obseg/setup/Ump_setupdishZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/Ump_setupimpZ.o +9a2d5bb6c18ee5acdaade6edd0ea6571,.data,build/e/assets/obseg/setup/Ump_setupimpZ.o +ab1d1168e3309a4e1d8898dead14d5ca,.rodata,build/e/assets/obseg/setup/Ump_setupimpZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/Ump_setupoatZ.o +66ed502d7ebd0286c31df6d918342d76,.data,build/e/assets/obseg/setup/Ump_setupoatZ.o +2a285f6bffe60426c716f84bd5178948,.rodata,build/e/assets/obseg/setup/Ump_setupoatZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/Ump_setuprefZ.o +a192e4098a04675dc0406394441c5596,.data,build/e/assets/obseg/setup/Ump_setuprefZ.o +acc9011f897a5b3b45cad7c1ea4b4715,.rodata,build/e/assets/obseg/setup/Ump_setuprefZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/Ump_setupsevbZ.o +fa7a848eb5dac0a60671450aa46df0aa,.data,build/e/assets/obseg/setup/Ump_setupsevbZ.o +44b3c131f9627281b5d1e3d72ddd50d2,.rodata,build/e/assets/obseg/setup/Ump_setupsevbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/Ump_setupstatueZ.o +39e07e5a0707a6c1ba36f23bc2b8a867,.data,build/e/assets/obseg/setup/Ump_setupstatueZ.o +adb0b6f3ef926a53ca4468251dc25d24,.rodata,build/e/assets/obseg/setup/Ump_setupstatueZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetuparchZ.o +14a533d673facd6407d27994b5add721,.data,build/e/assets/obseg/setup/UsetuparchZ.o +8c9e41dc4bfd4e3a4257e50d01d59f16,.rodata,build/e/assets/obseg/setup/UsetuparchZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetuparkZ.o +df46b4d3b99be3fec5c4af95622ebd35,.data,build/e/assets/obseg/setup/UsetuparkZ.o +e3a6ea2b5e0116a92c0d944720f4555d,.rodata,build/e/assets/obseg/setup/UsetuparkZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetupaztZ.o +dea9ac3dcf299ac954a6d31b6998dbde,.data,build/e/assets/obseg/setup/UsetupaztZ.o +90dfc984ae56837963ad6c378179e575,.rodata,build/e/assets/obseg/setup/UsetupaztZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetupcaveZ.o +cfcdf6399fd8558a81aedabca825886f,.data,build/e/assets/obseg/setup/UsetupcaveZ.o +b4d18f2d43ed9ab43c66ea8a9dbf601e,.rodata,build/e/assets/obseg/setup/UsetupcaveZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetupcontrolZ.o +86bb66970474e427936a5b4278d0a4e8,.data,build/e/assets/obseg/setup/UsetupcontrolZ.o +0a6d7e907a934a22f192afd8a338864f,.rodata,build/e/assets/obseg/setup/UsetupcontrolZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetupcradZ.o +fce12cff646ebb3ae99983e42d2e5d9c,.data,build/e/assets/obseg/setup/UsetupcradZ.o +352f4bbf95b387e7dac966ea4039df16,.rodata,build/e/assets/obseg/setup/UsetupcradZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetupcrypZ.o +2116905de55f8a2add7def57bfab3733,.data,build/e/assets/obseg/setup/UsetupcrypZ.o +2ca0538045df922ddffd5f7a56bf9f6f,.rodata,build/e/assets/obseg/setup/UsetupcrypZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetupdamZ.o +192c4a53cf1a38e18926f44bbccd276d,.data,build/e/assets/obseg/setup/UsetupdamZ.o +f3f0addffd8b48b5a1eefe4799791d48,.rodata,build/e/assets/obseg/setup/UsetupdamZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetupdepoZ.o +aa084741c9c5db45bae711efc0a33fe2,.data,build/e/assets/obseg/setup/UsetupdepoZ.o +7ea25ce7fd3caf5849a08d69accca997,.rodata,build/e/assets/obseg/setup/UsetupdepoZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetuppeteZ.o +2d05088e0082bae7a720d6a476283519,.data,build/e/assets/obseg/setup/UsetuppeteZ.o +3887668ddf86cf4380d9a5f16bc2dcf3,.rodata,build/e/assets/obseg/setup/UsetuppeteZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetuprunZ.o +2a26a94abd77eb88153ce42d4d6e3414,.data,build/e/assets/obseg/setup/UsetuprunZ.o +7638bc9258fb1dd47ce0cbb77a916f4f,.rodata,build/e/assets/obseg/setup/UsetuprunZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetupsevbunkerZ.o +6ae37ef5d6eee372ef100bc85e864de2,.data,build/e/assets/obseg/setup/UsetupsevbunkerZ.o +b5d1f1688129156bed0f46a1f10f4c4e,.rodata,build/e/assets/obseg/setup/UsetupsevbunkerZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetupsevbZ.o +a94881aeb4f12a22bd27b71fcbea7f93,.data,build/e/assets/obseg/setup/UsetupsevbZ.o +0cf8f0dc88c6e5c615415596d9ee1439,.rodata,build/e/assets/obseg/setup/UsetupsevbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetupsevxbZ.o +493bfe05761a14f4f7647f613115e0f7,.data,build/e/assets/obseg/setup/UsetupsevxbZ.o +214e937f3abb7fa20e8ec4df011578de,.rodata,build/e/assets/obseg/setup/UsetupsevxbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/setup/UsetupsevxZ.o +5a95cb479a12148813980fcbca8cf93c,.data,build/e/assets/obseg/setup/UsetupsevxZ.o +6b0d217217cc5137855ec4f175ebcfa5,.rodata,build/e/assets/obseg/setup/UsetupsevxZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_ame_all_p_stanZ.o +b1c4e40a881c345e593eb8246d727f46,.data,build/e/assets/obseg/stan/Tbg_ame_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_ame_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_arch_all_p_stanZ.o +7ca676a375a0d8d08e5931610598b6d4,.data,build/e/assets/obseg/stan/Tbg_arch_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_arch_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_arec_all_p_stanZ.o +2688daaa6b0f2f59e7e02ae9ba95be85,.data,build/e/assets/obseg/stan/Tbg_arec_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_arec_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_ark_all_p_stanZ.o +a057fe4ab5f288016da38006086756b7,.data,build/e/assets/obseg/stan/Tbg_ark_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_ark_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_ash_all_p_stanZ.o +b1c4e40a881c345e593eb8246d727f46,.data,build/e/assets/obseg/stan/Tbg_ash_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_ash_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_azt_all_p_stanZ.o +09ed891dfef1e77bc487b23c6f5bea95,.data,build/e/assets/obseg/stan/Tbg_azt_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_azt_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_cat_all_p_stanZ.o +faba7e91e6d464cc6cc671aed03b7719,.data,build/e/assets/obseg/stan/Tbg_cat_all_p_stanZ.o +827ae21e5b4aa345fa3b51c8494ca1d8,.rodata,build/e/assets/obseg/stan/Tbg_cat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_cave_all_p_stanZ.o +b3215b85b77d6adbc495d0e446eba0cf,.data,build/e/assets/obseg/stan/Tbg_cave_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_cave_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_crad_all_p_stanZ.o +1b488bbae36c96593c4636e8406afb2c,.data,build/e/assets/obseg/stan/Tbg_crad_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_crad_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_cryp_all_p_stanZ.o +ee1fb6264844257ae78e0de464be1f6d,.data,build/e/assets/obseg/stan/Tbg_cryp_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_cryp_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_dam_all_p_stanZ.o +ac9b55ee6961cfbe4a8b0f79fdcbc7fe,.data,build/e/assets/obseg/stan/Tbg_dam_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_dam_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_depo_all_p_stanZ.o +7ea1a82a0f3b87a38e42ecd8e44baa76,.data,build/e/assets/obseg/stan/Tbg_depo_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_depo_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_dest_all_p_stanZ.o +856a8f0f2ddb31a1fd512dbbfe0c8763,.data,build/e/assets/obseg/stan/Tbg_dest_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_dest_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_dish_all_p_stanZ.o +bb55353a9f75ada784750decf91337f8,.data,build/e/assets/obseg/stan/Tbg_dish_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_dish_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_imp_all_p_stanZ.o +b1c4e40a881c345e593eb8246d727f46,.data,build/e/assets/obseg/stan/Tbg_imp_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_imp_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_jun_all_p_stanZ.o +e5b50da9773335420524ae4e33cce850,.data,build/e/assets/obseg/stan/Tbg_jun_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_jun_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_len_all_p_stanZ.o +ae5ede059252d6ce4da9e79a0393ee98,.data,build/e/assets/obseg/stan/Tbg_len_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_len_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_oat_all_p_stanZ.o +8260b7a7be2a02444f074fe4315070e5,.data,build/e/assets/obseg/stan/Tbg_oat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_oat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_pete_all_p_stanZ.o +e5b4cb17a05fdb99d908d0d5927cd19e,.data,build/e/assets/obseg/stan/Tbg_pete_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_pete_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_ref_all_p_stanZ.o +aa1546f1e09f7a6116d51f87786621d9,.data,build/e/assets/obseg/stan/Tbg_ref_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_ref_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_run_all_p_stanZ.o +ef1efff8f0d100d3a3d7c8d9b9805643,.data,build/e/assets/obseg/stan/Tbg_run_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_run_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_sev_all_p_stanZ.o +1a18c0d029054b8c4026b3efb2264d12,.data,build/e/assets/obseg/stan/Tbg_sev_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_sev_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_sevb_all_p_stanZ.o +b490026d969f03bbd454d174f6c64c42,.data,build/e/assets/obseg/stan/Tbg_sevb_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_sevb_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_sevx_all_p_stanZ.o +42c5b0307eec8549956b0a75397ade93,.data,build/e/assets/obseg/stan/Tbg_sevx_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_sevx_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_silo_all_p_stanZ.o +f0a204c9b33851d045971d5b33d0b9cd,.data,build/e/assets/obseg/stan/Tbg_silo_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_silo_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_stat_all_p_stanZ.o +8bafb0743a0d92c83b0aec2bf2dedc17,.data,build/e/assets/obseg/stan/Tbg_stat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_stat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/stan/Tbg_tra_all_p_stanZ.o +228d56baf9bf34d1a6f45e4195306831,.data,build/e/assets/obseg/stan/Tbg_tra_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/stan/Tbg_tra_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/text/LameJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/e/assets/obseg/text/LameJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/e/assets/obseg/text/LameJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/e/assets/obseg/text/LarchJ.o +dbe9e4326b4e5b1b129950484651897c,.data,build/e/assets/obseg/text/LarchJ.o +018896a1b133d314f6ed19b82250b35e,.rodata,build/e/assets/obseg/text/LarchJ.o diff --git a/ge007.e.ld b/ge007.e.ld index ce55856..b763693 100644 --- a/ge007.e.ld +++ b/ge007.e.ld @@ -3,6 +3,16 @@ OUTPUT_ARCH (mips) SECTIONS { + + osTvType = 0x80000300; + osRomType = 0x80000304; + osRomBase = 0x80000308; + osResetType = 0x8000030c; + osCicId = 0x80000310; + osVersion = 0x80000314; + osMemSize = 0x80000318; + osAppNMIBuffer = 0x8000031c; + _romSegmentStart = 0; /* header */ _headerSegmentStart = ADDR(.header); @@ -30,9 +40,11 @@ SECTIONS /* 0x80000400, 0x80000450 */ _startSegmentStart = ADDR(.start); _startSegmentRomStart = _bootSegmentRomEnd; + _alt_startSegmentRomStart = _startSegmentRomStart + 0x100000; .start 0x80000400 : AT(_startSegmentRomStart) { build/e/src/_start.o (.text); } + _alt_startSegmentStart = _startSegmentStart - 0x10000000 + 0x100000; _startSegmentEnd = ADDR(.start) + SIZEOF(.start); _startSegmentRomEnd = _startSegmentRomStart + SIZEOF(.start); @@ -46,22 +58,22 @@ SECTIONS build/e/src/init.o (.text); build/e/src/sched.o (.text); build/e/src/osMapTLB.o (.text); - - build/e/src/libultra/vimgr.o (.text); - build/e/src/libultra/pimgr.o (.text); - + + build/e/src/libultrare/io/vimgr.o (.text); + build/e/src/libultrare/io/pimgr.o (.text); + build/e/src/tlb_manage.o (.text); build/e/src/tlb_random.o (.text); build/e/src/tlb_resolve.o (.text); build/e/src/tlb_hardwire.o (.text); build/e/src/audi.o (.text); build/e/src/speed_graph.o (.text); - build/e/src/video.o (.text); + build/e/src/fr.o (.text); build/e/src/deb.o (.text); - build/e/src/deb_video.o (.text); - build/e/src/unused_fp.o (.text); + build/e/src/fault.o (.text); + /*deb_print may be part of fault per pd beta (.text);*/ build/e/src/deb_print.o (.text); - build/e/src/debug_getlastRA.o (.text); + build/e/src/getra.o (.text); build/e/src/ramrom.o (.text); build/e/src/boss.o (.text); build/e/src/music.o (.text); @@ -77,180 +89,200 @@ SECTIONS build/e/src/debugmenu.o (.text); build/e/src/joy.o (.text); build/e/src/motor.o (.text); + build/e/src/libultrare/io/leointerrupt.o (.text); build/e/src/rmon.o (.text); /*build/e/src/libultra/osPiRawStartDma.o (.text);*/ - build/e/src/libultra/pirawdma.o (.text); - build/e/src/libultra/pigetstat.o (.text); - build/e/src/libultra/initialize.o (.text); - build/e/src/libultra/writebackdcacheall.o (.text); - build/e/src/libultra/invalicache.o (.text); - build/e/src/libultra/unmaptlb.o (.text); - build/e/src/libultra/getfpccsr.o (.text); - build/e/src/libultra/setfpccsr.o (.text); - build/e/src/libultra/createthread.o (.text); - build/e/src/libultra/startthread.o (.text); - build/e/src/libultra/createmesgqueue.o (.text); - build/e/src/libultra/parameters.o (.text); - build/e/src/libultra/stopthread.o (.text); - build/e/src/libultra/setthreadpri.o (.text); - build/e/src/libultra/getcount.o (.text); - /*build/e/src/libultra/vimgr.o (.text);*/ - build/e/src/libultra/vitbl.o (.text); /*edited*/ - build/e/src/libultra/seteventmesg.o (.text); - build/e/src/libultra/visetevent.o (.text); - build/e/src/libultra/setintmask.o (.text); - build/e/src/libultra/recvmesg.o (.text); - build/e/src/libultra/sendmesg.o (.text); - build/e/src/libultra/visetmode.o (.text); - build/e/src/libultra/visetxscale.o (.text); - build/e/src/libultra/visetyscale.o (.text); - build/e/src/libultra/virepeatline.o (.text); - build/e/src/libultra/viblack.o (.text); - build/e/src/libultra/sptaskyielded.o (.text); - build/e/src/libultra/dpctr.o (.text); - build/e/src/libultra/vigetcurrframebuf.o (.text); - build/e/src/libultra/vigetnextframebuf.o (.text); - build/e/src/libultra/viswapbuf.o (.text); - build/e/src/libultra/dpsetstat.o (.text); - build/e/src/libultra/sptask.o (.text); - build/e/src/libultra/dpsetnextbuf.o (.text); - build/e/src/libultra/sptaskyield.o (.text); - build/e/src/libultra/gettlbhi.o (.text); - build/e/src/libultra/virtualtophysical.o (.text); - build/e/src/libultra/aisetfreq.o (.text); - build/e/src/libultra/sl.o (.text); - build/e/src/libultra/heapalloc.o (.text); - build/e/src/libultra/gettime.o (.text); - build/e/src/libultra/ll.o (.text); /*edited*/ - build/e/src/libultra/aisetnextbuf.o (.text); - build/e/src/libultra/aigetlen.o (.text); - build/e/src/libultra/synthesizer.o (.text); - build/e/src/libultra/pidma.o (.text); - build/e/src/libultra/visetspecial.o (.text); - build/e/src/libultra/bcopy.o (.text); - build/e/src/libultra/perspective.o (.text); - build/e/src/libultra/mtxutil.o (.text); - build/e/src/libultra/getcurrfaultthread.o (.text); - build/e/src/libultra/exception.o (.text); /*edited*/ - build/e/src/libultra/thread.o (.text); - build/e/src/libultra/yieldthread.o (.text); - build/e/src/libultra/invaldcache.o (.text); - build/e/src/libultra/writebackdcache.o (.text); - build/e/src/libultra/settimer.o (.text); - build/e/src/libultra/heapinit.o (.text); - build/e/src/libultra/bnkf.o (.text); - build/e/src/libultra/csplayer.o (.text); - build/e/src/libultra/seqpsetbank.o (.text); - build/e/src/libultra/cspgetstate.o (.text); - build/e/src/libultra/cseq.o (.text); - build/e/src/libultra/cspsetseq.o (.text); - build/e/src/libultra/cspplay.o (.text); - build/e/src/libultra/cspstop.o (.text); - build/e/src/libultra/cspsetvol.o (.text); - build/e/src/libultra/event.o (.text); - build/e/src/libultra/synaddplayer.o (.text); - build/e/src/libultra/synallocvoice.o (.text); - build/e/src/libultra/synsetvol.o (.text); - build/e/src/libultra/synstartvoice.o (.text); - build/e/src/libultra/synsetpan.o (.text); - build/e/src/libultra/synsetpitch.o (.text); - build/e/src/libultra/synsetfxmix.o (.text); - build/e/src/libultra/synstopvoice.o (.text); - build/e/src/libultra/synfreevoice.o (.text); - build/e/src/libultra/cents2ratio.o (.text); - build/e/src/libultra/piread.o (.text); - build/e/src/libultra/string.o (.text); - build/e/src/libultra/xprintf.o (.text); - /*build/e/src/libultra/pimgr.o (.text);*/ - build/e/src/libultra/pfsinit.o (.text); - build/e/src/libultra/controller.o (.text); - build/e/src/libultra/contquery.o (.text); - build/e/src/libultra/contreaddata.o (.text); - build/e/src/libultra/conteepprobe.o (.text); - build/e/src/libultra/conteepread.o (.text); - build/e/src/libultra/conteepwrite.o (.text); - build/e/src/libultra/conteeplongread.o (.text); - build/e/src/libultra/conteeplongwrite.o (.text); - build/e/src/libultra/pfsisplug.o (.text); - build/e/src/libultra/siacs.o (.text); - build/e/src/libultra/sirawdma.o (.text); - build/e/src/libultra/crc.o (.text); - build/e/src/libultra/contramwrite.o (.text); - build/e/src/libultra/contramread.o (.text); - build/e/src/libultra/align.o (.text); - build/e/src/libultra/ortho.o (.text); - build/e/src/libultra/coss.o (.text); - build/e/src/libultra/sins.o (.text); - build/e/src/libultra/translate.o (.text); - build/e/src/libultra/bcmp.o (.text); - build/e/src/libultra/scale.o (.text); - build/e/src/libultra/lookatref.o (.text); - build/e/src/libultra/lookat.o (.text); - build/e/src/libultra/rotate.o (.text); - build/e/src/libultra/llcvt.o (.text); /*edited*/ - build/e/src/libultra/setsr.o (.text); - build/e/src/libultra/getsr.o (.text); - build/e/src/libultra/sirawread.o (.text); - build/e/src/libultra/sirawwrite.o (.text); - build/e/src/libultra/pirawread.o (.text); - build/e/src/libultra/bzero.o (.text); - build/e/src/libultra/sethwinterrupt.o (.text); - build/e/src/libultra/leointerrupt.o (.text); - build/e/src/libultra/interrupt.o (.text); - build/e/src/libultra/timerintr.o (.text); - build/e/src/libultra/kdebugserver.o (.text); - build/e/src/libultra/getthreadpri.o (.text); - build/e/src/libultra/vi.o (.text); /*edited*/ - build/e/src/libultra/vigetcurrcontext.o (.text); - build/e/src/libultra/viswapcontext.o (.text); - build/e/src/libultra/spgetstat.o (.text); - build/e/src/libultra/spsetstat.o (.text); - build/e/src/libultra/spsetpc.o (.text); - build/e/src/libultra/sprawdma.o (.text); - build/e/src/libultra/sp.o (.text); - build/e/src/libultra/dp.o (.text); - build/e/src/libultra/probetlb.o (.text); - build/e/src/libultra/syndelete.o (.text); - build/e/src/libultra/ai.o (.text); - build/e/src/libultra/drvrNew.o (.text); - build/e/src/libultra/synallocfx.o (.text); - build/e/src/libultra/mainbus.o (.text); - build/e/src/libultra/load.o (.text); - build/e/src/libultra/resample.o (.text); - build/e/src/libultra/env.o (.text); /*edited*/ - build/e/src/libultra/auxbus.o (.text); - build/e/src/libultra/save.o (.text); - build/e/src/libultra/jammesg.o (.text); - build/e/src/libultra/pigetcmdq.o (.text); - build/e/src/libultra/ultra7001B830.o (.text); /*edited*/ - build/e/src/libultra/ultra7001B9A0.o (.text); /*edited*/ - build/e/src/libultra/destroythread.o (.text); - build/e/src/libultra/seqplayer.o (.text); - build/e/src/libultra/synstartvoiceparam.o (.text); - build/e/src/libultra/copy.o (.text); - build/e/src/libultra/piacs.o (.text); - build/e/src/libultra/xlitob.o (.text); - build/e/src/libultra/xldtob.o (.text); - build/e/src/libultra/epirawdma.o (.text); - build/e/src/libultra/devmgr.o (.text); - build/e/src/libultra/contpfs.o (.text); - build/e/src/libultra/si.o (.text); - build/e/src/libultra/normalize.o (.text); - build/e/src/libultra/sqrtf.o (.text); - build/e/src/libultra/leodiskinit.o (.text); - build/e/src/libultra/setcompare.o (.text); - build/e/src/libultra/filter.o (.text); - build/e/src/libultra/reverb.o (.text); /*edited*/ - build/e/src/libultra/libm_vals.o (.text); /*edited*/ - build/e/src/libultra/seq.o (.text); - build/e/src/libultra/synsetpriority.o (.text); - build/e/src/libultra/ldiv.o (.text); - build/e/src/libultra/resetglobalintmask.o (.text); - build/e/src/libultra/epirawwrite.o (.text); - build/e/src/libultra/vimodentsclan1.o (.text); - build/e/src/libultra/vimodepallan1.o (.text); - build/e/src/libultra/ultra80069080.o (.text); /*edited*/ + build/e/src/libultra/io/pirawdma.o (.text); + build/e/src/libultra/io/pigetstat.o (.text); + build/e/src/libultrare/os/initialize.o (.text); + build/e/src/libultra/os/writebackdcacheall.o (.text); + build/e/src/libultra/os/invalicache.o (.text); + build/e/src/libultra/os/unmaptlb.o (.text); + build/e/src/libultra/os/getfpccsr.o (.text); + build/e/src/libultra/os/setfpccsr.o (.text); + build/e/src/libultra/os/createthread.o (.text); + build/e/src/libultra/os/startthread.o (.text); + build/e/src/libultra/os/createmesgqueue.o (.text); + build/e/src/libultra/os/parameters.o (.text); + build/e/src/libultra/os/stopthread.o (.text); + build/e/src/libultra/os/setthreadpri.o (.text); + build/e/src/libultra/os/getcount.o (.text); + /*build/e/src/libultrare/io/vimgr.o (.text);*/ + build/e/src/libultrare/io/vitbl.o (.text); /*edited*/ + build/e/src/libultra/os/seteventmesg.o (.text); + build/e/src/libultra/io/visetevent.o (.text); + build/e/src/libultra/os/setintmask.o (.text); + build/e/src/libultra/os/recvmesg.o (.text); + build/e/src/libultra/os/sendmesg.o (.text); + build/e/src/libultra/io/visetmode.o (.text); + build/e/src/libultra/io/visetxscale.o (.text); + build/e/src/libultra/io/visetyscale.o (.text); + build/e/src/libultra/io/virepeatline.o (.text); + build/e/src/libultra/io/viblack.o (.text); + build/e/src/libultra/io/sptaskyielded.o (.text); + build/e/src/libultra/io/dpctr.o (.text); + build/e/src/libultra/io/vigetcurrframebuf.o (.text); + build/e/src/libultra/io/vigetnextframebuf.o (.text); + build/e/src/libultra/io/viswapbuf.o (.text); + build/e/src/libultra/io/dpsetstat.o (.text); + build/e/src/libultrare/io/sptask.o (.text); + build/e/src/libultra/io/dpsetnextbuf.o (.text); + build/e/src/libultra/io/sptaskyield.o (.text); + build/e/src/libultra/os/timerintr.o (.text); + build/e/src/libultra/os/getthreadpri.o (.text); + build/e/src/libultra/os/interrupt.o (.text); + build/e/src/libultrare/io/vi.o (.text); + build/e/src/libultra/io/vigetcurrcontext.o (.text); + build/e/src/libultra/io/viswapcontext.o (.text); + build/e/src/libultra/io/piacs.o (.text); + build/e/src/libultrare/io/epirawdma.o (.text); + build/e/src/libultrare/io/devmgr.o (.text); + + + + + + + build/e/src/libultra/os/gettlbhi.o (.text); + build/e/src/libultra/os/virtualtophysical.o (.text); + build/e/src/libultra/io/aisetfreq.o (.text); + build/e/src/libultra/audio/sl.o (.text); + build/e/src/libultra/audio/heapalloc.o (.text); + build/e/src/libultra/os/gettime.o (.text); + build/e/src/libultra/libc/ll.o (.text); /*edited*/ + build/e/src/libultrare/io/aisetnextbuf.o (.text); + build/e/src/libultra/io/aigetlen.o (.text); + build/e/src/libultra/audio/synthesizer.o (.text); + build/e/src/libultra/io/pidma.o (.text); + build/e/src/libultra/io/visetspecial.o (.text); + build/e/src/libultra/libc/bcopy.o (.text); + build/e/src/libultra/gu/perspective.o (.text); + build/e/src/libultra/gu/mtxutil.o (.text); + build/e/src/libultra/os/getcurrfaultthread.o (.text); + build/e/src/libultra/os/exception.o (.text); /*edited*/ + build/e/src/libultra/os/thread.o (.text); + build/e/src/libultra/os/yieldthread.o (.text); + build/e/src/libultra/os/invaldcache.o (.text); + build/e/src/libultra/os/writebackdcache.o (.text); + build/e/src/libultra/os/settimer.o (.text); + build/e/src/libultra/audio/heapinit.o (.text); + build/e/src/libultra/audio/bnkf.o (.text); + build/e/src/libultra/audio/csplayer.o (.text); + build/e/src/libultra/audio/seqpsetbank.o (.text); + build/e/src/libultra/audio/cspgetstate.o (.text); + build/e/src/libultra/audio/cseq.o (.text); + build/e/src/libultra/audio/cspsetseq.o (.text); + build/e/src/libultra/audio/cspplay.o (.text); + build/e/src/libultra/audio/cspstop.o (.text); + build/e/src/libultra/audio/cspsetvol.o (.text); + build/e/src/libultra/audio/event.o (.text); + build/e/src/libultra/audio/synaddplayer.o (.text); + build/e/src/libultra/audio/synallocvoice.o (.text); + build/e/src/libultra/audio/synsetvol.o (.text); + build/e/src/libultra/audio/synstartvoice.o (.text); + build/e/src/libultra/audio/synsetpan.o (.text); + build/e/src/libultra/audio/synsetpitch.o (.text); + build/e/src/libultra/audio/synsetfxmix.o (.text); + build/e/src/libultra/audio/synstopvoice.o (.text); + build/e/src/libultra/audio/synfreevoice.o (.text); + build/e/src/libultra/audio/cents2ratio.o (.text); + build/e/src/libultra/io/piread.o (.text); + build/e/src/libultra/libc/string.o (.text); + build/e/src/libultrare/libc/xprintf.o (.text); + /*build/e/src/libultrare/io/pimgr.o (.text);*/ + build/e/src/libultrare/io/pfsinit.o (.text); + build/e/src/libultrare/io/controller.o (.text); + build/e/src/libultra/io/contquery.o (.text); + build/e/src/libultrare/io/contreaddata.o (.text); + build/e/src/libultrare/io/conteepprobe.o (.text); + build/e/src/libultrare/io/conteepread.o (.text); + build/e/src/libultrare/io/conteepwrite.o (.text); + build/e/src/libultrare/io/conteeplongread.o (.text); + build/e/src/libultrare/io/conteeplongwrite.o (.text); + build/e/src/libultrare/io/pfsisplug.o (.text); + build/e/src/libultra/io/siacs.o (.text); + build/e/src/libultra/io/sirawdma.o (.text); + build/e/src/libultra/io/crc.o (.text); + build/e/src/libultrare/io/contramwrite.o (.text); + build/e/src/libultrare/io/contramread.o (.text); + build/e/src/libultra/gu/align.o (.text); + build/e/src/libultra/gu/ortho.o (.text); + build/e/src/libultra/gu/coss.o (.text); + build/e/src/libultra/gu/sins.o (.text); + build/e/src/libultra/gu/translate.o (.text); + build/e/src/libultra/libc/bcmp.o (.text); + build/e/src/libultra/gu/scale.o (.text); + build/e/src/libultra/gu/lookatref.o (.text); + build/e/src/libultra/gu/lookat.o (.text); + build/e/src/libultra/gu/rotate.o (.text); + build/e/src/libultra/libc/llcvt.o (.text); /*edited*/ + build/e/src/libultra/os/setsr.o (.text); + build/e/src/libultra/os/getsr.o (.text); + build/e/src/libultra/io/sirawread.o (.text); + build/e/src/libultra/io/sirawwrite.o (.text); + build/e/src/libultra/io/pirawread.o (.text); + build/e/src/libultra/libc/bzero.o (.text); + build/e/src/libultra/os/sethwinterrupt.o (.text); + /*build/e/src/libultrare/io/leointerrupt.o (.text);*/ + /*build/e/src/libultra/os/interrupt.o (.text);*/ + /*build/e/src/libultra/os/timerintr.o (.text);*/ + build/e/src/libultra/os/kdebugserver.o (.text); + /*build/e/src/libultra/os/getthreadpri.o (.text);*/ + /*build/e/src/libultrare/io/vi.o (.text);*/ /*edited*/ + /*build/e/src/libultra/io/vigetcurrcontext.o (.text);*/ + /*build/e/src/libultra/io/viswapcontext.o (.text);*/ + build/e/src/libultra/io/spgetstat.o (.text); + build/e/src/libultra/io/spsetstat.o (.text); + build/e/src/libultra/io/spsetpc.o (.text); + build/e/src/libultra/io/sprawdma.o (.text); + build/e/src/libultra/io/sp.o (.text); + build/e/src/libultra/io/dp.o (.text); + build/e/src/libultra/os/setcompare.o (.text); + build/e/src/libultra/os/resetglobalintmask.o (.text); + build/e/src/libultrare/io/epirawwrite.o (.text); + + build/e/src/libultra/os/probetlb.o (.text); + build/e/src/libultra/audio/syndelete.o (.text); + build/e/src/libultra/io/ai.o (.text); + build/e/src/libultrare/audio/drvrNew.o (.text); + build/e/src/libultra/audio/synallocfx.o (.text); + build/e/src/libultra/audio/mainbus.o (.text); + build/e/src/libultra/audio/load.o (.text); + build/e/src/libultra/audio/resample.o (.text); + build/e/src/libultrare/audio/env.o (.text); /*edited*/ + build/e/src/libultra/audio/auxbus.o (.text); + build/e/src/libultra/audio/save.o (.text); + build/e/src/libultra/os/jammesg.o (.text); + build/e/src/libultra/io/pigetcmdq.o (.text); + build/e/src/libultra/gu/cosf.o (.text); /*edited*/ + build/e/src/libultra/gu/sinf.o (.text); /*edited*/ + build/e/src/libultrare/os/destroythread.o (.text); + build/e/src/libultra/audio/seqplayer.o (.text); + build/e/src/libultra/audio/synstartvoiceparam.o (.text); + build/e/src/libultra/audio/copy.o (.text); + /*build/e/src/libultra/io/piacs.o (.text);*/ + build/e/src/libultra/libc/xlitob.o (.text); + build/e/src/libultra/libc/xldtob.o (.text); + /*build/e/src/libultrare/io/epirawdma.o (.text);*/ + /*build/e/src/libultrare/io/devmgr.o (.text);*/ + build/e/src/libultra/io/contpfs.o (.text); + build/e/src/libultra/io/si.o (.text); + build/e/src/libultra/gu/normalize.o (.text); + build/e/src/libultra/gu/sqrtf.o (.text); + /*build/e/src/libultrare/io/leodiskinit.o (.text);*/ + /*build/e/src/libultra/os/setcompare.o (.text);*/ + build/e/src/libultra/audio/filter.o (.text); + build/e/src/libultrare/audio/reverb.o (.text); /*edited*/ + build/e/src/libultra/gu/libm_vals.o (.text); /*edited*/ + build/e/src/libultra/audio/seq.o (.text); + build/e/src/libultra/audio/synsetpriority.o (.text); + build/e/src/libultra/libc/ldiv.o (.text); + /*build/e/src/libultra/os/resetglobalintmask.o (.text);*/ + /*build/e/src/libultrare/io/epirawwrite.o (.text);*/ + build/e/src/libultra/io/vimodentsclan1.o (.text); + build/e/src/libultrare/io/vimodepallan1.o (.text); + build/e/src/libultrare/ultra80069080.o (.text); /*edited*/ /*build/e/src/libultra/libultra.a:libultra.o (.text);*/ } _codeSegmentEnd = ADDR(.code) + SIZEOF(.code); @@ -265,25 +297,25 @@ SECTIONS } _cdataSegmentEnd = ADDR(.cdata) + SIZEOF(.cdata); _cdataSegmentRomEnd = _cdataSegmentRomStart + SIZEOF(.cdata); - + /* (0x70200000, 0x702029BC, 0x701CCA70), // 033590-035F4D [29BD] */ - _rarezipSegmentStart = ADDR(.rarezip); - _rarezipSegmentRomStart = _cdataSegmentRomEnd; - .rarezip 0x70200000 : AT(_rarezipSegmentRomStart) { + _inflateSegmentStart = ADDR(.inflate); + _inflateSegmentRomStart = _cdataSegmentRomEnd; + .inflate 0x70200000 : AT(_inflateSegmentRomStart) { build/e/src/inflate/inflate.o (.text); build/e/src/inflate/inflate.o (.data); } - _rarezipSegmentEnd = ADDR(.rarezip) + SIZEOF(.rarezip); - _rarezipSegmentRomEnd = _rarezipSegmentRomStart + SIZEOF(.rarezip); + _inflateSegmentEnd = ADDR(.inflate) + SIZEOF(.inflate); + _inflateSegmentRomEnd = _inflateSegmentRomStart + SIZEOF(.inflate); + + - - /* (0x7F000000, 0x7F0E2D50, 0x7EFCB4D0), // 034B30-117881 [E2D51] */ _gameSegmentStart = ADDR(.game); - _gameSegmentRomStart = _rarezipSegmentRomEnd; + _gameSegmentRomStart = _inflateSegmentRomEnd; .game 0x7F000000 : AT(_gameSegmentRomStart) { build/e/src/game/initgamedata.o (.text); build/e/src/game/initweaponanigroups.o (.text); @@ -291,7 +323,7 @@ SECTIONS build/e/src/game/initnull_0009D0.o (.text); build/e/src/game/initunk_0009E0.o (.text); build/e/src/game/initanitable.o (.text); - build/e/src/game/initunk_000B60.o (.text); + build/e/src/game/initplayergaitobject.o (.text); build/e/src/game/setguscale.o (.text); build/e/src/game/initnull_000BC0.o (.text); build/e/src/game/initimages.o (.text); @@ -306,79 +338,89 @@ SECTIONS build/e/src/game/initBondDATA.o (.text); build/e/src/game/initunk_005450.o (.text); build/e/src/game/initunk_005520.o (.text); - build/e/src/game/initcameraandthrown.o (.text); + build/e/src/game/bondview_r.o (.text); build/e/src/game/inititemslots.o (.text); build/e/src/game/initBondDATAdefaults.o (.text); build/e/src/game/initpathtablesomething.o (.text); build/e/src/game/initpathtablelinks.o (.text); build/e/src/game/initexplosioncasing.o (.text); - build/e/src/game/initunk_007180.o (.text); + build/e/src/game/alloc_window_pieces.o (.text); build/e/src/game/initunk_007290.o (.text); - build/e/src/game/initunk_0072B0.o (.text); + build/e/src/game/initcheattext.o (.text); build/e/src/game/initmttex.o (.text); - build/e/src/game/initunk_0073B0.o (.text); - build/e/src/game/initunk_007460.o (.text); + build/e/src/game/cleanup_guard_data.o (.text); + build/e/src/game/cleanup_object_sounds.o (.text); build/e/src/game/cleanup_alarms.o (.text); build/e/src/game/cleanup_objects.o (.text); build/e/src/game/cleanup_objectives.o (.text); build/e/src/game/cleanupSFXRelated.o (.text); build/e/src/game/playerstats_007770.o (.text); - build/e/src/game/unk_007800.o (.text); - build/e/src/game/unk_007920.o (.text); + build/e/src/game/cleanexplosions.o (.text); + build/e/src/game/cleanwindowpieces.o (.text); build/e/src/game/null_007970.o (.text); - build/e/src/game/unk_007980.o (.text); - build/e/src/game/intro_logos.o (.text); - build/e/src/game/mainmenu.o (.text); + build/e/src/game/cleanplayersound.o (.text); + build/e/src/game/title.o (.text); + build/e/src/game/front.o (.text); build/e/src/game/unk_01B0E0.o (.text); build/e/src/game/unk_01B240.o (.text); build/e/src/game/unk_01BAE0.o (.text); build/e/src/game/blood_animation.o (.text); build/e/src/game/blood_decrypt.o (.text); - build/e/src/game/gamefile.o (.text); - build/e/src/game/gamefile2.o (.text); + build/e/src/game/file.o (.text); + build/e/src/game/file2.o (.text); build/e/src/game/chr.o (.text); - build/e/src/game/chr2.o (.text); + build/e/src/game/chr_b.o (.text); + build/e/src/game/chrlv.o (.text); build/e/src/game/chrai.o (.text); + build/e/src/game/chrprop.o (.text); build/e/src/game/chrobjhandler.o (.text); build/e/src/game/loadobjectmodel.o (.text); build/e/src/game/objective_status.o (.text); build/e/src/game/objective_status2.o (.text); - build/e/src/game/sin.o (.text); + build/e/src/game/math_sincos.o (.text); build/e/src/game/matrixmath.o (.text); - build/e/src/game/unk_05A9E0.o (.text); - build/e/src/game/convertangleusinginverse.o (.text); - build/e/src/game/unk_05AB70.o (.text); - build/e/src/game/unk_05ACB0.o (.text); - build/e/src/game/unk_05AE00.o (.text); - build/e/src/game/unk_05B1E0.o (.text); - build/e/src/game/truncf.o (.text); - build/e/src/game/unk_05C440.o (.text); - build/e/src/game/bondwalk.o (.text); + build/e/src/game/math_unk_05A9E0.o (.text); + build/e/src/game/math_atan2f.o (.text); + build/e/src/game/math_asinacos.o (.text); + build/e/src/game/math_asinfacosf.o (.text); + build/e/src/game/matrixmath_misc.o (.text); + build/e/src/game/quaternion.o (.text); + build/e/src/game/math_floor.o (.text); + build/e/src/game/math_ceil.o (.text); + build/e/src/game/gun.o (.text); build/e/src/game/bondwalk2.o (.text); build/e/src/game/objecthandler.o (.text); + build/e/src/game/objecthandler_1.o (.text); build/e/src/game/objecthandler_2.o (.text); build/e/src/game/othermodemicrocode.o (.text); - build/e/src/game/bond.o (.text); + build/e/src/game/bondview.o (.text); build/e/src/game/bondinv.o (.text); - build/e/src/game/unk_08DBB0.o (.text); + build/e/src/game/bondhead.o (.text); + build/e/src/game/padhalllv.o (.text); build/e/src/game/debugmenu_08FE00.o (.text); - build/e/src/game/debugmenu_090490.o (.text); + build/e/src/game/debugmenu_handler.o (.text); build/e/src/game/unk_091080.o (.text); - build/e/src/game/chrobjdata.o (.text); + build/e/src/game/chraidata.o (.text); + build/e/src/game/pobjdata.o (.text); + build/e/src/game/gobjdata.o (.text); + build/e/src/game/gobjdata2.o (.text); + build/e/src/game/cobjdata.o (.text); build/e/src/game/cheat_buttons.o (.text); build/e/src/game/unk_092890.o (.text); build/e/src/game/unk_092E50.o (.text); - build/e/src/game/unk_093880.o (.text); - build/e/src/game/unk_09B600.o (.text); + build/e/src/game/player.o (.text); + build/e/src/game/player_2.o (.text); + build/e/src/game/crc.o (.text); build/e/src/game/chrObjRandom.o (.text); build/e/src/game/unk_09B7A0.o (.text); - build/e/src/game/unk_09C250.o (.text); + build/e/src/game/explosions.o (.text); build/e/src/game/unk_0A1DA0.o (.text); build/e/src/game/watch.o (.text); build/e/src/game/textrelated.o (.text); build/e/src/game/stan.o (.text); build/e/src/game/unk_0B3200.o (.text); build/e/src/game/bg.o (.text); + build/e/src/game/bg2.o (.text); build/e/src/game/fog.o (.text); build/e/src/game/lightfixture.o (.text); build/e/src/game/unk_0BC530.o (.text); @@ -405,41 +447,129 @@ SECTIONS build/e/src/game/unk_0D1AC0.o (.text); build/e/src/game/viewport.o (.text); build/e/src/game/music_0D2720.o (.text); - build/e/src/game/spectrum.o (.text); + /*build/e/src/game/spectrum.o (.text);*/ } _gameSegmentEnd = ADDR(.game) + SIZEOF(.game); _gameSegmentRomEnd = _gameSegmentRomStart + SIZEOF(.game); + _fontdlSegmentStart = ADDR(.fontdl); + _fontdlSegmentRomStart = _gameSegmentRomEnd; + .fontdl 0x01000000 : AT(_fontdlSegmentRomStart) { + build/e/assets/font_dl.o (.data); + } + _fontdlSegmentEnd = ADDR(.fontdl) + SIZEOF(.fontdl); + _fontdlSegmentRomEnd = _fontdlSegmentRomStart + SIZEOF(.fontdl); + _jfontcharSegmentStart = ADDR(.jfontchardata); + _jfontcharSegmentRomStart = _fontdlSegmentRomEnd; + .jfontchardata 0x00000000 : AT(_jfontcharSegmentRomStart) { + build/e/assets/font_chardataj.o (.data); + } + _jfontcharSegmentEnd = ADDR(.jfontchardata) + SIZEOF(.jfontchardata); + _jfontcharSegmentRomEnd = _jfontcharSegmentRomStart + SIZEOF(.jfontchardata); - _romfiles_117880SegmentStart = ADDR(.romfiles_117880); - _romfiles_117880SegmentRomStart = _gameSegmentRomEnd; - .romfiles_117880 _romfiles_117880SegmentRomStart : AT(_romfiles_117880SegmentRomStart) { - build/e/assets/romfiles.o (.romfiles); + _efontcharSegmentStart = ADDR(.efontchardata); + _efontcharSegmentRomStart = _jfontcharSegmentRomEnd; + .efontchardata 0x00000000 : AT(_efontcharSegmentRomStart) { + build/e/assets/font_chardatae.o (.data); + } + _efontcharSegmentEnd = ADDR(.efontchardata) + SIZEOF(.efontchardata); + _efontcharSegmentRomEnd = _efontcharSegmentRomStart + SIZEOF(.efontchardata); + + _animation_entriesSegmentStart = ADDR(.animation_entries); + _animation_entriesSegmentRomStart = _efontcharSegmentRomEnd; + .animation_entries 0x00000000 : AT(_animation_entriesSegmentRomStart) { + build/e/assets/animationtable_entries.o(.data); + } + _animation_entriesSegmentEnd = ADDR(.animation_entries) + SIZEOF(.animation_entries); + _animation_entriesSegmentRomEnd = _animation_entriesSegmentRomStart + SIZEOF(.animation_entries); + + _animation_dataSegmentStart = ADDR(.animation_data); + _animation_dataSegmentRomStart = _animation_entriesSegmentRomEnd; + .animation_data 0x00000000 : AT(_animation_dataSegmentRomStart) { + build/e/assets/animationtable_data.o(.data); + } + _animation_dataSegmentEnd = ADDR(.animation_data) + SIZEOF(.animation_data); + _animation_dataSegmentRomEnd = _animation_dataSegmentRomStart + SIZEOF(.animation_data); + + _GlobalimagetableSegmentStart = ADDR(.romfiles_29d160); + _GlobalimagetableSegmentRomStart = _animation_dataSegmentRomEnd; + .romfiles_29d160 0x02000000 : AT(_GlobalimagetableSegmentRomStart) { build/e/assets/GlobalImageTable.o (.data); - build/e/assets/romfiles2.o (.romfiles); - build/e/assets/ramrom/ramrom.o (.ramrom); - build/e/assets/font/font.o (.font); + } + _GlobalimagetableSegmentEnd = ADDR(.romfiles_29d160) + SIZEOF(.romfiles_29d160); + _GlobalimagetableSegmentRomEnd = _GlobalimagetableSegmentRomStart + SIZEOF(.romfiles_29d160); + + _GlobalimagetablecmdblkSegmentStart = ADDR(.Globalimagetablecmdblk); + _GlobalimagetablecmdblkSegmentRomStart = _GlobalimagetableSegmentRomEnd; + .Globalimagetablecmdblk 0x02000000 : AT(_GlobalimagetablecmdblkSegmentRomStart) { + build/e/assets/Globalimagetable_commandblock.o (.data); + } + _GlobalimagetablecmdblkSegmentEnd = ADDR(.Globalimagetablecmdblk) + SIZEOF(.Globalimagetablecmdblk); + _GlobalimagetablecmdblkSegmentRomEnd = _GlobalimagetablecmdblkSegmentRomStart + SIZEOF(.Globalimagetablecmdblk); + + + _romfiles2SegmentStart = ADDR(.romfiles2); + _romfiles2SegmentRomStart = _GlobalimagetablecmdblkSegmentRomEnd; + .romfiles2 _romfiles2SegmentRomStart : AT(_romfiles2SegmentRomStart) { + build/e/assets/romfiles2.o (.data); + } + _romfiles2SegmentEnd = ADDR(.romfiles2) + SIZEOF(.romfiles2); + _romfiles2SegmentRomEnd = _romfiles2SegmentRomStart + SIZEOF(.romfiles2); + + _ramromfilesSegmentStart = ADDR(.ramromfiles); + _ramromfilesSegmentRomStart = _romfiles2SegmentRomEnd; + .ramromfiles _ramromfilesSegmentRomStart : AT(_ramromfilesSegmentRomStart) { + build/e/assets/ramrom/ramrom.o (.data); + } + _ramromfilesSegmentEnd = ADDR(.ramromfiles) + SIZEOF(.ramromfiles); + _ramromfilesSegmentRomEnd = _ramromfilesSegmentRomStart + SIZEOF(.ramromfiles); + + _fonttablectlsmall1SegmentStart = ADDR(.fonttablectlsmall1); + _fonttablectlsmall1SegmentRomStart = _ramromfilesSegmentRomEnd; + .fonttablectlsmall1 _fonttablectlsmall1SegmentRomStart : AT(_fonttablectlsmall1SegmentRomStart) { + build/e/assets/font/font_first_font_table_controller_small.o (.data); + } + _fonttablectlsmall1SegmentEnd = ADDR(.fonttablectlsmall1) + SIZEOF(.fonttablectlsmall1); + _fonttablectlsmall1SegmentRomEnd = _fonttablectlsmall1SegmentRomStart + SIZEOF(.fonttablectlsmall1); + + + _fonttablectllarge1SegmentStart = ADDR(.fonttablectllarge1); + _fonttablectllarge1SegmentRomStart = _fonttablectlsmall1SegmentRomEnd; + .fonttablectllarge1 _fonttablectllarge1SegmentRomStart : AT(_fonttablectllarge1SegmentRomStart) { + build/e/assets/font/font_first_font_table_controller_large.o (.data); + } + _fonttablectllarge1SegmentEnd = ADDR(.fonttablectllarge1) + SIZEOF(.fonttablectllarge1); + _fonttablectllarge1SegmentRomEnd = _fonttablectllarge1SegmentRomStart + SIZEOF(.fonttablectllarge1); + + + _musicfilesSegmentStart = ADDR(.musicfiles); + _musicfilesSegmentRomStart = _fonttablectllarge1SegmentRomEnd; + .musicfiles _musicfilesSegmentRomStart : AT(_musicfilesSegmentRomStart) { + build/e/assets/music/sfx.ctl.o (.data); + build/e/assets/music/sfx.tbl.o (.data); + build/e/assets/music/instruments.ctl.o (.data); + build/e/assets/music/instruments.tbl.o (.data); build/e/assets/music/music.o (.music); build/e/assets/music/music.o (.musiccompressed); } - _romfiles_117880SegmentEnd = ADDR(.romfiles_117880) + SIZEOF(.romfiles_117880); - _romfiles_117880SegmentRomEnd = _romfiles_117880SegmentRomStart + SIZEOF(.romfiles_117880); + _musicfilesSegmentEnd = ADDR(.musicfiles) + SIZEOF(.musicfiles); + _musicfilesSegmentRomEnd = _musicfilesSegmentRomStart + SIZEOF(.musicfiles); + _obsegSegmentStart = ADDR(.obseg); - _obsegSegmentRomStart = _romfiles_117880SegmentRomEnd; + _obsegSegmentRomStart = _musicfilesSegmentRomEnd; .obseg _obsegSegmentRomStart : AT(_obsegSegmentRomStart) { - build/e/assets/obseg/ob_seg.o (.ob_seg); + build/e/assets/obseg/ob_seg.o (.data); } _obsegSegmentEnd = ADDR(.obseg) + SIZEOF(.obseg); _obsegSegmentRomEnd = _obsegSegmentRomStart + SIZEOF(.obseg); - _imagesSegmentStart = ADDR(.images); _imagesSegmentRomStart = _obsegSegmentRomEnd; .images _imagesSegmentRomStart : AT(_imagesSegmentRomStart) { @@ -3160,243 +3290,266 @@ SECTIONS _csegmentSegmentStart = ADDR(.csegment); _csegmentSegmentRomStart = __csegtempPos; .csegment __dataSegmentVaddrStart : AT(_csegmentSegmentRomStart) { + + /* comments are offset from start of data segment */ + build/e/src/rspboot.o (.text); build/e/src/gspboot.o (.text); build/e/src/aspboot.o (.text); build/e/src/boot.o (.data); build/e/src/init.o (.data); - build/e/src/sched.o (.data); + build/e/src/sched.o (.data); /* 0x2300 */ build/e/src/osMapTLB.o (.data); - - build/e/src/libultra/vimgr.o (.data); - build/e/src/libultra/pimgr.o (.data); - + + build/e/src/libultrare/io/vimgr.o (.data); + build/e/src/libultrare/io/pimgr.o (.data); + build/e/src/tlb_manage.o (.data); build/e/src/tlb_random.o (.data); build/e/src/tlb_resolve.o (.data); build/e/src/tlb_hardwire.o (.data); - build/e/src/audi.o (.data); - build/e/src/speed_graph.o (.data); - build/e/src/video.o (.data); - build/e/src/deb.o (.data); - build/e/src/deb_video.o (.data); - build/e/src/unused_fp.o (.data); - build/e/src/deb_print.o (.data); - build/e/src/debug_getlastRA.o (.data); + build/e/src/audi.o (.data); /* 0x23a0 */ + build/e/src/speed_graph.o (.data); /* (none) */ + build/e/src/fr.o (.data); /* 0x2484 */ + build/e/src/deb.o (.data); /* 0x2520 */ + build/e/src/fault.o (.data); + /*deb_print may be part of fault per pd beta (.data);*/ + build/e/src/deb_print.o (.data); /* 0x2540 */ + build/e/src/getra.o (.data); build/e/src/ramrom.o (.data); - build/e/src/boss.o (.data); - build/e/src/music.o (.data); - build/e/src/snd.o (.data); - build/e/src/memp.o (.data); + build/e/src/boss.o (.data); /* 0x33e0 */ + build/e/src/music.o (.data); /* 0x3570 */ + build/e/src/snd.o (.data); /* 0x3620 */ + build/e/src/memp.o (.data); /* 0x3640 */ build/e/src/mema.o (.data); - build/e/src/random.o (.data); - build/e/src/token.o (.data); + build/e/src/random.o (.data); /* 0x36a0 */ + build/e/src/token.o (.data); /* 0x36b0 */ build/e/src/str.o (.data); build/e/src/sprintf.o (.data); build/e/src/pi.o (.data); - build/e/src/vi.o (.data); + build/e/src/vi.o (.data); build/e/src/debugmenu.o (.data); - build/e/src/joy.o (.data); + build/e/src/joy.o (.data); /* 0x3700 */ build/e/src/motor.o (.data); + build/e/src/libultrare/io/leointerrupt.o (.data); build/e/src/rmon.o (.data); /*build/e/src/libultra/osPiRawStartDma.o (.data);*/ - build/e/src/libultra/pirawdma.o (.data); - build/e/src/libultra/pigetstat.o (.data); - build/e/src/libultra/initialize.o (.data); - build/e/src/libultra/writebackdcacheall.o (.data); - build/e/src/libultra/invalicache.o (.data); - build/e/src/libultra/unmaptlb.o (.data); - build/e/src/libultra/getfpccsr.o (.data); - build/e/src/libultra/setfpccsr.o (.data); - build/e/src/libultra/createthread.o (.data); - build/e/src/libultra/startthread.o (.data); - build/e/src/libultra/createmesgqueue.o (.data); - build/e/src/libultra/parameters.o (.data); - build/e/src/libultra/stopthread.o (.data); - build/e/src/libultra/setthreadpri.o (.data); - build/e/src/libultra/getcount.o (.data); - /*build/e/src/libultra/vimgr.o (.data);*/ - build/e/src/libultra/vitbl.o (.data); /*edited*/ - build/e/src/libultra/seteventmesg.o (.data); - build/e/src/libultra/visetevent.o (.data); - build/e/src/libultra/setintmask.o (.data); - build/e/src/libultra/recvmesg.o (.data); - build/e/src/libultra/sendmesg.o (.data); - build/e/src/libultra/visetmode.o (.data); - build/e/src/libultra/visetxscale.o (.data); - build/e/src/libultra/visetyscale.o (.data); - build/e/src/libultra/virepeatline.o (.data); - build/e/src/libultra/viblack.o (.data); - build/e/src/libultra/sptaskyielded.o (.data); - build/e/src/libultra/dpctr.o (.data); - build/e/src/libultra/vigetcurrframebuf.o (.data); - build/e/src/libultra/vigetnextframebuf.o (.data); - build/e/src/libultra/viswapbuf.o (.data); - build/e/src/libultra/dpsetstat.o (.data); - build/e/src/libultra/sptask.o (.data); - build/e/src/libultra/dpsetnextbuf.o (.data); - build/e/src/libultra/sptaskyield.o (.data); - build/e/src/libultra/gettlbhi.o (.data); - build/e/src/libultra/virtualtophysical.o (.data); - build/e/src/libultra/aisetfreq.o (.data); - build/e/src/libultra/sl.o (.data); - build/e/src/libultra/heapalloc.o (.data); - build/e/src/libultra/gettime.o (.data); - build/e/src/libultra/ll.o (.data); /*edited*/ - build/e/src/libultra/aisetnextbuf.o (.data); - build/e/src/libultra/aigetlen.o (.data); - build/e/src/libultra/synthesizer.o (.data); - build/e/src/libultra/pidma.o (.data); - build/e/src/libultra/visetspecial.o (.data); - build/e/src/libultra/bcopy.o (.data); - build/e/src/libultra/perspective.o (.data); - build/e/src/libultra/mtxutil.o (.data); - build/e/src/libultra/getcurrfaultthread.o (.data); - build/e/src/libultra/exception.o (.data); /*edited*/ - build/e/src/libultra/thread.o (.data); - build/e/src/libultra/yieldthread.o (.data); - build/e/src/libultra/invaldcache.o (.data); - build/e/src/libultra/writebackdcache.o (.data); - build/e/src/libultra/settimer.o (.data); - build/e/src/libultra/heapinit.o (.data); - build/e/src/libultra/bnkf.o (.data); - build/e/src/libultra/csplayer.o (.data); - build/e/src/libultra/seqpsetbank.o (.data); - build/e/src/libultra/cspgetstate.o (.data); - build/e/src/libultra/cseq.o (.data); - build/e/src/libultra/cspsetseq.o (.data); - build/e/src/libultra/cspplay.o (.data); - build/e/src/libultra/cspstop.o (.data); - build/e/src/libultra/cspsetvol.o (.data); - build/e/src/libultra/event.o (.data); - build/e/src/libultra/synaddplayer.o (.data); - build/e/src/libultra/synallocvoice.o (.data); - build/e/src/libultra/synsetvol.o (.data); - build/e/src/libultra/synstartvoice.o (.data); - build/e/src/libultra/synsetpan.o (.data); - build/e/src/libultra/synsetpitch.o (.data); - build/e/src/libultra/synsetfxmix.o (.data); - build/e/src/libultra/synstopvoice.o (.data); - build/e/src/libultra/synfreevoice.o (.data); - build/e/src/libultra/cents2ratio.o (.data); - build/e/src/libultra/piread.o (.data); - build/e/src/libultra/string.o (.data); - build/e/src/libultra/xprintf.o (.data); - /*build/e/src/libultra/pimgr.o (.data);*/ - build/e/src/libultra/pfsinit.o (.data); - build/e/src/libultra/controller.o (.data); - build/e/src/libultra/contquery.o (.data); - build/e/src/libultra/contreaddata.o (.data); - build/e/src/libultra/conteepprobe.o (.data); - build/e/src/libultra/conteepread.o (.data); - build/e/src/libultra/conteepwrite.o (.data); - build/e/src/libultra/conteeplongread.o (.data); - build/e/src/libultra/conteeplongwrite.o (.data); - build/e/src/libultra/pfsisplug.o (.data); - build/e/src/libultra/siacs.o (.data); - build/e/src/libultra/sirawdma.o (.data); - build/e/src/libultra/crc.o (.data); - build/e/src/libultra/contramwrite.o (.data); - build/e/src/libultra/contramread.o (.data); - build/e/src/libultra/align.o (.data); - build/e/src/libultra/ortho.o (.data); - build/e/src/libultra/coss.o (.data); - build/e/src/libultra/sins.o (.data); - build/e/src/libultra/translate.o (.data); - build/e/src/libultra/bcmp.o (.data); - build/e/src/libultra/scale.o (.data); - build/e/src/libultra/lookatref.o (.data); - build/e/src/libultra/lookat.o (.data); - build/e/src/libultra/rotate.o (.data); - build/e/src/libultra/llcvt.o (.data); /*edited*/ - build/e/src/libultra/setsr.o (.data); - build/e/src/libultra/getsr.o (.data); - build/e/src/libultra/sirawread.o (.data); - build/e/src/libultra/sirawwrite.o (.data); - build/e/src/libultra/pirawread.o (.data); - build/e/src/libultra/bzero.o (.data); - build/e/src/libultra/sethwinterrupt.o (.data); - build/e/src/libultra/leointerrupt.o (.data); - build/e/src/libultra/interrupt.o (.data); - build/e/src/libultra/timerintr.o (.data); - build/e/src/libultra/kdebugserver.o (.data); - build/e/src/libultra/getthreadpri.o (.data); - build/e/src/libultra/vi.o (.data); /*edited*/ - build/e/src/libultra/vigetcurrcontext.o (.data); - build/e/src/libultra/viswapcontext.o (.data); - build/e/src/libultra/spgetstat.o (.data); - build/e/src/libultra/spsetstat.o (.data); - build/e/src/libultra/spsetpc.o (.data); - build/e/src/libultra/sprawdma.o (.data); - build/e/src/libultra/sp.o (.data); - build/e/src/libultra/dp.o (.data); - build/e/src/libultra/probetlb.o (.data); - build/e/src/libultra/syndelete.o (.data); - build/e/src/libultra/ai.o (.data); - build/e/src/libultra/drvrNew.o (.data); - build/e/src/libultra/synallocfx.o (.data); - build/e/src/libultra/mainbus.o (.data); - build/e/src/libultra/load.o (.data); - build/e/src/libultra/resample.o (.data); - build/e/src/libultra/env.o (.data); /*edited*/ - build/e/src/libultra/auxbus.o (.data); - build/e/src/libultra/save.o (.data); - build/e/src/libultra/jammesg.o (.data); - build/e/src/libultra/pigetcmdq.o (.data); - build/e/src/libultra/ultra7001B830.o (.data); /*edited*/ - build/e/src/libultra/ultra7001B9A0.o (.data); /*edited*/ - build/e/src/libultra/destroythread.o (.data); - build/e/src/libultra/seqplayer.o (.data); - build/e/src/libultra/synstartvoiceparam.o (.data); - build/e/src/libultra/copy.o (.data); - build/e/src/libultra/piacs.o (.data); - build/e/src/libultra/xlitob.o (.data); - build/e/src/libultra/xldtob.o (.data); - build/e/src/libultra/epirawdma.o (.data); - build/e/src/libultra/devmgr.o (.data); - build/e/src/libultra/contpfs.o (.data); - build/e/src/libultra/si.o (.data); - build/e/src/libultra/normalize.o (.data); - build/e/src/libultra/sqrtf.o (.data); - build/e/src/libultra/leodiskinit.o (.data); - build/e/src/libultra/setcompare.o (.data); - build/e/src/libultra/filter.o (.data); - build/e/src/libultra/reverb.o (.data); /*edited*/ - build/e/src/libultra/libm_vals.o (.data); /*edited*/ - build/e/src/libultra/seq.o (.data); - build/e/src/libultra/synsetpriority.o (.data); - build/e/src/libultra/ldiv.o (.data); - build/e/src/libultra/resetglobalintmask.o (.data); - build/e/src/libultra/epirawwrite.o (.data); - build/e/src/libultra/vimodentsclan1.o (.data); - build/e/src/libultra/vimodepallan1.o (.data); - build/e/src/libultra/ultra80069080.o (.data); /*edited*/ + build/e/src/libultra/io/pirawdma.o (.data); + build/e/src/libultra/io/pigetstat.o (.data); + build/e/src/libultrare/os/initialize.o (.data); + build/e/src/libultra/os/writebackdcacheall.o (.data); + build/e/src/libultra/os/invalicache.o (.data); + build/e/src/libultra/os/unmaptlb.o (.data); + build/e/src/libultra/os/getfpccsr.o (.data); + build/e/src/libultra/os/setfpccsr.o (.data); + build/e/src/libultra/os/createthread.o (.data); + build/e/src/libultra/os/startthread.o (.data); + build/e/src/libultra/os/createmesgqueue.o (.data); + build/e/src/libultra/os/parameters.o (.data); + build/e/src/libultra/os/stopthread.o (.data); + build/e/src/libultra/os/setthreadpri.o (.data); + build/e/src/libultra/os/getcount.o (.data); + /*build/e/src/libultrare/io/vimgr.o (.data);*/ + build/e/src/libultrare/io/vitbl.o (.data); /*edited*/ + build/e/src/libultra/os/seteventmesg.o (.data); + build/e/src/libultra/io/visetevent.o (.data); + build/e/src/libultra/os/setintmask.o (.data); + build/e/src/libultra/os/recvmesg.o (.data); + build/e/src/libultra/os/sendmesg.o (.data); + build/e/src/libultra/io/visetmode.o (.data); + build/e/src/libultra/io/visetxscale.o (.data); + build/e/src/libultra/io/visetyscale.o (.data); + build/e/src/libultra/io/virepeatline.o (.data); + build/e/src/libultra/io/viblack.o (.data); + build/e/src/libultra/io/sptaskyielded.o (.data); + build/e/src/libultra/io/dpctr.o (.data); + build/e/src/libultra/io/vigetcurrframebuf.o (.data); + build/e/src/libultra/io/vigetnextframebuf.o (.data); + build/e/src/libultra/io/viswapbuf.o (.data); + build/e/src/libultra/io/dpsetstat.o (.data); + build/e/src/libultrare/io/sptask.o (.data); + build/e/src/libultra/io/dpsetnextbuf.o (.data); + build/e/src/libultra/io/sptaskyield.o (.data); + build/e/src/libultra/os/timerintr.o (.data); /* 0x4500 */ + build/e/src/libultra/os/getthreadpri.o (.data); + build/e/src/libultra/os/interrupt.o (.data); + build/e/src/libultrare/io/vi.o (.data); /* 0x4510 */ + build/e/src/libultra/io/vigetcurrcontext.o (.data); + build/e/src/libultra/io/viswapcontext.o (.data); + build/e/src/libultra/io/piacs.o (.data); + build/e/src/libultrare/io/epirawdma.o (.data); + build/e/src/libultrare/io/devmgr.o (.data); + + + + + + build/e/src/libultra/os/gettlbhi.o (.data); + build/e/src/libultra/os/virtualtophysical.o (.data); + build/e/src/libultra/io/aisetfreq.o (.data); + build/e/src/libultra/audio/sl.o (.data); + build/e/src/libultra/audio/heapalloc.o (.data); + build/e/src/libultra/os/gettime.o (.data); + build/e/src/libultra/libc/ll.o (.data); /*edited*/ + build/e/src/libultrare/io/aisetnextbuf.o (.data); + build/e/src/libultra/io/aigetlen.o (.data); + build/e/src/libultra/audio/synthesizer.o (.data); + build/e/src/libultra/io/pidma.o (.data); + build/e/src/libultra/io/visetspecial.o (.data); + build/e/src/libultra/libc/bcopy.o (.data); + build/e/src/libultra/gu/perspective.o (.data); + build/e/src/libultra/gu/mtxutil.o (.data); + build/e/src/libultra/os/getcurrfaultthread.o (.data); + build/e/src/libultra/os/exception.o (.data); /*edited*/ + build/e/src/libultra/os/thread.o (.data); + build/e/src/libultra/os/yieldthread.o (.data); + build/e/src/libultra/os/invaldcache.o (.data); + build/e/src/libultra/os/writebackdcache.o (.data); + build/e/src/libultra/os/settimer.o (.data); + build/e/src/libultra/audio/heapinit.o (.data); + build/e/src/libultra/audio/bnkf.o (.data); + build/e/src/libultra/audio/csplayer.o (.data); + build/e/src/libultra/audio/seqpsetbank.o (.data); + build/e/src/libultra/audio/cspgetstate.o (.data); + build/e/src/libultra/audio/cseq.o (.data); + build/e/src/libultra/audio/cspsetseq.o (.data); + build/e/src/libultra/audio/cspplay.o (.data); + build/e/src/libultra/audio/cspstop.o (.data); + build/e/src/libultra/audio/cspsetvol.o (.data); + build/e/src/libultra/audio/event.o (.data); + build/e/src/libultra/audio/synaddplayer.o (.data); + build/e/src/libultra/audio/synallocvoice.o (.data); + build/e/src/libultra/audio/synsetvol.o (.data); + build/e/src/libultra/audio/synstartvoice.o (.data); + build/e/src/libultra/audio/synsetpan.o (.data); + build/e/src/libultra/audio/synsetpitch.o (.data); + build/e/src/libultra/audio/synsetfxmix.o (.data); + build/e/src/libultra/audio/synstopvoice.o (.data); + build/e/src/libultra/audio/synfreevoice.o (.data); + build/e/src/libultra/audio/cents2ratio.o (.data); + build/e/src/libultra/io/piread.o (.data); + build/e/src/libultra/libc/string.o (.data); + build/e/src/libultrare/libc/xprintf.o (.data); + /*build/e/src/libultrare/io/pimgr.o (.data);*/ + build/e/src/libultrare/io/pfsinit.o (.data); + build/e/src/libultrare/io/controller.o (.data); + build/e/src/libultra/io/contquery.o (.data); + build/e/src/libultrare/io/contreaddata.o (.data); + build/e/src/libultrare/io/conteepprobe.o (.data); + build/e/src/libultrare/io/conteepread.o (.data); + build/e/src/libultrare/io/conteepwrite.o (.data); + build/e/src/libultrare/io/conteeplongread.o (.data); + build/e/src/libultrare/io/conteeplongwrite.o (.data); + build/e/src/libultrare/io/pfsisplug.o (.data); + build/e/src/libultra/io/siacs.o (.data); + build/e/src/libultra/io/sirawdma.o (.data); + build/e/src/libultra/io/crc.o (.data); + build/e/src/libultrare/io/contramwrite.o (.data); + build/e/src/libultrare/io/contramread.o (.data); + build/e/src/libultra/gu/align.o (.data); + build/e/src/libultra/gu/ortho.o (.data); + build/e/src/libultra/gu/coss.o (.data); + build/e/src/libultra/gu/sins.o (.data); /* 0x4660 */ + + build/e/src/libultra/io/vimodentsclan1.o (.data); + build/e/src/libultrare/io/vimodepallan1.o (.data); + build/e/src/libultra/gu/translate.o (.data); + build/e/src/libultra/libc/bcmp.o (.data); + build/e/src/libultra/gu/scale.o (.data); + build/e/src/libultra/gu/lookatref.o (.data); + build/e/src/libultra/gu/lookat.o (.data); + build/e/src/libultra/gu/rotate.o (.data); + build/e/src/libultra/libc/llcvt.o (.data); /*edited*/ + build/e/src/libultra/os/setsr.o (.data); + build/e/src/libultra/os/getsr.o (.data); + build/e/src/libultra/io/sirawread.o (.data); + build/e/src/libultra/io/sirawwrite.o (.data); + build/e/src/libultra/io/pirawread.o (.data); + build/e/src/libultra/libc/bzero.o (.data); + build/e/src/libultra/os/sethwinterrupt.o (.data); + /*build/e/src/libultrare/io/leointerrupt.o (.data);*/ + /*build/e/src/libultra/os/interrupt.o (.data);*/ + /*build/e/src/libultra/os/timerintr.o (.data);*/ + build/e/src/libultra/os/kdebugserver.o (.data); + /*build/e/src/libultra/os/getthreadpri.o (.data);*/ + /*build/e/src/libultrare/io/vi.o (.data);*/ /*edited*/ + /*build/e/src/libultra/io/vigetcurrcontext.o (.data);*/ + /*build/e/src/libultra/io/viswapcontext.o (.data);*/ + build/e/src/libultra/io/spgetstat.o (.data); + build/e/src/libultra/io/spsetstat.o (.data); + build/e/src/libultra/io/spsetpc.o (.data); + build/e/src/libultra/io/sprawdma.o (.data); + build/e/src/libultra/io/sp.o (.data); + build/e/src/libultra/io/dp.o (.data); + build/e/src/libultra/os/setcompare.o (.data); + build/e/src/libultra/os/resetglobalintmask.o (.data); + build/e/src/libultrare/io/epirawwrite.o (.data); + + build/e/src/libultra/os/probetlb.o (.data); + build/e/src/libultra/audio/syndelete.o (.data); + build/e/src/libultra/io/ai.o (.data); + build/e/src/libultrare/audio/drvrNew.o (.data); /* 0x4e60 */ + build/e/src/libultra/audio/synallocfx.o (.data); + build/e/src/libultra/audio/mainbus.o (.data); + build/e/src/libultra/audio/load.o (.data); + build/e/src/libultra/audio/resample.o (.data); + build/e/src/libultrare/audio/env.o (.data); /*edited*/ + build/e/src/libultra/audio/auxbus.o (.data); + build/e/src/libultra/audio/save.o (.data); + build/e/src/libultra/os/jammesg.o (.data); + build/e/src/libultra/io/pigetcmdq.o (.data); + build/e/src/libultra/gu/cosf.o (.data); /*edited*/ + build/e/src/libultra/gu/sinf.o (.data); /*edited*/ + build/e/src/libultrare/os/destroythread.o (.data); + build/e/src/libultra/audio/seqplayer.o (.data); + build/e/src/libultra/audio/synstartvoiceparam.o (.data); + build/e/src/libultra/audio/copy.o (.data); + /*build/e/src/libultra/io/piacs.o (.data);*/ + build/e/src/libultra/libc/xlitob.o (.data); /* 0x5190 */ + build/e/src/libultra/libc/xldtob.o (.data); + /*build/e/src/libultrare/io/epirawdma.o (.data);*/ + /*build/e/src/libultrare/io/devmgr.o (.data);*/ + build/e/src/libultra/io/contpfs.o (.data); + build/e/src/libultra/io/si.o (.data); + build/e/src/libultra/gu/normalize.o (.data); + build/e/src/libultra/gu/sqrtf.o (.data); + /*build/e/src/libultrare/io/leodiskinit.o (.data);*/ + /*build/e/src/libultra/os/setcompare.o (.data);*/ + build/e/src/libultra/audio/filter.o (.data); + build/e/src/libultrare/audio/reverb.o (.data); /*edited*/ /* 0x51c0 */ + build/e/src/libultra/gu/libm_vals.o (.data); /*edited*/ + build/e/src/libultra/audio/seq.o (.data); + build/e/src/libultra/audio/synsetpriority.o (.data); + build/e/src/libultra/libc/ldiv.o (.data); + /*build/e/src/libultra/os/resetglobalintmask.o (.data);*/ + /*build/e/src/libultrare/io/epirawwrite.o (.data);*/ + build/e/src/libultrare/ultra80069080.o (.data); /*edited*/ /*build/e/src/libultra/libultra.a:libultra.o (.data);*/ build/e/src/aspboot.o (.rodata); build/e/src/boot.o (.rodata); - build/e/src/init.o (.rodata); + build/e/src/init.o (.rodata); /* 0x51d0 */ build/e/src/sched.o (.rodata); build/e/src/osMapTLB.o (.rodata); - - build/e/src/libultra/vimgr.o (.rodata); - build/e/src/libultra/pimgr.o (.rodata); - + + build/e/src/libultrare/io/vimgr.o (.rodata); + build/e/src/libultrare/io/pimgr.o (.rodata); + build/e/src/tlb_manage.o (.rodata); build/e/src/tlb_random.o (.rodata); build/e/src/tlb_resolve.o (.rodata); build/e/src/tlb_hardwire.o (.rodata); build/e/src/audi.o (.rodata); build/e/src/speed_graph.o (.rodata); - build/e/src/video.o (.rodata); - build/e/src/deb.o (.rodata); - build/e/src/deb_video.o (.rodata); - build/e/src/unused_fp.o (.rodata); - build/e/src/deb_print.o (.rodata); - build/e/src/debug_getlastRA.o (.rodata); + build/e/src/fr.o (.rodata); + build/e/src/deb.o (.rodata); /* 0x5230 */ + build/e/src/fault.o (.rodata); + /*deb_print may be part of fault per pd beta (.rodata);*/ + build/e/src/deb_print.o (.rodata); /* 0x5240 */ + build/e/src/getra.o (.rodata); build/e/src/ramrom.o (.rodata); - build/e/src/boss.o (.rodata); + build/e/src/boss.o (.rodata); /* around 0x5b84 */ build/e/src/music.o (.rodata); build/e/src/snd.o (.rodata); build/e/src/memp.o (.rodata); @@ -3410,180 +3563,199 @@ SECTIONS build/e/src/debugmenu.o (.rodata); build/e/src/joy.o (.rodata); build/e/src/motor.o (.rodata); + build/e/src/libultrare/io/leointerrupt.o (.rodata); build/e/src/rmon.o (.rodata); /*build/e/src/libultra/osPiRawStartDma.o (.rodata);*/ - build/e/src/libultra/pirawdma.o (.rodata); - build/e/src/libultra/pigetstat.o (.rodata); - build/e/src/libultra/initialize.o (.rodata); - build/e/src/libultra/writebackdcacheall.o (.rodata); - build/e/src/libultra/invalicache.o (.rodata); - build/e/src/libultra/unmaptlb.o (.rodata); - build/e/src/libultra/getfpccsr.o (.rodata); - build/e/src/libultra/setfpccsr.o (.rodata); - build/e/src/libultra/createthread.o (.rodata); - build/e/src/libultra/startthread.o (.rodata); - build/e/src/libultra/createmesgqueue.o (.rodata); - build/e/src/libultra/parameters.o (.rodata); - build/e/src/libultra/stopthread.o (.rodata); - build/e/src/libultra/setthreadpri.o (.rodata); - build/e/src/libultra/getcount.o (.rodata); - /*build/e/src/libultra/vimgr.o (.rodata);*/ - build/e/src/libultra/vitbl.o (.rodata); /*edited*/ - build/e/src/libultra/seteventmesg.o (.rodata); - build/e/src/libultra/visetevent.o (.rodata); - build/e/src/libultra/setintmask.o (.rodata); - build/e/src/libultra/recvmesg.o (.rodata); - build/e/src/libultra/sendmesg.o (.rodata); - build/e/src/libultra/visetmode.o (.rodata); - build/e/src/libultra/visetxscale.o (.rodata); - build/e/src/libultra/visetyscale.o (.rodata); - build/e/src/libultra/virepeatline.o (.rodata); - build/e/src/libultra/viblack.o (.rodata); - build/e/src/libultra/sptaskyielded.o (.rodata); - build/e/src/libultra/dpctr.o (.rodata); - build/e/src/libultra/vigetcurrframebuf.o (.rodata); - build/e/src/libultra/vigetnextframebuf.o (.rodata); - build/e/src/libultra/viswapbuf.o (.rodata); - build/e/src/libultra/dpsetstat.o (.rodata); - build/e/src/libultra/sptask.o (.rodata); - build/e/src/libultra/dpsetnextbuf.o (.rodata); - build/e/src/libultra/sptaskyield.o (.rodata); - build/e/src/libultra/gettlbhi.o (.rodata); - build/e/src/libultra/virtualtophysical.o (.rodata); - build/e/src/libultra/aisetfreq.o (.rodata); - build/e/src/libultra/sl.o (.rodata); - build/e/src/libultra/heapalloc.o (.rodata); - build/e/src/libultra/gettime.o (.rodata); - build/e/src/libultra/ll.o (.rodata); /*edited*/ - build/e/src/libultra/aisetnextbuf.o (.rodata); - build/e/src/libultra/aigetlen.o (.rodata); - build/e/src/libultra/synthesizer.o (.rodata); - build/e/src/libultra/pidma.o (.rodata); - build/e/src/libultra/visetspecial.o (.rodata); - build/e/src/libultra/bcopy.o (.rodata); - build/e/src/libultra/perspective.o (.rodata); - build/e/src/libultra/mtxutil.o (.rodata); - build/e/src/libultra/getcurrfaultthread.o (.rodata); - build/e/src/libultra/exception.o (.rodata); /*edited*/ - build/e/src/libultra/thread.o (.rodata); - build/e/src/libultra/yieldthread.o (.rodata); - build/e/src/libultra/invaldcache.o (.rodata); - build/e/src/libultra/writebackdcache.o (.rodata); - build/e/src/libultra/settimer.o (.rodata); - build/e/src/libultra/heapinit.o (.rodata); - build/e/src/libultra/bnkf.o (.rodata); - build/e/src/libultra/csplayer.o (.rodata); - build/e/src/libultra/seqpsetbank.o (.rodata); - build/e/src/libultra/cspgetstate.o (.rodata); - build/e/src/libultra/cseq.o (.rodata); - build/e/src/libultra/cspsetseq.o (.rodata); - build/e/src/libultra/cspplay.o (.rodata); - build/e/src/libultra/cspstop.o (.rodata); - build/e/src/libultra/cspsetvol.o (.rodata); - build/e/src/libultra/event.o (.rodata); - build/e/src/libultra/synaddplayer.o (.rodata); - build/e/src/libultra/synallocvoice.o (.rodata); - build/e/src/libultra/synsetvol.o (.rodata); - build/e/src/libultra/synstartvoice.o (.rodata); - build/e/src/libultra/synsetpan.o (.rodata); - build/e/src/libultra/synsetpitch.o (.rodata); - build/e/src/libultra/synsetfxmix.o (.rodata); - build/e/src/libultra/synstopvoice.o (.rodata); - build/e/src/libultra/synfreevoice.o (.rodata); - build/e/src/libultra/cents2ratio.o (.rodata); - build/e/src/libultra/piread.o (.rodata); - build/e/src/libultra/string.o (.rodata); - build/e/src/libultra/xprintf.o (.rodata); - /*build/e/src/libultra/pimgr.o (.rodata);*/ - build/e/src/libultra/pfsinit.o (.rodata); - build/e/src/libultra/controller.o (.rodata); - build/e/src/libultra/contquery.o (.rodata); - build/e/src/libultra/contreaddata.o (.rodata); - build/e/src/libultra/conteepprobe.o (.rodata); - build/e/src/libultra/conteepread.o (.rodata); - build/e/src/libultra/conteepwrite.o (.rodata); - build/e/src/libultra/conteeplongread.o (.rodata); - build/e/src/libultra/conteeplongwrite.o (.rodata); - build/e/src/libultra/pfsisplug.o (.rodata); - build/e/src/libultra/siacs.o (.rodata); - build/e/src/libultra/sirawdma.o (.rodata); - build/e/src/libultra/crc.o (.rodata); - build/e/src/libultra/contramwrite.o (.rodata); - build/e/src/libultra/contramread.o (.rodata); - build/e/src/libultra/align.o (.rodata); - build/e/src/libultra/ortho.o (.rodata); - build/e/src/libultra/coss.o (.rodata); - build/e/src/libultra/sins.o (.rodata); - build/e/src/libultra/translate.o (.rodata); - build/e/src/libultra/bcmp.o (.rodata); - build/e/src/libultra/scale.o (.rodata); - build/e/src/libultra/lookatref.o (.rodata); - build/e/src/libultra/lookat.o (.rodata); - build/e/src/libultra/rotate.o (.rodata); - build/e/src/libultra/llcvt.o (.rodata); /*edited*/ - build/e/src/libultra/setsr.o (.rodata); - build/e/src/libultra/getsr.o (.rodata); - build/e/src/libultra/sirawread.o (.rodata); - build/e/src/libultra/sirawwrite.o (.rodata); - build/e/src/libultra/pirawread.o (.rodata); - build/e/src/libultra/bzero.o (.rodata); - build/e/src/libultra/sethwinterrupt.o (.rodata); - build/e/src/libultra/leointerrupt.o (.rodata); - build/e/src/libultra/interrupt.o (.rodata); - build/e/src/libultra/timerintr.o (.rodata); - build/e/src/libultra/kdebugserver.o (.rodata); - build/e/src/libultra/getthreadpri.o (.rodata); - build/e/src/libultra/vi.o (.rodata); /*edited*/ - build/e/src/libultra/vigetcurrcontext.o (.rodata); - build/e/src/libultra/viswapcontext.o (.rodata); - build/e/src/libultra/spgetstat.o (.rodata); - build/e/src/libultra/spsetstat.o (.rodata); - build/e/src/libultra/spsetpc.o (.rodata); - build/e/src/libultra/sprawdma.o (.rodata); - build/e/src/libultra/sp.o (.rodata); - build/e/src/libultra/dp.o (.rodata); - build/e/src/libultra/probetlb.o (.rodata); - build/e/src/libultra/syndelete.o (.rodata); - build/e/src/libultra/ai.o (.rodata); - build/e/src/libultra/drvrNew.o (.rodata); - build/e/src/libultra/synallocfx.o (.rodata); - build/e/src/libultra/mainbus.o (.rodata); - build/e/src/libultra/load.o (.rodata); - build/e/src/libultra/resample.o (.rodata); - build/e/src/libultra/env.o (.rodata); /*edited*/ - build/e/src/libultra/auxbus.o (.rodata); - build/e/src/libultra/save.o (.rodata); - build/e/src/libultra/jammesg.o (.rodata); - build/e/src/libultra/pigetcmdq.o (.rodata); - build/e/src/libultra/ultra7001B830.o (.rodata); /*edited*/ - build/e/src/libultra/ultra7001B9A0.o (.rodata); /*edited*/ - build/e/src/libultra/destroythread.o (.rodata); - build/e/src/libultra/seqplayer.o (.rodata); - build/e/src/libultra/synstartvoiceparam.o (.rodata); - build/e/src/libultra/copy.o (.rodata); - build/e/src/libultra/piacs.o (.rodata); - build/e/src/libultra/xlitob.o (.rodata); - build/e/src/libultra/xldtob.o (.rodata); - build/e/src/libultra/epirawdma.o (.rodata); - build/e/src/libultra/devmgr.o (.rodata); - build/e/src/libultra/contpfs.o (.rodata); - build/e/src/libultra/si.o (.rodata); - build/e/src/libultra/normalize.o (.rodata); - build/e/src/libultra/sqrtf.o (.rodata); - build/e/src/libultra/leodiskinit.o (.rodata); - build/e/src/libultra/setcompare.o (.rodata); - build/e/src/libultra/filter.o (.rodata); - build/e/src/libultra/reverb.o (.rodata); /*edited*/ - build/e/src/libultra/libm_vals.o (.rodata); /*edited*/ - build/e/src/libultra/seq.o (.rodata); - build/e/src/libultra/synsetpriority.o (.rodata); - build/e/src/libultra/ldiv.o (.rodata); - build/e/src/libultra/resetglobalintmask.o (.rodata); - build/e/src/libultra/epirawwrite.o (.rodata); - build/e/src/libultra/vimodentsclan1.o (.rodata); - build/e/src/libultra/vimodepallan1.o (.rodata); - build/e/src/libultra/ultra80069080.o (.rodata); /*edited*/ + build/e/src/libultra/io/pirawdma.o (.rodata); + build/e/src/libultra/io/pigetstat.o (.rodata); + build/e/src/libultrare/os/initialize.o (.rodata); + build/e/src/libultra/os/writebackdcacheall.o (.rodata); + build/e/src/libultra/os/invalicache.o (.rodata); + build/e/src/libultra/os/unmaptlb.o (.rodata); + build/e/src/libultra/os/getfpccsr.o (.rodata); + build/e/src/libultra/os/setfpccsr.o (.rodata); + build/e/src/libultra/os/createthread.o (.rodata); + build/e/src/libultra/os/startthread.o (.rodata); + build/e/src/libultra/os/createmesgqueue.o (.rodata); + build/e/src/libultra/os/parameters.o (.rodata); + build/e/src/libultra/os/stopthread.o (.rodata); + build/e/src/libultra/os/setthreadpri.o (.rodata); + build/e/src/libultra/os/getcount.o (.rodata); + /*build/e/src/libultrare/io/vimgr.o (.rodata);*/ + build/e/src/libultrare/io/vitbl.o (.rodata); /*edited*/ + build/e/src/libultra/os/seteventmesg.o (.rodata); + build/e/src/libultra/io/visetevent.o (.rodata); + build/e/src/libultra/os/setintmask.o (.rodata); + build/e/src/libultra/os/recvmesg.o (.rodata); + build/e/src/libultra/os/sendmesg.o (.rodata); + build/e/src/libultra/io/visetmode.o (.rodata); + build/e/src/libultra/io/visetxscale.o (.rodata); + build/e/src/libultra/io/visetyscale.o (.rodata); + build/e/src/libultra/io/virepeatline.o (.rodata); + build/e/src/libultra/io/viblack.o (.rodata); + build/e/src/libultra/io/sptaskyielded.o (.rodata); + build/e/src/libultra/io/dpctr.o (.rodata); + build/e/src/libultra/io/vigetcurrframebuf.o (.rodata); + build/e/src/libultra/io/vigetnextframebuf.o (.rodata); + build/e/src/libultra/io/viswapbuf.o (.rodata); + build/e/src/libultra/io/dpsetstat.o (.rodata); + build/e/src/libultrare/io/sptask.o (.rodata); + build/e/src/libultra/io/dpsetnextbuf.o (.rodata); + build/e/src/libultra/io/sptaskyield.o (.rodata); + build/e/src/libultra/os/timerintr.o (.rodata); + build/e/src/libultra/os/getthreadpri.o (.rodata); + build/e/src/libultra/os/interrupt.o (.rodata); + build/e/src/libultrare/io/vi.o (.rodata); + build/e/src/libultra/io/vigetcurrcontext.o (.rodata); + build/e/src/libultra/io/viswapcontext.o (.rodata); + build/e/src/libultra/io/piacs.o (.rodata); + build/e/src/libultrare/io/epirawdma.o (.rodata); + build/e/src/libultrare/io/devmgr.o (.rodata); + + + + + + build/e/src/libultra/os/gettlbhi.o (.rodata); + build/e/src/libultra/os/virtualtophysical.o (.rodata); + build/e/src/libultra/io/aisetfreq.o (.rodata); + build/e/src/libultra/audio/sl.o (.rodata); + build/e/src/libultra/audio/heapalloc.o (.rodata); + build/e/src/libultra/os/gettime.o (.rodata); + build/e/src/libultra/libc/ll.o (.rodata); /*edited*/ + build/e/src/libultrare/io/aisetnextbuf.o (.rodata); + build/e/src/libultra/io/aigetlen.o (.rodata); + build/e/src/libultra/audio/synthesizer.o (.rodata); + build/e/src/libultra/io/pidma.o (.rodata); + build/e/src/libultra/io/visetspecial.o (.rodata); + build/e/src/libultra/libc/bcopy.o (.rodata); + build/e/src/libultra/gu/perspective.o (.rodata); + build/e/src/libultra/gu/mtxutil.o (.rodata); + build/e/src/libultra/os/getcurrfaultthread.o (.rodata); + build/e/src/libultra/os/exception.o (.rodata); /*edited*/ + build/e/src/libultra/os/thread.o (.rodata); + build/e/src/libultra/os/yieldthread.o (.rodata); + build/e/src/libultra/os/invaldcache.o (.rodata); + build/e/src/libultra/os/writebackdcache.o (.rodata); + build/e/src/libultra/os/settimer.o (.rodata); + build/e/src/libultra/audio/heapinit.o (.rodata); + build/e/src/libultra/audio/bnkf.o (.rodata); + build/e/src/libultra/audio/csplayer.o (.rodata); + build/e/src/libultra/audio/seqpsetbank.o (.rodata); + build/e/src/libultra/audio/cspgetstate.o (.rodata); + build/e/src/libultra/audio/cseq.o (.rodata); + build/e/src/libultra/audio/cspsetseq.o (.rodata); + build/e/src/libultra/audio/cspplay.o (.rodata); + build/e/src/libultra/audio/cspstop.o (.rodata); + build/e/src/libultra/audio/cspsetvol.o (.rodata); + build/e/src/libultra/audio/event.o (.rodata); + build/e/src/libultra/audio/synaddplayer.o (.rodata); + build/e/src/libultra/audio/synallocvoice.o (.rodata); + build/e/src/libultra/audio/synsetvol.o (.rodata); + build/e/src/libultra/audio/synstartvoice.o (.rodata); + build/e/src/libultra/audio/synsetpan.o (.rodata); + build/e/src/libultra/audio/synsetpitch.o (.rodata); + build/e/src/libultra/audio/synsetfxmix.o (.rodata); + build/e/src/libultra/audio/synstopvoice.o (.rodata); + build/e/src/libultra/audio/synfreevoice.o (.rodata); + build/e/src/libultra/audio/cents2ratio.o (.rodata); + build/e/src/libultra/io/piread.o (.rodata); + build/e/src/libultra/libc/string.o (.rodata); + build/e/src/libultrare/libc/xprintf.o (.rodata); + /*build/e/src/libultrare/io/pimgr.o (.rodata);*/ + build/e/src/libultrare/io/pfsinit.o (.rodata); + build/e/src/libultrare/io/controller.o (.rodata); + build/e/src/libultra/io/contquery.o (.rodata); + build/e/src/libultrare/io/contreaddata.o (.rodata); + build/e/src/libultrare/io/conteepprobe.o (.rodata); + build/e/src/libultrare/io/conteepread.o (.rodata); + build/e/src/libultrare/io/conteepwrite.o (.rodata); + build/e/src/libultrare/io/conteeplongread.o (.rodata); + build/e/src/libultrare/io/conteeplongwrite.o (.rodata); + build/e/src/libultrare/io/pfsisplug.o (.rodata); + build/e/src/libultra/io/siacs.o (.rodata); + build/e/src/libultra/io/sirawdma.o (.rodata); + build/e/src/libultra/io/crc.o (.rodata); + build/e/src/libultrare/io/contramwrite.o (.rodata); + build/e/src/libultrare/io/contramread.o (.rodata); + build/e/src/libultra/gu/align.o (.rodata); + build/e/src/libultra/gu/ortho.o (.rodata); + build/e/src/libultra/gu/coss.o (.rodata); + build/e/src/libultra/gu/sins.o (.rodata); + build/e/src/libultra/gu/translate.o (.rodata); + build/e/src/libultra/libc/bcmp.o (.rodata); + build/e/src/libultra/gu/scale.o (.rodata); + build/e/src/libultra/gu/lookatref.o (.rodata); + build/e/src/libultra/gu/lookat.o (.rodata); + build/e/src/libultra/gu/rotate.o (.rodata); + build/e/src/libultra/libc/llcvt.o (.rodata); /*edited*/ + build/e/src/libultra/os/setsr.o (.rodata); + build/e/src/libultra/os/getsr.o (.rodata); + build/e/src/libultra/io/sirawread.o (.rodata); + build/e/src/libultra/io/sirawwrite.o (.rodata); + build/e/src/libultra/io/pirawread.o (.rodata); + build/e/src/libultra/libc/bzero.o (.rodata); + build/e/src/libultra/os/sethwinterrupt.o (.rodata); + /*build/e/src/libultrare/io/leointerrupt.o (.rodata);*/ + /*build/e/src/libultra/os/interrupt.o (.rodata);*/ + /*build/e/src/libultra/os/timerintr.o (.rodata);*/ + build/e/src/libultra/os/kdebugserver.o (.rodata); + /*build/e/src/libultra/os/getthreadpri.o (.rodata);*/ + /*build/e/src/libultrare/io/vi.o (.rodata);*/ /*edited*/ +/* build/e/src/libultra/io/vigetcurrcontext.o (.rodata);*/ + /*build/e/src/libultra/io/viswapcontext.o (.rodata);*/ + build/e/src/libultra/io/spgetstat.o (.rodata); + build/e/src/libultra/io/spsetstat.o (.rodata); + build/e/src/libultra/io/spsetpc.o (.rodata); + build/e/src/libultra/io/sprawdma.o (.rodata); + build/e/src/libultra/io/sp.o (.rodata); + build/e/src/libultra/io/dp.o (.rodata); + build/e/src/libultra/os/setcompare.o (.rodata); + build/e/src/libultra/os/resetglobalintmask.o (.rodata); + build/e/src/libultrare/io/epirawwrite.o (.rodata); + + build/e/src/libultra/os/probetlb.o (.rodata); + build/e/src/libultra/audio/syndelete.o (.rodata); + build/e/src/libultra/io/ai.o (.rodata); + build/e/src/libultrare/audio/drvrNew.o (.rodata); + build/e/src/libultra/audio/synallocfx.o (.rodata); + build/e/src/libultra/audio/mainbus.o (.rodata); + build/e/src/libultra/audio/load.o (.rodata); + build/e/src/libultra/audio/resample.o (.rodata); + build/e/src/libultrare/audio/env.o (.rodata); /*edited*/ + build/e/src/libultra/audio/auxbus.o (.rodata); + build/e/src/libultra/audio/save.o (.rodata); + build/e/src/libultra/os/jammesg.o (.rodata); + build/e/src/libultra/io/pigetcmdq.o (.rodata); + build/e/src/libultra/gu/cosf.o (.rodata); /*edited*/ + build/e/src/libultra/gu/sinf.o (.rodata); /*edited*/ + build/e/src/libultrare/os/destroythread.o (.rodata); + build/e/src/libultra/audio/seqplayer.o (.rodata); + build/e/src/libultra/audio/synstartvoiceparam.o (.rodata); + build/e/src/libultra/audio/copy.o (.rodata); + /*build/e/src/libultra/io/piacs.o (.rodata);*/ + build/e/src/libultra/libc/xlitob.o (.rodata); + build/e/src/libultra/libc/xldtob.o (.rodata); + /*build/e/src/libultrare/io/epirawdma.o (.rodata);*/ + /*build/e/src/libultrare/io/devmgr.o (.rodata);*/ + build/e/src/libultra/io/contpfs.o (.rodata); + build/e/src/libultra/io/si.o (.rodata); + build/e/src/libultra/gu/normalize.o (.rodata); + build/e/src/libultra/gu/sqrtf.o (.rodata); + /*build/e/src/libultrare/io/leodiskinit.o (.rodata);*/ + /*build/e/src/libultra/os/setcompare.o (.rodata);*/ + build/e/src/libultra/audio/filter.o (.rodata); + build/e/src/libultrare/audio/reverb.o (.rodata); /*edited*/ + build/e/src/libultra/gu/libm_vals.o (.rodata); /*edited*/ + build/e/src/libultra/audio/seq.o (.rodata); + build/e/src/libultra/audio/synsetpriority.o (.rodata); + build/e/src/libultra/libc/ldiv.o (.rodata); + /*build/e/src/libultra/os/resetglobalintmask.o (.rodata);*/ + /*build/e/src/libultrare/io/epirawwrite.o (.rodata);*/ + build/e/src/libultra/io/vimodentsclan1.o (.rodata); + build/e/src/libultrare/io/vimodepallan1.o (.rodata); + build/e/src/libultrare/ultra80069080.o (.rodata); /*edited*/ /*build/e/src/libultra/libultra.a:libultra.o (.rodata);*/ build/e/src/game/initgamedata.o (.data); @@ -3592,7 +3764,7 @@ SECTIONS build/e/src/game/initnull_0009D0.o (.data); build/e/src/game/initunk_0009E0.o (.data); build/e/src/game/initanitable.o (.data); - build/e/src/game/initunk_000B60.o (.data); + build/e/src/game/initplayergaitobject.o (.data); build/e/src/game/setguscale.o (.data); build/e/src/game/initnull_000BC0.o (.data); build/e/src/game/initimages.o (.data); @@ -3604,95 +3776,105 @@ SECTIONS build/e/src/game/prop.o (.data); build/e/src/game/objective.o (.data); build/e/src/game/ejectedcartridges.o (.data); - build/e/src/game/initBondDATA.o (.data); + build/e/src/game/initBondDATA.o (.data); /* 0x6cd0 */ build/e/src/game/initunk_005450.o (.data); build/e/src/game/initunk_005520.o (.data); - build/e/src/game/initcameraandthrown.o (.data); + build/e/src/game/bondview_r.o (.data); build/e/src/game/inititemslots.o (.data); build/e/src/game/initBondDATAdefaults.o (.data); build/e/src/game/initpathtablesomething.o (.data); build/e/src/game/initpathtablelinks.o (.data); build/e/src/game/initexplosioncasing.o (.data); - build/e/src/game/initunk_007180.o (.data); + build/e/src/game/alloc_window_pieces.o (.data); build/e/src/game/initunk_007290.o (.data); - build/e/src/game/initunk_0072B0.o (.data); + build/e/src/game/initcheattext.o (.data); build/e/src/game/initmttex.o (.data); - build/e/src/game/initunk_0073B0.o (.data); - build/e/src/game/initunk_007460.o (.data); + build/e/src/game/cleanup_guard_data.o (.data); + build/e/src/game/cleanup_object_sounds.o (.data); build/e/src/game/cleanup_alarms.o (.data); build/e/src/game/cleanup_objects.o (.data); build/e/src/game/cleanup_objectives.o (.data); build/e/src/game/cleanupSFXRelated.o (.data); build/e/src/game/playerstats_007770.o (.data); - build/e/src/game/unk_007800.o (.data); - build/e/src/game/unk_007920.o (.data); + build/e/src/game/cleanexplosions.o (.data); + build/e/src/game/cleanwindowpieces.o (.data); build/e/src/game/null_007970.o (.data); - build/e/src/game/unk_007980.o (.data); - build/e/src/game/intro_logos.o (.data); - build/e/src/game/mainmenu.o (.data); + build/e/src/game/cleanplayersound.o (.data); + build/e/src/game/title.o (.data); + build/e/src/game/front.o (.data); /* around 0x7800 + */ build/e/src/game/unk_01B0E0.o (.data); build/e/src/game/unk_01B240.o (.data); build/e/src/game/unk_01BAE0.o (.data); build/e/src/game/blood_animation.o (.data); build/e/src/game/blood_decrypt.o (.data); - build/e/src/game/gamefile.o (.data); - build/e/src/game/gamefile2.o (.data); + build/e/src/game/file.o (.data); + build/e/src/game/file2.o (.data); build/e/src/game/chr.o (.data); - build/e/src/game/chr2.o (.data); + build/e/src/game/chr_b.o (.data); + build/e/src/game/chrlv.o (.data); build/e/src/game/chrai.o (.data); + build/e/src/game/chrprop.o (.data); build/e/src/game/chrobjhandler.o (.data); build/e/src/game/loadobjectmodel.o (.data); build/e/src/game/objective_status.o (.data); build/e/src/game/objective_status2.o (.data); - build/e/src/game/sin.o (.data); + build/e/src/game/math_sincos.o (.data); build/e/src/game/matrixmath.o (.data); - build/e/src/game/unk_05A9E0.o (.data); - build/e/src/game/convertangleusinginverse.o (.data); - build/e/src/game/unk_05AB70.o (.data); - build/e/src/game/unk_05ACB0.o (.data); - build/e/src/game/unk_05AE00.o (.data); - build/e/src/game/unk_05B1E0.o (.data); - build/e/src/game/truncf.o (.data); - build/e/src/game/unk_05C440.o (.data); - build/e/src/game/bondwalk.o (.data); + build/e/src/game/math_unk_05A9E0.o (.data); + build/e/src/game/math_atan2f.o (.data); + build/e/src/game/math_asinacos.o (.data); + build/e/src/game/math_asinfacosf.o (.data); + build/e/src/game/matrixmath_misc.o (.data); + build/e/src/game/quaternion.o (.data); + build/e/src/game/math_floor.o (.data); + build/e/src/game/math_ceil.o (.data); + build/e/src/game/gun.o (.data); build/e/src/game/bondwalk2.o (.data); build/e/src/game/objecthandler.o (.data); + build/e/src/game/objecthandler_1.o (.data); build/e/src/game/objecthandler_2.o (.data); build/e/src/game/othermodemicrocode.o (.data); - build/e/src/game/bond.o (.data); + build/e/src/game/bondview.o (.data); /* 0x12d20 */ build/e/src/game/bondinv.o (.data); - build/e/src/game/unk_08DBB0.o (.data); + build/e/src/game/bondhead.o (.data); /* around 0x133d0 */ + build/e/src/game/padhalllv.o (.data); build/e/src/game/debugmenu_08FE00.o (.data); - build/e/src/game/debugmenu_090490.o (.data); + build/e/src/game/debugmenu_handler.o (.data); /* around 0x133a0 */ build/e/src/game/unk_091080.o (.data); - build/e/src/game/chrobjdata.o (.data); + build/e/src/game/chraidata.o (.data); + build/e/src/game/pobjdata.o (.data); /* 0x13a30 */ + build/e/src/game/gobjdata.o (.data); + build/e/src/game/gobjdata2.o (.data); + build/e/src/game/cobjdata.o (.data); build/e/src/game/cheat_buttons.o (.data); build/e/src/game/unk_092890.o (.data); - build/e/src/game/unk_092E50.o (.data); - build/e/src/game/unk_093880.o (.data); - build/e/src/game/unk_09B600.o (.data); - build/e/src/game/chrObjRandom.o (.data); + build/e/src/game/unk_092E50.o (.data); /* around 0x01ae90 */ + build/e/src/game/player.o (.data); + build/e/src/game/player_2.o (.data); + build/e/src/game/crc.o (.data); + build/e/src/game/chrObjRandom.o (.data); /* 0x01b160 */ build/e/src/game/unk_09B7A0.o (.data); - build/e/src/game/unk_09C250.o (.data); + build/e/src/game/explosions.o (.data); /* around 0x01b170 */ build/e/src/game/unk_0A1DA0.o (.data); build/e/src/game/watch.o (.data); - build/e/src/game/textrelated.o (.data); - build/e/src/game/stan.o (.data); + build/e/src/game/textrelated.o (.data); /* 0x1be80 */ + build/e/src/game/stan.o (.data); /* 0x1bf30 */ build/e/src/game/unk_0B3200.o (.data); - build/e/src/game/bg.o (.data); + build/e/src/game/bg.o (.data); /* 0x1bff0 */ + build/e/src/game/bg2.o (.data); build/e/src/game/fog.o (.data); - build/e/src/game/lightfixture.o (.data); + build/e/src/game/lightfixture.o (.data); /* 0x1fe60 */ build/e/src/game/unk_0BC530.o (.data); - build/e/src/game/ob.o (.data); + build/e/src/game/ob.o (.data); /* 0x1fe70 */ build/e/src/game/dyn.o (.data); - build/e/src/game/lvl.o (.data); + build/e/src/game/lvl.o (.data); /* 0x22390 */ build/e/src/game/ramromreplay.o (.data); build/e/src/game/unk_0C0A70.o (.data); build/e/src/game/mp_music.o (.data); - build/e/src/game/lvl_text.o (.data); + build/e/src/game/lvl_text.o (.data); /* 0x22500 */ build/e/src/game/mp_watch.o (.data); - build/e/src/game/radar.o (.data); - build/e/src/game/mp_weapon.o (.data); + build/e/src/game/radar.o (.data); + build/e/src/game/mp_weapon.o (.data); /* 0x226a0 */ build/e/src/game/image.o (.data); build/e/src/game/image_bank.o (.data); build/e/src/game/unk_0CC4C0.o (.data); @@ -3706,7 +3888,7 @@ SECTIONS build/e/src/game/unk_0D1AC0.o (.data); build/e/src/game/viewport.o (.data); build/e/src/game/music_0D2720.o (.data); - build/e/src/game/spectrum.o (.data); + /*build/e/src/game/spectrum.o (.data);*/ build/e/src/game/initgamedata.o (.rodata); build/e/src/game/initweaponanigroups.o (.rodata); @@ -3714,7 +3896,7 @@ SECTIONS build/e/src/game/initnull_0009D0.o (.rodata); build/e/src/game/initunk_0009E0.o (.rodata); build/e/src/game/initanitable.o (.rodata); - build/e/src/game/initunk_000B60.o (.rodata); + build/e/src/game/initplayergaitobject.o (.rodata); build/e/src/game/setguscale.o (.rodata); build/e/src/game/initnull_000BC0.o (.rodata); build/e/src/game/initimages.o (.rodata); @@ -3723,85 +3905,95 @@ SECTIONS build/e/src/game/initguards.o (.rodata); build/e/src/game/deb_loadallmodels.o (.rodata); build/e/src/game/initobjects.o (.rodata); - build/e/src/game/prop.o (.rodata); + build/e/src/game/prop.o (.rodata); /* 0x28580 */ build/e/src/game/objective.o (.rodata); build/e/src/game/ejectedcartridges.o (.rodata); build/e/src/game/initBondDATA.o (.rodata); build/e/src/game/initunk_005450.o (.rodata); build/e/src/game/initunk_005520.o (.rodata); - build/e/src/game/initcameraandthrown.o (.rodata); + build/e/src/game/bondview_r.o (.rodata); /* around 0x289a0 */ build/e/src/game/inititemslots.o (.rodata); build/e/src/game/initBondDATAdefaults.o (.rodata); build/e/src/game/initpathtablesomething.o (.rodata); build/e/src/game/initpathtablelinks.o (.rodata); build/e/src/game/initexplosioncasing.o (.rodata); - build/e/src/game/initunk_007180.o (.rodata); + build/e/src/game/alloc_window_pieces.o (.rodata); build/e/src/game/initunk_007290.o (.rodata); - build/e/src/game/initunk_0072B0.o (.rodata); + build/e/src/game/initcheattext.o (.rodata); build/e/src/game/initmttex.o (.rodata); - build/e/src/game/initunk_0073B0.o (.rodata); - build/e/src/game/initunk_007460.o (.rodata); + build/e/src/game/cleanup_guard_data.o (.rodata); + build/e/src/game/cleanup_object_sounds.o (.rodata); build/e/src/game/cleanup_alarms.o (.rodata); build/e/src/game/cleanup_objects.o (.rodata); build/e/src/game/cleanup_objectives.o (.rodata); build/e/src/game/cleanupSFXRelated.o (.rodata); build/e/src/game/playerstats_007770.o (.rodata); - build/e/src/game/unk_007800.o (.rodata); - build/e/src/game/unk_007920.o (.rodata); + build/e/src/game/cleanexplosions.o (.rodata); + build/e/src/game/cleanwindowpieces.o (.rodata); build/e/src/game/null_007970.o (.rodata); - build/e/src/game/unk_007980.o (.rodata); - build/e/src/game/intro_logos.o (.rodata); - build/e/src/game/mainmenu.o (.rodata); + build/e/src/game/cleanplayersound.o (.rodata); + build/e/src/game/title.o (.rodata); /* around 0x28ad0 */ + build/e/src/game/front.o (.rodata); /* 0x28b10 */ build/e/src/game/unk_01B0E0.o (.rodata); build/e/src/game/unk_01B240.o (.rodata); build/e/src/game/unk_01BAE0.o (.rodata); build/e/src/game/blood_animation.o (.rodata); build/e/src/game/blood_decrypt.o (.rodata); - build/e/src/game/gamefile.o (.rodata); - build/e/src/game/gamefile2.o (.rodata); - build/e/src/game/chr.o (.rodata); - build/e/src/game/chr2.o (.rodata); + build/e/src/game/file.o (.rodata); + build/e/src/game/file2.o (.rodata); + build/e/src/game/chr.o (.rodata); /* around 0x291e0 */ + build/e/src/game/chr_b.o (.rodata); /* 0x29270 */ + build/e/src/game/chrlv.o (.rodata); /* 0x29280 */ build/e/src/game/chrai.o (.rodata); - build/e/src/game/chrobjhandler.o (.rodata); + build/e/src/game/chrprop.o (.rodata); + build/e/src/game/chrobjhandler.o (.rodata); /* around 0x29f10 */ build/e/src/game/loadobjectmodel.o (.rodata); - build/e/src/game/objective_status.o (.rodata); + build/e/src/game/objective_status.o (.rodata); /* around 0x2ab40 */ build/e/src/game/objective_status2.o (.rodata); - build/e/src/game/sin.o (.rodata); + build/e/src/game/math_sincos.o (.rodata); build/e/src/game/matrixmath.o (.rodata); - build/e/src/game/unk_05A9E0.o (.rodata); - build/e/src/game/convertangleusinginverse.o (.rodata); - build/e/src/game/unk_05AB70.o (.rodata); - build/e/src/game/unk_05ACB0.o (.rodata); - build/e/src/game/unk_05AE00.o (.rodata); - build/e/src/game/unk_05B1E0.o (.rodata); - build/e/src/game/truncf.o (.rodata); - build/e/src/game/unk_05C440.o (.rodata); - build/e/src/game/bondwalk.o (.rodata); + build/e/src/game/math_unk_05A9E0.o (.rodata); + build/e/src/game/math_atan2f.o (.rodata); + build/e/src/game/math_asinacos.o (.rodata); + build/e/src/game/math_asinfacosf.o (.rodata); + build/e/src/game/matrixmath_misc.o (.rodata); + build/e/src/game/quaternion.o (.rodata); + build/e/src/game/math_floor.o (.rodata); + build/e/src/game/math_ceil.o (.rodata); + build/e/src/game/gun.o (.rodata); /* around 0x2b140 (this is after gun includes) */ build/e/src/game/bondwalk2.o (.rodata); build/e/src/game/objecthandler.o (.rodata); + build/e/src/game/objecthandler_1.o (.rodata); build/e/src/game/objecthandler_2.o (.rodata); build/e/src/game/othermodemicrocode.o (.rodata); - build/e/src/game/bond.o (.rodata); + build/e/src/game/bondview.o (.rodata); /* around 0x2c000 up to 0x2c258 */ build/e/src/game/bondinv.o (.rodata); - build/e/src/game/unk_08DBB0.o (.rodata); + build/e/src/game/bondhead.o (.rodata); + build/e/src/game/padhalllv.o (.rodata); build/e/src/game/debugmenu_08FE00.o (.rodata); - build/e/src/game/debugmenu_090490.o (.rodata); + build/e/src/game/debugmenu_handler.o (.rodata); build/e/src/game/unk_091080.o (.rodata); - build/e/src/game/chrobjdata.o (.rodata); + build/e/src/game/chraidata.o (.rodata); /* around 0x2c2e0 */ + build/e/src/game/pobjdata.o (.rodata); + build/e/src/game/gobjdata.o (.rodata); + build/e/src/game/gobjdata2.o (.rodata); + build/e/src/game/cobjdata.o (.rodata); build/e/src/game/cheat_buttons.o (.rodata); build/e/src/game/unk_092890.o (.rodata); build/e/src/game/unk_092E50.o (.rodata); - build/e/src/game/unk_093880.o (.rodata); - build/e/src/game/unk_09B600.o (.rodata); + build/e/src/game/player.o (.rodata); + build/e/src/game/player_2.o (.rodata); /* around 0x2e000 */ + build/e/src/game/crc.o (.rodata); build/e/src/game/chrObjRandom.o (.rodata); build/e/src/game/unk_09B7A0.o (.rodata); - build/e/src/game/unk_09C250.o (.rodata); + build/e/src/game/explosions.o (.rodata); build/e/src/game/unk_0A1DA0.o (.rodata); - build/e/src/game/watch.o (.rodata); + build/e/src/game/watch.o (.rodata); /* around 0x2e250 */ build/e/src/game/textrelated.o (.rodata); build/e/src/game/stan.o (.rodata); build/e/src/game/unk_0B3200.o (.rodata); build/e/src/game/bg.o (.rodata); + build/e/src/game/bg2.o (.rodata); build/e/src/game/fog.o (.rodata); build/e/src/game/lightfixture.o (.rodata); build/e/src/game/unk_0BC530.o (.rodata); @@ -3810,7 +4002,7 @@ SECTIONS build/e/src/game/lvl.o (.rodata); build/e/src/game/ramromreplay.o (.rodata); build/e/src/game/unk_0C0A70.o (.rodata); - build/e/src/game/mp_music.o (.rodata); + build/e/src/game/mp_music.o (.rodata); /* around 0x31700 */ build/e/src/game/lvl_text.o (.rodata); build/e/src/game/mp_watch.o (.rodata); build/e/src/game/radar.o (.rodata); @@ -3828,7 +4020,7 @@ SECTIONS build/e/src/game/unk_0D1AC0.o (.rodata); build/e/src/game/viewport.o (.rodata); build/e/src/game/music_0D2720.o (.rodata); - build/e/src/game/spectrum.o (.rodata); + /*build/e/src/game/spectrum.o (.rodata);*/ build/e/src/gspboot.o (.data); build/e/src/aspboot.o (.data); @@ -3839,27 +4031,27 @@ SECTIONS __dataSegmentVaddrEnd = _csegmentSegmentRomEnd; _bssSegmentStart = ADDR(.bss); - _bssSegmentRomStart = _csegmentSegmentRomEnd; - .bss _csegmentSegmentEnd : AT(_bssSegmentRomStart){ + .bss (NOLOAD) : + { build/e/src/boot.o (.bss); build/e/src/init.o (.bss); build/e/src/sched.o (.bss); build/e/src/osMapTLB.o (.bss); - - build/e/src/libultra/vimgr.o (.bss); - build/e/src/libultra/pimgr.o (.bss); - + + build/e/src/libultrare/io/vimgr.o (.bss); + build/e/src/libultrare/io/pimgr.o (.bss); + build/e/src/tlb_manage.o (.bss); build/e/src/tlb_random.o (.bss); build/e/src/tlb_resolve.o (.bss); build/e/src/audi.o (.bss); build/e/src/speed_graph.o (.bss); - build/e/src/video.o (.bss); + build/e/src/fr.o (.bss); build/e/src/deb.o (.bss); - build/e/src/deb_video.o (.bss); - build/e/src/unused_fp.o (.bss); + build/e/src/fault.o (.bss); + /*deb_print may be part of fault per pd beta (.bss);*/ build/e/src/deb_print.o (.bss); - build/e/src/debug_getlastRA.o (.bss); + build/e/src/getra.o (.bss); build/e/src/ramrom.o (.bss); build/e/src/boss.o (.bss); build/e/src/music.o (.bss); @@ -3875,180 +4067,201 @@ SECTIONS build/e/src/debugmenu.o (.bss); build/e/src/joy.o (.bss); build/e/src/motor.o (.bss); + build/e/src/libultrare/io/leointerrupt.o (.bss); build/e/src/rmon.o (.bss); /*build/e/src/libultra/osPiRawStartDma.o (.bss);*/ - build/e/src/libultra/pirawdma.o (.bss); - build/e/src/libultra/pigetstat.o (.bss); - build/e/src/libultra/initialize.o (.bss); - build/e/src/libultra/writebackdcacheall.o (.bss); - build/e/src/libultra/invalicache.o (.bss); - build/e/src/libultra/unmaptlb.o (.bss); - build/e/src/libultra/getfpccsr.o (.bss); - build/e/src/libultra/setfpccsr.o (.bss); - build/e/src/libultra/createthread.o (.bss); - build/e/src/libultra/startthread.o (.bss); - build/e/src/libultra/createmesgqueue.o (.bss); - build/e/src/libultra/parameters.o (.bss); - build/e/src/libultra/stopthread.o (.bss); - build/e/src/libultra/setthreadpri.o (.bss); - build/e/src/libultra/getcount.o (.bss); - /*build/e/src/libultra/vimgr.o (.bss);*/ - build/e/src/libultra/vitbl.o (.bss); /*edited*/ - build/e/src/libultra/seteventmesg.o (.bss); - build/e/src/libultra/visetevent.o (.bss); - build/e/src/libultra/setintmask.o (.bss); - build/e/src/libultra/recvmesg.o (.bss); - build/e/src/libultra/sendmesg.o (.bss); - build/e/src/libultra/visetmode.o (.bss); - build/e/src/libultra/visetxscale.o (.bss); - build/e/src/libultra/visetyscale.o (.bss); - build/e/src/libultra/virepeatline.o (.bss); - build/e/src/libultra/viblack.o (.bss); - build/e/src/libultra/sptaskyielded.o (.bss); - build/e/src/libultra/dpctr.o (.bss); - build/e/src/libultra/vigetcurrframebuf.o (.bss); - build/e/src/libultra/vigetnextframebuf.o (.bss); - build/e/src/libultra/viswapbuf.o (.bss); - build/e/src/libultra/dpsetstat.o (.bss); - build/e/src/libultra/sptask.o (.bss); - build/e/src/libultra/dpsetnextbuf.o (.bss); - build/e/src/libultra/sptaskyield.o (.bss); - build/e/src/libultra/gettlbhi.o (.bss); - build/e/src/libultra/virtualtophysical.o (.bss); - build/e/src/libultra/aisetfreq.o (.bss); - build/e/src/libultra/sl.o (.bss); - build/e/src/libultra/heapalloc.o (.bss); - build/e/src/libultra/gettime.o (.bss); - build/e/src/libultra/ll.o (.bss); /*edited*/ - build/e/src/libultra/aisetnextbuf.o (.bss); - build/e/src/libultra/aigetlen.o (.bss); - build/e/src/libultra/synthesizer.o (.bss); - build/e/src/libultra/pidma.o (.bss); - build/e/src/libultra/visetspecial.o (.bss); - build/e/src/libultra/bcopy.o (.bss); - build/e/src/libultra/perspective.o (.bss); - build/e/src/libultra/mtxutil.o (.bss); - build/e/src/libultra/getcurrfaultthread.o (.bss); - build/e/src/libultra/exception.o (.bss); /*edited*/ - build/e/src/libultra/thread.o (.bss); - build/e/src/libultra/yieldthread.o (.bss); - build/e/src/libultra/invaldcache.o (.bss); - build/e/src/libultra/writebackdcache.o (.bss); - build/e/src/libultra/settimer.o (.bss); - build/e/src/libultra/heapinit.o (.bss); - build/e/src/libultra/bnkf.o (.bss); - build/e/src/libultra/csplayer.o (.bss); - build/e/src/libultra/seqpsetbank.o (.bss); - build/e/src/libultra/cspgetstate.o (.bss); - build/e/src/libultra/cseq.o (.bss); - build/e/src/libultra/cspsetseq.o (.bss); - build/e/src/libultra/cspplay.o (.bss); - build/e/src/libultra/cspstop.o (.bss); - build/e/src/libultra/cspsetvol.o (.bss); - build/e/src/libultra/event.o (.bss); - build/e/src/libultra/synaddplayer.o (.bss); - build/e/src/libultra/synallocvoice.o (.bss); - build/e/src/libultra/synsetvol.o (.bss); - build/e/src/libultra/synstartvoice.o (.bss); - build/e/src/libultra/synsetpan.o (.bss); - build/e/src/libultra/synsetpitch.o (.bss); - build/e/src/libultra/synsetfxmix.o (.bss); - build/e/src/libultra/synstopvoice.o (.bss); - build/e/src/libultra/synfreevoice.o (.bss); - build/e/src/libultra/cents2ratio.o (.bss); - build/e/src/libultra/piread.o (.bss); - build/e/src/libultra/string.o (.bss); - build/e/src/libultra/xprintf.o (.bss); - /*build/e/src/libultra/pimgr.o (.bss);*/ - build/e/src/libultra/pfsinit.o (.bss); - build/e/src/libultra/controller.o (.bss); - build/e/src/libultra/contquery.o (.bss); - build/e/src/libultra/contreaddata.o (.bss); - build/e/src/libultra/conteepprobe.o (.bss); - build/e/src/libultra/conteepread.o (.bss); - build/e/src/libultra/conteepwrite.o (.bss); - build/e/src/libultra/conteeplongread.o (.bss); - build/e/src/libultra/conteeplongwrite.o (.bss); - build/e/src/libultra/pfsisplug.o (.bss); - build/e/src/libultra/siacs.o (.bss); - build/e/src/libultra/sirawdma.o (.bss); - build/e/src/libultra/crc.o (.bss); - build/e/src/libultra/contramwrite.o (.bss); - build/e/src/libultra/contramread.o (.bss); - build/e/src/libultra/align.o (.bss); - build/e/src/libultra/ortho.o (.bss); - build/e/src/libultra/coss.o (.bss); - build/e/src/libultra/sins.o (.bss); - build/e/src/libultra/translate.o (.bss); - build/e/src/libultra/bcmp.o (.bss); - build/e/src/libultra/scale.o (.bss); - build/e/src/libultra/lookatref.o (.bss); - build/e/src/libultra/lookat.o (.bss); - build/e/src/libultra/rotate.o (.bss); - build/e/src/libultra/llcvt.o (.bss); /*edited*/ - build/e/src/libultra/setsr.o (.bss); - build/e/src/libultra/getsr.o (.bss); - build/e/src/libultra/sirawread.o (.bss); - build/e/src/libultra/sirawwrite.o (.bss); - build/e/src/libultra/pirawread.o (.bss); - build/e/src/libultra/bzero.o (.bss); - build/e/src/libultra/sethwinterrupt.o (.bss); - build/e/src/libultra/leointerrupt.o (.bss); - build/e/src/libultra/interrupt.o (.bss); - build/e/src/libultra/timerintr.o (.bss); - build/e/src/libultra/kdebugserver.o (.bss); - build/e/src/libultra/getthreadpri.o (.bss); - build/e/src/libultra/vi.o (.bss); /*edited*/ - build/e/src/libultra/vigetcurrcontext.o (.bss); - build/e/src/libultra/viswapcontext.o (.bss); - build/e/src/libultra/spgetstat.o (.bss); - build/e/src/libultra/spsetstat.o (.bss); - build/e/src/libultra/spsetpc.o (.bss); - build/e/src/libultra/sprawdma.o (.bss); - build/e/src/libultra/sp.o (.bss); - build/e/src/libultra/dp.o (.bss); - build/e/src/libultra/probetlb.o (.bss); - build/e/src/libultra/syndelete.o (.bss); - build/e/src/libultra/ai.o (.bss); - build/e/src/libultra/drvrNew.o (.bss); - build/e/src/libultra/synallocfx.o (.bss); - build/e/src/libultra/mainbus.o (.bss); - build/e/src/libultra/load.o (.bss); - build/e/src/libultra/resample.o (.bss); - build/e/src/libultra/env.o (.bss); /*edited*/ - build/e/src/libultra/auxbus.o (.bss); - build/e/src/libultra/save.o (.bss); - build/e/src/libultra/jammesg.o (.bss); - build/e/src/libultra/pigetcmdq.o (.bss); - build/e/src/libultra/ultra7001B830.o (.bss); /*edited*/ - build/e/src/libultra/ultra7001B9A0.o (.bss); /*edited*/ - build/e/src/libultra/destroythread.o (.bss); - build/e/src/libultra/seqplayer.o (.bss); - build/e/src/libultra/synstartvoiceparam.o (.bss); - build/e/src/libultra/copy.o (.bss); - build/e/src/libultra/piacs.o (.bss); - build/e/src/libultra/xlitob.o (.bss); - build/e/src/libultra/xldtob.o (.bss); - build/e/src/libultra/epirawdma.o (.bss); - build/e/src/libultra/devmgr.o (.bss); - build/e/src/libultra/contpfs.o (.bss); - build/e/src/libultra/si.o (.bss); - build/e/src/libultra/normalize.o (.bss); - build/e/src/libultra/sqrtf.o (.bss); - build/e/src/libultra/leodiskinit.o (.bss); - build/e/src/libultra/setcompare.o (.bss); - build/e/src/libultra/filter.o (.bss); - build/e/src/libultra/reverb.o (.bss); /*edited*/ - build/e/src/libultra/libm_vals.o (.bss); /*edited*/ - build/e/src/libultra/seq.o (.bss); - build/e/src/libultra/synsetpriority.o (.bss); - build/e/src/libultra/ldiv.o (.bss); - build/e/src/libultra/resetglobalintmask.o (.bss); - build/e/src/libultra/epirawwrite.o (.bss); - build/e/src/libultra/vimodentsclan1.o (.bss); - build/e/src/libultra/vimodepallan1.o (.bss); - build/e/src/libultra/ultra80069080.o (.bss); /*edited*/ + build/e/src/libultra/io/pirawdma.o (.bss); + build/e/src/libultra/io/pigetstat.o (.bss); + build/e/src/libultrare/os/initialize.o (.bss); + build/e/src/libultra/os/writebackdcacheall.o (.bss); + build/e/src/libultra/os/invalicache.o (.bss); + build/e/src/libultra/os/unmaptlb.o (.bss); + build/e/src/libultra/os/getfpccsr.o (.bss); + build/e/src/libultra/os/setfpccsr.o (.bss); + build/e/src/libultra/os/createthread.o (.bss); + build/e/src/libultra/os/startthread.o (.bss); + build/e/src/libultra/os/createmesgqueue.o (.bss); + build/e/src/libultra/os/parameters.o (.bss); + build/e/src/libultra/os/stopthread.o (.bss); + build/e/src/libultra/os/setthreadpri.o (.bss); + build/e/src/libultra/os/getcount.o (.bss); + /*build/e/src/libultrare/io/vimgr.o (.bss);*/ + build/e/src/libultrare/io/vitbl.o (.bss); /*edited*/ + build/e/src/libultra/os/seteventmesg.o (.bss); + build/e/src/libultra/io/visetevent.o (.bss); + build/e/src/libultra/os/setintmask.o (.bss); + build/e/src/libultra/os/recvmesg.o (.bss); + build/e/src/libultra/os/sendmesg.o (.bss); + build/e/src/libultra/io/visetmode.o (.bss); + build/e/src/libultra/io/visetxscale.o (.bss); + build/e/src/libultra/io/visetyscale.o (.bss); + build/e/src/libultra/io/virepeatline.o (.bss); + build/e/src/libultra/io/viblack.o (.bss); + build/e/src/libultra/io/sptaskyielded.o (.bss); + build/e/src/libultra/io/dpctr.o (.bss); + build/e/src/libultra/io/vigetcurrframebuf.o (.bss); + build/e/src/libultra/io/vigetnextframebuf.o (.bss); + build/e/src/libultra/io/viswapbuf.o (.bss); + build/e/src/libultra/io/dpsetstat.o (.bss); + build/e/src/libultrare/io/sptask.o (.bss); + build/e/src/libultra/io/dpsetnextbuf.o (.bss); + build/e/src/libultra/io/sptaskyield.o (.bss); + + build/e/src/libultra/os/timerintr.o (.bss); + build/e/src/libultra/os/getthreadpri.o (.bss); + build/e/src/libultra/os/interrupt.o (.bss); + build/e/src/libultrare/io/vi.o (.bss); /*edited*/ + build/e/src/libultra/io/vigetcurrcontext.o (.bss); + build/e/src/libultra/io/viswapcontext.o (.bss); + build/e/src/libultra/io/piacs.o (.bss); + build/e/src/libultrare/io/epirawdma.o (.bss); + build/e/src/libultrare/io/devmgr.o (.bss); + + + + + build/e/src/libultra/os/gettlbhi.o (.bss); + build/e/src/libultra/os/virtualtophysical.o (.bss); + build/e/src/libultra/io/aisetfreq.o (.bss); + build/e/src/libultra/audio/sl.o (.bss); + build/e/src/libultra/audio/heapalloc.o (.bss); + build/e/src/libultra/os/gettime.o (.bss); + build/e/src/libultra/libc/ll.o (.bss); /*edited*/ + build/e/src/libultrare/io/aisetnextbuf.o (.bss); + build/e/src/libultra/io/aigetlen.o (.bss); + build/e/src/libultra/audio/synthesizer.o (.bss); + build/e/src/libultra/io/pidma.o (.bss); + build/e/src/libultra/io/visetspecial.o (.bss); + build/e/src/libultra/libc/bcopy.o (.bss); + build/e/src/libultra/gu/perspective.o (.bss); + build/e/src/libultra/gu/mtxutil.o (.bss); + build/e/src/libultra/os/getcurrfaultthread.o (.bss); + build/e/src/libultra/os/exception.o (.bss); /*edited*/ + build/e/src/libultra/os/thread.o (.bss); + build/e/src/libultra/os/yieldthread.o (.bss); + build/e/src/libultra/os/invaldcache.o (.bss); + build/e/src/libultra/os/writebackdcache.o (.bss); + build/e/src/libultra/os/settimer.o (.bss); + build/e/src/libultra/audio/heapinit.o (.bss); + build/e/src/libultra/audio/bnkf.o (.bss); + build/e/src/libultra/audio/csplayer.o (.bss); + build/e/src/libultra/audio/seqpsetbank.o (.bss); + build/e/src/libultra/audio/cspgetstate.o (.bss); + build/e/src/libultra/audio/cseq.o (.bss); + build/e/src/libultra/audio/cspsetseq.o (.bss); + build/e/src/libultra/audio/cspplay.o (.bss); + build/e/src/libultra/audio/cspstop.o (.bss); + build/e/src/libultra/audio/cspsetvol.o (.bss); + build/e/src/libultra/audio/event.o (.bss); + build/e/src/libultra/audio/synaddplayer.o (.bss); + build/e/src/libultra/audio/synallocvoice.o (.bss); + build/e/src/libultra/audio/synsetvol.o (.bss); + build/e/src/libultra/audio/synstartvoice.o (.bss); + build/e/src/libultra/audio/synsetpan.o (.bss); + build/e/src/libultra/audio/synsetpitch.o (.bss); + build/e/src/libultra/audio/synsetfxmix.o (.bss); + build/e/src/libultra/audio/synstopvoice.o (.bss); + build/e/src/libultra/audio/synfreevoice.o (.bss); + build/e/src/libultra/audio/cents2ratio.o (.bss); + build/e/src/libultra/io/piread.o (.bss); + build/e/src/libultra/libc/string.o (.bss); + build/e/src/libultrare/libc/xprintf.o (.bss); + /*build/e/src/libultrare/io/pimgr.o (.bss);*/ + build/e/src/libultrare/io/pfsinit.o (.bss); + + build/e/src/libultrare/io/controller.o (.bss); + build/e/src/libultra/io/contquery.o (.bss); + build/e/src/libultrare/io/contreaddata.o (.bss); + build/e/src/libultrare/io/conteepprobe.o (.bss); + build/e/src/libultrare/io/conteepread.o (.bss); + build/e/src/libultrare/io/conteepwrite.o (.bss); + build/e/src/libultrare/io/conteeplongread.o (.bss); + build/e/src/libultrare/io/conteeplongwrite.o (.bss); + build/e/src/libultrare/io/pfsisplug.o (.bss); + build/e/src/libultra/io/siacs.o (.bss); + build/e/src/libultra/io/sirawdma.o (.bss); + build/e/src/libultra/io/crc.o (.bss); + build/e/src/libultrare/io/contramwrite.o (.bss); + build/e/src/libultrare/io/contramread.o (.bss); + build/e/src/libultra/gu/align.o (.bss); + build/e/src/libultra/gu/ortho.o (.bss); + build/e/src/libultra/gu/coss.o (.bss); + build/e/src/libultra/gu/sins.o (.bss); + build/e/src/libultra/gu/translate.o (.bss); + build/e/src/libultra/libc/bcmp.o (.bss); + build/e/src/libultra/gu/scale.o (.bss); + build/e/src/libultra/gu/lookatref.o (.bss); + build/e/src/libultra/gu/lookat.o (.bss); + build/e/src/libultra/gu/rotate.o (.bss); + build/e/src/libultra/libc/llcvt.o (.bss); /*edited*/ + build/e/src/libultra/os/setsr.o (.bss); + build/e/src/libultra/os/getsr.o (.bss); + build/e/src/libultra/io/sirawread.o (.bss); + build/e/src/libultra/io/sirawwrite.o (.bss); + build/e/src/libultra/io/pirawread.o (.bss); + build/e/src/libultra/libc/bzero.o (.bss); + build/e/src/libultra/os/sethwinterrupt.o (.bss); + /*build/e/src/libultrare/io/leointerrupt.o (.bss);*/ + /*build/e/src/libultra/os/interrupt.o (.bss);*/ + /*build/e/src/libultra/os/timerintr.o (.bss);*/ + build/e/src/libultra/os/kdebugserver.o (.bss); + /*build/e/src/libultra/os/getthreadpri.o (.bss);*/ + /*build/e/src/libultrare/io/vi.o (.bss);*/ /*edited*/ + /*build/e/src/libultra/io/vigetcurrcontext.o (.bss);*/ + /*build/e/src/libultra/io/viswapcontext.o (.bss);*/ + build/e/src/libultra/io/spgetstat.o (.bss); + build/e/src/libultra/io/spsetstat.o (.bss); + build/e/src/libultra/io/spsetpc.o (.bss); + build/e/src/libultra/io/sprawdma.o (.bss); + build/e/src/libultra/io/sp.o (.bss); + build/e/src/libultra/io/dp.o (.bss); + build/e/src/libultra/os/setcompare.o (.bss); + build/e/src/libultra/os/resetglobalintmask.o (.bss); + build/e/src/libultrare/io/epirawwrite.o (.bss); + + build/e/src/libultra/os/probetlb.o (.bss); + build/e/src/libultra/audio/syndelete.o (.bss); + build/e/src/libultra/io/ai.o (.bss); + build/e/src/libultrare/audio/drvrNew.o (.bss); + build/e/src/libultra/audio/synallocfx.o (.bss); + build/e/src/libultra/audio/mainbus.o (.bss); + build/e/src/libultra/audio/load.o (.bss); + build/e/src/libultra/audio/resample.o (.bss); + build/e/src/libultrare/audio/env.o (.bss); /*edited*/ + build/e/src/libultra/audio/auxbus.o (.bss); + build/e/src/libultra/audio/save.o (.bss); + build/e/src/libultra/os/jammesg.o (.bss); + build/e/src/libultra/io/pigetcmdq.o (.bss); + build/e/src/libultra/gu/cosf.o (.bss); /*edited*/ + build/e/src/libultra/gu/sinf.o (.bss); /*edited*/ + build/e/src/libultrare/os/destroythread.o (.bss); + build/e/src/libultra/audio/seqplayer.o (.bss); + build/e/src/libultra/audio/synstartvoiceparam.o (.bss); + build/e/src/libultra/audio/copy.o (.bss); + /*build/e/src/libultra/io/piacs.o (.bss);*/ + build/e/src/libultra/libc/xlitob.o (.bss); + build/e/src/libultra/libc/xldtob.o (.bss); + /*build/e/src/libultrare/io/epirawdma.o (.bss);*/ + + /*build/e/src/libultrare/io/devmgr.o (.bss);*/ + build/e/src/libultra/io/contpfs.o (.bss); + build/e/src/libultra/io/si.o (.bss); + build/e/src/libultra/gu/normalize.o (.bss); + build/e/src/libultra/gu/sqrtf.o (.bss); + /*build/e/src/libultrare/io/leodiskinit.o (.bss);*/ + /*build/e/src/libultra/os/setcompare.o (.bss);*/ + build/e/src/libultra/audio/filter.o (.bss); + build/e/src/libultrare/audio/reverb.o (.bss); /*edited*/ + build/e/src/libultra/gu/libm_vals.o (.bss); /*edited*/ + build/e/src/libultra/audio/seq.o (.bss); + build/e/src/libultra/audio/synsetpriority.o (.bss); + build/e/src/libultra/libc/ldiv.o (.bss); + /*build/e/src/libultra/os/resetglobalintmask.o (.bss);*/ + /*build/e/src/libultrare/io/epirawwrite.o (.bss);*/ + build/e/src/libultra/io/vimodentsclan1.o (.bss); + build/e/src/libultrare/io/vimodepallan1.o (.bss); + build/e/src/libultrare/ultra80069080.o (.bss); /*edited*/ /*build/e/src/libultra/libultra.a:libultra.o (.bss);*/ build/e/src/game/initgamedata.o (.bss); @@ -4057,8 +4270,9 @@ SECTIONS build/e/src/game/initnull_0009D0.o (.bss); build/e/src/game/initunk_0009E0.o (.bss); build/e/src/game/initanitable.o (.bss); - build/e/src/game/initunk_000B60.o (.bss); + build/e/src/game/initplayergaitobject.o (.bss); build/e/src/game/setguscale.o (.bss); + build/e/src/game/initnull_000BC0.o (.bss); build/e/src/game/initimages.o (.bss); build/e/src/game/initintromatrices.o (.bss); @@ -4072,79 +4286,90 @@ SECTIONS build/e/src/game/initBondDATA.o (.bss); build/e/src/game/initunk_005450.o (.bss); build/e/src/game/initunk_005520.o (.bss); - build/e/src/game/initcameraandthrown.o (.bss); + build/e/src/game/bondview_r.o (.bss); build/e/src/game/inititemslots.o (.bss); build/e/src/game/initBondDATAdefaults.o (.bss); build/e/src/game/initpathtablesomething.o (.bss); build/e/src/game/initpathtablelinks.o (.bss); build/e/src/game/initexplosioncasing.o (.bss); - build/e/src/game/initunk_007180.o (.bss); + build/e/src/game/alloc_window_pieces.o (.bss); build/e/src/game/initunk_007290.o (.bss); - build/e/src/game/initunk_0072B0.o (.bss); + build/e/src/game/initcheattext.o (.bss); build/e/src/game/initmttex.o (.bss); - build/e/src/game/initunk_0073B0.o (.bss); - build/e/src/game/initunk_007460.o (.bss); + build/e/src/game/cleanup_guard_data.o (.bss); + build/e/src/game/cleanup_object_sounds.o (.bss); build/e/src/game/cleanup_alarms.o (.bss); build/e/src/game/cleanup_objects.o (.bss); build/e/src/game/cleanup_objectives.o (.bss); build/e/src/game/cleanupSFXRelated.o (.bss); build/e/src/game/playerstats_007770.o (.bss); - build/e/src/game/unk_007800.o (.bss); - build/e/src/game/unk_007920.o (.bss); + build/e/src/game/cleanexplosions.o (.bss); + build/e/src/game/cleanwindowpieces.o (.bss); build/e/src/game/null_007970.o (.bss); - build/e/src/game/unk_007980.o (.bss); - build/e/src/game/intro_logos.o (.bss); - build/e/src/game/mainmenu.o (.bss); + build/e/src/game/cleanplayersound.o (.bss); + build/e/src/game/title.o (.bss); + build/e/src/game/front.o (.bss); build/e/src/game/unk_01B0E0.o (.bss); build/e/src/game/unk_01B240.o (.bss); build/e/src/game/unk_01BAE0.o (.bss); build/e/src/game/blood_animation.o (.bss); build/e/src/game/blood_decrypt.o (.bss); - build/e/src/game/gamefile.o (.bss); - build/e/src/game/gamefile2.o (.bss); + build/e/src/game/file.o (.bss); + build/e/src/game/file2.o (.bss); build/e/src/game/chr.o (.bss); - build/e/src/game/chr2.o (.bss); + build/e/src/game/chr_b.o (.bss); + build/e/src/game/chrlv.o (.bss); build/e/src/game/chrai.o (.bss); + build/e/src/game/chrprop.o (.bss); build/e/src/game/chrobjhandler.o (.bss); build/e/src/game/loadobjectmodel.o (.bss); build/e/src/game/objective_status.o (.bss); build/e/src/game/objective_status2.o (.bss); - build/e/src/game/sin.o (.bss); + build/e/src/game/math_sincos.o (.bss); build/e/src/game/matrixmath.o (.bss); - build/e/src/game/unk_05A9E0.o (.bss); - build/e/src/game/convertangleusinginverse.o (.bss); - build/e/src/game/unk_05AB70.o (.bss); - build/e/src/game/unk_05ACB0.o (.bss); - build/e/src/game/unk_05AE00.o (.bss); - build/e/src/game/unk_05B1E0.o (.bss); - build/e/src/game/truncf.o (.bss); - build/e/src/game/unk_05C440.o (.bss); - build/e/src/game/bondwalk.o (.bss); + build/e/src/game/math_unk_05A9E0.o (.bss); + build/e/src/game/math_atan2f.o (.bss); + build/e/src/game/math_asinacos.o (.bss); + build/e/src/game/math_asinfacosf.o (.bss); + build/e/src/game/matrixmath_misc.o (.bss); + build/e/src/game/quaternion.o (.bss); + build/e/src/game/math_floor.o (.bss); + build/e/src/game/math_ceil.o (.bss); + build/e/src/game/gun.o (.bss); build/e/src/game/bondwalk2.o (.bss); build/e/src/game/objecthandler.o (.bss); + build/e/src/game/objecthandler_1.o (.bss); build/e/src/game/objecthandler_2.o (.bss); build/e/src/game/othermodemicrocode.o (.bss); - build/e/src/game/bond.o (.bss); + build/e/src/game/bondview.o (.bss); build/e/src/game/bondinv.o (.bss); - build/e/src/game/unk_08DBB0.o (.bss); + build/e/src/game/bondhead.o (.bss); + build/e/src/game/padhalllv.o (.bss); build/e/src/game/debugmenu_08FE00.o (.bss); - build/e/src/game/debugmenu_090490.o (.bss); + build/e/src/game/debugmenu_handler.o (.bss); build/e/src/game/unk_091080.o (.bss); - build/e/src/game/chrobjdata.o (.bss); + build/e/src/game/chraidata.o (.bss); + build/e/src/game/pobjdata.o (.bss); + build/e/src/game/gobjdata.o (.bss); + build/e/src/game/gobjdata2.o (.bss); + build/e/src/game/cobjdata.o (.bss); build/e/src/game/cheat_buttons.o (.bss); build/e/src/game/unk_092890.o (.bss); build/e/src/game/unk_092E50.o (.bss); - build/e/src/game/unk_093880.o (.bss); - build/e/src/game/unk_09B600.o (.bss); + build/e/src/game/player.o (.bss); + build/e/src/game/player_2.o (.bss); + build/e/src/game/crc.o (.bss); build/e/src/game/chrObjRandom.o (.bss); build/e/src/game/unk_09B7A0.o (.bss); - build/e/src/game/unk_09C250.o (.bss); + + build/e/src/game/explosions.o (.bss); build/e/src/game/unk_0A1DA0.o (.bss); build/e/src/game/watch.o (.bss); build/e/src/game/textrelated.o (.bss); build/e/src/game/stan.o (.bss); build/e/src/game/unk_0B3200.o (.bss); build/e/src/game/bg.o (.bss); + build/e/src/game/bg2.o (.bss); build/e/src/game/fog.o (.bss); build/e/src/game/lightfixture.o (.bss); build/e/src/game/unk_0BC530.o (.bss); @@ -4171,52 +4396,38 @@ SECTIONS build/e/src/game/unk_0D1AC0.o (.bss); build/e/src/game/viewport.o (.bss); build/e/src/game/music_0D2720.o (.bss); - build/e/src/game/spectrum.o (.bss); + /*build/e/src/game/spectrum.o (.bss);*/ } _bssSegmentEnd = ADDR(.bss) + SIZEOF(.bss); _bssSegmentSize = SIZEOF(.bss); - _bssSegmentRomEnd = _bssSegmentRomStart + SIZEOF(.bss); _roombufSegmentStart = ADDR(.roombuf); - _roombufSegmentRomStart = _bssSegmentRomEnd; - .roombuf _bssSegmentEnd : AT(_roombufSegmentRomStart){ + .roombuf (NOLOAD) : + { build/e/src/game/room_model_buffer.o (.bss); } _roombufSegmentEnd = ADDR(.roombuf) + SIZEOF(.roombuf); - _roombufSegmentRomEnd = _roombufSegmentRomStart + SIZEOF(.roombuf); - - _tlbbufSegmentStart = ADDR(.tlbbuf); - _tlbbufSegmentRomStart = _roombufSegmentRomEnd; - .tlbbuf _roombufSegmentEnd : AT(_tlbbufSegmentRomStart){ - build/e/src/tlb_buffer.o (.bss); - } - _tlbbufSegmentEnd = ADDR(.tlbbuf) + SIZEOF(.tlbbuf); - _tlbbufSegmentRomEnd = _tlbbufSegmentRomStart + SIZEOF(.tlbbuf); - _decompbufSegmentStart = ADDR(.decompbuf); - _decompbufSegmentRomStart = _tlbbufSegmentRomEnd; - .decompbuf 0x80300000 : AT(_decompbufSegmentRomStart){ + .decompbuf 0x80300000 : + { build/e/src/decompressbuffer.o (.bss); } _decompbufSegmentEnd = ADDR(.decompbuf) + SIZEOF(.decompbuf); - _decompbufSegmentRomEnd = _decompbufSegmentRomStart + SIZEOF(.decompbuf); _stacksSegmentStart = ADDR(.stacks); - _stacksSegmentRomStart = _decompbufSegmentRomEnd; - .stacks 0x803ab400 : AT(_stacksSegmentRomStart){ + .stacks (NOLOAD) : + { build/e/src/stacks.o (.bss); } _stacksSegmentEnd = ADDR(.stacks) + SIZEOF(.stacks); - _stacksSegmentRomEnd = _stacksSegmentRomStart + SIZEOF(.stacks); _cfbSegmentStart = ADDR(.cfb); - _cfbSegmentRomStart = _stacksSegmentRomEnd; - .cfb 0x803b5000 : AT(_cfbSegmentRomStart){ + .cfb (NOLOAD) : + { build/e/src/cfb.o (.bss); } _cfbSegmentEnd = ADDR(.cfb) + SIZEOF(.cfb); - _cfbSegmentRomEnd = _cfbSegmentRomStart + SIZEOF(.cfb); /*move em to end, out of the way*/ /DISCARD/ : { @@ -4229,37 +4440,6 @@ SECTIONS * (.gptab.bss); * (.gptab.data); * (.reginfo); - - build/e/assets/romfiles.o (.text); - build/e/assets/romfiles.o (.data); - build/e/assets/romfiles2.o (.text); - build/e/assets/romfiles2.o (.data); - build/e/assets/ramrom/ramrom.o (.text); - build/e/assets/ramrom/ramrom.o (.data); - build/e/assets/font/font.o (.text); - build/e/assets/font/font.o (.data); - build/e/assets/music/music.o (.text); - build/e/assets/music/music.o (.data); - build/e/assets/obseg/ob_seg.o (.text); - build/e/assets/obseg/ob_seg.o (.data); - build/e/assets/images/split/*.o (.text); - build/e/assets/images/split/*.o (.data); - build/e/src/rom_header.o (.text); - build/e/src/bootcode.o (.data); - build/e/src/_start.o (.data); - build/e/src/rspboot.o (.data); - build/e/src/_start.o (.rodata); - build/e/src/rspboot.o (.rodata); - build/e/src/gspboot.o (.rodata); - build/e/src/_start.o (.bss); - build/e/assets/romfiles.o (.bss); - build/e/assets/romfiles2.o (.bss); - build/e/assets/ramrom/ramrom.o (.bss); - build/e/assets/font/font.o (.bss); - build/e/assets/music/music.o (.bss); - build/e/assets/obseg/ob_seg.o (.bss); - build/e/src/rspboot.o (.bss); - build/e/src/gspboot.o (.bss); - build/e/src/aspboot.o (.bss); + } } diff --git a/ge007.j-test_basis.csv b/ge007.j-test_basis.csv new file mode 100644 index 0000000..bad8c5d --- /dev/null +++ b/ge007.j-test_basis.csv @@ -0,0 +1,1374 @@ +491aefb4d4b8ac93d91148b1ffba34ac,.text,build/j/src/aspboot.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/aspboot.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/aspboot.o +efed453a5d8495a5ff7a9242f47ca5a1,.data,build/j/src/aspboot.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/aspboot.o +ec1b7c30c4a2b1131754094c3c70f626,.text,build/j/src/audi.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/audi.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/audi.o +e62d8b253b0235961f2b07a2fc6aa310,.data,build/j/src/audi.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/audi.o +390a6e8fd9248820c669513b093e671d,.text,build/j/src/bootcode.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/bootcode.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/bootcode.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/bootcode.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/bootcode.o +777e15af9a517597194bb67603ffc8c0,.text,build/j/src/boot.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/boot.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/boot.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/boot.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/boot.o +7bc1a1ccdcc4d3bf34997888ee92c98e,.text,build/j/src/boss.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/boss.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/boss.o +e3a62fd6496be9baa0ba838d0a6a3f5b,.data,build/j/src/boss.o +410ffb771c9a0d9f4d7e6c7c5f3e1482,.rodata,build/j/src/boss.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/j/src/c_data_filler.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/c_data_filler.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/c_data_filler.o +070ee92d9640e7ee5c871516833e7913,.data,build/j/src/c_data_filler.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/c_data_filler.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/j/src/cfb.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/cfb.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/cfb.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/cfb.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/cfb.o +1a53f2324202f75c22c5e2ab48fb6ea1,.text,build/j/src/deb.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/deb.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/deb.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/src/deb.o +7f819c72a85094a2370e27c08875e1e3,.rodata,build/j/src/deb.o +c06dd6894bbcb7e4fe479ca21e77793c,.text,build/j/src/deb_print.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/deb_print.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/deb_print.o +08f0f14492e929b8a74f9a2005c0122d,.data,build/j/src/deb_print.o +778ded1675811d28570afa393ab3501b,.rodata,build/j/src/deb_print.o +e1eddee08e1e2e81b1cf6e90e889bd11,.text,build/j/src/debugmenu.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/debugmenu.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/debugmenu.o +276d4a6d9a2e7c9d498e07fc837a2aa0,.data,build/j/src/debugmenu.o +e92288836956bf9224ae53a0dba0f810,.rodata,build/j/src/debugmenu.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/j/src/decompressbuffer.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/decompressbuffer.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/decompressbuffer.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/decompressbuffer.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/decompressbuffer.o +377a8cb4f582defa3f1bb86cd30a60c1,.text,build/j/src/fault.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/fault.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/fault.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/fault.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/fault.o +c6af3c2e9a83066c1ff902c20ee56af0,.text,build/j/src/fr.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/fr.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/fr.o +01d89d596b628d788126e30b0914e799,.data,build/j/src/fr.o +94e2bec0d83b53385ba626feb3005cb4,.rodata,build/j/src/fr.o +ca1cbcc4fb9c78a067294329e536525b,.text,build/j/src/getra.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/getra.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/getra.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/getra.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/getra.o +f324bf220c6a6440660ae248f5caacff,.text,build/j/src/gspboot.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/gspboot.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/gspboot.o +139b8a71a892412631fde2baec4c818a,.data,build/j/src/gspboot.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/gspboot.o +4e2fd6364911f468331aaeb81aec3a36,.text,build/j/src/init.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/init.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/init.o +6722e53003673c8d170b5e7b90347db8,.data,build/j/src/init.o +1ae0db2fe4e9df3204e902fb33d0d912,.rodata,build/j/src/init.o +8bd95200f5d63807b39a0b6a531aa2f7,.text,build/j/src/joy.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/joy.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/joy.o +7ec00c5c61b1ffae630f69b9af0b948a,.data,build/j/src/joy.o +f977a71969374ebad0f7c04f294cac7a,.rodata,build/j/src/joy.o +99c544866af5e219fc6124ec41ef2f26,.text,build/j/src/mema.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/mema.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/mema.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/j/src/mema.o +f21e5f744b3e890f6888d01d3fa30186,.rodata,build/j/src/mema.o +ffb59be5f8e4ce2e682400b440ea67fc,.text,build/j/src/memp.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/memp.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/memp.o +51125f3585975b26997e1d958d1be315,.data,build/j/src/memp.o +577016899f32faa28940c56975dfbc10,.rodata,build/j/src/memp.o +9baf0615bc8479cbe4cc7731f04c4db8,.text,build/j/src/motor.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/motor.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/motor.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/motor.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/motor.o +9fc1c0102906fd56dab03a9a41d3d959,.text,build/j/src/music.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/music.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/music.o +8fed398f393ac0fd73bd9ca6c9f78da5,.data,build/j/src/music.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/music.o +f0e9bbd85c751a3c50e5f901e758a689,.text,build/j/src/osMapTLB.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/osMapTLB.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/osMapTLB.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/osMapTLB.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/osMapTLB.o +bb6e964831508d590c0ab981c8ea972d,.text,build/j/src/pi.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/pi.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/pi.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/pi.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/pi.o +e92b27891ce4a80638a9420e1686462c,.text,build/j/src/ramrom.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/ramrom.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/ramrom.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/ramrom.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/ramrom.o +6bdd08e2a1776366268f64cd380b565e,.text,build/j/src/random.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/random.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/random.o +dca45fee049430e0eb82fbab95852594,.data,build/j/src/random.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/random.o +4723984a9d04151a854554dbb4cd6409,.text,build/j/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/j/src/rom_header.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/rom_header.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/rom_header.o +77fdf11d8e2eba6f5a69b6920e1742a1,.data,build/j/src/rom_header.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/rom_header.o +9414dd746eddee59ce6bf97eca16853e,.text,build/j/src/rspboot.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/rspboot.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/rspboot.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/rspboot.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/rspboot.o +2e608563efcb2b39c34ba69075a26ba3,.text,build/j/src/sched.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/sched.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/sched.o +5052d2e59ba75fdce35192c3329208ed,.data,build/j/src/sched.o +7f4f9def985640140dc039da5e5901bc,.rodata,build/j/src/sched.o +5cc2b96a3af0731511e13116941881aa,.text,build/j/src/snd.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/snd.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/snd.o +3164fd3deaf61a47e826f42ac0cb0ef6,.data,build/j/src/snd.o +3b5d3c7d207e37dceeedd301e35e2e58,.rodata,build/j/src/snd.o +1faa20338a632f7d19bb7fdb6c76ae13,.text,build/j/src/speed_graph.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/speed_graph.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/speed_graph.o +6ba2212493a6e0df179e18776ec91a2d,.data,build/j/src/speed_graph.o +2d3c6d36b6aa6dc8cf369460a1f7f475,.rodata,build/j/src/speed_graph.o +feac6448e0cd21ecef02216d2e4382e3,.text,build/j/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/j/src/stacks.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/stacks.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/stacks.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/stacks.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/stacks.o +f9eaf36fba2d9fbb6e34367e1d5c575b,.text,build/j/src/_start.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/_start.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/_start.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/_start.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/_start.o +9daa52f61a66d99824ff1819e30eaf45,.text,build/j/src/str.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/str.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/str.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/str.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/str.o +bf1dbfbf68152d4c12b0dcc7cfccdead,.text,build/j/src/tlb_hardwire.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/tlb_hardwire.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/tlb_hardwire.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/tlb_hardwire.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/tlb_hardwire.o +841fed8cf334353719e7cc62a23d6f8c,.text,build/j/src/tlb_manage.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/tlb_manage.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/tlb_manage.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/j/src/tlb_manage.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/tlb_manage.o +edd570cb162c22ef99374ad4eaf2d997,.text,build/j/src/tlb_random.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/tlb_random.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/tlb_random.o +dca45fee049430e0eb82fbab95852594,.data,build/j/src/tlb_random.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/tlb_random.o +c697a3b4db3fe4c2f4f3b6b61c59f805,.text,build/j/src/tlb_resolve.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/tlb_resolve.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/tlb_resolve.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/tlb_resolve.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/tlb_resolve.o +66613e43d8d4226c3561d2b76981656a,.text,build/j/src/token.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/token.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/token.o +517c562ef69db9b195e72398e86df2e8,.data,build/j/src/token.o +a42d56e2d5c450108bc25059309dde97,.rodata,build/j/src/token.o +837b3153b8a25676f66f18514229a9d8,.text,build/j/src/vi.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/vi.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/vi.o +7fd04b9095026981c5f4433e9eb658c4,.data,build/j/src/vi.o +3890dff1c2a5913504508f6cf5c6760b,.rodata,build/j/src/vi.o +a147ff55f19da8d2fed990b18129a648,.text,build/j/src/game/bg2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/bg2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/bg2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/bg2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/bg2.o +0a3e9300d0406ae8036a97b5596f3f5c,.text,build/j/src/game/bg.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/bg.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/bg.o +93fe81e18003cc3f6f539ee109b07482,.data,build/j/src/game/bg.o +acbd92f46e58f485783dd7990993e722,.rodata,build/j/src/game/bg.o +fe503f7412d15ae04b09165052627104,.text,build/j/src/game/blood_animation.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/blood_animation.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/blood_animation.o +6c0079f4274dd0c1f76ec3f0f3167467,.data,build/j/src/game/blood_animation.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/blood_animation.o +08178bf41fa308c2e673b358890c6b2d,.text,build/j/src/game/blood_decrypt.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/blood_decrypt.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/blood_decrypt.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/blood_decrypt.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/blood_decrypt.o +a24720b6731656c5a79670d3c9645f98,.text,build/j/src/game/bondinv.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/bondinv.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/bondinv.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/bondinv.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/bondinv.o +4f9fd719f5a53a36717de9f064a199be,.text,build/j/src/game/bondview.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/bondview.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/bondview.o +53531a178a0e0649b4faa0efcc23644f,.data,build/j/src/game/bondview.o +6e1151bb272addd81fa8a3045cb6f249,.rodata,build/j/src/game/bondview.o +a43dcccbea1c5e8e384a8def39f84a1b,.text,build/j/src/game/bondview_r.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/bondview_r.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/bondview_r.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/j/src/game/bondview_r.o +2a4dc6fa7873683e83abeedf715afdac,.rodata,build/j/src/game/bondview_r.o +8062ef389340fa7f6f331ada94862ae8,.text,build/j/src/game/bondwalk2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/bondwalk2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/bondwalk2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/bondwalk2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/bondwalk2.o +19082883303dd3426f3bacef41cf6698,.text,build/j/src/game/cheat_buttons.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/cheat_buttons.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/cheat_buttons.o +a5d9f8135b3ee2e5c0e1594a670b2d91,.data,build/j/src/game/cheat_buttons.o +c5b2b76e78b0ea1ec779b5a3066c8e21,.rodata,build/j/src/game/cheat_buttons.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/j/src/game/chraidata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/chraidata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/chraidata.o +6c8450891609d05baa1ba76d025b3845,.data,build/j/src/game/chraidata.o +90e9dc5eef55aaad94ae4590c98f8f7a,.rodata,build/j/src/game/chraidata.o +89856685f835efec8d81240a25ec408a,.text,build/j/src/game/chrai.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/chrai.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/chrai.o +512dc2734573c3b02f332bdebeca73bc,.data,build/j/src/game/chrai.o +091cb73395a0df68b78013188ff96840,.rodata,build/j/src/game/chrai.o +897d8f687bad77cb79d57ba536b313b5,.text,build/j/src/game/chr_b.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/chr_b.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/chr_b.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/chr_b.o +54c85123dad8457678af007c7c7d4026,.rodata,build/j/src/game/chr_b.o +c47c3f7e7df5d676bb11821040a9c543,.text,build/j/src/game/chrlv.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/chrlv.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/chrlv.o +873553fec38e500fd0459ed32ba07065,.data,build/j/src/game/chrlv.o +2d8d6c08fb98cb9ead0a31d01d9b5311,.rodata,build/j/src/game/chrlv.o +758116d9fa7204b955e8b2facc891d71,.text,build/j/src/game/chr.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/chr.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/chr.o +3d3dd3bc067d8f01ebfb0ee1d6c26367,.data,build/j/src/game/chr.o +75c67eb457d560a91d450778f4899607,.rodata,build/j/src/game/chr.o +50c4cec1013ce8d71011702384db6080,.text,build/j/src/game/chrobjhandler.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/chrobjhandler.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/chrobjhandler.o +d6999d725ff5515f392fcd371be980b7,.data,build/j/src/game/chrobjhandler.o +671a2a10bd7cd065b476c2fb2f5cbe45,.rodata,build/j/src/game/chrobjhandler.o +e51cbd1536b829abf8760560fe767afb,.text,build/j/src/game/chrObjRandom.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/chrObjRandom.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/chrObjRandom.o +dca45fee049430e0eb82fbab95852594,.data,build/j/src/game/chrObjRandom.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/chrObjRandom.o +e8111e7712186220218476fa1e164f60,.text,build/j/src/game/cleanup_alarms.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/cleanup_alarms.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/cleanup_alarms.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/cleanup_alarms.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/cleanup_alarms.o +d14686414080919bc444f8f816093417,.text,build/j/src/game/cleanup_objectives.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/cleanup_objectives.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/cleanup_objectives.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/cleanup_objectives.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/cleanup_objectives.o +dada45d71bb4725409c990afbf2f8830,.text,build/j/src/game/cleanup_objects.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/cleanup_objects.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/cleanup_objects.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/cleanup_objects.o +f8cc02e3fca557906560baee10d58b8e,.rodata,build/j/src/game/cleanup_objects.o +edea38f9b96f7e5132b7ffcc4ef4fea7,.text,build/j/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/j/src/game/cobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/cobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/cobjdata.o +0f2dc9417cad9b3c62faa812d496e55f,.data,build/j/src/game/cobjdata.o +a01e13041a85a76104e2b445001c19f6,.rodata,build/j/src/game/cobjdata.o +c0aa075c5bfe7e4be111cdceb3620295,.text,build/j/src/game/compiletime.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/compiletime.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/compiletime.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/compiletime.o +eec5e15ccf7e7991a68b02865756f8e6,.rodata,build/j/src/game/compiletime.o +82e4e3ac8284fbde690ca9c36688e175,.text,build/j/src/game/crc.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/crc.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/crc.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/crc.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/crc.o +e182bb84db1d3539e0d669f60e9320b2,.text,build/j/src/game/deb_loadallmodels.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/deb_loadallmodels.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/deb_loadallmodels.o +01cd947cf3226f6d98ed4471ef102c8e,.data,build/j/src/game/deb_loadallmodels.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/deb_loadallmodels.o +2d5153c05c3882aee1d16ece9db88570,.text,build/j/src/game/debugmenu_08FE00.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/debugmenu_08FE00.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/debugmenu_08FE00.o +2c7bd276745dcdc96ad8f5208821d33f,.data,build/j/src/game/debugmenu_08FE00.o +2c8135c82c264dbddcd191237d4cdb7e,.rodata,build/j/src/game/debugmenu_08FE00.o +849f7d59223be0098562e952f7858d1e,.text,build/j/src/game/debugmenu_handler.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/debugmenu_handler.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/debugmenu_handler.o +5b4e4215afc95ebc9e9f8ad22a188723,.data,build/j/src/game/debugmenu_handler.o +6fabacc939a6bd1bf3d1abf33015e6ae,.rodata,build/j/src/game/debugmenu_handler.o +c6424e5984b8bb8d8de8fc3ce41ba995,.text,build/j/src/game/decompress.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/decompress.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/decompress.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/decompress.o +f252a9401cd76f46600f0da563879166,.rodata,build/j/src/game/decompress.o +5771513e3dd38561fbc0580695632485,.text,build/j/src/game/dyn.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/dyn.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/dyn.o +062a8e296fe206f8023cad1c6124c17b,.data,build/j/src/game/dyn.o +98b2039f9b5a250a69026b80f92242b4,.rodata,build/j/src/game/dyn.o +fa5e40c87d269743a76bb04bf7fe8bc9,.text,build/j/src/game/ejectedcartridges.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/ejectedcartridges.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/ejectedcartridges.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/ejectedcartridges.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/ejectedcartridges.o +7648a8e15da9e82fc32d1c510852e678,.text,build/j/src/game/file2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/file2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/file2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/file2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/file2.o +02ec6050f88984acb3fc44f247616af9,.text,build/j/src/game/file.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/file.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/file.o +eeec347630f5896aa34d74a8014be746,.data,build/j/src/game/file.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/file.o +6262372c48959b0d142d7bd9512818d7,.text,build/j/src/game/fog.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/fog.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/fog.o +3334c40f44aa232d8e19c8e008dea37a,.data,build/j/src/game/fog.o +63a41286331e03e597726bae6bd57d73,.rodata,build/j/src/game/fog.o +8679caf9ef3762d37f3912e639047c41,.text,build/j/src/game/front.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/front.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/front.o +4c3c5fa623a4e028c326962ad0e6c9e8,.data,build/j/src/game/front.o +e311bd2ce81e08fd7ff2b654070e344d,.rodata,build/j/src/game/front.o +b08bde2e31044c0b408ede1cfdd06325,.text,build/j/src/game/game_debug.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/game_debug.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/game_debug.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/j/src/game/game_debug.o +9b7ce57fe7617597f32ff056b43202c4,.rodata,build/j/src/game/game_debug.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/j/src/game/gobjdata2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/gobjdata2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/gobjdata2.o +5b486cfa5049803b6e6480dc1db84c6c,.data,build/j/src/game/gobjdata2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/gobjdata2.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/j/src/game/gobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/gobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/gobjdata.o +09534983a7284daabcc290c7a3b1b5c5,.data,build/j/src/game/gobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/gobjdata.o +68b63194b0476f0d658525b258c3196e,.text,build/j/src/game/gun.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/gun.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/gun.o +e34ea858b65eba03dbd1653f0e4063ed,.data,build/j/src/game/gun.o +906a203adfa28c65b520b2467e24f4db,.rodata,build/j/src/game/gun.o +bafa8d68a24181ba109df4325757462d,.text,build/j/src/game/image_bank.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/image_bank.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/image_bank.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/image_bank.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/image_bank.o +0a9edffb3fe5e7e4f308d8093fcab90e,.text,build/j/src/game/image.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/image.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/image.o +5cc07645f31f767e06e7275daa6a48b9,.data,build/j/src/game/image.o +7bb5a82d66dcf043723196d3397ea8d5,.rodata,build/j/src/game/image.o +6ddd854f71ff162f3ba95dc9eeb3eb81,.text,build/j/src/game/indy_commands.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/indy_commands.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/indy_commands.o +a2d9aa1a7c43a271d8c8574382d7f81b,.data,build/j/src/game/indy_commands.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/indy_commands.o +148c8e0f7777f97b679c1d5b9033ca46,.text,build/j/src/game/indy_comms.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/indy_comms.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/indy_comms.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/indy_comms.o +8b739a82297d5b19e4cf48c594c782f7,.rodata,build/j/src/game/indy_comms.o +aa2690d8ca90d088dd990f1d1717cc70,.text,build/j/src/game/initactorpropstuff.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initactorpropstuff.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initactorpropstuff.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initactorpropstuff.o +d1c7d5ce895aab2c74f422e89ac7301f,.rodata,build/j/src/game/initactorpropstuff.o +1ef6c73df22d17ba495ef9096ef272a8,.text,build/j/src/game/initanitable.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initanitable.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initanitable.o +5e19c149b3a17a65bef4f99dfe9fe15c,.data,build/j/src/game/initanitable.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initanitable.o +1a89db88701f3dfea13339689a34f04b,.text,build/j/src/game/initBondDATAdefaults.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initBondDATAdefaults.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initBondDATAdefaults.o +31507984a7ba9b284e07be5ec9215734,.data,build/j/src/game/initBondDATAdefaults.o +bb937d22d13b6582963664b638217077,.rodata,build/j/src/game/initBondDATAdefaults.o +72fdafd90bc5656f024847c8c39304e2,.text,build/j/src/game/initBondDATA.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initBondDATA.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initBondDATA.o +f1a3cd21448026b51237816257ec0cd5,.data,build/j/src/game/initBondDATA.o +d7bf0e953e2938586e9839ac4e151ee0,.rodata,build/j/src/game/initBondDATA.o +7bd576aee1e6380edb6cfdc47475f6f0,.text,build/j/src/game/initexplosioncasing.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initexplosioncasing.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initexplosioncasing.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initexplosioncasing.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initexplosioncasing.o +99f6cc60bcd17a50e41035b7ecf5cf91,.text,build/j/src/game/initgamedata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initgamedata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initgamedata.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initgamedata.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initgamedata.o +04e6cf71b39c743c5890573cd9a01508,.text,build/j/src/game/initguards.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initguards.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initguards.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initguards.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initguards.o +df6262b2d91ab887aa39afafa0258888,.text,build/j/src/game/initimages.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initimages.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initimages.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initimages.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initimages.o +c49a0e3357ec04175b0e640da21050c9,.text,build/j/src/game/initintromatrices.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initintromatrices.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initintromatrices.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initintromatrices.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initintromatrices.o +4dae56c2e99c8a9a6fb08023460323c7,.text,build/j/src/game/inititemslots.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/inititemslots.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/inititemslots.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/inititemslots.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/inititemslots.o +14d0728f62ec250b8669f2579adfa4d1,.text,build/j/src/game/initmenus.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initmenus.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initmenus.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initmenus.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initmenus.o +48c14d478bc31f2aa77b1f7f1396082d,.text,build/j/src/game/initmttex.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initmttex.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initmttex.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initmttex.o +519c61364853b2c886b3dc8b94107dc1,.rodata,build/j/src/game/initmttex.o +e18f29cde359687b16c95810d9961d6e,.text,build/j/src/game/initnull_0009D0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initnull_0009D0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initnull_0009D0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initnull_0009D0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initnull_0009D0.o +e18f29cde359687b16c95810d9961d6e,.text,build/j/src/game/initnull_000BC0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initnull_000BC0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initnull_000BC0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initnull_000BC0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initnull_000BC0.o +2255e1e585f9addc9fc5999826ca57dc,.text,build/j/src/game/initobjects.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initobjects.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initobjects.o +e316194eedd5006d7682d37ed0179a36,.data,build/j/src/game/initobjects.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initobjects.o +cd47b37e68a4be3e8eb976503a05c100,.text,build/j/src/game/initpathtablelinks.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initpathtablelinks.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initpathtablelinks.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initpathtablelinks.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initpathtablelinks.o +0f4d0e9e68fa6330e361a61d4009f100,.text,build/j/src/game/initpathtablesomething.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initpathtablesomething.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initpathtablesomething.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initpathtablesomething.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initpathtablesomething.o +239042f1335aa427f57421ca758d9bb0,.text,build/j/src/game/initplayergaitobject.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initplayergaitobject.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initplayergaitobject.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initplayergaitobject.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initplayergaitobject.o +548fdcc0dc9fd285a616c4dc344e261a,.text,build/j/src/game/initunk_0009E0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initunk_0009E0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initunk_0009E0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initunk_0009E0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initunk_0009E0.o +9c888747ded6cac3d42903bfcdede568,.text,build/j/src/game/initunk_005450.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initunk_005450.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initunk_005450.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initunk_005450.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initunk_005450.o +69b65fb47f0adc0f7ce7e7b71525ecc3,.text,build/j/src/game/initunk_005520.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initunk_005520.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initunk_005520.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initunk_005520.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initunk_005520.o +c3e080f35dd357dc91f2c000908766b3,.text,build/j/src/game/alloc_window_pieces.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/alloc_window_pieces.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/alloc_window_pieces.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/alloc_window_pieces.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/alloc_window_pieces.o +80c4741ea8d335e1cd55bc6f8855b8fe,.text,build/j/src/game/initunk_007290.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initunk_007290.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initunk_007290.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initunk_007290.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initunk_007290.o +b2f21d41a0d43d7510c362992f97aaf4,.text,build/j/src/game/initcheattext.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initcheattext.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initcheattext.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initcheattext.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initcheattext.o +8e400a3267ff4e97615eea6a8aac3637,.text,build/j/src/game/cleanup_guard_data.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/cleanup_guard_data.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/cleanup_guard_data.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/cleanup_guard_data.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/cleanup_guard_data.o +565b094ac26178b6723feb37ba142c13,.text,build/j/src/game/cleanup_object_sounds.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/cleanup_object_sounds.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/cleanup_object_sounds.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/cleanup_object_sounds.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/cleanup_object_sounds.o +4fc91dfaef607af506049f33839c6a99,.text,build/j/src/game/initweaponanigroups.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/initweaponanigroups.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/initweaponanigroups.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/initweaponanigroups.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/initweaponanigroups.o +dc7bbf8858c2f3dedda913d125c8153b,.text,build/j/src/game/lightfixture.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/lightfixture.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/lightfixture.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/src/game/lightfixture.o +5feb1f52242be6ca00278aea97630cc2,.rodata,build/j/src/game/lightfixture.o +0b81daa2305ca2b0ae3294b84cda1773,.text,build/j/src/game/loadobjectmodel.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/loadobjectmodel.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/loadobjectmodel.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/loadobjectmodel.o +758dd27724bf2441991958a52d84b620,.rodata,build/j/src/game/loadobjectmodel.o +95c1b1d6cbe5110e3639adaed964f09e,.text,build/j/src/game/lvl.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/lvl.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/lvl.o +cb33046d54a9f8ed61e67f71efd83590,.data,build/j/src/game/lvl.o +b2ee8eedf397a9d2e590f7be30ec60e0,.rodata,build/j/src/game/lvl.o +085bf29f55c534a4f8a303eb44f209c4,.text,build/j/src/game/lvl_text.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/lvl_text.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/lvl_text.o +cacc291010ccd3e1a9a6ae3fe074ff64,.data,build/j/src/game/lvl_text.o +02a3f90183d88a10b9038d5ebc53aa14,.rodata,build/j/src/game/lvl_text.o +623da8353735cbacda28be429ee6d8f5,.text,build/j/src/game/math_asinacos.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/math_asinacos.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/math_asinacos.o +b3024a8481396e6d476526eb0b79ba26,.data,build/j/src/game/math_asinacos.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/math_asinacos.o +a650dd899154d9ca0f97b3c111d68afd,.text,build/j/src/game/math_asinfacosf.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/math_asinfacosf.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/math_asinfacosf.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/math_asinfacosf.o +14ebb8b0d158b1c94ccf7a18e89a9de2,.rodata,build/j/src/game/math_asinfacosf.o +7c59de2dabf61f339905e659a288928f,.text,build/j/src/game/math_atan2f.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/math_atan2f.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/math_atan2f.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/math_atan2f.o +546c324b783f89764425250e5177d2cc,.rodata,build/j/src/game/math_atan2f.o +4d2b4f6f4727449ebf9f00c3c00189e9,.text,build/j/src/game/math_ceil.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/math_ceil.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/math_ceil.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/math_ceil.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/math_ceil.o +0e5d17b9bb61cedf04777bb22e82af5a,.text,build/j/src/game/math_floor.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/math_floor.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/math_floor.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/math_floor.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/math_floor.o +48e65305ec9a1f986e4f98d30a4702d7,.text,build/j/src/game/math_sincos.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/math_sincos.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/math_sincos.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/math_sincos.o +62fee117785188396ed7a81341402e43,.rodata,build/j/src/game/math_sincos.o +3be797f6c4f732f6c95ec073653e0683,.text,build/j/src/game/math_unk_05A9E0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/math_unk_05A9E0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/math_unk_05A9E0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/math_unk_05A9E0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/math_unk_05A9E0.o +36ad186936847099dfd0ff45b6da2bfe,.text,build/j/src/game/matrixmath_misc.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/matrixmath_misc.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/matrixmath_misc.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/matrixmath_misc.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/matrixmath_misc.o +a3f297256593b1b9e3e63d7c5027ee9a,.text,build/j/src/game/matrixmath.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/matrixmath.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/matrixmath.o +443b5cb29b8db751795a83e372d93c13,.data,build/j/src/game/matrixmath.o +0a35159196687bb0c05210537b0b72dd,.rodata,build/j/src/game/matrixmath.o +7609794070a55812333d82fb4c98939a,.text,build/j/src/game/mp_music.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/mp_music.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/mp_music.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/j/src/game/mp_music.o +da72f47e2d834ded22a4837a4ae77a74,.rodata,build/j/src/game/mp_music.o +512745e538795f36db5a92662e3b2acf,.text,build/j/src/game/mp_watch.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/mp_watch.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/mp_watch.o +73fd6c08f30314bfa70d1800c88309b3,.data,build/j/src/game/mp_watch.o +0175f5015d4bbd3659819bea4577395c,.rodata,build/j/src/game/mp_watch.o +30f3bfd31d453c60e9ff7fff181ae693,.text,build/j/src/game/mp_weapon.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/mp_weapon.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/mp_weapon.o +c93212a10aeb0f98f6a4d937e2e8436b,.data,build/j/src/game/mp_weapon.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/mp_weapon.o +ef12b800e133e094a649de9ca4466108,.text,build/j/src/game/music_0D2720.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/music_0D2720.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/music_0D2720.o +1dd7048c0817cc4b72e9e60d77a44710,.data,build/j/src/game/music_0D2720.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/music_0D2720.o +e18f29cde359687b16c95810d9961d6e,.text,build/j/src/game/null_007970.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/null_007970.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/null_007970.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/null_007970.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/null_007970.o +eb1d4282f3c092f900ae0384b32c45ff,.text,build/j/src/game/objecthandler_1.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/objecthandler_1.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/objecthandler_1.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/objecthandler_1.o +63392afd7ef8420cf22b9e1f4b947ac7,.rodata,build/j/src/game/objecthandler_1.o +b9ecfe8ecc3ef965e425146c53659a76,.text,build/j/src/game/objecthandler_2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/objecthandler_2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/objecthandler_2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/objecthandler_2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/objecthandler_2.o +3cfcae2ddcf69c0d104d787245961440,.text,build/j/src/game/objecthandler.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/objecthandler.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/objecthandler.o +766d7aee05f96dff2a5649eb36ac32c1,.data,build/j/src/game/objecthandler.o +0412997c691931680d7ec0b02d2dcaa4,.rodata,build/j/src/game/objecthandler.o +78f0c9217771e8bd16ddd636d2425e06,.text,build/j/src/game/objective.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/objective.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/objective.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/objective.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/objective.o +7ac5150d5bb8e61b7153f71e0e08804b,.text,build/j/src/game/objective_status2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/objective_status2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/objective_status2.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/j/src/game/objective_status2.o +66c72a9f52883a35821c069094d98950,.rodata,build/j/src/game/objective_status2.o +2eee2ce10aa6a530be5da639fc6a9155,.text,build/j/src/game/objective_status.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/objective_status.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/objective_status.o +696656bad06fe3f908e2d43ca762cc24,.data,build/j/src/game/objective_status.o +8f76ee8ed548ce1d035595be064438a0,.rodata,build/j/src/game/objective_status.o +cba5efed93aaade1e6ee6bcd720e8492,.text,build/j/src/game/ob.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/ob.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/ob.o +c2028385babc92baad8fcbe57e4a7882,.data,build/j/src/game/ob.o +f04d26298c53b9ed2b1846e108c4f0f5,.rodata,build/j/src/game/ob.o +12efd0881d6159098313b243cd8c2cfc,.text,build/j/src/game/othermodemicrocode.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/othermodemicrocode.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/othermodemicrocode.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/othermodemicrocode.o +68d0cd46011653e6d810f11c93f2c981,.rodata,build/j/src/game/othermodemicrocode.o +fb3af80d534fc12b46ee409aaea86bfb,.text,build/j/src/game/player_2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/player_2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/player_2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/player_2.o +f874444d8bfd10718f57b02b19629fea,.rodata,build/j/src/game/player_2.o +bc9076ade55250dfd5030b23ed331646,.text,build/j/src/game/player.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/player.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/player.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/player.o +02bdd476e84dbefa5ab23eab7cc4c7d5,.rodata,build/j/src/game/player.o +e6962f02e5f239114544446d7948c05c,.text,build/j/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/j/src/game/pobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/pobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/pobjdata.o +a6765d6de23292908d03ba983ed2f8b2,.data,build/j/src/game/pobjdata.o +a02237588cbbf3cbb6f84791e1edc256,.rodata,build/j/src/game/pobjdata.o +2095de3f32aa539d9741315f0c58a077,.text,build/j/src/game/prop.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/prop.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/prop.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/prop.o +a819f31e27e1222b091852763d64bb58,.rodata,build/j/src/game/prop.o +bd0039e95325cb3f211f8b04cdfaa9fa,.text,build/j/src/game/quaternion.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/quaternion.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/quaternion.o +dd8a23d5bf38aa81e9e52eb43d310cea,.data,build/j/src/game/quaternion.o +dcf28c5b87d1bafd8f6cb584ea25112a,.rodata,build/j/src/game/quaternion.o +56b5a26d40931632137490777d875b8e,.text,build/j/src/game/radar.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/radar.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/radar.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/radar.o +03c3fbafd5dd335bac35e7b54da4709c,.rodata,build/j/src/game/radar.o +acf886bf279c54322a19b41115357c5d,.text,build/j/src/game/ramromreplay.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/ramromreplay.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/ramromreplay.o +cb415e05b85be31494ae1bc233beb58b,.data,build/j/src/game/ramromreplay.o +c90adc466041f6e464269a31165d0499,.rodata,build/j/src/game/ramromreplay.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/j/src/game/room_model_buffer.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/room_model_buffer.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/room_model_buffer.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/room_model_buffer.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/room_model_buffer.o +c04809de48f600cf8896f2727f3cb06b,.text,build/j/src/game/rsp.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/rsp.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/rsp.o +caacffbfa882584920cc8398c864dcc2,.data,build/j/src/game/rsp.o +e1ed1c19804abe45b9a45b4283574bd6,.rodata,build/j/src/game/rsp.o +b88e3ccd7b30cf28cdf47e15f9defc93,.text,build/j/src/game/setguscale.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/setguscale.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/setguscale.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/setguscale.o +d509d7dba6c1a819411b224d38e40828,.rodata,build/j/src/game/setguscale.o +4d4363058cd9f96f42165107f7bd3371,.text,build/j/src/game/spectrum.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/spectrum.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/spectrum.o +2ce81ebe3ddf133df9e5efc28f0e99ad,.data,build/j/src/game/spectrum.o +3035d02bd694ebdead84c918a03129d6,.rodata,build/j/src/game/spectrum.o +a43eb71310cabab33807e1e48a9e426a,.text,build/j/src/game/stan.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/stan.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/stan.o +3b98c643ab1cb4391d44340cbc01d0e6,.data,build/j/src/game/stan.o +11748dd8e62697e481a5479b151d491e,.rodata,build/j/src/game/stan.o +780c7a54da1dd92f3f87e11db1cb8ee3,.text,build/j/src/game/textrelated.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/textrelated.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/textrelated.o +5b2be5a4a56e5d047ddd92f749836d87,.data,build/j/src/game/textrelated.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/textrelated.o +da07a32762f121fea4f7c2e7d521d4ca,.text,build/j/src/game/title.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/title.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/title.o +e09fcfa9f21f3499758e33b62d2d3668,.data,build/j/src/game/title.o +071a279563d8add07811107f2c2ec0f1,.rodata,build/j/src/game/title.o +65eba106b7145c8d18e62e41b0fca5cb,.text,build/j/src/game/cleanexplosions.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/cleanexplosions.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/cleanexplosions.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/cleanexplosions.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/cleanexplosions.o +e27c6eaae21319ffd65df3ec73cae9ba,.text,build/j/src/game/cleanwindowpieces.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/cleanwindowpieces.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/cleanwindowpieces.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/cleanwindowpieces.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/cleanwindowpieces.o +581ec48b1cabdc45315a9a7ef4dde5ec,.text,build/j/src/game/cleanplayersound.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/cleanplayersound.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/cleanplayersound.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/cleanplayersound.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/cleanplayersound.o +7e46aa3c9b889a57f29a750575d15d57,.text,build/j/src/game/unk_01B0E0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/unk_01B0E0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/unk_01B0E0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/unk_01B0E0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/unk_01B0E0.o +e8b537a19dbef522cab0d218d9e0cd28,.text,build/j/src/game/unk_01B240.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/unk_01B240.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/unk_01B240.o +2e036a1e94af4dca08dbda3ca29bb9f1,.data,build/j/src/game/unk_01B240.o +c1c2bef3d9452a0f148d8613ed14b3f1,.rodata,build/j/src/game/unk_01B240.o +9dd182e36f7cdfc30e37c9479de46c22,.text,build/j/src/game/unk_01BAE0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/unk_01BAE0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/unk_01BAE0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/unk_01BAE0.o +334b90953c5606d68014564e5eda0c1b,.rodata,build/j/src/game/unk_01BAE0.o +155f1fa47776a23483dca05a6d9d83c2,.text,build/j/src/game/bondhead.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/bondhead.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/bondhead.o +1f41ef4e892dded7bd385975a10cc847,.data,build/j/src/game/bondhead.o +eb5394271972e0dc98385a7f324e03b8,.rodata,build/j/src/game/bondhead.o +eba52185e5d35cafd4ae341cc5808a3f,.text,build/j/src/game/unk_091080.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/unk_091080.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/unk_091080.o +8b28117b30ba1eb01aece3db381370ae,.data,build/j/src/game/unk_091080.o +79936c25e933da15f6d69407363f5b1b,.rodata,build/j/src/game/unk_091080.o +9edfef9597ffff8486766db887b8a448,.text,build/j/src/game/unk_092890.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/unk_092890.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/unk_092890.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/unk_092890.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/unk_092890.o +8240067a2619e260e6153d7b9de421f7,.text,build/j/src/game/unk_092E50.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/unk_092E50.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/unk_092E50.o +a64d97ec0061b70dcbcebed4ae05d125,.data,build/j/src/game/unk_092E50.o +f1dbcb1438dbbb5e8506a728d9c4d142,.rodata,build/j/src/game/unk_092E50.o +3288d6c4e46d199aa581307312d196d9,.text,build/j/src/game/unk_09B7A0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/unk_09B7A0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/unk_09B7A0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/unk_09B7A0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/unk_09B7A0.o +8729ba49ddeb23c78aea1637f63dc141,.text,build/j/src/game/explosions.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/explosions.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/explosions.o +fbda85eb8d9891c2efde432e0336946e,.data,build/j/src/game/explosions.o +b2fd1845c472814ec726c1af888609fc,.rodata,build/j/src/game/explosions.o +e31ee3e91af13777d6da868054f4fdc5,.text,build/j/src/game/unk_0A1DA0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/unk_0A1DA0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/unk_0A1DA0.o +7449248de18da3f5a96c70e5dd0570e9,.data,build/j/src/game/unk_0A1DA0.o +91e9c74a6ac093c98ffc9e1515ea270d,.rodata,build/j/src/game/unk_0A1DA0.o +1831614af3ecf8f4acf0243a62d0e460,.text,build/j/src/game/unk_0B3200.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/unk_0B3200.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/unk_0B3200.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/unk_0B3200.o +58beed8ba05634d9511690c0a476f146,.rodata,build/j/src/game/unk_0B3200.o +b8e29d8a733d631a70c9776164049ab8,.text,build/j/src/game/unk_0BC530.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/unk_0BC530.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/unk_0BC530.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/j/src/game/unk_0BC530.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/unk_0BC530.o +e782a28e0f6b9282d7c31863df6a073b,.text,build/j/src/game/unk_0C0A70.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/unk_0C0A70.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/unk_0C0A70.o +dbe188a25ed7345150b6cb020396b89a,.data,build/j/src/game/unk_0C0A70.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/unk_0C0A70.o +67dbacb3028281856d2e39a06130c582,.text,build/j/src/game/unk_0CC4C0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/unk_0CC4C0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/unk_0CC4C0.o +3276b0ae12d43e34773e3e7340fd7eb7,.data,build/j/src/game/unk_0CC4C0.o +649f505c857e9b5f6bc4b652ea1d387e,.rodata,build/j/src/game/unk_0CC4C0.o +16b4e13d4b5d2c2924a59aff80c5f24a,.text,build/j/src/game/unk_0D1AC0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/unk_0D1AC0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/unk_0D1AC0.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/j/src/game/unk_0D1AC0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/unk_0D1AC0.o +7e01bd828f54335aefbf28fc14d26b02,.text,build/j/src/game/viewport.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/viewport.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/viewport.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/j/src/game/viewport.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/viewport.o +61cfd6c76f4ebffa1dae51935814afbe,.text,build/j/src/game/watch.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/watch.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/watch.o +5761f5a56e201189104122ad0642a536,.data,build/j/src/game/watch.o +e23037ca08a07cb8c6e503d28d738542,.rodata,build/j/src/game/watch.o +5508daba9a3b7bb3e82a637ae59a43bb,.text,build/j/src/game/zlib.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/j/src/game/zlib.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/src/game/zlib.o +199c3b1b31bf1142efdd9e00d27d4765,.data,build/j/src/game/zlib.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/src/game/zlib.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_ame_all_p.o +3239a921c076ddd6d68188b937597905,.data,build/j/assets/obseg/bg/bg_ame_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_ame_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_arch_all_p.o +04b985028d4b5c4cf5ce7e08c25d33bf,.data,build/j/assets/obseg/bg/bg_arch_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_arch_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_arec_all_p.o +e8e22dea25b3ac3f1a4de020c946f7dd,.data,build/j/assets/obseg/bg/bg_arec_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_arec_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_azt_all_p.o +9cc41d4626731edc6a49b890499e2d33,.data,build/j/assets/obseg/bg/bg_azt_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_azt_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_cat_all_p.o +ad5f24079eabba3ae1418aa85706cc67,.data,build/j/assets/obseg/bg/bg_cat_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_cat_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_crad_all_p.o +461aca5d52c9a3a3bf2afee37d453f67,.data,build/j/assets/obseg/bg/bg_crad_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_crad_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_cryp_all_p.o +c22c7e1ae9576209d311a94cc579da59,.data,build/j/assets/obseg/bg/bg_cryp_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_cryp_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_dish_all_p.o +b3af6a77beb24fa4c3d5acf2bcdeeb88,.data,build/j/assets/obseg/bg/bg_dish_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_dish_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_lip_all_p.o +357d4c781f68a77f77777f22312ca8be,.data,build/j/assets/obseg/bg/bg_lip_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_lip_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_ref_all_p.o +728f045cd2dcfcab7e956001c8210ee7,.data,build/j/assets/obseg/bg/bg_ref_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_ref_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_rit_all_p.o +96ecc30d5e54a3bc35158283ff3a6179,.data,build/j/assets/obseg/bg/bg_rit_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_rit_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_run_all_p.o +f9bfa0db72247cc624983241a80cc2da,.data,build/j/assets/obseg/bg/bg_run_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_run_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_sev_all_p.o +f6f5db8f3e72452f8610625d1d8e45af,.data,build/j/assets/obseg/bg/bg_sev_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_sev_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_sevb_all_p.o +5211ec305c79ea15ed47aed9f5dda406,.data,build/j/assets/obseg/bg/bg_sevb_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_sevb_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_sevx_all_p.o +b4d1351d8b0c55dd49d04255057c8050,.data,build/j/assets/obseg/bg/bg_sevx_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_sevx_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/bg/bg_silo_all_p.o +0350e5c2f3ed8a04455e14fdcd6ea59b,.data,build/j/assets/obseg/bg/bg_silo_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/bg/bg_silo_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefarchZ.o +77c226b389bef0ef4b3f80d21b79aa6a,.data,build/j/assets/obseg/brief/UbriefarchZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefarchZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefarkZ.o +76e2c28739b6df8b6c89932b2fc0c39b,.data,build/j/assets/obseg/brief/UbriefarkZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefarkZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefaztZ.o +2e557d3d54ebc9a0d294a6eba027d03c,.data,build/j/assets/obseg/brief/UbriefaztZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefaztZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefcaveZ.o +7390bdb6dd0acb0e524a6a43741d1b89,.data,build/j/assets/obseg/brief/UbriefcaveZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefcaveZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefcontrolZ.o +b8514744d08309042f601fda8b644664,.data,build/j/assets/obseg/brief/UbriefcontrolZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefcontrolZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefcradZ.o +dceac86d93054c478611067a82a03ffe,.data,build/j/assets/obseg/brief/UbriefcradZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefcradZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefcrypZ.o +7fa9a86594803746ba4dee34e177a124,.data,build/j/assets/obseg/brief/UbriefcrypZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefcrypZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefdamZ.o +b5675a0fd69baf15b8eb5f004feb2d99,.data,build/j/assets/obseg/brief/UbriefdamZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefdamZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefdepoZ.o +d935f64befdbd153f0ec51de4805bf37,.data,build/j/assets/obseg/brief/UbriefdepoZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefdepoZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefdestZ.o +f5876420ea174366dc93849887704f6d,.data,build/j/assets/obseg/brief/UbriefdestZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefdestZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefjunZ.o +07ab7cdb9ad6c988b342705a63d57fca,.data,build/j/assets/obseg/brief/UbriefjunZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefjunZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefpeteZ.o +6c62e402a083a9f9081729db2272563f,.data,build/j/assets/obseg/brief/UbriefpeteZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefpeteZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefrunZ.o +2e72c21b0aa658363c7d26a846616a5c,.data,build/j/assets/obseg/brief/UbriefrunZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefrunZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefsevbunkerZ.o +2207330d53ebb26240adadac3075dc37,.data,build/j/assets/obseg/brief/UbriefsevbunkerZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefsevbunkerZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefsevbZ.o +ee356641add167a35310a6bb14b7d7f1,.data,build/j/assets/obseg/brief/UbriefsevbZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefsevbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefsevxbZ.o +06e62170941cf9226161b204a0bcc975,.data,build/j/assets/obseg/brief/UbriefsevxbZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefsevxbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefsevxZ.o +1fbf379b61826ed7dd56cd57934b1031,.data,build/j/assets/obseg/brief/UbriefsevxZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefsevxZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefsiloZ.o +1f012033e14273295212b6999665899f,.data,build/j/assets/obseg/brief/UbriefsiloZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefsiloZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbriefstatueZ.o +844bb85f8ac9c5c6f42d34b755fb7cd5,.data,build/j/assets/obseg/brief/UbriefstatueZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbriefstatueZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/brief/UbrieftraZ.o +615247e8e832c24d06f5b02e777a5664,.data,build/j/assets/obseg/brief/UbrieftraZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/brief/UbrieftraZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/Ump_setupameZ.o +505a174e9ba17b40733bf87bab422350,.data,build/j/assets/obseg/setup/Ump_setupameZ.o +ab1d1168e3309a4e1d8898dead14d5ca,.rodata,build/j/assets/obseg/setup/Ump_setupameZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/Ump_setuparkZ.o +d72a224479ee04046e2458e75ba971dd,.data,build/j/assets/obseg/setup/Ump_setuparkZ.o +9da7d43d1061590d6aaed55112c30adf,.rodata,build/j/assets/obseg/setup/Ump_setuparkZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/Ump_setupashZ.o +4bbf2415439ad3988b72542dc7c16435,.data,build/j/assets/obseg/setup/Ump_setupashZ.o +ab1d1168e3309a4e1d8898dead14d5ca,.rodata,build/j/assets/obseg/setup/Ump_setupashZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/Ump_setupcaveZ.o +9caabe90e7f9b62668b607b286e14738,.data,build/j/assets/obseg/setup/Ump_setupcaveZ.o +966bcbf56fab2e5a8306a27c2be2821e,.rodata,build/j/assets/obseg/setup/Ump_setupcaveZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/Ump_setupcradZ.o +e3270c14ece27e5f15f0bf54e20f000b,.data,build/j/assets/obseg/setup/Ump_setupcradZ.o +1332398676dda34bcb4104546a94cde8,.rodata,build/j/assets/obseg/setup/Ump_setupcradZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/Ump_setupcrypZ.o +baf4a21c4c3a50dfc68dd4bb79e1a4e4,.data,build/j/assets/obseg/setup/Ump_setupcrypZ.o +25568bb18b99a852d18fba045213caa4,.rodata,build/j/assets/obseg/setup/Ump_setupcrypZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/Ump_setupdishZ.o +52738bf0cf907b44c5c304bdb71b5635,.data,build/j/assets/obseg/setup/Ump_setupdishZ.o +db0620822dd4f53ca244a0997bd92f9d,.rodata,build/j/assets/obseg/setup/Ump_setupdishZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/Ump_setupimpZ.o +9a2d5bb6c18ee5acdaade6edd0ea6571,.data,build/j/assets/obseg/setup/Ump_setupimpZ.o +ab1d1168e3309a4e1d8898dead14d5ca,.rodata,build/j/assets/obseg/setup/Ump_setupimpZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/Ump_setupoatZ.o +66ed502d7ebd0286c31df6d918342d76,.data,build/j/assets/obseg/setup/Ump_setupoatZ.o +2a285f6bffe60426c716f84bd5178948,.rodata,build/j/assets/obseg/setup/Ump_setupoatZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/Ump_setuprefZ.o +a192e4098a04675dc0406394441c5596,.data,build/j/assets/obseg/setup/Ump_setuprefZ.o +acc9011f897a5b3b45cad7c1ea4b4715,.rodata,build/j/assets/obseg/setup/Ump_setuprefZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/Ump_setupsevbZ.o +fa7a848eb5dac0a60671450aa46df0aa,.data,build/j/assets/obseg/setup/Ump_setupsevbZ.o +44b3c131f9627281b5d1e3d72ddd50d2,.rodata,build/j/assets/obseg/setup/Ump_setupsevbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/Ump_setupstatueZ.o +39e07e5a0707a6c1ba36f23bc2b8a867,.data,build/j/assets/obseg/setup/Ump_setupstatueZ.o +adb0b6f3ef926a53ca4468251dc25d24,.rodata,build/j/assets/obseg/setup/Ump_setupstatueZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/UsetuparchZ.o +14a533d673facd6407d27994b5add721,.data,build/j/assets/obseg/setup/UsetuparchZ.o +8c9e41dc4bfd4e3a4257e50d01d59f16,.rodata,build/j/assets/obseg/setup/UsetuparchZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/UsetuparkZ.o +df46b4d3b99be3fec5c4af95622ebd35,.data,build/j/assets/obseg/setup/UsetuparkZ.o +e3a6ea2b5e0116a92c0d944720f4555d,.rodata,build/j/assets/obseg/setup/UsetuparkZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/UsetupaztZ.o +dea9ac3dcf299ac954a6d31b6998dbde,.data,build/j/assets/obseg/setup/UsetupaztZ.o +90dfc984ae56837963ad6c378179e575,.rodata,build/j/assets/obseg/setup/UsetupaztZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/UsetupcaveZ.o +cfcdf6399fd8558a81aedabca825886f,.data,build/j/assets/obseg/setup/UsetupcaveZ.o +b4d18f2d43ed9ab43c66ea8a9dbf601e,.rodata,build/j/assets/obseg/setup/UsetupcaveZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/UsetupcontrolZ.o +86bb66970474e427936a5b4278d0a4e8,.data,build/j/assets/obseg/setup/UsetupcontrolZ.o +0a6d7e907a934a22f192afd8a338864f,.rodata,build/j/assets/obseg/setup/UsetupcontrolZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/UsetupcrypZ.o +2116905de55f8a2add7def57bfab3733,.data,build/j/assets/obseg/setup/UsetupcrypZ.o +2ca0538045df922ddffd5f7a56bf9f6f,.rodata,build/j/assets/obseg/setup/UsetupcrypZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/UsetupdamZ.o +192c4a53cf1a38e18926f44bbccd276d,.data,build/j/assets/obseg/setup/UsetupdamZ.o +f3f0addffd8b48b5a1eefe4799791d48,.rodata,build/j/assets/obseg/setup/UsetupdamZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/UsetupdepoZ.o +aa084741c9c5db45bae711efc0a33fe2,.data,build/j/assets/obseg/setup/UsetupdepoZ.o +7ea25ce7fd3caf5849a08d69accca997,.rodata,build/j/assets/obseg/setup/UsetupdepoZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/UsetuppeteZ.o +2d05088e0082bae7a720d6a476283519,.data,build/j/assets/obseg/setup/UsetuppeteZ.o +3887668ddf86cf4380d9a5f16bc2dcf3,.rodata,build/j/assets/obseg/setup/UsetuppeteZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/UsetuprunZ.o +2a26a94abd77eb88153ce42d4d6e3414,.data,build/j/assets/obseg/setup/UsetuprunZ.o +7638bc9258fb1dd47ce0cbb77a916f4f,.rodata,build/j/assets/obseg/setup/UsetuprunZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/UsetupsevbunkerZ.o +6ae37ef5d6eee372ef100bc85e864de2,.data,build/j/assets/obseg/setup/UsetupsevbunkerZ.o +b5d1f1688129156bed0f46a1f10f4c4e,.rodata,build/j/assets/obseg/setup/UsetupsevbunkerZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/UsetupsevbZ.o +a94881aeb4f12a22bd27b71fcbea7f93,.data,build/j/assets/obseg/setup/UsetupsevbZ.o +0cf8f0dc88c6e5c615415596d9ee1439,.rodata,build/j/assets/obseg/setup/UsetupsevbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/UsetupsevxbZ.o +493bfe05761a14f4f7647f613115e0f7,.data,build/j/assets/obseg/setup/UsetupsevxbZ.o +214e937f3abb7fa20e8ec4df011578de,.rodata,build/j/assets/obseg/setup/UsetupsevxbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/setup/UsetupsevxZ.o +5a95cb479a12148813980fcbca8cf93c,.data,build/j/assets/obseg/setup/UsetupsevxZ.o +6b0d217217cc5137855ec4f175ebcfa5,.rodata,build/j/assets/obseg/setup/UsetupsevxZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_ame_all_p_stanZ.o +b1c4e40a881c345e593eb8246d727f46,.data,build/j/assets/obseg/stan/Tbg_ame_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_ame_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_arch_all_p_stanZ.o +7ca676a375a0d8d08e5931610598b6d4,.data,build/j/assets/obseg/stan/Tbg_arch_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_arch_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_arec_all_p_stanZ.o +2688daaa6b0f2f59e7e02ae9ba95be85,.data,build/j/assets/obseg/stan/Tbg_arec_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_arec_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_ark_all_p_stanZ.o +a057fe4ab5f288016da38006086756b7,.data,build/j/assets/obseg/stan/Tbg_ark_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_ark_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_ash_all_p_stanZ.o +b1c4e40a881c345e593eb8246d727f46,.data,build/j/assets/obseg/stan/Tbg_ash_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_ash_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_azt_all_p_stanZ.o +09ed891dfef1e77bc487b23c6f5bea95,.data,build/j/assets/obseg/stan/Tbg_azt_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_azt_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_cat_all_p_stanZ.o +faba7e91e6d464cc6cc671aed03b7719,.data,build/j/assets/obseg/stan/Tbg_cat_all_p_stanZ.o +827ae21e5b4aa345fa3b51c8494ca1d8,.rodata,build/j/assets/obseg/stan/Tbg_cat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_cave_all_p_stanZ.o +b3215b85b77d6adbc495d0e446eba0cf,.data,build/j/assets/obseg/stan/Tbg_cave_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_cave_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_crad_all_p_stanZ.o +1b488bbae36c96593c4636e8406afb2c,.data,build/j/assets/obseg/stan/Tbg_crad_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_crad_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_cryp_all_p_stanZ.o +ee1fb6264844257ae78e0de464be1f6d,.data,build/j/assets/obseg/stan/Tbg_cryp_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_cryp_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_dam_all_p_stanZ.o +ac9b55ee6961cfbe4a8b0f79fdcbc7fe,.data,build/j/assets/obseg/stan/Tbg_dam_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_dam_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_depo_all_p_stanZ.o +7ea1a82a0f3b87a38e42ecd8e44baa76,.data,build/j/assets/obseg/stan/Tbg_depo_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_depo_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_dest_all_p_stanZ.o +856a8f0f2ddb31a1fd512dbbfe0c8763,.data,build/j/assets/obseg/stan/Tbg_dest_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_dest_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_dish_all_p_stanZ.o +bb55353a9f75ada784750decf91337f8,.data,build/j/assets/obseg/stan/Tbg_dish_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_dish_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_imp_all_p_stanZ.o +b1c4e40a881c345e593eb8246d727f46,.data,build/j/assets/obseg/stan/Tbg_imp_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_imp_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_jun_all_p_stanZ.o +e5b50da9773335420524ae4e33cce850,.data,build/j/assets/obseg/stan/Tbg_jun_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_jun_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_len_all_p_stanZ.o +ae5ede059252d6ce4da9e79a0393ee98,.data,build/j/assets/obseg/stan/Tbg_len_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_len_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_oat_all_p_stanZ.o +8260b7a7be2a02444f074fe4315070e5,.data,build/j/assets/obseg/stan/Tbg_oat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_oat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_pete_all_p_stanZ.o +e5b4cb17a05fdb99d908d0d5927cd19e,.data,build/j/assets/obseg/stan/Tbg_pete_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_pete_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_ref_all_p_stanZ.o +aa1546f1e09f7a6116d51f87786621d9,.data,build/j/assets/obseg/stan/Tbg_ref_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_ref_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_run_all_p_stanZ.o +ef1efff8f0d100d3a3d7c8d9b9805643,.data,build/j/assets/obseg/stan/Tbg_run_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_run_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_sev_all_p_stanZ.o +1a18c0d029054b8c4026b3efb2264d12,.data,build/j/assets/obseg/stan/Tbg_sev_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_sev_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_sevb_all_p_stanZ.o +b490026d969f03bbd454d174f6c64c42,.data,build/j/assets/obseg/stan/Tbg_sevb_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_sevb_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_sevx_all_p_stanZ.o +42c5b0307eec8549956b0a75397ade93,.data,build/j/assets/obseg/stan/Tbg_sevx_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_sevx_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_silo_all_p_stanZ.o +f0a204c9b33851d045971d5b33d0b9cd,.data,build/j/assets/obseg/stan/Tbg_silo_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_silo_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_stat_all_p_stanZ.o +8bafb0743a0d92c83b0aec2bf2dedc17,.data,build/j/assets/obseg/stan/Tbg_stat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_stat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/stan/Tbg_tra_all_p_stanZ.o +228d56baf9bf34d1a6f45e4195306831,.data,build/j/assets/obseg/stan/Tbg_tra_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/stan/Tbg_tra_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LameE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LameE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LameE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LameJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LameJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LameJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LarchE.o +40375b0a8c1eee1a393674140514db0f,.data,build/j/assets/obseg/text/LarchE.o +5bcae7d284bbfc80408fadd4badd73b7,.rodata,build/j/assets/obseg/text/LarchE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LarchJ.o +dbe9e4326b4e5b1b129950484651897c,.data,build/j/assets/obseg/text/LarchJ.o +018896a1b133d314f6ed19b82250b35e,.rodata,build/j/assets/obseg/text/LarchJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LarecE.o +915a2f930db20f887e025a442446efdb,.data,build/j/assets/obseg/text/LarecE.o +66c43c14b6f1331860cc42c6f75f5dce,.rodata,build/j/assets/obseg/text/LarecE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LarecJ.o +d0c51d28aa7e3ead90e7692b1878c3bd,.data,build/j/assets/obseg/text/LarecJ.o +cf7952c6ad33e049ed1c1e5c992a4d58,.rodata,build/j/assets/obseg/text/LarecJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LarkE.o +68016142854324635bb656ed81a1fbd2,.data,build/j/assets/obseg/text/LarkE.o +05a5ea6aaf7af5225d5424568d7260f4,.rodata,build/j/assets/obseg/text/LarkE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LarkJ.o +c80d2f57cd8431353b7b891aa59191c3,.data,build/j/assets/obseg/text/LarkJ.o +2c5254dc736d349fa019e903f8805afc,.rodata,build/j/assets/obseg/text/LarkJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LashE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LashE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LashE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LashJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LashJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LashJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LaztE.o +78ed274beb6e13710bae643814b671ed,.data,build/j/assets/obseg/text/LaztE.o +b15a317aed068809603365223c76e6c0,.rodata,build/j/assets/obseg/text/LaztE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LcatE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LcatE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LcatE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LcatJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LcatJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LcatJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LcaveE.o +8912e4552c084430fb39d132f2629c92,.data,build/j/assets/obseg/text/LcaveE.o +a3fecff5d1388aabed62f5993b8c1ae6,.rodata,build/j/assets/obseg/text/LcaveE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LcaveJ.o +9e2991e2b3908b0be3087e621170d5eb,.data,build/j/assets/obseg/text/LcaveJ.o +e632526d0c18895dee5bfd7a149efc2d,.rodata,build/j/assets/obseg/text/LcaveJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LcradE.o +cad64034f753f2197f25909cfe85a69c,.data,build/j/assets/obseg/text/LcradE.o +1a99f6b879c658c72669c359522bf22e,.rodata,build/j/assets/obseg/text/LcradE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LcradJ.o +76e6b759f712fe948e4615e70fc1377e,.data,build/j/assets/obseg/text/LcradJ.o +87a3e13d72c502c951db58ae8cd3fe7e,.rodata,build/j/assets/obseg/text/LcradJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LcrypE.o +a5dd43fa608e1e19b53db6955c7075a1,.data,build/j/assets/obseg/text/LcrypE.o +fb2e8c50b91a21ba4b169c04a742127a,.rodata,build/j/assets/obseg/text/LcrypE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LcrypJ.o +b1f10c13d8504056fbf13c6766754a58,.data,build/j/assets/obseg/text/LcrypJ.o +bd7a451113799c4f89069dae226b9d05,.rodata,build/j/assets/obseg/text/LcrypJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LdamE.o +e205f5cdce6490730ad57d9c840a430f,.data,build/j/assets/obseg/text/LdamE.o +e07024a5df42036b189573b1179fa412,.rodata,build/j/assets/obseg/text/LdamE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LdamJ.o +aa22ac30f6e5fb772ae2cc49ba31ace8,.data,build/j/assets/obseg/text/LdamJ.o +b28724a6b63e7084109aeb1f5a7c06a2,.rodata,build/j/assets/obseg/text/LdamJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LdepoE.o +77b03ef19e0263a057e8df1c81f47de4,.data,build/j/assets/obseg/text/LdepoE.o +566a0cb0d5fb0165f50c817d53d82337,.rodata,build/j/assets/obseg/text/LdepoE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LdepoJ.o +c2ec536c7c7c727e686f22927ebff705,.data,build/j/assets/obseg/text/LdepoJ.o +c7fe237c86a90b47ece6795e19c29eb7,.rodata,build/j/assets/obseg/text/LdepoJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LdestE.o +78c0742ea9a47d55d3e014d1dd89b79b,.data,build/j/assets/obseg/text/LdestE.o +d8d294b690ace59508fad0252c2bfa22,.rodata,build/j/assets/obseg/text/LdestE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LdestJ.o +58f12d62fdf22ab403b4000f756da9b4,.data,build/j/assets/obseg/text/LdestJ.o +91ae39a8422254da064603940e9d78b3,.rodata,build/j/assets/obseg/text/LdestJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LdishE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LdishE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LdishE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LdishJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LdishJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LdishJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LearE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LearE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LearE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LearJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LearJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LearJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LeldE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LeldE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LeldE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LeldJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LeldJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LeldJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LgunE.o +a164e63ed1cb68255fd985a6eab8e927,.data,build/j/assets/obseg/text/LgunE.o +9768b9303970aa139698b3f210495d8e,.rodata,build/j/assets/obseg/text/LgunE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LgunJ.o +2885eeb29cebf00ed4df75040d588d5f,.data,build/j/assets/obseg/text/LgunJ.o +6458f19bc9b16c1bf1a030281686d31e,.rodata,build/j/assets/obseg/text/LgunJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LimpE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LimpE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LimpE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LimpJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LimpJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LimpJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LjunE.o +e0eb6398245dd1df5952be511569a7c6,.data,build/j/assets/obseg/text/LjunE.o +c3f6256e87dc5d2238c91d9e35b35203,.rodata,build/j/assets/obseg/text/LjunE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LjunJ.o +c326c6dac777f01acc499c7cb8f2d73a,.data,build/j/assets/obseg/text/LjunJ.o +292a71807ff86b9d02d627c6eef444a4,.rodata,build/j/assets/obseg/text/LjunJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LleeE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LleeE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LleeE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LleeJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LleeJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LleeJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LlenE.o +591eefc4482e506d979696b7d045eb4a,.data,build/j/assets/obseg/text/LlenE.o +0e2748b67042944db9afa37dbe6d182f,.rodata,build/j/assets/obseg/text/LlenE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LlipE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LlipE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LlipE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LlipJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LlipJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LlipJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LlueE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LlueE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LlueE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LlueJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LlueJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LlueJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LmiscE.o +c37121ba7e821ecbdb73b3162b31ab0c,.data,build/j/assets/obseg/text/LmiscE.o +1012cfa3c9914d9dfa128d773711cbe8,.rodata,build/j/assets/obseg/text/LmiscE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LmiscJ.o +1450a8bb09f925eac24b79d7ed4d424d,.data,build/j/assets/obseg/text/LmiscJ.o +c0e4149908f27fc3fe66569008b60e98,.rodata,build/j/assets/obseg/text/LmiscJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LmpmenuE.o +1c3f1e9b16fcdd7e5ca632cc4143b8c7,.data,build/j/assets/obseg/text/LmpmenuE.o +51b7f06e0dbd8989f8c21661faedcbc5,.rodata,build/j/assets/obseg/text/LmpmenuE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LmpmenuJ.o +086ec74f2c35e4ba506a7decabc2d07c,.data,build/j/assets/obseg/text/LmpmenuJ.o +8ac02c86e012d6727114b05b8eb074c0,.rodata,build/j/assets/obseg/text/LmpmenuJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LmpweaponsE.o +27b33a70975e8963d090085d67c0e11e,.data,build/j/assets/obseg/text/LmpweaponsE.o +4258a3157197bfd902a3edf5ebeca094,.rodata,build/j/assets/obseg/text/LmpweaponsE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LmpweaponsJ.o +a60f257d3486c29290de1d96c7aba1f1,.data,build/j/assets/obseg/text/LmpweaponsJ.o +628cfcb4e11ecdad11c514f06c8cff8d,.rodata,build/j/assets/obseg/text/LmpweaponsJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LoatE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LoatE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LoatE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LoatJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LoatJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LoatJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LoptionsE.o +8cb0539d740502fd140b92d50cddebbe,.data,build/j/assets/obseg/text/LoptionsE.o +983fd0a54b2bf95f1f6d22b10334017e,.rodata,build/j/assets/obseg/text/LoptionsE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LoptionsJ.o +b90b0bee5304668a554e7beecd9508c4,.data,build/j/assets/obseg/text/LoptionsJ.o +396616a566eb04fd4d7a543a2f583db1,.rodata,build/j/assets/obseg/text/LoptionsJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LpamE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LpamE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LpamE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LpamJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LpamJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LpamJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LpeteE.o +04a39af55d3cf6a355fa7e1abf9d3936,.data,build/j/assets/obseg/text/LpeteE.o +eaadee243470be31eb552f5d820f3a5d,.rodata,build/j/assets/obseg/text/LpeteE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LpeteJ.o +749ac5b1f0cbf6ef5a0d0186c6016f7d,.data,build/j/assets/obseg/text/LpeteJ.o +af8cee89fd2c7a3e795a7f5c6b57f9ac,.rodata,build/j/assets/obseg/text/LpeteJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LpropobjE.o +fa5bea6a2ce0736029d3435f3da08a71,.data,build/j/assets/obseg/text/LpropobjE.o +42a88b249ca7c8d56a4ced2f13c8dab9,.rodata,build/j/assets/obseg/text/LpropobjE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LpropobjJ.o +b124e7570785d64b030b3617cfcb93bc,.data,build/j/assets/obseg/text/LpropobjJ.o +6ed13c2e606bc8e24248a003307981d3,.rodata,build/j/assets/obseg/text/LpropobjJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LrefE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LrefE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LrefE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LrefJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LrefJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LrefJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LritE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LritE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LritE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LritJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LritJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LritJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LrunE.o +e9c5308dc6ccc93b5f34141b8f9a46ba,.data,build/j/assets/obseg/text/LrunE.o +2fd0d517cff1a6e76b2fd8d5e03b84d2,.rodata,build/j/assets/obseg/text/LrunE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LrunJ.o +53d5da8d3b0a205209bc32bffb623f2c,.data,build/j/assets/obseg/text/LrunJ.o +9ee606c9907824ea41a68ed50449b8c2,.rodata,build/j/assets/obseg/text/LrunJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LsevbE.o +99b5d2c99e8436044ab80f4d5c10955d,.data,build/j/assets/obseg/text/LsevbE.o +a533dc0dea666db00823112b16a25e35,.rodata,build/j/assets/obseg/text/LsevbE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LsevE.o +857201f7708da54326d9f65a607f0699,.data,build/j/assets/obseg/text/LsevE.o +4388dfac4ac5ddd6f1e806f444785d1f,.rodata,build/j/assets/obseg/text/LsevE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LsevJ.o +ce4a3ee3c9de7723142393dafef2c641,.data,build/j/assets/obseg/text/LsevJ.o +22b92a800289323b131e5995573bf2e2,.rodata,build/j/assets/obseg/text/LsevJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LsevxbE.o +381c7194edce1643c856ee5408955858,.data,build/j/assets/obseg/text/LsevxbE.o +5c151a11ab6f175f6dd2cf18fc8d9c48,.rodata,build/j/assets/obseg/text/LsevxbE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LsevxbJ.o +4b3b5544e4cb3af47d90f2d0bf992003,.data,build/j/assets/obseg/text/LsevxbJ.o +7a6f1aef8ae105dfb7b8c7e4944bbe19,.rodata,build/j/assets/obseg/text/LsevxbJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LsevxE.o +b7253c719a43dcc64c39e3021777dfe4,.data,build/j/assets/obseg/text/LsevxE.o +bc300a0d53e25053b73dd7f2515a622b,.rodata,build/j/assets/obseg/text/LsevxE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LsevxJ.o +7e1ea0505ed41fddfa46ec5d0e157f23,.data,build/j/assets/obseg/text/LsevxJ.o +c1eabbbec576ff5cded180c87099f661,.rodata,build/j/assets/obseg/text/LsevxJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LshoE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LshoE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LshoE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LshoJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LshoJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LshoJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LsiloE.o +7194bf077bcf7820a0525b9a7e37bac1,.data,build/j/assets/obseg/text/LsiloE.o +24a3e8a64ce0c707fab8a7aa11a252e3,.rodata,build/j/assets/obseg/text/LsiloE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LsiloJ.o +b0b01a94292f67435dd5a8104d02ca10,.data,build/j/assets/obseg/text/LsiloJ.o +82c45b33e0e6931258e1e2223eadb711,.rodata,build/j/assets/obseg/text/LsiloJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LstatE.o +beb5446cf51a511f1f5340c4e9dffb0b,.data,build/j/assets/obseg/text/LstatE.o +7b27123365b22407d6b61c22bd7475f5,.rodata,build/j/assets/obseg/text/LstatE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LtitleE.o +4a182e9850b95daf229246d7927cbfe6,.data,build/j/assets/obseg/text/LtitleE.o +e29712f91a1da33cad020dc6786429ad,.rodata,build/j/assets/obseg/text/LtitleE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LtitleJ.o +7e6f5d94a76c6cdf3b2ab23a5b9f3587,.data,build/j/assets/obseg/text/LtitleJ.o +d8ca65fbb32a9221a80f152757a7166a,.rodata,build/j/assets/obseg/text/LtitleJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LtraE.o +d5a8b464357e4582526d3e194fdb613c,.data,build/j/assets/obseg/text/LtraE.o +690a72eb06470f3413686da7c1de04bb,.rodata,build/j/assets/obseg/text/LtraE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LtraJ.o +67156dc284ba41cd977f128d2cac35ce,.data,build/j/assets/obseg/text/LtraJ.o +6e1a324dcc6bea047d1840b6eafbf261,.rodata,build/j/assets/obseg/text/LtraJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LwaxE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LwaxE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LwaxE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/j/assets/obseg/text/LwaxJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/j/assets/obseg/text/LwaxJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/j/assets/obseg/text/LwaxJ.o diff --git a/ge007.j.ld b/ge007.j.ld index 19c8095..82f04de 100644 --- a/ge007.j.ld +++ b/ge007.j.ld @@ -3,6 +3,16 @@ OUTPUT_ARCH (mips) SECTIONS { + + osTvType = 0x80000300; + osRomType = 0x80000304; + osRomBase = 0x80000308; + osResetType = 0x8000030c; + osCicId = 0x80000310; + osVersion = 0x80000314; + osMemSize = 0x80000318; + osAppNMIBuffer = 0x8000031c; + _romSegmentStart = 0; /* header */ _headerSegmentStart = ADDR(.header); @@ -30,9 +40,11 @@ SECTIONS /* 0x80000400, 0x80000450 */ _startSegmentStart = ADDR(.start); _startSegmentRomStart = _bootSegmentRomEnd; + _alt_startSegmentRomStart = _startSegmentRomStart + 0x100000; .start 0x80000400 : AT(_startSegmentRomStart) { build/j/src/_start.o (.text); } + _alt_startSegmentStart = _startSegmentStart - 0x10000000 + 0x100000; _startSegmentEnd = ADDR(.start) + SIZEOF(.start); _startSegmentRomEnd = _startSegmentRomStart + SIZEOF(.start); @@ -52,12 +64,12 @@ SECTIONS build/j/src/tlb_hardwire.o (.text); build/j/src/audi.o (.text); build/j/src/speed_graph.o (.text); - build/j/src/video.o (.text); + build/j/src/fr.o (.text); build/j/src/deb.o (.text); - build/j/src/deb_video.o (.text); - build/j/src/unused_fp.o (.text); + build/j/src/fault.o (.text); + /*deb_print may be part of fault per pd beta (.text);*/ build/j/src/deb_print.o (.text); - build/j/src/debug_getlastRA.o (.text); + build/j/src/getra.o (.text); build/j/src/ramrom.o (.text); build/j/src/boss.o (.text); build/j/src/music.o (.text); @@ -75,179 +87,179 @@ SECTIONS build/j/src/motor.o (.text); build/j/src/rmon.o (.text); - /*build/u/src/libultra/osPiRawStartDma.o (.text);*/ - build/j/src/libultra/pirawdma.o (.text); - build/j/src/libultra/pigetstat.o (.text); - build/j/src/libultra/initialize.o (.text); - build/j/src/libultra/writebackdcacheall.o (.text); - build/j/src/libultra/invalicache.o (.text); - build/j/src/libultra/unmaptlb.o (.text); - build/j/src/libultra/getfpccsr.o (.text); - build/j/src/libultra/setfpccsr.o (.text); - build/j/src/libultra/createthread.o (.text); - build/j/src/libultra/startthread.o (.text); - build/j/src/libultra/createmesgqueue.o (.text); - build/j/src/libultra/parameters.o (.text); - build/j/src/libultra/stopthread.o (.text); - build/j/src/libultra/setthreadpri.o (.text); - build/j/src/libultra/getcount.o (.text); - build/j/src/libultra/vimgr.o (.text); - build/j/src/libultra/vitbl.o (.text); /*edited*/ - build/j/src/libultra/seteventmesg.o (.text); - build/j/src/libultra/visetevent.o (.text); - build/j/src/libultra/setintmask.o (.text); - build/j/src/libultra/recvmesg.o (.text); - build/j/src/libultra/sendmesg.o (.text); - build/j/src/libultra/visetmode.o (.text); - build/j/src/libultra/visetxscale.o (.text); - build/j/src/libultra/visetyscale.o (.text); - build/j/src/libultra/virepeatline.o (.text); - build/j/src/libultra/viblack.o (.text); - build/j/src/libultra/sptaskyielded.o (.text); - build/j/src/libultra/dpctr.o (.text); - build/j/src/libultra/vigetcurrframebuf.o (.text); - build/j/src/libultra/vigetnextframebuf.o (.text); - build/j/src/libultra/viswapbuf.o (.text); - build/j/src/libultra/dpsetstat.o (.text); - build/j/src/libultra/sptask.o (.text); - build/j/src/libultra/dpsetnextbuf.o (.text); - build/j/src/libultra/sptaskyield.o (.text); - build/j/src/libultra/gettlbhi.o (.text); - build/j/src/libultra/virtualtophysical.o (.text); - build/j/src/libultra/aisetfreq.o (.text); - build/j/src/libultra/sl.o (.text); - build/j/src/libultra/heapalloc.o (.text); - build/j/src/libultra/gettime.o (.text); - build/j/src/libultra/ll.o (.text); /*edited*/ - build/j/src/libultra/aisetnextbuf.o (.text); - build/j/src/libultra/aigetlen.o (.text); - build/j/src/libultra/synthesizer.o (.text); - build/j/src/libultra/pidma.o (.text); - build/j/src/libultra/visetspecial.o (.text); - build/j/src/libultra/bcopy.o (.text); - build/j/src/libultra/perspective.o (.text); - build/j/src/libultra/mtxutil.o (.text); - build/j/src/libultra/getcurrfaultthread.o (.text); - build/j/src/libultra/exception.o (.text); /*edited*/ - build/j/src/libultra/thread.o (.text); - build/j/src/libultra/yieldthread.o (.text); - build/j/src/libultra/invaldcache.o (.text); - build/j/src/libultra/writebackdcache.o (.text); - build/j/src/libultra/settimer.o (.text); - build/j/src/libultra/heapinit.o (.text); - build/j/src/libultra/bnkf.o (.text); - build/j/src/libultra/csplayer.o (.text); - build/j/src/libultra/seqpsetbank.o (.text); - build/j/src/libultra/cspgetstate.o (.text); - build/j/src/libultra/cseq.o (.text); - build/j/src/libultra/cspsetseq.o (.text); - build/j/src/libultra/cspplay.o (.text); - build/j/src/libultra/cspstop.o (.text); - build/j/src/libultra/cspsetvol.o (.text); - build/j/src/libultra/event.o (.text); - build/j/src/libultra/synaddplayer.o (.text); - build/j/src/libultra/synallocvoice.o (.text); - build/j/src/libultra/synsetvol.o (.text); - build/j/src/libultra/synstartvoice.o (.text); - build/j/src/libultra/synsetpan.o (.text); - build/j/src/libultra/synsetpitch.o (.text); - build/j/src/libultra/synsetfxmix.o (.text); - build/j/src/libultra/synstopvoice.o (.text); - build/j/src/libultra/synfreevoice.o (.text); - build/j/src/libultra/cents2ratio.o (.text); - build/j/src/libultra/piread.o (.text); - build/j/src/libultra/string.o (.text); - build/j/src/libultra/xprintf.o (.text); - build/j/src/libultra/pimgr.o (.text); - build/j/src/libultra/pfsinit.o (.text); - build/j/src/libultra/controller.o (.text); - build/j/src/libultra/contquery.o (.text); - build/j/src/libultra/contreaddata.o (.text); - build/j/src/libultra/conteepprobe.o (.text); - build/j/src/libultra/conteepread.o (.text); - build/j/src/libultra/conteepwrite.o (.text); - build/j/src/libultra/conteeplongread.o (.text); - build/j/src/libultra/conteeplongwrite.o (.text); - build/j/src/libultra/pfsisplug.o (.text); - build/j/src/libultra/siacs.o (.text); - build/j/src/libultra/sirawdma.o (.text); - build/j/src/libultra/crc.o (.text); - build/j/src/libultra/contramwrite.o (.text); - build/j/src/libultra/contramread.o (.text); - build/j/src/libultra/align.o (.text); - build/j/src/libultra/ortho.o (.text); - build/j/src/libultra/coss.o (.text); - build/j/src/libultra/sins.o (.text); - build/j/src/libultra/translate.o (.text); - build/j/src/libultra/bcmp.o (.text); - build/j/src/libultra/scale.o (.text); - build/j/src/libultra/lookatref.o (.text); - build/j/src/libultra/lookat.o (.text); - build/j/src/libultra/rotate.o (.text); - build/j/src/libultra/llcvt.o (.text); /*edited*/ - build/j/src/libultra/setsr.o (.text); - build/j/src/libultra/getsr.o (.text); - build/j/src/libultra/sirawread.o (.text); - build/j/src/libultra/sirawwrite.o (.text); - build/j/src/libultra/pirawread.o (.text); - build/j/src/libultra/bzero.o (.text); - build/j/src/libultra/sethwinterrupt.o (.text); - build/j/src/libultra/leointerrupt.o (.text); - build/j/src/libultra/interrupt.o (.text); - build/j/src/libultra/timerintr.o (.text); - build/j/src/libultra/kdebugserver.o (.text); - build/j/src/libultra/getthreadpri.o (.text); - build/j/src/libultra/vi.o (.text); /*edited*/ - build/j/src/libultra/vigetcurrcontext.o (.text); - build/j/src/libultra/viswapcontext.o (.text); - build/j/src/libultra/spgetstat.o (.text); - build/j/src/libultra/spsetstat.o (.text); - build/j/src/libultra/spsetpc.o (.text); - build/j/src/libultra/sprawdma.o (.text); - build/j/src/libultra/sp.o (.text); - build/j/src/libultra/dp.o (.text); - build/j/src/libultra/probetlb.o (.text); - build/j/src/libultra/syndelete.o (.text); - build/j/src/libultra/ai.o (.text); - build/j/src/libultra/drvrNew.o (.text); - build/j/src/libultra/synallocfx.o (.text); - build/j/src/libultra/mainbus.o (.text); - build/j/src/libultra/load.o (.text); - build/j/src/libultra/resample.o (.text); - build/j/src/libultra/env.o (.text); /*edited*/ - build/j/src/libultra/auxbus.o (.text); - build/j/src/libultra/save.o (.text); - build/j/src/libultra/jammesg.o (.text); - build/j/src/libultra/pigetcmdq.o (.text); - build/j/src/libultra/ultra7001B830.o (.text); /*edited*/ - build/j/src/libultra/ultra7001B9A0.o (.text); /*edited*/ - build/j/src/libultra/destroythread.o (.text); - build/j/src/libultra/seqplayer.o (.text); - build/j/src/libultra/synstartvoiceparam.o (.text); - build/j/src/libultra/copy.o (.text); - build/j/src/libultra/piacs.o (.text); - build/j/src/libultra/xlitob.o (.text); - build/j/src/libultra/xldtob.o (.text); - build/j/src/libultra/epirawdma.o (.text); - build/j/src/libultra/devmgr.o (.text); - build/j/src/libultra/contpfs.o (.text); - build/j/src/libultra/si.o (.text); - build/j/src/libultra/normalize.o (.text); - build/j/src/libultra/sqrtf.o (.text); - build/j/src/libultra/leodiskinit.o (.text); - build/j/src/libultra/setcompare.o (.text); - build/j/src/libultra/filter.o (.text); - build/j/src/libultra/reverb.o (.text); /*edited*/ - build/j/src/libultra/libm_vals.o (.text); /*edited*/ - build/j/src/libultra/seq.o (.text); - build/j/src/libultra/synsetpriority.o (.text); - build/j/src/libultra/ldiv.o (.text); - build/j/src/libultra/resetglobalintmask.o (.text); - build/j/src/libultra/epirawwrite.o (.text); - build/j/src/libultra/vimodentsclan1.o (.text); - build/j/src/libultra/vimodepallan1.o (.text); - build/j/src/libultra/ultra80069080.o (.text); /*edited*/ - /*build/u/src/libultra/libultra.a:libultra.o (.text);*/ + /*build/j/src/libultra/osPiRawStartDma.o (.text);*/ + build/j/src/libultra/io/pirawdma.o (.text); + build/j/src/libultra/io/pigetstat.o (.text); + build/j/src/libultrare/os/initialize.o (.text); + build/j/src/libultra/os/writebackdcacheall.o (.text); + build/j/src/libultra/os/invalicache.o (.text); + build/j/src/libultra/os/unmaptlb.o (.text); + build/j/src/libultra/os/getfpccsr.o (.text); + build/j/src/libultra/os/setfpccsr.o (.text); + build/j/src/libultra/os/createthread.o (.text); + build/j/src/libultra/os/startthread.o (.text); + build/j/src/libultra/os/createmesgqueue.o (.text); + build/j/src/libultra/os/parameters.o (.text); + build/j/src/libultra/os/stopthread.o (.text); + build/j/src/libultra/os/setthreadpri.o (.text); + build/j/src/libultra/os/getcount.o (.text); + build/j/src/libultrare/io/vimgr.o (.text); + build/j/src/libultrare/io/vitbl.o (.text); /*edited*/ + build/j/src/libultra/os/seteventmesg.o (.text); + build/j/src/libultra/io/visetevent.o (.text); + build/j/src/libultra/os/setintmask.o (.text); + build/j/src/libultra/os/recvmesg.o (.text); + build/j/src/libultra/os/sendmesg.o (.text); + build/j/src/libultra/io/visetmode.o (.text); + build/j/src/libultra/io/visetxscale.o (.text); + build/j/src/libultra/io/visetyscale.o (.text); + build/j/src/libultra/io/virepeatline.o (.text); + build/j/src/libultra/io/viblack.o (.text); + build/j/src/libultra/io/sptaskyielded.o (.text); + build/j/src/libultra/io/dpctr.o (.text); + build/j/src/libultra/io/vigetcurrframebuf.o (.text); + build/j/src/libultra/io/vigetnextframebuf.o (.text); + build/j/src/libultra/io/viswapbuf.o (.text); + build/j/src/libultra/io/dpsetstat.o (.text); + build/j/src/libultrare/io/sptask.o (.text); + build/j/src/libultra/io/dpsetnextbuf.o (.text); + build/j/src/libultra/io/sptaskyield.o (.text); + build/j/src/libultra/os/gettlbhi.o (.text); + build/j/src/libultra/os/virtualtophysical.o (.text); + build/j/src/libultra/io/aisetfreq.o (.text); + build/j/src/libultra/audio/sl.o (.text); + build/j/src/libultra/audio/heapalloc.o (.text); + build/j/src/libultra/os/gettime.o (.text); + build/j/src/libultra/libc/ll.o (.text); /*edited*/ + build/j/src/libultrare/io/aisetnextbuf.o (.text); + build/j/src/libultra/io/aigetlen.o (.text); + build/j/src/libultra/audio/synthesizer.o (.text); + build/j/src/libultra/io/pidma.o (.text); + build/j/src/libultra/io/visetspecial.o (.text); + build/j/src/libultra/libc/bcopy.o (.text); + build/j/src/libultra/gu/perspective.o (.text); + build/j/src/libultra/gu/mtxutil.o (.text); + build/j/src/libultra/os/getcurrfaultthread.o (.text); + build/j/src/libultra/os/exception.o (.text); /*edited*/ + build/j/src/libultra/os/thread.o (.text); + build/j/src/libultra/os/yieldthread.o (.text); + build/j/src/libultra/os/invaldcache.o (.text); + build/j/src/libultra/os/writebackdcache.o (.text); + build/j/src/libultra/os/settimer.o (.text); + build/j/src/libultra/audio/heapinit.o (.text); + build/j/src/libultra/audio/bnkf.o (.text); + build/j/src/libultra/audio/csplayer.o (.text); + build/j/src/libultra/audio/seqpsetbank.o (.text); + build/j/src/libultra/audio/cspgetstate.o (.text); + build/j/src/libultra/audio/cseq.o (.text); + build/j/src/libultra/audio/cspsetseq.o (.text); + build/j/src/libultra/audio/cspplay.o (.text); + build/j/src/libultra/audio/cspstop.o (.text); + build/j/src/libultra/audio/cspsetvol.o (.text); + build/j/src/libultra/audio/event.o (.text); + build/j/src/libultra/audio/synaddplayer.o (.text); + build/j/src/libultra/audio/synallocvoice.o (.text); + build/j/src/libultra/audio/synsetvol.o (.text); + build/j/src/libultra/audio/synstartvoice.o (.text); + build/j/src/libultra/audio/synsetpan.o (.text); + build/j/src/libultra/audio/synsetpitch.o (.text); + build/j/src/libultra/audio/synsetfxmix.o (.text); + build/j/src/libultra/audio/synstopvoice.o (.text); + build/j/src/libultra/audio/synfreevoice.o (.text); + build/j/src/libultra/audio/cents2ratio.o (.text); + build/j/src/libultra/io/piread.o (.text); + build/j/src/libultra/libc/string.o (.text); + build/j/src/libultrare/libc/xprintf.o (.text); + build/j/src/libultrare/io/pimgr.o (.text); + build/j/src/libultrare/io/pfsinit.o (.text); + build/j/src/libultrare/io/controller.o (.text); + build/j/src/libultra/io/contquery.o (.text); + build/j/src/libultrare/io/contreaddata.o (.text); + build/j/src/libultrare/io/conteepprobe.o (.text); + build/j/src/libultrare/io/conteepread.o (.text); + build/j/src/libultrare/io/conteepwrite.o (.text); + build/j/src/libultrare/io/conteeplongread.o (.text); + build/j/src/libultrare/io/conteeplongwrite.o (.text); + build/j/src/libultrare/io/pfsisplug.o (.text); + build/j/src/libultra/io/siacs.o (.text); + build/j/src/libultra/io/sirawdma.o (.text); + build/j/src/libultra/io/crc.o (.text); + build/j/src/libultrare/io/contramwrite.o (.text); + build/j/src/libultrare/io/contramread.o (.text); + build/j/src/libultra/gu/align.o (.text); + build/j/src/libultra/gu/ortho.o (.text); + build/j/src/libultra/gu/coss.o (.text); + build/j/src/libultra/gu/sins.o (.text); + build/j/src/libultra/gu/translate.o (.text); + build/j/src/libultra/libc/bcmp.o (.text); + build/j/src/libultra/gu/scale.o (.text); + build/j/src/libultra/gu/lookatref.o (.text); + build/j/src/libultra/gu/lookat.o (.text); + build/j/src/libultra/gu/rotate.o (.text); + build/j/src/libultra/libc/llcvt.o (.text); /*edited*/ + build/j/src/libultra/os/setsr.o (.text); + build/j/src/libultra/os/getsr.o (.text); + build/j/src/libultra/io/sirawread.o (.text); + build/j/src/libultra/io/sirawwrite.o (.text); + build/j/src/libultra/io/pirawread.o (.text); + build/j/src/libultra/libc/bzero.o (.text); + build/j/src/libultra/os/sethwinterrupt.o (.text); + build/j/src/libultrare/io/leointerrupt.o (.text); + build/j/src/libultra/os/interrupt.o (.text); + build/j/src/libultra/os/timerintr.o (.text); + build/j/src/libultra/os/kdebugserver.o (.text); + build/j/src/libultra/os/getthreadpri.o (.text); + build/j/src/libultrare/io/vi.o (.text); /*edited*/ + build/j/src/libultra/io/vigetcurrcontext.o (.text); + build/j/src/libultra/io/viswapcontext.o (.text); + build/j/src/libultra/io/spgetstat.o (.text); + build/j/src/libultra/io/spsetstat.o (.text); + build/j/src/libultra/io/spsetpc.o (.text); + build/j/src/libultra/io/sprawdma.o (.text); + build/j/src/libultra/io/sp.o (.text); + build/j/src/libultra/io/dp.o (.text); + build/j/src/libultra/os/probetlb.o (.text); + build/j/src/libultra/audio/syndelete.o (.text); + build/j/src/libultra/io/ai.o (.text); + build/j/src/libultrare/audio/drvrNew.o (.text); + build/j/src/libultra/audio/synallocfx.o (.text); + build/j/src/libultra/audio/mainbus.o (.text); + build/j/src/libultra/audio/load.o (.text); + build/j/src/libultra/audio/resample.o (.text); + build/j/src/libultrare/audio/env.o (.text); /*edited*/ + build/j/src/libultra/audio/auxbus.o (.text); + build/j/src/libultra/audio/save.o (.text); + build/j/src/libultra/os/jammesg.o (.text); + build/j/src/libultra/io/pigetcmdq.o (.text); + build/j/src/libultra/gu/cosf.o (.text); /*edited*/ + build/j/src/libultra/gu/sinf.o (.text); /*edited*/ + build/j/src/libultrare/os/destroythread.o (.text); + build/j/src/libultra/audio/seqplayer.o (.text); + build/j/src/libultra/audio/synstartvoiceparam.o (.text); + build/j/src/libultra/audio/copy.o (.text); + build/j/src/libultra/io/piacs.o (.text); + build/j/src/libultra/libc/xlitob.o (.text); + build/j/src/libultra/libc/xldtob.o (.text); + build/j/src/libultrare/io/epirawdma.o (.text); + build/j/src/libultrare/io/devmgr.o (.text); + build/j/src/libultra/io/contpfs.o (.text); + build/j/src/libultra/io/si.o (.text); + build/j/src/libultra/gu/normalize.o (.text); + build/j/src/libultra/gu/sqrtf.o (.text); + build/j/src/libultrare/io/leodiskinit.o (.text); + build/j/src/libultra/os/setcompare.o (.text); + build/j/src/libultra/audio/filter.o (.text); + build/j/src/libultrare/audio/reverb.o (.text); /*edited*/ + build/j/src/libultra/gu/libm_vals.o (.text); /*edited*/ + build/j/src/libultra/audio/seq.o (.text); + build/j/src/libultra/audio/synsetpriority.o (.text); + build/j/src/libultra/libc/ldiv.o (.text); + build/j/src/libultra/os/resetglobalintmask.o (.text); + build/j/src/libultrare/io/epirawwrite.o (.text); + build/j/src/libultra/io/vimodentsclan1.o (.text); + build/j/src/libultrare/io/vimodepallan1.o (.text); + build/j/src/libultrare/ultra80069080.o (.text); /*edited*/ + /*build/j/src/libultra/libultra.a:libultra.o (.text);*/ } _codeSegmentEnd = ADDR(.code) + SIZEOF(.code); _codeSegmentRomEnd = _codeSegmentRomStart + SIZEOF(.code); @@ -261,25 +273,25 @@ SECTIONS } _cdataSegmentEnd = ADDR(.cdata) + SIZEOF(.cdata); _cdataSegmentRomEnd = _cdataSegmentRomStart + SIZEOF(.cdata); - + /* (0x70200000, 0x702029BC, 0x701CCA70), // 033590-035F4D [29BD] */ - _rarezipSegmentStart = ADDR(.rarezip); - _rarezipSegmentRomStart = _cdataSegmentRomEnd; - .rarezip 0x70200000 : AT(_rarezipSegmentRomStart) { + _inflateSegmentStart = ADDR(.inflate); + _inflateSegmentRomStart = _cdataSegmentRomEnd; + .inflate 0x70200000 : AT(_inflateSegmentRomStart) { build/j/src/inflate/inflate.o (.text); build/j/src/inflate/inflate.o (.data); } - _rarezipSegmentEnd = ADDR(.rarezip) + SIZEOF(.rarezip); - _rarezipSegmentRomEnd = _rarezipSegmentRomStart + SIZEOF(.rarezip); + _inflateSegmentEnd = ADDR(.inflate) + SIZEOF(.inflate); + _inflateSegmentRomEnd = _inflateSegmentRomStart + SIZEOF(.inflate); + + - - /* (0x7F000000, 0x7F0E2D50, 0x7EFCB4D0), // 034B30-117881 [E2D51] */ _gameSegmentStart = ADDR(.game); - _gameSegmentRomStart = _rarezipSegmentRomEnd; + _gameSegmentRomStart = _inflateSegmentRomEnd; .game 0x7F000000 : AT(_gameSegmentRomStart) { build/j/src/game/initgamedata.o (.text); build/j/src/game/initweaponanigroups.o (.text); @@ -287,7 +299,7 @@ SECTIONS build/j/src/game/initnull_0009D0.o (.text); build/j/src/game/initunk_0009E0.o (.text); build/j/src/game/initanitable.o (.text); - build/j/src/game/initunk_000B60.o (.text); + build/j/src/game/initplayergaitobject.o (.text); build/j/src/game/setguscale.o (.text); build/j/src/game/initnull_000BC0.o (.text); build/j/src/game/initimages.o (.text); @@ -302,79 +314,89 @@ SECTIONS build/j/src/game/initBondDATA.o (.text); build/j/src/game/initunk_005450.o (.text); build/j/src/game/initunk_005520.o (.text); - build/j/src/game/initcameraandthrown.o (.text); + build/j/src/game/bondview_r.o (.text); build/j/src/game/inititemslots.o (.text); build/j/src/game/initBondDATAdefaults.o (.text); build/j/src/game/initpathtablesomething.o (.text); build/j/src/game/initpathtablelinks.o (.text); build/j/src/game/initexplosioncasing.o (.text); - build/j/src/game/initunk_007180.o (.text); + build/j/src/game/alloc_window_pieces.o (.text); build/j/src/game/initunk_007290.o (.text); - build/j/src/game/initunk_0072B0.o (.text); + build/j/src/game/initcheattext.o (.text); build/j/src/game/initmttex.o (.text); - build/j/src/game/initunk_0073B0.o (.text); - build/j/src/game/initunk_007460.o (.text); + build/j/src/game/cleanup_guard_data.o (.text); + build/j/src/game/cleanup_object_sounds.o (.text); build/j/src/game/cleanup_alarms.o (.text); build/j/src/game/cleanup_objects.o (.text); build/j/src/game/cleanup_objectives.o (.text); build/j/src/game/cleanupSFXRelated.o (.text); build/j/src/game/playerstats_007770.o (.text); - build/j/src/game/unk_007800.o (.text); - build/j/src/game/unk_007920.o (.text); + build/j/src/game/cleanexplosions.o (.text); + build/j/src/game/cleanwindowpieces.o (.text); build/j/src/game/null_007970.o (.text); - build/j/src/game/unk_007980.o (.text); - build/j/src/game/intro_logos.o (.text); - build/j/src/game/mainmenu.o (.text); + build/j/src/game/cleanplayersound.o (.text); + build/j/src/game/title.o (.text); + build/j/src/game/front.o (.text); build/j/src/game/unk_01B0E0.o (.text); build/j/src/game/unk_01B240.o (.text); build/j/src/game/unk_01BAE0.o (.text); build/j/src/game/blood_animation.o (.text); build/j/src/game/blood_decrypt.o (.text); - build/j/src/game/gamefile.o (.text); - build/j/src/game/gamefile2.o (.text); + build/j/src/game/file.o (.text); + build/j/src/game/file2.o (.text); build/j/src/game/chr.o (.text); - build/j/src/game/chr2.o (.text); + build/j/src/game/chr_b.o (.text); + build/j/src/game/chrlv.o (.text); build/j/src/game/chrai.o (.text); + build/j/src/game/chrprop.o (.text); build/j/src/game/chrobjhandler.o (.text); build/j/src/game/loadobjectmodel.o (.text); build/j/src/game/objective_status.o (.text); build/j/src/game/objective_status2.o (.text); - build/j/src/game/sin.o (.text); + build/j/src/game/math_sincos.o (.text); build/j/src/game/matrixmath.o (.text); - build/j/src/game/unk_05A9E0.o (.text); - build/j/src/game/convertangleusinginverse.o (.text); - build/j/src/game/unk_05AB70.o (.text); - build/j/src/game/unk_05ACB0.o (.text); - build/j/src/game/unk_05AE00.o (.text); - build/j/src/game/unk_05B1E0.o (.text); - build/j/src/game/truncf.o (.text); - build/j/src/game/unk_05C440.o (.text); - build/j/src/game/bondwalk.o (.text); + build/j/src/game/math_unk_05A9E0.o (.text); + build/j/src/game/math_atan2f.o (.text); + build/j/src/game/math_asinacos.o (.text); + build/j/src/game/math_asinfacosf.o (.text); + build/j/src/game/matrixmath_misc.o (.text); + build/j/src/game/quaternion.o (.text); + build/j/src/game/math_floor.o (.text); + build/j/src/game/math_ceil.o (.text); + build/j/src/game/gun.o (.text); build/j/src/game/bondwalk2.o (.text); build/j/src/game/objecthandler.o (.text); + build/j/src/game/objecthandler_1.o (.text); build/j/src/game/objecthandler_2.o (.text); build/j/src/game/othermodemicrocode.o (.text); - build/j/src/game/bond.o (.text); + build/j/src/game/bondview.o (.text); build/j/src/game/bondinv.o (.text); - build/j/src/game/unk_08DBB0.o (.text); + build/j/src/game/bondhead.o (.text); + build/j/src/game/padhalllv.o (.text); build/j/src/game/debugmenu_08FE00.o (.text); - build/j/src/game/debugmenu_090490.o (.text); + build/j/src/game/debugmenu_handler.o (.text); build/j/src/game/unk_091080.o (.text); - build/j/src/game/chrobjdata.o (.text); + build/j/src/game/chraidata.o (.text); + build/j/src/game/pobjdata.o (.text); + build/j/src/game/gobjdata.o (.text); + build/j/src/game/gobjdata2.o (.text); + build/j/src/game/cobjdata.o (.text); build/j/src/game/cheat_buttons.o (.text); build/j/src/game/unk_092890.o (.text); build/j/src/game/unk_092E50.o (.text); - build/j/src/game/unk_093880.o (.text); - build/j/src/game/unk_09B600.o (.text); + build/j/src/game/player.o (.text); + build/j/src/game/player_2.o (.text); + build/j/src/game/crc.o (.text); build/j/src/game/chrObjRandom.o (.text); build/j/src/game/unk_09B7A0.o (.text); - build/j/src/game/unk_09C250.o (.text); + build/j/src/game/explosions.o (.text); build/j/src/game/unk_0A1DA0.o (.text); build/j/src/game/watch.o (.text); build/j/src/game/textrelated.o (.text); build/j/src/game/stan.o (.text); build/j/src/game/unk_0B3200.o (.text); build/j/src/game/bg.o (.text); + build/j/src/game/bg2.o (.text); build/j/src/game/fog.o (.text); build/j/src/game/lightfixture.o (.text); build/j/src/game/unk_0BC530.o (.text); @@ -407,29 +429,117 @@ SECTIONS _gameSegmentRomEnd = _gameSegmentRomStart + SIZEOF(.game); + _fontdlSegmentStart = ADDR(.fontdl); + _fontdlSegmentRomStart = _gameSegmentRomEnd; + .fontdl 0x01000000 : AT(_fontdlSegmentRomStart) { + build/j/assets/font_dl.o (.data); + } + _fontdlSegmentEnd = ADDR(.fontdl) + SIZEOF(.fontdl); + _fontdlSegmentRomEnd = _fontdlSegmentRomStart + SIZEOF(.fontdl); + _jfontcharSegmentStart = ADDR(.jfontchardata); + _jfontcharSegmentRomStart = _fontdlSegmentRomEnd; + .jfontchardata 0x00000000 : AT(_jfontcharSegmentRomStart) { + build/j/assets/font_chardataj.o (.data); + } + _jfontcharSegmentEnd = ADDR(.jfontchardata) + SIZEOF(.jfontchardata); + _jfontcharSegmentRomEnd = _jfontcharSegmentRomStart + SIZEOF(.jfontchardata); - _romfiles_117880SegmentStart = ADDR(.romfiles_117880); - _romfiles_117880SegmentRomStart = _gameSegmentRomEnd; - .romfiles_117880 _romfiles_117880SegmentRomStart : AT(_romfiles_117880SegmentRomStart) { - build/j/assets/romfiles.o (.romfiles); + _efontcharSegmentStart = ADDR(.efontchardata); + _efontcharSegmentRomStart = _jfontcharSegmentRomEnd; + .efontchardata 0x00000000 : AT(_efontcharSegmentRomStart) { + build/j/assets/font_chardatae.o (.data); + } + _efontcharSegmentEnd = ADDR(.efontchardata) + SIZEOF(.efontchardata); + _efontcharSegmentRomEnd = _efontcharSegmentRomStart + SIZEOF(.efontchardata); + + _animation_entriesSegmentStart = ADDR(.animation_entries); + _animation_entriesSegmentRomStart = _efontcharSegmentRomEnd; + .animation_entries 0x00000000 : AT(_animation_entriesSegmentRomStart) { + build/j/assets/animationtable_entries.o(.data); + } + _animation_entriesSegmentEnd = ADDR(.animation_entries) + SIZEOF(.animation_entries); + _animation_entriesSegmentRomEnd = _animation_entriesSegmentRomStart + SIZEOF(.animation_entries); + + _animation_dataSegmentStart = ADDR(.animation_data); + _animation_dataSegmentRomStart = _animation_entriesSegmentRomEnd; + .animation_data 0x00000000 : AT(_animation_dataSegmentRomStart) { + build/j/assets/animationtable_data.o(.data); + } + _animation_dataSegmentEnd = ADDR(.animation_data) + SIZEOF(.animation_data); + _animation_dataSegmentRomEnd = _animation_dataSegmentRomStart + SIZEOF(.animation_data); + + _GlobalimagetableSegmentStart = ADDR(.romfiles_29d160); + _GlobalimagetableSegmentRomStart = _animation_dataSegmentRomEnd; + .romfiles_29d160 0x02000000 : AT(_GlobalimagetableSegmentRomStart) { build/j/assets/GlobalImageTable.o (.data); - build/j/assets/romfiles2.o (.romfiles); - build/j/assets/ramrom/ramrom.o (.ramrom); - build/j/assets/font/font.o (.font); + } + _GlobalimagetableSegmentEnd = ADDR(.romfiles_29d160) + SIZEOF(.romfiles_29d160); + _GlobalimagetableSegmentRomEnd = _GlobalimagetableSegmentRomStart + SIZEOF(.romfiles_29d160); + + _GlobalimagetablecmdblkSegmentStart = ADDR(.Globalimagetablecmdblk); + _GlobalimagetablecmdblkSegmentRomStart = _GlobalimagetableSegmentRomEnd; + .Globalimagetablecmdblk 0x02000000 : AT(_GlobalimagetablecmdblkSegmentRomStart) { + build/j/assets/Globalimagetable_commandblock.o (.data); + } + _GlobalimagetablecmdblkSegmentEnd = ADDR(.Globalimagetablecmdblk) + SIZEOF(.Globalimagetablecmdblk); + _GlobalimagetablecmdblkSegmentRomEnd = _GlobalimagetablecmdblkSegmentRomStart + SIZEOF(.Globalimagetablecmdblk); + + + _romfiles2SegmentStart = ADDR(.romfiles2); + _romfiles2SegmentRomStart = _GlobalimagetablecmdblkSegmentRomEnd; + .romfiles2 _romfiles2SegmentRomStart : AT(_romfiles2SegmentRomStart) { + build/j/assets/romfiles2.o (.data); + } + _romfiles2SegmentEnd = ADDR(.romfiles2) + SIZEOF(.romfiles2); + _romfiles2SegmentRomEnd = _romfiles2SegmentRomStart + SIZEOF(.romfiles2); + + _ramromfilesSegmentStart = ADDR(.ramromfiles); + _ramromfilesSegmentRomStart = _romfiles2SegmentRomEnd; + .ramromfiles _ramromfilesSegmentRomStart : AT(_ramromfilesSegmentRomStart) { + build/j/assets/ramrom/ramrom.o (.data); + } + _ramromfilesSegmentEnd = ADDR(.ramromfiles) + SIZEOF(.ramromfiles); + _ramromfilesSegmentRomEnd = _ramromfilesSegmentRomStart + SIZEOF(.ramromfiles); + + _fonttablectlsmall1SegmentStart = ADDR(.fonttablectlsmall1); + _fonttablectlsmall1SegmentRomStart = _ramromfilesSegmentRomEnd; + .fonttablectlsmall1 _fonttablectlsmall1SegmentRomStart : AT(_fonttablectlsmall1SegmentRomStart) { + build/j/assets/font/font_first_font_table_controller_small.o (.data); + } + _fonttablectlsmall1SegmentEnd = ADDR(.fonttablectlsmall1) + SIZEOF(.fonttablectlsmall1); + _fonttablectlsmall1SegmentRomEnd = _fonttablectlsmall1SegmentRomStart + SIZEOF(.fonttablectlsmall1); + + + _fonttablectllarge1SegmentStart = ADDR(.fonttablectllarge1); + _fonttablectllarge1SegmentRomStart = _fonttablectlsmall1SegmentRomEnd; + .fonttablectllarge1 _fonttablectllarge1SegmentRomStart : AT(_fonttablectllarge1SegmentRomStart) { + build/j/assets/font/font_first_font_table_controller_large.o (.data); + } + _fonttablectllarge1SegmentEnd = ADDR(.fonttablectllarge1) + SIZEOF(.fonttablectllarge1); + _fonttablectllarge1SegmentRomEnd = _fonttablectllarge1SegmentRomStart + SIZEOF(.fonttablectllarge1); + + + _musicfilesSegmentStart = ADDR(.musicfiles); + _musicfilesSegmentRomStart = _fonttablectllarge1SegmentRomEnd; + .musicfiles _musicfilesSegmentRomStart : AT(_musicfilesSegmentRomStart) { + build/j/assets/music/sfx.ctl.o (.data); + build/j/assets/music/sfx.tbl.o (.data); + build/j/assets/music/instruments.ctl.o (.data); + build/j/assets/music/instruments.tbl.o (.data); build/j/assets/music/music.o (.music); build/j/assets/music/music.o (.musiccompressed); } - _romfiles_117880SegmentEnd = ADDR(.romfiles_117880) + SIZEOF(.romfiles_117880); - _romfiles_117880SegmentRomEnd = _romfiles_117880SegmentRomStart + SIZEOF(.romfiles_117880); + _musicfilesSegmentEnd = ADDR(.musicfiles) + SIZEOF(.musicfiles); + _musicfilesSegmentRomEnd = _musicfilesSegmentRomStart + SIZEOF(.musicfiles); _obsegSegmentStart = ADDR(.obseg); - _obsegSegmentRomStart = _romfiles_117880SegmentRomEnd; + _obsegSegmentRomStart = _musicfilesSegmentRomEnd; .obseg _obsegSegmentRomStart : AT(_obsegSegmentRomStart) { - build/j/assets/obseg/ob_seg.o (.ob_seg); + build/j/assets/obseg/ob_seg.o (.data); } _obsegSegmentEnd = ADDR(.obseg) + SIZEOF(.obseg); _obsegSegmentRomEnd = _obsegSegmentRomStart + SIZEOF(.obseg); @@ -3167,12 +3277,12 @@ SECTIONS build/j/src/tlb_hardwire.o (.data); build/j/src/audi.o (.data); build/j/src/speed_graph.o (.data); - build/j/src/video.o (.data); + build/j/src/fr.o (.data); build/j/src/deb.o (.data); - build/j/src/deb_video.o (.data); - build/j/src/unused_fp.o (.data); + build/j/src/fault.o (.data); + /*deb_print may be part of fault per pd beta (.data);*/ build/j/src/deb_print.o (.data); - build/j/src/debug_getlastRA.o (.data); + build/j/src/getra.o (.data); build/j/src/ramrom.o (.data); build/j/src/boss.o (.data); build/j/src/music.o (.data); @@ -3190,179 +3300,179 @@ SECTIONS build/j/src/motor.o (.data); build/j/src/rmon.o (.data); - /*build/u/src/libultra/osPiRawStartDma.o (.data);*/ - build/j/src/libultra/pirawdma.o (.data); - build/j/src/libultra/pigetstat.o (.data); - build/j/src/libultra/initialize.o (.data); - build/j/src/libultra/writebackdcacheall.o (.data); - build/j/src/libultra/invalicache.o (.data); - build/j/src/libultra/unmaptlb.o (.data); - build/j/src/libultra/getfpccsr.o (.data); - build/j/src/libultra/setfpccsr.o (.data); - build/j/src/libultra/createthread.o (.data); - build/j/src/libultra/startthread.o (.data); - build/j/src/libultra/createmesgqueue.o (.data); - build/j/src/libultra/parameters.o (.data); - build/j/src/libultra/stopthread.o (.data); - build/j/src/libultra/setthreadpri.o (.data); - build/j/src/libultra/getcount.o (.data); - build/j/src/libultra/vimgr.o (.data); - build/j/src/libultra/vitbl.o (.data); /*edited*/ - build/j/src/libultra/seteventmesg.o (.data); - build/j/src/libultra/visetevent.o (.data); - build/j/src/libultra/setintmask.o (.data); - build/j/src/libultra/recvmesg.o (.data); - build/j/src/libultra/sendmesg.o (.data); - build/j/src/libultra/visetmode.o (.data); - build/j/src/libultra/visetxscale.o (.data); - build/j/src/libultra/visetyscale.o (.data); - build/j/src/libultra/virepeatline.o (.data); - build/j/src/libultra/viblack.o (.data); - build/j/src/libultra/sptaskyielded.o (.data); - build/j/src/libultra/dpctr.o (.data); - build/j/src/libultra/vigetcurrframebuf.o (.data); - build/j/src/libultra/vigetnextframebuf.o (.data); - build/j/src/libultra/viswapbuf.o (.data); - build/j/src/libultra/dpsetstat.o (.data); - build/j/src/libultra/sptask.o (.data); - build/j/src/libultra/dpsetnextbuf.o (.data); - build/j/src/libultra/sptaskyield.o (.data); - build/j/src/libultra/gettlbhi.o (.data); - build/j/src/libultra/virtualtophysical.o (.data); - build/j/src/libultra/aisetfreq.o (.data); - build/j/src/libultra/sl.o (.data); - build/j/src/libultra/heapalloc.o (.data); - build/j/src/libultra/gettime.o (.data); - build/j/src/libultra/ll.o (.data); /*edited*/ - build/j/src/libultra/aisetnextbuf.o (.data); - build/j/src/libultra/aigetlen.o (.data); - build/j/src/libultra/synthesizer.o (.data); - build/j/src/libultra/pidma.o (.data); - build/j/src/libultra/visetspecial.o (.data); - build/j/src/libultra/bcopy.o (.data); - build/j/src/libultra/perspective.o (.data); - build/j/src/libultra/mtxutil.o (.data); - build/j/src/libultra/getcurrfaultthread.o (.data); - build/j/src/libultra/exception.o (.data); /*edited*/ - build/j/src/libultra/thread.o (.data); - build/j/src/libultra/yieldthread.o (.data); - build/j/src/libultra/invaldcache.o (.data); - build/j/src/libultra/writebackdcache.o (.data); - build/j/src/libultra/settimer.o (.data); - build/j/src/libultra/heapinit.o (.data); - build/j/src/libultra/bnkf.o (.data); - build/j/src/libultra/csplayer.o (.data); - build/j/src/libultra/seqpsetbank.o (.data); - build/j/src/libultra/cspgetstate.o (.data); - build/j/src/libultra/cseq.o (.data); - build/j/src/libultra/cspsetseq.o (.data); - build/j/src/libultra/cspplay.o (.data); - build/j/src/libultra/cspstop.o (.data); - build/j/src/libultra/cspsetvol.o (.data); - build/j/src/libultra/event.o (.data); - build/j/src/libultra/synaddplayer.o (.data); - build/j/src/libultra/synallocvoice.o (.data); - build/j/src/libultra/synsetvol.o (.data); - build/j/src/libultra/synstartvoice.o (.data); - build/j/src/libultra/synsetpan.o (.data); - build/j/src/libultra/synsetpitch.o (.data); - build/j/src/libultra/synsetfxmix.o (.data); - build/j/src/libultra/synstopvoice.o (.data); - build/j/src/libultra/synfreevoice.o (.data); - build/j/src/libultra/cents2ratio.o (.data); - build/j/src/libultra/piread.o (.data); - build/j/src/libultra/string.o (.data); - build/j/src/libultra/xprintf.o (.data); - build/j/src/libultra/pimgr.o (.data); - build/j/src/libultra/pfsinit.o (.data); - build/j/src/libultra/controller.o (.data); - build/j/src/libultra/contquery.o (.data); - build/j/src/libultra/contreaddata.o (.data); - build/j/src/libultra/conteepprobe.o (.data); - build/j/src/libultra/conteepread.o (.data); - build/j/src/libultra/conteepwrite.o (.data); - build/j/src/libultra/conteeplongread.o (.data); - build/j/src/libultra/conteeplongwrite.o (.data); - build/j/src/libultra/pfsisplug.o (.data); - build/j/src/libultra/siacs.o (.data); - build/j/src/libultra/sirawdma.o (.data); - build/j/src/libultra/crc.o (.data); - build/j/src/libultra/contramwrite.o (.data); - build/j/src/libultra/contramread.o (.data); - build/j/src/libultra/align.o (.data); - build/j/src/libultra/ortho.o (.data); - build/j/src/libultra/coss.o (.data); - build/j/src/libultra/sins.o (.data); - build/j/src/libultra/translate.o (.data); - build/j/src/libultra/bcmp.o (.data); - build/j/src/libultra/scale.o (.data); - build/j/src/libultra/lookatref.o (.data); - build/j/src/libultra/lookat.o (.data); - build/j/src/libultra/rotate.o (.data); - build/j/src/libultra/llcvt.o (.data); /*edited*/ - build/j/src/libultra/setsr.o (.data); - build/j/src/libultra/getsr.o (.data); - build/j/src/libultra/sirawread.o (.data); - build/j/src/libultra/sirawwrite.o (.data); - build/j/src/libultra/pirawread.o (.data); - build/j/src/libultra/bzero.o (.data); - build/j/src/libultra/sethwinterrupt.o (.data); - build/j/src/libultra/leointerrupt.o (.data); - build/j/src/libultra/interrupt.o (.data); - build/j/src/libultra/timerintr.o (.data); - build/j/src/libultra/kdebugserver.o (.data); - build/j/src/libultra/getthreadpri.o (.data); - build/j/src/libultra/vi.o (.data); /*edited*/ - build/j/src/libultra/vigetcurrcontext.o (.data); - build/j/src/libultra/viswapcontext.o (.data); - build/j/src/libultra/spgetstat.o (.data); - build/j/src/libultra/spsetstat.o (.data); - build/j/src/libultra/spsetpc.o (.data); - build/j/src/libultra/sprawdma.o (.data); - build/j/src/libultra/sp.o (.data); - build/j/src/libultra/dp.o (.data); - build/j/src/libultra/probetlb.o (.data); - build/j/src/libultra/syndelete.o (.data); - build/j/src/libultra/ai.o (.data); - build/j/src/libultra/drvrNew.o (.data); - build/j/src/libultra/synallocfx.o (.data); - build/j/src/libultra/mainbus.o (.data); - build/j/src/libultra/load.o (.data); - build/j/src/libultra/resample.o (.data); - build/j/src/libultra/env.o (.data); /*edited*/ - build/j/src/libultra/auxbus.o (.data); - build/j/src/libultra/save.o (.data); - build/j/src/libultra/jammesg.o (.data); - build/j/src/libultra/pigetcmdq.o (.data); - build/j/src/libultra/ultra7001B830.o (.data); /*edited*/ - build/j/src/libultra/ultra7001B9A0.o (.data); /*edited*/ - build/j/src/libultra/destroythread.o (.data); - build/j/src/libultra/seqplayer.o (.data); - build/j/src/libultra/synstartvoiceparam.o (.data); - build/j/src/libultra/copy.o (.data); - build/j/src/libultra/piacs.o (.data); - build/j/src/libultra/xlitob.o (.data); - build/j/src/libultra/xldtob.o (.data); - build/j/src/libultra/epirawdma.o (.data); - build/j/src/libultra/devmgr.o (.data); - build/j/src/libultra/contpfs.o (.data); - build/j/src/libultra/si.o (.data); - build/j/src/libultra/normalize.o (.data); - build/j/src/libultra/sqrtf.o (.data); - build/j/src/libultra/leodiskinit.o (.data); - build/j/src/libultra/setcompare.o (.data); - build/j/src/libultra/filter.o (.data); - build/j/src/libultra/reverb.o (.data); /*edited*/ - build/j/src/libultra/libm_vals.o (.data); /*edited*/ - build/j/src/libultra/seq.o (.data); - build/j/src/libultra/synsetpriority.o (.data); - build/j/src/libultra/ldiv.o (.data); - build/j/src/libultra/resetglobalintmask.o (.data); - build/j/src/libultra/epirawwrite.o (.data); - build/j/src/libultra/vimodentsclan1.o (.data); - build/j/src/libultra/vimodepallan1.o (.data); - build/j/src/libultra/ultra80069080.o (.data); /*edited*/ - /*build/u/src/libultra/libultra.a:libultra.o (.data);*/ + /*build/j/src/libultra/osPiRawStartDma.o (.data);*/ + build/j/src/libultra/io/pirawdma.o (.data); + build/j/src/libultra/io/pigetstat.o (.data); + build/j/src/libultrare/os/initialize.o (.data); + build/j/src/libultra/os/writebackdcacheall.o (.data); + build/j/src/libultra/os/invalicache.o (.data); + build/j/src/libultra/os/unmaptlb.o (.data); + build/j/src/libultra/os/getfpccsr.o (.data); + build/j/src/libultra/os/setfpccsr.o (.data); + build/j/src/libultra/os/createthread.o (.data); + build/j/src/libultra/os/startthread.o (.data); + build/j/src/libultra/os/createmesgqueue.o (.data); + build/j/src/libultra/os/parameters.o (.data); + build/j/src/libultra/os/stopthread.o (.data); + build/j/src/libultra/os/setthreadpri.o (.data); + build/j/src/libultra/os/getcount.o (.data); + build/j/src/libultrare/io/vimgr.o (.data); + build/j/src/libultrare/io/vitbl.o (.data); /*edited*/ + build/j/src/libultra/os/seteventmesg.o (.data); + build/j/src/libultra/io/visetevent.o (.data); + build/j/src/libultra/os/setintmask.o (.data); + build/j/src/libultra/os/recvmesg.o (.data); + build/j/src/libultra/os/sendmesg.o (.data); + build/j/src/libultra/io/visetmode.o (.data); + build/j/src/libultra/io/visetxscale.o (.data); + build/j/src/libultra/io/visetyscale.o (.data); + build/j/src/libultra/io/virepeatline.o (.data); + build/j/src/libultra/io/viblack.o (.data); + build/j/src/libultra/io/sptaskyielded.o (.data); + build/j/src/libultra/io/dpctr.o (.data); + build/j/src/libultra/io/vigetcurrframebuf.o (.data); + build/j/src/libultra/io/vigetnextframebuf.o (.data); + build/j/src/libultra/io/viswapbuf.o (.data); + build/j/src/libultra/io/dpsetstat.o (.data); + build/j/src/libultrare/io/sptask.o (.data); + build/j/src/libultra/io/dpsetnextbuf.o (.data); + build/j/src/libultra/io/sptaskyield.o (.data); + build/j/src/libultra/os/gettlbhi.o (.data); + build/j/src/libultra/os/virtualtophysical.o (.data); + build/j/src/libultra/io/aisetfreq.o (.data); + build/j/src/libultra/audio/sl.o (.data); + build/j/src/libultra/audio/heapalloc.o (.data); + build/j/src/libultra/os/gettime.o (.data); + build/j/src/libultra/libc/ll.o (.data); /*edited*/ + build/j/src/libultrare/io/aisetnextbuf.o (.data); + build/j/src/libultra/io/aigetlen.o (.data); + build/j/src/libultra/audio/synthesizer.o (.data); + build/j/src/libultra/io/pidma.o (.data); + build/j/src/libultra/io/visetspecial.o (.data); + build/j/src/libultra/libc/bcopy.o (.data); + build/j/src/libultra/gu/perspective.o (.data); + build/j/src/libultra/gu/mtxutil.o (.data); + build/j/src/libultra/os/getcurrfaultthread.o (.data); + build/j/src/libultra/os/exception.o (.data); /*edited*/ + build/j/src/libultra/os/thread.o (.data); + build/j/src/libultra/os/yieldthread.o (.data); + build/j/src/libultra/os/invaldcache.o (.data); + build/j/src/libultra/os/writebackdcache.o (.data); + build/j/src/libultra/os/settimer.o (.data); + build/j/src/libultra/audio/heapinit.o (.data); + build/j/src/libultra/audio/bnkf.o (.data); + build/j/src/libultra/audio/csplayer.o (.data); + build/j/src/libultra/audio/seqpsetbank.o (.data); + build/j/src/libultra/audio/cspgetstate.o (.data); + build/j/src/libultra/audio/cseq.o (.data); + build/j/src/libultra/audio/cspsetseq.o (.data); + build/j/src/libultra/audio/cspplay.o (.data); + build/j/src/libultra/audio/cspstop.o (.data); + build/j/src/libultra/audio/cspsetvol.o (.data); + build/j/src/libultra/audio/event.o (.data); + build/j/src/libultra/audio/synaddplayer.o (.data); + build/j/src/libultra/audio/synallocvoice.o (.data); + build/j/src/libultra/audio/synsetvol.o (.data); + build/j/src/libultra/audio/synstartvoice.o (.data); + build/j/src/libultra/audio/synsetpan.o (.data); + build/j/src/libultra/audio/synsetpitch.o (.data); + build/j/src/libultra/audio/synsetfxmix.o (.data); + build/j/src/libultra/audio/synstopvoice.o (.data); + build/j/src/libultra/audio/synfreevoice.o (.data); + build/j/src/libultra/audio/cents2ratio.o (.data); + build/j/src/libultra/io/piread.o (.data); + build/j/src/libultra/libc/string.o (.data); + build/j/src/libultrare/libc/xprintf.o (.data); + build/j/src/libultrare/io/pimgr.o (.data); + build/j/src/libultrare/io/pfsinit.o (.data); + build/j/src/libultrare/io/controller.o (.data); + build/j/src/libultra/io/contquery.o (.data); + build/j/src/libultrare/io/contreaddata.o (.data); + build/j/src/libultrare/io/conteepprobe.o (.data); + build/j/src/libultrare/io/conteepread.o (.data); + build/j/src/libultrare/io/conteepwrite.o (.data); + build/j/src/libultrare/io/conteeplongread.o (.data); + build/j/src/libultrare/io/conteeplongwrite.o (.data); + build/j/src/libultrare/io/pfsisplug.o (.data); + build/j/src/libultra/io/siacs.o (.data); + build/j/src/libultra/io/sirawdma.o (.data); + build/j/src/libultra/io/crc.o (.data); + build/j/src/libultrare/io/contramwrite.o (.data); + build/j/src/libultrare/io/contramread.o (.data); + build/j/src/libultra/gu/align.o (.data); + build/j/src/libultra/gu/ortho.o (.data); + build/j/src/libultra/gu/coss.o (.data); + build/j/src/libultra/gu/sins.o (.data); + build/j/src/libultra/gu/translate.o (.data); + build/j/src/libultra/libc/bcmp.o (.data); + build/j/src/libultra/gu/scale.o (.data); + build/j/src/libultra/gu/lookatref.o (.data); + build/j/src/libultra/gu/lookat.o (.data); + build/j/src/libultra/gu/rotate.o (.data); + build/j/src/libultra/libc/llcvt.o (.data); /*edited*/ + build/j/src/libultra/os/setsr.o (.data); + build/j/src/libultra/os/getsr.o (.data); + build/j/src/libultra/io/sirawread.o (.data); + build/j/src/libultra/io/sirawwrite.o (.data); + build/j/src/libultra/io/pirawread.o (.data); + build/j/src/libultra/libc/bzero.o (.data); + build/j/src/libultra/os/sethwinterrupt.o (.data); + build/j/src/libultrare/io/leointerrupt.o (.data); + build/j/src/libultra/os/interrupt.o (.data); + build/j/src/libultra/os/timerintr.o (.data); + build/j/src/libultra/os/kdebugserver.o (.data); + build/j/src/libultra/os/getthreadpri.o (.data); + build/j/src/libultrare/io/vi.o (.data); /*edited*/ + build/j/src/libultra/io/vigetcurrcontext.o (.data); + build/j/src/libultra/io/viswapcontext.o (.data); + build/j/src/libultra/io/spgetstat.o (.data); + build/j/src/libultra/io/spsetstat.o (.data); + build/j/src/libultra/io/spsetpc.o (.data); + build/j/src/libultra/io/sprawdma.o (.data); + build/j/src/libultra/io/sp.o (.data); + build/j/src/libultra/io/dp.o (.data); + build/j/src/libultra/os/probetlb.o (.data); + build/j/src/libultra/audio/syndelete.o (.data); + build/j/src/libultra/io/ai.o (.data); + build/j/src/libultrare/audio/drvrNew.o (.data); + build/j/src/libultra/audio/synallocfx.o (.data); + build/j/src/libultra/audio/mainbus.o (.data); + build/j/src/libultra/audio/load.o (.data); + build/j/src/libultra/audio/resample.o (.data); + build/j/src/libultrare/audio/env.o (.data); /*edited*/ + build/j/src/libultra/audio/auxbus.o (.data); + build/j/src/libultra/audio/save.o (.data); + build/j/src/libultra/os/jammesg.o (.data); + build/j/src/libultra/io/pigetcmdq.o (.data); + build/j/src/libultra/gu/cosf.o (.data); /*edited*/ + build/j/src/libultra/gu/sinf.o (.data); /*edited*/ + build/j/src/libultrare/os/destroythread.o (.data); + build/j/src/libultra/audio/seqplayer.o (.data); + build/j/src/libultra/audio/synstartvoiceparam.o (.data); + build/j/src/libultra/audio/copy.o (.data); + build/j/src/libultra/io/piacs.o (.data); + build/j/src/libultra/libc/xlitob.o (.data); + build/j/src/libultra/libc/xldtob.o (.data); + build/j/src/libultrare/io/epirawdma.o (.data); + build/j/src/libultrare/io/devmgr.o (.data); + build/j/src/libultra/io/contpfs.o (.data); + build/j/src/libultra/io/si.o (.data); + build/j/src/libultra/gu/normalize.o (.data); + build/j/src/libultra/gu/sqrtf.o (.data); + build/j/src/libultrare/io/leodiskinit.o (.data); + build/j/src/libultra/os/setcompare.o (.data); + build/j/src/libultra/audio/filter.o (.data); + build/j/src/libultrare/audio/reverb.o (.data); /*edited*/ + build/j/src/libultra/gu/libm_vals.o (.data); /*edited*/ + build/j/src/libultra/audio/seq.o (.data); + build/j/src/libultra/audio/synsetpriority.o (.data); + build/j/src/libultra/libc/ldiv.o (.data); + build/j/src/libultra/os/resetglobalintmask.o (.data); + build/j/src/libultrare/io/epirawwrite.o (.data); + build/j/src/libultra/io/vimodentsclan1.o (.data); + build/j/src/libultrare/io/vimodepallan1.o (.data); + build/j/src/libultrare/ultra80069080.o (.data); /*edited*/ + /*build/j/src/libultra/libultra.a:libultra.o (.data);*/ build/j/src/aspboot.o (.rodata); @@ -3376,12 +3486,12 @@ SECTIONS build/j/src/tlb_hardwire.o (.rodata); build/j/src/audi.o (.rodata); build/j/src/speed_graph.o (.rodata); - build/j/src/video.o (.rodata); + build/j/src/fr.o (.rodata); build/j/src/deb.o (.rodata); - build/j/src/deb_video.o (.rodata); - build/j/src/unused_fp.o (.rodata); + build/j/src/fault.o (.rodata); + /*deb_print may be part of fault per pd beta (.rodata);*/ build/j/src/deb_print.o (.rodata); - build/j/src/debug_getlastRA.o (.rodata); + build/j/src/getra.o (.rodata); build/j/src/ramrom.o (.rodata); build/j/src/boss.o (.rodata); build/j/src/music.o (.rodata); @@ -3400,179 +3510,179 @@ SECTIONS build/j/src/rmon.o (.rodata); - /*build/u/src/libultra/osPiRawStartDma.o (.rodata);*/ - build/j/src/libultra/pirawdma.o (.rodata); - build/j/src/libultra/pigetstat.o (.rodata); - build/j/src/libultra/initialize.o (.rodata); - build/j/src/libultra/writebackdcacheall.o (.rodata); - build/j/src/libultra/invalicache.o (.rodata); - build/j/src/libultra/unmaptlb.o (.rodata); - build/j/src/libultra/getfpccsr.o (.rodata); - build/j/src/libultra/setfpccsr.o (.rodata); - build/j/src/libultra/createthread.o (.rodata); - build/j/src/libultra/startthread.o (.rodata); - build/j/src/libultra/createmesgqueue.o (.rodata); - build/j/src/libultra/parameters.o (.rodata); - build/j/src/libultra/stopthread.o (.rodata); - build/j/src/libultra/setthreadpri.o (.rodata); - build/j/src/libultra/getcount.o (.rodata); - build/j/src/libultra/vimgr.o (.rodata); - build/j/src/libultra/vitbl.o (.rodata); /*edited*/ - build/j/src/libultra/seteventmesg.o (.rodata); - build/j/src/libultra/visetevent.o (.rodata); - build/j/src/libultra/setintmask.o (.rodata); - build/j/src/libultra/recvmesg.o (.rodata); - build/j/src/libultra/sendmesg.o (.rodata); - build/j/src/libultra/visetmode.o (.rodata); - build/j/src/libultra/visetxscale.o (.rodata); - build/j/src/libultra/visetyscale.o (.rodata); - build/j/src/libultra/virepeatline.o (.rodata); - build/j/src/libultra/viblack.o (.rodata); - build/j/src/libultra/sptaskyielded.o (.rodata); - build/j/src/libultra/dpctr.o (.rodata); - build/j/src/libultra/vigetcurrframebuf.o (.rodata); - build/j/src/libultra/vigetnextframebuf.o (.rodata); - build/j/src/libultra/viswapbuf.o (.rodata); - build/j/src/libultra/dpsetstat.o (.rodata); - build/j/src/libultra/sptask.o (.rodata); - build/j/src/libultra/dpsetnextbuf.o (.rodata); - build/j/src/libultra/sptaskyield.o (.rodata); - build/j/src/libultra/gettlbhi.o (.rodata); - build/j/src/libultra/virtualtophysical.o (.rodata); - build/j/src/libultra/aisetfreq.o (.rodata); - build/j/src/libultra/sl.o (.rodata); - build/j/src/libultra/heapalloc.o (.rodata); - build/j/src/libultra/gettime.o (.rodata); - build/j/src/libultra/ll.o (.rodata); /*edited*/ - build/j/src/libultra/aisetnextbuf.o (.rodata); - build/j/src/libultra/aigetlen.o (.rodata); - build/j/src/libultra/synthesizer.o (.rodata); - build/j/src/libultra/pidma.o (.rodata); - build/j/src/libultra/visetspecial.o (.rodata); - build/j/src/libultra/bcopy.o (.rodata); - build/j/src/libultra/perspective.o (.rodata); - build/j/src/libultra/mtxutil.o (.rodata); - build/j/src/libultra/getcurrfaultthread.o (.rodata); - build/j/src/libultra/exception.o (.rodata); /*edited*/ - build/j/src/libultra/thread.o (.rodata); - build/j/src/libultra/yieldthread.o (.rodata); - build/j/src/libultra/invaldcache.o (.rodata); - build/j/src/libultra/writebackdcache.o (.rodata); - build/j/src/libultra/settimer.o (.rodata); - build/j/src/libultra/heapinit.o (.rodata); - build/j/src/libultra/bnkf.o (.rodata); - build/j/src/libultra/csplayer.o (.rodata); - build/j/src/libultra/seqpsetbank.o (.rodata); - build/j/src/libultra/cspgetstate.o (.rodata); - build/j/src/libultra/cseq.o (.rodata); - build/j/src/libultra/cspsetseq.o (.rodata); - build/j/src/libultra/cspplay.o (.rodata); - build/j/src/libultra/cspstop.o (.rodata); - build/j/src/libultra/cspsetvol.o (.rodata); - build/j/src/libultra/event.o (.rodata); - build/j/src/libultra/synaddplayer.o (.rodata); - build/j/src/libultra/synallocvoice.o (.rodata); - build/j/src/libultra/synsetvol.o (.rodata); - build/j/src/libultra/synstartvoice.o (.rodata); - build/j/src/libultra/synsetpan.o (.rodata); - build/j/src/libultra/synsetpitch.o (.rodata); - build/j/src/libultra/synsetfxmix.o (.rodata); - build/j/src/libultra/synstopvoice.o (.rodata); - build/j/src/libultra/synfreevoice.o (.rodata); - build/j/src/libultra/cents2ratio.o (.rodata); - build/j/src/libultra/piread.o (.rodata); - build/j/src/libultra/string.o (.rodata); - build/j/src/libultra/xprintf.o (.rodata); - build/j/src/libultra/pimgr.o (.rodata); - build/j/src/libultra/pfsinit.o (.rodata); - build/j/src/libultra/controller.o (.rodata); - build/j/src/libultra/contquery.o (.rodata); - build/j/src/libultra/contreaddata.o (.rodata); - build/j/src/libultra/conteepprobe.o (.rodata); - build/j/src/libultra/conteepread.o (.rodata); - build/j/src/libultra/conteepwrite.o (.rodata); - build/j/src/libultra/conteeplongread.o (.rodata); - build/j/src/libultra/conteeplongwrite.o (.rodata); - build/j/src/libultra/pfsisplug.o (.rodata); - build/j/src/libultra/siacs.o (.rodata); - build/j/src/libultra/sirawdma.o (.rodata); - build/j/src/libultra/crc.o (.rodata); - build/j/src/libultra/contramwrite.o (.rodata); - build/j/src/libultra/contramread.o (.rodata); - build/j/src/libultra/align.o (.rodata); - build/j/src/libultra/ortho.o (.rodata); - build/j/src/libultra/coss.o (.rodata); - build/j/src/libultra/sins.o (.rodata); - build/j/src/libultra/translate.o (.rodata); - build/j/src/libultra/bcmp.o (.rodata); - build/j/src/libultra/scale.o (.rodata); - build/j/src/libultra/lookatref.o (.rodata); - build/j/src/libultra/lookat.o (.rodata); - build/j/src/libultra/rotate.o (.rodata); - build/j/src/libultra/llcvt.o (.rodata); /*edited*/ - build/j/src/libultra/setsr.o (.rodata); - build/j/src/libultra/getsr.o (.rodata); - build/j/src/libultra/sirawread.o (.rodata); - build/j/src/libultra/sirawwrite.o (.rodata); - build/j/src/libultra/pirawread.o (.rodata); - build/j/src/libultra/bzero.o (.rodata); - build/j/src/libultra/sethwinterrupt.o (.rodata); - build/j/src/libultra/leointerrupt.o (.rodata); - build/j/src/libultra/interrupt.o (.rodata); - build/j/src/libultra/timerintr.o (.rodata); - build/j/src/libultra/kdebugserver.o (.rodata); - build/j/src/libultra/getthreadpri.o (.rodata); - build/j/src/libultra/vi.o (.rodata); /*edited*/ - build/j/src/libultra/vigetcurrcontext.o (.rodata); - build/j/src/libultra/viswapcontext.o (.rodata); - build/j/src/libultra/spgetstat.o (.rodata); - build/j/src/libultra/spsetstat.o (.rodata); - build/j/src/libultra/spsetpc.o (.rodata); - build/j/src/libultra/sprawdma.o (.rodata); - build/j/src/libultra/sp.o (.rodata); - build/j/src/libultra/dp.o (.rodata); - build/j/src/libultra/probetlb.o (.rodata); - build/j/src/libultra/syndelete.o (.rodata); - build/j/src/libultra/ai.o (.rodata); - build/j/src/libultra/drvrNew.o (.rodata); - build/j/src/libultra/synallocfx.o (.rodata); - build/j/src/libultra/mainbus.o (.rodata); - build/j/src/libultra/load.o (.rodata); - build/j/src/libultra/resample.o (.rodata); - build/j/src/libultra/env.o (.rodata); /*edited*/ - build/j/src/libultra/auxbus.o (.rodata); - build/j/src/libultra/save.o (.rodata); - build/j/src/libultra/jammesg.o (.rodata); - build/j/src/libultra/pigetcmdq.o (.rodata); - build/j/src/libultra/ultra7001B830.o (.rodata); /*edited*/ - build/j/src/libultra/ultra7001B9A0.o (.rodata); /*edited*/ - build/j/src/libultra/destroythread.o (.rodata); - build/j/src/libultra/seqplayer.o (.rodata); - build/j/src/libultra/synstartvoiceparam.o (.rodata); - build/j/src/libultra/copy.o (.rodata); - build/j/src/libultra/piacs.o (.rodata); - build/j/src/libultra/xlitob.o (.rodata); - build/j/src/libultra/xldtob.o (.rodata); - build/j/src/libultra/epirawdma.o (.rodata); - build/j/src/libultra/devmgr.o (.rodata); - build/j/src/libultra/contpfs.o (.rodata); - build/j/src/libultra/si.o (.rodata); - build/j/src/libultra/normalize.o (.rodata); - build/j/src/libultra/sqrtf.o (.rodata); - build/j/src/libultra/leodiskinit.o (.rodata); - build/j/src/libultra/setcompare.o (.rodata); - build/j/src/libultra/filter.o (.rodata); - build/j/src/libultra/reverb.o (.rodata); /*edited*/ - build/j/src/libultra/libm_vals.o (.rodata); /*edited*/ - build/j/src/libultra/seq.o (.rodata); - build/j/src/libultra/synsetpriority.o (.rodata); - build/j/src/libultra/ldiv.o (.rodata); - build/j/src/libultra/resetglobalintmask.o (.rodata); - build/j/src/libultra/epirawwrite.o (.rodata); - build/j/src/libultra/vimodentsclan1.o (.rodata); - build/j/src/libultra/vimodepallan1.o (.rodata); - build/j/src/libultra/ultra80069080.o (.rodata); /*edited*/ - /*build/u/src/libultra/libultra.a:libultra.o (.rodata);*/ + /*build/j/src/libultra/osPiRawStartDma.o (.rodata);*/ + build/j/src/libultra/io/pirawdma.o (.rodata); + build/j/src/libultra/io/pigetstat.o (.rodata); + build/j/src/libultrare/os/initialize.o (.rodata); + build/j/src/libultra/os/writebackdcacheall.o (.rodata); + build/j/src/libultra/os/invalicache.o (.rodata); + build/j/src/libultra/os/unmaptlb.o (.rodata); + build/j/src/libultra/os/getfpccsr.o (.rodata); + build/j/src/libultra/os/setfpccsr.o (.rodata); + build/j/src/libultra/os/createthread.o (.rodata); + build/j/src/libultra/os/startthread.o (.rodata); + build/j/src/libultra/os/createmesgqueue.o (.rodata); + build/j/src/libultra/os/parameters.o (.rodata); + build/j/src/libultra/os/stopthread.o (.rodata); + build/j/src/libultra/os/setthreadpri.o (.rodata); + build/j/src/libultra/os/getcount.o (.rodata); + build/j/src/libultrare/io/vimgr.o (.rodata); + build/j/src/libultrare/io/vitbl.o (.rodata); /*edited*/ + build/j/src/libultra/os/seteventmesg.o (.rodata); + build/j/src/libultra/io/visetevent.o (.rodata); + build/j/src/libultra/os/setintmask.o (.rodata); + build/j/src/libultra/os/recvmesg.o (.rodata); + build/j/src/libultra/os/sendmesg.o (.rodata); + build/j/src/libultra/io/visetmode.o (.rodata); + build/j/src/libultra/io/visetxscale.o (.rodata); + build/j/src/libultra/io/visetyscale.o (.rodata); + build/j/src/libultra/io/virepeatline.o (.rodata); + build/j/src/libultra/io/viblack.o (.rodata); + build/j/src/libultra/io/sptaskyielded.o (.rodata); + build/j/src/libultra/io/dpctr.o (.rodata); + build/j/src/libultra/io/vigetcurrframebuf.o (.rodata); + build/j/src/libultra/io/vigetnextframebuf.o (.rodata); + build/j/src/libultra/io/viswapbuf.o (.rodata); + build/j/src/libultra/io/dpsetstat.o (.rodata); + build/j/src/libultrare/io/sptask.o (.rodata); + build/j/src/libultra/io/dpsetnextbuf.o (.rodata); + build/j/src/libultra/io/sptaskyield.o (.rodata); + build/j/src/libultra/os/gettlbhi.o (.rodata); + build/j/src/libultra/os/virtualtophysical.o (.rodata); + build/j/src/libultra/io/aisetfreq.o (.rodata); + build/j/src/libultra/audio/sl.o (.rodata); + build/j/src/libultra/audio/heapalloc.o (.rodata); + build/j/src/libultra/os/gettime.o (.rodata); + build/j/src/libultra/libc/ll.o (.rodata); /*edited*/ + build/j/src/libultrare/io/aisetnextbuf.o (.rodata); + build/j/src/libultra/io/aigetlen.o (.rodata); + build/j/src/libultra/audio/synthesizer.o (.rodata); + build/j/src/libultra/io/pidma.o (.rodata); + build/j/src/libultra/io/visetspecial.o (.rodata); + build/j/src/libultra/libc/bcopy.o (.rodata); + build/j/src/libultra/gu/perspective.o (.rodata); + build/j/src/libultra/gu/mtxutil.o (.rodata); + build/j/src/libultra/os/getcurrfaultthread.o (.rodata); + build/j/src/libultra/os/exception.o (.rodata); /*edited*/ + build/j/src/libultra/os/thread.o (.rodata); + build/j/src/libultra/os/yieldthread.o (.rodata); + build/j/src/libultra/os/invaldcache.o (.rodata); + build/j/src/libultra/os/writebackdcache.o (.rodata); + build/j/src/libultra/os/settimer.o (.rodata); + build/j/src/libultra/audio/heapinit.o (.rodata); + build/j/src/libultra/audio/bnkf.o (.rodata); + build/j/src/libultra/audio/csplayer.o (.rodata); + build/j/src/libultra/audio/seqpsetbank.o (.rodata); + build/j/src/libultra/audio/cspgetstate.o (.rodata); + build/j/src/libultra/audio/cseq.o (.rodata); + build/j/src/libultra/audio/cspsetseq.o (.rodata); + build/j/src/libultra/audio/cspplay.o (.rodata); + build/j/src/libultra/audio/cspstop.o (.rodata); + build/j/src/libultra/audio/cspsetvol.o (.rodata); + build/j/src/libultra/audio/event.o (.rodata); + build/j/src/libultra/audio/synaddplayer.o (.rodata); + build/j/src/libultra/audio/synallocvoice.o (.rodata); + build/j/src/libultra/audio/synsetvol.o (.rodata); + build/j/src/libultra/audio/synstartvoice.o (.rodata); + build/j/src/libultra/audio/synsetpan.o (.rodata); + build/j/src/libultra/audio/synsetpitch.o (.rodata); + build/j/src/libultra/audio/synsetfxmix.o (.rodata); + build/j/src/libultra/audio/synstopvoice.o (.rodata); + build/j/src/libultra/audio/synfreevoice.o (.rodata); + build/j/src/libultra/audio/cents2ratio.o (.rodata); + build/j/src/libultra/io/piread.o (.rodata); + build/j/src/libultra/libc/string.o (.rodata); + build/j/src/libultrare/libc/xprintf.o (.rodata); + build/j/src/libultrare/io/pimgr.o (.rodata); + build/j/src/libultrare/io/pfsinit.o (.rodata); + build/j/src/libultrare/io/controller.o (.rodata); + build/j/src/libultra/io/contquery.o (.rodata); + build/j/src/libultrare/io/contreaddata.o (.rodata); + build/j/src/libultrare/io/conteepprobe.o (.rodata); + build/j/src/libultrare/io/conteepread.o (.rodata); + build/j/src/libultrare/io/conteepwrite.o (.rodata); + build/j/src/libultrare/io/conteeplongread.o (.rodata); + build/j/src/libultrare/io/conteeplongwrite.o (.rodata); + build/j/src/libultrare/io/pfsisplug.o (.rodata); + build/j/src/libultra/io/siacs.o (.rodata); + build/j/src/libultra/io/sirawdma.o (.rodata); + build/j/src/libultra/io/crc.o (.rodata); + build/j/src/libultrare/io/contramwrite.o (.rodata); + build/j/src/libultrare/io/contramread.o (.rodata); + build/j/src/libultra/gu/align.o (.rodata); + build/j/src/libultra/gu/ortho.o (.rodata); + build/j/src/libultra/gu/coss.o (.rodata); + build/j/src/libultra/gu/sins.o (.rodata); + build/j/src/libultra/gu/translate.o (.rodata); + build/j/src/libultra/libc/bcmp.o (.rodata); + build/j/src/libultra/gu/scale.o (.rodata); + build/j/src/libultra/gu/lookatref.o (.rodata); + build/j/src/libultra/gu/lookat.o (.rodata); + build/j/src/libultra/gu/rotate.o (.rodata); + build/j/src/libultra/libc/llcvt.o (.rodata); /*edited*/ + build/j/src/libultra/os/setsr.o (.rodata); + build/j/src/libultra/os/getsr.o (.rodata); + build/j/src/libultra/io/sirawread.o (.rodata); + build/j/src/libultra/io/sirawwrite.o (.rodata); + build/j/src/libultra/io/pirawread.o (.rodata); + build/j/src/libultra/libc/bzero.o (.rodata); + build/j/src/libultra/os/sethwinterrupt.o (.rodata); + build/j/src/libultrare/io/leointerrupt.o (.rodata); + build/j/src/libultra/os/interrupt.o (.rodata); + build/j/src/libultra/os/timerintr.o (.rodata); + build/j/src/libultra/os/kdebugserver.o (.rodata); + build/j/src/libultra/os/getthreadpri.o (.rodata); + build/j/src/libultrare/io/vi.o (.rodata); /*edited*/ + build/j/src/libultra/io/vigetcurrcontext.o (.rodata); + build/j/src/libultra/io/viswapcontext.o (.rodata); + build/j/src/libultra/io/spgetstat.o (.rodata); + build/j/src/libultra/io/spsetstat.o (.rodata); + build/j/src/libultra/io/spsetpc.o (.rodata); + build/j/src/libultra/io/sprawdma.o (.rodata); + build/j/src/libultra/io/sp.o (.rodata); + build/j/src/libultra/io/dp.o (.rodata); + build/j/src/libultra/os/probetlb.o (.rodata); + build/j/src/libultra/audio/syndelete.o (.rodata); + build/j/src/libultra/io/ai.o (.rodata); + build/j/src/libultrare/audio/drvrNew.o (.rodata); + build/j/src/libultra/audio/synallocfx.o (.rodata); + build/j/src/libultra/audio/mainbus.o (.rodata); + build/j/src/libultra/audio/load.o (.rodata); + build/j/src/libultra/audio/resample.o (.rodata); + build/j/src/libultrare/audio/env.o (.rodata); /*edited*/ + build/j/src/libultra/audio/auxbus.o (.rodata); + build/j/src/libultra/audio/save.o (.rodata); + build/j/src/libultra/os/jammesg.o (.rodata); + build/j/src/libultra/io/pigetcmdq.o (.rodata); + build/j/src/libultra/gu/cosf.o (.rodata); /*edited*/ + build/j/src/libultra/gu/sinf.o (.rodata); /*edited*/ + build/j/src/libultrare/os/destroythread.o (.rodata); + build/j/src/libultra/audio/seqplayer.o (.rodata); + build/j/src/libultra/audio/synstartvoiceparam.o (.rodata); + build/j/src/libultra/audio/copy.o (.rodata); + build/j/src/libultra/io/piacs.o (.rodata); + build/j/src/libultra/libc/xlitob.o (.rodata); + build/j/src/libultra/libc/xldtob.o (.rodata); + build/j/src/libultrare/io/epirawdma.o (.rodata); + build/j/src/libultrare/io/devmgr.o (.rodata); + build/j/src/libultra/io/contpfs.o (.rodata); + build/j/src/libultra/io/si.o (.rodata); + build/j/src/libultra/gu/normalize.o (.rodata); + build/j/src/libultra/gu/sqrtf.o (.rodata); + build/j/src/libultrare/io/leodiskinit.o (.rodata); + build/j/src/libultra/os/setcompare.o (.rodata); + build/j/src/libultra/audio/filter.o (.rodata); + build/j/src/libultrare/audio/reverb.o (.rodata); /*edited*/ + build/j/src/libultra/gu/libm_vals.o (.rodata); /*edited*/ + build/j/src/libultra/audio/seq.o (.rodata); + build/j/src/libultra/audio/synsetpriority.o (.rodata); + build/j/src/libultra/libc/ldiv.o (.rodata); + build/j/src/libultra/os/resetglobalintmask.o (.rodata); + build/j/src/libultrare/io/epirawwrite.o (.rodata); + build/j/src/libultra/io/vimodentsclan1.o (.rodata); + build/j/src/libultrare/io/vimodepallan1.o (.rodata); + build/j/src/libultrare/ultra80069080.o (.rodata); /*edited*/ + /*build/j/src/libultra/libultra.a:libultra.o (.rodata);*/ build/j/src/game/initgamedata.o (.data); build/j/src/game/initweaponanigroups.o (.data); @@ -3580,7 +3690,7 @@ SECTIONS build/j/src/game/initnull_0009D0.o (.data); build/j/src/game/initunk_0009E0.o (.data); build/j/src/game/initanitable.o (.data); - build/j/src/game/initunk_000B60.o (.data); + build/j/src/game/initplayergaitobject.o (.data); build/j/src/game/setguscale.o (.data); build/j/src/game/initnull_000BC0.o (.data); build/j/src/game/initimages.o (.data); @@ -3595,79 +3705,89 @@ SECTIONS build/j/src/game/initBondDATA.o (.data); build/j/src/game/initunk_005450.o (.data); build/j/src/game/initunk_005520.o (.data); - build/j/src/game/initcameraandthrown.o (.data); + build/j/src/game/bondview_r.o (.data); build/j/src/game/inititemslots.o (.data); build/j/src/game/initBondDATAdefaults.o (.data); build/j/src/game/initpathtablesomething.o (.data); build/j/src/game/initpathtablelinks.o (.data); build/j/src/game/initexplosioncasing.o (.data); - build/j/src/game/initunk_007180.o (.data); + build/j/src/game/alloc_window_pieces.o (.data); build/j/src/game/initunk_007290.o (.data); - build/j/src/game/initunk_0072B0.o (.data); + build/j/src/game/initcheattext.o (.data); build/j/src/game/initmttex.o (.data); - build/j/src/game/initunk_0073B0.o (.data); - build/j/src/game/initunk_007460.o (.data); + build/j/src/game/cleanup_guard_data.o (.data); + build/j/src/game/cleanup_object_sounds.o (.data); build/j/src/game/cleanup_alarms.o (.data); build/j/src/game/cleanup_objects.o (.data); build/j/src/game/cleanup_objectives.o (.data); build/j/src/game/cleanupSFXRelated.o (.data); build/j/src/game/playerstats_007770.o (.data); - build/j/src/game/unk_007800.o (.data); - build/j/src/game/unk_007920.o (.data); + build/j/src/game/cleanexplosions.o (.data); + build/j/src/game/cleanwindowpieces.o (.data); build/j/src/game/null_007970.o (.data); - build/j/src/game/unk_007980.o (.data); - build/j/src/game/intro_logos.o (.data); - build/j/src/game/mainmenu.o (.data); + build/j/src/game/cleanplayersound.o (.data); + build/j/src/game/title.o (.data); + build/j/src/game/front.o (.data); build/j/src/game/unk_01B0E0.o (.data); build/j/src/game/unk_01B240.o (.data); build/j/src/game/unk_01BAE0.o (.data); build/j/src/game/blood_animation.o (.data); build/j/src/game/blood_decrypt.o (.data); - build/j/src/game/gamefile.o (.data); - build/j/src/game/gamefile2.o (.data); + build/j/src/game/file.o (.data); + build/j/src/game/file2.o (.data); build/j/src/game/chr.o (.data); - build/j/src/game/chr2.o (.data); + build/j/src/game/chr_b.o (.data); + build/j/src/game/chrlv.o (.data); build/j/src/game/chrai.o (.data); + build/j/src/game/chrprop.o (.data); build/j/src/game/chrobjhandler.o (.data); build/j/src/game/loadobjectmodel.o (.data); build/j/src/game/objective_status.o (.data); build/j/src/game/objective_status2.o (.data); - build/j/src/game/sin.o (.data); + build/j/src/game/math_sincos.o (.data); build/j/src/game/matrixmath.o (.data); - build/j/src/game/unk_05A9E0.o (.data); - build/j/src/game/convertangleusinginverse.o (.data); - build/j/src/game/unk_05AB70.o (.data); - build/j/src/game/unk_05ACB0.o (.data); - build/j/src/game/unk_05AE00.o (.data); - build/j/src/game/unk_05B1E0.o (.data); - build/j/src/game/truncf.o (.data); - build/j/src/game/unk_05C440.o (.data); - build/j/src/game/bondwalk.o (.data); + build/j/src/game/math_unk_05A9E0.o (.data); + build/j/src/game/math_atan2f.o (.data); + build/j/src/game/math_asinacos.o (.data); + build/j/src/game/math_asinfacosf.o (.data); + build/j/src/game/matrixmath_misc.o (.data); + build/j/src/game/quaternion.o (.data); + build/j/src/game/math_floor.o (.data); + build/j/src/game/math_ceil.o (.data); + build/j/src/game/gun.o (.data); build/j/src/game/bondwalk2.o (.data); build/j/src/game/objecthandler.o (.data); + build/j/src/game/objecthandler_1.o (.data); build/j/src/game/objecthandler_2.o (.data); build/j/src/game/othermodemicrocode.o (.data); - build/j/src/game/bond.o (.data); + build/j/src/game/bondview.o (.data); build/j/src/game/bondinv.o (.data); - build/j/src/game/unk_08DBB0.o (.data); + build/j/src/game/bondhead.o (.data); + build/j/src/game/padhalllv.o (.data); build/j/src/game/debugmenu_08FE00.o (.data); - build/j/src/game/debugmenu_090490.o (.data); + build/j/src/game/debugmenu_handler.o (.data); build/j/src/game/unk_091080.o (.data); - build/j/src/game/chrobjdata.o (.data); + build/j/src/game/chraidata.o (.data); + build/j/src/game/pobjdata.o (.data); + build/j/src/game/gobjdata.o (.data); + build/j/src/game/gobjdata2.o (.data); + build/j/src/game/cobjdata.o (.data); build/j/src/game/cheat_buttons.o (.data); build/j/src/game/unk_092890.o (.data); build/j/src/game/unk_092E50.o (.data); - build/j/src/game/unk_093880.o (.data); - build/j/src/game/unk_09B600.o (.data); + build/j/src/game/player.o (.data); + build/j/src/game/player_2.o (.data); + build/j/src/game/crc.o (.data); build/j/src/game/chrObjRandom.o (.data); build/j/src/game/unk_09B7A0.o (.data); - build/j/src/game/unk_09C250.o (.data); + build/j/src/game/explosions.o (.data); build/j/src/game/unk_0A1DA0.o (.data); build/j/src/game/watch.o (.data); build/j/src/game/textrelated.o (.data); build/j/src/game/stan.o (.data); build/j/src/game/unk_0B3200.o (.data); build/j/src/game/bg.o (.data); + build/j/src/game/bg2.o (.data); build/j/src/game/fog.o (.data); build/j/src/game/lightfixture.o (.data); build/j/src/game/unk_0BC530.o (.data); @@ -3702,7 +3822,7 @@ SECTIONS build/j/src/game/initnull_0009D0.o (.rodata); build/j/src/game/initunk_0009E0.o (.rodata); build/j/src/game/initanitable.o (.rodata); - build/j/src/game/initunk_000B60.o (.rodata); + build/j/src/game/initplayergaitobject.o (.rodata); build/j/src/game/setguscale.o (.rodata); build/j/src/game/initnull_000BC0.o (.rodata); build/j/src/game/initimages.o (.rodata); @@ -3717,79 +3837,89 @@ SECTIONS build/j/src/game/initBondDATA.o (.rodata); build/j/src/game/initunk_005450.o (.rodata); build/j/src/game/initunk_005520.o (.rodata); - build/j/src/game/initcameraandthrown.o (.rodata); + build/j/src/game/bondview_r.o (.rodata); build/j/src/game/inititemslots.o (.rodata); build/j/src/game/initBondDATAdefaults.o (.rodata); build/j/src/game/initpathtablesomething.o (.rodata); build/j/src/game/initpathtablelinks.o (.rodata); build/j/src/game/initexplosioncasing.o (.rodata); - build/j/src/game/initunk_007180.o (.rodata); + build/j/src/game/alloc_window_pieces.o (.rodata); build/j/src/game/initunk_007290.o (.rodata); - build/j/src/game/initunk_0072B0.o (.rodata); + build/j/src/game/initcheattext.o (.rodata); build/j/src/game/initmttex.o (.rodata); - build/j/src/game/initunk_0073B0.o (.rodata); - build/j/src/game/initunk_007460.o (.rodata); + build/j/src/game/cleanup_guard_data.o (.rodata); + build/j/src/game/cleanup_object_sounds.o (.rodata); build/j/src/game/cleanup_alarms.o (.rodata); build/j/src/game/cleanup_objects.o (.rodata); build/j/src/game/cleanup_objectives.o (.rodata); build/j/src/game/cleanupSFXRelated.o (.rodata); build/j/src/game/playerstats_007770.o (.rodata); - build/j/src/game/unk_007800.o (.rodata); - build/j/src/game/unk_007920.o (.rodata); + build/j/src/game/cleanexplosions.o (.rodata); + build/j/src/game/cleanwindowpieces.o (.rodata); build/j/src/game/null_007970.o (.rodata); - build/j/src/game/unk_007980.o (.rodata); - build/j/src/game/intro_logos.o (.rodata); - build/j/src/game/mainmenu.o (.rodata); + build/j/src/game/cleanplayersound.o (.rodata); + build/j/src/game/title.o (.rodata); + build/j/src/game/front.o (.rodata); build/j/src/game/unk_01B0E0.o (.rodata); build/j/src/game/unk_01B240.o (.rodata); build/j/src/game/unk_01BAE0.o (.rodata); build/j/src/game/blood_animation.o (.rodata); build/j/src/game/blood_decrypt.o (.rodata); - build/j/src/game/gamefile.o (.rodata); - build/j/src/game/gamefile2.o (.rodata); + build/j/src/game/file.o (.rodata); + build/j/src/game/file2.o (.rodata); build/j/src/game/chr.o (.rodata); - build/j/src/game/chr2.o (.rodata); + build/j/src/game/chr_b.o (.rodata); + build/j/src/game/chrlv.o (.rodata); build/j/src/game/chrai.o (.rodata); + build/j/src/game/chrprop.o (.rodata); build/j/src/game/chrobjhandler.o (.rodata); build/j/src/game/loadobjectmodel.o (.rodata); build/j/src/game/objective_status.o (.rodata); build/j/src/game/objective_status2.o (.rodata); - build/j/src/game/sin.o (.rodata); + build/j/src/game/math_sincos.o (.rodata); build/j/src/game/matrixmath.o (.rodata); - build/j/src/game/unk_05A9E0.o (.rodata); - build/j/src/game/convertangleusinginverse.o (.rodata); - build/j/src/game/unk_05AB70.o (.rodata); - build/j/src/game/unk_05ACB0.o (.rodata); - build/j/src/game/unk_05AE00.o (.rodata); - build/j/src/game/unk_05B1E0.o (.rodata); - build/j/src/game/truncf.o (.rodata); - build/j/src/game/unk_05C440.o (.rodata); - build/j/src/game/bondwalk.o (.rodata); + build/j/src/game/math_unk_05A9E0.o (.rodata); + build/j/src/game/math_atan2f.o (.rodata); + build/j/src/game/math_asinacos.o (.rodata); + build/j/src/game/math_asinfacosf.o (.rodata); + build/j/src/game/matrixmath_misc.o (.rodata); + build/j/src/game/quaternion.o (.rodata); + build/j/src/game/math_floor.o (.rodata); + build/j/src/game/math_ceil.o (.rodata); + build/j/src/game/gun.o (.rodata); build/j/src/game/bondwalk2.o (.rodata); build/j/src/game/objecthandler.o (.rodata); + build/j/src/game/objecthandler_1.o (.rodata); build/j/src/game/objecthandler_2.o (.rodata); build/j/src/game/othermodemicrocode.o (.rodata); - build/j/src/game/bond.o (.rodata); + build/j/src/game/bondview.o (.rodata); build/j/src/game/bondinv.o (.rodata); - build/j/src/game/unk_08DBB0.o (.rodata); + build/j/src/game/bondhead.o (.rodata); + build/j/src/game/padhalllv.o (.rodata); build/j/src/game/debugmenu_08FE00.o (.rodata); - build/j/src/game/debugmenu_090490.o (.rodata); + build/j/src/game/debugmenu_handler.o (.rodata); build/j/src/game/unk_091080.o (.rodata); - build/j/src/game/chrobjdata.o (.rodata); + build/j/src/game/chraidata.o (.rodata); + build/j/src/game/pobjdata.o (.rodata); + build/j/src/game/gobjdata.o (.rodata); + build/j/src/game/gobjdata2.o (.rodata); + build/j/src/game/cobjdata.o (.rodata); build/j/src/game/cheat_buttons.o (.rodata); build/j/src/game/unk_092890.o (.rodata); build/j/src/game/unk_092E50.o (.rodata); - build/j/src/game/unk_093880.o (.rodata); - build/j/src/game/unk_09B600.o (.rodata); + build/j/src/game/player.o (.rodata); + build/j/src/game/player_2.o (.rodata); + build/j/src/game/crc.o (.rodata); build/j/src/game/chrObjRandom.o (.rodata); build/j/src/game/unk_09B7A0.o (.rodata); - build/j/src/game/unk_09C250.o (.rodata); + build/j/src/game/explosions.o (.rodata); build/j/src/game/unk_0A1DA0.o (.rodata); build/j/src/game/watch.o (.rodata); build/j/src/game/textrelated.o (.rodata); build/j/src/game/stan.o (.rodata); build/j/src/game/unk_0B3200.o (.rodata); build/j/src/game/bg.o (.rodata); + build/j/src/game/bg2.o (.rodata); build/j/src/game/fog.o (.rodata); build/j/src/game/lightfixture.o (.rodata); build/j/src/game/unk_0BC530.o (.rodata); @@ -3827,8 +3957,8 @@ SECTIONS __dataSegmentVaddrEnd = _csegmentSegmentRomEnd; _bssSegmentStart = ADDR(.bss); - _bssSegmentRomStart = _csegmentSegmentRomEnd; - .bss _csegmentSegmentEnd : AT(_bssSegmentRomStart){ + .bss (NOLOAD) : + { build/j/src/boot.o (.bss); build/j/src/init.o (.bss); build/j/src/sched.o (.bss); @@ -3838,12 +3968,12 @@ SECTIONS build/j/src/tlb_resolve.o (.bss); build/j/src/audi.o (.bss); build/j/src/speed_graph.o (.bss); - build/j/src/video.o (.bss); + build/j/src/fr.o (.bss); build/j/src/deb.o (.bss); - build/j/src/deb_video.o (.bss); - build/j/src/unused_fp.o (.bss); + build/j/src/fault.o (.bss); + /*deb_print may be part of fault per pd beta (.bss);*/ build/j/src/deb_print.o (.bss); - build/j/src/debug_getlastRA.o (.bss); + build/j/src/getra.o (.bss); build/j/src/ramrom.o (.bss); build/j/src/boss.o (.bss); build/j/src/music.o (.bss); @@ -3861,179 +3991,179 @@ SECTIONS build/j/src/motor.o (.bss); build/j/src/rmon.o (.bss); - /*build/u/src/libultra/osPiRawStartDma.o (.bss);*/ - build/j/src/libultra/pirawdma.o (.bss); - build/j/src/libultra/pigetstat.o (.bss); - build/j/src/libultra/initialize.o (.bss); - build/j/src/libultra/writebackdcacheall.o (.bss); - build/j/src/libultra/invalicache.o (.bss); - build/j/src/libultra/unmaptlb.o (.bss); - build/j/src/libultra/getfpccsr.o (.bss); - build/j/src/libultra/setfpccsr.o (.bss); - build/j/src/libultra/createthread.o (.bss); - build/j/src/libultra/startthread.o (.bss); - build/j/src/libultra/createmesgqueue.o (.bss); - build/j/src/libultra/parameters.o (.bss); - build/j/src/libultra/stopthread.o (.bss); - build/j/src/libultra/setthreadpri.o (.bss); - build/j/src/libultra/getcount.o (.bss); - build/j/src/libultra/vimgr.o (.bss); - build/j/src/libultra/vitbl.o (.bss); /*edited*/ - build/j/src/libultra/seteventmesg.o (.bss); - build/j/src/libultra/visetevent.o (.bss); - build/j/src/libultra/setintmask.o (.bss); - build/j/src/libultra/recvmesg.o (.bss); - build/j/src/libultra/sendmesg.o (.bss); - build/j/src/libultra/visetmode.o (.bss); - build/j/src/libultra/visetxscale.o (.bss); - build/j/src/libultra/visetyscale.o (.bss); - build/j/src/libultra/virepeatline.o (.bss); - build/j/src/libultra/viblack.o (.bss); - build/j/src/libultra/sptaskyielded.o (.bss); - build/j/src/libultra/dpctr.o (.bss); - build/j/src/libultra/vigetcurrframebuf.o (.bss); - build/j/src/libultra/vigetnextframebuf.o (.bss); - build/j/src/libultra/viswapbuf.o (.bss); - build/j/src/libultra/dpsetstat.o (.bss); - build/j/src/libultra/sptask.o (.bss); - build/j/src/libultra/dpsetnextbuf.o (.bss); - build/j/src/libultra/sptaskyield.o (.bss); - build/j/src/libultra/gettlbhi.o (.bss); - build/j/src/libultra/virtualtophysical.o (.bss); - build/j/src/libultra/aisetfreq.o (.bss); - build/j/src/libultra/sl.o (.bss); - build/j/src/libultra/heapalloc.o (.bss); - build/j/src/libultra/gettime.o (.bss); - build/j/src/libultra/ll.o (.bss); /*edited*/ - build/j/src/libultra/aisetnextbuf.o (.bss); - build/j/src/libultra/aigetlen.o (.bss); - build/j/src/libultra/synthesizer.o (.bss); - build/j/src/libultra/pidma.o (.bss); - build/j/src/libultra/visetspecial.o (.bss); - build/j/src/libultra/bcopy.o (.bss); - build/j/src/libultra/perspective.o (.bss); - build/j/src/libultra/mtxutil.o (.bss); - build/j/src/libultra/getcurrfaultthread.o (.bss); - build/j/src/libultra/exception.o (.bss); /*edited*/ - build/j/src/libultra/thread.o (.bss); - build/j/src/libultra/yieldthread.o (.bss); - build/j/src/libultra/invaldcache.o (.bss); - build/j/src/libultra/writebackdcache.o (.bss); - build/j/src/libultra/settimer.o (.bss); - build/j/src/libultra/heapinit.o (.bss); - build/j/src/libultra/bnkf.o (.bss); - build/j/src/libultra/csplayer.o (.bss); - build/j/src/libultra/seqpsetbank.o (.bss); - build/j/src/libultra/cspgetstate.o (.bss); - build/j/src/libultra/cseq.o (.bss); - build/j/src/libultra/cspsetseq.o (.bss); - build/j/src/libultra/cspplay.o (.bss); - build/j/src/libultra/cspstop.o (.bss); - build/j/src/libultra/cspsetvol.o (.bss); - build/j/src/libultra/event.o (.bss); - build/j/src/libultra/synaddplayer.o (.bss); - build/j/src/libultra/synallocvoice.o (.bss); - build/j/src/libultra/synsetvol.o (.bss); - build/j/src/libultra/synstartvoice.o (.bss); - build/j/src/libultra/synsetpan.o (.bss); - build/j/src/libultra/synsetpitch.o (.bss); - build/j/src/libultra/synsetfxmix.o (.bss); - build/j/src/libultra/synstopvoice.o (.bss); - build/j/src/libultra/synfreevoice.o (.bss); - build/j/src/libultra/cents2ratio.o (.bss); - build/j/src/libultra/piread.o (.bss); - build/j/src/libultra/string.o (.bss); - build/j/src/libultra/xprintf.o (.bss); - build/j/src/libultra/pimgr.o (.bss); - build/j/src/libultra/pfsinit.o (.bss); - build/j/src/libultra/controller.o (.bss); - build/j/src/libultra/contquery.o (.bss); - build/j/src/libultra/contreaddata.o (.bss); - build/j/src/libultra/conteepprobe.o (.bss); - build/j/src/libultra/conteepread.o (.bss); - build/j/src/libultra/conteepwrite.o (.bss); - build/j/src/libultra/conteeplongread.o (.bss); - build/j/src/libultra/conteeplongwrite.o (.bss); - build/j/src/libultra/pfsisplug.o (.bss); - build/j/src/libultra/siacs.o (.bss); - build/j/src/libultra/sirawdma.o (.bss); - build/j/src/libultra/crc.o (.bss); - build/j/src/libultra/contramwrite.o (.bss); - build/j/src/libultra/contramread.o (.bss); - build/j/src/libultra/align.o (.bss); - build/j/src/libultra/ortho.o (.bss); - build/j/src/libultra/coss.o (.bss); - build/j/src/libultra/sins.o (.bss); - build/j/src/libultra/translate.o (.bss); - build/j/src/libultra/bcmp.o (.bss); - build/j/src/libultra/scale.o (.bss); - build/j/src/libultra/lookatref.o (.bss); - build/j/src/libultra/lookat.o (.bss); - build/j/src/libultra/rotate.o (.bss); - build/j/src/libultra/llcvt.o (.bss); /*edited*/ - build/j/src/libultra/setsr.o (.bss); - build/j/src/libultra/getsr.o (.bss); - build/j/src/libultra/sirawread.o (.bss); - build/j/src/libultra/sirawwrite.o (.bss); - build/j/src/libultra/pirawread.o (.bss); - build/j/src/libultra/bzero.o (.bss); - build/j/src/libultra/sethwinterrupt.o (.bss); - build/j/src/libultra/leointerrupt.o (.bss); - build/j/src/libultra/interrupt.o (.bss); - build/j/src/libultra/timerintr.o (.bss); - build/j/src/libultra/kdebugserver.o (.bss); - build/j/src/libultra/getthreadpri.o (.bss); - build/j/src/libultra/vi.o (.bss); /*edited*/ - build/j/src/libultra/vigetcurrcontext.o (.bss); - build/j/src/libultra/viswapcontext.o (.bss); - build/j/src/libultra/spgetstat.o (.bss); - build/j/src/libultra/spsetstat.o (.bss); - build/j/src/libultra/spsetpc.o (.bss); - build/j/src/libultra/sprawdma.o (.bss); - build/j/src/libultra/sp.o (.bss); - build/j/src/libultra/dp.o (.bss); - build/j/src/libultra/probetlb.o (.bss); - build/j/src/libultra/syndelete.o (.bss); - build/j/src/libultra/ai.o (.bss); - build/j/src/libultra/drvrNew.o (.bss); - build/j/src/libultra/synallocfx.o (.bss); - build/j/src/libultra/mainbus.o (.bss); - build/j/src/libultra/load.o (.bss); - build/j/src/libultra/resample.o (.bss); - build/j/src/libultra/env.o (.bss); /*edited*/ - build/j/src/libultra/auxbus.o (.bss); - build/j/src/libultra/save.o (.bss); - build/j/src/libultra/jammesg.o (.bss); - build/j/src/libultra/pigetcmdq.o (.bss); - build/j/src/libultra/ultra7001B830.o (.bss); /*edited*/ - build/j/src/libultra/ultra7001B9A0.o (.bss); /*edited*/ - build/j/src/libultra/destroythread.o (.bss); - build/j/src/libultra/seqplayer.o (.bss); - build/j/src/libultra/synstartvoiceparam.o (.bss); - build/j/src/libultra/copy.o (.bss); - build/j/src/libultra/piacs.o (.bss); - build/j/src/libultra/xlitob.o (.bss); - build/j/src/libultra/xldtob.o (.bss); - build/j/src/libultra/epirawdma.o (.bss); - build/j/src/libultra/devmgr.o (.bss); - build/j/src/libultra/contpfs.o (.bss); - build/j/src/libultra/si.o (.bss); - build/j/src/libultra/normalize.o (.bss); - build/j/src/libultra/sqrtf.o (.bss); - build/j/src/libultra/leodiskinit.o (.bss); - build/j/src/libultra/setcompare.o (.bss); - build/j/src/libultra/filter.o (.bss); - build/j/src/libultra/reverb.o (.bss); /*edited*/ - build/j/src/libultra/libm_vals.o (.bss); /*edited*/ - build/j/src/libultra/seq.o (.bss); - build/j/src/libultra/synsetpriority.o (.bss); - build/j/src/libultra/ldiv.o (.bss); - build/j/src/libultra/resetglobalintmask.o (.bss); - build/j/src/libultra/epirawwrite.o (.bss); - build/j/src/libultra/vimodentsclan1.o (.bss); - build/j/src/libultra/vimodepallan1.o (.bss); - build/j/src/libultra/ultra80069080.o (.bss); /*edited*/ - /*build/u/src/libultra/libultra.a:libultra.o (.bss);*/ + /*build/j/src/libultra/osPiRawStartDma.o (.bss);*/ + build/j/src/libultra/io/pirawdma.o (.bss); + build/j/src/libultra/io/pigetstat.o (.bss); + build/j/src/libultrare/os/initialize.o (.bss); + build/j/src/libultra/os/writebackdcacheall.o (.bss); + build/j/src/libultra/os/invalicache.o (.bss); + build/j/src/libultra/os/unmaptlb.o (.bss); + build/j/src/libultra/os/getfpccsr.o (.bss); + build/j/src/libultra/os/setfpccsr.o (.bss); + build/j/src/libultra/os/createthread.o (.bss); + build/j/src/libultra/os/startthread.o (.bss); + build/j/src/libultra/os/createmesgqueue.o (.bss); + build/j/src/libultra/os/parameters.o (.bss); + build/j/src/libultra/os/stopthread.o (.bss); + build/j/src/libultra/os/setthreadpri.o (.bss); + build/j/src/libultra/os/getcount.o (.bss); + build/j/src/libultrare/io/vimgr.o (.bss); + build/j/src/libultrare/io/vitbl.o (.bss); /*edited*/ + build/j/src/libultra/os/seteventmesg.o (.bss); + build/j/src/libultra/io/visetevent.o (.bss); + build/j/src/libultra/os/setintmask.o (.bss); + build/j/src/libultra/os/recvmesg.o (.bss); + build/j/src/libultra/os/sendmesg.o (.bss); + build/j/src/libultra/io/visetmode.o (.bss); + build/j/src/libultra/io/visetxscale.o (.bss); + build/j/src/libultra/io/visetyscale.o (.bss); + build/j/src/libultra/io/virepeatline.o (.bss); + build/j/src/libultra/io/viblack.o (.bss); + build/j/src/libultra/io/sptaskyielded.o (.bss); + build/j/src/libultra/io/dpctr.o (.bss); + build/j/src/libultra/io/vigetcurrframebuf.o (.bss); + build/j/src/libultra/io/vigetnextframebuf.o (.bss); + build/j/src/libultra/io/viswapbuf.o (.bss); + build/j/src/libultra/io/dpsetstat.o (.bss); + build/j/src/libultrare/io/sptask.o (.bss); + build/j/src/libultra/io/dpsetnextbuf.o (.bss); + build/j/src/libultra/io/sptaskyield.o (.bss); + build/j/src/libultra/os/gettlbhi.o (.bss); + build/j/src/libultra/os/virtualtophysical.o (.bss); + build/j/src/libultra/io/aisetfreq.o (.bss); + build/j/src/libultra/audio/sl.o (.bss); + build/j/src/libultra/audio/heapalloc.o (.bss); + build/j/src/libultra/os/gettime.o (.bss); + build/j/src/libultra/libc/ll.o (.bss); /*edited*/ + build/j/src/libultrare/io/aisetnextbuf.o (.bss); + build/j/src/libultra/io/aigetlen.o (.bss); + build/j/src/libultra/audio/synthesizer.o (.bss); + build/j/src/libultra/io/pidma.o (.bss); + build/j/src/libultra/io/visetspecial.o (.bss); + build/j/src/libultra/libc/bcopy.o (.bss); + build/j/src/libultra/gu/perspective.o (.bss); + build/j/src/libultra/gu/mtxutil.o (.bss); + build/j/src/libultra/os/getcurrfaultthread.o (.bss); + build/j/src/libultra/os/exception.o (.bss); /*edited*/ + build/j/src/libultra/os/thread.o (.bss); + build/j/src/libultra/os/yieldthread.o (.bss); + build/j/src/libultra/os/invaldcache.o (.bss); + build/j/src/libultra/os/writebackdcache.o (.bss); + build/j/src/libultra/os/settimer.o (.bss); + build/j/src/libultra/audio/heapinit.o (.bss); + build/j/src/libultra/audio/bnkf.o (.bss); + build/j/src/libultra/audio/csplayer.o (.bss); + build/j/src/libultra/audio/seqpsetbank.o (.bss); + build/j/src/libultra/audio/cspgetstate.o (.bss); + build/j/src/libultra/audio/cseq.o (.bss); + build/j/src/libultra/audio/cspsetseq.o (.bss); + build/j/src/libultra/audio/cspplay.o (.bss); + build/j/src/libultra/audio/cspstop.o (.bss); + build/j/src/libultra/audio/cspsetvol.o (.bss); + build/j/src/libultra/audio/event.o (.bss); + build/j/src/libultra/audio/synaddplayer.o (.bss); + build/j/src/libultra/audio/synallocvoice.o (.bss); + build/j/src/libultra/audio/synsetvol.o (.bss); + build/j/src/libultra/audio/synstartvoice.o (.bss); + build/j/src/libultra/audio/synsetpan.o (.bss); + build/j/src/libultra/audio/synsetpitch.o (.bss); + build/j/src/libultra/audio/synsetfxmix.o (.bss); + build/j/src/libultra/audio/synstopvoice.o (.bss); + build/j/src/libultra/audio/synfreevoice.o (.bss); + build/j/src/libultra/audio/cents2ratio.o (.bss); + build/j/src/libultra/io/piread.o (.bss); + build/j/src/libultra/libc/string.o (.bss); + build/j/src/libultrare/libc/xprintf.o (.bss); + build/j/src/libultrare/io/pimgr.o (.bss); + build/j/src/libultrare/io/pfsinit.o (.bss); + build/j/src/libultrare/io/controller.o (.bss); + build/j/src/libultra/io/contquery.o (.bss); + build/j/src/libultrare/io/contreaddata.o (.bss); + build/j/src/libultrare/io/conteepprobe.o (.bss); + build/j/src/libultrare/io/conteepread.o (.bss); + build/j/src/libultrare/io/conteepwrite.o (.bss); + build/j/src/libultrare/io/conteeplongread.o (.bss); + build/j/src/libultrare/io/conteeplongwrite.o (.bss); + build/j/src/libultrare/io/pfsisplug.o (.bss); + build/j/src/libultra/io/siacs.o (.bss); + build/j/src/libultra/io/sirawdma.o (.bss); + build/j/src/libultra/io/crc.o (.bss); + build/j/src/libultrare/io/contramwrite.o (.bss); + build/j/src/libultrare/io/contramread.o (.bss); + build/j/src/libultra/gu/align.o (.bss); + build/j/src/libultra/gu/ortho.o (.bss); + build/j/src/libultra/gu/coss.o (.bss); + build/j/src/libultra/gu/sins.o (.bss); + build/j/src/libultra/gu/translate.o (.bss); + build/j/src/libultra/libc/bcmp.o (.bss); + build/j/src/libultra/gu/scale.o (.bss); + build/j/src/libultra/gu/lookatref.o (.bss); + build/j/src/libultra/gu/lookat.o (.bss); + build/j/src/libultra/gu/rotate.o (.bss); + build/j/src/libultra/libc/llcvt.o (.bss); /*edited*/ + build/j/src/libultra/os/setsr.o (.bss); + build/j/src/libultra/os/getsr.o (.bss); + build/j/src/libultra/io/sirawread.o (.bss); + build/j/src/libultra/io/sirawwrite.o (.bss); + build/j/src/libultra/io/pirawread.o (.bss); + build/j/src/libultra/libc/bzero.o (.bss); + build/j/src/libultra/os/sethwinterrupt.o (.bss); + build/j/src/libultrare/io/leointerrupt.o (.bss); + build/j/src/libultra/os/interrupt.o (.bss); + build/j/src/libultra/os/timerintr.o (.bss); + build/j/src/libultra/os/kdebugserver.o (.bss); + build/j/src/libultra/os/getthreadpri.o (.bss); + build/j/src/libultrare/io/vi.o (.bss); /*edited*/ + build/j/src/libultra/io/vigetcurrcontext.o (.bss); + build/j/src/libultra/io/viswapcontext.o (.bss); + build/j/src/libultra/io/spgetstat.o (.bss); + build/j/src/libultra/io/spsetstat.o (.bss); + build/j/src/libultra/io/spsetpc.o (.bss); + build/j/src/libultra/io/sprawdma.o (.bss); + build/j/src/libultra/io/sp.o (.bss); + build/j/src/libultra/io/dp.o (.bss); + build/j/src/libultra/os/probetlb.o (.bss); + build/j/src/libultra/audio/syndelete.o (.bss); + build/j/src/libultra/io/ai.o (.bss); + build/j/src/libultrare/audio/drvrNew.o (.bss); + build/j/src/libultra/audio/synallocfx.o (.bss); + build/j/src/libultra/audio/mainbus.o (.bss); + build/j/src/libultra/audio/load.o (.bss); + build/j/src/libultra/audio/resample.o (.bss); + build/j/src/libultrare/audio/env.o (.bss); /*edited*/ + build/j/src/libultra/audio/auxbus.o (.bss); + build/j/src/libultra/audio/save.o (.bss); + build/j/src/libultra/os/jammesg.o (.bss); + build/j/src/libultra/io/pigetcmdq.o (.bss); + build/j/src/libultra/gu/cosf.o (.bss); /*edited*/ + build/j/src/libultra/gu/sinf.o (.bss); /*edited*/ + build/j/src/libultrare/os/destroythread.o (.bss); + build/j/src/libultra/audio/seqplayer.o (.bss); + build/j/src/libultra/audio/synstartvoiceparam.o (.bss); + build/j/src/libultra/audio/copy.o (.bss); + build/j/src/libultra/io/piacs.o (.bss); + build/j/src/libultra/libc/xlitob.o (.bss); + build/j/src/libultra/libc/xldtob.o (.bss); + build/j/src/libultrare/io/epirawdma.o (.bss); + build/j/src/libultrare/io/devmgr.o (.bss); + build/j/src/libultra/io/contpfs.o (.bss); + build/j/src/libultra/io/si.o (.bss); + build/j/src/libultra/gu/normalize.o (.bss); + build/j/src/libultra/gu/sqrtf.o (.bss); + build/j/src/libultrare/io/leodiskinit.o (.bss); + build/j/src/libultra/os/setcompare.o (.bss); + build/j/src/libultra/audio/filter.o (.bss); + build/j/src/libultrare/audio/reverb.o (.bss); /*edited*/ + build/j/src/libultra/gu/libm_vals.o (.bss); /*edited*/ + build/j/src/libultra/audio/seq.o (.bss); + build/j/src/libultra/audio/synsetpriority.o (.bss); + build/j/src/libultra/libc/ldiv.o (.bss); + build/j/src/libultra/os/resetglobalintmask.o (.bss); + build/j/src/libultrare/io/epirawwrite.o (.bss); + build/j/src/libultra/io/vimodentsclan1.o (.bss); + build/j/src/libultrare/io/vimodepallan1.o (.bss); + build/j/src/libultrare/ultra80069080.o (.bss); /*edited*/ + /*build/j/src/libultra/libultra.a:libultra.o (.bss);*/ build/j/src/game/initgamedata.o (.bss); build/j/src/game/initweaponanigroups.o (.bss); @@ -4041,7 +4171,7 @@ SECTIONS build/j/src/game/initnull_0009D0.o (.bss); build/j/src/game/initunk_0009E0.o (.bss); build/j/src/game/initanitable.o (.bss); - build/j/src/game/initunk_000B60.o (.bss); + build/j/src/game/initplayergaitobject.o (.bss); build/j/src/game/setguscale.o (.bss); build/j/src/game/initnull_000BC0.o (.bss); build/j/src/game/initimages.o (.bss); @@ -4056,79 +4186,89 @@ SECTIONS build/j/src/game/initBondDATA.o (.bss); build/j/src/game/initunk_005450.o (.bss); build/j/src/game/initunk_005520.o (.bss); - build/j/src/game/initcameraandthrown.o (.bss); + build/j/src/game/bondview_r.o (.bss); build/j/src/game/inititemslots.o (.bss); build/j/src/game/initBondDATAdefaults.o (.bss); build/j/src/game/initpathtablesomething.o (.bss); build/j/src/game/initpathtablelinks.o (.bss); build/j/src/game/initexplosioncasing.o (.bss); - build/j/src/game/initunk_007180.o (.bss); + build/j/src/game/alloc_window_pieces.o (.bss); build/j/src/game/initunk_007290.o (.bss); - build/j/src/game/initunk_0072B0.o (.bss); + build/j/src/game/initcheattext.o (.bss); build/j/src/game/initmttex.o (.bss); - build/j/src/game/initunk_0073B0.o (.bss); - build/j/src/game/initunk_007460.o (.bss); + build/j/src/game/cleanup_guard_data.o (.bss); + build/j/src/game/cleanup_object_sounds.o (.bss); build/j/src/game/cleanup_alarms.o (.bss); build/j/src/game/cleanup_objects.o (.bss); build/j/src/game/cleanup_objectives.o (.bss); build/j/src/game/cleanupSFXRelated.o (.bss); build/j/src/game/playerstats_007770.o (.bss); - build/j/src/game/unk_007800.o (.bss); - build/j/src/game/unk_007920.o (.bss); + build/j/src/game/cleanexplosions.o (.bss); + build/j/src/game/cleanwindowpieces.o (.bss); build/j/src/game/null_007970.o (.bss); - build/j/src/game/unk_007980.o (.bss); - build/j/src/game/intro_logos.o (.bss); - build/j/src/game/mainmenu.o (.bss); + build/j/src/game/cleanplayersound.o (.bss); + build/j/src/game/title.o (.bss); + build/j/src/game/front.o (.bss); build/j/src/game/unk_01B0E0.o (.bss); build/j/src/game/unk_01B240.o (.bss); build/j/src/game/unk_01BAE0.o (.bss); build/j/src/game/blood_animation.o (.bss); build/j/src/game/blood_decrypt.o (.bss); - build/j/src/game/gamefile.o (.bss); - build/j/src/game/gamefile2.o (.bss); + build/j/src/game/file.o (.bss); + build/j/src/game/file2.o (.bss); build/j/src/game/chr.o (.bss); - build/j/src/game/chr2.o (.bss); + build/j/src/game/chr_b.o (.bss); + build/j/src/game/chrlv.o (.bss); build/j/src/game/chrai.o (.bss); + build/j/src/game/chrprop.o (.bss); build/j/src/game/chrobjhandler.o (.bss); build/j/src/game/loadobjectmodel.o (.bss); build/j/src/game/objective_status.o (.bss); build/j/src/game/objective_status2.o (.bss); - build/j/src/game/sin.o (.bss); + build/j/src/game/math_sincos.o (.bss); build/j/src/game/matrixmath.o (.bss); - build/j/src/game/unk_05A9E0.o (.bss); - build/j/src/game/convertangleusinginverse.o (.bss); - build/j/src/game/unk_05AB70.o (.bss); - build/j/src/game/unk_05ACB0.o (.bss); - build/j/src/game/unk_05AE00.o (.bss); - build/j/src/game/unk_05B1E0.o (.bss); - build/j/src/game/truncf.o (.bss); - build/j/src/game/unk_05C440.o (.bss); - build/j/src/game/bondwalk.o (.bss); + build/j/src/game/math_unk_05A9E0.o (.bss); + build/j/src/game/math_atan2f.o (.bss); + build/j/src/game/math_asinacos.o (.bss); + build/j/src/game/math_asinfacosf.o (.bss); + build/j/src/game/matrixmath_misc.o (.bss); + build/j/src/game/quaternion.o (.bss); + build/j/src/game/math_floor.o (.bss); + build/j/src/game/math_ceil.o (.bss); + build/j/src/game/gun.o (.bss); build/j/src/game/bondwalk2.o (.bss); build/j/src/game/objecthandler.o (.bss); + build/j/src/game/objecthandler_1.o (.bss); build/j/src/game/objecthandler_2.o (.bss); build/j/src/game/othermodemicrocode.o (.bss); - build/j/src/game/bond.o (.bss); + build/j/src/game/bondview.o (.bss); build/j/src/game/bondinv.o (.bss); - build/j/src/game/unk_08DBB0.o (.bss); + build/j/src/game/bondhead.o (.bss); + build/j/src/game/padhalllv.o (.bss); build/j/src/game/debugmenu_08FE00.o (.bss); - build/j/src/game/debugmenu_090490.o (.bss); + build/j/src/game/debugmenu_handler.o (.bss); build/j/src/game/unk_091080.o (.bss); - build/j/src/game/chrobjdata.o (.bss); + build/j/src/game/chraidata.o (.bss); + build/j/src/game/pobjdata.o (.bss); + build/j/src/game/gobjdata.o (.bss); + build/j/src/game/gobjdata2.o (.bss); + build/j/src/game/cobjdata.o (.bss); build/j/src/game/cheat_buttons.o (.bss); build/j/src/game/unk_092890.o (.bss); build/j/src/game/unk_092E50.o (.bss); - build/j/src/game/unk_093880.o (.bss); - build/j/src/game/unk_09B600.o (.bss); + build/j/src/game/player.o (.bss); + build/j/src/game/player_2.o (.bss); + build/j/src/game/crc.o (.bss); build/j/src/game/chrObjRandom.o (.bss); build/j/src/game/unk_09B7A0.o (.bss); - build/j/src/game/unk_09C250.o (.bss); + build/j/src/game/explosions.o (.bss); build/j/src/game/unk_0A1DA0.o (.bss); build/j/src/game/watch.o (.bss); build/j/src/game/textrelated.o (.bss); build/j/src/game/stan.o (.bss); build/j/src/game/unk_0B3200.o (.bss); build/j/src/game/bg.o (.bss); + build/j/src/game/bg2.o (.bss); build/j/src/game/fog.o (.bss); build/j/src/game/lightfixture.o (.bss); build/j/src/game/unk_0BC530.o (.bss); @@ -4159,48 +4299,34 @@ SECTIONS } _bssSegmentEnd = ADDR(.bss) + SIZEOF(.bss); _bssSegmentSize = SIZEOF(.bss); - _bssSegmentRomEnd = _bssSegmentRomStart + SIZEOF(.bss); _roombufSegmentStart = ADDR(.roombuf); - _roombufSegmentRomStart = _bssSegmentRomEnd; - .roombuf _bssSegmentEnd : AT(_roombufSegmentRomStart){ + .roombuf (NOLOAD) : + { build/j/src/game/room_model_buffer.o (.bss); } _roombufSegmentEnd = ADDR(.roombuf) + SIZEOF(.roombuf); - _roombufSegmentRomEnd = _roombufSegmentRomStart + SIZEOF(.roombuf); - - _tlbbufSegmentStart = ADDR(.tlbbuf); - _tlbbufSegmentRomStart = _roombufSegmentRomEnd; - .tlbbuf _roombufSegmentEnd : AT(_tlbbufSegmentRomStart){ - build/j/src/tlb_buffer.o (.bss); - } - _tlbbufSegmentEnd = ADDR(.tlbbuf) + SIZEOF(.tlbbuf); - _tlbbufSegmentRomEnd = _tlbbufSegmentRomStart + SIZEOF(.tlbbuf); _decompbufSegmentStart = ADDR(.decompbuf); - _decompbufSegmentRomStart = _roombufSegmentRomEnd; - .decompbuf 0x80300000 : AT(_decompbufSegmentRomStart){ + .decompbuf 0x80300000 : + { build/j/src/decompressbuffer.o (.bss); } _decompbufSegmentEnd = ADDR(.decompbuf) + SIZEOF(.decompbuf); - _decompbufSegmentRomEnd = _decompbufSegmentRomStart + SIZEOF(.decompbuf); _stacksSegmentStart = ADDR(.stacks); - _stacksSegmentRomStart = _decompbufSegmentRomEnd; - .stacks 0x803ab400 : AT(_stacksSegmentRomStart){ + .stacks (NOLOAD) : + { build/j/src/stacks.o (.bss); } _stacksSegmentEnd = ADDR(.stacks) + SIZEOF(.stacks); - _stacksSegmentRomEnd = _stacksSegmentRomStart + SIZEOF(.stacks); _cfbSegmentStart = ADDR(.cfb); - _cfbSegmentRomStart = _stacksSegmentRomEnd; - .cfb 0x803b5000 : AT(_cfbSegmentRomStart){ + .cfb (NOLOAD) : + { build/j/src/cfb.o (.bss); } _cfbSegmentEnd = ADDR(.cfb) + SIZEOF(.cfb); - _cfbSegmentRomEnd = _cfbSegmentRomStart + SIZEOF(.cfb); - /*move em to end, out of the way*/ /DISCARD/ : { @@ -4213,37 +4339,7 @@ SECTIONS * (.gptab.bss); * (.gptab.data); * (.reginfo); - - build/j/assets/romfiles.o (.text); - build/j/assets/romfiles.o (.data); - build/j/assets/romfiles2.o (.text); - build/j/assets/romfiles2.o (.data); - build/j/assets/ramrom/ramrom.o (.text); - build/j/assets/ramrom/ramrom.o (.data); - build/j/assets/font/font.o (.text); - build/j/assets/font/font.o (.data); - build/j/assets/music/music.o (.text); - build/j/assets/music/music.o (.data); - build/j/assets/obseg/ob_seg.o (.text); - build/j/assets/obseg/ob_seg.o (.data); - build/j/assets/images/split/*.o (.text); - build/j/assets/images/split/*.o (.data); - build/j/src/rom_header.o (.text); - build/j/src/bootcode.o (.data); - build/j/src/_start.o (.data); - build/j/src/rspboot.o (.data); - build/j/src/_start.o (.rodata); - build/j/src/rspboot.o (.rodata); - build/j/src/gspboot.o (.rodata); - build/j/src/_start.o (.bss); - build/j/assets/romfiles.o (.bss); - build/j/assets/romfiles2.o (.bss); - build/j/assets/ramrom/ramrom.o (.bss); - build/j/assets/font/font.o (.bss); - build/j/assets/music/music.o (.bss); - build/j/assets/obseg/ob_seg.o (.bss); - build/j/src/rspboot.o (.bss); - build/j/src/gspboot.o (.bss); - build/j/src/aspboot.o (.bss); + + } } diff --git a/ge007.ld b/ge007.ld new file mode 100644 index 0000000..7deebdb --- /dev/null +++ b/ge007.ld @@ -0,0 +1,4269 @@ +#define BEGIN_SEG(name, rompos, rampos) \ + _##name##SegmentStart = ADDR(.name); \ + _##name##SegmentRomStart = rompos; \ + .name rampos : AT(rompos) + +#define END_SEG(name) \ + _##name##SegmentEnd = ADDR(.name) + SIZEOF(.name); \ + _##name##SegmentRomEnd = _##name##SegmentRomStart + SIZEOF(.name); + +/*OUTPUT_FORMAT ("elf32-bigmips")*/ +OUTPUT_ARCH (mips) + +SECTIONS +{ + _romSegmentStart = 0; + + /* header */ + BEGIN_SEG(header, _romSegmentStart, 0x04000000) + { + build/u/src/rom_header.o(.data); + } + END_SEG(header) + + + + /* boot */ + BEGIN_SEG(boot, _headerSegmentRomEnd, 0x04000040) + { + build/u/src/bootcode.o(.text); + } + END_SEG(boot) + + + + + /* 0x80000400, 0x80000450 */ + BEGIN_SEG(start, _bootSegmentRomEnd, 0x80000400) + { + build/u/src/_start.o (.text); + } + END_SEG(start) + + + _alt_startSegmentRomStart = _startSegmentRomStart + 0x100000; + _alt_startSegmentStart = _startSegmentStart - 0x10000000 + 0x100000; + + /* 0x70000450, 0x70020D90 001050-021990 */ + BEGIN_SEG(code, _stacksSegmentRomEnd, 0x70000450) SUBALIGN(16) { + build/u/src/boot.o (.text); + build/u/src/init.o (.text); + build/u/src/sched.o (.text); + build/u/src/osMapTLB.o (.text); + build/u/src/tlb_manage.o (.text); + build/u/src/tlb_random.o (.text); + build/u/src/tlb_resolve.o (.text); + build/u/src/tlb_hardwire.o (.text); + build/u/src/audi.o (.text); + build/u/src/speed_graph.o (.text); + build/u/src/fr.o (.text); + build/u/src/deb.o (.text); + build/u/src/fault.o (.text); + /*deb_print may be part of fault per pd beta (.text);*/ + build/u/src/deb_print.o (.text); + build/u/src/getra.o (.text); + build/u/src/ramrom.o (.text); + build/u/src/boss.o (.text); + build/u/src/music.o (.text); + build/u/src/snd.o (.text); + build/u/src/memp.o (.text); + build/u/src/mema.o (.text); + build/u/src/random.o (.text); + build/u/src/token.o (.text); + build/u/src/str.o (.text); + build/u/src/sprintf.o (.text); + build/u/src/pi.o (.text); + build/u/src/vi.o (.text); + build/u/src/debugmenu.o (.text); + build/u/src/joy.o (.text); + build/u/src/motor.o (.text); + build/u/src/rmon.o (.text); + + /*build/u/src/libultra/osPiRawStartDma.o (.text);*/ + build/u/src/libultra/io/pirawdma.o (.text); + build/u/src/libultra/io/pigetstat.o (.text); + build/u/src/libultrare/os/initialize.o (.text); + build/u/src/libultra/os/writebackdcacheall.o (.text); + build/u/src/libultra/os/invalicache.o (.text); + build/u/src/libultra/os/unmaptlb.o (.text); + build/u/src/libultra/os/getfpccsr.o (.text); + build/u/src/libultra/os/setfpccsr.o (.text); + build/u/src/libultra/os/createthread.o (.text); + build/u/src/libultra/os/startthread.o (.text); + build/u/src/libultra/os/createmesgqueue.o (.text); + build/u/src/libultra/os/parameters.o (.text); + build/u/src/libultra/os/stopthread.o (.text); + build/u/src/libultra/os/setthreadpri.o (.text); + build/u/src/libultra/os/getcount.o (.text); + build/u/src/libultrare/io/vimgr.o (.text); + build/u/src/libultrare/io/vitbl.o (.text); /*edited*/ + build/u/src/libultra/os/seteventmesg.o (.text); + build/u/src/libultra/io/visetevent.o (.text); + build/u/src/libultra/os/setintmask.o (.text); + build/u/src/libultra/os/recvmesg.o (.text); + build/u/src/libultra/os/sendmesg.o (.text); + build/u/src/libultra/io/visetmode.o (.text); + build/u/src/libultra/io/visetxscale.o (.text); + build/u/src/libultra/io/visetyscale.o (.text); + build/u/src/libultra/io/virepeatline.o (.text); + build/u/src/libultra/io/viblack.o (.text); + build/u/src/libultra/io/sptaskyielded.o (.text); + build/u/src/libultra/io/dpctr.o (.text); + build/u/src/libultra/io/vigetcurrframebuf.o (.text); + build/u/src/libultra/io/vigetnextframebuf.o (.text); + build/u/src/libultra/io/viswapbuf.o (.text); + build/u/src/libultra/io/dpsetstat.o (.text); + build/u/src/libultrare/io/sptask.o (.text); + build/u/src/libultra/io/dpsetnextbuf.o (.text); + build/u/src/libultra/io/sptaskyield.o (.text); + build/u/src/libultra/os/gettlbhi.o (.text); + build/u/src/libultra/os/virtualtophysical.o (.text); + build/u/src/libultra/io/aisetfreq.o (.text); + build/u/src/libultra/audio/sl.o (.text); + build/u/src/libultra/audio/heapalloc.o (.text); + build/u/src/libultra/os/gettime.o (.text); + build/u/src/libultra/libc/ll.o (.text); /*edited*/ + build/u/src/libultrare/io/aisetnextbuf.o (.text); + build/u/src/libultra/io/aigetlen.o (.text); + build/u/src/libultra/audio/synthesizer.o (.text); + build/u/src/libultra/io/pidma.o (.text); + build/u/src/libultra/io/visetspecial.o (.text); + build/u/src/libultra/libc/bcopy.o (.text); + build/u/src/libultra/gu/perspective.o (.text); + build/u/src/libultra/gu/mtxutil.o (.text); + build/u/src/libultra/os/getcurrfaultthread.o (.text); + build/u/src/libultra/os/exception.o (.text); /*edited*/ + build/u/src/libultra/os/thread.o (.text); + build/u/src/libultra/os/yieldthread.o (.text); + build/u/src/libultra/os/invaldcache.o (.text); + build/u/src/libultra/os/writebackdcache.o (.text); + build/u/src/libultra/os/settimer.o (.text); + build/u/src/libultra/audio/heapinit.o (.text); + build/u/src/libultra/audio/bnkf.o (.text); + build/u/src/libultra/audio/csplayer.o (.text); + build/u/src/libultra/audio/seqpsetbank.o (.text); + build/u/src/libultra/audio/cspgetstate.o (.text); + build/u/src/libultra/audio/cseq.o (.text); + build/u/src/libultra/audio/cspsetseq.o (.text); + build/u/src/libultra/audio/cspplay.o (.text); + build/u/src/libultra/audio/cspstop.o (.text); + build/u/src/libultra/audio/cspsetvol.o (.text); + build/u/src/libultra/audio/event.o (.text); + build/u/src/libultra/audio/synaddplayer.o (.text); + build/u/src/libultra/audio/synallocvoice.o (.text); + build/u/src/libultra/audio/synsetvol.o (.text); + build/u/src/libultra/audio/synstartvoice.o (.text); + build/u/src/libultra/audio/synsetpan.o (.text); + build/u/src/libultra/audio/synsetpitch.o (.text); + build/u/src/libultra/audio/synsetfxmix.o (.text); + build/u/src/libultra/audio/synstopvoice.o (.text); + build/u/src/libultra/audio/synfreevoice.o (.text); + build/u/src/libultra/audio/cents2ratio.o (.text); + build/u/src/libultra/io/piread.o (.text); + build/u/src/libultra/libc/string.o (.text); + build/u/src/libultrare/libc/xprintf.o (.text); + build/u/src/libultrare/io/pimgr.o (.text); + build/u/src/libultrare/io/pfsinit.o (.text); + build/u/src/libultrare/io/controller.o (.text); + build/u/src/libultra/io/contquery.o (.text); + build/u/src/libultrare/io/contreaddata.o (.text); + build/u/src/libultrare/io/conteepprobe.o (.text); + build/u/src/libultrare/io/conteepread.o (.text); + build/u/src/libultrare/io/conteepwrite.o (.text); + build/u/src/libultrare/io/conteeplongread.o (.text); + build/u/src/libultrare/io/conteeplongwrite.o (.text); + build/u/src/libultrare/io/pfsisplug.o (.text); + build/u/src/libultra/io/siacs.o (.text); + build/u/src/libultra/io/sirawdma.o (.text); + build/u/src/libultra/io/crc.o (.text); + build/u/src/libultrare/io/contramwrite.o (.text); + build/u/src/libultrare/io/contramread.o (.text); + build/u/src/libultra/gu/align.o (.text); + build/u/src/libultra/gu/ortho.o (.text); + build/u/src/libultra/gu/coss.o (.text); + build/u/src/libultra/gu/sins.o (.text); + build/u/src/libultra/gu/translate.o (.text); + build/u/src/libultra/libc/bcmp.o (.text); + build/u/src/libultra/gu/scale.o (.text); + build/u/src/libultra/gu/lookatref.o (.text); + build/u/src/libultra/gu/lookat.o (.text); + build/u/src/libultra/gu/rotate.o (.text); + build/u/src/libultra/libc/llcvt.o (.text); /*edited*/ + build/u/src/libultra/os/setsr.o (.text); + build/u/src/libultra/os/getsr.o (.text); + build/u/src/libultra/io/sirawread.o (.text); + build/u/src/libultra/io/sirawwrite.o (.text); + build/u/src/libultra/io/pirawread.o (.text); + build/u/src/libultra/libc/bzero.o (.text); + build/u/src/libultra/os/sethwinterrupt.o (.text); + build/u/src/libultrare/io/leointerrupt.o (.text); + build/u/src/libultra/os/interrupt.o (.text); + build/u/src/libultra/os/timerintr.o (.text); + build/u/src/libultra/os/kdebugserver.o (.text); + build/u/src/libultra/os/getthreadpri.o (.text); + build/u/src/libultrare/io/vi.o (.text); /*edited*/ + build/u/src/libultra/io/vigetcurrcontext.o (.text); + build/u/src/libultra/io/viswapcontext.o (.text); + build/u/src/libultra/io/spgetstat.o (.text); + build/u/src/libultra/io/spsetstat.o (.text); + build/u/src/libultra/io/spsetpc.o (.text); + build/u/src/libultra/io/sprawdma.o (.text); + build/u/src/libultra/io/sp.o (.text); + build/u/src/libultra/io/dp.o (.text); + build/u/src/libultra/os/probetlb.o (.text); + build/u/src/libultra/audio/syndelete.o (.text); + build/u/src/libultra/io/ai.o (.text); + build/u/src/libultrare/audio/drvrNew.o (.text); + build/u/src/libultra/audio/synallocfx.o (.text); + build/u/src/libultra/audio/mainbus.o (.text); + build/u/src/libultra/audio/load.o (.text); + build/u/src/libultra/audio/resample.o (.text); + build/u/src/libultrare/audio/env.o (.text); /*edited*/ + build/u/src/libultra/audio/auxbus.o (.text); + build/u/src/libultra/audio/save.o (.text); + build/u/src/libultra/os/jammesg.o (.text); + build/u/src/libultra/io/pigetcmdq.o (.text); + build/u/src/libultra/gu/cosf.o (.text); /*edited*/ + build/u/src/libultra/gu/sinf.o (.text); /*edited*/ + build/u/src/libultrare/os/destroythread.o (.text); + build/u/src/libultra/audio/seqplayer.o (.text); + build/u/src/libultra/audio/synstartvoiceparam.o (.text); + build/u/src/libultra/audio/copy.o (.text); + build/u/src/libultra/io/piacs.o (.text); + build/u/src/libultra/libc/xlitob.o (.text); + build/u/src/libultra/libc/xldtob.o (.text); + build/u/src/libultrare/io/epirawdma.o (.text); + build/u/src/libultrare/io/devmgr.o (.text); + build/u/src/libultra/io/contpfs.o (.text); + build/u/src/libultra/io/si.o (.text); + build/u/src/libultra/gu/normalize.o (.text); + build/u/src/libultra/gu/sqrtf.o (.text); + build/u/src/libultrare/io/leodiskinit.o (.text); + build/u/src/libultra/os/setcompare.o (.text); + build/u/src/libultra/audio/filter.o (.text); + build/u/src/libultrare/audio/reverb.o (.text); /*edited*/ + build/u/src/libultra/gu/libm_vals.o (.text); /*edited*/ + build/u/src/libultra/audio/seq.o (.text); + build/u/src/libultra/audio/synsetpriority.o (.text); + build/u/src/libultra/libc/ldiv.o (.text); + build/u/src/libultra/os/resetglobalintmask.o (.text); + build/u/src/libultrare/io/epirawwrite.o (.text); + build/u/src/libultra/io/vimodentsclan1.o (.text); + build/u/src/libultrare/io/vimodepallan1.o (.text); + build/u/src/libultrare/ultra80069080.o (.text); /*edited*/ + /*build/u/src/libultra/libultra.a:libultra.o (.text);*/ + } + END_SEG(code) + + + BEGIN_SEG(cdata, _codeSegmentRomEnd, _codeSegmentRomEnd) + { + build/u/src/c_data_filler.o (.data); + } + END_SEG(cdata) + + + + /* (0x70200000, 0x702029BC, 0x701CCA70), // 033590-035F4D [29BD] */ + BEGIN_SEG(inflate, _cdataSegmentRomEnd, 0x70200000) + { + build/u/src/inflate/inflate.o (.text); + build/u/src/inflate/inflate.o (.data); + } + END_SEG(inflate) + + + + + + /* (0x7F000000, 0x7F0E2D50, 0x7EFCB4D0), // 034B30-117881 [E2D51] */ + BEGIN_SEG(game, _inflateSegmentRomEnd, 0x7F000000) + { + build/u/src/game/initgamedata.o (.text); + build/u/src/game/initweaponanigroups.o (.text); + build/u/src/game/initactorpropstuff.o (.text); + build/u/src/game/initnull_0009D0.o (.text); + build/u/src/game/initunk_0009E0.o (.text); + build/u/src/game/initanitable.o (.text); + build/u/src/game/initplayergaitobject.o (.text); + build/u/src/game/setguscale.o (.text); + build/u/src/game/initnull_000BC0.o (.text); + build/u/src/game/initimages.o (.text); + build/u/src/game/initintromatrices.o (.text); + build/u/src/game/initmenus.o (.text); + build/u/src/game/initguards.o (.text); + build/u/src/game/deb_loadallmodels.o (.text); + build/u/src/game/initobjects.o (.text); + build/u/src/game/prop.o (.text); + build/u/src/game/objective.o (.text); + build/u/src/game/ejectedcartridges.o (.text); + build/u/src/game/initBondDATA.o (.text); + build/u/src/game/initunk_005450.o (.text); + build/u/src/game/initunk_005520.o (.text); + build/u/src/game/bondview_r.o (.text); + build/u/src/game/inititemslots.o (.text); + build/u/src/game/initBondDATAdefaults.o (.text); + build/u/src/game/initpathtablesomething.o (.text); + build/u/src/game/initpathtablelinks.o (.text); + build/u/src/game/initexplosioncasing.o (.text); + build/u/src/game/alloc_window_pieces.o (.text); + build/u/src/game/initunk_007290.o (.text); + build/u/src/game/initcheattext.o (.text); + build/u/src/game/initmttex.o (.text); + build/u/src/game/cleanup_guard_data.o (.text); + build/u/src/game/cleanup_object_sounds.o (.text); + build/u/src/game/cleanup_alarms.o (.text); + build/u/src/game/cleanup_objects.o (.text); + build/u/src/game/cleanup_objectives.o (.text); + build/u/src/game/cleanupSFXRelated.o (.text); + build/u/src/game/playerstats_007770.o (.text); + build/u/src/game/cleanexplosions.o (.text); + build/u/src/game/cleanwindowpieces.o (.text); + build/u/src/game/null_007970.o (.text); + build/u/src/game/cleanplayersound.o (.text); + build/u/src/game/title.o (.text); + build/u/src/game/front.o (.text); + build/u/src/game/unk_01B0E0.o (.text); + build/u/src/game/unk_01B240.o (.text); + build/u/src/game/unk_01BAE0.o (.text); + build/u/src/game/blood_animation.o (.text); + build/u/src/game/blood_decrypt.o (.text); + build/u/src/game/file.o (.text); + build/u/src/game/file2.o (.text); + build/u/src/game/chr.o (.text); + build/u/src/game/chrlv.o (.text); + build/u/src/game/chrai.o (.text); + build/u/src/game/chrprop.o (.text); + build/u/src/game/chrobjhandler.o (.text); + build/u/src/game/loadobjectmodel.o (.text); + build/u/src/game/objective_status.o (.text); + build/u/src/game/objective_status2.o (.text); + build/u/src/game/math_sincos.o (.text); + build/u/src/game/matrixmath.o (.text); + build/u/src/game/math_unk_05A9E0.o (.text); + build/u/src/game/math_atan2f.o (.text); + build/u/src/game/math_asinacos.o (.text); + build/u/src/game/math_asinfacosf.o (.text); + build/u/src/game/matrixmath_misc.o (.text); + build/u/src/game/quaternion.o (.text); + build/u/src/game/math_floor.o (.text); + build/u/src/game/math_ceil.o (.text); + build/u/src/game/gun.o (.text); + build/u/src/game/bondwalk2.o (.text); + build/u/src/game/objecthandler.o (.text); + build/u/src/game/objecthandler_1.o (.text); + build/u/src/game/objecthandler_2.o (.text); + build/u/src/game/othermodemicrocode.o (.text); + build/u/src/game/bondview.o (.text); + build/u/src/game/bondinv.o (.text); + build/u/src/game/bondhead.o (.text); + build/u/src/game/debugmenu_08FE00.o (.text); + build/u/src/game/debugmenu_handler.o (.text); + build/u/src/game/unk_091080.o (.text); + build/u/src/game/chraidata.o (.text); + build/u/src/game/pobjdata.o (.text); + build/u/src/game/gobjdata.o (.text); + build/u/src/game/gobjdata2.o (.text); + build/u/src/game/cobjdata.o (.text); + build/u/src/game/cheat_buttons.o (.text); + build/u/src/game/unk_092890.o (.text); + build/u/src/game/unk_092E50.o (.text); + build/u/src/game/player.o (.text); + build/u/src/game/player_2.o (.text); + build/u/src/game/crc.o (.text); + build/u/src/game/chrObjRandom.o (.text); + build/u/src/game/unk_09B7A0.o (.text); + build/u/src/game/explosions.o (.text); + build/u/src/game/unk_0A1DA0.o (.text); + build/u/src/game/watch.o (.text); + build/u/src/game/textrelated.o (.text); + build/u/src/game/stan.o (.text); + build/u/src/game/unk_0B3200.o (.text); + build/u/src/game/bg.o (.text); + build/u/src/game/bg2.o (.text); + build/u/src/game/fog.o (.text); + build/u/src/game/lightfixture.o (.text); + build/u/src/game/unk_0BC530.o (.text); + build/u/src/game/ob.o (.text); + build/u/src/game/dyn.o (.text); + build/u/src/game/lvl.o (.text); + build/u/src/game/ramromreplay.o (.text); + build/u/src/game/unk_0C0A70.o (.text); + build/u/src/game/mp_music.o (.text); + build/u/src/game/lvl_text.o (.text); + build/u/src/game/mp_watch.o (.text); + build/u/src/game/radar.o (.text); + build/u/src/game/mp_weapon.o (.text); + build/u/src/game/image.o (.text); + build/u/src/game/image_bank.o (.text); + build/u/src/game/unk_0CC4C0.o (.text); + build/u/src/game/decompress.o (.text); + build/u/src/game/zlib.o (.text); + build/u/src/game/rsp.o (.text); + build/u/src/game/indy_comms.o (.text); + build/u/src/game/indy_commands.o (.text); + build/u/src/game/game_debug.o (.text); + build/u/src/game/compiletime.o (.text); + build/u/src/game/unk_0D1AC0.o (.text); + build/u/src/game/viewport.o (.text); + build/u/src/game/music_0D2720.o (.text); + build/u/src/game/spectrum.o (.text); + } + END_SEG(game) + + + BEGIN_SEG(romfiles_117880, _gameSegmentRomEnd, _romfiles_117880SegmentRomStart) + { + build/u/assets/romfiles.o (.data); + } + END_SEG(romfiles_117880) + + + BEGIN_SEG(romfiles_29d160, _romfiles_117880SegmentRomEnd, 0x02000000) + { + build/u/assets/GlobalImageTable.o (.data); + } + END_SEG(romfiles_29d160) + + + BEGIN_SEG(romfiles_29e560, _G_I_TSegmentRomEnd, _romfiles2SegmentRomStart) + { + build/u/assets/romfiles2.o (.data); + } + END_SEG(romfiles_29e560) + + BEGIN_SEG(ramromfiles, romfiles_29e560SegmentRomEnd, _romfiles2SegmentRomStart) + { + build/u/assets/ramrom/ramrom.o (.data); + } + END_SEG(ramromfiles) + + + BEGIN_SEG(fonttablectlsmall1, _romfiles2SegmentRomEnd, _fonttablectlsmall1SegmentRomStart) + { + build/u/assets/font/font_first_font_table_controller_small.o (.data); + } + END_SEG(fonttablectlsmall1) + + BEGIN_SEG(fonttablectllarge1, _fonttablectlsmall1SegmentRomEnd, _fonttablectllarge1SegmentRomStart) + { + build/u/assets/font/font_first_font_table_controller_large.o (.data); + } + END_SEG(fonttablectllarge1) + + + + BEGIN_SEG(musicfiles, _fonttablectllarge1SegmentRomEnd, _musicfilesSegmentRomStart) + { + build/u/assets/music/sfx.ctl.o (.data); + build/u/assets/music/sfx.tbl.o (.data); + build/u/assets/music/instruments.ctl.o (.data); + build/u/assets/music/instruments.tbl.o (.data); + build/u/assets/music/music.o (.music); + build/u/assets/music/music.o (.musiccompressed); + } + END_SEG(musicfiles) + + + + BEGIN_SEG(obseg, _musicfilesSegmentRomEnd, _obsegSegmentRomStart) + { + build/u/assets/obseg/ob_seg.o (.data); + } + END_SEG(obseg) + + + + BEGIN_SEG(images, _obsegSegmentRomEnd, _imagesSegmentRomStart) + { + _image1_start = .; + build/u/assets/images/split/image1.o (.data); + _image1_end = .; + _image1_size = (_image1_end - _image1_start); + build/u/assets/images/split/image2.o (.data); + build/u/assets/images/split/image3.o (.data); + build/u/assets/images/split/image4.o (.data); + build/u/assets/images/split/image5.o (.data); + build/u/assets/images/split/image6.o (.data); + build/u/assets/images/split/image7.o (.data); + build/u/assets/images/split/image8.o (.data); + build/u/assets/images/split/image9.o (.data); + build/u/assets/images/split/image10.o (.data); + build/u/assets/images/split/image11.o (.data); + build/u/assets/images/split/image12.o (.data); + build/u/assets/images/split/image13.o (.data); + build/u/assets/images/split/image14.o (.data); + build/u/assets/images/split/image15.o (.data); + build/u/assets/images/split/image16.o (.data); + build/u/assets/images/split/image17.o (.data); + build/u/assets/images/split/image18.o (.data); + build/u/assets/images/split/image19.o (.data); + build/u/assets/images/split/image20.o (.data); + build/u/assets/images/split/image21.o (.data); + build/u/assets/images/split/image22.o (.data); + build/u/assets/images/split/image23.o (.data); + build/u/assets/images/split/image24.o (.data); + build/u/assets/images/split/image25.o (.data); + build/u/assets/images/split/image26.o (.data); + build/u/assets/images/split/image27.o (.data); + build/u/assets/images/split/image28.o (.data); + build/u/assets/images/split/image29.o (.data); + build/u/assets/images/split/image30.o (.data); + build/u/assets/images/split/image31.o (.data); + build/u/assets/images/split/image32.o (.data); + build/u/assets/images/split/image33.o (.data); + build/u/assets/images/split/image34.o (.data); + build/u/assets/images/split/image35.o (.data); + build/u/assets/images/split/image36.o (.data); + build/u/assets/images/split/image37.o (.data); + build/u/assets/images/split/image38.o (.data); + build/u/assets/images/split/image39.o (.data); + build/u/assets/images/split/image40.o (.data); + build/u/assets/images/split/image41.o (.data); + build/u/assets/images/split/image42.o (.data); + build/u/assets/images/split/image43.o (.data); + build/u/assets/images/split/image44.o (.data); + build/u/assets/images/split/image45.o (.data); + build/u/assets/images/split/image46.o (.data); + build/u/assets/images/split/image47.o (.data); + build/u/assets/images/split/image48.o (.data); + build/u/assets/images/split/image49.o (.data); + build/u/assets/images/split/image50.o (.data); + build/u/assets/images/split/image51.o (.data); + build/u/assets/images/split/image52.o (.data); + build/u/assets/images/split/image53.o (.data); + build/u/assets/images/split/image54.o (.data); + build/u/assets/images/split/image55.o (.data); + build/u/assets/images/split/image56.o (.data); + build/u/assets/images/split/image57.o (.data); + build/u/assets/images/split/image58.o (.data); + build/u/assets/images/split/image59.o (.data); + build/u/assets/images/split/image60.o (.data); + build/u/assets/images/split/image61.o (.data); + build/u/assets/images/split/image62.o (.data); + build/u/assets/images/split/image63.o (.data); + build/u/assets/images/split/image64.o (.data); + build/u/assets/images/split/image65.o (.data); + build/u/assets/images/split/image66.o (.data); + build/u/assets/images/split/image67.o (.data); + build/u/assets/images/split/image68.o (.data); + build/u/assets/images/split/image69.o (.data); + build/u/assets/images/split/image70.o (.data); + build/u/assets/images/split/image71.o (.data); + build/u/assets/images/split/image72.o (.data); + build/u/assets/images/split/image73.o (.data); + build/u/assets/images/split/image74.o (.data); + build/u/assets/images/split/image75.o (.data); + build/u/assets/images/split/image76.o (.data); + build/u/assets/images/split/image77.o (.data); + build/u/assets/images/split/image78.o (.data); + build/u/assets/images/split/image79.o (.data); + build/u/assets/images/split/image80.o (.data); + build/u/assets/images/split/image81.o (.data); + build/u/assets/images/split/image82.o (.data); + build/u/assets/images/split/image83.o (.data); + build/u/assets/images/split/image84.o (.data); + build/u/assets/images/split/image85.o (.data); + build/u/assets/images/split/image86.o (.data); + build/u/assets/images/split/image87.o (.data); + build/u/assets/images/split/image88.o (.data); + build/u/assets/images/split/image89.o (.data); + build/u/assets/images/split/image90.o (.data); + build/u/assets/images/split/image91.o (.data); + build/u/assets/images/split/image92.o (.data); + build/u/assets/images/split/image93.o (.data); + build/u/assets/images/split/image94.o (.data); + build/u/assets/images/split/image95.o (.data); + build/u/assets/images/split/image96.o (.data); + build/u/assets/images/split/image97.o (.data); + build/u/assets/images/split/image98.o (.data); + build/u/assets/images/split/image99.o (.data); + build/u/assets/images/split/image100.o (.data); + build/u/assets/images/split/image101.o (.data); + build/u/assets/images/split/image102.o (.data); + build/u/assets/images/split/image103.o (.data); + build/u/assets/images/split/image104.o (.data); + build/u/assets/images/split/image105.o (.data); + build/u/assets/images/split/image106.o (.data); + build/u/assets/images/split/image107.o (.data); + build/u/assets/images/split/image108.o (.data); + build/u/assets/images/split/image109.o (.data); + build/u/assets/images/split/image110.o (.data); + build/u/assets/images/split/image111.o (.data); + build/u/assets/images/split/image112.o (.data); + build/u/assets/images/split/image113.o (.data); + build/u/assets/images/split/image114.o (.data); + build/u/assets/images/split/image115.o (.data); + build/u/assets/images/split/image116.o (.data); + build/u/assets/images/split/image117.o (.data); + build/u/assets/images/split/image118.o (.data); + build/u/assets/images/split/image119.o (.data); + build/u/assets/images/split/image120.o (.data); + build/u/assets/images/split/image121.o (.data); + build/u/assets/images/split/image122.o (.data); + build/u/assets/images/split/image123.o (.data); + build/u/assets/images/split/image124.o (.data); + build/u/assets/images/split/image125.o (.data); + build/u/assets/images/split/image126.o (.data); + build/u/assets/images/split/image127.o (.data); + build/u/assets/images/split/image128.o (.data); + build/u/assets/images/split/image129.o (.data); + build/u/assets/images/split/image130.o (.data); + build/u/assets/images/split/image131.o (.data); + build/u/assets/images/split/image132.o (.data); + build/u/assets/images/split/image133.o (.data); + build/u/assets/images/split/image134.o (.data); + build/u/assets/images/split/image135.o (.data); + build/u/assets/images/split/image136.o (.data); + build/u/assets/images/split/image137.o (.data); + build/u/assets/images/split/image138.o (.data); + build/u/assets/images/split/image139.o (.data); + build/u/assets/images/split/image140.o (.data); + build/u/assets/images/split/image141.o (.data); + build/u/assets/images/split/image142.o (.data); + build/u/assets/images/split/image143.o (.data); + build/u/assets/images/split/image144.o (.data); + build/u/assets/images/split/image145.o (.data); + build/u/assets/images/split/image146.o (.data); + build/u/assets/images/split/image147.o (.data); + build/u/assets/images/split/image148.o (.data); + build/u/assets/images/split/image149.o (.data); + build/u/assets/images/split/image150.o (.data); + build/u/assets/images/split/image151.o (.data); + build/u/assets/images/split/image152.o (.data); + build/u/assets/images/split/image153.o (.data); + build/u/assets/images/split/image154.o (.data); + build/u/assets/images/split/image155.o (.data); + build/u/assets/images/split/image156.o (.data); + build/u/assets/images/split/image157.o (.data); + build/u/assets/images/split/image158.o (.data); + build/u/assets/images/split/image159.o (.data); + build/u/assets/images/split/image160.o (.data); + build/u/assets/images/split/image161.o (.data); + build/u/assets/images/split/image162.o (.data); + build/u/assets/images/split/image163.o (.data); + build/u/assets/images/split/image164.o (.data); + build/u/assets/images/split/image165.o (.data); + build/u/assets/images/split/image166.o (.data); + build/u/assets/images/split/image167.o (.data); + build/u/assets/images/split/image168.o (.data); + build/u/assets/images/split/image169.o (.data); + build/u/assets/images/split/image170.o (.data); + build/u/assets/images/split/image171.o (.data); + build/u/assets/images/split/image172.o (.data); + build/u/assets/images/split/image173.o (.data); + build/u/assets/images/split/image174.o (.data); + build/u/assets/images/split/image175.o (.data); + build/u/assets/images/split/image176.o (.data); + build/u/assets/images/split/image177.o (.data); + build/u/assets/images/split/image178.o (.data); + build/u/assets/images/split/image179.o (.data); + build/u/assets/images/split/image180.o (.data); + build/u/assets/images/split/image181.o (.data); + build/u/assets/images/split/image182.o (.data); + build/u/assets/images/split/image183.o (.data); + build/u/assets/images/split/image184.o (.data); + build/u/assets/images/split/image185.o (.data); + build/u/assets/images/split/image186.o (.data); + build/u/assets/images/split/image187.o (.data); + build/u/assets/images/split/image188.o (.data); + build/u/assets/images/split/image189.o (.data); + build/u/assets/images/split/image190.o (.data); + build/u/assets/images/split/image191.o (.data); + build/u/assets/images/split/image192.o (.data); + build/u/assets/images/split/image193.o (.data); + build/u/assets/images/split/image194.o (.data); + build/u/assets/images/split/image195.o (.data); + build/u/assets/images/split/image196.o (.data); + build/u/assets/images/split/image197.o (.data); + build/u/assets/images/split/image198.o (.data); + build/u/assets/images/split/image199.o (.data); + build/u/assets/images/split/image200.o (.data); + build/u/assets/images/split/image201.o (.data); + build/u/assets/images/split/image202.o (.data); + build/u/assets/images/split/image203.o (.data); + build/u/assets/images/split/image204.o (.data); + build/u/assets/images/split/image205.o (.data); + build/u/assets/images/split/image206.o (.data); + build/u/assets/images/split/image207.o (.data); + build/u/assets/images/split/image208.o (.data); + build/u/assets/images/split/image209.o (.data); + build/u/assets/images/split/image210.o (.data); + build/u/assets/images/split/image211.o (.data); + build/u/assets/images/split/image212.o (.data); + build/u/assets/images/split/image213.o (.data); + build/u/assets/images/split/image214.o (.data); + build/u/assets/images/split/image215.o (.data); + build/u/assets/images/split/image216.o (.data); + build/u/assets/images/split/image217.o (.data); + build/u/assets/images/split/image218.o (.data); + build/u/assets/images/split/image219.o (.data); + build/u/assets/images/split/image220.o (.data); + build/u/assets/images/split/image221.o (.data); + build/u/assets/images/split/image222.o (.data); + build/u/assets/images/split/image223.o (.data); + build/u/assets/images/split/image224.o (.data); + build/u/assets/images/split/image225.o (.data); + build/u/assets/images/split/image226.o (.data); + build/u/assets/images/split/image227.o (.data); + build/u/assets/images/split/image228.o (.data); + build/u/assets/images/split/image229.o (.data); + build/u/assets/images/split/image230.o (.data); + build/u/assets/images/split/image231.o (.data); + build/u/assets/images/split/image232.o (.data); + build/u/assets/images/split/image233.o (.data); + build/u/assets/images/split/image234.o (.data); + build/u/assets/images/split/image235.o (.data); + build/u/assets/images/split/image236.o (.data); + build/u/assets/images/split/image237.o (.data); + build/u/assets/images/split/image238.o (.data); + build/u/assets/images/split/image239.o (.data); + build/u/assets/images/split/image240.o (.data); + build/u/assets/images/split/image241.o (.data); + build/u/assets/images/split/image242.o (.data); + build/u/assets/images/split/image243.o (.data); + build/u/assets/images/split/image244.o (.data); + build/u/assets/images/split/image245.o (.data); + build/u/assets/images/split/image246.o (.data); + build/u/assets/images/split/image247.o (.data); + build/u/assets/images/split/image248.o (.data); + build/u/assets/images/split/image249.o (.data); + build/u/assets/images/split/image250.o (.data); + build/u/assets/images/split/image251.o (.data); + build/u/assets/images/split/image252.o (.data); + build/u/assets/images/split/image253.o (.data); + build/u/assets/images/split/image254.o (.data); + build/u/assets/images/split/image255.o (.data); + build/u/assets/images/split/image256.o (.data); + build/u/assets/images/split/image257.o (.data); + build/u/assets/images/split/image258.o (.data); + build/u/assets/images/split/image259.o (.data); + build/u/assets/images/split/image260.o (.data); + build/u/assets/images/split/image261.o (.data); + build/u/assets/images/split/image262.o (.data); + build/u/assets/images/split/image263.o (.data); + build/u/assets/images/split/image264.o (.data); + build/u/assets/images/split/image265.o (.data); + build/u/assets/images/split/image266.o (.data); + build/u/assets/images/split/image267.o (.data); + build/u/assets/images/split/image268.o (.data); + build/u/assets/images/split/image269.o (.data); + build/u/assets/images/split/image270.o (.data); + build/u/assets/images/split/image271.o (.data); + build/u/assets/images/split/image272.o (.data); + build/u/assets/images/split/image273.o (.data); + build/u/assets/images/split/image274.o (.data); + build/u/assets/images/split/image275.o (.data); + build/u/assets/images/split/image276.o (.data); + build/u/assets/images/split/image277.o (.data); + build/u/assets/images/split/image278.o (.data); + build/u/assets/images/split/image279.o (.data); + build/u/assets/images/split/image280.o (.data); + build/u/assets/images/split/image281.o (.data); + build/u/assets/images/split/image282.o (.data); + build/u/assets/images/split/image283.o (.data); + build/u/assets/images/split/image284.o (.data); + build/u/assets/images/split/image285.o (.data); + build/u/assets/images/split/image286.o (.data); + build/u/assets/images/split/image287.o (.data); + build/u/assets/images/split/image288.o (.data); + build/u/assets/images/split/image289.o (.data); + build/u/assets/images/split/image290.o (.data); + build/u/assets/images/split/image291.o (.data); + build/u/assets/images/split/image292.o (.data); + build/u/assets/images/split/image293.o (.data); + build/u/assets/images/split/image294.o (.data); + build/u/assets/images/split/image295.o (.data); + build/u/assets/images/split/image296.o (.data); + build/u/assets/images/split/image297.o (.data); + build/u/assets/images/split/image298.o (.data); + build/u/assets/images/split/image299.o (.data); + build/u/assets/images/split/image300.o (.data); + build/u/assets/images/split/image301.o (.data); + build/u/assets/images/split/image302.o (.data); + build/u/assets/images/split/image303.o (.data); + build/u/assets/images/split/image304.o (.data); + build/u/assets/images/split/image305.o (.data); + build/u/assets/images/split/image306.o (.data); + build/u/assets/images/split/image307.o (.data); + build/u/assets/images/split/image308.o (.data); + build/u/assets/images/split/image309.o (.data); + build/u/assets/images/split/image310.o (.data); + build/u/assets/images/split/image311.o (.data); + build/u/assets/images/split/image312.o (.data); + build/u/assets/images/split/image313.o (.data); + build/u/assets/images/split/image314.o (.data); + build/u/assets/images/split/image315.o (.data); + build/u/assets/images/split/image316.o (.data); + build/u/assets/images/split/image317.o (.data); + build/u/assets/images/split/image318.o (.data); + build/u/assets/images/split/image319.o (.data); + build/u/assets/images/split/image320.o (.data); + build/u/assets/images/split/image321.o (.data); + build/u/assets/images/split/image322.o (.data); + build/u/assets/images/split/image323.o (.data); + build/u/assets/images/split/image324.o (.data); + build/u/assets/images/split/image325.o (.data); + build/u/assets/images/split/image326.o (.data); + build/u/assets/images/split/image327.o (.data); + build/u/assets/images/split/image328.o (.data); + build/u/assets/images/split/image329.o (.data); + build/u/assets/images/split/image330.o (.data); + build/u/assets/images/split/image331.o (.data); + build/u/assets/images/split/image332.o (.data); + build/u/assets/images/split/image333.o (.data); + build/u/assets/images/split/image334.o (.data); + build/u/assets/images/split/image335.o (.data); + build/u/assets/images/split/image336.o (.data); + build/u/assets/images/split/image337.o (.data); + build/u/assets/images/split/image338.o (.data); + build/u/assets/images/split/image339.o (.data); + build/u/assets/images/split/image340.o (.data); + build/u/assets/images/split/image341.o (.data); + build/u/assets/images/split/image342.o (.data); + build/u/assets/images/split/image343.o (.data); + build/u/assets/images/split/image344.o (.data); + build/u/assets/images/split/image345.o (.data); + build/u/assets/images/split/image346.o (.data); + build/u/assets/images/split/image347.o (.data); + build/u/assets/images/split/image348.o (.data); + build/u/assets/images/split/image349.o (.data); + build/u/assets/images/split/image350.o (.data); + build/u/assets/images/split/image351.o (.data); + build/u/assets/images/split/image352.o (.data); + build/u/assets/images/split/image353.o (.data); + build/u/assets/images/split/image354.o (.data); + build/u/assets/images/split/image355.o (.data); + build/u/assets/images/split/image356.o (.data); + build/u/assets/images/split/image357.o (.data); + build/u/assets/images/split/image358.o (.data); + build/u/assets/images/split/image359.o (.data); + build/u/assets/images/split/image360.o (.data); + build/u/assets/images/split/image361.o (.data); + build/u/assets/images/split/image362.o (.data); + build/u/assets/images/split/image363.o (.data); + build/u/assets/images/split/image364.o (.data); + build/u/assets/images/split/image365.o (.data); + build/u/assets/images/split/image366.o (.data); + build/u/assets/images/split/image367.o (.data); + build/u/assets/images/split/image368.o (.data); + build/u/assets/images/split/image369.o (.data); + build/u/assets/images/split/image370.o (.data); + build/u/assets/images/split/image371.o (.data); + build/u/assets/images/split/image372.o (.data); + build/u/assets/images/split/image373.o (.data); + build/u/assets/images/split/image374.o (.data); + build/u/assets/images/split/image375.o (.data); + build/u/assets/images/split/image376.o (.data); + build/u/assets/images/split/image377.o (.data); + build/u/assets/images/split/image378.o (.data); + build/u/assets/images/split/image379.o (.data); + build/u/assets/images/split/image380.o (.data); + build/u/assets/images/split/image381.o (.data); + build/u/assets/images/split/image382.o (.data); + build/u/assets/images/split/image383.o (.data); + build/u/assets/images/split/image384.o (.data); + build/u/assets/images/split/image385.o (.data); + build/u/assets/images/split/image386.o (.data); + build/u/assets/images/split/image387.o (.data); + build/u/assets/images/split/image388.o (.data); + build/u/assets/images/split/image389.o (.data); + build/u/assets/images/split/image390.o (.data); + build/u/assets/images/split/image391.o (.data); + build/u/assets/images/split/image392.o (.data); + build/u/assets/images/split/image393.o (.data); + build/u/assets/images/split/image394.o (.data); + build/u/assets/images/split/image395.o (.data); + build/u/assets/images/split/image396.o (.data); + build/u/assets/images/split/image397.o (.data); + build/u/assets/images/split/image398.o (.data); + build/u/assets/images/split/image399.o (.data); + build/u/assets/images/split/image400.o (.data); + build/u/assets/images/split/image401.o (.data); + build/u/assets/images/split/image402.o (.data); + build/u/assets/images/split/image403.o (.data); + build/u/assets/images/split/image404.o (.data); + build/u/assets/images/split/image405.o (.data); + build/u/assets/images/split/image406.o (.data); + build/u/assets/images/split/image407.o (.data); + build/u/assets/images/split/image408.o (.data); + build/u/assets/images/split/image409.o (.data); + build/u/assets/images/split/image410.o (.data); + build/u/assets/images/split/image411.o (.data); + build/u/assets/images/split/image412.o (.data); + build/u/assets/images/split/image413.o (.data); + build/u/assets/images/split/image414.o (.data); + build/u/assets/images/split/image415.o (.data); + build/u/assets/images/split/image416.o (.data); + build/u/assets/images/split/image417.o (.data); + build/u/assets/images/split/image418.o (.data); + build/u/assets/images/split/image419.o (.data); + build/u/assets/images/split/image420.o (.data); + build/u/assets/images/split/image421.o (.data); + build/u/assets/images/split/image422.o (.data); + build/u/assets/images/split/image423.o (.data); + build/u/assets/images/split/image424.o (.data); + build/u/assets/images/split/image425.o (.data); + build/u/assets/images/split/image426.o (.data); + build/u/assets/images/split/image427.o (.data); + build/u/assets/images/split/image428.o (.data); + build/u/assets/images/split/image429.o (.data); + build/u/assets/images/split/image430.o (.data); + build/u/assets/images/split/image431.o (.data); + build/u/assets/images/split/image432.o (.data); + build/u/assets/images/split/image433.o (.data); + build/u/assets/images/split/image434.o (.data); + build/u/assets/images/split/image435.o (.data); + build/u/assets/images/split/image436.o (.data); + build/u/assets/images/split/image437.o (.data); + build/u/assets/images/split/image438.o (.data); + build/u/assets/images/split/image439.o (.data); + build/u/assets/images/split/image440.o (.data); + build/u/assets/images/split/image441.o (.data); + build/u/assets/images/split/image442.o (.data); + build/u/assets/images/split/image443.o (.data); + build/u/assets/images/split/image444.o (.data); + build/u/assets/images/split/image445.o (.data); + build/u/assets/images/split/image446.o (.data); + build/u/assets/images/split/image447.o (.data); + build/u/assets/images/split/image448.o (.data); + build/u/assets/images/split/image449.o (.data); + build/u/assets/images/split/image450.o (.data); + build/u/assets/images/split/image451.o (.data); + build/u/assets/images/split/image452.o (.data); + build/u/assets/images/split/image453.o (.data); + build/u/assets/images/split/image454.o (.data); + build/u/assets/images/split/image455.o (.data); + build/u/assets/images/split/image456.o (.data); + build/u/assets/images/split/image457.o (.data); + build/u/assets/images/split/image458.o (.data); + build/u/assets/images/split/image459.o (.data); + build/u/assets/images/split/image460.o (.data); + build/u/assets/images/split/image461.o (.data); + build/u/assets/images/split/image462.o (.data); + build/u/assets/images/split/image463.o (.data); + build/u/assets/images/split/image464.o (.data); + build/u/assets/images/split/image465.o (.data); + build/u/assets/images/split/image466.o (.data); + build/u/assets/images/split/image467.o (.data); + build/u/assets/images/split/image468.o (.data); + build/u/assets/images/split/image469.o (.data); + build/u/assets/images/split/image470.o (.data); + build/u/assets/images/split/image471.o (.data); + build/u/assets/images/split/image472.o (.data); + build/u/assets/images/split/image473.o (.data); + build/u/assets/images/split/image474.o (.data); + build/u/assets/images/split/image475.o (.data); + build/u/assets/images/split/image476.o (.data); + build/u/assets/images/split/image477.o (.data); + build/u/assets/images/split/image478.o (.data); + build/u/assets/images/split/image479.o (.data); + build/u/assets/images/split/image480.o (.data); + build/u/assets/images/split/image481.o (.data); + build/u/assets/images/split/image482.o (.data); + build/u/assets/images/split/image483.o (.data); + build/u/assets/images/split/image484.o (.data); + build/u/assets/images/split/image485.o (.data); + build/u/assets/images/split/image486.o (.data); + build/u/assets/images/split/image487.o (.data); + build/u/assets/images/split/image488.o (.data); + build/u/assets/images/split/image489.o (.data); + build/u/assets/images/split/image490.o (.data); + build/u/assets/images/split/image491.o (.data); + build/u/assets/images/split/image492.o (.data); + build/u/assets/images/split/image493.o (.data); + build/u/assets/images/split/image494.o (.data); + build/u/assets/images/split/image495.o (.data); + build/u/assets/images/split/image496.o (.data); + build/u/assets/images/split/image497.o (.data); + build/u/assets/images/split/image498.o (.data); + build/u/assets/images/split/image499.o (.data); + build/u/assets/images/split/image500.o (.data); + build/u/assets/images/split/image501.o (.data); + build/u/assets/images/split/image502.o (.data); + build/u/assets/images/split/image503.o (.data); + build/u/assets/images/split/image504.o (.data); + build/u/assets/images/split/image505.o (.data); + build/u/assets/images/split/image506.o (.data); + build/u/assets/images/split/image507.o (.data); + build/u/assets/images/split/image508.o (.data); + build/u/assets/images/split/image509.o (.data); + build/u/assets/images/split/image510.o (.data); + build/u/assets/images/split/image511.o (.data); + build/u/assets/images/split/image512.o (.data); + build/u/assets/images/split/image513.o (.data); + build/u/assets/images/split/image514.o (.data); + build/u/assets/images/split/image515.o (.data); + build/u/assets/images/split/image516.o (.data); + build/u/assets/images/split/image517.o (.data); + build/u/assets/images/split/image518.o (.data); + build/u/assets/images/split/image519.o (.data); + build/u/assets/images/split/image520.o (.data); + build/u/assets/images/split/image521.o (.data); + build/u/assets/images/split/image522.o (.data); + build/u/assets/images/split/image523.o (.data); + build/u/assets/images/split/image524.o (.data); + build/u/assets/images/split/image525.o (.data); + build/u/assets/images/split/image526.o (.data); + build/u/assets/images/split/image527.o (.data); + build/u/assets/images/split/image528.o (.data); + build/u/assets/images/split/image529.o (.data); + build/u/assets/images/split/image530.o (.data); + build/u/assets/images/split/image531.o (.data); + build/u/assets/images/split/image532.o (.data); + build/u/assets/images/split/image533.o (.data); + build/u/assets/images/split/image534.o (.data); + build/u/assets/images/split/image535.o (.data); + build/u/assets/images/split/image536.o (.data); + build/u/assets/images/split/image537.o (.data); + build/u/assets/images/split/image538.o (.data); + build/u/assets/images/split/image539.o (.data); + build/u/assets/images/split/image540.o (.data); + build/u/assets/images/split/image541.o (.data); + build/u/assets/images/split/image542.o (.data); + build/u/assets/images/split/image543.o (.data); + build/u/assets/images/split/image544.o (.data); + build/u/assets/images/split/image545.o (.data); + build/u/assets/images/split/image546.o (.data); + build/u/assets/images/split/image547.o (.data); + build/u/assets/images/split/image548.o (.data); + build/u/assets/images/split/image549.o (.data); + build/u/assets/images/split/image550.o (.data); + build/u/assets/images/split/image551.o (.data); + build/u/assets/images/split/image552.o (.data); + build/u/assets/images/split/image553.o (.data); + build/u/assets/images/split/image554.o (.data); + build/u/assets/images/split/image555.o (.data); + build/u/assets/images/split/image556.o (.data); + build/u/assets/images/split/image557.o (.data); + build/u/assets/images/split/image558.o (.data); + build/u/assets/images/split/image559.o (.data); + build/u/assets/images/split/image560.o (.data); + build/u/assets/images/split/image561.o (.data); + build/u/assets/images/split/image562.o (.data); + build/u/assets/images/split/image563.o (.data); + build/u/assets/images/split/image564.o (.data); + build/u/assets/images/split/image565.o (.data); + build/u/assets/images/split/image566.o (.data); + build/u/assets/images/split/image567.o (.data); + build/u/assets/images/split/image568.o (.data); + build/u/assets/images/split/image569.o (.data); + build/u/assets/images/split/image570.o (.data); + build/u/assets/images/split/image571.o (.data); + build/u/assets/images/split/image572.o (.data); + build/u/assets/images/split/image573.o (.data); + build/u/assets/images/split/image574.o (.data); + build/u/assets/images/split/image575.o (.data); + build/u/assets/images/split/image576.o (.data); + build/u/assets/images/split/image577.o (.data); + build/u/assets/images/split/image578.o (.data); + build/u/assets/images/split/image579.o (.data); + build/u/assets/images/split/image580.o (.data); + build/u/assets/images/split/image581.o (.data); + build/u/assets/images/split/image582.o (.data); + build/u/assets/images/split/image583.o (.data); + build/u/assets/images/split/image584.o (.data); + build/u/assets/images/split/image585.o (.data); + build/u/assets/images/split/image586.o (.data); + build/u/assets/images/split/image587.o (.data); + build/u/assets/images/split/image588.o (.data); + build/u/assets/images/split/image589.o (.data); + build/u/assets/images/split/image590.o (.data); + build/u/assets/images/split/image591.o (.data); + build/u/assets/images/split/image592.o (.data); + build/u/assets/images/split/image593.o (.data); + build/u/assets/images/split/image594.o (.data); + build/u/assets/images/split/image595.o (.data); + build/u/assets/images/split/image596.o (.data); + build/u/assets/images/split/image597.o (.data); + build/u/assets/images/split/image598.o (.data); + build/u/assets/images/split/image599.o (.data); + build/u/assets/images/split/image600.o (.data); + build/u/assets/images/split/image601.o (.data); + build/u/assets/images/split/image602.o (.data); + build/u/assets/images/split/image603.o (.data); + build/u/assets/images/split/image604.o (.data); + build/u/assets/images/split/image605.o (.data); + build/u/assets/images/split/image606.o (.data); + build/u/assets/images/split/image607.o (.data); + build/u/assets/images/split/image608.o (.data); + build/u/assets/images/split/image609.o (.data); + build/u/assets/images/split/image610.o (.data); + build/u/assets/images/split/image611.o (.data); + build/u/assets/images/split/image612.o (.data); + build/u/assets/images/split/image613.o (.data); + build/u/assets/images/split/image614.o (.data); + build/u/assets/images/split/image615.o (.data); + build/u/assets/images/split/image616.o (.data); + build/u/assets/images/split/image617.o (.data); + build/u/assets/images/split/image618.o (.data); + build/u/assets/images/split/image619.o (.data); + build/u/assets/images/split/image620.o (.data); + build/u/assets/images/split/image621.o (.data); + build/u/assets/images/split/image622.o (.data); + build/u/assets/images/split/image623.o (.data); + build/u/assets/images/split/image624.o (.data); + build/u/assets/images/split/image625.o (.data); + build/u/assets/images/split/image626.o (.data); + build/u/assets/images/split/image627.o (.data); + build/u/assets/images/split/image628.o (.data); + build/u/assets/images/split/image629.o (.data); + build/u/assets/images/split/image630.o (.data); + build/u/assets/images/split/image631.o (.data); + build/u/assets/images/split/image632.o (.data); + build/u/assets/images/split/image633.o (.data); + build/u/assets/images/split/image634.o (.data); + build/u/assets/images/split/image635.o (.data); + build/u/assets/images/split/image636.o (.data); + build/u/assets/images/split/image637.o (.data); + build/u/assets/images/split/image638.o (.data); + build/u/assets/images/split/image639.o (.data); + build/u/assets/images/split/image640.o (.data); + build/u/assets/images/split/image641.o (.data); + build/u/assets/images/split/image642.o (.data); + build/u/assets/images/split/image643.o (.data); + build/u/assets/images/split/image644.o (.data); + build/u/assets/images/split/image645.o (.data); + build/u/assets/images/split/image646.o (.data); + build/u/assets/images/split/image647.o (.data); + build/u/assets/images/split/image648.o (.data); + build/u/assets/images/split/image649.o (.data); + build/u/assets/images/split/image650.o (.data); + build/u/assets/images/split/image651.o (.data); + build/u/assets/images/split/image652.o (.data); + build/u/assets/images/split/image653.o (.data); + build/u/assets/images/split/image654.o (.data); + build/u/assets/images/split/image655.o (.data); + build/u/assets/images/split/image656.o (.data); + build/u/assets/images/split/image657.o (.data); + build/u/assets/images/split/image658.o (.data); + build/u/assets/images/split/image659.o (.data); + build/u/assets/images/split/image660.o (.data); + build/u/assets/images/split/image661.o (.data); + build/u/assets/images/split/image662.o (.data); + build/u/assets/images/split/image663.o (.data); + build/u/assets/images/split/image664.o (.data); + build/u/assets/images/split/image665.o (.data); + build/u/assets/images/split/image666.o (.data); + build/u/assets/images/split/image667.o (.data); + build/u/assets/images/split/image668.o (.data); + build/u/assets/images/split/image669.o (.data); + build/u/assets/images/split/image670.o (.data); + build/u/assets/images/split/image671.o (.data); + build/u/assets/images/split/image672.o (.data); + build/u/assets/images/split/image673.o (.data); + build/u/assets/images/split/image674.o (.data); + build/u/assets/images/split/image675.o (.data); + build/u/assets/images/split/image676.o (.data); + build/u/assets/images/split/image677.o (.data); + build/u/assets/images/split/image678.o (.data); + build/u/assets/images/split/image679.o (.data); + build/u/assets/images/split/image680.o (.data); + build/u/assets/images/split/image681.o (.data); + build/u/assets/images/split/image682.o (.data); + build/u/assets/images/split/image683.o (.data); + build/u/assets/images/split/image684.o (.data); + build/u/assets/images/split/image685.o (.data); + build/u/assets/images/split/image686.o (.data); + build/u/assets/images/split/image687.o (.data); + build/u/assets/images/split/image688.o (.data); + build/u/assets/images/split/image689.o (.data); + build/u/assets/images/split/image690.o (.data); + build/u/assets/images/split/image691.o (.data); + build/u/assets/images/split/image692.o (.data); + build/u/assets/images/split/image693.o (.data); + build/u/assets/images/split/image694.o (.data); + build/u/assets/images/split/image695.o (.data); + build/u/assets/images/split/image696.o (.data); + build/u/assets/images/split/image697.o (.data); + build/u/assets/images/split/image698.o (.data); + build/u/assets/images/split/image699.o (.data); + build/u/assets/images/split/image700.o (.data); + build/u/assets/images/split/image701.o (.data); + build/u/assets/images/split/image702.o (.data); + build/u/assets/images/split/image703.o (.data); + build/u/assets/images/split/image704.o (.data); + build/u/assets/images/split/image705.o (.data); + build/u/assets/images/split/image706.o (.data); + build/u/assets/images/split/image707.o (.data); + build/u/assets/images/split/image708.o (.data); + build/u/assets/images/split/image709.o (.data); + build/u/assets/images/split/image710.o (.data); + build/u/assets/images/split/image711.o (.data); + build/u/assets/images/split/image712.o (.data); + build/u/assets/images/split/image713.o (.data); + build/u/assets/images/split/image714.o (.data); + build/u/assets/images/split/image715.o (.data); + build/u/assets/images/split/image716.o (.data); + build/u/assets/images/split/image717.o (.data); + build/u/assets/images/split/image718.o (.data); + build/u/assets/images/split/image719.o (.data); + build/u/assets/images/split/image720.o (.data); + build/u/assets/images/split/image721.o (.data); + build/u/assets/images/split/image722.o (.data); + build/u/assets/images/split/image723.o (.data); + build/u/assets/images/split/image724.o (.data); + build/u/assets/images/split/image725.o (.data); + build/u/assets/images/split/image726.o (.data); + build/u/assets/images/split/image727.o (.data); + build/u/assets/images/split/image728.o (.data); + build/u/assets/images/split/image729.o (.data); + build/u/assets/images/split/image730.o (.data); + build/u/assets/images/split/image731.o (.data); + build/u/assets/images/split/image732.o (.data); + build/u/assets/images/split/image733.o (.data); + build/u/assets/images/split/image734.o (.data); + build/u/assets/images/split/image735.o (.data); + build/u/assets/images/split/image736.o (.data); + build/u/assets/images/split/image737.o (.data); + build/u/assets/images/split/image738.o (.data); + build/u/assets/images/split/image739.o (.data); + build/u/assets/images/split/image740.o (.data); + build/u/assets/images/split/image741.o (.data); + build/u/assets/images/split/image742.o (.data); + build/u/assets/images/split/image743.o (.data); + build/u/assets/images/split/image744.o (.data); + build/u/assets/images/split/image745.o (.data); + build/u/assets/images/split/image746.o (.data); + build/u/assets/images/split/image747.o (.data); + build/u/assets/images/split/image748.o (.data); + build/u/assets/images/split/image749.o (.data); + build/u/assets/images/split/image750.o (.data); + build/u/assets/images/split/image751.o (.data); + build/u/assets/images/split/image752.o (.data); + build/u/assets/images/split/image753.o (.data); + build/u/assets/images/split/image754.o (.data); + build/u/assets/images/split/image755.o (.data); + build/u/assets/images/split/image756.o (.data); + build/u/assets/images/split/image757.o (.data); + build/u/assets/images/split/image758.o (.data); + build/u/assets/images/split/image759.o (.data); + build/u/assets/images/split/image760.o (.data); + build/u/assets/images/split/image761.o (.data); + build/u/assets/images/split/image762.o (.data); + build/u/assets/images/split/image763.o (.data); + build/u/assets/images/split/image764.o (.data); + build/u/assets/images/split/image765.o (.data); + build/u/assets/images/split/image766.o (.data); + build/u/assets/images/split/image767.o (.data); + build/u/assets/images/split/image768.o (.data); + build/u/assets/images/split/image769.o (.data); + build/u/assets/images/split/image770.o (.data); + build/u/assets/images/split/image771.o (.data); + build/u/assets/images/split/image772.o (.data); + build/u/assets/images/split/image773.o (.data); + build/u/assets/images/split/image774.o (.data); + build/u/assets/images/split/image775.o (.data); + build/u/assets/images/split/image776.o (.data); + build/u/assets/images/split/image777.o (.data); + build/u/assets/images/split/image778.o (.data); + build/u/assets/images/split/image779.o (.data); + build/u/assets/images/split/image780.o (.data); + build/u/assets/images/split/image781.o (.data); + build/u/assets/images/split/image782.o (.data); + build/u/assets/images/split/image783.o (.data); + build/u/assets/images/split/image784.o (.data); + build/u/assets/images/split/image785.o (.data); + build/u/assets/images/split/image786.o (.data); + build/u/assets/images/split/image787.o (.data); + build/u/assets/images/split/image788.o (.data); + build/u/assets/images/split/image789.o (.data); + build/u/assets/images/split/image790.o (.data); + build/u/assets/images/split/image791.o (.data); + build/u/assets/images/split/image792.o (.data); + build/u/assets/images/split/image793.o (.data); + build/u/assets/images/split/image794.o (.data); + build/u/assets/images/split/image795.o (.data); + build/u/assets/images/split/image796.o (.data); + build/u/assets/images/split/image797.o (.data); + build/u/assets/images/split/image798.o (.data); + build/u/assets/images/split/image799.o (.data); + build/u/assets/images/split/image800.o (.data); + build/u/assets/images/split/image801.o (.data); + build/u/assets/images/split/image802.o (.data); + build/u/assets/images/split/image803.o (.data); + build/u/assets/images/split/image804.o (.data); + build/u/assets/images/split/image805.o (.data); + build/u/assets/images/split/image806.o (.data); + build/u/assets/images/split/image807.o (.data); + build/u/assets/images/split/image808.o (.data); + build/u/assets/images/split/image809.o (.data); + build/u/assets/images/split/image810.o (.data); + build/u/assets/images/split/image811.o (.data); + build/u/assets/images/split/image812.o (.data); + build/u/assets/images/split/image813.o (.data); + build/u/assets/images/split/image814.o (.data); + build/u/assets/images/split/image815.o (.data); + build/u/assets/images/split/image816.o (.data); + build/u/assets/images/split/image817.o (.data); + build/u/assets/images/split/image818.o (.data); + build/u/assets/images/split/image819.o (.data); + build/u/assets/images/split/image820.o (.data); + build/u/assets/images/split/image821.o (.data); + build/u/assets/images/split/image822.o (.data); + build/u/assets/images/split/image823.o (.data); + build/u/assets/images/split/image824.o (.data); + build/u/assets/images/split/image825.o (.data); + build/u/assets/images/split/image826.o (.data); + build/u/assets/images/split/image827.o (.data); + build/u/assets/images/split/image828.o (.data); + build/u/assets/images/split/image829.o (.data); + build/u/assets/images/split/image830.o (.data); + build/u/assets/images/split/image831.o (.data); + build/u/assets/images/split/image832.o (.data); + build/u/assets/images/split/image833.o (.data); + build/u/assets/images/split/image834.o (.data); + build/u/assets/images/split/image835.o (.data); + build/u/assets/images/split/image836.o (.data); + build/u/assets/images/split/image837.o (.data); + build/u/assets/images/split/image838.o (.data); + build/u/assets/images/split/image839.o (.data); + build/u/assets/images/split/image840.o (.data); + build/u/assets/images/split/image841.o (.data); + build/u/assets/images/split/image842.o (.data); + build/u/assets/images/split/image843.o (.data); + build/u/assets/images/split/image844.o (.data); + build/u/assets/images/split/image845.o (.data); + build/u/assets/images/split/image846.o (.data); + build/u/assets/images/split/image847.o (.data); + build/u/assets/images/split/image848.o (.data); + build/u/assets/images/split/image849.o (.data); + build/u/assets/images/split/image850.o (.data); + build/u/assets/images/split/image851.o (.data); + build/u/assets/images/split/image852.o (.data); + build/u/assets/images/split/image853.o (.data); + build/u/assets/images/split/image854.o (.data); + build/u/assets/images/split/image855.o (.data); + build/u/assets/images/split/image856.o (.data); + build/u/assets/images/split/image857.o (.data); + build/u/assets/images/split/image858.o (.data); + build/u/assets/images/split/image859.o (.data); + build/u/assets/images/split/image860.o (.data); + build/u/assets/images/split/image861.o (.data); + build/u/assets/images/split/image862.o (.data); + build/u/assets/images/split/image863.o (.data); + build/u/assets/images/split/image864.o (.data); + build/u/assets/images/split/image865.o (.data); + build/u/assets/images/split/image866.o (.data); + build/u/assets/images/split/image867.o (.data); + build/u/assets/images/split/image868.o (.data); + build/u/assets/images/split/image869.o (.data); + build/u/assets/images/split/image870.o (.data); + build/u/assets/images/split/image871.o (.data); + build/u/assets/images/split/image872.o (.data); + build/u/assets/images/split/image873.o (.data); + build/u/assets/images/split/image874.o (.data); + build/u/assets/images/split/image875.o (.data); + build/u/assets/images/split/image876.o (.data); + build/u/assets/images/split/image877.o (.data); + build/u/assets/images/split/image878.o (.data); + build/u/assets/images/split/image879.o (.data); + build/u/assets/images/split/image880.o (.data); + build/u/assets/images/split/image881.o (.data); + build/u/assets/images/split/image882.o (.data); + build/u/assets/images/split/image883.o (.data); + build/u/assets/images/split/image884.o (.data); + build/u/assets/images/split/image885.o (.data); + build/u/assets/images/split/image886.o (.data); + build/u/assets/images/split/image887.o (.data); + build/u/assets/images/split/image888.o (.data); + build/u/assets/images/split/image889.o (.data); + build/u/assets/images/split/image890.o (.data); + build/u/assets/images/split/image891.o (.data); + build/u/assets/images/split/image892.o (.data); + build/u/assets/images/split/image893.o (.data); + build/u/assets/images/split/image894.o (.data); + build/u/assets/images/split/image895.o (.data); + build/u/assets/images/split/image896.o (.data); + build/u/assets/images/split/image897.o (.data); + build/u/assets/images/split/image898.o (.data); + build/u/assets/images/split/image899.o (.data); + build/u/assets/images/split/image900.o (.data); + build/u/assets/images/split/image901.o (.data); + build/u/assets/images/split/image902.o (.data); + build/u/assets/images/split/image903.o (.data); + build/u/assets/images/split/image904.o (.data); + build/u/assets/images/split/image905.o (.data); + build/u/assets/images/split/image906.o (.data); + build/u/assets/images/split/image907.o (.data); + build/u/assets/images/split/image908.o (.data); + build/u/assets/images/split/image909.o (.data); + build/u/assets/images/split/image910.o (.data); + build/u/assets/images/split/image911.o (.data); + build/u/assets/images/split/image912.o (.data); + build/u/assets/images/split/image913.o (.data); + build/u/assets/images/split/image914.o (.data); + build/u/assets/images/split/image915.o (.data); + build/u/assets/images/split/image916.o (.data); + build/u/assets/images/split/image917.o (.data); + build/u/assets/images/split/image918.o (.data); + build/u/assets/images/split/image919.o (.data); + build/u/assets/images/split/image920.o (.data); + build/u/assets/images/split/image921.o (.data); + build/u/assets/images/split/image922.o (.data); + build/u/assets/images/split/image923.o (.data); + build/u/assets/images/split/image924.o (.data); + build/u/assets/images/split/image925.o (.data); + build/u/assets/images/split/image926.o (.data); + build/u/assets/images/split/image927.o (.data); + build/u/assets/images/split/image928.o (.data); + build/u/assets/images/split/image929.o (.data); + build/u/assets/images/split/image930.o (.data); + build/u/assets/images/split/image931.o (.data); + build/u/assets/images/split/image932.o (.data); + build/u/assets/images/split/image933.o (.data); + build/u/assets/images/split/image934.o (.data); + build/u/assets/images/split/image935.o (.data); + build/u/assets/images/split/image936.o (.data); + build/u/assets/images/split/image937.o (.data); + build/u/assets/images/split/image938.o (.data); + build/u/assets/images/split/image939.o (.data); + build/u/assets/images/split/image940.o (.data); + build/u/assets/images/split/image941.o (.data); + build/u/assets/images/split/image942.o (.data); + build/u/assets/images/split/image943.o (.data); + build/u/assets/images/split/image944.o (.data); + build/u/assets/images/split/image945.o (.data); + build/u/assets/images/split/image946.o (.data); + build/u/assets/images/split/image947.o (.data); + build/u/assets/images/split/image948.o (.data); + build/u/assets/images/split/image949.o (.data); + build/u/assets/images/split/image950.o (.data); + build/u/assets/images/split/image951.o (.data); + build/u/assets/images/split/image952.o (.data); + build/u/assets/images/split/image953.o (.data); + build/u/assets/images/split/image954.o (.data); + build/u/assets/images/split/image955.o (.data); + build/u/assets/images/split/image956.o (.data); + build/u/assets/images/split/image957.o (.data); + build/u/assets/images/split/image958.o (.data); + build/u/assets/images/split/image959.o (.data); + build/u/assets/images/split/image960.o (.data); + build/u/assets/images/split/image961.o (.data); + build/u/assets/images/split/image962.o (.data); + build/u/assets/images/split/image963.o (.data); + build/u/assets/images/split/image964.o (.data); + build/u/assets/images/split/image965.o (.data); + build/u/assets/images/split/image966.o (.data); + build/u/assets/images/split/image967.o (.data); + build/u/assets/images/split/image968.o (.data); + build/u/assets/images/split/image969.o (.data); + build/u/assets/images/split/image970.o (.data); + build/u/assets/images/split/image971.o (.data); + build/u/assets/images/split/image972.o (.data); + build/u/assets/images/split/image973.o (.data); + build/u/assets/images/split/image974.o (.data); + build/u/assets/images/split/image975.o (.data); + build/u/assets/images/split/image976.o (.data); + build/u/assets/images/split/image977.o (.data); + build/u/assets/images/split/image978.o (.data); + build/u/assets/images/split/image979.o (.data); + build/u/assets/images/split/image980.o (.data); + build/u/assets/images/split/image981.o (.data); + build/u/assets/images/split/image982.o (.data); + build/u/assets/images/split/image983.o (.data); + build/u/assets/images/split/image984.o (.data); + build/u/assets/images/split/image985.o (.data); + build/u/assets/images/split/image986.o (.data); + build/u/assets/images/split/image987.o (.data); + build/u/assets/images/split/image988.o (.data); + build/u/assets/images/split/image989.o (.data); + build/u/assets/images/split/image990.o (.data); + build/u/assets/images/split/image991.o (.data); + build/u/assets/images/split/image992.o (.data); + build/u/assets/images/split/image993.o (.data); + build/u/assets/images/split/image994.o (.data); + build/u/assets/images/split/image995.o (.data); + build/u/assets/images/split/image996.o (.data); + build/u/assets/images/split/image997.o (.data); + build/u/assets/images/split/image998.o (.data); + build/u/assets/images/split/image999.o (.data); + build/u/assets/images/split/image1000.o (.data); + build/u/assets/images/split/image1001.o (.data); + build/u/assets/images/split/image1002.o (.data); + build/u/assets/images/split/image1003.o (.data); + build/u/assets/images/split/image1004.o (.data); + build/u/assets/images/split/image1005.o (.data); + build/u/assets/images/split/image1006.o (.data); + build/u/assets/images/split/image1007.o (.data); + build/u/assets/images/split/image1008.o (.data); + build/u/assets/images/split/image1009.o (.data); + build/u/assets/images/split/image1010.o (.data); + build/u/assets/images/split/image1011.o (.data); + build/u/assets/images/split/image1012.o (.data); + build/u/assets/images/split/image1013.o (.data); + build/u/assets/images/split/image1014.o (.data); + build/u/assets/images/split/image1015.o (.data); + build/u/assets/images/split/image1016.o (.data); + build/u/assets/images/split/image1017.o (.data); + build/u/assets/images/split/image1018.o (.data); + build/u/assets/images/split/image1019.o (.data); + build/u/assets/images/split/image1020.o (.data); + build/u/assets/images/split/image1021.o (.data); + build/u/assets/images/split/image1022.o (.data); + build/u/assets/images/split/image1023.o (.data); + build/u/assets/images/split/image1024.o (.data); + build/u/assets/images/split/image1025.o (.data); + build/u/assets/images/split/image1026.o (.data); + build/u/assets/images/split/image1027.o (.data); + build/u/assets/images/split/image1028.o (.data); + build/u/assets/images/split/image1029.o (.data); + build/u/assets/images/split/image1030.o (.data); + build/u/assets/images/split/image1031.o (.data); + build/u/assets/images/split/image1032.o (.data); + build/u/assets/images/split/image1033.o (.data); + build/u/assets/images/split/image1034.o (.data); + build/u/assets/images/split/image1035.o (.data); + build/u/assets/images/split/image1036.o (.data); + build/u/assets/images/split/image1037.o (.data); + build/u/assets/images/split/image1038.o (.data); + build/u/assets/images/split/image1039.o (.data); + build/u/assets/images/split/image1040.o (.data); + build/u/assets/images/split/image1041.o (.data); + build/u/assets/images/split/image1042.o (.data); + build/u/assets/images/split/image1043.o (.data); + build/u/assets/images/split/image1044.o (.data); + build/u/assets/images/split/image1045.o (.data); + build/u/assets/images/split/image1046.o (.data); + build/u/assets/images/split/image1047.o (.data); + build/u/assets/images/split/image1048.o (.data); + build/u/assets/images/split/image1049.o (.data); + build/u/assets/images/split/image1050.o (.data); + build/u/assets/images/split/image1051.o (.data); + build/u/assets/images/split/image1052.o (.data); + build/u/assets/images/split/image1053.o (.data); + build/u/assets/images/split/image1054.o (.data); + build/u/assets/images/split/image1055.o (.data); + build/u/assets/images/split/image1056.o (.data); + build/u/assets/images/split/image1057.o (.data); + build/u/assets/images/split/image1058.o (.data); + build/u/assets/images/split/image1059.o (.data); + build/u/assets/images/split/image1060.o (.data); + build/u/assets/images/split/image1061.o (.data); + build/u/assets/images/split/image1062.o (.data); + build/u/assets/images/split/image1063.o (.data); + build/u/assets/images/split/image1064.o (.data); + build/u/assets/images/split/image1065.o (.data); + build/u/assets/images/split/image1066.o (.data); + build/u/assets/images/split/image1067.o (.data); + build/u/assets/images/split/image1068.o (.data); + build/u/assets/images/split/image1069.o (.data); + build/u/assets/images/split/image1070.o (.data); + build/u/assets/images/split/image1071.o (.data); + build/u/assets/images/split/image1072.o (.data); + build/u/assets/images/split/image1073.o (.data); + build/u/assets/images/split/image1074.o (.data); + build/u/assets/images/split/image1075.o (.data); + build/u/assets/images/split/image1076.o (.data); + build/u/assets/images/split/image1077.o (.data); + build/u/assets/images/split/image1078.o (.data); + build/u/assets/images/split/image1079.o (.data); + build/u/assets/images/split/image1080.o (.data); + build/u/assets/images/split/image1081.o (.data); + build/u/assets/images/split/image1082.o (.data); + build/u/assets/images/split/image1083.o (.data); + build/u/assets/images/split/image1084.o (.data); + build/u/assets/images/split/image1085.o (.data); + build/u/assets/images/split/image1086.o (.data); + build/u/assets/images/split/image1087.o (.data); + build/u/assets/images/split/image1088.o (.data); + build/u/assets/images/split/image1089.o (.data); + build/u/assets/images/split/image1090.o (.data); + build/u/assets/images/split/image1091.o (.data); + build/u/assets/images/split/image1092.o (.data); + build/u/assets/images/split/image1093.o (.data); + build/u/assets/images/split/image1094.o (.data); + build/u/assets/images/split/image1095.o (.data); + build/u/assets/images/split/image1096.o (.data); + build/u/assets/images/split/image1097.o (.data); + build/u/assets/images/split/image1098.o (.data); + build/u/assets/images/split/image1099.o (.data); + build/u/assets/images/split/image1100.o (.data); + build/u/assets/images/split/image1101.o (.data); + build/u/assets/images/split/image1102.o (.data); + build/u/assets/images/split/image1103.o (.data); + build/u/assets/images/split/image1104.o (.data); + build/u/assets/images/split/image1105.o (.data); + build/u/assets/images/split/image1106.o (.data); + build/u/assets/images/split/image1107.o (.data); + build/u/assets/images/split/image1108.o (.data); + build/u/assets/images/split/image1109.o (.data); + build/u/assets/images/split/image1110.o (.data); + build/u/assets/images/split/image1111.o (.data); + build/u/assets/images/split/image1112.o (.data); + build/u/assets/images/split/image1113.o (.data); + build/u/assets/images/split/image1114.o (.data); + build/u/assets/images/split/image1115.o (.data); + build/u/assets/images/split/image1116.o (.data); + build/u/assets/images/split/image1117.o (.data); + build/u/assets/images/split/image1118.o (.data); + build/u/assets/images/split/image1119.o (.data); + build/u/assets/images/split/image1120.o (.data); + build/u/assets/images/split/image1121.o (.data); + build/u/assets/images/split/image1122.o (.data); + build/u/assets/images/split/image1123.o (.data); + build/u/assets/images/split/image1124.o (.data); + build/u/assets/images/split/image1125.o (.data); + build/u/assets/images/split/image1126.o (.data); + build/u/assets/images/split/image1127.o (.data); + build/u/assets/images/split/image1128.o (.data); + build/u/assets/images/split/image1129.o (.data); + build/u/assets/images/split/image1130.o (.data); + build/u/assets/images/split/image1131.o (.data); + build/u/assets/images/split/image1132.o (.data); + build/u/assets/images/split/image1133.o (.data); + build/u/assets/images/split/image1134.o (.data); + build/u/assets/images/split/image1135.o (.data); + build/u/assets/images/split/image1136.o (.data); + build/u/assets/images/split/image1137.o (.data); + build/u/assets/images/split/image1138.o (.data); + build/u/assets/images/split/image1139.o (.data); + build/u/assets/images/split/image1140.o (.data); + build/u/assets/images/split/image1141.o (.data); + build/u/assets/images/split/image1142.o (.data); + build/u/assets/images/split/image1143.o (.data); + build/u/assets/images/split/image1144.o (.data); + build/u/assets/images/split/image1145.o (.data); + build/u/assets/images/split/image1146.o (.data); + build/u/assets/images/split/image1147.o (.data); + build/u/assets/images/split/image1148.o (.data); + build/u/assets/images/split/image1149.o (.data); + build/u/assets/images/split/image1150.o (.data); + build/u/assets/images/split/image1151.o (.data); + build/u/assets/images/split/image1152.o (.data); + build/u/assets/images/split/image1153.o (.data); + build/u/assets/images/split/image1154.o (.data); + build/u/assets/images/split/image1155.o (.data); + build/u/assets/images/split/image1156.o (.data); + build/u/assets/images/split/image1157.o (.data); + build/u/assets/images/split/image1158.o (.data); + build/u/assets/images/split/image1159.o (.data); + build/u/assets/images/split/image1160.o (.data); + build/u/assets/images/split/image1161.o (.data); + build/u/assets/images/split/image1162.o (.data); + build/u/assets/images/split/image1163.o (.data); + build/u/assets/images/split/image1164.o (.data); + build/u/assets/images/split/image1165.o (.data); + build/u/assets/images/split/image1166.o (.data); + build/u/assets/images/split/image1167.o (.data); + build/u/assets/images/split/image1168.o (.data); + build/u/assets/images/split/image1169.o (.data); + build/u/assets/images/split/image1170.o (.data); + build/u/assets/images/split/image1171.o (.data); + build/u/assets/images/split/image1172.o (.data); + build/u/assets/images/split/image1173.o (.data); + build/u/assets/images/split/image1174.o (.data); + build/u/assets/images/split/image1175.o (.data); + build/u/assets/images/split/image1176.o (.data); + build/u/assets/images/split/image1177.o (.data); + build/u/assets/images/split/image1178.o (.data); + build/u/assets/images/split/image1179.o (.data); + build/u/assets/images/split/image1180.o (.data); + build/u/assets/images/split/image1181.o (.data); + build/u/assets/images/split/image1182.o (.data); + build/u/assets/images/split/image1183.o (.data); + build/u/assets/images/split/image1184.o (.data); + build/u/assets/images/split/image1185.o (.data); + build/u/assets/images/split/image1186.o (.data); + build/u/assets/images/split/image1187.o (.data); + build/u/assets/images/split/image1188.o (.data); + build/u/assets/images/split/image1189.o (.data); + build/u/assets/images/split/image1190.o (.data); + build/u/assets/images/split/image1191.o (.data); + build/u/assets/images/split/image1192.o (.data); + build/u/assets/images/split/image1193.o (.data); + build/u/assets/images/split/image1194.o (.data); + build/u/assets/images/split/image1195.o (.data); + build/u/assets/images/split/image1196.o (.data); + build/u/assets/images/split/image1197.o (.data); + build/u/assets/images/split/image1198.o (.data); + build/u/assets/images/split/image1199.o (.data); + build/u/assets/images/split/image1200.o (.data); + build/u/assets/images/split/image1201.o (.data); + build/u/assets/images/split/image1202.o (.data); + build/u/assets/images/split/image1203.o (.data); + build/u/assets/images/split/image1204.o (.data); + build/u/assets/images/split/image1205.o (.data); + build/u/assets/images/split/image1206.o (.data); + build/u/assets/images/split/image1207.o (.data); + build/u/assets/images/split/image1208.o (.data); + build/u/assets/images/split/image1209.o (.data); + build/u/assets/images/split/image1210.o (.data); + build/u/assets/images/split/image1211.o (.data); + build/u/assets/images/split/image1212.o (.data); + build/u/assets/images/split/image1213.o (.data); + build/u/assets/images/split/image1214.o (.data); + build/u/assets/images/split/image1215.o (.data); + build/u/assets/images/split/image1216.o (.data); + build/u/assets/images/split/image1217.o (.data); + build/u/assets/images/split/image1218.o (.data); + build/u/assets/images/split/image1219.o (.data); + build/u/assets/images/split/image1220.o (.data); + build/u/assets/images/split/image1221.o (.data); + build/u/assets/images/split/image1222.o (.data); + build/u/assets/images/split/image1223.o (.data); + build/u/assets/images/split/image1224.o (.data); + build/u/assets/images/split/image1225.o (.data); + build/u/assets/images/split/image1226.o (.data); + build/u/assets/images/split/image1227.o (.data); + build/u/assets/images/split/image1228.o (.data); + build/u/assets/images/split/image1229.o (.data); + build/u/assets/images/split/image1230.o (.data); + build/u/assets/images/split/image1231.o (.data); + build/u/assets/images/split/image1232.o (.data); + build/u/assets/images/split/image1233.o (.data); + build/u/assets/images/split/image1234.o (.data); + build/u/assets/images/split/image1235.o (.data); + build/u/assets/images/split/image1236.o (.data); + build/u/assets/images/split/image1237.o (.data); + build/u/assets/images/split/image1238.o (.data); + build/u/assets/images/split/image1239.o (.data); + build/u/assets/images/split/image1240.o (.data); + build/u/assets/images/split/image1241.o (.data); + build/u/assets/images/split/image1242.o (.data); + build/u/assets/images/split/image1243.o (.data); + build/u/assets/images/split/image1244.o (.data); + build/u/assets/images/split/image1245.o (.data); + build/u/assets/images/split/image1246.o (.data); + build/u/assets/images/split/image1247.o (.data); + build/u/assets/images/split/image1248.o (.data); + build/u/assets/images/split/image1249.o (.data); + build/u/assets/images/split/image1250.o (.data); + build/u/assets/images/split/image1251.o (.data); + build/u/assets/images/split/image1252.o (.data); + build/u/assets/images/split/image1253.o (.data); + build/u/assets/images/split/image1254.o (.data); + build/u/assets/images/split/image1255.o (.data); + build/u/assets/images/split/image1256.o (.data); + build/u/assets/images/split/image1257.o (.data); + build/u/assets/images/split/image1258.o (.data); + build/u/assets/images/split/image1259.o (.data); + build/u/assets/images/split/image1260.o (.data); + build/u/assets/images/split/image1261.o (.data); + build/u/assets/images/split/image1262.o (.data); + build/u/assets/images/split/image1263.o (.data); + build/u/assets/images/split/image1264.o (.data); + build/u/assets/images/split/image1265.o (.data); + build/u/assets/images/split/image1266.o (.data); + build/u/assets/images/split/image1267.o (.data); + build/u/assets/images/split/image1268.o (.data); + build/u/assets/images/split/image1269.o (.data); + build/u/assets/images/split/image1270.o (.data); + build/u/assets/images/split/image1271.o (.data); + build/u/assets/images/split/image1272.o (.data); + build/u/assets/images/split/image1273.o (.data); + build/u/assets/images/split/image1274.o (.data); + build/u/assets/images/split/image1275.o (.data); + build/u/assets/images/split/image1276.o (.data); + build/u/assets/images/split/image1277.o (.data); + build/u/assets/images/split/image1278.o (.data); + build/u/assets/images/split/image1279.o (.data); + build/u/assets/images/split/image1280.o (.data); + build/u/assets/images/split/image1281.o (.data); + build/u/assets/images/split/image1282.o (.data); + build/u/assets/images/split/image1283.o (.data); + build/u/assets/images/split/image1284.o (.data); + build/u/assets/images/split/image1285.o (.data); + build/u/assets/images/split/image1286.o (.data); + build/u/assets/images/split/image1287.o (.data); + build/u/assets/images/split/image1288.o (.data); + build/u/assets/images/split/image1289.o (.data); + build/u/assets/images/split/image1290.o (.data); + build/u/assets/images/split/image1291.o (.data); + build/u/assets/images/split/image1292.o (.data); + build/u/assets/images/split/image1293.o (.data); + build/u/assets/images/split/image1294.o (.data); + build/u/assets/images/split/image1295.o (.data); + build/u/assets/images/split/image1296.o (.data); + build/u/assets/images/split/image1297.o (.data); + build/u/assets/images/split/image1298.o (.data); + build/u/assets/images/split/image1299.o (.data); + build/u/assets/images/split/image1300.o (.data); + build/u/assets/images/split/image1301.o (.data); + build/u/assets/images/split/image1302.o (.data); + build/u/assets/images/split/image1303.o (.data); + build/u/assets/images/split/image1304.o (.data); + build/u/assets/images/split/image1305.o (.data); + build/u/assets/images/split/image1306.o (.data); + build/u/assets/images/split/image1307.o (.data); + build/u/assets/images/split/image1308.o (.data); + build/u/assets/images/split/image1309.o (.data); + build/u/assets/images/split/image1310.o (.data); + build/u/assets/images/split/image1311.o (.data); + build/u/assets/images/split/image1312.o (.data); + build/u/assets/images/split/image1313.o (.data); + build/u/assets/images/split/image1314.o (.data); + build/u/assets/images/split/image1315.o (.data); + build/u/assets/images/split/image1316.o (.data); + build/u/assets/images/split/image1317.o (.data); + build/u/assets/images/split/image1318.o (.data); + build/u/assets/images/split/image1319.o (.data); + build/u/assets/images/split/image1320.o (.data); + build/u/assets/images/split/image1321.o (.data); + build/u/assets/images/split/image1322.o (.data); + build/u/assets/images/split/image1323.o (.data); + build/u/assets/images/split/image1324.o (.data); + build/u/assets/images/split/image1325.o (.data); + build/u/assets/images/split/image1326.o (.data); + build/u/assets/images/split/image1327.o (.data); + build/u/assets/images/split/image1328.o (.data); + build/u/assets/images/split/image1329.o (.data); + build/u/assets/images/split/image1330.o (.data); + build/u/assets/images/split/image1331.o (.data); + build/u/assets/images/split/image1332.o (.data); + build/u/assets/images/split/image1333.o (.data); + build/u/assets/images/split/image1334.o (.data); + build/u/assets/images/split/image1335.o (.data); + build/u/assets/images/split/image1336.o (.data); + build/u/assets/images/split/image1337.o (.data); + build/u/assets/images/split/image1338.o (.data); + build/u/assets/images/split/image1339.o (.data); + build/u/assets/images/split/image1340.o (.data); + build/u/assets/images/split/image1341.o (.data); + build/u/assets/images/split/image1342.o (.data); + build/u/assets/images/split/image1343.o (.data); + build/u/assets/images/split/image1344.o (.data); + build/u/assets/images/split/image1345.o (.data); + build/u/assets/images/split/image1346.o (.data); + build/u/assets/images/split/image1347.o (.data); + build/u/assets/images/split/image1348.o (.data); + build/u/assets/images/split/image1349.o (.data); + build/u/assets/images/split/image1350.o (.data); + build/u/assets/images/split/image1351.o (.data); + build/u/assets/images/split/image1352.o (.data); + build/u/assets/images/split/image1353.o (.data); + build/u/assets/images/split/image1354.o (.data); + build/u/assets/images/split/image1355.o (.data); + build/u/assets/images/split/image1356.o (.data); + build/u/assets/images/split/image1357.o (.data); + build/u/assets/images/split/image1358.o (.data); + build/u/assets/images/split/image1359.o (.data); + build/u/assets/images/split/image1360.o (.data); + build/u/assets/images/split/image1361.o (.data); + build/u/assets/images/split/image1362.o (.data); + build/u/assets/images/split/image1363.o (.data); + build/u/assets/images/split/image1364.o (.data); + build/u/assets/images/split/image1365.o (.data); + build/u/assets/images/split/image1366.o (.data); + build/u/assets/images/split/image1367.o (.data); + build/u/assets/images/split/image1368.o (.data); + build/u/assets/images/split/image1369.o (.data); + build/u/assets/images/split/image1370.o (.data); + build/u/assets/images/split/image1371.o (.data); + build/u/assets/images/split/image1372.o (.data); + build/u/assets/images/split/image1373.o (.data); + build/u/assets/images/split/image1374.o (.data); + build/u/assets/images/split/image1375.o (.data); + build/u/assets/images/split/image1376.o (.data); + build/u/assets/images/split/image1377.o (.data); + build/u/assets/images/split/image1378.o (.data); + build/u/assets/images/split/image1379.o (.data); + build/u/assets/images/split/image1380.o (.data); + build/u/assets/images/split/image1381.o (.data); + build/u/assets/images/split/image1382.o (.data); + build/u/assets/images/split/image1383.o (.data); + build/u/assets/images/split/image1384.o (.data); + build/u/assets/images/split/image1385.o (.data); + build/u/assets/images/split/image1386.o (.data); + build/u/assets/images/split/image1387.o (.data); + build/u/assets/images/split/image1388.o (.data); + build/u/assets/images/split/image1389.o (.data); + build/u/assets/images/split/image1390.o (.data); + build/u/assets/images/split/image1391.o (.data); + build/u/assets/images/split/image1392.o (.data); + build/u/assets/images/split/image1393.o (.data); + build/u/assets/images/split/image1394.o (.data); + build/u/assets/images/split/image1395.o (.data); + build/u/assets/images/split/image1396.o (.data); + build/u/assets/images/split/image1397.o (.data); + build/u/assets/images/split/image1398.o (.data); + build/u/assets/images/split/image1399.o (.data); + build/u/assets/images/split/image1400.o (.data); + build/u/assets/images/split/image1401.o (.data); + build/u/assets/images/split/image1402.o (.data); + build/u/assets/images/split/image1403.o (.data); + build/u/assets/images/split/image1404.o (.data); + build/u/assets/images/split/image1405.o (.data); + build/u/assets/images/split/image1406.o (.data); + build/u/assets/images/split/image1407.o (.data); + build/u/assets/images/split/image1408.o (.data); + build/u/assets/images/split/image1409.o (.data); + build/u/assets/images/split/image1410.o (.data); + build/u/assets/images/split/image1411.o (.data); + build/u/assets/images/split/image1412.o (.data); + build/u/assets/images/split/image1413.o (.data); + build/u/assets/images/split/image1414.o (.data); + build/u/assets/images/split/image1415.o (.data); + build/u/assets/images/split/image1416.o (.data); + build/u/assets/images/split/image1417.o (.data); + build/u/assets/images/split/image1418.o (.data); + build/u/assets/images/split/image1419.o (.data); + build/u/assets/images/split/image1420.o (.data); + build/u/assets/images/split/image1421.o (.data); + build/u/assets/images/split/image1422.o (.data); + build/u/assets/images/split/image1423.o (.data); + build/u/assets/images/split/image1424.o (.data); + build/u/assets/images/split/image1425.o (.data); + build/u/assets/images/split/image1426.o (.data); + build/u/assets/images/split/image1427.o (.data); + build/u/assets/images/split/image1428.o (.data); + build/u/assets/images/split/image1429.o (.data); + build/u/assets/images/split/image1430.o (.data); + build/u/assets/images/split/image1431.o (.data); + build/u/assets/images/split/image1432.o (.data); + build/u/assets/images/split/image1433.o (.data); + build/u/assets/images/split/image1434.o (.data); + build/u/assets/images/split/image1435.o (.data); + build/u/assets/images/split/image1436.o (.data); + build/u/assets/images/split/image1437.o (.data); + build/u/assets/images/split/image1438.o (.data); + build/u/assets/images/split/image1439.o (.data); + build/u/assets/images/split/image1440.o (.data); + build/u/assets/images/split/image1441.o (.data); + build/u/assets/images/split/image1442.o (.data); + build/u/assets/images/split/image1443.o (.data); + build/u/assets/images/split/image1444.o (.data); + build/u/assets/images/split/image1445.o (.data); + build/u/assets/images/split/image1446.o (.data); + build/u/assets/images/split/image1447.o (.data); + build/u/assets/images/split/image1448.o (.data); + build/u/assets/images/split/image1449.o (.data); + build/u/assets/images/split/image1450.o (.data); + build/u/assets/images/split/image1451.o (.data); + build/u/assets/images/split/image1452.o (.data); + build/u/assets/images/split/image1453.o (.data); + build/u/assets/images/split/image1454.o (.data); + build/u/assets/images/split/image1455.o (.data); + build/u/assets/images/split/image1456.o (.data); + build/u/assets/images/split/image1457.o (.data); + build/u/assets/images/split/image1458.o (.data); + build/u/assets/images/split/image1459.o (.data); + build/u/assets/images/split/image1460.o (.data); + build/u/assets/images/split/image1461.o (.data); + build/u/assets/images/split/image1462.o (.data); + build/u/assets/images/split/image1463.o (.data); + build/u/assets/images/split/image1464.o (.data); + build/u/assets/images/split/image1465.o (.data); + build/u/assets/images/split/image1466.o (.data); + build/u/assets/images/split/image1467.o (.data); + build/u/assets/images/split/image1468.o (.data); + build/u/assets/images/split/image1469.o (.data); + build/u/assets/images/split/image1470.o (.data); + build/u/assets/images/split/image1471.o (.data); + build/u/assets/images/split/image1472.o (.data); + build/u/assets/images/split/image1473.o (.data); + build/u/assets/images/split/image1474.o (.data); + build/u/assets/images/split/image1475.o (.data); + build/u/assets/images/split/image1476.o (.data); + build/u/assets/images/split/image1477.o (.data); + build/u/assets/images/split/image1478.o (.data); + build/u/assets/images/split/image1479.o (.data); + build/u/assets/images/split/image1480.o (.data); + build/u/assets/images/split/image1481.o (.data); + build/u/assets/images/split/image1482.o (.data); + build/u/assets/images/split/image1483.o (.data); + build/u/assets/images/split/image1484.o (.data); + build/u/assets/images/split/image1485.o (.data); + build/u/assets/images/split/image1486.o (.data); + build/u/assets/images/split/image1487.o (.data); + build/u/assets/images/split/image1488.o (.data); + build/u/assets/images/split/image1489.o (.data); + build/u/assets/images/split/image1490.o (.data); + build/u/assets/images/split/image1491.o (.data); + build/u/assets/images/split/image1492.o (.data); + build/u/assets/images/split/image1493.o (.data); + build/u/assets/images/split/image1494.o (.data); + build/u/assets/images/split/image1495.o (.data); + build/u/assets/images/split/image1496.o (.data); + build/u/assets/images/split/image1497.o (.data); + build/u/assets/images/split/image1498.o (.data); + build/u/assets/images/split/image1499.o (.data); + build/u/assets/images/split/image1500.o (.data); + build/u/assets/images/split/image1501.o (.data); + build/u/assets/images/split/image1502.o (.data); + build/u/assets/images/split/image1503.o (.data); + build/u/assets/images/split/image1504.o (.data); + build/u/assets/images/split/image1505.o (.data); + build/u/assets/images/split/image1506.o (.data); + build/u/assets/images/split/image1507.o (.data); + build/u/assets/images/split/image1508.o (.data); + build/u/assets/images/split/image1509.o (.data); + build/u/assets/images/split/image1510.o (.data); + build/u/assets/images/split/image1511.o (.data); + build/u/assets/images/split/image1512.o (.data); + build/u/assets/images/split/image1513.o (.data); + build/u/assets/images/split/image1514.o (.data); + build/u/assets/images/split/image1515.o (.data); + build/u/assets/images/split/image1516.o (.data); + build/u/assets/images/split/image1517.o (.data); + build/u/assets/images/split/image1518.o (.data); + build/u/assets/images/split/image1519.o (.data); + build/u/assets/images/split/image1520.o (.data); + build/u/assets/images/split/image1521.o (.data); + build/u/assets/images/split/image1522.o (.data); + build/u/assets/images/split/image1523.o (.data); + build/u/assets/images/split/image1524.o (.data); + build/u/assets/images/split/image1525.o (.data); + build/u/assets/images/split/image1526.o (.data); + build/u/assets/images/split/image1527.o (.data); + build/u/assets/images/split/image1528.o (.data); + build/u/assets/images/split/image1529.o (.data); + build/u/assets/images/split/image1530.o (.data); + build/u/assets/images/split/image1531.o (.data); + build/u/assets/images/split/image1532.o (.data); + build/u/assets/images/split/image1533.o (.data); + build/u/assets/images/split/image1534.o (.data); + build/u/assets/images/split/image1535.o (.data); + build/u/assets/images/split/image1536.o (.data); + build/u/assets/images/split/image1537.o (.data); + build/u/assets/images/split/image1538.o (.data); + build/u/assets/images/split/image1539.o (.data); + build/u/assets/images/split/image1540.o (.data); + build/u/assets/images/split/image1541.o (.data); + build/u/assets/images/split/image1542.o (.data); + build/u/assets/images/split/image1543.o (.data); + build/u/assets/images/split/image1544.o (.data); + build/u/assets/images/split/image1545.o (.data); + build/u/assets/images/split/image1546.o (.data); + build/u/assets/images/split/image1547.o (.data); + build/u/assets/images/split/image1548.o (.data); + build/u/assets/images/split/image1549.o (.data); + build/u/assets/images/split/image1550.o (.data); + build/u/assets/images/split/image1551.o (.data); + build/u/assets/images/split/image1552.o (.data); + build/u/assets/images/split/image1553.o (.data); + build/u/assets/images/split/image1554.o (.data); + build/u/assets/images/split/image1555.o (.data); + build/u/assets/images/split/image1556.o (.data); + build/u/assets/images/split/image1557.o (.data); + build/u/assets/images/split/image1558.o (.data); + build/u/assets/images/split/image1559.o (.data); + build/u/assets/images/split/image1560.o (.data); + build/u/assets/images/split/image1561.o (.data); + build/u/assets/images/split/image1562.o (.data); + build/u/assets/images/split/image1563.o (.data); + build/u/assets/images/split/image1564.o (.data); + build/u/assets/images/split/image1565.o (.data); + build/u/assets/images/split/image1566.o (.data); + build/u/assets/images/split/image1567.o (.data); + build/u/assets/images/split/image1568.o (.data); + build/u/assets/images/split/image1569.o (.data); + build/u/assets/images/split/image1570.o (.data); + build/u/assets/images/split/image1571.o (.data); + build/u/assets/images/split/image1572.o (.data); + build/u/assets/images/split/image1573.o (.data); + build/u/assets/images/split/image1574.o (.data); + build/u/assets/images/split/image1575.o (.data); + build/u/assets/images/split/image1576.o (.data); + build/u/assets/images/split/image1577.o (.data); + build/u/assets/images/split/image1578.o (.data); + build/u/assets/images/split/image1579.o (.data); + build/u/assets/images/split/image1580.o (.data); + build/u/assets/images/split/image1581.o (.data); + build/u/assets/images/split/image1582.o (.data); + build/u/assets/images/split/image1583.o (.data); + build/u/assets/images/split/image1584.o (.data); + build/u/assets/images/split/image1585.o (.data); + build/u/assets/images/split/image1586.o (.data); + build/u/assets/images/split/image1587.o (.data); + build/u/assets/images/split/image1588.o (.data); + build/u/assets/images/split/image1589.o (.data); + build/u/assets/images/split/image1590.o (.data); + build/u/assets/images/split/image1591.o (.data); + build/u/assets/images/split/image1592.o (.data); + build/u/assets/images/split/image1593.o (.data); + build/u/assets/images/split/image1594.o (.data); + build/u/assets/images/split/image1595.o (.data); + build/u/assets/images/split/image1596.o (.data); + build/u/assets/images/split/image1597.o (.data); + build/u/assets/images/split/image1598.o (.data); + build/u/assets/images/split/image1599.o (.data); + build/u/assets/images/split/image1600.o (.data); + build/u/assets/images/split/image1601.o (.data); + build/u/assets/images/split/image1602.o (.data); + build/u/assets/images/split/image1603.o (.data); + build/u/assets/images/split/image1604.o (.data); + build/u/assets/images/split/image1605.o (.data); + build/u/assets/images/split/image1606.o (.data); + build/u/assets/images/split/image1607.o (.data); + build/u/assets/images/split/image1608.o (.data); + build/u/assets/images/split/image1609.o (.data); + build/u/assets/images/split/image1610.o (.data); + build/u/assets/images/split/image1611.o (.data); + build/u/assets/images/split/image1612.o (.data); + build/u/assets/images/split/image1613.o (.data); + build/u/assets/images/split/image1614.o (.data); + build/u/assets/images/split/image1615.o (.data); + build/u/assets/images/split/image1616.o (.data); + build/u/assets/images/split/image1617.o (.data); + build/u/assets/images/split/image1618.o (.data); + build/u/assets/images/split/image1619.o (.data); + build/u/assets/images/split/image1620.o (.data); + build/u/assets/images/split/image1621.o (.data); + build/u/assets/images/split/image1622.o (.data); + build/u/assets/images/split/image1623.o (.data); + build/u/assets/images/split/image1624.o (.data); + build/u/assets/images/split/image1625.o (.data); + build/u/assets/images/split/image1626.o (.data); + build/u/assets/images/split/image1627.o (.data); + build/u/assets/images/split/image1628.o (.data); + build/u/assets/images/split/image1629.o (.data); + build/u/assets/images/split/image1630.o (.data); + build/u/assets/images/split/image1631.o (.data); + build/u/assets/images/split/image1632.o (.data); + build/u/assets/images/split/image1633.o (.data); + build/u/assets/images/split/image1634.o (.data); + build/u/assets/images/split/image1635.o (.data); + build/u/assets/images/split/image1636.o (.data); + build/u/assets/images/split/image1637.o (.data); + build/u/assets/images/split/image1638.o (.data); + build/u/assets/images/split/image1639.o (.data); + build/u/assets/images/split/image1640.o (.data); + build/u/assets/images/split/image1641.o (.data); + build/u/assets/images/split/image1642.o (.data); + build/u/assets/images/split/image1643.o (.data); + build/u/assets/images/split/image1644.o (.data); + build/u/assets/images/split/image1645.o (.data); + build/u/assets/images/split/image1646.o (.data); + build/u/assets/images/split/image1647.o (.data); + build/u/assets/images/split/image1648.o (.data); + build/u/assets/images/split/image1649.o (.data); + build/u/assets/images/split/image1650.o (.data); + build/u/assets/images/split/image1651.o (.data); + build/u/assets/images/split/image1652.o (.data); + build/u/assets/images/split/image1653.o (.data); + build/u/assets/images/split/image1654.o (.data); + build/u/assets/images/split/image1655.o (.data); + build/u/assets/images/split/image1656.o (.data); + build/u/assets/images/split/image1657.o (.data); + build/u/assets/images/split/image1658.o (.data); + build/u/assets/images/split/image1659.o (.data); + build/u/assets/images/split/image1660.o (.data); + build/u/assets/images/split/image1661.o (.data); + build/u/assets/images/split/image1662.o (.data); + build/u/assets/images/split/image1663.o (.data); + build/u/assets/images/split/image1664.o (.data); + build/u/assets/images/split/image1665.o (.data); + build/u/assets/images/split/image1666.o (.data); + build/u/assets/images/split/image1667.o (.data); + build/u/assets/images/split/image1668.o (.data); + build/u/assets/images/split/image1669.o (.data); + build/u/assets/images/split/image1670.o (.data); + build/u/assets/images/split/image1671.o (.data); + build/u/assets/images/split/image1672.o (.data); + build/u/assets/images/split/image1673.o (.data); + build/u/assets/images/split/image1674.o (.data); + build/u/assets/images/split/image1675.o (.data); + build/u/assets/images/split/image1676.o (.data); + build/u/assets/images/split/image1677.o (.data); + build/u/assets/images/split/image1678.o (.data); + build/u/assets/images/split/image1679.o (.data); + build/u/assets/images/split/image1680.o (.data); + build/u/assets/images/split/image1681.o (.data); + build/u/assets/images/split/image1682.o (.data); + build/u/assets/images/split/image1683.o (.data); + build/u/assets/images/split/image1684.o (.data); + build/u/assets/images/split/image1685.o (.data); + build/u/assets/images/split/image1686.o (.data); + build/u/assets/images/split/image1687.o (.data); + build/u/assets/images/split/image1688.o (.data); + build/u/assets/images/split/image1689.o (.data); + build/u/assets/images/split/image1690.o (.data); + build/u/assets/images/split/image1691.o (.data); + build/u/assets/images/split/image1692.o (.data); + build/u/assets/images/split/image1693.o (.data); + build/u/assets/images/split/image1694.o (.data); + build/u/assets/images/split/image1695.o (.data); + build/u/assets/images/split/image1696.o (.data); + build/u/assets/images/split/image1697.o (.data); + build/u/assets/images/split/image1698.o (.data); + build/u/assets/images/split/image1699.o (.data); + build/u/assets/images/split/image1700.o (.data); + build/u/assets/images/split/image1701.o (.data); + build/u/assets/images/split/image1702.o (.data); + build/u/assets/images/split/image1703.o (.data); + build/u/assets/images/split/image1704.o (.data); + build/u/assets/images/split/image1705.o (.data); + build/u/assets/images/split/image1706.o (.data); + build/u/assets/images/split/image1707.o (.data); + build/u/assets/images/split/image1708.o (.data); + build/u/assets/images/split/image1709.o (.data); + build/u/assets/images/split/image1710.o (.data); + build/u/assets/images/split/image1711.o (.data); + build/u/assets/images/split/image1712.o (.data); + build/u/assets/images/split/image1713.o (.data); + build/u/assets/images/split/image1714.o (.data); + build/u/assets/images/split/image1715.o (.data); + build/u/assets/images/split/image1716.o (.data); + build/u/assets/images/split/image1717.o (.data); + build/u/assets/images/split/image1718.o (.data); + build/u/assets/images/split/image1719.o (.data); + build/u/assets/images/split/image1720.o (.data); + build/u/assets/images/split/image1721.o (.data); + build/u/assets/images/split/image1722.o (.data); + build/u/assets/images/split/image1723.o (.data); + build/u/assets/images/split/image1724.o (.data); + build/u/assets/images/split/image1725.o (.data); + build/u/assets/images/split/image1726.o (.data); + build/u/assets/images/split/image1727.o (.data); + build/u/assets/images/split/image1728.o (.data); + build/u/assets/images/split/image1729.o (.data); + build/u/assets/images/split/image1730.o (.data); + build/u/assets/images/split/image1731.o (.data); + build/u/assets/images/split/image1732.o (.data); + build/u/assets/images/split/image1733.o (.data); + build/u/assets/images/split/image1734.o (.data); + build/u/assets/images/split/image1735.o (.data); + build/u/assets/images/split/image1736.o (.data); + build/u/assets/images/split/image1737.o (.data); + build/u/assets/images/split/image1738.o (.data); + build/u/assets/images/split/image1739.o (.data); + build/u/assets/images/split/image1740.o (.data); + build/u/assets/images/split/image1741.o (.data); + build/u/assets/images/split/image1742.o (.data); + build/u/assets/images/split/image1743.o (.data); + build/u/assets/images/split/image1744.o (.data); + build/u/assets/images/split/image1745.o (.data); + build/u/assets/images/split/image1746.o (.data); + build/u/assets/images/split/image1747.o (.data); + build/u/assets/images/split/image1748.o (.data); + build/u/assets/images/split/image1749.o (.data); + build/u/assets/images/split/image1750.o (.data); + build/u/assets/images/split/image1751.o (.data); + build/u/assets/images/split/image1752.o (.data); + build/u/assets/images/split/image1753.o (.data); + build/u/assets/images/split/image1754.o (.data); + build/u/assets/images/split/image1755.o (.data); + build/u/assets/images/split/image1756.o (.data); + build/u/assets/images/split/image1757.o (.data); + build/u/assets/images/split/image1758.o (.data); + build/u/assets/images/split/image1759.o (.data); + build/u/assets/images/split/image1760.o (.data); + build/u/assets/images/split/image1761.o (.data); + build/u/assets/images/split/image1762.o (.data); + build/u/assets/images/split/image1763.o (.data); + build/u/assets/images/split/image1764.o (.data); + build/u/assets/images/split/image1765.o (.data); + build/u/assets/images/split/image1766.o (.data); + build/u/assets/images/split/image1767.o (.data); + build/u/assets/images/split/image1768.o (.data); + build/u/assets/images/split/image1769.o (.data); + build/u/assets/images/split/image1770.o (.data); + build/u/assets/images/split/image1771.o (.data); + build/u/assets/images/split/image1772.o (.data); + build/u/assets/images/split/image1773.o (.data); + build/u/assets/images/split/image1774.o (.data); + build/u/assets/images/split/image1775.o (.data); + build/u/assets/images/split/image1776.o (.data); + build/u/assets/images/split/image1777.o (.data); + build/u/assets/images/split/image1778.o (.data); + build/u/assets/images/split/image1779.o (.data); + build/u/assets/images/split/image1780.o (.data); + build/u/assets/images/split/image1781.o (.data); + build/u/assets/images/split/image1782.o (.data); + build/u/assets/images/split/image1783.o (.data); + build/u/assets/images/split/image1784.o (.data); + build/u/assets/images/split/image1785.o (.data); + build/u/assets/images/split/image1786.o (.data); + build/u/assets/images/split/image1787.o (.data); + build/u/assets/images/split/image1788.o (.data); + build/u/assets/images/split/image1789.o (.data); + build/u/assets/images/split/image1790.o (.data); + build/u/assets/images/split/image1791.o (.data); + build/u/assets/images/split/image1792.o (.data); + build/u/assets/images/split/image1793.o (.data); + build/u/assets/images/split/image1794.o (.data); + build/u/assets/images/split/image1795.o (.data); + build/u/assets/images/split/image1796.o (.data); + build/u/assets/images/split/image1797.o (.data); + build/u/assets/images/split/image1798.o (.data); + build/u/assets/images/split/image1799.o (.data); + build/u/assets/images/split/image1800.o (.data); + build/u/assets/images/split/image1801.o (.data); + build/u/assets/images/split/image1802.o (.data); + build/u/assets/images/split/image1803.o (.data); + build/u/assets/images/split/image1804.o (.data); + build/u/assets/images/split/image1805.o (.data); + build/u/assets/images/split/image1806.o (.data); + build/u/assets/images/split/image1807.o (.data); + build/u/assets/images/split/image1808.o (.data); + build/u/assets/images/split/image1809.o (.data); + build/u/assets/images/split/image1810.o (.data); + build/u/assets/images/split/image1811.o (.data); + build/u/assets/images/split/image1812.o (.data); + build/u/assets/images/split/image1813.o (.data); + build/u/assets/images/split/image1814.o (.data); + build/u/assets/images/split/image1815.o (.data); + build/u/assets/images/split/image1816.o (.data); + build/u/assets/images/split/image1817.o (.data); + build/u/assets/images/split/image1818.o (.data); + build/u/assets/images/split/image1819.o (.data); + build/u/assets/images/split/image1820.o (.data); + build/u/assets/images/split/image1821.o (.data); + build/u/assets/images/split/image1822.o (.data); + build/u/assets/images/split/image1823.o (.data); + build/u/assets/images/split/image1824.o (.data); + build/u/assets/images/split/image1825.o (.data); + build/u/assets/images/split/image1826.o (.data); + build/u/assets/images/split/image1827.o (.data); + build/u/assets/images/split/image1828.o (.data); + build/u/assets/images/split/image1829.o (.data); + build/u/assets/images/split/image1830.o (.data); + build/u/assets/images/split/image1831.o (.data); + build/u/assets/images/split/image1832.o (.data); + build/u/assets/images/split/image1833.o (.data); + build/u/assets/images/split/image1834.o (.data); + build/u/assets/images/split/image1835.o (.data); + build/u/assets/images/split/image1836.o (.data); + build/u/assets/images/split/image1837.o (.data); + build/u/assets/images/split/image1838.o (.data); + build/u/assets/images/split/image1839.o (.data); + build/u/assets/images/split/image1840.o (.data); + build/u/assets/images/split/image1841.o (.data); + build/u/assets/images/split/image1842.o (.data); + build/u/assets/images/split/image1843.o (.data); + build/u/assets/images/split/image1844.o (.data); + build/u/assets/images/split/image1845.o (.data); + build/u/assets/images/split/image1846.o (.data); + build/u/assets/images/split/image1847.o (.data); + build/u/assets/images/split/image1848.o (.data); + build/u/assets/images/split/image1849.o (.data); + build/u/assets/images/split/image1850.o (.data); + build/u/assets/images/split/image1851.o (.data); + build/u/assets/images/split/image1852.o (.data); + build/u/assets/images/split/image1853.o (.data); + build/u/assets/images/split/image1854.o (.data); + build/u/assets/images/split/image1855.o (.data); + build/u/assets/images/split/image1856.o (.data); + build/u/assets/images/split/image1857.o (.data); + build/u/assets/images/split/image1858.o (.data); + build/u/assets/images/split/image1859.o (.data); + build/u/assets/images/split/image1860.o (.data); + build/u/assets/images/split/image1861.o (.data); + build/u/assets/images/split/image1862.o (.data); + build/u/assets/images/split/image1863.o (.data); + build/u/assets/images/split/image1864.o (.data); + build/u/assets/images/split/image1865.o (.data); + build/u/assets/images/split/image1866.o (.data); + build/u/assets/images/split/image1867.o (.data); + build/u/assets/images/split/image1868.o (.data); + build/u/assets/images/split/image1869.o (.data); + build/u/assets/images/split/image1870.o (.data); + build/u/assets/images/split/image1871.o (.data); + build/u/assets/images/split/image1872.o (.data); + build/u/assets/images/split/image1873.o (.data); + build/u/assets/images/split/image1874.o (.data); + build/u/assets/images/split/image1875.o (.data); + build/u/assets/images/split/image1876.o (.data); + build/u/assets/images/split/image1877.o (.data); + build/u/assets/images/split/image1878.o (.data); + build/u/assets/images/split/image1879.o (.data); + build/u/assets/images/split/image1880.o (.data); + build/u/assets/images/split/image1881.o (.data); + build/u/assets/images/split/image1882.o (.data); + build/u/assets/images/split/image1883.o (.data); + build/u/assets/images/split/image1884.o (.data); + build/u/assets/images/split/image1885.o (.data); + build/u/assets/images/split/image1886.o (.data); + build/u/assets/images/split/image1887.o (.data); + build/u/assets/images/split/image1888.o (.data); + build/u/assets/images/split/image1889.o (.data); + build/u/assets/images/split/image1890.o (.data); + build/u/assets/images/split/image1891.o (.data); + build/u/assets/images/split/image1892.o (.data); + build/u/assets/images/split/image1893.o (.data); + build/u/assets/images/split/image1894.o (.data); + build/u/assets/images/split/image1895.o (.data); + build/u/assets/images/split/image1896.o (.data); + build/u/assets/images/split/image1897.o (.data); + build/u/assets/images/split/image1898.o (.data); + build/u/assets/images/split/image1899.o (.data); + build/u/assets/images/split/image1900.o (.data); + build/u/assets/images/split/image1901.o (.data); + build/u/assets/images/split/image1902.o (.data); + build/u/assets/images/split/image1903.o (.data); + build/u/assets/images/split/image1904.o (.data); + build/u/assets/images/split/image1905.o (.data); + build/u/assets/images/split/image1906.o (.data); + build/u/assets/images/split/image1907.o (.data); + build/u/assets/images/split/image1908.o (.data); + build/u/assets/images/split/image1909.o (.data); + build/u/assets/images/split/image1910.o (.data); + build/u/assets/images/split/image1911.o (.data); + build/u/assets/images/split/image1912.o (.data); + build/u/assets/images/split/image1913.o (.data); + build/u/assets/images/split/image1914.o (.data); + build/u/assets/images/split/image1915.o (.data); + build/u/assets/images/split/image1916.o (.data); + build/u/assets/images/split/image1917.o (.data); + build/u/assets/images/split/image1918.o (.data); + build/u/assets/images/split/image1919.o (.data); + build/u/assets/images/split/image1920.o (.data); + build/u/assets/images/split/image1921.o (.data); + build/u/assets/images/split/image1922.o (.data); + build/u/assets/images/split/image1923.o (.data); + build/u/assets/images/split/image1924.o (.data); + build/u/assets/images/split/image1925.o (.data); + build/u/assets/images/split/image1926.o (.data); + build/u/assets/images/split/image1927.o (.data); + build/u/assets/images/split/image1928.o (.data); + build/u/assets/images/split/image1929.o (.data); + build/u/assets/images/split/image1930.o (.data); + build/u/assets/images/split/image1931.o (.data); + build/u/assets/images/split/image1932.o (.data); + build/u/assets/images/split/image1933.o (.data); + build/u/assets/images/split/image1934.o (.data); + build/u/assets/images/split/image1935.o (.data); + build/u/assets/images/split/image1936.o (.data); + build/u/assets/images/split/image1937.o (.data); + build/u/assets/images/split/image1938.o (.data); + build/u/assets/images/split/image1939.o (.data); + build/u/assets/images/split/image1940.o (.data); + build/u/assets/images/split/image1941.o (.data); + build/u/assets/images/split/image1942.o (.data); + build/u/assets/images/split/image1943.o (.data); + build/u/assets/images/split/image1944.o (.data); + build/u/assets/images/split/image1945.o (.data); + build/u/assets/images/split/image1946.o (.data); + build/u/assets/images/split/image1947.o (.data); + build/u/assets/images/split/image1948.o (.data); + build/u/assets/images/split/image1949.o (.data); + build/u/assets/images/split/image1950.o (.data); + build/u/assets/images/split/image1951.o (.data); + build/u/assets/images/split/image1952.o (.data); + build/u/assets/images/split/image1953.o (.data); + build/u/assets/images/split/image1954.o (.data); + build/u/assets/images/split/image1955.o (.data); + build/u/assets/images/split/image1956.o (.data); + build/u/assets/images/split/image1957.o (.data); + build/u/assets/images/split/image1958.o (.data); + build/u/assets/images/split/image1959.o (.data); + build/u/assets/images/split/image1960.o (.data); + build/u/assets/images/split/image1961.o (.data); + build/u/assets/images/split/image1962.o (.data); + build/u/assets/images/split/image1963.o (.data); + build/u/assets/images/split/image1964.o (.data); + build/u/assets/images/split/image1965.o (.data); + build/u/assets/images/split/image1966.o (.data); + build/u/assets/images/split/image1967.o (.data); + build/u/assets/images/split/image1968.o (.data); + build/u/assets/images/split/image1969.o (.data); + build/u/assets/images/split/image1970.o (.data); + build/u/assets/images/split/image1971.o (.data); + build/u/assets/images/split/image1972.o (.data); + build/u/assets/images/split/image1973.o (.data); + build/u/assets/images/split/image1974.o (.data); + build/u/assets/images/split/image1975.o (.data); + build/u/assets/images/split/image1976.o (.data); + build/u/assets/images/split/image1977.o (.data); + build/u/assets/images/split/image1978.o (.data); + build/u/assets/images/split/image1979.o (.data); + build/u/assets/images/split/image1980.o (.data); + build/u/assets/images/split/image1981.o (.data); + build/u/assets/images/split/image1982.o (.data); + build/u/assets/images/split/image1983.o (.data); + build/u/assets/images/split/image1984.o (.data); + build/u/assets/images/split/image1985.o (.data); + build/u/assets/images/split/image1986.o (.data); + build/u/assets/images/split/image1987.o (.data); + build/u/assets/images/split/image1988.o (.data); + build/u/assets/images/split/image1989.o (.data); + build/u/assets/images/split/image1990.o (.data); + build/u/assets/images/split/image1991.o (.data); + build/u/assets/images/split/image1992.o (.data); + build/u/assets/images/split/image1993.o (.data); + build/u/assets/images/split/image1994.o (.data); + build/u/assets/images/split/image1995.o (.data); + build/u/assets/images/split/image1996.o (.data); + build/u/assets/images/split/image1997.o (.data); + build/u/assets/images/split/image1998.o (.data); + build/u/assets/images/split/image1999.o (.data); + build/u/assets/images/split/image2000.o (.data); + build/u/assets/images/split/image2001.o (.data); + build/u/assets/images/split/image2002.o (.data); + build/u/assets/images/split/image2003.o (.data); + build/u/assets/images/split/image2004.o (.data); + build/u/assets/images/split/image2005.o (.data); + build/u/assets/images/split/image2006.o (.data); + build/u/assets/images/split/image2007.o (.data); + build/u/assets/images/split/image2008.o (.data); + build/u/assets/images/split/image2009.o (.data); + build/u/assets/images/split/image2010.o (.data); + build/u/assets/images/split/image2011.o (.data); + build/u/assets/images/split/image2012.o (.data); + build/u/assets/images/split/image2013.o (.data); + build/u/assets/images/split/image2014.o (.data); + build/u/assets/images/split/image2015.o (.data); + build/u/assets/images/split/image2016.o (.data); + build/u/assets/images/split/image2017.o (.data); + build/u/assets/images/split/image2018.o (.data); + build/u/assets/images/split/image2019.o (.data); + build/u/assets/images/split/image2020.o (.data); + build/u/assets/images/split/image2021.o (.data); + build/u/assets/images/split/image2022.o (.data); + build/u/assets/images/split/image2023.o (.data); + build/u/assets/images/split/image2024.o (.data); + build/u/assets/images/split/image2025.o (.data); + build/u/assets/images/split/image2026.o (.data); + build/u/assets/images/split/image2027.o (.data); + build/u/assets/images/split/image2028.o (.data); + build/u/assets/images/split/image2029.o (.data); + build/u/assets/images/split/image2030.o (.data); + build/u/assets/images/split/image2031.o (.data); + build/u/assets/images/split/image2032.o (.data); + build/u/assets/images/split/image2033.o (.data); + build/u/assets/images/split/image2034.o (.data); + build/u/assets/images/split/image2035.o (.data); + build/u/assets/images/split/image2036.o (.data); + build/u/assets/images/split/image2037.o (.data); + build/u/assets/images/split/image2038.o (.data); + build/u/assets/images/split/image2039.o (.data); + build/u/assets/images/split/image2040.o (.data); + build/u/assets/images/split/image2041.o (.data); + build/u/assets/images/split/image2042.o (.data); + build/u/assets/images/split/image2043.o (.data); + build/u/assets/images/split/image2044.o (.data); + build/u/assets/images/split/image2045.o (.data); + build/u/assets/images/split/image2046.o (.data); + build/u/assets/images/split/image2047.o (.data); + build/u/assets/images/split/image2048.o (.data); + build/u/assets/images/split/image2049.o (.data); + build/u/assets/images/split/image2050.o (.data); + build/u/assets/images/split/image2051.o (.data); + build/u/assets/images/split/image2052.o (.data); + build/u/assets/images/split/image2053.o (.data); + build/u/assets/images/split/image2054.o (.data); + build/u/assets/images/split/image2055.o (.data); + build/u/assets/images/split/image2056.o (.data); + build/u/assets/images/split/image2057.o (.data); + build/u/assets/images/split/image2058.o (.data); + build/u/assets/images/split/image2059.o (.data); + build/u/assets/images/split/image2060.o (.data); + build/u/assets/images/split/image2061.o (.data); + build/u/assets/images/split/image2062.o (.data); + build/u/assets/images/split/image2063.o (.data); + build/u/assets/images/split/image2064.o (.data); + build/u/assets/images/split/image2065.o (.data); + build/u/assets/images/split/image2066.o (.data); + build/u/assets/images/split/image2067.o (.data); + build/u/assets/images/split/image2068.o (.data); + build/u/assets/images/split/image2069.o (.data); + build/u/assets/images/split/image2070.o (.data); + build/u/assets/images/split/image2071.o (.data); + build/u/assets/images/split/image2072.o (.data); + build/u/assets/images/split/image2073.o (.data); + build/u/assets/images/split/image2074.o (.data); + build/u/assets/images/split/image2075.o (.data); + build/u/assets/images/split/image2076.o (.data); + build/u/assets/images/split/image2077.o (.data); + build/u/assets/images/split/image2078.o (.data); + build/u/assets/images/split/image2079.o (.data); + build/u/assets/images/split/image2080.o (.data); + build/u/assets/images/split/image2081.o (.data); + build/u/assets/images/split/image2082.o (.data); + build/u/assets/images/split/image2083.o (.data); + build/u/assets/images/split/image2084.o (.data); + build/u/assets/images/split/image2085.o (.data); + build/u/assets/images/split/image2086.o (.data); + build/u/assets/images/split/image2087.o (.data); + build/u/assets/images/split/image2088.o (.data); + build/u/assets/images/split/image2089.o (.data); + build/u/assets/images/split/image2090.o (.data); + build/u/assets/images/split/image2091.o (.data); + build/u/assets/images/split/image2092.o (.data); + build/u/assets/images/split/image2093.o (.data); + build/u/assets/images/split/image2094.o (.data); + build/u/assets/images/split/image2095.o (.data); + build/u/assets/images/split/image2096.o (.data); + build/u/assets/images/split/image2097.o (.data); + build/u/assets/images/split/image2098.o (.data); + build/u/assets/images/split/image2099.o (.data); + build/u/assets/images/split/image2100.o (.data); + build/u/assets/images/split/image2101.o (.data); + build/u/assets/images/split/image2102.o (.data); + build/u/assets/images/split/image2103.o (.data); + build/u/assets/images/split/image2104.o (.data); + build/u/assets/images/split/image2105.o (.data); + build/u/assets/images/split/image2106.o (.data); + build/u/assets/images/split/image2107.o (.data); + build/u/assets/images/split/image2108.o (.data); + build/u/assets/images/split/image2109.o (.data); + build/u/assets/images/split/image2110.o (.data); + build/u/assets/images/split/image2111.o (.data); + build/u/assets/images/split/image2112.o (.data); + build/u/assets/images/split/image2113.o (.data); + build/u/assets/images/split/image2114.o (.data); + build/u/assets/images/split/image2115.o (.data); + build/u/assets/images/split/image2116.o (.data); + build/u/assets/images/split/image2117.o (.data); + build/u/assets/images/split/image2118.o (.data); + build/u/assets/images/split/image2119.o (.data); + build/u/assets/images/split/image2120.o (.data); + build/u/assets/images/split/image2121.o (.data); + build/u/assets/images/split/image2122.o (.data); + build/u/assets/images/split/image2123.o (.data); + build/u/assets/images/split/image2124.o (.data); + build/u/assets/images/split/image2125.o (.data); + build/u/assets/images/split/image2126.o (.data); + build/u/assets/images/split/image2127.o (.data); + build/u/assets/images/split/image2128.o (.data); + build/u/assets/images/split/image2129.o (.data); + build/u/assets/images/split/image2130.o (.data); + build/u/assets/images/split/image2131.o (.data); + build/u/assets/images/split/image2132.o (.data); + build/u/assets/images/split/image2133.o (.data); + build/u/assets/images/split/image2134.o (.data); + build/u/assets/images/split/image2135.o (.data); + build/u/assets/images/split/image2136.o (.data); + build/u/assets/images/split/image2137.o (.data); + build/u/assets/images/split/image2138.o (.data); + build/u/assets/images/split/image2139.o (.data); + build/u/assets/images/split/image2140.o (.data); + build/u/assets/images/split/image2141.o (.data); + build/u/assets/images/split/image2142.o (.data); + build/u/assets/images/split/image2143.o (.data); + build/u/assets/images/split/image2144.o (.data); + build/u/assets/images/split/image2145.o (.data); + build/u/assets/images/split/image2146.o (.data); + build/u/assets/images/split/image2147.o (.data); + build/u/assets/images/split/image2148.o (.data); + build/u/assets/images/split/image2149.o (.data); + build/u/assets/images/split/image2150.o (.data); + build/u/assets/images/split/image2151.o (.data); + build/u/assets/images/split/image2152.o (.data); + build/u/assets/images/split/image2153.o (.data); + build/u/assets/images/split/image2154.o (.data); + build/u/assets/images/split/image2155.o (.data); + build/u/assets/images/split/image2156.o (.data); + build/u/assets/images/split/image2157.o (.data); + build/u/assets/images/split/image2158.o (.data); + build/u/assets/images/split/image2159.o (.data); + build/u/assets/images/split/image2160.o (.data); + build/u/assets/images/split/image2161.o (.data); + build/u/assets/images/split/image2162.o (.data); + build/u/assets/images/split/image2163.o (.data); + build/u/assets/images/split/image2164.o (.data); + build/u/assets/images/split/image2165.o (.data); + build/u/assets/images/split/image2166.o (.data); + build/u/assets/images/split/image2167.o (.data); + build/u/assets/images/split/image2168.o (.data); + build/u/assets/images/split/image2169.o (.data); + build/u/assets/images/split/image2170.o (.data); + build/u/assets/images/split/image2171.o (.data); + build/u/assets/images/split/image2172.o (.data); + build/u/assets/images/split/image2173.o (.data); + build/u/assets/images/split/image2174.o (.data); + build/u/assets/images/split/image2175.o (.data); + build/u/assets/images/split/image2176.o (.data); + build/u/assets/images/split/image2177.o (.data); + build/u/assets/images/split/image2178.o (.data); + build/u/assets/images/split/image2179.o (.data); + build/u/assets/images/split/image2180.o (.data); + build/u/assets/images/split/image2181.o (.data); + build/u/assets/images/split/image2182.o (.data); + build/u/assets/images/split/image2183.o (.data); + build/u/assets/images/split/image2184.o (.data); + build/u/assets/images/split/image2185.o (.data); + build/u/assets/images/split/image2186.o (.data); + build/u/assets/images/split/image2187.o (.data); + build/u/assets/images/split/image2188.o (.data); + build/u/assets/images/split/image2189.o (.data); + build/u/assets/images/split/image2190.o (.data); + build/u/assets/images/split/image2191.o (.data); + build/u/assets/images/split/image2192.o (.data); + build/u/assets/images/split/image2193.o (.data); + build/u/assets/images/split/image2194.o (.data); + build/u/assets/images/split/image2195.o (.data); + build/u/assets/images/split/image2196.o (.data); + build/u/assets/images/split/image2197.o (.data); + build/u/assets/images/split/image2198.o (.data); + build/u/assets/images/split/image2199.o (.data); + build/u/assets/images/split/image2200.o (.data); + build/u/assets/images/split/image2201.o (.data); + build/u/assets/images/split/image2202.o (.data); + build/u/assets/images/split/image2203.o (.data); + build/u/assets/images/split/image2204.o (.data); + build/u/assets/images/split/image2205.o (.data); + build/u/assets/images/split/image2206.o (.data); + build/u/assets/images/split/image2207.o (.data); + build/u/assets/images/split/image2208.o (.data); + build/u/assets/images/split/image2209.o (.data); + build/u/assets/images/split/image2210.o (.data); + build/u/assets/images/split/image2211.o (.data); + build/u/assets/images/split/image2212.o (.data); + build/u/assets/images/split/image2213.o (.data); + build/u/assets/images/split/image2214.o (.data); + build/u/assets/images/split/image2215.o (.data); + build/u/assets/images/split/image2216.o (.data); + build/u/assets/images/split/image2217.o (.data); + build/u/assets/images/split/image2218.o (.data); + build/u/assets/images/split/image2219.o (.data); + build/u/assets/images/split/image2220.o (.data); + build/u/assets/images/split/image2221.o (.data); + build/u/assets/images/split/image2222.o (.data); + build/u/assets/images/split/image2223.o (.data); + build/u/assets/images/split/image2224.o (.data); + build/u/assets/images/split/image2225.o (.data); + build/u/assets/images/split/image2226.o (.data); + build/u/assets/images/split/image2227.o (.data); + build/u/assets/images/split/image2228.o (.data); + build/u/assets/images/split/image2229.o (.data); + build/u/assets/images/split/image2230.o (.data); + build/u/assets/images/split/image2231.o (.data); + build/u/assets/images/split/image2232.o (.data); + build/u/assets/images/split/image2233.o (.data); + build/u/assets/images/split/image2234.o (.data); + build/u/assets/images/split/image2235.o (.data); + build/u/assets/images/split/image2236.o (.data); + build/u/assets/images/split/image2237.o (.data); + build/u/assets/images/split/image2238.o (.data); + build/u/assets/images/split/image2239.o (.data); + build/u/assets/images/split/image2240.o (.data); + build/u/assets/images/split/image2241.o (.data); + build/u/assets/images/split/image2242.o (.data); + build/u/assets/images/split/image2243.o (.data); + build/u/assets/images/split/image2244.o (.data); + build/u/assets/images/split/image2245.o (.data); + build/u/assets/images/split/image2246.o (.data); + build/u/assets/images/split/image2247.o (.data); + build/u/assets/images/split/image2248.o (.data); + build/u/assets/images/split/image2249.o (.data); + build/u/assets/images/split/image2250.o (.data); + build/u/assets/images/split/image2251.o (.data); + build/u/assets/images/split/image2252.o (.data); + build/u/assets/images/split/image2253.o (.data); + build/u/assets/images/split/image2254.o (.data); + build/u/assets/images/split/image2255.o (.data); + build/u/assets/images/split/image2256.o (.data); + build/u/assets/images/split/image2257.o (.data); + build/u/assets/images/split/image2258.o (.data); + build/u/assets/images/split/image2259.o (.data); + build/u/assets/images/split/image2260.o (.data); + build/u/assets/images/split/image2261.o (.data); + build/u/assets/images/split/image2262.o (.data); + build/u/assets/images/split/image2263.o (.data); + build/u/assets/images/split/image2264.o (.data); + build/u/assets/images/split/image2265.o (.data); + build/u/assets/images/split/image2266.o (.data); + build/u/assets/images/split/image2267.o (.data); + build/u/assets/images/split/image2268.o (.data); + build/u/assets/images/split/image2269.o (.data); + build/u/assets/images/split/image2270.o (.data); + build/u/assets/images/split/image2271.o (.data); + build/u/assets/images/split/image2272.o (.data); + build/u/assets/images/split/image2273.o (.data); + build/u/assets/images/split/image2274.o (.data); + build/u/assets/images/split/image2275.o (.data); + build/u/assets/images/split/image2276.o (.data); + build/u/assets/images/split/image2277.o (.data); + build/u/assets/images/split/image2278.o (.data); + build/u/assets/images/split/image2279.o (.data); + build/u/assets/images/split/image2280.o (.data); + build/u/assets/images/split/image2281.o (.data); + build/u/assets/images/split/image2282.o (.data); + build/u/assets/images/split/image2283.o (.data); + build/u/assets/images/split/image2284.o (.data); + build/u/assets/images/split/image2285.o (.data); + build/u/assets/images/split/image2286.o (.data); + build/u/assets/images/split/image2287.o (.data); + build/u/assets/images/split/image2288.o (.data); + build/u/assets/images/split/image2289.o (.data); + build/u/assets/images/split/image2290.o (.data); + build/u/assets/images/split/image2291.o (.data); + build/u/assets/images/split/image2292.o (.data); + build/u/assets/images/split/image2293.o (.data); + build/u/assets/images/split/image2294.o (.data); + build/u/assets/images/split/image2295.o (.data); + build/u/assets/images/split/image2296.o (.data); + build/u/assets/images/split/image2297.o (.data); + build/u/assets/images/split/image2298.o (.data); + build/u/assets/images/split/image2299.o (.data); + build/u/assets/images/split/image2300.o (.data); + build/u/assets/images/split/image2301.o (.data); + build/u/assets/images/split/image2302.o (.data); + build/u/assets/images/split/image2303.o (.data); + build/u/assets/images/split/image2304.o (.data); + build/u/assets/images/split/image2305.o (.data); + build/u/assets/images/split/image2306.o (.data); + build/u/assets/images/split/image2307.o (.data); + build/u/assets/images/split/image2308.o (.data); + build/u/assets/images/split/image2309.o (.data); + build/u/assets/images/split/image2310.o (.data); + build/u/assets/images/split/image2311.o (.data); + build/u/assets/images/split/image2312.o (.data); + build/u/assets/images/split/image2313.o (.data); + build/u/assets/images/split/image2314.o (.data); + build/u/assets/images/split/image2315.o (.data); + build/u/assets/images/split/image2316.o (.data); + build/u/assets/images/split/image2317.o (.data); + build/u/assets/images/split/image2318.o (.data); + build/u/assets/images/split/image2319.o (.data); + build/u/assets/images/split/image2320.o (.data); + build/u/assets/images/split/image2321.o (.data); + build/u/assets/images/split/image2322.o (.data); + build/u/assets/images/split/image2323.o (.data); + build/u/assets/images/split/image2324.o (.data); + build/u/assets/images/split/image2325.o (.data); + build/u/assets/images/split/image2326.o (.data); + build/u/assets/images/split/image2327.o (.data); + build/u/assets/images/split/image2328.o (.data); + build/u/assets/images/split/image2329.o (.data); + build/u/assets/images/split/image2330.o (.data); + build/u/assets/images/split/image2331.o (.data); + build/u/assets/images/split/image2332.o (.data); + build/u/assets/images/split/image2333.o (.data); + build/u/assets/images/split/image2334.o (.data); + build/u/assets/images/split/image2335.o (.data); + build/u/assets/images/split/image2336.o (.data); + build/u/assets/images/split/image2337.o (.data); + build/u/assets/images/split/image2338.o (.data); + build/u/assets/images/split/image2339.o (.data); + build/u/assets/images/split/image2340.o (.data); + build/u/assets/images/split/image2341.o (.data); + build/u/assets/images/split/image2342.o (.data); + build/u/assets/images/split/image2343.o (.data); + build/u/assets/images/split/image2344.o (.data); + build/u/assets/images/split/image2345.o (.data); + build/u/assets/images/split/image2346.o (.data); + build/u/assets/images/split/image2347.o (.data); + build/u/assets/images/split/image2348.o (.data); + build/u/assets/images/split/image2349.o (.data); + build/u/assets/images/split/image2350.o (.data); + build/u/assets/images/split/image2351.o (.data); + build/u/assets/images/split/image2352.o (.data); + build/u/assets/images/split/image2353.o (.data); + build/u/assets/images/split/image2354.o (.data); + build/u/assets/images/split/image2355.o (.data); + build/u/assets/images/split/image2356.o (.data); + build/u/assets/images/split/image2357.o (.data); + build/u/assets/images/split/image2358.o (.data); + build/u/assets/images/split/image2359.o (.data); + build/u/assets/images/split/image2360.o (.data); + build/u/assets/images/split/image2361.o (.data); + build/u/assets/images/split/image2362.o (.data); + build/u/assets/images/split/image2363.o (.data); + build/u/assets/images/split/image2364.o (.data); + build/u/assets/images/split/image2365.o (.data); + build/u/assets/images/split/image2366.o (.data); + build/u/assets/images/split/image2367.o (.data); + build/u/assets/images/split/image2368.o (.data); + build/u/assets/images/split/image2369.o (.data); + build/u/assets/images/split/image2370.o (.data); + build/u/assets/images/split/image2371.o (.data); + build/u/assets/images/split/image2372.o (.data); + build/u/assets/images/split/image2373.o (.data); + build/u/assets/images/split/image2374.o (.data); + build/u/assets/images/split/image2375.o (.data); + build/u/assets/images/split/image2376.o (.data); + build/u/assets/images/split/image2377.o (.data); + build/u/assets/images/split/image2378.o (.data); + build/u/assets/images/split/image2379.o (.data); + build/u/assets/images/split/image2380.o (.data); + build/u/assets/images/split/image2381.o (.data); + build/u/assets/images/split/image2382.o (.data); + build/u/assets/images/split/image2383.o (.data); + build/u/assets/images/split/image2384.o (.data); + build/u/assets/images/split/image2385.o (.data); + build/u/assets/images/split/image2386.o (.data); + build/u/assets/images/split/image2387.o (.data); + build/u/assets/images/split/image2388.o (.data); + build/u/assets/images/split/image2389.o (.data); + build/u/assets/images/split/image2390.o (.data); + build/u/assets/images/split/image2391.o (.data); + build/u/assets/images/split/image2392.o (.data); + build/u/assets/images/split/image2393.o (.data); + build/u/assets/images/split/image2394.o (.data); + build/u/assets/images/split/image2395.o (.data); + build/u/assets/images/split/image2396.o (.data); + build/u/assets/images/split/image2397.o (.data); + build/u/assets/images/split/image2398.o (.data); + build/u/assets/images/split/image2399.o (.data); + build/u/assets/images/split/image2400.o (.data); + build/u/assets/images/split/image2401.o (.data); + build/u/assets/images/split/image2402.o (.data); + build/u/assets/images/split/image2403.o (.data); + build/u/assets/images/split/image2404.o (.data); + build/u/assets/images/split/image2405.o (.data); + build/u/assets/images/split/image2406.o (.data); + build/u/assets/images/split/image2407.o (.data); + build/u/assets/images/split/image2408.o (.data); + build/u/assets/images/split/image2409.o (.data); + build/u/assets/images/split/image2410.o (.data); + build/u/assets/images/split/image2411.o (.data); + build/u/assets/images/split/image2412.o (.data); + build/u/assets/images/split/image2413.o (.data); + build/u/assets/images/split/image2414.o (.data); + build/u/assets/images/split/image2415.o (.data); + build/u/assets/images/split/image2416.o (.data); + build/u/assets/images/split/image2417.o (.data); + build/u/assets/images/split/image2418.o (.data); + build/u/assets/images/split/image2419.o (.data); + build/u/assets/images/split/image2420.o (.data); + build/u/assets/images/split/image2421.o (.data); + build/u/assets/images/split/image2422.o (.data); + build/u/assets/images/split/image2423.o (.data); + build/u/assets/images/split/image2424.o (.data); + build/u/assets/images/split/image2425.o (.data); + build/u/assets/images/split/image2426.o (.data); + build/u/assets/images/split/image2427.o (.data); + build/u/assets/images/split/image2428.o (.data); + build/u/assets/images/split/image2429.o (.data); + build/u/assets/images/split/image2430.o (.data); + build/u/assets/images/split/image2431.o (.data); + build/u/assets/images/split/image2432.o (.data); + build/u/assets/images/split/image2433.o (.data); + build/u/assets/images/split/image2434.o (.data); + build/u/assets/images/split/image2435.o (.data); + build/u/assets/images/split/image2436.o (.data); + build/u/assets/images/split/image2437.o (.data); + build/u/assets/images/split/image2438.o (.data); + build/u/assets/images/split/image2439.o (.data); + build/u/assets/images/split/image2440.o (.data); + build/u/assets/images/split/image2441.o (.data); + build/u/assets/images/split/image2442.o (.data); + build/u/assets/images/split/image2443.o (.data); + build/u/assets/images/split/image2444.o (.data); + build/u/assets/images/split/image2445.o (.data); + build/u/assets/images/split/image2446.o (.data); + build/u/assets/images/split/image2447.o (.data); + build/u/assets/images/split/image2448.o (.data); + build/u/assets/images/split/image2449.o (.data); + build/u/assets/images/split/image2450.o (.data); + build/u/assets/images/split/image2451.o (.data); + build/u/assets/images/split/image2452.o (.data); + build/u/assets/images/split/image2453.o (.data); + build/u/assets/images/split/image2454.o (.data); + build/u/assets/images/split/image2455.o (.data); + build/u/assets/images/split/image2456.o (.data); + build/u/assets/images/split/image2457.o (.data); + build/u/assets/images/split/image2458.o (.data); + build/u/assets/images/split/image2459.o (.data); + build/u/assets/images/split/image2460.o (.data); + build/u/assets/images/split/image2461.o (.data); + build/u/assets/images/split/image2462.o (.data); + build/u/assets/images/split/image2463.o (.data); + build/u/assets/images/split/image2464.o (.data); + build/u/assets/images/split/image2465.o (.data); + build/u/assets/images/split/image2466.o (.data); + build/u/assets/images/split/image2467.o (.data); + build/u/assets/images/split/image2468.o (.data); + build/u/assets/images/split/image2469.o (.data); + build/u/assets/images/split/image2470.o (.data); + build/u/assets/images/split/image2471.o (.data); + build/u/assets/images/split/image2472.o (.data); + build/u/assets/images/split/image2473.o (.data); + build/u/assets/images/split/image2474.o (.data); + build/u/assets/images/split/image2475.o (.data); + build/u/assets/images/split/image2476.o (.data); + build/u/assets/images/split/image2477.o (.data); + build/u/assets/images/split/image2478.o (.data); + build/u/assets/images/split/image2479.o (.data); + build/u/assets/images/split/image2480.o (.data); + build/u/assets/images/split/image2481.o (.data); + build/u/assets/images/split/image2482.o (.data); + build/u/assets/images/split/image2483.o (.data); + build/u/assets/images/split/image2484.o (.data); + build/u/assets/images/split/image2485.o (.data); + build/u/assets/images/split/image2486.o (.data); + build/u/assets/images/split/image2487.o (.data); + build/u/assets/images/split/image2488.o (.data); + build/u/assets/images/split/image2489.o (.data); + build/u/assets/images/split/image2490.o (.data); + build/u/assets/images/split/image2491.o (.data); + build/u/assets/images/split/image2492.o (.data); + build/u/assets/images/split/image2493.o (.data); + build/u/assets/images/split/image2494.o (.data); + build/u/assets/images/split/image2495.o (.data); + build/u/assets/images/split/image2496.o (.data); + build/u/assets/images/split/image2497.o (.data); + build/u/assets/images/split/image2498.o (.data); + build/u/assets/images/split/image2499.o (.data); + build/u/assets/images/split/image2500.o (.data); + build/u/assets/images/split/image2501.o (.data); + build/u/assets/images/split/image2502.o (.data); + build/u/assets/images/split/image2503.o (.data); + build/u/assets/images/split/image2504.o (.data); + build/u/assets/images/split/image2505.o (.data); + build/u/assets/images/split/image2506.o (.data); + build/u/assets/images/split/image2507.o (.data); + build/u/assets/images/split/image2508.o (.data); + build/u/assets/images/split/image2509.o (.data); + build/u/assets/images/split/image2510.o (.data); + build/u/assets/images/split/image2511.o (.data); + build/u/assets/images/split/image2512.o (.data); + build/u/assets/images/split/image2513.o (.data); + build/u/assets/images/split/image2514.o (.data); + build/u/assets/images/split/image2515.o (.data); + build/u/assets/images/split/image2516.o (.data); + build/u/assets/images/split/image2517.o (.data); + build/u/assets/images/split/image2518.o (.data); + build/u/assets/images/split/image2519.o (.data); + build/u/assets/images/split/image2520.o (.data); + build/u/assets/images/split/image2521.o (.data); + build/u/assets/images/split/image2522.o (.data); + build/u/assets/images/split/image2523.o (.data); + build/u/assets/images/split/image2524.o (.data); + build/u/assets/images/split/image2525.o (.data); + build/u/assets/images/split/image2526.o (.data); + build/u/assets/images/split/image2527.o (.data); + build/u/assets/images/split/image2528.o (.data); + build/u/assets/images/split/image2529.o (.data); + build/u/assets/images/split/image2530.o (.data); + build/u/assets/images/split/image2531.o (.data); + build/u/assets/images/split/image2532.o (.data); + build/u/assets/images/split/image2533.o (.data); + build/u/assets/images/split/image2534.o (.data); + build/u/assets/images/split/image2535.o (.data); + build/u/assets/images/split/image2536.o (.data); + build/u/assets/images/split/image2537.o (.data); + build/u/assets/images/split/image2538.o (.data); + build/u/assets/images/split/image2539.o (.data); + build/u/assets/images/split/image2540.o (.data); + build/u/assets/images/split/image2541.o (.data); + build/u/assets/images/split/image2542.o (.data); + build/u/assets/images/split/image2543.o (.data); + build/u/assets/images/split/image2544.o (.data); + build/u/assets/images/split/image2545.o (.data); + build/u/assets/images/split/image2546.o (.data); + build/u/assets/images/split/image2547.o (.data); + build/u/assets/images/split/image2548.o (.data); + build/u/assets/images/split/image2549.o (.data); + build/u/assets/images/split/image2550.o (.data); + build/u/assets/images/split/image2551.o (.data); + build/u/assets/images/split/image2552.o (.data); + build/u/assets/images/split/image2553.o (.data); + build/u/assets/images/split/image2554.o (.data); + build/u/assets/images/split/image2555.o (.data); + build/u/assets/images/split/image2556.o (.data); + build/u/assets/images/split/image2557.o (.data); + build/u/assets/images/split/image2558.o (.data); + build/u/assets/images/split/image2559.o (.data); + build/u/assets/images/split/image2560.o (.data); + build/u/assets/images/split/image2561.o (.data); + build/u/assets/images/split/image2562.o (.data); + build/u/assets/images/split/image2563.o (.data); + build/u/assets/images/split/image2564.o (.data); + build/u/assets/images/split/image2565.o (.data); + build/u/assets/images/split/image2566.o (.data); + build/u/assets/images/split/image2567.o (.data); + build/u/assets/images/split/image2568.o (.data); + build/u/assets/images/split/image2569.o (.data); + build/u/assets/images/split/image2570.o (.data); + build/u/assets/images/split/image2571.o (.data); + build/u/assets/images/split/image2572.o (.data); + build/u/assets/images/split/image2573.o (.data); + build/u/assets/images/split/image2574.o (.data); + build/u/assets/images/split/image2575.o (.data); + build/u/assets/images/split/image2576.o (.data); + build/u/assets/images/split/image2577.o (.data); + build/u/assets/images/split/image2578.o (.data); + build/u/assets/images/split/image2579.o (.data); + build/u/assets/images/split/image2580.o (.data); + build/u/assets/images/split/image2581.o (.data); + build/u/assets/images/split/image2582.o (.data); + build/u/assets/images/split/image2583.o (.data); + build/u/assets/images/split/image2584.o (.data); + build/u/assets/images/split/image2585.o (.data); + build/u/assets/images/split/image2586.o (.data); + build/u/assets/images/split/image2587.o (.data); + build/u/assets/images/split/image2588.o (.data); + build/u/assets/images/split/image2589.o (.data); + build/u/assets/images/split/image2590.o (.data); + build/u/assets/images/split/image2591.o (.data); + build/u/assets/images/split/image2592.o (.data); + build/u/assets/images/split/image2593.o (.data); + build/u/assets/images/split/image2594.o (.data); + build/u/assets/images/split/image2595.o (.data); + build/u/assets/images/split/image2596.o (.data); + build/u/assets/images/split/image2597.o (.data); + build/u/assets/images/split/image2598.o (.data); + build/u/assets/images/split/image2599.o (.data); + build/u/assets/images/split/image2600.o (.data); + build/u/assets/images/split/image2601.o (.data); + build/u/assets/images/split/image2602.o (.data); + build/u/assets/images/split/image2603.o (.data); + build/u/assets/images/split/image2604.o (.data); + build/u/assets/images/split/image2605.o (.data); + build/u/assets/images/split/image2606.o (.data); + build/u/assets/images/split/image2607.o (.data); + build/u/assets/images/split/image2608.o (.data); + build/u/assets/images/split/image2609.o (.data); + build/u/assets/images/split/image2610.o (.data); + build/u/assets/images/split/image2611.o (.data); + build/u/assets/images/split/image2612.o (.data); + build/u/assets/images/split/image2613.o (.data); + build/u/assets/images/split/image2614.o (.data); + build/u/assets/images/split/image2615.o (.data); + build/u/assets/images/split/image2616.o (.data); + build/u/assets/images/split/image2617.o (.data); + build/u/assets/images/split/image2618.o (.data); + build/u/assets/images/split/image2619.o (.data); + build/u/assets/images/split/image2620.o (.data); + build/u/assets/images/split/image2621.o (.data); + build/u/assets/images/split/image2622.o (.data); + build/u/assets/images/split/image2623.o (.data); + build/u/assets/images/split/image2624.o (.data); + build/u/assets/images/split/image2625.o (.data); + build/u/assets/images/split/image2626.o (.data); + build/u/assets/images/split/image2627.o (.data); + build/u/assets/images/split/image2628.o (.data); + build/u/assets/images/split/image2629.o (.data); + build/u/assets/images/split/image2630.o (.data); + build/u/assets/images/split/image2631.o (.data); + build/u/assets/images/split/image2632.o (.data); + build/u/assets/images/split/image2633.o (.data); + build/u/assets/images/split/image2634.o (.data); + build/u/assets/images/split/image2635.o (.data); + build/u/assets/images/split/image2636.o (.data); + build/u/assets/images/split/image2637.o (.data); + build/u/assets/images/split/image2638.o (.data); + build/u/assets/images/split/image2639.o (.data); + build/u/assets/images/split/image2640.o (.data); + build/u/assets/images/split/image2641.o (.data); + build/u/assets/images/split/image2642.o (.data); + build/u/assets/images/split/image2643.o (.data); + build/u/assets/images/split/image2644.o (.data); + build/u/assets/images/split/image2645.o (.data); + build/u/assets/images/split/image2646.o (.data); + build/u/assets/images/split/image2647.o (.data); + build/u/assets/images/split/image2648.o (.data); + build/u/assets/images/split/image2649.o (.data); + build/u/assets/images/split/image2650.o (.data); + build/u/assets/images/split/image2651.o (.data); + build/u/assets/images/split/image2652.o (.data); + build/u/assets/images/split/image2653.o (.data); + build/u/assets/images/split/image2654.o (.data); + build/u/assets/images/split/image2655.o (.data); + build/u/assets/images/split/image2656.o (.data); + build/u/assets/images/split/image2657.o (.data); + build/u/assets/images/split/image2658.o (.data); + build/u/assets/images/split/image2659.o (.data); + build/u/assets/images/split/image2660.o (.data); + build/u/assets/images/split/image2661.o (.data); + build/u/assets/images/split/image2662.o (.data); + build/u/assets/images/split/image2663.o (.data); + build/u/assets/images/split/image2664.o (.data); + build/u/assets/images/split/image2665.o (.data); + build/u/assets/images/split/image2666.o (.data); + build/u/assets/images/split/image2667.o (.data); + build/u/assets/images/split/image2668.o (.data); + build/u/assets/images/split/image2669.o (.data); + build/u/assets/images/split/image2670.o (.data); + build/u/assets/images/split/image2671.o (.data); + build/u/assets/images/split/image2672.o (.data); + build/u/assets/images/split/image2673.o (.data); + build/u/assets/images/split/image2674.o (.data); + build/u/assets/images/split/image2675.o (.data); + build/u/assets/images/split/image2676.o (.data); + build/u/assets/images/split/image2677.o (.data); + build/u/assets/images/split/image2678.o (.data); + build/u/assets/images/split/image2679.o (.data); + build/u/assets/images/split/image2680.o (.data); + build/u/assets/images/split/image2681.o (.data); + build/u/assets/images/split/image2682.o (.data); + build/u/assets/images/split/image2683.o (.data); + build/u/assets/images/split/image2684.o (.data); + build/u/assets/images/split/image2685.o (.data); + build/u/assets/images/split/image2686.o (.data); + build/u/assets/images/split/image2687.o (.data); + build/u/assets/images/split/image2688.o (.data); + build/u/assets/images/split/image2689.o (.data); + build/u/assets/images/split/image2690.o (.data); + build/u/assets/images/split/image2691.o (.data); + build/u/assets/images/split/image2692.o (.data); + build/u/assets/images/split/image2693.o (.data); + build/u/assets/images/split/image2694.o (.data); + build/u/assets/images/split/image2695.o (.data); + build/u/assets/images/split/image2696.o (.data); + build/u/assets/images/split/image2697.o (.data); + build/u/assets/images/split/image2698.o (.data); + build/u/assets/images/split/image2699.o (.data); + } + END_SEG(images) + + + + _romSegmentEnd = _imagesSegmentRomEnd; + + + + __csegtempPos = 0xC00000; + __dataSegmentVaddrStart = _codeSegmentEnd + 0x10000000; + + BEGIN_SEG(csegment, __csegtempPos, __dataSegmentVaddrStart) + { + build/u/src/rspboot.o (.text); + build/u/src/gspboot.o (.text); + build/u/src/aspboot.o (.text); + build/u/src/boot.o (.data); + build/u/src/init.o (.data); + build/u/src/sched.o (.data); + build/u/src/osMapTLB.o (.data); + build/u/src/tlb_manage.o (.data); + build/u/src/tlb_random.o (.data); + build/u/src/tlb_resolve.o (.data); + build/u/src/tlb_hardwire.o (.data); + build/u/src/audi.o (.data); + build/u/src/speed_graph.o (.data); + build/u/src/fr.o (.data); + build/u/src/deb.o (.data); + build/u/src/fault.o (.data); + /*deb_print may be part of fault per pd beta (.data);*/ + build/u/src/deb_print.o (.data); + build/u/src/getra.o (.data); + build/u/src/ramrom.o (.data); + build/u/src/boss.o (.data); + build/u/src/music.o (.data); + build/u/src/snd.o (.data); + build/u/src/memp.o (.data); + build/u/src/mema.o (.data); + build/u/src/random.o (.data); + build/u/src/token.o (.data); + build/u/src/str.o (.data); + build/u/src/sprintf.o (.data); + build/u/src/pi.o (.data); + build/u/src/vi.o (.data); + build/u/src/debugmenu.o (.data); + build/u/src/joy.o (.data); + build/u/src/motor.o (.data); + build/u/src/rmon.o (.data); + + /*build/u/src/libultra/osPiRawStartDma.o (.data);*/ + build/u/src/libultra/io/pirawdma.o (.data); + build/u/src/libultra/io/pigetstat.o (.data); + build/u/src/libultrare/os/initialize.o (.data); + build/u/src/libultra/os/writebackdcacheall.o (.data); + build/u/src/libultra/os/invalicache.o (.data); + build/u/src/libultra/os/unmaptlb.o (.data); + build/u/src/libultra/os/getfpccsr.o (.data); + build/u/src/libultra/os/setfpccsr.o (.data); + build/u/src/libultra/os/createthread.o (.data); + build/u/src/libultra/os/startthread.o (.data); + build/u/src/libultra/os/createmesgqueue.o (.data); + build/u/src/libultra/os/parameters.o (.data); + build/u/src/libultra/os/stopthread.o (.data); + build/u/src/libultra/os/setthreadpri.o (.data); + build/u/src/libultra/os/getcount.o (.data); + build/u/src/libultrare/io/vimgr.o (.data); + build/u/src/libultrare/io/vitbl.o (.data); /*edited*/ + build/u/src/libultra/os/seteventmesg.o (.data); + build/u/src/libultra/io/visetevent.o (.data); + build/u/src/libultra/os/setintmask.o (.data); + build/u/src/libultra/os/recvmesg.o (.data); + build/u/src/libultra/os/sendmesg.o (.data); + build/u/src/libultra/io/visetmode.o (.data); + build/u/src/libultra/io/visetxscale.o (.data); + build/u/src/libultra/io/visetyscale.o (.data); + build/u/src/libultra/io/virepeatline.o (.data); + build/u/src/libultra/io/viblack.o (.data); + build/u/src/libultra/io/sptaskyielded.o (.data); + build/u/src/libultra/io/dpctr.o (.data); + build/u/src/libultra/io/vigetcurrframebuf.o (.data); + build/u/src/libultra/io/vigetnextframebuf.o (.data); + build/u/src/libultra/io/viswapbuf.o (.data); + build/u/src/libultra/io/dpsetstat.o (.data); + build/u/src/libultrare/io/sptask.o (.data); + build/u/src/libultra/io/dpsetnextbuf.o (.data); + build/u/src/libultra/io/sptaskyield.o (.data); + build/u/src/libultra/os/gettlbhi.o (.data); + build/u/src/libultra/os/virtualtophysical.o (.data); + build/u/src/libultra/io/aisetfreq.o (.data); + build/u/src/libultra/audio/sl.o (.data); + build/u/src/libultra/audio/heapalloc.o (.data); + build/u/src/libultra/os/gettime.o (.data); + build/u/src/libultra/libc/ll.o (.data); /*edited*/ + build/u/src/libultrare/io/aisetnextbuf.o (.data); + build/u/src/libultra/io/aigetlen.o (.data); + build/u/src/libultra/audio/synthesizer.o (.data); + build/u/src/libultra/io/pidma.o (.data); + build/u/src/libultra/io/visetspecial.o (.data); + build/u/src/libultra/libc/bcopy.o (.data); + build/u/src/libultra/gu/perspective.o (.data); + build/u/src/libultra/gu/mtxutil.o (.data); + build/u/src/libultra/os/getcurrfaultthread.o (.data); + build/u/src/libultra/os/exception.o (.data); /*edited*/ + build/u/src/libultra/os/thread.o (.data); + build/u/src/libultra/os/yieldthread.o (.data); + build/u/src/libultra/os/invaldcache.o (.data); + build/u/src/libultra/os/writebackdcache.o (.data); + build/u/src/libultra/os/settimer.o (.data); + build/u/src/libultra/audio/heapinit.o (.data); + build/u/src/libultra/audio/bnkf.o (.data); + build/u/src/libultra/audio/csplayer.o (.data); + build/u/src/libultra/audio/seqpsetbank.o (.data); + build/u/src/libultra/audio/cspgetstate.o (.data); + build/u/src/libultra/audio/cseq.o (.data); + build/u/src/libultra/audio/cspsetseq.o (.data); + build/u/src/libultra/audio/cspplay.o (.data); + build/u/src/libultra/audio/cspstop.o (.data); + build/u/src/libultra/audio/cspsetvol.o (.data); + build/u/src/libultra/audio/event.o (.data); + build/u/src/libultra/audio/synaddplayer.o (.data); + build/u/src/libultra/audio/synallocvoice.o (.data); + build/u/src/libultra/audio/synsetvol.o (.data); + build/u/src/libultra/audio/synstartvoice.o (.data); + build/u/src/libultra/audio/synsetpan.o (.data); + build/u/src/libultra/audio/synsetpitch.o (.data); + build/u/src/libultra/audio/synsetfxmix.o (.data); + build/u/src/libultra/audio/synstopvoice.o (.data); + build/u/src/libultra/audio/synfreevoice.o (.data); + build/u/src/libultra/audio/cents2ratio.o (.data); + build/u/src/libultra/io/piread.o (.data); + build/u/src/libultra/libc/string.o (.data); + build/u/src/libultrare/libc/xprintf.o (.data); + build/u/src/libultrare/io/pimgr.o (.data); + build/u/src/libultrare/io/pfsinit.o (.data); + build/u/src/libultrare/io/controller.o (.data); + build/u/src/libultra/io/contquery.o (.data); + build/u/src/libultrare/io/contreaddata.o (.data); + build/u/src/libultrare/io/conteepprobe.o (.data); + build/u/src/libultrare/io/conteepread.o (.data); + build/u/src/libultrare/io/conteepwrite.o (.data); + build/u/src/libultrare/io/conteeplongread.o (.data); + build/u/src/libultrare/io/conteeplongwrite.o (.data); + build/u/src/libultrare/io/pfsisplug.o (.data); + build/u/src/libultra/io/siacs.o (.data); + build/u/src/libultra/io/sirawdma.o (.data); + build/u/src/libultra/io/crc.o (.data); + build/u/src/libultrare/io/contramwrite.o (.data); + build/u/src/libultrare/io/contramread.o (.data); + build/u/src/libultra/gu/align.o (.data); + build/u/src/libultra/gu/ortho.o (.data); + build/u/src/libultra/gu/coss.o (.data); + build/u/src/libultra/gu/sins.o (.data); + build/u/src/libultra/gu/translate.o (.data); + build/u/src/libultra/libc/bcmp.o (.data); + build/u/src/libultra/gu/scale.o (.data); + build/u/src/libultra/gu/lookatref.o (.data); + build/u/src/libultra/gu/lookat.o (.data); + build/u/src/libultra/gu/rotate.o (.data); + build/u/src/libultra/libc/llcvt.o (.data); /*edited*/ + build/u/src/libultra/os/setsr.o (.data); + build/u/src/libultra/os/getsr.o (.data); + build/u/src/libultra/io/sirawread.o (.data); + build/u/src/libultra/io/sirawwrite.o (.data); + build/u/src/libultra/io/pirawread.o (.data); + build/u/src/libultra/libc/bzero.o (.data); + build/u/src/libultra/os/sethwinterrupt.o (.data); + build/u/src/libultrare/io/leointerrupt.o (.data); + build/u/src/libultra/os/interrupt.o (.data); + build/u/src/libultra/os/timerintr.o (.data); + build/u/src/libultra/os/kdebugserver.o (.data); + build/u/src/libultra/os/getthreadpri.o (.data); + build/u/src/libultrare/io/vi.o (.data); /*edited*/ + build/u/src/libultra/io/vigetcurrcontext.o (.data); + build/u/src/libultra/io/viswapcontext.o (.data); + build/u/src/libultra/io/spgetstat.o (.data); + build/u/src/libultra/io/spsetstat.o (.data); + build/u/src/libultra/io/spsetpc.o (.data); + build/u/src/libultra/io/sprawdma.o (.data); + build/u/src/libultra/io/sp.o (.data); + build/u/src/libultra/io/dp.o (.data); + build/u/src/libultra/os/probetlb.o (.data); + build/u/src/libultra/audio/syndelete.o (.data); + build/u/src/libultra/io/ai.o (.data); + build/u/src/libultrare/audio/drvrNew.o (.data); + build/u/src/libultra/audio/synallocfx.o (.data); + build/u/src/libultra/audio/mainbus.o (.data); + build/u/src/libultra/audio/load.o (.data); + build/u/src/libultra/audio/resample.o (.data); + build/u/src/libultrare/audio/env.o (.data); /*edited*/ + build/u/src/libultra/audio/auxbus.o (.data); + build/u/src/libultra/audio/save.o (.data); + build/u/src/libultra/os/jammesg.o (.data); + build/u/src/libultra/io/pigetcmdq.o (.data); + build/u/src/libultra/gu/cosf.o (.data); /*edited*/ + build/u/src/libultra/gu/sinf.o (.data); /*edited*/ + build/u/src/libultrare/os/destroythread.o (.data); + build/u/src/libultra/audio/seqplayer.o (.data); + build/u/src/libultra/audio/synstartvoiceparam.o (.data); + build/u/src/libultra/audio/copy.o (.data); + build/u/src/libultra/io/piacs.o (.data); + build/u/src/libultra/libc/xlitob.o (.data); + build/u/src/libultra/libc/xldtob.o (.data); + build/u/src/libultrare/io/epirawdma.o (.data); + build/u/src/libultrare/io/devmgr.o (.data); + build/u/src/libultra/io/contpfs.o (.data); + build/u/src/libultra/io/si.o (.data); + build/u/src/libultra/gu/normalize.o (.data); + build/u/src/libultra/gu/sqrtf.o (.data); + build/u/src/libultrare/io/leodiskinit.o (.data); + build/u/src/libultra/os/setcompare.o (.data); + build/u/src/libultra/audio/filter.o (.data); + build/u/src/libultrare/audio/reverb.o (.data); /*edited*/ + build/u/src/libultra/gu/libm_vals.o (.data); /*edited*/ + build/u/src/libultra/audio/seq.o (.data); + build/u/src/libultra/audio/synsetpriority.o (.data); + build/u/src/libultra/libc/ldiv.o (.data); + build/u/src/libultra/os/resetglobalintmask.o (.data); + build/u/src/libultrare/io/epirawwrite.o (.data); + build/u/src/libultra/io/vimodentsclan1.o (.data); + build/u/src/libultrare/io/vimodepallan1.o (.data); + build/u/src/libultrare/ultra80069080.o (.data); /*edited*/ + /*build/u/src/libultra/libultra.a:libultra.o (.data);*/ + + build/u/src/aspboot.o (.rodata); + build/u/src/boot.o (.rodata); + build/u/src/init.o (.rodata); + build/u/src/sched.o (.rodata); + build/u/src/osMapTLB.o (.rodata); + build/u/src/tlb_manage.o (.rodata); + build/u/src/tlb_random.o (.rodata); + build/u/src/tlb_resolve.o (.rodata); + build/u/src/tlb_hardwire.o (.rodata); + build/u/src/audi.o (.rodata); + build/u/src/speed_graph.o (.rodata); + build/u/src/fr.o (.rodata); + build/u/src/deb.o (.rodata); + build/u/src/fault.o (.rodata); + /*deb_print may be part of fault per pd beta (.rodata);*/ + build/u/src/deb_print.o (.rodata); + build/u/src/getra.o (.rodata); + build/u/src/ramrom.o (.rodata); + build/u/src/boss.o (.rodata); + build/u/src/music.o (.rodata); + build/u/src/snd.o (.rodata); + build/u/src/memp.o (.rodata); + build/u/src/mema.o (.rodata); + build/u/src/random.o (.rodata); + build/u/src/token.o (.rodata); + build/u/src/str.o (.rodata); + build/u/src/sprintf.o (.rodata); + build/u/src/pi.o (.rodata); + build/u/src/vi.o (.rodata); + build/u/src/debugmenu.o (.rodata); + build/u/src/joy.o (.rodata); + build/u/src/motor.o (.rodata); + build/u/src/rmon.o (.rodata); + + /*build/u/src/libultra/osPiRawStartDma.o (.rodata);*/ + build/u/src/libultra/io/pirawdma.o (.rodata); + build/u/src/libultra/io/pigetstat.o (.rodata); + build/u/src/libultrare/os/initialize.o (.rodata); + build/u/src/libultra/os/writebackdcacheall.o (.rodata); + build/u/src/libultra/os/invalicache.o (.rodata); + build/u/src/libultra/os/unmaptlb.o (.rodata); + build/u/src/libultra/os/getfpccsr.o (.rodata); + build/u/src/libultra/os/setfpccsr.o (.rodata); + build/u/src/libultra/os/createthread.o (.rodata); + build/u/src/libultra/os/startthread.o (.rodata); + build/u/src/libultra/os/createmesgqueue.o (.rodata); + build/u/src/libultra/os/parameters.o (.rodata); + build/u/src/libultra/os/stopthread.o (.rodata); + build/u/src/libultra/os/setthreadpri.o (.rodata); + build/u/src/libultra/os/getcount.o (.rodata); + build/u/src/libultrare/io/vimgr.o (.rodata); + build/u/src/libultrare/io/vitbl.o (.rodata); /*edited*/ + build/u/src/libultra/os/seteventmesg.o (.rodata); + build/u/src/libultra/io/visetevent.o (.rodata); + build/u/src/libultra/os/setintmask.o (.rodata); + build/u/src/libultra/os/recvmesg.o (.rodata); + build/u/src/libultra/os/sendmesg.o (.rodata); + build/u/src/libultra/io/visetmode.o (.rodata); + build/u/src/libultra/io/visetxscale.o (.rodata); + build/u/src/libultra/io/visetyscale.o (.rodata); + build/u/src/libultra/io/virepeatline.o (.rodata); + build/u/src/libultra/io/viblack.o (.rodata); + build/u/src/libultra/io/sptaskyielded.o (.rodata); + build/u/src/libultra/io/dpctr.o (.rodata); + build/u/src/libultra/io/vigetcurrframebuf.o (.rodata); + build/u/src/libultra/io/vigetnextframebuf.o (.rodata); + build/u/src/libultra/io/viswapbuf.o (.rodata); + build/u/src/libultra/io/dpsetstat.o (.rodata); + build/u/src/libultrare/io/sptask.o (.rodata); + build/u/src/libultra/io/dpsetnextbuf.o (.rodata); + build/u/src/libultra/io/sptaskyield.o (.rodata); + build/u/src/libultra/os/gettlbhi.o (.rodata); + build/u/src/libultra/os/virtualtophysical.o (.rodata); + build/u/src/libultra/io/aisetfreq.o (.rodata); + build/u/src/libultra/audio/sl.o (.rodata); + build/u/src/libultra/audio/heapalloc.o (.rodata); + build/u/src/libultra/os/gettime.o (.rodata); + build/u/src/libultra/libc/ll.o (.rodata); /*edited*/ + build/u/src/libultrare/io/aisetnextbuf.o (.rodata); + build/u/src/libultra/io/aigetlen.o (.rodata); + build/u/src/libultra/audio/synthesizer.o (.rodata); + build/u/src/libultra/io/pidma.o (.rodata); + build/u/src/libultra/io/visetspecial.o (.rodata); + build/u/src/libultra/libc/bcopy.o (.rodata); + build/u/src/libultra/gu/perspective.o (.rodata); + build/u/src/libultra/gu/mtxutil.o (.rodata); + build/u/src/libultra/os/getcurrfaultthread.o (.rodata); + build/u/src/libultra/os/exception.o (.rodata); /*edited*/ + build/u/src/libultra/os/thread.o (.rodata); + build/u/src/libultra/os/yieldthread.o (.rodata); + build/u/src/libultra/os/invaldcache.o (.rodata); + build/u/src/libultra/os/writebackdcache.o (.rodata); + build/u/src/libultra/os/settimer.o (.rodata); + build/u/src/libultra/audio/heapinit.o (.rodata); + build/u/src/libultra/audio/bnkf.o (.rodata); + build/u/src/libultra/audio/csplayer.o (.rodata); + build/u/src/libultra/audio/seqpsetbank.o (.rodata); + build/u/src/libultra/audio/cspgetstate.o (.rodata); + build/u/src/libultra/audio/cseq.o (.rodata); + build/u/src/libultra/audio/cspsetseq.o (.rodata); + build/u/src/libultra/audio/cspplay.o (.rodata); + build/u/src/libultra/audio/cspstop.o (.rodata); + build/u/src/libultra/audio/cspsetvol.o (.rodata); + build/u/src/libultra/audio/event.o (.rodata); + build/u/src/libultra/audio/synaddplayer.o (.rodata); + build/u/src/libultra/audio/synallocvoice.o (.rodata); + build/u/src/libultra/audio/synsetvol.o (.rodata); + build/u/src/libultra/audio/synstartvoice.o (.rodata); + build/u/src/libultra/audio/synsetpan.o (.rodata); + build/u/src/libultra/audio/synsetpitch.o (.rodata); + build/u/src/libultra/audio/synsetfxmix.o (.rodata); + build/u/src/libultra/audio/synstopvoice.o (.rodata); + build/u/src/libultra/audio/synfreevoice.o (.rodata); + build/u/src/libultra/audio/cents2ratio.o (.rodata); + build/u/src/libultra/io/piread.o (.rodata); + build/u/src/libultra/libc/string.o (.rodata); + build/u/src/libultrare/libc/xprintf.o (.rodata); + build/u/src/libultrare/io/pimgr.o (.rodata); + build/u/src/libultrare/io/pfsinit.o (.rodata); + build/u/src/libultrare/io/controller.o (.rodata); + build/u/src/libultra/io/contquery.o (.rodata); + build/u/src/libultrare/io/contreaddata.o (.rodata); + build/u/src/libultrare/io/conteepprobe.o (.rodata); + build/u/src/libultrare/io/conteepread.o (.rodata); + build/u/src/libultrare/io/conteepwrite.o (.rodata); + build/u/src/libultrare/io/conteeplongread.o (.rodata); + build/u/src/libultrare/io/conteeplongwrite.o (.rodata); + build/u/src/libultrare/io/pfsisplug.o (.rodata); + build/u/src/libultra/io/siacs.o (.rodata); + build/u/src/libultra/io/sirawdma.o (.rodata); + build/u/src/libultra/io/crc.o (.rodata); + build/u/src/libultrare/io/contramwrite.o (.rodata); + build/u/src/libultrare/io/contramread.o (.rodata); + build/u/src/libultra/gu/align.o (.rodata); + build/u/src/libultra/gu/ortho.o (.rodata); + build/u/src/libultra/gu/coss.o (.rodata); + build/u/src/libultra/gu/sins.o (.rodata); + build/u/src/libultra/gu/translate.o (.rodata); + build/u/src/libultra/libc/bcmp.o (.rodata); + build/u/src/libultra/gu/scale.o (.rodata); + build/u/src/libultra/gu/lookatref.o (.rodata); + build/u/src/libultra/gu/lookat.o (.rodata); + build/u/src/libultra/gu/rotate.o (.rodata); + build/u/src/libultra/libc/llcvt.o (.rodata); /*edited*/ + build/u/src/libultra/os/setsr.o (.rodata); + build/u/src/libultra/os/getsr.o (.rodata); + build/u/src/libultra/io/sirawread.o (.rodata); + build/u/src/libultra/io/sirawwrite.o (.rodata); + build/u/src/libultra/io/pirawread.o (.rodata); + build/u/src/libultra/libc/bzero.o (.rodata); + build/u/src/libultra/os/sethwinterrupt.o (.rodata); + build/u/src/libultrare/io/leointerrupt.o (.rodata); + build/u/src/libultra/os/interrupt.o (.rodata); + build/u/src/libultra/os/timerintr.o (.rodata); + build/u/src/libultra/os/kdebugserver.o (.rodata); + build/u/src/libultra/os/getthreadpri.o (.rodata); + build/u/src/libultrare/io/vi.o (.rodata); /*edited*/ + build/u/src/libultra/io/vigetcurrcontext.o (.rodata); + build/u/src/libultra/io/viswapcontext.o (.rodata); + build/u/src/libultra/io/spgetstat.o (.rodata); + build/u/src/libultra/io/spsetstat.o (.rodata); + build/u/src/libultra/io/spsetpc.o (.rodata); + build/u/src/libultra/io/sprawdma.o (.rodata); + build/u/src/libultra/io/sp.o (.rodata); + build/u/src/libultra/io/dp.o (.rodata); + build/u/src/libultra/os/probetlb.o (.rodata); + build/u/src/libultra/audio/syndelete.o (.rodata); + build/u/src/libultra/io/ai.o (.rodata); + build/u/src/libultrare/audio/drvrNew.o (.rodata); + build/u/src/libultra/audio/synallocfx.o (.rodata); + build/u/src/libultra/audio/mainbus.o (.rodata); + build/u/src/libultra/audio/load.o (.rodata); + build/u/src/libultra/audio/resample.o (.rodata); + build/u/src/libultrare/audio/env.o (.rodata); /*edited*/ + build/u/src/libultra/audio/auxbus.o (.rodata); + build/u/src/libultra/audio/save.o (.rodata); + build/u/src/libultra/os/jammesg.o (.rodata); + build/u/src/libultra/io/pigetcmdq.o (.rodata); + build/u/src/libultra/gu/cosf.o (.rodata); /*edited*/ + build/u/src/libultra/gu/sinf.o (.rodata); /*edited*/ + build/u/src/libultrare/os/destroythread.o (.rodata); + build/u/src/libultra/audio/seqplayer.o (.rodata); + build/u/src/libultra/audio/synstartvoiceparam.o (.rodata); + build/u/src/libultra/audio/copy.o (.rodata); + build/u/src/libultra/io/piacs.o (.rodata); + build/u/src/libultra/libc/xlitob.o (.rodata); + build/u/src/libultra/libc/xldtob.o (.rodata); + build/u/src/libultrare/io/epirawdma.o (.rodata); + build/u/src/libultrare/io/devmgr.o (.rodata); + build/u/src/libultra/io/contpfs.o (.rodata); + build/u/src/libultra/io/si.o (.rodata); + build/u/src/libultra/gu/normalize.o (.rodata); + build/u/src/libultra/gu/sqrtf.o (.rodata); + build/u/src/libultrare/io/leodiskinit.o (.rodata); + build/u/src/libultra/os/setcompare.o (.rodata); + build/u/src/libultra/audio/filter.o (.rodata); + build/u/src/libultrare/audio/reverb.o (.rodata); /*edited*/ + build/u/src/libultra/gu/libm_vals.o (.rodata); /*edited*/ + build/u/src/libultra/audio/seq.o (.rodata); + build/u/src/libultra/audio/synsetpriority.o (.rodata); + build/u/src/libultra/libc/ldiv.o (.rodata); + build/u/src/libultra/os/resetglobalintmask.o (.rodata); + build/u/src/libultrare/io/epirawwrite.o (.rodata); + build/u/src/libultra/io/vimodentsclan1.o (.rodata); + build/u/src/libultrare/io/vimodepallan1.o (.rodata); + build/u/src/libultrare/ultra80069080.o (.rodata); /*edited*/ + /*build/u/src/libultra/libultra.a:libultra.o (.rodata);*/ + + build/u/src/game/initgamedata.o (.data); + build/u/src/game/initweaponanigroups.o (.data); + build/u/src/game/initactorpropstuff.o (.data); + build/u/src/game/initnull_0009D0.o (.data); + build/u/src/game/initunk_0009E0.o (.data); + build/u/src/game/initanitable.o (.data); + build/u/src/game/initplayergaitobject.o (.data); + build/u/src/game/setguscale.o (.data); + build/u/src/game/initnull_000BC0.o (.data); + build/u/src/game/initimages.o (.data); + build/u/src/game/initintromatrices.o (.data); + build/u/src/game/initmenus.o (.data); + build/u/src/game/initguards.o (.data); + build/u/src/game/deb_loadallmodels.o (.data); + build/u/src/game/initobjects.o (.data); + build/u/src/game/prop.o (.data); + build/u/src/game/objective.o (.data); + build/u/src/game/ejectedcartridges.o (.data); + build/u/src/game/initBondDATA.o (.data); + build/u/src/game/initunk_005450.o (.data); + build/u/src/game/initunk_005520.o (.data); + build/u/src/game/bondview_r.o (.data); + build/u/src/game/inititemslots.o (.data); + build/u/src/game/initBondDATAdefaults.o (.data); + build/u/src/game/initpathtablesomething.o (.data); + build/u/src/game/initpathtablelinks.o (.data); + build/u/src/game/initexplosioncasing.o (.data); + build/u/src/game/alloc_window_pieces.o (.data); + build/u/src/game/initunk_007290.o (.data); + build/u/src/game/initcheattext.o (.data); + build/u/src/game/initmttex.o (.data); + build/u/src/game/cleanup_guard_data.o (.data); + build/u/src/game/cleanup_object_sounds.o (.data); + build/u/src/game/cleanup_alarms.o (.data); + build/u/src/game/cleanup_objects.o (.data); + build/u/src/game/cleanup_objectives.o (.data); + build/u/src/game/cleanupSFXRelated.o (.data); + build/u/src/game/playerstats_007770.o (.data); + build/u/src/game/cleanexplosions.o (.data); + build/u/src/game/cleanwindowpieces.o (.data); + build/u/src/game/null_007970.o (.data); + build/u/src/game/cleanplayersound.o (.data); + build/u/src/game/title.o (.data); + build/u/src/game/front.o (.data); + build/u/src/game/unk_01B0E0.o (.data); + build/u/src/game/unk_01B240.o (.data); + build/u/src/game/unk_01BAE0.o (.data); + build/u/src/game/blood_animation.o (.data); + build/u/src/game/blood_decrypt.o (.data); + build/u/src/game/file.o (.data); + build/u/src/game/file2.o (.data); + build/u/src/game/chr.o (.data); + build/u/src/game/chrlv.o (.data); + build/u/src/game/chrai.o (.data); + build/u/src/game/chrprop.o (.data); + build/u/src/game/chrobjhandler.o (.data); + build/u/src/game/loadobjectmodel.o (.data); + build/u/src/game/objective_status.o (.data); + build/u/src/game/objective_status2.o (.data); + build/u/src/game/math_sincos.o (.data); + build/u/src/game/matrixmath.o (.data); + build/u/src/game/math_unk_05A9E0.o (.data); + build/u/src/game/math_atan2f.o (.data); + build/u/src/game/math_asinacos.o (.data); + build/u/src/game/math_asinfacosf.o (.data); + build/u/src/game/matrixmath_misc.o (.data); + build/u/src/game/quaternion.o (.data); + build/u/src/game/math_floor.o (.data); + build/u/src/game/math_ceil.o (.data); + build/u/src/game/gun.o (.data); + build/u/src/game/bondwalk2.o (.data); + build/u/src/game/objecthandler.o (.data); + build/u/src/game/objecthandler_1.o (.data); + build/u/src/game/objecthandler_2.o (.data); + build/u/src/game/othermodemicrocode.o (.data); + build/u/src/game/bondview.o (.data); + build/u/src/game/bondinv.o (.data); + build/u/src/game/bondhead.o (.data); + build/u/src/game/debugmenu_08FE00.o (.data); + build/u/src/game/debugmenu_handler.o (.data); + build/u/src/game/unk_091080.o (.data); + build/u/src/game/chraidata.o (.data); + build/u/src/game/pobjdata.o (.data); + build/u/src/game/gobjdata.o (.data); + build/u/src/game/gobjdata2.o (.data); + build/u/src/game/cobjdata.o (.data); + build/u/src/game/cheat_buttons.o (.data); + build/u/src/game/unk_092890.o (.data); + build/u/src/game/unk_092E50.o (.data); + build/u/src/game/player.o (.data); + build/u/src/game/player_2.o (.data); + build/u/src/game/crc.o (.data); + build/u/src/game/chrObjRandom.o (.data); + build/u/src/game/unk_09B7A0.o (.data); + build/u/src/game/explosions.o (.data); + build/u/src/game/unk_0A1DA0.o (.data); + build/u/src/game/watch.o (.data); + build/u/src/game/textrelated.o (.data); + build/u/src/game/stan.o (.data); + build/u/src/game/unk_0B3200.o (.data); + build/u/src/game/bg.o (.data); + build/u/src/game/bg2.o (.data); + build/u/src/game/fog.o (.data); + build/u/src/game/lightfixture.o (.data); + build/u/src/game/unk_0BC530.o (.data); + build/u/src/game/ob.o (.data); + build/u/src/game/dyn.o (.data); + build/u/src/game/lvl.o (.data); + build/u/src/game/ramromreplay.o (.data); + build/u/src/game/unk_0C0A70.o (.data); + build/u/src/game/mp_music.o (.data); + build/u/src/game/lvl_text.o (.data); + build/u/src/game/mp_watch.o (.data); + build/u/src/game/radar.o (.data); + build/u/src/game/mp_weapon.o (.data); + build/u/src/game/image.o (.data); + build/u/src/game/image_bank.o (.data); + build/u/src/game/unk_0CC4C0.o (.data); + build/u/src/game/decompress.o (.data); + build/u/src/game/zlib.o (.data); + build/u/src/game/rsp.o (.data); + build/u/src/game/indy_comms.o (.data); + build/u/src/game/indy_commands.o (.data); + build/u/src/game/game_debug.o (.data); + build/u/src/game/compiletime.o (.data); + build/u/src/game/unk_0D1AC0.o (.data); + build/u/src/game/viewport.o (.data); + build/u/src/game/music_0D2720.o (.data); + build/u/src/game/spectrum.o (.data); + + build/u/src/game/initgamedata.o (.rodata); + build/u/src/game/initweaponanigroups.o (.rodata); + build/u/src/game/initactorpropstuff.o (.rodata); + build/u/src/game/initnull_0009D0.o (.rodata); + build/u/src/game/initunk_0009E0.o (.rodata); + build/u/src/game/initanitable.o (.rodata); + build/u/src/game/initplayergaitobject.o (.rodata); + build/u/src/game/setguscale.o (.rodata); + build/u/src/game/initnull_000BC0.o (.rodata); + build/u/src/game/initimages.o (.rodata); + build/u/src/game/initintromatrices.o (.rodata); + build/u/src/game/initmenus.o (.rodata); + build/u/src/game/initguards.o (.rodata); + build/u/src/game/deb_loadallmodels.o (.rodata); + build/u/src/game/initobjects.o (.rodata); + build/u/src/game/prop.o (.rodata); + build/u/src/game/objective.o (.rodata); + build/u/src/game/ejectedcartridges.o (.rodata); + build/u/src/game/initBondDATA.o (.rodata); + build/u/src/game/initunk_005450.o (.rodata); + build/u/src/game/initunk_005520.o (.rodata); + build/u/src/game/bondview_r.o (.rodata); + build/u/src/game/inititemslots.o (.rodata); + build/u/src/game/initBondDATAdefaults.o (.rodata); + build/u/src/game/initpathtablesomething.o (.rodata); + build/u/src/game/initpathtablelinks.o (.rodata); + build/u/src/game/initexplosioncasing.o (.rodata); + build/u/src/game/alloc_window_pieces.o (.rodata); + build/u/src/game/initunk_007290.o (.rodata); + build/u/src/game/initcheattext.o (.rodata); + build/u/src/game/initmttex.o (.rodata); + build/u/src/game/cleanup_guard_data.o (.rodata); + build/u/src/game/cleanup_object_sounds.o (.rodata); + build/u/src/game/cleanup_alarms.o (.rodata); + build/u/src/game/cleanup_objects.o (.rodata); + build/u/src/game/cleanup_objectives.o (.rodata); + build/u/src/game/cleanupSFXRelated.o (.rodata); + build/u/src/game/playerstats_007770.o (.rodata); + build/u/src/game/cleanexplosions.o (.rodata); + build/u/src/game/cleanwindowpieces.o (.rodata); + build/u/src/game/null_007970.o (.rodata); + build/u/src/game/cleanplayersound.o (.rodata); + build/u/src/game/title.o (.rodata); + build/u/src/game/front.o (.rodata); + build/u/src/game/unk_01B0E0.o (.rodata); + build/u/src/game/unk_01B240.o (.rodata); + build/u/src/game/unk_01BAE0.o (.rodata); + build/u/src/game/blood_animation.o (.rodata); + build/u/src/game/blood_decrypt.o (.rodata); + build/u/src/game/file.o (.rodata); + build/u/src/game/file2.o (.rodata); + build/u/src/game/chr.o (.rodata); + build/u/src/game/chrlv.o (.rodata); + build/u/src/game/chrai.o (.rodata); + build/u/src/game/chrprop.o (.rodata); + build/u/src/game/chrobjhandler.o (.rodata); + build/u/src/game/loadobjectmodel.o (.rodata); + build/u/src/game/objective_status.o (.rodata); + build/u/src/game/objective_status2.o (.rodata); + build/u/src/game/math_sincos.o (.rodata); + build/u/src/game/matrixmath.o (.rodata); + build/u/src/game/math_unk_05A9E0.o (.rodata); + build/u/src/game/math_atan2f.o (.rodata); + build/u/src/game/math_asinacos.o (.rodata); + build/u/src/game/math_asinfacosf.o (.rodata); + build/u/src/game/matrixmath_misc.o (.rodata); + build/u/src/game/quaternion.o (.rodata); + build/u/src/game/math_floor.o (.rodata); + build/u/src/game/math_ceil.o (.rodata); + build/u/src/game/gun.o (.rodata); + build/u/src/game/bondwalk2.o (.rodata); + build/u/src/game/objecthandler.o (.rodata); + build/u/src/game/objecthandler_1.o (.rodata); + build/u/src/game/objecthandler_2.o (.rodata); + build/u/src/game/othermodemicrocode.o (.rodata); + build/u/src/game/bondview.o (.rodata); + build/u/src/game/bondinv.o (.rodata); + build/u/src/game/bondhead.o (.rodata); + build/u/src/game/debugmenu_08FE00.o (.rodata); + build/u/src/game/debugmenu_handler.o (.rodata); + build/u/src/game/unk_091080.o (.rodata); + build/u/src/game/chraidata.o (.rodata); + build/u/src/game/pobjdata.o (.rodata); + build/u/src/game/gobjdata.o (.rodata); + build/u/src/game/gobjdata2.o (.rodata); + build/u/src/game/cobjdata.o (.rodata); + build/u/src/game/cheat_buttons.o (.rodata); + build/u/src/game/unk_092890.o (.rodata); + build/u/src/game/unk_092E50.o (.rodata); + build/u/src/game/player.o (.rodata); + build/u/src/game/player_2.o (.rodata); + build/u/src/game/crc.o (.rodata); + build/u/src/game/chrObjRandom.o (.rodata); + build/u/src/game/unk_09B7A0.o (.rodata); + build/u/src/game/explosions.o (.rodata); + build/u/src/game/unk_0A1DA0.o (.rodata); + build/u/src/game/watch.o (.rodata); + build/u/src/game/textrelated.o (.rodata); + build/u/src/game/stan.o (.rodata); + build/u/src/game/unk_0B3200.o (.rodata); + build/u/src/game/bg.o (.rodata); + build/u/src/game/bg2.o (.rodata); + build/u/src/game/fog.o (.rodata); + build/u/src/game/lightfixture.o (.rodata); + build/u/src/game/unk_0BC530.o (.rodata); + build/u/src/game/ob.o (.rodata); + build/u/src/game/dyn.o (.rodata); + build/u/src/game/lvl.o (.rodata); + build/u/src/game/ramromreplay.o (.rodata); + build/u/src/game/unk_0C0A70.o (.rodata); + build/u/src/game/mp_music.o (.rodata); + build/u/src/game/lvl_text.o (.rodata); + build/u/src/game/mp_watch.o (.rodata); + build/u/src/game/radar.o (.rodata); + build/u/src/game/mp_weapon.o (.rodata); + build/u/src/game/image.o (.rodata); + build/u/src/game/image_bank.o (.rodata); + build/u/src/game/unk_0CC4C0.o (.rodata); + build/u/src/game/decompress.o (.rodata); + build/u/src/game/zlib.o (.rodata); + build/u/src/game/rsp.o (.rodata); + build/u/src/game/indy_comms.o (.rodata); + build/u/src/game/indy_commands.o (.rodata); + build/u/src/game/game_debug.o (.rodata); + build/u/src/game/compiletime.o (.rodata); + build/u/src/game/unk_0D1AC0.o (.rodata); + build/u/src/game/viewport.o (.rodata); + build/u/src/game/music_0D2720.o (.rodata); + build/u/src/game/spectrum.o (.rodata); + + build/u/src/gspboot.o (.data); + build/u/src/aspboot.o (.data); + } + END_SEG(csegment) + + _dataSegmentVaddrEnd = _csegmentSegmentRomEnd; + + + + BEGIN_SEG(bss, _csegmentSegmentRomEnd, _csegmentSegmentEnd) + { + build/u/src/boot.o (.bss); + build/u/src/init.o (.bss); + build/u/src/sched.o (.bss); + build/u/src/osMapTLB.o (.bss); + build/u/src/tlb_manage.o (.bss); + build/u/src/tlb_random.o (.bss); + build/u/src/tlb_resolve.o (.bss); + build/u/src/audi.o (.bss); + build/u/src/speed_graph.o (.bss); + build/u/src/fr.o (.bss); + build/u/src/deb.o (.bss); + build/u/src/fault.o (.bss); + /*deb_print may be part of fault per pd beta (.bss);*/ + build/u/src/deb_print.o (.bss); + build/u/src/getra.o (.bss); + build/u/src/ramrom.o (.bss); + build/u/src/boss.o (.bss); + build/u/src/music.o (.bss); + build/u/src/snd.o (.bss); + build/u/src/memp.o (.bss); + build/u/src/mema.o (.bss); + build/u/src/random.o (.bss); + build/u/src/token.o (.bss); + build/u/src/str.o (.bss); + build/u/src/sprintf.o (.bss); + build/u/src/pi.o (.bss); + build/u/src/vi.o (.bss); + build/u/src/debugmenu.o (.bss); + build/u/src/joy.o (.bss); + build/u/src/motor.o (.bss); + build/u/src/rmon.o (.bss); + + /*build/u/src/libultra/osPiRawStartDma.o (.bss);*/ + build/u/src/libultra/io/pirawdma.o (.bss); + build/u/src/libultra/io/pigetstat.o (.bss); + build/u/src/libultrare/os/initialize.o (.bss); + build/u/src/libultra/os/writebackdcacheall.o (.bss); + build/u/src/libultra/os/invalicache.o (.bss); + build/u/src/libultra/os/unmaptlb.o (.bss); + build/u/src/libultra/os/getfpccsr.o (.bss); + build/u/src/libultra/os/setfpccsr.o (.bss); + build/u/src/libultra/os/createthread.o (.bss); + build/u/src/libultra/os/startthread.o (.bss); + build/u/src/libultra/os/createmesgqueue.o (.bss); + build/u/src/libultra/os/parameters.o (.bss); + build/u/src/libultra/os/stopthread.o (.bss); + build/u/src/libultra/os/setthreadpri.o (.bss); + build/u/src/libultra/os/getcount.o (.bss); + build/u/src/libultrare/io/vimgr.o (.bss); + build/u/src/libultrare/io/vitbl.o (.bss); /*edited*/ + build/u/src/libultra/os/seteventmesg.o (.bss); + build/u/src/libultra/io/visetevent.o (.bss); + build/u/src/libultra/os/setintmask.o (.bss); + build/u/src/libultra/os/recvmesg.o (.bss); + build/u/src/libultra/os/sendmesg.o (.bss); + build/u/src/libultra/io/visetmode.o (.bss); + build/u/src/libultra/io/visetxscale.o (.bss); + build/u/src/libultra/io/visetyscale.o (.bss); + build/u/src/libultra/io/virepeatline.o (.bss); + build/u/src/libultra/io/viblack.o (.bss); + build/u/src/libultra/io/sptaskyielded.o (.bss); + build/u/src/libultra/io/dpctr.o (.bss); + build/u/src/libultra/io/vigetcurrframebuf.o (.bss); + build/u/src/libultra/io/vigetnextframebuf.o (.bss); + build/u/src/libultra/io/viswapbuf.o (.bss); + build/u/src/libultra/io/dpsetstat.o (.bss); + build/u/src/libultrare/io/sptask.o (.bss); + build/u/src/libultra/io/dpsetnextbuf.o (.bss); + build/u/src/libultra/io/sptaskyield.o (.bss); + build/u/src/libultra/os/gettlbhi.o (.bss); + build/u/src/libultra/os/virtualtophysical.o (.bss); + build/u/src/libultra/io/aisetfreq.o (.bss); + build/u/src/libultra/audio/sl.o (.bss); + build/u/src/libultra/audio/heapalloc.o (.bss); + build/u/src/libultra/os/gettime.o (.bss); + build/u/src/libultra/libc/ll.o (.bss); /*edited*/ + build/u/src/libultrare/io/aisetnextbuf.o (.bss); + build/u/src/libultra/io/aigetlen.o (.bss); + build/u/src/libultra/audio/synthesizer.o (.bss); + build/u/src/libultra/io/pidma.o (.bss); + build/u/src/libultra/io/visetspecial.o (.bss); + build/u/src/libultra/libc/bcopy.o (.bss); + build/u/src/libultra/gu/perspective.o (.bss); + build/u/src/libultra/gu/mtxutil.o (.bss); + build/u/src/libultra/os/getcurrfaultthread.o (.bss); + build/u/src/libultra/os/exception.o (.bss); /*edited*/ + build/u/src/libultra/os/thread.o (.bss); + build/u/src/libultra/os/yieldthread.o (.bss); + build/u/src/libultra/os/invaldcache.o (.bss); + build/u/src/libultra/os/writebackdcache.o (.bss); + build/u/src/libultra/os/settimer.o (.bss); + build/u/src/libultra/audio/heapinit.o (.bss); + build/u/src/libultra/audio/bnkf.o (.bss); + build/u/src/libultra/audio/csplayer.o (.bss); + build/u/src/libultra/audio/seqpsetbank.o (.bss); + build/u/src/libultra/audio/cspgetstate.o (.bss); + build/u/src/libultra/audio/cseq.o (.bss); + build/u/src/libultra/audio/cspsetseq.o (.bss); + build/u/src/libultra/audio/cspplay.o (.bss); + build/u/src/libultra/audio/cspstop.o (.bss); + build/u/src/libultra/audio/cspsetvol.o (.bss); + build/u/src/libultra/audio/event.o (.bss); + build/u/src/libultra/audio/synaddplayer.o (.bss); + build/u/src/libultra/audio/synallocvoice.o (.bss); + build/u/src/libultra/audio/synsetvol.o (.bss); + build/u/src/libultra/audio/synstartvoice.o (.bss); + build/u/src/libultra/audio/synsetpan.o (.bss); + build/u/src/libultra/audio/synsetpitch.o (.bss); + build/u/src/libultra/audio/synsetfxmix.o (.bss); + build/u/src/libultra/audio/synstopvoice.o (.bss); + build/u/src/libultra/audio/synfreevoice.o (.bss); + build/u/src/libultra/audio/cents2ratio.o (.bss); + build/u/src/libultra/io/piread.o (.bss); + build/u/src/libultra/libc/string.o (.bss); + build/u/src/libultrare/libc/xprintf.o (.bss); + build/u/src/libultrare/io/pimgr.o (.bss); + build/u/src/libultrare/io/pfsinit.o (.bss); + build/u/src/libultrare/io/controller.o (.bss); + build/u/src/libultra/io/contquery.o (.bss); + build/u/src/libultrare/io/contreaddata.o (.bss); + build/u/src/libultrare/io/conteepprobe.o (.bss); + build/u/src/libultrare/io/conteepread.o (.bss); + build/u/src/libultrare/io/conteepwrite.o (.bss); + build/u/src/libultrare/io/conteeplongread.o (.bss); + build/u/src/libultrare/io/conteeplongwrite.o (.bss); + build/u/src/libultrare/io/pfsisplug.o (.bss); + build/u/src/libultra/io/siacs.o (.bss); + build/u/src/libultra/io/sirawdma.o (.bss); + build/u/src/libultra/io/crc.o (.bss); + build/u/src/libultrare/io/contramwrite.o (.bss); + build/u/src/libultrare/io/contramread.o (.bss); + build/u/src/libultra/gu/align.o (.bss); + build/u/src/libultra/gu/ortho.o (.bss); + build/u/src/libultra/gu/coss.o (.bss); + build/u/src/libultra/gu/sins.o (.bss); + build/u/src/libultra/gu/translate.o (.bss); + build/u/src/libultra/libc/bcmp.o (.bss); + build/u/src/libultra/gu/scale.o (.bss); + build/u/src/libultra/gu/lookatref.o (.bss); + build/u/src/libultra/gu/lookat.o (.bss); + build/u/src/libultra/gu/rotate.o (.bss); + build/u/src/libultra/libc/llcvt.o (.bss); /*edited*/ + build/u/src/libultra/os/setsr.o (.bss); + build/u/src/libultra/os/getsr.o (.bss); + build/u/src/libultra/io/sirawread.o (.bss); + build/u/src/libultra/io/sirawwrite.o (.bss); + build/u/src/libultra/io/pirawread.o (.bss); + build/u/src/libultra/libc/bzero.o (.bss); + build/u/src/libultra/os/sethwinterrupt.o (.bss); + build/u/src/libultrare/io/leointerrupt.o (.bss); + build/u/src/libultra/os/interrupt.o (.bss); + build/u/src/libultra/os/timerintr.o (.bss); + build/u/src/libultra/os/kdebugserver.o (.bss); + build/u/src/libultra/os/getthreadpri.o (.bss); + build/u/src/libultrare/io/vi.o (.bss); /*edited*/ + build/u/src/libultra/io/vigetcurrcontext.o (.bss); + build/u/src/libultra/io/viswapcontext.o (.bss); + build/u/src/libultra/io/spgetstat.o (.bss); + build/u/src/libultra/io/spsetstat.o (.bss); + build/u/src/libultra/io/spsetpc.o (.bss); + build/u/src/libultra/io/sprawdma.o (.bss); + build/u/src/libultra/io/sp.o (.bss); + build/u/src/libultra/io/dp.o (.bss); + build/u/src/libultra/os/probetlb.o (.bss); + build/u/src/libultra/audio/syndelete.o (.bss); + build/u/src/libultra/io/ai.o (.bss); + build/u/src/libultrare/audio/drvrNew.o (.bss); + build/u/src/libultra/audio/synallocfx.o (.bss); + build/u/src/libultra/audio/mainbus.o (.bss); + build/u/src/libultra/audio/load.o (.bss); + build/u/src/libultra/audio/resample.o (.bss); + build/u/src/libultrare/audio/env.o (.bss); /*edited*/ + build/u/src/libultra/audio/auxbus.o (.bss); + build/u/src/libultra/audio/save.o (.bss); + build/u/src/libultra/os/jammesg.o (.bss); + build/u/src/libultra/io/pigetcmdq.o (.bss); + build/u/src/libultra/gu/cosf.o (.bss); /*edited*/ + build/u/src/libultra/gu/sinf.o (.bss); /*edited*/ + build/u/src/libultrare/os/destroythread.o (.bss); + build/u/src/libultra/audio/seqplayer.o (.bss); + build/u/src/libultra/audio/synstartvoiceparam.o (.bss); + build/u/src/libultra/audio/copy.o (.bss); + build/u/src/libultra/io/piacs.o (.bss); + build/u/src/libultra/libc/xlitob.o (.bss); + build/u/src/libultra/libc/xldtob.o (.bss); + build/u/src/libultrare/io/epirawdma.o (.bss); + build/u/src/libultrare/io/devmgr.o (.bss); + build/u/src/libultra/io/contpfs.o (.bss); + build/u/src/libultra/io/si.o (.bss); + build/u/src/libultra/gu/normalize.o (.bss); + build/u/src/libultra/gu/sqrtf.o (.bss); + build/u/src/libultrare/io/leodiskinit.o (.bss); + build/u/src/libultra/os/setcompare.o (.bss); + build/u/src/libultra/audio/filter.o (.bss); + build/u/src/libultrare/audio/reverb.o (.bss); /*edited*/ + build/u/src/libultra/gu/libm_vals.o (.bss); /*edited*/ + build/u/src/libultra/audio/seq.o (.bss); + build/u/src/libultra/audio/synsetpriority.o (.bss); + build/u/src/libultra/libc/ldiv.o (.bss); + build/u/src/libultra/os/resetglobalintmask.o (.bss); + build/u/src/libultrare/io/epirawwrite.o (.bss); + build/u/src/libultra/io/vimodentsclan1.o (.bss); + build/u/src/libultrare/io/vimodepallan1.o (.bss); + build/u/src/libultrare/ultra80069080.o (.bss); /*edited*/ + /*build/u/src/libultra/libultra.a:libultra.o (.bss);*/ + + build/u/src/game/initgamedata.o (.bss); + build/u/src/game/initweaponanigroups.o (.bss); + build/u/src/game/initactorpropstuff.o (.bss); + build/u/src/game/initnull_0009D0.o (.bss); + build/u/src/game/initunk_0009E0.o (.bss); + build/u/src/game/initanitable.o (.bss); + build/u/src/game/initplayergaitobject.o (.bss); + build/u/src/game/setguscale.o (.bss); + build/u/src/game/initnull_000BC0.o (.bss); + build/u/src/game/initimages.o (.bss); + build/u/src/game/initintromatrices.o (.bss); + build/u/src/game/initmenus.o (.bss); + build/u/src/game/initguards.o (.bss); + build/u/src/game/deb_loadallmodels.o (.bss); + build/u/src/game/initobjects.o (.bss); + build/u/src/game/prop.o (.bss); + build/u/src/game/objective.o (.bss); + build/u/src/game/ejectedcartridges.o (.bss); + build/u/src/game/initBondDATA.o (.bss); + build/u/src/game/initunk_005450.o (.bss); + build/u/src/game/initunk_005520.o (.bss); + build/u/src/game/bondview_r.o (.bss); + build/u/src/game/inititemslots.o (.bss); + build/u/src/game/initBondDATAdefaults.o (.bss); + build/u/src/game/initpathtablesomething.o (.bss); + build/u/src/game/initpathtablelinks.o (.bss); + build/u/src/game/initexplosioncasing.o (.bss); + build/u/src/game/alloc_window_pieces.o (.bss); + build/u/src/game/initunk_007290.o (.bss); + build/u/src/game/initcheattext.o (.bss); + build/u/src/game/initmttex.o (.bss); + build/u/src/game/cleanup_guard_data.o (.bss); + build/u/src/game/cleanup_object_sounds.o (.bss); + build/u/src/game/cleanup_alarms.o (.bss); + build/u/src/game/cleanup_objects.o (.bss); + build/u/src/game/cleanup_objectives.o (.bss); + build/u/src/game/cleanupSFXRelated.o (.bss); + build/u/src/game/playerstats_007770.o (.bss); + build/u/src/game/cleanexplosions.o (.bss); + build/u/src/game/cleanwindowpieces.o (.bss); + build/u/src/game/null_007970.o (.bss); + build/u/src/game/cleanplayersound.o (.bss); + build/u/src/game/title.o (.bss); + build/u/src/game/front.o (.bss); + build/u/src/game/unk_01B0E0.o (.bss); + build/u/src/game/unk_01B240.o (.bss); + build/u/src/game/unk_01BAE0.o (.bss); + build/u/src/game/blood_animation.o (.bss); + build/u/src/game/blood_decrypt.o (.bss); + build/u/src/game/file.o (.bss); + build/u/src/game/file2.o (.bss); + build/u/src/game/chr.o (.bss); + build/u/src/game/chrlv.o (.bss); + build/u/src/game/chrai.o (.bss); + build/u/src/game/chrprop.o (.bss); + build/u/src/game/chrobjhandler.o (.bss); + build/u/src/game/loadobjectmodel.o (.bss); + build/u/src/game/objective_status.o (.bss); + build/u/src/game/objective_status2.o (.bss); + build/u/src/game/math_sincos.o (.bss); + build/u/src/game/matrixmath.o (.bss); + build/u/src/game/math_unk_05A9E0.o (.bss); + build/u/src/game/math_atan2f.o (.bss); + build/u/src/game/math_asinacos.o (.bss); + build/u/src/game/math_asinfacosf.o (.bss); + build/u/src/game/matrixmath_misc.o (.bss); + build/u/src/game/quaternion.o (.bss); + build/u/src/game/math_floor.o (.bss); + build/u/src/game/math_ceil.o (.bss); + build/u/src/game/gun.o (.bss); + build/u/src/game/bondwalk2.o (.bss); + build/u/src/game/objecthandler.o (.bss); + build/u/src/game/objecthandler_1.o (.bsst); + build/u/src/game/objecthandler_2.o (.bss); + build/u/src/game/othermodemicrocode.o (.bss); + build/u/src/game/bondview.o (.bss); + build/u/src/game/bondinv.o (.bss); + build/u/src/game/bondhead.o (.bss); + build/u/src/game/debugmenu_08FE00.o (.bss); + build/u/src/game/debugmenu_handler.o (.bss); + build/u/src/game/unk_091080.o (.bss); + build/u/src/game/chraidata.o (.bss); + build/u/src/game/pobjdata.o (.bss); + build/u/src/game/gobjdata.o (.bss); + build/u/src/game/gobjdata2.o (.bss); + build/u/src/game/cobjdata.o (.bss); + build/u/src/game/cheat_buttons.o (.bss); + build/u/src/game/unk_092890.o (.bss); + build/u/src/game/unk_092E50.o (.bss); + build/u/src/game/player.o (.bss); + build/u/src/game/player_2.o (.bss); + build/u/src/game/crc.o (.bss); + build/u/src/game/chrObjRandom.o (.bss); + build/u/src/game/unk_09B7A0.o (.bss); + build/u/src/game/explosions.o (.bss); + build/u/src/game/unk_0A1DA0.o (.bss); + build/u/src/game/watch.o (.bss); + build/u/src/game/textrelated.o (.bss); + build/u/src/game/stan.o (.bss); + build/u/src/game/unk_0B3200.o (.bss); + build/u/src/game/bg.o (.bss); + build/u/src/game/bg2.o (.bss); + build/u/src/game/fog.o (.bss); + build/u/src/game/lightfixture.o (.bss); + build/u/src/game/unk_0BC530.o (.bss); + build/u/src/game/ob.o (.bss); + build/u/src/game/dyn.o (.bss); + build/u/src/game/lvl.o (.bss); + build/u/src/game/ramromreplay.o (.bss); + build/u/src/game/unk_0C0A70.o (.bss); + build/u/src/game/mp_music.o (.bss); + build/u/src/game/lvl_text.o (.bss); + build/u/src/game/mp_watch.o (.bss); + build/u/src/game/radar.o (.bss); + build/u/src/game/mp_weapon.o (.bss); + build/u/src/game/image.o (.bss); + build/u/src/game/image_bank.o (.bss); + build/u/src/game/unk_0CC4C0.o (.bss); + build/u/src/game/decompress.o (.bss); + build/u/src/game/zlib.o (.bss); + build/u/src/game/rsp.o (.bss); + build/u/src/game/indy_comms.o (.bss); + build/u/src/game/indy_commands.o (.bss); + build/u/src/game/game_debug.o (.bss); + build/u/src/game/compiletime.o (.bss); + build/u/src/game/unk_0D1AC0.o (.bss); + build/u/src/game/viewport.o (.bss); + build/u/src/game/music_0D2720.o (.bss); + build/u/src/game/spectrum.o (.bss); + } + END_SEG(bss) + _bssSegmentSize = SIZEOF(.bss); + + BEGIN_SEG(roombuf, _bssSegmentRomEnd, _bssSegmentEnd) + { + build/u/src/game/room_model_buffer.o (.bss); + } + END_SEG(roombuf) + + + BEGIN_SEG(tlbbuf, _roombufSegmentRomEnd, _roombufSegmentEnd) + { + build/u/src/tlb_buffer.o (.bss); + } + END_SEG(tlbbuf) + + + BEGIN_SEG(decompbuf, _tlbbufSegmentRomEnd, 0x80300000) + { + build/u/src/decompressbuffer.o (.bss); + } + END_SEG(decompbuf) + + + BEGIN_SEG(stacks, _decompbufSegmentRomEnd, 0x803ab400) + { + build/u/src/stacks.o (.bss); + } + END_SEG(stacks) + + + BEGIN_SEG(cfb, _stacksSegmentRomEnd, 0x803b5000) + { + build/u/src/cfb.o (.bss); + } + END_SEG(cfb) + + /*move em to end, out of the way*/ + /DISCARD/ : { + * (.MIPS.abiflags); + * (.musicdecompressed); + * (.options); + * (.gnu.attributes); + * (.pdr); + * (.mdebug); + * (.gptab.bss); + * (.gptab.data); + * (.reginfo); + } +} diff --git a/ge007.u-test_basis.csv b/ge007.u-test_basis.csv new file mode 100644 index 0000000..c27571e --- /dev/null +++ b/ge007.u-test_basis.csv @@ -0,0 +1,1413 @@ +491aefb4d4b8ac93d91148b1ffba34ac,.text,build/u/src/aspboot.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/aspboot.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/aspboot.o +efed453a5d8495a5ff7a9242f47ca5a1,.data,build/u/src/aspboot.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/aspboot.o +ec1b7c30c4a2b1131754094c3c70f626,.text,build/u/src/audi.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/audi.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/audi.o +e62d8b253b0235961f2b07a2fc6aa310,.data,build/u/src/audi.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/audi.o +390a6e8fd9248820c669513b093e671d,.text,build/u/src/bootcode.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/bootcode.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/bootcode.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/bootcode.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/bootcode.o +777e15af9a517597194bb67603ffc8c0,.text,build/u/src/boot.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/boot.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/boot.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/boot.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/boot.o +b02cc13378f02a5cd4e3279a9ae5c1e3,.text,build/u/src/boss.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/boss.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/boss.o +e3a62fd6496be9baa0ba838d0a6a3f5b,.data,build/u/src/boss.o +410ffb771c9a0d9f4d7e6c7c5f3e1482,.rodata,build/u/src/boss.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/u/src/c_data_filler.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/c_data_filler.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/c_data_filler.o +070ee92d9640e7ee5c871516833e7913,.data,build/u/src/c_data_filler.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/c_data_filler.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/u/src/cfb.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/cfb.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/cfb.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/cfb.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/cfb.o +1a53f2324202f75c22c5e2ab48fb6ea1,.text,build/u/src/deb.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/deb.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/deb.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/src/deb.o +7f819c72a85094a2370e27c08875e1e3,.rodata,build/u/src/deb.o +c06dd6894bbcb7e4fe479ca21e77793c,.text,build/u/src/deb_print.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/deb_print.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/deb_print.o +08f0f14492e929b8a74f9a2005c0122d,.data,build/u/src/deb_print.o +778ded1675811d28570afa393ab3501b,.rodata,build/u/src/deb_print.o +e1eddee08e1e2e81b1cf6e90e889bd11,.text,build/u/src/debugmenu.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/debugmenu.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/debugmenu.o +276d4a6d9a2e7c9d498e07fc837a2aa0,.data,build/u/src/debugmenu.o +e92288836956bf9224ae53a0dba0f810,.rodata,build/u/src/debugmenu.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/u/src/decompressbuffer.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/decompressbuffer.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/decompressbuffer.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/decompressbuffer.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/decompressbuffer.o +377a8cb4f582defa3f1bb86cd30a60c1,.text,build/u/src/fault.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/fault.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/fault.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/fault.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/fault.o +c6af3c2e9a83066c1ff902c20ee56af0,.text,build/u/src/fr.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/fr.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/fr.o +01d89d596b628d788126e30b0914e799,.data,build/u/src/fr.o +94e2bec0d83b53385ba626feb3005cb4,.rodata,build/u/src/fr.o +ca1cbcc4fb9c78a067294329e536525b,.text,build/u/src/getra.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/getra.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/getra.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/getra.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/getra.o +f324bf220c6a6440660ae248f5caacff,.text,build/u/src/gspboot.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/gspboot.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/gspboot.o +139b8a71a892412631fde2baec4c818a,.data,build/u/src/gspboot.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/gspboot.o +4e2fd6364911f468331aaeb81aec3a36,.text,build/u/src/init.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/init.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/init.o +6722e53003673c8d170b5e7b90347db8,.data,build/u/src/init.o +1ae0db2fe4e9df3204e902fb33d0d912,.rodata,build/u/src/init.o +aad691b2486e2c9e16086666f6e0932e,.text,build/u/src/joy.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/joy.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/joy.o +7ec00c5c61b1ffae630f69b9af0b948a,.data,build/u/src/joy.o +f977a71969374ebad0f7c04f294cac7a,.rodata,build/u/src/joy.o +99c544866af5e219fc6124ec41ef2f26,.text,build/u/src/mema.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/mema.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/mema.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/u/src/mema.o +f21e5f744b3e890f6888d01d3fa30186,.rodata,build/u/src/mema.o +ffb59be5f8e4ce2e682400b440ea67fc,.text,build/u/src/memp.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/memp.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/memp.o +51125f3585975b26997e1d958d1be315,.data,build/u/src/memp.o +577016899f32faa28940c56975dfbc10,.rodata,build/u/src/memp.o +9baf0615bc8479cbe4cc7731f04c4db8,.text,build/u/src/motor.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/motor.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/motor.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/motor.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/motor.o +9fc1c0102906fd56dab03a9a41d3d959,.text,build/u/src/music.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/music.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/music.o +8fed398f393ac0fd73bd9ca6c9f78da5,.data,build/u/src/music.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/music.o +f0e9bbd85c751a3c50e5f901e758a689,.text,build/u/src/osMapTLB.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/osMapTLB.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/osMapTLB.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/osMapTLB.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/osMapTLB.o +bb6e964831508d590c0ab981c8ea972d,.text,build/u/src/pi.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/pi.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/pi.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/pi.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/pi.o +e92b27891ce4a80638a9420e1686462c,.text,build/u/src/ramrom.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/ramrom.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/ramrom.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/ramrom.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/ramrom.o +6bdd08e2a1776366268f64cd380b565e,.text,build/u/src/random.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/random.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/random.o +dca45fee049430e0eb82fbab95852594,.data,build/u/src/random.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/random.o +4723984a9d04151a854554dbb4cd6409,.text,build/u/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/rmon.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/u/src/rom_header.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/rom_header.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/rom_header.o +86cceb7c08a71576068016a44e557845,.data,build/u/src/rom_header.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/rom_header.o +9414dd746eddee59ce6bf97eca16853e,.text,build/u/src/rspboot.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/rspboot.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/rspboot.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/rspboot.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/rspboot.o +2e608563efcb2b39c34ba69075a26ba3,.text,build/u/src/sched.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/sched.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/sched.o +5052d2e59ba75fdce35192c3329208ed,.data,build/u/src/sched.o +7f4f9def985640140dc039da5e5901bc,.rodata,build/u/src/sched.o +5cc2b96a3af0731511e13116941881aa,.text,build/u/src/snd.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/snd.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/snd.o +3164fd3deaf61a47e826f42ac0cb0ef6,.data,build/u/src/snd.o +3b5d3c7d207e37dceeedd301e35e2e58,.rodata,build/u/src/snd.o +1faa20338a632f7d19bb7fdb6c76ae13,.text,build/u/src/speed_graph.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/speed_graph.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/speed_graph.o +6ba2212493a6e0df179e18776ec91a2d,.data,build/u/src/speed_graph.o +2d3c6d36b6aa6dc8cf369460a1f7f475,.rodata,build/u/src/speed_graph.o +feac6448e0cd21ecef02216d2e4382e3,.text,build/u/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/sprintf.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/u/src/stacks.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/stacks.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/stacks.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/stacks.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/stacks.o +f9eaf36fba2d9fbb6e34367e1d5c575b,.text,build/u/src/_start.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/_start.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/_start.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/_start.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/_start.o +9daa52f61a66d99824ff1819e30eaf45,.text,build/u/src/str.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/str.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/str.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/str.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/str.o +bf1dbfbf68152d4c12b0dcc7cfccdead,.text,build/u/src/tlb_hardwire.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/tlb_hardwire.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/tlb_hardwire.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/tlb_hardwire.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/tlb_hardwire.o +841fed8cf334353719e7cc62a23d6f8c,.text,build/u/src/tlb_manage.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/tlb_manage.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/tlb_manage.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/u/src/tlb_manage.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/tlb_manage.o +edd570cb162c22ef99374ad4eaf2d997,.text,build/u/src/tlb_random.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/tlb_random.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/tlb_random.o +dca45fee049430e0eb82fbab95852594,.data,build/u/src/tlb_random.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/tlb_random.o +c697a3b4db3fe4c2f4f3b6b61c59f805,.text,build/u/src/tlb_resolve.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/tlb_resolve.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/tlb_resolve.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/tlb_resolve.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/tlb_resolve.o +66613e43d8d4226c3561d2b76981656a,.text,build/u/src/token.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/token.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/token.o +517c562ef69db9b195e72398e86df2e8,.data,build/u/src/token.o +a42d56e2d5c450108bc25059309dde97,.rodata,build/u/src/token.o +837b3153b8a25676f66f18514229a9d8,.text,build/u/src/vi.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/vi.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/vi.o +7fd04b9095026981c5f4433e9eb658c4,.data,build/u/src/vi.o +3890dff1c2a5913504508f6cf5c6760b,.rodata,build/u/src/vi.o +a147ff55f19da8d2fed990b18129a648,.text,build/u/src/game/bg2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/bg2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/bg2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/bg2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/bg2.o +0a3e9300d0406ae8036a97b5596f3f5c,.text,build/u/src/game/bg.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/bg.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/bg.o +93fe81e18003cc3f6f539ee109b07482,.data,build/u/src/game/bg.o +acbd92f46e58f485783dd7990993e722,.rodata,build/u/src/game/bg.o +fe503f7412d15ae04b09165052627104,.text,build/u/src/game/blood_animation.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/blood_animation.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/blood_animation.o +6c0079f4274dd0c1f76ec3f0f3167467,.data,build/u/src/game/blood_animation.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/blood_animation.o +08178bf41fa308c2e673b358890c6b2d,.text,build/u/src/game/blood_decrypt.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/blood_decrypt.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/blood_decrypt.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/blood_decrypt.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/blood_decrypt.o +b80f4ac38334b9b697c3f04b128b672d,.text,build/u/src/game/bondinv.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/bondinv.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/bondinv.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/bondinv.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/bondinv.o +556957c2639e8d9f9a7fc2c1dc306006,.text,build/u/src/game/bondview.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/bondview.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/bondview.o +9a2ea906234912531f10259886af5a71,.data,build/u/src/game/bondview.o +d4df812547f220942fc71306e1314ad5,.rodata,build/u/src/game/bondview.o +990a5f2f4f474d38457687bd8eb60fa2,.text,build/u/src/game/bondview_r.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/bondview_r.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/bondview_r.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/u/src/game/bondview_r.o +47630b5c91c2e70fe3449a8847a4ea22,.rodata,build/u/src/game/bondview_r.o +8062ef389340fa7f6f331ada94862ae8,.text,build/u/src/game/bondwalk2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/bondwalk2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/bondwalk2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/bondwalk2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/bondwalk2.o +071eefa7f0a5f685ebad34c2340204ad,.text,build/u/src/game/cheat_buttons.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/cheat_buttons.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/cheat_buttons.o +a5d9f8135b3ee2e5c0e1594a670b2d91,.data,build/u/src/game/cheat_buttons.o +3bb27c0cde12447e0dedd3ddd829314b,.rodata,build/u/src/game/cheat_buttons.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/u/src/game/chraidata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/chraidata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/chraidata.o +6c8450891609d05baa1ba76d025b3845,.data,build/u/src/game/chraidata.o +90e9dc5eef55aaad94ae4590c98f8f7a,.rodata,build/u/src/game/chraidata.o +89856685f835efec8d81240a25ec408a,.text,build/u/src/game/chrai.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/chrai.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/chrai.o +512dc2734573c3b02f332bdebeca73bc,.data,build/u/src/game/chrai.o +091cb73395a0df68b78013188ff96840,.rodata,build/u/src/game/chrai.o +b7cc4eb31582c3b06090d75aa740fa60,.text,build/u/src/game/chr_b.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/chr_b.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/chr_b.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/chr_b.o +54c85123dad8457678af007c7c7d4026,.rodata,build/u/src/game/chr_b.o +89198a9e01688e7a382abfd44782e2c7,.text,build/u/src/game/chrlv.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/chrlv.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/chrlv.o +873553fec38e500fd0459ed32ba07065,.data,build/u/src/game/chrlv.o +365e4726f2a4e1b80043f9fbedc3657b,.rodata,build/u/src/game/chrlv.o +ab69f37ac9853c7b285e6fdbcc3c8db1,.text,build/u/src/game/chr.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/chr.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/chr.o +3d3dd3bc067d8f01ebfb0ee1d6c26367,.data,build/u/src/game/chr.o +85fabff9d72f8d2d78f7ab3b09d25418,.rodata,build/u/src/game/chr.o +83515d53af14f65aac8b348dbaeddc2b,.text,build/u/src/game/chrobjhandler.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/chrobjhandler.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/chrobjhandler.o +d6999d725ff5515f392fcd371be980b7,.data,build/u/src/game/chrobjhandler.o +1520b85ea7306a448406364f3c51fe95,.rodata,build/u/src/game/chrobjhandler.o +e51cbd1536b829abf8760560fe767afb,.text,build/u/src/game/chrObjRandom.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/chrObjRandom.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/chrObjRandom.o +dca45fee049430e0eb82fbab95852594,.data,build/u/src/game/chrObjRandom.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/chrObjRandom.o +e8111e7712186220218476fa1e164f60,.text,build/u/src/game/cleanup_alarms.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/cleanup_alarms.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/cleanup_alarms.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/cleanup_alarms.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/cleanup_alarms.o +d14686414080919bc444f8f816093417,.text,build/u/src/game/cleanup_objectives.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/cleanup_objectives.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/cleanup_objectives.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/cleanup_objectives.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/cleanup_objectives.o +dada45d71bb4725409c990afbf2f8830,.text,build/u/src/game/cleanup_objects.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/cleanup_objects.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/cleanup_objects.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/cleanup_objects.o +f8cc02e3fca557906560baee10d58b8e,.rodata,build/u/src/game/cleanup_objects.o +edea38f9b96f7e5132b7ffcc4ef4fea7,.text,build/u/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/cleanupSFXRelated.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/u/src/game/cobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/cobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/cobjdata.o +0f2dc9417cad9b3c62faa812d496e55f,.data,build/u/src/game/cobjdata.o +a01e13041a85a76104e2b445001c19f6,.rodata,build/u/src/game/cobjdata.o +c0aa075c5bfe7e4be111cdceb3620295,.text,build/u/src/game/compiletime.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/compiletime.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/compiletime.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/compiletime.o +3ede035e3eeefbd09d7590d648da3e50,.rodata,build/u/src/game/compiletime.o +82e4e3ac8284fbde690ca9c36688e175,.text,build/u/src/game/crc.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/crc.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/crc.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/crc.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/crc.o +e182bb84db1d3539e0d669f60e9320b2,.text,build/u/src/game/deb_loadallmodels.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/deb_loadallmodels.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/deb_loadallmodels.o +01cd947cf3226f6d98ed4471ef102c8e,.data,build/u/src/game/deb_loadallmodels.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/deb_loadallmodels.o +2d5153c05c3882aee1d16ece9db88570,.text,build/u/src/game/debugmenu_08FE00.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/debugmenu_08FE00.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/debugmenu_08FE00.o +2c7bd276745dcdc96ad8f5208821d33f,.data,build/u/src/game/debugmenu_08FE00.o +2c8135c82c264dbddcd191237d4cdb7e,.rodata,build/u/src/game/debugmenu_08FE00.o +849f7d59223be0098562e952f7858d1e,.text,build/u/src/game/debugmenu_handler.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/debugmenu_handler.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/debugmenu_handler.o +5b4e4215afc95ebc9e9f8ad22a188723,.data,build/u/src/game/debugmenu_handler.o +6fabacc939a6bd1bf3d1abf33015e6ae,.rodata,build/u/src/game/debugmenu_handler.o +c6424e5984b8bb8d8de8fc3ce41ba995,.text,build/u/src/game/decompress.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/decompress.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/decompress.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/decompress.o +f252a9401cd76f46600f0da563879166,.rodata,build/u/src/game/decompress.o +5771513e3dd38561fbc0580695632485,.text,build/u/src/game/dyn.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/dyn.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/dyn.o +062a8e296fe206f8023cad1c6124c17b,.data,build/u/src/game/dyn.o +98b2039f9b5a250a69026b80f92242b4,.rodata,build/u/src/game/dyn.o +fa5e40c87d269743a76bb04bf7fe8bc9,.text,build/u/src/game/ejectedcartridges.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/ejectedcartridges.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/ejectedcartridges.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/ejectedcartridges.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/ejectedcartridges.o +7648a8e15da9e82fc32d1c510852e678,.text,build/u/src/game/file2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/file2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/file2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/file2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/file2.o +1600018b9afbe69881f274b0023644fb,.text,build/u/src/game/file.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/file.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/file.o +eeec347630f5896aa34d74a8014be746,.data,build/u/src/game/file.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/file.o +6262372c48959b0d142d7bd9512818d7,.text,build/u/src/game/fog.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/fog.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/fog.o +3334c40f44aa232d8e19c8e008dea37a,.data,build/u/src/game/fog.o +63a41286331e03e597726bae6bd57d73,.rodata,build/u/src/game/fog.o +16604ef067c1dcf4da908134b2bbdaeb,.text,build/u/src/game/front.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/front.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/front.o +202cacaebbb7c0e6f88647e7b36e4c6f,.data,build/u/src/game/front.o +5ab580aa7d43b288ceef837d8ed00ae0,.rodata,build/u/src/game/front.o +b08bde2e31044c0b408ede1cfdd06325,.text,build/u/src/game/game_debug.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/game_debug.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/game_debug.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/u/src/game/game_debug.o +9b7ce57fe7617597f32ff056b43202c4,.rodata,build/u/src/game/game_debug.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/u/src/game/gobjdata2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/gobjdata2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/gobjdata2.o +5b486cfa5049803b6e6480dc1db84c6c,.data,build/u/src/game/gobjdata2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/gobjdata2.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/u/src/game/gobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/gobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/gobjdata.o +09534983a7284daabcc290c7a3b1b5c5,.data,build/u/src/game/gobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/gobjdata.o +03b693fb67fcdf5b4afa0394851f98b0,.text,build/u/src/game/gun.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/gun.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/gun.o +0289c36e967840bba7f6fbd026dda001,.data,build/u/src/game/gun.o +c22c38087e38ab54d904cdfe76f17b48,.rodata,build/u/src/game/gun.o +bafa8d68a24181ba109df4325757462d,.text,build/u/src/game/image_bank.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/image_bank.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/image_bank.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/image_bank.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/image_bank.o +0a9edffb3fe5e7e4f308d8093fcab90e,.text,build/u/src/game/image.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/image.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/image.o +5cc07645f31f767e06e7275daa6a48b9,.data,build/u/src/game/image.o +7bb5a82d66dcf043723196d3397ea8d5,.rodata,build/u/src/game/image.o +6ddd854f71ff162f3ba95dc9eeb3eb81,.text,build/u/src/game/indy_commands.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/indy_commands.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/indy_commands.o +a2d9aa1a7c43a271d8c8574382d7f81b,.data,build/u/src/game/indy_commands.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/indy_commands.o +148c8e0f7777f97b679c1d5b9033ca46,.text,build/u/src/game/indy_comms.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/indy_comms.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/indy_comms.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/indy_comms.o +8b739a82297d5b19e4cf48c594c782f7,.rodata,build/u/src/game/indy_comms.o +aa2690d8ca90d088dd990f1d1717cc70,.text,build/u/src/game/initactorpropstuff.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initactorpropstuff.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initactorpropstuff.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initactorpropstuff.o +d1c7d5ce895aab2c74f422e89ac7301f,.rodata,build/u/src/game/initactorpropstuff.o +1ef6c73df22d17ba495ef9096ef272a8,.text,build/u/src/game/initanitable.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initanitable.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initanitable.o +5e19c149b3a17a65bef4f99dfe9fe15c,.data,build/u/src/game/initanitable.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initanitable.o +381e243566b9012cb61d0ea4f304a3a6,.text,build/u/src/game/initBondDATAdefaults.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initBondDATAdefaults.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initBondDATAdefaults.o +31507984a7ba9b284e07be5ec9215734,.data,build/u/src/game/initBondDATAdefaults.o +bb937d22d13b6582963664b638217077,.rodata,build/u/src/game/initBondDATAdefaults.o +72fdafd90bc5656f024847c8c39304e2,.text,build/u/src/game/initBondDATA.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initBondDATA.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initBondDATA.o +f1a3cd21448026b51237816257ec0cd5,.data,build/u/src/game/initBondDATA.o +d7bf0e953e2938586e9839ac4e151ee0,.rodata,build/u/src/game/initBondDATA.o +7bd576aee1e6380edb6cfdc47475f6f0,.text,build/u/src/game/initexplosioncasing.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initexplosioncasing.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initexplosioncasing.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initexplosioncasing.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initexplosioncasing.o +99f6cc60bcd17a50e41035b7ecf5cf91,.text,build/u/src/game/initgamedata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initgamedata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initgamedata.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initgamedata.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initgamedata.o +04e6cf71b39c743c5890573cd9a01508,.text,build/u/src/game/initguards.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initguards.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initguards.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initguards.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initguards.o +df6262b2d91ab887aa39afafa0258888,.text,build/u/src/game/initimages.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initimages.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initimages.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initimages.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initimages.o +c49a0e3357ec04175b0e640da21050c9,.text,build/u/src/game/initintromatrices.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initintromatrices.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initintromatrices.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initintromatrices.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initintromatrices.o +4dae56c2e99c8a9a6fb08023460323c7,.text,build/u/src/game/inititemslots.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/inititemslots.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/inititemslots.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/inititemslots.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/inititemslots.o +14d0728f62ec250b8669f2579adfa4d1,.text,build/u/src/game/initmenus.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initmenus.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initmenus.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initmenus.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initmenus.o +48c14d478bc31f2aa77b1f7f1396082d,.text,build/u/src/game/initmttex.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initmttex.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initmttex.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initmttex.o +519c61364853b2c886b3dc8b94107dc1,.rodata,build/u/src/game/initmttex.o +e18f29cde359687b16c95810d9961d6e,.text,build/u/src/game/initnull_0009D0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initnull_0009D0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initnull_0009D0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initnull_0009D0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initnull_0009D0.o +e18f29cde359687b16c95810d9961d6e,.text,build/u/src/game/initnull_000BC0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initnull_000BC0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initnull_000BC0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initnull_000BC0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initnull_000BC0.o +2255e1e585f9addc9fc5999826ca57dc,.text,build/u/src/game/initobjects.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initobjects.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initobjects.o +e316194eedd5006d7682d37ed0179a36,.data,build/u/src/game/initobjects.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initobjects.o +cd47b37e68a4be3e8eb976503a05c100,.text,build/u/src/game/initpathtablelinks.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initpathtablelinks.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initpathtablelinks.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initpathtablelinks.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initpathtablelinks.o +0f4d0e9e68fa6330e361a61d4009f100,.text,build/u/src/game/initpathtablesomething.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initpathtablesomething.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initpathtablesomething.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initpathtablesomething.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initpathtablesomething.o +239042f1335aa427f57421ca758d9bb0,.text,build/u/src/game/initplayergaitobject.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initplayergaitobject.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initplayergaitobject.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initplayergaitobject.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initplayergaitobject.o +548fdcc0dc9fd285a616c4dc344e261a,.text,build/u/src/game/initunk_0009E0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initunk_0009E0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initunk_0009E0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initunk_0009E0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initunk_0009E0.o +9c888747ded6cac3d42903bfcdede568,.text,build/u/src/game/initunk_005450.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initunk_005450.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initunk_005450.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initunk_005450.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initunk_005450.o +69b65fb47f0adc0f7ce7e7b71525ecc3,.text,build/u/src/game/initunk_005520.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initunk_005520.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initunk_005520.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initunk_005520.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initunk_005520.o +c3e080f35dd357dc91f2c000908766b3,.text,build/u/src/game/alloc_window_pieces.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/alloc_window_pieces.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/alloc_window_pieces.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/alloc_window_pieces.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/alloc_window_pieces.o +80c4741ea8d335e1cd55bc6f8855b8fe,.text,build/u/src/game/initunk_007290.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initunk_007290.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initunk_007290.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initunk_007290.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initunk_007290.o +b2f21d41a0d43d7510c362992f97aaf4,.text,build/u/src/game/initcheattext.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initcheattext.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initcheattext.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initcheattext.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initcheattext.o +8e400a3267ff4e97615eea6a8aac3637,.text,build/u/src/game/cleanup_guard_data.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/cleanup_guard_data.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/cleanup_guard_data.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/cleanup_guard_data.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/cleanup_guard_data.o +565b094ac26178b6723feb37ba142c13,.text,build/u/src/game/cleanup_object_sounds.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/cleanup_object_sounds.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/cleanup_object_sounds.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/cleanup_object_sounds.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/cleanup_object_sounds.o +4fc91dfaef607af506049f33839c6a99,.text,build/u/src/game/initweaponanigroups.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/initweaponanigroups.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/initweaponanigroups.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/initweaponanigroups.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/initweaponanigroups.o +dc7bbf8858c2f3dedda913d125c8153b,.text,build/u/src/game/lightfixture.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/lightfixture.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/lightfixture.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/src/game/lightfixture.o +5feb1f52242be6ca00278aea97630cc2,.rodata,build/u/src/game/lightfixture.o +0b81daa2305ca2b0ae3294b84cda1773,.text,build/u/src/game/loadobjectmodel.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/loadobjectmodel.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/loadobjectmodel.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/loadobjectmodel.o +758dd27724bf2441991958a52d84b620,.rodata,build/u/src/game/loadobjectmodel.o +b897d5a9a42bf9dead767f978c28e78f,.text,build/u/src/game/lvl.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/lvl.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/lvl.o +778b187770df6551fc254a75c066d47a,.data,build/u/src/game/lvl.o +43ee36987e8d9804ad1f15d27b6e0171,.rodata,build/u/src/game/lvl.o +085bf29f55c534a4f8a303eb44f209c4,.text,build/u/src/game/lvl_text.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/lvl_text.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/lvl_text.o +b608913d417cf5898f46d451d2ee7e36,.data,build/u/src/game/lvl_text.o +02a3f90183d88a10b9038d5ebc53aa14,.rodata,build/u/src/game/lvl_text.o +623da8353735cbacda28be429ee6d8f5,.text,build/u/src/game/math_asinacos.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/math_asinacos.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/math_asinacos.o +b3024a8481396e6d476526eb0b79ba26,.data,build/u/src/game/math_asinacos.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/math_asinacos.o +a650dd899154d9ca0f97b3c111d68afd,.text,build/u/src/game/math_asinfacosf.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/math_asinfacosf.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/math_asinfacosf.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/math_asinfacosf.o +14ebb8b0d158b1c94ccf7a18e89a9de2,.rodata,build/u/src/game/math_asinfacosf.o +7c59de2dabf61f339905e659a288928f,.text,build/u/src/game/math_atan2f.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/math_atan2f.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/math_atan2f.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/math_atan2f.o +546c324b783f89764425250e5177d2cc,.rodata,build/u/src/game/math_atan2f.o +4d2b4f6f4727449ebf9f00c3c00189e9,.text,build/u/src/game/math_ceil.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/math_ceil.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/math_ceil.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/math_ceil.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/math_ceil.o +0e5d17b9bb61cedf04777bb22e82af5a,.text,build/u/src/game/math_floor.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/math_floor.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/math_floor.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/math_floor.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/math_floor.o +48e65305ec9a1f986e4f98d30a4702d7,.text,build/u/src/game/math_sincos.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/math_sincos.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/math_sincos.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/math_sincos.o +62fee117785188396ed7a81341402e43,.rodata,build/u/src/game/math_sincos.o +3be797f6c4f732f6c95ec073653e0683,.text,build/u/src/game/math_unk_05A9E0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/math_unk_05A9E0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/math_unk_05A9E0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/math_unk_05A9E0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/math_unk_05A9E0.o +36ad186936847099dfd0ff45b6da2bfe,.text,build/u/src/game/matrixmath_misc.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/matrixmath_misc.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/matrixmath_misc.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/matrixmath_misc.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/matrixmath_misc.o +a3f297256593b1b9e3e63d7c5027ee9a,.text,build/u/src/game/matrixmath.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/matrixmath.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/matrixmath.o +443b5cb29b8db751795a83e372d93c13,.data,build/u/src/game/matrixmath.o +0a35159196687bb0c05210537b0b72dd,.rodata,build/u/src/game/matrixmath.o +36b514f94110f7d4b0f375cb43875623,.text,build/u/src/game/mp_music.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/mp_music.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/mp_music.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/u/src/game/mp_music.o +4f29b2b0a354eef2f858c1912ef6b3f4,.rodata,build/u/src/game/mp_music.o +f8939a5abdf5ca9ca51e55c688e8b667,.text,build/u/src/game/mp_watch.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/mp_watch.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/mp_watch.o +73fd6c08f30314bfa70d1800c88309b3,.data,build/u/src/game/mp_watch.o +0175f5015d4bbd3659819bea4577395c,.rodata,build/u/src/game/mp_watch.o +30f3bfd31d453c60e9ff7fff181ae693,.text,build/u/src/game/mp_weapon.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/mp_weapon.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/mp_weapon.o +04cfbf991d3d23ca47eaaca1adc4f01f,.data,build/u/src/game/mp_weapon.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/mp_weapon.o +ef12b800e133e094a649de9ca4466108,.text,build/u/src/game/music_0D2720.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/music_0D2720.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/music_0D2720.o +1dd7048c0817cc4b72e9e60d77a44710,.data,build/u/src/game/music_0D2720.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/music_0D2720.o +e18f29cde359687b16c95810d9961d6e,.text,build/u/src/game/null_007970.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/null_007970.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/null_007970.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/null_007970.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/null_007970.o +eb1d4282f3c092f900ae0384b32c45ff,.text,build/u/src/game/objecthandler_1.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/objecthandler_1.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/objecthandler_1.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/objecthandler_1.o +63392afd7ef8420cf22b9e1f4b947ac7,.rodata,build/u/src/game/objecthandler_1.o +b9ecfe8ecc3ef965e425146c53659a76,.text,build/u/src/game/objecthandler_2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/objecthandler_2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/objecthandler_2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/objecthandler_2.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/objecthandler_2.o +3cfcae2ddcf69c0d104d787245961440,.text,build/u/src/game/objecthandler.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/objecthandler.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/objecthandler.o +766d7aee05f96dff2a5649eb36ac32c1,.data,build/u/src/game/objecthandler.o +0412997c691931680d7ec0b02d2dcaa4,.rodata,build/u/src/game/objecthandler.o +d82993a7d50f7c76b359fc4a3d0a943f,.text,build/u/src/game/objective.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/objective.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/objective.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/objective.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/objective.o +7ac5150d5bb8e61b7153f71e0e08804b,.text,build/u/src/game/objective_status2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/objective_status2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/objective_status2.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/u/src/game/objective_status2.o +66c72a9f52883a35821c069094d98950,.rodata,build/u/src/game/objective_status2.o +e6dd08e8abd9c87796681eaa411c9a45,.text,build/u/src/game/objective_status.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/objective_status.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/objective_status.o +696656bad06fe3f908e2d43ca762cc24,.data,build/u/src/game/objective_status.o +8f76ee8ed548ce1d035595be064438a0,.rodata,build/u/src/game/objective_status.o +cba5efed93aaade1e6ee6bcd720e8492,.text,build/u/src/game/ob.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/ob.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/ob.o +c2028385babc92baad8fcbe57e4a7882,.data,build/u/src/game/ob.o +f04d26298c53b9ed2b1846e108c4f0f5,.rodata,build/u/src/game/ob.o +12efd0881d6159098313b243cd8c2cfc,.text,build/u/src/game/othermodemicrocode.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/othermodemicrocode.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/othermodemicrocode.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/othermodemicrocode.o +68d0cd46011653e6d810f11c93f2c981,.rodata,build/u/src/game/othermodemicrocode.o +5d42554d363b4b64d47069c7b87c5a06,.text,build/u/src/game/player_2.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/player_2.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/player_2.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/player_2.o +f874444d8bfd10718f57b02b19629fea,.rodata,build/u/src/game/player_2.o +bc9076ade55250dfd5030b23ed331646,.text,build/u/src/game/player.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/player.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/player.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/player.o +02bdd476e84dbefa5ab23eab7cc4c7d5,.rodata,build/u/src/game/player.o +e6962f02e5f239114544446d7948c05c,.text,build/u/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/playerstats_007770.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/u/src/game/pobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/pobjdata.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/pobjdata.o +a6765d6de23292908d03ba983ed2f8b2,.data,build/u/src/game/pobjdata.o +a02237588cbbf3cbb6f84791e1edc256,.rodata,build/u/src/game/pobjdata.o +f03996bff6e7a092ebb0b9f4fdc9fe0b,.text,build/u/src/game/prop.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/prop.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/prop.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/prop.o +4e1b4af471bd96e1e321f0e73fea029a,.rodata,build/u/src/game/prop.o +bd0039e95325cb3f211f8b04cdfaa9fa,.text,build/u/src/game/quaternion.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/quaternion.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/quaternion.o +dd8a23d5bf38aa81e9e52eb43d310cea,.data,build/u/src/game/quaternion.o +dcf28c5b87d1bafd8f6cb584ea25112a,.rodata,build/u/src/game/quaternion.o +56b5a26d40931632137490777d875b8e,.text,build/u/src/game/radar.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/radar.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/radar.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/radar.o +03c3fbafd5dd335bac35e7b54da4709c,.rodata,build/u/src/game/radar.o +acf886bf279c54322a19b41115357c5d,.text,build/u/src/game/ramromreplay.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/ramromreplay.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/ramromreplay.o +cb415e05b85be31494ae1bc233beb58b,.data,build/u/src/game/ramromreplay.o +c90adc466041f6e464269a31165d0499,.rodata,build/u/src/game/ramromreplay.o +98cc02d0a4a6e39638c67e00520a4a06,.text,build/u/src/game/romhack.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/romhack.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/romhack.o +06a7f9aa368a29171565a7113b51cda4,.data,build/u/src/game/romhack.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/romhack.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/u/src/game/romhack_runlist.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/romhack_runlist.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/romhack_runlist.o +bf193911c20eb4eb493b2b3515ce3221,.data,build/u/src/game/romhack_runlist.o +f351c84ed8ad6498ec69ea369a1011cb,.rodata,build/u/src/game/romhack_runlist.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/u/src/game/romhack_times.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/romhack_times.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/romhack_times.o +bde9c458d93917fb73e07456af856590,.data,build/u/src/game/romhack_times.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/romhack_times.o +d41d8cd98f00b204e9800998ecf8427e,.text,build/u/src/game/room_model_buffer.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/room_model_buffer.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/room_model_buffer.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/room_model_buffer.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/room_model_buffer.o +c04809de48f600cf8896f2727f3cb06b,.text,build/u/src/game/rsp.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/rsp.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/rsp.o +caacffbfa882584920cc8398c864dcc2,.data,build/u/src/game/rsp.o +e1ed1c19804abe45b9a45b4283574bd6,.rodata,build/u/src/game/rsp.o +b88e3ccd7b30cf28cdf47e15f9defc93,.text,build/u/src/game/setguscale.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/setguscale.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/setguscale.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/setguscale.o +d509d7dba6c1a819411b224d38e40828,.rodata,build/u/src/game/setguscale.o +4d4363058cd9f96f42165107f7bd3371,.text,build/u/src/game/spectrum.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/spectrum.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/spectrum.o +2ce81ebe3ddf133df9e5efc28f0e99ad,.data,build/u/src/game/spectrum.o +3035d02bd694ebdead84c918a03129d6,.rodata,build/u/src/game/spectrum.o +a43eb71310cabab33807e1e48a9e426a,.text,build/u/src/game/stan.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/stan.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/stan.o +3b98c643ab1cb4391d44340cbc01d0e6,.data,build/u/src/game/stan.o +11748dd8e62697e481a5479b151d491e,.rodata,build/u/src/game/stan.o +08713b0f072e700371ba7dcfd5897eaf,.text,build/u/src/game/textrelated.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/textrelated.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/textrelated.o +5b2be5a4a56e5d047ddd92f749836d87,.data,build/u/src/game/textrelated.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/textrelated.o +da07a32762f121fea4f7c2e7d521d4ca,.text,build/u/src/game/title.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/title.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/title.o +e09fcfa9f21f3499758e33b62d2d3668,.data,build/u/src/game/title.o +071a279563d8add07811107f2c2ec0f1,.rodata,build/u/src/game/title.o +65eba106b7145c8d18e62e41b0fca5cb,.text,build/u/src/game/cleanexplosions.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/cleanexplosions.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/cleanexplosions.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/cleanexplosions.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/cleanexplosions.o +e27c6eaae21319ffd65df3ec73cae9ba,.text,build/u/src/game/cleanwindowpieces.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/cleanwindowpieces.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/cleanwindowpieces.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/cleanwindowpieces.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/cleanwindowpieces.o +581ec48b1cabdc45315a9a7ef4dde5ec,.text,build/u/src/game/cleanplayersound.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/cleanplayersound.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/cleanplayersound.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/cleanplayersound.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/cleanplayersound.o +7e46aa3c9b889a57f29a750575d15d57,.text,build/u/src/game/unk_01B0E0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/unk_01B0E0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/unk_01B0E0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/unk_01B0E0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/unk_01B0E0.o +e8b537a19dbef522cab0d218d9e0cd28,.text,build/u/src/game/unk_01B240.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/unk_01B240.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/unk_01B240.o +2e036a1e94af4dca08dbda3ca29bb9f1,.data,build/u/src/game/unk_01B240.o +c1c2bef3d9452a0f148d8613ed14b3f1,.rodata,build/u/src/game/unk_01B240.o +9dd182e36f7cdfc30e37c9479de46c22,.text,build/u/src/game/unk_01BAE0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/unk_01BAE0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/unk_01BAE0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/unk_01BAE0.o +334b90953c5606d68014564e5eda0c1b,.rodata,build/u/src/game/unk_01BAE0.o +155f1fa47776a23483dca05a6d9d83c2,.text,build/u/src/game/bondhead.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/bondhead.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/bondhead.o +1f41ef4e892dded7bd385975a10cc847,.data,build/u/src/game/bondhead.o +eb5394271972e0dc98385a7f324e03b8,.rodata,build/u/src/game/bondhead.o +eba52185e5d35cafd4ae341cc5808a3f,.text,build/u/src/game/unk_091080.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/unk_091080.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/unk_091080.o +8b28117b30ba1eb01aece3db381370ae,.data,build/u/src/game/unk_091080.o +79936c25e933da15f6d69407363f5b1b,.rodata,build/u/src/game/unk_091080.o +9edfef9597ffff8486766db887b8a448,.text,build/u/src/game/unk_092890.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/unk_092890.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/unk_092890.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/unk_092890.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/unk_092890.o +8240067a2619e260e6153d7b9de421f7,.text,build/u/src/game/unk_092E50.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/unk_092E50.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/unk_092E50.o +a64d97ec0061b70dcbcebed4ae05d125,.data,build/u/src/game/unk_092E50.o +f1dbcb1438dbbb5e8506a728d9c4d142,.rodata,build/u/src/game/unk_092E50.o +3288d6c4e46d199aa581307312d196d9,.text,build/u/src/game/unk_09B7A0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/unk_09B7A0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/unk_09B7A0.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/unk_09B7A0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/unk_09B7A0.o +6baef6240a86f52c0eed436f986f062d,.text,build/u/src/game/explosions.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/explosions.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/explosions.o +fbda85eb8d9891c2efde432e0336946e,.data,build/u/src/game/explosions.o +9b1db0ae34ae1901b30b1cb9163c1f66,.rodata,build/u/src/game/explosions.o +e31ee3e91af13777d6da868054f4fdc5,.text,build/u/src/game/unk_0A1DA0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/unk_0A1DA0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/unk_0A1DA0.o +7449248de18da3f5a96c70e5dd0570e9,.data,build/u/src/game/unk_0A1DA0.o +91e9c74a6ac093c98ffc9e1515ea270d,.rodata,build/u/src/game/unk_0A1DA0.o +1831614af3ecf8f4acf0243a62d0e460,.text,build/u/src/game/unk_0B3200.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/unk_0B3200.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/unk_0B3200.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/unk_0B3200.o +58beed8ba05634d9511690c0a476f146,.rodata,build/u/src/game/unk_0B3200.o +b8e29d8a733d631a70c9776164049ab8,.text,build/u/src/game/unk_0BC530.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/unk_0BC530.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/unk_0BC530.o +d41d8cd98f00b204e9800998ecf8427e,.data,build/u/src/game/unk_0BC530.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/unk_0BC530.o +5f0314fc8dd209051e24975482e3b763,.text,build/u/src/game/unk_0C0A70.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/unk_0C0A70.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/unk_0C0A70.o +0245cdd8c5a57e8097d2a659cfe4e5a9,.data,build/u/src/game/unk_0C0A70.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/unk_0C0A70.o +67dbacb3028281856d2e39a06130c582,.text,build/u/src/game/unk_0CC4C0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/unk_0CC4C0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/unk_0CC4C0.o +3276b0ae12d43e34773e3e7340fd7eb7,.data,build/u/src/game/unk_0CC4C0.o +649f505c857e9b5f6bc4b652ea1d387e,.rodata,build/u/src/game/unk_0CC4C0.o +16b4e13d4b5d2c2924a59aff80c5f24a,.text,build/u/src/game/unk_0D1AC0.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/unk_0D1AC0.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/unk_0D1AC0.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/u/src/game/unk_0D1AC0.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/unk_0D1AC0.o +7e01bd828f54335aefbf28fc14d26b02,.text,build/u/src/game/viewport.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/viewport.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/viewport.o +4ae71336e44bf9bf79d2752e234818a5,.data,build/u/src/game/viewport.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/viewport.o +b0b5fd0827011239db8aca9b25d62f74,.text,build/u/src/game/watch.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/watch.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/watch.o +5761f5a56e201189104122ad0642a536,.data,build/u/src/game/watch.o +d775c8a4c52b2462c520e410957f1280,.rodata,build/u/src/game/watch.o +5508daba9a3b7bb3e82a637ae59a43bb,.text,build/u/src/game/zlib.o +d41d8cd98f00b204e9800998ecf8427e,.code,build/u/src/game/zlib.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/src/game/zlib.o +199c3b1b31bf1142efdd9e00d27d4765,.data,build/u/src/game/zlib.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/src/game/zlib.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_ame_all_p.o +3239a921c076ddd6d68188b937597905,.data,build/u/assets/obseg/bg/bg_ame_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_ame_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_arch_all_p.o +04b985028d4b5c4cf5ce7e08c25d33bf,.data,build/u/assets/obseg/bg/bg_arch_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_arch_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_arec_all_p.o +e8e22dea25b3ac3f1a4de020c946f7dd,.data,build/u/assets/obseg/bg/bg_arec_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_arec_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_azt_all_p.o +9cc41d4626731edc6a49b890499e2d33,.data,build/u/assets/obseg/bg/bg_azt_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_azt_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_cat_all_p.o +ad5f24079eabba3ae1418aa85706cc67,.data,build/u/assets/obseg/bg/bg_cat_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_cat_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_crad_all_p.o +461aca5d52c9a3a3bf2afee37d453f67,.data,build/u/assets/obseg/bg/bg_crad_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_crad_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_cryp_all_p.o +c22c7e1ae9576209d311a94cc579da59,.data,build/u/assets/obseg/bg/bg_cryp_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_cryp_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_dish_all_p.o +b3af6a77beb24fa4c3d5acf2bcdeeb88,.data,build/u/assets/obseg/bg/bg_dish_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_dish_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_lip_all_p.o +357d4c781f68a77f77777f22312ca8be,.data,build/u/assets/obseg/bg/bg_lip_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_lip_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_ref_all_p.o +728f045cd2dcfcab7e956001c8210ee7,.data,build/u/assets/obseg/bg/bg_ref_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_ref_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_rit_all_p.o +96ecc30d5e54a3bc35158283ff3a6179,.data,build/u/assets/obseg/bg/bg_rit_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_rit_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_run_all_p.o +f9bfa0db72247cc624983241a80cc2da,.data,build/u/assets/obseg/bg/bg_run_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_run_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_sev_all_p.o +f6f5db8f3e72452f8610625d1d8e45af,.data,build/u/assets/obseg/bg/bg_sev_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_sev_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_sevb_all_p.o +5211ec305c79ea15ed47aed9f5dda406,.data,build/u/assets/obseg/bg/bg_sevb_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_sevb_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_sevx_all_p.o +b4d1351d8b0c55dd49d04255057c8050,.data,build/u/assets/obseg/bg/bg_sevx_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_sevx_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/bg/bg_silo_all_p.o +0350e5c2f3ed8a04455e14fdcd6ea59b,.data,build/u/assets/obseg/bg/bg_silo_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/bg/bg_silo_all_p.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefarchZ.o +77c226b389bef0ef4b3f80d21b79aa6a,.data,build/u/assets/obseg/brief/UbriefarchZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefarchZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefarkZ.o +76e2c28739b6df8b6c89932b2fc0c39b,.data,build/u/assets/obseg/brief/UbriefarkZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefarkZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefaztZ.o +2e557d3d54ebc9a0d294a6eba027d03c,.data,build/u/assets/obseg/brief/UbriefaztZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefaztZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefcaveZ.o +7390bdb6dd0acb0e524a6a43741d1b89,.data,build/u/assets/obseg/brief/UbriefcaveZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefcaveZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefcontrolZ.o +b8514744d08309042f601fda8b644664,.data,build/u/assets/obseg/brief/UbriefcontrolZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefcontrolZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefcradZ.o +dceac86d93054c478611067a82a03ffe,.data,build/u/assets/obseg/brief/UbriefcradZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefcradZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefcrypZ.o +7fa9a86594803746ba4dee34e177a124,.data,build/u/assets/obseg/brief/UbriefcrypZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefcrypZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefdamZ.o +b5675a0fd69baf15b8eb5f004feb2d99,.data,build/u/assets/obseg/brief/UbriefdamZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefdamZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefdepoZ.o +d935f64befdbd153f0ec51de4805bf37,.data,build/u/assets/obseg/brief/UbriefdepoZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefdepoZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefdestZ.o +f5876420ea174366dc93849887704f6d,.data,build/u/assets/obseg/brief/UbriefdestZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefdestZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefjunZ.o +07ab7cdb9ad6c988b342705a63d57fca,.data,build/u/assets/obseg/brief/UbriefjunZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefjunZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefpeteZ.o +6c62e402a083a9f9081729db2272563f,.data,build/u/assets/obseg/brief/UbriefpeteZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefpeteZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefrunZ.o +2e72c21b0aa658363c7d26a846616a5c,.data,build/u/assets/obseg/brief/UbriefrunZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefrunZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefsevbunkerZ.o +2207330d53ebb26240adadac3075dc37,.data,build/u/assets/obseg/brief/UbriefsevbunkerZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefsevbunkerZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefsevbZ.o +ee356641add167a35310a6bb14b7d7f1,.data,build/u/assets/obseg/brief/UbriefsevbZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefsevbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefsevxbZ.o +06e62170941cf9226161b204a0bcc975,.data,build/u/assets/obseg/brief/UbriefsevxbZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefsevxbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefsevxZ.o +1fbf379b61826ed7dd56cd57934b1031,.data,build/u/assets/obseg/brief/UbriefsevxZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefsevxZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefsiloZ.o +1f012033e14273295212b6999665899f,.data,build/u/assets/obseg/brief/UbriefsiloZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefsiloZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbriefstatueZ.o +844bb85f8ac9c5c6f42d34b755fb7cd5,.data,build/u/assets/obseg/brief/UbriefstatueZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbriefstatueZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/brief/UbrieftraZ.o +615247e8e832c24d06f5b02e777a5664,.data,build/u/assets/obseg/brief/UbrieftraZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/brief/UbrieftraZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/Ump_setupameZ.o +505a174e9ba17b40733bf87bab422350,.data,build/u/assets/obseg/setup/Ump_setupameZ.o +ab1d1168e3309a4e1d8898dead14d5ca,.rodata,build/u/assets/obseg/setup/Ump_setupameZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/Ump_setuparchZ.o +d3ecd34091343233de96fcd7709fb389,.data,build/u/assets/obseg/setup/Ump_setuparchZ.o +5dddc63a188899ef3aacf71dc92c8e75,.rodata,build/u/assets/obseg/setup/Ump_setuparchZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/Ump_setuparkZ.o +d72a224479ee04046e2458e75ba971dd,.data,build/u/assets/obseg/setup/Ump_setuparkZ.o +9da7d43d1061590d6aaed55112c30adf,.rodata,build/u/assets/obseg/setup/Ump_setuparkZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/Ump_setupashZ.o +4bbf2415439ad3988b72542dc7c16435,.data,build/u/assets/obseg/setup/Ump_setupashZ.o +ab1d1168e3309a4e1d8898dead14d5ca,.rodata,build/u/assets/obseg/setup/Ump_setupashZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/Ump_setupcaveZ.o +9caabe90e7f9b62668b607b286e14738,.data,build/u/assets/obseg/setup/Ump_setupcaveZ.o +966bcbf56fab2e5a8306a27c2be2821e,.rodata,build/u/assets/obseg/setup/Ump_setupcaveZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/Ump_setupcradZ.o +e3270c14ece27e5f15f0bf54e20f000b,.data,build/u/assets/obseg/setup/Ump_setupcradZ.o +1332398676dda34bcb4104546a94cde8,.rodata,build/u/assets/obseg/setup/Ump_setupcradZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/Ump_setupcrypZ.o +baf4a21c4c3a50dfc68dd4bb79e1a4e4,.data,build/u/assets/obseg/setup/Ump_setupcrypZ.o +25568bb18b99a852d18fba045213caa4,.rodata,build/u/assets/obseg/setup/Ump_setupcrypZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/Ump_setupdishZ.o +52738bf0cf907b44c5c304bdb71b5635,.data,build/u/assets/obseg/setup/Ump_setupdishZ.o +db0620822dd4f53ca244a0997bd92f9d,.rodata,build/u/assets/obseg/setup/Ump_setupdishZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/Ump_setupimpZ.o +9a2d5bb6c18ee5acdaade6edd0ea6571,.data,build/u/assets/obseg/setup/Ump_setupimpZ.o +ab1d1168e3309a4e1d8898dead14d5ca,.rodata,build/u/assets/obseg/setup/Ump_setupimpZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/Ump_setupoatZ.o +66ed502d7ebd0286c31df6d918342d76,.data,build/u/assets/obseg/setup/Ump_setupoatZ.o +2a285f6bffe60426c716f84bd5178948,.rodata,build/u/assets/obseg/setup/Ump_setupoatZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/Ump_setuprefZ.o +a192e4098a04675dc0406394441c5596,.data,build/u/assets/obseg/setup/Ump_setuprefZ.o +acc9011f897a5b3b45cad7c1ea4b4715,.rodata,build/u/assets/obseg/setup/Ump_setuprefZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/Ump_setupsevbZ.o +fa7a848eb5dac0a60671450aa46df0aa,.data,build/u/assets/obseg/setup/Ump_setupsevbZ.o +44b3c131f9627281b5d1e3d72ddd50d2,.rodata,build/u/assets/obseg/setup/Ump_setupsevbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/Ump_setupstatueZ.o +39e07e5a0707a6c1ba36f23bc2b8a867,.data,build/u/assets/obseg/setup/Ump_setupstatueZ.o +adb0b6f3ef926a53ca4468251dc25d24,.rodata,build/u/assets/obseg/setup/Ump_setupstatueZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetuparchZ.o +14a533d673facd6407d27994b5add721,.data,build/u/assets/obseg/setup/UsetuparchZ.o +8c9e41dc4bfd4e3a4257e50d01d59f16,.rodata,build/u/assets/obseg/setup/UsetuparchZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetuparkZ.o +df46b4d3b99be3fec5c4af95622ebd35,.data,build/u/assets/obseg/setup/UsetuparkZ.o +e3a6ea2b5e0116a92c0d944720f4555d,.rodata,build/u/assets/obseg/setup/UsetuparkZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupaztZ.o +dea9ac3dcf299ac954a6d31b6998dbde,.data,build/u/assets/obseg/setup/UsetupaztZ.o +90dfc984ae56837963ad6c378179e575,.rodata,build/u/assets/obseg/setup/UsetupaztZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupcaveZ.o +cfcdf6399fd8558a81aedabca825886f,.data,build/u/assets/obseg/setup/UsetupcaveZ.o +b4d18f2d43ed9ab43c66ea8a9dbf601e,.rodata,build/u/assets/obseg/setup/UsetupcaveZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupcontrolZ.o +86bb66970474e427936a5b4278d0a4e8,.data,build/u/assets/obseg/setup/UsetupcontrolZ.o +0a6d7e907a934a22f192afd8a338864f,.rodata,build/u/assets/obseg/setup/UsetupcontrolZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupcradZ.o +7a97b531c89ef4100caca1810791a330,.data,build/u/assets/obseg/setup/UsetupcradZ.o +352f4bbf95b387e7dac966ea4039df16,.rodata,build/u/assets/obseg/setup/UsetupcradZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupcrypZ.o +2116905de55f8a2add7def57bfab3733,.data,build/u/assets/obseg/setup/UsetupcrypZ.o +2ca0538045df922ddffd5f7a56bf9f6f,.rodata,build/u/assets/obseg/setup/UsetupcrypZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupdamZ.o +192c4a53cf1a38e18926f44bbccd276d,.data,build/u/assets/obseg/setup/UsetupdamZ.o +f3f0addffd8b48b5a1eefe4799791d48,.rodata,build/u/assets/obseg/setup/UsetupdamZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupdepoZ.o +aa084741c9c5db45bae711efc0a33fe2,.data,build/u/assets/obseg/setup/UsetupdepoZ.o +7ea25ce7fd3caf5849a08d69accca997,.rodata,build/u/assets/obseg/setup/UsetupdepoZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupdestZ.o +6c75f6b6ad2377d28ca7b72f77ac30d8,.data,build/u/assets/obseg/setup/UsetupdestZ.o +513cf92e4775bacf5d139789b86a9598,.rodata,build/u/assets/obseg/setup/UsetupdestZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupjunZ.o +a1115ec641db7f5ca65fa6ba1a8861e3,.data,build/u/assets/obseg/setup/UsetupjunZ.o +ebd5e09c96d80ae0b3244a7607f40185,.rodata,build/u/assets/obseg/setup/UsetupjunZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetuplenZ.o +456a996465f1681c534404419a07efc8,.data,build/u/assets/obseg/setup/UsetuplenZ.o +aa0cd1b5e2fa6aa154d53b48882dd8d4,.rodata,build/u/assets/obseg/setup/UsetuplenZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetuppeteZ.o +2d05088e0082bae7a720d6a476283519,.data,build/u/assets/obseg/setup/UsetuppeteZ.o +3887668ddf86cf4380d9a5f16bc2dcf3,.rodata,build/u/assets/obseg/setup/UsetuppeteZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetuprunZ.o +2a26a94abd77eb88153ce42d4d6e3414,.data,build/u/assets/obseg/setup/UsetuprunZ.o +7638bc9258fb1dd47ce0cbb77a916f4f,.rodata,build/u/assets/obseg/setup/UsetuprunZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupsevbunkerZ.o +6ae37ef5d6eee372ef100bc85e864de2,.data,build/u/assets/obseg/setup/UsetupsevbunkerZ.o +b5d1f1688129156bed0f46a1f10f4c4e,.rodata,build/u/assets/obseg/setup/UsetupsevbunkerZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupsevbZ.o +a94881aeb4f12a22bd27b71fcbea7f93,.data,build/u/assets/obseg/setup/UsetupsevbZ.o +0cf8f0dc88c6e5c615415596d9ee1439,.rodata,build/u/assets/obseg/setup/UsetupsevbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupsevxbZ.o +493bfe05761a14f4f7647f613115e0f7,.data,build/u/assets/obseg/setup/UsetupsevxbZ.o +214e937f3abb7fa20e8ec4df011578de,.rodata,build/u/assets/obseg/setup/UsetupsevxbZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupsevxZ.o +5a95cb479a12148813980fcbca8cf93c,.data,build/u/assets/obseg/setup/UsetupsevxZ.o +6b0d217217cc5137855ec4f175ebcfa5,.rodata,build/u/assets/obseg/setup/UsetupsevxZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupsiloZ.o +631ac7507ee4572ecddf59fd9af48b7e,.data,build/u/assets/obseg/setup/UsetupsiloZ.o +6fdb011700c5c0c289ae934e8c6ec60f,.rodata,build/u/assets/obseg/setup/UsetupsiloZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetupstatueZ.o +599e0f739b5a910616a71b009cc85ebc,.data,build/u/assets/obseg/setup/UsetupstatueZ.o +71a776c5247039f708ce1346c95ed2fb,.rodata,build/u/assets/obseg/setup/UsetupstatueZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/setup/UsetuptraZ.o +12f885daaf75467887b7cbb43354e935,.data,build/u/assets/obseg/setup/UsetuptraZ.o +4701660837b568334586d2a494bea037,.rodata,build/u/assets/obseg/setup/UsetuptraZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_ame_all_p_stanZ.o +b1c4e40a881c345e593eb8246d727f46,.data,build/u/assets/obseg/stan/Tbg_ame_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_ame_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_arch_all_p_stanZ.o +7ca676a375a0d8d08e5931610598b6d4,.data,build/u/assets/obseg/stan/Tbg_arch_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_arch_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_arec_all_p_stanZ.o +2688daaa6b0f2f59e7e02ae9ba95be85,.data,build/u/assets/obseg/stan/Tbg_arec_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_arec_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_ark_all_p_stanZ.o +a057fe4ab5f288016da38006086756b7,.data,build/u/assets/obseg/stan/Tbg_ark_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_ark_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_ash_all_p_stanZ.o +b1c4e40a881c345e593eb8246d727f46,.data,build/u/assets/obseg/stan/Tbg_ash_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_ash_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_azt_all_p_stanZ.o +09ed891dfef1e77bc487b23c6f5bea95,.data,build/u/assets/obseg/stan/Tbg_azt_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_azt_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_cat_all_p_stanZ.o +faba7e91e6d464cc6cc671aed03b7719,.data,build/u/assets/obseg/stan/Tbg_cat_all_p_stanZ.o +827ae21e5b4aa345fa3b51c8494ca1d8,.rodata,build/u/assets/obseg/stan/Tbg_cat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_cave_all_p_stanZ.o +b3215b85b77d6adbc495d0e446eba0cf,.data,build/u/assets/obseg/stan/Tbg_cave_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_cave_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_crad_all_p_stanZ.o +1b488bbae36c96593c4636e8406afb2c,.data,build/u/assets/obseg/stan/Tbg_crad_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_crad_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_cryp_all_p_stanZ.o +ee1fb6264844257ae78e0de464be1f6d,.data,build/u/assets/obseg/stan/Tbg_cryp_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_cryp_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_dam_all_p_stanZ.o +ac9b55ee6961cfbe4a8b0f79fdcbc7fe,.data,build/u/assets/obseg/stan/Tbg_dam_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_dam_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_depo_all_p_stanZ.o +7ea1a82a0f3b87a38e42ecd8e44baa76,.data,build/u/assets/obseg/stan/Tbg_depo_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_depo_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_dest_all_p_stanZ.o +856a8f0f2ddb31a1fd512dbbfe0c8763,.data,build/u/assets/obseg/stan/Tbg_dest_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_dest_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_dish_all_p_stanZ.o +bb55353a9f75ada784750decf91337f8,.data,build/u/assets/obseg/stan/Tbg_dish_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_dish_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_imp_all_p_stanZ.o +b1c4e40a881c345e593eb8246d727f46,.data,build/u/assets/obseg/stan/Tbg_imp_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_imp_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_jun_all_p_stanZ.o +e5b50da9773335420524ae4e33cce850,.data,build/u/assets/obseg/stan/Tbg_jun_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_jun_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_len_all_p_stanZ.o +ae5ede059252d6ce4da9e79a0393ee98,.data,build/u/assets/obseg/stan/Tbg_len_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_len_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_oat_all_p_stanZ.o +8260b7a7be2a02444f074fe4315070e5,.data,build/u/assets/obseg/stan/Tbg_oat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_oat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_pete_all_p_stanZ.o +e5b4cb17a05fdb99d908d0d5927cd19e,.data,build/u/assets/obseg/stan/Tbg_pete_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_pete_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_ref_all_p_stanZ.o +aa1546f1e09f7a6116d51f87786621d9,.data,build/u/assets/obseg/stan/Tbg_ref_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_ref_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_run_all_p_stanZ.o +ef1efff8f0d100d3a3d7c8d9b9805643,.data,build/u/assets/obseg/stan/Tbg_run_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_run_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_sev_all_p_stanZ.o +1a18c0d029054b8c4026b3efb2264d12,.data,build/u/assets/obseg/stan/Tbg_sev_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_sev_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_sevb_all_p_stanZ.o +b490026d969f03bbd454d174f6c64c42,.data,build/u/assets/obseg/stan/Tbg_sevb_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_sevb_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_sevx_all_p_stanZ.o +42c5b0307eec8549956b0a75397ade93,.data,build/u/assets/obseg/stan/Tbg_sevx_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_sevx_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_silo_all_p_stanZ.o +f0a204c9b33851d045971d5b33d0b9cd,.data,build/u/assets/obseg/stan/Tbg_silo_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_silo_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_stat_all_p_stanZ.o +8bafb0743a0d92c83b0aec2bf2dedc17,.data,build/u/assets/obseg/stan/Tbg_stat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_stat_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/stan/Tbg_tra_all_p_stanZ.o +228d56baf9bf34d1a6f45e4195306831,.data,build/u/assets/obseg/stan/Tbg_tra_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/stan/Tbg_tra_all_p_stanZ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LameE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LameE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LameE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LameJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LameJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LameJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LarchE.o +40375b0a8c1eee1a393674140514db0f,.data,build/u/assets/obseg/text/LarchE.o +5bcae7d284bbfc80408fadd4badd73b7,.rodata,build/u/assets/obseg/text/LarchE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LarchJ.o +dbe9e4326b4e5b1b129950484651897c,.data,build/u/assets/obseg/text/LarchJ.o +018896a1b133d314f6ed19b82250b35e,.rodata,build/u/assets/obseg/text/LarchJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LarecE.o +915a2f930db20f887e025a442446efdb,.data,build/u/assets/obseg/text/LarecE.o +66c43c14b6f1331860cc42c6f75f5dce,.rodata,build/u/assets/obseg/text/LarecE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LarecJ.o +d0c51d28aa7e3ead90e7692b1878c3bd,.data,build/u/assets/obseg/text/LarecJ.o +a39231dc9106ae83632440debcca1f17,.rodata,build/u/assets/obseg/text/LarecJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LarkE.o +68016142854324635bb656ed81a1fbd2,.data,build/u/assets/obseg/text/LarkE.o +05a5ea6aaf7af5225d5424568d7260f4,.rodata,build/u/assets/obseg/text/LarkE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LarkJ.o +a11d9aaeb270df2553ac17be83792938,.data,build/u/assets/obseg/text/LarkJ.o +46bec36881b439fb7d239e91e747928e,.rodata,build/u/assets/obseg/text/LarkJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LashE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LashE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LashE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LashJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LashJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LashJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LaztE.o +78ed274beb6e13710bae643814b671ed,.data,build/u/assets/obseg/text/LaztE.o +b15a317aed068809603365223c76e6c0,.rodata,build/u/assets/obseg/text/LaztE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LcatE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LcatE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LcatE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LcatJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LcatJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LcatJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LcaveE.o +8912e4552c084430fb39d132f2629c92,.data,build/u/assets/obseg/text/LcaveE.o +a3fecff5d1388aabed62f5993b8c1ae6,.rodata,build/u/assets/obseg/text/LcaveE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LcaveJ.o +9e2991e2b3908b0be3087e621170d5eb,.data,build/u/assets/obseg/text/LcaveJ.o +e632526d0c18895dee5bfd7a149efc2d,.rodata,build/u/assets/obseg/text/LcaveJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LcradE.o +cad64034f753f2197f25909cfe85a69c,.data,build/u/assets/obseg/text/LcradE.o +1a99f6b879c658c72669c359522bf22e,.rodata,build/u/assets/obseg/text/LcradE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LcradJ.o +a5db25f77d2019e62d9ef08690a72d47,.data,build/u/assets/obseg/text/LcradJ.o +459c114c8cbf2975830c31a17c2575d1,.rodata,build/u/assets/obseg/text/LcradJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LcrypE.o +a5dd43fa608e1e19b53db6955c7075a1,.data,build/u/assets/obseg/text/LcrypE.o +fb2e8c50b91a21ba4b169c04a742127a,.rodata,build/u/assets/obseg/text/LcrypE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LcrypJ.o +c960e86f0c66732d8336cd4ba75f46ed,.data,build/u/assets/obseg/text/LcrypJ.o +b6a20ee727fc89acd95cf192de24ff3e,.rodata,build/u/assets/obseg/text/LcrypJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LdamE.o +e205f5cdce6490730ad57d9c840a430f,.data,build/u/assets/obseg/text/LdamE.o +e07024a5df42036b189573b1179fa412,.rodata,build/u/assets/obseg/text/LdamE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LdamJ.o +d65c3c8f893a3db65d0ff5b557f7d9e8,.data,build/u/assets/obseg/text/LdamJ.o +f53bede52d021cfb15bbf665fff73db4,.rodata,build/u/assets/obseg/text/LdamJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LdepoE.o +77b03ef19e0263a057e8df1c81f47de4,.data,build/u/assets/obseg/text/LdepoE.o +566a0cb0d5fb0165f50c817d53d82337,.rodata,build/u/assets/obseg/text/LdepoE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LdepoJ.o +f092d9e7fb8deb596dd5c72d251262a4,.data,build/u/assets/obseg/text/LdepoJ.o +f36cdf9fea81b9cca3213d5c3304fa07,.rodata,build/u/assets/obseg/text/LdepoJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LdestE.o +78c0742ea9a47d55d3e014d1dd89b79b,.data,build/u/assets/obseg/text/LdestE.o +d8d294b690ace59508fad0252c2bfa22,.rodata,build/u/assets/obseg/text/LdestE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LdestJ.o +58f12d62fdf22ab403b4000f756da9b4,.data,build/u/assets/obseg/text/LdestJ.o +91ae39a8422254da064603940e9d78b3,.rodata,build/u/assets/obseg/text/LdestJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LdishE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LdishE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LdishE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LdishJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LdishJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LdishJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LearE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LearE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LearE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LearJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LearJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LearJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LeldE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LeldE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LeldE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LeldJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LeldJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LeldJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LgunE.o +a164e63ed1cb68255fd985a6eab8e927,.data,build/u/assets/obseg/text/LgunE.o +9768b9303970aa139698b3f210495d8e,.rodata,build/u/assets/obseg/text/LgunE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LgunJ.o +3c6c4fe43d93937e67701b50246f77df,.data,build/u/assets/obseg/text/LgunJ.o +1e7f24ceb1a009911f3415be2b2498ab,.rodata,build/u/assets/obseg/text/LgunJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LimpE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LimpE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LimpE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LimpJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LimpJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LimpJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LjunE.o +e0eb6398245dd1df5952be511569a7c6,.data,build/u/assets/obseg/text/LjunE.o +c3f6256e87dc5d2238c91d9e35b35203,.rodata,build/u/assets/obseg/text/LjunE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LjunJ.o +93977f3cb19d1accd13f3a02c800fa3c,.data,build/u/assets/obseg/text/LjunJ.o +1c134a5614358f8e3df504845a4dd948,.rodata,build/u/assets/obseg/text/LjunJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LleeE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LleeE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LleeE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LleeJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LleeJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LleeJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LlenE.o +45870e825e124904bf6c6f651abc3330,.data,build/u/assets/obseg/text/LlenE.o +e08ee7e9fbc0619b0033edd4d46ba5e0,.rodata,build/u/assets/obseg/text/LlenE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LlenJ.o +af3fe7c0e822377bef963ec817851854,.data,build/u/assets/obseg/text/LlenJ.o +d5c7f2581757b2c88453d2d123c9ae08,.rodata,build/u/assets/obseg/text/LlenJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LlipE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LlipE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LlipE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LlipJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LlipJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LlipJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LlueE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LlueE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LlueE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LlueJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LlueJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LlueJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LmiscE.o +63e974a34fd5944c38fd03fad1c8554c,.data,build/u/assets/obseg/text/LmiscE.o +b1b2626e2f70e9f64374f5d225581da2,.rodata,build/u/assets/obseg/text/LmiscE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LmpmenuE.o +1c3f1e9b16fcdd7e5ca632cc4143b8c7,.data,build/u/assets/obseg/text/LmpmenuE.o +51b7f06e0dbd8989f8c21661faedcbc5,.rodata,build/u/assets/obseg/text/LmpmenuE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LmpmenuJ.o +3c005bea9e17093c957adb85dd4b724b,.data,build/u/assets/obseg/text/LmpmenuJ.o +4823853f7fef5656740908dc5326503e,.rodata,build/u/assets/obseg/text/LmpmenuJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LmpweaponsE.o +27b33a70975e8963d090085d67c0e11e,.data,build/u/assets/obseg/text/LmpweaponsE.o +4258a3157197bfd902a3edf5ebeca094,.rodata,build/u/assets/obseg/text/LmpweaponsE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LmpweaponsJ.o +a60f257d3486c29290de1d96c7aba1f1,.data,build/u/assets/obseg/text/LmpweaponsJ.o +67c3d4478ce7fe03628da496b8724a60,.rodata,build/u/assets/obseg/text/LmpweaponsJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LoatE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LoatE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LoatE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LoatJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LoatJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LoatJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LoptionsE.o +8cb0539d740502fd140b92d50cddebbe,.data,build/u/assets/obseg/text/LoptionsE.o +983fd0a54b2bf95f1f6d22b10334017e,.rodata,build/u/assets/obseg/text/LoptionsE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LoptionsJ.o +d9fbcd58c4fbf1291c8e768e67c540c4,.data,build/u/assets/obseg/text/LoptionsJ.o +e3ab3d69b0a6b4c129f0c5e8951ca771,.rodata,build/u/assets/obseg/text/LoptionsJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LpamE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LpamE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LpamE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LpamJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LpamJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LpamJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LpeteE.o +04a39af55d3cf6a355fa7e1abf9d3936,.data,build/u/assets/obseg/text/LpeteE.o +eaadee243470be31eb552f5d820f3a5d,.rodata,build/u/assets/obseg/text/LpeteE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LpeteJ.o +749ac5b1f0cbf6ef5a0d0186c6016f7d,.data,build/u/assets/obseg/text/LpeteJ.o +2f4e116b1e74df22cee53bec9a6c0180,.rodata,build/u/assets/obseg/text/LpeteJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LpropobjE.o +fa5bea6a2ce0736029d3435f3da08a71,.data,build/u/assets/obseg/text/LpropobjE.o +42a88b249ca7c8d56a4ced2f13c8dab9,.rodata,build/u/assets/obseg/text/LpropobjE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LpropobjJ.o +d09a2dec8eafc3c7b623b26056109d8f,.data,build/u/assets/obseg/text/LpropobjJ.o +b0b622c9c88222155aa0d4b1e3638ec8,.rodata,build/u/assets/obseg/text/LpropobjJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LrefE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LrefE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LrefE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LrefJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LrefJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LrefJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LritE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LritE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LritE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LritJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LritJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LritJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LrunE.o +e9c5308dc6ccc93b5f34141b8f9a46ba,.data,build/u/assets/obseg/text/LrunE.o +2fd0d517cff1a6e76b2fd8d5e03b84d2,.rodata,build/u/assets/obseg/text/LrunE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LrunJ.o +53d5da8d3b0a205209bc32bffb623f2c,.data,build/u/assets/obseg/text/LrunJ.o +9ee606c9907824ea41a68ed50449b8c2,.rodata,build/u/assets/obseg/text/LrunJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LsevbE.o +99b5d2c99e8436044ab80f4d5c10955d,.data,build/u/assets/obseg/text/LsevbE.o +a533dc0dea666db00823112b16a25e35,.rodata,build/u/assets/obseg/text/LsevbE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LsevE.o +857201f7708da54326d9f65a607f0699,.data,build/u/assets/obseg/text/LsevE.o +4388dfac4ac5ddd6f1e806f444785d1f,.rodata,build/u/assets/obseg/text/LsevE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LsevJ.o +216e3e8ac6df1deefd48a44048b7f2a9,.data,build/u/assets/obseg/text/LsevJ.o +9d5d536dbf0ac817c41c6f6ce1da1c2e,.rodata,build/u/assets/obseg/text/LsevJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LsevxbE.o +381c7194edce1643c856ee5408955858,.data,build/u/assets/obseg/text/LsevxbE.o +5c151a11ab6f175f6dd2cf18fc8d9c48,.rodata,build/u/assets/obseg/text/LsevxbE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LsevxbJ.o +4b3b5544e4cb3af47d90f2d0bf992003,.data,build/u/assets/obseg/text/LsevxbJ.o +7a6f1aef8ae105dfb7b8c7e4944bbe19,.rodata,build/u/assets/obseg/text/LsevxbJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LsevxE.o +b7253c719a43dcc64c39e3021777dfe4,.data,build/u/assets/obseg/text/LsevxE.o +bc300a0d53e25053b73dd7f2515a622b,.rodata,build/u/assets/obseg/text/LsevxE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LsevxJ.o +ce0d781b0d13eec737ed28c1ec89700c,.data,build/u/assets/obseg/text/LsevxJ.o +b7b850df3d2cac26c9cfd6ba47f632d1,.rodata,build/u/assets/obseg/text/LsevxJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LshoE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LshoE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LshoE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LshoJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LshoJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LshoJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LsiloE.o +7194bf077bcf7820a0525b9a7e37bac1,.data,build/u/assets/obseg/text/LsiloE.o +24a3e8a64ce0c707fab8a7aa11a252e3,.rodata,build/u/assets/obseg/text/LsiloE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LsiloJ.o +156b33414aa03ab6e5990a6c0a59739c,.data,build/u/assets/obseg/text/LsiloJ.o +0f2bf8b4fba6f5c67e647b4e267da6a7,.rodata,build/u/assets/obseg/text/LsiloJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LstatE.o +beb5446cf51a511f1f5340c4e9dffb0b,.data,build/u/assets/obseg/text/LstatE.o +7b27123365b22407d6b61c22bd7475f5,.rodata,build/u/assets/obseg/text/LstatE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LtitleE.o +d1c38171fda9ed66e044ba9aa25e9297,.data,build/u/assets/obseg/text/LtitleE.o +fc81a6395d6b22c0bee22a3912eeef08,.rodata,build/u/assets/obseg/text/LtitleE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LtitleJ.o +147293ccd4dbcd659b4eb15e89dcd416,.data,build/u/assets/obseg/text/LtitleJ.o +0613cb2ad4a7e5b8e02e61df7efee3a4,.rodata,build/u/assets/obseg/text/LtitleJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LtraE.o +d5a8b464357e4582526d3e194fdb613c,.data,build/u/assets/obseg/text/LtraE.o +690a72eb06470f3413686da7c1de04bb,.rodata,build/u/assets/obseg/text/LtraE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LtraJ.o +9c0161152260e669b702ed1d9259bbcb,.data,build/u/assets/obseg/text/LtraJ.o +bcfefbdf605af75037f04dfc07f6fbe7,.rodata,build/u/assets/obseg/text/LtraJ.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LwaxE.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LwaxE.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LwaxE.o +d41d8cd98f00b204e9800998ecf8427e,.bss,build/u/assets/obseg/text/LwaxJ.o +70bc8f4b72a86921468bf8e8441dce51,.data,build/u/assets/obseg/text/LwaxJ.o +d41d8cd98f00b204e9800998ecf8427e,.rodata,build/u/assets/obseg/text/LwaxJ.o diff --git a/ge007.u.ld b/ge007.u.ld index 41099dd..a9614db 100644 --- a/ge007.u.ld +++ b/ge007.u.ld @@ -3,6 +3,16 @@ OUTPUT_ARCH (mips) SECTIONS { + + osTvType = 0x80000300; + osRomType = 0x80000304; + osRomBase = 0x80000308; + osResetType = 0x8000030c; + osCicId = 0x80000310; + osVersion = 0x80000314; + osMemSize = 0x80000318; + osAppNMIBuffer = 0x8000031c; + _romSegmentStart = 0; /* header */ _headerSegmentStart = ADDR(.header); @@ -30,9 +40,11 @@ SECTIONS /* 0x80000400, 0x80000450 */ _startSegmentStart = ADDR(.start); _startSegmentRomStart = _bootSegmentRomEnd; + _alt_startSegmentRomStart = _startSegmentRomStart + 0x100000; .start 0x80000400 : AT(_startSegmentRomStart) { build/u/src/_start.o (.text); } + _alt_startSegmentStart = _startSegmentStart - 0x10000000 + 0x100000; _startSegmentEnd = ADDR(.start) + SIZEOF(.start); _startSegmentRomEnd = _startSegmentRomStart + SIZEOF(.start); @@ -52,12 +64,12 @@ SECTIONS build/u/src/tlb_hardwire.o (.text); build/u/src/audi.o (.text); build/u/src/speed_graph.o (.text); - build/u/src/video.o (.text); + build/u/src/fr.o (.text); build/u/src/deb.o (.text); - build/u/src/deb_video.o (.text); - build/u/src/unused_fp.o (.text); + build/u/src/fault.o (.text); + /*deb_print may be part of fault per pd beta (.text);*/ build/u/src/deb_print.o (.text); - build/u/src/debug_getlastRA.o (.text); + build/u/src/getra.o (.text); build/u/src/ramrom.o (.text); build/u/src/boss.o (.text); build/u/src/music.o (.text); @@ -76,177 +88,177 @@ SECTIONS build/u/src/rmon.o (.text); /*build/u/src/libultra/osPiRawStartDma.o (.text);*/ - build/u/src/libultra/pirawdma.o (.text); - build/u/src/libultra/pigetstat.o (.text); - build/u/src/libultra/initialize.o (.text); - build/u/src/libultra/writebackdcacheall.o (.text); - build/u/src/libultra/invalicache.o (.text); - build/u/src/libultra/unmaptlb.o (.text); - build/u/src/libultra/getfpccsr.o (.text); - build/u/src/libultra/setfpccsr.o (.text); - build/u/src/libultra/createthread.o (.text); - build/u/src/libultra/startthread.o (.text); - build/u/src/libultra/createmesgqueue.o (.text); - build/u/src/libultra/parameters.o (.text); - build/u/src/libultra/stopthread.o (.text); - build/u/src/libultra/setthreadpri.o (.text); - build/u/src/libultra/getcount.o (.text); - build/u/src/libultra/vimgr.o (.text); - build/u/src/libultra/vitbl.o (.text); /*edited*/ - build/u/src/libultra/seteventmesg.o (.text); - build/u/src/libultra/visetevent.o (.text); - build/u/src/libultra/setintmask.o (.text); - build/u/src/libultra/recvmesg.o (.text); - build/u/src/libultra/sendmesg.o (.text); - build/u/src/libultra/visetmode.o (.text); - build/u/src/libultra/visetxscale.o (.text); - build/u/src/libultra/visetyscale.o (.text); - build/u/src/libultra/virepeatline.o (.text); - build/u/src/libultra/viblack.o (.text); - build/u/src/libultra/sptaskyielded.o (.text); - build/u/src/libultra/dpctr.o (.text); - build/u/src/libultra/vigetcurrframebuf.o (.text); - build/u/src/libultra/vigetnextframebuf.o (.text); - build/u/src/libultra/viswapbuf.o (.text); - build/u/src/libultra/dpsetstat.o (.text); - build/u/src/libultra/sptask.o (.text); - build/u/src/libultra/dpsetnextbuf.o (.text); - build/u/src/libultra/sptaskyield.o (.text); - build/u/src/libultra/gettlbhi.o (.text); - build/u/src/libultra/virtualtophysical.o (.text); - build/u/src/libultra/aisetfreq.o (.text); - build/u/src/libultra/sl.o (.text); - build/u/src/libultra/heapalloc.o (.text); - build/u/src/libultra/gettime.o (.text); - build/u/src/libultra/ll.o (.text); /*edited*/ - build/u/src/libultra/aisetnextbuf.o (.text); - build/u/src/libultra/aigetlen.o (.text); - build/u/src/libultra/synthesizer.o (.text); - build/u/src/libultra/pidma.o (.text); - build/u/src/libultra/visetspecial.o (.text); - build/u/src/libultra/bcopy.o (.text); - build/u/src/libultra/perspective.o (.text); - build/u/src/libultra/mtxutil.o (.text); - build/u/src/libultra/getcurrfaultthread.o (.text); - build/u/src/libultra/exception.o (.text); /*edited*/ - build/u/src/libultra/thread.o (.text); - build/u/src/libultra/yieldthread.o (.text); - build/u/src/libultra/invaldcache.o (.text); - build/u/src/libultra/writebackdcache.o (.text); - build/u/src/libultra/settimer.o (.text); - build/u/src/libultra/heapinit.o (.text); - build/u/src/libultra/bnkf.o (.text); - build/u/src/libultra/csplayer.o (.text); - build/u/src/libultra/seqpsetbank.o (.text); - build/u/src/libultra/cspgetstate.o (.text); - build/u/src/libultra/cseq.o (.text); - build/u/src/libultra/cspsetseq.o (.text); - build/u/src/libultra/cspplay.o (.text); - build/u/src/libultra/cspstop.o (.text); - build/u/src/libultra/cspsetvol.o (.text); - build/u/src/libultra/event.o (.text); - build/u/src/libultra/synaddplayer.o (.text); - build/u/src/libultra/synallocvoice.o (.text); - build/u/src/libultra/synsetvol.o (.text); - build/u/src/libultra/synstartvoice.o (.text); - build/u/src/libultra/synsetpan.o (.text); - build/u/src/libultra/synsetpitch.o (.text); - build/u/src/libultra/synsetfxmix.o (.text); - build/u/src/libultra/synstopvoice.o (.text); - build/u/src/libultra/synfreevoice.o (.text); - build/u/src/libultra/cents2ratio.o (.text); - build/u/src/libultra/piread.o (.text); - build/u/src/libultra/string.o (.text); - build/u/src/libultra/xprintf.o (.text); - build/u/src/libultra/pimgr.o (.text); - build/u/src/libultra/pfsinit.o (.text); - build/u/src/libultra/controller.o (.text); - build/u/src/libultra/contquery.o (.text); - build/u/src/libultra/contreaddata.o (.text); - build/u/src/libultra/conteepprobe.o (.text); - build/u/src/libultra/conteepread.o (.text); - build/u/src/libultra/conteepwrite.o (.text); - build/u/src/libultra/conteeplongread.o (.text); - build/u/src/libultra/conteeplongwrite.o (.text); - build/u/src/libultra/pfsisplug.o (.text); - build/u/src/libultra/siacs.o (.text); - build/u/src/libultra/sirawdma.o (.text); - build/u/src/libultra/crc.o (.text); - build/u/src/libultra/contramwrite.o (.text); - build/u/src/libultra/contramread.o (.text); - build/u/src/libultra/align.o (.text); - build/u/src/libultra/ortho.o (.text); - build/u/src/libultra/coss.o (.text); - build/u/src/libultra/sins.o (.text); - build/u/src/libultra/translate.o (.text); - build/u/src/libultra/bcmp.o (.text); - build/u/src/libultra/scale.o (.text); - build/u/src/libultra/lookatref.o (.text); - build/u/src/libultra/lookat.o (.text); - build/u/src/libultra/rotate.o (.text); - build/u/src/libultra/llcvt.o (.text); /*edited*/ - build/u/src/libultra/setsr.o (.text); - build/u/src/libultra/getsr.o (.text); - build/u/src/libultra/sirawread.o (.text); - build/u/src/libultra/sirawwrite.o (.text); - build/u/src/libultra/pirawread.o (.text); - build/u/src/libultra/bzero.o (.text); - build/u/src/libultra/sethwinterrupt.o (.text); - build/u/src/libultra/leointerrupt.o (.text); - build/u/src/libultra/interrupt.o (.text); - build/u/src/libultra/timerintr.o (.text); - build/u/src/libultra/kdebugserver.o (.text); - build/u/src/libultra/getthreadpri.o (.text); - build/u/src/libultra/vi.o (.text); /*edited*/ - build/u/src/libultra/vigetcurrcontext.o (.text); - build/u/src/libultra/viswapcontext.o (.text); - build/u/src/libultra/spgetstat.o (.text); - build/u/src/libultra/spsetstat.o (.text); - build/u/src/libultra/spsetpc.o (.text); - build/u/src/libultra/sprawdma.o (.text); - build/u/src/libultra/sp.o (.text); - build/u/src/libultra/dp.o (.text); - build/u/src/libultra/probetlb.o (.text); - build/u/src/libultra/syndelete.o (.text); - build/u/src/libultra/ai.o (.text); - build/u/src/libultra/drvrNew.o (.text); - build/u/src/libultra/synallocfx.o (.text); - build/u/src/libultra/mainbus.o (.text); - build/u/src/libultra/load.o (.text); - build/u/src/libultra/resample.o (.text); - build/u/src/libultra/env.o (.text); /*edited*/ - build/u/src/libultra/auxbus.o (.text); - build/u/src/libultra/save.o (.text); - build/u/src/libultra/jammesg.o (.text); - build/u/src/libultra/pigetcmdq.o (.text); - build/u/src/libultra/ultra7001B830.o (.text); /*edited*/ - build/u/src/libultra/ultra7001B9A0.o (.text); /*edited*/ - build/u/src/libultra/destroythread.o (.text); - build/u/src/libultra/seqplayer.o (.text); - build/u/src/libultra/synstartvoiceparam.o (.text); - build/u/src/libultra/copy.o (.text); - build/u/src/libultra/piacs.o (.text); - build/u/src/libultra/xlitob.o (.text); - build/u/src/libultra/xldtob.o (.text); - build/u/src/libultra/epirawdma.o (.text); - build/u/src/libultra/devmgr.o (.text); - build/u/src/libultra/contpfs.o (.text); - build/u/src/libultra/si.o (.text); - build/u/src/libultra/normalize.o (.text); - build/u/src/libultra/sqrtf.o (.text); - build/u/src/libultra/leodiskinit.o (.text); - build/u/src/libultra/setcompare.o (.text); - build/u/src/libultra/filter.o (.text); - build/u/src/libultra/reverb.o (.text); /*edited*/ - build/u/src/libultra/libm_vals.o (.text); /*edited*/ - build/u/src/libultra/seq.o (.text); - build/u/src/libultra/synsetpriority.o (.text); - build/u/src/libultra/ldiv.o (.text); - build/u/src/libultra/resetglobalintmask.o (.text); - build/u/src/libultra/epirawwrite.o (.text); - build/u/src/libultra/vimodentsclan1.o (.text); - build/u/src/libultra/vimodepallan1.o (.text); - build/u/src/libultra/ultra80069080.o (.text); /*edited*/ + build/u/src/libultra/io/pirawdma.o (.text); + build/u/src/libultra/io/pigetstat.o (.text); + build/u/src/libultrare/os/initialize.o (.text); + build/u/src/libultra/os/writebackdcacheall.o (.text); + build/u/src/libultra/os/invalicache.o (.text); + build/u/src/libultra/os/unmaptlb.o (.text); + build/u/src/libultra/os/getfpccsr.o (.text); + build/u/src/libultra/os/setfpccsr.o (.text); + build/u/src/libultra/os/createthread.o (.text); + build/u/src/libultra/os/startthread.o (.text); + build/u/src/libultra/os/createmesgqueue.o (.text); + build/u/src/libultra/os/parameters.o (.text); + build/u/src/libultra/os/stopthread.o (.text); + build/u/src/libultra/os/setthreadpri.o (.text); + build/u/src/libultra/os/getcount.o (.text); + build/u/src/libultrare/io/vimgr.o (.text); + build/u/src/libultrare/io/vitbl.o (.text); /*edited*/ + build/u/src/libultra/os/seteventmesg.o (.text); + build/u/src/libultra/io/visetevent.o (.text); + build/u/src/libultra/os/setintmask.o (.text); + build/u/src/libultra/os/recvmesg.o (.text); + build/u/src/libultra/os/sendmesg.o (.text); + build/u/src/libultra/io/visetmode.o (.text); + build/u/src/libultra/io/visetxscale.o (.text); + build/u/src/libultra/io/visetyscale.o (.text); + build/u/src/libultra/io/virepeatline.o (.text); + build/u/src/libultra/io/viblack.o (.text); + build/u/src/libultra/io/sptaskyielded.o (.text); + build/u/src/libultra/io/dpctr.o (.text); + build/u/src/libultra/io/vigetcurrframebuf.o (.text); + build/u/src/libultra/io/vigetnextframebuf.o (.text); + build/u/src/libultra/io/viswapbuf.o (.text); + build/u/src/libultra/io/dpsetstat.o (.text); + build/u/src/libultrare/io/sptask.o (.text); + build/u/src/libultra/io/dpsetnextbuf.o (.text); + build/u/src/libultra/io/sptaskyield.o (.text); + build/u/src/libultra/os/gettlbhi.o (.text); + build/u/src/libultra/os/virtualtophysical.o (.text); + build/u/src/libultra/io/aisetfreq.o (.text); + build/u/src/libultra/audio/sl.o (.text); + build/u/src/libultra/audio/heapalloc.o (.text); + build/u/src/libultra/os/gettime.o (.text); + build/u/src/libultra/libc/ll.o (.text); /*edited*/ + build/u/src/libultrare/io/aisetnextbuf.o (.text); + build/u/src/libultra/io/aigetlen.o (.text); + build/u/src/libultra/audio/synthesizer.o (.text); + build/u/src/libultra/io/pidma.o (.text); + build/u/src/libultra/io/visetspecial.o (.text); + build/u/src/libultra/libc/bcopy.o (.text); + build/u/src/libultra/gu/perspective.o (.text); + build/u/src/libultra/gu/mtxutil.o (.text); + build/u/src/libultra/os/getcurrfaultthread.o (.text); + build/u/src/libultra/os/exception.o (.text); /*edited*/ + build/u/src/libultra/os/thread.o (.text); + build/u/src/libultra/os/yieldthread.o (.text); + build/u/src/libultra/os/invaldcache.o (.text); + build/u/src/libultra/os/writebackdcache.o (.text); + build/u/src/libultra/os/settimer.o (.text); + build/u/src/libultra/audio/heapinit.o (.text); + build/u/src/libultra/audio/bnkf.o (.text); + build/u/src/libultra/audio/csplayer.o (.text); + build/u/src/libultra/audio/seqpsetbank.o (.text); + build/u/src/libultra/audio/cspgetstate.o (.text); + build/u/src/libultra/audio/cseq.o (.text); + build/u/src/libultra/audio/cspsetseq.o (.text); + build/u/src/libultra/audio/cspplay.o (.text); + build/u/src/libultra/audio/cspstop.o (.text); + build/u/src/libultra/audio/cspsetvol.o (.text); + build/u/src/libultra/audio/event.o (.text); + build/u/src/libultra/audio/synaddplayer.o (.text); + build/u/src/libultra/audio/synallocvoice.o (.text); + build/u/src/libultra/audio/synsetvol.o (.text); + build/u/src/libultra/audio/synstartvoice.o (.text); + build/u/src/libultra/audio/synsetpan.o (.text); + build/u/src/libultra/audio/synsetpitch.o (.text); + build/u/src/libultra/audio/synsetfxmix.o (.text); + build/u/src/libultra/audio/synstopvoice.o (.text); + build/u/src/libultra/audio/synfreevoice.o (.text); + build/u/src/libultra/audio/cents2ratio.o (.text); + build/u/src/libultra/io/piread.o (.text); + build/u/src/libultra/libc/string.o (.text); + build/u/src/libultrare/libc/xprintf.o (.text); + build/u/src/libultrare/io/pimgr.o (.text); + build/u/src/libultrare/io/pfsinit.o (.text); + build/u/src/libultrare/io/controller.o (.text); + build/u/src/libultra/io/contquery.o (.text); + build/u/src/libultrare/io/contreaddata.o (.text); + build/u/src/libultrare/io/conteepprobe.o (.text); + build/u/src/libultrare/io/conteepread.o (.text); + build/u/src/libultrare/io/conteepwrite.o (.text); + build/u/src/libultrare/io/conteeplongread.o (.text); + build/u/src/libultrare/io/conteeplongwrite.o (.text); + build/u/src/libultrare/io/pfsisplug.o (.text); + build/u/src/libultra/io/siacs.o (.text); + build/u/src/libultra/io/sirawdma.o (.text); + build/u/src/libultra/io/crc.o (.text); + build/u/src/libultrare/io/contramwrite.o (.text); + build/u/src/libultrare/io/contramread.o (.text); + build/u/src/libultra/gu/align.o (.text); + build/u/src/libultra/gu/ortho.o (.text); + build/u/src/libultra/gu/coss.o (.text); + build/u/src/libultra/gu/sins.o (.text); + build/u/src/libultra/gu/translate.o (.text); + build/u/src/libultra/libc/bcmp.o (.text); + build/u/src/libultra/gu/scale.o (.text); + build/u/src/libultra/gu/lookatref.o (.text); + build/u/src/libultra/gu/lookat.o (.text); + build/u/src/libultra/gu/rotate.o (.text); + build/u/src/libultra/libc/llcvt.o (.text); /*edited*/ + build/u/src/libultra/os/setsr.o (.text); + build/u/src/libultra/os/getsr.o (.text); + build/u/src/libultra/io/sirawread.o (.text); + build/u/src/libultra/io/sirawwrite.o (.text); + build/u/src/libultra/io/pirawread.o (.text); + build/u/src/libultra/libc/bzero.o (.text); + build/u/src/libultra/os/sethwinterrupt.o (.text); + build/u/src/libultrare/io/leointerrupt.o (.text); + build/u/src/libultra/os/interrupt.o (.text); + build/u/src/libultra/os/timerintr.o (.text); + build/u/src/libultra/os/kdebugserver.o (.text); + build/u/src/libultra/os/getthreadpri.o (.text); + build/u/src/libultrare/io/vi.o (.text); /*edited*/ + build/u/src/libultra/io/vigetcurrcontext.o (.text); + build/u/src/libultra/io/viswapcontext.o (.text); + build/u/src/libultra/io/spgetstat.o (.text); + build/u/src/libultra/io/spsetstat.o (.text); + build/u/src/libultra/io/spsetpc.o (.text); + build/u/src/libultra/io/sprawdma.o (.text); + build/u/src/libultra/io/sp.o (.text); + build/u/src/libultra/io/dp.o (.text); + build/u/src/libultra/os/probetlb.o (.text); + build/u/src/libultra/audio/syndelete.o (.text); + build/u/src/libultra/io/ai.o (.text); + build/u/src/libultrare/audio/drvrNew.o (.text); + build/u/src/libultra/audio/synallocfx.o (.text); + build/u/src/libultra/audio/mainbus.o (.text); + build/u/src/libultra/audio/load.o (.text); + build/u/src/libultra/audio/resample.o (.text); + build/u/src/libultrare/audio/env.o (.text); /*edited*/ + build/u/src/libultra/audio/auxbus.o (.text); + build/u/src/libultra/audio/save.o (.text); + build/u/src/libultra/os/jammesg.o (.text); + build/u/src/libultra/io/pigetcmdq.o (.text); + build/u/src/libultra/gu/cosf.o (.text); /*edited*/ + build/u/src/libultra/gu/sinf.o (.text); /*edited*/ + build/u/src/libultrare/os/destroythread.o (.text); + build/u/src/libultra/audio/seqplayer.o (.text); + build/u/src/libultra/audio/synstartvoiceparam.o (.text); + build/u/src/libultra/audio/copy.o (.text); + build/u/src/libultra/io/piacs.o (.text); + build/u/src/libultra/libc/xlitob.o (.text); + build/u/src/libultra/libc/xldtob.o (.text); + build/u/src/libultrare/io/epirawdma.o (.text); + build/u/src/libultrare/io/devmgr.o (.text); + build/u/src/libultra/io/contpfs.o (.text); + build/u/src/libultra/io/si.o (.text); + build/u/src/libultra/gu/normalize.o (.text); + build/u/src/libultra/gu/sqrtf.o (.text); + build/u/src/libultrare/io/leodiskinit.o (.text); + build/u/src/libultra/os/setcompare.o (.text); + build/u/src/libultra/audio/filter.o (.text); + build/u/src/libultrare/audio/reverb.o (.text); /*edited*/ + build/u/src/libultra/gu/libm_vals.o (.text); /*edited*/ + build/u/src/libultra/audio/seq.o (.text); + build/u/src/libultra/audio/synsetpriority.o (.text); + build/u/src/libultra/libc/ldiv.o (.text); + build/u/src/libultra/os/resetglobalintmask.o (.text); + build/u/src/libultrare/io/epirawwrite.o (.text); + build/u/src/libultra/io/vimodentsclan1.o (.text); + build/u/src/libultrare/io/vimodepallan1.o (.text); + build/u/src/libultrare/ultra80069080.o (.text); /*edited*/ /*build/u/src/libultra/libultra.a:libultra.o (.text);*/ } _codeSegmentEnd = ADDR(.code) + SIZEOF(.code); @@ -261,25 +273,25 @@ SECTIONS } _cdataSegmentEnd = ADDR(.cdata) + SIZEOF(.cdata); _cdataSegmentRomEnd = _cdataSegmentRomStart + SIZEOF(.cdata); - + /* (0x70200000, 0x702029BC, 0x701CCA70), // 033590-035F4D [29BD] */ - _rarezipSegmentStart = ADDR(.rarezip); - _rarezipSegmentRomStart = _cdataSegmentRomEnd; - .rarezip 0x70200000 : AT(_rarezipSegmentRomStart) { + _inflateSegmentStart = ADDR(.inflate); + _inflateSegmentRomStart = _cdataSegmentRomEnd; + .inflate 0x70200000 : AT(_inflateSegmentRomStart) { build/u/src/inflate/inflate.o (.text); build/u/src/inflate/inflate.o (.data); } - _rarezipSegmentEnd = ADDR(.rarezip) + SIZEOF(.rarezip); - _rarezipSegmentRomEnd = _rarezipSegmentRomStart + SIZEOF(.rarezip); + _inflateSegmentEnd = ADDR(.inflate) + SIZEOF(.inflate); + _inflateSegmentRomEnd = _inflateSegmentRomStart + SIZEOF(.inflate); + + - - /* (0x7F000000, 0x7F0E2D50, 0x7EFCB4D0), // 034B30-117881 [E2D51] */ _gameSegmentStart = ADDR(.game); - _gameSegmentRomStart = _rarezipSegmentRomEnd; + _gameSegmentRomStart = _inflateSegmentRomEnd; .game 0x7F000000 : AT(_gameSegmentRomStart) { build/u/src/game/initgamedata.o (.text); build/u/src/game/initweaponanigroups.o (.text); @@ -287,7 +299,7 @@ SECTIONS build/u/src/game/initnull_0009D0.o (.text); build/u/src/game/initunk_0009E0.o (.text); build/u/src/game/initanitable.o (.text); - build/u/src/game/initunk_000B60.o (.text); + build/u/src/game/initplayergaitobject.o (.text); build/u/src/game/setguscale.o (.text); build/u/src/game/initnull_000BC0.o (.text); build/u/src/game/initimages.o (.text); @@ -302,79 +314,89 @@ SECTIONS build/u/src/game/initBondDATA.o (.text); build/u/src/game/initunk_005450.o (.text); build/u/src/game/initunk_005520.o (.text); - build/u/src/game/initcameraandthrown.o (.text); + build/u/src/game/bondview_r.o (.text); build/u/src/game/inititemslots.o (.text); build/u/src/game/initBondDATAdefaults.o (.text); build/u/src/game/initpathtablesomething.o (.text); build/u/src/game/initpathtablelinks.o (.text); build/u/src/game/initexplosioncasing.o (.text); - build/u/src/game/initunk_007180.o (.text); + build/u/src/game/alloc_window_pieces.o (.text); build/u/src/game/initunk_007290.o (.text); - build/u/src/game/initunk_0072B0.o (.text); + build/u/src/game/initcheattext.o (.text); build/u/src/game/initmttex.o (.text); - build/u/src/game/initunk_0073B0.o (.text); - build/u/src/game/initunk_007460.o (.text); + build/u/src/game/cleanup_guard_data.o (.text); + build/u/src/game/cleanup_object_sounds.o (.text); build/u/src/game/cleanup_alarms.o (.text); build/u/src/game/cleanup_objects.o (.text); build/u/src/game/cleanup_objectives.o (.text); build/u/src/game/cleanupSFXRelated.o (.text); build/u/src/game/playerstats_007770.o (.text); - build/u/src/game/unk_007800.o (.text); - build/u/src/game/unk_007920.o (.text); + build/u/src/game/cleanexplosions.o (.text); + build/u/src/game/cleanwindowpieces.o (.text); build/u/src/game/null_007970.o (.text); - build/u/src/game/unk_007980.o (.text); - build/u/src/game/intro_logos.o (.text); - build/u/src/game/mainmenu.o (.text); + build/u/src/game/cleanplayersound.o (.text); + build/u/src/game/title.o (.text); + build/u/src/game/front.o (.text); build/u/src/game/unk_01B0E0.o (.text); build/u/src/game/unk_01B240.o (.text); build/u/src/game/unk_01BAE0.o (.text); build/u/src/game/blood_animation.o (.text); build/u/src/game/blood_decrypt.o (.text); - build/u/src/game/gamefile.o (.text); - build/u/src/game/gamefile2.o (.text); + build/u/src/game/file.o (.text); + build/u/src/game/file2.o (.text); build/u/src/game/chr.o (.text); - build/u/src/game/chr2.o (.text); + build/u/src/game/chr_b.o (.text); + build/u/src/game/chrlv.o (.text); build/u/src/game/chrai.o (.text); + build/u/src/game/chrprop.o (.text); build/u/src/game/chrobjhandler.o (.text); build/u/src/game/loadobjectmodel.o (.text); build/u/src/game/objective_status.o (.text); build/u/src/game/objective_status2.o (.text); - build/u/src/game/sin.o (.text); + build/u/src/game/math_sincos.o (.text); build/u/src/game/matrixmath.o (.text); - build/u/src/game/unk_05A9E0.o (.text); - build/u/src/game/convertangleusinginverse.o (.text); - build/u/src/game/unk_05AB70.o (.text); - build/u/src/game/unk_05ACB0.o (.text); - build/u/src/game/unk_05AE00.o (.text); - build/u/src/game/unk_05B1E0.o (.text); - build/u/src/game/truncf.o (.text); - build/u/src/game/unk_05C440.o (.text); - build/u/src/game/bondwalk.o (.text); + build/u/src/game/math_unk_05A9E0.o (.text); + build/u/src/game/math_atan2f.o (.text); + build/u/src/game/math_asinacos.o (.text); + build/u/src/game/math_asinfacosf.o (.text); + build/u/src/game/matrixmath_misc.o (.text); + build/u/src/game/quaternion.o (.text); + build/u/src/game/math_floor.o (.text); + build/u/src/game/math_ceil.o (.text); + build/u/src/game/gun.o (.text); build/u/src/game/bondwalk2.o (.text); build/u/src/game/objecthandler.o (.text); + build/u/src/game/objecthandler_1.o (.text); build/u/src/game/objecthandler_2.o (.text); build/u/src/game/othermodemicrocode.o (.text); - build/u/src/game/bond.o (.text); + build/u/src/game/bondview.o (.text); build/u/src/game/bondinv.o (.text); - build/u/src/game/unk_08DBB0.o (.text); + build/u/src/game/bondhead.o (.text); + build/u/src/game/padhalllv.o (.text); build/u/src/game/debugmenu_08FE00.o (.text); - build/u/src/game/debugmenu_090490.o (.text); + build/u/src/game/debugmenu_handler.o (.text); build/u/src/game/unk_091080.o (.text); - build/u/src/game/chrobjdata.o (.text); + /*build/u/src/game/chraidata.o (.text);*/ + /*build/u/src/game/pobjdata.o (.text);*/ + /*build/u/src/game/gobjdata.o (.text);*/ + /*build/u/src/game/gobjdata2.o (.text);*/ + /*build/u/src/game/cobjdata.o (.text);*/ build/u/src/game/cheat_buttons.o (.text); build/u/src/game/unk_092890.o (.text); build/u/src/game/unk_092E50.o (.text); - build/u/src/game/unk_093880.o (.text); - build/u/src/game/unk_09B600.o (.text); + build/u/src/game/player.o (.text); + build/u/src/game/player_2.o (.text); + build/u/src/game/crc.o (.text); build/u/src/game/chrObjRandom.o (.text); build/u/src/game/unk_09B7A0.o (.text); - build/u/src/game/unk_09C250.o (.text); + build/u/src/game/explosions.o (.text); build/u/src/game/unk_0A1DA0.o (.text); build/u/src/game/watch.o (.text); build/u/src/game/textrelated.o (.text); build/u/src/game/stan.o (.text); build/u/src/game/unk_0B3200.o (.text); build/u/src/game/bg.o (.text); + build/u/src/game/bg2.o (.text); build/u/src/game/fog.o (.text); build/u/src/game/lightfixture.o (.text); build/u/src/game/unk_0BC530.o (.text); @@ -407,28 +429,117 @@ SECTIONS _gameSegmentRomEnd = _gameSegmentRomStart + SIZEOF(.game); + _fontdlSegmentStart = ADDR(.fontdl); + _fontdlSegmentRomStart = _gameSegmentRomEnd; + .fontdl 0x01000000 : AT(_fontdlSegmentRomStart) { + build/u/assets/font_dl.o (.data); + } + _fontdlSegmentEnd = ADDR(.fontdl) + SIZEOF(.fontdl); + _fontdlSegmentRomEnd = _fontdlSegmentRomStart + SIZEOF(.fontdl); + _jfontcharSegmentStart = ADDR(.jfontchardata); + _jfontcharSegmentRomStart = _fontdlSegmentRomEnd; + .jfontchardata 0x00000000 : AT(_jfontcharSegmentRomStart) { + build/u/assets/font_chardataj.o (.data); + } + _jfontcharSegmentEnd = ADDR(.jfontchardata) + SIZEOF(.jfontchardata); + _jfontcharSegmentRomEnd = _jfontcharSegmentRomStart + SIZEOF(.jfontchardata); - _romfiles_117880SegmentStart = ADDR(.romfiles_117880); - _romfiles_117880SegmentRomStart = _gameSegmentRomEnd; - .romfiles_117880 _romfiles_117880SegmentRomStart : AT(_romfiles_117880SegmentRomStart) { - build/u/assets/romfiles.o (.romfiles); + _efontcharSegmentStart = ADDR(.efontchardata); + _efontcharSegmentRomStart = _jfontcharSegmentRomEnd; + .efontchardata 0x00000000 : AT(_efontcharSegmentRomStart) { + build/u/assets/font_chardatae.o (.data); + } + _efontcharSegmentEnd = ADDR(.efontchardata) + SIZEOF(.efontchardata); + _efontcharSegmentRomEnd = _efontcharSegmentRomStart + SIZEOF(.efontchardata); + + _animation_entriesSegmentStart = ADDR(.animation_entries); + _animation_entriesSegmentRomStart = _efontcharSegmentRomEnd; + .animation_entries 0x00000000 : AT(_animation_entriesSegmentRomStart) { + build/u/assets/animationtable_entries.o(.data); + } + _animation_entriesSegmentEnd = ADDR(.animation_entries) + SIZEOF(.animation_entries); + _animation_entriesSegmentRomEnd = _animation_entriesSegmentRomStart + SIZEOF(.animation_entries); + + _animation_dataSegmentStart = ADDR(.animation_data); + _animation_dataSegmentRomStart = _animation_entriesSegmentRomEnd; + .animation_data 0x00000000 : AT(_animation_dataSegmentRomStart) { + build/u/assets/animationtable_data.o(.data); + } + _animation_dataSegmentEnd = ADDR(.animation_data) + SIZEOF(.animation_data); + _animation_dataSegmentRomEnd = _animation_dataSegmentRomStart + SIZEOF(.animation_data); + + _GlobalimagetableSegmentStart = ADDR(.Globalimagetable); + _GlobalimagetableSegmentRomStart = _animation_dataSegmentRomEnd; + .Globalimagetable 0x02000000 : AT(_GlobalimagetableSegmentRomStart) { build/u/assets/GlobalImageTable.o (.data); - build/u/assets/romfiles2.o (.romfiles); - build/u/assets/ramrom/ramrom.o (.ramrom); - build/u/assets/font/font.o (.font); + } + _GlobalimagetableSegmentEnd = ADDR(.Globalimagetable) + SIZEOF(.Globalimagetable); + _GlobalimagetableSegmentRomEnd = _GlobalimagetableSegmentRomStart + SIZEOF(.Globalimagetable); + + _GlobalimagetablecmdblkSegmentStart = ADDR(.Globalimagetablecmdblk); + _GlobalimagetablecmdblkSegmentRomStart = _GlobalimagetableSegmentRomEnd; + .Globalimagetablecmdblk 0x02000000 : AT(_GlobalimagetablecmdblkSegmentRomStart) { + build/u/assets/Globalimagetable_commandblock.o (.data); + } + _GlobalimagetablecmdblkSegmentEnd = ADDR(.Globalimagetablecmdblk) + SIZEOF(.Globalimagetablecmdblk); + _GlobalimagetablecmdblkSegmentRomEnd = _GlobalimagetablecmdblkSegmentRomStart + SIZEOF(.Globalimagetablecmdblk); + + + _romfiles2SegmentStart = ADDR(.romfiles2); + _romfiles2SegmentRomStart = _GlobalimagetablecmdblkSegmentRomEnd; + .romfiles2 _romfiles2SegmentRomStart : AT(_romfiles2SegmentRomStart) { + build/u/assets/romfiles2.o (.data); + } + _romfiles2SegmentEnd = ADDR(.romfiles2) + SIZEOF(.romfiles2); + _romfiles2SegmentRomEnd = _romfiles2SegmentRomStart + SIZEOF(.romfiles2); + + _ramromfilesSegmentStart = ADDR(.ramromfiles); + _ramromfilesSegmentRomStart = _romfiles2SegmentRomEnd; + .ramromfiles _ramromfilesSegmentRomStart : AT(_ramromfilesSegmentRomStart) { + build/u/assets/ramrom/ramrom.o (.data); + } + _ramromfilesSegmentEnd = ADDR(.ramromfiles) + SIZEOF(.ramromfiles); + _ramromfilesSegmentRomEnd = _ramromfilesSegmentRomStart + SIZEOF(.ramromfiles); + + _fonttablectlsmall1SegmentStart = ADDR(.fonttablectlsmall1); + _fonttablectlsmall1SegmentRomStart = _ramromfilesSegmentRomEnd; + .fonttablectlsmall1 _fonttablectlsmall1SegmentRomStart : AT(_fonttablectlsmall1SegmentRomStart) { + build/u/assets/font/font_first_font_table_controller_small.o (.data); + } + _fonttablectlsmall1SegmentEnd = ADDR(.fonttablectlsmall1) + SIZEOF(.fonttablectlsmall1); + _fonttablectlsmall1SegmentRomEnd = _fonttablectlsmall1SegmentRomStart + SIZEOF(.fonttablectlsmall1); + + + _fonttablectllarge1SegmentStart = ADDR(.fonttablectllarge1); + _fonttablectllarge1SegmentRomStart = _fonttablectlsmall1SegmentRomEnd; + .fonttablectllarge1 _fonttablectllarge1SegmentRomStart : AT(_fonttablectllarge1SegmentRomStart) { + build/u/assets/font/font_first_font_table_controller_large.o (.data); + } + _fonttablectllarge1SegmentEnd = ADDR(.fonttablectllarge1) + SIZEOF(.fonttablectllarge1); + _fonttablectllarge1SegmentRomEnd = _fonttablectllarge1SegmentRomStart + SIZEOF(.fonttablectllarge1); + + + _musicfilesSegmentStart = ADDR(.musicfiles); + _musicfilesSegmentRomStart = _fonttablectllarge1SegmentRomEnd; + .musicfiles _musicfilesSegmentRomStart : AT(_musicfilesSegmentRomStart) { + build/u/assets/music/sfx.ctl.o (.data); + build/u/assets/music/sfx.tbl.o (.data); + build/u/assets/music/instruments.ctl.o (.data); + build/u/assets/music/instruments.tbl.o (.data); build/u/assets/music/music.o (.music); build/u/assets/music/music.o (.musiccompressed); } - _romfiles_117880SegmentEnd = ADDR(.romfiles_117880) + SIZEOF(.romfiles_117880); - _romfiles_117880SegmentRomEnd = _romfiles_117880SegmentRomStart + SIZEOF(.romfiles_117880); + _musicfilesSegmentEnd = ADDR(.musicfiles) + SIZEOF(.musicfiles); + _musicfilesSegmentRomEnd = _musicfilesSegmentRomStart + SIZEOF(.musicfiles); + _obsegSegmentStart = ADDR(.obseg); - _obsegSegmentRomStart = _romfiles_117880SegmentRomEnd; + _obsegSegmentRomStart = _musicfilesSegmentRomEnd; .obseg _obsegSegmentRomStart : AT(_obsegSegmentRomStart) { - build/u/assets/obseg/ob_seg.o (.ob_seg); + build/u/assets/obseg/ob_seg.o (.data); } _obsegSegmentEnd = ADDR(.obseg) + SIZEOF(.obseg); _obsegSegmentRomEnd = _obsegSegmentRomStart + SIZEOF(.obseg); @@ -3162,20 +3273,20 @@ SECTIONS build/u/src/boot.o (.data); build/u/src/init.o (.data); build/u/src/sched.o (.data); - build/u/src/osMapTLB.o (.data); + /*build/u/src/osMapTLB.o (.data);*/ build/u/src/tlb_manage.o (.data); build/u/src/tlb_random.o (.data); - build/u/src/tlb_resolve.o (.data); - build/u/src/tlb_hardwire.o (.data); + /*build/u/src/tlb_resolve.o (.data);*/ + /*build/u/src/tlb_hardwire.o (.data);*/ build/u/src/audi.o (.data); build/u/src/speed_graph.o (.data); - build/u/src/video.o (.data); + build/u/src/fr.o (.data); build/u/src/deb.o (.data); - build/u/src/deb_video.o (.data); - build/u/src/unused_fp.o (.data); + /*build/u/src/fault.o (.data);*/ + /*deb_print may be part of fault per pd beta (.data);*/ build/u/src/deb_print.o (.data); - build/u/src/debug_getlastRA.o (.data); - build/u/src/ramrom.o (.data); + /*build/u/src/getra.o (.data);*/ + /*build/u/src/ramrom.o (.data);*/ build/u/src/boss.o (.data); build/u/src/music.o (.data); build/u/src/snd.o (.data); @@ -3183,187 +3294,187 @@ SECTIONS build/u/src/mema.o (.data); build/u/src/random.o (.data); build/u/src/token.o (.data); - build/u/src/str.o (.data); - build/u/src/sprintf.o (.data); - build/u/src/pi.o (.data); + /*build/u/src/str.o (.data);*/ + /*build/u/src/sprintf.o (.data);*/ + /*build/u/src/pi.o (.data);*/ build/u/src/vi.o (.data); build/u/src/debugmenu.o (.data); build/u/src/joy.o (.data); - build/u/src/motor.o (.data); - build/u/src/rmon.o (.data); + /*build/u/src/motor.o (.data);*/ + /*build/u/src/rmon.o (.data);*/ - /*build/u/src/libultra/osPiRawStartDma.o (.data);*/ - build/u/src/libultra/pirawdma.o (.data); - build/u/src/libultra/pigetstat.o (.data); - build/u/src/libultra/initialize.o (.data); - build/u/src/libultra/writebackdcacheall.o (.data); - build/u/src/libultra/invalicache.o (.data); - build/u/src/libultra/unmaptlb.o (.data); - build/u/src/libultra/getfpccsr.o (.data); - build/u/src/libultra/setfpccsr.o (.data); - build/u/src/libultra/createthread.o (.data); - build/u/src/libultra/startthread.o (.data); - build/u/src/libultra/createmesgqueue.o (.data); - build/u/src/libultra/parameters.o (.data); - build/u/src/libultra/stopthread.o (.data); - build/u/src/libultra/setthreadpri.o (.data); - build/u/src/libultra/getcount.o (.data); - build/u/src/libultra/vimgr.o (.data); - build/u/src/libultra/vitbl.o (.data); /*edited*/ - build/u/src/libultra/seteventmesg.o (.data); - build/u/src/libultra/visetevent.o (.data); - build/u/src/libultra/setintmask.o (.data); - build/u/src/libultra/recvmesg.o (.data); - build/u/src/libultra/sendmesg.o (.data); - build/u/src/libultra/visetmode.o (.data); - build/u/src/libultra/visetxscale.o (.data); - build/u/src/libultra/visetyscale.o (.data); - build/u/src/libultra/virepeatline.o (.data); - build/u/src/libultra/viblack.o (.data); - build/u/src/libultra/sptaskyielded.o (.data); - build/u/src/libultra/dpctr.o (.data); - build/u/src/libultra/vigetcurrframebuf.o (.data); - build/u/src/libultra/vigetnextframebuf.o (.data); - build/u/src/libultra/viswapbuf.o (.data); - build/u/src/libultra/dpsetstat.o (.data); - build/u/src/libultra/sptask.o (.data); - build/u/src/libultra/dpsetnextbuf.o (.data); - build/u/src/libultra/sptaskyield.o (.data); - build/u/src/libultra/gettlbhi.o (.data); - build/u/src/libultra/virtualtophysical.o (.data); - build/u/src/libultra/aisetfreq.o (.data); - build/u/src/libultra/sl.o (.data); - build/u/src/libultra/heapalloc.o (.data); - build/u/src/libultra/gettime.o (.data); - build/u/src/libultra/ll.o (.data); /*edited*/ - build/u/src/libultra/aisetnextbuf.o (.data); - build/u/src/libultra/aigetlen.o (.data); - build/u/src/libultra/synthesizer.o (.data); - build/u/src/libultra/pidma.o (.data); - build/u/src/libultra/visetspecial.o (.data); - build/u/src/libultra/bcopy.o (.data); - build/u/src/libultra/perspective.o (.data); - build/u/src/libultra/mtxutil.o (.data); - build/u/src/libultra/getcurrfaultthread.o (.data); - build/u/src/libultra/exception.o (.data); /*edited*/ - build/u/src/libultra/thread.o (.data); - build/u/src/libultra/yieldthread.o (.data); - build/u/src/libultra/invaldcache.o (.data); - build/u/src/libultra/writebackdcache.o (.data); - build/u/src/libultra/settimer.o (.data); - build/u/src/libultra/heapinit.o (.data); - build/u/src/libultra/bnkf.o (.data); - build/u/src/libultra/csplayer.o (.data); - build/u/src/libultra/seqpsetbank.o (.data); - build/u/src/libultra/cspgetstate.o (.data); - build/u/src/libultra/cseq.o (.data); - build/u/src/libultra/cspsetseq.o (.data); - build/u/src/libultra/cspplay.o (.data); - build/u/src/libultra/cspstop.o (.data); - build/u/src/libultra/cspsetvol.o (.data); - build/u/src/libultra/event.o (.data); - build/u/src/libultra/synaddplayer.o (.data); - build/u/src/libultra/synallocvoice.o (.data); - build/u/src/libultra/synsetvol.o (.data); - build/u/src/libultra/synstartvoice.o (.data); - build/u/src/libultra/synsetpan.o (.data); - build/u/src/libultra/synsetpitch.o (.data); - build/u/src/libultra/synsetfxmix.o (.data); - build/u/src/libultra/synstopvoice.o (.data); - build/u/src/libultra/synfreevoice.o (.data); - build/u/src/libultra/cents2ratio.o (.data); - build/u/src/libultra/piread.o (.data); - build/u/src/libultra/string.o (.data); - build/u/src/libultra/xprintf.o (.data); - build/u/src/libultra/pimgr.o (.data); - build/u/src/libultra/pfsinit.o (.data); - build/u/src/libultra/controller.o (.data); - build/u/src/libultra/contquery.o (.data); - build/u/src/libultra/contreaddata.o (.data); - build/u/src/libultra/conteepprobe.o (.data); - build/u/src/libultra/conteepread.o (.data); - build/u/src/libultra/conteepwrite.o (.data); - build/u/src/libultra/conteeplongread.o (.data); - build/u/src/libultra/conteeplongwrite.o (.data); - build/u/src/libultra/pfsisplug.o (.data); - build/u/src/libultra/siacs.o (.data); - build/u/src/libultra/sirawdma.o (.data); - build/u/src/libultra/crc.o (.data); - build/u/src/libultra/contramwrite.o (.data); - build/u/src/libultra/contramread.o (.data); - build/u/src/libultra/align.o (.data); - build/u/src/libultra/ortho.o (.data); - build/u/src/libultra/coss.o (.data); - build/u/src/libultra/sins.o (.data); - build/u/src/libultra/translate.o (.data); - build/u/src/libultra/bcmp.o (.data); - build/u/src/libultra/scale.o (.data); - build/u/src/libultra/lookatref.o (.data); - build/u/src/libultra/lookat.o (.data); - build/u/src/libultra/rotate.o (.data); - build/u/src/libultra/llcvt.o (.data); /*edited*/ - build/u/src/libultra/setsr.o (.data); - build/u/src/libultra/getsr.o (.data); - build/u/src/libultra/sirawread.o (.data); - build/u/src/libultra/sirawwrite.o (.data); - build/u/src/libultra/pirawread.o (.data); - build/u/src/libultra/bzero.o (.data); - build/u/src/libultra/sethwinterrupt.o (.data); - build/u/src/libultra/leointerrupt.o (.data); - build/u/src/libultra/interrupt.o (.data); - build/u/src/libultra/timerintr.o (.data); - build/u/src/libultra/kdebugserver.o (.data); - build/u/src/libultra/getthreadpri.o (.data); - build/u/src/libultra/vi.o (.data); /*edited*/ - build/u/src/libultra/vigetcurrcontext.o (.data); - build/u/src/libultra/viswapcontext.o (.data); - build/u/src/libultra/spgetstat.o (.data); - build/u/src/libultra/spsetstat.o (.data); - build/u/src/libultra/spsetpc.o (.data); - build/u/src/libultra/sprawdma.o (.data); - build/u/src/libultra/sp.o (.data); - build/u/src/libultra/dp.o (.data); - build/u/src/libultra/probetlb.o (.data); - build/u/src/libultra/syndelete.o (.data); - build/u/src/libultra/ai.o (.data); - build/u/src/libultra/drvrNew.o (.data); - build/u/src/libultra/synallocfx.o (.data); - build/u/src/libultra/mainbus.o (.data); - build/u/src/libultra/load.o (.data); - build/u/src/libultra/resample.o (.data); - build/u/src/libultra/env.o (.data); /*edited*/ - build/u/src/libultra/auxbus.o (.data); - build/u/src/libultra/save.o (.data); - build/u/src/libultra/jammesg.o (.data); - build/u/src/libultra/pigetcmdq.o (.data); - build/u/src/libultra/ultra7001B830.o (.data); /*edited*/ - build/u/src/libultra/ultra7001B9A0.o (.data); /*edited*/ - build/u/src/libultra/destroythread.o (.data); - build/u/src/libultra/seqplayer.o (.data); - build/u/src/libultra/synstartvoiceparam.o (.data); - build/u/src/libultra/copy.o (.data); - build/u/src/libultra/piacs.o (.data); - build/u/src/libultra/xlitob.o (.data); - build/u/src/libultra/xldtob.o (.data); - build/u/src/libultra/epirawdma.o (.data); - build/u/src/libultra/devmgr.o (.data); - build/u/src/libultra/contpfs.o (.data); - build/u/src/libultra/si.o (.data); - build/u/src/libultra/normalize.o (.data); - build/u/src/libultra/sqrtf.o (.data); - build/u/src/libultra/leodiskinit.o (.data); - build/u/src/libultra/setcompare.o (.data); - build/u/src/libultra/filter.o (.data); - build/u/src/libultra/reverb.o (.data); /*edited*/ - build/u/src/libultra/libm_vals.o (.data); /*edited*/ - build/u/src/libultra/seq.o (.data); - build/u/src/libultra/synsetpriority.o (.data); - build/u/src/libultra/ldiv.o (.data); - build/u/src/libultra/resetglobalintmask.o (.data); - build/u/src/libultra/epirawwrite.o (.data); - build/u/src/libultra/vimodentsclan1.o (.data); - build/u/src/libultra/vimodepallan1.o (.data); - build/u/src/libultra/ultra80069080.o (.data); /*edited*/ + + /*build/u/src/libultra/io/pirawdma.o (.data);*/ + build/u/src/libultra/io/pigetstat.o (.data); + build/u/src/libultrare/os/initialize.o (.data); + build/u/src/libultra/os/writebackdcacheall.o (.data); + build/u/src/libultra/os/invalicache.o (.data); + build/u/src/libultra/os/unmaptlb.o (.data); + build/u/src/libultra/os/getfpccsr.o (.data); + build/u/src/libultra/os/setfpccsr.o (.data); + /*build/u/src/libultra/os/createthread.o (.data);*/ + /*build/u/src/libultra/os/startthread.o (.data);*/ + /*build/u/src/libultra/os/createmesgqueue.o (.data);*/ + build/u/src/libultra/os/parameters.o (.data); + build/u/src/libultra/os/stopthread.o (.data); + /*build/u/src/libultra/os/setthreadpri.o (.data);*/ + build/u/src/libultra/os/getcount.o (.data); + build/u/src/libultrare/io/vimgr.o (.data); + build/u/src/libultrare/io/vitbl.o (.data); /*edited*/ + /*build/u/src/libultra/os/seteventmesg.o (.data);*/ + /*build/u/src/libultra/io/visetevent.o (.data);*/ + build/u/src/libultra/os/setintmask.o (.data); + /*build/u/src/libultra/os/recvmesg.o (.data);*/ + /*build/u/src/libultra/os/sendmesg.o (.data);*/ + /*build/u/src/libultra/io/visetmode.o (.data);*/ + build/u/src/libultra/io/visetxscale.o (.data); + build/u/src/libultra/io/visetyscale.o (.data); + build/u/src/libultra/io/virepeatline.o (.data); + /*build/u/src/libultra/io/viblack.o (.data);*/ + /*build/u/src/libultra/io/sptaskyielded.o (.data);*/ + build/u/src/libultra/io/dpctr.o (.data); + build/u/src/libultra/io/vigetcurrframebuf.o (.data); + build/u/src/libultra/io/vigetnextframebuf.o (.data); + /*build/u/src/libultra/io/viswapbuf.o (.data);*/ + build/u/src/libultra/io/dpsetstat.o (.data); + build/u/src/libultrare/io/sptask.o (.data); + build/u/src/libultra/io/dpsetnextbuf.o (.data); + build/u/src/libultra/io/sptaskyield.o (.data); + build/u/src/libultra/os/gettlbhi.o (.data); + build/u/src/libultra/os/virtualtophysical.o (.data); + build/u/src/libultra/io/aisetfreq.o (.data); + build/u/src/libultra/audio/sl.o (.data); + build/u/src/libultra/audio/heapalloc.o (.data); + build/u/src/libultra/os/gettime.o (.data); + build/u/src/libultra/libc/ll.o (.data); /*edited*/ + build/u/src/libultrare/io/aisetnextbuf.o (.data); + build/u/src/libultra/io/aigetlen.o (.data); + build/u/src/libultra/audio/synthesizer.o (.data); + build/u/src/libultra/io/pidma.o (.data); + build/u/src/libultra/io/visetspecial.o (.data); + build/u/src/libultra/libc/bcopy.o (.data); + build/u/src/libultra/gu/perspective.o (.data); + build/u/src/libultra/gu/mtxutil.o (.data); + build/u/src/libultra/os/getcurrfaultthread.o (.data); + build/u/src/libultra/os/exception.o (.data); /*edited*/ + build/u/src/libultra/os/thread.o (.data); + build/u/src/libultra/os/yieldthread.o (.data); + build/u/src/libultra/os/invaldcache.o (.data); + build/u/src/libultra/os/writebackdcache.o (.data); + build/u/src/libultra/os/settimer.o (.data); + build/u/src/libultra/audio/heapinit.o (.data); + build/u/src/libultra/audio/bnkf.o (.data); + build/u/src/libultra/audio/csplayer.o (.data); + build/u/src/libultra/audio/seqpsetbank.o (.data); + build/u/src/libultra/audio/cspgetstate.o (.data); + build/u/src/libultra/audio/cseq.o (.data); + build/u/src/libultra/audio/cspsetseq.o (.data); + build/u/src/libultra/audio/cspplay.o (.data); + build/u/src/libultra/audio/cspstop.o (.data); + build/u/src/libultra/audio/cspsetvol.o (.data); + build/u/src/libultra/audio/event.o (.data); + build/u/src/libultra/audio/synaddplayer.o (.data); + build/u/src/libultra/audio/synallocvoice.o (.data); + build/u/src/libultra/audio/synsetvol.o (.data); + build/u/src/libultra/audio/synstartvoice.o (.data); + build/u/src/libultra/audio/synsetpan.o (.data); + build/u/src/libultra/audio/synsetpitch.o (.data); + build/u/src/libultra/audio/synsetfxmix.o (.data); + build/u/src/libultra/audio/synstopvoice.o (.data); + build/u/src/libultra/audio/synfreevoice.o (.data); + build/u/src/libultra/audio/cents2ratio.o (.data); + build/u/src/libultra/io/piread.o (.data); + build/u/src/libultra/libc/string.o (.data); + build/u/src/libultrare/libc/xprintf.o (.data); + build/u/src/libultrare/io/pimgr.o (.data); + build/u/src/libultrare/io/pfsinit.o (.data); + build/u/src/libultrare/io/controller.o (.data); + build/u/src/libultra/io/contquery.o (.data); + build/u/src/libultrare/io/contreaddata.o (.data); + build/u/src/libultrare/io/conteepprobe.o (.data); + build/u/src/libultrare/io/conteepread.o (.data); + build/u/src/libultrare/io/conteepwrite.o (.data); + build/u/src/libultrare/io/conteeplongread.o (.data); + build/u/src/libultrare/io/conteeplongwrite.o (.data); + build/u/src/libultrare/io/pfsisplug.o (.data); + build/u/src/libultra/io/siacs.o (.data); + build/u/src/libultra/io/sirawdma.o (.data); + build/u/src/libultra/io/crc.o (.data); + build/u/src/libultrare/io/contramwrite.o (.data); + build/u/src/libultrare/io/contramread.o (.data); + build/u/src/libultra/gu/align.o (.data); + build/u/src/libultra/gu/ortho.o (.data); + build/u/src/libultra/gu/coss.o (.data); + build/u/src/libultra/gu/sins.o (.data); + build/u/src/libultra/gu/translate.o (.data); + build/u/src/libultra/libc/bcmp.o (.data); + build/u/src/libultra/gu/scale.o (.data); + build/u/src/libultra/gu/lookatref.o (.data); + build/u/src/libultra/gu/lookat.o (.data); + build/u/src/libultra/gu/rotate.o (.data); + build/u/src/libultra/libc/llcvt.o (.data); /*edited*/ + build/u/src/libultra/os/setsr.o (.data); + build/u/src/libultra/os/getsr.o (.data); + build/u/src/libultra/io/sirawread.o (.data); + build/u/src/libultra/io/sirawwrite.o (.data); + build/u/src/libultra/io/pirawread.o (.data); + build/u/src/libultra/libc/bzero.o (.data); + build/u/src/libultra/os/sethwinterrupt.o (.data); + build/u/src/libultrare/io/leointerrupt.o (.data); + build/u/src/libultra/os/interrupt.o (.data); + build/u/src/libultra/os/timerintr.o (.data); + build/u/src/libultra/os/kdebugserver.o (.data); + build/u/src/libultra/os/getthreadpri.o (.data); + build/u/src/libultrare/io/vi.o (.data); /*edited*/ + build/u/src/libultra/io/vigetcurrcontext.o (.data); + build/u/src/libultra/io/viswapcontext.o (.data); + build/u/src/libultra/io/spgetstat.o (.data); + build/u/src/libultra/io/spsetstat.o (.data); + build/u/src/libultra/io/spsetpc.o (.data); + build/u/src/libultra/io/sprawdma.o (.data); + build/u/src/libultra/io/sp.o (.data); + build/u/src/libultra/io/dp.o (.data); + build/u/src/libultra/os/probetlb.o (.data); + build/u/src/libultra/audio/syndelete.o (.data); + build/u/src/libultra/io/ai.o (.data); + build/u/src/libultrare/audio/drvrNew.o (.data); + build/u/src/libultra/audio/synallocfx.o (.data); + build/u/src/libultra/audio/mainbus.o (.data); + build/u/src/libultra/audio/load.o (.data); + build/u/src/libultra/audio/resample.o (.data); + build/u/src/libultrare/audio/env.o (.data); /*edited*/ + build/u/src/libultra/audio/auxbus.o (.data); + build/u/src/libultra/audio/save.o (.data); + build/u/src/libultra/os/jammesg.o (.data); + build/u/src/libultra/io/pigetcmdq.o (.data); + build/u/src/libultra/gu/cosf.o (.data); /*edited*/ + build/u/src/libultra/gu/sinf.o (.data); /*edited*/ + build/u/src/libultrare/os/destroythread.o (.data); + build/u/src/libultra/audio/seqplayer.o (.data); + build/u/src/libultra/audio/synstartvoiceparam.o (.data); + build/u/src/libultra/audio/copy.o (.data); + build/u/src/libultra/io/piacs.o (.data); + build/u/src/libultra/libc/xlitob.o (.data); + build/u/src/libultra/libc/xldtob.o (.data); + build/u/src/libultrare/io/epirawdma.o (.data); + build/u/src/libultrare/io/devmgr.o (.data); + build/u/src/libultra/io/contpfs.o (.data); + build/u/src/libultra/io/si.o (.data); + build/u/src/libultra/gu/normalize.o (.data); + build/u/src/libultra/gu/sqrtf.o (.data); + build/u/src/libultrare/io/leodiskinit.o (.data); + build/u/src/libultra/os/setcompare.o (.data); + build/u/src/libultra/audio/filter.o (.data); + build/u/src/libultrare/audio/reverb.o (.data); /*edited*/ + build/u/src/libultra/gu/libm_vals.o (.data); /*edited*/ + build/u/src/libultra/audio/seq.o (.data); + build/u/src/libultra/audio/synsetpriority.o (.data); + build/u/src/libultra/libc/ldiv.o (.data); + build/u/src/libultra/os/resetglobalintmask.o (.data); + build/u/src/libultrare/io/epirawwrite.o (.data); + build/u/src/libultra/io/vimodentsclan1.o (.data); + build/u/src/libultrare/io/vimodepallan1.o (.data); + build/u/src/libultrare/ultra80069080.o (.data); /*edited*/ /*build/u/src/libultra/libultra.a:libultra.o (.data);*/ build/u/src/aspboot.o (.rodata); @@ -3377,12 +3488,12 @@ SECTIONS build/u/src/tlb_hardwire.o (.rodata); build/u/src/audi.o (.rodata); build/u/src/speed_graph.o (.rodata); - build/u/src/video.o (.rodata); + build/u/src/fr.o (.rodata); build/u/src/deb.o (.rodata); - build/u/src/deb_video.o (.rodata); - build/u/src/unused_fp.o (.rodata); + build/u/src/fault.o (.rodata); + /*deb_print may be part of fault per pd beta (.rodata);*/ build/u/src/deb_print.o (.rodata); - build/u/src/debug_getlastRA.o (.rodata); + build/u/src/getra.o (.rodata); build/u/src/ramrom.o (.rodata); build/u/src/boss.o (.rodata); build/u/src/music.o (.rodata); @@ -3401,177 +3512,177 @@ SECTIONS build/u/src/rmon.o (.rodata); /*build/u/src/libultra/osPiRawStartDma.o (.rodata);*/ - build/u/src/libultra/pirawdma.o (.rodata); - build/u/src/libultra/pigetstat.o (.rodata); - build/u/src/libultra/initialize.o (.rodata); - build/u/src/libultra/writebackdcacheall.o (.rodata); - build/u/src/libultra/invalicache.o (.rodata); - build/u/src/libultra/unmaptlb.o (.rodata); - build/u/src/libultra/getfpccsr.o (.rodata); - build/u/src/libultra/setfpccsr.o (.rodata); - build/u/src/libultra/createthread.o (.rodata); - build/u/src/libultra/startthread.o (.rodata); - build/u/src/libultra/createmesgqueue.o (.rodata); - build/u/src/libultra/parameters.o (.rodata); - build/u/src/libultra/stopthread.o (.rodata); - build/u/src/libultra/setthreadpri.o (.rodata); - build/u/src/libultra/getcount.o (.rodata); - build/u/src/libultra/vimgr.o (.rodata); - build/u/src/libultra/vitbl.o (.rodata); /*edited*/ - build/u/src/libultra/seteventmesg.o (.rodata); - build/u/src/libultra/visetevent.o (.rodata); - build/u/src/libultra/setintmask.o (.rodata); - build/u/src/libultra/recvmesg.o (.rodata); - build/u/src/libultra/sendmesg.o (.rodata); - build/u/src/libultra/visetmode.o (.rodata); - build/u/src/libultra/visetxscale.o (.rodata); - build/u/src/libultra/visetyscale.o (.rodata); - build/u/src/libultra/virepeatline.o (.rodata); - build/u/src/libultra/viblack.o (.rodata); - build/u/src/libultra/sptaskyielded.o (.rodata); - build/u/src/libultra/dpctr.o (.rodata); - build/u/src/libultra/vigetcurrframebuf.o (.rodata); - build/u/src/libultra/vigetnextframebuf.o (.rodata); - build/u/src/libultra/viswapbuf.o (.rodata); - build/u/src/libultra/dpsetstat.o (.rodata); - build/u/src/libultra/sptask.o (.rodata); - build/u/src/libultra/dpsetnextbuf.o (.rodata); - build/u/src/libultra/sptaskyield.o (.rodata); - build/u/src/libultra/gettlbhi.o (.rodata); - build/u/src/libultra/virtualtophysical.o (.rodata); - build/u/src/libultra/aisetfreq.o (.rodata); - build/u/src/libultra/sl.o (.rodata); - build/u/src/libultra/heapalloc.o (.rodata); - build/u/src/libultra/gettime.o (.rodata); - build/u/src/libultra/ll.o (.rodata); /*edited*/ - build/u/src/libultra/aisetnextbuf.o (.rodata); - build/u/src/libultra/aigetlen.o (.rodata); - build/u/src/libultra/synthesizer.o (.rodata); - build/u/src/libultra/pidma.o (.rodata); - build/u/src/libultra/visetspecial.o (.rodata); - build/u/src/libultra/bcopy.o (.rodata); - build/u/src/libultra/perspective.o (.rodata); - build/u/src/libultra/mtxutil.o (.rodata); - build/u/src/libultra/getcurrfaultthread.o (.rodata); - build/u/src/libultra/exception.o (.rodata); /*edited*/ - build/u/src/libultra/thread.o (.rodata); - build/u/src/libultra/yieldthread.o (.rodata); - build/u/src/libultra/invaldcache.o (.rodata); - build/u/src/libultra/writebackdcache.o (.rodata); - build/u/src/libultra/settimer.o (.rodata); - build/u/src/libultra/heapinit.o (.rodata); - build/u/src/libultra/bnkf.o (.rodata); - build/u/src/libultra/csplayer.o (.rodata); - build/u/src/libultra/seqpsetbank.o (.rodata); - build/u/src/libultra/cspgetstate.o (.rodata); - build/u/src/libultra/cseq.o (.rodata); - build/u/src/libultra/cspsetseq.o (.rodata); - build/u/src/libultra/cspplay.o (.rodata); - build/u/src/libultra/cspstop.o (.rodata); - build/u/src/libultra/cspsetvol.o (.rodata); - build/u/src/libultra/event.o (.rodata); - build/u/src/libultra/synaddplayer.o (.rodata); - build/u/src/libultra/synallocvoice.o (.rodata); - build/u/src/libultra/synsetvol.o (.rodata); - build/u/src/libultra/synstartvoice.o (.rodata); - build/u/src/libultra/synsetpan.o (.rodata); - build/u/src/libultra/synsetpitch.o (.rodata); - build/u/src/libultra/synsetfxmix.o (.rodata); - build/u/src/libultra/synstopvoice.o (.rodata); - build/u/src/libultra/synfreevoice.o (.rodata); - build/u/src/libultra/cents2ratio.o (.rodata); - build/u/src/libultra/piread.o (.rodata); - build/u/src/libultra/string.o (.rodata); - build/u/src/libultra/xprintf.o (.rodata); - build/u/src/libultra/pimgr.o (.rodata); - build/u/src/libultra/pfsinit.o (.rodata); - build/u/src/libultra/controller.o (.rodata); - build/u/src/libultra/contquery.o (.rodata); - build/u/src/libultra/contreaddata.o (.rodata); - build/u/src/libultra/conteepprobe.o (.rodata); - build/u/src/libultra/conteepread.o (.rodata); - build/u/src/libultra/conteepwrite.o (.rodata); - build/u/src/libultra/conteeplongread.o (.rodata); - build/u/src/libultra/conteeplongwrite.o (.rodata); - build/u/src/libultra/pfsisplug.o (.rodata); - build/u/src/libultra/siacs.o (.rodata); - build/u/src/libultra/sirawdma.o (.rodata); - build/u/src/libultra/crc.o (.rodata); - build/u/src/libultra/contramwrite.o (.rodata); - build/u/src/libultra/contramread.o (.rodata); - build/u/src/libultra/align.o (.rodata); - build/u/src/libultra/ortho.o (.rodata); - build/u/src/libultra/coss.o (.rodata); - build/u/src/libultra/sins.o (.rodata); - build/u/src/libultra/translate.o (.rodata); - build/u/src/libultra/bcmp.o (.rodata); - build/u/src/libultra/scale.o (.rodata); - build/u/src/libultra/lookatref.o (.rodata); - build/u/src/libultra/lookat.o (.rodata); - build/u/src/libultra/rotate.o (.rodata); - build/u/src/libultra/llcvt.o (.rodata); /*edited*/ - build/u/src/libultra/setsr.o (.rodata); - build/u/src/libultra/getsr.o (.rodata); - build/u/src/libultra/sirawread.o (.rodata); - build/u/src/libultra/sirawwrite.o (.rodata); - build/u/src/libultra/pirawread.o (.rodata); - build/u/src/libultra/bzero.o (.rodata); - build/u/src/libultra/sethwinterrupt.o (.rodata); - build/u/src/libultra/leointerrupt.o (.rodata); - build/u/src/libultra/interrupt.o (.rodata); - build/u/src/libultra/timerintr.o (.rodata); - build/u/src/libultra/kdebugserver.o (.rodata); - build/u/src/libultra/getthreadpri.o (.rodata); - build/u/src/libultra/vi.o (.rodata); /*edited*/ - build/u/src/libultra/vigetcurrcontext.o (.rodata); - build/u/src/libultra/viswapcontext.o (.rodata); - build/u/src/libultra/spgetstat.o (.rodata); - build/u/src/libultra/spsetstat.o (.rodata); - build/u/src/libultra/spsetpc.o (.rodata); - build/u/src/libultra/sprawdma.o (.rodata); - build/u/src/libultra/sp.o (.rodata); - build/u/src/libultra/dp.o (.rodata); - build/u/src/libultra/probetlb.o (.rodata); - build/u/src/libultra/syndelete.o (.rodata); - build/u/src/libultra/ai.o (.rodata); - build/u/src/libultra/drvrNew.o (.rodata); - build/u/src/libultra/synallocfx.o (.rodata); - build/u/src/libultra/mainbus.o (.rodata); - build/u/src/libultra/load.o (.rodata); - build/u/src/libultra/resample.o (.rodata); - build/u/src/libultra/env.o (.rodata); /*edited*/ - build/u/src/libultra/auxbus.o (.rodata); - build/u/src/libultra/save.o (.rodata); - build/u/src/libultra/jammesg.o (.rodata); - build/u/src/libultra/pigetcmdq.o (.rodata); - build/u/src/libultra/ultra7001B830.o (.rodata); /*edited*/ - build/u/src/libultra/ultra7001B9A0.o (.rodata); /*edited*/ - build/u/src/libultra/destroythread.o (.rodata); - build/u/src/libultra/seqplayer.o (.rodata); - build/u/src/libultra/synstartvoiceparam.o (.rodata); - build/u/src/libultra/copy.o (.rodata); - build/u/src/libultra/piacs.o (.rodata); - build/u/src/libultra/xlitob.o (.rodata); - build/u/src/libultra/xldtob.o (.rodata); - build/u/src/libultra/epirawdma.o (.rodata); - build/u/src/libultra/devmgr.o (.rodata); - build/u/src/libultra/contpfs.o (.rodata); - build/u/src/libultra/si.o (.rodata); - build/u/src/libultra/normalize.o (.rodata); - build/u/src/libultra/sqrtf.o (.rodata); - build/u/src/libultra/leodiskinit.o (.rodata); - build/u/src/libultra/setcompare.o (.rodata); - build/u/src/libultra/filter.o (.rodata); - build/u/src/libultra/reverb.o (.rodata); /*edited*/ - build/u/src/libultra/libm_vals.o (.rodata); /*edited*/ - build/u/src/libultra/seq.o (.rodata); - build/u/src/libultra/synsetpriority.o (.rodata); - build/u/src/libultra/ldiv.o (.rodata); - build/u/src/libultra/resetglobalintmask.o (.rodata); - build/u/src/libultra/epirawwrite.o (.rodata); - build/u/src/libultra/vimodentsclan1.o (.rodata); - build/u/src/libultra/vimodepallan1.o (.rodata); - build/u/src/libultra/ultra80069080.o (.rodata); /*edited*/ + build/u/src/libultra/io/pirawdma.o (.rodata); + build/u/src/libultra/io/pigetstat.o (.rodata); + build/u/src/libultrare/os/initialize.o (.rodata); + build/u/src/libultra/os/writebackdcacheall.o (.rodata); + build/u/src/libultra/os/invalicache.o (.rodata); + build/u/src/libultra/os/unmaptlb.o (.rodata); + build/u/src/libultra/os/getfpccsr.o (.rodata); + build/u/src/libultra/os/setfpccsr.o (.rodata); + build/u/src/libultra/os/createthread.o (.rodata); + build/u/src/libultra/os/startthread.o (.rodata); + build/u/src/libultra/os/createmesgqueue.o (.rodata); + build/u/src/libultra/os/parameters.o (.rodata); + build/u/src/libultra/os/stopthread.o (.rodata); + build/u/src/libultra/os/setthreadpri.o (.rodata); + build/u/src/libultra/os/getcount.o (.rodata); + build/u/src/libultrare/io/vimgr.o (.rodata); + build/u/src/libultrare/io/vitbl.o (.rodata); /*edited*/ + build/u/src/libultra/os/seteventmesg.o (.rodata); + build/u/src/libultra/io/visetevent.o (.rodata); + build/u/src/libultra/os/setintmask.o (.rodata); + build/u/src/libultra/os/recvmesg.o (.rodata); + build/u/src/libultra/os/sendmesg.o (.rodata); + build/u/src/libultra/io/visetmode.o (.rodata); + build/u/src/libultra/io/visetxscale.o (.rodata); + build/u/src/libultra/io/visetyscale.o (.rodata); + build/u/src/libultra/io/virepeatline.o (.rodata); + build/u/src/libultra/io/viblack.o (.rodata); + build/u/src/libultra/io/sptaskyielded.o (.rodata); + build/u/src/libultra/io/dpctr.o (.rodata); + build/u/src/libultra/io/vigetcurrframebuf.o (.rodata); + build/u/src/libultra/io/vigetnextframebuf.o (.rodata); + build/u/src/libultra/io/viswapbuf.o (.rodata); + build/u/src/libultra/io/dpsetstat.o (.rodata); + build/u/src/libultrare/io/sptask.o (.rodata); + build/u/src/libultra/io/dpsetnextbuf.o (.rodata); + build/u/src/libultra/io/sptaskyield.o (.rodata); + build/u/src/libultra/os/gettlbhi.o (.rodata); + build/u/src/libultra/os/virtualtophysical.o (.rodata); + build/u/src/libultra/io/aisetfreq.o (.rodata); + build/u/src/libultra/audio/sl.o (.rodata); + build/u/src/libultra/audio/heapalloc.o (.rodata); + build/u/src/libultra/os/gettime.o (.rodata); + build/u/src/libultra/libc/ll.o (.rodata); /*edited*/ + build/u/src/libultrare/io/aisetnextbuf.o (.rodata); + build/u/src/libultra/io/aigetlen.o (.rodata); + build/u/src/libultra/audio/synthesizer.o (.rodata); + build/u/src/libultra/io/pidma.o (.rodata); + build/u/src/libultra/io/visetspecial.o (.rodata); + build/u/src/libultra/libc/bcopy.o (.rodata); + build/u/src/libultra/gu/perspective.o (.rodata); + build/u/src/libultra/gu/mtxutil.o (.rodata); + build/u/src/libultra/os/getcurrfaultthread.o (.rodata); + build/u/src/libultra/os/exception.o (.rodata); /*edited*/ + build/u/src/libultra/os/thread.o (.rodata); + build/u/src/libultra/os/yieldthread.o (.rodata); + build/u/src/libultra/os/invaldcache.o (.rodata); + build/u/src/libultra/os/writebackdcache.o (.rodata); + build/u/src/libultra/os/settimer.o (.rodata); + build/u/src/libultra/audio/heapinit.o (.rodata); + build/u/src/libultra/audio/bnkf.o (.rodata); + build/u/src/libultra/audio/csplayer.o (.rodata); + build/u/src/libultra/audio/seqpsetbank.o (.rodata); + build/u/src/libultra/audio/cspgetstate.o (.rodata); + build/u/src/libultra/audio/cseq.o (.rodata); + build/u/src/libultra/audio/cspsetseq.o (.rodata); + build/u/src/libultra/audio/cspplay.o (.rodata); + build/u/src/libultra/audio/cspstop.o (.rodata); + build/u/src/libultra/audio/cspsetvol.o (.rodata); + build/u/src/libultra/audio/event.o (.rodata); + build/u/src/libultra/audio/synaddplayer.o (.rodata); + build/u/src/libultra/audio/synallocvoice.o (.rodata); + build/u/src/libultra/audio/synsetvol.o (.rodata); + build/u/src/libultra/audio/synstartvoice.o (.rodata); + build/u/src/libultra/audio/synsetpan.o (.rodata); + build/u/src/libultra/audio/synsetpitch.o (.rodata); + build/u/src/libultra/audio/synsetfxmix.o (.rodata); + build/u/src/libultra/audio/synstopvoice.o (.rodata); + build/u/src/libultra/audio/synfreevoice.o (.rodata); + build/u/src/libultra/audio/cents2ratio.o (.rodata); + build/u/src/libultra/io/piread.o (.rodata); + build/u/src/libultra/libc/string.o (.rodata); + build/u/src/libultrare/libc/xprintf.o (.rodata); + build/u/src/libultrare/io/pimgr.o (.rodata); + build/u/src/libultrare/io/pfsinit.o (.rodata); + build/u/src/libultrare/io/controller.o (.rodata); + build/u/src/libultra/io/contquery.o (.rodata); + build/u/src/libultrare/io/contreaddata.o (.rodata); + build/u/src/libultrare/io/conteepprobe.o (.rodata); + build/u/src/libultrare/io/conteepread.o (.rodata); + build/u/src/libultrare/io/conteepwrite.o (.rodata); + build/u/src/libultrare/io/conteeplongread.o (.rodata); + build/u/src/libultrare/io/conteeplongwrite.o (.rodata); + build/u/src/libultrare/io/pfsisplug.o (.rodata); + build/u/src/libultra/io/siacs.o (.rodata); + build/u/src/libultra/io/sirawdma.o (.rodata); + build/u/src/libultra/io/crc.o (.rodata); + build/u/src/libultrare/io/contramwrite.o (.rodata); + build/u/src/libultrare/io/contramread.o (.rodata); + build/u/src/libultra/gu/align.o (.rodata); + build/u/src/libultra/gu/ortho.o (.rodata); + build/u/src/libultra/gu/coss.o (.rodata); + build/u/src/libultra/gu/sins.o (.rodata); + build/u/src/libultra/gu/translate.o (.rodata); + build/u/src/libultra/libc/bcmp.o (.rodata); + build/u/src/libultra/gu/scale.o (.rodata); + build/u/src/libultra/gu/lookatref.o (.rodata); + build/u/src/libultra/gu/lookat.o (.rodata); + build/u/src/libultra/gu/rotate.o (.rodata); + build/u/src/libultra/libc/llcvt.o (.rodata); /*edited*/ + build/u/src/libultra/os/setsr.o (.rodata); + build/u/src/libultra/os/getsr.o (.rodata); + build/u/src/libultra/io/sirawread.o (.rodata); + build/u/src/libultra/io/sirawwrite.o (.rodata); + build/u/src/libultra/io/pirawread.o (.rodata); + build/u/src/libultra/libc/bzero.o (.rodata); + build/u/src/libultra/os/sethwinterrupt.o (.rodata); + build/u/src/libultrare/io/leointerrupt.o (.rodata); + build/u/src/libultra/os/interrupt.o (.rodata); + build/u/src/libultra/os/timerintr.o (.rodata); + build/u/src/libultra/os/kdebugserver.o (.rodata); + build/u/src/libultra/os/getthreadpri.o (.rodata); + build/u/src/libultrare/io/vi.o (.rodata); /*edited*/ + build/u/src/libultra/io/vigetcurrcontext.o (.rodata); + build/u/src/libultra/io/viswapcontext.o (.rodata); + build/u/src/libultra/io/spgetstat.o (.rodata); + build/u/src/libultra/io/spsetstat.o (.rodata); + build/u/src/libultra/io/spsetpc.o (.rodata); + build/u/src/libultra/io/sprawdma.o (.rodata); + build/u/src/libultra/io/sp.o (.rodata); + build/u/src/libultra/io/dp.o (.rodata); + build/u/src/libultra/os/probetlb.o (.rodata); + build/u/src/libultra/audio/syndelete.o (.rodata); + build/u/src/libultra/io/ai.o (.rodata); + build/u/src/libultrare/audio/drvrNew.o (.rodata); + build/u/src/libultra/audio/synallocfx.o (.rodata); + build/u/src/libultra/audio/mainbus.o (.rodata); + build/u/src/libultra/audio/load.o (.rodata); + build/u/src/libultra/audio/resample.o (.rodata); + build/u/src/libultrare/audio/env.o (.rodata); /*edited*/ + build/u/src/libultra/audio/auxbus.o (.rodata); + build/u/src/libultra/audio/save.o (.rodata); + build/u/src/libultra/os/jammesg.o (.rodata); + build/u/src/libultra/io/pigetcmdq.o (.rodata); + build/u/src/libultra/gu/cosf.o (.rodata); /*edited*/ + build/u/src/libultra/gu/sinf.o (.rodata); /*edited*/ + build/u/src/libultrare/os/destroythread.o (.rodata); + build/u/src/libultra/audio/seqplayer.o (.rodata); + build/u/src/libultra/audio/synstartvoiceparam.o (.rodata); + build/u/src/libultra/audio/copy.o (.rodata); + build/u/src/libultra/io/piacs.o (.rodata); + build/u/src/libultra/libc/xlitob.o (.rodata); + build/u/src/libultra/libc/xldtob.o (.rodata); + build/u/src/libultrare/io/epirawdma.o (.rodata); + build/u/src/libultrare/io/devmgr.o (.rodata); + build/u/src/libultra/io/contpfs.o (.rodata); + build/u/src/libultra/io/si.o (.rodata); + build/u/src/libultra/gu/normalize.o (.rodata); + build/u/src/libultra/gu/sqrtf.o (.rodata); + build/u/src/libultrare/io/leodiskinit.o (.rodata); + build/u/src/libultra/os/setcompare.o (.rodata); + build/u/src/libultra/audio/filter.o (.rodata); + build/u/src/libultrare/audio/reverb.o (.rodata); /*edited*/ + build/u/src/libultra/gu/libm_vals.o (.rodata); /*edited*/ + build/u/src/libultra/audio/seq.o (.rodata); + build/u/src/libultra/audio/synsetpriority.o (.rodata); + build/u/src/libultra/libc/ldiv.o (.rodata); + build/u/src/libultra/os/resetglobalintmask.o (.rodata); + build/u/src/libultrare/io/epirawwrite.o (.rodata); + build/u/src/libultra/io/vimodentsclan1.o (.rodata); + build/u/src/libultrare/io/vimodepallan1.o (.rodata); + build/u/src/libultrare/ultra80069080.o (.rodata); /*edited*/ /*build/u/src/libultra/libultra.a:libultra.o (.rodata);*/ build/u/src/game/initgamedata.o (.data); @@ -3580,7 +3691,7 @@ SECTIONS build/u/src/game/initnull_0009D0.o (.data); build/u/src/game/initunk_0009E0.o (.data); build/u/src/game/initanitable.o (.data); - build/u/src/game/initunk_000B60.o (.data); + build/u/src/game/initplayergaitobject.o (.data); build/u/src/game/setguscale.o (.data); build/u/src/game/initnull_000BC0.o (.data); build/u/src/game/initimages.o (.data); @@ -3595,79 +3706,89 @@ SECTIONS build/u/src/game/initBondDATA.o (.data); build/u/src/game/initunk_005450.o (.data); build/u/src/game/initunk_005520.o (.data); - build/u/src/game/initcameraandthrown.o (.data); + build/u/src/game/bondview_r.o (.data); build/u/src/game/inititemslots.o (.data); build/u/src/game/initBondDATAdefaults.o (.data); build/u/src/game/initpathtablesomething.o (.data); build/u/src/game/initpathtablelinks.o (.data); build/u/src/game/initexplosioncasing.o (.data); - build/u/src/game/initunk_007180.o (.data); + build/u/src/game/alloc_window_pieces.o (.data); build/u/src/game/initunk_007290.o (.data); - build/u/src/game/initunk_0072B0.o (.data); + build/u/src/game/initcheattext.o (.data); build/u/src/game/initmttex.o (.data); - build/u/src/game/initunk_0073B0.o (.data); - build/u/src/game/initunk_007460.o (.data); + build/u/src/game/cleanup_guard_data.o (.data); + build/u/src/game/cleanup_object_sounds.o (.data); build/u/src/game/cleanup_alarms.o (.data); build/u/src/game/cleanup_objects.o (.data); build/u/src/game/cleanup_objectives.o (.data); build/u/src/game/cleanupSFXRelated.o (.data); build/u/src/game/playerstats_007770.o (.data); - build/u/src/game/unk_007800.o (.data); - build/u/src/game/unk_007920.o (.data); + build/u/src/game/cleanexplosions.o (.data); + build/u/src/game/cleanwindowpieces.o (.data); build/u/src/game/null_007970.o (.data); - build/u/src/game/unk_007980.o (.data); - build/u/src/game/intro_logos.o (.data); - build/u/src/game/mainmenu.o (.data); + build/u/src/game/cleanplayersound.o (.data); + build/u/src/game/title.o (.data); + build/u/src/game/front.o (.data); build/u/src/game/unk_01B0E0.o (.data); build/u/src/game/unk_01B240.o (.data); build/u/src/game/unk_01BAE0.o (.data); build/u/src/game/blood_animation.o (.data); build/u/src/game/blood_decrypt.o (.data); - build/u/src/game/gamefile.o (.data); - build/u/src/game/gamefile2.o (.data); + build/u/src/game/file.o (.data); + build/u/src/game/file2.o (.data); build/u/src/game/chr.o (.data); - build/u/src/game/chr2.o (.data); + build/u/src/game/chr_b.o (.data); + build/u/src/game/chrlv.o (.data); build/u/src/game/chrai.o (.data); + build/u/src/game/chrprop.o (.data); build/u/src/game/chrobjhandler.o (.data); build/u/src/game/loadobjectmodel.o (.data); build/u/src/game/objective_status.o (.data); build/u/src/game/objective_status2.o (.data); - build/u/src/game/sin.o (.data); + build/u/src/game/math_sincos.o (.data); build/u/src/game/matrixmath.o (.data); - build/u/src/game/unk_05A9E0.o (.data); - build/u/src/game/convertangleusinginverse.o (.data); - build/u/src/game/unk_05AB70.o (.data); - build/u/src/game/unk_05ACB0.o (.data); - build/u/src/game/unk_05AE00.o (.data); - build/u/src/game/unk_05B1E0.o (.data); - build/u/src/game/truncf.o (.data); - build/u/src/game/unk_05C440.o (.data); - build/u/src/game/bondwalk.o (.data); + build/u/src/game/math_unk_05A9E0.o (.data); + build/u/src/game/math_atan2f.o (.data); + build/u/src/game/math_asinacos.o (.data); + build/u/src/game/math_asinfacosf.o (.data); + build/u/src/game/matrixmath_misc.o (.data); + build/u/src/game/quaternion.o (.data); + build/u/src/game/math_floor.o (.data); + build/u/src/game/math_ceil.o (.data); + build/u/src/game/gun.o (.data); build/u/src/game/bondwalk2.o (.data); build/u/src/game/objecthandler.o (.data); + build/u/src/game/objecthandler_1.o (.data); build/u/src/game/objecthandler_2.o (.data); build/u/src/game/othermodemicrocode.o (.data); - build/u/src/game/bond.o (.data); + build/u/src/game/bondview.o (.data); build/u/src/game/bondinv.o (.data); - build/u/src/game/unk_08DBB0.o (.data); + build/u/src/game/bondhead.o (.data); + build/u/src/game/padhalllv.o (.data); build/u/src/game/debugmenu_08FE00.o (.data); - build/u/src/game/debugmenu_090490.o (.data); + build/u/src/game/debugmenu_handler.o (.data); build/u/src/game/unk_091080.o (.data); - build/u/src/game/chrobjdata.o (.data); + build/u/src/game/chraidata.o (.data); + build/u/src/game/pobjdata.o (.data); + build/u/src/game/gobjdata.o (.data); + build/u/src/game/gobjdata2.o (.data); + build/u/src/game/cobjdata.o (.data); build/u/src/game/cheat_buttons.o (.data); build/u/src/game/unk_092890.o (.data); build/u/src/game/unk_092E50.o (.data); - build/u/src/game/unk_093880.o (.data); - build/u/src/game/unk_09B600.o (.data); + build/u/src/game/player.o (.data); + build/u/src/game/player_2.o (.data); + build/u/src/game/crc.o (.data); build/u/src/game/chrObjRandom.o (.data); build/u/src/game/unk_09B7A0.o (.data); - build/u/src/game/unk_09C250.o (.data); + build/u/src/game/explosions.o (.data); build/u/src/game/unk_0A1DA0.o (.data); build/u/src/game/watch.o (.data); build/u/src/game/textrelated.o (.data); build/u/src/game/stan.o (.data); build/u/src/game/unk_0B3200.o (.data); build/u/src/game/bg.o (.data); + build/u/src/game/bg2.o (.data); build/u/src/game/fog.o (.data); build/u/src/game/lightfixture.o (.data); build/u/src/game/unk_0BC530.o (.data); @@ -3702,7 +3823,7 @@ SECTIONS build/u/src/game/initnull_0009D0.o (.rodata); build/u/src/game/initunk_0009E0.o (.rodata); build/u/src/game/initanitable.o (.rodata); - build/u/src/game/initunk_000B60.o (.rodata); + build/u/src/game/initplayergaitobject.o (.rodata); build/u/src/game/setguscale.o (.rodata); build/u/src/game/initnull_000BC0.o (.rodata); build/u/src/game/initimages.o (.rodata); @@ -3717,79 +3838,89 @@ SECTIONS build/u/src/game/initBondDATA.o (.rodata); build/u/src/game/initunk_005450.o (.rodata); build/u/src/game/initunk_005520.o (.rodata); - build/u/src/game/initcameraandthrown.o (.rodata); + build/u/src/game/bondview_r.o (.rodata); build/u/src/game/inititemslots.o (.rodata); build/u/src/game/initBondDATAdefaults.o (.rodata); build/u/src/game/initpathtablesomething.o (.rodata); build/u/src/game/initpathtablelinks.o (.rodata); build/u/src/game/initexplosioncasing.o (.rodata); - build/u/src/game/initunk_007180.o (.rodata); + build/u/src/game/alloc_window_pieces.o (.rodata); build/u/src/game/initunk_007290.o (.rodata); - build/u/src/game/initunk_0072B0.o (.rodata); + build/u/src/game/initcheattext.o (.rodata); build/u/src/game/initmttex.o (.rodata); - build/u/src/game/initunk_0073B0.o (.rodata); - build/u/src/game/initunk_007460.o (.rodata); + build/u/src/game/cleanup_guard_data.o (.rodata); + build/u/src/game/cleanup_object_sounds.o (.rodata); build/u/src/game/cleanup_alarms.o (.rodata); build/u/src/game/cleanup_objects.o (.rodata); build/u/src/game/cleanup_objectives.o (.rodata); build/u/src/game/cleanupSFXRelated.o (.rodata); build/u/src/game/playerstats_007770.o (.rodata); - build/u/src/game/unk_007800.o (.rodata); - build/u/src/game/unk_007920.o (.rodata); + build/u/src/game/cleanexplosions.o (.rodata); + build/u/src/game/cleanwindowpieces.o (.rodata); build/u/src/game/null_007970.o (.rodata); - build/u/src/game/unk_007980.o (.rodata); - build/u/src/game/intro_logos.o (.rodata); - build/u/src/game/mainmenu.o (.rodata); + build/u/src/game/cleanplayersound.o (.rodata); + build/u/src/game/title.o (.rodata); + build/u/src/game/front.o (.rodata); build/u/src/game/unk_01B0E0.o (.rodata); build/u/src/game/unk_01B240.o (.rodata); build/u/src/game/unk_01BAE0.o (.rodata); build/u/src/game/blood_animation.o (.rodata); build/u/src/game/blood_decrypt.o (.rodata); - build/u/src/game/gamefile.o (.rodata); - build/u/src/game/gamefile2.o (.rodata); + build/u/src/game/file.o (.rodata); + build/u/src/game/file2.o (.rodata); build/u/src/game/chr.o (.rodata); - build/u/src/game/chr2.o (.rodata); + build/u/src/game/chr_b.o (.rodata); + build/u/src/game/chrlv.o (.rodata); build/u/src/game/chrai.o (.rodata); + build/u/src/game/chrprop.o (.rodata); build/u/src/game/chrobjhandler.o (.rodata); build/u/src/game/loadobjectmodel.o (.rodata); build/u/src/game/objective_status.o (.rodata); build/u/src/game/objective_status2.o (.rodata); - build/u/src/game/sin.o (.rodata); + build/u/src/game/math_sincos.o (.rodata); build/u/src/game/matrixmath.o (.rodata); - build/u/src/game/unk_05A9E0.o (.rodata); - build/u/src/game/convertangleusinginverse.o (.rodata); - build/u/src/game/unk_05AB70.o (.rodata); - build/u/src/game/unk_05ACB0.o (.rodata); - build/u/src/game/unk_05AE00.o (.rodata); - build/u/src/game/unk_05B1E0.o (.rodata); - build/u/src/game/truncf.o (.rodata); - build/u/src/game/unk_05C440.o (.rodata); - build/u/src/game/bondwalk.o (.rodata); + build/u/src/game/math_unk_05A9E0.o (.rodata); + build/u/src/game/math_atan2f.o (.rodata); + build/u/src/game/math_asinacos.o (.rodata); + build/u/src/game/math_asinfacosf.o (.rodata); + build/u/src/game/matrixmath_misc.o (.rodata); + build/u/src/game/quaternion.o (.rodata); + build/u/src/game/math_floor.o (.rodata); + build/u/src/game/math_ceil.o (.rodata); + build/u/src/game/gun.o (.rodata); build/u/src/game/bondwalk2.o (.rodata); build/u/src/game/objecthandler.o (.rodata); + build/u/src/game/objecthandler_1.o (.rodata); build/u/src/game/objecthandler_2.o (.rodata); build/u/src/game/othermodemicrocode.o (.rodata); - build/u/src/game/bond.o (.rodata); + build/u/src/game/bondview.o (.rodata); build/u/src/game/bondinv.o (.rodata); - build/u/src/game/unk_08DBB0.o (.rodata); + build/u/src/game/bondhead.o (.rodata); + build/u/src/game/padhalllv.o (.rodata); build/u/src/game/debugmenu_08FE00.o (.rodata); - build/u/src/game/debugmenu_090490.o (.rodata); + build/u/src/game/debugmenu_handler.o (.rodata); build/u/src/game/unk_091080.o (.rodata); - build/u/src/game/chrobjdata.o (.rodata); + build/u/src/game/chraidata.o (.rodata); + build/u/src/game/pobjdata.o (.rodata); + build/u/src/game/gobjdata.o (.rodata); + build/u/src/game/gobjdata2.o (.rodata); + build/u/src/game/cobjdata.o (.rodata); build/u/src/game/cheat_buttons.o (.rodata); build/u/src/game/unk_092890.o (.rodata); build/u/src/game/unk_092E50.o (.rodata); - build/u/src/game/unk_093880.o (.rodata); - build/u/src/game/unk_09B600.o (.rodata); + build/u/src/game/player.o (.rodata); + build/u/src/game/player_2.o (.rodata); + build/u/src/game/crc.o (.rodata); build/u/src/game/chrObjRandom.o (.rodata); build/u/src/game/unk_09B7A0.o (.rodata); - build/u/src/game/unk_09C250.o (.rodata); + build/u/src/game/explosions.o (.rodata); build/u/src/game/unk_0A1DA0.o (.rodata); build/u/src/game/watch.o (.rodata); build/u/src/game/textrelated.o (.rodata); build/u/src/game/stan.o (.rodata); build/u/src/game/unk_0B3200.o (.rodata); build/u/src/game/bg.o (.rodata); + build/u/src/game/bg2.o (.rodata); build/u/src/game/fog.o (.rodata); build/u/src/game/lightfixture.o (.rodata); build/u/src/game/unk_0BC530.o (.rodata); @@ -3827,8 +3958,8 @@ SECTIONS __dataSegmentVaddrEnd = _csegmentSegmentRomEnd; _bssSegmentStart = ADDR(.bss); - _bssSegmentRomStart = _csegmentSegmentRomEnd; - .bss _csegmentSegmentEnd : AT(_bssSegmentRomStart){ + .bss (NOLOAD) : + { build/u/src/boot.o (.bss); build/u/src/init.o (.bss); build/u/src/sched.o (.bss); @@ -3838,12 +3969,12 @@ SECTIONS build/u/src/tlb_resolve.o (.bss); build/u/src/audi.o (.bss); build/u/src/speed_graph.o (.bss); - build/u/src/video.o (.bss); + build/u/src/fr.o (.bss); build/u/src/deb.o (.bss); - build/u/src/deb_video.o (.bss); - build/u/src/unused_fp.o (.bss); + build/u/src/fault.o (.bss); + /*deb_print may be part of fault per pd beta (.bss);*/ build/u/src/deb_print.o (.bss); - build/u/src/debug_getlastRA.o (.bss); + build/u/src/getra.o (.bss); build/u/src/ramrom.o (.bss); build/u/src/boss.o (.bss); build/u/src/music.o (.bss); @@ -3862,177 +3993,177 @@ SECTIONS build/u/src/rmon.o (.bss); /*build/u/src/libultra/osPiRawStartDma.o (.bss);*/ - build/u/src/libultra/pirawdma.o (.bss); - build/u/src/libultra/pigetstat.o (.bss); - build/u/src/libultra/initialize.o (.bss); - build/u/src/libultra/writebackdcacheall.o (.bss); - build/u/src/libultra/invalicache.o (.bss); - build/u/src/libultra/unmaptlb.o (.bss); - build/u/src/libultra/getfpccsr.o (.bss); - build/u/src/libultra/setfpccsr.o (.bss); - build/u/src/libultra/createthread.o (.bss); - build/u/src/libultra/startthread.o (.bss); - build/u/src/libultra/createmesgqueue.o (.bss); - build/u/src/libultra/parameters.o (.bss); - build/u/src/libultra/stopthread.o (.bss); - build/u/src/libultra/setthreadpri.o (.bss); - build/u/src/libultra/getcount.o (.bss); - build/u/src/libultra/vimgr.o (.bss); - build/u/src/libultra/vitbl.o (.bss); /*edited*/ - build/u/src/libultra/seteventmesg.o (.bss); - build/u/src/libultra/visetevent.o (.bss); - build/u/src/libultra/setintmask.o (.bss); - build/u/src/libultra/recvmesg.o (.bss); - build/u/src/libultra/sendmesg.o (.bss); - build/u/src/libultra/visetmode.o (.bss); - build/u/src/libultra/visetxscale.o (.bss); - build/u/src/libultra/visetyscale.o (.bss); - build/u/src/libultra/virepeatline.o (.bss); - build/u/src/libultra/viblack.o (.bss); - build/u/src/libultra/sptaskyielded.o (.bss); - build/u/src/libultra/dpctr.o (.bss); - build/u/src/libultra/vigetcurrframebuf.o (.bss); - build/u/src/libultra/vigetnextframebuf.o (.bss); - build/u/src/libultra/viswapbuf.o (.bss); - build/u/src/libultra/dpsetstat.o (.bss); - build/u/src/libultra/sptask.o (.bss); - build/u/src/libultra/dpsetnextbuf.o (.bss); - build/u/src/libultra/sptaskyield.o (.bss); - build/u/src/libultra/gettlbhi.o (.bss); - build/u/src/libultra/virtualtophysical.o (.bss); - build/u/src/libultra/aisetfreq.o (.bss); - build/u/src/libultra/sl.o (.bss); - build/u/src/libultra/heapalloc.o (.bss); - build/u/src/libultra/gettime.o (.bss); - build/u/src/libultra/ll.o (.bss); /*edited*/ - build/u/src/libultra/aisetnextbuf.o (.bss); - build/u/src/libultra/aigetlen.o (.bss); - build/u/src/libultra/synthesizer.o (.bss); - build/u/src/libultra/pidma.o (.bss); - build/u/src/libultra/visetspecial.o (.bss); - build/u/src/libultra/bcopy.o (.bss); - build/u/src/libultra/perspective.o (.bss); - build/u/src/libultra/mtxutil.o (.bss); - build/u/src/libultra/getcurrfaultthread.o (.bss); - build/u/src/libultra/exception.o (.bss); /*edited*/ - build/u/src/libultra/thread.o (.bss); - build/u/src/libultra/yieldthread.o (.bss); - build/u/src/libultra/invaldcache.o (.bss); - build/u/src/libultra/writebackdcache.o (.bss); - build/u/src/libultra/settimer.o (.bss); - build/u/src/libultra/heapinit.o (.bss); - build/u/src/libultra/bnkf.o (.bss); - build/u/src/libultra/csplayer.o (.bss); - build/u/src/libultra/seqpsetbank.o (.bss); - build/u/src/libultra/cspgetstate.o (.bss); - build/u/src/libultra/cseq.o (.bss); - build/u/src/libultra/cspsetseq.o (.bss); - build/u/src/libultra/cspplay.o (.bss); - build/u/src/libultra/cspstop.o (.bss); - build/u/src/libultra/cspsetvol.o (.bss); - build/u/src/libultra/event.o (.bss); - build/u/src/libultra/synaddplayer.o (.bss); - build/u/src/libultra/synallocvoice.o (.bss); - build/u/src/libultra/synsetvol.o (.bss); - build/u/src/libultra/synstartvoice.o (.bss); - build/u/src/libultra/synsetpan.o (.bss); - build/u/src/libultra/synsetpitch.o (.bss); - build/u/src/libultra/synsetfxmix.o (.bss); - build/u/src/libultra/synstopvoice.o (.bss); - build/u/src/libultra/synfreevoice.o (.bss); - build/u/src/libultra/cents2ratio.o (.bss); - build/u/src/libultra/piread.o (.bss); - build/u/src/libultra/string.o (.bss); - build/u/src/libultra/xprintf.o (.bss); - build/u/src/libultra/pimgr.o (.bss); - build/u/src/libultra/pfsinit.o (.bss); - build/u/src/libultra/controller.o (.bss); - build/u/src/libultra/contquery.o (.bss); - build/u/src/libultra/contreaddata.o (.bss); - build/u/src/libultra/conteepprobe.o (.bss); - build/u/src/libultra/conteepread.o (.bss); - build/u/src/libultra/conteepwrite.o (.bss); - build/u/src/libultra/conteeplongread.o (.bss); - build/u/src/libultra/conteeplongwrite.o (.bss); - build/u/src/libultra/pfsisplug.o (.bss); - build/u/src/libultra/siacs.o (.bss); - build/u/src/libultra/sirawdma.o (.bss); - build/u/src/libultra/crc.o (.bss); - build/u/src/libultra/contramwrite.o (.bss); - build/u/src/libultra/contramread.o (.bss); - build/u/src/libultra/align.o (.bss); - build/u/src/libultra/ortho.o (.bss); - build/u/src/libultra/coss.o (.bss); - build/u/src/libultra/sins.o (.bss); - build/u/src/libultra/translate.o (.bss); - build/u/src/libultra/bcmp.o (.bss); - build/u/src/libultra/scale.o (.bss); - build/u/src/libultra/lookatref.o (.bss); - build/u/src/libultra/lookat.o (.bss); - build/u/src/libultra/rotate.o (.bss); - build/u/src/libultra/llcvt.o (.bss); /*edited*/ - build/u/src/libultra/setsr.o (.bss); - build/u/src/libultra/getsr.o (.bss); - build/u/src/libultra/sirawread.o (.bss); - build/u/src/libultra/sirawwrite.o (.bss); - build/u/src/libultra/pirawread.o (.bss); - build/u/src/libultra/bzero.o (.bss); - build/u/src/libultra/sethwinterrupt.o (.bss); - build/u/src/libultra/leointerrupt.o (.bss); - build/u/src/libultra/interrupt.o (.bss); - build/u/src/libultra/timerintr.o (.bss); - build/u/src/libultra/kdebugserver.o (.bss); - build/u/src/libultra/getthreadpri.o (.bss); - build/u/src/libultra/vi.o (.bss); /*edited*/ - build/u/src/libultra/vigetcurrcontext.o (.bss); - build/u/src/libultra/viswapcontext.o (.bss); - build/u/src/libultra/spgetstat.o (.bss); - build/u/src/libultra/spsetstat.o (.bss); - build/u/src/libultra/spsetpc.o (.bss); - build/u/src/libultra/sprawdma.o (.bss); - build/u/src/libultra/sp.o (.bss); - build/u/src/libultra/dp.o (.bss); - build/u/src/libultra/probetlb.o (.bss); - build/u/src/libultra/syndelete.o (.bss); - build/u/src/libultra/ai.o (.bss); - build/u/src/libultra/drvrNew.o (.bss); - build/u/src/libultra/synallocfx.o (.bss); - build/u/src/libultra/mainbus.o (.bss); - build/u/src/libultra/load.o (.bss); - build/u/src/libultra/resample.o (.bss); - build/u/src/libultra/env.o (.bss); /*edited*/ - build/u/src/libultra/auxbus.o (.bss); - build/u/src/libultra/save.o (.bss); - build/u/src/libultra/jammesg.o (.bss); - build/u/src/libultra/pigetcmdq.o (.bss); - build/u/src/libultra/ultra7001B830.o (.bss); /*edited*/ - build/u/src/libultra/ultra7001B9A0.o (.bss); /*edited*/ - build/u/src/libultra/destroythread.o (.bss); - build/u/src/libultra/seqplayer.o (.bss); - build/u/src/libultra/synstartvoiceparam.o (.bss); - build/u/src/libultra/copy.o (.bss); - build/u/src/libultra/piacs.o (.bss); - build/u/src/libultra/xlitob.o (.bss); - build/u/src/libultra/xldtob.o (.bss); - build/u/src/libultra/epirawdma.o (.bss); - build/u/src/libultra/devmgr.o (.bss); - build/u/src/libultra/contpfs.o (.bss); - build/u/src/libultra/si.o (.bss); - build/u/src/libultra/normalize.o (.bss); - build/u/src/libultra/sqrtf.o (.bss); - build/u/src/libultra/leodiskinit.o (.bss); - build/u/src/libultra/setcompare.o (.bss); - build/u/src/libultra/filter.o (.bss); - build/u/src/libultra/reverb.o (.bss); /*edited*/ - build/u/src/libultra/libm_vals.o (.bss); /*edited*/ - build/u/src/libultra/seq.o (.bss); - build/u/src/libultra/synsetpriority.o (.bss); - build/u/src/libultra/ldiv.o (.bss); - build/u/src/libultra/resetglobalintmask.o (.bss); - build/u/src/libultra/epirawwrite.o (.bss); - build/u/src/libultra/vimodentsclan1.o (.bss); - build/u/src/libultra/vimodepallan1.o (.bss); - build/u/src/libultra/ultra80069080.o (.bss); /*edited*/ + build/u/src/libultra/io/pirawdma.o (.bss); + build/u/src/libultra/io/pigetstat.o (.bss); + build/u/src/libultrare/os/initialize.o (.bss); + build/u/src/libultra/os/writebackdcacheall.o (.bss); + build/u/src/libultra/os/invalicache.o (.bss); + build/u/src/libultra/os/unmaptlb.o (.bss); + build/u/src/libultra/os/getfpccsr.o (.bss); + build/u/src/libultra/os/setfpccsr.o (.bss); + build/u/src/libultra/os/createthread.o (.bss); + build/u/src/libultra/os/startthread.o (.bss); + build/u/src/libultra/os/createmesgqueue.o (.bss); + build/u/src/libultra/os/parameters.o (.bss); + build/u/src/libultra/os/stopthread.o (.bss); + build/u/src/libultra/os/setthreadpri.o (.bss); + build/u/src/libultra/os/getcount.o (.bss); + build/u/src/libultrare/io/vimgr.o (.bss); + build/u/src/libultrare/io/vitbl.o (.bss); /*edited*/ + build/u/src/libultra/os/seteventmesg.o (.bss); + build/u/src/libultra/io/visetevent.o (.bss); + build/u/src/libultra/os/setintmask.o (.bss); + build/u/src/libultra/os/recvmesg.o (.bss); + build/u/src/libultra/os/sendmesg.o (.bss); + build/u/src/libultra/io/visetmode.o (.bss); + build/u/src/libultra/io/visetxscale.o (.bss); + build/u/src/libultra/io/visetyscale.o (.bss); + build/u/src/libultra/io/virepeatline.o (.bss); + build/u/src/libultra/io/viblack.o (.bss); + build/u/src/libultra/io/sptaskyielded.o (.bss); + build/u/src/libultra/io/dpctr.o (.bss); + build/u/src/libultra/io/vigetcurrframebuf.o (.bss); + build/u/src/libultra/io/vigetnextframebuf.o (.bss); + build/u/src/libultra/io/viswapbuf.o (.bss); + build/u/src/libultra/io/dpsetstat.o (.bss); + build/u/src/libultrare/io/sptask.o (.bss); + build/u/src/libultra/io/dpsetnextbuf.o (.bss); + build/u/src/libultra/io/sptaskyield.o (.bss); + build/u/src/libultra/os/gettlbhi.o (.bss); + build/u/src/libultra/os/virtualtophysical.o (.bss); + build/u/src/libultra/io/aisetfreq.o (.bss); + build/u/src/libultra/audio/sl.o (.bss); + build/u/src/libultra/audio/heapalloc.o (.bss); + build/u/src/libultra/os/gettime.o (.bss); + build/u/src/libultra/libc/ll.o (.bss); /*edited*/ + build/u/src/libultrare/io/aisetnextbuf.o (.bss); + build/u/src/libultra/io/aigetlen.o (.bss); + build/u/src/libultra/audio/synthesizer.o (.bss); + build/u/src/libultra/io/pidma.o (.bss); + build/u/src/libultra/io/visetspecial.o (.bss); + build/u/src/libultra/libc/bcopy.o (.bss); + build/u/src/libultra/gu/perspective.o (.bss); + build/u/src/libultra/gu/mtxutil.o (.bss); + build/u/src/libultra/os/getcurrfaultthread.o (.bss); + build/u/src/libultra/os/exception.o (.bss); /*edited*/ + build/u/src/libultra/os/thread.o (.bss); + build/u/src/libultra/os/yieldthread.o (.bss); + build/u/src/libultra/os/invaldcache.o (.bss); + build/u/src/libultra/os/writebackdcache.o (.bss); + build/u/src/libultra/os/settimer.o (.bss); + build/u/src/libultra/audio/heapinit.o (.bss); + build/u/src/libultra/audio/bnkf.o (.bss); + build/u/src/libultra/audio/csplayer.o (.bss); + build/u/src/libultra/audio/seqpsetbank.o (.bss); + build/u/src/libultra/audio/cspgetstate.o (.bss); + build/u/src/libultra/audio/cseq.o (.bss); + build/u/src/libultra/audio/cspsetseq.o (.bss); + build/u/src/libultra/audio/cspplay.o (.bss); + build/u/src/libultra/audio/cspstop.o (.bss); + build/u/src/libultra/audio/cspsetvol.o (.bss); + build/u/src/libultra/audio/event.o (.bss); + build/u/src/libultra/audio/synaddplayer.o (.bss); + build/u/src/libultra/audio/synallocvoice.o (.bss); + build/u/src/libultra/audio/synsetvol.o (.bss); + build/u/src/libultra/audio/synstartvoice.o (.bss); + build/u/src/libultra/audio/synsetpan.o (.bss); + build/u/src/libultra/audio/synsetpitch.o (.bss); + build/u/src/libultra/audio/synsetfxmix.o (.bss); + build/u/src/libultra/audio/synstopvoice.o (.bss); + build/u/src/libultra/audio/synfreevoice.o (.bss); + build/u/src/libultra/audio/cents2ratio.o (.bss); + build/u/src/libultra/io/piread.o (.bss); + build/u/src/libultra/libc/string.o (.bss); + build/u/src/libultrare/libc/xprintf.o (.bss); + build/u/src/libultrare/io/pimgr.o (.bss); + build/u/src/libultrare/io/pfsinit.o (.bss); + build/u/src/libultrare/io/controller.o (.bss); + build/u/src/libultra/io/contquery.o (.bss); + build/u/src/libultrare/io/contreaddata.o (.bss); + build/u/src/libultrare/io/conteepprobe.o (.bss); + build/u/src/libultrare/io/conteepread.o (.bss); + build/u/src/libultrare/io/conteepwrite.o (.bss); + build/u/src/libultrare/io/conteeplongread.o (.bss); + build/u/src/libultrare/io/conteeplongwrite.o (.bss); + build/u/src/libultrare/io/pfsisplug.o (.bss); + build/u/src/libultra/io/siacs.o (.bss); + build/u/src/libultra/io/sirawdma.o (.bss); + build/u/src/libultra/io/crc.o (.bss); + build/u/src/libultrare/io/contramwrite.o (.bss); + build/u/src/libultrare/io/contramread.o (.bss); + build/u/src/libultra/gu/align.o (.bss); + build/u/src/libultra/gu/ortho.o (.bss); + build/u/src/libultra/gu/coss.o (.bss); + build/u/src/libultra/gu/sins.o (.bss); + build/u/src/libultra/gu/translate.o (.bss); + build/u/src/libultra/libc/bcmp.o (.bss); + build/u/src/libultra/gu/scale.o (.bss); + build/u/src/libultra/gu/lookatref.o (.bss); + build/u/src/libultra/gu/lookat.o (.bss); + build/u/src/libultra/gu/rotate.o (.bss); + build/u/src/libultra/libc/llcvt.o (.bss); /*edited*/ + build/u/src/libultra/os/setsr.o (.bss); + build/u/src/libultra/os/getsr.o (.bss); + build/u/src/libultra/io/sirawread.o (.bss); + build/u/src/libultra/io/sirawwrite.o (.bss); + build/u/src/libultra/io/pirawread.o (.bss); + build/u/src/libultra/libc/bzero.o (.bss); + build/u/src/libultra/os/sethwinterrupt.o (.bss); + build/u/src/libultrare/io/leointerrupt.o (.bss); + build/u/src/libultra/os/interrupt.o (.bss); + build/u/src/libultra/os/timerintr.o (.bss); + build/u/src/libultra/os/kdebugserver.o (.bss); + build/u/src/libultra/os/getthreadpri.o (.bss); + build/u/src/libultrare/io/vi.o (.bss); /*edited*/ + build/u/src/libultra/io/vigetcurrcontext.o (.bss); + build/u/src/libultra/io/viswapcontext.o (.bss); + build/u/src/libultra/io/spgetstat.o (.bss); + build/u/src/libultra/io/spsetstat.o (.bss); + build/u/src/libultra/io/spsetpc.o (.bss); + build/u/src/libultra/io/sprawdma.o (.bss); + build/u/src/libultra/io/sp.o (.bss); + build/u/src/libultra/io/dp.o (.bss); + build/u/src/libultra/os/probetlb.o (.bss); + build/u/src/libultra/audio/syndelete.o (.bss); + build/u/src/libultra/io/ai.o (.bss); + build/u/src/libultrare/audio/drvrNew.o (.bss); + build/u/src/libultra/audio/synallocfx.o (.bss); + build/u/src/libultra/audio/mainbus.o (.bss); + build/u/src/libultra/audio/load.o (.bss); + build/u/src/libultra/audio/resample.o (.bss); + build/u/src/libultrare/audio/env.o (.bss); /*edited*/ + build/u/src/libultra/audio/auxbus.o (.bss); + build/u/src/libultra/audio/save.o (.bss); + build/u/src/libultra/os/jammesg.o (.bss); + build/u/src/libultra/io/pigetcmdq.o (.bss); + build/u/src/libultra/gu/cosf.o (.bss); /*edited*/ + build/u/src/libultra/gu/sinf.o (.bss); /*edited*/ + build/u/src/libultrare/os/destroythread.o (.bss); + build/u/src/libultra/audio/seqplayer.o (.bss); + build/u/src/libultra/audio/synstartvoiceparam.o (.bss); + build/u/src/libultra/audio/copy.o (.bss); + build/u/src/libultra/io/piacs.o (.bss); + build/u/src/libultra/libc/xlitob.o (.bss); + build/u/src/libultra/libc/xldtob.o (.bss); + build/u/src/libultrare/io/epirawdma.o (.bss); + build/u/src/libultrare/io/devmgr.o (.bss); + build/u/src/libultra/io/contpfs.o (.bss); + build/u/src/libultra/io/si.o (.bss); + build/u/src/libultra/gu/normalize.o (.bss); + build/u/src/libultra/gu/sqrtf.o (.bss); + build/u/src/libultrare/io/leodiskinit.o (.bss); + build/u/src/libultra/os/setcompare.o (.bss); + build/u/src/libultra/audio/filter.o (.bss); + build/u/src/libultrare/audio/reverb.o (.bss); /*edited*/ + build/u/src/libultra/gu/libm_vals.o (.bss); /*edited*/ + build/u/src/libultra/audio/seq.o (.bss); + build/u/src/libultra/audio/synsetpriority.o (.bss); + build/u/src/libultra/libc/ldiv.o (.bss); + build/u/src/libultra/os/resetglobalintmask.o (.bss); + build/u/src/libultrare/io/epirawwrite.o (.bss); + build/u/src/libultra/io/vimodentsclan1.o (.bss); + build/u/src/libultrare/io/vimodepallan1.o (.bss); + build/u/src/libultrare/ultra80069080.o (.bss); /*edited*/ /*build/u/src/libultra/libultra.a:libultra.o (.bss);*/ build/u/src/game/initgamedata.o (.bss); @@ -4041,7 +4172,7 @@ SECTIONS build/u/src/game/initnull_0009D0.o (.bss); build/u/src/game/initunk_0009E0.o (.bss); build/u/src/game/initanitable.o (.bss); - build/u/src/game/initunk_000B60.o (.bss); + build/u/src/game/initplayergaitobject.o (.bss); build/u/src/game/setguscale.o (.bss); build/u/src/game/initnull_000BC0.o (.bss); build/u/src/game/initimages.o (.bss); @@ -4056,79 +4187,89 @@ SECTIONS build/u/src/game/initBondDATA.o (.bss); build/u/src/game/initunk_005450.o (.bss); build/u/src/game/initunk_005520.o (.bss); - build/u/src/game/initcameraandthrown.o (.bss); + build/u/src/game/bondview_r.o (.bss); build/u/src/game/inititemslots.o (.bss); build/u/src/game/initBondDATAdefaults.o (.bss); build/u/src/game/initpathtablesomething.o (.bss); build/u/src/game/initpathtablelinks.o (.bss); build/u/src/game/initexplosioncasing.o (.bss); - build/u/src/game/initunk_007180.o (.bss); + build/u/src/game/alloc_window_pieces.o (.bss); build/u/src/game/initunk_007290.o (.bss); - build/u/src/game/initunk_0072B0.o (.bss); + build/u/src/game/initcheattext.o (.bss); build/u/src/game/initmttex.o (.bss); - build/u/src/game/initunk_0073B0.o (.bss); - build/u/src/game/initunk_007460.o (.bss); + build/u/src/game/cleanup_guard_data.o (.bss); + build/u/src/game/cleanup_object_sounds.o (.bss); build/u/src/game/cleanup_alarms.o (.bss); build/u/src/game/cleanup_objects.o (.bss); build/u/src/game/cleanup_objectives.o (.bss); build/u/src/game/cleanupSFXRelated.o (.bss); build/u/src/game/playerstats_007770.o (.bss); - build/u/src/game/unk_007800.o (.bss); - build/u/src/game/unk_007920.o (.bss); + build/u/src/game/cleanexplosions.o (.bss); + build/u/src/game/cleanwindowpieces.o (.bss); build/u/src/game/null_007970.o (.bss); - build/u/src/game/unk_007980.o (.bss); - build/u/src/game/intro_logos.o (.bss); - build/u/src/game/mainmenu.o (.bss); + build/u/src/game/cleanplayersound.o (.bss); + build/u/src/game/title.o (.bss); + build/u/src/game/front.o (.bss); build/u/src/game/unk_01B0E0.o (.bss); build/u/src/game/unk_01B240.o (.bss); build/u/src/game/unk_01BAE0.o (.bss); build/u/src/game/blood_animation.o (.bss); build/u/src/game/blood_decrypt.o (.bss); - build/u/src/game/gamefile.o (.bss); - build/u/src/game/gamefile2.o (.bss); + build/u/src/game/file.o (.bss); + build/u/src/game/file2.o (.bss); build/u/src/game/chr.o (.bss); - build/u/src/game/chr2.o (.bss); + build/u/src/game/chr_b.o (.bss); + build/u/src/game/chrlv.o (.bss); build/u/src/game/chrai.o (.bss); + build/u/src/game/chrprop.o (.bss); build/u/src/game/chrobjhandler.o (.bss); build/u/src/game/loadobjectmodel.o (.bss); build/u/src/game/objective_status.o (.bss); build/u/src/game/objective_status2.o (.bss); - build/u/src/game/sin.o (.bss); + build/u/src/game/math_sincos.o (.bss); build/u/src/game/matrixmath.o (.bss); - build/u/src/game/unk_05A9E0.o (.bss); - build/u/src/game/convertangleusinginverse.o (.bss); - build/u/src/game/unk_05AB70.o (.bss); - build/u/src/game/unk_05ACB0.o (.bss); - build/u/src/game/unk_05AE00.o (.bss); - build/u/src/game/unk_05B1E0.o (.bss); - build/u/src/game/truncf.o (.bss); - build/u/src/game/unk_05C440.o (.bss); - build/u/src/game/bondwalk.o (.bss); + build/u/src/game/math_unk_05A9E0.o (.bss); + build/u/src/game/math_atan2f.o (.bss); + build/u/src/game/math_asinacos.o (.bss); + build/u/src/game/math_asinfacosf.o (.bss); + build/u/src/game/matrixmath_misc.o (.bss); + build/u/src/game/quaternion.o (.bss); + build/u/src/game/math_floor.o (.bss); + build/u/src/game/math_ceil.o (.bss); + build/u/src/game/gun.o (.bss); build/u/src/game/bondwalk2.o (.bss); build/u/src/game/objecthandler.o (.bss); + build/u/src/game/objecthandler_1.o (.bss); build/u/src/game/objecthandler_2.o (.bss); build/u/src/game/othermodemicrocode.o (.bss); - build/u/src/game/bond.o (.bss); + build/u/src/game/bondview.o (.bss); build/u/src/game/bondinv.o (.bss); - build/u/src/game/unk_08DBB0.o (.bss); + build/u/src/game/bondhead.o (.bss); + build/u/src/game/padhalllv.o (.bss); build/u/src/game/debugmenu_08FE00.o (.bss); - build/u/src/game/debugmenu_090490.o (.bss); + build/u/src/game/debugmenu_handler.o (.bss); build/u/src/game/unk_091080.o (.bss); - build/u/src/game/chrobjdata.o (.bss); + build/u/src/game/chraidata.o (.bss); + build/u/src/game/pobjdata.o (.bss); + build/u/src/game/gobjdata.o (.bss); + build/u/src/game/gobjdata2.o (.bss); + build/u/src/game/cobjdata.o (.bss); build/u/src/game/cheat_buttons.o (.bss); build/u/src/game/unk_092890.o (.bss); build/u/src/game/unk_092E50.o (.bss); - build/u/src/game/unk_093880.o (.bss); - build/u/src/game/unk_09B600.o (.bss); + build/u/src/game/player.o (.bss); + build/u/src/game/player_2.o (.bss); + build/u/src/game/crc.o (.bss); build/u/src/game/chrObjRandom.o (.bss); build/u/src/game/unk_09B7A0.o (.bss); - build/u/src/game/unk_09C250.o (.bss); + build/u/src/game/explosions.o (.bss); build/u/src/game/unk_0A1DA0.o (.bss); build/u/src/game/watch.o (.bss); build/u/src/game/textrelated.o (.bss); build/u/src/game/stan.o (.bss); build/u/src/game/unk_0B3200.o (.bss); build/u/src/game/bg.o (.bss); + build/u/src/game/bg2.o (.bss); build/u/src/game/fog.o (.bss); build/u/src/game/lightfixture.o (.bss); build/u/src/game/unk_0BC530.o (.bss); @@ -4159,48 +4300,34 @@ SECTIONS } _bssSegmentEnd = ADDR(.bss) + SIZEOF(.bss); _bssSegmentSize = SIZEOF(.bss); - _bssSegmentRomEnd = _bssSegmentRomStart + SIZEOF(.bss); _roombufSegmentStart = ADDR(.roombuf); - _roombufSegmentRomStart = _bssSegmentRomEnd; - .roombuf _bssSegmentEnd : AT(_roombufSegmentRomStart){ + .roombuf (NOLOAD) : + { build/u/src/game/room_model_buffer.o (.bss); } _roombufSegmentEnd = ADDR(.roombuf) + SIZEOF(.roombuf); - _roombufSegmentRomEnd = _roombufSegmentRomStart + SIZEOF(.roombuf); - - _tlbbufSegmentStart = ADDR(.tlbbuf); - _tlbbufSegmentRomStart = _roombufSegmentRomEnd; - .tlbbuf _roombufSegmentEnd : AT(_tlbbufSegmentRomStart){ - build/u/src/tlb_buffer.o (.bss); - } - _tlbbufSegmentEnd = ADDR(.tlbbuf) + SIZEOF(.tlbbuf); - _tlbbufSegmentRomEnd = _tlbbufSegmentRomStart + SIZEOF(.tlbbuf); - _decompbufSegmentStart = ADDR(.decompbuf); - _decompbufSegmentRomStart = _tlbbufSegmentRomEnd; - .decompbuf 0x80300000 : AT(_decompbufSegmentRomStart){ + .decompbuf 0x80300000 : + { build/u/src/decompressbuffer.o (.bss); } _decompbufSegmentEnd = ADDR(.decompbuf) + SIZEOF(.decompbuf); - _decompbufSegmentRomEnd = _decompbufSegmentRomStart + SIZEOF(.decompbuf); _stacksSegmentStart = ADDR(.stacks); - _stacksSegmentRomStart = _decompbufSegmentRomEnd; - .stacks 0x803ab400 : AT(_stacksSegmentRomStart){ + .stacks (NOLOAD) : + { build/u/src/stacks.o (.bss); } _stacksSegmentEnd = ADDR(.stacks) + SIZEOF(.stacks); - _stacksSegmentRomEnd = _stacksSegmentRomStart + SIZEOF(.stacks); _cfbSegmentStart = ADDR(.cfb); - _cfbSegmentRomStart = _stacksSegmentRomEnd; - .cfb 0x803b5000 : AT(_cfbSegmentRomStart){ + .cfb (NOLOAD) : + { build/u/src/cfb.o (.bss); } _cfbSegmentEnd = ADDR(.cfb) + SIZEOF(.cfb); - _cfbSegmentRomEnd = _cfbSegmentRomStart + SIZEOF(.cfb); /*move em to end, out of the way*/ /DISCARD/ : { @@ -4213,37 +4340,7 @@ SECTIONS * (.gptab.bss); * (.gptab.data); * (.reginfo); - - build/u/assets/romfiles.o (.text); - build/u/assets/romfiles.o (.data); - build/u/assets/romfiles2.o (.text); - build/u/assets/romfiles2.o (.data); - build/u/assets/ramrom/ramrom.o (.text); - build/u/assets/ramrom/ramrom.o (.data); - build/u/assets/font/font.o (.text); - build/u/assets/font/font.o (.data); - build/u/assets/music/music.o (.text); - build/u/assets/music/music.o (.data); - build/u/assets/obseg/ob_seg.o (.text); - build/u/assets/obseg/ob_seg.o (.data); - build/u/assets/images/split/*.o (.text); - build/u/assets/images/split/*.o (.data); - build/u/src/rom_header.o (.text); - build/u/src/bootcode.o (.data); - build/u/src/_start.o (.data); - build/u/src/rspboot.o (.data); - build/u/src/_start.o (.rodata); - build/u/src/rspboot.o (.rodata); - build/u/src/gspboot.o (.rodata); - build/u/src/_start.o (.bss); - build/u/assets/romfiles.o (.bss); - build/u/assets/romfiles2.o (.bss); - build/u/assets/ramrom/ramrom.o (.bss); - build/u/assets/font/font.o (.bss); - build/u/assets/music/music.o (.bss); - build/u/assets/obseg/ob_seg.o (.bss); - build/u/src/rspboot.o (.bss); - build/u/src/gspboot.o (.bss); - build/u/src/aspboot.o (.bss); + + } } diff --git a/include/CPPLib.h b/include/CPPLib.h new file mode 100644 index 0000000..513a782 --- /dev/null +++ b/include/CPPLib.h @@ -0,0 +1,652 @@ +/** + * This header file contains a library of advanced C Pre-Processor (CPP) macros + * which implement various useful functions, such as iteration, in the + * pre-processor. + */ +#ifndef CPPLIB_H +#define CPPLIB_H + +/*#define EXPAND_EXAMPLES */ + +/** + * Macros which expand to common values + */ + +#define EMPTY() +#define COMMA() , +#define COMMA_IF(cond) COMMA_IF_I(cond) +#define COMMA_IF_I(cond) IF_ELSE(cond)(COMMA)(EMPTY)() +#define LPAREN() ( +#define RPAREN() ) +#define PLUS() + +#define ZERO() 0 +#define ONE() 1 + +#define EXPAND(a) a +#define EAT(x) +#define STR(n) #n + + +/** + * Force the pre-processor to expand the macro a large number of times. Usage: + * + * EVAL(expression) + * + * This is useful when you have a macro which evaluates to a valid macro + * expression which is not subsequently expanded in the same pass. A contrived, + * but easy to understand, example of such a macro follows. Note that though + * this example is contrived, this behaviour is abused to implement bounded + * recursion in macros such as FOR. + * + * #define A(x) x+1 + * #define EMPTY + * #define NOT_QUITE_RIGHT(x) A EMPTY (x) + * NOT_QUITE_RIGHT(999) + * + * Here's what happens inside the C preprocessor: + * + * 1. It sees a macro "NOT_QUITE_RIGHT" and performs a single macro expansion + * pass on its arguments. Since the argument is "999" and this isn't a macro, + * this is a boring step resulting in no change. + * 2. The NOT_QUITE_RIGHT macro is substituted for its definition giving "A + * EMPTY() (x)". + * 3. The expander moves from left-to-right trying to expand the macro: + * The first token, A, cannot be expanded since there are no brackets + * immediately following it. The second token EMPTY(), however, can be + * expanded (recursively in this manner) and is replaced with "". + * 4. Expansion continues from the start of the substituted test (which in this + * case is just empty), and sees "(999)" but since no macro name is present, + * nothing is done. This results in a final expansion of "A (999)". + * + * Unfortunately, this doesn't quite meet expectations since you may expect that + * "A (999)" would have been expanded into "999+1". Unfortunately this requires + * a second expansion pass but luckily we can force the macro processor to make + * more passes by abusing the first step of macro expansion: the preprocessor + * expands arguments in their own pass. If we define a macro which does nothing + * except produce its arguments e.g.: + * + * #define PASS_THROUGH(...) __VA_ARGS__ + * + * We can now do "PASS_THROUGH(NOT_QUITE_RIGHT(999))" causing "NOT_QUITE_RIGHT" + * to be expanded to "A (999)", as described above, when the arguments are + * expanded. Now when the body of PASS_THROUGH is expanded, "A (999)" gets + * expanded to "999+1". + * + * The EVAL defined below is essentially equivalent to a large nesting of + * "PASS_THROUGH(PASS_THROUGH(PASS_THROUGH(..." which results in the + * preprocessor making a large number of expansion passes over the given + * expression. + */ +#define EVAL(a) EVAL512(EVAL256(EVAL128(EVAL64(EVAL32(EVAL16(EVAL8(EVAL4(EVAL2(EVAL1(a)))))))))) +#define EVAL512(a) EVAL256(EVAL128(EVAL64(EVAL32(EVAL16(EVAL8(EVAL4(EVAL2(EVAL1(a))))))))) +#define EVAL256(a) EVAL128(EVAL64(EVAL32(EVAL16(EVAL8(EVAL4(EVAL2(EVAL1(a)))))))) +#define EVAL128(a) EVAL64(EVAL32(EVAL16(EVAL8(EVAL4(EVAL2(EVAL1(a))))))) +#define EVAL64(a) EVAL32(EVAL16(EVAL8(EVAL4(EVAL2(EVAL1(a)))))) +#define EVAL32(a) EVAL16(EVAL8(EVAL4(EVAL2(EVAL1(a))))) +#define EVAL16(a) EVAL8(EVAL4(EVAL2(EVAL1(a)))) +#define EVAL8(a) EVAL4(EVAL2(EVAL1(a))) +#define EVAL4(a) EVAL2(EVAL1(a)) +#define EVAL2(a) EVAL1(a) +#define EVAL1(VA) IF_VA(EXPAND(DEFER(IS_PAREN)(VA)))(DEFER(EXPAND_ARGS_STACK)) VA + +/** + * Causes a function-style macro to require an additional pass to be expanded. + * This is useful, for example, when trying to implement recursion since the + * recursive step must not be expanded in a single pass as the pre-processor + * will catch it and prevent it. + * + * Usage: + * + * DEFER(IN_NEXT_PASS)(args, to, the, macro) + * + * Blocking a Second time can be done with DEFER2 + * + * Usage: + * + * DEFER2(IN_NEXT_NEXT_PASS)(args, to, the, macro) + */ + +/** + * As with DEFER1 except here n additional passes are required for DEFERn. + * + * The mechanism is analogous. + */ +#define DEFERA1024(a) DEFERA512(DEFERA512(a)) +#define DEFERA512(a) DEFERA256(DEFERA256(a)) +#define DEFERA256(a) DEFERA128(DEFERA128(a)) +#define DEFERA128(a) DEFERA64(DEFERA64(a)) +#define DEFERA64(a) DEFERA32(DEFERA32(a)) +#define DEFERA32(a) DEFERA16(DEFERA16(a)) +#define DEFERA16(a) DEFERA8(DEFERA8(a)) +#define DEFERA8(a) DEFERA4(DEFERA4(a)) +#define DEFERA4(a) DEFERA2(DEFERA2(a)) +#define DEFERA2(a) DEFERA1(DEFERA1(a)) +#define DEFERA1(a) EMPTY a +#define DEFERB1024(a) DEFERB512(DEFERB512(a)) +#define DEFERB512(a) DEFERB256(DEFERB256(a)) +#define DEFERB256(a) DEFERB128(DEFERB128(a)) +#define DEFERB128(a) DEFERB64(DEFERB64(a)) +#define DEFERB64(a) DEFERB32(DEFERB32(a)) +#define DEFERB32(a) DEFERB16(DEFERB16(a)) +#define DEFERB16(a) DEFERB8(DEFERB8(a)) +#define DEFERB8(a) DEFERB4(DEFERB4(a)) +#define DEFERB4(a) DEFERB2(DEFERB2(a)) +#define DEFERB2(a) DEFERB1(DEFERB1(a)) +#define DEFERB1(a) () a + +#define DEFER1024(id) id DEFERA1024() DEFERB1024() +#define DEFER512(id) id DEFERA512() DEFERB512() +#define DEFER256(id) id DEFERA256() DEFERB256() +#define DEFER128(id) id DEFERA128() DEFERB128() +#define DEFER64(id) id DEFERA64() DEFERB64() +#define DEFER32(id) id DEFERA32() DEFERB32() +#define DEFER16(id) id DEFERA16() DEFERB16() +#define DEFER8(id) id DEFERA8() DEFERB8() +#define DEFER4(id) id DEFERA4() DEFERB4() +#define DEFER3(id) id DEFERA1() DEFERA2() DEFERB2() DEFERB1() +#define DEFER2(id) id DEFERA2() DEFERB2() +#define DEFER1(id) id DEFERA1() DEFERB1() +#define DEFER(id) id DEFERA1() DEFERB1() + +#define INC(x) CAT(INC_, x) +#define INC_0 1 +#define INC_1 2 +#define INC_2 3 +#define INC_3 4 +#define INC_4 5 +#define INC_5 6 +#define INC_6 7 +#define INC_7 8 +#define INC_8 9 +#define INC_9 0 + +#define DEC(x) CAT(DEC_, x) +#define DEC_0 (1/0) +#define DEC_1 0 +#define DEC_2 1 +#define DEC_3 2 +#define DEC_4 3 +#define DEC_5 4 +#define DEC_6 5 +#define DEC_7 6 +#define DEC_8 7 +#define DEC_9 8 + +/** + * Indirection around the standard ## concatenation operator. This simply + * ensures that the arguments are expanded (once) before concatenation. + * @param a, b + * @return Concantinated Token + */ +#define CAT(a, b) PRIMITIVECAT(a, b) +#define PRIMITIVECAT(a, b) a##b + +/** + * Get the first argument and ignore the rest. + */ +#define FIRST_PRE_VA(a) a + +/** + * Get the second argument and ignore the rest. + */ +#define SECOND_PRE_VA(a, b) b + +/** + * Expects a single input (not containing commas). Returns 1 if the input is + * PROBE() and otherwise returns 0. + * + * This can be useful as the basis of a NOT function. + * + * This macro abuses the fact that PROBE() contains a comma while other valid + * inputs must not. + */ +#define IS_PROBE(a) SECOND_PRE_VA(a, 0) +#define PROBE() ~, 1 + +/** + * Detect Parenthesis + * @return TRUE/FALSE + */ +#define IS_PAREN(x) IS_PROBE(IS_PAREN_PROBE x) +#define IS_PAREN_PROBE(A) PROBE(~) + +#ifdef EXPAND_EXAMPLES + IS_PAREN((S)) // Expands to 1 + IS_PAREN(xxx) // Expands to 0 +#endif + +/** + * Detects if arg or macro is defined as nothing. + */ +#define IS_EMPTY(x) _IS_EMPTY(x) +#define _IS_EMPTY(x) IS_PROBE(CAT(_IS_EMPTY, _##x##_)) +#define _IS_EMPTY__ PROBE(~) /*NULL*/ + +/** + * Detects if arg or macro is a Bool (1 or 0). + * Use _IS_BOOL to prevent first expansion (TRUE/FALSE macro) + * @return TRUE/FALSE + */ +#define IS_BOOL(x) _IS_BOOL(x) +#define _IS_BOOL(x) IS_PROBE(CAT(_IS_BOOL, _##x##_)) +#define _IS_BOOL_TRUE_ PROBE(~) +#define _IS_BOOL_FALSE_ PROBE(~) +#define _IS_BOOL_1_ PROBE(~) +#define _IS_BOOL_0_ PROBE(~) + + /** + * Macro version of "defined" however its limited to 1/0/nothing. Any other value + * is indistuiguishable from a random name + * Certain pre-defined definitions can be "NOTDEFINED" eg THIS. + * so checking IF(DEFINED(THIS)) is asking if THIS is NOT defined + * @return TRUE/FALSE +*/ +#define DEFINED(x) _DEFINED(x) +#define _DEFINED(x) IS_PROBE(CAT(_DEFINED, _##x##_)) +#define _DEFINED_0_ PROBE(~) +#define _DEFINED_1_ PROBE(~) +#define _DEFINED__ PROBE(~) + +/*The following names are NOT defined and need to be regarded as NOTDEFINED */ +#define _DEFINED_THIS_ PROBE(~) +#define _DEFINED_SETUPSUBROUTINES(ID) PROBE(~), + + /** + * Logical negation. 0 or nothing is defined as false and everything else as + * true. + * + * When 0, _NOT_0 will be found which evaluates to the PROBE. When 1 (or any + * other value) is given, an appropriately named macro won't be found and the + * concatenated string will be produced. IS_PROBE then simply checks to see if + * the PROBE was returned, cleanly converting the argument into a 1 or 0. + * @return TRUE/FALSE + */ +#define NOT(x) _NOT(x) +#define _NOT(x) IS_PROBE(CAT(_NOT, _##x##_)) +#define _NOT_0_ PROBE(~) +#define _NOT__ PROBE(~) /*NULL*/ + + +#ifdef EXPAND_EXAMPLES + NOT(1) // not 1 + NOT(0) // not 0 + NOT() // not + NOT(NOT(IS_PAREN(()))) // not !1 + NOT(NOT(0)) // not !0 + NOT(NOT()) // not ! +#endif + +/** + * Macro version of C's famous "cast to bool" operator (i.e. !!) which takes + * anything and casts it to 0 if it is 0 and 1 otherwise. + * @return TRUE/FALSE +*/ +#define BOOL(x) NOT(NOT(x)) + +/* this little anoying block may look out of place, but it needs to be right here */ + +/** + If Statement (Non-Expanding) + @param c: If True, output the contents of parenthises else output nothing. +*/ +#define IF_VA(c) _IF_VA(BOOL(c)) +#define _IF_VA(c) CAT(_IF_VA_, c) +#define _IF_VA_1(a) a +#define _IF_VA_0(a) + +/** + * _VA_ARGS_ for c89 + * Allows up to 32 Args on the stack + */ +#define EXPAND_ARGS_STACK(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,AA,AB,AC,AD,AE,AF,ERROR) \ +IF_VA(NOT(IS_EMPTY(A)))/* +*/(/* + */A /* + */IF_VA(NOT(IS_EMPTY(B)))/* + */(/* + */COMMA() B /* + */IF_VA(NOT(IS_EMPTY(C)))/* + */(/* + */COMMA() C /* + */IF_VA(NOT(IS_EMPTY(D)))/* + */(/* + */COMMA() D /* + */IF_VA(NOT(IS_EMPTY(E)))/* + */(/* + */COMMA() E/* + */IF_VA(NOT(IS_EMPTY(F)))/* + */(/* + */COMMA() F /* + */IF_VA(NOT(IS_EMPTY(G)))/* + */(/* + */COMMA() G /* + */IF_VA(NOT(IS_EMPTY(H)))/* + */(/* + */COMMA() H /* + */IF_VA(NOT(IS_EMPTY(I)))/* + */(/* + */COMMA() I /* + */IF_VA(NOT(IS_EMPTY(J)))/* + */(/* + */COMMA() J /* + */IF_VA(NOT(IS_EMPTY(K)))/* + */(/* + */COMMA() K /* + */IF_VA(NOT(IS_EMPTY(L)))/* + */(/* + */COMMA() L /* + */IF_VA(NOT(IS_EMPTY(M)))/* + */(/* + */COMMA() M /* + */IF_VA(NOT(IS_EMPTY(N)))/* + */(/* + */COMMA() N /* + */IF_VA(NOT(IS_EMPTY(O)))/* + */(/* + */COMMA() O /* + */IF_VA(NOT(IS_EMPTY(P)))/* + */(/* + */COMMA() P /* + */IF_VA(NOT(IS_EMPTY(Q)))/* + */(/* + */COMMA() Q /* + */IF_VA(NOT(IS_EMPTY(R)))/* + */(/* + */COMMA() R /* + */IF_VA(NOT(IS_EMPTY(S)))/* + */(/* + */COMMA() S /* + */IF_VA(NOT(IS_EMPTY(T)))/* + */(/* + */COMMA() T /* + */IF_VA(NOT(IS_EMPTY(U)))/* + */(/* + */COMMA() U /* + */IF_VA(NOT(IS_EMPTY(V)))/* + */(/* + */COMMA() V /* + */IF_VA(NOT(IS_EMPTY(W)))/* + */(/* + */COMMA() W /* + */IF_VA(NOT(IS_EMPTY(X)))/* + */(/* + */COMMA() X /* + */IF_VA(NOT(IS_EMPTY(Y)))/* + */(/* + */COMMA() Y /* + */IF_VA(NOT(IS_EMPTY(Z)))/* + */(/* + */COMMA() Z /* + */IF_VA(NOT(IS_EMPTY(AA)))/* + */(/* + */COMMA() AA /* + */IF_VA(NOT(IS_EMPTY(AB)))/* + */(/* + */COMMA() AB /* + */IF_VA(NOT(IS_EMPTY(AC)))/* + */(/* + */COMMA() AC /* + */IF_VA(NOT(IS_EMPTY(AD)))/* + */(/* + */COMMA() AD /* + */IF_VA(NOT(IS_EMPTY(AE)))/* + */(/* + */COMMA() AE /* + */IF_VA(NOT(IS_EMPTY(AF)))/* + */(/* + */COMMA() AF /* + */IF_VA(NOT(IS_EMPTY(ERROR)))/* + */(/* + */COMMA() undefinedlocal = 1/0 "_VA_ARGS Stack full"/* + */)/* +*/) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) +/** + * Push/Pop VA Args arrays + */ +#define POP_ARG(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,AA,AB,AC,AD,AE,AF) /* + */(IF_VA(IS_PAREN(A))(_POP_ARG A) /* + ELSE*/IF_VA(NOT(IS_PAREN(A)))(EXPAND_ARGS_STACK(B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,AA,AB,AC,AD,AE,AF))) +#define _POP_ARG(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,AA,AB,AC,AD,AE,AF) EXPAND_ARGS_STACK(B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,AA,AB,AC,AD,AE,AF) +#define PUSH_ARG(A,B)(A, TRY_EXPAND(B)) + +/** + * TRY Expand If Array + */ +#define TRY_EXPAND(c) _TRY_EXPAND(IS_PAREN(c))(c) +#define _TRY_EXPAND(c) CAT(__TRY_EXPAND_, c) +#define __TRY_EXPAND_1(a) EXPAND_ARGS_STACK a +#define __TRY_EXPAND_0(a) a + +/** + * Get the first argument and ignore the rest. + */ +#define FIRST(a) EXPAND(DEFER(FIRST_PRE_VA)(TRY_EXPAND(a))) + +/** + * Get the second argument and ignore the rest. + */ +#define SECOND(a, b) EXPAND(DEFER(SECOND_PRE_VA)(TRY_EXPAND(a), b)) + +#ifdef EXPAND_EXAMPLES +// POP ARG + POP_ARG(THIS, IS, a, TEST, hy) +// push arg + PUSH_ARG(test, (this, is, a, test, with, a , is, so, is, a, test, with, a , is, so, is, a, test, with, a , is, so, is, a, test, with, a , is, so)) +#endif + +/** + * Logical OR. Simply performs a lookup. + */ +#define OR(a, b) CAT(CAT(_OR_, a), b) +#define _OR_00 0 +#define _OR_01 1 +#define _OR_10 1 +#define _OR_11 1 +/** + * Logical XOR. Simply performs a lookup. + */ +#define XOR(a, b) CAT(CAT(_XOR_, a), b) +#define _XOR_00 0 +#define _XOR_01 1 +#define _XOR_10 1 +#define _XOR_11 0 +/** + * Logical AND. Simply performs a lookup. + */ +#define AND(a, b) CAT(CAT(_AND_, a), b) +#define _AND_00 0 +#define _AND_01 0 +#define _AND_10 0 +#define _AND_11 1 + +/** + * Macro if statement. + * Usage: + * IF(condition) \ + * ( \ + * expansion when true \ + * ) + * @param condition + * @return TRUE/FALSE + */ +#define IF(c) _IF(BOOL(c)) +#define _IF(c) CAT(_IF_, c) +#define _IF_1(a) TRY_EXPAND(a) +#define _IF_0(a) + +/** + * Macro if/else statement. + * Usage: + * + * IF_ELSE(condition) + * (( + * expansion when true + * )) + * (( + * expansion when false + * )) + * @param condition + * @return TRUE/FALSE + */ +#define IF_ELSE(c) _IF(CAT(E, BOOL(c))) +#define _IF_E1(a) TRY_EXPAND(a) _IF_1_ELSE +#define _IF_E0(a) _IF_0_ELSE +#define _IF_1_ELSE(a) +#define _IF_0_ELSE(a) TRY_EXPAND(a) + + +#ifdef EXPAND_EXAMPLES + IF_ELSE(220)((it was, non - zero))(it was zero) // Expands to "non Zero" + IF(06)(NONZERO) + + +/* + * When + */ +#define WHEN(c) IF(c)(EVAL1)(EAT) +#endif +/** + * Macro which checks if it has any arguments. Returns '0' if there are no + * arguments, '1' otherwise. + * Limitation: HAS_ARGS(,1,2,3) returns 0 -- this check essentially only checks + * that the first argument exists. + * @return TRUE/FALSE + */ +#define HAS_ARGS(a) BOOL(EXPAND(_END_OF_ARGUMENTS_ FIRST(a)())) +#define _END_OF_ARGUMENTS_() 0 + +/* +for_each(v.begin(), v.end(), [](int &number) + { + number++; + }); +*/ +/** + * foreach macro + * @param + */ +#define foreach(var, collection) for (var = *collection; var; var++) + +#ifdef EXPAND_EXAMPLES +//do I have args? +//yes +HAS_ARGS(a, b, c) +HAS_ARGS((a, b, c)) +//no +HAS_ARGS() +HAS_ARGS(()) +HAS_ARGS(( ())) + +# define test() Im expanded + DEFER8(test)() EVAL1(EVAL4(DEFER4(test)())) + +# define RECURSE(X) FIRST X DEFER(_RECURSE)()(POP_ARG X) +# define _RECURSE() RECURSE + // RECURSE + EVAL16(RECURSE((this, is, a, test, WITH, MANY, ARGS))) +#endif + +#define COUNTPARAMS(X) \ + IF_ELSE(IS_PAREN(X)) /* + */( /* + */EVAL8(COUNTPARAMS_INNER(X, 0)) /* + */) /* + */( /* + */0() /* + */) +#define COUNTPARAMS_INNER(X, COUNT) \ + IF_ELSE(HAS_ARGS(X))/* + */( /* + */DEFER3(_COUNTPARMS)()(POP_ARG(X), INC(COUNT))/* + */) /* + */( /* + */COUNT /* + */) +# define _COUNTPARMS() COUNTPARAMS_INNER + + +#ifdef EXPAND_EXAMPLES + // COUNTPARAMS - IT WORKS!!!, THIS WILL BE GREAT FOR AI + COUNTPARAMS(()) + COUNTPARAMS((A)) + COUNTPARAMS((A, B)) + COUNTPARAMS((A, B, C)) + COUNTPARAMS((A, B, C, D)) + COUNTPARAMS((A, B, C, D, E)) + COUNTPARAMS((A, B, C, D, E, F)) + COUNTPARAMS((A, B, C, D, E, F, G)) + COUNTPARAMS((A, B, C, D, E, F,G,H)) + COUNTPARAMS((A, B, C, D, E, F,G,H,I)) + +#enAdif +#define LIST_TO_TUPLE(list) \ + IF_ELSE(IS_PAREN(list))\ + (\ + EVAL16((LIST_TO_TUPLE_INNER(SECOND list, FIRST list)))\ + )\ + (\ + list\ + ) + +#define LIST_TO_TUPLE_INNER(list, listb) \ + IF_ELSE(HAS_ARGS(list)) \ + (\ + EXPAND(DEFER4(_LIST_TO_TUPLE_INNER)()(TRY_EXPAND((POP_ARG list)), PUSH_ARG(FIRST list, listb)))\ + )\ + (\ + 0 listb\ + ) +#define _LIST_TO_TUPLE_INNER() LIST_TO_TUPLE_INNER +// list to tuple +LIST_TO_TUPLE((this, (is, (a, (li8st, (lots, (of, (test, (another, ))))))))) +//SINGLE +LIST_TO_TUPLE((this,(is))) + +#define REPEAT(count, macro, a) \ + IF_ELSE(DEC(count)) \ + (DEFER3(REPEAT_INDIRECT)()(DEC(count), macro, a))( \ + /* Do nothing, just terminate */) DEFER(macro)(DEC(count), a) + +#define REPEAT_INDIRECT() REPEAT + +#ifdAef EXPAND_EXAMPLES +// An example of using this macro +# define M(i, _) i + EVAL16(REPEAT(9, M, ~)) // 0 1 2 3 4 5 6 7 +#endiAf + +#define WHILE(pred, op, a) \ + IF(pred(a)) \ + (DEFER2(WHILE_INDIRECT)()(pred, op, op(a)), POP_ARG a) +#define WHILE_INDIRECT() WHILE + +/** + * Macro map/list comprehension. Usage: + * + * MAP(op, sep, ...) + * + * Produces a 'sep()'-separated list of the result of op(arg) for each arg. + * + * Example Usage: + * + * #define MAKE_HAPPY(x) happy_##x + * #define COMMA() , + * MAP(MAKE_HAPPY, COMMA, 1,2,3) + * + * Which expands to: + * + * happy_1 , happy_2 , happy_3 + */ +#define MAP(op, sep, a) \ + IF_ELSE(HAS_ARGS a) \ + (EVAL(MAP_INNER(op, sep, a)))(/* Do nothing, just terminate */) +#define MAP_INNER(op, sep, a) \ + DEFER(op) \ + (FIRST a) IF_ELSE(DEFER(HAS_ARGS) POP_ARG a)(EXPAND EMSPTY()( \ + sep() OBSTRUCT(_MAP_INNER)()(op, sep, EXPAND(POP_ARG a))))( \ + /* Do nothing, just terminate */) +#define _MAP_INNER() MAP_INNER + +/*MAP(MAKE_HAPPY, COMMA, (1,2,3,A))*/ +#endif +#endif diff --git a/include/LibFixedPoint.h b/include/LibFixedPoint.h new file mode 100644 index 0000000..68088ab --- /dev/null +++ b/include/LibFixedPoint.h @@ -0,0 +1,323 @@ +/*======================================================================== + * LibFixedPoint.h + * + * This library allows for complex fixed point math. + * it has greater flexibility than the gu functions (which are 32bit) + * + * example: + * FTOFIX32(100.5) + * will result in 6586368 (or 0x0064 8000) which is a s15.16 fixed format. + * + * #define fixed_fmt_z s16, 13, 2 + * fixed(fixed_fmt_z) z; + * z.full = Float2Fixed(z, 7.3); + * + * will result in 402 (or 0x0192) which is s13.2 (as defined) + * + *========================================================================*/ +/************************************************************************** + * + * $REVISION: 1.0 $ + * $DATE: 2021/03/09 02:03:28 $ + * $SOURCE: /include/LibFixedPoint.h,v $ + * + **************************************************************************/ +#ifndef _LIBFIXEDPOINT_H_ +# define _LIBFIXEDPOINT_H_ +#include +#include + + + + +#pragma region Private Implementation Macros + +#define _fixed(TYPE, INTEGER, FRACTION) \ + union \ + { \ + TYPE full; \ + struct \ + { \ + TYPE integer : INTEGER; \ + TYPE fraction : FRACTION; \ + } part; \ + } + +#define _Float2Fixed(SIZE, INTEGER, FRACTION, VALUE) ((VALUE) * (1 << FRACTION)) + +#define _Fixed2Float(SIZE, INTEGER, FRACTION, VALUE) \ + ((float)(VALUE) / (1 << FRACTION)) + +#define _GetFixedFraction(SIZE, INTEGER, FRACTION, VALUE) \ + ((unsigned SIZE)((1E##FRACTION) * \ + (VALUE.part.fraction & ((1 << FRACTION) - 1))) / \ + (1 << FRACTION)) + +#define _FixedAddition(SIZE_A, \ + INTEGER_A, \ + FRACTION_A, \ + VALUE_A, \ + SIZE_B, \ + INTEGER_B, \ + FRACTION_B, \ + VALUE_B) \ + (SIZE_A) VALUE_A + (VALUE_B << (FRACTION_A - FRACTION_B)) + +#define _FixedSubtraction(SIZE_A, \ + INTEGER_A, \ + FRACTION_A, \ + VALUE_A, \ + SIZE_B, \ + INTEGER_B, \ + FRACTION_B, \ + VALUE_B) \ + (SIZE_A) VALUE_A - (VALUE_B << (FRACTION_A - FRACTION_B)) + +#define _FixedMultiplication(SIZE_A, \ + INTEGER_A, \ + FRACTION_A, \ + VALUE_A, \ + SIZE_B, \ + INTEGER_B, \ + FRACTION_B, \ + VALUE_B) \ + (VALUE_A * VALUE_B) >> (FRACTION_A - FRACTION_B) + +#define _FixedDivision(SIZE_A, \ + INTEGER_A, \ + FRACTION_A, \ + VALUE_A, \ + SIZE_B, \ + INTEGER_B, \ + FRACTION_B, \ + VALUE_B) \ + (VALUE_A << (FRACTION_A - FRACTION_B) / VALUE_B) + +#pragma endregion +#pragma region Public Macros + +/** + * Define a Fixed Point type. + * Please Define the format Directly Before this. + * #define fixed_fmt_VarName Size,Integer,Fraction + * @param FORMAT: format name eg, fixed_fmt_VarName + */ +#define fixed(FORMAT) EXPAND(_fixed(FORMAT)) + +/** + * Convert a float to a Fixed Point type (integer). + * @param VAR: Variable to assign VALUE to. + * @param VALUE: Float Value to convert. + */ +#define Float2Fixed(VAR, VALUE) \ + EXPAND(DEFER(_Float2Fixed)(EXPAND(fixed_fmt_##VAR), VALUE)) + +/** + * Convert a Fixed Point type (integer) to a float. + * @param VAR: Variable to convert. + */ +#define Fixed2Float(VAR) \ + EXPAND(DEFER(_Fixed2Float)(EXPAND(fixed_fmt_##VAR), VAR.full)) + +/** + * @param VAR: Fixed Type to Read. + * @return Scaled Integer representing the Fractional Componant. eg, 75 for 0.75 + */ +#define GetFixedFraction(VAR) \ + EXPAND(DEFER(_GetFixedFraction)(EXPAND(fixed_fmt_##VAR), VAR)) + +/** + * Perform Addition on 2 Fixed Types. + * If A and B are different types, the larger should come first. + * @param A: Fixed Type to Read. + * @param B: Fixed Type to Read. + * @return Integer of Fixed Type "A". + */ +#define FixedAddition(A, B) \ + EXPAND(DEFER(_FixedAddition)(EXPAND(fixed_fmt_##A), \ + A.full, \ + EXPAND(fixed_fmt_##B), \ + B.full)) + +/** + * Perform Addition on A Fixed Type and Integer. + * @param A: Fixed Type to Read. + * @param B: Integer. + * @return Integer of Fixed Type "A". + */ +#define FixedAddition_i(A, B) \ + EXPAND(DEFER(_FixedAddition)(EXPAND(fixed_fmt_##A), \ + A.full, \ + 0, 0, 0, \ + B)) + +/** + * Perform Addition on A Fixed Type and Float. + * @param A: Fixed Type to Read. + * @param B: Float. + * @return Integer of Fixed Type "A". + */ +#define FixedAddition_f(A, B) \ + EXPAND(DEFER(_FixedAddition)( \ + EXPAND(fixed_fmt_##A), \ + A.full, \ + EXPAND(fixed_fmt_##A), \ + EXPAND(DEFER(_Float2Fixed)(EXPAND(fixed_fmt_##A), B)))) + +/** + * Perform Subtraction on 2 Fixed Types. + * If A and B are different types, the larger should come first. + * @param A: Fixed Type to Read. + * @param B: Fixed Type to Read. + * @return Integer of Fixed Type "A". + */ +#define FixedSubtraction(A, B) \ + EXPAND(DEFER(_FixedSubtraction)(EXPAND(fixed_fmt_##A), \ + A.full, \ + EXPAND(fixed_fmt_##B), \ + B.full)) + + /** + * Perform Subtraction on A Fixed Type and Integer. + * @param A: Fixed Type to Read. + * @param B: Integer. + * @return Integer of Fixed Type "A". + */ +#define FixedSubtraction_i(A, B) \ + EXPAND(DEFER(_FixedSubtraction)(EXPAND(fixed_fmt_##A), A.full, 0, 0, 0, B)) + +/** + * Perform Subtraction on A Fixed Type and Float. + * @param A: Fixed Type to Read. + * @param B: Float. + * @return Integer of Fixed Type "A". + */ +#define FixedSubtraction_f(A, B) \ + EXPAND(DEFER(_FixedSubtraction)( \ + EXPAND(fixed_fmt_##A), \ + A.full, \ + EXPAND(fixed_fmt_##A), \ + EXPAND(DEFER(_Float2Fixed)(EXPAND(fixed_fmt_##A), B)))) + +/** + * Perform Multiplication on 2 Fixed Types. + * If A and B are different types, the larger Fractional should come first. + * @param A: Fixed Type to Read. + * @param B: Fixed Type to Read. + * @return Integer with "A" bits fraction. + */ +#define FixedMultiplication(A, B) \ + EXPAND(DEFER(_FixedMultiplication)(EXPAND(fixed_fmt_##A), \ + A.full, \ + EXPAND(fixed_fmt_##B), \ + B.full)) + +/** + * Perform Multiplication on A Fixed Type and Integer. + * @param A: Fixed Type to Read. + * @param B: Integer. + * @return Integer of Fixed Type "A". + */ +#define FixedMultiplication_i(A, B) \ + EXPAND(DEFER( \ + _FixedMultiplication)(EXPAND(fixed_fmt_##A), A.full, 0, 0, 0, B)) + +/** + * Perform Multiplication on A Fixed Type and Float. + * @param A: Fixed Type to Read. + * @param B: Float. + * @return Integer of Fixed Type "A". + */ +#define FixedMultiplication_f(A, B) \ + EXPAND(DEFER(_FixedMultiplication)( \ + EXPAND(fixed_fmt_##A), \ + A.full, \ + EXPAND(fixed_fmt_##A), \ + EXPAND(DEFER(_Float2Fixed)(EXPAND(fixed_fmt_##A), B)))) + +/** + * Perform Division on 2 Fixed Types. + * If A and B are different types, the larger Fractional should come first. + * @param A: Fixed Type to Read. + * @param B: Fixed Type to Read. + * @return Integer with "A" bits fraction. + */ +#define FixedDivision(A, B) \ + EXPAND(DEFER(_FixedDivision)(EXPAND(fixed_fmt_##A), \ + A.full, \ + EXPAND(fixed_fmt_##B), \ + B.full)) +/** + * Perform Division on A Fixed Type and Integer. + * @param A: Fixed Type to Read. + * @param B: Integer. + * @return Integer of Fixed Type "A". + */ +#define FixedDivision_i(A, B) \ + EXPAND(DEFER(_FixedDivision)(EXPAND(fixed_fmt_##A), A.full, 0, 0, 0, B)) +/** + * Perform Division on A Fixed Type and Float. + * @param A: Fixed Type to Read. + * @param B: Float. + * @return Integer of Fixed Type "A". + */ +#define FixedDivision_f(A, B) \ + EXPAND(DEFER(_FixedDivision)( \ + EXPAND(fixed_fmt_##A), \ + A.full, \ + EXPAND(fixed_fmt_##A), \ + EXPAND(DEFER(_Float2Fixed)(EXPAND(fixed_fmt_##A), B)))) + + + + +#if 0 +/** + * Example Showing all Fixed Types and a comparison to Float. + * Result: Use Fixed for Storage and float for runtime. + */ +void Example() +{ +#define fixed_fmt_y unsigned char, 3, 1 + fixed(fixed_fmt_y) y; // 1bytes + +#define fixed_fmt_z short, 13, 2 + fixed(fixed_fmt_z) z; // 2bytes + +#define fixed_fmt_Result short, 14, 2 + fixed(fixed_fmt_Result) Result; // 2bytes + + float Comparitor; // 4bytes + Comparitor = 6.5; // 1 Instructions + + z.full = Float2Fixed(z, 7.3); + printf("\n Zfull = %d", z.full); // 29 1 Instructions + printf("\n Zint = %d", z.part.integer); // 7 3 Instructions + printf("\n Zfrac = %d", z.part.fraction); // 1 5 Instructions + printf("\n Zfixedfulldec = %d.%u", + z.part.integer, + GetFixedFraction(z)); // 7, 25 41 Instructions + printf("\n ZFixed2Float = %g", Fixed2Float(z)); // 7.25 7 Instructions + + y.full = 4; + printf("\n y = %g", Fixed2Float(y)); // 2 + + Result.full = FixedMultiplication(z, y); // 9 Instructions + printf("\n Result = %g", Fixed2Float(Result)); // 14.5 + + Result.full = FixedDivision(z, y); // 9 Instructions + printf("\n Result = %g", Fixed2Float(Result)); // 3.5 + + Result.full = FixedSubtraction(z, y); // 6 Instructions + printf("\n Result = %g", Fixed2Float(Result)); // 5.25 + + Result.full = FixedAddition(z, y); // 6 Instructions + printf("\n Result = %g", Fixed2Float(Result)); // 9.25 + + printf("\n Comparison = %g", Comparitor); // 6.5 3 Instructions + Comparitor *= 2.6; // 4 Instructions + printf("\n Comparison = %g", Comparitor); // 16.9 +} +#endif +#pragma endregion +#endif diff --git a/include/PR/abi.h b/include/PR/abi.h index 2631214..878d4fe 100644 --- a/include/PR/abi.h +++ b/include/PR/abi.h @@ -1,92 +1,70 @@ #ifndef _ABI_H_ -#define _ABI_H_ +#define _ABI_H_ /************************************************************************** - * * - * Copyright (C) 1994, Silicon Graphics, Inc. * - * * + * * + * Copyright (C) 1994, Silicon Graphics, Inc. * + * * * These coded instructions, statements, and computer programs contain * * unpublished proprietary information of Silicon Graphics, Inc., and * * are protected by Federal copyright law. They may not be disclosed * * to third parties or copied or duplicated in any form, in whole or * * in part, without the prior written consent of Silicon Graphics, Inc. * - * * + * * **************************************************************************/ /************************************************************************** * * $Revision: 1.32 $ * $Date: 1997/02/11 08:16:37 $ - * $Source: /exdisk2/cvs/N64OS/Master/cvsmdev2/PR/include/abi.h,v $ + * $Source: /disk6/Master/cvsmdev2/PR/include/abi.h,v $ * **************************************************************************/ /* * Header file for the Audio Binary Interface. * This is included in the Media Binary Interface file - * mbi.h. + * mbi.h. * * This file follows the framework used for graphics. - * + * */ /* Audio commands: */ -#define A_SPNOOP 0 -#define A_ADPCM 1 -#define A_CLEARBUFF 2 -#define A_RESAMPLE 5 -#define A_SETBUFF 8 +#define A_SPNOOP 0 +#define A_ADPCM 1 +#define A_CLEARBUFF 2 +#define A_ENVMIXER 3 +#define A_LOADBUFF 4 +#define A_RESAMPLE 5 +#define A_SAVEBUFF 6 +#define A_SEGMENT 7 +#define A_SETBUFF 8 +#define A_SETVOL 9 #define A_DMEMMOVE 10 #define A_LOADADPCM 11 -#define A_MIXER 12 +#define A_MIXER 12 #define A_INTERLEAVE 13 -#define A_SETLOOP 15 - -#ifndef VERSION_SH - -#define A_ENVMIXER 3 -#define A_LOADBUFF 4 -#define A_RESAMPLE 5 -#define A_SAVEBUFF 6 -#define A_SEGMENT 7 -#define A_SETVOL 9 #define A_POLEF 14 - -#else - -#define A_ADDMIXER 4 -#define A_RESAMPLE_ZOH 6 -#define A_INTERL 17 -#define A_ENVSETUP1 18 -#define A_ENVMIXER 19 -#define A_LOADBUFF 20 -#define A_SAVEBUFF 21 -#define A_ENVSETUP2 22 -#define A_UNK_23 23 -#define A_HILOGAIN 24 -#define A_UNK_25 25 -#define A_DUPLICATE 26 -#define A_FILTER 27 - -#endif +#define A_SETLOOP 15 #define ACMD_SIZE 32 /* * Audio flags */ -#define A_INIT 0x01 -#define A_CONTINUE 0x00 +#define A_INIT 0x01 +#define A_CONTINUE 0x00 #define A_LOOP 0x02 #define A_OUT 0x02 -#define A_LEFT 0x02 -#define A_RIGHT 0x00 -#define A_VOL 0x04 -#define A_RATE 0x00 -#define A_AUX 0x08 -#define A_NOAUX 0x00 -#define A_MAIN 0x00 -#define A_MIX 0x10 +#define A_LEFT 0x02 +#define A_RIGHT 0x00 +#define A_VOL 0x04 +#define A_RATE 0x00 +#define A_AUX 0x08 +#define A_NOAUX 0x00 +#define A_MAIN 0x00 +#define A_MIX 0x10 /* * BEGIN C-specific section: (typedef's) @@ -98,173 +76,173 @@ */ typedef struct { - unsigned int cmd:8; - unsigned int flags:8; - unsigned int gain:16; - unsigned int addr; + unsigned int cmd:8; + unsigned int flags:8; + unsigned int gain:16; + unsigned int addr; } Aadpcm; typedef struct { - unsigned int cmd:8; - unsigned int flags:8; - unsigned int gain:16; - unsigned int addr; + unsigned int cmd:8; + unsigned int flags:8; + unsigned int gain:16; + unsigned int addr; } Apolef; typedef struct { - unsigned int cmd:8; - unsigned int flags:8; - unsigned int pad1:16; - unsigned int addr; + unsigned int cmd:8; + unsigned int flags:8; + unsigned int pad1:16; + unsigned int addr; } Aenvelope; typedef struct { - unsigned int cmd:8; - unsigned int pad1:8; - unsigned int dmem:16; - unsigned int pad2:16; - unsigned int count:16; + unsigned int cmd:8; + unsigned int pad1:8; + unsigned int dmem:16; + unsigned int pad2:16; + unsigned int count:16; } Aclearbuff; typedef struct { - unsigned int cmd:8; - unsigned int pad1:8; - unsigned int pad2:16; - unsigned int inL:16; - unsigned int inR:16; + unsigned int cmd:8; + unsigned int pad1:8; + unsigned int pad2:16; + unsigned int inL:16; + unsigned int inR:16; } Ainterleave; typedef struct { - unsigned int cmd:8; - unsigned int pad1:24; - unsigned int addr; + unsigned int cmd:8; + unsigned int pad1:24; + unsigned int addr; } Aloadbuff; typedef struct { - unsigned int cmd:8; - unsigned int flags:8; - unsigned int pad1:16; - unsigned int addr; + unsigned int cmd:8; + unsigned int flags:8; + unsigned int pad1:16; + unsigned int addr; } Aenvmixer; typedef struct { - unsigned int cmd:8; - unsigned int flags:8; - unsigned int gain:16; - unsigned int dmemi:16; - unsigned int dmemo:16; + unsigned int cmd:8; + unsigned int flags:8; + unsigned int gain:16; + unsigned int dmemi:16; + unsigned int dmemo:16; } Amixer; typedef struct { - unsigned int cmd:8; - unsigned int flags:8; - unsigned int dmem2:16; - unsigned int addr; + unsigned int cmd:8; + unsigned int flags:8; + unsigned int dmem2:16; + unsigned int addr; } Apan; typedef struct { - unsigned int cmd:8; - unsigned int flags:8; - unsigned int pitch:16; - unsigned int addr; + unsigned int cmd:8; + unsigned int flags:8; + unsigned int pitch:16; + unsigned int addr; } Aresample; typedef struct { - unsigned int cmd:8; - unsigned int flags:8; - unsigned int pad1:16; - unsigned int addr; + unsigned int cmd:8; + unsigned int flags:8; + unsigned int pad1:16; + unsigned int addr; } Areverb; typedef struct { - unsigned int cmd:8; - unsigned int pad1:24; - unsigned int addr; + unsigned int cmd:8; + unsigned int pad1:24; + unsigned int addr; } Asavebuff; typedef struct { - unsigned int cmd:8; - unsigned int pad1:24; - unsigned int pad2:2; - unsigned int number:4; - unsigned int base:24; + unsigned int cmd:8; + unsigned int pad1:24; + unsigned int pad2:2; + unsigned int number:4; + unsigned int base:24; } Asegment; typedef struct { - unsigned int cmd:8; - unsigned int flags:8; - unsigned int dmemin:16; - unsigned int dmemout:16; - unsigned int count:16; + unsigned int cmd:8; + unsigned int flags:8; + unsigned int dmemin:16; + unsigned int dmemout:16; + unsigned int count:16; } Asetbuff; typedef struct { - unsigned int cmd:8; - unsigned int flags:8; - unsigned int vol:16; - unsigned int voltgt:16; - unsigned int volrate:16; + unsigned int cmd:8; + unsigned int flags:8; + unsigned int vol:16; + unsigned int voltgt:16; + unsigned int volrate:16; } Asetvol; typedef struct { - unsigned int cmd:8; - unsigned int pad1:8; - unsigned int dmemin:16; - unsigned int dmemout:16; - unsigned int count:16; + unsigned int cmd:8; + unsigned int pad1:8; + unsigned int dmemin:16; + unsigned int dmemout:16; + unsigned int count:16; } Admemmove; typedef struct { - unsigned int cmd:8; - unsigned int pad1:8; - unsigned int count:16; - unsigned int addr; + unsigned int cmd:8; + unsigned int pad1:8; + unsigned int count:16; + unsigned int addr; } Aloadadpcm; typedef struct { - unsigned int cmd:8; - unsigned int pad1:8; - unsigned int pad2:16; - unsigned int addr; + unsigned int cmd:8; + unsigned int pad1:8; + unsigned int pad2:16; + unsigned int addr; } Asetloop; - + /* * Generic Acmd Packet */ typedef struct { - uintptr_t w0; - uintptr_t w1; + unsigned int w0; + unsigned int w1; } Awords; typedef union { - Awords words; -#if IS_BIG_ENDIAN && !IS_64_BIT - Aadpcm adpcm; - Apolef polef; - Aclearbuff clearbuff; - Aenvelope envelope; - Ainterleave interleave; - Aloadbuff loadbuff; - Aenvmixer envmixer; - Aresample resample; - Areverb reverb; - Asavebuff savebuff; - Asegment segment; - Asetbuff setbuff; - Asetvol setvol; - Admemmove dmemmove; - Aloadadpcm loadadpcm; - Amixer mixer; - Asetloop setloop; -#endif - long long int force_union_align; /* dummy, force alignment */ + Awords words; + Aadpcm adpcm; + Apolef polef; + Aclearbuff clearbuff; + Aenvelope envelope; + Ainterleave interleave; + Aloadbuff loadbuff; + Aenvmixer envmixer; + Aresample resample; + Areverb reverb; + Asavebuff savebuff; + Asegment segment; + Asetbuff setbuff; + Asetvol setvol; + Admemmove dmemmove; + Aloadadpcm loadadpcm; + Amixer mixer; + Asetloop setloop; + long long int force_union_align; /* dummy, force alignment */ } Acmd; /* * ADPCM State */ -typedef short ADPCM_STATE[16]; +#define ADPCMVSIZE 8 +#define ADPCMFSIZE 16 +typedef short ADPCM_STATE[ADPCMFSIZE]; /* * Pole filter state @@ -280,7 +258,7 @@ typedef short RESAMPLE_STATE[16]; * Resampler constants */ #define UNITY_PITCH 0x8000 -#define MAX_RATIO 1.99996 /* within .03 cents of +1 octave */ +#define MAX_RATIO 1.99996 /* within .03 cents of +1 octave */ /* * Enveloper/Mixer state @@ -291,551 +269,139 @@ typedef short ENVMIX_STATE[40]; * Macros to assemble the audio command list */ -/* - * Info about parameters: - * - * A "count" in the following macros is always measured in bytes. - * - * All volumes/gains are in Q1.15 signed fixed point numbers: - * 0x8000 is the minimum volume (-100%), negating the audio curve. - * 0x0000 is silent. - * 0x7fff is maximum volume (99.997%). - * - * All DRAM addresses refer to segmented addresses. A segment table shall - * first be set up by calling aSegment for each segment. When a DRAM - * address is later used as parameter, the 8 high bits will be an index - * to the segment table and the lower 24 bits are added to the base address - * stored in the segment table for this entry. The result is the physical address. - * - * Transfers to/from DRAM are executed using DMA and hence follow these restrictions: - * All DRAM addresses should be aligned by 8 bytes, or they will be - * rounded down to the nearest multiple of 8 bytes. - * All DRAM lengths should be aligned by 8 bytes, or they will be - * rounded up to the nearest multiple of 8 bytes. - */ - -/* - * Decompresses ADPCM data. - * Possible flags: A_INIT and A_LOOP. - * - * First set up internal data in DMEM: - * aLoadADPCM(cmd++, nEntries * 16, physicalAddressOfBook) - * aSetLoop(cmd++, physicalAddressOfLoopState) (if A_LOOP is set) - * - * Then before this command, call: - * aSetBuffer(cmd++, 0, in, out, count) - * - * Note: count will be rounded up to the nearest multiple of 32 bytes. - * - * ADPCM decompression works on a block of 16 (uncompressed) samples. - * The previous 2 samples and 9 bytes of input are decompressed to - * 16 new samples using the code book previously loaded. - * - * Before the algorithm starts, the previous 16 samples are loaded according to flag: - * A_INIT: all zeros - * A_LOOP: the address set by aSetLoop - * no flags: the DRAM address in the s parameter - * These 16 samples are immediately copied to the destination address. - * - * The result of "count" bytes will be written after these 16 initial samples. - * The last 16 samples written to the destination will also be written to - * the state address in DRAM. - */ -#define aADPCMdec(pkt, f, s) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_ADPCM, 24, 8) | _SHIFTL(f, 16, 8); \ - _a->words.w1 = (uintptr_t)(s); \ +#define aADPCMdec(pkt, f, s) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = _SHIFTL(A_ADPCM, 24, 8) | _SHIFTL(f, 16, 8); \ + _a->words.w1 = (unsigned int)(s); \ } -#define aADPCM_23(pkt, f, s) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_UNK_23, 24, 8) | _SHIFTL(f, 16, 8); \ - _a->words.w1 = (uintptr_t)(s); \ +#define aPoleFilter(pkt, f, g, s) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = (_SHIFTL(A_POLEF, 24, 8) | _SHIFTL(f, 16, 8) | \ + _SHIFTL(g, 0, 16)); \ + _a->words.w1 = (unsigned int)(s); \ } -/* - * Not used in SM64. - */ -#define aPoleFilter(pkt, f, g, s) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_POLEF, 24, 8) | _SHIFTL(f, 16, 8) | \ - _SHIFTL(g, 0, 16)); \ - _a->words.w1 = (uintptr_t)(s); \ +#define aClearBuffer(pkt, d, c) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = _SHIFTL(A_CLEARBUFF, 24, 8) | _SHIFTL(d, 0, 24); \ + _a->words.w1 = (unsigned int)(c); \ } -/* - * Clears DMEM data, where d is address and c is count, by writing zeros. - * - * Note: c is rounded up to the nearest multiple of 16 bytes. - */ -#define aClearBuffer(pkt, d, c) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_CLEARBUFF, 24, 8) | _SHIFTL(d, 0, 24); \ - _a->words.w1 = (uintptr_t)(c); \ +#define aEnvMixer(pkt, f, s) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = _SHIFTL(A_ENVMIXER, 24, 8) | _SHIFTL(f, 16, 8); \ + _a->words.w1 = (unsigned int)(s); \ } -/* - * Mixes an envelope with mono sound into 2 or 4 channels. - * Possible flags: A_INIT, A_AUX (indicates that 4 channels should be used). - * - * Before this command, call: - * aSetBuffer(cmd++, 0, inBuf, dryLeft, count) - * aSetBuffer(cmd++, A_AUX, dryRight, wetLeft, wetRight) - * - * The first time (A_INIT is set), volume also needs to be set: - * aSetVolume(cmd++, A_VOL | A_LEFT, initialVolumeLeft, 0, 0) - * aSetVolume(cmd++, A_VOL | A_RIGHT, initialVolumeRight, 0, 0) - * aSetVolume32(cmd++, A_RATE | A_LEFT, targetVolumeLeft, rampLeft) - * aSetVolume32(cmd++, A_RATE | A_RIGHT, targetVolumeRight, rampRight) - * aSetVolume(cmd++, A_AUX, dryVolume, 0, wetVolume) - * - * This command will now mix samples in inBuf into the destination buffers (dry and wet), - * but with the volume increased (or decreased) from initial volumes to target volumes, - * with the specified ramp rate. Once the target volume is reached, the volume stays - * at that level. Before the samples are finally mixed (added) into the destination - * buffers (dry and wet), the volume is changed according to dryVolume and wetVolume. - * - * Note: count will be rounded up to the nearest multiple of 16 bytes. - * Note: the wet channels are used for reverb. - * - */ -#define aEnvMixer(pkt, f, s) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_ENVMIXER, 24, 8) | _SHIFTL(f, 16, 8); \ - _a->words.w1 = (uintptr_t)(s); \ +#define aInterleave(pkt, l, r) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = _SHIFTL(A_INTERLEAVE, 24, 8); \ + _a->words.w1 = _SHIFTL(l, 16, 16) | _SHIFTL(r, 0, 16); \ } -/* - * Interleaves two mono channels into stereo. - * - * First call: - * aSetBuffer(cmd++, 0, 0, output, count) - * - * The count refers to the size of each input. Hence 2 * count bytes will be written out. - * A left sample will be placed before the right sample. - * - * Note: count will be rounded up to the nearest multiple of 16 bytes. - */ -#define aInterleave(pkt, l, r) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_INTERLEAVE, 24, 8); \ - _a->words.w1 = _SHIFTL(l, 16, 16) | _SHIFTL(r, 0, 16); \ +#define aLoadBuffer(pkt, s) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = _SHIFTL(A_LOADBUFF, 24, 8); \ + _a->words.w1 = (unsigned int)(s); \ } -/* - * Loads a buffer from DRAM to DMEM. - * - * First call: - * aSetBuffer(cmd++, 0, in, 0, count) - * - * The in parameter to aSetBuffer is the destination in DMEM and the - * s parameter to this command is the source in DRAM. - */ -#define aLoadBuffer(pkt, s) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_LOADBUFF, 24, 8); \ - _a->words.w1 = (uintptr_t)(s); \ +#define aMix(pkt, f, g, i, o) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = (_SHIFTL(A_MIXER, 24, 8) | _SHIFTL(f, 16, 8) | \ + _SHIFTL(g, 0, 16)); \ + _a->words.w1 = _SHIFTL(i,16, 16) | _SHIFTL(o, 0, 16); \ } -/* - * Mixes audio. - * Possible flags: no flags used, although parameter present. - * - * First call: - * aSetBuffer(cmd++, 0, 0, 0, count) - * - * Input and output addresses are taken from the i and o parameters. - * The volume with which the input is changed is taken from the g parameter. - * After the volume of the input samples have been changed, the result - * is added to the output. - * - * Note: count will be rounded up to the nearest multiple of 32 bytes. - */ -#define aMix(pkt, f, g, i, o) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_MIXER, 24, 8) | _SHIFTL(f, 16, 8) | \ - _SHIFTL(g, 0, 16)); \ - _a->words.w1 = _SHIFTL(i,16, 16) | _SHIFTL(o, 0, 16); \ +#define aPan(pkt, f, d, s) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = (_SHIFTL(A_PAN, 24, 8) | _SHIFTL(f, 16, 8) | \ + _SHIFTL(d, 0, 16)); \ + _a->words.w1 = (unsigned int)(s); \ } -// Not present in the audio microcode. -#define aPan(pkt, f, d, s) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_PAN, 24, 8) | _SHIFTL(f, 16, 8) | \ - _SHIFTL(d, 0, 16)); \ - _a->words.w1 = (uintptr_t)(s); \ +#define aResample(pkt, f, p, s) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = (_SHIFTL(A_RESAMPLE, 24, 8) | _SHIFTL(f, 16, 8) |\ + _SHIFTL(p, 0, 16)); \ + _a->words.w1 = (unsigned int)(s); \ } -/* - * Resamples audio. - * Possible flags: A_INIT, A_OUT? (not used in SM64). - * - * First call: - * aSetBuffer(cmd++, 0, in, out, count) - * - * This command resamples the audio using the given frequency ratio (pitch) - * using a filter that uses a window of 4 source samples. This can be used - * either for just resampling audio to be able to be played back at a different - * sample rate, or to change the pitch if the result is played back at - * the same sample rate as the input. - * - * The frequency ratio is given in UQ1.15 fixed point format. - * For no change in frequency, use pitch 0x8000. - * For 1 octave up or downsampling to (roughly) half number of samples, use pitch 0xffff. - * For 1 octave down or upsampling to double as many samples, use pitch 0x4000. - * - * Note: count represents the number of output sample bytes and is rounded up to - * the nearest multiple of 16 bytes. - * - * The state consists of the four following source samples when the algorithm stopped as - * well as a fractional position, and is initialized to all zeros if A_INIT is given. - * Otherwise it is loaded from DRAM at address s. - * - * The algorithm starts by writing the four source samples from the state (or zero) - * to just before the input address given. It then creates one output sample by examining - * the four next source samples and then moving the source position zero or more - * samples forward. The first output sample (when A_INIT is given) is always 0. - * - * When "count" bytes have been written, the following four source samples - * are written to the state in DRAM as well as a fractional position. - */ -#define aResample(pkt, f, p, s) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_RESAMPLE, 24, 8) | _SHIFTL(f, 16, 8) |\ - _SHIFTL(p, 0, 16)); \ - _a->words.w1 = (uintptr_t)(s); \ +#define aSaveBuffer(pkt, s) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = _SHIFTL(A_SAVEBUFF, 24, 8); \ + _a->words.w1 = (unsigned int)(s); \ } -/* - * Stores a buffer in DMEM to DRAM. - * - * First call: - * aSetBuffer(cmd++, 0, 0, out, count) - * - * The out parameter to aSetBuffer is the source in DMEM and the - * s parameter to this command is the destination in DRAM. - */ -#define aSaveBuffer(pkt, s) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_SAVEBUFF, 24, 8); \ - _a->words.w1 = (uintptr_t)(s); \ +#define aSegment(pkt, s, b) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = _SHIFTL(A_SEGMENT, 24, 8); \ + _a->words.w1 = _SHIFTL(s, 24, 8) | _SHIFTL(b, 0, 24); \ } -/* - * Sets up an entry in the segment table. - * - * The s parameter is a segment index, 0 to 15. - * The b parameter is the base offset. - */ -#define aSegment(pkt, s, b) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_SEGMENT, 24, 8); \ - _a->words.w1 = _SHIFTL(s, 24, 8) | _SHIFTL(b, 0, 24); \ +#define aSetBuffer(pkt, f, i, o, c) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = (_SHIFTL(A_SETBUFF, 24, 8) | _SHIFTL(f, 16, 8) | \ + _SHIFTL(i, 0, 16)); \ + _a->words.w1 = _SHIFTL(o, 16, 16) | _SHIFTL(c, 0, 16); \ } -/* - * Sets internal DMEM buffer addresses used for later commands. - * See each command for how to use aSetBuffer. - */ -#define aSetBuffer(pkt, f, i, o, c) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_SETBUFF, 24, 8) | _SHIFTL(f, 16, 8) | \ - _SHIFTL(i, 0, 16)); \ - _a->words.w1 = _SHIFTL(o, 16, 16) | _SHIFTL(c, 0, 16); \ +#define aSetVolume(pkt, f, v, t, r) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = (_SHIFTL(A_SETVOL, 24, 8) | _SHIFTL(f, 16, 16) | \ + _SHIFTL(v, 0, 16)); \ + _a->words.w1 = _SHIFTL(t, 16, 16) | _SHIFTL(r, 0, 16); \ } -#define aInterl(pkt, f, i, o, c) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_INTERL, 24, 8) | _SHIFTL(f, 16, 8) | \ - _SHIFTL(i, 0, 16)); \ - _a->words.w1 = _SHIFTL(o, 16, 16) | _SHIFTL(c, 0, 16); \ -} - -/* - * Sets internal volume parameters. - * See aEnvMixer for more info. - */ -#define aSetVolume(pkt, f, v, t, r) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_SETVOL, 24, 8) | _SHIFTL(f, 16, 16) | \ - _SHIFTL(v, 0, 16)); \ - _a->words.w1 = _SHIFTL(t, 16, 16) | _SHIFTL(r, 0, 16); \ -} - -/* - * Sets the address to ADPCM loop state. - * - * The a parameter is a DRAM address. - * See aADPCMdec for more info. - */ #define aSetLoop(pkt, a) \ { \ Acmd *_a = (Acmd *)pkt; \ _a->words.w0 = _SHIFTL(A_SETLOOP, 24, 8); \ - _a->words.w1 = (uintptr_t)(a); \ + _a->words.w1 = (unsigned int)(a); \ +} + +#define aDMEMMove(pkt, i, o, c) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = _SHIFTL(A_DMEMMOVE, 24, 8) | _SHIFTL(i, 0, 24); \ + _a->words.w1 = _SHIFTL(o, 16, 16) | _SHIFTL(c, 0, 16); \ } -/* - * Copies memory in DMEM. - * - * Copies c bytes from address i to address o. - * - * Note: count is rounded up to the nearest multiple of 16 bytes. - * - * Note: This acts as memcpy where 16 bytes are moved at a time, therefore - * if input and output overlap, output address should be less than input address. - */ -#define aDMEMMove(pkt, i, o, c) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_DMEMMOVE, 24, 8) | _SHIFTL(i, 0, 24); \ - _a->words.w1 = _SHIFTL(o, 16, 16) | _SHIFTL(c, 0, 16); \ +#define aLoadADPCM(pkt, c, d) \ +{ \ + Acmd *_a = (Acmd *)pkt; \ + \ + _a->words.w0 = _SHIFTL(A_LOADADPCM, 24, 8) | _SHIFTL(c, 0, 24); \ + _a->words.w1 = (unsigned int) d; \ } -/* - * Loads ADPCM book from DRAM into DMEM. - * - * This command loads ADPCM table entries from DRAM to DMEM. - * - * The count parameter c should be a multiple of 16 bytes. - * The d parameter is a DRAM address. - */ -#define aLoadADPCM(pkt, c, d) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_LOADADPCM, 24, 8) | _SHIFTL(c, 0, 24); \ - _a->words.w1 = (uintptr_t) (d); \ -} - -// This is a version of aSetVolume which takes a single 32-bit parameter -// instead of two 16-bit ones. According to AziAudio, it is used to set -// ramping values when neither bit 4 nor bit 8 is set in the flags parameter. -// It does not appear in the official abi.h header. -/* - * Sets internal volume parameters. - * See aEnvMixer for more info. - */ -#define aSetVolume32(pkt, f, v, tr) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_SETVOL, 24, 8) | _SHIFTL(f, 16, 16) | \ - _SHIFTL(v, 0, 16)); \ - _a->words.w1 = (uintptr_t)(tr); \ -} - -#ifdef VERSION_SH -#undef aLoadBuffer -#undef aSaveBuffer -#undef aMix -#undef aEnvMixer -#undef aInterleave - -/* - * Mix two tracks by simple clamped addition. - * - * s: DMEM source track 1 - * d: DMEM source track 2 and destination - * c: number of bytes to write (rounded down to 16 byte alignment) - */ -#define aAddMixer(pkt, s, d, c) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_ADDMIXER, 24, 8) | \ - _SHIFTL((c) >> 4, 16, 8) | _SHIFTL(0x7fff, 0, 16)); \ - _a->words.w1 = (_SHIFTL(s, 16, 16) | _SHIFTL(d, 0, 16)); \ -} - -/* - * Loads a buffer from DRAM to DMEM. - * - * s: DRAM source - * d: DMEM destination - * c: number of bytes to copy (rounded down to 16 byte alignment) - */ -#define aLoadBuffer(pkt, s, d, c) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_LOADBUFF, 24, 8) | \ - _SHIFTL((c) >> 4, 16, 8) | _SHIFTL(d, 0, 16); \ - _a->words.w1 = (uintptr_t)(s); \ -} - -/* - * Stores a buffer from DMEM to DRAM. - * - * s: DMEM source - * d: DRAM destination - * c: number of bytes to copy (rounded down to 16 byte alignment) - */ -#define aSaveBuffer(pkt, s, d, c) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_SAVEBUFF, 24, 8) | \ - _SHIFTL((c) >> 4, 16, 8) | _SHIFTL(s, 0, 16); \ - _a->words.w1 = (uintptr_t)(d); \ -} - -/* - * Duplicates 128 bytes of data a number of times. - * - * 128 bytes are read from source DMEM address s. - * Then c identical copies of these bytes are written to DMEM address d. - */ -#define aDuplicate(pkt, s, d, c) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_DUPLICATE, 24, 8) | \ - _SHIFTL(c, 16, 8) | _SHIFTL(s, 0, 16)); \ - _a->words.w1 = (_SHIFTL(d, 16, 16) | _SHIFTL(0x80, 0, 16)); \ -} - -/* - * Fast resample. - * - * Before this command, call: - * aSetBuffer(cmd++, 0, in, out, count) - * - * This works like the other resample command but just takes the "nearest" sample, - * instead of a function of the four nearest samples. - */ -#define aResampleZoh(pkt, pitch, start_fract) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_RESAMPLE_ZOH, 24, 8) | \ - _SHIFTL(pitch, 0, 16)); \ - _a->words.w1 = _SHIFTL(start_fract, 0, 16); \ -} - -/* - * Mixes audio. - * - * Input and output addresses are taken from the i and o parameters. - * The volume with which the input is changed is taken from the g parameter. - * After the volume of the input samples have been changed, the result - * is added to the output. - * - * Note: count is first rounded down to the nearest multiple of 16 bytes - * and then rounded up to the nearest multiple of 32 bytes. - */ -#define aMix(pkt, g, i, o, c) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_MIXER, 24, 8) | \ - _SHIFTL((c) >> 4, 16, 8) | _SHIFTL(g, 0, 16)); \ - _a->words.w1 = _SHIFTL(i, 16, 16) | _SHIFTL(o, 0, 16); \ -} - -#define aEnvSetup1(pkt, a, b, c, d) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_ENVSETUP1, 24, 8) | \ - _SHIFTL(a, 16, 8) | _SHIFTL(b, 0, 16)); \ - _a->words.w1 = _SHIFTL(c, 16, 16) | _SHIFTL(d, 0, 16); \ -} - -#define aEnvSetup2(pkt, volLeft, volRight) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_ENVSETUP2, 24, 8); \ - _a->words.w1 = _SHIFTL(volLeft, 16, 16) | \ - _SHIFTL(volRight, 0, 16); \ -} - -#define aEnvMixer(pkt, inBuf, nSamples, bit1, bit2, bit3, dryLeft, dryRight, wetLeft, wetRight) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_ENVMIXER, 24, 8) | \ - _SHIFTL((inBuf) >> 4, 16, 8) | \ - _SHIFTL(nSamples, 8, 8)) | \ - _SHIFTL(bit1, 2, 1) | _SHIFTL(bit2, 1, 1) | \ - _SHIFTL(bit3, 0, 1); \ - _a->words.w1 = _SHIFTL((dryLeft) >> 4, 24, 8) | \ - _SHIFTL((dryRight) >> 4, 16, 8) | \ - _SHIFTL((wetLeft) >> 4, 8, 8) | \ - _SHIFTL((wetRight) >> 4, 0, 8); \ -} - -#define aInterleave(pkt, o, l, r, c) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_INTERLEAVE, 24, 8) | \ - _SHIFTL((c) >> 4, 16, 8) | _SHIFTL(o, 0, 16); \ - _a->words.w1 = _SHIFTL(l, 16, 16) | _SHIFTL(r, 0, 16); \ -} - -// countOrBuf meaning depends on flag -#define aFilter(pkt, f, countOrBuf, addr) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_FILTER, 24, 8) | _SHIFTL((f), 16, 8) | \ - _SHIFTL((countOrBuf), 0, 16); \ - _a->words.w1 = (uintptr_t)(addr); \ -} - -#define aHilogain(pkt, id, buflen, i) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = _SHIFTL(A_HILOGAIN, 24, 8) | \ - _SHIFTL((id), 16, 8) | _SHIFTL((buflen), 0, 16); \ - _a->words.w1 = _SHIFTL((i), 16, 16); \ -} - -#define aUnknown25(pkt, f, g, i, o) \ -{ \ - Acmd *_a = (Acmd *)pkt; \ - \ - _a->words.w0 = (_SHIFTL(A_UNK_25, 24, 8) | \ - _SHIFTL((f), 16, 8) | _SHIFTL((g), 0, 16)); \ - _a->words.w1 = _SHIFTL((i), 16, 16) | _SHIFTL((o), 0, 16); \ -} - -#endif - #endif /* _LANGUAGE_C */ #endif /* !_ABI_H_ */ diff --git a/include/PR/gu.h b/include/PR/gu.h index 6527777..7e96369 100644 --- a/include/PR/gu.h +++ b/include/PR/gu.h @@ -1,29 +1,270 @@ -#ifndef _ULTRA64_GU_H_ -#define _ULTRA64_GU_H_ +#ifndef _GU_H_ +#define _GU_H_ + +/************************************************************************** + * * + * Copyright (C) 1994, Silicon Graphics, Inc. * + * * + * These coded instructions, statements, and computer programs contain * + * unpublished proprietary information of Silicon Graphics, Inc., and * + * are protected by Federal copyright law. They may not be disclosed * + * to third parties or copied or duplicated in any form, in whole or * + * in part, without the prior written consent of Silicon Graphics, Inc. * + * * + **************************************************************************/ + +/************************************************************************** + * + * $Revision: 1.46 $ + * $Date: 1997/11/26 00:30:53 $ + * $Source: /disk6/Master/cvsmdev2/PR/include/gu.h,v $ + * + **************************************************************************/ #include #include +#include -#define GU_PI 3.1415926 -/* Functions */ - -void guPerspectiveF(float mf[4][4], u16 *perspNorm, float fovy, float aspect, - float near, float far, float scale); -void guPerspective(Mtx *m, u16 *perspNorm, float fovy, float aspect, float near, - float far, float scale); -void guOrtho(Mtx *m, float left, float right, float bottom, float top, - float near, float far, float scale); -void guTranslate(Mtx *m, float x, float y, float z); -void guRotate(Mtx *m, float a, float x, float y, float z); -void guScale(Mtx *m, float x, float y, float z); -void guMtxF2L(float mf[4][4], Mtx *m); -void guMtxIdent(Mtx *m); -void guMtxIdentF(float mf[4][4]); -void guMtxL2F(float mf[4][4], Mtx *m); -void guNormalize(float *, float *, float *); - -/* Used only in Fast3DEX2 */ -void guLookAtReflect (Mtx *m, LookAt *l, float xEye, float yEye, float zEye, - float xAt, float yAt, float zAt, - float xUp, float yUp, float zUp); +#ifndef MAX +#define MAX(a,b) (((a)>(b))?(a):(b)) #endif +#ifndef MIN +#define MIN(a,b) (((a)<(b))?(a):(b)) +#endif + +#define M_PI 3.14159265358979323846 +#define M_DTOR (3.14159265358979323846/180.0) + +#define FTOFIX32(x) (long)((x) * (float)0x00010000) + +// original: x * (1.0f / (float)0x00010000) +#define FIX32TOF(x) ((float)(x) / (float)0x00010000) + +// Modified to use double precision +#define FTOFRAC8(x) ((int) MIN(((x) * (128.0)), 127.0) & 0xff) + +#define FILTER_WRAP 0 +#define FILTER_CLAMP 1 + +#define RAND(x) (guRandom()%x) /* random number between 0 to x */ + +/* + * Data Structures + */ +typedef struct { + unsigned char *base; + int fmt, siz; + int xsize, ysize; + int lsize; + /* current tile info */ + int addr; + int w, h; + int s, t; +} Image; + +typedef struct { + float col[3]; + float pos[3]; + float a1, a2; /* actual color = col/(a1*dist + a2) */ +} PositionalLight; + + +/* + * Function Prototypes + */ + +extern int guLoadTextureBlockMipMap(Gfx **glist, unsigned char *tbuf, Image *im, + unsigned char startTile, unsigned char pal, unsigned char cms, + unsigned char cmt, unsigned char masks, unsigned char maskt, + unsigned char shifts, unsigned char shiftt, unsigned char cfs, + unsigned char cft); + +extern int guGetDPLoadTextureTileSz (int ult, int lrt); +extern void guDPLoadTextureTile (Gfx *glistp, void *timg, + int texl_fmt, int texl_size, + int img_width, int img_height, + int uls, int ult, int lrs, int lrt, + int palette, + int cms, int cmt, + int masks, int maskt, + int shifts, int shiftt); + + +/* + * matrix operations: + * + * The 'F' version is floating point, in case the application wants + * to do matrix manipulations and convert to fixed-point at the last + * minute. + */ +extern void guMtxIdent(Mtx *m); +extern void guMtxIdentF(float mf[4][4]); +extern void guOrtho(Mtx *m, float l, float r, float b, float t, + float n, float f, float scale); +extern void guOrthoF(float mf[4][4], float l, float r, float b, float t, + float n, float f, float scale); +extern void guFrustum(Mtx *m, float l, float r, float b, float t, + float n, float f, float scale); +extern void guFrustumF(float mf[4][4], float l, float r, float b, float t, + float n, float f, float scale); +extern void guPerspective(Mtx *m, u16 *perspNorm, float fovy, + float aspect, float near, float far, float scale); +extern void guPerspectiveF(float mf[4][4], u16 *perspNorm, float fovy, + float aspect, float near, float far, float scale); +extern void guLookAt(Mtx *m, + float xEye, float yEye, float zEye, + float xAt, float yAt, float zAt, + float xUp, float yUp, float zUp); +extern void guLookAtF(float mf[4][4], float xEye, float yEye, float zEye, + float xAt, float yAt, float zAt, + float xUp, float yUp, float zUp); +extern void guLookAtReflect(Mtx *m, LookAt *l, + float xEye, float yEye, float zEye, + float xAt, float yAt, float zAt, + float xUp, float yUp, float zUp); +extern void guLookAtReflectF(float mf[4][4], LookAt *l, + float xEye, float yEye, float zEye, + float xAt, float yAt, float zAt, + float xUp, float yUp, float zUp); +extern void guLookAtHilite(Mtx *m, LookAt *l, Hilite *h, + float xEye, float yEye, float zEye, + float xAt, float yAt, float zAt, + float xUp, float yUp, float zUp, + float xl1, float yl1, float zl1, + float xl2, float yl2, float zl2, + int twidth, int theight); +extern void guLookAtHiliteF(float mf[4][4], LookAt *l, Hilite *h, + float xEye, float yEye, float zEye, + float xAt, float yAt, float zAt, + float xUp, float yUp, float zUp, + float xl1, float yl1, float zl1, + float xl2, float yl2, float zl2, + int twidth, int theight); +extern void guLookAtStereo(Mtx *m, + float xEye, float yEye, float zEye, + float xAt, float yAt, float zAt, + float xUp, float yUp, float zUp, + float eyedist); +extern void guLookAtStereoF(float mf[4][4], + float xEye, float yEye, float zEye, + float xAt, float yAt, float zAt, + float xUp, float yUp, float zUp, + float eyedist); +extern void guRotate(Mtx *m, float a, float x, float y, float z); +extern void guRotateF(float mf[4][4], float a, float x, float y, float z); +extern void guRotateRPY(Mtx *m, float r, float p, float y); +extern void guRotateRPYF(float mf[4][4], float r, float p, float h); +extern void guAlign(Mtx *m, float a, float x, float y, float z); +extern void guAlignF(float mf[4][4], float a, float x, float y, float z); +extern void guScale(Mtx *m, float x, float y, float z); +extern void guScaleF(float mf[4][4], float x, float y, float z); +extern void guTranslate(Mtx *m, float x, float y, float z); +extern void guTranslateF(float mf[4][4], float x, float y, float z); +extern void guPosition(Mtx *m, float r, float p, float h, float s, + float x, float y, float z); +extern void guPositionF(float mf[4][4], float r, float p, float h, float s, + float x, float y, float z); +extern void guMtxF2L(float mf[4][4], Mtx *m); +extern void guMtxL2F(float mf[4][4], Mtx *m); +extern void guMtxCatF(float m[4][4], float n[4][4], float r[4][4]); +extern void guMtxCatL(Mtx *m, Mtx *n, Mtx *res); +extern void guMtxXFMF(float mf[4][4], float x, float y, float z, + float *ox, float *oy, float *oz); +extern void guMtxXFML(Mtx *m, float x, float y, float z, + float *ox, float *oy, float *oz); + +/* vector utility: */ +extern void guNormalize(float *x, float *y, float *z); + +/* light utilities: */ +void guPosLight(PositionalLight *pl, Light *l, + float xOb, float yOb, float zOb); +void guPosLightHilite(PositionalLight *pl1, PositionalLight *pl2, + Light *l1, Light *l2, + LookAt *l, Hilite *h, + float xEye, float yEye, float zEye, + float xOb, float yOb, float zOb, + float xUp, float yUp, float zUp, + int twidth, int theight); +extern int guRandom(void); + +/* + * Math functions + */ +extern float sinf(float angle); +extern float cosf(float angle); +extern signed short sins (unsigned short angle); +extern signed short coss (unsigned short angle); +extern float sqrtf(float value); + +/* + * Dump routines for low-level display lists + */ +/* flag values for guParseRdpDL() */ +#define GU_PARSERDP_VERBOSE 1 +#define GU_PARSERDP_PRAREA 2 +#define GU_PARSERDP_PRHISTO 4 +#define GU_PARSERDP_DUMPONLY 32 /* doesn't need to be same as */ + /* GU_PARSEGBI_DUMPOLNY, but this */ + /* allows app to use interchangeably */ + +extern void guParseRdpDL(u64 *rdp_dl, u64 nbytes, u8 flags); +extern void guParseString(char *StringPointer, u64 nbytes); + +/* + * NO LONGER SUPPORTED, + * use guParseRdpDL with GU_PARSERDP_DUMPONLY flags + */ +/* extern void guDumpRawRdpDL(u64 *rdp_dl, u64 nbytes); */ + +/* flag values for guBlinkRdpDL() */ +#define GU_BLINKRDP_HILITE 1 +#define GU_BLINKRDP_EXTRACT 2 + +extern void +guBlinkRdpDL(u64 *rdp_dl_in, u64 nbytes_in, + u64 *rdp_dl_out, u64 *nbytes_out, + u32 x, u32 y, u32 radius, + u8 red, u8 green, u8 blue, + u8 flags); + +/* flag values for guParseGbiDL() */ +#define GU_PARSEGBI_ROWMAJOR 1 +#define GU_PARSEGBI_NONEST 2 +#define GU_PARSEGBI_FLTMTX 4 +#define GU_PARSEGBI_SHOWDMA 8 +#define GU_PARSEGBI_ALLMTX 16 +#define GU_PARSEGBI_DUMPONLY 32 +/* +#define GU_PARSEGBI_HANGAFTER 64 +#define GU_PARSEGBI_NOTEXTURES 128 +*/ +extern void guParseGbiDL(u64 *gbi_dl, u32 nbytes, u8 flags); +extern void guDumpGbiDL(OSTask *tp,u8 flags); + +#define GU_PARSE_GBI_TYPE 1 +#define GU_PARSE_RDP_TYPE 2 +#define GU_PARSE_READY 3 +#define GU_PARSE_MEM_BLOCK 4 +#define GU_PARSE_ABI_TYPE 5 +#define GU_PARSE_STRING_TYPE 6 + +typedef struct { + int dataSize; + int dlType; + int flags; + u32 paddr; +} guDLPrintCB; + +void guSprite2DInit(uSprite *SpritePointer, + void *SourceImagePointer, + void *TlutPointer, + int Stride, + int SubImageWidth, + int SubImageHeight, + int SourceImageType, + int SourceImageBitSize, + int SourceImageOffsetS, + int SourceImageOffsetT); + +#endif /* !_GU_H_ */ diff --git a/include/PR/libaudio.h b/include/PR/libaudio.h index 660a84c..f0ee2c6 100644 --- a/include/PR/libaudio.h +++ b/include/PR/libaudio.h @@ -1,13 +1,112 @@ -#ifndef _ULTRA64_LIBAUDIO_H_ -#define _ULTRA64_LIBAUDIO_H_ +/*==================================================================== + * libaudio.h + * + * Copyright 1993, Silicon Graphics, Inc. + * All Rights Reserved. + * + * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, + * Inc.; the contents of this file may not be disclosed to third + * parties, copied or duplicated in any form, in whole or in part, + * without the prior written permission of Silicon Graphics, Inc. + * + * RESTRICTED RIGHTS LEGEND: + * Use, duplication or disclosure by the Government is subject to + * restrictions as set forth in subdivision (c)(1)(ii) of the Rights + * in Technical Data and Computer Software clause at DFARS + * 252.227-7013, and/or in similar or successor clauses in the FAR, + * DOD or NASA FAR Supplement. Unpublished - rights reserved under the + * Copyright Laws of the United States. + *====================================================================*/ -#include "abi.h" +/************************************************************************** + * + * $Revision: 1.173 $ + * $Date: 1997/12/01 12:42:21 $ + * $Source: /disk6/Master/cvsmdev2/PR/include/libaudio.h,v $ + * + **************************************************************************/ +#ifndef __LIB_AUDIO__ +#define __LIB_AUDIO__ + +#ifdef _LANGUAGE_C_PLUS_PLUS +extern "C" { +#endif + +#include +#include + /*********************************************************************** * misc defines ***********************************************************************/ +#ifndef _EMULATOR +# ifdef AUD_PROFILE + +#define PROFILE_AUD(num, cnt, max, min) \ +{ \ + u32 currCnt = osGetCount(); \ + currCnt -= lastCnt[cnt_index]; \ + cnt_index--; \ + cnt += currCnt; \ + num++; \ + \ + if ( currCnt > max ) max = currCnt; \ + if ( currCnt < min ) min = currCnt; \ +} + +# endif /* AUD_PROFILE */ +#endif /* EMULATOR */ + +#ifndef NULL +#define NULL 0 +#endif + +#define AL_FX_BUFFER_SIZE 8192 +#define AL_FRAME_INIT -1 +#define AL_USEC_PER_FRAME 16000 +#define AL_MAX_PRIORITY 127 +#define AL_GAIN_CHANGE_TIME 1000 + +typedef s32 ALMicroTime; typedef u8 ALPan; +#define AL_PAN_CENTER 64 +#define AL_PAN_LEFT 0 +#define AL_PAN_RIGHT 127 +#define AL_VOL_FULL 127 +#define AL_KEY_MIN 0 +#define AL_KEY_MAX 127 +#define AL_DEFAULT_FXMIX 0 +#define AL_SUSTAIN 63 + +/*********************************************************************** + * Error handling + ***********************************************************************/ + +#ifdef _DEBUG +#define ALFailIf(condition, error) \ + if (condition) { \ + __osError(error, 0); \ + return; } + +#else +#define ALFailIf(condition, error) \ + if (condition) { \ + return; } +#endif + +#ifdef _DEBUG +#define ALFlagFailIf(condition, flag, error) \ + if (condition) { \ + if(flag) __osError(error, 0); \ + return; } + +#else +#define ALFlagFailIf(condition, flag, error) \ + if (condition) { \ + return; } +#endif + /*********************************************************************** * Audio Library global routines ***********************************************************************/ @@ -16,53 +115,59 @@ typedef struct ALLink_s { struct ALLink_s *prev; } ALLink; +void alUnlink(ALLink *element); +void alLink(ALLink *element, ALLink *after); + typedef s32 (*ALDMAproc)(s32 addr, s32 len, void *state); typedef ALDMAproc (*ALDMANew)(void *state); -#define AL_FX_NONE 0 -#define AL_FX_SMALLROOM 1 -#define AL_FX_BIGROOM 2 -#define AL_FX_CHORUS 3 -#define AL_FX_FLANGE 4 -#define AL_FX_ECHO 5 -#define AL_FX_CUSTOM 6 - -typedef u8 ALFxId; -typedef s32 ALMicroTime; +void alCopy(void *src, void *dest, s32 len); typedef struct { - u8 *base; - u8 *current; - s32 len; - s32 count; + u8 *base; + u8 *cur; + s32 len; + s32 count; } ALHeap; -typedef struct { - s32 maxVVoices; /* obsolete */ - s32 maxPVoices; - s32 maxUpdates; - s32 maxFXbusses; - void *dmaproc; - ALHeap *heap; - s32 outputRate; - ALFxId fxType; - s32 *params; -} ALSynConfig; - +#define AL_HEAP_DEBUG 1 +#define AL_HEAP_MAGIC 0x20736a73 +#define AL_HEAP_INIT 0 void alHeapInit(ALHeap *hp, u8 *base, s32 len); void *alHeapDBAlloc(u8 *file, s32 line, ALHeap *hp, s32 num, s32 size); +s32 alHeapCheck(ALHeap *hp); -#ifdef DEBUG +#ifdef _DEBUG #define alHeapAlloc(hp, elem ,size) alHeapDBAlloc((u8 *) __FILE__,__LINE__,(hp),(elem),(size)) #else #define alHeapAlloc(hp, elem ,size) alHeapDBAlloc(0, 0,(hp),(elem),(size)) #endif +/*********************************************************************** + * FX Stuff + ***********************************************************************/ +#define AL_FX_NONE 0 +#define AL_FX_SMALLROOM 1 +#define AL_FX_BIGROOM 2 +#define AL_FX_CHORUS 3 +#define AL_FX_FLANGE 4 +#define AL_FX_ECHO 5 +#define AL_FX_CUSTOM 6 + +typedef u8 ALFxId; +typedef void *ALFxRef; + /*********************************************************************** * data structures for sound banks ***********************************************************************/ +#define AL_BANK_VERSION 0x4231 /* 'B1' */ + +/* Possible wavetable types */ +enum {AL_ADPCM_WAVE = 0, + AL_RAW16_WAVE}; + typedef struct { s32 order; s32 npredictors; @@ -163,11 +268,41 @@ typedef struct { /* Note: sizeof won't be correct */ void alBnkfNew(ALBankFile *f, u8 *table); +/*********************************************************************** + * Sequence Files + ***********************************************************************/ +#define AL_SEQBANK_VERSION 'S1' + +typedef struct { + u8 *offset; + s32 len; +} ALSeqData; + +typedef struct { /* Note: sizeof won't be correct */ + s16 revision; /* format revision of this file */ + s16 seqCount; /* number of sequences */ + ALSeqData seqArray[1]; /* ARRAY of sequence info */ +} ALSeqFile; + +void alSeqFileNew(ALSeqFile *f, u8 *base); + /*********************************************************************** * Synthesis driver stuff ***********************************************************************/ typedef ALMicroTime (*ALVoiceHandler)(void *); +typedef struct { + s32 maxVVoices; /* obsolete */ + s32 maxPVoices; + s32 maxUpdates; + s32 maxFXbusses; + void *dmaproc; + ALHeap *heap; + s32 outputRate; /* output sample rate */ + ALFxId fxType; + s32 *params; +} ALSynConfig; + typedef struct ALPlayer_s { struct ALPlayer_s *next; void *clientData; /* storage for client callback */ @@ -187,6 +322,12 @@ typedef struct ALVoice_s { s16 unityPitch; } ALVoice; +typedef struct ALVoiceConfig_s { + s16 priority; /* voice priority */ + s16 fxBus; /* bus assignment */ + u8 unityPitch; /* unity pitch flag */ +} ALVoiceConfig; + typedef struct { ALPlayer *head; /* client list head */ ALLink pFreeList; /* list of free physical voices */ @@ -210,6 +351,33 @@ typedef struct { at one time at output rate */ } ALSynth; +void alSynNew(ALSynth *s, ALSynConfig *config); +void alSynDelete(ALSynth *s); + +void alSynAddPlayer(ALSynth *s, ALPlayer *client); +void alSynRemovePlayer(ALSynth *s, ALPlayer *client); + +s32 alSynAllocVoice(ALSynth *s, ALVoice *v, ALVoiceConfig *vc); +void alSynFreeVoice(ALSynth *s, ALVoice *voice); + +void alSynStartVoice(ALSynth *s, ALVoice *voice, ALWaveTable *w); +void alSynStartVoiceParams(ALSynth *s, ALVoice *voice, ALWaveTable *w, + f32 pitch, s16 vol, ALPan pan, u8 fxmix, + ALMicroTime t); +void alSynStopVoice(ALSynth *s, ALVoice *voice); + +void alSynSetVol(ALSynth *s, ALVoice *v, s16 vol, ALMicroTime delta); +void alSynSetPitch(ALSynth *s, ALVoice *voice, f32 ratio); +void alSynSetPan(ALSynth *s, ALVoice *voice, ALPan pan); +void alSynSetFXMix(ALSynth *s, ALVoice *voice, u8 fxmix); +void alSynSetPriority(ALSynth *s, ALVoice *voice, s16 priority); +s16 alSynGetPriority(ALSynth *s, ALVoice *voice); + +ALFxRef *alSynAllocFX(ALSynth *s, s16 bus, ALSynConfig *c, ALHeap *hp); +ALFxRef alSynGetFXRef(ALSynth *s, s16 bus, s16 index); +void alSynFreeFX(ALSynth *s, ALFxRef *fx); +void alSynSetFXParam(ALSynth *s, ALFxRef fx, s16 paramID, void *param); + /*********************************************************************** * Audio Library (AL) stuff ***********************************************************************/ @@ -217,53 +385,142 @@ typedef struct { ALSynth drvr; } ALGlobals; -/*********************************************************************** - * Sequence Files - ***********************************************************************/ +extern ALGlobals *alGlobals; -/** - * Metadata for a sequence "file" entry / data content of single sequence. - * Based on original ALSeqData in n64devkit\ultra\usr\include\PR\libaudio.h. - */ -typedef struct -{ - u8 *address; - u16 offset; - u16 len; -} ALSeqData; +void alInit(ALGlobals *glob, ALSynConfig *c); +void alClose(ALGlobals *glob); -/** - * Structure for storing collection of sequence metadatas. - * Based on original ALSeqFile in n64devkit\ultra\usr\include\PR\libaudio.h. - */ -typedef struct -{ - /** - * number of sequences. - */ - u16 seqCount; - - /** - * Unknown, maybe revision. - */ - u16 unk; - - /** - * ARRAY of sequence info. This is a "dynamic" array, more space - * will be allocated from ALHeap at runtime. - */ - ALSeqData seqArray[1]; -} ALSeqFile; - -void alSeqFileNew(ALSeqFile *f, u8 *base); +Acmd *alAudioFrame(Acmd *cmdList, s32 *cmdLen, s16 *outBuf, s32 outLen); /*********************************************************************** - * Audio Library (AL) stuff + * Sequence Player stuff ***********************************************************************/ + +/* + * Play states + */ +#define AL_STOPPED 0 +#define AL_PLAYING 1 +#define AL_STOPPING 2 + +#define AL_DEFAULT_PRIORITY 5 +#define AL_DEFAULT_VOICE 0 +#define AL_MAX_CHANNELS 16 + +/* + * Audio Library event type definitions + */ +enum ALMsg { + AL_SEQ_REF_EVT, /* Reference to a pending event in the sequence. */ + AL_SEQ_MIDI_EVT, + AL_SEQP_MIDI_EVT, + AL_TEMPO_EVT, + AL_SEQ_END_EVT, + AL_NOTE_END_EVT, + AL_SEQP_ENV_EVT, + AL_SEQP_META_EVT, + AL_SEQP_PROG_EVT, + AL_SEQP_API_EVT, + AL_SEQP_VOL_EVT, + AL_SEQP_LOOP_EVT, + AL_SEQP_PRIORITY_EVT, + AL_SEQP_SEQ_EVT, + AL_SEQP_BANK_EVT, + AL_SEQP_PLAY_EVT, + AL_SEQP_STOP_EVT, + AL_SEQP_STOPPING_EVT, + AL_TRACK_END, + AL_CSP_LOOPSTART, + AL_CSP_LOOPEND, + AL_CSP_NOTEOFF_EVT, + AL_TREM_OSC_EVT, + AL_VIB_OSC_EVT +}; + +/* + * Midi event definitions + */ +#define AL_EVTQ_END 0x7fffffff + +enum AL_MIDIstatus { + /* For distinguishing channel number from status */ + AL_MIDI_ChannelMask = 0x0F, + AL_MIDI_StatusMask = 0xF0, + + /* Channel voice messages */ + AL_MIDI_ChannelVoice = 0x80, + AL_MIDI_NoteOff = 0x80, + AL_MIDI_NoteOn = 0x90, + AL_MIDI_PolyKeyPressure = 0xA0, + AL_MIDI_ControlChange = 0xB0, + AL_MIDI_ChannelModeSelect = 0xB0, + AL_MIDI_ProgramChange = 0xC0, + AL_MIDI_ChannelPressure = 0xD0, + AL_MIDI_PitchBendChange = 0xE0, + + /* System messages */ + AL_MIDI_SysEx = 0xF0, /* System Exclusive */ + + /* System common */ + AL_MIDI_SystemCommon = 0xF1, + AL_MIDI_TimeCodeQuarterFrame = 0xF1, + AL_MIDI_SongPositionPointer = 0xF2, + AL_MIDI_SongSelect = 0xF3, + AL_MIDI_Undefined1 = 0xF4, + AL_MIDI_Undefined2 = 0xF5, + AL_MIDI_TuneRequest = 0xF6, + AL_MIDI_EOX = 0xF7, /* End of System Exclusive */ + + /* System real time */ + AL_MIDI_SystemRealTime = 0xF8, + AL_MIDI_TimingClock = 0xF8, + AL_MIDI_Undefined3 = 0xF9, + AL_MIDI_Start = 0xFA, + AL_MIDI_Continue = 0xFB, + AL_MIDI_Stop = 0xFC, + AL_MIDI_Undefined4 = 0xFD, + AL_MIDI_ActiveSensing = 0xFE, + AL_MIDI_SystemReset = 0xFF, + AL_MIDI_Meta = 0xFF /* MIDI Files only */ +}; + +enum AL_MIDIctrl { + AL_MIDI_VOLUME_CTRL = 0x07, + AL_MIDI_PAN_CTRL = 0x0A, + AL_MIDI_PRIORITY_CTRL = 0x10, /* use general purpose controller for priority */ + AL_MIDI_FX_CTRL_0 = 0x14, + AL_MIDI_FX_CTRL_1 = 0x15, + AL_MIDI_FX_CTRL_2 = 0x16, + AL_MIDI_FX_CTRL_3 = 0x17, + AL_MIDI_FX_CTRL_4 = 0x18, + AL_MIDI_FX_CTRL_5 = 0x19, + AL_MIDI_FX_CTRL_6 = 0x1A, + AL_MIDI_FX_CTRL_7 = 0x1B, + AL_MIDI_FX_CTRL_8 = 0x1C, + AL_MIDI_FX_CTRL_9 = 0x1D, + AL_MIDI_SUSTAIN_CTRL = 0x40, + AL_MIDI_FX1_CTRL = 0x5B, + AL_MIDI_FX3_CTRL = 0x5D +}; + +enum AL_MIDImeta { + AL_MIDI_META_TEMPO = 0x51, + AL_MIDI_META_EOT = 0x2f +}; + + +#define AL_CMIDI_BLOCK_CODE 0xFE +#define AL_CMIDI_LOOPSTART_CODE 0x2E +#define AL_CMIDI_LOOPEND_CODE 0x2D +#define AL_CMIDI_CNTRL_LOOPSTART 102 +#define AL_CMIDI_CNTRL_LOOPEND 103 +#define AL_CMIDI_CNTRL_LOOPCOUNT_SM 104 +#define AL_CMIDI_CNTRL_LOOPCOUNT_BIG 105 + typedef struct { u8 *curPtr; /* ptr to the next event */ s32 lastTicks; /* sequence clock ticks (used by alSeqSetLoc) */ - s32 curTicks; /* sequence clock ticks of next event (used by loop end test) */ + s32 curTicks; /* sequence clock ticks of next event (used by loop end test) */ s16 lastStatus; /* the last status msg */ } ALSeqMarker; @@ -313,16 +570,16 @@ typedef struct { } ALSeqpLoopEvent; typedef struct { - u8 chan; - u8 priority; + u8 chan; + u8 priority; } ALSeqpPriorityEvent; typedef struct { - void *seq; /* pointer to a seq (could be an ALSeq or an ALCSeq). */ + void *seq; /* pointer to a seq (could be an ALSeq or an ALCSeq). */ } ALSeqpSeqEvent; typedef struct { - ALBank *bank; + ALBank *bank; } ALSeqpBankEvent; typedef struct { @@ -332,39 +589,49 @@ typedef struct { } ALOscEvent; typedef struct { - s16 type; + s16 type; union { - ALMIDIEvent midi; - ALTempoEvent tempo; - ALEndEvent end; - ALNoteEvent note; - ALVolumeEvent vol; - ALSeqpLoopEvent loop; - ALSeqpVolEvent spvol; - ALSeqpPriorityEvent sppriority; - ALSeqpSeqEvent spseq; - ALSeqpBankEvent spbank; - ALOscEvent osc; + ALMIDIEvent midi; + ALTempoEvent tempo; + ALEndEvent end; + ALNoteEvent note; + ALVolumeEvent vol; + ALSeqpLoopEvent loop; + ALSeqpVolEvent spvol; + ALSeqpPriorityEvent sppriority; + ALSeqpSeqEvent spseq; + ALSeqpBankEvent spbank; + ALOscEvent osc; } msg; } ALEvent; +typedef struct { + ALLink node; + ALMicroTime delta; + ALEvent evt; +} ALEventListItem; + typedef struct { ALLink freeList; ALLink allocList; s32 eventCount; } ALEventQueue; -typedef struct { - ALInstrument *instrument; /* instrument assigned to this chan */ - s16 bendRange; /* pitch bend range in cents */ - ALFxId fxId; /* type of fx assigned to this chan */ - ALPan pan; /* overall pan for this chan */ - u8 priority; /* priority for this chan */ - u8 vol; /* current volume for this chan */ - u8 fxmix; /* current fx mix for this chan */ - u8 sustain; /* current sustain pedal state */ - f32 pitchBend; /* current pitch bend val in cents */ -} ALChanState; +void alEvtqNew(ALEventQueue *evtq, ALEventListItem *items, + s32 itemCount); +ALMicroTime alEvtqNextEvent(ALEventQueue *evtq, ALEvent *evt); +void alEvtqPostEvent(ALEventQueue *evtq, ALEvent *evt, + ALMicroTime delta); +void alEvtqFlush(ALEventQueue *evtq); +void alEvtqFlushType(ALEventQueue *evtq, s16 type); + + +#define AL_PHASE_ATTACK 0 +#define AL_PHASE_NOTEON 0 +#define AL_PHASE_DECAY 1 +#define AL_PHASE_SUSTAIN 2 +#define AL_PHASE_RELEASE 3 +#define AL_PHASE_SUSTREL 4 typedef struct ALVoiceState_s { struct ALVoiceState_s *next;/* MUST be first */ @@ -384,6 +651,18 @@ typedef struct ALVoiceState_s { bit 1 vibrato flag */ } ALVoiceState; +typedef struct { + ALInstrument *instrument; /* instrument assigned to this chan */ + s16 bendRange; /* pitch bend range in cents */ + ALFxId fxId; /* type of fx assigned to this chan */ + ALPan pan; /* overall pan for this chan */ + u8 priority; /* priority for this chan */ + u8 vol; /* current volume for this chan */ + u8 fxmix; /* current fx mix for this chan */ + u8 sustain; /* current sustain pedal state */ + f32 pitchBend; /* current pitch bend val in cents */ +} ALChanState; + typedef struct ALSeq_s { u8 *base; /* ptr to start of sequence file */ u8 *trackStart; /* ptr to first MIDI event */ @@ -406,7 +685,7 @@ typedef struct ALCSeq_s { f32 qnpt; /* qrter notes / tick (1/division) */ u32 lastTicks; /* keep track of ticks incase app wants */ u32 lastDeltaTicks; /* number of delta ticks of last event */ - u32 deltaFlag; /* flag: set if delta's not subtracted */ + u32 deltaFlag; /* flag: set if delta's not subtracted */ u8 *curLoc[16]; /* ptr to current track location, */ /* may point to next event, or may point */ /* to a backup code */ @@ -427,7 +706,11 @@ typedef struct { u32 evtDeltaTicks[16]; } ALCSeqMarker; -typedef struct ALSeqpConfig_s { +#define NO_SOUND_ERR_MASK 0x01 +#define NOTE_OFF_ERR_MASK 0x02 +#define NO_VOICE_ERR_MASK 0x04 + +typedef struct { s32 maxVoices; /* max number of voices to alloc */ s32 maxEvents; /* max internal events to support */ u8 maxChannels; /* max MIDI channels to support (16)*/ @@ -530,11 +813,11 @@ void alSeqpSetSeq(ALSeqPlayer *seqp, ALSeq *seq); ALSeq *alSeqpGetSeq(ALSeqPlayer *seqp); void alSeqpPlay(ALSeqPlayer *seqp); void alSeqpStop(ALSeqPlayer *seqp); -s32 alSeqpGetState(ALSeqPlayer *seqp); +s32 alSeqpGetState(ALSeqPlayer *seqp); void alSeqpSetBank(ALSeqPlayer *seqp, ALBank *b); void alSeqpSetTempo(ALSeqPlayer *seqp, s32 tempo); s32 alSeqpGetTempo(ALSeqPlayer *seqp); -s16 alSeqpGetVol(ALSeqPlayer *seqp); /* Master volume control */ +s16 alSeqpGetVol(ALSeqPlayer *seqp); /* Master volume control */ void alSeqpSetVol(ALSeqPlayer *seqp, s16 vol); void alSeqpLoop(ALSeqPlayer *seqp, ALSeqMarker *start, ALSeqMarker *end, s32 count); @@ -542,8 +825,8 @@ void alSeqpSetChlProgram(ALSeqPlayer *seqp, u8 chan, u8 prog); s32 alSeqpGetChlProgram(ALSeqPlayer *seqp, u8 chan); void alSeqpSetChlFXMix(ALSeqPlayer *seqp, u8 chan, u8 fxmix); u8 alSeqpGetChlFXMix(ALSeqPlayer *seqp, u8 chan); -void alSeqpSetChlVol(ALSeqPlayer *seqp, u8 chan, u8 vol); -u8 alSeqpGetChlVol(ALSeqPlayer *seqp, u8 chan); +void alSeqpSetChlVol(ALSeqPlayer *seqp, u8 chan, u8 vol); +u8 alSeqpGetChlVol(ALSeqPlayer *seqp, u8 chan); void alSeqpSetChlPan(ALSeqPlayer *seqp, u8 chan, ALPan pan); ALPan alSeqpGetChlPan(ALSeqPlayer *seqp, u8 chan); void alSeqpSetChlPriority(ALSeqPlayer *seqp, u8 chan, u8 priority); @@ -552,14 +835,14 @@ void alSeqpSendMidi(ALSeqPlayer *seqp, s32 ticks, u8 status, u8 byte1, u8 byt /* Maintain backwards compatibility with old routine names. */ -#define alSeqpSetProgram alSeqpSetChlProgram -#define alSeqpGetProgram alSeqpGetChlProgram -#define alSeqpSetFXMix alSeqpSetChlFXMix -#define alSeqpGetFXMix alSeqpGetChlFXMix -#define alSeqpSetPan alSeqpSetChlPan -#define alSeqpGetPan alSeqpGetChlPan -#define alSeqpSetChannelPriority alSeqpSetChlPriority -#define alSeqpGetChannelPriority alSeqpGetChlPriority +#define alSeqpSetProgram alSeqpSetChlProgram +#define alSeqpGetProgram alSeqpGetChlProgram +#define alSeqpSetFXMix alSeqpSetChlFXMix +#define alSeqpGetFXMix alSeqpGetChlFXMix +#define alSeqpSetPan alSeqpSetChlPan +#define alSeqpGetPan alSeqpGetChlPan +#define alSeqpSetChannelPriority alSeqpSetChlPriority +#define alSeqpGetChannelPriority alSeqpGetChlPriority @@ -572,7 +855,7 @@ void alCSPSetSeq(ALCSPlayer *seqp, ALCSeq *seq); ALCSeq *alCSPGetSeq(ALCSPlayer *seqp); void alCSPPlay(ALCSPlayer *seqp); void alCSPStop(ALCSPlayer *seqp); -s32 alCSPGetState(ALCSPlayer *seqp); +s32 alCSPGetState(ALCSPlayer *seqp); void alCSPSetBank(ALCSPlayer *seqp, ALBank *b); void alCSPSetTempo(ALCSPlayer *seqp, s32 tempo); s32 alCSPGetTempo(ALCSPlayer *seqp); @@ -585,8 +868,8 @@ void alCSPSetChlFXMix(ALCSPlayer *seqp, u8 chan, u8 fxmix); u8 alCSPGetChlFXMix(ALCSPlayer *seqp, u8 chan); void alCSPSetChlPan(ALCSPlayer *seqp, u8 chan, ALPan pan); ALPan alCSPGetChlPan(ALCSPlayer *seqp, u8 chan); -void alCSPSetChlVol(ALCSPlayer *seqp, u8 chan, u8 vol); -u8 alCSPGetChlVol(ALCSPlayer *seqp, u8 chan); +void alCSPSetChlVol(ALCSPlayer *seqp, u8 chan, u8 vol); +u8 alCSPGetChlVol(ALCSPlayer *seqp, u8 chan); void alCSPSetChlPriority(ALCSPlayer *seqp, u8 chan, u8 priority); u8 alCSPGetChlPriority(ALCSPlayer *seqp, u8 chan); void alCSPSendMidi(ALCSPlayer *seqp, s32 ticks, u8 status, @@ -594,13 +877,70 @@ void alCSPSendMidi(ALCSPlayer *seqp, s32 ticks, u8 status, /* Maintain backwards compatibility with old routine names. */ -#define alCSPSetProgram alCSPSetChlProgram -#define alCSPGetProgram alCSPGetChlProgram -#define alCSPSetFXMix alCSPSetChlFXMix -#define alCSPGetFXMix alCSPGetChlFXMix -#define alCSPSetPan alCSPSetChlPan -#define alCSPGetPan alCSPGetChlPan -#define alCSPSetChannelPriority alCSPSetChlPriority -#define alCSPGetChannelPriority alCSPGetChlPriority +#define alCSPSetProgram alCSPSetChlProgram +#define alCSPGetProgram alCSPGetChlProgram +#define alCSPSetFXMix alCSPSetChlFXMix +#define alCSPGetFXMix alCSPGetChlFXMix +#define alCSPSetPan alCSPSetChlPan +#define alCSPGetPan alCSPGetChlPan +#define alCSPSetChannelPriority alCSPSetChlPriority +#define alCSPGetChannelPriority alCSPGetChlPriority + + +/*********************************************************************** + * Sound Player stuff + ***********************************************************************/ + +typedef struct { + s32 maxSounds; + s32 maxEvents; + ALHeap *heap; +} ALSndpConfig; + +typedef struct { + ALPlayer node; /* note: must be first in structure */ + ALEventQueue evtq; + ALEvent nextEvent; + ALSynth *drvr; /* reference to the client driver */ + s32 target; + void *sndState; + s32 maxSounds; + ALMicroTime frameTime; + ALMicroTime nextDelta; /* microseconds to next callback */ + ALMicroTime curTime; +} ALSndPlayer; + +typedef s16 ALSndId; + +void alSndpNew(ALSndPlayer *sndp, ALSndpConfig *c); +void alSndpDelete(ALSndPlayer *sndp); + +ALSndId alSndpAllocate(ALSndPlayer *sndp, ALSound *sound); +void alSndpDeallocate(ALSndPlayer *sndp, ALSndId id); + +void alSndpSetSound(ALSndPlayer *sndp, ALSndId id); +ALSndId alSndpGetSound(ALSndPlayer *sndp); + +void alSndpPlay(ALSndPlayer *sndp); +void alSndpPlayAt(ALSndPlayer *sndp, ALMicroTime delta); +void alSndpStop(ALSndPlayer *sndp); + +void alSndpSetVol(ALSndPlayer *sndp, s16 vol); +void alSndpSetPitch(ALSndPlayer *sndp, f32 pitch); +void alSndpSetPan(ALSndPlayer *sndp, ALPan pan); +void alSndpSetPriority(ALSndPlayer *sndp, ALSndId id, u8 priority); + +void alSndpSetFXMix(ALSndPlayer *sndp, u8 mix); +s32 alSndpGetState(ALSndPlayer *sndp); + +#ifndef _FINALROM +void alParseAbiCL(Acmd *cmdList, u32 nbytes); #endif +#ifdef _LANGUAGE_C_PLUS_PLUS +} +#endif + +#endif /* !__LIB_AUDIO__ */ + + diff --git a/include/PR/os.h b/include/PR/os.h new file mode 100644 index 0000000..52cbbbb --- /dev/null +++ b/include/PR/os.h @@ -0,0 +1,1009 @@ +/*==================================================================== + * os.h + * + * Copyright 1995, Silicon Graphics, Inc. + * All Rights Reserved. + * + * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, + * Inc.; the contents of this file may not be disclosed to third + * parties, copied or duplicated in any form, in whole or in part, + * without the prior written permission of Silicon Graphics, Inc. + * + * RESTRICTED RIGHTS LEGEND: + * Use, duplication or disclosure by the Government is subject to + * restrictions as set forth in subdivision (c)(1)(ii) of the Rights + * in Technical Data and Computer Software clause at DFARS + * 252.227-7013, and/or in similar or successor clauses in the FAR, + * DOD or NASA FAR Supplement. Unpublished - rights reserved under the + * Copyright Laws of the United States. + *====================================================================*/ + +/************************************************************************** + * + * $Revision: 1.149 $ + * $Date: 1997/12/15 04:30:52 $ + * $Source: /disk6/Master/cvsmdev2/PR/include/os.h,v $ + * + **************************************************************************/ + + +#ifndef _OS_H_ +#define _OS_H_ + +#ifdef _LANGUAGE_C_PLUS_PLUS +extern "C" { +#endif + +#include + +#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) + +/************************************************************************** + * + * Type definitions + * + */ + +typedef s32 OSPri; +typedef s32 OSId; +typedef union { struct { f32 f_odd; f32 f_even; } f; f64 d; } __OSfp; + +typedef struct { + u64 at, v0, v1, a0, a1, a2, a3; + u64 t0, t1, t2, t3, t4, t5, t6, t7; + u64 s0, s1, s2, s3, s4, s5, s6, s7; + u64 t8, t9, gp, sp, s8, ra; + u64 lo, hi; + u32 sr, pc, cause, badvaddr, rcp; + u32 fpcsr; + __OSfp fp0, fp2, fp4, fp6, fp8, fp10, fp12, fp14; + __OSfp fp16, fp18, fp20, fp22, fp24, fp26, fp28, fp30; +} __OSThreadContext; + +typedef struct OSThread_s { + struct OSThread_s *next; /* run/mesg queue link */ + OSPri priority; /* run/mesg queue priority */ + struct OSThread_s **queue; /* queue thread is on */ + struct OSThread_s *tlnext; /* all threads queue link */ + u16 state; /* OS_STATE_* */ + u16 flags; /* flags for rmon */ + OSId id; /* id for debugging */ + int fp; /* thread has used fp unit */ + __OSThreadContext context; /* register/interrupt mask */ +} OSThread; + +typedef u32 OSEvent; +typedef u32 OSIntMask; +typedef u32 OSPageMask; +typedef u32 OSHWIntr; + +/* + * Structure for message + */ +typedef void * OSMesg; + +/* + * Structure for message queue + */ +typedef struct OSMesgQueue_s { + OSThread *mtqueue; /* Queue to store threads blocked + on empty mailboxes (receive) */ + OSThread *fullqueue; /* Queue to store threads blocked + on full mailboxes (send) */ + s32 validCount; /* Contains number of valid message */ + s32 first; /* Points to first valid message */ + s32 msgCount; /* Contains total # of messages */ + OSMesg *msg; /* Points to message buffer array */ +} OSMesgQueue; + +/* + * Structure for Enhanced PI interface + */ + +/* + * OSTranxInfo is set up for Leo Disk DMA. This info will be maintained + * by exception handler. This is how the PIMGR and the ISR communicate. + */ + +typedef struct { + u32 errStatus; /* error status */ + void *dramAddr; /* RDRAM buffer address (DMA) */ + void *C2Addr; /* C2 buffer address */ + u32 sectorSize; /* size of transfering sector */ + u32 C1ErrNum; /* total # of C1 errors */ + u32 C1ErrSector[4]; /* error sectors */ +} __OSBlockInfo; + +typedef struct { + u32 cmdType; /* for disk only */ + u16 transferMode; /* Block, Track, or sector? */ + u16 blockNum; /* which block is transfering */ + s32 sectorNum; /* which sector is transfering */ + u32 devAddr; /* Device buffer address */ + u32 bmCtlShadow; /* asic bm_ctl(510) register shadow ram */ + u32 seqCtlShadow; /* asic seq_ctl(518) register shadow ram */ + __OSBlockInfo block[2]; /* bolck transfer info */ +} __OSTranxInfo; + + +typedef struct OSPiHandle_s { + struct OSPiHandle_s *next; /* point to next handle on the table */ + u8 type; /* DEVICE_TYPE_BULK for disk */ + u8 latency; /* domain latency */ + u8 pageSize; /* domain page size */ + u8 relDuration; /* domain release duration */ + u8 pulse; /* domain pulse width */ + u8 domain; /* which domain */ + u32 baseAddress; /* Domain address */ + u32 speed; /* for roms only */ + /* The following are "private" elements" */ + __OSTranxInfo transferInfo; /* for disk only */ +} OSPiHandle; + +typedef struct { + u8 type; + u32 address; +} OSPiInfo; + +/* + * Structure for I/O message block + */ +typedef struct { + u16 type; /* Message type */ + u8 pri; /* Message priority (High or Normal) */ + u8 status; /* Return status */ + OSMesgQueue *retQueue; /* Return message queue to notify I/O + * completion */ +} OSIoMesgHdr; + +typedef struct { + OSIoMesgHdr hdr; /* Message header */ + void * dramAddr; /* RDRAM buffer address (DMA) */ + u32 devAddr; /* Device buffer address (DMA) */ + u32 size; /* DMA transfer size in bytes */ + OSPiHandle *piHandle; /* PI device handle */ +} OSIoMesg; + +/* + * Structure for device manager block + */ +typedef struct { + s32 active; /* Status flag */ + OSThread *thread; /* Calling thread */ + OSMesgQueue *cmdQueue; /* Command queue */ + OSMesgQueue *evtQueue; /* Event queue */ + OSMesgQueue *acsQueue; /* Access queue */ + /* Raw DMA routine */ + s32 (*dma)(s32, u32, void *, u32); + s32 (*edma)(OSPiHandle *, s32, u32, void *, u32); +} OSDevMgr; + + +/* + * Structure to store VI register values that remain the same between 2 fields + */ +typedef struct { + u32 ctrl; + u32 width; + u32 burst; + u32 vSync; + u32 hSync; + u32 leap; + u32 hStart; + u32 xScale; + u32 vCurrent; +} OSViCommonRegs; + + +/* + * Structure to store VI register values that change between fields + */ +typedef struct { + u32 origin; + u32 yScale; + u32 vStart; + u32 vBurst; + u32 vIntr; +} OSViFieldRegs; + + +/* + * Structure for VI mode + */ +typedef struct { + u8 type; /* Mode type */ + OSViCommonRegs comRegs; /* Common registers for both fields */ + OSViFieldRegs fldRegs[2]; /* Registers for Field 1 & 2 */ +} OSViMode; + +/* + * Structure for time value + */ +typedef u64 OSTime; + +/* + * Structure for interval timer + */ +typedef struct OSTimer_s { + struct OSTimer_s *next; /* point to next timer in list */ + struct OSTimer_s *prev; /* point to previous timer in list */ + OSTime interval; /* duration set by user */ + OSTime value; /* time remaining before */ + /* timer fires */ + OSMesgQueue *mq; /* Message Queue */ + OSMesg msg; /* Message to send */ +} OSTimer; + +/* + * Structure for controllers + */ + +typedef struct { + u16 type; /* Controller Type */ + u8 status; /* Controller status */ + u8 errno; +}OSContStatus; + +typedef struct { + u16 button; + s8 stick_x; /* -80 <= stick_x <= 80 */ + s8 stick_y; /* -80 <= stick_y <= 80 */ + u8 errno; +} OSContPad; + +typedef struct { + void *address; /* Ram pad Address: 11 bits */ + u8 databuffer[32]; /* address of the data buffer */ + u8 addressCrc; /* CRC code for address */ + u8 dataCrc; /* CRC code for data */ + u8 errno; +} OSContRamIo; + +/* + * Structure for file system + */ + + + +typedef struct { + int status; + OSMesgQueue *queue; + int channel; + u8 id[32]; + u8 label[32]; + int version; + int dir_size; + int inode_table; /* block location */ + int minode_table; /* mirrioring inode_table */ + int dir_table; /* block location */ + int inode_start_page; /* page # */ + u8 banks; + u8 activebank; +} OSPfs; + + +typedef struct { + u32 file_size; /* bytes */ + u32 game_code; + u16 company_code; + char ext_name[4]; + char game_name[16]; +} OSPfsState; + +/* + * Structure for Profiler + */ +typedef struct { + u16 *histo_base; /* histogram base */ + u32 histo_size; /* histogram size */ + u32 *text_start; /* start of text segment */ + u32 *text_end; /* end of text segment */ +} OSProf; + +#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ + +/************************************************************************** + * + * Global definitions + * + */ + +/* Thread states */ + +#define OS_STATE_STOPPED 1 +#define OS_STATE_RUNNABLE 2 +#define OS_STATE_RUNNING 4 +#define OS_STATE_WAITING 8 + +/* Events */ +#ifdef _FINALROM +#define OS_NUM_EVENTS 15 +#else +#define OS_NUM_EVENTS 23 +#endif + +#define OS_EVENT_SW1 0 /* CPU SW1 interrupt */ +#define OS_EVENT_SW2 1 /* CPU SW2 interrupt */ +#define OS_EVENT_CART 2 /* Cartridge interrupt: used by rmon */ +#define OS_EVENT_COUNTER 3 /* Counter int: used by VI/Timer Mgr */ +#define OS_EVENT_SP 4 /* SP task done interrupt */ +#define OS_EVENT_SI 5 /* SI (controller) interrupt */ +#define OS_EVENT_AI 6 /* AI interrupt */ +#define OS_EVENT_VI 7 /* VI interrupt: used by VI/Timer Mgr */ +#define OS_EVENT_PI 8 /* PI interrupt: used by PI Manager */ +#define OS_EVENT_DP 9 /* DP full sync interrupt */ +#define OS_EVENT_CPU_BREAK 10 /* CPU breakpoint: used by rmon */ +#define OS_EVENT_SP_BREAK 11 /* SP breakpoint: used by rmon */ +#define OS_EVENT_FAULT 12 /* CPU fault event: used by rmon */ +#define OS_EVENT_THREADSTATUS 13 /* CPU thread status: used by rmon */ +#define OS_EVENT_PRENMI 14 /* Pre NMI interrupt */ +#ifndef _FINALROM +#define OS_EVENT_RDB_READ_DONE 15 /* RDB read ok event: used by rmon */ +#define OS_EVENT_RDB_LOG_DONE 16 /* read of log data complete */ +#define OS_EVENT_RDB_DATA_DONE 17 /* read of hostio data complete */ +#define OS_EVENT_RDB_REQ_RAMROM 18 /* host needs ramrom access */ +#define OS_EVENT_RDB_FREE_RAMROM 19 /* host is done with ramrom access */ +#define OS_EVENT_RDB_DBG_DONE 20 +#define OS_EVENT_RDB_FLUSH_PROF 21 +#define OS_EVENT_RDB_ACK_PROF 22 +#endif + +/* Flags for debugging purpose */ + +#define OS_FLAG_CPU_BREAK 1 /* Break exception has occurred */ +#define OS_FLAG_FAULT 2 /* CPU fault has occurred */ + +/* Interrupt masks */ + +#define OS_IM_NONE 0x00000001 +#define OS_IM_SW1 0x00000501 +#define OS_IM_SW2 0x00000601 +#define OS_IM_CART 0x00000c01 +#define OS_IM_PRENMI 0x00001401 +#define OS_IM_RDBWRITE 0x00002401 +#define OS_IM_RDBREAD 0x00004401 +#define OS_IM_COUNTER 0x00008401 +#define OS_IM_CPU 0x0000ff01 +#define OS_IM_SP 0x00010401 +#define OS_IM_SI 0x00020401 +#define OS_IM_AI 0x00040401 +#define OS_IM_VI 0x00080401 +#define OS_IM_PI 0x00100401 +#define OS_IM_DP 0x00200401 +#define OS_IM_ALL 0x003fff01 +#define RCP_IMASK 0x003f0000 +#define RCP_IMASKSHIFT 16 + +/* Recommended thread priorities for the system threads */ + +#define OS_PRIORITY_MAX 255 +#define OS_PRIORITY_VIMGR 254 +#define OS_PRIORITY_RMON 250 +#define OS_PRIORITY_RMONSPIN 200 +#define OS_PRIORITY_PIMGR 150 +#define OS_PRIORITY_SIMGR 140 +#define OS_PRIORITY_APPMAX 127 +#define OS_PRIORITY_IDLE 0 /* Must be 0 */ + + +/* Flags to turn blocking on/off when sending/receiving message */ + +#define OS_MESG_NOBLOCK 0 +#define OS_MESG_BLOCK 1 + +/* Flags to indicate direction of data transfer */ + +#define OS_READ 0 /* device -> RDRAM */ +#define OS_WRITE 1 /* device <- RDRAM */ +#define OS_OTHERS 2 /* for Leo disk only */ + +/* + * I/O message types + */ +#define OS_MESG_TYPE_BASE (10) +#define OS_MESG_TYPE_LOOPBACK (OS_MESG_TYPE_BASE+0) +#define OS_MESG_TYPE_DMAREAD (OS_MESG_TYPE_BASE+1) +#define OS_MESG_TYPE_DMAWRITE (OS_MESG_TYPE_BASE+2) +#define OS_MESG_TYPE_VRETRACE (OS_MESG_TYPE_BASE+3) +#define OS_MESG_TYPE_COUNTER (OS_MESG_TYPE_BASE+4) +#define OS_MESG_TYPE_EDMAREAD (OS_MESG_TYPE_BASE+5) +#define OS_MESG_TYPE_EDMAWRITE (OS_MESG_TYPE_BASE+6) + +/* + * I/O message priority + */ +#define OS_MESG_PRI_NORMAL 0 +#define OS_MESG_PRI_HIGH 1 + +/* + * Page size argument for TLB routines + */ +#define OS_PM_4K 0x0000000 +#define OS_PM_16K 0x0006000 +#define OS_PM_64K 0x001e000 +#define OS_PM_256K 0x007e000 +#define OS_PM_1M 0x01fe000 +#define OS_PM_4M 0x07fe000 +#define OS_PM_16M 0x1ffe000 + +/* + * Stack size for I/O device managers: PIM (PI Manager), VIM (VI Manager), + * SIM (SI Manager) + * + */ +#define OS_PIM_STACKSIZE 4096 +#define OS_VIM_STACKSIZE 4096 +#define OS_SIM_STACKSIZE 4096 + +#define OS_MIN_STACKSIZE 72 + +/* + * Values for osTvType + */ +#define OS_TV_PAL 0 +#define OS_TV_NTSC 1 +#define OS_TV_MPAL 2 + +/* + * Video Interface (VI) mode type + */ +#define OS_VI_NTSC_LPN1 0 /* NTSC */ +#define OS_VI_NTSC_LPF1 1 +#define OS_VI_NTSC_LAN1 2 +#define OS_VI_NTSC_LAF1 3 +#define OS_VI_NTSC_LPN2 4 +#define OS_VI_NTSC_LPF2 5 +#define OS_VI_NTSC_LAN2 6 +#define OS_VI_NTSC_LAF2 7 +#define OS_VI_NTSC_HPN1 8 +#define OS_VI_NTSC_HPF1 9 +#define OS_VI_NTSC_HAN1 10 +#define OS_VI_NTSC_HAF1 11 +#define OS_VI_NTSC_HPN2 12 +#define OS_VI_NTSC_HPF2 13 + +#define OS_VI_PAL_LPN1 14 /* PAL */ +#define OS_VI_PAL_LPF1 15 +#define OS_VI_PAL_LAN1 16 +#define OS_VI_PAL_LAF1 17 +#define OS_VI_PAL_LPN2 18 +#define OS_VI_PAL_LPF2 19 +#define OS_VI_PAL_LAN2 20 +#define OS_VI_PAL_LAF2 21 +#define OS_VI_PAL_HPN1 22 +#define OS_VI_PAL_HPF1 23 +#define OS_VI_PAL_HAN1 24 +#define OS_VI_PAL_HAF1 25 +#define OS_VI_PAL_HPN2 26 +#define OS_VI_PAL_HPF2 27 + +#define OS_VI_MPAL_LPN1 28 /* MPAL - mainly Brazil */ +#define OS_VI_MPAL_LPF1 29 +#define OS_VI_MPAL_LAN1 30 +#define OS_VI_MPAL_LAF1 31 +#define OS_VI_MPAL_LPN2 32 +#define OS_VI_MPAL_LPF2 33 +#define OS_VI_MPAL_LAN2 34 +#define OS_VI_MPAL_LAF2 35 +#define OS_VI_MPAL_HPN1 36 +#define OS_VI_MPAL_HPF1 37 +#define OS_VI_MPAL_HAN1 38 +#define OS_VI_MPAL_HAF1 39 +#define OS_VI_MPAL_HPN2 40 +#define OS_VI_MPAL_HPF2 41 + +/* + * Video Interface (VI) special features + */ +#define OS_VI_GAMMA_ON 0x0001 +#define OS_VI_GAMMA_OFF 0x0002 +#define OS_VI_GAMMA_DITHER_ON 0x0004 +#define OS_VI_GAMMA_DITHER_OFF 0x0008 +#define OS_VI_DIVOT_ON 0x0010 +#define OS_VI_DIVOT_OFF 0x0020 +#define OS_VI_DITHER_FILTER_ON 0x0040 +#define OS_VI_DITHER_FILTER_OFF 0x0080 + +/* + * Video Interface (VI) mode attribute bit + */ +#define OS_VI_BIT_NONINTERLACE 0x0001 /* lo-res */ +#define OS_VI_BIT_INTERLACE 0x0002 /* lo-res */ +#define OS_VI_BIT_NORMALINTERLACE 0x0004 /* hi-res */ +#define OS_VI_BIT_DEFLICKINTERLACE 0x0008 /* hi-res */ +#define OS_VI_BIT_ANTIALIAS 0x0010 +#define OS_VI_BIT_POINTSAMPLE 0x0020 +#define OS_VI_BIT_16PIXEL 0x0040 +#define OS_VI_BIT_32PIXEL 0x0080 +#define OS_VI_BIT_LORES 0x0100 +#define OS_VI_BIT_HIRES 0x0200 +#define OS_VI_BIT_NTSC 0x0400 +#define OS_VI_BIT_PAL 0x0800 + +/* + * Leo Disk + */ + +/* transfer mode */ + +#define LEO_BLOCK_MODE 1 +#define LEO_TRACK_MODE 2 +#define LEO_SECTOR_MODE 3 + +/* + * Controllers number + */ + +#ifndef _HW_VERSION_1 +#define MAXCONTROLLERS 4 +#else +#define MAXCONTROLLERS 6 +#endif + +/* controller errors */ +#define CONT_NO_RESPONSE_ERROR 0x8 +#define CONT_OVERRUN_ERROR 0x4 +#ifdef _HW_VERSION_1 +#define CONT_FRAME_ERROR 0x2 +#define CONT_COLLISION_ERROR 0x1 +#endif + +/* Controller type */ + +#define CONT_ABSOLUTE 0x0001 +#define CONT_RELATIVE 0x0002 +#define CONT_JOYPORT 0x0004 +#define CONT_EEPROM 0x8000 +#define CONT_EEP16K 0x4000 +#define CONT_TYPE_MASK 0x1f07 +#define CONT_TYPE_NORMAL 0x0005 +#define CONT_TYPE_MOUSE 0x0002 + +/* Controller status */ + +#define CONT_CARD_ON 0x01 +#define CONT_CARD_PULL 0x02 +#define CONT_ADDR_CRC_ER 0x04 +#define CONT_EEPROM_BUSY 0x80 + +/* EEPROM TYPE */ + +#define EEPROM_TYPE_4K 0x01 +#define EEPROM_TYPE_16K 0x02 + +/* Buttons */ + +#define CONT_A 0x8000 +#define CONT_B 0x4000 +#define CONT_G 0x2000 +#define CONT_START 0x1000 +#define CONT_UP 0x0800 +#define CONT_DOWN 0x0400 +#define CONT_LEFT 0x0200 +#define CONT_RIGHT 0x0100 +#define CONT_L 0x0020 +#define CONT_R 0x0010 +#define CONT_E 0x0008 +#define CONT_D 0x0004 +#define CONT_C 0x0002 +#define CONT_F 0x0001 + +/* Nintendo's official button names */ + +#define A_BUTTON CONT_A +#define B_BUTTON CONT_B +#define L_TRIG CONT_L +#define R_TRIG CONT_R +#define Z_TRIG CONT_G +#define START_BUTTON CONT_START +#define U_JPAD CONT_UP +#define L_JPAD CONT_LEFT +#define R_JPAD CONT_RIGHT +#define D_JPAD CONT_DOWN +#define U_CBUTTONS CONT_E +#define L_CBUTTONS CONT_C +#define R_CBUTTONS CONT_F +#define D_CBUTTONS CONT_D + +/* File System size */ +#define OS_PFS_VERSION 0x0200 +#define OS_PFS_VERSION_HI (OS_PFS_VERSION >> 8) +#define OS_PFS_VERSION_LO (OS_PFS_VERSION & 255) + +#define PFS_FILE_NAME_LEN 16 +#define PFS_FILE_EXT_LEN 4 +#define BLOCKSIZE 32 /* bytes */ +#define PFS_ONE_PAGE 8 /* blocks */ +#define PFS_MAX_BANKS 62 + +/* File System flag */ + +#define PFS_READ 0 +#define PFS_WRITE 1 +#define PFS_CREATE 2 + +/* File System status */ +#define PFS_INITIALIZED 0x1 +#define PFS_CORRUPTED 0x2 /* File system was corrupted */ + +/* File System error number */ + +#define PFS_ERR_NOPACK 1 /* no memory card is plugged or */ +#define PFS_ERR_NEW_PACK 2 /* ram pack has been changed to a */ + /* different one */ +#define PFS_ERR_INCONSISTENT 3 /* need to run Pfschecker */ +#define PFS_ERR_CONTRFAIL CONT_OVERRUN_ERROR +#define PFS_ERR_INVALID 5 /* invalid parameter or file not exist*/ +#define PFS_ERR_BAD_DATA 6 /* the data read from pack are bad*/ +#define PFS_DATA_FULL 7 /* no free pages on ram pack */ +#define PFS_DIR_FULL 8 /* no free directories on ram pack*/ +#define PFS_ERR_EXIST 9 /* file exists */ +#define PFS_ERR_ID_FATAL 10 /* dead ram pack */ +#define PFS_ERR_DEVICE 11 /* wrong device type*/ + +/* definition for EEPROM */ + +#define EEPROM_MAXBLOCKS 64 +#define EEP16K_MAXBLOCKS 256 +#define EEPROM_BLOCK_SIZE 8 + +/* + * PI/EPI + */ +#define PI_DOMAIN1 0 +#define PI_DOMAIN2 1 + +/* + * Profiler constants + */ +#define PROF_MIN_INTERVAL 50 /* microseconds */ + +/* + * Boot addresses + */ +#define BOOT_ADDRESS_ULTRA 0x80000400 +#define BOOT_ADDRESS_COSIM 0x80002000 +#define BOOT_ADDRESS_EMU 0x20010000 +#define BOOT_ADDRESS_INDY 0x88100000 + +/* + * Size of buffer the retains contents after NMI + */ +#define OS_APP_NMI_BUFSIZE 64 + +#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) + +/************************************************************************** + * + * Macro definitions + * + */ + +/* PARTNER-N64 */ +#ifdef PTN64 +#define osReadHost osReadHost_pt +#define osWriteHost osWriteHost_pt +#endif + +/* Get count of valid messages in queue */ +#define MQ_GET_COUNT(mq) ((mq)->validCount) + +/* Figure out if message queue is empty or full */ +#define MQ_IS_EMPTY(mq) (MQ_GET_COUNT(mq) == 0) +#define MQ_IS_FULL(mq) (MQ_GET_COUNT(mq) >= (mq)->msgCount) + +/* + * CPU counter increments at 3/4 of bus clock rate: + * + * Bus Clock Proc Clock Counter (1/2 Proc Clock) + * --------- ---------- ------------------------ + * 62.5 Mhz 93.75 Mhz 46.875 Mhz + */ +extern u64 osClockRate; + +#define OS_CLOCK_RATE 62500000LL +#if 0 /*(OS_MAJOR_VERSION > 'H')*/ + +# define OS_CPU_COUNTER (OS_CLOCK_RATE * 3 / 4) +# define OS_NSEC_TO_CYCLES(n) (((u64)(n) * (OS_CPU_COUNTER / 15625000LL)) / (1000000000LL / 15625000LL)) +# define OS_USEC_TO_CYCLES(n) (((u64)(n) * (OS_CPU_COUNTER / 15625LL)) / (1000000LL / 15625LL)) +# define OS_CYCLES_TO_NSEC(c) (((u64)(c) * (1000000000LL / 15625000LL)) / (OS_CPU_COUNTER / 15625000LL)) +# define OS_CYCLES_TO_USEC(c) (((u64)(c) * (1000000LL / 15625LL)) / (OS_CPU_COUNTER / 15625LL)) +#else +// seems to be what rare used: +# define OS_NSEC_TO_CYCLES(n) (((u64)(n) * (osClockRate)) / 1000000000LL) +# define OS_USEC_TO_CYCLES(n) (((u64)(n) * (osClockRate)) / 1000000LL) +# define OS_CYCLES_TO_NSEC(c) (((u64)(c)*1000000000LL) / (osClockRate)) +# define OS_CYCLES_TO_USEC(c) (((u64)(c)*1000000LL) / (osClockRate)) +#endif + +/************************************************************************** + * + * Extern variables + * + */ +extern OSViMode osViModeTable[]; /* Global VI mode table */ + +extern OSViMode osViModeNtscLpn1; /* Individual VI NTSC modes */ +extern OSViMode osViModeNtscLpf1; +extern OSViMode osViModeNtscLan1; +extern OSViMode osViModeNtscLaf1; +extern OSViMode osViModeNtscLpn2; +extern OSViMode osViModeNtscLpf2; +extern OSViMode osViModeNtscLan2; +extern OSViMode osViModeNtscLaf2; +extern OSViMode osViModeNtscHpn1; +extern OSViMode osViModeNtscHpf1; +extern OSViMode osViModeNtscHan1; +extern OSViMode osViModeNtscHaf1; +extern OSViMode osViModeNtscHpn2; +extern OSViMode osViModeNtscHpf2; + +extern OSViMode osViModePalLpn1; /* Individual VI PAL modes */ +extern OSViMode osViModePalLpf1; +extern OSViMode osViModePalLan1; +extern OSViMode osViModePalLaf1; +extern OSViMode osViModePalLpn2; +extern OSViMode osViModePalLpf2; +extern OSViMode osViModePalLan2; +extern OSViMode osViModePalLaf2; +extern OSViMode osViModePalHpn1; +extern OSViMode osViModePalHpf1; +extern OSViMode osViModePalHan1; +extern OSViMode osViModePalHaf1; +extern OSViMode osViModePalHpn2; +extern OSViMode osViModePalHpf2; + +extern OSViMode osViModeMpalLpn1; /* Individual VI MPAL modes */ +extern OSViMode osViModeMpalLpf1; +extern OSViMode osViModeMpalLan1; +extern OSViMode osViModeMpalLaf1; +extern OSViMode osViModeMpalLpn2; +extern OSViMode osViModeMpalLpf2; +extern OSViMode osViModeMpalLan2; +extern OSViMode osViModeMpalLaf2; +extern OSViMode osViModeMpalHpn1; +extern OSViMode osViModeMpalHpf1; +extern OSViMode osViModeMpalHan1; +extern OSViMode osViModeMpalHaf1; +extern OSViMode osViModeMpalHpn2; +extern OSViMode osViModeMpalHpf2; + +extern s32 osRomType; /* Bulk or cartridge ROM. 0=cartridge 1=bulk */ +extern u32 osRomBase; /* Rom base address of the game image */ +extern u32 osTvType; /* 0 = PAL, 1 = NTSC, 2 = MPAL */ +extern u32 osResetType; /* 0 = cold reset, 1 = NMI */ +extern s32 osCicId; +extern s32 osVersion; +extern u32 osMemSize; /* Memory Size */ +extern u8 osAppNMIBuffer[]; + +extern OSIntMask __OSGlobalIntMask; /* global interrupt mask */ +extern OSPiHandle *__osPiTable; /* The head of OSPiHandle link list */ +extern OSPiHandle *__osDiskHandle; /* For exceptasm to get disk info*/ + + + +/************************************************************************** + * + * Function prototypes + * + */ + +/* Thread operations */ + +extern void osCreateThread(OSThread *, OSId, void (*)(void *), + void *, void *, OSPri); +extern void osDestroyThread(OSThread *); +extern void osYieldThread(void); +extern void osStartThread(OSThread *); +extern void osStopThread(OSThread *); +extern OSId osGetThreadId(OSThread *); +extern void osSetThreadPri(OSThread *, OSPri); +extern OSPri osGetThreadPri(OSThread *); + +/* Message operations */ + +extern void osCreateMesgQueue(OSMesgQueue *, OSMesg *, s32); +extern s32 osSendMesg(OSMesgQueue *, OSMesg, s32); +extern s32 osJamMesg(OSMesgQueue *, OSMesg, s32); +extern s32 osRecvMesg(OSMesgQueue *, OSMesg *, s32); + +/* Event operations */ + +extern void osSetEventMesg(OSEvent, OSMesgQueue *, OSMesg); + +/* Interrupt operations */ + +extern OSIntMask osGetIntMask(void); +extern OSIntMask osSetIntMask(OSIntMask); + +/* RDB port operations */ + +extern void osInitRdb(u8 *sendBuf, u32 sendSize); + +/* Cache operations and macros */ + +extern void osInvalDCache(void *, s32); +extern void osInvalICache(void *, s32); +extern void osWritebackDCache(void *, s32); +extern void osWritebackDCacheAll(void); + +#define OS_DCACHE_ROUNDUP_ADDR(x) (void *)(((((u32)(x)+0xf)/0x10)*0x10)) +#define OS_DCACHE_ROUNDUP_SIZE(x) (u32)(((((u32)(x)+0xf)/0x10)*0x10)) + +/* TLB management routines */ + +extern void osMapTLB(s32, OSPageMask, void *, u32, u32, s32); +extern void osMapTLBRdb(void); +extern void osUnmapTLB(s32); +extern void osUnmapTLBAll(void); +extern void osSetTLBASID(s32); + +/* Address translation routines and macros */ + +extern u32 osVirtualToPhysical(void *); +extern void * osPhysicalToVirtual(u32); + +#define OS_K0_TO_PHYSICAL(x) (u32)(((char *)(x)-0x80000000)) +#define OS_K1_TO_PHYSICAL(x) (u32)(((char *)(x)-0xa0000000)) + +#define OS_PHYSICAL_TO_K0(x) (void *)(((u32)(x)+0x80000000)) +#define OS_PHYSICAL_TO_K1(x) (void *)(((u32)(x)+0xa0000000)) + +/* I/O operations */ + +/* Audio interface (Ai) */ +extern u32 osAiGetStatus(void); +extern u32 osAiGetLength(void); +extern s32 osAiSetFrequency(u32); +extern s32 osAiSetNextBuffer(void *, u32); + +/* Display processor interface (Dp) */ +extern u32 osDpGetStatus(void); +extern void osDpSetStatus(u32); +extern void osDpGetCounters(u32 *); +extern s32 osDpSetNextBuffer(void *, u64); + +/* Peripheral interface (Pi) */ +extern u32 osPiGetStatus(void); +extern s32 osPiGetDeviceType(void); +extern s32 osPiRawWriteIo(u32, u32); +extern s32 osPiRawReadIo(u32, u32 *); +extern s32 osPiRawStartDma(s32, u32, void *, u32); +extern s32 osPiWriteIo(u32, u32); +extern s32 osPiReadIo(u32, u32 *); +extern s32 osPiStartDma(OSIoMesg *, s32, s32, u32, void *, u32, + OSMesgQueue *); +extern void osCreatePiManager(OSPri, OSMesgQueue *, OSMesg *, s32); + +/* Video interface (Vi) */ +extern u32 osViGetStatus(void); +extern u32 osViGetCurrentMode(void); +extern u32 osViGetCurrentLine(void); +extern u32 osViGetCurrentField(void); +extern void *osViGetCurrentFramebuffer(void); +extern void *osViGetNextFramebuffer(void); +extern void osViSetXScale(f32); +extern void osViSetYScale(f32); +extern void osViSetSpecialFeatures(u32); +extern void osViSetMode(OSViMode *); +extern void osViSetEvent(OSMesgQueue *, OSMesg, u32); +extern void osViSwapBuffer(void *); +extern void osViBlack(u8); +extern void osViFade(u8, u16); +extern void osViRepeatLine(u8); +extern void osCreateViManager(OSPri); + +/* Timer interface */ + +extern OSTime osGetTime(void); +extern void osSetTime(OSTime); +extern int osSetTimer(OSTimer *, OSTime, OSTime, + OSMesgQueue *, OSMesg); +extern int osStopTimer(OSTimer *); + +/* Controller interface */ + +extern s32 osContInit(OSMesgQueue *, u8 *, OSContStatus *); +extern s32 osContReset(OSMesgQueue *, OSContStatus *); +extern s32 osContStartQuery(OSMesgQueue *); +extern s32 osContStartReadData(OSMesgQueue *); +#ifndef _HW_VERSION_1 +extern s32 osContSetCh(u8); +#endif +extern void osContGetQuery(OSContStatus *); +extern void osContGetReadData(OSContPad *); + +/* file system interface */ + +extern s32 osPfsInitPak(OSMesgQueue *, OSPfs *, int); +extern s32 osPfsRepairId(OSPfs *); +extern s32 osPfsInit(OSMesgQueue *, OSPfs *, int); +extern s32 osPfsReFormat(OSPfs *, OSMesgQueue *, int); +extern s32 osPfsChecker(OSPfs *); +extern s32 osPfsAllocateFile(OSPfs *, u16, u32, u8 *, u8 *, int, s32 *); +extern s32 osPfsFindFile(OSPfs *, u16, u32, u8 *, u8 *, s32 *); +extern s32 osPfsDeleteFile(OSPfs *, u16, u32, u8 *, u8 *); +extern s32 osPfsReadWriteFile(OSPfs *, s32, u8, int, int, u8 *); +extern s32 osPfsFileState(OSPfs *, s32, OSPfsState *); +extern s32 osPfsGetLabel(OSPfs *, u8 *, int *); +extern s32 osPfsSetLabel(OSPfs *, u8 *); +extern s32 osPfsIsPlug(OSMesgQueue *, u8 *); +extern s32 osPfsFreeBlocks(OSPfs *, s32 *); +extern s32 osPfsNumFiles(OSPfs *, s32 *, s32 *); + +/* EEPROM interface */ + +extern s32 osEepromProbe(OSMesgQueue *); +extern s32 osEepromRead(OSMesgQueue *, u8, u8 *); +extern s32 osEepromWrite(OSMesgQueue *, u8, u8 *); +extern s32 osEepromLongRead(OSMesgQueue *, u8, u8 *, int); +extern s32 osEepromLongWrite(OSMesgQueue *, u8, u8 *, int); + +/* MOTOR interface */ + +extern s32 osMotorInit(OSMesgQueue *, OSPfs *, int); +extern s32 osMotorStop(OSPfs *); +extern s32 osMotorStart(OSPfs *); + +/* Enhanced PI interface */ + +extern OSPiHandle *osCartRomInit(void); +extern OSPiHandle *osLeoDiskInit(void); +extern OSPiHandle *osDriveRomInit(void); + +extern s32 osEPiDeviceType(OSPiHandle *, OSPiInfo *); +extern s32 osEPiRawWriteIo(OSPiHandle *, u32 , u32); +extern s32 osEPiRawReadIo(OSPiHandle *, u32 , u32 *); +extern s32 osEPiRawStartDma(OSPiHandle *, s32 , u32 , void *, u32 ); +extern s32 osEPiWriteIo(OSPiHandle *, u32 , u32 ); +extern s32 osEPiReadIo(OSPiHandle *, u32 , u32 *); +extern s32 osEPiStartDma(OSPiHandle *, OSIoMesg *, s32); +extern s32 osEPiLinkHandle(OSPiHandle *); + +/* Profiler Interface */ + +extern void osProfileInit(OSProf *, u32 profcnt); +extern void osProfileStart(u32); +extern void osProfileFlush(void); +extern void osProfileStop(void); + +/* Game <> Host data transfer functions */ + +extern s32 osTestHost(void); +extern void osReadHost(void *, u32); +extern void osWriteHost(void *, u32); +extern void osAckRamromRead(void); +extern void osAckRamromWrite(void); + + +/* byte string operations */ + +extern void bcopy(const void *, void *, int); +extern int bcmp(const void *, const void *, int); +extern void bzero(void *, int); + +/* Miscellaneous operations */ + +extern void osInitialize(void); +extern u32 osGetCount(void); +extern void osExit(void); +extern u32 osGetMemSize(void); + +/* Printf */ + +extern int sprintf(char *s, const char *fmt, ...); +extern void osSyncPrintf(const char *fmt, ...); +extern void osAsyncPrintf(const char *fmt, ...); +extern int osSyncGetChars(char *buf); +extern int osAsyncGetChars(char *buf); + +#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ + +#ifdef _LANGUAGE_C_PLUS_PLUS +} +#endif + +#endif /* !_OS_H */ + diff --git a/include/PR/os_ai.h b/include/PR/os_ai.h deleted file mode 100644 index f89d87c..0000000 --- a/include/PR/os_ai.h +++ /dev/null @@ -1,92 +0,0 @@ - -/*==================================================================== - * os_ai.h - * - * Copyright 1995, Silicon Graphics, Inc. - * All Rights Reserved. - * - * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, - * Inc.; the contents of this file may not be disclosed to third - * parties, copied or duplicated in any form, in whole or in part, - * without the prior written permission of Silicon Graphics, Inc. - * - * RESTRICTED RIGHTS LEGEND: - * Use, duplication or disclosure by the Government is subject to - * restrictions as set forth in subdivision (c)(1)(ii) of the Rights - * in Technical Data and Computer Software clause at DFARS - * 252.227-7013, and/or in similar or successor clauses in the FAR, - * DOD or NASA FAR Supplement. Unpublished - rights reserved under the - * Copyright Laws of the United States. - *====================================================================*/ - -/*---------------------------------------------------------------------* - Copyright (C) 1998 Nintendo. (Originated by SGI) - - $RCSfile: os_ai.h,v $ - $Revision: 1.1 $ - $Date: 1998/10/09 08:01:04 $ - *---------------------------------------------------------------------*/ - -#ifndef _OS_AI_H_ -#define _OS_AI_H_ - -#ifdef _LANGUAGE_C_PLUS_PLUS -extern "C" { -#endif - -#include - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Type definitions - * - */ - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -/************************************************************************** - * - * Global definitions - * - */ - - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Macro definitions - * - */ - - -/************************************************************************** - * - * Extern variables - * - */ - - -/************************************************************************** - * - * Function prototypes - * - */ - -/* Audio interface (Ai) */ -extern u32 osAiGetStatus(void); -extern u32 osAiGetLength(void); -extern s32 osAiSetFrequency(u32); -extern s32 osAiSetNextBuffer(void *, u32); - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -#ifdef _LANGUAGE_C_PLUS_PLUS -} -#endif - -#endif /* !_OS_AI_H_ */ diff --git a/include/PR/os_cache.h b/include/PR/os_cache.h deleted file mode 100644 index 93d53c5..0000000 --- a/include/PR/os_cache.h +++ /dev/null @@ -1,96 +0,0 @@ - -/*==================================================================== - * os_cache.h - * - * Copyright 1995, Silicon Graphics, Inc. - * All Rights Reserved. - * - * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, - * Inc.; the contents of this file may not be disclosed to third - * parties, copied or duplicated in any form, in whole or in part, - * without the prior written permission of Silicon Graphics, Inc. - * - * RESTRICTED RIGHTS LEGEND: - * Use, duplication or disclosure by the Government is subject to - * restrictions as set forth in subdivision (c)(1)(ii) of the Rights - * in Technical Data and Computer Software clause at DFARS - * 252.227-7013, and/or in similar or successor clauses in the FAR, - * DOD or NASA FAR Supplement. Unpublished - rights reserved under the - * Copyright Laws of the United States. - *====================================================================*/ - -/*---------------------------------------------------------------------* - Copyright (C) 1998 Nintendo. (Originated by SGI) - - $RCSfile: os_cache.h,v $ - $Revision: 1.1 $ - $Date: 1998/10/09 08:01:04 $ - *---------------------------------------------------------------------*/ - -#ifndef _OS_CACHE_H_ -#define _OS_CACHE_H_ - -#ifdef _LANGUAGE_C_PLUS_PLUS -extern "C" { -#endif - -#include - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Type definitions - * - */ - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -/************************************************************************** - * - * Global definitions - * - */ - - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Macro definitions - * - */ - -#define OS_DCACHE_ROUNDUP_ADDR(x) (void *)(((((u32)(x)+0xf)/0x10)*0x10)) -#define OS_DCACHE_ROUNDUP_SIZE(x) (u32)(((((u32)(x)+0xf)/0x10)*0x10)) - - -/************************************************************************** - * - * Extern variables - * - */ - - -/************************************************************************** - * - * Function prototypes - * - */ - -/* Cache operations and macros */ - -extern void osInvalDCache(void *, size_t); -extern void osInvalICache(void *, size_t); -extern void osWritebackDCache(void *, size_t); -extern void osWritebackDCacheAll(void); - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -#ifdef _LANGUAGE_C_PLUS_PLUS -} -#endif - -#endif /* !_OS_CACHE_H_ */ diff --git a/include/PR/os_cont.h b/include/PR/os_cont.h deleted file mode 100644 index eab8ceb..0000000 --- a/include/PR/os_cont.h +++ /dev/null @@ -1,208 +0,0 @@ - -/*==================================================================== - * os_cont.h - * - * Copyright 1995, Silicon Graphics, Inc. - * All Rights Reserved. - * - * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, - * Inc.; the contents of this file may not be disclosed to third - * parties, copied or duplicated in any form, in whole or in part, - * without the prior written permission of Silicon Graphics, Inc. - * - * RESTRICTED RIGHTS LEGEND: - * Use, duplication or disclosure by the Government is subject to - * restrictions as set forth in subdivision (c)(1)(ii) of the Rights - * in Technical Data and Computer Software clause at DFARS - * 252.227-7013, and/or in similar or successor clauses in the FAR, - * DOD or NASA FAR Supplement. Unpublished - rights reserved under the - * Copyright Laws of the United States. - *====================================================================*/ - -/*---------------------------------------------------------------------* - Copyright (C) 1998 Nintendo. (Originated by SGI) - - $RCSfile: os_cont.h,v $ - $Revision: 1.1 $ - $Date: 1998/10/09 08:01:05 $ - *---------------------------------------------------------------------*/ - -#ifndef _OS_CONT_H_ -#define _OS_CONT_H_ - -#ifdef _LANGUAGE_C_PLUS_PLUS -extern "C" { -#endif - -#include -#include "os_message.h" - - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Type definitions - * - */ - -/* - * Structure for controllers - */ - -typedef struct { - u16 type; /* Controller Type */ - u8 status; /* Controller status */ - u8 errnum; -}OSContStatus; - -typedef struct { - u16 button; - s8 stick_x; /* -80 <= stick_x <= 80 */ - s8 stick_y; /* -80 <= stick_y <= 80 */ - u8 errnum; -} OSContPad; - -typedef struct { - void *address; /* Ram pad Address: 11 bits */ - u8 databuffer[32]; /* address of the data buffer */ - u8 addressCrc; /* CRC code for address */ - u8 dataCrc; /* CRC code for data */ - u8 errnum; -} OSContRamIo; - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -/************************************************************************** - * - * Global definitions - * - */ - -/* - * Controllers number - */ - -#ifndef _HW_VERSION_1 -#define MAXCONTROLLERS 4 -#else -#define MAXCONTROLLERS 6 -#endif - -/* controller errors */ -#define CONT_NO_RESPONSE_ERROR 0x8 -#define CONT_OVERRUN_ERROR 0x4 -#ifdef _HW_VERSION_1 -#define CONT_FRAME_ERROR 0x2 -#define CONT_COLLISION_ERROR 0x1 -#endif - -/* Controller type */ - -#define CONT_ABSOLUTE 0x0001 -#define CONT_RELATIVE 0x0002 -#define CONT_JOYPORT 0x0004 -#define CONT_EEPROM 0x8000 -#define CONT_EEP16K 0x4000 -#define CONT_TYPE_MASK 0x1f07 -#define CONT_TYPE_NORMAL 0x0005 -#define CONT_TYPE_MOUSE 0x0002 -#define CONT_TYPE_VOICE 0x0100 - -/* Controller status */ - -#define CONT_CARD_ON 0x01 -#define CONT_CARD_PULL 0x02 -#define CONT_ADDR_CRC_ER 0x04 -#define CONT_EEPROM_BUSY 0x80 - -/* Buttons */ - -#define CONT_A 0x8000 -#define CONT_B 0x4000 -#define CONT_G 0x2000 -#define CONT_START 0x1000 -#define CONT_UP 0x0800 -#define CONT_DOWN 0x0400 -#define CONT_LEFT 0x0200 -#define CONT_RIGHT 0x0100 -#define CONT_L 0x0020 -#define CONT_R 0x0010 -#define CONT_E 0x0008 -#define CONT_D 0x0004 -#define CONT_C 0x0002 -#define CONT_F 0x0001 - -/* Nintendo's official button names */ - -#define A_BUTTON CONT_A -#define B_BUTTON CONT_B -#define L_TRIG CONT_L -#define R_TRIG CONT_R -#define Z_TRIG CONT_G -#define START_BUTTON CONT_START -#define U_JPAD CONT_UP -#define L_JPAD CONT_LEFT -#define R_JPAD CONT_RIGHT -#define D_JPAD CONT_DOWN -#define U_CBUTTONS CONT_E -#define L_CBUTTONS CONT_C -#define R_CBUTTONS CONT_F -#define D_CBUTTONS CONT_D -#define ANY_BUTTON 0xFFFF - -/* Controller error number */ - -#define CONT_ERR_NO_CONTROLLER PFS_ERR_NOPACK /* 1 */ -#define CONT_ERR_CONTRFAIL CONT_OVERRUN_ERROR /* 4 */ -#define CONT_ERR_INVALID PFS_ERR_INVALID /* 5 */ -#define CONT_ERR_DEVICE PFS_ERR_DEVICE /* 11 */ -#define CONT_ERR_NOT_READY 12 -#define CONT_ERR_VOICE_MEMORY 13 -#define CONT_ERR_VOICE_WORD 14 -#define CONT_ERR_VOICE_NO_RESPONSE 15 - - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Macro definitions - * - */ - - -/************************************************************************** - * - * Extern variables - * - */ - - -/************************************************************************** - * - * Function prototypes - * - */ - -/* Controller interface */ - -extern s32 osContInit(OSMesgQueue *, u8 *, OSContStatus *); -extern s32 osContReset(OSMesgQueue *, OSContStatus *); -extern s32 osContStartQuery(OSMesgQueue *); -extern s32 osContStartReadData(OSMesgQueue *); -#ifndef _HW_VERSION_1 -extern s32 osContSetCh(u8); -#endif -extern void osContGetQuery(OSContStatus *); -extern void osContGetReadData(OSContPad *); - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -#ifdef _LANGUAGE_C_PLUS_PLUS -} -#endif - -#endif /* !_OS_CONT_H_ */ diff --git a/include/PR/os_eeprom.h b/include/PR/os_eeprom.h deleted file mode 100644 index b3bca81..0000000 --- a/include/PR/os_eeprom.h +++ /dev/null @@ -1,107 +0,0 @@ - -/*==================================================================== - * os_eeprom.h - * - * Copyright 1995, Silicon Graphics, Inc. - * All Rights Reserved. - * - * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, - * Inc.; the contents of this file may not be disclosed to third - * parties, copied or duplicated in any form, in whole or in part, - * without the prior written permission of Silicon Graphics, Inc. - * - * RESTRICTED RIGHTS LEGEND: - * Use, duplication or disclosure by the Government is subject to - * restrictions as set forth in subdivision (c)(1)(ii) of the Rights - * in Technical Data and Computer Software clause at DFARS - * 252.227-7013, and/or in similar or successor clauses in the FAR, - * DOD or NASA FAR Supplement. Unpublished - rights reserved under the - * Copyright Laws of the United States. - *====================================================================*/ - -/*---------------------------------------------------------------------* - Copyright (C) 1998 Nintendo. (Originated by SGI) - - $RCSfile: os_eeprom.h,v $ - $Revision: 1.1 $ - $Date: 1998/10/09 08:01:06 $ - *---------------------------------------------------------------------*/ - -#ifndef _OS_EEPROM_H_ -#define _OS_EEPROM_H_ - -#ifdef _LANGUAGE_C_PLUS_PLUS -extern "C" { -#endif - -#include -#include "os_message.h" - - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Type definitions - * - */ - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -/************************************************************************** - * - * Global definitions - * - */ - -/* EEPROM TYPE */ - -#define EEPROM_TYPE_4K 0x01 -#define EEPROM_TYPE_16K 0x02 - -/* definition for EEPROM */ - -#define EEPROM_MAXBLOCKS 64 -#define EEP16K_MAXBLOCKS 256 -#define EEPROM_BLOCK_SIZE 8 - - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Macro definitions - * - */ - - -/************************************************************************** - * - * Extern variables - * - */ - - -/************************************************************************** - * - * Function prototypes - * - */ - -/* EEPROM interface */ - -extern s32 osEepromProbe(OSMesgQueue *); -extern s32 osEepromRead(OSMesgQueue *, u8, u8 *); -extern s32 osEepromWrite(OSMesgQueue *, u8, u8 *); -extern s32 osEepromLongRead(OSMesgQueue *, u8, u8 *, int); -extern s32 osEepromLongWrite(OSMesgQueue *, u8, u8 *, int); - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -#ifdef _LANGUAGE_C_PLUS_PLUS -} -#endif - -#endif /* !_OS_EEPROM_H_ */ diff --git a/include/PR/os_exception.h b/include/PR/os_exception.h deleted file mode 100644 index 245e5e6..0000000 --- a/include/PR/os_exception.h +++ /dev/null @@ -1,119 +0,0 @@ - -/*==================================================================== - * os_exception.h - * - * Copyright 1995, Silicon Graphics, Inc. - * All Rights Reserved. - * - * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, - * Inc.; the contents of this file may not be disclosed to third - * parties, copied or duplicated in any form, in whole or in part, - * without the prior written permission of Silicon Graphics, Inc. - * - * RESTRICTED RIGHTS LEGEND: - * Use, duplication or disclosure by the Government is subject to - * restrictions as set forth in subdivision (c)(1)(ii) of the Rights - * in Technical Data and Computer Software clause at DFARS - * 252.227-7013, and/or in similar or successor clauses in the FAR, - * DOD or NASA FAR Supplement. Unpublished - rights reserved under the - * Copyright Laws of the United States. - *====================================================================*/ - -/*---------------------------------------------------------------------* - Copyright (C) 1998 Nintendo. (Originated by SGI) - - $RCSfile: os_exception.h,v $ - $Revision: 1.1 $ - $Date: 1998/10/09 08:01:07 $ - *---------------------------------------------------------------------*/ - -#ifndef _OS_EXCEPTION_H_ -#define _OS_EXCEPTION_H_ - -#ifdef _LANGUAGE_C_PLUS_PLUS -extern "C" { -#endif - -#include - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Type definitions - * - */ - -typedef u32 OSIntMask; -typedef u32 OSHWIntr; - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -/************************************************************************** - * - * Global definitions - * - */ - -/* Flags for debugging purpose */ - -#define OS_FLAG_CPU_BREAK 1 /* Break exception has occurred */ -#define OS_FLAG_FAULT 2 /* CPU fault has occurred */ - -/* Interrupt masks */ - -#define OS_IM_NONE 0x00000001 -#define OS_IM_SW1 0x00000501 -#define OS_IM_SW2 0x00000601 -#define OS_IM_CART 0x00000c01 -#define OS_IM_PRENMI 0x00001401 -#define OS_IM_RDBWRITE 0x00002401 -#define OS_IM_RDBREAD 0x00004401 -#define OS_IM_COUNTER 0x00008401 -#define OS_IM_CPU 0x0000ff01 -#define OS_IM_SP 0x00010401 -#define OS_IM_SI 0x00020401 -#define OS_IM_AI 0x00040401 -#define OS_IM_VI 0x00080401 -#define OS_IM_PI 0x00100401 -#define OS_IM_DP 0x00200401 -#define OS_IM_ALL 0x003fff01 -#define RCP_IMASK 0x003f0000 -#define RCP_IMASKSHIFT 16 - - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Macro definitions - * - */ - - -/************************************************************************** - * - * Extern variables - * - */ - - -/************************************************************************** - * - * Function prototypes - * - */ - -/* Interrupt operations */ - -extern OSIntMask osGetIntMask(void); -extern OSIntMask osSetIntMask(OSIntMask); - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -#ifdef _LANGUAGE_C_PLUS_PLUS -} -#endif - -#endif /* !_OS_EXCEPTION_H_ */ diff --git a/include/PR/os_internal.h b/include/PR/os_internal.h index e38f110..544eb32 100644 --- a/include/PR/os_internal.h +++ b/include/PR/os_internal.h @@ -1,19 +1,118 @@ -#ifndef _ULTRA64_OS_INTERNAL_H_ -#define _ULTRA64_OS_INTERNAL_H_ -#include "PR/os_message.h" +/************************************************************************** + * * + * Copyright (C) 1995, Silicon Graphics, Inc. * + * * + * These coded instructions, statements, and computer programs contain * + * unpublished proprietary information of Silicon Graphics, Inc., and * + * are protected by Federal copyright law. They may not be disclosed * + * to third parties or copied or duplicated in any form, in whole or * + * in part, without the prior written consent of Silicon Graphics, Inc. * + * * + **************************************************************************/ -/* Internal functions used by the operating system */ -/* Do not include this header in application code */ +/************************************************************************** + * + * $Revision: 1.18 $ + * $Date: 1997/02/11 08:26:14 $ + * $Source: /disk6/Master/cvsmdev2/PR/include/os_internal.h,v $ + * + **************************************************************************/ -/* Variables */ - -extern u64 osClockRate; - -/* Functions */ - -/*u32 __osProbeTLB(void *); -u32 __osDisableInt(void); -void __osRestoreInt(u32);*/ -OSThread *__osGetCurrFaultedThread(void); +#ifndef _OS_INTERNAL_H_ +#define _OS_INTERNAL_H_ +#ifdef _LANGUAGE_C_PLUS_PLUS +extern "C" { #endif + +#include + +#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) + +/* Routines to get/fetch coprocessor 0 registers */ + +extern u32 __osGetCause(void); +extern void __osSetCause(u32); +extern u32 __osGetCompare(void); +extern void __osSetCompare(u32); +extern u32 __osGetConfig(void); +extern void __osSetConfig(u32); +extern void __osSetCount(u32); +extern u32 __osGetSR(void); +extern void __osSetSR(u32); +extern u32 __osDisableInt(void); +extern void __osRestoreInt(u32); + +/* Routines to get/set floating-point control and status register */ +extern u32 __osSetFpcCsr(u32); +extern u32 __osGetFpcCsr(void); + +/* Routine for HW interrupt "handler" */ +extern void __osSetHWIntrRoutine(OSHWIntr, s32 (*handler)(void)); + +/* Routine for global interrupt mask */ +extern void __osSetGlobalIntMask(OSHWIntr); +extern void __osResetGlobalIntMask(OSHWIntr); + +/* Routine for global interrupt mask */ +extern s32 __osLeoInterrupt(void); + +/* Routines for fetch TLB info */ + +extern u32 __osGetTLBASID(void); +extern u32 __osGetTLBPageMask(s32); +extern u32 __osGetTLBHi(s32); +extern u32 __osGetTLBLo0(s32); +extern u32 __osGetTLBLo1(s32); + +/* Serial interface (Si) */ + +extern u32 __osSiGetStatus(void); +extern s32 __osSiRawWriteIo(u32, u32); +extern s32 __osSiRawReadIo(u32, u32 *); +extern s32 __osSiRawStartDma(s32, void *); + +/* Signal processor interface (Sp) */ + +extern u32 __osSpGetStatus(void); +extern void __osSpSetStatus(u32); +extern s32 __osSpSetPc(u32); +extern s32 __osSpRawWriteIo(u32, u32); +extern s32 __osSpRawReadIo(u32, u32 *); +extern s32 __osSpRawStartDma(s32, u32, void *, u32); + +/* Error handling */ + +extern void __osError(s16, s16, ...); +extern OSThread * __osGetCurrFaultedThread(void); +extern OSThread * __osGetNextFaultedThread(OSThread *); + +/* Development board functions */ + +extern void __osGIOInit(s32); +extern void __osGIOInterrupt(s32); +extern void __osGIORawInterrupt(s32); + +/* For debugger use */ + +extern OSThread * __osGetActiveQueue(void); + +/* Debug port */ +extern void __osSyncPutChars(int, int, const char *); +extern int __osSyncGetChars(char *); +extern void __osAsyncPutChars(int, int, const char *); +extern int __osAsyncGetChars(char *); +extern int __osAtomicInc(unsigned int *p); +extern int __osAtomicDec(unsigned int *p); + +/* routine for rdb port */ +extern u32 __osRdbSend(u8 *buf, u32 size, u32 type); + + +#endif /* _LANGUAGE_C */ + +#ifdef _LANGUAGE_C_PLUS_PLUS +} +#endif + +#endif /* !_OS_INTERNAL_H */ diff --git a/include/PR/os_libc.h b/include/PR/os_libc.h deleted file mode 100644 index 94111c0..0000000 --- a/include/PR/os_libc.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _OS_LIBC_H_ -#define _OS_LIBC_H_ - -#include "ultratypes.h" - -// Old deprecated functions from strings.h, replaced by memcpy/memset. -extern void bcopy(const void *, void *, size_t); -extern void bzero(void *, size_t); - -#endif /* !_OS_LIBC_H_ */ diff --git a/include/PR/os_message.h b/include/PR/os_message.h deleted file mode 100644 index 71e7698..0000000 --- a/include/PR/os_message.h +++ /dev/null @@ -1,164 +0,0 @@ - -/*==================================================================== - * os_message.h - * - * Copyright 1995, Silicon Graphics, Inc. - * All Rights Reserved. - * - * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, - * Inc.; the contents of this file may not be disclosed to third - * parties, copied or duplicated in any form, in whole or in part, - * without the prior written permission of Silicon Graphics, Inc. - * - * RESTRICTED RIGHTS LEGEND: - * Use, duplication or disclosure by the Government is subject to - * restrictions as set forth in subdivision (c)(1)(ii) of the Rights - * in Technical Data and Computer Software clause at DFARS - * 252.227-7013, and/or in similar or successor clauses in the FAR, - * DOD or NASA FAR Supplement. Unpublished - rights reserved under the - * Copyright Laws of the United States. - *====================================================================*/ - -/*---------------------------------------------------------------------* - Copyright (C) 1998 Nintendo. (Originated by SGI) - - $RCSfile: os_message.h,v $ - $Revision: 1.1 $ - $Date: 1998/10/09 08:01:15 $ - *---------------------------------------------------------------------*/ - -#ifndef _OS_MESSAGE_H_ -#define _OS_MESSAGE_H_ - -#ifdef _LANGUAGE_C_PLUS_PLUS -extern "C" { -#endif - -#include -#include - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Type definitions - * - */ - -typedef u32 OSEvent; - -/* - * Structure for message - */ -typedef void * OSMesg; - -/* - * Structure for message queue - */ -typedef struct OSMesgQueue_s { - OSThread *mtqueue; /* Queue to store threads blocked - on empty mailboxes (receive) */ - OSThread *fullqueue; /* Queue to store threads blocked - on full mailboxes (send) */ - s32 validCount; /* Contains number of valid message */ - s32 first; /* Points to first valid message */ - s32 msgCount; /* Contains total # of messages */ - OSMesg *msg; /* Points to message buffer array */ -} OSMesgQueue; - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -/************************************************************************** - * - * Global definitions - * - */ - -/* Events */ -#ifdef _FINALROM -#define OS_NUM_EVENTS 15 -#else -#define OS_NUM_EVENTS 23 -#endif - -#define OS_EVENT_SW1 0 /* CPU SW1 interrupt */ -#define OS_EVENT_SW2 1 /* CPU SW2 interrupt */ -#define OS_EVENT_CART 2 /* Cartridge interrupt: used by rmon */ -#define OS_EVENT_COUNTER 3 /* Counter int: used by VI/Timer Mgr */ -#define OS_EVENT_SP 4 /* SP task done interrupt */ -#define OS_EVENT_SI 5 /* SI (controller) interrupt */ -#define OS_EVENT_AI 6 /* AI interrupt */ -#define OS_EVENT_VI 7 /* VI interrupt: used by VI/Timer Mgr */ -#define OS_EVENT_PI 8 /* PI interrupt: used by PI Manager */ -#define OS_EVENT_DP 9 /* DP full sync interrupt */ -#define OS_EVENT_CPU_BREAK 10 /* CPU breakpoint: used by rmon */ -#define OS_EVENT_SP_BREAK 11 /* SP breakpoint: used by rmon */ -#define OS_EVENT_FAULT 12 /* CPU fault event: used by rmon */ -#define OS_EVENT_THREADSTATUS 13 /* CPU thread status: used by rmon */ -#define OS_EVENT_PRENMI 14 /* Pre NMI interrupt */ -#ifndef _FINALROM -#define OS_EVENT_RDB_READ_DONE 15 /* RDB read ok event: used by rmon */ -#define OS_EVENT_RDB_LOG_DONE 16 /* read of log data complete */ -#define OS_EVENT_RDB_DATA_DONE 17 /* read of hostio data complete */ -#define OS_EVENT_RDB_REQ_RAMROM 18 /* host needs ramrom access */ -#define OS_EVENT_RDB_FREE_RAMROM 19 /* host is done with ramrom access */ -#define OS_EVENT_RDB_DBG_DONE 20 -#define OS_EVENT_RDB_FLUSH_PROF 21 -#define OS_EVENT_RDB_ACK_PROF 22 -#endif - -/* Flags to turn blocking on/off when sending/receiving message */ - -#define OS_MESG_NOBLOCK 0 -#define OS_MESG_BLOCK 1 - - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Macro definitions - * - */ - -/* Get count of valid messages in queue */ -#define MQ_GET_COUNT(mq) ((mq)->validCount) - -/* Figure out if message queue is empty or full */ -#define MQ_IS_EMPTY(mq) (MQ_GET_COUNT(mq) == 0) -#define MQ_IS_FULL(mq) (MQ_GET_COUNT(mq) >= (mq)->msgCount) - - -/************************************************************************** - * - * Extern variables - * - */ - - -/************************************************************************** - * - * Function prototypes - * - */ - -/* Message operations */ - -extern void osCreateMesgQueue(OSMesgQueue *, OSMesg *, s32); -extern s32 osSendMesg(OSMesgQueue *, OSMesg, s32); -extern s32 osJamMesg(OSMesgQueue *, OSMesg, s32); -extern s32 osRecvMesg(OSMesgQueue *, OSMesg *, s32); - -/* Event operations */ - -extern void osSetEventMesg(OSEvent, OSMesgQueue *, OSMesg); - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -#ifdef _LANGUAGE_C_PLUS_PLUS -} -#endif - -#endif /* !_OS_MESSAGE_H_ */ diff --git a/include/PR/os_misc.h b/include/PR/os_misc.h deleted file mode 100644 index 71e111f..0000000 --- a/include/PR/os_misc.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef _ULTRA64_OS_MISC_H_ -#define _ULTRA64_OS_MISC_H_ -#include -/* Miscellaneous OS functions */ - -void osInitialize(void); -u32 osGetCount(void); - -uintptr_t osVirtualToPhysical(void *); - -#endif diff --git a/include/PR/os_pi.h b/include/PR/os_pi.h deleted file mode 100644 index e1a136f..0000000 --- a/include/PR/os_pi.h +++ /dev/null @@ -1,86 +0,0 @@ -#ifndef _ULTRA64_PI_H_ -#define _ULTRA64_PI_H_ -#include - -/* Ultra64 Parallel Interface */ - -/* Types */ - -typedef struct { -#if !defined(VERSION_EU) - u32 errStatus; -#endif - void *dramAddr; - void *C2Addr; - u32 sectorSize; - u32 C1ErrNum; - u32 C1ErrSector[4]; -} __OSBlockInfo; - -typedef struct { - u32 cmdType; // 0 - u16 transferMode; // 4 - u16 blockNum; // 6 - s32 sectorNum; // 8 - uintptr_t devAddr; // c -#if defined(VERSION_EU) - u32 errStatus; //error status added moved to blockinfo -#endif - u32 bmCtlShadow; // 10 - u32 seqCtlShadow; // 14 - __OSBlockInfo block[2]; // 18 -} __OSTranxInfo; - -typedef struct OSPiHandle_s { - struct OSPiHandle_s *next; - u8 type; - u8 latency; - u8 pageSize; - u8 relDuration; - u8 pulse; - u8 domain; - u32 baseAddress; - u32 speed; - __OSTranxInfo transferInfo; -} OSPiHandle; - -typedef struct { - u8 type; - uintptr_t address; -} OSPiInfo; - -typedef struct { - u16 type; - u8 pri; - u8 status; - OSMesgQueue *retQueue; -} OSIoMesgHdr; - -typedef struct { - /*0x00*/ OSIoMesgHdr hdr; - /*0x08*/ void *dramAddr; - /*0x0C*/ uintptr_t devAddr; - /*0x10*/ size_t size; - OSPiHandle *piHandle; // from the official definition -} OSIoMesg; - -/* Definitions */ - -#define OS_READ 0 // device -> RDRAM -#define OS_WRITE 1 // device <- RDRAM - -#define OS_MESG_PRI_NORMAL 0 -#define OS_MESG_PRI_HIGH 1 - -/* Functions */ - -s32 osPiStartDma(OSIoMesg *mb, s32 priority, s32 direction, uintptr_t devAddr, void *vAddr, - size_t nbytes, OSMesgQueue *mq); -void osCreatePiManager(OSPri pri, OSMesgQueue *cmdQ, OSMesg *cmdBuf, s32 cmdMsgCnt); -OSMesgQueue *osPiGetCmdQueue(void); -s32 osPiWriteIo(uintptr_t devAddr, u32 data); -s32 osPiReadIo(uintptr_t devAddr, u32 *data); - -s32 osPiRawStartDma(s32 dir, u32 cart_addr, void *dram_addr, size_t size); -s32 osEPiRawStartDma(OSPiHandle *piHandle, s32 dir, u32 cart_addr, void *dram_addr, size_t size); -#endif diff --git a/include/PR/os_rdp.h b/include/PR/os_rdp.h deleted file mode 100644 index 6b3d288..0000000 --- a/include/PR/os_rdp.h +++ /dev/null @@ -1,92 +0,0 @@ - -/*==================================================================== - * os_rdp.h - * - * Copyright 1995, Silicon Graphics, Inc. - * All Rights Reserved. - * - * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, - * Inc.; the contents of this file may not be disclosed to third - * parties, copied or duplicated in any form, in whole or in part, - * without the prior written permission of Silicon Graphics, Inc. - * - * RESTRICTED RIGHTS LEGEND: - * Use, duplication or disclosure by the Government is subject to - * restrictions as set forth in subdivision (c)(1)(ii) of the Rights - * in Technical Data and Computer Software clause at DFARS - * 252.227-7013, and/or in similar or successor clauses in the FAR, - * DOD or NASA FAR Supplement. Unpublished - rights reserved under the - * Copyright Laws of the United States. - *====================================================================*/ - -/*---------------------------------------------------------------------* - Copyright (C) 1998 Nintendo. (Originated by SGI) - - $RCSfile: os_rdp.h,v $ - $Revision: 1.1 $ - $Date: 1998/10/09 08:01:16 $ - *---------------------------------------------------------------------*/ - -#ifndef _OS_RDP_H_ -#define _OS_RDP_H_ - -#ifdef _LANGUAGE_C_PLUS_PLUS -extern "C" { -#endif - -#include - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Type definitions - * - */ - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -/************************************************************************** - * - * Global definitions - * - */ - - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Macro definitions - * - */ - - -/************************************************************************** - * - * Extern variables - * - */ - - -/************************************************************************** - * - * Function prototypes - * - */ - -/* Display processor interface (Dp) */ -extern u32 osDpGetStatus(void); -extern void osDpSetStatus(u32); -extern void osDpGetCounters(u32 *); -extern s32 osDpSetNextBuffer(void *, u64); - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -#ifdef _LANGUAGE_C_PLUS_PLUS -} -#endif - -#endif /* !_OS_RDP_H_ */ diff --git a/include/PR/os_thread.h b/include/PR/os_thread.h deleted file mode 100644 index 76e528b..0000000 --- a/include/PR/os_thread.h +++ /dev/null @@ -1,75 +0,0 @@ -#ifndef _ULTRA64_THREAD_H_ -#define _ULTRA64_THREAD_H_ -#include "ultratypes.h" -/* Recommended priorities for system threads */ -#define OS_PRIORITY_MAX 255 -#define OS_PRIORITY_VIMGR 254 -#define OS_PRIORITY_RMON 250 -#define OS_PRIORITY_RMONSPIN 200 -#define OS_PRIORITY_PIMGR 150 -#define OS_PRIORITY_SIMGR 140 -#define OS_PRIORITY_APPMAX 127 -#define OS_PRIORITY_IDLE 0 - -#define OS_STATE_STOPPED 1 -#define OS_STATE_RUNNABLE 2 -#define OS_STATE_RUNNING 4 -#define OS_STATE_WAITING 8 - -/* Types */ - -typedef s32 OSPri; -typedef s32 OSId; - -typedef union -{ - struct {f32 f_odd; f32 f_even;} f; -} __OSfp; - -typedef struct -{ - /* registers */ - /*0x20*/ u64 at, v0, v1, a0, a1, a2, a3; - /*0x58*/ u64 t0, t1, t2, t3, t4, t5, t6, t7; - /*0x98*/ u64 s0, s1, s2, s3, s4, s5, s6, s7; - /*0xD8*/ u64 t8, t9, gp, sp, s8, ra; - /*0x108*/ u64 lo, hi; - /*0x118*/ u32 sr, pc, cause, badvaddr, rcp; - /*0x12C*/ u32 fpcsr; - __OSfp fp0, fp2, fp4, fp6, fp8, fp10, fp12, fp14; - __OSfp fp16, fp18, fp20, fp22, fp24, fp26, fp28, fp30; -} __OSThreadContext; - -typedef struct -{ - u32 flag; - u32 count; - u64 time; -} __OSThreadprofile_s; - -typedef struct OSThread_s -{ - /*0x00*/ struct OSThread_s *next; - /*0x04*/ OSPri priority; - /*0x08*/ struct OSThread_s **queue; - /*0x0C*/ struct OSThread_s *tlnext; - /*0x10*/ u16 state; - /*0x12*/ u16 flags; - /*0x14*/ OSId id; - /*0x18*/ int fp; - /*0x1C*/ __OSThreadprofile_s *thprof; - /*0x20*/ __OSThreadContext context; -} OSThread; - - -/* Functions */ - -void osCreateThread(OSThread *thread, OSId id, void (*entry)(void *), - void *arg, void *sp, OSPri pri); -OSId osGetThreadId(OSThread *thread); -OSPri osGetThreadPri(OSThread *thread); -void osSetThreadPri(OSThread *thread, OSPri pri); -void osStartThread(OSThread *thread); -void osStopThread(OSThread *thread); - -#endif diff --git a/include/PR/os_time.h b/include/PR/os_time.h deleted file mode 100644 index ecb05d6..0000000 --- a/include/PR/os_time.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef _ULTRA64_TIME_H_ -#define _ULTRA64_TIME_H_ - -#include -#include - -/* Types */ - -typedef struct OSTimer_str -{ - struct OSTimer_str *next; - struct OSTimer_str *prev; - u64 interval; - u64 remaining; - OSMesgQueue *mq; - OSMesg *msg; -} OSTimer; - -typedef u64 OSTime; - -/* Functions */ - -OSTime osGetTime(void); -void osSetTime(OSTime time); -u32 osSetTimer(OSTimer *, OSTime, OSTime, OSMesgQueue *, OSMesg); - -#endif diff --git a/include/PR/os_tlb.h b/include/PR/os_tlb.h deleted file mode 100644 index 2cdd5c9..0000000 --- a/include/PR/os_tlb.h +++ /dev/null @@ -1,107 +0,0 @@ - -/*==================================================================== - * os_tlb.h - * - * Copyright 1995, Silicon Graphics, Inc. - * All Rights Reserved. - * - * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, - * Inc.; the contents of this file may not be disclosed to third - * parties, copied or duplicated in any form, in whole or in part, - * without the prior written permission of Silicon Graphics, Inc. - * - * RESTRICTED RIGHTS LEGEND: - * Use, duplication or disclosure by the Government is subject to - * restrictions as set forth in subdivision (c)(1)(ii) of the Rights - * in Technical Data and Computer Software clause at DFARS - * 252.227-7013, and/or in similar or successor clauses in the FAR, - * DOD or NASA FAR Supplement. Unpublished - rights reserved under the - * Copyright Laws of the United States. - *====================================================================*/ - -/*---------------------------------------------------------------------* - Copyright (C) 1998 Nintendo. (Originated by SGI) - - $RCSfile: os_tlb.h,v $ - $Revision: 1.1 $ - $Date: 1998/10/09 08:01:20 $ - *---------------------------------------------------------------------*/ - -#ifndef _OS_TLB_H_ -#define _OS_TLB_H_ - -#ifdef _LANGUAGE_C_PLUS_PLUS -extern "C" { -#endif - -#include - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Type definitions - * - */ - -typedef u32 OSPageMask; - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -/************************************************************************** - * - * Global definitions - * - */ - -/* - * Page size argument for TLB routines - */ -#define OS_PM_4K 0x0000000 -#define OS_PM_16K 0x0006000 -#define OS_PM_64K 0x001e000 -#define OS_PM_256K 0x007e000 -#define OS_PM_1M 0x01fe000 -#define OS_PM_4M 0x07fe000 -#define OS_PM_16M 0x1ffe000 - - -#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) - -/************************************************************************** - * - * Macro definitions - * - */ - - -/************************************************************************** - * - * Extern variables - * - */ - - -/************************************************************************** - * - * Function prototypes - * - */ - -/* TLB management routines */ - -extern void osMapTLB(s32, OSPageMask, void *, u32, u32, s32); -extern void osMapTLBRdb(void); -extern void osUnmapTLB(s32); -extern void osUnmapTLBAll(void); -extern void osSetTLBASID(s32); - - -#endif /* defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) */ - -#ifdef _LANGUAGE_C_PLUS_PLUS -} -#endif - -#endif /* !_OS_TLB_H_ */ diff --git a/include/PR/os_vi.h b/include/PR/os_vi.h deleted file mode 100644 index 9ef8054..0000000 --- a/include/PR/os_vi.h +++ /dev/null @@ -1,118 +0,0 @@ -#ifndef _ULTRA64_VI_H_ -#define _ULTRA64_VI_H_ - -#include -#include - -/* Ultra64 Video Interface */ - - -/* Special Features */ -#define OS_VI_GAMMA_ON 0x0001 -#define OS_VI_GAMMA_OFF 0x0002 -#define OS_VI_GAMMA_DITHER_ON 0x0004 -#define OS_VI_GAMMA_DITHER_OFF 0x0008 -#define OS_VI_DIVOT_ON 0x0010 -#define OS_VI_DIVOT_OFF 0x0020 -#define OS_VI_DITHER_FILTER_ON 0x0040 -#define OS_VI_DITHER_FILTER_OFF 0x0080 - -#define OS_VI_GAMMA 0x08 -#define OS_VI_GAMMA_DITHER 0x04 -#define OS_VI_DIVOT 0x10 -#define OS_VI_DITHER_FILTER 0x10000 -#define OS_VI_UNK200 0x200 -#define OS_VI_UNK100 0x100 - - -/* Types */ - -typedef struct -{ - u32 ctrl; - u32 width; - u32 burst; - u32 vSync; - u32 hSync; - u32 leap; - u32 hStart; - u32 xScale; - u32 vCurrent; -} OSViCommonRegs; - -typedef struct -{ - u32 origin; - u32 yScale; - u32 vStart; - u32 vBurst; - u32 vIntr; -} OSViFieldRegs; - -typedef struct -{ - u8 type; - OSViCommonRegs comRegs; - OSViFieldRegs fldRegs[2]; -} OSViMode; - -typedef struct -{ - /* 0x00 */ u16 unk00; //some kind of flags. swap buffer sets to 0x10 - /* 0x02 */ u16 retraceCount; - /* 0x04 */ void* buffer; - /* 0x08 */ OSViMode *modep; - /* 0x0c */ u32 features; - /* 0x10 */ OSMesgQueue *mq; - /* 0x14 */ OSMesg *msg; - /* 0x18 */ u32 unk18; - /* 0x1c */ u32 unk1c; - /* 0x20 */ u32 unk20; - /* 0x24 */ f32 unk24; - /* 0x28 */ u16 unk28; - /* 0x2c */ u32 unk2c; -} OSViContext; - -void osCreateViManager(OSPri pri); -void osViSetMode(OSViMode *mode); -void osViSetEvent(OSMesgQueue *mq, OSMesg msg, u32 retraceCount); -void osViBlack(u8 active); -void osViSetSpecialFeatures(u32 func); -void osViSwapBuffer(void *vaddr); - - -#define OS_VI_NTSC_LPN1 0 /* NTSC */ -#define OS_VI_NTSC_LPF1 1 -#define OS_VI_NTSC_LAN1 2 -#define OS_VI_NTSC_LAF1 3 -#define OS_VI_NTSC_LPN2 4 -#define OS_VI_NTSC_LPF2 5 -#define OS_VI_NTSC_LAN2 6 -#define OS_VI_NTSC_LAF2 7 -#define OS_VI_NTSC_HPN1 8 -#define OS_VI_NTSC_HPF1 9 -#define OS_VI_NTSC_HAN1 10 -#define OS_VI_NTSC_HAF1 11 -#define OS_VI_NTSC_HPN2 12 -#define OS_VI_NTSC_HPF2 13 - -#define OS_VI_PAL_LPN1 14 /* PAL */ -#define OS_VI_PAL_LPF1 15 -#define OS_VI_PAL_LAN1 16 -#define OS_VI_PAL_LAF1 17 -#define OS_VI_PAL_LPN2 18 -#define OS_VI_PAL_LPF2 19 -#define OS_VI_PAL_LAN2 20 -#define OS_VI_PAL_LAF2 21 -#define OS_VI_PAL_HPN1 22 -#define OS_VI_PAL_HPF1 23 -#define OS_VI_PAL_HAN1 24 -#define OS_VI_PAL_HAF1 25 -#define OS_VI_PAL_HPN2 26 -#define OS_VI_PAL_HPF2 27 - -#define OS_VI_MPAL_LAN1 30 -extern OSViMode osViModeTable[]; /* Global VI mode table */ - - -#endif diff --git a/include/PR/primage.h b/include/PR/primage.h new file mode 100644 index 0000000..39b3239 --- /dev/null +++ b/include/PR/primage.h @@ -0,0 +1,118 @@ +#ifndef __GL_IMAGE_H__ +#define __GL_IMAGE_H__ +#ifdef __cplusplus +extern "C" { +#endif + + +/* + * Defines for image files . . . . + * + * Paul Haeberli - 1984 + * Look in /usr/people/4Dgifts/iristools/imgtools for example code! + * + */ + +#include + +#define IMAGIC 0732 + +/* colormap of images */ +#define CM_NORMAL 0 /* file contains rows of values which + * are either RGB values (zsize == 3) + * or greyramp values (zsize == 1) */ +#define CM_DITHERED 1 +#define CM_SCREEN 2 /* file contains data which is a screen + * image; getrow returns buffer which + * can be displayed directly with + * writepixels */ +#define CM_COLORMAP 3 /* a colormap file */ + +#define TYPEMASK 0xff00 +#define BPPMASK 0x00ff +#define ITYPE_VERBATIM 0x0000 +#define ITYPE_RLE 0x0100 +#define ISRLE(type) (((type) & 0xff00) == ITYPE_RLE) +#define ISVERBATIM(type) (((type) & 0xff00) == ITYPE_VERBATIM) +#define BPP(type) ((type) & BPPMASK) +#define RLE(bpp) (ITYPE_RLE | (bpp)) +#define VERBATIM(bpp) (ITYPE_VERBATIM | (bpp)) +#define IBUFSIZE(pixels) ((pixels+(pixels>>6))<<2) +#define RLE_NOP 0x00 + +#define ierror(p) (((p)->flags&_IOERR)!=0) +#define ifileno(p) ((p)->file) +#define getpix(p) (--(p)->cnt>=0 ? *(p)->ptr++ : ifilbuf(p)) +#define putpix(p,x) (--(p)->cnt>=0 \ + ? ((int)(*(p)->ptr++=(unsigned)(x))) \ + : iflsbuf(p,(unsigned)(x))) + +typedef struct { + unsigned short imagic; /* stuff saved on disk . . */ + unsigned short type; + unsigned short dim; + unsigned short xsize; + unsigned short ysize; + unsigned short zsize; + unsigned long min; + unsigned long max; + unsigned long wastebytes; + char name[80]; + unsigned long colormap; + + long file; /* stuff used in core only */ + unsigned short flags; + short dorev; + short x; + short y; + short z; + short cnt; + unsigned short *ptr; + unsigned short *base; + unsigned short *tmpbuf; + unsigned long offset; + unsigned long rleend; /* for rle images */ + unsigned long *rowstart; /* for rle images */ + long *rowsize; /* for rle images */ +} IMAGE; + +IMAGE *icreate(); +/* + * IMAGE *iopen(char *file, char *mode, unsigned int type, unsigned int dim, + * unsigned int xsize, unsigned int ysize, unsigned int zsize); + * IMAGE *fiopen(int f, char *mode, unsigned int type, unsigned int dim, + * unsigned int xsize, unsigned int ysize, unsigned int zsize); + * + * ...while iopen and fiopen can take an extended set of parameters, the + * last five are optional, so a more correct prototype would be: + * + */ +IMAGE *iopen(char *file, char *mode, ...); +IMAGE *fiopen(int f, char *mode, ...); + +/* + * + * unsigned short *ibufalloc(IMAGE *image); + * int ifilbuf(IMAGE *image); + * int iflush(IMAGE *image); + * unsigned int iflsbuf(IMAGE *image, unsigned int c); + * void isetname(IMAGE *image, char *name); + * void isetcolormap(IMAGE *image, int colormap); + */ + +int iclose(IMAGE *image); +int putrow(IMAGE *image, unsigned short *buffer, unsigned int y, unsigned int z); +int getrow(IMAGE *image, unsigned short *buffer, unsigned int y, unsigned int z); + +/* +IMAGE *iopen(); +IMAGE *icreate(); +*/ + +unsigned short *ibufalloc(); + +#define IMAGEDEF /* for backwards compatibility */ +#ifdef __cplusplus +} +#endif +#endif /* !__GL_IMAGE_H__ */ diff --git a/include/PR/ram_ORIGINAL_rom.h b/include/PR/ram_ORIGINAL_rom.h new file mode 100644 index 0000000..6c471ec --- /dev/null +++ b/include/PR/ram_ORIGINAL_rom.h @@ -0,0 +1,105 @@ +#ifndef _RAMROM_H +#define _RAMROM_H + +/************************************************************************** + * * + * Copyright (C) 1994, Silicon Graphics, Inc. * + * * + * These coded instructions, statements, and computer programs contain * + * unpublished proprietary information of Silicon Graphics, Inc., and * + * are protected by Federal copyright law. They may not be disclosed * + * to third parties or copied or duplicated in any form, in whole or * + * in part, without the prior written consent of Silicon Graphics, Inc. * + * * + **************************************************************************/ + +/* + * Defines for the GIO card in the Nintendo Development Station + * + * The RAM on the GIO card acts as ROM for the game + * Interrupts available between the game and the Indy host + * + * The last part of the ramrom is used for communication between + * game and host. There are 6 4K buffers defined: + * log, printf, rmon to indy, rmon from indy, app to indy, app from indy + * The last 8 bytes of the buffer are used in the emulator environment + */ + +#define RAMROM_SIZE (0x1000000) + +#define RAMROM_BUF_SIZE (4096) +#define RAMROM_MSG_SIZE (RAMROM_BUF_SIZE*6) +#define RAMROM_MSG_ADDR (RAMROM_SIZE - RAMROM_MSG_SIZE) +#define RAMROM_MSG_HDR_SIZE (3*sizeof(long)) +#define RAMROM_USER_DATA_SIZE (RAMROM_MSG_SIZE-RAMROM_MSG_HDR_SIZE) + +#define RAMROM_APP_READ_ADDR (RAMROM_MSG_ADDR + (0*RAMROM_BUF_SIZE)) +#define RAMROM_APP_WRITE_ADDR (RAMROM_MSG_ADDR + (1*RAMROM_BUF_SIZE)) +#define RAMROM_RMON_READ_ADDR (RAMROM_MSG_ADDR + (2*RAMROM_BUF_SIZE)) +#define RAMROM_RMON_WRITE_ADDR (RAMROM_MSG_ADDR + (3*RAMROM_BUF_SIZE)) +#define RAMROM_PRINTF_ADDR (RAMROM_MSG_ADDR + (4*RAMROM_BUF_SIZE)) +#define RAMROM_LOG_ADDR (RAMROM_MSG_ADDR + (5*RAMROM_BUF_SIZE)) + +/*#define RAMROM_GIO_INTERRUPT (RAMROM_MSG_ADDR + RAMROM_MSG_SIZE - 4)*/ + +/* + * For the initial round of PIF bringup, we will load in a bootstrap loader + * 0x400 bytes into the ramrom, and the rom will be loaded at 0x2000 + */ +#ifndef _HW_VERSION_1 +#define RAMROM_BOOTSTRAP_OFFSET 0x40 +#define RAMROM_GAME_OFFSET 0x1000 +#define RAMROM_FONTDATA_OFFSET 0xb70 +#define RAMROM_FONTDATA_SIZE 1152 +#else +#define RAMROM_BOOTSTRAP_OFFSET 0x400 +#define RAMROM_GAME_OFFSET 0x2000 +#endif +#define RAMROM_CLOCKRATE_OFFSET 0x4 +#define RAMROM_CLOCKRATE_MASK 0xfffffff0 +#define RAMROM_BOOTADDR_OFFSET 0x8 +#define RAMROM_RELEASE_OFFSET 0xc +/* + * Second version of the PIF jumps to location 0x1000, and we'll put a jump to + * location 0x400 into the ramrom (for backwards compatibility). + */ +#define RAMROM_PIF2BOOTSTRAP_OFFSET 0x1000 + +typedef struct { + long type; + long length; /* in bytes of userdata */ + long magic; + char userdata[RAMROM_USER_DATA_SIZE]; +} RamRomBuffer; + +/* + * Interrupt values (must fit in 6 bits!) + * values are used for both request & response + * Transactions initiated by the host start with HOST + * and those initiated by the target start with GAME. + */ + +#define HOST_PIACCESS_REQ 1 +#define HOST_DBG_CMD_READY 2 +#define GAME_DBG_DATA_SEND 3 +#define HOST_DBG_DATA_ACK 4 +#define GAME_PRINTF_SEND 5 +#define HOST_PRINTF_ACK 6 +#define GAME_LOG_SEND 7 +#define HOST_LOG_ACK 8 +#define HOST_APP_CMD_READY 9 +#define GAME_APP_DATA_READY 10 +#define HOST_PROF_REQ 11 +#define GAME_PROF_SEND 12 +#define HOST_PROF_ACK 13 +#define GAME_FAULT_SEND 14 +#define HOST_FAULT_ACK 15 +#define GAME_EXIT 16 +#define HOST_DATA_ACK 17 + +#ifdef _EMULATOR +void __RamRomInit(int key, void *romaddr); +void __RamRomDestroy(int key); +#endif /* _EMULATOR */ + +#endif /* !_RAMROM_H */ diff --git a/include/PR/rdb.h b/include/PR/rdb.h new file mode 100644 index 0000000..07443d1 --- /dev/null +++ b/include/PR/rdb.h @@ -0,0 +1,84 @@ +#ifndef _RDB_H +#define _RDB_H + +/* U64 side address */ +#define RDB_BASE_REG 0xc0000000 +#define RDB_WRITE_INTR_REG (RDB_BASE_REG + 0x8) +#define RDB_READ_INTR_REG (RDB_BASE_REG + 0xc) +#define RDB_BASE_VIRTUAL_ADDR 0x80000000 + +/* packet type Have six bits, so can have up to 63 types */ +#define RDB_TYPE_INVALID 0 +#define RDB_TYPE_GtoH_PRINT 1 +#define RDB_TYPE_GtoH_FAULT 2 +#define RDB_TYPE_GtoH_LOG_CT 3 +#define RDB_TYPE_GtoH_LOG 4 +#define RDB_TYPE_GtoH_READY_FOR_DATA 5 +#define RDB_TYPE_GtoH_DATA_CT 6 +#define RDB_TYPE_GtoH_DATA 7 +#define RDB_TYPE_GtoH_DEBUG 8 +#define RDB_TYPE_GtoH_RAMROM 9 +#define RDB_TYPE_GtoH_DEBUG_DONE 10 +#define RDB_TYPE_GtoH_DEBUG_READY 11 +#define RDB_TYPE_GtoH_KDEBUG 12 +#define RDB_TYPE_GtoH_PROF_DATA 22 + + +#define RDB_TYPE_HtoG_LOG_DONE 13 +#define RDB_TYPE_HtoG_DEBUG 14 +#define RDB_TYPE_HtoG_DEBUG_CT 15 +#define RDB_TYPE_HtoG_DATA 16 +#define RDB_TYPE_HtoG_DATA_DONE 17 +#define RDB_TYPE_HtoG_REQ_RAMROM 18 +#define RDB_TYPE_HtoG_FREE_RAMROM 19 +#define RDB_TYPE_HtoG_KDEBUG 20 +#define RDB_TYPE_HtoG_PROF_SIGNAL 21 + + +#define RDB_PROF_ACK_SIG 1 +#define RDB_PROF_FLUSH_SIG 2 +#define PROF_BLOCK_SIZE 2048 + +#define RDB_LOG_MAX_BLOCK_SIZE 0x8000 +#define RDB_DATA_MAX_BLOCK_SIZE 0x8000 + + +/* GIO side address */ +#define GIO_RDB_BASE_REG 0xbf480000 +#define GIO_RDB_WRITE_INTR_REG (GIO_RDB_BASE_REG + 0x8) +#define GIO_RDB_READ_INTR_REG (GIO_RDB_BASE_REG + 0xc) + +/* minor device number */ +#define GIO_RDB_PRINT_MINOR 1 +#define GIO_RDB_DEBUG_MINOR 2 + +/* interrupt bit */ +#define GIO_RDB_WRITE_INTR_BIT 0x80000000 +#define GIO_RDB_READ_INTR_BIT 0x40000000 + +/* debug command */ +#define DEBUG_COMMAND_NULL 0 +#define DEBUG_COMMAND_MEMORY 1 +#define DEBUG_COMMAND_REGISTER 2 +#define DEBUG_COMMAND_INVALID 255 + +/* debug state */ +#define DEBUG_STATE_NULL 0 +#define DEBUG_STATE_RECEIVE 1 +#define DEBUG_STATE_INVALID 255 + +#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) + +/* Structure for debug port */ +typedef struct { + unsigned type : 6; /* 0: invalid, 1: print, 2: debug */ + unsigned length : 2; /* 1, 2, or 3 */ + char buf[3]; /* character buffer */ +} rdbPacket; + +extern unsigned int __osRdbWriteOK; +extern unsigned int __osRdbSendMessage; + +#endif /* _LANGUAGE_C */ + +#endif /* !_RDB_H */ diff --git a/include/PR/region.h b/include/PR/region.h new file mode 100644 index 0000000..dbd476e --- /dev/null +++ b/include/PR/region.h @@ -0,0 +1,123 @@ + +/************************************************************************** + * * + * Copyright (C) 1994, Silicon Graphics, Inc. * + * * + * These coded instructions, statements, and computer programs contain * + * unpublished proprietary information of Silicon Graphics, Inc., and * + * are protected by Federal copyright law. They may not be disclosed * + * to third parties or copied or duplicated in any form, in whole or * + * in part, without the prior written consent of Silicon Graphics, Inc. * + * * + **************************************************************************/ + +/************************************************************************** + * + * Module: region.h + * + * $Revision: 1.7 $ + * $Date: 1995/06/07 05:11:42 $ + * $Author: chn $ + * $Source: /mdev2/PR/include/RCS/region.h,v $ + * + * Description: + * This file contains macros and structure definitions for the region + * library. + * + **************************************************************************/ + + +#ifndef _REGION_H_ +#define _REGION_H_ + + +#ifdef _LANGUAGE_C_PLUS_PLUS +extern "C" { +#endif + +#include + + +/*************************************** + * + * Global defines + * + */ + /* Alignment sizes */ +#define ALIGNSZ (sizeof(long long)) /* 8 bytes */ +#define ALIGNOFFST (ALIGNSZ-1) + + /* size for storing index to free buffer */ +#define BUF_CTRL_SIZE ALIGNSZ + + /* Max bufcount = 32K */ +#define MAX_BUFCOUNT 0x8000 + /* code for last free buffer */ +#define BUF_FREE_WO_NEXT 0x8000 + +/* + * Global defines for alignment size (default is 8-byte alignment) + */ +#define OS_RG_ALIGN_2B 2 /* 2 bytes = 16-bit alignment */ +#define OS_RG_ALIGN_4B 4 /* 4 bytes = 32-bit alignment */ +#define OS_RG_ALIGN_8B 8 /* 8 bytes = 64-bit alignment */ +#define OS_RG_ALIGN_16B 16 /* 16 bytes = 128-bit alignment */ + +#define OS_RG_ALIGN_DEFAULT OS_RG_ALIGN_8B + + +/*************************************** + * + * Macro definitions + * + */ + +/* Perform alignment on input 's' */ +#define ALIGN(s, align) (((u32)(s) + (align-1)) & ~(align-1)) + + +/*************************************** + * + * Typedefs & structure definitions + * + */ +/* + * Structure for region header/control area + */ +typedef struct _Region_s { + u8 *r_startBufferAddress; /* start address to data buffer */ + u8 *r_endAddress; /* end address of region */ + s32 r_bufferSize; /* size of buffers for this region */ + s32 r_bufferCount; /* up to 32K entries; MSB is used for + setting end-of-list/used */ + u16 r_freeList; /* point to array index of first + available memory buffer */ + u16 r_alignSize; /* alignment size (# of bytes) */ +} OSRegion; + +/* + * Macro to simplify accessing region header structure + */ +#define RP(x) rp->r_##x + + +/*************************************** + * + * Function prototypes + * + */ +extern void *osCreateRegion(void *, u32, u32, u32); +extern void *osMalloc(void *); +extern void osFree(void *, void *); +extern s32 osGetRegionBufCount(void *); +extern s32 osGetRegionBufSize(void *); + + +#ifdef _LANGUAGE_C_PLUS_PLUS +} +#endif + + +#endif /* _REGION_H_ */ + + diff --git a/include/PR/rm_ORIGINAL_on.h b/include/PR/rm_ORIGINAL_on.h new file mode 100644 index 0000000..09715de --- /dev/null +++ b/include/PR/rm_ORIGINAL_on.h @@ -0,0 +1,31 @@ +/************************************************************************** + * * + * Copyright (C) 1995, Silicon Graphics, Inc. * + * * + * These coded instructions, statements, and computer programs contain * + * unpublished proprietary information of Silicon Graphics, Inc., and * + * are protected by Federal copyright law. They may not be disclosed * + * to third parties or copied or duplicated in any form, in whole or * + * in part, without the prior written consent of Silicon Graphics, Inc. * + * * + **************************************************************************/ + +#ifndef _RMON_H_ +#define _RMON_H_ + +#ifdef _LANGUAGE_C_PLUS_PLUS +extern "C" { +#endif + +#include +#define RMON_DBG_BUF_SIZE 2048 +#define RMON_STACKSIZE 0x1000 + +extern void rmonMain( void * ); +extern void rmonPrintf( const char *, ... ); + +#ifdef _LANGUAGE_C_PLUS_PLUS +} +#endif + +#endif /* !_OS_H */ diff --git a/include/PR/sptask.h b/include/PR/sptask.h index ec443ef..728593e 100644 --- a/include/PR/sptask.h +++ b/include/PR/sptask.h @@ -8,12 +8,20 @@ #define M_HVQTASK 6 #define M_HVQMTASK 7 +/** + * Size of Yield buffer. The taskHdrPtr->t.yield_data_ptr must point to a + * buffer of this size. (The size is in bytes). ONLY If the task will NEVER + * yield it may be a null pointer. The buffer must be aligned to a 64 bit + * boundary. The taskHdrPtr->t.yield_data_ptr must be set to point to the + * buffer BEFORE the task is started. + */ #if (defined(F3DEX_GBI) || defined(F3DLP_GBI) || defined(F3DEX_GBI_2)) #define OS_YIELD_DATA_SIZE 0xc00 #else #define OS_YIELD_DATA_SIZE 0x900 #endif #define OS_YIELD_AUDIO_SIZE 0x400 +#define OS_YIELD_GFX_DATA_SIZE 0xBA0 /* Flags */ #define M_TASK_FLAG0 1 @@ -22,6 +30,18 @@ #define M_TASK_FLAG2 4 #endif +/* + * Task Flags field + */ +#define OS_TASK_YIELDED 0x0001 +#define OS_TASK_DP_WAIT 0x0002 +#define OS_TASK_LOADABLE 0x0004 +#define OS_TASK_SP_ONLY 0x0008 +#define OS_TASK_USR0 0x0010 +#define OS_TASK_USR1 0x0020 +#define OS_TASK_USR2 0x0040 +#define OS_TASK_USR3 0x0080 + /* SpStatus */ #define SPSTATUS_CLEAR_HALT 0x00000001 #define SPSTATUS_SET_HALT 0x00000002 @@ -65,9 +85,50 @@ #define SPSTATUS_SIGNAL6_SET 0x2000 #define SPSTATUS_SIGNAL7_SET 0x4000 -/* Types */ -/* Types */ +// ================================================================================================= +// +// Type definitions +// +// + +/* + * Task List Structure. + * + * Things an app might pass to the SP via the task list. + * Not every task ucode would need/use every field, but + * + * - type (audio, gfx, video, ...) + * - flags + * - wait for DP to drain before running new task + * - SEE BIT DEFINITIONS UNDER "Task Flags field" + * - pointer to boot ucode + * - size of boot ucode + * - pointer to ucode + * - size of ucode + * - pointer to initial DMEM data + * - size of initial DMEM data + * - pointer to DRAM stack + * - size of DRAM stack (max) + * - pointer to output buffer + * - pointer to store output buffer length + * - generic data pointer (for display list, etc.) + * - generic data length (for display list, etc.) + * - pointer to buffer where to store saved DMEM (in yield case) + * - size of buffer to store saved DMEM. + * + * IMPORTANT!!! Watch alignment issues. + * + * IMPORTANT!!! Watch data cache issues. The RCP may write data into the + * dram_stack, output_buff, output_buff_size, and the yield_data_ptr areas. + * These buffers should be cache aligned and use the entire line (16 bytes) to + * avoid corruption by writebacks by the CPU (cache tearing). + * + * IMPORTANT!!! all addresses are virtual addresses. Library does + * any necessary translation. + * + * documentation copied from n64devkit\ultra\usr\include\PR\sptask.h + */ typedef struct { /*0x00*/ u32 type; @@ -86,7 +147,7 @@ typedef struct /*0x24*/ u32 dram_stack_size; /*0x28*/ u64 *output_buff; - /*0x2C*/ u64 *output_buff_size; + /*0x2C*/ u64 *output_buff_size; // why is this u64* /*0x30*/ u64 *data_ptr; /*0x34*/ u32 data_size; diff --git a/include/PR/ultraerror.h b/include/PR/ultraerror.h new file mode 100644 index 0000000..ef470ba --- /dev/null +++ b/include/PR/ultraerror.h @@ -0,0 +1,165 @@ +/*==================================================================== + * ultraerror.h + * + * Copyright 1995, Silicon Graphics, Inc. + * All Rights Reserved. + * + * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, + * Inc.; the contents of this file may not be disclosed to third + * parties, copied or duplicated in any form, in whole or in part, + * without the prior written permission of Silicon Graphics, Inc. + * + * RESTRICTED RIGHTS LEGEND: + * Use, duplication or disclosure by the Government is subject to + * restrictions as set forth in subdivision (c)(1)(ii) of the Rights + * in Technical Data and Computer Software clause at DFARS + * 252.227-7013, and/or in similar or successor clauses in the FAR, + * DOD or NASA FAR Supplement. Unpublished - rights reserved under the + * Copyright Laws of the United States. + *====================================================================*/ + +/************************************************************************** + * + * $Revision: 1.23 $ + * $Date: 1997/02/11 08:38:08 $ + * $Source: /disk6/Master/cvsmdev2/PR/include/ultraerror.h,v $ + * + **************************************************************************/ + +#ifndef __ULTRAERROR_H__ +#define __ULTRAERROR_H__ + +#ifdef _LANGUAGE_C_PLUS_PLUS +extern "C" { +#endif + +#include + +#define OS_ERROR_FMT "/usr/lib/PR/error.fmt" +#define OS_ERROR_MAGIC 0x6b617479 + +/* OS error codes */ + +#define ERR_OSCREATETHREAD_SP 1 +#define ERR_OSCREATETHREAD_PRI 2 +#define ERR_OSSTARTTHREAD 3 +#define ERR_OSSETTHREADPRI 4 +#define ERR_OSCREATEMESGQUEUE 5 +#define ERR_OSSENDMESG 6 +#define ERR_OSJAMMESG 7 +#define ERR_OSRECVMESG 8 +#define ERR_OSSETEVENTMESG 9 +#define ERR_OSMAPTLB_INDEX 10 +#define ERR_OSMAPTLB_ASID 11 +#define ERR_OSUNMAPTLB 12 +#define ERR_OSSETTLBASID 13 +#define ERR_OSAISETFREQUENCY 14 +#define ERR_OSAISETNEXTBUFFER_ADDR 15 +#define ERR_OSAISETNEXTBUFFER_SIZE 16 +#define ERR_OSDPSETNEXTBUFFER_ADDR 17 +#define ERR_OSDPSETNEXTBUFFER_SIZE 18 +#define ERR_OSPIRAWREADIO 19 +#define ERR_OSPIRAWWRITEIO 20 +#define ERR_OSPIRAWSTARTDMA_DIR 21 +#define ERR_OSPIRAWSTARTDMA_DEVADDR 22 +#define ERR_OSPIRAWSTARTDMA_ADDR 23 +#define ERR_OSPIRAWSTARTDMA_SIZE 24 +#define ERR_OSPIRAWSTARTDMA_RANGE 25 +#define ERR_OSPIREADIO 26 +#define ERR_OSPIWRITEIO 27 +#define ERR_OSPISTARTDMA_PIMGR 28 +#define ERR_OSPISTARTDMA_PRI 29 +#define ERR_OSPISTARTDMA_DIR 30 +#define ERR_OSPISTARTDMA_DEVADDR 31 +#define ERR_OSPISTARTDMA_ADDR 32 +#define ERR_OSPISTARTDMA_SIZE 33 +#define ERR_OSPISTARTDMA_RANGE 34 +#define ERR_OSCREATEPIMANAGER 35 +#define ERR_OSVIGETCURRENTMODE 36 +#define ERR_OSVIGETCURRENTFRAMEBUFFER 37 +#define ERR_OSVIGETNEXTFRAMEBUFFER 38 +#define ERR_OSVISETXSCALE_VALUE 39 +#define ERR_OSVISETXSCALE_VIMGR 40 +#define ERR_OSVISETYSCALE_VALUE 41 +#define ERR_OSVISETYSCALE_VIMGR 42 +#define ERR_OSVISETSPECIAL_VALUE 43 +#define ERR_OSVISETSPECIAL_VIMGR 44 +#define ERR_OSVISETMODE 45 +#define ERR_OSVISETEVENT 46 +#define ERR_OSVISWAPBUFFER_ADDR 47 +#define ERR_OSVISWAPBUFFER_VIMGR 48 +#define ERR_OSCREATEVIMANAGER 49 +#define ERR_OSCREATEREGION_ALIGN 50 +#define ERR_OSCREATEREGION_SIZE 51 +#define ERR_OSMALLOC 52 +#define ERR_OSFREE_REGION 53 +#define ERR_OSFREE_ADDR 54 +#define ERR_OSGETREGIONBUFCOUNT 55 +#define ERR_OSGETREGIONBUFSIZE 56 +#define ERR_OSSPTASKLOAD_DRAM 57 +#define ERR_OSSPTASKLOAD_OUT 58 +#define ERR_OSSPTASKLOAD_OUTSIZE 59 +#define ERR_OSSPTASKLOAD_YIELD 60 +#define ERR_OSPROFILEINIT_STR 61 +#define ERR_OSPROFILEINIT_CNT 62 +#define ERR_OSPROFILEINIT_ALN 63 +#define ERR_OSPROFILEINIT_ORD 64 +#define ERR_OSPROFILEINIT_SIZ 65 +#define ERR_OSPROFILESTART_TIME 66 +#define ERR_OSPROFILESTART_FLAG 67 +#define ERR_OSPROFILESTOP_FLAG 68 +#define ERR_OSPROFILESTOP_TIMER 69 +#define ERR_OSREADHOST_ADDR 70 +#define ERR_OSREADHOST_SIZE 71 +#define ERR_OSWRITEHOST_ADDR 72 +#define ERR_OSWRITEHOST_SIZE 73 +#define ERR_OSGETTIME 74 +#define ERR_OSSETTIME 75 +#define ERR_OSSETTIMER 76 +#define ERR_OSSTOPTIMER 77 +#define ERR_ALSEQP_NO_SOUND 100 +#define ERR_ALSEQP_NO_VOICE 101 +#define ERR_ALSEQP_MAP_VOICE 102 +#define ERR_ALSEQP_OFF_VOICE 103 +#define ERR_ALSEQP_POLY_VOICE 104 +#define ERR_ALSNDP_NO_VOICE 105 +#define ERR_ALSYN_NO_UPDATE 106 +#define ERR_ALSNDPDEALLOCATE 107 +#define ERR_ALSNDPDELETE 108 +#define ERR_ALSNDPPLAY 109 +#define ERR_ALSNDPSETSOUND 110 +#define ERR_ALSNDPSETPRIORITY 111 +#define ERR_ALSNDPSETPAR 112 +#define ERR_ALBNKFNEW 113 +#define ERR_ALSEQNOTMIDI 114 +#define ERR_ALSEQNOTMIDI0 115 +#define ERR_ALSEQNUMTRACKS 116 +#define ERR_ALSEQTIME 117 +#define ERR_ALSEQTRACKHDR 118 +#define ERR_ALSEQSYSEX 119 +#define ERR_ALSEQMETA 120 +#define ERR_ALSEQPINVALIDPROG 121 +#define ERR_ALSEQPUNKNOWNMIDI 122 +#define ERR_ALSEQPUNMAP 123 +#define ERR_ALEVENTNOFREE 124 +#define ERR_ALHEAPNOFREE 125 +#define ERR_ALHEAPCORRUPT 126 +#define ERR_ALHEAPFIRSTBLOCK 127 +#define ERR_ALCSEQZEROSTATUS 128 +#define ERR_ALCSEQZEROVEL 129 +#define ERR_ALCSPVNOTFREE 130 +#define ERR_ALSEQOVERRUN 131 +#define ERR_OSAISETNEXTBUFFER_ENDADDR 132 +#define ERR_ALMODDELAYOVERFLOW 133 + +#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) +typedef void (*OSErrorHandler)(s16, s16, ...); + +OSErrorHandler osSetErrorHandler(OSErrorHandler); +#endif + +#ifdef _LANGUAGE_C_PLUS_PLUS +} +#endif + +#endif /* __ULTRAERROR_H__ */ diff --git a/include/PR/ultratypes.h b/include/PR/ultratypes.h index 8a00490..e7222e0 100644 --- a/include/PR/ultratypes.h +++ b/include/PR/ultratypes.h @@ -1,44 +1,84 @@ #ifndef _ULTRA64_TYPES_H_ #define _ULTRA64_TYPES_H_ +/************************************************************************** + * * + * Copyright (C) 1995, Silicon Graphics, Inc. * + * * + * These coded instructions, statements, and computer programs contain * + * unpublished proprietary information of Silicon Graphics, Inc., and * + * are protected by Federal copyright law. They may not be disclosed * + * to third parties or copied or duplicated in any form, in whole or * + * in part, without the prior written consent of Silicon Graphics, Inc. * + * * + **************************************************************************/ + +/************************************************************************* + * + * File: ultratypes.h + * + * This file contains various types used in Ultra64 interfaces. + * + * $Header: /mdev2/PR/include/RCS/ultratypes.h,v 1.4 1995/03/29 00:52:13 jeffd Exp $ + * + */ + +/********************************************************************** + * General data types for R4300 + */ +#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS) + +typedef unsigned char u8; /* unsigned 8-bit */ +typedef unsigned short u16; /* unsigned 16-bit */ +typedef unsigned int u32; /* unsigned 32-bit */ +typedef unsigned long long u64; /* unsigned 64-bit */ + +typedef signed char s8; /* signed 8-bit */ +typedef short s16; /* signed 16-bit */ +typedef int s32; /* signed 32-bit */ +typedef long long s64; /* signed 64-bit */ + +typedef volatile unsigned char vu8; /* unsigned 8-bit */ +typedef volatile unsigned short vu16; /* unsigned 16-bit */ +typedef volatile unsigned int vu32; /* unsigned 32-bit */ +typedef volatile unsigned long long vu64; /* unsigned 64-bit */ + +typedef volatile signed char vs8; /* signed 8-bit */ +typedef volatile short vs16; /* signed 16-bit */ +typedef volatile int vs32; /* signed 32-bit */ +typedef volatile long long vs64; /* signed 64-bit */ + +typedef float f32; /* single prec floating point */ +typedef double f64; /* double prec floating point */ + +#endif /* _LANGUAGE_C */ + +/************************************************************************* + * Common definitions + */ +#ifndef TRUE +# define TRUE 1 +#endif + +#ifndef FALSE +# define FALSE 0 +#endif + #ifndef NULL -#define NULL (void *)0 +# define NULL (void *)0 #endif -#define TRUE 1 -#define FALSE 0 - -typedef signed char s8; -typedef unsigned char u8; -typedef signed short int s16; -typedef unsigned short int u16; -typedef signed int s32; -typedef unsigned int u32; -typedef signed long long int s64; -typedef unsigned long long int u64; - -typedef volatile u8 vu8; -typedef volatile u16 vu16; -typedef volatile u32 vu32; -typedef volatile u64 vu64; -typedef volatile s8 vs8; -typedef volatile s16 vs16; -typedef volatile s32 vs32; -typedef volatile s64 vs64; - -typedef float f32; -typedef double f64; - +//this section is from stddef.h and should go back there #ifdef TARGET_N64 -typedef u32 size_t; -typedef s32 ssize_t; -typedef u32 uintptr_t; -typedef s32 intptr_t; -typedef s32 ptrdiff_t; + typedef u32 size_t; + typedef s32 ssize_t; + typedef u32 uintptr_t; + typedef s32 intptr_t; + typedef s32 ptrdiff_t; #else -#include -#include -typedef ptrdiff_t ssize_t; + #include + #include + typedef ptrdiff_t ssize_t; #endif -#endif +#endif /* _ULTRATYPES_H_ */ diff --git a/include/assert.h b/include/assert.h new file mode 100644 index 0000000..efba530 --- /dev/null +++ b/include/assert.h @@ -0,0 +1,57 @@ +#ifndef __ASSERT_H__ +#define __ASSERT_H__ +#ifdef __cplusplus +extern "C" { +#endif +/************************************************************************** + * * + * Copyright (C) 1984, Silicon Graphics, Inc. * + * * + * These coded instructions, statements, and computer programs contain * + * unpublished proprietary information of Silicon Graphics, Inc., and * + * are protected by Federal copyright law. They may not be disclosed * + * to third parties or copied or duplicated in any form, in whole or * + * in part, without the prior written consent of Silicon Graphics, Inc. * + * * + **************************************************************************/ +/* Copyright (c) 1984 AT&T */ +/* All Rights Reserved */ + +/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ +/* The copyright notice above does not evidence any */ +/* actual or intended publication of such source code. */ + +#ident "$Revision: 1.17 $" + +/* ANSI C Notes: + * + * - THE IDENTIFIERS APPEARING OUTSIDE OF #ifdef __EXTENSIONS__ IN THIS + * standard header ARE SPECIFIED BY ANSI! CONFORMANCE WILL BE ALTERED + * IF ANY NEW IDENTIFIERS ARE ADDED TO THIS AREA UNLESS THEY ARE IN ANSI's + * RESERVED NAMESPACE. (i.e., unless they are prefixed by __[a-z] or + * _[A-Z]. For external objects, identifiers with the prefix _[a-z] + * are also reserved.) + */ + +#ifdef NDEBUG +#undef assert +#define assert(EX) ((void)0) + +#else + +extern void osSyncPrintf(const char *fmt, ...); +#define assert(EX) if(!(EX))osSyncPrintf("\n--- ASSERTION FAULT - %s - %s, line %d\n\n", # EX , __FILE__, __LINE__) + +// extern void __assert(const char *, const char *, int); +// #ifdef __ANSI_CPP__ +// #define assert(EX) ((EX)?((void)0):__assert( # EX , __FILE__, __LINE__)) +// #else +// #define assert(EX) ((EX)?((void)0):__assert("EX", __FILE__, __LINE__)) +// #endif +#endif /* NDEBUG */ + +#ifdef __cplusplus +} +#endif + +#endif /* !__ASSERT_H__ */ diff --git a/src/libultra/bstring.h b/include/bstring.h similarity index 88% rename from src/libultra/bstring.h rename to include/bstring.h index 01486d9..bf3e323 100644 --- a/src/libultra/bstring.h +++ b/include/bstring.h @@ -25,10 +25,9 @@ extern "C" { #ident "$Revision: 1.4 $" -extern void bcopy(const void *, void *, size_t); +extern void bcopy(const void *, void *, int); extern int bcmp(const void *, const void *, int); -extern void bzero(void *, size_t); -extern void blkclr(void *, int); +extern void bzero(void *, int); #ifdef __cplusplus } diff --git a/include/gbi_extension.h b/include/gbi_extension.h new file mode 100644 index 0000000..f35d502 --- /dev/null +++ b/include/gbi_extension.h @@ -0,0 +1,222 @@ +#ifndef _GBI_EXT_H_ +# define _GBI_EXT_H_ +#include + +#define TRI4_Ext + +/** + * This file should contain most of the extensions to gbi avoiding loosing + * changes should the OS ever be updated. + */ + +/** + These are some helper constants. Since they relate to nothing else except GBI + macros, Ill place them here, to save reserving names that might be used + elsewhere - though doubtfull. + */ +#define MASK_2 1 +#define MASK_4 2 +#define MASK_8 3 +#define MASK_16 4 +#define MASK_32 5 +#define MASK_64 6 +#define MASK_128 7 +#define MASK_256 8 +#define MASK_512 9 +#define MASK_1024 10 + +/* Set the Texel Scale (0.0 - 1.0) for multiplying UV's eg, 0.5 * (31 << 6) = 31.0 */ +#define CALC_TEXSCALE(scale) scale < 1.0f ? scale * 0x10000 : 0xffff + +/* Set the Lower Right S Coordinate using texture width */ +#define CALC_LRS(width, height, siz) ((((width) * (height) + siz##_INCR) >> siz##_SHIFT) - 1) + +#define CALC_TILESIZE(texel) ((texel)-1) << G_TEXTURE_IMAGE_FRAC + + + +#ifdef TRI4_Ext +# define G_TRI4 (G_IMMFIRST - 14) +# define G_SETTEX 0xc0 /* 0 */ +#endif + +/* Fade Modes ... for GE? */ +#define G_CC_MODULATEIFADE TEXEL0, 0, SHADE, 0, 0, 0, 0, ENVIRONMENT +#define G_CC_MODULATERGBFADE G_CC_MODULATEIFADE +#define G_CC_MODULATEIFADEA TEXEL0, 0, SHADE, 0, TEXEL0, 0, ENVIRONMENT, 0 +#define G_CC_MODULATEFADE TEXEL0, 0, SHADE, 0, ENVIRONMENT, 0, TEXEL0, 0 +#define G_CC_MODULATERGBFADEA G_CC_MODULATEIFADEA +#define G_CC_FADE SHADE, 0, ENVIRONMENT, 0, SHADE, 0, ENVIRONMENT, 0 +#define G_CC_FADEA TEXEL0, 0, ENVIRONMENT, 0, TEXEL0, 0, ENVIRONMENT, 0 +#define G_CC_DECALFADE 0, 0, 0, TEXEL0, 0, 0, 0, ENVIRONMENT +#define G_CC_DECALFADEA 0, 0, 0, TEXEL0, TEXEL0, 0, ENVIRONMENT, 0 +#define G_CC_BLENDRGBFADEA TEXEL0, SHADE, TEXEL0_ALPHA, SHADE, 0, 0, 0, ENVIRONMENT +#define G_CC_ADDRGBFADE TEXEL0, 0, TEXEL0, SHADE, 0, 0, 0, ENVIRONMENT +#define G_CC_SHADEFADEA 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT + + +/* Custom version of RM_AA_ZB_XLU_SURF with Z_UPD */ +#define RM_CUSTOM_AA_ZB_XLU_SURF(clk) \ + RM_AA_ZB_XLU_SURF(clk) | Z_UPD + + + +#define G_RM_CUSTOM_AA_ZB_XLU_SURF RM_CUSTOM_AA_ZB_XLU_SURF(1) +#define G_RM_CUSTOM_AA_ZB_XLU_SURF2 RM_CUSTOM_AA_ZB_XLU_SURF(2) + + +#ifdef TRI4_Ext +/*** + *** 4 Triangles + ***/ + +//cannot use 2tri with 4tri, so lets just make sure they are undefined so errors happen. +#undef gSP2Triangles +#undef gsSP2Triangles + +/** + Draw up to 4 triangles at a time. + Vertex index is 0-15, to use a higher index use gSP1Triangle +*/ +#define gSP4Triangles(pkt, x1, y1, z1, x2, y2, z2, x3, y3, z3, x4, y4, z4) \ +{ \ + Gfx *_g = (Gfx *)(pkt); \ + \ + _g->words.w0 = (_SHIFTL(G_TRI4, 24, 8) \ + | _SHIFTL(z4, 12, 4) \ + | _SHIFTL(z3, 8, 4) \ + | _SHIFTL(z2, 4, 4) \ + | _SHIFTL(z1, 0, 4)); \ + _g->words.w1 = (_SHIFTL(y4, 28, 4) \ + | _SHIFTL(x4, 24, 4) \ + | _SHIFTL(y3, 20, 4) \ + | _SHIFTL(x3, 16, 4) \ + | _SHIFTL(y2, 12, 4) \ + | _SHIFTL(x2, 8, 4) \ + | _SHIFTL(y1, 4, 4) \ + | _SHIFTL(x1, 0, 4)); \ +} + +/** + Draw up to 4 triangles at a time. + Vertex index is 0-15, to use a higher index use gSP1Triangle +*/ +#define gsSP4Triangles(x1, y1, z1, x2, y2, z2, x3, y3, z3, x4, y4, z4) \ +{ \ + { \ + (_SHIFTL(G_TRI4, 24, 8) \ + | _SHIFTL(z4, 12, 4) \ + | _SHIFTL(z3, 8, 4) \ + | _SHIFTL(z2, 4, 4) \ + | _SHIFTL(z1, 0, 4)), \ + (_SHIFTL(y4, 28, 4) \ + | _SHIFTL(x4, 24, 4) \ + | _SHIFTL(y3, 20, 4) \ + | _SHIFTL(x3, 16, 4) \ + | _SHIFTL(y2, 12, 4) \ + | _SHIFTL(x2, 8, 4) \ + | _SHIFTL(y1, 4, 4) \ + | _SHIFTL(x1, 0, 4)) \ + } \ +} + +/** + Source compatable F3DEX gSP2Triangles for GE + Vertex index is 0-15, to use a higher index use gSP1Triangle +*/ +#define gSP2Triangles(pkt, x1, y1, z1, flag0, x2, y2, z2, flag1) \ + gSP4Triangles(pkt, x1, y1, z1, x2, y2, z2, 0, 0, 0, 0, 0, 0) +#define gsSP2Triangles(x1, y1, z1, flag0, x2, y2, z2, flag1) \ + gsSP4Triangles(x1, y1, z1, x2, y2, z2, 0, 0, 0, 0, 0, 0) + + +/* + * Texturing macro Overrides + */ + +#define gsSPUseTexture()\ +{ \ + { \ + (_SHIFTL(G_SETTEX, 24, 8) | \ + /*STUFF GOES HERE*/), \ + /*STUFF GOES HERE*/ \ + } \ + } + + +#endif + +/** + * Like gDPSetPrimColor, but is useful when the input colour is already in + * RGBA format. It avoids unnecessary bitshifting and masking. + */ +#define gDPSetPrimColorViaWord(pkt, m, l, rgba) \ +{ \ + Gfx *_g = (Gfx *)(pkt); \ + _g->words.w0 = (_SHIFTL(G_SETPRIMCOLOR, 24, 8) \ + | _SHIFTL(m, 8, 8) \ + | _SHIFTL(l, 0, 8)); \ + _g->words.w1 = (rgba); \ +} + +#define gDPSetEnvColorViaWord(pkt, rgba) gDPSetColor(pkt, G_SETENVCOLOR, rgba) +#define gDPSetFogColorViaWord(pkt, rgba) gDPSetColor(pkt, G_SETFOGCOLOR, rgba) + + + +#if 0 //Rare - so far - didnt seem to use this +#undef gDPLoadTextureBlock +/** + Override of Load Texture Block without the PipeSync. + Loads a Texture and sets its tile + @param timg: Address of the texture image. E.g. IMAGESEG(IMAGE_SMOKE_0) + @param fmt: Texture image format: E.g. G_IM_FMT_IA + @param siz: Pixel component size: E.g. G_IM_SIZ_8b + @param width: Texture image width + @param height: Texture image height + @param pal: Location of palette for 4-bit color index texture (0 - 15) + @param cms: s-axis mirror, no-mirror, wrap, and clamp flags + @param cmt: t-axis mirror, no-mirror, wrap, and clamp flags + @param masks: s-axis mask (0 - 15 or G_TX_NOMASK) + @param maskt: t-axis mask (0 - 15 or G_TX_NOMASK) + @param shifts: s-coordinate shift value or G_TX_NOLOD + @param shiftt: t-coordinate shift value or G_TX_NOLOD + */ +#define gDPLoadTextureBlock(pkt, timg, fmt, siz, width, height, pal, cms, cmt, masks, maskt, shifts, shiftt) \ + { \ + gDPSetTextureImage(pkt, fmt, siz##_LOAD_BLOCK, 1, timg); \ + gDPSetTile(pkt, fmt, siz##_LOAD_BLOCK, 0, 0, G_TX_LOADTILE, 0, cmt, maskt, shiftt, cms, masks, shifts); \ + gDPLoadSync(pkt); \ + gDPLoadBlock(pkt, G_TX_LOADTILE, 0, 0, (((width) * (height) + siz##_INCR) >> siz##_SHIFT) - 1, CALC_DXT(width, siz##_BYTES)); \ + gDPSetTile(pkt, fmt, siz, (((width)*siz##_LINE_BYTES) + 7) >> 3, 0, G_TX_RENDERTILE, pal, cmt, maskt, shiftt, cms, masks, shifts); \ + gDPSetTileSize(pkt, G_TX_RENDERTILE, 0, 0, ((width)-1) << G_TEXTURE_IMAGE_FRAC, ((height)-1) << G_TEXTURE_IMAGE_FRAC) \ + } + +#undef gsDPLoadTextureBlock +/** + Override of Load Texture Block (static) without the PipeSync. + Loads a Texture and sets its tile + @param timg: Address of the texture image. E.g. IMAGESEG(IMAGE_SMOKE_0) + @param fmt: Texture image format: E.g. G_IM_FMT_IA + @param siz: Pixel component size: E.g. G_IM_SIZ_8b + @param width: Texture image width + @param height: Texture image height + @param pal: Location of palette for 4-bit color index texture (0 - 15) + @param cms: s-axis mirror, no-mirror, wrap, and clamp flags + @param cmt: t-axis mirror, no-mirror, wrap, and clamp flags + @param masks: s-axis mask (0 - 15 or G_TX_NOMASK) + @param maskt: t-axis mask (0 - 15 or G_TX_NOMASK) + @param shifts: s-coordinate shift value or G_TX_NOLOD + @param shiftt: t-coordinate shift value or G_TX_NOLOD + */ +#define gsDPLoadTextureBlock(timg, fmt, siz, width, height, pal, cms, cmt, masks, maskt, shifts, shiftt) \ + \ + gsDPSetTextureImage(fmt, siz##_LOAD_BLOCK, 1, timg), \ + gsDPSetTile(fmt, siz##_LOAD_BLOCK, 0, 0, G_TX_LOADTILE, 0, cmt, maskt, shiftt, cms, masks, shifts), \ + gsDPLoadSync(), \ + gsDPLoadBlock(G_TX_LOADTILE, 0, 0, (((width) * (height) + siz##_INCR) >> siz##_SHIFT) - 1, CALC_DXT(width, siz##_BYTES)), \ + gsDPSetTile(fmt, siz, ((((width)*siz##_LINE_BYTES) + 7) >> 3), 0, G_TX_RENDERTILE, pal, cmt, maskt, shiftt, cms, masks, shifts), \ + gsDPSetTileSize(G_TX_RENDERTILE, 0, 0, ((width)-1) << G_TEXTURE_IMAGE_FRAC, ((height)-1) << G_TEXTURE_IMAGE_FRAC) + +#endif +#endif diff --git a/include/limits.h b/include/limits.h new file mode 100644 index 0000000..4c6de58 --- /dev/null +++ b/include/limits.h @@ -0,0 +1,304 @@ +#ifndef _LIMITS_H +#define _LIMITS_H + +/* Sizes of integral types */ +#define CHAR_BIT 8 /* max # of bits in a "char" */ +#define SCHAR_MIN (-128) /* min value of a "signed char" */ +#define SCHAR_MAX 127 /* max value of a "signed char" */ +#define UCHAR_MAX 255U /* max value of an "unsigned char" */ + +#define MB_LEN_MAX 5 + +#define CHAR_MIN 0 /* min value of a "char" */ +#define CHAR_MAX UCHAR_MAX /* max value of a "char" */ + +#define SHRT_MIN (-32768) /* min value of a "short int" */ +#define SHRT_MAX 32767 /* max value of a "short int" */ +#define USHRT_MAX 65535U /* max value of an "unsigned short int" */ +#define INT_MIN (-2147483648) /* min value of an "int" */ +#define INT_MAX 2147483647 /* max value of an "int" */ +#define UINT_MAX 4294967295U /* max value of an "unsigned int" */ +#if (_MIPS_SZLONG == 32) +# define LONG_MIN (-2147483648) /* min value of a "long int" */ +# define LONG_MAX 2147483647 /* max value of a "long int" */ +# define ULONG_MAX 4294967295U /* max value of an "unsigned long int" */ +#endif +#if (_MIPS_SZLONG == 64) +# define LONG_MIN (-9223372036854775807L - 1L) /* min value of a "long int" */ +# define LONG_MAX 9223372036854775807L /* max value of a "long int" */ +# define ULONG_MAX 18446744073709551615LU /* max value of an "unsigned long int" */ +#endif + +#if defined(_SGI_SOURCE) && defined(_LONGLONG) && !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) +# define LONGLONG_MIN (-9223372036854775808LL) /* min "long long int" */ +# define LONGLONG_MAX 9223372036854775807LL /* max "long long int" */ +# define ULONGLONG_MAX 18446744073709551615LLU /* max "unsigned long long int" */ +#endif + +#define DBL_DIG 15 /* digits of precision of a "double" */ +#define DBL_MAX 1.7976931348623157E+308 /* max decimal value of a "double"*/ +#define DBL_MIN 2.2250738585072014E-308 /* min decimal value of a "double"*/ +#define FLT_DIG 6 /* digits of precision of a "float" */ +#ifdef __STDC__ +# define FLT_MAX 3.40282347E+38F /* max decimal value of a "float" */ +# define FLT_MIN 1.17549435E-38F /* min decimal value of a "float" */ +#else +# define FLT_MAX 3.40282347E+38 /* max decimal value of a "float" */ +# define FLT_MIN 1.17549435E-38 /* min decimal value of a "float" */ +#endif /* __STDC__ */ + +#endif + +#if 0 +/* + * + * Copyright 1992, Silicon Graphics, Inc. + * All Rights Reserved. + * + * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.; + * the contents of this file may not be disclosed to third parties, copied or + * duplicated in any form, in whole or in part, without the prior written + * permission of Silicon Graphics, Inc. + * + * RESTRICTED RIGHTS LEGEND: + * Use, duplication or disclosure by the Government is subject to restrictions + * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data + * and Computer Software clause at DFARS 252.227-7013, and/or in similar or + * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished - + * rights reserved under the Copyright Laws of the United States. + */ +/* Copyright (c) 1988 AT&T */ +/* All Rights Reserved */ + +/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ +/* The copyright notice above does not evidence any */ +/* actual or intended publication of such source code. */ +#ifndef __LIMITS_H__ +#define __LIMITS_H__ + +#ident "$Revision: 7.27 $" +#include removed for now, add back later + +#ifdef __cplusplus +extern "C" +{ +#endif + +/* Sizes of integral types */ +#define CHAR_BIT 8 /* max # of bits in a "char" */ +#define SCHAR_MIN (-128) /* min value of a "signed char" */ +#define SCHAR_MAX 127 /* max value of a "signed char" */ +#define UCHAR_MAX 255U /* max value of an "unsigned char" */ + +#define MB_LEN_MAX 5 + +#define CHAR_MIN 0 /* min value of a "char" */ +#define CHAR_MAX UCHAR_MAX /* max value of a "char" */ + +#define SHRT_MIN (-32768) /* min value of a "short int" */ +#define SHRT_MAX 32767 /* max value of a "short int" */ +#define USHRT_MAX 65535U /* max value of an "unsigned short int" */ +#define INT_MIN (-2147483647 - 1) /* min value of an "int" */ +#define INT_MAX 2147483647 /* max value of an "int" */ +#define UINT_MAX 4294967295U /* max value of an "unsigned int" */ +#if (_MIPS_SZLONG == 32) +# define LONG_MIN (-2147483647 - 1) /* min value of a "long int" */ +# define LONG_MAX 2147483647 /* max value of a "long int" */ +# define ULONG_MAX 4294967295U /* max value of an "unsigned long int" */ +#endif +#if (_MIPS_SZLONG == 64) +# define LONG_MIN (-9223372036854775807L - 1L) /* min value of a "long int" */ +# define LONG_MAX 9223372036854775807L /* max value of a "long int" */ +# define ULONG_MAX 18446744073709551615LU /* max value of an "unsigned long int" */ +#endif + +#if defined(_SGI_SOURCE) && defined(_LONGLONG) && !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) +# define LONGLONG_MIN (-9223372036854775807LL - 1LL) /* min "long long int" */ +# define LONGLONG_MAX 9223372036854775807LL /* max "long long int" */ +# define ULONGLONG_MAX 18446744073709551615LLU /* max "unsigned long long int" */ +#endif + + +#if defined(_SVR4_SOURCE) || defined(_POSIX_SOURCE) || defined(_XOPEN_SOURCE) + +# define NGROUPS_MAX 16 /* max number of groups for a user */ + /* + * ARG_MAX + * CHILD_MAX + * OPEN_MAX + * STREAM_MAX + * + * PATH_MAX + * NAME_MAX + * LINK_MAX + * - are available only thru sysconf/pathconf + */ + +# ifndef PIPE_BUF +# define PIPE_BUF 10240 /* max # bytes atomic in pipe write */ +# endif + +# define TZNAME_MAX 8 /* max # bytes for time zone name */ + +# ifndef TMP_MAX +# define TMP_MAX 17576 /* 26 * 26 * 26 */ +# endif + + /* POSIX conformant definitions - An implementation may define +** other symbols which reflect the actual implementation. Alternate +** definitions may not be as restrictive as the POSIX definitions. +*/ + +# define _POSIX_ARG_MAX 4096 +# define _POSIX_CHILD_MAX 6 +# define _POSIX_LINK_MAX 8 +# define _POSIX_MAX_CANON 255 +# define _POSIX_MAX_INPUT 255 +# define _POSIX_NAME_MAX 14 +# define _POSIX_NGROUPS_MAX 0 +# define _POSIX_OPEN_MAX 16 +# define _POSIX_PATH_MAX 255 +# define _POSIX_PIPE_BUF 512 +# define _POSIX_SSIZE_MAX 32767 +# define _POSIX_STREAM_MAX 8 +# define _POSIX_TZNAME_MAX 3 + +# ifndef MAX_CANON +# define MAX_CANON 256 +# endif + +# ifndef MAX_INPUT +# define MAX_INPUT 512 +# endif + +# define SSIZE_MAX LONG_MAX /* yes, its an int but this does the \ + * right thingh for 64 bits */ + +#endif + +#if (defined(_SVR4_SOURCE) && !defined(_POSIX_SOURCE)) || defined(_XOPEN_SOURCE) + +# define PASS_MAX 8 /* max # of characters in a password */ + +# define NL_ARGMAX 9 /* max value of "digit" in calls to the \ + * NLS printf() and scanf() */ +# define NL_LANGMAX 14 /* max # of bytes in a LANG name */ +# define NL_NMAX 1 /* max # of bytes in N-to-1 mapping characters */ +/* also defined in nl_types.h */ +# ifndef NL_SETMAX +# define NL_SETMAX 255 +# define NL_MSGMAX 32767 +# define NL_TEXTMAX 255 +# endif +# ifndef NZERO +# define NZERO 20 /* default process priority */ +# endif + +# define WORD_BIT 32 /* # of bits in a "word" or "int" */ +# if (_MIPS_SZLONG == 32) +# define LONG_BIT 32 /* # of bits in a "long" */ +# endif +# if (_MIPS_SZLONG == 64) +# define LONG_BIT 64 /* # of bits in a "long" */ +# endif + +# define DBL_DIG 15 /* digits of precision of a "double" */ +# define DBL_MAX 1.7976931348623157E+308 /* max decimal value of a "double"*/ +# define DBL_MIN 2.2250738585072014E-308 /* min decimal value of a "double"*/ +# define FLT_DIG 6 /* digits of precision of a "float" */ +# ifdef __STDC__ +# define FLT_MAX 3.40282347E+38F /* max decimal value of a "float" */ +# define FLT_MIN 1.17549435E-38F /* min decimal value of a "float" */ +# else +# define FLT_MAX 3.40282347E+38 /* max decimal value of a "float" */ +# define FLT_MIN 1.17549435E-38 /* min decimal value of a "float" */ +# endif /* __STDC__ */ + +#endif /* (_SVR4_SOURCE && !defined(_POSIX_SOURCE)) || defined(_XOPEN_SOURCE) */ + +#if defined(_SVR4_SOURCE) && !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) + +/* + * Note that for POSIX/XPG3: ARG_MAX, CHILD_MAX, NAME_MAX, OPEN_MAX, PATH_MAX, + * come LINK_MAX only from sysconf/pathconf, but for default environment we + * put in backward compatibility defines + */ +# define FCHR_MAX 2147483647 /* max size of a file in bytes */ +# define PID_MAX 30000 /* max value for a process ID */ +# define CHILD_MAX 25 /* max # of processes per user id */ +# define NAME_MAX 255 /* max # of characters in a file name */ +# define LINK_MAX 30000 /* max # of links to a single file */ + +# ifndef OPEN_MAX +# if i386 +# define OPEN_MAX 60 /* max # of files a process can have open */ +# else +# define OPEN_MAX 20 /* max # of files a process can have open */ +# endif +# endif + +# ifndef PIPE_MAX +# define PIPE_MAX 10240 /* max # bytes written to pipe in a wrt */ +# endif + +# define STD_BLK 1024 /* # bytes in a physical I/O block */ +# define UID_MAX 60002 /* max value for a user or group ID */ +# define USI_MAX 4294967295 /* max decimal value of an "unsigned" */ +# define SYSPID_MAX 1 /* max pid of system processes */ + +# ifndef PATH_MAX +# define PATH_MAX 1024 /* max # of characters in a path name */ +# endif +# ifndef ARG_MAX +# define ARG_MAX 5120 +# endif + +# if !defined(SYS_NMLN) +# define SYS_NMLN 257 /* SVR4.0 size of utsname elements */ + /* also defined in sys/utsname.h */ +# endif /* !SYS_NMLN */ + +# ifndef CLK_TCK +# define CLK_TCK sysconf(3) /* clock ticks per second */ + /* 3 is _SC_CLK_TCK */ +# endif + +# define LOGNAME_MAX 8 /* max # of characters in a login name */ + +#endif + +#if defined(_SGI_SOURCE) && !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) +# if (defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS)) +# ifndef HUGE_VAL +# ifndef __TYPEDEF_H_VAL +# define __TYPEDEF_H_VAL + typedef union _h_val + { +# if (_MIPS_SZLONG == 32) + unsigned long i[2]; +# endif +# if (_MIPS_SZLONG == 64) + __uint32_t i[2]; +# endif + double d; + } _h_val; +# endif /* __TYPEDEF_H_VAL */ + extern const _h_val __huge_val; +# define HUGE_VAL __huge_val.d +# endif /* !HUGE_VAL */ +# endif /* _LANGUAGE_C || _LANGUAGE_C_PLUS_PLUS */ +#endif + +#if (defined(_SVR4_SOURCE) || defined(_SGI_SOURCE) || defined(_POSIX_SOURCE)) && !defined(_XOPEN_SOURCE) + +# define _POSIX_AIO_MAX 1 /* number of oustanding async I/O ops */ +# define _POSIX_AIO_LISTIO_MAX 2 /* number of I/O operations per lio */ +# define _ABI_AIO_XFER_MAX (128 * 1024) +# define _POSIX_RTSIG_MAX 8 /* max RT signals for application use */ +# define _POSIX_SIGQUEUE_MAX 32 /* max # of queued signals pending */ +#endif /* _SGI_SOURCE || (_POSIX_SOURCE && !_XOPEN_SOURCE */ +#ifdef __cplusplus +} +#endif +#endif /* !__LIMITS_H__ */ +#endif diff --git a/include/math.h b/include/math.h index a9728d0..5fd7d7b 100644 --- a/include/math.h +++ b/include/math.h @@ -1,13 +1,618 @@ -#ifndef _MATH_H_ -#define _MATH_H_ -#define M_PI 3.14159265358979323846 -float sinf(float); +#ifndef _MATH_EXT_H_ +#define _MATH_EXT_H_ + +/* Some useful constants */ +/* The base of natural logarithms, e.*/ +#define M_E 2.7182818284590452354 +/* The base 2 logarithm of e. (log2e)*/ +#define M_LOG2E 1.4426950408889634074 +/* The base 10 logarithm of e. (log10e)*/ +#define M_LOG10E 0.43429448190325182765 +/* The natural logarithm of 2. (ln 2)*/ +#define M_LN2 0.69314718055994530942 +/* The natural logarithm of 10. (ln 10)*/ +#define M_LN10 2.30258509299404568402 +/* The circumference of a circle with diameter 1, PI.*/ +#define M_PI 3.14159265358979323846 +/* Half of PI. (PI/2)*/ +#define M_PI_2 1.57079632679489661923 +/* A quarter of PI. (PI/4)*/ +#define M_PI_4 0.78539816339744830962 +/* The inverse of PI. (1/PI)*/ +#define M_1_PI 0.31830988618379067154 +/* Twice the inverse of PI. (2/PI)*/ +#define M_2_PI 0.63661977236758134308 +/* The inverse of the square root of PI. (2/(sqrtPI))*/ +#define M_2_SQRTPI 1.12837916709551257390 +/* The square root of 2. (sqrt2) */ +#define M_SQRT2 1.41421356237309504880 +/* The inverse of the square root of 2. 1/(sqrt2)*/ +#define M_SQRT1_2 0.70710678118654752440 + +// extra defines + +/* The circumference of a circle with diameter 1, PI.*/ +#define M_PI_F 3.1415927f +/* The circumference of a circle with diameter 1, PI.*/ +#define M_MINUS_PI_F -3.1415927f + +/* The circumference of a circle with radius 1, PI*2.*/ +#define M_TAU 6.28318530717958647692 +/* The circumference of a circle with radius 1, PI*2.*/ +#define M_TAU_F 6.2831855f + + +/* Half of PI. (PI/2)*/ +#define M_HALF_PI M_PI_F / 2 +/* 3 Halves of PI. (3*(PI/2))*/ +#define M_THREE_HALF_PI 3 * M_HALF_PI + + +#define M_U16_MAX_VALUE_F 65536.0f +#define M_U32_MAX_VALUE_F 4294967296.0f +/* + The difference between 1.0 and the next larger floating point number +*/ +#define FLT_EPSILON 1.19209290E-07F + +/*Inline Math Funcs*/ + + +#define SECS_TO_TIMER60(SECS) (SECS * GAME_TICKRATE) +#define MINS_TO_TIMER60(MINS) (SECS_TO_TIMER60(MINS * GAME_TICKRATE)) +/* Gets the byte representation of an angle (degrees) */ +#define DEG2BYTE(DEG) (char)(256.0f / 360.0f * (DEG)) +/* Gets the byte representation of an angle (radians) */ +#define RAD2BYTE(RAD) (char)(256.0f / M_TAU_F * (RAD)) +/* Converts an angle from Degrees to Radians */ +#define DegToRad(DEG) (float)((DEG) * M_TAU_F / 360.0f) +/* Converts and halves an angle from Degrees to Radians */ +#define mDegToHalfRad(x) ((x * M_PI_F) / 360.0f) +/* Converts an angle from Radians to Degrees */ +#define RadToDeg(RAD) (float)((RAD) * (360.0f / M_TAU_F)) +/* Gets the angle in radians represented by a byte */ +#define ByteToRadian(Byte) ((Byte * M_TAU_F) * (1.0f / 256.0f)) + +/* Macro Versions of functions */ + +#define ABS(x) ((x) < 0 ? -(x) : (x)) /* absolute value of x */ +#define SGN(x) ((x) < 0 ? -1 : (x) > 0 ? 1 : 0)/* sign of x */ +#define MIN(x, y) ((x) < (y) ? (x) : (y)) /* minimum of x and y */ +#define MAX(x, y) ((x) > (y) ? (x) : (y)) /* maximum of x and y */ +#define SQR(x) ((x) * (x)) /* square of x */ + +/** + * 0.1f +*/ +#define IDO_POINT_ONE 0.10000001f + +float sinf(float); double sin(double); -float cosf(float); +float cosf(float); double cos(double); -float sqrtf(float); +float sqrtf(float); #endif + +#if 0 +#ifndef __MATH_H__ +#define __MATH_H__ +#ifdef __cplusplus +extern "C" +{ +#endif +#if (!defined(__SGIDEFS_H__) && defined(_COMPILER_VERSION) && (_COMPILER_VERSION >= 400)) +# include +#endif +/* Copyright (C) 1989 Silicon Graphics, Inc. All rights reserved. */ +/* ------------------------------------------------------------------ */ +/* | Copyright Unpublished, MIPS Computer Systems, Inc. All Rights | */ +/* | Reserved. This software contains proprietary and confidential | */ +/* | information of MIPS and its suppliers. Use, disclosure or | */ +/* | reproduction is prohibited without the prior express written | */ +/* | consent of MIPS. | */ +/* ------------------------------------------------------------------ */ + +/* #ident "$Revision: 7.28 $" */ + +/* ANSI C Notes: + * + * - THE IDENTIFIERS APPEARING OUTSIDE OF #ifdef __EXTENSIONS__ IN THIS + * standard header ARE SPECIFIED BY ANSI! CONFORMANCE WILL BE ALTERED + * IF ANY NEW IDENTIFIERS ARE ADDED TO THIS AREA UNLESS THEY ARE IN ANSI's + * RESERVED NAMESPACE. (i.e., unless they are prefixed by __[a-z] or + * _[A-Z]. For external objects, identifiers with the prefix _[a-z] + * are also reserved.) + * + * - Names created by appending either the suffix 'l' or 'f' + * to one of the reserved function names are reserved for the corresponding + * single- or extended- precision version of the function. + */ + +/* Power C Notes: + * + * - Power C assumes that all external functions (unless otherwise marked) + * might modify global data and therefore calls to such functions can + * not be safely concurrentized. + * + * - The pragma "no side effects" indicates that the named function is + * free from such side effects and calls to it can be concurrentized. + * + * - This pragma has been added below for each function in the math library + * which is "safe". + * + * - The pragma is properly passed on by 'cpp' & 'c++' and ignored by + * 'ccom'. It only has meaning to 'pca'. + */ + +/* + * ANSI-standard functions. Each is listed with + * its single-precision counterpart, if it exists. + */ +#if defined(_XOPEN_SOURCE) + + extern double lgamma(double); +# pragma no side effects(lgamma) + extern int isnan(double); +# pragma no side effects(isnan) + + extern double erf(double); +# pragma no side effects(erf) + extern double erfc(double); +# pragma no side effects(erfc) + + extern double gamma(double); + extern double hypot(double, double); +# pragma no side effects(hypot) + + extern double j0(double); +# pragma no side effects(j0) + extern double j1(double); +# pragma no side effects(j1) + extern double jn(int, double); +# pragma no side effects(jn) + + extern double y0(double); +# pragma no side effects(y0) + extern double y1(double); +# pragma no side effects(y1) + extern double yn(int, double); +# pragma no side effects(yn) + +/* Some useful constants */ +# define M_E 2.7182818284590452354 +# define M_LOG2E 1.4426950408889634074 +# define M_LOG10E 0.43429448190325182765 +# define M_LN2 0.69314718055994530942 +# define M_LN10 2.30258509299404568402 +# define M_PI 3.14159265358979323846 +# define M_PI_2 1.57079632679489661923 +# define M_PI_4 0.78539816339744830962 +# define M_1_PI 0.31830988618379067154 +# define M_2_PI 0.63661977236758134308 +# define M_2_SQRTPI 1.12837916709551257390 +# define M_SQRT2 1.41421356237309504880 +# define M_SQRT1_2 0.70710678118654752440 + +# ifndef _MAXFLOAT +# define _MAXFLOAT +# define MAXFLOAT ((float)3.40282346638528860e+38) +# endif /* _MAXFLOAT */ + + extern int signgam; + +#endif /* _XOPEN_SOURCE */ + + extern double acos(double); +#pragma no side effects(acos) + extern float acosf(float); +#pragma no side effects(acosf) + + extern double asin(double); +#pragma no side effects(asin) + extern float asinf(float); +#pragma no side effects(asinf) + + extern double atan(double); +#pragma no side effects(atan) + extern float atanf(float); +#pragma no side effects(atanf) + + extern double atan2(double, double); +#pragma no side effects(atan2) + extern float atan2f(float, float); +#pragma no side effects(atan2f) + + extern double cos(double); +#pragma no side effects(cos) + extern float cosf(float); +#pragma no side effects(cosf) + + extern double sin(double); +#pragma no side effects(sin) + extern float sinf(float); +#pragma no side effects(sinf) + + extern double tan(double); +#pragma no side effects(tan) + extern float tanf(float); +#pragma no side effects(tanf) + + extern double cosh(double); +#pragma no side effects(cosh) + extern float coshf(float); +#pragma no side effects(coshf) + + extern double sinh(double); +#pragma no side effects(sinh) + extern float sinhf(float); +#pragma no side effects(sinhf) + + extern double tanh(double); +#pragma no side effects(tanh) + extern float tanhf(float); +#pragma no side effects(tanhf) + + extern double exp(double); +#pragma no side effects(exp) + extern float expf(float); +#pragma no side effects(expf) + + extern double frexp(double, int *); +#if 0 +/* not yet implemented */ +extern float frexpf(float, int *); +#endif + + extern double ldexp(double, int); +#if 0 +/* not yet implemented */ +extern float ldexpf(float, int); +#endif + + extern double log(double); +#pragma no side effects(log) + extern float logf(float); +#pragma no side effects(logf) + + extern double log10(double); +#pragma no side effects(log10) + extern float log10f(float); +#pragma no side effects(log10f) + + extern double modf(double, double *); + /* version of modff implemented for completeness only */ + extern float modff(float, float *); + + extern double pow(double, double); +#pragma no side effects(pow) + /* version of powf implemented for completeness only */ + extern float powf(float, float); +#pragma no side effects(powf) + + extern double sqrt(double); +#pragma no side effects(sqrt) + extern float sqrtf(float); +#pragma no side effects(sqrtf) + + extern double ceil(double); +#pragma no side effects(ceil) + extern float ceilf(float); +#pragma no side effects(ceilf) + + extern double fabs(double); +#pragma no side effects(fabs) + /* version of fabsf implemented for completeness only */ + extern float fabsf(float); +#pragma no side effects(fabsf) + + extern double floor(double); +#pragma no side effects(floor) + extern float floorf(float); +#pragma no side effects(floorf) + + extern double fmod(double, double); +#pragma no side effects(fmod) + /* version of fmodf implemented for completeness only */ + extern float fmodf(float, float); +#pragma no side effects(fmodf) + +#ifndef HUGE_VAL /* Also in limits.h */ +# ifdef _SVR4_SOURCE +# ifndef __TYPEDEF_H_VAL +# define __TYPEDEF_H_VAL + typedef union _h_val + { +# if (_MIPS_SZLONG == 32) + unsigned long i[2]; +# endif +# if (_MIPS_SZLONG == 64) + __uint32_t i[2]; +# endif + double d; + } _h_val; +# endif /* __TYPEDEF_H_VAL */ + + extern const _h_val __huge_val; +# define HUGE_VAL __huge_val.d +# else + /* __infinity is a double-precision variable in libc set to infinity */ + extern const double __infinity; +# define HUGE_VAL __infinity +# endif /* _SVR4_SOURCE */ +#endif /* !HUGE_VAL */ + +#if (defined(__EXTENSIONS__) || defined(_POSIX_SOURCE)) + extern int errno, signgam; + + extern double atof(const char *); + extern int rand(void); + extern void srand(unsigned); +#endif /* __EXTENSIONS__ || _POSIX_SOURCE */ + +#if (defined(__EXTENSIONS__) && (!defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE))) + + enum version + { + c_issue_4, + ansi_1, + strict_ansi + }; + extern const enum version _lib_version; + + /* Features from 4.3BSD */ + extern double rint(double); +# pragma no side effects(rint) + extern double asinh(double); +# pragma no side effects(asinh) + extern double acosh(double); +# pragma no side effects(acosh) + extern double atanh(double); +# pragma no side effects(atanh) + extern double log1p(double); +# pragma no side effects(log1p) + extern double erf(double); +# pragma no side effects(erf) + extern double erfc(double); +# pragma no side effects(erfc) + extern double expm1(double); +# pragma no side effects(expm1) + extern double gamma(double); + extern double hypot(double, double); +# pragma no side effects(hypot) + struct __cabs_s + { + double a, b; + }; + extern double cabs(struct __cabs_s); +# pragma no side effects(cabs) + extern double copysign(double, double); +# pragma no side effects(copysign) + extern double drem(double, double); +# pragma no side effects(drem) + extern double logb(double); +# pragma no side effects(logb) +# if (defined(_COMPILER_VERSION) && (_COMPILER_VERSION >= 400)) + extern double nextafter(double, double); +# pragma no side effects(nextafter) + extern double remainder(double, double); +# pragma no side effects(remainder) +# endif + extern double scalb(double, double); +# pragma no side effects(scalb) + extern int finite(double); +# pragma no side effects(finite) + extern double j0(double); +# pragma no side effects(j0) + extern double j1(double); +# pragma no side effects(j1) + extern double jn(int, double); +# pragma no side effects(jn) + extern double y0(double); +# pragma no side effects(y0) + extern double y1(double); +# pragma no side effects(y1) + extern double yn(int, double); +# pragma no side effects(yn) + extern double cbrt(double); +# pragma no side effects(cbrt) + extern double atof(const char *); + extern double strtod(const char *, char **); + extern double trunc(double); +# pragma no side effects(trunc) + + extern int rand(void); + extern void srand(unsigned); + + extern long random(void); + extern int srandom(unsigned); /* doesn't return a value -- should be void */ + extern char * initstate(unsigned int, char *, int); + extern char * setstate(char *); + + extern double drand48(void); + extern double erand48(unsigned short[3]); + extern long lrand48(void); + extern long nrand48(unsigned short[3]); + extern long mrand48(void); + extern long jrand48(unsigned short[3]); + extern void srand48(long); + extern unsigned short *seed48(const unsigned short[3]); + extern void lcong48(const unsigned short[7]); + + /* Map old MIPS names of single-precision forms to ANSI names.*/ + +# define facos acosf +# define fasin asinf +# define fatan atanf +# define fatan2 atan2f +# define fcos cosf +# define fsin sinf +# define ftan tanf +# define fcosh coshf +# define fsinh sinhf +# define ftanh tanhf +# define fexp expf +# define flog logf +# define flog10 log10f +# define fsqrt sqrtf +# define fceil ceilf +# define ffloor floorf + +/* similar mapping of old MIPS names to ANSI-like names */ +# undef flog1p +# define flog1p log1pf +# define ftrunc truncf + +# ifdef __cplusplus +# ifndef _ABS_ +# define _ABS_ + inline int abs(int x) + { + return x > 0 ? x : -x; + } +# endif +# endif + + /* additional single-percision forms */ + extern float fhypot(float, float); +# pragma no side effects(fhypot) + extern float hypotf(float, float); +# pragma no side effects(hypotf) + struct __fcabs_s + { + float a, b; + }; + extern float fcabs(struct __fcabs_s); +# pragma no side effects(fcabs) + extern float fexpm1(float); +# pragma no side effects(fexpm1) + extern float expm1f(float); +# pragma no side effects(expm1f) + extern float log1pf(float); +# pragma no side effects(log1pf) + extern float truncf(float); +# pragma no side effects(truncf) +# if (defined(__INLINE_INTRINSICS) && defined(_COMPILER_VERSION) && (_COMPILER_VERSION >= 400)) +# if _MIPS_ISA != _MIPS_ISA_MIPS1 +# pragma intrinsic(hypotf) +# pragma intrinsic(fhypot) +# endif +# endif + +# if 0 /* These are not implemented yet. */ +extern float ferf(float); +extern float ferfc(float); +extern float flgamma(float); +extern float fcopysign(float, float); +extern float fdrem(float, float); +extern float flogb(float); +extern float fscalb(float, int); +extern int ffinite(float); +extern float fj0(float); +extern float fj1(float); +extern float fjn(int, float); +extern float fy0(float); +extern float fy1(float); +extern float fyn(int, float); +extern float fatof(char *); +extern float frint(float); +extern float facosh(float); +extern float fatanh(float); +extern float fcbrt(float); +# endif /* 0 */ + +/* Some useful constants */ +/* The base of natural logarithms, e.*/ +# define M_E 2.7182818284590452354 +/* The base 2 logarithm of e. (log2e)*/ +# define M_LOG2E 1.4426950408889634074 +/* The base 10 logarithm of e. (log10e)*/ +# define M_LOG10E 0.43429448190325182765 +/* The natural logarithm of 2. (ln 2)*/ +# define M_LN2 0.69314718055994530942 +/* The natural logarithm of 10. (ln 10)*/ +# define M_LN10 2.30258509299404568402 +/* The circumference of a circle with diameter 1, PI.*/ +# define M_PI 3.14159265358979323846 +/* Half of PI. (?/2)*/ +# define M_PI_2 1.57079632679489661923 +/* A quarter of PI. (?/4)*/ +# define M_PI_4 0.78539816339744830962 +/* The inverse of PI. (1/?)*/ +# define M_1_PI 0.31830988618379067154 +/* Twice the inverse of PI. (2/?)*/ +# define M_2_PI 0.63661977236758134308 +/* The inverse of the square root of PI. (2/(??))*/ +# define M_2_SQRTPI 1.12837916709551257390 +/* The square root of 2. (?2) */ +# define M_SQRT2 1.41421356237309504880 +/* The inverse of the square root of 2. 1/(?2)*/ +# define M_SQRT1_2 0.70710678118654752440 + +# ifndef HUGE +# ifdef MAXFLOAT +# define HUGE MAXFLOAT +# else +# define HUGE ((float)3.40282346638528860e+38) /* value of MAXFLOAT */ +# endif /* MAXFLOAT */ +# endif /* !HUGE */ + +# define _ABS(x) ((x) < 0 ? -(x) : (x)) +# define _REDUCE(TYPE, X, XN, C1, C2) \ + { \ + double x1 = (double)(TYPE)X, x2 = X - x1; \ + X = x1 - (XN) * (C1); \ + X += x2; \ + X -= (XN) * (C2); \ + } +# define _POLY1(x, c) ((c)[0] * (x) + (c)[1]) +# define _POLY2(x, c) (_POLY1((x), (c)) * (x) + (c)[2]) +# define _POLY3(x, c) (_POLY2((x), (c)) * (x) + (c)[3]) +# define _POLY4(x, c) (_POLY3((x), (c)) * (x) + (c)[4]) +# define _POLY5(x, c) (_POLY4((x), (c)) * (x) + (c)[5]) +# define _POLY6(x, c) (_POLY5((x), (c)) * (x) + (c)[6]) +# define _POLY7(x, c) (_POLY6((x), (c)) * (x) + (c)[7]) +# define _POLY8(x, c) (_POLY7((x), (c)) * (x) + (c)[8]) +# define _POLY9(x, c) (_POLY8((x), (c)) * (x) + (c)[9]) + + struct exception + { + int type; + char * name; + double arg1; + double arg2; + double retval; + }; + + extern int matherr(struct exception *p); + +# include + +#endif /* __EXTENSIONS__ && !_POSIX_SOURCE */ + +#ifdef __INLINE_INTRINSICS +/* The functions made intrinsic here can be activated by the driver +** passing -D__INLINE_INTRINSICS to cfe, but cfe should ensure that +** this has no effect unless the hardware architecture directly +** supports these basic operations. +*/ +# if _MIPS_ISA != _MIPS_ISA_MIPS1 +# pragma intrinsic(sqrt) +# pragma intrinsic(sqrtf) +# if (defined(_COMPILER_VERSION) && (_COMPILER_VERSION >= 400)) +# pragma intrinsic(pow) +# pragma intrinsic(powf) +# endif +# endif +# pragma intrinsic(fabs) +# pragma intrinsic(fabsf) +#endif + +#ifdef __cplusplus +} +#endif +#endif /* !__MATH_H__ */ +#endif diff --git a/include/os_extension.h b/include/os_extension.h new file mode 100644 index 0000000..b9b6f07 --- /dev/null +++ b/include/os_extension.h @@ -0,0 +1,26 @@ +#ifndef _OS_EXTENSION_H_ +#define _OS_EXTENSION_H_ + +/* ******************************************************************************** */ +// controller +/* ******************************************************************************** */ +#define ANY_BUTTON 0xFFFF + +/* ******************************************************************************** */ +// audio +/* ******************************************************************************** */ + +#define AL_USEC_PER_FRAME_60FPS 16000 +#define AL_USEC_PER_FRAME_30FPS 33000 + +// Used while iterating during AL_SNDP_PLAY_EVT; +// Seems to be used to flag visited ALEvents. +#define AL_UNKOWN_3 3 + +// Maybe: call to alSynAllocVoice failed +#define AL_UNKOWN_4 4 + +// Maybe: currently initializing state? +#define AL_UNKOWN_5 5 + +#endif diff --git a/include/readme.md b/include/readme.md new file mode 100644 index 0000000..a5e2f1b --- /dev/null +++ b/include/readme.md @@ -0,0 +1,3 @@ +This directory should contain libultra version G include/ files and folders. + +Some of these files have been modified (slightly) by Rare. \ No newline at end of file diff --git a/include/sgidefs.h b/include/sgidefs.h new file mode 100644 index 0000000..bee627b --- /dev/null +++ b/include/sgidefs.h @@ -0,0 +1,189 @@ +/************************************************************************** + * * + * Copyright (C) 1991-1992 Silicon Graphics, Inc. * + * * + * These coded instructions, statements, and computer programs contain * + * unpublished proprietary information of Silicon Graphics, Inc., and * + * are protected by Federal copyright law. They may not be disclosed * + * to third parties or copied or duplicated in any form, in whole or * + * in part, without the prior written consent of Silicon Graphics, Inc. * + * * + **************************************************************************/ +#ifndef __SGIDEFS_H__ +#define __SGIDEFS_H__ + +#ifdef __cplusplus +extern "C" { +#endif + +#ident "$Revision: 1.5 $" + +/* + * sgidefs.h - SGI/MIPS basic software generation system constants & types + * + * This file MUST be includable in any language + * and in the 'C' case must be ANSI compliant + * In particular this means NO long long ... + * + * Constants and types defined here are to support + * multi-isa (instruction set architecture) coding + * + * Each catagory has a define that the compilation system will set + * based on the environment the compile is initiated in. Programs + * can test the define using the manifest constants defined here. + * (e.g. #if (_MIPS_FPSET == 16) ) + */ + +/* + * Floating Point register set + * Define: + * _MIPS_FPSET + * Can take on the values 16 or 32 + */ + +/* + * Instruction Set Architecture + * Define: + * _MIPS_ISA + */ +#define _MIPS_ISA_MIPS1 1 /* R2/3K */ +#define _MIPS_ISA_MIPS2 2 /* R4K/6K */ +#define _MIPS_ISA_MIPS3 3 /* R4K */ +#define _MIPS_ISA_MIPS4 4 /* TFP */ + +/* + * Subprogram Interface Model + * Define: + * _MIPS_SIM + */ +#define _MIPS_SIM_ABI32 1 /* MIPS MSIG calling convention */ +#define _MIPS_SIM_NABI32 2 /* MIPS new 32-bit abi */ + /* NABI32 is 64bit calling convention but 32bit type sizes) */ +#define _MIPS_SIM_ABI64 3 /* MIPS 64 calling convention */ + +/* + * Data Types Sizes (C and C++) + * Defines: + * _MIPS_SZINT + * _MIPS_SZLONG + * _MIPS_SZPTR + * + * These can take on the values: 32, 64, 128 + */ + +/* + * Compilation Environments + * various compilers may offer a set of different compilation environments + * each one will pre-define the above defines appropriately. + * The MIPS ABI environment will pre-define the following: + * (cc -systype=XXX) + * + * -D_MIPS_FPSET=16 -D_MIPS_ISA=_MIPS_ISA_MIPS1 + * -D_MIPS_SIM=_MIPS_SIM_ABI32 -D_MIPS_SZINT=32 + * -D_MIPS_SZLONG=32 -D_MIPS_SZPTR=32 + * + * The new MIPS 32-bit ABI environment will pre-define the following + * (cc -systype=XXX) + * -D_MIPS_FPSET=32 -D_MIPS_ISA=_MIPS_ISA_MIPS3 + * -D_MIPS_SIM=_MIPS_SIM_NABI32 -D_MIPS_SZINT=32 + * -D_MIPS_SZLONG=32 -D_MIPS_SZPTR=32 + * + * The MIPS 64 bit environment will pre-define the following + * (cc -systype=XXX) + * -D_MIPS_FPSET=32 -D_MIPS_ISA=_MIPS_ISA_MIPS3 + * -D_MIPS_SIM=_MIPS_SIM_ABI64 -D_MIPS_SZINT=32 + * -D_MIPS_SZLONG=64 -D_MIPS_SZPTR=64 + * + */ + +/* + * Language Specific + * Type __psint_t - a pointer sized int - this can be used: + * a) when casting a pointer so can perform e.g. a bit operation + * b) as a return code for functions incorrectly typed as int but + * return a pointer. + * User level code can also use the ANSI std ptrdiff_t, defined in stddef.h + * in place of __psint_t + * Type __scint_t - a 'scaling' int - used when in fact one wants an 'int' + * that scales when moving to say 64 bit. (e.g. byte counts, bit lens) + */ + +#if (defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS)) + +/* + * assumes int is 32 - + * otherwise there must be some other compiler basic type + */ +#if (_MIPS_SZINT != 32) +#ifdef _MIPS_SZINT +ERROR -- the macro "_MIPS_SZINT" is set to _MIPS_SZINT -- should be 32 +#else +ERROR -- the macro "_MIPS_SZINT" is unset (currently, must be set to 32) +#endif +#endif + +typedef int __int32_t; +typedef unsigned __uint32_t; + +#if (_MIPS_SZLONG == 64) + +typedef long __int64_t; +typedef unsigned long __uint64_t; + +#else + +#if defined(_LONGLONG) + +typedef long long __int64_t; +typedef unsigned long long __uint64_t; + +#else + +typedef struct { + int hi32; + int lo32; +} __int64_t; +typedef struct { + unsigned int hi32; + unsigned int lo32; +} __uint64_t; + +#endif /* _LONGLONG */ + +#endif /* _MIPS_SZLONG */ + +#if (_MIPS_SZPTR == 32) +typedef __int32_t __psint_t; +typedef __uint32_t __psunsigned_t; +#endif + +#if (_MIPS_SZPTR == 64) +typedef __int64_t __psint_t; +typedef __uint64_t __psunsigned_t; +#endif + +/* + * If any fundamental type is 64 bit, then set the scaling type + * to 64 bit + */ +#if (_MIPS_SZPTR == 64) || (_MIPS_SZLONG == 64) || (_MIPS_SZINT == 64) + +/* there exists some large fundamental type */ +typedef __int64_t __scint_t; +typedef __uint64_t __scunsigned_t; + +#else + +/* a 32 bit world */ +typedef __int32_t __scint_t; +typedef __uint32_t __scunsigned_t; + +#endif + +#endif /* C || C++ */ + +#ifdef __cplusplus +} +#endif + +#endif /* !__SGIDEFS_H__ */ diff --git a/include/stddef.h b/include/stddef.h index 8b46557..a5f2047 100644 --- a/include/stddef.h +++ b/include/stddef.h @@ -6,3 +6,80 @@ typedef unsigned long size_t; #endif + + +#if 0 +/* +* +* Copyright 1992, Silicon Graphics, Inc. +* All Rights Reserved. +* +* This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.; +* the contents of this file may not be disclosed to third parties, copied or +* duplicated in any form, in whole or in part, without the prior written +* permission of Silicon Graphics, Inc. +* +* RESTRICTED RIGHTS LEGEND: +* Use, duplication or disclosure by the Government is subject to restrictions +* as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data +* and Computer Software clause at DFARS 252.227-7013, and/or in similar or +* successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished - +* rights reserved under the Copyright Laws of the United States. +*/ +/* Copyright (c) 1990, 1991 UNIX System Laboratories, Inc. */ +/* Copyright (c) 1988 AT&T */ +/* All Rights Reserved */ + +/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF */ +/* UNIX System Laboratories, Inc. */ +/* The copyright notice above does not evidence any */ +/* actual or intended publication of such source code. */ +#ifndef __STDDEF_H__ +#define __STDDEF_H__ +#ident "$Revision: 1.17 $" + +#include + +#ifdef __cplusplus +extern "C" +{ +#endif + +#if (_MIPS_SZPTR == 32) + typedef int ptrdiff_t; +#endif +#if (_MIPS_SZPTR == 64) + typedef __int64_t ptrdiff_t; +#endif + +#if !defined(_SIZE_T) && !defined(_SIZE_T_) +# define _SIZE_T +# if (_MIPS_SZLONG == 32) + typedef unsigned int size_t; +# endif +# if (_MIPS_SZLONG == 64) + typedef unsigned long size_t; +# endif +#endif + +#ifndef NULL +# define NULL 0 +#endif + +#ifndef _WCHAR_T +# define _WCHAR_T +# if (_MIPS_SZLONG == 32) + typedef long wchar_t; +# endif +# if (_MIPS_SZLONG == 64) + typedef __int32_t wchar_t; +# endif +#endif + +#define offsetof(s, m) (size_t)(&(((s *)0)->m)) + +#ifdef __cplusplus +} +#endif +#endif /* !__STDDEF_H__ */ +#endif diff --git a/include/stdlib.h b/include/stdlib.h index 1c7666d..5342979 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -14,6 +14,229 @@ typedef struct ldiv_t } ldiv_t; lldiv_t lldiv(long long, long long); -ldiv_t ldiv(long, long); +ldiv_t ldiv(long, long); #endif + + +#if 0 +#ifndef __STDLIB_H__ +#define __STDLIB_H__ +#ifdef __cplusplus +extern "C" { +#endif +#ident "$Revision: 1.34 $" +/* +* +* Copyright 1992, Silicon Graphics, Inc. +* All Rights Reserved. +* +* This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.; +* the contents of this file may not be disclosed to third parties, copied or +* duplicated in any form, in whole or in part, without the prior written +* permission of Silicon Graphics, Inc. +* +* RESTRICTED RIGHTS LEGEND: +* Use, duplication or disclosure by the Government is subject to restrictions +* as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data +* and Computer Software clause at DFARS 252.227-7013, and/or in similar or +* successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished - +* rights reserved under the Copyright Laws of the United States. +*/ +/* Copyright (c) 1988 AT&T */ +/* All Rights Reserved */ + +/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ +/* The copyright notice above does not evidence any */ +/* actual or intended publication of such source code. */ + +#include + +#ifndef NULL +#define NULL 0 +#endif + +/* Arguments to exit(2). */ +#define EXIT_FAILURE 1 +#define EXIT_SUCCESS 0 + +/* Maximum value returned by rand(3C). */ +#define RAND_MAX 32767 + +#ifdef _LANGUAGE_ASSEMBLY +/* assembly-level offsets of quot, rem fields into [l ]div_t structure below */ +#define _QUOT_OFFSET 0 +#define _REM_OFFSET 4 +#if (_MIPS_SZLONG == 32) +#define _LQUOT_OFFSET 0 +#define _LREM_OFFSET 4 +#endif +#if (_MIPS_SZLONG == 64) +#define _LQUOT_OFFSET 0 +#define _LREM_OFFSET 8 +#endif +#if defined(_SGI_SOURCE) && defined(_LONGLONG) && !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) +#define _LLQUOT_OFFSET 0 +#define _LLREM_OFFSET 8 +#endif +#endif + +#if (defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS)) +typedef struct { + int quot; + int rem; + } div_t; + +typedef struct { + long quot; + long rem; + } ldiv_t; + +#if defined(_SGI_SOURCE) && defined(_LONGLONG) && !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) +typedef struct { + long long quot; + long long rem; + } lldiv_t; +#endif + +#if !defined(_SIZE_T) && !defined(_SIZE_T_) +#define _SIZE_T +#if (_MIPS_SZLONG == 32) +typedef unsigned int size_t; +#endif +#if (_MIPS_SZLONG == 64) +typedef unsigned long size_t; +#endif +#endif + +#ifndef _SSIZE_T +#define _SSIZE_T +#if (_MIPS_SZLONG == 32) +typedef int ssize_t; +#endif +#if (_MIPS_SZLONG == 64) +typedef long ssize_t; +#endif +#endif + +#ifndef _WCHAR_T +#define _WCHAR_T +#if (_MIPS_SZLONG == 32) +typedef long wchar_t; +#endif +#if (_MIPS_SZLONG == 64) +typedef __int32_t wchar_t; +#endif +#endif + +extern unsigned char __ctype[]; + +#define MB_CUR_MAX (int)__ctype[520] + +extern double atof(const char *); +extern int atoi(const char *); +extern long int atol(const char *); +extern double strtod(const char *, char **); +extern long int strtol(const char *, char **, int); +extern unsigned long int strtoul(const char *, char **, int); +#if defined(_SGI_SOURCE) && defined(_LONGLONG) && !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) +extern long long int atoll(const char *); +extern long long int strtoll(const char *, char **, int); +extern unsigned long long int strtoull(const char *, char **, int); +#endif + +extern int rand(void); +extern void srand(unsigned int); + +extern void *calloc(size_t, size_t); +extern void free(void *); +extern void *malloc(size_t); +extern void *realloc(void *, size_t); + +extern void abort(void); +extern int atexit(void (*)(void)); +extern void exit(int); +extern char *getenv(const char *); +extern int system(const char *); + +extern void *bsearch(const void *, const void *, size_t, size_t, + int (*)(const void *, const void *)); +extern void qsort(void *, size_t, size_t, + int (*)(const void *, const void *)); + +#ifdef __cplusplus +#ifndef _ABS_ +#define _ABS_ +inline int abs(int x) {return x > 0 ? x : -x;} +#endif +#else +extern int abs(int); +#endif + +extern div_t div(int, int); +extern long int labs(long); +extern ldiv_t ldiv(long, long); +#if defined(_SGI_SOURCE) && defined(_LONGLONG) && !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) +extern long long llabs(long long); +extern lldiv_t lldiv(long long, long long); +#endif + +extern int mbtowc(wchar_t *, const char *, size_t); +extern int mblen(const char *, size_t); +extern int wctomb(char *, wchar_t); + +extern size_t mbstowcs(wchar_t *, const char *, size_t); +extern size_t wcstombs(char *, const wchar_t *, size_t); + +#if defined(_SVR4_SOURCE) && !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) + +extern long a64l(const char *); +extern int dup2(int, int); +extern char *ecvt(double, int, int *, int *); +extern char *fcvt(double, int, int *, int *); +extern char *getcwd(char *, size_t); +extern char *getlogin(void); +#include +extern char *getpass(const char *); +extern int getpw(int, char *); +extern char *gcvt(double, int, char *); +extern int isatty(int); +extern void l3tol(long *, const char *, int); +extern char *l64a(long); +extern void ltol3(char *, const long *, int); +extern void * memalign(size_t, size_t); +extern char *mktemp(char *); +extern int putenv(char *); +extern char *realpath(const char *, char *); +extern void swab(const char *, char *, int); +extern char *ttyname(int); +extern int ttyslot(void); +extern void *valloc(size_t); + +extern double drand48(void); +extern double erand48(unsigned short [3]); +extern long lrand48(void); +extern long nrand48(unsigned short [3]); +extern long mrand48(void); +extern long jrand48(unsigned short [3]); +extern void srand48(long); +extern unsigned short * seed48(const unsigned short [3]); +extern void lcong48(const unsigned short [7]); + +#endif /* _SVR4_SOURCE && !POSIX_SOURCE && !_XOPEN_SOURCE */ +#if (defined(_SGI_SOURCE) && !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE)) || defined(_SGI_REENTRANT_FUNCTIONS) + +extern int rand_r(unsigned int *); +extern char *ttyname_r(int, char *, int); +extern char *ecvt_r(double, int, int *, int *, char *); +extern char *fcvt_r(double, int, int *, int *, char *); +#endif + +#define mblen(s, n) mbtowc((wchar_t *)0, s, n) +#endif /* _LANGUAGE_C || _LANGUAGE_C_PLUS_PLUS */ + +#ifdef __cplusplus +} +#endif +#endif /* !__STDLIB_H__ */ +#endif diff --git a/include/string.h b/include/string.h index 6aa5b3f..c033fb6 100644 --- a/include/string.h +++ b/include/string.h @@ -1,8 +1,9 @@ #ifndef _STRING_H_ #define _STRING_H_ -#include "ultra64/types.h" -void* memcpy(void*, const void*, size_t); -size_t strlen(const u8 *str); -const u8 *strchr(const u8 *str, u32 ch); +#include + +extern void *memcpy(void *, const void *, size_t); +extern unsigned char *strchr(const unsigned char *, int); +extern size_t strlen(const unsigned char *); #endif diff --git a/include/svr4_math.h b/include/svr4_math.h new file mode 100644 index 0000000..40e4994 --- /dev/null +++ b/include/svr4_math.h @@ -0,0 +1,38 @@ +/* Copyright (C) 1989 Silicon Graphics, Inc. All rights reserved. */ +/* + * |-----------------------------------------------------------| + * | Copyright (c) 1991, 1990 MIPS Computer Systems, Inc. | + * | All Rights Reserved | + * |-----------------------------------------------------------| + * | Restricted Rights Legend | + * | Use, duplication, or disclosure by the Government is | + * | subject to restrictions as set forth in | + * | subparagraph (c)(1)(ii) of the Rights in Technical | + * | Data and Computer Software Clause of DFARS 252.227-7013. | + * | MIPS Computer Systems, Inc. | + * | 950 DeGuigne Avenue | + * | Sunnyvale, California 94088-3650, USA | + * |-----------------------------------------------------------| + */ + +/* $Header: /proj/irix5.3/isms/cmplrs/commonlib/include/RCS/svr4_math.h,v 1.3 1993/06/08 01:20:14 bettina Exp $ */ + +#ifndef __SVR4_MATH_H__ +#define __SVR4_MATH_H__ + +#ifdef __cplusplus +extern "C" { +#endif + +#define DOMAIN 1 +#define SING 2 +#define OVERFLOW 3 +#define UNDERFLOW 4 +#define TLOSS 5 +#define PLOSS 6 + +#ifdef __cplusplus +} +#endif + +#endif /* __SVR4_MATH_H__ */ diff --git a/include/ultra64.h b/include/ultra64.h index 409a3cf..a88461c 100644 --- a/include/ultra64.h +++ b/include/ultra64.h @@ -8,26 +8,18 @@ #endif #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include + #include -#include +#include #include #include +#include +#include #endif + +//temporary catchall fix since not all files in master include bondgame +#ifdef __INTELLISENSE__ +#define GLOBAL_ASM(...) +#endif diff --git a/make_test_files_basis.sh b/make_test_files_basis.sh new file mode 100755 index 0000000..34787ce --- /dev/null +++ b/make_test_files_basis.sh @@ -0,0 +1,178 @@ +#!/bin/bash + +COUNTRY_CODE="" +OUTFILE="" + +usage() { + echo "$0 usage:" + echo "" + echo "$0 -v u [-o results_file]" + echo "" + echo " -o output filename. Optional. Defaults to make_test_files_basis_out" + echo " -v version. Supported options are: US,u, JP,j, EU,e" + echo "" + exit 0; +} + +[ $# -eq 0 ] && usage +while getopts "o:hv:" arg; do + case $arg in + v) # version + if [ "${OPTARG,,}" = "us" ]; then + COUNTRY_CODE="u" + elif [ "${OPTARG,,}" = "u" ]; then + COUNTRY_CODE="u" + elif [ "${OPTARG,,}" = "jp" ]; then + COUNTRY_CODE="j" + elif [ "${OPTARG,,}" = "j" ]; then + COUNTRY_CODE="j" + elif [ "${OPTARG,,}" = "eu" ]; then + COUNTRY_CODE="e" + elif [ "${OPTARG,,}" = "e" ]; then + COUNTRY_CODE="e" + fi + + ARG_VERSION="${OPTARG}" + ;; + o) # out file + OUTFILE="${OPTARG}" + ;; + h | *) # Display help. + usage + exit 0 + ;; + esac +done + +if ! command -v "mips-linux-gnu-objcopy" &> /dev/null +then + echo "command mips-linux-gnu-objcopy not found" + exit 1 +fi + +if [ "${OUTFILE}" = "" ] ; then + OUTFILE="make_test_files_basis_out" +fi + +TMP=$(mktemp /tmp/ge_test_files.XXXXXX) + +rm -f "${OUTFILE}" + +touch "${OUTFILE}" + +# output format is simple csv, one entry per line +# 32 character md5, name of section extracted from ELF binary, and path to file relative from repo root (where this script is) +# +# escaped csv, quotes or commas in filenames are not supported. + +for FILE in build/${COUNTRY_CODE}/src/*.o +do + echo "adding ${FILE}" + + mips-linux-gnu-objcopy -j .text -O binary "${FILE}" "${TMP}" + printf "%s,.text,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .code -O binary "${FILE}" "${TMP}" + printf "%s,.code,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .bss -O binary "${FILE}" "${TMP}" + printf "%s,.bss,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .data -O binary "${FILE}" "${TMP}" + printf "%s,.data,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .rodata -O binary "${FILE}" "${TMP}" + printf "%s,.rodata,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" +done + +for FILE in build/${COUNTRY_CODE}/src/game/*.o +do + echo "adding ${FILE}" + + mips-linux-gnu-objcopy -j .text -O binary "${FILE}" "${TMP}" + printf "%s,.text,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .code -O binary "${FILE}" "${TMP}" + printf "%s,.code,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .bss -O binary "${FILE}" "${TMP}" + printf "%s,.bss,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .data -O binary "${FILE}" "${TMP}" + printf "%s,.data,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .rodata -O binary "${FILE}" "${TMP}" + printf "%s,.rodata,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" +done + +for FILE in build/${COUNTRY_CODE}/assets/obseg/bg/*.o +do + echo "adding ${FILE}" + + mips-linux-gnu-objcopy -j .bss -O binary "${FILE}" "${TMP}" + printf "%s,.bss,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .data -O binary "${FILE}" "${TMP}" + printf "%s,.data,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .rodata -O binary "${FILE}" "${TMP}" + printf "%s,.rodata,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" +done + +for FILE in build/${COUNTRY_CODE}/assets/obseg/brief/*.o +do + echo "adding ${FILE}" + + mips-linux-gnu-objcopy -j .bss -O binary "${FILE}" "${TMP}" + printf "%s,.bss,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .data -O binary "${FILE}" "${TMP}" + printf "%s,.data,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .rodata -O binary "${FILE}" "${TMP}" + printf "%s,.rodata,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" +done + +for FILE in build/${COUNTRY_CODE}/assets/obseg/setup/*.o +do + echo "adding ${FILE}" + + mips-linux-gnu-objcopy -j .bss -O binary "${FILE}" "${TMP}" + printf "%s,.bss,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .data -O binary "${FILE}" "${TMP}" + printf "%s,.data,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .rodata -O binary "${FILE}" "${TMP}" + printf "%s,.rodata,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" +done + +for FILE in build/${COUNTRY_CODE}/assets/obseg/stan/*.o +do + echo "adding ${FILE}" + + mips-linux-gnu-objcopy -j .bss -O binary "${FILE}" "${TMP}" + printf "%s,.bss,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .data -O binary "${FILE}" "${TMP}" + printf "%s,.data,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .rodata -O binary "${FILE}" "${TMP}" + printf "%s,.rodata,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" +done + +for FILE in build/${COUNTRY_CODE}/assets/obseg/text/*.o +do + echo "adding ${FILE}" + + mips-linux-gnu-objcopy -j .bss -O binary "${FILE}" "${TMP}" + printf "%s,.bss,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .data -O binary "${FILE}" "${TMP}" + printf "%s,.data,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" + + mips-linux-gnu-objcopy -j .rodata -O binary "${FILE}" "${TMP}" + printf "%s,.rodata,%s\n" $(md5sum -b "${TMP}" | cut -c -32) "${FILE}" >> "${OUTFILE}" +done + +rm -f "${TMP}" \ No newline at end of file diff --git a/notes/GE_Documentation.tgz b/notes/GE_Documentation.tgz deleted file mode 100644 index d25eac905c017d6bfaccab8dc9cf1b13f8fa82cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2767750 zcmV(`K-0e;iwFP!000001MK~4cN@o*C=Ab6YAyeVKJj|S(ukC+x~ngMhfW#|Aodte z{0I<}Gg*1FAQF-|CJ7#bw56=Gp5Ok~-c`G5S9Lc4Qj#4f=6Do>=&sAIUHg9d{UjN$ zPwy^QSGUXC^Yzu||Mua3g#IbZ9R639x#0gxKmR7PvXG)oWuc#wnf~~1N&XSm()zjE z+%9jDKYp8Bte0o!SFe*-cUPzI#(>zxer=a2SJeH9Sc3admKev%K0|EN@pEJbyUr zO#-L>a=BTZCF`q1qd~GfJG)tJHjfULr>Cpy+s!bk#WDY4_TuY<6LDAxkv^)&s6u=^yYlE`7MrJ zFAmG;bZW<*e|M<=n@&gK(I21Vm-@en9`fLedT|U7!iOQPF1cK8zE57QZ}?u4$Kq`Y ztANQiPae(xbnv{^>yl0Kc>dj!NA(}Z2emka{}y^!@$YP0KFq)4=yqX?^3ZHf>V1{R zi{hz-f#(7SuFSytvwn;L;Bu@iQqIGAo2|kC#u%(Ee3#m z16X+ue;Fp%M_*p8-rgoJ&u^3Ut7Lt>x=Jorm+PB%4he-qFLMe-ks+5AvX^J=rYO>WnABD2~Q;Flo^F67~fLBWO8r=ih}rqUNz-;$%G zoF3^#udX(lG!q)8hx$J?%JkwEsXpNhe%HX)ln=KCK!T;>81T{yI5Z8Kg}`IikTB~> zp0Xw4QMm)ol*h(Q9p9YYEH4v1!Rytn9Z??Y)h|*#qCB>vJmnCAQ`Vc)4?Qr;U1611vkZu4;kI`zX22s2YfS?~lI1thp zRLKou+jGwk^?&2h6wW}F*+4-qv`kI#m*feAXf2o>#y>5S|5GUh%d;E{C)f&f36mV2FZ5A~YBOk+%1$2}Np-SvdM- zkfI8aqH_C~#n934M*wYu4lKuTuD1m;F7=oe`-D(S-&1io$q==KA)5LF(!xb`h#XB$ z^>-D2Ir+bu(#fg83C%7ng)#gB2M7oZ-*w0}kqPL1$f^q?MhDLWmZPyK*);)|B=n;K zMnTvLX-Bbm?Z=XRWBu22efEfCm0bp6a~lvaSnn}BdPE$57|A)4%8MrkB|W#S8pG%D z5G}rmN2A%|zu}`9Q6WREQ6hWJsnOWHJBtPnVIwQML3s4hqn}%V{q^U)e)iY@N|7R4 z(lSPtWuG(n?4Jj&k=GR`dYVZA(aY<`>#_KUNfRhO z00TRORtpuf4F9=`J~!s`=noToT^t_e{!7EPK-xzg+AyK)(fq{-XMYZ48z8NrI|otr z(P;Aj+Ap5Uj8r8Mq8*>bVMzS78>p*5_kLbGI*;nf)T`HeB0Nc<0?{C~!=qldC~-96 zcPCy@&@3MRDrviV@FQek`YZo5Y+`OUkyiI!Y7;G0iuYS;ygDQ@pzQAp!`0m-csu>}Gi)CPh{2F#JasX;{Og<@@TUv^bmgBe z8GYwZmxkq{G;n0dU;xIMF@v}h=0b%LBcAiSY#=5^Ei_a}o3j=O*_q(|#w+pET{C!t z^Pm)CcPIP)&Q|wImg9%ATtu zcY1V`{EEhtKgW<}3nVgw!?|ZaWdP@eWUy6-&n@jRR}yWMbLphg%+F!$mmv2!`t(!| zBz(2-(;JeRZy}jrrZFV*#n&L3gPd=E&&=-@TAE&GhcX|KRHh%*|4B6v4!*f?EIMG> z_621oE*p0>*bBgC9R}jMbFdY{x@T5J!1EnE2`@IF9X@WXO>dEX!mTbzCY~F9Eej$E z`VaHcNwzNl`C&3=E*)?LH)Og3oOF0ayvzd>HI%7gSVmCN042dF^QsAw`K)4;6!<}k zM{H09B;%a(!P2qn^w5AoMx-sHg-W{*OUWFDI^+U?viH$0Y`CFi0Q$8P$z_uTyY^^( z_k=Y=Yp=W2OnT89I+2!o0Gp7W0SbWCg5jc<3pD6Z{sg_otpL=>Kq?qmu6n{qlKE(c zv1}G}hSFJ71N`?4fyp9npN2&nfhZ70oP05`Ag-B>8fOAlVMK-&A9FLI)}{w00`nAy zIw4Xw&zO8nf@HW%CXNieQ~|PkYb4HZ=hc%o0vmkAVT=dpdgCJ%ooUtLGK%&e+XnJ%y8B&`uOu^iNRa5y*?IJX8fR1e`&7;NDym zPrP=a>`3f0e7}u8Fcwv`FFc7dSs*}iDcs_Xxs2xS89RLH&<%J~1;9Gtz+>EoD1m;n zmfTXHcZ?GiS)hTX2>F6Ro*cHEwU*2{V{aM%3+tR#_qz zlU9Z`M3;=He$sK{%pF6yF>|XzS`^-~iXDu-V@xh)Y^Ft7E3cC&HxSa3Otn!LsSbGM zOW3Sc=e?QWxfgTgqdyz*&^(7P8PYMp=?y|2Da+)Hp4ol{wcy&Q;l{fIVB~@iiI0YM zbaPvzN^mw@d0-S2QN&zpH|c`JKO;@>OOMh7s&Tjz#GxZ6HKDZNzBMwLRz^BxvM%AU zXh}1ga-r1ar5S_KmfND#U4)|4ku0m0tU7O-m+)Lknnx5dkUJ6lU=_tFl-3q-!fhab zMi1z~%Ox<3u`C(wCNPT6A|v%IGGfmn1N$s8de0)G_$)G-&myDxEHb*!BBQ)<>;?Y5 zTr0rF2TuXM{vAC7{!Y#e5lROR_SPQ4VXv2=x2cS@V5~y=b7d?~ zMktf2vetg2n~JHc_=miu-x%ppzvtL2QZ4-lFSr^T3@4^3#oU>FAy(>FylK|#4NMf- z6G!bqEKd!maf(*K#0K+HXjO*y4H+?<${jn|*jmfvf-7hSCJ@LQUI@aL+Q65gt09Z+ zNuw8D6s+YF&+}_*z-4mM(@f$E_C}f)T7U3@t2O#K%}8*Du@JFdl376zH+3Q&a0~-} z3`GkcfKRYvs9MK>K-zH(b?-5heS!cQrw~UuYH+?<%O}Li&?ZA8aUs}Bm&HD3=Cz}v zwA}y97EW{vPXad#!E)eU2#=GS{Lm8SwyE6EQnR7lb*;(NSsGA81S zS&7VLfFdo#nsLmsO6$f}brR@?x^Kv=XuIM|0S%03VdoFL@lZ|ofdGf$VIY3btNpNua4 zvM`w_3a5($P8SQKc(F4p_T**vrHen^5taOioK9Ho&AN<*WmUUTrVWR`LEw9<*_8QwcU!Gr$wXk?8xpTU3KRbjd zLd3r5A|uN_(``e1;t+k)4Hz)?obJP(wT<8yv=1A@22x{+CJYf377CGCC92! zPVK1|PvY;K$`pS$i&Vo|q&m*p>X}owV5~rC1!2(WvOG$}sIj%GhJg~v{Twi!xA9v; zGuJXXrGkz4I4yjm3~ceJ2AT{Gv;P+(x+y1aD74i8ykg2P0%zzVijv3;9WsY~5~{Mj zIyvZ&CXU8XcIyRpZq5Z`zMzL@TXaL`rC`i=5$cAu2&e;5_HdIiad*)eEzu*`mIXWc zY|z-2TR)6w&(Z=z$OvtCM@|L?2gzRwu#DTpIL9Jb@V&KQ%7O>eGN2d6CI=u_0VbjS z56u(d>O|FHkobp$BdoL!jv&W5n~ZwWhO70HRc^`p@mi9*BwDfYkl>2#DU=9H ziYNYa6@6}8z?vnZCKT3u8O9+R|E)@WOd5I$0-w3Jc;mBG;}3#fcDpf)A4H31PFoW; z%TOh=koN2Dbws(9n3yP4$1AB?D=9zNN`jln!W+VQ?13sC+uSv=XiXd(T`zZ3lhD}e z_$~l#*Xegu6Gu;Hwj&DfGLwXEs7Oqq(7RIB(hbcj|jAl0gbT_r30&cTUusP#2E$~!BVP$^P^iDsag~xYg@;;a4i3U5jE>a z)L`nG@}&rKMH#?J*wBYK^Tmc>l$4#lFcEM8sj8mPyv5;j?^H^)q^{yK9LEYTnoEc=CTJw$|-gy5EiU3nUmyZ zy)JH<6n>JiXsVJ?GH#6sBda2YLuQ8srA1^mlB$d62J4;0OZ*DQg3t=1_6FhLKEz&T zl?@6C0{E?*=L4^l^PJLV72Dj2mq6%F8g0wFD3yDW1?}uXK*~f!9!t#d}8zd88?JYe8WjAs9A5r`XcaW5MFsd=#*qB9j{3pV4onS^=s3S~O zVJFm5(U~c~V_tUNMZt-Gow>u#^Jmla5Nx_}#;65T+uMc-GNuh`izTD&B z2P6pCVFn!sKjsIoWY57@T?b#q2k#i{2R`^LjSfBnTKS8)*X5q~x}3(xJLofD_U zDyJ`4VOcdEMj-Qd8{8uESQ*K;Tyl;j>)KXwGbt(#LRE(}++jN7G9A9Cyd;dJG*mng zGo3kz%z8qe(?G(bVB@0db6&_a-NSF|-6A{vw%q8}RZ__)7PU*YG!|Mb^LlrTHK}sf zYaPsKZf~FK)e+TN1YWRv+tg|i*wot505%UAcX34eLCrj^ECVjs1uE95S0q_wIG$}I zjR4l#G#T+J@~341f;G6v?kx_(4p1o$D(<%1DqeU{q4%x}RIP2r{KvwsXxC|Z9`St+ z*$IJ%VnfrAF*4)*0#isLjCMC|tT_dU{9$_0EJ9)LR(zVrGc$r%YuX$QHs~5_Mhh!E z+oEl_!A6579xQ7O)_T4Bf$oxHNDVTG;t20>Q@I#^*>p3&xsUaKE_{#*mWab)^BjNb#9A%i=wJcKSEPn9upg|Rg!1I$x4nI23})>@EyNF)0$yZHZKQEQSeIl4Uk0foa@WJI}o6bGkFV}6II5EYgRPl^E)$+B_g6e7*Pyt-fiQkG|kjowhq4eO3#q$@F zwR?=bL1GrGMWfe_!3KV+e+sx_}EO@;JhUZi`=4`OVr)5Kf?~AhK8Ljl8^B zUY)*yMV-k1tO9;Y5FMMkqP#=`R&1n6+)Xg{8gMvbImi=v#3ghjtCa`$WBC4whIi#T zmY#zm85|kL{nO@;j`0A)l0x=ty_BP4slR3^T_x0dU0)|ZzB#{G(Ue~vC!}1Vg%ZH4 z2X-5t>J4`QLJ2WExLMua-CVV>Zx&tlS#-H)F~y09K}SZF$SO<3lx&9E&Rp;_4{bUK zo!XNv5m6EoG6G>bmRi)(J*zsNO|hZ_J)6?A0~|LjQ-jq@>v+PJJQcXwG(e~Xc52VL z>^Nuf^w@sAjXcMa8efK^NtsbN%s5qRoXYI0HBKx3xv?ws2LVgyI#%h9RiDNq2kS>} z#z$^|M-IA=Gzi>(TCSHektu$x5>X~%kcc7?bt3Xaj1r-eN1{nYmWXj8^mCI$$V5!x z1)3b_BuF9&nhy0pIs8+=KPCKA!9N4|r%vF(5&Sxae_$9rKbY0wA9z~Aw{i*(rtrrU zK4hG$?9=@x61^Z?6aFXhUjtY3M|eTlM-eUvYJqUYQ-FW*FDd?>Nqj-!hXVht@ZW~5 zvocGSI0?L<@I!(BR`_oN|4Lkv#J{BYdxrl$QusfG`Cx#d6{#WpRynY6P#6f9eHZv& ziT_pb-y_)805PaW3>x7Y8r}X-K%G#yUjaWq39bIUh$3XR-*a7{(_owD!U&guO;{N8P8#BL%}v z#l8o5v0~qYq&V>3qdY$F-=jQUv+rR&HTxdsAF=OY{t^2g=5N^dFn`0ohxx~BeV{Lm z+4?|ZnfUL255nMty$_$KYc0mWR0{h&7Megk9&ctks@zdZLJ8LaAPvl##h_{^ zgut1TqMJ9xq9WGGydcS$YJGg|93XV{o95UQ5#wTlw1@x@Z1W(_82>+hT&Q5{v?CBvZ3Ky% zk;u*D?e*&P_PYit&Ufe6s{~1ojYg56D%z{N;MB^O-^3}h+?e>9X(Qq9Q=5NB!=w#i zkp6xOfAMz~{*uC9D*hLMjtZWEAV?KFqj6K_!7~zu&Vz>}j9r9J!Qe&s6pUVmPr>kI z@Kg%JSK-QG_$qt~h987a!SI9dDHy&Ep2}eOIz-0|3Yl!-4GzMBW70x;o9$ON4xJvb zL=}&-bY2}Bq?9VcZww03Zxxxr@94QEey%L5j^~8&NAU3m22}uSHFf-kV`>J1H7#&% z?>1fq6Ser(mhDMB;?-tW{*Y1UZLAVTpV08Nz1sSsRW`2Tg{2z{o3NN34wMo>%3s%` ze=<)N_R0T(1X9~5m$JhwxY^^-=S^ECP|Wdm(*R>NJWz-EVR2XngN*Jo$V3be zs>8uyeKL6kdDyHkua`Flos2YNgq!ZKY~u}mehteDuo6r_n>{Tq@3B<0 zYw0T|2Zypgl%qr09Ln*boE*ByUP~TJTkFY<5Mi8R=azP!TUiQr!kXo=K19YqQjVu0 z-lZ+9M@_@YR7_2sXW>KyuY?W<15@kNAXtDJ9RR%J9RMVMN7IP|P1t09 zsA-uj@5zq<4xZonWLEhkW<>~kNo6M_7%x>3_O;|BTvyPGS`8Z@atd73yns*DLr?ytB-(X(F z-l$;TbT*^-Ji~GGs&8BxpiyA-h3-8kUni$`H_tB4uU62>=XQM^9YWPQgb9P4ieXg- zfv9A7ga-{^^n8t;Z>HzlwuNlx7A6&Kq5j&Paj9>=|+ZnlY7G#f= zu$>%my&1B(w{52Pob6`x!e}$|p3S7K&1CEts(9VwKp*tS0BzWyanyXDb*H-yL9c<< z{ayFEiOR7diq1nw{bq`2GwHN_*;3d{VR7oaeKwv;>Da+MdY(2h z1@R+2l%d2n9Z$J_MfRU=QGCl5UD`1lc2C?WB&eV3K_Q}=|~DI2N5 z!);7Y?2v-=$KioEl-sexY3Ir-s+s+4VmD2hO$?6rK3OwE**Ni}wxW^=m-&V_o0Fod zSpqb~8tLgD{g?S}AOc>m#~g_}>EUR3c2b|6-HN;UQ*USQA z<8e*vE+{74BKTUgr@}u54Ju#o(n+1tqeTWblL#&N7&$Zim_=a)S&d8MuTM<*f1{Fm zVY3uAsOb5m{^kI^290n!sQxzM6V%oQ1muMsBIQbqRiX3X>u83G&5)Wd!)CuWmDZS4 zbJw&WXBi&K^gH$YRh;m`DX>BoJaElnE(0>hYeSmHJehi$AzoRPxUO? zchuDS*?va}B&8-+{{>jXkgzPP1A=lUgrJ_qhM=O>W7-M4m9dq?CZTj#HDVTS$4@<} zWw+8%P^<+foUeYoUfaKFe!yxspRGAZN! zpPIO2zxscFil6E7{O00aa=N;?U7lZ=07m`a?VD9{sxjea`7B9ZY*uH2i0!Ov&sH>=ZIJ<9pz_44#~qtRh=4jsnN49Yxv^zC|cn_QfKztRtBVH#&x zC$CpmdIF6;%LE=<-F&w3nDl0Kvw~$@>A9}o;exc5eRqM)mf@40>27(UUpQN>3GXx; zGS~_J>|!z!S~I^~|Ik8ECJE%eT{9>{BSGr*A70F6M_=kE6#Q}MhIn><`P$9Xn0cCm zzNR?y&W0_h5cf_7m7>EH|a%MiA=zPN)+xH~z)HUI!th6`zeh|jC_&7}s-3Gimr~Txz5}cMBbB4NM=$x&!0O*1KHZ4j+lP;y@joU!ASq>fe?AT@wQL#+Akt z{pU*m`OWg?>_<&blI7VM^pJn_$USwoyj^w<`|A8+wK@O$%8sm2Op}-8%{vf;F10Lr ze)XDUC^HFrg5FKmuad8?&fXnqggpNNq*VAqKi}x*JBE>3E2uq5WogR4ClYAQ~o3#l;+4@#^jM#rf$u zC<8!JG(pj@HTfl}v}J7U_?c#mb&BJMJM#IprpGNZZT-lz+m{zlwVd2SHe%CxBO6Ey zT57$dPA!{$b+f+ouhbIYSyO(gbx38H^MZ2#+@1=LVWHqPYDTHvbd)P3eWsd)%TOb$ zW~~}3ue6x3Nq#)niq%!Z&UXI=%#by+(^-_q{!AjXCri09qnFO7F+d4mp`osox9huG zx-D>Q8YbgEB`?=^S7+9MX-erzSF#$*a2RREO|FF+eEY~R*3_`ERjKrBTH0zo;u6Q0 zZ{3=T5q#5zAPfLJI|rDpu1@i?>oGt%U0x+*^ml00J}KqX@010yKx8vO*5V?5jHm>i zqLxyl%MQnRe!B_qbFl}0&M_rkFEl7abw7M{ca)W{WS^sxd3L(K0i9f5KC@VcJ|F>m z{IP0LGtvJXd~vn{+<-+J0#YOS(eLZM{Gcy7fa!X<0qq=Q0AFOm)aO))#c;b7-fL2U z!~N@rvg0<9cakfel|QJCr|l`}LvE$+b>$Gl{(~H1d^uAPrKt76J&8J=4e%Q+@@u$w z4PY-)?;nSu?@R0-MCRi>~gjYB%lp?B#JXSj=(K`2h>3igNBRV zCmq{MJK5f-4%pt0>#NUhf!&0Vv|>Xq(`#hN^bpPw)4N*tlheAz^xUnv4-#jLQ@zLC zwA80|)Q99`v}5Qu^}{Q`?pN_XMtUEY%PTMtBVGd5YSm%&_w#GZyOPJt)$2FUo;`cw z_*2UGlb#HYj>0U_rH;YO>TpzG`9&LN35FW@%P^6$Op|9fe<$XMk7r!OTV#lfe-VFW zX5pemh&1>bySp+4Aiv2Qd49qcMxxMhZNw23at(#>zDtd1(SrS6xh3d_pYeIVc*W) zPm<|k27Nj}%{T(FkmezZRP{X8vaV@^7bqJ6pZHd;J@C z5^7SolfbW@X)HWHT|K)v*SO-$7)ZE4I7j!F!LJ}vq7b>kP*@dwpyD3ZvTKf~O2>-q zt++G=e;FpH%Zt;y3ltSUO#%rJ0K)eh&ROs|3(=)pw@N($U+OM&WX>yOOBYK5L*O;A zWzSAzP)^u(@iyhsLN^oqp&AKf?O+Rs58-l+kZH@QVa;ZAmsub@yIj8g596J9LA~_K zSZaCp3P@+*(x|G&cz?{KjS7U?XIHDYx9$p50(jy28V~$-eXDtion7;F=_;oH8rHUQ zie-m54qQk0-?l!;1tIh1V5|PfHvsd&2A&>+y939k)!TCkdWQI_EFF&`g*7lT9qzC+ z`C@?B$nbT3N%480;+$P>ocS1-CdsnC461<)9k=tyEExqm&P3(3Kg7A0 zz$&VmScM+UNb!2s(eIHHdK>_c<1Hv4%Uf8OUZwE@b=VBudGljVkJqnWZPmJPT!290IpOE8^jk@10Vn5itATa#H-9C{{iBS*(S&z&g|%g=z$rC zckY8Ps*wmpY7{M>nvsSH6AhhRW<~)OdTqv@V?i=p_XMpCj z6h%{WZJyH9E+FW{_PlXD7qA{T>kna<7KEmqtydecY^~m&uF!x3Vs&8oBlQ+)#abzD zJki?d_3Gwwd8Gx{1cdVc6)WZX8Oj+kAIXxnS-l2VBp|J^fP{0P(Jq9+Gm^la$;;Cz z5zwh&>`A$&SI4O@sqwDKWA}`MH*IM89+E7u#;F`+%|6nY#saT{xVz=#e6(~;#eCfQ&r zzaPoQm*-BmoNpn^M1*F%88p!Hx$tH##mG3sggkTBY*Pev?uo*r3W(3f__bWkco*L{ zkjCm`>5=!;Ie7}Ngz)WMvMHwsoRA}`b7v-Q0D#i7YLjyg^YYoOd+x-!=RkV$JEg-e zO-WPQk}16#Jh?T9QBP(seP=i$ZdV4|m0jC?=y~}lP{&|R!WuGI8nkhPGDk+kMr8w9 z2ATy7RIv3L+>b@mz&&e)XQK&YvNUqe7)kLOn4&LEa-cFn^c^#ZnJ#gQ6nXzHF3fZ7 z(AToaoN>uF!xZr8s=m| z-o6W*PNE05{1+d^BTu)I6qHDWm`p0)o*<0r(V(;9M8L`Yq9H(R-$nPuh7qTV=LYEq zJzg6K60o5i8y;DwuPjEjVb#273wRlmE(E89M#ugZDw1x1jkL%MkL(z|uxxVLC)Xl< zFvYW#gY>iso^kubpY?yvclh3F%Acdx}X zLznT>!+yI5_=%XYaWBwbS)9dv8L%0s=>%FN#c;4ah#|M69ZzR|5v-WwK)7`3!x-`7 zDfrer7v&uG9bII`jHiR@Ud))wHw>0P0iR`iMkEy&bP@!AC67@DJZmxG>8SFIsR}7| z{Sz?ZU8qKD85w${HGHG%CO_VslM;M&clpxz`n}yM+>+(B%%JH4Gwkg)G(P5;fEHrM zTu)`2mCi?Ia7jFXJ)D?~D7Ukw>UI5_<_Q+fPeM`P-cbQq6zY*P;!fpA#%A-KmfW2t zimm4H2N@(Rqpt;P@Z&76f{P5b2t)>FmROm&HF;u_|f&@iO9bmdps1WZV zROkt-dkPi7+UA_mwij|gp#ruxJlMR^NOz&H_B$hchqk6M6vx_OKI(cVHXn@zG}AL> zODrDKBA`H!Hy+_Lf}V*Q)VhK^EJ+k#ovAcpLit}wBc`!U@#V7g_S=@MsVt>uu$ zrYt1c7UaUc4FpklLDZegY9WOmi*kS6cTO@wV=UU(&4f4r1~T{krST2_49$`0|dE#5I{ zuFvHwRa`@X!u1w~UAx(^mfn=_C*|Zh)hE%#qJrJ91aDrWnge6W`A6Mq)3Md2cdM;k zW)Lad6xD(8okY7tgbcQ75LoX9qjEtv%My%!cg zu(QC7pQB2+6~6bgCAK=NA<(U6aI%MHuy5Rt@DZ4HpWfxtgOezJI-|x|mQ`4a#`=e? znqg*XcF)q1k0qp6g-7Ynm@)&T%M6gQ{YV~SgJY9Ul6GX72j*s%)8H$Iq{p^!2ra1W zP?Y!d$d6@(*gdM?4!g{DLMp#D(^@jXbBeh6B0lA(sxy9Q|3JvS;(V|*KoB&;KftGxx@;w(W~6O8Zg0yzJPr)?Z6*yBjB@+NGsjcdB$vzE(>HJ``Z$&^;W6tM z{z9|-%{p0KoL`<_Ey0#+F%;GipXMe!C1bPQJ2#*sA;87`3KRFs`$U=(*cReHPSd~{ zv%b1`m)!oicEcN^kBtaEF$=a~!FaZ1824Y=_R}-dM4nSPj2ZA0uB7k+pS3}cnyd{I ztzSzPt?y7?{?!Y-dZ3B~-rjgGmI~nN0lBMef@?0_ks7Po1}`23{X0{Qc z6tj>b3%>1-i;bQ!x5=W12y?P5732p6w>?a@j~CT#^GKzJ`}wWO1A=-HT8M{Co7Uif z1uW$u%ydA~&KuyGu?4pC)q`GH3d$#l56-P9^+Ib*vs26$9~WvXkwE!Ef8HcH3L=G% z?WNFOAUF4*%0QgHco1ERYg6Y&^}%o3?ZS65Enp8C0F^q}!6Q1^(81T{pf~v3#!`J= z%4D-z-k6O55SM0O&-9D0xJ}MHr3WysNSlvLLZ8WZUS40Xpgf^9i))3}b_(8HFZFZ~ zOL%^}iKEL*{j638@p;P2ahbN@K#W6!X6iUnKc(K;Dx4^_HQRw#EOROP8Kvk`o^9M8 zJTSn=)TIfE(jk>MDT=7}xnx+oNmo%9o!9a}Ut6du0S(1xrb#(7NtiA9Frw|u>X#QC@g3>jBhkqwq@Y{E^wg*4R?mA~~sv0!Kjh>cIn$$NFB zH7Qg;H@7#Zm)DO`kfiW+*3mp;(;|@++o#>w;w7z_Bb`1gs6V%LJL$E|C3!{(SR-ZA z(Qe<|tnXgGA#&!xbw5;e=WP4Tz&UFQdw^%Ge+iBjM0PmZr^n4fNPu0t^)~$-D4<%` ztEEZ5UM)}GQ0icKwr-0}&*Ig~eFWed48Me9|mzKnv^9p@^+mN1O5X0^tN-ueJSHPUOg|qpitt z!W2i76*|E1^lb?h&d@-TskF+A7ltLv^>j`&KQW|wV&Xzq{iNrtrX|lZ)gun^_@70| zrq+}ZJgxlGD302q!C|mU5DyOZtJ(uM@xYBAxHTph)lb@54#a7aF64hR|7WxuF@grQT;_u~ofyeBKLuA{6)t8!+U> zDr-&%X+y~?E^v%iaXI_KpI}eG90#80GKAL`vZwgN!wp4LNWdNSNp#dZOhrmmTXBiN zG=(D9w|Cd)XQtr$CNYvLXk++t_vXSv2e3XTje5h$iEN3Q*|f1oXp}sBijnTzapgiOinc3RZ9v*sk-+x8MDT*6rvDRjQpsqTb?=u&^Sy zE3q39# z`Fe$4lvwRAvxVWuaxkd63&a2V^Rxf_6z7lkzpwtkRHaJOkp5>f74p~m|3Aggr^fDg z=}zwvo!)^IsxHKVH?CQaixrx*sC4$Ozg#~0JqFl7(01w`$I#J!YUcY-L21`O&tT}$ zeF|eyXOQ~@ZNVT+{u#*lrUCI`=R-ogqenx~@T-AB7%jZ_P@jjP(H`ofTJ3^*2~gia;nEwe7LgkxC}4Ex zd!Mbb!&rNuywEWDou2%9eYIJ|-UX`s z6_uHVUhco+vEE}@fOSpo>&~k7o59*Xwe<`J#hFPLGG{(x6Z0f7GfURDrhKI3y)_z@Tunb z6f9zMck1hX(zTI|ZJY+s+81v`gg0ZnSAaK)sNV7tRvA_%3kaVJl0EDWk?kRbh)Uim z_|eJYEI_Dy8(r+>Mq{}XZ>Hwd3`y(+9;V25!wrrhB8Dm=d#PX;RXg&f(f!HZm?e>A z8Z7$!)$;rT{;XGIk^*3{wgxt>DrV1A}Q5#;4P%8p0`{<{htt#mJRj zH!K`l6uyH-LhBpoU$O<|+Ib&84-u=X_aI_Pn~IHrxo^eB!(@Dz==UDK*2woHxxN7~ z0!=dw2TXNpp0^QzohrUq?$xeK$GKN`w?~VRiG)2D{SM_Ls;ykjY47jTAN?hu;Rq=bi#d=> zMVNz0EFIVbJC86%O4WridbFXHQhC2<4gd33?>s6^%AH!t$fA-bKDNI8zQm^)rY$@q zbtKR;y79(>#63hC>}r#+FW$%$75^p=oxaJD{7JQUy%4pHfprQ^Ad5nK?Jwe$J0%^4 z-4{45C4CG&0R&E^ECOAu^%-MhZMstW4t>`=!ml^U-PQS9k7fF+Q+-bBi`6jsae025 z-o@F0L)7QDEl-`oo$jFGYxB*KiA7X3q~I&~VQzkfYG_{*Rk zO=Xd0f2Fpg`j~8gQQM5vv<_YR+K;c+7Z>Xv0VKw`jBP~KfvLf=#_fEn-&{unNetTp#cCN*Yx2dcvya}x^3+2M4_3-xns{Ig+4ZZ0-kpblDG>c*Z zezv1~?qKwuI~Z-*LGxhiq<(pfD4}nuM+t*!4kw^VAR&cq5A+X$7Lztmi~9g|vIVHq z04+em{Rn80iVn26&lXbAzXeRjdMI8%8W!M%mU~cC3Mn4Z?(H2YjX>m(B1DC{5q{-1 z9Mgn_e)m)b)!0nFVQIU-ls)}~MXrQbc~h608!MP*QLaYli3`8iCzZ73M%}w~qDwjn zvRcM}qSkP>P{D~SRL~yEb>suJA*Wz4J*LunP7p|?|CU#6xfm3QBp0@Pp9M>0PrZy~ z6=@DRqCuli^UJk`` z!7C{MmOyF0@^-rj)9{zQ_H2bg{5IN3Vzd?SYp4et1nGlUtGDMMaow^aq$dnnj9?NJ z2y}?+)(DB$SZm4Rjx)OXv_4^44Fx_)L*atOwgLj?qsXuk%`)oOVICd(h!H)rN-((WO(%!-l;$5C7ohd?p{(>nt+8q}&hI zn$VN-u|`3|mNkr7$wl9ruvKx<@b)k6!_|$kaN&%F3$hiqX^SIISPr4(H>Y(^nxUZ| znb$5eLg4H}Ah69;AOu!^k=ZT;&K&~h`yp^JkKi3tLqJEf)# z`XxYma0h0dABOx)0)XhhF|P0 z6UI%NTx~3W>h0QCmd~aSoiwt|_S9;_H)y7v0&{bsQeqr_`|pJU&rzB(P6Z$B705 zC!)2a?I5POZy$(#+w8uctZhfQtb@Lc(L^~Bis4rp;g=&ZXiNpFXw84W1oTSpgH{HBx($hpYO)=bl7CQKQYJcMqByM*5iYSaHz;J2XF?R_#lB&KxkZ5Hg(ULn5u`8&| zJ6}Hx*~<1HTQM%0%5&(C1(TUO0AIGG1aqby=j!zOoevg@ur3oG=IYo)Xp!o|($i&1 zJtZ&&{}$@wV3{cU*nX(|e)mMudD+|NAhPv_$gUgG7|uN9oLNOT1l2tohIjTMuFL(X zYSeq~q1dis7G1?{gu2OYwT0|f``~(fBM8@($92(%>yk5S+1E0E_4Kk=6^M1&J zQk$XRW_TQ(p^T|Wk3gNsnAtHvHOC=(dI|szoG(70>xRmsWib?GbIWBBEi z^UFa*JC@hi&m8eGp|u~Jb9R#u(N97q&d06q0^RKvHQ2^}@$%zU!pkp?_r3e~vI~6# z2JWgFnTU(`wi9(T^Y~8hWjOLze?W|_O`CpV)6s|1a5`;A$xbs+7xl3OPI{Mh+U9nh z{>u+dTV^2w*fijWdpNs9lu{v?NlQ*<>g{CabannqHgDCjTK03Bx9WdI^Hw=9h}Uq$ zn?{KDYI%2Y`;jz4mRxKY+V7$$7-DBuBIb(9eGOiMv6gvAUml9Z(^yw*85bVFYLwc_ zYVPTxnC|1EXnr0(L#ij!aTa(gbV?u6hY@k1hPY7UFSXHwBS1=6dqD8tN0m*zw8dtq z+RSYi7ikNtl>k?Bo@GH;Ozdkmw|RN`{nh%%i`Cg{lY9vYJRe-|?Xdq@nTHPer?&@6 z5iy>AE%7H}JW}lDJfx^?+ch@c?e6YINFw5l*zKj2tD zZW*_`^5}WP>CQZQT;0b}=ID;Jvhd%B?d_*+eOMMa{>Nv5<6l|ezX}VSpr=bo?&+Fz z5rbcRe8A)%O@W&HD=JWf%phFB5pEPA9A-ybtiysAAC#qp*f;V{HT8kww$yvt<3=H- zs(*mEteh$YSR~vh|**u6u%|8FSTeDXr;~(tfc-x%o#U z%FVwdQJx^O<+9mjPW|Ty75vqf`j3EhQ1}+GuCQ3wU*b(*i8mJXzcWS5Etw+ly}P5L zYF!;!P_6LyEdxQK0vkx|7|0~Wnp{l3n6ctxLhq7e-c<-8gSP;!JYAndZrv_ zi^udxQ+?@r!e5aPr1F7hBfHL~1$2K{h2SHHIRY*^z+GZ2&CvFo!FGTCbHtGDJg1QE z{&Q639M4uS?_NJ~r2AQTkneeZSfJxUcdNSB`85H6)z-+wezkO!CmvQ!O?9)ap?ZXND>G|K=ud7?scrfy|?>V zhg-ON3IC&~udrF#UM%qj~(N5$eNVsMK%&~zQ6zNCC z8x+=Oh@(E;b|9pgZ6^$7cDk2TZ0y*8&yMj!p=;BHu4%gvHl%X2e#VhTzGJO~-QT0&?-#^DA)F42pX`4h8yGX?EcpLPemq?6D zl*6ieryM55Rzd6|Bhme3B@xI<#Rq0JdvF-P-b#e)6%W9fe*jc5{A93;pM0aXnbdsVKaFFk^0#48h2vHADT(HeA(o75CL~P{A zFHgLg7!EYp#etv?N3VGEo`J`=m2kY1F{sPlUPy+n+4OGO!{!iEMcsD9+ zx{FN%^qMU&pe(gT4gJRY?)Lib*0c~nbTl2nJ!U+tg#bi%K??yvEd+#XA)wbjw4wdB z0y{QImwgr3@v@|cm?k4_ef88|mXtvPniQEL>(I$d!_&2Gt9#zKfBAHY@uc@DpDwY5 z?SsmvOP`a~TRt5&14ad>bG7^!En9S>%4e$k=~H;vsV`F%q~ zoW)5;iz)Mx>+Mc2i!0ZMd~<6 zpK4^a5FI!cExS}$J*?ZvjLNcE-mvGUDnSr6R5;v~jEBXlTH$J?Fy5~)VSXWF?^mb9 z1l78vTVW`7t*?@MpV44nqT9}fkg`TAOfzowq_Js4V-a@$;6%2gk-$F*m7R24kZvj) zH=yQ-m8z~@oD#c<1{5`Y7)4DVNKsSKu{}po)14HxXJ4rh_oAq&>{v!fQM>3{7kS%f zby965xkQ{C$6Ul5(-9_5zvOW@`AP%w6?XZBUtFYan3jTSUcm$43Lhu6dn`oxp0I{EwrJ)f`yeV$u zE}iZPjEXwo2gq~$9Zm55l$8{xtTQsDKk4s%DQ%qh7gO5mC!w@ymnhOrX~UGuPWl+5 z=0tU(W);(46;oD4P6fBl!8RdOc|t695aNB-H>kGJ(W*s9>t=5{+QX=N7E(9&A(@^& zvbb?Z30q{Z>451jve&cHrn(>58}FEUhV4UpCE&hgj6>@w8g@3TTSt#v{ps+wGwM3G z6N8Z+ZIOug{Tb4EnFh>3O)6K&o- zxJ|T+{iWx9)~B`-?ItGLS-wBft~zN@-$L>|iFOqc?It4HO()UL%BqVl_bsNpA6?F> z%8_2;DtpdU?I67yU;AIYFYR>~j+ZUVL!k~o<46UsMTjG@n(VavTI@@-TV=mwHbR5$ zWU{Y8xB5Utn>slpr*F%HOrWx;JOQVAZTTCYNFm zQUG5;J6aj@3;arDEU+QlYkq12o5ss(0KP0`>EKYkP8Q3FQNr8!Wwm?5{`nSqQ89sfX$KFBYH z_5M!;nk5#4mM_V^WWy||jeX^4uS$0sxSdpdza6LBjoqirRR#{GGDt~@xHxZ$W9j)i zd-n9ie6R*DhG41f=~MTojQZY~_>&VBtk!*Vyr2+R%-nHTdqxm+ad0(2Bba7Ddvfsl zS0mUzj}c6bKcW#V&pJ&Ndd`R;)-gk@TMTisO`obCW(4b7-{gKqFg1N&BUs-;rXSS^ zmdj3ks%J6!>3iu@dFu749`4mQQ~J}HvfP~6dswb=>~mL$a$n1p=0baDL5DUutxp%y z|KEHZs@kjR&|k8j+OE~AoBvNnhx3o=jL^)z^PaVw5iT6q5jznR;(V(&LW&1c;+_?5 zbw_wT!Y%H--4T5Y+1DKrTef0K+-=#)n{GV$(ca&?Y9KO-w>du}w&B9!5fY)~DyX7YQxp`^w0D3y~kyT2W@5GIHNyvir%%rP?VY z_syh!dTT|QzlXJ=EYMn!4%9)-tP3V}x3`9Z8b*bS`iR>5lv2R_pf4Vl85BjWzem{x zj0@d!726|1_b8*`!Pr&40fYJXT*{6x{tsH}L6(?gP^9DLz)r9?CKbc<3qT-uSv1F@ zluOtl7D%=glTC|EtZp6-_-cI@7dQXi+4<%asv+o?9>d_DBYAs*+_|?X;0G+3{o%1! zxH)!X?>$gWGE@hS`XR#YT%oT13e7Ak?w5t@Q^fTw?Z9<3lu~U}FGZz0?m)#$lOn=H z4z7K-ht8VxTW*vE(bCj2HIim#KE^2i{g(MYl z-tW1J?QZ*jUP+}gl1k3jG{NH|6`6e~sdf9!)!tIe z4p-}*FN%N;1X{~fR^5kyPX2`mD7a+yT*Y>0%s(#y9pnO$s1o-RaT1!`R@MhU+U-glVrR;y}Q(eZFzgX zzWV(4`e?2%mhaHo`R)1U^z-?<&F$*)^JaZ@d$R_@zWMxqbAYp;EOYo@S>}TOFa7+R z%*sNFGL?mXE=@&I{#%lNoGphxcbnVgO_KcE>CJNUX3KNCzW;^(Jna0Tk9{-Fs^loS zxx0LMu}ZF&-`fJJ&u-t|hI7CH7lrCO|Gda$bpB(lgWQ z>Gj34{}6AB>aS>y@K1gk$vriS-Sf!)fCN1%T9_FoP+{)t9E)E<{lK|6uG3+{W=I~} zZFmt%=%H$fNi;`anzcSPwVi+a+uu3^hp6bO)IC)V2`Hc9!YGRfpA(6D4!GoeWQ+(! zZojYmY(+jy&Q?F1Yr%`vF`|m$nX4F{>45-kZ(HTYseW~CLXh>dxqfzKBsgE98V|kD zeDu}%#RV0=LT@})5I)29bE#p$UpfeZzldBtNpvfZYucx<*AEud6GE4k0b zp)K<`7Yvs6P_e?RP@q0(G{N%WdjA(|4N$#W4d^3+nm=HV5Ds>xTz4jXdpJ6)$etpo zZ;<|`K&=g0=WJ{j!OT>bc32Gyu?=)s-yA}!+$l$T|8N`{SNtVuSE>R~LebWR1?5Qb zBJEde=#-)_=4EHC_tnh}7Ka6q=h?GoEB?1zE(1Hh0UkHedh%K^u5kXyiE zE7)_ea2XumYg7v&Oyq<|CKZJiqwMQuY~BY`UtX+FzyH)jLyd&hwGbF+ns77~VSsOd zRqy;t!^vJxpZL5L=<%i}eF%hg&M|;_>XoyLrB(?*H*{?oV+akrhE24WpfrhU-Xk4m zS{Xhxt@wIY|L1Obu|cYnJoci*CRtwmxO}&v+AZ+CsYR_%uc8tb;lVjwL%bagF@R~w zgp*iH7`atXp$5Ai`9zwLaTfc#)1LKzdD)nQ$J?tvIJ&yIU0*+o$?yrhQJcGI-l#d% zZodNt13|M0HVeKJjUOmG2mq~u8ES6#Y@Xi)3j!Vo3wnC24$$C$^{vmZg4JlsZHYb@ zF*I68Xz;_9pdWaS3D#q*kFPl#JkT*fiUauPC#Igh`#y`lpYnS91{_#p%Dey>-R1?P zk$5Jw^@A_4H1^$BBbWa`3!4m zg9!4rFl<=-2i$Lc@wBk41&X6DP2U0-=Y?&Yu_*C|;!)}mU1tOA-5|IsEs;5-jjP!S zNmVIfL)wQ8#;is(NrW`X5**Qt#!YAkDulsgy%!)*7GsuBQ5%&2Lx7xt#g#mHfxS97 zv?|DA&hrRb;TCK$=iYU0TbiMrUd?E&k#7=#t?A%*Ur&=CZ_aPM`3krVQCM+E^i>`v zcN-|8ZkSRU99?C5o;+P>j*Z~gyL<{q?uMe{Bw6{D6R{$*g{4r#7Ui5pQf+9K$g7WU zmU#C0v(JAwTVK7NonL+bk>)`CPbt#(;{Vkwu?TDdLdrrE|CY=?(t3g)(*JJO>)UP5 z?fU)~`txA@U#fDd;9{MjObMv%5mvc2KZo_ z#iHlQFKaT^582g#TKKt=y-!7P9^qd+9_>_|*BS^&70H^r2a&epk#0pa5@mPfF ztkW{2s!Zhpt-8KkY6&WIubVC06BxWS%^tvL!QS){`KiDVdOg!Ac|Fr9Ga2RMtnqlZ zA%wa(2WKGw3if8VXiVmSUbT!CW2<9&pQ;5F9R-;0&Q`apo6Ga7Rr2GT~f~h}$Y>SnnL3dz+&BFPZ{Pi<)gG9dPGEoj078yf^)AjW^w3spdw(uZL#WFm|R3D_=c905^i53~Q@Pg6ote+9Knsdvo zmTsDT<#cWtT`K6#wLx{<_VU6lH$h*?6vcHCv+H6(;N;}@*Uv6B9Xv~#=Z!CN=Z=qFJRW^77*jg3beeP@_!cje>45Z{8#z^r}&|hJQ(NtpYFp1Vq@i%zc@>n zp+kRdxq!_pkL)eff7UlvVDI1Wm+uY@arpZ4Kbq@%m{gQ)e62}^M#4yI7_}qbyr@_R z?`9K`n~ge*l>AFA;LvxLy%v@pWfXyCti2=nMhpAk!(HeXv!gGq_^;p9pwLQ#z8*(L zHoepgWcj@dj{*nrqBMdI^ACI1^KXqIRRo4q0VEj!ixiun464p-MzRrDo;6!pRGMdi zA=26_v5D}4`6l#>$x~;YqxFh2U@mW%$wX&x33ecA?rKx2c;1ot3F_XR;) zzv$m{+Oua`3MBrMXn-4Y+!sSO)>@lCz4f99rH}hnXIodz9c0|2WI%h;3EI!CqU-hn z7b6Syp)ZD$bQP0y6-l}q{oo3>U~(40Ri$4wv4*wx|J7+AxR|pd0ZH$XnK4YbFa%bj zi+41e{5OnbhY3OsQQUAA{2Gc1VhpFgO3smIC+UfpfItZwCxKU+LW#8;b({RBv2;Yy z6SWUfb}gsTY4`NN84vWpv?!=Qh;6OCGugMaHo#)rMH=XB5RM9-m|Px|#L25^9-(vuCtku=DP3KBO{KPDI!fCp=2r$68@vfPnv7xIK5)VLRB5}b7_hEq&>KIG=zf}B7fVzU>NW}g#Rz^@c-q% z`u~24pNIQ@CN)$aOq@Mk-*{OV+KB%3O(Ks?<-h({ozH zHO~nc!+&Q(*=h;jnU{GmH(Lwn79hb}v*V-&x0nMRn)^3*m(KnmLi>Yzn|vy@AfJkr z?#se1%gne#d9DnktUlScyPDdWdvH5cQvz;nc}o~EGRnRr)Q!_Vq? zaBoavpuasJX8-qr34}$Qu~CcgtW~q;F~->ShS*m6ytbCIN`cX$vzx4_V!3vI`ajYF z&^;5s><{ece)(TQX?F2z{?||NbI!x97_X$O?X~-`OJHZRh_I?o@RC zd8*Q1`TtMxLkD^Q$8d0d1^gVMYp>VmSGR$o8h@9@Sk8^s<8%O}?X2AV zsb<$;DMj;`+3M;B5&nPfF44Sap36;W&jQ1m&F`9wRw5e_1XAEW@F21;_m-x;i?E&Q zNI{hP{5$Ox!kLYRWXe16+dND6A&Npuo&@_|9Y-Czq;j*r8)~BmghgaGe3N2t_ zYm19bD%qFT-Yln4)|?*C9=N90CJ)~LZvroWyJ(>Ylfj-$0%*Q%IgK?di5%gc|2-1xJvyOui#^xOv zzVp?&`K)*J-SYM7+vVnaH1%j$|LJRo9MC<1&;Xz&a_P{3LD3$4F3r)qC(Y5DViNXm z2U6;P&Q_=E%WE{rUoOwD68Z#XBSBv}Od?sh5v?po$bytCUYz^|LXAu*jS9XS4^W0{ zc>y}7O&+ImFfg|XW6`OCj~}}+6+`g3Ve0NbZjG~ULDew=gXVbf1h6`_59o9FZk?H zrbd~77ykNa{$lh34gqom3OzYw-W@GKu=NY29-G}8VCyl5hNHK)PwRNh7dbsb(r~lB zyFI^JZJzj45@r`ot7Cc_A!3ZGB3IQgE;`{cI~4~OlMNgk3jM%w$PU|?4cCKm&t9Hi z8L%0PwAFP0Y~|3cbMyDaFB)7BN5K||B524jY<+Ku@h~{U>E-p`^Z-xUXr46ICbTQ0N|*hMbcHJW0bk+XAjaU#`Dg;dyw(GOA!tXw0piauqk(P5-? z7|w{{5!0MQa5!$E17&l_G9N@>+*u;V-QQ`iS)nd9^&hxVu>$V)%#FLbL#wXgwfHny(uO1hY{g|LeC& z^4-n)rM^$^w2ZcaSwcc{cf}9{favObJ!25DiSdi$Aw)P?O;~Wc9+72sG7sR$8{!ur~9$w6*Dgl7S($5i+BV9E=wf_F*e7 zrR`vZbhB05hMhJ5GaC^f(!r0&P1K3J1osRuXD z>@{uSr$ynsIHW=O9C{5yHeO}Eq(8{f$ov82Z{cNey9JgPECQkHp9SHXK5Srz{_x8{DZO808*R0QWO7U+}9^Yp7NjV_XF#!rtjTnN$qHDo+`_7 zrE^Lf+o3j2WfetUG4N%nffmcTWMAeCdo?a853{)sUbcVm#XD)DlAlvH4iY>4Fmr$8 z_|Z~){dREZ6<;-IMEualDs|@t5T8`+oSpt<4s$ffnNV3w?Tfg4L<*X*wyECpAoj|v zcw8t(0yzCPP^l66sufUbX+$+>I)FiS*MzCXnehsExJeU#aKft`xG(c6gl}K+C<*Md zSUKo00O~zHqDyu#ZuCF@Dvs`7e>#8eY5zmqDHR9}&R_xc=T{t8WPx30#v)%YyXA1?%4Ql}!&4HjerRh`m-!^xLKYnDo7^{3Y@6yEYDakv^?l46@sBJrLF~ zv`EP?6vQdR!ohcGjqjiCPe|>|Ww~hspZ(4P2hPtIOr) z`_oatg`CSqo;p+isF@lLF*-{ zZ?1l=|L~Li(19KljsE9bIMeU!na&{EKOi-e)VriI-xy?GMRHrzx_XWx7L(&3BqwF> zE9Q@Y&#cMDPB}0Z={~nO>e|v?t}ZvXH(<&KJK=ARE>=IRF8=oEr@!%q=xbB`9JrEx zdVTXQdAYp$KFP_$EXS+@mdP;60wdr+3Pl-4DSQ~ZiGJf0`nsr%q^cP}Ei|hIGy4*( zf?B+~U4Os2VnqO=F_&U*m(OrX4kWM-AT*dIFfW3?rhXhBZF$sZDZs zS>BQ!Dvnc4RDy?G)?Mn-qf1DScENG@7xx_`Fi3PC-CbX=Y?=gQ!_`BOlW$j7n*;?K z`~CoxkP78F_Qq39uzqya^f18fa5|ovI0h&;rdJ?^@#*OyAq2}rLTW75V%ut|`3qG^ ztmnb zQ^J+Dvu8gVO^}=>$j0w>W*ljZB0&5F-VA@l=H_q30#voqx|%kB{la7iZCuX=_mmc! z;j-(Q^dVl|h7}{BO9qa547YU%shpT>=kBjr)#@$K3N7$B98iD*prM%>sOL}+L}Np8 zwOVN%ZL>KqO^Q+UF70927M(nfoC6LmWuD0cgqX#E80IM*d#ou%I zozf-sC;eY7puFxp2QZiLfxayc^?w5iVYl*xSEZx@noE}R%o(SsdfuZ+)-*GT70{D zoG`2~)h|Way{4(H;bowC3B1je6Lw5eQz>(tpPDbs`;c{DqcnucNU(|JAP7YX<*il0 zBeVcWTw&ANC2MKon(?tT;A2XTyc7T*TL1XQd~SZN|Xo>#>Q;qMd~$tECZypK4wy zA*AQq@9fOBB*y`CKT4MNZah^&fY?AMQrJBE$eIQ7(Lk>HfsLgq(yBvx|9ZSJ?;7Pv zn&Q=&-(cl8h{eGDLD2x8nh@lcXCKb(>C*#~1M@U4eSp!TPme28VjNG&j$=a_+~F32 zrNE$4WuD_#q->~wns49rIpTqNHrO00KfXeiTRr9pfmvE&o)Dd7;%HGWzRsqgQuDbfmWtrJc! zpl6$wLpQ;-#elmxt!~Vs8%d_-=ezBCr@{43JFm9`OY4RkOzFDmsR!P;b<+d6$lu!R z-nX`6jrUOx(5^0h>K8AlM^N0fCrV zYaUx(T&zz`8Fo8zxHEI*3cPY9sD3;me4qMO*Kbj#K+(M_P54`w%^ON zwrRubj2vAq8FaTPlUx-~Q5C;jejKwymIYVSybaWimrDF-Hit~Gje_!NHriGXLw&8Q z)D%3RFT~9fs`lJ0Pr<|G*EX=}0f=uGzW=s$Pd#^zIpL|ciI;x4+^on%2^a8fjRK`{ zp_^J=5FU?l+4gW(XBJID6Q~tSM^t!hQIVx^1S702uVW0cXr#|*ctB%s42*0j=`Au5 zgN~|G_Q&Z0BG@;ZyDMeN4w7=W+}6&oEcUa*^w=+t`C7ag({LZ+GM)uN*9(Ydcax6? z6}zZL!oZsc2f>%ygCrf`%Nz1bTS?e=Fq(=%ou!U6uI709oCh`bYsQ>pcJ=6ll5sFiupetlNko>Z` zxm~?Q)8Ffx<+T>QHgs{hDQi^Jjf+u^Y}TW3JreiOv-NP9OjT$q8;=5Wdm~1w37$wR zDFT3xtsY$m!LCL}84qgLWhjRazVD2wJ}t*8EJnv@AoVDtlgG@)Q0ztNjTSOhA8jEK zpPEu6fEJN8NeJT}aG}FkT?8F4#nNB4ST3FkFl97am=eoyG$>0i>`YbMmhCnBGf zBV)4ra^K}pVloT_*?5Ad2Gz&j@&F1B-mb2b+c!7syVq}^ay$h5fqe~1Ua#&osw-77 zr~2rakLB0cGL|7v(TGh^c5L@uk86VZ+a$5Nw>WeubjFXO|F*o)%+i-jw9b9Z$GBmKpkXQ}?`qVW~$?Nm5aQ8y_{*DktJ$V(-ov|3U3Ag)_r9q^PeX~W?{U35C!wJV^ zfCG(16Q;r0jokQf9%HVhs6+HAlR?y_PYkNcc!i8FC=-L`ul=sv(YPoT34&+m8=ML{ z9q=vY(1;rxXFn{@FF;s3Brw_-V=b$g^_dmhs>5crECWBarU;c;AA~nWWWuyYvyBVg zu#{ba)??S=vsNStj%O%kWKPP+*f)`dA|JH)oZC?V!$yGN8Or3avZGo`ezU&$`?JmM zIo2H5JZnSsfR`yng~CK5i?_1E8jjEoz?mGG5eD&k?`bMiA(Fngj%k9Ik}y%DGjS=*y@2uS2(bt@)qbzHzr#sf<*&-~p3gi!6L~ z{`$?W30{V2ButaiG?Gt~vT4j~57~n1+=60b-(9?A8yLkK&|mxI-(9?m)?Re3y$HsC z=S3{N+72A-Gz`q8GYl|evrQ34cF?YAO@l=CfxJ<%t=YOd8KM?Y8OX{87hn#B^rP0z zcVt4d3_{n;p=(C$+Yz|w*wAx7A|?ZEXZ%c-EJbkB{4gK_P*xD_09?ASFV-)Y7s=)M zsV1fH;O6T5`r63FrsT03BPhY+i0qNHmEG*VPWZm;>12l(CkwXzdG_>J6Dc(Ik7vpH znzY=BUK3?N+mR$2$pj`cugQ4!6xiPR^=k9(>h#%NP-3a;iHp5fL$Fbn44u9^y|69r zZ6xEU7Gld$vWij)4N)4?YY5Ho$;w+7F#nUUR){T&%{KH}FkJ)=;%{%B-Dx`i=KR%d zBGqA%LI~I<1b}^0wcflKvOOJ1{N3#uOp8Chfld(`QS=2q)q2w14OLLdh=cpxTBUY6 z@VVJLcju}c3cfp>(9CBJ(_~aA|D0+)r}r|oKS#K1Da8NdHdE>gYHcucm#+~mT^&v) z_gFf4UhCjsu5ZpS&sNvBZ{mdqhv1*OfNCH5m*dOj+rwn+es?RcEb`$uto8{EaejOL z!-_PG(ZF7s?(2uRXo^3jKpM3Q0&l(oAauU&OS=;PZvsb=r-z7jEAP z)h+S+ng1!Ou-SpT7ar@=!$bnoJBZblff!;3M&#k*AR0$N9MGaThK0fh^PMT~pUE)> zMgovIQNpfVyrTUMCq6^`A#G{NN|VQK^C2G@?Xc9@)BflPGc+&){FccS(yBDKfOn@C=hs$j z+Ut^X-A|C>V)Pin=15y}SeePHhZTvnJ*&`yw9_=S^ljhPywElF8))ppZ?!^Xq&R(n zr7$SrjY^URQO7vG8zRMK6K06ie8)$yu_V9~-x@Asm+<9rde(8NxxYv5 zS$z+*40$XLK@xNwO+c_29=uwCiSYDhrG+dFi<7UtNeQE`0K@2evhbM7aS*eDf8WBn z-At8_YqX68g^8#CD1k&JZH#xS$0OM3vOu-VkzZ{pgY?ggX2~2K-yb5<1 z@q@nUY3~^2XBW@(Y_N!Vp|&IB(U`e-$YZY-jbSJ(^s!V;X#RvJLyHyTa31msY+M~{ z#S0739_GB6`cO?LrFt*$C}1;Mm_+RcC|qDiytf>D5VO|ma00A#PW`z;VfWSD#l;q3 zSFtB9wusW!lrXC7OoO(xske4^5l`c#8T0jp15433RcP~O{UiGD?>4K$mO9ko(UKz- zd9*NwTOK99;bZ+~9~g$sUW&2~{Ji0KL5!_)*H^YeLxn+9o1{u^&o5V-Ll(UjIy=)r z!%=Kxsw~*nZUQ*;#R|d<41(HPh+A-wZ0}kY*Iz-Yu&c9kaR0lelYQAo3m%kjz>0P) z$UkBmHwq=49LP=a$-P|OY3co+J? zM*C@)X>ME$n%$7rCzgedj4T}lK9O?lf%N)j`7*g(ZoaoE{5|^qK#Iaj82$}Jf!8b3 zB+2<=7}2ltfav=-2_PTGBHRdD7Op-_M)c^8wNWCM8R>&t%)6IlU7_}S^6fjnZn(nw z=_vVexuKPwo^Mtc@38kY{+SkU&$t4n@7f|Ple??)|8uuWuE3fLMj%WOfU|%@@dY+* zFcA28Qc`_t^7CNY6ut8sY^8k$#d;~-aITyTVw&XHm_b|d(UF)2Vs$rKSGu}=+A{X<%QGB3sbrlvW1R+b62QmH2t&x=j_?(`eyZ;?Q^?4V<3frb5n!MsG$IoGw{k_ zL>(~NudmLGBLUpJSgzFiRclErEZqvrVe&hAu7zVNI6-p;?u63DMz&&Zo6E#9k!$*K z6XCc2(GX~?!J5<1pj;XiBIHhT;66c=?bYf>A0T+Tyn_CfWL>V=0vI<%TX&*(Jy-Tb*`P+Mq+OSc5nWpMk1*0CT-?~?7(++g+fDBW7*hNt_7X8U_^eGfT zrRWPNrC70$tH9k=Y2ohR?g~b?;fBuGKT1*JVP6H257iU{to5uW&|-O;Q2WQ*SPvQu zz=RJ`&L*OCXN0RkW~DnXSp|m+rEwuMgmO7F>wLAmf&ckB`Tk0aZN7}|*?P6{mO$Fq zk+gI62M<+K&3w<+ta~HHrc-eXU;d(OsO$zySjBABwlp{p?H219tCMt}I!d#s*2gTW z1u~0jh0LN_BD1L0$SkTw(ox$-PQ<@VZJ&L99@76sV6pO-`tyEG{e;+B|1odZf6QcF z{#yU%r}%Nwj?(HQ95MPU&o8z3a;~LzE#1FbUtFwzL>XFtt%auL^&ya|_4V}{ifwCR zK3blg)KDeeMwUG?g%sAOr*}6STd(^Sv{<=)qopGhfUtxp{;DU|q)UtEl8C?e^lWT^h*G zM&=YpvbCtx77w6B{ptDNW|KeY71{UQ(SYRr?Afz}FRq|F!r97IQ=tbMU*_MPUB*if zXz?IEJFL(keC6}(kR}TbPG6_1%`229FR#I>W#u~a@VFYrx1!xj-QY0STL~2T7%kTn z>s*bB{L!~BFsKgIW}4{?N89@bApYFPFyn-@D-idO8F;L zPZXqEr`&T11gq9u@li+s3|Z@*`l?5dSEx{bs+O}Wxm&Qz$2;K1{8+1Utn2E z_eJIOEk~e~nW8+z1|{?@Qd;~L6Q%W>^&y>(O%YXCA=tiNU?I%Z%$gw#GV@J^8!_L^ zv5)yewb+I5Ht@--Qj<=sToh zb#2%xVq9I_`XYi!*mxX;Ha)ht$N5kO92P(bY`L z)>U%1P!Hu0X(U9)gL5uHi6>q-5F)<5tks?s7HF2vyKZkYb=pha$(ha++a{CSCWBPI zos$i!?#Z^ujZ9j6hyB^WS`~Ks6N2B;bfkW6x%{X4xu^bz5_?%zT84sukGxJ`CH&L% z^*OX?vYG@chycu>0PK1BYq$oz!|Ansti*1>N7es5~TJ$+%Y?8Q&^zSdCDzS^GitHk) zGP{VX&@Q4XwTq~V?INmjyNIgbVh8}QlAE$@HDVMhs)CzGRdVyFif$fN+0COWyoG-s z#fF0QK*Xc2Y;&bnvmQ+LwuN*Y-NmCk%B?slO~^O(-NXQ})DNxyiL?EslV4~d*f-R@ zJB!d~7NNx~LW^017PAN~W)WJViuvrEJBM}gch?1EoKo~%p$ayMQAaL zuG1_+lUal&vj|OQ5t_^*G?_(cGKN?o=sdU`(lvi)GUw-3@7o;BnOA8)+!S z!qXGf3sI-X?LN&g`AHA-NN?Juzud%rNvUZ5?Phn&r|a;`Jn%>5s2DJIe3nMAa9E;Po}|><1J6B;7O^r zJX!^hZg~=d?Aeo}{wLG$NtuR^#_$c`7X+B+PY8y!ZA$1YLEnhB8EPLC81F-?I8{sq zouqWDaGc;9`6OU7B+Ah0`9RXzKZ2J-U?}7E_y&P7uMp$S2a6crFtTO9`;837Fs(ED z#ux|h*-dSq*5FR(T-dI(_r>r%xI*9f-j}^^jk;I3Z6bqS?j6ln9E9t8A_=0%sA#Mg z5Kjz36_W4IP5cQ2RUJZ%&BYnSeL-HmDGZLK;vk@5^XOMk{(JvCp#M*uH{iUbN+|2g zOL!DBTG!atY!ihA?6Ci2s>~w)zy9`D|Nl?&LkD^=lKP)5XZnc^`q?BDz`DM=c!!bZ zzEk9HC>{EfknlI+lc;acCsF^$Pk;d71JmgzQO}=Gq8>k=5O+!`Sjl7tq}9-d^C#1K zHlMKef1kLZ=}B#3a1;53ZQ$@``NPV-w>nFN&zCvX+g@Kdckm}bS&b0{OwFc1gMfD4 zLVOZN-PZZEYUSTRlsXMH^IeEP@sVf6Ct-kMUC736RyCRMxd-qp{AGwW&W^q`(aoQH z{y9xPJUCrnzoQNzuT0S>zNg!@4T&~ONzL^3)Ua%bnv6_0NSsW6pl{J;1hZ4^16;}{ zU3DX%ImnO88y7u5#~`x`s#l<~c%zTu=FF_oJzoo~U~~rY-L?G0`nFv$PiXyTYj4uX zkwHsgf!t&D2{oZkEkp(R-*3U$uVJLM^vYJSq(P|g0rusDK`dbPao8+2><+{69?}m! znfan`4&iDA*)O(+t*u=930L+FBx?^z6W-zv#}-lj#HmSG7In&-iA=Ha%-L`JtosyN z^~-op1t1}YcbGscCwd{q>_Sy>&H~0{?>CrJQ|v>ZkYUwbWf@)NO#;LQi;0}nbJXq1*CqWB`wf&vMB|gQv7EI zi?N$d5Cjf9MF5`vSza%%R-4s_1`Mx4JjE)+|I-Fc)k<^Wfbq>#*`9OUb9Gp$u?Y68 z;4j1EVtMuYZuxrUwhQU~24g;%#jM3TA1sc25{0RL5{0RL5{0RLf@13@p){LSpZwgc z`-A-KFaJTPa9T}3^wYmi(y;>n-~4)YdV6zsnM^Jr)JBicjtSi+|4EsuRLHphcdCB% z|NSIC-(0PKyh_$L=daHp8}hZy&AMFPZibI$=U3ma&W4W;=F69wDgWv2;?==_|Jk3p zs=j%2P~V=PCiU&|wEfk8t!}UN--9n?@lAr?XbJNmekFN~1ys(jp6GEe&R17e>ybwX zzrVYBbpvVnt*>5OUC@eOK%Isk?`|&6R_zhKxq{a();AsBeYe?cZd*%!bkMBV-=DAA zUp%6FaiGx`O5uimf3f4Q{wF=A0^#7WdTVWA(4Vk66i}rHzb(wSx&5{T^PH^gw9-?(hNK>Wgs$ovNUmuc5oIfXp+WD2j)fUjP1edU6<|Wf)7=?@R{0M9IeYk zT2NFDG|mQ#p9}LnhEL-nb8GrKk=8Ozv-oT)7fx0AFCkEN^ujl8hKwpMF|^$+V0k)rO>CTP?B9U}F7jt>5V~}7WqB)voNH-Nqm$+laEu^A_loJIOHJ9i!7f)I%m~`)Q(zDA6As3vtiO@5% z=6=X&6Of+Pu5Dqi)~=^b=dShR=I<5mx(E+WR58?RD1AAyl^JB`u4~zJ?OMOtx$7Dt z?TNbDvQfOP6h4y)D$&xj>r8d+TEEx5>&%=0Tv~MW22iJFHy-M>YH-)+PENabor}(0 ztEPL`xfr^;TvOz^?}vuZ6e?gs?OhjD=dKIYz3akaeu=v_2ZCoWv}EFQ{4VARWh-sxbAJvk@XT*LI_tl-1YA09cbSh4{Y zUJ=+~F+{*h64OB;)PKl}=UQT4N>kacUCJO)2e#gH47r@kN51MMIT`^Q<-0gbIWsaB#t3 z)m12m;*!uL3aSP?mmV%S!5`HY2$G?tg|6-JWds{|ky^DYR0K>jVwZ)zF!4KJ7$%95 z47o8+9F0l1!AcD-JsET>oBJ~7+-Ed)@~*S`Rt_oxq2f!>+HJ+9ZIv5s;zv`5CPKf8 zjw>3?b2B^I#IJ4YM=RawQ9m8{EQJlC;Uku!g?jECxQUHuEy7e(z;D@=a4|P_Jq^f8 zGw$#2CxNK_L6j#W-=O?aEMrKfFd2tGEp1Hx7J|v1PCdbtt*6x?M()L7TZ$K{vAgpl zW(MhK~MP{ObA+t3iIVy1d@puCJ2+ zS-->b@Q)6j+a3{{mNHRvhB51 zcy*7h-d%U>Gf%4>`=qteCM7Ro(;T;TQDFj zU5q=eWg$8i!i_MKCZmR;#!{sJkfXp>z^{tu%$-QLT)UUCu)P&f7SxX)*v{`FbtfNi4$_4C(-Ar`HVacO`0^Jf21*w&{`xpx$0)|^&kJhtqmAW7Fip{X;2pP zztIb&R9H5U2C%E>Zg=miNUgsX^*b<*X=qzrk}CfbRjKJ?GO{{2^WE2*C> zEDL7{N3a)T=Bh-+_ad;1poz_Jn=$wq$u;A=aZAZ<;cl~%n$_lU+sO`@2N~VR(ROk= zm>1v0=G1W!9E+w5!A6V?2h&{Rc8JkN?yg(ADE*lf_Do)U7f>(S0xH@W!>ugFt&&b; z{Kr52!EC|{&*RX=id4{UV-^n%r1C}3L%s{gkj}+8R{2w*a_YF6h|Wrvuaz+_kcntV z&=T^0&_(14t*Pa4B8_r5Gu_xGnHt+#siv=U1%DZ0^AV6(KJ_%`IVJeU3jo6JAXl4) z&A5toD?fCCrNhLmEjC6dZf0v7k@03W91)5o0{ll*6!9>zr|+|`JO;Q!A<#fUFXI41 zLB=?&W{{lc;AEZbZXb;ZC3^IGgth``CrC3uPwSpVnj`g;wCSRxW1dImPo4pqW*Y06 z5TxQz9;(CQusj@4|3EjK%VTGK3|WuCo@a_Zo*9_9dG^pGbUC=~acH*3X+aYz>d_vd zi8DG$!AE+SIG^ZY!W@x@iE$$8@9}64d(XCOb<826XYRzXyDK<8tc2QY+R+T#sOST0 zVMQ0sA8bZ8{Bb%#SwQ;l556E?pZxoA^8aa3?KANiXb-gi3GiWaU2sq6M2)VrT?~>G z59mqAk>e|8S4?Hza1AY6toLe=-00=R*5`HuP+XPHW>vEyycri5NNSj zWvdrx-U3XaIA3Gi^}J+K?8L5Unv5CO187)N`E(Sx2HMcjXZl(8nF9oLQ2rl`5MWm# zo-*E9-Nba<46*YvRo&#e8$mFpe*68gXWw;yDu4Ec-!8CHgZr@Kx^oGv7a_hgsQ5W5 zx2nML$}w^}_82L;ZguL`GpP7_xm#t*syNhX08gq_(p<94gd%xRc+`;`kl9fA%^bX)b zrR^m!q@`v^jI5}m?~(N!Ci&5i=YL<`=tUMso7K&$j-J91T&J1pBAWq@sf5X}4~%KeK5TkQH>$`a@AW7+nvsa|_87l>@(UXgEw})|}CrI6kT>2(O(5 z<%lpxvsWB_%t5lHa8|QMgNak7FpI5MKTlen}BBcqSN@FQH;a1LE}HTdI25JmlsfG+=U@h zcWhL$&NcUW3ni6Oq+SH&Qc%@VSH_0*;l$XJx z^tSJ81>c(3K(Zy%%W;pkx)sefotm&0Ughw_S)@;(Cj)He*~{}=Q|;cp2Y&14^@;80 zdm=&(LV-C>na%_x!}#j^C(`9s>9G?}czoponE&Z<>)I02hY^Ryzj)#dshJRhwcx}6 zm2jEvWfwPAg{2id&&mKhxs$I>eR&i5>|!bg6zl1OjWYCza{4D-ZWA8cQ$ut0>Cv(> zQz1W?lKB;D9M6RwV)ZYzZ9FAx^8@TidUboQRd8sd5L>V@VM9aPbj7i(fXrvL=yv8p zuq{U(niMz%VLukX&!6>i~t#UEiUWc1@W z4M8Bm?KVb0w>YibC;oDYpbTE?)M$%IN=SE6J`EfaX7$(12U49Pv;h)2cf4f;t%_B&l9Qmvhp(n~F zc`AnlCW(@OVyheCK~VpjKpd4J#a@KsX)Pl99R!4dw7Ts!pmZGH1{>jAd5TZFk(~*eKua=51NY?T zzG`agZ89Bxs4+&cc+;DG+ckw44Fh(xYjj*bSx|MQ*28!^gJ|j?Xd_dj zKnXHdDE(*32{wrJR3t}VTDlL7oxWz4Bs@RHCL;YxW4Vd`H4g{Q*ueQPIh%Y&$!y+? z6^OrROVbala2&c5S0%%7N;ZxhCd=t(ENr*x9w&!!L^w{x#?b;y{pvG@#Dnf}0B5sl zIL^S2lTC-on;Apex_cPF(QFb9Q?p?v!{nRu|VK_MM$H8nA4l`!Mi~x5S3Qqb_Fss91CTy4*P{(7Sqy!Cz0@IFhXEW;Q z_LilQrf36$Ce|>|U!?f!fBt8c{9p5F`d3XT&TnroR!0zGy1aTc|H>dh9wL%{Z#ey{ zU!hi#ldu1`M*^9$6~Z~l4pK%&!vR~Nq)rN7*$Y02=1qrEvWb;Oo3H=uAuP$bzQ~Rf zdMEoU_+K@jzqz}<4VM5h@`~z$l0n;54IO!oSu>e%lpH6E8`E&n&yoClq7sz9zMf9g z&o+KaDzfuARl6|8e0NFdxkOn?!;lhxUp2R6iYLmF+N4*X92qrLYkTV<|>|<b*I0`q0nIXuAwqThsk$;{O)>X%N=cQ zm#5!b)Bko9dwPtRrT@pc1hT9|m%yY}2RCqmK5twg9Ag-xwNT0@RCdN1D1ZCg-yRxM z=>-^^{08ev1@gbLhSjIX@LPM%XIn6lp#rO9XpUoKj$^{pGtO?7KPH>go7L(n^v38( zgC6(cc@^Yo2(v=dC@VCLvO?1+E0kw>=7(XHr(#wU$`X}PmMAN=KaWcB+hi+mb%Co; zik7BTwL4diXHWJ0zd5^pc71-m+Pu3ueRk)ojVk|?ik`Z#)^r0DoV4KKZKm|?WGtHY zDr~j2=~xO^$sgyE!Cd;n-mcz4OW*U$R7F`RY90Jpl%O;eu2Z@yneZq#i6O!Cl8Zb=<+E=m_Y8%QTd@% zIF#Nn{BQDU*|RFGOBBL&qH@EgoNoCQVg^zBgy|_2J#}FKJAj>M21)~V*b`IoV;Tmo)?rs50kM*m*H3KdsYb^yI_JH_8!x4N#H&CcgLV)tJ_3ohnoApJiiTazwfrR2ZC)F3R~9(q1e8#Z=UU(W3$F!=k4gn~xRnMAdl?4))P~idS<1tI-VQhn1$!$=T}S zc6l^kB&Qe4%j-k%51g(NEz3ge)FJ(%#lef~H%r?y@DK$e{KNSb{q}18ntt89S%RU> zdj?%ilvV5SPgh-qb7?0WBLYeA>$%a{84 z>bnwMT1Tzw7If*I3wMBZcz})XyB?lc*>PjHAYyZvqy{d17kMl4y*j_Rh10xVYmqdd z9u^5lBU(3N8Z#%G{2A&a(7L#G-F70F(-!Vg<;8PjM5tV2tPI%|2(s({=$%ed(d*+XBu<(2M{dqjYs7hNs8m$m3(JN+ztKXIUI zA};XGiRLY2YoeDI>(lQ84t;U6NwVow%Re`_Nos{MSAjsb7GXxvXLEP40iFWnq8oqq zz>NK{jN{MN!zU5QCQ;41IM`V~p`LI;J@3bx9zuPwUVndgo!nwMQAjQ@vL)ksm9X7) z2Of{Mijv|BY#E%~Ci$WHZIcvj7`PY?s$E2C&vwc8^jul7R|S}E`JvD%nPbT*RoSbE zq;ZifLRLEmbQm_6a^o?DG1$`8*t4blupn3)FgV@MOt zHei;w4Oy`!%9iTFmALl4(RIc#7s`cRW}LX&Qbs8?C5eO(fsv#fOd4?@{r;H*AUTp> zu|*e-u=7eN9ZDL%A~uk-!~!ae04_pk`q_I)U!=2{0B>{0M!q?v3v^e3lt%ZaGSlh* zf3v)J^|w2Y0ZK#?xqYWOPJ%V2ErLVJL*_K96Gk6w3(QJ{@TaRFMYyJm5bNkE)mjCJ zNSm{_5H)g`oZX&b{76($Bg=EuA=*+iGhg2V<%TRUlCTV&@M5&;c4WEqLNOaOuy)L1 zYeQs>m_^o#S!B(aMb?g4WDS``){=?*S?)EK5XBGX{b4elz~`51%-fLD zV{fc`bnqPvP959NH+q1J)e=%$piIVUbG^RWtcH&c4y2UN;3s)zf3*1g!};k-f2BW2 z`0-zvya9+vUB5~I>5gvJKPKTz9ZB6>&WtdJZF+!0SY?rn`90gSimM0DI zNAXpGx-Va7tZ*AhUacUS?-ew&pSW~u!E)fM<2q#l1G$&>eLRsoo=(A+1t|`|o5OGb zOuVd9mU!uAH{oQDe;cSFCP0bC3sWX2zK5c#vr;rR`c~s4$_2|Gv24pbQ=AEI1>fg0j&utve^HM+Y@G*2zPq&=|x)n}%B zndNf>Q%QsN?xTmHJC2D$a+Pi+ubxUpXc4@yF}(@ck=rwK(l!DFeE9N9s0fb% z#;{Vb`MCTuj$$U}#qT!ryM>wz@oqckan3Ea@0|Q7s&n7qP~khz-35qtUToWWu7*9k zs={5dGc2q7?W%p6Y42%1O+UnWmQ~-b`p;_6ftmL^tE~U5vJY`q5Q=P@skmFezPkl4 zkSh%!Ij!^cxlD3`GU4*CG?BNoVB@G-c1SdUY8UWL)k0<;+k6)h7A zCA4c?h16G0TjaE<3_0Z%pYFouN-fr4=>R@Zf4~VKu~R zj7ZQ7kfUIA4ZYZvRF1)wRAm~DcUOA!vvY8zEiY_8jE?6U^Lzt>Mp9?Vk2mMHx2r24 ztSDvFDWqTuN{hZ({hzz@o7LGD@Wtib<`y_DKA38;FAzmOJ$-kowUs0gNq_@CtNGv3 zV|ZQvk{ugAwd0O`+_0PPC3e0Zwo6X%PG*;wW#PA(7ZCB=#(j(TuyA-#L9G1Q8o&Y_ z#Rx)2UgN^CT=Aor&|P%z`B&hc<^{10G9kVvCsuW?r7effGZ`t20O|FhI2XsUX#dU$r32 zRfA_3{5{4!Z~+7E<&ATD`W`;s4IKD4$GKB|gh|$LeiP}H9q7r!%K3<63EvJKhIj|y zfC5HLnA@VTF3H>*ZZ)j^?-l!fzv(|jD1HWnm! zwhYGtWsc7U>Kk9nB3dg1yt%#jqZ+WIN*U;xz1>v)AAH#3Ol@o{ni3W%Rm)C_ts8 zry6?dTa3IhI5!FCiw$2hkNw#^Hn6dFMgSTd`|vvR*#9<<35@-<0Xhqc$$)4kdP zzOq=GlT~&>@fSc_@Uib2U!s}?4-|)C@B&NT^(CuW@Bu4#=YtX0`|>ahUJzW}H>6Y8 zxF*E=!6>{3gC_bsj_yereLsmlPwnTg>}TRb76{2PcpvG@G2D;$h%ZE#26ZG^HzKI2C-@nb|F z+fid*nfOt^s6}y1%W+;zSE;Uz-*`Ti=f-9UzMc3BUu7VSDXa{Ug-l0hFF3tCqihz3 zW8T6WG!n>cX_qNxo1whCu+>298>YB9E}PCTB0i85J~w%BZn~g~-y|)kjpN%D-Ev#^ zAoKZRrX!`z7eh*6^2PKsjZ7)l-Ehbp{=)OcY{^~B`veI57lclt;Aqdfh8mS1(CNP& zD9Z04D#D!2%9@UO^0?i@pX^D|jWd)+Yo2Zr1(V2OG8-qO=J4w3Knn83x~VLms>^z9CEJIWvMn0YZC9Ans+kk|O8gmde9)%;5 zdLQI#Q+#$jBb+@yZUZSl%&T@v?#Q;9hi(RDq=5eJLvF1vk}U+)Ra}UO!GM{H3lZ*l z5bU}8AR1G|#?mP^8N}y9t$!B<%F5aoIdqUCb>^*E@rr+a=RCqjwep`5EPxx{9z#Hm0XS!T06zeQk znliq|hG?RD7NzG-A?)#J7K1+6ryl1W?4e4o$cD++e`qwu9~6|Z9x(SFyP#1(GVi7(QEK}>oge212W zjg#%NQdri=FUy=TrhByE(Qd+#ji3x4bXq}J9H@Qf$lM&WkU4rbfnXyE!;mFwhQSqJ zk3Re5z&oj?m1TxCmHcD%^&Be)2-X%8J*RcIakHCT5Vys+62L(1kkq?vc z#2l0p_X614^B2?LAWiAzd3po~dE_ekENo*Mv4v&%Ld10F7Jl}UGWeAU`#)2JCESM6 zJ_gI?3T4=?Y+k78? zjAW11c!lyRy{yMa}}eSfzZ$>hspCl=*oE^?KnQj||x zQlZ0f!98mhvC;va1Fh`elXQ?ghF}n_Gs!36)rT^l3w4~FE^lt$=|>xlEMW0~XP@}1 zzW}-_^->|H5{mDpi9VF&&FYL@_}$ZHRN%8&sx;7Nkkbdx_P_4Kfw zer9P)#f4@g6zDPhXP`ahgc)2*_JGsJ`4e+)AGU@WZy=5^Ol{M=oWZ#0y^3T}q2Xz} zP_$DFhKZgo`D%8k*}s%j_hR}8yGpU(e%}F z*hbpbbI;6tsZ86Z!OI_oBlN`U7FEci-M2*gNN+0xLB~Z?A+<*D_5!G(HEZd|$J{KD z!_@QC4~?}q$W}l@!{?NJwnj5Q7!N*FsOKhM)w5|+KY#we@m@f%P0#hZS=}zruWU~8 zCc0uaA6o^DaT#RrPCHo^g-3faWEU&%zekGQBYoh*7@XE4?+V&xer1229FT3p+qpoKDdq-c-uC9Zav(%@|o^Ct4*d}v$0F}Xl6txn}p(2D`3=%7uLtQ z7%=l&$`oRWiGYafj+lTO^4THto4%Z^S>0a8jTy ze@x~JQ=n>{)Nb2QbWx0~uuK{rH~l%Obe=h6aw?w{mopHTo1^AziHg8A$GR%XZGB-i_@K<`5Wp}CCFE|ghG<)wVV^}c}@55&5IyZ)Z*1pi>FWf)0n__ZBffdP&#T$QP$Iq012|}-I%w;Cd89%bJ(2Xjfo+OS ztID0;rz}~qF(8rNS9o4i#Cl&rdSAX6pb1jm#_4@kOm=HDE>VM^S{cnnO3=v{zP zw&yMCgU)7&`XA{wIj%XpX0edyF9owB8m>z6oi$P!IdE<&bEhGWdO~mO;oJKn`|r1~ zRJNZxmmEi+;{^2S82{HF{yRB4klEwvNqcWC>Tfu#C;rM2|7g8c|9Y#aLs>Qj*Q<@i z)ZA#4tS+x_-x2RXQ8)H^GBZ-K6)UP8Sm9i<_r4B+y`G3xaPSeK%Q5rN&IsBzAZd%svDnw;D4m6n^hQIWZ9IhqKg21`bCl)2Yn)GT z;`I;dU5>H`k3!wV25@k{kFw)Kgt?tz93OTs_VzhC=`g_mE3MmcJn?SFB9J$Y`%7{E zmHwPF|J8WH+ZaaP#-hvHsIc_&4sYYVy+j#bCbD~6=D;tL8x{IIFJ4*)*Jf=!Z{vvr zTZQe#jd#h>mJtS0@OHqljaL!5PU5fW{qLUWt=SJo^&%Ir=K*I*#i+IuvR1-@_ zxruB{FiqMqjW*QsUI9<-w_sV%q4alu>^+AnfYc6e;k{wgg|7ap6&)T{XWa1b8T&#W zgieN#H~h}RaPTBN39^i3%v)$Ktn(I{4j#ni1#x*2SVDN?aV)w8aB8??aF*bWC6Hw{ zOr+M7#uKYcW^D!y;33s12h|C0%Or3a<}sVjy#Cn9rh8n5SEtDs_zpP^kxl2Jn~)mJ z!+Mlk&-f|VXVq4nQ3b{XC3CHcNb4&cd!2FTL<2WbD*}gz{2)*qQ^z#zG6qa>6h4xL zH!G@{g)ej%g5qh_lhUlDa`6bLaX7`XaFIZk6rs-P9bUxAZ3eQ>?-r5bXt2QXG{W0p41N;n*sUX$$ri3B2Nnr)d>Ob>vPn^ctpndJQvo z@?PuDLm(ER*D%}aHB_jt+nVIPh5k+z zB8iZOsCU^P^iXT zR5gWC?b7=XwLoC~hXJ5te+cD?#{NTs-6+c4R9UY2!8vl^1pi^~&0&)H4~>oQtv9DG zQtm&@BmW^WJBPH2e><>J6)9mwz0H4EGPe-=4~tP4)(rkb<%dqGcyh{yCUu!UJO3dK z7KWX~J|@eBk@s6lK{cCchs+O{*+}bc9J>D=N_G!3Oh4}Q1G>yml@(2-DtOyoryo#d zrMJ}uOuWu-ygcxC^((_%E}5!E`+a|k8tPfGk~SA6V5+QfLR8xJ{pqh6`zb=$HrAh4veBKLGdhRH z`Ux}sto80?4E3yCgnWNS5Fy_m@|^|A7ju?bUG0I1701LWkSgc<8&Amh*J26xvATsy zw-t~S({PJ`9dy!eW`Qnyl(Ep?mpLFSaA->F*>l<$xAZw@fz`$W^~}n(xsz)rNB!y< zi(XFnL zU5~44OwP(l@-<&(-U>*JNN{y62n4i|mX*~9q*+PjD^&&RS{bWr152K)EK6A|Gk*sQ zS4xemYngSplOiFxx|Vfa!QJtl)&0~pHGRPp1UCTquNRCv=IQu3}UCU!SdvA5EFJUN>am#HsU>;hLMz;6D*xtRmW{{_y zGxRWpEmxqEptsLE`()_s%K~SgAqL*rhj*_#+MtRQw!&7%>sHtX7GZp_ue%?@MGM5< zzuu@0?*}YGg{|+>x1E0~uQbj;Lq4sr{o%h4xz5(<-bW*X*vkn_1iCaF$!it)NNm&W zV~<)}m)hIE2VDf@{q4@(ZaX@>8EedLa?MqsHfDj_t~1mqKQKN!nR=l%#Rz~98CtoI zeWV<&KpyId`9zcQ6uol?T1E8Uxqu+FLQL;*;p-^eR26B}PXp@vQy&k|fS%)xoO+Ew zajN2M=jw@VT(QkrC#||pY8}}ESRg~T73a1`ngc|Ju6akKb~8Oklbhotu(#~Wroy)B96eC#SeQrIkG}Gf2E=g48 zYb_a*aFhSZlzc(wY3?m-Sn9lI_ui{q`Q2v~+kMg1Sr=cwzZ}bGixVqbK5!$0TiR=W&P4_xD|1#L2WNMQIsq9Ai zTE#a|?iZ=yViZ6{>kGjsh)f8-sammv9(1GmxamRj`!ETPDm^Ekk%yJ9HG4vJfWnjK z8QNTS>rJ~>facO%9NPWZWofX&80^+>ji4C#-4AH@w&YQt1eHfSuEyd4B+% zd#lru$v;kjZ5K??bB-G-Dkj3jeO2ZSyFX>;{iz032MRwZzHz{o9FbDz^D3#(3i)8Y zlGsZ*yXzQa)~VYA4p+y(+hfZC=Nqz$B)|2mP$aDL#C!_sZ7-5Lnx7)yIn~>OwkV>P07nx}ped zr4P@U0^@BFawZ$~)6JQTb&e&cXIojky=-2%%UZ)7tvh`$ZRj> ziIx!S!J*pP%0O@?oOg1ankvBFd-rL0U|nIP18bTND$ESJ1lMhs#fNS9yJ5Rmu|hfC zOW~@YIPRZeAUYn%I}6LtCj_-Xch8Hv7dhP&^l8Qa2gkm0(7=&$rM|; z&LG}v?xB?vv}~c-?$ga!r}Qp9Dy)&vmTTAop)U0^mS)3@(x}K(85WtcaeDS<?U*p~-V{-WmKx<-yf+l_Zd?Cx-ix27 z)6i$&{Zb{h$TRQTz$l)uS!@kEC_=y1$jdo#0Mx+geWRjj)7m~+c)y}EpGu~903{&9x^@fKKFu>SYv;_ zv&|O$!5EoMWg~At&diE!RTvBKN2-tKYis#90P^*hF7~2~VlPTtc7tLs20Zqn^syId z?5}T!a(S;D&z`3fom72z>Fp5>H$ew@$$cl0pwjr7Jn^Ir8kIXUyWzDVMcDXYARaE~ z8~pkOlaQc7s=A2oEJ@Tpb-Ij5BRya%73YH}#77yth_jzrG$~@;jB>SIjaQ2LsXQVT zq@-KdL*@`Cw}F>`w&C>)O3$zbl4)5!_k$N5OQ~pE%bWT~Dy_Ikoxe$N%)*ja@u|g; zAyFJ*GY~3TqN|C>M*LmVM-!_ZG*N`tj!Il~ z6rto-gN5rY+Abp=2Nl%bTG&X;KilJ?q8Cw#32Ic4`+`fptb`+!fe}ASf$X1sCMTf|7mV^ZGz?pu76>uX$T`U=+UDNAE7h_h<}CPXK@I3J27nU^CJIzs6v!yv zriiKf7Hs&M94_0msqH0T)CA)mOD$B?wG}Dam0Y|Y5)gmMdlayWEIk#BsLMiL1T@MW z)JVC;40*|?S2jkKg{&ZI)UjP@!t0zpw`x0;o(#v7ZcFi%9(z&IF%Bc;&rMk?7MIbv zh>60c2QJAhcXa)0cV2~XRWs>p3=Z|8*fjT*$8q}u$>?UVm(s)Mg=so87ruOsiBgoT zK_S&?BITtD<>S=BI^aXr_+J2*wSmGU%_~#iNtv&(_wQV|P}H1JeJnbf=X~{sMS_;0 zKa&bFAU#&N%8`b%zIB;N(njPMfKYELV&ikJn3R-lKxL{!aW3^)!`(HfB9bz-rh*O) za|-_G2qC5=!>AaM2c0-Hwbb0)7mh!slosKSWM8-NEv)9$%G&b9NHG`JV@Jxc!|~ui z7IW|N!z!&@{0AdH&nfG~R@^kz;%t(?#ST0<5n~6n5wn;jJ!TcQW_Vz0A;ghZm$TAB z=@7@pWV*@$Rfrq~&sV_2Z=ZP>RH*8cySR0OL`+4McRP&Q8SfI8F@i`ih4UD&_*2VB z43JUB@Y)P2vmjPRGJZ(jOAVN?Lfr;p3{+rAQYE%yCsy_*#l>yB>r(s>AR;mUT zox18zdF3?SK^+hcFAb){WO??3hTjSj{jn1(b|TuNHwx3QhFPf5}Z53U|VW5)5Apb=(DvH<%mDsx!H!M`Am$AkN|VD2h>O_Rxe378Emb~ zTtpSIN(TGVi^$t^vkR&VZV4%EF4O{ZSqRVjT9S|cy7F2|5yG|*KHr)~k5zM0FWmRf zea+I!p%In(pvyT3YB3{Y_jVC~Yj@g%OiQNisMi#swEGn zm{C(qPq~VyzJQ}+*_6{UBq0kCaN5)*E4Xo^c^n;cgK=DM6thVw7rnq!`@^adCYFI$ zx^3qe?nk-OenYMBm_deGPHS3`a?u4#GvBBn3segjZ|G=MR`sA1*|_L|7Qv!W2!jS> zjK~A1MFC)$M>gZN_k>Qkiou@HiJl@9RY>S^evGCR^P*}A+dbqgqZB1eaA>=su{_ss z-%@Hqf8F$CV!@lf)C7$lmzp3>;l6+F4ZG}$4H!8yE+Haksok|FXK9O|@73@C=+H1S zW#pL>9gcA)4F)d6*s0SZLYWKDU=kHK(wAYk3{KK3*DZrW;fv7598|ZV;^OY4Q! zSrm*2m6o%TfKx_9C=jNQ8n|$+(uTQFl3P}UXPm{tR2Hb!RX~J{@vn06lx1&=iz;k! z!EpYb%>>|d`-qTo7a+^4p2!Z-PlU4Ece%(y2}+MQbT&Tvu7y%m-G(0MCPJ;p@BoTJgS7FY#NavLP&urL9^8bBXz~;+ZBqeOqF`>v9s5Ot9Mhf?S{QB@@(Wr z@31E6ulu|w@TPAQk};VokASWC_s=`sI8luo<%v+ys&P|2(tmijHNcps*I%TCX;cN0mTatSjJ`&?jg5|N5G;8h4!D(~H) zXC9b08YEl0fW*O*KwK?c!z)37$-KslQ=R&X8+FI5!9E_~9SS2ueXD5c@)urEaDVFL zq;TCXNYi_@dc#E8g|Bio0KccL$d$QjCvVTO{+bE(7Zd&Dr0;5$YFwE0P$__ z=j{W}1z2uvWvN+5zqoEcch)}d)OCA{B+0zo-kYR5)>XOVb&7=wf%{{b!2#C=Y#bWW{6LNapq>aCuE7wWIMU=3tS)QXGbjN4M9W?Xm8* zy+{D=KD_i|MP4;M`Xwi3k+6{uTvAJ#j>Ad8AOhc2>^p}#^oJnosVn-&qf+EDCclzb zDw&NU<#3jd_iT7y%tb1 z*HVATJe;TQ0fd? zAu{Af7O|7j#(O4{ZTbbZVGdGTYmMkvD^4ek>6dKNFJCa+$|QvL#b8UEj`G~23*puhQ2SP+@+1nIKA`BHb&-Qao^u3eWG8eC=ng>SlR$Yk}Xw|sWK zm4xltbeA|e9q?dxGse6asUA&ri><#HRW7bAZ9=R9-N{{_xXe@9gx9B^oOOrwXRVWW z4940PofaU?UF6hFM%1Z1^x=wmd?-2NiR}XHE*`2UcAC(_qaY`oIVWFK;En4tUbYUx z6O}cdc$JY|q7ZLfv*t9Wbfr7{Qu%NOcT}zP6CyT}Q@Si5KB?Wp-tpWpbzeNUYT-#? zq%+|dNzs>)-Pw;aFTqutn!6!9tt%zNG)gerF)cBH49NWg^`-25ajLe-5ljb{M z_kS?e8ZlsqwGIFOY*X=BXwLB-f}q}{l_Ar}9oU$TPGN)Mq3cjApD@;^f_QP6nkL9l zhtoAeK7{y&uNPnc@egJsrnY5=F8;BnP4*wDJ9@V+fa{)1XZN(gs-y;1hJ`5){?G)0 zIaLcPKB{q_!jzPOY9nzx4XMO^Pvb5>U|rZ9N7~9!ysb8~wKMmARN;kg zaDQzeK_xqKM{NeV7`ArPS7`0t1qQ=viZa@)YcUdat7{)uTuqUL@RHRL$inJ16cRgS zDvk2wsn;~Y%ZsHROwh(BvvmaK-&tFFU|V&9WE#jw1It@k>pN#>4BcTtceyP_LfSIG_oO?(}7bj(oKKJkCtYYg?8S zmAg%na6{L9(5bgD9)*1er~F3Kqll#16&e;j_z=Fd7<1$itT7WC4;54S3TWzfAuX1(=BNvgl zMH}~qLf)(}qmFj1^Z{l@OvyRV!)*(0HFt&aqc*iXJgC+1E@b2NsPg`Rj2-v=eV)|7 zd{@;7{mO_*=iN*iC6}oF;eMHyM0Elv1SRYW8x0VY6(lAd+?Vd6 zbydU%P0`QZ+Da91ZQ%hnZFZD*WL*1Rd8gzMq}@9%7A`rba6hUK#A{p?J!j@t(D2(H zl>(RbiT-J<%F#avgP0@A_kd<3{rW_E2@6|X+%__ z=wOhek+)8!VYrnZblC0AZJPw!43hNwDz>MMs-|DR=j8>u8RTf7yn8fckfVyapUH?p z%9ufZFeBuw9UMTCj7{fZN#7g|K$v= z-3sgQaFWRXWT6a;5)X;?$SSHOq`BcA_Y-A}#>Mz`C`7jz)bBW-*) zWzV_Kjx!HJ?rD5uEim$c8QwgqU_pdAb6O1U#Y!XA+2mD=yWU@2qEH+e#LE}kd1=MC zkG*(JPP{bZnCTQ=v4xjr-MqA^MW@2MA2*R~Q*B zmo|fDe+~HFytD|9v`Y=ntebGo2^3XZ&wI|SmzU=Kywr=Xo|ndDd3UMAm518|c&RC? z0j%`!s@1}`o0H}dC#B$@I_9Kf;nJ(SERj4ND`HIJ+;dVHx`W5Ua?(~~*gZMvz?g_5 zPC8DvaMHY8nN4noFd{sr12jD2h&2j4aDR-BH82W0cA|wZIxYxNrJ9dFRVwsRfQzSLNUBTvNy$z zD^7^gu7asK)bDXpndH{%2dU+~M?f|Aja3X#*sfHM7hhBo7yHIA)wL_P!7Cpnc02(WbH~_wma(Q{^NDZ)Q16=FPMtQZ>p9GbEJA$~$;_%H#DXNu(?q z3aSnrWTwzUv!l>LvVbEWDWEr0H0Q1x4#%LkD}t3+6?$W^YYlTqwdK_PUqmelOk z1^2ODfJG;sZL6Yyiblv|CxdF(qKeEdyuID#jwpvoUFmc7B@yP|k=3E4%m=;cU7Snk zP#_G9d(-FBY^!BHFr7|)4Fd?$E4_QL2($OnIC-cYWiNa-AI~1mqHMm3Y6P&9smvXr z+*%!>uuaWFb=IZ#$soNi57PTwzPnBDlPtZDPwdkBWZ7}?f_A0SN!L7ku?*7t3>o1u z;WD&tZ_TCRxe5AMhiyr^I~#{fh*1#nH0LFByQR=+uH3DZp#f@|3!ii>MGuNv7lnJE zJKxWx8S~1BRSQ9#rOctHNojBQx$MaIF(y`beKR~NM6oach%usF$&N65BnJG-D2Ab%*@1wj>8 zJlNMzR?9KO#4ZyG`G`pnjIpKCPU=@%wt5M&yguPKpr;VHsw>t_x`xs~`j3CP`l~&~ zLZl#&*n~0XZF6<>`iyx%J#5$v6Z=>^i=dPAcuS2%i>zyCAz1~NTzZOD)*W0E& zVMA*ZwJ)f=7wrEjwP3GN_l!aZiEf2Lmn(sX*m-sS^5w@|BncLpg>h<#W{D+m};8^Ve526c^{cH_6#|yOThUj+vFbKUJ$;Hog!wTppXe zQg?JFaJ(g`!e_A5L}bmyk;BrXW61wBG7vnlCEw%nucPPK@l4O z;*(ZXERZKxr@1YoRkWh!Takbwyz zX`3LhrcESiC~wPPM64$hw_k26I5I-4v1XrujHAPmrCMBOi=?dX(84~!OSyR}m`B=q zn!ftNbIp-Wm2piB)8lz&<%&^a;T0Eo=wDB#&%mz-nv1K{u4mjwtzkWitw+V{8MEsp zwyvl1#`*O?M+cSJ^-Sz~@~-vdY(4q#AY9Lc@r-=ydV1Iht*6l{O)ROu7|6ww+4JPNj@b zW#%@K?k=@Zq^hsCMOW24N_mdYC1?FN!gJB%550yw@YFPW;K@KfpDOIhU|><%U2UTk zc&j3BXyt9ULEvqXmRl%E>1FYjH?&B{!fTyPxbV^%8d`4K_Eql8?MKd3#kVT0ML%=e z8CRrVcV_C=$<=~|H*jw#Ke~GxvbUzk^akDvGIDcoo`(&2zqVA(b@n91>;8-PGMJQX z1Ri0~Z!2gw&MVRhV039Qy6$t)%vt(f*cGmq^YkRe(Y#ZjaTU(nIEh5H=GB@`8q7;V zXz#q8`CM+^OajLn*m+4p;kUy3I*P6Hbhg5i;zWYOB?!PGTtc;7eJXFJ+LnqQ(~bvyM~mE&nrSv76jOp8_CS{ZWFZ^t_&ATQbPTEMhN$KSU5XV?*I31M$EU zfJ%63Vo!ic23s>-tZ6Hh42S}hQMvO%iLF_>uG(Z=czEL;gzad&jB?m_CDB#el-t(YNOnv#&vq+fdd2J<11}->$z-8~$O9p}6 zrX?A;UeeYKE;`zz?;r9b*$B>yAX`1YBa9B?B@0yoMo%q9*B$K#-Tf9;BQUx?*|7&}p+RUtt0(MVJvTi64Ybp^(QT-te?US(a8F(Xb0?wz;C zmP7M`kswd)yyGs>=!1wtY6SCScAiO>C`9`UMTPeijg%(62f4EI_V%^RVrJFR+?Qci z5F=5jsn~{Dz069*qJrx0S>U?u6}f2Ibvas<*(jJG?-CVq=?d<}1W%7XbOm&k6BXnh zj7qf`RSxAP^4vmy)^X}BwXm;?2g3uS7P`%3Tk&8U^g~f0&w7mr0}p*Fd7Q`459&3N z(=F>174o9p+lLmBJ0n8sf)?Vly3Ywf>y*5(C%{C7RtdCLMfEs)mnc9PHW$}(R9h%O zN$$0d?A;=t2p7&PB0yA4Pe^t9YPLlM5-h9M?HO$;;aj!uQM}+0>yjKTctl17F2l!1 z$7=%Ym*2n54>OCT_)zl?vUdwEbSp0^^o3M9sY6iRi~&2OhvisRYy=n1TJ@CFau^+E z%@_F;FuJrDU3Zv~-Te-Y2+U~QUpJ+nlN4Ym&5aRZ;v|E%c|VUOgL0P{f4h=hfO4M? z?7aPMjy#qO)Gj4^yScsq2UA6w|Zm)jxjb2}8x*1E#mpdU&GdZ69zg<>Ll+zUK7(zzEzr({q}+NK#=#Kaj9 zRN!7v4?KY>(3Ocj0VWyjuIrJu-3wW#d!e*~=63f&+94T~g|F)&f;dJP^gY}QqR+ih zW>vo&S?qK#V3o;k_d=PG5rK>B@zFiZz3`B_9>%@k?DIL7v01uu;JN5>FQkEcffqe` zn0q0php2YA7g!2_gL4HKJ+&C!?_S8g5n-Mm&xLg>PFl8v_jEgyU??qw?GfG;2+<;G zeYMl2H`Ir+cR5nqwC`RTS2!t!7Ta$q&HNo1_jR4(G|tu-o~L01wxxJBh^6mvo%t%d z^kb(N*;Aor*C|cp>qB>E>UP$LF0fo=A?+b``DpeQ1F}#>^|YZ9TfG|F4k-%`sS>>^ zswZSsCVG4cgZPjtoFHuH<_^h(Y*l@*Y&W%lnTOs?p0YzKXd+uZuFpOgxAdcdp~Oa! z+C%CJt!bGJdXgKsG#(nft7416d;1}&@Q{k$o22|9RaKA6p^6X5#0&A3UzI6_r6zq@$P4q|CaJjeAdb>49Q9)~vBD06o|y*J7G zg{p~Y8~yW2EsovF`Q%UiX$%z&~} zDH!B^6>(tvp|>_FuN3T~mKANKV36-|Ee1_TC*(--A5f3^v=6xYnHu*sXMy={9sT-l z>etb$@5&Z%3s>1aUW9MnAi{>eFg|nJW|7;Ll@KY}=P1*FXrTYxN#mV9-bLe6n+>sd z-FY~nxL;#279M5S)|yu-`dE1%a*^-%d-1dLk`wA;&C6D5-|B~vl&HqnZ4 zin>>#vMus?hZ0qL8t0i7$>$8CJ&5tgIf&-L2N9YTM$JA4 zF?qj(=9Yn9R-*FI4 zw)G%-hw3c3`C!V+JFTvjOE@p7`SY!?9E^g*Kjkf+9Ft_J~SiM@l3QUlV3OI zjU{Ov{SE{lKGjg9bxUQhV!$e@jS(+lTzTJFsIWI!sm(^dc^7pWsq1;9uII6O&SQn0 zBTexu+q!3Rmn;@tSt#`%3Aj+1vLzKqo3|w$5&n^ajx{KEiM8W&pFW6`nW(zpPem!S zwtB8dAG#uOKF=VJl=C7|&iQ8A=2i=TdVm>4d9OUVr3GobS6(qzV5=TmI@i_KI4X?w zz#y7&4)ah?zI!>@?5}7n;GROrSgdIxUnX?2M7Qy^~q9dlT3A;?wN0v z%A_PtrN|sIvn2JI^S5KeFXnFM?hy!p-~|Y`?vg|ji143Z%cS^Xd$$@F1QdTkS7%4yU+#6JZ4dK@|Z<6n8$1!8{3x+e&GLw$KN zv`CgyxP|%5FA(!V^>Lv#GA{RCEEcHTyKb+tL4jmd^(5@*oS|G}%bpfu0+-XVGNcePB%b;m*vcLwqO9qwYZjLV{Zhop4Xr=FQM49H zbu-bg6s)mTI}79QpMMFJn`gA#yec+m$_=Nal4GJL#ssVTU2*L+nY*~Q(=6`8hz|%9oG+Gh(B#}7%Q1oq%1QZA=# zE$i$_q+Cub&(Q({HYFBnhjrF2>)g1v8Rr~aQ zGw|P-MFN?D{(|FQ;IiDdb{Y(&XOVf z7Dcs@Qw@pZCWwx56R6it#tOYWD*SQ~=NpwSVpwO|6~rbpXtTa(vzy)p*hlFin4z3Q%#T(X9HMnD+w zY;f1Boz=m831%}_v(?3HgVkv^Y0**XmO47>z$_Bz+w>PT{sm$(xXDm}b(Tp|5y=!- z=UT>OP6g{e6*f7|o{EIXU3HLkCJ++XeM+FItPW8kX z{i*B`&i&4mWm2=2b!L`zF1iYPd2No|SfGR!_TqMv_2mWh#R8QntL&*HY!n>r69FBvW9WYZ;R{6`gVEGnBn!Pen@Pt|Z7h)52~CifSXJ z0SVv6S?LL4T(=^%V+BEs;g^FT-WUT6Z1uhldmigdi;9>lcH1(YvQF-R&9pJeT^N7= z1X-sPS}p5Tywb2vW@4B$&yf>j^rx~%IQNsk%T$yrDY<2xUu)LsWsZ84j}pH_T#i_0 zZ8zDxr$j&r@t;Y6b!I8Ir;>7_bgpfk9*-YV&H&hhTh5?Nm+Nhvyqk5V)`{h^&i2Ve z%NcCkAucDZGbgOG@K|T9wd|L;eN~NFXFim5LS-WD^fHTNl}Y@I4F3W#8Dv)rvd%1L zL^1`|xt1}RQ_-1sHACT-_EcmcN+0L)~Tx7S#w1%>)gm!=Ce+>Gia)fN$$e<`zOdcrO;|wr{a}{b>=2Q9v7xJ z`cv5>oEs6NveVQETW4-r=gY22Fp0}L-J)?RtptfueCG=ggi;;wlpl z?I;@O7Xt{gPFyt3Tp&(axW7p8FA$SKcC{euTUTk|RIFY-8{V_{E zWk`+0s5UnL<-O*=4EkE&v7$ze_T?amH^u-1TitDKiH&$3>*UjQtt}Dj+}I~p_WHys zZA@|(#@|0d)+vQn(v>nptdo;;9i}J7=ud;X5*K!wL|5XnIGKDseR&p&i3DkpbSR?{ zkZ-iapv_5Wd*yvaGTJ}AQ3|%I+~7FsGs5?lOBDg3O+V8!V#)C&#eO{&TNq@IrM`ev zhi%wKN@XtkKb57ucBWl+;>^8v+%hAMoj9{I$k*D5^I(~gGOruU(MVW@cxZ>6cu1KM zPVK}d60^*U9(Uk+J8@oi+KKbxaqPsockN`zPK?Wd+qpq@;{IBt73ij5k#cfq=`U*h zi;$hT3|~8WvjaPEIR0>k+TB#_Pw6qR?VxqafyDp146h^3-9?v3FGZ)5_qw(bKcoyh3 z@2{=fTWg^#q(7n2;ZZVs(nDyvQJu#UKwb)^{#m>}i zu_IovwqSl)G)+e(B2t<|oY5L$(VeTbn0J*`5Klib*38NTvior@;vpxUQM2-rp23W_ zpuhV9Jtl&2VFir~vmUyV_wbs& zxUjOEqPVb>4xDRSiC5uzNL(1x6|UX5u(H(Iq`}Gpm4EKs0hg6$Ifen3gX6+Bu1vpK zTo{NkPJekcHz+QwzcyZp;=)R_NZXlw67&QdCKPn8(f*3Ho#&a@(M!Ffr=j}mR5;%* z;iW8vm9b)~FTE97yh8S8B^FxV=;ZdZQZ-1_yygqt@5^=BaLOvCy8GezyLVnoTL^@b ziSw$B=hgL<=>93XfL{Oo;^xQq*S}h;f!zN~BhEoz)t>5YI5dW%bfnZhX1eXX3>j+W zz;9J3!Ks*G(SA~gx}73BD6{AHRQ@7Szxb=R2dAcey)MbhEfBGY6;sxLOpBg6WL9~P z_0=f8W*Y6Lw!5*IDQK3emg5C8z136Q6txI8MXesaDs zu_WB1619S>1a@1~C5j1?bB1@D>{Wc0`PU~($&f8!VgKOjJWzloyiGc8TEk?d|5GQ8 zRNdPo*Nx}>Z6ZTe^fnO+%c60%$ztwplMH;IG9r*$Ab6WVsHI**8A}aagYw`up&J7B zm-sH~(_5IE*;)L0gT)tj-GW}ym1H$3EPiLh%`;M=TC(R;@T7bLp&68`lyvb+wD`5= zLE**kYNSkh!P}B>U5hX41h(76UwnB*pPH)q$)a)>zxEbCH#~x)#jok&tEhd3!s;uM z2Rdl+)ydBSC%?Pf@qon_rtd{b7QdD!KZC{Z>^*iy8j8Hp-K@_zy4Gvw?QoXBYZhXv09);>(1zcANN%U+Xk85dIe2UHsfzd~QxYLyKS1#b>&XpkBk= zoP6D!c!QIl2Tp$GE`GMb;tSL4BBP5hPdVML)x`>}^`gh9%v}+8niwZ= zGN+eR`=GUn*{w+5m6$!W;z0X|rb|DXGDytkI5C@KtvULw&X_S^KovE=APuNZ>v^=9 zotqYJ9DK1>^kPlz#R|7&qPnZw&Y0h-J*rNHJTHa5DZ`heD?=?3q^y;wJw0q-lxdWp zBLb(%`jbj?L<)RFDtbf`-9p|La8!;8gqNoW5IilMZhN}s&*Y$1ssb$OO6-y;uc`Ys3pfnz08W9W|gH~Cf|}Xo0%?r z$=n%v!8})?V~2zM~6SgsGc$~YQ5@N z_Nkr~EWU8X&r@?Hs{fXTWMtt?w+*Dij8Oq^aXOV7laC=(}Dig2Q9f=p7j-(jC>305_R_eEmOn54pk zu?^-_1kZ^GPDfSi410aQa~p#cwprAUtwArn2suz&D(Nz1i94`aI9sS$qAir^GEYQV zsF101E9LuG$ zlNWR^*ngIDNhXcU-`Gu5D`C%?NxZEMHbE0?(r+Ax^PHJY zB#*~yN6>|Bk;5huqIolQH_;4jqDsz?HA_i`TbbHBspb=qoRSeAve`t1r{oo86G`da zn!nM}%iT?s!zL=$Zz6FGH8tHtA}+C-!X}yr>>%b;6AP%)K2o~3akUa|mq>G6*hF1k z5a4NK6T$vl5^jQQZ47N9ZELFNo$cfm7(KeO7F>4|Nvq14J>QktMBs7wR;@PLMACAJ zd@qeF*)%1+%($IDdwuEcSZcljSD6LacYQH@eQ|y78MVh8y~N!_$%dBHhRQOFQW(=_ zu!%ZbGoO_~OKM5?HcmdykdeJ2*I7rXtKn&66J^eImJ>5gO;zWFs?P3p#UxGmh7L#Efa^@&)Ct){OVJ#)YG4z6J=pvdw#bIfPs_A7TFg;Zmw9C@vNL-5 zF4NAK6>E`Qa;y$_Rf7Y$GznQ`mpStcN-zXooe-|z_Z5EWsLnbi(trW;o%w~w&E1P# ztF+?SLJDSKue@)-QBL?Z;&TaAFH5Rkx}r#?9nDr4FFTGJSgOD872(%h8*{-0T6MZT9TQgJn6NlB{uMpR$5v12ZqvpUA3PvmfaZ@NtWH=V5a$5#S$Fo-rp4|?dXcs4#L0n)F8z3 zQ8*a0mfiaKdWQ!9G7b;;1-X9B@hY6-RoTdbH+DY}=OVKTp;20_4I3GOv0}!Z<0Wmh zHsGYxN4is^PmPdKn&XvX#jL`|OO{PSirLJSsb^TGrj8SC94Gdc)tY^+PYD35@$t$$ z#Vo^)WiSbxf}fGx@b-A6J;%#u#1#`6<<$a?7qSq0ftX%OxoaT?_pqB%Ua@&k%xqtY z-YQ8=iQZ&Z(2+w*d9NwE%R&s+Y&X`gV#^*ue{D66_Unyzlfi(8r<8AOTHP!!687Os zr!1hI8U%uS%6jW8)IoQ)g4-Gt<&7S`6fb4A=u zlnP^G%}yq#Z)THOrbS z3C3N@9@Fx4MpwIOSw@|x)ebeZHY_2-tE~*nm?ac=wUrrx1Qv-Xp;W3>yi+KIc` z$@2k$kONj*ZeT|ea16$Yj`6`;s!r^vYo1*2hGrg*h$6XKJ+bC?Uo?*3v#ap=Ll(nm)d}ZB?{PisF7U z9WsNPHsSkjfWs5nrc%4_w+n3b6KpHK6!%-M&cMq6#|!7k2KvZbu19lZt30Xt7@xBN zbIy(Nv!-`(o^(cfo6g5op7D;}a+PQNVGpcP7-GC%L?<2n)(@Y>Su(Q zNfYd09B=w&%faWT-T{20A`$H*jJ0IT1@d=3G|3EePq0Yr;FI zb)crUAl_>Wf{MXfTB^-0QDf@>Bhpgk*n+ABwfj|bXZ5S4b8Fz$hw7~Mo?>C?sX)?G z?cEx6zqMeiTO+XArKrAESM6%gAXe2VrrOr$nv>Of=OoOK8AGl5YodXh6-=Ca--Zrq z$xEA;jg2@bCUO+U+#!U4B{0L0;WcFo+Q_6if!rrZf+)<~b0R?y%TeX}IV++EFwaiN zkOYw$*JkS239D|)QAQ+)!rco64w>(Y*%@djtZKS9gy*xaVQ)0YC;%(7dn57oMhbRe z$B3`~O1&>?FW9}2T1&98GbVU%(67@F_YSKg$d9!#yBqz_aHrhv4cJA0HEt%bAyetH zKyjr)Ij`K1z{-)0rL;?}ipGY_%`L$l=`vAD-kN~+4jXb!7h${fYRMEyP+(PMf^SS= zZ_JOasR-%iL9(@F8D?Rdjo8iy-I3VO|#70433^!_vKr9_L{n8#%5X4 z8?Y`q(~wQ=vZ}6FN3fcgnO}r6^V>&s)sGWTKOy%*I5Qt}an*duf-$z5vZg$T29D&8 z4wisj1vqnJS!?NVW^1d#nrUWk-rR}wtX^Hz?1vvj4ha^`SX zoT<+ccLh&w(4WVVRF-($HR-qO^mEtlx|{9>m@=V{&Edp!hIexJ#Q5eDliA9hT65Jj z?aBJ}PRum77S58&1?_{nPK>q9OgZ=K5PQ8tiLUQkIH$Z*scD~&ESyQVg)?_fO^yJW z@XnHW3z>6j3g^^7cqd3Z(i3gv8IDhl8}138)oQ->zBmF+a(8ko(6 z4`vBmXNol+W;LIBjpkDYHJ^&CXOHFsAsAHiv9^w(*0da3(;O!?H&WcI*LD~Anh%G9 zf}r^jxvgl--7B|7F?04xLHyJe)r25-;uWqQfchHaNS(Ap6Ux?VLK$6@VO0VAG@Ysu zt>mYo@aea66JtsAoYd!8&5=83DEUGP9`UlX~SKd$*fFZg;A!IcPQ!YYvbrc=3Ck=!O+ePeQk>}2L>GHYUyT|1dMp3GWICRdX=JZG2< zFIiX3XH}o;z!8Jz3ptgi0Wr9J(Atu9)qLKi`Btv2sD!v!cL;MNe$Y^g`5dY^ntB^X zLq<(YGW2t(oE^zA9>hm+vK@GZ!6>cfJ@KqoM$S$RZ^XT2ag`Xf1Cc2nN+)Qk&beq( zdeJ0yfNOVPigw^4ZS}}$u6AH&2ZkY8>o$Vg*?|k*Y+!p?s8ac-0qJwW*JrI)3+RxX zxjWELt*yIKYZtoQf9>zVMPX8FZF@@NgG9S9adx2_h3TdIIk|Fj7v^LarrvEHyuAGz zI??sdLCvOou%tJ1L2hVUw%4d$9XE8k{SCcnTD@Xgs9lI`8D5xU;o34v$Cd$Cap~>C zMUQ>J*fPq1En}Hg#+FeyJ95E0I&%)OWhAsSr?q7)S=DWKsr-0hcfd(k)dlh7p|M>X zHHux=58k(Bfb#othO#yboTv|KOh=17(wVaaTSkr+X}fL{8F~Va?aCaHjE8GE%43_6 zW9uaP*kfDTK5&k{ZC+diUrZA)-JmfO*8$>-uH`>Oo+-?nNkBbfTL68^F52h zRKDdxOlEa5`Rl9KlTfd-&~}!SnW_v;M}JNNqDn&ePiEDYZf9axtbq<6G~BVa7YY_@ zDw86kRX*GwfofO_y5IamAw9%eu~LWzMP>x6>Dy<5=%;I(Y6F zKS3z0!HHlLW^}HZEmUvvFE@;o!#n_HPn5u#PSxzq0~wQ{XkR&djLaVI5|c|KCT~&> ztCK6HDk>P88-Ocj9#>3Vu9#U~cIH$SSa1Ep;y28m$Vr>d)a)&~j5UsLK+ax5X3tlN zP4pyaz+N^}Uvx+C-i7W4R1~Z%8?4dn(YUcfXZBfnuRo`=d-jkHTqlX(dySes(1AU9 zin$s{=4&7@O>QTHI>}g{?SP6;b&@w7IIZTZM-2M^AM*) z;E>~GisKsF2hu(YNBh8FUb>#*9>c8Np19Cm*Y*r=xm3qTgzbaQmSbegA*ZZ!VDGf$ zree#@)s}nNwdK5&s({(W*>ag(!Dgc^w`e+)Uh$x{W|umdHyzD0xTo}LFQKROwu32&bzkr%SwG->tS?nu%?e^xxLIz zUus?>@EmEmb`8^LM)~V%I zomy_4R;(j9LOl7zFJ0&b$ZXXJoTM3@m@CG~v#Ic4~qE`=_!ROd8Q+P+V%Me-c$l7_h}4c|=@vw;+zCgvEJbJxI( z+XWzAyQwCIrD0i*W5!M*QvyIsA1dausP9Td(0`m4hxMO>FtWNu&UEGl~OG%u{M*z z@hJfvHWT)fSt{qQQ-$piH+&7Y3`iU0b{ecNnJ9y0>IlSnr(}YBya|;|?x4XUr*6%K z^<wyf3mUlLsiI%VPbdwF2E1e^xyygR< z1=>gw&jjho2zIcR<1Sh6zRM2;h)ot+!xpzT*(OT8sc zSS&8Sv7PElif`0dbv0^sJy32z>9`vP_f$G{lB&#=_0M+eUQju~#*l4XEdnNFHQYNj&mB!I&rh^rLI0{_7QuId-Q-05S03o zlo-g7!@n@r<$OWJ1HA6q`4g=B)7|!Iz`Bc|o_tQ%U7q);Tz6aEA$7{cRyy#`O>05t z+b#U!tb2~vJ-7Y9KxwDzUYgt%NG+DF9{Sw8Ivy66h~mWFQtJ489F9+_2AKxqg;{r| zYk!!1L>tCH<8IAqpaf8Y$~Wk=03#nH`4p{tLDn5Q9;Jc%u)Am6fOVJqjpV%7l|1h= zx$d@fL+KQZ<=Xe;rXr*BO^doD?z*RV-BBX}KOK%{E}yFATRJ(LvKw#RD_Q`3K!U$+ zws38fg(>ZlLkBOEMQe(NC1%}gokMH(5$X6ns4Ist(LZwY)-GF zYQDadY+WsyjzDM6PE&T+X{x0kV*^82K$t-VNs_L{VpL|Qgl3M~;7U&w`~sgW8zo0i zl8mRrC&}s=-pPS4XpRaweW+ESt%*e|X1#)3JyiH8#~l=Eb08`*Tzep(gPoL@%}ohC z5Fp?hcSkc^vBZT4b1Vhbq^fM?a>a^R6o%)I2TXx=AuPUgc^W#y{uB2!1d5d8^fZ{J z@O51^ePXJ!73-PpsKx0;-9Bh-k&?Qe;vDa;!pepjXF(%UJ?rYIC7yp`FGEyR);$rm zb0TU4$TX~jU*HqLtcbuJSu!UlqI6_Q_e4PGwCN~&#xYlgI0xGN*zkTh5e4o&3%4#h z5&jinTNLXPk=lFQHunJeur?=xL5UJ=!r@pxMBRyvenn4&)8WOD4+rNq*P^n=@oXVa z#70f9Qs2TAY=TuoMUNf}mlT|R3)ggNYjyG|9X8h%F3%L_=jiwrE~q71IcYTYwCpL1 zzP1Tg`*pvaBMi6%3s>S;xQM-VD+^a&IR(rFjoFBUh09nVY!fVKW|n~6s>i~G_b@|? z6pA`t-vp~dPcR8Qm5CTO7OvzO(N0lWx!SQpq=bVo&k8{~NNwu2oa(BR1+KIQb}U@= z6W^&hi9O(!x4bsjCLXTsPeFQ_*gLf{cWQx~nyWkYR7KV#T<>(vgw)lpLuCv<_G^Rb z94^aIf)V^{?B(H%_HkVC_*D`Z0N=yT=6$hzBsdP0B z+t&sJCMA#b81MpZOj2S|GF7Hf+=MA2X)Q__wkYMgjs}TxuguK>RXaf4%#EVUu|+9` z#2)4I@_GKO!(yl{ zmYhj`HTl=Y>sON>-=F_PLOmQ?U{3vYax5)R`rGA)$>opg5w{l~yM?bDvELM!W%AzXhi*5y|IG#;DUVl7)ZwnHMIpa|8DWVNMZX{ps|uGqwsIB#7`gIoqxQTpr^x*Sc)ByoJ_uZ_1$FF94E}L2*15cC&hQXmaW>O+3lg4 z64$oMFFQ52N~!CUq_8HW!jP7~I;NvS`s8Yv+b8C^ItlcUhmWV-8V-shPuq zpLi0ETfVDvQNr1iW^*>BSfETUkX;=wbZVO-`F+c$W5V=44YG`>^|RS{sT`)hdPan= z(wTauxSHS;-!+mwkcvGtoNCC-eb-E0v=d~eO;nF=cze4~U%rH$U4EXhXB}5LGrQZH z0mqQEsCojUrpUcaPd?PcDZAYSWqTP}F03yVDNrnMAiNPUj%BOT=lP5=IY^~JDExT4 z-l=+6m(*^gbkqm4Yq!tqc~yZ4%1H9CRH7%h$1kmy9sh#J`R(3@!I;@#&-2Qkjk#c2 zo2E_Mb<+;pl{DW%e2>*igS8lI*hfzYs_{6S48a$EnhPk3*vU!Y!6(h7_ z1hZj`9B*_B9rp@r8CMS5Nb_iBw^4()Q64-*3&uN6Wlg52ru%9WhU2ix)NRX)4oL~R zrGk=#>qN;t#GiGFW0kXE!9d+HbCo!Ni8|wY=Gs{~amP*eLg++_=h-u0X0D(!x5d7I zngw>|N;GpaDOw*#Gjlw25<)^)L+mfP+4snFY0szjF{6sjxjmn-g2uZ>7XfOF>)tdb z_5@};7x_b56~XAg%L?6Zo9a9TEu`jFrAw`Ipu~cU@aV~rOMNIovxhD;FLo&>3UQ&sEEd>^ zKxLOwaY}og$V+tA9kc&~caoaMhPa`ztu^JDyFr#9bI$vco4^EDT4`T+;%Vr};u^Tn z4BW)<)t4B9tO#RyuVfg5u3>x#3=8tk64PhNqRF0x7qo(7UOjV;M0kEgm~aJ}R69TF zZ>%}-;5e%$zQ4KJLdCBT=P<=(owf7V%azBhbI#A@a)NKn0%PK?r zBFJhpf(oV1TEQ+PQY=ejKH-KP4>C`fn^ZQ@><-5=m#g0WOOd;2M#Y12!g9ts&cjB! z2ihJTtDQmw1s-b}QXOD>HP|MQ>0%vW^df(|0;3n8pBc};i4jZi@%Hz+dR|a8spRD= z@1br1n<9oB8G^WYhBSIS-5s)!Q>DTtJ+!~Fn_t!PF`GX#vH7n|;(tbjrle~kjo@#E zrlrW?YzmR)Kc7sWUukdN-K`p3lBgBXigh};m7(hnvqkn|@^_)42V(<`7jJ0}ndAK- zMfbsO24$sbk~G-#wSla()&Rn>Wv7Bb zXbP41+_eZQmUY+U6(C3%9@!$rS8W!OqvY2&Hs18MdNt=OWXQ>=2`}vuXL=1e z@|4?qM!O7=yScLWOb#(BNS4j%nq(pAE@({bQU0(4YMmixn$*~k!;m3o6Ssxa&!Q&;K=U#D}y8>|o3DnhvBI3}`9u$aP(~KLl(kRYh^#@{_ zk=x3iIAtUHjmD$EiOaMz#|S~WckGSTP|VLshmqkmHcXh0i;J{Uo_Fkc$5C7)jReg0 z)UW`ZRMb^;R?v5M-IaOZCK_lc(3_^RKJ;MVmFq)ixWo}Qx*B$tcGnritU)iT4L3Ch zz{&3GviRT&3l>8p#y7QG4Dc$hD=ILsV-7X3W~7=xN7Ay5v(M}#2Se+N<0+ZsR9FAB zS$>JhgoM2UaSXUiIqq~^A%4#7Bxhh~rZ%%)&#*JeqH=OGmCjr2T=#R7x}EE;I5<_i z-Z<2!8DrhMertz%h8^l=^JYPZI<63myMN-Mm|-i!*VKZkr>#YFf;gY&P_KqM)Xf7$ z6~ktBGWqh$FDK1R{L5E3y-E;4%Z!fBl53FKHJJ7$7lh-ZO_KdIa~R#48q)3OO$h)e ztW7*>NDXP{HXj)N7)ZOvMqtDCO2yY`iwrx5CBB`w$tkc5Lzg7OHb|SPltJ5`uZh0j z&0dgO%+^^aBO{_`WwIO#&5IO}B%9F_tDaGs)QW5xUaWZqBCB}>EY_5r1SE_>0Y*-Y zj$WIz3e=y<&?#nc^7)JQBz*Pumv<0RuH&RllF(@>WxUDPFA;mz^%N~n0-3od6$*G0 z2#z9@t*V3)4k_nZWB=6tAm6Dyl`v)cZ!(7_qNP-YZtl%73#( z#d;hjiMDBUe!t1<%9uICJ)=Sh+7DD>Tgeq_e~{nTthvdBEH^zv1&!53wtW5N3W*eV^ zwck{#Vj+7GJ&SThu*C@GuF!LrsJUxk?o_XNn7cy#q~_&Ft#zgrVhJI@!Sk+Wr01EC`;cj-P%2OC7!#Pp1V}d-Tc^O zZHWX=m^-e1Qgg@kxXixeXzn^n_S-54Xy4_|+;Ot+YG>b7&c5R)!qVU8d%4acmfdNRouPtJF_w?s7dYv+r^=cOAWQY_=ZS zcZD-|IoWrKv+puz-&I%u#FeVGB{wl`U`v}e2X?R$?Yo?+e7$p5;JM57+;KH`Umu&b zk~dibwg>r>dSgM_NHh5-Gj|=8NNlwcwC}hxcLmvZrL*s9XWxJ4%5+t)i6C7N z4}jfww#Lx4(<<;-14 z_FeAmyTsXdH4Z1mc|lrZ%S~fY)b1DTD+Stj+%Sdpb64THTk5$h)ZEEzv?TWhvTZ}g zjezTT8q4mkGo`%@EJO3OGJOFgra-w_TqT5KHx!gvFiaP`%l&O4zcC@8;>#fPlE&}M zNsy!sjY=q?0@7b?h5N1&p_PA-sB;OdpJrxls&9=>liz5?^~^Z-!J?v#S2k9)O|ar? zX0N1xlSN6A*zC=X4pCGnAjKdA1<(EhZO1hMDbr%kJ=5s0Evz*wvuu9IEQ7YLj&=x+ z6+7T?$gCUSlI!%hjtNVB$4W8BHuIq6SAKo-1FV%SyWzuLd=++4+E`5OHS-uia0JZ+ zIv9Z@O`Iu?X_vXq6fo_Uq1X>QZ)RyqGjC;5DaKbS#y3R@2D5xcWzgwMgOT)R)Q5Pz zf??Aj-CVC%sJyJXU`fhkYAUSYkWubf0TXj+=oY;+FAe4hNgqbgV*@S?RG@EK7JBZ4 z_4~C_&Wy-tlu=vipadSRRX43up(bt>Rn|I6=UU;Vdfq9#r22v*c8zHT0nS}DWm zS8S^0a(;};QF1hwx;RH^glcZ)lIv4qR&%&A2k9bVBLat;(UB9Na6?8aJ5%^*HIeKD{ACg zhJEF(vRUGA#&gGnYs=OfA)6WHF2{;-hR--hiZLqvmkpT94A13E^UFrf<=6O(7icay zIpYr)pi0VSUbA0Hgw6N|eD2qN<(C!BY-r z+B1|oOf2^s-!to9Ppop7ILcwSjhr;L#scjJr|Jp)uZto-;OBeQ3Sx#;~m zHJ;SmRSq*((QqU1^00C^6~4!_z#u2|dF|0J+C}u7hbzp5r7ose7GzYaF6{O&}9u-Cu z97YrzQGq5)9HG4O-Nc2tWKw)#m)OFXpbHy`9-DeprVDk+B+`?o9C^fbr=>`(8AlWS@e_K9a>S$Ng-}gy7U~t>5HECNHrZnbIb-36VTDk|SrC zlF1Y4*i(KzE!<>wDhp5zi9*VZs#p+fF;*4(Me_b#nUP&tlU*sU%5>?7k(Ck2akpuk zk5LD9W$x|De9K)qtCUEdNI#!)^J)Es+o`NUGbFbqGnyi@GAC41>~~%D?@CT~B`3R5 z@XU1KNRf#V3~)3vPHpgaCG&PA+jdvZ6|+pF+fRA@w7(^{Q^`RwB)&yv6h-8@uc)Hf zZ&>T!l{wj!DcP0c@=oV?D!~##cV&(R@-(n33vXBYy=sT;$|lpiQhEWE6HvRG3p~xB9i7|RmD}pvO{ICI zbP6h;pf*C5b}DmF3yCtyjG9PqaI7ZY4MDey4j=SZk> z*ssy_TXPw?r8EDQt{s6VpwVc7$5c_)2BrdQG&Qm(A&q8JYwkjaJtfkUh#ZN`Iuf;u zMn`?>xSj+@eIgTRO_jrbhfQTG+ysodsV>55Hdy_fYBa==Sn5WjUQ1)E(d6Ms9&F65 zw~ypmO!X}-9f`<~m{~uf*1I!1l_{RejFhBJsB+jZ@bvG>jO@yi>`Gy|OG{s)aZ`y> zvnw;xP>AeG=Iu(h?XFyEjYj$rksC3$ZbW5AhL}*T;n=BER%LE?B~}jC#+UW%N=|lV zN_M3XI?}??vu)nL*_Bq$&W%Pxc4g-6%52MBxy&`Mlx{@iMJ%lsQH$ldol1tMGIuo^ ztQ_`hH2u3W@6ofx-JQB##BPnI*30eh%G}$P+j_p1I?OSVUPRusmn&pOqE{I0c=lH6(cYH0Enpa9EBJv?}>q8`7 zLr@m&RF>`yKHP`czbngiH+c4xZtxl7npa96B2f;xs~m0;Oz4ID*>o3fmBVm*14lW8 z7-Z^7tc-G`SJm9}P%>S|m6~{lGblaYXDl`LPvQy8I$ek6#6UQRF(4p6vtvNewkQ^K z9ZItnaUE7VS~%P~(saG>X8hG_dl%a?ms$zURSwILayVlP8blV%`R+^9(}=0-Fi_~s z$m}>S0k-L)Ith3RgNjDwD2G{4Ih-XKDs+}u<#2uRz8PqESUF@^IaGGA3{1Yp)8IQl zU0+!^t`xY{y0}skA2~}>T=*ieMlwj0#ID0E6j~b^0n~l7_mNc& zbqBF<$$%1MVAKnvbEDzlOPIG(-_p``81@`$jfQmyJWN{#%q@+T!?pQD=$3Z#i5R)1 zEB}^G9DygG(J&KIVEgxwd?Kzp_W2skhWSLZq*1qY%1$PyFQ-yF>=pWSU?g%YR>ZA% znwoknhRvR)VK!^*Y>cu}8Mx{v;2Tv7_1$GSZ-_g7EQUfJi>>`wvs8yXriq%P2Ii{CmK$X}Qdf1%LTGBQWZ>W@z7GF(5&l1g_{-}9wAa}F{)M-?<5)K?J+SFY&Ivt_vQ zEY0;kO4S_AVUD^aUacl0M_@`Efv4QsdOl1b#`Mp>Mxs+z1K$h8vE zi#Rj+cHHPin*`zM8K6!x))OI!V~q7)R7 zFnUY@N`Z0nmZ4-bI4`u2p&OrA1uNvE&_JyhRd&L1Haw(qqY}X#PBXU)1@LF$Gy}h( zmm}$pfK-U)UXff}ys#!kaw~|zL+qh*qhSv`%v-IQUa6Sgbcis|h(|3U9<@{E3K*r; zumZxoygX}1z+ki}6cI4A;x#n|Yi&?kj)nP53-IPFpJiJL^IV5Yrd2yfucx-?Nv+iw z+FLj=F>8`j4NGSRea9$7#dAjhK?;#8fCwIuRFsFF+JYT9;-Q8aQg)qSAt>&;nd7T-WG}Up_{Fp&Dd7nUMETp&#qOUMjL}7C8C2>C|rLQoR-FGck zm}=;Ft`%?MN~~!ik1bt^vzD!^Ih?9FG(}LfQj}EGIBEj^bXrBmX6Q#g z{4Cc-pE3%Ur%dGCXIYrglH5@ya&wk_Wg;O8R}O7Ww4j_~r8Gx^GR*+o=qwkhp2J4X zp;r{ep5+Anm=8b8+~`|IAD`7?luSV*hRQi) zHtT%Tvs{#V4(DnPO>vY$t6BCe<0)ms&vI_`F{7|C_biv)XIUCYh)+v;-QX-^!=vFH zNMTE$sHg9|& zAB-^=WG7IfwGRnb*-ZwxzH%cr+OT5c3sZ}P3^x_1a3Pye=7?-6$c@IrCRSz3tjd=8 zDjPNg1#|YX&nKX=l{vR!-nJ@Rsy7$*%(zYRkY~m!IeIs?gXqeFOI`6l8I%P#D{B{RR%YvfSG9CXf|d%(qq9vVkg_RXxfY$2kUjm|2x=qvPvFd3Lz6a_wO!@q~F- zY^pngW3@JhK({&rp@l`e#ark=DXZf$Zui(4!u3b=2tUsI)qgNgvj! zRp~NY4CNc!NG0ia@@eNyYU34D9hKoOEh(`OmzLD{z|H5oA}ZIV#f{s~Ey0K-mSXD? zjI*j#5hYoorpzy2DW_~$6)*6$W@ySXSIDc0!shNWagVU2Bjja%p)MojQ4g1FZV4VP zvdg%)%lNjtOnXYRR85&t*iu{C#9CWfzf=b%d5)%x2W%}p`kCNqY(Xz>q@Q88ISH(^ zyR0%gZtd7woL#o9t)X^IB#MRB_zB-os z5?x3gD|FRUf0tF>E~~cOWl%06<7&$M8kKU&Y#P~GM|2L(F{6ED?k+33cbO1>7;%Tm z@|a$I{LInz>@Lg0}}xtg+<$Qo7JDT5vm{dXqBH71W<@OI`bt9{KY>@4H7&PURvE%!Rhj-(ZjhIh=ZGOj`r6>8 zO+5}+5Jd}$%i}(b*zdy;X8@bbra@jaU6V4CzO$D$Sg_ZI&QY4#OYO}f;eymVmJ!{` zWuk%yuuZ&U3DK=eU2hKL5mKuG7x&G#uGKJ`&9n$tt66H+gu zy`Vv=G$ll7a)Z63Y98=mF=sE~os5(wNc{zI)&_eOv<^jTeFvKcdo{YyOxCDbGC_kK zHXgHM3p7i$7dA+}rTtziVWDKiOC_HNHXpN>@J>d0630~?3&%@^y`}l~UaCfWOS8F} zrI%|$E6t8A(JV19aFF_;I8lxGbKft|0)8mBIDdy9s)n!}?U(0R0mpuMB>iq!D|j~7 zHLJ6QnkB3ndEKTrPPPivYs^T8=|QRyL~qcby2NfR5Ijs`6eCPidBX=V62wp)SCLJ# z!!ZV69Jd@&o&5mwtsHGgvKf+6m1~X0bMw+3Aznb{E0a=H+Uwa^7iwP{DuUY3d}=}m zYoiTq(q8-(6v;E%kV=y4EFWP)Dr_WNJBX8j@)Jy{${lTphqa;kl4Fg@XhZ9Jxy?YO zsr@5hw3i%I0UTuG$IZcsX*5p^r&JX>Ct+PmRbeM=$%dy?ZIU48H7YQLbm)*dBog2P zD!eP)v#TvD9HxwRVXbLORc5uJf^=a87jDPAF~lroJF6(a; zAS!5NL;(tUqFLey8qA3HIJ2H)d)Z)_()a*Kb^?g=Hb^1aQnX*_psj{|xfBz%IGeov z<=ri5j{@tXee_K!_ml2HH~Ehf(HFk`;^(gyr~iBQ&Dpcb|DN1j{B(Ky@#4l@xwloAbhv9tRh593vf<1ceEV$|nvx#UbQwW{~SL`z1$!(Dr^U0;2? zy!vz@Uj6CnZ&%m9UYT_hJE*(u9aN5O3fuOMskV1TuLO&B36?L$ZHjC6qy|{M+Vqcra`YnZXNzGoyeHG6N~ zGkc{wd)%45TzBb^vnLH2I%)h2%}moclOLG9IrC-+hT7=8$9q^9(X~<8K564fP2`xP zS8W^Lw_KXNw+PIhEOI99sgRKwg(#U>)Df_f{U`tBzsRqO39YnoLQZI9M#U2DtcN$D z?Pn@?(vJU}urL2XUVY-O`r-29q~%c>lX&RKvH0E9wfw#K-|ggI7q4GEpPYX4Pv5%k z!Q(&YJn*!aj@5-6ZkDtV(--ZH`|f+tx$M@$y-P%RS?P3*rds~<4mR%+rmYJ>o zbueLKY<<8^>W^Y<~GXz7O zYBrlXvsZYt=hpXBmLQlt$2X14=Np=-8rGP-hixy}eN;i!-9s3+VTQ0soy{|#rXjFK zKc>s&V3=W*z@?NO-QiLRYiw%@s%K_htD7W#V6UFaL?j;iw~%u$z=snN^6DHi-vjEk zoOEsxd}|n|o@G+{7V+)jMxbUPYfO{m^iB?$cQzr*Wc>;4aG=K0tHfnVWzH0 zrVg59nqwnAcHN<;Pt*CX3mPqfd`Y8qrPJ7IM*yaejTCYeB$ zo5UG%4eh6#h=Z_$y4NIAPzQBJyC;^!K@Ei?jO{P)*=WA)uSpgh7~vGI5$<0jwR??} zzODlWVzkW!be+@;BW2ZEMw1HW6lOH-*H1i0-0I|Y3v?E z?##q=CwrpMo;~75>>fnn%tW)3Js}gm&YZq%-GeBdnOHO@VVBm%{ig%beq6h>xQ}zK zSXFAv42_k9@&nv|S>j9?KO<0#nM6%*pRyD&D zkv6WW7f3`3gu_){B2s6s=H8lmPOoN1+NepdX0Cm$M(V42HX4ppgn1KTgq{}EamEVm zUj0_fIfY?MGR6&uPO)CL#E5^T$(AsPx=&xm>T#{_U2*lIB6w@BX>9J`2|Ka1LDpa| zk(C9i3K(T(?ZsT+*QPypV&=0oQ@uf5#ZKSd-m4h%elA%`$1NDXin+c`Pjg~?UVHhb z__amP26Hdp44D(?b;|}^x7ZlND_GmAPj)t@SyQrCU9eyS;sY*Nj$d2r3)Ty#-z0>f ztJqYkoiQA2H{JIs%%oTN!aHW(Ez@!Ca(nJnps7wg4PL3iPL~Z|axcDqw|(^tAwB13nfB{IRdU!w}(j}w>NM<@t)X#-0N`J zqT3+1ccYM~jw>|~6kmH+YSwk7x+8!P6NqSHw1)|&K6`YfnyR71-Z!{ePLmtf6X19* zf9I&oB-0tThU3{msjeoL&*XJwmAkYmU9+9eFOlkgp$EN4%VmT7x>6c&{JQWNm0FYc z`gNg5LsL}7ubXSXZq@16&5>WX$(!~}l9^Ql5I{~*!LH*!iyidUZ1Q3vf*Z2hKA`D- zK;}K5@gFen83FemFb_PSX9T(TfQA2nMb8Kd?*U&29?&y_(tE&5{{hRM5isuo)4&5n zPDOJvX{Ikekmz#shN~-WF?IP- zF?U4#1eWW&=8G38tW?1vu&}~|)gl1>MT!Q4>n&D+8K}1il(cJ=DoB1{p^A_8npP8J za2wdchl30Ql_TnaWfmr~fD17GW2N{a5d$YH((rHY(Fg2dp&fJhj??yMIKR>m* zH8&~hUeKcMIVtL%lG_q%!MN-n%-|f%8f9>|;a@O%7W7tuDD&Qw#->bg*cDF9-^9^i zv;`$Vr*>LXGch7G6Oz%YaO;F}ip)F-vGtb;BT0Orvn2}Sgb!%qZm~`Hjl(H@a5|Q< zBF81QfuxBpw9=E^=P{ZN=MoQ>yo8C9&ZUHydt{*=2Ljm@p|dHTXHNs3xGi>tZfy{r zxD-uXfg*#=#KGj0?z!x$P=l^0l-lPQ*m;) zRb-t@t=0kYHv1zntlHIGIc96^dbH2|;=AVGk`wmdP5hyn?pLPBU=osM#0{O>p&bAD z>Pii_T{?qu&hhm~xsR@(N#H(0*h3oP1g;TxxXkv0#X@d;#J9lg<&Mv z^qGwH>bZXkBp@+IKvIPVa1u5TNpvu~w3&@-C8+wRF!zc!3uJ4HHjA%&Gq$a~n40P6 z5Q=IYXh~|k)z1QgVrT@Arw<2*(e5@0O-x5-gF=TJn7t@joZDgtW^D$7P#QQIXtKKQ zd%HJM=k5!(5pJp_mWT=@5p5xtGAlH+hje1EKHX&mCZW{QptGCm3h62dG167b^#W0y z@s0zTx!Y?C)>3O`nwn13j)=!#Sra7B^@WghDXDJOQ%C15n61>8g4&rlamP(|Lg+Ax z=XnD5wmYE!*_ib0Mlz#mwPj{24+;EzO^97N-nhXytr>x{qzWSXz^ZkKp9$)fj9qsy z%N2+|n=tRtW&K7AhfwRqXao#NM!8=%y;h6hi9Q)jx2*(|bqOaG7EZovUR+%nd@~`J zEKVlVc{76p%ew7euB52hq?dGY?RQQ$P+~kSM{tWdYm^Pdkk&;`F zoqXVu+JD8*NFTA~sn2wg1T19Z-Z-f5IM-Kzva!C_k8O{nRAbI?5ektt#%;pvYaRF^ zD?qkC{MD2cIAwALrIS%te*3HT!kC17Z7Zf$Ho1c;hN_s=5Dunt@Ifb8&S^NK6>CuO z@jOt_MDIddbtKol^PKq5?X8evjAcj8&8!olb|1Qm{; zQ7@pqR=)Wr*wm+)*^CiJje46zWP#x>M{-K7%fP#vVbM^-oher)#&SaVK|oHO)lG-a zu~Ga{@N6XbY~)~c)fIzF3C)~)EOZslNeS4PGGCoa0*+&toD9TLG&!}+KPYVx3acRp zkItg;uOI9dH-7HEHeI-uA4buE&ahyQ#r6Y^wo4`ctXas*6KNwMQUPgAY#o=iSm-+cU|n8<0O zRHOECev*4>&@lIj~7=hcaUG6Ow-Br&4h{MTamJR zbMe1EUEW;0lh4e|Gc$Om&S0TNdAtxUuJ5sqf^_%qnY&C$H-o&n`1tAOYV!B<_n$7F zx8wVC)&BZcjag$DvABZ>Y98HBD*JwT3RdipwMEAut3`LtS_ zK`6eyv1=hX7rE#II%{R&d1Ci)ka5}B#``N}joaBGPX=SKC+KYL*p zLckBUx4SxOcnMQKy7C-Rat0r_k}Q_`vWOvoTl(5Gy=GAQ+Sgee}SsZ7Wm#b^XzZ{3*Pml+?e?fM3Z;G)UP{OK zinerka@x0fsRzrFdq~{XYQMdqzCuNu4ijskgWSlP1??Dq2eH}<7r@tg<|ghb=Ll*6 z!9DXf%*TxT;Q}3Ou_g#BKR_UCU0p8B;jvu>Ly?4`?a#EYF2osT$dq7ZyY_V?Y$R}H z&qZOT@PQaE%F|TUj^INGe6s`PA*tNYT?Nxv2baaMi^e=EV3{kJ`OCus+g-=wud#J^ zh_xYScS_+xo~q~h>G#RIWq>Q{R!|PUZnpyRoTefFm7PUDadpmww{I>Q*}R!ez-N6& zV@4q8kCRM-usz*Fd0gw;t$5WT$Yh=%GiOqe zDV1+IVMdN|{kL6dpH_wldQ7x7#iCeF(43gZ{ab zP`KL6mI|oT!6AIk#jZL>D;5!{(Iq9C7LY+ON zAg6Q@n4O^p0u{KspFDqaz`SAasQ$w5^JHmC>ZQgdy_qEmIABd<;7kEOv?bDt+n{9a zrvkuBzRsF4Pay`<6OA^z@x0?fa*%82az*k%NFqbsAt(hhl3l?o*U?fPGh-wtJ2PoU zvOZkNDHwb#pBJ_e4mMtRv5g%{5`%4=^iEG-c!nDqg^G%I#%mO&@q>-mD6F`bdM7-w zGg{#Y($}F1V0{YyJgr%KFILLKj2+C_vFW-QoG^B+uUFc^jH@wQ2Xjz`&jV**14~qH z9n8U~E!V*eD{MQYle85Gje+WX)HIVjK?yeP(Y6lCz0kHk2_>Z~Av#LW>yydiuYWz} zo|9jQ`_jTy*`H-7LTP`N5wnH;S=RZ;?axwr=k{m0=`t%eDmfCDkgU-g%&fsH%sjz6 zj4KshVj7*`w+I;N6n#SANT>J{;-Z+Q=oe!5OcV4AF*Q?$ejz7)Np22X&Z?(+m1c%! zKw7djPRjy@fRWo%GsDx zT0NkBVa?Y1*f+5Uzj0zROgccK%%#FF`qd|U_H1y6$>h<2(ejh;jna_g@Lb_AQKgjI z56Rf+lga=5^vj1yi?}a}!O7#AyfEK_`8ORa13vm-&9kXk+}X+Gn{Ox6 z=bv9a19v@+nz)-x7+Cu$(|Y9q*F9v~QP+J=UH7-wpKjh>SSNikucVXy^6JB9+m*`Mb&I z|LEUBelDWEmcD0N1w-9DD!FAoefZE0W-%n;TXU`JwO7v zT3-yWt0+N^Vg^V$Vj8MPfT|9!OGk8TG=%#Io7plo8mw`ZSJk>GZTWR?y0-HCnmp95 zn1K@6_06pXRV};BAz=kO^GXrSCZ|g9j^TIA#Dh z=kBRh(3NwD^YRLsX_)8=Zq7!@r?641p<8d1oUM%+nCHCdIB4A6Ih#7dOA|^78eK^P z(oKCe6Yl^X=DuPJiO)&hM1N>q-7!^_7c(HH;lv&Hx_EB+yl|S~rYoPDP+YA1qVftg zoG>$0ohB?dmYiBBQb+CX?@OJNm;qQaO!i@IbNtl|5QQkdax^1*e3<632Bn>Y3YMXp)b2lFe2`&!U>1gZYcA9Z6iso zhe~=AwTDVPY_V`WR11>ssM9pTLzU`iJ?(3+jfcu)GkPvR<0?YubTKC$s*HN5nC&-+ zgyIzWx)@yt>!Gr|26s(z3+=DhP+@NtwKz69`!T7GKTnd-g&vBvp{BUR@lj=dtWD-t z2tlzn!9ZuvMVG zak#ZMldmsl5st%keN>s=mmRZZd{m}b#k@?gkE#e>_u}hY@V-EtnJYq9+SN>S3h>c+ zb05lZc)J2^#Xpp^V1*j1NK4W zm%=(}O8rt^eVo*0J96!%a`TAwjJA_=;)v2oXC!Ol--cDjPL3Bk^YOb^$T8KOc1Gg~ ztt3`!#}v*u8|IjDEgt==>DUxD$b5t)wvk69X1LUIO^b?@)-hG%{gWC+TYD2ZIHs^B zH#h-sUWvAN3!VA+^~+%9W3Z4hL%(qB4mvZ*`X;Jb(^uPUGrcpUNgFdtZTv;nj-owE zCUns5oqp{n56srg=-Q@!NCJDW{f+t%1Ooz7T~l(P%kfX(L2q2TiA*Vzj%XJ!vgre23MtR)qUmlLFx@<3>J6-F zjSBP-u2bk(D9Uw;XQXHhuG-jHy2#IL7jRBGwdcyX*4NiUG7l`pDrCZaE`R@Aa4NWi z9ZprdoQelImDo5*rWV3=9uYUO2Zf` zBW*c`Uz@7tc154p^TsOiQ+srWM3(b#MBOxRObCJ_I@I$Zs|ZRvZv0_5v0^^Ox?Mdu z{?M;2e47 za2GAe(@B(lNYKps1kF^>3O0VG)bLt{HbhWuaT8-e{_W3|oKLF?aU-n|nCzIowA?pP zo5)i@W~?${I5e9=yzV4qp&&zoBtGvHY?eV&_O5ekwGBJaG^7{%%9zo;yl6=cy?vXf zdrd`nsHdK+iKrFN+sgSF2%xQCTNg-X3dd&lXDpT`qS1uhm)#kQxf}GCSZf7NP&6D| zn~Y8g7Y0#wp@aRkMt!QRwSntXzFah0(y1JJ6=q4N*vgIA+BBgQ+|7endTYnynBo#$ zV#Fh&wprpt6XmuROh)gxl-zN0#oZlMa(l;BJ_A{Q_U#ENFp?xxJfwY}4h###bhbn3 zDl*WO-xH`WKrX=9tnr-c>obrnZ!dgq?p^?=5K(2byDwrW2Be>PhmFfiLV z`O3;=)FI{CnxHde@OJW!NtbcPdTU7Xq0=>x2H@u;J^)g}NJ2+gxD1!UE?nu?t?3qy z4`?!GWg~M>Zgg%S=)R!-^E}|=ZW{1$Ta8a|gLWWm!vUI-^(W{Kkd%T)g4p{DC|^zT zzKHcM=-wV?{jYTfR>#cbe!5~)vQ5(!)$=S1!dM6U2fVn5khr1j@+fzt*Zbcebe}uk zf4PY|D-7!}D4Wg8Y}4;7RH-qu$Hm+beZipx(N7!cX5ZY5<=c5m9V$cBKP-V&RIA5V zBlpz5%wCNU&Fk!id15R-Y*B1|H5SNpf={{U_nX%Z_50bqENUYS_4^GgdMW}Sf_}dN zHn(3m(qT}vfJ~W4~Y8J3Z_Deh`m@RMVU$dva=yL04npRyobQQ*EX3c5-Yq znYk^78`DL3qvHh>ztiUQzCiZenAEL_2LjoJ_L{@GEg0`f1eykKTYcV9AbZfA=LfPE zPQ4o$H$I^F-Fz`a62$g_?2b_#rsWI=3587T^ZAljRO~^gWd?>>FT~gjn80x%267%` zJxj*6tBe5=7@Sy%IPA)>^$(eBGO_&8`T0!<5EB z7K+5L^tBkwl=rwvM<chsTh&cf@h@R_Z7%q(LnYZ-AZQP zqyAKI3H8Wq9*gLtGRzAyAZFVNhbR>_^5gSk7Bn1d87Ye{vFzd`Vq@a_Re%Gi{tuk+kZ5 zk#9+wp32v=4*pE5yUTq^tLv5F>U!?cs4K7D`Fg{S;SAibn72sO>9sz>#Lj134U!*_ z+7J*OUJ?NFuw8qNVZ|>{=<=otBF-_Cu0nE-E$R(id#)-1lXGTj<(77G=4;K^^6PhY z_=VLB?k!r-OyO6;t*9oEQqIJPCXwk`aqOg6lPJ0b$}V4=m1o`CAPH{ygmZL}gH}Go zeQ0cJT^T3VfoLvw@w#<=MixmK%2K#{m~Hf7;js{>3#wdW#*^f!lFw$~wL4klhgyuRxy z>B=Zrca@~P!OHo@`5&GBpb{c*@d5{3gkd{yxaODZ0W!0dc|k)hv}#?@ko@{){vFR1 z)*T~dGP1BgA{^2ZR8;ifWhA1a(7h|M)a#U84<_Ms=YLR`)})4aR_LfSSo6gB zAA?P+V5Gx#;7rGebQhd4EFQK&vsTeuWDJ+%?=uPXJA1q%!5lkqZt_2Boc}>|OmBmP z*|VDth#aMm@H|Dmrc!-5K5cwH}uf{QrEc3?NeK&8f`PQ;zl z)0158n9NZB`HD(!+4HWVf3;TE%}rK#1~EIyeqBj%NnvAq;^Zj08cVRy$0Dnkud!_I zzQU$^!==)I-G(!#_qY}9vWj)p$@Co8Y*3xdMb=cFHDjQ~7dzw}so%&Qj@6!rMC)*h zRUjKaP*v2-R^s_0TWEY;FA(|lEsWi{@1%2u-vTuzAdRwuVt1D`2*wspk4#CepQvwf zMy#KePIC=9L_ImiyOc^FCe*-NR~vJ|Gh7~wp*v{sxuMMo4Qui(c$NuZZl$+DJCJq0 z$OQ*|$P->StBvU$iQEy(3K?TbYJQUFqB68WT$6aGzaa0{6wgdAa5OVWT^iU69Nj^M zi*+;Ef;qJ@U87-%8iBLk=~?fKOpOp^j!fFEP0_|4mA(tHwXw5wyE*7qZ{Ty0%T}CB z+J{d%8)a`6%}T1x>0=`b&LM{+YMI?zfxOn0bg6x`Ry!POvRwraZpQ7wZU0b--<(Wj zDTPy6Gvch!b;G8U|M;SPi0K-sy*0W(f^n#*!hB~ppDsk(H3r^KsB9n$sPXm_|GIen z%2e(Xwx2@UC(f$>%-M*UAx=RaA5SqPz(ICQISFSFM6TqvPhgWN|6YjItCoP0ff zxooDdU;m%79s|=Ixpi#@X}TbNGHoFT<`#00U);29+al*;Yv~H(sjV>XGmr3Y!>40V z+cYam<;t+!nU&;LZ&>7|pY1ttxBJx_vS44ZMZq}r^I2ISFPp(pT=}3Vu0`H(de1AL`tK$koI0{XPOb;a?gYiY#tsIrNSwOgZ##eB0~W>AZ=}SOMv#C(kQNw zo49Bys=ZtFsmQ1iCnPx)Wz}H>+boL9I}#Z_5-IK%QQ!b)FJZ{l-UH%5Aki$)63xs^ z;ze-@)Ej3I$>(`@%ob5xepzS=C)Ikg5lA|xCuBLG0dI+;y>r@yka+fqdP@+VoeLW=^Kzby1j@J?fK40vVDK7Io1>PQk1D!idtr*fByB$XS$sD z`ic#Cx8IsO6&n^MZ@T@~9J(l<+OlDi1D=M>a!%EBz`;9{(sJYbC=2ZS;E3(xTr7v1 zltl$w$&~7Xmx>mzy7jjCn>vtd%X$TZ2+C5dg{t!X-2zny@Ix6hS{7BQ0sY7Rct%2xD9)9E?Q%bOv2{KVC5s~ zOK|f&AalH9wn{H`Q@~mq^HPDFcIR5p%&qn8`i*K7z-P3Kx=S%#SL@knq=)?~sT(0s z>Z0>TF>nHxgLM{ys!l+ot9?ghF!p>=leT48)!F3gzyTAffnRu5V=p+Wt{vUS+D2;< zOC2nau&DXq5ZS?u!r^bWfN@RZJ`1nbbJ`KX({xx5y0z~zU@d^DVt&+3&2d8@FX|@j z{1?yjWR9&?-Zo(m)p{;bUL|e=-W%lD5h7bTDJ@R_vSLmDvSMwmXQ$){)Oy~`H|5_l zh4xOn ztVOx*rs)=kkk$^cqQCv+o!-^$ljy5>$VqN&7pMSVHzk2(#FuJ#6oUkw3_rPVa$Xw1YqPL3nOYKL$d@*I(imy(3J0R5}$2yFX zY0(`2`Sx#@AH?&ou0_9+FK06&w2LF7WQF!SmC%Ugl(s*}N9wh0ifKFd(=!#)(0(iz zzxm?&#~*JmKAucIeEAPQpI^Oue{u8KKMPadXWzd14mM1S@C4K!GYj_C5E5a7Q3z&| zEqhU@S<03QgsN=P1ESEIuqhJ*qEH~(-*kZ}2#BH*yZ$TT;P~d-$?W;(&9mbq{k-xm z{JH~6OBvD$C`aD9IB?&A;d zQ5kPIar8tPx769|Hw&>l;AH~PT08K-l%iF8}^wHK7JWUPXHn&2m z1Wq)>e-l9eySbEf^>%qu+NJq;et9KY9=$*R>2~rtQ)I+OreIAgd7a29oBYSgw1t*1 z@qdgx17n`dbcKp;nRdHrcbt6u+|2OV!6f zo3B(Jwko!ZUN0YUS_W*Lg|>C-ARyVi`meUJPo{oQWxh%^(-oBT0W8vG!$72HcaYwX zuWcERIWp~YGxS7vGyu1A#W z`Lr1a^X*$qso~m~#pXp&C~R~)aId8LCTi>(Nc8d4?q*h*W};5QR+FKGEi*h*1ZN(I zd0iJ}-<08MD+3a?Xy$@zeacY6mVuI43xFLhxIk_3zBe7Zl$o56@v14;7FUs9-%x4v zQ_}(oTM)}h7R_I%U@eu5CTvyIG{s56R;g#jgj=N~7nsIYH8a#Vp6-^)-7U1LYT}1n zhm*IO1-4=9s2$^1?yDE@M#mPpStd4l%g@XfuOs%!klAUTG#w{mctkRdj}NVRX=@4D zfg(E+S#u{u{tZOLuTS2xAv*JfByYLPvnF|Ka1Kd_B{sF$8Wt{cn$wByw-Yf(n|Epn z)m{z>ZNpdF9FjsO@^t1E*xLbSu@F4sjp}#wT7=#F@{Q5Z#tY z0U6}5M9E<`BrH|7lD|TvocKV+l&B+pxMDMDixQLaLTB_CM^j<^x>CvJNMwU@fsSeq zU6vB5lWU$L>tSlqNE*B3C~Ipp7Ng{P!n7PCUrws1_v#!K(mCdhmNW`i(tto!NaC&= zdy0mZ#-s*ZI4iunw**Jagc?Nz=e{_eYOk4gIHmR6QA09gEi}0*fAf3HdY(VUg&0cf72x<-E3z+fUJB`{}Uzcs8HnUTr>pSAvwrdkSKtx5k&$>nPXF#!9(Kkom>zLKz|PMC~XU*inkLb`)uw z>b9eB-;T0SLK(KB=y|qwlhU!9l-5XKTS|L}0WSF(8wsch0ZeI*OL?ZW^2At6yVTB^ zO(KFT8{AW1&3XM29Cy-`qHNmK=ujZjf-1^ygoYgNQRVcq1`#C}ESF1rJ>$Y4@XgGo&cCgO5!P;8wvm^8S*r4nMW z!KCOhnBbG5H~w;_@3_PjWA0QN&ZJ`+gGsov2_rH^io9#2^$yhd=!|@<9FZfnB1ZwG zJ8e}XbtZIO_C{B|cOxUsn@e&P!JE5ctBhu0)Se}ifd&DAJtqQt?F;POIeTyxjliB; zfnA$4r?|yLjRp2xeE18zEI1@%_|Tg`yI9e95L-9(Qg%nx>)?H(dc88dG%&=pB)c z@a~5D%**gqNI}yA`;>+tgD#wR->aRne1V+rFqB0=S6DAPW%nwTSKhSLR4O-J{y-{k z2=jxS3=>$|)acka*&kBo*4ZDuGB;Pjt|2zzm@UA>c51i336C@hK#AYWnp+vVfL==4 zvd)bREvu)>v_HuzQtKw+12_vuoF&Nvcj)@HPaZ^U<{&m_YsF^C#=6Dk(i5APiHfyU zjw){4j}@H<A&6u)LoyB)^9$rB4pftPNdPRvslfx9|Ix~cu9pIGILYuKRJ+Ebb)tW9n4+6E z4HKfu6q(i?eQrkil`Y(ix#NWMd@#n%*uOZzWM7%a*;!$}#;4b47{<+LGOm$zF0cu} z8$@;mEsYwi<`i%(F0;HrayQh69^$}y0|CRGu0@W{b$~&Y8T&F{czNfN9heaYK7Kz-qNZ9hG*!qVo5~;OFXgdtCNaWZek*W_+ z7h-9Q3v7r*0t!W7=MzU_7mDZ%xe!xqk&sq8E#6edg_xN58#&6FS|k#yHw?AC!zysj zJ6wpH+1>&ciHvv*JF;mlH_NO=BB*h@7Ks|S!uC65!}L*K2s8_}A!AfJPtkf7UT(nP zuHZ{v1!BOQR2b9N&b3HzeBm3I5S)l%SZ;V49yN4KY z57`jH6e9GjNvc-n4ZELHaJ9%(q-jXk>J1EKbWFW~r14&K|Bo(B_ zfPrL2OcT&lSgyEWZL@hG5J3C=rGZ5I{d)~0Eqlp3xK_|WQi;!lL*5ujs%O5+2u{b` z?xGS3sp_L?+!iL|#TrQRElsa^uGgM#wD$Z#3?w-iNRqV%5@}58Hjos)fh4ag*Fa*N zQD6`u+CL}Szf_5hUorDmK6pf(n!Y8veY5A*ub4uhM&|`Pvsxb9<2Db~`W02;xA7|` zjy1t};A#_5OlyLXLc7+|!AvN%xl}T1VM!dUr4FeL`xR5^S1iME*x1J&Fip`o>~F0- z%Xmw3V+rBrlLxwm-id(PB4B&G1oKj6g#0#z6518;kw(eXw;3`&an_SLQ;H2 zqPcc&iVsTst`whY z4+wR-r__{GI8r=nhfbXCkl&i3^{l;8EFDrj_oetU4>;6JPN$OMGpG;dO7XdI$aZk7 zju=XKw}`L>*v4`A64n5f?@2uYvNmC{MnM*1EzQxY?KNP}slB38CAFK5Ked%ex?%{; zodStd#vM-%xm7Q$_FxDj4U+l!w780s0FwFCrj<=WmT;9P+w}&8HdNmxvSXl1phA^^_wqR>4nTjNp-M>^@ zP%;r{3mFdBE^tU9T!%*dKTAB#ahO@8%ARmGXE8jRv*^#}3}_2g0osDm3EX}63VN}D zWZDyz$gNC*vN@e2I>en?=$6_Jm(uQ3d5wTO)mEegZdg9I?o{o_OIV-MffECac#;x# zs6(5vC%FEtj)8*{Qzx4fa&Am; zVrfNB?l<)1)}1QZa4?&5S?iX2UfI!2y5GKm+UIV<;&SS?-vh^4j)r7hc+<@@IF~hU zxtDE}!C5%2IWNb}Z@Gta+@>hUZD4~kGa+ZDLvQuW8@{tdQ)sg{JlfFDPjxf+q>)TJ zi~AP`wCx7p^(D>PEWEB0C~Gr?;7g=er{UHgnY$|rcUMpsIJ5el6Gh<8p>4BgvpbC+ zyqa|MvBT<2mzRvR*~1B=0e9*YwUVH?hTArLr?R`YsqSA!1_!Qk=B%xgqG$|aot>Oa zc4p}*O~W%XH!YSIXdi829dMqR@fc47{m;zXpf(EMMg3*88O79ri!jI#4z;%8sJ?70=zq-YVA}c zqzDX0Vi&~ob_94cV~9z$Y3-Hi*Ucft0SpD90PouB4aESxp+I`WENylY;GO!07;8^h zpMVK!Xwhx72?u!N{uLy^8>Y|7AGj)R<|JH#be^L1%)DT$4ns`k8)9Z9Ke4ut{)9{D zW!-6a=`aDRSIw4Hz)!T99OI`p)jGAwUL4YTx#-UDTaaiE*RPhF-~n;Af8*x1R7agT zDN07NqhS&W7%4MIU(yBy>zXK`xVjtA?o_gc7>_A8Dx&PnB4urQb2YjlgygOHHuAKw ztG;Fdou zr{SFnJm+N!&PzBx1;~h%dwNP|t)CasYz?AaO0~QB(F>=ZEBf- zrzQB&f#u!v96D}G;QFUd5RI<6;uV_0vV_fR$c#}o#d!@d?Z&cZ-1eL1H8c>i@sx5} zYR?E;c+~|9VuYQhc-CPjSd&H89kM6ax;7OlyVp8V1>5ynB(XxD>A+4c;n&Y?$VO$_;&ch|GpoB-&r!%m zt?S}1jg^+6kd4e?#u-YQPLy5q3=aoYM<%uLlu~X(HcBGTyOr~}R>;F48V3QKeaaYJjO)LeaZz*8T*@Lr){K~Iw{D=J8)N{^*r9c&BHkJa}m=k=#6%M@a zh<3FOzsk52a%?H6ZO5#R!0Xyr3b_ssDQQ<1ZxqwmV!!$w^)^wlxBkI3m2BmQMWi8$b;jV@}V7~O5akj zgpdvA*296UmdTZZ$t_Z_B&y-`r8)sBF)j>~yxY z8yFi8j0X{n0wr92rw~J6F2YlrFJV5V(>rT>vACv##F`G|%~BE5K^8C_EEn8Z8fu&d zK3HEg;jOP-8;J?TG`b`7QKoyL4W26*$z}qkUM$9cgaElqfi4HD+yz zV|z+0C~)6mn_Z+$MU4U_ zidK9B^`E@XV!aD!#4g>o!&S7r1UayK)i|&kX?#}R2}nuWb^)yi&Dpkj-G&ENw9-pq z&(>LH%{nHiWiv~_f+Y}y!8TfO_7Ii;Ir@Q?fVAHdkh+$D7I^`E*W7m7v{aMJp%W5? z6)sz$0;|9gV9H%Eh*w52SXPw*TR?BZh89~OAj@Ph8LkKWRR;;>$`GLM;L_^rsYyPu zLOpS@rf4f8-(~7tgvfGBZ37upY-PlPqV_Sap>JcW62FFi5)j--5sSiE8+ix()$&VS z1}?SgJ}9A?sgrM{eDLN#Aq%bhbE*47Fe}*_y2g%)l4K}KGEoVqXf9K$%%@r(1a-3_ z+J0deQFm=qs^KqKng(j8ZV{@^d<|b~m_y^K3Ztdq3fVX{!i_txEthkZ7*t;tA_~kp zxz+JGt&U$!1MyS~F?g>e))wQ+t1ZYxs03DLd{^Se zcU6wnHW=S!s;Z$xyPk3xrX8(T5qsjhLWy=ZzN^wPbFWMRPn&3m3wSye_YMP*czI)1K+557RJrAd%?tNdO09o-R_?Q>cj_vSLf4L}J)XNvuk44wxT)AiYgs zp2q!PNqq;b=+V#<>n+N04p^oya2tML<83#|0b8&DM9dh63 zkV`J-@+l|8%{RXpmDg3xjWAK_67z3tsV&D3HS6YnZY_F}>pHbDif6dsd`1h-2Sdg5 z&~*(4$XhL_jq@zUQ3kawKo9pha&|BWc?vH5V3a{2qYP|eoWd9vY!!Sw^l$OlyYuh< zYCIZH7PHWP8=EnAhP2Rvnl6=;%1o?AWvmNQo@HoHaLC*>v47UeTce`do^_#ctqY_O zW}#NL+q&T8?6y01S#^|raQl^aW@>bGo3BX8hoE?aOFon)YPaw%Tga~Kj2|Gu)KDAC zxJXg_K;@NuC?WqYSn{FJXOO0m6=-0U85j=?tfr+&I&wQgU2_(!$U8C=XbJkvmtaey z6ymZh;S%(fTY^3{a#gSdz0|AEj5koI%09Elvs9<0 zqHzaK!MDoeH3RD)wW}~|I+`tPc0vLf3S9GW-WRrEvl+ORU#pw`pxa^BZ3o^I}v1*+~kk<}SEuLE%h{Uzx8;ttw(Lpv(ZjWjsv z#E&&hY#2S(IJ}TWJD$b_4sc{pNpTxe<7G}wyXRchpfY7(L$;o>WJZ54adordrUHF~ z+VWS*feWz`iH@juEPj>FvGiJq$}ydoRBw)D3QiEELE})_*bX@SE`EQQ4*D?TnJ@rr zXlI2^Izd+Z)=_Yw*k`JQh}>R@o=vh0Se9WHE4SCEoQD$|F^=ag90MR8WzK)uQ|N9@ z3_y)h$;CG_1@*!qE``K+RL)w9vUg$b2^MB6KH?Yv^*&tN2*m&tCI*1%5FW!|y*LZm z7>0zSRKQkFOA`=o1acjmDP~ng6sTFvRA5gDrBl`S3scp@PsO*X^m--RXFy-g)7%sf zG=YUVdU0)EoU1D>htNUwecPSE1P`G?U|a_W!HaWtVy|9krKX=Gdv+~xbnq!EuAZTi zV#;u+o>+2EzSPf4h3bc%r~BIL=cV+jtx8>pQ(i}~Ta}P3o|Iu5n$!59K^{=??bPVK z9P7QN=#(x=Z#UIu4)$uwI=ph5u~<$Wt`!M1NTCddxl+pYSBf^emu>*N4MM=lu-?vx zsv|NRjU<&PxO-UQmi8bAr*uN)Ks&TGIY>A?D5TUT|LV0h`$EQy4JglX^^KYgw={vW z&?+p~qM#0`NpY-rWin92-pEZ}SXtZcXLb?j3{!N8BsPTO8_-9!oa7|OTH~piCKUV) zmQy#ZM6!U=9JV?)yr=BpJ(bIQa6C|*bHf6%bu56pEPxvpkl9g{71S_W#{vqM1*q~o zpkS5AK9b{OUux4i72~HS0NRwe(hmC?nXgf}{@P=Xd1Vd9e2XHe&F*cOO&~ae>EMXo zG7K$}g*9oGI75H12-OoagG$M}t)k4q%6T}kHeNh$p&k+HQKn%+ zxmBNXzhqLS!yAaxxIwuOx0;MLhs`!>!ZP2qjk`esGK0{n_Ls1E6|biNbq z66?@f+Q~Yx)jLX3y~EX8@hz$)Q=BSP7;bNbe=c2tj`dCQ`@$|)!+_rx+w%LV&>BLg zUH9DWV%4=_)n>@Gsmw~d)*-nJZpBRAisVjK-iXswi?29-&9?PCMZH0Etqffc7ex(q z)-D{z*k>$|D!IiWAnYQy>;k7&Hhl~oN0}>A%@l{0cilC2a*4EiUB0Bu?RNIlKRk7) zbT+V5%f4rB?NZOH;s`Laq8cK=Fn2>^O<^W7M>;lbZZ~a5#G^Dzr$o3#!N4_&sIi4@ zi_gsdJWG&SFWaqbSxZVgrjvjbC~@s7p>k5~gSn}#itSOuYe^Y# z7niW$jy;MKD@$eUQJED!aA_GgTFtLvU+5b49kD-9542+za}Yl4{n&7AkE&cdUKJER z#G|Y|if^qqmyTVjv@@0IVgbY+m6^a^y4Ja|NA*VhNioF;A2qxWCv~EFvK-r^D&(|v z!^Lta2!U&n6%>Ij|k5X{*o@tSq4t;8OF&U@ld~hb#&4_h7r)I7aM{}yW6gV%% z>cgAm2QIQe6v%orS9-r@u3%a>@^^(K%|*qGnXA~|EYBP>7qS9DeH2GVTBa2>bCpI$ zT9}5*l_Q{61X0-YxtO~N=3C@Pa5Nphs=!?1O=cv`!b+OPVOINvcYWKSa{~mjF^Yiy zSkIz0b6I)4ore=Jpyg!Vg8d`qqm1FE*xt!sI|f0N@LuQ~O(JO)Av0Hs&0MZh2gQrw z3PYYx4)22th$Bf;UqD9E%t+rTPqHsS(loIiR*Y{a>%=CZnAvhTg7p}5iKXDdq1lVn zY{0cI$`J*KO~COkEDP4=tSyY)vn{Nc;Y1&A&!;_m-VGuKQGo3FL^qajD$KyHH)Wq}ltIE0?v;J&*!AH^ zgS9?*Uv#%>NP@N+BL=d>W}N69ZHw7K@2*!Sg*~+sLJeeWuz@ULS(mkTu))Q@)@x#| z)meO?qXYxU8pldwl=#|&h~kz@)`d^Qn|!e)VKp>NZg(QiuiDH&)*sJQ`r)TZ!u@1K znDn}_VhgdmRZiehKx|3aqH*j`o87%;HVf=)?=oh+f!gVXXCNb`K|=b5$w(bjX+Ug|k1|&b*$SK0L?Q;V+BJ|RkO_-pLAq_M>kVY7 z=}KT7!@1!v5SK2+0}f5HZDd8=CAKhakR)OY>-13MG+-;YvsxJCGw<;^q%Ir9(Oqtk zR!M`jO8c_10Sg#*aJWHQiEG|Ukg<)gQ(bFUb+t-0wUC5;#Mg$L2Ct;yOFyGZJ4NI*xu8>pXxeA}4~b*k2dja3jfhK*+q zQ%a|U!p6cJP;cjS%7@$Bd&0&FJF2D{YI6@qj+(gc0)^{Ue%M&$=tff`yV|g^T&Lw) zjViUwk*t79+-B`nEoYgFgfy2C6^0Sj4kJo}jHo7zDAR`Oyt^~#CX6V9)XZul17CH& z2EL%bdX1!<k(HGOxtD`^O^ zTt!MHWuoe&79htZ4UvHlm%I!b_=rg>vt<%HN*We^92?By87^rEvpB6xYD4OndP9=3 zc$6uxQv_<=3{;we4a9NwUqT)2MJQ5`lsD`(@TH`@VM#h2+G@}cKxQT7nx;0macm6w z9O5`OW+u0ttP>mYSfqVoksHUxX@kMsv22t&4#sH}Z!P72n zd3=CyYld8y94k{hq$F`{g~{Q>acnxg+s3hhUrWcvY2iUd7G&o2kmm;m7Mn_^^AN%T z%BN{a#LYTymUO_)0$pwLZeQ#sHw&-%PE0d|w-ki8Y!XP9p{gC$c$nR{@i4J#;8)~W z8%QTZ8@~6du&oKCOZak-NY{U&mb^2Nu5j#x6}1y)x;{L0zSF9j1+^2}QkS)saE;c6 z`e{0L!orsuz2+yjIu<$&g?}0(gTO z8z&VJhnA;)eQSH<)@7C^d2OS*3%0dFn>&WeoER#zfcRB#=7p2Pq}L#RrB3dpYj6vR zU-`ns*kD8DU~8M1%>u_-6pk6KaLsQyVUh${=C}Uz4V7uXp%Qw1cFZF4(g?&noPY@A zMnHzdFYzdIf0C`RnfR4ChRV#&R0ZWcaD}fbWT@oWQ0ZPgdJfH9%!&Aw5kn;wzY?5T znrox!w6nT&rCZjLC?!3)1-H>^d|gyuLG=3)b3kj_D+=Ca+8Y)xW21ihqxxz$sxJ_| zlN43e6}{s|_2sVFGe@II*I5;qYgI5_B;+_NrhdPa&6Cmanf9y-;NK-uTa!>ZK1G}Q z%-(`IHg%$#j}cQR$EHpmy7^eAsWbC$zS1>y>fked^9AjMoi|_U-+aZgtCz!Oig`*+ zoiwbF(GGmMu~78ggj#pYmu5cRKs_w(+=a%}=~*_FsSxRD8MbVqsxqde2`PM7IhM^# zOSCr55Y^pEX+kW=39*GXj^p|=ruLCdh~;FsDkK@l8D?PFgsMhh*{n>QA;XqUG1z>D z&HhrHGYPRdjx9=Td82P^8ygd6Sh;bA+^V%6FU&}sAxSU~#~Eh9I71W7mz1-rE1J*c zn_*k15pLITs?z0DHn7Fs$K~AQW85L;I78d}l^ai3ka$Ah{#oGakl6lNg*cNjl`~}j zEJOBB%boJ|_D`-|13R&Qa-Ta@DfcVBthayG_iO)L8x9x{z^kG$_RqZ9TIwRES5D&p zl3-Diq*le8L-xK+vw}0lu{#j~S?Img+MSS5U zX!2TkWCQGRA*ngUV53s##-FY1~#gApu-G%7pBZt*}|xR!>SdgJS(y z0B1H?iL5m@_D{DVm!3nEE`z(lmc;&9AOXC>_Rn0Goa(TDs`7|AwSRI{kv&Hoh_-@o zZl!QgV@ZvmiDSYkAdT3uJLsDz3EV_AZ-(APxqB0#gbwkXlfI_6>x0#C@>k_}e@$y! zT{Ij59Hq3aFAE5C$L>}g;HV-KqZjwt-SSoKP8VkH}`BGKGIcrbVD8A3mO}r`%r|dOJ6dE}N6%#o}brGNH-UaT(5j z+pLRZxZbH;rDJD!k4skplSC6kL}4skh*=BcjbxZvAG&=eky)4VI#<0utqH z+EA-wVWw&(wH~h*Rcqq5E@=Dp&9tqq?#gcJJ%^|=tcZa8T6e6Lc|9qf$c%)I z6Gk&DW7pQom|3a%4Mf;wUXL7@p(*rME8P85y1xjwn=<~uzH$-CY{9IU4l;Pbs8jk>+`>seyX%(s1*jaPUPVB%38`@505|L!pk{cX#iwa^ zn$px>sVNA1r=;5$G%rB~!L^*N1Cs`KqDh*i0G^&q{`tGfch9e`0C}jFAySxV>P4HV?!ekeSo;ioh`yk*V9qeSLegWHABNytpA zpuS@2&I7qvgzRL}&NKI7Us{IqS~3s!=XvmY?yW{2?!P4;SLJj}tvGeO)u^*)-8iieQm(eBFk=-v20nWQtPMHN|nE9-- z>?F{QZeU!mBRRsf2wx#xH80d-!NJn(1A1SkYppi?oHQbl8wEJ^;~qwY9*x4 zySa^SAI#wEn+a-6o|&XQD4Us4S;hu_XjcGtt`?G)XE)e_gW{P4_Y?j_z>-p$Dm`Y} z%itkflnpwl3@Hkm+y+!0fT_rl=8$S9wX9uF!E|_?M!O2wQt`%y0lTV1ZyVX%cEs|+&ob1s6Pxw) z6t}Z=vT0aj`1Z+lMJ(D=#OI%i!r+lopgBW&Q z1$s}(wtF+G8^F|5RhQ||lW5Xmro&~^crNYr*CO7vhDmsvKh>MxLdl+mmokBKnYddz zJUJq`#m(toHr2@*@4Wo_h8iE0eL}~))<#Wt(foySg(0}_Ic>j-@B6}37t+pIRr(I~ zH7+~CTLsua|HCkk%m~8T1j^wk5&x=BS!P;c6^4(lk2W_KUZ89PXfIY3<`z-L(GnM- z`#WVt({Un(%lOm|9$NEK=Y5fZmLYN7H;fxQcxU6}6z=29LKmJmt6jLu6D(Vyx>IlD z(C&~Qa-G0K;N~GKb6=*Nx!OtIjXXYf|Et2SX8-FHYQ@&2MwW4foJbcx0C<33i7>c!+=7q4GUetdua z6Ny5q{Su(sX<1mOWnyxWJo$x`z?4T3y~uLB9QiOy&#~@#GO#Osy(Dw|=kJ;?UL>$b zl9ac5q*SiVj2ZF6zv9E42eF}qiXZhl@uS*M{76Lw71OVph(^OYAG&VnKrx~;SyUYo ztayEw>&bIvR*pPU1m%%5(eW0pD|3Kz*7IM~*kl2ICSrX_LM$w-C%CRbrXxN&X3JFN zw)b%|UF*t}U*96oGN7)zp^t@*9VVf8ojOx*woYy8ZiC|obL`v{7J6k$@S=k7mDlPm z4cU!?VoUAAEPOXtFh?#;lLp;D6|zbUkI~igS&dZDTsvo-ZIDjU9h6`>RSe{W@PL32 zljcppFtd3h9q&kF_(;@ntLuB0`|is+v_Zl?IadM5b%IUD%##%@^U^o{qFhKFOLh)r39i_ zT9xP*75arW%M@yIs1qm6GOuwAny)~SmP8k68QecxyaKkQ$>&PI!wnfL8L!aA%+VDf zrLZD6dl~O)s4kv&;`On9>BN}!dH5X+xmb*;bg%vexmUS&DjfG}z(i(U$4>dQtgiaJ z$(yMvh9x_>=EP2z;C__29x=qbmX4iph;(h{tgcRcM(u3K4eW%es7!OboSjS-;9d=+ zFcH1o6XUd;j@o?(y_Y8b%{XWE9ci4mgB`GGCPNY$?STD@f?|_xc6;f_$l4{vwFye{N7`6!A^OYCKO1BqI*znA!AfJ1e zB~Ks#z;lOrk|+(l?Um(t5w3LIYaYX#A$8SDSOB+2P4X;ke|qSQqSBf zV68Q`@=%=eX7*RhAUJWrx)!R!8ex6)#KaoyNd=h4Tsm! zGLcl3<239v?|0dI?4m<^NVII(F;$rt%PFSe#2q(T`OtwA&-1J9Y_swxL0nH2r>^%L zPMevkpdR06OrRwXY=3swx=_&g2V`A%uJq+IVE~<&s*^s|tb zdfn(14_C)LLV*g^Wrd-@heQ>q$aRwwFpuS=^lqMYgcZFqwRjUqKVv!WyI4TZDrv)E zYP3`~oz+l`!hrN9l|kqQEx>H~{gcvS(X5rC#n-n8QVmFuffx;XjpG;%-mzNYC0V1`{Ke^aU$j4;sE6HJ%N&D`B&%S;2 z9Spm|O&g7jNUD(rzT z&522)vX(~O!a=8iy7s->^S@u{RlENC#m&v9tI6kT%wO7}>#3>9n|rf=huUSpf?pP{ z--Sl@Ge`B|&(tL^u0(C}uY~IQFHUParz(N_cLzT33zQ##44ztL;ESt{AoZL0X zSGq)*-|Y^&G1PYqrdj2FCLQpZ%>B%iH(mmv!!}_v1wCe7s0tNJxfVkg__n5EY2s$x z%NwBTwwYJ%fvA?;^KA_jOP!>&H&%jhCZR4HFH1U{2<@e0xZx>fSQM=@6fT=@6rSSU zKiu)fR}jmYA*nhjigLIzOmTJ3^pR*camNfX)HJ?7KUjWc3%xoR4ekX|`sG=JL6mDl zQaH`7FQDB!ioG&7By`<0H)I9Xv@&!=#{WL(qTtwn^Mw5=?1pSU54azDOzLI&Pm80kp6b*n zJEx4FNn#R6VoA7EGYXL#{v4UntM>N%3WK+PqUP1+BM&<@;<&qb7}6KgPcDb;Fu3cT zFJ>6`BEB5viN2qG2FGHZ`V_;tdDqg}6Bc5xakDREMppAObAFO&u~od^JSpY%SQ%O9ia`$S}gQqL>hmYYIG zp6Z*QLLNP+Wce5AtYC9Za>ZzpEjlq%@@IJHnakf^2qbfJe*Y2P&LA^4#TI=ZOCMx$ zrrnvFQhxHV!O!q^v&?*O_~_iJ-Ev!w!Ly|Mm!se1vPDY-^n4ZI9_;bjxZj%zM8vt9r27@2+kMt8m5vM&j)u)6oK~tMzrv6& z6%y{fIUHnxU;BaDz9-#tC}<=pce1sk>F%hy1h-hY^|o|pS%I238=??uc1JZ}HPML5 zS!0l-3BB^r0&%f7U4F~4CEfT@N8*H*ksF-*<9SUqk1s5wNqX%KeGt?GNsnm15>&18 z21wifajK(pfFfmmnftR8X+Z7AIPt=O{QyMr{Q7cj7OcK**N=k3?=Bfoy(zuz;e-XG z0eISjKE>0YxMi>&Eucc)2=pZ4CN>M=`sXm?)TX-noxx_`h~OVkzEc#1ABG7@ znqPZl#m4$SIFC{uC7>ld^|Ra{nc(iF+V1Y(-QjCHf4(3wVnLe)Wt0sl)CNl4z~h(P z2^*{x%?u0Ws5PV|t5JMovxdPln5@6Q!Hf|7GTbYOT!HagrZg3J7py}+m$Vl!ybV;W zC(V%xqPxe}*#saHR@D$RX`}V57_5%8J=BS2eS%^Q<+mfx?MVCaQ2Pfz=8+)wny5_p z)^UzYo)orQe(!izA%DeD)yqNtPoLy)8(kD*UrLUye>HDxl)c(3{y{5V*g#cRBW%aG z=+`aCmp3m|4-K)U1f>?|IK@%}(-DO)+r)*b=i%TEr=;*QN^3*eSTO0JN?)Ge=vwMl ztDc6e!-@lbsu#XJH5do6`O{orv{__wT_))XTMX&foN2?Zxx4gB0`#^0d(Vrm=kM}8^QIL<6Kk{F+63pSyC1Swo~4(K zc7n=2c9HTXyzMQCgTPP}|MctbSqk4W;hRI|`NJ<)UQGuDb1*LaU>n18FgBwDF0scw*fJk zqT(WFbLg2&B-Dl^{^hOhfz`a~f;)UI<8hLcS+ks?_b_kz({u+X8rI_$vd9m1@TLt1 zIz3V6n!4d(mzN3yD@0+pY?l>!=W>F&S2Y_j&-EikYa0AL$uk;j7-yH*;I&`EG0%g2 ztEsOu3#B8aYsa^zU2+t|QTkPRb4Qk*4kJmzpNRq8C(u@uWDv2Bh0V#-L;N`S+aWYL zwuHBOM#EuPKxOLkio?Q9l<;|rmGtDIz`7=vxOmt3!`Pu>CT=f@*uY*LSW^@E>dvP$ z5*cshc^Yq#+HvuE%=FI%jC8-dkTcdh>qJQRH zw*R|YM=F~F(l21(?au<0=$t^(W_Yr|g|xp$q)vm7xmAjTG){~2DL>^sRMU52Q0doG z5uba#FUwx(b69eu*-Pr3c_f_7k@O^fgeCEn=JI6F;KT;dYnldhV8I%>`ZSZiW*6Og`Y!bRDQ>B zOLl7Q>g6McDZwv3ouKf$BY7qRB>PD#S5muX7VSoD%AF2h0RLTnxr@0*u%AiDuHPm| ziRUZMe08DFRDcg+P$+#*!U?cTAaP6KoI_S4{IjbcC5KT>&jAl->=IO^G($(lP#Qf@D;7s(F-mTjn472#CM?qg!K@9x3=2}}>8N>(6gXSxSQ4D@`8 zD+vq}$@wnPugd8ubw4+xBL3`0)2n?FpWMeLp5Z=uy-ySv%cA-$?-Wz=6zU4wa^4q8 zf5vXk>Yeg*;%W;{l5=KY{isIr$UzRW-a!6VSu-16hLyVhEm&btO5Qx&P69O!~}?f?l%q8D7|!eDEk~T{JqiywKUE9$f3 zw8Y%@><08k-7uEeCbwK%5U74wz(%l@zLCMXIztKcf4YOilNuw+w{hgB4XvMG>4?X^ zBj4(e8%cjSuv1??le9{gd9*VZn<##I4gMwLdHg9K(L#@0>a~ODmY@dKCdaY)3lj`Y z0nL=4##;x1KKCEPwo|v&b`SmX=Et~P3;$$iD!njPiDDwp-o>gYFY0?DUfKwwqq{Be zJhSV_qe?P&k6oX#L#zhmeLl-5UGqxn)v8A~@x+dbT=r70@Nx- zyF1t=lYp9mkK{+cVduUbI{XF_;ylyZ9>bzQ_o!K>^mZ(|3F$O!t$s}N66HKAC+q7Z z)oTUdJ{|mWk1|rD4;1TOwZ)YIXXI`UGf4CCSs$Cx5u`&L)afxGDSNx0^427%u$e%Gw>)SKc8Sx;E z%gRvQkSt`DQ}i*J*^ANq>a0v+K8YOa-O+BIxm7jeVi$^EE)wrq4;O9gcRp>*l7HXO zL#+zDT;_nyAK_ORE*%)Q8N;|$@Ro;B9WNSKQ_xZ_vs5jR#|l*9_;TbC`zDHEjOO7is7+(T_Ob5I@47xmM%{j0DaiwQ zR|n+^UnXhkep%qnEzP=|wE4s69z?x)_NuB#niaZQcdTqRR509S^X;&0ygR05)>u-GkHovr#Ve+bFK)%Kk7cXz>y{|@{V0nno11) zIwV8&<#CsWJJ*BTHw$GpAw!4m@QplWf4;>fA9j;vD|+iI7qb+95iv78%~Y+G(9I(~ z28TvAXewSeu`;~BP%P+m&gaFmJe_-4`DTxITq)lOMxuHu#9sWP*UV2Y&b*&}Ne*v& zOckk&{Vx6?91!Q=;QU+nUoz*mhSKVI`yrp*VZJ+rUdty!6l{YFUR(jQ+`d7*nrv5I z7;(rrL9XRKfv!R5RW`gN$$oWQs~R=uG?=l-dRJ6wi+_h*C+P9XG{ z4&iUw$w|9Ic1!$83qDz3iCwjIl%itA!t1`Pj+Q$oj6RwuqNu{D!M>av*oUXs-knTS zwneupA$c%wPH%#{MEAV+%s5MjkscR&bNP<28x^nXVMjh%$T7%oCUhZVXu9zBsb5A9 z@(-Cx6cvhE8KAPzuxgp2ph$twe6g-BBmCO(n!IYh{Z#8N650$)6>z79b5fO=vDe5* z+xkaT$@P;|vS40vxvAv3v-k|emWz>|<@6($u?#+w?{|Fe5L>%v+5VoBFVb`s`I=Yd zo$dW3Nv$g0C1nRI?7Fggw2#Ds8W4U=#f{>2#%p;5R8X0ECMs)X|oCe5%PnR1II><8xCHRj&>#ArmS;`C|yQo-H>(1>>qig);4<4?TB zY$}c2t+LDUGgKOqUbQkf9TZn`jg%r_nK8cv2{IW-U%$R?!_JrIZtQ-@aoVbedL&&g zvu$Yi>@>trkRlR?69C!)Ni9)i`$gT(5|DzWJ2+oFu->*P^cx;SGS90&P5oIJeUge3 zqzA>{`j!CSCUo{%&$*{e&9X^PcI$2n^)J5Y(R#*U8&4;uevav;YAQm5;r^Jwo$h0o zWy*y09*BQ6nc%uF!wSCmKOQlbd`pSCRFIaaE8UU#dIh8V03L1FleQwBnyu|uD||Va z=?uX_zGJ(MA`$qV3*}OA+&a`@>CGljLVY7;ZhEHw>vN}DJ?~GsQwRI}-skBN7X~j{ z80FuSe^y(Bxg`J|GH+)cKCYA-TtJ^r zArMwmISYwJ2J9ocj^rH*<=flYu(jw~C%U|o*(fE+C zS0}fPPJV+c@)U2)!YO_`GhQolUlggPW+z&5ch<~vOIHQc)>QD(wcA*JJ*kTS z3RKbBetx-#=bJ(qk9BfPDbF{wT*Ib}xg|7+r_B*^ z76Q-kXPGtN)EN7n5(_WKUi6v*ilr!Nm5pe6;frpo@v~vIpL7o^22m|fLhV)H7nmnn zIj?=v@a+F2>D`b)IVYn~1G)ZYb1irtIr}zcxvAHCUQ9kLUufC7(1vhenJ=yU{_lp3 zmXE%sjX|my{ktAEg52+T0vtw59tJ0%Vjr+s;!kuYq-fnj!F~>wQ`;%-ahkrh)V_z= z+tN>%JF&|Un`Pihm3$;~KNasAvfbME- zGkpbPGD|xZEK5hdZq(}S!HG*qMKAltmo|lO5r4#t9ilAI`M!MR}PDdR25dfpaSEYYlP1?v{V z8yR8ZDIsKe%S=5t z$UEv7Q(9>tOP2Vr0*x;}oPWY}^O%YZzzD;1&D+@tW)f$P9*z5K^pe-cs6|@8=-0qj z>eRC{(Obh-uk4=)pVPp_`e26@e)Hz4Tpivtcl0{Rw38~uo6={(K8#KPk9wH+w#j&i znW^iEH6^L$bgKzcCK2-ZL2n#S>G83U?5yKSGY*nhFE12S{?Nv&8OR-}wtI5tuTjzN z&%&NTJWhX(JAwoH+C4<=%BuOM%IECcC>1lMR1>*J!#U39cC*HxAdsnDc#-1xC>fRR zFE*v$CsZiaZ`A5Z%RI#{#Vu$PUZmLN{E8wwU-YfQdsa z$Y49mkU$z`Cg8zFv1ZpPV(AHYj%YOHqpZx1*qvYa9QOOA31YpFBLTx3MOi_un;t6?G5w-0^HOf2tL{=Ls*1DdjP6MITmbAkGEka{ zJmZXYyd--oO=sT6m&IER{2TFi2{g8KvjI)rSl1*%@$^UJjI-+32@0!a@bKwZcDzsP zRg_~SO>nDQ(z|R$QMZsP!&P(3f zh_if$4S0*KoICW$B5B3**2n=-*XPFa@ya|2^OvGWzbXBN zl{8&kW4f$2TJZhjb$cNk=vV-_cM5Ss%ypN1n%TvX_FCQ4(q{FW1<^9!NV}0Eg>*sk??S2EMAF>p( z_*;UpecE!dE2G~`%IL&P@iWxMjb|{SD=RT~@S%aFq|lc+jEtAwCda%-Kl0Fu4`q5> zDo9i&=6DL^LOwlE6l(2~K3b2D<{7$Nef>@4D`Pg(UCH)v?2Pw8s5KGQ{O+<*ntoK( znEyfq{IL1^Ip}ARN3*xITm2TD1f}_o&3(vidD+wHSU4X2E6*}UkCV+T=;P4A~)%JK0WO}W}v%Vos~>cFwC=H#6%0+)^pd~)KWg|e?2euiZUHvLEyuN*Ak;A`K>Lq z14}mUY9mha%e$<^!qje;$ITvXK(XRz-%O3 zlvP8L^0r^}yDf)fdE}LmJQ;K?oW~{S3_r1S!Zx9$S?$Q6Qbwjm+#QUklvTQ?yH3W9 ziOdx9&-6L2>z@c2;H5yrTX)z|A2sQCk7HV{sHX5%M(>Fp=?qDR2Vya(A^eRUo$R%q zM!fcwzRH2i2Xn+LPOUw=Z@z3}JaQDvZ`E#y>~VhI!X@fjbH(Z;DT|xx@-oTiPI?h( zcl|*F7refyKAteSI!kVk6S!Y^$HC}ZY`@6~1zZMq*+8dK=Z80t0FfT&OaqlaR)PMo z!P{E~g&9SN@(*&Ve;CR+ns!(8Bw{dbqDUJU>F%#wqh9g@{E$QCjb8Y8W^r_P*{}kp z>E5zXy%#mS`sV3DYIfr{htt9?3)UReq=$WxRNdZJ?Gy-`TA4}^3462asshBOdVFqf z4lR|}OU}K@o)l4U--X6#oRx_Xn0IcaGhihmJmU_}Gsb&Ket^(ZcWa z`mA?77GBqqa)UHdFT_L*W6B^CI;f9X_#wxvZ{y)d)@N4RiOlCtRy(T7o|Ra7mr*!V zNFDzidEu$X;nC>B^v)-P^ZsmIelWw((0ZC_a90b`Z=(^idQP|2T{?BN#C@SFU*X$E zy?Y){`7wNjm=8m?)k78=>IfcPJT>j2ol%Ry8Bd=u}?F)^4H_MzB6J+Pmr(W zy*HcxY!rW};zF+v>m2#Q69lDTbe80k;K@FA4tB@ykLUO4s>;lDcgd(N$N&%Z6GbEu zu8ed(7hqhT_9O`Mxwj3fr{Vk%CzqK0Rh&pDCI^gtkNv|0ee^R?ow0c~)DOpFrE>>D z{&?-#bF!fZxOt~U&Gu2;H5<*jqC|}r>S;h?XO?{)$brch_)iE!zWeWA|GhH#s z@Lm;8BR=S>u}9Cd&pq(&wogNw8=6_nf;59Hn7?)SE6I zYOsQ{iQU3yCQ3qAHtn2$UF)3{Y`1Sp=s%$^=ow_=;Latt1MT`tH(I6Y z?0J;zmGfkY-{%U>?*nGa;DZYy?wckdB{Pf)xkLT%ib4h5v|hN^Pm$GI_j{b?BAD;P zpGjnHCRTfOc@{yeBZMDhBeQSiNlvWmj~~^`4ZnAHVPyUMw^NH7dpEA8NbX>ITs}ZP>1(g-q;1E_^0jnc zIjr{Tm8-#r<04-!SkB~BIv#x?Wl=RtXigGGW{#AJZZDU5xM(OYPMVU(+UV+F&pEqm zRA*NU-Yz8W^hSOYe+@f;!)v%4Ih9(efx_OMXVoh3e1{JFWk6(7)?YAsRN}s6SFC5T zo|2W(Wa!rEQ&`$p0-K&LsM2HDy)_y~PQE#X@!AQIZXaCuN`wrF(oZ+{>aukXYS3-qJmTPam$1MbL**T`_m8X_zo7C5ap{A>O#JC1Nt^4X6tw$!XN(RTy^9E$CHx<-C6lX za;i0srrwxCZs7Tay*qPBKV<%JT-!dLqY_awWIaxGH~KDk2yp`PW8IO}iukiCg#T0K zV4HeD5g*C?*&mODHshx?X}Y=FJh-e?j+gvaV&M(2hxTWrQL^6rn*1tJP8a+zMY(3Z zxn|wQ!mN>gBFdpg>{k}F1>(2p&-P`$brDrkygyyEYI8ev)N#_r)3GJ6$OSFc5Nq(K zEI#Ax!)CYnElCFj-^TVcsZso?Yvvy($O>xbRiVG!zjoeNsZPrnoIGOFpr_gV%D?uc zQ-k>5Rlixd(ZwH)6cYqOR>A4ViK?CSYRF&Yg?yo^rPcX!WqVf z56c9?T~Ac}wdzK+r^DCD<^}ktc(_$#@AvE17aZ)8H7ynmZqG{o4&21EG)aAya8OUT zNgf{fUepKIuQVC|bV8+TyqAE1^Ss(2x35apIUskJBr1C?=4AcxTfgm@JuL^U*O7@u zJ=CxcbZxD0NyL)hqgiT>2N6Pu5P$&a!~)}B&% z`>qy0s>E@*q*e3V9ZUZ81)o<1H;IZv!}s7PgdO6s@jpLaGJe!G`>p$0*i%Vm260V2 z(vPTvJmzrflB7%Z9}1kv^VUWb<^;*dH&SopMSZy~F{o@v`T<)*S_jddPqnzXIK4Tl zP}Y=jvB2FXvqqZ$`O^cxo}!qVNX3FdPizk;eoL-eVKQI4coAv!|yS@ zTB+Sa_Gw6uMjq|H{bMfaF9W;qy<=K_iv~r|cjuvn<@aise_fln(H66q?Kg(fh_BCl z+qY>&m62OqDbjPSwKRRsVMW@xTbd+!%Bu9bTsZ=2<)4g-J$shFGCQq=SEX8B#feg%tegNlrMElS5*@TBd)Kf(?_LOoU^v4-GNt z*smZe-51uM^JeFs+z*WnYa{c^+_?6~Lp9i+XT@T+vOStsKPxJr5 zOBk};c(zErFe=pQK0v&f_EmvtCuZ?xZ?c1vX!G&nXTtht9EaeCH9sb+wtYZdGp)4! zBH$hH&OzLncsduCni{3oZeqcotL$?P2fbc-sliZYZL78Gkf6iak^~QD&f`a^j%tk0 zfBzNF*K8+}9O<-1_+(GckrT4W97O$4i@UC?2d&PobT^Dm2gJf|KZ`3E7gCPueTSczOt3tmRHT4 zNsbZuZhBhYCi*Atb_au%rL(1vxA8-5^GXhPNI-6th_2)db)M)mS!WEzwB8)Xa9J75 zZ$K{+GSC0j;3^kE{gwQx6h=>Avdi7&7cytKj%XYI_C7d-Z+FbYqW1nbpHFueZeQ}s z$l;Mc67y2Q`bB=V)9gDYdu~0hTDCIP`g2Z#!L6#sN(!YD!&^Ni4O?3M@`UlStV^;rW~p>CL^u4ji(}b;2g;6()>;S17aSA-@Mxo@Vz5#?P?9N`iZ(8 z5GWH}z@R3MFg)ua{rpnt-_d@fNkKKJNbz*E#;|3G5?4P9pU2ZUy0D)Px<2Pb&KcdI zymC8G7u9PvCUc!f<*30i@BW)k41tf$bVeH$BKhA_OA4jg!*_A`t(m#;n8CW?9jZmT z;x0TrdN!YD1gP2Om<3A};XG18@HN@c`wf3Z$qj%bUA;yDHFh;0$#YPbMa(1tvT-d?`loDo=~} zS({$nbuYn5=XffA48+4~yq$Sj#1@>bk1(#E>$eJ7H%i_4;1t0#Nlwkm^CPdN)~ zr+aQAGLR31wa1nS8wN$&iDw>+U4{3IK|XjMIORoYYtNc(kb#kK_>}0#uWXMf>pN)a z^I+E(v(TFF=T|M+Q{;9?DVD(!NiVvK?aQ}ntArjs)K@`OL%GUMWF^e>q|cNXAW82% zN``o{mmsy$SK-83pCu_65eptS{J;$T*$YPrB2MVBzPqv>2D$xkusgiB7Eaty{iv5O z&kUi=;g|3!2BkSdcSzU*sOX_ZNfy~ex;f!?@{;IlopIb{MI%&doVCqOiCW5)lo#D| z^Nl+vw;Rsrp;)yz`+{%&G6px9r>jCkDSkpK;*4+1cXN4$1@3L?z>Urxw6^XNiZbZA zJQtI8u+iu1#eqx&TVlWEBBs5!imLufFh%6zNW~@Z!k96b37d3Et3(~~>}$C#Rr;~d z(WQ^7Y6L#TCT_K^M%MWc!?a%Fn~=#7qVR3VxPVP0nPL<;w=#U|{&N?kQEyo_^-U;c zjGeStuuQ;=tqx>jx_4syb^|Je@I|D_jcw9k=kj_lG?pruB){vpid0XI5(w zT&gE3drsV19CU-#H(ie7fTSMlt(m@8d0sfwm<@Oy-p`7ZCqYB@;GGRp>VY;&VQxRUqFX~@#-65+&EyxK)DYlj&>ejDA z>_3pah$&^`mvy8g_;(t-?yf9NwC@n(vT9h2R6c-@vA*ud&EL8lFEPn3W1uP!(r;1P zghVJJT|OM44;&dTSXzccq1I>}<3kA4%-O7pw8Md;6n(grG?F?xzs>m_uYkXZ9&43k z^e);m>t%p*o)TVl1s^E5A`gKTDZZrqe(9Nvt>x}qUpBDAQp4-CX3qo`wa#vWyjzyL zMAyxLvI*=+?sQa05qO5&^ir~4BaA66P>Dqo40y||{xUd)dff|2$esNAeVE_!Y~;ps z*&7u2#9CtgNK>M7KufW~;|*4!*^~#UbJX5cs5n*hL4trjKH#gK(=48vyo}r~<-)wQ zcf-eA6d7$0l7~{?ebBT5HH&pA_2b24C>h%u{zGYZlX~5q`u8LJb)^NBtm?FtG7TMq zbFETU+^Ga>B9aOPU!6axmgHAV)!{D1LHwehnbCx%|Hz4kGq zDnH_G_(;uc+r_Y{1>6IxT(~eD<0pc$9&A?SXF-`tCkG2Cu^{Lm+_*I{RK}n^9oL4f ztq4jxJ3?Vv`7EO3HO^7fzO~`m@vgXIKR;AVSx;P*W~x}pY>i|WR4O>fgfnQj37kbX$u(fGoOh@f@__`1igsy6L`&k zz_pENv2kf{pNw=3JbvMDPbl`&;bG<_DwcoBI`j?;byj8C+E9=V@_E=V{D*b(8Xrn2 zWI`I@%Ls=19`cgLu5mANbb?)i?Wz&zeO~&B@G-4^q$n9g^ZkY!;AMWp;YY>>cQGZn zQEf9e3mM{*`*yr4Ut60ScwL1RPa-5jB4#@;Jq6dmjkS=8Gz27v5x73l{&flnOC6pH_whS{xA^|z+sx)V8-pCf4$~_-+K$}tuP%_46NO2 z5V_~sK%64*H}Bo+Q?#KXsK)jHIL+t<0Su>cDpH$lo-BThu$4<#R_bi#wDqwP_*|f8 z8IHBUaB70pwXK1tT5cq$Er6$-7)prMAshjLu*Qty3kllw^JSKw4l=6tDu2xy0ph%| zuf+N{T-uIIV9X|$Qu+TcS*BEAxTD@VPvxVTX3Oh;GSWBOaFIDTim}6RFitr+KvYzh zR1xll0eijBKB_uMO}Id|yJYkGh6$q6g1LZ=wZ4I_^?~2Jb#w z!J(2s(ioSsV_-iEv2F)_;5au%A0*Z-<_QwJMnB&)IUxxgS!4)eo&N;Q>{YaASY^fA z&x}0(C(;QaK8Jug(yJxFJREudHIR#}JV@aT=)b;ix);MnOSqr^x{e1VTuTRSRD&vP zrNaH@p1%UWi%%;%A;yD2V5vNg@s0!GFk>@0A=DunOUR7ZLKwXK_sR^IB^4oveB~vY zb@cE_IsfD#F_<)xx=Rby+*jszV_KW0jQ6sY9n#8(}E|UVP~rpne!uu;uA$j;`0NAwH(mplex` zAOsvAe56v2S6h<_I^p{E4dNX>s9V=AU%yf0Lj>|&~NZu(eI z8_5CxuCk@{{MK8oP##QFCx5RxK&$3ikNQsj?~TT70a#kpX(AX6fMF8i1p9V`$ zspnLbx`T1D#YA5d{LsioXar%>+0~CL=9oL!&Q^+6ds&B%ELuC;+1Bpyt4~dOBV>$cOhGz(D8{Sw#VMUB;M;!Pr5mk+vc;`ah%Ianu{;T1%J_q2^V z*g@1*46w@T(U>Sm+$x2S3suo=4sd921aLt|nHlXmX^0A50o2g;2AX}EX0WPV%sI3( znSgjjOBs;d{}<+zkrjvk9U&pX)p$o?vH#`TMJZWvur6HlRhQk0PEX9NMkHj*V=Y4% z^`c;Zm8XGm{x7rtPtrRJGTgeUJ*GZ(mrOYO$mcG#QO}-C2!F2)-1`11Mhomq9mRzT zN_!d5PNc7ZoJ5Hp@;9-K<7dLy=T^&#munN^2o<<`S^m5zErzYXFszDvz6vkbNUrrv zkgM#n*tD{3xwfIeD?hd)D?g>cZ$rL0v7EddL!Y0G6EvkE@az;|M!c3E+ks7PKLRh_ z$B)2+|LsTM^lWPon>@?~QSd1ZDGm!r1(<#;%FX zDosx)b@_HSKns0CeW7I-GS z#=I*uOanyj-bOTWt_4Uln=unK9Z#ce+h+cKlKLkK9;9O`DFLr(GDbDdf*J$`z#{Vh zO+)cY#`FkWlc!<|vD1amX{iNZ`;*q^tbejZSo2w>Y$nm^IzEiUlsM8_55?z32n1*l zZsmSm1|oqia-V!pA&o%fN9{-b{|WnNHGzNr8)E+_;^g6*&u3eF}75r6p|2Ns{sG}%lwMKPBK=88#zpSfE0bhv@6_5ic(NJ4c&3J5UPwX9`ZT~MA&>D8;pAgzt za?bxEf`8M0>|qcP{@O!yfZ ztd{{KrRDr3l;P^a6oA&o+<&<-#*YyFZ=?clr;W4*67LReR|f%QJXgx6CE>|?KrT%{ zd4WopFy=i1UbT5yw+>+4=)ns}i>AE@53^Jnuo(nOrK<7|Fmav^K-}>6;bj2Rus#~> zn1lc1?N2j6c3r+XhQT0@6*L-sIV$;3QylnT`*OXA_KPtwRA-n>1OPWDZ9jq2ZHH;` z>e~TQ4V?-OURWa1JihdTkzP_K_fWvEU_u4s)3|?vI(KcVpE2@_0A?ziKZFo3$krBc z>3?wnJk|&R2p|3if|1VuDysEB69cO8FpLL5JhBt(M_|R%LJHpVPnH;>t^(vTgq~Ce zj6WGG_6Y#ai2a{)d#OhAs3t zC4|zJPpeC4p}GfP7z$0&@SmXJU5uZ0G@&9Kc{%2B(0)M>kckJnq(2(eh(dp-01EK& zs@#fG9+=oW=`d4bkG-O5K57Qe6&z{rxi+Aqm?AL_tpLi#d=Ti;n)9Fd=6VNL)+L- z9aGe&v>3CGa=gSzLt)Sg)B-1xbM#x*$1u6a z_bP9_UyJ@yw`(7_+~j29*8tRJI4#`+boLfKp-oF{IhmbNAj)V;>{85QNE{=ka4i?t zby_u#9n-S6{33x;t&S|3XIvccvn~#P+BI3)K!LSpX+Nd<00qtVLKsEYF-`{**a2D* z3RD)2JtYU!zbYMHIXKA|y8#lB3FM?S&7$hSqNm_CdtTeY{*T_GX(-+_stzq2a;O9k z=j#i;CWN1bYiOx*#>iSmU|h^Epz|ht!BuEwHA(lsN)4Q;QU{J_?8!bCaNfuonuZK# z{~1hpokNq6eg9Umy*+zX>~)$EpG^YZje6`$Gr~x21mS(lK43d>ApVVGH;uSsPRD4R z-SS*{j1Se>arq4`_jy3>w>;d-{Z^24=&=3VKk|JlSb3@aG-+9c^{J@0pTvj(JH|fl zFN`KCE`T%ze4UDmJ?I$^5x9hvLWD=rz(Ca|n$Qf0N~DuGLigvgCc+-zN$$9^CL;Wp zza)z8#dUg&&_VPO%)tX_Rt!aLkMIm<&1p!3Lhdolo`wNF21RTvH^!cA)n+f1X>7mG zH#L52EZZK4@ZcaN1d-YQ5h8#I$QIZCh!`~*Sn>5k4kPR>X$Itz1gqUn-cO+;AVl{; zKm-+(y)XKKhDD44+TSt+!;g=mH2Pq!A8CkQ1*;u{=_5gfQliyt7kIf2z;Kz#dqa^d)|(MXMK3Ygc=Tq%S! zA}F5=h=k9Hqy+&!b#H4Z@WUMPfzrxAj?M;kZ-4-e!k|R~1T@$HsLe`<;iQpmtNmd5 zrwjz##Dj4O+!5P{B54&z8mIA#fvwRr-cedX$bW)X8_+Tz@EnNQ&DUUEdlv*aL2hs0 z8&Pg=_&=He%$VEFpb212t4+_Z9tZVMw)GG^>-)kwEnutmI&ll2T=3pt1641etfgk+ z$crz&yhrZ|Om>xU8#q-~*MFuW9Q&T8tz)pHSSI{c zOm0QCnXKBc+(UbX&i{V}Vy0ls*#va|@Kx6?RRkl8;xy1X(e#ltu3I-PvE5MJ{i*k~*pEq? z%}_(iAUvF=P>AJtQ}u5Zf>x=YH$ieC$i^uU$hWVniwHfm}?ykZ14D) zvoY^fR4~!7@1G@gc8Jq1Hxu0tJ_WFUFiQ}{NC(12p0;!4v*mHIgekDcKby4Hoiz5- zvtSm|2yDvwsqHCznsR$dp`)wPLE)Xl+oSFq>uNVRGV#nR~bzRL&uSrm5-wFv>Y0$kuWG*pAOlxnGs|VRCy_ zd>Gr-bKGG-;Ed{f3`BzyMs;gjwiE7bpe7%W+i1qJ9t^nT#~7l_f@lQ;i8}jP^$J?r z5$-EjNgM{Q1+6|>H)Wql@dEcjI)dJUFO4Wj{w4%W;ViiMym@Xy)_=*)7A$Q~{LxUs z86B~IhRNO;uHX!8tbS9}URVM}(Xv;ppNEzTquAr&3Yue%paAxj@AbV$Ro)9y{tp!5 z3*kQuK+m%Pkwin=@oCU{aW{Ap3c8nx;Eq_0w8KC{cL9{x$9a`~=-ShXOOn_%Ic&q^ zg!V65AsxRr+kS}e70Q4jK;i>B1S;V0{`mk;A^Q{2I0{6#uK|rw!($Z&vVQ>iEvo+o zr2S1=i)iD*CYlg?MdcDo8x-asDCoAPKmYqSKPotO^VEyU1ajJ1N`0DEU?tqmcX-P!_Zg)3MKXidnTNZsT3 z-CjTqz90Pv?EB?m0Mou`X2$b@vIuKEHNmq&2quWBH;Ez)xc7YZkA4Q!8GMGONNMG$ zit2yr-~TiWhyYA!j0}1#`wUNWG&f2oT#Z(3&&^3KBYB+n`fEHOy)#Y&tFZv_FUV)qqv!bPf@8)yR6fLCvtwZ?;_zTD10UCOq!rQ<2FM2ZnAk+Bg z5YVHIAwfodnA3}iUx}A&vySY+lnT=xne9pU{r3B82~Bis<+FX-YngxvkKyfGm-4_x zCfH^>JF3H2=`dKrni47_jv6@=FwK|B6GttLj80jP3FwD!Yu2#D}-64pMI~+q-ozA;e36+ZL%S)fe2^VS@R<> z?|Yag50A)$<&+Cy=rR2F(TXThRuToPqTjU#L;vI_O-TGlwe5u-$g+L#`rp>&R7Uq9sOH009chm`T>R*;1; zRR%-dw`w1v^Fu>8te#)JbHmWk(CSD|$n=dTlWKqHu%;TCEin-sa+vi$)(@-JXV>Zj zD9E_n$5QA3SicRy3UAl*v13_bMPSI$tksg4sBM})q=7AQw!b@lr(4+PU9rW-4}#ka z!8ZhtAG0g&EWBTq_3`(UJ7uYJIp?v0U5=;ZCVRu zv)@b-{7quA`&I_NJv*VeWX*R7Db8&?my)roXk?$Kf;4Y97gMjb*EXktwwN}J0Ev8Bju1G7VFEwo4^QCmy^IX z%7oKQKcFu>99mHLayMxwhBp1ZNgm)Zt%SYxZ0Q_-v_Hqlw$AbGBqfbSE@N1lIP&9A zzur!a12?Hy9gHv51MUD<-YlaB*Q4wFU1HYu9j?IJr_m2rXx+gW={#9L-r`mABqp_A z1O~c$m(=6LP4fmbjLU)MDs0Ieu*->uEz;Y-h@USuLjA3K=gg&MJjdJrvEtc^i?!{7 zVE#l{uP2e23k)pAy>+WH*-2`?cn|4*8xm^`)Nqv=nd@3x~B_ia2Eq2XA znx(f*6QKs_lD&_mUj6gKHObzSFc6=@AgX#3c0ROKzJWQH)57QOGbH}rVdTez1LCfDyz&+70T>Tvaci*H8yLEqG;mQzQ}`*R zp)qgd2A1Ue0>uPOA|%!iPx*Dy@bUvQI+*EW@X}Hi)#q{oM+?dbv8wd#JzpF`;u_5C zUbbP(`9=?ribp<%#Y5}=KYYD)K$C47HZI+r0*-EUpv1({A~8Ay6q%qPArclS-RVe4 z=|*WE0SBWyq%0&y8!!e42<&$apZ9%#-}lG&&w%Z|uU*%99p`Zz=XtYxh9Uw_vS~p= ziBW*mg6oAV6kM;*RQxD(eCwQ(LVIh0UlC({W?6tjqB*k3EVpot6tlr;?xZll*I6P| zGUVz5&eAZe&B*;y{lxkh(iG^+N;0i8`%L)2tvO7d+@-y zjU@{3eCAQeq>#fZhU*HS2!I#Q!qHR7l#lp1(Z@+f!AOoQz#QP~Z#AQ};;T-8;A zY|;{Z#l0i_lv!QC!GTCMk7L{SsE;bF4KgTPCRMQum!_TwAyTUfr|*8Oc9j8CRLN8C z-u=Ry+1$*{$>~iUG3S5DCZ&wB2nT492UxD84Q~@8qfAZ=k3D(t*OuO3Uyc(Vp@{8V3!)~&hN~19EIN|vRk<`JHE<~nqt@|qqAa^Li(~pT<4=8F? z-vD6fT_zDjBA*U6lQIo#h;P;NnsPj?Y)O&pn#(RC-;L(T%#pYp7~xin5d{%V_+5}3 z!K)+|AZJ&vl>Hks%AP+PATuaX!46#|#{Yu%MQ?ScOz*mtLKWL~CFx-Fp=I;3$dT07 zi~EKn)n*Q%jWz?fLg&CUx~GeL3>N8nnFFIQZ`4&CV#~HuNe#rV+ex7&r{LdEftjRN zo4>VT01KP9>IX1MGsJjDro^>XH=ib#(PZ`bE%8;Wrdjjfl`@}*p}+WV5J3JAkwy%f z5XjT&is92_P5jSbM40~#CWkAaqp4q9MVu^G2s0M821M4%_^|jLe!fn(FK%qu+-0|86{q%3s`4&1A3B*)c99e#8u|4eu8J>1ONUq z^qN2!qkze|dw%fTMheIWfQ72`?W{1H?fd z9Xdc}K&B7%|0|0Jmx)K~b=7?n6cq+xwZtj~08Q}H?*l@Y!1}nt8PlI(Sq6rY8uO5H zN?jvHgH~TIRbzmw96$F{oAF9Nel8w(4H13Z(Nn!nsa)$yWgEBizy{ImNk6q#&$H;h zq3HBxsqVVXsq+~+OuZt&`j?`L1ZuBeu3zCIQq{kV_5c1MG2^fyOUp35>Jfz8jXqZj zjxLg^y{=ZjV%0gDC`|m5nmFXglMp1cE)7wzI?Xh9j-HZHfsM~+9}To>N#7p4aR_oK zmZ+>7(!gbaTcHf|mE&Mfr|nY3q1H;x|G4!mpWN4{DsIHk6XUO|s)1 zfa6gAi-{?#(|vl4SztT$C{|!kG)`Bq2Q4||HP{vZvaVLIs7jPQ04A9?Ohm+-9uRz& z#r&Az{&5yCSMPx30c-9~s+?$7h?{{8u=L0%@6k=3_p2f@2=EJw0O_(5 zz&V`yna@DnNd60G@0hnx0ue=2$0P2?_%@0v`b6*8>Dvy~CkblDg%tC$bi~woYJ!f zCZ@)KsA>}nX-=Qk@rcszkNy-7zXyg?_ChT3?5)8yqU!|PkU>PDy;Ka5>=D>B$ftid z6=>o5@qn8RC+1@Fe-P8+*z{9s+JjXoX~<>gHuG=Z^(U-8agd;f!_-@MkH|3;_yUtRP+<&9*^Jt_tbW1xRZkH z2~mh@ofJ+F5e0s2;~$w~B+tJ}1Kls4fa;zGDgD;&{1$9K%rhVg7C@r&q z)!V8RB05Q+bHv@;^mibx?ara4O;`~y7(~OM_oezDbL zoF&%6M1-qCzB2lU)kIHS7YQP{;JInCxrP*?HT_@niw0HY8PedS6saqwrbQnEyhX|% z^ReqC0(@QsY!6h>lBlc1hv{SKrcR-7Ya=A*Mpb%%r4u{=vr$8=RDZxYx_}dmqdIkz z|9d!#mwxIwegOa#&|0k5X$CDbnm+4poJ$Y1YW`Z{!QOw)npD59npQ@9!)pECi~^Qb zb{$mKmM)6TVA-bS$P(IWV(x5J-Uazh7mz9q9)QWA2$=c_AaOBU>R|WK~N(2)~;9)T^!Ol z42j&bk|5A38~sV3RWDEFSl=p-i}NS~=$%ZFhXKlUJ1YTHmax-laGWO!r8PgjH29fE z02EV@4*0^G0|gGT1*Ypy`~(=NU{R^^5r*cnWy73Ew$!A@xKZkwl6L*Tc2=_u#epbb za5Lfn+|n4x9{AygI;|N;p|bNt2KWEB+T*@yj0-|q{&B20>bY}WApk26;!w5^xJi^) zhbsWVxUTm6^S||74;@hpqFrr% zX#vsLQxA%|auaHklJ;|}X{d0kRYY^~T=u6I8EIT==d5 zvcQ1p*P8p-RA!(0VW7cgvAVAazhq(b82S?jo9i!&yhJLI(XR#olazWN zq>h2jdS??2Dgh2+-9p3|(UHxkG5%M?fI|r3u3a}*J{rG&*)X8|ZMG`r(G8qA<*uKZ7#B!QIfR7&Ed^uZ<{;vp*um9_BZM#@h z2s7kFcN?BV$YIou79|Ef7$A*7jt=3?3YH817? zHV9cKpSgI6uef!(Trfm{g( z2!!+u{B0h6MdpHp3dTXnfa(4jxF@@kR(>>e!@oNPw2RuS$2n%e$<085j-PQ?o_2jY ztpm+WhU)0e>XP7umOjfb@|7&PgkNRl)y@@OO;p;gRI1A}t_nIZ!Yix3gH5NxFR#Zk zilff-j0TFQoiJAF<$kZpboWhm+X(%|a(oon^49(E=5F@c5ki`#w-WTP)(U-$o^-D{e<3~ctAg1@&4J(DW13+ zSPA(^C^k{QE-)k<68k%Rg$7T(Ab;0oeKCesC?DpfKYu!2){E_H zt$m4AM0@KXP^(tulf8U;^lJj|>zWg2I2;!vi}Kvp z{UbUQ%gY7sxtlG6CikqEAIpI>;91+cI}zkuR8T?N`*senb>E`nk_AJTBHw5M>{54p zTy9!K@~X>fHwn3&KI~u{39ljd@mdT@6Ow%ZiQVP@xl3}8>^n6|*DB>`*B4&C?GS); zvg=SU_oZD^t5>oURY7WI>-_O!+X@nwMjf79*eYA>jy3N+Qn~Y;WU`n4_?YbLAoSpX zY#hFbXGy^?b|%^qK<(Vb*pfJeCs5M8CLr=tE~0Mu^kYS~v*0jF)X4!;#{zO~w zJSEi2*20dp(HVW$)6_?AK?tAJsl6l`9ovQA6la0DWV7$O&^9QdQ>^pRDfaDf*2YKM zAP%Gk_YRZJBn=NQ3`Ab^=}#)0PZHAaLfnYKCceovr;NZBhs3oB&&~f*;`)wEjC zq9pOd2>P>Js7C|=k~}#4VgRMbZs?plPU36b!`uVS=>GFqJ8FFJip#J zdlUafhGPa0_G7O3;w}VF>Euz8{3Tkb{e*4`)Rpjp-%)_gOn6 z(Shj_hF^E9MLcT=N($L#zpKS!lWzye`d;U@bFDG48)%TnQ=ggO2_%nl8G%ZYb#6s% zstFF`os)DTmy4M{axVyvt8E1)IIpE-AlYjI%A$_-Q}9Xck`G%{T{791l|*g7P7kts zxva8m@}Gf<+Qq=SaqM7c=G1h9&qnJU`{W)4uzdAx_>D}*Cgu?R zg>Dp?T}<1)&(illK8ZA2i=<*5v61QAP(>3bI|G3&vyT2ug2Tj;49080qAT;J!@JM zco=;oNtYLEtq5ak{O#OO2p zH%pd)dYE8>)J?BG4h;1SOnO9M_aP4w@g3UDEjME7z-n}05gk~|4lHsU>+;d3Xd=`n zKrkm)#icB_|5MS||zq0OY+xii5_?90n!KINn|c=eR%`9rl;*;VC6 zRyM$XWN-pBy2FWfz*lme-6e)iqM1i@e6Sl6obpR1Il3hY%bb9l{|K%ss^@ov%0bzB6I|0{8 zp_br;anIg2oCNxbeT6A9`9NXhWMr@>Tk8{dXBrLVsIi)E`Uwgjcid`*nzUUEb_ zXCcyg(KcJP#A@Om;xfwfFlh*S6^|shu0!|1=KI@)!5uY%^tOdala~|E^S2eA_ou-N zEl4bAca521K8zG%PK1XGThOLRr0Hnv8G{@yNIEH0MwSCIcJh!sufq3HsZQe$O)Y<( z#8h^u6oXG2f?h%m<#})$#l@jZhVl!{_6tlqJmCS{DULew3HBr8_z*Jo4@q&m876sO zeN#%QW)7Opzj%qeF2bj>%kN@GE&!;d^2^KbH8=F50RNw6WzwkezZxe%bF~q3t(l;M zR--vKXV$G1vgK!nRI@?|Nf6_S5#e)zT@#}4xJb^(c%XX*F{vieBkSli0; zRYivo)PSagFK*?jQrLa_abf(6sNu1>8O$+`t8XE_vbql+wb+O6TP)+koiP7|f5r1BA7t2` z|A|X@r6Qo*#4;d!#)2LC*j6Bg-H=5{m0%!2`UT69+hIIiq^QBZ6~vWBtxE71QCe0W z(!TqVz`zFtQILs7u3PwQ;N6MPM~CAhbW{e>Ixv+E78h(dsSDN=5?F+%+ge+sd9SIv zjW$VwcLeD5@UQQjf!u;G{-hc^vAik50vTRbVt|jYYozNaV`O^@(MPUP+w%EB2t+hj z#7kPJ%mrUNAKP&>HEe2Ix0l}wvVNoqSCh6s5n#ZgF+jC#zxu-EC?2Kn7)sXAu83;H_8@4vGX5_HTk!42vRkW_h9QvtsZtVQI@D=7 z$J$-LdlOcQ?_d}JQV$@k>UG6h_UK8km_?R0xtv^coqraJqv(5uXVmi0ge21QKd~7W zUNIE}>iLxV91RTeE0)RU5sH;PO`kj8~){l3VepgNm3u}`V zUl1KaO~4Bo^tBDDMoorJ=Tm>lQv}cW{4^?W;gV*Zd*9DWn}wIB(=%)oJD+ z?tOy!LjIj#)~96_=3CUMa~bvM8K7Aem8jKwi*P2FoJa+T%h<29Uq?E={_0mye#e^r zzIO~Q(vZ!6c*Fj@FZwgufCpgS(w&dOQKP76P*9rxID8tsd`ct=hI(|!IvUtD7%9%M zt8#!--7(gPj@~%xwIBp-pHO;1j*nO6Cr5Wi#Y4q9dRv@xQa7BD!gx+E5Q*1^Coq|e8P=)n^o1Y*U++G6Rb;r%|i`NfrPir6eJC<72- z$3>PAD2@%gI))^4labpsZYHnbxOy~_8!Ig_(|ON|<1s)rKsbJh(~pM`Jz0;7*nEYvss}_M{c&z-R|H-msqtSICx^ktkDKr_Z=%?c$gPAGUv8{vPHPIDI*p0J z#!liz-C+#)YPwzi{#}C5g-`Zlyg(2i0+$+XHexK;q`wP?Xvm!CmQwwMbN)f5;3bTi z06G7JZ!dRh)ttC#iFD&lMudN)IY0aGieQaR%w+=ak+@ksW;a`Q0n_#U-T3- zwSB0sl~OvEuoONn@zq%UIG~{h7UR>G%c+ z4hi2YHJhg>z=)t5lA%ie-(Ha^1X zE{t~xM<5Uf0#OL71JP@upC8k73d2?PReT1{1}3y?_-lvh(3jFfF7s_UFOB68oL61? ziV-)a5u|MwBU11JCoxIs$Y_Zdr^J!qwdRwl%%jr+(YtmfY%?008SS?TC#k z4AXgj#4-v6;0n^ir}J$lgX(A#laNzg`1}M_yO;KBFIxrjbA37@T^Z$btm${$Nd`BA z@%W~!-WwRKj*v0dO4lLy8ObKjA7W-*`W~+#VgRtRfCXn2O{6ei6;-#Of zV_orG2omm`G`K7&)WzYdUD6~sIxNF$i~8MaG)XZ7QmBX<-DNtyokX4#uM+(S>LTF* z$V&!lpBZ+XR^-h3RtHqeYfQDh!n1+)acQJRiSX^?TXon%i}W#{uHHXg(+`1re7E`o zr~CU;kPa8rG`nu~&e^QF;vAjlhh|9CyZ}>W6j)%t)9~YTKE{jR2}IwK&wU_ypECC4 z4C`|DKr7Hk9X2Ta`LlM`^jp*3qKPq)>+ktmANQ=ou!Tr0oKMqe+9 zY=cO}ZzvyDb-IoxTN74aUndHZ-b!iIL7XhpUtNpxV)<2__=~`@lK3l^b#s$-Q;lsC z6*_r76Mty|C%TT40=bBjcY`mkBa{ig<0f;Rel*nNW^s9~r`IBNDTEqNJY+My&rw!} z4;^C8{?{6N?)M$WCv!rf4{UAG`z~HM*7p831T|My8utY;s7CfA`YI^Xq@nh<>~@Q< zCD2Q^S$y@dB8!Q8S#UW}6gjZlnRS(+MbhPbX)aj-vR|kgqM}zXx^KfLsRrmsmXYCuQh)+KrlA3EMp<(C#7vBJOKYSSPi52RA&Fl4n!VY(a4ckpA))z}-kitcmE(@iU z^|E_(n-yKA&f_x{B){d1QtLoF!@dmaJj(pB%i#i<3@pbxLp^{In8X*HNychZiuK1* z8@$xH>sQ1F$=`{J(u?8BDyhI-c7g0-&wusp>J5F3i$Vp0BD79D1N_OKLUbqgb_UsK z^k-P=$UU7B@eX{LpQK}s`2Ll0JX`}Q*yhG-?EoiTXW`Z9_EESPA9KLffi8nB!o9x} z_L3a5szNW_=zmSjgeN|~HF|4K&RL_){GKYPp_2Rb}=JxPSQgkYNNjyUQ?vx@H>pqv5yOP4K#qPA}8 zv?5$neV%18vAsB6hq{y-a^$)-NnU_iB!IPu zcmx9{a#jA)+l53%5Tgy)Jj)VGTd_xL9CiFUPR<3wQbUfm@T6U1qPk<=<=gwTYdbDY zy&-{GJxSg{s5QXwGSk&G>a@C@AE^AmlWbWO_XQQWH|+4YG)r+J*TJ!Ik#AQsPd>Z@ z%fu?*9jB(dkp8+_qMEQ)WgM)-OO%=`D3Os*C#?79q7?OWZjX%!xAG@>+f_6&O9|TE zxZ3(jBS4LLYiZR*_fz22Uiuy2Go2R`;e@&CDX~aW^}EM&_lag|Df%YSy!P?{^UA#1 zO$BZgbpaI2gTgt4MIo`SSTbS@Nmj$o;C2Dpx-HCCE+`sbKo%^n0F^S@JK`b}e|Qid z9eN1WzFhz>Ba~saDJl}V7}D9Hw6d4&?h2fP3k4JwX|kdlo!bx`We~_u?86OTFA@N< z;;pFPpmFDF#|OLYi<`ITilx(up6lBo_sPkFvdsIEVzffU%?joxm55Cy$`>%yJf5Ka zJpGH?xF(V0EXHWt!lp!+*ms74;`7=}Y+WPBn9|hJcaAC-U z`VKMe)SwuVC?3*fK{X&d&^}(?IKT=Uz(t~AUM8wV3yDyEFIMbow~j#=7n7`@9ba3Q zPi-*GwgV~KayRL~NGwT;ieC!eVSed6f2~*DM`#0{-Grb4*sDOD)jvliPR6vnP^hf3HZmIahpOlg7KD-&rU_>-&AA4Qui)TB!m>+{4y!Id z>d^_E80!K{H50sR8Ualb0WB=hbVNOYOo6I_Fm_8-qM9j4hgvs=3hPhl^QaWM4l1>S zJkTyjm4}f8rt4-<@@)FPp$LN1M;t^C13DJ`9uX+xwKkn@3|>5_hL`s`{QC2 zH8K=+0v~E`cW`Ht3b4{{ge{te2!UBr0D&lHCsMl#nEs!KVR*Xrqh4;*qXWnI(jZ(q z>qn)tSe6%Rb?b=72e+$LO*;H&-F8W)b}udeWLaKj@G0_SC(er)OficvuX5bi#j?fl zc2f=j|M7K1cJJB=xoF&+E|56F+8zQ1b|ElqkZOIK5;On|Mj{he#_V$IEY-~I=EzX& z3D+UVyRm0PfG>HQvZVa_I`OhpJ@K*>bNkW%zncF)ll81NX!6~ySyDDolm;h^5Nm9S zM6_lm7kV?{4D>FS@dkR{PzmrvTXn+xTZa2F@Q#JpM85uF9d^(h9}@nV27`*pn%c?S z?m%;^ANY<1>unW~CNF4{iFL=4lIPHaeyNm?sV95NyE53pceSs+;PcR+9qPYZ}VfD6Hg#K!_x zfW5og-PS*h4~!Rq>RTr-yrpq>#eEWMEZ^!NPvb)c%{|(tF7lAE-A32Q-{_fO@p?40 z%Dkf8p6GXyd+El*bJ?kVhidl}I)NY1mwj&n>?gQX z$(aQ-h=sP2dcs#lQFMa{lG2pJFHA-ZT(ay!A+d@L1yP_D`m3$spl7WoQttinr4FTT zm6!=1sLwRuLa-A2C7PnrcwKxt4^s)HTPNaducyB@ITied?_JL};qF2eOi{jy@#qn= z3k0{9wsS-RdTs}-^JCozl2zW#03f{~Q#=gUE zhV6f`_=77KH)K{4K*mqG1_8M#nn*Q%tkCp`V-1m{F8$5<8`r5&9;^b zyXHqUuL>VpS}ca?q{+YEm{Az6_vYPjySIMd)~!`L&1L1rdE1waw^X`Q)AA=ctgPNk zWw|*uy53v9U39ZCS@o&6VZCSS6{`FSS1A_AOc~Ac+X%5+j&CXpB$*=LP*U`~sqFbO z9Ip1-`D6a*w_)Y_s@jq%%kMpbF0SPsRpk%YGkG7Ge`tBcq5Slg7THNeRY5IFzSM@a zsprL*?=A1I>+c`kNJum_n+Us|d{5#1mj5@7OSYD4t$PDbP1`+I zTB6LH*J)!zYUAFz6tC;ejg6URO2Kj0TT{d6{+O>B9Q7uj-CW(q&fWW%M`~`i_;EOU zqvF%sM!ABj;(wY-XuPC&H<&91;yc!iU#w&>v@$)4XL#_GK_3-Dk26;G4}Rce&OrOL zvZ|uEmXm6*SWA{Y!F6Vd_MP-|&gQu@N_FNTAwdP4XP33)rl%(7HGeOva5%?PIK5#h zj=ZV#)@fjpkG=i~`j+9+rG`|7_o)Fm_n$9Wq!M+o7Vgex zJCX38QUBD&(w^skldXpy4@;IAFaFHj>aI&4TP&@WCD*fj?S&_MK?=L1ajq9yUp`>-i^IAdw$U%XdF)m)sWh+5#ZmcB zd;j44eOR(rHVZFHfV?N?ChFPFQ?h$;TW)RP*W}W^hCFmpK*~*<@J^as9v-%eYJ^-% zy%=Mef}gf-r^GJ~BxR?MdFpEqIcw&~$E5MxS?Le@!5hmX_-ApnFJe}}&Nb@Xvsj<< z@SG2S++L*T{}yNKhehYodXYBS3M$0C3%>fs@H6G$pWZl6_l!+&T^prY6}LLEwj`0i zt(4Y7D&M-bXNOkN{AMt3C*%6vc4|r?wXAS5j)$#R21!ft?n$!^!}(_Y$#`rb_`jpI zu|>E2_UO;68d9a)%p+kr8h9jKf7UC*J)58TUt+*^vzQ+ z{u2}(VJ2~_YFlgq?Rd3oEwc{62mF#thJB=OY*4J~ykZLBE}8W1+K$DQwO?-K)jtf6 zZ_@hiDwV|}#ar>=b4L|)DRNX<{&TPP+2d}Ls95>K_NZ!YQ+W4OcA+%yt2e6{TT{!a zCGYoMq2a5xVRaDLR7k{{^XHIKN>_jU)gu_66&e=UoJqO$`=Jsoo55wj$6qId>f~sZ z)no@&O;)m#((Iv9JaX4>Dk@Wf>q=(#2PLlDyy-NgVKZ7ZD8u`zoA96w^YCPDckSuO zI^k6(X4(%kjaz-T@bKsDAA>f|z2+B>g8V}=vigwW<&-0Vsln0>ytI$ZZt}X&lr^aI+&O)@EjT_y7m` z{VoYVvz4u0vnGx&3{eH&@<|lw9=+ut@v_PXea|%>-Yq}JiSlL|iO%V5hHP#eS{T_? z=qGcxRYQ|vRW_a0Bw8K$y0ZK?YBuYhLbFi1%m<3buG$Eplu_3scu;=Lkaf^^@7|2= z&#KMuJ#&RhpKRTQBQ9H7na9T@S6KKX zn6|E^0qrxCvA6Bukq~acx%4=@HG!$(Hn$^#Dssz)EY;=$W8jO$`kH7jJGKK2v9Mnp z9%P-n`^u0iC|_iq(WRU_)GzKQzfn)WiA`o4g)gedb(3@w=9#(c5Bwqto3F$r+B06| zdJM7Tt?|FNqd$S2{39v~+v{C__|SARk8p^c%DM=%i-+;9lO5p@TiYF3nJq2Df9W6Y>6J%XAqDI++EL>{P;3-is|@$M3{v5$y8Pl+n{16`SqchL z3JRcI^YMywF^cah>qs081VJ8qeym=+v*ge;g??LU+!^@7dwpJ0|uSP3}*%u${ z3Lct$9y%}5ak;Q3u5GHQ+Db5!CfYya4< z)(c};g|@S7&9{^b-oNnpC+yF>Bz{dyMwQLswv0O&n_Skmma07jQP|cFVVca*1&=O&+;TWz(HhADPuW$9zvp7LwnUk-wDLi9Q==wjZ(q$fZ>B{U)ZaO$myxeDl7HOWB zc}Km@CrWd$c&B4MUKst2-6HFcCVv9W;Beyti?>-*lk6I+MK2!S`aAqi-Z$nhELI?) zJIyQ6QD(5ZeU;mKzq_DRVquL^iiFmov^Kzw4?CXaT8u~|qA7v@C!$J%#w3ZI*i`$W%+K8z85!eQjWJRx8o6w|Z*Ji}~#@b(YoG+k}*y#w9lPFJggr zZ#K^NU3(=AKb{iUdyP(fu&47(SCNJdCzi~OljvM|hP_3vlP$-8;r+F!=LqL-H#>Tc zxi856dTblksFcyw*gIIJDRVuamSpOg-%htK37r*lx$)T>i099ZUQ7)1V&_^MMdtU8 zMAAM-yuha(@IiqvTgN&Q*zIG_+=$O(UThW-gm`V^tt<4sh2W63wx+E_cNpUarsF9 zG;V{VbEdrAb1b7HHXmAQ!o3lkVlQ0}D2JZ6#AC$f_^FX=2m=aLw`--d{gFnI6;o#w zEUPHVHkJ(@lvh1bz`Z=kx-n)L-#yEi#i1neggq_~)<)8E>q(_rn|pya`RA~8C8N!F zUr3M{g@1@l{y!adIUI0W4Rv0%TIC2gEcIMvUi?j*T_cm!H)(h^oNv@QCbPBV!;X7$ zUiyrp1|rmKvgcm1w^sU}tfs5x)KrseTbUoRW04uL37XI3&RoC8eW#r!gfz<{#QGJ5 z`_RGrKa_$Rof)`uom^L==8Y;rPa;{premlJJRv&Lo<0g5$Fe$q2`>oyir{|x!oqu26n2zl{ zyCcb%_c`?ZZ;rEaCTq|mhMkuQ8ph_gwB1eo=A%h+tnwyq(r&l>Zm`J~TgYiXt5B5@ z&*1YWH`jCZH%ZKHaSeM1-fvF2<5hRwX7qOk`&Mg3TM3D09#o#Ns^TLIe(HR4LD$Og zvmVxDYq~-@gu&SnuVr6H-+OL|og>SW!!Mi(Hp3DpV{?f6mz_epMebV7arqjIMS1x; zQilX+5Z1=d_q<$GOZVQ#tcSxzPE1kP=*0Y#0xKQ1-b%6Y6^_Vs6jt1CY3-AjgFRS^ zF?VZ(P2KFcTEU^Mu3q$Yf6%X%=YpB(QJ(eN@GdDM##p5rUNYW(GBI+_EW)xPX6KJ) zj()nTiuY8QC_awwD4}M*bEKr@%GYwK=4_A6Tv~m%AN0BM=Z@k~y|`z*xi~*LXS$Ku zj#Atb%)?G`X=|>o-{Xqf{XM)>(@~zxJ=zx(tyg=}L`nVe;a{^@vS%UjabCBXj%Lzg zo}qUlz7uW-z2jiEf|-W4qawR_oxbkcG!NZCf0P_q#a?8d|8SOP{N>k==_fJq|0vF7 zre-#=-mF{M604y8#pm#L;a%m^e`w5YT*|>eOmi%Y!O7yd&g^tllfL^l+I@L&jp0pt zZ6pHs7(esNbx&YS5hhF#0!(6smn2G(qmj{gA6QzC zNm|eCv=_J2V1BBo{eMguycHuaN&Mj3@TNQ=*`*nFa4oD^J=iOeq+}mnIJL zTO5`w@XStMdi?>lU>0_{6o%?|74s zqTpt=&MZGqI_`=HdU=A6`GE8Nmj`ZHPDeiJ_;~5w1;LxDv~#cvo=IXzdZeTFtIBds zt4}7&w1)ELYw2^&EUf3{&kv8(uqiPbWjAW1Q4LMs*6(}u!#$xf+B0gxzUPDDLuIgxLVn;Sh@AUw$sEn{C6Qw3MG2hUr*|7je7(0X>mX2E!hOmeSxV zxYVNW^-GTac4xmDD6wGT-uY*oDqOlu@9meaFZ`Rd_K&qW2<)LX%dK@Jn>!vW;$f!q zVf))7k0=g@S4mk1#Kcn8K1sar>6w>}He|?cM;G3^U*9KbD`{cT(K~`(tl#pCzz?g! zvJY9^6Ot1}eQY0e-OZJ(3}xez>7Krt-m=GV>>eDbMA60gpuR;eM3v=v z*dV}Xb(bw*HA7MD60(ne->qy`;jBSxglL&u?<Y05?eQ9SBKuO# zsP>^}Vp!#kfY~o;gZOTmK)&jiHOT(a+H{-{_y)$89>to@rSbU)n+HdaBI}8>xIX8WPu@Eja zm{Y1+hP;#rRg%feNvg3YnbY}IY$e6sdq~i=x}}x8|9YJa=Cht-+NzeJ(8vsklL47DVpbK6xM_; zAb+4^e=?|z-f)-?Q{=kk(t%-Ldsg`8_nrdtlh|9_P;h17Rp-6@$wKnZKhJO{brCLQ z50{>Q6)sxMpLm}YI?cZ{IY1N3x~7B9VA*|_>1umvOL6U4fGX`~Nmewzwnk3vBCPz( zGnFh-l`M1)SxNi;pEx$kZyl|!O0;D#%a0}eOH2l>PcxdE%A4{PCq|5$rWtI4$yfub zOREMfZ;hEv4;jB+G@SHtn1VDkTK9l^;p|=)oM{L>2%?wI*SP=7uu2~;`UAmGJ?vL0C@|9fb7%Is z)k4+GQp}-?2JV6pEsa-CperqPe7ZfuNy1sQ;H52N`uT(}VF?t!ZZ7|ZD<6EA_X~!0 zV0_=}8%4Hsi41Ab^^(u;GylG}JsN~HO0FhT9!V>6=)g}%&#nzKeeF71jKWT*oVDT? z_b{2wvoB`YHP?6BC@n63vG6@Gx&P)|OB3}wLTepLeE%j-w;}vj(bM>lq6GGJ{zAgNiw}D~tP+MfrFRHL2}&ey zudyFzD{2bGykTyY%}e~0ma@hphK%CR?i@91C@5k0UGlB=eT>G86q~qWZsR>czRt84 z5jh^;$dpWOc-3sdF%xS)7viwqkzco7hp~B(akfO8w(}paZR==9Z$>jO;5d@=yF{M2 zhD8VDe;0VO&%I&t?bjP`OOKGgg3iyX^mW|LvCMwU zc9AXTEgd~czzqoru7CPrj-AJ&zw$iXs8+X`$Qbae*Ssu+1w2xDJ6GR0OLnVOm*Yze zA`02ngdB%hWWHoClIbnN>_Mku;^X8e`PJyrIJ(gTAGKw_+!$k@=Y>5X*RJn}@}!`g z-upep79z91{&q}NG=3U`xVOUhXbN@#<}lP6g}W#o$A;>t*}o&^%z;9lZ!<1hcr&}- zG?)-S3v0B847--Ov6)m~K_6dslBdWmVdgW`sC0ie^6uwsmSxQGmpgG=y5XC%`y{xa zbPj3TY+O90{eDaYXGxwY68$Bk+9b}8{#~ZOmg<6%V6*$tC9-Rqeih6!ihMH>L2FNp z=Ea;IYTP{dX{+u>7e2g#JRVxLQftw3X8z4UE-E-GA5|$Ms4>FCSj6EWs4lrimf2OW z{*~0QRXZ+7o%a2-yHD|WWX%>`-~uxz@-zAmdIj?X1cKk4da> zdmaHAjHW5mHhpoztI9H+eLQ6`WntQz`$sf8J@`4xzN|1LVpXgA@sCW`fM)vKw;?>Q zD}sg}AK4kU){8#~mmXbs>RDhH|Nn7xF8)mS?;pR*T`I+0LK1Qpida(Syh^x>sE8bw zgi6kbVQiIC<*-W5hb19rayGUcLJphrFxwnrj+>bs*y-o{dpzEc$LBA2U!Uu`-mlm5 z)%3j=9`IJ2`HF7Jv(w2Rl=eLl{PPI><=e`duYspuxYF-#ic672esjuCx|t;*VK$ll2r-f#P3JR;Sd+EOU z4q>X-GIwpTrIy~FnL=;bIHdGbs^hg}$*=21#?B`Id{GrWRSuqU`_o`NSodTi{4e;> zSwH8KoCOO-WAs+^ycq6#!#iyl{Jf%GWF7ruwAo+F)4c%&GCH4s$pXW&Q$W7{XX6fO zoou?UsO{U@!1z@g$cab;#2rt$)E;x>uqA9$_GH*6hnE3FpA&sD`Y4RYHZT$`K|dF~ zPkE@~m?lavD4LUo`%3!sz5dQKGF9tJodHN`ng685t6^IWq|42Az0E=ZsyvdcGcowg_t+!D zxQBl^Dx2>1EDN0m@@eoZtAi04!t`6LzNNJH(?7rVAq$+whpsfIkvnEz{1RQ?@-tPF zv{E^#;(wpqK^%#}MRfo!ot`zr0P8F>OC=HUFTOAIEK%c%Jm(HPc$g9M;~44G=Z|xP z!08iF?>bA893gc^Dd*R*lCZ{i%Fl{pJKsRmju>bRaAaV`2U@H%_{uGRbTT-a5~SyE z22%Y6UirgSp~e2#pP!4~cb8mC^`%K4K4THpD#7fEm{t8T9BK1vI5LI&9is2#Cl)6C zZ}`G}U`Y(|c6Qg&N#3I@KXDsBF{0~JaZ+6e=-+4^!mkCtto4H6q54C#g z=!r10G9__!KSguCR%%Y=cuEXB4^7#Niw`QlL@ze zx|V<0|51HxDBoazL517t*lU(iC&a>TuBOZVitv1#pZ^L@{97<1Uxy!(^RUyxFANtB zJ)rNCPJWSe`r%D%$myH-*FGHUNM_vaeO}BzVl2zoTIz&bo`fxy&71*$J+yXonPmr_nQVUZNb79*m(14u6SbP+X}=XO@w*yo z9*ez?{mE0tT1<8H+=LDBx5PThNr3Vv=l$QAzPX$`i#u!O1`{jIOjq8(yOy(QJ6Uq6puEPQE zH?|6u7CXF-fI0q07bL{qP*u{}KIwP>%pTNfK&4H-dRQO*c=7E1x1SAcG6H4hT%VMv z(^Ff*0-p>W+-z9$+NXTQS+Ar0&_#2>eziQt>eY<4hjkw;2F}3$iu{=rOI%u(wAqYR z5p>L+!*Oa6oyBkh>(`SSslShz?pIJfk!Njs(rf7MUF>FXvuM=5uTKQH)1Cs{Q3m|M z1tt@0Tavj$fuHU=Mh&Sfx_HCMX8&#r@7+&*15w87&;PyOMriGI6>A##47i#2gi!h8 zUQ-b&wu{phI&8Qdso0c$Ja(h}#q)XGCrEQP0WEDgprHiD4cRTMzp7M|nIOgvhRrLT zZ`Y1A``f6+cwJGL=-M^lF`lYWvg^h+gD zYq#bV_+KVkVgPDa!;X5q&r3G_Kr5}k(emvFkK<{t+H5`_q^oll#nBqCJ;E%$G@W&R z0?=Uia@0o?vLk#t#G0C3X0v;xT#8Wng(V}YQmuc#8xaS&ovdbl$;T?^Y}0(r3QtOP zl}IHeX}12G96g(T^rH5cvzrnvK%HjKv8#1Wzf?bU0c#H@lpewj{gfJ zoJSuppAW5D+%xv_X7PW=?SH_Z55?_2M|h3+o^3aJ0gc%o-*ntO zw5{xfsiW!WCE-6JJ*gy+Sejo?^VQyeHScr&-cQ^4&ja1KKlO0-{h0FzpA3XD*mmB- z{|q!t?5|Z*)cx3Ga?7hS&Y7A(@e8>mBd*fiQoLCQzc%)`98%dKPvLa{zJ}Doi@9clwtg)z2neDWd(Ijvwu}z z%2Pz5*(o|>xbkQ7kjVw$>D>-QwB+ooD$%YS^;i4WMYI95WlFmY6L`ygY; z(hiiBosxO#^^|j@Q62+I0nGZ;KDzE8;d6N>Y>1J)(u$FdtWYMIs5hjvqh@0DT5h6@ zog%M(8B{-ie{GK6i$dVJzE`(D9>zS-`sYHc@N#yi_RT5hdm(3M2HqPFdu4O{97JAo zs(6i-?KrFD9ob8HZ<_=ke}Hu7rBpuV%&C{|-6-p>`O~MPNsS3dv@S@S`W@ZfJ@r~| z5bF`Ezin?5`7}Me@o|E^sKU48DpvDxFJcU)kC<)YY?~;Y+W}8~p668g_<>LD+k!8u zzH|F#UH|Pr;i(09^!Pt5!k))EnQlBltl7cysf{)lG)3kH%MZwgiM~3HIUwohEEVCK znRNG9%J3JMot;@+SmJ*-4#qdGPQOo*wpy#`9R?p&mgYsX0kXT*_OU$W&VTR^yPGPn z#7d+SWlw5qZ@H3ZSkaf$9XXu=9pKaRI??dX=PRGncAvQTn3$%PshR7J=YU=N>z=Nt zpwxz65t9lWy6B+Kr}q1k5LaSch@AC*wnHl5y#*oT_H@8kCduf8$Xy3n zo=*qZab#&^$zNu^)42{U;fjr`2 z%X?3G*uR6z7v{FEL{KJL_LM<@#8|Sxu^weG=o2h5%vl7P%Uiwp)7iGrkM2N)gwP%k{ZDhZ#F4_*GI-@f|tx2GKn> z58#5Xd`%dxJ}EqoGg@5cV5A}dxDepiM>lSW{bwdP9bNlRApm6lk+7s~qm({JxHZdC zScdq7Wiy7&#&jVXU!x3mq&h<9wg4bb~rpHwA~hJI1>aQ zQU0C+`Z2$!vZuaOJk`fu5+3|tQnp_qPb2A`OUHk&Zr=VVh}=QU2pdn|jT>TuQjU{^ z7vJrT3iUGiLe5Bae#v|A3ZqCl?|kL2(U;VvSAm0#LB2KnZpofANzgx~IkOQUM!qHN zF}QNyTCzUZ(YSf4^8(fQII8iAWUEbVkD~ z__WUr)Z!%$fEQE0X%~TxKjSO2$3OED&#+If?taEnnEfj6?5R1nxJtMrF@G=hUH(=j zS61Xpn8NU>>JRU{-vv4w}8F-19sDPNJ^swsq!6MDP7DasU~gnveNPPi23q z`5uzAJ5>=Y*k={`v$V2$Ldw_lLDSeD=xx)VH=YBNv6)micx+HWd3LX8iKdXD{k5kB_=aP@)T~zOIk)iXbb!*V ztPXwImshL2nOhu|e+Xcnakt~aaZS&TtS{AmR;_)XY~m1GT?sEdcwEDyob>%JG}yzo zHvDAZ5NH{f@s!~j&1M(e+ZL~VMQkwM)I7cy)hshF_|e;Vq~F_WeNTH)ug|aaxxkKF zGAO>tY0JF1&CN3~v;PB?slCU4kQC9Af9)hjbr|)p+g4TX?v?kOKiq_OHk)2~!FmFC zA_HjE&(V1hb0FmJ0|-TpF;vl)Z0yhaVp^9C*-_Rw@0T?@?lV}Up8?1dB`Phy6`=uR zzV?88lgyk3ZPZs|cN_9aiy)xc1=A;4NsK~S*RwC>%;#^qJr2-X+)VukbK*rGc7jFM zbRV~~3>}|8Uiy|^7<=xlM$y%WmMo(A1=03>3o@?>C;jrDnyXc}7uJ6URO)CIZHY9< z&c-QMx5hpF3;Zhg!cQLdty;i(^1*w9HX;SFinm*0BcE?6C$tZkmP&ZpHAT@+fPXjE zRrnn%8j1v5O?;iu+5Stt@)Fk1Ytc!=Sr9ojL{QlbC%&7$d*<*pbo#7SceH;%fNSsV zo2QO7%wEnIjhs3Q zyIFD_FUo{%wVsQjXPyhL=M3Ce4EWItc}=TPR)syo4YJ>qMoDNaPDWMbU##V@q8}Xz zzLDBc37Lh0W3C>zzJFl>_$hIrQT!=X5hwX0OlKEdQI?0qWUO>o9q(X*?=mFDiU+vHn%f^t=${Q$ zjnACNMjwpw`eWMYx)z9vy#dKMx0RCv3G9Y|0_>zzW#ErVwr+Tn7!k(iIU`=wCc;=I z!s(C5;oPt;Y0B#uH!Fp01--&bjOZl3^B(l9i2X&Mk4f(+=UXXzNnvuyK46`TBhu`~wOxcH-Wk zmn_89>>xblIP?2>>4LVy>oo6cV%fK~o9wK-hpZ}}S5{VJ%uj?jrhUc8)kO#l6=9^~ zxUR8lw#_d>_ApKAoXm<6&Y8mBngIa$zWhuy%)-OO$LE;w3v6!eb+f;ZKtxg|zDePq zb20(Ef>SbK2&6x7uG%1G5s@?R=+h3Km#FUqR!JiNE~gU`Zw4H+iDA4~yNB1mtx(!= z*O52x!doxW1;*K&9gS^0Z5g2SHJ=K>^OMX?aOk&XD6xWUewq#p&h`7ZkS-%I#)1?dd+tmCnNt-H*9RcmURJ`=xv< zM~;^J2e`VM?6kcIb#b?_agUY*T`C-W>Eknw%erO(g0fyliSPb;1=IQhKB`x_)Mto} znOzpQzm=$B8|tr|1iXGo`TjG}82K|d+dJ`@!yz1@v~31m7|{B#0Ff=W$udK`K4WUC z<|A@_KzWP8$*y{SSm@85qF0DtcU1rK{ZY@?{fGLJTO*+f3Axlf|4i8CS8QH!V|i_b zPb)-BsJ`7Jmq-UKbCH7)M(e^)w@6*%j)Tjf{1tUg5ytOJnx%{qdG0YkflO<5?)+3@ zSaHP9Wiq!Tyxc_>n;K9OOvX5r{Zke8a=!TXux}XRY2tWt;Wi8JCw4w zFi%yIw?IW-#f#w|%PN(yGU)h2>GUp=5SyuSFig0Isk_P_WX8F96Ej zyQmYJEW9W37ZY>xw9W8X8R26V#5dUcs(cqlBj}oSODo2+z^-6r%(~#Ym(hAdIv$v- z_bqR+Gl~Hk!)}Kw!N3b1GYc4wx$7P|*78CAe|!+Zk?ikZYlVF%A3x?&nQK`%sSeuld3@R& z5weDvqAwL=Fio}ARV*^EiOz0WL&Be6n6rcSPoFtj32N~*Q#g3*a&w8^~vUDqzc9^QvFlrYd6+o6+lCCiZ#kiQk|N(pYi87}JZSTS;DTL!r4m zdI&Nvuw#A-l;&kiZlmB5s#e1`y6dHsDa4RJYdHC-X0OH@&_rP_nc68!qm)kv!6{l; zniZ1cgM+HUX*`}uMP^k!*Kgbg4{F#fR#b7W<&y1HL!u}p@^HlqNTDyn7oX$*+NXOp z5#It!Ayo9o!KYKp!8L2Ze)n#J+I3lr8D>A_OvwCBEsM9&>L2U#oGx3LMBw6uA@*!; zR=q)59p1`_*FX?P(ifuqc%;Z~f+}XmWGMtO6EZVmUU}+T8TUQ`oe^${iiK+X{pM{( z#|zLeT##0ymaMp>6cp2e-dq`A<0gaR`pfuc{ z0vTOqu3}uld!uVE1%DglG9OM)Q3XVK2>jH2n`>7~>}NIvD`?@)`mizzyBVg|^7Jz< zGrWJdzSc>Vg07wKc|(^+`OQ3P@L^O#%@mqSX4|0Nipyc#S8J|emDp-J{+xxQYuF;| zxg-_Sz(^+>X{`lte}fZAOo0b-J?qLJCN-X?$A6PswLz+9Gd_atiM4hFuYMoEXXmEL zt-8(-#v7}YVlrW_9z@w5+@WV4LnP_0xA*TZl7;wjZ%w%8_zx%cHuR;C-4n{U5^jqj zATOrH*1d);VE;zbYYQU_`9zIA=fe+HhD6z$w97g#VZl#Jy05tZR=8XEE+&_&_Ms#U2d?&ipi?^eTulPA zjD<*7)G+d2&^8G*oTv{Rt{Io7_CeigvrfqhtVK!uM%d;#elBo|?Me^zT-sj4Uuw3% zbJ;>WcoYqoG$jIT#jpJ#%V@TpgYfCapxThpxKL4i)VM<}pr={TNwU66ZQ%`7(BR?x zg7C6~jf&$R2~5f?yL*kB{<4w=ouElNN_s--oej*l)_6>Y0$PMtHyq2XM> zlvA3oLlBa=-l%W1;Q)1M2krKw%5&HlZ`dTrt$Q5>B=-{Am__aqYfYh0?4KHQqwPf* z44hT7veRCmslV_#LD*K(&y|SeS|+$Qf zQ|R4HfBf=uK=A5}`*r@1b~1_>7gkv8WJ2U1FuZcOO?_Uc-$q6Y*$%Z)}X1Er4z?_@Urym`s8?#(PnHR}tnky1BvZ z$HM;Pz4NwOwTT+nBg8w3A9dmmR@(SAhmJT%8c*tQ|9AnBIt7);g=77BAZ~fdyfat9 z7~V|>gE*Tc0Lh_grLyIhpO6qR?1ncSZ}MmTX6MfA;uzhRh&}RXPTSWW(nrkG30LRH zXKT+TB?68a3@t9w43hFLdp|==6U}qOw?s6=5V;QoJLt;z8Q4<^ev(NZZ$48CK{PIS z{9xEcR2A0hH}gjHBS3ZBZ|jogru_&0{?n_qs|k>z+sJCGO|rLD-#E zyc8Qo;%CDR1jGD3j6zr;LqGxd8=`yOH)~MfcD3a+cuy4T2@YW#5%^^dc?I(8D_I*g zpxfcUu~gX4CZXZK>^heRw2R3@Hy{(AX)=RyKzfCZxB{EF<&KH?vmfGKwlgG3s@up6 znjU~=LHPdTAvn_W4V|@#3NZxP7|6)MKsC+~>KXc!V^J35ogWMR5b=gqXcyFLundL5 ztuA^22qU$0I99c?wF$ozjRimiMp47%i!$ShSH=Y47GU?>snC_6arqwRI6Qognu3i$ ztuT|l4^B4bg%XS9Lqi4b-1hV`MYKun=1{5J($VIyfiH8v+#4ivAZuD{_=k`Px6PGC z95k%=9ShZXwBjl9E2}6zKp$TF$Y;tQces-7LqX2b`&x~Rxqui=CI={Ar z)^Cs_XKOTQdkxTgpfuS23Uup(1R*LFS>H^k_aX(cR-4tiXy9UMe3D-?NRcd@iRMyg z=={7DlcKgK18qDq03s)SH8|6M-KCJS&EsG4{rRE4WyUXpvuba)K_t<~=taf8+|_cj zw{OMTv$i&RKBfh+lV4d`%eCo*`Vk#p(pa9pQ#PuK+QO~2GIUO8hX-Hy~;dR%)reWCxvfh z33xLO77szlvK1+rg; z*L|-WwIcGsMjN-$@p#jM(L)9M$NJ5M?Va;kj`lWrW#ffY_!h5KI$t{1f18(=wLln0 zH0{I|=zBb0+QzuO^g|Vly7la#3f+LKO$DUkOHK2h6>eQQXeSUcV)0)TwXi%ED1j&D zHt#n0LbZ{9M9x?ersEn48lnim<1YE;458=(Fa>Pu9HL0i5kw3?}Moz&hThvW?S6tZk^wh422w z<%BcX7$Nm=XJxj1z#piIwZa;H=rS79a%$93c$Z$jXy&gus`=F zsFK>A-wRLQ9TjF0eSQz9ODKYF4Yk z*4L_M{}{^v2jQ#_$E}}YYPR4hW{q~n8KYs3d@0t=@##px2&<>akm1#i*sJ_Q6+$QN ziJ73S=_No_#`+_NPxjlr0vRNXQ+FUJu&Mz)R?{OQ!<2J3fP90Rb4&V@TLON^)i3H* zU~#yNM%Hgp&C?Al1GRnT7=w*(#*(UhBG8>1f~TEs4u8;IpcgJW!Gp3)&69DD{IQCX z66L8JNA=6;=!BM;Eq@rT9h4V}ow?M%#eUI4p7n*#^^5&L5{KR9WE-o5Tl{ro zWp0@B#;O%1lEEj(yM&UX)AwBZEw}L~lE5Q7YT)&KcvZx1Oszra^hk*C=fIkT@jMK@ z;0~JMZ3US-Gk<0Kz0@yzw%~ps$`==TVU%gt?XA%BP6iE|T!w&4jRMF@30azoF6I;Wb;)tbFqxFQl zM88X*7t1IUSQZ0oFC*`8m0z-DA>$l1q152IWa(nV?lXb$!ut*p=9!|QA#9%Cpd7)< zxC)0F&oY+v(C({pZVn^wLh)8BL(?nOJ_!S=XYMzatdwc%W3;#_*5WzU6=5I4qZ)mY z-Wc+3&)ajxXM#F*=j4PJ0dgO_QGNP*W?Ik-3Os5>&IukxA#N12Hkt!}vNr&-p|c;9 z()}jG2A20(pm?6}#Xb?hM$S{YHcn2IIwVRkvJ(WE(G8&<0BnpMHNFqDX8dt860XC8 zv9H~|4Zs9JSLi5=>$z5an45fQWv0Hr)4W{a@$wdV5i@;EDx|bm*UH&iOi?im|5H2dW3K_H_k^a;v?=)skFSZ2h3Y*MHW2GV zk&1XzRAG>JI@y)Scn=UKH~B>%;b#=rre&GA^fma=uw zd8)r*?FmtmyaDpHHS69a=5{9n^g?(@p>f##wQ5?WZbg4#bg+eJDpH3wn<;@AyS(~3 zJ(M(i`p3eMlm51D)Lf5!qF|vrQ5lp6p`IR$xeGGfq*X-I@^*=O*g^@JKjjY8Fm-l5 z1jAb%*^RF?Kk7mZSeEB@=Y7o8V&=)k53cL8xr+2yvUP}S=@3JR}&AAwPdQWd`0@awibc2S~#yA*qd&%P9fZaIwl4lcQcYd=T zLPNLiv?(wE1Rf^MpvtLbb=)Zkh{ba1Hs2ZmgQuQxUUE~qqiH!Tj7>z;6$l}9NvX3k zVm9k_d}u2-#X;m?fVVWuWwW=>T^Cy6^V&+6YSRPU%i;Bti)M+6vm5^;c z_$ZL6T1HUhZx}_nHgA7uk&8DB8F)_x7>1j(2i#o^m(pD+)a)H!goqb;a`Q$qEz@m2F7KdQa{__N~pTQ6fIY=mn zN1oOpEr z6|#$O#PF6%0Fh8rhH8rOi1io(77@IYLj$3A8!3u8I)XMSL>|kNG*~Iy%midoknE1i(Kvw*X508I+ddcRaIdZ{x|ZJqiDs2egGXnIDB}sKW{qAXukXK0W4cE zo}0m(b-`RB?y^}Z@e-Ghn2iRnh%=uc1B>k3N30EbO4Y!|7=|Kby+p4rK_zsHbc-uM zP`ae`(LP@Y1QT?cq(@767ae-3Z?c7+A&GvZH*&4XkDW|3$L&BJeQ!{HS)U1$0@855n-(~(KG7HQeG0oM@U&uv37ep6SamfS;TIG>5TNA-OdIi>o3%Pgs(q0OCkX1$T9I~EpR8*8S6}4bQ zhU+qEFrotI8lkQtcrNjnWCX^j%ebJ&K6Z%)YT9BbVo&Yx-)d>w8KE}PTOZ2Y<$r0V zju;7BjY@fA6$$Cd(7CSnty>2q^9&-r;+^EFZ8E3^a5aqCS_yF;_U{#$5r#Ss72;w- zb}&hXQNKp>$`62y+#{EB!$py(erCf;a|m48dDLrMGyyR4qliNCN&urP1Nz&aTjQEm z-`VTC*oK&lS4jYx>mrA@0roO8&|ja`UCRvEKSZg0LRJO)J+w*~$jrk7j7x}n{-j_( zXyt%wW;k`nJr2+M!6c+XY|<4)bMf2`x(xdfa3mynSTN#UCFFmT3<4==FQnVh1S{-H zxDlA$o(H1{cyy_3*G1o~(9Wv#L|zz80+l!~ra>I9%2ODPui^wV=hyKbG zGN3kjFJcf81*t>_bwrh!XIAdc(FN?8YcnL+N_P}aVQaxe)ULd_=BanW%JpAaQiu%z z6n=YAN=w%-`sZ){cPb z@ZXfdTO*$pH`eZoqbr5@%mgHX%g;8TPzQ(kAKLt04)fQRDzY86E$G8y#u@P4RDhw- zb(m2+lf~==SG{zuZ~*SD3Q{&a%oVwD4qRSQMLaGNEyU-N@P-U>6bSx3sukrv$&`T+ zrrk*t^M*2FFn>4+fbk#ru!4;xYQvl7r&B7!=y3}b33-^g`DXk;84)sAq+sKnR{<)5 z*IiiIdJ|XmU{z1^+xsRKX%A>IJrUN|}rYLC`_~_vD zh`}92JvdjR(;ibgH5PFTaaTCdw)oOyLcP9|RxStM&;txow+4IB{Z}L^r$XQ7m9=HC(b!v&vGsHcMP9|~7-bljnSN~$NR+5h)I0j^E0%+nun zu=8V^Z)T&P#b9cc#~DK5^nGyc_Vx%+I#^%8^wX5x{L{`>APvIhKL^tg)-BI(k>xG?xZ5#E zgwJIbakONVCz&YIf(>xAIvvSeN|CmXfUhljE@;Qr~Y7GDmh7rFe3(+m>r2~kB1`>%!ZR(Lmhchk&EtR@>5YsI)TzNN{lS*v6 zKy?fZ?t$EE!Wr!sH^dD;gO-;okmx!=1p@9r_T_2Si1^M^inm|h=GFq@GwBg{FLxWS zO7nGftX|YisQ&>kzR&M2-woX0NpuG<@BY$Km2WGcTswEy!bL zID$1c&?tO7ItpgwIRqN-XIHOxz>g?J-30*jBY#vShcOVHI@_`VllZ*EH?8^8UnP)}LmN$_RM|kr zbH7NUZHGq-CbN7e^!I801OZIC^70YhUcsPbE1qqDbwCxctH%lCWEW@-Bq!!8M<&|VOzct+`@#X zqa$yV*S})rC7kvo7Es!AV~qVA?N^bomX$o5>f_Yu`;t)kMXkYyuy?Hf_YGD1KG~3) zJq<-R=CbQ(+yGo#g(FzKc09*Dd5Wv8zn2u7DainadAXIJYP#6#@dW`)&posrw9p!& zqFhsPJ|ZUY_QX}Q=BFBu>u@SZ)z-Fdqg|UB^so*i%?I^3%yGRp;CAF}cNl47h#E3? z?a=M^%+%fFrs}Sf%_?>iHdnfKrLgX0 zz;g@x7n@~t{DcnbL{35D%v6S~^E3n%v?z02>C(=Mbv zOQH9e)_g~3L^RJ;%EZ~^)jS`3oB!cshvmU9UrZXr>Qc!I!3PTbSLbYghc>)>z;uDb zgKn1Dl!a-fW!+NUg=ywhKfg19F5;(PbF|Kgl!Yk%ogsNe;g)fEo0C)0gYS{OuDbof z7B0`uUwB&RIGw1pZhx%5EOk21r!Fd2wRr7QQh&} z74@h2QNOAip6oZZ79Cn>yx#C&ihw>8@24>uaZ>zS!&ar;bn-~ii<@sm?==iZEX9hy ze_rZvvU;_7@yIvHqiP2p1?CL3RIldQUo8?}P=9flrnbI+#?SgmTs5f_@ z^z8nUJ5z^MCf@{Q%V0|~vd{J>Up*`G!GmOf*6mEL*8HXaly2E)?YA;QylGt=n^oFN z1bK?dd9CZave&NXFo^Xdyz*gNp1kwBdn_Kcgy&R z-8*H+r2q>=rP05YRM{nxk3$z5^Y4)&Z(e~IE173;Jg#kgx?S?)Zf?A#&ubOWWsHNU zQFBV)G0T-Bv4ghYvgnU4+8y?`WdHNO4Lg4xR#AH5_9{&*D6Z>OVt~?2SVGf-(47Mt zS9xKKo#s2jIguwY6NCJY!4>&MVA$u{GaIi>^m6~2c;RSq5}IQBQEK%0P@IXt?oqeW z@$cljQgl}C)a;i(K>ek5@m)xuG5(m(9Uo_16|Pf9p-#)3^)n5Xn5Zq_<;}16K9`Jz zaZyLq7Hzqcyi-w{`(|TyZd?%iZT4=VwNOXC_bn87Yd(D8=L_Ys`2*(?E$S;SXC~fg z^fiWld{5WstXwdneerz%^pE_xBT+!*zjBr-UZLbLv6KEex(AL=_gE^F1smOR{HP1 zXSWuo*Qacjb3-hK;wXjGzr0xA`KxPAezjRNYOY?ab{i=Zrqfj*K>0Dk$Aj`d!X zsLIpKOvsa@-R+5u2cI@piLxD>1%&7eD(tLD+AbWX!FPRi5#+y^>>&b8W~J3HP0bZk z_R%QJ%nqaSP~5~RFj^uhsO=31o`ZmMn=FTiCB39H3FXGOkn8HB!s`Yj!&8sRKd0fX zj;n?-pc~)~c>8&|iJiAanFY@gSIPA5y!yr0RYP6wXmPkBu_4^^#j1+&DBE-2@Si1z z0<(~PN29v$r#Ws-Pod`a)u{^~)xV?d{E>YzJeJ8UsUStmCG!M#lJ2|G-TlMJuFKIs zJc^5`8p;uzB*$8)S@D&fSNdxE_$}Ao31^pVu=!51GtWv7=5A4B2~LuNv3)aL9k=+# zNfg^>+0v)z1_oJ$?|+}vw-y`~&65D?HsKby+1H-=;L?soEUMO#qppd=xWAVAip2bF zh3}eu$}(Erv$|(P+6TA(zUF}cpiV8uFD1+4MfqF5~2dlS+_*)ZST~Ph*Ph4F-(41w(YyZ{tsI6O!&)dN!Ka zpc~mwjP43LepgV6u`9X;GBOA&=8=hmVpH`00F9dFTj3$|qt8>@MXDB_3l@rMr)b%= z*-)=yc~!LlS_OTaM%LpV)~`sBQX2rx2asrAedP#tX)3RZvcm85bffBxoF|GUAEZ^z zXd8d>2xP$Xob_ibG0YuXzgKN`SY*!1w5`U1IoH4Lr1Z&4Q(S*nX@Ku3d&2p6L-Y;M zSp;&X{+gR$@@jOeagkTmAq!)APVzojz@|d5_X>7rN_luyICdY_{^aWYa}SLz?xXw`erk+HvijPl zBHVsmYyRh)Q7%|+5-!l8PSV|ObT0T@fiM5e)p9WiU-l0*4iDts>?N)o`sD868Qb^tbv6UwH`sSd{SVttT+xHK zm;#0TQ;E7mvn{oMG(t;Ns;C7Je=%>s5Lkr9KTXb#)9F>|g9(FsXu-_+kJ#^r5z>Rr zPvrrj4}GTOR-V+DaChSJUg%C8k9mMemPa+C>)}7X%{WWrE>6zajk@K)*H1+0LwAGg z{d^~U&$QJ+S9N16afW;3vW)6&XFp#h4J1uPLbVZD71`27GeAFc_1)bz3blFd3-4s_+qTbOUnCy!8dRCitFgPcBkT_Os=whzD9b)o0@BgF>$>C+BeV0`uUYYgk+`W z!6Gdc#b77YBns%SuIwg-c4?5JkICyk`tdw1^=iQ73QMRIsn~L`>B-~R0`SYgal^EL zsNKnI8S$6j?`H&E;kE8GL0ME+kED0uX?gndhbxgzbzk0}z}7CP_5XpW>*`hgJ$3k| zCUj(70UaiGlek#fr*_Tj+uOaLn8PzOBbArj`a21}J(y{IFgK zkxYC3PBIyhW?QR$WK_xL)H~}C@E`#rA(Qo?S0nU>aneWSXzk#t!s{a`Zyr1}3A}yd zllGa1b|;-Er4<8s?WOsQyE)~%VR^d>?=g;S2wFi^#2b; zK)b&ZdL{N*wkgU=McU#}Zp|&q(ge0!-SGanvW~E^tqUBTUbRr)yjku+epsS}a9VvK zdqzzi29Z93Q&QdixkHeoB7lzmJvXod_Ol5{;(*sSqCFz?_eZ`r2%?MoO1zLo(htk} zI3DGz!1;HU!NNr(IekZamRTPlx=|poQy7rf)Ge8WAzmm0Gb}9VpQOKGA;#v-;M^3% zlY$cKIdE!u}_CVe`G4} z6i=R?S&RAI4Wy>-6U>6#)vE_C-EDRCZzqPj1$M zE^{7$Q}bPWz-#ML@E6qEhh2rsCn)@`kM=>Jtk!8JDJLxtMS4#^4A8jijTZebCAh+- zSdp1dy6ffCw1w#bpK}A&&OPt~`&n!dgL&}AtDeZum#(i&wEw-HCNm4>lGmKC9@Z1K zJ+aNkljRxylzz{8i5p$pea2;ab#Up$9G$yk*V31Ai=8Q$T3QOZGll>H2t2q8d)RZ& z0*hcoj^*p~$hWeI*F58wvXO=VX>^{b(*Inv|`r+cCPhHZG*+ zXATE@!?bULe2D_eEVOUhg`@9I;I!73QBxBe?F5stdm-}dzNeuqbigav*}QAN(w8PR zvP}13C(T+bSSq*HI^Z1FI?~hT-Or>ZLvMu-jjde{?z^y)dyiqKovmGi?|XuEMapqP zPXj97=s(!$c0&wtZS_*<=HWD*^_E~TgYhOD4Un&#bb(m`PehWidz^-Y4Tf*vZCPqg z!(j&Davb};;97bnbWcPYF#VRGFoWVZk& z65SB{!L?x+0`MB_1;XJvWKB@Gd=Eu1aBT>ad8cEQq^N2R`3Xs+tjOzQz19s}J@x&9tXNmu?e4)I^D>Nh36rdL-C8 z>0kZKS?^o)UZo3-v)8&E7-<8Wn(x%O`V=Q^cA?zF-X4I{wEz4RTYoYMW$k_Lm&Nti znuf45xCvp$b;`|r+6l?Vd2(6=vk-ydoKb^ex8xZ~ETA=RaF>0L1D|ilqxF#c++(q= zJ$UB~@Q##$oM3T**WUY4eX(&8%Kg(i@@ys8Oefh3|B{W~e7=;BxwDL>%8HKXwE}v+ zUX^{h6~F5Xq|nGuA00h!jp2?xm&YJnI0EgiVd6(STy?*ag?(Yw88xdqBlwmF`$;@f|Q4r2O5-n=AQx=w%u105h7|Kae0OM(l*Cmk5aP{)%W>&_aj{Z3SC)fXdQ^wwH zu8AWIE;vVSJm4v8EVxHzhlePG+GWH<}L;-q&+o0z57Itw|3s zfh}I{J8{eoSoYhlTeJEZwm4d@XAc~E*$Uk!!&kx0?qz}QtbR>pGYDhbxEmqpMG%-GJy~)ix&Z*ib8!4iRpe((QKhWY;5EO|5%Et z{EK1aMN)o~{ zG1~ND335L+F11$xZRyd8Ehx!v{PGU?N53W~>3)qV8r=;P5Y#0#yGzRo6CNEvw$BR$ z8pRhHj;{+#o4F>9CfOj<)S1ntu-wY1c_%56to1cmR!XpsC+QU?w#Jgg4^pu9s7+=P z60xP$83TiYxl)ue*2wx3yNaR59mY@d=|z{=dU8!{SRMwU{e-~J7yi9DWd{Omvl3`U zw@L8y8>Ycq<_A(VJv%8sF?F}#;QsdP;NEWjY`&@Le1d8erh_oCqDH*!o*m+|>uQ+U zThH5Vc#@Ii8vDwtj zR0};`QGUXbQ%=4$2K$bVGd783>vha7UsRD%A#6>5n=6pr_|=jtBln9X zdj!x{S@ycYnFeAPxy;sfxJ$@XM-6#Y_%)riC0;Exbs#*(J?U5K9J&~-Kr2sdmZdSz zkjq<3gmuuVwaM3HMKetMSZ-;kY1cFbT7>2z zv!;vZtNnVEcB3t<0y8&-k zg7lo1@tHaB)6}3!3_Dx8ZzG38Q1Md;p^|^JQuACO(%5yoKyI*bHPvCgr*h+6;iEo0 z#?WSxR!E3oZeV+YE5eL zEwT>w2li-guRiP<^_p5RQPJEF2^4=E%#^tt$b81?nLFynQUjO(0sJLEj875=GrFwI zxU`UeeL2G3$U&2j+Sb|x;HvKwI!snt1QrVG&)2tL#Y6?=zupo42n5*IEB@`L-q#zX zt*Dv<001=d9{~hN%fR>=7E?@+PtkRyFoDMuSq^8IM=JUNPJN|3P`z&*Aw#_dfu0${ zKR|#FC(jDK8LoDwFm#45(0^&P5U!0S*SThS)=~;BV9q}wXHKFpsxa8S)Qu#D6Fh-o z!FiVEZR>se^}TB|<}%<@Q0LOvkOZ^2!Xve?P$N~9Qr|s`5m56{D_7l1o|SWL1;G69 zJLZs)gV+12$O0d;hLV9nwc^*?>MBp-DPFnj+ck6#XL3i&)3Xx|CWN`wdAt3(0Ta`` z(4hXUPef!4&qN7c%7GUsxl}z$4y6Sdf^7yD6K6)+sl5Qe=w7DeV~(ojjA&C8$dyYt!)h|#F0CeRQ&;v-{fRm`c=F2L(_2SJ zM!E84pww;LVY_GBtRAY1(!6WyTzySU1$V3r1Mlw(hpn2p6kLpx`nI-UtBW;OQG!Hc zJw1|JXKqNF)AO*3PfJ3$QVG|hdl!Lv1(>*u2G}<@7h%#k(B2J;P#ges3y|PtO3X-nX?~g@YmO0{ zf=j&;O5VM5Z*?8*h5E_xT3YtNw>k4@k$tZ(2>(Rq3b`>KGPX2ku;kA-b;N|E1*`aV z{coWEg7O{^;4cB(k6%`nDJ=pB`U@lfPS#mYS}s}+b7T`CeWgLZ0w8}@ z^tV8mF>SOl0NiZVIb8V~8Ne)o_^J|a2Zt}$mYXdjW9NNHPYxLCDbnr)ryle&2(@2x z&p1ym#|4O}1uq}rp00g==f<>jC)h?H)RbTKWEP;FDsU3nI9nA{j@6b|A#ldR4db*h zz%0pF4T*!V4dDyJnGOKmOg1__K8=Bh_Vtg5u2U9(0C2QiZRjnASm0Pdd_bF(+n8_C zkxawdp8kx~6O-RA6`fKprq1m{&= zIO2I-W$Z;n$TOz9b;{2Bl%FjsYo42$+L)C+-itUoH3l{bOo}cGWSlqVtyTw|pj)i{ ztWL>(ii3@-e;qkGJ$q1ENTg>{VDX~z0+85bU(8E$ov%`M893fi%de1&15j82NX`T5 zvZ5Y*1dR0D-6hfSG}B!`!f0RO0wC}UiKmZ-$tMU2A(EE?Z0&seTzl3`CC?N4y1s}DY5n@#p}z;f7d~h3F!;xU&2seU_9FJcPH)k9@+(It8yb8b zIngnsVZFk56IH1qJpjzNm9!>&sG&}^G&uQ-y&d3`mlOt^;eu;NEfextsGcCz*z%<* zk3C=6PFXI$!)foB^;5pmy)9OLj`_@U zHrts#CuqSHTt%iWHsmqaqAISQ6)<}M@PHPQJ{8qt1_NjqVYQS%i;f8jqs-VnrxmgHdV_0oZ(j`bU7&8wF-}{u5S7#lK+f`L9VO z{D;(do-a}{hJ38L^=Wzs{K-o?w~-Jl{g-Ep*=&GVJc3xJezPY(X9lr0&)pPMdJtjK|$e*4%soV?|(Nnro2p3mjAXm4Rh z@j%g>mNNB$F*-p7V|>?4RVymug>q#By|nb>L-Js-p<+h;BU4k`jT$`}Z|oJmL3JN# z8Z6^!2A^ZbmP@hK^&3l{`Ufoa)>Bwnj#af;0x}zJ&6t481>R|yW7Bye<2>T;c@3)7 zK5nxjVteN*8B&GG8%0x@JNV>M8+85j?cc53Y;PsfU_ksp^au#_spd(>>_iEr#%{aD zR$#2K1ON|7@rwgeGo?5hX+cIfZC=sE3xniqLI$=KVP%~Or#(4T>T zedpXjfQX>Bz!THM3H&86JXQI{%`e@T%&^6lJ7A$P)JM?4}o%~erXgK*9;62O346Z@q?gvbnxC|*p383bj0OjRy(Zmfy zMbEkm)am{PvXs>Gu7)g`CZJ^}g~vyPi{~_&t(G@VV_+@dB%Fm36{BHm32rT=#}W%vGaq={c#{t=*ac@ePv|727C zZ#HXkzLEadcnbdu&uNJSJDg#i3%6fXFzHD=K*^l4fda+nNob%O@<;Rv$7oWbKP z{QmJD0VN6q^G>4dzlg%O#q*>*RL0iXX}k-ZEnYwGy&RTQD9QFiMIs*8IfG_EdYsAeWVq8w&`^ zcWQWirzbdR9K6!{V3CuGW%uNtQxj^(6B&)IPSbNfu&TB9)Ti-}iQN+`0KwMxPjFS= z0u8xig*YC6*4EN_4;8_CJ+3$zp&eCYWLTeFV+8~7irXDsdlE!6YnbTopw5~mDt-^r zXUO!e)|WM6$b9Bc(d3TQI}!=z#2>Nu;q;>>>GX15SyA*EB*4>�-v3+{uO=Yg@B0 zu^$slmjLBm+V=*Fut6fE0Dblh)Fh0g-XpZVw)z3x>+Q*nFJ;0h*!K!v@;y^dH-%$CLf||OHS9gd03sYI}TGXh7ByH9Nfrb?F^X+*8bx6j{x1Q5I`OOC&Nmzf0r@5 z5|aNl!wCOkn9Ec_4kI|5v^gI7{;=r-WY4%|3m#3wV#wLivbS)qEIlQcU5t;c5Mo7{ z{g|jt+#F{`3_Kv9VXzD^Vu4Sz@bLSyg+poBJ@aGiZoDS428)hs2>jG*M~DOWQ#Sj; zyfv5mnwOUq*L9a-mQ1qG6skkesQ!(TOP&t_4sfJTaKGLvdN>~tj`bMN5bC^^BwtBTAl zJHX1y?Z1wXx>S*MpKpT%4Or8$<%&uvcmcoP_bUEg3x#iCUXcTt0ssMcaJduYl97G< zrHHedT?k`bLORw)0mwu;`z*q8!8 za%iFgAYRCdKJ8;>UTtCDN2sF;)Ppw1gA9<8NkPIjeK5HL(-fOh)HK-?yUagVCWNpf z!zXc$T^Te;e5_36PX-#j%h-q=%vX*ENT8#-bH)p{ngln42ST3wP2PNQcK2CYYsu^` zYke5voL!8zCb@DU1Nb1I5$SP#b*|o$v_PeanFAiL?5OHA@05Mv1PtK! znuT?Yk?XZ5G6Ccoz*-V+6aC66y1S{GATc5=AxYCYVW6SjMrFt}VDu*#$4D8KIE?6m z@=|F~!u^%ctPLeTYoFbc!H<8Z@euHfMj8OmFB1O<&~o+&VS~{h8lnD&#(!m|_BL_< zHH_4M!>E-YA-%^76Wp!%T?`sBj8c`@9rDZ`#2zZThwy-!vIPn$LX!}QGB-Deqg3&P z4Vn~@E2+YL#Aqd5{jz?9C)I&@Im?4Y< zH*LT|x?l`qibB)^N{NC*0MgT-ze-cYORSky&Dt0`75cFSOFg%FdP( zuid=F36XZc)*Q zVKAf45KSyjQC7C|@Q^e=uYiY-FGhiAFyJAhmW1-<+8QJm=_!XWG8{U(yAuxCw3g(Q zQ2S|VrRJd;uAD(?D8nAJ5|P9y^dnJ(_|%dx3`Xi;bl=ezSD-D<`{`H50}B%YMs9H^ z_R}8vk{cg-)jbF^9IB^UdAc)wE`t&Dzg3WjJMnxxcYJ`RRqO|N9}L$0JE}+?e-+xB zUzq+8panNGS3raRU1&@G?KU-2)&CEq!v7Dcqsrev{%@ql{Y|P>0-q>0A4>4&bkjMdU$xm8ex`|@ynseiW7$G(?-4lXHQN{pfIFP zj2qX76&8L=95-T(1|Gs7ii0383>74T2+;?0%qnVm)S+#G&* zU`7f9Aup6wLQRx+ba81Wo1UCReR+A=NGS@_uMO?*7qFemC5IA}8@RfnrKYBi6(z|r z!-6my7VO);iZE{sUszDe$jI<@fKyV^TXiNlIXU5%k%6ZicfX<^c=W=-$In-<_U z%$GypM}S&4`n|du5giTpHM}f2h`5=@;pF7xB?kwGkF||WfP`2)0R)h>we{C4Ouw&L z+VaW@|M#Czj{KZ>D#JrVX!51Mz{TQ!IkLk_&D*-WhkvOBoVortB`Fyh9UYyW$?M6< zSk;30CIsPoTUGbhPj!^z7`V8DzkZ=$7<}msfR{oje-Yv8JhMG5C|I=JftWX38y%Zc(RtsZEnZ2bIB@%1VT5mx9R+0&jW64YHDii{=U)M+dIon zOU1py4hK9rIk~W#N(T972Zx{4zb^*&&An(MIDJKIk5M_tSSKh3)-`(@CCos$09w3nR?R6af@ z`M=ld0RhnmgtB;Vgic}f)53JyPjy!|s#?sd=QkRs6+JKy=~fPU#5`sp0MQ8-Jbs{G zJ+emcWrWeqJ#qmwD%(#LB!r|d&^18gA({_;?CL!IIkjZ_}ukYEq)gCpUN9Z%bBg?t|0Q2sXW`RCy@- zG}1r>2trnNcKue(o2#oCAfGYoW&sN+io!;!Vl#8N@`do#RgH~}jVGSp*3B3O50>xu z_xCzeY>{-Xmuy^ILKc&+udi9Vy}f`TAt4?x4VV*Phd7PORaI3jEiJmOniop->(<9@ za1=)Q>gJW$!$TO(?YO7+X$$6qzkg#M9v*gdbphoxg7H!WCEjS5s2?ylEUH?FQTz!4 zhlgZeuu!5wXJuspU<3me{$iQwQ2P`4SP!u>`5_YJIeB;(q>#lahU_dU_c9&<4~WGm zeH`r(nalE%2M2(wuChp2KZJ?#1wZtbxUG9aZNqSJG*B|))GZMg>?LdgyMbK_ zGsKIXsshC^5fYjm-Ye$>*GC@gEZ)TfDvh*97G=*`6V5BKL@B2^B7{4c?fCCbb_ZrG zNE3uF(v9vjA|`U)VZsFzHkW9>DU<{V$m1O?Y@hu{zJo3$44NRZX!Ax9^v9SNbIB@V zL%W5?T;SVYL{OF@9c~W5rA`dPnRJX_&(D~izCZDz?)Ey;q^#K;?syN%UjcG*EeGI; z{f4uZDvd;09jsp7)5}OB8V^y$g!cQ6$upo8HMFnf+_)K?HN!jvRy`^hfsos4xygAT z(mn^>6d#R2V_<)bJ>j}Z80BRqQT<%nVrpLR472Pb3R^7smY#3UaXFnB75rE9d;C)6 z9|6jMeFMJI``^(|{_i|3ty22Gj((;8TJMt*3@!-6Jfp@;hAL9bHjdb^LF5=Vh$|Ye z_;-H(oegNODz4Y^oJ=2pcqo*iC6@5vBE7o~uCn1sMDR^W255A~n|;P!YNOR5`sQBj zw6wIhdR+|tHI0q;Q*{***F!JwU8am!dFquP+$=1Qn4bo7U%{lS$gHp#a`Tamot+Su>T0B zkJYYJW@Ba5H8Tqf3xoVhk>W`hr3{RXgWKCVs;aBIBfGRFo}O55Z*LvjwH&pEZ#lm* zxj3U#?{1m)^`Zsy>$|%F0BI7W0sT)&IyN>j?rakS1K=emOiWC`9PR4*rlz6eV~QfP z4`_?Dp|3bLKR>UjtzFmAAxWCBeRUN}0P*F{jE#&y=NW6QUdz_4eNYkkA$%t%rNRe^ zjvcYY;;%SkESV)3vG#X%{J+9=+9YY!Dfe>Id({Ynj$lo0vEhkis@HdD z2n01v&A0iw3jO@q(C4lg%5g!WxZZ~Vf}Htd&pXb`%&(h$-YR|hV4p81jOMlZNd(g` ziV@u5JYHwbHT}A1m+`V%{{bt#E+=_3)sXk^KF96yuc-JxdzbawpVf>15f%TnJ>+_5 z`u}zJ(kg*VdY=|y*vI*d90(*YUmfHQg%=uh2T9Qb9Ij??!;lSv3Um(urCQZA`z}j# z=ZUzf*;lm#l{jiI&RF=vCz5t(udOPK?yHvhDrjJU`)Ow$z1*-3FoqHT6fGT(A%uY{ z&uTf1MO7Aw@`_5Jyi=(d#Pf`Z`~+WxjrY{%#w))4#!*Iol|{p%qEb*|d!GfR^lN|7%}TwY(_ z-`@`k2mmfJTiF`GVAwTDBh`;A(Zi4x|5-^0a&d97yt=ykRTgAs;x3*tX)WnhQgP7< z%ZrzEUB=1FE1{}eG&MJ?RVp`FjraEhf5oaV_U4>$H(u#k`<1;mZ<$WoHcD2TzUq^& zm|@SEX#}>N0NCBntehNqT!DEsQ_g|AgSLa%$gR zZ1YjboC!u?*3HCyJ(BM0c{Vq}w@yyN zD=VqK;$cg7cd;2(S`kI?ym~&jmeRymeo>v9Y;%y^-KRdZ?)wN@q=- zBK2htttG-h@|#7csK&2S4S?cX!{W#@t1*#D$bJT3Nf}h3;`75q^5aL$~IfKEvF zMsQ*sLQx~NJv5;=VD%@!5bS=lg_zCzztd@G^Op-B`Xcj>0HvL=f6)Gi3s?9%W!qrG z`mf=1{nsajGNK7~I72+EuVWi7AD9gNt#on8lLG#E#78lNezSu$IZAkeIduX2@#KZY z($q-ot7_jEAdX4f+2AQ|7sW`Q%UGS*nN2*Fv>#9N1p2A(doHiudv86rpSj`R$S8|L z4#vbQmrh|furVQ5IPr>0Po;hLWy#;XJviQ&@Uj8p55Ko6F0}G+;UfEN9lmvl%1DQI z%8EvsuaNb)Q9lp&^!Ow27syl0uCD&jq)v_{5!19~71R(2P{qSSO2@^`o8Dz3CIW={ zwY1sF!SRYjfB{2KN7uWxMKHa(+Ir@kPllvfR@V1Z+JPzCCS`hGxfzBSiU63?(i$#{ zd}?wMkYITC*TRBbdu3Er8Wv??AqF-!z*=H~EQ+!pEx@XQL9LF31wRB~T3Q;2tmi&+ zdP}w0&g)gp^4SrBMO2jj$T3O}t1oJgIyq~UXrLuYU&x0yP@3}HAwlx)?a6nUqM~r0 z%5Z;`B#&@BPHs+^6$|q&`qkDFazSLsxl|Z0ZhR3A4oY0S8@dEQ zS7Kn#-|MhE^Y^}`r<$o51@njb8`dH}Nya3^0a}!_q8ckAk-G7{^tLTyzaG%*_SGOr zGI;5jG2%BR_HRlN{w*aX_H}FRr}vR##vnm|>{^V|qEwLYM!v4h>7LEaEVsYRVWX85 zb)DKHu=iHf0VZ5=M)&i6U>U750&bvj0YnZ41f)_4$#DhsIcZRv(7^yJDNz*2tKz~z zy}oj)tLyjDvT|?!=&8v_7~?I^i?l!}`Dx@hZ^)G`!ZJC(2Tqn*^HykxH3N4CFuQw1 z8Z)}xjdr4Qh3)bKH4OSiu;<^I7nAsFx6|`03;ZKM-a)CTf~Nm_w^QL?8%%Iy;Qw!^ zNBSdxbL-x3004mhY%mqZ(@FI6;tX#79O`97)kjAU(%7E$O+*?`Gy$9Yc1Wh{M-dJXleNm0m1E85ibT`)*Zbd54fCEosl~=_Jq_rk6rzR=*bYHV*)y{o z+t(!kO?m{9j0EKZ3o6NA1dQu3dl+a@2yzZHJjUxHrHkiT&tAF3;%ihXx%~)d)Zahx zu9kn1zzD>X0J;JNm#O6pkur@IU8j~yIg?(R#}^%M##=;A`Dtw79erAi`wDECrXPS; zcflb{dfD3lyRG_(|FTu;m!19ykWH3UzsrBx>Yt*rhBX7{zqXac-?qw(=aJyoLmA3e zc>!*HhV<7U(T;lv61l1H0Wjq^*}XUl z_}F#1%L=z|pSo>}aY`l~|LfFAyb$RtaZVTp2cu@ zS6PP#m}CUmhAss9cSAP*z3586jQB@@m=n?Oz5dgX|Kvee`iS)ZwIMbBF=PT)1hO7V zP&UgGU=egd9ip(Eo^Ax_53wJFO7fCs2FP`vJ>7An-F!u245A1qMG!5a;VA_CH8Vu2 z1yCfCNciO=7j@XU@EI5T+=p4?&`Y9R%GqU)O5ze;Iw*tEUWIt?(*W)3Rc=}B>(0=aKs0lVUYwcIG%zyriKB)< zyg0)!V8B>WL)cr4fmcS^TUqW+#keXnO_Gth*dE6J`J zTuR-gJk!t9m^5)Rzpj?FSkj|1rH9GGC+Z~cE8TCVji{0(R?nOIw`*|Rs@JU_y|}Z> zyEp{lz(4wsw-B$8o-p{IoEF+Qhmn}Y5M-uCQ8up*h zj%t(%1O98n(*Mhw)=C5MVFa2$nh+|ZTmhI6Z6k$ux?I7MTak;o0z+r@X^QDpm{k#w zqAjIjKog@ht;EUd5w`Eu6R}MJ%aJ~(|NhKQeRnD30+9A&cn9wRr3Je1ozejVZRmKk zQA?srl~k=%#`guCAOxb?A{?jBBPW6pm}3NW1v%@Tx_8GF6U|dDk1IOe;hroCvC?v9D z>SqplxN_dqwtj(zIb2KPg_bTg8ge3bBF0XE<0jTTl#;#)0we}2#uwJJhH?9otQ(M$ z7_Z$c$-na7?Zu<`WiNVwC*(iB?fJ`I+z@iPx7L65Kwtq#|FM^%sgsqy1GS+(K+VhKx_`bxM&^-T8IA27-UR)rE(ndyd-_W!tATR;~c38L^M*!cPV?hZ|-$aMNToA0N6j0c;Ac=h%P7R;S`I? zAwYbxe5+fYC9f`Zg46x|kRE+E9**t=sz5VFm!rOZEik->z_eHZzrZ%NK7!H^*Z^nX zdR&2bLV>R)mV+H30Qi6q5PCC!2oS}!Z+la(L3B+4bAi|-IHwVOoE*vMeOL+}%5{)oV=6R*>aA)b^J>g_ zu_DjxntVhK1NQLU*Yzfk1vX{SJWoTBQ{NP0@B0X$Xp8Bb;n9%i#Ie>5EDlrbyW@op zsO4g$*InydWRB@OkU*H$MPW)R$I_8Q>Pmto=3&#wI{}8}NCUYt5y+026Nd9DfK?w& z))LAxsDjE`c!#2pSoAXkD8rTqTl>`kjWFx30Gos6Q2E(H=V${xVL<6G2Qc>-025&H zPQbRX0GNR7!2*~8%SQcTaE57!*Z^bpYk}Re1rEjWJ%As9^JnLsJi_g{0*{3OQ=M>! z@c`ap+42Iuik!&8olnRz=5yAdu6l8NIIP201Z7@TOjZ@|z z<&9b2)#A$S@O3aj5OLIx(T(*7Y8FJv;f~Lt;k;3vY~HL6|Hp+&_jhlGWb_n_w`4Le zNn})f(6_EsPD+ATMjn>lQ>Ht>XP zvRX7*Au!0f$SA8E7^AD&RlW=15esa#t{tjlxX3(!=q0s8m>kG!qoe`-n}t+Z-spftiE9@^I@Te zfr{`@jD{}K&*F`ezfs0kXqDs+7ONBu&TzV{sn6>h+Q=WiLUc&u!?(`{oomRTC)pdn zb`9w@1V32biH4}$+%6ro)KLEzN1d`))jC~0GWP+oXp1|9JaOoXr{QtRSDU4A(^@;5 z6YV6zrzphgA7c{rppt%)q>ZFgQtZ60c8KJVLFWK-=tqbt8ZMklTFuez19`I1ie7NS zQVPEnoig)$afwdhX(ZXSH*ddja##9k>=%5|>5sR#AOLJ5GRD=oyn%m}PcHt;gbkbP zC4A35aCwn=byaXkS~*UVD@%cd(xIOc%XL8RjE;q2_BH_obBBF?{wj^a{J4Ck z5$B1c8M8BkMnl_VyFC!sDbkXjJAIotr9Fw9WW^s9XH?RzsH}LScEXu1Qv7p;3%6-< z^|)rc`dv;V*wfHtMcE-Nz*|rsJ^|Kr?6yUf%N$DIO3L8oQF)}Qk^}YryQZehT?lfa zk^#4YD^q}%y6ThDNzvev=Zh4lJsi{S&;oVWpg6bq_wIF?bH0dhJ;ledS8yiq@Drd9 zuSddQw%~dG&ult1krI-<*vS?vR+__U^8n01vu$wOR}nrkN-%=pTh3qf^auKmlada^7;GMIrVuSWlW`ndd$F2$!!KT-O4Hj zIPBX{)asaNv3PL{>C%?f~+tHqV(;rZG`gqXlepG)qw_TlQ+AeME5fdge_LQ!J|F)yHUZB_dg+Kwn>=GrCYv3=ErtJOutmEW z5lkUpvJf#nfX`f#fMDktf%4mY<@Y7PpaRh#W6dr+ode} zR@fzuK?Nc9#oHj?c{E<{J`Ak%5ee}}%D(DQ+_&ox(&5di*3?6;)UB=4&gDRpFwwd= z9sI3`)(9*;i-=!pS=piL!Er7q`vnc_3Nt@SrQjSQ1|9cyx4I?RqW8ZmRARfghbhg! zblwl7){F>qwSi)3-5aH4n=hogwuSe{m3F1}Ft92s?mB)@a%ZT++^y;KZc|22>CSU! zFY&%gKX4K@(02?+#x{(!RdNWzw%u=LQqQj1PTPh7#wJJHpjblGk1a4{O|fVFKy6E| zrHH@9wqqQ7L_fDZvZkzv#8uM}>vgMy=6L3i+l|vrG7Q^3`q}c%QFy@hhPKpw(b-45_l86kTi4Jv59sveBb)|24}jD1M1d>j{+_6QGSK{+`k2rnk*Bw21Ij;g?K48a9o^K){QVv$nOTpXDT zJ)$cc!ptUR^oVz<_)Qk!M~xeM!bNTgxSPcvDl>5*F<@+#fKI z;-ju}EYTotn`Q+Ur(~yn*V`|quzcQWL3Z~!|D_>xBlmaVPS^uC=)_lf53vy#pj z###z4!`!G1eLmlhGbZ$5*}%-(i9cBKESfungUW3k?%0k|Q}cl$*x0W6tByO+s~437 zH9ffo%pp^Mq|Ch!QNs;4cUh#RR<@@P>4pXQg|Z57E2BAQnqW~7ke9QJCB`)oE1%Y` zosV8!rbR@w>fN!x#wy?qGc2Bo4k*v9gdR5I+@xM3L1R8^$4;XQv@}-|FlE>n`Bw=z zr!N;AtdYPr28SjEqjOmHhmPi^rtUbRp(>fw@gKpy3AGidtUD5PFzs#Tgct)PeL7T< z0_K-5$<&>veMBBc-EvZr1$Prk^LZ3_v0=1HK--{_fz4AtGP9rj{E;?u+f}(O*LL!A z=ounwD?54tVOR5opcLWm=|><2=NxT3%HcKDVc30T=7kHFlr|4@r==Eehe(n*z1XeL zlJ%ntdzIPHm9k34-hObXyxc33Rk!l1QqH^_DCp2ok z&v0Xcm6^Pt_2KL8$=+UpYlUDN4hYi*i^@D>)h04prmHcilH(ArFmOA^6^Gj&oo2`` zS;8j0jx4xR!9YD+qCzVeFfDP1r*Zqci*;a+s>B?URMvw~a)bSTDHjmhS}5fgsdN}D z;ilBjALV9=-5U{O$+4Xw_(4j}I^)9NiQ9}TSBEjOj!Pz@Xap_&x!FS>>EZ47^rU_1 zW9;W;B`uR!s!_P$Dd{JkDd->K%v5svV^&shUCn~Yy(c5_JNypNYajO(m@Qu)*%Ax_ zfFB3~LGJ)K3XZPbM?(l_>Exu@ySHr-OgC?gquq2A8RYGt339j{8YS3sKI(Cj?WO2 zWLwL_Xl|3Scn8kd%UNN2jeEuWi4BGE?mJC>E*NQvqYpOE<>%Fbo0X|{YSnJRQWW-v zUNkHt!*vYcUVseWK0fT}d>l$1-u79hkRaHS?q#7L zm`RIal)8cs9`l+Qx_}hl&*C!|Y28sFUdd#lec`%Rgne9W09H=)`RTvDKcOx>17ktN7w!&a>jhJQs67kJ7yu??{X2P+@^(OH}@ru15a8MkXZG!hz`>^e&yKWqMp+oXvr zTc@{)0Af$0aZSHgLbPIn&7V8>sD&eLMeb5XTrKHtt&QGQrN#F1jWR(_%coLG-oTVZ z67}9xa6_6 z(SoO8+;zvvvXXVjGSFD_C<8lrR0=)H@THKMD;lkthZZIpa+se2*qokTl+REk;F|M? zLL;-P?J9XqX(pXw$A&5q9CCZNvlc>!=^maX4;R?{YP+?#*HHVpw-QG$^+?C%8$+tm zI~_4JTKHs;1#v06-wDfxMLTYq&IdJyN+xSn{N23D1DY7w(P@63k1Y|DaJ~U9X=sT= zYvTLZF@9pT@Z*KBpM1yo(Q&(oeTWEbdt5e`Soe#(Ta+5rw$7LME)y4ZW5RA%t9fy# ztI|QddeMBMc*=t4Sa5R{0pCbvU2R>DiE~0;#aX9-$npf}@V5WRCDl*+OM}7HPM*T! z(QYygER1Vj(~HXc5_h}A{KstEeTUbW1U6VYwV72Qk5!jzfta7uBy^Q`7NN^#pDmVr zQ2Hx8fsdkDLidr-iR~nW6(>i?y#Ca{(c(wNO6&#CMOHHm2W$zrEsE3q0~mcV9Ql~B zI}dpDEyO)N|5I~xjyMaf?3J+tro*U5^vxkI4MRJVYz4i#FxAl!A;-xQmkx)LryDt{ z2-UM2rrtFgl1)aSM8Z*h5QeupWL7pbwoZD7e`b%y;UNqoZ9qy_Rm={?cmYN(G7c$g zzwBZcc?UbaHmY&6To{<5!m4qV+71eNi*X-WU=B-J;FfnIpm1=ySskmifCgi9W~3LE z=3QJ|ZpUqtqt62H;gjPCW|rUYEHLEz5_Qb8z59X!9VBECi=&s6mrs1jPV45tnIs>4 zqfD%x-1E@=tMj)*Xqv@$oY+Dy^xYtMZOufyQoz7X{tz=)uL-_~n~9CBmbOr&L*J_A zAfpsMnml-Qhgz-PW|sU2G07hoNpQcYdGqNyf%;VO0u$B55>EKZm z&3$xeS30C-9g@qwF+y;%;_|YPsoEJSFY!H*1zln6Jaw`_?KX&~GtHx;3p5@JCEqJD z=fzvlC666DSBgq5^mg9+0>ABk%6)^}2CRJgsj*q7F{$Sx3O~|;69zws$YvyW3VQZs zQ(?qim$tY=c$VBQUQC{BE=gtXrXE>IvTyOw10H%mfyKIQgRQ3CGd71Vlz5L%HiJiF zjv+Q70WJQiHN3{O#5FTdVRcj$rl}~^d6{z!+1T0~f4D$Pcy7FB#i1%i&j?i>nwCOw zxfH*GC=U{K(-Y7~{2lP##iH9&I;$|2>p6?yD*Kbb!|1Qhg%}`!zXT}N-^0lEKROrw zwXrMu;_+X9IL!C=#;#EUm-L<_LNNa7dQ_Ypt-o(5EGr2376CSbZ44~yz?v^H0W4Ci z2LGCFw=K|0R_(ga#RGax6PlG6mD9}qgNBTf(JpIVVp}-f2lJ3_q#g!XuwKsP>pgcg z@t^)+*2AlfPYA-dWRAnCj>qnTMDjueepwVyfLl&v1H&{@euzMXs|}jN*SeXadUIGw6+oswM>Q39YpX!__bC2zI^l(0bHmLty0VGjANDJe7$;QF4 zdw-8w$&@~Mfd8j$+agh(aw`bI5FQ@B{t?fDisIW?ouEbM92}voySup7(w^JY{5-O{ zMM0t{1>!ibss-k79H{wfQ-hVnk`oRb_)C|FxR_c}Mn*=gJkijT*4A`9t<=0q#D{sc zJd_2MS`uKa{EK}J<*>fXpGJ>~TNqwB6bM3D@jva}-P9|b)1loKTJgz*qjhHyclf&U z;(r=7l*vAU!5SYQfwA&1|5vXc-CvyzzW@RL5+LIKt z-T_f1f&bfgpo9NuyNRwHH`4?VYS}MO?Cx8H2 zKX-P@m3=~`5;(q&FZj1sP;gdVS>g$Xca9D@et zr5HSR>|>NFNK7dbBTXPg3Ip&={nPv_QL8#oM=6|-c~$|2`=A&YnBAiWV+PSWgY zh3`LADbdcHISLYO6flAf>(v0v8?gYQgnAaU#4rQ^eqPj1tc;LPU;lW`F?va` zmLZ0g3N;zNMnE;r>rxo(Wa^pL*hdtNp>fo>udun7YyHU~J}3}V9EfXuRq2fk(qy@* z^pR9#s+4Tz#V9Q*&!Q7M1aDL$o0(!eT%+7{6(bOQS$g0q+1w>Q@YzmpSEnfJfzac@ zN^`V?Fr&k#HAzj+#LqkioY-_=&mbkmcplWC=z?YBE&R;3{if5wmX18#N1@N=P_J42uXgQ zir5e%SGkq9KIPAr$yB~(xSOeJjY5?$cB_0gX6aYOisSXG@Dzpy|GgHn?l-6M-skH2 zLZsxpsSKTThhD?my^s4W|7NMa0_ycnj=-|;tFjp{3fB1`XN?t*4|z;C z2$zVrRo^^WtA+O%^zxVH*oe#oAE^N1x~JEr2Ef;7+Z`UavA zcA>%y?a@tcQf$ec+fm8j9KB+wzYIY}U9kwOXZhNKko((+&i(mmI5UP^YZlPj!dKyY z2$$H9{zA`7&5-`($VC3aCEA-F5GFtuGoe|^Y4hC54xO?~2eV2RZ3hFW%c>Ug4Fel~ z{t*y^Y#$DJi^RyJ>I7Dt-) z>sq=xJ0h$8Ff7$J9g`mjWAQPQLH?wW_Mv!nN8Xtk5Q_XM1C|_?JD!T5AJ20NDbp)l zHAFw@>FP*;%5-dE%UiCjhx?i6(RPdL(%NKHu%wc;lanxyZooa8lZa@tz2{+ko1X;H)q+lX|j%3dHUg2y@<#$GL}%L zw#}U1h99)Y<|^d;y~5%;F2!!A5(Yo2lNgP(bk|fMHFCQU1Puzg!4a*{>}R$l$!zBW zk7hr#d97h>%5srrm}%taP-dd}l~42$lEqkK*b`30U9y(GdJui$stvk4^2-Yrd^(Op zug*OnJc3ncxx0b zr*bb}6?dTRJyF_=IAZ7+z9gz?V?`Q7DWMGPcrA!7ytM`;Vr*&_wHe1mx+(=GL}WVX zYRgKj1cUFUa)dS5U~a5@?qoq=1rQOV}jJrsn>FH1ZqfjAdNmcEwV3`m7K ze3FkQm-xvUdHR9Xe{Qkb0p$-kkCd|%z5RrTP?d92@xb@ORaLM)ybQV6P^+VvVd=Z5 zBnb-Tr*z7hV}>>mreRa^YdMqi1LL%#Ic>^uQ>9m2p&0H0q)%Yh423ZLUBoLI`&y4@ zT2;6DjOKDBY4bP%B!?dW=O!PY2$!7a4X6JT1IqhqLo`}mJ7hA!WYgafsF2>}~$UqQOx;n{f#$jMZwRfW-&guJz!cG_cSIo?XU zp*G}CZXFaKu=jAQqHhRpGSls4sO;x-l z6{*&hu1KGl(kpuh&qIK!U)Q!D{A|&=U`Tq}Q}~gjpDq}mU$%8@Wtbnsn29@<6?#|r z!mZ{jLH4LFsVt*u2B{1;Jz72EuLWNJO<5SbQr_|YR%cISig?tJbJY%m^q%Q?f&v10 zJ+-Gc)P0t~)_fy+q)`ZRwJqKI)6r_W^tcrEH$s?Owm>Pvd2|HA_%9xLh zd68R6Q_}uzP+yvm@CbEp68VB;&kIl!+bQ@1AG0|9@D-J0l#TzCA(Q_qNCfLt%lA%N zkjd$OO=kTkvr(GbJvspdZ;X-FSF~X(y_9R4N)&HO(Eyn0tA)q}Nas2Q?agXCe2M=@zHN_MkinKCYI$`a~GWbYVh38wC==C^(n+|I!i5U zRVGBoX~=Ou+4Ka>M$kuv?JH$nio*7KM)u`D+>#G@FEkTd_TfiU+T9^j?fC`+*P_2cs0Xxpf<^FwUnsbg{NtxX)S{HNr1-4DQ!Q3Vr&y6yy)Fo z2CYf^Jmies)9J|Tml4pt%AGQT(}%EI0Z`~jtgIR^$KH~@E)|EeaA=FvYIn$^EDSA0 zP29PD09e260JHED;Ro0zwwyUHqrsKA)~YO|@oXlTdSEnPmuB0q2Z|Kk>IXcaC>xWE??T51Pn?#Wk53 zA%evXhO(i!mOifa=qTXI(I<4qfTh_}anw-;D!sS=`Ln54wtp2EU^oB(jC|k#K>keX zR2{Z|{%q?1DlkkPtpKioSX7HKIN|0eN2qJW6JE+pgF8)-VrKxIz(%^E9My*s9PW;H zp~ln%*pt8E66k41$6Wd*$|K|fT~*-dDjEF>a97PwIIj_v)!xT-&HOIw*5tH(%6344 z8K`h}d+h%0UM7?BDI%*Tj3Yvb@m8$?;gDexlr3`g8X^0+@=)fzG!2p~s@HWBevlao z4=MsNS;oG@-WNXb-V;oe;($koQcW_H3SglZrz&Q-yLn^$af9`%}}y!gD)P zA-}>6KJ-Z0-S#Fv!&;%Vb2;LUBHs2+5?kpH5zbxd^wJ};j>PcA_*5KxW*@!ff3qvo zdmC!|-8Y<&Uaia@d8LVyvb_=s@Pq3xeSugfMs3)nHV zZ~ODt_xVlg{6S3{4^>bheRG^Uhv>J@7v*qSHr%SDx54PBp2A-!2bd-Yw^5MSn2ID5 zK`)(`PNU>rYq#v$abDSGW_#~%;%>u^LDbEcY6!dNv?f?0CsH8Y|l8y!oZ1H)!g{Ufyu$9(DuAwMZ4$bM8xY!B}Z|I)wQ z0GVN}K^-bcmM5P7 zUaJ*1XD5ahM02SCWPG(~4Kl*x$Bv@h_;tL*Oy9`3*cG!H*rR#blPN_XOL6FyMuFTm z!+0+kx1~&2MH6e|c%4Kwwrc)ju6fF|R7P1F&_@6h=a|l-|MU0jI4QQZo;Xx*wZ*q< zs&5kv^JVH9wj4{OMC%LO0RAEAxW*3VE6%6_IOUpMO%=!!>o&S^8gR^%>QkP5q=)PX zGLjIGlJqO#C)f!p2T7AEc`vyZDT^+<6nQ8J0@tq=x>r#UVz4{V&ElhFvEa^yRq~zH z8Qn_IZUfD&>}WT}YK62rKvU$|n@HAv@5MXVtt^Y}f7M@!iN4r4x_@k;N zdp3J`a;?h#c^(e04uULExUdeX=Q=i22&|A`LE@ZuvFe$aQLmI`yc^C}uVdMKbXHm~ zqsA6N(NdOe@2r&A`TErtjpuCev3X8~(di~&Zl@7h1*NFRV(rc+&ge!$55Cpcs<%O_ zQmx5Ft;zBo&B??*ijIsjDX;|Y8}WA(O}mPGgR(WtBfjD{iD&SVvE)?4n@4qBJiFtD zni}l%ly=I&SM;tuL-8S+70TGIy?w(s@_O{7R9y{t>Ch@O_|F*ChzZVMS9%pXA;LD~ z4h&Sh1HwtI?tD{`o{Uxys*l{ZX3971*ODoh|?C1s;a*V9>6Q+>CxQmGF7hNUs zL*V-eu6ioa=s>FMzNZ#CiM(a^A<4I1{o0w)gs}S7r-V`+;W}wc{l*edbgO9CYh3YL zKf(|0?6lvOgN<9i2Y3<&17D%A)6uQVmJ04P8pZQg-MnYnqEgC^?I#_R@K<`+^sr7e zVZhF{S{qiQsT{>lC($s{6xE@QO=Y-jlLRYPT688d1#6<wh) zs@t0YuCn8FZTehn%DPD$K4b#}w^3jS;qa{r-1)`#-qg`8H?;k@YIkm0BoaA_L)C4k zz;pK+d}fn4iq-aOX!Ef~0xsrJcuL^O+05THb=-nJJYIXdo}o9{`RP`9HgR|crv=5K zC&szEAZ~F1{U>;<>ca1vA{QT^y!_P{v#WcKZn{XiTvzjUhoB;nhzG*(@TEYwnGMwr z{xvMaNr3S1h1W7r)+dUac(fv^7}XWr-_$ciqW60oC?yNsCRv8<>aOzjHq{?BKWs&U zKqC>?qg8#RQQ|pQh^FV@6D?~o0r&kr)Pf`LaAza)`;Vfdw4WIRSIiGG>9kP0L>8{y zBMw@!7N+4b$afj>JWaVb#)fvRqoPm6Ahs@wrHK@GLS$Wg@eFmZUP4YT#<;8VPhJEn zRQmqE}`q61B0g?g-5n0JOPV4k+Ivp3k^kvFv+^bZBYsN zTPfvmsD;KHCW&~eAk{x_ns@CEgTVh$7w8I4sEfs5ftQZR!rg$yk8nPoLeCi|tKU73 z_z-Fb>Gz-CT0l7q<&)P(S}BGUBF7YO!^_ zOvTEnyTN^TmcPeYgUpotPJHqr?1g6&-<3Ms>>Nq*HM5Z&uEakh8o!#^Aztr-(zApZ z;S=urrnawqAl`csdoXgj{W(rSKFi-7f)b8ix{CR_yedCLztHyU{?1YfETcM->lD95 z7T%EYf4ogx^y46q0@yQ}E7u%*&vv(ftnr)Qv6~2X{y2cE7oq5& z;_s0itsAD*;}1c%=dXpbYq=hE!}{hj1k~UeL##b=E3)LdJ6~JJ?c(EeadT|G9&YN} zjX@X<)G6%pzFM!5KmW9gT)*j2O8$jRk<^_rw=qQ`3CJ;PZ8$(+tn zeho!??eBhS7QPh2hrNY|ZkAAE)6g@HRl~Ad{+{RVXguzIQ=;eYWznM-ejjbt zPPfY?QA(Dnn9C%^X|+aH<>^y*^C4)IGJlX~I@XJZtm`h~<0R?2)D8F3M(bqfo@YAS zj9V>5)r8|9<36YOcS?9!60Oj_={--6 zTd&-{ugatiMlqX23p-0;_uY7nt)4fOn4Z5BEM;AO~Pj1L>1<2HN{?~Vi9mW!X+#CcxwQtbEK z)*F1`U)hA0E$Ggt_q9M4R*Igk{o@{@f3b{R7CANH6%MG(ajw#>=7Rni&JiCHdrya@ zLb$wY1xL{{BxDZBlGAF~g@Z8k?t1obzk7^6B8FGtQBf}XH4^7Y@Ah59o4`d3qsuU zMDB(3al$gQOqX5iYzLlVzVOJ&4d6Qvb|OK1;^w2BWKaqEKBVgmglUU-Q6s1piL|Gw zOzZ0P&R&s=G-)O>U9>pRfN|y8JI1-^>c#9?mR7l8Cz1rHb)zj(zVq_wV{C(HVaG*R zhk^xUj6!Stb+_Dy)bhRr4@$4R zfN|hbf*{X;x5LpPzK6h&bU4l$2v;wf)NDF)aq#uOSp9KYzH1i4N&dBRb-s=H)FD8@ ze;w$?(0?gW(`4M?3l`K(+}cfw{FTy!7ricv15095)P{m)~CaCZaphF53XJ zbB+Dok(Jm8U_&NkMYb8S+>%$iCcVG8tdINQhisi+_+;+g%6{qmGyD9xSDz&|SBG>B zy8Mcxr$w(BPs<;V^w5I$H}LG)yqjH^MdA^!Cm!o2(sb^Q&BMnzKB!>8h{_Y@jB%wi z72}zkGo%h4>HgKb#MwOZ$+fNPE3+(p8vCyb^z%U$9A$^UsWim_aY`Pu5X9#;LUs9FcgnTQ6ODdrJSU!@*W^7+ zgLKJN79NkmqzN9?+Rr!9WB-NC&uBb&T88gm_f&LEPaYCXyTeWEdc$MwpLoF|J^H-l zhBwv_@ci>ogvY?c+iyG$-j_c&f3$!6ASCYpA}wGT!!282U|q&i{npXV8R{}Q)f{Fb z8$7AXMQ!by!7w&`i(+*%Y+JbN1=*4ohJ~o3rLR(c3n(B?av9hsgIfWVjpfABce~2+ zu(gog_H)aSkhPF0&lIA;5S*_>s*B&PK*}-pwl81^;+7aZoWn*OdDHPPq*mqqR`uI3 z;eN~!LXt!E_;r6?m}TSPi@3|mB=0bctZ-oq{s6Gjz=>J$eb8e5Ji-SZj_J;(Un#_+ zHd~u)^e}90f^28Wq5{M>1)KeTJ&NaS&@kqyh0p)?sZiNWdGPtU=|0VQ`PwqhWXVxU z2`^Uaz^Sc704`8vt?dsUGJjMwh;e6_|o({4QH?r)*TJ;){E&46hmZ)FPzSPsd76KgkuP{=yE1N5k!Jq8Nm z$?NB_^X}I+dewwo%~&CT3asXB1jsu=f!iTp6&)^*DUp!PK^crBi_QAI=1A!b0&mZ; zXY^f9GhltU{S-Bpm_7LBRsN`aT24HTID#7BzG!X1dKlfG9bxzgq((;s5>qyFks5w` zMp@;Hel^G4KUcBp#x=&c6n>hOjciAsJ=?Ea>kL$8J-M z?HEqjiN(Y-UtoA(LF?m)U?C;_+cV$ydXt-L4>7C;i7MQ3;(0D+tuagPYkxqPcL zV&IFW6H52D)}WVV;{K^N*p4U6EK7I3*r8eI)vAQV-u-)BEQAc=_jYmCz}F2tER@4H z3~Y|tU_(5Ay3|LhEo7(tlf+k5{d$&;`2JPgd@5r_$JIT*6?-d^fz51wLJ-Kio|4iC zNq>+H(vcmc5(E7c{ET=|n<2YN#JObKdn_>W-0xOD^m=5cY4g#2a+DyIW^l(Y; z6ihW?>^7rr%DIz*0py;!as{3e&X_P(;i8A-BX=nT*yYI(cJuKwXNLw>u z+VPlj%L&&`Fg#&g)&ST2JL`q(JI{uAn475DkWB26I{zfJ>( zG>9Zyx*_H74s3OK5Bh9i$8dwVZsD1Hg>1oGDK*qD4|>}vp4FaPlIRAl^QkmQNJ4wv zQyuelhedC?rwsQfJXY}7nrl|vR!96!5AC5lsoEP(TQIHqYkQZr0lY^hT z3dJLx2W+sg{G&%*fTqb;DFEKbb?qZ3_PDQZ=_9>r!B@D{+LADf`)Lc+qpjB)#d59Q z*d_^&Zr1jgj|P|DK%`J7Q!&fc!rBI0d$ETSgqZGVt0d;1XFXRivaOx!-nBnu22{T&c8+l z=tyOPJ~+)kRnk&f(M?Pgap|Bh2IP;6B@xN(QF2PdQ}g4pP20Yw&+g&Tx;alzqGNwr zxXi^M2Yfb5PF-u{spAve&QmaYXv{hiW)v4)aZLdcjIldpy$OP9z-qO~)Xu%!FgXVi z$X@6G7lZ41(e}J_ewRL^j%*@b9|O`tgtEn8eZVID-C;hzP+`pXW&(*QM1(kb0zkCd2*_l zn%iWiH0Uez>qK~EH*!g7OCn;J;fN3HM_xZqRGAR*9Eot+Js(F2VDez0+7oLigUbx# zPt?$B3^KZ=XKy!#ipWi;4GC;r4?TJ@2byHzt35 z1HdfML#WGb-<2>3J{t{RmIS#trK3wcdK=q8odOt_F;%!~@)W?!Q^90CNFQItOQ6^b zkjZfeyp?Cua+}o5WN6&Rf;@8Fp&P;|A+62nBBRrm3?%)&*Sr5Dz-(xoZlxU-&P)a& z25Z1k!EtMbn~QracCO{ORf?t=V!y zZnhbp$h@GT{h$9$8qEHwhqNT5r|>M=AgyX*ynNq{=A+~)cgMtTEft?N#~&Fv*^2Y~VFMQ{HU*4lb^?L->V@yaVc+0B z{a$7|?VnQYo++`33|9H)Ygcvdi{)ebS8>~Z4DWng+U+v?+7)}))ISyVM~kAdk;A3+ z;qRL&bHwFj*ngb{SGnaL`dg>{)`5Mu1&nJ$jFpUO~*3``cI*Ff~&6TZutJ!xf>O@O*~3p(~6N_FF$$dipgG) z`{jHmTK%P3A}<@i<3`{is4vqOuvmz5y0@!-C7{OVKj1b*^8d*`Lx;N!{zhUd{YTlK zi8ET1+*7S|yDZ#?)zk7!o`03MDta#yE`UV;xFpe}flqSyKj+T8x4%#ceT9*GFFITm z-E4o~fN_8*8|ev@=;fq;YV-Ui>mV;3mD$@@3)siM9~!x7r4BEb5>FK*wbB!Ib{A9! z4_}@sW94tPLN30v+>Jin^pH$7W^fdn|1(Z0Vp@;$ujQ`?^K_An{_)qdK0E11z{@6m zrG=754K75{@PF5M^51lN&cpszrbW(Q%EWE<`qCrGN6KLg>-T>>N8G^YmWGn|W%-dq z+BvxGgx|ieSZ2fB%sL*e()IQ|{vU5EGJSSx)+tgXGn@oSYDL!C#;IGr+kY|~6=Jn% z@Q)6IFK}z_#ooSjYhspPWF3R?{cADC>0rW3X8*ajYGM=QB68dxH759eo%hdPC5O@G zKNjT2dEu@uBCe!FzT(w&(?zU!;m})s`q#N}-(W=??t;Fi`h;&rVNet>Pxe*A zCNR_H-1`5^l3}7}9OjlP7cX74tgCiw4mE$~qk{aI205R3^3?7=bEmpwZ%A`faJux8 z)%|(Blg}!gIm!LvBTH2IiJyG;(Jj^8{r;hIfA{fudHfl3{@z`@|FJ3lsdM?!ef#1g z)0x`fld%25c>C<`Bg?Y+`t>UMx%0;G*N29k5C8yc!~g(5L$$72ivQk~D8M4j^mkX{ zRb;RT0%07gXcT869^3XNz)`3_@E!zFT)6b`fTu8Y-n}Z+2y|6jiTvD{Io;BLCuGS* zL!AOfcwAcAFGYjHGL)+NikRp!=u(JN6y5yYazq3J!i!s1gdz0xOV zZ_T&%Wha+3G&Brf|7emmKdCah>lrSLy;8Fm9v?T2wY5#y6!AlR;FL`E&$vO5-(dg% z1rg`2Fbgo?`W*eQl8x873s4&qrTv_y&_+=Pb{}m4OhQ>0-kE9+U?$A;loFNe{KoJ% zXfsbO?PZrNYr{xPuImqn;-&3u!r&L0C@(1X;&kZ^$J4uGggGo8s?H47+^9fv zUDQ_;iu1P!=A6clN820pa`1BSu@jW}%s?m4HdHzzYk_&Rlt1XlKoBI8mmugd?lw(W ztR+JwwKGbFG=~J6)iZx~z;pt7KwekKde4#xC=0{Tot^DOB(nsD?yXWxwB1~@!G&^w z2o<6|9|e2xT6si|6lZn3?0;HwW2>|T4%K)XbZ#|p3UuQcG+8V2W9Wxl=Kn;ok-Cyc zr6nNTYnWh1vIiLRqt$ipB*MemHNcUnItjooi%PA5jR=OCw!&# zlct<@$E{@pye>+?ZD6;%9)2CRuq0nM9Wuz8LxmM?TQG=gP~6q=B51|c>xvZoR5bS} zW8vfBl$>_bIFtPKsA=);;`hFcr>9sFv3|%0vX?7t!`B=EI$4ry3VmJ-+LebuZPx+k zO7#TLj4A60FrBbKw*~j1bZfEbWfgnsGp7KGU$QCp^nT8sk~YMnrH6Lau2U3#P9hwVd{Rn)6Tp|sC^@1Zysvf9v#e4W>HSh zc65&FiA+5ecnCG^s!D45_Ioy1dn`~U0vS7|HmX$i-uA0(XwzGOo zL)@2gt5%utB7tIzkaD3>Q;_`|MQnZ4%9prnG@&t9=;e=6bsM*LbBQz;aok=Y*AsM~fsE_QU?`ZL?EU6~ z`OLi4AnA%Y_9|8{-s8zh|!nR+YBhMiKF%T)&AMSJt_U5*x&A~#q(OHgVktts!EDx z{Sh4Z5gL;=wJVb(lSC!Yo3(_NUcMa9kVY zD|1^@YztT6kgSBcSrrQQ%8oXf>9WNzr6_SiG<5SxRc=aJsEdjxgXK^Q<(gb1XW!pp ztCNC+bW$DdroPhtFuSnF9sCKw6pk7CGb`>lpU~>7Z7`+eQ}X-408az;MW-yZU@}C@ zrGa{5f5DYOQ^x}opF1ppE4PbPEhe*r=ZxpKUyetiOtc)y@HZWw*NnVrjE_O%O00J; z?t_J|5}CUShjU}N>Dm;enN6X22l+n8e3ZK^d#sddKGfppvDmgICQN~484bsg3U5nGHKy*qdtC&DF$mlbGlyxV<=yF zAh2B1u&OZ&#erLLhq?$iO6JH4j{Vua zA#fH{hgV{^%cu8>?AyR4*_{jMhYst+$)Z`$OAllij+^&=ZB;3$BPvyFZslelOD|F% z&ngisH8#gVEieUm>#Q-vuZ$Aka(m!oJviTC1#{f+<@JO3gRg0gO*7>+Z}>s6BYik7FM@(>Oy#^C9yr_d233UupKG!=wUhPoatC5ceLE7I*V5F0 zi{|fQp8+l~C3QX}sfRIxHb0VBpSjaY%?G(H;Gz8EX?p|6dxUqaQC z&3S737ja+j;*J+ol3^E7N;nQ|C~E~oWks+wf+aR1!i{6#56@fl4JbLyDm3&zVBa04 zHUv?g@yBl!hr9~8gL1pSM~O*(JMLNA{En{krUF}E>CLFL86?}fC($6oIKzj;i%!aD zm|wtE90I*=X$RFkmL%$pZS7}J>$|l-uqc0Vct54oHAMC2NDpqDzM((#m z^f{p~Mh)oJhRe4|8|IdS>>&VWt&qEWsDC=zpz2&NZhtO=16n_AzNusi#-(ym|2SJY zBVh2FZgPxNGS2422otT3=OqT25n+jU8a1Y}D8<+$h#pq%e{woTLD2T} zx1up!AYWMD!bQ7oC{{SZFNyLryk_o~8nefx%>Kc+61PGn{2|NhW0N2Ux>q~I>6rol z@Xe5txGTJjF&4s|RqGMCHo40XixyVOW$7|JW&CNmlGt!u(C}q z8-_^8EfrDiJKc>QGKE{6V+Ih}C}tt+)us(I<86oK{{Gp2!A}8`gy0VQ32Ah2=C*Yk znIyt4r zDqB*e$=2=2d%4~{TUHI{g0P$rgq1^#vp&_2w?~^UK%To3t;?_Qd*G~^RS}~OU^)1b z=>!mHv2+{48H;HiBt*VgkG3d(rN6mXuxT}xpzedkrcgjIxm0TM`JMsX(6T(H?juJ^ zgVCU=yY87EQcKLB;13Q#579e9bmBA0rokpsSl~ zvQ;1lx@d+D4y)U-qbq9)~!Zg&^*oMci|F<rKKOzksrjuBW<`K+F2rjZ2UOB);Pk|}One8+hL}#Q z8b~mDK)kmo2N}U&@02gkAR2@>06`SU29a%aP85j_Anu$65@6xAp?P0nIYIbWe&ND* z9E}qHQa63x(fZUXFfw{Vb(GZI5k2f$UCf!pMA$4|EWe0H{C&IX2%jm!o(HZxzT#Wd z4gBZZLmS_wARna5=u-z;Y_s9A&*IFeqq9bU_*8jAtM8Nm>i$B=zp{I zHeX(xN_n1V8(8RWUT#xCZ*Pl_0&X^ zh6eI`GRuCtW|gQD7REk?N$V=PlOAbZQjvmQnA8uCdjJuGVI9K z*&SgoxV^vs)yP~n$I|3Q7&lXMsp35lV_RAoqi1NcMMKF8?t;4FvUz3HVjCTKZtDY01X=Ig!4 z1!jeWx(reHl@T~Ibd90drd!d~5xEMtEjcGw9Dj(uJ_%4n=tUXne9ZAHxZErNT2XvA zWvY*^6%DyMQ;x7ho<7Nd7s^An=b4p4hBb|Ry>#v!?ZhBvhK?@r z^R;Au1ic?Rn!COe-*~?oBGnz1$OB4NZqg{@>4$na(6(WmCV$^_4EzFPbncu0TT>uP z7K{cPtOnG@I1yOhTE~a7Dpy%dLtSeE_cPI`*QC)WdIL&Oo8Bfawn|LFbSu{m!;4|z zO4?^z1at076lc`q_UHdi`m4RB(G6XyRm+(BW)mY^!HCbt^J#s&wQSDuc2rJezvPQ_ zy$HTWBJ7O4$MR(G0WTsP{idLvEhSrANAVpTb|0qe#MI-L<%k{~8s>cpsH_m5{Ubv- zv|(-@;1nZL^t8SzVWA9ujBc|P&BXt(QJ1!Th>}bC_wBr@Dq_j!CB#Z3I!EmZ7UW|X zIKJ6B_tVc|9oPQ4Rto`|MMM;(oVRvl**AEt#JX2i78Ruy;jB;uE5c5^w2W ztP{MlRgkhay1I|TJAW}5eV~noe}-)pvW(2Tind==BVk)u&1U=>|K-+?j-!J7#Fzo; z=mVQha~V!MqQAsyUqq?Ep?_s)Vjevx4cgeKiw|+9SFklIB^{(*giJY0s}G-G=f5am z>4snK)vrpENmeXSC&cC6aMunZID8X5X%SQx!cTVZeonmi2wBMl*D7awNe5qq@fg3E z_thUM(3(uMliN;a(``l}(jYp7E*Z zHP$uebB5M`SY_270-QKRCVb~O-9`9)H$=|JReO=KwC2=8eO=zRcf(KC+|hHv!h|=URTtzKM63oj@OHC-a3!Wd{ z4AOFCiIbHIno~J{f3;69Oz8lP^Nz*r;?=OCGKb8=ZcjZDFN>J70U zjYuO%1APni%71@n7>h%p)&Y4gF$(~$WNGwJ{AoQ-b%^<_vMf5&1rG%_rUmAM1X-w6 z;9I@8s~-Bl2XXs!Vc*T>trxD}q}^{98ZzZVPvB`3DDFN`6v#t|3~Jl0XjYW&9dDE! zc5d*OecX;y&n0$oi=OKdI8cc*o^7hA{zc0NKZ-mx;O?^;qqdDppH{BFmo}mN zT#V)s8{kGBxjw<7&la59eQRHI2N)^}2EOJv;i zH$LSiLm4rSEdV{HHW7`d+bj4Ev9l7@XK=ra7N29q$S=u;Vg~{ICr4z09T>Sx58mVo zNHq|WHqxb^|6s$$wKdWPa#wk0@=`435Ldb8j98F~$~nlz7+B~8mc7gpN@$M1Q8iU_ zul=2?>AXZY#WYJSA2UP1Wp#}-A#SCR0by=ax62&RVy;$*-TM)!?O$dQsizlSv`%2f;%8Oqn)l+B1y}DB zK^O~)yT3u$VYOZ-Kr3`mfdGMcZ_pg(AFiFYAUa!3TUUEwr@-m+!#cU9Y)6=Awyjj9 zAO%a%AD9J3x!gP7zK$jHF2AVpF}*SSeU(S{e=px?rERb4tmW0W13_OSU`aSP^+5?K_%*3a^^+8K*(e{A0WH0Ik7hO+fV@Q(ev%Tm)0+fMYS{7l6&&F( z%o2NX)07FOenbzPKJCD`si1G=l1a7p<*NN4IAv&}S$=9Zn-1ptkE6`S=k%xjiH&j> zL^Qu30ubbtZKguvs209bX|h=>|M|V-E{xRx>3cdH@c1;%wH|0eM`Sya2A$dqzDI?o zGA&7+qjjm?2^<0{E?cvma;o&113+e=EFdD!03t`u0T*9Emo$)E*niSZLDSh=RNg%c zlT=PDDWa*%T-8VR;|HJTAQueHr`5MLNb|!P&yN*^Vy?@75lezEJ#qf+qb97(*+UuI zOq?PmQTxr=W^=ZG2s|n%adf$Pzsbkp;T!MT(dtQeH)MTSadHEAFsAH3S#(-;aJw*Y zyZ?tK|GN%S&GO2Xq_U#(K!}KonhkHxh+@={_48UBkV60$NS<4`#O%!R*1zt{*hYZ6 zZJpg&zV^BMt^Qki+1-BW>Tqgz*uZO^&^1emcLjLtbcKc7@M9hZuF;LNhuqLYb<2`c zn+kCjaN*tAdQUhlLgp|7?+kX$Bh}%;ne=v#I0ARw zxny{3M8;XeO{SB!^J=nngXa&uhuL+tI$%uQe^hW@=XjG(;!2qfrpZuWKEEn6RJ48O z;?X~zldm`yBJY3=)mV&>0GT2S7eb>^;q{)hFM(INxEWr`F3s-5c3;vY*cSHN zj3qt$nzi##z9cTRfzEJxT}~#On#XV)H6asv#O4Lb1e197ybO2CQ|uPR90EeNiyK{3 zp{vOXQ}&vg?7qL7_w~`L9@qSnMVX+An(RsH93JK&z^!xqBO$Ag!w%2W;qjzmnFYY> zwm7>|QLLK}<9GiPr+w3+~%BE~t8gi-gZyXbz%;A}cCU-tcRc+Uk_qD2u z>+1QVg6vW-9uMD`Gg*uCjd{SfwEKTrz$>xg3XJBb!Jz0)J}k_H}euAK7W4I zVZHBuKRb_4U1o$#-bllZl)wZVa9RX+!j`hsnv2|O&@>F3C2o7WHwG@cB^~DViIV>S z;D(I%{|?d1c`c2z!lTJu(B!zZEsmGJ64z1DgeVu$V&_=>)1*X7N*sTwhXd8cf2zGT z{7=FEIW~dhm6uO6o@Ij_u-i4(j}N}5M~iRl>FnX*zO8I-?&RR&+ow;Co<1(`?m!P;ZtL^U zM;2(xcYTSLG$6e3qU`3>CHpd&_b=O8MJN{5KjZlO?P_D-sv0Kb|u=PdQ6UY@vuswFUT8NF#JdOP5X z&ho_wF8R~yL$MH}Q{vtT1viOp%A95?Ut2s_;&f~4ns_+5ALE?xO!Q{y=-OOFmro7e z4tqm`fPlsZF#f9fkJKti&QA{{F1=`<&Z+Io{%>rIblWel%*oBo*7*|6VAs~66Ag&s zQu!^4%)3$Ow+6H=XGVU2-OZ@#1pod|wYGlGbkW2OKStfQK}25B?g!q%A`T*6FoK>W zQ?fe;)IRp&;%a@^+f(R!4oO|;^o>M2Q8L>4Q)pCMX zU!n@rtqz~W5;{h>Z!jjH&VbE(YloEAG78<)q3k}j;SkqcV^omG=dL01_AN`;2aJ9D zt8GkTL|7(fah<o$Toy61K`azbn5~Yn z9My4%Vu~M>8mqhcx_W(Y^8C#*Lx3+Xl%~01!qdums?*D_yp6XV3!zC>>B*$pZZ@7) zucoO&fu%0*qM*H;7NPMXagy zuFg}f5aor&WBD=aXPN^0&2b{0;^DfL&+==y>>sX5@&hS?Re^k}g-!Xfhx2O` z$8#v_bx5(AVy{fqsY}lT%0b-A{%~?CCF;s>-~a=6r$ z*m3+d_=ys-@Ly#H;&eCagpweN7(!89KG#K)#?RvW5PMgpC(RaW85$e{TN7+(8!BvQ zU0I5F6NrwNdqP~Bw|L4kOu5Fk>xWUZL^-PMS@KM7gpI@c#QJ}*V!u2$PD6+LHPDNu*V#CWozJ@a_ zZ!G(hh#~g(?u(`SpfUj-Y6B=}_Vf>)hp~IS<+$KBmkWL8^o5hdkz#V&d#DMTRJq$= zc)zEhHCzVVErtq);_pDkV?!>FgjyBzTH})23$;##2PNm9QV_>1+F`v$HYFZeF7-@^ z*{d;#G;EEjq4XYzy+*v(fKqqM>hWU7K=cw_qXh~>hd;|&T!bn#&BEL>!mC&QiFx;% z4zXXmJ|+qpZ?$eFy=HP<7fs*X2c`X;+z>u!rEW%Tke4$wC15VpRxc-0xw3cK3_Pd( z_*j-@e+vI-YNtg|Jk7d_sDDg4RQ`HV$d^bD$T37a4asBH9oH>d<#!h2@8K4515Y;hJwFAh$1vAzYz~RD;M-IFLq}|$u-N6 z-d+vP-K5i1k~kmB#Y6SWx;`^F?bPzTup*IrtggGd5e1Z{;@%-~Bruz+xTG$N_q~nv z;3+Mj`}Cu#bwUtB%_Z_+B zd|6VefD3Mx3|N?w9+}A8-cc>ijgQS=DXsJ?fql4Az-;YK3TEs2Mb0xq83uw+JLa%z zr$Fo|EZ0KC@RqdhVMMT~UM7rc9}(+0Wj^+H*#Yh}TU8V!avT%r+!jBjN-CNO^u+i? zsA+}iW1M&OvKfOK?!vFcIGXZ_R4e6htAPq=U#bc03D!$w9%S~qPCPYGfS--g&^}+B zW9N63*84BQ2>lWCkj`8&WQ3`BLarCkWb+f@F7O{w?APR>CBzLu%O_P9DOG3sNY`7? z4OVVlNxRgqyR5>giYa1b3&g4$+=6sOq}~TL^0TdC0A=|GFmEPO`)C{#cEsZ+-x|qo zST87T>_|tRYF_?ws6g4Z6&~8PL4`%d?W)p^TbbwQQ+x9)LbcyE}gM~0x4#?B>!FbP(u_3XSOZtdT1yH?y-8%$b3D`1& zH*-mk0IpU|3;1g2e@6QS)^=dUVY?{H z=4N=s&QvW2mO%S}#G@2gTdHN{nj-3-qMyF^foiVK-$206-{<|f`(-65A7_(ZA!rzf zZ^Smn&1F#43;abV#~DK2x#?py9-TF?#qQIPToSo}eBMY=itH$YZDswDemG{Q}WX`3D`yf>@yh z<9^e)`&TgSbJfIR5#hUj!Sp3BeIgy>K_0;DM0cI8(+54Y+je3T6pvGd#g9)@=^XfhbP`t)P@|sH!mib6hj;cu@#jxrScUqia~AqL#~V`yZh28P zPBCWyJ2;sQhyMQo}z+OPSoll(@@5vgcG;+=DVV=LILV zBYn#F&9CetH3=HM0X-e4(mOS-?gJaD$+m(LP)Z2fk=L1@R& z)tSf{>9Ieo%KcZDcBTmYWcpyTCewmA{t$!H!e_+t8e@ik-qHtyM6p4gGOs8_I5IT7 zJF;QM_uwj<+&uPNRrCLZO&G@@0s2YH*l@O=rO>q*DBE5e9kY)$xNJ!z zKd(k3n4|--pCkqa-5yo&fYLt}v_lwHkOc?4grd|F%?tsR(0DF0?99eCRIQ35))n|A zQCV1pEIM87eS8RhdC>JmK*mX>EHQYibd5rWhSt7!RG z-l`_*puRF-8di_X>eq+wbe-UtqusZk+oYYWC;p|5*ahI;Zir5+EukKhEo(uGx`@a} zYfVV!o*0|OtxedeQ)tLWiF{ZB5< zu)u$LW;_M}0KN<`0FYPU@!G`yvR(X_Xa3iAA?v90e=(QF-4V(C$pVc185oBpNb8m5 zu|sH;#Y-`X(?S*Nl32bz+!7$KHQAoX1wp`zRG#wu`(|pfQ2O0wUX|dQ@q5wc=olV# z^b?k{iKlt#+y-Zi*j-4QSWcW?xjd}n{H8Y*X1N;@%TsRHHT32KBo zYw!5}`kARWvLsX-7JxnXsz$hc;qqH) z_lbn0#^~X2g4Xw65xUNVmj1$yS9;lVOUpGE{JL`K#c&hNLF=4u=&7jRi9d37ogEO| zkePS(-ACpDX=34?44-@3@=^V_V6LxBpe5POo@=IiX=+&i6@`m2QEjk#WO&nlX@+aY z;9DVnWFi0Y_oGHcVfJ1#7Zf8`tny7Ldq@?T%!W*afzZTNBJ8mqXPzLSIKIZ!h>9Na zQP3GI0$&@C7ty`@DV__aFpj(pHY3<=MAY& zPQ>+6TGTiQhne^*g&_pxdQK{WwIe*MPkiH9@9fmX`veY1mYhZ_@uI`DveT77_LN*` zit8r3<5PR1Y;tT5Cok+Jl3->y%VhCSF2a@DHSEw`(UTQWp(TufT7o5(QLTr1yf?ch zvGWj)VMqa_+>rp(nud>O9IPZ;?GFaeXa+)4PPwwc9-A>+^?*exvjlMNvAYZvt%wTu z>d5C1Q%G+!0wKD_7Cc8qiTF{MXqn??*%yRhgIhW4Z3n2bn`e_%{H6=KN<=GNkvNTN zS_j#U>A@i76V_qYLWV6cpfrv|)q%XH3{C^&z$)H4z-ImOBHI}Qr{2v%F9hBQQLdi!R`Jab*}* zOu@Lft}8EPBY_T)0>_VmoXE}{p`yp+`N|!Z4kLjY-!0^8mXHz-M zdWx65HDUrPxD6%nypdx87h@7=Yh;ZD9;OHOFfn@~21wqrzBj(Ov`0b$DGNGPU7rRq zPG%pzDuzBF>6uh~t_&Ct6Z1&0YYiT-(F@jD6LtH$MyKy~-N!ChUw1j&arN}wn88^@5P@9P|Nl}d3YbBWTYnrD1!elJ?a9gL&d{R~29@_;(| z=g=aLdpj22tSy#+4n~XPc729j|8zdFSJCYq8z}UE?0k+xw1U{mLp)7wefum}(j$ z{hJ_*lEkL7Yu!{N8^d#K_te`9<1J*_iN&RHvI*~XDI1WAMfju!`A=`(Cv<Pa%|szH~oEl0Vn$5s?!?of?m zTYd6EnrsXa9Qi;v2B4Aqb0~4PM;yP>pJL@m2FRZ|8}AWWQ}-Q;!$_BmLlbU_OfxwN z%yubz7#nfM;QjN8K)BgjWaC{llw?MWV!2Kyu5jQ~N)`dFzUW2o(5y>PE~yxGXN`Oa z-}o~`3f34F;;!z%_bN7xX`n{3j`!(?B)N2AtFESBGZ_)2$eACI#F+hqg7D%}N5vo& zvqW(`;m@)V`Z$`NW{9De-*7GyD;k{EwCnan*?X5tst7Sl>>YhEb>*`zOj(Tau5EN) zt(|1!Fn_&4C3v1g&K5QAwCvhSyDcw!sNJr7FbWZcITW|+Zc3hFeR7fxTX}1tuZYUh zAyrK~V`gvmx0^*pz~`fYkbxT4nU|7q-dQ&^KCM#ZFn z>jBL;nqXmom z*RimnU~;k5ZFlvb&M(UX=8=lqMut!Bu;ua;VMGBbaeu<}PGwzP{pG$4 z_|b`!5k!R#-#n`CV%nYboA!aUh-%E_(Wm(Q=a5`onb<+h2=JUllSc7uKd{=?z=!dO zn(=5!p#8uE_%w&n5w3`(08XsHs@p|niF^4-TGt|Qm>U&RjNYKj`sE72QdGy{T3jEjKnP{L%Cr?0 zJxE@Zth0H9>o8FusXd=)%yXr{vB{Z(0CvIN-db=bGI1f*TP>E!tta0%pJI3x#@^Vi zv18$Vmb7Oew8GG}a-*tnEqK%kg$zWakVAKhrraMOzg3-Lf@jo#2=k~Yj z4cT+aJKaepG@XCE4y6JjN(ggNjoV7+V5R(1zqf?hcN*xFi zRUD~?sev-iNZUICwST}*5?j20jJP`QEXk=v z;E|BM{DMl7VX+_X1fn~l-{r(pXaC}LtX1C)Guk0GDhhSD#MBslWQ$c|xbwcgzXjn$ zp1X6V-k~xpUBsx0gN6Rp48ha-1!u;Cb5Yl*#hTgEpa5{>{CqA3_qhzF$I-;g*q3&l z8!SG@*JZjG%Phib(usz|Xm> z;w`=Bw-oPDQ1Vu5S&(}r%_prpaccpHMwi9DrB*4e&IC)0^0y!C2;KKl)> z9YjS;C>hj0tK-N|25OTV&gCJGF$JrN0jfab`oy_hhj@W3|A}nwY61x?jB(*{9S>M# zEl)@sSpL$rRL*y$ng$unqO%wJd0U3?rMGSY$4qG^#LWle1{{~Aw z3*b7y+Pv>vT2&pB=tDzVVKt_IH^z7|mD{7PQTwVdu`@!_pHJ$(jOA2fUfXHeN4H}Q zI4)K5O4mg36!nQPXlI?ZM^3&4*}p2cNgM%9uyRB{45RO2>`!d2P71(VAb`Pdek9bE zvYRqXW?=m2u)nH#7`6i+H}dgY&Nn?wRQ7{lG96K3s}~#EpIwIenCHcvD$Ti7BLuw0 z{aQ3aG*z~`Wv@|_kactRHHr1Z)z?@TURe;)(Q`pzg>1{N*rwtlhDLh$Eg`J{|F|lr znkMMlhg_5Q0Ks}Zi_$Ig4&@LVeReR!-~6FSCMCrhv#p)t1_>+F^leP#%J{~am9Y1b zCSl5)W=k4v{jR{ClhBw7f5d1^irS#xvwn0WEB;03&*a&p*~=J-W8X6Fet7VxmrK|Q zDWBM9Ju)vs;!Kck5(}zjuH;k*0ToYyB*{C z)eWVDUX7mxR#W@&r_H1GrW6v8tj?4A%={sQV;J&@Lo7po4ty8vJpjS!$6l-r*jIVB z)Z~33sYYWD^0^#Z+S<}>Z{1Y zU@_>;^%hOO%NZ<+bEzbI%=n$$Ye1*13+7%lh(wNIX3gDdj;m5WwOSMq0FPOv%4rUt zW%{K*I3nvZUm>}IeODMiQloS~pnAXLyrTsNVw|DnJU*$_KN+NyOb$fR% zw|&cCU)^&lX$}>_Hv|&Xx5xdx^2YkO{tGm@1u$+}?OnY<*H=N>Jejl&5~C zp&RY2E(ByxPS@kPUB`Wea$$UF} zFinCiW&Jm}vQ%D;eCP0KCJ>X2!T%6(SIbh(A0Y3*aXa?MRmmi0p;DhQr%jKLVzgeeA8`L?hIM_YRq9%e zk(%q}bXa-j-fKNc_lxbqIK#&_s~B~QuFv+v^e|#pC(y0&e0(KsGfV?%Qth>%8l_e) zi*5GP1hNAkX7!i^`Y)dpEyqXPpFj~~6gR@reXN1g$ZN;kTw!BS>ysMT0mETLq2KM$ z_1rA;=6Fh+Meu82tXp~vFeS^fjshb&N~*A!igv(dY#ni2GvJx$-;$<1rw&q~R9m9d zaDN14!%9J}%SeCM=8niK@To1*(93ULFJwqb!gQmggXLMdaw0C*s0W|)?rD{{3v;b0 z=C*q>>-kIWb#$(X1WTzaxlqmuL!o-Llzc1Nv%uaKv=X-rgy)9ty38+yyww&skc%Od zN89?rZt67k9V6fhd+J|_?90CgEpjt2iwUSG7)}uRGVTb-^%gC`Ce8@sr+PvE3*&?* zABQ_Iev(h`!?t)Oq9f?|;lUJfuRapZ$`<@qb!s?;^<@>3Uiq9^734JG!RBx!o`XvKeiOG zsku}w`kRutL3t;5_#B60FG&A#dzDAVP1K_GDp+AX(=N;Juik%J#h5812HFcH4RvTTu{A0m3q=zD+rlv3j~vqaIk%vIN#T zk%h;P?(^hpN#a%{uI5!G=}r4yL+GkJ;O=2d0E9C{w1Ry@a64zv>Gg3qgUh8)gEk?j zlu#XcJh!~j_w7~oHCSU%*xamBXdy0bgmPjSDVKQ5tct`f?&f)s0`%0E)7>Vb2~j1q zMmfcRWHd6T?{u706Ax=RuG`SSXwTUyi`kV6;tL3ruJ*%Bw;p=d?QU~YDg)Gv^^ral zpCcD7Nm%u7_<+?5g{U0UzJZ|y^fe+X8Iby*3B!n(RgXl3-|U$x^}tFzEEvgB-$F~9!yyXFugAWY1!{m)(9d9i#TO{1-H)l!}pY%OX?KoXLqu^UL)t75DQ@4B8UljP1MmpV`PP^fCESqom;e(qV4um)k?ajyYE#!%Kq?pI zAMVKJMGOeL`wp8Btq)TLY2JHv4ZoAx1g7hvw z2!b5eoNVm>MXjPSxN1eEcgs_<=W9E%^GbgK3>ZhhE7nZ?PL0+o({eC0TzKi@?RO}G zLPqEFwja7c}`_wKVhGWY-+ zlhP0%QU9?mUmq?5Lh=X^K~b?;znOE~zpOK7#ZUBWsZ5l7t49Z8!h(|S5c&jZx8*G2 z*-cB&1FfrmMRPcDM|veX3hS4^+}*zg81=TiQC~*?>6+ms7B-et?p~VT&zE;k3lGVf znRL~d-)~|&SMS4;RuU%%N@FeO)GV*W%D31Z+es>Sd@Q(jztZb6{WAC?-DYp0uw3Q9AlK-1WkJ!lou%?xbCt&{Pqe??f99A|h>Oyfdh}ud+O-#l)U| zang(l46}Wh_1QHuD^8sh0D_l$)}{L-$O{c!9UV&q%7B5NY$cBT4VWo*cgq(%t9 z98gq_|0@JIdoW2ol?o2eW+kt!Obaqu&RAfp#;q~d8RN6SU5k!@F@;7y#}G$N ziot{w#GEO?t2$%?3-~h!{inA$(bKPAYI2-ngqYaOjB~fB;t>0|f?_*aN7;YZ@Z*f0 zr$rt5y|RkrLNBu;zfiCnT z5rO20%MKQ-m8mq#v$~FsnFTZ+YeUUNFR4G%w6oBph3`z9@Q+9!MnyO>S(iL@5&CU8 zTCWB7__;=~wfaYM=oPo@6O6D+1?QP8xR}d)YM%+fVOof^#{PfS7b@%jU0;+z0{~QG z0RRAzm^k%m{x6#x8;juovB~}W^g6=`1^~WP^w3@||FY{HTa$J}VIy;`L`-5+5 z+o#YSM9~DNbeCzLb9w&ee4?iGwqX0q)zdsK&DDmhdicBK0uj&9_P}dkN`jEyH zte7c`p}DDf2sHt!DmJI5G{pR-T(vdzl8Mk8EU10J%{GWVfdPHN@Hlt_@=?MX!Xr3k z>VC7^xWTd|{V(NYp#exObCmo17F`w7!j{!Lar6OLquk)KX@q{YVh6cA*HJ14jA1>mw0A#5i6iNC$4fM958VGbtBcfzHab~RGHyR8U0#cc{dE|QS?AkUf$ z-TE$y1tx=9aFy0AcG6@w?lJWg1s5~RuLqiRkG9!eh zRQqhekTFlfYy&b4a-e0}%0f+Dg<;}oa-uEYcI91WT8;3wu>h5s<#7cuo2rJ!mxZ6T zQm)ZG-4Xs%DoLq^8)TR_b?S)INGH5dfdx+{Ta=HEf%3eywBYpNwE`8CzfL|mPsUXu zL0`6nbmB8`nR*ap$}rb96t)aRX$s|hFzyjR!U86C72R~{xG#@#FElIY(llSXTb4ng z2$`?B3mfc?Uc$H0Zrf~n8h2LYdZayijxOf81j( zL!~Ou^e12+G`$#f@NTY^au7rMvkeF7#o+=7Pk1=S_RHG70j!qX6~LGJP2N*L1c=}Q zuwN)Z(RpJ8x2rm&LNUdvAUT&6#)if8fnAtzYrJgU>wd@BXKLbvou&!4Fs?7HABHPX zhJCi@szzJV^78!OJa5SU)4Yv?4LlDbB*VuC`o!=j{p4Jo(k)NQ*O0>G5plMh&-cuN z+@@CvmFmSUaI0-a5=mUO+R2Pxr_NlAQIDUm)r*>Q@e@Tkpn&~zF<$Q=BM}HlNZIY#*)c_Y>x$# z$lKN+|C7ChFZrGR4Qf`UT8jvHFGxZ`*kIs_oyS{hqV%&CMgW>!xO5CYn(Jg!z^>X7 zX-wq(g7=-R8LQNa2`!q6tn`G zLsq1i&6VlDVC?>Iu)#%`C=pbtU9v@3ZrrT71-k=Y(hHu^M=v-p&jc$6S~RK+7R%ft zm`>KgWY-1j1YfJyv>l(BV|%sJe<@$)d)Izy2;>l!5gn!+S^6OYxHv6Nhbf^p%X;w zPC0-(D4sNL01aSfF{S>gj0Xw0qWLd?OR%-J;XWDZ=1C*hY^ZsR`IU*3`{Wh>Vj{q3hFoUCN zu}n_Zr>7cXWMT~kv z`JZ2UdR(X>gyxeY&4p9B!=((>LMVpK$f$-d8#G@VMhlC8nyPG*#~4sqNWDunCxG*h z$7dsXy(2@$({Y)X-GGJF&p`$@;;I6~C#Cw?g^ch6`)3+Y+mu{R2-P2i5wlt?mcJab z&UN{ku1MuYr&qLtkNjSpqdZLCrcz6y&;T$lm^S7#X&R!MZP7uu2}(AiqM!jpuV;#_ zUH5#3L%SanplRUev#{jTY}_NWwZKL(ZKKUJRlTY+|>T<%ljlLtvgQ_B-V^$3W*0V%v<;JBx9>@sJ3dMM>DGy=*{s5e}{YLc;af z+XKUD)j3PA$Cp#yi>TZ3w7d?q+TPy4FYu_L8HT#-8L9*bwUHyKS_mi}B@b4P{B?@^ zgq-tv(Klm)GEI*xcA;;i9yn@hV$a_vN=H%_Lu?+VuTL1WEypn$$+yi|4D!5lKObx3 zgy+=}1gVJA5u?Vc5@y8-hX(U+^bI1R0;M_a9bKaP_NajhT4LUrn-qW%s|KOdYUbV8QBdUg|y$wXS*- zxC}&F31YAHFg!#{9Ke=R0>={4cHG37Zc@#PjLnJ=XLGg|g`WXRB(+mF8R>s~`+&JB5k)Lf%Q5S~&A-U1by{7IR__RgVSd)u~O&(O6%o zrZH5M#j&*N5IDp|>$C`b1cICLTqkTHh2}g9=4LxW5>rp2B4`-q1NgVsl!;CpW91)g zxeA$^i6cQzp7Ptq!Uz^HJZEPy+hQ{*mB*v(p4ca;+TBqp;z0^~n^l#3T<#lNTQT4F z`^sax%f$uw{aZRL8fB7^UiDY?Dr=SR0kmqFU4AOm63pLK8j4SySO&cz1eUGxuTv#g zCk3hiXb6`z&|pIfuxAlL7pT8{cU|)SU)VQZB-jP9H|cwJpj85$X|;*KLnYA{Rw7oq zNLxl}U^o3MCho3(_zWd~A>Qr!O_mcVce+nTufL8j`Ho!LDO`|h1PSs|}y z*pLG5I|>(|K(={hNoI~#Q8q{wH-!8%Oq}Qjpe0`0>drwT^r?qv$^V#M}L=W>alf!3zH4OEu(dBql>+lel`a{v!1V73B?ioa(r z5dSdyxgahPMsAS$u6Gv;u2@-2%`v};FrFlR8VX3f?EgXafRX=2_2MU&(IJ6OsFX3htQSTCtySCv2C-%p6sIfmE@``rHfJA8H@?Okrb8W3Ob zE0Vo3J%TZ|Brd?h>vs6wu}a6|O7}-_1rB8jVEv)lKbH+YD6>?0@&Bpag+Z0#mVFh( z3%sF`4WQX_k7M7J!0+awI(9@4<@J*w?PvkHe9yInnTfk18#>*fN_WtC@)Cz|U37AW zQ6Gtb0cG56Ej)1hsl6BXpoV2Jp+R*IsGOUJ4$!qnh8Q4rmIB&1WNc};rZvTNAP|la5yJ!7y7+fTOgZbn!soIp~9y1y&&^<)@6>_VI%&3Gpf_L9SHuyz9lR zEas0nwzuzB1`7Gg+{&F7lT&c`rW^D8-Tsj$Hb>Oa+CvCpM%S5inkODZeHBR*R}()U zlkgckC9E(ce`1WGESl54C&QFmneW1HZ>^zpnVQvF=jwbCFc>u8I5)f8zVrSgTw1c6 z6f1wWlJ(GtAK1w-z^!a47acY?N`osH-$IN^sNh#7`JvVr*D_9reFNfsAX$Wn!(JtuEGfd?+&Rd; zW2U|Eri4zO1oQqa+-U#m33{*-HRmH)Vyk*o1HTM@(W5_M=L-;f!VxCjEah$a?i%kSYS1(36FLxJ z4~lXLx8&r1NB#x)r?ffY(Bwt*b-3dHST#4S64Z*MyuWJV>V=xzJfZ_6F`#hdLYv*0 z)rl~f>+>^9oeAksSCvxjilsT>jcIZ;o2fX6c}pgX2|2?hjznzcEVS9b8I!gJG4EU= z%(!l?lrTo4+@fR<-ED?e`P_q1=)j|8(RGem7OFnPQk5U}&RlykhvjGBt72wW;w+@l z^(_BG-`wjcL<;DP`2^h>@RAW{}r-L82q9&DY*}@p=hI=AEG?CtAaw*E=HU!Q+Yv+Tk{*alG`}goRdU~u<4FNf_unE88rI)k1;pL z7mqQ@1^LSR@Pms2=1;oX<|V6D&;${XU@w++|33ad0l*Efew ziu;0=u`2nbYqkG3f?s{c{2lKB$A_uNFD)OOGRzv5*HNyxlz(>cK6@1izsbu3e&AYzw6hX-S%%@~V~%bB>X}v)~$Go2N<&wgJu;4V^Y& zrw>suxW?`G_9_7}ZTTLg3(%V`PaE&^`#&%nESuV{MflPyXO#v*Um)7UpZJd};)W1H zfDRlLNCZDi-0Ke@Al{pFT|7~%(t<;AHtI7h;5=`!w`YTD;Dn1L9$b5{k4ohp`EJLlCHGXVi3)Z?B4^B20bE#OkCoJ;2gcdY+inhUv@ zgKEqr1&K%N%K@$Y3?a3?wh@;5@Q^{RxS)zQ*JLFM9Qx^wGZ6?alu>y`-%n! z)!`TA-)6IXy1v-Wv{JXhF_5iup_KHo{-N){qQG%4#=B|X?Xa;lKF=D21j&LlAK@=a z#>q4&RKLkD*}z(^PxWUuZ9{$g-Tuq3mC7Qi1*{lVEuDEROm>)p?`;VWM|rtIT_pM` z@>cFZdM)Y<>Rz^kffWBeI0*jNFjRiFmaL)6ALtu-380e6o|lqea#!DwL{ZAtiZ?P( zKT?{boT6`t3Qb0{%|1xdh@SWg=4CurNm^fnBegPZRJ_BLjcaj$idKNbzP-~?#p$~+ z*F_2YP|fcopXG!Y?WBhE*29_0zUbOdrO_D;k{xNQNfu5VusxU#GA_Q>{s5nB;D zTnC#>a;O7!5j-^l8WoQ=p=>_#d!d+rR=$hd;2MxeCch&yv+W+sk`MFamfQ%1A9 zV%2DY*de8h?=AQ5-axNR`A8@%KAG!M=?XNdE3}t4pCZFm}*?x`aDOo>{3MWU^3>ztD z*6Q3;$slBP`~t<{$oC7T3&v1&+8A|O44+IJtfDHY-UU1drT;=%_Ren#S_q2b2-6Rhl(S!`ASNS(JLHc+GT!2=Io;+~ z*fAnW7_YeGqJI#zgXgd687t07iBpOkjt2KHx|gIOlTSCh*v*uopx{S>K9>}sAAqH- zW)1UEp7E-{3$+#7F1o8+=$^C_NZ#lJ|aUx<*92k9$o_xbW{VxwCv5Klvjtr%t^K; zDiAfT^RfAkooR4t36V6dshIZ+_rshL7lAeY*bqRh@9N^lnWp$}iFWyW&bN&TUhgx_ zsv{-zEm;?A)OXa!TCXPy6St%LHG)e&(AMet6Wes~_}n4SaQ(t4z{A8%28hE`K9df} zN2Dna`Kg+-YVwPgg}4PUzxzxWTvR4V1O zB@lFPQcYH{wZ=A(`_Dap&c#@F?G1lcItHB>&Q!r;D4cqx}bm768V-9+q*RDePk7$!y4~_gMW!aK3`g` z;#?^a7^s(0hivM&3VkB&%HZ%Suf+$!ezGE>6#AX4_3|PLF@1y+wsQ(3mB+{7`l45O zvhvHZ^-q^)(vL*B*mgtSVy>Db8f%FTA7N5qb8( z#fR=BryV}=(|+45LR00|FeiVGRk~rS7yZy5!Cvmv>h48A0x^iQlw4An)MM%-BpA_T z62%lT)Ep?MX{4YKCtI%S?HCi9v`j7~P`R2?gG`ip9OD7A{vb=JiqDC@U%*aj+>pRb=DmUqhH6tT(&^pS? z^?Or*iEiKx9neekAQb$FTQ!kVQf9Jgr32qr5uW%6;<*yb!Ut{!eclhqu;=Szd6Oo!(t zlQnICmpDk1fTop_yBDGWlnaf3RZgC%q>#!tYihS%XAf?eI{1%*#6k{NOdy4bkPbtI z_Zm;~i&5^Hh6}R-6@Tw(RmwmWR`E9v@~@c`x3-lr|14hbLu>8~E$k4V_vRZF(|sI7 zdH3=)2c#>buZ(V#M3@dmnQx1}HwCUa4_trIm2f_+&%7m16j<<`{-B$r>~3l)Ey;qa z?ian1<2^BvQeAtmb&2TXCA(w_D*wH2vlxKJ7|Nt=lg)I>OyK9u@@)g*`I?%p^R2gf#Z0MfQ@` zcjnUz+=I4kiZC^BHHtjDX%DZ_D`~a%8JypLo21YSSmn1~-R%EDaPtMc!{EH}?{7TZ zZ{pX!CfLXAlx#^wOa$?(2%JIjr8CI{z3x;DgTm+E%cdiyzKNhxYdudxIsd&Gc|>#F zCbiyoktkRdJ{06Vj0`5S+m?}EHtb>V^fG;uy2dFe0peY&fpAE9I6f!kUVNxj0qPk$ zZrT=;AD{P+|73j4A2a_&$d$tHmQ&jn>BiM{x`^3Q5KlQ?6Y-xZ)|=W+wVB58G4ST< z7Hm>G`GKxuT>!Nj(nf!~ep9fD$}20XwXYYj{gtDik|oGdF?9o4g+u&48`OT>gW^a- zPN-LzBiowi z7UAuJYZ&4e=jDP?{!?=At)8Mgr}4hC!d5k;o~M29rdQdTrf|YDWM)_B7l@Q+U#jOQ0T^&8D`Rm&^l@S|0%z z-)B0&2*H$8zJ0aAO0Xtz(H+NY5ht7>#D@2y>)xz!^tkuqYWd`YH~be5BK7bwkzGxI zxC{PN1=T-DjN$WXMYF>=nX+1~%hb~R_ueJZW|q1m+J23G_snl`z(v*}O?g-06_f!@ zV#QA(=YRAV3S_#TeF+0@pKbo8*F&#>bOj|#l|YO*0rpn~og|QvA3pGHrXFAMc{ax{ zII)TrKHVqFm?|Jvdo+W(B^A!WLLPyho1nD)E>l378&(Dga$;ABYC}`}!9}Y&@0_O! zcf=N$J>_fD12eJer65pez6U=C)kji+84V0}ZSr9v0(T;5WSJU2ZSnwfg73Y*P* zSd4-9WWvg1=AiglQgd@%Wav}eZ7Qf>$nE2 zU4a>W=AGDZ06)VOh!nNBi|>DelJ*m&LnA9O35Gm57}9f~Y4QI1a*>0c$ul<+IRK;i zK>sRUk0mg?Qmr18@4@9+_x1%P5nu}~8I#z$fS zL(fZvv{{3)v))iAF&9*z9+dQj%{)p)VdR_tKeC|4)qiC{R9FB2V;legAV3O)TdDuG z>=$Ha{y)q9+cb|ej4S{Uz><5)BTs<=tv*rT*t68g`T}#3OxGJ7WTV)vt&OCUe-%Io zMe~ixVX)33VE_E*u5q}^T?1r7hhp`Kk}i@-r%E0GvN>+8SVx8h^??pMKT#Q16G;!a z(zl;~KdYyWD3BJ>q@P4fbJaQID}(uy!(2OBZ?MsJXx@kswL7lE1#%nTnhDGvwL2jb zwvv|P>rN@UbvGxplOUh`(z!Cu+?=v3+;r z?Fq;Jm7LMC#CI^@LHB}(yH^~s;ey@z#Fb9>wQDGKE@-Q@4UMVi>{|A&9^bKH@0ts- zpPPkpmB3SEJ#_WaSu$1W`%s*|C$%b`>ZRC{2@tzLE8m+L%Y*1XC?VWC4@xrS^}zY) zdQeS#vu}=d=!SSu*(3I(KkhM!+(J#PZ7SK!M@QhpIPlV=T#?jI8FbfhU8oCxJw7Z( zNT^H_8^dY|5TAm18DD*tplYULg6YKxy5LXvHQsF$cZ&jC>+dqZYqhBHxC08g{xFJa z$?f-8ZGqP*(?9mQ6%@vMr&HZg7WE?p(i7!1(<6!`x}gjKZ}(}bb(qrctxB-hpKxfi zNhLc}dkFcanJ5p`JAd_UDa#Gi1G-5}2hX*W;om3NHH5>~<6DN?OzzaIb}<%yw%bMl z_`ugNymf1O0`H?jTT$Qw3o&@tfZB#&FTN(JBWmhdPuK508kpNAs%OZaSRE&wOZj}> zLX~p(gP<^n=e;5X^tI@=#7~wNk#O?!{%}R87*&XZLXcNUWipW=_)Md)jVRo2c}11| z#uj^PDfWNH+j+ruN)RiGX>)6tOgK)h!4PuulNsbF2Sn?tr&;!u<;C*l(dsmXhRFs; zhOK{7e(khM-{2P!K-SH>6(mc(jhuk&fd}lAQkU$U`r7aFiTxS`6TAW7avC0Ph;e;-;=v5sYK$??l<{x&gNqNm|rMUrvY-V_8*ZOvP}e7{;9 zey4fK@$sJpN3H+G1v<6x*&_UU;snuekzf`PH;F12>`2JSm)Srz)+dE@K>CIr>lx-` zUF_#=eDq6URY(-3Il@{^nY%k2j5A!3<>S+R&||n7$8=8s}3ideC!1dG?pTrx9${Y+rQ| zz%+i@244Dd)=^9MMWTy0{VY~P<^%%!PsdvhVb*0Y@7KOx$k|-zO$~%XWjpbw&j?zsxy?Dy7j_jgbK(yBHOczTGI5J9zz@m6S3t#EHJ9f6H^e z(xPfar+xz@OjcHR5N|cUJdBhhGBeAmOSicyW5;IZ7RMbkYpzzOSM2~*5d4>esM3pC zV--7H_-5Zrp0=E6T##G&a8$v-D#r0IjR?vX@iqtj6E2ecdXGMqV}5`gGW6q>G;<_mB4#1^B8hF6-7vJBhiajf+}kDFRgBP643 z>nFm|<=Q>7+Dg?UJ|D;;s0m)}W}ReT(^F zO`-)FNGO?G#jjh4)zqh}szj|4>ywHbcrL{)Zq2{6&hU<)uKhdF-dbi8G3?$`=48Qh z4|#}mzqHok{S}Y7XQ%5X0RPMrQqObBRgr(Pdo{PyH-Sjj@t1?^gve8(fX;2oIv+@P z<5jIMLKL>soE1whDh}Rn)&&5|zOL`F5{F!A{x~B~eDjV6cVazL$Hm~nEa@rduH}3y z5Yx8;^r_t&jY$tZJHXI=m-`u&e+@JIIExI%41Z8}J<18D_4coSUM=P>ZYCIh0>x@h z%#W~ZA;Cbc_{2h(D3Og0rh<3U1jT*oFLlB1b<_b-f84d@>6>TJ(D9Lzr7`VU5)JHn9SG?1?xaKa{ z;7|+wRWm)tVg@3`jXJv6HHKNjou4cx93&iet&z z9ev;R8s>IXsmrA~HRM_vfeRGxGn+hAvKWJ@AMK&ls%{`du-veZ*5YRz!!mGhrL)fx zdhQewgd)t+?+zwN4CzL`IO6FV8V?sG09mzlk7Y;Mr-#E4%r44K+6-?9EAg9tw6P^f zCrndU#u}@1McE0oq8PDvnJ?+wS}_L}jhay;?DX^>MRe&t4`!AO0jOGanOXeHS+T8u zDwvrUVVNl9{HN_yT6_k24CZozS^>$5X|;YM0nWgRLX-&$DqQ+DFJVLlr*WTpX0^k7 z%y4fIuqGo)3e>9<+j0M#Tfl+S=MYtj{yb0lNPS(KKsa-N_;}_Or)bBvj94^S*R^t| zClBX5=%k8Af0;Ng0|i=_J^EYNXd8(3etcXD74-hNZNaJ34V4a-pY=I~wc z|1o(aEGVsTCGcY0Aw0K45GALjSQu!wFnIUt??OG>mG3KI=`+3HHxL6SuCMN@p{d*w z$czA2jsu2*-WjbO`^pOElKHJ)9I}9W&@R_W%1w$&KP#bv3~&lGbdx^CHM#0Dm#5#%f4K_);%{%64zus1=E#$jGLT@bWdo_Rr508 zc3b!^gk}6ADQK+|w5JaD{rJyKPyJ34Z4Xb=#T=*fGi1?)ps3=`A>?LD7$n3#NtT%+ zSl+NyvoP9kA#3$fb=c75bHd@!DG6sgruOlAA@?>u++8=B?`|bqhGMXMNf`>(U5SoM zxCw`BEI8dGXl1KHudDYb*X8AsSI84oKcQq}VI+Kk8903*9v4#OX9WE1oIzEMsE4vI ztJg{Y4-Eoaqcq^>S5~~0(uzj@ZOvPl_*xdiTeg9%+``{axP->~P#tAx7#G`IGH@R{ zNEhPr*lA$c&W6XqfOB@frh?Uk4IHF;BKU0llnsi3Cj__@QQfkepfSfcGx1|7X1s)f zYwVhxGTQc=qzbC=Px#eNXwY9f_u1uWQIIW{LA@O4!?8p*ofpQWTJN-N_n#@)!yizyMaVa?-Pr~ulibn+()}L=2GE; zD<D+(ZxU6b0EH8%1EzS2kwe$j)2Dx!@#_#21($%(-h5WKJrJMN_DPSDnw9{LyAxe z-M$Dpq&aS@_^?BZvKsR_8W=^;ajZz3a1}6LEPB?mdKnIRfgR>~IT_w!t}jp&ts+*c z(7xeQc@ku3kowrTnsY`}6paCtPvfYfHxfMlI<|mESL^U&I{bw^P=LarI_O+?t5_0&lQF@8p1358Nnd zSJtXCHC!5}f(ols$dM7>fwDnpmO>y0^=$hjRPeOpkYYFLon%#fpH0We`Z$Vr#kk~} zz!TOQHpwq+RQ2X4u-oI^FTu)*9lvyk6+eH@NufA3Oam9j?IT4aC`eHXAyLBQzUU*& z3L{5u0l^0Q3NJ=pM~~k8>Wm{tDv*~bfrPe6%6fka;!Ckk2n=pDI2OWb7e!9C#MUTr zr&I)Xcm9LR^xw~)%O^nkxHp-iIcNli2mOW`KF5oV0^(jTw2{0IA~CS#ZyB0avlq4tHGO3zE{^Ax#%-H9A;exnLtnL)!`EBW@?A)_N!#Sb{fK6p2SM?J;D?6*bOaB8Phcxuz%XgEAIvBR0ChzO~DD?Ox7qC^+Zzpla)WmoLkN;!ekMO1<&7oVv`nGVwW zu=39|m0dXMf7XJ?OQ;Xq}EWq_;stL|iba8COW!D2)d z3c{ll5Z~7l^f3j(e}l;hL=IRt&sTh1e*i{Y)kZ*A)yHNtF~+XN`N0P_AglNJrs#~R zv+_!Xy*)!t%*-|eGwa3r$>wkOla-(0t+cyL@C|cV8|Tc6hY-3!ns#Q!WmrGM=1h}a zQ_fugKCrBq7%bVU`NBl!M*WBX>I|eT`r$`A%wl!ge@|WC-703Su92hRefjF~M5*Vy z-_1^oTAit)8`P-!{FFi~RocqO9^DgbH;DAnnWzh3Vdx(aKT`lAHL#MG7Mc)sZ*m77 zgXb$7NhcbZTzU;q(-iCr2}elcTr*gT_g>yaUTH$a|7Di;`H@yNx9~$??EJIkO`^;d zx9;#pkv)$ES&sF}sGS7vU~(={#{4!%e@+^ShM;85 z2RwKhpL!rFJUlHM6f7FFZQk{2u^KhVssN=piSRDNx5tVi#-I>5l`0QK36X)@WPUVo z!hgq-s`z&eBfWo(LH~;u52J#f_@#{OU!KMUU6odLSQbhy%d1NeTqN;#9cDKjOsA`8 zl-2-Z81w5mIQWwOjwVEquFj#Zui|-zY!ro#&q8?OD4IAq6mi zJV*q~{@LtGlgeS*at*fYeJh)jtpSChf7SV{>i@RCZKh_n?qB3g#b3Uk|1o(h&VMs^ zYuLmGq24{##%(v~1s`$fnG5F`h-|K8PYX!fH15e83JP%&tmg8!8;+#jgwi zuQ1Xyz(<85mD6ehgKL6jFbC3^N|+5X+%CwADc>nUC*7TAPG-52=Bp0w9j{!TuINcv z0tPJ~=MYy&6u|bOsImba=Qgz(24g<=7A``g)zJ8;y}nxfM3c=EqhySriW7q6o8_8< zZa$TZ@nh@zKNxpxE8wU5?GnskX$+87T)se;yjK)n)JzUj8gp9txvuq^68w+3rNN=7;!)u26eBEqAOpc-ARQpu?H z6LE92>0RF9kh2>1r3HY|L!3$~B)~=m$oMFML^Of*DTNd&09afS87gG`tD?FaO|PiM zogn}<`eu!poRq=;sJ==>HgOI7!ZVEXqwpUXrBFf zzBT2W6@uC3`%2dB}nlU@24>{ zPFiy7cQKc;z2HbQfS?%wjrOX^e6$MAVu4f1VkZd3W8_rvuQ-{4Y(|~Tmu6v6q%Miw7iHcWZ7V43 z1I;NB;zb3}Abf8>fL;EY|F&EEhNVZW|8!s@_d}~x2tWmW|N$qxFfy|amZzit!|G*<7Aq(??Y zx)JY7=&WA}?_f!53=Atvuw}+dtVZ!9sre}vZfm9&2c801AT&?{kv|GdBsvDBTF%Gr zlC^B*G@?GHIku4aFHw@a8e33n%BG~pb!Ao=7I8BX)zDS$ec$!4;9@vwyJQDz=X)J7 zl6u9kH*2o{z#~Gt0zXhE6;K(3(9&rm;Tqo_DcaxZdX2{@tLqDM<=op*npPES#Q%B$ zgtHYdzw?Tu5UWDxp(0C(Y_{-X>NoD}9}J%IP$2)rQqvKRJ>?2yLZ)iyS{P@$z6UDp z=nHAX>%__zOw)UHx)pL_&Of5Ji)y{kg?zuVHrK1H{@$T=+hs^Je zF_nCut|vFPa^Yk=Z>y8a53RcC04oZ`8n=xiIER9(f(ykGp4BOX2vErTr;7i<~Vz|E>zn`$4(=Z7q_Lg@A_&To3fhEB-Rh5 zbzZovRsGZRF=kRJUcWPLyzROYS^g^4v9t1^O)F3*N=?Kc#{k6N59?EO4`qm^Qw+KW zc4d;dC%?!EDYj$`*JuN?{5ibDmQeNcWEu(rHt9Llyr|!EPN8v>l#G8d@dpGB(~(pe zpGdF6leqbH;Tx}xA8f8$q=i~OO2O`aLFpW)deb>kv_er|x`kBIM(4jO-#<01z4QDuBD+mAHwDdeACO#3F6jHQhKUu3_NvA z;9uNmX?3- zRDWGC5*lI3LaflTH=@|`g8$weLK)NZc?H$$4{K@3kv+zoDVXyrMP{9fRtKfzE?1}y zpX%woSlqLmG%SY%Vwmv*8TQoXdZq;RXYRESB$CN-K_%D$lY2c=I5pxaWR=s>Bnc{K zaWbr*2ZuTBu&Io)iC^hVv@LaFA{4qDa%H4gj>ZO++r@D?LYheIN8`DAUX=NX&|>7C z*Ft}YcCx;<+;Qp*+qf)1fae*0EuBGLOH48(wzL2y;xaE)T<(N zM3c3yNDeciFJj2JxB*E)0lj) z)!De1AgMoV{yNV{p{U%xcDB6#N&>4RaF^J6s=frh&vW6vKD>gR# zLtb~zV}NwY0$y4c>0M2pX+piYpO$%Ia7$F%-O3Na(6m^ZJ=2`BPpDhF%)YL>IX)UD z?SvTo7^}drKQH4N!_ixsXH7-8l@t2q*3A=G@HK{S;wg)85 z`zro}Ldc{4K8{dJvTTc<_fc1h9kqz}Z#DaIB2`fYAD__O`A5ozE|)d^sse>IvfUod zQ)O7>khM=30~JBr(;PNCZOS_qxUcjNyhXd2f2TmYWyS!z(EP^>n^)B!v$N01E zx#3h=*rxox-bO!NF8lWtD?Tt3H(#?dX4y644)u?{!!?&KC8gQybvZ>P%b>rwwPE!H z7KddrWExtQa(BR?<%5&j7*f3w6*w74d@9eD-D?cuKC+D%#`?xkozvTvKQgz3Q; z8dEOYla3KZho!|BWDg++sOV+$2UZ-SsYnlt++YeDi$LZxYV7ylyQ#~0md^D6#5l}$1CGhWtRz+U#fUvA`ui2I8K4;*}gQT&!+l>;MR5)p5@Htz_N)sge@tu{|5 z63THNlQI@TIapkGaFK|N`%c|1q~6n8b_RK*`7|B}lTLg7BZwY)mN-f$29{4Chgel{ zh98&nZTu7>I{Z@vn9!vN!qrH4DqbXJx%`1m+clQc*5TSB)j=2{3s~|Rj^_hPk|ylr zG!9Sh@_T<*sj9_Ct-i{GWrU}MOm=i^b1oS#6keyB#MH@2D2j&_3EP+Xgtp8@*vxy9 zSh^)(zm3knF$RfGX4EKZw;a1=A8-|zgUr%<6y$K>=@-$om<3~t`U_D z+&EmjE!_gC=GFwv-r%q$CqtM;TFrshuC3O!Y}Iwtis24Vjx7GY#jsxcLCOu&`(uDU+Lm`>nPWF0qsu`@lppf%)VrjUDl5>)kSs6*G_O>-~9b(PD;yD zN74R;l7ssf6Ksp8FR8tm$A)(S>LRxdo`Yf4kPFcMNzQq(g6~OcON2euLYydjm4xlh z;PG%3P4ZaGpBu!&$4`1UK?lv*Q1#nj<9J zTG=;>B!%Q7H7LTTgYv8ZR@U7FLe&P0`;m90Yge{dg%CCgdD=tY`I!Egiq`jj0I`3j zs<%%Eb(GbknafUdnS=wqsmWT`<`n}5UdX)~*MFSQQ+g%b&Hi5ZQ6r?XF@-d=n_&H^ z=|FhKZsih(g$Yj0l77Iak!ld%tY;xx#f-99Q)+8BIYq#F+J2z(97(z|X)}*))9(!L zN7og<=r+-(xR2x_q=jIXDe`;fal9^-TD;+l;CM>LHi)#7!xgCJh)zH*G+*utz(|$; z$PA05fc0VVlI>~sW1Q) z5dXyxj|d*|c)RVY1(7974#AA@MN~0l|gCrxWlY5hMEd+)wXxc8v-uKJ`p10`Hv-T7UYo zzq?jZU0z<+ez>?~>^;7@O;w$kI5u{?QK!wS?CO{-1;mYcz5DGM+!Mr|^8i3m#HRVr z5cInu7o!Jvv0c0n)KnKbL)Y53{wpQN@A3!c9OyaPmEKERUpy|pjph~l7{Xw21yaJ@ zHYTkw97U3VDUinun6~VOlG^nx@}f-jTk?36hwtdUn;f~}8G`(Z`v#+P*q>2)9QPQ2 zha~S)Z|e~yY^_z9e!bPgZ%y7Ojj}VHyjw^KfZVReLc@*o;vr1J|gB2QRqpusjtN6r-Y2Fl;cKzYxuSok$L2)M*%n&1@FF4dZmc9<&86J|Dn!1F<$B9~HzA zAX|4yCv}D`24t5jxYQZ$4~6m);?qY?HY`i1BR+Ocn53`5uEg`*gK<&`!+CUQA-0$R z&EPGQ89i9(pK1k`El= zxUXIj@v|9LT*>lD#@z9yvzK(9+i>x0kFrM$Nr6}^M~^TyzMjziX4x5=KEoHE67h#n zD}4v_14&dsQ^oLrN}grs3&nQ9RQ5vDYz6-fQU zR5?gdVz#`P7k>RM3p^P;xojPnpdmWDV6#TwmpSdf#3!QKe7d6rgI7M5~p2KwTc zK%3>H#b)QA`Ik<39TFKGwt5 ziOhW7|N7({w^IKbtOh22@Nis{)vl}CKKHFUT8Z$-uk)NxJMbHkhRZ9gVC=IHxYjf) z0T^(q{ixPUrlgeea$rH|hA0O9eb?k)X1;vt)U}MfHmGLkIl3#z&FQ?tYeI9hQ}eKY zoBhXNa*pi5%)kL0DrL0R#Z9kUy(Ly0<0Urh^TFHS%Rn>t?@0;P8vhZ_?0P9J+hbCO zFAZ<+4_sa0cMN)qM4|gU%+Z1Wr~icsrs=!!QciSm2z0>k`F><(;2OPF-|?j14|B(> ztHmGBBdMV&F>@8lsYF!gl(HuY2l?Nm3xis~mhn|)IMw&Yq)es}TmAfq>@{1F8ZG`-(>9Fw?zDMZi|^aFWkF5i zs__MXX+0pIYjRvi^^dl%d2mTuZY0*jS5-R zcH!?^E`s6XrQ9>GEZRnqKOXrr-wtg}^X<7ibi$iDb6Cf%!CGN(4h!J9(Yym91JwAhtVZo6fvmaCJWz}*v5 z5Zv_iSv+e!k40V(_-S;npDAvu2FHad(!G(^rjH+|RjxjzsUyDNQ!Eq&viMg~N`l z#0aKz9EAqy6mez|6s7`oGXU2mqA1rhJqEAAAEIpor8qjFVn=uV#lwOCg%IJvfC3y6?E*XSD6KKK!}uBp z=2jE}*o?&+ADBY{*&;+oz?YaE0~;VP{J5LLFtRYiu}ve4wUleTx-;1bR^*$zfbou! zFcD@~ykaEIHFbv5ro9rxVZO0$tw=O?eG|_&Ms-lT`~yQV7!4Les7V2gU_s?qF!fK803qf|DTJ zJsgm=y7c$La@P^(&L_#qJBGiT>%l$NxT%#;U<7(_0xCI-&_Cx~21xk;HxXY%sjJ{5 z2bWkp;Ycu;Ldg_XE!0N6?XelDdRwn<7b>M?k*e+PQ^5j1uz2>tG#TNayv1>=1; zRsXTn0fKQ)X?#&C!Ag+3OB-a#ksxD3b8*v2M4xXa1z)FU!Gq7R$%&UVlZ!Jn{D@T6 z#v+pBM6jpk>I$7BGIc;>5>a6ldhQlEIr&Hs*n^}iV?KGO>+aYV7I+ys4*mO5xL&sd ztbReHy&pe z|F2LUlw)glC|eEu%{XC@2=XPRr0A{3j~vuoX}t|16M{d3HR)%_<%rq3-sXnT3GTJZ zztOwnK9eN#@@0?aaZb!K*3bI9XS_T)hS)uUVKf=DuE zJhCv($B=BB9r?O`8cw@27mH)+R}kdKTEJ0)F>d&{b7u&PE)F*jsz-;dFL}rq1mQ6l z*H%1xgz3yDa)DF?Sq>2;NYb2oJR}Mc>~4nsG)RnXGBnK3v*Sq5oKC0<3-^$|gj}&f zFYhV19kXsrUA13=Fp({6WRi;((@8+s{qym1kfXO#a$7K%@d(=l(b9OREZ@ab{s?U# zm1e#B1q-N$;t%DiLGWpxfa`GGl;u#zg(SI@gxII;B&2#rN8{wNoJJK=9&@}23vD5H zfCw|K+o&saeX6S#J7?%|jzvWcIqtt)ID`?)gk7FU@}8sQs#r^|Gx(YTAWp5V$SG?y zpi_K4z<*@Li}mL7n^SbWVIZE^g5oFU?3zfuT08_$p1fb>q@Y!Qw535$!*3TBO7tNQ za#%P)N(Wb^IpL%_<3ph52~BcVOO1cF2v^%buLEMEe^WoH40#{w1k)Vap~4+(SX*2 zUWa@9>UwOPJjqHM+z7_Rw0Uj2JL8Jz=WnlnFAhog`pc8iQrKl*rHxZkZC_-&{L)c0 zRfdBTOjUf8q;@y{N*Ul(SX4x!#ZKMH%rsjpi#mutO(G<>X;YE!At->5MQPn^VfgeX zGe`}ob(BZz3gD*x`I#eS(mE7iQj>_)vK=pZ#i(e37*LO^a0lc_ZK=;}P&{AS{7#r^ zog9+*d=TV@ZG;wrZ5z8!To?nTT8GO zxHXnpu)-fNEwaM8{zNL5aM3+67E26t4+QyfL6D!BJqMfE-MsMWX+SV<Sx`N$S_&aE}ZsAE2Cye!{G`E};Q8lc2uo8C#5XqRU! zqi-M-XP6Rbc(__C=YhB46UH5*!y)4ehFSiZfMh;7Z~lF~5Cj9g(>#uk{H%V}A_~jO z^Mnn)jA8ZwM?kp0rt5NvSA*r|vWUseLru9q(9Dnwz-w!ZnW2b;6Pne#+s>9gzxe$| zkJ?>-ZeZ>N=Ked0_-98i*+h&&w40d$pu&4u1`$IUmS4J}jpK$f4W0aYoEQH&`?2eb zt;MzAP|C^IUv+`=7W;TULh?^w_(#Apcb!MD+0^Twm~Q>d)rQ$y{utM0-@gXrS#GO= z{ndPJYt^ACDyOys*jpkw^M zv^_iP)Y|01BJ3^(fWjJ)DDG8Cx&=>BXBtvgk)E8v?2gCZpf3QM6i+Ho!&UvS1_2?M zPMIaenV=l#yQOm?aFe9nCUh6k2c?+pMs?=cs9+<>P#W&?V}2w)I%ksw_)nI&su9>k z?nITOE0$$$5t;gWF!bQ$^0gewT}&I6Z^W&HZQ!9(g8Okl&SfR@0y4+0ZwB;-bro4! z@wVULcAo7$3HZWc9{X+QX)SwDIFvXpYz)*8^K=w9TVk|*NmOMiqdhL&4e*Z?1KP+1 zN%cX;)k(c+U2_c&VVY4I-Ut7@Rxa6HRr~_WYDCBl&W(di|G+0K{43SqLe3GCEzqcW zkQ`vmrBjN6V!#EMthVb$@=gK%4+>#MzQ>+(%&+WuY~wowFC2<28YJ+ zH9iuuy%pM%?f#8=FY(2%FnW?^VLo8&U73iywuIk8BO*q+D6p9k3RAYF#(l%jxr}(0 zWVmSIIksAer^&ly!4BB3^Un=_qPXQg#W@OYh0Ld?epYC|_G%S*P zXk_;-a^(qWWU176#Em&U6yQxkoqK9fM?-M&8-R#1b1)8oMBT$L&KKOT*|b3BAwI|~ z$0;xnjT-bp;D%5vDes*0t_J?y@Py`M>JcjWcn^i$OrTE7+gktxjOkcRUKB)*+I!)F z7})T%n!9grs$?=%vz&d;%)d9{&{?o^1u%Y!d;~iRMwV|__I@$lYV$qXe=4T|bsp(f zV}OnT^GFABJ7%)cKfA%JQu*_UC`eE^LMD#-vrkUsmh00{;B48Qm5NAg|zC97B zH%Pl*!*mWX2XyUhpmTs7t%^xQHPH#oFH9Lki#MtL7tE2FEiBEgdZy9J?)(_fsFXOX@E#*}NfA zPkRE_+jMHlF?lK*66@<2Z*(~&_xC?*9) zKPbQC=bdiNnp`XBgC+OzyuRA)q+q&o6tM5!j|*r$AQJdhbuw8Vg(Srm@Z&poK$x~Qfq zaWfWo5_4Mj@%`%%EKVaR>$|CsuIbNe>~S}`pu6aFsxMJScIeSgJPQ>f+%BRYk`{~o zPfA&@D~uo_P(Hc3!457DzxzE=GQD;^RU-WDJzu|WPP+eIx>d%0L_b8Cj6pvrwd)~2 z;K%`XvtbHcbtL;*b3?zyCb(XgA(IL6fZnvrsmojJ;M6Vlujh)nYKg8y8Ij3)v(>v^ zo=)O*U8khv%jxjGFZ7bbjEDU1V3}6=d8lB?4bba6k=k?Gt!^ z?^d@h{Mfs9;n8H@0G5IBGwBX~TarMn0?L|Hv1bgR&H^Fnrk5b)&#k6(|VWZL$|VH$H0x{a`CtxQT+%IPnW%?szjzQZ4NiC zjV|c^YDncV^`$#+MxOb_Jd7R132>M5D^g!p#sR6&Lvx)i!|({CXLg^IsjGST{mOx! zsGjwOi;mD%sI~FEt+}@OiKosNp<-7Iu6v4WI1DnyRVh2yGYO*nH<|PHbU#paGd&CU zH2$aB?{W+yS&7Ap_RDiWNt#6qY{NUS;QjbG;Le2{f&0CCTl~pWEchtly-a}!r28D{ zKT3R)p;8U)Ifx$U7hEXS*xqmt;s=u{Ev6oz_SI$>bH8d?NmBtJzpOA@T0Mj3Q4ycVk<8UXf zz0xK(2ONARwRhJvLaSE>nU5?Pra6WaUxRly|GHj@TduS9;Ro|{oLZ-}%C}I>i&1_= zQ*0qDBhUxR^tAV~ndD{XlFOqwNK@IW?|S1p+uz|^O;R6otA1hf)wo(aFX)5zX@1A4 za`QPByXm!~yJ*YhA?YSzebT6Mb;ns5gXY3X@767e42%ml^B;4+ejiyBV$fvOtI(N3lAj)JS6x64-j0#1gSiC0bi!f{pI{EgC|_SM$3 zW($?+0}1^Iyg8#gm-+|#utYWXAr0p_EY7VbuN3E?ix(|P0r!NtEy_^Tw&A- z45x|fM3)4$MHpTBnAh1nC&-c5*?v2fiGR&Y^YU37HzWEBEWA!V*m!-&?vo#0+R4F$ z0Tl@yJN3%^t_;yQTG4Qt02FSDU!&onHjz`b)m`Ww)hJpj(rPv?^1#q zV^BF_n)2gtdmE=kwpY=I7COchVU|^6q5QdXF=X2>ASe}O=9S2u7HltX&7jhzByvcN zrY;UTbyWH`-EwQ82C|O(s;z*@4Z@yiP&C zWkWiJi9pByxbA7}{rv%XE3ngNxy{!#&mLE8sR|^ReY6lk_QgZW4lPeUZ}jRDR~8Ex z(*GFPH2?dj>!hoYSNJoEPE-qCKy-2R9j0hn9#J~yJrV9M4g==9AE5sPA`xWs@fzBZ zDiHymdB?x8qC6QJmP5v14UhVf?z&XUxt!z%zu=)8>}RV)y&MCHD46aY+*n>oBVrdb zDqH?|B8&CU+w1ww_OtCof9GCAy<%&Rja*0m(9C>LkmK`zCtYB&m_c3jtUARQvUCdPf@eCJ7BXF?yGn1*Oyc zkxJ1IHEfgvE_n{*mr-SAriGh0=SeNxNMO*Q0=`DwSzFmhuavn?ii@X28YR^# z*j+p(5`(Qv9*Rp}e^MSAA48*9&Yn(i7pd>lZU& zJjw*ag7Ks?Vk3SuHFmF6q1DHFRsd#FgsSkk(-aE=f1JAPr2uzL2lm^RCfZ}R6=`y3 zND7k$Ys@+}%ARJu&@_t1*r{9mM7?Pu3QTv+@%CW&j+B+`deVPglhpzXD)HD zLsd&i72cWA*JK`!&GhLSR8=qP96}I4Qe;PZZr?enBiz3{Vx;vR(ZnY8pTY>9nd~K; zT5ywzAH^6y1domU6Uj700IpEmrpS%iBg&5KFe+JxZ5s>Cu~b%VsWj;)wpWF<2`qTu z<`N<;T*?uM z{jy#c+iBnrO^Ohif~4SiyXy+tY&JbdjNYvmlUziJeQLmaNKx4o&Zkkm9ybH1uM&Tm zR+#B=wCNa6JugxC$W4wEtjg3n)0V=;H>@(Oqn&v0nJp`wVtbplCiE z+qWNZM(*xoV6jMYPTN>^cn**tAchjjPzD)+i-YV^lp7xw463qDlTXPf9Ab>{ z`CjABscZN`pE2WF2Vdw@K9;caUTU|UvKW7I*FR4;KeaD1TfVO}Y{u{~y**(yjmTR* zsxAF+$}Jw9n=C&s6pN>^Ywtpt{MpBlaG97$LK9guIe4&rHavxrh?vOf>{)6g|WzL3{g6|Dr&0_g8A(a4Shk^ z1s~vZx?aQZjnHRYjMH6w(Wgx4gRA|s@Od2@3iyI9)hEcq#!vaO4D@-IH8lD>IP{S^ zHUvAGS=4Z28aN+G=)0uU$IkT4(Ad@ab?^n~Gi%#)20o_vE=G0n2OnnBwD3_imIDDl z`RojFt&gcZ3b!4f&r2ElH#y>CT7Bn|`W7hf7+LCL`mmwm6CStAH!jIj`NFR>v1P-n zKC>P9gNMF7b$B_x*sWIkpG&u0{CfLeF@UMu6KVbxV(O_hvERNnnmE}%1gzozxg%GF z1OPyw1ONcylg&jZ`acLJqHJRSH^C(77Y_k26;UFVCk3#H>1#KjD37A32tKWsQG)S) zor3W`0;?iERMz01Xp9nFLtJ&Es4=K9uB^%mSzIsHhZxPOSeitF;(7%i*L!@3f>9zW zLBhR&$i>m_sofrDrm~_LHHAODaRSs4k%dcGVr+W&TIWmLkAOF*lY28ClU28e7 z$(C8qSh##JVp`bY7a8%cMpo*`OjUlUfmNRCGquVi$a$p1nw}ocWp9(xV^9Vj=79v+ zT=vZBx2$zSzDbATa&q&876&7qxl89w*%|jh(MoPBM2X*V%x~&S=Bl)kf=5d_@+E4t zqbDy&Hko2gBlv!gS`=W(4yi#zbqOI_fI~ghr){ga06KYq4#zfZ0T}8z${Z5nH3;#R zvip?;E1iV%7KV7$Dk9xi1U_TI(94I=epUguW`03{UPxK8vyW0w(+exx6T9gkgu6ts z##p)z72yO@tlq_faOz8hkQPV7N6|B}C|9&=RwHCH^wO7F13REAE4wO4Jr#q5@QeHe zsx;Udt-izCu=FR%p(sy3BwC%K(P>m~$%B9EH#tCMpAn5hJ-}!6{)MKw`K|$hijqQG zicZc+tzb3?r6W)?R%k{7L=j3}4HJ+CWCeZThfFF}1oQ%{__JU=tQoUGC1Bf_d%%L> zfU)1k3-zo})XcOjWX2Gb|GZRXNhyO-%eS9I9#@xZM$92)UP&UQ8Za&iRzqV54(-VF zD0)>lR;S4nOA5k8bmWU?!N4fbhvT z-#kyLKs{fw0vtixHA_~YlLksE(F6?u_B$a5f|aP+65 zJiSizWFVeH?ceKZZ@}qCK|argDD@ zXc{R7oh7}wjyOrs7^z#dQM1$)6unNzFmwdH76YOAex1b^U(o4ms95(b*XnW5NKrjc zOEf@{SiZ?BB7$(J!ZIRA&}L!XRt%0Fbm1~OeJ*|edCC~l>-iLR13i9`F5kb7ilQxiX!Ex4 z3r?wM78Si_O;8ap>unG>Tu|97|DFhu;P&!akHV?UbO>#Z(&ArH=Z~q5!E|T=-EK?| zgp)gQPYms_W5e$AaE^jn@vJDE7VrHt9YD-x3@=yG3#HbY(;Cz4Xbg`PaQ_O!DE(tk zAfymOLfB(3Q@4G7(rO$+aH$OmX}YYACXQr`s5|hxk@yG11-g^VPG!!sD_iyi4K0er z(Ou}#Nb1(-dhFNLHMHl|zJvmVGf#lv);LJX(7e&?;8%A{{GM#JQF|{PD;JI3-4=c% zTCMhQYNkgS4#RWC^1|CWr0xrS3x|{16-z^AnON0^?0f`P2F+Tt4CC$Ms#U8_tEkF< zST);LJ?Yq`h>xRU-d{{Z#(Z9Zx{u20=>JIPS0|cho4Xg~6$`~$viS9QGK;2Jb5S{g zrho(TpU`;UAl$>f4g4eHso!(IG>x+8+Vg0Zd<=&%NpV$GDKP)=GG-bAZ+E*WK7h{{ z`Y6vW{J;Mu4oie$2Qc_{p7IR5JHbV|11|+Jd+@4Y-7i9Kvx58*jkB}n!P)7cO0z1d zPO5k)*-vK_AIOyDRapF6q1Vf?0%wet)jvth9CK?~A*1?sNM4wpcJ#IcFP3n9n(f4z z0>Wqzcor$>nsrqQb^5kYsNu2 zpF5v|clG@kHV%mAq-$#M*U0?!Nv;{*l!m~F8*YdYua?^Zy-bXqlHRWFDesJ#bN!w& zg`*drPL16ad-wjPU4eUbUAj7a+?0-SHu|3(v@0OqH=||p#rbD9?IiKnmpQ$apljfs zpFHBGpUv$dV^=x-(syyAW@k@_bzQV?!KMS7TST;2ay_u&yyi|Z%C|RebuRwI4eiZT zPrvf(s0}K+20i=I+^W}qpXtrFd+ka2fBN{R+w6XVBG1OP_x`MVL{yX+yJYHyi|N}Z zPR)Nk%p(+fZ2zu22|n;Y69&UQc>6r(jdP^UG`zLHuAv*WJznX#t{K2@{-!NcTfALv z4FwrIvmp%EE8m_fik>sM{HbLSE&N3=R36Mo#qQ$3So~5$Oq|KVPIunUYP7V6m_2vS z0>M`l7vJP{Yz{6F$r5`~#d(E%w$^Es?1kkx5L2AZnFC3oQvYEM9SC%@8f!?S_NSH!=qzr zf*<0(@-u=rKYrR;Qa}A?Xu+SnpX$KC#yod_nSFc7*_+)Ur2noSDPGwyfx*oyba*3t zi?kUQ*VPmgYA7L&OssWV=P0w`8+~ioZOe|IOf%zXcAM*Tm^MkFY0>o8pY_vl+UOb# zbEJNFG=Czk{ES{)qzwTEfW}NA%2kL}uZ!a+vb?xVn+RdS5;|%QboHROa$&GQ<~ya7 zRh%p<73<1X2nP?sha{h^S!1n>Q;zqA#6-Gk7aSCXgGHL4-`^-&G&nGn;K5lwB(SD; zd{?wx`IO0}We`4R_bq`})qYjYHEV6#7(Pf0E8evo+LCBiB?>f=TF$}84~0WSnTM2$ z<=0NEtL)R~(df74LO6GrdbFkECZK9GcgEQQ_3A5yiBoN%M~tx*o)bfpPl$napau+W z??Q{p>D)y$C6%t&ObZ>M?12tzc=Zq38U6=@L7)HtFxLPB0L6f^%`W{PJca+kVE@ya zL5(o@|Ia)HV^v-fzp-Bosye5U<{H^ng+^5MBVLa$a6yr$Y2QL^a1B6!sbjfUSYXdk zG)|KVMhgyCz5?Zg5Rt_i=V%a_wIZY}@q@I4qv^)G z5?bP2U$usJOcA9}1ds!DvsW~f;Lw6Z(lEWs^hg@EF3lk`WGIWnLsYa`s}$1}-;96q z;xJgRhkh#N}t>mNLTnR)s@3E;N?;*b#`SVDE zwUv89^ZK-JEcGsF^8PXVvWE!T;zYOTGVi6lpPwobxd=2JIh#j0(E=rls(P6UBMR#_ zF0>leYDRO3rma9;%71yQK4BcsbuL-@voo_wffes-D_%v{{z4dLdgb(~#q!siR2&t%+I*JG!Pej^y*&aS@O>OY zss;Q}NXIBzs(7<9U4OHP<3Fv)^e0<(s!m)82dOCLEJi@0Lx)~CrKIkSzEH_uNzn~y zTqk~yhwo*XvTAdaGk%}2V_)(Hfw-F)SDGh^0dJ+rJQQ-+5OMrH|6|)J8JyBZ&Rqy= zV6j@!LNHF^%Au6g9R-$^6Um9+1Fak}w z)s0)p?I~1dCy{k}YfLU{!_TsI#ASbvJNdZ04ACFuT!KEbG|Bp%N>*>EJ_FC*Ue!J? zS>cuqKjle|k8pFbB%!Cf#sPnN!&uJOhe@X%pdH|iChUuxQqgD1p{gL>7c1fJyx6i> zLcrwcODLOrewmZXEk$k67MBP$NMST@WVH^tbyoXH1s!psGLz=dk58F+LUiOT8~6we zu$Rx}(G`AKsZ|Q9rVPubeSs~$w{-H3^}jzr%wDYJdLuEAY{14iqTT2-yKQrn*LtD6 z^7Em%$Fo_U4xdXZs0&i{@5BhnBB3`HmOo1(+Y7YsavU+g=j<6;W=J-1oSKGfhT_$2 zyf$ymDBbv&h+*5Ap^SmQ@r|T8TI=Ooe-JVD6)bnhO-@zGXCJQNPVNHj>Ib|J+<@DN zFZuk2Qo4;vilM0?}jgyuRBG|ZmHr%RQPvRl1?{Pm1&vV zn(n0EdivsMf#6}Ra_r92en3=odM(`BYv9mF3Tp|LQxowmk6J5q+<@jS3+%Meo_nb> zo@mfB4^7^`pFvb@O>$?dPu2K)grU zqpe&bk~W1G#HD+q$_6GjB_7P9zch)c<{>sUbsfT2s-5UEs}UGDN_g>Y_HPEPi}a@i zDfHg8HT_!}^ep)0B3k#Pvb!L*+HJLm$Fl^xv7Wq|dxEJ2KBVvPw11cMFoxeMKOY#9 zzZ&Cc#$4fL(-=6d|LN_o-o|}~qYFhV_mUS(lm1p0gK(1qOth+kp>FKut$UA~0W9mN z327RG_;PW(QpF~9zVYTOP)AV%ho)iwhTlWX9&5<)jKmfEruTNd;$U%*IqRYb4l&P2 znO2s))5m`QOs}`2z5d@y<+%?O{C4Yz)hhg?yRz>Ett(`oB?w>?ABK#4r2d{a-VlTO zX3{n{DPWV0YX|J}sEcF*_%4T0{GF|5Ume5Knmg_?=MU_Usc| z?@EXjy~$NXw>C=_I?5$;2byf4DkY+NfHo-;4VZz}k?$1b&c?>}knoKdRnT|_J9|@nvqH{01 z->Q7r8vQ&BIOp`Py^@Qq@MB9e^QeBXf4$klzTJwLGW^(*<)z_=@BaKB=ne2EQMEY# z`}=jtIo7eF&l0}3pEb68_wvt8jq*Igmj)` z(OHl4eJpK0@7cY#TI2TXnseR;KIhd=)T!Dy{9Q}1iT%fV&O{$-g-Zc`_LCn~Ru~Z< z1kmr0e{GA;ON)iSZ2g6dp^T+w%N!38AG!*w*msjhpjs=~cVL`&h^1m5VeYS%mHiZF zk0|-HIGHy+4c7aowke@f&SB47e=Di?e}Z5bH`2ny{%Hm)1Lj-O(CBfq(8Rk zLbX3{9(A6F&Rg(mp!wPO#dY69(^-!f-U@ZF@UQ2An>FI>eF3&QAD=ME!+9%G=7C)EFVO<-9%aZz}&nT|Ic>+d{+9w!>>m8S@U}SC5eB{5&=r zTiuVOFCIXEpYUlOs|VP3n2W|J_%V!l^XtYa%_2A zX<_^mtX@*kH{M#WAh7^kAL<`{ue^4azjCO0XGz z0%K#n;0G|SwS;89B)5RgYrvO6H!o>CE=qfDd07*`JYm#qi}~_3h!yy|d13?{C)qh{ z_)%ZD7{m+Yi+11zh3*n=)jT$Dk;0el!KakteCrP@BGobbe>+9WIg4R{r5f+kvVIj0 z29!M~+bo>Uuo?hyZqb;i1igOXWo_Z%+0?Fb_{sdF@oUm;zy9@=B^UM)81In(r-vwu zg#WCz+4IgI>>FjS%w^2aI`gdFea@GSCBhpIKMnNXE1Y`Zab_P8p8lJ=lI(|jh&TAE zEByFQLvw!AzTEBLTAQRf z^|c&38+M=Zppqe`af<=5{j*Ciu%G=JFpzgh_EwIAEYCe!m%r8MR7%P%&Zmtt?a?q| zBN)mL{`lwHWNh_y>7rBP5=g{OaHVXpkN7v~Jo^!hdaSTd>^sbr;>`*WFHZ5`{W&XIIBysTOse***>uksx!Nkn zKs*=BG7lNFI4yEk*fPkDaI$su#X;?uoe3ej7SlF94jZSh1gFxS{~1T|7Mj^6;P#}n6O*f zWf>zk;lBPOmvnsmJA)^xKh8Vi7;2YpO?62+Y zQ@Geq;B=|rJ20Zrb2CV@5A3h+3IqDgYBA?V-@<1i6RIkQyIFFHBdYjW``J&Oknb(Fl*c>?c>llWGNU66(23hCE*Tif{RJHnFUcRT(uU$Q8HgSr# zDzkp=h1SGx8lSt6-oishTM0joafep`VLxt87^&bVFk%4X5c>iDr{VWq79X}t(d!DW zxmU`u5cmO%mg6tm8~XugiPv#0z<%nSk?bch!K8C-g?GG)EOdM&Q59_%R}-`28I3{N zno%QR+i(WRxeTue$7OOC;N|Ce;C@NVi~Y!K6OsMcQCl1Pp|giK22b}L=3E+2`))t( zlwv%t3Ht%(Rf>SW|Cs=tE2;(mxJ&`mwb`u9Z*k@nl4&baF}+{^G0*wxiw*qO+Ko7+Tdd=mVs@$Ioa!w3 z{>Q>_XWZCF`1b~j>BU>u2YJYDcD#Bf!Ct~geY}OX*?-oTuKi#5Fj>F<&xqA{z5e^8 zPH~BICMot$LjWI}$M_w22it`2E}pqD;~k}UTgs*3 z!dMPC`{EHTRm(-j%hc_wh*K@qX(I0M_k65t7$LwgL(Ypw{q(hGu{y*VyHwpkGs$I0 zxFQ-q8?T=pyWJaug1qQ-cYR`E6yU0|_QMe+kMRY3b|>iOV2*KksD{(nd&&?GwqGp9 z>uDBy%sY#)cH_BYP9iW719YL^+m1KRCSa}F`y21mPaXc{p>8k%ggLtpb4PwjzwJ1Wsg{OrOXGoeP+hyVs&?J$|rA_R?NE zqSyviX~;OHe@1vKZp=#Ux!QA2MYdya8mc`WvdNh%Q9P4Q>>3o$cJ`;9?;dizUh&DPRMyFc`79pA!c z&CXC5j^}z1cEw^I%XfedEWeb;0X$K(pVfTB@~Z$vmQe4LWe_<^{M(!eDm+j|iF=(* zf7ghOUK^6Zgw^!TMLHqb$X$;2L!^u#_eQN?GKs=Q1C;(yn2_bymu%)h zsafcKT*P&@y%JO$ZRttqYeW94t64THH;@j(57DnKr3n`2bg>m4g1?qS>27j1<$j*= zh^`wt%&lLXIadpH!YslmObzbBtza%CuBlg8v1Np}@UzxnE(#R9LJy31@_Yf}pJUqP zropEUjXrs=w_^KShg&77?60y;_Aiv?xyWHbr**+FX6e(JDp&{~)GRq`dcVpjzcC`u z-R!c^gq0w4ZUhukWegd#8>uo6i%@SkQQ9womCi zjwFtDD*46A3Ii%o8PkbkoXOAPY!tIKQTe5&_Ie<)T_U=K4`C6DWd8tf2sD(U7tsG0 zoBXd+_4H$@+AVX{L4o3}A8Hp@^-AdHH78`v_81y1-wduKw54V90qLP|#~x&DTRDKI zP$QA@2hCKIzIjwbgU+60`E_-WLsy-+>6FEj>TjL{A(wLw@$^U9zNPCg@_;j#WKx`r z*$9@dKo*v!l8t+?1P(xq3S<<0`q^#gD;vi@E9w!WMPLNJ4XOvam+5N}ol{W1Y7UmNb z7-?bI^2EM!V7v*A{iq4C3p2w|tdCVKvFazrKO3ezMFH2PIc;;XBQE0b>dS;kMBmyfuKov!{xoxr@y4 z#2Ov=5y(5Q-u@?^fLQxi<9@yAZ{aIW)A`<;b)c#TdnN(6o4owIR zik1IUeWDO~(MCsMf_cq&kg0Chxgebrtm(E%Hf0fhSgMuQJ7BH+SHpUN?GXB5zMH^D zw7RGBm7){Tc4lfJKC@lSuI>905ODq>;cItPob5@`R=r0?p$bn%}00m z^-HA>26_4E$OGHX{Tt6TDV(HxcaUMhmEnAS3|+)U<>{7PcFS*Du8lU5uJ?s2qZ1Rh z)1}Q3p@#XEHv5|_8ldaVB%u>M*QkDLtm5#3&5e7<7V#G^GA1Is(Usa&Vx3pm91w;T zq_y3}xMHER>T!B!*F`-b#PB=NPvl0X5vNve(HD@YAb1T54ISO$%v}F@W(Vj+=(G~d zBNf{R7sSLP@O~VG>*vjxmMyWwbq8cUWX}069f9=wYZcJK<5yiIytnr2fn>!p<#6ba zg7*Q@>hjZf*VWQ}r?u?F`TCuuEXnm;IogPA87UAiK%LE}r-M&rxO|w=l2W%{r}NDifPvzJ zngi`pem^F;>*7J}2c%6*(f%1R6=yksw$F2(paoaBr1vN~-9tN=Tz7}6Ll^Bto;rJV z3Oqhr`=f&+)RQsEIpmr!L=;s})noc!xYqV$sus&>CbDg1sU?u1FWiguMmen@CH9<( zT|rMM=lG1mOQuRfV_?KADS^9nm`{X z059crLx^jaYQ$vl=$&HajmEB}#Z22bAQ?{ypauM0MFi10;rbSv{95+Z7#yDyr9BT1 zk7x}lf7@oC7B+A0Y-T7RNYl9x{I}wig89t z95d+=3RAhLpsBu(803EH7!hv|3Hb7o^_0HzsXX+!ADruRCg2BI;QV<(gAp=1F0o$O6QM+a`TXj<^3i6M z9wM?~=3%(%8u;;^3%Sxp7bnGFZN7=5&3U=54Bytx#@c&udrh&tUYO||YD@d2NQP4R zrFIzfI&x|ybjpwn->)*uh_?+pplc!#lCw9i^mqA2Huw{Yy0St-I3RikO-FKA?7f!= z)88Bw;)=F?hMK{>(>nylxs5l_#(kHEgL*#tRfTC%#_e{RI>uVt-ReCUoCqaL@4br< zgx=lHL8eici6X}p?0F$>y0wp+nls&MKDE{licC8{0c41K{xJZ`BQoEMppst~CG_pZ zt5UE%Z(PU8g4-ptxZo6}x-*BRZz7iU=oY9ys4upFTHZY#MRt>sp5MO2vL|8pwd6-m zhDxM$2%97CkP_Ddl;CXlc==azVw3kk$IMY@BdVJ+&ws6}p=WPe*9n@q4|a#l^Ua-@ z>S2!zUtj4({SPGI)m)IRnuS==hp6Io#JEM51U8hj^g}5Ey>CqCg9VLKjOE?DqhmgX z?dhIRTeW&9pMpm>&)@Aq<%y`a(XSyEpMdNA(*<|*F+3@Df!d7R==Maq2%OK9aZE%v z@M&=|I{?;Y!HUO@6Zwc}h^8vRgbltS4Kg4CKeX89u$!c>^%5rmG7F=%jf}Uez#??r zYQ*MYPDyC0TZ`tG?5vdH7=>1ny(FN9b0w&VKEX@>*y)j%#J03lWpYWy443reVk&|q zcWJDEBGmI~0`3|1_F4YB`sgGj^}s~zp--os=x7P!P9$9^9a6@L1|0*qOydcjQLR7%<2Sl;pm2xIHcgZ3 zn>s!cu@HpUW6PfFgZ^#B{BI4(mTv=o4>`><0xsI&vtq;x?) zzw(Zrvbot}I~1GWE}lkWobh2ObHZC%=3|Sp+c932%LR5%%OU{`TH97|*Ah<%pTcnn zOEYPLYtgi$o_@%I7LLfLnzI{jFzQb<_S{S!NnV5mbE+wI<(*3g_xylPyZmp`gvtC7 zu8v4Dg4weN4)-#Cw4H`5y>cZ^uOBE;lzGv?|aj*r*oCD6;#Hnvnu6Kaj+rJ^3eLI(&Zyy^}e;{&M zjlS1m+5j9WU5qO_iT<-Lz*WXmUWLP8uC_D6lwy*hB5-uZwFPc_z(e~cr`=e%Y>97z zw6a{GzeQw)`*EmLVVf2($+kwuZO$>L^A(wXj=qD$V2uq@4Js>)@u3pf=KE##YzLhK z;5BYhL`+(4a9D~7y>)XjLJdcT?&F-Au3W$G!13>X$X<12qI}Jg*9FvIfCDJ)(wZgB zTL$pwXAbL%4w#?%@~1RnKIry~WO<7!wYNAP0_RZY3FZ~f8#C4KEPb4cN7V^DsdhFN z3;D&0JQUCPD!e4gnh-h5tc9yJM;FnJf=XDwHr~;Wt0TD74V;EA5ZR%ad&KDJ*Eaa9rPY42ui0l{i7LWc!J= zM*8lp%Gnz?;(^t8un9k#rzFn5MZW$D3K@X_r+8am$hC=K`wu;hd)Q0gsIlyszrCm@ z4Vv?qXMlYJH0rmujcqQzP(y|;!#qkN4=ZU)r1rNgfZ~1M&wFMEVzPlf$j+kSYUgWS zP7L=yGp`#DY8DLRJJ5C0^NY^}oxp<}-eRnde=1F_2^dX3Zt;28nA92z`+ki0AGIuA z{tGzO9qxvMX$CRTxreoBTkMj{7L)DCXMLWPQiFnKRzyv&?WUU^p&O-1!T2ZDb7%HI zVs||dJ|D#rM+)`544$G4|MtSfHE^E~FzFZ6+YfGW+I(kF%8s3HL9tCK?&Lv=?zphz z#uVhQO3)gB22jV)-r7dDSm3U{e?~Bc9x|%&)rAM3x1L_ar?&{+vG)7rsKFO8@E zT~H_f!Wz;vIpbbUM2w4%Qq&uu@L*)zFIu+Qw73^c)iJ|M?G=1}PV-X1E-bLZ7JO0{ zWaIib3#CN?QY-e+hHwtFt0?-yim-jOi#a;Kd5MQx!v_B;pj%yps`g~Pq4;uNScCm= zqNPtRJ^mSD_d~ET_oGGNnG6Yw12JuLmRf5GZM4=}oUqAnP(wQhRkvrC@afoAlWb~r z?sG}OLZR5bRM;?vsW@vaq4C>+9L{w!>rhQD2@L}e!P19^k4D3)fM@06feT#w#F?~5 zT0j|DRvIgPDU}UJ-JL4$d(WbnrJpI%W{O~kY7TSo@(u;3#yzn@a(XfXrAgD3y1%uCASAx4ZvxTpxGmP8xSm?oUuDym8B3cnD zfyEYE+LUao5D{~HB);>5-+j}DWt?{`z;NM6%gt^LUOPc{ z)c&(&^ZJCqGuEu*ERk{FFY!=>@p`WXklFa#AHOF_alH4{Y814M$^BTn=@SU?tMYBf zeF%QIoAFKE;YS`jFAyYViBpoE*VJM$>% z9HtMk0$R*uh?5pBfgxzKC}IJ|h-D)P_SF=vh75NHh)hiixDygmBS@+td)aSahz&bF zB%**WHk`)yw74H_gH{IAVxw!Z8iB6ys5gtEpNyCmgLvH=-CQNmRQ-JX0OK-Gci zPR6nqJ)64c7uful4DudRdDWK1Cawt)ne1eU86!nN^fCG`@LhCHtM`$Hf^gpq*==8I z1YS>m&v~|jplM$Ry4uDhFRK9Zn`aifodDfcY5=$Z1V~D2OHK=aP6=&&R#Q@)1X?&e zafx&NF!%vz+i)B@OV-jJFi*%;8m<+iIXRW)5+Y(B8%keQXJQ%3e%tlw7IsqX__-|p z+OWr}!m5vB&asZG)E4znXz61oy|Noo;bg)zz#29AvM3~=*xkl?k(DrstMQt>C`=X~ zHkiAE!qqL2cjx=tFfE6aUDG*97SjfpvZ4xF$a!2|; zgT75t3cNkl|EH0l$lU*KB!~|HFfa=O090>zVzv7J0@5_S!>4j1!L;L>* z$4Gc69V~~yNKqsb5Bs*U#6w{vDGOuvn!h+@dppnN!V94(Ha$^>>-7P;5dvJdd;8g+ zm;fzQn6p!nvR1Xp$aRF|-!3-Gb5@=GZr9$Y%xGLnEUO4k@eZCn_k}X72CKk$V#-z# z2Tj0ql!cPU_&yXI-m~{Lq<*6vNfGB}8nV&md-w?ggFTjN{b3f~MB5iIb1N)twa@Md z3<}bI0ftP(LeOS|a4i`>FlA#rN@3)xMzCpU50p{L8;h=7_s5-hl)@TL5kQFvI{Hzh zwjfDz&5+&WDRQ1nthqLuHC4gnt=h}7QtI%eKHlSwKsgCX+c>E=8RpXiWy5$G`-EGQ zda(FX{#iY?(I-gq-RDhJ`SkBiIs1yMzx^WVL!HXMybB!1D-AP=1RE(o1>mFX)oF9I z^{Zy->bP?CA+%2d8L_POi;%{o-59CdVo5GMYBk#ey}Zeb!*`pYawh19@%wQ8^Q4IR z5LaOrr`MexP5<=L93s3w!9Ak7j;2#18Ai%jlP=zJisQ8RmMH6gS{H+^Y6sE9SaR~A ze}s98?*EG3+@OLC7I)=6`Wh$+tAc;i$V>$8>+GfAP=ZJ==Y>9{#iaAfh2TztM2Ar` z1!#JvIWo?f))fn*T}mRce1g|@47zZcz6s;QWOKD*uOhra;pn~c?}}~hv<1B78I}BT zt;mUyeu)*~DDiNqY-FyMsUgs}_%l~9H@B9Xx++ny(biKnEm^aJth%h&Hknq_U8w50 zIsv6U!=z9l_ zK@H=TarDp2t%gb_mGVeXwXq6IF;5L-8vCWf#d1&k?LW@ZW$L6{R}@~L+zB=R{31B1 z;hsqm$FV+kIAMArUJeDBzzkx;R2r6S$)fx;7KE@k`z=+WOccQ~=FF;)m%65lmE6VO zCOG4(O^-+m(FDW0_kVRpFoWu(CxRl#j-M|PyXGwS>vB7VJC5`V88tZAh^QD)tv-Ph zK(oa<7V|}Rii3(3^WSV{lD_bf;7tUvuh}Tq_EzRsG5UPxcb%Sn?Y~dL|ja z@x78Y+US}vI@DgzaDB*t@_9fZ(})236>l#{Lr&2#uBL=@XmRA(d%%c%+UuLr{^bPR0(1dUzmqRQYkoG64)C4F#d5 zi6fNc)G?Ita^?A+UFR`AH0{@ZedjVC0CBmP^ZM;&;vK$|+GC7U?_}IgNh1j9U zH9e*H?xQ6i1H6s*VTxP=8&)=OPJ}YM`b-dzh#sb`vTx#_ER~D2utTBbL-p(geANzE z)T63j&)-$`uK_jPkIF^pcIt#1s_lUV8X5O_M5GcF{;_reSEaMsJ~8NDM*^oXk~Omf z3|eoKHkOoX!{vICjFoDt^7%k0-QO>7v#VjUF9FP84*pph%}zsVedbwU3w7_A4<_tj z>>aM=aqvohAwv93^moHNG)|OX3i$keJ;_Y38b}Piflnq6*vM`b#QXQ?De+iiDZ~>B zNiZ0S8vG`W{-8fXIdw+*jy}M8yXU;3U5anL3Oz)Dh!-b4YEHjEQ(x^dPVH*M(ItxK z8=1!MdmJ#m^b)wqVsQi6K-*`>-&_G!m*IsJZmwN#Y#IAjq1Fj}={s z1Zij@&bEJ-3K7s?pAmrnfp`TUT>uTVIxlh+XZ-T~Jcq9M*$@ieVcb?k{)#_@5QfN3 z#X>G%#9cXUp?NFuN;5M$bIe+GMne*67{VdiqHW?f#d-?DTib1QE~{ZRf$VEA)%j=B zNjEnoCu3by{5utb0C=xa)SraDxx%x?p4i!A9yB#xCsE>2k#>oI0{3C_q(d~f&F-MpAJoWV?FzoE(@^x zWhkjWooA{hAc~qQizWeZ5`dA!U~%`=M2;1n&AF=K7f=6uf9c)6=$Us66~&GNjqgWa z-s}nb9hp9^AWgOd%~gEtam+H75(eL*KY5|NdFrXB8C_PDMmqFW!gz*uB8!KgqTvx- zt?>gm5b$ZQ)nj*teRq!}BPER0?1SJ}93?zE>?-!~e+KXb`sDg*nT23_k-H2)L(sU> zMXq{lCHxn+75xR+dENTovt`rp0D4cLYXspOviWkqmo4wg5|1f z^4lf$X6~Q@=<`4m1g`s|nRfUOE0tV?z=P0zYi>^ky+!o>!U7;oc?9A_6_)#H3+AA4 z<(1yP6#13@Ip3uC6P5&8qe>gFr5X402-=i-cTHi!80Wqmc|9$4ThH6iQh)QlRGr-BRR<43U%TGia97}vcZh{M zc`W_42MtP2=l;Yht9mfG{i(Hgw&<>e=!E}d`V4L+4wKP z9dV6&yvr|>J-S^WTRpY(pl2r@7!Z+gUc z+fC99Q9G@X`e17YvRTK*K>9Lob@PD%^7KtEgC0MTD(c>y1?;%rQ7|{hWEy?-2R7ss zxF@bkYlh){mFyr4B`d;}j^gf{-aq6Eqa<3;nQ$tP+L-%wynm|+THH^MUu^X3qrI~c zKRsVXqp8@Ti00n`^oz52pU!c6j1=2gn8d+zjxej{-e2XmF{|r|xF(0aa|t`e zUq~e-fqo}Ir&{pMf1J^`nG%bJa|`Vg{zssHKls}JVnKK3ZaS{KYC5Np4JaW09Lz-*Fsg1OL3B3EUpsws58BoTXgY5j+I}~qdmpyz>o88Q9 zS%lK}(5z?6sx-Ee4MzWt@r|^~l!^kSiTjJ~aulhspH;$G7Al8XI|u-TU|E$`tWx1Z z{xC>3eSXNj;>NPkBNPFq~ZC90t2cC^xvHR(g(A6 zBa&p5GY{viLX!LxmQZqn!Du6PX93EOAtur3Hz~^zTF-qC7L-F^BQ9ew_VVPj4-%~ZM_74m!5Bz?4$z4TU zYo=``#nvY1tvq}ar;ot$!bmt#v9c|6DYQRBzIJqQ$9GaHedIYJ?2&-VDTNzOqp(%gTrL% z^rB0IJ^8l+8aJ~h?kKbi<`%qffH1p2DMx1UG5!cB(+uc28gH4wz8yL(V3RaFRVgRQ zU&P;flk1|cDbT}9I!WwKhq@zJUOGUSp8~~+m&qU>`V2i57RCpB1xf%mt@IHg6QLLP z{izdavEzcN7rMbRVskk)<-)SS6C_TS#z7IYjba&>L0}9_H61zWc(?74`Mwr_grvPn#Cb%1`Id)^G3)H)nXZo z)5jHdf7ue$S>(;)!jUL%M7mGNwuNDH)*EXsF}nn*HTR10j7#o9%h91L7$rpV`|MYT zG)I|unkY%s{4F$VwlMA4;>I^FgiqB7edY-dLT%h4F9Xt2*~7)SBVyk9Oxq)0lQp%$ z@NmGCJF22<&;+P83%3#Ht}*0?ofkRl#6u|DUj*P7KL>2Lp>q}DI*fP0$Eh?^#>1Da zrxQ${+%jzbikbcXw2m#9R$7WO#yL^S;2{ilm$B(RN(I_IFZ4QVxh``pw;L2>S&rH& zA|_P`jCMHbe0evgH7{%$`E1o@rEkZs!#J9$IT&<2_5}o*j-WW3&A)W0mAmK{Cq@zF zI-Do2$zr@q-Y!g6$?GQQyF2|UMfRvDA{J&pTN@Md#KbCiXqS=OTX|b|zj67#s7OWj6E=uMKpAvjNh2wp zSnzwdN`^ac0Z=RkYC&Dg7AXGsoomF~57~(Ab4U@fXta2Qn$>f56tlMzqtkULrLW~( z<&R*}gck7@K7>cp#!OZCLkc6Yr&j~1ks^tZ$o_kI@Ox@OtnEnQi9AntNhW~eixj3L ztTg&tJUx7F!rBa%2S~OmC1V;Q3T(A}nn*>5T6$T-wlGMP(X8H>`X_EP#OqRA0Z>I9 zTWO?k%Kv=pU1ep(e-_pvL3IQr!Mf&npgv2ifs>>`s5Ok9CFS^!F7sl5gczngl>P6) z3HqYF+xRvY#{EwvJ{0a$=+~B&XU6+7cqc!~EOHiDYnGUZM%1ZLK~4CjJ1SPMs~4+p z8J?t#aQr|Ldx-zE*!?>upT1(r(h5l0QYmb)OhN91Ml~FGSZ#vN^3io%0j}n&Z`*0w z@Os^ARL#qd7*Z)Z&Sv6=6CMki5B;B9{djmrB3_AYrN{gvPF`ylrOKx8$u>bOpQoT$ ze84XFZ$9(e0*6kSbL~>Fuw@H<7tkfv+(-Ja;wr+U39ataqBAv=3C-Wz%qhMOwTShr zX}J25&m611nA1T(Q;*7nV&uBN=R1w=PR%*%Xk*|}yP>rh%6XE|Bh%6Hi9)QA-5cS@ zWv$H++FB;dW~)k}BkBj@^cYl_2}8NP;DE zB%`W?3n4K_nQXe)RqD#=$4sVTSU1^MypmR%y(8M9h3{TlmVIznygcQsTB8J0t)j-| z@e|MIjPzrqe4M^x85>G@Q~p1D>G;2#;iqciJ_^C~&ZK?VWjEU>+dsd(*x5XiY%rGN zt$>v_*|tY)xQd}iV+PwvrN7%Cceh*{-R|Is9(J#CY`eC7WyQGb`Zf5_ znp2~fwPJ>3Kd!Z8r!?A>zFh$l^*O_Yt?$`Z^uCCo1d?Mhl4|GRW~qa){QJV4lxkSR zMKma@5W`u9qJ$zW2y{9`$7OK}Bd{4u(bmP4d;gjaNu}G~f23^(fNSGb#pUMHV*zkdXU{u6+*@wzQuAH^vmWyyPP_acjBYDJnr zh$LpTfNQ12LI?YX>Sz|p^DBvpq)d>R6Aw-Q@|}GnP?g_N)A1k7U=EAM$VR-Ci#C#8 z{waS(irNTobn>mV#+^5P@MA~Ig{e9RclPhV1I;LhK|B6RKXqu0q@kX>pr|UulN)=G z3&*+(^pKksy4O9yUdmU50uf>H5BH)D@7!jh&%8k|y}}%%M|(U)_2}h&qB&Y(8DmKTO~B7?$Xo7gG4HQw2LR zJ}WhFupLf$F_{r)-W$H{)3L1}q1RI=gTb0F zCiQcbb$16cw&$A^5}_cZTQ>x8rQtc_ZDR0*{~OPqqL(Kls_8&uX;%eHlp?Ng4+2!0 zfV#p~?XMI25Qhqk>qsGF7C9xSOk*<5;b~M>61eu+uyV8j7tnPqx~D&%{Dy2!My`zb zcD$o|={G+D#;dA(qY1H4n-0EwU3?%%wSectvtvWUiq8HCde^}ohntG|=fRiujWWdb zS6Ue#p4^mxF(->R;e12L{*Q%|IBLygXpp)$hN%oU#|P zwD58r^}{QvMT7HPmY^iDZ3LiQpg0$~(_&gw$TTThr5_Nq%2fNPEp)yIh31bWq!%k? z_l${x`a>h&#z+sO!0DDbL|jxbBv*DxQkVK|UB{(`XPHZiDSuAjqdfPGS^1AIv>kT6 z1k!({pi}*^aHxA}J)N&$&rVLBH`Ongr7I%R~ zRw*{B`U#!}ET;`D$wXn7Z#_~nafIR!>Z5GGb8p^S0ZeTdln)0UkTkNgA+c+_dSaf8 zlir@O;PG^(%ZtC@Q&3tw4}GjsC+Y`>R&VIuD>er)tQp-%pZ1AF4S2|qCJ)Ig@3iEg z&Z|&$I*X1MP$oMsINrvkWN~5aCL(yn=sNhS(Lly=9or-ZlX~-H5m=No4y4K=bNzAk z12er*X>^34hwVHu%*ccJ+qbIpgwCOer9hodtm4WJKbYoT=N$~F=fm(yHKqQL`P=fO zFNi;RD%ZFiq9Y+0z$t0eu!{F*n`)?9r(#z(Du|%XA5t=F$Kg@&$4-?ciAN{3Ba{A~ z&Z%m7F>{uuR@0YtQ?{<*mc2yBgj{$S1-8RKXxz?6!rnx0Qj)=!Tw-@^v@6E&ac6PT z-2HAyscpFw%kIa(t8eE*-rm1h&kToAP?sJI?d$Q5*`RsS*xy`&0h`z`B?5L9D&e`O z3t^W~eHok>zZ=>sMkJ|X09ZWu-mQ0K_$e=2`=zSmf@)(Q++8xpfRc%puxbxI&F80K zQuK`XM;Jzy9X)t#GW?9JeO!4C@qai%!;3snWD+eDeUwcBumJe`b#Fx% zxg-^LGv*_Q1G))hLik^Z1TRrPsnIh{rrqfu}|ZX?DPdA zv44HyTTBJGsi=A^By$ZVox|7hLXdA~VT^|@rT?v_wW{D}WGHrm_*R=-*lPfaA71I5 z|4$h5X?~vbL*Ut*s6YE#xxH_H&RN*ri|Bm*XuVIwwyAj!ov*nopp=8=gKO0F%p40@ z^UHMPcZ;D2h!xGN?Z~4uaM$85Nb<7W*ZP0jF5|rTF(*2IygptkZ~6sap)j__*HEVU<$Zw_A;+Is9G)oxG^mC@ z1q*Bb-T-OV&rH58?)778NHfZ&!4H<`DMJsI=1$t-ttE>bZfB|r>I`7}ZhUY#@j2^i zQ~CQk_EWugN*aRB_uW53V&C_pJS%OhX)xiJijinKx&Qq<*>pfV zL2F8^5{5*}Z?Dk85-Rt=7VH_@4M0>lu^Yyw)Gf`$S@(LQp1|U4wN2YHOuZCZy1SK8 z7b{Mufj`#BPbDIepoUfkjtdEVSYv3}O3so!B@;-E`U*m)f$K_O!Z$MAGfyLp6=_8% zGEMS{21KF+zY8*F1>2L8Vaw<7@Ad82sFMeO<}Rrd0~!O$e%VaG|1n})sGHI7_n%y$ z6_+FS%;4&{bn@wIHUpw6pkGz6+7vI+7*}p#A&&PAYSXE(98#Jh^Q>h#ApCV%i|Q|^ zrR$(BxB6?HH_uWNoyUB3q1>}5fT4NL_Pb->JnkylBBwbjd5Q=ZLS4)gc`c0Mm2;GQ z9h$WK7Sk##-JV(ID;#%RTa;4Keuq(6s|{R93Evl)@6(^0^WB_9n}biixkqL^2MVf{ zKfLIceLg*V3(FQwiv7FMQnC?78C;$>&6_|`jFXY~3C$CLz~ctq6Xd~?Q6Q~^8v01h zwREXgC6+Niqtes!Ba($cUemb8geINZ^cwZUQ7r$=hpQf8i1yu>6744LsE?wGzAcL| z1FXI-L?Q1QIjPU!cUP+si`l;30FU|l|4!ix1pc4mxflijK!6ee0MLq}AiTo=!L(;# z=KQ~#q`{GcqY$d1%0yz15D~ZYhWQ0RAV>%SLJ}|n2@pd_5CQ^GLF|JA?6kVybBAO=W)gb*MJ8AHY|?Y{YacIcF!1gv@Qc|j7> zr0v3=h!xI!rA}6zsC&+;TZ8xfDs}1SR_#%>scNsjb?$zsZVuhfSpgPn{oNVf6X^f{ zFo6&L*9{>0ub>}*qCnuW&mH|P=2*<>C;mN7-2}As#0?*H0}3uLvj~bJ{E9P#;nyy| zEi3k=14mz-5%kB$pXvDL{FsMt&Hk`Jzat%|nDC^t(T_4j=X)2WS!!GT(`-BXTRto~ zIOXNMuRFs{21`&9SnX|k;ltIMz}W`l@>CbT6qVQQe!F9CSZq_a$sBYAX>a|=QE(#2 zgU7aoZ7?-ly7s|xYRQ*RFP2dFI7zoxVGFko#3P8j`WBIW(55Y9=Uy`JHDaTX*kSlc z2^lqk_?wUeBG4D&6TWvYEFK;K2guK$bu3X~UE7bi@%F}&t9R);ZS5^jz8^LpE^STg zu_ccI{EmL8RJ5o}Nq6nk|r8P{fFv+AcaH)62)}(YsU0Z~B2w zy}7nDEn3!!jolc8msLCIdC681l>lY0XyWkz+LIddSDaOvR!p$yjOwMDvJ|lm)l~k$ zCugniK|24+eoQr^fbRwM*P!Pw+fU>P+9(p4wC^~B$!x&XC|0|w*vBF`Dy!^@43Ca( zY-B~8Za|w7xlH9>i>9}l%R^@gKPO#ZtrXY6{ig=bP((NJo-6m&MT5^W@HgUC;#X%= zJ%;N~h?pTxuiecjWcYWCCl44Zu-|4bwnzGz)!^Ru_KyJs_0>)`(qBF~F1E)8(2t#C zRvc=FM9tPRc7gq+DSr~+-=6s+0seQ}`PK*m{o)S)gqV4;DPL$g06SF z-gDi>qzeDNRM##&d%9HkERFTNH7m5C(XiVx9hN-dUl>1v@>A>&*|C!rK*xA$QMWVY z!IP&TIXXmYHmd&)iJ$ZQTYvE@>KZm{Sq`nboKs)_*#TNaRFBLPgO&w*)_o^@n-u~7 z{5+eU$xp&}vkD9FNA3TLm%n0|`XTOrF4@s13Wk4m9PqPK77Osph7EpoO5>ENb5~tF zvoJm0b64;N`QxRwvv##_Vfxek!WJKV=&|^V?ikWD_Q8}nT-RGYN^fnLe(3h7dBL}* z86Z}M_eCuWn}77cUv8ei|H45l!qeBG-qE9MO`c
QpMVD5pONxC(#xb2Kw5A|~|20y!Xn2&)nW2#ARoBPa?$PyotE%t~^R zoLFEEe$dYqIacusFXWHzaz9V`U3xrjJnBAPM5h&6=wW=rt@Nv}93f|K{WvLqKO0hS z)W0!2I^1bVJ9M^`fB#Kw7WR3hSIx4LoCZ1EW8Dz=yau0w`bF=|#lxv0uaU95hWs|?$N{HhA*;Nh z>D4nU7sqy3>|@>CJqud$(8bGiYoa4kSAVe=zSqc73no;QA1&YNu2WzL-8O-Qhjl*r zLYE`cO7{KX2M1HRpmnvnRShC9o_%{U?opy0wAiWC?lKK?r#b=lbh~|mb;UYo;CC@{4!6=@p% zI6gG!;Sn6U`K1p|3t`0v);Fn7TD9cDTGW{L2%?ee!&x-T+C%4MaG8Ua&D#=3QLUms z{TFpha~hz(hX0CGfEjYjn%W7|SFcKU^%~6NG5%wPK5^*dAzvozIIKkN9%FD4rDb&l zu(W}bekJb|afs)k@Fj)+@R7W7N*8H~&+K`R@e*(yw3+x}WQZ^1(b$_${m0fT)R0Bg zfZ2B#<_8<-0*$a6%rhKO-X%)Y^NS|g(X1%!1>QDSO0TELlTti~@lh$4scb3RnE)-L zNp$?AkvtB9?VI<_r;b!&%)|46h0`OtE99%mjgz@jyg(fawTI&i?w@Ij+B7PC%T4lh z^lYk?MRokstgh!jv90FFQh9Wyri!eluQd9x>dfX?k&yN+tyhGWARuGQVl!lxI6Rap z#mp&mjNaT^uwr<{mYUraE5UrmLmb|kwWFBLj5ec{4j9mN42!(+ZE9(!q=-+xT*_M z%6||*t60HJFg+|=R7!(68*~~g_g`-!MS=1~TqJ+F96q9X}UzrK4rG(d<{Mob_>HREe-SI)ydpng@sK{hfxauZq1arL+dXAb)p}uvwWj+;4}LbS0KLMc zGh)$kvspCoXy$jK(k&eic&+L1fyvSEKI4ORqbGdLjgp6F7oc+#H2+9NOK`+77PZ>g zz2Z0Vr4%-u%9v360xOwp(j{?CGM&6US=-B7sQnioPfDGzsJ4h!%j8P-VV_Yqx8xf%C@^yB5uvH9w)opQ{6tE3^t!#^h$1J7>@Fo zKqlt7wm4$DUbo^g%l(Nf0uP?u8vm)YU@JAu?KyrYuSmf0l!2~oT_qY<_t z<%A4_(LJYW7*Ab@Pu5yc4d&sXb^T<<1Pl}N@!UEWb5bUOIUk#QC9qbt{3j=xp4+(< z>hc5itB2_z5q<$nI48T4TKV_F{>sPH$6`;8F4cpHl#C+TyUL?$r&A->2vxkfa3em{ zqlhE4$u|0OWavt6zI#@D+$Gxet7|?X##aWt!+RR0qub;X&!DBj^VXQwqYax;ypL|- z&3g}VGnJTuTHhviBdH1gv6PYGtdiR)dTz=nE2QzW(=Q!uo%$aUob!XJ_C5Ah=K6*4 zKIL-5Jx@*;RA;ZDJ(zH#5Tw;lr-uHaBf=#m=Db zesnu@2R=4)66!sjQ!pSN8j)O6Y?G`PnNWsF28l5qO{kP+&4_Xww$9E}gY#oOq>CrE zc=W3smo&igfNu2!x*+L7SJh-3k7SsV^5xA8PrZmok@7d?@%bS>PysKg@3caOJnrLe zzl&TktcRXtvNH7I!dqM&?!+>%>loO20Y4&EzHaAtZijupM>sm{7u;riv`$X}xXl7N zqi%7*b7YV1GM?P7xpYUcU*}+dl#g` z>&0nTzPJ5DI2LnlUTwh$Bem_o5gZfUjw7`S_K)|hqMY14TZxw z^0?>+dc=>x>k7yC5&H`Ch{$sxe;2^IirYK}!oHOnV&yHOi`{H06g$ULch+I3CDpeC z|8a5*nKr(IS&kf8MT_y;8WlDzlW(RKETdbu?NM~h)eqZ!58{-SbmU3L;4W4_iG1S} z^?UZE=2sL*H1Or2skj$AbD${a&MmYs_##2fQTs1pYo#|YowxddJ>=mlO<&{Mo2 zlQ*q?v~AOEvYxr~IT7G22;gei;#>Dix96( z(P(!#7suwVLtkBx?OvLRzxlbb6J2(;uB~!*m~A!v?d@j4(oN>(z;fp;NSCZ0DnMt? zy5#4Vlq$Nf8QWx5Um%XgTrR$}U_U~eSj2MbtX3q8F=XD#I$Ln~ZAKR7QO!qn-tE%+ zv9ccS>D~qI4f-%!$=2FZtMLRU8dHkqesz2|zR=y!>pPNL&-DY_A9uL7<2a@ar+RD0 zf2syczblUrhZnn*WqCVw9vI_+`V=g8=(E}f;tuu|wIQrq^4P;p^1^)j(lQgXj3RLa znYWL7F%t0Na&cv04JwsqCQncKQ3fmjazrQhlJgBPHTgW1Q}3Rx020Q@YRH3KXsfC3 zxgiDwFQ6k)r}zy1hIMMI2sL|buCCZe;6>wOgZ*^sbJyEts{U1n1*%>(wZ=$%o>!7M z!E28?OYI)wvkP=nVJ|AXW+dMDcTgAPUfn>KaKO}-?6nWvH}2vE)S7;7L5gdwz(j(33gYH|U?u52;4`F=qDPg=7c z&&g&l;xs&t3jm-b2>$PBjk&YUMW$8^PE+F07W(qlG(&Yvn7bKc8AP#_@p(U+F=)j8 z#82`X1RWshmG0M*Ch-TZtgNsyPadqS-DgPwoN;Bfh&R1SLJtW(-Ej<3r z*OQUG2zmb3s=m7C-KOkzug{ILF}E#k-OkVb>${cqw}*H;`YqmOw zY{?EjyX$#jgq+XM>G%4;T9Y5|-IliR{e743;aIZY^Wl3^@;$vC{$P{crr+zsLJT~w z&+F;g+|b9z$HmUm`DoWEyq_0K$NLa}*X7E=Cyv+g@5Sin9WA~0dg%8ZHSkv}FZY*+ zi32yaY|ppjh&}R{Y@bbd^jm`rdb-ZHTzvlbbGNSdes9NnETanSLthT^`o) zf3$5ay+2jG)?n8+Vn2Py|Nr=_NBxFAW%s-+)i#l}>SO(!2k#_rHK#DJJa6X21bdHY zn&ZE7q;Ef1kn!e%p`AI>eW>_7>dYEO2cjC04eCY=-E0{G+oXC1zVnCvp3baWp7Y%z z8Fn7zARYN8hCZ?N`hYgjH9H#C5fe0Qlqw~*3b|!`_SgM{o%9t_(@2xCX`H5^Qc3Ecw8_{ zQ*&1M^xx{nljj-*PLzw3Y{3JWc<#y*C@k>l-t^8lBVYxE2&nMsj!US7g}*$O=Lcp+ zG1yjmt52TLikuBsEV9(IdU-||go|9Mrm(a3I7S(Shj3;WwAyEd5UMC`TBJweo%QD*pp5P$qJrG zc~7^4@J!gEjST7=wUnZ@?tGx26L# zms^EMC3gzXYbQ3Mqz=J^p5gd*zOrOF;``{bS@|H-Ws3d7NE1TEpeUsfT1J#F zEC#z9Wf**EQE9j}VfZ*|2Ait9M94_~Do8ZA7y*^99IA-YOZf+sq5&%^*xm*c*QJf?nSnk+*@>HIFqs3QQV_4zvPm(7jxn=;2`Q^HlS0hMkuu-`uf);iP3^62ey8SlD;o<8pbI`;ykM)aa_KZ)JT7W#3WCi@ zyuD;1)^WxA_vb1<8euG?e?IHZ{**ycn)QcLB)kUh>W#G5Jq(USU^5i!*7Mulj09s| zCB&}c|2+qOT~g@zgRbSZaFQpouXC_%7)wJKO9I&9k`+zHboAsd!Sf6f>=;YuubU}m z`m@OY_!VqE?^j97)N32~|+x^kFCvQi%k!svK{e^elgAGPgGr z7k|REF*4@Mwr^%`=o!DK_(NHhR>$~={L!@Pw;X0$47saYQs%&@21B976(r;zkj2%e zG7@|qhCtRROo3iFmB|0xI}Xiq__~LLe0~G}x1hlw1Yr`gZZS+o1FCO?WC+L#1`{dz zF@9l?)rw*=5TpoywY>D~jYIpAmVk(S$U<%i#0ZG0ic7wp(nCttJ!t79?vRU?_$94u zFvubmgS=aekTGZ6gzPVA3n|mGxQu{oqdy=mWQhNHDTtmo;nzzE8;Ub8en9qvd_j&Z z#qh`1JBKBo)q?izEte(CK|WsM(T4a*iob@r$OGh%5|Rpn`bSPp1WqXd6&XhX)m=C_ zt@cq6T02OAbz~a+K22VNl`s?I&J$W03$s(2kq}efc%Z8gN8Sc(4P)Xx`>ScPicqWv zivHx;1srTGW6|KMk1FFYc_wyP)=((xb^EtiT=c&@y#t=p_o%pK3|6l^YNi#8h)KoB zC2gF=XSrh@t0LztR!Y-7rO4?#_&6mtunBMn6z)2(f$-v=XT_roBgT25QK!oo(m`MT zUTPB~8R*N(0ocfp+iLdDtRovrMR^v8{y;=eOKO{Y$%K&9>uZFTw0o{}u_=9GnASKO z5MM1)Y7++jIPiTmt);y$Nf6l5lwSrvG3bLHnu%KS&Tt+aRdms)J7hXP_cbtfykHMB z&Dy4DsbQ`ajBj-wMmN6nqDn;N0zJLP-&6H~+Vfh~fA64)HXJS1S3A@lFSAxg~B`>)QFm-N!P;(qn1 zxZ2XtwoSqi?k{7{LUKPMrUd-DkE(LKeojlu|HqV?JqDTnLO;HHU&vH!3IKMn3@+S; zj0^$Uuimu1paJ@@Klf-(qaFS>!;Q6Fq_qM4yo8i$lIR1XuUe&hK@8%H$X|{iMW0;! zhWw8es_ZC)Afo1eIc*meyK&}J%s`^0r1iL$SZTi2;+t@lgE2_*b|fqyq8X_9H-+8?%uOQl!DJ~0sS!Dfj_%&tw_6`r;k8D-UJ9# z`_&89W-ymdd~J6gGEMYm(XmmZg4`(mTS%sv72~qFw|x_~L=@Ha>|zpXoBnKLx&gw^ z>VmH?DDXngF6yV_`wf_KxDp%Mc(KY;g@#R&jjOG5wW>s-fD^;IZ17^Gn{Y(D5pClu zanDsk@7C$MImI55sA*7jO{Oa_ziGWijwzH7nx(>D{r`M+)$`haacfGY^Z5$l*e1f*=D;?5lgEG%F^4cpKY` zcs6*~)KFZL_AJyiURU6+NhEutm*Gg6roHt=-_idw(HF)+dAG5VUm-wf8~j7+Hrkiw zU(xIHSIo2tlhEJuTb4*R;QwbvoAI9lm7avl`hIsZkJ*MERM+S*Yx4ix8bsUC<9}Nz zRAm-o&)!VXp(VD44dE`W?y&{<@CxRq4(4ytY~AzWA03Ba|20c#VibyL5zs4#0nH)XVP#@f(AgEb^~->Q`X!tmL?UQH}GbOIvbc95J|zXOE5W2DLl@(lKh4uJF!z!G4?5vZFCy3gm0am$q13+x+h1DW+EnPpJ(Z6NNu z7qab`3!3g2(R@c*4xzjGDJBm;L+Z9gl~F$Z?V||*O`ZMSuwqG_-KHt@I8M(V-si4Q zw~%+|y3vL!JgVy3g7D)4X=d+C7v?u4rkATmn-680v-?a9RW00Q`l~prt`}r)%@w3I zhJs%oi3$%U^%bC?MiH(U+f1pZH7@}yfI!$DC8f$4%sg&@=)iX$sua-@KAH1%CqpsO51V);1%N1(uSf^`hIUCoaErO_;T`#6(1Ym2` zo3J^ePkWwi(sf!`g`&eBYU!%jr*S~2l|w|?n#u+mK2F0IeOHS{isx8CTP|gGaxE&z z57G}zGRtcVA*P@uKiw`|fUoUBw}AYRFZhOnq_Lp?WeFAORLLBMy~e%wDk=V-rP$$e zPl0OIy@4@8(JhdOsJbq~Mc;yBG2U{p*@}M+oc?IW^H#EO!Ovk9I~+k8VP*T)6&p3u zv~=0lji1nq-$18;J3(=$TZ}2XT)YzLueW9S%p}<|jQwZA)Sy3KP#mNxOoL3YOg7V6 zK~c-%qhfbXLT&A7d%O5lu+mubNI8gSBX?i4Q|%a8UZOQW%GfIV?6g>j&nDfStV~fZ zEFdEgm|IP}vZG}izw<6O`NhILRV?x@_VkyP`2?TWG=9yi?ed)|_!~C7jwRAZ{!&n2 zYQ%<(*z&G+>PGiqvA%n&FM0DlSGbp5ecME9t#KUouJcA@+;U6pH)ZXJp_u+Ja*IWF zxnvY;=eS|&V{wSkw^`NBc4xCs#7s-Ot8^4I$zidpSDc@sQ zW}2W~qhV~=4w{&om%mfLA=yLmo}{C|-kNi~{NC{D3jFB<7vWSUP8`ZpKvMV1f|t?O ziQLh=YQycjA1}!f8gyDO*prrQq>)3>nA*bR{t5ze?r40Ct+Q~1I7l08k9Z$qPh-bl zDTE9MDfxaajF!SqBUZrrNi(g%ZH~SXOu04)Xo)_)gvdUH77T@VP>U=a${|czF67>#22TtpkY#!V7#ZKT0Ax03t0)9 zthW=JY+Qm(U&UQZPi%pH%Zwf=Ib8Eug!&$l*yw5X3;$1C*_ySz!qOt(vI_ons~7_5 zl{r>lw1JQjZ3qc_0p{Cro$a(KhQC3Q>xuQp+g2?{w%^Rak@q?3Q4)XA4+SeJ2D+kn zqkmF1D9Rq~UKuHWD7T#6`BJFRo=b^fNYuvK3PjY8Z^1p29UC@(Qx!XMQgtcEe2_S0 zbC=TVzOX7y6^vHS5rrJ;;_C;iab=honNZpRC6G;^Z3R z4_kSvrn;*mMavZeq=HFfp0)T2X2*&z$~oW4dzoAme?ZYvS=VDhALm^ZWL9=Egfm+&H=rXb}jg-0fIgH~Qz z+~L*8UQC9wZTzzZa-<$6-z@5q+8t-T|qP{ zyNq`-eJJ7>$yf;;xPz?!&W7)_&bCiz91u_ z_U|;z*dYTc_Bo9&h0bhi0|a?TWsNVeVvPbsQo++%9&@ z+_yfq-k*U==o*8a(P4WFjkvmgzypwYXcj7YDEEu@$P&baX47#n{P!HL_qywKDA}qt zXJMt){SPdDSSGhuj=bCJ?n64^&OOM=%t>VJ^slKho#&=zUJHn7jft0&+EMeG8e3>z zLduh1UbUYSGSh6g=xO-l(!MyA9rmBO(GoxbLLy?VebEY}e0bh7k0{FzW zHL_WbJSWJb`V=~0xDadOPBe9P_~`Jr>D8-GQ)FQrFDkRBS={Kxt}1AM7{0F*$gy!j z^Z~M=nk8$RB|icQ;*7NA2kgl`Po$H=Gs%9C3}Um=+2^*Y*QgS9djaZQh?4AS;bJG# z$>7&A?VvN^=k_zaIJC4j8ts(M#t0sb)>%TuJQB4jMlc7@jcHW2H+L);uK&}0JO8dQ z*X%kaWhq3>Y4ATrqh=zOhf6jN@fQ=@iX3M!6#L8SPEG3*Jbr3S7a30;??%ssRnXsh z6kLN(n6jkO%tZoO&s&QrQoh~5No%2F$rWD=c3cLSgE4Ttbzg#6%wuP>whTRO+Y=9> z|4lw7`MkQ$VkvP3p9o-e99;*GZUb(5{sj4ArcNfzz#GPSoBpTSM*3NiwDt@9(upTB zEArIACP0R&$iB={x|ZyVUG`223gU?nx-h6H`ZSWdm;TjzS2G=)MuYnaRkuO2C1$>} zgjiEvP0gz5rx24LOi^~cN*X3TS{lg$X|DuPb)K!p$?OwWU@&l7@i&~{7AS5b9+-Oc zPD|)Gi<^IFlXt($#x!OmJe-mDPqCOAQDmJOvB8<+;WRvmRvXaF^?y7sbIrKNWSr|zO+F|IwQA{ z>lbTLmcQ$74+>NFFUL-52xXz>H71;}(IQIEh|yHSax;3uXVY(@Q&`hwx3+9rX;e#> zb;pm+x3Kj(9AuVS)keY4ChrSkxAyJ2@V!qiqY=Ck6l2?zTbzg_O^iLnve zziMF@y1eT$|IMPLk(X`dQV^~CBmKKR7JMd+{sN&dpc_oWdu3tIpY%L2= zy&gC0Bvx{i)A|_OJ9b;F<_}2r&30e)kf@8)nJD^NE;cbc_qr^b7l$w=variuu{k1a zZ0kpzZFZ@hC2O%c4i~1shf_5g8DfI*&(hbs!79dMCZ>*;vH2;B?|}}G1;K(N{cJmCiBnQD0K4+7sx*r?`M_D{IA7E zTd@s}ILyB$8x*CbFdEYOuTlCi{}z7umu_-?+L})O%UL*HqW?<_Yef^>-_n-=Q$Vc0 zs=Ddw1|t7T`tHfAUuFK5j$U1_2bKDd6rZ~q_?k(dyT4Wh@snZ?31gA|UUWoXP6)n% z{8LM>JMBTAk~id!OlBwOKQe|QJF}Ukc)3OX8WK?Hdq}DQ*54A-T=k^%Wxq&eZyIG! z3VNeh?_c85V_^;Y|LF@n7A^6Z#NSz*X+lU=s@C61OkJCKAZBj*vn(eADYWIF3G|o9 zPE6X4p}(5~E!KMl{yi~g@<}kA<1$Hq)|Fknk#G`8{{rgh`d<}OW*)tO_E-%5cA+nc zqNOym#AoFqpqG?z1fGRZL+ifWN2rpFxCXwwPjJ{IhmWu_5yJ zV{`^SN$A9@zlXLLzYDQCSFiJauCC_Vk%NQuDqY;cCO^O1kL!o2q0ifwdo{aGKA5V_&Zo1sEp3mZ8?CHm zMqa3!&xzZa>*u?nJ?U(|&-a1&fB)a#RYDor25a1Pw4nh2)`|bw$|}q*#`@P*)`}Dl zb>#)@p{WitFhLPTK)_@X6axZnA*TUU4nO;-8N4!_TjD;Of zGe?LpA6a^6reId!vx2LYL3ii(@}X|o12}LGQpZ4G(SG7DoR`1Nq+7Jgh<)<=a<&dY z-UJU>V`{FY$DfOsAG1xXuXN6*jgyzrtG(P=ZExK*;Rrl*rF5Ic|^*++{SxJL_P_8#)8 z#c(oNx!(S<;lT5^;2j!_p>8K91`ogc!KY;a5G3peeTz^wMs zyOPY~+pq$#qS^B0_|5!-Z)39n*ZK-pGmm$djoUjoQ*CVINV^yc<;T=%%c$+?&89Ey zc-tKUJ|bI0^mm=PS5vG$QOhe!7Djf>6?kyxUOgf49B5?UL}(va!!1|`Ak!M&PGD|_!Xbvm*+`c>DWU%WuQ@cJm z=(%kLmDJlkQ@L%WQ=4y96|MW=_D+`xCgxUEbrgrxoGZ;FJ9qx9`PLGdIXu`I!8r6` zO0#EoKE{(|&`;rxUdLR?q; zna*9&0wSGt>{ z-Obcbjjsf8M27~~XA!4@ZZeEP$=z>Q9(YEPtn-~zEpoRo2%Luv$d@C~(H-SLzUx=J z5&VH$(zobKp=SZE1Jj-aah~IFtAV#+y6V36iV()OIfUnBOe^F;TQDY7gzyX=GW0l2 zIqV`1ejhyCwaO-e%WQ>nyK?CX4}ND^n@zD5&7JVfuBnLzF>7@17j|dtNsXGMw0YI; z_rxBd`m|U#A0?PaPiW^k=#^I~1K`2R?@-?TzDVitQ?W}B^B5lPOWN*P>xI7#cc1s1 zfC=E7p%(Wp)(L(HdhB|bPKmgM-PU#G9bxZ!ugrS)qSK@L>oNCxNMJ-mmoi{Hj^X9a z*adaJ2ZRe%+w{L_Z8sTsM+hz^Eu+0#Qd(1)FjO8ebh=#{j9bf1mio&mV-D7HH5jF> ztXqF09k)>y^-=&=0KwzWLD5MXNnjqSv+-6mA<^yw3O6V(MQ&uBD!Ck0mu1KJeBJT6 z8*J=m@Z#xb7`q7jMPmIb+7#pOUav(q*Q|2CvhvU?H`PdA>E1{?d2O9uvru<&JCa`)%1M{ zW0!}m+7zWfgyU)ftOHA#v^mBP)csi^MVvS`IffpzDL@LOi@hBK$HgnCxXAjL&LQgo z=fGita!9+V{eyAzGc4cx!Dkd7z713tgbF8m{otJS8c3mY`&9lmibMYThWvNr@<`6w zZ-TtT07pE5PR@&L<3YNfjP{>FI88LruA9ulm}59l2hetpOs&!x_%OLRJn_G=)-{9to}kC4z;yw7Gu=xu&D9Co!*}!X_jH`G3tW453kGv6x(TQlws&b8fL8^( z_4dDdxKc42l0RO_dE7&dn#upN3gMuqUhL5ccw`Q7jJd2_CgJ#1fVmER*`u{SRU^%} z-ATZI!zYKz3icTKYL^!I*tMhJPPi>l0q+On=;24+*PiG|a{7G9r_POLSw!Xv+FaH&X@P_~< z%AX^dHW#F$1JtA-FokZmzxV!TlzgrJj)ghrJA4`<9(`^}EynNuUO`w8wvM&vt(eA0 z+D9WEUoQh0b1zSOqT?$SlsCMRZ`ap<;*@0twN`RLV;BVLU zcWLcmN)E(77|u-)oFug%H|-vA?V^UTuiyo~N40@`2vM2TqKubrDB;~Q9Eqt4O^r|y zma2de{CNIDvRtDY6=Na7kIp{)tWBfF*KV2rw7;V|+M$!*?oM?~)E|%6q3~F|^aCFhtoOa)YG~S?Fa*56V_SfV5>oJ*)Qjaq4bH-&noS1TBGD$2-E%xTtA<0gy z;vy)`Hc84RiAh%JdOq_0UT*P5F9-kLlhZ-Ai}#pDv8OhcSFN^3H;AIAC*!_eC22=p za*aCNKlZ7IufWjl#$Q1O~0&asexd~2UlZ?vTIBhS;m6!_lQZ-A`&v^0Y5nIwriBb-Iy5l+W`6tB*lLz z(KOG}lb}cS`{x&*60dWVqqg2SoZa|~u;O-OwBw6!l9;S~?TRWcMGt$fqce_4N9wze zvgP^H%R5&RIgf-#AJX{!OJQd&_b2-iB@=~TmyQnp=!MG^*pvIjQgyuwUNqQ<#5iJn}I*^xKJ3f=u@ z(n_rNk7HN!qtH0pI7RJFMa{_3*X@W`Ob%`Ilr)Eu|8L-%lYY-{?~qchBMX ziC%G*ub|G%*a7j3m`CT)m+W@WkD5>29@qH5aM?-^_fKbrJl;cCyKdqOI7hD5b>Sv+ z(*2;t`Mb!r9Q>~WRR%hi;w3TBRqUjW#op%(oPQ)dh15$j_o3}Jw*BZg8siT z_t5Pd!ITktq0GKxL{~Lq<@4ibr9JZAI|GrD)JKr%*pmV{PAQdE`XMKhbQ+7$B zC~MH>df=PVofPt0(R#Oxq5VCJ@^1`%)3`=;mCtzYmx0n5U0*lX_u8NPM-8mwg;KK} z-yi&r2j}Oh#1}UF8rtn2M+b)o2)J|B;_V|c%#9#+Gb@BOEz4g4MaZzn?6ff;l= zyX&v}x1~yW^qXzJ_w>$>8^52W$dwyf+HK$WIX~TR_q&^po7$Z&4;L4^&b_J3i!FG& zALko7Uw5w?H?x%$zYW+P?aueRpP#A7iCn)nN=)lk?}p5po$bz!?)S$+vlTVI?VmL} zwv~=AJNV8eJzt*m+MjQ~SgxMen=cq0ZwEtPzw@PR%FQne@}7havlTl!-p%i&g~XGO zp3R@D2?K7a4$AE8E_Yt(Uq+tT<%E&93_wt-C`#Pej;zApIe1(ezka3D&B*0;dq0PU zUOlHh|LFhdo&3DMbgZb=ZujieF8AndcYd4j9Z!4_eLr{b-RNe?{iy$=o7VMxy4c9I zOTGBc&AoQzdb8{B;(MET@Zv-K$j#b>dpZ+vCO$yEg?t6^2I2+Gy|p;}S|!IXJ|+aj z`m0>X`T}D9@AJ^thsOEYqxIuG>7#QKGfbPkZ8-gAszM1RH+NXoDnEv`E}HTh%`@NHy0T}lEN0K z9vx6ZlwTETb*3BnItN%c9tuZo+2RZkx46aoZUL<$I2wa10fbd7tAzg;nu5_~+l!nicKf*BQ1#Hw-)p(KX-$zXb+`Y|^B zQCh{5iTY_;?)xH^uPnH5lKq%id(Z@b-QE>+=-gu*Mw)cApf*rv`(GGuWw;NiMga!ZKbejAnjW>^3(=%MDw zLFyas3%}j??1Nrbto0Fp;Bq^MYFcKMUd;0x9Ggh?3+N;Thg*;}i&|w;bw93zv*-wi z8SYH1cnO9Uc9mYZp|UvnOaLl4L%xY9a<38vEgOr$hf6A4to`1%}`dI`4hqE)e}AcI`T zp5hF(t)!1@JlXO;1~x0go@wOITYDXIsx#7z%}f4BcqpFP>69j00;2+oQGW%Y^2{iU zH7jP5=#)D}5g$pq)GtW7+y~SsCxdT1NRvXV`t8YQ^w^!iJaaDOlw00is7d|={+fWE z{{47#4dul1j5Ca~ayn6WgE7MiQw)S=cV&Y}ZpeVJ$Gu{F zoh*d-<0x^ivp=fmd&w19{gNi6yN5ml*YPhlmKp1MNFylB^|P7(%)%DvCu@wA@T$j) zM0O>g)bOnKMW!Y)8wq))q;p6~*>E|Fbuk##Y{o|0bsrcwAGuSVwLe*4Cze!O8%s@aUUtBoAg6jD&D3@t=p5}?-vHbYr6E719%l!`-ah7mR33dnKWNJ zT8yqauZcm@sY`u6>cTei*DS7f1-))FaEyJV9k zn(vBG!RB*OB>oQzmSn{hIf^p$v|vX-L!84335Whlodo-pT4Po6zY`i>(D%5S%F8>; ze^!dcG=xW^+Y_Bz$Q5w+#Hr70@@g(;2HO}kIHbCO*@ z1ZU?EIB>1z9sAO#&1Q}LxYv|>-b>ucQ8=nB`LbfHa(fsjV{bJ%>)>2+oNGBq1$hra zm5=5dL&S9FpLs4bR3=WXiJ43z?p8W@PQ3LAd;%%>{|e5xp#7{d<$f_DQC{;vGJ0HI zB5G^BH;SpW!p@9thodviuTa=-}Z!zdjA0sDy38^QQf3%I@5WjGFwB-XMWW4f_QlRB1@5fnTR2c z#72EGGV?s2!<+Z+e;A!fb+l;_Lt%ijK=|>B-vc+!%h0|=v`PH0JS>$*(?jqmPI#6!Y25Sk}2A_od3%F>6dN? zm-JNlAVW(p_mC&99i*)>Pc%cJ0c=^VR*~4XcdS-+0f7=_rMBMJaQgU*<#7y!r`!e( zB^qP356tP{b=>~;mjo5CX_zRI(g|6<3nDIC(2Cn>d!E&y%-x5PBkz#`DedV|9D;a2Buy_E+%%r2Ajz*3s}BEag@8>$E>{7qJ@V3YqFxrK!W(4Gu|TwU^!Q4lY9YQ? z0WJI2x#S9TXP3>qG?eXVr8E9K@X5ObpKPcfKMCF$5G+nCn@`h!%P#N}y{_l9s@|-gGjqqlqCj<0?rEH|k zs$xl+1_#jd8Qbsz5uI5n8HK4ttHN7c-#B#T++DR-Dst*Yhy3RN%bdW=V9rt9+&Xd9 zj*k`&$HHqiIc%Y;r?LP~5cN^+9=SXoBbnd@Qxet95=^!9EwPc=#}rZ;7_%@5Sq3gU^x(X*#O49i7ciLQ|s zOVE6M5bct$S`yYk<#vlG?xmTH+4P_w=j)UhdaU=^xmmS0wyqcdNiO zxw;je zOkmgZjqJmUw2rW`L*&uZtyD3K&rV#j%vM9;svd>OQp}))OmZg`L9kWERb zplu}&$+8r{nH+ys7Fzof08w7pjv+1fd<9_*$gmX9UujIOJicwS3oEc&o_{Zs;+;xR zQmNJ}SW*fnI->QQM{d0!1=FF(a9rdZK_=_;XF zQSv0k>{+3^H#5eW=$TBdn;R8V^KgQIOyB4JpOT%jJ0hF!D^RnOLDNy!V0wr|CpR-P zT7j-J6UyHbsEFn1AEL&ivK$Ab``>3nP)LdJpP?qK#$;srUkdY!QUN)N7?Y-t`aq58 zdhv5I0#P6OyG4AUB-n0%B%l%0c^;xJO;dV~Tuvpmg9Zei1}3S1K)qXBE;|Q4Hm0kB zB0gtdCE2uAUPg3zADX1AiZY&fT^pB1ZDbdXx9SKHv?cv|DE}zQUk?RHJO%Kd7eEL4 zMTq(hzkhP?B{IbAHJ}YSf_^fv!0Ctpe*$7&(`YAbPTR9dDd$r6C5p<^+*dsMQyK^l7lKkNS@4`;o4G&v1>M^8rqr+p#2LcZsgpddc=>E8r0ggp|*VH8iVWbfbR z7bXAReJ!Rb@eXidI-tNPfNB!faT5gnrN5$x{{cJ8;$V=#{xzrIQo!E@p1ttDm1fY$ z66)%Rw}bp=3*i1+X_$l0tC+Gg>k^|uYw*yOmg=gzp{udHsbp$WROFKYe1Ha zt5d;{svLKjl>-c%hpA~7pX2EiuhQh2i+@MrT-~O2q?7>zd$2Z{2oRB8$f>^ldjyHk zR#fck%d^bxKJ_0*&>ylZQJp0pJ_lKC4M#`tqQBbqlvfb1vQ~|>^fJ-%6wT`XB?;7i zEFeORtq7E8vEkL#ccF$MIz&^p{-#^wN+pzae*hV8!?hQJi~mv5q! z{Q6&`zph)NacZ@~{j0qrZJoPpX_VTtHkQ+ABH;Jh67O&fqUugEjhS%+xINsg=1`zH z#$T8Fz95RG5{VLUYmAA!vS!Qj@Mf0!dKcnBni?Er&c~RAmS5-?TStIj+)BcyFdsdD zUzA`LDa;iNP!%X zb}q!)B51=I*n3s~!au$No31`a4To*iJ6~pDB!YgIK{@kZC>CWH^(!@gVM?->E7t2=0}{s2UuKdT z+%VWKDcS!S%*{EdxA{v@Q2>2^3mDl!4H$u4d5Y5u9Hl4uoG=9>o=^t3K$!p?z=#jOaup1)uB)~ zFYJ8gS6l^V|4R@q;J?6?4fH!;jqqsPV5b+q`y%}9`(IJW8|E9lS>OLW@*1=-rN>Jz z!t9d&3R?zJqk^uDGRdi6XAXy1T+=9ZI5}V~$PJ!2nj=6P(gqp5)?m1YOMceeS!}Am z)a+mP$}}=qoiH_Q8*h9}h(FW1FHGD{oj#;RqGs^hopUG#@%g?0EX)M{vVL02e}^%> z0C<|4amjOlAPB4+HrV*n!d?O1qir*L_2cLUy`aJ&y!=<_n8kjl1UdR2JIrLovjkfc z;W?ZLdNrgdaSs6wdzzHEZ@O#|>UMD5kdaxtAnA`u-ZQ(gEsj zSurHon{fME&{p`F(~`2q2Wkz|(VxxC7Aqh64hci-aPrRc7!0%r;o5ZT*+#v;pKB_! znh`c`@bq7kjSfX@*y4jHX$WLHLaiM$_9dWh&#Wbi#Cz{4$nBu;U#+$^s0@q{kq&K-5qQbf?iK>u^a>B2hU?`Q8nPv0Gp4$ z!;m2ENB(I9zhWaSL?k{)9@OAR-~T-Z0Mx4W!;b!*1Iq>h*on9`v;Uoaa^FaBS1cnw zh*rdc_wsK^aa_EWywx;r;I9E;Y;NuX59A+4`xTfL`ZypOrrolkV=HNPOMw=Mu(^8| zQXfCkFX^a&{~%Hj#M7%KRgT-Pb3Z)#8MbNhyEG;NxV($I=1Pqbz-#z@%aVVAaT|8M<3t?qTc>$ zaMHw=fWLPvjVA9V0~6*)gukFL0@ts2G|ib4hCBQKod4oE-rpXmDXFtGuKqUqei&TQ z-!7>oP>4kN{_a?E6(%$7SDDO(&pjSQi-nJAYiXG|eho|x2bU1s?e5b`R3{qQxy)EDa7@%8OJ1_XrU$nJv zSbxxxvEck=^*kY8*vfqzaC)IRzPaff3RL56cWZAU$=TVTNww3{xhlEX+1|da@mv4N zWwX=m`f^~?)#>@(_^7p88T{TWl{`YWI=G44H~uvEzVMwjqwC?~`qKNqZ_s5z8Cb=L z8OtN!002hu|IaQKX6FAb$X1;W?TotAHu5sLO&$!qhbRsd-V1`%Puv$59Lx_v5*+8& zxUN-9)I^{nFiR@AX9<{Jt!?X*G#|Q5wXc$|az|@TO(l3pnC$P*Ed^aka_Er&068Y% zINkPRHzPfLIk-Kd$!7Jn{PN?slatQFq6CL$W-SpeS zORM`y_=No99s~N)%xVp17;Hvv8hggHWw0$2$IpS|V&pNbm67$4+A1;)eeLIJ#wF(; zgPymL05B&8!s*jX&no3lNfBDNE%nFGtI!OXWv+@M4D3>&iQEtN=2vRfPwqN`Ak29K z-QIfpSLQ}{dxPEe>{xf3+)u%w^LX~PArL3XBe+4*hb}O5XbjjL!Cyzju>hRmc1es2 z3MNFuJ*H;3xMZ#&x6;9a_WnbfEF-O`Y_aM&gGw*HytV zy=?Z&ThnX&f6d=OpQO2tJ72FD`wq9L>>RlkS*brGl*0Q~XFBk?0^FfS*>nW>&Bs6m zuqQV$%0BzGDt_!DPndRV@3nsq^>AD;@2I9r+rvI5Ybzu3X@W6yZXQ8S?miY-uWPKr zSXqYtER#|xSw*JL0c7w)BN)C}(WHP~dJ^hXxn$6)~5h>8D*;IJX!+~f904*14kH!F<$Jcp-@0W6Fd z?eTqP9mHtFr2Ob2^b}@TD8$*-?M7T8UwPfMA2a~iIQu7(L@k{mKl(TbRIy8-j0;H}!}e!|SC zAE}hh$xHM7xPIk%isn;hN4tN&yR9GpW$KHk-7UuHSm6sH_ndlL?Mn%slRGE%0Gwjo zzWYLDDb!u%=ZG9G_KT-ke#_6h_1tQv%y(UVDHgxvU8m=K=?8xCyO~UVq~t3K)lj0d zIv~I+#KX?SsdxUlbGWT%Y`H`((#do320A;ZdFWvj=cCV;9M8qmse=XoWgYHezzUuy z#>L-8FZ^tyRBlJ*O80-cX@ zvoxB$flhw-(RR{e8>YlsZnkqVr0gdhTr#2GJ>`J`!un6m<7gZ+1SfxtwO)6 zO?V-HivWp4p6A&Hc4YqEe21KOg+AA+xECigc^!8at^IpUQOk*!XF%hCn@!ASqq|GY z$*yDlc~PS2Dl9^OW1-7(t*P&-f8fs)gwD@bcJuLP_)#;f)s`KIRf|YjQ!--TIy(4b zhM85}^R#Qzv#Uj2N=ni4ryZD8f9dkM9?bIfSBmDxOOn3L`=Vd>)*7;9^?ts-&5CR~ zu%K?k=>lOG@F9y=hY7~@5yj?0Fj2)-ZCb?3(;tr>=RiAU?x%eF%%_~~hr_e-3T znK3f_9v@k>N0^cm;{?A$$7$zN7-T|Lo|MGt$4v`?R(1NBGsvo-aYv>@-qlOYC==6p zC+5S#Mwrghg+69vLb9J|L#n*>#`Gj9{L~m012Bda;jrJ}h(WenFup1ScLBX&stnJF*Uxq2+;7AjS z&(VFRf77@f_zQvN35)tQ_k%rsggU=_XuC+%VoY*RB`Z5KRaSqLz)H1@TKJ(VCqK zrvnBwMYBC$nbNz2w6xUW%?C0jw&U-lPxWKkDE;e%@5$;5T)Skjw2npasR2vLjeIS2 z^YYNYP}@2R>kvBdmKGZ$r76pKwta6&$9S>r2=JG5HX+x>*Nm_*C9Lo`bTOvafp_fR z%I*$xsa)A@P7QrHkTnB)2PjUx)^W*FZHs+p7|2Thz@+=#h7P^ocz;B=4PhK@z15sc z6|R?!bi&oi_q67?ur@{8q?9N;jpFbjLzJ$+CbEO_?y}d;fC9J4*TEuWgTs7BC(`$p z(&qX|R-X$~Id7Y8p7yX&!h2oDr>J+M!+5=1!qX%mVPWYCAN+E50U5;mlvk8(_(@D^eyvA1b=h_dzA zoSAWf?R{&%(}7*zO6u@zLT$P*Ux;d!38H*ign}hHYAL;aMs++_3k z5iHx9cFhXf6T$CfSFhZjVSi?_NJp>gobdU11S*D+sR#Hxans2+^8>RU_>e7j&ueCV3^_ckGUjrS_^1R0 zownN{v%3CB*TvtX_(sFNgMI`}A9M;g+dita7;Uv0ZM9sTxZ@g90J`4uK`VkiX|v_J zMZRHY`>3)0_`)4MN|IHxk{s%TvCs_&V3aY8@$4WF!?p>n*QmX5eRqKOdLRIFWpn}X z1M;{M_%JL37wdV5$9D~>4>Ijg?Z?P{9m$t|uGcL%7uY?uU2rM~YH^5u^mb=^Z%Z2rn2SMJlrDb4KNROiR0LJ;FlFgZ+9(s3=*3rw0 z(;dcyh#CfUr(jc*UJ5~qcClt#OA%ZdEew7v;O z)MJ!=_X%nQYnGdyN+<7)WZm;&0psIX$ivfwXD7}BQ_0@b^f)^N>CekEBX^<+Mx=?O zZH8+j%E7;+9JR^lzagJG_vX4#+aelKCMN)IG4J-|BKJ&nx)OsvZfyy+Q6(>Q)k;-6 z9<86Ft;Q|0wxK=XG`{cwCQ#(SZZt)}> z(}Ei%1#;yWi3{|ulRHY+RHfaVh(vrt%Z<kyZ=w-S zuFtav)=eVM{Vr5|zCV1ys)KwF-KOs0gYlqA9zT=IT>^gb?=RzJ{R4aMg3IRXt8hh38R?@(10xme#5+fcOcDak77#6{9 zb{UsiauvRCm6Usof)*~?|CNe8q^eamMJx1OC4iSVbDq)-)ybO2RqRa;dbvVXQ}1XH)(KnQmJ<==Pl>VKrO3s=PyTGTpVLpxze7Ee^}Xn zW~>zn<@B&l=r3tBP6hZCnipQsVGH;eD9HchDV(Pl=~z`T!l<$&Kh9`X(z8|^x_jhR zKp9m+8C6roSRQRu-bNv2efXMN39bm;l=nNSljaV^;jd-PKJ}1-T2*E)tuI&htv_yA z(p-2%EZw_r5K-th^tSlY4rQ=c;C{%`5GjyHg&!PHc=*9Ug@_j9>7*Pz~L6JCh7NkxH~U^m_zIQi1;oD zpN1=Yu}{rM?S58s*~pxFuD0vb)Jau~@S;~`Yt%01l))|U_b6J;FoRpIxmaGwAqO>; zeKkKz=dBx=S>%+bKFDqrI{RE0I^Y(Lxz%3a#H4aet?8`=NqMv(HJkvRcrqR`StlIA^m}^;w5m5-Umf%nSbh{(ts- z?Iv=trWe|dec%EB@W=rFzZt8!v(06;RxEByy#EgR>W{s?KEBbvh?lBAd70Lt!?M;! zRr>#YnGVBgs%S%starbjykfFexlTrH6Q+nbe9{0Q^U?`B&Z*JthAKwna=+e=$9lde z4oW8ubGf_UJ|lnFH)+{&eeSQnZ~WemT4H|QFNZ4iexQc%i#a zJfDtlk1qJKzJ^k3XMAstr!s$drTI2}KDO+BrdQ~?fA)N&jTR!+z+aA^K3eQ_zwf2w zb~-<=KUcn=zo+(IJE--ZQt|QM*!+H)IyO3fI4n=E3nSjdYUysuZ*N0^y`e%&?R0m( zoZl-)V!JuNkM8VpWgey+?I)(DR`g`9ALzax*T^pum6%`vTVgt zt{UY0yuZH2q+@@+5AE6O{J65d#`U`2M{Bt`S)QcCoN3?@Lm-5L3HuTDGDQ48Xz(|D z9}SkZGx>3YIN1GI14L(XtNC_tej@3&em;*E_!j%Qg)xX0aqW>CBr#n5de@e}4Kd~r z48r2rlZNhkCf+tFe?wEL#rb>4>%x@Z3MjXv0>*b%!T7c^+n1a z@XGn8aHOiv%cgqH1?Mc3Dz;M8%w{cCTJkiTR!~c019|OS6{l60$}gfzlrcf)+hvYC z|Q1%8lF==31Mud9>?R^Xl1Mc|};n86>5epTt;?87Qlbf0TxR zYjjTC(o{DEwWlZSF}$2Gtf5%s1{GN5YR~%`*TZOAUOaEicC4E@$ATZSRvJ0u^Mmc0 zE%Bh-GLSEgupr%|FeT`8iHm{#?^}q^1mx^xV zS?K487@huQZ#&M^LFOCfJ(jLz+6iq@+5*>@mo!G2Tj3#*&ImX9IB1o>tV|@l znP@_u%8Ba$!jY`qp6kcUSn#OZg4t*4A@RW;C!0_2rRz}V@Q3AZip5)gWE@J?bYmWl zb=LVUZz-{WsQ(G_tY=C!NFUJ&Q@QedRW3H3lq}%^*^4{$MgjB)k>0hvjL7xnaL5=%u8XDZmD|_8|4)R zU1XgP31JJu8bZ}|=IP2R$QAA2b5C%>a_uKg?WXay|D#z+7H4C-^wkEMC?zIMHDUghbc;~uL2PBAAbm)at4n! zDb^3s9YKL9ST`v+-E?>BZ=;E7oh#uosA>qw!o=;ueonHOYY2}O3TOoZ$^*j~HDw9u znZSeirGNl2;DBf#DU?{hz6j#HePkx>bs$DhkvDKhdM7N`D9Ry)nZ z`sa(H3tQn;2nB5xbY4@IlS9X3MRiR0KXzy6hzCjlegUgQWUr~88+M_>P_ybZg-+3V zEYj945lQ^4BK*w|NO2?Shm3Dvx9SvA;c`sb_?D~>YJGCNN%qpZtb919Ewvac^D(a1 zV6t_wiX6kMKv%uz^_C7Mj(LI{iiT~pQb7v_(>)289J)%9ZEizXlZSqQce*pU}-}i4J@Dp1V`2Y!CZo$dc8kQP1v76 zqfBd@cb^=sdf(#Krg}jisA9qRE3cicLK>8->^iz4(~PZ*wK$`r-oUZyIunT>k{zOv zqz;2m^+g8KKHLbV@ktQsm0&iZ*P*8nJfQi+nh6G|>zW~upXV6^5#Qn0Y&qAJM}6cK zanAvn+{CAS@F?$+v?MEyI;*i$&%|_Z#MmbKHF5G9vKZH?FF?-Nfpqa zk^rOg36-sn$ib_C_**&-54nPQVSw{YFLP!56of8uIDCF`K1tPqvc?@Nu?HvzWilSJ zmS=oJ8|=&npM7)UmS0EIkezLS*RZvE@$(F|BIkR_tVK&z1i}$=x_W}L-R@ZXx!TU# z$rA$6&{@F)b_Gky93B{aT|+3>m)JLc&D{^YfyQ0tV~McIQ|EJT&jjD!_{xn4jt^S_ zixZ-og#~Anh8AGq!9kauo;7Bv?#d1d!jir>0x23 zRW7P5daqaY_aCWJmkz!tdKVC^%8&{H4U39uqjbd(Ux8W0sJw?yGq}k3`rJzK4!nWX zq*~Qf7xWk0LWIL;nJLZiY%zAb6hh6_Y?u0yvW9%ti>F3-bN?*Q4}>)lXQ@Y2Fhrs) zmoua*0cKZ;b$3F}KIjN_tqPrMLuZhJlSW=1m`cB}OgDqdLJ*zwXBb#l$tAyOsj^8_`^=6M7f13o1k5Kz&J^5RuU0ZAG$T z%L>c+L6E~zSvUnuhQ|^mMHW?|LQUq8wwF^t(uGGVNbyjan780_q6H&JwBR3=#f__> zFmbG0#4CgZz3P!?t+0`bOpdc3CNb8RdNPe}IodVLQ9v7FhKjd79&tHE?amWV2#Ft+ z*7twzf0sTuE4a!+(`)vIzPi=&ujHR!MY3jHSy9jPRUa>kByg#Rpfm-rZbqHrH_XB` zJ`Ep|iOf_OaUL8K-hC@`cxG`@M?8mg)V!Y1B>o%dQwo2m*HV&9N-FmXLE^&Y%=L+%tl+91BiM$>;z?j3*vDds&ofL1b;na#80Wrp0c2N?CanN-H=Y zKC$nRx6OCHKuir8QV%jsP$$|Oh!VuF1k|uOh9PeZ!n|d$ODRDQpOxf4#z8tos4s~- za@_dmK9^LWE(vnXv1rfObKQQ(IvbHCRaD~z!kLE888P8r!l9N68|mxp?6lL&RTn+K z`+?S|JY&-1;V>n!{?UHk?Hv=9i|NUkU~ypvlhnNOs!p<{n;~?T=!Qx@{#|)QddgEV ztT+V|o#vu-7BG+vEfS^3L!tG0H(5&RV+mFWzX^IXr(K6>*oSz zs}?^BTK70oQB(^d%enFFi6iL2kbv=zNbSrRgbK}XqX4e8rYMVfI;q^iyK1s3?AbTh zuT9h)rgqYwt|xAFHW+4;8MFHY->Ln)R2MR_I|MX1G-t*Y8XZn7rAPt0G;w4HTS0L? zGmmA?R5uhx!-anU%2(GwCppel_s2keJg6aQo%iU`7e#wY?S|o@_}Z4IG$Z5wovis8 z$^9!bFJOTygVDl}q|4Vf(1yn3*L!DP$8cG@NFn+{bvKATRM4U~@sJ{wQ;vA&oywXR z3NaTrW*<4od$>^}mQF}2k1xeh14;Q-XFXPAHq5S7UUz1pA(o>j(*$S=bI*@X&{DfQ zPEeNpZ7Lu-50k2v<`LNhNfChkV{1Cz>Wc1=Dv(|lL?nann)q!iaR@putljZI6p)2@ zbHP4=Y|v%0c`H81RrMxLB9sy6NfqR|RU)sbL2YZlI}$Be7VfEoMS#5ot_ArN0P|EF z`%^MVhzShrqahHOC)4QF6i7~LlbLj8h1b^Ewq2!@?ck}gUPUA;ui?-~%r!OLt6$kp zf{Y%jFv!n~CHHR&>d;dxeS$*0XE6?&HC|EKr+NC|`YSTYvCUiq{Ta07OtqJdt1nFa zI8v5o4CUZcnJGv=I1{0u(Us59*nW<(Nu%#QFTSdE_rkR4Ncg~ov5lqwnm&gY`@CXP*S_aqOlkp=~y@&^_c)MIRAAJL_}>^Vw#k_>P&k% zHkt0EW@@2(3}TPAYdbt_sTVA8AS66|;BcMRa=D1Itdt0|?tzmki3HwURxWsGR;{3Q zBCm7`*y3v%3Z@Ah5mU~H3L++Ju*$U963lQAf=bg|%~@YHu)^?R^nOZHPSqBqWH8X$kK?# zwR#_WbV@r-v2y_VzjgrBf$N9P$`lHJtXoO7Ui+=c>iZSBh9Xl)=VTd(c@W}A&DR~J zN-S2c*v?2L2$-T3RVUzef{Reu&n^B-NF$%>|0fOYM6)D7Hki<+$-aVq5(6TVYVu}4 z-|o36Pl&sBG8w{&0D!I z9ddMFc}ZYcNi#{3xBW>$(`;+Gm5uPCqgfaARh_N5?yYim1h6wWbA%mSoz5ZuHL#p@ zfn)*?%yYVlud4IJKP*$QJ$DV&t`QUbo+V>UNAh5O5gIl?^R z(?oIKJlTT$!@SxuwCokB#U%B=SS3>&+%DiRRZ2P{%{_#cTEnM8lK2NtCNx1vFauz9 z&Ff{4FFjW8oaH@y7?7&5rpgXC0vc!K9UI zATaXNtcdjcK*rDW5i!m0A%t6m2o557mqBAyFVqgNUA%~} z2*4_WP{3wf3DO=X2e!N^ReYG@bNZO}ug{PGS6ElPZg-l8L!G#D3Gf^^s)y)HAnOW$ z{nQN4MHq!RoVJXRVESm#q^M^Fq)&$MFCYRCiP#Y>q70HI*0g)8BeYI{HqY+4%8Nh< z69-CDQ)MIW(pQ{DQefR}m3AGhnWslWhPdwZJtdG&27qd-%ZRKAwJg^hpIuk{mr_jh ziwA7xfkkczYg-SY7&=}DjdTE+lD@Q<2#@?>c#;-PAm6WPmDR01(sw8c-(=8`PyR z5pQALKtUQ};&mfkXA;S5F&}0Velp9M$^zAk5bB5dj14I^ja@bs;;aMChId8a?`Khw39zA2oppTNk66hzt;yG5b2*G!@zXOfO#^%pJ zl`H$!f#EU3)(up-OCMZOhalA=O1o5xhZ5fwnJT~MTsfHlr%b1d2U+j4xBwe}gm}I1 z0Z?i8IFkYL)%vsPkOpucM}j-lwBUvIgtoK4aw9*Lc${QVJ&WQRpyCoxIiUcQt3`GV zuK*)wQ3K)30QC7!}_3IaaFpvAFV1)R}!#2E?^(}}zd z_7s@$i@~Q^YmTy>F7m4N(nZG=aX<)M+jw#7VB+yjf)VTSG4mK>Ww>;LK_3xevf;<` z03po!;Qxw@)5WFyguY}G4eR*p0+RHHB1P;T6UJ$28b_WP67JyQ?$N|8uBFm*N|(h= zek~<%k#MQlCX;oPvMar0v3Wp}X_9Q2v{jKI0S%`l$CXe*KqIFjivw%iHB>oiH&E=V z!vgVNH1Yg3?RImX-%d)iMvrDg5@Nl(`u-jHo`uH8fW|guBa#8QI78?naTM8*qS`%T zTLF^Bp78ji+TKXl3}??Gv^kD>FTVDl5uM$bpYCp63d%%GrH>cB-2yBQbk`e>%sLx9K*N_m$*O>U$e zHUs>RYLDQEZuOx6Na&BVumW^fH0BC<=7#v|-+tB2=v?68P@w~}PE7g(McW71mh1zV z!MDMC1gEkJZyBeym*U!7!dCjrv zi`i5bRIcDRey+2S%CXgNLYf-TfoAlduzFFjK$wY%C;d_&(_Q-MrgaWd3ZMNesFryO zxh24nR;`>~Q96F{I5APun(a)IsnH9O+P?2@5leyjBavji;%o~6ZEk)#7 zgVd#m37SW|QuoNw&~hUW?&DtpXflVzd#hK#%i@<|g%RCBN&93;_MWPeW)3_ zN)Ka}nImh#oubR_Y=pJ(h6`4fyc!MylrCCe+V#Wi22C!N*}blRBI5lUMCH-?x3NMs z{|&E^Nir?G1xnCOly#Hz6*0?@q}6~7G&cQ56vRaAKfyB)Q6a%3>9<0Wq)me$6Llp7 zK#C5Yiqq>rnzC-j>*s+CM3v%#1uMQ>3N3eWO=37}HBAHyneS&f#Bx-w<}LuX(b0Kx z?t~~SM?J^kkO?t)0DDeYtIr^u6jP&Y=}a5o>Zo?|9M*NGfP)$XpJbp$gp{( zvD%=eRt4{NvkLWSmrGBKyKQQN0A#>YXJ&=~iGW9oi{QXGQGjsc{PU2F%+tL3>xKZT zz?3l}JfXM>jXp4&S5a40O!B+A4cmXc*B&Yvd$o~)6_R8Eh{5iagvV8@Nx|yn;(|$G zcdvmJrT-gQ8rnkzChKc3_vdhb;vtol|2kswEbs{)df@D1@7v&ZWG7T_;BMn=;NakE z?}DBWr|0wa%`*Rs`IQEGU)1s;_a*bq=hgXrVFiDuyY1`$Db1%9%D_ru;?#2q4FFJu z^?x=svoZ_(&!*<$bPsP?HN4>&o|A4nqHqFq~`WXX@)}St0w0%o`JlApn{Y^JVNmX_nnrRo6VQw?o_sik;#uY?wlK^ zX`SC;H=TkQhKIlEPK7W&?5iB{(1sdw>&tgHBK`1oXl;m`*jKFtm@u<^z3Opoec?kp zs9n6Z_U-N2xJH%AHZY(y3v**J`3&JaI<~HQeu6s$hv*(wR@+E%cYhQpzV8%eIf-^F zAl(0Ir&i>6O|v9&b9)Z)XdY7$a?-Nm3T0jHWwhO9n{R)!iOD>DPEZwI+lwtUbHBL_ zJCJeL>qQEHy|{1fZnhNeUXk29M+b~Z+Ol@?aLe9{E#dA$CX8Il2zHP-?U%w8t7BYj zMzx+QSHK%>X(DW-yqFKEdji}=!!rV7PS^_JxR8;DF(92}l3`>iRW=}u)ShJ_OS+Ku zam4RF55`n-jIpb-?GFZ5{TXI-vdBfhF-F<-?!vs-4!yreE5Dug!Ms?E%~??MlMW$& z9^v7?`?AQqN#N=|$Xf+Wni&=wAcmf!{hRbb2N4vC#(<_R+~)48<$hr}oI_D!w4J>V zZl@9`3-*>W%la|H7Wx4roQo;$(Z?v)Izlj96+~gTZR1j(!d0C4KyIbYh;FzYde|PU z-aei+BF%b|s5aT=mGkzBtjBip#5MJ{L43^Z_K(9)$CB4KH~-lCx|u_-mb8VPRMT85IN&ESNwf&&><+KJkCMIx`Rcn z`S8L3rW~|krxZc*(z@cOgA5I(ob9xG0eZ3zBV}LWojd#}lt$U*b-a7>9SH^KIne}X zNvR?4sjW#>DY=mbFS9Ib%ji&6+)BbfZ@yuu&oUkGE@l5V!X6rKy8?LH@^ z+fMmr4`C7mJixRtti9gU$=9=7IWC(uY^5`u>{D;kvz!FCKShjq!sdB%UN==(7g}C zn}O{YYObId`W9(ROpd(wOcvp^^0-N)O&>P@25qG!Y` z6guYSnHA{E4!jY;mB+G4roe9ZOau$8;=glG|f zOV`60+l6{!O80=K-h{TKb?VPkHLnH8;*-~%!9)yWD3A&>uxkprK-!PU<%rd?o)$Vu zXc=;cI-{QHAw&8i#_}O;_OD+daMTez>_N>OQFkYcybU))6!gvwPxcNTpd_UAWKWN$ zKi-GgZdEa>GSXetn0P>MGo5aDh-x>jCUKI<@^hKp3-D;>STdniz4hHww~DZ@zpq7*jt{2+3EbZlxas9{WhT@|x-krqztGd0o_p zxP$3!9Mb3U0#fZl(t~1p%jaixOYHy_`$Vh;hE$ruVb80tz*Y0D$K(#Dfk=1fz0Naa{wePJ9>d|<3Vd+1ctLKYo$L%WK=#bM12sWd0Xk4ZA ztj*82&sxRd3zhfb^EBvFrB?A!PFo1)L^tBT&lXueZ3K3#=POhLZ!~l2Ewl{FVR`!= zj2-=vgj4cGO{$0IhHay*BG_4Tp>y()`jBC<6wQ5EkoZq#oz^jWB8TDi3dw!2%h1v; z)(-E{1hGkD5FL!~5~u~S$4U8zWPpoiWNh_KvF*Eya5@;n=B~~Rc3aExc0Lw1rww5y+z3a3@8aYZSZvH!V`hG~=|0@7#Z0}0^RWHv zQ=*f&ZHjW59Q6FpV8)D1N&D9UYz~@)ZR*C~*S>Tg`Wg><9pS4|m}!z3sd(BI0WCch z25=3gf1;7a?fs-sD<`S3e+Nvu`@VD*POu3p@X}7=+8&}g4l{udtNz`1glM9?PnWi* zF?3@HR|k_#pIF}qeLz=u{bcndewl2oLnqKEvsoHQReA9c4pHS=pbE7O2!7sY9%_Dg zl5o`3G*9?;3H|%a_+8g^sYX2~=PtzBG_?l{o0fu!{VyAINbzsC7aQ^Y{;G^m@^WW=1TJVi+Ivt*l{{2u{-h!Zm*Mivq~D zkbyFK!ygKe9r-@z>-{bRo7=0Ej91{=QS#pJLF&$e+b*OlDegPtD7FKJoIzN*q5TaK zRl@H}%_`g@7RSx)mcJiSEO1@)NaVmboU)) z$LKCM@onMFT3K7-w^ivNHFzd>)rh|A>0rCT4kzNRgG2i4uCAEjv&*D?Rc!OGU8Y=Z zbaWRbXE-gni&5N}_)y7jX1>OF@)ibn5m^Xs;rsFK!@dMLSxDB`BLerhLmwlUnxEcX zE@)U)J~sEx(rI-$@7jhGtC5U{zeG;cx<=E$%^43+c23`N-5hFgY$qGUlOChGPQHfC z9QYH=Cmb)69o`7+T1{29eu}L^=(p#GudU-?Y>@G1Dd_(*j<8_sQO=-t@+m_gpHV;^(pt!628WIByV z$fn%Lbb5KVeM_jQur0M2x5W-2?aXcMII28FYs98*Re5&)p+CK2l*=8NNcrQ_IBAIa z9M$2Z_2*~xu=`W9_~U*^YAaRFZ^6f7&En;#a;2TRMU!}g?TO8<(q#rO`>Gu$qiUJd zudZ;HVXQrw`i$=R+PEnOZ_7D*Yuj1p%r$g?o$riLnfPK@ZS(I=NR5yhfu^`lic9iZ z>hABI%TFoRe%h)Rnj3{Csril?EoJqaW9?LVmGw33ubiJ~%F#v}t z+9pl3+S|_A)fx*fN~SD2F9%a47ybL0H5=E}c!d?d0Tso%m&S zN6}_w=k$1f?F@);{~Ql(eWhMZbl}s`-RQy4(d|D@Mb4zUk@NXMVJscfP)xv+xER9U?!PnaH`FZ;J(C2(Sp1HnWAIpLF z{2q7P9yT`oV6I0dUhsdunCxnOU+;KL=-r+yZd=%1a_wsUd`^$9o<;^ne7k#aU1z4f zm-PHNAzOYvuUybme>#Lt@8JX9j;dE;32?rdXKPPy@1KwFC%)B6$?aTwHou;;v1bl; z58mE3*rtCumujaQhyGyzQ5*%%0{6k-D#U#{%s)kUJ{yh-e!LW11{JPZQhqQ{cT@!+QS<@_+9tLFCO%L)VhRlBzv z-_y)JqI83@y;{Ws|anQ_)0jvjp< z5ctwudWSUQoJUB;W(>ecL1}UEO-BY)TWO=F+&H1E9FpCkQf$xykGwCcIy@0zKq7Ge zkTRUbVP2mdbMp1^V|S(ZkV5vLsx#aS%*>jdOCn*%g^oqo0GPN?{;OyUT-#!_i~H)CJS<&EO6{?#H7uAi$cRlP7ZY9@59rgG=K9JKv2; zHGhU%YB)@kfv^cvICPs*_-qT}N&?#HLn(^JU_V9NhDc3uu8uoqHXKnl$2n1^xR=x8jS2eR%L`$K$UIu5<#J$YRfPcTVUbR!u<83aN*I;^W(&@ zKTM->FH+Xm9`P0QX`#PaOC*h+FRQymME%!15nH<`8oNAKU;|VRmK}dso~(c} ziRz-TEGXlm0zcU(=Cuu!1DeEKz^Mw;W@Is|&j~Ffsggr_#S$LLlE1z&46!I|Q^$Fp zq4d*L;{K^@XU^lOIwv+-THlRV!BACUQWX>9r+!93qe)a*8l>B>)jL9YE|JDR85!i{ zHPMi%-T~>Svfj25Tw{R6yHTd99#qp%RoaGX1cJuozfmppRG{+}2DudRa{xnM>4MwCF7@#APFPeJ*kkX z?9$9u0W=0)0LXkuCCa!ASi1Msmx<_hiMOM4pG}l8nA=r9k~yXtg!&VvpSXkyT~_|a z&93W9BV9&0*_Rk>Vkq&_UqIeG3m{)TCY^7}vF(vy@pfPpNF5wF!huAExNu*oDwu2t z)o8gU(U4KWl6%6DcKZw1n9gxTQ(4y&@b9 zn<&Zh-x>WeEtZ?n#Fb|0JlfwU) zkCv`msk!KoTKvO9$Wo5i$ey)QhAhjes^rux2f!MUx*efV3I>E*o{Jc8XO|UU9|b!ec3X|9{L@|TQ^T)9eIeU#IoE*n0$rYxz#=zK z`O<0P;H|Vl6i}fm*#@Gd{TRi|CABC9hHvExi=tS;CD)qP%dtj~U@sXP$gt3Pqoj@X)#a+AMpL{p^pIMl4al()`AHKpSIx2uuR$tDfK;1z-XDzwT(H*gE2~PUspY6aqifA0zR+W{@MG2+%m#Y*wrq)QbMX(n?6RF22St@)>XJw^ZPIK9!OC?4m{vD7&kZl8W z0V-l8P`Bwn?1C^q1kD&ng)U+NED_^ZjvN4%hr48gd7e`nRGULwxK|$3SgXoZxD4vqk`OY#YV7I`8<_TfNnl zqFRMGH_(MLFHQ$4EhUsPI4@%zjXZ4g(ivlPtX7SOSCtEMH{+?YB~yK z2C}y)C@ZGI#8jry;gWC)(Rn%PCk)I^htVpHox3z}I-_u4#jCm{md+-`E-%9c?NKAv z&i0xVpnDEm5m`@1dA>hA8Q^uCa{2L7N%Qy0A{XFQR^bCK@gLNI)gDsQb4pVbOCfDJ zx+hbCI}mdOTlDzipaj3jouX%7ZLfs%fjTnzo3uklmSUKa;3KzrBzv*&4CMtvX}y<$ zq?ib(kre{5RgG2oTuS{bTFqfSh2+5Bs<7HwmhmT?ZWYGX2n{d4;K+QU5J=Qj=k34C zi@H{An9Q>Ny2g?eo~4mR!zcg4^>0%HqdI?7l=k7X*0SSC$-jx!l)wU<#(9{)3F0@a zfWSzY6b90VVZC`(DM{Up{6n+{=ED&m7J@gZ02dsjPl2g$M0{@$8ilJSvKeK860mU* z=A&E0m11rds+cx=)8b<}Ec8{f<3S~LN*bK1Ku%4TLV*9eipj~;RU?5Ts>n$0q-gmy zj(F{5oGS z=RlhtqW4`u9f7R{@i9#>&+Uv;fMh3!a(x(ic`yhzpp3H#fRqOg4DzcVBAFgN5KWEX z$ND}QBf}Nw3B;8$8dEhRboy$Fs#c^X`d*m8CjM4(@xQPEAte6qNx>)~u#6hP#FkNh zDX>Wht;o+X41e|(b?g?qy#zEg+67p-!n(P?_br_MH4s4BG=x(H(4I&YF7d3d+AwQ} z_kXO0EkSt673KjegF@P;xq6>VA;4IFDDx|X(!WuF)in;25+bQF)Btfh9GJ^C*GmF}h&ENR$=yQrx>}KDc-JXMibDSt1_a zWGxZ}@1crknDSJeS4rWPv8GyR$TpGW->>YC-pPf{(==>5o48p}ek|*t7hT`tMS7Rx_6V48K}CU=4+_7q8}U zT{MJ_`4%y~6J~<2&R}7t*?4h6##o6+n!@tn$(ZQF)S-4@J#}4KdQ_hvO}>W$DBH#u z`#({U0SHY9tDnHT{+TIFM&LQ2URFL6(`pb94`fb{KYeos`&W={7HkurMHp=?&pw7q z(-LjkNSC#UY<4nq9>PRa7_}}EPc&#G-%014yNpyBSR2^q27bGW+1(7p=wD+d>q3mGRXPQ&=xP2xEPN={y zbjOxJ5#mLYf`3CvuTgyV5_~J0@|;r`9j^a!IKx>u3(4Cpo_dfnf9_U!MeIl0fhh2N z`gxfE;$xeBc8BT~YC?f0L5og-Opgu<(Xc(6Vpx6*l2 zsYraN?#q(nMoo`p_EcBU+b{IH@y>21uLaINeZjb^NiVlEFPet@h*UO0Q(EejYR3`| z-pKDGl)y|@t-1Vmo{Gr|$qxmgvbL2PCXJ`RF`Xu}xvskGUqb+I4Q%fh7bq2gD>r#O zd1IEnX8&h)D}Xy(Ozf6eyABmS>Ft%lma!U18zygJwTcoNOHE^`;-t|g`q%dGmB|#z z@?N`#dXK^1K-{F9LdPk`Ond=cc3#v|nO(p*tYV-WKu2Hw>l60x&BC@znB5$V0(Hsu zosJd?eG`S>TNYEn$f}xdx#^G;ZAN3!&i$zx)+7F^U$06@P7xngV|I@1_R)TK(S1d!rP|(hc zgUb8}Y={l??#0I5ROqsOMx`a_u7^EuNO|w%MhPG9R{AMty;sXEK|fe|LDw*Wz#LbN zGfN(N$hDAW3JYM>`-r&=3Hp)0H@3^{HyEc?d+b(NDCf%KdsTqi$=rn-BdIJ}$z`Qg zp|B8jbSXpikhWsAC;`KS5g zos$*lE%2I2H8(Ujm-BQRvOSvE5F@@#8x{he2ytO0ZlSg`&Q2Zda*2b@1vFAs7&fBT z)EWA@!nL`@CCAIrr?vXI`6`is5_N$-Aj(SV%6TTUNY^Nz0($E(U`RFJCTN!v7#?#O z6~h@OvlQwE1Hlv30})`Ysv!Us<*eXoIAE7f#`=CkEW;VPSPUWXY4%tRcuJ7 zv3ga)B?4c8SRL_#1iT3+M(3uh(84+lA?=R%i(N+kF;$ApoY}24)&|2NRE&btbOdNN z5!eOpsNd~Fx>c!o@WF2Avxv>2ksoy9F?*+3;rIz#n%Pm-_Kt16ozXEBI= zIB<`zB4)LdxZ{>Fd4Rb^bva3EY&I=ieq*LLjacC}cxcE5G+7TjwWH63_mYm zAE2nL=^?AG_B8O8$t3HAPoX_Uodc1`b*9s2d3?F8MxmHS5RS50*&$C@zki)yYhlcL z3gDbQ*Mxjt%P+#w_YrreRyNW`;~G#KMSGRZdvas;Jcrg>Gxm|^KVdsDnc`}LOt4%7 z(t|br@ho>SdySyklNz2Q?w&B6BKnER{!;^Q{|aUZ@gLwCke<*H^n@x^N4Pk>IUsA8 zydP{+&7wL-XDG~tvrO%=!XJ>iZp{=NnfZCt5b<~%yBS&Vzlr6YQFwl;IlrnSYt~)| z7(Gms7@#7-Mk=;pDx+@4EW@k%>o{+qeAYp}JLNqPMLrzgY2%q$EJj!dRuC1K%(d0$ zzwfqiMPdG%!rv>5WNLkpV@wEe7!B09RioBqO$%3UTANRjiMc_*9z0ucXH4O z#GQm!*=el7-zl$(c8kT*A;u8?+6yW%dmsP)ROA|K`8eI;dw-(Jhbmc731b(lDp4Y! z`gRu8w?pp#njv*Akn5qd~A^Dr69iEtJYYh}z8nH$DGm&^4fLEfk)W z@M4r31BJ3-I2d405&V?7@@1G?Nf-)xFq9cH{S0d>FgR?X0EW1=Nb|HF`I!~^U9#B= z_@v@wRlS?QOgHU?Nn81e|K7K-Z8w?bjpF1zfLfTF?$if=gHyX2O8q&-!8jg}5Q@)m z9^hVr$7SHhvWBDPEQoe}%-gz7_2X6do91&@0EaOz1^zEyWQYiZX*Bkivi&dhs*`9a zG|Y2FzXYYzNjk*>y$WbCW{;oexH+bP*WwNvj-K)odr4cilpt}s%mYsx+(HsjZyrC@ zHxI3ZQPjyfXCHFf7eR*=X+)$5Ky;)&|8RYQCKfPWl|@zAJo|BMOc8V1exi;gC>Q4SaZ80M`QXEN zbdS1y6wU?JA}r0|q%TgnU=(blzs;IhR+d&F%=YZKwGdd+AdnT+MDrQE0ZGJ?WU@_Y zWKgboc(2}v$*7bhBAUZJYOB?Z6dM{j0M&nyBW8mjq#Bn72dWnpaI@_QnzH8N-Q|1I#)QP4&NahBX)xe&snX$dTJJ%WfE z-G+3#uvswd_7w4lo!#qpWTXcirF)T$(0ZchOkcHoZKn6^{P^o>*UqoI4d1qB=POq( zcYDVhXZT_R{-^cBlaI!Yj;~NQ2SU^@J(c{xZO^VlK(G7b`SbDz@c(|3kPc;F1*AZ@ zj(`OKFvj^m`;-KjnErR4l7@#n>JloS(@pl_->P5|W5PWi5W@U5U`Q!6q(FW_yw<$p zCB?tX)rMB+5v>Ky%GOP2T5pRH)h?A0s6_RR)_+H30X1N_;z3NHB_Q@_zOvI_`ZHm2 zzY6JgZn#d|rqj9Hu6bUznUIO*(Rf`CUHWgxXWE>@0FA#JO_nZVzK*spLioge`KBa% zvIyQVB z03Uyd1Un9FQ}*_ru)8Uz_eN>I^lT`fo{>7Daa=e4rR1_pFX~2YQ$~X#JT>7cMwvKJM}PVrQ&yfS5bsm@MUM ztc)|aVz7WMlt{eKX~U)x*V3{O4C^ojb)g)Qg*_+pa~fKwIt7H-J40P8=3YiT7wX}w zw`Z_4lvkswW-PMC&Mp=X<_!7KG>OvE{5cS_V7@n<7>js;q&*fNZV2J?MW01>dSMN^SDW2HY*A6 z5g5J4{JtcfM5!`ZHTcr$Df$I@AN)u{4LNmh{oHlK^eQ|k;Df{66dAIGBiw)h$+2y4Koj=)}y98>MC?9NcF|ovI%68AS9xOnN zFtY&o8-sTdHN1zGQieZ~EbhK)R#a`%rSTWmoF7iUPGmvarP-Hqmh3G4+A=|-E{61N zF(&mt#Sda32^X_1tN48P`f$fgsf|7!MORZN9G0=GTKwxdKsf`UIXgOGZQ!mj#5NoD z&+ym{#UO1ANbT)M)6s=-)Wt>B)J%j&(L0dmWIr1TdEGf}>dux%lx@7&CX*XC&8cxt za)`rhnQa-d-JCN;i4C|9Wl68Cm24bcbEAnA$cnroyir|rK=$-InqvujuqSu;x5O!G z>T1-(F3*Bmt=%jsS!M?wHC(iWbY+yF*yYyhKJ363b_8?Ne-4XUzm}&wgn#g+-!QTN zxuVQv%#kH!wCKxFK04+hmF=hb;SFjMR-vvlr@RHqWD>RjcMRXN(7~>2$vE5N%E zu0LWPJJKxwNX{=;?WW0?{0W*}`m2=hO_TQsAF*89o8}|gh-j`Z+i1eEv%qKkL5>mX zS+Lc6@?>o_$yEpAwXIlC*gIBCGW!FcNjL*wGa;_6G1e?sVu>yBxGq8T4UJS@y85i9 zwvLH}iAzGSV;DBw3~FaAk}!HLLqv{wI@3G|%CUlcWXSvA7!Gy+*4=}pqb{r*{Ew0f zFzOAZBZ5BmEiI7{qet234>s6vYj{7|fp%74mlxEAZSDo&O>h^kd9~4o$qneJJcUY6 zzb%&|V^Zb{S_hqAGa#<{O?{?KHmWy#hM^$Swbm;+C?**DZe-eIGtB`JVIknPS(V4t z<*Gm4hRuZglr41?{J8_a-2mE)E&izRBWW8gJD6NjsSszpA8>qP5P7}LU4syzQ+xv` zM(y6HnU3C@3Z$bqh@&6Lu!AvZ&CIU4T`NL>Q=Bx#(>k^Q4}^|M7Q`v4z^Oq)SN`Vy zLaFrCTF6|C?@rK4vs_t6bC<7+9JZQD`}e9ml$f5E(c~S@o;ugwnsv{S4fwPP`2BFe zS8o7Mufp&%sLdZQ!SYFPPk~_oNPf$5hUdzx(YAnAU-~$X@j9ECehqeJkao@&YYMZT z`JbjgRv?cAlF}3^ZUoRL=4>GiSLC@c0y*$h1d?Jh@uOZD+H6Ev&}5sCJmE$qTUTPF z=KN`K_hNkTzlO{qUN3lA&d+y3mybqcd>-9DDR%NDUxw}+7e2Po(|Hbckw>R1?m$7E zZ*JAr#8pP@Pq=HMHoys#D0Z0d^b6P?z-7`h@1f{>&s1%a)@4=$K4x@9Gx zos+%PSv;KxhMObkgR~*L&}Y4INL#BNyZ7eg9fko-I@=8^zwH;k=KD!)>fCQ&YQ1kc z>Yw(d@e^K)BN;u7Hmka1^d$8*d-b<@m#h)2mz`bA1tNlj0OKGpzpKE>{#F!;<0g&b zh%&6SJSKczYowyg{3uVif7lMT+6Tv};2zFw69h%xp19iCT(~d}` zrZer1jJ5;q!2+;Ow&iP-=P$Oje@)fMS0JZQ`Ht~!^-MS$J931P?T!%VBYnfO0+ki? zN>Qr(N#hXs#cntBOd%O>Z2MEE0vq~bt{mwJhbUk7@pt)&_AEGXS zU1=kxOZ!Kp>u3x>9NP%3!Os~C|M-a$osg@6-F=ikFZB}i+0gdU!Iu=zeV8ALCm$9C zOTfF1`JV~#;N-h@KSvV~V-kd*_X;d+R=b)L4T)bHs-xF z-d}7I>rBt=>6m_59&#r^i>5r*kP2iQL^1*xAY>2^&TBJ7W`zLwBP|fEJM!evdxD)Lw*6DaQz2#&hPo(6o=J@ z?cz4qt!#a=`I2e#(X=+K1;BGM_$n*g*#ffgL=RbonAg*l^#^_ZH`H9|X#CTeyWH4e zoBbe$ULw#}{5V(h2zen?G2Sc3guFNh2W1j<(@oeFaMGu~1%;aBnx)rd^@323I;G1- z0i^1rZ4ADRT?w3ue^`3Pp(D&~Gw%WP9l8W(fF}rWsy5e*X+BYgYPczY>XPLr% z(EX0e3HQ=_tvYu*OR+pb{e1)=W~OqyPlMK0m{)^daNsS;wSG%^y1!acsceO_To_n6z^!+$Z?h_xQkc>HACx7=5d`2G+Tx-Z`};R&Yys*+P#bZ;DHMBn@9b2vd0}TEZbz zaKd0W793Af3;MMdn2`CKQ5tE6(Hzemw%g`{YFxf(v*8T?;$N;e-A0W5CT9!0WI%j=gHO0l#eK1qSkb$yMC*5o)vWdc*CwYJ$IPPPlW`k`CDlVdGF@`!JlG zGiw|64QUckH)0O6DV0T-hVRFeOzz{k#IMEhQU{RS^6beU5M%cnEu%qu+HViGCrfk? z#qSo6C;XwIzyAq^*BlXyyyoCl)IF^qR&KjuNcUC^C#VbEvOB_DQ|0}_yLfUs)_5CZ zQsuR3PImLAYlKU=7p`uijZw!KpGr&p%VPS$>@_Kvn|y;~aCAeivEiOKu`N2DxSW=q z&*GK$v*faTLRnK6<4`%nJM5=t8qMJ_ji;otVRZG?x6L;rO?ZOMc@%~^+ zmDi)9DLQNKnRQ-UmA7VjeCK0y96MI)Eo4e{`ysP04u{(AqW->or|CZZMdJRQjAYP9 z7Dm;7(MF(=Pnm?dtNr5%gp`ntJ-%i*1JCISv(~H{ODED@B>pU=6=Si+DtGU%XAgXQ zUiUXY&#z~T(Qhn~>u&<(qukCmRc_oElS&eA{2U7vUKzcjwD zGSzy%PtP*dcCvpi?QV8(VtRC5D|$X3&AlIDcbYrezCPlGTJTLK={maG2l@x_;hvSe z+~1F%u0j{|czhq1?&xCuJ~}UQWkL-+pD!(rG4<(D}Kz6)5DA(U#I)ieFHM?+X_HL0_>0YjWTBOZ#%ZKS2l22RGdUjtd>s)QT(O<|NEWSdh`d zAENyZS7LnlWm0BVtjltQ+1b^Hg-y>VV#pu#tsS}eR(`$<0iuE$JmO@1VFx-qt3$AD z0$bwl{!k}T7m9Y*R9RL~FZB7W!$n|ED*QZalx$`Ayo=_yVXm#vEX}Dx3MRnNGHW$L zYl09$O3fJ%!uTH{{4yZc%}zpjWI#G@-=6bWs7-eZCO{ z0vHg_2oe0L&3c32UtR+2n8dgsMX2*|Al^L#Xgx|M#t&e2sUT;_7@83y4*;N*s$lv9 zvRRMNR<|c&N@Pj2yT57%!Bb>QyDj*@I-@~;zHi40%MYg zW&cJT$X?Okk)Qwy3^=fMfxw(?urjoh*sv1**=Umjho_Zr?OAi2UIxCV%mQQrE3Inm&}r+7^JA+sRnk&k3fS!o{ey(6v4*d zKZdHT(=n-+>#lGl9EsvkOWZ71;o#Hr`G(GVg{`qi9{ky*^8ky#@p$aLU}EIt0sSR9 zsK5$S5W@&(LIFd0fK9LBkJ1HIWJ@n(B2HHeiAunNO7OP`kaCdyEf9PW(4w3nvvq>K zgI~-5;X{E%!;)hIt}&KHuz$JT4x#y&SBMu0{57b!;Enw!YF;u<3P8?0PLV8kjVL_ooU4#FiN zSg{S8+F`{6SxKOn^flqI4O-M)32blI3LytGW&aNbb?vPGmbQHUT#6wOBC6oCh=;Pa zov79F9~v8N(3sI!sQ~Q| z$oUs7$|pfK`Cr-rj5n^MAq+BmQsg5_#YCwBK}bGywl~_s3+R%h`u@F&G6W#Z{5*%Y z*Y4iYUo>I##b;0OMV2Vn`^UtUMV63I1($K8u+g%@ka}4nZ-S^VwjwC5F{m=rf}n$= z@eo5^gPBEQr{b74)YhYgiYRC-Q=g1uqxaSrGe{S>oFmb)jz?9wpBZ9^&5o1kIZ4U~ zRVj}g%g~nHf=G77pVT66xyayZ4Qe}9K@p-(ZeX!2P`e$)bzAdwdPC;6L=lnY%VKS> zC8TSDEWxs@!y>)blg`7M;B*iE|fgm zNq5?O&||7>L!(Ui|6}T(<0EUjcyTngGqES0*mfp%Cbn&Rl8$ZL6Wf^Bm{=X#Hg58~ zzjM#|^dGx-)vl^l%irpq6}Q<*w0r>F6B&i^f^N37u!)XEmA1|%z_kZv%K~hsH7Ai` zgL@!lu&4r-dJK`8U}!k9re|M0s8Z>VTRH_SUvj4BAZ(l+5(`7O5AA}TiopO~&}nfw z#Sc!SAMzNrP5gx++MqK4DLrs}DCkD$fkFbo^dG4u04Wh15SX1VO%;5@ASoPz^R_M? zqN6ge2DJEZvOy6MKp{KGlL1)ycon_!m46|vyAjDN`-0@3t_N{?(_NPwD902S3~5d# z28SxfV6chk@;xxz9~gl2dKmGni%<7FW}k1YnHu_1ku6)b_G7~gRuVCK0W*F}NW1$w zUCq9iHPO2L++0_ffZu?+6o3nhXZm(G+Y*7pH-NjuGOknTf_v}`6)fbkPQHZ?BWb*l zvt>;-KgfSIp@Xz3UED}qNiEQa(dF$Q_T7!K*M#AkmYpPl^?K-~H#C%74<17B_k*VT zJ-+ywej;tDXEO}Cb-^%OvIv#apho!NaYZW_K z?Kdz*ME{m8{YeK}jgUG@ejS`SsCEN01s=j2^=6)|vOj-2w8&IGCf788SJ#3xUepfo zV*5X{)lr93nyTu_rR~=&rI?89vIU11QV_bPC5pQW2 zlb<4VyM*=AoJ&}(SSDMIz3)kN8=a&&85BwEyUO2V%W4qndTEDaIOC_>qPRuM>_bae zR8&)0Yf=6V#w@Xvt+y;^dr?V=hn*AoU0@uki#KFm0Rzpduo$cuX`>p>nBqD*P^T2n z(alVdU=2J-*Lf1`m&5-0?Txb}o*HhaRAZtR_3B~KMDUtt9a#6vtY~O@AkOXlCWoJm z%bg#GrW0Bg?YM@?j7nWEh^g{Epyc>2kL~o&SZy)vP?UNPIRn^IJ}%P~WBHr*2ztt$ zb0k!i$ftDm;A7h*ll|r)Kj!!vbw9qr9JOssms2;N^Qgw!z2_uU^&r<6-BP_vc8PXU zPaCsR`X~XDPWaDZPiTT1c7dw`S|zKqf4HeFVl%X*s9~#dRXP-AkCXHAb^7`mQ zR-g*~pJ_M5#(qGQ1}HI4{S?8W0X{ojsLjIVbP^_g5B;iGh0&@>mnj* zx3nXcB0Q6$r~ zDSUoftGM9DXpNz>^WKo}G|n5Icn*^l>aS8tk7P;^L8Ba;B=N6_(k+=7RDEHs9KKPGSkfCA%%&Xxeq4#42DVNB0z67h}%NcLrV_EcQM4I-@E! z3uV>=^XC%a^fa|S>atk=<2n8O%;PT6n(x6SJ9yD0_hnjqHn23VMlw{}RT({Bte1l1 zxbKNJi9+-t2STjwU(aI3*@Ik)Q?4eeT7=@605ZI-$|H z8VX(Z39qsAR>M*uWJ@z|fd}22UhyaIxDrac0xxl41yYjB7$}Y?4>NIq+D-xkWFsLg z9@-DmTXOV57&?_y#NYPIcsoDwr2=pDuo{>{_OZwIEgVgPOdvZLh^J8T3 z1@O#jwSHUGR5wBlVhQv62bhD51_mgV%PwhU2{SloGq-iuF*Vy>ylgwt82MjlQ@c!) zjn*W|OZBc{t?6S5_b2UE)U;5jf)h53I26KqT_1_SB-?SiIk!<$f?w?xzX&2F-FX2j z;`9HqyL(H~Tz_WC9ZU{s*O6w>{FBW7$AEl`7`%x4ZCu?WYFmB;p)7pL@RL}^VlHh& zu+sS!H1@=W!LGws{o}m=2RiM0pjMoNR|ieQ91rbfQf2*tM#+Sg>O#`?wMWX*%du2z zHH`ahD~SSzKXuDzUcK?g7~S=BUM;-bRy$N|&4&6L;cU1%T#%836{1WGMOlFDGs|W~ zWcf54G#-3tm(*v-Q z@ZVY9CE3W_ZMVD`YtjnvTrS_ z!BsVdspEnLcgThs8kcZ7DoAYlr$Tdb)E3~@c2e;JOoO^Qtv*gg@8-K4lMHNC)3(uFjZaqkNdWu9#lqO{y3*frfDD}H=A z1!gOHXT+Hh@S`h3TM;uj-Ekriw>y|-Hkjrg$@$_urzFa)LO)EYmCQ=AG~h~mbk_XU z4G?>?!iz3<4lT9dy1^y-R3*6R(&EF5e%l^C%sVb(26tj*L;8)j9Qq;QUtewB&v6VxbaW)6*7QfB`J>41)9eG z!4bsFqt>wtY>U2J9nMS)7~CAk4km-4#K2Y+<)D1&D?PYhx~jeY199BQx%S|@zB4K| zMLF*ESY}>a=9qVUx*T=Qby<&`SgV#MZIECruES`m^Y%`#twsGjL1mB>x+WJMc_sS< z-r#E+=b(e$8JEvGZ_Dqkaab`=d(ZBuAt*D=DPbttPn#02?z3lys;A>afe^F5|+^;$EM}9dVAX6Bx&@5SFXaf zsA%jiorfk%yP&airbIzFzml#|jGd4b9IZ*LWAM}b;nMKNdZc~^+bxtZ*oGr${kkK#jK}1>D9#N6 zfs%zFzD0s(-?a}bKr1Zs?DpJKY5HEEct&HB`27$I50&(=&LB9}yjCY@bIrWNvbCPk zLgv?ifZ;)DI@e3^v4{xUE;Yxm^1L#1iJ?trK0u%%Y|8TBOsQCa(cjPlsl(PlIZD3X z$b*CjXRSn%0wn_;KZ25fs39E+wLUoQ%2^z~m+uu5r40P%;P7m*J4hK4MV`+Tjk=AJ z)dUeNgaJ-v!oLteOM-qg%-dr5&(_B6%6w;4a`u)sRuYsXF?8Rh!*qPps%8U=UCfT& zLWkP_CL&)BZL)5ec@z?_u{{K3X9G+;5(z}P`PNv=|IR8)AI73XS86mO1Wp%ue|GU+g-R%sy3Z(P{F%~-DY3CC~WsmPz0qNg_- z!Vd!&oV#HZPr|=3uj=YE11j;IqIt|Iv8-6b!gY)O1U{Iqsa@1!TiSD+3RbwvJ(lgK z>>OsOv(?6*C#GiE7~Uxij4p6P3?(W_)_zAhwzOC41U;y8V;^-RB)2Y`Uc7tU#|3g) zK|vW)&jRLt{bt>L4h&HTT;|@&rMAUWC?zTgoj((VCT(zRS;-i46e}!?vP)FQ+uvLF z)o!E_{Gu^|FDkqG46r}Q1Vr>!*;|!hu<0OplYbmVT9Rks30wE^7WsJ4(w0s%1SlD` z-b&PXdu@@Zt9Ti3a`}eusD%?>f=H;dZ5i}tEk}fa+`SJz5}ZLkl6;eU!t0I|{Efod zy%dTQKQ%^U7DroH(}K!kg_@iOUSsfj!#fy2&0B*2bE$+i%}^Ej9hQtJjm4)HH3p)Y zR@8RvpMI}4ie2Afzj`kHuShGq!ZHRq4tlpsyaXs4o#UN6dkWM>}@6cA)%2QXr4O(NEK2 zS*BAT7&kp57`JY~^7+emZSAkVWv$Ym-P}pP@b>pP1uJwAb)=RJ7leszTEwCk_I;?en2R27KSfYrZ6VW` zbe4|F$(Ay@{NHkTA*ktf^P>8}Hw{<8f*KH>8+VBQpBak3@n4M0a|gYrz**KbFX}&$ z=PHsmn6sFYY_&Hp=^9CMrd~F+e|(+QJ=!$KgScA;3g-jq#kvY7Qw=30T_Tg|%U{-= zKGP5!Vwn2#SHYn}?^+j4hyzk>#9xc!zM4gB0JoPJ+!U)ztorB$8A3yoN}+b}O3+gO zvY!N%BSy{jlG!0tQ+m=7z#rza*UOlbOz-B$)m00jexgA-i{^-8nbMXMDpwD?i?HDA zm4AYN9Gc6Ty<|OwBaPoe^de*<-b?`JPAKRP=9L}YVbm9_S!PDZl7u!N8SFXk$;~jq z^8&&bIiZt%ENg_6WEWl1zcbTVf!{}Mb=0Z{7Xscf;>mARY}q9*ehXcoUukk4z%HoAqn*=@1GY-Wo z;S*Gfd1-lH8ZK(nsewWNsx+4@7M@GFL?yC;qm1}rvY4Al!<6GTy)d7?Czp%4+i2Q4 zUol@JHK{KanXZYRlFmyf?<@J~@!ZddOVlp7 zBi)14My{ALD3Q!OL=|ClSu@}y!r=MSs%V5UV_kDAPGpEFBSpr(DdYWj%{;gxTzP)K z^b)MMNzrmbzlbno07SFr9tP%MpLaIF4<4%+#&NKp%xPc-mQYg}N6Bwc#PQ)#(fhdy z)TN<4)WKFk4|1*(PX_SJy*@v}2JTCsfNWu{pf}PuF20)Eg;Ys6 zw3gciS4!9G(yDO&y1RUHonXJ{^Qo9>ttR7v>fj5Fpf^NUC{r;QdxPYgK0*$Z2da9lB?>n$y+*s%iA(-LLVtO%bJ zUn!yP1?@FLzsJS;Xt$cJYg>z2{xEk{@d$Qhshe;;Pp?yQLrumejhMpH4>Y(UUDxu~sN5Ail~D?ROS@lZ`g}746WA?TYcOEx z5X=Vg9guMv4z$^qL4Y2$9ASS zulk$RZP(wJ#vtVVZB5#~ZmkF+5%uvTc&Qxu;PC#Da1IwC9h%aKF9`>kb z1W~i|vux)x=f-+*4BILE9mdqB|FjKOqz173TQsm%MgTLKWo_a$r9IS^wEZ`nxsxuB z@(_7TR4_U!EEJ|n{LMKikzCYP@-=)Y9aGXEofl@l+uEd z`3PjYaroee&xx*v!@ts&(uqBFj_N8J!8YfGvoKA;Htgo7O>Obtl7l}loGkuirI&+E zl}3e)z$Sl0Mg@>yXHbAPxf}!wZ5q;XK`j0L;s3236jT;0j#TWa&Ec=p*Z09R zgim(EVY!n4dzvwf3);|fmq0#S@So1gU^3sxijlG85T=w)pHdE{K0r@P(EG1D{M?uO z`=;JvCbo_qx9;u?K3ZTILaH~qx_RRGFny(cTeb`ygYGH3W%Q!`JRhFk-p=s;@2`Wf z04DZJ{4-Y!1P~Af%K!5|r?A-n>dpsIa;+^D^QoU?IpT0hl#;DT(KZt79IY&_;h#E`~XU-0mfUL0h#9YQuvkj3jd zf25nf?|f{>l6U7})(0OHGtus8d)~lKv!01|C~$J*K#KIL^HMKxTUG2L5u`_p2$u=_ zveOc|3s0UQfFbx;E_fBD5=z&c7~S{Jw1B0<3O4AS`Jv zA(TSiEw%a=Q#RD4a^_HFd0KSzu54UB_*$FQR1S_M; zn#}Qv*cqcB{C9*5NAV`^rOB+#HD3-%i#>6hO>}@WyX+w4%+tlIo=eOQ_|h%*%^V_! zFR2-Webi&CoS7PNJ7tkt_LwY&Hi$=_z=EZkZU}!i#7v9tG%7_(VMIrA7#s63?f3`w zE&h2-V>8l4$kjvbt;vfI!&tI6$L!PzSF-~g))F!G#CbP|ioI+2aL2C-6`c;4F`((o zSPsvX)(CpOrNBg`cEgW0516$)+=y&;u+7*Q0yEv?E01IUEl<0v=AGZV}MNwSBD)=Ym(LH6jB!3hg zKd{J;YdeC=t+LEYt#HQX8fTe~SE5aiR~813SGud3r$7#p6Lq7vPC?W*h^e#M!ft%* zABZn-8_Oh&9}1lh=v*o_^kxw~8L8h+f44i$w{_)L$?EmA!f8Y9(iONqavwN;(yN49 zRn^%psuMBsYaS-7g`&Mhb6H27mgm5BdEPojr$NWH4-i{f>~-T%zWeMs5`CJYv&d6t zl}^)+Non#RS$sN4n+W6ytE17RZqKXq)64P8W&_uTYGd0mZhmH4zI*)XdVn=@{zzGO z;w<92!^7dsfygnOQBSaj*tgfw_r%?T*2lLq(2A{HyR|)LtX41ODxWxPYs|7-1l-Yv zI4|4EcCqgQJFnYndmDd3Ymp9KWedOgX^%BvM%ecR*5VYbmC^r%&?4MNZtV09tKGGQ z*|_J8uN|#^fi?-$)23}76@yV{esQJ+74(5Ye6yYx(Z z>OsN^o@0X^ApBcI2J1QEbg*dne42R~IQA2XT_@&{akC11I;(TNzI(If{m}C+CSeUr z+NAkLLHkF`FJ~rHU>;#ou7j5d=j9*Dy5ck0L9NN10{P<|PIV_7LuA3e;9^HHqPYO{Ynv3VhI543>E0EZ7Y=_Tw!d}5JDI4AUJa@gTo~n#o z5u?4%fqH^b|4dQqgfEO7_swvp z49CT?`zGgX68#0}EA|*Lc+9g)I@}c4!^y2uZ;C_zWE}FI?t-^d!y0EzpOyy>5rQDt zJUCco1l24j{_vO%vYAZlhI78ImKpP#hIMTfoKp|nZPs4iWyc#!yK}2p=3rc&E_+*> z$MM^;#6*j0q^N6aM+fF#I+u&*$VBDcZYojuXiS!=!qz)^&sN=dplG@^L!!R6?$O#pzYZZ529A z>j8kB{x#Sq*5wDLrQ*pJ8^FymH(V8hNb{+#22am@lc68FW3Gus&E`qZp(UD>Fe{DU zK#=6{Egzyz)|RSH$K)gZ4j%0Vwyn^X>|jzP4e>IYp#z3}yL#Y6LtzFDoi?)O4h zC!opI_wM~ncP9DaTFLpK^g)4}W99UHlUpBwOH8##W;*H!PeX zhrNvt+qPb~2lfnG`5jRgWaykj{ABpuF^Zavz)8+*V7EKPbC}E>$2ox!R|zys%KB&v zJpn!BVBzg8tecwU{lR&At(^S`_vyy7BI+giFpKGgsy!Sh(RE8}c0l(Yh*>*%QS{UD zNsoc;-<3J|Wov=r+Oy&H@v3F(RmY{S^TV-&hv)l_tn`IU;LB9a)EMWw#g2xWe7I5G zb+`mHK2KuuJ~}TwFn(qaUV^PfbNI#GI|w2}JLFAZew)Y(*CWjOH0te%-#2Q&`*oRj zz~iE!(O7%J7-S4?=bhV%@LK&hoOshK3(|PU@HGq^%Q3x z4UdOW(AeJUUMJZE#w(gjZ>o7qtbJPW^S-vRvN+2WXYe{v@#M{t)2nI33?DV$f>K?q zX|};g?Ch2g&uf9JH}ya$`!vn0Tk+-5Dno@=d5O^U!8QAI*({}x6FJ}J)WeL@4KqH9T~GJZL3X>zo@sc@D-oVoaI~8)REN zTkFY>HItNe;KP3{>f)DIVd%a@?d*%^uLZYC&o_o${IMG2D79?s+6gS%KbG`Zcak6R znc{o;sU&N4=?58^ZP$$2aZjbR7}9mxdLZ0-kX^0nd7j2S

{r+^eElcqxh1Y$KV!_OkI`;DHHwLE|b zM_wM;w;3RZV`XG6h~#(fQX_-9@lUwphx|T5p2jUuK}%r3=wQMMVAgGU zLj*~{bfpVu#0nvoCLSvea&(Ius|h>0S7Y=>-q8f_P<2>`JLLM!ycVLcvA`}TLP}6; z&u4@xRX~E-*z{Oq+^%TYn;0?bK&vBnHUQyx{YK98HY~KDf~M7P2YGe`(VM9Jyi<-x z?4f>>LXyEFcBk^LkH>F@*;bPHV)n$qFjYIHs+bYK{1o%C3OTwT(oi=zCl{eFRrS>| zh)aeW00-Q)|42+0?|ej=D4EDDjIer=8NjjEZ0;P!@4a9v;b9>e-twwhQ1&bF8vNY) zUQw!m93N2VQ|0r~*|~gxYD_$zPxan$xH`#)1&A3>jhq459hY-IPI7D=x9VvLW5*vzF(0bp! z333{(cP(9Qib}hXfE`}&!VF4ug4Pc@_#|p)jE~KHha#4^?av|VKQaF z7pIDW0>-$4Am>eM4RMF7=rGt^o6!8vz5`|e_n$qmS?}PhEkm5goey~1D_lpuDs32F`@FeS#01NjUQV+0C(mpIYhhbdTTl^@Qf>tLFXRCZnISzCJF}{NA?I;pu-s{@>>) z&f$z~x89%16Nmr+r@a4n;fp8}8^ixBe93}zQ4#GJskC2`H9vEiUxU!ZZm1(ca#Jxt z5Lp%k4>NQTF$FL+QBF-XRP=$Pih^T^xyA837shl@7zu|83IazkQ8ytM7{H2<9PKIn zP~Ezz)UzwKIL>+C2!HrE`T4T$Y<;IIAPh+;6d%q$uIo}(;!kO$4dh>M|7s!5VPB4q zAhToF?t^7I4V^ledDL+|`WzRvU7pFwJM}P~jM=&JP5spW3Be)x`xC1Mg~rJDgT2T0 z)gCNoX3&y2of9SOXJ1Z@*{M{c~Z!BSx7 z0&tPg443gHD~Ngybx3QYj6}`sUqd-uALa0A4cSK>*~aH)J8SAUnbg)3V%-}uvY&MF z>T|n5%3~HZHwr5Ry91E{P)}Ba*BRR&%kU*Exy$A>?5t-sgxjv zKdTHoquLzu+zhPBysp+-=#?pE@|`xt2iI_)hj`-keZY5g=0)3VCXMZ2b;?KdRO0cH z&xGcNuu&Zgj0Q3-W61s|rh@~>WAIphIMuGh4%~MMunP&kYf;UNO%=5yfKEodMcm9F zY#kld?9RICma8w9=2Ak!n`%9+1oiep1&&`1lr!Y<@T4U`|KLM2ka$q^IICVLz9Dc0 z3p2|aI(6=8XNE?^7t#~c6V#IyywT?24|a~g&nBQoX6$6rSM|15DkK*MCO1Pp$dl}$ z>mjMUzbg2&JBV)$^DWHuiAoJWW>$jz^EAN&?**>Mi>Qr1V%LS3^F6!+niz)iP4x~o7>vU}^D5FSz3Gn30rtn!C^esgq;g^Xkp<~Lz( z(tvA#8NcZ&3j;9}vqx4!IqXvwjZ$V-oOC28nFb)&?k`{4-BpeQmwaH%p#V0r5xw_H zh(#)<=V=nvDKXRITPN&n>e8HD4Lg6PudiOwqBys`E-e|GRO?rV_Qg0dQ0${s?7Rf7 z09YpGE=eo+i?6Xf)NQB5z_`RJ)?ECY`laEo7;`#b40X%Ro$R0vgHT6!=ixN$7lK^M zEp-2hHgHa4ABz`4V|p1G3gDaw8KIItW0P|SmSqbQG3Gp_jguaHjxE&8*Vv!weBZX- zi$V3R1vU5=4xKVAOp_SgX^_@2jb;b2XVr3( zEMz29I$Hx~r>GUaeI;B5|Ep>3VQRc3 zd~;tf@2zKcWER<&$xoh_*ow_S0wtlhbts%mAbbdL5IJDq7nkY5d@V^poJ`o??VHC_ zCt>HopM}XfO{{pJqi`OAa~=xQ`@^-oh;-p=Z1q51>dL|EjrhJPk@IB)qXxP??uceD z=D=oG#$kLX`cq{V%(c*jtIih7QOL|SVlhc_6h+=_vxQ~xERf}W;fWGo8aE~;7W3>* z=_}(82{ZGw*hp}T*d9irMsz|3EU*TJ74>BJ4Rt=<$+sAPxvEK(l@c}UzVtBI468RF zrtd6My!p^he;DClVs877UGQQi?8ff9#h=N?1q&80xNLPCCOnM7nfIXPepeD8S5()H zBLMjLdc0_t(Ry*e0S6n&Et#)I@?tn)u7tbQ_&XcB$Ctg5KO#IUlzq=_Wl(Npe}2HTo+zln6APkb#R)&CX-x^NX)3CPV|r_ZkI_~qQgw@lDden zRZ)P;!$7WIz~aE?Xn(^@%o=9Uy#sY9J;c(aQOXhHXnlU0=ZBygMKl14r^Q>+B-X|mmA}zicaoZ&%_cf zqiH3?EOs|k)%iZ+0E*$PZuB2!FTTVMRPKW_GJCX)clA;xJSMl>;>-q+%m!r4kDy7* zCb0`goP9mOmc(34eLeeMwZ!_Qq45}Pv!3tb#cHK4|G5vo`+ILrcJnJ5oVrmLpczkFMIOTu@0JrU!|hMZA{RPL*WhkvVH4Ve8~YkKlHvR*qS-hBV9 zX^fA3*dbif4ySYU7KF6g6HdP)9dy7p5e)Gai@GXhjjhf%S7eeDXIT~3Q13aPR0%Sr z{%EjTjZqcedl&OwAN4G96?bcV@=KPVZ!Z^P~FLDmMHdFZ~P036;yxI))6@yY&IspCwhD~3h{E%K3V8P;?9 z1acr6R?SE6VuI+gtdt*S++Hd2asF-O^Ns0*Wh25C`8?QTWc0nS_m`lUx`vARGWX~C zAu|DX)N9V~9!z+pkeu>(u%*!YaYjj*@pYdGF_XvP|nq*&M>j_#3UtI&5% zC0;FIzOM8SrW#YuSa&`_-j9cA*i}2f#|JX+Qge>wc~6=+=#BR}q3abs;dxJ92VU3B zZTa~#bXHJnFN?yKpKM0~?Wv@d1ljsbhoJ>-Hv&N6pVqV_?+Ju zaM-kHEp5@6v+bc<&^8m0N8;n|qgS_$Q%ueWedpFFJe+gG*Es6~~iTSowSvX_sdV`+GEc z+1)HxTHBsbSg(VJ2EL6-dck@nEj6@k(KToM@w>eDQ2qYhqw`w5xzuIK)75rb z{d|2zM025L2=v&SR^f&9jo9@{rJ>{5w5X${UPX7~Jg1XqIi&%OHE{3Eyv<)DR!98> zQ^rq>_oMM=XEL{y%{8s#S+2O_8BuZN`pa6NT5h_QA$k15xN%Y+NABn&eL{q5&mrKX z+;&1~r4WtEdOh17=s{V&{3G+H;odvpQNyp#olV>1N(eEf1Joa$(tjCg;mb~uda zTQLO1buR{`nfyifdWhBDe-AwyF(exo=Fpq-dlF&RJnTK$ikBPI2cV{QgCF~}rqjw-1DpR_P2j2IHu*}OPx>NW zJYTQR3czE+&Qn^m@eb~V@F+x0tqbX2a&uWY!g?{=5o4MW4>e-K(b3KTAAOtH8?f~? zWZrkwu?ygim90^4Q(H;Fo1XlS^wFKPV+mSj-HtKGs-MdQXfE!o-kN?q?er^>znVTL z#EA)3({euef3TX5^^Zf4oRlB?TW4XXYkYdqF`Jbwx3UDYB+sxxdvYyya&AVn#cXYg zUZJdFZ(qM{kal1r``ay2)40j^9VJpOIBzRn-Qf!s76L8L8d_{?7R$-*PXZhYbWfWJ zuw&Q%SqrH{%s@U!&yXBeFopwbUU4HjDdH6I^ziTL@T6>HB^VoheL-+et_A0Pe2HDX zd3(X`dkf&$_msLtJ2PTPG%varKYKh5l=f`v9mb1IF{+&k?cH^2hgGrn$hY|g&(eK+ zUNeJ8SYCH*mwCg4?sT5O0V`G8I~_yJS`yC{UBrCNzJmT^P)!`U%WyKR>-_ zx#OLdOf&T^=%s;nbl}!e;r8^(o*8M4&FFKi9F2W`>7AV9HVUWTWt=}cGx@ODIl(d1 zFv82x?R#PLUhBw)T_n89olzXDKfb)sLrqzq%T0xNQ&)oa-p7)+KLR-|Hx<< zyP75q;6o3O8FDl->7=#Kbq(M{rrprZbsdL$4>9@6&uVL<6d-=F&Fr1@hi;t7o7~n3 zt{2aR6~?7nb-F+{PE1id;hzWklfuIHW8s={)s|H92}|;fZ}pn7jbIzqO#$0gG(ddy z7|iV^nU!qtB%X2O79gjl^Mt3LC2T+6(2H}y)*{~?OcN~#h9&5FwNuvtaB)lcxci6U zk2$K?fRvq%M=v; z%$c+lKexp*39IdraG*BC0v}(1N zGdqRaqg683JnHZA>qcFDS6ibGI51SKC(-*XkA8Cy$vI#TBQcj?EWpe zwNjyYzFxR}uJwTSgp|0)C`J6_i5Wa5my|-}h4UXlvBk-vYTo(J? z?RbMeGiir>R^j@KThC)|!rFbrN&9P|ZkK0sX7i@ji_O%ni_KPrRhGWs;K$0`nY>fV zoeG;)`nOfBllHtle~X4It?jZFGb8_;yM4BL8j&rLO))fu<=*k#ru`(X%Si3$R90Cg z=Rr+WJa;thuWmS!5E@SLH2{Ha$`b%9E!+xW) z5+45V|2nx!=49)>2rs@S1pqL-0sY^veE!c0B<=rJAo=MV{0Iy8@eS{PC8dC7TiaZU zppk$^Z~gxZkSHO$di~7*R2es$;NHV{Y7Bkn!i@56xxVqCRcg@iy`Hb(*W!I&^zyt~ zVIGIW*Yx;3;+K+7ETz3{_k6q^J#FCE)b4C?`#zay_IAA-zh8ajZR_-UzdWGN?DTZM z-1dKM$nSif{9g4LdY$^zzv-3Y`*ZhrIn_$9xAiIS`5_;V&xe7}=X=+?((CWw@8jWh z`y|Xuzt{g&yYsV^yzsU0!{7V*kf+b{Gcn=L|8rlSu0 zz4iUD_i>?qGtKw>deq9V-|P7?VSX6?^Mjw~_5L~a^i-+O_n1fD)A{|fP_$z2_xXIZ z_5#cQ{rdhmRk@S%HN;*!&FB8~{`8X_hF{bBb=}JU@Hq6s-zELlus0N6diGT5Zm-w- zc_ggg?f16zHu8Oc{d9KRh^_Q>R{HU9(fjpqlB@IcG%U1|$1=(9_jFV%TPD}bT~2>^ zb~l0T{NwXs4u8$x^R|%1@5dISK4Gaeoo+x}bhR4I!E75S*P@W6w83=A+Zzq?PEs&)*G|4yxe@q0x^;X%6*pT0k`&8fdI zLm!22&Ch1G8uF%P4ny)vRedao{2|GVkjF@sGY5Vju?HrvEffqfMKTWzv&(?3x!Uf_ zEDvObfdOIG{;IB%^L*Jmw})R94n8E{gz406(Jr?=U&X)%m)wIf5JJV0u^VUry3yB1(Jmt#C(Z zVC{5|=J=F-YLZO1RF(9X*HU}rpDi{;l7N2acGuNULQ$Y#HCw+%vLHdz1TATtN?&ipw2US%1R45L}6{(RD4L4M5eqFkfky z4j4gURhZ1TE<1UUU`(>4Fa$8)u+17$FyXNL0xMi0sAiU(k<{k&BpIDbis~IsCv7^g z7S*f+vEI}3DMu1t&ohh|6xc4@xvJ5G4Hf1(TB@=~R!O_U7v%?l@+hsU{qN4Y{BY7W zltVJAvJPQq(U^MnYm`oZ86^dbbO`sVr)8Yp_QNQ_F_2)kTb4Rh85kRqQUJ`Q`L6du z*SP_$?rwP@GEcanK3i;!g|mDuRg0aco+~X>2^R(1PBqUUTouSz$#EqH zhXKzZCX=?t*VQiP*6yLzHZ(A@f4Ka)@OZ~FxMM@jQIzg3)#a{Npi>>?W#}u|?&s~x zcytz+*QX6mSys`>JUX-74(3=JC)`SZn$v69CKu3ARVs=~iaQG5;#ihovgN!YNZmGbZajrqS*OxaXDM;s68%a@ysq9DGu{id0q!Jk%XtL7Z zDmFE%6sJDQMCXdQkF46&r14nK*PXEGz-oMYicX$46Gh^$si3KF<*!Lxre_%(j&gBs zgzPstmz=99yuk&L)*BNU>Kdv+r^elf9gh=k5*(^yKtQUUUudo0t86sPC&qlJoyEa- zeBN!OAX$|hYzI(!v%QuKHwg*dDFt~^uPrEDczn){ypfj%2_gY9oDfV$t9I-#Gf!YC zOB*UetzR}zit7As+N+KwF*pPjq{FzS|6~g4uZ}r5RvV7vP7U>C%1!gervkh0YGI^f zxfc@L8mY_IsLHe#jZahO8}4?P$5bi=0lTAwdjAxIvdXj@w_&thZyn9e)N{IvSVyN= zv(AjW)8ue%l#dyN;?j%eLiN@;r){HgcN~9>me^pH>G3y^6P)4!hZjBxYF2xeb?1A2 zjn;eeGwDEIFCsQs^%QL(#rf;jHAS*0!(h>2RBdFHsWm>g__<%M=YYwrnutPy$+bt5 zjyjCgUg6hBdJNY!3@Pb$;z}2jjN+=c02USoWmS4 zp*LOV)JTPK4|BBLUa3@_W2dF+aMMYLN^4P zO<2~733(Rhe0}!WFP*tLR-Zm2v68-t|}(83)cn=Z0p`Zp*vLTT~hdLS!9PU7Fz_1Js1ty!Q zj2xMuh`aaINRp-TkSEg@2aIwQ_7||*YoWzfe24^v;vryHsHT#+AxHLEV6qd;5TFt& zbNBBs|5AG~IO%|4M&ZdX4(20PBWL@9u|-LOt?A8HCGr~CZ7+kYEFZ`1DsA6qOI3-T zJNN{!@T}bYL8>IEhjtU)2&OPih!V-5*aIs@GLfosyDxl`;Z|)@<|;lgJb?hxeXOZg zUaQ7@GUHiom=et$uqgs znSg9_!r$8=XuljX5DCNRNMBS) zpzK;}Fcto*Mk9{Allrq`a1lc~lN+~EUp@^t)guQmx}R=KW}x!$B^VP)t8qklGS41X zOQD9cY@0(Z3n)wpOv2x`D6-8mB@#77+-SI-Dp{vyoSlty2S8EkAPkm`=wvcMr-LXs zM&9YZ+<;9UkSXuoIadE zZQq2Bw&zdu&+SEVaGBffdp?Gj*y>rRBT=FA;i3l4L6Vc_7?X0B5w`d_>2xx(G*H1&adC-?k>5G#9nk|$@ zXrazSB(s!moua8eqI9ua+Zt*SS~ab!>ZCFbvRIX`DY?z^(L`&r*#TY07uHkLwExn6 z82KW%QVeh%cDI{nrS1H^1VH%b8ldg*z!E1HT)JynYo{oyH97v^k~y%RU0NY2Y@#WU zPWFNhzx^^D-_{=50LS^%B`D(T5%(2oCZGgCv9R-+C>5n2_mv1YIsIBzsUihFSdhz} z{=nOhXbo$6u>{6P5*g%fGPuS(@5)X zk$$B2ymKTykc$Au7WcVr$aObWKqI`$FWJ;?8@&Y7U%*0B4IJo0PuJtkg?6)W;v50% zZgJg|=Nm=?dtiA3@_c}52rZwi26$6QKD^5CN6GWq8de~-`4}Sw$Grc9l)8rA?-ZJ>7L-OCWwG|N~4SayNhR<*2xFi^iX!M66%F3FFp(JHbH?~Nbf z*7Rkddnu7UqSPG*l4{(Kb1uAG$&7S~J2^VrY!hQfP3w`xrcAHeayvvHCB#Y^ss682_^tXe*y;(Of1AzLWeoK_HSO29PW=^ zlhBodfv5ImI2<#As@8@jPK1Fm2z3N)S*j_=M8Fjz{*RVvVqo~{f5iHf+d@4c7uq0s zK;`$)*1ca`)eybie{UhYKwFy7Vy3-tdetH}b^wzC_>KN(U zxZ%&EfdnRpu&RK{Oh%3|)6qHs$*Wrxr;37!9s}0>m}9@#L3@lsaOZm`%p!ERu{21d zE325uu@K$u%Ylg|m02#{(<*8KO%Zn_7q+8*9@Ujn$RjKpLt_c&9>7BTuN0i@uM0$Q zb2^FBfyJ@58&|uGtb|LvB4J$S9oncV>c$_cX_$ib=Nt|{{M+rBI+{M8XwO$NfuM?G zs@qD{UP|SbRA{9wtERG;rqcko%(@90Y#HK#T(L{TMG?K0sHbIzydJ$8$oS=N2SsVs z?ZmCnGUJI3S8f3+xdu<7b|ccLOouJM9E`wX5`jhKNG@CG;XJxYlvb^_E|s8cI)Ymb zZwMF4=>dTynwt>@rcL-?a~!2R(qXC&49%Fs2wjb5&)`V2pSFT%BDd)gTVQ0MtnT$> zu>DMq!lF@!R*vj&VNgYp6{r+S%7;pIdhV=Nf%E&8$dX*F=G2ru1?ATIFI{8(rEA6p z&ZT{R`GLspH=s44E5)iV1FWT}rpC_z5jl2_xNW2^1Iib}&y5oxze%`;D_>rzq67|P z(v>s07k>7-;X5U(f}Y#=i}_)Pt%&Lw&x6fePFE*#K$OmUS!fTD90f~Df3UwGSBn%l0 zRpENDOoCPv85o(eIOFhscKC!TTD95csFQt>zhD*G=oyW4s`5gNt2$C6L(N}H0x7$B zQq+*#`o zr4*tH@};{xaLmCy5Ja4Spn}wnBaVA<#0zzNQ4i7|ECW=sFk)mFGHsu7^LWae04dG8})KK=gekMfnh`)6koDO3WV zc5g43c6hjXi7ib8hUTW}9e)y+G}IzDearU7Ion#fBuVj5Zk$J5l<=B_2Q7j5)<@i6 zW^bA)hB;U+KPLxAeWcqvW7Ys2>%4A+mZ-WoHc8uURwq-9%OsltgZ6lk-az+?cOv?tvsL zxxW4XpU)J>=S}vnG`m|5S&rc5q&By(*R?6noYaqH;x_$RlD~X5VM`3ZLm1G64X$)5o)qZ_9FI(6nMPX~aa;sPW$6`{gW^2Ym}L#^+a}GuHb7vsT*RGts3(szepSWdq8^ z8k6_n1bqwFn@NKUnsU${<46c$nDVU;$|q$v-mR@xWNLe7r!JQ?IfmAU?h5d?CL zV(~1A#h5S1xh9WHooU3wmXQj4Y1>xo#h_#O&_N?OK>O#y83D@o{{lXnJh?Tn2UPC! zIocAmy!u8DM+E>x)Ng$~y0Qt>Z2k5K)vg~R4G#o{o-x_ot)h}Ls5V0G)+xUQm z@7YSCSNgYCGRE0ESBcFGKA`LbZ7Wcl1w6N-O$3ey^w;3%qjI$M>IE+!Ch*^C$r>E5 z&l3b61ivYiRXPxY$YTl#v4k)03T{{L$~CW6M3+#yR};{-t|&=U8BF6_-P0{4)$9;W zSrJ_0%v36FT1oDFRc%fJsL)wRrMU*Q*i!}PY9l8x5@b;fmC&eVZU-4&-}b6r@T`i zxk*6|9}f@n0F0(xAQj{0c$UWrNDQ|cauuw86px%U>tL{m#_L%e=mwHXbDtD(p6gJg zaYNdW!3V+j z8+7Gzim-rPV1?52d`=Mj-nbgi5reLUA!e*<%R4!AfDATuNx)W|DUf?@|rp;3BnSptkIilSaVtm0hmYgf0r2ngwm6;`WkyWEw3Tf3qzg=~{g$ z18Hxh{cB>p36sdP?f`N7FL4bv*xN(M1bTCEHi%vYAJ&^ z(@0Kc?;>yUxT5(e(Vc7T2T0%s4n>rf&VOtJvqgFj8!bcfRn9TDPMY6Ttt{u$RV7&i zo)2&>X6)JzU~quoYcHplfD&k(1GLUA5R$)&)MF&|gXe>ly@284f=BKSA|bT!=f1;j zBAvT*X7uX|+$I)sD@e})mR<1RGs8Kx_w6FnTcsEupt&o02URs}m@G?=`p_`tO^o^c zg@en0mlinv_NbsAr{(M)X%o~Fx>fwu+ZEuPtG1Fp8k>&cbu=0XWOE>^l)YbEY2Sb&7NQTpd5r)s#~y%HKu0BRigWbf|47|#5eGfd z|9g6h=k@jOHErd;(Q7vb%@@sr^y`9as#g(u`ubEFZh(->_|gjC*2N6bgCnG06<5Cn zWUn$E2io48aZPf14lQ)uP1!pwWkh}1iCP7#iRg33ZCfp*w`lE@!IjA$Acr-s`^ksA zCcz4d%TQi}*O$k9#2BBJ)3S|Z)&L1q+ZQ?y9u6k9A&Gs?oUQbi*CC7yR) z9ua+R_Zh+TLKWCmIfV{|dHWAkoYzbt+tezT1ko^P-U!3V)-7ww#s zk5v|e55P4JE<4(F_##DGXJ4!8pb{_J)6sgs7Dk6;>l|MLC>4S8n8+azgrTF070`1R zk&z(=%9G%~NFOxpYoO;}LoYIU;h+O9>IQ1TdLiNmY3;S0CaH5Wa%Wa%U)rZ6;|6Fs z0z7dZgIH|=ma#^scp))MDp&_#+1?iZ+(gjJ6q0jDPPWb6h3O7|hv9Wv7}DzgBG4`Xbw$JqF1NvsH(9eS9E1s>Bv zfGa42G@C09W`a(o((T}v@e26Lpx<+8ju z_?wy^QVo|;SKtC$=w;z`lmCtS6{#ylIAMQfJ!!fxM8Ha96n%1I_na{ohpcr3Jm&=E zgQfAQDeJD1U_pwKWI+nAIFcO$6ZUJ!d@_{-Tr$Yt0;U_t6;}!LtHN)th!Fm#TrKYt zLcJ33;$vRw^f?@Ig|B=1Hd{$CTm%TN#-jMi5R1iM$vV8&cZ(pY3SfoCbha~*=ohF+ zVu1W(*mFiI=>OBGR+S&f|Jc=qM-C^62H?0VxqMkSZkTcbwa6D1y%z5zN{8)nU9C6f z2?EwRm~W+o_u2bAZK@uJ4L(>qZ;udJXx9j#pl*`bZorV0p_@P;knm5B#Pg>YOLPBlG+LQX zNUzUefppp)3MQyO6~<1@-k=UPxFd~W;?!99%M&cE-5{Mc!!ogX0ny|>o z!s6TC2p!21c_{w^a zeL+E4f#;U0i!bh>F<3X%)dVt3$!awz!|L{I74@@By=yw?3R+@Xie~g5bXZT%0KqNT z;3|&kRO?=aN2`A}A1E(~p+K_@>d}jY)8m1O2!JHplk)5bW z3>CsmSL%{J7LH>Us*4hLsNH2D8@MB}j08=!{2J;GW47}i2S_@(PSM|dtkFgz=~$g1 z9Q+*%PvTkZxpwFleyrT03np02v#LgxLgic|ACb17`VL!WZ14 z4Azbew$==X=A% z_Mu{(3spto#_{;HNRre(biBf37`|otV;Q*hY;Jft3j=&6%lWkr8aw86=%7 zhuOnwl$FfL)b})ru~xi7BX-z{jU1QA#g<$eP2WbfrQLcKe@hVE*#3~8QA$V{vaWoC zAqEM@b=?Pal*i%`=#}n<=P*`1j|IrpR*dPl0@7lwoqw>|PW0|1C_rZzS@zsEX!+)ms(oMHLm;@!|BW{T zNtMBmF|riEt`NgF-7e>UI1b1rXA|DL9M|VC!-QF1(LF1u3Xu^`DCj>HRB*^vd=m@m z_(sqfG8_T5M1)sN8k@SKV`QpMv4Pul|0|A3zZz=Ri?W{TIekZT8Ak}6@1gl;a2eW< zBP^>3)~!gB)E`4AMX@m}Mi2~1eLUiZNDIzk_~PXq(64d8^SV!1;pQpzcgq(ebCQ5k z>x=6N!EDT-y7!S!V$a*LQvbZyFquh&Mp5sx*|tfGiQ*)Vt9^}4UL|uxsk1?6LP=*L zPO{Z+pMfxm1hbK?Ux8E+4Y?({TSQk&hS?-jSA#pEqX|M&#-mUzIQem*lRdZOyXsKxBauI$z=`)Ntrya5$Xpn@ zz6!qG+8Vd)ha#JmhFe-~qVUI|0wHh#3^;D8-IT?rbJXCjm-tp&!rwC*MIu7gOAZRw zya0>3m+e)$M&Q!y0cFi6>x0Xme~3*PECC2Ccz$)Jx@tcjYdapWt=!RQ!-LTN5;DQu zTNY!b4@2ioC;nx0kG%3bkgYG=F9e$ah0|!0BKX*csJZG#aW<#f?v{CJPwNp{WcA8| z1nlXg^6b(QiY#3(NP+;w^+uic-T|vZHudDphioCc5-c&G&5TVzRuQj_;aoS+l3yJ! zN!Z|Gv%kboD0W|Ej~9z3KH|+vs5=A-eiPulApctP-xm_DlLmwnT*9)&vszEA& z08?eI8HfZ#Layk0QKo_-;MoXGyZ?9TRE%cO@6X9TwJj9Ki2R?Nuq}jJHNjVcpTv(~ zb-q|Nff=OP*cb89Da`M|@8MR5Naxk6m;pB9BHKVMy|yZlmB1F~;=?&0Yd#)~l@oM6 z*rM^)Q-(Wq8Q_z_&?Ml{WPlew=FE z7mR=}_1y-K3Oogy2Gzpu%A%GmMQ z1z^jXk{`0(qLh`yEAJ*dTsQwH5KUy4r;HP{iwyLMB`R%xg0X`T9aVmFiwTP?~ zIM!lQgG1qJ-7n|7EJ8V5B6@+7R0|ZOlra4gz(6;#51@n;FoS*H{Kf{z_6JlJWEb#?9;hjne%J%{mg_~#H%w#Eai$F zsHbkb;j3O#^Zi63T>sqV-hGv_?|eCFZ-3t%zie#a?|dDs==XX*4BCDlUA^%CJg2?v z_I~L1EN6X11%Khc=}-CV|9oA?`#se5`h7h8@2|p!{&KL1`gW^-0000)00RKP|L%?L z?OdGfZEQ@PoatOVT#A$Wu4uB z@K87t;B0&R-uw&oK=7{vIW0Y5gX@R?z$MIyhV?h}f~jEohbkG#alw!Ucvn^|!6B*M z7Q_w>2*sHX4zhs@lHSO@!JcGeGSwUWNf?>RC^InK49oGO|bP4^uL&KjupQbGkT3 zQc(C$h$F*(GcR`@(<281Z9HAPz$3iAv;9iRx(9!JRvX4ZjKszDP>_N?%LR(``%5{j zPO7-YU)fQpC)*!)OZCZE%`od+oWXcq_lE9nrCv5PkD*w`^4w}d1l=aomg}v8n^Ou! z*LPzV`~UfAF`1K%Ax>^OmmC1#%?bbj?blD@q68wQw)VdpV|!Z%%U^%dnR=LBYWce; ztLFAXmj5j-R@EwlcsI~0ru#}nD-h65Caa}Y$Y-f8RN6@BYRV{)Wb-Uo6s1+}Sa3JW zo`z{GJjgB(H>)z&93rmFKW!S&TJ2vuHxzqbW!BbBSaie5*<)BTobu~^>F!G7vB>B( z+j2hczv|qXd2#ODx%t}0zd0t&!oMVUh9Kmkn4=&ZiSWQ2i>So!ylybg zTz5}nZE6RKnYpoj+TgpOlNc1LuvI7}RLd%7Cj4rk0SF9!s=YtPfeVvLn(@ z!8Mn}B&2Q*iAipEKDKNsHep1NDgYSX1bTs?5LI%)B#Lvi{`-2AFYvme4ta&%gwp;> zF8tTzpL=0w0w2lyu0PdVr7kE>YgYKjk#=za+K9UlTy=4u;el=a9R<>djGg>ppj}xX zJyK^fsZ-RdE9#6!9Wz4TJ7VT1=7?)qAL)8gyJezL=ZBXcupf7#)5#!YU`}VM__v!c zajn>%(TqyVEDNsHA~qjNkh-weUhi*(WZTv`NOoCa?j%E!M0@k#2TI+)crtNy3+aE2|4vH`#HRI|i&4a)U_u@X zSd7jEU#VD>0s9`BIWQ&wvPO7)IAiufnId9G+?2kA^-0aBAMgl6u5vY@xE9EY3R%e= z=7fq6z4);H+d?*gpVfaEIz#+I7}0;)55;CX zItOc@5JX3Q4`g;>V#4VVLduzFP9TE?@PuA5DF8-&*x(5b$jkf~X4U3=?@g3Wh1G#1~0K!wT!qdX>ujCo#OsL6vZ<`Ir{ZyUv(HaE7 zCZ*aHP%w1>)x2c_nZCgC6=YSgk~SHjFG+M* zS&GnNrLd2fRZ7;Zl|Ne8s*tcvqOeXNA)mt*LNz4e@jQa?A^@(($5trKhQ2Y9)dk| zl+V_PERxR`sBgG^Po!^iP=Ca`EK(iwq&t71PwCi*QtDUZ2!E12X_U>#S4_wm)mz$# zUYb2os2;4lQc|Dlpq;o^J;+vySJ{Y8k}kP^{@_rSdf9;+_1hhS9<_lhsBg6W36d`1 ze*ZX+h7kV3U3sGKP?q@*6d&~cAId#>s@K5?c>yaf2E6_klv`ks2}B&_zE(t?z+F+$PjnD;f>&-(9tUPV$l)^> z^O3)ibn+gBGOyL_(W=lqC;ONYOi11>;*9v&Q=cqMQWU{z`qKRprNUXI@sPg0 zzW(nPuL~rGD9<-MuSHYXXmUk43PpdvFRH}iQL9Y%! zlO~KAx4Fn%6F4Y&58>?wBqKW=I&N;^{GiFhou9%_MF)0F9)@|+SI)8emm{G%FE_O+ zkIalE{9uaUpgUrcvzR?PTlpbj!2@cVM*1H^Gm|BSE)guP$ow%O1oQ7qB~g;xC{<2D z`V#Usl`_eN=}aTWMaIP)X45p{FG+?Aix`)bWLEtC9o)hW=s0n!mt1}5(1NEfS zIFDr{<%F7&T9R84>Z52yS5T1i5GqL0A;|&}x1?N_au1^Ex_jPLbtd!4-e4|xb-pnU@7tnp{NQvRjpXb!t>Io z^IR26)@_msJw=sh<>Dm{b)8t^C@L;^_rr<(VIJ4OV?!(64^OX|6cU*W75KR!CQvLd z1f<4?M$g8WVO5jWlfC*YDo8Tfu7nVis5nwe?vpm8(HhV3gaBgW?9!)|m%jzMbc6@e zt8@$cru4ST&Cl*oJh?cPPMP3Y#RjrULm6`WLgx^=d*fh#Oiq3A(`NUS)O1M0SCrzz z`*px34;;uK5chZ!KSL$(ViLhul<)Ijb=m@>h3nPA+2+*3jeIvN9`B5p4pG!z7Q*Jb z6q~TLhrn-=vG9E`)?&f$lyTVXl(FE+Cbq66Qr%mvWq3bAOwQN7R^1*N>v*JJm&EoWj3d4Hv4fl^ z`IlV8T|S`G+HJn)4^`qKdB+8?d&W7h=MGe4le|kS{HAFc+sido-Y!avJvoo4i#r~^rI8n$no&;-ms<_B*!W(rYN{ZDRjUxK`N>XO2AO? zr!Xaq9$YZ`pac$_!3Ti9q|t}bWu3gwNCF34pBwPEbmUcBy(KJ>1P+100eOQoQm1U( zU)dNE$G-uwdB?{p(Kg{Yk;1>{qrc}sn2}pV;zYh|G8o(hHvnxqL^lb*YlL7)91$CU zJ_?0)X+^7aVuIlHjaqpB-m^~o-8??w0(rsB*I!Cb>Q6wPc~rtjlqubMKoaW_yzM-= znAtPq;QO5mhMgT)*i1s!Bvkkfznxj6;Ps;R=+E^0Ii<*YzL~IK>(kEYgzWd7RLXj# zlE{?;)F{_eQGNo^9|sdJ6^i^`mA|&*CI2KGD*oXUgA|b*m&3E=THD$2=<){cnNFXC z>6K!iwe3hKG1sVlgX?+O{2;aZ$|F+t>%H6ar#9++{Wb~cZxwytX8z2ncu}5Dl`IOk=~FoH3CE(9r|m+zr`Ci#r^_<-@PMb(kTjildAB?{wn zE}wby^XYZ2?ydE62lgL?yg2~#aeaJJC=)~fl4zTM^&)-mu#ok)Ei)ev%o1*MoV_LN z*$b+VHj8b>7`t%)r}z3KQ!MnynY@z4ob5Vyr~BkuQ2EyBo?h_$U3libVOM9*r|j%J zBY8xANuW`Fjs@rLG_`2r4XDl-6Z_wbb0WTlq1vCoM=(4Z2RTS?r^jS`iAeSB_$~iD z*PBI6oDY^5TrfraV>OJ)h$^ESR9avyLm3#} zK*19i?RI;ido}6%= zIh=EYCNJ7Lu?6oH>r?GKrU+i6Tw#bf}zuErTwLIPuB% zZyaJw1|f6tV}k>QRL~1Eo=BwrY)*xcTJq|(f+|%FMtaP$LBVDw;$xzBvE?qNKdN9A zfl5*|#lRHl>X7Oo4-;}PGS+su8w9tVNd3=m31j z@*I`m{}IwUI2!5m{D+D!$bzoF_WUx^10Qj$r#hBbX%bDV*i$usq54jl!lzuUUyzhm zc1V z(IfBAhZH+Jj9xRxbGM;WRoVN~4yNpT_u;wSyaO__t~0Z}Q}d&r=1(r^*ntDbKH}2x z%2v`iHOwrRmerY7pnr(gbcg#lnVfQ);0F30#?N-j!v?oZUXrnWD`xOw4+>*=z|{j& zJz(wZrNtRffcwn-yFD-nMakT%sUhUg5{peuwFG6Qp=@eY!#b=s8{?CW?b|)T&e1WD zEzStNxz+hv#r=^VoxTb~5ubDM8BBaOlIZoKUqS7c#Ile} zoh7RSPNT9v)q$MM#$F*Om;Vd^z5OEKvFc})^U}z}s2JAwoSi!*9T5jx+}=FWri7zl zV}_OmqoOmYvbK)g?sWgQg_Og4aoH*azXti0PE8Be4ZSd62j{A>i$|$5!{THT4Iz}< zqMy8gNH|g&yWO#YpO6h%V>a#_3-}fr0nliqOKAsO?DFtXn$=G{yD2ICTkLRqxBaG5 zQj)0#l^C-c#@Vzaj?Hz0kAr5==ER5>k}#0c)D_h<4PAPIXsxNLYY3v;P)O|Tu5th_ zY0sq;DIPj<>9`bR-yv0YxDF`kUqW1&Y^GZo0^#UfIe^$)4JtZ>3eevN4^$&XHv- z7KM873N4eNgIjOO!%RNvjY%+#Ctp-M3$(ENPQq1#r0sMfC&QgQgCHCjSRNR<6G}S) zbwQ;BKxI~?mwv~VmKPl^oi1A=KoHm-RsQUSi+9-$gdRM_#UA6Q&Z9P|vaz}C5j|uu zw}0i}*>#t0fy7*$|H_=+0H$n8JCVM&u4SDw)@3N|`gUJ7A??v`e|TDTDwWo#a+u4j7ZG1!x;NSxg<2K3$VxRj)d*I# z<6YCmj4>>u$>=Y$<&fUY-)h;#C`#q;^3xJc8P(}RZwIs-SG29FuiWO1#^-mioG?w( zKv#%`=7ec=F3;lX_VJ_ocEdApUY-NjedW@@V@HM*yV`DEJ6${an5k`{caM-QT>Msp zlg*L?gX9r?7A^|S4_G&&i3 zI|@qp{F!M?0|FN`l{RrK8s9j><6lnHK@2FFkB(rryQfk6EX}Mlt659DmXp9U^wY3) zMmTI8h8-E|0yz0^?!D4eH~VxG9)p5}UU#fo7l7oMN-LXZRh2qA5V{Vd_3ry+19K9r z;@I!D<7geQm>8*T6m-Wx)P_I7?(fr0k7VZ9KR(TEB9ZguiwJHa2A=`gmYAGBaM^^` z^Do01;K%*43b~=4loh50+W}0mqU^{C%M}_54h1wJi&3ILrEvdTDQM-l72GO33#@@3 zK~jL{;{-W@j6+hC7GwuA^*m%@#)qZjz-1GX3HiyaZqfBj-!wZvf~V6XYAh!?(HN2; z-s@{okFa~K8>9^4n7VIp;>*oZrDdIb&OX!4Z*Gp?;X1fAziAr|f~>7W zWtLt3+gXp|f3UHGbMR@LIbn_%U4riUZl|b+J#j+vN8l7Kv z^ZMe^EDR-XSR~WGXzJ_+w5pW2aOnsRWUIn%l7pC%lWLZ$jekgJ)*{bt;^{(mLDee7 z&z(8c>k^i3T*lmOb5p9c9V%kIv)(HM?ZjI5)S+f4Cali82(dBj*2i{e_PP}j8&zHh zxM|(6;NdTE)kj|jub=kbsQ)fxn?>Dik6VSeS~5k}?hUP`rKEFcE1#N7?bSPjxNP`% zOF#MPyjZfwH6B{WdCxjS4RJY`@n{{y_0QZS|E}PQD=p}4XVU|hU+&jZSX-LSQ%JJg zf%$A)`A4|U&jIW&qoZvC1p{}U;&&N7HxqNQLNHp|9MvWCF4>gWvNDq%@BL-@Z+wRI z;uCtTyE9pm)E|0nmNR}4%#QE{#E#tBou0t7f9UXrD=q1~&-UM``6$^AQ^S@2M(2GS zS9J?w3j3 z;}|XSTj}%28fQR%S^nG11CU@OT?3UQ=C*0a!2Cl!27+?_uEb6BZOL<3;$!ZhodLYv zyhEt%2k*gE6mt*$A-wI}74Wbb=THTg*c~7ATTPPi){~CGw$N@ugY8NN#v#cA6FOL7j_qOt*7U;$yRtnro{EvwOlHF6*~kYo zFGUmH;ZdvB&_JQxLI+3kXaih1#~5BVGV0)PYuC8&)s89*$DY@29qoXs#x#MT-Omk_ zYry!naG^E1%?8JHCF@At;Y_ZV1&^maZ_n7H4MewnG`hJ_`M&5t(eUKLj=a_SI=Uwe zzIu)ld>tSU4^0Qm->40*_TmY+`GH$-q(f^TR{E9)@duBIsSOXlVQ+^DSnIxSrB-|V ziEVi5q1;aF183sR`fH5WZlBJc>JC)c4zt%FxaE%fzLl{FYfqU+=|6$saz=w|qumC+ z2Xt0_{jhPkJ8_?LCqjjXHg@|$Z5{46@hG@D;d`jx(4e9o_QD@L9ga5%Iqnt&DfrX@ zO8uw957eLg3#h?&UylYI4$s{a{8{niwpU@p>G6XHsKNI>kBIATln_z$DS`?oM)nSm z7V3IGSx|Jifk08o_cSySv#I$(&BuGgCs=lxfhgKt;Cg!9fTC)0LZw&ag~wuv+WZb^ zblUEab=n>Arg!Lq9#Z&)-l~b(-X=uLUXPG;x?KV3wx~iIDv&5ToiS@RJD}L@(gvHo zQ5_!SNOgMLaVxGrfm*Ni11l<^JZ>*|%Y0s;7dLx>Raski{k~w^)P3>oR@D0WFYJX~ zzjQqm9^}hvydmPx@dc#6c-xi~;A36m^Uvml%j_${xLowU+Tie5Sp}q>Sy@FI0RT#J0G zN4ODBk#XPpAL}3odAoKn_|B);w;!MVoL{rHzrCQ3EOY;3MuRQ6TPM9Z-F!jyN<#;lW+`Es$ z`?hOp+uAvv&yMN~OOEcIFnu@UY27gD8w8uZGH@d$yV{Hh8_CuQ|0BmN%2Q zPn(M-s!cAi@c&I_b`+QIjg)g^W#O^6UT`OfKVDs}81umW?a(q?+JwXB+!ruD7_#JE z&&=drf218HrnR+QYVSEgUyEd4QJr$e^DWpLlUME)R43AJZCyBej{~niQMS!tW8c<4 zM^fHi{9gFu-{dlzgc+yS&F6plV%egW;co4$|NK*MetOcw&Bc{VuvTsR&gSCjx;{I= zqV4#80`KnGcE!CuIAkkpXm~eMT+E-g?NMcK%g-=>;8PJh^W6@J+kcq-yu1u<8Lao=*IxaU*_7RYq1~Hk3R;w7V2_ONmjSFw;b}tO zh5p*Y_M;%&8a}>|rCe7{_V~}-O-;{^$Mnu{3-;>zswjJN^U^<#&ab6rkHnmzjt|#X zdcQQsf^vhH;;O9Gc{>9`X>n^mf9_5^U^%+Pi3TftR~B1eUrpJ5j`C&=8|tj5{NlS6 z2y=6D?~@z;28YS=8gG?uk#E5XNc{xO2-<%)Gr9cS<5T^^19wXUDbI9SH_OXQHP0%n zmzd-!>ruAVog0tmUs16tHpW+OevyqwVI3VM@6PLute`z=07lx_(%kiv^Jk*e)YL1; z(uZ)G?$#IBSe4e+@*wM43oFsK#q^x3<5fJmTW~b4m$;q2KY_vE^0++ddt16xXwjXL z)uz*K4SLf|Cxqm^a&mH-DczLZ-l}e9W=UL<)yriEOI*!dq>@FF%es}F-lYxq*IS(_ zt@i3_YF|o`Jr#C4)gAu$U->uWKX00tyx)lvcNC#`dl9o7!_af30t^bL8~9`eMF8m# z$g`dR?|89sXETbDIl0H^z~9Gyq4S~m>?Ir+F8QGr5#bUfv{)+nB1s2?K#MN#X&B`B zo&~*zlePS_ShC@1i9GuMkioGO2);QbutB+uOTZYwBn!*ASndmp$plciu;O12=IY@b zE$2KD-qnOTND3*-;2igqc+8Rs-m>|WF}^`kgEQ;{xRcS+fWBg1KWFuUl0-L(7$yGl zCo4b>7jPa*@cTdF#!c@d#N%j2lg^sX#cZ>vMpHojD-OtzDbMCyF5u@{l8rVqA%YNj zln_y5+@2-ipFK?+)$RoVq!@MkvA6V5IK(oT^0gUkvb&~0xd|QogH-ai+ zToao8%#cKa5iEu(`BsUE_t@zrXeWOA!EOD~#&`Fsh5wq5_dNXpMW7T?o)^3}Eb&1S zzDx)XJw0p4UfUhGWkB(Am7^O*!3jPs_4I*3iPBX_?^j+Wg@_FtFdcVFoDljGH2w}* zZO~{ED4XD$8K!egZ5|t1rd_)2!0;>{~5$YGsH@|ZzELr*< z!*W_Ay$rd;sGK+bMSK(FKaBM_M?!%-xCGoRmBJOHE@eA=veq5BvIg6B>8G4?qJt`sek!q+8OsZlFVX=0{PD0!B?FEHu#&a2aa? zFt(HYWf&x8I@`ARVAYvsEBZU`Au(j&PK=JZnRm&6I|txy-q|KCfibyGcfI`TKs5VG z#&1+vTP5uBt-G%g+I7!zR{T@tN2gewxwAeowqOxsmb*7k3Xxab%!l620gGT1g(g`-FyJ#k*inDn35lQ2Xf%HP1F&p zX#NgjMxpeS&oEAmpRcz%xPPEI7jH7Q{v}q>J~! zGp1RAG~^@Jz_TUDyWW6XtmdgOqzk5@H&!6upE}+pnnwYktyqB_f&5B{N0`Q0UkDd+ zAl@7Sc%oV7Ng;T`SzgFT93b9Mff;6K-fV#v!r2Fi$6AQT1G9p7(%BEBQ)|daOc1X~ z&C@XuFNi?DOo3j>{2dl(UD5nsIXuFtIK-n@To~KqXN)Yw7^f4 zfIRWdjak93RpH2|+>np3ARWJ!!Up0=5AurXN2;_3gAoS+mp{OjD2)!p5}sd&<5rT<-d^5vYHjZlh0m3KE^}1@Z;s^ zroGPA(IFN@s6v@*E4rA$exVcz%7xHTG4i3+qNm3o<9vUvQCJTdV20BrB~sg0v0r0) zkmQWrLHVM=U*xII+|Ky-xz!e)Y_O83JnG=xpwxUt*l_L8GgO+kM9XR)%NlKBi!@C( z|7&9(qi#3}LOfdp@rctnn+5r34dO-MiBB^7FezkDGCKkBSP$aG6zI1}^N0o1 z9rB-7OCx27=goB^B=|%`s0fLa#(Eiv1ks6<9MOs9Z|Ow-=KP9THxIuH`CdGbcE zVGz%1bJqP79xrodhlr-#-k4Y5J%3z!kl#DMkV}-U5m#`5mzCWRR$owo8>1$hak$W& zirl?^fcUZES9;pE=IKRVug1};QUS;jinI2p-kk;i-B1~g%Zij6J_#n>1>an*#;;Ku z;v4o-_EiX9A_basM`$DNdwdfe-=L=p_0A?ez?Zy6zWF-)V8r;faU+(96ynoa8IJ2b z8dD4C(+zI~y7aJ@97f#n!N_xx9PbdtQKmsYdK>XA6K<@Hygz`ru_CE!YTjOarV}+Y z92KbJT!5<0UeprQ4U7cse2x5pL@ROSniyD|kEd;Om5>{x0pd-|#}Pr{FG54DQBp+7 z;+?re(F#Be9gsx0^hp@(FbjMM^q|Jm*e%`klnMvkcHJZ0kdmo>E}6mLT6_B0RpH zG;EgQbO{fjRDUqf21y|6t%Gsob4mTMf?B_-iY@WGtRl79t+}&MROl0&@$Xild7eRV z!R}8vo+5MVozyk8Fu#icQ|GZ24}mzZ)jq3Wl~2WWL$SaJrOE@uBPoDEoXiNvWdUcr zsA+;*eOpn}|D_tMmADt;SGB47PDd$;VAAz#Cs}wRvMa9Vf{iE}Z8;X42#HTlj3^#X|DEa5+Z-PONP^I+Zu6b3=OsUvNJUd~* zM?j`jgyN9G+?_>$;8b>zG8qZwDN=0GG*fX?6|=2rHTp%^DSb+t;XnUU{+woDF`lBx1viAO-{8GY5ty$3zKgSL1-$Jx)=qL zDi;-_UPhH-*cn510yronggll^x%n^w92FfR?BgacBPE~A86QMK4h5J({W#}!a0YVN zHx^|Sdo-PL11%sf7SE7IFvXlBR@B8vna}(oBq89zS9!j{&zK)_x#V{svTu1`z%ByH zzJ{4F8u2|WmT6(MqAJ7CAN|pPk|moq-^8YW1SENhF_GCp3s@s!*1^7*5LNyvlVS)~ z6q@g6^GgLz7Lu#c)DWWoK^#qR*c5yxZdEvk(2~-iK`n`kjvgKe0lkC%cBZlowNkhdZh;FSCc0-Uo7=tX&iIpQGrD)M- zM^pOHai6zK&OjkmK8t}(71C#A0YYUICBXQcI`pV~2;&;m2faGT)lzeoCWf&BJD4A# zqQr~}xmpBS7P+ueD29b8-)kS57IY)0YaJ~XJ5GU}e#f)G!3hnr)?ES%gXjZFtDe3Q zjXNW0gr{e`!T+p`5kHWN?Kz)zi8Ne3#up5RJ!uBUzX{1~w96AeNLyHldAPtc9EaQH z_TE%sNDd}{RfHJ!8X$j1G5Gfl!yVkFbb3^-$NE<3&LJ6|@v$!CbR#GrqShG9BMgeI zoTK9dIBBYdGyfi~ufrj4JMw{4e6iF28Az>O-x(}ddFuM6SSGNM$+7P<&9*QC*WQsm-) zfBEQ@%*iJE^z-Zk1pp931ONaA003ZXXlX}hT&-p6ye@(Cjidg?|CmGsjiD`pfDPV{ zR$EVRbIBy9d%fJLE`%iz%2N0@F>vb2zc)7#L_#Ra7dt6{WnpV!!Tw=VW;;`*)h9UM zoN>^F4lQRPxi#E2l@m3#l$^|TS9#+Ft$6Or0|GT!jnKo%N6juL_jQr^(6V)m7R45c5|If4c+v8!DM_vY6L8h!<@tu&&sD#RcElffGFRfys|2L+44NlnC#(%>L&+CLMfuWnxV zW=Dm3jY@lw(=vksCCy`Kb$S*u7LU*Bu$K9ibw zx4I}qSmpbiY=+RtwnI3#5uz?&CW8=}a|L~8)bnyNHT8p(IyC9s$f%g2V+>J9>`?0u z>8i_@5vmDpp@%R}NLXLE!4jyzyBxHGZV!=WgI1kB0N|0tSTSIg*S!uroT zi3r|Yc!QEP1Tk6$^e zkE1$)`i3*D)Hi^#ID@hjOaLEdc&s5gT~X){7DZEwuz9nmbwd-c9IBFP3(%_z*q@Bx zh(9}vJ{EkCmq@UE5TyAADb;$vi4+Qrzk;6o>AltcWQ9e`X`pm@GLqC2Bf4(U7Z~aM50_Qro|p-I1Av8}+nl zQbs)xzou7p5~lct^!}|P?MzHD>l1x+=T{&-PPi6AKVS(-xSL7f<^fH5&T#v$h|O5T zhjl_Igq=wjzJ3p8bsbQ>D9o7n-m%-sh_W||{wTtGz0k?6=N2u_9uvrpXj@dH64U1r zVWru+`qtBjJQv@L3qdV@J^&m+n27>WM3V+bv38^-L|`A9#YtO<(qu z4DO(7XAz}}yVgF&k;G8ojaAG|tAZ?WE4n0W?YsCAiib}vx&M}SU~h5rjVqq)hk*Hm z@Z3L`SzId*dc{2H6gunuRu9c+GJ{JCWe@g5k~ZRqAwDo(w(_==ILh@L@S&T>5Dknh z!jz=^Oa$CLE*$b2@(Al@m;te<+X@8P%SM2^O?qnS4I@|y(OC+AzsTK4%~w7I&)rxK zK?$~gNhGgb5S#-UxM%E$7qrF2dOO=n4*WXYG=pO+ls^*2xi2i^diDHsz;(8J|5n{X zJI6AjL(Qx>-#T>qF&|JyN~W_RB{BBeD8=exeNsRrd%_lcJ5 ziIWDCz+zRrkH(AISL-*#W_<;P`Vo18#)l%_X&3;G>J4GfX)X)O9b=sKG$3$L<9Sia zm90p;STkbs?r6E{!{wFdpciF#%O-U}PoG(1L3ZvjphsM0y|N%r5k6!FPq^pi^3{|C z))8keBXVXBZFh|Kh&}$kY-=$S)r~ssC|Y%7&l0V^pIg>?u&@qp<>PXOli)|O!qxetY5ha19kDWKXa!tT}9K7s}%gWCt4a*>47=N(cHmoGUv zid~YpW7#b_!1(h)8-C*(B;W73rLD2>0M;qPNO`N+n7yf~TbzE*Ab=r}gHvJ_MVXE^ za}9zm9?fS8L@Ak)5~k?oQBrE$&&vxL-5jADQf&Xi$jzQtUn1Y?5SAFJYjCh`T~kGC zFD=#vVLC!HXQ$f5X5E#*vg4_{fXm%f6ZaPJ#S|m7;oT) zQ=#-!zkv;3z>gD8{<8IbbrOG7DioVn{lqn-^+0_)%O4=BqZbhk_lGk%o>*c;Oqa;E z#nz|xcCFOunk~SpPTLS4-$8){UTu!!?m)J5hVU=do-(1(YM<;VVbA7(eKYNFKe-{l zqd{6~13i_G0Ua$C^JbI)5MI94Cjuu46u9jk(E56AUfMw?9uDJUrbaR7t%+OBCLZa+#g` zc|O~z*S3<9$lpJMYO}Oc53lWY9Pz$XByB+ldgV#XneQA3h*LiWDw;c)Bpt1@-m7Lmi4VU=re}6Q?Gh9`%LJi}v>jJgS0OUR@X|KdDE0#s7Al z|Ncw+z%Lis?fJ@krOH#N$4@sZC9gmpfs%X=w|O6Cd^boHKg$|91=hwXf+tW2`X-Fl z;uPbZE`-~qPeORfz+l30VKx38pzj6Wh=M=3?A`OywJ!72zK>GqvU*2_{wJLjf?E@X zc6deCCFKXEX)EmxjFQ}l?y;X1}Ni^0*nyP+=Sa!s$U|3s0m5fPr zmiuzGxXXO1)f3gmC{Em5WoNh1k3V2G)i{O++^Q)HD06S|`JciO(+NsQ{5f$-2LYZe zSf*p|MZP*2i&3!>LP!AQbu2d{y-KE6R@4Y9=XkG`c_Fb$G5a8vA<(U%-fSR7I1Nw0 zqhP!}==`f_J}GXaqDbxu6(n|SoGQDm_50i+vK>brB4r|7t{Zm)NjVd>><4n9$$Tfk8;)@C*WEa)q)}`(&b4qHfYX!&s7MJ2%%yCQbiCM3>KO zBRq(g2$?~l#b`qOlm;#6^;(E>5&wzhgF#{I3+Zmxt=9yFjR-8ne0kkYB zm9$Q{!d#8#IQ$7pCOwcyUK27;VA|~iXR;fR)Pc_M(ooo`)ej7H!enaPCb=+!E!3St z!0{Dx+G8@f;Bgw*8lK^lZmpDqcCi7(39Fsm2i3hLeA}j$R)n{~_z3gGZ(MyB=(B5d z#WOGR0hY#S+5DSRgP0PUftI45JUDPb63r$rHT)};^o7&|#xp2!LvQe|?_`_0MVox4 zZd!tA9~TKycETm=vN4;&B%CN=TRyLuK*1n~PWqJh;N(Est*HBh*W>hY&r>~#K2{|y z^d1kX?uu)R?@zqQqLNx%U#H@JRDqP z72}dFW-=}=v2{ikDbL*|aDZOYK7>i|tYlX}36!7v4B-nv1h~2`%xbAPPK1&0FFZsA z<(vh-x_NzHF$Ac`hl?TfR34HwG!;yl5#c~4CLN;N4_Ua;e@OsUK&rn>R(WWkfTiYc zG&2Sp_TL`I@~=1B0+UAcw?6&TWMd^G4$|*a@x}k-0@YBP^wNI0YdR*;uI|K6cGsEcbAH9BaL{3Dg7u?PJpT1+?-eWNK<0Y9KybcS39)7 zNDPTM!oLXsAYOR+jLZ)PpQ-ad$R`Ymf)Ta);8oLv9xz}*#}NYV29T3-rW#$ZhvNs! zn3Ss3<8wj?p9kP#y8|Q|eV-HllwZe_LqT{~IZAO3ZOc_LGW6ThfBs;w3|#ppO4+?I5;zwU=ytMx`Z=7=P&EmFgL45vgLT+EyQGOeX=ROE2cnE8BeShVMhHIoef@x^Z7!;L z>KJ|n^+_R{8h<$xv7P^r_t6HTEmi8&BHNob`KSUF`?_S8=QnW=Y%mzO49{5S@O5ux zIlE`k+5tojOmI5Mv9ZpRl4D4gHPA;YbGR>wY>;{$Hk@(@kI%Py9KjvN8XaTs@2E^Uh>y?CfoGE1QVQl5~oLs~3rt0=6L@UNdG0cv%oj~c-O zIh}4&Oc?&?lA)UVI2hrlIYd7yXAhy_LSOQm^r6jQz}#^X42TWr^=*BwA7K)owjJU? zI-VNBpDjv*B(Y1j8mC@K0Egi|PNA*>FC)ox(cAK=bkT8$4bJ$Omk4L}0?;&KRhR^KPcF)pIwq(aWDp zH-r<9Is*yUw3`0NBp~z?OX)ND-KpBzjPpi)JB<4gM_-k4L~l3?uZ-;XwowKpmle3-f&{OMvDWWHHi=GUzA1^N_N5y9GFsH0Sqgi%fY{B!3)W6;-3~W_7bj$%)J---J%d*%BS%h zPvK_oJS|c5D*X3znF+ozr9W<0{pd0CP?K$>okzZ}3nt0(tsFLh{QjA~A)arx-b3^< z6mdW7&za-K&q}gE#+UWD$Gcm*QCRB&?HO=SGNMxp>pyySMSiivJv^|=ChV7#`; z_2CdXg!z0?8+`d;cvvt-!9MucfE$c1j)EqF4`fk{7JqRVREYTr>jex~w0-b@0vv`( zu(a(YZ~^(EILbAm3*2aXO;=@0`PMu|j#2%M`{O`{QD&&@?ciB0Ln4v#1Gb%l=i0;W z+Ov6Ydu|Ato%`uMly33$1F|1=M*}5#ih-=%5YFP$kH=U0I`1FI33^#71?}K~b(=;V zGPG6?_!nYMoNq3O$WI!P4|l*V8>p|}54t>-`M}n;qjfz7@O8B7+7tT9Q+4byhmKvS z#x0FtpZ}zk+`seAjwsXS@7nhA>UI+9jv?m#8i_M}oxaIYqJ&eR(ey(H(}sDcZtmpyy7EGJwR zgaUA>KMF3TQukka#rXJySdvnqT$}zHaVlGE&U$dYyS0cpX zB$UfH6qI`z=|dNPC#Q?!iq6uuC!#?Rt3cKJ5UMdbQN*Q2RUfF&)GM_*z4L|rj;Pl< z&|CHaimkQ;U#(1`iIVt!vVbfVPHg`O#X_1|5PWGigCM#&p=gC#+pTI+kQa|eGjS$a z|74Y6pM+%OEZ-PIVuZYrOtucxO)ZCdgP1!D>N*vS&N9=e635VfTuJ=Vv- zC;{b6Yf!GXtTkIr46gwl>R^s5a83_vAaM?Q(ULf(#xXZ7Nlo`X*v~bG?{VUQnN^cY zIauo!xe1;AF$CB3>bTcq=tEP7uurLS#I+mS1B1&Ekhj1}^xjUY(!OGMGSPX)sLkcw z>+*$uV^_tHYLV>O4^$M!%2#dBJ9rw+mGT-v4mq#|QE>tzr(JDap+sYN(j7ri!`qDm zQ6Md(fPZ;e{M&ztVe#es+QtV2Zvu?^LC6oLXItmE*Z`{+%VVrJ$lD!`fy1<7hie2~ z9>(GFZ$3~K7%>~~9D}9#Zb)%tBwv!62=_4}a~aEPvRXfU6{v&|kJHG~u>y`6tW+RA z!)Eu-G3KXWfOg+P5RM+=p=MVFacn;|3ab0v_*m9TfLx=U5XxRoXc^Z(j0hl!W7&xF zy4Kl}HTL{SfN3FRTr(IJ!WZ=Xa^hj5EJg*~QiweoxuyEyU6iP^T@~?wP!8IBSmh8` zSeFIl!Oy7peKn|fB;!mCU<-voz*%vFn)YP}gEP>kE0AD9kHMu%VVzkX^SLb?Q@!UB zIe7zveLZ9Sp$Xcis$0S&x!{5YfOR)NZQyl7;nKjzeYF54!WSx(4-wFYf#Ky~**v=u$LTkHNX?yA|(*Kg&y<&?QbZT>B{R=r^;bz=$9 z%$3XL0LpTB=^kQ4jb1*wx{eHe_|UfH0IM&CI*U8tu6at^#@AZQP-erBn%X3idV|XZ zvdLCfv?ldxcKZ~2A=7R|MU?|dJ=K*1$zp;nL#i|MeYnoH#1Zwq{yfYt|7zWYtL~$~ zesbLi>wzlspbdK}u*E9*Y}PKThtVplyb8!=pc62PW2bG}l^m_>ta%j@g$}?dJVR(W z(M%q+BeK!%5JyHzi%F)zi*B28*Twb>RPG#tT=c>vJNbvG^cA8s9qojpbeB|4dHaZE zw}~ih!Ie9$)9%FS=@b6XG2LA8IoffS+BIp_z!U3I-K`E@0zpZ!}?yuxb=* z`)rq@Z=V=8tSK;Jbw7kd`d27}#n!Z!F8kU;@n?0G0Z)A$1u)z&4W$b%$>ODeY~&XO z%#KOH=mBl6H>B$G`3k534^;G~kJ%JrZfEusjpCvhJo`egn$vKumBr#N!3-{xsqlll zoGwV|WaHqwL)lZL_rue!G4+a%zR9>aalo5Qu?a4t0_@CYX#Hz5+#mk-@{C#27Y%@Q zSn(ch9BT+z{8eRqrYfBX7-ooyL|EljE_S$9sC-#1MxBid7+!J7V=lY4Xyn zyI{hMYds(4FS4Cgud=DD7n*t4tUU5vKO!>=@2ro2X$P-;rNpMk^c6-r{7_aZpMud7 zj4tDN`vRLaVmz5Q?`rhI^Sj$uNTKIAYIdNkSr+g?msA`*ZpAC-W)<=!O82UP8xc!& z1DAGS|8O>@eJ$e)Pd*k2cr(v;8KxX+wM=P;N-2Hm=6obRK`XF_H=^o~2!1gi7?^o9 zLsUCM3~p*u_Ip33euCv2;wVQSC{9r zd`4|SJ)@IZnS-P`t$P8-`Hh^*bIZvO^UM9jDVMBb6DLjE6Y;Ac5$WF`)KxV zkg{tE=wTm#4U%K0(9(Imob-4x69Dj+y)@H}Qcuz>erb3jVbHI|S=FVlvKE2fAL6T9zsP=hb|u&jJFisZ zC5GZscfHldpXyvFV2XzQO0rUjO{%Qj@Opkn&Cqu{l~lhPaW-Xg#szUDB#WPwHg+!w z?5f(ahq>g`CO4k?fZZzDVSm(WHm**D8hD2JYv&!xuKFtQ&Bxd*9>sAvFJwS_d#C=z zXEa-tI%!s41u;X&AKov_?5#x+0*~DP`Bk0IeP!Lr!lE04Q;Us-BAs7mqiZa&b)1Bm zrz3uv{e(Jsiu3=m_t#->=-KT zX?rDNRV(4bIF+TsU%{Hu z8os31jkv3MHI7a7iNXLmE>2){snwk|Q%8e5{G%p(?*6!U@tjU-W?i!~-59}DX{2jR zH9K;|g&SOY@f!K7mJ@x@*|j?q&pTWh@mHY8Kfihm1mx6$g$d-h%j<1O@Zx_ku!@^by3unN#$ zFup%wYd{#Xe6qMZ@ZjYN{XbxXuYbY#1*HB2ZUBL5wftk2zyr(w0Bs=t0!k?S3ETz( z59NfxV}J)S{{ccl{RNc!4{#3%Je$XZ(gGf6{Rh|s^A}K2=1*X)0SnV?dM~~k@ZjYN z^*?}8@V|in4G~n2g=xwe;IslfSou#S&Jcd#B>sfm0_l9Lye@5l2e$vAyFva7_FH_v z{x5XPnuUq)OWqSCuzCnU9Nb^1S3hylXuoh)HU@Tf&QyA~w!d?p>aZ}Sz&?Oo0}rnM z<7)5wUs$<6U7Z2CTD|sM{&x}or>onTf5HA!3R)mt(gE93H}IhQKXmRmzi{$@!UT<3 zm^?lwqPPJge7XM53Yy^m1^aI$oPa>fG|A3HASm%aKzPExfd3Vn7ZAu4gLYX61Qq@V zIQHQ$;C~}z1p*6J$m6_#Ag})bvx)u!{w}s(RlERBc&@jynJ&OOgUEq^!2SaSVn8HF zegPGX?ag&0R4;&*DX71Nq8vDL9%TQd%jN|Eq2m*x6QH5e1z7x!Ta0F9vJ$ZE9mEC($P4ig z?w3wor2fGf+nN84Qv~vLS2}5G0CTxW_$Qx*84$}$25<&|Yk>X1 zcjovH?higmAfGTHU12bABK6|_$;S}!f@5I#Z+xpjzQk;czI$MNoRWX?ZKwW&`-4v% z$oIj(w*3GYUkS#ae2^_KI3@<(|M0B=`G)v+qRoJ_l(ro74?gVPe{g^BNdWm?k-R$! z21-mH>rcMQ)fXHuJ^g?9Hh_G_USQ`}!0G*I;!i%kqknLJ@Im_0GM!)@I-mgcB18Nq zpEuMiAdXMyzwvDX`9Mc%V3UCHnTP+G&oHgH2$Mz?Jz6{hxd~(m|9~3)TJy_XnRWkZ($s7k(Y66)(9z`9i&3a18XU|KZyO@&(UqRf{o# zfWUPBIsf94|H1viX9DEI43(#E04{i6@c-m{JNANOWupBL-wz<)g`IZEK5!11>;9R~ z-PM0^fAF~g`AFV!*Lnl>Ir^XZcMlvxC&0)2U%l)B`Ci)v6MO{f6Bg}Hz8tuJaDVUx z0{Ku(`Z8Vv^;v=bpY}=mf)ik7{tw?ikS~w69(oa|&#f>2nSV_G;QruC0P<1Afe-Kj z^|H$FCm+7_3r>iZ?mv77K)yan^1oXeWdGWWxY=HjtR>t2k|Jw`7|6*DXLH~VuSw{TLPm7GefBC?kodN;|G77C= zY=9?hX{K*rVc=|lC;AfLpMJtZ;r(^dvCzj8bh5M2(X%tq$K(Ge9e6?p2Kum2F9Q{f z0k(LC_7-?%06RM~13Z1;jWeFXFOV(XzbV9ng#uU@TH2WF*a0jp@Clgt|!9x9v9vJ%zx8YB3E$!{B?Cq$2rCRVM#@~Yb z*Mbh7nU0N-0iKRIkkbxm37CoBldYo*H1yM~k&d|mu`QmhosJ!FxGkQe!Ov{!yx91e zSv^ZD=f4xFXK!O;0JLXdVD(ZhL!dZ*#=~o7XKZP2^wSvwU_f@jcq#BKEzF$pfN3(& zv-=<9uuy;18YmQ9GfO>FJm8(*0;Bx@=<+gB)WX)z#{O5)**E1ijoGh!z4%S0WB^11ja%B-=>YTjA|0|9|3xi; z!hDeh&=9bojz5k6gSCC(u`;j$y7Y1$7V4LH{!)^;y{+Ag+WyjuEsz&D`D_ec^y>Vx zOrm!G(b(?_`^lqksb_Bvtg-F?%~J5`*aGzMekJkuY_k382?jp{z%w?`d2to!g)P9= z&h~Fz*#J`uRD^?$nf*&xw!mgW@sHSm(lq*2M16pvAwbXG%+8qt&jR>-0%!?n02b=E zwoLJVmhDRic(G;e=D(%P8XM+5<)YbN>8H+|Sl#3oQ1pidyODnHu~u`I`Z%U&R3C?C**9 zQvo`*zt`a<|Nj=_mqndl?LyZ8*flL)LjEhPe|o@+Su>p%2|C*u{88AS1_8D|OJ#1Q zWAm#s{({^50r}Cm@w=hla{bq+7f)y@ z8Gg?+z~W`bzU15XSM#$qu>0NCZ{h`d#%ud)dHEU6-xh&uxt{&Ys`#_;_U3=b^Y5Tv zReBj~rvp@y!OL2pY;5q0;b-b#p?=TA&#W0(+XEMeUrICv*y#U{T){&93KA%KBj9>t z16&|}WB!{L7V2+({F+!V=YHkg&e+D_??nAQH~${}%TH5-7s-ek{_55*#$Q5x@#*gh z0=qe|&Dt6NFGZwyx&JFX3t-Rv*WJHl_g8JCEr3nh0GRBTzW1w{0-N05YuAg#mnmqh z^HLfEGaW12mmvPh+27s+AJ#Phvi)6$m)Y=Z9XGJC0p79H1Ga&Go1KG!4Z!e4O}|zo z;Mxpav<&`r_~)tsREVCLy}rT!-DZgQ*FNgSi0#i!3UFZrc3eAym(~sVSN^|dA+YTB zwtv;d(&ksHZ47j5ft~?=CJQ)$frkKHpa_4iFpf5Wm(}|BW#?D@?f&Ox=kKl$G+}NJ z6s$RLDg#Ae@sBAzOZ^u+dOB8iz~uavhZjG9B?4NbeAyxVRVksL-dX-U|7)TDyA;4C zZ3CRg_I7qaryYNm>hB#EFyx;-#_na61=s;zoP2@&wPpE5{dZH=qqMieBM08-TRH+O zXQBVsg!KXnCy4GsUA82W#^0qnB&HdZ!(pNsMTr5`Ug{@QDr85sRatc4A5M!a;LUwQ%N z1?2yK`Txbs%d^M7wq`$j7PW$Cq>h72g%S6lYoFUdH(vJ`oCrH>zfL!Fcm#Kqm%`dQbh2XHu1i0 zuk*<1>JgJlih$Z23{j`7erNK-?T#yrr6dq9su9!02=qN+aQ)Wh_z}BIgPj%tEs+m# zVe_fsb&TKo*N(}au_(gEbzl82BZen6X`jmW3e%4lVr$|KH=i2lm{U3K5AWUDkMG;s zuUhLZKbkj|2W-)Hzn)YGuH?!?A#S$&A&~0cxnDgO`EZSPkyx~%EiOUlZ8#TfkIjgvHh+tAvWq?|H4xsULQx zkk1lK6AbCy=`YqlG|I3{e!ECv$efo!lg39=(ir+`deHDX5p|#{$i|Rdy=Uv2m~o#( z-Wz$ZCW|VpW{tKnx$?A#aFzSdx=GB11lGyXALl`)BF~&UMKAgCR#FaESPHq7EES#O(vP&+6g|!Da^8cp?eJWp&CsD@BOt~VzXywmWmPQ^`CjWf z;MC3_ML4;q8=$7FF{;V!-#xFbNb&Za2!|`IUaJ9*ru9}wrxceB?SZ{}26ExM;H4dz z9W-JGK8gLnCqtP=CI@U-SzMmyZMxbF7VG>>?lNTbd((nv!wcdvf=pF?{#v3qWN+Ie zb%xM;c50>&EWWSr4L>*YWnmXfa3(q-@NITZ1y%42rxsh4aSO^Q@K@R>;s zwp=xrK~iQw-#gIYbP!l+ratG z7){&)EnYcR7ZZgX>`Bu`B$A(Lfzy0Bj;V5LiYlbJl`DM~A#fC_U}&mpV&4)a)@xzP zI-vA}yxG<*CMZ|^K|H(uLe&EX>t>`na%DftJRqhBvTv$WS}R;DH#QQ z3_64sg_q!32#YrPy-0w#*;-2l^D0_wc!t}8Kma*`SVmQr7=``uX=ltljo;-_fI+~x~hrjmq{!+C$&bxPD-}@<{DG*nR zeecSJ!$!m(MT`}iQJcbntWHE_n=AOqt39WYKeDrVt?>YrQ!5=y>r?gA>lPVdWL2ow z2G8aMd2!|;ICumI{37@b&BW@}_i2A zS-=a35B{{=Ufa>lM_~#-{Fx~9^PH&nkFL+Ghj2Gra|XTXhct+q1A;h|yT=#-aSJuqmE~Xt*eU(4!80+HhdvTSJCStkn6SLwuKQ`lBED{KU-$mXAYQRTRm5&hm@@ z4w3Oqm&RcbjqI_}DvrgvOEQd$HeM_45aXV^&e5dH^}b7llg2*jwR&F$wkW|}8ch(a;eI!u`otit}rn6O&lhf z$QvNd0ryAM;_HS=jQO!n_vQ<$9-Rf%n4aGm4kJACcR0lFUr#Z^i7j?fvA8ko+sAK5 zWE?VzX$9GlFNGl_HBUu6n2oy7pfPrl59h7!$y1a*`v#;iI0we-c1lav8Kd7p8!j$p z^}J174U(?bX9b15QXZd%XWDWx3Z`bwgtP0yP3^}lLt85*KC{8v-wbC2gckzP0tyn@ z9DOB{tM~(IZuKbj2AvQIKLaUGoiTLJRR|yrO>^o zb>T=W_YZ&WE=l7nK+eE$|CZ2?tFJ@2y zK|tR)RI@dC<2SBL)Jxpz{Nx`T2yTpS&+XJM!T`lfw#yUo%yQ-eBxpm^d$7jy>#sqp z6ivB5%(=Q{OYm=pMW3SZF2qIG+lP!OCJJ{6Mb(s`buarKiEm0%UmXp}A%+C^f^A!n z2HoGvQp+BvXw;g-n)`mRh*x*hI{Ye&1jXUknG$xLGg7@C=cRtN#!%cK0Dw&ng(cnr`8&=n^G1$~+gAcvnzsp>)7(z#Il|N82{1R2yRhS^#4ziI!4X zuLhsv)usEzX@JYaHl-d0o3-tuio|XnW1SkytS^x+x{3EEYG(=dW-e30+sASBkyST( z4zSgCJQ6O@j~o{}Wz2qUC3t$=cfBO&!^{9^_Mu=6q-Y^pb&I%e1yY>o^{-=oARHW) z!D&vftf*7DbT6&%Ln0!po#Q}7AR8*66=k|H$+@^yzDTB zq~S$yvz?#4>`;da!N#daTU>eAe79SHcMmPaj55u*+=9EyA(9}5dyJu3^WXKp8V1ny zvew!0Ez=O`cSuxm2TOiIwXJ6W-^>k2bJ!T5NiL$PrRm6Np2jqqbQJK7qi5O(HDO7# z<7LsG#kdI*6Wee*6^2GJ3#IDZ7yckL7# zSC{-vHyjkf^7Ta}$vaPWD_8ysthe?QwH-FaDb5J1<>gLc0LYs9jW^JiB2Kg&qAQdp zHd^iK%Y=7?heJ;C$m*@l`ksYhhu_vmpUj()v5gBCBb$kY61Zr=LvJ6e9}WQU%@d$l z(@5Ihjt!xfIRs=rDOh599Fsc1`I1aPCNzUD*jsO>8H?0#ZV`~QMF`={yz0Ai5DrIaqGi67h~dI%BNXGx?sE^qxFYuJUgF{u zkg+XMhJ8}zSPSAhBdx{_UC<7iXaQ$U_y~O&bUd2x>dn=6n}enDNo3wdPD4N(32AZj z{av(zq1wa(mwNf3?kj8A23lMGZG$URb8UtL8qpa(^8is7)N#0I33YRA;|eyK&IV*- z`p4TDCks(g4rG;pcU}A-{1Fk*Zl02=FwFDjb#SHOmfg{vbWlNh-E%i%9CiGhRJM0}qF8CpH;Bw>!N@7JLTvmn zT8>HQtFt|5q*^6Rzo4${Z?Lv|het5l(?=>?5@^c=y|nMw`MP;I2nN`sR&4!rztCK_&%eHo?w&S1Bl4vhTIua2(q2XF~P;%#hS5tB=l@>-*&q956TuY zt*fD&Ag)HAj^9VL=eSHX!N$g3Q)nv@m{SxkX|y)#^DlKDepF{NUjoTHl0F6*PbgaJ zOT4+Yba&R^O!w6@cOb+p7^pJ_}jsvK8XORihNv$rO~q|H9*Z+(=7 zA?nZ-n^@_8s^Vvqov*!D%=5z?(xjQt{c&8D;69gyvB<9J`t4lw@_0i&!_nL_*RZ?v z2AuI?$8vVcJwCBAa`AZMG7C#l%&vP#Jz;CU6Z`xj?><`!Or# zgTr+NQ=)kyOe{k|B{{GAf9piF=$Nb8hgKkut5rD4Ji9rX1di>5z{WwvEV z^v0&h3F)UM9#BZ0cRD+Rm?aaBA@j%=Cbe~#RmIa6K4aYn6m<1v`^~Rqe(dp{;=OE5 zh+Q54$4^(&U)uJQ%Zr~RpbelJ&fM7=?Z9&JfYXfQN8279#&XevYb6SB*cqK-t)UKB zj^v-&8Wn?kHISqpzjIr(a`x&U&LRzc}L;4nT&v0({CETh$@(kP*(r+Cs2l#=e5 zb|l1%b9tm@xZ2FOEdG5^qmt6zqd8Uk0&#OLC#8+dDfq*FE0-V~?VYH!UU5my zs5I-WWJzS81DgBWF$_af9tccKgJ&vBl2xMvhp?+r%W9D}a61(x4C_hDobvRbnGOtf zeJ5e3Kt>m^p-@g^6PO$O?F}M~EC2~za}pT-=OO0in2Q9&>ijOWx3-#FhVZxDN=cj- zmsIKoSFicC+Shqk4h^M692)1aC;6Jj4%qzO)4l z9on#$AT1jW7wFR3iY$l0ARf^Mw3d3rN1V`aS0I`|I=p+zWL-p1+H}Z!!&SIUYQ93I zNUg23cXe9%d9^mcvDObcth!-4xlky%{rK$ZcH17Kf1^E7Jv5ik5`uk{Z4_tJ(<3gH z{?rmDRsQ7sw9bP;n7Z$Zmx(3p!Ikw4@EDL6$vq(Z1{3fNqozWluv3$IFscN$hLBo( zVq^v@^qJt@Myc7|`lr+>=Bl*Pt%DoxM=$rgeQIg~*G3Jh_<`qq-Aa|$yuJJ=6p2y! zu?(aMvUoB4Mq8AI)qVPSyvY+aOk(mvWEsk%VmK5#2BN(D4M_!zTe&|t!VH}kgTUULVYmXO+Qj+AUiY=X5dY((>PZ+$2r zeP7?1dH7Jn@7u5b%8fakGps?(jD3{I0c`=w1*vS`yATVh?V*$@?P)M^T1CQ4_w@Wo zEwAF;IUTp@XC~@%TJ)sH!A{WKr9p%KS*S_Hme}{s3PWW+ZDPGO)p)kNZD7j{Jg3=E z3m~ir%l##9Fj~Jr?lB2q!SlVpes`SR*`rIuqdb4LRDh2Pj^f1;Yoin_#+{#L`K6c- zmY+Y+R2k+h$-IhpIcOJpwF!$*jMfm|IMVgVsJVgiv-XdjwHW$f&5av`2unT%7Vb3# zW4;SIf=sP(B!PoXL2}cL(?tlJt|lbqH|_*d;U1wUp9BK$(Y<#pYDyP{nd`Uxa-cB+ z<%1h~uNNAJxYs=l%%^$hyM$|P!`M|5atF*QaH|}DJULyyA7?!`(jBvj8G?zW<5-Zq zTe9vHZem9|CUsuyXN>HUGfe!D?s}cXOFqggSZ%|6?R+MYUCr!nkSVwm0Eer#;XZ^m z40!;bV{BSDEYLoXpDP()a95h#=aoEKHnv6jO$ys{#miIwYdXdWV;)6Yk5@YLYB_9z zhf!L0E%-y=t7qR=J+L>SuZUr9BFdP$p{w{l!+QJO%2C-Hma;vLXJzW- z_{f0;mWZR21Q!@#$X33K=Z->#0F6W9cofyF#!g!`<&k6IkJ=;Fz3=+<7jB#e!udZ za?JhAy3<~68y@;_%y8x@(>Ky1<|e*b-7RLizHOM@0=j~Ka{Z?5d)3;dVd687YlTL2 zY$elS0Ko`#5QiS6UpvJ~&R1$xjqCcsqfRxdu%Vjg`StkyZ-QJ;V+4Eg>E4g|AJ+0i zcIVb7vRd2oPfo?kR}wTP;CD`9;yqOQ+%s^MLVEavM!HxEPo1+yL|TL{9ln{;s+lf! z80-f~HKba~S%xuHM!oq{{XTXSO>a=gW* zX@eRz8FeB|8E`_npvCdw?N;to>TZW;rhUSCK;JO^1i!)UWrVH`&289%zHFG{(-nph z@l~uFu&Z;>0kVOm(dPt>{63;ns{0K~w&(_;##bjOxzOi#7CH|G4I!rtZULvtpZrfH zPog5PG`s7+>U7tC3mU?BMkx8@hIv8rq}LFBn*Nn!Lw!vN_$XYr_UCrp7Hk}Y7NjfM zCtIh_r>Q5l-JbaCe&3rviH4LI{yuQ9w?GiYFCaF83YQHvc9??G7d zu)nS#1v|cZN)zO$OgP!FTFH;O-x@X4a=usI`(8IYf#}(tM`o4@5%IA*hsZ0y>^HzA=EopRbZ#)0VB%c!t`$v! zLzu;0fKg}-J@~QhgSp>$ntwYd!6CF2M8126$UW$J6qjWB!?fr{sN;YgmO~H1 zLl56;gUenP@5<&IDfrHD|O!%dG*M%B&*VN^}hWG2N?hlCaE8J z7Z6qx0J{ty+I0WLd^g}ZZX)5$6Rg${!_(U`y~Wi~dJ8)Xy~WJ~-Np6A9;e9jw;Nr< z@aVW3Ejqo@>n^Ozs@)A;r|+q)ivrW%ZE;fU?L$D}ZZ_S6Ec3Q#_j-QZ3m-r7{p4;= zzZY_n{LNAvJL!tBF^&v2$i4kB{M>alzZJ@}{T)Esx~&HwO*@{Zo5MN98gL32HX%%Z z_mrXsNo{MK6gjDCxM`agIbvf3xgpKEL&r5R_w~jsJA6LnFqHf70eizXCBWKqy>heI zU|8c+MtBYdDxK&+V++fWT^Ze>jPBr}WTR)zVaKeyIQ7zhxcq(k4ug%S24g;F4~D&P zgXZkS8cT5$Svp*28t_NTi1h|gNVQI2{{6>R4FaM0cM(i`llvbZd&ciwfIY!`>y4?z zr(3!rvWn0HW=OY^uM4nl5#GnlC-k7W#G(=Br;y-W@}D04@X|xL%lpqfJ+jMvumLJF zGjrM^%77eeRT#SEO+~WCzA>Af*coY;+~EOBqoseG`4U;KHQcZQweI; zUoRsR#iC(oyYta!#SxErE#>zubFNOHz_o5@aFniap|^3Nikw5(e~T95rtEw-ljECp zq%iy)9mbFF>kqrs#cD0BLP=UhsZPquHPBPJ7|Nem1cEvF;H`DdS;h%XqpC0LJN+#Z z=)&xD;^y4&b1|g+)TLlX`0`}1`&`cyVx%ueN!KXP-9kqK2y=Lb=#C|=y}zk6Zly)V z_g_QSGR~F}Kw^-ThG!!n-ax`uSGX_>eJtlPmD9sE5B)f*+U-2RRpJ+>85BqozaOq( z>wMsSG#!&X5{m+R_n!BI78trj*p~*qBayBtpVy76ryjr7g6AD|e zI@N}_B1D_}o>e05w5r4Qc2R`*YPYrqO*A`l*jTuR&@7*9$KpbxicKn2^Mbh{ZBG@F zkZ(4G&#pa6u-44MRxWppZ7{M>!_lrPi792Sc#tnXcnxOCY(>V^&u`24JEfACyA$%* zQJiFlq@Fl!vJZO{nX8<&BnQ!lIS%Id<%XEiPz%zIIO=m=?swTy-3CV_yyXC$a{U4c z<~qZmql98%tF3ZonADCG!g0J83$OkJuyzC8(MxJCd^kix(z zlqzK)IWAf&GWjJL_k>{Uu`Vyn?9+t1V7EF#0O@i%IR>)Ke#{}c1i})DNe(kUzogVO zx0&oc=3P$mr(m8L6B4u{ls6$`Fk1q&+^dXd?~sFQW_@WWnlMhJcyGm3gF(?a^|3zd zZX?_Y$M<1kM^8y!VpF44HrOH4suJpZz&qm{za3ZmXi{W%ixSQTsVl3cEFh>Bnzcxr zh^I&;e@~7b z-RmW#9GT+9ba~fKxzOf>?^YDpx8b>jE0wHsI-(eMuc1P}t;<$a>@L}?d=!|WR7c&W zjU=mr!47gh?Rcx?&qd;#ONJffHkq2ul_My~fQl4H*9e(d(X$s@K#(`zcizfKiBCZl z-A0o1B^-kirAUyM_mDoB(iMe^EDstzcFE+%v&mlOx#uzH<{p*{GMw#)+{eYpvMEzJ zSBP{!jGG^n4P(vWOr>CD7!UCmA59uoX~d1Qb)F~02v(Xth^!k2X_3P6c!ZhS^~0Vu zj;~yh0csfErgq6R|3DcxHbrKOgL2(~p=psVQ>dQH5H9OpvFlu19%T~8UeC&($jGW| zM5!67ZFJ*E&dxAbim>b6j(U52pWH~LPvL(rMYHd7_Jeb31|bzEMP4$M;0Z3>Z12;9 zm#t5f3{0D&91qp4pp zu`liei1g{rr}b$co7x<#+}&}_-C+lZ%BYu!VX%wa)XcGKb#cro`HUbO+M<2filhpO zd)YMWt&JJ9-_sT;E@*HlF2GFZnOpdNHn;c;eE!TvbAYh%+1-~boD-jg?P@e03?OY# zgvhX?Hy7=ftq0%r1|VH|ph*9@_9L~n$i0v|SPkcS5A2HJof1-w=mN)E=$`!kznApCmNu_w;+DA zz%JcroK1QL@!+)E&yvJZ%4Bh{RplAz84rF|F(5UQhqu;4davz6#V*PXwP)-qrQR?E z?^~DOG0h6mVUdpU~At@uup+!hbRVX zQiG3AJ3BZ(**a|-?TD*$^7fS&cswBJkQQP}$)^zzfx>uiCcAW|lAJ3~fg)4@?pY(@ z8meTIO@CY^us~leu~0qT-=l%#khzTP|9QcK>%A4UgN zl@p=_@m54vupsig_JzH|N@h7-)v><(hSumeS{EpA)d4!iIy$9PEC`wg1yVI`$cR2U zfs<~rs);+ZBG{Q-J4OJsQL_i>^QI0C_Ex$NeZ8j#v_S;I3h34zo5xy}V~^dvb$GSC z$-rf$+BSHxL7ggPblVcR`gR{|EoD(D)m3QMvR>tJ-7GWi$178cD@N3NsgTEq?C)Iq zmG$Ze>=akCvbwl6v&t$5z{5jS*8-|5kB~>Z5chdq?#;<6;(gur1zl>j1K^LPssV0E zhMSF+ zN63TO*$>r@IL{BL{Wz{*s1(XGb)N^8TZQY>ozrad_e~N9O5<)#3(OM})kGh3iUkh~ zLRzPExs5Be^(t2^Dv!%T9`!>WzjU?Dy-=^HqurmP-m|0Lf9c{fuRJb(sof)3i2JPW z%0_iDPW|y)f+%e$?8wllJ=b38GG(E+&{xg`%1oBJ_<`}WK2Ls;otuLT6KtFvwHV*4j;UQw`3#Jl=d}&Ri);D9 zbN)%vJ2nfVbVp5VA)7{qCa4I1FxF=Y)dIUsIn}*e@rCnOdl#=CCdNPPyuL$ZC1eD| z6sLYDH58>b%d!U>RETHnqve?&`Al}%Pmq8LS1glhqDr|~%e-1iojGiieZb%&n`g4> z=D=`!jR?EiC)gI60=QR;URlZA^d@@TmbB#zjzXuQbi?=v0s6S!Bl$G*YEy1(TZU)n zkm$A@?a|F+?!!WYzT*_45qkpmfFN{2?!(nV@Tuvz;S^lqfx0{HKniA(B(!GZrzDs9 z?15Tj`-|8lyYGCad#Wl`16#{c-YE;ouP&OgNq_K((&06}{V4yc?^Cs($AU<<{%kpK zE28GtZ`2IQ2wzb;LAoHR*r$t3&fC%f%ht;y08K!$zp7Lp@|TT*Z3+#RquK;0k(se} z->@h9$|_Jv)w6$En@QfPH|fen3xnP~k0^+?mayaqk2-%;u(@Tsd=k!g@#pYg>brhF zFYe)Y)bkV>X2?$q4nPuOeG~=^>0ub6N47Mt*4FhBYKy`l)v(k1itT63RML zD4x-EiS-RR%_%TyTNg(!D~yRN2U6L(3xvi?#gT@ zuo=mMG}Y*;7yOmv^AN`h>za?+S^=_+W}r>9{>GFtjHb)27kdL>b?=FMDGUs=Ok>BQ z!EWLmxcbbHB(i4w%$Y#@nmfHeSBaDL{2^|Wjb3S;+M7wnI0XA0)ii~==!{yDZo{~u zcLrR{1o6#w^2V%}c7oprGJ~=FMEnIA67n!ns`LRaDMVOOn>igFNRt|3>YUbw1hu(d zZN=fe!|O%Q4Wc_2NhRas7qd={bi=ufGg4D@YVe8}TD?ZS`ki)eMKstf_4g2EyYLC2 zoEgTbA9+dwI!%!_8I`aLLNa!nRJ!@*C{k=R1gFq1=_j`MUY(=bCg*U@){s)xwT+1; zz1rI$D7O$I(r{y`@;9t`uXn1x<~Vk?$?1iu@wKk*GUJnGhAMb`d8}fFEn+s7;zpS$ zkp$h$oTNXYhMaYLF8p`%0EfEJ+OmXQ#^mTp*gy;G>M4Jh`NUe+A6?e=7H4s)=`qYy zjA7ko+a6#$SW~H?Q;DB0GxH(A&tQG2P*d9NQ`&aDpk$=)+0>)gxfqMLD#5kQ7Qtd~8(y0AFiW)^%T+sTpu21OYtnElK zDUq~+mvFotwD(&Z8&zKj+RY$E*_L`L>{)KB9c+yQaipEwjlu+l*(Y3ecwFtOkIw_8 zSe{0v)eJp`@moW=+)%WQqb(xF--ym;xs;pa)1bBYG`CnW*HJQ!nx)7SbF{yzm*Z%5 zB_Gf^N_1PI;T@yBZ!txpcc~@%b_MaT0 zg|xbY27IR{n05WoR)OnDkSz9D`B6k=T!dI-et>M6ud?1j+GjJfOIYLBAZ-mVw1zdBR+?naa# z{=hRR;v=qoNu>M;>4xwI5SR|0hDM(t5OvP;jv9q|PV=;oJ|BSsMXNOhW|D)8;nSTf zqMy`i)hi2GxYs%@IXbPhUn!f(BN_%z0Rl(~N*3sI0Z**iR3RTyk8asqWC0F$vD<(i zGarp_479E)tBFH_pF@d~B0jma#=`GvZ-BW-a8&?Kyd{0%jmu77aT4K=F8D5eqxy$4%Guc;tIlh(*`?XRb2mj{3$ATo zZsfsE1}xl24B6PUn$9`5Il zqL_1(RKyN*4Cniv7r?vaCoMrV_H8dX^~NgSORl+Y%SD;1GBGE#n7@Z>vf$3366KE? z1WTYw6b|j%eOLd99J(%{s`p#x%?BS}^wSTK`3RGy9W3^hZ}5DC(C==yu-Zyy5ZpoN zwcgRmj_`*mhUC=>>9MrjT=zueIoW1og&?!M^-D)U2+W_L(0PBuAIKJ!DQujSPV=>w zi3|sg1^+YD>8r=CuB3O+{RnUQq!MBuzRWiea!+XxO5Cw)JcDy&z5iMw`Z|9vfYwjO z9GZWC^Wkfw*eoR5$op`-;GiZd<2Zy-45U2*3#K?nP$a%2Lcz3#JnNuQV^N<;)&2A-z)6xg zg4S|2AWdr3SO`;Jt+Gb0e(?rVx5}hQ`2K+TmJ!^NVTV?P9hSBKm6077Y6vl8qYlLf z5VtoDWF?>tu}dO)6>QU6#uw$~*&+0sG6Xo(I&IX#mE^kOREt^8P8p}iAdMXx_+4f7 zuMXDHMj^e1AW@;;$w_D-0(Skfp2coJnfC@0ZNXdv*9F3}n)+LRNW;VL6)2N#CEOtE zpk2Q$*|LS8ZCr%$d(C6&dpEFMbQ-*h3f>K#d3~c|er9u#J2pDJHq6ho4;5GslB-^K zIo|I`Dyhsm5C!TL1_;|S#r%>g2Au=>^{7mK7Ijua;(gZ_>Yh=tpiknnBHaY~oasDG zjl(7v>p2Gl>A|$3Uo`KGqd!Y&~0G9*F-@{!G0j+a>8wU>u%)^qQ9iX%GLBa zEr#IL17w^~h3t8kdc)DhwKevIqYW&L6p@yg0A6EYhYv}S`d78z1?3iI)P@maR=kA7enI5i?1g1O?GS{_~UPV9q1a-IZf~qc7VJbty_QH{`wOx z1s_bust^U;XE1mjH&J?x-ko*uQA|I?-C^li2wn_nkdXc#I!51CkAz-}^Dc)Cdp>iJ z!9AM$Xi(ekj`kCxanXsSh`}*B@h~CTkDk6Wm+b-=rIYF7)M=s|n}HTGqtI92FlUJa z*ws;;jVx8a_eOkb9|sdL^?N5?_F+$LF7B?r__@n&eos|%AT6OdhTdaB-VC#gAHHwV zt9=jt=G0m*TKBPWK{`qYM+WEmh}Lod#&pGTv3TZI7L7nDpSMcq>dyZ8mG+v+9JQ6l zFfLCC*}J7alysQ=gbb!C2sit7$&$I#y&fo3?v9+hJ4HvU#|-J|^k&As>xf(a&9GbxTxJ%)}A9vJ6fXA_~_SAD8QFUd+F~pd7K05$~N-0hId4n*+)UrVY zvZoEK(Ljw29g9u3p)is!Z>)vYiJOEzj`U5vZtZ7AeS?|>>&=CkT5AQ^w9sp2tF{wf zDH&AjNJ$XCeFt&BkLV=;^1fi;<15rl?J`SE%mV62FA0I7jjgdChb(N4C^WLPw?+$+ zT997SWiHWYfyQw2-?fZhrQb_VIA`dJwY><$PgH8j}f~91*RhTMfD4<3^FCt{;Rt&2j9g|5AOIPTjgb;@VugtJ>PFW zG@Sv%EpK|j6Z=00di2A-_IdOqn2mQru=xgaR!UL6SyMw(iw*PS9hT){<78EC^9}b3 z3x~l-q9Tx8f7s0{`@;-xs2=wLz*0kFw>sDKKn=xEARf*(HlidOCK{P9f6V2y<|IVT z3Wb>E29n@ATe>XDWGum`70nyV6ofiHhHy6jjZQ+JuUgvLUAy4xpE~rRp0W*wi{p8K ztA84kaE(;))qZ(`H>gZqyXyl1)VM zWrY_;&bkH68tcHBML|-X5fk&NxJXGx@P{#lR(O}JMEH#g2gK9`4{==6B$h)3 zNGL*~gWNg6(Y^IhR1pm)AZYTQ{mWfyQA);fb&N^)ewEzHVCA8Fg3hd|@$|sA{NQ?D5;8U#mHO5_5xvKNz`(mSg;?<13aTg644F(+iW3kdFfc>W_a6%S z4+EVWeOW^WbIAu^MYfd35VYkkjuao5TvhS4XOPEwXF6}c7CI?dCST29(4X{b(W1%r zYSX1@o*zmP=clPB?WG9B6D$E6R2v3-^AcNL?9f?bK11x_)ep~;p;3Ho*!Sx74!#hB zd>{CVo2h`j_k{mfK>I8LtL-yq&%3$LPK742DoAD${y2FcU2qFSy6gRk&7Viho-jie zK6n?J~z5h6e&0BBaJCJ!}ZEOC{_aa%15AFQjWJ@0R$L{8Bx zE-4q}w9Mm&ID{6yttf$nl>Q(nsUYo>TroC&WY1biW7-_Q1AJX36b9UrFg~wakjdka zPkEM4cvu-ZdhXyvB5V{sIZ?-_5`Roj<`qO&hg<5VeyU4rL~o4w%u-QXo^1Rr<=FGz zCwr?g(R7+!TFLV8ARxUwFK0kN>_bheImWW~pqo*7MUM1_)?aE##`Y;WPiy+}Xdhh54P{cv>fHXd zr=EwCP&rhZzuGW3IhD9+QdlIER;&*O9Eppn_p8MfSyzvek=;zj7S2g4r7>|0-)UHi z?ytIq6mgew$75&<{qAS_l)VfqM%=J1?5ybA`MIZpb>U{qwjL~2rmWsZ*L2s`X>1NE ziYIyMNr&e4m5%c6tJz0-q;NOZj+mHpcGR;;hnm;=$Gly>yskU*&5PrM;Vxc>VJ4O) z=Zpn;hOQ7?^R6Rj3x)Ki^ho;^mct4*h_qPGfxjF~vye)E5HDeZcH$o7HL6 zDTP(b6-9N~X(SC(o8!|bbW!T~kmopd-;nsanc4cmdb)H+c$=8EE$ zJ=WxFC~P2Tf4cXuwn58eXS^q)ejL=DT$}$ipi(wAd$YI1{!tIM+ywsO$a~6!(Dfddo9)he5&IE|Js*pOvLoj)9-)@LLfM(ul!>db`|{{h6$;%@N; z=0n>m>}{s)7!s4y?+!BHQKnsWu8xwTeQ8Jcz^Tj+zr-{%O&mOi2GdYFZbU#>R(mW2 zloyYGT*0d*blQm8t-s*BpwKqB3iC0g=-S{Ma`&$5cG~N>KxL8g?Dp@AQ2gG@eCs%g z?`rmhJ#7&nIrS-jNN+~NM#~-3Lq@kX8qJRJI@|30KJp9mu+T9^QSFq(C|AdPUU%sj zcI(lxIi&+AO}O3%5X@F`l0FdJh#+^hdA(N2a{p_?;_0|eD7ETKh(?|3zT&aS@WxE; zh(&&^t8K_-X;4tjs%9zJ)>!M5%+j#Eg|kuq<}$0#p+UrU5v$~F$%lm0st2!22Mqx= z$XeUo#3UM-`|F%A^fB198d4}5i?9z#8yk;j*6-cC;~&fp+i26iLckx*ZKJn3u`ew( zEx}$FI2Y60-EBX(D%({*%P^T;INY*+%Y(lHZ?yQJr(YrTG#vaS6yCt%DcS+Qi@ADJ zg--rxmCi)jJ$f2-=rdpTw4EQ1@Kgl#JPE&O5hHw~JKomEu;I}#$cXa&)4|!w$r`wJ z`*dsJe49LzW}BxP_Nh3RQ#nT;*%J5$yLuR)>s76EnO0OusrJU&tz9lvKigem$bP& zpDws}v}Kx-t@8?f{5t!#RDT{_a)rh2}+O1o~d$yqihZSoA>Y{I2saMd7YIP zt11$ydh!ok-#aT0^b8f(Exd&hMXNOcr*n$WV}fC`Z>R9()Z7lLY#EnwJlaTFfANSZM1MAUM?9)*P@8~q)XoQmD(Xhy zC=`!ARM|wgM2$rE#2=Jyh1et!WfW~Sf&F^}dwHw*t9iTmv)*UBd7JsDV=<30O9~GP zi{A%m?K3#Wdv6N`85Fq{nJLqn7)w3W*ky2*upSl(lCsmYlcUq4ldIEhfuzYH>FNUK zn?_pF%Oi6`QzNxN)}f#0_I6^c6L*}Hvde)XL>_LNh7=fTR~L8LYL!Np%LAds)#a2~ z{Xzw0RBcpcWo>0Z=PV#S00@+0)MJ!=)IrnpKVzWmqNdC;I2+iEo1?B)FVZ#vLe*!T zf#)s<_NG@0(@if-4}f_yJu?k49`YEnp!A?TplO$SF_-!{PoP%3^SX)3LvyiTNDCOm z$AQW@bqU&vKCotviXkxK#;?OL&d7{!hjHKp1rHX#PQxB7(R9w`W`<{hcg&6G$Raee zh-h`Vi8DogS|>4ihvldn!Y)?!MIWD3z$Q>Xj4}iZIMCW?;NzVU@wZeJVOif*r}tC* zee@raMDl{7vinGByJRQv8a4$lWu6ZN8gf~G0O_ROB_-Bzvm>PC0f0y0J)#=~ro2`u zQZ~t<>Hus(Sb`ozfobhT7@%q54XL1M>fsL`KkD=Gt5MfTCtY70>) zoUs4tDR59IlutF6*&&T7+F^B)F3Mr{HGV^`^WD!h7nkABVfu(~ z5T-`daAl&Ize{N&Hm>JG3|M90or>G4(y z7iBX>fH*hk>BST#%KSL74fpGK3(0Voo4-yXTbmx9BrT@*Zi{lIeEAklbSM9kOXDo* z4-P=50JyoHi1wfw0zT%(FDCWz{~XvaHLfcbL8_Ts6FaVK5w?Z@ zk}C!SVmZ4getgmQK6*UKgFurF40TNyImSSfQC0-p#O5s0Ks_{Mld?x0K&!oh2yhq6F0JVc`+5d z16m1)KV?`G#wA%L&l8^G+iigaW&d17MUavMfVv!msF8ezvs!t~Qg*1d2@- zvxtCzu$@?r`!z9ziBrL07z&FiF|2>M7T$v9=ps(YRBD(E)SR^6e z3$Tc1vKV0kCr)K)?FU)*C^y_pHXbXE$+CODD}1MdU*|Zofaj1+Av}P!kB?S$zp?gw zYs5!p8+3VNUP%8AOS$kv5J7Z}EjKXgQ~CYjE8-Lq;u+ONsU`fLi#1xK}4#p_+vlsaIX$7K^AuZB!MxqwOQVYz6s*%oy8KyAIR1w z+r1UAvIxS)WFmPDJXXV_Y8q03NOmfc2(ho{0~p5O1X%}qWNUaQv3pV1&>_Oi1A_y7 zo1#fY-(f}6en@?H^qno(D(>aPmx0Ojl8>bFK6nj_^sC^P#QUV{Kz9@DN#+C0vJSTr z(zM_JrxEdbF3(iQ)WUfUyjEGOCy}Jus_?ikRRoco?K8(!?v z8nq?$c|C675YoFZHyDRY>LuW6?b=Ui>v3B|f@N}>K7zmSi*sd~Bo^06i{#}2)dAF zu`V4;sSP37SB;2B%!0S)KOzX`W+2Id_iAcjL%^3?rT@q--j^3_RJ!gQ8?sZ2RGXPC zVib>8KjFeDsS~gYnYM~v7C(t>_m-<8Uv~1zZ^TMgWz9uLa>~DHF4Z{T>g5+OiNMA; z3Z)H!P>bs`;LgS?(#&V{x&Eu~N5$MSIPzihf?N!!Kh=Vj;EZYr8uR%bV-v0Wl&#Vkg47AKt zy5?4~vF#xnLdZSXR+)s`CD1+vGWaO|sbJnlyb$sYU%rBl*!ZM^p^()D;(JdiPPgMJ z+Zb(evuGPwZapHEl&(LZO)DxDeW5!Z>b+VvKniT*7>c<5@WH)}9%{LLg6+%+!upL) z{i&v~GGy=bNo(*xWK-DljC8H!TjJE=eif%!#>1rs{gcS6PLJMkKm?53%nvSAOv`y_ zmy{Na1L3fCor&fCac~!r+c9at-jRfPg^u6k)whi!+%}xOwenN-Z%Z*p5`0VtpKuRi z5J3}Hy{8;d4P;6CozSVHCG>UC<7w;gc6EfpH{i!$whd1y5 z)e(GC5&$)kZsLSC$*#i ztd-&9?Woldq@TNIJ_-xbhVwzy+S3Uk+#P7FZgC|wTcB;tUmUtzR6&1d2>XFdJp5w5 zsMOcKAN$kyrT*_liv=a~-E6%+Y^fvLKH#mXb9kj7Hxs^}rCW8R(3ZYn`Z0K*Bgyd^ zn6D)x*GwexZ$TZs)%p~xsJi?191T`zvFloDDfU&ita&G6w#OI2?@JLLm^xCn+d}4? zPPMSeHxMU0sNBo3yC9;T(37}G7yf}(8brD4kPr2a3+xxr4ZI-c8J zP)}N)dUKq#SsC>|$3ELujogUatenAXZH^2-obEv?U9+Cy3ZXrTG|LEhvx;4!j#9O( zGwh(iOw}#>@ZoZNX%cZVaEmfhFu*sT8VQq677xIp*t9E3#k6&|=tYqRqa4*@)wg2& zN^A%yYyX&(ZPSQgoYdKuw02Fh!9xf}w`*sEed`$&O1@tma8i@!bgx<`dXoMSyLU5cnbKhn z%`e}&sWJR|vUlGYb;UJdL3Jnx*IY=do=%?a5aod7mUc;1C5Rn{uFdAueVT&V#C4=? zmKT7p~CIW}nNa*jpkur1fRkdoHVhloW27wtEl?~&b`pR{Av zJu%kOHw>P5T!%hbS`Nts-}o1*til*`@}X3H4h=9m@!7Gq z6*hce0%M(h1Ut0+w{?K{4$$0Ek#hKf{@yy6h4}biT1Red<;#16{3l9z;M@TXFW~~ucWlBSnNK+AJ;9HC0BEA%q$GenVoPtw+?|< zcN}ijkL=4k>Pjnl6OhRT)hRs6K_5z+mnD1;Mwa2j4CQrpac$f>4qzg|_GXDvzhj+K zE7BGGX#E%w4YA`fd$u9^qr}HQ9EDwE25OrO!LO5IHbon=&CZNE0888@#zN{#CElCi zjIG$=Gzc!?H)C!tF=b(e0^=~RR<6`M=%&U zf%=foo;keZ^U@#Zch{U!AVObbgP`~u|J<;}|DiyHY+4Xq zeUmmH-2+3rvS?)=AW`+PuaCv`1H-6cpTnD*+s z^MV;zxl;M|HgaT)r}@eUAANzVJMXBz1ig0+ZMV;9m<_yv3XX6SO|HnYkM}cq&yQGY z%Z5#S1mpKT9v!+1kI1n0b~6{{0g;^6kBUp)dZpgjIriHqD4Wbx9Hvz`i4XA1!|>^y zpv*|0tnr{>O9|lYDLgkyB%j;4HTNMmU0Tw#Yx=&m*BAT{5PY*|AGN=uB)wG67mZ;Gy z7f?x18#|&Tj+rEm=maRvmfpQNfP`mJF&!acw#Vbyb;Pmu)BWSk!}IO!^ZxU*rM89h z>Fra*%K6Uq-Ob(2C4SHT#{C3`s~d+aH{)`8$>q6v{ejEU-6LtO{QOmGy5nqz?oqyy zng_>u9MkOM-O0JS-l~V%-u)wB)GX%?4r8TzUFFFMJfATXeY$Qb$oT=`KIPgo+`Mad zAw0nbo8# z2yqv@cG2`D0Z1_^XJIU4GUtU06b!+W%QsDNtaGzJ?ys$j&2Ql6iwzQ9-`7pjZn?P1 zMwYe>vphEUgtsm8w`Awo899dcH8jqu^aUT&IgToae!DXv{Fv=#e?Xh7 zw;}1mf-V_Bj1~rN5!Q15Re)>DvR+%b4SxP|{*A)I^RUEr{;;Rmn&q%MHz{}HcS9>A z?}IgV+VS}ofkGF{+O4u$Cu~s_$4{yblp9HlOz`IAiXaZ+4mG84_P(Ahe$T0Wt6-d4 z0PYQHJ>HGIsodBc9lnT)}dkU3d)r?09(mmtD}z4u@r|8y zl$fmOOki~6%IMgJ68mEtTwuH)mV5Bpr3JhqQdxq!VvC4i9H5Gh}+C8%%CS`Y3%$WVxmzroY;saupR_ zgBLnO?(YWcXHtrr;Fys&UK zV)M)%Sk5Cj#}Ukg{AksjbW6SwGQo@`bM@EV#n1ySvAMnly!)N0T55J;nb+!S0*ql% z7+kF7i}Gt$i^sm{?keTvh5YFj4my7HsO%$$ODaj+=pvKyo;5$bx4!G^uj^9!OP;;5 zT=t!Be5WroSxN6t2f79K<|~uaBDdW|GUa`WhhWsx%)ZZ%uczWHOz^nUAs}3b*?3H) z{cy^_sBZ~oWX|NofD9{5efT>@&~OrM#iM0u zJJMGn1D&RnerEgGB?D@o4FbIGFyrmu*WE!5}oOD*hII?E()0gR3%WUIb(HjZJw zYN-$kaC*9fy(x{K?vIbrl0#BuHeuDyfyMt|)ETr$dtMuyDU3KVQC* z(w+~SLh1@1t@{3XZwmCVkG@!NVNm_jD0!dd%cZ2SX!Eq~LF(-*_-Y?Vm!pPdi{bIZ z^qpZ9oAPA`oZeQE=I44&8DiVb5e#(dC0NbJS?D@G$D?Z)X>u1G&q#9%q#xlj@K%Ye z#4D873x@cW+0?RmZo=+iyy9)*OUvhd26hhJofI+kL98ho*{t7ib5n~sdg`q&l{1xu z%?d0iwFu{Fd(_P2M4K_IXrUf3ASBPt3???sZZM;-7D-#wwXI!JF~ zObHGZm7@b{(;_F5?C0w!wQ4%4$1?eED;oK2m3K=; z&JdNVImC9RT6pZ z%-QC4bvTx7Cfx8QwQ_T{aXmo)yTtIkC!-56F!8a5_o^wgl2yPK;R7AoUOu#|<-X2k-U<|hl5}jq_bXO7(Z%d7E41ctqi&p$P+sXa;O`Yv1uetD>zb+N$Cdes z>)nYxdx5r$$46P@3pyo;;+X(9ur4)PgeAfT-Sva(p6i}^`J>~AP}Vd-4#M4!{#Tku zmY6u%rc*j?h(^Y;RCeBzRkUn0_Ol%CIi6MmPhmVG=YOUNlf&mlyP0!MO)B? z{E@-n4#?1O|1+c99*nqAnX&~&TD^SPCE;4 z*4}#sOOg0v7QlaeB9rnJH?>kIC!~%Enel_{=U|M+)^7dzTg{qUtb<8^11>`OkyXr* z==Kh&_DLU3dSW8}^R$Otsz_YHR=vVkQ^&2&%(T59^NQOi&TloJ^9pPnu>{_hbNOIkJMnl!~U`GF^t0ihS7S32z)OxeyUFFc{q(A zInJeBQ;mIG-_u>Kx*n$VpjULURBvj9T_U+IVd*N+i$a|<9mVSIYfA}(A^YL8RmpL$ zj#Nnq+T`Meq^Yf-Eg{zocguZ$^P^T4YI8TTqYVq|ry)m_GqnvGa`R;$DW^#-6LRNR z>do9a)~)?QQ<(}YwA|%T@pRk9D9E*ln}cFYm)Ru&!$+y1e)(dQ-W}H4FZqi`Z{U~p zak!G{+dA?Xqffmxrxp{D8!s)iI!I^%dKyJ35@5-F&C>x#CFtC9uhg5LQJmM4oQ5gB zQ!BCVjF_mnUb1rrwX}Ys(7o((Vj;uwTcX!4j>uzf_UL{+8~cSbzrnDlETFccjgZ%&qZ?iE^eb@!dt@fFb!_w|TQ$1v z!Y-jyX>RQ2mA&*jCaFPcrdbhpoo=5)R#CTT@V!+QnQP1f4V6(mPvhL}>~V!`-~1h1C?N zK;PTuGkPW+*P5yw`Lj^xNTW+3+-a4rJx+3Ly;*A2+%3mBalgg;5?5j6AK_Z65sdZb z9-621^IfQf4cB6uTUmn?{6VF~m~HsDxY3Wh`XAoYoL#PMu<3EhQVwisxu-vzmhdpv zTi|mu6_}olq@e(2jhFk2?^=60-b&Q<>D8p9W#OjPQn}UkI0`Wh5KogomjsnIooXaj zq(mc^ru7h%p7u4^OB%n{XyvrknJ9s-sVp%6w_&kJu+GM)Htd)=*9i)#Qkn>#Y1#ngB}RbLhzWc47d8d*&Gv)puJcf< z>qwjnVYSwe7|{?Z7euInx-K#Yee`bE^~6c-IBKxLL{DG8)=VHt>*EwuP=8mOW+BH7 z&Fb@DJm0T}`SMv)n`r*zRVlCfO66{ycWdu}`>n0EGL&-|$NbBL>{!v5Pd!=;d8npZ2_WkJxVnRGjS^tfr&1X0JTjcNeHhY7m* za~VTVjYx#lgAG$y)Xd8}iK`uKQ+>SrURCqFt8<<1bQT7rVAj@3uCr6t_-0z?l{@X@ z#2-(oWGc`tHQtN1<%ay)R$IYuoJ=B|-?Et=F_aTc3|uD$q*V^^=)W7=x4rmwu?v5k z&56p0rpLcd;dy`0CQ`CL)DPlXic^wN>PEvQ@!hi;B+ch*NuH4XUNZSwQUp0tYib49J5sQ7vNjR$W;+&Bp7|#vf?q@sX z8yE;saqMVVE@PsvW0iSjCP&gF_soHgnEH?#rxPN5&uXf~ z+Rhcb;KFbz1-PmvKo(az>sNHB9#R?#<8ys_^V`C#KTH$H?Zku)_S^qc@bU|>{#=-I z6Z^A9 zYR^*}{OCix@l|VIcn6Eal2ixNZ3MH+2t>Z+@R$|D*Rf9*CN=C$xK9pcsrPG3C;g2! zWdSoMo)Brx!(c1?q1b_k;STVV9RXn3rkah7?6RjU@<@#G(We4yZHyG`* zY_1C*)Mm=8$zj`QyN5so!OB9EqCvC2BV7y-zlR)V4INla?B`{+P1FX|px;skt7eR! zO2}SfWYeIkqFW`VM-!2spy3DV5rz9bpk<615BqZw`e#GUGIBWY^pO%|O9a+`k0)cZ z;CAe_Fj~JNlfyQi!PzcgL9+oNZ!Q-b>}??OAgw0tnAqhiB8U*wKjPHBF0cbbv5)7s z^_xOYP7q0&vx#$ur8`(D1&k8D(tG*Yt?8UQ#E6mN5*6vRBgHWf+)7pH$ zY{FD%X-F|Y+Z;=XDJ}BgU1qc5vvfz1m^6TUb8@VEV=BvHTq`%Uh3ssowGJw71R+d$ zjBDMU6k9*Gw$aAEM9Z{zhUZz#;M}r6V>{@+t%_anTxyV&`&3dpJC#4a9nr3}nsbGO z25rQUimS|~*66msvFiPiJ(oIqp*LuXxQ_8eDkK{1)Gu zam^tvnb(ME>mgwiyGEO`M85Wf=G0jjn3yMi)v1*wJ?@yA<$d@_Br2yor{{gar9hAC zK6k7qI@&42147=K)EEErU7|#PL7QmgQ-U-whh*eF4yjItB;l1T2CE0?8OST&@-+rB z5LcF0;_-cSngRnC_+8}$M91LjMBJU7RtUJ@f_CWCq!@D{yL5>@5IwzZf|f4Hcw+w9 z(FSTCq$-fyE&rAO@i6j*(!#9}Twc5QJ zPjT-$bRd;Cq+A6-i|2a-4T>KX+2QlK&MK0P_*OjbEMBE)MMRG*9U(`BRC5_~d`FX4 zO?7=^u;toN;rZ^zz2n_A6pC&iBA@$wFuQ~M)+dVM>q#M6N*bN?;`ZfQE2JzKG18@<431!h?IY12n*eBm80qPRguSmc%TA zw3)B%S-B2i#^DXuEm{fA374*cJl$%z3V>~K4F^51;x*U4hLOCJ({^P|iC1KUX9RO9 zq0(ssT<-zMgO{11z~=GrWmcv7c6%ME21gown?U|pPUWq|CMG+JA+z2gUg*2eyFD8l z)~Djle&lDM+-ZURcu7azp?1>WZHasK;%Ryz(J#(UTIyU^l@CPW2nkN^d}4h=l4xzZ zt#xsFh0fs>Ak7AX@2-0ut$8KI#kb#4%EV$N-U~Y7(?_L;Vt5L05g)YF!1p}jMg(hn z<0_`}?&Dr^qrd9bKEZuE#7#OgmKx}3__(=gdE=v+`Uu(liP2U;=tm|m+>sYHQ3Rne z3@hpLn+V@xhPD}r!kj85P=vlBBdYHaMY70BLofxTH_#U&fn?xa)q8O4q0CZe>Rt5D z;vL)|+;8sGtOL21T|0Wz-R$vJwg~SIawAS~m*Q*0rrF2>H25!_m?5$G;kyUDp7(-A zThzOt*+CMkqaO-(b6f;Gr`Xxx;J$>ku#}~47MnDJN(&N|U`}%D1!b~3yZe|5_Z07s z#m>ive!am(NKYufBPL~MPPNsn$G)@i@Xp`$Htiiw6qjJT#t1Y__vnm9vg!-hfdl1m z5(J+af8GpTq~+e@mUUm}CxdXz@|lcm#kDqh`{pr^`0ilW?=cjrtK3m$9Br}sx61YpAqEf7HcdtQmQPNUV%2)H^15kzo>%PA?NFlZ#DH># zE62{|&6cM74MzRkY%>1mM?;UYdP6<7%Qe3T*~*PjQ;qE>3P;aDd~!*x-UD8;>O%5r zM)x22p~tb_yv>$Q8xeCxxpTD9QfE-cl?&P~6Y7dd51Hk?!wEAjr^09aiC86y_qB7t$&sw%~DpLerPlV3C%%duUpRFphZoZi&JT zVu_J3rfn@CD;8LV7Hx^mVg;fy40U=LyQyw8oHC|Cyz{wNa@w-Z`JAYtVCJ3>r~6d8 zE>HXQy$;s%=8g=Vi6hhh1BZXrw{(z72%%Dh5OQB#QiLMsjNCUlhhdeX2+4ge#N4+H zGjivgd)Srx*k+g+oAK+fcz@pS&+~d7!%<~R?1DADVXqE4SXq(E8l3`ejpE-LU@wWA zUh2=O)^kM&uYCQx@;5cNeM4Id`DORa`QswF;n<(gScK=qgTLV#+o8lz{9?;YljnZG z+%wk5usn(9hr&6R)S6Y(2EM1~A=mLHkTtWBv!scO)Aio_0gkz^qzKX{(X{Up+it)j}7ok( zes0Nbu$FW9^mIt*tqiKw^J|ON=IRV%;YVLZ?%g#mQBw`)RE4hBS9IQS!#8&bn~NLu zMZ%SQ+8_Uf%7OSp1VM_a1?atNCpqug`N0|tLLX`t+;P!_Xl8F<`$I-fYD`AzKjb(H zJ8lXZTzZ~Ou@~}v8(MDoHo+RW&RhLSk&dW5E+ItCRMq4iPTUVxpE;-QhO-qu z{tm%Djo;-|sPA-`an{gE#5%i|SA@O`Xu0_ec)J{beyVc)-S%(!F5UY%>=e>n4TZWo z$@qY5(zQ^EH?)seH3i`PZkYrTN5LmxWSdPSFaaZ6)ofJS`I(XnbNiR1vyG zsJ@TW^(8wIPMPP<$cf8ZTWdYIHG-NLlTC=io>K!&LNk26Izww?p80@%3^27;_e52F ztc}n`zBQKjl=9@}kq}i#%&aQ6?2_zE?P6qkIn(C`ti)3{_e$q{Nb?)#yLO+YFM2iN zUbVE$)1qhOe>NIa;0;gvL^|I1S)O}yDWgU;;`Yaz(($}Er>Aha@5x`@F8ZKr+uB69 z*jr)jBu1SXrSd%EkMnprir%KsqP0Os`c^Y z?5q9)1kEtu&vZ4Z3NkzsnXZv9E6xA+Bu)m_q|;pFRqd85&40}>;lEokhE2(T1QIo? zUS8z~M?!{5Xo018K3A)Ga_-KH8F1d+&9ad{kg|Ry)F$?&S$Ecb8S-1ZaBBSw zt}-B>CF(mkP)#53%Ps*%?46QT4b?i>v<`*(suIA(IM{WtHnZid=8n?FW&wo&tB#>R zYcvJyH-GWXk@^aY(w-uCoX#T}R9uQ`d`GAZ2|a83HV+XQYFVNj+eE)%f8~SC;qLoO z|BEq1n0gmqS);H$p1)JlNZUHv_zqzjIT<_!XhbZn9A2@Pe#@#H=D;~b|F|Gzaz`>F zVxCL;nrhQ8Q^%-M7K`M#QZAKgP<3VAAkS6RrfRe=16dQ;_$gs=*UILvu+o0+ccjfw z;J|pU#Iomn{2`xPLLJtpa9M?#sNvIm>kT@d+=B9%k_U{>?17GK4#SCPIBaXuFZjQiyA$gaozSldHXKZ#l`&Y(B zFrt3T&QuF%tbU;!UP;_@4RLO2@w)6lQD6_+U!pWU-D>fPP1J@>#B!SS9oVbd^DtIs zHI~z~PEbyKlPwVw4>j^noZCGK3uUPD+-umR)Gw~UWTK-6L~zoJKN#@DW=vv=!8!DP zVp%dpc2RM7b@wpuP`aDk{UN1FRgtx4a^>X@wfSg9EvG9;X$${B%L%25 zz_yyGElSiOKe*8Mpq1SKyT`bsb<*f9p>1u`KcWs8s zhUYq-gQPqDRWn&{))@2#y*pf~F>oiTI+HSA*sa?5{%vkRuwK-`ynpS??7cnhVn2Uw ze=-3ZJF>rj5#itro*v)(DRQ_4XYXYV7_XBJK2n<68>rM<=?3i^Nr|CT@JCV ze{dJ!r1_ZV^B+?``dbIJ&+f|2nde6kgLhe(Jdv8-Af!zyyH|mMoLhlXyeJlN+PG7uuPfb+( z2Tb-JR8JuC-!seD+SsFs{V~am;9R)W_3jGe7h+Ragj%npomG6GjpF`1tpJg-4g4|d zcSVQiB(At>k$LmxmX2UyXx<*CMU?)(!-)V`qRiZJrP=6 z#_w}q)c-xM*ztQKXal`|<@2i&^L5v(dj01P zO9v8pv=_m9N&$#j>b-hFVI-pA+WA!UrTCV(DB1MKQr(dK$KvM}IAgD#D!u>Wfs|gM z!xVd&#NjtOY4SYb{6cL0WOc&a&woyGZp(%8P5qxh()Z-M!8!7FX!V;MqW!2sttXqH zOBZlDVTA`vSD)D8E`ufH#dw?UgX=rQ1np`<3SV7_*4V)hM*WBlpZy9DzHO8I_hU-* zm7A~4<}dU=ej1-x>!H6LaOKmGI1j=k0p>1CyU=u);qWZFnv?6RvRr|J>_B?(r{}=} zcP4D9{AAg`rCe$Oa#fv@i-nD`tVgRPiRXj=8~ZOzUbJr%b3y8RX}5z>MFCOp#bs`B z?Tf_=t_1yu&#uLywUt=2Igodzg{p<$s+vB<+%v!OqU8HRc9ia?x-Y_wo_k=oqrV`T z;GNgxXBlCY`Z?8=or#=}-&!AGl{V*4LkM}7ZgIvM55V`sre&$&w&Vvf@g&2qPAAF? zz7BsG`iU2D=>D}vKvw>Y@tAvV8~h8Kkzq?3$Lrq`GVgtEw)>NBorc#aQB`&eO}6`_-*(xJX~NB4ys%S&eNO zi~Pyvqv#1RP-(9Mzl$A!t?SlE4cv}>KfYX&?sjCszkvD*;-Z$CFE;!tIMaN8`M)!d zzx^`4=5M1Y?+iuN1D~xQV z5v62ga}^bSU)pRF#Zf99{?{LFGclnTB_B90T=rW6ozp*^I8o*Amy^^Y+YOl5`t@lQ zb-H%o@oh?e)<-6{^?5uF7jZf({IR!xpst@EELAe!vX&{+<0Mr4V{L}TmNHPlTZIOS z8$0FF93FcH1$roLpN$bcd*RgMe8B0V#<6o9tehF%mTISZO_Rs4Lb{{L*DKl^G7kAP z>Mr!#(?NCf=-#hF-6f{pliLrr&uR6#NJ4YU^UF7dt`9}tXpp_=?4;6U`P1p)xE`OL zSN+$?qmtF?+uiFzEw>)I%9s1DT>7#cVDa2FnSV+4R>P}HbN2DF=P+o8VTlwUgPM*? zK(A3>_hq%cOG0yPPRgRi`X!*wNJOaboqFNwQ-cmY&?bG7y+<&h+8>7#*o#pXmrK)m(*nOVuSjqK|I zqF+-BO}_lGjIj68-krU^%up7;yi6K+dERH5v)hTgCl?EYjXv5BqSeKA(dmBQDfi;) zvMw^j=XUgmzhiBNyfT#*7?y(uxheMeor#f4bw+=qf5J`=7tZb@x^t)*b=tBF4W4ow z4EDRoHw(`r@U;WgjJPTBVr(V%=KH!wX4 zH-_@(r}g_iR7SGnElW0UJ6(&p!3>5TioSZ>dH2rcrE?+*y)&^A5|P@k4({G3FNb)( zMpAS&;aS4A8?TJHmdgu2d16iq%ecLID&w!fZLjUrce0Q2>I-^DA$?YRVEvB~<#xT~ zPK26_gO^)fVB@*h?!a1V&-3%k-OOq4?&#E|vRHPZ$4vLVjFdVNURGLacizh{F|*Hw z(hpc+X%U*;HgEp{Lzy~8PhvxVxh{KkgnMQ2&|oGdb)Mh!UB&%;#>jEND?B`3&!s*j z$A3t=nJJxKnKd|yzH)UKb9@$jLwxdjx!()xFSqM28l-)>%dcxww|?(ZcUrn555KOG zgfirdGQUyThV1Q@O6KbyS)Zo#-!wE>zKl|fF1X2xN)0Byud&pLX&nymd1Dg#4PRfk z<`O(P9s54!WSsZ*TJes%v+kCC`mIyW>n$gx^{-jIj*2e30lgiIbhoEEKCgM&H>a7I ziTar9exjq`Z#iYeRLVcC&yJYfjNo`YSA$ z0iC>32I>-OI}qBL#pmS%1gtco?^4oslEMyNnOfgE>=1wBP*a`z-lRk#u4u|7qzd>HDhA6{6#X-`w~IoBDIKl{xCwjek7k zCn&4jHoW#y>ra{f(JRIEJaf3ruF;OSTuW}MpkTv&`PMWT#_;*A$?R@@nVSx;({lnw z>b|^u%((ZkdL@}NPDxVAEDdq?g}z5#PRg5%fAJhi5p3>G;e-AUj+}oVJVIrUzn6Xa zO%BIb*>&x=Yf6fgTWg}Rlw#IK(Z&1{2J)n%SC6EV*4VXyJo(a4S+YiI>h&b$j?nK( z65bpLz4yHQic03mt~oqr{=|*!XFaOrP{GRQ zbfTJ5c*guPHK{WL4uzMU+tzb;{ysBkrxBUDd}+<@#h>q|B=<64ibW?q3EpL$H`Yl> zt2&N@mIcbbNaQaC$EKR)7orS_V{8QA^TBQr_u>)z_P%k|d6 zxyXT`+oo88V0`RVK6LmijVGBY(&b;eu2v-77*u?RDE`K;BA&{7KFRvdAa#6&SB_%A zf+R8c-kCX37MqY&C-&w(WB5uln*%O9WfT|ubC!}HHhnU&efS^pRPBYH&CMz$J^*>M zcQb*Q6RA*G2)e4dx*lUi81`K*`+V+%2pgT(;7e30GIURz z6j=YqAt&%}6T-tfGt-7SgS1?{;^x9`{r!VzxXYvnuwsX~{nO=I_hb4t9bBUd5HCY* z(T+oN!OOil&`}8C>T>r@Ol(*V1wvZxC6V~~13q1RLo`qmywRH?8Bg>Mq}u5e zP^GZRE{k@R;YX#RZ<4;ZNsudz!!zWaUlwv5>7@%wJkZ!$j%5_=NKDISD!VXB^mwfs zG+yZw8y`;X4C=k~UG>%pfcO2_?!ii!4>#|=?YC+_rLnM5DWctrQE5hZ{VOXAnW1dA zI<7!3233cKYH;LPV?Aen%ntgBZdy-GGv_}WQZ91h*YL7?PY0V09A~t61n(HP)OZm$ z-=CT_WAyrp1fcdRjcC0OoXVmneHgJD6bEMU ztGSFEeAkj~Gct1bi>$We$Wh0awM49w7-dzbIXp3mYoik&a9@Ku)egxY*$~v*c`D-g z8Y{HBg4aIU_<~EW?cvJHs40f4iUEsRx;^9C$uXlA}4pqZ+R> z5~rEEfIYt0*y~FBysn_56#Z)8J;5Y31oFG5yRU|vKt}n<|4-q-A26wja6#yn;IKd z0T-DUhKE6`wU1Y6O6}KFxE@@;=3nJ-^ugye)K-qs7&=x^TB~9UM??NvFN=#huI%nq zg!-+m{R)Fy53a_8=2V&bFDHc^>$9TdEJlIqlS>o#2E|va6FWB>sCE-JB|9d|geY(? zK=T4suq$Vy*1lE2D{xFdX?_(vwOa=0Faxdq#XjLn|DW?KT){RskK#-)UHN6@PizC? zMdv_T1l*!z-(fo>T|hv%s^_!LZbkDJ@Nt7!S?1LYs{FQT6;^Bz z=COKS)L*d|W+sG!V9qk!QR1Ta1s)p^vn^J8hN@_ffd(*9kuik#Iw?j`I#9D&hi0Gq zEB?sYVMB{OO))oyj&EaOGHQN7kgzUw4B>8{CnLKmdOCCG&Vu@?7`27<)Q9 z?~Npod9-^60BGHN11BT=mSP=(G#68~Zov|Us1|+BFW&2Dc^lk*!m@o}CZt{G@pk=| zum|UeymyXb-9=#7%|)G--CWW(t&U#g`c1%Z`MvuLMLkHnPmpPcZC`($>z|wIN%a+M zuIm2IDlz~EW<}N*lL>N|myWF)yR5K`2yCYA>Rc1vsOKHX6a)a@y^cCJ6Q-anxz zRHYLf7|i%msFY$~30w71Q)@wg8>;!|9FiD%4(z`Tk4v-+*>h_y&7=cU5K)P!$lOr3 za9qJ(ww}tqG=G)G^iOiM=k{ee$m>Wv|5(3nD0B1UkVRZf4n|TZG-0k$b79?#UaqmI zDEgl?M_S^3Q~BhG>l3t!dGDsav7r}0PP*^ipI4hC*pukxm(5_P<6Z;Hb2M7=3AAnd zzL^iQhu-;F5zIl528B;#@x&=aGqq-ka8S~9YVe#QKi5B)Q!5-*JQ!6o$^(oYk};D7 zlY7+^JAJF#Yx}I7^j(^x^)RV9!eH9Nm|LcUjo^0AV?vSZ;DLn*(+uc@_SGFRlI6FY zWk)N>+KIpSj_PI^Nh$ z#8CE%h#pw)lda*s@mkYtcd8I?Xj5~J0a3|wvqDsTxh2#*^*e8=^beaZ?<5)g$85M? zR_kgLR%aEqh_D~xg(AWu9s3Q}s^+%Z-LIihH5BGne|i@L zu&lvz&@*4VKamZOtD*QVnlm1<_&<;`8rGc?uTsXgcIPQA-wpDFK02fuHRUtfb_$lmH3TlW9l!v_Q(z^TXPjlkMl?w~NwP{x}20i>#Lvjt5Eu@T(j;e37&P!fageGUZF92S~>D8#DlBVRhy5nWmB&%3G3qa-36p5E47Y$w(ElW zK3fQ41IMNq^Mfa|=<=$8plkUHXBw3SmP z>nDUI1ue!Ybt$w+{1c66DTqlc7Y|KT(b(l?K1zq3SB8toQ#_8zbq-x3ld8?^H+uxm zpg+kU)?h%cNy) z+>a*$V)?8iWkvzzDbF>{2${0;o<#*yhDTB*l%>M&=~2c(j)~k@#mFhG^;d0#!MK7t$x7h~;N|&9)ArFaI7dcNN!T49V`!;19-i)8k2`YohJQ@RFs~+n(l)^y(4D z*7iY*hwjg&E9&H^ zw^awBf0FoRBdxV27}%aTIquVWK>S1)yFa>11-ZL-&k4L9ag)T%i;7;5T}}p&t?%!z zbV^y}Ay%)MUI+@LS&jP;^SIMv6V;Pz>-iEDj!fFX%(U~A>cb#ZupR`Xr({hQPzOC` z{xuhNG$-P)l6|dC?o7?Zi^2uaKtl@fD3>wKC#hAg(-Jy3+I*PbAxuyq1V0MxKiv52 z`j+;oIa6tdSjJAPy&C}lpw-p-7fsLb9lR{g%`PolBZ0v5BG9vz`{edor*G6Qvn$sR+V3PlGTE3v zpgasyBK|mxUTtq?BPyEJ%;>yJQ$ValJb{tuyx#uTZE%C1?HNP$uFuQSOh z;sGq2oFd6Pd2|c!Y@`3*P(*#v(6!_D&7f!LR>7?}_U_+18bX|nLEIaS23orw$GS2t z%E5UyKXs2!03u!2SiI6%0Hre1bgJ0a7Dx{|p z^0=zxJhtx*S=EE><1FHH<%(@*=lA~FveL4U!|-2ljhx!Zo^Ok;)i^8v`ULu)+Dd{S zpJC_vvY4ypH&oridL=ktGE3q!+}k@uwUE&wkVmQx&)d75tpy>!SKFMNl*z1)MrUjU z-zgnV21DoEl|A7rKH6aN)2UF&Y^a?d$uYj()mCPaC^oaxIz7cnpU|~)H}t1@kFo0# zWu&jD*iZ50vi*CJjf&Q*HrvKX0l#Y03ZVUmoyPI>+Cc6T@_Zx#kUc1SU=x>Z8QUJD$yuB+N7K@MVH0>hiLKcG8(rCRS z^)aH%qHdQ$gC~GF8jPCPE_y#4`!31L*ZR=p-b3`TsC{n#=xUopDqf%S&?yq~9@piId&1Emxr7`@iIOl4ejq&k{ znTjq6ewp~Jwh+7vfZapk%d-}I1quH!;4>+Hk8zs58eZ#Q+%LBFSvORlIyn?NUvS!fl8O3}qJ2VyS z+M9b|Tsf6s;WZ<(+SA`;<*0LY9Z=l0cwqOjjGnhM|F>7VOUyMPcdCsVD~>i6q>k8) zDwm<$S898;^x}c2-89BjuQ4p%8(U~ye^TvEjs?MI<^hS9?L_zrR3Z!8jfuj(0gtPU z#~S(&i5wQ$VU)!*?iCF+o_cO{T;7tBG#EFyhLJ9Ivda*mw0S)X?yXsquH~r%rN(Jb zL_{x#ZLdii!<@MH@3cHx9wOUEj{SSp=-0NCpHl~~)O`Qp-DlM+`>kp;>~-R&gj7Bs z>xZDYij-|usd)0UU|%!IO2;DZ!ooylu2!wzDqRG3pT=T)amKfr*fH0OXGYo^W3-f9 z=KB#=5^&>MvgB1%Av$C*$(PlBQDIii}_gJ@oGIr{o&rh z-*q|i8Y6OD6k#3_)DpRsD<&tA0J##{XfFoX<_0A1sp!5TFWUpAK)OqVvzItZTCunC%ork#?I~IbBQOgiyVikI>(iuu~Q@5)@nM(x#xot zMeknKmE@RtLKD`=@eLq7ro&4)etljZM5X&ulI>!3q~ZT|Rcfa)bnuQGOO|2Xe4e$4 zNoZy}=p5`Q9Q43$ck3`Qg7m=6w#GsSt>d45Y(i|#u4n6K>Pgd5A=WkhRXYKBgb{?_ zo-cRX)c(Yv^l|iL86?bX|IMm#y4E)Oe7N+xEdz>o)J^EM^1t4@B=>=SWEFS*_#zlich>#YIYQ7ns7TJ;=ar~FbsFGSuqjvFBE5< z9eRlWgA=ar6@_MJ0UEke7W>Sar=_hvAk6Q?dxS}az3z`D1URy9@!xf20u46!tU_Ff zI4Lf1VPYd|cU-&CHFC}?j1Rt7jv1OmM~mETSB4do@=iG&P?={y98fFZX2Q|e1;e6~ z-gd#F{Cpbw^e(CS*N(h29lq8-)1E)x${aYgFPJ%XOg@Xxs!$>cwP;k<7bOG)3+?_4 zIuZ7HqExnaan4MH9N9RKtJue@XuvIquXwq0x982?v}_BZqK;WDbYXuM!YWtMDtKMa zYsWjtSVw>6AEg&&U6%to+7%as8|4pO#djp(=`q!6?V5F__JIPKO2J#Jh)45mlD5~I z`^<7*p24yo7IBQ5{ zzK;jy@3y`fctA3Urx~f3J`M}I`?CGwb$PD}NeR@FxM2|W=#H3%&G!@_x5t6g}u=I4P&c$;dP-dz+$GSYjH!0d{#qQ6E|LB+f zH`%P|XH?Tll=4P5%ZdYv!D`&An=JOVjUt@kY-SJd{Pm`zII_|`n9WNuPX~LpgR)nS z<`f1sDl{fRyfp4 zk}JKK+bgtqrS&4O6voGr{Vv*buuJXE#59^HU%7)%29qc`4*j_Kh<($CgDAvD*&ea%BC~fTpYSL94C^tM`+67Sdy1%nbnS7yw zS~-BMYnJ}rU`v~4Ln+GPp33V?S%Y2a#A0Guqm3)E-KjPGPJkS+3il_CHuo*zNZLye z6-xuyRa{z0!#nAwVp*s)N!JOxU*z&vZp$l#BCCCL#AP>>Wa+&Anqu*Z$M zFE1yHE~{z0$F6xia}rupcxMkIWU;pw^?{c!ah6yPi6`HLxp%Se2fL=$kX0rK$dvw^ z{Wh&yeZ11%dKL+=Bu>bCV0b7Cb9pG|>&&dHTyK}%m ztJ)kP1|~RH%?HhkiIsNwMx^aO>FE=8r8EO89ERvaT9pMCrg4_?F3Iugs*dOc@zcom z_+NP$=d%*AdF@^nTl=usdE~|5=4O=J=;jvR8~xli-CG#%`&0dD4&dfe&s;N#0?Din z<%Pnv+YgLs4EHk2<3w5mygxzy%;ab^SF8Io%@>;0aQ*S&z9&VWeT;qi6>AihH}kRP}!mQtp2{$SqWr0 zT7(ELG7lS^2|_0)5;t~-P;bAA0p;x8we!F0e#rVo+$R%8NHdiIG5C6m)j%!v9u#(> zkTyLnRoD2aW%Uk2K6P5fDw`l%WHT%0J-fRllIOGD{CQe#eLm0j?e=#X08b3QhxM&L zV1_d!H3oLUa38~C|I|HbYkFjucU(mYzcmJl(1yGm@@Tk+)JxJ`eO5`FktDqgPLvWs zbgC3d_`Dd}m z(9HJUGnv{^Yo41?&gd{BYUiq}2&$571sY8+I6IO!SV%wueEf9M_zlmPTB^6ZC1zJ8+DAmV7#$> zZ-4w9Ejuw=EbEu;pR&9x$PoGRDUVGzrhO5hEgzjZg`8%PrjAE9?PapB9_|)lD8As} zt08-P*4v&aPgwg4XtU1}f(|t-6oEr#SXjcd>3FJ^o%y*uKv^IwfOvG)$aoFc-o<(y z7iovxdA_bkaC|B&+i2f$#Xd}+Mns3*=)-57xxIQK_cYowg zk|cP0D_w$79ekk5vfb59oQSA%Y?GO(*XYmMdou+geZnHZ?Gl_lS2JBp6u1Em!p6NA z`B&Bh?+>TfnxxlbbcnG5@|7G9YGPk(B?TNt>!LV zf3)l(E9O6+nL2Gxm#K90MVpb#FqW0qu^H4><{wj%>>6`nl?6d6K|mWU(qc71pDMa< zu{3#6%T;IaYoym1?3rrB$r<$6!?CYR^)K4 z1n;i+?8%`E0zcab9;)qB0P2gNdeJyw?N<13+nzZu%$xI|$G?k29v9#(@mRfRxb9fg_(A)1c3ph^zs09j=*^xtV8CK1zK zHd_4pvtJaf@%eE>4Sj%e;wV5CA88w}&V;d|q6hV_l9fE4m{i+=s{h?E_CAOp`>3I& z@ZnX{bq*F;`x?q2aHrt=XHj%HoGfKo|NHk!pMC^^<(#-}P%p8%DZoPI9quxjdN1@M zp%Lz-)J?c_gpToWnDv^=ESxJ3T2~xmi+t7C9rt<_k*A-_^zMjH)r#e09ae+oAKjzb*N$r-b2?ddQ5Gf5scw zL{?Rk*sLpZ+FKWpfC$+mj|aOtP8lzykwQxR(+{Qp*_-RSTX>fjPJ(2|A6yXqX(YT4 z&s%-DNEcM{zfehMl~hAiRgOL5>2HeaqnHd_7<+q68>5E?D^0nQ`$)s)co`mgmX5Cp;jM2PlV1$xB$w{gCy_6pB4#lbK1Icnex-`ZI$|y2G^-*J1=ed z2IJBzA5vv~XG4?<*UPjb8OS0{bwn(l`MA=Hpw{S!-IpAkDI4Sg3^$py`W*02Htzls z)>2Tn)waD?)8^k@Rg1miqv3np;ANW4<0H(&(&b>Riqn;89xfM{>cpP-MbYJ#%Z;>Pz`!e8fXJK>Wp|G zsdp|n7$dR_VNgo`bj0(wJ(rH45-M^P9T{G>jlNqje!7kRnSD*A>&(KsFrWSF!Ru5g zn?1mLkkj1ocA4fY9fU4%lf+gBeZmm3vMx8C-_WS^MMRj`_a2dFexZ}%Mw)g5B2&VD zEj&&vT(r&Q=9-aT4Bd@h0Lfhx-k95lgGePIE)kWxrC?6m{Pc9W3aah$`0fT(F^_B( zk%01Ne!wjL$~NY9CSMQJU~S~g3!8w>pa$$@S^-{m1DFW6S?%&<3qJMC+=dk|EG$R` z1m3h+&__~=reE8CiSkCuL*cwy)37lOG4aS^y?7g!hC)?+KtGI-0ipn z$et=x`YK|v60AOX!$273zB-{009nOY#Qwq{Ej>8)(J;np_VQ3ho3Ftb->La-qRsva=8Qq0YhmYUZZ$=tgbNA=RrVRTEpGeIOS z%7tnlue`3Bo_DP_Xt>~2mW_AmF25m{yYj1wHZ3qKw&(~0PD5usa$DMUlMEswHg#kh zw|zRTb;EmyBDiyeyvmCR^=KM!x-r=sDm{V$guf-u^jscV3L5CyHb*B%LaqXKvIjq% zknYVI+*n~e-@e|q!}xgN@umpKkIK8hW1H$QtwEHfs{i$y9DT1Q$_sqEFzyfXZP}Yq z39Z}fcI(L__znOAA_*;kJl2@1(M_K>=Vy!?--PgUM3?b{luO5vbt%EaXiYC9TAY9T$ z;dtf!d<9|^J)#{?KTs%%!pzxla1oStF|61 z8f5`AM6+ucl#Ix?Zag(Xq#x}!5vmSgg4M$8qIgDqNqV7*#c?2tw#r?-fPq!CN8FVv z82KRLSTCi?4%}f5w*=Ygw!LaeEH&L4`Vz;b6aNCp@9R5?wP-#99=O_K)UB~aJxaj9 zI=2mkZ0ap>9QCMi=b|UR(A2hF8;tw_L!H@Z#MOkz&-!X!X@sgMf9(bT$x(6wy^}?>VWp^YvI9&!HFXzE0XzL zBZ;+JHP=|q4h}!KI*vF-zm`892A}rOiOmK3bjB-b2ZJ@chFCO{^kd`YtMR`Mg$vUmhxBwM3AfPW(Wq&A z?&_)_NL~9tfb%)x;~s5cN?o=4L8|>!w9NHMT*S7Y7;ya+vK%=g(uxBGHPcV17?Ee& z7IqI5F|3sb)BjlBOv8mKNlTjSndI!$p-q5&Va z@AzQ~s8T(UAUw;Y9HPu@BP<(l@BGe`5s_;ZH7m=UQM_qyTyL!6I!PTrLaW3J9ks1J zV(Tq~DrlVd{PS%dlcx%_Jn}RwT1=5wwq}Es937ys#>iby?+BI!`Ojc`^iyJY};nv0`xV;|(=<<>UJ(km6S6Ao%xAD&M(q}GlYY56xy zDki4X5T*yDy%~C~o~jB+9}@(g>JJobb5XA^oDCY@kgZ^X(+#B+QdR>N$8D>b??Tw0 zafmrsTyJZ$@{YU7d932TRdNbYxA$KAM!oaOz^47ON)E9kv^HeBqr!l|IJwcrZuLfI z_HJVcx!QC+76|gx$eR$9uQ;X5K#u@AxdF0O)^#2)Kkm&lfB2Tk;d!S6_dn)Qdt2QU z3Cqtq8*;{+gA-7>;9yp=NcKiFE^EQB@$u8ATnJ|BWMi*QZ3<}?ylVu*^&3}5S{_yP ziJ`TsyZrSq_{Hs#nT54sGa(sl)BYo3zTzN^0yf#UhZ(#`<4J}3)-}dq@x#j|gX)Pc z3HThsAKKrFmx(FywsYRLRukz;YfvPJy|d=dlL0~%_ko(isE4)lo38N2R~AaWA7P?dKF{)}q@yy43ReTjtPC$?o6@mt|ohg05iiABFYH|@!z4e7>0$i3xG zo^%X4OgX~t6N7`4@yYkApVi2RVFRD*&28w^XdfZ}GE7j!oa4fQrxLWO%4`3(cHu?= z7m4Ql%g!Tg96UnqKczB)qF~&JGdnjqq^es26!SNWSI%A6Y3poTm`+eOfL4P5N@F!` z_}B;m{*~%E|JI{*vj8l8?Eo{od~=W)SkY85#4e4Ei1d{$ukiU`ySK zNc1HIy0bAh(BLaqrM-T*wMS0DTL?}Y9PHc&ITZQ=f_;u_I+xcKyJntYg5TV0VUw~2 zvh=F=Le6X+G7ol=BeF%wM>}Ci8hrl*Kl z(;D|nq}XDvAzLS$rgjtHlQ~AQlYFZMqFg%wpw@`Q04&c~1^PveDtRSRET-IS%YwfsYx zrf&Ynt-TgyH(oRVvS>3~ZO1AE`4P`Aip5Yu)b_oPhFqX)hoHWgc!-e42FRx;c0@?s zc%!ve5o3w%Y`JcwgQeIW+3QBb7qm>5=kB+6!+6CWe%Spo*pntF zwfSS-zhb|pw=B4=OW*lFqi^o5E!!Jj>=_Y7?7uDV6v2|V7kf&*iu5foJz`T}5NKU4 zbtWYn?qL41ql*S}9d2Mb+qhJGt=0U9IenCAW71J^y}|K8CQ>d0YR9H@_03O- zGYoBKsk9F(w%Li!-v0+EK-a%|ap%n)-RP*}HBT>Dyrx#^_9;Q9S1kUJ&vW|xM;jix zy8HFX%9wSm`0V9j})^ZEmtw);EjF{f9(_U26KCm_ElGZnW*teEmdrmUBwx-L9Xdl@E z=Oi8c^TKQ|ANN=59@<(hKN)`Z?8CE9yF8e<)1^~~nVmX59=Frw&$EwIkMAX)cr@o+ z%hmJS)!jMl{Q0)46S@8hW`9lZ6t-!6qu-m%8hLR~ldrVj)_r#rVJXQg3+HQI%eC}+ z>*vJa4mH*eGub|`T2;1vgJ|u!ard=uZH?V-pNK7X=$Lg`zUqf!BF5CWyF{A0H%YWG z^+MYRFR3wP(&I`~_B9=Kw@F0p%%m?Ti5)0PJR8fX{!O_hLl#Wt6l8$xGht=w|q&hv=%7rr=@+`2QkG)_FlKTcHPs? zt%iU?8*BTX9%t}4TJS?=$g*FD)T*-kMaieWPyG(FwTgcZ0&lXW?eU17F>JqY#Y+=5 zM=z}ZN0YrHFJ>7BP8mF~_Tctg18NOF4Lhuv*|*vJT}Qq?&HD1B*`hB)zRWFL`MBHY zVh`7h8=7&aM@w_zLv3mfZKEABEIelZ3GKUL#o+wc*r@}H?i{#d&Eh`PXs^z; zK2+zr4SU74PwFz4sWc&V$S(KKwweRm9voGt)$A#U;~!PBQWc6FQq-Bc%~IAlG}OIJ z*j>$&3#w%mZq+(aL3hA^X?N?*e$FW!57ti3s2_8rQN=+?QA@kG&^KUfh5n%~w`s1q z>{H#E_JxN|;Tm{4x6)z%s!z{%J-=kHZ-?;emD)Y5WNlHZ*vRT1Qh!;tc6@ht)_BA^ zxBJqj@wdB=+@+{o>Gx_S2M_HO1(rdV`jH%jE!D0&b!|q?b>q_;7T*`)(dw654>IDnS3P#OLfpH}b83`#8<<|- z(4@wO%NJ)-iu#3Go(wu4H2K=`Yc-;l9=X9(`hE8JBR#ndG*#Lf^C_{lU)%8yM+KCv zzBF!dox;^D+HxASzGf)~{GJWRP>vg6d9}n$ZU1QfT|8>az zcO_eY__b8Q&vzAWn(2nJb8mSp8O;G^_}v?HyQR)0Cp0;*a>Ar#J&tZG8C`2kNA6tg zI(|K0TDSaH)A*(ff{VJO&8RYM=X?D@7_=+U6G z($&K^?(DcsJ@{l(tKY)F6VEFY8+kL8+lhJ8BTE{Bjs<5^vu851F24Eeja%7S>(&n$ z{4J`p69k;yDu>7uDnmBV%b$CzZ z4RZ#0MK#$w;9`}S+g(F9g4Jk!M_(x5>n{_2FP1y5c<%Uy%L;n5KIn37-1Qm_Vr~x|uqo{31>fs|_wTpg+@X<= z?t0pV(Zf27D`GdV;=uc`F|=XOw9WSG`~JA$T4};SQ#RO3W=)&K)FtWM5q^2O!UB^U z=riz+Yl+(@CJpZq)uak4b+~|a$G|~uQBAJwtLl>dVtkLD5F&Jz9c0%M+fUwUwBl>8PjA28-acda?*6+z zPd(fF&BL2thL`BSzsS2M&z?^H^lIwN%;x5I;mh4pTGy(5VbZYhN=u(L@V{U4G{6O! zV-AjW>9?SI#fE2cBez;+HRBf8|G?4upG$~LrdNhq`9Ax>mB;z>lv|#@=;BTf0u!?4=7@ zc(Lr}9wmkrTk*cME^F+1WtE+C-=)0n@$vKf=bt}6e?7Ec-;3Yqz74Nj+cEdurvsmI zqdzu0IsD6)*G(G5muSE3)7u^Wbses-w?a4f{Sa7fQ{N$%XY4+hJG+lIYu2|$&z&dS zSH5h#;LpUJqkNS8!@Er^kvc2%cJMO)hG_@7?Z0+!rcGH^wx!#JDtoe)_yt7yF}CS7 z+u78u_lJZ#t!o-tM^iQ9FY3$+>#ekE(|oeaMNQtDw*CB@V_#O}|FcD8@u}PIESylT zTukW;!_J?a;+;67-HBx@QXgKZeErH1x8(~}uZq<9-J@r#*=}bSe>^()*u0gaqY8Eo zIO)Hhd3L_Q>P2lQzTehv#hz+8FE4CQSAQGR{MdGSa);=1_wFu;eq3)`NL0iAvyF%L zr^oe6DzR$+2W?jUyGw58T)9X$?lv;>LaX~3UKb~u$J8tlc;L>Y?pfU@vW5dij#Stb z9au$ePjpIlse3kf_*w1h)w@c)8{B8$-7}+(eJNC|a_6u%SB}1Y-DCIlFZYhm-f>NP zx5fwCyy1&KKTve>R-EsizQ`W#GKU#Ry|muZET)aj9Lc=4J^s?yq0kqIty zrrQ$+^?p0Cd4XoJm9~Jgy%Gw)+?3j+bm7r|=C@8X{PEzTaY)v&>eXvGSFB#5MSydG zxsi=NScf#7TYbYX%Tk@j7H_#}SmW1aDvsxx{%gR6^#?{&aILf7MAy9c%QC;UinovJ z&K}jqRlQ&Rhsx{bq3XJ=dyK`e?QhcH57okf)!#gJtzpic-ehEuPq|jDwqeZ52`wg6vDQl+&@ITd zUf)Fv=UM9)Ti7!BM8>xgkL$D=`><@tu+J{beo?i^IMKJ?ux>#COP1~%UH|;ZLG{az z7}buO;Mrl9nw_dLed4asb*^Tf>@}dx&{qk#>A_y@Y zpFWXkG_r;Ac)fi2w)M}KuSh=pPr?7UaeQQCj4jdA*2_j#{G73tt-0WaKKR#s`Pvsi zVk_|P7g+Hf*IaaLXrxUM8=8<19T(}D)GLXsUX`mJ<&;=|4u^?))X$gCOHw`6EnmLw zaq%f}ipco*a79>rLaMu>t1TklZc`-K;}dLl+%ESm-X5Ol8AdjqS2|g-@d%xmT$Zer zS1ufJDXupmGvko;@=Amu)~ggiro|xZ<&~5`te4%KOi@7A%PZ2fSkE zvEJT}WLQkeYUUC9Ppnrcl#B!@Sl^fAlZgIbloDbyq!R5z9pUJp`R5yO`Ak&Yvte~SC5JHlv7D%8CfqcIk7m-u333V zjmheHQ2=7~1IuLeK#OJt3WCqSbN{Qw?ZdTI`Tl?Oud!KSiVsVUwZ$ccCPl}`d1)x_ zA4^f((grp*n*lcaw|#&X)oK>}m)58#^1l?r(rQ+v%10|TYMRn8v|5#qqE#%T$)}+H z8x#E5zvRTEP`g5rFU%gA81;j4Kl}dw=szvL-A*+3U#IA}Fk1ou14Tl7bX=0Ne=9#H zE9K4=Qlr0VcdnSyS#L7=wE|zb9}{DyoP4a5FIP$h9=sK{xUl%xgwVu9TcX0A9G4Uw zYg6$*~EFq<94?r=rk8F|bMacW?{t zZ>0e*8spCWfP&mC8DF7R(;)5>Uxur}{TR6MIQay(;L0fV;KA7$m*#eh`^DYt9I}s2 zj8fR+&CcbNEj5`3h=x}#Mc(gr< zBdNkd!=h~9YE;CzP;<1jxhBzMYfYlL#x(puy%nM1;dWbM zq9QRNG|Z-;+!Y}$0?}vG2)7w6xCsV?CU)mr!H>QQuxV!4N-X!R;HXXo!##p?1wkpA zJ6_2Uy4e7Ob71op&K!`n_7hHp-stUw;U9LXq6PRTz=wx<6^&qCD2ZSmH0zA69fOgB zZ0=VG<*NuX1?dA69CD82jvW|TY-n_x0w5MJU0b*!B09zfI}3priUG|9=|zC&ekhZU z>oNr5CI&p^APy+QO0$STPjM(nfDZxDBt8!qc9H*2yU}4BS|W-U{y6BzQDTj8C?Q+1wR+ z8ayH3;hq@q#9uWKyD8m4yCO2@79&gC1{H6}i+ySsw8onmdV z@pcaB0E`T9adc9m0$v#QWNxhP+y%&C9gfQkOHQ((<|0G6D-zv{k~_d+F;ei-(z^p% zNl`Dj1-!(9!9~na=((xh-$^(>B(!_uUg zN95focO8Jn;N8PrWR!0RS5Y{LV$0m&5J1fv0~Wkuzuz=BP6%B}v?k!5bW^gvu(W4F ze4?{|YbUE(EI@Q;rsUlb69HfW$pr$I742bJ4+yKELPzJ|R)$t!6Sy&0)m-N^H#ZNf z+M66`A^?T&PJkGXQ9KEb)5qheM-I~B0b$D?pPUpOXG?SymV?oX%fV=Uac#IFUWm3= zv087qIvTOOh_e~WiO10lf4}e`)H9ER4mOy(#DdWVb7wC2`ydCHQM7DUEnGGY*N+x1 zo5ouhXJVQ{95g^L9+D~Go0nU8s}^3B!L*xI>y3H{i%savHQ+|HCQ>_GEsi3zKw5&s zD@ma-XoEaBO2puAZ3oJr_0e+sk=UJE^5_VTSV)QjvKI~!0nrRX9)Pw}f_2gZ`c28N z6GAU=z9O;!q%`En6VVdu5Z;07z>SD|4yNHe1i14c=i-f)U06h(E~3DahtLpgf+@EU z+F{k*h$#viuiM{gU;1&tihc66`&BS7BSm$7a*r1hm6^5(jh>M@0UE&yV z_lD0;FAhBgKIv&6a3}B=g0LA3-VEU)5djnJgJg4rf$CUqw7W`l-NCMHBpv z9x!PX1rIs+0v_;J8j$XgVFpN#245*2H!0DYaUYbv9Pa@DjN^s@nnC?ycr{wUjzd1U zo}O}5=#@M-3(q9je?1LBm4QeWGG`FUQoh_V0rkWy%|vO?mDa)!5PeC>iI9TP2Le`B z&%54MS;A0eAQ*gw3t4QnJ8qQhgByc{ ztw)3tq?x$;jpzx;1c-7i{4DMwMTJ3tqpXaS2ds^6$V6Kt5N#zQ@=OsJ;K!qBZpLBp z95mUJjak|7{r30hT#J5~_E zgAw}0K~A_yw6IQsv;x$@lmLOw1q4osCxYjvz>8p51Ds>728XXf3tI5Zq85V5Xa2hm zietp@!ZZIJ-VH|dodX#D!p5_KRfHnq6`@vfq>KP0N(Swb!U%YMZc~AvA;lh@Wa|oK zHqmGuLOGHf^SKfM5?Wrch3LQq3kOcJ{$h732$Mpis8`T5cXEY>^#s!3jxdXn1}nlr zFqXUs;vZf%!-zYo;m-+&S7YF=a`$t>KxlMkdEXq5s;^AaV8SgZARvc*B+3K(A3WPmclZT5(m_!O>pg{4I+ zadc3q1;E|dyalZ=#&hQAC;H{|FH8jzt;OJ@756z1W6cLG9vP~v6i?}Hy_2iz!3ydT<5KQUe*#X1| zO>jyy$0_Nhcb!&egm)d1<8V*j#E`(=fA3hpA$ThQyG`=1dMsd6!ig(kb)|5PDSZiu zWtCF&&I^cnVJ0|4XwQ)hSzvZ(ikK0%9@5npT34aVBhhA0!YzX<0`uRH%EuqVlI=h+ z7?TPvhByw`{>H2Um;odv;nDqNe6+uuXD37=h}8!a1}}90Fhw&KB+7AsD<6S0gefro$+NC>-n%1uw_A*BI0S}fq96^3U7!!u%7Q%hvQ z9JK|dalw!QS5hpuB6=&gOSDHr@BzG$6ollm2GUdf7|;#F71ZLYJoXh@z(di{S|?h` z{fdr@006{;D!B@vH9h7pFt~8*%6$P85d=tgzA+<0L~szI5J;m0op8SblR0FX=2LjsPIv!$caIM{N)lX=v(i;U4KBWD)jJup}L# z&I51o$N(&>hz!K>qalGg;vu0K%g;QGx}zNqy@LAg>BZCIK$->Yh}N5b#clS#z!XSt zA;W#rW%w^)ik~czzih*$XP==Q!H#Q!R&u}mxVv6qvL$hhEns-8Z~#8sSW*DF5oU|v zz>*t=Eh*U^m#FaL=F_dP*UFmKw5@O zEP5V+2%9H?P@`E-i4Y2&q{|O=lEU%>%^(t01qq@m1(g?Y{+F(#|8ekgoZmkOFCfiV za=+xTp%r0+b({^)I1^+EVuwvSgBFuGD)69?j##G`m=zUx5SK-5lB*dRw6_eeOH%XP z6oLmOloP4B!)#R})<+4%Z{g929DSIoNJ>qx;pVIYVNK2e5Vu@ISfHV0wIm-5WCx75 zBA|udUpfIjD^PA)pbf@_{?_7XER?u7+=D~Y;@W_IWLj4Xjz7Q`OPKxq`V_@PfOHdVVEfV8nY^V(|C9al$DK!ApxG&tsfyH-M zBqu=819^*Z7l$WLqB;l;#Xf<6C@M5A5*V3Ab32!m3MCg}Whi@eXaV#p4o3^Fb$K&T zybc@V8{%$C)H1lw@JntIuq_$gsE4OlPwceWDA^k|cfX-~nSgF$`bY#PgI|YZB)_`*}kvfBdXPEd-O#t`4g$3bu8mP_0H3=q5Q&?(AAxkkemReGR zHCNVdw$-y}`4KWvhfG^qt=lKVw8nP9WWMkhH8)cC_z zjr>ik7o-O|Bkn`Ta(!^Wz&AxQN0@sWf#IUvhTGOtKWdvpZSuDD94SgRo%UJtF z2;f2>l(JG<6F@2JjYpMWxApWy4d7{*MO^aFuTo&crQ&|^kieZ2Mc#1igP#)t^mA7& zt>*aY2s?MBNg*029PExziS>*~wr9aN2HrruMoVs>o~mPk1EL(jnV+_v(#qjT5uK>$ z8qbYNL_A_xQjYkUugy(5()4%X&+z^2bR>?1tnxaePSp_f8RDgwTKh5y@|a z3{n2%1R#TMhQBP)39!dF?=790l_Q`$@eRMId7u}P zvsF=)paV022X6&2CG)>%S+5maHh~AOWjqDVzd$~EKr^VhUw|962|Nc{L!|VEd;j-Y z-n;QEp;rPaE*@gZIFXIDEaHqo>r|FNeDw^V`V4706wAjtZ?bv~}fvDSc&g zG>LQko*Aj!^b=4y@H_F$K;A-pRuUGL4%#68g@%8j62$RFEi`%oAmC=y@=5{p#YlWH zl3xt0_{G4IUrdzv#Y9Q!5d9b={TPUT43d6~L~BM#Yer%OMl^yZNJ32!btvT9(1f?I zB)%|QYbqXji>r!kWc7lLtZ-C_$gZ7&T}a4f~!R&e7d+BE=W7RPdX0pX9$PN-r< z?;74{60z}azCd*e&BH|o9B#b|iO;wqv=(U4!+#{DrI3z@5Qo7wG+NY$Mw@pZI_f{^ zLp+ccxyOpdjEoWiccxVG(kAY1(lf%ENN)vTmBY&!f$xPC+F???7~Yf-GO<>j@D2E7 zV3dJei_{#=DK(VQYK(ks2G*wGPBGZ7hPQH2@~6wnNTq@@4;&VW_K^UBg)MP4wOYh& zz?NA49Lihb4RUEg%YmE#;v*Cyn+qyywXE2f3P2hA-C?1vU~~qgaN!n8N0??ARlL=W zXpV)X2Wa>;v7&?nO6c&#K`Nl3pxy*nw*{jCXtg{;DO(F2xfZ&g&+orBF4^Rb;^d9; zF`CISn*aC4XcEV0lAn3sVA@+Dou| z5>iJmI#mj5ic}hiwGM_xv2aZT{1kq|83(?1iXdBLbRzH}#nx_xR=C7{+($}4Gk zq77Vrm~4TB5?=|L;BcfISNy-YdVG&OnWz9OhQ{;HI0+*VlWMtNQc#0H_5)iA892%J zg{NUfvlOk2(*BIpYVq6#fNWyly#!g(QOEI(c)X1VYSmRFx(nva_UPdecpH7PkD=ZP&~K7h$T zV1P^Pt0QMa3+S7bnC$RYD}c!61?^m?s4I;Y>z+vi7L!&huWEECqjM-@awwx0n_M8Q9(t0(FjwI(QR19W#7GA@td zLpj)!V*&M@5ZawrzH@XFK3Kt62ocN(2a9$OMpOb4=mkp$AhYfl3|~w}B*WF?KolJH zL^2H`)L3YW$2$m0@h~Vvav|JG_KJ|Fq~Y(5g2P0P!&Vw4uq?{A1xFENekIDc|DpL6 zgY`QY>dZ7tZk3s$yd}l)VwfqlREVfiG7kH0=1s=9#+4S)A%^S2`}+;4_3FH90a<&1 z)ks6NGffV~M3LGSSSinf3?D%CF#-`knB-y&ik55z9+Zmm{)Z?=OQ0B}b=C?f zg=;V>s!Z;-PUjusu?6QJTzf(wNf?j#`M;wY7Wda>bKN@)gXoZ5G<$ATe>fiyX$)!*Uh$mPe zyNPoRU1G^gj%Y{2PfR{8B`>cR0gYQTL}`MEIaXd=%3~rZO=W=el09ALFSS1d@;guF#Z8qT00>QSZ_N43*sC`9=6!R1aIsS}|AwI=;ZgM@}fiIp*-Z2#LuV?i^1ry6u4uHqh$o4^p8#gmYf{1#fL_baYfLm zz~?*GFb=i@c-R6~Ls2436d?z25J&xo_s)+@tpI)NL<56sN^YJk%JyQgV3&9tPTS@ia$Yuy1+A>w$XUBl$85-h!y z5+$l~2{{(|N-hD}^@6w@vN|~|0Y*e&6}-S<&?mq2gI>9DB!Jvt;wpjdzhqkzCbuDxqK<*kmT_dOmw9>hmfpeuqTmS-t3c5t%%F__f{4L47<2z+xr-{HdfHcCw z-IJ2^JXn01VJO~Ip7c`z?PB&_(n21!{iVUk#1@P~3vfO2>V5`0IR?Vz*)$Hj>@ zD~Vn75tKG)D}U|=n+M*Lt8ye%5Rd0*!F-2Mvx{OFDH*Sn**McmBb(=9s0cx!ijq=H z0*MYzl8QhMT6bRWOgWH0G`0oB^o`O$vLH00Ml47OCZS*(aO^tdxWMvUj7}Uo*90oU z`!?`WIV&Y8;-80ECO}zMp2ZS9A!tUTGNBnA$ykpeWC^<5Cfw+n4s1VbN&SJNn= zwpxrJ1NstTcWH_H1xz2atS}@kHV%T}x~vROvcKF?+0nFq$Cnlq%_bjAYQ7 z|6JiiT#PJ*;+BC?gNGl^T$Jgm3HgwQyX*i7?hkKg$&{g&PY8{_0T}LuA~<5IXX<(PnSJ0vg9OcHZBDeBb?u5Fc z9K4Q%)_5-?t<39){BGpE0MPNU((bqusn?N8034-~Kbz!WWy*E&8|n%nIjgNQ!~b`aT-}#LZH~%oAl-GMIWp{L=0L)YMpJnT1q29Dlh-7oNcnq`rCFgB-V9iLMy9xO zk6@amM41Y2h%8?!vIvg9#;+6$y%*J8#j8-DK z$g>OWcSp|rO z!}28L<)#7-)&?Y%$2EnuJ&Zdx^F+q15}1Yzfk@e?`1^z;j(-ZA4zQ@D91H#TgW!?l z%7c_-gzeK}Ju*2)z1Fb;Nji&!B_S`A%C_@vM8sDp0*XgN%=DwXQ>sLTf&pM#8Wv*< zwZm9&Jhz|t_b13(F-hiUWC==<{9E}0>4iKt2hEy{5(#E7aVm_2_9m~U#4ed13rxP# zzDb~;u!zEF5f=|ZKQEVn;!?d;A_)ae345U?;aa9}F>BOD;bI}VDDn_U;|=0-5{$*z zeCCc|EN&6~uR&34#z34im7@RwmkAcjkST`z9SU0y7z8<95$xCsrs9-FUb$eU zfpS46M^K;Bf@vKl9fcVHH3|U*pBqgkaAKh%UVldrk0Q(#i-c%x~$ji?!(N zWaKs9!j37$9b=6@rvbjBkNJ^#Fi>$iF*Nt<=k~tB?Z;oN4tz4kRWv2UB=sk3rDzoy z(2Ed(V)d?#2Ojm(8j#~zu zLtLjkt~tVB;roIRsdpDv$eV=iG_Zu)Qq+3`lTRgSv}7=f3ROY?tfq~^b{Mo$ttSF% z#zB*$W+cH(76W~5q1D-~<-W3*C&jDr`R$kpt5HYmg88kJU9Gh75OkwxpB z=Xe-m&Vn}^E3APyK72?i-sK1KsY-d@un2B1@8Jbuid9tbgB|deij8@bR>IEZhmL@v zRi0T?>?nz&MmCm*22awMf9pKG3Pre+X$8T=1gQckYF9}&8?uh*rAERMLhBMF3I}Yc z29EcPt-avd&DZJ3^=A7=`_IA%)`O`Z<0UX(SQ(vjd&VBqvc2;CHD)`kU|h}8}=oG z#A9r<-OiD_bTb1WF74s=&{!1x3G;!Vkdgn}IlzK)i3thGtiaP51PtTfNU$)f0@IJt zd8U8kzXp9bIT@<>(bI*FT4VWLJ`HDk(iZWthldQ1Op)e~Jw#W*b9SW<(!a9jZ7N3X% zOh>G*b*L{OYORV7%!toNXiQ9e7&KFaX9W0;fVfTEe|y^OAk&kmpb)ctLVcM5CX#^~ z3J^k>g4qdRVkHn*htFh0k`FL@CX~HE5*6f=fkY&#t*E2uM{|Qm0kZX!2xz8XDJKQIG1S(&NM?4&h6=mN?MF!U3z6hZi6vhJ-wiketLsNtAZvi9#OVSR)C7Ws*WpFPC&z_LrT?I=GyDH)U4iZ*|kTPj` z8$g`ZjZDb*le926FoEFuz{_Q|7GThngu?D}haomP5ewYK6f$x;SVw93M0I?#D4`s` zfoRl-f(<5(U$hnuhJ?QC*mz0U>J*eiGb%JWkqBBSO=ROsJH?^Udi-o)0mdCKAs=uP ztVk#yVKbV~Z6n^%!iaQ~BjxU3NUoJp?gV8|Lf8)lnK}*#7!~&`B04UdcM}$}`Je;9 zZQI`j?;ixWf~U+!IAOw`NVwg#(jMk}GZaKMMd?&aAVxC0MTRx8mB$ynQ7{>$#6L3Q1IpEI;o^UdR468(}1(8Mu zd<0B;2@0Y_@0bh_6222d2BbeU2>_j;tisZqA{obd0dRBT{rR6g8R|uhj*jQ$O5NB*2~5TM=9ob#F^>1?GNYf0~BTp zFA@Keq!D}Gw1b!bZ0V~W( zfPXRUvlfs)Ll3;X9|`UT^A0+6K~YC;R< zjdQ61;V5KRab9eSSFrHt9kQArQoZ<8 z-x59;3>CJ)BT0DUSSg&3m}j5eh#?Az(2>;v5v)wf`XX^I@2Y}YgrN(qDE1iNiW|8? zJQZ#g0_5XsjkkGVh#nZ$S9X`Gj5G{j4{)WPA(IKfgsC8=I-k*28m54u_~2=H4~Uf2 zv|hss(I8;zOt>5@7OVdAT%7(W#|&ju)~`_wJcL`m_7I0(pICNOQ zEX02TtHPlj##`~Djz}{WjPb2XVOk<*Y(U_RjtJj-xXm67g7ZR%8EFx=yu$w5) zrX4dQ*v3%Nnw z5qP~g3#1VP5>ftL@<_y{-2RzRwhXfvvzVu8%sf5DS5CC?aq+Q%nTZ2OB?F^u!t-H) zZ(y=7;h8&Id=yUn3~JB_%~3)V$RM(pkq^iKerTaI|B-TTBYvg$wkf`C7OAQEvViVx zgSa(V0{0UlG!;zFny~B_=gV&k*Nq<4SShWo`qNPJ9BTcU)R;&>1-ueUoi z@P$~P*oIUekhv%tB_9zkGe@nfqrw%c7J<6A8RgE)x}AKQft1bYf$J|S8YTN^&_Ku4 z3jxD|+!5TqW|9nY+!OZ$)ma<_HpAB9&A_>8Mhm(wZ``^>+8!E~!~s})EQ;@l&<8gz z@Iy-*q)>xGJ8ncv-hu|vL%>&XDVhm7Sc-7nKx0O+x0}%@UN)2@LN2VH8$jKz@&;%@ zQyb)xa=9c-{Pu(#eyiPZT&0Sl`7Mk0d*$_&whNi$+n#|Aie$f+m=PDLq1U=nOOA^w4;(p+(Xf`o~@lMYEVefWl79%iR6deT1dlz z1MMsbh$*-LgLP550+!M<*vUeWhN zRijB2pFGA9ZA9UMPk$dNwC{`lu0Hzg)HHO}W+`0-v49GasqBIis#t#QNjKb=26*B~5 zii`&jY|^0Jy-JK&0+0afiiDPGOl~V3jJef6Nd8Kjbkc|qW)Oc|l*$u=I~3bTur-BZ zdL>N}U=ImjqmXz{2z4NMfofbOwW)ueI8XDF#Ch1zO@kBX(I(b0ah`lo}| z0;N1=6|EH*At(tJ00diOsYORxc}j9M?;IuZI42TG6N6RpvP14#1TGtp0;U+|IVTNGWG4AR z_L9HVFW~fqe$}!x!)CQv3`GMT{%ieO7_-2& zEU(7{%q#@m*yP0MFa>bw?k@3+5Ke>MC`6B>F`mx@#qiOhDKXBL9L3-f{NIUV1lyEg z23u7yf>i}t9&9rNODHXpJpt<>JGI;k**WF5gRsMZ^9`^n{4OD1E--f8NUm-P_+*WU{RKQ zA>qgW8`sd`mXJA@noU|MXo=3G7D@1FS)v-Hj!0Bv08jroQ4LfGKwoiMs&Wt#-a|H7 z%1F_yKvzjs*+@`DTQq!bA~Xe!QF?Evl)|XFi$f(|XV@5>MI*w_3PD0T83NV+!^AWa zFec)2DP`7DWcX&8kC;Rb;4hac$m9ljSX0qBmmY0VX`L7Y_lwVTgJ23-xZ@<{f5T%m zkGOOHGJ(!dw&@?+IRQXm48s27$>>n>1vRl=5S6HfOBX6QG!mH#_m%rWL`Se%Bsv5M z4q+MjBg@I}5g?!(z$!{Y(xZ_{hE&9kV@VMy86p$%HVr)S33eE;ctMC5QsA{C{JTLWBL^&oc17hV4uXFxe{u=1 z0x<@{a4WeN2AN=pH3=_NApSdupnzX!g+cHyGziMnLa1xCh~k4aB#I~EWy59!V-~d( zSz&fuKzEsEUQa&5yPljYZ01G7jPR z4F(FkmI-_U=B01|RzRu0WF_z{39#T#1bZMw1^#>jU<*s~`hXs!kJaat0BS7jzlQJfEbn)RDn_;#w3_L&aXIpwc|p_nM!}s4U}Xu!FQD_ zpZ!(~v)?kL>kTmP;=c*OBg7?D$=nKBq5O>@IPxU43o-JcrLfb1R3e1e)k1-_g!b5Y zDMdj9OC+s=0mno%1*f4Ro^c#KF$e;X_XzfmMC>PqRv85bnkD?0g_WU1KWAwk4uL}> zXe1+uBvlW3@VP2{!TxgC$5r74REO?*QJ|$1CM=VeL9L!qE36i97Gi}Ucx2EHmhgio zc34C13t@`}o~7P*l;~dtg-ra`QP9#`s=etyiq=`d$mVhMWkfMS9gkrK+RwQH) zT;gkuSW6XO7YZk>lHhw*R=&=8?*Ux(yq8eEB;@!RVhQnlSdlan*F!1I7b=+n3-ek_ zSUZL`u@a;w6oz5`<%Nw#u>f2>srw0RjYrlFyG}xdTwEhw>gZ1U!QCYwN~KxMq@&Io zdhlhE$7}Kml3hpsJS~E*I?5=yU-Kd|&3ZE{n-US-Mk)6k{+s>>{xbT>Uq)Z~%jhqE zIRz=B*ZgJlTweYS8eX*x?kp$9%w1eRh}#yL93CC7NZ>drTM}1}coHq{fx$iNgbRab zmV1t|#YKXg0&$9zczbxFj2b4R_Wr=TM`rFQz=fK23{(H_42y_^7(%ql=WdjwdlV$- zM7Uuw)f~fUiChpcz^-Vd$}k$o-1NQq(OfDB5xK5N2dQ^dp*IX(%CQ(>zN|N2Mi?`hF3fDDm+L4cJYgSW|3^`)BVZ9J;7~gp~q^gx7Mj-)g z7{CJ%4FK3s)SF&PiEW=!JOWx^2}P{%Aa4y41(o57dy z_i`5<^w~gC8iE>z1`$*VEs-pzA2NOZffInmD2e`rymFMh0iDH2Cb#_#EzkxUW{S~z zNcssj7Y(eWxO+7wG*WcA;QIZMlOmvyoEVEhoBR!T!#prJ7Cs4nAP8U)#)g)%{BgTMPq<2WWe7&q zDjZ7&$CIK2sF0-OL(*WqAlfG+Xj0Z#5*C>OK|A?eUW7LY7-M3%?=4lqg=Xnzne zM;@Jn5o3X(NDffPgWCpC>-mcm`aC*R)?u?xA^(IVO8!rTI0BmFktTA@2%-K%!cXvZ z!uf!t{DaD<6}^ik`N_aM#QbF6$->30w9#RqaeZEM7L31HX(9BcP~D`JXgp!_Vt!_Z zB~pyi{MClmR=VG0j#FIjKVL6dfH=vs!}{?t=aItM$_PWkbdi!+y2(D~z(Q!%e=!B969yzF_{t(<-t>|Y<@r{MR>z_u6gCMwz;tHe4 zOb7&~XqFGIV3rTKDlj;N_Z;by&(Dd^)F5PWK$ITua8h6DFM;ANh_-7wXz3xbPcs`$ z1eJ;v>w-`(M7%h}*pw6sp#ldF@`wuBW5RcgW_^*vofw`LAywe4F50+oy$epjq6Spv z{ViCf$dsD2BaH>ZjD&^@#3w7`-Ysf9bfyjs2hJ5RVm8EDP(#h~8tSgLq!gPij&NyH zA|F(U$e=D;%83vPa{&PUoxFg>@&P^BrX2Q349E(nB#-F(@(jF;*nre0Moy*xM`x;KW3XU_nF^e#KfL zZWI{^LG;#<*rz&UQIC_75$u`;(n{-~j1-l1f-ezNxnYzb%G24r6RXLy*2^`UKZ#8f zB$siM3#nlxiSGTsV>wA2qF_cyWJzXM<&}SuTgV|bl zc!@OygatAQj@oSGHPM1Kuqa1j1lo%a3c;xPY)pcZjV~r4Lh?$a2JbG0zre+O16=>a zZL5_xW^@RmOy1OB?2@RPeEpx@$Z$@?5OmmooY>LtZBib}2>IC%`xc;!NMJ|aMSKH4 z6?6X+v3Z{PUNJ`u>_(MJkbaC5en^ZdVH`MYObO$_nf$R}%%DYPYeH~%=&NG#cjNH9 zf%o6y?y$s!&bGMl@EFfz$m z6NaIrP*N^5;QMFwLM%fV>Oc+Nc%wLV#H9~TfyQLSW~^%P0AuV)E)njn5O@O=kp`%w zV9@;#+<@V`0V)}dMk@(WspN$Z(Q(Lxjn9!I>6)UX(H!B6U>t8!hPN^u z!D9)ocV2G7R|LC5ixma3Nf<70HWy6*XhGBe&*TysJ}A+69q+ZQdMQ&^fuJ6QbA&l&~S5c6Y!^CL~; z;CMVG>z;=VH@D2j@2?o;R1(<51FQMu zsV4{z;XLJYva1G5rQ|tt<+<(2q!SWJo~%AekwYB<&n7SuB+U~d$ReGF;t$?Af>&?J z1=Bhu2$>Tdi&P6Jf)M4w-6!O-;KY)&Ak3hBg-zvJ5EHEl5*RUw;P+46e*?{6nFL`4 z@`JmJbrd4#R9Yvciu)CA4^2_j5YieZ*lgi7aF#;{GZ9=Yh8qoWd#MN{h7(|FSsl;% zqYF{VFz7;*L}x=>9`}uvI2sWgKhiGnc~F01KO$oSbvp4#KqEh4@3gXvn@A3UhDfN9 zbUMnh93Cz-`NPRekkP$L4rWHJ@n6-~8KuG)j+8M9g9GV*92hJuErfPp>|;uB$@ZEQL#7Y3`Ge7GWtdRliOe=nn_2!$jo#a9&06OTg; zDG?m-e4WU)DkavlA*B4sNMaInF=$yva4coOgSVnaa#EV2HseV})UMqju121rn7NJ< zVb0hH9BWEyy%d0hDzK8E0*szzWdSJg)RnA&Po&`mv}AYzH6L99*TO0m!5$3LO(5=t zQ7Z`rfyM-aI&kk>`NP-*s6CKe3yzY<40;VEj*^8HaEEH@?+lZx!;-_)aJBgO7@#{i zanOMY$C*&0pbi|o!jZziIZ}!i@UmV@#8}lEbu4!f&<2oj?e6L6=_>IiFwnq}7HJL= zlk9wWa_(a1VYObkt!r|mBGwj{>?)DG;eK`0|NL1{i@ou=-bn*%611hDt0X}eoQE3r z!~_y_Nl7WbZwcGN?}0XdrckI16a@ra9%R(5>G%D(}# zR+hkNEZTpAihxWSAw4`^_Iscy1qU8=3D98R?Pr9@Cq!O#8TQ3Df(pU~0#hw&PB=m; zexOFlfGaM@YvBPb@i3Eh|7RjSdG*5%?E@xQKwY1OnCxjp*3_9njS~P;<2L zzfOz@y&3rXP2gUn91E63v*3-lqGp6WG*)n14;GYp7|?mqBBr=O)GnN>0~*N1LCZBk zv;zmDG|B}S29V()+!hg<90Pe$DRqcPZbEk~V(Ymb^l#3UaYF8nYD!TX57t`|#gT|< zI9^;zd~!^!R`v3-+_060B#M4HgIx*O7q1{2K`kv7+K3vyS zWRQmkW@f#e!axvrMT#xj9xfD=2wz}eC%!{0dofr@euR>R34)(x zxxu6r^`g>Xphkz;y8d0@mLV@AiM)&)@~X{*E27eB{QCp&KMnM1DbXy5wN$+11pz&b zlnLUN$bnu_FEk+`6uD2!S4G7VtD<80RYCP?{N08AF{1x(;TNNlNB)Abp$nC4X#^7dv13+{+ISehP#X!E$Q)M)ck!iUN&qkIczN$ zHuzUVY?+Ws{HH*X$9!<}9RC4bb;4tK1kSa_9RPbgH++Ctfc8@^Jqe-+!I8gQoIyzX zu|$KnC8N|75w}aKbq3$SKcwpAK>-NeJd+87IyL4Bp{^FnAFUMDH9-xxIAAO5C{jjB zaVyIkb78GGvRbG4xM;M*I|92(!no>I@f$|zPW<%#*JO}-!u(_;epN0tRfU~8r2e#s=0N=hom6vUq@L8PgqB*A_e z@WvaVM?w09M58?F5p{)f)FT5pFg=w~n2um>rUrev`C8S2P)~_<_>yiFZoWd>QURh7 zx~)QgLX~JG1^o>P2W{w&NZ9Q{e?^v%$&&VP*s6-~B!-3^ghMzq{7}kdxV7nR7h%4NeC_wXNbG|VJ0~K5=)F%M13vSfACG*);QUE+U%*YI$td!COI)m zSTrcQjE{_ru_^4lI6g1?bwe6uxLCD5Zyog0S4@){G>9vCy7FWJU=I46ZjLwuRM+6V>5~irFLZM5R$IX{7M% z8l6PvwFE*j9PX62$O3K{q?<|C_@pT03lh%JBGDW|6=n8D$+Wpgp#Q=1#N3pX5iur% zF(!lZ>`1L!evU3hYzb3C0UB{* z#N$gC@kfd6$u%@4l;yoFJ5zK!AT2dP!^pL zK_>?dNDz)Cjz+>P*D7)O zTI8Z+XCZuQOW7A0AX_w&_?sc}_?xhR3}H)R?2x_(N)X!t2d>~-1KX_@Om)mAqa^&c zLogu3&xDBP6rcvqERQoe%B;*`qkNPa)N23^-^@y+Ur1`E#kJ&$l^-imus95b>t-1I zoq>Q(=u1$fXly=%fDQG`!@SvI{8w?Jp>3|XrWTqN2FIW>3?t%yfU5EcaA8qXIA5od zH$oO|BX~;FN`b^KP+iCi_`uv4%>O6_{zoY&Sb^s!i}qG491SRqwO9mXCHPcWRlZ$8 zwphWqkB^27?S>dWLc10{D)~nuC?pZg1#9c9!ij{QK}c_leIyxoKGPIrei_XCf>8U& zPtwXyN$DGDx7p&vMKqX*5Q;>AiM%gJ$+{w{&a9ybpFvE`BL)q8Lkt?wZzrb4g~_af zL-Mi;7Rm}{yU+rgg8s^(;XOGL7LpTk>`l50VERx%cBE?q#zhczg9Uue3h~^LjkQG< zTpku7%qEdn5;mIzR!jI8AkTzg9CKZc__5Uu(myc{SPxiq@D!L(2X7chyGbKq83~gh zR(f|y?m7o_h7+HW0r9n1)J>ey+q9`0z zLupV!*zC#ineo_`$sQk{Bw7-II4O*t#qx3nJn$80Pi{yc8xW3t#M>omH9Dz@v{oa; zz7c77wDwx)9jn1oXt-#CF*J8qeP{XL)X9A?0CJ$dFQd|8cTW%sh@6)sWfvfefsY=x z*VjX*2yR%|yFrVbAEe2(tXe(|CR_ucod825N5$IG__`2rUG4(GZ8@pMEm{i2m^=VW@y{yOTg726ZTI1nJ8AWnY!cR|i75_XgzPf-gXp%paY6Hm@5VHsM#F`CYA4Pu~ zB_e|al%zC^cufp)4Uq&wLV6JiNidFH%jfFkzM8-T%DoD4tO|WoA}}J24I!mZIgv5= zm9&cT{`uTn@qSNwN}AXY#|{ah`BZJPw146=&2z!zGx?p7eP?9fl@c>P(X#~m6e!*C zbew#ECRzb!&qtV-v?2tsSJFVg^B*R&SJFD}ewAmf5w}+kiFyEu1`N6khD3uAH>U^9 z>38W5ZZW=FNfvHBaI!$<@zoID|(K}<-!J* zkJrTuu?@T_y{IrzV}ly4mKT;FqzllT?z<7wIQ(uz+$xO%YtjFQy}$o%BRLL6;h(vG z#XP$wv1F0-d|_rlnd@gT0J3{uI`LUx>F319*9RgY30aU}0B|Mc=DvUX+x695-7^3| zirTD`*Kue8nCY&ruCA`{id_~l-38tp$O$jKi^qP#(p>Nf^&-qSLv-j4tW+)vU;;ar zWm#G5mRGtldShT`99Xoc}7VJm+I= z6KBnqgCWHcVvtn`Z#pv%76+tyNQX2_E7)KXG)pU_v)PVjY5MohW@%ZLSMHTYzv6(h z3^vzOxML6yKwh}^9kD>Et}AWpD(WIuYwUMmrSIF#HCAX#T3D$9tn>q{Q~_4{FJ;@g zYp2=v#>YzavIUg2!{&Ml{=M3X75j>F4rTuC@1xApo$EB;L75$BF7x6r$}Atf2M1DS zxCbF+sy$%dnT?wLl-c(yxwrOUH)WO~Wp*6qVo+z}H2`(vA@1_=Q8??T+HQx(%7 z_A)Ooq3VzdLr$NC?~#90rwCbhXKHiNsJ4ndBUP-LD<`-LD-3GCP?k1iYV!3`(3lc0 z4iS>Srx=GwF&f8NthH7Zh}3!(Y6=ddi-#v|$E{PFgg0Wpao}bmcxI}0@E*Za$kzu7 zMbFHls_1u!o^+6ggHaqR<}Jxn0=D3k#b-9qc>C#YzT@gII$2TyIrKWwVH^GNPxXbz zY=(neV$QPOusJ)zC!|WEjvA$Q8>wPDg~xVqBwb!nij5{zzOc*8fpm)Eu!D)3f}l=~ zhFu#Zo)t0WS$daL>mqGkwcgEI1~+RJ+^l7AvsQewR`zBs$Q$Whz5*bpT!pvj?pwDl z|CL4TU%YB~tZ2Y4gfw&qO?@|y!am5WJF%}N>%NEmBEWvHIUM^3N_!#pLupT8pY@QU z*OvAKz$$(K`$eFm?8d&x`WlZwN-~?!Gc8Y zZEfMUw&Jb52(Z)Iy~l~E#RFn$@lwp0b~~E~6sV#tmRfmKeO(gG;|rs z7Ia9sZVT8iq_&_GlW5l#Xzif%wxIvWEpQ5zw*~zNwxGXz3s`?D(_jnw4{SlGPZg?| zD1#*U#ys^vVDgSh>SPvbeU*${P>_@+6%oveT+&0cQL?P|bdw(Tv6f6cY<~t`x4xx} zG!E5kcbMTlk(C@Y$LZk4+WD+V)2wURu99d3-p<0QbZpSU1x&l zn%jlhn&?@TwX!S^!C#d%JMah2K|xS2-;2LqE8$e*uLp_2i~?~SP_Mx%kBq~mN9-p{+&+J`150loA!y<{E67)vj?PcOOD?FRa&0{SSZjHaaz~1_d5

LJ@nASm~T;%UfYX(%gzG(lZ8e;{pCdaMMF%qUF42!mWqyClnp$h=%`@fZsbK^;_AI74)IGb9VV-**oBT% zYNpc7RK3Wa+f6789XHhXR);upd5NI*{jrr*_wwQA9^>4^P?Q>Tdp4II7!cK23At23@oz& z3%H=JaAJZiSR?$0ixG_im6@F89$4@-H?g%ifxU6vQm|j2@F7497H_WctI8 z|JsVTvWoI%o_xpcvKwxBkI9r`Kb zF5n3R^eTS7wvSgfUUpCb?u%CO`PgRet9~j}X+aeOlZGd%v#*P1YP{{o?513rH2S?y zRI*IWy-$2*WO+X|JR#BPpQitc4ccfORnXvMSDlF5&-IYib+%-b+>5~=_G~#iY?1ta z%DIX$>xM_{IF*zH3d+5^DKp^9?j|a{x(`s4`a66uuU!0_WwA6}**V>JZ0T~Y2^Zg= z?B*Tcsl3Aq^A7Dp+mG93xw!kY2mB6Ty8|at>evTt?Tm!6_gd%O%%mQn)BDr3rMOtb(OhJXwj2L^qcu4a2h~Fk8|!8;OUVgHxD$ zD=r=er?+JA1_p1AE*)xwrEAxoid9sFNOmGqbVeJzZ-%EQk<+{PfY~!7DL|5TLXzx@ zn)Dz^9s(fo07x_d8317Z)bV2w;l*>S32TS*D!kr!!W{Pg;s1`J0IF0H@1!+~ z`9|LFRp$L(74$T4T&D84OdStYLa@z@!C_1I5z#XEmwz5&ZiUaxhpK6*tLxul*iyqi z2pt_lab2(bx!eq1n=X$v61S)Lh)JU2BNU&U?BH@C?fzOW-qEuV-zM~XZaU1v$>gpm%SI=+| zJ|Tn0SwvBoo{-VJ96D#&)PsJy8~R=Vebxp2h_E7-w4TCei4fV64FWr@vmB=O!Z{e9 zSpZQlfGB2&v`sxt6+Zh?XGJWc*7O+ZcQ_0U>#e*GFk%6Akq_ZH#N!*_Hf+Ee# zk}_`;BsnTq!`%Zzl9RQ#`ZFq7qLo7<6xO-J=0FUZICf_R43I8;f++QJ{puZeXjO7RW29JqxIWgqdb?jn}S zZed;1&;=7lTG_DIANfu&69neUQNMBIk+-#($!=|i&Bn1Z%3ygAv`Bhh*79YGukFH8 z>|7sW(~BLJ5QmJVuKXj_(%tP(AZc9$!cv!_nTet~8W?T7W^MkF!h4{=cO(`uo>Le3 za-ofhqmgTn-b#bb*`{f~fIi!#a9`T87xM21EkJ}Y5q6c}58M+tv<56WLE^xrQ(wNhXP7q0U~9<%3{ z*>8W4^kV;ueCYFIKLFnjAV;ECJu8VNZ4&ERBU4x61Xt>JPtkHL+X-ldcgogQ+^fK@ z+HPYgFfvnl)ucLWR?3{LXE_<007e{42|rdX8CI+K9;aevZ}!%5wb(z#Kj>|5VNf=$ z&OJ|IkaXbEYxAT~+mE|d`@6MVfASybq%gLUg4#^wybjvPhj>LIVrizv7AX)O$ZVT8 zsxRtS4a>8#ZLYUu`n;U5_xRQI6s@Y5l7RH=)$7xyyLzPxX4#_63l@iaj#C18rj}N{ z`#8gxj^trhBK8!pWE_f$4x-Xn5amE172_1hzDf6Kv@7o5|Mu*NTFJSU-q{Jymak9b zS<&o1UI#JB3(Y0FNb&G9*Y$usb0Hx=^?+87C*evCXrji}Hc7Xc86H@%jP=wCvHUkyf;ko_;nZR=$66JCBjrkw+fCfnG7u<+pLT5==Ri7;ef_sFJY^0 zVvlZ)wz}*AdQrBMY3~{6r3-Jn&v_xFlD2qx$>&_`7qVy_IgsjzQ%|F)T3o;?)sh-X z`n}}}*<)^0O@L1zII9@>L=q@QEc1<8qD9Ge0;y_PQYM1E6fiYm*mMgRIhloYd6LN< zwW$joo;=ZUnu6jjUOC}B9mhM+x9fQAHaYp|qc+nPeHqIkK__KG34Qdv2hm@%8P zoobhPQ83q2m}D)^Vy<`$Aw49TW%kYx*=(Qql0C2ZQa+vsmWl_aEm2$G(}9tSC&mF! zq#d*yT1iRB@I2so7aqvvmPWEKUTuJ# ztay(J7b)0Kk!MwYl#i<&F*&tY!%lgcZ4tXX>&Iq*zTbpI`^ISizx{~!egp3}djPOi z_Z$FNc8>?BD>DEWJn9CZ--H0@_rZ=iW;vjb}nZrt8w`db+1 ztu4&YBDdNEN=oq>1b;><_$Ma&?JT2ABJfU9ZK8ThW`DURfoAWwRPcr0|c{Oc1U9La+ zB)U7O!*Z=rn`S}0zwisVNR)NU$EE{UVrriwyrMaaG+g407|D~FeR6cBH4EEkSSpod zU}SZ6U-;$dH3a-dFWxR!v+c_WCJ=9KIneEh6R^<2)46{7lY6@9*)z!BEueWeo}E1E34?Gt>Lr(EGSw|@__Om zPu9I8Kk6mskD?{LfuB!GY1|GIjnAB!LZ})H7(FP@+zrVy5H)UA07-hL4JHgp29TIP zz-t8*Xz}@E2y6hUT+m7cO>-+`^>UavZw1>|`_BqR8zrgsRJ!OV)kdT62)jE3y>)(M zpxBjAIf&F1P&Ou2D#ke#bch$f$SU7#^X48!wPLWXB zVn_ybVTTWclJjNh1H&#vOi+9G3}iDj_hQ1S?E8buFSzEIJzMP$u05Sd57U97`KO?vYe0g;#9{GHKWes3?kwpggV{GZ0Cik@LqX)g{q z62f)Rc04P7}JTHN=5>7wk7J-~-QYYNCkF54Jwc?Z?Q);&WQ3c7TsPHUd% zD1{4~PLj3K!*oJPmG@(tPy!#$qOaerXKzmb;rbLH`C55hFwhy&PvY~*pI&7~?%@o* zw}##~+qF5`@^s2i=jQ1YpU%+`xwzeIp^2j1vr-Cj1Yx&W9)!bg>1Z|3HuHXsP*H*= zXA9d#IupvF>8I>DDl&A z+^?vk=MO)QAX#8N-x!8;HIHs*H}h*Kb?|m|e|sIRZlmvSuRo!U#W1cpc9G)r{W=i< zQVW1lc>lLN7o_s#<-p5NxW8Te`@KVEZ4SV4wYtNp7PnXH`OW-x8(|}AcpTx`hwkob z616I}q9S+7k_rdf_rV$E?T~8p4UnH50cBB7Zae}$C^lOrdlVJu^qDHJrAHG`bFHa) zJHNR*y29(m|$=@wfZ zbGKN34)c%HHCwy_l0)#in72yrc!(ZPsJkLjf$aO|kVFlRD-RjmHB`mBWs30Z<%x42f->{hX zDt>>_va(g|QiEHfp z7#-@PJcOg{!0~X}Lh}0Eo3A^M?*RzUj`5FZ1Xg&K7nME2NZ{|aR;rY=&ZWQ{*My~yOar2HqdkX-yP#*bm!>=3v zCAOZuS^YeZFu%w!rp0W__tNJ1(b-ECI(tx&>Ff1Pi#0r!u3HFu7{?PqK;l3H$$bsP8V>hpAQSGxEI@l2Nv~|2Mq)lZN+WUd|06XK zCt(=J0cCD8FXaq@V3kP5SA(;^qU>RyB2MbDTM|r>Tk2ISd{bEYXFNEW9^Ptl5tQ1=$3Y|sLrL_F` zG^NEu*kMXb_KPVkb(-%}S`H8l0yOrNVq!l0{U|1No!#Ku?JSJ*8FqPU$Imhh9fyy#S zy5-;>wQnNSQ|=FOkUW<3v;th90{nO69~orNqE0-4SMQe1YJHZ0x)0GNe*K=2L9cqe zW&U&UsNGBjx|t3!%>UZ4SU%nE{@9Z})`U2&I;2~qx?kU+?sr(-^FX+*eBo9LyIQF1 z6lNvvXE4Z*dgb5&tGhwcY>zZs`O<8dr{1pV-r)jjTzZp&Cnx8}nyBHa##9R3p; z*P))XZ(xO!$wc^B_Nl)EDYi-WSkeJyPqd^nQXgeW9}Jx(eHi;vEYYo&Vh!YvH>Mx3 z*B-+u6UA`Kq$S1v53;5I8Z75_?~7lRb-dIL_YxiMhg!!SL1xd)eAqbtg)cS($CogE zAApwKyOHbN$eS-Ot^P75*=F#twEC=gER`wId^pe|`)kMIaIdubtd~b$6Jo#lyOCC# z@d486j#@VtfzWsn2!ea1SLhzn>zhB6P;)cef>?4JUC-a#zdOBMZ5LPbQ%s^*t+BfZ z2qETc7DU3d3t%&tX8|b~?M^47xLc%+ohSoYD^HvdJ-l1V0pB-)IF#XJ+2w}j`_*sNV zvo)Jy0p4H)pL$g}KrG=wYZ{~?LoZi1cSL(#@#<<3K{3Q(VV+qSu7n)vZFIBPSV$(e z_DbBU$v6Z{H?Q8?b&)Q0p(R;;4@CKJTmVR;HP1sV@K`_4u9(@dL5&Prw2A&X`hn%c z3W&NAqNcsF@=qMimdn)@mLTt<^w+$(-cxVPzkiAf&;;Jj7E2>o`LvIc{)NiJy5KrY zV@a{Kb(qFP4{(DUm|D~SW`iP|N=dS?S|k5BDyB>9}1ca@;P7 ze{A0`G^&Wc4XniRWY%GP_V~oa;Rw#!NY2`=xoY|NTwm`vV2{2v+PxAUDl1}D4PXVY zpTq`SCKzsDLWYDS-jljJs_?XVS5|x6i;l$I_EVEEZIkX2$ip?G-mT|9FIM*(QNsW1 zT5K^obef&KoYTw1UjFR57sxA>E(ySQ7rlZPP)Hk-c2cg?s)NOYeMFJN#$0u?^%gdu z)eWGNvPMuSt2TcOC3)KueQiGd?dos%-PaEj3!bF-A&qjNEX5@>Z1ZQa6g4U=MYV+_ zCl;W>Wz=qv2}uR_`w1Bw5k)b=VyU)(bByArr3nLYJ#eo-3BcFX%3}uHZLgRI&&z>D z(s;%L>p1OWg;A2L>qLxxwG*D~O>1@Fp#J`-aw1_{B4Q3X0=qjdY7lb$8SrQev{ls>uMQ@peq{*B{MlU1x;EhccDq;_*%x;~ zy0~=7KcklX1H2(Lib7)@LBB!kf6Uh_IRK8u#P)(5)nXr&4g03 zd3EQg0~Zg|!Uq)Es?DGK+pE>>HA*$JWwh&QBLnqn^XCOw53Ylfd3bg(5BAijp8n0o^jHL~zs5%~Y6D83etuHPZ8YaOSol>q^?QQTS1Cs z;L46uGj-S2j86#F1kBH)v~ob2|K?*1_e#$r+yV2+&lpGH+$=W|>D*rA9Nk6(^8>U5 zIQ>4VoL}9Ok_l=u{cv@^UYq$0-q-iHw=O$8K!n9ZsNuDAx9|`Frh9{4 zSdFV88v?cVQ8t89lZ*Le{)_Y`Cm{=NqFhCc6+!k&FUY;m_xRbme0KZ#a!cLg%)^6- znc$}r!$H)DJ)jhOfSe*FEDW1oOeY#?XMKOSCAprd;Txd^z8>VxCzn#424^rKPe5W- z|8c+3$_V$eEUaPz&5(;ioJS-97VwRMkvF3_HvcV4dz2=6HU5=}1#APueO z8@!^HtJ$?EEs1U1JgpoAfG{&FS3;TOR0m~RncED=3;sh;KxbSFh3lORvRpa#ph_^W z$uK(rh=Jisn1r%v?5@_NKQtHNc0Ie@EK!6;-;8;C6aDZne?*@tdXm+`L~6tZad}yP zL5NbAc~!r z-Z&=kSoYq`XX~r?TqX&mcykJzIY6X-&F7~aU;A?^qaXX z-z~rrB0NGAnoBF;dJ%R3KamJ4ZdAiTO&~LVOmRaT2xhVmtMzsC2Fz{iPgGtnRs?T2 z%GLWhYSA=2&WDWY!)ybtCkp2KG~cp|2+j7>5*Xph`Lu-Mers%CY&hcE*-!KEQbhE? z!e@7P>y;4|04_!ss#E$(OnMkGwKamlof*^cPP29qXn|SSEnV2Sex$1$_J)S2chHqt z)q0J)%Uu443k>AqEtZ0SR0?EFg0Lkt_=*UPgB>j(o7vB>CA7aMlduSAsYpv8EWKL2eQWS~rfk`kLDk#}4Lp+x zooF-P=_}sQGrIu>=S0cyI_(|m23T*AkPik7gLfmupvXKWBKE2sPWvy3AiDP0EYCXH zyz6_aj>c3S4IouZJ$-YmuU5C)#qB-p(CiwbN>+Cpws?m3GOz`vM45lHT|p5@UmM(c zPW~i^#5%G#`UwC&egf*&{9=d&kyU)#S?e@Zukg$+~VIfw^Ku3Xx4ZYEz(gZ;+ zJ9haZ5E7~LydElV57pXlEj_mOT#X3E0$!=6`-5-ptwpGPO_W`$rHa4LY2Y&Q2d7{`erW&kvD_JWI(Qm;T)W44#(F0^M{ zUra_6VQ%EqcgQ5f>OeVlz9Af#nt@Y`QqwXND?2AZof+7jtX0b3md-^EH;B0shJ7~y zuzGIss%PlM?HOio;ertidK*o?93!n&EI@(=XWiqpbG89q!;Rx%c~dkaip2;U2I4K_ z1TwT4fqhYnS0J2;R4Ppe`?LydEXu3M9KDBB1fu}Ccu;AYbfS}xahgf+8C+MvK;AgG z914Az$`5f9GoGihgHYjl2ZSD;9{@17pW$1F4uD(EZ;=6p2Sf5S zDV#?s3Ff^zeuc)+k6R4Kp$i=!ClyzeSff6%E_r26tEQrg<D3`;xRtZLXt`&m zo->S#!54*c%|ae^f#K#B8M#i8n(*X>l>VI-*0Yl%_Dr;H8V)OwUW4BaikyLG^BixblrDvz9Il$1;;{xkv_O8Gq!{$D^~MWhM5Jl(H0E$oG`LOE zkc$+^Xj}6^04WZh64vEoVm~haW4?O(0@%Y#+ryTI%t*S=EPKn~N)=@o^+pzJ*x-H1 ziGSbohggMpS*CgP+Px{9FUxG$$3AwZOTP0Bbhh{TeId#{2xRDu%^!@f!8mgE7TF}k z?}xaXz(y9g*Pl*73Be#hj`!!uq%&VO=zZ zpA84S-bq(Sf58)EgrF)d^0GG={q^Ap(JzK?zK=0+3lUCsc3*(vFo+`eq80i4U~c=4 zBNX16BA%FqD^(M4VCJ5l3qrp7Ki~>0SWyFg0e721zR6^+k$pdp&Mh*#4H$O6#*Nvp z@nMmQz1;Bn0vP^*PdD)Np<^d7HubjLjX$*uUI+6Xd$DsMo->WjoRrT7L;wmcT4jNV zC<55VB^)c;65hZ}Z{*+YXewkat9P?2N?1Ua_l?&+NXIK?#So)S(by1+91mmwk+9}R zI{5^o4#;E}!J14-3Xnt-Uhr0#$e08g4DQ2b#>%aF`hI~Dxxi3o)XAwY?$P3<3Nx__ zKv6F%#?)$v03OGW19+mQ;b{pBZb)bC;RrvtJEvH7LYI0zU9Kcq)s`LwnZd283f9y} z|0?%cPwx6#xzBY*S_*E;3H@W#fLM>%Ji#It{!S(@J*-OeTInUkzq`+IuzdY~6};aB z?>GMY9N6>K;9~TzptBO?*KK<*hWeQ!L+sk-O}as1yX2va1tRIG8yBA0t^m zloRrrdR1L=Bde68|@*UFssu#|Xf-WFMH z)1co6N~gkULaXYDXSoGaUo57+l9o!Yt~&nB#=?BP0x^j^on$dak66)yHadw~NFiv^ zk%rJRM9PLN@D7_GX5PP+B+b)fH7)%?>Tq8 zBhkFW`kyB)*QSHr`LH}-WidU+3fHUEHu4TZ^ukc@A6~W&JMj-V>}Y)e7llA;$F26B zMk^%t3L_>ZlqY88OlXohi*BKg^D^2PQ5u4UjeNA&fR7hDT?XAv`62v?eYdK2sid@M zmT6<5Uc8@we941~pCT^DN@m7rqSm^3vVV-?k0m@Yh8l_QZWnJCMv=c}Iwiq6W-Gb& zkoEc<4y@aiHwH65EaC%^6_;qPh(9K!jcP{H7>|kV3Pk0YsOJpq1V%Nv-4Y2BDT6c3 zcQx#S#l8)q^#1{b5HF^Fg>J;lwg(4-L?p1&5=B2`(N09~)rKo4b?(st7bAFx7G4|G z>wbA{PUFv13=7=qN%0uz_{R@f_ed)~Z$nj}{laSaR)EWOcHN(+tlpOMqz|Q z@A?tv-1VaXv+MWV!~VltHFghoC4+kP_Uu;HxxbYMlBO*wt}G4~CfaPT z=j(NJGrOG`8IoVm%!QenKOfc*Gk;}nb#V0=SyEPl4rqAMKdy$CZ}5PAqJO04@U9Ew zaBXP41kYB40mt1H5?llCvMV1e(7TF)hI4pVSTIyASE75p(XYc50u{xgw{s2v<9h^Z z+aDR=!8l^(h@|uwJVz-W5`{zFP1e=J(44Rg49tHE=QPY1tl92MkPjMD`93K>LDKW7M;{}3OF z`QfRPG4A`u)*wu+m)Op7yl@+Ms;EXO-p>86jlBW1uK9LY7mxZM3AgU zSdG8L!Zi>?{fT~xUPT}IA*U5^Bq_<1Q$tt-tSwe1QcI;yxoU;^%F6aw5{!;{YZbE4 z-Ra`yx5lsw^GCCb*bU|L2;vB#_YPSEnY~EX6y6c$c85I=Y;=SR=VQ7>*h)XhTb)m; zUECGigm5swDB~*R7r=5ZR3R@{PBuQy#^cIW@)|?+BfZmJ7F8JfBk{xbwgK$F-i7%vKZPtfzlnb16=s>ls_}al&|ZFHOo4Kg zPA-e_f^h)c+W_8<*w}JlRf1N+G^5F&pJTxmZyo=Av7XPC%TLi3-Ido7#wK3P*6Rgi zF!6|;H^HTg3BwlkyKVxR9&#f8?f&M@j8CWXmj8uMUF<53Gafg#=8UU+Qwf3_jbLO< z`{=0^>fx*;GW6{FXDB}!j;iy7aF1h%#?U)^=8_xU%-=0AwVjJgSd|K!(L;vDYWv=h zC^8F_*MZz-SD2#o5GLwGgUgj?9*+r+e^ zV5cCZbiG>L977v|m031-Be-6DxJ4fv;zr_C($Jw-qDhtCBu*NV2MA3tv=O#d5P+ z6R?|TIe&|R-a;qSRKXw^he&@pwc+7I*F9npsBwNZ-)v@F_bT@oN`C(61260B9n)CE zOnQ1)e@xY2vR4i|itL0n46803C2i{{a8QcO{MmO{Jjp>sIF_#KIJ7ZUJx_j%A*AJY z{%!`zTw!vZ5i#)mtJMwJ_cHa^&lJq7hDHXIz(R~`keulXUj|&mjjV$b_aHCPL23R6 zf2ZbwGS!G{-uWhf(s?qf3eH7fu_`!k2{?f%o1&fBYKIfBBBFI z3-}tc5;VN!CASC~{76?=Ua2qO;>r8;MG&~5s*FiYn&Eaffe7A!&vc8q&v=!k^qE&t z!Np5w$}C0VqUk7Bm_turWCDzQ0YshG>Wf4clqhgH@XIUhgI@qRDUipI-hj`T>N#?s zb0i=7EHXuQEMVg!38rt-BeJ5bQDHq;R`qJNyuSfwg}HA&c!hTy!%2boWMhL!MDvUc zo>$@E#6N5@mVa!#a$rD>t#x(HL09A-s$ zwz6wGOR|TyIlNs_SIktHbgH6G5i&~aa8YAb`IZt-!xj6_kU|2?IHEBT(*1y~@R z+DHHw8ZBBmp024xa`(~YOxd0YEAV%t)%%lhQ1!TqT~IaMK~-!OcszP<7F(D9gJKSb zfT66-t{P0X1{PuVYL0Kf{UtB9D;>ZClpld>m0l6lt6`cSp$rmj;i9=R2Pl%33ZGE5 zFjJfu&L*Y|9D?KyL~`#OpF6!-UGKy+Ge!!=?qeSLWwIMv?z7{lQ>kcFQUrJj>)iyG zb)1kd4xjb-pSh{24G3~oA7kjcct4MB7jK}nti&k9V$wxNEFt;4@#Q>#dKusH4=2N*nqI!Tc8j`PT( z$3_x@H#7YvV99$^LulVLx15Cs5t3oLuA@uZ~ik{w+(bH=Qa>85!_&x0;=Ja~V%R_|O z)VvGkNQh`=q?p(u2$dR5zyJMtPIkQ*R9<0zY}X5*0mcWR$R1RXmTK2gw!7^f?7iw& z`B7nH+M@$1cT%Dm+D*Z;3~egrSD^1LKed9de1Sl!6M5gJ5~5qj)Sifg$zqmS=s(ea zMm0)PR|X|Psn|FM6kN;=K-2qq700F1@Lfj;U?sRP$DzR8pZ30uyP{ zDh?)1X;MZxghqhh@{nSw4+`Q|^2r9O8Pv#Ax9Z9@gBrpIRkgJ`tZM7Nz1R8-_nnGe z->Juwwu~H zogjHjT`*hkQ%#sF?}<&KQtx*LD;!)|H|$}}M6S-)gtO5Li0M=Z%u4>=!8k~X^G_aU zbMnappu0|=H8xX*eTE2EQte4J{A%z|qkn}*5CwJGPyv_{mH<^;nE64|b!Ro5uxW%J zh0rhks49cEztfuK)dsAOr#G|pyTz^IzX&v?CL++>)$Amy9VjdZe>MF663s_b667zF zBY5w3=cOQ_Vtx*#v8r>UHhhe}F%tELJl7Mh*i#QZ6R45APe|iOczdErOnOF>px0fA zR0LPr!%es{F_z*g&!G?(J|Df9gb2vZsxc5(F^jpA$gls zy(G^vGG%zMa_}Ptg9(OXLf$EEyaz^9p zN+?9zLRZtuPoB>Kj9IU*7my*d{KOI@;aS_Yx(!;+3xkIDguF25{=|${pZ)VHV_s!` zM4II%tltA=Q0BMW4Vu8Q4-cB|h>uLN&@h8Ud^`Uj-h$Z{536?E*!p^j?O|jN5aY55 z-!_Md-)=YV>S1Sh@y548j&r zJ@ouYycT2}7r{k|<*Ry7VN^~x3#zOJz)HsSstO!2467xTW;^^B7va4X+=LgwO?eUA zq!+|%ZCkd6h zGZeg8fFKWyat?{5KhM89nqYB9Rk4t}z2Pm4hYV9+rQ0P>YG=Y(PML5Fa`_PcP@~Yo zce!>M&w)8tRD#DJ+fM_?gj z6ip5#Hw&Z-|8I%a1BlEoi}(>L#op!&Bi)=~6gFoV>vAaL1Di8ER#O=CVM*o>S2lErQxZJ62%N<4#Y>6HBl9KvBp!g@0kup3mm82_ zvjtlM%Yub#T|>(9X3KYNZSPu&H2#mdbpt3CISo4-kZIpG!oWgWoR?X-o!edVW~ld= znvQ#&p9nY!*i6pjRtP6nXrS`z6jg0|+yw53RvP<`<`-ex8m_=2)Hg0Dmk|oau37K^ zS13js=ZyF_^X&(aJRAjOR0R>ROZhCb&KR!zBY6~0^vsLy}{{5ybD^M@96F;5&%5q^&|KRtlPaj zep-92USqDcqRMk=uZ5KeY>i&2)}mo>UAJ3!IS3=vxdo}Bo&Jsf8S&I7lq!Ut1+jis z9V1IIK#)!#O~hn!?B}y(kI3(s=()C`}6XdZWjgpL$G z`L?Pdz(Q{z4UK8Pt_A#1$RC^mBo@1^dEC21Pl)s0ti)KR0??b;*aF!rr{o zb#;mZ(UatX=)YJXh@L?r7{=y&^v$2H^StXKH((oyHDYCzkbZg{_G3& zn~3oSnN|HPyxxk=&Rvt#zo;f!j(6=d!D#$I*HG~*q#@5X3YfRJq=Y_==KRjyEEgLv z1xR-yHkQL?QLfkxc8kHDx^@Ie(Kal@8?v9duC)7Fbl%Kw?gV0g0PNv?&;Yac0ONR& zm0%^4Zl4|f9o-mj-pL5jJtXPbYs2u2JjurX(&}Mm2&@Ms9T@dT z9`**qyf}2^>rc1A$Wo~7=H1(mUTqAG?*V35|J&+Q=O&x)p)uJ{Hh&Ucb#_-^1cmDF zhF|m>ZH^W@D+;}PEfVYn@(M)^C1zQ~;tOi~SlRZ!nGKaQ|1A2IDo&KbXNt>(yUxhG z5nhfde2tf*NZb`(NoedgbO)a-sG}j!;|r_;@zT66F`mDLagSjtKL?3xkx^&_S3t-> z+|E;Mp2=X0;iDA0lx{i{SFG?fYPu)?T{wAaC%45_f-g$@MR09~*SK2`?q*rB1;Ig? zF_dAUNGnw}y|`7LQjr09C`feu!yo?8a$X$Tz%TIoIs3mPZj4mwDfuLr=H7X@6M8UN6DJ%(1n~!apjj zv-XGqBJvg@hQr1?MKW6DPFEE+(eB5MYoZMw&Z4hRmh+$I%fGn>+BF^=y1VKaduKV@ z`F8b_k>KhiJRu1+U#EV)I#AoNehV7ZxzIhCk2#Y|v0p1a%l?P)DV65p$qpti6GCMw zX1nzmTX!DBc44`DIC?zJJ&rz1>hw^K{%&?N-*;Km(pdaQY!G8ZhWos1Y-lp=pLZ@h z2*Dc-RRtaCP+}yG6||srR|koaB!URyn*8htw;C=C4)JckDh1u0hLbre>Ol>4^MD!V zh54VWyH7970Dr@`|7N~8=C@xS|0ep4Up?JWW@R-apwr6GX=ML%a+7*C3Q- zKe_pN`>_ZAyDjnKERW-_?Q)_)8M~%sBM90x z`vkLfU>f#!Bc}#isMz0juO*4qX;0$#dDo&YI{XeQxGIRL+E8dQ^~|MppF6B0nJnoh zJg&LXr8aO&mH}6=!jSG7U2HhbZ|fGHKxxlL(>Q4lvo|5-wuNKaiE%=?qww{dQ<~pm zdH&li>JoAuAckDge&1d3)qvJTx*6xbU(eSIa5&*{lOC_S;jH=ZC@ZYVxq=T~^(?FL z)Z}ivFbAZF}&mwv|5n}SPNbH>Zm!KrbG=zt#sKY zT`rVk-~=pKEMf%yo7wG8sLpT5iiyF41_Y!PfXpoK#6n1#|4vZ)RIUkTVJL9;c2D1e zQp(}S!V3IJG4fa90JN3A!BO~bxq35O(&l?&J(w0=FMoD2H@@<3v%A@?fr%DAyg)kw zPpxJ4qTg^;qz6>SH>=HN_YDFh?p;oGGk}%~okdlAy%5CG{f~{~ew~hDM)C$*;N4M( z56Cx*tJxhjLA^7Q4#zd(dga8tNKWIIo+=sFB{z0${^d_`)IdZJyaAVCmDkNN|7+ka zsy`^}Ll%{mSsZBkRrp2o;6U(LKYXtSx)&~SjC(C@X7A9pe!I9)^uO`njz__8Ng`;a zs3s5K{U?ldch5g-TdO6zCKxb10};E z&}hdEY~t0@+^{0=Vi?ddTVReY;86bAGem{WXVV~*B@IGZ_BD&GCDdd*&X0hnf1%?u$p0EDT)q_Q!j>UobI_7S2SzB<(-BZu z!?|e8pY7@$6jE{^y_u~yU)$-czp9eUHt8GrIsEDs!MIdKFyKcuF$_vlA$grjSGpR$ z{lCu>FaBDM$32blT?QRIk>Dx;T0s#OdlEmwdO6Gj3leBA9{a1aSUfQs3>`$Po#Ag+ z$SpTiz=*eOGk=Gsynuybw-zX>>R@~wU9Zf+A-fbDiT~B16c*5DN*X3V*5`<`7LEDi z&+KDoly*l>|B`{wVOVn*xlQs<5ksRPjF>anCK(-Bk!XtFeDk%^eDcmawpz6bjB=t#0njkjP0^&^^mgvAGOg+~|r+fkn6XH%4z>ZjQ3} zw}WHwADMsDW}+;1l6=*ccM6-2^FCZSTZpv>%;DeogkF^Lda|#LhT9tl02@`i`%M z<$Z3F%c8$wk8kE{3PO36w5%?qGEoVtg7A(1?!mt$nv|m3>v%w^E#{XJKB(N5!t4xW z>`n^anM~?y7?A`eA83F!DWST0ui}m?v@I^fg`R6L!v&r*RL(9~vZ}6`yMUB}+=V>+ z)DfemQHK{6V^wn|jqAm%Ln4L52Jl?~-`FT6$lcD4^9-blX-0f23+vHmt{y%72+jIL z3eNdwb1n1Fl^dJ9VF{F6oTdmh2>X7UiS(rtsdM^l2XDf`lbGgq1?PRx8jAOrR5mfG zI(Ob494`&pRHQ)#dT+o)uQh3{6>@mE|Ch{{(0pz@wZ0@+U(#A%s@Ipa)(3phjTWpX z;nfH^jB=OAv7Up<#vQ=c^Q+Ywjoa5o1T_rq{bIxSFenuInA53KSEtZat;N*X`5zy= z2dyEa09WAkd<%XbgiwG&2nF132-#0)t)yT|RX_>`#*JTr>4J68I`C!`nYs8wWE{8Uo11jQt;WXV1;$$GS;It5NxS-AgZ;RC%?b;#@A4>$C#6pg{`*vu`katp-b3vQ!i zfN!{SN9f7LjJa3bdia%R&xx_4(xq8_MRhpHR8HggUHxFKVO;}yP9Kr7QH7RS`1>8w z0e2PAi$isXeG^8yu+UTQo&?h%r#-u$D#ON>^uwM#(>#3UtOGq%ry<{U(173k$9%og z!6+)<%8>p^a%3GZs|ehhcG-P%Fj0?j(;7_ubbogYl`hN#cxt2D`TTl0-$3fmdVas* zZoYDCb)IyQ4poyOzcb6j$2;|ociMTpEm~S9oG7L1q^Ayf!`4anBqeuhvqzuW4j3P! z5T;FdCf_gE-QPZnBkw5MuAYim%O{+~&pLvRPlX4tIp6?-1;YBxclyiymC=#Inq1RT zn{(Z9GIFs+j$1EH|5S&&#Hhz2JW%keTfeMngxyKnEdosuhm_GRn~S>~NcdfNuNd}-rCrv3a`EDP=O&}+r5%Q+7Z zm~*h6=~Bs$ci6{{SyS!})~jG!q;=m{oCyqO$QkAO_YE8w+A$U3zFCxm0J<`YhW*+`5B1=K%iW{E?qoc<`73HJG3`}xLuUjI9A!dG?9 ze?KR21SB4%O3p8 zX4`^x)w3-uamkM7zo0;-6RI)sGWvZ)FZ-o%3bgfO@Ck>_P}g*P_SLi(U46P*vYPq@ z5eU_ZHrx3fbX}$TI0OvXDlwJjQKQ;Mq!`;EiuI*~v1Mk&%lIU*ff))xU5}gV3c8C~5ry`kqecqlHP&RkV2}^`yPEcZHd49`5WRxxtUCqEX9+}&sD{3VlRvvE~ z#%Jw|#Qs>hQ<66PX6u%5U-YaP9NU{R-jm=!CT_~-MALU?%7Y9O_p6FLZqg^<4wSns zh{Nc3%i@0X*S2H(2$3s~y8F8*bDM6*;am_lsWH%lwmeXx>F3#E2}1C(U|E$WL-1)q zceAUXuxBPLhPX)T?u-;%Oj2V;Y&;pLFov8dy1@-AombFMZ?jtKTqNuv_IH|OR(i|S zFM;U?V+H&ZVOQiQ-Nj(hzq((aDhbKxA@5h~|2U-tFsM`3fn)W2A_e8Bh;~J#dNMLy zB$X8T%fxyW4sL--#+|@`)c06m5+9fnON9wAiLE%8oIgA`3%o9Wr^#Y2XUIQc$8IA| zZXr>kPNMho<+UW4S?eTZn9XiKaZQCKwVs-!T;Onw742jU9^e2->iv*_u)CQ*3=H6m z!nz4(7g+XRaE2(PiWK%^!Nqqgskd7QoL#iTH4$*)5aZGzZITLb(2-ALLX;7sv!VOU zp2WNL3Yy5QxDzAxl9xd;H;7;%un@p)h3C^x_S|_ug-7%q3muFGz@sQh65I(G+4tc+ z)Y7=STQ07`G~)iihbe zj}`Pvj)lfbr_}Q0JIvuL$Ei$`=t)vF3BC4|1>~Iz$ko{Q%a02Dfe*g<(E)$I{1iZ5 zbV6QuqknSJmw~l|{yL2`7G!c%Wqgt;z+R5MGenOxnLxs8X!%iW0Rj^BUjD>1W-y;J6ff$M*M3ou>V z6@Z_dlT>aNSB8zkgPYsM-5rU{7#rrs5O$KODz5xXdFJ8fwx44^cKHXlO-n;f-dG`~`gP;-I|jHUSCfX$X3L zJQ_U$ba7|b-p1Um7dO}QyY2fBaBmabQ%lIjHUBujnSDHthW6hU@`{NMf8qKta3Eob z1@?PmEo0E(QMAWq^=&myYVwV<>EH>n0ZkbQ}bXA$82xQg;l3o?-~Mnil5(D17)zvRumJ zI7@~YgN9f!A6QM9ST)6GKxM#y_CS~!2#5AuQjEUOnA*r$Bkag)&!WW*wR@dizXr>- z5tuPjeYu^TOs3J*a&`kLD~L{dfw(mz;I;hYj8AeB-ORu(Y?N94;@CUmY(fvde7kxl z-^`YG?`KAA^FOy9*u0-z+c{#pKLhZ~u4f;d6i0n+-!7I*un+t}Nff(E-yd{HwcZzt z(n2~+tmfEPi{9!fMxqVdKgqG_J0$~3jgz=_l5j6!%yoz}{MG0}B*K~Vo5Z?36PTN% z5dAbi$MNkDDYlZLAyWEHkHGOcSQnQr83y6orSpQ03vNTuJD#%Dv3G7!9{p#ul;DYs zO6ra<5|#il1AXL19q@jJ=fr>cqYR;r#>5f0JPU`yJbWzA+DmHUj*)%V90Malp2x=^ z2%cL4GJnpFux%?>DL1&d{N5RxFrp0z%r<^x;|``5y6Wb8E^a%MYRb%`sB#GR8*n>1 zc`YM()ce^^4ze3ssj^}WHp0WjxU^->+y#nfjO#<}HKO5bfnjrJu=cg}A$jW$E{k2j z31%>^l803aIGDeO7<@ucDhr&rs~r!*tE15aAmaf#{ZNsEl&)bG^^vOw(r+Wwv z(e|N^SnWC1gS=lI)okMbAnp)NV7}Y_bhs#){p}+qTNn zP6+E)gXqI-BamJ#Hgjm%^4<^zd@aE9E>|F}*m_d4=>B%`@AvcQ7A(+Uyu$nu*bCSc zzkVLp$jh@dw>9!46$eu7@zb1fS4TV&84*d0oxH8xDOxHW#LYVcfpK3RYl-LhxVYW?oi%7;5_WUYu-2lptcZ0+S- z(j03{bIc*b&Wau*xVuPb!1_oaM@U3~xleW%UZdJ&ZkAAu}^5z1{@O_wl+F+3xXD*d>ok&ff-N9GTw)*ILWsbg)95IXuL$hr# zdQX*FDH|#AqLQaEbGj|J_T%{Pxouc7;#y8nc>JjBnLq3MTXJ9@UUsPH_qeczk9(ht zdo_}=b&x;40uW47_ROEwR9w|5g(?DGnRp@ZuDVjSa3SC47uY+%j?I-U5F8G7(b zNYTI-QUbdQSe`x*Ja$o;vCSXuIR@on05f8R!)u>_dCXq0%*|7|L_djS$O;j`M2NGRBHI@&A&Lnxj z$s`(}er~nKWSI3E|3}E45NhU#Icha#aRmuIj^LkEma0F<%_a`86;6juE_#uit!`gO z@!9I_+n2lPC39JV@dH*qp0|O+&|sgx=cr})Acc9^Iy-a0a-9p7LoS$}+$DwOqrztG z>;oNjF(ZlEYI#8=Pk>#g5O5)cNABSmaM{sf0!nOOeD|ZP1Xsr|*%tYO)bxgsWQvi8 zfSoC|kS*%8vPu0?qvA4o>0Q~eD?n|Vw^y#L6!iFJdnI)IqxTV-zJi8hG$2g69~RLr z>bPn_5H21n!j*;j^Z2T8p0#>F*6MK;TC2z4WLn+A6;DYx_o!*y{$>lB6N-=50r@5E zUN@N6>`dFE!fP;0!=b$x!FFve;!rqGzv8w?PzN^V_TMS|>p4@(3YSt=sDSrW2fW8N zW`hmmmsr3(NEOosD>~D}>VgWJ|Hz?O;Hs*1(b}$88ZRBp>q2X3G4aCg<1o<24D!`v zaKus}5toc#suVz7oW|T}r<=DQPw%$Wx_ja!Zcr+52Hi_J)~bLHq}(Fe@KBVJYc)|p zE2{3irz!1e*tKXVEj3P~_K0NQSlgcMUfZ&+vb_SKxb_VsV{td&zipj$^WVV`^z3P6 z0KSuc6WWsh=M`!Y-AMLI= zqqMtcQG0uJ%L-ev^AWAlF8qdcxFvQ5?A4@JqhTXj0@#q29Bd!n{KT-?12O{ti4@m0 zni=KBZ|v5PE5@uN`Y`)>F5FMD+=t4_3KGQfATsFnYNA?hL}|))>BN(;}u4k>c{7|I@-B#=M9?s5`hDI zJ&Cwvwl~$jQ@HcN=RA%3&&!uRs}yXQl_|xAJE}ChCu?n#y{l>bGe)@SI%BlIb+TuF zzr-19Z<$+C;{iw%RktbX&FwQEG>gERcCQ0-7i=eKS~eZqJ+DXfk;Jat3>7Q0p@t## z3N`$8 ziTdrQzZ^Z_Y`L?h`JZjatimnJ{1-6jFin`^&aIVh)M|GcTzIyvY9)_J_)RAlkIgZ(br$>}0WYtG`2OcQZq^Q7S9083{Ro>cSO`2HyWhOtj-t5o)?bwX5>eaSQnB45M?P?i}9ZSKIaS6!J%A9Dv?+`}}uC zTiQlj(?(mHieO>8n<7mc=ccWu(X}d~N6J?E=sx*J@gYQes+#F9~gm zww$_)hpYD(uDSdAM{$^SyTo-@O%o-oJ_ZbLB6+`Qz2AiIJ6hSZkfQm_g**z7uBBvg zOK#u2jeAzoi$8BAkAlO$#q;nM&%;|hu59GUu<fiDJc*`5HW#>alO0 z;IzYl=ZD>P!_h!_jdwIZ3fy?(L8IMxG|Ba1L#fsjq>(046-W>Ym6X1JtAcqJ&?FBV zqDx62s7u6785=TRnw6rtqtvzYK}Cha28e@VqgDYjoKY$dU7$?U1`z`LPfve> z*rvtS6=*52tp$ddNj?(qnBGf|dIntG;&%RlcbZ#OfZ_1NY(YIS?$-047pr?L%ml-S zfT80_QNTo>Q7_O-oN&B4rjjxOEUyG8*MNx@C2D$FV1Z;bHETQeJHFsm*7B<_klW!v_NN%0j3CAd; zkf=FLto4ceaG>qT*+p%2tg4O7Er3k{l-xBdBVhL#gxY`3&L&F{Z#CVqn6r zA7H?prHJXlR%H3OiCxf2<1rGmDE4VW02HM!@T?erjs`)qVzJYLeS#CpoSnL|dvHBh z!+-}u`0ZNL!0VFvGy9mx=HMu0KFxXE@(8*PleF5Lt*&aLB)QbkN zMu{;y{m5XZ650y*=8U4BWG)KZ##+b{=#IwN%nn8Y+4(UAky=k_YOS@-5{)J4C@{m! zaB3F;`OpG+^a`sg(=0tZh&A!{?4ab@hq~-|{m5B(6>aXZjVq&xTlAu9zfO^Ec0C%M zAdamc5!q0xf>zV&T+r|eI-ShdShy8~-mkdk?9Cmw27ZF&`OM94Ns+o7a61etN=*(a z($CG6r1T~Dgena^YI&($1UZr&B{8>AqflIorfeJ0Jwkt+`$xs~1U)5v>5x8=FsSEfZ)iM*$ za!RI3dN$F|+JT30{P=6hinnp*mnkgK&x!THVoBXsbLCH%OW50>Y01XPj`(RUYl2+U zl8r&ODhETzb9q3%`eHJ0XXK+FY;}p~^7n6pq%LW0NK{S48 z@avV-$15s^mGiZyY5s8{(c_ftRvleG)h`58*Z(AHGXEdc19mi8K27nLfk8AtVIH3m zp{qOf*NMNemV6npcF44yIdEveDjd+GvdR1!!5mNg-H#MdoP`1C8L%QdKm!9be#C2M z`GG9#dX+i9x0XG*-<8xNteH))lNSujA4PDKo~ak#k-pFiJ6@S@tPs(8zG}@F{`ez` zh2T!@j#{3osAVx>eMhN!;(~h$ar|+7@h=9~Urm0v;F>1!$FWp?1k1K9q7rlE$5>Hh zEjGa^`Pm;$12xdVA(7iHzP@Lhy)bVt(Aw%4Z`{ ze23ZsQG&Voy-oDh#}YdGkgK;v96nKX|Mo)%!99tntgd??QT08d>hB?{_;ZLVjq{^& z6zBWyy5~z?c!CwQ%pe8+U@K^+eAp0`1lG$k&6<{p(lVf|=W>3Ja*<+mZO>c)= z*>)Sw_FBoxl==}X^OvQE)YdU{W~-3bWO>zA)B@AfBkV>8ntiBi$Y&dJ9%ZBP%`l;L z zehr^8Yw{;sDfW3xKhrJ&eAaAZuliC~&LKvJtgiN4F|3njg>*jdzFxHXp>d5|Jmt3+ zhsrMm>W4;$thS19R>eD%_Csw9kMe&%WM#-8RYtr;G@;370B zv`jg;0rs`FhxuUf$Q&a>or7whEg^3uC+D%XC75Gp259!mSE6J#En9-n(ch{4AQy5M zv_zih^h9#_ueB`XX?0YYOX(4o1>wbeHvQLNS;)((g^ovB7IFyJd5mQtuVRDED(=Kh zFMf(;As@wiEem=#T1sHCM+t0x6_$mT?Za6Xtb+JxnjXV0j6ZW19mW9W~ zZ#~_%(94>@wop81Tj=Gvvn@1xYzy7L{m?;j|5dhy9b^@M4p~7n=qjn2Uz0VVXdV+& z)g|tU%_+1d^qPFPHK7>AUDkvHO$S+QO$TC%`g|>ZPxN45Ip~e^XR;jZo6|QO^hWtk z!$F?^>I?@(R_!tzm{ahe;h-3{V_d$t;Q*ww|G(kjiyIE|_#wkVEuq0(h64EUK*PYp zamjI6=0WsAnLjytVShOL=a~fz!#t|eQT(Oujzi1>Wft$bEB4(Dow`4B?m*cu)2dqv zI#9uXLRk22{eCAfT6urej9r+p?v%$06oz<@sx05@+0R>^{oHx>q2|9Cpy?EJbLHfH z28H_ztJZ;Q{!yFqU#mfvgU7h#g<(CkWBg7x07qL|7hv ze~BnJzZHmTy$^7t3*HFxbW%wLS1Io|jkz{JVy|rOADrm&AsDj@)Q9!JMv6F6PXzbZ zsk+FK$`z}(ZN}Y{`V8~&%^c<>!A^$2f&=bA^auIFve%>YGIy;<(!=d~c8ACkMf4mA z_QWdKV+!lpMbt$exE-~%Ra01@D6C)`nWJe7Y0k2B2Za@#6js97wKP?=D6G&FR_&#* zekX>7=m2qp%ccSy5Q(Fh2>1G@!7$cYt*NgoN2$ zD>{V6bWqbYcQlsE<(Z46Ew}3!#7&E#c1tLl;ChPSdVH|}1qWbP%w;(kiwCbr4+QvosX+6~QI43ze;ou#4cv&BFxucy)5u zf)1j$gDzxqEru5|bVsPlG*n#%$V#bHy|(G5o*fsv&*$0L-O#BrSK}oVloe5R?}-?> zn2zR#la!5jC>d9f5lu}daSL#B;8kmsP**j*+FgJ_(1@ZL~~@ZSEi2vW}`r))Hj ztxXbASdm9H^cmGN+!R3PGI%WFQT_XKp`b15y4PWTL)1UeI zv}=6v+v&bHiN9PK-z(v&KlfgGEQ?za{K#fQFqCR!cC0pB4ZYn57KQFPcY#{=LU$gG z?SAc82|bPeI1NdS%0#13w^195wY!X2QuQ9ou# z^nL_zDvi_IsiKX0yHk}1RpE9jq`Oqp1sVH+Bk)LQ0oS`$5C!`1*HY0AULFn`w~a+0 zBRHmRRs?=6K2D4t%-YX=0>m3i3A3{7(*K>%P}zk}V*hvgOx>_szsqfpRZ(MgqbI2_ z%!yq6leYLLrTfy@Djk{U+mo_KnY)bhV5)R9R>H%?2@f6fsRx|wk?I;tll?YW`N!xnEuoe*X zV<+f)OXA6sV|If(Ekpz~{vxw`$Y12VXN~3lDeoEYdTHNa5&^B8TFzz1Vyhlym2L=O z`HJfOwVNLJ#T3W&O~#`<_kOmj@2IlyBy!&e4-vKKhk_uNQQUa6!e@qRGR77Onq4w$ zkzczgD{N5~wlE7@oP{mW^p@|Xyb%Oa)>WvUQsj`=>1+~oLYoAg(?ZJQoiD7w4y4yR zt_9O(FrN%FHIQz>_LL)_*Dv~PSWz>qxLM{tK1+`;*%pmX^C+FQ+>7WMjdME)veBNy zj+6~WbCOk0dL&rD=f2xTx_~PBouTN_{`DJ6Ms)zT%qV1n18|*MBy9q6oP^cZN~bth z^*Ag;SBA%`>L<>eCVR)R^JeffU;if#iu;NHrmnK6#k($wjwmr28#l@^@_G`q%E9Ch zY8!QlH01>;q;VWHWUCCB`_JUS@C=$_tH&E00kVarNtZap1SYtX& zECPGgnOi^dmiGEfe+sN49IiQl)!?xWYYze&2HcP<8#B2a4r|#2uqJI-ZR`>Xfn1H* z13qs924%ewFccF;j|QyIfRWlyHARipxQj2eRhAnM!#2ZwoznB7N z23a_#Xg_7{fOSsXw#IDGMr0*w`^l!=JHB+=d7(T>mAQ|sOe`GU-sNep@&(w^33~Ey zYsPRiD+I|x(Uw|rAY>jygH=i1=uXVM0De44>G9IR-?P=W`*wpxpvZ)mV^_S2-zXa! zBOI%Tq!M&MX7Mpzm7121lyZ%10o5Mx!{J4 zqe_Roh+Nrg0?E^MNSvhh3vb_W3`BJ5BRX}69*ct{b6W>q$;^91h!ANVQ0c&vBB)i| z#x1TF`%~MIwB$=w=Dn)iNQAa3_kd&^nUKVG->O^$)UDMbLW@DCwNVyIh}Pt)*3jV|$8L7)lNi6WoXTRjU$r+5B^5PJ+JwSnYK1x>)z${=q}>2R z{X?kN%0>O$swh?&_=4}k5iWgJR9l%YRK`oi=<;0aX8w71f-DSQDGqUA1LIQ;X=C=^ zZwD4my}lDubSu)J-%$w5*m=yX#SvjIATLT1_-3uS2=rBs*<>pVT2UZms1kL^ zEDK{LQD(pZEvplopTw^lqhGfY@Sz8qcT?!23IERc-!wD@Ou+w}@cDuwYmr-9lrK|qKy<)c#w@Ab=s(Ng6e^dZ*hXRH2r61bTvkaN?T z?lON0TAhVAoT9F5Br_s;Jl^|AOpiD&G;D7sorgl56m@ng$L4nJAxGP}!vnNtCLgO< z7(9Ag`2memVV{6B#1GCUT z`Od|>Pgj@(TkfR?>)HStINzeVI$~_4s2jcjGGuaqIu}$!Av4ShA)*GOyh3iQgKQ}5 z#*tXzixLvM>h8DRODEsQq>OgxtAu$J`a6sSC?X}!l2BJ|m9eE2OY|bKB2pWvj|mQv zm$_4?+PbF_5;SgE_nfezkqs?FY8zZcd{$~`ZdDnj+jczDLEw4OdR1GevXHe>@UjCFg_5EzAjIK#0Dv1d`G<0x6!KpiMpFqOS^H8X( z9zKA34^PXa&K*?(jfV+LZ&;3ftI0LRv~{TDn-_80__y=r){`wd!6tdd0^ek-hzAuLY(h_fLB#=X59Nsyi4rFyh7X@&IZKHb zbU|TC>V9b=ALMOuB;1I>qeO~)*dbEDoxew<$cGP#6y75Ti4@%|I6i;{JDD!^Hd5{+ z*-F{Dlr5&2q`R~)uE&WsZ3gpb`6h2&0~M(}saVGC0*Rw%zyTrI&UF{R&+|QpW#_ibY^njgC?M_$0PUna0G|LtR-(0!241_m& z`1{~TCZ|+M_hL$z#xL6%zchd(iW-X+42C*292+8#RQi$uc%g&AQHW*3fm@w3oLOr@ z5A?i?@0{ag75XpXZo`w*`lVZU+LR+cnMbUWbe6aWK zXSPRnXw_w?RhKQT`ipb%og~LhyyTpdE(28>l35iRsAB#?3{*nw)<9LX4OFN{k_4Hf z&}UgyvCBfGENz|Esvdc*l9rldV-7MP2^+x0p=4r0QrcJ5y0XNQMZo8fQ4lIm4^eB< zrq&(SFJ#UK8KSIK_83c)!H7rWW!}k=%e;D!wtFFM_Z~D_c^0HlemzvwY^!^*Q};k= zoT@>pynUd$2)!2)dK?mZrU^Z?ytW9IcN2-u6Gk%51Wg?=r$WrBGrd-lZQU|m6OE)| zeQop8e#lSB9{hl@w0el2RuA%1l|1f}_!O;G@m_xFezxY%sl-VTcR4_jwK+ve)k(CO zCE7q!Wg5=9Xt>2ezmQtnQZB_k_Pjdm{!?V7@xjz`%(w zoO$a`DHDQ2B9vzoQmpx6q{NPf`G>^F)&V9)adq^1Gv97Fx_$ok?fhyBm3Hno*h%nq zvz$W14-ZSx?*5pD5$%Ht8a&+2T z3gsh?0dN{~zi*{P@`t)${O={7IA(9SWuEYW<#rG+)>VRG>S78R3<)) zp2q474k=8;$APMELch^0wVEZhELB1}bSWp#*6Jl{?a6{nTUn66E6qMOd9aTir3bVT zjknF*6Sch=OTHN~wtc`1sz-8w!xW{>*O^a;{^z~O(YBpBvk@O`W=))#Rq)4l8*>%L z>@HTfQW}RLGXh=eVNjuXVsCwQFeyp5EAB(0LDS&WADX8M`+U?dvR0mI)rzkL?wRfg zA%7@V7v9Y{1{e>XdAd$*^wHkX^$A}Vz1UlSJRCyBtNXj_*>)aHwzKX12AlBx@%!le z+wFY4zQ5Z>f1GW8ihh{CTWriX(TBzMeN-#Lwh<95B5URqiy0$rg}Bs>YxaO!>7c6q_cF-6QUmaLONoDZ}UO6qm}?6xK+6#?7>BImpoRWUT3N zHm>|52r`x}xTOM-B}l+>n_LUqHj_O?rw|hNIMQimvE>gG_D}4X7>1SCB~WF+=cBOb zB(ra2KiB#K4g7s#4MQH0am5#@fFXHb5`c)Fsn~fRddFgK(2?SeQ8la&edOk-WmkEQ z+AI7)WeVY$k11D$D6vXzY)crH=eAz@y5RkYsBHmQ}%md`s04b>$=<k3TN=S$5{T_iaU$^OG( z7Kp*Q8>X*b3vZ3uyJ8<$wUyT{Rj80HyBOGShGpfkaE8W8QFU-@NR^&g&0%?vk_pwp z8&p+I78jn4wKPs4*~s->E!y9imF3(k|qY#TcvMurkMKSozZ8-O0C; z5gS2KPW*Ycyq{Zk7%L`Qt3{3~C(^Um-Ubg91Ym1^P*nQnk1hvo=9VtrZ8}sj!f0Ti~I#M5^g^`9f(c9H>x%#j<`|2qE7$4zfv)GwQdGuntxS6kC!jFyladErYE@n&hO2T79A$c>_{ARJ; z!WyY*IXsZl1FJXx21p1V@Hwxv!;#|R11g9#uEIWJ2UR_9nPbc~J4tL^XAYj9$j1Y+ z#kGPB_JN9xNMw#DHS~~V@G$HAk;&kAdMaf$hUY5tSL|hbvzoo#ITVs>jXZ~pc0E; zB?Rb(O;I9*6;4$0$d}q7A-9pU7S8BE<}vq!K*xCETgrIf5swgCfOvEPx2Y0{JjJ-?c57eCLS$ek9`_6U%H>rZ^ToYb4g9X?$yCZtp>C4%-LFWjnd zDtq5^`}!mvWNqx@d!h^N@)15rDEmC5EnT4>7mdMev7-c(CIIrAaZx7nn}t3&{7Kz| z57y7w=Xd)OezptSzbxeg06MmBTFsp`W1{7UiJ}0DdR>AF#?Cy6CxdGPC7xQ94ZtmL z6XAC%BSWFXwu!R(jJ58#ynb}xVeZ!?5lN2IJ^E|`M6U%@newP@65g_zpPK(5wYl17 zqU~xtS?iZt=rg+I6m$K>-EvaOs-L9!QGb|*F$Q~@#K58Jpv_0B`TZn^iSy5!IC;v% z1x#Fg=8Cf?OkBalRV$pMt3L^wSX~(!3T~-VS33ysk5$4+mwMr!!Y4N zQOz zyIMy#^P9WBUHuIoIgmNVt{4z?AkEzMTSJ+=+K834RLHC2v*>F*%h#4|=A(j2sy_hZ z?d%5Ix6UNkruKchc@92_n)^5A9i80Phf6M_jD+2*nabK)%qb*o) z5ezWezg^vK@xylhaT~pv-ToA9%zK-bDy*Cl@PP8P*{be%ZDfN%EPW^o_;3a=oNnJN z!w@2|!=nGcPSC_pv%G>Cuo&UoK(=}-O8A9}eBLFiDbtBPEtk}3<>Xt2xp||{JDB8W(e?c8?0&gb=-(hQU}b%3i~*;5 zsxC5XMfRgdDk}?2^b3`NQKowpMUtPRp9=?&w8#%s#U>^M? z{;Pwcu~5;Zl`5#k=Vqdx^@eX`_{I#sl;L{>k{i!^r;>Lne1{g1|J6c}1b9k3Jjv-D z=+g@{`1Q%n+pq1kNeg#LOw(pauRLwxaF?`jm*o6Lj&Jbd#twH$fV-sfAhkLhp8CWv z3+vLG=n?!$8=ll)^q*I^bG2o{km{ng45^Nds%xEt<{)iXKh1B=8FrXxZ9r1-6ctZF zxG*#L{*Qj%YuiTJYaw?|KR1XyTD+xwFlXTY_WC$_x1PO;w(sYfJ&`|I)7Rq`7SKVi z=^z(6ATGf4-{KAt^wr3N=op*(X57_yl zlAT}vk~`mM%rt@-wew$gqZ_r+&ADZN7AsX1ZuETLMmL(FHN?>7Uw)&T#~kt69`X4v zxY3P1;!Q4?`K2~GQztru6Fm<$+HBU*_iyd@5TXIG3#X^2HY&@GahaUk_b+V1aW9BR z@8@Gf+~Aa-Z;zwfRdlslujf~Y+uQm4dVa0SHuv+P0l>`m)`)?^Zdm+VLR1DwfWPyl zKcvX3do!pJ4wtjrclWb*a|RedGDD&gWu%=H5TC<0XZA@Odt|vCh+e|!tgr}=Bxw~S zaQ5>NEpC4M&WOBL8KsnBcNV{dI@l$5&#~OE24gUMz*UozmReKG< zIm*(}i3h}l-E@|PuyxzAkV!~3@<2#>V*@pU{C2TiLbwqeM3n!X)u#tSt5O)Ws7fJA zq%df8g+)>11T1f=<4yX*e(fc1or(?feL0 zmYUW5-Es~u#UEohi9qt-9Gg!$zI7T!7o@gbZ^%!8XCgk`5v)}Bx`?*zXg&7;TaRyG z61xI4KF%}HDhk#rGNo03QnJ0dBYwK^H3`=!nQbPZrA|`VuEJ~=zpC6#g{N3dQY#W> zPO&IdAUtO=k`K8i9%+tLO_G$_IM0nm+TkSY&<=I5t3SPHDMjw4f`^Pd1Ww(r$o3)4f~EWL9*sRs6tL5ILdZ+^ja>HlW!S@zu@bC4da~c zA}U#gHdVl5K(w#UD_giy?uj0Uv4pEY@C6gK!Nk>j43Z_NgEHr z6NXLQI>J}WO89CCU9RW1=BO`jfWK1!r%XNoX=^)Q!!N|sCBB1mZt#A&g^OLyVqF_K z9FTm#HfMxgw0k0)qhAFD-}x_(?=q0{3tyYVkM%+=LU**w}5a242RM6=;gu6J*XxW z(L<>>nNe^2C%WWfJDKd?*c=|-Tj0HB<-|xpM!B1>uM9~VSrVpa8zyp?55Rcd%w1bb zn+IbFrp6-=Xnb|cg2|~7W?g=ltkQ_|9ZS5BRC`$>G_!O++Z>ExZ8qiwCStyf&Lh$r zUPix#{GemVx`*8$Wde2s4|RZgfU2#hAQ!@ATqX*BGqMk4s<+mxrM0aN)V%2e^>+el z^cQ${4)MJ|FE)ly|LU-iD=gTNckmL;Kqg@u9oTU`_SOW-YzK*IJRUdxktYe;EPV$S z%mPBHDzfgN6Get8Y#`0w|#YXb~o@qal#k)+Z+ ziuGP{Bx6pgck!6o&4{-s9*2lEVC_V#c}pP{51RRZK;%E3NB`fkU0E+bqqK$9?eY_z z!MBUGxxcm_Ryf#Vj+q6(;Wkn7kEu()70ziWa1ZB1E?Wq-8ZOIc{`Af5Pp&ChpsC{SZ!b8QW_(sCWgkichbmpDz4KZr2nTCP658$;kX7Le`GbTaK@BWXGodtzB9uZju}dlP!?L_k)mYJb?#8aA{}Va< z7kvK-}19(5jR(kwK|6C^EK)UH-#O9BV-I871QZKJL!wIM-vt z8MRq`t%sX9*JJC4^Y+6@t{2G<m~j8%C2#kU=f2&z;oi^*_hMP$xkF4I|W}UmSkz3_s8n zv8ZW#b6zJ_CB>MlOcEne)WV^hg}hMKU|X#PSQms1X?Um!h6~g)3M3T1pWnP_Gjsq-;bQhVa}k)XD*hf;$<_>2lbSBDi$iQQ!5#wmOx=j zO7<)Jxqf2WbC%s|OeVSVHNq7Y5hQeO&_%GEZ#K(M;Z0ju7%Q`n;WDbqTSh-V3ubP? zW@|~yTC|*3tEK}W>Zlqn4jvWNrci;>U?>Hb!*)gFX{&X&O6ZaYf+C7Q#6G3BFwuHI zaAJh2N8w-NbJ(;|K5V>43}+3ALrEH3MukjPjV+_HKZZybp$;wbm0>M4@E60wUq_^r zZI}n9WCvPfP`zQ3hB+GT=RF#{DClXng}iDuiM5!fvk}iJ9?C`*!7Kbldd^HjCk7)4 z(LwbRgYlqtv)@(%3OCN;mK4%B3mDzWw{QXMj4slV-Y%QAU*+cI%}}fWy zoO$(&^#uZa*$UVxQnM8>`zRc%`@+a`FPP=OJPQn8QJp%rM&}#Zn&I`p%#F&)qJva3 zu*fSahrA70k84TD1+E~==rs?qTJwlLFqL7>;b@|$z5?8eAg;Fc0yiz?@hY=*Z`QM0 zu;&?(V79$_Z;pVWYw4t5M=Rg6*iC#Jnh0w!wa_>JSaw(M?BgdG-m-IeutZWHLP08 zd12S{%Aw_@UYnR(5SP!hHV8m?U~R+LTiehGazZ8OVsFuvn5-@3sU1JpTfURHj8?;Q zJU-GEuuV_2S*)*02q8If4kx&g`4{_WkO* z4QSx1a=9p%hvlMFNB5g~eRhVDLLy6N$<%HvFHc z^$-5nn>TMdN|lkn$S-Exk)(vofu0pP*GLL={EwxWAS{~)d&uj@*+M2iTu5HY#|$LC zZ@)dy*w6oH#@g>U2BYQ=l@#K6_b```LukR;hR%a{Z7GooM49-4?&x(eFhrO5?=c=5qq_CX zpH7?|obq|Vt#5N+!@3>GK%6~=z6c(oRihRe1ve>NXxcRF;yI^j^Q2AQZ%UYmOgPUU6=K1k%qhFjvB*QxnQN|ijxN@AWXDU?*3;%ap*uG9w@k3QNFjnJR%66kliQ;~p z8M-aZpPTvm-8@|XCrF^;^!?Z73R}*BKZT|RvVD?}gX?7H@%zQ{+ATKk2HqN+3PWkO zCQN5NLcNq9;`UN{u#@HwF9jlQSL?0aNW(&RC1>pqZ=^VxAbCCRtdyY-rgcKoakV*> zsOQDZ1|BR&<`-3CpLKpbX;;&yf=)lE9yyf24YzkFs@CJ2EA!jba=S}5Inx!4>enub zT%78aN4HYiLJEm0MQM_@6u){1GN`t z%dOG4o%>E8<4bXn83jwl{2A$GySRF0xI>50AoI+DgS=^9%sYy`v`R397xkbp?7b|) zmLo&gazsaahtc2wOCd~Wm%SYb2}LiS>}PJ&IZlh7tO=u3T)TCSdulpHOHeF;7% z-bKo#nOb9k&zvr{bJ7fSJPVOv8P1tj1C0%z`leMAI zT{pU76rQ^fLMnw2n$pO`RoPimrGXKkhRH>{@J5qz;SI_1*?8L_4Xs}; zmcL=o@Zg70{r@?FgPb%_Y+d`#G47 zYl8sCKp7|K)z}|W3pQ8uTQ{L@bkiE!MTR-CtJ&CZxcQ%cDIBzGY1oKYfFJgpK~h&P z)WBx`Vo127DAN#7^Q{2tq<1KD7QSRzq^#Z+=_vSpXZG!a(cS@r!mq1=q#3jp_ujPZ zRpDKCD)US*hq%;3NnuztM|I!)IjE4y?70h>40Y!4kPDg2zGNYjo-Sn4i^o_#9(x$$I<@aHV{ z4U*x{wu8`k+#1|0u@RGyoMwNCxf28+cDc!v`L2N~6FL^Z#tXy@N?~U_LyY!)k>iKp z9(=Q;z|`$xZL8dD=I?Ht2Ii8yoFtKAaV%WSm^Oq3Ds}k}hn0JT?6Y>}5f>$wJ<)rm z7m&4=ovL;h?Z{B|YZBX-F!?oeVT5RUO1+3xGnF+&)l#g4MzGHqO^8m`2n>uMDDPIb z9#DQ?M@G+EK*Bj>I7Onq;Ry>4$wADkcn&QvWck8@SdV^SNsnhxBQR8g)ur1Iw=df_ zXhBK!j(6yS7q&!N(K4`EgWryLU0h6Y0&Keb9I9C#s_!o3jG> zI&nIjsGjW#ZoNp*0UPdsL5?>$#4$rqea7Tg>aW_ z6~e>~vBiL=Ln~UYbvq{%$&GEe(5TEktSg1tNu%Q;_f$%WgRB%fJ2oR{o1J53P!lR` zEt_lfNm94Xg{Vp59XjHX^5LsUK%FFMDvrnbudJt8}D~^5Js3PhXkv^YA zD6^KV>?{fylcQALLxW%fHi>O7CgG(}&)DKA>9Qb?bJuuV@M68t528NpLj5?aT0?|W zSWIW#m<~(@<0|)BZG;BvkR&Ct)Hz0SKCh%UVsnW}>cYVIT~vq)HEkTm>$E&6o!a$* zMN=Qrt}g;cc@Z$(y%yqeZ6wjbxH?kR=j2!c!Mb{Afon4jxF`EMfyOy9)NT>z$Q-FL z9*a%H_WrcjJ{Iz1^IOd!d}BJGwTg;x5swlS?4+MM3rV+*WAQp5NOjg4uS@epOD?Slk&^6R2siD|E1}}@mVg;6_ zd`#hKc$%5Qqr`;TTsj5{^T*RKv;?Vz#Jq_s58H}k3HsC6)+)FZRQ2-qLoG-OBd|2) zkE&c!@V(1)Z0l(#-A0RP0qd~+Zn+&UU&wV_SAjT|DH;_|s*?{|R?0f=SJr-nc1^K2 z2z#(a8dcfsSUVRl5TKHWtJ?GXo`O0SiG=FgUnW!r7qFmFNtJ#pD4C1@gfhv{8U?HC zRy@?Od2)4K9LR3#Se5BbT*=(lP>DAdK3U+m!|yNQo0tmj7A=}cVndxn^XJ|CmI_I% z*4N<0v9&8wbJUj5Dr~cj0@Yas27PsOyMi?S_lpg^Y5tc(w5 z7`WCKw?7-*{yH-EH+g2D%#=P>qjA6TsF3WkM6xw0QA(FIDn2DHlfl9W3SGXlRu`@g z*N>Hck6urD=g~>h@`r0bp0Ezxc;TUzVqx*#$Mm@%g|tpGQAiWAMJg{k*87Q%mW$i@ z)#~0kCfV1RXo)&oYXn*IAeZ zm#FyBw4kanFws$0KcB%YIj ziBdCUbb<8uk)_m79>bcRZU%XSj^5@5vrY`Fo!t_@UER)G`RKG~mv+xCu{d9dqv$*e zk4r91)nEr-y*m0v6t3m$%^X6YWf;2`1GN`e>rv*hCHgAwcvtP?O(%QTf%Q)-X*+z= zCVi=U!7?O`#Ul`ab8@FQKT5V9e>Q>v2P&!lWoo$NhItabH?;H zzEOJP3XV2?v(+1vg5KJ4qu@+44A<**h>n{{fz}JhxTCKFz258#t6F4S0ERP3UP)DB zBJ)?~f0pxG3|0TIiLO?+z`Jj0%Xo_ng3pdXXfQaGP1!{A?Uj+=3{|)+X#S1%>IH(0 zS7{2}C*bdpWnJvdtDMX3anD;fZOcm^h+4!ijbW{vMBe zlw=N7gWC&i3q>5oK?c0b1PypQq>kVu7>S}oV)2F1v`2M{%}B&&T=!thh>l5*!Fs7E z;0YV{S!#bLOYH|H<2nU-+O?c^kFS23ecE**h)VZ3cSpMZH`LPj`Y-=*{nxJ_bB0oi zzCoTfNzWW)7GFg>Z0_%;|6>vt97t2AkX$k{f6%?{`;gJROvQY`;{5jh7V9aWMOHNy zl{j=lABXSafX5LQ-nDPf%#r$FHHlWhU}tNfU2)fTb3uQ9y;FB@dCN&{Z|S?T%^=Fr zQaWtvyKVLuvzjPh8@t}iZy^jJV=)(nLJ8_J>48cjN^&OUcn^>7`jtxt`n z-WQoxr{l^TsB!4+9d@?cA{%2zyDe>x)B)-eThVf+wu5Dvre8ANu+AW> zaa@Lx&7*cqo(sB4s@947oDh0jU8-u6$PSZr;+d>3J(0xUaY}=vrP}@mE;z;WZC?gq zsI741IveDk6-(NcD`%GXTPrq2{KJ+C>$nAi-&nHFhVAZ9fgqF(bI(1ZZTI_{44N0s zB{?33t$ar+h$i96GkfDR1Kll8e7Bbz5)?@sA&u*b?C>n7B%z@`XZLKd+&uF=n;k#v zXyjOjC|I|c2XE%Gjg?`T%Jd-uEWgI4Oae314rx#IXulD}&<)}q<=h)B>Uwn(-QM54 z;U-u%>Tif0MDrr{B<>WxIg|G`b4bfjwXTMfi;FDf`d(Nm7{1|DV*dQY1xGU3&+tY< z)of!s1n2!WQZEd*OrGW+W2j#$zs5Xv%wy-aFBjK}n_)KlSkF6~egz2d2>I6`Y> zJenzLdh3$jVx;yfgH-be%T5w?Jm<|YV~+$k9i8`|M8(vh}(NM(E_S5s|$7Hoa?$gR)l zmF}(QAHA*5cd$YY-@JUyo~8}7 z00HrCIWw2f)%)3cb_M;R!3+;_A}e1lyzzcJ6d%1d%OJhf9f&fg zUV0)W5Mr?+w#^@wNJn*!%GiI+BF#27j}r}9QJj=xeD|g*lu40Q7%2ofeCxf z2P$f&?fMq!B(o;+UKY1U5h(JQYd*8xobBPjP=tH{gW)Quae>(^!;vIoL^?U}*RWw; zCkHe{La-B1PCle%N7q(y(uh(z>P+hmvsJVFegZ|LQzx5rnne;FoDwoxJXq zssO-;_lxZu_rvi8tzq>F?16E6EvQp3nB7#9C*2!Gpc-liP+O1%B4)2>Jh!AH>%~UR z+@4jSEe*MCu4cm0co?9u$Smw;aXZ_t)}f@;OLK3@Rc>oC9mF?vG!V(4U-3ZZW=qT; z=E~-OuI@g)FlxfzP)GQi`Qn%ddC3f0N*la47vZw2sp)=R-4bP0;S{u=)!Hb0P^fZU zmgMS=7=Eg$?`J|ZnazYK;KNyTwYs^1%N(u9s;g;hc(}h_`}fw9#(u2e*=x+b3Ek!x z)!v}1J8H$WfeY#9#VkTY+B-APk-AdRB8p|?p&1<8+E&-|ugzhBb9^1_M-#U!T%qF5 z)+gJIJG71kiDAUprOkukFx*d+$#+~|Oh%CH#kYvXdNZmiHz7)1M<1}Z|NGg`bAHc| zU<^y56@=(y#&P{&wl+85^|e{Kb&w@l1=$}4Mljex2@`_RK5v9x1L695J-bn57wlo4 zK${2f7HsXvfzieGs|XBrMJ$H8Ei~0LI5L-7#dVOv_}!fRNmBe3w&Uz*3oZ)m=cwua z?Q-_+*^aq$lg+M}EVM|l$g zvpL3z@KoE)$Sb`W8+7PiFE+@3^oBe`1In@X!Hls7>*nhgW{PLPj1#dv)pLL~^|G;a zUy#z(834nJjt~VFJ%xv!f1BOSZVm5wZp7#otYd7!`fqK-RQW!{U=(z?<{qxO;zpEe z&0!--S+0{^x=g8;>biIq19>K$UsZ+%1 z$U;(fab(;e^2k`U7M

GIX9T_TVR zu*Czl_>Z||JBF6ILdLWTvy%*6RbIFWL&M#CG*PvJgMr}BWR-451sQpV^YT}a2!smX z0DNO@r7u)FN&2)Ln$DSTkkDy0V!Y9}r&x2m|F zCD!cH-AlO7vfAR{)*=Cq_91w{vi^J;o&Z!ptG@vy!@PwOZNj7)7idpWM}BB4=1|?4 z&&T1QjYB;HXUN#c$9Wq{{k*pGb!1?%@k$LiirWM3+(aXn4YF}#33;}CG$DHhAoUbM zrM|jK8NXg`;owJRp-HDxGzm+7)KwC<-)fE98m60k5;ts4`H7wgy z(HX~*#0gaX_&yDdeITU`z$@A)>47)ML-Po?~@9ySnM25EwND5)m z>sEDXt%VdVS4Th1y`uQuv?p$jwV6jR z-p@ZOPexc+uZ~-Zq-5=2F>{yIN7-ri7JzQMUXZy-8{fgj^k0v-I7(fov2KYa{BY`+ zD+$S5i4LC^&O{x&dMz!qPAj}CEGa?XZ5>03G|_s3ZDHB5DxnPYj|%`~6>?zx0=RYE z%l*r0lKQ3xA^|<5H~FO9ZmzELxIM&_2pR}l(HK0Swtp?KRU{JZ*TCT{+pdo?X zgXTN4N(ap}##+7sG=unY&;%H1I^&H8s)kU-LZ|LwI?_v8^qY$NuHd#R^-$UvP0A&CjO}?@f|-A+E{u zwzh?@x>V~XwRNF8s#xI=Qa$bmBEa?oK|LvN^%q>)YS%6A-v2?;NL&$JYw!9&cB9)w z{Y(jQT_)*5j7JTaq$@T_-^_3BKF=K6j`;7+_eip;$H7l#Qh&}#&~7yhKoXx^P^2&n zNUGb_HV82;L~VgKpWt4^}+n>{cQOb3|kcMessh^#pF5UWtySQFHS9aF@v1C?Mr+JV-oR^ zuGFDA_Em|_2D>U%i|9zH7MVV06irhqag=ff8W*#i*~F#`87(AaD3~YCO#uzH7P)qs zVY_;CK)*k7->OUBZjV*j_lDo4I{7Hkh9{>!HW0@SZMcAZp>$c2_XbpJwO=3&QUum8 zM#__LEF`=`tFWr7WL>pvDb~vj9tFW(927p{3e%B562!Fh3-l{TeH-_LYY5`7A;}%$ zu&c+%EDph%1SX~X+pE>>^#Xzv4YBVqdJeM+p02{mtxqkmO$8)4%mvFweEsv{3zpaJ z#j3n^FUIoPIthPAE5>{@ws02k!5?*;s5mpIG$wEli=px@xves^_Jp0PV5h3MZIe^w z+1$0KFIpa;4+Hc+V*v1A_Ul7wr3P9te-3+k0Arg!)Vy%BHT-!iH3d4VCfDP*m1McQ z2q8QTfd%cMpH`Z1I0R_TpAT#3%Zt3bPO*U;jc#rda-10HxYI%S(fo`o=o9@TCG()L z?pV_1{Eq7whJz1Y*t%t$gQAYwROhDfGeN6%H=8B|tG<~37L{c))a<+{fy}4KCsX)9 zMZ;E0bMPoDb?ze1Vo)fG0^gwH1|M2)Q1xlZw3g}cZK80`27^4vH|Mnfe+fgx1 zQd(&2#qIU{BiqaPsXD`Sc{ej>Sg_M)6obp^{ru`D>|2e`&6ZSCY@zC0+csoVuD6E2 zoC;ui@pROuVd)XN^Po9ACQfoSO37axWl}`V&<%lcv)BZkzQtN9uqVx#m-Ia4KDZ8X zZx}vNL-47-UV%J8F6c^%;?@|{?IH~Ep$)el_d>+}WHTm4X%iM3pp{qz_{;D!IKtY} zur(4_{C>TClOQz}0jGdKuqodAK5p;9jv1(ie5Z3B>e^g(biO^77zI1ttJv@ zS%g7)Bv%We^bMhKDlBiLJM>zA#qIZYJUTf~#aoBqAU`7hBcs>(nZ7369pTbU^f5vf z50?U^hh>yHns~$@t%eG<_tb`{2-*@P4T4v z0_-Co3@qm}xxFx3@D{9{*Z1b~u@$FSw1_clMnTN5h5nox)^D~N*R`1&zYBMELI z#-tbl8V00t%olYd7_{ATs@{Q4~7>@mcJ%dQT09gy+@EpUO_z#-!wsrM3n_=M^MXKj5%>ji)K^q{I2 z>Km>X4hmC@16~Y7JPn`(#MOGWT*@j87sN_%ui;;t_n7(jhKhDcX;FP*U<2W+^G9DVTdSIg7}C2_U(%A&kc|o7%pXo!9Xz zdh-*<>TUqjRaJ`V$fgu@lUy>64h z>;gy3uGbAouI)EzM}aZuA9fmf74622fRDK7VukcP^TJGcVbnqhXERvV=H7LBJ5>>Q z^5G#RP;w`;^XL;DjTQ$5@ezXk&lN9aC(w8p+Y)4knNkHZuXC>FLK(yfEUE9JVv#>g?hDNMt`OXwP>y#YdgD(>~meoBg;|cxxk- z77hq!lDu2be_pKaH{LnL<~p3$l0jYz)8EN?B92mfPzH_T0h2`DO7JbB9C%CSP4}k8 zeX%NI1KSy6Yc%uC5?wG@J8bqdI%9CdwqSI4gc0iVMBFEdwfbJJT~VuP!S|LDcmY(_ z9(-wcmz+!Eq4{=NdOhBh)cdJ(RA+Q@!tNl3PLz%Lql6hm@r$>s_52-{J$^}Q$Z>>$ zkHDShYp6E(LW*YI-UmCdhH|N91KvUDXbMeR-p|SP1!IuPR&a4C?h{+GPKc)i6tBW8 z5lucn{BZhD|8yG1=D(usVZ9*nW=LcLM3A6nm|{V$4DEX3@d?g(#(>i*a1IQ`nD+7C z8CbWbsd**i`38g2y56B=WNg<%bg$pNnF*dfO+E!*p(D@iNKRVG zMEGj*L(OhOteXQy%#YjC4~y&V`xDk*e-~L(o+OlJ@*Y^CKBkt5LuqxazW+&-54WxJ~#zj>G}acl$T%Nn;kY0hcsPZysiT+}>`6%`q3lj~8ClgDS) z3~fO$TSxO>griKmhN!?6{xfFt`j~*=E$oA#h^Py-WcU@-hS+Rxl#u#Rd6oKPN@#5* zXO?kjdiCKJl8Qkl2KU2kyR+U2qew`ociF&NHN1gfb2H0 zr`_Cqa?&{>5LTCkA=U$Ic+xfY{Nt4wcw_lR=zx@MgW3!DzE6-qS5g$)42TT|*7JYA zU#uD0E{nAgvo<7?9iGL!99EW}%UocN@!1)+EEJy&GuEkUPuM+S#B#rnm{=Ew3tr%U z8rt}o@7d)Jh|eOl0>7D?f8Rpv4VGggbXnwrVctysX8vhqL<(x#am>a}Qo=D)4ZC`% zCWR?G+gQe}JZBqPvJ~9a9=uq%^-BWWpl!|C5eU=rPGbqG!LaG@PK$<&mBwK1<49Bp zz>?!oJ7t3%e(Qrh@u<7Je!Sii#>Tnvpg{Nz8OKF+rp+QWXE`-h7kanJ%2y<946Mr_p4fV9ldv9}AN)N?lcrUbF^q_25=`TY+G;5)xGR2l z;09=AI+o-N3%+Z^svwNpG1>xA(r%`Z99Z69U)|PRQPBuUXm5V~ojjnGMdzb5->&)QFW=P~Qx z{Ed;Ap@cNqfuMXH*A1qK6`=!Yq5%)s?wI6O>j?UwD*52>wt5A8pu;3Qbndi6nNkS8)q za!#oHCP?@hq~k!dW1u;G;ewUTu4kovDUBQ)@1zR9;2u=4uWWd}Ol&k80~e0LuNd{u zVi8I>`q4>d$;d)^J5f}{n%;u;uD+IhMs*x0qcz@z)*w18rRcCUe3ZekiRCmffc39O zqO`cKD1J{+^}chB4l;wYqw6`v>w~%g%IJK3WnKYgYV}qsl}ZVsckHkp$Ae+XWyQX+ z&urm+sEGS^0cG~MD^-`{VR*q2epKQ=rc@p-VtE2jgdM5=36fr!w6fG|S+`l;%t0@} zD+O7m=&2ZAKCWUiXjni`uoGqIo$00C<#oFX#$<N@^-vDw_MP8P;6MXf-Qwb~vR97scZ;)dUF;G;jscjL@~}r%(1l&ul<> zRy3iUz^ts)-h?@^_;Uac(4tHW6;d<->0Kt1U&ZR9+S(8s(eHE>=Lh$_MLkU?t<$|P zfL4aw&367n^djxqeleH}d2Bdx>;X>EftnV95*~!>VIcb4r&;2fbyRXb9=NDv_;40! zIVsxQE{t})m00Mwh~u`|2)@OSC*PX04yF0lo4dd9I55l^h9KaJDMwG>i!v#{n0LGg znM6Awnp7?@Y*Mz17RIiBAzu?#7&4EW|B}!%DRqeTdT}!|$CmCy4u3JHq9rpe&cwc9u(Gp0_2L{plRyE-MS zjsRGatfu*1$x5X_Qy9mQ?L3LW8{l@yv7D!QH=J2u9_8#D;FjBiA4z`Yylf2gAbWzA znI>sVX1Y*$wS!*l^*lg*t*t7vq0-z5_)_j)hdg$4V&-E>>LoJNO9=`l;g25sZFNNd zI{DU%e1}?QHary{FxT)pTHS4INb#hkF3dekV>XHt()z6PQ{=ddF!;Eho&!w^Wl^w~ z5ncW=uIbqQ)rOxM>cqJmZR)uK2cVM~`K%yW$0Q=+VM##(fwfTlv0>x32Imww%n3ZX zzP|gLnE^obAcTxQKjy#Z+}Q>VuH}MS9T$7Ow8dU86RTJdb-@G}TD)N|l7Y%LWG@k_ z<}7MMb=HaBituaBZwGn@f?m7)%3prvCNd**uU?|X$k18J#<fSd76HO+_%J#b4=0D39~81TyB{zsTgYxC$+bOiWaDAa+6qlWS((5G1G6*PAx_F#bBzMrq>+>BVswYipS zXFtytOAMXgFG)j}ts}d!+?)yi2{HV{$Y{kMbLwN8{1)U1j%LDtOAZ9sJw9eu$-r;i zeQ_z;qq#3$7_;bvq238b-D%&< z-$U>Px?K8#@!A1!3!6XtCz0evd8|?vF>q?+GR97z$v64Yxyx0LR&IX;k2F3629^>W zM)ef=1`Lc$>p!FWC1z&<_UR5bxL>Y6nqQWXAjH){z*|VLS8inre1#8;$ev;v)fAGh zl3+Ic`^no4CKvb!-#jRF8IIc7ECG+v1&>4M$U4x0`v|?Y-^^}*`lc;`5{G=n*O55} za0+CN(8j@{1-&2%qead0kJup9Ipah`ofbH99*j(zk0T@en89I2C=q=x+9SXGEh?}` zidI^J)kJ@Z$CcdUOm|ZWxHEJ&&5UUFezk7JTz29Z*>vxCkjH-Q2<(M5?crJ~60^;E z;FkJZ;^B!SK5g0`ZxYj6BJ}1j;Xi3#JfhkF)wqva548jip|)v(-&0dCb}&v3jqK4J20R-8F*?CE6^O<~IK@`-E+^ zJFWb$Bv5n00YXMF_l03;9^MNpVS!C^h>@PNI9NNSOS{x76|*8c zrR`$DaTHPZ+cj6OkZn}qt-F=Qh%ufB=?ZS`rhU0nSX8Np@t zPSV5%y&^tp67%PoY8+&JRpY>XIE%hEGk>`v2SwGmA_wr{z#<2|tgy{k3i#lS+Joxt z?$>gEk%I&!hUCC`D?M)&&f9mz72v}&&Rgqw>u}zIo_Fw^^EP_kCY*Pu=N&%hys4fy z4d?CYd3*ckt#RIZ&s;rK*93>NlhFu0a{m%p_uOO+yhz%zVO;C`yR9uQ08f5Xa~DuJ zBuM;p5GX>lmO2M6B_XnD%&u%>XtXSji+(~z%kVcauJ_a2{bn1p`=RFFOJ|CFoW&km z>>xZrxFueN9E~Jt;f|)(5f`(!pYz~z6?|^&XV3wXape`mr|kP=Y@;ZtIzD_sWq8J; zq~;FZ^0^;;=APV>@Az{O{GJD&v*2?YydV3&$D`o$F!68li#<1w!!6K^CqH7K?D3i)N_93%&gho&{ z?u?Bou3gT_o?!ysYr%A*k|G4*u)4dNood*@vs}0b_NoJ857pGVUTm&bx3@+=nO{qI z@zRJ%)_&6sWWcB&59Hza2zc`|;p2e-zg7wG0rcG&06VvtaYk$~=Zk8uNvlYszigIJ zlU+F8jx6CkqO0Ac>1wayI&K|8RU>-!tv+jp~{kVC(l z-_Fd5fKISXuk!)por+ zC7@2Fi{yjJ515_F1u6zrEc8>`dq>01@^sm&&Qu(!&=yGim7%RsWs4~Q^yYMb_oIrs zPNW!6%yHB?7i)1Yy(-RkMG}`~enypjQL9R6z}1O)@vZ^QPnb|;_}h0euaq8IL& zm*%{heYsn$-I2ZU0Vk149W_3;7yf!k@L`~B#EvM6<4Tf%LitlevF z+N%Iy*dZXy5&#>j3GvXjF(e4T_WhuQm?!MXjjZKrZo{4oZ5aWVi{*5Y)QCe(?3B-I_kov*?C;Nx4;?D?V2l=4M%^%xtbEk-~ zD}BWX-i=pchmE2vdZkTE^lB8hZ#qS1(>u3NSbEsKyDghBJ0Kc=eZ5uY~u*41sHw~ z9nx1AoIKm2f?789V;6lemubC8UW6a47r_sw-ytEk`yVIyFwZUT zhw&3&@g|wnhZ;#N?k2IsBJg)+Bu|7vkpiWc0ay02wFnCpvs2ir>XZ>v(UIyqx)5b4 z@7(N>rHZ;?IR=3qVddo4PSE;G$JU$!5bT)dMf4j*>z+G zb@3b(H#i9fZS0`KiU&oxro?0`SJNz4gZA8@qo!-n$_{Go2T)ZfF`jg?F0?E1m?LLa z6j<*Q$$Fkh*7FZFR=F=E37YGP#4KqBiEWkZW8jA5`TDUO+$>~!smIq)eD@-_t6|=? zf_@sGiOYmWq@rfD>}mg{lcaxe%ezFW5V{Nirde*TS&nrasXqvt>}8gl_cMt+^K4vH zAQL5a@jxr>gOrhJLh`$=0`F51M+qo0>JM@PwT~f|iI5CD%*G4bF-Mv!!sESTG+=P! zzkK(27^LVZ42sE;FpdRA>)2D6pdKIwwu+k5uXBr-D)vf^IF%l>!q@h?2F1^ptB@^e zU9nZYdRNjfQpa9eYHj01Ftk8l=VzSQ&v@}KseaRNlk7G{49voPocfFm-u*w6TtL6G zcU4me`OXc6z$CGnL<!@m)(Osbo?v}|&5_a(;{8#(l1VGarRtK}vbNOL zHzIFSaAo~(l#mu#(XGocW;kzP7z1966=OlXT-+L2{1n3yvG$7=_&7Nlt(-W*WpX|( zUSUIdE=kVjy&Cf2jka)-92*^P4b`boD%dR;QTs0!R>!F3_H7@n^-r~LBNg)GTMP_h z4A&{g;9q%?iS1TIyzG)wHV%>4Bp^UH-69T16J{>XJtiNiy3j#EwZ;yOZBC#)hP%l~pCcOL$rLH` zHZX5wSc{I^o>CQ_eOeB!>Mn?o#b(U1MqrlK18!c+m$ zm8xZlG0O1~M3B$du9(-v7Pp>YaceeFpiM!_TiYlFIZ1w$c5E;7x~a}=uNO4`=4#&! z$lyfQg=!Pcr$JxfEe1`2=s~hOCfXv1*&UNqG-~b?F&IEw8hRY$4|`F{KfBvjNHQr zG2{#er0{J}(SBacKs8&>Zfw&gWjPuoULFzKij))_NG*s%CT6=uqFUn?3B-dWmKvzA zQO*)&qY6p5uBfxF=4kELtEI@RNUzVDb-FZVBrekvIdqzJ2>t z#AekF#K!v&YuAa0jXM#WReKRjRq;c_#?OnzJP%HC+|ehCzsRU!B*=&V<*VKluMu)>9f zwGDf-*?f>-iQgqHPawSIkHceNWdkk3|4xq<220c`SOOTTwP@xNf;43lma4|r%iJ5p ztspoB-r&U!j5tva8h^1@tMzqzvHKT>@9^{8wbp7CsNpT3a^N(8d-G?HJ2gUGg;S{b z*2D;ont}=7roxB~F5hA0Y04=E7BC`If& zyrA$;4G1X5c5KYD_&&}JmTA)v0ZxdHPpNp%IoM@BQJ)J?GFOPgqT(S>8^_Oue5w5;CoSgTksaS|J1qbBDxIaLjT^mzxts5qPrg z^sFeXI`ci5EZy{Zr|1(#>rdsk6s=Vm8IiP2pysqJc%FW?bO${SpQD62QUHqglB;Axb2HyGx*^A>wJ2sbE5 zF>IF_q)}Dw`w%2eZ1MMg9^804Ln$x#wt~1bjQ+Qg1~GW8jGzj*g7n3s*Z+2ZbBCDm zhK^p8=tXI{o~XF?div%?O;xYCYE1RHsE z*5zSp4+6oBs?!c$?>#rQMj{&yZm+MCuBY5DxlWiKtUA}J@mDvJhe=wsoiqpZqX41y< z_qgz2n}ZU1Mw)oocx4UY9f5h=>90RDNb_?ye$=bFcvzATOD{MeJf4q>32+vYuH6h6 zH5ySGKkVDakv``RX6+rcDR{efFmLbRNa7RsPS#T|>XSy!$DW&L6t`H64S{Yx_cY=< zo|S@dMDN0HMfh_wP>Apk4=x*ANUKZ2khvt627Sc;T_AqqiKSSUmc-J_#5D)3n8cgP z3U~>sA3AkFHWA_%{HIh8uuCfjSgIff^$}|gT}l)H zsI=&lE8*zVl)=h<%EV_n6cu}p_A8IQR?3nQ2b-g&F@G=`f#Xtb ziDIa*@Oz{9V=a=^TR%d~IbS2p*WRBf6z~*`DpHw{vF(KCw|x=$OcEt^kCCL}8x=R7 zJC%@7)+BkpKQ!?|)g7`@5mX<7qitrn??6UP^NW#@2q(V)8RfrHG8!9ZG#u|>M)!AyhOlAB-xUd^ zy(e>`{E;LCQ~gijL|HcprIq1CqiPo?`g^6J;gi|WqiJaPKZgzNprH)BX=C#TE_2m_`4P;1K!_q$D6^cVCM7RB2V zV9;dGr$<}cj5=;|iWG{?N3UPp-)(cX<_&pJtYS@; zxxm>l7+S~U>L@VIGGf|~sj=1}VXzlFs@9^qM`r|21@vshH@;P|BVpP#me+GpUzSKD zzCn%?dRC;QYzwxnwQdAQ4U(oqCC=4)H2|w3r?SY|VtK!w+X%P!tL3#mofQ3kyJD){ z;G3Jd$|V)^ojbLKp504C?VL?^wX^|SPyoS272B!tr0B2#T3&e`g*gS$s|cNCmX$M| zUtos4$1(STIXQ9?e@L_4iymMNYNYT#Bw$-si2!>F8T>}M2B zaVcr%QZ{o6q@I@MgLnO?6*7`A{sN)|z;96`Cfqk()%;nTm$Cn%nIG=VMz{LNQKv3dLG{_bRWH@iMM z!m4|4RnzC#ynY0V1b;N|AE82lpUunWfujo<9V?6e;6{eRcxL3r{T}Buxc(}o3G`P9 zPa@y_D%ds_BMixl(`vpXM~9SeRUdmBog@!(_~EaD!xvwU!+S`1HV$7rz~O&6&W?l0 zcIL@LtX<~z4B&xqCKXgLf{Y4S_dEHeDuu%(AI)_z1{&al)mkz0%)aB9amX_r%H-`G zEHlsIqal>EzgsW-#C7I*m{idUIHi<-5{>=*?n_soqc>Z4>>*{GXw$-z2}G zZd%;A?igDfLYu^undPR%3~*VP#K^^5q2;I<@$K)fW&qupIlhaxs^$PW0wuWIrZ0`{ zrb5dRL%dXz)W8UFV#g6dZJ;~GlWL&lGlZQ%upWGg6aS8SsKl1LaFhbwuk@P?i@i$7 zgJ3RL@_F%Ysh~MtSA60cg*xYv*LxSo#mifs6x9YY3a17$Zy3#Q0MF1@k^w=^b}5G# z)T9BIM;~*{4$zy*6>M_VajZovCD6*=pe-HI+c5HG5XgFhlV=$oA5vb+F)8i2DBi-x~BdLXkDJu>~P3}6ad@M zbOKZnI)!rRY@<3rO=5G5Awg|}!}E~NF=tlSQS;=WY}$6MuO=VlX2S<)XrSb()!Qzy zimVB*qmz{C6`w^3)%M;kQEgWSEzlD9bh-L~y$jtp@6D?Z$6ks&VUz3HLP4#n3NV8a zT-f9ua1OkNXg$A*n7QNsDJD?J<+ICRM&-3;6IjN-AYaU4@y`uX2p^|=cG)(%TO0ehu^fJ5Z4H zDvDdix}8B4*)N2jDmL_y$4{V-{|fwoA@modi7S7 z7oS*u`q-8B>Cp#VAn~QhnO>8FlS;*+~WkCot&RwffszD%h_(q6BY}t{C-SX zmr%oY>!i9I@SUGWMSL0`{RJR||NK=Ima&$6^x9z!9+uJy*e@93^|&~f%>wV78S5Jn~$5N!h){c!;r4%Br+0}OOGqg3ba1QgG zcGYTVuAh9^aQPO+BWAAV43I0?9bJp){e49c9Uh?Oo4+vOg~7FUQL$T8_$*KAitTbW z-D(t8(}jtW9TPPj6D6G!Ro+B+FyfAh((Z|pxMQNUbE3XC5yTvg^Nxu!|7GiFqUrLE z>C79n#eHzI^vs`NgO!66{UcaI$iEj9SIk-rCRPasN zy&6Px!)<36dULf6dp)!Rca%5|ldX3YSKJS$XO6;VFh5c)I06+@)SRv9vV93dm8M~@ z0u(>CQd9I7RHAydI3)kNufhsvRr6`yU;_+v`>uYPeLAM%c;El-U#K+Faa4&Txx2wb zM+&o*WJX17C90k+!*2-8=yW~LOML25z0omcpQe6tJ*OR7o{@Qp{@@rYj>~2wrzWG^ ze)#4L&~&we+B+xIkM(AL1DyqI#(}-Kt8)V6l~=|28?Q7o!+~B(z`0yXxB=qbr)td~ z3v`=KD|CP5QaFucQd}Jb^J4TWQtg_tKNGkY=h#7ZJHJ&}9bzug>>4~~v>v!-%(L4M z(8QZ*0(tK>{_FZ0T(42B9CgevPy;t|6b>W2zVGfNy%UM-L}&k#?$X?$dd@w!JQe;z z0xNR9{eWU=7i{sPjtszZsJg1b2dWlMwcMWtS<3W2A(wrRR*t*ZWzEn&Tz2lm?>4LZ_0`<1 zK$=Fo75L@Szi}}k)&?}q#Rjywo3R@c&j)$;uYTg%H7<*(_S?PF)=AMfvs_)y^(A-P z#dJs#y=yy6)e7OTK{Is%eIG#T!?*y5k%Dk#n#6OI6Ww3NuU?5U9Iju5rQzSkgR45B{j5`LnZ_{Bu}uIE(o zohPD3>}n$O#elxBZ&cwMP58!GWyfORm8{AQ($FBX;DSpKuWuH&b1oDrmHnY%6Q_1k zTgiv9!t?M004xa$W_L$?9HCRFA^VYGIvC*)y`Wh!=7;X?mlB3$SVJnO7+=fNGlb-{ z`JwTv9XGM{QdHC+ypI3zJpS0k7$cIf3tt_kzE?|gv$~mY-$N9P=oNlZ`0#mwB8pW- zetQ9#>2nkZa>EAbnU?*&h@_RG>h1G42HcI9!$i8 z0;NM}Q1|#Er6P~L-YJiLmRJ=EPLC3nLOE!+v{Ojvu823jK=Wl}lrJQTJS>E?Mt)Ep zd3L$uzf8X9SbHcj?3D<@E5CKGw=V5LuiAYT4|;h=7K>NC&E2fw9STKg!#mWQD!lj( z;NQQ>3vAG9S{K;oUq!7;CJ4P44ffwK;e|42VtsFLEkFBpcth-E{0}kthk5z{j8~=k zW1B2u*E%ZIYP9F@$-E7DZ1Z) z4cqJL7+B6(B&Se)81Wm76#~f&1j|zr;f?{A|IMQP3s5It2A4)%wE_+)jnau+52R^fGQ;R*8*% zhQ{c1rcN6^FqT=w!j?)oM`a1Kfu?c+!legi)fTJgE+y&EeTL?c>BxOXb})9>0!~~w z*ATLcUU)r^D-K;29#5Pdg&=I~BAlL*Qs^3&qb6A@@`X*;la*ft(@N+%6jkkgMFmSS z>jX=H0xweC-u(p(D6qZfooXno4M!z!+({(AQKO2tfZ&k&mAQl(e&m3ZOXZxmMMiyE zXv&yn5%a0%O6g7?zT(^iB;LeztsA4L*b?7Uj)0Z zFe!Zj=k!9|VVF8A7f@+yc6fK%#Jl9YHwM8QP54G*OOhZ^eZgg;1{v!?T1#R1W;_az zmsTsO-7#O=w!a(Opi|#Xo0g6D4}bUr zULkE=gzUr6p5bnJ`dcHnSAWGDMm1>tX7^p9oZ*NO@mTZm=JHroESF7+!sjGDuT#&8 z8ol7TR1S776=CC(Z=H}$i?J*>uH>oIK2@DL$b+gkN3Y|^K8F_B0eRDl9{*ms*^1to zbgbQex|;`FFpEVIhq|cN%;U8Iyi7#6ka#7K&e?9lPqHFAEb_A>=dCt(6X8V6eEWGr=7jwe4OdqR@bm0}XWc1}z|O5F1u(NZhKkK*h%1 z+>oH-Y@7ySwu+!_f;4)oCEMn{?0hiP^A{=x)6-XZc1~ z5kwp4CG0%f6bP2n(^IPn^_)odH1t0W;a>!+dJ8RW4PxELd9wvNmu9%S+@fD~+A#RM zg`=SI=BR4;(x$sjW^6u(nn}`j_{j&XvTsDJPg@Pn40a68{&$@ng!*uyqg`ZV1*?24 zYJPFPoNXw#3HXQ|Ph+L;%7prD`e3TFfUK)n>VR6Z9{bH){{4Qo+#om7?Ws4>Z24jK zX%k6?=tn5Rtz(_qo8`KveH@(a>ga8g+y)lvu~$X4*lBC&m5uVAnGcrVZnmqt(~v!1 z!W*^oQoskr&D-yA+!oCet68)@7B0hv-Hads6S+LEnV#RYL^?F&pXW!n^N&Wo1RMF{ z)`RB%$KJm-w{av1qwr_>S76V?nX%TCrutq@FFmKx0M-h_W4{7SKj+z)53~f?JVTLM zlJaF^Vt@NvnU$H9Rn-7VN%qX{vl||+0Cd+SD=Y7p4OhV^D3YXzRl*7d7reB_bw7QcBX2#*_oAIsU-L{}Wq?Vq&O&@u)+qcXeO~D@8t*t?l>d7>qJ<-Q$1KZKrRON=j|l~o?-2y zvy0iD7^~%A;c3iJbE?5lS8p$%sQr&Sdco-i7{l>$_ubp?0gN|S0Me+xVMecL=s7H8 zj%l$^+}Lj~|9T0@ZP4Ta<x~?!8!UN=ZEc&)7#IVUchP>_dWatjJ>$; z*h?6DdEc>@Ft+>S55`>_cT=u!JSXzm?uB%Q9W}Q zhKi1^ikkTB?GM*iZ@>S67L_eUmS5)GD^k*R-v(_-Jo%p1uS{N6b^XXGQ1zo1Pi}61 zaYSkN^P96v>;ij+7zM@ z0mvSG%Ev}?zHv)%&!m3FykWteSqH1$(W!ZlF{L+-ug_k9JWl+aca55~BiZOYbs8(^ zLpS0@eg4&#sIZC`btq%(d42VAH~ZN5usFjz(QFn+0ktY`M0bBJ= zk*>^moC_D!}Zvp>;oi%P+bP!^)}FkCY(qA0Ux2Uxy4#ho~)~Kff!1 z{O(4`<)8)+W9VI`%+=@gpO9Q&ux=Og(G3t%aUNv_~$$ab-S?B~49|H4pJ zeqJANJ-;rH{osJ5oH<=SG_^Rw5|%_lhQ{@vkG4~tVHP0YZ@A?7NcEEZI8O@5J|bw2 z2+ePCL2Ew^ue4%FB2p7Bx_cq3=QH3!W1+vQ$5g#gtgduup%R%Ji(*vR!^`a+s*EK zWW@0F`R(k_Up^ym0LFq|KxEk^{nplt1$;dndq3tr{R4?LZ6;!~A-9UN42y0~evjGs z)z^mO9ItoZpWobqQ3-EQ(@Ctow*@TS^92dkWD$3~Ndep~1L_N^X-eZw@{`kuH34Yd zz#}HC(@(XGXhUlic4Ere9xNrom3omCVb?EP@4=$2lZ}75)0>7aUqBWAt zUI66PbKT1K2ZZn81121>wLI*$25Aa{b1~D+Uv#IVoxS+MQOpn(K#hjQUg8bRJ{cZF zTt_L`eFWhIK5Z^GH7~GoNMP@9$s)Swv$@{v&ThFd(=*TF5mDc~bwcyaTPH`|+`M{w zabVlg?y@B(ZK7b>XcbFuM;UxW5f(-ZjGWLn_1++-ci=gwYv-FWJo+^J=wzz22;ovo?|M=YdFWSI0SdxqLqFVdJDQ>WO@Q_ z`e-%fNb%ws-SX%OW16BzoV0xHNUT!23xzopy-$YWw_-m%c@2DhY{L>rNAW)4xn8wk zsr`Er1p@&qewIefA|(J)K&`(ey(}Yd_9{}q`jHTB6r=}nI%sjc!iA|G8+Si@P-z>Vje31#M#l9yf&ok0 z=m+ZnUGPdi2)czypj#v{l4XLR)DBHPmkBKN`!;!hOx_>;@4WcMgBPEoMw=|YOOD+C z9yJY%7T+d|?~)^FgV+E)jva>sS~-I?d0pLivcms^a+O!tT9_sAmX!YZ3_I;*R7@Qk z9FkudJOU$52&~YNYnd~3kN}GC5JhLv748H8kjF6d(~);D2LCccSiU|-Cw}q89P1yT zG>!n5t+6=w7VoiK_tqyd8mC--{GTgtP7Rv< zqO8Wa;xLvFWhKRGzx1L6h0N!qAI+|QbSQoP(zlX+xqEf?_TpB_t0k+xy$WaJ5OyQ! z>{dykC44-YF{yQ*>i9>eG5h`Uda9`NYSO6;*)a_g+E(K@$Gl*`4^z$iVH5)dt;sxQ z%7)8|-$+C9DKa4#J{E&J!;dlI;qmMQhI7pR@$8==@bW0c#7c9*3hjMW@M5a?n$p2! z@vXaMHvnM{Tvg`ZA^n_tvcgKk8pr81{&C+Ly-l*7wylhrZN&+7+iNFy(e#T~$Ye|nrg&SKD4+<5>Q6tM z!zV{&E-!wW{e-cGc!f9;i$x8wf58z5U5w++rxu2bx9I?YJ;j`RmZ{V_z|uMSk$Ylx0f#` z%WlYiOtv3g1VKg}-?3bAojF7nRcRhAR;4ep;cIH3c=X+w6CISm1NRqfAi030GWTMR zS<)9=dV5<&dJA&=aTq^eJ|Z#EJU*H&j=(AIR`IQ@;+d>M!ck$gG#qtNRcT~>F|pqU z_S=9F?QUT%bqWSAjd#sczF0x?_cp1TgrqzOYQCRmje-Q{EMU9ZxZ2O6f^ZkeAum2V zfv1mV{=VT*KJ8%ewk{`1K{O0o$Qjtk6MdC)`sou~ZUVk!)_D1D#_z$h{^GAr`19qm zr4a(cc9opw(&&CG+w#$;4!+-GqN@4X@%0x!yuJLZ(AvscqO}_CIX*l)ntkpF%e`^H z+5`tmVMcC)6Xk^X$ARp53X=tKt8A-xY;G9uyE%{S_uk$x=G)6q9O67y?$7n^wG(%P zy0NEB&X=pvz<5ibexINF^7&9GmcD?hTn0!VuJzHUXgKxjKA8M-;F{DRfy z-EFzOa@r1WK7}r{^;kj|88PvW-jw^%$Q8b-tc)`ng_qEJAbpF=pMm6ufluifUG9D& zHmS!Sxhn3|Toue!MSgUWCE-=RfW){jP65dZgEW{Lv%x zvw2iQAqxBgKG*&;4`_b2?h6C|80i=4fdpTrgzg_)Y1)!GFL&_zxHW)c{=F z>g#VnQi9|cC)xOAIcE5za2FXAuBffcyQG zFx;2VW*$6?rV^b-~=De8T>-z&(paQ}aQJmiu@F9b7h`{I#hA6 zf(}mb3ZX@6k;EzZpGI(1injk%0HRORhzJo% zhib}cg)1v+t}kL77SCjLeYCp%gaQM+ZXmm{Cm#D}ul_iru$RaT*872BTzpQ{iBg$P zc;iuAfqM(dqm(TOZxrzx?0NZ< zW}L~?HnK@sEPSG)1c2}&-QsAE{U_~x0Uf9KOXDm6KDLY7dOH^$O`)prZ0)}kK68Cb znd`+0Pnq|zwIo!PVihaZkM5p+jAJ}Lo;@j0>fC*QcI(LJ(d>-ZeFWA&cTs~B%F;Kh zWh;e!D?q=keNwQs%l&NB&wyv!avyl6&NHe~FrZbw_SXHuPMr3(-gDZ8G2tZPLpW|8 z%`b~;@_`RP!b|WK*jjk><_zL_&TbU_-g|#2FvDTYirrxDKL^7?u5fJpg1hA&#wYLv zib*gP$3hf^x{L4u-hgy#Q-xq2Wml-9W!17QG?Tk!q45-xvWKmMpf8wG9U;d!i35~Z(?*Z{^Dq&64YA^jI%LqCzaF5=BV`)72r5qK(EaCPAzxH8t zi3(XhXJRa88Hm>;f&5(AX$&9#3}OZLoiJMiY_oFkqH4U{lnIL#`oM(X6xm&>Qo(LU zzsOP@YKe;^rJ#YHra!!X?PM+})!?M9bLcT96^Ee&lT$Lg(}(@EK8>F^MbVk}iTg{;7CviPu>d$)C27%; z_ma%1tPO90h-Q^TX^T8+gOJv59L*;Kz&du)nmX8L| zgoQJ&`_m6p`t#x!KG0m$_KwXi+;>FSL!a{aUTvH*;_SMJMJp4!6Fm*~R(It%wAr z5(y^uE0ui9$b|z0r{jG=AYSPXmiBe?8V0yw^BR`pxOCX!W`zsRvkwtf8j5&!@psw* zNR1DZte!{Xk%i(e?| zci<|DThN5MVE^ zuYP*Dj|69ER_;Z!lF_XCFMwuuAe4jo@uN3aZ-`1=oL~NxPne+n>gwX+>ZhAjS_ncV z(*mwMBmN@=nhUUIB#`+fTzf_4;u2!5_ogZo{qDl!=R3fOBBWZ*UdV2S60y|yP{$to zIA6Va14b5_BPn*)QGHXjM4w^A+mVQ^L96dq{#aOr+5X71`ULS{jht1 zrw^t_8qARwZ@^oty8oV1cU>h-VlAzd^5DY&{*K##eqCTGXZu;S#?aO+jX687>ebBA zJh!;ZKitYY0-_!qWbqqQQRD4Aic54WJAU*PB+dMEezQBm6sw=yGzi$8*R-ChShh0m zt~>T{3mW4O)%^|son=eRz{>up_4Dwcuz6F=KS`TK;G*>-orTI zxzOogTc%!!b{_Q+aIb%clSQ!d{W^ok3Tq9^L`So?Z@`oe;mm-jM_M|ITrrdMwPGUD zdm^HC;O*sd(j8m|KbN$%@K64M%3Yu}lYe4o>kS11(>2N$x9=A6_UE-jNtE4!e5D1w zJH+NG+1pEJA2JBOT{uCxbbt1i4D$a3#AWA0YjE2qtz89aGv#2rGlc3bq4oX!m zzM8i;*eAtT1abIZ0(k7Fgwc_jp~>W{na0pr4R3)P`^F1P(<%o;J`L~>s)tT2)G_;0 zX|xkP2j5#2v9T&rDODs&=m}bs(m|58JBzNXr|578EWxoy6-3 z_q!QOGd?~DMG)Ee%*!JRk3?@hOo}~UWI5@fCLwmS4Mvm1Jr1{___fG%IZdV~?L#( zy}i7l!B<1C$kph589gb7fLX^Av2SEbRd{xG5wKewmgn zJZH04=vvynx$%MxII(ZM2_?Ey(JsNp>-GdJ=$14yc;nUi^$kCd=k@tFO2RL^{Uu|> zlZn8X0G%#2S)c>i_vcXfWMYM#U*Yxc;_B?Be~Z=?)89hVU$8rTKuRpyc#NaUwG^+V zzUNvVYz3+Fg)p2T#Q7GjHIXUc#no#p!te?>1 zgKG2k*9~ToG*Qxb;wxE@f28df)cwO3<#V4)`b?3~3(9wx7>p(PWwficF4BiWciU4B zN10?f#FJ3##i+&{EDbj@^P66n1YiSMZF8864TX;fIf-Jj(1QItj%wo;Yg9ajvVE25 z)$gzKrFi_y-QLZ{i^l>!viPO_do8}wi;pYhV?72=(Ms*y7WyFR9wd@dq}-9|=R#cr zWmC)|n*qPM8L9T5rWzp%=mHr`#D70wKjpgHLP>S+DSgXTS9uaXA=%@J6Ib-@!RQ-2 z`ozH`>C_cOi!|LTWVsDS?hPik4R!d8gW2Ts7%s18%WbfPsPZ^TCsE9>Zq(9R_yWR2 z7~wlf3aNAgR#fZ=Z}!~8H+^0wpKWyWD`+r5x1;j5Km{Uyw-!T3cgvID&W32fxSX`y zE{TJ4WF6aEaoPl792%by|4gSA>kiQrAClCTb4$cGs%Do1D|FTH$1Z4pHLm|JG# zgE9IhDKncMkQlN&OfsJv=QvapQX#gzA{6}WNDVKew7MwqxEwk0nBtw{vdVWgprVor zqOFcO8lnh;He89iEu?FR;N>c-Ahk@N8O@|=bQmMU-vA}4!>M-R=59-MQYAqabNh37 z2}1$#0{Oh1niB#2vDPv>G{N$YuW(WkPU-&Q8jqR@ydq_T%YMrowZ63Yg9IZKR0Tqg zXH|G&SQ0TLu(&af13%e^zn1YA`g}~|pWE=UvMYCli*{Lzq1=YDT&PL9sM=Mq4TSv2 zxsSGnG$I^NLDQ=g;LZ1%godk@YfAMwiE}W~T0G-*^O#g>?l7*l@wQjWn{>}b>@c%> z%_Rq_3UI05J?f{nXCE9!TxMs|(f<4pA{(?}_?CxnLq9=1PPUZVFU3bib5m{=b*=76 zM@d`_REn51xVq2h)}&E`EAAbQq3QC?e3# zCri&IgkyyMuvqr|I!koo|M8<$sHw(?s8eR=Th~_{sr}DRa?#c4eS;>b zL+%}DExh`PY6Z@*SJ!IFL88R9-*+n5biimvQ(N<-hRL1gk1k+@BWZMlM?Fy@?SoiJrj6;d3N*H*>f^wPUm0hoIIZ? zTOaxF(DpY%jU6vxL23UQb3%|eCdSN(c=~M=d*?HH+un|$QWK{yY%4D50ut`^?#HJa z-9A_;OaIH~hoiHC1V0?tEz9SN!$u?oQmv7T=upcWcnP-gw-dj0;;MtwM?*lEN;rTY z3>F*R4`44UNlo;{qN^v0_(0}Lp)yy%AxcRFFVD}uzr4D+J%7QNL);8{Th8YQ+18yeCO%ci%si#XhS&VPZWk6 z=Yt{w-grR!Eb^ZnIPgnpViJTXmV^A(4XYk~H6%_z_(pgL?B>8tbI;sj<#@k6#44Rt zg4rB&cMsqb>qEt?~ z##1Ef^3xx$)Lo>Gn($w0oV}rh^_&I?yl8nW?`5QMk=M0QJ~|e)sMx0t&U*um=x=>h zm>aB;^vBiN#m%o%tNgc4ZJCZIdwOwm8}UF^QMgQ9Vj)@9QH66!N|(O%L=u)z7zXRa zt2|+&d_Ey$c^RiADCr5D&OGh|d}O(^E!8TPtKh4YddqujD=#62ANNv3T+NFBybczff=X*@O`;?wU{N(@g9!;JHW=>==cR1> zqzfc$AQcy@{(YbTw34z`6539N?DsUwN`YuS@({d_rm zfz?@x5jeu!t?948K7TyN#v$MR;!B?Ke)@4jpz}wSny;42C~0*b)Uc`6^uBSG{|wQYob-4SQNh2h_mmgc>?fS%r+fch>m_FyQDcsX)! zWY*Z@;9UZ{qhip^m}|wD|9*kr2RSjbQ7O$w4q>o!q-B&=gTL~8SL)cWpyIxKy*|FL zD;otn69ZS*1^WFwy7}qsjgH~hyfMkwsmPU(SR!p6!#l+S*U9PqMzK7GqsNuVu<9cY z=Kytl|9g}S=D20OSK4qB9Z$tCdm5)I9ShSa11?m+CX(QQRouP9p~i7=Zm98%x)u@Z zY#wJsn(>OAAxv}G(;>_hjn~M*EX0f<2ip{^EW*_i*30c!BAZ(k_F8G~7D`O6mhZ&f zR?EHIO|HWd@F3%EHu`xlcY|M#10bpJcF5{!{RP};$g0ZR`ed{q!Y9WTN#t%#z$_?I z{PkB~BW|mEinUmtf3u8a=>trR+*p>(VvZ*M8vLsaJOoz$kQ+7C+vL{>i(i`d9So=c zAcoPYN+SUsr>vu*-c%7U;%pCX2RHnlc^sXL$X_-{rz*Sh9)@o*y_xs7lrGKUUgtL! zk5)y}Tkcm?(Zx+zv769C6FEJsrcMvFQ`T<7)^2_>b}9Y zNqc?D`N_iUEzfSk>6Fa&sh}o&No}__hJ3bPLWMu~Y2~Dse_j4>_$MA%QQMEk)9usE z({J68;O|6(>y@R~!1PqKTzT~A#y^PvYd`w(n>Bu8kKEcof=pb@g)cM+mN70g2xe{f zZx|1z{ubVMUlo=f4L{?KfYtimULo`VK6gHQEa+ZK$BV-1jaq%3uWIwnT;_!b4y~+y z_`)Kka9L2u;Fmm1!s%jxrC69?vm3TkKkMxvFI6KWlU#5AHx&^Jv->UjgYXM(aKWti zHH=Hm)+CjlmX$Ki z6lzDT;>SQ0-E@)3(Zr8Sh~(OQtD21#$|7uH@JK%@Kn#QqAO@?TwJ7t^!K@k9)5o1f z0xzr4JX%5|0eJQnU(d$ZFMX??BW|(x0>bK`aOa!zH@ol&F7EB?-E01ang>qTZVr7b zieN00vTNJ!1b#5sT!Yr&LmAfGg0zsz{`hYJLtI}YewWW$<+IW>wM;Yjdz`<$`Nd~c zg;3pKUXpNwB19eOnd_57!->7cvg@hfby!))*8tnYtH{3aaYqi{#;8ch-Vp_BB~qf| zg^aS0Egb0@l0x?`M9PWy5Z<^F$=+c+y4A%!SjTT6jtTCy=m&&v4g`R$^|fp7qZfDa zjZSH@?ogD`=z}tD-TZ?Hn@^>>tAB-WiM$BfOVsXdly**vt?&r`pxw zPjyXp$Iris4Utsym(0K+!i|2uUy6(Z`-9rtW7g`*ETL<|lh2qyq-}_$JIY3*DJ%YDSEyt=VA)q;0cFQ8|^G zHo8-^SQz7lDUO$Tb(c-^0T#x_17CqMU6^vcRLR0>HdC;>IoMg6?gK2W=7lvA3oDfm zrcD;cl|L|&Cl-O5{sSzm)sHFvoN5-EG&H=cORS_E5}#1|_>wrdR>*Z)d^rzY+})e{)s^nC zjTz6AKG##pAY8UXt@C)_VLabBT*kA(Py?YKHP!O>l>^LbG|^rVC)Ql}Fcp16FBopW zS>Izv%in$l2@J-FK)6vTttxJ^zU;`Tl|L6XJYTk}V8e*$)Z`BJG37htkb-E3YwBE+ z^rzkn;;sn`>ORDRx~Tu3kX_q}NUjQXN>mT%Xy0_(2Q?+B3j6r- z$`QJ=7q{mx&MszWZ{A$Ee?XGMV{GMxJp$h;m^%sH)@_v(WLKW;a`T%=EtxI89A@8v z?F6Iksh#uY(8(>PQX-eO*1^mB;)vkw<3}$pc4yadWwGnC%bSoq?xhHi|6Y?6i&PuX z9s7_5eaVkXyZiY&$Xfx^%*)qjGWpW(Ycy-cV7C#K3@m9Ia}s8V6*_J*yNQF=1Wr&J zMoq?BoV_}~Jiqy2r>m4LJE&j};t(MbXr$M-v)@C>`*#$e)_F9wYJioP7*9n>2K&}& z&_fODp}h0!+Yh=PRgq7nwNq1?O63ONCGkzdLm*<*UKo4xlu<>0AJbGFZ5yAG3AgmM zyUL%;)Sc6P#yJtW^RLj2fxZL(LPzp3cY4AhIHs({Y~_*@qB}{5wgGb`aT4&#uLRqJ zLhlrUcCgk$Z7UT_gkUzu95VaW7sLPiPck*OZ1UL@rP~@5aXX%Q`r~s599F&D{fTkS z-P8}(mt|>NM>p%%8`YsLlp}E1$2X(S_hB4&6ZhKqsv|Q!-^0nhwXkgK`$GPBetr8E z2($0mikWHqn|H!5&wK+<-Jg?tT|ST7TvE}pJzXvF2CeEjuH#;}C}lcte)#1Exr$qJ zvX4o)Yo6>2=uq8K)l96_k2tK7-&7<+n;v3OP?hNlylMk=|aS;^cO* zdwq5NOAsdIggW2W^I~^?}HozKENRU%kd=sZa)KcP(>_ z2jQEH&4527W?PPHjzIvK& zq_jjaz9KL_xl%Hv8tSI8kJq;mSaa0>dy$uY$)`Z_% z6^?b!ptr@d(>UmjUauyj&REU&#nJG^Qo_zKZmUyWc#Av)%{^I^{!#Ta$Dj?K1Jh@( z=5lb{5RA6{QteVN)8@;h;5eKY9yqiz`|yQ9`h;2-N#0-bFg7B|Ddw+gvgHrOL~vZ6 zKs^M<`H>|!j@qot>^?ZoAB1$+#1-2#$bUJQNnK%(ZsAHnh?79-5^%>?Qrx;M^(q-q4*@(c7b}|3H*SbKGh;7 zTl-?FE1Y;UJpf>|Pkgu3#M{ZU!BoDJJ#CHXZd|puYnPK%dneQgJT~Qkm>0Qb5V-hK z6=n<#HsM{I5i3ePlq1ibv;hO2MioYU#R(WTI=WMHpFRC~8SkmC_wC87s=-8HCOmxL z9vY{Tbd6Vyz>izazJn+uG=^akoBRL1X|uPH?arX9*M)n=5ip;ZdiB;x-4s+sE#{K~ zQ_4P;7|Wn-efB=u$$sb8!Ts&=lUL+LYcWAj{K+S0`Vh&x8 z%WqK5t(^QWP8e)iRQhnMo6DC^-GZOWayY=!KVZWHXhK=5%Q8^s4}Rjs+v}7_8q)RA zO}*`X*$Ws54G70GesxDygF>tZg|E-aBwiyVU<`-col7>?O2icBkqz z?A=S6y*NVWsxK#{R?FrTQ3ZT4;F$l;dqp&$%FFI0m?wNk$51&E%`rSpc``8z5%@VI zB>KG$vR61%4Ms`ZVK7s2rhZ1o8>KMYX>=H<0XdbNsiD6xR7nP%^K^0MX=uhoksbZRFIU=oQ^|td?i2?niD;1=vm35?Z}HrRRN{!6jk^$X_Y_@Rb@+cTF^?D zB)L0IO54E29jd&QjT$XAZ+ZJ68fiVUofh6a7~&=3?moF`5Z-9$WkXiK!&Wn?*T*km z!74(Uv3Atfx<4NyHa&I>@ndi!x_^E486fS^P(7ag+r`!Qplbf*Xm;!59IShUWcSV4 z`8BjsKhw?BBSO3QwwS$r^9JHr9i@d&7gs;wr_y~Y<+lny;cqF)OzESz9*lBDup0`& zz6jZ){JB-*EjG{Br(_I)iw>LyR_1o>7U6zgud5Qy1`zjW1J4iiMS)*^9l&@l!2)I17@@qd4ivly&93->2Ki$DIK za~2Epz_UPRt%;xIg(}{L8=mH#-dnsVNHM_W1z-xp2H`)fZDl`~MsY zv#2sf{5}-syfYB=)cucvU*4eHDvS83ECBh~FSb0)lfSg+8zD zVdu4&E<@3YC1&AR%p$hhL0u?+yi|Gb=Yq`h|MD-@>Ig*W#ka>#q(`V8YNBMtuSEzK zz?J$*uJq6Eb$_2m81pp3n5PlOJpENL#%pkHFAm)0xhQUI)>|%HMJrr**kpDiD649T64b@;>M-cj+6f;K|d_CKgMdNS? zJU`f;^fqoWI>(s4u3ec~+-KN*qpbZUqZXJDp+%ARYT;y48Hib?2O1@nKcGa1K$@U&)x}}iz>n>Yr9P7TqQU^1Z5ajzC&TRbv;Q6Td z-Ommt7r*%RtMUf1kDGmPNvOaIdTY($VSnUUp}ctV86UX-gnJ8#FK_OBdGeB(c&RnV z$|Ja%%syCkQ@x{>tKJHwb+~?Ky=E8(f{&ph9iAw4>D{?&^PUm4f-TTC0Z=TU`qLLz z*Vnrjw-i970trIIZ!HnO7)d}8zwR;*9Q4Lk^(Z)3_tWMW?Ix~($F-6|zu!itsb!kA z$4LfLZ}aHX`=%+ZAe?gU!zshaYtFoF_zmrx$IM%JUe*=fq)|s0)%|&U`QqyGoRU`Q~^DdfTS+>6DGl2Ty(7E z_$z!D9&Yi`1xII5tk%NEGFghrg3mY*Kfi%*Fud!d?elN`Jo?}!7~c5cp;Hs0!TyYr z7kWt|rW=nc*ZImc zX{6m^vi9%6TE1CD0#zmqaLJd>L!T#4R_gMw>qi@*QY$lrZItz1Xi4$Pv=5Mnj1MF8 zbusmFHifTyswcFPsQAH)Uvfo*m6_X2jQG=^{uG5?_$%&XIVc>3$1y2pSOMmh>bVYV;&E1K za8%~ab~oG+y@k0S(Q{9ym|t7LY~6!)6Dl#ge|ng0iXej3>K1^ATdTU4Oi}qWuohh* z8?!;w`Qo;kD=LsR2^C+Ktcn?GHM{_jS#urE0VDnq5 zUt80;#j3U=pd=E zP(B*QPw5>|o2Nb=5p`HKW4ggm1ft{(Vjhy(V0E;qlK9tEIS;ZHQo3RfCoij9FaUU$ zCCLH~4V^H+%^Y>2J`D+VO8G!HNX5AaDOIoBlp>GGdyLKs)DqZakW;`t2U8=*Dq6mS z1xYo)@M}>vcqA{`*a^u-ohC$z+$FE<5mKlcsTUqdYN-)iT1v56NQq?>30UW*7N?;T zl0>mg+@nI>BOfMOgwyV=-1q~yKr6A(hNgUQj zj5M|4&9(o`5>RFJRwdV!^w|)Q#YlARFx#UCASuhM|?mMsE+*7*btm<5-L#V zW0NG?8JXm?NIDWcv*;K=ymec|u>S zMlogHqC8t;3f%$ zsbif=NQsoPPNbN1BIT?TDQKNYN$W(4nv$yLELB%Ss*2g5y=b}1CURGo$X&X12+L_& z?owI1BB!aAWSgma=VdClnRth&9TmC68-?ks-^&nh|C|Yq4&$%J@IGhT4dM1sY0e>- z>}nea@U!Z#g^huzN=t$o{M(YMIz+8VicwNeN|j&`IRVJi<5upAW_cWcZo)l%u9U<< z%x#Z89V+*lkLnJJ9>jfr`k`aKi7<3J5Vc7{J^P|$-7{o%7wW+{7PB6soig=8gliv1 zOk9Jh)?g|Wn94xTenmhWK7`C78U^jrt}4EEzO2u{WqCF>Ygb+ify}^g2eSNj=)i&l zZ_%&fH0na!g95TYIr;5RXAc@XSUG7}XK!C1SOyl~q`O_NJFTc2JeL5Kh&EK}to=SbGq3Df>DC zgMKK>Eta>2Ib(h}G9~QO&}NLJbN$fXp@-JUrK;3hMKp9(O%7cg9(pKbuWUGu=zVrs z`OSH~ltsm&5lWJF6j2Coi0bnd-w20LUd7>RMBXgouZY*@Km{lQ3ZbOAP$-0=sQV(( zRGZN90reVuMx!wAHI`r|pfqn*ih!gS+(s9iQ&M zUGg=$c=48ZMzo63hPP`qT6VxJ?xc1RJ$;jblmZ|SqyZrsZwFE5-PU8ago!0aiqbk! zl-7x&v`!SIb)qP(6GdsAC`#)@QCcU8(mGL;rc}R z6a!>#u4Wfkm)}F2k#E%ORumOt3;E4jQ0Y_z0)!vDIy=93d%gRoeGv#Sqc1Xs-O^{@ zok4-9t4nN@DT;0=r`7ppripK&UB#71LrdWvl4_&!TS_c3^K|)8tublf_UO|&M3{bp zg|5zC%DPw7!nla$D<8{@VLQUj-U`AS;tcc1QW^$wKETPnD6LS0!(N&o=Ima@wgeilJ?zQJz zDbPT=7khNM($f~ZtipAFkRu%=v`CmGCEU_`oSvz85tK10?#Ajy1wQBLPEs3APAP4O z!ZkPG<@#i%ER>_Vm=%XGt-7vGT7E+mQ=uKPU84er=9c1`bW^*e@z)Tc?odSdA_KLt zpocZlGySCVGNg#eyriyv-z62TbYV(wH|lAj7>;Kd0A8h4C2bML8A#et6vS;wR#5W_>I@|FAX|>~z@IU^8Ee*v;f{Yi2$CYRYFMkzXivkf zwcfLd+j;3WKB~g^UXW1xFAb7G;b~e*i2F80AX%=0w9kc-C#!~!afg6OkkmOy?sIXx zFWqo(sjpj5OlZstNAoSi zQ2jv}20hE+?)BcR;Is3 zfJlFNdw%Kk9Cr{X-b0?tP)@;ELP2~WoqLD}8ZGGta?0`XuIF*(FsW5Lkmw%=l~R@H zL9HBW#NZ%salMO>CtpMrX~LoFkUbwu#&0a0448y)4Ykb`lDI7VYADC_nNo_N$wP&O z)W2xE58u9&-{UfQ3I4!x_rPN)ARp-SgEN-tjAc6Ga&pGcX~tzdBW777dxRDE%}lPK zN>@;&D_DdLF32g3L*~=hhp}(=F&3-8dW8umkK?;l=9eGJ*roSxos_;?tNbcV0km&Yw91Er(v2Mq!692zpEQBf~$%rH{~C1{ePpf4AW?{yv7! zco5-z-`-EXUt=QXWVGerBU{}rs3V{{u%W*9ffeb26%z-xOz5qt-}}H~fEQWVdkXMX z0Qf2a_$mSTK7b8L14jk0rMWl2>c<%@_ArkWM9B@U(;Hf+TOPA5D6~tqFgJD1)qtfA z%us6(ln* z(;1g{axR?l^XVCT;ap*lYi2Wx$rUWp6)g5~E`yfLz`642=l1wcb~G0I*pakaCF(|` zMW`E*9-(eTnuHw@trvDgyg=9y@d{x_#7i=eEKLHEJmVq4+ zffjZ|1iXkXzZ29Ik>J~?3<96RSWJ+n>=c@PJm%d`AwjGZimSamCW69gkwC%hhl1Ox z05*j}ld2s#=Kz`}$ap8`7?W&ESeVx%N1Hpuyhk+T~bSz%uEpNTA<5PtfTo?D#^je z$F@g(T~U&w1pC*xK6)6_j3F^V!u(rRdESJGe>c<0O38WLBR+uZTsf6}ImkNW28-EO z>XngRiK9+^erEbjtDvWL&rTd#T8W!5{6rM6>$g0Qs_XkyOwNI*F%M#`L&n032rDW| zFA!+O+#lREvVO`G(@AQA^&D=-AT>Vgq9|#Al8^@mpl2W{BRZg#A`@)iO_9C9W_B{up*$ca86Z8&Ygwbm$MtvrQ z$qz;LsgAAIFV$+};(X?4D{SbdAkkXE9#3ee0FjL%tMgoD3J%yBA=xLd*z+pAV$aRO zH+nU3Lx>fSjffU8ZubFAZ6IEFOT3Y?6&L*YbiI_UBp$4Q`UzvPqMU<;V;_OA6)7u0 z>h*bC`dvRRYY9yatXO?a#mjvEkwW6*LO*QO)fvKe9B{pn^j(yKbt%edV^6^b9OA)W=9*6%yz`hoMj=?#aCMDl40?TF!G( z#7A|VUqVPq+c%A!-GU=DktlkrB#M&$U3u;;q@iOc^QxAr?19pCT)krDYqr<&E9}v7 zILgZ6uh!RiNi*tEPHBm#`z|K5qE%Rt@HH~+bHR+#>fYvoq!mVU%T_^D(u6>W3sjMP z2qbwfm*esDq+vE0X;lQTe5<_jd=xV1D)*CE7NFK~N%kAS;52yO+tyTSdB z2Hg~zDYOqkS8IqyJU}IQem&eOp-fmB0L7j7;(85h&57gIL`5IeB@TJxsSsa8g?W;6 z6lDNqJ6jf=9VgNkAVMoGKr)CmKhzHy_0Ys?H2A>pHKTs2o*ul>su@2t@fr_a(0iTH zPuc0g!-%)!Q~;N9?D-!E=nQ&r7IezO7G4T>hx)8j$wa=oyJb6 z_Av`9Z2rY07i&bvIwX!XDVK6{j&>iHiZ}8=wzV}Mgl!c^TS-%F6%tEuNu)_CHnVxY z=D3zXnK1P@D%H?ulu6~Va@1LuOssWjJ^+4R1WK9+DP4mC@y}cm3W=wc?D>Y)FkrWg zZL8`uV0|bh>9t}v;_`!c)Aul1iz5*H3yI58eFHrc;V)X&5I4-Bydt-yQbfX#3J4YA zr-~aFJ>o*vp z5JC@sIJu8EVR?Icv?bha-ZCPrWnklProoHer(@*>kFfphhDXH)FM3qFbSlGU;RC9`-t~of>>JyDQ5^Xmy?zvEO#zFjVripH4>Zk1qd+)pF3rv9D($dixJRgZ~hIx`!qTAdr7u5{tRTGQAY%yJN22> zLH^v3ipQUU%vtq2khwnmj*(h@_#LB#2lYFwXHdVx{B!j?%s*GZ!~CQA9p)d^?=b&D ztq;iTLah(z{WARiuRs@;>V5dUQscw>tMEJU#lq0<7y?*`kWhkShmNwKM^FcJKUpev zxsCeFd3x3MRN_c-AM#tc`sjaA=pz>A3z38?!V>%iu_Qzm8tS;|$+SnPaFg8+{@*^* zFTzY-_MDgP-l(gP=+8ltDFjxkcC!08K6KX={39 z>j(_IJjhZZAC%0=)u#3sejN66D58yZ+rr z;{f8#T}I4ZJY+dCmXVxUgnLbLW)W^SnLLU*dZvYMqGufb7ESaF7>tW1dI(I>MH@c_ zgSYWhFnSk11;cmIQzZ;<O;Q;>-2pf%6 z+n_3eJ&rxRUx+SVcueZVLP*M1Su@^mNrz~w2=6P%>`2}j(|0_d=Mb*|qdnCNUTwgSIxZAnJdPZL7>em> z&Xy`Zmq&eF8>-~HEm4qyZ$9xQa*w%GE(lOJy9;;MpoBNH?zF5}i&*RcWs>ZjDeiVnT5(r70CdR8UOLAZ`?jeF`i2LHr6 z07?B0(5r{>MPG=MdGJQMcR-Ha2J$N1F9w@RfB9_oOt3p)mv}~)HLs-04aYghyu2PG z)&Pz`alch}<8i1+?L$taUJX{H-a@_g8n6TW1)HyDgqsPq6-xn*;ule4Rt2OV;Ac+k zuY3TNv>kD)&>b6~+rinz&8&bV=Mr=NCi|7?aj`qoSDtqS5myH;P8ngBr}>)z zpT27p>NOn{Bj3f0uJq>igwW*yZ7(f2^7YScT%T2X(-(-L7*aRuSvHz4>3h!C_NAL z!S5!NRdn7hR29Et6HSpFN11J+QpaJ_^)4bc7}x6$U~``pml4<-cj@k2ag~CdGuYHC z?IhUCu#Gm^M!Cu_T?uvLTSBU@c{kYR9uqSUY^#nA!our!ZL3WWqRh8NuSDB|tXtVu zm29gB+cGgN`SRJ3z4Ay~dj*CYDJuT^Xx? z(`Fy9BRL*qLnfI~x?bR}O(?(~W}D!ZlS?0SVYdizl{Dc2n0670EZO=iRU$y30F4ea z+|orxE7Aa@e7FFkiS2BX=Xpn~R3=)ivz!U0@Y(B9MB~%u0`?hgfN}kl_xw&3!yRh&E#CsDq}j6DPSaE~HMz1!mpg-5AZ) zlDs#Nyyq+Yd=XVSGj@Q^G?zEK>)YAw4_LefyYyhw5&U>@esen;loSl!w+=EM{Rq8r z($Vhc-HW%kJ9;NthKO)QBzEGJ$8pjtuWuwmfB!riw8e&3dCtC0y1cN>w)W!w{u94b zSueH4raYRTy*z~mD6AJ<-}3s4vc400+6a5byFmI85A&!fN@(E)y@YN+i@m}QT$!bpN$O!QFrG^PsG9h6-nF3($aDcvNe^P$~*59yppi z96iriWCvt*Uo!)@+a*2CS5SfNOARTon8w!el*_7Gq8}0@0~qZDiZ#yKEnQX zP1b+V4Q0j$^|qra-D?RI@CwW_H$+0~mj(07lh7gsPr6hjMa$pvFGVz@0o5Ha-E*!%4$PE5Ta z`|6BtsIiHx0bLjDTcB2ZHdzpxM4h^zaFx_HNZ!c_n;nncn_Oz6xwx@cOc2FRPuc&R zs>0@G&EvW;lj}UC>Kr_aqH=$!bKeV6?>ub&aO3O9{d9i&gZy+&t>JEtpzD<*3H~?$ z6Nn;aF^B}|e}B7sy92EpNeJ#PbP<854s_XJ|IeXdAFJ>8<|cnibe1i;qzDnvI8Eo# zr(YB&v+y`Z8g8%MypD81h9cM#S6_bv+qjWJES`rzYqeuvH-_|*zqu{JPJm``;TUh| z=h*_>Xu_woF74&Q;7;Y`;?L~m;?L~m;?L~m;?L~m;?L~m;?L~mqR-;R;@{be#h=-W zMW4ls#fdpz1SVjMF_>7urjo&uLQ#rB=T$lsgR)$&&Mz+bhDONr@%igFSJ$^^m$#2+ znCf!l9U1K~;d(cP-+ z-H%TrW85CM;-gRhb8Ftwx9H2e!Bpp0Z*TO{(Z9_uu7r}h`1sjOIptB|G=@?s2XJ5MW$gW3U$0vKaL#v}c z&DNdfU1#}4be2ADgU?a~=`Y|czu0${Yj$ff9NeiZ^7Q31Si`gnm7-66E-?D!v(HYz zO0zgW`~LFk=JxyrQ^oJj-D&|t{PXN%rMFGBg13KvQmu{=sb~MW*vOvA0qdXL8vkUz zJVAjkj7Nbl+)4mme*+8OD!I1oP-$CHeCk^ET674`M z4mXYjLM7I~F>@WlB4@7M-+RrzhvUM}n1x86NrzBzX4n>dYfpSZMR@bOiy}m()r>>k z$xwjAiQ=XYYwLX!9#)JT{L9x@SGOUa&KGgQM)feNyk3YpfNgD~98S0MWu$KSH)j9B zGix|QRhL)i4veqPuWwjG`YLI>uJ~|LmFzL#H;K2KS{$%B`BIDNc z=+lcUCl~Wyf{`rqYkaxJ~{*pAWMEMNyzPm{4HlPyVe|n0#W*T5AtCDXA zkx=2n6h-6y?!7fY)W5$z`_A{e_9P1F4wj(6Y!|E@bOx{A+`fJF3I_oN`}}tH-Pw!3 z!p}QjGP9pgB4zu-YB=^;@*yl?}fNSyFHNfx=-AkvYS4L+tx9?yP1 zn-C@(EVn^2NCXd<7vu(|i?Pu0`xB7m|GL|~nO$98{DQcFasynZ7gw)eUtLa!Aj9@J zS&2ua5dyroAYAW?}P)NE`u3{;2}FRpKk=#3$z zH?y0wAALn{LX!2upQcf#>DLRM);Ik)Q=igINl-^N}zxnr6M5Q>Gu>~rzqx-;MQOU`>|GjUn*+U{YL9s;ret0>7!4d4}4q2g4i#tFZvxU5U&VKQ<6^Qrh>uFbGVLEG8jGpAWM^1s z!IkSQxN@BZSFW?*%5@f8xz2+t*LiT|IuEW~=fRchJh*b52Uo81;L3F#T)EDJE7y5& z<$7;$r8_bYf2TZY9agDW3HU8(gMemlodk95@bTi+PgmD3K``PI{7_nOuFn4P1pdW# zTdiIG9<@tSZhw!fM4P;S#=Qj({qsqw)>cJp>#615H!>_1JN<$MayBSn{Goex_Q{O> zFTR97-XMfd5D-DL#^3{;7-Ec=aupB?h^k;)MS3WHKX7&Q|CY~}PUgX66-Um51|Wes zyS_MgC*cL~!5Sxkx9;!D-K(>=7q@)tsrWmd=b4!IZa$qs>2dUH&F8H_y&zcd;VaPY z&M(hz|9HLgWHs>%Jf{NXjz6KHnAXwbI^5s*wKrF|Q!K)d^8S9+B+-e(SE4u$CF`_K zYVa;J$%qZl-8O&`QKzQFN3LkSYOEh5C&G$3B?x zeq<>_XRTiq%PwAplZZB^o6YUl}L7#q5 zClHr7DR^(n%7<#{>||EnQS><~AN_s>p9?cDsSg?7s5zPKbk-<3+cxX%H&i`2kK&k9 ze0-9Kiq1JK;ViF%qFUsy8&%GvB;V62jiZ`(CJMyx#nreYyMaLEaTq^eJ`yGTXtp?- zeSUsB`xd&QpjqSDrDHGWaHjWMQ<^Rrm)Xx3Nde4$U0(YR>muL(J=cZ7$B8MB*R^k_ z`}dcO)9+0Mjf?V!lY|GW`~;>}@(hvrK2T3qHBakNOk{n}7YWirwZ(@c?O2-kL0XwK zLE87l(8B;4jr|8awo!^~A2>EB7Z@`ZUtyA}BPU%)q&`ia%%60^8Im5$&&3MYhJ128 z9+y;r7Vd1d)ANH`tXh@%W4UeY)s(QO20Q3^MsWi8mm;~?`1GFH3 z3iGprZ;ukB!ijD>!qwz99cxr;Bj{As=~%NACVQ zMKl=FXOTXjFr>5ixV`7&sKWN{Z;Ta;4TxLcon4al?JKsvy?lGKdpX^>(C0Fu4pn)m zMLhuvvutav@||6P)ccE5R<2&S*W)OUg&nb|v_JExsI-oMol`Jp6#xpIr;pX3zR7MU zONefnt~8Vdr}0uSgY(=QK740px#Fo1SU&vl*0wxVWaVl@U7t{+TBQA6zQ&)9FGnf%?pk=+3f*7>>dHy%(8UcHrtB+~3{LZ-AA79nBy5 zjWp}^?re9BXFr|&xI>~f(Vgi3niv0hwtEn{(L zqosh%@}Y~KlI!Z`^5xTc@$~k)i+?l6ck5_PiHSc%A)9e-fKCvS55nqot}HmX7;YL>na9Q3WM?0wI&$Ms@93XyW2nr+{@J6{ggvrh}-zq(A;l^DPWR zdu}VB%Ai9dt&9(L4a#5j_#Vqfm#!Q&nh(wFsXILc25!nvPU=U>md@SG zt0}IuoR8_Xl@&G<#bx){P1gz4UMEz2olyOC!WE{B^%a*?TcM;rcYmik=rKFHdHbDL z>8@URm-=7NFJB_lg5K7F6nq{i0rL;&!0d=CynepB(Go8Pu4H6XWMEG)TRQByiCM#p z2ULRk$_eUx?7K6kXthSeQg!4nC#OYDnGX~@9yoSzvg%~)#{03}@Aj?}{ z&}|65j?$58wzoW_z;^+qqJ)LT0HZ4F#nMXKB-wB?if&U%r-Aq{lGGUO&#J%l6TNs5`p9_mPYtqcXLo=A}=Apg^e{F>3lCz74Cxv20kB z<)}q4KUhbqSw2{!YE5(RF^}wB7_u@svgvG=Ya&`Mlx8!wnVt+yDpWamkqP6TuzHD zKOY7f4U01s%XmSXbth-I0$VheHmB3rn<}gY^JjU8Y9#oJ?^4801`3-RfNi5)(eL=w zh_3A(IW`ZV+W20xP_3erl?5O%qVwM6{4lUiDA}et@^Z0!!7VWC)QJiq z*mU^`W45l735gJ%W{qjQi)CX2_^f$Q8t-K4?#9YhEP9)#?)K5o6REpG!cPs6jt$Du zzCNdo>_wYUn8GZ;fX%*iiYfw`AxkrX`Z+$L7wy=}Jp$*^(t#CBnNAs%2Ej^0g{u{N zEEZ#iZg<@RGjR)G-lz# zyqTam8O$~cW?qtx;Q9ehleSPXztIGuiErs)NubDr860;>Sz;YnVyW28hJm^zcH{4L zufD+J9LUZ`O)K%WP(isn!p3nH&)DBJyz^}#J`z9CDn0k1L7wA&MLk^@T8GK*;a0}= z`#Pd3ecem_zK-hm^;7lxuwq}Q#Py>%z@PtcIXbWCRY9j>y5#KgYXL zR_~2fvWz7+CrP_qOVaP0K650^yKV{!y>5vAclE(dnS`7bb#wrQ)Et*)b%{^1DjN~I zOMgu|e0n1;a1*wM9$ym}FT+r{9miE^>z0=||^PCM)o0v$^ zBNzbBkEE{%(Pfq@M_9AmNb71y4*bRok|;?cmdpFa0a!kr>WzUao7P**H_O& z4i*pBPHZs#Vss!`GRrCVBL}H)hznd`(Z{o?{z9!Hw*z;q*!YlzwQ^ze68vd+TuiB^K$f12&7tg*{t#Nc~P&hdZ#A)f|ROdL= z?=ZiJRwFqmHH2j8&1{NM*+kl4n>u(u_q-*ybVzS$|KM9XfA3q`gal5$rQL&XDKIRU zqbDv*(nb?h$Pa&E%k08Voe=kIV^*U>hU50AQzU+!JwfV4kfYEg>=^)40dD&lNzZws zO&hhcG`>w^t;D6O4p(zyy~rbtYBmx4=F6gv)~4eoh!sYH)LO;yuvRW1VBO=;P_Hz> zajP7?R$-Kcn+5aeq)fJG1|wc#9gEhghY1&ZB5N(;ULWHgzR)XUtY-QLaW6!R_<+1Nsmnsm2Gg| z)Zw0X8dh_^16~ySGy5hM?fW)?r4@5y5P`}&U`qy(R&3gvDgtk2-%i-V)P^FpCDA*= zMd`+%gpks4mtMhmP&FFdn~*_~;GwT2w`s)^**39Km2IXL=<^&={Arkz8=zKrJT{i| zgS)oXWS-U(u75v9R~k_J?+9Ml2vUGb8s`lrA^91}LWR|9cBm#mgTD^7O0r!;1#&b@ zPg20eD)b~{fggq>%~Xc$u_F`>DY0mK70ndXRW-2d`E<(2GzDfhFtxQ36gGDr%?5R7 z##SVfMb5=E2)*U1IwHqq(bXoiZbk5Cf&d4#A%{VF1~xqd``%~JrDxE+-x=Ix!E09& zK)lDnCH9_n3>6RQti7t-x`GN0=Ja29COkvVzY*#1G)cG^nIL%zdPkyMc#>^;m zKV;49NMyhJxem^0ul3VC2W^q!2;U#kyFG|5$W0WuThx1z8-=Gt9=a!P)e9r!jzzA! z@T(ifeC@v$tosiG>mEc^abmcn`p9>+o*v*q?4V6aQTyJc$fl&o z{<@^dns-N)E=83-MisVPP0J$E|ATW^Y&u*Q4~Hf~uov>XbBUt<5SW+BT1pV2FW9zG z2Ms-WCBfcy3VVqc_P$hghP|iSvdRYBO(Ap_F_@A#CI^WVzzR$4%#u#J)33${)t7Z< z`z5hc7GTVj>`ZUQhGhgmcW~|E;0OlsNCHirAv%cs0n%u9x0B6|@5Z9viG&Wn61&Pk zlKMtclG=CqnFwiVRyiTM3ygj9&gA7(LYx#BYqa%8Xz+Q^idnWV!_7u;gHfcF@Wh&E z(mHnh<%s#5MQ1@D()&au>qSk;8-vU|W6bcu!w`b;|Z4qsjgzYQa4U zm47b;CtvAMKme_9`jo&DcOU9;g1)d(EcklF9;>Ww5ss5d%p0;xliwtD069-E@odxl0Ex&rpo{HhF-i&SPdL-SP9>9X~)oTiM<>pl!$k+Pph>lVqoE zbb9T;H6W-in$8Lk*MF^Ewnx518h=KLp$xp*D#y7VD))DjO?wiB$13DsA?o^1dDIr)+ z+sVZ2RS&g7Wi;(u2?K9Z^QRB`U8zl@2Ow>a5H>B2*?pVtiC6Y*C!6kR(_Pp!ZncjK zKJaQ8=LQoKY>YQy1g(=uaejE6{4T-#Dae0J#@DzXu`5ogLX>SM0@)F-$FCe;iUcdYU~cgNCtpLvH^^lQf4YJ6bD zcD!q5rr%ZY=SPe~h=1G1fna+d?27Ec4fm1B7Dd<)*p)asAZRttBm4iD)DEQ zJSs1(PR@sIlp)Ha5G_8j6W_<6sKGm-z)ywyPQe}5-YJ2+jv?Yr-*Lzo;kXm`rI%>W zqUYsGgSZP1kpEfFCJymVDUQ{_B&chZ@`OB2Nq+ zl`Ry-b3-MGBq!)TbY*Y2cgEo;g`He(2>&VJ4n^!#3Ao2%y8VkO(~Po72~p!tlA;AE z*Q9eBf%K$=1k&_W{LuX*YEEHesX5U!qL`LdQBT6}-6ZG?04a7XO%8#HOUapCWl%c~ zqlrERt^~91l!OW{mc07sMr|>FNUleSB)Zp=zEIdflo%!eq9Hm3_W5eGtfRVt#;Qrn zA{47WKGrELL#IJ9%w5-e)lIDT!zkZYi2u7N-}g{uStO|vq>|7>xi^d0B5#yqqa(-0 z6w=OBHNGy4FY_rYkvkF=|c6R;!Tc{YA78@E>u_0wpPRc*}G8Ku<$&Avd?>TRP>efBy)nkVH zH>g}n`9!DJwaX~XjtRtS6>C9|L$3v8BpYHWbzf9V8}gj0Fn^TtF6*<&XDXb)l6O^x z_fhB_ll_Fx66MXs#n}2264bZsFYhUU0xv4Q3=elEyj=2Nl*(-4;&81{PcFpSshKN= zbm4bW6RPq`E7GV2wo5fcsc1G~fuleDDI|)$J}Jz}%zggum)jlJ zh<>hljakkcL(Q6=d^S|G@1WDp4U`wbQr7PO<0yUvUpC|H!aZ|#>$~VoRhukBJ=UNs zA;D-9zwV+Mgz|}Xl4Gw!G(Y2CWkVs+WRni0`6e~^e%%eP^9|#Q+a#Jk&bH52>1(a{ z!b4>tp>15=u;66*B+rp%k!*>9txhUz`?Lrd@p@S%12-370dRZ2HMn526uz=(ZMFp2 zc%6I>`E3JtfoG&GrjT}|^GqT8>z<=NmymlxUO0bHap-Pk1{L7JMqFQzwo`f%wi-uo zW>hS}gzCM<%4c%!62w&fdar7D@;vDH2&lx6$orFFw?(2%GY^^KU^R2FVzq~ZK`XD@ z>#K_ktPoqAB)n^pmmWzZ(xr$fw6I5?`V;XbP-n0H2rV*p*P%qdjURKzZ+>1TB4=TJ z-L0>&rLkhJblk~3sqK{g<#`0hJ>_{b_jXxAN#1hl{sL-lpMSH2GD#j<(543}*xdz7 z8dTy?xNxi+F@5wCC*IP;KE65B>6CbsfvJqtGnWbi#1SQ&X_WWUYN)~-RkO?B@-R_F zA|njZ8z{odQZ!VRJ1If|Qk~^dCdA0ts0Q9?5g2>P!GW8ejZi`V4Two;7vI7Z7>j#x}fk!|Q= zWE<=xvQ%=m#`-v0z1Fy#lD2%n z5({-KTb#?s=TubEX8uj6^%4SIsbYebFl8XH0*CXhrTB`m@Eo-TsgMm=nR_&m}Qi8GrJ}q|^I5(fg2Ri>YKY!egoPT%l{QXs^ z>pGFKCd#`}$Yf*=!b{`@#I3JpMJ{Eef7Y9v)Fr7cio07Dcex?0Px4;fZw?MXqbO4x z!pac-b01dVOHIiNS}y;Hscu_)hb&fDg4fpjV-g}#_v0fctoQe;Fs%aA;tG#ZJy5a* zFb9fyE`5cSaU(kc>Tr16tS=<&s)*Q?t|Y2?q!#kF^<(JYcS^W)Y6Qxjbrz{xp@c;I zg!vW0X2(PN+l4MLB8N~QF9a_uOleFl9+0_`VLJ7hYp!5yid+x%bo92g=i&Z3kOsy#7?{v4a)1(U*N5*<_We6_QY{GIGNvwb%Nz@;5qf^cisy_N(6kQ|vNBXubY$On?;n)dN zPHse%Yz~$losvEMPM^J__J!CJ_TCoue#dZM+*M~YeGn2%GktifLifb_7wP)(9b!3E zpj=P_y(U3U%E5-R*XjxfX{VShJWvF%`!5=w@D!HaHim^4AoL`h&Vw)mpOdYEOIb@% zurw+OE+^9{DQYmW%*exrdJbjy!V4;edV+hg=$fcpjml?*oMKL(u7*|%IKJUZsXaeU z^;Y>e{5b_&6aCz!)eV!)KL~U7Vt$S}Dj-y3k3va5LH1}Db#~)YQu#1~)!&0)waZ#& zQM>h=6JL-M8A4l>Xnd9&o8E1Wx_zY zN*TKY<(K?-RZ|b7=3wul*L7DALcy?gx{aRjv5+Q!vRN=d5kp6lN*f7q;Y#AVPL;wQ z5mFuOn#hyuL^xh2f^;m&=heK+u1~XoNF4u=O;^Ov8keaF+tR*2_;(#-f89?kSojkM zXOaHC$6-nSNSTL?(FB1?n^&=61&h6`aA=yT>oJ2uig?JiZj!ph3B3$E7cvCFf5J$m zcHmkxkZqI13zW99LiR9wIN0K9jm8@#yl*+VMM`vw@wkp1h;p;pd;r@^Zmz9D#KPRl zO%xxvlEIoIZ!VLT6C8M#_n`2!sDU_5kD^QA(cDO*4qN5K1FqV(QdQd;fqzZ*5d7&m zmcWuAcCPaVW{cKmSW@O}X|1YBZlg%_LZVr@+#P-gPcJCk+(Oyurwd<;%Lk|9Sc^yW zaERj-wldKuL*K;pw|OIsv{6RdNaL<}3T~89+IiA^VL1<_w6eRdRCV@Z$Tjj_E}LC^ z4p!BKrJf)x86i;ym@2xzLliN~h9g1Zu9sLzU22?D{KXVe^St)|==;kk%5&bR&eWJaI_!rMkB)kvBI?MFs`@B6L)ggPt2H)6&iVI73+C!* z`1h7>dnC9+DKcIF8r^%fLNuzY2hix=&mvdapk~0&Y6Z-I_;+Sd5tP;M;wFn=*d{O> zQW&-g42Kwoa}&dGsACwiVW&k@#z3SaZER$}HB1M&PkE2}$wZ^|s{!mh^bwoegcO_A0KIb0_c zY@LwLbwcsh2}PVB&_%-p8dAq&4>k)r^t*3M6P$;JI38%tMVz!7amJQ|@7kljg$BP6 zbSbQ?#+QXh7CwPw5fVt4l|nc}#6O3YIU@A*X#KmwLHodtLql=om+)kZ-}m0CNNgOka_tR`mL`zNL1n1!%yzr8{kJ6URzsh4q19cF5|=i=lu+7Z>mRX_Ve z_e7(+tZPm=HVQ}_k_1KC!*s?7t>$&D8q}DmQZlWM zq(MQYHouNkoz>T!;J9#_JiU{0w|M0U>Ne0+6+E+zMaI+M!HF|4%en7LeyX)RjYwWaBOmS@dI#$u zBMA{x?w_GhO9{5Wk`!$6`GDM0-s$rhK`aVyY}*i+$|4WBQ%mLlMhR9NK2_N3D&(Dk zIu!-I&}VPpLu&%r3!3=pXnW~s!vDBCO2q&2-FVS<>qXn>mkG#3fRQ5V0^9PvU^7-W z>}E`0GaiJ^cn568d%*_U3x6Qk^d^N(^?tCi0dGbV!-hXk!$v(l2^)F)Fl_qw!khR; zEmTJh3jKUP;Ec6w57S9BaO#7=sbk>C)9ghpCV?@v0Uhd>{piI|3}f|VU|wejB36~~ zImCJBhL2)`Ot{~|WQ`T?j3Hg5F{Ej*Xcis%YsP;r>WA-O_4i$I_uv&5#ou?uLlTdC z&){Q8hf*;bZG`XQA{xa1qa%+0&HUxW{5*ustDxn7EBQ;*s66=97~T z3$tZ<%HxF9Y>idS1}+MkXo+9xDq2*7w30_BDyR9Hq^T_~HJ9Z7FR!qf`HQpL7eCC-d61is(3a@W+({6VLxV1{Y^e!{?%-&Gnyt%Wh6;!7HPyE+ zqy;W(=^vL_&!jh-I1dfGU)hF3Pfs;})QPHb5{zmOCk?ywl1eUO9=DZyk0aqIpE5OB zq!|kDXtFq%!LYQc|7Z;Lv3P{9CW^$RId}VfN52BjJ{Tz%f<_S%eptkqkAFABNb)oH zb>W_L9#}>MM@Q52i!24xeNmpgzIwTv^f_iM1s11@0s7S3@Vk#zi7NZ4L;e5&pgX>I5eit~mskB7_+cR&@=1z;AA^pvk;jXy^(4=Wo_) z4hS$G2ub{KQ(Xoshyh92A!*ufk;l1o7;itmA52vhGNzyXc}IMA2&%heHnzQTPIyR; zDd^e2(fNG(XH=e0EDWG7kOzNd>ufPvX7M3GWSL=XV=!1BG=8cvRmUDkvs$ZOj_d4K zD#d|Y4qBO@w_yU#2T2WZtI@Yx<}3Ki*9tGSi);ZB^1H;n@czISR+RG3tDwkHfogC4WIlhzZNt9^<3MJ0D_ZP z(Wi;+N7O9Py1fE~3^Q5XsWLXE1ZjxgN>?A@AQKT2KHSN$c|wIPq+v>-%*BKxawtpz z^Ma=|(kx8jP$a=#F;s;$s02^Y-MDhebi`3oVnIb9Jr~-oKa(K`)6&VqP!)!i1BpD6 z*ov?6l32M+8G;w+Mxc;sIFzO`5=z7IH`qP!*Vh+H5)(0*d9g6m5=Wr@OdNes<@A#N`&Fy$sRJJ zY%8_bupe*fgP4mrNg89Y#X?&ZV;xamVdDfLksK8#Num*-YnC@bl!r5N)M~up5)3S0>5Z<&Xgv?zXev*qbN@!08)b8Ay}Po`6UnsU1x@LcI8n45 z-{{4=5-s;}I7U@gL9FM%E{^e7(15=1S#j{46wEM2sTQSOkY0@VoUT8tvV5Ek=ohMX z?)iJX)4R-wIt4MkkD;yjVSy_Xuo406d8A;e7-y1(LyjGrU0W5?BdO$N!q%wX4%%=z z3W@UqN_zft<*z6bHc9VGmaKo@yF&sAi#8L=adZlMJuE{5GTv%ZGrOw1gDkT7#KE*x z)rMp{?)*LI?BCJ^9Tu>UdK7K7*;`}QHre$ylsPji{W!1@P#ie0gIT7rzBWk3gY2 z9`JUv^BJ@Cm>62yGTV$mYb9q@j6pf9cthm@=oyuw0|Ced=FUvOQtvi{WwQN*-d0^w ziu3FIcz8j40_pP`t;}?R_Nw2vNvLsZ1U;BafNoEJ8BPsn1e-v<_DJj1kO_R##=fMp z$Dk|62`5yr;cT2iisVZt@v5$JN6z%+n=Hjw)t;zCj|h=TcpDc-BaEw}`zZ&~$Gi&* zI(+UikTK3<7}l$$6qQnA7*#kchj5&Ae7jF4rJxm6Wk?9sphfr$T{k-9ri^a`(Pz9Z z8W@~^1c@sVDQ)kh26u4FoI}=`Gk8Lc;6v6NG6|NKMF%Wu0~U<;z@jM;shH+5^*pCx z$`Kj^DU?4Tvw&GfD92Y^^CQ5hGRCO*SO-q~w@`IV3|)$dB|3CO0yp%#v>qpvET}*a z7vbYh`7^Vdd-W;+zY3kJL z4}a=VSN_*O^~DE1^~HOgdiU#-0_i}oml*I9`rxa52VeaP2fz9a4!-R^?7_F)`y4zK zFnQp?-*LOWrIv0t1{PDXq6*s2dq)XMHQoiI<<{0W!;0>|gr<$TAkCsfo$XLz=C4gK zg2nv-cylM7ti}(EC)DQY9SOwh!FV#Q@7yIS-0u*7h0EU+_c%lrbCbe$x{w}sY*>@~ z#ScEu9p8)qi{KTE5Flh4ZpDhJ&wEn+&<5rzMvkriJwc9cZZhOZj87g}qH=ig>ELM~ zGT30Q$%sbB0a5AUYXh37D)(drn~B{Xz>S3FbiG5u_r+Vs{nP9H2?$; zC0m$BMP0kUFRtGFGW+T3`sM7^_0{Xy4`%I~%?2~Oy_#LWygqw98;VaU0On?P zYEBGfS-iDfn-?ofELRv2 zIn!Z5{B}2Ann$0yU7zo6{Jzg_XKycGoW1yA_i~o*fxs{nsrHWXu2Bu&u)KjCh)5V7 zeY!Cxr{;LJyS~1MB}9j&8gW9jlpT<| zq~2Gmr)Wm11QZGm>C7X)F4}lE!p7ZS*!a!uwc7!bvUJPtC#X{#Etl&87iz2OYTAB; zcrYCUHoM(jzdpY_yMozx3pbAFe&l?1LU6%nNs2 zl7f-uaiDVWC6|u#Md^H1H)7f>;M&C)V;L1K6QGP^TM~{ntKo^wfUY_!~PCnb@bMk(vVziYz zudlhp{+8RgKMSQg=kuiVa+NkAu2xtz|3RIXyR7qaH`#f4_R5iAs9UL8FzYZr_hv)c zxl$FaS{2IeM=(g(_o`Cak0F#@N@%Ha#~dywwNAJaYz2o(HCKmi1UAEE8FYZb)OZtrJ0m>J{+@>oJ#cVX7ItEPpn48D>nr*A#FENuxJ5&nvll!dmeGWy?=>1p>zxTPNt*Y1%V2NcxI+aXpP&5OHXcIP{^tmx*1D$?JWT>8h8o3`L+7If|AP6)!er zk}O*dqm3&nQ<&$(GAM7&N3ky|x$WF7cX2KToU;;m{_Yn94ly6M8Ok@P< zM#KsG{hZJ$&c|2QhC3SF!Fc2Ip$;IvFM*$1lWpq`K4#T6dqv>eY@2N$@aZ-+gO3P) z_c){8hxTc5@^lC5)hDxuCruOhZi2w?VZAAzy$keX1Aj2<0k231-lyR#9&O1Q&* zg4GMbLMvvFpU1M!xI;W;V?`sAm-cKVA+#}F4IK~ev&;#O6%9X0SM7(Qt3H9@AiW9Y zN2_rR*x_oSGlv z`$+J|Ivw`~f2+X1S#Xnkf%WI#gf%8~5Q|@>ba2s_Oai?_PFv*ki_h280bl>hFQ2Umcr(eo~rcud8sATtn-0q_~>`!-s@r3n9TYH4i z01wGz`%G$lDB*cGgL0Q4V7K@12BQv7axuW`^=abp5{|B-%q6nhs4!*LmcTL2ZV^0p zpAv-fP?qsMwf$+_@u^GoK@QIbqb4#K*-3-Z1k`QG6(2&oW~h>nQh`aboy~ z#VV{?aMjM;-xp7AZhyIe6m)Q|&EA|{-|Vh4*Bkok*-OGM+w0xU+l$+?%iEcF=E}%V zR~>4=?n5#*VyN}*tWA=@?W^Oe90yF`4u1N(8WmuO$C5)nzIg@%`i{Tw?>0nWY&!ov z1qPKzA@jHJzVzy3D9~$^?wflSkk7q784NxrUL|(ZRcap(Y@mRFOv~^YQFjp^cX#Ce z>$(sd-yUtCqVG!ToHtkwxohPMW*Y;_FB=iYC8i6qpsD+w_>jdT2Fc4C#`={s9Iv!5 zReoREc#ci3Q>?;Du^oW#>6X5vpYZqZU$<%w4TSLwmg$Y%7WDcE& z3Xe=3sA@=!;YgeM(W6gyKkr_=z1_)GfOgoguC8C7-A)HJgnJQ!8aQst&0Au42K^LA zdAU{Agn)6Tu{v}%!EI6+gj-}5x|pPtb<@?Nc*r9@UtC6!CN&z`cMl`@$ssbj?c}D^ zJY=YahbYfKAyUin5E?9Y)G;p7@(9x0Th2m8w~W8zUKOkYxH_)W+QHQrW4|Y_INP;e z5yTPto@7Bi=NIqVSq6%@UPx`4D1;{t6$#kSr5?*cmd-?u1|(NeZI(uLIQcY zkZji-lmzMRqD`7BI$RhcP`->?#pV~<%2*$cUfHF7x(2in2BeP zHc%aW{S^c(h}Mie3uCekXAr>{4>9l7MNWdr93^p{e-Y?(8XaMyF*b2GeqoBr93k4!iHY0pzw$X}#ru6Gr zj_Cy`E7f@&pXtWX>?2+)t5S6s#fDK(8Y7)*vG4i?(5}qHbxsKw-K=>Moj;FQ2=};> zr$_y(=is44|7Z@qJJtu^JveX7*!bO)D95F-Yi`LWr@lmzOR&!S1=ppDL6|F%Pd~C8 zNwh_4atOIY?V~Kxdr}T@QOXn%LnS5_M@*y?xCu?96i~6EE|#lFDBei;tG+S|n@Pc1 zsAbaOzTD&sTn0`20a7rYldq5jV`6O1rl2AFF$Y@;_Ppg3SF3P$2mpkkL^xhmsZ$Fw zWDFU9S_x#TJM@F}jtHc{)RTgtB7Nb3kV;p65J9UxP}KQ2iJ(<)AB3P)V-F!{)z~`_ zw6fzAf;RU@(8}h=aBl>K=|3=nR<%8Vpkt1pYl(GI24}Llfc~AU=S{Uz)pD_K0#?Mu~ zA3w(l0xG;+;isTyZS6E7`7n2fNcTh5+U8KQ2_m&>fhzFBvGNpZ*1n7JMS!4*sf~~| zhy(R1Agk7WqemWytnTHm+y_N%fmE7+r07xF5e04hmaL|&h16kg^h6|6XeKZ zk{nCZk|5_T9BmRDgTHg$WAZhfW_zF0Y|4YOTT|X8yFp=v_mkb4CYRm%DbmwVoMzL0 zaM`UXCS%>p8PW&KKS$RuJPOF== ztt+V1Xc=wE6N32Lbv-$Z_hm;OD8(L?Nsn82)m<4%Pb&aM)xKE+JzTTO8v4} zGpUhT;r}g?w)?Led*2uYet{2>Zr+X7V4kM`)tY!hQH{NCq(DP`5m}Qx&#~o_qJZLL z*t#uhUFNJ+`GY^V?s1b}e{sX170F@6KLA#;yDC;_dY{w2+}Mb=`gHX@&6Lf{%}e z3R`bh?$?*+Hvsk|bs z*i5P&1eJZ`Y(y5H%1VfB-5uC_sQWb)d}(Qy35g#&>ssq2ZImg|nL*cb;dQxGm0Kp(gIX zWm|Z+-wc2OpN?nRON=O8cyK=Y6q*{DaM6z$B^?o;LDrEmv+sVn-Q95BeaXnbEsyan zKml}X`WFd@pR-%j-;Ejy51(J2-=3dcod3s;C-K)F{hFR?Aeq39K3j?4NT{)l*;pL& zW_K<32<`%VPu-omyy73|zFqt>yMB9l3Eo#tsu7FjdU^1fC!gVMy1_EZ!c25^KwW)2 zvD*76{%vqNI0mINtc5;2DL6^@H=!(rP?kbb7N1}ZYs?Gy$F|hH1^nx-Hjj#?stx5> zLy76DSF@M9AJ1R7e_hUC{g=B7#{-ULSb`cNL0()r47h><0}i)e{ME6Qp_u3nhQT5H z zgSwDxb%zoOf2?^OHYyr{WFb4aI5N;83_hu6aXkwr`(bEvpP|?{n<5uD6#!Gf-d=kg0GtuO%fFi_)ed4P;4a0er8P1T889Ia?S&0LPgehW+HY&kn0u%)Z;* z{*>szd0prZqghm)I>*>0VY78rW~JgDHjO11(;FZ918wmEi2;P=s$OdW-3GgOoy)wEz*BFzRTJjR-#rchdCcbfqzq@quA84RAGl^TI2wrSJ0?*GTi)h(t6Vf~}A(aUw zvx$&r6CuxPOLh>DdheZl?!)aTZGpow2=P!T>=-l*6q#yN zdppQ%KG&HqhZHDl{z|>R^mEpRq zRb#4@V#b2FS&q}I|6{uPQm-C=iC4eEX?gW50b2!czSazH?%R#gDXF!5Xl&?mZZY>D zexM)J13lM5O-2Z1xZwHYgz#53q4nK(*zR~QH2Zs_QG!Pc8}LX;`lnI(`MdEbZ3~%b ze;*o;?!tW9-C)dd;CFkhmn`*bJggKRib;+Z7OY;$7j1$z;Gre7@%0`{;5yqf;HB?P zLBGL&TT$qgF@LMui?cMXWKLhyJ&xEU6mEjBWyZ!xXG1^p1JHd^PGTrG_V|&P-iQxf z@BaPm4p`9@h;Wf5+H+2!+byMxcH^?3(qHwH&%6a~Ssc%PN7DCAFb&K{he_Y>E_c@; z#gmBm;_CHlCng@t)U*Btyh9pjEC`jv(8&c?UO zvZXOCS^16!*JGE-GcbBXhK#T42`Bb<2FR3bzXulYy7jqNCa=$TPT?lYnwFwqU9rd& zWof7uOcM5zc z^+`IIk0GK+=lMLc|2w@w)-UEn8%_G+>g}bV`Mem9Mc9;iw|zFLuq{LfGonq_t#3RI z7Y;+v$+m@wpwH=xN~-mR2QW2x9g1`F8~%$f)c2DIz@qEt`ZsfI|1wM0h~N6-#n6W( z@1{JV*UG<;%3B@bBO}$ma|*o^a(=Fn|JJnPfh@3ZKe)h+&=-a=|N)P#4 zI?vnKFhE_ewP9dx9sF+odj3XCa!u@b{K#?bYhG2WS4B(u25nb?#`H{MdJlyu8pHB;q1_SF zS1*{0IK%)8+y_6jzv~j&AVbE(eR48${NQr;^X<%i6IXhY&3tl_g=9HOK{b{EKD)CQ zKM0UCUxT}fCwWr)Sp8ZTrdH1i`7gNvqff8Spgj>$gQ zx`1SGJ!Bs`B5oS(H8Y9#%4CrR?UXrG>i+t1fq!VHy)uXDlqG1VlAh2aE-WI!7kiM> z{}{<8TQgx!QlT1KFZG5{jpqcDjG!cnqNHv%=__seMVEeI{&*9 zR+E854|Cl8=9<6PuQ3iPVkgs$Gby?w)=@K;OyY39+i$$6!EfBVzoc-aN}ah|EzjE` z+~KUb$6XS;tDJd(RZRSNxF$8tZ)1Ll&56Yd4-oXZ6-L5c{dD%z*)Pgg@h}hmq64bd zcbcjNYIc4JaSsn8W`FwApMFasro-BdxO$~FXuTNY8031n7_%7U^h*B92FQJJTKA_X z0wR@sVUy3%@2TYIWx+&p>~qP9Tz;u2$(~*%N*0r%Ski9($+W;pb9AK-?0?Bu2h#qaZ4`bvQhPdz0T53X3i9xIRgYUL%2g0 z%nbRaaIKrdy?uJFSc z4DxFwL|c<%{Y9L8QfNi?;fkxaVuhPv6U@JlqPm*rbme~()fnei?f5Gzs;j&K`1=ZA z`yOsqS>T?%D;7LSjB6k^PKdH@?y4$*a20EnKq~LWz{={xG}QFco4OK$G|AehIK zoj0aV4`B>_%Or(QTJ)@PNjIXZi^>FI25;2Gz2am6t7;Q(S|uz#*AW{rqBa;{K}W}N zC<$oGGLGLviWFfI!7^Ic0qiLQ_UO10t3Jo|U>Y+w0ej+1xM#GRfIK~G1@5(}z{qSv zc%j85QVtq1Nd&eg33hDEvVMnsi|7;2LZXkQMx#}jg+e=J)Uu+AK_)?{X{T}Z_X>G_ zxRRqoikjqer$47+Lkk&nso2maY?zp6jWCJi2vulSRjAA5h^8n)_2j9=Oei^vc1p?l zV5c&n|GK*R3iGI5`Hm0RKl-@F_!Q{&-OzSel?%U-O4r; zOZdg|UJ`z_e3yL-(~M`?E8$n(&3UVsB&KPwX8M+7rA0joi-PLhOxztD7mPg54Z; zS&(4dQMRuHuc?8mduS<&)TH!PqL(_ax?If^nM)#%&C27!n0z`GVf?Uv%$8YQeZvr*Tj)4#Lo6<-IAncb}ZQzx3X7%~(XJO@CL>5nb|G+m0XTe@uzXef^J3 zTZW6E=jI}3_j5NQ?Wm-tSs){HB@RI$DnO#ISQU_0KVPfor~G2dhEq@6!36FpINDln zVVPdB#Hre+~emMhw|lUlVc43}W4In0-R_(8R@ zfljHKT>Gi>6kX~jsP*(!*e8zEir+MWF6k8{bgAp=jHRp-+?D$`?MNt6wW3JWijvd{ zmTCA6|3xQnga^3250|~s22N&-QXWPt4UK1JDuand4bHe?Dka%9x|~|Xc!4>R65^A+ zd@_E8aU^B5``E~XL)Q}&5G&g#>udCathOV}Yyt|JsS-09GqC`-E`oB09+W%vZJC+) zj0hujDqYuI!0)LlFk+=+^u(8nV8v5bJ#@v4lh|pS5U^2ATk-muB`{^hV*tyrDnih` zVIvEdSeLjZ4R20JnW;mGVzu&9y(~cjOUy(aNpX>o3% zW{4&fzD;{-EKkhqRwzZSYw6P(;gigx3!Uw8mX@w6gjJ>pUbg@;ljF;n`9*ObSR|NSs zmLK!AhV=Xga%YYD*z%L2?;If*V=reo%mexObx!8`_8*YU_5Gb>Zm-nXBHP z%=ME6FLCw%L+1X6%>56UJ51*K{sWP@VK9%1wsn6YbKj?FNk%#qVBl;n%+>l7O6onq zq7707MXD{_qt+l*BY`=R-1A3}hKMBtuy4VuIEn1`)0q=`&o5t|zc{>y5Q-YhAIrdZ^Nn?q1r7d5I#GcHm|_ z69b$vq-Ru+`s`L=2Zs`4(F{lsE$dKG=Uu86iCxA-m)+MWiNvV6HLB=iGp|$~N_iV9 zulsi=9C%b&wpYQ{E!9Kca`Tmc!?*wPNg36C$tur65Jd>pn71Yr$YD%*as5J*Z?2WY zE~KcuvG)*3!vrO;&8d$_rK#KX?)BL@v~PHF640V`H|NCCmK)ChcTPP0sF8G#U4A(NI z9=gpOS{d<4V&(Vq%d-n99Yfu4JbTJciRa` zzGM+^joPWp1~K*F5{mz=)zwZg8Nu?qoI z-*M@y2VD9(yYx^GZfcPVA02ugPlQ=Z(J_XIJIaZ&k6tfVE@kNo-)Sg%$^6M@x+tV9 zpd9yhFIcB+AKD-Up6{8e6XegZ?~s%KzPtKycemOA5@yj__xJt9%t&d-3nxsJjEY>- z821tUOcF!!>y(pPbnjM9su`Q#q?{D=K)A!z`zx1|S`7aM%1Jeg@_))ng$TXrNWxL2 zll&@Kx+v`zZSVfRgUFxK4Yn{)-J3_zKv&nV&u))Ddi2QrY#x=5RCyPyx%javx~SE; z$M{D1sCbn2bMXuqey!ZEK>#?O*(Zw6AI<6~Qrz-zZHos47j`B%gq1Z?M_EO>$zm0n zCYU7NXHOhg>b(86Yh6r*gWpw9^sdUF4d|&;6+p8JpE-%VcL~p|MrT@yGu#=gCf{3a z^H6=wKoRVHILLHF+dEdi4Af#eKwu#blTfrS(6-n(7|1s% z84VSjF0kNq3Ev#g62r}03^xsYNQ}C3DJ>1Z-m|pyUK4RLnp?}H#dzgC`hMU$z4%2Q z%?wt_Kwm=FmeEAYbPSLKr4*8S21^^4(Zi!uGV_uZ^ls)tw&!16dLDH&Gw|=5w~o2q+{8@wHE0YUnQh;DP|6+Dlax_~F>&9~51?OX}3T23cnZ$y^ zz({Iwm^m1NUpT#U2bv#BDb$D++k%4i|A({dmp`3d@95x3?}~hesKe0~+#0<3gmJ*z za}@3b7oeT{qwq(2_39P8_i}fA{v(S?Z?3S9v0G5O2eLg!NI~+?P}|_b6kYe!JoyZM zf&ar2`^me^js)tKpq}K)t-$;7-Syd}Q`Q}rVM`2V27yHzv+(3#^O`Pe9wlA{pyFL6Oo2zkiQ0CA#!=?T4+G;}`PgnyCi$fKU z7FX<9Tq)3{WDbm-m0xd5!c-B>{ zW07WruEsGGfm=;Rr-ZUhLkQ^Cj4>z#t03`a;OQnb24n&NUsz&;EB+bB7E>;@#>Nmx zsjE~+){OlrQKEW8kZI*u|JPT~$r|L1MO2y2KTI=Yr`|+thEC?9Fs#BJPc;-XrP|M4 z9{GAqtElxW1LTzKG9IJp3Amshvs+UEW{*{b+3sqe30lJkeJbCY0MnXR4~c}a-xvEyfA>m{@G)>s?TW*OTePukRIz5;_+#p&>Fk7qR)BZjkpqnJ-kkRVl>Gh3` z3Ag@S>(8ls$D0-t_s&GV948Vc{+>O#w3)xBErw9ya%wS&HR`$cocubcGLJsM zxNAH<+`LzD!#iP+16zr_1eFr}%1DAI!H;eJ6dFabOo48f-jw7IAkisNr2X_B(yXAn z4l75bDkCG(R!ypvS-vJxPrqB$5?HNxV|vFtX6cCdQf(|XnGREyE96k?WayZBQ4z5s znY+ne5XN7#Y5~| zS=G{wgo;@5YBN(VGS{MARriQicqa}UOJ(!BJa>Bxp*jZy!^t5L~KNz4x4 zkVLnwYZB#Abg<#eDcJN!QMi=^fUv`~oY-ugz_v~qy{g?rrJJ?~3ODW9IhWHa@)<%2 zgy5xZS(Ko9pDJ}l*GSOhM+*`SC4P?_xk8deD2(8~h^h>d;1H?|(ihPi^W=>&ePi?w zkYgmA)~E(qCB+Tntvs}%VxPm4XjrL|y!KQ(JZvwnGkbAc&mFJn%-s9qZkTzL-d&>E zM*+O${~4-;eGGA3m{cRbTdDu8b@nXNMQiJ^Rhm8WX@B-T>axgn?W(?qcI@?{SAkz= zAP+ims)+x$Q;H8N$*BZDhRs+4C??nxUZ+eX*i*bN7YQ1=an+v1{C84{o1;W2t|KW2 zHM^h`HvvXIXD!kwJ!fm82eK2l$>;tkR*LnV4RkPRuVbPDa=Pxco-RGsK3GY$Qe5UU z7O7HPA5nd#M3XF2O|sOgd>Qewf|7U>rMO6y;xHz0sxncEqc_I%jg|j`jQ?HNttwc((j%16KVk*zVN-;@9x-~=4dpjph z^=Kbb=GWQPA4ZSX+J9o$ZCiUUJ-S_*eR^~i)Z*lwA=JN9>@d5Eb@I7T>~&B@gP11p~@z+dKvPGv;vWJ%3YqT>gts9R|rzX@MXZ7o84t>d>7 zh|U^!axtbg##mA+Ca7be5Kh@HE zn2v9=+CWsy)f1`8jW`yMR`pTuFjSJEBBtYR>jnj@=O(7L6At*K%B!zTk|^(0%$ZBc z+=~OJD=Ep(x%XBD-lBWQue@`54JqYXKf_;(QZ2}T)v6c1{AT@hgHPfAT0gxIeLEc z?{6^<@#^Xp*t=USz>&8JZy8c0H&NICvOKj8+TNF2_sw&du+)1gBY>1@;q;JhQZYVV z{{L_RwI9YGQ{`BYoQbNwG!|Qu{)fV3A`z|!?q#h()WYG>%q9c1?qsxhb_y@K4SBHA zAT@*L&&z+ML0b)O_t`PyZ|3m1J;JZ_0^C;&JjvKJkE0ch>58iOq}>WiT!DIt7ab<5 zVOvLwFN!&V;*EXyh$ydMGiKDuk$;=qt>#4CmB_ zb1Fn)jS!;D$0)}PN2-yR^AO!AuLjxjqefJqY& zk|-x8U7oVNHL;%88kvDHoJMym;`@`Oa47@2DgGfu4(H`La~fBfbOu%4O^75iDEh(*45JwoO||iKWex&0KkZN*oG&z^ z32Xogv%0WklL>oP9h*N|chaX+iBaK<;i-d6snLpKec=%d*}+T&yn6HAX#6x|JP-+c zMju-Q=0cyX;sJFsePQ?PLUEf`y~7tVz^f<~Fw%``G_Unrt=js)*=ncC$f9A<)N(dn zJ(~nYHjJzfBL1f#kw{IkROHo7y=JdYYFr8Hd1z`*J0H^w&EDRN87bbA2@Bnr;;D@Y zDISHbW0sYcdu7+^JFqM}!KK292c8iL7K$q%&(YH0v^&7=;dD0UbklVt+x#rXsivSQ zbMg+fAtvbV8{|Y;UU!mUBO4rB6D8C<7;j*Jbo9;hwQ{ehh(!EV_noRu;JQ*cBX&WI zy^X5a`q#a)t>P3VNhWd3hz*)sZ|giQq-ZUZlx>;%B1Wf7uRn*MyVbaKSEzU#rT)l7 zR6Sw;&^3?KfeIhSX>c5CG8g4I^8S!N`yKd@`O|`X(4FG$r2fbA0pZc=FV&GOetSV_ zpWswP+7dVL9n2I%kC|k6CT{JZRg>XeDBYs4Ii=g@63}rS+VRBT>Jo5uQ{c+TMSxG6 zi8q}|X=YdNp*ks{2|#Xa3eqIJ*Hfwh%}gr4FRem<3R$QTBDq^)={V;9@+giZ%HIfP zji&M(HeANV($YOf%jKXF3@yD7$E+>D6b3IqEoCU87F{UtA4_ty$C$M*h^)Gmv1`^> z_TkWot>v}BjmEuLW|Mw{z;Q8G42nWS5}VJMsiMuRwfP98Z>Wa!5WJ>gaoO6m-&kf3 zWkDuZh{pXtFW2~9ML-(sY_fz3!dg)n#r5JI__X|b1^9Y{#dvswlHtWWoPTq0i$%J{ z;=Ws4nu+N?@M&eZ6z>IM69}!N>EHkSmQ|fkj~*PiQ2#_XhUJ#OHSF7o>2$U%h5D%U zzS9uC_7X|(_dSK1EmzbbY6UHU3Y+3;U!lMsESL!Id> zv1BVOZ4xYP5;)g(57z2J(kd5j14?gDpw0^9RH`adB558%bGT+za%4BJ>fwq#l2IuN8ZU0o6AdW2o|k5 zfZPL=$FTVU);LMxP-t;rdaE+YTkr}zk(&2m_)?qD((|wIfA8oW6r!xpw+ZK4hx0`v z3LPddLk_Ocjwrv6)RXBql73s!4sx$29CMYLa`2dK3ZgoNoAszuMK)FK$151QY&t=S zV{OFODJlUOf?G0@s_ApgLo+9jQs~>j!`Ng&wYYgxYwRW%{`kH;^sN0%Q7C{XtVg{y zu|vHEhe2S^-86=D0Yln=A*6MAQwsP zD#_0vGpJ`}{r+}rpMUe`@#(h=bfec+d&eaR8C&v#gPy{%C)NwIhga&9*F!6fe%`lI zi?>s)v`rRj)j|s~?sFbYf1h>sSeuymtOA4S1lFWn}B zgiuebS56-L!%MFZLOuR@|I)pmOa=JCTIF+*e5PuweybHa()p(!QoYWV>UFMEPt}U5tv3X8RTeH{wc*`bCB&f-qg0lWS{-*09WHz`WYHit zb9DAOO7wL`Bl3kByBzU1IF1CXGE^X6)&zRc7o7zE73CvC*QrjuuvipgOka=;$|P2uf^25mW=t zCbl6H!IcbLNeptc&+wzuqm;OopaLKV3@Yy6k1|db{1WRo&-#dFah_Ank7h$2b7{wCMRBpn8#MllBg3Qq*#Ra@Ri8w zad37_@h9{PP76ryXsxsd?L|u%Xj~prf8vdlTDOo%vW+S4X^6nLTGFhd9Z1%L zRyLB@`a04MB0+AQ3v%mRkXz@1+&UNJ*0~@zrF=A0sJ3f|EXGLlXpVxskBjz@A`)v9 zsEA}zpp8`wlW8l3R#zklGszneBlLrVFe{BavDf>-8VEBI6#TWiF`0o-?a4q0q(9zk zqHbh?bzN7c>c(iNQx$FTp;8r-Cwj_+b&a5#^H+Z)#Wi@0RRtTHU zGvv2y{+1{l8n34uIptJBWUDS$o{F_Eh=s=W6gv`+s@Qx{=ZB!Twa%9ur=X?&tx|D^ zyE7A$j51EE5S51PsC5bpGX;yxjizuUD5c)?sEKcsbEZ?IS!2MRNba4aWG0K&R>wp% zEb=vH5?)#F*+pv0RG^puXoe}txKkju5fis+hB$Aq(0n;y7>;KYUf2U@F_jcr+6+8d zeyUB;qK#ouOu%9?ud=8U3x#IHMh@yh34gi$%Ff>@OzSsK_(RV3TPOT=eZj8QHCbdJ znG6?vYB=?Ev01OH5~J@SM&7CXo96?4QQ#MTSpM4Zb2LXe${d?tYYxYbM|6}qY^*rM zQbj+GTbj=O2=jr~skS_>;-7s$?v}!*>o}acvq{sgt{+90uB+ufyGgbvxI_!lQ|g0@ ztRKF{DCE2A=VNGo-f^%8{IjLomUNB2S1f;I zQ~6ceR(A8Y)=dn3SIWGKVF!)rLLbYVZuk~>Fx*7nN(abSf1JHIgUWP_Is@clN|CIQ zpDfgqP-zTPC5P>!Pq*F4!~uQ81xcm5;d=AC=@b@Lw4 zt0(lr(y+%=A=V?9FTy;rfe(jUIMF{2Ud^Y9VRrLzycZhH35`09Mh*pHOkzA^?Af*_ z5dvvclg`?ROn@Y_zs=wmL%&Yo3lqn!Mbv!q*&YmhAhs+KTioBTBVu&EyP5rTb^Q{m zqRK?+QSTv2F`C>#d#C{9P`6$aDM@d^e#}F8^7S(&t1&i#6@Yp~;yaveDD`2x(Tvm7 zgwJ(leLH68y_HRGv*{@vT4sw{w7_VOKE1fQdgH)#dw!8m=azHKtyC@38;ATAXyw>9 zb&H*o!KP!6XWyOO1UN$vjyUW{|ThM&7n7M6zznc{)R;4XL3A^!BzIsmi*Mo1R zDx?1mC&S;NJ&;GrQvWWf$wd&UE}eU>I=O>wB{*oL`?(rwDBMsujNpYw&k=d0b$`z< z&u`DqF3$fW>zwK^@IQ9fS25NJf+4zH>@L5*{UPMPQsLw{|Fs+E5yA|`zfi`cFUSI5 zJ9S_)PdL+63SU%Qh(m^IqjtP!movBY?=J&jD0>mp_f8AE&?k^a{_R=?b^=noI={GZ zVCC0ucHh4SH2CTK_J^6#8L>Eu`2UO5DNeRl4f^@Taq-i8YK=-S^tK|Jv^8Sk6N4$}g zN?2}qgofmu^kcM>04~J#o8&lD)@zYxy#j*9uuZaFdD6K%cO*qneif*A3Ny-P)q9wm zy?dBD!sQcK3woF;9jgp%HT!7yY#A?Yp2^B9;lW2sF}}WFre4XS7P%;8WFs;%yENFm z*{VJ-@o-?%pvy!2y5A zyo;Yrc+$e|HSdLxJ};@1iKomuW&hEqFVAnzzPkX*24(wkqc<~DEpSQKZ{NVy;E|WJ zR~KjBXKpJNQ_8!8BTY@Z7*_U|XZYe9N7HwgFLnX|?RzvCR!}1tzSoN;;ue0e+X<1?F~V9z z)`;Qr6>&oyD-%se7|~`A$M*(!Pc_dbdbKswa)Ey{gkR=l+yAqVQ1A^7pol)oDqH)>)_9?a z&wh|{zrLt5uCUao?N(ThC)?ta0!wgg*(AQLV2Sk!Y}#N$_#owRh2~0Ks3v@N?=_iB z7^=*p1RBnD8SAs|y-X@x^gu0N&7j%*+0Er2NX2>j^eJzUd))Y@s~~{Zs^v_<8f5k4 zGg+6{)({tOQVDmpL_*c# z%VGA)v4a~YBt~!;nP+M7Sz~8%f_I%%ayDgl=SCCFzi^ED7OL69VFpp2W}dB^zZAR6>b_fo;%UmvsbKm;=Q| zP?O#LI99uOdHxbG3pW#OdgV6#43W=00yu~JECRqq9RdLzbb=UL$^`yZ27fM(PIys= zsB$Hg=eI3#I9f1ELu{iF~RC4>U_#g_q>(hKQG>L);y92@xYDbD65 z`;$`NwqAYPg3$m*g#U9&JFf7>+4XH$;zz#dziA5A*WSK)dFCL@yQ{}zxmZCYs85h| zI_f<{eFo}zVA|ZcO|-$^u=_A)ng&0d==xs9vaUr;+*V}SY$77ooSb2vB`M?#SGN4@WMWo-{MdJ)Nv+#|ZeA zF3f$901JG^NC1Ni5?B+98mk`c(Vu@qng4a%o)t;9`;0o1Z!F7wiF{krZ7shw5ByEI zJa;riY?US^-D(j-VN?#01O;1yY@168;=t&pPIUh{I>|h!rV+}TfU=y7frj)0C|d-S zEf{5sLny1w;(|^RPnjTXsgO3kf`Rt*57|Fp$?+razPr8hcy_aUaZ6q6Qt8bv$&l_3 z|1N>wE6aV&9qS)aFI@i_ca6pLpx7(=KHxpLsBGlW(@NMftrqMvCk6W%-9p*zL#Wnb zf8Zt{f?7tWE~wl`iYOVR6A|}pq}#_2u8TM?%7#9 z2Il2(*ZVZMf2X|Qh@HT1Q4QBye`g4uiI372HeMeq@JfQu z?;YMuqs}MpTxp9gy3Ivv!bQZ3*F289+cj0Tt|8tl3ttl=La`r%r3v|iL<9iJu@LbT zgHwt|rVue+ly-viu%Kmp8F3{rIlR&BMHN@#)Btq>98{)BT9K2mj@11kw(ZtxCoxqi zgsND$hKzqwZrPSYe5?zlIZWe9)5Y>85fZRgF{-R0nq4eah*fgVX1^#XG`0<(n$Sg4 zOfEep7bzwevb?g6wpecQV1WGSvO-kTKTwMo5znF#j zpu3Z84^kda9ppSqkAR%le`1xKr~09z%!@%bXD>auD3KuiT<(+3c%pxAkY!N~YpE9!ffi8qp_OgQqv1e!5*)A9a@0BSv%AOVywdR0YqsKgk(h&Z$p zbxtF~MS z;Z}wNh0DT?3H|Y+qS(AGgKuG5;lJx6WJih5CS6uln7zcm*-!i%Mf@MYNC(=ii~%uqj-=ZI#t5#Bz;3Ut-KTI{BE%LHZcoTKif*6PqV|&7`WI*%NlgigmS&2?I--MUI`_e(dac zamB;16R6`uo?n?<-;D*nDMu%_5FqV$a%eYg9=Jc5Mp`^`7}XkMK|KU zshec#Hk+D|mQN(G*1D%GM79HJTsBdFj@VQ(XILMZp!!3=1v>2*0>)zOQLD-cwW{=L z)dT<%1*-}QR>cZd6)RZlQiZG5{)mY>IHh6QvlO9~vjZBX~C{Lp;#aguPp`LXZk2`<@7*MI~DFBy7 zFFANp%l~Cq8}B6{Weo+5%%3lZFCM{b#RwA9+(|BfJ)XTh|MC0=qMyI}#b;9xfpf1N z=gL`P$ZvXGUdM3Mf&Mv}8vNrtLvIsnW2Hn{|7{VZR~yVFZE|uVKeWNfrmcyJ^DqMN z8s^FqU@Sy$K=Rp}t2b{TLi`7meTTRMqY8gka&8&Lw|8CWIqAk7#z&u?U*7DlZ)MB^ zA{?&x%^P0gV!vpyeqaM@3^p(NVuh)zhXTw$ok>VKe1y1!>)rQmmAh-7 z=DOuH*FP@49-oXCS1 z7X!%?UfPN8M@>0?yo!?me5oC%=v1H%D`XhX_5gOmk`6{&D0|PhwD% zk{7uHIhK%RqdLr_9pwK0(oE!_cLcx+*R|T~9w@Mge~O~kJWieXTa^E~Ab+%YvTXP) zRugfX(|FBeQK|~7?ZN@_lI!N5^7=00!+e~GqoH?Io&kK53H*yZn>L|=80x=mKY@42 zKtVb5)|Npxbb|NI+3TI8y(qHSE<%RnBwh&*R$9ZG|3|Hvf@|R=7_bA5LlYi3N&=h) zBlyOv*KZ(LfYpn%DclMYdqR!~Kkn%<>+ld|rZGFw32j*mvX`7yVlb(sg>S%+3v>cy zz46LP{0s;8N7#c|;8GyvA0P3>9(~J#QYr4GIeGE+n#KwDq$AAsOYp%4#YtF#nq2I! zCO%$*4IXaw5Jms3G)>%f+*R4!Gg zTy2xeHRV5}So0j4lCr~dTgUgYdz_lVI?o(IFsP!JYjpP~54Y-phKr6QqbYRnTB9P3 zNQDT|MM=nIkpyUwwiage@h*4{1|`Bee8O-r|EW-sF@+jeTZ4F>xOyDr&XdF=T8@Rt z`t!>d*E`GD;y*0EBK&sQoK zDaq~7(FaDopL!NVj!%DAT%b?pXQh+Fu|j~d?c(T`Zs|afG~bqT1Ms?#hE?HZw=zn~ zg7FT(Pz5se%xOA_M3iGOqa=i>7=t#7=!K__<9Ikajb7cUfGL9&G~#6?*pL8EK(N1# zUrtD&leGr&WIII6qOaZG1K1f!W0-F#58urJ(`?K4&#s(G)=XIdlmEp2!_w7hL^@9+ zj-%K^Wc4HVKte#EvT8Lx2?TRDRc@!+y$?*q>`zt0q$eEq%4CK5apCj${V{w3r;x;3 znuw|uqKRULr{^wUVg^~l4|2Kt{_OVr$6e4_OP|VD!iqlm?mY0FglYQxnGl^(t6ytc z<0nILKgj@@1WE=opZM~UAbvRaR7fjB+G9mPlbd%y{;bmQnB(sUz}G0RWWR73WR`>+ zrMWUDJRb#Itu?!vGQT9||3m`qZHNRZQ!8XDMle@l90YcnGJ715AMh~~$pgkFSe!@$ zy_KwXAIhQHw|me8DkGj)?abAlSMe6~iH>3On6F5miR2ZL7f`&}BR%*hzg4bpB|W6x z;VL@rSdv$TJtP9$#>Z79L)6Lf$+i?z*TysfL-jZj{3cEdMe9QXUUcRi2vK`RVcuFL zUJJeSD2O=GFtr?(%4t)O)R3kCDuE=$(#J9PBxh=&S!|1Skf9_oqug%+lZxOm?o8v= z0Zig~qy1|~_#VO`flmo$>F1l|EVL{*CHtj>Cr#=TS+7$Xypj!5%rBDl%FQVs-;*^c zvYG1OrwL}AMk2(76~3ZYSayJF1byo($~hhF{ObDr_7^CsA|^;E$_0uXec>4HpTAkJ z^V&E5XZJAvOeHq>S`4*U!{N8t+Z)mSp`ea0u|Q2yv|ZEh9Da)2>G&|lM}=jvv^YR4 zn%^D1p{Q zTvfY8aFQVVRcx(8rv}P?KCtQ&GkfwG!Wn*w^!6(8q*P)8#8S|DkjjKXf;(6wHXpHw z_p&5G6266*-2kPN@+60bD&qTp)^uxhJR=SlOc)gojaR%RADSAv@I!kehmU3qMh;l4 zWph-p#t*SIei*n?RuvXk5e(Qn=I*ox7)qG7D#fa3%4LhLGN6C;(V}YV>~K_^>!VL` zd2Rp&BAaSM!-_+>EOxl?CL}i#46jZVQm1({5D&K2HB;4rqLd?+%}TjF+!xRoj~J0D zSB>9{1x7M27iG2?@s4z|nJ(Up*9)VSuNoL@&&nlwzYi<#dF8>NOZIC9y$LuXWVlBh ziC}92%GE@ux!6M;9ND2Zn$vY;Bayj5WyPZEY!X&UY0fhk*Pt)<^x15rYHI8A%iZkx z?t2w?kGyA|N)q!rLeaUSd5?ZNJHMsCfU8T0TsXU!6~*krjd>GtD(l4Y-{>I!jwXvG z(RmfwAKcukP@U=sVdvd+TC3ly5tHVrxZiom=G`ky+Bp%yQ#xu*;XMU8B?_;I+()wD zn554UFE_e+Ba?V#&DliV`f_J7LO{p)ZHQE@xxAo12K*YU>KBjWVmR!GjSY!>EPoR0eQ8mgIWW^>x@q zJXv2ys_Jau8@WTJ)vjw4M>l1V^;sB|v{a)vt^#L(q6csDd^L*T-SN>GCA9J|+Er*& zJ_82Ah`nN)QR30mu^v_^sh%d==+DJt6(1aJg6k~QN$DE9C_o0@7Oe@jhu*Hbl-sk!(d zEj^-6fd%(N$$0D=%JwXCp;kE9-h5adw%BdK#a96YL;?L{LGE(xegbi+bb( zd2Z5i%oM%E@KTe~%S9WH!|VMp{DW{P-pq>Nu9V;6qS z+w<4wm)}QbI7V^tb)k>G4R88Yo$ju0&tJGTZGO3YA<_o7ITH7gWXJbmfHB>c458aA zuDNoZf_|yYgu0HKPL*L{UgrcNUUhLHi;m2H{F{!KYmqc`!A_+N+KkH*WlP&C6S$n7 zzuaAARQ7#|Xceoo5e}7Ojzi@buWJ7G`sOx+&zggBYxDlFqV%LlnNhl|_<2ViwWB01 zv7?G4F7GiUeK2<+yR5wE{l8`#x5r&@9fwOV=0qQ7T!mNtMfiW!tDI%RuZpJBP#D83 z=t`$ijl+(uAsstE#0Zn#Os`dNOcra|%Kq81nj7+6mwgB}@M(i!?ExaXRmRg0jo`r? z8JzHo4Zh)P6;t4&|7^t%6F%$TDHMs^%x(?5tnkVhuXt`Vol%)V(>k<~O1Dl_xG6Je z&1TT$0?dEI!ka;#Z@$)rbx@fzbz)W&70$f@KYI;My-Fi5apa}%_i=dWO&nk0O~JE6 zgRe|9%$lPFWPoCNZLvbE3)@pdcoGB8a(p6JtqMjD)x$velZjifz|rgSu~P?P_&`=@ zmxg{PY*pq=C-ZnVR7si>>`cnP7dpkMjP2B~uU@(_%o7~!(^>HZMt_Vxe>H~tT%JT( zU+$ZVv!d>_56dwo1(&pFkk zR=o|WKbM$3H~ZMpXl3?-Vq1?8M|5hQ+in&PBn(utzI?Q?k5x|(#|D?rNbE;8HO{z# z&J!tSM3}~_f`Yxcs={Y}dvNlys&rXRv@BF4q&|SEuc6jpqc!-r@OTM>5MlrgG0~Ju$`XLjeNqPFGa20BJmyq-_a9U=FaCD2En$tb*Jn3>-Mu`T?S8)9 zUA}Zw7;}hm3eJC!&1l1Qyqvv0ckuq0aahym-n5(*?z=6(y}f#S`4ZOkJX$EP?d!AecV9X< z;PP;j{0)Mc)>NW_>iL>JI)wJy;b;E{PM}cy#^=5n@8sE5?kEO_{~V5X_44KHje9Yv zgxVX;fABHA1fbAfvw&lhhHiKy>#Nkx=LQ=izyON?w>nSmPU7Yk{Nl+#;X?IL9?u;rsi0gbILG z216z)qsRygUgoxe`9C@Nn6bbOf*1Jl@hqho+3}3=@r;3e66E&DX7H*IG0yjqYwG5@ zy}I7K1ez#mPO`CzkhG)fM--06n8>6?zkE{IlUea#F{>}ydJ2-L1fk|L z3Dbib%p}Z91@j_;IRdrsdlP^PpQ0n_`&JzZe0mVfI}h_NgZTuAKXD)qrKQ!LCLunQ zarko=!$m&JJ7X3y{lN2@+kb@fnm2_yFZdK+p?ayWP`!NEdA0t$+WVf@>>v2RN;B>~ zu*n)4Lz+kuW!m0@ehsZrz=u!K(GBf#3`Yl_LfV44`)mq-Hbp|ON=238@-efL>d@$H zIbHn*Pq|c^7AwNMp)Q;bW?<%l>{jgYhE;#u|JPM+c4tnMa))&F0^{tRbZ`UGAXjjs zj$Gxw{rJ&iAAZQCsKk%`99#aXHor;IY!T8i$blff#_(CfMfB%lj6at)`7FPSFW%^H z#K~e*Smyn8Zuaf^A7Yp6 z^wU8KatC}bIPlfLV&N7*q>_q=x7kImf+zF2_sF(tUw#bR&IqV-yVBg9Vpi4P`=y^0Ajl+)`H(W?q|xj$f-V7;OO& zdaZ~sAk7rz9V_y)opL-h%(i%T`gHMVRUW}uMLDtJD5AKpJNwa>U*S7$#u7vR{J-(z zo%3ho(*PC+a0}Qz|K`u*({JIs!axwAk7KJaz%T`0Q{&lH3VbPM)i$+r^gd7+s8nM^ z9Bg}p+15gBTP5N^SVW`zfUuc%%tam;ry=Bk_kgLiD%coUbE7I*VTn%lJ8Yy@zn4Tq z_;bNbNr_%HzrO(4vD6t&^i{0|IR6y~?5eMFf=8!Rj6wJ+;Zs)e(&q*pVi=7$*frRE z)TtDeR!ofI5{iWlGLHLi#ZEWw5wK~LSZ@92_57Pq((ROjhBlQ>jBuae3#WrS237g! za!|;H(jK;r`j zYLgYg7d%k&02md0x}rX;2nsUhFQe>N(NzKDlE=r;&c~WoWGjx z*V4&DZ_2mt#s3Q@Vfi% zqb;LIL+M9T13B1MA*zkoMb>U^tz6vMWtiN*i);|UT zli=(PIe047Mdv|t%gAWTB2LaJamqqMZcWf+qwM^!B%}9J$Ac$b;#wTM38L2!2G^Ay z!r-+Y+{T0VaR9!-!FwFMJ5sUI--eW%kXO1Xq;m@A;6#I0ao{W;D-6zYJ2bec9=?Ye zj$9In@xXp=lCZ758^;uaCCTq-Tx9GKnTMlX=`H+}>zl+XRswnSXJ(7r^oj1~Ncoa;ZrpP0qeBTCZ&&CKfE9AD9eA_+a@wdB-Zpx4Bkl8H$o6f-Pfo8aH?z#`!^;2(FsuzNAs-XViPpIdWu04E*10`qom*|ziD74*7=G4?VQ8Hg zj@F4`X`L9b)`{_JofxLpiQ#H0fT!gE9y_MywWXwz56bom1|35mIi-W`Pwr_FihaYY z>4NWx`HlSqo`fNeY+J$4swPXWADhS>3PJL$@<}Go`HSq$f!>A#$xQCo;Cdot4oD7m zMzRf8tkg-ZFS&Z5&n*p%89N)PLg(#kVHO|W5%Ttf7(Zx-Rx)@Q2JhA2KHes_z?LC_ zUkyH86kJ366f2Q#ijbf)Su(tgJN9DyZ zWI+slhb8nS)Ud?)*`nk&md2VBEOm6o()N; z3|~oYc@}r6vTRrC%0^~rB0#F_-6pb0vq>$ne3yykdvDOex4~OB7%?qlTUClYg@gOK zU_&$hf>m(5nYpfg8w&UyKKS2!N@HVvTs-~;y$_-!8YSbIBud2CSPU8DNwVxluMd?mN&iC1e`}d(+(X4U0)6yrf=yp048J zL2mgi=aRU&EEj$+{J-(ce4?xzp^y9KQ)BZ16_vrHCwSEuUm<_PUWHQ=mjdD!AgKq| zU?{VWX`)VAKd=X9UErx%?1}5~{dU6a*U7%qJ&B zDmB$C*Z9&QiCi-j%9KtvOM!gnP1@1j_q1ojEH1jYX;{QMxwq@&Uau26uuka2I-w)$ zgwCuJI&>%(6oZDch{}Yy)L956x_bh%84K3PBL^_Q-;fPez0lb#(on)SZOoU@?_DZq zyH(_jykks!YPw4x<$CHu{#>`8ymz|a4gZj|uvy$F3>ZqVFS1>Uf&S%y? zPxPMghGi&8zza3P;dyTy zD-`VJp~+>bPK3?Qr@q3;z=EB^8g^!xpc;osDVIEKi;r9v{>2K`8U@tzx(^fEuGIo1 zli@U&u8Kw5n?x`-<9(1eg@9Hkhbq%i$F7z~)SjpC9!q8Qqbg0T@c!V*jNayuolK!l zMmzub_c8&b^t{v!$`#=2O+H0Q6(L8L~{(R7xNsa({ofdK}i#s zx{%L`$R~%x;BmN1uTP_qvcHE?ROcVc6e>y$-ptbJ6ORQK+Eq_5rY}6|7i- z2SYs}oiC48qS3WckBY@tp)6C~DIYDlU@?SJ1xj0u;8;abH40>GN@Agw(1q%ART-yL zL_W5H1tE-`zG&4IL6l^!1&AqlConu`Q>HW@9+3DE)>DPuDW7+(Zmq;LjOx~%`ugUL z++x&+(k(809X_d5fvsG{iCZ$@s?1g(Tbb#nWqQNY?2|9on zSE@^;I;_ZqSlTH`#+J+EsbQIwQ9LyX*aoiO*okdEjnE*dc2E+L3Q#uOS(sxJP7?|k z)H$`Sh=iq)MvK8@l!9-q;=MQ{-z5r?+Eg4Q#Y9m^WQQ$jT9I9OBt9ig#-@dULJI+k zqDGgRFJ;9XS4jV<+J*uQikt(|J7GBx#v<&0i--?_5NqM>=)NZy0tFyCL(zcxhg9%@ z$N&ZXf+(51dtXk!vCMW_W+RVst$$?gfa`J1qd~HwgGGHk@VWk zyjdZesg}%G5<9CU7z~-+oz)KBompmPC9RFAp%X$4HKBw~AfYD^5?X)|Ae7KMB!o~x zXsML{o^x(F_r5o~D_M5P_oD<^^WJ^8oO|xMryqSpkmE3fM`rolk^zY)F(5_GfD|S( zAo><(at&ud3XBjr)VW#7AUrK@z74IrU-B7Qh1ez?PezJ3&w}QtwsW-I+0~7_8JnBZ zMnmyQJ7i~8LT_Fn8@drGISN#L{775Qmpr|EIK4f2Ey)YbN-(Xy3Z0wCx;uO$%S@z` z4&}+tjmLgF#n&xCspSY@S^Cj}G$B>MQ6r@v&9clC6fHdB5Mf^>)P*L>?koPS61U>d zi0o~FG+ML+xq;Q}Dx{hogbv{iCkiJP5en0Eff#vfJhrGcZn zmn<9nJcqBouT`?)5;*Q4Tj4OD3g0Dy^R)8X0W&7rk(#UgRz;wx$psF1he^oE7Ug6O zqB(LUw>9qst|gf@IfYa#oKK##EParLCwk+vs7fHME-aE;Q5A|2ZEFUMDR8PrfdiMa zwt|*SL>1Yh7&S_4h63$H+%AobpA&J#?b5uUlp@aDF6{)vw>2kt#JHkVjY110nzZ7n z5>zOGdx5#ovBOxX)ij@3GuAMYgQU!0bR6c`m-q-MeW#!8Cl&oMEwjNG#fW|%|H8jM9&VW3JFut2g| zWfZ?3EB30&0uqUv3zVL)sJ4su7N$&xWp_(MEdk?{<^!{|nqCT~aaL#^N_)92d{@Fa zmg><=)PdJp(k@{%EB-?FtBPcVDyngTj9A=j(OFwuV6hrxOlhVcpi5T*hI=qc2_CAg z+0Dopc4J=wmLe3OwPFS-wOwL6r^*c}IQo#Pqv@^2_5n-`;b<3^u9Y9ww=}TU)oCDiO4d4`&7^3Zg)(oHL%K z04y<`bE1)6#^=tNJAYnnvpnbwR#v%YOs*%jhq1ol%50m_!A6`%y-=*YU}jyS!_(&C zL&-SJC^BH{;VN;6sz&XOr2so0NT)+J0->mHV#N^$O*E=H`broCk{McO8yy-|UNoj< zW;#q>1Tm1e*PJ=ZTAx{o;zWDq0Y@4*`b^c}pknc~KC{f`sy0E9L`{vip(|R?nOJok z{j{F50u{qhuR$7lWY=xnj7qUZi|OCutpIJ!!?mqz`QG=9~B@)MqIIS-zHvB z*(QXXh`AIen_!g{!BPaNoFYhNd z8j6_k&^%7!9F~xqtK~$EDpDP+lD>sq8Y+>zgh=ixCOOiV6!w-ll36NCRp47IsZhnC zl`bgQSW1^lT&8mdqAX32t6jjo2e4s|d|2j*-c)>bmni)aF)_+DAABHFcR@9FNnXX5 z@m5-^r>KB3D`Jfw)oT%pJlnk%O1@#M0%YH|VRD?%kwELPN{pLv5l%xm&ca2fQMeIEyGp8kqMbzvJz?DKdN%yD@HXb=E znNDhgWfjg&^uyJzTHNS%+SNp+(?>j;^BR=tNqMZX-*}QdPQJlNoXjNq~YUQ@hj?mdm85 zneMc+t095Kn)1&!F*4F&ev3ROMahqr6CeZ-j1PHCiW#YcD@B=bFtm@Mb}WbAELEc| zze@tk-KR7T`}S|;aps%~8lIvW)zwj*xg>=r7r zFw2yi+VKsOtfm~_^f_WlGx27O?VHj`Y(~x#L99{?XivDgFk6XOf`D{+uf@eo$S2H4 ztjI26l?|5%ps4qbpIN1p)Z`Yc%4^ERh&p`6y`VWZaiAVk8CY)E)c8m)`9;1Zgqo5F z%Y+hYaa-LMCS(7cE23EQBCRVqL2$FEvP%@%M)8ypCNF?0v|@R%71=3Ma)nc

x(i zW4^mh#(mm&iMt@@B$nbtV?kC+GRFze6JV3$+Md>&OtB#8ZY^j^F0fQJWl>8AF6cKA z{U(xJx8)Nyk4ZDb9!xfdaO+K1)nOrPih#> zt%YH4MP8WJcT+g1c`8$Ual*+|G?mL8JXXs+xf6WJG+!_MDx5=V<3gMP@vWRFvQDk$ z@+Mdl)v1+RkVuHDj5X2&mNB3vd5#%a-@n!&j!89S6c3;Qa`BZ}b{WU1tC}7$JEPKW z;^u?KBhYn~1z3IK6cXi)>ZV}LA(oC;uHJ;tPfsUtVru4%!K0!a2FmWOi+qLpL2Xse|VgiiL*0#QGGn{F*YY z3KA_vQfXY12~$uIIe{=SOe;@RrPrzAyjr@diZ4iZL0YoY;&hE+9TaNi4i^iRsO`ui(8kn$=hg-N4DmK;hiUSM5>F%t~x#1XL@TXi(Jm zvx1moN(?O001Yx{GAAce_U&Re+e}6Q)I8yG)N1 zn6?_K9=n~}BRf;82qGr8Cxph%R>Et!mH3)B<%wP0gJm*Er{X7B;g?L25(yA>;)s-v z5jAq+Ei09{=C+AbZHlQjWhp1HM&(+TEMWnrmTsb0>6nWj%wAI|##%axYT4bgCd>9@DNqUFVndvDBn!(nBW~CYHa4tl77TL>teTZAQZnPf^u{`y z9BF;Hm=pL`zBiLPx~N*VB`r&cMz)DY5@l;k%EoAAwPbPVcx$kVAP6K{90@JORBJAG zY4%QWzcJK1iltaZ1}!TexvynKois2>ivfw6Ls1C<4#&&+QkF8iq?6)Vy6zyABfC&s&v}5_-!v2gZUujJWC_tE-Z?#tAwf1O)VfUdMy`h-e`fvc# zlBMh0O5@Uo%nI#bf7`#%pP?#~@Ns7}g7W8szPH@jSRK1Gq7j=CmVz;EtC#>xb}BO@ zzXOEu7o!AK$Zht|6LOlB+;<&Sbk7+KmPq!^N&{h}x&J;9ape88w93^$X`du)llv zZm-gAH)iJ!9zG-hc(gU=?e^|5!oTv~YOmk*?y>a1{sa5xYKfxO1o$oP9*s8vHYe9R zeGJBjl6>Q#*dnN8iRJ!;lrdDZpd7$Ksep;h#K9;PW~l$D6ltJ0{Tc1bmnFltwf3p4 zTnIr6q4SMk>JwWLD$|e@+1}QC$bP{nB&NS*A}snx#3~po!-qH1(+&k#CX==!-Yd%x ztz@4+h*ZWeG9<+&R|FVI4zM)MzPwH$ z8ZCA%fEYzk%=3^agFjBEsmXfiOkVxg`C*I33S7|_<^6I}oONL$;f3&2JR=kmNy9@q zqtE)%dxtrE(PWaa-jJCD)hH%e@K(^OC}^Q`wceJ7voiO(B<=yBRZ>1bcv70$F)nNv zXeI17^+}0RCxa_6mTDb8s$e94OZRds)UNCo&4DUyaiC0!hgqc~!DJi?dJPUOo#ZF6 z2%Z@btnas6G@2nuI%T8xjUdU88zSMw~=`*}B(wfR4(Pe0u7|)bw1=EQ&1^q6&Oa zB%Uw-I-FH%3jA&@OxwFu}R*)wZ?$3nt~GRfgks%Ev=W)ZQ961>%eys| z+9OdoU5(?K-jP_k0ZBfzQA=i68HC6P*IZT&Stj%_WdCNEt8{c3o=y~a;w+-Ucxy#e zkRS3Dyi0tL?wQpMAcbaUln5LMf*Mf%m_k$F_D5$F_Cgm;KzEIVLYSD zYvEa~1g`sQGp?P6SQ+|EtPK5$Vx{jhvC{WB5bm|#tF#_`S>?AMJlj6<;CAJ*Bdtc; zkv5Zh%+RGC|L;hfezB~8T-HD?XduUw1JU-BR4j_lr({)$3IfNIsv1>|bHEO(M3sw) zQzc3~*-4eCO0yKt~D-wl6b#x>8b;wBveB%Kwr7mJDXeGVRYwqiM>YL%W#n zw2wko2(McJbO-&EC(T7)Fv@qDIg4?BPgdq(PGyp&O_xb#C1*zB36|v{furK9KnL_k zY-*QOlz5*{kO^9e7PRJ+v0OJsY>I5jt8DwjCQ1@blq8x=>ydSYh#oo07+E4_ zk%@HZ45XuWoMA|$Lq zM2!{N)IRV!y^#(=Dk%xIq@bo;UZpf!R^lf{)bSDQJ}kk!$OUsAkt0VUz?G)0zPIV2 z;haWagQ+FwO4p$uYZ*~7D=qB>qsrVkXQjj(WhxmK9OV@r+V8irc{tmbH7z1U{O}6K z5n0_@Lp_M3gKI;{CW#~`$a5<0O-t$3YOEb@>xQ*MEa9wK$v*E!|4^Dvvq?mj(W$we zu%MHQTZXb46pT}Z?mi1i%Ud96(MHm8p6iK>l1W7{0FoAsMoA%QnIoy{!_tQ&Tpyy{ zHcCqLlt@~3r2mrPmDLLQ*e=3vGh%~}Xns4$6AI=<$x7_(8{G?|%BVe%S9662_G!3#wdHJXl_F-v`W&T5BFsaj8a6>~g7F%v)7ZX47ugw3BDTX2vfQ z9yz`3^~Cj;Y`zowRccY|VoS0|(N~imCCt1yWHua&-Ph{5iQVZ_*J8O@M}YJup=1_I#fD=ksV7#cE59l0=~M#N(Jwcsi;fKJAiYa_ zmHTDect5MJx7;X>!}GS2InXSfgPYm9_{PAjv=Ub)VM=V7j_fHiHz$VrYXfPOscRk0 zW`zemTK=X!xt}okHI7VjP!@SPt2_kZx50#}P92W3ulrs~MGUmexf3fg%X2Cgm8*uc zAg%F7dZ5e|<)lrj?k!NNCDri^GG|oOvNq5T=H&rzS%R61q)HO=GqP+~XFR%Q1ko90N(qF`%>@153*>z_c6#O;&(tU8dox#*GvY z$vZdEO4FBoONs+nZ-%sz#i`hT_t6-C?XvQvqF z-Bg;2S*580%du8um8K$=ls~J)RJCAo2Zp-D)L~XS%F-eQ2AWQJsDi~6nOTBeUf0Ww zOchNxEGdwSGcHG_9Fl9Xwdx?bhLUO_iRHDbQ`lJOB(1qBR6JG2$U%iv*(0}1(y5d^ z$}DT74@Wa~vIECMzFO3x{%n@lebM!n7a!D2(C@_4DgA=EBeg%hgYRhK#V{35kR3_u zfYx|v`_4_n?7i&NYH`VR6U_G5wmyfWsyx_QvIH4(!IKACMvYcvp>bKG)HvMevSi>@ z*OC>>>e?xe1(?c=zePV?L#TZ}<6);l&3NGw74)Z^zX4Nem`oh?A3%(eX-FPDhn9S1~q8 z0X%h=dZW$)*e}8JncOKxUhVJ^-$O@`;l}#d>-M3^lDE9tIi|0Hz~QLnbg-&m#gtM+ z%N;FJNuX9~7$zDh*@_$2{x~=_wa5h7*tYr9jmj-^DRGP z#~eZ~`uYe<^02z;4LACI2ovE>vud7=ZO^d3^P>wPByLw0FQiAUsan6Oi?o%#V(c3% zgFOtD;HNp4qM_79L8;5~VsSJaNs!<@0By0+p`)!<-YnciK4&Z<31p?#d80Lhz|T@S z(e+LD%bt@NFU1ffkxp-*@QjP+=C?{LU_S|XBWX=1lWLJiXZQh?dOs*HR6mH)Y6OUP z#*l1jjNyT2lfs$HI^+!VZqTHxi8G%c6N6Sw5(>hlAhQ&;hu0>0t!OnRwM3FHm+Nj) zkRa5tY_pV@LWQyW6sE_5>Ax^LgAj+xXb6`2~h^%oD+DgDmQGj{N zq3e%mQT5d%$!ZrQS_YVx+?E7=tm60dT!`P6rXUF%nt7dP&yZDzbjUZFGxcxUOu4%; z{tkIKz1m5=w`4Ia>YOshoWyV>;a?P~iL{i)6xkYLWkppz6crI-hsrtk&Z(tj0@ZR-G}BMYOY==w!wSRT84iLxPE!G)gO+XUL?md?HHfJUtAT68A7UC`s9X_*d{FVKYzl8ao&Y zpPMWTZoe9{W9l~xNn-~u*yc%a<8IL<#KB#Sl8hbCxcxGTTqSgGgiyO%0HH6lWE-J< z!6nuOr>K9D&h1gHB+O5uwByVg3fPIt^Wl*6gp+jVdZ<)bu(ZkyMZ@c1OyIVpA3l%V zHqI924zlizAoJo7w`?VHFOEsAi_mzxo1^0U&dreM8$ESM5_U*bjE-}?=#^SmgL6~Z z2garQVfyw^2QB2dUSyLElJv=wL_B0SPLb1V)2Wo7G|~q(>nsulx37yZ!2Bg>TjeDKd-c{X^he7gdgX5sr@|Lptpj$(!qb=T=&aqQR@~M`s)B^p%7-b(W!U|q@CMVvJOtdjFx~Suw)r~Im z5)P#xE;V8$m|{taJ`qjSD8O6_Cu_5t5HB+whxMipXSMpyRM0X~5Rn5vI}sRZInfl7Ia zZUPgH#y*jw2uu^BBy6|5)!t}qv;mbeip|)8Y@p-t0$QZ4APA_I0LG$Jd^0Jfq%_j# z97v-fS;xeBl{6aGXf}XyTDN47E7%X=BjOOP54*>EgN>2g2Fd8o1rk0DE7ikNZ+W>3 z*kM7cE+AzzDauZ#X@Z-0OVE#+RPEEmff%U18a^$sZM3jZP7T|&17m^q{+vlVcmx^dzl}A22IENzwC6ramL` zjpDrEEC4d;NoR;!M0dSLwlb)Gm9|KpM?PMZ%;bm`Wh;YDMHN)Zq(d!-wzks5&Z4C) zht_7Peic#YRe5owA z63fX+olrpof|sv$ipd}M2tF@$Tb?bd-oBU!jwrOD`MojLLpu#3`h#}IyA zUFO9#P&(Nz+uC!`ca5-=`mV*&3svidB=wOF_EH5f({3D+8rHRjy=|3>Kzu*Uics=K zJePy{ps4dHkUf)v$jls4-WkjpqvY0uuGVF7A?9&Gfg`LyAb(e8h~-8`)$4JJ#!g(Q z@+!(2NXN)B&)OWPvf7Dpj+w*HBw5#5{dyxwi3IhgA@!lV0zNaYt%EhBu95MMj%($0PPY*`W0UG{pz>z$ADn*#s=G-4V3onas>>io*cC zh^XU&qC_#9i(jXkK*iX>8l=cKCrQ5!LW<;_LVoxGSrB{*l_@GU86t`NxUJHw%1myQmx652;vc=6QJ)dvw5hdG}J5zQuJyZ;V;+}8XpOSgT zanCm_h`@xqC~p(Et%SWSf`_!5VZJIJSqZdPn)WzTUTHQRD=JS}BeFGPR@;dVWu(tp z!MeoSk?rf$_P6PUu?o`Tp68PzE)|QsQ6EukMNtI28J0S;njs@@h&W5q5K`H(II+l@ zWahQu*3{PyWH}n{4b%=;juRnFS*`^9-=gOWoFR^kJjm zt`FJ9>GwYU){KVZpMV$?+uniPiJ#r$bEZUi80%h5o|jm|AoQzoHhittlg3m;K8nb* z7}J9kEuormX)27U;G8YxYMgPO1SXZW94c%yYuXi!!N@wrr+S~XoKxI#PI=3r0xgG1 zWZg$aMR%ID#ATY8FCU96j@ZeRg)Vf_3to?uax;|BaYJXXnX_VZ$$duwUS~TnbwlRW zf#8XJb$V9{gOZ$(7(`tvSjCZwwQ3(0{Xw8kJbs`Y(Zh84u$mv&!!?SV=C5f45M3{<+S0cy#Ham50H*YbE$)gc)ol~v(4_0uytuka%5;<}Tt(J$ z8rv0J^?aO9a7Pnaw~9~3iAAghNlj;+3LTCrHNQe3$()}%cw%1!73ZQrMkDcc)h1Pq zb}q4|+G0!xh95{b!m{+Q=OSI^I+V;*l0@6ABdTq?j+CRGBJm2UcI{m;fy8hwytHn} zzR8%OF5sb3rpF9;#*H*0(&*q)q67luSd>6uUG&>$3Xf94UM;BB41eq-N|(n(xh|Tc z5r%R!EgqG#J}ju~bzXbNI!=&wPgWjStsg9DVrGtFU zADL9jRvG?nK9R`?~(Ot4)GqnJs^ zfgN1MW!@m~$hIyT$@B}Ao)(^7d?X3{mPvy^s|WY#%V(V7g;7(Z3LWbX2o68>vp zF|phcKm~c2m2q_6*`6V_uoNr9K8>Q(n38J*do|r0h?f#3rJB(0@~ zBT9QoW$z{5$Znvp5o>>#N}!w1`_kE^VkH6dV{>%15U7wDR0BG*03~gwA*lGAbq^Y~ zN5In&gn-3cenbY z1W$$td3}3OG3SEo!d;8w*kDXWIX!5G!+~Hi6M|V?I0xLcp$eY7_KNvP4TGu$ccu|( zZ5g(1MQ`JDHs7=nszuen4R44Kl(kMjz#XixlMH#w(N~n!9YBsD@mZ2fltu%6erX`r zyR=p-#xk;4d6%|SaPt-kFiTQ8DpzFrVC^~sPbMY6EGfMzmSj*fC^enD=-iByPU;g_ zjgjR|G|LOC!36_vA2EVekvc^vlq30iq^$HZlJIQ0a-o7wiA4Y^duUrS%IyTdJ{emR z(?)MhabcKwY4uhjOj+f;kjmGJ3I*I|5$?S8qVS@Zdhv2CQ`l9DVquL&$!Y)|XnUs4 zn&%kiqOhQ4sgR_gGIEQU0zoB5*LvkxYw7jnWQG7;K%&1xoi5T`u2E}q>7y#s3UUAE z*iX@e0wknUV-`G> z!7VeND3^f9x3`a_o-`TA0(%@xKdRtb;wF(IODm#mp%aip<&9}4#tlh2z8Lp_q-IE} zzRcU9;=hfgS&aOtT2rR5ivqpPC11N=S?a=6dwo3@X#gBCl6YW@=s*bIKqRqdV0C!A z264&yLaHN@nhtoMH`yh4ku*NNux1O_zAVV7G*?JmRH_~)D@N5;()g5vA*COws%q+1 zR3GU@l!#qr@F&4aZnw&vp|Xi6Y?7}zX!TvD2z^au9mIW7`T)JvDixwn>H1Xl-lFW3 zzC(dm#g)NKOG!$5SFEs_#tF{@nVOQU@s+6LeRK9md>+a6^RNP9YegBA%BIrdF|0NX zE0TVcx~t4(z2>t=j)(P(H!*k?C|ijdJ<};EAlD$&i^vKfwK=nMZ4=s;K8T6sTT;+S z=AO)w6-kjWA#|(rIpHgPN-ORuEuZo!tzPR>T8d)#l$K8Ul){CDdGuL!7GK&zud4$a zrVeb@4(VWsM0H`z*M>xg#!7FI_*SX~cU~d|nXfMZ9aqErsOV0p&;vK|sR|xwW3nh2 zAZOSmY3#?N*^Y_jk-7`V0#7bAd~VzZ#B*XPMykcd^pdges_ToYj7NDX8?<#Y^&`f= zBQV%7?{oB=z?0PrT6gEftQC`#$Ct&kJ50C1l2XlZ;9E-ynyJ=$ z8s(s-2Ujjx*51G-MsgFC$mQ-&X`B5?()&|N?GKb#llzloK+TlxI^+A} zuAgAUP@|Tl0lb4v)fHvXqUk0|t3f!oOokRQ8m(-HRoCoVHB7&1Q`fAPQLd!taSBtF zDGO6mEyaculEt^|%q8|ybCH$8wJW=doY}!#SP7UymNx7ZOTbhiA*EFUMm*WN1PnJR zDlO8S)*`W(1keXaLWdT_(iu9<u>@Y_U!bb=~11iR-?m_ln`#?x2*b zNqX)(qkg9j>++d_wd2(qWh}q}c%>AlAYpshx;utbiZsp5>fn^_!!tr}D}~xt^tMv; z|F`HZWJfq%G;$TcQmL-dD3NNqY(}lEgPxM<6zP&Q$Ldb2$kex09WZq!u+n8j8J8#@ zD6I#}OzeE(V0My)+0qJ6c@ol?J)oPEB3iFnIwe-UJiYz7sQVdvcpZ_~%5`*= zr9k3ZOrka zvSwyYB0Ew_8q80VMjGRoG+w|~oMcs~$vh@iUw*8`(4(pnt0G6#xZ(Rg3*RZ~qHerS zOs(b{=?yNgI&&TH^8xx4%GY!F+A^g`-+&T7b!tsA$5)66B^cSqMEg2*OifeyGb?$y z5>~B{mavS9%vgR*9xJ1Rv+&yZ))iSbQg)JLgE-H#vQ$E@ON$CcU$M7a9+FyEOE1lZ zgY8_|NL$!zr8pPVlhV%0>x$;CL7vJ4q|%M^43--6WFC#okWyYtH_6+zbWs7cMXvMh za+`0J%bXR~WlBRUutne7IDd$zIiR#sQY&w}3j~QH5Y@4|*QvP#)MQR0;}RgAZ0!=D z(NWHdsFiPKQP43_1*YK%g(S;70!c5Q=%Q}Pq@)@=vwnnm+G(3f=``^%oS7-S5;U~%@)-j$Ey6H?kt1k?h!_)gfb0ie;^TOZ#!~hNU3Yu+594T7lYHZ(U-S7PC^;8;SLS zHavtCTOF9y2%~=ZR8A2Vj?O$tEyeJ#>dv(bx6~Q|Q@F(vQd*C$*gUs^vN#}Z4{gTW za*$wBbifdUQ3jQ5K`=J9GL%Pr1lhuOSqtA%x-Mt!JBM$EpqynI$pSn=q{ILaGXN;K z+Z&^hypk%e<;zkLWD+m#)ZULZPxVQcqTsBbZTrVkeSBv)vjB?Gw;wB(_gLaVwvIrtfd%69BI#`verzJ^^ZUS`zJ=tHC!;0fD2z z4;>531fXmPV-=DSh`&G)fk}2DbE^(kR&%K~PLx1d30qF+L9Pwq`i` zNw(73PED8B`h239+-DSRrw7(p_bb{KtnKxQEv@<_=oxYN?C41dDhk%*@XoPO^{t2-lJqJ<2&4KP;$Vhwd6Y7{lj)@E?hnjW$2hVP21hC6B3^!ckd)M{pV0*-VeC;TkjZsUV+n~l!`E@o+)G)wgoW$p~GTMjW=E?b{vHB$sP#p7(pxMz5gBrcCrhv4hUUL^IPd@5G6Q{r*9!-}Bj zTd>(7HH{oDkTEBChPC)5+m~wQH_G__R%F3APjdc-kEsn4Ar}nmO7le~H$P>mC}$3+ zk|rkFcu`3UKvF7z2xqP*la=0de}RdqRVpvVBb953%1CWkoj?XGTWZ==v2Yavoum_T z*Tc}aCCt#ItO(gPqavG)7A}~$&H9AYqu9M^wm}aIbeSX&`fNKB${IZ4wR}12!JWq_ zS1(yu5*t4PvwtdZTl({s?K5uadRvaJx8>-1TaK<*F;P4(kXu~PEk5WLFLa9)a$RsM ztqabqG%ABi@rt*#;Vi)i*M>V~``X34t)S)wrgTa&_I<=Asa;$hR+_uKYWl?%$x;!u zLsks4pmK`J8n9Am~+uZQDVJT)R*ThQhY^KH&=a?d)pxu%QaAYHNIUqOaIKusrb>$NiRbHd@ZvX*p-B<($2i zb2hiiFIg7Wu_mp;3KDeNDsh|Z2$P|{Q_PN5oSM`um>HDk z13;^*7J@AAp>)mJFfXg!@-(NZuFi&!V8RFSXL?x{D3VD_m(jb>uWl=fc${n(0^gsZv+z)GKWGFmZmXBo92_r*Bw9 zRj<}$Rw?T=(FaxXIl&B@WQzqSZGZS7{AJ^kZ$4Jl z0adn4n@?BJ3+Q8LTw<9fVzm`)t4hwy6KCs^*uY9Hu_86!UiPg_qzS@aMP=VCZm=iNt7?maos_J=UjOe z6)<8bf)Z$>M5Cv>NCDFHB02c3+Xc7M3&t52StwPRt!vUOi3F3=Q@s$m$w31OPY76$ zJ0C?GdUc)z#S{2;Dic1fAO&tpYee9dIT`(od=7OeB=1f^FFbaBo8V^J;MgE-n1!@8 zxt}g%uiJg(`(n)I(kFv9$_`zLe3l?jEec6A)_BmtLlH1N=-a|?K?xyUO;-MvzC03Q zAfB3<8=!+gdS7AZC<5)3qvXrJ_Gerha}DiJg*Iit=7T-PV8p6Hl6jX#)j<$%nAlhE&q z%4D2anT%t43%WME|0+5|A7NibzE_!OkOe0*3Eg?2>7XF*d-}BxLEX+;T@vRx zZRDi_Dj~xS2X_MZ%!BZ2DJ2;H#Q7=SnWG4fOn{~Wi83iTzF9$H-k0nht7x+pE9#+g z!#L8Pi^L8unevyb7ajE>VGpr0ct6Mls`a9@MMa8W$*?`5MJZ)gv8MBM+6lpxhiXNo za3cyGIM;#C5*eyeX)^C`C6Yr_YLZU@jj>75T8Z*}(stIw?9pR)bY;Va6tgThoT{FZ zS>J(lf#Qq0l}%1OkU6l(pG5u+G`A{eFI573_O+ViN6iA={R3N%LoU-fSskyXz%F{H zNxm!s7|_27Gm}siT-B%z4Vn!q*_6O#+idt2Hy|D)STRSw)jnW;y;x7xVhBXjaDQOU z!|g4TxvDp{$IGmB4`m~NkjlhaFBN%#WQD|i@wa@B>L3)d#062%uz&lswDDbtG)FyY`Pwy#iq)vtqhY% zsCUknJbB7PF)=yJ)UD&Xrjj3%)v>9YpgPtG81?Gote}>RPkqb=H>WCWXvHCOd@D14 z)mgN0aVr{~#hl|YO?D!im(pt~8O40jzJ}EpWgYjUKO#n2*CkR+V$8;+EUV(t#4pGz zN;OD~Dp)sgU^ijZ5}W#=!<08y7xguM*mNh7!V8j{>HJZ%Scu03f(zHIk)ssQG(wb! zx`k%;b>oAe7l@|xh_y*!Y)J!FnL>&C)~Vj=WnVkt%Y0#_B(s-Fz@|&g2xXDSG*_f9 zJ{dH%BpSOcU9DKl?c0Tn^t87hI4D6_roDRr@0CXmRdTQ;1|!~+ayx=tdy&mnunWVi zqUH3b_OFd~2b7N-%5^G2bd}kslBTkBbv4oU&0&2 zx^4>3Ra-A>rhzblXd7^xZQeDQ$z#1Jg~FV+xB@k(U1l}YX?~-sLl!=8hHch|8YQRv2xh7?!3{q*0 zGZZ^zZDQ&Za<&K|;c449@}B`(CBw88M2XS?t##KH*Ei`P<+T({o*->wc6K{7o*;8F zTW!THJyNd-Qb<%C&6pL^swokd4p-yymUa%Q6qx$OP3vRn+0$8cou~YvCUvTl zIq@AguA3$iQJ~TuhBA9F{nDi(kCIykqzex0Ghc~iI#n!FD7R-WW*uitY)fTR%i;N2 z4o{e+j4CT-RHc+HU0GIm74*%@eUV*Prd)I?aIqLp)jHBi^L1KQ8Jen$=W2C_vEG)< znha;AErsDqrIyLlx2@vkZS?vn*BXpdRdR*pIOG?LiqC3G{-)B1rFMWUyP6tN`x2ot z>ZquF&E-SmlH#xxrqx4}p1vK*f-Y9%Ha1aqaXSmaocwC8{khjo^GgXU@$)=~0ZKmB?&-~qSuz8i2`hmz?kLny#HwDHAP>D$Tw*KUbA zLPayHp)prz5Gm`K{7ncWl?&A-pISTA0QQaYoOFejkdlUhRJ%uz~rM+#vTQti;A67w{4c1`!AQjA#O*VfQ*~%OMJXM{qNVmR0n2S}0~6sv1=~kkP*O zD(pj*$P|#IQZNy8b%5b#m%t9lV#y+ld^~G%?x9qf7bG7ZC~9PRTu-J(g+1uG_!3680};=uCJJhNr1Vu9`6}nc{eg4J-Lsd!4a4Z7D^?g{}FT zdVv=qFyiV&)+W`MxSNvd&iHmuCe~G)MITBoeMp(nuM_%E%-C9+KA?z^Ngpf%=@5ggo6RBM zh{m|XX{<)IjS?6dvN}R6t&z-QO2$QoRSWae$rtMl6Ygb3VcaXb0YiNQa*V92ZPMa3 zL&?mONp7XIk4)4=%Y*A<)C|=0=8bKGe+2O~j(pmvIp08=`oVb^b>6L&T5pu4QDwGK zxlazJ9n^e*C)HuMbLEV;)H~iA^#*-!Vbi;+I~-V~o5-SVA!<~dZ1Ch%&R;vjC6Fnp zdEj6!4Qr~0UN$h7B*ulg1=8){@2C~xEnrixomtp4<1Jy+jDNXcBXDgZY?@(eBd--~ zpm6#YuxZ9AG(7{bv9E(D4IoWD0;6Q)_c8}=HZQ7y8)_*J$XjActrWSbj7b#~1?Kb4 zQYup^uxpj63H)u=OsoJ`=R0-it;w7qL>4l0Q+%^;D<)e$ z){C)~3l;^eC0dF^Td?iu>rbavxviNWq6$*aQk8@wW4-5@v6KTd4g%RUROQ#rmTCsa_|HN03RryA=Mh)FbekksK7wz<4^!1c+{~a2 zEKkmuU0J=5kppa^9g^xLz7yK$T~ZRd#L)(Lm1@IGW)dtV8t{(_hC^X_qi}NSx6K7G zHV9+CwK- z(Zp|5`62uUww_I`=DVLbNEi4j89k9#2N;11j8p3kZ9GykYxqz>M->G{m!qbpZVE$G zxsfCvHQjo4HQ1U1wrWAwHj|s1F&}=}8VOTPD$vQ^XEQQTr8*$|a4?EislF&AN>aBNy+7) z%%YeSwNt!yEtWY>=ZG(a{{izzenIqx<)k7X*_u`1)g)Tdgp(PR8e!z8PSw_*+uA@s zGD!_k5$dp{SldJT9ow!<^S*tOAS$`->`hC%D{4f>p31edVb-+Yu%!%XV4OYWO{1fz z4`#qB?_rKu5YOw{fm}L2K)Ai$y}XnnB(*DR!>o*}X#_fF1#@k7kT$Hu`chRmqB8ng zE1n~A$Wf2SQ6i|co}TSF@qUH~nY+`}@-k<`kfw4bu~#LjEV`$sP_{|`4tAr7CTk8c8cE$a;JP*8=mcxF`(;tm;CfTi6h0g+E4A0!*dn2B%xC$kwI7y@v!Ee zlL(VHlaFckDhVvUj_*AhwBF;rXO;>5n%14`d$XePs$?M^!G)DAR_v)1uC*$zU>svgu{pIZ zwwRdTlX@9##w@kWIwCtsRQ3&Og8)DU?lNjE%FnjkRD- zVr3|HHid;QnreTzYG6q`B`x>ayrFWApezkqv#Mo>l8fif)CDI6K1H3PW(Jeda;|4* z2jp$vSr?N?6u0G7N?CDjkrJ*NE$6LU%p|%9HT{| z83XAaMr^V1_K8#7C#I$%G$`1ZFz=fx9HiVUxXN?U1xvcEj)4olByro6(;sC_q{yPA z^ewGSLOjk4Z@NIAo7iNep5p@^m9nf^sN275aw>77yyg;k#dzP?F3AR~&P-e}TU|0j zO~p4@S7)m(phr@6yqtD53oNIjd97y(%znEZBwv>n=^65*M{wDH$5+v%)yfr9OQ)(# zy^^qGf=Vk>6Z%*}+MUp*D3(Z=k;tg!X!BZ*wy))A16z)^u;pkITaLDIt3*kSLgeRy zW+46^b|1RY9gV$%dk=djdgB#ur88VQ(HVBVioeerb~{UZPYiqGF2)^OQQ`~T@riD? zZ$6-0_+BOSI{hVYxHRmnd6j4?*I8Wbu8&7EqR0K~yDvI&(5trV<}(Z@&wG_%|Jq=w zy9;!Ono;Xrws+WysU|JZoN(ao~7Ff8p0`7|@d zX^^*cujo|GbhGFe&vmz3CV8T$yh>a&*}enP)8+QH{rw)ifk!i*fJb}W8E=fVG|^_d z1}04uN=a_t!m!g{T=9C#xHp?fQ}^zr_r-W7w>lWCdmH_6Z&fzHnIsuANsL2{9uV#l zqjeJTmEOm#yIWHXyA~!m>Z!QqP z_w@h>|1>`8(1S>&T9}LW18SS^9K2V|dLSvuoJvzO7r@uy{)&HLZN@`XmXq_A2SayU zqckCs#PA3Lt733LpNmlU0O1ZoV44%X7xsI*u;+)#*-U%)^k63NX9mVu>x?0ngL{ay zd%jfGLSGuDv4&~tGldeB+DvXkj0;ECTVCxP^Tq@G=-^>*sW?r_G%PTp4U>eZX2z5p`PU)(LwP`BL#+vR^jbol=(+n#PcU7*d9T5)Jp7hWq_+b}brE z&AcvP9?anJR>&?6qh5&GD_o0jt;OGREupm*42P6!3ASHLp!BLCo-w_aM6YEQ=Ibn_ z>CfckZtWIJ!W}y&Jw%4`TlbLY9>i`AuIy}{WAVQ&hw!&tLhTUptx{Muim70AN@0Z* zjD=82NQO?dSjg))N`A{N@Qp#ih=Ij?sS!W-*3NpJ2+0-TG8YFQ#iZoTn z!A*KonPg9vtH4lCwV4NGl07s`#X499o}FYa%J4+LD`G_<}wZLda$**a0p&`QDSz0QlPdO@*-ODfdvRhIb6ava(0ng#bj8}~7 zb?+cBSHlg#b0g1yNvSJyDhV?z3sY8jiBErkYZx9glds33!Du`X_xP8p%9&xcK z{yy+FM!o*A46cbYbhwcPV(8`y7Y2fvn80RjLClh!60=%1F>~@eR5Za#rqhWa0;zaV zs2XOfgA_Spl&xY=Jf1{JV-uGg*5m;us-{s_`MNn6U5K~EU^mCRTC%mo6y7@cms%!w z?1Ug%JnD#*6>Zo@>{1jcva^Tyl{(;&K$-PnZy?x{O-MAhxG@}xz4yi|$iN7^3iINJ z5F|I&mpbEa-s|;8-QhToTut|6cX4Cf%>s-XPP1$^MkuvkM2TGsbC}(x$g&bB9k;Da zDogJ%q~|`i+M+_7LYQ)`>8lEHzN`?}^e0t_^DUG)6QqdU85{!x2TvGdWGZ1w-GKx4nzV6B7p;uz~ouTgh=6ZAyUlm;HD~O-&CyTHKjPwire(Sb6k_fy<~I}hLSV0 zg#DHbT^8B(CvWK~-Q2#xkZs`+XTu{_i0{(7Q@a;aF8_MHlm6!ln6~H`r_xz9$~9Mr zZ2Bfoq2tKuGh-*L1$(Fj>;p$C^kW;pe1~Pw?W+@SNt3FF$woRxsI1Cf^OzEL*XR|< zSln18fr#1YEI+!&L2J3Ty&n>4C_L8V9gtPl{mNv?Jx~hoO5oPX1-*szvjW);r>uUf zY>Wq(4MU}C)W2CuW8ZNs_03s3D!l}ukn90wkpd1>*-X{=*uZD~S5$UN%-{{p1NIi1 zNAC9_o9`j1GE@<2lp+NZhv>|cdad^}OS8xXJq_KGx^A9>MkO*{zp4|ih{@U>Uny29 ziJRgrN%R>gB{oWzm|W-T^wB}U(cvdd5rh3HiCdMnkJypGR8|G%glhEf73GL4zf;W= zzuPQUOt~;N$$37g_Jd%_z!-I{nA9SI zLv;fiMDv=`28M|#)odz~IQP2L{H2u({Jl)oq~Ay8!0`SPr+<}xNXd8FqqAhEC&ClO z-zV9kf7$tM?UwX8!L9XAV`~FtZK;*T?#g1bveI@d)3-A({-FKH z)M^|DUh*JCy%eGZ?v8SufrF=m4BQ+)HRn{Y0hAyJOueewp-#gg(w5BW`nO@;J}PMz zmTWLSS)-+Y0j|+^>0`AVYxEDD<8~ zC(fruYlqjDsv_A3Wc-qvpjy*}Yx7)Hk2U%eC@8+lDl!{3a^#7qf|OJ zFFCDqnVcDvOtM#2c2{N; zAQ*ZXHB$7F<;{vFp+|HY=&=RGs&9L)EsABMbxHOS)wrd?uJg(|t;Z&QRB@mwj#TYA z7uwtg1^wWTTy`OFH)zd(tp=rF7kG`Jcg>{DlyoT#%_SyZK-n(h>`)m2oz zrV6XTt4xX(4JsR(q?7&g46+zX(dG&uJLEhY{&ok}<~;2?QF502PL$d79a>bcnes+% zmP&gkDlP_2x+scg=AtN`@)g*KGtEry6}TPm;!0|YwdTA`z!`0R$7niMkk((EBM>Dy znbO2L`m;pLs5G(tYFT zFq(xd;=#9E=`aYfGHnB4Wx{2yoUN1!#Ioq(8RwzzD!t-dC}p82FH_k!nu+95mG@52 zkV2G-XVxRFcdKqZydQW|PpvvA4&{eIL7HBAs&EydA07#gQBG{u5#r?5~O{p+5)U{o}P?FARx3kKAF zmQ2O5UDpLq`$$pJF&kNm*~n6LGIpNQ4HTtrpr$dXsvD?mZlI!b0~OsHDBjTx)AUQH zaKjXx8zyjWm>~0p(PKCp5GH;~8(wCkY{QDhjzzJ2W~ga7dwIUQJcdY>?Uv`1)|0ch z$!Rg%ikuc*nLjpV&U7e>cI;8+Z$)2=vTm8w0Z7$N)2}o78Y}v$J}l(z0wO>`3iM$R zYbQkuFZ2R{c~Vdfwm_Ov>O5#dT5&?+Aj~CmPy#UyqwB|mc(MR#wtDxn!ON4{tBwU*Z`oA zFsJoW%4t1RspN37HQR@fQ^~D#M5lRm>ML1l6;72k2s3StDb^s9kIKyaR!s9zVfosG zd+d;p3hVyP`KZ`YleuR`{dR#>&m>_{DeYBIW}|GwM+LPMa-3;C$}!Vh%VX<^QZXZ; zYNMEd$j_9f7zniMWN`W*2+j-$f@~0kE(k&k1Y0jJqH3t^ol z7U8YjNL4l5K#~&0{1xS7ikXZF%+a|>L!&!!P5C;tI*;a0-(`^CLpi%Jm%<&=g0$CO zGfJ)-t)5kVOGO#SJER?v%!6|sYWegS&aM^94((9s7GfDI&x^A+A^it4iWzf-iwn(~ zHac*-Vc-B+l>t<~xxAc_W)I>hQ$Em~tRf9@WGv?eXJGD$1drmx}SlqpxY!CaU!thpAl(`Qj>(Pg;qPEAwZEM)T=jBILeznFnxYwMNo zW^Wg?%UG{8DAlc@PQ4@07R!#Okb8S&&^upkh)wT8P45z0n%b7$>Dn@!UMYGPmDoxG z_d%p6q6&hIv?9AGoiDNoWx@IFhU#%s4JY9RBQOz>R#G`T`YAh*ua16VvQCDG%90`~ z?GKrueQh+YgfbG>wbWb-zLMLG^lj>A)2*$Q25AH=6pgzWhprW?q@;EqIwqvcy&aJE|e}Wy4N#c`Y8$g^*bON%F zv1q(|M-RtT#ZcTz4bdQvL}|2 zJ=uzc+g52IN~94g@v~mc3>Ws&9fYkNqSjIdj4@Di^KYQj!LrE#wz& zV`kEzNa=+UB8degd%*@CK|%oG`Kb+9d7K?vbJ2Vg_$k0AX~4t8*gye~=i6Efl&%GW zKn?v!{5=7(^g;W+vvV-En6G#yKW*Zt;_p#+Jc5Ks^}$-F*Y`p>diDhbZe)<^EQbF=k~X=={?}d|J%-RFfp%uwjnV8Y}tXU^EQo!(c^w zup$lyZv%K+vfq{vdX7U6EejMvG8doL1kFW|<^}V8g#h?SC)Lv^t}qF^h~6b z^&_?2GEb>{D<*ig#p3T&ve%0*z8F)xihnL|^f4PGW^}cGNBc3)lod}8oPc7E{Mh_f zIRNmt3fQkXzZ>*h-o`9>3p}Msmv!-o0QjbsWIfi12hYrhKJtVP=Uv7czM3DiL8XVAxVDf#VI@M?{BUK&Wfu8l z`2s7xfef(PSfYl$37t1BHd%!?X34R&WMpjBF8ahRhbjCoR}<&1uBXKZstAT@zIh$k zN=RB$Q=5yY?AGX`dFA36i%bj<&y>tFA)j8_U;ARCB1%@bDdn_;Kttb(P$G?vwNY%vmWl1*ZG%#X2Yl&Wby6)qAS`WgKp}P2ADY@cv#Z*INT7$ia_h7z!0jYpZ~Q04gn=24X=0e%(JpV&FxniZQN!F7}j7w|=(>rPSMk_W}Jt$gEDB#cr{CyYqohnz@o ztVBGV%bI~yi~BO-iUL8~q|GBHTddHSw+%JoENv-2S&DoVjedh1YHBw5 z;N&EoCXFhp;KWbwjPQ~QEoaItX9_K6imeP{!9mb+mPpmC7%0tVnq(^Rw6(cF4OE>{ z)Djz$X2es;@&ZQ?nz-lG+z;;X zd`tKa$b&e)-44hp&vV1wb#qYWvuuM3YOZ3K^s8-U5wOU6me^5LVn?;9J^z1V`b_8>5up;>JkGf?;*E z!yAK}%YR94jBRd!ZEq01WSh3@THNLI-e%k_v}d}+WFqeiweN}AcTGjMy?3_6i_9y7 z)6UeDk%0%lL|2A;H8`ZcUXneD=l_xovSsGD z#1&M5tdlqwGaZ(#aw#~9E~d3ohq`ESA<~`=!57jZD9w`zx5AsTDm^qo%(kE2mQPkgZeofLU#zSI?Il(4^&hq0@vb+ti@S=Lrvu&u}d^zf1DH)T3Iy zi-dEr(pns?s(`Jz*k)}_1R8na$}0CNkGh(NX2Dq1`@j)qm3JX|T4^!TL=nyhCV|9J z=}I$~m=jQKn&ZLUbghe-QEqKVoL4-Sc6EygcbV2lv+c-&!R5xy-9k5H) z^yCyRmK~Q>#SMME`V$Uq%rMR6qg)?Hg`4c;AtowV6nqx49`hi*`G8=fB^VjPZnTxE z(&MBv9BVArcPN7;BAC=vB5b6Jj9gm{TuasovvZeUJC#|%bpmwrBbfJAdyAziI-W+p z?U|&!EMs;cH3JwU>n0Bvcp{}jAev=g1BIXG;)L_80u-%tCppDgUr8ned*!+78;^YJ z>LZu6c3@5&DU{=_PaPfBdCN15mo>EPXU=V$y4mT%C(#m%gv-0Wsr71FiQaH3rI%Qe zV#|oI;pc&wa3`^>?#jMxe4WZppA`1s`4P7Oseuwv?^4D(y~OAF4ca6 ztC6IWK8ybpgX&e$YdE~(HK!$^!K^Z}3-Vo=1$z3@CeUW$vq(PBYMxXfE4I#>nr8uVqG;w>qdO@*PrMGHXl-mAQ|0UrL6gSxu`?|T^}nT6PcrmF-vLZL~cd( zjZ11cX=j2!PBqwis)03C^6b}Bjn$nb-^FIC6yPxzYy9A%jOCuE_Qlx5gQjn;Iow`i za|?{`RvbMpiZXRyx96fUNHeS@F0bd|SVi2RQ#RqE-04vCR zF74dFKh?<-6T8;J0#2H5nF>=^u$e&X#p24RL+gE;))R6ilaQ+%8@f|5VmF1e#q>28*T#`F7D548_W8%ozZD&s*f4XP(DW@IfXi0KU%Dlr1TBmUa|? zF7PMbclAmV(N7`@`Yqntg-Q~pL?Z54pnfNewbz~nHS=5f<*47PB%l-pj9oiov2ijm z9wAzgNF`B;6cItpcxYFx>}+p=g==8Rc9U_5I)jyK_7_aul1o;pfaiG%TV<3A6>RCU zOB~CpTyC3#O9!hU!bMEYrvz45Z%M8f!mC>{zB=^dvf*oy(~g*ZB+ z0WCHPrF7CpGK%gln7C0#BZ_~ur6~@77IfWu$)f7FL~Yxlmdo3r)H+yVnHV%u_%^33 zMW6+b)xSeo7M>%AD>Uia+ln0cQfT5JlN|@F<8Wffpa69{ZXGZMUfY2^kkSDFiNHI7 zEwHL6MGOR&t1a4&S+i}MHQ~}RGQHH56db~ka7<^u!|fmg(Zz6_g#zFM9o zYJIVzkuGYMni;>eUYIMK9m^RrMOf@_%VB?84*T13*x#1J{1%E#=|ws)DWmp|c=WCij@J4O>7R=8PXyx9BlQ z_gJ=iEIU0a#^6-uIN@N2)2{qctR!aIbsEIp>#&*HTWvDYB}igJR?pymo+k9=emW~H zg{Cqm(&CW8UuUY~bSAM&2&g`_bB2IKBi?qQJ6+h8h+5&Ga<{OF^CX>yTo_zJ3H$AK zp-SfHN$S&+WZ^)~*M?VY)$~<%V1*MUojzWDQ8qu+QnS|`o};qQ9Bg?_X3(}tt$Nlc9U>-g}gJ`MY{{DOC{NW|K^3HJ zvUR|u1h)b@WBxH3(4+-QrS{NnaXNA}RCXz{mKmqFx;B2wKEQ-U#xyWUp{F{{y%H+OCj2s5Fk z?6r!XB)KA?8*APio3gmpE>qudlVMO|YnVJgu~|M310`5(IZ1fG-7Mi~@>z--3;UEn z;4|jWEgu*R?o7YsD?x1$?+oLATXUDUwCT|uI^ChUM9V^Y)(9ONT+?}CV#pI?8`;s$ zsj#YCO!;2&tTGCblv^Xs**zG_e=SkC#?O^L3yCuG`f$dWnYXQuL}DK?_Or?md1G+2z8er8PaLv90YwO_H>FAx6C}`TG@wt+YN8wUQ*#TXU#P1fj zoO;?BXve_?d}@xTj-<(yph0`~YiAsLgSAhNl=QQ=xD*zv*KUisw4_uiI^^SYq}OU} z>Pz@WSk*aC3@ZwH1Uv#ouJ*2`^4Qf)hfMmlQ$)!Dn4gSQG>u;fJW!?OB&*k++4Z=V z+qVk|*0i@DPMIJ;)81aVGsL&k-UCLxWBu-ux70h{8}$bLE3_lBTi=4k?94mH2e$|Z z9_rXq1Y5V8m{%pqn%4ztUg}P?w8T8?yklOmD(oqjYpE$#wkIHv=3QdK_{!>?@)2c{ zRKg^a>LqiR=jP;js|AU1(v?dEHcvOGW)=E??^K8>D~L?|p%`q7COEikQEliOA=24_ zmF8&6ky_HRhnGyTq(AMoO{txYbE|IvR>XTJHlU^G3H6ReNb<-EC)HvqRYA!CeUX7a zYaR3aBmvgVIqZ@8t^6F^ct9Nt=dZ7?uW1%2DEpC`8-x#jH^RTJ36Xg?T9b4%Dzv zZbw-kXa;y*UdL*{d4%wG{aXlBvaLZJnRs|ROFnF;GBqrhRsw34tJX+e43pFED*V5e zIo`BZ)uEs~Hj7gGg_7D9%Sny%*b;@R6zE|B+YcR{mF&Fh8p89v!56;d@(C)`KM06h z=Var$z?K7~ma{5*8&b(}LcbpSxiBb;zenT2uA(_do4hHMqMt|H}l?|jDYkFqMv^HYs0jV^u9#EDc zR{a-iGr6%Cf3(^ecXhI3K-3e%-k4x+4iHHNm}9WwUs#**79h2u2BG|1AydWo{q$iY zBQXlw%0~+*nCLXz@4+W{a34lpKTK|mOu^3O-{~#8-ZSQ~NN5$wY z&%ZtZ@c;AuSDQcbj>}D5)0?`;HdS1!O}|pBm&Ki8F-(VsEy?_S(oTem(-kXHPKSOs$C09z~}_AABy{=v>%?sj~Q>Y(pw&Tg56)}jYoMe#Q$RUe)o`8ISjN^o5Cv4dia8Sf$ zC%A0*p_X0DShejJQd1tj1`Il=W@l^Ct}4FyWE;pSFf?KZ4674X?B}ax6`@1MWLiCD zCXRzz0@rDjn<*r zEkcJWOw$H?@`vK|&HzV4SqFDU7RBQ&8I(gmec;6$1&7-8*1O`Yh)Y_`aK`Ho`rRFn z=$MfJ3^ofQKfq-0NcqGMP5Cr-!GASw&2z#RXHfZ_5__^h_7gu+3r*xYqtunffT#T>VF5LsL(8Un+ud8GG*R8bz12vz+VYLDImMcSwHZKT&(UtjGlQZ0j)E<_M3B|)Pc zTZIT>crxRqH_!6lHdU!{*m|sP90Zk`O_j)}XU|B`eSvA>dbhfiOo9P5G6@1p0Mr42 zx@JIKo6I7iIydq`Z#!vVCx&dNco&=+!A*hC^7zM9D@fJjY)CEicCU7icURdZemWq5 zc(;6*2@*YmzEMsMCeay(i4=PpO@Td)pc48yc{RgqJDc5M9td=vU%b^Cw8pX`$onLS_iqP;vU3Fm{^U=NPBV%oS%qLb zRzWRXa`m9J$szlUI&5p5$gYULEV8C9j-a;fS_0>K3X(0?;yC3=Hz~|emO58-l$&u4 zk8-J&TN-vw2qCMpc%`>6I0>eK(c-Y%?QegAQTxBKF80w|?Fx9EMAbigu!-eWRtG1< zgJJL33N~pUfvw>WH@6`L65vL1jg;hSNR*+*afk;k+7E5uhd5|lq_yPOt%cU*jn&mW z7h3V3WOG^{fWDvSupp^4+)66NT8Z$>l9A>a1f{Wdu;H6H(7% zB^1$X7MoQhde9JlWJ#n_81=UhLb;$iNf^~n8RHH{TV&i}((orkD3$W4Z_A-smqN0C zlGs^tu7z5XAiBC7pWiGT{R)2Hl8&7yBSBc%Tw3cdH1-LDQed07}g!c8gfpG&-Zdj81> zwq9ow*0U6~QIKR2_z3$bZ zp=Htsh-Sx8U`@D~hrw(7d()Cv=K@1a1=Iz*wK@cqK3<9LEh-K`MO*}&y4lXNAtm9f zgjSB9Uk`uI#QqZ{>uJ;ef(+mhNH1}Y&h6h_t5AMWw5)Q#T9RTFzUf>!?ucxeNCXk%v6v& z(GiG|+Xc3k)$X_}B8UWcxYD(r6KhCsqudHq!@dxVo2#ASRGga?vY-&LbGt5t z0lS^yns^H-oTsM>xfZ?jGF}$Nm+ILr^{^zqNIgtMOZeARS-i!6RK!0<;$K(7s6s&P zd(i)2JUvwvZL{Ch@S9$rCJImL*p@$O;P8X-R1+sB{xMbW!GQwr+)T)JhU1ysp@D$X zc%?HIe|1M)AzLqjYFzwdZC#ulJbKU)T^i02ke8!`a!LZKayZ@Lpag96786P z2LT^IDK$(9hu9RLkX}_n6vDn(xC9gN`u8pROjhtA|)YQ~v zs7*ju$Wa=jW~O{Zh`ltUtFfzV#0v2rS0k?M_QY4aJ)HYBV$HKSu4*clZvBpPyZpc# zZ3vWuuLa6p49i~{oVXYe3VTs)1!xd5SIfRj@VnQ)nx0+*hy$>^8lPSRaH7}n@ESlO z>+34~7Oz|KYXLX>x4~od>OH3^2>NKRN?%e3HlFRr@g++pKa)Wp%6IqKP-wH;8*nj`uH>I0lh|&Fq)Za zvtQnzzq%=C!11p57d=Bg;;Of+KLBm$xYJ+k%17%%LBjgu={=q|x6<7dXMS~caKh_& z$GgK#j}0R31c9Mzg6eff;)o7T^u^<$5E;jvE4zKFATc-W9*4HjTV)j-mmj*(6Kz82 z(2G^o1<~{ty2pBbyr2fl_&^B!UBp?O`{F<#wIJp&{Z)`lMJudML3q8^Szj05?wOjR zi3zeK|Ku|N5qf~Q-c%e#jdG(B;Y)ZHr`vl|da`*hCe7<;YDzwu@pgsNQ~pWb-ai?$ zUsLpjXc$k^v`Wp`3n9TR4jSsu=v^Y-#S`9@w|G~}>T_xiJjVbWK|-$zV)aoO7wfB4 zPx{By6v9~R%gKdM^oE^O`6mTD{^B1&Iq{%!Iz9@@bvY!|I}$A-&lw>nw+`^YKM9>q z<@$hCtF*t~7#2Wp3;sUwHw*xN`#rG>co9Mi#c<(p}s)Z&wI4?Ycr+(54 zjY2ty^+_*obJB}joODF?sygZTtC;YUUWA4TbzG{+lUcM+?MXQq(V*%DSq(xtwNli` zJohKVnrhI@ZV;(CMD^?jv6@5div|&xbY+9kA|K-HL>u<8-6Zha(0s>rvb*AWYX^3-o5e+k?bJQuv(+fE9o^g>8QxR z5cUPV3EL3#dkexUy38c!@UAJSbJ623)AW3VErS9!b>C%?b8If|kco?5>G8Ff5((W( z>M{!uy(0j6P^CwOqC$gUCu^T@mEjZ{Vnw3wovdDry3Z3+*y-}c81W zYW>Wf+=YU5I^IPlOK2IO0h0fxYCpyC= zRG+vp`;eX&e@?Sv_anxJtqQj2(ulTa2N2V`VyZvMEDgD>^Rpgvn|iI(#nmz{>IvZKylHR(&-_R1IrA)T-~Mr?X5hmKWF0n zU$OzCV($WTPbN&m(f_wh`Lg`of|Lf(C6#K;gcf8SHi02az*ZOck z#{e|cOW>6|SQjGWU;~?U`kmFyt55{@j%~=(wAAg4SA;<5d4v&1Kzn_72-QJF!(HQ* z!NxHmsP;G25d%@tTN+GjF?z>;V2}prl+R!9br-wm)0|YlB=?Cm9TVJ4UrceevmhRf z23~LMEsAyv;$Sa%>ZLaYYPwkbg)z zD1oA?uZKmNvoLSf$p$-J`fqLc942JKhy#}{?A*0q$f+DEmWF5 zfomIrDW5^%I?icDfVsx-Mq+O^`J05lxr)E3<-*(riyOnCzz;nOT)o7G3qX2;Ms#h^ zu2O^Z;9cOu%MocR?6$A$&7l=?!=O2`o-(SMWlH&0~PuB|eey z76RJ%1uS}_4+tr4W4JI$Ei(n8x{y3;QK3SjDrMOY52bP>!0+t;f1(AnSBJoB@ zJaLp%3sF4)R5=J+ZS+WacRNYtD;k_vQfPq)2d6<$p21qzTj*T{c^Q^B`iSzV{_VnL zR63s`3G#r;NIQmI(9s?5(wK_vB#edB4&r~~69WlRsn8>ZlWC48stfL}Vs-F4i1wIu zfCa9%xB-TUJ>-gKo{oLK_b(?5-H2EE-gducE@3{M8`+0 zF)=B}NG2ZaFO9rWR=nhSu8?+oV2nc-;>FRW$mnY!8!XW$6ne;dB|Z)K*? z6u*OHM(`!qTr-suPl_S55Km&C-V_q?A_q@O@=20F+iL()c&PBgfIYw!h&`Br=i<=7 z%>9$1$332WB6b|_DM;mWUJ&F>6XzA+XS)XqPP{UtkGEdut|euC9_6(zlzOw}_R%!L zOza1aB2E`_ws{F0anA7|FRlvmejG216=~E(HLE@Z3hfDjVd;m&l?P2a-a|J8SLm${ z23GryP4N8!?HF0WOGsh}oGA?y*e{4Q;roTU-+(9vd;p6b$}JVNp)V%9r0yeq zO1j;pk-YJa4Lb`9-K9L8aM`D13t%E}GYw7%vNA+U(^(aa10fdNukK7>c6xKCaMps7 zCUFqd>R!~WG^#<=uqbJnlpjs`$GnRpzgVwSE8?Wl^3R7{PnTU*IaF5ziU~`CFS-$Y z1c)ductjfn4_w=Rg=ktLkC4U^*m>Yg^og;$2tx7w{gBTPBw4^ofb&ELlp|tfh>jSI z^j=AJ3y-B@u)yx%bch_Hkk|$SL$+n_YQ{>D_qr<=PaULwaW6(!_SUn>-*B)XNXn)| z#3X?iE2<8bfJU9@0e3T&77O0p$cuKzdBojbpH7aLZbghLu?3EEAF!x{%+P>P_F#RK zB0c&P;+=)t(E;Y?Asb-#=rewMCbhLTGAic9GFTg$mz!aXOZO1RU>mtRyn(S^}0#^db-(uCc>M1cTE(Cgj9bMNE2q zL0L8g)3m8rBFG>neF`Kyw+u23e7iZ=@YdicUD@rfdt*>Kh_C3H>q+KqNn*Bl@O;56 zt_?S5q{E)xJ~4NhR}zaSk_rX*DqNZbHCA{fUcn5UXG__{`p^pM46ag5q0_?WUBbYzl{ zA&xCw?w6*j6>Hc7y<;ndJphB?=o_AiO zq@@YZL!h4Mjk?s7*!UAYU|ZG^Mw^P;I58Z6giL2@1Q#W$8F1ZnSwpMY_7QOk#^9F) zJ%~|7w_=?8i_Vdw!^yx=!Z6*1?)U^~91!!w$hdUa9#l|tPiO~#nW-s=5w@%+Q!0&- zCqp&G6B(uFL1J5|c_WZ6ELI?l8G4=LgWeLbiYL3P;)DxvY6)BwWZTeu1xwG9l1h@jkr!&032Fzi zigaiX)?w?~8_UbRMdbhB6bS}m6DYOXJ%n**6`(BsbE303BAEa*Q3%4sOyRuq&dcpP z4+d2OC^dyVisnus#~O_m-IH>U#&jT2b2(ZZ_7(tH76h7rzfide&?k!~qHz-Q4G7)^ zQUHq3*t&O+~ucC;X6D&d;~Cfy@N{65t*c5BAvytw2;Ud zDe3@peSNId6dkFUg3Fmr7%0-xfcSbzDP=!`I!X%!YLh!)r5FLE$cGT=^nwt1mwV{0 zh*WxE*z2MmUh1_Cqlb5imMr8s6^waD5P9+O7+fXCy)`(mLR7&_-BNivICgAR(jQ=O z$JrDSDIk!E&XqXd&WIGsYcjr~FWw50sH`M2lHvgp0!R=uVHDSIdO>j9aEvs)16|HY z${3XBhUR%}fQYRw8mV0(3rMxXxinIjk-N<9UVrzp*g>*&A%R@zDohGx%1$6$Bv1(n zqSMDKlrV%Q5~$Rk0}q1BAVda9au+y`o&b?RjsZVQLK^HrL;}rG8e+sGB}S3D5bsW9 zrUS({IG~FGmyQe31?C{=E#mX;!Se2Ojv@e5O@K)X2~0Y@PQinfQY)Z zHmUU!$WdjY&n!y$Xzft)1mKEPh0s+=G;ojNgw)w4yZ>@$C`I@F@l`>{meABCEe0E! zp%pCN3O>`R)4_cPOa`cOIX+m0PjTU-GEimm`y znwl?kwK@YdRE@lnj8Qc+lfiEwM0TgSkr>}H*5$%fn`RB$92<5w@xW6HZ&$A~opB5I zCG#wSjv;<@^$_`oivkXBo=Ac?w*v9jFky~3HOCY(q%LhjIsjf*2|D6vcEQs@G8Lp< zAx*U)Xo7~r4EM zbYQ={F!rt#*om$#i=94%1f7FoZItj&k?Q9m{sN^OP(}9Wnp#@xu7PE0cS*+2@Xw%8 zUVBrFK&gxKy8?{)5c2vie_DzZNc(}{YvCJE3_oZ~$zHT< zbzv}ZGIj?ZdJ9b3!a6c&b6d8TbO9Gij1;2gNNpt*(dZ~QIx$bu)e(jY&S(RwP=GC? zI}*1q-b5oZqhHdXQ;(!(p|b>@H(~?OehC<`e#TewgwD{5OEe2 z<2S&FmVvZQkP8X`bqzS9jsW%u#%&MCh|}+$Fu^lWK?RHxc-#6IP9k*yI`U_sTfIDra7)vsiLkh+~9*46L|glQvrF+yi1 zyhm#q1v5A94)@qXt^5|ruc9+B&2t4;x=O6Uxwu+JF-fRj-stx?y|#e@?)R`e7Q-5? z21U#f_o-Dk_}&aaQA6mFVuV*@@%7C^A_8*CI`l^!Gvv8xGy;s^Sk@L4cRWIk#qzST zq@l(YoI~?67z)Umz5tZEP6ko+m@k4>dMtHMcGVq8dA=b`5VsUxq8CP2qTj-%liT^w4=XP;_E_LBdle{91OB9}rLN6#n62JYP z7$^^qim})0h~F>`0gB5yCjt5){lZP^3h_>g?gma2RAzz`S&@ zp2q`A#Dj)W(w^X2fKy0GL(Il0x~0S?QtPq_$_0QGLX-lM)g?3}rwO2HIxti35d51M z?nQBSkcXia=g;Ta6m8l&i6=g0%GYWI(8;m#y;7Msh z={PbK=)y7UlT1zKOj?u47BBW1Yt9SXL#lsq#=p-R_K7u_nvTL3Ov zIxGkqCn^w3z!wY8z90dD{w%I=EA<*QCQ1n^!m&AhdPo%VNsN#-5K_WOU8WccJT{P$ zFq5o4;Oo*LA~+7xd}?by_%3P5S;?`2tdqXT$e`y+hibWt=c-Fqn}@XwY?;|K^S;*r8sB0MRiZ?;8}sh?mzuTrzM2NQEB>__FcxSQ?E;uT}N)r$s+8pd#G6>?|O+>_X7xw8mg!u(O_fUbZQ1Ze2)%pts_ z2T^q$P#Gb+f=11OxY)=o7P^6jk53GCL-)+02`IcV)J9nW3F;b94C3O>kry^2FS|g_ z)mo@&#g&h=wqseqZwwL}AT`aQ&s^ti7aNo!X$mXquGhvJ2~t7B+0me_#7dJJivZ~p z0`Et=cN2PwsciHKlRIP#0M=$i{C2}=R^jdeG9d72L_`98v(f)Z)0cDcEO2sgSgRr3 zcoyk*Ook}JU8yl%>aL3oln$astR?o65P41Q|FA2)5O8MFs^uK@H^PFJ;1Xmp z!r&~nb%SbkQUerEYkm$X2-iSxr;cjbV%?z;Z0K0wj=TYs5lNmrv%xw^ zFP-C^-m3KYuWrg}J-v~bQnNwHg}I$eh_79^1^PnL4iM z=l*+2<*9Ef@VIz^ZH;6)hm2u^(dN<>n+w8+oE)Q!a)>OBSOs^8%Wx*cI<1rq z$ZQI(lUNYP86ZxKvK)N=;jHI1Q*X8Q<9a>G!5twklkw(-vh5a~my(>#E^pO6@z=cl zg{k&H-lf<@8hX6O%+UZ-Jna<1i^?ubi>V5T(3TZ>^C(yIr5?C~P(m$vL-Yg>3b9a_ z?oSz1aa@q(VFcw$xhPF?Y(tc($51dXtd5w(hWPEp;Rl($;ayaHKnT)XyFC3)n zNE12hX4#h3PdQJP%03_MO1ih4y4|0 zv?xSrI(og4QiP+t=no+R6OP@W<#hBGG#tY$lU}ai*Hl^%mwTbq# zly!}tELU)?ZEa|qWQ?28CEDd`lk9RkG2hu8PqgH@ubPYuax!v1hVs&rjr)Nqr!pBQ zIM6n9$To1iw}hG&qy#FXy1u>X#GzHrx+_p;BpVZI0gp_jOTeZEj9H#8zez{U*kz}r zJy3abFvJGy$0|5EOA*gRH=`EcpkPm3UsrZF6&JyI6FO4jn>|za!vqf(cn45{FaA+S z2j2Z&8<-T&yNopWn?~VJW@xGJAHz+)X4(KXQH=FfU2}&6F3C_F>#%@=k}Lsv;+ZqQ z#AOhHQDKX--L)=7fvr#=GwQ@gGToB)1V}j}bNeGH$T47< zBoR#N3GsBP&oJ6SsZ_mPjgo->w6c-vxQ!vjZRqZ#b6($soXgYLkw!Xl#uIDX7>#9` z@{YIMJz=ycdSYk;S4I-c(*aawOQ)?K{*_YLD225y_?KL7x=&dwpeh=8xx-p6M5=wN zE8T|&O2=C1p2HdLLWn)5jyi{X@!G(>7;iJ1XhunvOk&MMcrDs0?!!UbEH7})(@Ly8 zLz9kYJe_i$W`8;}_VK3OXPDqgv(9o~C-bLJktrA)qFTyoe;522%u; zk~rtJ!(iM%yRr6(*51E-rjfZPx+9~)AvYI&D2T(WmOTh%BxhN0bXP5ih#<48jFd%zYc^XfA7T=nTJJgA*q~TC^SaENFXE= zs|W08UhbrtM^E|;iD`h6kGKkaqBJH0xxElwyt>*$z2S&&UQ9k_njR>40LLOziQ9Ty za`#f+_i~rO_kiNR$XYJbQJ_quOkb3Sz%hJfhY~3(s8a5q=qSG`F1)*0bBH%Z739X) z>TRreFw!t_Mr`H`a3|`k{|koLUv>sUA_&M5a))+&H~orToa{rOplxvk($-C`^(vZ# zHh@kOqJ3UF?+`FCm;}vV5RXD{TZilNlr70{O_?v&^^Vr6NlN)9=_TM_-dn`_scNw5 zCFD*lf7%ErfrO?rW4r^sC>-}qo6bsdj8i5TOC9qvU}VDFh)`S>ye4T`*6K%kQO28*lJ6n%ore}ORm-w(>K}}E_W8Y7pwGaP;o)Jzm1d& ztY`&UE;QRDDG2j^l?RP5^aO=yNt2>XsAXXA!#)oqxZZi z>TOcWV37(^qoWpH8PFgN8>D5KsunXq&(egT&Yw77wefk>sdrZ!Q7nO020ZzX&^g851)X-@-l!G~9z(9~G z^zuOWo6ee^-)IbL(625T_LjB?pBGWyVy?r@SG?FJXlAs}W23MPv!T6ql*! zzk{aF?C|rgd7qjeR1+k36|YL+|9B)jlm^4Gn z8rn-e*uRWqDr2eI^a9ALLbslqP$e(zDnpg$ve%b;d^%}P+8*UB$w+h3CO#=6&B>hk z$W3!Hr$3sQ<^9a#H5@=3nK=I0B6B(Zb71$sFL!J|!h4lRz>tIX)nm_au@DAx<82?B*-gSlyUC`^V&mEg^e_<0A0A1w8 zWgPETtV}S(U};5<&IGfLUK!{o>L~Jz!4(@z?VXWESY8%6FBO+3&2Zdv0ne-~C$+~8 zEg+u`B+&BI%WRb>Ml5Tgc&#_;2zID1ZQb0EI~b5VZJMN_imalts8Vf!FEKl)qbCt`z-dyNAP`B{2I7VVUIc^1ZP@Oa#6(Cb3VDZ(W2>7=CYzF(7-b$Io-YD8 zoxBb^Athrv;Do%Hm$^*qcy2P&U}s}I5Zfsa41Bq0xl8q|g-}%ysK($3L^OcTC z2Vwls!8vjbw3bUIevor$E+4($I8Q}1KJ${Yq7mok#L)>t>+S-(+*46{D4*c`n9zh|1Nik3rmdqrmaP>3MyGj?&JRxGOSWxU+@4ZT zj%jwKuPE9VAnaPjRuAOGyGQ34CtsumviNAvyd|yI5(Da7EmnFR6Kkt{G?gozYGks# zpymMxoTNw+Go_EQlVqrt1gK!Pu{4^nvlybI%yovQ6M9RpXK4e27jmn_IR)Ia?;Dv- zjnavzbV{15m7+|4JRGbdE2OkIDtC>#GUa?JLzWie)UlLF0cGYa$T)M93T}!By(zj z)@#^PoDzN-fW$@(mLL@bh9pW zk-gSoTjMD)KhOVtruP4m-IsfpVdbE7A$Zu}$@$;Iun+{!{+9}I z^sD^u*T)~TZ>%T-goujgvJw<<&1R?NQ<;pTOR_P>Rdv>};>fYi(lIQC4B0AHAQlX& z{&ZL2o9=i~2iUUSRrL=Y#!pTX0x36G$~?^gOU)!&w)-ZKVz-*0_zbKNhOgK(`NZV? zNRgGS!d9?OYOn7$g923`WPwWo zm5@SfBJ&F?+64#4>hz~>Z}+N(bAd?%$D2PR0|zoQAjmwldWCaY6vc}l?=4b6PKowO{Wb| zVkPH;x=75iGd!OV8F}P|E_3^#bbBNg((r^<6b{SST{1+;%1VK$ZG?#Gv&4@&Ek6bI zsZ3P*umSUCyu3jtOYyJ(;l5Se6KkZP?>EJ}Z(_QBIWx~_bBP@sb#;bLT>c8>O9#2O zi{|wWD7hx&OpGR%r+uq*)cBrF2kHzFG*uluh+vS!hnVwmca4ksN)LsP*1&VXXunM5 zT3x?LM)&~%P|6(42c=6EqKRm|M?T{C3cf{>gh<*WJ?%lt0hYJ6MUpF;uC&ephd*39 zA7g#Q({5j0y9inoUAX>pb(4`c99@6L0WAYTsmNbP`dO?F$X7#_vZ2tP)!rJVHpjFy zdsPKRS4D~;11`yiJx6LfB&g?QZnRCAiAQ>)Vi2&*EvCO)7SKg4@UaacL5;`5-onOM z#aGgq!#+`Ea9pAcCIrSTxn12OcbClDL9ys;Gsc{KZ9o%6nN^K45HiXCZ=@F>ldWZ3 zUeYs?%(I@X4hPZ?BxK#SOo`VBK_sz-#PQwHI?y&9!zpdhBRR_+<}{n0lB=1??Fy5< zQE_@IM|a?=APvJDNWwx2ALrT!4$ob3^pKaU+$S#WZXcdM*qF;5!@4X0$lN7|TXpZq zky7rG-L1;eL$w3B14j?d?Y_^UgUv>6Ry`X-r=I8K#w)|Yi7WfP`G+hAp9>1c&UP|(8x#{YP%QtUimwN8?9QQ3JB6X6 z1n)`bX<3a|h|Lt~AElTLLsL1G@rnsv#7?JrHBl`!gPOb0QVKlbP7m@n3;&vaEQv){CW)*9SqTqmAZ=F40Sq<1sorb#mBrYUu z@$>{idRlv!T2JJ=PvTGx7}nG@tFXf8RK`)HC$65>G)p+(>EK)86wkZ93}C<=?&0bE zBL#oFxZwW8%S*7rFojbE*Qrk-nmmPtRl#}DMB?je{5X@I(`}CI;tFsAL*m8zJt@xa z3KFRP8($ZsnGhgr?`c*-MzJOX^KdWSlCQ`@^E#L!uuZ^XA{XZcFoD#mRd;SwzRo8A z_)$n5yjatZ>wE$cOu!|S#Zsc^<8?lP7$)H2KtW#(r+mMj@&pQ4?%IVw?YcO$>K}@K z*OL%aD5g$#;d-A!>cY%C%Gc=>TudnL^sYQ}Q*d#iP`Q4m@Bs3XrtB9=tVM05Qkn@W zE>#>?VCzjKjFKt@bv8mQg$!tz&}SEf5v&hEWtEpc{|keYq<@{hLae!@Xg8$J~WpU8& zgKwFfhL%bj*EdKux_S-@IfCnV4iDMrA6qrEP{>igerGZ24^E6WAoxhmBkNYY_VdW@ zL2do|ddVA!qtaglkMgWC-C573jx4SWcVF%u9Cz2!rX^)x!ncr`YGZxm?e@A-&kt&0 zsmt9h^|Z!o5&cIq+Z;gzew1N%lV61F3hP}9aL55#q)-EF6}^Kr<}s;x}k^e z@!Ad*@QE=i(q*8PS3W?#abiIWn@&kE!339A?j>t@WiqRXv4Y4@diS05qG1&U$j(D9 zFftOxR7yOToqc0AcGwd9) z@*{LGIw6ER$~whbjJg_2M>5eS`oPMJjzR_-?fJiIT{OFup0+t!x{sL83fzSI)&}NT z3@QRg8e!xi&TDgR&2yYGb$Km)uytWAW6nSqKHCb3$n=tNhOxh*d?<~cXa|;FnWtOYhr(EUhO(M{N@EFX>-poWo#q8uX&2;+ekOd z_e_=#?=G%(hQ@_V0c{st`K4*nux3(;!;56TqHqli(J4CqZkpONduK=6kc~|GCN8pY9oX=$|HQ|`Q~t36X<5(-UovM0F<2JdkzN1o^sPx`J{ zodlrzc`pz|@4{-ZTUmbY$>lAz`5uCwS^fni0kTf@xVNmgrGk za$a?q5K&%((hvX8VBA}j0meOk^J;>pTpA^YQztT+mwE>EBA830yhISdRBu8bDb*`| zxrY~YVW)Y-(jE9Gqf%^2`=KF?fnSTvNNDl zW_MG`mt~93^R(4iA`dVO&5@GffVg@<1Bw=gu&%v}t6=#?U-kQ0L`hy=n!TWe%Cc0I zTgsDVpwDYVsdz{+OC5>>CX~WB5(!DfRf9Z&mMEBK(pb|ni__r;n(O=${$0qtMYsNN zO5+(-%hH@7-uN<}MBDx;q)NOc>-Q!*`Khj98yH54m*kv_8SWTYoR|B%-0Q9?rUB}L z9Xi@-36drMOpDF?-*)6W%|Cng?%8|q)}Vi^)$3n*9gP7XD#o$$_jLd32gTU(1@(iV z=*MSyt?Ot$)*t2nHyjMcTeaKn{r}NF*UJA>CViJ&DiR4eej5vRbj!&2bfld_fA!~o z_0RRO|9Ji<`~N~{jqU#%g;5y)%K!KJ_)}{7#YUqN&*UmmxgJmDI*W^feILzu6@P!e z66~L<)awV2=GsT{;{Th?dNS3%Uv9RN2ZgD(t9@h|ez!yT?VI0$_#M>DZy$aq`gaB1 zhw^<(y%+seg6Z78w!dGX)E@9W><%vs;u&v!_eJo8*pS1sFkZ#a&-$WmxWD3KgQ;rc zzAfl!*3aXrnpN?B*u@M;SnWr$F)e5Qd-oC$YPFf%>R_;L%6f`JG2GPrPhM9lpK2XA znwy6?`>h`5&9 zr$P!b47z{3v)WstRJWqX7LFzQI~kgxE|Mt~T1O8;XNm6@U}88n4iA77AH_A;_{!Wg zehSUt$%XXwj5pV+dJoxHBdFr)E}a#hO&vOXWQyS4tmP=@t}n1cAX1d~t9iec_v?AT zk@uVVz|RK-T-2;@FN!CSp{K=U&z?PqA_#Ltkzl{T5ba|=?DQ8^T?6{Yk16AWpP0lB zf_@!4CU#o%Brr|j+pIrzX{D9JFOounFM>RxTgKGP@|t3csP}RXFnTXK3TwAn)HZ=b zZ}v#lsJ8Qw!kQeZq*Qa+oz|MCF#TAi!zksLZVXnE-Fd~gJC~;mwo9TQjz`<0_AIwg zZi__Y?Qj96C$Mi`kqvPKvDbNjQm^3bzXHNOolEGzU3Mi#yz%q%5^wzd^ZtzWnOaOS znW0tKpTmJD+mvk{D4j1T-&|Q!nr0~$pC4)tsc-f|N2)+EXan*@31n`!V45wKz!RvQ70%b}Hm z4{ng^8g3_>FcbOGpIT(UQTMayGb6CN=h{r_I%ql9Rm-`~TF!MR$k}Ygx+Niwe@Y&o z8s4mxW}KVK9XdSMnDHRBuAoKEz1r~gy~^*+z`i&2Jt-$LSCnwAh>aqmhxej^xtQc! zaoW8bn|>kD3)c&Cfacy(scR{97daPCQ^3f&T>^EPh_@xWOvH0}nH+$Bi?86UB!qV2 z0q@HGKvJJTQXkj_^;prK6o~*-nP*UlYvw@B`_7TZ*PPPmW4TQ?sS{*lXw#1}j=F=z z%|9Sun{ar~ zIL-zF@D@k30|ux;43NXwG@%#=UC2QWl2ESWwF#{*_JP~ zN7|Y%++w71?UZ;#d(^FY#4Sdx`jhxYdw{L^#VrP?Nya(|b5!$sFWDEehbdQ2a~<_$ zI~LU*$YoJ?JW#{%uv>GVO{mP1<}sULm}D?d(AwoEv8iE#M3ZDDi$An3qA<+3e0Da2 zfH;q#;? z30GT@C~Rpzq|(8}B36R^ToGZ5_!)ehT9p6+U538C3@f3MPAefur%F1fYXY-?z-lWI z^y4FcCz?k4`GhVEq~b%}c{qsFCd?JRdwTxKW^)FYcHSxJ6r4M;mc%}nrMUWFlJ+3* zc3O$0@1Ft16U+IqK%CJXJ=F7o+SOjiGC6wqZBr*g) z;e_nF5v#swcE0I+%MOEz=ui@hn)plhQo>Gxoplmapp!s%Qj?v~Ou`+`1eX@dP7+_k zD#Tu*o%SNy%tfk~KtZL9oy0rrBn(9-vFapLK&fIUg&lSh!%Pag69tr-;W2kI6UkrF zn@9tN_NT;pF%W=HN{V1XcQYyKuh?5UT=P=RCwg@#b1f0PgsqDt@z=2Q7IRxm3NbOa zcp_mc^CaPkOG~OJ1T~r`0wB90GEk;Nj0aqt1$+hhv*4_f;1c9TBO0YtvvnjgsX6eWK1CGwnu zDub5oNMiuH+&)wnK+rst6YrDJHVscTf>fZ0%}MPCk~cpO>p=46@2`Xx#53w5xxkBw zq=^YYvj}H4QSj0iQ?=oP^yQZ$Kc}4woO0Al9qBNGc~J*L@B9U^tflj1E`%LjRu_wZ zgz6uW+v>vDxxH#e@{5?{2d6Azl3#)8xZrn;_pbRJT}$f#{Ep~%ZeRPzg;AoE{3-#6 zTmZI?B#}_9<9L51(l!IOR@&}rBb2;Or0!&?Jc*frTFB!SOgp|#80RvT5)tSF9AES8>E{46Hd8l}pVEo_u>ZCn0W zd>e1WAG7Z5MO6Jv{#Yw5#WHIODBFTPt+jB`;@YY)s(6%7O^s0~C$1Vpt-cw%CYqE% z21jIe7xS$)@3@+LZd*M;6iaVf%&Ht*NVv%c&BLKM$?w4 zC-nd^lLzrDd=cfvv6lypVNEmEr-FD*wTqHHj18sJ?|~I;Gu@V?1;`0T4yDBQ!L-HX zWngBrkyzvfc)T3~E0*eoAh3W{shtk6DzzNc7UZ9A7=xrFbP76;b2ZxtI%>dn3lugv>Xno<#0$@%wLrJk~#=pEB_zy zv3z-$yi&8>ySDcK35r2jbo2lDVc}Q)Ki9{f1C2_Zq6S6~_|_SX(E0n=G3oD1itjOM zQ`PgSTII5t+~VT+xVP9@6G$<_4(Q+7DHuP;9?=09|K%<9WRCg~h8M_BRKIic0nMe} zLR;@>5vyd0=R!d1Ylm-izU|3eQnI8eHC35;Rov{ZUUv`q4hOp<*=97I9)j`$IL|_y zxBV=_Y1_}@sj1mY?LITPHE>6^QWTOp&)?%2S7{J!y$*PMd)W?~PgaY>oYBdd9Ye@)|RGn>a&^BDh{ zo|>v0ojZKV(L*!22f%jC5bQBKqjX=Fg-@ZY_WcgdH(JUu{t8^U1egYw8GNwpLG2X6 zDr^;Gw^|ttdshtvIa`Hj2FT&QAP)F02)D+1as&hFBFydrs#GFZDmy@{!d~3og~8G$ zLWMervO9nnZy0b4neE2A5aj~3x;XnA>7%|+#wmd#IzmtRt_KRMDcnXsra&9&y0CZa z&SiQxImUnxw7(?YQrwN|G@P1h+`sYQ`r*T~GuitBd*SgBmIhF?XUok&53s@d#oKHE zG+P*q$Ah(tr=||h9&DfKc?>{>jj5>Dp`6$D_#kAHF6NzFymI@!ce>tg+wHysHSfaC zI#&}f?x=G$^U{tw57o?*opc_mnU{Cgxte)pN1dygS9jETq-I{*zVoTe8i$S&a?v$J zXxdr8Oqf_T83MR4u@2%DYel6d^t*(=YaX8U?tl2`tS1gq+dF)yb$>)1*5dGi%i3+i z5cafo_)zm;y>V#npkUf}dke!J)UP{6xG}lin&8fRgb}<^tI}>CY#waXY5Uo$(Mo4& zaKc*$z?uj+0+LWxRHHW=pSe-c4EPHMlgO)NUm(|doosa}KG6qhp z`BjFCD?O;wo^EGPa4e3@IIEexsoiyfed$Kl%;tv3g1L>#*2FHQ1Rm*DHu;pLLekA_ z0t&@9`Wdq?TNA4dJ4;z(R&0=6HSR8EG_oevIJUW-0f>s8mKBsQ$NdW5hhc_%KOSVEfMH3gF!@P~}jFU#0a)iQ};V~h&WazvXTfyGH@M**QJf6yxd4n)ngfXN?x`A!MR$7DMq%o z+p6a^DShWIk&)Q-qjgV-;U;Q+Caby`)Gr%t_7|rzDu9i;V~pj4geZGfX53m?x*%At znz-F|`%6o!LY}W2x({s)q#kv*BF+WLqQ$Q*ZmbVhJGfNH;hN^v$(0-;pmARyCCIqj z?{~VG@(N)Q28$`aT_&iA;uMSS<;d+Hz)2tN^UNp|F0AaZhy+1l(bGJqs0b7X1NYQad#?WA!_`aG&)R`m z{7E<{gPc_iGvvKiDiRr$4LTK)uyhK83=wMBTVCysW(59<{Q$Ph%HFI=6r)cNW34}9 zqB*_*#mQ`AX6mR+BtyzX2;iBj%w9$qLivzZpb+B*O(chBlnY_Uu{mGx3^ zNjx8v)|bJaqqb#5r?gQyV9v4iNV|fT!r zAC$JxyT#IFJeXM?8k|rapqwfM~T1)lCZQy6_h=}%B#Zh z1Mf=6&mtYuWP+1Ddjt~<*Bf1rhxS&crmB_M*+z?KC!|SHS0iQ9MDNxqEMVLjd6LKq zPU0lETgjl{^9oZ0KtX_pgE8fEp~>NksiT)4r2d%-d>Qh&$+4hbM0aT)q(>WXIq*J8 zT4R!#5IvPFf*_0O32je##i8oU8aavwmETam)3k`%+-!@kVU;J$wqxu9;8`ivdP3Ag z)=5xmx;tcnTtqVadS2=cN$MAiTJJcQv#RAd8uu2jbU3!fjP3+g&wQL@Kdxmy76iMK z^;n#Ttj9@inDw}pTg`YZsOnW&j|GG}@g#yhr8cKj-&Ecl4vobE(c?7l zgK28gJWu9hxJ0{b1H6HqPkdKEiMb|?CV-3)E9%KFsjd50f6{-hmHl77p+pT6jQ?kC zXaDzuLZRf?|BHpfuk8QV%O6#cS#2U*D3@S8q3&i^W(|`iz1&ompmN8=h-;(nDrf>b z`1O(Q5O1b>XLzMbp(u#?2=NK(HVZ0?Dh+Xg@W2eVRq6FK+X+ZsTaE4zAT7^*=Of7n3#$WZ@8l^w4te+!7$!<%Na0R+zl0O!Xam0-8=|B6bnQ~x&#ic$D0`hR`=@w^6RgH)M@#eQSa%whMT z8<3roW%j(X2TZ=C+&UMMEY_(MGb%+j7F+BIDSbotwI*v6b|`nVl@8cc%!Cg4Rc+{D#8l$AnZhvWoYOR5Qvz3Ia!` z*B^N&^WJ9OyUJWpihPguQc1rhSul}ut$O3`N$5rAOdUy+9ImAA&0bQi5Q!5M6`%yN z>i9%gB?TrJU=>H56!(J+d%hZq&P~n?t|@SHRDfuNS`kW>sx!PSPB~@i`PYozL(w zsRo1GMqhrkusQDLX2m~hs@FVmD89eD*%Ynosn(aE#&S~oMyh=krZcH|Gu6DZy1vrM zXz%Un^^f;J@!FjR9Dx+GgZ0isVNp}<4kQ8lg5(J{+IZxDgOvIrtKi1Rg6=j zq5_>j?4wZEc)Zca(xFsN72&BWq>e$42I;fLJ*hifk$x2Ci?e>B&pbA*LaHN3BHLM& zdDl&`UvY+kGwLs{ZeZHmwcc{_z!HB3sL7^(9mgS^{e*=w;{B9+dXgtn8}Q*t^++Wwr_sd+2L>l#KWR>5jv@W-F)Tv>Q;`4ks0y=c)dvMT z=H#ZmHW)-DSRuvq$=(QSu;$rIaq2;DCskkKh;)Zzi4unfC-TVFViIU56TQ9;fA{HA z(NzmmAdf~Hpeh5fZH^W@$^$4b@dxR%TD)E>i2T ziYJ1H?Jae8W37b+S#($CSytlqt5EQY4}w#XO4f$zqI4UK(^qU<9;Qtt#efNF7G>8ukDn zkk1-tjlA%v+coIC8+A&HgJGZeZ#^bp;=qM0=Gcc*1)jjF)VJ@)J}m~t5$iypJK3RJ?YKi=%UWLT9K$_8Tv?LinPbBCV<-e& zK-T3k)^otSnCR&e7B-e;JYb1p{ZwLDV;oYZjwHQ?k`gS1DCym=Czuz=Mc!M5Pf@_y zkoBYqL5M((aD#dys!9R1LS#mCHd9!^c-VzZ?KqMEF`k=)qDilhvw>pVWEaiT8Keyy ztzd-luycZDtQid~Zz05#E+r<1wD5~vwC4l0r8MfJF${hJ!U14H@{q|ZM>0d}B)L=J zX~qpHO#p0CXS6BAv%$u(6}br{1|qMA>suWRuB0+4qruD$seEql-i_5Al6q)6+#$Ue zZC8goB>K=6<`C!>*1w>YzRE>g0`QbY+!@ftF#v8?k^6PvO(m;Lt=z*_8^C41hKOrl zn9sNO~)Pgp#9L~JA#SRcgz$Ho)-`-fL4?D-i zkg{*EVeXl7Dg^m4FJNG*Ws@TT;lynFh-V6y=x`78ej2j^;CO<1x^xS5DS%O-!T@i1wzE| zV*N^IGO1>O4LO)7cB(ZRnE4iXT=6edgF%sWk^)DPQZ5eGdno;h%Mh=KL_r;^AYhyI z4KR7-hlHL(xXb!kLM4YeCtVD)w2bDlOXi$)dI zxZq>y6N!U(!N9!$Qh9H2V->Ek24uuEkZ}t~DK#P9ICPa*(zU5}bFeQD_zA&Sj&?Ih z#c~&RtL^G6*%+qwS}co$PxHMgl;cwX0>v;;tk*B-Iv0TMic``Q01G_y7J(BPcVtPH z^!dS^8>5@@aE#ceb&fQ(JyR}ass>)XTV0BDPs+%2iGj)vYPErGWi$LOXw^F2%g7V} zl`$9KvLrJ|(fU0h1wzYNv9kgUsH8w3k%)!Sg#f~|Mqq*!V!1z9`Z8*GeLHzhq_5&@9Res6(V_m7F*1t6ev z5_fku^JqTAP6I6XQ6#be3O{kMR)ed6C7{=$0bq&PRNX>sC``?lL3>D~ay2X+G@=VjEttwk zNqAoE=YxEBjs7~OucLr{Jw7quEMM052&b!qe3XxMUm^At2XCar#i^1uk)&_ z*i5SgT@?#XS2in})syT+c8MYA*Wi`gUF(A0KQ9jqX86T=Z)#bHSSLVjAp=7tVhh3o zw-FsES$B?+!ete@cwF~{ooMD^m%lrnmQ|BfeLf?9q}D1gg@vxpo`yASP@=>O9ehiA zP>&}?lA0cD(`wh-f-cFbRjA7C^_M~8DlYxiO{*Ffex?gS>E2iksLnC)#XWU$p`nV0 zbs26bm8TghdJ^9SQ$c`jYBSqX?|2UtqML9D?($DorpYf56J?pv$Q6!EJmTOs=~#Gh zem6Hyp2Q<#9tN?vKMi(uwmvXOuKc}~{elWr#D4<8GRES+q1|b@nADPR`%YzAgaY-O zgrcW<-b-rYzm2?CE{gv)u{<4sn)n5hs|1t;0=t;I(m9Uqy3Ckqp)6`mbft|n_H3vB zKNI$U(z?$fcx4zXO^VpMT)a3rT={9_cUvdcHf5FHDqxd0|6hw6UOu znX9%``b#+*UCB^pO!h7of5duK6;<@TlrLl0j##|3{9kjBp&-a*RYIkAVa|BoTRgs) zEjswynSbxG zmx)AHFO`*9f_kmj&ne@hZiDRU@m}`?)ZEi8J160PTebwBMcNlpv1lUphdsC zcqRU|ilU2!P;3QqQF0*_Po7jhQ+YV}O0L!Pz9kU}F& zWiQMDV}bTeCKR#Cc0N93qf`Cd^4C zRLiU@oS_I~H26|Sxs#d*?#W%~tqqQo0b0j#3u%(fOuOC3Ls_#mR$X0{(G`R~4+j+P zq(6qv7CMVpLYy4M%&ED6iqPA20&2ug=kPzq69B!GXPa!}qZbJJ$*mJ<*ZGIL@tLVUWLH1eb8W{1$ZL=GJcC2wFNjacy0e2KyLik^uv@Bn zr%Xw7_$M(+;v%KHnV)afUrF=_P_Ue>mzDN}rLngi1=Z(?A;f2vOGw@Snw1IRjmrjT z7U8nlOWb#BU4c5PMGP%+?2+y_&K+$x$g3qaqKk9?+br|{Q-98c{CA`?1QB@8`qFad z7+cAIL7@~Cihj!fJMe!c|6Lz{?s25v+#T$R&z`!+dtdh6zkKgo-}|Dor^HPFLg3j` z_qvz2w?#K{B%aNlJte5k-ezwVh|}IC!~oa3poTts>Y|Izo&uwEXYK5%lP~<<6%Y9R ze@bri@WHEpQTwAyKL4gSjGlAr*$3a|_iw)Yd$)Szjop4k{Lh#C<*QzL^s1k}<1Qcm%2ysf z{qUd9{@U9UKmO+(zxCjwFZuS@zxP{z^IMnx;j9i4~$;(Oo! z#+&xM_SKD}&v}3G)9v<&kH7Wh&%69JPyWtlKY!wZ_bI*Q$N&BpFZ!eJ-1uMpxBU4( z-}Hvxc>0@@U9Vf)eEv;WUr{RUe`bI0=xzR2@3-%T5B;a_eDyPPE0iIXMFMTr8`6~e9%j; z>R){B`0yoP`uu-g_?9Q!=EdjLzO{7L9U3?Iqc1({_J8-r@BQ;1QS@tq&`_#shf8rSry4i2N^0%*k^V${P9p9sT|HnT5-uKU4arZ}l;kD=A|Ey0f-};5S z9#uc`g(J85$A3Th>+ickbj2h8@*m!G)kD8?x906%_7~R_-}!^w?;IPy;?cLi$B%Cq zSC@Z~`_5ZGcF>6icE>!)t{$j!$;WcT>L zrprg(^tf~HzVfY0zj@YqZ~fMfZ}78QR11%N%&q_AcmCmKU%%sRe)~N$k1y>%{~wYc zJ@SHwex&&ASAXm9?G8WdH4nboT_3e~_ODyN{;*5F-un0Ne4=^l_y2nR$btD@;S+Zd ztoi*vwQ|90Z+688cE7+o^oiDe>xCN~KmXV6bnD-I+NW;t=Qp_fPnvgp$&0`IzLlrm zV$Zj}`097x=Zfj^JC59@e)SEK$G-0ouldHghg$c2UH5wjf8*@+m%imeUwZDRFZAws zkNe)TGjsR%-RIWFyZ%$-cU}6-JC06P?(mS8J-_jkzkTG3pZ&SN9)EcJpo4FH%O9O{ z;zfT`xa-UR^KrEs{K-{s|MVrV>UbY`$eq_deBPnES6=!jcV4;p+pD)Za@q4vys6dy z!PoA4(>HjJz2NWuy0%_?v(B`u99+_9-8D&GEO~_a{I7$^7Skw^#gnC+hC{%^!W? zwjcV3qjx<1+2P_^^?je4T5G-UtmXH->EB;B|KE4M)6-wS_NRCJzzx5C|ITycjmO{c zN#9J~^!}%QJh^yWV)O_dWPSAO53fKk>ukcfS76&o2A?6<>VM zmzHjH&U=Wf$}+tKHL=sC^5dgH!({N-J5{WspjU-J(S zyUCST@A=B#KYQ0bKKQ4v8o&Kj_x@Dzc{i>-=e-9W@xohFSHJa&*Sz|>mrlLSqJQ7cyPx{lxeuNFkpuqn)4!P9_WqsQ z-8lcfUC+7M%fE6s`sAbjY5A(k@^9Ym*_Yh)CAYoNhd=W3b6lXMF1~Z}L|kO*(Yfgp-uU#7%sjq$ z+YkKNGpm&+y!OI9`G0xr=N|LL$3Nq$&))t&J9Bq`Rqx(kzIFQ#oA=-S%-h}R9#8t4 zo89uZ&w25$AAHi;|FZe9KYT!QP`nw)?`}k>(e8_XZeu;PR+>d_p zc1Qb<{nnpCgYI=iRM($rE;3cbAyk>Pk(jozrOb9mrlRzw*UCUca83H@(;i8*3#F1amCBObKcEg@T_X?u@66# zJm?7zfAUrLzwzkne}3C9AGqeM=}TJ=_?uUqU4PwOUK8E@ZXf)$htxjzk^09!_n7DQ zUwXTn-Fg2rK75)e*Vp48&^JlX>su;m6zZ3+`GK?QFqN(8qrH{;@$KeQ+1vbls^0zVy{5nQlpA**^5!>( z-@U^lfB5!azw(LiyYbT=Qa=8m*Wcz2-~U4S(I30h2Y>wCkHwF;(LF~0_`zE}>F8Bo z{@k11(R;;HK2dtwV?N>C=4sD*`1?=Z<&U3m)!puL>;HVf-S@ZW z+&llO_=f-Wtp|Siolkt_JI;IM$3A+KaQwsd)-QhkoA3VKBZew?CeG z`0_cc-?``0$G86M{LdeB`&-}m)%U;EGgtoQ(t~e)*TGvo=6U;X^xZGM@TULxSI>Ug z%Wkym$-BOiiw^zq9X|2JTYlwV<2POM+1tPI4x^9!?A71?_ctD2f9)r3eEWM0f@i(x zaerR;wI{cq@YwTj{5#&^*M0S5iGC*<;TCjXht#;z3Wm>wiD$)vXV1 zJnFWe`q=YJUz@%8=byZ|P=E3>?^W$R{<%}{{&ek4(XD@W$&r^n_R+6<*_-pv7*`&X z8~^a#vsaw+=%@Vo7oYjjTR!DSXWi`Ki(i|1{`a2O{{4ggMZMy#54`J~AHC%@yT0-G zFE)=nwS4Z!ZgBJJ+h6d$#e3cK4*eUhKX>)UcYfFx?{v;9|LN#`b59!Y?SJOW%NM`! zA%A<~;KjH3_b-0y&KqA}K5@;t`|f#@H$3lOZ~x^#+<5Zc|Mfus*mvjlzWqPv&i{=Y zUUbXXJ>e0_^sVl(=Wmh^9em8~7U%EqU$1*v|NOiC&+$)x>fl?R=bisLZ~B$@`TX}^ zIJ(usZJ+hI_C0SidfcC#_b>ncw)5`#f!-S`^}qh|X88DTeg3TK zjJMtLB`=zK(}m;3i$3+#m(Jh*b>-)M{|kHn=I&rKK@$>)trT04PUpK!! zyyib%@gHlCzs;jR{ob>G?LY3d@qin=@Fib7e&?6WedZP$H+|nlhyHNhJ9fv?6}Nc8 zOWt|%8-Mou?H4`Zk#~6XSH5x0Ti*ViPrc)@rP{8u4}SC)?^yWI)eri&m;X=yr~mV% zg=1I!^zxs6>Z|YhpUnqd@cn;&!5^G>$1T5n^V06`|0w^?ul($B|FJps^S^)4d$0c5 zt^WPLfAqzVJ^Q@p?fv7wzUZnye$gY|x_HII|EhQY=3oEi`X|5M{Oh0oYw6EFe)Yvy zpWXlQ-~Ig;fBuFy5B_Zb&#!*rcb@&hSN6W}h(m+_{GY%1Y4RV>{o2*-zrMj&fAYNd z7k>7RSHJ$snRlN2k^h*p{^f7KaM|7J;R}BI4Zpv9%UtXetPaMzgBwM^u2!f{U5sVAKu}$f4k># zvoHD7i*Gr-UKkhd*m&+;e*Vl){ot`*yZ8&Yx@zigp8T_aT>t3pF8I>pU-563`uBe1 zYoBqK*MDm2=-+KmMKf{O4t) z=$$|G?fZYI{LJB3|LjTMdh_tgyPtRRInVt0ci$Vl^o2is;@6)0;|KI#^~uf4qL;nu z)~}5EKdg2>^3b=vZT)TYH!OL_{(NKlg1e9VSH1UnkNV7;ul{=Vfgk(Yt)C#IrN{4j z)(vlSi{Xvm8{MS)!l&K)J<)59-SVOj-~Kg?*Z=j*H(vJTKlg6*jH|A>{Ns(+|L9Y< z{kxAJJb0HIeeOP2-{DC=dFo%j&{I|p}nI7o1JcMa|q+}$A@EJ$$I;O_43?l$Cme|Oe>HgDFOwWj{)bGoa#y7un9 zYfFEs(hO86=otIeMZDim;qOx0M%Ac|q*|x=N?)&TvTuK!Uu`=URh>JZ;;LA>b@uD; zS<((_aEA_drf_#*mvyhMqc_X^xYjRL3fmG(M%!X9;KqoG(_z%|7Ewr*l9h^X$@`J( zJMxPH{`DJ0qGJ^YSh!z~l!ZMsLU!>;Q8Pntc^36)|^hJTAIF=la_y9VEEDK;buA!K`do6ml44*KasOU z9UZC4eE(IEI86;p^6v!Wi3%5H@cKZ?Q_Y0R2_|~^3+uJpuyJ>V7pOJD7m=Ds4iRFv z)f#RYhbrfa*loKs(MBYsD6i*~@9I|SJBG4Y@-Jz7-onJyG}$IH+Sj-tTVg7L23b%L ztR$Y@I6P2l@;Kn0_dG*ixD(~%dVq4^r!=A^+)L-p@j|SVUbbi1+eL4(PcWUKd3;5l z140e;5zIbU*sm@ev2<}(GbB@ZKtObAsuo@S1}iKo)pScuiOgk`bg&pT2Wq`I$y_WqDgkT}&Xq zE|`Ke6I>+D2NA6SiWGebvIZJlxUWX+hxnhO`ZuwPx6=W)^X419^)?S&%5NBO%^#~9 zujjlEZD;cPuNT}0>knX1|EDF(KWLnOyu03-vjXn3tiC%W)4qc-t>GZ@$qX#5PPHkj z!-k=1XLNk%t$E&-6dkSDXNEW*u!P6PZbE~97W|~?110}lh$iq^Hx#|cE!f9CraW!V z$)m10EFur6{ZT_X7N#sd__bD19fH?KvbHBm>zX}i6O3*|h|gk`G;^Tm4++KyX1pSU zfN1F!i~_qYe-I)`46Uz^!~30@sHQ$V6(l9+znl~9i zRIftNL;Eb%;0Gc6U<&b_aVVQ8n}`4rB{-Nv7yy<5gb*C=$9dflx|~>?sN|tSLNRzK zZz^`j6AT}};V>p$BuW$v7ze7PNN)*}Ia-TrwvrG^+ktZCH7gAe0F5zfe zH#rNFPRHmM1i>fx(>270^%3$x#3D?I))%|Whp_jzZzNz5k+{VqK4RkC&J%y;|BC&L zF`ISZy$U3B;n#DZmHu%&?b$?g9Ka^yLWBargKfPR)%bz(>i2L&wxh>D- zrNcY2gPw+{&k9_e^u}*g_<_j-JAZR<%J||<32{ljYlwOdu-6pY6>u2kJw~gu^S?|d zli%)}J!)Z?yg%Aavp%Z)x+AcDliomV@VSlC#;9lx(H{CE5syPC9?~>5|LK|eYFq-_ z@s1}EW0Fj#p5-dZ2@UhyZ&dmY=$Zh(Rkh zmA*!C&8Le_G~-!iZYDIUJ39>1M9hub1wXryoBkOYjeldw2aoA-n9z24;n#aJp}mdD zrPMcZ>*Br%K3_J3XrZ_66{~uG8X(}4mO;t1neTb$^p2b~ZH|0*Mqf5j5H2kg1Bu3T znKM8vhTatk_5coye}zuR{tEe;L)$Kmk(H@0B^xv-m7=KEfCPgYTEil{-dsA=gJ?dX z^$Pv_vhAk9cJmy?ZGC7J*#+7EdYpyn(oT{S{0-WLl*l*j3hn{hM9;#;WuDNLFYbVI zlF5(6)`_nAtAPvlUP$C$Xrc8B(Z}ARDFw`~;%WZA=`LzW5-FB^&xBtyID?)1?pp|N zi&}GI79O?aFOllgks@7_fxdj~rSADzQCxNSOqcpT`en0_?%=;%zUv9eLa-e%vnI;< z3+H{?ZqQA{4h+j!kd`8Oaj1q2>DtBK*M+Fz$qvu+Gy>vL;@ccKVWwN(W4c|8-QIc_GPAli44hh z>sR9!vnd>WLMVZ|Jv_PMkE;PQy{hOWfI+ z>E}n(T!V-YO3koBGCj3IJ2zlKV7{=IkVoE#agrRf(W8f)oM$=9Q3^wYka7!Z>u-tV zIy9P67|7!uL@}}m7D?v{dbbB)f{87)T_7^fm8{u@TIAUfg~psPuR4dW%rQi3%P+FD zUCv@?dWM_d^mb-k8V&CCK8A4ZezGhok zO*eew;<=+3Knbf)q+;DdWYYL?Iww1Z=(aHyTE(TYS8EEzR0q|K$ce(+cB!1<1JE_wU8YBrJ(Nbr}gj`JOMSuvtY5`ECVZZIL#iM z@L12OnZGnP7JOAs&LYK6MBFqWH}!r@#l@Qi+RtS-%x?uxuPOG`n=ly-;d*$1Kx6|4 zZ(b~et7JDMa<|qYjMzY14t)tvRC3gd<(|H8oYhu^*@$@mTQ6oGGptmAIJDTWi>Sqh$n!5FoIcY(v z`Ua#b@~r!Tze*V4FQpZKH)ZVd(|Cb?T}G85^i$jlAG{N?RQ$4*Lgz~R`brO@lZd_B z=4{8fQrC;fLpZ`qjl~m+J-P37as9(%qwg)Rb>M}l5>{6irRA?}WH0EpaYpnZcpFsH zMCcN!|0UK-^G6j>Vkfqh4BbIbNXyaIMI3&3>huKVQ0JkQ)N#;!R{i7;*50|-+8={8 zuj0m0ntNv7wx{VLhr0E>z0o7jGxnPfpQEOyDM{&p7z!iP6SbYe_%Td>Hph2w%;62s za;dLQFCTlUQ4lJ>{Glm0*UK9PPH!N-X7u*?{@@8|hQb@WdiGvsldUx@lYZ>fDxB6P z@=N@E=x`#i2|unm&A${&c2>wO%QMWbQ=2cTZkb9?GyBd8>zpjLoAv#4co^mV%vv>9Xe|5v0`qJ%8p4)8i!Lxow+LvC$;S zJ-0g`vtn58xhKSi(Z|{YydC})yW=%M`tdp}W-G*wwNZyw-y;f9< z-`8-mwu5TEmHkJgI}@oB_6E}jfCQ@l% zK~TjE%h>A0HE-5Vh z9%?UDr7aN zVV-^)o_VMSVAY$m>7QzF*6Z?gx8<6@E59AC6{`q0>Pdc{#VzgN_5M?dq`Gz9f!uK@ zK<$ITo5nLoe$z8u1g(+F(kB8nQ(Q}_qIjH|oL=?m*;ZD2V(&t0hu1_=K8?(q(FI4u z_;x5r3k0Tbqw^r(sFW+XoWACGWyg4A>awKP*nxV{9 z3zU4sQf*26gGiOK1+yBx&;De^;IaA9-<^cF`2Qe`SV+CamjN9i2hE$U~cg)Ntl_x z=GQLpnzNhyA(9k{mblA6#cG@cDH&<2m6Q_=d!TBSi1!xupj91rS$KH0 z@H~yUg~5~VOgb+)AJW;Gb{E$cQtWsjA5}jRb6&qFka^f=JWfxt_$|wPO$?YrM?C#T zyk%IUQ|U6w|7%8SHjnIuYdyg3#B`1A(KDL?abc>jDL#JB@t215Kq|rn?`Dy2!Qxxl zts*{lK{)KnbgF#z#^RPT@k*3DKQl`KbI%DsQ&FuypppaT3|S<#TTTBS8{#XcBw2Es zfAV=|OZoL+iNCq9gixSCjA*@{tHv#+B2g3fWW2T7HNw-6Da07$LQuefnpB%+anuDXo@rU|t_^3OGbLRy=&_pn71MOuG@QO~7`E z=IONcrNL4YGrq#cbA@+Ke?zT8R@aqy-F82>;Bp$1(X+5(VdLO9Fi@;9jYQY}xP-lF zax@!9VYup1*AH2u#N<+TP~W}}CDgv84oHev-U;j3FXg}9$ZBt3@ zuAOV}&WBIOZtBiuFPB>4vBk5_=89*Zo4*&fvIxgEF&E}$z8fGW`*hwesBiAJx9`ku zj-sN7Z=cIydSRQJYo8$d$fJk>1|A>p15y1$6cjg+k>xKB`cs`BzqhxQtl23>_phL# zBS-gHtPL%FeN`uNE+i%NCQl|z%CZCc)-0^4ku=5E=fLwbwYf^0z^Rom$IWFgi!uHXvz>H7+Zo8j zW}sDMtPpuoR!#QXl^PB~j3@R@t8+3H9D`P4I75kmDyjJEK{Mrbur>n0rCkBR6<;4u z9i?ZiN%!SDez#f5xm%=e_qL!-d#}xfooLHZ`5o8z0Vc@}L~bZv%{MWRt~@u~ioXou zqI>=f;ANPQ2>d_1s;Lvlt~up^IX3%=G1XyzY79jyYp^<@F-fsW(1B?N4ZVn|Otn2H zxqd{?cMD^gx&hccFjC+j7{q=IEJ~{D9PAUg<#>QDHSiIAj4##Fu0pjQHlEKN)zwVZ zX=8~d+<5nkiwey;n$LII`8jwCOvnrrD?QOAQDbq}HUhk|yOS zKUd?c0ReP4`hbRGv5GktC<_yJH2jfY(qDT8tdgF(0@#wl1%2DXXu+4K&off=6ET;w z@y;`yi8+@)XKosN_NwIgA2Ld!?S8fHSZvDrs8LwygH`gI3f z@31tT{yJUcO0)qC&N;dMIS~45{+U_AafFL9jS}j&C~9h7=Qc0B;56F zl%D3vO$AfykuE%Z4ictKQ-`nOmx-jW0O!jHMW#NF#bjR{o19fwO;-k99JYxp<4xcY z8#n2;bJE{|Tx$9(a}I^Bgw)2Ia;&f8$!=~s%6aVu-cvYj%s9xhv&+=Ca8aGCMn~*L z*p0o^e@ghx*yuSelps^Gw&utCW+a-W_n~1GW@+VMyJ2%_dpoSKSS6|C|EjB0AFz&Q zsJa{{fm7gfmKD!go%>>VfDc~3*glAAkEO8Au$WXmw0-%i5qf?&?{R7xriMLNZP9EX<_PvP?Q)4>~VC6RQ{@9n0Ta1tcoPT(^N#?=J#VY6H$ z4yYSB!r`>GdZxZ((nU}w3~&QQ;4S~LZ)K5@mFWOV3-|hdy|5%_<%R9X<;MI#q(bdok7sb=XmzY{%+HQ;YqoeYjy7(B9KjphCXijKGuwq>=F7 z(WB4CDOWUwSB_+OA9{%l4Lm=@e>=I6$7d}#CADonhAYn4CgbBV$I`|Qev6lp`v`xh zUYI*lxjr#k1Yl(NBpV9)@)2>;(PofgB`4bez4oI#ML_%K_a4IQ3m&262X#4zaEETk zWD61n%5hp#d?T2eWS(*^Vz$9GP%-egFUk6k&kjT=J@K7IziV;yZt<$&DZX15xIan> zkW>{Gqt){u_yixSP7RV(v@DmEy^2R7RFCG2@es88mnzHM9AGnQD02C;r5gVHZaVGA z>L^^$_x>U814Y5a}1Sr9MOJ>JTJK|F0mH*#BKE| zW?%UEwzPZx^fXk>^7Cyv7?fuHE)aPp=SWb<$^N}G9M8=$^F_u}GaFOwI&g|2HWMOGqtP0+8rqfi1Drs z&s(9yj=z+Sqkn>(#y$=WFNUbXuCEEMuphaIeZa?pFtNt^)q?U%RsT(2BSLTNXFq-J z;Zm$)G|ZVA)0EPU{(MX<-(V96qGzht4pBVT8_11qqIWMIw^TAH=qTadM?{dyK?)d$ z4#lq}i*zGGG{U;~H`jzTgY3U2!AG*V8Yq8<$-sGjRc@Z}9nfZ=&LnkYE*!6_)Vtp;iTZs9w@5aiJXq!v(-h9j#0w zF#O(*AGXADkiL%&W&1XB_`A@;$PkSJkGCo-XlRl}Nj}wkA=AOZE!EZ5JcKFsYpbAT zE<}SdMDJ-DE!Q!OZ-`RdAxZ=6+K#ypKe`VBmqY!zqL^?Qq`~p^00M@i1m@u+f0F)0 z*MiOe)04+2nYxdRj6rO^7l)uWMLoOi%+?>Ka=GLCWO6w+mE|LQJ+3FuiyOKWyBr$= zG;n&GHyyiUSai=mua4W@LHz8jBT{3@$)KwphG%wm3fa`Q{|_;OVpBrQl{rZ;4w{9QgsxLVZ)lPD^Oc+a`vcZ)_-l# zK35Qk--?;dvif@2`%Cbx6jp7%@~r%oloALSX^*~c+~CL+AoSZ7yI!gdjl?djUZ0#) z@OVYWA0_rl@_qM4YA9Ilk6w-!!o@Ho#WU0&8ELK*{c3E0RBi6Up|cQbA9hBYeXvOO zW=LmqM&DLlt}j^k+WK-gV^hJIUVZ1@FjwWSD)#pSoy>sy?2NxJl--2d;~S?N{f}cord+XlJSDbE1m4)qpGaYPix0>s6J}`>^9gjVEs^641@Z4bgD%a)9c3x@lib~e4M|8J7!eRvy8?PhaL`)DMS+vF|}v9c##*` z4pvVCNYst$`Sv#eQdQ2huTMQ8q1v^b^k*G4&vS+tf~%on5&S6?9}S~j!dG6631!m} zTv9To#eP4Es8c^Nk(nhvV?o)d0S+eSeMqm7=^e-P zekzN;?im{f$i+SA0fpcUn|P7-ep2Y9rV2w@e24*_TN`sM8xO;07j~w+OcM8Q+|2;q zaYXNc+Sl{_rP?JZuss&%T{y-hua`BqNDkYYG*1`eIB0?Qv}k54YgiH*oi?0y%S2Pc zVcv^0MW=Uf8@XtSpI!*>e-tj%%ZEZ^LN}?jAORGY%Ii0c5$qTK?eFGnB zYuSk+swzo)aE^{TMqUmluC|4bVq}Gmw`*04Cy0D2|t$sr9@FXYg=}j-EvqsR&sHHoHUkS$D;JJ-0XM>~18cH?2w5a9c6Ha~pH?Ktios~vYT)WKa>l5|LZ0%37H8>E^av%B@d$Rh5 zecaS^AA@RJ@QGY_Zj06Y>(V_3ES`5dHVWZzPYdnuIzK;q?fgBKpV$$3)G$USdTH>i zj>@n+b+3p90f_Bx_ony#tf9qMvF*;~M$GgL6Noy3DBE#x2>A}!r_VHAOgPW@#>4qK zYM0RZ3YUL(Zg%)kVow&Wvt0y@FHkz3G-$_Yp8r~8>FT_iNe``VZ=-rW?2DKl8+PbT z&}`b<*&T9SDiNaR4i(_fPT1L>ML`AJpDmO3bn6b!>3@_7^vJ0;DIDWT-`-n=e|5e`8-G|INxB{f zEo+S+7441OJTW@?3fJ=r?z>`)kzUY?4j~>!X7gfKoTlrx)=VlZA2)vdiJOZgTi0v4=N1hb$CQD9KJ#)aPMH@%!)92mft^@ooqjoCg?D8ltoDHxBeK z=DnxqlRjWbmk?E{n?)(xQd!tdl3gBKoTpd~aS$}_1W7CX@lAUZ{z!Z*Ihf60@Y~4l zWZ+*eJ>w*oi^}Z@PN-uIw5@<@K_&HDTTW<04J9$9p6i6z`v>Yv0tl$G!T~&tyGwXVz7wI!X~U4$Mv|j@m}Bvtk1sY^zqjgY69(}5)i*Lz+hF9) z;R6jPP!cX=(f|&{-=F$t3)Z$23$3gS%HEzXJ5EPzbbDM*M^Sb4s@b(wG#hjMSR2@A zY?=|9-Q3B9m}IW39RF(Lg;wno@|djCKleZG#zYg%H@HBLIN?lO!RPg=e_r%d>_t{n&J7OJMIaNa0ofix$6ERW^!VmuV)X;Oy1q?BVylD zDU=bfHo6>TFFp@Zl^Q_ixalF6pX9GcwoheUi6H&W>-4`TMt9x>d_JKkEzW>%FoBmnaUkr->X!Ef|KrOaiAl(vFg2UxKbsdpHaFjZBbg8&fm7iE zV{#h0HVDnv>A!O?Q?iQ?qDXDMj_l?YSd8C&(8}% z7#o3rVS1*S7NY=DUU3#g@LkPJuTvnl*wx>xB!*zf3C%lN)T0@m^LvM}3^GW_f>OooN zON~rEv()$Rt&!La(tf|$*i3FX>$mn-o5in>Mbeq%v!qg3$J?^_tv6G0ymt6Y3!U7x3i&h(Y1_Z=eYmI~Uvktl<3rHv)z0{}}>B(#g={ zzbgN$A&E8#^Jh=G{|6LGmWK|;z{`MOFnKVVJb1I1u%dA3Jbp(+<6t9o1U4-KT)|Ij zYUl{q5^B-{De>=Oe3xpop4;Ec=gYN9B~@j#EACD-PrldJ)4pUb$%(+BO9OwuwLiYb zXD@k}-7hV<{m4mQ3pTV;E!UbWQ>%ae013*M3n-cmm(#>Y@ZOedm z)S6py+LEbi=A#Z(wMeR%Nx~h`h;7#ZXf2x4p-!?#GPG)G_bVwVOA96G*3c>MFj=s_ z{}8!qxEq|A+;*d1SoZtGR(3%kv!#jCaa}s@A0-q7tIsYw1B3Lu-5?Xc`xnkdX+}R) z$_5Y>r0v}Nd05oug4=m0xDp14S>VI}!a&(3cy#>^#*J;&1A%aA+2PgJH^agKiGetbbPk{Stf;3Y z?q(0@RgY5|0heHJ%kk_^m!ea1*H|G>b0fZ^tXXbc#6fHxzqw^(?S`|}+FUk|W1FGA zkvT7M?nzGgL%iwvADGX}kGxQ3?6!#!0=mf7ER0BEPy@nYcA>02)UfH49nLR>o2*bv zsHMai8*M%?&#s)aFtBmbD+Ex{aPY{8u{d%@*;g1wRQ-Ka-YIORR@b+>9?rzdcbP&<7pk*brC?sbS$Yga$&=H8}5_I~Jv= z^`d%59F^7*mA=hdT895Pt8ne=25`oAh-W(VbOZ2no;HIWcysz3#8EcyC{cD@WVpd# z6j34qzS(bfL4G~|aytVKn>~6b<{8a1!ljYkYPv^)3o9p}tST7~sUH;u-?vC2_Racg zS|VU(-~gnAf^sflR&vR36_DLW17{Q@0r5P%O!J z4A=&`8>j4d4Y=^4QCJ=31z_#axK|9_%c3A9qgES~`-Qu-2cUbLMt^Z5JIy z-`Rc*Z~{EqWTo%UG&-Oin|0OVLCxYqbLLSP@OQ^tKsX~V+RCr#wpe_Xmi{T!-`Rl3zA)vCwJ_Wv57#hq^>FI9K&i+bz5&ze4u+u1Rkvf}vvX ztV`?iO=avEAb1&ap$M@2REt5ShQ+!Pj^=_x=XqH{fRe*F0K4zspL+5EMm=MK>+-_+ z#1bQkCNdk(?dJu&Q!~m3*TX+1UJrn;X`p-|gko?V2oOvu-6qN0Gr$_@{*e;YyS$$l z^f1XLWdDQd{@T0FktFLinv~tX3B$cRDag=*m1xW&>*qeXyp0&1efGSn(IR&}6@j;p zCQ3oTI6m0LkDf|iT4z9GsnqNZV5>{eyeFwJDJT=;I8EY>lK&?u?ALRnN8~$XRCY_g zVtkUR#K-PGsa!5-kDi`sWm`=ol~mbGU=o!U34*Om1KpTx2u@|-uo;&8c)31}UuToE zApMDXCAV8Fm`{~%-T?hbAB58?rd&F#9sv{M*b=?Qe9iX)!H``{=?4VnOZ9X%ygy&* z`a{_KdW6Be+Kp(PtBsaHfh~mauqrT_aIhGgM0PC7o@nAIU94vWtg|@Jp*`HV7Ih^I z`hn-*as+NYrd|TiR)gSGf1)67(wFRvSoAl!9P0U9j>V$6(oPJQ_Ar-Ho;DWa+Vxv* z9xI(fpLoanT0RtP-cyBIpQZhVPHy*16DR5q1|kevTiOv>)% zv#a$r0p@xbaf0As3Dqly!eRx^Jo5LE6RUO&hK13Vqr+5Nw}OLO2zwGwWO~esq&Jt= zhSVH8gt!)=4(2oui~a_%2U8mL2(KllUjMa)hgE}%u|4?Yw30U(p|R=a$_8FAeV zc4rv~e93?-c%x+0jv#(5{`k4)#Y+NbO;qi4LG7+?7~Px%A5NsWk;$$bdS@79Ppxfh z*NGw?n!m8!Xh##21a&&il*mDZar)ky)%(b>*Hbx8ljuH}10jo^ZT@Wc5b!lqpbm#P z2-vlVhC)eG6rE_w2}?Lj?@4VjF0^Vlm?Pmbhc0K?jQNBe63&UQn)sadsm>%8YZdYF zEyYt%pVW36bD@wNbPeBMmcFrXcHv`G2?!e5d#5)WO#2!cDbKb_+Ck}}eLSoAjJ99d zBrYB?nX%e%@HeIYR4}Q}h^S(9)BO`YBtE;N?Q=!3^ze&28h6nBg<)oOYj~tEf$=y; z))fJ{_ykrbYZ1xLqyvoYj(JKS2c`8LxzS?XK~ec9OsFIhJ6nv>Zk~1%6U6UJO-gvr zTiwi+@UjD;&V%Lz-=rWtQ^EILGZ`+2?(~;V)o2VK#bVR)LmV&RV#ZJ$ZWJQNW)IQt z3su74yh~vxEzUUw=<_JYITF>lz^vo0de&1k{#Q8; zDzt$%+NW$oB27c8Awdy7R!G?r@vkZT4`!)>di67c-zw&T-a&>x&`=VDMDC&&#oc@d zoT>vH433@!L8HG5TMm@6MS71OB6mpOL}_4A?rtlL8f_38(7fBe--HH*E{RMo>JFm* zv=i+QX>wO!VFb!G)Skdz2vnb%2$HSHEzZ@Uj06ZCKOh=#JB)8}<(;jfk3_7 z3$L&@1OMjlIon_GtuE_imw=PWrWTmD^^TlF%TdOA{;TTLbDYqS-5d6;yp9>NmcqX^ zcdkKtHkx0*{8BsL{$L&z?&)Un?Ts|O1CCE-3)T=|enAlsO)XtF`8`#zJAqAkA8o~y zmfhC}tEH(xFja}7zeob0&7fe&(QT7QY22TS&fT%@ag!UDx9w?+Fy!8RPI2;wih<0a zBEWn}n{x)o)mm}KO$$qn&u*k#f#cOnA`&y7z?P?vqqKVT&bOF3i5Ny8__=y9ITk78 z@WiXe)#E@w5*Lkl!8X$w%-3+q_3WtDNZ9A+OrTSpN4TXV@u22#NwcCGWaZ1e&d3cr z4|6ug$5KDk?d8*vr;B2CbhNRh#J<}F+5Vogptjq!1HSf3IPU1MMfNCQ{EGmpGq07X z;V;E+bJ@-?Vs$!1AKa9n>pu?JxpM@N(hf8So2%k%i=KXAwVQdK>c6yxxX~70VY`Ea z^c+s#n0AHAc`9J1Qjb;KO%O*bOZ2vqWg&m)JuV2P1WklkxMw!MT66Dpl~7RxHt#XM z!_R2$kl~EZJ@-_@_c}Su{LLoUyX$(pxESVswBz^@Cq|>Rv4xpTanQ9enTMgP4sy%# z+j2IqpoMzHuy0hFeS0o}6UJ(bm|T(MR5)%0jE-!fA(I+|YkdfFU&dEAW+^AgKM?Y1 z>|p+KsL$cT7ck_e?o-Opk1fP`R~qkTn+yqYD&dE(lwf!N*p%17$d7;E$na*Xk~>Qo{XqPX0GmecNBpXZXe8)iKb5716xpWcO~j@NksT!Pu}az z;N05Vjs>g7LQbj^=2%A!*SGghO;VbPyca8&5h0zaZ!~~>TfD^eTK9T;Vyz)RUGA_? z;$79=gcWs$cb5)YHX9Xp+>!RoXVYpJG>eqUgoI53COPw{VxiRS{QfC_^y?mVbdPPjt)mxChOB)$H6aN=+QUIRAEGBkkm8+j|}s1Y^!=gul~1K%b@k z_h7w|h2cT8^`BQWFo<#eDF1^K{MfaZeg|4$NPQ~kHt4=LIp zxuZSgQY1LEO_l#yj0~j=_nJ&PBm*}h&rs@etVH%4c1niKg8MJt@)Z69lJf02`!y*4 zt~2e>=Ho7IXY8{jO-AKuF;q0SR>|K8qk||zBVT9^^XC<)MF>i zQC-6c%+FTzp7~cS-Y+p0Rnx55<0A2AduSW3vFT<2FST1xFD0O@E zUUJ-C{a@$?bNGHPeL0fHGPU3If3n^gZ5DU2c(xTrP~D#SH3xK(LBL)0o5*GEe8i%m zH6Q*uuA`&0C4`S2uJA=k$ti7tcYk#KG7Sm2HT`c=l1s&X4$m`z=P4=7%^>FA$ZKu3 zw`b!xO?s^V@#tNf=G%-K{BLT^Y)Xkzh#M*}gE`+Uzj-3}@48tFog4?RPtU@+#9d@V zS;mR97S@CxBk&|B#aa(7Q5j(0He0_jpQ5%st|Mpv3W*?~PPrn9W#7mSA_LHSHh!&R zaK8VBt%?HN^=buMWn#B*Q{nioD=evW?8w0V!k|c6Ypy0`9K}8@B94MNGD@NyINNW- z@x7@mG$q91UBGvFpqI$fii!kLQJQ=`RCemT#HOGou=3aJj+PS#bYL-yms8~a?4`Uo zS=lg8-T;2vwA8^zN&XhDlgk!p5V)15G?}3p&4cRZA*6QJ=DwhrC&18x-z8$^}DBb{ytrjXMNM=LJ$5J z*Agm8%=bTig4FSj?L<$_rsFRM>KU7auNRKD;G8#L?g_~?MgZ227PBeE3g_mBm#{t` zJpu)&J!MV+gqxb}_3WS`wD%s$9F1+|Q2CUAMZxr%nuy8@n*tr-;{Uv9FMKYU#@Tha z%taqmRfjx{ez@KEUk&{s6~RGp&!NMlKiZqU(S1yOEU=@Ey;zH2wwVUodh*7NVLrYQ zJO&(af_-;FNeD(`|3yGff@_jlH~(WkhJ6`3j0GW2PJ6WlhR~xuZ_)Q(6S`g;H3R`&wP1Z4v8^yeO;0k zL_ssm2PoQbo5_2(;Q%k)o^A&(pH?Y;q?ulazX}zbV3!?K54c;@9&Nvq zkVxdmmzmn@D9q|41=lt-C zUZd?W8*uH`!V6TAwRGqqE%?TN-{X`EM7Wv`d)M`J~8;6ND+vqF!QO2EE6KEF0q9PvsfiyuG z(u*|KG`QI0(Y~hLQHT3HjDK^?iNM{#YhV8sDD2)yD5AVJgyBa@YIO(nhZmmCMPLZp z9Q_O;s`e@~OI}ACQg^T0o%20yk3wf-M{7*cHAQfU`gLS{9CnF2uwFBmRvj$-B574c zX8P+Xc-HBXV-J#W?iqUZ<~xZ#F#YpZtKThCSi-3j&OHYY-(=`mw6;kExVdvZ znoWN!H*}^6Qu^Km?l!V06gMOM7JZkDQ1^tZfQ|Qp2$G+0{qWxEoez8RE4z5w;77kC zLRBlzIN_fu?Y!nE`mIL%TjawM*6L39a8B?{sN((YS&&8dhsFOz>XhrhGoXd_p^?#E(<@oF@)Fi!oh{hGnq016a9M} ziqfw_Okr+z4xzprjqs_(>c0_UePV@1$oC>>Vv3N|R@K(q8&4Cf)S9SQuo8dP9z1fr z_SbdI%*_w(Yj4I+!ThC2!^so=PY?Qee_P_xHRVMhq<~@^PUKQD5JN*G6wsPlcr~{! zaq$84tQb*v&=Ro{DcRBVRIt1Ify~B2dPFs^-hdzUIGiY$m?ZduL`%W&gOu`68{Ux4 z0!0Nz4Bv!P;-?~`E3!C{F~0^DkSgj#**v=djA7EaF>o0(Q?dQV3BYX6bpZB6X@bP` z8vaOj#|up6TO!pK=o)P}O9>PPM@rQ;xYP{d_iqmdPfnM;s0MuqCUok7#C}laY5{ZQ z@fEs}PM0?$nvE#G^n>AKh3H&gYysyazm8c|O-P<>yJ3Ap@EH-#Mz(MrlhemnxWoS+E! z5n>2Me{4h5Z20+kbX;A%Di?Ph&1{b1I^5IOI3IL9-E8(iJ6w_0$fgR(AwTY*YLv}@ zK=b5ZG?kUz_J)U_JvFLl%*;3@3yX>xJze+et-+S>PB#0IFAs9_nsGH{5iM+?Iqd_r z8{@jkK%o8AX2`s^y9F;hdvt6vQYHxr-Jdmt)*~ur5s7_8Y(?%vZHLE)e+9qfQ@q8q z*_;48lsz01xU_@#AH%wFQ(1c&!e}yRMNlP!SZ(&ISD#mz?~JdHZ>~>n2J~>X9g4t~ zA49J&@F;~|KwFv8>Qvpe4)QKJp03Ar{gxroA$`$(lV)sVX-jMvc&o=bhXM!7S4$k^(MlkDQuVg1yRW@UJSF&vouNX$^y;6+W~JH{=6B`A{k>By>X+19-N1rJ z=?@6H+Ena0A`bkGygT$|+q3L+xH+h6Yj%b%OdFq;Bo@zn;`Q6+p@joIBEbmEfOFTC zj)ON6S3IozZqUX+;Ko3}2BHuw`v+iC{k z8g^DT%J?|gfmxt4#pWu#gD(e{AgoRrBI76|_I^+#VppGici%-rsbVe8EIl~8 zY&Y>p7jaSEy_aGu!R$L2V-;AcdSDB&@EWaRBi?Kk_?@-z8;?T~l8z=S9*2Kube3oe@-c(k_g4##92A=??4+}>cNDoJYxqRs}g-6=RHZFjC$cW$S@pda+ui_nel zcehDNiPk=>6a*4gQrcU9RAyxj>x+CaN)z$o1p7TES-TVv{02~0Qan0t1GJim5u;J2Tt(wQ3W1-q=13o-#x2oO*Ce2 zNqPstTi7Ck^C=JJV;qo_Wh=9S-H8Pykt^}E#dE+7t%i~%iKrMVc_hVip8C3OhxW!8 z=E}tYZw^jB^v*8y2?>!edbuyXC8NM5S69`bVRBB{(;^}hF)@LTOi?n)p1i=dRVT9v z7=2VA8CmT&=~j4Uc=&{l_mK<}mLd{he%Q#{!VOK=>>IC}I~+pfmpWeRd!^H#8R!8k z5JN~cp{+2XrA@(2Q5{H(tRd0?fDj_hN}DiAC}nhDYtftG3aGiqa}z-0Y8~dkQP3T* zSSyH>Qjq9FILi!_{<2NU!-SuS83bX7zz^c7`S9$(Ov}Kx>Q4BbmH0+%;Hd*O(@4$o zMJNHGn~f3W??8}V5Di~twr)g93VvcKm-}UnoBvUrC4-3JaZb-|>qW3LTA-z+nmdr0BbkS$Uc^@uWzKRJQL$f zO@EBId3;h58Pp6Sb}-$RXqU>6F#NtvjuDYF4NNavCFMBBz*n9yJ7NSw1Pss?h_->& zg}dcIMFCD3lNG*Eu~yl5ko8&NB-e?&&n!6Fnz2P;xo-u&o9)0oW>OQ)kSE_WaB}_u zab~QMqmvcbIA@1Jn~4VeWIE(bp?WOB-V9-yNP@2i;LJP(Z{@EAtC$ivFkeogCSbgl zE>tM3M@%N~559ut_s|Zu3FID3Po<#IRrj*VS{s|r{p@hfe6_w(MmX3l4iSLu62DAI zSvbJ<$@KT-{CWtDKuJUbeQ;@GIacI1%|A{`u?EZDKfKhGESLqMvwda$@^;njU88Tw zJhm8GnW}<~EoTrD`ar7xOxMh4eBgl%8+w0Vk%;yLm*%mWb@qCJke2qKO*S@8OwN4K zfdd^KMN3F@V}Y6+9qiV*cFhjacwL(STxnUprJ)dN(UKLCeG{IVbH(t2o+&9| z!NNj3OiEC~<8wEY9tr}7oV>|zXz1+<@V1Eib#-NGW%ZT(OURfS9>;GnIMC3L>G81z zU05OJSB~1cTVVr|VPS;{aLQ1mEyV8G#l?z3W}!5@rE5N}CjYS%a{yOBz!L8dzA!*^ zL*SBAnEz zzooEnX;~RZI`B`!59|{Nkk>t%hZig>4*l0iR(FTdtzKI~Ky>6tX*uL1i8M11I!y?epD1dOCDX&9w~&6*qTzM+ZM$Ihb9|AIHJ*eNnFuKs%anLHy>o zHg!)7Lp&v1h-{Q66dcf3$FHUJrIz)Ualddt^N#a{ClclhrU$coB`c+FS77Dv+PU?C}nT1Ds(-XNTtvi+>CY>FS!vsxS1#l+>HJVau#W=?>x_$ z7I4aK#W^8FvKd9cO4-`IpJOt4L(P%RM{01DqVh{c-8Pn^AFg7r8ZYb>@|9i--@XAK zRu?f6@gd(RIVk@$|CtOn@T_?=@wRKL%VLWhix~eY;C4YUPGutYGqVvtS%y%+h%5N0 zxxv};$#T-((mXvr7yMJCFDwmBzcG+ilvXqwZ=jF@o%{E9V@5*MR#aYcn4Sh^B7F>9 zXsv8I$4(T2kCJN)C%Ng?hhC`}U#i<3We#Oag$Jv;(kS zHySRqVHCI+1`BGcfA68me=}>LcbF(}L zO%t?d`in~`>eT(?!1d(ARBh+0f+TC&pd22A;qx`71Wdq*ASdAq^Wp|pO)^s$SZ%zIJ$iK%QWl^_l)@9W@CpN$s1>^$M}Hue;_~H?{d| zO`b=_oCQRO41m3>$CMOr`-^Ne(BtYiio}GR<;BZBz0?@_u9EK`=H_9q*VkWDQgAUN zl3HKrNrAPsD@DI%`}(B!_opTeMD*6vCj24{Blga8Nug#YCs_^`CLJ7{N0L(|gL?pD zgIt)n%^ZRsMv9Ys%$O;wGu)$@iO$rFc4NP!u|-7>dgU}VlRt-rNgyMyr>)|`%<^R~ zE?58Q9$=pj*Xo#`16ZWF5@o0w{7d7$I-)k;pK}V&-N=@6Hn0ot5Rv#ctah|FR8`-OBmZj*VN(cUW7wmiespxiEtYnj z=pBr=vgw=hpace=l*Uppr-{C6$c)ulZhI%|1>%Es? zK~+romk&%3BikON)T4piF~Y`t?>F}c?8NvdwGARBeu^0dht5-w^A#yB!oV=$RcsWFA>)Oq!51T<;E2FZjyh zP7zv~kr7l*C&>Iq1`b3^%V%mDxxMXYHXb}aU{qz0kH zQlDU7x3j}^spiuvmX;p=c6O3+OmkapBA%*pUzJ(quCI1jYj1rEBbM)WQJK|%Q)Wyp zuCn*NJrtyp_b;P$>Bu(BNDaHrVk^ZA^N5U4%<1c+V+MNgz09gCR#YDQmlhTIc=CJ{ z=a!KGk&%EduE_E^HvPt+>+3`Mg2F_J*!`7d9$dVP+nzKUxlkC?sm5PS=%C(*Z>wA} z&VK=_yEIzG8nDUGu3akW#Wtx%*ewE>Jt{GDRE1=Tp5$1u=`6cAaJF0XjFya6YE}q3 zA)Gxfo-?58~Tg0;?*kY#6mQ|)cRNs)bX?Sf) zsiA@a_g8N3(MyI#Mfb7w0bj3`9|vIOme7_le6Z{l8l97;ipIRgpC+l@?V*4;ve3iB z_^D%g5Li~;iNQ;+BVXKZ4 zbz{&ZE5N|uq;}pv9~>b9;SpB8c&6OCOq;ktMp`;VGQ>~QaNWU!11o2z<%&@(jl)(% zBRzA=-|*Prw<4OYYCTsqBnX94=2c^*jG`M2^yx0cWU!3!CSInM1|nJ63<;;aqRYqZ zTY*}x`9qG{+Q1HJvM~dD+vpIO1g(gIV0a6q6?o>0$>v4dgW*mT}i<3_M1k~37L&w|N z25>+-{rmy?x;hB!MEl8cd0gD4E<~)VN-QY}N)ZuSkzSyjoMxQQgC+>%i;2KbT_UEr zls2Xo5vw2M1zKNk7E3ED!*k}6sdkR=0(EqJw(aOxN=bQFq2*_(35J`w=qL{YnEo-j zx#1K|laXrsQGt8}~4VWk(h8sQKJNiEzpX_KFuQ2694fJ#FxvovM#LW=D_%0P?wN8pFCS!ZTX}Qv69|j--pGUr+1cW z2{tx8Wj?v5Du@-f9Jj;~lRG_<)p5eb;n)Carkf_{8&FmuB}S7YRE)HJUaJHXX=by| zfX@tJrgtXv197GfU~X@oLC)Z;MTrg)c~UG@L7G8NC%a6e0S?4QT=-jxn288(_$DMI z>_iS2r%}erhXUT(?;ncFQybpa=G}|GYl<%|&wGmF^0XqaaCjR6kR2EN57#~A$wGg-N;_&lw%=NCl=j5|EnNwqfskJglE!4o z63O+LP;uF8@OUPLL&sL%cEk=fwX$fTW_G3YRs35BaX<={DtQnl!JX(JSIGs@&ymz} zegJggK)VatWYIExfHCRFK4TDdHqiq3%;~NBM?j8?^iYB&G!6h&K&ropJ6-zoIoPqu zZ%sIScI|$(daB|}>-|Ee~qfjpQO zNT(7x^k})BQ>~%}!7w8ZKzQC@G9-;O1CKEb<)^od1;oNsY1WA}9>@{>)QzC=MpmF? ztOR?r?o-3A^1^ns_^hUES3PJ0@)m+e#tM>k-6-iS(1<`f0^V)lTnjSaF0Y?%w# zfEh;E*8>qtNn*rRwq=dc38!pAUjcpORDmkgE)i(JEw#*ij<3F7%P7lKc-Zs6T)$qs z?HQ-_Gl^Z5mn4*o1I~Ecm_jY5I!GVcJ+;`vfycx%emi5)lX+Am6#j6^eBjb@#L=x4 zT=hl^*}ARv7oR+D38eAvxq`pDLb~0}aHhab5KFTh>$tpW4m%j<=L(}DafMb+ zo0$BW?8|oJ^XTe}-l8|leat9!dNOyNl5{RVLcl#-+oE%})BU8;* zrysm%3xsK3DR~Js2#kirb&I3LgGe+C3kR zNv8tCaghw4A6${-$5MdAqY~ne1}A|HGybUb-)j#%0kDiYhTe6!tlGy>@EWC5@#>PJ1Q1I}V@4B&Yoit{VlVug_LO0@8x* z>uJ{Tu$A!4oU0Mbo`}dkH*cYjiwnX2nDvQ&X-5Y}Bn37)^TZsM?c9vBM$NCWQKY@i z6J9MnJq$c_5L%&{nt+*E4n!9gC3#+=>h~#Bq|y1QtqQHVtmKf4fQpJLgHe_7UNV9n zml;qdK@3Dt_x+9ROP{CgdjKW{UO76u6-!r?(%TLq((`phK;Q*uYKb_bc3~iSc2_>Y)W!K zVSu{lC#5LaloYrrIN1k|WpWh9)@RS9wk#Qkk-cp=pM);kEoYz{>TRX$%=?M>rNvDp zIR11~WKkOC&Ve*6TTxFP&g1Fhl`fYN#R#NXNJeaIp=cT^84{x7(;ZAOmaZYs?#<2? z$(F)Qs7ttg72J0VrFo9Nt-X}LH5;iN!n_VlL`1Sd)?oR)X!(c8km%6dXpBK4=v=;1 zxRTXv>@R>&Gq^uN#Z@IpDab|6bwOV%b^sU-U~gbvcQAttF3m0`%$7!#Lsp$v43!AB zTnA#t&rDAJ9RJC|#<{BBN&Jt?!?inaKaM!zW;))US<<3{qoCO3*e!Tb@@S|bT%!uZB0fV}_EO9vSefTBe-UlOLBw(6$Gffqlko;r@wxZ{YG>1HaDhT<@3I7Oqmg`zb~ zU?BoHyC|6`P_8A_txGD(Uwb{nhsLGMl$OOgMkC%8qDWN1;(mykI7L#vjk~bopl!)5 z_>H+*Vd*y%AH9>$>K(T;C5Q3pwJ8YE&o8J9$K34TTC)>tBN%#?Kf^k9YqaIZSPhgj zyN}MUPhajIxgyjMa74!AoMRAk#L0XsrybcSX9xoz6C6TxQc9xU|7h$5)N^oNUb);l z2+t{L#EAqSy%sPZj+Yk3XXBX~T1|Re5)=IkY}Qj29P9*xkH8eLzb3{fe=RP`hdDbG zU~}Z>EO46eu+^wZHucDJhPf>Js z(W!cAHHwIxDgq-4AE+eSOGZ;FZNXvhrLSd zw}b@KLpnzV2oh9l#;&Q6S3yb1)R>YqORwQDHjBBJS5h)^p#B-`+b(}&XD5S)PpGWC z8&0m!ZtVCOL7R}G7U<2!`JnTsptJyDepG~;TNN*QYyWGF;|{~C)o27({rGr5TrnoX z*!sHLTFZ0HQkz(s2!l@3$0D;vv~zOOY^lmnSC`o7Mop2#CwU$o6~zYzgUYnY`^U$% z<_bP?W7h29hBCJXX?E-0Qu-S|#YodLwR5>=o)2=F`lIQTR8&I6emGunxt78A+>WMO z+u7+=`;}Exw3^E9z1Z3_sSCAW?lli856Op*k|Z9PxT@dfoe78gk&C2#8HxH&&!H8l ziF1iqsc7mfs>574-xc*Yb56!p3}h6^>j>&3)T2WIV**(fC%+NB@>uX#$kbxd0*@Yz zcbXY>npEYL8BJ}615Xh9iE-@DZBaaAKnZgEa>YbB%TIGS%-w0F8TlDd(jt1g0@mX5 zE%UA$Ij{56BMIO704LUz^PkS@p6wpyx6*QQL*%L%_-|oGrPQI{S6p9OXzsz5b$Ji zY*AURAxWQ%2K3Vi1BF*^w7f?K(>yXbng0ocRe;yi29Ylf2%oJ+2(>|c`6CYi>fgW_ zcv?vRjBlWq7Fit@`s1p89BFJEp`@FN~lt=Aop$zl1ILRq|i@jNR zm}4moA53y+H5Gc%A$qU>)z-hkju0)wAL^`=ei`g6dxN#2Qeyt?0cdRrX|p*8Y;Sq74fyWD+0Hi|8|4f6Q>VzyV47ky9*C7SDpvdfU=d zStS>u&*5%I~SV0*F32fmly05YSPbFgf(`k zq#>McFe^Jahz&ReZYq+N;7KFh1d>@&_rK7Nu4Iej3*EUpIEkoZ#C4^UI)IvrBRPJe z_X9U>oB|j8&fCTD&vp9^^-Lb{*J~_#$3Tc9*c1HvJ^)9tB+SUWTfLi9C}m4a41^G4 zvy?uAlEV{87y9MPrEbg&IFLR(kctEN3N%EJe%>-bkY2_GNl;4IaPXR{MASq$IcQv_ zHdzG0fpU?7a#6_KHb2xPYRV#<#0~*s(@bz6@-L#_r>6dr6Y9+eK#uSlSlLEPY$qiV z*w{XirbQSmllgQ2`YzIswN7B75FS|!WQu2O&ulT2CJ%?6ZBN7jZ!QKA8?3I?lUr0T zz7zn{$)lJb97iuZ;>86dDu&_F@bWH9+396@caQu3d?z%k;3q5K}C}o)@_?pN~NhepGwTTTq zQ#rpcC-%65GM9i-pA+{Pb9LwYn2b`bivMEL{XDzf z3Za_Y6oZxK<Qb0=*tUNE8-8wmQ!zH_05Kulb5wPPLFGxZje2MOetLw8 zCD()g3QtKR?-!D*?xkkG(9sNoOx3ZkkcB2q9xwLg^WZ5-i0Ya6_ir`)*<^Ajoe$`# zO?2Xx;mM7wRe$!uwc}BtCHF)7_8Pj8kz?yG?=5gcDJNFL{)0bvVML&`yyEes^%mI5 zIFYJiFQQ6y>K&G2xv=-ta~!SV+LM#>@UQtq%R0|(|4Zf~-B#7bBr8QqKJQT#L+(ey z$IEbW=D~`p?1|+P4=3w3sL|#uMxfi%i|Gk&ZS38=rT7`|IQmgl#oj)(WPQEa#=b2G zJ^R8TvKQ5p_}Qd&xw!bryJ^_3G3Tgwez9e__CRpD@k})MsPzsgSnqlAmbvopU#jPc zRc_@hBz2qe#I18_ za0eIxH0!r0v9@b86UFyrSa+D~47ru}M=}MTUX9-C8s9fh${YWkuZ3C0&W`ZU*y)9= z+t*#Rn=c!#4V{Vh))k9?AuG9|6tb}Vy!ib6xZ=U^dEEXoX z#tVEB>66xxDey_6rH9zvz1@@d?;K0@ms_^n*uK;c4?oBYm&lX)9Lw0WxtHksw|ihK zZLc4bx!bLZ=gRd8epW%SY%NgVOIo}H;=7VrIKXdKjU zgtQMk;yqI4)&Jh^)8yS!c-~tld7S+K>%3>`2)`u+Wsuos_+I?27)*=zK&MpS0AXT9O4(!H7H^yn;{aPt@_$!Fw!p+X+|k+HDl0-^5=GD#7E-rwJRU9vz~bP9zJLuC zE5K@N)5Q&KdwQM@4-0`wWD5`)+E!3sI?&Pufe%6&(1Y!OQG*%qfnh-1BZDP^r6F~x zfPuop!%fXw!4#3Ykig6!6d}6k!S>;7h`?^ZHNd*u!04e2(7__XH6Xf_z+}K5iTwA# zeuEiMfC)lWBlyo1D`0DCpTrG)@${5QPWA@lfM5%^xS1=Lz0A7IBG4Fj0{a1>2;RjA z_5-pS)?Wtf9^#S?>;-I*Y0;JoEDWp!ViN!+3C0D}9u`)cjykTd z?{4vQxJxK5-Ghg;N9#Mf2Uphcra@dPY<~>&PJcik1i+Us4FC?zg6nvK0cJo^D!?cg z2U-SFE;KTw2@sB^ft!s()tUt?)plob8?5sI`~+Hf-kt+4Iv^vz2J}UC{|EP{sD;q+ zK}4^QqV^l?e*yl~gV?RRmg^1Hc&dH*7puW-R^d2oMG}8D*nn#{2HLK4{RiWBx(ZKA z+f}J+@L*SMj=I>2{d$e~c&A=%PrTSkOu*$IgM)`qR@N0ywt4v7;S`6<5#sfox1

uk7d#2(=hkFiHFp<3gGsP7)rt$61Nrr1H&x6ac=R(g$dd#6l_pH;@erK7BBBkwO zzU**!vSB6=a=2{nuD+S~!5z}${0jbN?dBEYlZ1h6uXT5#w9mBxhM^%2RKSdqDiuki zHcJt)@{|I)xkjC#xkdu6V@>+T)e}hdH)x*UzlV*Wb~vng96x za?-ED?_Rt0Ln5!uZ$_r|Lo=yuV~e!C;_VuHRzNAHwn?b_0`OrK_4bPVf5F3U0v9{j zR0Co0_F)CWU4DL3{yq+PZG2=SP@>O@_lKa}n)HoJ5I(gntc92sRFCGZJ zJnydi_Ez2eI9so^tv)IP5k$I##?k9``3EF3;}t?tOPw zPdX3iZEfGVA_a82UeBj;Jl>x}h&B#7ti9h%Q*Em@x;tB+-|{Fq)Hcop?r&Z)3?5G7 zRNvl8>fLX~i2Tl%_dd>Pou4H8Uhmba`PuWZ-JN5aKlZoq%NsL>_vhI=k~S-$p+CH#z?@yHnF;ZCke3+2p78RJw$U*-o{W1@gC%r*=7Gm8Ia zK>VpVRB=11_>COuzv(XXsmfeG$h$Z&RaUDdVjFgOV0_H7)5teSHb}s+o}-N&XOvqm zc;dw_`ZtRa!il+-tA5VVhZ0>YRe9X8w`p5%xOm{Mb@XqD8-z*9ng z^6*F+)Q;6)50U-15)v zh0{kD(xtFl{G4&6u0$P-YtWIxGrlCVNtqGDM3h`DX<&|Dyr-^I^(3=sPh9X4Nceo< zq@%>+EPdwMweDIb7^;ZxQFNiS!SCJlGSWO;xG@%$?~x*kl(g+5gj2jXR{?QiCQ%qg z_ZMD-@9SZPEYA$?0DH=PzP2Xxb|W;Riui`L4-4NAmCswYk$)JzRqjCxr*HJc{h4h; z-gV#vN!&}w-(2k=p;^K9dfa1nyHfS_0dfP=OZrI>Em~#GXerI9H2-8(bFvvYz^D}^ z;(6mGrk4ClBXlvP1P@E!-=fB8%(0{e!}x_3s-7YjiNYlOga)BnSWQijj_SrLNQ?O^ z4z1Pb23xu5nKA?mS^oidHVa@IB8JP0CJjMD19u;elq$M0oyDSUY1!&xF|k*Is!`m+ zT!Jd|(djt5d`3@3DIydilY8?e?d|;^Ef-#S)1Lr@{YYI=c!beNa@u7Czzyfh1kN`& zGkooKV7{i5(Oz&}8NzWK(=9?>CAPK)rW!+KuvwPT(57uoHy>bzJ=R)-nQ#~JQBGB4 zqRq!a2dXk{Z65&_icec(Fn6oGDI-F2k4&s$RY6YyLVGe7%V{mU$3>RRSjgl_5}|6% zwy_Y%iL2?ne_iUGfDpc-Nq-ceVOE_$^QTf3%4 z@fWmBIdf?zDCfh=W6P*da8Cqed7ze!j6gae4s1q7?8|vBrtq{S=F4tZsaDi z7o03H<_soKDHon_53r`9a~FxY&$T*XC;FDz(hP0wI49cfz}jHmLt!EJMU76TBiQSl zTzr$1`_&H(IEH>=GJuQ~t|=;@M&#`f`^&1BOJ^iRd<;<%dkzOg|Jy-u*hD`u6U=C? z3F+qp0sE%fmQK2-vCM}xjECt4j8|eq0CEa637kZA>_nFbb>C&NoyIkZ`s|E8?dkTgUw)g7-LkDy^WTrR9VFbx%2Ly$6{{f`9molpTJ zsX_!?T7;Fh1FDAf0(z!6k1$KX6DmYk+TcWoUk#Jh(Fs@dE|8AopohQEGpxR>kEEM ztZYR8jg|Sb;<5fhi52>yBtr@dp1T#!i7%UXL>;kuNn9v;BmWWKgl@5ONEzQWear@49L}o)dV>v*L_fuDTW;^}$a+pctq(#iYG1XlOW9_Q}IuK zViTDS=9n`hH$ooYByABiBvLkMfAJ8x`O8eD(Yq^^;mDU-sBH|Uh4sg~hT>oGesP2dgVPY2?3NFPv8w8`e}MBzaj^!o-ypWKR+wCcUuP8`785SZeb* zGv8k?Z2Wwr>D=>-^=2K;yn@2wqQf;?as{cVvvY|~;x`~eYdRj=n!ICpS<(GSc_ndI z^phEMJC+n*F7$cilTT2)RN!Ab=vDvE@0#*|`CT6P0f`lU@nJcC3NSzdO z#(#NSqx=#15>PG;DOT6?sC0_2uCXNl4Z5-#2`eVa@;R!!q6sQ|TM^Bqt;VJ-gJ0my zwWhx~wPphwHWBI4U)3MMs}g&^SN4)sI`-UAREmDD{G$y&g?1sMX%Z`;_4JKw;VE`pf%n(k&D<=tf0;jYipec->W((T`JQC9O<_cpQw4oc+CW zxsr)rXDOyR#2Svb{R=&TD8?eN;(LfZ>#+;guVcxvFq!$B{sT6Nv_O41tud`C!o zmGz3ffJG8yv=zhF87Y~WI%@1MeSG^=fBqswsP`6^_@?j%%^o7@5OGa^$(2Ij{y`vp zsWKq$9;|sW{fyy*rzUmqd*u*WWhNyo9i5s);Y3STD~Sb{6R74&CYe0?rxKS{Lk^QL z)TZ`*x8Z?gE!d(eWK%D+G25f0%4U?HNsqmM%#al!-EDb$Ujh6Zx$-Yjltn0rM&5G? za*6bc35+39_l2%b?NJfPCY#0|O+ArKOY8*+WR~%lPmE#cl3e6Q8ETG~iUx(5v=)rz zLTz&)jy@PWheC*&^Opekjg=Dnkw`-Zk1awvTfaJ{wtvXp?M*%;I!|+TT+x641`jy< z7E%o2mnyIJ8Mc)mc6J#h#w1s^``5pTeepuJVYdCD`r-NDIjnbe`2J_a23~uu$#PkVX$r(#wztM0BXZdZuk65!YJaMOk?wD4uMV2c zI#`PsXk**-IChJDRQ&KhANZN{9lnrQ#Jfg>HLEC2i!)ad3l>as8y;OAX?Kg5hsJm| zl1jcm*hWSc03%%Ol^vbbZ?Y0z9S5;xSxJDs^?V zW-koP)lx$mNtA0wf4S@MW7vbbHA@{XH9gEp11EagRj&y21(oQg8|kPiyQQSoh`4Pw z%wH|4CuReCrqQa9etx2V7Jztuazvldjt}Fv`%XefiSFb3TCqH*g@7@D2_CPiT9i}r zrbUA~Q++&h@m!#1kf*0oBtWQ*x`gufK=_%^%g$^rD0|ARYE9khcdkOhGW0xnv)PPm z6FXB1Mvh8B1W}%W=W&A?N)dXqwOJTdsrdzi!*DSNzjTgZocY#OQBDo=dnB&6LR#(JZ4H!J8j}tkapE`+?Zd5I zjZ4DIsOY6o(RfFj7o?Hu*vr8hZFO!}p7qL~Eo2FO4>zwSgg|>lKM_U4A8>%Z6o<)FJ&S*5PJXUMT{R{)&fUm!f!!3*4`hpP|X!c~r_clyZW(VEN|_PPeH1!ljjw zBPT96j`en>cqHDTNVuVq;eQ$<|CCKI%k*t1xI!k&ZwgAh3La5ivbsTdWeJ5Yw@+n%Mtc(m~cEc{t8kE^&OTt+nP}$LXa_kb)2l*Z) zWdst?h$K1~pD<9v(8u!V^usCg5AH@vT*j6;Aq*GSf_~uR?wRQDZ}S7Z@IjQFL%c{7 z=s|0KVPkLbaQZ&cM;{!V!CeFalvfsxM%#)uwC@HAIx3Az;WO!`g;~OzFm2wp8L^lh zc_uh{T>7yK25}3GJB_aRk}DWRcM}pcrkJP_H0tOxgaZF$FF!|6J|;K@?@-FXfs&jJ zfLTZfD|Q?+S=?Yd1I8R)FcZip6)J5H?905CrqL`;Y(Z1=8#h14Lj6jD*ri)sM8?%b z({)yk5?vL=%P}DK~e(+Z;C`~TCQpRWE%MvjJqD$ zP_VyQ#PIq!a^}VX)g$foiekO9a;3Sa4#=>$r!)NtKNJ4x?&wBBpUY+}`B$Kt2k_M^ zh>4w4Wml5$ejH2Er0sfsP~f({N9{<<{ED3)`NQ}PT64i*8UtakRcFTbcd)6oWP8Ri z9iP#!(m>*lZyMu!NrS(oX;>U-o&z<~H{R`sS1@M>FadGwJH|0R*~B)?PG+Adsrrsi zqFhCndcRkwhZeBmtMFHiO>r=5#5+rrqAD!3 zCF_7VDL(6qun`=CM3C|i6gpyLqLN9>U@3)=gGv(W%{46z)|d&Lz?nlkV3ejI>!bb5 zNyx+EH~1wJ4f5lY3X-uaHqIMykJAmNgHzLuYxMmW%g8nIq!2LYIyRF{b;Rgi$IhIE(Kw+bN}8BjbvUs&LB@ooHt3V zsi$zI++0>}Fk*~S{AFf8(nRwQ1R&dlCoUq5jbDUJ$IR)TiGTzJ3jo-fiQo1!orYFf z*J2c@Oa!Ks9yq*QD%IUo6kQs^jZP8cjQ^>zJ@^|$l?vWXTUuBKf1NoI*}FFtrOVD= z=a&un%BSF~6G4zeYI?5guIfu5D=ETquZc*xtDAX+rn!u~)tey`r)DEXHjb+t|0ibDaCj{Ui?mZ#0Rr~JIP%i27g zYsiUHvGKWQIs*k3ny?-WoLzP7-3dl>(+vthCbl;ff*dbcBs8586dNWKIWCmlg)s}< zYu81jNdkMY29A|Wr3{B%44n~F*LT^<49VE}aKxvwBViR?42|z}%4n~yl;^5CHK<*h zVKtgATigc=3Fvaf*`fg(+S_tJp4F8Yrpk5FIR^N+`-;l+aRGlmjrbC_~HGW-%_!id&K`6In78DDrAV_oFyuk zj!gzda^lm#fz+`szDaOw*S!#R$>SC&hm#Jl2XS(AblV~4;BTeZ- zz&5dUr@TbNpaeqig5Q`2#phbnT}$w?|B-iWZZ0Q`&>Ib{lfR;6h~iE(-mj^?k+(M9 zH!$lrOE)YYa7m(XvneW|=*u8gNcjGG z-4mu>Oy{@B?6^e^FW7< zTOaq?pOU4fKm5P$`wJLxkEYPjY6x#hJOnhMNU4 zl0QW*(A6H!7wWW4w1f?Y0no%1a){mjI;?U0)DH*~#zN{ZIZ**-zkTURybxi(#HXAR zGf1F_m;puz=>Izy$tU|1{Ly?iC&*ro>4Bm@XTqCid$2N5=y9VES0LGg8r;iy!a*N^lj%Y*#>%GRtsc*agm`q z_-Oy&-j6u`vJFPnu$2L}RzLj8YUfBMNT_TTGIjp-ilvSx%s7kn3;YQn7WaZ3T}L-C>H z)FJ?gu;I~$WVoUQ=CUS3Li9*aDcF3?Irq{cmSk#{d39+_A>n>pE2RM1U#t)swiF{z zZ|hnYQ+BBy*&_lQ)l&y+PV4m@2bnEQ*a*SlA{*Slg8!LKG&LnHujPK2zn6iNketv+X=+g@<=!hBSz z2hJEqhA#v*)I4O4SVzzfwdy zdYw}`Zr!FQmaMGYZ)=>jzYxjnCO--lm0QsPWl}OVrrT&YSY{NfM*E-))T4X&W0N_| z9SB>$erEOkMGcnSx`X0?Ku|N;_4)x=MCsE?%o1XsoSFea4?4>?0mZsRozCnJ=u77X5DyW z;#rQ+@)PGNeSGVh6JTAvZm*s%uQ{%wVGe%qm*V-++5~E+_9o^Ow9|}{usv1m zLNJ9oM!6N;)o&!&dj`+*x3Ql#ZZ0E<>Vrbs1lt9RC-a0cwzaMG970PKM@$X(AD7LV~S2aYmKiv zaB%gTYlUVL49+u8V@|WZempuk`tT*2^gh~+zS(ETBfd2m^KtA6PQ{ILhu7(NEasMs z);@Mc7)it%9T8^3>`23i-p?hXfK(vYO{r1dg6+pF4xgq5y8Wj9V_~yOemm`Ty?UL! z=`e#eIES;`Lu%%8>)S-id@*@6Jxg9cS4ivG%XOI28H>TQVO{dzRT<|2Az%x)Xb;{R zQz_$OAdngB(;>v!>usO7I77kWJf;O&gEU!&G)38?#XLv^x{!VCa6d5EBj zSQXV6g&a+;F0d9uFq!D2wpx0gP=9Axjv7v`O3@+4V{2H_y%69b9n(d-JJ`m5!OLhB32paJuh@aQF*({gY) zqd~(Z;pJ(iQF^|D)hxvrTMjpBlj@b=lbA$Adf$2@6jce0*BTBUyX1@Y-HtTbdxIa! z%AwDC_HyXUimwOfNL#>C_>R@19$R@U=ft{y6r+SgikOQ@b?E3+!8lrL91 zg(oQKR=hgmSp%=!{0$21QUyaN-g@uq{8@k7D?aSc;fBx-f^FNFx~E%6n4K))%+YBnWQUz+R^ops z<$8}ef&hW!f?NEU{=Rtacc^<+%_l%;6dh*_NK0^#U&39qXO&VxM*sxcrOMnZ`KH8StDWtfm|a#FNe~r|#cR`r$!vJi8+7yrwR^|tT=JqDl#Nq%u&3Z$Ag>qL>Hx|tGMQx3JYx`DBvc%nJ65W8 z_oAgD0O{cf!ktp{?U0fY@b7FwGB_I|jS47GhlXM5q=&x`tT^k?a>;a4=5Uxa=GGqM zT4iQ??)FXlr={C16MS=$lIC}NH&(cUj&OYL#d24uo` z))+=OT3a;hy|?Rm>ZYsCASwX{ot%Jb1LXJE)~Zu5_Tz*kNhqQRb>+^nd?z_KBJ$_B zG|d<$Wiw+qb~~0X05{uGhhx;D&7D8$Tdfp3@RCN_AsO7wu=?78bRKSnq?3EnQmXtS z@eXo10A89Y5m&3svFg-rfc%f~{kF+{V9wMQ9|>BT@SY7Rw~x;&3fxA7N>ZS z6x_ddSCW%x@5y%hpDmMM!`?@<0=vT9&>o9TleJv#3~F`P%f|!lrD*E}Im7Ku2OcTx zCsoY+84>Q2ezsFYzg)%J1}e{~Znm0uksF)dDtPPbie83Oi+G2ur&y}V)}tO(Oq$FV zwDdL_ABA`h;|z>b3Zs7Y>$2y_Q+}Iw6f*1fd+!kNVYLdwFnMX zkj6-NGM-w(p>{&F!{blkUat@^4uwwYlbPfhP ztPH1kZb;Xk*mi)0JsnOzwt!JaOA#X%;HY$$1UpQ-q#kGVh(jBwgxeQz*U#QH@a^fs z2+o_pQJ8hUm4Z63qsbvms_}h(i)w!Ko5BdzoqENI(GAl5n<{9)2Ha?$9W_i7!9>z<0q7;LX@x}?8=z32k=wI7Cc)R*_Q@9Eu4 z)`MSw^}07Z30y=MUEAK!uiGq7w6{ih9IPa|5y|WW%k12-SVP^AY&$Yo6P(gb-?Hoa z(-QY8ifG;VOrnRVtuo~__LW8{ycC*f((9TysPOg$H6EZ7`PM`=j%-J(7?}HbIiN}K zxFr9&DT+Pu?LqI_BC9FUlLBvYlHG9TF?mMFiR(6z*IhBjtbj4e4H?&35x}Q*5Tfdz`jE zBn#u#0&DXy3nQa}66^%v_5s;~S1sgb;wz{L*S1LZZw00B{~0RMlJ z%Ku)AS+&I%|L?UJH*=V!F{T^u%Tb6rBrde%WJoE%fHoYn4ZKKPutas9$Fq$kLYTFt z^8Cbkc>r~}qvi+VnkB$%bH$vP5-fqv& z><$)*1Oyu2Pfpw}y1k`_>}+&(vN}6E9j;>OXWlTV5~UC!PjhMqeIM%8BUT>#o9x=-IP*T035c%3dAs_lK$l zZjOOd-P%(g8Xgb6^Lo14el5HouhaEoH$)snFK5q=jlQnEW!-O{tlIDIdna;J?{+|8 zGrtu^Kkt*LGYZ!7?uu~^&%0}H;2Mz~|NZUZ-gChTayLD2q~&-hAwi8n`r~y#uiGm> zd#yv-O&GYIbqT)@RkSa`qV+&yV%vdFS8rl{}GVC!e2_ zOXJ|fgWIB=pN8MR6Sn!O?vIn>d5aH*K)tN4_x;6)9J@!Ik2m*5&9o0q8(!v)C3n#c zuibm_lWHPUpMf(}RZ%1(SmGe~`dFI{ZuSP-_T=KcDqJv|b3UFBpY;_HNV~)~@mX{_8dbdMSP&GN z*ihl7j+N2Oj~nhGLlIrfRTTV7O006E++|NDYp%o=YtcHzvJZ}MXo)#ho{V_eWF{}vsf+!?Yl~`-!-KSVpsL(P zvovw81VC6|K<(O0%~a5gi8BryZS1ZI`Fv|Dfe*NaGQzj=no=uzzwpqj@2tIayZGyifx4(sc8ZwnZhGg-`e{ zhju{9cbh~q8*FqBdy&xCdl0W^YucXt-+*NOSa?9&39B?z<8;uUnC!o;S7(chs03S+*&o!&+|rCou?hS0BszZ(Bn>1it9-Q1XS0?iUk6 z2mlT@N-OnO{b%Esi2f1#SXCM(Zp(Fv1)cjj3_p z&l-@quUfB8U-Dw5GyZ5<7dH$lTzECdu|F#+N?U;`%lGVOoFO!8?mNjEN~CLQmZS|n z09l;H4vWo5ZO&gL=qlZ0jLOe(aLIw}QQRt)7R!UGSvBx~mye@c?rvvrKLrt6gz%|{ zswO)mHVHFg8H~iu)MwN4AfNg{M=D-0^E03UYQ|Qt>AU8&k4>>0HM^T0UMZlXiTeqb zJ5Jgv=vFg@Y@)GAo}jfr5%x+9cFd=^Pmt~mznTZxB8kl6EOvxLfC4ryd40OFL(xd# zOUtDN;(2f@zgcvaw#Tu%JElOsWgDJ%sY?3`_1t~ zlzQfR1S!*z9j(wssc_E;Kt5QA+1QZI55fE8St zegI?Fq*(+(k%K^KYexHBv*ur;HGZ1uUs{G4{BpN7ki&{1t~Smm@)33Xpj(2}&U-5c zpW=#4*CcMihG!vt6c56%D#euKY9P|gT`}hy*x*#e7GFp}<1?Z1rGA<$OJAC>V9E34 zkzAH}BzV*`=_FTBNZ*MeyPe}EW-W@MT%l84eAU#b>*>3K!dDQ zhRlC`!MI!I)^m7CSs@KJlZ{e$u}u>RIqGzUHcmH2IBVg*8=$F)@u6>5#5e>*20d&t zX2epy722?j_Tr8=+DMi2fD!6_(+XW_VXrblSz~pNmxDMBU8!eXqXMk zkAIt4A3J9yFv%m$0p&8ergdExpsJsAoEiM|f{zHp92kLrii+%NDT>ZQ6i93`Iv4H< zKMA#I#F=TLu2jwP|0Gw7o8!N|_Jx}KD(GaNp#%?Z2%%2-_kudp)GF-CC8&97Me^w; zROkslX|I|G1T}ONb>2uUi$`~}YTikxy-%XSoLB1ce7u~fQ zvaJ_40QC4h(Poqwy7Fg1BN!?M?FLSZz=%O0RGngoYx><%ukmzB+r#_lGeZS6HJC(< zRAQTC{miZ*XTFD`&xEI2iAcs`3T4KsMmFejB>@MQ^8pPNh(E#W4|!BIvS!8B zPl3ENaqoDlWz3jbIczljJGCR(>@WXkl6W?4g_p$c5=w6|i?i;9R|^UaNaZ3vdw=ud za097Xw{qH_X7?D!*N>g+KKOQ?$NHmEsRes!KW{@H-xP^aVpRVQ6qHjx))l`3Mic_j zzmp4>8bL%3NJa$w`!NyUL!2N)Q?#AwVvYSvM~{p7@S8YP$%$y&a6r!yhZjErMMAPb z1iZyH2V}I9L+Gq)y?*Sc;~4BQOx8mV{wp}9gUu?8ee1C@-EYRX^i;zMaBa&FoBG}3 zrN_#LMM>z=2mTp-o=l;f9wVqTx+R^a9igEnoHr!H!2!O{6HJ#^6NwYQtl=54i%Y`I zv6(rI2)x|eO|aWkdV`mS_HblAIp}Lz)BG<$h*4rh-*wXe^LmnTgobS$-9sEEl+b&P z;7OApbXIaUN$btR!hY$EjljP@fRnk?wLMG>|237)cM+D~pTj(L@vpDF;*+pOa}#=V zllt`urPZ^ANE3xfgM>)Kde(0tKczGiSf$hWB{t^6vY5|n{Gjb#VGl7jnGSOF+qDCW z)Al7oAGT@}LUzsSU%S5CX4@xhRq8IBWY;l9=kncS5yE6MMi>)D2?K@1n6|@;zxqxH zqudNlwol*DZ)F=u0g`Y4$!`E~p(Z;SYV7Y=rk+++=_VI%LI2G z0yi}RwbrPWyqP!@A9%ajXOP*ju_)VMOv~HXi-LW8?W}B22u{+Zc zH7<+|**@XyCCtxA&vL9vxJxxhJOeS`?|EYH6>-|vq9VNwc)U?%yBK|gZ84mZ0UBM|zvI*Dqr1Fy67C?Z=Wsn54))Iz zdvhz+vQ}InPJ|eo@Qvdx6vc#dD(}g9EO$rJG73bcM-mFi_eN^d^zn`J$gzzR3JOtn zV;}+gm-k)jh+kf1rv0hS^owODu!V(xiLnbS@636zApnJ4Y5v5v!TbZ~(FmH<2%3ss zXdCE}09|vW9Wt_zS}Y6>mLKREgUFt{F+RLcMtnl&lfdOI8AZu0?b9(BJ~e*V zXZ*A__c8G-<}W&&YRfU5uGa2yKQ)~x9{X3G)_bP$;7T?nKxwcCC&f%-V!;2m(4QUs z_+I_^etkGoh)glMMj?dzZOz}kOXaa1%9e6{uf_6^(tVF6TWul z#iuR?{Y8prjqxYvEe;IPh}b^2s)t>nqpEKo)0IX>X6la$V5bhaG0b}xIt%Kjt%xtg z>cFPOlCvx*(@+nFe^x|PAfHGbpH|5qx=tHko@{O z2aW)`XOsCsat7pcK{`Me(I+Wne3XBpS>pWcQFI2+^6~ z&*fu}e>)MPOX?vD>Y+W#6ouxXpCa}^KN}{7ZeKN;j-d|d;fn@@4|pp4LXyb|(DCIv zG+A>nvuH*TX>OCBd4hp@XkjpA!kV?)Y`&g=I7l{|?%@E3>W%~~SbeG64zx%==jZ09 zjx*W6IJlp|r26HXamBOB20X5`p(?*YRgyuqukn06?ZdKi|DQ9h*$3VEWaho%*CZA@ z(D2)(W-O(JYiDzH+tA7(F9S{&SUl7S;o$}R&!OE27}vf6E|aUi@bZh>Gz4vxP1-eS2Gaed+@; z&0k$O)#KMrwN1h}w@TQN@#ifi+sPYPCuBR(FJXzi@DK5mG?EVyLtVFH2YYJFCoT0g z?R-!=)n5}vWhm-??UEa7kvX7eAA2qy8(&7#S6+BSl!v*rXOqNI1bY_H(~5xmWpb?> z4VqoHB@V(k&Pv$M@z|%*_+L~46P#PW#OEnzX!E7)&hp!p;DE}rh=aM{%|88!o$K0H z%~C&mlfvBs%)J66A9Y`PU5mV@QVeX~Ks(b*k0)MuID~*6Ee94Ou&?oa=0k9w+_3RM z!}^-PbJb!T=1V^b9)t|!!Jz&)f#NZ?3~`@JNfEe-x$qDK*$oa?td8`a-(yFzyV5#= zTIIF=ZcNnv>y15L97%iPT34Z0Q8+j4S~u8ZtKJpt8b6W?E4%=3P47v4>aT%n|I}ih z34Iv^9OrOQCSN!B}YDdmvj^{Ph0_ zjx}1rpHbrMw8LQJD{z?VKU56J<+3}MtNW&;5J8*ulh$WOm?ge(UMl&;L_>?2xyY#` ze@52>GTl+GFe)gKP~1;>D-pTSLVY}7&!7{UzOK*E zA({V~39NYje-cGHhP2%MH1Ed?Y*t7ww9nX+Q%HvV zrDSi0cHh1hsnz1v=lj&!PjC0-kru?Wcqb!1**-2@P5RY;(t}pZ0QDKHa7~VvY)&I4 z`mh5VvSoH?1bITG${Wg&n(^$bRb?_>}^C zB3rB`E+poKeBPWy1T@%4S&hM1;JIiZ;AG^8#Xz@BTpCEMj&?OktNw1_MN^w%n!D5x zn-{#OOQmnG-Bu*p^^Kp}8dzMHxu~1YaG8TGB)6+&FCxef`oaUw!qqm)D~E<(*>-u9 z+!qx?oUSnnnsh%k-#}7=s$(3gRFn!;knJ^g^8lX@tPBRBu^`P)fI}Zae>c%ei-aX;L=HK#J#{RvUFUZ|TETh9*2PH*zt`K_$khk< z|2>Ok1u(HM<`^G?qkw?KviyHP@QX4rGXD1ie^xrI`!|)g;PR7SCG~Mp?Q@H-FPJEPr&Q2PO}*+kbMks2T6eKMJF-2==ypkTneV;f)bM$X-l^IwHyn~glygy zGaI#Cm0Og*B;e&!lhH^OJ0ycbt8n`F&Ded{!!OC#PZ;SDs&S7XJ&wzY4F_cSAMICrcND z7G|Ro$kES~s7n`J?hJ6zP$i9Syv22REn38NCv<$jebA&}{wF)PI?GtsZQIY{LX%b7 zc+VP{Hnl|XZ!3?<4`BemGT$I_#m;nyAqvNyK5@`TYYGk7n$|9I#VpsDgt8@6XK#pGjvPAC4ElUbT3L@!hR&4z01v;VWWb#l zGaN_5*G(dYJM^VjZg6mo#$}Dl381<$C4>irwrw62V58l~rt1B8noi_+a);3pTnbnG8gq=3vOlCrQxNBEGjGAZ7 ziW|VUs;Sk|LgtLNy}W19O>6N_TF#C0d3T5iQz zu(zjFC;2t(3X7~Q-(9iz;=AA{(|LPYJctLRqyknOQDlD8$tjGZbatF`*eYZ5l|XD+ z8oX)?^sR>(*nr^Ly4P*dxCkx-8Io(V8Add8Bw3Uv5Jw_M20gt7u5SEJv&`Xk{{;Q) z4jN^9v*28V*CX9g*ZuXMM(n&crjKi_MsaT6XCZOC+}ZZlnEqz}{TC2Px15*}ZVSPj z)}|5R6cXNX!rlW6o9nD~wj+u|?uXg$W6%6H&>k!;Zr~>quo2Vevr5*2#RK_b?Z|nd z+u2ME!n`(w(fghT_7bZnT?}<)y9Z1mmIpk&n=EC`Zl*g!PCm>&_MtYp?W=H#757|V z*mq?^J#mji7qeZRU(JkK4%^#Smj$?h($IVoR@8RQ-3GVICZw~m7{we{YxK@5|Jxgp z6HXoK1b4c3$nMQbGOGA$bs}P$8|-{-1%8@~7|Uu`sU0)oq)Zh*v>EYvWpBXXJC++M zhnuQ{n=|U}kI@Lye?Q}2fPeu$QTp)j927-0DZ^$3BRXyN6so(*KEv~D_!kV<|Acm5 zg<}vO){=oQ;^7?(7(`07ura52L6c%S$cH5D8@wJMDSYXo=V_3T zZ=zk(32TR-YMaD@9gQT4u;s>F)gDPt@;8vOcxl)8&ems_g4r9(Pzb8^}z=d zhwN!pi%PzJHL%f?eU9~V%J*$kJX%PT(iwdF^}l(EmZr3}*xt65mQ{@So&F&F2$=#I zQjnlN&0u!YR#u0_C%W`nBA2CM*jqi2FEZ_ltQwb24dEqF4L|=;m)#a)>Slr3+8(2i z?00;9lMnXuJSy^B6sXKFpdSs77Kxm1>u&1J$UTW>%yiNALV4*eH!FilJatKbu|-l*vJ0yEc`&XSN%1r}(mQoW3OL#mv4^6U@d?e2&M%`ngctcjSNzdsrD= z=w5az>MdYOw*RFLL(tijhObIZez@CmpGQ?0YE_fav`zMuE)F}&WXzpCuRXg5gx17` z9#C~OGn?J`w3*4(Y{tO%o;2~yxZ+8H=RoxNa?)vVoZi`Hc&P~4LYueF%B+@mZ587Q zD*Ti&7U`J%e0vH(#*DN>w`Nas6@8Kqc`2)TY`yRtuKEwRPPNO8*|*BI9=4)?_&IAy z0tNOrgz90m978XdSKc@}VMhyHe{aa0DelNpPMc^GfJ?S@5f!mOCv=mPhpJ3^G7awh?rsSg5(nN{I`IA= zgJanCihcRaZPZpP>r`p~>ZIoAco;E*uAL~ur1`z>)b~c9?&YxI6!V?9U9EX+(xc?G zxQnDcSF(;KED4Adb9$cYWL3?x!YeU7O)-mz#An@ktpLhF>YYcz>`S-Rz?W0!5^ncZW zdu~e3N7J1@m*ob#4oeOnJB%Wd20S#htHZ=rRW7N35}5bp{P_xwfwJNehU9?yXk?Ao`*Ei7QF2A)2=b5pO1i$kN8 z3W{Ep%YG{YQ4|UmcQ6|0z{oM>ACWEDGCk14XND9R1K{$E7SQ7-<3id`?jlAF0?=H(@?K-b_=?wv7()Zh>uFvrM02wwT-hkqT#|Psz zb5*|RAaEqv&FhDdq{WEed6FXs^9lRPkx*7;T+(bp#~gqyKnUQ z|NM*kH*3FB<>)#twj1z}3AQ#D%!sU+GgG`e+!Eo%f#DYAd@jt9yr#vWH1n@0 z&a0N#1fflF_x@*L{bCYAiu(Hzq%u+3T)i>p^*3&SKAKh-7dP_^aX@cR1b6N z)`FO5PCCbDAxCg_*(LJpmaN?cM4TL&>qmlJep&1sz>Y83gZovBU%m))=Vq6~>OY%4 zhYAY+>z2y1ktNEZ(`c9n4Yk#_i^m(%o!LHKJK+a#M=X53*Ea%=sb!6y=np+_#JeLy z{U2q9*$|7k8sD?C)o}nySJJ>tQ;n-AI;Oo_a8N)p<}aiBUG^5uZr)!4pJ?;vJ{&^=L zHIF@4Ei}!1dThgw;*-PFT!5mQV@Tir??=xu{`}AIlW~8T`swtY1je?m^0kI$k{AhM zSl&OTWuO!ve1jH#?k;2p(E0pXeN<46AC5ADz#CLnYiTurbDfQybpUz-GZMoX^~@W2 z>=u=B&vktjfHp4*zzGROH?!u__7G)ij?Y}Pwp+QX`5$9?!7+wTXXEP{_3?TA&*Sq& zkvW}vVHYe%4d9tJFn0|~*34sJx{-Vh+N88SoY&=mTFI^CbC&A&vh&`PdEm%}3ITqO z(-YH}pJs5JG~o&Cz$wMzZLx!}an9YYD%0Y@_x6Q2E%np-$#b|_>UREuivi25y2aLu z6rjzRF~{LVQ`P*d*0{2kyKMkhFby8R9=cmh)lO@kWQ*sGoyQOHv z$J%)1;R?$6AEgzpn3NhKsTHmX=|M1&)5+B&WGB-dUNh3V-)$-y3oaN3mK6i(L}$%) zS=JvUE-CD)z_UAg$_b)${NvVv%%@LelikMS{tL+W>ZM|a-R-$_?tJypKHfdWIsRef zHSdh%9qq(|E4IMldQcO`)O@bsN>tIvbJ5m*tI}EZz-PNQd*yYSHFuTzXgvS&_)$qo z+w*TL6>H<%osYkHB#VK0n(XZr{{J2o>?d%sd&O%pED?i%Y)nG@zefdM|0pp_D@MCH zZfFB*>0%nCCZ=|Hn=cOXa?Q{HLo4hkEctOSAM6Et!A~4 z4o@d{``3%t=aQK74ZL#!k9R*czYaII7QdE<%`Ozz4!4J%5IrC77O%IBl7o-Op&PUA zPWOlRoswt)pXb-T2|LhN)U~a%`TE6bU(fdUllOyiwF^1^`@?~li|X}`w?~}!BfpO~ zW%=yR);7<(D-l1h_u2Uzq>XOho9iJg%8diPE^nX5t$89j-<=RO${er9=Q{!9_mpxX zzvpYSY~GKj6gLvR{hV&z$ZEY#ubbzAA!MJ2=K=W=qL(w^N#9jHjq2OoV*BigAMmwx zNbSSxc6#27;O0fo$6+sw{;=pgn`R<2$~aV?fqRmhri43;>fM}ePye3_6nL(AkgpQ^89Lt z$oJ^-bRfoVgAnw6@y2b+m+L*RM7)aVb#E$!GG@q6d8lYca7OKSKzMq&$-Jz`7w0k^< zxinPBFcyDpR*rQ}L-p^g}Z5WH?v~YOYJoIfj|x zHip(hTDZ{6;EGZT?92o-G+|iKd@XtBZ7HOwA0+|rjww)JKu7B<*zmpbZ@o#+ z0p_4)Y^6l`75;HpPb0AnjZvk3sOhj1{E6nj(KgjhjYUhAN6bQ%N{NUP5mPZlI*D@0 z6>|&miLd%A7`?b(6&P9<|0`(%Fe9_cnZf0W{`!kRIdIyq3mCTSj4Sn7sRufNBMmGo z*py<2S;SW@k^7da%I<%|i+sU5?!8Kh>dj5NyT>s+C*iG{HePcY@~yO*WDj|0nK+`UMY4OPdTOkwe_V zEjF)05t^m&4(1XE_hvJj1DxS)bA35FAljV>?a35%lF|?SU4aI#5;~Z|l@+`6U7cJ~ zy7s0>*{Fg%I=a?~>tNofBzlPdX?TM)TEYuFDRIZ4cZ zhab@&8IhyeRbmQm;A{;bjhk}$fw<2AO=plsYf#GpC{;pB!P8D}J9X+)1?UDL4yLzD z&AdR(2k6El5X)Jxxj{KjFUwV;IZU28FbBN+c)d4PwT)?5`{EN2m__x^)!dXQ0?S97uLGm#g|q@CwQtK{Bu1N)rR_yc&Mlr38>!IxWvfzgYIF4!4+}@u@!R! zeR_w=%YEnOC{e`bC<`&reKx)HooM{!1#=M$;){k|Q=lSObs*S;I{D`N9OMD#m=Eyg_?84Dc+uH_AVy&y-{et&wC$lm$DJ|$y8e1 zRsgqpPu|l=F!p-bnp)B4roIMA&>zUdtautFHUkF9$wkZIldwX%)uL7wsxbep{&fxrIB=&DEjXnP8FKUlMVyPB6GL=$|Q9YUls z6_?^DLIC6sq%ByJARYJbbYl_?$8~|3k_!d6V=I{BraaTCzi*@g>ACc69u*jOa}X}# z3VIv6{7{CJ>34pI)!^PCu#R0@w_pFD-1EZrr`s^otZd=aFY)yXVFGLD0~V*2?j zU`N}4i-GIhsEZDIwCpWG`rp9Fp2MCI1&7)cqdoyhPg{ht{n;4WOfdU8<4m3RcV^3r zJpis3JGy$mO=#QNK}iws9Hv{q4rZy%3s*+zD$2a_6da6Yz%#s!`HhakCD>1SprDgFfY1b9pu--3(Hf*yDKaA@N$+k{45{@-B>m8M04=5Gy%dKgk&(G*r zIMe)yewz+BuD?p}UE4j|zF5v<6OOa%<*{Zq3Va=K9$ABQ#!sYmggM+M1iUVAS%Nkx z8nZ8*x4w323V1y9{}XTDFr<*If*a%=uV;sX-Xx7`(}~nARR)&JVmxASe&FY4x7*Mt1Y#1#v2ffi1(SReBA3R*+Lmi)k zm;%=7hf22Mq%Bx!9(bvjWct-jKFl$MLbbr|A|8qKj zQcB46ssHmW)(+f%;*>Ml;YG`Pmhu4wwtN-^Wg$sb@pT!LY*L1i1R8sYIb^U&@9|7Aj+U{VQdEx%tX;*mV2I-0d~uKEP7 z1Wc{0pnd)ls5~|6Ss9_J9N#kli$yH4^V6lIbb22WG@C+(q>K_Y>JB0a{n4>7r$|h{ zu2+J^D&2U0>0MB%b~G8hg21jCi33Wr-SHXe*l5c?!x@_eqK>#G z*|M23Xo6wN>N&B9&WfZ%N1oyVkCM>c(x3BM)55d09#0>re8lu6oYZWqAvwsHTI-qP zwO~`n8q0wm=JGs6$TLjjfohFKH${FZl0U%BI;P=zT--ac076zVsHCw<6GEsY+dv`m ze~hJ+Gz!eaD9qS3P>EF72F zR72u99%i|hGE!qFp0opETRs+6v5h4Yc4WNch1W7P%3jk&E08fVOI%PHoRQo^k93_y zT@8-`3#pj~M)@pp`Pq|KW!`yij21c#{MY#Lkpn1yiKVUF>O|A(A-p844x>BM{vBPv z5!V#DQAS2xx^Ej-)(aTVtaLK{b9h@vHM2le;aM2)WZxTOtkPrM{$3g3T&z9K(mr2B zLjU*t7t(?TV$=^5J_ayy07Y}M7B)i7YEy4+Uk@=OHlM(9LGbm{@I2o_PQ%c-N&I-h zsqR`;;+YIELfW#~v=tj7&N(yz6oY8s{@etcpd8pK2ojGPQSf{By{`$~H8gE%zEj8} z(KX%sE)HB9qSJz&;@Ubx6d|g?aI>tbfrL=R;ezY$^c>dMva3a>Ya6IV>%?)b^9&fF zMHFvkOq9~foZ8BbWcjoNPY#AtKXs+;Pt7PXO}6qpNDD+b3zF}Wxor)Gn0E!L#dN?p zc})Tb(m%c-6{d8n|HcbM&STjYWtOf8+3j8cvRg(WY3#xhBh{+t;Tg zzeVKye&rvSmMEt*DwA&aMU(@DvcQl}@6Fa&>4}*yQaK^06J`=Yq5{puN3wuKpE zHV37jSuW}KDC03-fC1o64fjCl`hd#K>@RCMv^|6IZt{!oBXI$L={oRc0QJkNXTX$B z$iqt^u^eDa-Qiql6vJmYG?^UW@e!9uZMO=p?8y@ zzp==fm_qM?kp0PX4GQz+4V!KqZ7P z^$Ql!B(0YkGdn4lrV00wu})BJBCE`%P}5mCCOlEnyl5r1K$kjkjl$RS9Wxi1OLzD~ zf7TUvRKG0wD%&M!!L{m=LY@0Mma^JuFc!d2(bVA0hfOT3`R6;m$$(`0Bym5j?}8*~ zEv02jUR%S-tuNh~O&=fn5_ThKu$U;FU_+kbPab3ch+Y_NvSxfmk{Yds-p%MKP3Oyp4eU{TyOwrk_V?q-)6rYmN+?fL;Ja# ziV@>(5$E5(`hrRVSmxMs1vn8bRH8OmHpU7+zp<2$=2qF5BLI3ORI-J#ZY4VK0efc) z%h)njhuL5+YnY|<*X|-rWBv3>lGwC%&C7%O9wKhv?g$J}QvT+WKt+`_#5? zy7WzG3eymU0nmm4<@O8sYlhn}7Q13_)1|lR&gjhfTRgk;!}pG@l<7|MW8G`qHd69% zu7B^W(%)8|Wo;fj!AfGOu(jn8F?gc?&g~lCAPly{Km$Ns!Qr4>KG|q=Ww>IdVD}FV z6wpQips39A9%{)?i(8l`utF1Hz}N>ks@a?)8fm6GC(gNw zh&DONLPHz#+&J485_f|@ zr8s1U33VWpsba6ya@5l%bVESN79ga5-X>&Mtl7gN91AbbU#}84GjMPE){dbl$M!Q~iciQLvrviaWD612G6iS!T)Q?Kn6G))2#0%5AqdkT zfZ;+FsX&nf1QB%M0P6@}MM12XIVWzuDs;|ccle&E(zOL)X^5`u?0C!Phz)-$CpDEzJf!q>A{Z5?5^o)6uek_3n5%`&K z9T#gjDH>NDG+DexUvur1p@AwzvSjufw(ye&48?3CkY1~ARR8JD`QB1b!*nMrDV;d! zSz$4S7?RwK*hOV%k4|Yrj`!|Gv%qxpv4Kq}sIY9;J7()42+T4pO7H6PPFrM4T?__H zPz$1Bz5k9(H8)Bd_*c<3g!m(P2rzCCusRTu#_|o3RHWaGSs-~SifAaXziYBUdZ2VZ zQhQuMzABpe*FL|XRQV7K+k&%#25#*r;lWJufCxK-_1`7P&ils_faHbS$(W@7%AUWg z1_=~99akWBz7naI5ed##hZh`1`dvc@(j#tz2NEFiB51!1hJtRt2!>Mj#wFUxE;>Q- zxBOTTf>YTDTKK!I$lO9>-8=)C{pS`AAz*5j*J4jNra?QBLp{!Ni5P@D7# z4qOg~SFh#O^X_%))>H%9)=_)^qEPUlqcr}mF-(Pl0oyih2lBGqR+xO~C?ww@8X8#G`+Xm9;%Fwm|wEdrV?_1pB!HMY9U&unjpe%Gs}Q z6OykX^#~^BN|J)pKLEcUXBO@b4`~6vTN+*X*%z$EJCGGy$_?vLFS3|l_> z?&ci)-b5XO)I^;icm`ebg-O<}4Nw3j%feLIhCthB!zPfE;7>2n69Kn8Jg<`&BP7_9 zYaZ5PVj$uH1<53Vu%5YVFN^TqG`6{ycw=&tYVZmTd$*rh6DkM<$O}*i@A=)B7+SNs zXL#8MetLuuG;VYS)4>VAk8hJ07B*s1lRQg~wc;Pv(G;;!g$mNikSQ_3 zupg~Q!o{lE8YWhA`zsAf|Rx@T}nu^z!!u1 zIiBAC(^)=k$Po3PA5Fb&^C%l;MCw3U_@U|!PNL;C_RuyJmXK(3TZB-jZFBfinS<6T z67yUk+ng94Zj#m3;PoAEVC7kU6aqJdYY8)}AwQL@Diqe%SdLSPYn)iWek70?3lLwz zmS|!!jjiIVL;F(+D@^H4ALLZg^~4%sr6IVi0%24#Sr2Qh;VmpS2>Ta;KkyGi)RH?4 zC;ajvGOl7~&m29ND1vEoJEBNI*;-8Tvy~T_P4*sz9#kSQLTsrMVtnFel_1e-EB+jL z-!yjldewG~f=}wlAh8*$xDXo-?{JON>>FDgON{U6d{aF8v0k3oAd|BeESikNmU6C}{NF8IESp(__AxjZpg5n}s*Uds z#{k{njt0=eVVz)f$7fk43tlmzSd5Z@ZzH#8ylZP}(ASDvAn$}o)X+rG`UVOg59lSf z8QvrR%uSgxlXuFADuZkc?6Fz^11XQWxe zLQ$o8H|d>YolJ5!RNB(dDh2ZC-#@gOTq9&LWB>^Bl8A^@7p_Z+KGy6Qb+h17-2*Md zrF1H-&5Y)=D|AjO=+$=Sznan>=H2#`y<{4{S4LO$6D7ryWtP%cmY>xI&SDW!t`A;?QPi*L^vIM=lf*Ew!3RVaNaXey#77CybimN?L@Ks(wfzivTQ0A zQSVNDf6uVA0W^3!Op`&Vk(iDZtr2%>Tl}Q;SBoQAWnW-2L{63nfj(>Q;wbRi0k|e@wk& zcqU!YEj+QEiEZ1qZQFJ-aVEBH+qP}nwyiJoyzlwWx$>j?-hJ%JXl>d9qs0aVwqnYT}Y z^90O|^Wo6Uml+QHTo`qe`WC%Q$HU(4NYQL4oD2``nW`%F&aRoGkg7l43>&Ty9?4pD zt)u&Q*A0f%Cleml^m_WP^nCwHg0RPdu#L#b!+L> zB)PsqfKJJ>4A@thNl!UA9BB(k&C7i@%;_PQQ}+4}gonPy1@4)~E~udPeblxH{Ged?x` z)LWW9FFna};X$VU)-Qa;zaxKk{ee263JRcKZcum0KIV?phf|oJY|)p{t zYv`4+GW}gR6&#-WVB$bR%7oUT>3@N$6D00I)p0@ayy+vhVzJlWKDd(4LV^ifvb`DQ z#;}mYX)*c2>V!=Pmy}bu)B#e#UwIA298W%*2Bq1m@TX62+kS$MI4K)gWr!}Kl%H@k zrwJ6andzhe?Z6SaDk|-Gh76K9B@k`Fvnphih;!vwRvL4#XGhS-3?{TU_>0kl<^C1N z$@`mrRPejhyqX;YI-SS3<0lj-4G8iJb2*0gVQ5P7@aFZTsGw=c$l_gY-Udvig1Zx@ zs)wdf*Ul+IEFNEu0tKn`VTPcjG#}YtUWxN0sL$anxv-aLP!G{?hJ2ZX8~gK(QXqT-A)9lVo%pzDf87=> zptm~8rm*0jafcN~`+h_>`O~xf(^UCcM)L2Nob;hbR~*plJom|Cm|8GdSnx)cSJZJ?Bt4fNWITHTFKb#4G}IsqG8Tf5P#NZu8Sr5 zbD6{c8=Eysrq6zVfS}=?)xxcxq=AJ^5NGXm)f$^zpnVV2sPe_=((Qv7z}7o2y^`Kk zEr4YLg^8UdcT!pXZf58e1ByzZJtrqt+RU&#h^xV`ZAb=vO(8QbrqMtkeMM`8k?Wfj zzaez6GdNFR{VyE&CApxbMH%=dyPzf-wD%Qr1NSxmV=zlcYb2ky*{5gZ>ZZVYJ%YWr z(T#)kQ`pQJz9hJ{Y~}d5sld9fVKH%-m2}whV9!;ww_tq{{Z+H+LxWBG; zr+i27kNd2_tV^HuW}ui)3eg@|v97^Wd-UKf=)~yJh|nkKng6pS1%)FVXr`RMOc=jw zf9(ARAoLxxSs_{jE0!ap@TNaMl)n|s5F#VAjVT=^KBy~=+44q2Zc6?Uyd;{Dp|a5EHlx6vNg&9K=o^$jb@4*8EZ$b!%>xDcg^gSTaA$$ zhI6nle))UCSdfE0Qooy6w1D|*1oc+JcE_PMSZZ;ZI}7-)Yk`6L2cuQ^J7d8VP0a3m zbeKR>K~JGBh_HYsW`)DBpWl;RY zL?QorhTng-U|j2!hQS~Qg~>N%N;EN_>DlQ-i{SVd^?O|{KhYJ3K{eR-FUTIK|6v4! zzYP1eCt)`&bZ(*U_UcPwVdA^jLlcO$T(61O)q*(r-3I*vbJOnH$rXq&h~sD`eNx3y!XlzK2FoTFQbQLvuWq&d82)Fv%G!2vT1dBxW8P`d3itI zj&--S9q(RsUrW;8cM{)t$$2AqlXSDb=dOLec6ax?|L@;F$p0kjqC7v`9>%XMb()%t|&Ok}OE@_>|&HB@_S{>OlIG|a$(+&k4R+$z1->F z<5_{cJ*{=1wg-_+z79vW8+hM_U;h?Kr%-NPH~o$Ly4>2iIp$#*yCSjn);2wR zW?lUj30eSgCi)JbY0_;@x9&lgS)Ui~B3-T8S7FwMgLQPGp#kt|ySAph{*9uq%&4|K zo5Y;I((>F?FIj0x-nz8z(ztE8-u86>Rpw|}#qs=W(d(}9ET#Dj7E4uIAn1(eO~JXb zstgLVtSy6JQCLbYQ#a>KW)1H>=AQrg!$I`;YU`mO{~f4-EjrmoBRhY%sO-nDA3mo) zG8e+j-u3g_Hd&L@Y@f}_*1Bqz-WV&_4Yi@%XWEwNH`-Kot+dlIt+m$)-*c|`hJtua zKHDrO+MdR3&evEmD=qJN>#7=0@-(lG)1<@VnTvm&Tib*;S6PQORykuDX=}F6w>=GV zobxzQ$U2|9mR|WMmaXHIw>{jKy_;m7N!XOpP>VX-o1Y#3d3xk^uyXF4l6FpHS#-WG zZd--AvbE_{C~doyEt%T-{EDi*D&*)FbqFKm0lFB_+9?>-+l-7d3v)L5)k%WngF+tTgsT>t3elySa2Evx@i zR@K4p{JN~fiYMS~NLqd+&3@b}fyyzQ?O=MEf%2HkrPX$@jAPyNaSXbvftAJg=daVB zaiwP0wvpJm%6qH=eVcL!R;LCTXBEnght)By3XhlasycpW$!@vLh-K`|c*S$N@>iYA zZ~u3VrdietrAmG9r=7CRC~V zo%P)bM{r$bF_ec)yZf5MII<_GJr>d(*@%sVdQM1|q=1He7}&%&Zt3 zP+xp;S9O+DDXE$(YWs6tdX+s}c5hqVrrTUzr46@8{Vw6GN}*(TSIc}VE70j?$2vSNtUQJ664|Jh5zETlslFX|eN}_7mk0eR$&|Sx5{QkYMF;|(AgLJbWWGP5;!aQLe4%F4=dLD z{aror=xa`8tk_kG-7G!6rDt>#Hd>@E zf6KOyfOGC{877Z}Gp=V|n=WhV)iZTjxTlsgj(6EQe16+gZ47B@k}+?L*X8>3!5>Pbs`TUxRwLfa;~|I9!w~1b zx8hayu_&WYjQW)K0nZ6fK=sH)Zqqm7!BOYY8nRUE(LNFNG9}#)9yr zMwsAA%SWZ<&gQwdPYvg9!)Yy8 zQ?+FST5_*kzby8;m_JhaR)l9GO-+KR>X~jj8>QVNNk%;UON|RqOO5WbyYpW3Pnp zM$JEe^nmr~>Et}f)Ja?FGto)5wf5gYXD|&hslpVw-6#jpZh6&~k)xaTKc9^(VXS6m z{DY$&Y}0XCrWw9*q5;#oDV%mCI~|I(Pp)Nsjt1v&)%VBgH+xa29Xm6@a0|q9Z}d;3 zj3g^9JGY#1K+`*Nv)|vhImvCVsVzR@4Bo3b7*6abJBJ>}VzdQM?su3YO$%C|fTq*% z1|RbufTmszAY_5XoSU}A&2t6EpBr*SV-m1(bSgQ|la|?xnJp?GY<=PE7QK5#rlPZx zI�&rRLfW_H5I+-m@$Ip6=|NdAwu17A~LM(3)=&*uGediw?!ioY+Xp$XxMT=6b)y zT0_u|mKmwabeo(GKAuvt+=d1B;;o^srq=Dk9TF^8NlOBRzFBUNTG=+4oVbR4&iH!) z_U?#ra$at3`a*QpZ%I4J4z;?jIX?x|skaRk5)nvC9dH5hiD>o=|FCmkK5mh<$vxBB zPMH2HoIU-9g&t~*d>L@l_mNMvSp-95)&-_6y!@5As-QmnmAhd4Ml6ee^DXplD(?h`loVRX z_FQowJ`Caf$XO^mCGfh~6CZ|1mZXZSLzE|9!|et2-Kot;y>={WTL_C~y3SR|s|BY~ zD)t|0v3kSwc>6@Z6x$}@v&xbsg$DJ85i|bPu%Z3v?e@vN>rC=?B<|3yy2+7No`gzp zug3e%buP9?9cwfX_P%v}-VI~xEjiY)DcEfP+F}j*SnSa|)$;`F0nk=i-cCi)SCrZz zzX`&C}EVs_*bHgfxMiZc&#-sCoh0ov~4H$wHqTNTPKG=S7_bLNv_N^6Qjbs~R4&4h%654kvfWI?>tNnUs z1x(?Dt?ri*vD0Aj%#x2`9L7@=C5#uvhbit89LB%NP5(u^*H4K9o{UI+h47I(6${Rm zeN=0;^?uVI!#@i8?-N~U{Z13s1OwNcsTmwcQV}|w~6)?ly`)iNRJ7V`54K12=!g6B9 zCYCNK{Pmf=M+@_gihdnSRosWUUIdnH107w=s6v$mcb{v0$McA32W^CPcq291txKRP zMoox{W!)`0*ou~)RK1LOjt;U zD<-J6agbPd0wjYak?zSva}i^`!XO3V6Gg?p4n7=PiU2gJsd&_}wdSI0t7 z)p!?^lXX;JOz&b#Q)i*3jwD`LR!5lI zqLM+7`)h>>txG-^h7?|1R!8>Rv=ZXxo#~B9&qcqAVM>N%cqn0O*D7!H`pRFWhoNhc zMKB52qbuvz%f|*)ll)s8q!yD}wwZ%k@zPw>7G1@*83S6*faGBD}s5ovp{}mm165MOBlCET}bq8|%~Lc`FdTn=WMlUYu*NeA;}r zM0$5msbsB9)7cW+=;t-P@up+a*;Wm|mrd4S>pJpiWwfFX30k6+r|0^B0X8G|{$kF~ z#m4UbU8Q`9XWJRE@My9fVl_ADse?)FkpEtj=oBb6{AqIb#5cjo3DNBOS!I*r>WXT!JhX|Qwgh~aCD+nS_q=?# zlm&L1Wp8Wya&bhjj?qb*QC-hut;<_b)eO6_jeGwE(C76?J?&}T>I09s=FEKquOk@^ zi!xpAk1Lz&Nuz~z4?qd&q1Uwq@+Uvj%!ebV3C5(d&~CQ2jrXvqPnbIB9KytQcP%Pb zo#Pv!Y+XL5EnQpbdBP#pD^N2nhc*BBzVg5ptNp~<{xYY(u^pxRT1MXvPIujTg>Ojx8>_@?Tk0gB-1w+07X-mo5oN%INZ>_HN zyPl8x=lA@5opQ*8(=cSJqV2x2i-Kk?bHAVZ zwmAY#9tOOoF7U64vvs{7-@15xf*>8m8Rt7+M$yrDrC;xrzB0}kz?C%RN zt%JkKZ&o@uV@}J|ZHXwyjvThxeF9Z28q#!hMq3K#P$dTF&dxi^88J zZRFjhRfmqD>!S$PO%FaH73YV7Sm$k9#!*h|0qdheHcs(NVyJ{0rmH`7_4p=IlL1P= z^lR=}Qc;v{}X8lXA(`^tgd}x4|>GtFe2Z{e*aFpY)WhM1MvG z%|^GNkPHvG);sp7(^h7SH&S_srt zl6-JSkx)C!V^f_$s*>|-X_d|0YKHL+Kr0SR19`)?=6;} zMeaPIM?6JCus$q0negD&WaIU*e`_Kh?$2?z(#1ODIjzeQ%khwC2kLSix}EBLQ%&_y zfg3*jbPLgP+R>tgj)*qBuJ$wsTCq~NoUBuk8Jz4#?DSLq89Bu(LmRq6QTK?K@fWvS z4cC8p@;)^=g`%E+)6A+LxbfD)7>11e9samcWBiN^43#d0LrkS_%&0pW2`Dn4(OR-% z)oyP(G1%JtU0;}l^@M7DPJDY|IiN|u65MEwK7vg?u)p_+fX*4cdtbikX+L&N{?a#{ zxon|&5%`)1ur!|G3^0<$a`b&Yz5=yhM*)sivk^sQJ#1OIz5nXK>4X~k@tUk(;gfVc ze=z6!u6HE?auq#z9ROok`D}ACA|BJ+`@%luquUb=L#i)DE8qK)W@QKnFW15VWs9++_%Pny0lTOXPpZ7%>&gjH|nX=`T9ZDa>Y00-)Mqf z^GgljJO)tBQ3dp#1?o$4q;*)xe!$*yHPwGV*Ecv?q8ADom>(D*HzX%y2@;S+I)4r= zoyk1n={IwwxOJns#ypx~gtTQmhNW~&Q|&AoACz!;sci+Qrl*{>R|e$bOHNl*`&;{b=)S%K+dfWS2zy;AzQK^-#9}b2lC!A5d6bz9vuN0PGy)KiQ$R ziXf;&GtcXnS7uwGbS5Z<9}iVL#EO?~ok@&6nIxLR5SrqBNbl^;Kp?-W9e)%^j$wtJ z8Yll+zI%h7bo6xzc{0R^YJLfYn^*Gr#Fc&)-^Sk}dBRAwrhSZo6<|g|tZd**YNa4lGFeOlyDh~eBuO&2>HTmZGAy1(krCuJ=cp?|g!t}PD!d#~oAhjFn1VA7*y6E_`+VA* z7qI;nV)XzKSp`mDCs|E?IV>(C`3{UG{1UJ(%O0-AEp?ZXq%|@g5uD_h{NX z{7I_#49g9E`{zjc-5+Hn>IaxRn-K3>Q)XAVTi7YMb;<|9C>YSe9gUN2Li6V=oUg`d5>4mkAR zgODz8qF#(GG({LAuizTKJ`b5fK^36+^j{)vpDxRPi*^hzIDZcG{q@*CgDZjyMJy5a4n3Z@n~K8rmg;3D8+ zrbb=LihG293gOP4Uic^zR<6h3Z)TwJaK&UqtJywPq{2+ep$8LQOv|PEeLhmNbO0l1 zQz&xKa%FX>?aBR-ZNpZ>V}_XOuzuO3;DX#LsEhWaWzLdIh3FtgqPtnZ@0{yRvw*)qr`nZIPT|`p4>-P&ysx zTG?XNjPt=FNP_gYytz23{MXm< z5=UwNX#6Mjy=)4%u=Y0ndYUaIbBDOZl&pt59o5^V!rv|9V-f9beOrc7u?CS zD#jBKc<)1Hq=hw`{{-{U9=dUJ_Da%epz+d&>UzSGv=Q_&5co|*U9)OhGnAs`Mr{zv z?r8!Xo@Ucf2T4|~OIBB5Z=E-e=2PvahI`xAV|3w95Uw6y|EYX+YxeTK1RZblzPQFI z?3Y@2+}DbcrVgLIi za7J_NzklHHJp*5pT<)BGx0{;1wh)J1+FRPY zVy~l%p6=`v|NKw*u)(6g==7K8WpBQ53NBBJ`^TUUb{3Ut_O{3U({b{$ZC7`f zx5xF($!MLo_x0mr`a5q|m-qYA@pM-AAIIxm|MzPiuaE6_U2gBem%|U<>uw1i}uWa*GI;? zeV^~);w&B?FR#zDWw_7haNFwd`hIx#!EeKiqt} zUf*qfu0|ifaj2a>#rr?@tGhmC0?uxN{Xe8|a5g*IzFs$Nxm&&$Z&{uN9llmL9 zw7EYmQgD23i>I$cJ+8Y%#7dQ%?sqp`vAXvsF*p08=Qc)q`0g0rxVKVPPOIJmqRKJ#{qWwX4V_RFugAYNYX zgM<6|KZkb@2=7s|Uq(J%brWx#@0ON756fje4?dSa*KAl|0{!&$(9l4G{PcGyK$oOo zD)e`@pew}D)U3_P0DwpvG-K&%MpSNUOP{xGt)?#RJ7W6T-r~8Zj5V?Hrt(TMgNw#{? z0A!73R%Vas2-M7jpK}8C-=!lozb46sbE2B+OQcE`kzdxyX2;Ix|Hg*YK^nC45+!K( z){lLy0uTN^?MHjQ0PrlNKj4ePPYHwY^TBt68zAQ|+>cVn6FposB?9MI=mDVU0VH|X z;t8C|2({37M~2u1f~Jd{s*~FH%^lttbPV1A!VqYJ&8VcZn*_rL^UT7U3~;+;hXY;% zp@7Wjt+$A>?)P=g6GrL_2l1KJl!6B92Y}}G7GWfmC;i*4g8!Hq(O-YibPGFXK#Ty; zb(}u|zD5B*Gbdh=7>*TboC;f%5Ze!U)HI=B46v-)a1sOr{b%&%?|a#z{zrg4d#8Tz zkIc;HLBo_>ezTfWZgDwp9~g>@@LJk0Yi=@82pE@QewF>4nmI$7A+3#vh&5?|A6@Ad zax!eVKRSmdp)p*Ye{^z(;@(ODVOV*HV1o`!^7&iW0|$Xz2XlHEwM78UJf(hmN01RL zkgm;U+sybiCATh7xjk;1pH>_9Xswg38SBIb70v^wPnVo6nL|SJ8lo>A*QPS!$l~Pk zYaI&uySB@0QPt30B2(wDar31o*Er9W*sPLj&~l%3=YMg|+;MD&mxHYFKqXh9Fq?B~ zi$E{~Q2)jBOf#Bk(Rz$lQ9(943PlHwDHax>}r}PglgT%sg-Sz zVY{$=7b-{fN1K(AeEbt^#<(yCsG&1X)~KhuPO3pptTMt@_e(=39rqI6c=pt*QX$3i zM^Wl;R^CjS{DgpImp6k|=pXU3Q9yuZ9Kx1hT+pXZfm{}D)OXOosH@YnS9cLiic?#L zAb=c-lil@2md0iFV+wmFWs9r#9>a{4icLpc{;jB{xtA^Hl5xPZY30KyZQKA-O@uff zrUKMxHyvz-j7AxjnX;iT=*WH~DSVk@`fSADaWa~!gVUB?9KbrJ5;N_$F+$Oing8Bj z6?=j96f)nR5Z=GwnkmZroiPI|_|9lVI^`-a$5(D}9%O>84h|Si*Xm|H2D&lxhkK{< zz&B|qHqfB4IZbPVn#u_k2 zfL|+nD~d+o{4gkn3@pr*$5>Mof@KI#a&QN%gz(DBy{0kt63P zGu5ePY@%NYB2-$QstGdm{;FWgm=)WbcSXcSjWV3+u~o(l|G|L3QJ;xeu-cY$Np)Tk zvZ#a1e75{Ay~kVJb1o67Lxo`ZGzqbcl>1_!!D6NQ`Ez=$V4_^^{$<5O0iP67Q47s% z5E}K2OQ=hu0HAd?DF}U!C8uyZaL2$EQl*mwzz;eE+Yh|zWSb=_G5&mwB`n0tx)_zl zeh{+tCzd#%M}FeV^IfQtPt!E8BKWu2J625PFu!58S*0sl3}@%-ErJ;*cFb`I+U%Se z@7u^SuD9Uc4olU+;=qr2dSIuF{|_|1=%9Y=@x(^d zZ~3!9uatiav_L?hJosxyjolEhgf&A!V|H55hk8ENYe}38ppK}4PfPR5I@_!<^S|#B z*_DDdC}$yq0V>0$>6SRPzS@_wOwOj&qs&K{Vb{zDVF-}t6wlK0SwjD;plUBML-c1a zmqri;zA`l_27guN*&`vRq@jQGI93)o{_Y-1>}Qa$pfQ6;RBX&Y@>Tg|{dDdpwsXof zqY^5ZWdDx~+7kI7&2lRLy6D#mfUZ#|yYo2kQMTq3#*g=bQvU$MDwaB%002{X55FOM zL(+`z1#z%(!l8qaJ_I%sti`VH5}@^$a!1O)RJ)I*o{R(wKgOAgsca~b_nFERtFZ(AMUez4=|9V# z45OR9bJfZH9fVAkY!wnvE>4t3`q8>HjOW`l4)6z~7@-;rGOzF++!1~jFRxawh9dVs z04Q2-F{ICORo~W6SelzUC1+7cV4`uRe@`Y!{*9rbP)f;bQ%T%kYsq6RW_HK^r!crS zSXDb6HIsvEm0Q^9ymhc`RDSD0m#`Lpe}oU|WBh}er?8C)*#BYD{nx(D z&a96YLf~dfi(8_+G22J+hB_Vk!>u>LI{jpcM}B$K#*Dy>1#`2E0{SDwKf5*o@+#Rc zo%pHJL6Tk_Z$AYaL}yshD=miIQ zW|~#I#v;M^XM)Xx|F-!tK*;y6Fo3>at0#K}Xn0j!bm(g}sRR9u3PYii8(wY!k5rWs zBuPet&so7_CJ=5F{UhpypIeC5>E1YL4>7WEg(#dYPkVp?(3(PHlpHPu&G=JuwH(F^ z5!fWEJW}4b-SS37(E5jPU}$YtJ5v^@!`XjuhqR$w_aDeEnRBv=VluR?AXZAHu%Be4 zSd^#1ja*xfWt`^a`l^K9Z%Y-oWj|kbs-)g)KM>83n9;$P`EZ{vnKfEj*9tWpeL$)o zO*EEWF<77%FPUw=+S8P8Sd;`VWurz;q_8W9P_|-MVlCA&YuJWqNCjJk7v@o~%f;94 zOo>|hhi2wB671WR6Khy9Oii)6U6u)$nq`hPsbMzI7;PBZ-e~L|P0hF`TGz6ec~ykD zJk~Y0y7&*a2~pZEssXNbVqgd!SgNub;qk~NXSQ|q*N4&Jx<@|@7%1jt$KNSeXh2?W|%HH3n zxOa_erhgQ4gY;9us#qd%3Z8Q#HEgMLR%h;;?-_oXDK`zSu|tKMprh`hmEl4>EBt;=tz zE$xqvZsGJL6rbN)lDDSqKZP>MQZS{d^?O#Y&o_PX>b_Xn!m#VNIun43z#K7glcgP& z%zfoW4nJX7npn`q=FCtAZ?0AQG^uvn`jNrqILkvvyre7tYgX?yFRX>;k`P37gB1cy zS=}W|V-y#nNzfR~mA8W6UTEPYbtiqs$>*v^A)h>P1#CR zNk`tz=@gdrln3BgTuULG@G-W;qA+3O;j+V*(=$-#;18ul$dCOcFumQ&V#f_1pS40f zU=Q9+1(+%LeuqYT<}p1Un7mi^II(qmc@&|sz_^{mVsg~oFpi`Ymwmx4*~YDJEc5=| z)&d?o%2b#7sS(*y*HAB9hmVEx#?Q}EDX5xV8t~=pY`}4y`%*NZ4`gphs)kP|hoC{v zFc6fb&W75PGVih_yz7{370Hnpcq3Jd9T$(+(s4IAc@jO-^h+e2xYCF)k-Do1GE_rN z53Rm)qQfweLtCNryPl>Cq$I)EXLN{D{)n>8tAd~`)|%hOnC|=y(?-hot7DnZ*ym*$ zRF9FS0)mFCL2rm%@iR86E3N|6K<$0^GA(#_S~QG6+oN?UdViZVtSl~F(u4dJRRoP) zfOVG6%haheUu7hG$C^l$AjId+SsSL(s7<@LLM+1f?&W(_l&#HFgi=w98m~|8cY%i# z`O@d)L}y&Z8rqcvtrvq#It3W|9B;7uK`QmnIIW;7Mqi>*8jp53(}36H9y%;|x7oXq z8R7!`kPuge8M+wVRySM|Mn^1{5v>IPNh=}VWcqqjNNRJXM#`MlJDWBu7oE#jWhRpy zA95*plu&{3!f>1%MeiU+m~+4f=pPmL2n@?s z*28*3@`9l3-IrpnO&3RX;~_3xZG14{qhfneH6igb_XaO{Q+V7c{__+RHm`Q3!;Rt# zdCkm|B6Vg!cAue*3#9g;6fR%yrg$t*WN;K1-t;N(zzOGRQ`st_n6O_xBFsm zSePWRjk)CjAM;3^SvvesN`>mTF1fD3yXu*%Ay zrw%hMSdC`I$lL&z_r6yxCu$%M&8A$`17UPgUgqaa;PBQul={UP6)&2f=`<2oPJhsZE?rPHjFfH6milq&Awl7Md{ID2 zjyY$mA-m?=ugPdYQH(Lm%HCwq1{OXP>ghC=Z&>h)b0K;I*FBFZd@57tuhv;fWRGcC zUZ<41gdH#}lw1TIJ%`!ny9~_9Ea)jMa-~-tO)p$Gih`C((PQg#opO`>8p+n=vgxiv zBD)L&<@If{$ESXCcinNU8v z(xwSRtq`FcSa&JY0v)+-GodvLNcr|L8Q;<4de9az300BMn8JR|si44T*_RZANN0Dl z+{6A3S}WB3-UWbBad`l7m?ba^aTj;%0nznGUJ*SUW#mnWX|}TTk0!l!s_&B4!`P0B z;G&G59uuSyaR6|W$9#r!hK2R}iqY8O&{!Zf>!o03jJ@7!byHaw^cFlH{LOs(WwDES zmM_ON#~lLyscmk1fYl76PXVuHRpTh>MK3JLg}B0JH;EsY>I6qrBDQnUby6G71%tBB;DhzQsfd2?EB-95 zWj?QINwn6Z5;z1SZ_6|{oxx9HPYrR&B6%8@?2uge14-fg0XFy9VP!^%F3$OTd}agpFTb+@0zHAGbxi+ni}XmLb!Gb zy>x}8zymkJWQUW-lsyan#;81ZQmtORQP@8bx?;RYZwVP%t5vD51s3ZlbM6PYR1_aF zqhK=jIp@yNyA{ z5GsfdxHinVG|XSMY9UT-CX#EC3SKLxNH5s9mY!LbSqM5Zv9tYjjs1!Dr zL>`S;XiJxziC74$fnzU#)d~K}h8RGfIb!s~D)r%|S#BV1lqtWKwP3_86>lvd#cS;1 zx2PXT72m9Eq_j_7d5;l1TU@)*D5zrGNlcf#@EUoOlR73TKv9qtwlIYy{qN)~M^q~g zva~gB%^vU3p^raq!G=en9YV~SJ;vQR%B09fWo98{p>1*DS|PdWOJS=M+NcBM`ce>f zo1Z#u&v-u_{dZ^6=Pt#Pbjex4)wLj|LVHX3S3%I#EMuj(^ak-0kCAnAc2Q{r{$plR ztdO`@aXOI;wWahKDXw0^&#q*O`Vm~jA1?SnnFt!QeHZ+IN}Kh}OwQPFOXq$*5wp`07F=~<6*r2$bP_7FwCM}J-QJ{cuEGME< z6~8k_N(}i?qwC#?yY)Z%Xl;Lg{`oh?s$sokJMo;^3s#9 zJCh~w9p}6s{P5I1sdXcWVSO||pBmxk-aiafT=VP`cCpzg%NOI{i&TSYY=&lSh61)+ z`TfTz#MuMEbziR{9ZZ`McBl+0aw^w}KO3PNEDUSHT+Ccx2rYEz=WH6ZY~ZSo>!o3H z5}qAT=n9hEEMc{S+vgysb-0&9azk-|K?TOnE3*G^Ay^T%4}i0$%0Yva08tNf^FX^kG@?dV+t+Kyz!no?PdT$S zgoGSUP=HrXJ%2pXa%w-*VcB@fAhMC)EU%L#&kL@ah(beA_sMN9%v9WWD#PhoA~cuL z#Q377Ie55@W0@XmxGyPThq?J>cuhF@l2-F~xGa0m`NjW0}afty( z`|pq{1#eayu#|2DycRYC%7M!}++_FiGRiKv1e80O=3SXC;DLq$v3lT1Q|33*hl;xc zBFgNVBVALzJ3|oGVkI)5z-U%oUDAbt5pFgihqPu#)sMuGH^fM4Kw{LPH}QArq$~(9 z&qjFjYsUqvY*$|0jQ77jHHIk0 z$<%>&rd(3=MVYl2CTBPu^qc{dVvIUsH`8P9bc|Od!HaN! zw|5(-ip<8gHB%veX#%y$uEr^pL=MJ{3R_f!wPCf=>Ii@9NW`vY@(eDxo<&q347Yu@ z9F?*QXuV$Df;JTo)X-)=Kp{|W&i8)qd$Jg-#h$~Q6v=kdYDX8do5Oi2a7#%;Dg=Vr z!2s*7xM;I%1$K#m6~SafyUlKPS@+00DbP_e&L%$7$rjRL1C8FE>>kaP9pzmujwH1i zN8&{Yx3<6wN8t3^Y95}s{S2s;w@;~OSUQUev{a{%)*j5U=;3(nx?6k)FT>97=A z5Nd+OW398+Cd*2Y#>k*0ysI$=48e92fA3wLOC=D&`Y5U>Gf_dPFBNv(Ud(C%v&yoy zsZRO^o~-wqtnDI;;;*0?fkktK$Xx017n#qHOQ9*DxS*M~*&vg}v21s)h7i@dDBy;E zn908?N7@q@D&-Odt-nknld#jQZHnN&7-Vg zv%t<^$QnqYD`i%EEwSKha(;~fBG7XeY&-Oh#WMdczJ+}~-CXsxUU(c*#DttNxJp1o zH|tdCpN^s5cJ%{nNTF$qf^In94f6SDq2n-6GgBOzc-o!eaE6v0*(YSdZOFlEbv);} zOaxBqGXv_JFY+3rJX1Qn4Hyr5 zRE|LKRuTX&5OR$%RO}Cg4{a~tc?Wql8r^;Uc4_*~N0Dez1C}b4s=VUvpZFd|B`sr<*~+V90I#{;TA9&+_E}c3~Mp zGTS&IL3#o3Uf{iZYPQn*=K^A2_lw}WdwGFBW4mfvFl(8EtZ7IB5BLKJlWqbl=X&mE z0XY|fTfIKW0^s;vwq~`M{}!{ZD#C?|F9ag+A`V{b;S7JlKNJP8BP$T%h|XK&??k5? z34d;{@!vOl7kq2yh?)Q@BF=XSwe+I=8N9-;NCS%;Da zwM96FSzGb3C&B`D>_4rSM*QH@c=7RSU&d-|Uc?JKZHNFCwxVcAXV(~0#be9sdR>hHr@Z$=VfnY#_KXv@n*t=yMq@$h}iW#DAJAEQdE1*P_ZOR zf>ZYTg~|3pFF^3G23HXGw-WvM?86^ET^bWi;05BxJOvCk``gBPe@kDG_96$_2Wqdd z7zQw(_>7!(E-N`>Y)Bq{Rs#Lerz-*!3aSTo*dlNIh?iO8scya-QP6*z|0X z;>G=JvbR?AgX3cP8*|U_abL`!!9)?M&GGc%8fyW<+}TYeJX>N+h)A1xv*x(Sq4^Q} zZOqH?UB3JuVFacaehe;fu|Sb?3rurqtdV?|ux-&(L%>Tj2hx~{a*s_(9v9P$dvRz) znlO&@BMh=l>-tLHMjl>UC7WEMN!87b8}}RWm+W869LsE~1@d|_`PRx=K#_eLOko?m zF&Fz4@C24Fo~6v3GTN*;r>-de&w=bUWXc%N7)>40(Ac;P;QF0BxUkVwfnEIEe@8(d z*H=@eeGv{#BVi^ja`GNtM5-WM8Q8Jb;DfkC$Tt|O#?RVp(Rm?e=fim<={oT)mXd(M zK4XTch_M>RG%%-TB^~VqF+Q1kRhW<*&|MZ2rZ+>jQ&hD<(HEJI_ z1+lQ3(S7cCNYtcyC4hZ9m$A&fqO`6YXLqwH{l@7F)&v5@^|_MXm*Ks3tf|{vHiZTq zV^dq5Irp!({k(#_!-F32Pl0Fm40&jj;(y-Li`rbq0-lfXXAk-TgWL>%_sA$tu*gYR z1PItPC4=W*g1rszpX2OwQFM92m$SttwC74 zum^OrYUJdc3g9<{IEGZq)IhC~F3if@G)I|2!QM#%UDz$^s|ji=UbeL0^iSWwV<|`z zs(k(Vei>hCU}+#?*S3Ag%!St*p!EUv-sD zmmJt4P1wxU{dO4H!NXIzQzPzK_8~J0*$7Yp099R<8)0EG^^>Yen}s6UTW36O=Py>7 zNjtZSb9^cZ7t(>(+dp56T$w4T`$Y&n$*$I}BUM4MEVIJOt-%RIP}Is-?qMzpm{Eyc zsgGWTJq)6u%IdQ&!RLWSUX&jROpzU1^7bYtjn;2+Xl9REAj_h z$UvzJ0^rq)c{iLaiUJCce)BolbjWb;>KQ-)G8-Q~vRj>p-ABlh4H@q@$vHuE zEt;2SOEdMj8(lau*9LG=gp9{4$A|PL&rcQxHKzTCUUxJb=WtKrsuqp26XDc5#rH6D zMT==A!2JR{W%iq}^Au-KO=(Uc^k(BvoS@u4x|((ACV>NdU!5RnAtZHd3y3>oWcZ!N zkWo^8p?K_LiE~nNeCCz@<`zgn#9g`e810Yay`&W_7WI7*;1C98geMJ* zf43VX0omet)xUv3Xv>O~S_5P= zEYLN_hDSPh0PeC1>o$8T`xh-6@uMi@`zhUw+)n+zjMg+Li#P zgt;WlsWcF-#r{IA;MDw{Me)pSlxjpu0amk=S!2hCuKwz0iUUEMIZ|>%n2X}a8d8G< z5K+QB6%*#HF|Te{JxD!=1O#dp>22P{!<%wx8>HSXN6`yeL*o3u+{Odz8DGWU~IwF#d zOv{UIF)rDisqs$Bl)~?dj`cvoDP)W#f&%5?xYJx+r*xX_JShul58Vc$yV%$o-Ns{nQ;Zea-bxZm{esn2v2coFvR zpBkwK8eE^bWVimb7%$*d8CCA+2Y`xHTZh!tkbyG$vi5ulI?oMIQBz|vb`^4DEFvi{ z^QA3{t!8$DX?a5Q`hWvw=1&(yzS4yxb&H?8;@vLZ?J{+i88y$^5rQv{hQx|P9My8V zTt%h$0U6I`h|75`mHNw1I)|OZ%k933H4p&l%Z3UlcvjTzM#_IBdDHlfyXDFtqaf9L zjm(yEzct%nqe*cB;9H55S1i>mtUeR0xqI&+QsX+AtzUChg!;>z10&JPzy5U6!I&^$fR0o)U8se<97mqOl2c{?29onLyO@+Q0Pl!(_l35Ok%^$NR?G z0bkKEM%RQ`AKp9J+9xHG(cBt{;@Ljj%ZZQYVbU447hMhW%cinh94*Jzvtrr zZZ<+cI?=Q%f0tGgm%$L_IJa;Fjn;YZWj{9V-Hh%oA-~arC*&_jENDQKawZaFNieGE z2f*jetJI*ua%?7l8AlWM2K-d8muA1{Qx@feL3aI*a}={-(W>Up_i3?9kotCtU>xVj z|GVYtTxSr6UZv>o(J+t+Z_bkmNtNkT7UdQqBU}s!b?Zn(hsW{zXRyJ!?NTQEXV92B z@}&Q-*;wD64yYbyaPnW_AKY33CE!RgGa*hN&=z>L(+)CJ+ZaFblI?f4fB-|11eab9 z22_LR4jt*gLm`mUrtX;aS0LLxmj0^f=5Rz@=JCjma{n8p)~mIirD+ ziw1fc&Kd1axnMKep5EaB!7jlY5cL$+?8jcI%f7(o`}h%Bfm^oUi{`WH_`+O>dO*_0 zsjc#`XQO~ya=0m)DXk7%=Q0xJjlFRQtQH*;!zW34d2>NMXtQS{H8 zFH`+;y+V85_2TfKvO_?iPp;G;Y6#I?s;bKE3UU#cSm7nS5TS~ZL(vP!Ei23A*kr4o zTfZ^C%@(>iji)maqS`r{{LObx3&Y%2m75#pQq|pBAE#*bxOpRv;>EPE))tgh#hEiv z)YtFoe_Dm@Q;CgwCQ?zcUgMe^Vbfz9|RQCHd+!a{#lOP(}Svp#4I{2NQe+%tmfWfxs#}O|H zPL0PN>aOrk1FuxIIAPs$`uOj^uwCg|UYoltB6UtDzZ-K&^7o+Sh19j6zp`|kRusM; z@@y6(xW6*GX!2((ht7GFZTJ^CzFC!@Qbaf1ot5Y=UoS=6)feVEYfA1oDAN+2gTe=Tl|Z9`TIltU0ic{!6NPC z?sjWtyAxOS^G$6v``cNPHVq1lx%i=O?ca@|!`d~63Wo}o@IxCs{9KkmmJ9 zmWb@T6HpABNb~eyUpQE?5H|dp^FUA4Y1*&lEx*tq@mne$IXZa?_Nn`Pk;VBs zj>g}sKaz90^^^I2+ z$j(Cl-@6A3)ghdeh104$&btnb|ENO%Aoh(50LTAgSzFsK58-0jPTj~E$@oDDrk0l(LEc5Y? zO`~(PnC-0(os$4{%+UkHhkJZzybb(Z)1|Wlb7gXAb2=ob4SC92aR%I6?`>&A`2uRG zz6xk#(&_1f)Drvn;c?#UT%nt-68>hwLW2Vwbs zXkbTw4m6GG7q0eg5}-P)dvi7z8n`2{M7O}SZ)dv}Z2^>p?&8Hm;mh|`}uj0}C6h;-kZtZthb z3pQoQU7z@Zcs}+_19N(SRc*8C1VI^`Q+929@Yj)eGSqc*0948O63&s?4C>Ij?if@+ z(@$^Aayt_f(mKCmg)q5KPL~ay|LZ_9nP4`H3@>dgYt0iKVc!Azun_KGIM0^wwo)WE z`+44=;wH`wUt)js`s;4Y41WwMpae_M`#jgePMhFJiQ!fE+6ISG=$s9oV<`UHM&da$ zrT;}Yx~`V_a19Gunp|ROO|`xuW2E& zC*$zz;OiCR1>;Q}N8Ic4ZL=ILoU%8;)ka3#R}Qj3?yd&7FhVEw9A)eor^I6Q993HY zUyR*(9pnb281|vx#B9@N!TgCo9Mp<$Z21X6)dSCXpkEomMP59FsJpujPz%Qx)mZ)jOrgpbM(lOx zuR;v~d9}J^elB;6f;8*~9Ntkr?}`@I*9+}E_Bm(1SOyA`@a~GAnR9(2 zQ#>AH585rxW}Y=7_+g@lXRFH*T+3>0%Gs}|)D- z&SM-NMFh{kgkp0oFZw7BZ;v$Wu;r$`l~sUR5L%|bRNK>gt;PG+Vug4N#7SF7)z#kP zM|m5TWB=CP@{RQyYLje#W3sOJCct4i5W-TF&H%Hwi){h0;PtbneUjRne7mYnd|iFh zy;n0#d@b~weEUsae0znh!gUxwjZxHBXP7?GKBs&t5|dQp;F2TUL!=$8*q-2*^nWd; zXFvNDs9i!m`iq2m{mn72xAc@x1%-cbsnuyu&n9| z)J~A-(5Jz7Nr`)sd0?(h&i(5+-a?QL^)Gq%K_SJ&DC9+=Dm||x(^$5G=sTMM!(FoR zk%7K;4**rMZb-dX!gtrXQZ+oO2N|#BCj?ek9fY=k=eqblLaKykhhT7#Fe>JnZ^Agw z!(&=f=iL%R+S8=Mo?#|Vj(526wD!Po8#f<3+mfuY?Dr$u-(NtN+$1FxZz3#9+OTix zf9Xql*%l2lr~t}Um;KZIU?XDf&h2g)+g)CV0D({>-QOQllY%=^Fl7y$NX5h45<}lZYo>z_vlDPZh!wRBwGh-) z5!MtD)?^X7;S>*v8bpa0Oo^Bsv4*YTI08{vq*6J9Qt$%ly)^rSUYXF1LBH0lU0BrzEdpa(nXA_O= zeVu?Mx_h-6&W`H|I1pDd8M=<={xPWKa^X)#rs|qK`5RFE1QYdT#ck9==mDH@p?kws z_}IjkK-Q}52-ExcpviZ#?S%K5)6$8i1?VfDD#crN*mcraE!B$^VwW{nmn+pZGcK9@ ziicGSZf^%`B_-UzM(s{Sg-HDNHU(YruR!0-*Y7UD~CbVZ0-k*rL(O;(5L@ap5w4Ji#&wOJ=jAq3O zELvo$1|!{`v_qogy>6(YG1+#NY*J*xxdP~NI=ndV|_3@3#5fIKa!b^{&na3%Dc=1(86*8pTx9;JLfg*b*7LwAh}cM5va z@C6rvOfob8kY|^V0Av?);$~MTFb0PB{SNV4ew}(g4T9y6)Ns~|yku^;>Ia(eUQeP~ zF#dJC9d5EMXYvHMY57D7m-^|4ZPNYjSbtr?`o4^s_KBKW5xmCAmC}NAqUUoH?qY{I zGv>XE#QOK4-UKOH^s#xF9tQ?3ngb_#Ns^fjPRVdnFXfKh)Zk-4_#c?!f>GLkl#SU!D$??_pssrNck#Ee0;!N=4 zRCMF?*yHR12&nXJb*T4vF$|Zj28>+7(9Cs9&^;`r$nT2{7NT80P4&EEz~8Y?=2aD}DAeI2j76t~kpPqbSf zZ_Vn_^V0z`JdRWA(`nn-Ow)eXEWWoLsU!3x4KSA#!qBwG*PjP=6<$$3ub$f)Yu*U= zdsIhb;u^ANuk21X98<2z{$9g1G|`AJRgNSvY*1`@kkVt_-z?(hIsHy`Vq534=we=zlQ^H%WEhtwk-h1%WV z#2(ri(Ao{1^?dS-ht?WL5Pc7u7#x#fqvd~AvAuDlr{UduTlIdxKJbl^%D`(vbbP^X zVFQ{F*?EZ%fEIW*8I0V2UQ3$*y=1}G%W{INz=)yWx2_&f-QG47TQl<7uIoKTYZ+KC z`@N(YnQf|evK_>`adG~DJ4CK0t`sL~*eiNitHnN}Xumt=Q5}rqTGCMW<>yS$ir)AP zexb|C49nN%1#0g=Qz%D)r`k^dV}rq9k98f->)GL%d-E{Qr&fK7ERA1Jb8QE@H0oC} z-M(;up6xxhyZ-j+zQm-w<)#EDeCgt?#ERfnN|<98qh9fEEI<~X^LBOf)@OT?xX4Ww z9L4n@fO{uj&v;g!LFaPC zVEZlh2Xjs)uM3I)!(*+=ss_w#x&Uj>s_XpHodffpC4F7HkqPsD`qvxtHSp1j`NR7j z8^!u^Ivh=Id#TfKl3%q!1jQVg?dBDQ9gI)*=)Gm{Pg(g?9wd^{X)y&grI#tgQC^0! zU6a&(I)83?LtSEV@~$bUYNumZ!+I^%%}#s2!)(WXJgK1uN&_On zb{(HNxI-`%j-d%olTiX>$P~yt9sFTo093ZN&%!i>Kar8l(+Yn{d%!6;6GHG%iAJ{H zCG(BTMxBGmxAXMR0p=67x7QLi4)_W3Rt^m}si&j+bTzWo%TQwqA(=IL9{w2Z8Z z%Pv7h+^^WR<6tGnWx1PLCVe=~qEK)(rUQtSIA$9C0)xYpT1Q%G1{CuxBi$1Tl}8Mm z^Pl5fT|Oh6r4yDgkg)t?zS!|-E#k%^Jk?KpuIDoiw90~*F?aa{KUx}jnGYRP(?&5? z=8RGOw3SQ_Ff5C;fe|>I#8PV+(5!x$`bzA<<1GMP#1dLxx&W*|q^T(Anb~S+T~wMY zc)u65PSE1q(<(L%YLSo*F9BQvkt0>T{&0Q!QujnKFJp48#^?CQIIv?XxuOkqzB#4J zOY!01>#}imt+RkfjyXPyE^eRsGqFL%rJrvgS21;J$=^&q+_Tf8w?#P4o=d(TRxqDl zZgzJ%m($oM=w?cd-#w>J>ZSb=#>@FxK^{5$c5<-9a-y;Wy0s}_?rPM;nolk5;vt&9 zxuq;?Zrkj#oLkxG@-CgzoV2dG1$Oo9S44ez^(?7L{xKi5b)4-o{DiMt3}l%hr#RWn=U0 z9y4=k3wgAxv%P_|d(+PEjUQZnwYBx-@S!S;*j1&Fr5}I{`s8uOW)0&@!PAYtL4w@;Iyp|o6LNFHZOJ%|JS(PT|BRs#~qUW z%jmwLVm3!#<3{kz|NnDSdMLOa&6|~W3_Bw{;=Hjp3LwG5tLf8)KoWF&@WJ}|(%qAK z7T`E{{$8Rjx*1$EyjlkLomtq)tLc31^*9DDb-w|@M7%Sc!|7LKsh7d&=K`ECQ?4dR zIuql2x0bzOx3G8;N$wCfPevms1K3vFHflqx`cOYV&6@N3Glx($tj9kI$f=0NL1b!S zepbvcE`FfugqfzPC<9qa29l!KTJtz_RQ&FsAYN0313yX5nFl>314~K9o0}WI#sQL! zUAQD8YRz7lo&0BN+{!DHhO(ke&8IkeNk+zeS5XF*lnf4Mc1I~kHlPHp96}jtiuh7O ze9&nsM!6}?x|*^K9k-%oNyY$+Ec2m}zQdgy`=nw?De6f`Ts(ptJ9+Jbma9nLLBM7< z$zjUmy)> z9}kYn@}ZNCjQ)~gGLk-SwskU+uuM@I_kDe0e3T{cHJQ6#^&8FNNAwoS(cbnA>3VZR?-QycLHQBzK6Q*7 zO<7q61Q4iZ4=!1rJ#58Q}NkQ6{Di3UutH z5%*K2g+&JtR&Go4kdJc6TsTh%nm8NCY%!)u^ zz7wtO;cc$2eP((dWfLokh1nt}QrtdH5{gDeh#Yk#^WTPi@bNtr9cI!w6FT-^TZBMo z-Y@hEA?LJKXKU3{nji^$tC$G~(@M;?E1i2C_#%n3-BX(IiNb$`$|5@Z&<%5er#KbL z89WC6OuG!OQ-W{36jK+&qZQAqCDs8yyl!d?A_9ZYVyB^R+Iz#CL}-&$#rq?|k7iFt zSaSN5nMa1jFQ7MLn#ww#*8zj?*0hb#2!(jEOhf=3t0s@C0o|A60)vx-Mo`2F2Jrd1 z_Tz#BGsx`GTbzhS`^km-?jzXASubF;^EJwkx031G7>(sH2p*^%9a%rjaMp@{c@`=6 z5ox-Y3f7F8+!SB|+%c)rvm6KPbCn}A@Qp@XBsobB z1R2YfcnP`l(BIXWr}8&2msWNy3oH$CR?Ivrly|njvV7bt!Qgc%!?PA=o=@7_jf3el ze8JwJXPVt_rBaqCn)c1*kR@DjmlS`(m{m#?R<{IiZIacLDf>1OIl-hnythUeuM+qJ z_G6&?hm<0j9Adx02`?BYKviiz>lL>mnVpI!%>EUK1|mF?a!n++k~dTpB^c_Jh!2=Y zPH6|N5Co5!mA<`!7bdQUr%4fwhWP^4#92dCb8~x_0@KMqL)F;kgas*)%WM_hzL1=3 zlA!>j#<3`uOrr=(77)T1P~q|ZOig?kn)r_{8#LJD_-oZ%b9I>{>=qFI%*~P-RlsBl z$}gA_&S&^yq_qZwan7T$y?+yNha5}@ABj1oIV44mF~CxbLx03H@L_1+GxzCpKkUQC z455e_QWlI;2v`=_gNYeJ6(IaoB4c(fKn+wnYq`QY?d*P=-kc@z(J6i4${Tnl>I9mw zJkRWy$gv+y5gKF{c*Rloh!XN&94&{zU=>}MItr=c7A?TiK4;H+<`$j!`CQ5^N}``O zjWB;aQgu9nIM{U0UKboX6TtFrM%P8yNmkHz+WPOH6H)c=P`~ju3f&eaqjx2LzA_{eGWMs3{0Icxg z*0sXscrQm3kj43`W0Ll*ta(;Vv-dC2VCzalm+yC|!b_m@d61BxVUV1bZ zCI;Mq>;}}>Ri&ZO5(?Cn5QP-M+s6XuIa>l=P)15Q+~e@m(mv5w33~6=I~PCaV4l)V zU|`bnx@(9ga~kH8he64(T)pxuGZ#>1&9_*7T0GlTf>22gF8p0zssQPT0j*44^Gswe z0hJ(_NY`j(Uj}UHBT;Rh#lJE}9Z*bkNzo~45$qnlfc_LrPO<(X{4xe%HLHKFKCS^w z6yY0yICFoXfuy&(V}pi0Yh}lJY6DVCO?qloc5#_}|5^(Updy-+6#o~qxeg^q25%Mi z@^IlNyYx00TmY#d%oqdzr67G-;SV0^u@qJN6#)zEhHYi?)hYL#S3xlo*F+kJ*Ej)= zvNE7skBu2$1;rJz5APRYgbf z5rzBE-9$a3!UEQ`WcP4*^2%0_j>X!BaOEE2UhvgLt_9$2CKvFz+k}vCKpF@UHBweJ zndPu&#s&(^wJihguv0!Jpx5INrH;v#dRr5c6K#j+gLg~3DJ&UQWm9F zN96i&=XpnQcuGV8fso@F?Ls$sdvSQkNya1}L`IR=0<^1l%ZGC`9}S2(HYPHSF8Lj^5(9Q6ZRW z>eq&-Gb_Rf=XN+Ca*M^-a2nsVwB<&>5070Bfv*^vK?#1|>~K=b$B1n#d-5jd)w=o zEUMwY{y$|4V7ShIsK5eoqAc;Q0n8QQ8;q!SeCZBOmsl0E;h+E@%*qeL5ixCw2%b&u zH%OhyrwDl8G4c;|$nwvD)2;;0n1szp<&t|^WZM4KL}Z3lK|i8LMsz6mnwm)TED+?# z0M!QzhF4ix`YcpW|H$8GutHRkQ26tO0G34}X5=ZMM>|A@EyWVBCyZ{u^7OvIFj z%4x$ek5vXCTNk%4i=fB{FY7{Au5Sw|pcsTLky!j&#xz+%(^kR#s_xFF3sP1KqP%#e z_1nTvLu%>wWi!+*``J& zkP;Y)+7N|YqjX7|iIRUaj>MvJnJ3>3pFWE141mS?Y`Jez@Ioyj0HGW(+7FZ`-RH#u zyZvn?0koM#72xXwA2HH&fdnWgQZhC4Y+J_+@cN1*#}2^eZPNi& zO27;YA=))ZrY&|F!HmaJ!tI+wghH^R2aJ{Ao6!SoMGc4|(!&Q4A*mF3y&4FfGM&(a zGWN#n1bE8IP(iZ*k>Q2OO!1E3Y#;GdecFiCe?=#po9M>gwuQ6Ut9o9bss8`D@W~~D9CH(pA!4#QD`u@kHG{}cWJ(PL zQyXcfW%@os29Ekuf z884~@1~26ugQshl3xD=@_(sLzNK4vJS+R`s=wwwCes=E@!!4s?K6t-L`SS4?l&TEY z^!l2CAp~siS>R~9W?ObwM4P}VIU`YG4l0v#_}`XCgu7IR`Atl=9WCmM~dZhJrz$i(c)}l4=R}Nl)1*Yy}_3O3_BPY{r;lP#8Ci)39cBN z-^M4%3`oUk#q$f(Gxu}oGALRKRG7d!H5J8^63mr;U zIyspXz2Ze zFl$Ik>qat}hJBPuNt{4^`T3BD`9O!&n39+K#Q zf_w-$4H@yiB5qb2f2$J`5@%u$xc%Ta_>G1b^^h4G%rNn3BOVgxvc=S#LJ-l9dm1Jq z4UrPcem220<}78*M)QYLx)Nd`Y+9d#MqXp8M44->ksUxY{1=sggz9rAGX3LpO(mtYaC<@NHCM+{PZyz7qPzDV@Yw{3V`S~58fzw%mC`)z8l1T za!)cF5JbEyGVz;0en0%UEym69@ZXJsT`O=2?L2Hhow#asB@g)btWp>nQ)S0?8v6HgmW zI{48nIz$=M7$DKeIXIxOgMshvhM^J`5Yh+;Lo}w?SD_tAOMm^jCY{zX8QQ}bELnT1 z7N^v=LK&0<5R*O|N7d*u2M-jIkw2V-4 z$aK!$M25PXLavAymQzTl8w1`19k1WM*{8x-OP$++SkFV>OJU`pv&I5JJtRQ)l}zqb zqF+6Uaq{k#QmT(`c{Ui}D%kId6eWi%Us+oX5^&}!qDoOeObnmHxJY4ZQN;a4b?C(P zxzF&Ny5>+6CQq%(s0gDgGv6?lIXc>Rkg$twYZzb>nvaz!%+*I$%zG^&Yg@(aul0NM#*)VGpmjwNhOxIJ7!xh$=t+3fw>qk3WTbEX}Q z5vVImyMPOw?f7MbegYc&C5`1J%TYrMxzfW6?V(wOS)Z8^n9t49s^#h;{C$Z}=Sb7o z6Q8yg4nVh=XzU`2|A={}V%?8>pNF+D_930Xb7c(BzTb|XhD(Zu9sXwh*IoYjqW7!8!rL4+^0t`fcCWQUiNG+ZhADrGIYHi& zRq6CfhXsBvewj>}Lb7Z@d(UY~;x^y9QYlBFtYnby?RF|i{B)~7W2i~Ot0C=fJIjJC zv%VN6XDi2*)U7qu`*-11Xtxb0#eEoO@jk2UR!ky+=_Z>@r+VaYpSk2REcx$4o8`=? zan^G31;wFwR->plbBToQ;ICZ^K7(CgOb4q6GbdelKqhYfR^C!{l!cOZy*D>#H6~CN z&;O5!cL1_&X~G5Dwr$(CZQHhu(>71rwr$(C&C_=G^!;aE%-d^46e5dR`DJFUjGZ61 z61oDTK?OE~*F9h@k0}cWM4dt7abLmPs?4(ZEW%3MM#J;u|9GUTPcD!Ft5%o6=YV7c zIU9&(lQ@L=i|0!9P^{wm;_ZUL@3>$7cde{rk)MoICvIt%FJlA75S9(x?OFv@+Q z&U3#lsHTF00g08qk}Hcec>*n&%{g*ik9~QuOx*cHJk|7X68b5?(^NKPu{#vIm>X1z zs%fc0|Lhft{4q)r@PB37(m7{@E0h=tRSG%7X&Y{5sBNHaL~S+9P5qkp0cI#HkVs_- zexM3vlPZ~(QWYU+sRSb^1c7su|8?*D?5KPyaf>2jx$O&84a+^;I3d;S6sbwMWGCGk zXbvoepK2(rnysYmJg52=vLl-;w|_5XbXjmo4X@SkFPbwA4Vs-o4sbmG86>`dDT~y0 zT?AO_60T!}Qj8l~sMI2;=1M?q&S-ybg3=}#Z<&&*fb^=m6w0~nwRX3qL6$X_^*d2# zA^F=$MGk|G1#*&rRyvKeOC2(I5gQ$w`-jskhNXp**wrZ081i=QMCo6wZ7l13%CsoH zuQ{7J*Wu73?S5&nwJOqB*2xOnDAu_KF?ptQKWGbQ$}j1RDDL`+2C@BmmP1*LOB!-0 z^ybM3CP#*GOqZoI6-Dfc#(;N9o$l2Dk{RT!#(*T*_5*7>j%R z3j!~02tO&g91yzo{NTU96Z#iW#Sp5T6#H35I7)3UVMr~+G})*hhE7Uz1%H(W z@S&)3US)+5O?W;qA3HK;E09fFEuVh=~ zxKkX$C+h!~VOSfl3x1(7+{DyL;Xz}QwnzHiod3AzO^*8?_lzMsDNBf@ISwrf-Spr8 zaPn}~(`dAnds^;hypM_oj!uzGQfOnKuoXw{l}s-PO4E-s=P*Sy8?d%>2#zO7rvTv6 z8ZIv*GKejyCu4f3v^GLabk){4aA7P{k`Aii|GCI3>H9A!6E>-U7kr}B%1FBqR=AFl zmU$v9ONr9rDtbSVKcL5Ny}?|#cbv%Pyqo15LFEl!9;$+79rrDBLF0_)nF5|-rkEF757kn zx80NO+YjHKUVYc!pS-$hDB}o{z8uYZ-O<;%bJn-B;b7Xc`KBiCdwa?DE}Yp^XV|ns z5XL1()#@G!TOC)qZ>jJkIkSIBF!}Z%7yf))xbDn%E5A4Q2-5SV7$d4p2mE8p+Xp?D zs(o@(hzPj{!jFE4kxF0-usKj)*6ufmXyeuMt*))J5TJCFeHwejLxFWqyCU;+5AX3( z`>tyrjBAVKq2e2fJ&F-e@(|`FVEKfwD5l$pmtcifPf07j@w!4R{#)39lM9;O8&i@| zO&PB4I(R+(lKd-;8?%wWMZCqO=Ox?_VF6k`j3`b?l(Rd3&_kZjJQ>%$-OzrA%2U*A znD%GIUp4=q@O=-edoH6Z!XxYhp+AU@)zfdWoA~7Phdr%;7;~PD@Ul@P zU9ZQ`Q59K=DlS)75Bphz55d_%7{UluyN#>Yo&6p>veOA?qGr>(Q?R*fY~@r(Q82bB ze1?Kzu(+{AcL{SlHW|Y@yHQR@Z}QhjLVD;~lv$!4D%~3GQQ8Ar*$GxISN&y=HkNgU zw{$`)TpYizrl^uexAwbKZ&$$gIs3XA3{L7mmF>bgne8PqsrjTR|7F6W%jB zC!(C&Wlzlfox~N zt$fQa`ti@X%4W3`O^~7sjjkSbhd+C3hi0S!? z&9$;+cImRu)N9rD6>VI0zc72sA6MJms{eb=wXDq6;TPKujo|#H8E4S-KqQ126-9vW z%}N<{k-a}9=f{6w!5x3nw!3=Gp z9n73$qY)V;j@;fHBdVh%kOr_&#;aPwuZ3C(J;yNKINhZ zDObuUc~B3Tk{5*9k&zP-kn?L4{~5`W_q2mf`a0WX+S8ernWj>#{ArBa;37O|+>blu$jfX?Ro*yUhmi^K z60l6p7)D=&K@E<97do>vCcNauz08;XtQ~kj!4>BREJDa`r=?2yC*60`;1DoWq4H{U?kT6pa zzS2SBdUNSKwlJo9B@FE7_KrgMw|RZI0iDOu#Rc(K(OeUwnXI(lA)5QqS%qKGR8&Oi z6oTv?4`UrA6cgMZ;O;gIH!KT#BHDekpqN38^hVhT@)^yg2z3j~l2Kevstqe)AZ3Z5 zG=w}dcZG^Gl@cLAk>h&`8bc@%0TTv160eGDVg~g#A{~+T6BR~>SH@9bhkxrDKoK#A zR$kB=ldl@EMGk}{`N}fvXxXk6eaDl3+n002_^wJxJvEF=+i)LQt zqMY!ZRVD!i1x3T~0k$0Vs8(9$Z2avAuS~}t< zDYqDIHjVG&{*7Mz%NO1+4ezj*ReXJRPw2DSzAq@1KTmbb{7*&8w_A2k^s81SKc+ewt1!Xlgsd_t3_@8o!^~-;%c4TpFFyS+k6XtOWsqca$hq42Od#8Wj!v4e%>9*Qq!&W zxyRsO-Q%=-MK%ZHW3`iHR-54M3_tN}Q<6`Y#`B^vk+_hQUW7@GY~E z%b1oENl4N7g*K60C&i~M=_n-1lpj?!(R@1PbHHVM+gl1Qs_iaKJUX%K%X*w2P0H_x zahyBSWrUlDA-iCN-k*ZAEAFU%5w_*wyU@k1n>@?^p?f{*qh!d%($w{aM_ShRvsNv4 zan&nswK}zV-nhEicGHxWdURtp7j>n@@y;o_v&WiStV=s(@_pPW*IJ=erulvMyYBri zPUEWucjddXCarB_4V+rawfd+TI|i0E=d}0$+fcNr_Q7cOq8?e^yE&vM)k2=Hi_J=qU3xBp^xF@TKBG-$QzBXQm zQ>39Zpg`JTO_}cMQqlt)MN%%8-qShnD5rMLvBu^=e6^#_-aX>d+cggQ;Rwlj#lGWz zsT+;Xy>q5WCdmQO$$(Dh(3ZEd?%f{6fi1X|FoU_^kg$0B7pA>hg!fCKzq=&IEy;Mq zIM-s&4U=dLema5Yg>s_vh=t6@>;Xq4R_c(n-=+IFu$j~ix9t55+4#@9@;!8>c9#MD zU7Beke{J%XXXK2>sqJ`Pnd3TfA}=#Z+-3=LEG!1iN5ZMn@&qB6b+a{Q1KauT%0{X> zDSQTL`=~<9u(yx7^rhCDbAk@LekSz`**xNkD_2pH$ue2{Kk@NScd4Aaf+NdWX*xdI zcKe%{XXi+#)$H)vc$DLn@5BcvSFudEz=kj9*)0!v!yR^?`vjBYP;U#L9{%LdN0jkG zaV(qG)a2InMGy}yjev?!_j{JWOG0#Lh2%UidDgbX*L%HL(SMu=M_TfbuQYd4hB-zK zjP)-B$4#H`mAu7!QA5SOo)t}g^=_la-UxXy=Sz^BJ?trxH%Y{v_sEIpQ%Rpwi;1mv zjMwD)g}a6|&^i23enF1VbZ>wC!YomEPC3V4;Qn?!+m6%o6Q}DY@epjk@`8UX&#-#D zsFx49bJG#&A@FQC;?=ACTU$dKTKw~~^TBbT*l*d3C-|x9Fkc8>XLp5cJz6gr63!pV zT6|T{>w$iSbUNYnK`pbDVs^lLmx;&@t*1igx#bq5%E~!uP@U2;XE5{7)?U)={{UR6 z-!pR2OV{*1=Mt%%uRFj#yAc(Rj!cdIv)ZvO`~GhEfVKOgQ`4Bz}9POnmbJ2uo$Z|;xw^k=*}VOJW2WEr`56=+GuWSw>-2cJIsE8s?d5yCy18~Ajr%%2+_w9< z8c_HBT0C@lY2DR(Ie4!14z|MwIk~m>^@bnVzIFR#?(ueexp_VvwCDBw^!dsB*!4v% z$@D}&&CE=l75+S!t!m z<6^|~l@iCM@c0S#`JSl;1N(f7q$HJT`+2K4dDa)i;>n^D0AX0pI3H{5l5f7LE-w-> zFBXaAWG{W|LE_Y+mjFQmv<`|Tgx<)j{bMzKEus=f2xOk7B28XeSeIF473J9e`PKyn zyp_^b*1AiU&O~<_nj~Acya3>sSY>hqgjl5Mmq3Li7_m%To2PY#66d26DA^3OS2XG1 zR4J|(n3UBmpB9yPGMQ^{Wl@1fN)Hr6qaN243Ygs{WGc{NB#=W6Y?MgEu0xIBs8p7b zkvzJrvMr?yiv^7K7myM|*tCz;sE>gL4CVp{!SlIgU(1jNOAb#}x!n**S((-P2MS1&i&x=xEIe87TB#t6}KsA zcD0hfmw|mUxeLPbh}EoCvdrvu`rcB7Gz*U-W*|Sqng%g=s7T8Rk@Um_xdjmzNHzjW zOpkfJi+jgGfjsly3EYXc%Mbds&ohTe#Yb9LE?29ZN-25R!b z5tfoJ0W6*zI>7)|g*h6lV)y(}jq8JGq0%(ZA+0WQNNAFk=#vCdm7}c5eTO5?UjJWSP--?_QCTLNzr;u`Tb)Zvt+}WiQT{szF zr(2ftkBW=XgVhw2QDVontsEAXsCL> z%@YOK98gvx-@LMcyqqfkwC`51KuC`vtADkq#9KH9%1nGsp7%32-#I;gGsAZ@(VI!6- zh`F0quU;q~lU zu+@xY+JxPQCyB@gC3YbKD;ZA%4m&6V7Rsc-P;66RDsxsDD};C>OgD+^hNx5qS%kPD z!0x*Z;?zmzmkdhnTH*h*_y7>!1~-bVcxevjYF3sN*S46%*%N%7lo*+_IA`#A`unZw z+&5d+?c-L>RdhAy^(G*;GxsqgvYHLJ9SImS(id9LU}sh)i%p=6!RrF1F=qNSmtOU@ zpi0?{$jS<=K1X+^SG{MwB*l;|S?%Xplzy`pPSCQHnLA{lMWD66)R`m|lAwM~ymQ}Q zW*551s^}XYJ`J`ChaVGo(g`Ns4v1ZtCB9ePn(j)Oj3*~7n**-n3NH2n1WJF+hraHk zI{E6rmZVOYIPHSUmQ=H45s#sv`>=GDPPVBk!#19rH@=b-$ay3I^Jo&lEa;p^53FQi zl-C%R6cK0#4&V*8;IbuD%?s=rYk;zmz-xD}BSDn+oTeV*H6;u+{Xqma!~|?Kh_kmC z-2pXzoW-UX0$41i2ZE_ti|?s=J{o-KlX%tjq|ob}9!_7;Et&+07DVFaR)+`XPbGGOC&>iJ%N*Cg(T^AH6ne;TE118t@j`C+EH84qVn3B|5`v62E zcjAC6Ks!V!`EV%v5Y{mfX!0OH$Iu=7nVa5OIE&zEctRi9>6^Eoo-ijrnMRg}AmE07QGzabBQIdS{B9mOA zv>b=vNjA3Q&bGJ7hSpx)g|xcnou;`EI;d{<4|jXvK~{$yWB7)H9#-*m5w`XER;6Ck zd~BXq>Tn+`<@|n48RyM)QO$_hIW170(O6wVOOTnb(p znIBUFWhqzPTH*ybk?rWhzXr-Xfs*y{G1Ww<5G_ANLj_k&?co$R1huBBOM;YgIvJj% zNfl`AAggws7nAgs3Db(=wWW^o<7Ue9lw!)F4vV8kl>Hsz7jViR3p-&91=xVZ6#R8t zAM5c5l1oCa$LeA1P@DEhfg;Mrd;(&1MqogCDjtWBXc~5uGk48sQC4>i4#&-KtC~5H zHGyWvba*k=(Sh=+ciZu(IkP9bK_I&Y$7A`euU%u#epBK&(m&d~_Z4EjJ(lNU0Y6HS zNp_;mBFKS-U`FlePIVa=FxAiQ*#b1;&_f4G*`HfYe8kombv43Ib3|1alaocn6~8K- zQCe6hGC5`4NLhXqN zk!mI>s_1~#`96;RyTS%6nI*iD0NGm5o%9uAu6qF4mm#ASA#J44!`w+)W@SuOSTHyW zz9Yn>#Q41ukTi%(U=`O(OSND+GwNWM8@&~Y82}y$W*S6iu<9^>veq4JI$Z*DehzD>-m?u%6fw% zGFy3r0~_Q?6_SFt$!fX{opb1U9td+SOljwsaqBJk!!H>Wmc_eClEe2|y5&OzY}{ja zXpdmF=gv8839E5>vcO&bTUuKN=cx3uijXXzbFY}EOwfcAKO2A*FJ#&)$z#9-Xquk` zDre|h!1R2hJu7zpQpMHN723Xs=Ihl8sgZhvAA@li-8N+)n8(=jz@z{NL$TB66nNEh zF8UMvSB)@mGQa_|d9=o$8pA-t8Gxa|3Ht;?V=ePkb1KmP$5heo72kNv9E=ahOIIH z1cLCg5z2!asd4~JM~$@V7?-XxAg)Z`9Od6i_MoBaF#=bkmlvC2_OdDTcT;Mgn_A%T z9iqk)k+zB&FO6Q@1XZ34Cs3u5s_$h*`$d6ZjAa|3Mo98iRc|eo>Ql9~2CJEvZs1={ zUEt>U_5yUmn65v7`KIBtoz%Ica$%Q2YE3foiWaO2lmD~0ny9um;c2n)sreMzH&sWc z2@AnqMW|(ufoOeo3R`k=O2)KWa?~t12v7R1SY4SSR+pACuXFXQFSQAQi-~u=k4pZ) zQjn#(?#|RTtM?S}v$*BNb;Sifz|g3^bJ_OJ;{J zL}>vxrkb?n$)-^{h$5d9P(1ww1{1M-VO7X3!iebs+xeJh{|XHAovo0DNQ|+w3Xmkg z?Vm?P4kp4S#C=n@=0=C zkgT_Ym9{8iO|XJktP&VYVY#r9)5IgeRj`%9p5&WCY-5TZ&#pYyhhr`b<6>;k8$HCx zj2pVR!~iayv5^#LnG+t^V?FG%6%)J?37)xRZV2A=nz`pl!r4>qvGA8|jSPB>~oelyW$W3~a_!9>uNS7)pa zmKdInadrVeWkv+n@jhhO@E>_qYZJT+>|e563Kgh!p_|xA3x%>rrP=ld2^La-SQ`_R zxvPqDx0VDJ)IB>XLBr7=Gcl=TZUDycbjjbTV$P{4KZ~t450J}SgZ7cG*Ouq#BwjK! zdzJ*>_tXm^Qt0ixEXhqL18lLYX3M9unF(ArtS4y0wI9wfpCglGYvQ9zl4Rj!xzEoR z(@O+!M~M@q*8$ckn@QWK6%v{?#9HrPoQu|qJ~p(KVN59mz8J#G;enwnYUf}1a0 zQp@GQlEYcmRT26XIQm#|vo`T<$fvSS5iHfvMJ8Y$Y2QU&6P*biJ`-UhmOF-MxLbV-8AA=K;w0 zNk(f&R*rh7thQ`%<_wIC#)3%tM@huuvo7H#?h~ZJ5PXuPosaMd0AZuNnJ6#_09n5b zFlYeSh$QARPkrh#eYdp_X#N zbZ8xpC((1mLaU%lPORvS!?T8DSp+ryO(;ZxdqvfxSpe;gdUFW?B*{e_Asv*-D)h<8 ztnJ?jtGjY2Qhzk=s21Kq+9yY1NU{JPW`-TQ30qTHb@gSe?xk^(5YRsfYj2E?ZX*<+2F3Zv~lyDTG!!Ir(hW~)eF@g&KwIt0b0J+J7 zMKh)R3Qxe&0wORkF?2tuR6)?=#AYXCQMsu$XEsyiKUe~m>D;?QQqa7!%=c7 zpyOoeA)EP8ioO+9-xa1Tq(J4mgU@A5$x!k8&p6XYsW(%+Ndbn2eyeZ;B`T3DXTU(6|}`yk=GnF!#65rz9r)c`X*7;-?cV=BnN1{E^fyW80P08bmth#S0vv@9= zyP9KTM#5~V+$|1N))()yqs9USjCpJ-ico?uCFNEkS&2!7`$h8(8xA!nE;GT%MTOTm zzb*jgToKDYNF9fnEj=)KL?p7hnOy|309H_F()t1cIoJRs!lA?rl3V}=xHE5SuD1A3FmEpoc+2LGW z)b?_Nb|wTF=1QJ}cPaj5@-Ev)LoUsrF_Z^sY%m*Nm*zLV~ z99lRetB+OpU2YRHsrKX2N9R+2GVwYuWwR%#{S%wze?pLcC304fe_2KNTa|4D z_n+|f&!+q*d>0WfqVDbXNI)IfdL0)XtuE=mwd_ZpM8A~BTO>m6cf~J$kFu!FLg8;+ z0bzy?Gg(s`4hJSQa`!gCj!bCe8}b<(=XKi5r6|`c8fS^A!J#+#3G?G2LZt8WbWM2 z#+$)pWw|9fXtflzoq{bVB1z~b(1|Ix??tnqBJ3qZ|H2UNfQTrEV4@n?h9qHruL15p z$oaFel(MoIS-Dl9?k765w%8~M%AGnnUibZeG zm3#ZOZGiKzB(&`1B9dIjc{*e#d{=%1g%k)E#@&m~cHpr~Nv|i#sQ>|3tO$uZqC5 z@#VZT+56S^_cEPvrbIOgB@Zv{ll|(VVb_PLbQ&*eH+DU+Xv~!!>u2Mi+3hw{$dN%= zRWm$TwFl0X?@{ysP^=Gap=+~jQ)2#RH~W-pf$zh?BZ$1;12@Z}I9I!Mlx$JPVWZ~5CIZ{KC_tlqKd5ga4I6{qZ4?r65 zAGcUWo<<@Yr>{6Fyg4S&0hNM#`K!uOM|B-{9eQzws)r^S)ZytBV}2+$$pCY~M$k(E z50B>`6p3nQ@u10-iW9mzE_9i4m7-X1V5(%m815JS`pb-I zDIAu4e&iDl4VB`0tE(NByCTMazWm>9HDx|jxhzrc@~=EL%z8PtY?&IAsF1`L)Oh!dBjbHS9S&6r1W6=~65 zAF6Zxua>c+VYVlKUX_0OY`C%*=1s~yUS4l#US!WBp@MhWc>*ipBHyutsRGwM=Rdcy zI6m;dH>{2u&Fps&2^*iK8)2GVkOnc03DY*$CxmTaG; zucTISpHyxDiOmJ9Svq0^;qs6A&iWM#%pkz4>N{9wc5mn)Nd}4|Kz|_gC}eQ(+AN@l zKi5z(%>GiuBB5Op+j?W~x*QIBP_SWh$|<>50BEEL>l|`iUJ;oE;o%llS&dn>n3vzf z!)o6@WL%p)sl4y}QrDs~+GSeq#4Bbk3WSf0vh#e3BUsU52|A=@%194LoO6&^szS9e zQ`IFGAaOlt{But!7EuLqiUuPx4L+;IjEb`J$jI1J@{V95Z4lQ#MD%7tVnE;l8PpD< zwLB>Ffe$3m=>SG#CN?d3>JCO_iWh;n#gTb(3Pr;*44jZ#*{dSi1~I4)NtGcTsLX`K zf!f#du+6FWNug3@&50GuT;vtL4yDaNt8!M2#gjCXXRuw*O0+1AQ|s#fz0uY;cIo@H zlK>ovlaFrD>3#7$l!4;m56^w44~zW5xR+wCheMwxoSw~7oHjzm5{WYGV$H|!P8BuC zxJM>FzGQ(QqFT`a_mCX8(^DYHwITxLO6=H5F|Cy6Gp+Sjro!bjUcgz0n6Z$MkHlJ?l&)Gi0Qdb*+*9G68Qtb@;{PT5P z*zf!hygc1~o8SMhk7?mSjBKb@<9Q%3004EE|0n8Egq{8Wje6AZc2HTy{JG&hwPRZc zx&MOzQ!OH3PF{Hs*7GE^Pn zwp4{AG_?y-Ay`3E0w@qR^XmB}dpon+eN}GL(#-G8Z`ZxY`FYEE_9gpPhp50+zS|E- z$hxw<1-5}YZT~QEWGS6STIMArG${2u-)u<5k=gqG|Ne<9QLKn zp7hJ!{~k&4+31hYus*)4$)JZaRHtVL$Ebvo|w%k+bcU zUv`P1;p2M`IGhrG^GR^frjpDVe59&~h9VNT)Fxy5^h3Lz4|Ds9Z*s@dA9%l&U}#Xj zO!Y61CHJ2Zq;u~(sYreZu z%^zx|VjFl>4Igm3MlaR$kyH6Ur_U{Mp9y});#aoh;G!F`JVrk;C+OE+he99Dqx^W5 zA4I!1A95wz?l(IUo1>m9Y=at4(W>l($Ib4Awn8%eb`OZ`xyoJc5K4R(44y;JQ6$3; zMDa$t{!icDAp}EA_{RY+FxTjWrGBDz4ml-Rs1-Pml<(63W}8s-4h^Z#|GeA37)R8O9!E&ef0QIp^-Vp>UgaICW3p0mg_tjfl*g{IogU#1xcS{o55 zw#;!afxr*gSAo^uuRYvDfDZ#1gnbD-CPohLyPKd+2nfq)gv}q&$k14w;D`Pi2+Jg1?S;dJzxTWmuk`B#G|@iyPdVZH^WNhq=IqHwHe#$iO8%s z6o+1ablu-FW!}BMH|EYB4~+fZVCyPo>`z2pWb;uyo*A(D#bIwHzZ=pE&$&A4xzxtE z8^-8^F&Wl%E_}5!ZO|(|X?Le{=hv%#>pNkrt{pzZp5XS#z3}WSonh$1;Q6px_EbP% zy541xIp{&q{Epy3%UKzh===cbq?S!sYAByZJpOb}MljQ76ya_+0<)4{# z=@Wo&5u!_6nw%8v`zPx(Kn$GI_s?mI$v*FuIyJ(ne^d)(y+zITsQ==TU!Lq6M@$O? z{Q1{=%evEW2=w!oqJqJycdFK*&RApI@K7yBihbPatLZ$S&{SE|WoLtJhmD>|jI$D- zz6+zVjxrx=?m5ky=DrDtr=NUvM3{^v>Bannb=~!uz!=e5N#P=kY9s78br=ibFw zIR_4GtP_k*tcYT)k3y`kQY;6ZyxEU_u}uF?cJ#W;fFISQ*(QNG<;*$cn)@L*qG#wG zp0tiCQ=|n=!~9u24s}h=TN~q%Y+r(IBvT!Xryb!oOuaEygWa#U-@x-`T3cwU6fCmse9?)e-4wKyzq4o#sYa*^_Ka z7Q)e}RTsbR73V$#a)~}nBM1DVBZNT2bp>=xx{p73=Tcss;4<)5HCHhZ>?m$?Owv7} zP>X53^gQl`iEBfs;Dq??f z@AN{|1NxrK3eetMFN(9)b5KWcS@})6dkj^s9sr-ulg^vMWDEn7qeR7Pg-u6px`Dl|veyl8+W>Y2UZH1CmlXG_4EO zmoByby4sW5;d1j0VV-U1UP3rPxHPEV2dy9mK?Ww9Es33tofQDNXt zJC)te5f){*Z=XJakhzFfMmL{~Tx_-EYE}J*$@9^-7lzPvXHQfzOouRnIv!iQiNvk- z!cjoJPlh?R;f(@cu8d1?J0u~N*{EPfypyM1Cmw`gWcT3VMjxO#^~WdS<~evTcoP6$ zOZU>YCpr(%QN||UFWxfdjhA3Yy@-4;zznMIbphjn3g>X++a@`Ee`;)EBcs@>aSfMq zdcj2mRP%(=GV(rSOU7+sWTtT}-!NaMvVs4Fj{QnjV4r6V=uP$=zr8*ps0V&}1S^<| zvAU9d5k3*b2jWo~Zh6_ETNhH%iFrt<5AnZ!z$M)bmvRH@Y!!fhrEP`C?uq!Q2M)*Sr)7-#Pvpuo<&?ZSOBu6U}iyQOF-I3;ODuz8{ zWZM?j1b8SpnLg&}csM@Aw2)XDe?n!RYi@l|Vgv&n{MrF_TD1blX`U*p?)bjiyEc2Y zBKhaq@NA;=0e8kat2ARm)1SW(FR4a&rXsuVeJav-EWw+HP(qPjc1FN=rJ)q0i==9D zKI&!g2jJhbM}hF+y1D%Udwg@BVX?pGF5*~WU+V=s-li|o{n8LZQ5VMp%;SSb60}BX z&xC>Y$`$Z9hdh$xCbs+r9=MIsTe~htlG_EL1m_oIlDJI} zdCMhG{8p{w`3=cJkId++PTVBuAl!ZzN3`<`%aN+8`PwQx!66< zGNe1lfM-!pL>UgBC5XRt0FSPakL8GwAi?b|HF3z9i53fuf zBksB7BgnF27(aEVeF-WNKH-=>@vr5w9>nVntvIX$q?}5)hcab%c*hqcqB=ZhYlWAB z+2`#M+5GV?anMfylsDkp`%c*k z>@^uX~QG!%~%a4X$Shi}JB|Yc>}%Yh5g3y9)}^ zAdW9Ed}TL)?Sfa;1Q)Rc&q4~<_3*9Wh_!-476>0S8WSxGA%a(|)I~bpRk~sF@y5zF zn)&aZLh<*1PfP4Lw>_!$fd@Rb=NiqhBf4EVsrG}3K9<~`L@Bi-L?f)~0ukZi) zdUUbA__f;kOin`)7Of zDffkctEZR$^=f!iy?4v+_4Pvl@B6D(-}m8t@cQ~=m+$?SeRuoY{AGDN%)NF8uW7Z{ z+kMsd>l+@t_x1g&-+k5H-T(R>-(KJM<;VYFIuqZo3*NHI|Dgu^c4ybW&HH0heD-$7 z&;50M_QiesX7jJ&*IQ}n;`Xlp?aj%vJvZz&Uqza}x9^8Q$TmLLE3wNj_3n4W&vIia zy<6|r*Rv_V&g?dazP|rM0sik6%IESU%0Ev-0B}AX&RuV=vEGfdaXIupzuli)tWTc) zENQj|S-yaG`fq<8-gd73&g-+SajCbr-T&*bW;&G{`1@dz-*tB@`loKizDEE1uJncf zO4jw|R9$y<{O1gg@9iNfNPg%hsq~}7?=rmhm`n&cKVnYAf+#Brf}I}!O;cyGvnAJ0 zi**%kPB6eB036!l-@B&Qs~E=NRsTQPiDUji79TGwqO2to=K)Fq4~yy=P3zw-`k3~c z=8%s1?-Ww?wlfg3lMyNN9TqO~5zEa)G!fUnW?4WY2?KzN|4s^n)LrY$AX^iFeb0P##aVHPSx;nrkB7pAXR0}e$E;alA}p{0dm3*@fxD~N z-Xaz`txe4ZE?V4C7`Ak^G1nU}n{0w5^_pr`x!c*aP(8Xa|9k1?R|B^*#NO-Xz^bU4~jy{52$h3f=4Xj zX62-`&FYhLG^~47Z1T20s!K}br5WL*L%}=m_1rP#vpOMgU1JL#xmYgIF zU=^BHiXdH~C)H8!P|VS5KEoZw&lK7w)i^*}7Vu&2lO2R}BH=y($KAD;vJycVmyi^Br6bnN7Qr|RIOrP7{%`(EjW zY{ww(rOy}hCZ0AFE!jZgqX7<>o?Y9yhg-lWpEYC~WZByH`%f4kXn591PJ{xc!;eyI zk9br@iU`)9(U>+(j5oFWLjS^&GpG3BRwpU22tQhX1k)^94Ps-#r!W%X6HGs%Mmz*9 z+^5J$pCy@Tkzw%R1BvIt{Colua~NieArem~RRXpexUxyC5}=x)z%DfYaRFdvk(h;4 zYKK`-ZK>xV$EQg7E@&ZsvV|}|#sVTm1RyO56%YhDDk4+NkE@+g8uhg4DWCxASY1P) zhzJl#!~UglFbE437=K#8bZ_ZjVZAshbLis`Hj|bWzLh?sh;K<*xDSoO?49ai08%m& z60o8JX_;HW;+82!bZAHTX9HoAXRNvrQ;hg8H9FvtA=Y$ta+p-IX{9l^`iXl3?ytqROlW2h%xmAP_S9s4W5*i{`Hc0m~pC(`yzWoL}eWR5OS zk*Zy@K9118)X}UsrQ>yvizpq70hDmT1!alJ-2$-z>4ch%w_HboI1?fR)rxhq%4DDI zeb}fh=hJIa(qmsxgc%Sl5&*Cf>s-Mbg^G9y!JsXrgnTkt(|0LB`*v(mB6u{4%CQaJF1tw9Da6g-Pg<#lW+jq(1qoEop`BI8M1;W=bXA^m9?T;$i5PwiF zJTqKO;j+}_v%sI?ht-Pt%7Qd+Q9N%VmT8=C9#&>GMmyH3wgDO&w(jt;pNE)iKf#sV zu#D9R%%(h*f{`|08L0L7sxa6?KeNS5X(sek)yxV+=F}$c%}7-t`xB0Z&Qcb3!m{PQuD@`~il^w3(oU@>efd1|uf7R$B{L(nkd@ZZ1^(ZX=*F@1pi;_Z8DT9j zB~7_M5CMjW6n`MdXw+n)S*F}tvdRYu2j!J`l2#NICfQOUQe;8U-Li#c*A$FrT75w* zUmsn-h(vU+@!p{I%6Kz#eAb3{-O6}FCRr3Gousi+^h!GN$P)KMo3fy-#=)956lig~ zP+bM9*YecJl7Q81u=%#)GY@G^T=y=$y-98?C1`UyAQa~V$0NX84~%hCgP*QEitHzo z0S2|rhQzr^jc5$EYl-S<)CDFVw-a;B2c`c?YdLrzc$h%SE;E@S1!@73_$6U6$GFB- zp{5Hr;JVg4(8lyr5KwweG8b-_lbcfLMiMGh>d#Hn|N#n`X|>!9Cq1b@+k zBQ8`vS9TY`+_FYS2>xSY)X+ecm9|rej0`Q~a)D=hUpuwA2l^#LO=S8^53i z772n<7%uEy7=(p|uNakn=)L+&^!~0D60i68)seNhw0w95tdM0v|PJT?tR=2b0*_74-DkLjRpm5>zpBPzGl%UOGoyQArfABvNQ{O z@et;v@3x7xVD~q`&9kmT2eK4FL?F(Y1rAiI#pi$) zHcPGb);9%;lkEf>mAkE%`vHXOMtLPMjlCEQ7V(awubKgno>569E*iqq5(+YWsd@}@G1Fd;1bRAz*@fS}8yV(Z3Ya#9V(`lAU0 z@)BH|6dxy|?mZ>d5H0B?m6dKuq-s-anpW%qn7Yvz$9l!WBB`Klux2nvnXtK(aP`__ zk+Yy}y9hvnB#43Vetagy2%{#z*m;@_i>zW<4onC~JkcMyr@T+IFT+7BR5_JE8A7M~ znT;prcqbNKz!3C5L<8?FFqTAVPny-O3IWl09PB=3zF5||K!A;Wm9W#b8Lq@kp)K4sUvb@2}e*FEu{WY!J2)a)5y4w zm!birOm_OV(r{`h07)KL({oAfTgvT9VGc3VA(wY;rR0veLy3AUVE~@2HvyN)t8%!E zKCHABU^H8h7Exn{tP<92OgFGK`{Oxn(kd~oxCT|3dLj%;&2HSK5hCiSdaxf6z8Xy_ zMN#mEHC0d7UpN-#HL6WnA((->;QJ(&^}nOIQ6;9ZHWisBm{U@yGCZ>sN{v%^GC(?B zG@+uaE7kHofW4EDzB4{?!C=0)NEum2_@-_-iUk2p85f<7kcXzEYp-eV;7*WDA005G z8l|&H1r0{hcL@v0#Sq8Yic7fQ!NyBE9!gF1XFWbHoPlZud!TQ>Q4K(vKRizlcn6B{ zFAPezldEZX+N0|O(7ni;EOlPb)E#-IC_BcDsogQQr~1Nux|gRV+(sm=F5gbvZrD>QtV z>wM!!6tl=)VzfnW7lhQxF}+pLdqxcVLq;EKcYaD@rmP%YbN~sOu(tqG{H$rB0PX;R zJc=Q%)s_Oo;71kx1aP7o3au-5UR$8lJUV8CX=qA;P?jzoAxhiV(H=>wa#9q5oH=XD27Qncv|7z-7bc?=^f z@rDZO~EfkQoVkbs4aq1evew~a4LV`DhHF86U zsfh`Nq#QcP3trV(mWKtRnp-WM#6^N?;*ylYaLTYI`Xma)77|rhU5O1Nt+ zN%2Jj^$PFN0DMhLNHZ<7Lo8)2T$!tBN-0g8QX#ll|BL8@YN<2I=c)m(6^+51I9MBM|`5RRQivXzlhG~uP&P(KQWcNz#Td5 zVp^TF@;P=VRpkSD{SGx%A=baR8mQ~wSZeB+DK(UWBd?4e1xd|GpXlnnY;&|^ zE3$c9#}jJDwy>qPYiX*vvUO%Dca`FRQwUGV#0;BQ@@ua^K>`0j zXgLVl0%@gSUpPMUoz4$c;a^9ne#-PEOEd&y37=CaPKM4v=7TZPq@P#EhUNzUFc%SL z^g>vs^Q|`lF+1uVgu>{X2nl%8fw<5SFJ#CD!@8=A-im6PFNui z!di9q3?@BVAy}m#Ti0ak>ND?i6!J6vB(f&gU8#MOcFOH|$ym93F^N*a&-9q+sCyEXcD=0AQb|fND`%s-p;!HrYB1DZKW5G$~as$$k(m+OeVuY~P*cUmRD%N)* z)Tb5>P%%!2S>DiG$Wfe^B1`68%1F~Ag#cKf9Sh~1XQ1ma_iL945SSR25C){61408+ z1CgNvWxxWCcb;R3jYkHATwe-2CP(P>Mp*BzM|FJ z_Z>)*R?GANbTPj6GeGk4nYy$Tr!SWJ9Ou!n2@2F}%j#yNZD zYJx?jfSPnQ+LGeP@K_$}d7zoP8qrH}B!#QY)hFXzlyi1*$Cx{qpiG}+ti{H zsK#-Y)Sy`D;D90p25cw7P}4C8SAiUJa?1#iIS8ti6t81!!C}$5eva#r5in&0K-hu0 zo=PZ8z9XSNM?wI$BnYH-5d~}yGl#NiW9rera}kz#dcDdEEEQP+*-`6#PDJ3DNlFlj zr1uJX_au%ogt(Gyh-V7akcqC2aF{(aApwTM27~$LOAD*4>-Xp93wdsH>}7=_5Mwlo zO}YUmQw^e(s`{&T<8w&HKszF5B#M;)0xY!Vpg@b5WsO*&jK)h;doh6p#oyEk)B@#7 z*?|<5HO8I+MVH?(`&BJ8%)_OW zF$ys^9cRXw<_&Gj3_vgGQZ(G_$K2!~LweBD>Cf?Kb2PD(C;%zt88oqW)lWpJR_&N8 zWa24d>b7K1;3{w#S#eGja%Mg)Y5eMVXe(2+ zN{!ZbfwcYdbK(W~0)bk^`m^~cC~}A8ciR$FwJ0|N_%P#KJ72}C* zi(aG>BF4l0i+4V3hZV9&Wx+r(jU;Jv`v!m{MxlBBh8jN*)D9s}Az8ON&RCR?x@)q+&U=zmL6nGC~mupic&4 zx&bZvl8f`Q@)pUSEA8cf&OBZ}iT-up;~Pi)v+KV>CW@&Z=+E&7N~!Xom)+oPHBL@b zzl50X$=s?GiP-x(XoCOGRP1(L7-B3TvV^nVy1+(khn^FW&WKbDe=C~^?_x_fm#v)zpL>b#_usiM(_TH}+}%1(7Ja{YK72&{4*Sd> zt6cn4^o^hHUL%glbZAWBxA930B(L-2+^!_kKsOjrx1WG}@_Vk)fM@x<&nQjYBmws$ zB64NETlyl|xao4{?yVh_W$~V7ujsGJ%qD#PQT~Mc9q~`&d2Goy>bGyfvwgm|Bnth1 zNp@TAVPW@Hk;39}#Hthcbj}=e%2VyEaZTd@$I8A%xF@g7VTI7V{0%|(=94(KXWMx` zI-P~6-DpRw6aMY}^TB$+$1l|mOZo1Qo`LtU_}mqaJhOApy{juOSdXSA*On7Mk=f$D zH!M%Ne)gyr6H zK#8LMd1O2)`lo#I%?DkodyXZl7aQh3N#C5?-Hhdf&wO-rWkIEaoX zteUo%%(K?p!6Cm_XfTUIu*Ik+C){ULeVf@WlFY>@&l&GbyaS1161nK+7r>x&@!;}l ztNQ!ZJ;QN;p_?yy&UN2^;>-;>J6qsgOYoWBVR+NdUpyVHx`v(bXBj-rWU{_+Eu_Y) zmzDJVonrtWsrQ77**+d}%Re0AbA>E{=fgrm_Q0VD!&kzASInsjDvEyn(*+_yFnbGJ59p)?mM&Gbvp^?fKxU#yd1G zcFRMT8KH7_nGu~88j1Cl+2Ds?V~n%%jJSRfMBa>-@!gs?d(t@ct8^c%qLs87_RG8l z(8~r>S$HH10~)iL-InfUpZ`T}_zDIE3lKK!W9>&1`3k@MZ|F5mnud9m>0>r^VfWS!TMr)Nok%h&3vOf{cs6opT`5j}hejcb1HUrPcJY9iM=w@+!5-L$pdV&}5){=Q2sG3R7+ z@t=6ho#fQJbOCeOXPqrnK0(J#@aQtW!%D$`#i3Za3P{jINFqBCPo2YrJm^ArB#q>x zrCfPXJJd+#O-`?(pcRtV6V_whNbRL?MfQRn^E!GF`?xMFsu7O!7`E`gI91XYyG=Am zF{nNg5G`liVBZqokea#FpOF%zN2RRcMJFBRy#{SN@k=J133*tUM6hl$DJf7H+w)m(i6X292IetVq z9pnxzHK?XH1LoBKFmyv}N;)J?PX~M~R`$QOot6O2&H<8<79$hnw~TnD{Zq1?odLkb zipSX(Ko5G8OuRcaR%nZ=dvY$er95l zh@2L_)RbE#C4dY665hjs`yE>!{{UNAptz~H`2AI!X=?JLh;{t}gBQ2~eOfyUdfGS( zY2CDTyU@*LDNYenulTPK^};FE)w@^q*Q{9JU`+V1v2yGoD2P_NnNxY^QPT-JMe`L>FWY;M;^{wFu~++WSV zxmQzHKN+{HR_%HFXWN^%Ojq#G?$JEIq#Jq8)`}~pmGfr!2kBtDi1txG2a~Qa^TAs_ zXD6ludj`IKdxRHpKE#EX_4*E2?~{!g3Ns2PAR4~UtJFH1I!U3FKsmv3JH8vV{4x`N zT0r&@bl&g{du3KY5zWeojS0Nf)FGhZG8gNQSDBH##vt$CqM&tkY}pT+x9RuG>}@?c zukgr^iDAZs!vf$W9fA7pOrxzlVvu7tj|4dqXCT&V^Vae;y=6N&*#|Wc@7PR*#S+o5 z%eb;j(Of2*RrJ4nWtQ+$B-7>iMc|m0X8PNRVILTAG9qNe;1^A_=b|h*Y9;Fmi)w!} z@%+rN@G@P93a@Hnih{}>MP)0!M{CeBs>kJpc>&IaoJg1(d$-4F@CG@D|Di)J3$D+? zS3Dj{U|4O4cm5!1>dtcSh)=sSM?QEyqm+u=k!cEwD#Jg}x?dM{Tx;Ud3GvN~O(y=>oGUyn(Ma#Gf2AK-nr z8AP}3@>@N2e!p?t={P9V*dMeT_Uh~oF%RRl_e7XS>x%VadPRENtkJD9-^tvE=x`4) zPn_O!abct}f}CMP9eu)IN^B-rD@GJC4=U*Vq?$f6PrfnxCwXCedB=;#qmG#4k0-n{ zdEK8z%GARHGNz;l?Y|^V2@1^QYUHE`>7g+Ug3HL4P6b5(D+`R00~#L$Dmo^=Da)DA zoIw<^gPq0ZPd(G9vsjQT#Q|9*Bzv9`#R*(D&k3g&cgos|f9qJj${c#!h{?KWj;$^S zdl058%7@O<{Aj<*TqOQWFKr2#{j3?j@Qkl-%Jq3FwB&#ba`X`=8eMpOSap*T$&MN| zXTq!PvY4=uoE$vNj&m+BAYh7O;>S{FKw>_u`!X@%GyUA@5_&8lHYYMS2)))4*pPCR z^D}xXG5C;l2f*~Mbi1ON6HXX6`v3$kaM0#K4y;ksz!tfdF3_a%YMY(1o(Uv{8P(YG zH^eLBI=e*-86j?lTD>%I;`{Mkgnk?s8cCTZwoVf1(<#CGE3Y=DKlwfb(8hhx`=bN|WL@Ta zIk0sJ5a-W%;KX^}q&cAc%#G}fyg&I98{Cc`uEsuCi`c|eCa03S@pRzzaU(-Qed!FC zw-f?roSyJINW+xS2p%16WA*f=nwh1(>5ARD5;yYW3v)nBtFo=4tTN!)36H^~Nd+&y zGw`nW83uTfJ0nJ>>N+o$3&1&sY_m3eWtr@bSg*bet>U?EB+&cUYdh|R%qyO5cAU;y zrcAaU>Dp!TXy$2L@;evsZ373NOr6jiwTHxawVr;wS83X&P#i+8;?%LmC_WZH>SHjF z37*3N3W4&^!&#BeToPHqDA1%6c|Z;i9ET~)GS%r(3{W;Zk_JPxRfshdSWr$z%%dW$ z+07EmTnKOiWD{)dS33jRw)_PH)gt|4NEoh#79Ole7fbsx)#txy&I> z>h)ugiQ8G&NMp7S?2OZ9`Y8_34uDG*0(naD~l;hv%s6vac~T zlfraL&poKK0q8L+6V${9Z2BBgTFkQ`te?XQs-k(V0xm*JyH5AF~_WBGe*$&%r5@R6SAMuqshK2LCvpKJ^eSz88*T)&am< zA0KkQJvCxyr#nSQJ6YF0EOz-<@Zt7W1&`u`Ep3ad59kR#_A_3+y&DJvNf6TU-bM^f~<8AzLjvzMEy zXtgeSt3mHlII-)=%CEBPv9*EDYCU;xdv)&1ZFlJVigmuuYCu=qh7}w9kABZ3)iJ0e z%EmADxW9#bmW0OCVA)O8u07WJ-ZUE**=*Law=?-YNDcJ%J!{b&>kYj!x*u-T7netO z@IMaQ2b$w+wLhCZY?jHs)gHv>YLje?XpS}WW>c8nMBP|Vm?rI-A0BKmqma;;9}X?& z`#xOb?`pB@9IXP4GxVyB#zYGhaLd$5LO8-G_r<_j{DLQU@E?SKubdU(m_<`Zv; zRtUEU&n3dOn*NU!z|;e4G-p9nW6dz0LhRYA)ndNT9ls;HBRbud+FtRC>@(1$`Zv;k zy$CQKgRRz*&f;%w@LDj+Rk@Sk4_ZffjPdMO-ehF|LSZLAmi~}iJ1}Mhk&%flwYagj zlrRbJtVsEVsAva3%*`H_31F@jXdDEN{dnw`P#WuM0>>GEV8IL&;0D#&m$p3xQ@V~z~wEi#J@~fxsI}94|gAr}~ zfSDW3A-BE`SvwvDWSm_%XKi32kx&-N!vE`;B9z9J+If7_M`fE1Loh&5UjA;We2_?! zM$h-*Gj28R`+>ivC;j7me);Lp{-@NNOW*%%Z~OW~o&DCYqrKgC&iBDZugCA-^U3z0 z{?5+UPS4N9aHl&wo-S|K$K(DF-{-|Xb?9wLug@#ho5b_>{qu3$?(PoGx8}~*zwyG# z{rSe!ANPlk%CN!0n~OW*xkZnse|KTKJ{!O7U(Szrzn|}iclEb>eqPH5<#T&K-&%K- z-d~j5Z|(HDJii7zpY(72yF7ipAM43$d;I+$p0`J5$7X-NR^@rU@19Rio<`xn-j3nf zf3|%;POfKnd%50wzE5*^U3R;_x95Mk_kQNQYQOVozxw0y@CE<#%{;63{kmv7mHI^Q ze>1{fYros$`E)0|+vWK*csKg(_ff*_<2GEu|8?)+^)S2py|tL>kAu+hM#Rwjy{w)q zRMxTUdO^L;>**Ts@wHv6%j@Ixx;#kFe;an$j(vK0X)gbMch~Cw`X1=v@WLx3MG6kR zy`75Fa|q1Ib?*OFIGfAY;q^UD?qALQdj2n{5Wm9z>)-zVA--R^_ua*Z`z_q(*XiUY zIzR6B+yihm{?8r!c4O&bFURNA`9rOr=hq=_AUwbSl56&R?adkSVyig*JURZ`BXAf$ zzvvgK<2|dt*FC5)pU?Iv;k6;mRf_kh0ID}w8lYJKronGg0?wcSh=H+p0#Ml%Ix!2& zoA&;1P|DJFo&~BLXRT0l(bKvlTd*i3=fv|Hhe+37a~+3~sm3&*ekc~zO@r*k^GYKY zHx~D|Cp#KBF$?zh2y(aIA_p(!&8Xqg+Wwkh0J1T7u$}m3vz=ak~61WybGaSmdGke%Z>*A&42s&)Ki1w}rr`Hn$@*lOsd1<@W4XC7W_rle+% zMcoFOdK$vDB&Y5?K~GN79h*Wio6}GAm)sMHm22v`wg0Tr3(wvU;Mh>o=NX!KuA4p^ zb%{F;xiXOn3hT*z$BR$&AKIs&#dYDRi9;M8dxS%Ux2b{hXm@@w7$&37VH}Ird=t`Y zIsEhb+S!W8_c$_jdTLBX9(ue$fQ4Jla200Fsn*S(FsCO+Sa%Jl0rFfoY8CG9hY;q? zxiY=_IJsZIspsuLb4deFzCX~^n{b-TPe8XO7Zuc7YaU;ZdLqh8Mh{cegZWcMoth6e zJ3en<>+BgJAcN#sJ<`aL;hlCdImsm=prQw5UwI7N_D{@o;lP4T+1XREntjmtg?9Dj zr$~U9UT7Q)eDM;&HRWW*t~9~{VZQ&7L$>8@JV6G7$ZZu$=4A&g`JO0zB1&MQKj{D> zLQL-{4@AhbJX%9+^`P9F^OKx$Y!XsL;CD~1*i<;e&kVc-)4Q_>PRiTRA4=Kcn>4_ckig_xE9E(~K;i!0A=$*9ZLX1I66oD_2 zhZb<61lQ5@ypJbD2S6N-Cjf!CiDO!6VP`DG@AnO^kc;EXeNwccfncug(8iJ}>+1>3 z|8D!Gn>7lK%Vp>RCuc@;LiI7Iko6FeZl$j^92u+0T>f`4Kx0m~MTmmlRR_&MTbj{o zBYM!8)L~iXE@!0Rl%gYTPW84Ui?OR`M8FtS^gWVcE6IRh)Tx0MI55ajh;C-j3z2QD z;zX2*XFG~#pq_O~>R0=7&2CgC?&Kt?6N0Q|saBJPpYcY=%H+7lYK=XTB@g)G2BosD zp3V>@!AK~Kov*bzCJc^CsEp%~pkA_@u(hY-P2(-IHP zkfX6zR6ZIs_+R$PKMHzsp=V`nXwy4UctZr%y^lEcSv;6V0v$KiTh@gbeM(Az7?PZM zh$DeH{BgL-hE{fPiY?RC$eoTwVThqt1pwMb*n{MuTr`3;=)O9viw1vm>_O;w7o1Cx zg_X^mG%u&ri0Zg2%D9;OD*j=2SNPQ`{i`P2@UR~{hILYn3}ON@2nr3Fc>`NTlC=(R zab#%SR)`LohLycszw)}r0XZSigxf*ofLQi{kBhZ7-C;G*^aM1%NHurkyY=cx>2jf~ z-LBYg1POta>AO%RgyAgN*XeEBzFHdm-G;_EqIO-S`@rtR5T2m>mGlUy*|2qKUi zR7VU)v@Xd}G~1134kRx`W{ZS6nMb@ZScFb)vyKg6Sd}X%PQ#?c)hbF;!$dnrtT!PW zkFIK0sATTDpnhI(e{gbmQwxiB#&s#oL&f4^D|L!e2MMoHq(93RRlci3238RKU_hHh zNYx^lyr3gCh}OyejK{;sVi>vDfddW?{kZ4y@R7uHOFV{+5aoLPPNpd3oZe6a$|&RP z>#4cwmRZo3pV(FAirYvj8Av%S*i5IhvOku0tCxj4a`Hk>?6a@XL>k3$;cn4^H^B7q zu8M=<|?wKa*LA%r7*;YJ2Zdu^_WMLG=(M@59Q zEG-C>gQ6SkmzfzjQ|gi`YjbqTyiv>pEdD0SgtAX}m>ElxzaVyTuT%w>!Ko1zkZrm#+a=((6j()C}dvBL@_<6Yu~CzgVakEbKhvFzsxZ%|QQxGzvFE$Vq+DJ&=d;su)Wl-(5_!TWETSlGF z#G~I~Av0sB_Vx)#u6X}gj0sAt4F(O+7HyFzI58072U~f2Tt<+mEx0W*u#kpfps(_U zF_^ou4jyly2m>l!p|oa(=2Nl`*63g8=bFMXf%_lkLB6*|#2WtQG55AX+7ZnlcAWml z4_xp!ASI{xhs3)pWWx}EJzCP*IiNk->fzyM0(C+RE5V-O)ISv9pipp3eV#8W%orIB zrC9HNd3B`~Q4>bl#F;#yDU>=u5kLm6EA2MNkW4hfLB%yZm27#K;KXnNe~0_})3n*J zi2J^)xCx)g#xR6YV<8u|zRWMo`w{=rOA*N|7+s-Ja9}ugG9R%&HpYFj+BXh|Q_-J8 zvr~Ourca|8kL+p15Rz8wbzx=dqsIU&-UJ}fjw*-|OY6+dT&9FGqIgiVIA>`YdYi|l z^tSkAncc7uB#e~XaD)ooQ@Zb=)$_MPyxW}vdA)UA0-fc1ikeN)(#K^ZV7*|pw2>Zo zEE~E<3Gsv`%fc|f<$sff4owHp7NL2DEfKlLosSq;wv(11hld)#f-$2ZG)Wp6BRym( zkt8E-YPu-_=x*aGq*l z*?oTnN?YEgrWJrtF*a!3!xomx0G^9Fv4lhZ#H=7$ zUbo-nj8)G}uZ&!k1};zPYm8M-R>!=aj-K0JdR6GTc?m7`?m;+~(I>e(k&~TOl90q# zqR1!f(24d+&m-Gy9QY$-IF&<`bn#Eg?R|@dW%t||>sn%OJ-rG2Pgs%tJaLoUd)dKM zMqftXjET9C+DETrDkmV9H`c9*1{?Yui=5?NSq|d_QtZpkqlIgwm z(sEavY5H(0+3r08b@pLV6}*Rd2rUfGZa?KVa{ECo395%P92G7>T(1oMult9%BB^T>b z6~SbcIojJp-w7?ZcTdibrRWQU=#x@`cdBO`t7e!y6aFfd$Y&K<$Lp-Ie;HxFvIMxQ zG_TtP0Gr>KOCFZ&U2A_j03ktLHDYjq?u&%#t9VC>0~Di@3o{*QfO)z#4*E2`vHftj#XRKMFiiQjfZTud_WQfD*AACqjZcTl*dKqY;{4@I{XzcQEM83ATFm6@0N9; zi*Q2BBV>wa#yahPF@%=-&K!Q1FcB*Z<(Kk#W21d`{p_JA)$>v`RjfRL4ZmPtJShau zI(Fi|VgQ~5e??Dj(3+PlzZU2-AeRziw(?}X@hoB04Xm`e-7X6CZkOOak98aRuC1_e zYuBkAft!VXdy67;j@vd&fG0fBpddGj?sP#9?XI}G|BPPh?Jx;v&N^$?pH$IYmffYG zl!+Ukp*3vU$6KUh3;?CYJmvfKvY}Y09=lWkPC&80hpePLoC7GA80rZDR?Wfy&N+s; z2P0@_DAc|JfQ1X<=u}4x;sBKHz~WyIGu zp-Jn~l^e8Ws{~RvP4;km6!D9=)p(Ivt4`gD1S8lA z78z@2$hMM}^;Hp#HSBMz0Xs^)Y`*`mS!Z$EN?)DD|DoES+HCw~!8+|#%7J}cnxSE} z;jgBZ=oC$u!{R@fvR?X@s7_nL*aqTufR30k6{F#}3=Nc={vC}Z8gLx!pAD&&V7`?6 z?>eF>$Hck8|F@*BRf1KaFa{h~x@C%6wMJ`91C@H?kY?jLly{`M-xApC0NFDq#Hx=G z`69lGz6tW)rPnO*W>@G&0dnUe16%Hz?$#oGLb#;z)%q+%L#K!E-|FRjpX@88p-tG1 z{mu#|LN}LYw11c35}5|>oB^wpFZtQNRr&d6Lp#>&%{gntc$KPDc#OcqdTAQuol<*w zcg;EfG-g>;V!2Wru{E=a3x*DQGpZ6KYW9%3FleIbbPg0fPE|e?e^bK1g+*4g9 z%Ro1)FO|&&xUVjUQ&0f#AJ=gcg_XsE+UHi~3bMEN&{$gv;0Q9e*i^&!wRr;$2o(+p zn8zsqd2hv1pABaAKD6{^ zb*3@p7HuOq&wQl57h8MYZG%=SusZ7Bkw7TBNf`upT8ASin>(8FLs~RY!2*ccHgCDh zDsZ^f#!l)Br!>VAQFXB$-Jl?TtriY_NEm=o6bTQO`o+n^qXxlkK@rMm;eD-;zBwUL zMT((v=xSKmh-^cJ>A2^PrwvrgU+0eSKS)6|HNgVyJE{6JFj0>@we=mUH6#;5gd4}G zVib)F<95oVvbRn>H#%#47>(Qi-|fiojK@}9jB(iSLw<3;4}{{>LWkgJ>nRKkcvTJ% zZILTGog#GgAG2-h3(>%FxN*2)9K5bPHhccX{+eaNjBZB;X#cx0@fhUG!~`0J8-)Yz z+P87hVHus7F(xnRM}i6{w(d?yZ`w(}+Ui1ELgw@XkZ-IJP%futXmAaYRJw{DT;p00mv=aWg^?Rus1-{iF3w3n2bzFRW;TZD_F%twdRG zOv9po`)dxfCaf_+8DCXJCEbaf;8M>I%`k-r_H`MT7on`oN8@6b0YsbS!iH+%U!w}V zjX+)h8d`$0I5PI|oDfj&(>1*2)41Vht(v`8C-F+}bl{LGF+Fo$SIpqQd?j<{i z;g8yXZ1gfQ<{kSA9BhZuQw2T2J$z?XxQW8@HN5a}AH6k(lyrNE^=g%3&$7vIaDrFD zoGqJ=A*?~ZawqIihCfCoPvZ+%q4x6#e$DC!xWowFI|qd4mUbGg9BhD?HO@ET45&UZ*{jC~42mH*%vGv_hu9*fTMC}~ z!)+l#b7u;jOEuW;+v&7Rv#<=q<(m(>B)!(E4IZ|~p2?!sznLntURHYXov~?Zzj6XH zuoh9ji3qrM5P@55232pYyfe%St9yy0Lk*j=<_HNO&caOvUYB|oYSo@I*N4f89ZI&$ zM{OiVN}NJ({s4(w)T|9N{eZE>>Bg-Lvv(3o#+sAyfoX{N&FPdg+l*P9u#{CyORZBReX|6NVPVfdHru`wexUyD**J<5enF5N(@9L%~7(dCz91{NFtJJjMT@~V}Y*cSti#V4kVF1|L znM+< zY)1rfm7)TWve_xf$^7^BBy1rSf`g*WK>=l316jIm=&7^7niNR56`-mNplWPrMzFUU z)7SS)?blo06NkIle_ggXA+Y<3)zVEo$jbsRn-Mg|x4zMn+lTTnFu`A6_=xKXc;yw;ltWI0umdNS^Pk zq@C~A+@IzZgOdVrGv6>>^l(v-Jq)g&{k>Ky$O$+;OxigheJQh^CAXRpz+u zwaHzZ57m;a{g*O9zMi`zQqta9l&}%YN~Iy6vY~D5(0%%HvOsIs-u0#m4nAF{lF<4F zS$V5`w(Yul^rXQe&x`VnZ57LRMTj6SUmIY>+}1)J#N#UyHgSz}tl+`;LDXdk_;MuQ zp_8$U)-?^Dwp6_pcXhO4q{s^4-Yp9{R2f}>2d?uoMv4$&hTC%SFPTET%~Kp`YFNa^g|*%3qpiWGcR**7F8sKX0Alv&A_ z|9OsUIZi;PK;r58on1OcOwWtG?ft%?2P+Y&u&at*kqZas(Y$*}k$d@;Tt7ExzbY&s z!*Oo>!gjjFaSqiUEEM!e%94qXy6YUxQklLsD}n83uXcU4&6Y9;URzAEWC`S zW?1c)Y>3GuP*#DiI;>GgywOK;n)}MZ>sFR?|MC#KiM7I18;gfr$fw#lSA&3rqInSj zfc9O(%4WEynCAa$1MB=%)@a;^EVBPc714B`ak_E1VeG*^%rLL6HDZOVuO4?+{-l$KQ`!)aYto1D+lH=OUjYYR?G}x;eBx|7>!n;z?Rz z0Q~&@2FE_dg`-|3CWRXmrlxby4va_m-~jl^%|ZQ>4d|BSg0#83q9c}}7B~5AQ<}Ke zb4^5_bE^>Fxynw>)Kf^5H!DSTo>IghBdw&M$bh=bspNLnQ`nxia`%Y4SFrbI=QY^J zoL6V$88^mwgB)Lz|65>EWKZG)Q%md_$iER|!b0`94FUBX#@rc*KxVaLc7ZWd_$&F9 zxZXcBk_e%*tgYaqoDUEo;2x$m&VdQ!D5oyxhQLDB_ODbOY;Cob<%CRNzq;?P=qRJa ze=~q2_wS-FcALzTZckG~k(qH{XrOUFRWPeqiVCVAEqGg`F)`5I9l}t?qgqL zDcbtouZ+51XR6+tL7f$`cbN+u`23?7SW~vfiP$-g8oQ@ zxmqAWxvl+Cdy|_0Z@JyGj*hVu?PvW1#@$B8_>uG$3thNklMTvRQ=s#&WC*Ww0=7f+ zMy}GGKndQyhJUmLJ~!u1fnOAdr5}qFxua%%WSIhWs|J*dRm$@2%o-oJqlZ13*>+q^ zmgJ0^)O#sV#5ec0gOg#wz2;8anxkaYKA`4<@8P1+cr~UuP_zqAd#-|aF&VI%Z_|;H z7F1BQU*(`xc}6yFcOY-*HtzPddNdZV7Z`m}ET>0V30^{|zmLk#+Ii^h(!K;Hr3*OG zK!IEC4%I%^?&NLVQuZZ?|8KVde@G>9jqW`+tFpJ9T?PlPZ~L1{2G zb`b-6=PUK0%WBgpPd;ElI^FS==>E(Y04J&PmK<8l6uEZD9(=kw7l{}=-yWy^A(qSnuH7%?FZMISXU* zpar`jX8%7-yaSLfO|UIGwr$(CZQHhO+t_2z?6Ga{v2EM7-u(C67x%;$(aP?sMCHm= z9bKQQ%53)o|2F*{CXJ;cLRhm;wMDDu{Py6MgFnNe2qU_>D~T*EF}fDUqpx<4)xXA$ z{%*@kDPHCQ&-yu#^_P~-t$UeuIP}deqJO(3sSG)SKB%lr7VQiWzk%84IY?V`gro

Va>|7W_lSA zzovKclO?dE$X${;P_A~SkxJJpIKo>lgA}^Zer9qu=opRs(N%ILO-m}r(e4CIg)7@T zNVdAMMr9VVS-~1Uz7e;ma^x7iM0|imC6O|LWSk(MZzJJDNVO4rqe0DC*!s%&=|$|4 zIf5~m=3*)@^sJX9A>@A=wACoMXFEF;++;fdm#u}Z4E*==tfQZi1t%6U9Jr&n>4a=& zHV}GMiG^p`yA!+QKSms0a6A%EIa0FIrZoOGv^4k=GV4!poTTY9Q%g4IZO(Vz13TsD zw!4GT9oxh{o7cgTLgS)RUWp5f&316`VQXuWJ~Lm9f=g0x+~UMmp}AU3YxXsr>m_uV zOlx4z3IlbaiPl|{i_FxkEVQU^j?;AQu6|no6lvQuAuPzX)__hTQ*iAnWH?@FG>@7z z3e``c9^?RZgP=+TqLS^X@du+u15x9!*?G>QLvS2C%0s*2m$Y2HVA-;$dQ9A}JS}OZ zy4^BrrIqSN>kogaMThYR!X|PE>5)X6gGTGc+>LG)ZzVBpP}kh3Xv4`aM2!ZbMrvbP zwgfci*xj;UWy z=F59NO9C1Eb&^z4>m4E2cOmNpQ~3z^)H*woMNz)}!n6Hc93 z#bRT0Ee>LFjR8@zQb3w{AM9aLeMn_eg^AuGHVjb)BUsW;WK`|@P<1={2gZwdZy)`*Ck9W5`tRVp@6GU0mZy&LalXi-Df@|Gb^w#BhW63HvJSluKYlE}< zk?mRBTLC^)aZxz0qLmaqUdFxIiym+`Om8f8G>%ZHffJ0b;7X$!ydn*k5{$=1NDWOX z%p`|?XAC(_V?+vQUz7g{$Z?tzFjL%Xl@Fnn2RTOD$C0@Zy3m17Mqvl1jt^Q=M;E0w zr&)8$3pueY=^l7GX$YbCLR++Rfy6_G105uVd!$~gjA2p3nU703djhBV0yqb9R8v*P ztr`|s7)O}E0T5Xpa8#Dj0)LWYif;c2&8;Kzs7@Q%`F2`DN;Sbp9Aju1Gwa1X3=9Ra zqKH9OfFu|yu_ZpIzOv3>HW(0RfmM9iWt0^bK(*HKOY8IPR9xz|E`byigFNRWTC@p2 z$`($11@=lO4|F+%kLJx2PF#(tBi2UYz)&naAxFZFhNhObrQIr!b)*JakM_-R;XkY- zcGiD>KinI^0W9UFR#aV1TIBOatn5_iM_hmsVFU1b3@fc+p&7d08%iJ)_siv&3d|W& z4PCUv>J3)h&@#VjLDb^QR1dE=IozfPnnb;=_Oq^o7XfX2jlYjgAwu?9ZrH*p3r_ud z{d4$sD1v0|)hS}e^u7CayvzMPW&7E*#U<>$WK$-`d-KeCUd2GURuH-yn4(5(TK(u` zWL*E?X+TRd(fzdXa}Bd%n+Ktx*jHh;fVUiR35TzGvkIIkQSWsphWv;uUw8V@j@wL^ zuL|K60xv*Vx?Z;;Jy#jMumN=0a~04jXdPuDU7RwB%&cG$v=n|)pN}4Q_ z{i_1qPQy|CUTP1iQ-%at8)O|X#jGHRgVM$^SL^{!wPPXshP5oH!*QN zftq)fh~(&p1TANx1u%bapRy9e+7bBxt9-wwIr*w%8lax?bzo21X`> zJ)I&!1MBUMiav?c!nG1b$!Ij03}!ON7F@Ycklft(c$vL}EP7_Pb~8z-RX-Ws=ilY@ zph-*S|A@4^$%2;V|9I`0c6PTU@2uOIzcu0EDKD*?IPH;7-3PxNwm5FkjBEePo27r; zdhO2G4NLnB^MaTEdnVfte?u2AM60uz7y3e`dtGM`GO@jJ3*x!Y-p&zpVzJVj{aE;RnpN~Q(bAT(Vy7Y zUo^SvkLS?J@L{fmWuWu2Z`SJmvni^{aoCtbO_WUXw>uHED;n{Qe@0`qQnzx*YHb*# z*|YY#8+v1Fh25q!*NejLO4so5G4bX*GA_tm zG_FHN=a-jF1m6?zTCvd1l&ct8v3-^)z^}}~@$`*Dhj4Yhw)2CD;YT9pKJyN^#D8eL zS&@7q>(+)X7jC!m;PH>H-pPaYy|(%Xmp|YQMWwac1KxQ`Y;3s48Ma=$RB@=d$jyB2 zx)+nLr@O=rhGMgq0|WyPXQaKj$nG*@Ew1+-+k1KEd2WbWozrU@c#t@@$>QT-GGXO4 z+I4%TUVDf$WK$eTz}1F}%$j^QpLvic6Qj|j-~HP9>AGzDC%c#`MY-tZlEc;5oEruD zZTAJX+q_+}GURx{y=wlI4I@Xk*EGF1!N8ZU8`S4}ll`beX5i!_Df!L3+hgjwvglTL z_n2mXOtq!o>_rCiGqdpvcoKz;%C-vO4{ETnJk{vey)oBTUtLpIZ`bsSDbV%L-E_g& zaGLF+W+_bG-uOUYyj07tM!P}J<|6u7qd}CK6%^HF@Q2hb!d&$er>45g?u_}*=%AHh zw>O0SROjnss^sNex<=-*q4hW8hjD2)2>9d1VODcs1dsZ9bhotH8|$y-F+tqGBu~k)Px4V$ z5`~%~Jxo;#|5D;cioc*%zS(5JxMfBg|G3y}##k+kl}2TlU1E=wf90B+jmjBwoV?DSGwDvzh@m~DV$tIzhN{$mG}SKdB$Mg1$ge(89chxf#x!|iLsUw&lj8`IYRU-*}$ zSqsxO(H$MBk3ICvWA9A<$(ml633<+)b2?Yc^^&sdLjGdhH zdEV0d@=d2U7JCo@AB2;U|7tlxyl zU|dxO*n_!J?GR-u4^=xfVbbTTLUf!K#k@I|>`EX;qx8-%hVhy(z}{qvBRzN{QGon# zk~Nx~;vch+CkbCGEKg%Grx{1bd9YM+T0pA16BIy=geuJ3%o^WZvEu`ud?AY=&pGSP z(gSp(y0!DG9RbI9i*+C%uLQC3SlgE!2yJ+ox*?~q{&LQVbia!0qJ}5Wyv6j&#u76=xj9_dt1;(YAp;fEJn?2kgK-akT<`_hC1E2^Bh0+UWku|MCT1OuB_A=v%%yN^g1D-4H8C?tfs zG?-L&q&0J0YTtA{=h|i=f{b;vMiSAIfcr#vy!KL)Wi!JA5D3ruj<3cT)A7Jw^_&lr zb%5)-BiHHV50TejT_s4L`tQOgBY`oL_qb9`Hjb+dlViX;g!R(5Qr&nwGI@CQj;8pM zQ%D|}?KbsU#?NcxgRzBUzC3(3aT@LW*a)Pk&Ft3%UEcx83kD=Ipkk81e786-@G9;1 z8i5|1O!(t^VBx9hpSO#PHtn`WzzaSD;F7Zyys%1iiLK7QBA`DrOXWiW>wvv@PifeK zkE(bb6Fmkq8YGR|Q>Pf(MP-A4$1SKNnnaS|6y)q#k@4ur%Q10aBjK?@k^Na>X!<$p zqN%^=gL0xH&@tW714BqcsIIvQzhoXBLbd^ibw%v6fU^{GQX48)d8oL^$yT>N4Z4h> z#7WDvtC+PauG8pjJBeA5^@4UOGrnL*h>k;8{DRSz0K%UQ6O#KgWM;9zgy@pkoUOn} zFd^=GT=hYL;FEC)z2jUMkB9+D(CzdKVbdhF4Qx;$zZ zbX-evR(1{Qx9^r=PV3NxP)3&e4(=>g%+og>kHc}TNb!5E{IRXHZ$|x zoxPh|fjQ8s?HjEuOh{a+*ouHBEQ3eMZAf^s59ZTE(u_ZgT@QMXK z@y%%m=qK}4Y93(Sum%6XDq)hz58{L2)1ftXK{w#ps|>DB8ksTrBRXyT)+V#lRoERc zHR1anb74IF;NSI|_vk{Eq;d4cLoc${FA>Lupm+1PAN;&on1Y})9(YZ6()*FSMhc_d8b)}STeNpit z+Dy`zFu;ZYWNdeA*qLiNP3fwy!YO=mFXpVT2x1gSfGQl{yu2RcTE2^wC6vB_)kn#7 zT(UNj(o3Bu8lOl@XPIkk{DN7Q=E@sZA^Bl|8fFL3PE5mdSTi}Yrs`=Vi#N%05>DeO|vBGA6sGoloKZVVMg;ADn*n>qE zC;re_*lb9EJ{xB;izH{K?E8)7qe?5JNb+S0+N5sAUQ(@p)Z^N?5}Dq5S$1F-lmoiZ zUMoA@3TJ3wB3u3GeJqL13|EhB#ism`r<)gu&Ys%k#cP-(6*r~w^jTCIsm0H-rFRxK z{drE3zwZ}kBPlDtR5l$k7%ygQu<;9p%j}n%fBj0{pX0(}3(BxE4VLcsv(-|oS~lL) zx^O>v+}wIDSiFq9vzUy#gd90VJObrbJRX_V=FV-TfkSbXA7r;_fjRBCmtRV}))Z!W;oQSQ;= zi1oMJgz~?p0|^5F!0iY)01*0Qyy^P?rP%vl)8T)Ly~#}O|F0E$#V}$l)y++H9|83N z0Yd6Whs^BVl+orMiH-qd_d_y2C|qzL;rO>4F*$-IKqgPS`thcwtyW$2F}^XgRwc&UBxRzFqz)iFOv)R&QOJdkLp z@&hVR_mSLz&Sd?nB-z0cC}O?a=pcv^chZyMyGY#gb zQGzeZaI9q7{$Q-aQf}UBVNwsV3 z9fr&zxcO^|yP18dZyFHfN`5(xlzi{ShRh0b>sQ_zoQ5tM$;k6-L3;awP{t^b0FMy{DF6LB}p-;pIX7&J@V@n}&ZPxUS|=X|hA zrsJ?_1>Qk$jcZuU7C{PJ^IOKb(#Br$Z0;naYL)+4s!6XOv7%?CCRTR6V7&?AR)ObT zF)$s(we)FfaG0|Ra^E{+lpe%9u^3Rhz*I+jNO{&{&Jn)O34CM>cpgYb|CD}@EMNJn z9L;DyTlAUf-ydHEzJ>9#Grr(NcLGCY-P z^0CpI1QJ1d+Wq!%q!-esigC`yAV5*|2Y$@KYD{bNQ#ItGn&HjAJ4tRduLURr!-O-QG$Cd7)OV)B?Nh+q0Ide?MTqp?=|`C}HlyIt-NKPSF~vi`hU%3tVnJ2$NTt?D1m zrsOM+gup2_mddlcQSp}Kwu(Hy+xpW$H$ZC91YQ-%2f2$B0KUx&O@8T&EGjg4y@U){ zGd;DgSq=oq9TXcU^k22qPo$Y1*A$BKTML3;8@QzQh=JtXq=Iw@B1@Hjy(TL(1jaY zh2S7q`^5k1gSS2an{wU_n+u!29%0tId*;?px(qt)q!4>wUGFcwuBpwwF*Wx1n_CR1X+>1GF0-D#9n@Ru@ta_=@Bs>kc!q6`&qBNz zV|ft0<()!@6#T%?H&x%x>*%A8Bli_x^v=z3V^hd|*>RX#YEm6S7z>z{pp?H)4W0PW zdNW6k1g$il1;h%gK+oCuf?uiHE{6;<|J&c^u@$?|lC48+=>=V;?P3*07D)zl7hQ2k8feCEW0p?G*O<%KrP{MP{K7bj` z_R}m+%M>4AgSMgoW6kG7%bMlP-V&PwIG~oY)H<&FT}K z#36;9o<*;u5>I+Z+u$Rz`VTg9U-?l)UHEdGoL8k~FgqUe??FE{H56}&B5**;(~wM$ zUL$_zqy6rVO*>>WVH01MeWq$p_`W*$2cHiUJ3BZp(fjZP`6ze(wus+df;Jp_ewO%P zk!{*+ND!P1+1W7{HiwzxRz~jbeE}om`h*(NW=Rv&-R8iZx@~GIfyk- zh~q1`@@rPaWY}qQm_|Kz6-1Ld{%ZjRBbzs{flQwMLe70gC99FXnY_;46rVQPA`iU! z`>SSVSCPkPXny|M7{ww|)#}vrmZa*S_CbbBR{maoasRhIfo{gIHVry|kE{cK*x;w& z-+*qrQM|MxtUEZ|uD5@V7n0TDt^Eym-=lSy;f|U#li6n<%p_Dp05IY0est-$dhdB8ov!3_f8pn!uqGVF8TmJ=3vrl!2 z?EGL)*T+3 zP=RMGK3xj{22&<}L3>63IY7q05LxO?2DS?HMujYjlxwj zl_C;c;Nl(F+odQEAKMs%?P;?c0SD(SY!Ajs51oHX1N%taHJRVd{koMq*qR5P)Ym%(=sQ}- zO1B~`QX|N6py@%QuPWn`;Q%(_NT=@C#X=sI7fLmJl=xQPZh*}DawWtgm>)(JBn~3P zzg*FqC=`2YVS*NSb6qNX36mJQN#^7L0$B+sM%d7tu6JdxJ>6){UaEXPTJ|&aQEyM} zB!;Gqo&UVvkKT81J5m0VAmv}Ccm2y>fE)k(CVM6Bwfu2}vurN5L%)@-JSY;D6Rg1XMCr*Gc`N39=Q<|mkk_{3?yV&84E?KM*R@!PQJq#*;90P@6p=hFN(71Po zvT<2B1E5TjOx9{MoZo)L_Wt$|G}b2Y^KY2<0sLj?9rg2X?5Z&M12k_^4fXSHvR2Ih z12o#52>J$1wQ4yI>U>N*Sshhcv-sM`gRW`qk~y7z*Y0&VhZXY3J{+c?GJ-+gBS|T+^&#JsJ>N-0-}?wp@#Z>k{`m^^0WpaSg^`K5$}PgPt)o zIeYtXf`=MeMH-iKIsqa@R!zY_0s0EVe)4ZRFbMO6aqy;n1SUl(5|CtMk zD<*?~*lm9to_p98-?E_M+*@m~9@kY-SxdBIrOddasNt@9xfyg>07}xMAbwx((nXkv z{-|k2t({#NuvT^ZjZPOfTEx&_mHYcFcQ<}P)dhbyWdY8=ci%!M5;pesc^TL9 zt{Yb1VBOn7zGC5dG5S0gH~yzjiH-lu3s=G_`pm+2d?CX)b=Q{vzo32iM8oxk^@8;TDJlXulZd!BpY4Hs7%S{UcD1K9j;g?kLka%^d`&*HG<>Pk0A z;{6%j93D9NXXGEc?~^1XY?nYObsXSET3>{b`Pf-x=$7OyYTKaqp750Wka-Ie%n9RA zY&H$SY$cr#)K}Prg8A<1x**=cC%+QRL+&gBd8e!2ci1%iR_Q72j~V&K4U~?9cW2U- zBW~5#Sm$Z$IRqtBS5@T5n=}93tycb&)JqqMfH=6wcSE2QKhHTbD%x07>r}A>5qg2J zfE@2C-pBf8)I5qrF=#H{$ff@il>2FY*wzJdLIvrvJ;t<{GF5V6>*gnvR8Kkn52v>a zZ@m_ks(sdjqLXw%OT9)n(2rb&2v3f83ls31LCYKn`Ck?9Sl&+Fufy>W3qz61;0BZ6~EdY|B?QV zgBU+PtPw$Tyo)XKknX2nUS>^7CYtbhWAl^3rSMW|oE4lc;jKLkfV%6YSJe5|S(vQ8 zxChhj6*NEy)wjL+MsR!i3McUn>h}hgaa+T^e@L(PLyo)G+8KGBU*BbCia|)RX|CuC zGc1PflORFcb{M+s=YGejR)Ro2yW;?wV370QG5lBXg8w;6coBBQu$+GjG2*UFl=oJAso&thJiT%eYfHJ9*vH z`KKrZTuK%4%gNU3eF)hyM--A*2B9l1Ld+@SKfgw(>H!^(;*6j;8lwz2mTA5ITe>Kx zT_4Y@j6PPN8vFtCKd_O+wsS~5+@?AY&LY@>v`%ecczI2gOts zb`fip`EEpVqxZ|OSupA+Vm68K-uI!P96zZvs}2PamtO2!=B;pL4A6+<7zwhTBuEwN zd-hZYH0>Rz$%eVy8i!F$i-CXW@gmwF7Rsxu8yt8f$}W|8{mm-|g||WDcUZrEBJ=99D90_lHu;psdU?9; zYr&U03kdLO83j6ORjA;BK1ikLXa0VPjScomT9q*nP$Wgx9p(Acgx;;h;PQt}^woxq zcgJPqu_f>R^6n$$jfhQ}-dQDiTGDDM@+F!j%ie-t{~&R$RD>vtK5ZJd^L ztNCkh=w=q?9AR{waHf_Okw2WE9Z1Y@a_rGAuD`nq3YgwebOce{Z$!xv-Ha}`zn5?Rn5&n?}eb{){izf zU(#JbspSabWAP`pyHbmL>a%f7)K8^U?Eh)?a3*3rYr6S}&f3TI$93=BwW1wGDU*vF z>j~px9%FZgY2spndd@Zsu->H{pB$ra=Jj1JDhmvIEP0czw|rVXK%n+)^GMZre2Hc# zO3C9H*`h7_F-{p^2wW~RaLxD&fI1b?x2SwG0-Ev&DO59*;r>*8-l@gQ9MvlBa-do& z<^}M4TW+-{iK__i(f0Y4xQ|Ld6ccesmmFv~qsb0?(L2mbVDpnzQ*tllmcYI|*`;FpN^K{EoWf0VyxggR%-xa+%p{f$$FjB#p3Y zCxPoI&mAM^t7;oY*SKA(W^#OhLa}=gl;GX5Y7QfzVRjS{D9-R){Klu`JDU+!J%4Er z@~GJttOG^Fja;I2`xgL*u9xm%Z)feVkWEKg#P|n+3l+p-A?e3elNzM(BENNgH9#01K)&e6*T4hvE&{ewr|l|Awc$<6a} z5nYjWk#$}+6|V~RWO3>sVYh|=zP>N@1AJ^V)3F8vL zE38>e$la~7naVThvUxO&QC9hrr0(NH5eCi-_R@4=uHPUCIy+Tm%fy4$-KNW?k7M{9 zNsS};xGLMGqK@$C>A;As(Kh^q0rrQ;!p0t`3kwiwKTxRWw^ z7tVf^^ivY%Ylw5Sc&kjh5Fz=){`74Bjt>fL#`laDb`t+Y$TWO`Dqd#le8`K8nLS_U zLuV2USwLc=VSd|Ct;6sxo15U5j0F_?b04UPfaI@956ThjTE6V^_z>jUQfkCQ!roSH z^Lm`re11M>soIM+qd^m zKsQ%-4XvtQmU}UFL_Y1=*YlHEL*EkQh~kO)U!ZX2#PS7UkM^O3%B!DDs*rUawudxL z<}iIl|3nePTgwzI(!FT$-dDS&VdW&h>!>N35tY!KKOE8Jqp1tNflADG~5(v0a8CDt+odl=Y>KR zv0vV0bs3zdo;thV-}?f%ATR%3%J1rWoHkkeVeG~Bw*SvVZ)}A{9!cHNmkc}UCEEqd zKa@pCE^LcD?nuUGwTGH5@`9by3SeulMK|)^EDE68G0d)-=Oj1WbI4c0#h|O3ca5mc#iuL;#sgDYW92INx zh6nJVt^zuQcA5bK7xe(T9Nk}Yh^^6DiFoP3RAPQyrV4Txjk;U2G9Og%d4s)k3c|f> zXrEW0>*HVK##{#dv4uKGs;?I8S|s3H^_^BEHU&xh?s?9T`9*zbg86}*2;5oi&J zL74DyU0KDkpkE87az^yKO;P{o8#^R^=#=_n*)in=XOtl(S*^}B%s_t2ZwY|#?^?oM z^0&9G7_2gzNP4_0Yv((V1#$@n5sZgez8(~x&~J&I*E_4hKs44h{&p@$_=~;5 zc`9X}$+lE|5g}EQ|scpAn{&vrd&a&6-I2_cla-d1cXp!f;)}Odr9M+MmzF{y4$a>cA z>m9Y)`A6SItA^k$bFExoZ8OM^?)(-?H#tqXj|b-D9IU-CI21Bh9d1+>YVe6?*;90F z{XsfGsG4pWXj;4iJR4dtL*eYcVBX*_v5}x1JRt7{{0r5?hqNDhHXev_%f<8F!WgUL zYXm`2$Wl%g=Xq5gWk$D{?(A>WAzn~*oTE6);jFyL;_?1Ohl@kE%NQy72G(AQ2CcM# zTU=i{_xu)!t)Q|QM1ohW2XJ*a*n0k?E z2|@B;_AooDNatYbYT45_rQ=%ufZRv84yR0RBzm%bI%Pl}{Df-+;3ELhdkCXz14S zT8z;LnHH4${?o^>oa9sdxb($S3JR^6a!|l(BU_covV4%JLBs6>=d0sXkli5EMz>=_ zRKv5z)FJ~Lb-em>z^+)PMpq3JA~cBpo(}T8OO*Dm;SLZfCUMVYR92`1@&^67*;YEE zAdAaJZ>c)No2(xGd{UeQz70p6bUUne1oC)=M2C9ws01D|`ohkZ&yfk#j#$q^VqXZl7)oWu&>@Zxj?D zF7)3lpt1Voz66|U1CEXwA#np5RkN?+QHR(uXSZwpmq6Xt3+Y%WP2Hi-`!Fga5 zNn*2`h*m+j0=o?uAJR$Kyrt2~Bf^j}@b5?>Ewf=V?a1_y02HAq)QUlRW*Hadchi6j zqR1>T@2uMx{9?j zK{w8_xC>ipFrbZ2Kyj}WpQdSh=(95|m-r+4c>YAS@8>A+1H$Vb9xGByPbWbhp5%`PrXsd`9vj*Mm=Mry{!iCsO<7F9daX$T%z#er@x$f?biCBcM}ie8#$OKWnq>qifZ}S5gR`tS+*#@+nA5b<2@oM z91g`)>zGWDEc5*0PhKt!N_^i8y`d_6wb1G1qX&Xp;xUY)bOM^3;;E({xVZNIU zc=eRnTIT86dQ94VPSKjMJ-_! z$gZK|!PF2eZO5QmLq`K_jiV^^<&2*Ywn&2k&L3ACC`=ExoGk}jvZxzbHiHy(go6gQ zMB*R{vcEd}bPf^xRI17{!|<3g%#Rona;1>Ir?3eYJVh{Ug?a6A(?l+Q#aB%Qd?WWa zKT5_pfjI|R&WyplCb2j|jbnQPHyOEUk4r=S1SY4@iqA`^(G=rI z)W5@69iNwqY z6Br`AzEi@HkQpDRv411NRsFs)zR!N?pFz3zrdllPm%4OV(yN1iYjd>$PrvN=@TU4z zPG`rTIv}*`qC$}v*2-vB#qh+e>6;b`XTU8#*x9T(I=u*kt3OB=-6}GSBayNS>IZ5# zC|8&4&JA$XExi~5_aScl^;|N0R`t`&AR)-sWNbhKB_Vz&cSQE6K)hZmkSel2E$~h~ z5;@Y4>5BR*M?l*VeFntoT*xsSw(12=S0gT$n5*JqzM&pB;G>lEm9-lY#T!)t> zNO})(H0_LAxqY=64A@RAb*Cp90Z~!9B*k>sWZikS45Kk?g9x;n!IVF@AGx*V3=iuoy1?8lX@Yg;z|E@Ir2!hiF779g? z+7pNEb}>)(^8FOBTSPy#Hpp&;ml*{pU?FpolVA!fWzIOdYpN7=+dU0O-&k1H3x4z( zf)(vPZh5N0jJFvZgO#P!)-aV%i461iyTh2xClq-=a17XxpQ32%i&zHjHAah^1yBO2 zPf9W>bF5y#Fnr1>rpcIx8|~KuJ;`n5!BOYKxL}tG#{N}uZ_Z9ES5{o5UbYJA&sa&Q zxbh=5AIw-nX;f`t9zqqB@-}Dpu~V<|M3CkIrkMi6{dfwdbU{@~D8H{juR*k^tN$_1 z2>OHv8Atr9MI>Y1)rg0$pq-^r>RtX2Uu$!MCKToScP4{y93=)tgJ1GsUM1g{%afah z9ophz$JJUZTfZdWJ!GmITXgkzR+56uy<9YE43ru!WWjJivw05-xWpU~e`Yv-B64RD z6z!dC_c#L|wUiro-g{UORZv{P=RmCnuk*$&?Yf@xN?Z{L&`cm&&iI|pLu4HF2_C<^ zMyi2~k@FQlIsSacyTdY~u)-jAP&QYU>d=-6TU)yY_R1bfhdmXSiE~J`$h7=+!i29~ z4n}SYDW;f@qzY4}oqm)IYa|G;K{ax<>E-rOahzd6IuuCXR2=j!WAf(?1zfqC7}+r> zTP}SO0MfCSQyqKvQT_Hr{nczOx_Lm}*x{hyLI%*yAqD;^E_FydqpP~U0ABZrfwh)4 zW)t_Tcah_JX<&3Z*7PZpFKqYu_NoXtlOretR0cQIQ@oz=%~AUVg6xHi9M7y9<<>5;)Su|IUGkS*kYHwr_t^bYEy^6fZ={06PpYCzXW6-3=>fgU*)F^0cZ3-{CFcfE z5YDp13WaF(c@7k!AAWEqZ;Qvt24a8>?mKf3m;Zrf!1lMF@v+--zj`)yhhYEk*XwxZ z=e#xnh}bs~f4=ZqLgO?NbeH>UTqmF>wNo-C@0H5_$8?MjFXR!Tj0oP~7z@3V3eF;? z`DPV!6EEpfqXkeJOvz0o!>+22FP^8;KWjTpEm3StTty&TV3)hwVN$hz(2gmRQBq{c zWkT~oZ>AS%fIKYzSo}SfL$j$R(|Q~iR+fP~sf@DhDuge!*PKF|n1BO3?MIuOjP3H! z+tY0!=oXfb&Y+M{`!D$RxEP;kC<)E&P8jPl=)wXNm3pI8#b3Ym zy07^6a!CBNT(VRlk_(au6bw=<_EBC(MkrIssGYSCvQz(i&_ND zkwmjTiiibTkx9Rm5Wi$2DqDK(12zNf5JI+>8W~l@S9IJhhY4z;x|+ZKc@IsQD?)>a z*R|*O1u;j$zF3G*sl>6*GogXR-A>?`Zo+bc1~F!z zjx!eMm)9B0oCUrki2C7BygkEE=l)Q zIzrs?A}-@aFfd1f2Y8xp$YPbED=lto$1WLZHK{k2g>{`ycT?@VLZ$8@=-$!dbI$}c4z!>|F zqeg&uh*szm>BERWp{KJE0Gdc*X zg6B6v(Ye3RdM2lf6(dh6+o+B2Z9+(Lt6nTcW_X{l6EUW>VA=2c^}R?vIQ?ENnU8!t z_)u0vc6XTtZhM?tY3TZgQmOX}nA;?Zu|kCh3A_5wPN_K}U>oLT?o78yyl>g!%KtI# z>Yen??UF3}p*yUlr`(%F*J-pQ{-p+TZN9SYN?fbdtI35bv{7T!#Ay9Ng>5-OZ=>-Q zA%ZFp*WiNqVS?eMQ3D{s7Jf5GG>~!UOb)qPotFy z{KjY$S#4miHtv%1hR@DpR&vk?co}r~%b z1z_~vB=sE!grbD4ddv7Mr9y0k)^WXy&6oKOat7|$tmE&2bg9O~W6bEzZXr~q`sH_t z`zZE7j^P44ZC@1>5_#EFm7BMpysdT-1qPF!SIVCMEx19_t6RkQuGbTys1 z^AQy@WhgQOtRcV})y3DMBK9K-yGVwda`7n8$4a&$=5}C+{J`UE#Jd`s%@$%5dJ;1ytVCL%;i9YeaiaN8}vZYwxW`X6>@o zUq|C)M^n}3{ld@8srF0KlCIXpSv2W1&W4mh+r4|gal_0xc2-6hJ!i+O@#J_?<;y4b zm%d$I@RuDECR!II=biiaCj6?KO({5i8Q5b4{%k|s88vGIUK|kVe1r`>Y80ZI-(y~; znOmh^g7ZcL*_G%kIH!S;=k&D`U0+e(%Wg;5*b6$a|=~& zYsd{d(6fggr3=&Oc6gf=xthfJ_Q`r*+tz734%+w72Dy1w`-aE4sX5+(1Jxu^h72@7a z#-NZPz*`n^MrQV84?j>w4N2KYFF@Mgjq!JrXgbq#>-sXXj&f@*%uKlj)`hEkuJqoy zWeL#wFf;e2f4{N7FQRxS1l2qg8S9O7b^8PDb@>6yGi<&m*3ux2R7$cwSlP)lphB*( z?^xdqK$J{ZPX~a+RZ^wr9q#k%B0b_sSDFM#RlW%{;K@@~#;*|s=ZLl&;40k{FH89OHTd}$+@mo-p#BFIq4_<(>@CN0H80h?%f-Jo|t%j-6E-7eY} zCe0G-~G);-XtmG@(i`tp`R_6JOW#^ zMqqpGvq7=KrQn$@DBlh_F0m0o)!$v<(yw4#fxTR6Fir^rO^!?1P$`$WTa`o?(Wjx6 zyo}M%w587RvuqCNzlV)?nG*7|30Ml62e3?r9G@^w6TsD7NS2Wx5uD7A8}TYHZDr?i3I>Mippqka30420B`kvifyLDyRQM$xMUBzJ88>1<n<|PI$ObMvw=d=#6&4_ z#y|zyOX(<;D5ax}O#td`*uHu?1cx)+)(&*g>xvhrsbn0!Dr8SB1pf0}tNtSkUycOD z%?7;^Ft}e><@Z(*721E*NJhk-mW(oDM|)X;vuX>Z>W{>|L28gA$XaT^ACp56&Px+e~_5(+IXSh;7$x-}2?_rP|dx%mHYj#1Ob z|0D%*Z~y@Dga80Q*wM<&mjBlrBThEP|1-yEmlF#GHw9590)0e?=$rG5oID;$z+VF4 zDIOdKMZ#JzT})(b2u0U8Vp&EP7aYj~l>vD`9ay~)&adU`ZL4x;#r7_sNc`mwZ)jgIZ(aicMG%)BFjLU~np}b&($!|^Qczn{&vO<)sJr?PCI^-8KXQJM`rOTXV+0M>!c8CLy%?W(;g22ZkDG&u^agqpFF z*;od3YbQ13jP^=5$$vqQ zw#Q3lo3hA_rsh#&z0+}-(c;_iIMmB=>0ky_LiHr=s&J(`Jbe$skv-X+0Qtzum^3hr zQ~`QMQmLnf9zW5IC#aWM8^h9!OcSE{lNX%k3tE{%b|rfez@O1TZNGk4dLYRJAwlZQ z7n=@~;=a7wi?nk)5HjNiWOrm4zDx0nYuRByuDIHdzI|k`AU_XW*yr-fZepUP5sb=y zkiU=K+klbNn33NE^0ln3C}0nkn+Jnl>22;oa1ZoWp(W?elNm^Ue8+}6XQP8 zL`cRdt=!u+9+Z>?0{NPO+BQ=}j}vA5Kvl|nPn;r$j#^kgy3a?zaT(${(uRI6_>3_!2^qA}C={D}Ow{0)4fN@8!+p;BMY zH2vkIrV54LdNYa+z(ziP1V-k;_)CZg7|$&cy>6*b!?;Sz&g6d0nqPL zNtFa;7{bYmxgj5DmWy4HoCsDp(L?n$X@H8L7?&>BBIT^CqA2W0N25VIWv_{3ZKYV8 zu=t1yZ=?inYJUblc;xs}rdx8is;~EO__w+K4;UZ3KNlGy&t@Ad&P$QH3ODlHmCSgc z1#}_}0?QAl%8_D9G=;=5)u^(;sL%|rJB?aOsd6LJzD-qRLP_w12eKrFl#!iMaDgeROxz2y`T2ZOF138+4h$)lV3Vs2PV5Wp< z30jWz^g9J;Icgf~-sI!I5+}G0L;~i=zg7JK2Z&7E@sd(-{|3da9Xx0&4v`eGfpM!j z(qOJXrG@SOhkN*EeE2tag;!hUui47hIU?`0OgK$`tWmxv z8*YAIm^cVz@?^H>pvgUCi*u2mu}V~P883cixhMo>B07a~znkegiPr9Nc3V$wz9R~H zvh2+L#RT>V0#g~}wRO*ZGe1fZ$g*y_3aVlS7Rr(`PbFuSEahG;G%1%A5mE*8x{M+? zDJq2@Tc)nt2@=b~q$CpE+g!jw2jh?(@{H%x2H@j5&^rqc+JF?bCSuHc6{?-Uo+>Rs zkE<02pTOXmEKIw<4z7e1@G932Ein^RX3oBk(|H7JcL~Ifz(pfWruj zQz*<^$#NDsL_#iy%6i?ZMdet}Qms3OIFT)vwxn&V0(_14@NnpXlmv4L3**5m6uyAS zFW;_Q*kY-sI5rl46dVPQps<6DEUSw=2GE=7Gwac0Tc@jkn}@7WK`7FLBU*!$Dnc^k zge)4_M3=Kk_7zuMI!tA`xaiUJ%G2q?S?tf3YHvlPcdJ;j78sx?K-Mr07#;`)4rLYt zg23Y}eymc1qG4YaEfR``*UE+PL0N+dM!V6?p&G@Rpnh;yxd+zmQ!$8efbMnb#Md=h za4(}!;|%51O$P)~r^n&;I+1H-Ysy9b!aTHpY@EpI-xpriBd(Ms={|gH(p^rr+ z&MY-&`6rA_TAXp$>RAIO?fk_~(bGoidv8qrIH3spbh*f4e9Ulo2l4fOHRi- zKps8$5$Yz1ub9sJH;J4z7QPY3!$nEA1?%or9J}|I#*IjuRx7ok^`(Bs-SZEuIp|lb zEvZ+nyR9AZ2kvs5>my_*gP-B+JC@hjx2CNO#g6MX_~HDm+mh3wQ%9}3_syN6@-#Q} z@SkP;h0Z<82Zs$G`oXz2W7>wzxAmLisU2-ES?j~w&!yb$roQ2^c4lPQsFE$STQ#zl zUV68Nn%&*6Y`dFrJFoQ`Rxz=2nmcw5&Kb6>rJq-KeCb}!g_iX_lV|3=CF=+KK9z2} zgp;fMMi%H|dfd7p@PRkCOc*+5%9Gm+H}sUpCd}MhDOtYv(qkr-I5@ma{zg5=R~q$N z5meO;S?&d+NfP8J`vrR03Qq$?Y>RkFi*o2H){mL_r3L4anw=_boBU_}_sTFiC@>x^ z?X=iV|6I?k7K`s5)XO<%KbXH&`CLTGtg6}EjtuD=7mu?rT~(bw!(VY$Dt5VWaogUo zD-RnfJ2@#^yosWtmnE&70qWx~qC$AlkoyMJcBj_YI@DlYmTgxkLBv*1@;V9@wK)62 zGul?}zr?Kb>k}pRxT{;MKPRgkJ@J#@4t;rgXRfEWo4+Md(>?x-bQY^V3|$;Qz4R*< zyBpVxT3N&2+AV!Tg|#GupQJahIuBXexxJhx6mWI++9r0qyVCD&TB^ppg2h6K+q75X zFQua{Fd8&80>rJ^aO||hK0;^DXO%J+7qjzNbc=~qUEo|!MTy^v8e(^!05b(NitD^Y z4`H2~Nx7*(aUAC#xLOqqR&T31$;rRkO^n-sC93ox8m2eMM;I(dk>5-^UG|UWfRH)) zN_@D4ODKgvimshzsFd&uV}EaA6or^N!>n)JE}SBwZN8T*{jF%9XU)e zT-^S1eOVLax{%}#Jwt#`#SDC5TU5=m@@Ay8B6ieo{-(73-K7JO z^e+ahQ}*Vs@TS1TgM<+Vpv5(J}D}V zeo^`@+88n%DH?%fjubNX{(PcnWZFL}jR7hxa2$5P2>Q6xB0j4Lv$E*fC=S+hFYf@e z83hfC>QHknzW=*Jluemmg>`{!<3 z16I>CttLm!&+aIL5<`-IGOe1>AF7%dLW?^r*eNQ+epw;diXx*@+$h#C6+Ji|zJU2p zU^P9#AHJ#tF7HcIhlDtsFg3WOUL!a8ZD!_dzaBnY$SN0ryCL5(?(!& zsDzo4Eo2Ca9Eyq}j3UXG4{&1o-04|Dt?MN4=e-($-ZhXd+q)n6Pe9^tZIkhqOJcD- zN_&*KtJ~kRF;Zn6(;E{yKl`Mg?{%GWyI3AbbVDP)PEVQinS1NVjiNYs3Tay2(`3{Kx zov@LQK`=b5r(hN|H1Jiku6{&jAiT%C0OM_Ic)RgEbh}#Smh&z~rGQ`unK5Ax35}}_ z74SNPjSjEPR4hd5EtT?F6_3z?`a}jH$Ov0wYLHDYcC#2UE6o2F4Q9c{`*j5kJmqFB zgU|>Fk`q~3J~Z6R1fH#ZGbfa>ckS>IcOr}S6Ml4*zTvF61p9jDbt8ZhTCoS1!dJz+3WUf2kUqXN>%|+fvNZDXDHPDXIMH zD&$79mt-|I(^Hf4HB)SmNhM#8)q%$|!DhLtc?Aa^`bNnEUxg;Ef=zn61V{{M#{ zUbMF)6V$|!J-R~xQ)kh_p+HIu;9Y5(+DxK+d2n1w-QIO<-{hH(;~ZB4V(RVCg6udK zAMxTM-9AYW$hn?xu1d^qmWuC(1Nh1?D5xJYHfT^~vSG14RUduEmzmJ?&ZUGA#U9mW z$-tr5mp(bhpQp0d7^2tXOhS8vv2o-EcoY;U&(FHIp&WMe3Gt_s)wo?*3q2A*U+8x2 zf-jJj?AtuybkpFDz85FTU|+R93fY|ERtc|+u@!EW3)7g!8IrFZn&fB%wN7*K$!oD3 z4Uv1$uTyX2tWn&fTDcqv1ebh71*sEvaYAXlS!g(2uqgRa1)q?haP2y=DR<@WRB({mGPi2HGGZGijZ3;t%G22C^Dg2p5rXBZ2dQ zncSRhzY8FS7~j$2^UwPAtV~=nMU;nuP-QSd%FaQ#KC_y&lN+md4nk$fx5}HZz5FRY(=3rbe<%5EO50FN8ZH)e3CC}YIEB1E*Q|``;U?L zIdAa*cirKo|BwfApvfIBi$4vhOo7!anrC(UxMJM_16-Mb*B8iWB^I zuM|f2b`ifZOc&SJf+kSsUKSi&$q1l9+1jQT6)T)xm1SVN;+8|HP3ecD0^L5=8zEF$ zOR9fL9rmDepL8_~&j6+oCQvm3Mv$;y9pQ{&rS>v@4oJhIG+p--MOU+RsB_6qYkPzbOaSa zY;()PXd0wmrh1|#f3-*`H6Pqa*<#79s#Y^aw|NPH)>m`N$f|CB3IbU*ShU!b^biuq zow#@9p27mN?Za^-3@cB!O}5jq@!2>R1A3DE?xl{qZfrY9w1v5c%d;4|1cL?$czkaF zjhlIcHEHHj(rBfjdRIZN{+gsXl(v+l`N@^oTnyC!RBefdQ%>I6$-~}^y82Fw)7Fe3 zj_0*|D&Xxfv;FPqA2&mIz8M7Qp7AVq7Bk1Vj#f|n3D+5yXc~ehPQoVpsoTmD!~TT< zmg=5XYc9z1m{EDha&GMtsW@ZrELm|n|!?dn1g`z<8i<^Q-3cnDml99hc>{~Cf&z{R= zx`jyf7n7LrBTlCzNJwB$?w-)9QzStd;9Z$D~I0*V;Id)eX^1F*oe)2%kzSpy}jB}?XJdc@iMz_gQupNhjrEO$nH=m z)tPj`^Yamn-STYJ_0i&A2?Sq%V~oCi#hfmHR?O@mju@AA!b+{tI5LbAO25U}(aZ$^ z@Xu0W@=(J5&J;<_b-!m))r3gfvf7;V6nSL7C+87i>9kAVVv_Yx){G1@dz`Zg7A2fZ zzd}%0-?1EF3LoxPKF$aUXjQZ#h(P`3hm`L>MYVVo_B9mn5-LOp2`wJWv_>br*66Lu z)a$EvuB*J+CL}xJ17{=bK3HYL9M*`b<0^BlVqMyylrHK#Mi5BC!FAerc@&Jkh!c29 z@ioxHR*2e#3&y|lwZD6|DE{$@KS)=Dhi|T_{fxnp!kO zKP{3u1?TJRmnjdo?b1$9kSAs?qR-;&wh_jL!e4AxzSS(45@o*$Bp9YGby{71Px5~B zCk38d)&_Hq!X@_V&aUs|?rB#90lwNpkx}osuzW-xOGmlt>BATob%|28;&E1J7EWDr zL#FGJB}dtuc~h;lz+E!-9_}!Jo5BQth`m#QY%Z-^;U&Xy|6N_IW4M61+w+%l1mgTW zHzSR77UTq65QYe*^%i=wrN~b*YSW)Ei zU7GGZ92L&cI46Y=$5@zvWt%jTSO30b^Mc<9WP}dz9RoVv?I_CAo71l$N*)Q_gB#sw zAgI4abTgz~cs8Ez-AwtEFyM8vNbfnTaqu%X8Q&lGtZ@~Zp89KN&hW=mgp$l`bv3F) z+#z+@pLtwkM)1<>pR8P53YMAHky^lY(FEL=;tP9CQZpjV7%<%piMEDoLg7-KNfN`H zEOhO~Hf6~QjQ&6S3V3DGj7`&w?_yQ8%6=|Ui!NlA3}}It5s4(@s;HVRm}MmQxZp(^ zZW}W?dfWY|^D>Not!<2|QFgHgXA`|Y4n|1@|DH{P^9*z<2;iL!*3z>rhv6ijoGT-Tbl@|Pegnekxv@+SN z<{@li?XH+Nh30&bafpTo#K3m{-l#(Uvi7DXKEQrVbFTrWA&d$`Lq?J9hRnhf_8sy+Cn0b84qLy_HZXt!8UsKLx)r!43n~0k#xNj z!R?Y#f4~}-)!zdpvJPNHcx6rboUWkbF}_SRJ-lwQTg2`W$$5o=FFzV)(^o+))=}yL znpW_i_>PCiXL_)UJ|I$Vsvs?H61c`|L+Nb`(F?0oY_frCyHhS}8Q{8)QeraPiHUEJ zvX;(V0S;sIfeZ!>JO*M?O+B$p2w!j*Z=@1%OnR@(5LGSF8#4BVcXSNg8HpO>o;48^swjLT-_btk zw|2YbR*-I7n825*tli%w1$)oh3;9s-h$&$nWg*2!aCs9gBPG0$lcl+&5-qYJPIoy- zXmA!mn3v>ac~9pkW;w~`raqiuyb+?tKrx1a=KwW8%D;wpreR*q%qB0W^Z8rroNx(-nH`^St;d=H^HnAa{>3Q8gXxxb=6_T4iqD{^=xTQhCwlu79(0S>$wK%W;XM@2*=ojT2#wE#UxYCZ0Fu zY9}5^8MY0CzL>Ikh++V&S6bEB_6Hm>gFM2La60Vz@r~ZPed}6NxBE zT5_9AaZ7#xj;B~LPz_qu>xZUgip0O7Ni$4imIsjN%qi=86l-&|ufQ-W+Rv_49r&#X z|1&Wh8yv|pXYp~NxyTr{+{qj8W4djq)v5!_(3}?(1adT$rmD^v*l<$*ptGk7O*8l0 zJwL)T#g*LqnqnFX#`j>lyEtItNL0@JI0)0Qb<~$YzsDuwbF1Lf*PgG z^Dlg_L6(KD%;}|NkU3~K4xHvn)XKZz`CAk{1ui2Zg!K&H*y5TUM5k)4(M=;Biv66u zvr$xg>w^U6cAL82!z0qfayE6}-QyT77moGTu4v&{TAFZ2&xU>nv%{+%!iqy_wOr*6 zD8)ry+4D+E_4L&@WZUyf?35qlwneFCDDn;-N%f!F`zt$LVv9zT6I|r6(#9WT#>&3a z{OT!p09Eb8D=O+-UA63K)RSLwF_I1#k!->`W5m{{89|{2Tl2DBY2gY5k`Hb1HGSbR)G*yo$M?ZF&aRq9t0Z5%ytt}b*-x}CQvsuFOmcHtp9@;?xSwFLKZ$CGqrxu zrHZ1U+M!@jNU7H%fK5X*h|-Z{AkxrT}$Z43g~<$@b^N-`b#wg;3dgH3u0-r(NjfOAd>S-IT1`DXfijw(6{8R+c+kICPh zm7=WSFLuQUgSR#81X2dyw}==hFg%ExLv`4Tu}XytlRzd?c5QQ#9+0MUCWfcKQu_^b zIXrxtp{w?5p=8@47|;I~cKX!9u0!m&$7Y)lv78B`37r;`u2pV0C zeB|OVu-#^?mbBzOGL+Jy<$99lhARh6WlB2VtF~*yT{~I?^v3eDSb1*bLmoU`pYRA9 zFKo#wwcW;_h2O^mQ6xTq=KDUvb&sjv@gy?ON|V!NAs?~AXK@gkf^TJM{j!-aVpWLH zPW`+ld==d*tF^{+(ygFM;hPfSJL2#UXH`y$3q~(C-<#UPYVkFImC%ZB58nkrY1is4=x9^%AeAB?xD2BiJFn15HSzo0jUA#C!!o!b zD?sq*)$wosB?GutKZq(LCxZ!Ez3Ce|jZw89)RSkvN~jm%cSvBr{VwXs4Xt?Ru&HqJT> zL1cB6oICPBNULQeFH)8zc(f80GSM!c-Lk7%8bcdFuq`LT&&9sxH7WRn@DJQN1_UFR zZ#FS7*cU5c?t;Q`JYg7<%SuLjb`I`SPNMdnk9t#-?c3+@jtE0w%CvgoMXw8`3~JAB z7>7;FKU@9hkSv#USD@4s*`*hqN4atNn7cg<3*o{mv8Ql<4MPq|1D;3?V5)*|ywTZfzg*Bh7- z(~s)V9MFr?I0eerZpWW*FC!TTlMG&S`HC>9=lX-D$UIGQ+m8)=;ypH<=%$&kUG?_!mxugt6{iTih#^H|n=;Jp^;@K6Oqzh9G8^ElXKh&|4B80dA! zvFZ@SD|Dv>rx2h1G;*2^oP-Ez6#v!P{>v_-h4z#?TOsZ{MGjZ7eKVcP9z*M}H-YnQ zWu~y|Iih3j-amPF3!EfRB9<1TDX1fHB!D7He&vDKGmbeXgZa3=jLhO>*JfLL4zt*n zeykhU1R36pt1W&{OLNe>JZoW2AWh6kJ@sO~4av!`$P7B3-Y}jenz7O0*Po{@iDTe@ z(Jly9Z3yMLEr56ZP>C3D89sKY(*wjuCu~kPv~#q&K_-ZuT0Uoa6b53C&jBT1c**{# zY*SY~B1&SSC!?IYQC?(IjmcP~_ zKUlj_J7sn9+YYz0idU-iK0?qu^9UD*Dw-C(WcNonGNq#_ygAb6?{xVU90lgR{vy`M zpTAiEZJ{C%J_?e^I@1h2TQE*=4RZ-=9J%g<_b5)&KdX>hl%&F`isvQOY1{A zP@9iPxPp8A*f+~XDr~YOmN~tgw8LZ1at`+;0w^o2PrYRn+Q`f3x>e`bIViZdq z`b-f+DisT8j)hMK0bm1Qre}CD5WQ93abE4QxqzaL->LX?n_PUD*%?AN=20McI|zo$q$EnOyTE& z_v7>9Aa!}GBY5kl9pXzC72{_oJ(2Q)9VR_1#q2K1MeHhn3ZE=4yCu^W?Pbx3qn zjHfNV%u&}>&gZVlq8Ww3?QUSb3goe+tx~zD)u$gf8+}^h@2*bpYazg&uKSq4-z$HL zZs~FjK6o>Pbz#Su0pk3_=Ew?LMx(`V+nRdfUGO&Ey92nNhO;U!Kh~pzA0+4PP1V7ge zB&gnx4@lH5f)B_kr0JapNN0Qx-Y@N_=pw=|{`=90-{{?=edl*qFKo;$kOO9%%P>E+ z6qeVLaP%~EILlwF7w6~4ho41wGxl)xGYTLn%#&f=7wU5|hvD<*#$zP$DKH8Bzb?iu z3;@79J^%m^1q6SK$N$B_6Ji(qKO8&^*f9>=7X1p58rapc@dH?Z7~w(qs{r zk@0E?8RIe>q6xrgZ*>yMV3Vi>iAEphQ-;VRj6PX8NoJDt{qh+aF`D_~@bW`Jqw#b9 zz}O%m0{=8aPrlC%ox43z{HmTV?Jj5Y=qLUfJo^*JX2+g0>Xf1uzmpHuJF1>Ludf!p zkFU4x$}3*|#18&Gg=t12q=g)YxRYfk)H4beOW#qV> zegGUxQH#S$mrp-C{xfl!r|G1Jk%d3rSn=_;tsjoU7~iI5a3eU*J52J(Xl{68v?rI6 zCgTL@@NW?DKN}Svs)*7X|R&)zjE#WkpDpX-f5hm3^pvC3{Jgf^|mw!b7l3 z&-MfdOBJBn^IAsQ7i#0c%egc(Lum>Q{8c!XuJ6C0MyaV9vudu%qlVIe<*toTzUbCa zA5X^V`HAuwl$-w6o5?fIX=Ff8q79@5E*5;>S%ntk-t->}TWLb@sDz`oTFc}QGo=(u z*5MY#j}Ju{JT7tN4rl|l{pNcwLh;yqcN@dXL$P^v_zEd5#R6>CcH80&d7qb#GTRjQ zo-4F>v{3u%l<0YxbsC`V*&K&_s}=_nt<534#`Ey+X$)or8bi zVju+~2J5Mb7Y+s+(vN3Z;3h4k$0p8><}x)(N|cmH5&CE66kKFc_y5+?t4zWZ8q@Rq zIXdRRS#-167r9~u?sZKb11>wy?Oa$Mja?MAoZV47-^ z%K`+>DpTqKKI!zy+VN?wnnLD%IN^a1~qw8Nks{`7bSDzJz^^h{N zH*L-F^a>r%F~54`6^%Pa=K3~NsL^Re;EjE2q`wS4p+(P6u3&OGp~K3A)erfc@-phT zQ{pNbOqx=EPs9>dJF2xRA^W_R4#`^0TOmDX4ek%G7|fhVj;;unu$g8*DRV3~WQLeW zAXR`oCH~_Fj2~k{BD3j!3QeJ`)A z&0g*_Ub*H*?WkCM*^vbwl<$zPT$OZj>E7Jj~BFUb3ZTZrBkY9esVa=@Fm@ z!U7&0zpAS%GSMd#(i)c$4v6kbf=3gT zirbjdlO*@RY@3+?CP6(J1+kGAOrlAEDw`V{0mMc^f}V|F+Qz;x9>w)2+&l@%!mVnw z5evzTF@n{8TCJi@y?o4%LIY#%T-3L#Rnzn52p*T?S=XYdc@96DkxRO5(@o2^TKU~b zymzvNTp&ZcHqx2~?{Yr>nc4geM?fv}EXzy3zNOCY3 zLG4N;qzZ}@Y~sY?r8-pQa>1gN+!sC|rjc=;;A9fp%DbYDjxBLY(zpBe>>WG+JXm*t6@2xkt0vY;~n>!J6Qm|b?r z8Ltq`=5n4xrO*xxr0Gft?*s8Qg;9eT{$<5kc~`#>G#TZySI+|Uc5iEl^I9(anr|4R zLXJAGi$?U;h+6mK`;F^`7CdGr8X*%rp$kSD zheX4Hs1{CNfnVWGHPLn?XbW zxOq|G*}*@%z*(x?KiOWjs~Dz|RX9UTra8AQZUX6> zMAoMx?kqWVocMwv2fi(jJwiU$OrDnOV&=e)Fbbx^i>+~tqoZ?=Yf+Z1IwBIL@@+7D zeN>JzcTLu|0i*oDjXwSwTk-8hq`JaYY0FoJ{DNhKx18E)vLv6#$Ai2?l!OczV^+;( zO>sVkmi~|6Ff%y|*Mqb~lD~vRbvw;HP-G`?C!xL7$wYdX&_GvPM-NM5=2WtCJL!Hu zi7}1*aVcr_uh8=OM$ifs-NPzR>Arb(hQGV$Mw;Z6}{5>o$xSOFe^tke*H7!N^K zjTR4r`##BPVGmfsNc~2cxRY8;-4W~W(_zOwm5HzL%F7oj=WjqvFW%+AL0jaW3*ud=*Y5#d`nCodWaO2 z;NRAvHbKUi7QZvYpFf#AA6jHLodEmlgw)Cpc0jC2V7Y{IxA5E|muf-!3|E<7f9Dyk z3&0U^5?rg7z;MaWihPEagmqH@ZQC+lOk-vm>bF+xKydK!Ri&TbzGNLl78kkdmg+^{;^b})KFKHewjav1a% zK1!wQfv>+-1jxBF5r!Zz9Fo_C{WE;nr0dO|m#(oNOXjve@ur=AWfeL4%W|+KG+K7T zF_&;|o-!wsB@!1n5hx6)Q3+rrTTsg8$FtSwW39Vnm&?2p>v;Lrg9E3bx;C3-kAJw- zHv}zdTwPRFi>rNgA9~Fe8^VURJ4GGSYA8lg+OY%G)GMc7+S(P@%}Kc;ASbEJoM3KW zj{7T9IouTtlnGNGGe6ovk}Z2t%o>;`$8@hmUuVr} z4DX(cewat8n}PSoZ%2RZ^W1I6D;pg<7zIa)on74oUTSP?vn{-8Y#x`{qQwW=AfB5t==f}|-+y;c zRX*1;uSp(?yQWY0dtQuRYj^jLol!I-Q*w7y(T^Y6V?E!eZ`*TzgqQMna-6;9sqpUR zxhMKH_p+CCIXL9?ZK{+%9LkUNADfwHPhGwmGZmuIN|w5WHbhp=16@#qo;rH^ZfP?L z4`hA8Xn)87K5GYDtv7`qa2Xv! zS4|UWxXsuan`nJ+@;99}@ShsKpnXM|ru91?+4ycSISrq%RU4QeuJau?j?Lja^YVrs zDCwHfwXe0{=dt2nvf~P)=f7icoaZw469<-e(%by=XcJa z{KuOwsc!&Z$3W&ks5}v^k3{8mkscCtdqX>Nlp*#{4@zt(xT+J zT_Ar5bpAasUldg_)0Jz3DRHHwCn>5pYx|saC$io8Odv*QwK@nm<&1{FqTCmi?MjY@ zkwc-8d_s?O!?Yq`k-Bx=LEM#9?QMaglum-GXh|Mu3<)I}afZw*dLg}-N`jQhJC4WE z;ADo>7ojC6FpC=Lucc&w4djIDoMfAEe#J(x9km-+582@mguz>-t`4W9JS`tQWM(7G z3}W#WJD$roFq>B9KtA}ZRZ3Yghn{s=PT$IylUJR6qm2*FqKozFTmo0W^PZOf14F}T z004JrzyLr9jT~%S{}-j}e_-f;f1G@VQT%^M=^_y}G5(o@&;2nLCBj8-yBgN|to3** zIQAfcamA7SiJUqG+aPPXTQpm#F_3>=1@9~rg0#4kJ}0HmJ4vc7pjjyqZ1CP5F$ zPslD%sDOh5Z7KGRJjT72*UObDsw?p!T*2`F)~S8detHLu8A+xjpW-%N5JAwFgqcYB z50D`OF9JeJOTx@HoD0JUc|*5^(j2&)%|$VZXl6%U!TWv8z3&KB+kJJkov`xpT4S{h z)v{1RURnAQsy~OsOkL&7VlvtAPr4QHsiHrimXhPosc4DsQcxidW#lB-cYWn|<{xmw zMipivozllwvDf;USIkEGLm?9PX1YO-$M;l9?#q>3Zgj;4eHxx|Q_CdMYT&BsTQRHP zCNahaAqJ!P(R`f5c0M~aHa=E!ntgQ6>4k{|Yp&ROvruI)YRCmh2%YU~&Ai)n1yath zk4d#>_-t3$i>q9yrf?NChiH=r~ z@5O-OBs)zVwEB~Y*sFABYhpiqoph?}8jM^NYy}LoUs|Np?kN~Bh1>Qk9>~YGB}E_m z4S0v7_*q-9ykTk0k3-zjLHhSe2Prk#7YHS}4wn6C!+~0+`>0!1Y%cXGIw^;6k%H8* zGsras;lqL#Jo)lYV;k==`KcPyVAJUP>Noa!;?%s{5TX-yqJ|Zp$lR%LKuNm3nryZc z4%htHJ|u@wsZBb(#lSu*de604bR!m=FfB9Z7ChM}?v3c8amjVr z*^3}y%xegPFPY=PxLGexssfuus6)K}%HdbH=oA*Z@0)j9>{Yno&vN6rlSJO7x4Wld zr}a2AvUf!q8wK7RVjDaXg7WMtn&EynVC>J{8C=SjTTUpzJ{MA~O}XA_*Zf@uk$%xb zYo#D~Fi>zUKOli{g>?-)07@~&{K_+*wo27~U93vZuZHh(JD~SKf-_DXp1ab~IbJ(5 zK^lK`b@+IyU?44Y9PgXam%O|f^k$5eP$ZIKk{rF#@(5De!y2E3EUyr^#m1Y;(HkYm z?uF47MAF_BtdxUvDzC#~C8b8w&B$#8rRM_XjVUHFhJ^Q4iNxK#?k7tSLfyMpb9Bmq zBn|#GIx(~Y@+AYiXp;s@J1wc?E2&8@W0!fb5hg``SIOatlw zm%$Wmuz1e9;!OPHDO&(se|Ah44(w0vriN>tBNfVLiZXJ5(?CEx^P88Bj-L%LPkLlr z)uEk#8*iwTrdnG>Y#1zmbiKcTW~{j>++I#icevn%3M)9wR-e)0vp8nzLioLsF`fiw z30dv#rPjlM*H&zsA?{rvmP+`|TS&TtEIcAZpPaTBcY_m|TI^XVHr5P=3L$m#|CW4@ zE<=k|Yo52cyb`fVM!IBpaT4_B^~BLo>!Tq>|4I>=JWsi8>_%~_1Ion5bT&_h#zUX> zESMGFMh{M~-g*5M&=c;H+`YXzkD_^!F7(t+o0ZC34}*Os2bWgpS1ps%3D=~C7X&{D ztofls8-EPSdA8+YZ4x5&I1nB6PnGNgI)jSALM9GS${w9KDTWSQQ--X^&w%m~hKni| zP3G495@`tErzU|^(@845qvQz^F5>qRJ$GhQS9Y<3Dj59cX?3c$e3a$3YmN6z2tXF_ zb~DB$>i*a=$os~(?&4t!X>EIXlcsqae0QC2tSB{mU3UY%frnm%)n13aMCXM7aogXr zrNo|z{5ugSRf7x&)RUQrWTr(KdQ4qX4T<_8=UBsV`Yi-Yv9RuQUMFtFq@%o~4=x*( z6hEA~<$u{Weq)1*;6KcVX*u)!}vi*ItaJ%hB~?Fp14+N@O(G8A}Xh}*pYB_Quz zx5nA3k#nuy0Mb5GhBf#>g#X;(5&W@qFRGovv{a|(g5tny=R7%AOOd$~diN0b*nD{r z(_I6-z4y>?LJo0x1)`?cGuN?p!%o~s_lyfLZr8luvdp1q6@BO{{-wgRvENcAcDPGi zFHmTEPT@++5+0sWPVVySbO8~#nPw+q3TSTIK68abwYsxu89I2^VgT{5ci&UgMT}mh zr5|0{Iqyttsd>gfPs8(-ddXY@Zg{$1JEJxiH7&#qkT!OvMg$Jp`r$HxPGBa%pWyL; zCBWDzeqMX3XxWz%2;rOxob?;06qovQffHf}(kOpsbLyyCTUsqjK5wk6(z{(}R#H(@ zF~zwd4Pgqq8~eG5+^NTCFKP@qq{N1U%wzA>w znJo4T`m4P125anu(}xHuWs150GzXE*S#;}&23q5<`6i&J-_Lf5Nq|gpmIuys2T&ma zE%Ikb``SZ1eE3W0Ggsrbw!&js04*`rRWjDNFY!ro{fYL?4bmNu03v(*E9r zx-SV)PnsdMv>b*ioW#Jcpcja>bF0BTe#+lY(XS4!02=7xZT_2MQ1x$_16fFN5Fna| zU(qcI;KOsAmIdPkPs4MIt%o(eJ5SkTxg|D6u1Gm)4WDu>k)RJ#& z`UR}9w=`u;_sgs45Em@{17rjgY9v)beFN|$OQ5{h#bk@(|8wWW#P zn%I735bOcbQ;n@G40I2p^S17-?2u_!`-|0HV2Lha)0u-)blW-OGA)$c)9n%&pn$hB zqHNZdi~Z5QR-Y=Aq>?qiC=~Hv&L5uap)X4_H4z|2yA^4304N}hhEM1DDndHgtGdW2<)8h&>ta6s|d!rBY$j97Ap4OX!aH8(HivP~9j zB`k;uWq1mkz-#5&X<3l-?vk}iqizoH%eE>SQspBesUzuc;^*N*i=Lj4{zt&Ta%k*p zyPKY6kxHq<(|*@v0}kRbQp-8~m=J^|Mj8a7$kUI=ItNUqbi?cr+7j_uz^0aUD7@XN zQTm?zcb)jJ$Y@(>e<`oX6#L&0ME9k0&1}#zqJvfcX=RzQp^#3YkPK^}8k>;vl53p`pl{{b zCtZK{RNbA*v5j(J^}M^lh|^4F5jrx4ofzU4qPj+9svA`XsTgu0!qhg9An-`>jEOB| zoD$AWeIgRoT7K6xp@VSEd37P9$dE}V@ z^a=Sl;pfzn?zh~pzi=y+so|#Ri;k=c=|Q3E;ipe z_qHdWr%5+>L=gPCNa|FVxHSOk$jG=+9@NPyRYuE*_rK2BbYI%JGd%f`wvn?de>by~ zRaW@^G|+l}CR6*)O5bOdz(|5`v-?`Uxq=TWf7ScEX!nuH)v`6)NzCL=W;}znEW6>$5v9TebA5EZ3?cbF>TM?xU&)InchNP(}fI0-%G044eU#H1(3VHT1fH>AG~*zUVkC+!da zEhqh&m;aJU@A6yvo2l|Em_NDT*y$=j`6tUa0wGt~sSrT+TpPT~!TZnPJzt+)xMHyU zR6i)xi$w@WYyz!}vbg!#zQoC7kBjDx2PGq3$tLHZ~=;*)#fk;3?5XDn($k~03V*%!v` zRg%brf zN)8GTt%_FHR0NlIZHUb<-}{x3e2^+VVnT7fyt&9VC^$Lhw6PmOFfIi6KC7t<`ElBq z@B+d&SaVI#J$k_e zU>#la-QdY#N7y0%%x3Yo_=ib;Uif`7g;nPr;{q==ejtE+(cExi{MPc+Sm4bHsx1dy z>to`2(!-9)w`1+nlb?ZI20u^{g|A9HIqB4Y`!I*Xn!S3P_i;d0`xYI0rt~6ocuN$1 zz@^n5dcf_`y!=k|CEQAa%<-n<>mB2+ z0&&8*|JK%42l(qGv{H!I%$g~>vHYM4>1g$eV#W4cN$%#qy+)c_apXw!JEQp!$?^mPw(P5| z=E_PAzIQbCoAcj?z4Uy`c&1{Ex_=aKo)KYIRvcpd`1RXed9veJ-_F+NYSCm)^y9;9 zjF=MUYV@|1N+4P;+wgvYwv`u2(-wVXnEFoU^mjSCBXv#DknKn7oj#EER7((>VoSnb zWvyH(yG4R67)J_q(jnTGullBC$H*mJlR2}jG>^n%1KFE|AIPMe|1)>Gqm1DweXw*| zQeC0aa>VAyc-?IMfy3TEO^&T9QCJJOA9oQcE8>>FBEuCEn@b-oGVTwLJZl9_RJ+la zDK8(TM3&h8RlI9VXmM^kTQ;ve%; zFp8Go`)pZQ`2O!?v?mW}q$RQSuN|n2Be+9`=fy$y_!wY%^8IGXGW>ul`vEaabzoit zVN`OXjOlSDY%-X#4cMDFJJdH#)3x-z>y*Q&hdp|!2k(h5lVc~4-?pA7C6dH8+Nlrn zVz;Mn%2QYYk}`;7o8s1l8@y2^$>)1K4VyVZNyI(1yr0{TTnoe!1=LzcEx)Wr0e6&+ zi;g+K_r;P*pXGAfO&;5)u3i2yZ6G+gRb}+jt)5)fA*5S1H5%&A?|pNP#IF;jpM868 zM9#nEI&JDGg-GMQHSohOD^Kvl;k*Oyaa?+W?{O3x2k)`3Gel><7h$H{^JOK)D}x8` zadfq!3ZxOzmH7Mk@-IJMG?105eQG?9{dU{yEt$t*N7!C`g72fP%ocv@dm7=40l(=w z{7iC6{NrJB1w_~~8eTv+VHWlDC~Nqq&@yc$7L%k|m#WeC#$lRDk&XCQIP86Df}>`xCF48s z6|OCa$FvG8+?+^Ao3hy7hq5Q+f+^tI40?XkCJfb%muWUnf>G$WfM{S!R3sub9YdL} zB_rO;`Oj2#8y>iQ(u7Q-rg7-Lv|x{Z0g86+qqEo{EU^H}8ls_uHM8yHHGBYG%t>w> zr}1byWMTA~#^p^y4e&ZnS%xlA#fPx$Waes42-|~8Ve2=SWzo01Klh|MfwPBFXAWX3 zKvT^S6i%SV%EqZiFNkStlMrOG_vbW?xFbA$R(i$T0l3IGAbCcz7N&nSuD4$On1*T- z#_e0C>Q*#a3*)dgJ4NZZWPPRt->3n!!8z8yN*+3%X!<47jz1&>hH9-76|T!Fsn^;G z9*@St@8^7(Sk47Q*vqJvPGFTmDdDDbu^emlV1CZhTJ~S#t|rNcL`&XV;0z8oiam&% zal{ZqH)cV0ggZ!FkbY6tN8Mp zm;-nZVMUK9ws{o_kDMuC(UAr)x>CjnV?rIId0#xTgaQg1Ry3C0)?%3O+F(qVix_o? z3Xslg>BIiHP}Fvz^IoW;n} zgLC@i)iRohYClj1vdE+)*sus;c{H5IQbZ9`j&A`2zA0>H5mopFWe+T$5!el=;h?Id;@rzK!2#F*=xw9?i!2_76CgSr~&Ko3Z9|MP!qYt?Y zRAimC8~R%Za2Uh)?|OfKm?xG3iLq;a6mECh!KWA%Vr71zP!nFbjy_CJ5CzLUbz{3n ze{VQBuR6TtEwDbmaIVt@p#+mUa4yP@tkZPw@xz!bCiJ&dvO!Nzve60p{l(k&n=Ykj zoeNilGDbEkloMCw!La@Ppi84c93%xTSBcBgM3K zpZ>OiSQe+HGuhhDF_0m{dZ|o`Nz(dYEv)hqY+Kn#vY^!=E_*0HbGwAxIVE{ZTexaO z3svtGI~toh0BxbVHH)ACwi#y-5GG52?QXM~c;f)ch<~2~-*fw6{4H)@3aO<3d-4v3 z1^}qX1ONa+wVKEe`@i@*>bh0buGNJe&Ma)4k@+`w5rg3?!#LoAuOnzKHeCRyo=@2qxvA%`VinOpV_)7s8NW%GNRJvJ8?Q#fn*t_(#$N;!zU`;cW-0hzmT6BCXPrCI#1Z|{QR zH`U4Vq>=Yf2U^So&8i>POs1TuEi8E2j$nstuk4KPZKRsHs^(XG)sGD?8kQJYf*YOt z2$d>xuREQ_o`AmO|nLHHl;c~S!I^K}*3d1UZDBuV$s54c* z%vWqaNU{f3ss1r~AFR{4l(LeuO1DR$U1 zys0=8RtM4(W!pC2tG_lL|96*%SARRCfhsUYm^SKpj`BG>O(^dB%72N8w2@K}LnUu9 z@S};B9m~1nH$FIrU9AmvpQicCV{pkP`mHvQ27ikEuzWJw*2jY~DkgvRf~k{rbwm1P z!isZQFIGVUPajslS#XAw9rj8d&bYogZa_LZ73r5>H35(POT|?rMB-q^NhTPVb zHb}{^0Ydx!NLPCY3JI-`-!_hIGpPHKj1y8J;ft64?S$^yi(jc2P(^WV!aNbK1tOvPe&I@HKOrd+pa!`ortW;@~U!=OSr9s zZjr@*6SZM{s+%iodI))C$8UbhK{S2H!>Gd@G)^UN^&((kQx)Wc*4*PZQQyh z!OF5(`y4!-d6(HJo2nR224a4O|s%!bkmoJ;l8Gc;9eJdPm7{|A7 z7xJF^T{3%!^@^J@FvQP`P7AJ8`Fn%U6^4In9s{w&*dRfTBt}?SbDw*_`|M5rN3S1N zAg=EZM4D4Zi<`LG>&mwQ5*)Di^ZR~ob-%voo>x&87DfF3aP2c-cyU0b=}(l;zf%i0 zjv5HqEXg+>d-Hs4DhKD>rmC-ZsGsbc#9!=lbM$Tlxqz(Cf);ahg$D=WCTud0cxKjX zro0EZ&I9H9ZN@-kye#ach?;hgC(=FJR72erN`jX#qX8LrHpHNAgC%0(g+I0aIfXwVo=;z zcbYh;Th5^UKivIeurR?AHV7V@@3C#$wr$(CZQHhO+qP}n=j{FN>`ct;k8dJ2W;SB> z`O#U`mEF-%71@=Q{bV(aMY;;ZRgj*hCs{6Yz~AD0wQD^2fP@^uQg~>vrf!npm=LeR zhf`1}3q)a$L6X?8jT|XH)Ta<$VA(}Qu|I^M?9M1P|I#(*5Gb)*GI)Us5E0?Q&GaNE z)NdO80dKJRCHM1`5J~Dbllw%=oV`xx7Y3|-3_llu&+(({KGz&kxN+q+cHe4gGxIZP z&rDzQze(a4F{1&N4oB8d{JAJGwzozu(4rXORp!~!JAJIvt1{ifecN*MwFo!$ar25w zwc{}ne-~FGi^dT^tst7ZZXpVV_E%}ic4+1zZB$CefG?rl16z^)T3Y{wEtDIwjxK>= z@;VN;%VjrCx5nCJF8E)iKcsm5=(@kZK+`!c?000!(kIbYWYf@AO)|E#TTBiuzAqa- zX`D6+O1Vi;3A?;0R8$q`t9gZPym!oE^%XT&%GB7%;AUqL`w*~O;@yp1g*F#h_zfTZprbc>10W-&J~@^C?7UGMX$~8wn%xfGp4q>=Nh!6KYoI?@tTXXm3;#WiKV# zQJ8*7>ckN+>kB{X0h=|E6+C80%jtBsB09luTbXL3WP<2$@>})C59>n>sya_41Lv%J z52V-gwXR@~Ynpf;QRd~33>F9w>KPfzLe1x#g76z6(p#Wg?+ z4~o81X`prUVoGsoz3Nzl8wiJh}9?pB6-C$t%h2hs$qo?kA=<`jPXY(fnK=n}?O2~YWeaZ@gDT(z$b z#9Yw}>XJXP)~row!?Qa7@%*L|LY6hCt8PeiLwk{zH6u z$S@~7p)MY-N2XYSLr{xJf1TJ}`*yJqCFRQgcsn|p!aXF5evbWdGTog%HH@Da9OiF$}#Xt;MtTKgWn;m!)!>=J9_COXU?z zZRC6NaCq(A^l|6#jo;LxBfk&yEZ007-|hXV6Pbf$*lywD5FoZ-H8IPZC~D@p-M3|q zyugdAjHxJ@UEHDu$c=+W`Ho**E+|YGXY)}oekQL@QmX_QFqJn#T&zJ+LmnCry!{rk4BqLbFRP8( z&@NTfz4_H>1tn=P^s13c6o1=q5ozC$PmN&xt@*Tk@$ypV1x-$0INi7hal+!TjHiOVg%)kF2|4M(c^$MI-gUaKjTokSv>z{S`Lm-_L z*H*_w5H7*q7LOoB`E|kd)iELVqqEMmeU(vxG97bh% zsZi^@Pe6__kGVkZ!Gb-I-)Dq@$HsKYxAVAtG^dXHNiA%p4;o3^-M2f>?{9iwxLbv? zS}rboa!hfdYX%SmB&M(ZFbl(Oounwu8;AoS2xGlCul9oCsc3(cP1r?u!e8okj>+|% zA!mc;n7M+8M1)ZU0%COb5oqVGme?bd_0S0p*_*7&3%^Hbg$LgNKS030oL0*LB{YQ5 zwt9#Vn=s+`XE-21PX!iia_c(Bb+a6h2CUW;r3g>+N8 z-<5RuREha(XR}0_+B85}5VDTHu5CItI{JFHX2B#ai(6Bg;IutPgj=eQ6SnmO@Sb5Z zJT`DTZvobJW>yjFb{x46r552i+4Kq>7Ht>gnl&}U|uXAMTA05=Lo;z zK{K74ytUi20M6G)sc4?z`Jh>3l1E5yP!?>IuF&+k;(L)YdLTk!r>c(rH$}pPZ_Iq3 znv3IuSUoQT!{~oV)$w@~aE%BIR1@M92_craRuh5Avd394ve|KmO)Kds02kwcqN={D zoxz$jad#URVI`Am>HAv;8);?OVYQ%*nN&S?TVLpLqE3Rl&mK2FG+gN~?EBBwFb|NC zu7YfRG==}!+kpq&a0UN1+`P*weDTxUNUty-3G+u`l(o~4&-w4|h1?Za8IZj8KJIJE z@6&Y<6ET&H*Mml*z_huF#wPsnKkp+8!6@W|>RK*%?JF#jwu6pqul4Y}YeZ9(Sp`}t zOuU$n9(#`=f{Q3Xn+K;EDj&o=XPIDaM$1HIY}hU;NvHyPA*%cZLipaX7RF$aGNr)o z<4H=39DL3eVxnHTIyRBh5zq8KyPxGT)Dn&LA|>PKQAs@-Q@#g(@+K{rU1@z;W|P8o z%*HqwK2#YKIwY){YD;FaFnR*@pDg+1F`XVEioCA*8?@hga3Y4(oc0#vE8cX2FlVJlIH60KEwUJf*g5P>rn!AzI}!iS!SX`u%p z%A&LbEe!l zYgp_n0g0<1&p%7tVu7`kb#q)m`vk29ty)6*@FO}ENAVW9~^S-o{+Lt;z zOTHQz4*CN{zS6Rf9q#cad(bY@h{xoRb*qPpzfT>Qu8>Fl3J&FFHcj3p0Ztq zc1ph8N~4m*G5~|%3Y1ukyLQO9B_b%sR;KNs-f)FM)|}AJM}38gAw9C1Wi;U7qeM>x zT#s{H4;Js~{V~itGx(?QR0thyYw!X38~x2**Uuw3LQ!=j#aB>>P?tjgEYH0m_jomf zX)jS@RXyN2r6Ul4keLZ;GY7V1nK zVc6G6FCKfsIRzCKvzb#og~&X4Hbm4zh<|4^>I6v&nDzj#pX!Rh(3af2GWcAGNbm>f z71zxKBM)R7z7_(&H&ep4jba%I9J0If?x5`qvq6_2FvRcJE?Ks1@;~f?FQbWA*>R5; z@=lExGk?%ye#aFDqfS*&gAAW*KEG;CRe%ZR655|WaYMT*jIN(~Ud@-t#xM*zY-Tot z_rN^5O!+?*F{u_9tDBD*F9kARvN9j2vP*`*Ywk0JW&ep0nG5QX?NDOtP5BxE?{+jo- z_JM(52#Z>$+hUalKO$Q(nOJG`kT+L%6{3;-=H19T&*vY)_^GbJBIMMF*|staWYhASG^bi5F-wH2~5rk*QFXkOHq1Z+FKW zhoZV&5u&K}g-o5vuTZ}CeWarAXJx$vv&woE^;)25G)qc5ZXE%LZS5Pamx&KsT@ni? z-H&0E;R2Z~>}Xpl`aG{r=7>4rCS(tulFPCmaU;bk62Ys zi~CoaN6jZSeKGmNeYwQhivl@d_M0^O5QrQW=v)upz`^Hd7})-xZdqvG4|S7P1!CgG z?9~j1rWW~nm28<#=e|q3JM5pbk`z*C;&L->`tz9Wn3P8;W~C`q)#N6seiVv`!J2gP zZVg+kojnJSCR?Gq>x+$@N&C{?AW_gb!tO*R+Dz7E21=~IvOtF=w4EP)cgL*-|8ien zX#3j&7VeWne$0~l3k&5*`l%=ZTrU6srb|40a*_Gc6#5{;WTi9xD{FU`jYohPo)*_9 zbTZ8+@lf#il|8aQ!es)iHAZld1jz6=mzL&L)N{yaPJzG$2!i|pCuAQ3hsZC_IryM! z^-J=s2Bg>?u$D}#e1Mf>3n7Y2Qz<@q5C0IN)YK^H{JW16br66jldkAnw8(Y|cK=C- z;2qmHdcrl(P54W_w^ACVR>{2IVc4*^pKD;$;0L^8jvGf zZ%Wu?%k$2Drm)GX7GYx?L!Kojs3U>R&*7}ov#)*@XP)MM+H$ywidz5TiE#`t6Jve` zpLt{u?7(YdI@|SUN3+xGoU4R>Uck%9A7=+r6^!jhWrmPKHHQIchS2;|`l+p(H$gVH z{Pz2m5NGJd1IVb0^Q_S-cAVI>h8y4lekJZV^VPI0cGZ*;2@7P+5RVprSaf^ra zTjc~!6R*HX5&$>v7CwJ{(5j*r^pKk;UOEpFQVJyVLFERGI~d`WOs{8Tya$F1XIJ6P zw|h>nTFRQfRdi{4Q+-9S>+r94qKZ`F9k9hG909YcNT5mVj#5n_4h+i`fsn*UR|q=< zeB!9E_h*aq1d2u7mhuPu4xnpjC zze-Dli!q9M-Y+BUm97LkeuqhH8LO^0b(?!@ZoI205?kXBGq%msiHn}X6y81+W0C}t zNsmFp=FDls?)+hK-cU?L`k&z*)s3R534}l8*Ad5@I!TxrQGMyaA=Z0BJqg%c_6^EG zNRL+I*5X)07v$R2jDB_Q zZ!m=i-p0B>`t#emJf-g>0KF3_7&GHeraBnoUw%0wHQ*SpYd!KE527>O%%i-(2R>9Y zmttgZBvntWIYS`E_g9*tDZ<(%rETtSR?~+11}LwJLuXx849W(W zP|I-%pv@6Qg}-`{Q;0)u3nSX(&|lB|Pqls_QI7I)v|txEYVGZ>1Mr5fHxQE{;7NmY zGOPgR1k>obzC$8N0F+q>FJIPXKzjEj$e1r7fq|O*cU6puQAI#>TNf=y*47ElpgI$c zonH+18u+Nu<8M-tI?5NdOT~iDO61`{>^$+RYMp?ycpLukvQ4#Byosxx^6pq&r8wu0 z^Q#6)KblT*fx=ZRMmTtPJ4|vgc>4^y)q6464yvP(M54(+&P>u{xP1We(~wh`rn>kh zJC2YeGhKmiB^MTw`}UHkKn9U`FQ7mBQwXpO4I{CO^Px?(lX@LL6D3~inzuc5ERLY_ zxGm3>$}a9XeGrAT_s9%9WDZe_lZ@T7-9yPME%$9EN=Z!#`4?fH6eqB(UDL=iFyp8t ztREUc%H)>o0RfQ&J{(MJ#;~f&0MKJ~=IcTyk~F!1M^|NJV?ks0R#Z~rYb^zY7twGP z=5s8ra=~Ny#rH?8EY((x6nLi>mqsc$r;Sr$bB*WHnhfe*MVS}vN``RxlvYw1QwHt*G*@Wp#t6HFdEz(>JA1VTeAtxzzpQ&77`Mg&Bx6g9tBa2_;DJys+ZR zjvX7d4{CG2nxi!+Sl*rBz?|%ekHIaP#C3!@oEffV&T+JM3ekz8Ia38HT>GkKg@x?B z3uap~`VLDZ1)Cn9J#ZBF+V3Ti7Q8U}^jTs?&EV&vQh&9O4<$r?<=2l?;zODOC#DI@ z-@s+Wk16pUdGJQu^o{%K0`8PM)t#;9!|v2alt%zY5#iLK{DUJgV5ora<9G7A8EeFw z%)oxsL=qmxu}?Gs2p+JyktZCGd$O+wq`^FM8{_EtpNe(v9v;!oCduF;AIqFOr}Hj! zs`e-n2O9m#4DOm%{~ih|)Cv?rtq5@~w-0hBB(%>#nL|0w;nyzks*VuTBPMMrN1Xz8sh;yo;^Vco>&Uo9&Se^swlb8C7J_-$;)*{US;o!MqAq;tOf z<5c+C>#HI+_4Ok**W6EsMc7CdWxz8>T8K_Q5ycZdhs{{R=-OQFdtY=;8&dO#P>B^X zV7o>4^1eK7U_a~hXIyOxbMdZS2Iv`f_Ap?#&%81&5GKi%i;kzyM@&Xkbz4^gmAC!NMYG7<8kj|ER0FWC9(LdRU z-YWO(@DI?QB4W))-ax4F1ccqjZ|_(IcAUv2#3w)-hFCNE_uA7gM}?3X2UD-5-?p80 zLHcHR?Y^0T5@9-gSHJmm!Q*M|%Y`p0Q1Q85OWb{QhzmP16(yIh32?1$BKNS+l2bc2 zpcWeMWB!A0SiDs}8jF3yC!_37CksQ&$6ElO>oS}A-Pm!Qsfmd|o#z?>8Q298MRwWn zKJnKk2e@tD3G-Ab5OOWOg^B`gBNPPLGZ?r3jW^OD008VW0{{Tgrh-kS{U0a-q701x z3q_zFjtm?bM+Ffk25AH^*Lj6Rxfzmxn84gh95xdRi=~)2AQPh^y8ftPYjmB4mUC|i&3 z;hGl&?*|wFkl=s*t1f`BO``kLx=u5TwAa#l0tItusRSyWelBrx&E~ZL^xVf>#+&nbup4O}Z2Lf~O;^9nZ1a#UIW-4SKIk*9RQgdWf}OlCFwI1689#Cs}3wqD20e1 zP!4@e8rCA$jj|P{C62+v&!9vh%mj62p2ZL8L`b>5Ty}LlH#H%oRmWmWfIIs^> z{D7GKw;eNDzg%6q<6S_M(9T&PIcH?f`DpsSeM2}o*=h_x!Us;j0I)~>vV znu+k@MOkk|DRe>lGefY(aCZ+8z3&GHG5w=nrh=g`$l4kL-quwWxHX)Q!< z^{oA;U0@QWvgWyqQ%%ps(#%kPMA6p}!`Th1HVzblc|lX5UKahannTj;fqmT#Ky}n} zT9z~8oVtATW3Wb3F%30QGZZ)g>htouU1Ljr+k`q`(XXH)jpIt9!oHwZUm5NB5}P-7 zPtg_fNXADx9n!Y!d5~k%?rz-x+{SX*y16PQOU6&ASsvL? z=APO|K8vA%WUd0!vSHn5Bpp$#tJf|gaQi-B*6jaP13&Gq^)GTPWjs4V_@-$pE_D7i zVdN=|g{Wn)3(nq2(yj+*xp`QpI{)Q~%&!e-eYGIx&dXAZQz?}-9F6&BO{Ak`GG1rG z!51Lbac~=eQj>Iv7RDqU&)rv&)og=v=AqMU*7e13=*G{UwhP-h@pZ9g6tht$)%1k& zLI3guRwV-RF9)hxV45T8=Z7~I8BeUmfE`TR&C|1LAIHB7-PJTsNX>R5-9GqxM^M@h z|Kzs(sY(OGHhJ}~lIECY#w-qghogRZ)(ukO~pw(4BMPmtefG522<}jWb$$> z?@JFCFN2P10lqQf`VIWFILvCTyyD)wAZ15^E_#^Qa-OE4=n#|xDn0_#^oGhRCfv|#AR!V(pP6kDsN)0^ma1X3UPoiH z$XPCC6y{CQ{wd$vk?E{6DEX{{NC|XzKrs)+=ieITUpk0+@txGX<*#de9=zk{gvuK zsEAcJP}UIOOBvvFG`DA(7qy=FA2oyDsCI*yOEzw`|M#jPWUdh#xY zsgy0Rm@VV;7O(f}5c~Q`4czP}E8vwG?4_2y{yR%>sdo*J!!NFqH5xhKVIYh@2F@pb z^C>z=R{SuUQt!<3+WZG_E~b)Mg=fT9WeCouR$FU3j&|S5%=xuu(r!2Bi`y%7uB@Qb z;KT~oH>G{=))Nu>*tbmVhCo?F<>>=)*FOu3H*obV8 z&fs7Vnk3Bj`Vs#+1{^NJC%ctBPnxU7lniPT9)o#FMMC?Dw+0)pBUiwZUX(z(n^2xH zryRuM=2=zKrdsn_)K_j4K?j@P?MwT$m)^~4DNoh}sxfc)T8hcp4Qk;*NBU+Sqq1Dm zhf#2ApxwAQUDF(Nt3>5(1@j-L1i$?DlyHw{)R-=C{uhf?%X^YxvUfZ@n%p}Es%Q~y z8CE9b6<(ba%*X|tutZ^u7u&A3>ni<$4JNjPr!%~ixuE}1AgM>!dL!csz$1y$b)La< zNm>kt2m7xHOorLpZ6vB9U|jG40bK8Yj60rgfzHnzZ+NA;4V~K<>G(&i{fwZu{asjR0JY?52a2@i zci->^)_I%Qho%MA5$FU`Ts*V06AjY>TYJ6zTY-K2X;3J}tsZ`XKz{@v1Z+J}+dsKC zf4f1JAh1OUv!*#k(13n4*Ar%}!3jqtF-|?GY0j8%@?V_g)x|ugyP(IRgVNv9=-DhG zR=WdzE;d4x1{t|H%u&!jhRFR`1ARFjnOTy6NruG9hU6(-c-Do+X*0%a{)wn9$VBe% zc8h2PbW`%l1X_h@kXDw!hht-zcmkeXgM`#6>A8^SZY^X7oqGppM9&RGGoVDT51{iI*$i<@rI3@g; zj7w(EJv3yqIyRHmeiu~yb}RWQJglW)yWxYCU#U-H?8bI8-4wBvwygt8NxR!94tIy3 zv(TGBM_ahBxmuq?`x#%RRIbX)O9JI}YNol{nSBymn)GF^nFnS%A&jnJ7VHG$ifh8d zoQrN@QO=QFFL_F>29zP($5i3z(v}t|2MI&^_!$;;^|Hw173_h8Gq|utG9@=$7hJyc zI;q$ziKQi@7z=-Sej;(;0*PpRNpQm*d`1m31`LFMw~mBI61`{imT>Cv|Wwv+W#Dx`6e6z~H>M`*Z&`V#u?*&3Z`f4QWT z^0`$11}v(WD8kXGLb*l`Fw{hnQwNe#2awYHl1DF3>4qN?jm43JCy$6Ej_izunG8L1 zZ&{J^?7)}|9*y!rkM<&tk-3lMj^)V`m2+hV5+!L`Rr~dvRHwM@oI1Vw;GUkBu<*;T66TCKD-QX1$)n z`s0fTgDc*b&b!aQzfh}cXO1Mk_Yf_V&?7&cr>Ok^Eu0t|oQgEk(&ji|uS~|C_;K#= z)ui{qbxjNoJWSL=DI`x2wL4hy|L#(yA=~4ruV#)ye)81PqT>dLAD$HRlY6rHDpY z^+w0JdP^34(|&d?AJmy-tOeD3H3IWJQqoMhQBK4Z0Vi1i%=Ram{2%uINtq;hY9T~_ z3{~5x03*y1RB)ml<`kpR{P-#~o5=MGma55ZE`o~H@Ynt_vu(uu^Lz0K(5YY0F4A|r znS5Cvl4b*=*Bgp8b`F+L^)XEbkwbiGr6{jFOc=9W^dxz*TNa&!%gMI zC~9%fjHMj1ZaKR0*ITsy24-g)n^?#$F<_okxnl*T7_T5tgO1S@$y)Wg%iR`Q_IKu7 z&`PFBR%EqZmJ;AJZSWH9V$v0{Kna@zldTTiuu6RPll(q73Ao%am)y5pIK_T$vFyuH z%T3fms4(EpFX_3};KD-*d>dm6-3h@_F@yIi3cGmI)wS=GWhU$MIC14@(0i4~p@4f~ zU?|2F;SMLkOFxWMZEfs>kcvR~?K2%bFSlC$eliu+`nTmyf)yE0{Y9Q)D%CiXa$e&-ll z7?C|((1OyWt2yV>w^0oD1Jr;_OQz$%1L?8U)>%Qk8Rgvbjd7mtpAv6?HK!Nmsi?1T zv#!r>ZNs>u^RCrX*ihUwTzQ)8rZ#=%yZ3BcxF|3`SGKwm*9=s(E-O z%+N)p4x}YP?EL$kwB6N=2QXN9!!k~1!&~Npk<|6;w`az%ImuW8H=x6j_Cn{jRj8P1 z^e@EhZs8Rh)i42@k(R8;wK&b`tiyK z!_?DS_d%8mWYZ952Oa-6D$+!+Fwei&mRN=E&Wqo^8QS&N5VSJ?Vwif8-i~78{2mQ| znUv{1>CTs`yU?q_MW~dLDoo%j`LP1g%GltAHnqY2>yR?6n9Lb@S>bm!8yU9&ATmew zw^Gex6V^yb4U>)=-s?~KZr0cgnPelkC0H?|;9Wv5DYgDQPhm}W<`5@^t?rlNx^Y24 zQ)kJzb&StJzgto_`4L^&2sQ!^8vioG4nawRJiZB>Rg>z9kJk|y3P41Q~$B+URk}c z9zM_trvf)5iT(KF^TnEI=m0@Z8CcKlS#z~^Ak01Y}y>m*=L|qTSEYpWO%Gl^8|`E^#;ZPn(g_6Q{i7R)V|hk zzN;T;!=T7-7iD3haaA#H$HtD~q0Cz$Tq7p`GR^wu>INJT7)8&`mOOR;+XV`grs85s z_=4HY5XWCWOh3JmkpdeR)}{VBIZ^!Tgrn?zxU#*Y`rG7vFIqx`u*5HaD$u^|)xp~<{B=_{ z!|_Aqyxg=5hR94%`SwE%ITF?LXLFikU>3=RjRh^b$VvbzbA5vWVtiv!6>w!;%-~Ca zaCMaH_x!s68%g8w0PB%<)S(Rc7C7dVV^7T@3j6e?jJ?_D!pls{^;r6!tt`g_Fd;jO zEghd1>$n_kEjqr~(cO~~tVj#X7MECR;ZXptVOes)&_&+gJXt$pYVV^Dhopc06hgb; zOsQB1G+svCG(A_2{lpc6klmbcGNIdKnvAJ$w+LtIverx5?*#?VjVtL5Yxa#k^ifKW zgVq+eBL+lvZ(y4V~N*fk; zf+H86OXvA1;$LsUZD+RK7E{n6v4@i|E#x$F$}yUia*-<5`usWZG0LGaa$K0q{Ac0y zgs1L!2gjZCVse;Ro1m+aVulD$OQ@|j?9Jg+v9P|bHpoI0lzo35t3rpCOwhTBrr0SH|EDWk$1q70@!v?YvoRhtrpm% z%y|BWcRM#WyKAMC*e)?VcFI#^@iQQ5h`esHY(VpW37b60+nu3kA%wbFC7oC$CL2BD zI~9FYXmChhh@=IDp<}=KP=Y3$iP=Rf63D_czZSxoPU(OQ!exOIDigZRlCU6g?Fjhb z%M%+AU^hKhKS-R5b-mf7)B&GflB_Lp$93rx=R>a3U!i@iPM`L$!Je9ltjJ!1u7Qoc z-Xu;kF11us=97nc(-TdJDx{Kmxu1X}V#P+5klG7%6);jU5#%tjM^W#eQZtMCH8fPw zRzxGjzvH$vGvQ!IklLerB((DD&T>Nyaa$>*$$V2zqKs_rwKtLs-UwfQL#9GIy)Aaq>XnVQ;Otn8k-MSNi@zZuJQ1d!w{W7{^J_%vfdyZUPGCkiYaTm z{?bS*^}j#DjLr?@sF0%_CX=mxOW*1&`>~Nw?8GwwV~44ZvQ9%YUUebQI-pW9FG=un!wy$2v|Unz0#1Q>fPaDVx0j^}1>u?gc`PV{94 zFNxBJA|Lw8^>8*v#?sCdVeEm9Wj?c{4br(8tiHi?4l<41Kzi{1%!q6=B65e_OTz%M zg|;dpi{}sCUwNhF*kzn2Mp!vq*P9!8LFL?(In$<JG;NiW;-qOw$YCyrdI3&HW;*Z^uJyCLI5T>X@*m+7Mm* z1 z(|t>z=-Lvy)}0ajAxTDXna;rraFpJ{yR-W|YAdzf%=(_Y{AY>z@wpfkwskolZ*IXK zk2=3$5S`{)McN1;Fk}E+)ww3FRotCfi%n5c@Xsun*XMEG{?|Qz(inJD(|6*B_q0Fs zme8DuO;li6P{>HPLVuL1yD=B5FYi$J&w0+QaC#mz^AVb^w+vO&gVr75eerVL%nnkh zcIcyjZjB&RF3lAkt7OVir?PE&glTB#Q&{?#|l|_!IO7U}`X3ojDt(pd8u} zaE%fFM3ls>fyj^*J!yFczImqxJ1p9ZD+==6eXZOp;#%`ML6y2s-*%ed+)9Z@kK!ws zHAOR!YhSz6?N-a|L-tSD9r@$zA+%jwl#N?O+sYM<@0;~eY~L_pVzFtxD>q)waG@MnwlaQG|T9>jl3 zZsIvWG>-0lGm~sd<*1gaF^~a;4>vh12p3=TTdRl-ySC1Nsy)G!0=Bayse0A*&%UG; z{MI4NO3M=x4I5LQ1s1-qgNyk-CeNq*i)^%ooLVDYj0wf4-N*vnHD1gq4|!Y zU$7t^On~>KLEG3J6KYHnmjO>?cT$5=@9c}}@DCnqe6NOIu&8`@+e@(~+iy{apYJMjrWnm{e-oMPhB1=(JvJrVP)IaopO@)7psA;Rp94IrL7r=)r2b{dGhnehbQXapT=-BhJDT&5F1Bb6}^9z za!ERcTl`(@G<%AcKgm;DtS0w5DDN=2F_3=G+Hhk1wL=KXdK|SgcAv)?k%1KZtR?DE z&vx@+(-07u=Xt#zLyZFr6!A~KcBN`R1@x9AbYteO2f&QrqV!&!UT@s z*_JgIVT?(S=(gG#$KCyRv8M0&isU8lxQ%gZhiKvXDP{@Rpd_8x724Vt{JQ{Qf5DHU z>6-9a>!*wR>uk(cP*alP)rex}3YAg6&VFKbk_tfOwAJ13&%Qd^Q~`g0r$c93G! zEw@xkp#bcOHC@mhfWKozWOgB5u;c^#@0y}dQ^WvdQ0CSBz%ofI3I;=05!2 zM_Y^db~6s23mLECp+BOW;74gmiGf& z>Aa-X=r!Z(CnQ@Swp~z!uFv)<2l?;pm^*s*Yejjbz{eSnA}^#wHqoa zCM^Q7ii{BQJ5$apFSErvGg>ieqhPjj)%G+dcNqwj6m`(SN0n_fWx9@I5+6q`C{wY zQ;K2r8OK^v%S7CNWj-lbTI|y6?b>&fbp?!A9JZ`1cpT(qZwY`?UWc$b=t>!$zn-85 zbap+ochh$0!t15^I@|VxD1F@dp}o*;=nF`}1R6rQe*~OjYe-yPjr6fk+YHu+jy`(r z^lz>7yb5pw6jhpyG8Livu5D%0j>=#@LMhG~RsPfn{nN<#i-M&LQZuN<1CX@GpR5E=w`)t|Fb z{B;$h>!(=d26hctuMfqnaX%o$>+L6H`S18JWLpV{uHH)ScmpOc9!N{OGOtZK*ZN@@ z*=}zX3Vh<#KFd+Vy-OaBi=gH@8IaFjol>O>a}C1HTGH={-;*#(D)B3?(0O zf-z~fGa=kFu^Wp@u2gqv8^7(LEHDbA*6WVhAdqeJ-YOFuwa#X3IOWXh*gwXUQ6Ck@G%?CYS>Ls=B4lIP4)yV>(oS@I`2pf>zu z!l`>;k-y8@Gs1#((=JtNT1ue9Qu5f?v46pj{c=Y41An!W+eM%bZ|5X>4)^93)^SH( z0%640LUIE{){AoOO)7iZxIADLu(7#Rv86Zt@lWG4Kp?dEzJt0xfQ*dM&<9D5OGP0u zO*V);?h*!9*>S&k5J?C}Dc3lwMuBbr(-;p=0 z^6ZYqis85wid{D^sRg2 z9a~-*1I&9Vz@OD45x##*bB(9~t3^om!NAf$As@*2Hw;9URoHex=NffQRSu zrHgN`l{;Ve)?}LaO#bhtk=d*@BmF#Mcu@)64{=TUkCPcPX3{4WG5bkri0Q@E-f?UR z0|9gU@RL1YBcIM+W#?WxV>Q1#QBEtLHkgtX65=wg|$Ss;no= zr-XJ5W?**KWW8|JWK4{u=sy2c&5+Xe?j(_Dl2e1rU>mX|Vn*=A^_Z7IM51_egclgC zrjv}2O6l4oMJ*jhb}f$&-0%3^p=e~N042g2+8FY;SwS3yY5~H7==RPwKC1+&8RKMpL8k1Ew!G1BrhOiiQ~VtD z&YVA7h&3VYC|IA^NT9kv@rZhXbN z2rUzEqmd=#EFox9w8E9`;@*ZO&Z7N9Sd7-xR5gcSu6)@%7KX;#3E)qE*AYV5hU+0< zSXlM()<@sF1_?_L9Rc9@dfZ298<$Ypx+vo(TKeRNqS zT4m3}!j_Q%;)_6rGGg)7z4>o59xL>Aez9ky=>;{Lt%hGRyz0=*-@{n&lnC4ff6pMF zo&HSuUnLgHu#8@x@ zE(OagvR0)ctK-d%{`zPtKPYRB=f;&2=qubb1B}-3cq(%ai*{?6mjyMa96?N@p?OV> z+O@z77qxNc{-AD?JQ2Z~PiRA__b8<7?>vkv%YmuZidP8Gs6R`K?&ER3@!#3=Kb|Pg z0v{CT?|jKd3|!B9!3=GrLUe z*!q`iL_}WqB$1k-b1?s~zg6r|m72JqmW7)sD$dSGIxW94pJcLC1Z;1g1)*a9EeJLD zDt44s5OX-`fbm++r^3)MgLq%5y$mheEVUw4Krq8;h&D3I51qcS}CRyQl1!G_$S1um@sV}n%A}UNP+)& zlE|gU{8>Dt!OL`Ji$}Zo8w)l0_{X04|1=)^bN3f=;^E16D>WwS1dmJj!4ox03QMHG z=8TS;DBDE>Rlz>tu{(D4-#yXrwQVkScME6jKTcj3PON92TAq)*okezfsTihV*BoisMZ=+_`N2r z&I~wa(7`tl`)*wldEr>w8(lhtjbYLqmeHD&thn2-4TJ~!dwQJ*paV%m?H+cY;(c@JNCW zwXE9pn~bR#uI;1$J?+o!AoCD|$<2&JIs_^%e&wB8E6NQ#FpLkyz=WOvn(P;hvB;{q z=yv|yW~uvH9x`o{w8jzWQPVJ2>Pe=8=n1mmw&1W<^_XvyXrCFf9a8OD+Z9(Dq&sd_ z$GwAK#AJm@d}&=Pu(})6I&i0&?_03cV>um(1vUmOT?r;~au>Ic#h+lFi9hW-5>Z{Z zyhsfW+2}R=ZD#9Od%RvBiW>1+q%uV7z66-#wnnf}roqXC8vnndl`6pAJ?$XN;Fay9E+Zd3aUFU8_7^*!((rM}wQgI*Q37-ZJKPey_wvqo< zv5Pw3;d8j!bYVJiHvZ&7I5+)0%-+T7OzV*sHXKYqX+;&`Blddx%b-(h@{iUHG@B{f zGF9W}v|lKgH@qK$=+Br)OF%LEJ$JW#6x`^JX)<6h^4k`tvZw?Zzb?|j!I;VcQu+o< z#H}0Qpv0-XL@S|`;(H%G-PVrccYjYglXhjrDp1W;k()g^9JZYd(z4jeCZg(dsY)cH zYZl!K(NP*<$qHS)LS&p(C=@4YaWE@Ai?Vu(JvM?u+R;Hk9_&&Bq83)96~-)~f=KQOcqA{Cqc1Fq3@jZo1RlEh}=PmjEt*$gSXl) zuC9@R@Rs?%?K#rE|KIQQ_lN)h=R5!aK=)qXN{(UwyBq)!MppX&cMbsOlJgmQKLGGg z@hOrZqb4aq-`FREE^DM%Ww^5H=ya{z<2M2@P9-qSTAOG-JLvpp_@f9vRzxk|j0EXH zp{bMYhE^ic3|E1W7mMQzYN3_!1~os+nXEN;1PEn$&rAjuh8D7rSoQWQo3F$Kb%%20 zQ>pT<&kyoL?l?Ck=!IPV@vDne;Q+%q0gjZceF@b9;oIY%7u))9(?X;Ibx>CLuH2A{ zfz{Y&Y?vk@j*V%yQeGpX)QPpb2N?P9 zbDUllsoHD`m{^d;=Lg*GMeD`;ANgD53!Kamg{5@`AApn1{++0?P*ELPehyUZpBQ+y zWuu5N9OQsU{kZ$57E3U8l0r`;M@qYlJSW70Az^mKp}b+geKV&QLjaMOD>{RWGazuJ zODqv-))txE{u@uV8}q7R1STH|VtQlOv8Cs-6Zz0c>9sWw-;jqc1vt_>r!<#XPYurC z2S2HEv!2M08ovaO)KVBlz3s1K#l|)7=}NNWQs6ZCiEZQ$^xqd8cwcq^9~@Zwao6QE zOSbvzn@Jk9712t=o}VnKA)Gcio&TI9YS>LOke)z!Yp5vuPWeimstFYDC!b0H4qpEk z-;<~{GSe>9m=O3kHFxLq)Y2A>vGMo3>+C-cfiD4F$N^ECy9dd>*`;C8k|ICOXoX74 zn9m#R2#BHZ-7&}SwB;h8%)3evKTzMx#@ZF;_xL@_F}=qfd2qAV9bv>~NyM68%mB~K zP=57Pe(QGBRS}!|38tfYqGx!OBS|ce=o#ln^o;k8yaGMg#;KXQ>=I_-)Q!KR_T_@- zhQ3<-rTb#Iik-pbO|&E-IlgIz^(BrAV1BV`@0hbFv}rENMnu1UE!5zA(-Z8L@j0 zsD%@=17aCF7?)f_{;{^gwBq@)uPz*bkE%XAJml!8%KH_fNI0#oRiQ=St?{l)i0-Hi z_kc@j<P?5CMMBneDX_*P}D$R4G zIP$l&tpyn@+ykk9{T)fdlNXZ)?sGrCQFiZL4HsRyqibew54D*&Chwe?0wATnQ0-V? z$*BAm7Fbt9CkQ7$HPGj7|5EZsT9f$%KbLPM_>V7)VIUId0BpFHWi%8b#-~s$RB}Cl zCTHMiBf>U_Gj-i|Fz%UnFK3aWF1dH<(DZf{#XM+fLtgxzzn@ zRwKh&ccmwu&|7{}X{At#mS=pBES*SAf>+uaubhO+;f}g9u2-bUY?S_hDJ>-I#zBwv zqRUH!Rg$CZ*IQTGPOGF63U7J?lO4DdJt_sW5AQY0rDRculA~jmQFl;!PQkTY;2-&) zJ=ykFwB|zCEcU)X@b@!>Rc~2`_3H)wq`L4UJuq&j(&FZg(_)x@qqFi!VeZhr@My3EA{(x7^Xv3Iy;I8vHD@YmgjCQgv6{Ict;(hnpOK%x z=E9&}3aQ}rfxofe_Gl0p15TVmn9@Xom>J0Hl00c^E70ifg?a-t;IB+R%(Fl+*;0g?7-m`40lk|J)LESj zcQYRuh`jKMgBn4Ug4C#WY*`leGg$HI=zB z0BHoXY&hvtt9Lw^D@~07D3TpdY)%%^0R-6{@+NNK#!zu<7g&#b%tZuS_xnY5ib0*U zbYhcV%hnl>KxU52r4P9godaLo9e-3r$$Up?V3rum)x~N9-|whCh3~sA~xqt zX4)nmC^g=P<$kTrziH-PnmxY%95W1Hgp(4{Vh-7mc0SgPHFBF-1jW@UcaOXk{AMc| z84ia;)W}${LEMHt3x4j%ZPi9%p@s%D+sI6C48ZohZUtj%c;^Z7ydoC6v9T6Tdn59% zw&oHwm*IBll5i$ToYhNJDeb@2|vJA}X@+X}b z+(fN{NDDr$$LE^hXfk@*r%jy^0FGt$PcjSZ#bLg?dL-O;Y_^Nt#owVgAJ#NAEu{|P zY`xj64AQldNAULSVAuB!gZp-s{Nlashky*UDAja_V82%UwM&~TZWFNZ$4ths0*%Zr z(GYV{H0ZcQXp|$>`=B8q)H17{698a)5}b3F#Zy0>1YI?4asg9sGajjUeJOOR$%zZh z&lgK7>-)PNAPQcqIhzI6NwdXz$%9P=x0x|a6x;4*78M*J#6}fWfZK!ny0Rtb$VboG=)ir6EPuy>cX~bi!5F60bKMguW@!REZK_HBcNj_lnr8%3A;eEbWLgGF8-T&2wBG*` z7j8CdTJeIF2_r-u^Vjr$o-%ffvLl^zbNq;M_7wR=@B&Z-GEc*ux=}K-*_ROG#ln>1 zAkoPQ{HK1ns+0=1PsRJqb~uoRN#9hg1J=D{T&qLt^smxkxC8ge3ggv6NdZ z^qt!hq4X>}6He|dH)#Aoq_7wwj|u}o1J=JDIfw)pO0?S-qVfH*8{yZq^=n$9Qu%W* z5IfC~)O((aS8Qrj0);89pZ}Jchd5ObH(Tq7M_+KL zKdlDZ`UDZ;)=wKU9**JFfx*+FftVCy$-H}>{hj(w^We+svwgCxGuN|M0Bf%SI9Cy1 zY>hU0e#dLVifOt1=Xue|Vm6%7h~glo-;j&6XUrXZ(Uk46IXR8C5zXaz`f=*psJs3s?=x>ed zFthVdvvlWKZhj=}1qaCqY>~dPA7f&Jc)1dreaV3}d$5 z!x=uo=bPqx=`tDpT2unsio%t4d2P7M%W1x4`w`t)szxIP&P4+lyo8)-`E=6J1X$Of z*ke4=UO)a@-H%;n(RQz)_H9L634_kxVg zOj^bBKsREm8$hK--|UR3VapOk2u8zO++(B7BG44pX%A<=5ObRC;3w<--JSZxTfPI~ z=HCchKlI~(w+)ff#ig6i>TpuJkc}`-GR^5O3?Ukq%{K5^^b_un`VjE_$Y)w5%_D_+ zf?n)B@02NzLP@CMkc`X8+2xr&`eD_=OoJ)<5#>xXKCXa0mak|;oA`sy!*4JSbIl=J zjf9Dp;?Re+A40de?}!sfKnac)$Cb39Psr(jcEMD~NP@1iS%Z6kwlIxBFWB+j@Blu< zt)LDXCjApP>W?BP(OjT`?~Mu+I~3#zdceZOAQpn1o*m*6xU*@I*Zw)=2W zvL2}bqeXSauY?nf1*(D+R`Va{BR7Leu=C_wTf3ksP3ZPA*>I=*#)z_7V&q3R{V*Pt zM!}5NE%fxdN~H`p-F3h)7?mo{TA|!37|&O?38mnPdaM2w54yce6QvK+xxP{10u zt-*7Lt@g*H3KTO4;6cBpTSsK&nvaRr1+zY4O_)(g5veUiRXIy4CDG}y$S|WJ#mzq= zkFp;`=QYFjJS6WOBvZGhxdA(>m6CKTvgczRjMx;I#~1Wu)n$8h&l6HGJwKYNXk`_j za<*;^i=?dBeOIppondKL89W|TP zr&VmfW$aD=C{`OGvcy>1Uk)28N?~vvQp%0hwszv?%cYMgrkzS|h_FVhnO9C)!J=}v z(1To2>0+QCX;*}A2hrv4qdESm#5$4GIss7H(0-Z+Czg5E;de3Qn2h02T)s_jA6G0W zy?%xY@T_e5bKZK)o5of+`el;QVj}=m%mF2#Z6D;io99NX-;%wzm(aO#v^6}I@Y<05*;C|JvOv!lKH!b5 zCBGTeNm+AFSVDr0Ih;6Ur}llPoRRal#)oHrc%KICd#Ncv-X02^NMkW%^=-?P`$Q;9 zj1Dfd%0E4hgSS<^zTU4&`2H^&9Uo$j&WK+fvb1^_NF^b^4GN|xcUkK%w)Au=IbYA9 z$ZiLZw|f*rq6)j1!74$JWZ4KUadzFI_8_c3mz^df9;OmwdOx`!7b7+~WGg6Mi)#mz^;mz@xsD>M`D|}11N3mmKR%L6rwpvzsWqQurenrG zqe)V_E9p7;#LfqJu^pK$zBu)2!gI;6lNO&mku!C+waJ{SSN1}fn?tV}$%D)1`B_f} z^ivJh)9s{$H8DDj89!$Fbl9i$5>M3kxiWl;P1pffuNLbe@)N&w6Z}S4(+{)plyl$& zkR+H+A1E>Dz7R!_&LAn;ZO~w&Xu;t=^kUpLvxM6Z$!slDo$}7nF(FIMOm_!YGlJ6< zTkk7>tGD74E!Udpd(q)zA_o>R7xcSv#UY#Jkdt)8H}$GYo`55G!t`Km%s!y>Cw`cb zr7*u0nt3G`q<-miM@2j|X&_dXXOFWWta2QODH`N`PX^ZO9Oa&v$wrAKEo;>qUhsy& ziPw2PG9&;~qs=gi;f1Np4!lrKx*2>`+U|UP)uwahh&^b7T~xDn<{fBwb=CT66!B`M zM*8Z`vBr`@`12q;KZ(i+scUla-w5Ce!uERSo7D+(lD{{xV*2f5b`=bg#D*=n1-lYE z%V%DIP>2s|`7}Jr1She-quOx_yiSArIykqCx>rBzG-w6h-8cXKZEikOFk)r(Cf;8K zTW-Zho9ssKdaM#r+S`E+WS|Ehz*mvjIieiRX`2W`J{|oKuS*%BN0mZ7oVN5cKLTP+ zpJNH~b|m&b6sZmv4l&+vn=>sbe4j+SrE!4ALylwn@53lI-PhdLCNy~@0l~Aj&B{Lg zDWa>WQ#X~ zE#Bec1gGl{1js~QU=Kvc;lxSJGQ4)tEG)aBB)XA}@rR`{+{G&2U*3f>&T6Ix8-!1l z_)yGG@3VHK#@DZqf_!Rb8pAe-{5qJ(4D+_E`$%1M ztVJ^)4a+f_aLV6-sy6*}Ldm5&XDcV;=Q|_gIS)5^YxCjBsodeS*6?T`e5aD?sJ}*_ z+MEMOK!X=C4|9f*dvn@v2%$YLVc8EhT*-_xpPkDb2N|itzWdhXOz_e}6sfiWG{Ty< zaEM^_x^8CG%PR7=)52aBiQFhAX%N*4$0I+jgU>|VIs>Y~i4ky~(-Et8Xk8ptWQxzD zu1*0aJe;oAq#(ab#>w3SXs^y6m+JRNaoXQfL4Z57%th^tLHd8Z>HPT8dQna@4)5Gc z9F;`aRHJKpT3t&sZ?EF&*5A*qzYbMu1Y4=712h>c)YHNG*zSw($`)WU*yJXse_+ZD zI$e;&>155Y0U%;Um*OnNyB}qVC2d)#<%1cV`O1p%v`(dz+F(vDiuL!XEDGhv*Gx1< z9!zcBH=3P!r=awC?jKj^1XTHEBzajM!CNUxMdbp}skn8j6N}Vh!{%YbUUY-2bwyt; zb{!Zf02{pmfuzil9ZI{&&Bpq)V1o+J^OB3wF-A%)TXR?si4F1{>r0NWvkXLFRfzFR z?gn$KnyXGDX%A&^%(`#OjM$aPUyFW>rEF#q7X+Jd{u zK}MDG!{yyk8CeLOov(KT*b6yW`MDMZ{;+E?e1q7$ZX1zxD}?529${t>iM%A-vl$_} z!CMUdm*;0RRVv~gLp#T(}1et5-WYzj*4((^>G~6=Z)|_G)7dyc7hRCA zt|oVTMBA~92`shMp%+p+p(7f6HKM>1C}{aU9Iqx^`C=1-p%8fF#bGKjm$P436O^p` zlQf&hi4*q9ie(mt{%H+KhBl-VDs9{^#_{x_;)aT`TPW}(nNxZ}i`BUUmxXlgq+D2#n^uD=w3t40}ca!4I|coQ`%SJBX-sh(S4Ck$hlPvbHcH| zgk!Yctr!m)TyM(>Q4Q{&acT_AcaXk-=+8#CUvh-U&baxcF|{C0R@YOt4TP|5Dvl3G zNqkLWUiRQNz#KpM;0<%+sDn}v2m1?~W8f)vMw%juL0Rpjo{iJPr<9#Ul|@SF^)V&^ zy33~cvwRGOwN>&T4rABdp)1{lt<3jiZRK|^mr-k_%GNT9liRhuhy^FRd9SibIi)3u z>+LO}cAcKJqZ6EZEAI=Xh*n?Fhvi=mPh8oMAY?K@EV!SsLYj2H09gPF?b z85A?*1gXOOr6$WsSjP!o(R8G!$(?c@fI48Znk>gi0Xu0!aWq*lQU`h9OSo}yprwXa&(&wUrde>hFocGQvJYWo_bV<%Er!_PEDy#_kQD;KG6lZ~(3@cU~`43);MC<*>u^fY+m=64fH3=U8Q zD>6*i#mk_`MRAPKfy2ZW5^a(Llf9dd2`QP(WwMrFsT^;_6SBn~J$kPKAfQjjp!6Uk zU+BvFA94DS&g?w?{+0EOk2*2sa_4sd8xzc*v;4C;=U^V)5X<)wl!ik0h#??*CE1@i zHp9tspULqOB;nrt8vj)R(`9`WoBqh#-k{<)z+*b~b25Ih1o58B_?b!aId6VGN`5P` zk047PuB&dZVfFOHYko=={%+mY86Ca%VcqdHJ(H~ti7<)lG3AeL0^Gt;kCK#$I9=PG zO9kxD9|wEd{Kt3>iI?z!j@L4^2DJVsM<2Cw*%Sf2KvnQFpRHG#+=;8r=rM^jY5LQ= z0tf4@-^omtLBiA6EoRZn;3B95dAhd49eu(me0lCgba7V6^pI!YX2{nqx3_uY^@u=p zak|EI!i+(U;mg+hIYg>Cm-jL@+N!Nyx9wTUTy}`E{Ap2>vaoOkI~AqM?bF*hWdijT zA_FQy_2bM@2~|JCvt6Uk&RnnhXf}*qwohy6-{bIjH5H>sz$c&I2?wJ#$Qj#I4r-`z zuDzH}A||Mt6IiM1z)Vywnh8=7t>yJ0^c5kTYiWNv8>-)ZaSP z5-*Oj0@qu)v;^GSKE{FZh2YWpCpm9nL#M|gqqZ0Mi{$^<=X!YRr1KVZS+|vA3aipt zGqXo(DmcigSuTqk-AC+M$~Fuqs`5$w@pc#cnFm%CdG5|})Uw`-df29A@#s;IGzRrv z8};%GY_-gk$oIHmiL8&J`p_;*c{k+{LgiQqbG=$zm2W*Dr>~n0bYg z0wK+Nlj4T-$onyi_{*N~_{Q zvc`e+jHdu;Hgc-a)M;cO+c7+NxJU=b-MX+2Y=$C=Wp+LEP^Ya?d6Az6^XBlXyR-GX z{AA@UCe(JyMb?L$^7zAZohlagbUeX6&7b9c+;I{#)TSI=^{L>oY5_#$Z4EYe!(ZN>^?6wUn(j9W9a? zF>D7LFNa{o468eC6m(Uy`rD+SDFm!XA4n7a^pzSGSo(2OqhX+;`wa#g%*JQVC5D6C-<)6HaoA6`?@7 z{4!8=#g`HD5nz{4l^bA&xE2&&;+y^l%4$)S3gqic!u}@-*X4@db#j9i&_HbGc~|qm zZX2}_OTruZF31TuiBzMykuLnZ{Hg|r;iqMi63 zlQeJV~i6rgKc4Y=_X<_+FeXH3X6g%i7?z7#&!{<+xc#T#a&pBpE+n ziu(#68~HEbU&hb3)~dsMugr`Lm4t|q7DdG|PppH#MrK(vJ{z5%CP^I&flX|Hu{WWv zf_f|gn7BvAc2z!}X=<+lwLs|RrNCkzs(PPXoua5Vum>2I5sm(I)br8Ys%{e~`JA`} zNhbgIdT%-dHn@xG=PYRdJX!0)4dTUE{hu6`0cPFw+FlGqlggx{4;?hxKDg9C`q4cP4m6~?ms134Y{B8&UR;+nNF z2x{px0GjP^$}vi@q+5sYyOC4N8zqP$>T1R#D`Iy13_#dF8I;c9oJU^59xmlS27rNh zERtP~U8niIb0x5Y=X|atkTKW$h(ZtH`CxH>SZ01u1ylBD|0F^z^@E@hph-ZbohA9I zS@Ln>VoD&?!>v~;q^HNosE+E$IaAhH3hZDW!Le)IoCa;>Kw5<}J4iOFOfpRu%Pkl8 zZhhTs!twqIKM=7;VKw%csE)u-V7zlIN0eW!pk7a;vt>w5Qfu<}(*p<mBb; zCI!#F8)Gfp!827yC$GK2jx?~=Sa5}(CZd?2aEr2kfay3k3B2gg2im}{uDN1=<=ZTa0xL+Sq%vOL-)wetU6$b$JU*@E9Ue_F_kSH|A zDW^Y*>j>u1*TN(z90@DP|DE|NXnS2%RrapJZ^PZGC`RcfOp*6&+wE+0``)BGdZ@Wk zDbJ+ zs8`o;#-wKSjj$5YQrg(WLf=Um>!NnF>XFuMJQX-&Y}(EKd0s2w>CoauWdnSY?@tHfLlft0tTn^_2&$3I|Mb4+5f$Af#U*XZK3TZ$ZYa1&AOFP{ z&2Urkt!Rt1=Lw<1n5v?@fgy4%dqQh_qzT_fyTk6l#K^4#AVu!5c{~`vhK-VV{Sj2` zdx`9;uBh}%t<8fEFmxMP>ksWF+OKC#kB%D|Dp@ZfM+mU}y&c^+Y0%)GnK$y0C0Fx1 zn~eK#JA3IG9gTb6|2!kqWa14STDSY!7+(B{bZOj~0?izA?KrQtns>2M97gc?PkIzd0+*O#J>$NZS$1IU;RfADa<>UhzG|3Js1z+xBj&%~Y}#jA1^@l{ z4mrO|yY7M08M{KaJoVw5gL_!iw(elyiDCaztnRZP?OsNtCt0LzIN%GUXe@>dBXt;h zX^ekjXl;ohvtr;oXZE8h6OX6saqe9>b3B&MH*GN4#>oapGO7b6ko<*H=Asz#3o%YZv>2!x2|CihFg@a|-v`jYA zhC#Uw>DO);ZQa=`uiVp`YEJ+`=p4@N_Ee;uMA;7Gsj6hIYn}sz%VaSwb?S=yZieJvsMl(rZ zgi-N7F|zS?;>O4R+z8p41!A;cO=KBa5y9_$gCCa$s5sHtSeqtY3QLA>c^YTVV9+?< zsB6k@ho(&YyE;XM#trxyG@YhSEo^2M$-)B-PfvYhU}>6j5=>S^N@~iEJuLx|nS#Kc z&fL%W{Ec5mb6DZ$I&|8ndL(MdO6~UW=ye9%+Q4yp6sYb;7(lHE3b7dehVr6cABNsC zj2*%Q(F6-c6+Fe3Xmb}&Es)(#7%XayY$4D5Nw|Ar%wY-d%h7rps;*-14fTS_3B(7P z*Do$ApI3%l!$^ZxRpg@+n7J=mYCDSrrk567O}u1wDK0N?a(uR;peXzB&|T7`Ev=a1 zR!auIIs@q!eP_d<)7p;I-r%EXUnsJhl=Kml>r^(re4eUXM1LI)t>#yliW`$Chm3H5 z#KvGb_OVOMjSO%Mb&@y}le z;H4mZ@2fw#K(GqmvK(-gPxWt?!vt&xj0^~3EW*0Ed4{C8=R`2Xq`XZm!;BX}x&z*Lp4@ zfj#KSw%pN;nt&s2w0j^#mkubvu;)0P8?c+W(P-k<#;<@8p@MBSP{&xjBv(Q1zq+u0 z%d~m>kr3o5t*n`-or(vY>t^1}X;7`A>gdY(#H+cXChfommAj6Ys2)|oZJMbqG}YIi zxe3Vg#(+j^y~`>dWU2k14B>x{o{olm8vN)_gg-V;HwVX#Ix$nj?!ZyKsdII_Wtx>K zFf~T1i&YZ>M)T!d>T^*3P_MN(BNS%cG3lSN~>lkwXrn4A4R1MrNi|pE5y#e-waPxf(xf<= z(5WP<8L#+Kb;IeEX*u*1NjR&?EmF)(YKhVdL|W&H@nL5z?7`Xi2cb-mx=anwyD3&4 zfyPJyeR-{K=&Ev65wP|cMMhTQ&|ZJOhq(e7vkGeuvo=E?%=ki9;6%;@jRKXsB`HMc zA^@y+4t0>D4v&vY0)fmm#$_V?3Vvk47w+*TRfx%+HBQCRD~&H#a0j=9yTZ-3;pG}$ z|K`p4zAnXmReCTp6+Du*G6pX+%&-R-)W?wJ50>pA6?9_ftzFgH99g5-LpinDIX{Gy2d#SRUJ0{U zr=%lKeg)(xnh~vQVJCYX>pZz6vpO_f_eHJD^5Nw}k>|!p%xCfpt-FbAe+xVL` zd^xb~wYK#V)U3f*j=b(^;`vR7$#`f5e+zfG2_n^fc?o;>t~h)T94zU4i!&L?s6YL^ zjJrpufYjIeKZ%liVOnz{{tSjBwu`+)yNcvcaL5v$ty2fnch)Tk9k0D3V?VD)*lm27 zKYh3l0?%37Sh-4Bpqm=rkzE#H%1LcNTS~2R^Jjc3VYKs5!1|2vAyI3z0RX_RPfwt& z3?LR&D@*r=J*YI(ZNzp1%E&F823N}y0|Ch zoF!Jj>sm1U#Mm@=|D!5NGggb5dKo&CUHL-m=SbNhIn9ZyZl}p{KDcM!GpKv9e&=3S zt6M`F^~SY2>Q$>H24;2lUJH#ky@^O0$i2|+g<1Q05}D$K_kAwBJ|*>@jV>#E76iba zLe6|312|YHCG1KkLGx(?9ekSepRGQsykCS_AFA7cgn8$kc`&&%@W^8-fmKWGGn>9) z>w(^%c7DjB6N1$Rn)z#e(v`Je+5_F*GjO+HDs!tnO3ir9^U1h3?c^9)t8Mu4jNn+f z5OIxk?aux!o4IO)LkrDQIx^Yznk$<==Va5#rR(PyD(_O|tpf?!-2U*;p!?@^{_P)j z^sQu#eNRX!i+Cq>|FPirRvdL}Yq|T@5?p)Cj8_$^Xfs1Y$?>!GpfOlKY-qFTy`uiHzG(d*`@>nz+6 zg~0`<8bkn~4fdqt#8t<8PX0=0+uXgi-Pt zd+AG7M77^*f2Ss*pzx~6b#aDG*0$+$+NbG{5XQfls+2O8^7*}iU8bZ zk)|`#5FS}g)nJh=V}(1$@f3$(&plT9XN?%=I>e-?Ij5OX`Hfq5X*Z@V0`|KN?Rv*I z@VBJ8dbo|s*QIE)w9!Tk_UB#IW%s(P`FA_cT6k3-3q^!b-UwX!&tTI-!BZ-Ov1m7l zWU#=!rg63oEP2N6>{NGN23W8;s2NoOG))?Zz3dBMI`BlmxK811HEXWljoKKG`NVoh znZmB}P})Y&wxWuM@I0Ruw5S*2dMt3>1MQ+tGSkv%I_k*xiReVyEJ~))#gW(Ye79pW zXCHl|JPO3sgrP%Jk{HzfvEMjNU?Bp7_s(PW+vCu4gK!Er{aL(nf=@sMigM+gOoN~* zD;Z?mft-09W&nLG>ogSCAdR^ka{$g_^8N2tA4Nux7~goO<$p^kL!ouvk0%HCUjg(# z4)?a~tjP4h00{pnJDNBF+)rk54fA*b@Ph;V&p=B@OUEy5XKN;HVQck2)%^b+^#1`X zGxLAtfAIe)=^5DA{8+>6C8#^aDHc@(^ z{|qKQJ`KLHiL;53Grol>zN3keoujdZtr@TU(|>Ag0QmI(zvzJf)&7kf4V=vXCwl*9?f(zO|2m$KqAUz-|1b9b15T2nd>n@n z3C@bBhysexZ~}L?;W|xE&%)k0(=$U_;Jn>il7zY4xx4Xpcb1*m3rI#JBUz9r2#NxV z5=2mt9K--95+wa|7ZAVy-^+aT*qN@bdaCNFC)E?|RMMU{IluZ| zk5eRBTpg~orOJbYm9a*>+sfHJ*mg#jm2-NAs*4v_2PcLbtJ-=OZlCH8Izrn{xApFd zfBIo)&Fl|mrMB)5ddLGGe(AQHP6moKSQ~AO*M^5H<5qQaY@*SYD-^b0nChF~LH<`N z745dZT~iBk9R#}~Yi8g4S#9~^7oh6}b_Y%~<3y>g7mb%k2baPOM{5l^OL(`>hId2y z?i_~d>99M+02m@CfI^-D$g>Op@{Rm2a>?>--Jb!_L-@j2y?EV zP8XKf?ugPQvP8Ll@;ZGlgkQQX+($?4z2E6+)-CBOhpSE6_B*6)&Zf`X9lM+2*9`2? z)jD*WcDO^XHG2xxwhSdYF!;Rs(i#)noAa%7cI$e{T4f}15 zLAVQ_sY~~?M2K1PP1?auiewG*xEQnqy9ZRcR>MKLzrZ&PI$+X*`0`FkmJO zx0~^jsq#iSV37@o%hLgr*{auuYaP}S@)vn&(Rj787zt0Do%SSf)3-s=eR4KH?Bf*t z^Yj2VDkEdH@$&d8Yth8w#g*~aB)u}Ss4@hoR4*^DP#KYtN8HNkPbB|1n)@KMx^eqNdN`~@}u&yw`*cY9N^RMhQ5waDpCp6{nAWRPb->wngNlqg%IF~=`^L7DyikP zhKvEj_(8-KJy-}%+rd15WY1Ql8EJ(GI;d9Z^F;)Zd@?PVCJN0cK;_(SOKucAbvlsb zlBZ5j&c;>Oww$zucKs-KLp#Ee@XegZf5~}0s5A(@7Ijs=EW-9csI%NpCRYf_w+~T) zy>83beL>tgY(qqDuArR?WlzGR$n+4+O9jpTLohVw0;GiD63`Ziwel#7aeRqXRNrwB zsd7%c(^lAi0FljW+o`l2VLomO^^KYEaF(@&Wv>JY5ZA#L>tK_0$nRWaBhaH)BoFcn zin$$8ET}H8)96VwDtA&!l@+)V6SxPH+nYV+rs=p{0hH_X9Pu8I(Tez?ricW2wh}RiMZ!< zkh9RACaR*-)918P?TtL$snoj*!Lk$zK2`|WlcdR2}>Z$3q7l1sEqhbn9WG8-YoX;NJ8 z57?w_Aej9`pW?4mB^A5F)9hh)hJ0yrZJaFH0G^xxd%!mw*28u<7{SpT?V>lokj;d* zp!*{Sg)TCD4!ny{>4MJyHj<3EAje7e%8>RJDsPJ^dFF8J2ijYftpNQN0QU3~J%8r{ zvMB_(RH9D_#Uuag&#6tX764vAp}z?^cfeNZ@_^mb?*slc zC&nCL!Vfrf^pL^MBW27glu;#uCiyFYLF?_1Kk_0cf1Cypwz-V(qw=gtsbHz#tHcF| zC6uHmkqTy8y*5-KiwYMB9EcXQkG#%k-^3_6@k3RRw_z*Hts_JdyAkh^sS-86T3>2S zjKSIvn$WKnNTP!NeuuUFwj!i3iApP>?oZ;|qGU`6}eek!C<` z?`RW+{-H3U!y-slV3Mp1j#-}=0X=+ib-Yfv%F^*lh1piCqa0SoGW(HR;abL+E@4fa z%aVqCR3vx(0Rj%=j15oJEjFM)I#|_E(pW;FCPwrH^@L#oZ5$3YEHv9C)og={pNlO% z^5;G~h4QV=X~kin+?JauhRThyW?!UobD!Pb!&32NKtfY`AJcUM01lK5n=& zv>;8(ahNufVcHCpesPhME64iM+IT~=%=Q|pQ?H>~QFKWol4kHg3j;ar%_iU*IM@f-OqIGKl5|Fa`Cs{WlBywlh}Ve*H7#A zAJ?}X=Y9Lnd+`CP(LuM1#RBa#qticaT@30JDwg9mWD=y?R5~L6%$qmQSmvT! zX3>4q2^MT^Lc->rDcF)@EihR@B9u-7lwL%jB>&JWg1RC}5iBDA>^DL9!{qRDumB6O zd%-NpI^Yk}2QBakXyhMcBz0uyXmBX&Kr$^1SIER?8<`>CprbOwP<-d;%&}0QGe>W* zFA(h))jXykx}Xl{TvJ_U@$FcbZ1X!l)&FZI`Ty|e|Aha)ANT*a)9?HLzZajk<^Syl zq19;-dN2-NN=zjuJ&acg#h4gvREMoW(#?3;s!cTB_w)b1{CO|-e-iyK@Y1e%|DSgJ z_w~Q`;=}hdRq_kjFx7HTE2Bdlh!#{hQ1*B_T1uAtl5%5F&f(S_$Mhu~>zvC45Z&_& zFZj9V7kUFo0V4vRHI)1jSky*@aLLSjiK=ZbCVu&7Z}Sz1g*bC45_FfeIgh@E(^h<}Bsr!tSYgXiRUzaY>S#h^b^N z2Fgs$cS1!x9fiW8f(&_B!s%r!vxI~BTf+^8J`Ng< z$G~2@vO%|)T^Tc%0mC`YbcB8<*oJ)E4-ZomX+*oB`T>-=+Lk=QX{iOa2x1F$uC&BldH{%pqehX#Q$I7GpGO*bg*pLq(6dq_9M$D;_(aRCIm(RsE$MEg; z{AiN>60s7vWo*3&Slub+HXsnf^dF#(NbJ-)O}vp6AEzvHn5L(;Uph=DkZJCr>WIGG zX&h7@X#_{n!wYXbie68@J6pM-5j#qVC7wur3gHHx9F)fS_2%+^%uFqp6C;b)G z#!@nE$EsK078z*(MS~%UbGaP7QWTeC1I#O2$LvI(e#8pRr{Bbi0b9}&@}~!`w#c9c znB$oTuC{{{<6VvF2)&_2tC5Hn7+{WX(2Q;nG}O+e>OfK|MG&IlboSUQy(k5L(8&`- z=?A2NNDkN}=3NcUEMb|Hk;q~0Wex&#g~7LM-bg$T4;juASaPt@w;|{JG9IgO4 zdDmu`B{Wz}uEVO6wFSp5Bxm(05jxRRf`j!Gth(*{w70d1F-mE#6sDMClr|P$5FYdh z@ikL3Rh8^aF749LK_0!Pbd6xBZYAVU<>(rNS+k$6aR@S%T;p7`1r3XSw;VQ`C&NzE zD}KGR@tpLBjT^wlTCUmdsEMI=;v*P znNgGIfJUmMkdcS5jwFF37sUjUTm*_h!W}S~?EhNR`oH=4KVkn%dvW`p`@a3}z4*Kh z`ws@DS)DW-jYg&c73#2fI2vBHiKr{+?0p;H|JBcXvHz3U{~SA>|HCDZ-?#t02Okk= znsyy0N=@TTC#CsN__UWSKM-LlEZJIQo(sQp<9Iy~-kNMXWSugp$u2~Zjl!A+AiU19 zljLl6^-Fr^8dgpY=mXT9bL*Ai%3!0yLZcG}7(Ox;JIJe{E_Og~m^Oj+G*YcoA7&2N z81&pkC~4c1h_-vRwGr`eh&g0}#9!}jvx0&hp?F2kMU-kQrQJ+O$Y^48y@yseo(Tn^o zL#r`w05JYZ=)W8IPAvbE9lTHf--{35PonqvMDLr*p0>!lq-)epF`K0tH8)lim#i8? z3)t9jrBShJVAEcuyhxu+OhzoYvN!%Jx6Z3!wzk{oh zWLVfO$^vnVVy9^ImXSj$ThPqD6>3@H$zaNhSZV_r!J1~*76d*p|71ie5rEhi5XUTW zBBlm@AahG~b5ooL=~sl!3k{8IIu(6sx1qhFVZ6T?^w6X-#4kR;M7Ppo7awHmvqLoi zjar#SR9Hx0Q|x^un+3#iJ47}wgI(b6u*?Qyms}A1N0)B6T5rgF93hWvuzS#!m9VEq zWSIlIh2c;%3`$My0v!U7?LA>ixqiVdwe>~WZ=%|u;SIpD$=d9^u(y}BXQmCBz{BSd zIz6gYF2^i(Y&Y1-nnpM@_28;7LltXh%wH^GA?!{q880v5r;sil-u6t4vIWHjweKfWr;1v`dQXy=G%_4iZ`^zHNo=2k2ruG}@~lF17ky zHoUb39YnL|duY#JULKyPbk1c+L%k#MUasFmq@`z(TBU4Xzp0#hoEW~`onnMcW~ifX ziGKsh2|1Z=4mV;`% zHbG8JrQS@-Z_WRmOvd#8aD(7|{qMc`2>*X;+5rH0fLM2Vx67h^Lh&O!&E4Q*m^qt1LjA#Rh*aev`aLx`5R-J?y5*t9@oFYpZ!a@L{=qS98%gj}$OZU_w{BC26N zrWOqg5j2dV6iwM74k~?|BZ_m$1q=MUlI#=vg#9kLfh!V-Ah)GTCS>p#u0aYPYo^`l z&0=q)eR#w7Qy8Nx0ib=eMp^6@^OBe}yqWTfFT%!_+>8?%FD9&3!N;cF)Gw6iYZ(A7 z6GSHbdInsenQd*#(?PPpb!)}a%BTel$8iYD@39=E$zY{iujoyD(!^%Ag4DE7Oc&Mj zA(M#7w*_VzMmH9PV2brdlmT*0B2Kurb{#I_5&QC~1;Q1I2HZ2JcENPp?H+ipI0$8! zgOHak=ng^|_(h1!dR(J$mVsk!hF4A@oPhg#Ikxb~;lbBVfLyyggsuil%Z;t-0vTYS z2H7R_f0N8i%32w1ySyMRQlDkuOSjZP#vwbLE-j0gP9NP4 zvKkQCp8l}iXPF6M=XkO|mhX{fwt!5E@JUF3C|&!5cgyoGp1zUqM@U3sdQyd72aE+) zGvrPzKA8MO@xa_1#4=ygA{?6| zy?qlILZ|&KI;hW8g0Pww5`tFolCFv+N~A7P%cTf(L}O4>J>{;Y)XFbIKFv zpiOX#q0MD@y~yU*XZMKkE{7>X5hiN@9z*@zSRN8I^*127Jb%IC5l!R;4_}}zOVv?w zTt){4`EczB$VYjc=#sJ*OEhEb(cuQ8J_oyDgV8{(K9}Y0>FIO3t=Pz6m~s4r_Z0JfD^U6=wi@ z0$@*H6|jU1$iySAr>1Kwzji)!?@ib(6_W+Al^@E07Ja1)|s*2Y)8 z!^yof^ztH>2bir&Wk^Fbwl*lsNh}j~L^wL}1$xKA?c1KxyDO|hns2T)$QxsyiIkKs zXpU-0gn@5v-f#`RsJ-c#x$jG_B*ok&osM zrN~FGX%P8Z)$#CK)$wo;F<4e|)G?aW@xWnH@34*scG4WZBwl8i9|jT8_2lRvw706` zk<{%ws^gK=pKzkJ@^A*650Po zA&-11bSF*mJ{^!-q+%EJ*RhR49`MUl3wihng*?zAXZAR)LLNDh_Pl8!54~~+*mOnZ z4)UejGHko@z1AkER%JXm_XISWT#26^TD4M~-;J6cP0VcxWjxrlT9ond4U+%gE#r|d zMK1S^qs&vyT2GnhBxO91B~HJLhtEQO9J^$c@qk}il<`22TbJ=5Amx(Fc=#GGG8yJn zm{U^aj+XSyL(F-1D|fUepuYVcRPJaELN@$wSMJD6gRJWUekM=^eDXyW?#P$2nRlgd z$J^x=cFCmec4_j$9m?xr?Df!iT~jLNO-npdnUTgI(zY!bMB0`r6T1Lo>_y=~PBg_* zAMZ}3k9?4c-qlJUKBt*Ty)>GM)Qi$gPJlFO8M*IDosX7xjZ=<0qt~2UPyL3I;Q;dR zX@qzs-~Uh7|3mQuL?D|weJG#S{vV$0d$yVX5$pfH@Bi`N|JW<-)KG0=(QpMc214km zpFetUp^sLI3WJdP*lx2|hN3lXM9%woD#aT4wu6lvJ4H zmfM;+L(Pak3z|c`iM=utab_miQI}=)FRc(Yxke5QO;%p5lh?jYD6dEha!7RmT}~BoEM| zVO)%k(G97cYC~kn>`p2KIGrP89jYCc+c~(jQf}1AEHJ1coeqJ{)x~w=V#pIh#VXQu zNN=JStzw~~INy|_0a`OUtcg0!?{0T`gdSHKGiJ5HyO9A_KJD768A$!fB9j(bJJy0o zG4;X9XnDL^g9hfz@@dac?KGdq9q<5%nRaKs+gd8J!TdNI0wgi|# z6rVv}&Oqx1TF0jm$!Ww|$LA8sxtOgBam4YWRJl5W-Z^8aL6cSnyqRn%EvL=T1j-ck z4vW0q0YzArHh5-!I8TKz)<-09{*?NFPGB%`rKI&M-r6MH7ydVZ;J#BlsU?{QoN~N7rl=4!pW6dm-M`l^JO`b)* z56>Lf5=VLFz_Y;5!LuAWWaOD^%`BA%tHagCD*keYNZ5O&T(6MO0DH)J9`pbnjbHT*uin17>7?j{~mM~J|F?3&Wh}g7O%JT?OcT;xOnwg&%T}F0f zd-i_8_p&f^h!~4Cz#g(hz#;=Ugy=gd6dtR?HU4%!lap(sJj6E(nG8H6JQW@iQdJtS zE+L4(UoJT=z~&bKHvKugUvvY6y-)b_#mqpN52b58$AZ$w}h?w5iwtH>D8Z3{(H8uqERlvI+ zg=+kQB0V_{pp#SdUIaHWwPjeFrNItI5Vp02EU`{%35WvlE|>m6ID_vfe$$SyIc5Z+ z2d%C(X8tT#3J9eIGM`Z{D3L+SDA9DWJ|M-Dz0$R3VNgMxzBVxm=0z;kv^h)hw0Vcf z9Kurz@#Iger>xyGHeOj?t;re?Xz=5Yec`Z^^fc_D6)I2wg*E5u=u8kIE9AXFGKV=U zXagc4@)sjHDrB&rzvg5{59P0Z5k4G^OafYUwUuh)!oj7xjS?3WryX!Tb;%I!Z16A* zsrpV<^Yb`%x0SLT%WS>Xj;r$rLalUN@K9At*sM3ZFpzPI8t{T{n|-WeWOZH zmnAp&?#tU`P=z|@rpN)X_5?X1?fAi7u=Vs;PyCvJU)|J9>}y4NY>XUdNH=6bqeYcr zf;#0oY|4sJ5PrN=UvIA!c38VCu%L5ztpjZAWI)lUzgJt^O!%Q4x40c!!oS`uE4On2 z+S;WO*{g+h*yAeBVHwee;0A*k$N(krM3BjjF0TOLTvTbSs1RKSFGtH5!Xx)0 zhvsiz0%9>zZnU+v={1GAaaE8XqeC)1kpNqd^?9Zi`nX0jq#{QkTTF(it-xhsY7|mD z`Z^_c{8cZ-(05VAs_X~U3apgWyOYue3JN>yw62V*G%~tISE*ELYePuM&^-de4%lR? z_4<}d&YZGdZ z#(z|WF1^5%}H+-FQ_BNf| zrn5D-_Mr8L9#D`Rhc%V~)Ufmwj@iu{%3aMq! zw%C7dY>$q6vbBS)JttKNiJuJT;m~2NsxkXC znP!gmIiU18fUCE)g_l88?pi{~eYFugGU80IWPj8~*ad+_N;qfgm!=lmEPKt?j71a{Y}_a z*%+QOhA+nesUQ^d6EBH@B6c?jmRNfAMh0^EK=2zk-^}8boSAe0rJQXM#*q~p%-i!J z9GkgEfi0K1If2x{hk)Nk#tZ{5#Vhcr%F6X&jYPjbb7}$$FLi1Hkwx@NepAf8;w~%- z0xuFiPFb2TDKWXSCKR$I=y&fn?*Dnz+na`j`&%Inn@ka zqAEvM7r5pPBQXQtb)vCRIz@<3d3czRwux~XHYD&a&wDRL`fsgn0 z)FBx3{(56#@nZamQmD!OCr!H0n{e=P=3(S!>;#Hr5)skZHz<-SBlIbxjPe3TUg%wt z*_4w=)-)rUDuHv#VHY5T2^7a99HMcQKyj4oWI?JJ5R|0QYb~=WCxNVKRy6g6lZvDt zjQS7|z`a0HAD&#Q+38i&Whqn$shDt0ktBpsAs8l#Q6VLfl^|ZUU!C$G4HI4ol6El4 zLkO&`Q695zPOoU+8pT1XB^)v(`Ct?Wx=yAz<`|q{v2{_Y50WiLeN-C4s1J-`QXjK- zPPS<8ChEgp!R65gSH}a7HQx;l80c=J7#*OY`R72sGwc-PFeDD?*yW` zbno;|ZN4K8+mTqOk)R`axh0P1lx~UMslylAVGC_`nwRt=FIQU750|dA-l@x%)L}~+ z>(m#NBa&+>D2GSalo`0Bkb+FkWlPGQiY`MzC?dI{f>3yLMYS${&I(<&pk|kmINnhh zKi(c)Pp!)|XKgN9PNU067Nd)z_?h+SYHD2uoB_IQG0iTedu+juA4DME+MOuZCE&J{ z(?!xipnD`75B(_T3y-maSk#=rDBs6@0@-L*%+;$&H(^3IA?{6LH*S+|qJ(ZD+>gX= zyyR|*cD$Rkje9`5c_%Jqot=EVZkjcTrej#?;g%DzV0O4QbrIoy#|vq3acn3WWvrQY zN2a6L;iPBregG*}`m{-ZFdN)-u$A3Wv`IT#rFgtxWj~m>`UCP3{D_CCosUeR?#sif zWJ~F+(DBI4($Vlqw{G={uqdiJ#mujJFJ9 z&Xz!yM3n<;rns>K6PR#v6LEzxze`vYYLvlwkZ;oAF;D5W<~ph1j0+(ghNqJ#(VF!V z+#qqB*s?6Z$%<1ci?c-U6cO1Zx=m3X>R4u7u@QXclo-Gh<%NKw2`)t1ldox0=VoE@ zE*lw^KtBQ*in<{Rq}FV>RI+C!;eVziT4YMI6kAN7MSA%q&z44K_@B#nc)BWJpC%XMxmx46K~M;3j~` z9RFG%Y|_!s3+;ovZW-_AbzgM2jHV|mWLMK74W3kw2OPdq^f8trN`(r(FNr39>8r-=Ujt<}C`JLUmgf?mo_ z#rxqTivnU>Pk&}si%MxZW|(KYXlvmgvZuQRsK(F@;}`43;7@K{i*4@-xf(B zK``#I1{`Zk%h6(Us6@mydw6$iOLbLf%WqrU1Ez|{D^G}G-+~+n=a?Q7JI?kDII~@O zXC%kW^+PHXhrdFeiC1#{b6jhtI~$(Qn&WcLM+WHDq<^*&S%L1hxm*2M{6bnDWc3SQ zV{bXtUPxC-4Q9!yc1y7%%?~!xS+9e<-;box1FwosSUM(ZgHr_uO8Qm^;KHUku#vif zA1~Z$mq*4Rk^t}1!RAk?1m?l^@j4YqT3V8{G$(0kMbKs>O{HRNE;cXrL`56$DZ_o+ zrW2l^iy1H64QWo(RLLDQywz&ML!5j;*(r(xxqj@)nrA7VCEGB+HMj_5i9m5GaH51} z?`nVRcZNYox0O8g(W;}FDqZ^9EOzGz{dSwJ0Y-|beIb>ODT*uoBgb!3xJugZZdn^j z+WhHn^om}!R>Z4AN&71OZ3f)dSal*|mB(deab6<|*M0J;P@-8Ul!mfq26Vo%C=@-E z_BI1fQqiZjR1D{hf=$X1!QW;XMVe56oIz&N+3)Bjniw*W18B`e2p!UDR#IW6*uhgv zDkWCd5%rX!?p84$Z7rk-y3xe7!*am3Htq)_O94*Qm!dZp zxKF{&H(cyl5GsuM_c!}r$7Q@%pSO|!Jzt9Q=%m>^@1PzO1bfsX|GQ_qM*eq~=!5Ua z|GXz3zMrX*pDF%7mP>N7VzaGtNfzvPBbOvtSwz@j@onak%xac@0KQo+$yPIyT9Z); z*UgA%T)Y6BYA(rUxg(7flW#AVhJZ}heU6~0Jo7u$u2(tL-4JUU!YUOJbb1ni&N*Tb_ zAWE=ePVQ9H%8MxGHUyj+iw`&P6f!-8Vh%wd7|0Os7Ct~RZy(^>BJ{h3gHOzt z2a>C)j&o9|XyU#T^V9)OuZD!TaL&=3a9H|NF}UjcXSnA8qpT-;2^yX`AOVaGJ4zgP zD}Nl*11IKc16V#b?3&#*aj-F6YGS@Ka2CdfJ)^s39y6woOw1VuFn?^=SGr?nrgSdq z1_DutQX)*9W{F|J)jU#oiY_xT-xxSbu*@Rz-0+8q`Mto=fQ8gvP<<J}qz*V5zhh z6hD@jzY3fHSPbn2#YZLPivpOBs6rRT^goF?n$Y&H)?RTgiFuLG_MX;W@f?Y{h|u=F z)?RT7iTQs3GL@?%rlUt|#|}^mVAA9il^c!m>Y{0SbkO(R=I>A9%0b`vn!i7Z4+nkU zSKfaIcjo_VUjBAIQ;`35SzZ|@Kh)>E-7(+{WHRYy@*jK*`OkK2XEiJRZcen>=l{>; zzyA~U-!pE!{=4^n{rC6cGoAAfDT;zZ7Ht3JVf2)$Se2Dy!!@YI*J0I1YRf7e)?m2~ zvHE*7EVK(`Uy?_q^6-A?=`d&dkyV)uc6(f*D#@J$eVhl z&~DqQKXTwp$)DUYZVo##QP`cZvOEE+3WzGblBv^s84Lbm2H}|jR#>T4$VPZXimjBp zW=TgYD)ag%)>@0oqsuH`n3uB|mzIVd>zte8-EpY!N(x`dfx8r$V#$XM5y?!u)GZ0S zd3rLnb~9wq*i6Mb7Q=2;t)z>imZqgq)eA(u z7E9Kbl?&uWv~Y|?{^*vuTwv6pRb7k6!S+zE&}7yEF$O@;<#*H}%gO%dwc5@^Uwe4Dnf zV}6=0{i@Jm?%-MKQ_KCju+((U=FdR)UYTalv1-rkn*%pH12!agp!b{+yM)341gwxh zSO<2fT1UPzvs50gSERzNf#vC7c^&wRs2}VpVEN!?)9EHU~Frf-5>t0Es>GB*7(A#8w9O1j$tg_9A(laV^tg_eu`gy~WkxVa^!9 zyS6I%t4ey^7Npmep_Sd!1`2TTij zID%*t*EJ|^OVY1UV^{8}ql4@T#-M`iMMlX3h4ixyo0EP9a#{zOtX*1yoXi&3dthEx z*F3F*EQr1aa==$PMixYeIw0yZj`IO*aDQ5Ea1iHKxfr)1Xx^Gz3DDt!3{jT^~1X`Kt^ zbS{{t?mhaVX>^c)j3T%rL~t^yozfYeD-wUv1uPcw8$ zG#bXo)RQb6(Wk`?adN2l#Zb${LWY8T*@Cbs#s#sBqcqXjIAHml5CrV&9IGB zrkVY zFdnCDVkS8y=N=|4b0XUo;6ea(VpczuIOY>F9){XuV}wu{0U{@MD)sI{j=vtk<>H05 zkkiRZxwbuL23rGbW)zAqvqWzZWd5m)H_F@-vkqyn;rNKgqGCv)WYd)$oEYz7MS?I& zB))u%F*pTYj#Nwzir&f!PEMiQ>T8TwAeDD)<=?@$MRUy^C{&{tZ*+>?R-rOhYs5$9 zs{{5IY=Txt2B@{PJiMG{L*;fDTkZi3!gHuF?a2Fn_LTJurQjs7Vkq22Fx#qpi8_d| z-z4S9Fr86#zl0tQY_nU_85Db1`b1xP&ALJ)!Y@oDqI8i`{}N5OiQ;;$pZiERYQkCG zS_H+H$5*`#%1E`veotzP%7V-$Gw)CbYJFTahU3bjhV(=z9k)`3qm~*ltx?4{h!qEK z%lAUYPoJS1__k|RcR5`(HDeozuhfq-BWMX*7#o|oJqtIX{Ge*!GLdU9h8+I3CW@0v(sTQW6Lbajy zKmXT0)4c!7IiNdrT1zUUR5{XQx+WL9t?&OlH*hnC|3~1v!Ta}r@5M(K#%a25HwA*< z49wo`rm7>5ijCH2V|F9<5`6-^qYV22I+hlWeB^1nEpPgkH&%A7v<|@ka!y7jjHI8c*nJMmV7PT3BzH#UO!fuA;zRVM6-R2H z7YffRL;CuV`?Ddze94`k9Xg2JlXJQ))8ntiBo`>GW!WXDlv^EbEF$ubl+t|x2n8%m zntP}NGQj{@F6R>(^NEt?6Y1TIFIiL;Dv}FjkWfY91tKZfL`oxAUR{pz8SrTyg+w(0 zEjcbgz+`*M<8x4rSe3EG0+54%-By%rw?1X`IV_q;OBfDTWcmf=T|9XlfovY-h*{n- zm@22@B~je%?)ckmEGU;umW^FAQ^Ww5+U@9(kzM&cssOX5K^2mV?9Y zuY{W>IskW|?vtid7(_Rn_W7(c;jPU(BM_{To$){c-WlmhGwgcMcfX6yx7>dqvf8bg zWEL}s1Rc#H2+KW#(+be!?;dJDSkhG<8yjZepnJA*;B#S*wZ8<%5i+7TOI{l}0ejow zPVfBnY}7-xb_l%c<>FH_uCka}Wxy;MaA^e!Q6SamccJtMdqC2 zy1vpVQr$Ta5~BDo>;*_em@Ceg&dlY=hEDFh13p*wk^=?3$^QUn;5+F6`my}P(h1nwsgwH$YvA&(aKF_fspFxFzsmB!|HWIbf`*bZ zaO`D>NwAhDf3eZ*$}wAE4W1YAgd%++UP4C+K2C3**5|M@GGr^wwLcB7^4fy?%6x>m zJVKkXx(FF<<3eSP6QLg-r+uAKKPuAc@6vCqT)nMAU2yQNu8Xb6Ev< zvyx5oqtBO@eGPPC7b>GjMB`oZgIWR>N-zG&*~qcWBFI?A`G0#31O;Zx?`NSfdg>rJ z%$hCLZj(uITy{pOgabxEK8T|Xk~Pe=woC0rtny957+|k;n~dWsKVbR~kC`l8lfQa- z8&Y`C_$c-UTN}^iYvY^U;boQ0Y5^s6mrm%;Bi(WPb(8}}y&bEbU1U-Y$ct1t;_dv< zizs?Qc`o1aO8#C<_drsr;7`tu;ScA#5_>5xS(s<|Lb0;tV2Utmn<$%$lS$6S-=!h_ z*pTs4V#qY_bjZ*gGOJ4&y#Fcm7sd{{cB~a9t(@D0Q%bOkrpD@XRp(sttq=8&P`jGz zbE)U2@ER7kXhe78dUszSTywBvj~cxRNd2gk_wfv+ z&f9A?Z}rleK#xL&BZUe|kI)RGfk+p`g9V}Ba<8g1x&`@o+<~t75xb1$;6?_xrIPME zN#V6y!5bRzLJc!JZ@?QSz-vo*H7_7=8>9W$e!*DYg1NkscKHs=PlNZc>U~NdyHA#LhwtbN={KJ|R>M-?kM#F_nly?}KJAhdzr3+>PkXPfm5RO@#pE1aY)}>R z=7NOH3>R^kkTqb6RG?@;KGzVav?PQlp=tSQ`fM@>JIeUHHB)Td=^k27**jsi2ougL z=UpMz@yq}r9pEBge<+tVh{Uq4QkN_)pJrp?UCuWbk*yJ%BVScz&W^1JfNVwNiYn<_ zr@`t~E*WRyS&bED@C zur>VhH6xzOPFO4a@;QDv+FCkO=7=EOvRs2~T^&WbC2MSV6l}Qs=%aZD;Y+u*WVp7d zJgi(S^7}rkKCuYgFLX{%xoIHxCDOPZq>AJFGNJP=m&(yCW|N6yMi^&lSdO+|iH5SV z&I5-au;me1K3%by`;&fd)SYDgp^Oa8m|dFw(O21w~k8nB&x@iTTb|z=#dmr<2LWN&BUbn)^5ST z(wu=YL~}xo00iK=$!5GtonDN=a56RR=}iM~oF?d?pPdi|5_xu2Ks%co1D5)OVCXX8GPT;dS8nsgL!D(Sw1O1{*d35}^D*QSv6%CgaAje&I zLroFLxS^Qw)Q;=4r#B6@>BTqEkyGL{m)2Ad<&<*hYaphSmYevtkL$E&ISq3}0z36v zvQs+CNMom&P|k8EZTUN5XfY*7JC0JI-tmx0)?irflg~W5X27+$}h^H z;d&>ZaVZotei!IK()6am&=TlCGDGuJhUVooh8DVV6aPDOAZeCaZI;<7okDLGa~Y!< z0@;kSijt6~wsJQ#Bo_ycrXsnpa9FVf=}0WW#M?Ig+Oy)kN8vXDzd}JIxcQD|tIkYH zBr*z-NKiBpAAD|e1-q)46Q5`(_j>tsCmI+NO`y-pL_ty%6Aifz;ZOmksSd&R(PzoF zOG2p#m8rXuI%ODQBVX}dMsJm=FBenCtC{>ldXpD843qNEH2l@Zmszz5 zaPS|ljbjq;At-M^bxpVpt+LX8ja6e6aU%KUZ!FFdOP>gVfwicIMvw{?S9r3ohtXE*=$JGaanZ?T1<>C8?CJvW%rr%^znr% zLX#J)S?dweZu zlRo(h@6J)DZ=2J%F#)?9zOCs)sGbfeyLjePkImd`Idf0U{B6zDx0RW?e5UklOlf|! zf=@tWPS}lne;~(BN2#p|vQ?H>MmsE9LpBpkXj*G5t&Fdz)+-$r-$F1F`8w2TewRNb z;2a$|M~;{YP2h4)6X2j}0&qDe23#hb95`AmRT3x)Xs81kDm&DHH6~EK^Vbc*@ROwTvR=x~nQ`0w~11~6~N|>83StpXQ4cQWyXE)S0_EptrHfh1fWT3&`KdZ#0_+hCV%%}H9%ZJ z<9O2+E^9&2Kn8OrWsV4p%n@W7KBkq+X)xwk1sQZg;qwKOj&XhEafts!XRXR$rCu+O zuhQZPu?t9hA-YH)1UX-iMu%7cTs9gkC{%)CRurh4jvC;{Xhy$`lUH>C-I#_RVAPl< zM01gf03z5Wi0B$Kx|~2i1mQz6l%32ih+-j)p1eQOqI!CbsGeRUs;Ae8>ghG2dU}nh zo?auWC#fc8$$sy`C#M_#XS*3K{*NWz7%7i0Yns*-_NjUNpX=M{Sp1)z@!pUBdoMn0 z|B~YWteKryONyPMSu7qpIKd(cN`Ext;m_MgOkNL9|>d;rf3)!SFzl;(blyM=-PdJi_>XasFk^Xrd9L!hJHs{ zS$Hl9$bCUg$5hR>JJU9nPDI}6=Ou#q`5uc(Pl>M58CUZbNX+b_x<`u~G>XYW$~1N^ ztL0=EnHX+VSzsgE9M2EM=J@1`8ubNB8+G;eGv5f;)&s?CFQD7L(=Ifw2fapkzrhrg zG!bPsfc`NWvUy>oAzP^7rHVo^%yT3ZVbl!uf&|p_0rPkw-jXj6FH{hZ1|=lE?%42t zBrw+&9YnGN>Vf2h3dj!k4&tlmqJxg=fUSh|Il`dmYf)B)GrZ5krgT3aC)E2@;%j)H zeC-M%a#Xm@$q_}Yr>**VhsuCHU#Nufe5FG^Tu}x)ir7zIHKQlQ_Bo;M2~SrtVZcD? zkqzkEGPsa0x(q1F6mvZI07Jskx)+s0gM-|}HcB62fdj?D$pLU%d%gRK$~GnhLT)Uz zI7+iZ#Z8I9CVYcJ<=$MVf9M;8Y2P$O!B#WKXj$K?qf108ZDu#;1WR$KWW=I9b0251Hfd%ZF*O}!`f=mBKrM>Nc!qNrT8~l6QrmG1XJM?4+wU0Ii8VYK ze7?m(ojHIR8Ufg9f3#~2TR*Hmhmi2M9ERerQb0^g5Phk-Q+Is*h)~U(!WddCf||pa zwUbRu28>=DMq8d2O388Y1q z!m(Qu$GCW&$P^AXvYdXy!4ix>d<+9K+Lp7a=T z4381&SC`QpwLK*_HWUANNhv4EOWiXZwbl0{{e4&SQn!7$msRKL?3L(LVa(N@e6CL7 z=FnSl)iGNs*QL(Y?~pDD&F1Ra#`}@}K00O#mj*lSM*3Xcy{1B8GLz3$At*{()r{(d z?lG}lte!GgakCmUpQ~>h???LkzOOo|*y+I5=ju%fhtt!-VOJVK(|DiAVO4z2Gsavq zj6uYF&Xu{QZR345*Iu5#z}DqI-fvp-MYq%0sZbU!9B|%j1oitmwJ})^ch#YyPtexC zVByYD*RDeTA}d9@BZmQWC5<1Z70*tmL-;w$OIY-v=TnKA+!e&8;^?B9PL@={EhCtn zP$*(l8PBTIK*^iVA`3Ir(cD(7gm8|W9Os&H7OTW8N>gE(Qo0P~EE1@HTA2ltbzK#3 zn3m5V$5|R!OT$FyEqKT&Yeolse-3)!FkCXN_AQuzbO<%sBwe+v?x<+2+JqR|W2-jF z*$u$UTcI*;927jey)+}Vv^wxa)@j96Kw(dKe>AB+&9E399zA^~%f(FKQc>5lJvXLj z_jxIzD0||*)^oeTpucJ=v|8uELIe;JsY0$3iHUDG$oiPv3AeT&$DOsJBvfP?(Aa5mSDftWVaUnN+_@rjwqelZx=}s4j`F zklY#cjzaCpLF-QROKd_X6>4wCA$JwX9hTq0*9fJ}0Fgj$zo;X?o~C|&W?-$&yqXbn zU7kfj0bUS!@c5k^4O(#BP~*BG=enwn!Yvw;a9v*>=s;qT#{*Us5mTFrAo}3xI~DaQ zVbL>j1djQH+VNEsL_ZTu?Jy-^YM3aDVnpN=sJL`j4Rp{170-m>l&JXR7;MmMl^`pq z8zascjf-Xkeewc>i#j@S&gA_mnG_O;vm)Sg`HkMIhjMi8rl*Xq5$8Mx4W`lQ=s@CY%K6 z+-*T8q>P(PuY)+f&f@Y?dL3}}O+BoxLa#%2Du*?ZUT2z|-?v4t9ZBReJe>d_GdeE2 zI`D#Chv}(chDn`GMy{fU7K+4-kOUx8v2fV3GfM540SdIli!DesYRI8J3qh*G(4Lay zli@;grm2wZ2_acT@MUCK6(_-!I8a=P(^6O0AQhB7OZW=(Ugd2)E)U@Wdi*|W~n=AKnIgr|@)D0>j6>^{cSrR7y- z#^5uqLD{ojIE9mF80woXkEhTRhhCiNQnyA6GYPaXz}2L*P~_ZE&!(pk@@!yF;cUh) z#1iR(p7oBsXCR@`7^B zr6`+$D%Gb=+VAPKKj*$1_eZX#r%TS0P8&jpXVCtfKQ)s}Yr|k#QY)WPTROZSr&bE> z&!wj}_ZaO@km{AiP~^xg(oQDTr%jWKXVCs!CX|lAbo?YI;1*|@dDwUzw2}1L#q~9- zy)plm731ZmuDI&Hn69}3>}|M$K4 z@I6fx>_TV@*V?+=*n0BL#{6yTwTW>;VQY(^ZkAOWx1bg@I^L3pYH1D^erQyOD_D_3 zA`rx)@zNZNYtR>=(o2wn@=6`G6$HGk>dfhI1~1$}`lBAp!_|6&{uuSltV4+~2F`G; zJOrf_hRaLzvPGp*KI9=PP&;EKT-`$9undh@;R0n=I0RF&%E%;R4YXpq8~SLZK+jw9 zh4ve=tkuX>csXp0yPIvo6fQ8vUUhX%o6R5F&s@_J@MnXp-8htRXr6Gb;XEV`j=sc@2xIYApv&q`qv z^eXk0G6R0d3x?1QLm)X437=@aU_uWRK4GXNHpW+$$@hEuocPo+$S%X8iU{)OLp6X_ z$43h>fUH2js0KzP83HL5Iv=Z5M;pQ)TP?ym`4B^^=m6aBt)HcawN)QZpS#F7;0}%s zoB@m5fx2846&7#+$h}!cSAH=8RuB#9hm=RH%E(w_6|eQR5Q75I1+N#kBj>=%D z;&s}5xp+#4&5NVa0+%^a;F4`=tOE{p6hc{QLR|=W<>lq-aCy;iMJY$d^*mZ=EyIz% z-R20WqX|u2ondkq>A$FjMq|HLd3d~1CW|kNzp~0{P&QtRr-Tk7VSWM4g6=+F9QAAw z9jFSO_GWldl{y2OQqvq`j}m&c2rccBY*D z0DeIb`-;k;r=@JM6Ss#G<^fx34Y;tL-J{G+X#8Q(Ci74>JLgPeUuc9PUqPF%AOTN{ zM@)M;$EK8n$yR22htjpE|`>uod^V13-2O9P^;VZxg4p(;>h3pDZD9Hux~y7#SzZbjJF|Ibln7EG31D$qZ+W#IEL|yP zjg75?Shpx*wZK6|!?TS0Tp>`6SB8Xjn(T3(jif=W9Zp(`67}I)L*&MHxw9jbl_zpx zc~~-Xx{~~u2fjS!^XAPh-b7KsMt- zIZ+-t=V^RgIVFPhW)ny+lFp!mwuH<)xPS*(p@iAo!OjRWG%FaG zApGbIjq+#{b}3Aixb;%&2#R=4onOn|pcJ7(=DO$%dYKL=xvVZVuo?Qco`oQ$Nlbwo z_c9qJ&DBjpQ-C#))kY~AO$~KvYp@WRXm~|T62P@HHl5k=g*w~s^q@xDZS9$ZZrCNC zkY>qoK!MhfW*Nf>MH&QlJ?=#zyXv)UZD#G{2^0yUuEJi#y_`E8vl-SB%HuM4QGqoZ zi1k+Jri(G8ECyIi1Pa;QB{=8l?;1-YYOV8drG5h>p8^EyLTCwZlraH{x@9shti;4i z8IofKOGus@79rd_e=jWzQp>_caH^!q(*vl^k5q@s)p0HZc~OzWlr>>0cJr|Wl7gH! zxU@33jH=qhMB^D{2ayVUob;l`HftviwE`W+NVSf@eL zPJ&1PsZF%X(S2!N+pg0(@2FX6lHtmc$Y z#Q)l69PgAUlS(;M|0=8}NaOGjs&>ooBFjP5eVUF8GT3owmH0ca;ES~n&9(P6$X9ig+#%pAQDc zbZxLitW4&`Q^Iq;J86Y48+ueC!iQ7Yw45yO2NBVfl&nI{h9P&Q-U7L89l2w>t0T9J z*1=tJf&|6K2{f#BVjDGmv~IO@$y>S{2(K{zFCuSw6dg(m94c@Ab31^-WPyF z!PpdP!@isKvq8qq23-j`8$#>=UTm*dmyBA2OUt86g#4X$F(!9pYyu>6kWXvM{Xw(j zA}NaZ_1Z{u{5{827Ru)fMf!(Y*W|f1$8u*i0Tx$kHbWZnx3~{TLuD>7 zqfZr|#5wnr8rNRbLqX?=2o3$MqlbwR0|P1ZXFUH=o!fz-8PhhGbJ9j51A$%{C+Cc!a>yp1MZLD^;78U={`` z17Sn7=hM!G-CB+eF~{EIIrgwA4pqSSN|mYPME&W`lPQ52ag(T3{iXD5-aImE=#WpM zIx0L#9nK{Th07r@3{~rBeqTIZ9;qlsL?>(_s5qfA0$-*`F=`7b3G^P?tr@)LG4c|Z zk)&3U$j^0isH59Mog{;(!!4r8++4ScI=WfZNwSMN+%THV5QT)ym!=2@hZ&Yo?GO1a zILnl+(O4IdkhjJgAJQH>3S3*JYX*`;O?>4Mv{S)x79;W-M%aK#nGmr>)rMmCMJED> z+I{uGLpgXCM^2PA@rsTqS^6uH^2!j}J(>9GaXv!CSN*QcR$f^u4Jv#|xci4_uPjN| za$ZtfnA`e<$x39RD!FNLC}cu7#jIx-w>f(N)@x22jSIqafEpKkKkhlu%8=XMj$1C$ zS!Ai29^3L61hhI_=mL%JgA^~+B&*!grc0_xw)wVlGzg%+osvbXvp!ZCtS+t&#uIkQ zd|iM>u{>S+ZLx75Rj&=#V%LD;?jOBm(#)k`Ar^mD(g%U_qz7&c5&EGr4+g*}^ebw> z#XoPFhERu`gV)??e%sCx{$Oin`=iYl*_VQqKd!==b4SnBsC8 z?MgM9_j9u`uZqocs_`VNWTm0Z3Qe*KwlU_qKs_te4#DQg6*tVEFyJIigj4*5?Cv(_ z;;9qQ+WFEdt`Irq3LzUMJ42wu1Hi=w@Zd&ez`-*Y8-Uu7q~k=8)9!C*KMV>7%F_`j z0NW|v1k6ND(2MqrxE?U3hkf_C9RtaI<975|nWXOfweI_ycaNFwT6G`Bx~K2Clf0LW zy+<9B2O!MTaBJU#8{~V^6YlVaS)pg(h|o*nI8$C<*OI$MLmG>Ls>#%^OY9 z(>q^2zCfYhod5&!Z^Aut4EfVxY`u90310oG3%=?n*=zWk_8NYby@sb~lFPn7nalok z{l5$89Qc28T|#yLu8v5TZ|&3C|J!l=jA!J3&Uoqf^FO~QAHJulREsSI1E=Zk%{{vd zz39>nin8ukow1WVe`y?x;whYwYBhcjI&3Z7a$4TNiuB8>r?KHH9rHZaPEdX!`yryo znmPvLgku0Wtm3&!%d<}&q**e=xKmo6%RN>4T=Z1o>5`eZw9mbz3%z=3U8dVOLbq|? zE)VJ*xSX~Y(j{!y7qGOtx^=if1WGQRGnZT}wL~wteLm`(IlM1k@S{(7(e=S}xy{4R z1zcJO|2Uu?8Rj83zdb{xOeT3#|3n5x;Hr6GVS6%cd)RQk7)}7imCcMKZ8Yh%ByFfE zX7n=HdB0Th<%Ja2>&%4-ypU}Ja~LGsz#InUf&^~Vt@NAsTYx)xXAoc9d=FT%0W|1v zzqw3@XWP^{27ZSxaQ(id!y23z9)??x(FXf_QF(9~KU_You|1Ju5#6W(nG3z`c8@hUTmj#r+DL_{Dy^Su=+Ag{W!D60HeLgFKTPHh(s>WWPR!#w zmEblO1HU>FaEB0Os{1TKQ8~NNn6(|D_J;_7mCtOz=XcB_UuM$G3Y%KUd zuc(a=!IDuBIxNLiILj`o3RtCGaruP;+!UTz4Q@5HH}0B5|F^YxVoO;0G6Cn?``KQ$x;)Fi6or zbjbIEW-!f;DC|PQj_z_pQ|u}a9QmanS0AfXhB%4wg$uku!NT?fN@@sxV>gpcV%8k` zzLC&UWQ@qL%Syu2%vUf+Kf0b`A|SeZo^4*f!D-3qWuQdnbRzK(QG*&F`vPu&>pG&P9srGe+N^pQ^f6aJ3HykCG*<_VnU?9iBUNot(Kw^GV&@CvQ9YqH8vbQCQ^3E z@LCI8WSESByA*SDmhDb~Wvkpe6X({2@V(~NZVPVR%UuBlQOHh06!;~xlhLko@!;FY zxAEZHJzDT5JIg%H4xD%!eMl2deC$R7H=nska-rB&Ji20(fF4HSCQkiJSri|jb+_3>n)sCQ45Bn!`bJAV*R5*!|HHT$r8E}}R#DJspsN8%NGDK5LLBtx(tpI2Z z1%xP9vC8Afq03`qM06$iAnF1LHe*nDU^Bp;0C&*iRVNaGO^E~q+qCx znArjIVj%D3AR`uUR+s(-JT8^!Zyd(X_4`<~%21LskhpY>PE8^U#o@KKzKr%zRBB0V8U=du08x_s4t>K+8 z5Q)K9grMj}>~;ZzT!)9rd@;WUkm@*YFcfFFMTd&v7QV`jO=9!=9Wz3nMm2~C54Y(d zHqy}KuyUo7!{Q2~<)I4dVR(@m@?c-0695=g?ZMbCN1TYFt;s^76MdL8KT67rK};$~ zEiIj)8)0-1@Wmwqf)6~0m07bwm&0l+2gxOvPIiA>$xxYY%lG#0(aY>vF)%tE_KH<+ z)QB=O6o;c1Gcc87GvM!CmK*L}?*k%4^)a*i<&>ix%9SRLv)NKvJWr>nKi(0<4 za}1prKspWr31J+aE2=}4IGh~ed@!a~8Z`*idp9W^iwB+-vCC-0E~65=ZiNtWgHk4m z&?V3~VOdI~ZDJ(?!o?O<8fBzPmc23^#E(bpoJR>J$JmRmi`br3v7ONJDIz##A<8Nf z(oh_R+`lqjOT=zlV)xs?VuxmlWg!mz4x4h$eitxS+}lhaW5HDOZer||P}9{=(`|{G zn4ESRsOe3Lnvsopjp~i+eiNo3=ejYhEIBb1zS-MOK2C_?E@4WjIo%zksO&dG<<`{t zz1V4S4}%lRgg9e4!cc|C?}Q7|3fagzBu=DT;soUgh!cb*SUO&?sfGDcM4mUst4o$t z#bGIU<3Eo2%LZ=I#OEZc&;bzpY8NO3uNvw zT=ru-#;~{KfNhoR?U2+1O%aNqp&@#e^q4&Q{z!E+_Nwc|@jn~s0S}96BZ~&h^%(LO z1dI@Rr;IU2ypbe>DPmV9N$kS$CF~=$aVqp!!I$bSBNrK22~$Z z<_cTNTyK*LQ86p49NeZ8oP-nMoyFUit&+J?DR>v;DALK>eJjdF@1QAV^LwVm@chXbUMWjtF=jhr zoCIeOnWhk$*-kpsF|N`@?P!!CV@T1kCMR z02YQiIl5SDPh=a5P*0>d@C$IQ zrPaE%qBb!+M6;oAkjeR;)q=Aaaa8i^W*f^0sv;QegeIQ^x`KJLs2e4sA!RQ1ES_<+ z33CzARUAtwx4|17c8_dw8>c0=(Z~#uoAn7&Ia!$?f{(M*uGSK@9?ZKMV>Yc!T&6w3 z(f1hE5{YVT=*=h);?;g9O=h zgjv*`x1N?P@4 z+WHIc$*efYIid!rG>pb&BFCGW?npCd2`MXRC1siBuK%)yiwHkpMi{THtd3M0tCHoY zC?+yFaen~p15*?j1gy2Ll%>*8LX@yh>UGTzxIru-I=vcUTrE3Gq{(l|)m-s9OT6fc z#EY(OtfX8IZ|@)he!m^#dfGH&Tujch25n`Rk?%I*&uJl_RmyXo7pk9S?*b%J-*>p`+s|`X zKnt}8Of=ze$82zrg)#Q0bE0+OWF{87XGrT^CiMh`N%0zj-z8S5SSHJxS5CiJxdY~Y)hR2&RX|7Fux|6Qw`58<%CV)_N$py zM!(h4Zm@hOnyxSzx4b|naS@iUQsln}rWIS0JTciCbEd2Y_Oee?fbO1wFy|lARt)50BTf5#teQz6Lbh5W8OeoDt2Lp$fCdOxHb+wa3LEQvq?1%%wmh=tbO{Gm8l= zkZz@eHr3s5hia8N*m6e74f2Dy>=J3YeYSRLu{N|TVXh6jE)ar(l^HlRP?Uv0Qw-HA zAZ(tv!{#8g)`p)_t86goj+&}rilO46X|K$L!pG8_a>8z-r&Ee-LXWY9%+CoqkRy}0 zfm4>UM%PR7=Mje6f zO3snNQ=<3@^A^KC)2?>MS_jwHvPeqIsWE`G(nZ_b3{me%uSY9Kac|HxizuKVGmcYpK@w3ErNjd0wUL&?}X|T2c>T%0T z4zu|4MK!};*r6C@`)h28=+u?;iy|y_6&`T7tMGu+ZOxz&U1E#=*ItwV?|i21|4Z0* zllp%#zRlf%Tl@byj_n0z{XZx3zW?ug@)4p~CWI773Hu668C>CVPQn%^2?O=UP#0|m zdD)rpi|Hb;A1z0!?l_#2j>Bq-2b8H5L#ETARDggQI5f+G9*m`ymSJY}W=@FewM$Y) z2s7J1zsm1tfgQ=WIcO6QRd(nkBE2Gn8)=<)VU-ekt%8+x@S-QvJSm?bDbF9UC zozN_jC~Qrl00LG&=;;rof3r{A;GAE-%iIRn#s~<+uMUl-~l>c^kh?CP(8(*SikQb$G{FzhY0T2VZe6Q5h;$9(l>dG9B@lBTc;;GP$+t|qWE4dvt;G%K zrf1n>XPFWOuW8A+99yrnttPn_#ul+O)Yt+G1B>D^D!{!@Xhu#-1;|X75^ZS_IoGTJ z65hZ`OPLoHG@F&t8iH<2%HV4YfO(i<`muT<11#08i5!mPiG0B|p2*hQnJV#^BE8_5 zVC;M`A<+>}V7osqXwp%`UiB`u@;9-iqzSI$2hjAVO-mlF`%Z>jZfB^`j=E2zy?ye4yd!LI;@Hpv6`G+y z!6wWb3+-_IaByNAg;rtfHxvRR%t#U&&Q1n+t|j4olS~*e`zN<<*-3=KR16AwdK%Ws zAaY6!Czpc(;1+UlAoE@kS|&Ik$2S3NkPIwq#}^c`+_W;rOob>5PRElK5Jc2xkf0XC z4n$0k<*8N-q!jLej1&OQO^hnXErIYzP^Y1Fa5FCDZ6O{(fl295$g)#CWV#v?Dr$_j zeVo#;06RWg*5Dl-!Z^*6&XopUKw-B@^2~CRihfNLsMkdQYwOhepa1q}3ijV^Yr{hX zPgfE8QW=BW$$EKtrCF|rq)%)6FH{>h^FMf=mwDg*`(Av|8DgZf4XVCpv#!nl2>BmH z_D9a=f8^L7dE0JlgP2*L7Qd`du!>EVLw@$-KfC1TFy&yytlL_k+VgbZd z>1+NlIpnNan*8Eg+m?rGyr+Qt;t^UfQXQ?)Uozwu+7*CBe+yH6sAXF_k+tl$2CJi$ zkusTIfy}Qq)r8{MJQqR(@EvM57y0h5Ix3%s_BUmqJ0CIbK;_8LwBM(Ztv|ZU&J`$vT0sGYA*XS@X-)(Z(XcO;``H!(F5Ygwgoymqsk~(s36ia1GpO@vMV8e! zTw7uEL?%`s530jt?XCIqGkju2glRjtmC-;V6Dz^;E`}o06$?r= zv$ohF#{woP1|;)wTxixy2+}y8iQ`#0vbEbzjEYGRF?UaP5x*CQ-$@(45%8VB_>I8r zWR&09ig4vl-P(zMRks`)>I{JyW2mwiJ$RN@tVQ7Uppaj88@%7axx3s;%HFPIozQI7rEH!;4r zJXo=|hu$;B!~DePGJ-GL$6l%q*J8txqYUarv;J{_sL25F5s1_^5$h~BKDZQvZey(p z`68%D@We3}s4`Y-nC<(=2|+P`++kuANt*sEqkYhIU_K(^-uP$?m}tB_6z?auf1@&J z{#abHitvW=DDEi4j7ObsL*6=96a56 z@TQ~d_@O_Hp^5n}#}+TwWYIOG(VywKqdzlHNPj3X$tyK!VIY+8RL3i0${Kp<&j^+^ z#weEgK5xRwmX2Za*BExmM+Roe2P#(i+4%DqMk%kV*rY&VU{bQhp|F&z#^nX9?ys!Vi7oTm1E9Fsg z9#AG5uPmw78{;&lquj7EB`C!d5Iui>dAuf8H%u+64XtVeg&x(z68|Lt z)qh2$JXRY`&8!jGaolodwFSjgI<>Ui;6J&u+BUPvaU8CWENXlI9RANfQ#k(+#^q!) zzSYT-3oPMn(1E)=m|XTtd|IA=C+)iAur?Y6!G_&T_DhfK?iIrJeW$CYlOp5Yd% zR1U+EmXWL!1}+{>q~xD<;k%4gN0%7#L$?*10S`EGA{jZvnny-+oEX1aB@3G#a>8N(SU*-4HiU&?Q=%|Iivra(SOd?zh{m2v&Q>b zwY3AbalX8{WQI}=ED?pB!aqgLj1?42q-RNGMdnUrUV`&*NccrvdA9u}{F;Cn< z%TcO8f~Sw8galwwVQ8wrr2^oh=Bz2u^_+xu-6PSuyRr z?%vK?VcC&I!{EpylKgrsA!XpZdXiobegRzF7Lw8RyS!uHTq5oigY1ht#YlHw;9+J& zf4Z%AJ1l@sUMlj#=O-{_;r2o!|H+<-s(EH-$PshAGcV5h+jb^+LX+4mpw-)9h|ak( zTU3DccGE~9#-Pp)sN%TJ+|>{L_aMbL`tR`)FT8DEe{MlP-HMFFKs}CHZyTEmN6jK8 zM=-k8R-(yHATkwfjy$2V69t=jpI9?%W0lc4gTpn_{Vc3E54VjgFuarq+Y`*&Jyh^X zn*@C`HarKukg~Z80?yqZm@IB4~db8H*~X6BvQkw+v#ew zz?~v3P(l@wyPo!TP(NL<8)>~DJy}>vQ+!d!k^C8DFcj3MryJM_{33a)x{UO7kG`(w zBET7#DemNZ35({z&^}9J(eLr0Ia|l9S+I{*Z8;Q-#nHTGqsfNmP#itLooR7(38ZPO zO*90x#eg#Om#RSQc70i$QmV8@snRs+KbIuw3sI>M*$JYOHjqSSHrzy-97pUI80z-w9V#-){E$%#QbzMTbF4_3Hcs5%XCKceU*_na(Xhd~B?<{?pC$*ANi>FI1c`Bug zo$tqBrNoWz+m0ky}w8X7OJkf2sa!O?`~ zcdY|HrmaS8MR|OP)>jZ|>!?;M=Srs;Q*$Gzb`NiY1IuEbDJpGs$`w(Pp76Rf%87NF z?pv#A4>)Wq2As|wIo*uSrpu9ivg!8f2S?4?mt;4HLT-2<2XsKPTMbSc=ZgGEIPv#q z*lrRjQyfGNb*NYq29hl)QI?wvsKH18moRXk4IH!>I2&~fdyr$;gA!kWq7))-0wqV8 zxkMEW-l>2{aYRPwF_4ImAh07YXy}?i6ltf-rIB`K$33xr-&M#*E0rOrh%>y3`h1~3 z8T$1m$g`TDbmL?d2y&bYK#M>NDqBEwbTWyDQot4=%J*K4wKG>y|Oqd@0(rq=$qsy$? z;NZkqwKAlZqBZq)U{7p)3wCUMc@Ht$n4w?M&^beg_E>vrsqz%_1}qwATBzNXt0R!6 z&QR@4Xjm%~4s)^X&@}TYTNSab>fL3R9o5AyK=CaF77E?WB>DZXOL*<-6lQ{y~E=MENQ38|Dc+H_v!U|n#g!Fs%;3h>D-i4M&td=YT zj71B^FKu7rmpu-cM!31LwEcpj%qT25D~6rf-3j^=SLFh($^kbNiX2V!0g4>RP9OnF zTNQS~riEeGY+6j?+oPTLvOQXEJ^nl`?6Z5wAnXi(8nCz7il8M7Gw-@$MW6w8F4hgL zO=$e}YH&52*d{FkHtLi^cA5Rb!VJkr%CSY_a7&Ypz7hsapnA-ZrVc9qN6{ zAbwjXDQR0pM+$;T;R>P9Nkk|n6W`OJhRysyKss*9>l9WZf)KN~6%_Te67{9V$8S4K znxKU!QpCdU7Kq|j9C>BRhBO^a!8M-G!Q&{UMz`X3?X2kg%f6-YnGw zwtnGbE4Rbyx{3uPyjUbuC`Go<)lSGdZKoWpi^S6;@#9jTN7J2Zd3HkA4fF(m6_I05 zK*>gmTtCmWM2iIl(7e0oE`(yq3Gqf$j@DsZ5u`Z)|4 zgN(07Nfv3L4AYtz9fF+c)e)(?)9Ya63OP*T90{-R8{}-XSJDzXMMvWmG_uB;>CEcD zi9^JVHIrGF0|gs;`B_#(n2aXEXekrTgIAQ3pViuDMCU+WhR|G+{Xlg-qi$3 zpP}G!s!@EB+ld?(M`(5;$B?Ypp72WW+v9o3@r;Zt%`CfA57nNOys%Y7 z#B2(_Y{Jo;J5^+K{T+A6E0}6DbRpDe^f-uo>M=#WLv1&j(++aL)1S$glG_#y^mp}j z?TR_SMI)~iDvcbst+4$7OJW}2OFYN6+kvGEz&k|ogTaK`DGF6FjAx6cKeNO{uJRt= zf&$=b6HuDW!(1)iRgvtbvDoN7rh1b^zG)1BCTuZ7Y7!)EXiWjk<(y+6!_|0sxba=4-mbASmf*0po9eod{G-1607j} zdLpU1n6QsO$qDt)cFR97y>^lOOVky7Xhz3Hb-+wvXO3jil3R1G(DxoO3;a> zA?ds}&k%l*(+pcqGnCWpW%JD0qCSxHdXp2>MU_&PW#;oWJ%##fXqri;gI)kr_lO)L zON{tXEg zzD;vRDw|k{WyD{~>dn&{cgE3xO!I=X3h_{?BsqsO8J8ueOY8;`6A31e@pbk=Z_I67 zhtU(1kuFLRmok*Rer)AzwZjZwDs6Q#=28$5I+7q6@RlgH&{<2dUXvL3#6yt)68cn_ zo#MNRY&Fp3*mNOVppqYySDpca=|sIETPr-A=l+-@c$Axy6As-se>289*|_>Z9^statLsM^U4Phrqbs5bN6Fp|xD z9E=esET;i=GX#0U`WkvE41mTKRW)2*grjYzT|^&l!efPE1scWQS-@mWO>ZMJ@Fwvn7Ia4h`4n60nQRz6OcE&IuruCQVOBB@E>EbdX`E=b97|I z2g#w;1#;}_Q8>*`=`I*~KU`+ReOl4w9c2{q2L_$V$r}#IS@!?!ZPOTr<43Lcjobbe z&MxXj^s!XdP4_NH(pbd;FeAUT@#Lt+N**u-lb((Q(4-pzm0i7!jn7iP=akxZV~a}Z zyQ7I6p1p-NF$Q)RDBC6Q0zI^i)e)GW<~d7;J+xTa;@UV|y$Xp!sI59*Z~}Qmq*#|$ z#X4Qlb%_cozzT@qubAL`Zja7$`N}*$8BKc1v)XS|uH$ACE}iH;v^cJGS%R**rL&P# zxYdl%(y*>6+-Rjn0mt0;tSyT%&)y%1w(GOt}=Y>TYI0AuAzkbpfe-&#f;s_JZS`lNd8o zmt}d)FdrF!Le4sKY_}Gb2bZDOL3wC7B+@oxf#gfJcq!gEDe#GpFbFM&Igaxsjv^{= z5QGxRp^@5g zOxA2NLy^6i$CHT(r6Jy^*$b{}P!MlWg)fGNtqjh>(jf?f)Het0nE2pAVOSnAq83_n z6qkCT(kl0{3NI6ZU|a`9N*X9*_?*uNh|7~04_N-rFwV$x8gEOOi%zix6Kpa;gN3;r zv8g&c4T>Q5TkuN5$Ur;HR_|)1gVFfEq5Ghht;c)JVS9Bez))Q zUDK(+b&GKaYp2WOU}eD%2b?UF%jH(iQ&_!zZ16|7 zwTHoLTnG)qoO&HfCOv&FXnqUvb%C)u3-)YLNU+4^Sa<6mf0v!b1mPwSQww$|2?bg0LcUqhbEpFEP7Qbf zfci+1Kf0~njs?OW6}rr-z{>S#4lJ3a7W+Xqc2#X+EAp+foRwxrC5Isojj?ze*S_Ff z3#6cA_#c%b1+?7uJ8`5Fr&yO9c!w6v9!KxrjedKQx_#I0k7E;3efY}DD?~L#Y0fmE zWdnQaQ1eZ4!)_%=Py{o0j6KNc1y@srT#bE96<{7_=yfy+GxUL8Gfxvbz<6b>Qf|D% zYi(}fl`cEftt1fsA8Z%{MZCbD+ST_|SDh3@=(l7#{do1hCZ8n;E<;( ztJO$Q=`{Z8wyAdpyP973H;{w?y7wr;dDFD$s{I5dtoRvxp(gp-gIwdB28L| zG^&)UFl;aMyG?Kq{SvIo5`U;WTVU(nZ0fDMPm!QCkjl-1&v{dR@~fe|>V3tmOpcVb z1{~^aKt&pn34>pa)1(FTsixQ9he>J;iwA2|8>d6FUHhU5NbpT39&mGLFKp!_gjL`t1^u_4K&5uRKZ51 z%DHHGbfIb&>AO5y9l_A&pLi-k_+Nka;NqgMifZEkV zn+A!p&7Bz2F0Zo!jGQm;m$QncM};CEO&P39ngjyp$eg86?}2xncThE0h1LKR0o> z3z~amGV64Zwv(Xl zy0SJ|G~KN=oW#vj%%~}6GQ`&)=f}~j7{ykkwTCCZ!WPXpJUo5#L^XFcN?rop1Js_( z1Jn&lwg|rA7SC29ogpxisdT4?DvioGW;P_+4OjqgK#;#$+o^5TnpquPUKwrF##iyH zRdF#pD>f>(Gb9;VlM;&PL>iMBKv<6|YvpXyZ7AbtiW`<5Z2vWTrv9 z2^MAm#GxbtWkfajK)QKSiy&AbKqs6-pC5*APn^`^o5tLJB6*?nQ60*blC6|n~>MUCL~-2LhfAI3O5aBOX2IH z;i~GoqAh2@NfZS#L8}h~g-xYZ6;M*7Fq3Q^Gc@;*dq!rGoJ9?yuDOLu%VkI{m$WW# zBqblyEmY>N40CcWVCxeKeW1_Ox(BTfA8MNy@B7kmtzP4O>FfWkbAA6yDcanYB8>+#kkG27|egdqR^YOiflF#;a@GoR)hwnCzNTTK}#RWvbazH+V-1w?nugNjTzoetlg- zKp(|LuKfAU~t^Xjd}3Xx4?x1 z$$VOp`7|f# zfUUEkv~98>NQ6Vyw6^F=GG!>~ZG4qA6KY12(XhlagV*LX9`B&I4?A$i(b}jKdbt}6 zArGu$+Go4Z2ZQR%i{}9JL<(hi8DxEyXw)i00bw|?%=JBI1LMJr%mQ7735egw+9f3) zZOQMELvcjQLHe=9WNxAp1Rq8dJXCZ-c_`~(O7o{De*w#t?)2Cx0x|a9ZYz@v$##~9 zhCrJkicP{)8#Q&RB3TY*Jcp<*^sFn7)FwtT(XE&Rya->&yl7o8@-m+}SkmG%2cFI$ z3!?z?y^M|57Lh$)g(BJViqeptPOfERVA zVB^V5)IM0b-oaIaM24hT!0$;VHV!xnHgaVKFk--=&V&*R#NK0yT(G}_pBce9c-U^N zaR{1md7@G4JE1Gc9ANi8>L+9;89M=c1b}5xubLN-QPn#R`Sxdsm zHL+$XfOYR_TNA#(T#7mN?Jkuck>4Q_a=g44U=w>ZnOvhvWIkgqM#rEG@wCsF9F-|I zbI|j4az$PY0E!vXZDRmX(1y#6uJKxEJDkw(pv9j!Y}qMfRWh3Z+92E+T;Nxh7IZKgcN{o}L>FH!FKzb$P z9kn?Kj_!vcl{J{5R0o1zQWceI7{#bZ+cQ3ulC4Yyc|o~ujX_lexp#tVi4FzV(h#8a ztlz$%#8FYOBZ7(vY>`bVZ&R|RLae*fa%j<|F^CXaiV8r>nT`%JW5fq61rjqO=1{%B z);MIP!DY1iFd$;hvOBDL6*w|!1W6E2? z;H14pHc~h#{_W7ed6tflXX#+mMgwx-XMA}*XCual}qsFC(8k>I3tgLI}r2V4ot zHIjAFpyO5xa^ifoeUR8bwjhqaAb#S47(>PuK?OQwJ;XqC0WZLGqR*+&a!!HYvb(@e zdMu5I`m>NBST>vI&nCNg(B9RBmT)>kOG_tVLug50){_e@tujWMLQ7`qLdz743Mecf zqj#y5T4(fPaI)%=wj)j4!IZ@g$V-tex2k36i}JR#pZdJ+RY@&l24XCqt#An=L-|bJ zErlrXX5c45y3jnD=7GX7SRI&Q6sqVAHcB6Cl>K%R20Nh?K;(h&v$XP>G)Hn_K^|;B z>#J=LxkB28S1yY(d0zC(Ube?9w^0>t*Z6F6) zoJ9ALxE7cgqq?9GrdBsW6NN-3EwyRH)<=3gBYy?+t%&GG;VfwucEpPTaf@gAB`St{ z?pK5EYBV}26gd~^Ju#0T;)NTz!Ozt!-KyJOQ};zOsqU1JWU|GauZLJl17*qIYi^G% zaulj!bEsY0E-nw(E7s7d6Vo{+~ ze-(mI#&>P*11>DUVqr=dwlGAlW8Dy$V#x%drFCj1oayxNCo_pMJZn~Bo?;_8z39yl z+K6@}YzMdux^0B1-e66gsK>1$-OLN!Ox7IfcZqBPB$c;|`n0DowgI+-065(ugsIi! zG4mXSAvSxye-S~?!P>|exEhcbs&Gch!5aoqb;-o&Vu;U`}w)!QXo+%Bbfm#tqGr&??iU!;)L=lSyG?IH23Q9u9jGpM& z@VhHS8k&%qdn^%eS8tJdB!f@6gjVlbLAb~W=U}-Zxg=C1`ltRw;6|!z2!UEiAL8DL zS_$#egYbsTDB-)>RH50TsJfq?ihs z_CvKHCB;+*eu>8oyHfs?UIH+MP?>_y_fTMHFb&B)t$8BEy$Fhas2?v|NL-;8*F4km zc&1UPg2y{8?B%43I>T$KE{M>qg-@dboRDYI4Db!#6q`%7Zz$CRGHkvG{=+878h{ih za*Eppn`?$&<+CZYnxPL9jI;@c9U^)pu5GY3d`3hp=5dxOIUg2%fG!dI@mFiS>-RY2aF2` zcwIpLo&$gHN&e|^(p~mmD&0t#6CnLMy4c9bqmPw8U}(Rm6t)vUW55SGqvlYD6l$L? zLCK#De-m*09tWV|>{yU+9D*h1B0`l#TBQadbr$nrKx^(GIHzE$xmAlQ^DJ&6sZ#lG z0*aIo0dNGI`}zDDR(Z5KLYK8XM%oVI-*xaakvxG?L$-9`Y{yoUs3i0CE|XG@@TpmSe( zw!pf?4}i4|{Vy$=NPlY7;CTXdN6yB?XLV%RTjyNMm!s&Iw=I4^ri%y3qBT1)`3oAG;@~3_t8PtLDvU(y}zI>mZ<;3$CYUeRj z&SR_N*pyOPvn@IowL$@#0GuX5q!3y~k#GgIF^&`6QnuU_)!MC@Gs(gSxDK;scRF(d z&Ffh?Ug6t3Ua@0p955OVoqWRh=^Cky(z8{?ds*^zGbOZ5J4Pip1}8r~B`8f|97Zqe zPdX3rJ~@5N<$`Ix#YGR_NhkcfWD61s|>XX2OZgysrK{AyMdCe(_%IrdcX zhRJ$rZU!F_MC?2VQ{?u5TTYsMp;yViK)|-myY}~Pqg^My(UV{Nv)C?r>pxXXTr7n~ zvc99cCnUHfD81>KHFQ1GbJLnKg`Cwlae;6 zq%wyf#p{4I#<%wcEW+ zHXDYMiX5Jds}<=I^w>hrONXudO_HjU`qerxMH#grzo1F0(qJh24$XoY**T`p7zDF`HsylYrWV_iO|)ROFLWfQB{xZG`Kx`Lj%#60^Bn5)62_=D5`KMMRNrc z{2(p}&zY0VPs1s$Z<2)N`+8;@WqG5wx4g_E^{y^&vuP)Y2sW2+CfR}J`PrrnrQV@Q zfb+gBFL8aHXgm51TV&oq=+|XlAd~s}UN+z~+7HdSID+Om9ewi&@HtsuJkmS`@zOUh zNg1Z<%xT!^_$)9?iIjF(x1n&H%em5v$74??H`1uHQ7(@p*Y&ev8yLG3{<4Y@8@-Hl z%e~?qD_N!Rxz$~0=_1%#D;PUxn`3jg+DXRd#Wx%r|l_a&W>%{JhO=HXf;4x8f2p3flYThq7Idwve@!k+4W-x=jb?y zSyDoc@8<2It9ng13cHtXYhF4K$f9B?N94$s-yIDTXnG;j`_nE2b`sVn3}MjewAg4{ z!==Sz|AVhyq_MHDH7F$V`0b9M)OXOyOvV|ZxVcN>Q)3^ z;RGn{-B@lHX96WFGexa5uOi0V3FN8Su4=nzZgIjEChb>@Cbo3eBNRCo^fEL-SWlxld_c+z~IA^K8{?LrL;Wn4RWjmmo7h z5Rq@2&MUUsTxWwy@1Cz4os{0?Ww6hquJ}D58U~rqAWeO%xtyr84h-)x>G(uZ)^W|} zQ^E%>O8LGnE3v}MzR1WjnVey|#?U&Wyc8rY)~!kCa6H`5)JcN8FRnNh!5w~9-Yk_0 zSyQ&>Z*uL=v8OI11>83>P-%|L*o<}=*FH7#Ft}3ittf^9%%t~) z_#}(d3Cl^w)~9Lva+=eKe0F%4GnOpGFlRNuh5X8Ls!Sm(3+{U?D~sdC!*s~XCF%@R zX%ucuUdD-p*6s+2PZ=z(jf7sz)Q8%L(F@o8bCPMRfwx{J&&!6;%7NlaLhA7uNX4yU zF<9Gmbj|pBO*@;Fc$D}{^FwPE`b=6%Yn=0nzD671#xvDj65j5944fQK>h zV>NXwQ!$1gUmeTbmLuz)d^pl%SXKy=kV*+(++8M^ zNG-(Com~^+0GjS@I=;KUvAgL>ch@(FW~<|5yl)UVK_e$Skt&}sc_VtPs)k6(3$qzp zuwRu!nd~T8jpx>zKqm!;SB+{MaTT9E(*s=uBsaqvsu3E7WW~oMR1I4k4cwO3CLw4Y zig&lKdrLa56sv6~Q8_YCZ&6ex)`acY7?WRPa1aZj8s?!E5_s3Z)BB&S&t#QzninCO z!@j(G(QFPX4oC;oK;s3zVt_#TmP@sC^|G$7>Q=T!7}!=A3!Zf~(&3mM)n48cs;a9% zsJ~-&npT%G_71v8P4%Uzfs^p!4Hr5h!x#JsXFA$2rOPELa#eAiGxKmcL3#RbMi#BJm2&$)nppS)t$Cg zOepx;&2iGmW~L!8OGTU_m-*dgWgOeY~G8jMWne&Hy1e|XvJ-%)0{lVZUV?T z!sl6Y8luwlRYoY)#*BX}XsHL_OV$x29qXJhVukzwq*3%Tj36@NFkUUj%Vl&W+SjS6 z8M~-!3cZRbo^ZRDQ!2oq^L<=i%LQhWD5eDDqPT)I8D-E*TgUGZ>Dti~?NHKTuAD?H zwo-Y`?TW4s-)|9pIf>hpN>#Mwag&!P7a2{azC6=P?a*X-Jia_;wg>VnM)Nnt7I(^C zCJK)YVm#Kd{*O1@cDtr&j=n9S(s&|nIYXD|gAOkoPm%9u4BtQpj9Gx1HWiU7T^;FaNW zqcRQ^L9lGO%>T4dsUp0qRtgwRnN1?#o6t;;(o7?dqF2bqvQrG!Mn+h&K#{XA=n&Nq z1pEQd3&XtrsVvM0rAPgmT8Fe#lSoc8Q+pD$kcY{~Ty-K5_ACu1QBFO@uE?h}*=$wbu|#9VB6Xb=gp zoFeIm7K8M~p-KQW4vOJ#U+|{_3g4o@?oJ%I<$^ZBh=@C|IwA95O-HH+EAO30lR=V8 z5ODS65>CvCzo6I9_N6DX-8mOB(pkw_gUO5jVMrOFI1 zGQ&x%LW+6mh*pJZOku8&j}d&?SS<=_^H`cGL^*`$xsWj|%;Z;Q&}k)I@XK!}=Y+Dq zklpI({SiJg-h~-rMFg%`KL~}7!QUc%S|7U|6cu}Dkst64ju*h>8S!|fJ*`$K*8$Yy zQ_^F^Yr{2eE8+tRz@aV=uiO(K8MF9ecC^}xQ5uYl-x_6+cg^uLX_~OAK1cu@uhx=s z!?|XPc@s!1(!e^f+-|FXX~pWTE(bZFP+m0*IlSuD%n}UVUtTgRHXo787s3J5!f0c) zdc9JwTlnfs+`e>}nATBGPv>n&tUEy5rR#i-ltnU~*a*;DM= zx2R@47Q=AEi{fj8Vvigu-P5$#r+L3ybYkm6o5C*fw}tH|W2U&u1ej%6FY0PFmX6mZ zmMm5BEi3G|WJld*ha&$Y6sj@{R8f$9byZ?(AOH%WZ~_OYB^*Up=581L(6Qu|Q_+(b zwRt6PR;v`S2Ae3RMb3U7GR4r8unH9-zjn(EnT=J$6#*g-`BaBDDp-;JW%)GK1k}n= z!MF-``86*E5Yz#8Y5=C~ZgcQh_(3mC1VZ};F@8Xa$w=ti$dKrjf>>tu{VU_OI62}7 z7Ran~K_-`rN7rI0Hf=eT0}=TqlahH@gIt(UJ&4wjAiCB{p5Qc*6eaaMsY=1{6Z~G# zzGUKOb7--Mh&J_RMJJ_aB3;RF%AmKdyvFqua7$;k*R+FCP(6P+Y2la^+1-;03rQDs zX@}*J=HgsB&F_J@SxV$hE(JZ4N>fV6lH#k3QmF}YAru7{4D^zA-;x*8BPDvJBRdgu zl3tqZi1UjicA{gvr3E1GCgwB)y_JF5z!S(kC2w)jBFOGKrmv8L@+#7h8%AbwyqNKZ z`Xwr^e?GU*VUKQyS4u~;$f^sqJKYc><8y8g{0?6v`6;CZ@UDU~<`k)y)q)&a`8ifi zE^sBi*OKx9E%AJfkBN-M>S|H5Dun5=KLa%eG>thVVGXrxUWx@)k0nyCB7Ie_lFm`u zbyv(T>naPHkJNk0P|+God8$`w%h6j94)J25yQcc^JNIK>Kwe>s-8UZ{yd829+uHYO zZ)@Y4L@Er@ewb>ESC=fQG}WinPD&-_)(GG@x=fqRJ84;nj%T}=A>|V?rWr(MQ|T*OizXmpl0kJ! z9;R}&$aC^{x3!|&Ad&*BRmv|G!Xi`vmP7LrNjX}z(4}Vt4>1;*;Q*(}CX81a6XT-- zv-nnO2xAjnlj0F<;cD-H{u`fdi&mjFI59$mc|2}&wk?lTa8Dtv@=n$I;G9Bvq`ahp z-*<$vTRC178(!*atZYm+1|V?|`0!sRleX3W!k>P|4OVl!OyJlV*9p?A*{<(<>D4Uz zy;y*WdZRpUS*s0>m+MPgw43bt|3^PS<+E8Q>Q3d0z8|GpZni;-S-w!}Y8W!|n8TQp z{$N&&PAi^dzBCSCmn$Id4_`pMk{7a zZ^&#mr(YW7+)^ZE6kCjn7ScR7)0TiKd&~_@A); z^ge*R&)vLWuzvo6#|CrcC7Z)9*_?#hwbBO7Hyx9-IvoOhCRFhfL;M=BXymn3L?|aP zD)|^VHNf{}K+z%!tl|irj!Os6rP;>PGGt`e1GSZ>w^Ah={2`_^*ibGi&8|osItjHf zZ^CZ+`ffHIOG64?HPlfKlCOR@$LD}y&K?SLzdubx%jt=k(1e;~H5CQ_)EBiaj%|@p zII+BvEh!Du)l`3hHbwn4n>6xmGrcg)y_<+M%9Tujd0Z8R*Had-DY$uzPt}k`HLx^2 zRe^$rl5l#acX!kGGvuJt8f7Qt=J<4S!obfHCoMG3ZFUdHo_>WKiJO z#-7=2-dEf(AY7#v$UU@Osd>E8^kFVI{`EU**1UixS0+!g#Uiur;F}9DG&4mLSK3`N zshTdK(A!E@^g(Fs7*L3Ic6enat&~R#QSwqpJ|;8sRBtB!3R%LHBE%~VN!PMPrO1O9 zX6THNvXaM264a!KWW_-t!RbAlFKP_}Znr@frlh>GEHZ~+k#K0UIq6h0Tx-F$32EmO z(a`KrsL@pa7LkRvB-VNdO*T(CUhG(l!w`hrNv;{I@U$(rV~oL#^9Abl?P>wIh99gL z*+?Dh>Pc;d?4dCvV?NUSl`Rxv6ol7}&A>0+qLvFY^#B~*EmtTPO|?gvWWivafwDwN zE30^9Y1s)`rgY&{YUHAJx@>DtcndyzndKU^+6;Us88E?NL^M&ZXo_S;cIVvk_(*M> zaW>{5(ODvQg=j9gsVsg_+Zq1zUWuJznQZJ4kn?EKV)Nd&J@&@u? zmk`hntTHc(i-OJqDQOpMKcOfOyd@+D1FQiK))1yqEZ6xMon$3PJCz>lSQL4*w!*4U zR0pd=l{()CGAi@K;l2=%g@3TRxH@RjLPg_swlO=+=M{b@+nl(EhP5YICO4ngmev_d7id8`0=uLpU+*$=6Yu?zO7;rGpHl`5YQ2M@;uS5H-xQY0{uN zIyjDYDr?42rQBFrS9}v-m~Q1D*b%LHrc``}l%6>|ew=bPhn%bSa=xxQUr&3>6Y~Z8 zgWJKC`$8t}9-_^f0}LfAIp#yz0x?;*I#DOf8==*1s9Hz!?N0L(^7v=L!A>0`W7Eq6 ze&pmJ8E_DigTPao_&sS9ZVnJAM14sE$Z%&|-~23{T&e-Y0DPz~_twG)%HG2asC8+fMCL%c{0ja13P2a_(GB?iC?ZM6}*kvGx^tECRc= z!Z5VIJ)FGiw7zQQLMoFloD&o_ev|fQiPdXE7z{JythvB3~jY-xT{mD3c z6l-m%vSo?8ulig%m$e5ICZm|ieV>-AELt{{NKU-71Z-A)XzdcOZm0tha$eo~T67xs zv3v!H@IJN6Qr~`Cm!+}$zy4ZnxIX7yy<-BcER#t$x&OnDe*fqAu9sQOO24a6H2M7h z`Tbv${ol6O*{G~+bT;5y*Z$S9cQQun``--Nc*ofPjPJPb-~YZBpZPm}aE)E~O-Q~&2sf3tK+yAR*r5sc=B04UjF3iXZaKE#8xZ2^Lu>$iWB>*&IKp@=dA;O`QT|MuC~>+ ze|h9fpPuoTzdqRWV(sA<|MlySEIxPrtuA@_pGyyZdHBnJe(T=do;>oYt8#N*I&zyI z|Ma(`7hlmhaI24KN!W%crJiOZ9p1$Lw7rp+(3x7Ov*YE%Gpf`5<{Th#d z?Uv2Ik=p8{CoW&_uI+Ez;p1m~;+SLS-}(7(9ov8BC0i^w`nm0Xzx5yQ={oqpzrC_& z?pGfexp+(Wv@16_Z}#Xp`)=9i9JAh`8#%`x@`F8Y`Qi09pLNX*|2#7DvE_^B9QoFq zgH}x}{_00hzxmk>c3m>>j3;jX<4b@3QTs`?@o#PP%`Fd_eOu07!y7&4mK9$;bo~v# zanZdqx<|it+^sW@zWAnB?hD60Rk*Tuy~n#xt3H3+p({5Zd~W7*Ykv5q4PQ9#+8x$8 z@b7Qk@%2MjT=Ub)x_^(hc&xBwjkBM8<@NLTJoA{*%Dq?Ywbf(WO#Eck^FRH?{STkH z-e-ar4u2-|qvtNZWXIE9t%L)gIQN3zEcZ_8JNtv*{iA=vdN1Yg>pN`!%qth&d*1gx z^Y0Ds>A(Jj+j@2@x_|xjRed}EDSPx*=Wcx1yhT5r@1C>ue(PL(?-zb#|NZvO=6`7O zvFv%5?Rw<1$N%NBtq<;Ba?Y0ydE-l`f8~O?8~p0rqi??OtFL!F|K^4Fee7%7@A=Yk zrK`{R)!AovELr-l!mVZrN(9<@q1Zo^j;vI~>z}>Lp(~zWl{Y9Cy9m z4QI{jT5U!9-?|=|`IY4t9kl*Umu~-7ee3J@yJ?rX>vXU8^o-AabmvvUanF2Z^}8QE z{>fWs@7LAw`|cb5bl%Yye|oKfg$F$`{H15^U3&VD-^f3{(+l6Z{P+v+zw4+s7ybU6 zF!j<##}B>yw_pG4;_N@y-g@V=?T_qx#7$2;mHz21&m46?zyIlv6Tc&lf#kNi4S``NS3!+$-)`NJvSe7XG6C1VTh znFs8*YXALy{-^HCPdg_xecxJr~UR-PT8) zzwM@9`^yW@Wk2%kZRh5FE8Kskh!m{_{Yzm`sc4t+31%yS7$HS`TTv3e{Jp# zYnSiY{JB%Ee*7OB9dv8`3!ljzWc~D^{r>WoUADgJs}DZH~;>~*N(olF}Tj3mwqq$%D|t# zIB@HtL+(DSd-v79&{(znwfkQD`jQtndg}|DfA;(TKI68pUHZWfFMHLFHhgQhwQst% zy4Pn8omjf({(D_G^x=P>+Su;Kng2XwEcM5YZ*c#0*z0TGHUH(>%G6 z@AIDz_nmvZ#*ClC65_iwj2^!Kk`^V=`|;Gv_hyL8EMpStjYRR^rL<%6ls z{cXmoS1)g!e_C^$NAI3^{H>c_UXWXM+B%t! z9sKoA-1z%*FFoaoYp!|v*E8OF>AQusgUu&y{dRtTYxS)*{?&=!eY$Oj zUpzVg{D16t=T;wm;_(Z=u~UX>s=rzWn89I{$q9iJPze_m>a)$1ABjE`Ra3A^+Y_T>F8~Y&K{7 z<2Rgs;!WYn&#n8<7aBVpw%OpPzHsTsuIyW5^{qbi@|-6&f9TM^|0vw@&@CT-aN{|b zNBec|{H^vahSt1w{myS3@v%1#Td?|1FZ$i#SGHg5-EmjyV{h&CLvP6oCw9zue695t zSwH*f-}k=xibF2k{nEuJo^{E3b3gv-#KAH56nK>cl9-UpS*|&JA2hMB7u$dGhiTp1Aa!p>=Nj^pj_9d-U3e-@od!7cK02>AIcg+!1|o z$M*d{@!~a`e*ezRUq9>8IgN{7e(L9+cEq_om%{u;GvX{I%C6zJJZb4}J2ydB@&0|I62$bmS4&HU8SZV!%D&Rc{e`3pSS3TuWj&JdO=(6k(>7)8oz7BW?w6w^y+5&eP*j)HZq@F z?Uc)pX)O5N=uc8t{b+|r4_UXmdi&MefArcnpS|gOxiwGx%$(;}`9FMpc!#h3W8IHD zd&cR%tz32ek00CCUbM-sef74ze)@&=XY6_TMKgbO_@*13ci`{$yl1_u-WdD-z+>lr z{d?8kw;s4>bZh^Pbzd1By5+RlAN}{O-#zd{XNDg-=F2m8{>`g<{AuVLcW!e3{3Cz2 z*7o<@bw#jM*AaJ}SNg%le_1oP-qyi@aP{#)}MXFexLeQy?)WhzPx*GxLm;Uwg*C&2*=`YXv z`?XhIY<=>H<)66Zm7P94|4WTA>$3ZnAAdtMcHJd=-u$iYmVNe+1NV6Sd-snl`qBj# zKQ}ykryZTPH%|V_YJGqF+}ZZ}kFNEl;N%_7Sg`e;oj33Fs~tDk=#jtQyU_XQtH)eE z@8D-;-hXj z;`1+^bnH`y-TSSVN?YyN*vMUR`af3uahv|aPd;+mo9FtYi!S=f(xYZC+37zUt-Shc zFF&=V)p_E@zx~FiFKFC(>-X>e*}5}7=bpa)F_&&T_uA2;_PBWO_1FC2ZF`(Ef8*PB zJ8RDcKRfCA*AIR9rq68<{VesHm(TeAX6+Yk^vV4nT=)Jz-M@GHgR|H8=vrsF%P#-k zbHA*QJo7Vm?1mFQ{D%WCe`z#zXUiY?;F8m>{`YrRYya>MZ(r8` zhupl^_CNBsAKc+f)w_O~-nn!C2k+c|$?*V9_-CW9k6eEE8T(bP z+G~sS!2=h4a+~?7-@NjJlTY3CfWQ9j=#O50?ZF@0=fHb@{J8&>FMna++%x9auK$An zk<%}`;P89C{q)4b-<-AAs^I(^t;Y|#_2+VS?v$~?6BFLpSRy|Zs^;2iSy_OPTjS7 z@rg(O{qd*wzI5f^er`Q-e#bg}e}8TCp1Xdx!RW-YQ-?@b`nCx33(yWcE?B-#GSyyRW)w^#kwo z<~PnPW#*mw*$r;o`m}ZTdTQss1rJ?y;+F@1nqSq}Vy)++m4}}_^ZtugeY3vxGY_4b ze|C@a?*HrMe>vfbw~k+O-a&Ui`0a!L{=$9FKltYDGe7&s?LKl!*R{D*FUY4a+VCnPFVFktDYO6Z=*OST-21sxj(Fvw zv(EQ_aPsb7U-66ToV~92>YT@Oi}&028;{>{!WU;=_3AGwdu{%YwV!zFE8YGzKfCtD zBmZ{o(VM=q(=qkWyz$6C&;09;Hb1OZ+$Htmf7X-=-F_FI+P&*$t8IS-QRw#i+-j?> zClxwS<{Gv9_B(eCUbe?u^@oG?{(bE^cm8L!_D}q|{Lty^U-Rs-_YA%KgT8AnfAqFH zuRQ0D2fq2a`HOZsX?CtSboM`A{KsEbe>^(*oVy=&`p&#%@QU9*d(G!JUF$b9zj)k5 z;lOj@QUADjmrW0N>j(FqzQ%8cF57S8wW85)9sJfgH*T=%`j73s`Gt#TFPL-Yw`N_O znzP=LFU*dfwJsN$p zw7tE{XPte1@ys!69pi8O*L4m*s`TNU_s?IS^`XUY9KJ!<^Lx&ncU`#qCm((I**Ta0 z__BRIe$Q|3JnPsM^FI8y9}i#m<87{c^YGg~+yBhJSFPHAhmrq$=hDCZ^PXjUKmCK@ zt$W`3*VCW8YT`$GUo-sgC!Suh_eS^p>+-ACJ#GKr{C>yVp4{)?4Zn5$C$4(+nfi7| zU;V?Q`t767Kg>R1%VO<&k6k}J@AcP$m-ZZPA35oc#z}<>u3CSW^N#s-^V# zzyH+3yZ!Xo+y8OhUJus~_~L8xuY2x^b$>DMuuDI3&mVuY2 zVnN@(2LAB*2Uq=}Yuz2cy6Uvb#RYkz5z{jXim-G0%A8$bBM%yaL#@xtw1xwe1E zsekmfbw2pYnh)M{-{mt#53`?M>zZA9KQY64{Gv-9xZoeZ_~t&J?tSEv%84gjeA%T3 zZvFD9>tFZNt!_H+=JWe*So50OxB0en)Td6$th2=%_kZY_b#Cr`6#;caoGA_J@g|R-uJ?37pJ;6{oJKr zTzg*eZtJV7w(nZL(-)6B<$zkP_UIEIU+beg?(@ylid!9Z_I*EkX2x>U(T> zlO4W2H?zktdNZqk`{w#(pM7BM#XBE#!%y%9CXb+$N%7^foGO~?T3RM2cG(u7p}Z27@c+b;GbXq;9);~@hpFXlitYx^~BYO z&R=nU+nUdeEZ(U#|OwFC6#X@cwPDIqtDdAO2(G zysfUhdS3T|cWip`z;oYwp+C<5{&Ta&5C3NGzAKmi|D`HRkH54B#|Y{R>q-#qo(i_d*+?>o1dfA>0@-TU$K`7@8+=$b7rxnjw` zuG;Xh{8JbL@ifBoSzm)`w`>+F5xrOVbiZOfZq{L|eg&zH-iIUpf8Sx%TkyzkBan z*Pp%U;mbPrx$S3vUHX}SAAfTFvY`c6tl#(J@1JqoZ)gKCzSd)hg$s7M zH2e40H%M*#s-&2KHcckhpHkowaT*9Jd-;$JHs*tW3N z<+tAS3H#{{XB~3mZJVsTZnKpyT=dB4H?Fba-##N7ae@n#D!nD z;RmcHp}*ev;G3tM zzQKjXn@V%n$sBU+*M`6K_kW(4oqxt#du{Q_S5Iu)ZtS;TTOa9Q<+-M@3&=3Ni};kvG${Nlosc6;T5Hwrf&vG^+)`{g-b|Mh=P`u$hhzjElO z?%C(q-4A|v_v7BW!T!tjXMF0(ftNnE(K%1wyLsyQrB^<1`uF=b{?=O?tR6Q0vFOBnef`y!oqNTe zAGu)v}#ZjU*Amz;U{!5`V-;q!ZMeSU)nR=as#xadD;&RG7puYc;xYyI*g=l}6+@3bc# z`Q5Mg`CMkn8h5UC@{f00`d9x7lmQ zHP&iB{^F;s>J#%$KK8Yf|C+wwGV9sJUz~N{zH5B^nd02S&S!n@u}hDBX~XlsvEAS~ z-#=u*uHQTD=8n6s{Ov~Hd;B{`t$zF`!o%)fdagI~$%#w;zW=vtx7_;hch;%?^N;uZ z^h5it_~-{tsI=v8bxM2AKcjx&=imI!Z|8gVKWDsh#oB)!4KKK2-N48jq}Y{G)SUf9Z?1vIQ)yl9~xNeBloAS{6*%s_pJMqrEjfueDK`WJ5G%M_y;%Mc-sI_K(D{w z+YjF}^ZXNk{OtZW9&_i?Z@hH!JwIK1-LLQb(%M&Vl;8HE7rxi_vVYtIGlHehTz|nv zo78Vu{L4)BnSUO1&)NUEA>H@FYk&T2eeZ=|EB_)p=l-Z|^G!Z(ePF|lwtxPW@7=rA z6;B-SXwS>bHotN6^_E@VKlFi%cm1RNh;`&?r;a__m8rda=$b3`8O&e0-;P7~9B|BI zi?&+2+k>fx?|Nw9xPLY_d25e}ljfed)xWGWzwnb;!-pR7lWk{hd*wE#u60Pq%+)se z^N)5~{p{7QEX;V^yQCO?s=si|DSdx?@`#oD{bZ|Kw%BfqyFdT&**l#0>+}D-*(uw9 z<=gi!y6xHHfByTYpP6~_RmZ({=!~m3DqY!Lee$yY1D@Y;-Q&Oco!3@fc*w6#oweOx zZrk16p!nFG)w5Q6ba0tF@!e}q8+zua7ae!&mp8e6!5990&i*s6?74ZP%hE^v@_>hC zua&=iZ~M%PpM2xi-=2B(rVpL8(WSpxbF=$CxySiWe(Z=XR_j>$>lfXfM?b&O)^|Vq zdGBEVja%+s|EjU$4tVa5XYc*D*^5rT_>5gXk)ONej(;85;j%OL-13)K?Y!M)^FRN= z^&Veu@u}BVuRr5gZ!CN2@!`AI+~?LWEUF!NVrTTZ(`pBOWF6^kM4ZU@_oN_&G1#1-*@C^o?ffx@`tWG^VF?6|23MrJhf+^ zbMjuNq$d8e`vptK{&D9;r@Xje^-o`R(B;{ae|E{zE!X(gQA=*yJ$=%Rd#`u@ZO1M> zcFP|=_wl*W`t}w->G{JGPyg|``@a6ov)A}|>dN{X1*twtRK{Pu5@i;*;xM^6jtPZ|#5inVaVqp0M3R{TB_t(z)8A zkNmj0O||g1W7eJjpZov3r0>-FX?vZ$=9w4#YWA&reD*h)Ok3rO@$W5jf4tA9k9_8l zOaF1;Z-<>zZr`T(@*R5}blIz)E^f4PxBfr0Uv%{)S8o6HH#c0{J$AHh{zq?bpR?y* z*V}Zbp`Z7(y>QD{PpQ9rZ{?yZZn*xbO*a1KzS}IXzxku5Ho5ZH!`Im4&LdMtJ-_AU zBVT-B;l_7fmV5Q4J&rnLRq@T=t$oqF`?uI5`sJ%1_~Z-6yKCR@&9R-X=)dUPb^rRz z;%c@y{=3_c`Q2}4KX#Y%himpZ;f&75U*G%3-}>_5n|-r$cChbY^q1%SN7{C|_rcv( zyW`_`ZjoK{&W}BF{zo_3?2tpk#i!e!KkldZfA5^W)3%BZxaEq!yj)rDdtZ3?v!8tQ zwtwu>wRiRI^Pk^q)9-JXeJI-LsGYvNWw7(p=|{i3&g+|euXwJrZFu!XpH9vE_laLz zw)w=LHePt^cBkxj=9X98y2Xbt+-`jIp5Gm_%OlTyc>j;M-}}|X6-(=T{QZt6-E|hY zXZg?U>h)aq^Nn9y)nB-FkI!9x#@d^|_4?r(9Dm2t>#zO&GaoywXZ!4TUpVrY8$5LN zkuM$djcwQZ!ME->cKZu|dY`xBo9hLYUDi49#-pFySr7(Gr|hazwr$(CU8ii@wr$(CZQHi(syX-F z*K=?8|GN91HM8bl9r1mU8M!lZXXc9BSP`+KEfK=;!3jZ>j1*_#%HRn3XnEwkK&2%y z#cg?-(GnUFB_6(N0E0S8H$8yAVO|0|xi1M>id>8I5wfFVY!f~zc8s}V?Sa`?IEZq< z7e}f_7o&>Kb%>M|4qCOjC})H7!S; zH=KVbn=gjbz0;u)_3J*qneW=R8TUduvMO&JstxCvY{_`YSbxu3G12iwI4# z;rWqS*y`0g#J;~5ixDj8qfnnC<4^N&Y})(h`O%s>dzi5jD1H-J*#U6LZ_Q1WZ`r@I z25t>kt&A3MTkjL#rR)09V3Q|H>%RA{ zC2UY2FF&CFnzYsaowSiRcLRfh0RUXV0RUkBJu0DRt7mQGV1y^7XKmv2kMPX@Fw*`b z^ma>C(`JJO*}EC=2dv-AG(f{z1zBz7x5WarIJYItaxoeU8n|g#eVSaMghKPv%}bWx zm`Xhi=5wo-RouzD*U7%538c}CCb4&7QzHf0T|(o9NOe-H^K{_YtJyQ$PQsmGXQ}x~ zL8H8i%T&^uAv-W?d5gzWz}sVv|eJbW=ThM!i11GbX8XHGPm;oG<-)wXh?B zyIDY-d>yB{irGfsp+=Da-!0>wisn`NpLME=sQBATTY^@0VJK25Tk>X3Gn=MRdn4qa z0;_8Za3N;Lr$6e18}cbu5|Y0piTZCOLITA!LyKwREnc_U42-4Vq{?8zf{_w9%c&x&Xirr|II6p^I*)$=abPiqle%C*@GIl)2Ng4WB&SP#h=R7!KZD2|bD z4Kue4$)7FQoZWV(NPlN&WTJ9#@FD@sB<&A1oRqw>e;EfCmId0`eC$doeSn+nbY!hl zgr1Yx3+1PY3xp>%&$r||O&wGr&btyvs2olQpJs63eCmgY;m##Z=TSe;!#Nlutesp$ zToPy8WZTD&vgoV)x~u$y$D!@o691-+Xxydo%k?|MLJg8neJ(I?RcS*riF8U)o&p`S ze-t7=2&_%5fhu)Ld0yNex5hjBW$ahNijGPlqb*21x{$9>oVse-#*Fd;03XFB;wn~WmzMKkTUh0k7NlY~riV*2FFObjPxEJI}F46(+Gq>67?O}QQ zkTN{9*C>rs<9H&Z{Z=QhXC>n9@FGX}IJFslx;H4$O#W%{Kpx6PS@7#nxM zTT7=xq}Y|ZT^EW^1FOy1joj4YkFqd2ZgUQJ9uL@1=Q8r#HAuK$W7Q61t*n2`jKC1QRGJlf@*a z2Fm>By8LuURqp;!XamXEOs`9CB*62P>4#V$TfPjW-SEZc@1!r8g}}iIl}#40rFCo) zUP5n`XJCh2ZAj#fvrb&e-(%HE?%~97fx&x)Z3C0@UlKO1nnMY-XD((JVmyzv-|BGC zI@u5RCb%PspqnEcd%j`EJj-T+By7G8;a{PHy=od?)cpLj@#x!CABA(^8*{MB&zlKq zzf4uaNl#F+vnG+k&bqH(x~lK+2}#VUE-P8FCU_=NA2>h~L)G|e53zA@rdutU&6PDS zWzjb>X|57C`Ld(wsuwX<*gnFX*>6j(;!)6G5BXZHO~kmr<#0y6yZRYqEHr6XZ!DOc z_Q1;-s9nuo#1-_#SF~~x&k!?Uh{G~^lpp8HISZA8$|1D8f;=SGt&=C_5PhyrP48!= zB&u6@@Ij{X7RBZxU1jyR8XAdWiGMXjE(WAA17uta@T1AwLp>&faR@j%>4TvA*#Ge$Eie-y-Sz!!HK05%rHb@aT~cupKJQObV`FAg9G z=0B_*+sP3LyxGWTfjE|}zGFvaRr#derFw_+!Ou#xj5;k(>>E|t(wW%Sw@5B?01;j{ z`xCo;=~8l)6@7IYHnjTiSl4800fzq5oP>FDeELqBaEJS^?vqVAiDP|4ZIl2I03aIZ zpH3|1|Ji+7>e-tZ{iD;Qj+K@H;)f4PdLZ-)) z@E1Xz#0n;xX!HM?>YREhZ!iB)R^^$vuS5lnFg%Rof%ihV3hmb%ka~}>74(6RAY)cy8Co%qk+fgOov+U*TNs&`9T(jv^hJ-0 z<VWx;IHiS|WW5k=@X5S5dbqE1qo=x@Om{h)OlNuAOnNMblWMM!4W~jd zqZm{Mm<^48J3{0~=d3elUx~kuHNpzc$rdLqw}0lZoRr3){jI<%B&b6Z=g{!L>kY?yiV1(ZZ1fnF)#ngoG1ox16T@eBLUKoa|j(M zZ;DFa1}*LjRN!-VV(6wB7K%#2L5Ujb4^DcDbTg|>siQ7f)2%X;j3$AoeQc0Y3|&rF z3shM?@NsU^u4nY(wMWxsq&9N}tm51#p>IxiG}f4S)O@X6OY-Jzl3gfB-D(CA&z4LW zv1-URyJrx+SAXmD*8RO;bt24MV7xOv!b9zoP$bn2-_E8^gR5kDys2ov+um;vhMe4j z?y;;EiwbyK#m$GXY#~w7HN{PnQk=1SDFc4dB;;ANon{!k0`Zn!q!XLN@~Es8Ct+lk?F1 z>-gK{Nu5)Sy$$|TvJV#rJ{>bRu-yU3V2-1)mnGTI*&*9e+gPSm(^Q99DEdhl)f{bV ze#{8P?`PaFbPR1DGyUpB2pvkokQSZce%Py>TT%dZp>K*xrPw>AxWiOofhw{LrF78( z^Ki47AH1%y0gDoSS;>+(j~rp+H-H1!f^7muAJG-cA3FXg8K~BzMrP;Sksw>n!@%mS zg##Gvi)03yV{(%0kKP5|YA09uk$XF)1WWmbUs878^&A*- z+>8*&@p{%V7c0}hLkj8U<2}W;pitZ-+TXds=O!5}C7|f9(~wmu&4aEq+J4gXfa)!% zs=z^-4nV=~E;?qtdy*a%?FG4uM_cq+ ztv6p^OBTFoUyMNHiJTVJ{>0Yxp5iPap3~P`znPvMmZFn>Q1?Zpk(RJ%L?at#8-`yE zDv)7Z!wUW0IBczMBieHIUv{vq+6?(UCuH|C%}t`~%Jt%UxHeGX0QM)1U?_Rsf>X+* zO2PWLg5Nv0N(Yp^3ckFOZ8Bh{GqvW_ucOh)x#*sa4Z}pX`1{wc%-KGQ|5Iz&YktJM z;^LH9xzwkYM*P_)dDJwlW7M`e%FB z!l_YEs6kzN{H@To3t2Q)?$)Jrf)V=NVbN#JD&JS2fDk$KEYgq~_9&5K0X zukl+JDZ07=(O=dfJNPYC1x#4#vTnB-bPZVDGJ+kzIWg5}1B~nq1kuhV@mLtc1X#05 z#HW{&pzQTYE_xHYmFDEAjH5$hU>s&04lxFrgk^sOy0_gih{o6BR!-*WEL-M98uZcQ zSo9T6_=PHtAs}%@>XWL75{zG=MNyQe!gTB(u?Oo;M5eU1Rg+l!A`>w%?>CN8*?>&8FL^XAIO~E=?laNfTg>TjFpkpdCV8_!XhD-bYsWyV*38xvTH>xJ10jgn(99#U%2 zSRKZY#?QbH6H4b~wl3YkhtUR+7SJRZ%Tn7zF?)Dh6RagLVIZp0$03)LG4%nz*?CY{ zA*1Xm3b@Xk212~^o>&HXnUAhOlES{FAFHkAz}ex65Nz7?K$B1{3q>fB&dQ9676xE@ zW^8K})Zm`+f9-)-Wt@vFu*7}f)}^cY6no?R>8^?GdqaETC565M8)gBzS{FIA)#t6P zEQV;ToOt){6&r=7cQa@=>+xRASTZ3s6_5DPHMAI)Gwk(JSX}bNVRWY@w-OoztX)Db z5Q-D3NRS=B!G$0#cvG2S$6`4q)N5z2h4%gwBAw`wIbVCk&*Fw$Av`mmVV9i$h+`Ee z;v$S^m;_23Ic!Ecq#QYR2%q%?Nw?2Ja1zSP3T9qvq5gcGRiIGKzBebb45tN{@Cl2D zT2c8<`?Q`Rc9>CTOq^r(pglV;cKB4{f{KdYP9hv+w*@nzj)3pp7=){9=Bb8#5te?% zx}qZ|+S8@y#)ux%rH7z?bZ6i1F5INN>}ufaZh3Q^@DO^s~d%n`A{T>K{J%8b_pwQsc5`WE5}^n5#1xu#zTX5kC6v(n%rlhs;=nuf+pwK z^_AhfXB_h%6$?0pkILn4IIzlh#l|Eq?<-5Dszgj_S8CI@bb9ZnNc4gPeJ!|ocH-53 zy+u~B5HRwhBa5L&*;<3rjZyA>@lhqKgJ2m&d`}=?j;e_Lvm8Va-i1bs7k6pk#sJxtWUCtsA$a1werTf=PuzbY!U8{S?9SUgbI&zl@)(ZDaUWz zJY(R`(9UJFNx}|Be(QGFF4go{BlsrpJ)=E?dkK(j*LFy5g3GK%q2ULO`5NA9Bc@!p z1-Vg(DGxO+tye~f6;?b5Zf;`WTe?!A{WkpstAQj=~R^rUbQUemO9>_t}VnZu{5NCzFG ze?AUUM7`6I?JC3#o0JU>)cfJHDnlN&>yW4CzA+ug<5DOcbY=w&`8j;Rsz`pX^a?*w zi(GDTC!4*{5WS%?mbDm3l5Dl+bB5B|CA?$X3y^LRwqq5>51%JGZL9J|54GyTTd+*c zM^;%VH^)Ccv(n7R3?MwaQ?kct=I@+LkbF2ZBQe_R%Px*0t#NOD!K#a|q0$qj@)K4I zYnp=3aN0C2z_%*Lm><5>*?Ee^B;8LV2{sh!p0q5S>SK%@gu&+isrLqpK#51X2kx9G zw_=c;PPYk(RvQ~0+g(;t=#B(`Wgy5k1JZSqa=0@!417ErYrhZ$K3&=VSs%h0&6p?@ zr;msi5i^VvS2tQ0pSr!{dtA-SdlBwTOkJ;fG3fmxmF^cYh<_&I#>Z=;UuGrruK&lE zAs@Ww^j(|kd2sz+ux%@^Qy^B&r(QV?vDo-kX;gHST1Jmmdgul!!fC}J7yfN3AQUH*>a~_gy#{@Ynjq|qq~^; z<*-LV)AZUnF)}FStX(i}tOQX9hfN>8e}^>Xd?MGzN#>M+go!33fA1jR@r@=r9o#6G z&HT8OK3e0{DkW{dlx;R)w-L6JT4F52m2+GC&yZ(#tTP-QlC*=j&Xs0r+#)Y9B2l0XcdHGEtEMYFybX?ZUBJAR=kVnY$qTOn zFVq_^<%_MVC+C))agP_%)4k^{KBJAfXKt+Sh3!5)-49HxZ20G`xu|5t=DC(YwRPmx zu#MTkP;k`yk6}+>UItV?7pEUn?=v1ECSJeo3;UY>G!DBxy`QInZ6L)R)XMZI52(qi zg{sOfw1_Kg;eez@1#{Hfn*n=%a}U^l1)8+V!l^uwzQpIJ#xi1k8-AI{dV@YGVk=mv&P&<8d3a?|ubnweCGZYe9A`s7Os|*o6^pYYO(u zqT`BAa`}V}l1(9L>+D+*b8{5Pa};x&dO1m=P9@3px<)1I68?Hcs#>xaw)%;#M6n(> zFarode@M;p-(o)Z_-{Dt&tiUNCX^w^Ssf7PG)g`U*68b222>zs%?`K4SW zIsDF}1-yW-R2lgog5p#We|#K8;MVWW-mr%%)uihdG&%!mWK=B6Y{eq<8)9`Snvt^y zt&Rs*n&n!OU?XeN9w$PgeE_t)c9^6B)I?xMtE!}Eja>OjV_>y21^OT1Y|drrM4Gil ziqR$Qy({uKnh4Qi(r)r_&3&U9A*PM|U>@rLiC@%K9tMkY;LWkw2&F+e0@k|@v0^nM zyR!lvZI`3gL+U`>a3E+SWXFrR22VPq7Jme`_bMRL)zP~{zi_KZ1y5*VjAYBqYvbso!2=;=+Ljm-5)J$GeXFI{I z+CDo!EA)0o0=>AWXLqUeCis1w-c#_%Deb-kVbSS7o3;ELVkx2$e2VS>AUauiZFOGH znK5283D;o~0=)`s81JF)n12x8**s7&&m=R;r{;Onp)j2?=yAyam3i0??mGhV_zxV! z!=;_3HO&)6^r%pN>mDS4*7v!UWMXlcItEuy$4}5LFj)u5$4Vmtj})M6$9aA%nVi-K z-SVStqMI|&<9Ei;gk2?aVWAfA3I_JhPtP(AhXma^w_kUnau|kt2UHuT+UDG;)Cs&^ zFs(apuT9jWZ_Qhs^ksOAuR%fGdK5@6y=2*(C=XQ8h>{%8jI`k3$YGH7!|?fR*hb7? zGZA@Svu`sQ{IV;7TARi!czg-rZJH5y^=M?N=Emgd$d{JNp*j1$?^H16(XXeYLB8zg zd9VtCoD!K*nRc7dJN*gf5AuqT%B*`E;EiAF+xV0mSL21jrWe@}j2Q7ji1|?yse^@b zY84HUbZXTJQNadvYLyO|;_wsmC(<_HPu^s)%zWsu0yDFWvOBQSq5%J+I z>B;@^O44*}jxI#q@lgcB#CUjV-IkpgjsJA5(r%xjm1u&Uvq&))9vj$@QOy#}l<`r^ z?ID}pxPA;Gco6^jpnp8hKueY4b%CeUw(hV2J|WagqFO_W?F0;aX}x-arB48z1gMkO zzxZTQwHL4YLT}lkZ7VMh+egawm0bjD`+O{jhvt=>My=oiq$P2A^~A~1eNp>J+hP?U zh*ixAnwUg0onGM-zfGl%Y{E_A?y0|QApS!7CD?lu`#Ph=rbkR#3DS2``ohFE$dR&v z-wyng1dFSS>x$x#J+xcq{C1V37Sb&cqnOEAky}Ld{rQQThnBO;LL=p zDVn23?dJ9aA7CR^=~7U0(!MoM7-g(qf>`DF7!tUuh4%{ns#daV<$zGJZF4D_WDa6( zf$?);q|V7YIgZgp8c|bqQ5SiQMO9nLU`idG}L zsnGGPyz=*i3JpK2D~1WL++K(>){@Rx%2VjhQ>5VJ1QLXMX4-C9Ep-){dV0^e3R{5D zEABKn7Zt~qZJ7Do^~=DTHcm?`&wvjubb1yy)Q?4Zxog#ZYgTo-di9zEZhDY!YA_Dk8s3~#DOv$u-m`6t0E?$re) zPJ?YdubW(2Ft0v6ucc9370!>rd9Za_IbH#5K5T7vAxTkA4>TUstD;g1xvWy@(wTzp z(Dq+Xx^h0g?}Ur2axuBjdD%kTQSS)nH}W-k79=R%7!xy1$3LSEob2<8aq=8F=G z9E+ffc;~$N)@AQMc|Cqds;Y`g$BfNcYw21Fbu)@VlT*$OL!+Y@XDNjGDRmCRh#^YH z)lD50alb94m0@X#gNCX(4%Lkfe=9dF(cl`y)Il0vpZlh4jZjdSV<~iHMGs-{Y65I( z%J12-wtC{Q8pN2kCg28EqNVQOE3bBKLz)Gka%18x0ABsUR`EM1W7sv6SJ}Jog_T98 z;IfvnWSOOt7D=DeIqUmn7(Pd1M%WNJUCt4M+lW=LppJUG!oad|8mQsTvU2+9ifzp@ zbNcwMWj!{ABSML%T=$0czD6igGNV^x3F<1aJeCZRx{q= zS9gQf1RPtZT6$Db{#1vHUgS>OBZtK*K*v&oIKTF;d4XzGp|T!s%p0o>!z{0`V$rm{ zBX^Y0xIOvg!}+(3%SrC(s;9r(xRC#3T}Tt7JOEq)&;ZbE)K!K%V7%SY(zIE~G1R|2 zm9`IS0q)$E-Q{&d^3nQ^mfcmI!x&Jh7gZ;3z;8Kh5MTk{D~}@{Hye~Whaay7*rAV< z$tf2u?z+aX{@#14jZaG(BcXlrx5KnB1A5eVswz=GzMi-=bpgY~!ulMnQ_^|wNrt$y zZwY1{o+!?^P3{oAzi`#-G_-D~&c+x)g&C3b3u*P8>a{d73MvwGMNgXVpP8Bkv-Ru` z3|qpmCVZqHzP7jbWE_bwnejGd`*t-j5WI@S@2o5`QjQ>@``hEE&FrA;TrS>8Sn*-$ zX7y&l_GfW?&uhy(Rt^(7fS(X26wq3QW&Bx_^tnUqD06I}FD;ORaW@*ca430lPpb=3 z0&C((I(HfdDQDgNzQb53hli>!W1SHejv$tAw52Tpr^kam?qyVMKveN7iK-H?K+iWL zzBO{C5y=?OD3)Yxyd(U9p(Ugrw!V!m`?&}Tuv52v3WC|CDY<{y_ZHhG%tGol5|3FU#yHVXY3qKcRj?m#BIjJ+NKPj5o} zY^|&a)x~Qr(Mr|f~1NuisJNl=&8Luh>?MDjO zJG}**n;A`eJRLs{)s0}aN=j-r#eeb`%K9-@5Ts@Yp%xo)r=Dyw@nrtX`aTK`l zs$_C{o#z~MgnPJu^4Z;c)a2-LhJ9&r<6I!2{!T&8A>&c@EPmCx3)+_)QVp;9%}eI3 z^jY|-p2z!si8@phzJuID`7NiVx+%A*^jX$g)LPYA&|1-2(pux1>ssns=vwKT|0+4> zSXtrTbhf0Yic3CC;rMx#rjwZ?e_H25}uILrRF2|S=d_qs(jb+ zy;wYpnX$e4IP9#N=X3d9ux~O%`?o?LvT90e3TyIfGT5BIl@z+>yOyv1o_P|@*w-HN zfSj`W5VKRUW7}XKavSfNxTbI0=jA=)DWZiL5+GL|~L7H>xKL{+?qBEZrqpZG196vX1UTK)_-eJ%DC3${QNs& zEtXt${7J9YNysMQmTsv&lVJ8UZI_ltNvBarNG!Hk4lFziW`0|h@qT{h6t%(b>U$@- z(5xIjuk1^&bb4Q$5M6OSRr6T(b27|QGg&_RX)5UaccfejRe^1ILe zpQ7IY9F}*k&%YzvnU7nrICLW1e`3u46|uYzZwbHt8zTL0knw+mQ2$Gu`1u0$2gBaV*kL*w3KPKJQ)5tL!J~f3o906&oq8 zscI%F<9#{(KlgXzz*D2LhotvNZ(*N8-UPgHIsdm=iSLSv8Mj=lXNZqLuYMlAoLbpc z(o3ZON7=saKf1NFtEiVy&%ZwW|C8;0j;Q$(@W$_n)gApO1LWh^)2q8ndyD!C_4(`j z{{wbt#rv*F_m%b&^&9FZ=%?Rjujlsv9?RVI?`|LZr5POTID0z3fdBx`fB^u0|2-;f zU}J4#W#(>VkEdXyXK3{wLkTCv3F{3$Xs!|8A3r|WsJPKCRQ?Mfy9FQ-FERTwVl~M` zVaFz9XVvDVnw!~}K`#)XMtEi-ljH%9r{5uOy^o_EQV$9N&G!)pu8!KBcafq82y+I6 zVfDm!l89~fhcu+~y@kwMIpsZ^0;-5w$TEil!sMc7h~mW(Eq+@0&9s=DoYLYd*(E|d zKu$Eq^|d}>GKySUArZR%b$ILJ|g6XZOM$HN-?qPMsvHLFjenTm~v&6%1}vR z=23&wfq-qvFkt3v>CK!e7`Gi1Bp_1vBQq~Z=39J}#XNRFNWW8i@01cc0~Hs5$5z^; z-9{WWBTfK<6-&RwhVE~A_nBi|(EZ-7h_`d3cGw-c+SPEH;sRm!Wqe@NsdoC!bAAA6 zr!}(!*hNNP+P{%_dq7V8_KIg)C{v+=Iieglc2Tr*n)=}-Dg>L5a{j<;RkG(Mr^2G3 z{h=)cnYv91lv1C8Hx^h0l&M|a&Kc7kQqkdIH|I4xg0Koot zdh{RuE}C$TN=s=yjL>?BpvD3MLnudP0losG;7(!q3`FSQ@c@YaN}+o3lSBrjj06{TS@EIlH6(na;fmdefu~<7sbLF$d>c!$3?b@B|If@V)E9FAqu6XOcz)C^22 zrBa3?lLRT_9cLIHTEjTL2%M=wq2!--nSWLNVveD+G}o;euQD*_BtQlQd!egFHSiCY zC)UPmZJnTHD&ugHM@zIc^HP@yrq{)y~1{7CKC{b#}_87$RK6vY*8GEoHqTIQ4Py<8hZJtZ_#HGj~&HmT&!8a>ot*WJfQyq~^5Q3%S83z_sn@vB#@;va4ol zvFDn;rREBgKKp=@~wHh=nt-!TllLLYQ zA@)>uEOySs*zCCy9PSt(L)}u!Ep-(JBe6_OH~bgD(`pENvlp5W)fLr@NHB9{9fG{# zqBlfTT|k*Zz&tp~6-wkE|8_5wKNE^8>~vfP(TxEzuU!xO(9wLSS0M3LZt?h{Z4i{o zo3|eHcF##{7T_j8wxA?U#VAI9FscY;;)TbiKq4aSh+(Sch2it{EM>=6rhkDIjXSCp zX}W=s%|ButA;7Cl#rMw(gjy}c>pyM$=}@`$5lQvEOi$GS^_{mv_dV^y6!}cpeV2c| zR%+!cgLRnCP!3xu*oR@-j>SsgQPW-WA+4-A3#rqxu8h}-b??|_xb_U#o4jz}S}l^2 z~C%U{+c-*Q=3Q3Dv6oz-%4&83MYc683*Mt2PvP*;^5+W;kk4MorTW^&1pt{vOQGD2jN z*wAAd5WD2BGIh(`lw&v|tMQ5+9U(LkP)zw9DCLJc@!WUo;J~`Atv&Q2%R$|>ScGO` zFWIekd7hKJO`MfIHnqC+6iob8zh2BYqNxwpP>sp+GbK4KVgpBI|9HHW9iP zVJSn4b4PZQbQ+{wdjHg~p%BZ`*^qXuF3hH=tcSdh+EAgOr%w(Lon)nV@cEC2im@fip9C7PR%MbWNfk>Bci4UkYQ%c^&7lqUCzV z+348yRQtC?c&b2vt8aHO)l7RmsZvqU5owVFsib@S1&~93*%Ah5rAZgFCrTHOsWfz! zTA|O=t{V7MLLB*B8h%r(>Op#U{0SjQM_{VHebxhJY~h0Hz4wdQ^r_g7YuFcZDzXPA z^~8<}puq<+qHx7&e9npZPTFv240J%)X) z|0sj)ze%i&*83D==CD8C`fZewFhVke`sv-LI1F2mOx!rh{{nD{9LLQVq$QN+z*%_W zXBc%C0kow_meBewCj^#OSa`$)H7Ix zUKL4rfwdgS@Fzk{0n*dRgd|AaF8!%+nrGCDRkG=tiDBR)%~3+?V%D0B@wFh&3T2BuA_D*%T~!KB??TLBpJJ?)23aSuS;M|?W^ zLdV}Cc|?&ad$O*l;r8;!Ebxy5BEPh>t#-ZRIK6em269!yunI*@c z@3W<;n;AiWD{mhjd+H)}yYjbF1#LBTM4V|022y*1j0mgN88KO;B%`;K7G7G>P$uDK z+~q{}w^4BiB3NEdgf(9T%vM;69oVD-57Wv`eH_3zdLM4|3^~bNvMIZhfSzFz#r{~C z(2=81X@fh4P?5KBgElE?|HEAQXo_kssRW9ILd7j$Ik*bv<#%_>;7yE{m%yn~$U`8} zBd`Qfp)j7w6@1F-bgq6Q%{Z&T2~R1>IA$&6yVCOk_oYraS`~GSH<({$hm?U4&IRQ{ zF>ON<%WHxj0wdNqDB}nib3-PppG_shdnAHzG+Z-0TE$`a*F@dj8=DGdyKXZeW|0`1 zu>-j6-HeH1iRrkTU?3L#?!~+6K(JE$I$rG5K7U(GS$RNRc(hLcUdN=~t$}i<7Ctg8 zO_6#{Uo^NpIO1wyUGH>C9wM3Kg2e)Ci2}E34sKVinu1P5C!PIo3T`V!?!nKe8_!g+ z#~&=-`Guk}_O#>nTO{rB6&5L|4sRsFn%e9>h^nE+dx9xDi@Tu;Q@e=}N0GGXS>YG5 zExRM=_%iSqtdn6I-xLY%&v>Hft{dlcrIxwt&hdoexryt8e-Occ5a551u742t{HPtL z1c?bQDkaf)msG<6{PA7n7j?B|pWkN{6i~tj$Q5k{*iMZM2LK5X^PU0b zc%?bAz9SYL$?Pz+zud_snps4z-(%y4=Z*=y=@A^LK4sh z1`iLgX1q4uuoLU^lHU^p&}%cXD?U1MdF~-hk%ZGeXy6F$=eaGIG-1B|JWMCJiR7fh zV`rXJ)@P-kOD;-= zBwr^azoC4#7+|X(L(D%x`*fe8(d?Im#qC&1i86O!zDnmT5L47HP^wjBi)1340N$O! zuk(x_pzO=@bA|T>=eN^D9>D$PIu;uz6puTiwR0x5Ohn5hycCJ1|L&zv z)`pwc7*WuF83)@m93E&u$XOM=z4HVxV@Xy)>UR!tb2;pB2>WFOrIO9H@=0#+>RZ(`i_ktSxST(>byr!MY zIA`|2*{B^^fAKoc(A1B-4}R-Fh677`{*|(}pT{ywp%he^zXR`9b1RWPtT{;XoXL(#Sv>#B`W zen~|jy;Dht8y*C9@k*I6{`D!I5q&6`brIQ>8y*tO)pZ@O$Nqq$8>?`wW z8<7Vt5F5R+Z&oV|OlYVW#LW9I4(~zg;LCBiVbU91-Qi0xg_y}W*aOg!?Js`WI(+8@ z=_Whbx;o~O;q?{1wQRdaG*W=42$KZi!u`u#n$H;8e@ zA%~-~2tae)K?Kx0n8a{Y2|;G{t))6FewX=LN7ad_#AlnGXH9EC@_Ao`mUQI2 zl#Wd$g+bY^p-xJLlns*lr1nj&xT{5F>cvX+QlmwIj{Hyai7zvZmIb;sas-O{Y<}mq z$8@gxUL#!WRKv^jCSQT0=?Y&nx53#W0ZG9Vp6JGJkk%c%g&VvFF(bdEsBXb3% zaacH=8K`w~vD+R6YO>BU_*7SRns-2q=PL*y&b)0vq18n~`~k4h8hvs4 z-f~#LH5al=Xx$?K9UUZTjUAm0e54jAJC%JZ*zeu$U#@Li@^<`n_>=U#cPmZI!lcTUKoY zT~52(b97&SVSEnFq|G&I9A2SY}DwF10 z_*#fWcA#cafpe02j_>2R8>50Yj&bTe|)}-sv2mNE}$VNu7JGa2o_trqJ1%u z@?}jOJ+`9qMDS0$SJEafn|Nw!5Vim&Qqhr(mrG`#8IlnoInJ|MAXC*Z?L9JeL<<;E z1Fex*-aqpcQ;92Z?P9e%w7gkPp-0B+K=F;83Z*kl1L^_9xpwz;Ml0$2}E!kj(QhB9Lf8$q#Q zH^CS-ftIL(b71?egSMb*ypFo^(*qbOyz(u_woGF`dSGqfO|tYIfG=|X3Q3u~zMBzqxn!YK~1nhmUZ|iGj_WmyTfqV0tzLC>qNM^Pbg|U%&#ApKaCF zM)UwlYX#_%YeiVBO;F1RGoi-q>_fMq+qrK&6O@p|$c8b~(*Ct2^#DB%%*DXT8 z&KT~6FPr6(O!oR&+dqldd`aJ&uKsR@` z#*#u+pm4}j<#i0YQ|90vu$e2~riWev}F-v*4dm5dZ`0nyd>w*%1{mTILFKu_@*(n1v5de@kmrtz zSW5R{n(~rz6LKpB)*?^2*8El?U!sdFizD(cE8kbAxdxIK=VTbk49{o{Hck;1Ks;EF z{La4A4j#<2ZS?d5tG~R06e}NDc4PUN)?1c2-tyWeuMq4mclyfh#utM=Em10}t6jpQ zU?p;%_?yuTe4LsVI)<=s-OxLvu{%yJbl)c%+c{2=E3mzNnp&q~(yS`mmm$*7E=-oJ zaUFX!Rj(fI%TTcKD=16Ov6;m>EZcG1QVw)WYL38=8RE8;FYfj_4dlQPc zf7O|<5p+dFgC*CvyaBUWYhSW-Ma;8n3Q#YvmL9PUxvS2eeL^-|XpdguG;7_ML$(U< zCZ6$AjjHkOl-?mfMKSZwttdsTeLP~AIrre0U>ZB0_4yM@oHFkp>Rs}4C*}b!9T--< zKB;zhFE=@YMbeH zjO#S-9&d7#`o>4K4eute`<6~mZhxkzDjt1Qe*Pr2P{!|U#~kcT&WLEFMLGj(K&@+^ zt3Hvta(qv9T^SrNz>M0d&Ju6J?!NN^{v=V}COp1)1Mzgl;Lar1{jT&+s;6y`#H&1A z6LW*1kLTtvw2RbK*nLdb_;X%ReLWs?tvDXs$<@5poMyFUZZHKiWodH(s&XDvw*_Wt zY4hOStmi^|ab;!f_2IF0yy~`G@v8ptrpLlH*>iU^Gvf2EaDSSrXJm9#J@`~18gd^O z{ef$>5KMCtY%-H|m8zIe(8@*1V!7&cZ8=fk$#ux?RBpdgecBcs4>EV#d3#uP(xUHq zn1i@dqsIN%k0dSYyybC?MYhRXLVXwF#p_;C)>Q^~l)~w-j(B67owJE-m_-({uG&bv zJ^XruQVS6Ri@m;*EqLJbYL%QM?W(`iy{if+YiMk2Y;+toKu3vWiMZ-KZ&Z-CJxqDq0qsRGgW>I?9<@n%VT#VFe+k1Q-zS9f$NJdlDfieI=NQC@)`1>3 z_mg&=Du!BU>ZB^`2Q|lt3hHtBPf^TL9el;FB<0CIjI@LW9at{EssU3 z(Mft*aG@a{Akap`Z&6r^GZ+~Ww=5afji9Bie)GlV#`f>a?^p0rCj3NSjfhj(vwUl% zMf3sl&(&0ah7aDCt`sRA_{QcAt2X!JO^=zjlZ)(+yKN~oPX|Uxy-0MxFc5<(DQXty z=Xvna%vRC_E7l)pg$lhn8`7lZcHsD#o2om`^CF6nk%OcniIPJ&ccK>2bdN9lvTe<) z$(hkwLkouFb#zTbv>|W%rL$k{n=~ZFku2cCQUV4De7@CCepS9e`?Y0G{7oCZN|TZe z>#j0PwmoPN_&V>kWD}e>oI;#R5=a7 z7LE&i?Q+s^xT<`YlW$bfGZdMR<$WiD@7C@qfdR{Li(`r`2j|7^H_N$jGM1#0Se@u{ zqAp-wD^gK7aeY7A^x1GZb-#6!8IG!E!|Wv7bO)^|xQan|qiXxN!85*MQX86x8w&Wo zHJ|4pFPMxod?91Viq?i#l_p(EXYh6qtP>cS74~nDAdrttLG;Hz5|NHRA}yauLStX5 zwAns#O6$Gon%tZzp0*h<_t*V<{O~k@gSx_@vB5?vIIM%BbVx=0&fYEo&X&U8@RJrLNQyLGNJ+c z(YhUR0DT2*)Rsw{%N24_z$=iIS>A8sawNdqoHRF}zo&HUM{|hQqiV(=aa#XiYw3a$ zsHCp!74c)HX^NYDEd4UTQ>0Yf7+$SNp9f!%pa=#YPG=bXf?#6tq9nAaFXJJrP;JH;UL*lNJL$+LKX?mn z7y-u*qpvq{M?GI}T?X#>JHbbCnAFtyu6MQrbaB735uFiEI90nL;?D>qzUP2 zvU$!K@!8lLZ%$IIG0O@E0!C#B3!Qdg3-5?jjvDY8r-86nE%!p5N1R94q0%gcra%s4 z$3COuf2}B;PlPywqW{Wr1kl$sD!^y}c7NOt!EvSiiiJ z;x^qyQ-s^@m@vfe2HHI>j!HVtQq>V)nkjPd(kpn}g*Me$x^GvdJd)8kVB%X}3_m`| zPl|#Eu1l(I8g*zy4cx~j@2T#pFP7*y5afQwB=-f4`XDLxI%Soz)j;k19*+oFKFd+%KL>Dp zh^rM$0<~Zm^1O&xUB3;|wyJ4=UiEenpQ#LW>w4og`ozr-NGrVr)Gs5o*7Objo-mNC zs}S-hv81a~VYu-)t6OWF8)QJ^gr||nlqp1M-s^;@5%}F?KtueASk85{dvd(A=wm1n zQ~!5hD&dIjW!;UC1J+M@XZE_yV0WTYEVjc>6qfNkl}=)9&WO7m{Pd=QVWd)r zkKDns=rXikDdhY*gougcBBE;VMs&uMLUes-Dl+pvLO@XD$O2tdT9^Q*r$6Y2m~BEZ z!7CDR^~?r5z3l0hRVgH!Yj9Hqn0alJ>X zj#?-@zLp!gUnM{$XTo6Y01Z>nj))LcDA_&()6KH1W~F$99#JPnuEGAZ)cdA`6rU~y z`2~!G&_eEyPCzjC+mIme!#$b;frX!Z!p#bkv}cL`#t(}~R_;x7KE!y9qX+D2WO==S zSj3m*B>0*qCx;JrNh@y#vwDlYx@ygJm5GM;F&LWHOmqm0O;nW|<| zR`gj&SwZh|mUDZ--C}B!`u=nbM$ROuh{LTAA*+1vH=k>Ue0Ht$>OsKqpK~1aP^JE4 zC&LL~RC85LMItFp)U!~_6&rQ3W6S4(nO< z7MX9v4}dtt-Tl9Dw#j}1(MO>`9^V=glsUhS3gdZg@m2h}SY!&1!|cK$&p~ zg5^5s*E89?-XBRrNUs!OPnhyY>tJk{SQt>SmT($^*MBV+)3nUqC>A%e@~{V;OLdEw z{U8oN#aM1K5z8dxVPm&x#Gc~ZOGje^uctKn#*=+VD z$dO8+3DBJeF7kMPT;+3dCy&9URI-=;$W+agxQA$@lyys1wJ3ZcG<~xy-H38CWbE9m zV5E>)M7e5goeE0`b@$P}lFOfr1X+DHBk!%CIYEdH??gaDIDvm&w?GT%H!y--!|Jm= zL$t);bm#0+hP+bnN)YYO_}zo_bXXTb$Mo38J7g1B(D+8a_7o5@d}W_1))jtw`%`TL-O#hzCu&anW2C7TjjkIm)Z=9cp~l84v|1%@vSaW zlE^l9Ie!1y5kcWfhP~QotHNxtRXpJJ)jS6#qs|>VJliTsz*VUx(OvJjQMjpi80<1% zp1X4;9h|ziyoArd3A|SyZGV9P8!X;{SP7H10Ph$qMhdhTD&_&s@#;Q5Gr-Z^%EHA% zvGIf)a7%u`%-9pu_?)|)3v6y6JT*IeueL_aXdm6``fTOT*6hpry{46GUs4gmyHobc zG~127HEGm0;ep`cRZ=25;OBNnQCjkp&#gI#gDwqamhUQ?&cB20aWbc!4+9}`Klh##-0x1@)VypSH<`Dr=wv=UL?c2ueJjN{*>m>w zz4ZJcTCksj*VcHTuk*RB2n_SY$1-%cTK-{z|C8Nk@~Q23ZvvC4doIGE%89M_Wo_H& z0&zZv#+r?Vl>;8d>)qbt@Y|_6Z+dE=QS+eeG~$~s=UK#?#M}W;IuCf*?VX=#Enh=` z$y()}+^H>S8F{DGxrzLWP1O~&$t7*_O8y(`P$56i`GHxaM0B36ZF=?I?^0hk#UY$7$DnFfaVlkF}d&Oli|8rF!5h zlzfUSOxQV846S78>{R|8eJ&y7B_9x#-)5n-!-%cIdr|z~xE>C zY$##9Exkdjg5d-iO@1vT7R24l!Z}@T^P&!H8*v4>5fEVW@aa}06~}DPexjMJb3j#* zMk8TzWA4kBe;85Efo_*nY1MfSgqfICGmbvr;;$9j+-5z0gv)E-_#T?xcFTOAm^-iI z;uWrHYT|(AEqvFmcSv7()f-{ncqv_ZXs21_7&tOws|9rfzF1g6InK1}dbU0a|iztO4KhdxW`Hwoq#E9^)Oo_zU zYw{9P*+kKFJka-Wm!Y}gB~`3OIGX`N4quUB`+NmfmLuJw$*YEDvmu)y)%L36nMd*xeiySCk?Z0qi{Ckm&XfF;yiQWtxIsV{xH1loWn5`Fg83rBA`^UG)Eu4J-kZ|k z!J??01jq?8PTw_ypNy|TtL6(BqS7FPiXS20nOryj0uD7j&*Es^Ssoa;1$pk{POoiBtj5L+SmyE}7 zS1yPJ9mA2~_?Ks#OQr(x>6XP}5i6_3l}Qf~_X;y0O!Wn|L4TNaw?LE5j!;RTKdZ3Q zryRi8GSoa0uwq?sUU2dSNe$JixFzpnm}0JJ)rpdCJS!`Li)p3y%iq16vdAQk`0r(= zU@7zHSrdhFso4)uqm#!h7q>)&!fHjJ`+7ce#XK**e={<$2cQaxsOvq}= zxJ*HOm>FHQIzNb_JY@O2riS*bAT_rT|-teGSGKIExAHj;Y=glrPK+)o2j0{?wQkf23b?n269B+;Vwv{ zLb^Z<42AFci&dbsSh+^@Ko<{z_6ONY7B@nZx-yaz}U>&<^)S8QFtp^JErR-RMq zz(lg+&h&gL96gO%%g&Bj!?hb3tDn1o0x4uK5ORLG#a|}b14XL)Wk_+eesEoJFO*c(rcj=f?ItoS+M(v0 z^TQdfat8BsiU!rsr9~7ADX5z#O#qJ9 zx=8edZA%7~&l;UCdgR9RdJ)m>(sr*J{A5V+kuf;^rTW7sseabkNwB1=PpFop3ngM1b*R4JUx#rmc{*agfN>_bySAXP1L=8T7E0jvR3xvq5giH^8WJSp?Xxa+jg$M^Frc;c0#lB&zRF`aF0bz zXFh>1%$WLB!k60$$fgTh(OLs>zm6)6E5+plW%3NIj&TlW&=E-WG=vUy8&+zD`4|Ep z(876~$_dD+la}{4)2FVY@(>{7uKkLXgRc5xmDy~3iTPMS`X|M3wZr&OeTz55e3RO^ zQ!a-xq}0+AXt7ir$y74rbmPN0@sB06&%8oAM_II!^5LJ!lttB$ZiPo?lBXjM^a|%% z#$>ysNF(5C04-oO1$Mp)K`&{A4umJ;USQu504v`TKw2Ojz)qM~cw59jLX!)CsDMO# zG`RqBAgRD=;A)_)=yDLPzwv;Vfv-WCfSUolL0zF|Ay?sCVQrCbL3crNQF~2e01W|2 z0PF!(m42>XP5%rnEhTOZ#g1HFY~CyMv_NK%d1OvGcreXZ1S|s>*g#HX*{78(@0AUo z*Vk0o-xru=cfexOBB=>0TQzOWtin_Rahf>Ij*v8jhhvmz-Q)t7lJpwqT~(CYx-YkW z>A>k%G;2S0*uD4J3;&uPgAAEb#WyH1tOR7ps*SGGt%tm9N#aM1Xn<@%t^1751JWcw z$be>&N}^Y>RdTl@N2A?M?i1CaDP@zjRbFxf-X(|Es&4<2n_MT*_v@j2H3-e9?cmRm660Uty}67#f`zDBAJFYLcea&_o-%L&kP44|bfuFG8R4 zmkYoN4#5HH`5Aa&8}d0NaJ`Gw?^74ZbV%nEfZwNUWPHC&KH~sFPTzfjJJi80Y5*S$C_Shyy|2-hl6c@B@q)B%kJJEd z{BpE~a>+$`+_N5u2B(8n)Ir}3t9NJf+~~Fp^O{RiJyadAN~~O>SOi;EdNXQbb$QZ7 zA=>y}Q90In-C5t!DZK4T8y!kcg6M=@h3u66Qj8(u@%xz?@_dAflzoG5_e+afH3=S5 z{ouu(m#vQ$5P3j9EW`|+$g6HY)De@+Ryr8(1^+jAMxB;W8m|?0osPnE#P(gVNd9ebBqFM_x5*C_aPj*({h3dvI2|o#{be)QLTraXGfkE z{#kQ`USf{Vo(Y&)_)$Kae>3AP)z;>O4nD^z|FOImop&M8HkoHtz{d>rA<~^WUO-)P zD$d{Fb9a1IJbmlTukl*<_{Mtwt6x_PpHqH1-&{B3r&oc!MB-m8LEUNerqp3Rw1T=_ zmWag%4!<;~DQ?Y7Cge1Gt4$A)&ROeu_ZQ%CO6 zz6gyOT#1~qMI$IeJ&<#EzZNB)b?y;)?)P zBG&b9J>*jQjzm3brLChRh*Qw~00b4SdU^ZQ`GY=Y&46@aS9Nm+~FMs>jCFvO_SXvmn#6T9u1 z0BpO{_fLG0)L8C1@&P>^4mgLOB3nObeYg3?;P7lb%2uGiUB0^&0_SpqzFD&1tn5^O zD<}RV*&ZMeGSvS(fBHWF5CHE#_x>;0)c;-lzslD4FY!5;|0;Lizsvtui6j0cAB_3G zOe68{7y7T3(Ecaj|NRdU{1*#q|GW5qwP5r=;UD*bLiFD+AN}u=|J5=O|Ek!X>%U(V z;@>6ztMJc%J$t9n|0Edn-!JiBMgINkwn0Sy$2h=$m;JBI*8h?X`13y)vE?Lxf&QZq z;x97)y<;9PfdA(}R2Wal#=yzS$l6iQ(agr0_CIujR@%neOv%XAk;dK3_W$cT=>7r= z3)4Tg^sLNu|GxbT49xTlECBS3tSt0&tPJ!l%m8$M2@@Rv9^L;Bp6`DPP7aQG_IP*z z2KIUmrvHoc{&(g7hr&OdFM$4`#Ug1O>U!?#UjNWyu77@h|8F(;XXLA^qH?m2I4}|M z(=X|yIS#J6-?q6-;m}2NAQGx;F6Vn`&)2Efn z#>rWFCTTY4;{5bQQj&9a<{@_BrNEGu`ftwgtNpq0Us)cy>Bw>}-Cxcw#~&oPEiXH6 zCz&6dC)pl5T`}jpJ5+}d{(tx+N`B$f+~#P%?(0I$GaoqX5?(TWeI~b7pP#fWR^J5| z^3C>esO?ZOFMfD>t7{x3`|IT#K8Zj4REn5Cv$jh@LEc9&<49up%N1ebS2AU5XYP3@ z!9R#xJTeA`l}_@_3obW}Qlk%Dc2=IaUod@zBnlj9%7R;J`QzDXyc_HhC2#VBfan$R zzw-VhjbA@8+%Io11(6)X`v2ez_RJ5vxAB;)G8yaL+j20GN(5xuj*tQU9upI&&TUAk zh72m*tbllh?jVuq%ETQ2MS~!WE7m1feOK2~DsC1F*EZ$^U{ng};(6=$BlHus8%B0cfFT+o{3yBw4 zPm^a}U)Nn}Y4glP#p3{P?$d$*{R<7UxK98qMQJiWOQt(1x^#^w6Llv1W||4-5)VZO z*Qmlq#%$$WT2QZYBFU5_5qv6U4DPxV@X^%?BqlBkf|784YPCy&dsU+AMEo-<#K1$u z(#5OR-coGT-obg2)hm$7J$_Dl<`JxuSo8y+8qD~bO$u-;ltlpkg9sG4iXdgUymeBM zjb2jwyHc)b1b8=0r?O{;A-T*?O0F?8LR6&t!3ncu_$m8YXk^RjFJj772O{x0A}?0{ z!MlaAU!w^Ir6I0p8w~GF^h14PUfgnLQrTEBm8EQNC}QkX>;%+8uAZJERf*WER>t2Z zARvJj?Y2A|@pqD^p;w(&qr7FhIafRJ8#O4ELK*h`NjxYCHU;nTQdz?RC)#Bte%&lQ zC)WBPglmX#iYiM+fvlL~;tC(Eh20ZqYc|?@64*jRf-@CMA}RKA?6Y@ycXKblD&w$6 zBC*Hnigk|g&P`9*jOm}!VI3LX#v$xdkl-GjiK4J?Fr~ZptA$J~uVQ^JQIccbQys4s z>BD_{p!$ZrWbv%~^>M}F}cCa9}jG-CUuaXJtv7k?9NSA4xGx<2zR6^#z;~h5=R{*$BdYg%0e3yz=REI zN}Ux$Vf4z?1S_*&G(CrR={l3oG$BB(vKSF<7ZHi6{2|4#?zva~t$=T`KpNVF?m0iS zR_x%00+Yjc*yrE-Ts&ZONb(k)vMImf1zM`kzcsLgv# z(azAo{mxSyC%0FN$UCnSIR(aI{K*d@Ndom1H2}No?img3-51bLMRAQvYMcX4!Q!DzMHUVeJg-ZHS zHLAw)d_MayaZ@EffRanotz<>RTh(5fL9+S|Dl*Ws+EBt8l_l>~fbUuCc@Q;xOMZ=` z^$j`fnA#J|09(LOoaH`F-50mN@G+PI+nxxVMTNt!akx0lZLE=i&3T6Zo6nh3#{2<9 zhch&ZBwen3X!)atzh%J`bFecuB977a&vpar0#_}hg?1_!xYoKW{#(QGfZcxQlkxHI zks1!%Xk8ZE$_r<*y)55?jk@U3~ez=ZTrz>)xFI&vrKz@)Sr8Xx~CCeeH|h_k(c2eeU!55Ec$_PHTlFiudPY6 zuX-|IaX`GY^c<7fifL@K5g8+m?E7P_A{My4GeY7{L8nM+m%*VCmAD^zDVKU;>6-mSBx0(W2N>i)J zcdQL7n@ltK!BfC_C#&K7R2I@DI;L|lD*B5rXGmQxHK3D(u?{>;oC#wr-8s5F{iT}* zvJh~IzIzu|gq+)t@wI3`gAwt9v&z;B%R>eH47m%Dq6nXNnX0T{;GLM3o`%GzIRU`A z#z<=M!7(wBA5q)+&)?0w1{b=ZOOPU#24os*mP7(zwZ8=%=JF3LHL*z(wR3P5%S z)uLrQ=!~>^O|{`3ZfnxefqUN=4xIz<5FoRe9dVA%UBDuP@@|+Ft|MR~3mf~@Ee>rQ z=&H@)Oz}7&)v#J5$c|Vk=7t*Xs=)SYL-=ET_3FPTa%+g zMd$|EqPyt7Lyyfv>kRv<>r(ULB-`0o)wCE>-DY-Z4HySf->1N@AE1*1Fq$KF(Jck+ zk$X=+4AfJtX4)l_j%nnGk2gid+(sB&)>0anMykz7J|Q6Y>R zIIdf+}}|FZZOrb+~QFP(28VMpr@D11*91^7g1=;_Iq_I_dJ3&crBdINau}* zV--DUVWw@PH31c=G08K3r3zzz57}onMPZE6{u(lFBIPvDy8!-a7%Eelcxcq~DHy z=_a$)m~p9_+VQb>!G_wRQsaDN7SvO~rR6ia3T#S5*y`1a`81a!oj?M&I$vT}W_?jG`vp!xbC5}i_@ooL zjwb+U8Ez&iFuTk;=onvYtLn@%2G}JXoRzD6@%-e)>jEF+u_u(d(LP)dm;*x$+#@wh z^=8_Rc)=9xVyEbwR) zg(l?;20jq0zIrHE!m0w$bc_lIB8w;2W57&X{^%^*N!3(SvDPzZ`x{OS-%qT((Wlfr zsBLe^F0Ten=GST(UU+t|o-Y`!yqP-;n+E6o${CJNm*Dg$F`6O$16aXVYE`>cc$K3z zJFCN_I+qKV1=wWp!PvYl-W5Ru#lDJR86#V6l#Zzg2kp&L^ea(N6Q$mM+IIb9@xHF` zIA`XXP0Dk`@69S~M|Hww({cn5?!3?A&-n-{9*t!k@vZ%@p|uJ)Or$7NQ%b1w8y&{S z_AHJ&gl%Vz$1<=y$_47Bh!v$vP|pA=&F>tofaenPvs;?!XRf7nk0sA2QvZ8_`Q5vR z^=#6-;3nG#jE#p_7tI^JM&Y5caf?+Pp5sf*a2LUdgvz&%Qj1lf`I1giJpjrPk5qp8 z0D*}89{!}%rlJF{FNW*cFBj}mYz@-2FoRBj^Ft#Yat2Lslra03?lrm3nqR6B-eFRY zn!3Hq;~*RMbIm`@mM8kbHu%wllhn8B#f$Tli*@!+Byk)&L}VXh3yKCjMGyO}L0LOA zJuSy`iZxK5uJ2sQ$%jy&mMinkJemacW2K7ST_CXICAy7}!gqI~r;~s>HR&#)v{7bl zY{H)94M+P*cV&TPKA0q{D)12=C+7rX>~T;=7g%Ter)H#l85J?yF1XmBrXezzlb5lW z@$SLV(mnafPPxdKW zc+i_5VUl9|9|a-eN^OJBprkqUV|Xd6#65m}3=iw`mYtY$Zwqsuxj!GHgf&X^BwPEe zs(wv zs}*C{lKLd&aI4>p&16^h#Q)v<5%+#J{Q7uXOL#K5Zy>#3b&y_LBc{y7OV7E3*gwI(XcH+)Er#CTVM<*y(Ww#e&UUWH#4BCp^r zaoyJ;d~V%`3oHDA{~3lPrh&X-+|Ay$LUfzZYQxyEXnfhHLIWP6{-@%Q5O{ZmFSKDz z7%XYw8y2*n;g5Y2N3HnPdm_x@vcbi~;LPCxiFYmU=NH@amB(A7e#dHuG%|I5CHYBj z>p;OR%duQp)oyf3eT-6ydeikD5(EYvxhMjtf_CU2`$NnQZj-n(+X^&)H@=lTR2gE1 ziChZ0PN9AyZRYve7%V|ThqPM7RiXGFK7+Wlt33%AL|j|oLY6@>E@ zc{iVG7AIqG1TD1l+2AQ}9E`iA~Ig0|FqJue{ci(`!`iTR`(~2n6 zvXB_uUi;*BCFZPd%1Q>yPf?yx6;{p-7Di9)a{|HlREE<{?wFmIu#UeI<*3W5i8dHo zBTooPRFuA{v+{tQHxZe%g0S0CzhCXy9V@yE^>@!!4g)7rHF?c@Qib{|u8H$C?L22^ zmb~7yI3KZ`44hTPqW~L&6Ui2;Ej#`-BdYn$Cu}h@#u^l0-c{@x&)$}%K8IPTRY1U<@;>2&Y?#&El&-dEmzpdxQH%MY~hH{4~`&NG+0oXXu+V9p=4Xjp>vSk z@|nUl6hAEfv~v0vU#4F|XDaCOoX$S|Yq(CT7?G*)&Ytv4U3afxex~V^@-5^HO3CHl*?jqngn*Sivwj;}s;R-Z!@jRV`PrQ|^TgLKFuVgx4R5}Cl#=dD zPR#kf(e_v@EvrG^jpdx&ZJ@B{;CxVbNjqD3d1UKOzqpNAxm|AhW8u_m8iVh_d$ID% zSD3s&Oi&cyE%oV2jvmhQqOKEnq)*(%r0#`*FC&QiHMxp!)JZ#?3 zt7fJbxKKd&>9rL1_$LZU)2Db#Az*f=(e9ter7u7`}tK^??458n}AD^N_ZM9)n05%vcV#lGxtrF6i>X^evX9~ftNGi6Mz`Wb&dPn22F~m~Sd-TBJ+;Pm`4P27x6TBs z#haH#x5xyN#&=?}&4PVJvZRJi;gLbpX8uuv`gC`X`pfiec4Yrcz{1-~k<#}9s_Rcr z52dB;T1XG|!d1@OWX|Qw$WO+N^(`ydC%%iA#%XN&7f;P4oJ2)u_j@j?l}^rOivRWd z@Vm0K_1Kl>)*(z4`R{UmRY_dBla#>1_@!dRXK6ccHl?0*Zbg9&s+g9ss|p+E6#sLJ zc}O3==XWpsl-Qc2(+k^oCN6kK*4C}4YZ0?7RUN{%yAkZf^CAdE5-~Z${zZs{B3nFP zmc{hX3pvwLxV9kAg&ZTJ(OA9x$cqdjA2rxOBk~2PE~%H)QWEBOdZKrdtqTiNNY-|I zQDfi-4?31K5orC9s?7Gjn}mxlxu@kknSJFab^EP8yahWa6~}Hfgfs4uL7qt618YdJ zscZPW#J(TSnb{gInS1w+Tamq`g}Dp2^dP0^#KrluOp|HU`|pS#E-$#Fq51UpCTnQ5 zdzSW#A}5P;BZyKEp1g2YV|3i6C#-aJpe>X{8K*#gA!bJezt(QzkY zBbQB9MqPM;ehnA7XO=})W~Rh2%z}L_sYHUGUpy z(AP3(;FSd*mRr}oF>AE}Ts-pWSk3-am5#nn$JAx^0R(dl|L zDRt_*kj_CNe`VSWeFXtaI-MQ!;e%^ihd*rgt}l=DC!&}lH#T_aQ`g2mw!jPdI_3li z59sj*(O6p;$M~QNwMHy%H7I zU66cOb}kA42K*0$^Tv2Y5&bLRcY;N68>&zA_q^e#8C5gY;S7x_nA(e2o6ZxRC9f&0p?=Ha7nc24T=-bwX>NzRS-6S8 z1F>7#HA;(Y3}-eI+n%Dsd9lm@pK=C1^340-X^-boLmE%CG_SrXY~P=e1uMnCDeiO=r%b_Lf8s_j0RY2Uy;i1WYl=^i9!@l^ha zx&TN(x4(5Bc?V_Pn54R88N1G{RVsxV>l?P^OT}AUs&bx~dP2Te2?~7k| zbB5?&aorO9>4^FMP}kNTrCwPA19G|#2GC#ucY?7#B?2eUo4(K`28TO6|KwR-EGN|e zHq7hxPU0nl5_YE&iTp8~Q05iSnTgf}10t_SB%YLb9{ z+bUG+_`HAZ{d`0H%S@?MpUN?ZSx$Nj3;<9K{!cTdm5sHTqm8`-jlP+6lrndurZD`s z^G?Ig!~3@0hv!KLNTj$usssJrG-(ha2SkAo6F5W|i2!*OA6SvFQCKj;?{RUlLVka| zxm!iWZXo<}CFDdUCVr*Zk(P#oCfdB-k8DZz))?b?>Bvaexp3!nO)4c_c;(wg(1fkUP@t~Y`=4)QWy3GHd|q>Dk5P!t&8ROC~F6BA*|Q_Zp>7_~f#AW;@q;+p0 z-Gi_n_`V$xAEYmYFRRB9p|70FlDpNDFxLsPAIAEaMN#@Ru|nr=Y&H_4y{P17Szwn7 zE#e;cHbcE{^>cJsHNjrELs06&CZ3`T@4$Yqa~w%&$Pe@HbDa=jn&|>OyULD7gvTd4a#qaphfB)A|1ZC5{kA*F{v&`N) zfkPZjoQxs1sHiRa^`>8i--|jD4WLDex6ZQAvas=g7Q>a4JVH6RLPc@cCNF$}*@Ic{ zK8Rt82u-v?Cuf~Doi1p&o8kI6FU*!eCow0_QCVTDObBd5t?Mk(h+Z*gH^qsZ zE9uf(Pc>w)t~p~y;iz2Sl3W5{5og-eq?CUoFvtJ>WpqE1PPD{71kQ$#27X>bv>kCL z0M59ZUn}q&iBoxLGThqaz96T0bR&+%&?OHKMD2+ii==cdeehd!WjE(*1SdM?` z{Jrzw1Ng6&VOk`OW2wF}CGBskApIKv0O{Wx82-)cCrQo629p)>YXkHXI}{`6+T2W5 z;(!IU(Z%FszBniWS;l{#0u8ijB1!EgUNhc8{q6C^cvQQ}vO;``AX$ZRU@wEU=W!k5 zOK0ns9p{v>Xb5RSpO0vWXo$dPyMjn!IlRImJnV8<5X-#PFhOM_YE*+HsYTtgGBIS* zMthwO1a=@xALRdwU4IN3ria=9!P~ZN+qP}nwrxGPZQHhO+qP}&`wePlYiIV??*7`7 zN~JoTlcdv~bI#Sd%1j8+Q;;TUsBhFW5X^%@iWgR&HyMgym+e(ev$Qe@G}1s=lRrrE zxOYGr;y+}YX_Lq?KR!mm5|ap_j{aJf2>U(v%5~DX>ex)0Ur0&~zSX>Ss=8Dxb!mq* zJgAeW)sKy7Wd*~QacMxtg?s^TSbuGT9*qrc0*tQKgPG}VFy;GHXOFy$`6jq}Lh@45 z<^0a4y$BETflS_|g~Vz`Y`8LV;7D)`s8LR@sEV>d(v?7r#FnWy zlG9jqM))C)w0Rt?4KVCGhJby_5i4PJfNSeT#5Ce~{B{!HBxsZ2QIdp`=MANCA5+*| zW-+ff$N=Q#-gM?Qsnjb27PZ1t6f$)XizXm6q89kYj2GBobN7`^*F2J>>oEFqs{Gfy zLCt?jPm|iV$N}YR@6Ta>o*ui5e;pcrdK;zvo-Z%Y?+qT^%H0jN=9>*Y&VnaK6rKb) z$9ieK3m6~rwoT???7}rD7k!-j5h%f9N!Met5eeDb?4gI7xnwQ*?K#`kJIZ{`tjVzxD z9E<|6oG}aqXKxcrXRAuU^evL2*6gc{t1n!|q5WG{MKt@#SV-Pm)xpOHJ`HBxU*|+z-veRYQS?ewOo@>|U)>oOO^^S!OuyUxu_=D*suXO2N{=6g@Z zGpemSbf4pj>XX7vzl2}@%aF{_gwDwOXR*JOZ7GTNDXzUack)X=imQ0amgA2WV@|3E zFCPJFsHf-qFSX>?B4vWzJLZq{pn%*PMB#4b6ark=S>Sb_3ng%5>6%y%H`uRel$-Ib{XBZS4^M~>oI7|@TW*Y_V6CQ%@6^%pQb^_50%fc|{31C!+4BA| z*s)k73S^Wpo}E?UY{sIj<&B4T@1n^M{h_laXp}6WHJgK9gqKA6c84)gP}C zJjY`zbit{~ML>u95J6s4$N8Cp)nwW9Y|#$M;$WeBi`L8Skzk|{J}uG~dhCE&GsXI9 zd$E#5d0#?wRvuV!-TCF zK_mD>tO%mguKwT6i=cB!`~gh}qg~F_B%Ol@il&4!^DWusGYu()3kj@3Xs7pa>QDe!`LUbPF=tv2;Ppf*Wv z?wQ(TEE4j^bGR7@7c`ZinlE}uF!A3wHI@~v(OSoYg0r80Sehc@N!*UFJQ-d0AInf^>U zewbPNHk)q(gdRG$JcOoL%f0{QMrixdAipe3F+0Vyu+4g zOAE0LR|PzOVJr6UBH0I*R~7}z=M`LRTzhRDHGB(BXK7Wm>|la&+gNar{#-;Pw~7)I zgj8ELOsesUT1MhS*&p*i$?dwqB^b7ANlA7a>tu8pc-#D98S$S*qUgqDeSN=tzwMs8 zbbu1Z4eO&5#adIae+=N%B2K>}hwR(0V&O9bd(l)SORX=Vx?077Uvpx$49h~FcjDoH z;QtGy7~ub&jQPI`!T(nNpQ)MuXU+dBeDuF*{&!V|^Z$&N{?D5KSMk&T$p6Zs9w7L? zjHdo~GBfahspY>iit_)fbk+aA{C`;fZ}{KhqGtAXF3$fSp@09s=YKOXGBC6Kzwp1A z|Ns2&|KG^}0iSBRsM&!gX>8cA006#K{@3j z(knmS+7Cp@*6uPUm&?ANhXS!)T+k{havudb0LiGp-GCb}2!usrSwjA2A`63R@s?VFg5|P1=!`NmFUHO9dbkUj~7*tTi9yUjG1QB`PTch$3U6X zwT;{JXsYY%Z1*nP`LAx*;|Y0(W41b?rrn^44U6jk?OadbucA8D=VpVMUfIgaZr|c>hWrRr(5Im%ZZPb2EcygUaS=xsMd)c}?ewK_+-9Lps3()c?|L4X? zzRiDJLU7~>+P}yDN_~mCn^GyjOvShn*=p$O1}LzEZxZOgWKu^j1E;gh(@?!RMKNFO z%%5RAyKvy9y)Ey}ZPo4dnso4EWOIzL=MEF=a{DgJ#5xb5Or*HUd08`q;7QMt#Z?_< zgd_8UTX(dzwn6E?Ufb%GVJn+h?x{TVD`%CymX;tLWt|R}?CR1>BZ7qOK@Jkacok-5 zB`NElqBBwW;Z-BdUsKWl5SYo0N_Iw`;=6i0FuSwug+Zl6$ z=hx*U{b44J?FRv9Yr`^3>akYsK z_vg=lm_jLhn`dM4^MF5#HV}K*%T2%~&mbn?DLa;Xd~=a`Z`@n+MSHGj|Y%d4+Hx2bFIX^ONAI>}S4c-1IN z%s=vgYUmtA$Nm0>G^{XzBr|@+n*$s?xBEacEYe1k0?mxk&jr6oTvPwdF%p`7^=ZHdH2beX**Xty1Cxh?$qDDmJ_{+G0qD7 zfA&H(H~L_(W>zW>au0ZeO83g7keccGHidDoo$QBp;dXVw*T4gXVde`BZ_P0f3L5p^m|~RTUgOx3b=?R(QSPKsu9>A#*L~`&%)9_g1IO z+(#T-mxmnHuQ(jh#3!o&E3pmztMVo`pg%3l^#QD|QQ=<@CNBl`qizblscmA#G0JeI z;Ko7kfjHxPf>%SVmQ0@QJZ1*!j2T#jO8zCUHqZ`L$%uh89z`}l|r z``9iHzlG}k{{dd5FWj5Eu(N&lV#3l#GV+kF-g8h#B@U{+78|BI`Dd42*FHGk-|cpu>uc*_SU>` z)qPc{yE{QR)pYuYWV3rhn2FrvI{+Dq!4FYfAl0_jXx&=P(72m*YAsC+919ZWe{}IM zsX=A*;tQJLN`z8W^x>s%#B**#W|R=rxX?jLtLMy-8bcE>bI2^R?>^9qL*}17G?^o{@@MJL-yom>Q$V!SG{m- z)VV>9p?icJ{Uk{Szz40ElSBmIKufmEK;t;K;1yMlp?O%vzWC=Zlj@v4;~g-e0OnwP zKT~`Q)3F zu|69%v}oykgk2e@Yu=}V1Cn6a`b27NJtAIUuf-W40kBKs?x3-%m70 zbwrq{1SfT0&s6&|2ABe6W?6n~A@68Y&aWP0KdV(f5XUeDcFkh8PU)_oYJe^^mXYny zKrWe8m`S~5GVI*RJAZJbd)|paN#6!)m4{Wia-D}jat4?OERYAlQYkZnmevOlpr;1` zDJz1iEdjAEmACqo@8waUPcgN%$??zLL0&m(boaPId0d}WQJlND-NS8A z#4(^wDnHF!9o%@yDtgb=dCzR!X%j#uxvXeF$Zp78MxrM$=F*`s4aLL5;Ob&0QWmk7 z$6cl&OAeZ-^nHJUuG5nr`*Awn@BcvcLA~b;s$#LtujZiC5@FA3j;ocnAiQn**knMa zZ|?R3fjyhL@U}}tK?BAiD5z07;wgJ`sP~0^(e08q|FKKmkg&(xburz&v%r;Y5Mz?MQnhb0c!KT@NUX46DIbp;;*vkcxRz2Z(8=oj2oB9z9}*G zzWM;e0#<^TDEWVZb{7=7Vh(R9KWJT=Cc7MYntshTImK+Bn_2ALAdwn<|J^4+Y|!R~ zdwFo=bwozIw-99GCIoP}rIhQBR)6`Porg9hJR#F?UgG^gQ7~YlsCV@&YC1N!$a4CF zF6oOb49!~Ci(mHuzed#kGGh4POjF%=MlK18j4Hw8me@^q^1H}I_plCmqQm8Wq^S78 zizdz;SBwkK(?Dg0{Wf}B0oZHv=ygWF@$HNHl>NRnt1cepl*!+*Wd`-4o_27?OZ8`#2c!xQd_W_M^^s_RNAB!#kl*zLm7#wqI%db0+%0&42w{ zXz>en4rICBfF$03flTL>_odpSv1m|ZaOZrU;S>Jnv;6u8@apeNE70Sp*-JA&xS_@T z8i@2R;nV8ZRmtms_~k{ldD}~1)hUC#l^0^^rof>CBtM5RyD~czJcvjF9$NIC7}A?7 zO@M)-m(Ve0a(j_$ILS-r>}^`xW**`sKYrYShaaEl(0j(@tAG8l^rj#m&`W=zm&Fdp ziSaz7L^x~-awuY49yVG?Zjj^6D;^hveZQ^&wS$(Wxc0!|P*yDXk^aqdu6@u z+gRtl7ASA5IL^S0W|Z2ftJfE0uht|n>aJm7eWFv0!(63>hHn024)Nf{ujG!Jld564!J0lQA8vrG6bbil?ax`h1jIK}aCf}?{? zjt`G~E-nfC@O+Sii#m1}L7YCOsOso^n!`&Rr-w1NHlnC)WTEQtypW@lCU$jf!3QS? zSzJFhYRv)XCaOsM@LZaar3e2DpjE!$H7vY3-v6iIqb~Pv4Ss3Vk^lRF8m1}rqtgHT zh5uET#B{1C%hTC8YQkvSwp0Hj=FYJy$)4$!@jc3dNd!@Ufch@8s zh_bk`xKxTDc4ss-b^F@Z)2Jxn8q~O2Zs8QAg139a>P+2itq!C}EBaMTS)#5xvbVBr z8Dh_`{IWnCe`4o#Uli8}eDcA|!=j$&>{MYomI{Yf~^28iwa zTDPlob-|=L3(KaE_l-~dX^E`2J$k*wWMgWSyAKgGeDtuUYGEfC#0-yp$iM5zZLN?we9!}sg;J>y{@v#D2U=`?# zmJ(-#xEG!07X$X%%h_9?sDQ?z1|9%nvq#q5ML=j_$pApK1RZWqs zX&7d)^6wzO9F7Inyz4teSvCr;rIfU{ERfu>vuGK(a7=*bTQ{|mOy!$)tO$?!GT4sT z(I4l2T3Xa}8qm~vzK7dj%WvaI8sqINrrErkL|KAuaF25c zy5vn;v!Y>-{d|OBOQ@QLOuQm(lrr8nvqZJbL!l}I12$AS3^lG2+!au3BVDR+W@6Bc zp-=tGokBqA%W(>Oc3bg3`V=@{xkZ+4=f_YVE({H)h=oQrSv_HCn{%H#wX@u~UzfK= z5I$)?;Xui?y4eC*V5>Zd!O2jLSH`YF`D70uN&`dqDdTTQ_W4B4ROutsP?n-aKTq4Jzs^ zhZ5-BG2FMbWH2okxH#sz6R>71M^uSvE0ZnQSEFbr7P#gP&$IDY8?vwrcZuR=;_R0m z9DLyDqW^F%q@&_^l@yUyK4z*Jb+BU%FH$c@(XMLCDZ*@8OG0gO0izl;e?m81e4BY) z@ZvC@%hrqjl8nl8S8^BYc@Oy*SF=HGGI;sEaSod}ZQ^DOo!B&-Z^$&TiNtu(ThB(1 zSd5;ikUs4gcFp|Y7_*~hw27UgW;CtYFh$FDP*`>1j$k;!v*N;RN9X>b`9ZSH?cR13 zei_zmsKw(qpi9*6k>IV&*fI0{STxc3fyHx1^ct-0GNIEyo*{T@uS2g_9YtfbP4^({ z!Z)0pg!kg7EKr8>8@%lfD}V1SmPJ)tJYHMRkA3Z8zy45t_uP>6R&Ah$Jm~UQ-M#3H zyC2KVtrvN{u;X`pI9osquj8#mKWKuOh6^<@o@`Hq&YSP)+5q*cY zLjNuqZRCCw1GY*~crs5z#+8l`W;vVN3J&3D&ASyX6dS50Euqr1nziB)`Ag@x+WRHisHZ!_|AOETQ8p)V%(AysGMqsd)EUi}9X3E^ zVLSt%$K~cBbOs8_oBP-s&qJ%~!+8+~*BZ`?g7N-H3(XnMLk8~-<|Bjc#3OLc<;yeN z=#Ay;n{4(l5k3RMc#$4`S%UrW9C_;soom8;k{o#h2lEZS+et(8LA?8T9V{5JwN#`6)(Cn8u6JK-}ISWmnl z|75;9!})H=JT>Ms4OmZ>V4d-NIFgXP(L6iD`54CY8K#TA(77qhrxI9Ck|4eD{1~#( ze@{?_=|Ugu_fL=<^IyKb$viXWGaT4XfBqG+(4EQre;uA}?0|N)NkZ(5{?Bc1%xB~4 z&s>C0KCqr3!8>DfEjM3zh@N1rf$7fW;~UI7V?5vfH**Y^TtWWfeD$U)Z=v%ojAtCM zABJGNsC?=+qS*VIh>iDT%Gc_(5dQEZTH$uQruE}y9?&Xa!&gX5|KFzi!;#Eq1g^B% zT~(?Dh!EH1rWNJ(8!;{^AH5DipI@L}biM8l{kLUD_LYt|h4McKXmj49H?n1BR++i( z>FZAFjU4i(t5>oRzLH3Be6xA>#-kuXd?^UsnfF`cdFu6zbip^$5IKzJ{}w%3(Efi} zz&sNo|9^u2EikOkceINU9CKn|MgkopGm@s$l^F?BIHsiq9P?rr=d^_RDFgA2&>nQv z83XZ$eXVmH8xL{G?B$nzJN6%yY+tV)(-$olcHV}6%J1Mq1$vF!ycE1~L!bUKRbK9R zn^nPH?B2og-w4q^ErlwdNk+V)C(3bQcS@!+XS&C#s%govH6>8o%LIN}#n+4iFQ$W% ze--8>R4!{Mi<(uD)u4Y{<1gLgil7IEW#(idIIH=BAt3~Xc!!-E)d-~FD;Xm+Hf}@L zAfm~I=AG_~%saeCF7jj#@Z&3@cSwi}U3lFQ5O^rhhXYv{3h;-7;l~8!7Cq{Bu05A} ziPxrOeYLf3mt$4xJ3liBi@HWzkdmqCc>?$=Nibbg2u=ZiHljqw#NTZ+V(L8wUYwO4 zDIq>>B6s;1AFluWYeM7ysEYWN&bY+JC%iOIKe+nn364i1r_qSshO_sChN(|sMD`iy zBC5vH^sXN%Ykcvh(+c<5?3A0|`5B6JX#?7dC@ zx}(PRSzD*_V8M@#U!TJ9+~LTIc=V=1d@eS~BUfwhct2_JSD%>ubodS~KbDT(;6lD* zB<3bS3Vm=P;&5%}<%jD}kzviS5FSm2VhAw2)@#Pze=5j)KA6`kJX3#TiSl7(Ea6Q>5%*`Y0(J>oQI4L7W*<&~2A?e<=-jB*tIENWql{;e#&D}}G zA-l`2Fv~;NOz(g(O06#%&pdMRt`uLJWiUr%qwRV?CaihV6yj%onR2g+CUYVSr`$9ygNenqO?ItJr20-7 z+<1W{*fOp{)80Nqc&?lq9?zg*j*OQxea=8V0uue*Q`H~K9h}W+Z)X%m8*0=-Wz=c= z+zE`w)i~jHg^x2fFyrwOtu_)`(m~J2=gWw%zpxNtgEsn!ydV#`#3r%xXc8P=+ZgLQ zGZebC2e`GhrF}K|@R7=8dw**s>rn}|d&>}Dj}S*Fxj;6nHv}uWv^j*Wl^HTg773~a z|Hkl4qw(oIJYo-rD=%*;JoFo~$v;s*3Mwc0Tt_BrrF|N^XyeJs;*0y?^dN(oK}ANM zjv<`qN(n5RbzGO79a2m+FoK9WtCKj7*DFWYR$YNS;RZSE<&AMpD@z~MO&YXRfJU*V zKZ{cUPT+Wtr>F)k3bs47hTRSr0Uh0sPG<7Wzjstpu}SAZ%K{yY4GwH#g}T&TKey7^ z4xaSPQ0M5L+u7Z<8hTsTg|{FONR@yS|@LgL? zVsiS2F#h}2k>`(NHXrA>MD|4YVG-FW$#8^rYEvsGq%z|0cL9-kO-UWV081kICy~KZ z;AG@RyKIi+&yr!t@zpHS?}Hy)tyZKT=c$zHELVEolyFrtu;Q2+m*d>Lq7mL9;}k{d z#sT2=7mMc`w%Pv$X6IZ+T-}BBsk~;zi8o_Obt)Z^Ub6A|d?_|3!*qb;WZxxG6-c}_&_9Hhqy3sNS-I>)0-bvYjT<{q~vD=DwDzKEh z?n5Vf6Ti}>pDq@@+?nh&p-W++d8;uR71p9OW@RqhBWJo2bttiRf!7e>KbodWHgn2#g$53rp&lZ`rP2-ZVm|wJ{e#!)Ac9B6%Tf*?N zzZzD{COnOhOFbvsF;zxK5x2_ob>E2SR8vI{+ZPecSKPcuR-gI<|Nl5<>MuxSvy|jj zJvjpa*!?g6&*`z0GM$5+Ie>CNwf{c_IdNDhEU5o#VI?I*lmPyh6K^aAi2rHV1k`o+ zUjb$$EiMA^_dhAWr!48e8b}8TO=kcAXypINfB>1<82_UtDI%!iv3aelnRwI=myFs; zucZRJ=*mDNU7DV zgN%CrJJJ7b3;0U6D)v%0cuZZh2kZm2ap%?NGX;-5c~e4J zvUmm=0Tql_O49eKJm5XKcHvgQWZmIpK3Nf0+dUQ3z2Ws|>m(vNn9~>+KabxNI)3@K z$@zO(wC+jsYey_dxWo3MFe5~YUDBgpdN@m!PoZ{VpKR`m^P7JrZod=@q0@XD8Iwj{ zD_i1}wy+pGZhCpXd(np;ncV8tpr~c?X%X8l(ew2aN`F~G>|2v3)cw?gUCQqLV%B+J zIwXg=fD_zu6RdrP(V5*QmH8nePPrhy3j)^~St`N6%V%qo_>*QV9p;^p1&LIHzcsX(b3A5?|T5UikFA5#%0bP7hh9 zc7~Q5qFviV^#$mPQka2;-o2SQ*=>(qgD>nSzXUv_`f|}rO3YHFp6d&u)Kf=B1HDwQ za8r5lwA&)}3DUPX-?o*=L>1D+P{>sY&NNDqXOA(1E~99&h^GUqppjWm_A}VyACM+M zlgf5|UkasTqtJXJ92Ipx;W8sPg!3zUx0eo`%-5*YKg%Q_e$F|YKy z`#bcncNK2FbDQE$&U09GGxVBO49`flc58PhpaAI(&XO{os`q>nCu)iAJ(4Lmm{Clf zBXLE07|V7ALdTsCVfws4Re=Ocx3WF)w$@GwVq|3tvQMB1n7{gb>PBD?PlG;|%;gwx z{jIz2XHST|v#O)d1(5le!gk+}$skloeR3cU=H{ZWBvZ^ z^ZebQIr)woBFP{6oz@`7$NRF&J-;4$1Lr5FhVo}6$*=9#UM!p87_&&ogF?MhhgK%* zjifH#r0MKgbxne9KV(&(e@5`sCsCH}KZ7Ar^Xf!+t;dbcOx2~9zWqSxcAx>0;={!D z-qSmb7Cj7sRw^RBO^(^_Bl*GUoT&Nn_b0__#cATR+n&w6+a&J4$x{S1WA>Oi)aJ(?L(`NDokBxd zouq>bun&ACE`UaJlrVos8e0Hf$6(yB&*dF3{c{&70LAG9-9V@zrLOY#`unmK%&~<& zr_Zy5E*JH9&R4HIl(q#_RpnknbJ34hKhZ+wZe#_yV57G^c0i-Vy<|1^C@G!j50SJR zL-}vRPVsBs&$b&txqc_>F)Bs0N#n>IwphK-l1Kkw99Cq%0@TF^t}t`a&-r2ffWDN7 zGa#XV9|qU43kb6o6n%spc=aEoE*u06o7UfXtO6~9KqR3lEY^NRgGRgu;T5x}C{x85 zCjS=1%2*j!m!qLS$RO-KI-S9c(f|2=+)e2lL7NG* zjE$%D)r38tS$ylIwV#+%f?bLc2U#r4{lzb;gOQzF<({W;|MrNPK+u8f6U!O*5{sx2@v?q-jrf&P9hxiMn%#f6Rqt$^zj+lO#t_K9eFFBbyh%5V zjJ#H?Z&)x*`s!H9PI8#;Tj}-X$sdtJ?)(1T?dm-s+=(a(gSvNpN)(m#A(3wFb-vKQ zLGlY$%vif%35fb}p6^-TvigM9wTsCIS}|iL7Afp;9ZhwuIU>_rfe-8Y(R%y;El(6c zb~Pk%cLFQdtXU!xHQQe0?x(+xpr#bu1R2-xGZpV$El2Ac#;eJunJ=PdqVP%_pc8+W*$QMhrdhuVhg(6# z@UOveV(D(ucivFAvED&z%2hITmP{+ONY6gmx-cwNUr-RPp39~;`toz%dn+3LKnEeV zjaWyKxCdpaF2R3BQg_Jm1$Dgn3k4{JW#)f%KbF8BfR@sqlz*!qg6thh$;Ss;PquAj zsHL3;B{V427dfk%exuATwtb`p=Q{dgYhT4Pm`yQ`sMZSW`@GDD>|H%o6D}4#)p9t8 z#F71-AdfqoQWPXyy*vHTZ~QF*qllgR^I7E^Q5ibg?NKx5ZINzCbkj}c((CWgyh$~E zV&bGQF(|^Q^suzQxVVee=_|^6bSr~RYS%4KndxxhyL2B_Kws{$AC~m|nc41WOF8-p z+nb4u(%?CS(o!^`F1+~lkFx^p>F?kwOftOfN=HsIx4adS<|J6wOzhB58mfH<9!T~n zsM`9wim@1sI@IVwp7Q<2Hkgp8-qPfozvajH5Lg zO;r8KBiFT97@wu&Irz<%ox~Kn_GO{OR2$6QBaD}wRE&|f4c(}dgQeNd% z#WZ*NW*)D8d3izWHAc`!VK~fkgCrm=!PJeSS6MoLGLDc|MZ6Z z2EYusPbQsp^_!{J*!yyMt!!!ypKe`@3c|Z1DN|0wBOm!fsdZ%3%NGH-h=B)yyo1E2_-yn5!by0p%?FB;IhSF%|%+3$I_b6>gG$ zmC4AGmxRJMeZ)}4lP5RbU(k~wSC(%|ariEn4PXAdbRkLy37JNk$KOMUc zCjEIur?Ke#)nS6WY7QPY>I!rcgK=D5j{D+~4GN+isxH8k*>+t{x>XR!q7J&VvC3q~ z=73cxmp&0~d_dT~GP(84owH^+#%j_^QAVbj4zpmkPht!(-A6`dQjVU}%8e`&ONfj* zfB(~L-9KCM4^ih~QE(K~nV0{9et~Xe5CM&%zfMV=GVb-dbQAc=y{p{-k@ z5!>tYmiKwkKUz+T-p~=s>lc5cCld2&Gk@Mi z6ok}j=TZ@78sMFB-=1yH%)kqERU<)hHB*Kj4_e&}Qg-kqQ)bf%O~U;O7?+A*{}v1K zjhywL%3hN7Xxwm$x$iNoS{tD+Z`Q|33LKmgm2b; zK5^(;H-EvE->0_YFF!MOAbNJ^r`KmlAVRXnTm`5Y_Lz9^31$N_6Z`iUZ!Gz^fWpb2 z)ewTXqYQ|D_>aUj(kT*+(0#r?BJ4a63far@qcpAaCoezZ7xd#OZZIk0H&KU|D*d@K zBa0c7-0O_wF7>*${6b4fbD0YXHioQjH;WsO(#~(~!(T6It#0nxX~p|xW5s>Dv|@KE zo(RkL@HseowgIa#NNepz8oj`y2{WiUF%p``t53!ynJupfVWxhzH4`r|dYpdm9&>#j zg7w+~cOltmU6ZB;>R6v%J79=kk$9)x@&e7e1y0#q_qK+&@sVnBP!4jAG^RYns@!WC zl1ZUuV1{11zl?xnY8)sQleuOWH~t$ap=~sfryCiwD8U(@Ng=7zPAW2vqQZwIMOzGY z!F{H|(9}RQ)LNheXNVC{gPO&c=K$s9D++VhYNOnMb*K_emt6$bK48rI!WuYd?5I+X zdYQaB?KYt8=dPC8>{K`IDGoz!vc>p}c-(ARR2oH3Vt-GWRg8BMywU^^K8_A z=L#%yVV)Xpb`OWtSr{?)oKE{^!Xe}By!(h|;gZ@$@I@dp4TG5eR)gGcg0^UScX!_b zax_V4YT=rTDbvfI=i?_`q0*B#0>1jqKJ{{@)3|NRwy*DOV3wh+z$D$nOQMZB3?tJK z(wryR=fR=xLE-6f3n|U$z*XuKPhcX7xs*i|m`Ubq#^)n4OhLVejXESTm=UQCh~D7i zk7kLu@oxC4=@WW!=taYDIpps5Y2X+(^MSA#smMOjxeWUKS=kFxshMucVjw-=NGk&W zIWy(h`%2+s6=vQ`1#NR`kAJ8JkLnEXxEvQR_kQE|TV2ji)k~u;=hn2tSpij+z(-gw z@l2b*lxM`5DZp*+d02ppZaljD`>xnVuMuFVDy;iZdQ?n-1YpHmlm&ZXftbU}_rEY_fgy6g5svih0L5J;OLvY>KLQ<;h`#{%*Ie zEQ}mxmIb>A36oMU67A=T_tnHuRQM7y;jz~DHPSD@9XsG@C+)Ay{%sj3ph_bs&Gtt~Wb{`j7pc)RNF?c7?GCQQ{;{xho zcMm3{BaB%4n5KLXstDR5pD+>k3UI#@K9xr^>{3S7Fb806U=w)|oX7M~V*u=~a76f7 z%Bh=)njiy77T(VjQ*ipKoC=q0z+^ zDOUf`#N-TB9@&ZfMK5^X`!af(vf-zhxC<*k5-6$Lnzs^Mtk=gv>@-53pOnl)+Io+D z7{oTH#HK<&msKa~Ga8XK+tF@FsdiX(`{b*94#UJ8_l#1F%u5g&vqCiU5oH4{juOgr zk|ygK2*WQjPNjm1aPiUJCzQ7=_lif07IGy;OP|Rx8(@3?KE#SZf%lQ~9*C=x1ELDrQLZ3A#I-e_(IjS}e$HOEu~Xj(#>(mL*0Ux_ZB(;N6Ui{knMn*q8YVAs^N<2>jeQ&VWalxk>D1aP_D*;Fz;M znaXNAw1Co^x~fR+*(;Eem*na-o90o;QDofP)gC_}pY@5E zof(wT=j4D@75PoIUi(}#XI`g?n!Y$=u8LxH_(MGzr)#nRFt=!8dSOr|NeFA^?{^Ny zod4uwkIxlGL-X8=Z&8A&q8fbQqB=hb~yi%kUV& zOhj~aGQ2Ic6B6C@u{QAY(Dr@iepJ>J9JCV0!F6c#xWFrz1a^N)sQ<7*^WN1B!i@TV3)xDmJIXjI*q`jE!)Ame zD&=SQF-8~gas~f*_CJ3Db*R(jHe?;GU~=@*!7*wGEr|i8!W6EoWHCm;)#>v^v>aZ6 zVtZ?!?NZ|s#v>LF-ZO=Z#;m3m-j?4T0azhg4^!UK8wzN!W7y z4*dL4Zc}CqZ~nt1eQ9d*68=FS)m2PnAEyxuL817^e|Jk^cUt|{U$HUt{9Y}QbUMi{ zsT3mqpaKIaZ+VboHvWKLpKC)eq&)!%SU_aO+PHtYeM*1+dz@4EG!b7XP=0mvZ9x>& z+V{?xS+SV73O#uTxZ^=8Xs{|?J^){0p(HIO3_xlrlRH^L5v&@s>YA9Dr^uxxe{Y{X zd=qFE7M@(rQsA6UbQch6*{kHtUDRO%mu(CXhF zXvCd;uh+C5Kxhlv`HalF`1#!>x#!}YpUyYTw;D0^xiE4J$6~M+!-<*t42OFY8R^Z& zT%7>V8k)}EWvNNl`%j>g$nXO<$->OSzJ4HaGxT)te!6^vg@e6wli9Q9oVVsCx93@v z*^)_tZX|Q0qS-uLXPLfxGoSI*#1*szyiQ&u3<;SDdcLit8cz{QM(+ZKejGWo56YsCS80N>Z z;b)krYH((7%2tqocEpQ&VrQGtd@m?a>3MA5Zw9>dNr4$hhTxAl<8@Kx#AI)8;JlxYq)3vi0~?iZfVji`HpeYM#B~_WFPH$#`7F8 z)67+cg_As+E#TzIh)Bz~oOjG;hSjko=30KT^w^!4lbm6dD_QP*N{Xsvmdo_h*xg(! zjX;k9A*YtGomg-0_P4y{Yg5gkrjw7nl4aMyVRsD9u*`q8nMbvI*KTx|O5>^=gfXOI zk;$?iFbf=<27n_`#DhiA2()I`E~z+el%f-q`A(%e-|UZlR)WT>RX4E+xyK~71B^kj zF3@%O3*K__FHGG9HlM9#wTB9p>^aokhjvZr{cbB6MPN2LFV8!#cgi&6n5i*IgfS8g zhW+oyD>Reubz@?ySF%=&)IKx3e@HHruv2lhIc zM<5cjT$<*)(DiB=7jAHfq;fr9!V=e*(Fb1BVZ_Ij-HaO5ew?2Xc0iur2?}vo#cm`F zRk`hTS^r~a_%jYNO_Hf>zT?NkCxKp9g4p7E2o@HSVWykU+#R9Q5lgoWT=`m5Rr3p_ zG5LUEJNZn}W7o-HPlc02jl4*2Nm{*q7Aglt84IBwQwnTa?`%QfMP4#*GJ7%ATb{!+ z*?v~XAmMUs(Gsj6OQwgVXu9E5dmN&*K+#rXQkQq^ksE0m5=|^Bw!p+(k0z#Ij&&S& zh`#OL!pJBEKqBTT5q>>pe-@a)>`le0AA4sWv0SPbe7zuDoQ24h1TC5&gwQ+d4#w8a zyVcE;v8C+6mg3~Ai75RDs3YpDpLWFT=-sh{!!Ann{iIY+KqMe`)+;;4{ms%?sG>bY zv*8~rWtKi)-(PedDT^S&PZ7 zQctXazxJI#kuPygQ5Z_*?UZdd2!Bv%JBON$fEDLFjcZ2eeag*k%ZJjbH-(&6p1D=4 zB$Eavq$O4*s(pwh#^1lsZnX)#^5=NSE(Vmk$y60rnIAoo=ECP@r>H!Gg&+xJDLPd0qfoZso}k6zi7tmz9X(u+VNNTTzX@8*AvMzs>aY$Pt(`H@4b!8tzp{jOs}r3BXve1|)wS+ki8 zN)6Tk3hq4a0ic3c5vIec3j!nTa^xxCSdM%2OJH(Taj;61)}^C4^3@7xZJ~D+3!#)# z478A)rFjy{S#hlySN7{inwT`*3~VbuxoZI?rpC8)s~!?o7!O$O3L9EM(B#U$R1r!} zqa>D1)0c#8b%VP&Fyud{%T7R0&B1=bLRv`p{8BIpNw*Yp77OuS#JN+HtTiR<$}&PC zEMOfOYJz6MY2)XRzUQ!Y#S4l-Mhg#JCM0Ur7#timj#130dc zyYNrH4PS^HifIgHhJhN9EX63S{Nc1tXF38cdBRi*rzRLqf0T6FvXs}SET{XI=w-5{ zVQ^$J6W{IV*qeRJSu2*jy{;|L_VN6-n(jW~A*Ro@<SOsh*o9T>`&Njt?u7s+L?2mZqe|p{sd3|~emA(N=%KT@*(ftUd zz_E^NyYx_4l$XWN3P;ji%=CB)BPPLFWCpOpP?Ey*q{$mQ*o0!* z%+{B^9!kYb%VOE;BEf`-yj&GlD{prFJU!oSvi+z?$`s=C^9i|&M+}3`t{gkO52S_} z?}D$8>MzB$rOM<;mrpY%W8;mVPKJs3*#VY~J3skE#~Wl9tLa-cZ0!NBA*npyfokZo z?JIDBr5kH7H3Obsl6;cg>Jy=Y zJO)xUHby7#nt8LMX+|M%E+ta|8AZ~GodT?N->6p$Hm5L#1-md^c}z*!O(Tz+9HWdP zc@g3?A?Gi)XU)omo3XI;w#IkA3qSaeXrP;jY`L63uL#)8C!L9rkJqY^lhiN+cJc*eVMD*!KoVTz(y=L$B$vu1& zm{(kD?9sbNh_GR=$rq-TeE|PVFjqeUMbtF-NR?QMIKAI88ads00u*QHA_N zGk@7u4UY&MEW=T=5y(Vt8#Bw(eWKYm%^V>pda zBIQ0lvM?6AWTLyEW852)a2YDYZ3GdvCxdxx{sb#_cdocCFUQrI(VbbeW+hV|XQDs3 zz^1=_KU2YIx&I{$2i*83-A7Pa#nLnMwVA4*(Kh$)tmMnYTLCj!W+;lu=ahA_)OMjG zS8L%Z@eaDFG~mb7ly%?x1w<+q*G+FkVeJeZA6h6(uuDNqBTs3pXTw(`~KO?iuRU?2MT9^0!>edPIqM-J zB%U16(W8!|>PP96D^^5PJjh<)X3A-H1IiMK&m{1+>HE%zg$&0@*kq<@)-hLRDcCx5 zWSKs@FZ7xW)CeJG9+Yn9L07_V4bQ~P#D0TrcK&eDy082Qy40ZGZjlpWg$CQm$Zu@I zkXzz`0jk22&W4%FOK8Gu1+}15%eDN-*$GU!c@uDX=Omd1ygHv^%IbX+b?v{i1!~>^?fzvPuA%zPXVU7$eljXrpG)k^@UlQp=#&x zCP7(`O8ca0xKIlBgoP?DyJE())6wx|wmyrg$XNN0(J@=UoSj_<<7#aB> zD?++QSJO~}qSDsQKp*}xklBuBI~e4E2UCDZCJc4dL-ahD%){N1%}<_@ja6#eY|t6A zvz)YNE^Sh(Oi=G^(ok2&Wt z*hK@{g`{U@2U}c@FmfZA)w=I)020o-Y;sZOLx9S9#;a6uKq*O`F;Pm$nsYc6Q*f%F zuea!0pklge7#>Ln0YojpT%{+hJrwxXIFr~BNf8XO3V4x7(~xRV4+?P#;II~#;4IqD zLP=8{aPK%}AEHT@_D!)&UE~J=$HVCQ)^CY$wLh10e5s95^qCez6nI2^rS210r943j z@+bLP_2}$3Uq;f(_UqoObJQgEXyd2=FqcGd4eR2&fTT`-#$$-WjUKl?xavn#1f+7N zK)S*ZHu51y6OjAkl9kaUD>2I~2iGayOHPyGYMe3Hp0Sk(CnaZ?eCu)>|B}iBu^sO+ zs$LV{p*ufDzQETmmrrp=I%~5nR`X%){?hdq;tu1@G!+dJqBpNWBLbg&8LsP`Up^o@ zBKncw0T<%BTt2aObM|4{EwUYq6_dR50&CSG2dYgWg4SVTlah^uT-`yvp?P<40We|2 zg8|s_VJO&z`N$3aO}=fiouF_C4R512tRSCe7FrZ15GweI=-;JTX}-lsQouP?F{k|)|p)7Jif#9lv*`lP@kOk+J>@&zU1m{b%03X_30nV76#f$P1? zDg2g;@aTZOY1vF5QGnOX8Hix1_3YZVYBAHtId68i(gM^pYN$tM;6djS$VnyWN&fkT zPB#FmB=28n=QXG5H9>1|CuME`ywzwZW7qnlKY78%Vr=8&_og?pNa||Q_qRamDZWdzl znkLf%BFC|If>zLii$Qmi<}|t)P_SH~O7Pdzw5Sn@lGr7+BD|pOgrM2*h6al)=0r>O zX}}i0S_Y^1EnJ3frJ~6|HaGt;tjD4dQ8pM9xC=v;?ZdPyk9PELJe~Y~?DhJ#x!mn2 zc3jy0`|cA*<#zi09|SLy3TfB_Mx(6AxtZ)gA8TM)qdJrAHpE$F7KC2RYl4!yFdC-t zBu!Ldrus7P(}bBm`*so+!(0t9Q&!NO=~|?8%T*3rrKF4BdshlD;T`ut)GQ#T@3gRw zHAU;6sZ8J)(Uq`;Zl~WxT-9eEK`JDO$Zn??7?CT)UD4t5pQkgh=2eZGor*d zj{rN9?lN=7k~R&wARw9`mI(N0K_WD1G?IBsmuY~QFCvIHJ{+MeQFcH)iS-o60t}C8 z|5mBtYD66DW0s&~C3eH&%%g>i@1bHib~>XVQs(VPAke}FI{dXU7+D28u(*V49-D5m zbeBRnD1a8g){P#e=fJ^W7`*^fOoNJU^5?58MGNN$Ev3}~K;_Y8-AAsx=?jod53wrP zWpbCNo%BE$tk%#-qC%NTUvCj4ZL-=ni?ka(AjMq>A5G39{N0{QahWKI1K1pF4bGRX z%Txo58@Yvj@8ewDe0Tm8e!2-dQ5iJe{}If7V z=Ch%X`)}=1wOWbB0Z~-K_phW2r&k(Rux=&3ygZKbj=$^FL$ttSkyIXDtqL<+-(XVS zVeW)-dtv;7S#L762dwZRJJQA=QE38c18pM_>=TsJMu7`f>b6~GJrFE!Bl?u>^rEU7 zRcOjHryaoTz8#a=FY+YFOAs0x>I>a6^X~lZ3u^k75UOOd$wUJ)|LXL`U!x$cQG+%l zZLIuuFwCoObqT{mDeo5=T6^!aQ`7HC5;;iy0m8&$u2MOqueUU= zKk?dctFTka9=w~pkF#K9sRbwtCsT+Oi<&47CLEJ69*epx!+7zmY88hhnWAly&CS?I=>A#$!&tOc3AknbAkr1g=Bc+mpaOd#m#&=A0#QH_ zT+7$m`bMEXXes{YK++5nsfLQHBZ>hRL2GeOzYh^`D}JLS5VKZjl2eGMW*H0*5SgQJ z9?`=0tS1RG#gVeKo#7}-ee4|NI8sv8=g+_PUsB|U(JQ4;joj3j4|peeb&kW!!|n)jE3nMuqk3e%G_`2 zQNC`FXs{=}!#lryM@0vL997H9^tvCIu~K8$aW7$%Wx%|Y9aT1`EP0avQcQK)3tIOM zQWkEvd&|)^yQbD0c1wI194k)1EfbgxSa`N6iH}fQl$jWBcrTGrtPSVeq9Gu|Y1xMM^9uXd6N_&7r807K)(xf|H9a6Hnn= zH?yWI?-2>g#UxeJyB~x+igBl{AfP2>KR}y5hP|J8rVvzQwVqNlskG&uF(_SaN(}=Q zv4rXTLwpoyoVqZw=7OC4+<)JZK}avs3^|_)%l?{Y!&UnNE(&p3rGXsvrd0>mIz7e$ zfBZT55DmK+Nq3FraHr{hM}+-t=BAz@ditM@VeJaP^Mf0tj!>u#)aK5Ao?|$b;#UCk z(PThd0XMGvKP!W}K5&^}3it7dC|=S=eK+t!z78f;M}3J?`a=OWsHoY!9znm8IhYk> zMX$Sf5K)L#g&{ZHxn0AQ-|}_Hw?#O`F>Sqm0{LYb8}37J1^DSX_JbX{$ckNYx~att zV(jnFV>LBy=G*>mbgY(bYiQa4Z78FyfZ0>mEoBZpd$gVAkEA|7Y|e^=MW9F@Ccsa- zuYm`Cz|&&g|6>=t>hfX zo2eiXh$-P|XtrR|^|Bo@xYBX7OR9W^{=8)kie<5=JtJ%B*wwIe;(dz7e2@iGW?Bcq z^`O0Fbo^6=IAfKl3l#7<4}=xjwCSi+v}~(d%Jrh&PM}_|MVDDNRTJHj$R8jk!9v{) z6s;ITQ%MD!3*dTy3ey!yNcBUI%F9x+@E43rfp{+~Dt0&o713;U0|;vS#JS=q<3xKu zP-48r(HCx&>Uiiq*|!vHh|y_I_|3P*VWp~%kF85<%S;5$z@-!_5OjC&rnc_)Y)1k!-Opcn)2-@rIVn1#MGAG z$Q@5-gMZQO#z)R_q79Zvs1H6UuBJHcV5ahn=_vR%OzP0$w!gWeVq1Brww8+BE1N{4 z#Y!SW>N~?he+dKv2Ve;FbL<|P!x&QKH?wFYct=M}uoeIcj0q`_q8+YD`W*RdiT+sIa=xPUBX zvVt;*WE)Kq3We2@GV3H~n61#ho(!gfgaiLhI4oIGe4nrh7<2Us!bKYTj6ka~g9Cb< zEH)^H*6eG64+z}AP?A0LK{oY5gr-1?M^ze9M9Gy?TWz{rANgSAiZ6((xDvTFGS|Ww zQwJ8NL#%Am{H2hs61oEjUQefB+c^G(W(*-jXc|yS$RzHc5GunOoN7nmg^EyyZYcWY z@c^OPAi@^Ip-;+@E%XsqZ$mDjy!6ztYmMA^s-EQG$(j+G99S4?rfW-8FM~kJ@48h| zbOq^3Ose}YX@e;otkNW}m!+^q*gAe*hKtsxSlB3m^i1&)(T+0>ERY zQD0MQerPa43S8z^uRDCuS*F?nmW}rrt^k{N-CGp z2U;g=l*O6edI811-U`K-p+A7hS~CgIkPe%6&HP%(u)avM2xL;*R&bDbvgytG0250^ zBp*y!P!V@VjcyCjUW5R18bvZlz+ATQ*Km;?g8587bsnfXL5Phd58(s&0#|{7EZe)k z!Vi*=OMb7cnov1}jEqz3VEe#KrrGu~Q%%8EgNwerEc8&gBAQE00(oDtMZNOv`TSzl zi5c3-6jcCq3ap; zwKiG@Fp0H7Zxiklz*<|;lHDzzNTFsEbAV=;+a0PnJ)ZkF@xwF>LA4~isb0^KOkJaU zll2UyP9sJjCoU}puq_3YLxIRHU|tGL)hUg+e>K< zt%Y!YTG)VSoIVziKhbSO%~(1vgsvhwTcm+cI9?-KOC|V zY|(8Rl}7E<)&h{(O~ClO$goo|`s{ohk-saf9P0^M>hbB^vX3qp3OU~ltVuHnJXn=D zc@d&hQGmeN?lbp|9q3s3M3eA>3`UR;HE zmwI2dR;oRZcuYE;9oN-*k=6-4u;k3Dq zKjE)T_$i@uESa@=u(}#un3Ou49x<_8)jtO;cD52j;42%aqfM`JD_DD!Lput({PQTH@jB_!dQhmGU!HF$r z1))@!>9$bw*$-_K@*r%r-u_SQ){BhF%o+QSF)X#~Sj=>N)r&WP|(t*;8d%N`W9DW*BjUvfw^?%H|Ic8<*b)lgYzbC9JjI z0Ve|r!(1kZDn!*~Chb-R9-7@?yNQB<^NBk=@rW`ogVjACBmBAHBbe*J*#js$+8Wn! zk+8uqMv95pwD?C3jM@$}dc304_M%BT{w%KLOB6o@A}i%GL&;Pc2XL<~+D(>-n_U{C zD)bLYJiy)3gECX*Q*4QT9LOTbN2SWIc@tl5Bj1J=ZM#oNk>;0b19u(uuCUI5q zKtqwxUx9mw`le3`*l2$!TygOu&Dn)=zuHIe%{+#itoRj466$g)PXN-^3{do_;2LJQ z-w+`i&AwS6pjt%=l^V#M3-MkV8i}O+&%O2MPZ978CFG}HmBZ|r&>D}52zajMJBuql{3#GGXfx&&HH zg^M-FprJRr0E`ta36D{8%cJ5?IfKC^rgOxI=87Z5UZX z!RLVS1;|^Vcc@x5{Rx9toSI6FRzGcTY=Yb{RTA(bV42BW8C=Ax>2b4CE0G>kN2f8o z91VXOJ4^OK-CJ4#GpXhcvjlaWU0e9f!2Gs^xx&5V6IywC0WW5xl}v<8XBPpRG#I1N zokcrK1+UT`K68f@@un9#SN&Pnx5PBM<-%?w6|>b|)vMoR^F7S0FWER4N+_e>MlK?G zc$Rh)>qfkCwBWBP6hus~8O{DJ#zMg~nr&QmM@v-!g>9!+bCfP~;ccgYn1DEe2OB65 zh7EX^?jRw9bF}Jw&Kmj-EzH>qN^Szg8g)E$o{^)<=`%87q7Gs);UgB-ZcTyX9YRVN zHJ8H}`%urtw^fV~p@aj5dz_#LmgbP5!mRMCMcmv2EKU+NWSA|}U;q?U4***!n@}b) zUM9creeYr(6*(dQK;73-b{|L?&2o zAs!=ZKTc+qf0+OcjOltI$Zq^^V+vs~5CAIS!0CLQxywafTMN-`su1!c=taZikqGE$ z)KbPgtF%GT8PyXzQgiL~+f* zRxv2TF9LO_q(2N^piyT|jO-C!2=#tAx7_($G`qG8c7gY}FcO9?x19;7%a@_$M!|f? z=R8$rGrV<0oWjLlxfQi^#5gDw{UVSPm7&@7&;n!QDxu=V1O*vQ0FmDLT#AginU->J zQK>`X`_l|m$%@RKH05-Z#2hoGGs)zEo4z!MChdLwLx5)ar+L`u*_K|V0X57<=N7K*->b z=0aUayxo{T@vbL^drXn3dyPufsh5CxZL(fHv^m*x<3kmIXLZgFPOrBvI zoeeOs^IXa$R@!(M@#S;p-fR!Dm7~^@R(>-p*9($2C1dZoo_nH(^e1S9#p8pU}JE*d|;bG%joSe{4c6l#=t?kIK)L6t_HDv2^h=AR1)iCF>@cpk+NzfM<@aS{+!W*qBIa!0BPnd{HP zW>c7fN%Y6zI3?)D^{T zz&IPi_C}RKWKL^<+6p<^s)O`zhn*m#%jY!N%bsm6rz|totAeZ$^)5nn zFHpQe+c;cnK#6s|rERAiqD&@r*7>tIo_DX(;qRI7uSJatyc+sXbBqd94}Y*Zl> zB5Ae2k8S~z*)glhRwX;jvl=m08-;4n!9os!g|LGVoi~+))AuCsl@^db@m!)3dq&_& z#0H7--Y2pV_WwHb1RAw_ggg zUOUB6AyiQWbFLjj0$s!hN0+mGN^0ST(yx;+V)T+<#B0XvC3lU&N{G;(M8K2cfC0^M z7a$I(P<%WRqg}mw_*FKmKGD<;Ur7Mp6j_W`{SwW?9bI9_^77+AkSe}&CjE%IO}8tI zTj&F3H^{kJrlH?v27i8?GjIHssC}0TxT6mri=0ITcFZA1KG=dKdjd+0PI#(FM0MQ| zP~s8M=Idaa!WrUe>JfC$6g*p75tC5FKA7`H9k_nO2~Hx%dxd^KMBKS-Uatw<*1W)I zb!lpW8F#`?G@e@{ZGTzJ?FGVecOG8qXbQ<~q*mnik+UyHSL6%!=Mov$Xt`k@V zaxF=ERo)euUl>(YF}zp3KmQfPM3D(IH=F>qpK){k$=$Cu&sH76P$3f?9faGo*Bw>f z;6XH`dx-t0CH|!6V!4XlBakXGc#;8_dD>}5tKCqVrV~>Lcj#qQqk@44n(Exj1eIM{ z>TdN0ZNurIS9c)74x;y-vmuaeEE{#0h4=p6qJFrL{l;gUpg8;$9?ft=K^#O!K{Xzc zy)*2EYtwmna^4IPhsxf?5zo4tBZ-;{>{?Gl&@3Ob>Z8X+f-{->vdPMq6_(e**Chl* z6xg^!HPa9X0ICkH29`1|4OZn7BU&O%bweZghE~FP)*EFAf=>gMD0y%-#Vr4;MSSw^ zv$yyAI_HDb*5GSw(n~yKejZ#0b8ZT(MvR*Q_%(F!$-Sp^8Cg!Z-~IiL#A3uiL>8FB zAlY~Vu@t?;gq-z)RXW!o#a+4O1kT+zm^BS(u3$M}B?AbFoc~0VdbJ*O2KoRbPvtSu zbpL$E8w|g>8k6VABV@w#=G))3nWZrTS(R0x(G;>hqEZksJ>ydbo6NO+x3KvMUPTqh zL58AW1#*QYFVDHRfZ8+)OR?A#b)o*n2u88x^50@26kFev)HGHLSURES^8LPGmrzQY zM3PmLoxRDMjV2yAHJ+uZ;YV-=kh}G&W;-x4IL%*$`zS5H>!+MKH{MQ{?m%X$v|Zq` zmlPVUol{02GW^USrtHi=&|>ogpIF*+D8+K1x00!D7gtKsW!Uj{L$quW>94S&qo+;D zx2x;H(AvjnL~iA5(?ojPJi!dUOcLo$ezdhPk}lWP9_N*Y zUs9v+4kyip_gkht+2^Q3eD{YG(yXk_>n zIJ0s=arAm5JJlH-;ni6BFiAQXEvh5nH9rkei^qzM-veaBkKA5k;=xcV3l=>sl^A=# zGR`u~hMmJnllZ!1LoocTmL|_ZDMS~8UAWYA5-X1L+o^wV zppq}%F8i(|E?vq=YQiDK+*g&FtYUT0PC0)HItG+2(!t6o+Yt&#%I?erDrV`ENyS>Q z^9$Z(DK3pOa&VnUlS2GwF6y`LX3N)fyM0SQDHM8Ec>nmAZxZYj6k_wuu*!JXc!H4! z34f@}SE%0Hzyqd*H(0Z)P^Mwg@2SvGxZfkzSi*4KY74?)lcUL|f_D5*d~_pkY1c?7 z(X1X{7e+7x8e>zPORD$BVX$W)RTYwgM#EHO%voos0#pOdcHF!QEOpVbgjy*+4xc{V z{=z+_E^?Wv(E_A}U>mOn)f6>dO)3DrHS5~Xmwv*o9-C^r9sW#q4nYrDM`|-Z~+FTM`J5iig$CA(K%Zxv<)0r%-bQC zpvRGNv@#Ju`*?E~MFF5mvB*(m!^Hq2gH^g<8=&LGvq{FQ#Xfucpb=oI z$Ho_di{%xY&m#%|CBB{od_Taqf)p)g4lB@^;o?GbVT8tp#E5ff(xsgnB z%6J-ab_g$pG_(0!Q6s{l7d59Hl2wCk4iJ<$k50fIM^u7-F(e>zzjS%|PGx|q#Q1(m z(O#ZLMIY0h25^5zsOv@}PiI)O(}n4%DVc!>+(!FwayCq01$%EFR2s zbpY!+Hbn&>s<*##Tlu~Mo41rr0rL8RbiIhSloU1HW|&oI!p3!ha2_k56+g9VI7fj4 zIN&h9T1heck@5x&25J>0>#BmW@NXm$+NT$Qv0O_^OEUtg5x;`?c^LzS>Hu^DE8hnK zSi3NeruZsJLvY7;Vt5sXL32zoj+gNVRPdkZQsrdoDkknKFp4RuQi-@rIWd#&@__zS zLs2ylgYrRDtwom?R;Z29F5RYO9+Q7hQ1!(T4ozh4{Ql;-IB*wDvQFR$j_;SBpR%$M zUM@eCTGlUFe-N8#uuua7QxcNgy4Tt}G7K@sN}+ZCW+LpD4%kkt-&e>EUtPMjW!P=# zE)SxY6EX9&ndo{x-4iRLns2>v+gtE+x1@xQRrieMQ5XDlFDR`HMOGnX>J9|V1hpP0 z%u*geicd>gX@K8GzKugJHuqT?+ow#7pJxhw|xP2(N&@v zid^V=dJ_jRPJsboHdEFW$=0Ffh!=sdIQ3deBx}R&dX4^~hbK+z_OC)`=DSqau(}AT z zmLpwK2>z89q!;D!PMzLgA`(`6^iyw!%3N1~Qn2j{#14FX@DBWw$p5g3PVWx zb9xQuXxna@!2##_I$muQBl`I`UcDvC+>8y3B!?>}rG-CoZU!M!ny1{DZ~yg{*@ z-|u8vY+>zp5L%HXCi>g>9fB<{qmsB4XrXQ_pl+vEg>d2K1Zt&P1O@kpvy}HD0A3E6 z@AUDEf&J@o{X7a8NhkGI86N4W~oI&vcB126*4p?iH$OVQl?3X}SBW3 ze(lm)!Q(2IunJ!Zi-S>BEW^V%dKrs{W8ON$= z5^TNNLNKY$ZzikNxFi9~(w1W6Wjahqjh6IbLWWUIHvj#`uE*$F2Q8z`uZ8>_d@?x$ zO*d)MB-;v7keTY{H|E?VTGOON80|;};5Snu$n(=|F*LnI;;t93QJb&m)%dFc*aTFW zG1Hqg>uA1ng6K2#fw9h=dlR|meC7`m70&9G4-{zXA$0*qQ>zuKg5xD{n&EH(DMD&C z-gh~Jq+~pHP)vk_LUzFhjUZt%wfOaabs>29=Av8$?Pzli6#$^%cJ?Ynbf87ouQ`$& zHF_8qC$bPM3gT9=&gRqTCs6+f@{;@GxgDU&FOubS1eUn&iZ&Z7lJsD6h1!Pgo3yxD z)VViNZzzkf8N9(W!wdDWa_8pu=bDQO#k})34b+Mfq`2pG`8wo9|PW1Cf-b&%v8y^2|(AQ zC=fBQ5?{$63b%H1>%tU`M7vOykwK?bItEfE7nrR0tGUZlnqg-eA8lKv&yHcyPnk_C z0kc#Sp+&}wDNrf+wvUb)mjo7+jWapUvk07nCx~lM5G5~Y@BehI%*+6!z=}#W8jt1q zaC*qN7$hocYJhgXvgAO@Zv5-3Tox7)wKl<2H&k5p7dJVIDTH)4OeJD+5fWZ$SScN1 z;Y(YvKA)u%w+U=6UO;?y9M}a%H8GFQK6imQpOyQWagYG82_%*^&6bQJQY*C~fQ!T< zMEx1wwN^ju4k<}7BMK)OlHLto2_I^lM^LRk!Ry4%-)#=ZLOScji9pSX zgf)}$VqWvSDQFol*NC+0gk}R$F?HX+kjyI&IPcK4yml>Q_yMJWD1p$F>LbCUyyjp03EM^_5>kOlIn78T%-9kKw-rn z@TLxa5OJp8Zx^TnHOrMqz{RSzQ7a8b7&Mc8DLCkuCdq@@YGd0=484d%&lYGiKr20h zoqc~_&(~P`>Bm+;2@|s@Rh5^^PdQ}GkG=Q#t8ITZhm=ovAWC$|H`@WDEn;KWy?b!E zSY7mH&saz}x4r=@6~UuJddYsKf1K-8rn31nOg0r8Y{%|v@{UT&y<1RUE840HTsgdm zq71MQBEsA~a;71B4^@4Ft$>0Wq2&hPRUpmMx2~bO)^nT$ThIx>D;EQQJKF-PqG4~s zcA%WM5}@wEVF+%KBCA&B)hhACB$R&(v&odOykN*BTVOtP)u4&7bN%uCGRMvW$1KFm zKzW+R3C!fj(*+1hOg(p|Sj*HA5Kds0N5wCL${~a=O5&q7gk8BR>-RxjjRf9o_RwR0 zF~kqY)O9_@j&vgXgw2)e?Ue zohz~UF{8`3SMo%)@2?c?B>$j1N+ciT*zvG%sFjEx=2RW=*!2%x?~LBesJ%?M3YZP+9)CN6ws zE*F~7eIzn=27~2x!jfIFd4z0H;Tz`M;_V@l2WI%0qI4e;?bn$i1 zyNg&ms)j%8!HM~D>nj5YdxnTulR8O@nGZ#KL8o;SPPB17eo^S_2X$r0a?tG7m$ns@ z{|zLmBk7W3{ei<+04Q8kC93Wy7Vb(t4w}Q0f>DsF{uQ_jFj6YuGvX9BLfCE0sc{1V zK$S8^2h!2}W#_nDAi=FFZI-@RX-jVek0DDDm;d~!gCppA4%k8{0~_|60ES+lUc))2 zL>Uj+0*bW;;ETdUFmdh}w{!L6NM_zml4geqF%)^EL_90uc$%-m#io!fNo)#GTfA6F zxpmHh9w{+1f08(E)P@3O@PKD=D8y_P4Md@SBY;9U)Rqq_+?K$ut^0N#!Y<5hgpp7P zZUERksz6XTljSJoqmiJ=PVDZWo&NRht1%ZqTfTW6m~g2DcCOQ`Pezb=h-lZuEE9Pe ziQI8CDEHZ1>i0%$jCirbt={W$?zs-q_M-45P}vGm*81m-o~?0$_1d22#-EM3bF87MHxRk9V+>%T_*Y7ej$;%Xf13|5i+$&O|>t#%ZE$bJ6 z^REO_^~}*Ea}1^#8CE6>(U@(Wl$n8u!t&rjaUuCZ$|kPa$BKe_So>$*^r&4Qd?CcInn5p;Ha${iLIg(ZEx6A*dngRA9AM9U40W5Pg26nLkBf>DFE6#h>3I)PdQnQ z)Pc`xJ&^H2E^Yv1Vz8tGsq<88QE`~bl9%-Q;Fn0jXmyO@Xw*T~C}^_7h;0@R`wcHws$UUH+q1ODi4?KC&p}~!Xi0f(W>e#HH=REINx)WrpNk~$8dDb=! zD2jsUOx1s&MU{&%Ge+tEpn|Piwvsb@MgBEr{Vn82W&S zD>HHz4EF?|E_lRIW!xM{1Ht@71oOzGw3r1#)q#VMOe<&R3fQ-v2d;kl2y66MBUy>s zwnI1RL?vU!A$9^UA@Py1(ZF##iYwic();esnp{PpdjNv%iKc&Ceuoj)0b1%mDjK~m zAnq5o3xv`gJpBI>*aV=BLGi@^EH*y7V>sUFHEziOnQ>=Cuo4%TTcMU~lR z@77i~@l5Be{jno91C^Iv{>Ad;cJKV{njA1(2xLr)Gn0uEVj3HF42L^EXf| z!&hh(M(aX=)8(nMsk_cpPFNLbcbW*&-1%m`LSxkiYlslnypejELTh1X*mE=kpj{~{ z^`Xk`V5KlqSbyaKUGB!YZ)-t@Yl_D&0_#GVX=Wqgu_=XZJAsx$&NxDc-3;m_xI~LTk3}i;QW#g*V4nBUG&uu^;jE=|slF@+wES{lh8BA=rP#VO40>lm zh0XX_F3X>Pso%iN1vKW_V(JcU-MCrwj47Jl(lQY=Av8*4`KjsjzkekD3MND?rau5; zHY-0A-)kcig0&fYb>-`C#?`L~;D1k>VnP(f{8`tWy&+2Seb~$m< zbY`#v9%!-N%L9@rVLV}tdgiNhH(t(DIwb3+&^1*2Wa0u6T}PVk5M$thSTx~aqm#Kr zV=@M=82FkogVYuLD>BGH-m+pNu?$_`E__E`sxAPs5Fp0Lm@?BZ3Gt1l(p>2GGP(DA zi8?)Cp|e#(f}{Cuujz9Q|5QtMc4W>^V6O#4m0I*zU5Hh{FqST|=`4X1+sijP2GcweMvud?er0EUOynTQ{?FB;BidGuZ z+6g-l2(a=OP&ldVJTB1NT7(I`Ot$_yLHq;2m}P>g%vD)Vb=DJhyZlpYO&$sjzeXoqK09zrJ z5+X6njTstN3kg=*Y2T0a!Y8bag4R(Sd}g3~Uf0OSL!L8~?K;|cg}Wi--^45Sl%loL zM5DcH`K??~cI-1tvI~ZF3m@N&j z^Z>cDSCb_7MrPX5=d}T+F>xvjG*f6Sg-{m-_3!}9{ES|7o19gJ!k<)I3uZrrzKq0C zo>p01ioUb**iFtj$w;0Vw~=l$40N=@X!mnTm6fC#nGRJj3hM7_GD#I4A5%+neNRn*I%7ZF~nDL2M&c5O`qifh3qc((S zK&Hnq6|xMa>@VHWL@8iOW~rFG%N$E$T|7g*WZ8ygu{MZQh`|mht_2)n+CBvI7_mM= zh^OQtZFi2_<~K$(wv@b}?wD$JrgJ*js5wgUq{*DLCT@0MX39#mR5xTX+XXw5gKE#d}c9ui6ThyD#@|xAb>e94D zzArpNy#l_gPiZg+OpK9liN%wqNEU58n7PK}RBdDE{Q%(z5FK%fS8u>(jUpnrYcJ?q zji6?QFnSoY%?i3^Ei^IcQ?DK)&^V4*9KvQ~24W>O)@b$@`;knnkc*bCrH4ci0?!Kt zp=2f1z)AwGa0D365;0<+Q+^Cr&QfrF4dlgDIv6Xir{jgpp+paNhn{(79&2e30+xJN9~p5nGT2H?&)z-Th&c9ZhpdS3sbB$Iyhw z84(T}4Q(Xg1OZhH%i}g#sGnw`rACTnwpFu;bWAX~fTlG)XY>F}{~#AAX+nG3z~}+$ z-pd&nVln%2AI<@lbET9B_&J{+e<=Q3LF+=NK{L`xWtn@6 z?mj&@A6sC72#ZWOUmW7Ay4NIZp>?$3fWYg*ZLWp@R%CX zxmZv;0o6uBHsfx)Y}>E%CC6~i2(<+x|GvKa#%W#Yo-B`ujLpR(z7A>LSI zh=%%r(_uO-PRMvt3>T5*P!x0*tk5hKlxPwix$Q<|)SKGRmAiAR>LmK6(qHVl^~# zT4uHVHfuZ-8(D|%SH{RR<^zEs-n}hpHh-h z*zk-FYywWPVT>rGg3-L5PM|^o>V>bHYZJbI?Y8TXxK6kAtY=fvAm*HJ_*8b04Q_-x z*VtQ73{SbX1OtO$^uVHIO|7!5?a>vtWMFaBE<%u(hUuTubCTi_HC7hWtM}f^XIx$y z*3Z9}SjzwaAOJ~3K~%N{B~#XKxOG%L;*%;)Om5L8$5ZnQNr#69=)TMQ<`!}BJ?X0TSSYAGA0Ky5@_VLPEum0 zr0+_BboD^4S;cIBZJqZKbh~iP_LtyA*%ptYR8`9wqM8w81}QCuHY<@$cVL;qETAbU zhm7?zgh(|iit2B{?u6VZDVkKpMGo*ay%eX zLn)TM!Lq;_Bk$+W&KD^0|K7p#6`gMuJoNz)AdF1+lO0;AdPF7rRajlX{@YV2c25D{ z{l7+mYS1odW@A{_CXo6{#4&aT%?cE%+y3Q$4yo;wtQ9AcV9J5$}( zhF{Pu(nL1Cr2YC#!olGwg_`FdT(ZoZ+xykrmD{v`PrhKJ{6fl&2HS8 z6hTSaNb*70j%tmQ3GZ+==VuWtXRByRgnA(|gvJAIzhP#CfJL-vebz&#mG*xmkzoz# z?Eft^$8t<)^riCmWbzU<$D8qGyL3&Pn!?7Pay19kQIKpl__B44Y2Es#3y}<)E;>j2$PW{TW*P8NkSzv_6ds zDK=)#^^DKhwCuRpfxkjEr;x>KlIe%69Z+1r=8l6S%njJgkmN-p2tvPJ^9>`6Ku!QM z#uZlA9}rtzlG?9-&(Q;45(NAFS5ghPkuMx>*^DN^M0`XkmR==cQBzk@iDV?}as@gp zs#S+db=wUFCY7E3pnX8oc&8Z!B*Ha{7EaB8GvkC(xbw&ncv%&;e4_+HNI5023@8l> zTHde#x1d;fQ>w^`DPCCq6)&&Tme7dm@u7jqzC6-@KaB~sOtT1VwD%V?P>}+Zaj7(k zSFoarT*b;zgc?9qV^aS!NwZr7-wgQzh&Hs;`p|VHF+y$PbAf=$2_8}PhBBp}7X4zc zH;pk$MIpp#s5;JKOK`kDTYkPHHb`((QUWY9r)LpET{?nOFTC!;xkKR1yP}Ye$QYHL z*iil-@f*bZYxiI^YH~Tjgr*s$;20uu#SoZibSbXy+BNq6w-G^7-dm}rX<0wUO!zbm z4>#q{po@jKQCaZA;nJcb_KuIWJf|ytIvxGW+gAt*Qp8n zG2@5Ge7Q3zdLUXWgrv$iM06b1gL=XY?~IaaEk<-(2d;AQ#tT~cy(&rbf-m32EIfD@U`Dzt zK0cptW3Jm3GYnP(?a*)^`1~ycmq9wxU3MORpzeS*P!V)W4lhJ^cT&Rw(+NmD3zKSs ztn787d&@}3zK~B1E23387V@E9cJ!mOs6@9~0 zNvEYTv%FNPy7J*87?J3a?D;U$Dq7-^MM7_|VeYkm-*i! z4vB)eWtvVwO1X-1_qDR#bZmH!q7Qfrg?TQZCVcV-BBylIayz0Z;e_FLPzx4DgD#po z-76PD5KSfqS0`xhlW~;_d+i`j3Wv0ypdS)(l2O%EMub~IuQ*L3@;)0d!xoIZZ;Q-s zUo$$=uIDMDsuUg-RFY>6QYl(35qb@$2wv2*Is(-&ny_dTUt}pCWztU}Jd2o*)|#2H zNKALjU!5Rgntzo?^?=v>4hxR7Y$)Td_T>z{pc|4SsHtH;-WLzh`2xiw(vpowP{8mo zyQZ&43vlKf@LXY~axD zH-ZVEGtEqt!|IqJ5f-S!W>dV0wTgBTj7lNHv9%xN(^s*o_bWUiQlnCzVo zv7<+@i!Fc1gj>c%WA*NPPC^+FJoBYnj6}`6CwYh~1ikFd(*yDvYF|>x`hkLgS=IvN zZ73-2FOR5SkoW#o*-Gzc7-hZZulC37ThrVHi2qoj7S~y`pw}f)b5g*X{H+Swik|z|_b63K8*E`-K zbTsNAzsC+wt$_E|!Di7Phca4Da*#JrhML08Q(z%9EE_}NQTZS&S84+_uWk5MboG{mti$u1hu+-z95ffuN?1 zu(v>V>v63j+5Eq?VAPUs)>)x}g?DA4J_Czkw>=NsMF*={roBS=fMa;fDwl+c)=56`RB>JvS^ zK*aXtA5sh~GPblB2-9kmg7gfFr-2C!Z8#DGQiy4SCRQ4vn(DY^xJe_+iCWWDJpIWt zyr;Qj1U|$(bzz>+yT;#D2J_#w1H|UPUx6n=t^&nYVG^YL#AHs zGay?)Y&BJqiRz6_f{Hz2M&^DGfhX89Y(ic4N#H3 z;`%_ptk(q*`}-+`hcZHn3Qz*B@&k^J?@zsV0mevl)S^Z7wBd3@G%G(JdNNj7@~-7SKSa?Nb5wa}hcka>S- zh}gzoaVU%5kq1F1yFr}g!owblw%=k4o|v~8rcI~gj^m+loJxi= zx~6EIanaqmW|ehBfrV5GBaFf_bfS}SgcX@9VRkO$j%m}m(7?vS2t(p@tqu?+&-ZXb)D{$r zlPHASmq}DW+S#)Jg|;j3QF=}#+Iejeq((bXorX1-na=>Zum~yWF=1N$R3Z#yw%r4b zheq)laSuq|f!;sx5+JLla{JXoe6x#L{u8@oPGx;TgA1iuzKCHgpFiukI@l0AJ|IIA zxmjDU2u@veTG11d+XbRhAivNu8XEH|@EL_gN><@~^fOJ$0@f3CPg#UZwnHjdP`^|S z?Ev8Vro0c z>K)Q{xX%)G*f43E3|;gluSy>wN4WwbhB!Xf4BRxeD|-cy2@a!?lje|C$gf}K4QJHu zHADk3;+AV;$NNlIUH<9DauZihIha2k)JVA&mIj7t19G>VF+{{M_yZIa0)w6axe#SN zl4S2#9KuB}!YzuQ-!3}>C%zk^13_@&K5Mp%Gdp>SkQtX%08_Fm*NhKt+JF=Dmkk#y zl9BU@PGEq%$QH;a@5{8oqDDy4)g72IF4)2rXlPF1m%Vhh;X_KtUrB#!!g`|8pJ|hOJgL8xZLaT2*1>I(TpHAHyE?7gy4O`KaM!tQ?4rpX4 z230II-DwEZ`JUdgD}+!gvl$ejNL)}Y?)qimIt?*!PzZ_ghALAq8F&s6$fsF$-OqiC zUq!IuRDrveoUk~GvPTjotQ2liS{8bk-T*!db(Pq#Ok_>q$?@AP-64?`w0^*>EADN1 z5{RaCfIBFGQ7Xe@Mc$(O9k`AuZXaUrFjXq4ek~FOvyP~FM3clKx=fXG zGO1n$B?~zu9C#n%AXp6{e3*B9-_C=O9e8H$+G(+4q~@<%{NErBbkU2Guu2_)bsP(E zhHx22Uon>^(;BI!Ga8$?E)A9_-}?-!nDO)T#{;3+FvPP&Bsi>(&-}iXF?qlaBkx8) z^(Q{eanos0PQsiQh2zX;=|onKBBjdz>&f)!?t)f;rhpHSCNw(sh7j{iVKdC)zIs6= z;#PZ(C~_NC17@ea+S~1RC?hIw5lYt2FL*#TPgiP6zfhF6iIff71i{oGeT?o;N5uiy zjeS-ymyRXRuS_}LYGAzwD#cUcK&ys?CCD2(0!ff50V}rgRU^nt#ewLAPj8GEMU?3P zmo+kET7b$NK^ftw&B}mm`@MOKAS0)OG)smnB%@=s1Q6MQ;ToXN?j<9EYP0v0LE708 zjvi<(-DjPDE(@7@Gl-G!Ae9JCtMn&^hB1jMd1zX%(X(11%vq};%~(52nZe> z18bCTURE1edu5N5;st&8t= z1u?7LB$iv`@d{9)X0WCabzVl^Ts>JB!H7_#v@r8dJyovgg~DJ&HA$GPjV8pL6R-Il zJy)f&n(Ne35Uxs;^cHV8V_KRen*w9XB_$k8k~r%KMzkRh^BPt*p4Kxdt^k5q~TVt`-dEg#A3O><$;;)33Gyz4I>S2My|k>0gah$ z?-8&5t_LrR#m}7((o;YjXNIhUYIZ~wFV8b8o}5;uzo7J5Ei!PjKQ(HUHy0qd>G~%+ zB8*62%ePMOcho6uga2LvPrH4z9dPwEOaGj5$AvRW^VeHw3cY}=Q(~!Hs^!-)tw?Qo z$&RI4>DB5tp!S}T#%C7N!x;!y1#Cb;P&K%YNRi}9?g$mw_W6P~TE?Tu$&mu6Mtn+A?I~Y_1TxNd5u~x=KU)W<0Ew>L+>BH5hH|I8nCF9 z_#aVLG@HI(L2WluISWX#d84h>ri~zMiIw?E* zWjla0JzIK2&bn0#k)(%fX*^lXqzL!zs;4(=kC@4Bxmqy6Tfr7UZId@dn~hze1@tJ{ z;EO7P+K{s%%ejuM9%xn}5;Jg>eSp=#2r3h-I^1*z?BaQO!BHRbd-{&G)(p}isY6da zvzk)rv?&Nm<^~rTfQv0`YfjW$7$Ib<=}hj3=qRkwk`!iWq*w~L08?;ba=gAfTG|Gu zVEIYQXg6HYll9=^j#3de#E>U6x1YIx1|RfApi~0z}43x>xZ00!^To#{o+X zHYmo=k*;^UvOYFv@Dvw_B-4S!2XxgOpo+Cg90mCd3pa#7iY&koU0t;2v>6O-CCHxF zXbKS1^jfkoo7dvW>_9c5o6?B+1nBxYbqhl1ow@7kCl!S~0Zmo+U);hz=3Q??P%z6qxiFgOg8) zV**L*fu1RYs;T~*r94m)bWNio4(Zw_7?e)ABkO1|6C8S)mqYwqdbH~*B~+ECFKC<2 z6p~B}BSMY={Isd| zU+)@5M-UPyL48Jwe^7xPu#T=Ekng4;7*4?wgq+Bp<;yMVkS*|PN3;;kJBExcSPiAZ zLT-JNl*v&>-v~0UP{$H7XnA$Gr=g-%gR#@+pb$~+q4)r-^d5AGAN3eAWxH&$Vl`s> zJ#lXjix7_?N}aX?Xf?*n9q4zW_X`d$s?wm^o}-e!l6}LQ`1wfRd$!k1W?H_ghA35t zGBV+D6Te(fPQl*U1O=~UV7|4tWPSAnixu|CE~bb@ZSgkdQc=BRsZk<^ae_w61&I$n zVSz+MXpG<;!`ioak6^m@X$?$OyzMv*V$`>5cIC(<7i4VOc{P zqPXCp4|yO)xP47ba0AW|$`^?HZ(+y>tj#o+8`UG--xWwLYqJX^bepgxRX{xzK}o8_ ziJ~U}#*g4iNM0v|%Eb!NGbXqw1&tLtLr0^+gI1LtfcXhEb&OC+oe0Uv!j>*nIkl;D zLZL~~N`|W{K?X`2&v)7cbBMx}i&slb^)Sn1GlGVKj?S0#9%$K4vVcK0JwopICTSY9 z5tB@UyYnY14Es7TD@ADJ)f7f)yF;P>KLV00a|e2|^{|*pNlp|4?TRR&%%1hsI1#3i z-59)5qZ*{e0VcH_DCh#Bbk2hOG85T)4KfTNQq|i1K$olqZJz}(qt&qk@Gu=`90_I% z6vD%jaY$IK@nbQfHu{-p`@c5L>&Z3Cm}4p(+>%qDrxZ3Dj!E;Jl#wKd2Gt%469a?~ z$gsZqoZ}o#7xf#KDD8s86-sP~bJ}<%yiAP=tAJL-t`EKrS{INMp~ab7P{Tr|zDY&v ztT-WguO(3Ukfr0F*cXG%d$B+xF9t9Y77yr`hK6-6+85*ww6o2G_^?mu^#U+RX^?y7 zP!e_rjG(k2*uv_3U_pQ?P*>zek0T8ZfhP?|M%Gn4*r)63(2#Dc)!9-g=XdG`?T+`} zHd;qy5v8(`5jDrAXx5LZjP|PMXur~kkQ#Y~wNMXEV$zi`T8odS=ssTeTPugNrbZ!T zOe0`1>LjvfEt5Gj*?5>+Fhn=3)sdq;0w}Q_G}B6AMd)on#>XIi$67@t!c}eZ(jkj~ z=!%weDLY$GKpKc$u_M)cue$)W5=INp`uGC1hBG|YJ@{G0idz?$HdYM_(|q)Akw2#} zW7O?(nq@!R286j_V&|j`6#@6Fw_)plVR@!|KEVceK~7S;{|pzTI(pua-q!=KU`^pc z%VSBW=A8cJ6ai&)MDwfE1)Nt!M7T|!nRgS;34xu#$yI7A`Qy@vib}<6*eGfmMD%@lkpBvw8&bJ}Y6?K`g!{BWTRY%!KIQ z$6xWvSvEJtn<1C_b19_z>rD`rwFDX_us{Kq5=ks*$*!77umAjD?$sBtAjCwN3dxgtq9ll z$QxE<0Jnxl=e0~a7J`?o(g_PuZq?@t!uzZAEgv#T;Uz8BrR#__Bo;x*dXHFs#*wKl zeuCKv%3yfnw<`lE)S{euq3ehgRFthBD3M+GSRRU57*Un3xAu3J1twbGFQS`D0q4 zc^*u%qLN=gwm-mNdxaLTi7Qslk{cmZVNjZ_J(l;k(3;GSC-I$dR4K#QUYr^vm>f@r z<&8khTPjnkwfHlBy%C=CXq(hxGcX>l1M6e$K+*n>-UdtMGD@f_MTv!AY*rg$C_bVr zWwfRL1?W|wtXV3yyJJaxI458mH!OQdUJHYgVd*Rq*bwc5JFASCqE@Y#F}!-Kv8@Ml z1Tqfj&b&s&&Fc&xS)mdtO47^aEm!eCaL)1Hd+%pVv#*pO=^Ry7HwWaRT1G8=s5G*U zXqGK`eZC-wc=zDxPeI!?fYW;a1^~}7vDI^;qA+MH1kS)?Xnq^-HLuvfYt~9Txm}UdfRehWD4za?A6=q^XpOKL29@O4UDq)ayUG z3{eapO8HRZ;=wc;(i&fEQDVtgrri3`T)Uu{Eu&VfHDc>)itfw{epamHcQD2YVAZ2T z(v8@YFu%Yj2M7LL^PpRtkw-Ni1F{}R4*arl_zEV2@KZBNQzMOhrtYY`sV?V91qTte zR@i||g%fCGK@3Ae1^c4g3QllXiA?bziaw*}AB?t5HN*v~2WVAUntl7Aa0m<94T1;L z=+7|Ay{0%tpgjBf|2o{pWwyx+8|sx~x2DwOgqz0Qm)GlK?tW~bdUlCVJ|;MwXCScZ zK79yZd>3hIDvJKDjliN3ty6f)TZqT5@{g>h4YKYpCu6)zgQ+&tBSA9u!)*!r!>c|g zP6<5+WoxE{Wk45=5B?pUUBc29i#?6y_eH)9;@Ht(k&jjD+;fE-3vtrc%5%O(oUSON zi;jWxe|S{lxKV8L1s(QE6QAaO)VpBSUP0FGO2%z`uU!W@#TTA`O#KCXf0ynoGut4j z8BMJUQVLHZ(Mp>#hFxtyM#HDA0#85r*>=M{5Yc!ZI&faX5rAuFIuK!@XTkM_K%U2U zR?;Eo-Oy|uQLXt9z712h~g4oK^334knf)FHEE^5%`Y_Im{MrN z^|}*@i_6%&>9F^D>o%cb{~QF&3FjgCcN+GIE}TOM-RxW}LviGn;PO>P%c(*EQBd`! z{=7gfquOMep8vvT7EqhlLuakIRGAT&=-&?-DX(PG2jAXfcdFa4$GmiA^?c4HH;0X4 z2g+879*T{;_u)RvkGRoeD;ax#-t&^qL>CVJUPjUW(8n=68&@)r6st zwA4SA9)~;kUwcU0Lg+X}+%{-30PrrDH%(h0>9NX2=VkQZz?_NfM(Lxq#+Q3pwpNpG zKXT%da4q*(>=A{iC*3HK*T~W`<1`>qM?EaC1WP=@C^&{t#74Pv$6I}VrvlM#%EWu=PNJw)_K$UmlBI(Y1Q$>`Y{VOF7sxecQjJJUOwTod>q<|HRHVBhO>N=u<%w zxs~Pjeea8aNEMluFhmuh@D;nFdI}XBZ1odYrFi))$BFg1D;0!B#GgPl8q9ugM0W+(c%Di?hRdGUFB$z$ z@?gTK-)(_XeIk_fQ{A3vtwK1m4-)X2UU>{Q63wJVKWgCYlJQ1YPP>cR%`gGp%0si@ z&qCENVYY7xQfCGN3!TB;ClbHeya5(p1c!;##E=T`oIej!}v})Kb04L6wj^NtJItLS4F=rgp-?PAWSp~0#))^1`eAI zb=e_6i@#LYm6q7lrPpvYb3S%z7LHJRycS9E^S6_dLihXvGh%^9CQUd zCJ!3jB+jckb71(noqk1A0V*pe-H$RlriC~_h^6zTb%f4jqZCK;`2(f$;G`kCj4A$x z3T&fF3jzarh=sPZiT%b)3(447HSJhBs_G%n7jXtNOa~~{SO4p zK}+dzN5VPs)79`{Pzc_HdPu~3=Owwwd$_7=U zIx%_OZfq^9W{uZM(GN+@FXRYPR1BAc1*_a(kx4SI#UU{i0-N{aL~Vc}Xtff$1shw* zd=&A^m^UUiK1*=OfC>qZErh< z1+J=F6ETrf_A$Z_ty@3iiL$}4&$^5N7NtCsE~<628_UwqsbX>KXxniy*JrK zY(JMMy|d>}_e5k9vp99}+p;jdNmm|-pUAIJ4iNL*i$gb`r|5`nU6Pji+x}gI0sXa{mEfcu3cbML2ItnB3nZc5~JCpfx8?)*iHWq zx=OUN?jkfo@QuYc(mgFqfFZI<55Ab{CTQNKbK-Olib$R?yhcm%B?tGn#N@YATlBAw z#TChciA9-U+xmo%B=+;yETQ+o=B8xCRf-wCyYrwdy!Iqu_>ZrZF550IMF7Ma3sZ zgyuNWcz~|9$VYP?NWmY_wXhaveN%3}x|VDc1)&Q~SHxkUYHeWMO&l3SA=ta*#tyeW z^0oR+hmu7!?Jh-6a!_Lzgic6}ygF zhSB|koiwm0DIp13QA1US@(j-KgjS08)m{nCGc;)?gV5gED4xYO_{7ZU#6hAQ6@gtM zrYw7ME0p8$gqdmLFw4#x4?$VDYq{amgn=#{&>jzSYw4VB@vh3VAPlC zA|>PTJk{LyOM{oYn03n*b8>Z)k04$ba!EY8o!OI5pOHd)<~28Q1nHbnO^Csv`I^cSxj$? z2mKTr99CufwSd>IH}Z)%td=|sdw;xtjR@lxln-JYkE5SDL9gibnu-ED)yCW2i>={0 z*3)lp8LLY5A_eWx{w;jbh%bf3Av7ETVt7JAdeixDDRfgl5G3}kc)>*@_^nX%Vnv$q zT9(bNB9Z_1&p%#Lxh9r(m%MXGuLaD@xpHnBvPJk|3Z`fVqjG^?b%8u_ zspgPQ$4$Lcm|C@5my3JYrJsDKd-c4N)uKU0ztr-)V#m?m}> z_#y-(T~qkMve^u5R8)}{X}bv$Pcmo+W?SNzOtwBJFNO?O`SxL}*@x6@h>4|x07Qd% z@C*CuKyEyVK)2oZi8zNz;336fni?}`v$dvf5WQ2R6PW!itlel{h&qtkJ&XD8&f>xG zeVB>-Q-!g8N2~?Lm-2i?<^)#>Ryl_KN(*{6&y!We73HD!nmweM;YHDgil^n7Y}$5n;eQUm z8o#X2>1ffg`+FP5e%o^x$(kRl$zD~tlT-gv+YWvqrlFFxevp7Dy}=rHnvhI!W68z5 zfQ^pXC`CTx`mxaf!g9naD$N`{juTK&f~u42{Hi%d;b$>9ot*FV_g`CM0X{?)nQ|wC z`KOb}eQ*+k5PIGMR|f{I_sn2D$PdJrT6P6w27|vpt(Tz|K=LV;abg#22CKdsAI#o< z=%H{`EPDdWj36c1ODT_lt#>+Tn}1w?mUKQBo~+NwW#QinrWo?fg(}W(dNaNgQCV6_ zGu#Y<0$EjQJ=tjU*^yY;5Y7jZNYVjwa&;jRzo-tr54I-o-Mwm2Y7AK$)gyAd{;F8| zYs7hY^;^V`O|I?|1pktmz0EAeTYo>0xhnl?KL6{vXZN4?Ezf|M=N71LB5LJ zt9Dr-k=9xKR+^;Ksr37LZ!wtz@P#iQzV*VJdA%k#6t(4)VN}wEQa!S|6;RAq@g?7e z%VfvK|A*1ce(mey2R{qMY^|D0ibYmVSP9A{lej=Y)7rM0$_2*3bslB ziOT^PEqSQs)liqy zARslT-veRpuVYKqf|kSvdKjirj2pi5h*Gf%CtM)Ii0WkUZESYARlDTc8UVhE36{l*$0k$0Lx~h>?iY*n-k7X z&8*v0>cU|`xPlKKSu87MegV_OPgEecrC~j)UysU?N3CNqF@0t#zH24YyoVfeqFl!f zdLnZX8F2}Ok z`N(>USfv7;su1X%u||T2A-*ifaZB3nQ3m=`p=%0md}KLhklBB2Ktz;|Yc+Sj zz6kB4ur(W{3BrNS{VH`OJSh7#^j&M+=B@=dPYXc#kbWfdCR98QH`c=?PUG%USy`Pm zGtn)R*25KUi(mqX6FEOEKAxj^xraZKt$!E3UH>+x3KymKBn1nW&>AV+{?*+RZ7YkC zhxP)idXs`zUSGGqIg$Ip1h1a%6REinRKj&I)WHcPx)yW4QHdR2B$vy4bl4YbP`yUg zkUSDlE6twd@vuPvkWMsj)`-$DAFacAA;C-HOV()W`@sL>EYvx%U>)8N6aI1}E?q(J zOr_JW!#b-xO>1-g40Od8K}B7WDkycd^8BjpSWXsU=`}u%inrp1+?jdYnkrgrt|ZJn ze!e>@e_HpcBYRgrxsNX#GHmc3^Fmq#rT~U~IeVIVmuiPIJ<8&Q*?-f(%dNqwxi8M& zS*_2Ynx`;3RQ3c$u;Sm$2aaDx6(7zY{2gEzFgE6(w%SPx!m^W$*jY><9%3@T4$TFL zT*ZjX2P^)^*DNc44yf4(5#CWU_YOOfQ$Uu}6lfGY^n6qjPhzryFEOB$_yRX0CS%?t zsCPwNMo&qjfQI>vK0_Q+2p`Gfw^Il&)t6z80_o@6`Y|iNwGSL+AxR*6j+wQ1%v;V5-2JkSnhPHtjg2l{C}HDZgtCWygLoaainD+DA|fK0?_0 z6j1MXOTwjwoUBcbgALlXDo}dtTN6U`mG38fQC5ubx2IM1L}o@_{%+tACtCRlkgS=A zKORXMW`-urW;cZ*F^7uH_$E%tBGbfC4s!<{Ruj@*J*{VTuqZ9>WIuv<0GZpPl`c7gn!%A#EpZr^|B_>pyW$S@pc4=Wh)5$wAR(2_ z%gF|Syrug2ua?HVjIW23DMPEx&sV_KWP_t^#hS--8^8SJimL}}3EOO2Es-UO4RR#3 zHv(nQq0VWCSj(WiFW>Z`qs`lei;|ij92S?GtA>GgG;;}-^%z!+#I~07@v~E$c|hK~ zKPVs&_`C`9yk#EfHgUlgo|}f5Xf&f{8m)1OSn3ebUYhK}DdF&il`d^Q80R^jr&Om2 zMfy9SwpUhQf5w|^X6e3@;gvRbNhxkf$8}(>JqTw?_D=%%7x@@KuRuRFT5@aP2cn?0 zGFL-Zz01VrYG*I~4AaZeq7#_!Y{1B40L2AT%eIwpZ9W!f&dby?LQE%XzbeLvc82ri z192wr2XX^1$4Q+<0FZE$k()_lK6@YUkx&OQCG|{Nw zGC;vh>Rm93_W(65C0%9;apb(>b{Tg=z1vs`vMk+*(`G7ey}tB!GN7MU3}+|SiZ=ja zG&xee&k8wu5-BxEsyYT!Uu4A?c#ZQr78h%6t8szJ>uZo#ES!0x02#aVsC_X`)J<5& zpQ+dp_C4KWi_8hV*cM~?kkAU3F=!btKGs2GRj|H)8LFCNg2?i<`S4dZR_e9%FoLAm z8-5moXj!T?3@@ZeDZ~M}?_XkuF*irBT%yA1%6AU#1zPJ4Oncd@FGAUn2g#r0tZt2L z6W8o9*1f5DFc3i4jy=%JD*N+PQESeL4)@Dmvm{BrzxgsYsX7nsl5*vM3Mh z!ZDKJ3f%1Zs@#~F-Vmsl3*QLll0tBmUJBJ4QUwxnM1P>?;pnw^0Mok0Qhr|1sNKgdM`VXbwfU+B5if~B1pTDJ4U8Sd-Ap1 zj)m*g-4cgs>`qm!HoJ4AqE%JGLVbXvslfmXIgW(+Z)EkVIh#b)PXrOzJ;n~)h=UGrfF$GSt|=`W$a(d&9z z!LA(@hDk|)RGe_}r&Rk`Fij42nHshmF#}%c8TKuMKrescF#)j!^!9^41N1n%)a~|* zL*3Ha4Qspq+LgP3gKSdpLmtb->HJIOl z*_{iI`r@!w2O!h&;#lK?QfEbQl!>xVP%XzcD7`_^Coaa(g#NZww`%#_$x=x3JtWLe z5~l9MC&wb_GVvz`3tL+Oob!M`BQ6Q4)h;BPF+@6-I|jwOGZSaP+{H^4y^;4Hs>osQkY!0~{;^!L>H+&O@q2@=}CQ9}{e4UX2O07*c$ zzX=uZ{uMd|Z3&LnA=h4?K)N&WHn^=VHcYA?`rn9Bb*I;csL<8En zxb{_N?ksS%@>z>Vp~T*Xn*OL?Rv3Q462*}9RJi)eP|b@y0%J?0dgx8$$Z24~QhXEs zI3uXt1VuttM)gHT8%VqNgr!nq^h6}1iE2Gi?|oI16ubCU!c0=R2=H=>AD^i{24#FK5Di(Kh>3cnUD{hbKVs0b$dU|Ou*{?yi z_o>?$YGd_}Fc#u%Z6I4BVQASJoe~CpOip7;GL2(L3rz|8``FGDOdx{ySPv-LH}5KX z=V{jq#$%Wbm&9M-n1j)j<*W5u*b@_WH6W_66FzAmQeMl5dkqL9$Cu*Rh422~M91(E zOG2XOg!3k{>})o(cqAJOG4de%{Z;C2?@i|6_1WSb@_>E&d5#C5x3k)oq~hQVz;Qm ztpQ5Y7uFM|;c zr5bUdOM977-)4;PnVskKpwoxCzG5@ZKIa#_kFbs%;iM zw#9c?Iir_m#E2y+Rn$%K9TxUS*oae#7bJ)W!v78@$>tJrl4ADd64+c{t>ToOQD%ZXqi|3)4z7O!6dPzYtl}vBs)(G_bO%Pqk(g=yGMbem)kh!o@cZ&KT8d=jzrm1!>!Ql)?s&7V3m(dasjBaZMxyTW1k(9 zAs8kS`sMG0iCv`HX9*O@sN_VPn>)AadnG(~#^WwN46K6DKmUTl}jNTjV7R8mv| zf4ey+G|4oX(;A3C)*==|#E88JzScxyFvnhMiDpR27ecoyfKRL<*;fx&z5^80Gyl+^ z6Bkz^NOM&6`c;Jvb_8?!f=jEvV9HvnAi_PR^+s7I)15rCY4k7Zh}`rc<40^RzM=iATrv7c2BKx3w-I^lq*ivn8_ zp(~&$pjotgt?3%o#)C{p{YiqbwzgB+3WAZdbcYXsWAe~2PIuEy)@+(R5|SzOBy&C>bXM#bL7kC~fE$HvP8+SXmU+)Ilu zwgFX38(fj#l%6&w zq5iJ?gQW#4o~|Z7jLLmO&8rf54EZ=m6o=HI#j?h;^=)jPpgC^~DoFMf(&nKD56uaN z>Jp|UZ_&B~mmwZ+^$O|-;7Rw5^z64z#M+UpA(8=v`N%nNd~9%3Xj-B6k8$_MjHTC` zF{EtiI`E+ZH~{f7h#he-ACdHV#o96(0?I}4ZRxCR_8FVt)EfY}l>l_Yu?dz$;iTqV&@neC z&5;95_FDM)9_dB}QNoe$lPQ^fo|1oi;u8p-fEKr1861C2p6WUpoxg$n^JX`NSZ+BX z7mY;|CP&uI${EBdmDVf8=NKq+Ps|5jDK zexB&Pt?E^Veh@m?k)Y_354>CBCM}=HvN$^(CzIph(8UBhc}(pO!+P5%wX-wNfN_l@ znX3%Q;qxF$mHD>yL~UtLBz$SaOpdx-+*okTHca|dMV)Nzi9a%=^fw{mA=PPi+lu(r z)-u&!;RxTcwCSq8)RzHMZfh~}Ig%mlx{@sbfAHcri1LV-MH}%ohxDBIZmE5H$susg zXO!^?TU#{IjRwkb9MnQ=I~zyR7#UmXi&G348>`>6AT;@D=kc_{D4QS;FcF98Ip#=+ zkOleK7;Jsa7TB&QljZ2v%GeCnnE1$_S)t+9HdT`X38mEQEy?eGlsPE+Bd!*1RRtf@?J1 zoxfb4P+^Z~uLLnAn=<_!=(GErXk^-o%)mw>NIw-s*H@_GyP7p1nUwa!E1 zlUHp|MI_Q%{vM5INn7rRUaUO;o4lzjQ%grhj*23vvA}V5XdGr5%k>b4x|y{=q1K$7 zlUyr?x4@uUbnKPAH_qH27^Y;kvZk5Xsy_v2qNinLT8`EJ$gxa8IXO2O!$uhpK|||c zk^6_XayAi9WS;Pcjt2T1E6iWaJfiFvE>*hal~_RRPoMZmzPPNp2&5Zib8j(Rh5}A4 z*S|nHAutf&BqrPJBiTF5ALV-zbB{5GdT;9s_2-T5`I84sZ6BKt6 z>?T>!KV8$gpKP^Mu7zn5Eck`f1ma>tqn&3d8*Kh#*2%LO%BQ(~7G)<^#Wi#}0KCUD zZu{RT3_i0D2Z#M3Z;xLQv9mF+m1o_gOcgMkIV$#}b-I%9fA@Ffn%4JxN3u!t6Sqwdjrkjh41JW#Xlxqt!kr8{LmG(iI!R&VD_?O)79B zNvq2=QH%iBbkRq_N2HwK{Fm5zz;LHkK^P`T)@&*jwA7uF?o_f_bSCFvl1v!p`Qkfo z1lu(W(zY3DS?^Iq<>zh@8H3dAO&BTU8`#2QG()^pZDM;dRt?ad-cMJO@BoA`XWYbk%z%cmz>_$9w9kUESb=-=ES<$vv`(6i z=IyD`lspwp8_LT#G2X^;Y=TKiQn9`Q?}i|c?BT1~JN7&F7U)HA?o+lv-wI!Z%abaED{(!q&69@&Pvz2Z1p zdkjl8LGotqS-=7~DL+_pVeBs`OZ?4?0zYVevxD8dz zV9kxeE}6{m)=U3o)exY4Q1{eN!%s*eHzaC!Eb*QV7b`b_bC=4#rXxNCW{wSq*(4Ly z{(k6>-7)K47|;KF9!4+-IW>(fKY@}KI=QiSjmdazEU2PY zE3u}cwF^X=CeM_E%h1eM9*NLob|oRr!9-H90!KW;b~a9Rb%j`OKU&y+#3sXZl6t2Q zo+VY4b`Pla;7`d;6S=ap7%4tPQ$kUJw+}3xYwosTdos}o z+Zpy%>vn0ED!G|;EaGN9KlL;xdwleTd#Vmvj1(T`>AK94S*Ye-Wa+B*mL_TeOOw#R z)ZUzXhE8{|o^qg0isB>-^dsiFr;Ju>4>q15wv2-ojR-v&Tp+7p>}v&!mI_11uOiw7 z=FMKiF3YeLKk{^Q5;q$pY97v`Cdd;l8b8EPGODWgbwPCSTe6pG*PuAS18HVt)G)VJ zh_}=WvJd{aIs^q+?)1Bq(p`=!e@0+HT1u=l>K&wo=>-QJ z$&?kin_1m8(N!+5EN-Fy!&aOrL66%~qIEWiIc0i+LC#&DyireNK|zX5WttB|WQ43m zFzjfJBu2ZN4^lZriTV!Z^hYT5j%&W5*J2tPEObsQr?P4ir~Z?I1u+$Nk7Ca+kz(9| zaY_`^JI)5z*&8WZ0=g5lOnZ$tKTIA^Pou(|&NFw92vVEJ+6oe(#r{B`;#&k$>lhJ@ z-^ITe0IR^Acg~_o*(V9YeZJUmuRpJEcm86DEC9gaN18>pb)85zIa`f_aAm zYd9OFJq$TI;N^HOP{yDhO#g*&gs}8-V^^7>+x3A`n=L(XiM`B;RfWOQBj1IW zh&7%sK07*(5?P{M#|dX5Q;N!{GYo}{>3XQBFK|Ot#5it5*7s83Gu1~Yy;^ClOs>Z| zfxqDE*X1^10`6ge1|s-R9=bSstthr2UJ{TAch&Qu*qS8)K|Bx3%YI98b4|s0l%jrg z^>g-mRcrDFLE}q&T`QC;0LsL72Asv?tq^65F%c z%V(-E9CmS}HO`2=tb;PYD6?*pq{X(Zlct?^^q+eXLADr9#lC zqfA`H+!64u$qL5{iZ8^GwN7PTfNC9AUHE=1^cF6O8NCPhJEjxZ7M6`Pm)j0n-P|%# zqt$2ef*W6uaN#Q4^dR|;>sQEhfOLgTG=hvEE~w#bMhr`{exJ-Ib4A_8X)r>o>XvAH zd|Y@5p?U}gXG9|w5z2id*1Gc|ZL`Wsb==Z2Wee4#*-()I{+ur-s}93(oScggI7j#; z(touCQ};~1?$Vn5;Sjgi1S6$Y_c65D)2dNYxde=P*7cAzNID-e_n553Ks6QyndV+Hyv--24@B3DL5zSJ zD2G6xL%o5JpsdW|ZEh3{PM~Q(NT|%OP$H;T`0g@<9JvXBbiuYdeVlu;Q;l-vfOq^E zVBF^A~2y3-pFaAqzCC_a26{v)|Ntf;K{e zwZ_rlVCvUx48|Q8`v~D8dl(U_^|$rZk#$L@TQAu8b$S1Lpk?TiWp{(?Zqije3aL3! zkgL4pUbDP!X1Tq93#cb7qeIDbUw;_E$}-WRL9v{WlO4BV3Kpu$s@fI&9uil$a@A{7+2U$jxly6@dK0f)2GYD#O{hO%e2S->o<_8#u^%pF8hwGnZ63wk& zR-I<|O^at#KhVoA_J=o@&w^-trHf*9jjIpubV8RLy@(z3Y(9%U>jK1zM`NmYtW>DT zj#L&K`|+Ru`eu!^!qe^eDPv)NSpS*>L0+A~ynGbHXAIBm@(#wl$wvuFM~NA5x~ll} zy=F92d`xEr-NIiJ4jnKMoMt6^!XnGT%SS9$-HmB~^M&9iEeoO{GKu4Pjk-yGBsw1F zThA~NyaM?F>8wtVoH)x+fI$K;S~K%5L{7DWZdOcT)LBTutKt*LL$)c*uw?a9?-)S3 zgb|6BEanu$-gd$!v^2=_1k+tV8MgOpGdOe(;K~Vb9y^;R6nX6*5|!5)M!ShL*bw^@ ziK4Bgvb>oPv~gkr=>v!GjcT{uG|2_*7Q9oakzAD@7_6r%M4T+j4gVI4dZiw z3Cp21K;LdiH$}CBhEtHAVHR{!y2PyXB-izkiuej-6Q$PvDb&_w#rGaSnI=d8is_g@ z!(pUo4x|SpI7+W4;rCRR#KO2|oTGv<*MzWjWs9nc@g&37WX^la^X`)yErY)$BM3k2#(b07dOPZEW z!&l;eQh9-eo{OdN(f^Ole$xCPg^dE-0k5aX}Y z)CUzIQ|$~!U7W!oES||8jG+^$VztEOEhgK1V6Mr~YDqXI*GORbNmmrI{?G*|w|jDN z;up5=c&~<4eO9Wnl9t$P9J@u=X`zkETy7kDF{W)kC>y=A17KXhlT$8jHhf-@Nuqle z=c96NZY`ekg?O#W(2~(*DLHJL#|}!j4aDQN`$?pjOPn};UI8An^GM^CtKk5cCR0Z? zSq3~da?^*PYcgr*tj((5wVz1OkdrL9|K7b-7;r_jeXTQytWF@?N`FE1|682Y&g+*# zOMzB1^1W~B0VU0`vN@xq#F89#C~C;L2#0}2QWRhYJ;2e>1b4L9HrV((8upL>XFf7E znlpjS@CZpov!D=<2e3nn>!waDf+OvQ?mdKpKchSDq9JE7O;FxU-)iU%`WQrJs)BLP zs^4w5x{ZUYZCg$=4G7o1vC}%33?fR~W|`WrN!l6!wZ^SF=_%fPl3H@TL+RgdPL4%* z*3;!5yGThS5mL_8UZS`ApvK(LUis}Webbh_2K_50T5Ha9JU(+xEgB5n5jX2sU_)9i zK56`!9%;QW;T&EwlE^bs03lhl#SHMoQbnm*l#vJpM;{4?0WUdy;o~jUQeL}x5OAHw zc8A0AD$^_YD>KDBa?Zc)P}t*kiLPH!ft$RI z>ZuE;2A^<7lEL#kUMwlW6T;J8SOGWhKWBvktKtFP)3HI#SJnL{Wh%~;!Q(8|fY!f}D`(BjQSW6qP1}S)E;iKP5gwhNee)!E-%e;dLQ?CO>X%)FWcE zIC&|uw#z0iU4)D`j8nO}Em(vHZj^6fwprr?j=X8iF=FuwqMeC6sZ@b~0s2NsvOP$w zyfM5OD5zw8E?aG%SApU)8dkJXB9scR=Yz_%Oyb^WgIExDvboPL5Q(-5RxWxB z`I++&)DGIAN3h(;($!E9Gz>cgdtITLf_&HF7$Pfqbt}Cse0hpgd)pP&9Z_~2Y*{vt zB773DT7{BanE4p+(%t`rBpp{!ME-61T|i@Gj;95!kfNfFNw+Hc6oE>tmBOjojW_64 z6{<+Mcxy3s{#RjpIJ`Db?+KaUvqW}f$_ql7+at=T(bW&D<*b^NRIRwZ$dFhHdWkD2 z;&j#wO5HuO#0)I+8&cbni;iLx3RRxdo}TQGEV*@feSJt&R;gD$R^^5yV3pKN-flUi z>*MB^K1ReUE0WA9pnKJD;95=xSkc?dA6*PVpa`0)oEV*ZOe#n4r#x7B7v0>JDtzv| zrhtIa6d8+?J$`yWtSdc!g53S7{KnwCAlDl3BH$rdL^W-__npOaUcgkb@+TzUsI6}O zvVW!OL0Q^s{*(^bU$>w<+s`*S%%68shho%+wR>pImOQt%J*4}f1;ne=?~8*sT+Ze}$g zcF?(p?iNp_8a>(NGGQJ|Rz*5iE=4z>_OIO(2@ld~K^A;fE!`kATKIHvne7K-;e2{R zh$9}=bU}|A{;fn6jdydD<=OEvX`_{Rp^Ax_vzQlXAl_z{g5kPKTn`dOhtta(+6CgU zRO8F>u_{cW_n?faE^rpB@%&KW1!0}8uf+9X8$27Pyc=W%F`8BE@0{MiwO2Hf!gYC} z!$*ww%40Vh(W9e(VpC2lyeyDu#=MC&ZIJ&Ujge4hZcSoJ{b`}b(X+uKl-jP_`2HF~ zGaPV?zp_@&?6L*?srb&(4=2`~4qx4eZhLeaxdu>Izn4X3bb_jY7FWDpRfdZ0;Eb|_ zNww$EPE`PpQ+->kPK9`>=1=1}x|tT+5P0AYwAtcH?MJqqGjpT)N<=OEXj7Ng{ygNf z&On=msW&enE9h{P=5eKA=@7E89g9oSQElsXqncT12k?Ye^J1a!skzvnZb?;pQcKBP zrWu&>l4a5{j-W$R37A&Tr*TC$n!q)hvoW0uGijNf%tpF?Y2_==BE`hQ7o*N!lTyyx z2~RCYju61Rjen@pCtQLy1c5vfc^#$O*=87Yvc<2xxg zQgbbz!l{<%6L< z*LWkEdzzS(Nyxh{6Mpr=$jBy1K&EK*SWMTNWNYF|FzW;WELKE&4#w7jOlO^=lw$?S}1-Zr7fD|3N=+8RoddK~?IY z0axcLZ9+vIen8(#!sB^|LSd5{j+3pY=|VXB`|x}of|R92?Jq*Wje%}FSurrKn4DeHOK9yt z6fZT!|1ZLfF|=IZ>NI*M-2wuHPB+hsokjBHJ6e!;7Q*usMXDoBvmxOQ;*0HmsHUxX=X zjRd_A8Izb^CGxnt40p zYjD@$ZFVgStJ4fFN_Lm!GN4(?mXxp70()u9 zFDFR#5&I&%V2@+y!By4TSr$6}~Obitegf zm&#OWG%|y0Bu`35qfZ}a-og6Ji?2};T-(p=6RiVcFkQQHOEvazoB3uBI}m>kJ`gjOncTQ8H@*fG*{c@NQz7mKk_GCBSDs)QM8<#Vy{jJg(hTF512cyjcj2{h9yVc4!wYPzK zj>cm%(a*MjLy0O?4D_PK(!$W3Lne>7#Q=;nWqXt&f4-VhOE!MUN9YMe0Q`Fi)%gTG zV>ka=s~>af8hjB$+mzC4MxCZ-lwp*6t`>A&2~`v-G*o~Kexe;2l&(FQu1he^bFpxM zhn;7`e8TdOwJz)PCe?9W_tRW#2>}>}Nv|1lJM;6gwxcn;QYB!+F0(c6$L)sONG#BI zS76$Vb67_R>WRfv6OMq;3TTvuU7SNQT9aXdAF`#YF)q=i6Ed%(3Xv?Jnk#SNPE!n7 znPrsj0!oru$ve|1&74M?nAkm1#oZ58i8+Vc70sb7lws46mOUgA+V-n7-Z@Ktx8rz) zhDNkYw1RJ~hn@l3(DDky6P0o-)>0&@onK2*B@Ais>QMsEelu%-PR4(o!~48KflRF( z++J$rv&S`RG?9kS%v}P3#S}7;>5oNn7`S;!bu9ku3lBe&`_ENU!lMYj)d9>^uW_?j z%O9`-=$n5ZM8%-Us%m!&?V3|eB}M6B(;zQP^9Y0D)CVFKmmlaBfzuC5RlEBCvV=4E zds(mYYYDg$hygp6zh;*@1x9`{Mj~~?qUNr{fuKw1_>+{WST&6b^7c@6i}AG6A}HR% z^+^|Rk0=ahz<3{k!$>4T&b;cFQ!;zkOwi5=#yyldS;&Z#*%}+yG_)m02C&Dl3X-lM zVryMNe#pHzF%jYJx}1thO7%cvQ9g#p&2PVkxA{EIBTR#BR-njf>P6hf;zGlXnmp&> z31#B&u2ZxANuj1cmLfNps@uB_}DzZwdut5hqnB?&m*;xoS;oig8uIh{?BEh*C{z=WJTgf%e1 z=GkmAY;0@rlz2TY+@etUW{b0w$9f_n#=1SOso)^s(-#{sz{;7=f^e|Sr@3Em^2!30 zk<0HW0IB@r7@L@8NOXG%nZ+9JVbnc2(1VO`?i?9cGr>OE`fnn3z7#Wanl|l#&EP>_#aC zQAb5jeLR~M|2NH1@jn(Ijkh`^3@&h$*32A|qK{f)ba=5rhKf?;B$RZt<`QrnL2w2c z+52}fDWSis^Z4&SC|s_}CRkWL7NrGqPc+)*d_A)!49CMlnr>q3gl9W-o`@(ZK;&L1 zXP=W=QK!W?5GR-@cUA5?_MZ`?LPZ)`!GTuwE(mXRSa-X|@rcE{bty&3*wMlUaKm-K zRCPA8%#Ja}{QXMvuZL-@<{}3h0%|l-b268>MFbjn-ONE7DOct5{LJ)lO*o2qz38N9 z%`QMZ;UN+2bvnXxIPCG1!rVnD7SH2^sProKV^Zk^BF~Eb3nychEqWGu+C(1dFFsc> z=m@K(WP_+L5-V&H1f#TS)Yp~^ZynjKW+u~pk-CUXS@!0yd(@)4kr59=W-w!EWzKlU z6~Tk;BHl8z67Rh+3DfL3#RVTXn)4yO@hgn-_$zIDMG6S!lB*6m` zXF+(67vKSM<8rBoV5nezq5_W0d@An+t0PF5nKM@&X2~r6PAZKiwtF^3qsDL8g=y)h zyB=A{AP-Y#i&l7>@*+rb@WDM%UgR-AhSiZ=f-reuj}IzP1NJ2rU%x8iJ`wj0av|PV zK~~*qjN+vH&q$Q!J<1Fvg;-@S>LyN)iJse17?Wn!i7Y)AhGvE|t2P3$TC?WHm#j}f zgjEMj9WT<>t>PFIE0v3-jb!wREJl4bSAC$rl^U;Q)Pet5o;|;%I>uATq&zm(Dm;D6 zTQyH58!|wuJzL@l%178i?r<9n1Q*3n7_$I$BrNH4SlnoHaBa>*T-PTZrn?E=O$?Hz zAJ4mz59U38f5J9=w?^VdYcQ^FBCg!QXtd1t!viNxX_A-p?yYG7S)o=~|4Ngzn9Xg# zI;1D7!#IdAOmGj&$|?hFDDodTVNBo4=1{$#Qk56H8yMrQ7j7)m%~d=s-WySo<+KtI%8yg;v0xrkixT9r-;)2VSXF-E`w8;SZNu@j7IZ za%F}UEk)fh+AU+g-pqE;kgN)W!W(Pnl8aguei(BZ$F16DTEm|OM9HNDl21spPN)Gl zI+z5Bf$XCANwTNWae&R&NiA+FLUrsO*;Sm@L5ihKhkh3C22;nV`84l%6{VDG{TdL> zg$Y}_+cF5t?TZI(`x5YR5^@P8 znA#l6xqycs_YGEaU@clwSV%-&t99A0dg;%k4uY}Fp0-9~j6p&@Ci@zQW+7%RJdZ8x zE;-sp9_B1(e1Ax|8W(~10J_pDK*vDVerX{s9QH2+6=~T8bZy$#*)M`pxf;i^U{m=K z9LEQ^iW~5(>fhe-gqF`V!;+^@uDSxY05 z#B_UscyScr7TLT@S{HLsrQ>kkVg+Yh%$S}B=d^DvD0tL_E)OFZbMf6lFDIk@6$o`r z=3+TVlBF^iPX&72`qgQRX{A2?NJ5dhvo(^Y){n5!(L)R4Ii7{yPqT(?%_*OmAfaNtpc}ynwQjckq@muSc@=gz<+$ zS>tzNGh=ov%^tl1D?2}%1?JFE7atcmS3B!&bP5aK!YeJ1jX3ohZUkMgf{Z$AMedvL zBdW?1&rL~~w_MHHpV?Ku65mO90HhT%YI{aw^;cZ8?OzY_d#dnZhSMIljHJg;g!I%?wYkuPN z`(B|Z(M>>Nk7F$v+xS3Ya@u&M_SwreAO1N3NtQ?cp^6T9_$_fh+-I^N_X!2WH zG%`-RLDuJ3ol7U=IMsOESbY-^7D!qiSfZ!ZJqVsrsQVoGT_wBDO_yN5;Z+-KYCZ#z%_ zoJl~g!m{Q`l$F6=qjUyqrG!&5oh}1ymdmj5!Op)E0AJVd8@d8JAm|8?gpMkReThJ2 ztjpZ@PFLImESoKh75|P)wK#1tbG_>3%ldo`SCM`dpvHAy5}SUWsp>P;*fJP8H)DK2 zoXWa>)%o#Hr*UyIZ8r*Zag#MCs@Z^9UDTus!UzG_sZ$CCiA>~Tqg^K*ZAo@qMj*C4 zug2Wmj%;;6Y*J*gqUVHVR(LU&@Krh+6K}r8%I{F)>b4`-Vo*0c zNb)>W@xiL_Xa_`nKdC!RZ-~-+`kDShZE<1&r6uSda>_=Z?4mEOcv@Paf_Tq3&yziS zsGk>vm0L5xxn9s9QWxS4j81DEPAQmwAOq$7sN!Nxrq$3b;*CcfmAot>IT+_3UEj5R zS9kwE>rKxpOOmsVOibaK%rox>dJ(sy~>pFP%S}*}i$4_PEbX}z6 zpIr`fH*`1)3F0FeGP9F_))6}1UUSIY;`NMe=T%UWA=TZS*dnalXp(M{^(rZRwJ|4) zS&%YVaYd1c%Q>sNQA;Gt_`n4YZJ5r8l{UMv_AhxDn8M%<%=yXy zno*2J(gppSQv@js3;}~*qx*=~*{3u=bDzve$EgXI^^LfxJu6=F^-r5UnGU4Xu-f@M zWLW@l4rQCm9(b;KVUBTBDI5w-5?amFs3fCQc^(3LnWDjyQB2bEKUo1wla5INdB&>M z5_0G6xYn=Qpk(t3w2n4wz%>kIzcHvywpZU%_IB^!5jGlBKu5R#$?e;=)6)18zZ{I- z90q^pB-a{#BG@F20d0d#`5A1&4Ux(Xi>*+q;IhIekLCL&TSKqwwAD~(V#Z!g(287T z@8I?O)x&dF=T*V;wv|^Jod|{@>JA76d=lVa7EvnLRLzO^7pUGA)ibt5bwz3veC2at zey9v*la@uNget55XQ2O2GiMwXm(@e2cS+V7A@8~&qYL{~Z5Q9?l!3UBRLcH1XupFa zrwC=6Nw{<)k5ArfBrDr|coZhhSub7wqmSR$73EIAu%)K}l5nh-at|mYa6;3f9xtl9 z`c@60O6%{NCaiqRl9TwVqF_-}-sdLx)|Fet>FVdv!@1vRSeUoHNfY2~Mw+pv0Tmqw zMIo|6CY#&VkLr+{6OcT}rFV(M36TZm0zL#nog+N2Q{sG9XnqOM^1Rqil_Mic^;p3p zF1?`UmrbYVDDZsz73dXt)nl##rs}?X9eLzVsNK;E+Nza))S3Zs}p>yHT2YqXLQ=4oBq%mSK04m z*0H^%SA_wXA+HKtyMvRC6?iBz4$2RacPj2Q4MzKe(4E;5`_g*5;V^NbJ(QL7XL$iI zd3!Rbu}Q1x@^fkH5Chu*GL%d~=eDxKd0VBBNhu0Ddu_k4P^eWM>GGClyyjy0mvO2;7vE0PPBD=SH4sHi2rEX!=K_JWK7=JWelz~iO zMc7Z-yfuQM(h^}IW*`Y^sks`V%OV0^?w-$=Z)IhZ_2kIOropKj4mQjiLH2jxuYrlV zRGXRU({dv4h2gyQa+416V8Sdex_oM^R84wJc&MvE(D zY0)+Jy!lhlqxWYT&@CNDmH)Rfc-_>5>PMgLFDT*;qqMlR+??^(mQ9fLc96h_{d-7h zj+(8_%X?(YuJO|ruVGPnkB!A4?sYdVO*BdPc!cIP=s0>4R_-kT;Ec^O1g=pEi1qTko;m2W|C z31o}eIhon7^t1RC75f_;i$ic6A;NI3cSzO8J^>>qU2fV_FB$b%nEE};bUFdZDMq*1 zia-U!L=QN8DzVkRoWGQdLUvgPvi!(3{VV%~5|XQZ99Mfu81qp`RxdO`@dxxm2gwTU zUxD~$JW#n{)T{v@Fv_=bb0homhOJ<~9TA_+fj_Gy~M|(P$2gN-|e&;PBa>ZKqz-(VVWG|4!U=w8#*Q8-Q{|O(aV)EW1IQ< zzD~_+;09*eZ_u@-JBxbWavNx-G%XfYN{1RTh!nGKe|L<66e4EA37pmb?;acsBy+XaPeZHRT>6U{ zbz)Y6aiFy1&j+j!l-hfP)WQ7hqEd}Gb=A{*EnZ`zEj&2$(9H_?d}$&AyQJ+O0h@e) z%4h?rc=ZSLSS1m;j;lBc%9O5%~CYmPnDV5R`0b{KF+k3B=6y{Q=->7Vk&Zv%dF&gRF4!9)K=j)E?G$YvZP9qyqItnA}h+!<49XkZ#{; z)G>URBu_FyxIuV z6?8^cd!g?N%_Q`-I01EMd`y4O;M0|IqGzdwYaEMPOm@N5|MC#_Zz9_f`?9!s@)AC( zPWr5wcr{o6cj==T1F<&GZ_lX)+9u{53_Re!`(|5%(P_4&an`GJx+cjRsoobUit-&Y04-wj=^jk~<`>CoizTEEd{isHV$8W2d52+*#@xJ3gRS74>S zU^s?w@p4e)h8Z`EoZGOsjTi9i!ul*5h-+rV)V$HSA||kGmyx2n*-?eG5}bbp6iTs} zQZyq5|F${;QtM^Yfgod-NWQ0+9ix4Pr_wCV0}Nxo>!Hrw>J_|LNjNGU&j@M6Cgxr; znWVH8H9)m%C)!Eg9a{SOx&yExB=8KlCDOZ|dBX@Yd-%OgR{ZYdsozutk`u;`)Jw#b zzCA&)`2YM2oKUm{qW|?-&7?_p-TKbb?fy5OBRlWVeIH-lMVtmxTI5*uH&E0ui0DY4 zm}FtmP_Yt=%PK{Ms}3g|0(zC@7=lZ2D^drTn1k%WE^3BW_?Ng8YNguP8}0J|J)#OP zLFuPUgUSiJTfpEd$$6@)allL64VUj5U3Pa3s*B3zV^%#^vsY8J%fYpaGV1Cjn@n_D zG$Os#-u9F%Sy1mc8owr^D)$6^*5)r5EhyN-xx&<-LH#8JK|I21ex(sc1PKYjMxL_l zpFf`=V>yK`+!Smi+H3}EsbiIoC;~IpCP>rc5m$J8glbJ;Uo$$tXF_g++W?dys>wgC zBvS~xK`%O2mYvp|^&nPA<9RcVs=(UWb^5~=xt7o1YtYJ%p_Tj^tDL(!eU?J~r<=7v zk!AAmjusp3wr=ADuyM0{nQ6IRAbwkG*K4qRQ+AkjPXMJ9ID?Af#PKTE08~J@nI`FG z@gEii`4^lfv$y8l-M}u0`n@kuLRu;|GMJ(Seu_F4ZsAd1U`Lp_XXs?RPY>~C8Un>l zxYVO6m(!kU*~g9i=E0LJAsf;?uKTX~zSu=2pL*;UAT_$)3jJa_WI3$fJ<_9}Tl6Gs zWb>F$8LwT>=J)2&RGg4ryTRWwCW`dBm3E1!zs&oqZBVP#SDePs<2uX?R9d`MIa#`X zR`pXmIB$E~18vYmyANNvuK`AngmBV}5tH@cyY7@T?A{B{&TCv^3vXjHcuwLdYk4k1 zH)9F;kS^O_2Vw(ow{75up{k(>YP9$&=a@D94<~0!yB8l3K*#fc)J&03Eo1sz#G0>$ z$3H#drRuLWxvrXrS3sXvbQ5sm&2sD7_25~j{9EqA)(ecMl+SR2Sd$Zn+wM(=Y2;j> z>TVzHwPVLf(spU{1uhg*n(8Yz;lDWqrfasdP8>Wnv^kRRxa#B9l-S0&r*+7j>`+DkaM>TEL=B*3#@uJ zAAz}2R*-qvOxV%^nVdiHD?+b6>KTMVH-?AdR%oiM9pcvlskdYw5pA5Mgxl=2rQ8Y@ zx6Nf2{V6YxT8NmULr>zPPvyhKmz!k7P8~I6nD*@rQa1&jq3Zq?Xo_NNQByrnP`t^_ z*R#pmWA$?o%$F?xI{9j>6{g(ejdYRAJ*^DUA)1Oc32XA|X3%Sp-RDq_5y&Vg)Y=to z*9_C2_B6=GRUvmlm4W5aAZ*zuMBma-rE?Q8hHaJ8&M3{QCN+|*RNOt1qcn0bC0-}Z z-3s}cNrzSX@6*ta6|dK2S>Z0U#@vL-?wk3$)e1I4xytOn#$T#XQVL(tC5%?_@1iN#>TV() zbv=+O5_?L+&+Yf8hKb-giGG2k{)#zVAp0wl6M|zs9lw+uriN#0ffgZhqNFqIF=j*1 z-^K`u>%fTojG<(!31UrHS&73nQ5}sD_!S14{Q5Of0Tdxh6DRkHSc6U0Zy(H`cSVDG z^k%YlEhJVMawz;)AjTH`ok{ z$TR;4gI5yM5&4H%ZLsfYXl&ZFy76_E_Feu8PZK63qn>@v1!FB?>-zbN=uP=V2Wo_z z`79vgTC3V&UDF^+NjixeP~=1K~JG)aO#L z>&|0HUU0%0bpon}8JUIp=IB0LHc^qeu z1SKh!p1aUlHBG(&0|~@Pg3in^aP6bn0TK@FCXVuboE*<^DgH3nVb}&hL(xbxf6K*J z=Phv*p;B_(+@JEVb8xXoYqTm``zhrWypB#ou(q{ADOLVlzkJ@Hg-9Rw}75$ej zCPwIld~bt?VE-7f5-BpohiG5_IGW?PhlZ$(>6>;ZSdqa^D-)n$o7yFe74NMKI^#+$ zjv;pUqmBp2EYw<|)NO!vnosJ8%??sw6XVrY+-^Rt#-ljFasN43M~CaTh4an%6~jUV z$^(&ISTJh&eskB$7uS&&Yer#qQO!O`V6xVSP~D`@#AOLjUvLr&<06^A22QAABmKC) z=OzNJF!#Mx$bqk=_gZw(F|1E@hT&;}&xki`3CSVkfK$2%JbXg&Yp``YtyF|$+t0U? z8L{^iy(kNso9e3dMBx^&s00^VCscs&gL`-dBmj(cABrC%m{llbxn{CEbh2P4994Tq2v71jE8 zQf?=*7s%u%Req$RF{xMU@p_D`d6`NpPMp^{6lTtVqn}_XM_j0Xs7v2$VP1AEDtxng zOhntD?kL!-a`lSIuV8b%@)S&Rx_*?wBAdW;#L=1M@lGi6xixRz6{h34+xz7#%P1?z zQJmdjN1~hiW0Lj$%M3&50?~KKQ>QHM5f4H58^`oHRm*zFa;e~`0E&d={2`NYckt{* z)9{Q(bgaTfuNng*2@bI6JH^_9h0wfMWq{4Wy&IK9W|o?tM&HmM zrDC(7feTo*+*!I`=8~HLFZ}Q@pzsGO$XUw3##VD=lOOu}2Sr}P80HcfYBrZ_77u2+ zyKN~Vh)ZQ-%j+Q4B8n<|UiCkN)Lhbs0fBzevPu^Cr}hZx2ze~|yF^o)+RUwQw1Dq^ zas{zJ_PiSsLc_%%^gBVN?g;$0Rkxr4P0&ixq*IjQu6*^--;8%Et$#l5GwA=l2m7{D z+7VV~G())5=>(^K4=6!(e8WNTxpIQ3b~U`-X?0qEg+hw|_VyQ};I3Q+Y`fY0KozIl z4sX#<*V*6|EF(CNKna%?l~qRZ^6??)h<(7CK5_LYDp|FB8NK|b7~?IZ*J%Q0TYv-g zChh=7Y;w>xf(Q*X1;B9wx0U`~$Jx)>9IW{yn~$BQ0_tZwkeA6o4YFnXBL{2CQE+=2 zZgx1i_;opQR%bXJ3I^rCgE1pfj9wur*C9KmNiymN#g(AQ1s+@{{n)D5S-pIr2)=;U zh<5d&USdZf^3{sqAc%J74fFX}oOFsQ6#l9Xea*V0i)@X8)4Wx>AWJ=250OqOxRKL1 zC!XQ;`U&Zv`mA2eyx2qm3|o-;NSk{}dGhJo1!>vtB%e!Zn|~&?rvn50?EQ6c9n11A z3W}MTnVFfH$zo<^X30W}EoRALW@ct)W@gD^9(nJ5-tXL*bLYj4^ZuELX}jI4x~sCQ zD!WgSenIfMUhf1BNJocy$KiL91}(ee{_`5DxN z;==VpJl%B=$9AipjSQ>pD)Yl=}3VR#rWX;Pa%kCS@9) zl|OMpIfiTHWM&UeE^R8=v?R#9`&_=7>#TEg{Kq2bcw1YTtbAJPF-9yDA#O}E#)^rv>RZ~wvrK6P76f=63JMtrKU=XXs$iE28a~~ zgJe)%VTVGKmK)t{Dqd&DT%E3R)+WMMU=C46Li;M0?B z@t}+fwYzO;qi-URg9ALnVCZ~rL1w~);VsOG4ZD{=@z4zf)gwLL(LwD8q#VUCjTNJn6CdE0s^?@mMcU1 zH7lQNl!G1-J)aoOfN8g@_44Zz>9dRho1#|c$as@d+ZZW)`mVA7RFpmY9Z*tQocs7- z%F~ISj`{~Yi3~pgC8186xYLs_x^o8iBaRx$tV6afz|RV9R66#(7tMl)o)fg&fNL3z zwuq}X)a?`{~qutft2~ zVBV4~gpY{k^xZaO8l!rM$CDEw&1ISxg}8xIU9)wD)Cls=)WFe}6@Lg;40Wq5brza`AT0)T76-Nx%*@Mx7IsFL4l zJx?SHhzNA@U|5C?%5#9ko`S?z$S25|@oYcVusqvOEOkpbm=VB*zFzRNoIk~@+igVk zY`Bgd5gAd;)~`0tBs42G?gJ%mfM-Ao-0ak#pTKA!$?eA3#oZvKc1aFH{KPE{1uiWO zo~}DIYhVYjT*DPl;Ftbf*8`fnczRxIHXorE;AX1qAR&YFPen(O*hao3>un44;aGa( z-diah^dtYBySb7Of--V}q=^n4!<)JeDJ`E);GizuBEg584CYsKS!y{WYzf|kRaPLd z-$^3QQVta+U5Lj^KuG-UPC`nfW_$VS9ZV~IpT9LCkd~Ti(ey0}*lk3CD-+bOCRrzd zLuJwVWC9HZQXh|L67G%&syjzYFP>x1PE5M!8X5DVN0B`6a?vVQD!cFIT~ca2x%pQm z`>1e@;7Z&#Q-UaLZkBcz zpApS4&gyoPuR4WwFEG6gfw8i=d4!AGdA zH7B3aX|-~&xwmIw*oR45-GWp;>tb1Ls7*geUxZFku~Ey%yiVrK@AUFk<&*^YqZ^?) z1@fy}00{{Re<-Kb0=(D}pn|c~Jh|!|Kz{~~@Vd?h3UVS8iAVStIx^u4ebDPfHh$&G zb^*iIoe*3SAVr69`!P9&*On0Bs>}lLj*F@=@wMcG+C*WBDE|3p@ooihD%G5Nk)OSn zJ8LY@@GGNf!0FsmMu{8+SYQ_5`!`|QG4RWuXT&6IhngbnfsILMT%V|hOclah?Bx|7 zi+Sbi2vH>+rlAcA^l%hb?skByOF}H?^V7}W<1;0zelc2zXx;(3qQp;zbzmOSYYL+d z&D*SZjldJ*lH$b}AN-P&w>0#6VaHNaY?X1Y{jPap ziYIlOd~dn50SIJ7q)Ow1PJ@|E!Y80T9D9-iIM*0$hELrDn_P=H~GhM z=U1XMX}ql!a)vON3er_)B4SkYhx~Qf1D>Rzt~|q~JttlbHepcS>w4rxo?oT7tFRPU zl&Xr>t;9hmRljW!iRI}tBZKnyHc8sNGYVo)2lUq3=^ zLYvR?frQ+SzZtb$soZA9kK%v%-Onjg8fr%Za(yk5+LdYCOkHDXa-@2Y=!_MqwqVSb zgl{R`BCxqr1JJok_$|CY0;jDU++cQ&bpxE(F$lOSz~dwTn-Bi+`E^oEIB>@;SQw$T zYU(feCsXPK*D^qg2M~j@r>KBl#%WHXYCO(4)Ush`V)NINx+Rvg4RkiQbk?^pAgeTu z%-@5=6lRJT6#RA#)Le11vslHN@;8rKXci*x>G&bd68RKA`!zNb?qs;LyX3vwLjxrC zzP}Lx_QdYFmZJFO?TQFISj-gxLU-K+*XA~`tEWk*T6DpL!qLyo^z5k0bH}4282K=# z0?V&U`G-_Y)9_Kcsy>@@D-;sd)<@2myS_ajBis*;EB`#1(?{(& zhw5rdOU9CZajw^OjZpeD=*SqoB9lhUomlu zFfKw!LGNpsPh|Hpq(IID{GfSkFAV`waJzjuvP``hAvvco_4MiqIW8B78Of%Oo{k>n zdUidP2PNioj-t856i!7zi|hkGqx0w8^%F$R^we@4Yp@P!AeNnFCK~T;uWp>&Z;dIW zd5OiCN=5Pm+vB-8opd`hyarGR<7na{V(*&we5eOBbw#Of>X6+tkZcnfF0+f42`_-N zK|lx!ut23G9c~h&T}`o z?`Iz?F|LbE=`lc?&B7%6s>dE9kO=5Mj~r65!*1117!IR`HY^ zE-K>1Sp~simx{P^t?pQJy})|w(!wSe=3VW@W33(CRX0LfO*J1n8OkXgSPxSaOmCqr z7eHc|491HL82V9UA2d5)=CTyDF!$?GfZ9<#S}H%(Uj-+3Ra5``#5u}S4eTPtNCxHvG5Sd!(Gl?aR*`)E0f{ZYsc zkYw44sIof7dc5+5XKX42bewk1^Hn?_fYaUElX+;Ycj|(Lz*fA#}}zL2&U~! zl@J}i{zel?Iz>`Bx}ix6&>B1+R#xyr{yy}3cT#hnudM2RwH|GqFZlmse!tqN*?+Jt z;hsVQ0JLHP0Dym)pQ)X#vlE@sf`-kvwNca$80NQ7*i`>W(AX%zA_6xYYo@{$Niw+1 zwSdsrf`*Q$4o6Zp!gfJ5Z;jLX5BEo>Yfv{ z4pedy$B;f*5{%fi$#^;+4^=&$vpAaA^sWYY!ZdcHjM$)vlVmu2>516j_tasE?m#*Q z?d+-2g8^e6b?s~%TT*x%UynLAF9wF-_0B6~#r#&UwzhOl;gjFj3ctB?xOJx5@Z+$j z;L{l+(P~ryZ;=p2bZ}SFNaWfJdW8}{*$kQq<3TRN%+hQ<{~mRj6`LTNPeuBVN+!S>#A0YR)1@jH za92~ws)c>3>4*+pY`+X!vVYbrLaPsGCk$kap)#*UhpZ(^1@rdeIvHCr)i&DgAH{U- zi@m4X#HU3Sy;^T^5Lo*&iBTS&^_RVg7VaWc0|5s&ruLZg>x8E|vU@DpZ2$wP<~ z2x;OmM|_~sZQClR4goP@IT%~@Ub>@v8;Pu;wuGrUILQDe4Ggrg88{WdKX5J?6)mES zad4Ir59eGM6b$z0oH|12j1}Y39fZu*Sj+zDq*FKeEmocN{XJa{!bjVk9I^|oJ$~hv zL}xOJkMGaOjteF0pDHw-#v{9;`R!TfgXf#lZ;;ZzzRv^2RG{M$$8H5%9g31%0FPF8^t1je``$v01OTe&VOalaPpZN zYSp!~(~z$7AZuXrW|w(g>&@lDbeFDVs{No*n{k^mnDa9@jv89G*gSbMo8L;Hz;%3@ zCQg(jH4rpVYHt{Oa7AIq=wSqFehw2^)&j-pBeC3Rwy$#I%JtK6?aG(%LhK4c{B|Nl zjGrQQ+l^t_h_Q8>Mf%Lj&tJ75M1?K97jqAY5;q5<_)#9DZBT+!VcQEIa@?Ioa7N<< zN38}gpP=)a=`DSTg5uuSd5CXpWM8TXYG1d~Pxh;vmOzts5%(na}@=|h2 zD~gogx%a-9m{~id3@BG^Xg^&z+mC^7o7zvGV3$8A$*zjO%3wc}Kj7ZDjgFJoX;5u= z>+sA|0xj{WoZ}x`tk*0{taTw;H!MWMjFE~&nLwfzU2HIaR;inHtVMk(EoGAs6`OO42hN7R#?-V%sfp;Pc8`zCV zq9d-_9P!0UmOC^!*%0L#vF*ZnOShwKV^v#FGZY?ukKwoJW(4-hXIRH?JEU5mE#D5w z%Nyx+66BW#o7eplECh9vH<6#0$vAb$a(<|5S0o<%#d68;P-O248vbCr?rGzupa?(E5& z<>I9#ARi_(dc12jEdF!e;g*RX)A5GmCggN9L4W!hD%F|?6uSB*=eGYwy|UMfq4XnL zL5e_JSg~S}hp(`hUz9Vb4thTLii>rKHaTXuo7OAB2IKEb2C zDmR}`aqE3JCeSi*@Q#535U#9ZkfqJGWi;;Hc2Rx&cdLW>Td6V?zflM6UHfiFZPStY zCe5gfUuIQ~KTlmP#yu$#r}|odd#Hco%Re7l$ZOL2#uH74lc>Jpoi8mSkGy0^AWFo5 zqi?;vTXWSY;BtMg^xc`7NUCL4{&1? zE?E$cL56gQrc|AnN0AaoL?1j=x{3$~UQp%6)8yt>?6RD366ucaoG+c%%6e5ruiF#+ zKF=-;6HgoFRVV`(L11I+(ac=^LbbyZ#+j7pF}jG}?z|m$QjQt2fA8=2@(^+>`TG`} zCRa^RvlnWh(i*lZ5W>2MU;rpRhXG7;EH|TZlv4R;Xd?Ir5cuWsp}A>Sl67Qz=IGri zeEe2wbu20*GpujvW1biA1(|24Tt3C6ORAYExF@l#zLe& zolsYY8oUTAibx>8QjB=Nr63ImgaYt4A*}c!gg~P-)@)b+0B_0w0LTFUItc!`ii?VU z5kygUXGa4gXFEqa6L*t;7toy($7UhPt8#Dz0I>OWg8eT7%)Z1*eWSCtHT(BA|0xOl za{&I;#vTap-%`SVZ}*?r>;JU70tNgRmsOAk{i`1!Uw?MLt{?D#0RR8ve-3d`0uehS z7aJ2>X9H&oJ6n2XJ3DJ9dT~)>6B|1^PYe712j0Q(b+ECq{JAo+voieq_3Hs63j-@7 z03$Oy8zTcd6C)cd00Sc%BQp~K0mJ_T@BY6%T%4Q@90>>jj2sP|%>TdC`@ehs|D(sB zgz#^pyRqe9`}Zdx0DsnFoaq0q0rXXx(dS@ed6GUf`zri7A^)i%_{XZl6y(HVp|JkQ zf|ZmIQTn>S_r@_|+(q2Nt2><{Z`OgUmkd}b~004w3DI%!szFH8^Z;q^p zGsG_&eF&$yS{9_)yMd6Q*^I!%1`!Y_EQph9gWd#JGhOgwS}-VJX`}$Il|9F`dU?iL z7Ah-ZlhNemBoJoAF<4E@{o`_Aio=T^*B;HQY*m8mfaW>dLWYC(Zk zsydCKXBG>f_M=XYrjHT_&-yBWu`C^K zx|=7tz4__cg&q^a(&nPgal?p}^DW|Le8Mt2o38h5x%4le0 zfCxllwJY%;>emR7he3cYT!(4UKwC2Ko1cBN4h}p3^2_b*t5G42J+Wl#4uQT;OjKn9 zsH$4dpFKxgQL2Bgge2f8srpWBA0M0KC|Q8gwep4So$qjXsV~Y2tZ(r4HnQg5aWMD4 zzb_oMXya1yvP>A-+k>qwR@+305RGw}-$?9V1{vgI;&zOV zNOBj8?1B{)u}hLwDbUH!S$BfFgCz83CPQrb)#aRli}`gi69yST5Hi33`{(2!Oqd2a zdSDSs0f24;61+@Gnn*3pO%Y_xvS3s4YF0ogd3NltZJ@o-JsID~DIEGYWgahb?e_-b zpXyyBH{?P7EQuK?{)0wIQ8|%HA^m{=L1XrVr8MnvQ${s?m*RcJqlo0 zy_Sf&wrpep!yY~k%~)`eZn1EcsgMGlVr#~Cl^<}wXa7F_9>26SQ%)QZbRHw`PQg`C zPBB^$b9f6OeYIYx93XE-VnsO2lp)#_0B)x80Vo!g&x+ryrPrQ<%d z`xh9;8PeW3j{)>D2;KLl?lJxx?n@8}D*-{meSOEij?F2#4zSH2sLAhD6Ip-;>cC0l zW1N+&zihUB3V<^fezQ!80nCt$R+BjS+Y!DnpX&iIPG_St0o3$2zA4C2et&1^A5HRC z>z2Fz1mXjP1LuhVkW%9sF+N91uEkF<-}qp?MtM?Fvj>?jA=`7}*S(>R=saTw2n0vV z(S_b-{t5gO5FgNP^)`l7E|PUf*E@iPZhV6DO4%hvoG%p?-ULEMh?tJVEXKFkuV$+f zuV@jSeDueE#>UPUHc-B$OZ$8k{+!VNU_)3$?!WR?^natHBA!tO*#Kw2uU@Z#^;d}| zNIdr)n6Qu`DSOH?Tv|0{7#x8M>!KjKQGTU};g3qLA9RBh>fou)EzRbnfP{p*5Pd#m z=Fq{jvq^1Z3*R5WsIcjuLq4xJKRZ~2t8z;g8t!5YDeLMx8Dl@wz2ewA zMds9AxZ?!e?>B07&ezFX!ZVFV<)}jhyf3lvXLE04Qw$ zWaa?%IZzKj0*AZr?vfb!n;0)4VRWx>0T6^lrP4>jl;TB25h+Rmws%QCm)~&4{C9vk ze9P6EY~uYDJa`IoC~_sg+86R7ZQNWq^>qXI!~YsM3ZY)GTaF&tS;X$&?J2xSe&z1q zM1#+zAUc6GuKPCDNL!-J1OP+2n%0O9HQ1q%2B&nnzYCo5lERELlz-!_V@5Fp)g7$< zvutV7Yu{g?LxK1E(UfmY@)?@-&^jkGnvfz$mfB|3GHzS$!|1(PWzEG;!AUtFDRj~Val*%aoS12X?2c>cR zUns>G^t0(Qr0?kupeXLxK|-tuSdL=i;z$4iN0@KM;P!{ZLe6BNqmm&x)^}#@=bAR( zb#|D^^_R;Hgp~D64*9H5C?2|>ohnc+{{=nu_OW?1am!a7&$XhN$Lq7`XyripK-rX* zGWmfqGENI)de=l-BO&gCa%~5_v_$Z?Ayd|WpnvE_~a5hbi?$Wl@>nEw_-UkAR!V2iAG!G6Th9Y-74SLX!gL&6tG(w?S&R~2+_i$;pAn2cP|eyy9Y~o9g zr3V-((9q4f8?$GcftH>YoE#G_UeIf|SpRkz1#1Q;;VFC@TfxjWtU3yOeOL=O z(Vz$q$fW=Y6oiWI8MxiTlvW4evd6C0)>7s|v3=y7VG$~&Vt@gkqtVBhG;PKnPGVjb z(k!7++;%GYTtO*mhYBM3&(kUZvK`p>vL{KDmhk~mnxS0UlwajEp*;Zp2hxSW!X zcfc9ayY!f+g-K812TJBq2of&3NJ0bMR61t*c7i4=0n}DpBoq+$5m@|+uM7sN^yW>|#KAYW_j)dd!xs zHt7Xd!j?3PR2ZM9=X(zt|MnaG`s}VfSv<7WqTcG5PyK8vrCthw>&oyoR{0bUyu4|Wg~Dmr+4mnS$m9K4dc5b@LU zWzXcq$#IR7@r;HRm#JAlSoNBFy0f^)gs$;bfDqgJC%8(|AY;CtqTG*(H8qUBgN5)u zkE<>wXvb9;8Mfy)SRnucQVz#A-UJa%T4sj3s59mX%2dII%$fdGh6*Okna@Hg+I*1) z$KoM8_`{BVJm2X^I(%GLSC#z+2=MeGF+-vgcC%qeTi31397iS7r9lOj4t&8P?2rg4 zL7%;Yv?7>e!d*TS4Fujjgtj}7llr*f8jvfm`CQ}Br4Zxy#( zKLQ-!NWYLigAEF_>_U}5Hea5bjz+%9%k>5%ZlPX-4GBM7pA`&UEqpcMJ{wDuhB5Hv zt=EObvd|`B+f6RU;*Z&PaB!4gAt7tZZ0x(hs;X`CC&!)Y$okK>!6HT+>DY>eC6oey zRQEl~E9*bto7q+sK_bXqxV=EutNmP&;SYa z)OXJXz}AxBrtv^1l1Y^;7iadK<#d)T?y@$9ATGEh8LE>jM#bs$YM<-10Wp9N0~?SY zH`ZqBtjY4#8ritv@k);?&vMVW7EZwcR@SX-V@%v{ypahY*8$d(a2uIc*U&x9HAILJ zVF^hZF9?H-4K^!6rvRfr!MKM@X{BH!7F3r?g5&S6{buZF@Hu)NmW-(XGYlI{IM|l6 zhY7vE3V%+he_;4u5>UFoQK%CyEw?WK6VjzjB?%1~Mx##b33=`a;s_PpO?XI0(+q_a zp-qTHlaup{yF~ev6PgT>H>uon_`~M2k-5T!YAg-`XpV(Z7I}|@DVn&Cq1>&4^{YI^ ze9L20F~Av`afInVVJZv(c!cAT1^iQqD9Ha2?+9m-v%H}U571acOe0C%YUCD&5QLJn z{ZZX2^$61lW)S1hLl>}sF$9B{vH&%oMmj$Mfa8c^u>1hiXz_T{D}T|`=iHV1^6E-a zN^yx*iqikydM)Yp)~SBc{R)zhV8}s4Dy$)C!Zc7Ryz=Zx@3i&s{5*1MO1``y2;m1K zQK*3cgkaVYifGTq2CmOml_I*u8X6(U*49=(#!~G81B`fxnwpw*(^?+QSJT78kjgU% zLY$Scz8!%`2O9&autJMyfYru>i;JiY+a_0vF{UrE4mc}UkKR5$H#avuV`E>OWr;-= zxZAa@z(y-8J6lnzX6p(w1h9ft^9&y;na`?%69pt-$0|H><^aOdPCtn-SKlQXB3 zDm+&}>N!u-s=NWiXj+pwnpldmv~>63A!%;z8y-HsBqgFzzn8p563Uk|tCv}1q8Y@< zaBA=Bia+AiSyEI%?PFk&or9{sb_J=X346>+K$4;~j6@L?)JVcG8m@)We@96Tjr|*1=22|Xrclz`R9zMFw4h;#}jyi4LEyZd>n;2 zb$raUF07z{G-1qyBN})RgD4h)qTq)J5kzPoAkOH4BTx2}9}Wh_FpxlwLifxJqW9L& z!vh;q7zjmyf(mMalCzsz6ZzD{1nSGn%VtVpm|@M2zCL05$s7tO5yk%NYX&+xx}Opx zzbvpIEQUmScdjEW8^RYBR5CI${GH%bR1DT!2~JN>h2-VoX~sOSnff1naPaZ-G%JLb zTtxB|5rhz+HcVF5)*_;#;l9KxP=H8TcpXhlOk8nubNkua*#$~V#t}dO+1lEE{R`9Q zZ;`gVx++AK2<0rqgQqq$IEbcHG7l~pH}A{^D?4ZJ=^6etE#Pc*D>P)}k&lI z-Btr_FM}8_CJ+G$XXvv7P(7&40Fn=PyqkVDEqL^i^>BH&6XvCSj!iG6PvD7D9R2?Vt6Mirv8Ic4{JA*yJe$8bc1A@@6E3Y7gc}+>m27oKxNzV31SOu=5FGN}u zoN*00^mB$H1Sml<4t7YDH_&=XL0UvwWGg{M3M_T`j&K@OD=RCTo167pv@ccaHf&E?;V4b=G%YKz zhXyfR+i=hB(-tfTR#q^Nj*i+pJAr;RfC*3rC;Zkj(>!FWUsSh}r2OOdkB-Q{P(p(S zot2dZfDr;%FwZ{SuJI?}Naz9uiAZDq4v`2yQ)6 z6nwQf!qHg*RFD#+42B?lLlk;4!`p8+XjrsMd%>eLq4vsJ^2R3`e6owYnab|rw-bh# z0V_-ZGA|#%c!md9xb{MoJ(&N0hvwhkaveBuunGMv{D1@m06_eLCfq;Jw0AUdcJ`n% za&od!7_kjxKeMZT5(9Lh|G9v8@ybN)85LzovPJq6@&>;=^wxgOu}! zr^$JGe2Jgn|6|WL1{`b|uy4SRUxmkii)u>$Ra7hampM;JGrJ)S@sF6Y8mq~&**Rmw z22)_zA+Bn@;@^D_=%`0~Rdc^l;$i&zL^QEUw#F5a`}ug>m0uUpB8f||j1+uGVNLIla;31cM)#+brH0<`HuNhDJW zpVywBpW_TL4xw>CcLBb;GhIq z{Bf&Xj)H(9if4ze%+ftRiR25;(+ET4*)cQ^3yVnAQeUGD8X8)$GS&Ij)i51d^_SU&g z$606SmgkF_#hRr0cFDJG6fRia+}-s9$dMrR8-B_#a&k)YWt$lp0WY~=VqyaR(ygj% zY#cl}p)9ocfVN5-{EAO=b936dy0z`?GGy^P*VjJ@Ailhnsfh{b97~POYw3oqA1a~{ zg#W~ZZ1@1ti8GdD+%->(HJdaG*1_&>z*iVfn;@$^<6CZgkJ{tF=WDrLSU@dN4xgD( z{EDn43zpV)c6+aUjW(YLt(R`mdl`Tt=@Vq|@bK&F>px}4zPO%>3Zl>-hq<|l*P$CD zSG3ns`T7nGfuNzS{We!yZkRXo z>^>1UHu64h#e?v{>El$6($wOCvLkEH=PUkV>o|1i8GtTwYt-`y%+6nYfE*tU5~u6|}sJ zVoFlQoma6+N-C(DR*g+f8WpPbHe-E#z+W-w3v{zCxSOv`9DS-jTeqyIt((PbjbE9@ z7u)0DsF+C)KL*+oxJq?PGs+n><-l^7j3 zN^U)hTC&0j&v=-6G-%quY_6}{J3II9?GfAA*_l@;O8Mk7f?e@0YDO}Cjc02MeEak? zyrP2kE6z1{bro4)r4>?!%xUKF>8Ol<@rI(Jq96oy8np5ytIe&go6UG9vLkKfAB?ti zDY9Ss&{-l3qWHb&64mgPbOBJ3)-Mh}bC?pDg&t%87MDU5C_g`pCqI6~Jboxl1nPx$ zZH6S&A`~{zIYJZq0#MiZUENLFwl3NA1?6;E0k4vL@*b{qO}!Q@uMPNZz|WrIIf!4EL)D4^T_;3diH& zL57@7h4JCT7w6`t!NvQ{7!T-94D7wK0n0yk z?_YAJotlw9ca*njE1pO)DlG-jtfCXuP#%fYh3{jqWBv1MfIhdcM!_;6OD8N5D>T?E zG~z=Ea{xzt!D8!UjEXuJTC1A&35w4#cOOuO-TF|L2QCNPkYi*$v+}006*$7KaMr7^V9J za0a##2YWbB4bjoV^a-b>da4NCK{m8)ua;t?;dbK+q(cZejFCl}VB`X9g^Fm{)O_jS zY|`ot@z;M}zHfQ0zeiC4@JJ5DwT~vo-yoam_BW7FpZpr!mYbcRvarNzA9V0W z9J;~c$BHtp@L?a!xU}3p@Te>mL;$H>d{J?b_A>MX{srHD4J|o?=A)2ADymqmO~>zF z)|fA-krX&$ocrueCpmiSZNwz|Eo#V!^9aP8D>KWvZ9^K+tXnwAL_{$tzk(b_*t8C_ zo0$QH;MY-x*H~?&T+tlI`757fT(vq4-*>`k&G%2d>*aY87~wb)KzE>!QjK4OWUM2F zH>qW^u4Gr1afK&aaaNI&-?g^!jz6u&{Drs8(+|O`I^hr|eC!?nvy$Aulw_AB+n4&K zpwxd?(*Jp0_`fJg`fnv=#_>xF8K4YitGxiXJVOR(k?8(ZFt>}t5eiK%OhRjcz4VEF zfs>+FH)i;kp%;=`{oNc>F>fUo8-J= z&H~3f^{s3nj-;iM+Uf#^CVpgC(~JCMzsbWct9^V=8NS;UXgSV##+uFTt76kyluJeb zGWNT#USN*^HRN!J!PCJj--t2OB9v8}aij-mbi}}}N`)$Sv1*xR(^?$Kkb^P>imCsz zw{D!6k-QQH0eiObY2?cC%)vlE0+d>knovba#=;1>_OrVymaI## zP?A{!0i_V4`A2vPfl&1{k$OH9i3}2c+3;m8HZFX|7$C2w2vOj zfSgYO-uo0l+eW2FR@;VcSE+bGTrruXA$gyZ0oSB$0lFY8#uR z!W9txEQ=3MrW`$t{9M9_F^~Yx5DXYFR@5N&HcQa8N%nS@XJZlW?*bBdKq`}P9U8Pd zPu{`38{q90&myGZ4h)h&c^S=)IckuEnd;Rl+~@JcUUgD?fj|q{E&bl_@tw5k6ikb6?^4d&-11 zS$gfFv2Uju$D?Y)_R)tgyR4I21P=V87kL};8tDl`=*eZFZEFaLO;Qm!9qB)7l=DlY z#aq-#{$JYk|96f4pMSUWzi5={Uyidz4oDCq$PChqP!;7Gz>H`IDZIn&8kWL_Led== zI;&S((xBX;l7I|tDHQ{n7^QJFR>6R^Xe^H$ce0Vvdy8vm3@!EWn0xJIV!o{5}2OA%RVvZ-u*W)ie!2Y8sWpfuBLnk_8 z!}D}Vo&>Acp=`znA2sD4(NZ%3K@t%XaSb%2B!q_qG7vWAb@e|xf|Vs6I?hLDB@`*F zPDsWgO=K7k{i4K<-pXz}J>@@N?mjlW`I};nT8`4rJTABHwI6@a@40hT7DBoaWuvNq zM9CY8;(ggYmf(FRtQTloni4#Jt=YhX^3KsEN>*CwJk;LQ8mC9C+ABt=nbHmg<`ln(& zM)Zfwr%XM@HS7B~mzH2OV7{d;09r7JnccqisXKWa?g~FfO_(R{cY3fS0BMVhB*6}x zpMb{SQR_d1J3`6;IR)?(02Tql>s_T3sDY`vTT9Ha1BwC90A2L^l=%gI%66Ly1TM-U zpZavG3ScjT9RsWZ>ga?20zU=@oA-jkm|49H@9FZQ_s&<9@zhU*sWMzjZF=)Ur2uF#>J4+UWF#=Qop22h#E`kGZ(96)aXJxy*` zP5kLlH~|m26M^O?OLGeXieqK361|_ZP|0Aj;^ObYLhxNM<1jFHcQEBLGLhrw<>%+t z<<{0X8SU#h89W)**6RW5Jl=0WKtSi(LQWvhN7uihufOqw1c$KQ!O+0K(7fSTkWG}gfWq|_7b7!8Q)S~IghmM$$~!rpnYV)# zkLh*@$_o9i=3T%=oSj8FCuH`aA}(CTByBB0jX3QWnXGMd;20UKqF_F$y(8KsNvm6{ zET?M_wX0bWmCj~mJu|;*sc&xF?vxx>a?h9k-Uxnvt^?oF;-wGog~#tO%TI7Ue{zdX zrwaw$g@fpE;pyEQ)t}yETV!TzYI3xHc#xcwsHUvS>#n|Wy>DSOS9df)o2j!=rTf_a zyk|piVD4_5z#-=O`TZ0fN-(c*OznLau38WFqXyS4 zt+q=-s-N)jLOl{%*uslDAa(Lkc|e?FW(0)tQXx-zs?pE~@f08DLy;aW1UD8aJNyJN z5Y7_mCK-9O!cWtsT?UnBvX)|^M@w<+mLL0ksl8geMRFPL_N4oAUVz9x3YURyhs{cr zsu6~Yn?2(Jf^czNdEZru$xQYQwz><##T{%%--dW^OAAy;Tazv68Ql*;)+nk_s;d$X#B)HkGA(D203}|PB z>1;u_c!91&`MAZs&SBC0PT%nR44CDKKLVdqep{C|+HsDiO(I_gni`El(19V`eTOUk zeDc;5h*%yL*3B2SQSGXGd6#^_y|u9+C1WpjG~$$QN!e^+e=g?3o)~l1my4`KigXfz z?stWAsqnnVvkEnd7ow*d(#lu-3F*7I6Rz&i?jWKjXsC;NT*ywu9fUz;@Nx6mp`w6M;#O_!w8xtuK2@0ZF8U;Ihm z3_Tvpn1SYe`BYFhw51mH*rL4F@{Y&jn^r)L7AnmyKXZx2B^Ob>Do1A&&B080wFnzQ zyo#as8Y0H=UxTV!vO=vyg2wGjK5a7J>KqNFjORkfABhxW2Q8UruIfL^{S@CTJ|Lgj zU0{CX9ArCg_3))7RZY%!varJEtt5X!epD442C%$BZS{QIx%(78G!#E`Ong|sy_@V^ zncJ6v)>Mv!#w2{hI@!4@tUFE>G?*j&4c5pncA}{*n*v>R!*`m>UDYbM;0<7)FKSWK zQePx_-{dyp$W4P_d;M^qAgegz5{u2Rz1*={FFUEnxbAYWdG{=-QPfWyeS93*CZBYr zA@&ohH_<5N&sp)Y&6oCOROD>S#!dEN;{rNmqnT_@z=OL-M~g7V@HGxr#hEQ)at}Mc-+ksd zF*tHJy7ZgZ#fxV?dAE}GnqN=Q*C~gkZW_vH-nn5sbw}FmH;iT|Jsp)oP!@u3)eh_w zc3OCIgjQE_-fUYeuAZ`Rn5&8(!Hpj3>lxZoR(g(2fQcU3tVTd)DEe4-`;nsRmRezD zqCu>yKBgaus5h8JZME#k_y@@^=VfNIck=QJ649vxqROJq5U?NkIMD)1os9gl!9Ki z%)_T0XlwxSvbUp0v9BXpyNU0LwY}42XrMqB7KLP;l+mQViPlj^#!)@@1CE!xwsa^` z3?D)%Sn1QyRiCQC=)%@cwM@w7NlzSo*3<*Bf$1`)4m$nkgUwe)PNTX^5b2<+m9V9l1=0zV?<`N8Wh3xnD z&{&jf;UGV_7MKRzz70l@H&EBuvQhbJl}f+Wlzu#xUy~0_KG9@N`!EsCU=n9h(JLj} zwDLN4&AiM-NFG|0Qv=D;g;uv0r>RY`FhBcx`ksD}yq7;i?&%qwdP3N|l|12|GfyuT zm|AXyv@QmHIMICMeNo*?qnY!nr%>u&k^0$*i!onMV_H?k>-e$xKlzX3Q}>?&Enfp; zd@!KnINxUt!k*$|ov4wm>%nAzmXgi+1X6kMO`?u|58~KODM4H`>i2~!BaB;V1x>b3 zws;9J)ey=%(?`{z9zu|7Wh?jig6L0)={Sk5a335eyCE>3Ng%hiVm6De^@`bu%m@dYy8LC*Rb!P%G80PtxZp zf*UMOk5qVg)oh+xZYI`gsyXVWt~TpuQR$dI*db}{Ma$hRB+!uHmnEc0=MFfE%q~my z82vjYPL2{Gir(*fIXw?M2j-{~{ViY@k)mMzxBJT|SETG0{Ob`z!%m>}ce+VSwJ?O_ zwsXt4{MD{Aqq~8(3O#FNgF~|IkJ|;Kv_LW&@-Cy3HFjFJ)_Qx1Z(}xXbY6Om<6(-; zNlFy&*F@Rbs%IWF{HJ=*H=q>OYv`wGtCIO4YIebSFM5%D>P10X7;|vqMfc=<|Csw@ zb5dr%IuPhhx^`%Xo?$C*B5}80z8~eh3)!y%U+K0MRh@}X{c9$EuE{; z(phO72B<})0DLR?sprXs7@>i1o41uOwQs!~Cx;@trpk;~1WDrVg#d(SwFMd9-7vA(+YhI zrVCj09d8@<8vGjV7<3cRr`{D<0UpTR9{>ihuN#5^3gJ7WzXvTWTKHW(>SRshJJTGU*-pm&(ry@{OOFdaM=GzNSgPjJ!)LQTZ#skE4ebbFVZrOaAcIrW8}Zd-?0nL%qZ7 z{mwuixmCXN)YYln!|A$Le&6S(5}9(sqDaT*itg3NMOwS=e#)^N9)7fO>9PlZ-*$+tBO8S{8jt&6>dtq*YW6f94%KE6S86vRK z*UOVJn z4ONhM+N*Za3|%E1DfO(IrOwy-<`nBPQ!=CdwQGQDHxWv(=C#9WR}tb0qE7Y(bG z2)nf=z@c2AIplG6@TH|5Q?m3#?VOnwXzW|VDs72C}Ah%1f5+Q|5SVVi?R!*#Z=xC-Ob&z?7QS|p#l55mxxoh5> zlkHVG;KDNejT6H3LeD!=b588(fY`!>HJ_~Vq02X1#qP&hmi>wLo{zNk^HxkGT`gHt zy#Rg$96U{T{fyER zQQsyzLq}190?jpb&u1V^C(vOd?g1x)@1!hVw$xinaAp^_6#C*aglsjtI$_6+6pxJM zbk_-{V6leb@NOe_Gr$`IXuRjc?&8`W+Hz5k zi1**gOBLh!*=g=(5e{}UUId4B3NdcSe7V{=8<;9!WIqP4OkC$L7o%nE1#^&3<_7l_ zw%9B`>bx&5$Qnxo(^`OC?kBb*8aPXL5o*;uj^<~oDmE1#fe2!&$oaEw8s4Sn5s?ko zR2KOfUi6;^$n9le=awzAL+gfUHBmG)CDT61>})-n<(R+QZ2ZVzgURB z19kVp|M3t%Z~ke-@(DBfG4#>@w04&HQCTv>;Bn??e}kVq7O@OW$4Y)0M&DIn&o{q& zbSFs*p9SH*#IJsxZ7?_YXotxU0&e@Jzx6`u)pee!W*A@KC%0Q^d&OjHL~Z1r(KG%# zm{8;+(C=g7*A)B{{N&35N<3T~NBXlqhG_=W^NS~9g!|1+bH9g5R@b`L$ zX*CK;0r4QrEHA6TRgPsC2w_9g+vVO^n7`_~z`Wu(xeom%U zG|#6u`c6lLYvfl@COGUI#qwF-s!yL5(;jxW@IEn+16=id<9W*SkA}_a0ydLoBoOmZm)X zl;;lIww`v(uV#y+izaz%pO+thi{8KXN2o&3wQ<~M93bZ|+2k$hWrxUoW;=b&Y|Ptj zRF_*B|l5RG0WGs^^*?2-t^xK&x3b8-AA$=+%vAHj=b1)AtWr@+u~K9JvXt;fx<_gZhyM z7+@g=zph^I`J##cY#rt}y59VRAbd;aKB{bg?8;A|C_oTWKmi4~_VjtEk*OJvD3U?Opdi;Fr?6++)s#_@s zk}exyfN{U#LaZEtn3UeqH)N-w{-bQ-K1qTlNrBhr=QX?rNBjcwM(cqKL z_Ea2$?3`M}hh>!#lohQ;65vmz7sqOvAw#!6J4eQEVFVOWAP5zt{_F(rqFd#e`q5>j z6PHXlQhOe8hp(?B^=IdYD)}ccSi|EZFjg++fBq6A(vX9VxNrM&9uNRv{@;H0togq| zE#&`&+I|TY;r|V40Ym=Tz!P0FW?=vjiht$R&XxI%=oy*DmaOb1X@WMDLWATpOo^>- zrra5v$$)uSsK`6)(lIj^xyUKu5xaAL^Cjzf>DCJa28^F~>UDaHAytMi?Te{YE|uMG z5I_KJT)4XAC_Ew0XrA4B%64suQwE!8^zS)XubFb-Ab|h^>9eIHMv2wXK#$cjzyzAJ zj6wqoP!60p_p-?5C!`cglEo7ug#mb{{@E8SU8CM#OCy$tc;bxJ$FP|vLL^wWK$JYj zm?>AXbf!#|_$gZzEmst%6z?c}fKjeWeR#{+p&O%4Gw9kTYW2<*Y%uK3 zLzX@DjVe){2JPIHJ3qnh8%Bt6od$qq0~SD(7%(9S0OF9t-MjBlqm9g*$e(Smgdhiw zm{Ye1(R_92_SwdEOhRHzA`Enf7Pbo+koL+dXd!xCZgxd;E66ahw6YMdND>fQ1PCNR zgvNr1qD